From 4f6f721f294c1a51562a06b4cff23a3926932d40 Mon Sep 17 00:00:00 2001 From: Tommy Ettinger Date: Sat, 3 Feb 2024 22:50:30 -0800 Subject: [PATCH] Update DaybreakDemo to use unaltered colors. Well, until you're damaged! --- .../github/tommyettinger/DaybreakDemo.java | 16 +- SquidSquad/DaybreakDemo/gradle.properties | 14 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- SquidSquad/DaybreakDemo/gradlew.bat | 20 +- SquidSquad/DaybreakDemo/html/build.gradle | 12 +- .../gradle/wrapper/gradle-wrapper.jar | Bin 59536 -> 43462 bytes .../gradle/wrapper/gradle-wrapper.properties | 2 + SquidSquad/DungeonDemo/gradlew | 41 +- SquidSquad/DungeonDemo/gradlew.bat | 35 +- .../AF570BD58A6A83994E451A221F406E9E.cache.js | 145255 +++++++++++++++ .../daybreak/html/compilation-mappings.txt | 4 +- docs/squidsquad/daybreak/html/html.devmode.js | 2 +- docs/squidsquad/daybreak/html/html.nocache.js | 164 +- .../html/rpcPolicyManifest/manifest.txt | 2 + docs/squidsquad/daybreakOld/WEB-INF/web.xml | 3 + docs/squidsquad/daybreakOld/assets/assets.txt | 14 + ...nlike-6d35d6582def10876c722c3b7c85d897.png | Bin 0 -> 442906 bytes ...ike-bd7f350ccbc0c21419d959f6b8ce4636.atlas | 13150 ++ ...cense-ea64186a642543d86c8f7600285eb631.txt | 17 + .../font-f7c6d1c88f1774ac3d1327643a01bd82.fnt | 219 + ...ment-e1c018bd48044c8b67c7bbc53145e540.glsl | 210 + ...rtex-28b7e77ea3f282ebd5b066ba256692c3.glsl | 345 + ...ment-8341d5ce47fc398da575c9e294b6821b.glsl | 35 + ...rtex-98a450f1f747c05eedb7122779187316.glsl | 125 + ...ns-15-5143ae9583bc43b1084f98062e054ae8.fnt | 246 + ...ns-15-8e00ff5b9dd15a3c18c1eb75f68c695a.png | Bin 0 -> 10270 bytes ...ment-b90524761fdf09b0a836056d590c30b8.glsl | 39 + ...rtex-f25b8b2fae10b9bfa09bfdd484923148.glsl | 110 + .../D63A06513B99097BE248D86E5128767E.cache.js | 0 .../daybreakOld/html/clear.cache.gif | Bin 0 -> 43 bytes .../daybreakOld/html/compilation-mappings.txt | 7 + .../daybreakOld/html/gwt/chrome/chrome.css | 1270 + .../html/gwt/chrome/chrome_rtl.css | 1134 + .../html/gwt/chrome/images/corner.png | Bin 0 -> 1181 bytes .../html/gwt/chrome/images/corner_ie6.png | Bin 0 -> 397 bytes .../html/gwt/chrome/images/hborder.png | Bin 0 -> 1591 bytes .../html/gwt/chrome/images/hborder_ie6.png | Bin 0 -> 970 bytes .../images/ie6/corner_dialog_topleft.png | Bin 0 -> 213 bytes .../images/ie6/corner_dialog_topright.png | Bin 0 -> 258 bytes .../chrome/images/ie6/hborder_blue_shadow.png | Bin 0 -> 150 bytes .../chrome/images/ie6/hborder_gray_shadow.png | Bin 0 -> 153 bytes .../chrome/images/ie6/vborder_blue_shadow.png | Bin 0 -> 144 bytes .../chrome/images/ie6/vborder_gray_shadow.png | Bin 0 -> 148 bytes .../gwt/chrome/images/splitPanelThumb.png | Bin 0 -> 308 bytes .../html/gwt/chrome/images/vborder.png | Bin 0 -> 188 bytes .../html/gwt/chrome/images/vborder_ie6.png | Bin 0 -> 201 bytes .../daybreakOld/html/html.devmode.js | 427 + .../daybreakOld/html/html.nocache.js | 440 + docs/squidsquad/daybreakOld/html/logo.png | Bin 0 -> 2416 bytes docs/squidsquad/daybreakOld/index.html | 39 + docs/squidsquad/daybreakOld/styles.css | 53 + 51 files changed, 163307 insertions(+), 145 deletions(-) create mode 100644 docs/squidsquad/daybreak/html/AF570BD58A6A83994E451A221F406E9E.cache.js create mode 100644 docs/squidsquad/daybreakOld/WEB-INF/deploy/html/rpcPolicyManifest/manifest.txt create mode 100644 docs/squidsquad/daybreakOld/WEB-INF/web.xml create mode 100644 docs/squidsquad/daybreakOld/assets/assets.txt create mode 100644 docs/squidsquad/daybreakOld/assets/dawnlike/Dawnlike-6d35d6582def10876c722c3b7c85d897.png create mode 100644 docs/squidsquad/daybreakOld/assets/dawnlike/Dawnlike-bd7f350ccbc0c21419d959f6b8ce4636.atlas create mode 100644 docs/squidsquad/daybreakOld/assets/dawnlike/Dawnlike-license-ea64186a642543d86c8f7600285eb631.txt create mode 100644 docs/squidsquad/daybreakOld/assets/dawnlike/font-f7c6d1c88f1774ac3d1327643a01bd82.fnt create mode 100644 docs/squidsquad/daybreakOld/assets/default.fragment-e1c018bd48044c8b67c7bbc53145e540.glsl create mode 100644 docs/squidsquad/daybreakOld/assets/default.vertex-28b7e77ea3f282ebd5b066ba256692c3.glsl create mode 100644 docs/squidsquad/daybreakOld/assets/depth.fragment-8341d5ce47fc398da575c9e294b6821b.glsl create mode 100644 docs/squidsquad/daybreakOld/assets/depth.vertex-98a450f1f747c05eedb7122779187316.glsl create mode 100644 docs/squidsquad/daybreakOld/assets/lsans-15-5143ae9583bc43b1084f98062e054ae8.fnt create mode 100644 docs/squidsquad/daybreakOld/assets/lsans-15-8e00ff5b9dd15a3c18c1eb75f68c695a.png create mode 100644 docs/squidsquad/daybreakOld/assets/particles.fragment-b90524761fdf09b0a836056d590c30b8.glsl create mode 100644 docs/squidsquad/daybreakOld/assets/particles.vertex-f25b8b2fae10b9bfa09bfdd484923148.glsl rename docs/squidsquad/{daybreak => daybreakOld}/html/D63A06513B99097BE248D86E5128767E.cache.js (100%) create mode 100644 docs/squidsquad/daybreakOld/html/clear.cache.gif create mode 100644 docs/squidsquad/daybreakOld/html/compilation-mappings.txt create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/chrome.css create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/chrome_rtl.css create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/corner.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/corner_ie6.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/hborder.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/hborder_ie6.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/ie6/corner_dialog_topleft.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/ie6/corner_dialog_topright.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/ie6/hborder_blue_shadow.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/ie6/hborder_gray_shadow.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/ie6/vborder_blue_shadow.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/ie6/vborder_gray_shadow.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/splitPanelThumb.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/vborder.png create mode 100644 docs/squidsquad/daybreakOld/html/gwt/chrome/images/vborder_ie6.png create mode 100644 docs/squidsquad/daybreakOld/html/html.devmode.js create mode 100644 docs/squidsquad/daybreakOld/html/html.nocache.js create mode 100644 docs/squidsquad/daybreakOld/html/logo.png create mode 100644 docs/squidsquad/daybreakOld/index.html create mode 100644 docs/squidsquad/daybreakOld/styles.css diff --git a/SquidSquad/DaybreakDemo/core/src/main/java/com/github/tommyettinger/DaybreakDemo.java b/SquidSquad/DaybreakDemo/core/src/main/java/com/github/tommyettinger/DaybreakDemo.java index 476dfc9f..b8c58481 100644 --- a/SquidSquad/DaybreakDemo/core/src/main/java/com/github/tommyettinger/DaybreakDemo.java +++ b/SquidSquad/DaybreakDemo/core/src/main/java/com/github/tommyettinger/DaybreakDemo.java @@ -146,10 +146,10 @@ private boolean onGrid(int screenX, int screenY) { */ private static final int OKLAB_BLOOD = DescriptiveColor.describeOklab("darkest brick"); /** - * Used as the color for remembered cells that can't be currently seen. Slightly-yellow-brown, - * with about 30% lightness; fully opaque. + * Used as the color for remembered cells that can't be currently seen. + * Gray with about 30% lightness; fully opaque. */ - private static final int OKLAB_MEMORY = 0xFF848350; + private static final int OKLAB_MEMORY = 0xFF808060; public DaybreakDemo() { this(1L); @@ -159,7 +159,7 @@ public DaybreakDemo(long seed) { this.seed = seed; for(Color c : Colors.getColors().values()) { final int f = DescriptiveColor.fromRGBA(c.r, c.g, c.b, c.a); - c.set(channelL(f) * 0.5f, channelA(f), channelB(f), c.a); + c.set(channelL(f), channelA(f), channelB(f), c.a); } } @@ -296,7 +296,7 @@ public void restart(long seed) { monsters.put(monPos, monster); vision.lighting.addLight(monPos, new Radiance(rng.nextFloat(3f) + 2f, // FullPalette.COLOR_WHEEL_PALETTE_LIGHT[rng.nextInt(FullPalette.COLOR_WHEEL_PALETTE_LIGHT.length)], 0f, 0f)); - FullPalette.COLOR_WHEEL_PALETTE_MID[rng.nextInt(FullPalette.COLOR_WHEEL_PALETTE_LIGHT.length)], 0.5f, 0f)); + FullPalette.COLOR_WHEEL_PALETTE_MID[rng.nextInt(FullPalette.COLOR_WHEEL_PALETTE_MID.length)], 0.5f, 0f)); } // monsterDirector = new Director<>((e) -> e.getValue().getLocation(), monsters, 125); monsterDirector = new Director<>(c -> monsters.get(c).getLocation(), monsters.order(), 150); @@ -352,7 +352,7 @@ public void create() { font.getData().setScale(2f / cellWidth, 2f / cellHeight); font.getData().markupEnabled = true; - vision.rememberedOklabColor = OKLAB_MEMORY; + vision.rememberedColor = OKLAB_MEMORY; // Pixmap pCursor = new Pixmap(cellWidth, cellHeight, Pixmap.Format.RGBA8888); // Pixmap pAtlas = new Pixmap(Gdx.files.classpath("dawnlike/Dawnlike.png")); @@ -696,8 +696,8 @@ public void render() { mainViewport.apply(false); batch.setProjectionMatrix(camera.combined); batch.begin(); - batch.getShader().setUniformf("u_globalMul", 1f, 0.9f, 0.9f); // slightly desaturates everything - batch.getShader().setUniformf("u_globalAdd", 0f, 0f, 0.01f); // tints everything yellowish-brown + batch.getShader().setUniformf("u_globalMul", 1f, 0.8f, 0.9f); + batch.getShader().setUniformf("u_globalAdd", 0f, 0.1f - health * 0.0115f, 0.08f - health * 0.0111f); // you done bad. you done real bad. if (health <= 0) { diff --git a/SquidSquad/DaybreakDemo/gradle.properties b/SquidSquad/DaybreakDemo/gradle.properties index ca2d6aea..8ae5c05b 100644 --- a/SquidSquad/DaybreakDemo/gradle.properties +++ b/SquidSquad/DaybreakDemo/gradle.properties @@ -4,18 +4,16 @@ org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF android.enableR8.fullMode=false gdxVersion=1.12.1 #gdxBackendsVersion=9ab8bfe3bb -gdxBackendsVersion=1.1210.0 +gdxBackendsVersion=1.1210.1 enableGraalNative=true graalHelperVersion=2.0.1 graalvmVersion=22.3.1 -gwtFrameworkVersion=2.10.0 +gwtFrameworkVersion=2.11.0 gwtPluginVersion=1.1.29 -digitalVersion=0.4.5 -juniperVersion=0.4.3 -jdkgdxdsVersion=1.4.4 +digitalVersion=0.4.7 +juniperVersion=0.5.0 +jdkgdxdsVersion=1.4.8 #freetypeGwtVersion=1.9.10.1 regexodusVersion=0.1.15 -#squidSquadVersion=c3265779f9 -#squidSquadVersion=68ea701b09 -squidSquadVersion=751cf919cf +squidSquadVersion=f09b288412 diff --git a/SquidSquad/DaybreakDemo/gradle/wrapper/gradle-wrapper.properties b/SquidSquad/DaybreakDemo/gradle/wrapper/gradle-wrapper.properties index 1af9e093..a80b22ce 100644 --- a/SquidSquad/DaybreakDemo/gradle/wrapper/gradle-wrapper.properties +++ b/SquidSquad/DaybreakDemo/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/SquidSquad/DaybreakDemo/gradlew.bat b/SquidSquad/DaybreakDemo/gradlew.bat index 93e3f59f..25da30db 100644 --- a/SquidSquad/DaybreakDemo/gradlew.bat +++ b/SquidSquad/DaybreakDemo/gradlew.bat @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if %ERRORLEVEL% equ 0 goto execute -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail diff --git a/SquidSquad/DaybreakDemo/html/build.gradle b/SquidSquad/DaybreakDemo/html/build.gradle index 7db1751a..6d580ef8 100644 --- a/SquidSquad/DaybreakDemo/html/build.gradle +++ b/SquidSquad/DaybreakDemo/html/build.gradle @@ -30,7 +30,7 @@ gwt { dependencies { // implementation "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion" // implementation "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources" - implementation "com.google.jsinterop:jsinterop-annotations:2.0.2:sources" +// implementation "com.google.jsinterop:jsinterop-annotations:2.0.2:sources" implementation "com.badlogicgames.gdx:gdx:$gdxVersion:sources" @@ -79,14 +79,14 @@ dependencies { implementation project(':core') -//// You can use the lines below instead of the "com.badlogicgames.gdx:gdx-backend-gwt" dependencies. -//// If you do, follow the steps at https://github.com/tommyettinger/gdx-backends#gwt-2902100-support -//// and you can use GWT 2.10.0, which gives you access to Java 11 language features. +//// You can use the lines below instead of the "com.badlogicgames.gdx:gdx-backend-gwt" dependencies. If you do, +//// follow the steps at https://github.com/tommyettinger/gdx-backends?tab=readme-ov-file#gwt-29021002110-support +//// and you can use GWT 2.11.0, which gives you access to Java 11 language features. //// Make sure that in the gwt block, you change gwtVersion so it is: -//// gwtVersion = "2.10.0" +//// gwtVersion = "2.11.0" implementation "com.github.tommyettinger:gdx-backend-gwt:$gdxBackendsVersion" implementation "com.github.tommyettinger:gdx-backend-gwt:$gdxBackendsVersion:sources" -// implementation "com.google.jsinterop:jsinterop-annotations:2.0.2:sources" + implementation "com.google.jsinterop:jsinterop-annotations:2.0.2:sources" // implementation "com.github.tommyettinger.gdx-backends:gdx-backend-gwt:$gdxBackendsVersion" // implementation "com.github.tommyettinger.gdx-backends:gdx-backend-gwt:$gdxBackendsVersion:sources" diff --git a/SquidSquad/DungeonDemo/gradle/wrapper/gradle-wrapper.jar b/SquidSquad/DungeonDemo/gradle/wrapper/gradle-wrapper.jar index 7454180f2ae8848c63b8b4dea2cb829da983f2fa..d64cd4917707c1f8861d8cb53dd15194d4248596 100644 GIT binary patch literal 43462 zcma&NWl&^owk(X(xVyW%ySuwf;qI=D6|RlDJ2cR^yEKh!@I- zp9QeisK*rlxC>+~7Dk4IxIRsKBHqdR9b3+fyL=ynHmIDe&|>O*VlvO+%z5;9Z$|DJ zb4dO}-R=MKr^6EKJiOrJdLnCJn>np?~vU-1sSFgPu;pthGwf}bG z(1db%xwr#x)r+`4AGu$j7~u2MpVs3VpLp|mx&;>`0p0vH6kF+D2CY0fVdQOZ@h;A` z{infNyvmFUiu*XG}RNMNwXrbec_*a3N=2zJ|Wh5z* z5rAX$JJR{#zP>KY**>xHTuw?|-Rg|o24V)74HcfVT;WtQHXlE+_4iPE8QE#DUm%x0 zEKr75ur~W%w#-My3Tj`hH6EuEW+8K-^5P62$7Sc5OK+22qj&Pd1;)1#4tKihi=~8C zHiQSst0cpri6%OeaR`PY>HH_;CPaRNty%WTm4{wDK8V6gCZlG@U3$~JQZ;HPvDJcT1V{ z?>H@13MJcCNe#5z+MecYNi@VT5|&UiN1D4ATT+%M+h4c$t;C#UAs3O_q=GxK0}8%8 z8J(_M9bayxN}69ex4dzM_P3oh@ZGREjVvn%%r7=xjkqxJP4kj}5tlf;QosR=%4L5y zWhgejO=vao5oX%mOHbhJ8V+SG&K5dABn6!WiKl{|oPkq(9z8l&Mm%(=qGcFzI=eLu zWc_oCLyf;hVlB@dnwY98?75B20=n$>u3b|NB28H0u-6Rpl((%KWEBOfElVWJx+5yg z#SGqwza7f}$z;n~g%4HDU{;V{gXIhft*q2=4zSezGK~nBgu9-Q*rZ#2f=Q}i2|qOp z!!y4p)4o=LVUNhlkp#JL{tfkhXNbB=Ox>M=n6soptJw-IDI|_$is2w}(XY>a=H52d z3zE$tjPUhWWS+5h=KVH&uqQS=$v3nRs&p$%11b%5qtF}S2#Pc`IiyBIF4%A!;AVoI zXU8-Rpv!DQNcF~(qQnyyMy=-AN~U>#&X1j5BLDP{?K!%h!;hfJI>$mdLSvktEr*89 zdJHvby^$xEX0^l9g$xW-d?J;L0#(`UT~zpL&*cEh$L|HPAu=P8`OQZV!-}l`noSp_ zQ-1$q$R-gDL)?6YaM!=8H=QGW$NT2SeZlb8PKJdc=F-cT@j7Xags+Pr*jPtlHFnf- zh?q<6;)27IdPc^Wdy-mX%2s84C1xZq9Xms+==F4);O`VUASmu3(RlgE#0+#giLh-& zcxm3_e}n4{%|X zJp{G_j+%`j_q5}k{eW&TlP}J2wtZ2^<^E(O)4OQX8FDp6RJq!F{(6eHWSD3=f~(h} zJXCf7=r<16X{pHkm%yzYI_=VDP&9bmI1*)YXZeB}F? z(%QsB5fo*FUZxK$oX~X^69;x~j7ms8xlzpt-T15e9}$4T-pC z6PFg@;B-j|Ywajpe4~bk#S6(fO^|mm1hKOPfA%8-_iGCfICE|=P_~e;Wz6my&)h_~ zkv&_xSAw7AZ%ThYF(4jADW4vg=oEdJGVOs>FqamoL3Np8>?!W#!R-0%2Bg4h?kz5I zKV-rKN2n(vUL%D<4oj@|`eJ>0i#TmYBtYmfla;c!ATW%;xGQ0*TW@PTlGG><@dxUI zg>+3SiGdZ%?5N=8uoLA|$4isK$aJ%i{hECP$bK{J#0W2gQ3YEa zZQ50Stn6hqdfxJ*9#NuSLwKFCUGk@c=(igyVL;;2^wi4o30YXSIb2g_ud$ zgpCr@H0qWtk2hK8Q|&wx)}4+hTYlf;$a4#oUM=V@Cw#!$(nOFFpZ;0lc!qd=c$S}Z zGGI-0jg~S~cgVT=4Vo)b)|4phjStD49*EqC)IPwyeKBLcN;Wu@Aeph;emROAwJ-0< z_#>wVm$)ygH|qyxZaet&(Vf%pVdnvKWJn9`%DAxj3ot;v>S$I}jJ$FLBF*~iZ!ZXE zkvui&p}fI0Y=IDX)mm0@tAd|fEHl~J&K}ZX(Mm3cm1UAuwJ42+AO5@HwYfDH7ipIc zmI;1J;J@+aCNG1M`Btf>YT>~c&3j~Qi@Py5JT6;zjx$cvOQW@3oQ>|}GH?TW-E z1R;q^QFjm5W~7f}c3Ww|awg1BAJ^slEV~Pk`Kd`PS$7;SqJZNj->it4DW2l15}xP6 zoCl$kyEF%yJni0(L!Z&14m!1urXh6Btj_5JYt1{#+H8w?5QI%% zo-$KYWNMJVH?Hh@1n7OSu~QhSswL8x0=$<8QG_zepi_`y_79=nK=_ZP_`Em2UI*tyQoB+r{1QYZCpb?2OrgUw#oRH$?^Tj!Req>XiE#~B|~ z+%HB;=ic+R@px4Ld8mwpY;W^A%8%l8$@B@1m5n`TlKI6bz2mp*^^^1mK$COW$HOfp zUGTz-cN9?BGEp}5A!mDFjaiWa2_J2Iq8qj0mXzk; z66JBKRP{p%wN7XobR0YjhAuW9T1Gw3FDvR5dWJ8ElNYF94eF3ebu+QwKjtvVu4L zI9ip#mQ@4uqVdkl-TUQMb^XBJVLW(-$s;Nq;@5gr4`UfLgF$adIhd?rHOa%D);whv z=;krPp~@I+-Z|r#s3yCH+c1US?dnm+C*)r{m+86sTJusLdNu^sqLrfWed^ndHXH`m zd3#cOe3>w-ga(Dus_^ppG9AC>Iq{y%%CK+Cro_sqLCs{VLuK=dev>OL1dis4(PQ5R zcz)>DjEkfV+MO;~>VUlYF00SgfUo~@(&9$Iy2|G0T9BSP?&T22>K46D zL*~j#yJ?)^*%J3!16f)@Y2Z^kS*BzwfAQ7K96rFRIh>#$*$_Io;z>ux@}G98!fWR@ zGTFxv4r~v)Gsd|pF91*-eaZ3Qw1MH$K^7JhWIdX%o$2kCbvGDXy)a?@8T&1dY4`;L z4Kn+f%SSFWE_rpEpL9bnlmYq`D!6F%di<&Hh=+!VI~j)2mfil03T#jJ_s?}VV0_hp z7T9bWxc>Jm2Z0WMU?`Z$xE74Gu~%s{mW!d4uvKCx@WD+gPUQ zV0vQS(Ig++z=EHN)BR44*EDSWIyT~R4$FcF*VEY*8@l=218Q05D2$|fXKFhRgBIEE zdDFB}1dKkoO^7}{5crKX!p?dZWNz$m>1icsXG2N+((x0OIST9Zo^DW_tytvlwXGpn zs8?pJXjEG;T@qrZi%#h93?FP$!&P4JA(&H61tqQi=opRzNpm zkrG}$^t9&XduK*Qa1?355wd8G2CI6QEh@Ua>AsD;7oRUNLPb76m4HG3K?)wF~IyS3`fXuNM>${?wmB zpVz;?6_(Fiadfd{vUCBM*_kt$+F3J+IojI;9L(gc9n3{sEZyzR9o!_mOwFC#tQ{Q~ zP3-`#uK#tP3Q7~Q;4H|wjZHO8h7e4IuBxl&vz2w~D8)w=Wtg31zpZhz%+kzSzL*dV zwp@{WU4i;hJ7c2f1O;7Mz6qRKeASoIv0_bV=i@NMG*l<#+;INk-^`5w@}Dj~;k=|}qM1vq_P z|GpBGe_IKq|LNy9SJhKOQ$c=5L{Dv|Q_lZl=-ky*BFBJLW9&y_C|!vyM~rQx=!vun z?rZJQB5t}Dctmui5i31C_;_}CEn}_W%>oSXtt>@kE1=JW*4*v4tPp;O6 zmAk{)m!)}34pTWg8{i>($%NQ(Tl;QC@J@FfBoc%Gr&m560^kgSfodAFrIjF}aIw)X zoXZ`@IsMkc8_=w%-7`D6Y4e*CG8k%Ud=GXhsTR50jUnm+R*0A(O3UKFg0`K;qp1bl z7``HN=?39ic_kR|^R^~w-*pa?Vj#7|e9F1iRx{GN2?wK!xR1GW!qa=~pjJb-#u1K8 zeR?Y2i-pt}yJq;SCiVHODIvQJX|ZJaT8nO+(?HXbLefulKKgM^B(UIO1r+S=7;kLJ zcH}1J=Px2jsh3Tec&v8Jcbng8;V-`#*UHt?hB(pmOipKwf3Lz8rG$heEB30Sg*2rx zV<|KN86$soN(I!BwO`1n^^uF2*x&vJ$2d$>+`(romzHP|)K_KkO6Hc>_dwMW-M(#S zK(~SiXT1@fvc#U+?|?PniDRm01)f^#55;nhM|wi?oG>yBsa?~?^xTU|fX-R(sTA+5 zaq}-8Tx7zrOy#3*JLIIVsBmHYLdD}!0NP!+ITW+Thn0)8SS!$@)HXwB3tY!fMxc#1 zMp3H?q3eD?u&Njx4;KQ5G>32+GRp1Ee5qMO0lZjaRRu&{W<&~DoJNGkcYF<5(Ab+J zgO>VhBl{okDPn78<%&e2mR{jwVCz5Og;*Z;;3%VvoGo_;HaGLWYF7q#jDX=Z#Ml`H z858YVV$%J|e<1n`%6Vsvq7GmnAV0wW4$5qQ3uR@1i>tW{xrl|ExywIc?fNgYlA?C5 zh$ezAFb5{rQu6i7BSS5*J-|9DQ{6^BVQ{b*lq`xS@RyrsJN?-t=MTMPY;WYeKBCNg z^2|pN!Q^WPJuuO4!|P@jzt&tY1Y8d%FNK5xK(!@`jO2aEA*4 zkO6b|UVBipci?){-Ke=+1;mGlND8)6+P;8sq}UXw2hn;fc7nM>g}GSMWu&v&fqh

iViYT=fZ(|3Ox^$aWPp4a8h24tD<|8-!aK0lHgL$N7Efw}J zVIB!7=T$U`ao1?upi5V4Et*-lTG0XvExbf!ya{cua==$WJyVG(CmA6Of*8E@DSE%L z`V^$qz&RU$7G5mg;8;=#`@rRG`-uS18$0WPN@!v2d{H2sOqP|!(cQ@ zUHo!d>>yFArLPf1q`uBvY32miqShLT1B@gDL4XoVTK&@owOoD)OIHXrYK-a1d$B{v zF^}8D3Y^g%^cnvScOSJR5QNH+BI%d|;J;wWM3~l>${fb8DNPg)wrf|GBP8p%LNGN# z3EaIiItgwtGgT&iYCFy9-LG}bMI|4LdmmJt@V@% zb6B)1kc=T)(|L@0;wr<>=?r04N;E&ef+7C^`wPWtyQe(*pD1pI_&XHy|0gIGHMekd zF_*M4yi6J&Z4LQj65)S zXwdM{SwUo%3SbPwFsHgqF@V|6afT|R6?&S;lw=8% z3}@9B=#JI3@B*#4s!O))~z zc>2_4Q_#&+5V`GFd?88^;c1i7;Vv_I*qt!_Yx*n=;rj!82rrR2rQ8u5(Ejlo{15P% zs~!{%XJ>FmJ})H^I9bn^Re&38H{xA!0l3^89k(oU;bZWXM@kn$#aoS&Y4l^-WEn-fH39Jb9lA%s*WsKJQl?n9B7_~P z-XM&WL7Z!PcoF6_D>V@$CvUIEy=+Z&0kt{szMk=f1|M+r*a43^$$B^MidrT0J;RI` z(?f!O<8UZkm$_Ny$Hth1J#^4ni+im8M9mr&k|3cIgwvjAgjH z8`N&h25xV#v*d$qBX5jkI|xOhQn!>IYZK7l5#^P4M&twe9&Ey@@GxYMxBZq2e7?`q z$~Szs0!g{2fGcp9PZEt|rdQ6bhAgpcLHPz?f-vB?$dc*!9OL?Q8mn7->bFD2Si60* z!O%y)fCdMSV|lkF9w%x~J*A&srMyYY3{=&$}H zGQ4VG_?$2X(0|vT0{=;W$~icCI{b6W{B!Q8xdGhF|D{25G_5_+%s(46lhvNLkik~R z>nr(&C#5wwOzJZQo9m|U<;&Wk!_#q|V>fsmj1g<6%hB{jGoNUPjgJslld>xmODzGjYc?7JSuA?A_QzjDw5AsRgi@Y|Z0{F{!1=!NES-#*f^s4l0Hu zz468))2IY5dmD9pa*(yT5{EyP^G>@ZWumealS-*WeRcZ}B%gxq{MiJ|RyX-^C1V=0 z@iKdrGi1jTe8Ya^x7yyH$kBNvM4R~`fbPq$BzHum-3Zo8C6=KW@||>zsA8-Y9uV5V z#oq-f5L5}V<&wF4@X@<3^C%ptp6+Ce)~hGl`kwj)bsAjmo_GU^r940Z-|`<)oGnh7 zFF0Tde3>ui?8Yj{sF-Z@)yQd~CGZ*w-6p2U<8}JO-sRsVI5dBji`01W8A&3$?}lxBaC&vn0E$c5tW* zX>5(zzZ=qn&!J~KdsPl;P@bmA-Pr8T*)eh_+Dv5=Ma|XSle6t(k8qcgNyar{*ReQ8 zTXwi=8vr>!3Ywr+BhggHDw8ke==NTQVMCK`$69fhzEFB*4+H9LIvdt-#IbhZvpS}} zO3lz;P?zr0*0$%-Rq_y^k(?I{Mk}h@w}cZpMUp|ucs55bcloL2)($u%mXQw({Wzc~ z;6nu5MkjP)0C(@%6Q_I_vsWrfhl7Zpoxw#WoE~r&GOSCz;_ro6i(^hM>I$8y>`!wW z*U^@?B!MMmb89I}2(hcE4zN2G^kwyWCZp5JG>$Ez7zP~D=J^LMjSM)27_0B_X^C(M z`fFT+%DcKlu?^)FCK>QzSnV%IsXVcUFhFdBP!6~se&xxrIxsvySAWu++IrH;FbcY$ z2DWTvSBRfLwdhr0nMx+URA$j3i7_*6BWv#DXfym?ZRDcX9C?cY9sD3q)uBDR3uWg= z(lUIzB)G$Hr!){>E{s4Dew+tb9kvToZp-1&c?y2wn@Z~(VBhqz`cB;{E4(P3N2*nJ z_>~g@;UF2iG{Kt(<1PyePTKahF8<)pozZ*xH~U-kfoAayCwJViIrnqwqO}7{0pHw$ zs2Kx?s#vQr7XZ264>5RNKSL8|Ty^=PsIx^}QqOOcfpGUU4tRkUc|kc7-!Ae6!+B{o~7nFpm3|G5^=0#Bnm6`V}oSQlrX(u%OWnC zoLPy&Q;1Jui&7ST0~#+}I^&?vcE*t47~Xq#YwvA^6^} z`WkC)$AkNub|t@S!$8CBlwbV~?yp&@9h{D|3z-vJXgzRC5^nYm+PyPcgRzAnEi6Q^gslXYRv4nycsy-SJu?lMps-? zV`U*#WnFsdPLL)Q$AmD|0`UaC4ND07+&UmOu!eHruzV|OUox<+Jl|Mr@6~C`T@P%s zW7sgXLF2SSe9Fl^O(I*{9wsFSYb2l%-;&Pi^dpv!{)C3d0AlNY6!4fgmSgj_wQ*7Am7&$z;Jg&wgR-Ih;lUvWS|KTSg!&s_E9_bXBkZvGiC6bFKDWZxsD$*NZ#_8bl zG1P-#@?OQzED7@jlMJTH@V!6k;W>auvft)}g zhoV{7$q=*;=l{O>Q4a@ ziMjf_u*o^PsO)#BjC%0^h>Xp@;5$p{JSYDt)zbb}s{Kbt!T*I@Pk@X0zds6wsefuU zW$XY%yyRGC94=6mf?x+bbA5CDQ2AgW1T-jVAJbm7K(gp+;v6E0WI#kuACgV$r}6L? zd|Tj?^%^*N&b>Dd{Wr$FS2qI#Ucs1yd4N+RBUQiSZGujH`#I)mG&VKoDh=KKFl4=G z&MagXl6*<)$6P}*Tiebpz5L=oMaPrN+caUXRJ`D?=K9!e0f{@D&cZLKN?iNP@X0aF zE(^pl+;*T5qt?1jRC=5PMgV!XNITRLS_=9{CJExaQj;lt!&pdzpK?8p>%Mb+D z?yO*uSung=-`QQ@yX@Hyd4@CI^r{2oiu`%^bNkz+Nkk!IunjwNC|WcqvX~k=><-I3 zDQdbdb|!v+Iz01$w@aMl!R)koD77Xp;eZwzSl-AT zr@Vu{=xvgfq9akRrrM)}=!=xcs+U1JO}{t(avgz`6RqiiX<|hGG1pmop8k6Q+G_mv zJv|RfDheUp2L3=^C=4aCBMBn0aRCU(DQwX-W(RkRwmLeuJYF<0urcaf(=7)JPg<3P zQs!~G)9CT18o!J4{zX{_e}4eS)U-E)0FAt}wEI(c0%HkxgggW;(1E=>J17_hsH^sP z%lT0LGgbUXHx-K*CI-MCrP66UP0PvGqM$MkeLyqHdbgP|_Cm!7te~b8p+e6sQ_3k| zVcwTh6d83ltdnR>D^)BYQpDKlLk3g0Hdcgz2}%qUs9~~Rie)A-BV1mS&naYai#xcZ z(d{8=-LVpTp}2*y)|gR~;qc7fp26}lPcLZ#=JpYcn3AT9(UIdOyg+d(P5T7D&*P}# zQCYplZO5|7+r19%9e`v^vfSS1sbX1c%=w1;oyruXB%Kl$ACgKQ6=qNWLsc=28xJjg zwvsI5-%SGU|3p>&zXVl^vVtQT3o-#$UT9LI@Npz~6=4!>mc431VRNN8od&Ul^+G_kHC`G=6WVWM z%9eWNyy(FTO|A+@x}Ou3CH)oi;t#7rAxdIXfNFwOj_@Y&TGz6P_sqiB`Q6Lxy|Q{`|fgmRG(k+!#b*M+Z9zFce)f-7;?Km5O=LHV9f9_87; zF7%R2B+$?@sH&&-$@tzaPYkw0;=i|;vWdI|Wl3q_Zu>l;XdIw2FjV=;Mq5t1Q0|f< zs08j54Bp`3RzqE=2enlkZxmX6OF+@|2<)A^RNQpBd6o@OXl+i)zO%D4iGiQNuXd+zIR{_lb96{lc~bxsBveIw6umhShTX+3@ZJ=YHh@ zWY3(d0azg;7oHn>H<>?4@*RQbi>SmM=JrHvIG(~BrvI)#W(EAeO6fS+}mxxcc+X~W6&YVl86W9WFSS}Vz-f9vS?XUDBk)3TcF z8V?$4Q)`uKFq>xT=)Y9mMFVTUk*NIA!0$?RP6Ig0TBmUFrq*Q-Agq~DzxjStQyJ({ zBeZ;o5qUUKg=4Hypm|}>>L=XKsZ!F$yNTDO)jt4H0gdQ5$f|d&bnVCMMXhNh)~mN z@_UV6D7MVlsWz+zM+inZZp&P4fj=tm6fX)SG5H>OsQf_I8c~uGCig$GzuwViK54bcgL;VN|FnyQl>Ed7(@>=8$a_UKIz|V6CeVSd2(P z0Uu>A8A+muM%HLFJQ9UZ5c)BSAv_zH#1f02x?h9C}@pN@6{>UiAp>({Fn(T9Q8B z^`zB;kJ5b`>%dLm+Ol}ty!3;8f1XDSVX0AUe5P#@I+FQ-`$(a;zNgz)4x5hz$Hfbg z!Q(z26wHLXko(1`;(BAOg_wShpX0ixfWq3ponndY+u%1gyX)_h=v1zR#V}#q{au6; z!3K=7fQwnRfg6FXtNQmP>`<;!N137paFS%y?;lb1@BEdbvQHYC{976l`cLqn;b8lp zIDY>~m{gDj(wfnK!lpW6pli)HyLEiUrNc%eXTil|F2s(AY+LW5hkKb>TQ3|Q4S9rr zpDs4uK_co6XPsn_z$LeS{K4jFF`2>U`tbgKdyDne`xmR<@6AA+_hPNKCOR-Zqv;xk zu5!HsBUb^!4uJ7v0RuH-7?l?}b=w5lzzXJ~gZcxRKOovSk@|#V+MuX%Y+=;14i*%{)_gSW9(#4%)AV#3__kac1|qUy!uyP{>?U#5wYNq}y$S9pCc zFc~4mgSC*G~j0u#qqp9 z${>3HV~@->GqEhr_Xwoxq?Hjn#=s2;i~g^&Hn|aDKpA>Oc%HlW(KA1?BXqpxB;Ydx)w;2z^MpjJ(Qi(X!$5RC z*P{~%JGDQqojV>2JbEeCE*OEu!$XJ>bWA9Oa_Hd;y)F%MhBRi*LPcdqR8X`NQ&1L# z5#9L*@qxrx8n}LfeB^J{%-?SU{FCwiWyHp682F+|pa+CQa3ZLzBqN1{)h4d6+vBbV zC#NEbQLC;}me3eeYnOG*nXOJZEU$xLZ1<1Y=7r0(-U0P6-AqwMAM`a(Ed#7vJkn6plb4eI4?2y3yOTGmmDQ!z9`wzbf z_OY#0@5=bnep;MV0X_;;SJJWEf^E6Bd^tVJ9znWx&Ks8t*B>AM@?;D4oWUGc z!H*`6d7Cxo6VuyS4Eye&L1ZRhrRmN6Lr`{NL(wDbif|y&z)JN>Fl5#Wi&mMIr5i;x zBx}3YfF>>8EC(fYnmpu~)CYHuHCyr5*`ECap%t@y=jD>!_%3iiE|LN$mK9>- zHdtpy8fGZtkZF?%TW~29JIAfi2jZT8>OA7=h;8T{{k?c2`nCEx9$r zS+*&vt~2o^^J+}RDG@+9&M^K*z4p{5#IEVbz`1%`m5c2};aGt=V?~vIM}ZdPECDI)47|CWBCfDWUbxBCnmYivQ*0Nu_xb*C>~C9(VjHM zxe<*D<#dQ8TlpMX2c@M<9$w!RP$hpG4cs%AI){jp*Sj|*`m)5(Bw*A0$*i-(CA5#%>a)$+jI2C9r6|(>J8InryENI z$NohnxDUB;wAYDwrb*!N3noBTKPpPN}~09SEL18tkG zxgz(RYU_;DPT{l?Q$+eaZaxnsWCA^ds^0PVRkIM%bOd|G2IEBBiz{&^JtNsODs;5z zICt_Zj8wo^KT$7Bg4H+y!Df#3mbl%%?|EXe!&(Vmac1DJ*y~3+kRKAD=Ovde4^^%~ zw<9av18HLyrf*_>Slp;^i`Uy~`mvBjZ|?Ad63yQa#YK`4+c6;pW4?XIY9G1(Xh9WO8{F-Aju+nS9Vmv=$Ac0ienZ+p9*O%NG zMZKy5?%Z6TAJTE?o5vEr0r>f>hb#2w2U3DL64*au_@P!J!TL`oH2r*{>ffu6|A7tv zL4juf$DZ1MW5ZPsG!5)`k8d8c$J$o;%EIL0va9&GzWvkS%ZsGb#S(?{!UFOZ9<$a| zY|a+5kmD5N&{vRqkgY>aHsBT&`rg|&kezoD)gP0fsNYHsO#TRc_$n6Lf1Z{?+DLziXlHrq4sf(!>O{?Tj;Eh@%)+nRE_2VxbN&&%%caU#JDU%vL3}Cb zsb4AazPI{>8H&d=jUaZDS$-0^AxE@utGs;-Ez_F(qC9T=UZX=>ok2k2 ziTn{K?y~a5reD2A)P${NoI^>JXn>`IeArow(41c-Wm~)wiryEP(OS{YXWi7;%dG9v zI?mwu1MxD{yp_rrk!j^cKM)dc4@p4Ezyo%lRN|XyD}}>v=Xoib0gOcdXrQ^*61HNj z=NP|pd>@yfvr-=m{8$3A8TQGMTE7g=z!%yt`8`Bk-0MMwW~h^++;qyUP!J~ykh1GO z(FZ59xuFR$(WE;F@UUyE@Sp>`aVNjyj=Ty>_Vo}xf`e7`F;j-IgL5`1~-#70$9_=uBMq!2&1l zomRgpD58@)YYfvLtPW}{C5B35R;ZVvB<<#)x%srmc_S=A7F@DW8>QOEGwD6suhwCg z>Pa+YyULhmw%BA*4yjDp|2{!T98~<6Yfd(wo1mQ!KWwq0eg+6)o1>W~f~kL<-S+P@$wx*zeI|1t7z#Sxr5 zt6w+;YblPQNplq4Z#T$GLX#j6yldXAqj>4gAnnWtBICUnA&-dtnlh=t0Ho_vEKwV` z)DlJi#!@nkYV#$!)@>udAU*hF?V`2$Hf=V&6PP_|r#Iv*J$9)pF@X3`k;5})9^o4y z&)~?EjX5yX12O(BsFy-l6}nYeuKkiq`u9145&3Ssg^y{5G3Pse z9w(YVa0)N-fLaBq1`P!_#>SS(8fh_5!f{UrgZ~uEdeMJIz7DzI5!NHHqQtm~#CPij z?=N|J>nPR6_sL7!f4hD_|KH`vf8(Wpnj-(gPWH+ZvID}%?~68SwhPTC3u1_cB`otq z)U?6qo!ZLi5b>*KnYHWW=3F!p%h1;h{L&(Q&{qY6)_qxNfbP6E3yYpW!EO+IW3?@J z);4>g4gnl^8klu7uA>eGF6rIGSynacogr)KUwE_R4E5Xzi*Qir@b-jy55-JPC8c~( zo!W8y9OGZ&`xmc8;=4-U9=h{vCqfCNzYirONmGbRQlR`WWlgnY+1wCXbMz&NT~9*| z6@FrzP!LX&{no2!Ln_3|I==_4`@}V?4a;YZKTdw;vT<+K+z=uWbW(&bXEaWJ^W8Td z-3&1bY^Z*oM<=M}LVt>_j+p=2Iu7pZmbXrhQ_k)ysE9yXKygFNw$5hwDn(M>H+e1&9BM5!|81vd%r%vEm zqxY3?F@fb6O#5UunwgAHR9jp_W2zZ}NGp2%mTW@(hz7$^+a`A?mb8|_G*GNMJ) zjqegXQio=i@AINre&%ofexAr95aop5C+0MZ0m-l=MeO8m3epm7U%vZB8+I+C*iNFM z#T3l`gknX;D$-`2XT^Cg*vrv=RH+P;_dfF++cP?B_msQI4j+lt&rX2)3GaJx%W*Nn zkML%D{z5tpHH=dksQ*gzc|}gzW;lwAbxoR07VNgS*-c3d&8J|;@3t^ zVUz*J*&r7DFRuFVDCJDK8V9NN5hvpgGjwx+5n)qa;YCKe8TKtdnh{I7NU9BCN!0dq zczrBk8pE{{@vJa9ywR@mq*J=v+PG;?fwqlJVhijG!3VmIKs>9T6r7MJpC)m!Tc#>g zMtVsU>wbwFJEfwZ{vB|ZlttNe83)$iz`~#8UJ^r)lJ@HA&G#}W&ZH*;k{=TavpjWE z7hdyLZPf*X%Gm}i`Y{OGeeu^~nB8=`{r#TUrM-`;1cBvEd#d!kPqIgYySYhN-*1;L z^byj%Yi}Gx)Wnkosi337BKs}+5H5dth1JA{Ir-JKN$7zC)*}hqeoD(WfaUDPT>0`- z(6sa0AoIqASwF`>hP}^|)a_j2s^PQn*qVC{Q}htR z5-)duBFXT_V56-+UohKXlq~^6uf!6sA#ttk1o~*QEy_Y-S$gAvq47J9Vtk$5oA$Ct zYhYJ@8{hsC^98${!#Ho?4y5MCa7iGnfz}b9jE~h%EAAv~Qxu)_rAV;^cygV~5r_~?l=B`zObj7S=H=~$W zPtI_m%g$`kL_fVUk9J@>EiBH zOO&jtn~&`hIFMS5S`g8w94R4H40mdNUH4W@@XQk1sr17b{@y|JB*G9z1|CrQjd+GX z6+KyURG3;!*BQrentw{B2R&@2&`2}n(z-2&X7#r!{yg@Soy}cRD~j zj9@UBW+N|4HW4AWapy4wfUI- zZ`gSL6DUlgj*f1hSOGXG0IVH8HxK?o2|3HZ;KW{K+yPAlxtb)NV_2AwJm|E)FRs&& z=c^e7bvUsztY|+f^k7NXs$o1EUq>cR7C0$UKi6IooHWlK_#?IWDkvywnzg&ThWo^? z2O_N{5X39#?eV9l)xI(>@!vSB{DLt*oY!K1R8}_?%+0^C{d9a%N4 zoxHVT1&Lm|uDX%$QrBun5e-F`HJ^T$ zmzv)p@4ZHd_w9!%Hf9UYNvGCw2TTTbrj9pl+T9%-_-}L(tES>Or-}Z4F*{##n3~L~TuxjirGuIY#H7{%$E${?p{Q01 zi6T`n;rbK1yIB9jmQNycD~yZq&mbIsFWHo|ZAChSFPQa<(%d8mGw*V3fh|yFoxOOiWJd(qvVb!Z$b88cg->N=qO*4k~6;R==|9ihg&riu#P~s4Oap9O7f%crSr^rljeIfXDEg>wi)&v*a%7zpz<9w z*r!3q9J|390x`Zk;g$&OeN&ctp)VKRpDSV@kU2Q>jtok($Y-*x8_$2piTxun81@vt z!Vj?COa0fg2RPXMSIo26T=~0d`{oGP*eV+$!0I<(4azk&Vj3SiG=Q!6mX0p$z7I}; z9BJUFgT-K9MQQ-0@Z=^7R<{bn2Fm48endsSs`V7_@%8?Bxkqv>BDoVcj?K#dV#uUP zL1ND~?D-|VGKe3Rw_7-Idpht>H6XRLh*U7epS6byiGvJpr%d}XwfusjH9g;Z98H`x zyde%%5mhGOiL4wljCaWCk-&uE4_OOccb9c!ZaWt4B(wYl!?vyzl%7n~QepN&eFUrw zFIOl9c({``6~QD+43*_tzP{f2x41h(?b43^y6=iwyB)2os5hBE!@YUS5?N_tXd=h( z)WE286Fbd>R4M^P{!G)f;h<3Q>Fipuy+d2q-)!RyTgt;wr$(?9ox3;q+{E*ZQHhOn;lM`cjnu9 zXa48ks-v(~b*;MAI<>YZH(^NV8vjb34beE<_cwKlJoR;k6lJNSP6v}uiyRD?|0w+X@o1ONrH8a$fCxXpf? z?$DL0)7|X}Oc%h^zrMKWc-NS9I0Utu@>*j}b@tJ=ixQSJ={4@854wzW@E>VSL+Y{i z#0b=WpbCZS>kUCO_iQz)LoE>P5LIG-hv9E+oG}DtlIDF>$tJ1aw9^LuhLEHt?BCj& z(O4I8v1s#HUi5A>nIS-JK{v!7dJx)^Yg%XjNmlkWAq2*cv#tHgz`Y(bETc6CuO1VkN^L-L3j_x<4NqYb5rzrLC-7uOv z!5e`GZt%B782C5-fGnn*GhDF$%(qP<74Z}3xx+{$4cYKy2ikxI7B2N+2r07DN;|-T->nU&!=Cm#rZt%O_5c&1Z%nlWq3TKAW0w zQqemZw_ue--2uKQsx+niCUou?HjD`xhEjjQd3%rrBi82crq*~#uA4+>vR<_S{~5ce z-2EIl?~s z1=GVL{NxP1N3%=AOaC}j_Fv=ur&THz zyO!d9kHq|c73kpq`$+t+8Bw7MgeR5~`d7ChYyGCBWSteTB>8WAU(NPYt2Dk`@#+}= zI4SvLlyk#pBgVigEe`?NG*vl7V6m+<}%FwPV=~PvvA)=#ths==DRTDEYh4V5}Cf$z@#;< zyWfLY_5sP$gc3LLl2x+Ii)#b2nhNXJ{R~vk`s5U7Nyu^3yFg&D%Txwj6QezMX`V(x z=C`{76*mNb!qHHs)#GgGZ_7|vkt9izl_&PBrsu@}L`X{95-2jf99K)0=*N)VxBX2q z((vkpP2RneSIiIUEnGb?VqbMb=Zia+rF~+iqslydE34cSLJ&BJW^3knX@M;t*b=EA zNvGzv41Ld_T+WT#XjDB840vovUU^FtN_)G}7v)1lPetgpEK9YS^OWFkPoE{ovj^=@ zO9N$S=G$1ecndT_=5ehth2Lmd1II-PuT~C9`XVePw$y8J#dpZ?Tss<6wtVglm(Ok7 z3?^oi@pPio6l&!z8JY(pJvG=*pI?GIOu}e^EB6QYk$#FJQ%^AIK$I4epJ+9t?KjqA+bkj&PQ*|vLttme+`9G=L% ziadyMw_7-M)hS(3E$QGNCu|o23|%O+VN7;Qggp?PB3K-iSeBa2b}V4_wY`G1Jsfz4 z9|SdB^;|I8E8gWqHKx!vj_@SMY^hLEIbSMCuE?WKq=c2mJK z8LoG-pnY!uhqFv&L?yEuxo{dpMTsmCn)95xanqBrNPTgXP((H$9N${Ow~Is-FBg%h z53;|Y5$MUN)9W2HBe2TD`ct^LHI<(xWrw}$qSoei?}s)&w$;&!14w6B6>Yr6Y8b)S z0r71`WmAvJJ`1h&poLftLUS6Ir zC$bG9!Im_4Zjse)#K=oJM9mHW1{%l8sz$1o?ltdKlLTxWWPB>Vk22czVt|1%^wnN@*!l)}?EgtvhC>vlHm^t+ogpgHI1_$1ox9e;>0!+b(tBrmXRB`PY1vp-R**8N7 zGP|QqI$m(Rdu#=(?!(N}G9QhQ%o!aXE=aN{&wtGP8|_qh+7a_j_sU5|J^)vxq;# zjvzLn%_QPHZZIWu1&mRAj;Sa_97p_lLq_{~j!M9N^1yp3U_SxRqK&JnR%6VI#^E12 z>CdOVI^_9aPK2eZ4h&^{pQs}xsijXgFYRIxJ~N7&BB9jUR1fm!(xl)mvy|3e6-B3j zJn#ajL;bFTYJ2+Q)tDjx=3IklO@Q+FFM}6UJr6km7hj7th9n_&JR7fnqC!hTZoM~T zBeaVFp%)0cbPhejX<8pf5HyRUj2>aXnXBqDJe73~J%P(2C?-RT{c3NjE`)om! zl$uewSgWkE66$Kb34+QZZvRn`fob~Cl9=cRk@Es}KQm=?E~CE%spXaMO6YmrMl%9Q zlA3Q$3|L1QJ4?->UjT&CBd!~ru{Ih^in&JXO=|<6J!&qp zRe*OZ*cj5bHYlz!!~iEKcuE|;U4vN1rk$xq6>bUWD*u(V@8sG^7>kVuo(QL@Ki;yL zWC!FT(q{E8#on>%1iAS0HMZDJg{Z{^!De(vSIq&;1$+b)oRMwA3nc3mdTSG#3uYO_ z>+x;7p4I;uHz?ZB>dA-BKl+t-3IB!jBRgdvAbW!aJ(Q{aT>+iz?91`C-xbe)IBoND z9_Xth{6?(y3rddwY$GD65IT#f3<(0o#`di{sh2gm{dw*#-Vnc3r=4==&PU^hCv$qd zjw;>i&?L*Wq#TxG$mFIUf>eK+170KG;~+o&1;Tom9}}mKo23KwdEM6UonXgc z!6N(@k8q@HPw{O8O!lAyi{rZv|DpgfU{py+j(X_cwpKqcalcqKIr0kM^%Br3SdeD> zHSKV94Yxw;pjzDHo!Q?8^0bb%L|wC;4U^9I#pd5O&eexX+Im{ z?jKnCcsE|H?{uGMqVie_C~w7GX)kYGWAg%-?8|N_1#W-|4F)3YTDC+QSq1s!DnOML3@d`mG%o2YbYd#jww|jD$gotpa)kntakp#K;+yo-_ZF9qrNZw<%#C zuPE@#3RocLgPyiBZ+R_-FJ_$xP!RzWm|aN)S+{$LY9vvN+IW~Kf3TsEIvP+B9Mtm! zpfNNxObWQpLoaO&cJh5>%slZnHl_Q~(-Tfh!DMz(dTWld@LG1VRF`9`DYKhyNv z2pU|UZ$#_yUx_B_|MxUq^glT}O5Xt(Vm4Mr02><%C)@v;vPb@pT$*yzJ4aPc_FZ3z z3}PLoMBIM>q_9U2rl^sGhk1VUJ89=*?7|v`{!Z{6bqFMq(mYiA?%KbsI~JwuqVA9$H5vDE+VocjX+G^%bieqx->s;XWlKcuv(s%y%D5Xbc9+ zc(_2nYS1&^yL*ey664&4`IoOeDIig}y-E~_GS?m;D!xv5-xwz+G`5l6V+}CpeJDi^ z%4ed$qowm88=iYG+(`ld5Uh&>Dgs4uPHSJ^TngXP_V6fPyl~>2bhi20QB%lSd#yYn zO05?KT1z@?^-bqO8Cg`;ft>ilejsw@2%RR7;`$Vs;FmO(Yr3Fp`pHGr@P2hC%QcA|X&N2Dn zYf`MqXdHi%cGR@%y7Rg7?d3?an){s$zA{!H;Ie5exE#c~@NhQUFG8V=SQh%UxUeiV zd7#UcYqD=lk-}sEwlpu&H^T_V0{#G?lZMxL7ih_&{(g)MWBnCZxtXg znr#}>U^6!jA%e}@Gj49LWG@*&t0V>Cxc3?oO7LSG%~)Y5}f7vqUUnQ;STjdDU}P9IF9d9<$;=QaXc zL1^X7>fa^jHBu_}9}J~#-oz3Oq^JmGR#?GO7b9a(=R@fw@}Q{{@`Wy1vIQ#Bw?>@X z-_RGG@wt|%u`XUc%W{J z>iSeiz8C3H7@St3mOr_mU+&bL#Uif;+Xw-aZdNYUpdf>Rvu0i0t6k*}vwU`XNO2he z%miH|1tQ8~ZK!zmL&wa3E;l?!!XzgV#%PMVU!0xrDsNNZUWKlbiOjzH-1Uoxm8E#r`#2Sz;-o&qcqB zC-O_R{QGuynW14@)7&@yw1U}uP(1cov)twxeLus0s|7ayrtT8c#`&2~Fiu2=R;1_4bCaD=*E@cYI>7YSnt)nQc zohw5CsK%m?8Ack)qNx`W0_v$5S}nO|(V|RZKBD+btO?JXe|~^Qqur%@eO~<8-L^9d z=GA3-V14ng9L29~XJ>a5k~xT2152zLhM*@zlp2P5Eu}bywkcqR;ISbas&#T#;HZSf z2m69qTV(V@EkY(1Dk3`}j)JMo%ZVJ*5eB zYOjIisi+igK0#yW*gBGj?@I{~mUOvRFQR^pJbEbzFxTubnrw(Muk%}jI+vXmJ;{Q6 zrSobKD>T%}jV4Ub?L1+MGOD~0Ir%-`iTnWZN^~YPrcP5y3VMAzQ+&en^VzKEb$K!Q z<7Dbg&DNXuow*eD5yMr+#08nF!;%4vGrJI++5HdCFcGLfMW!KS*Oi@=7hFwDG!h2< zPunUEAF+HncQkbfFj&pbzp|MU*~60Z(|Ik%Tn{BXMN!hZOosNIseT?R;A`W?=d?5X zK(FB=9mZusYahp|K-wyb={rOpdn=@;4YI2W0EcbMKyo~-#^?h`BA9~o285%oY zfifCh5Lk$SY@|2A@a!T2V+{^!psQkx4?x0HSV`(w9{l75QxMk!)U52Lbhn{8ol?S) zCKo*7R(z!uk<6*qO=wh!Pul{(qq6g6xW;X68GI_CXp`XwO zxuSgPRAtM8K7}5E#-GM!*ydOOG_{A{)hkCII<|2=ma*71ci_-}VPARm3crFQjLYV! z9zbz82$|l01mv`$WahE2$=fAGWkd^X2kY(J7iz}WGS z@%MyBEO=A?HB9=^?nX`@nh;7;laAjs+fbo!|K^mE!tOB>$2a_O0y-*uaIn8k^6Y zSbuv;5~##*4Y~+y7Z5O*3w4qgI5V^17u*ZeupVGH^nM&$qmAk|anf*>r zWc5CV;-JY-Z@Uq1Irpb^O`L_7AGiqd*YpGUShb==os$uN3yYvb`wm6d=?T*it&pDk zo`vhw)RZX|91^^Wa_ti2zBFyWy4cJu#g)_S6~jT}CC{DJ_kKpT`$oAL%b^!2M;JgT zM3ZNbUB?}kP(*YYvXDIH8^7LUxz5oE%kMhF!rnPqv!GiY0o}NR$OD=ITDo9r%4E>E0Y^R(rS^~XjWyVI6 zMOR5rPXhTp*G*M&X#NTL`Hu*R+u*QNoiOKg4CtNPrjgH>c?Hi4MUG#I917fx**+pJfOo!zFM&*da&G_x)L(`k&TPI*t3e^{crd zX<4I$5nBQ8Ax_lmNRa~E*zS-R0sxkz`|>7q_?*e%7bxqNm3_eRG#1ae3gtV9!fQpY z+!^a38o4ZGy9!J5sylDxZTx$JmG!wg7;>&5H1)>f4dXj;B+@6tMlL=)cLl={jLMxY zbbf1ax3S4>bwB9-$;SN2?+GULu;UA-35;VY*^9Blx)Jwyb$=U!D>HhB&=jSsd^6yw zL)?a|>GxU!W}ocTC(?-%z3!IUhw^uzc`Vz_g>-tv)(XA#JK^)ZnC|l1`@CdX1@|!| z_9gQ)7uOf?cR@KDp97*>6X|;t@Y`k_N@)aH7gY27)COv^P3ya9I{4z~vUjLR9~z1Z z5=G{mVtKH*&$*t0@}-i_v|3B$AHHYale7>E+jP`ClqG%L{u;*ff_h@)al?RuL7tOO z->;I}>%WI{;vbLP3VIQ^iA$4wl6@0sDj|~112Y4OFjMs`13!$JGkp%b&E8QzJw_L5 zOnw9joc0^;O%OpF$Qp)W1HI!$4BaXX84`%@#^dk^hFp^pQ@rx4g(8Xjy#!X%+X5Jd@fs3amGT`}mhq#L97R>OwT5-m|h#yT_-v@(k$q7P*9X~T*3)LTdzP!*B} z+SldbVWrrwQo9wX*%FyK+sRXTa@O?WM^FGWOE?S`R(0P{<6p#f?0NJvnBia?k^fX2 zNQs7K-?EijgHJY}&zsr;qJ<*PCZUd*x|dD=IQPUK_nn)@X4KWtqoJNHkT?ZWL_hF? zS8lp2(q>;RXR|F;1O}EE#}gCrY~#n^O`_I&?&z5~7N;zL0)3Tup`%)oHMK-^r$NT% zbFg|o?b9w(q@)6w5V%si<$!U<#}s#x@0aX-hP>zwS#9*75VXA4K*%gUc>+yzupTDBOKH8WR4V0pM(HrfbQ&eJ79>HdCvE=F z|J>s;;iDLB^3(9}?biKbxf1$lI!*Z%*0&8UUq}wMyPs_hclyQQi4;NUY+x2qy|0J; zhn8;5)4ED1oHwg+VZF|80<4MrL97tGGXc5Sw$wAI#|2*cvQ=jB5+{AjMiDHmhUC*a zlmiZ`LAuAn_}hftXh;`Kq0zblDk8?O-`tnilIh|;3lZp@F_osJUV9`*R29M?7H{Fy z`nfVEIDIWXmU&YW;NjU8)EJpXhxe5t+scf|VXM!^bBlwNh)~7|3?fWwo_~ZFk(22% zTMesYw+LNx3J-_|DM~`v93yXe=jPD{q;li;5PD?Dyk+b? zo21|XpT@)$BM$%F=P9J19Vi&1#{jM3!^Y&fr&_`toi`XB1!n>sbL%U9I5<7!@?t)~ z;&H%z>bAaQ4f$wIzkjH70;<8tpUoxzKrPhn#IQfS%9l5=Iu))^XC<58D!-O z{B+o5R^Z21H0T9JQ5gNJnqh#qH^na|z92=hONIM~@_iuOi|F>jBh-?aA20}Qx~EpDGElELNn~|7WRXRFnw+Wdo`|# zBpU=Cz3z%cUJ0mx_1($X<40XEIYz(`noWeO+x#yb_pwj6)R(__%@_Cf>txOQ74wSJ z0#F3(zWWaR-jMEY$7C*3HJrohc79>MCUu26mfYN)f4M~4gD`}EX4e}A!U}QV8!S47 z6y-U-%+h`1n`*pQuKE%Av0@)+wBZr9mH}@vH@i{v(m-6QK7Ncf17x_D=)32`FOjjo zg|^VPf5c6-!FxN{25dvVh#fog=NNpXz zfB$o+0jbRkHH{!TKhE709f+jI^$3#v1Nmf80w`@7-5$1Iv_`)W^px8P-({xwb;D0y z7LKDAHgX<84?l!I*Dvi2#D@oAE^J|g$3!)x1Ua;_;<@#l1fD}lqU2_tS^6Ht$1Wl} zBESo7o^)9-Tjuz$8YQSGhfs{BQV6zW7dA?0b(Dbt=UnQs&4zHfe_sj{RJ4uS-vQpC zX;Bbsuju4%!o8?&m4UZU@~ZZjeFF6ex2ss5_60_JS_|iNc+R0GIjH1@Z z=rLT9%B|WWgOrR7IiIwr2=T;Ne?30M!@{%Qf8o`!>=s<2CBpCK_TWc(DX51>e^xh8 z&@$^b6CgOd7KXQV&Y4%}_#uN*mbanXq(2=Nj`L7H7*k(6F8s6{FOw@(DzU`4-*77{ zF+dxpv}%mFpYK?>N_2*#Y?oB*qEKB}VoQ@bzm>ptmVS_EC(#}Lxxx730trt0G)#$b zE=wVvtqOct1%*9}U{q<)2?{+0TzZzP0jgf9*)arV)*e!f`|jgT{7_9iS@e)recI#z zbzolURQ+TOzE!ymqvBY7+5NnAbWxvMLsLTwEbFqW=CPyCsmJ}P1^V30|D5E|p3BC5 z)3|qgw@ra7aXb-wsa|l^in~1_fm{7bS9jhVRkYVO#U{qMp z)Wce+|DJ}4<2gp8r0_xfZpMo#{Hl2MfjLcZdRB9(B(A(f;+4s*FxV{1F|4d`*sRNd zp4#@sEY|?^FIJ;tmH{@keZ$P(sLh5IdOk@k^0uB^BWr@pk6mHy$qf&~rI>P*a;h0C{%oA*i!VjWn&D~O#MxN&f@1Po# zKN+ zrGrkSjcr?^R#nGl<#Q722^wbYcgW@{+6CBS<1@%dPA8HC!~a`jTz<`g_l5N1M@9wn9GOAZ>nqNgq!yOCbZ@1z`U_N`Z>}+1HIZxk*5RDc&rd5{3qjRh8QmT$VyS;jK z;AF+r6XnnCp=wQYoG|rT2@8&IvKq*IB_WvS%nt%e{MCFm`&W*#LXc|HrD?nVBo=(8*=Aq?u$sDA_sC_RPDUiQ+wnIJET8vx$&fxkW~kP9qXKt zozR)@xGC!P)CTkjeWvXW5&@2?)qt)jiYWWBU?AUtzAN}{JE1I)dfz~7$;}~BmQF`k zpn11qmObXwRB8&rnEG*#4Xax3XBkKlw(;tb?Np^i+H8m(Wyz9k{~ogba@laiEk;2! zV*QV^6g6(QG%vX5Um#^sT&_e`B1pBW5yVth~xUs#0}nv?~C#l?W+9Lsb_5)!71rirGvY zTIJ$OPOY516Y|_014sNv+Z8cc5t_V=i>lWV=vNu#!58y9Zl&GsMEW#pPYPYGHQ|;vFvd*9eM==$_=vc7xnyz0~ zY}r??$<`wAO?JQk@?RGvkWVJlq2dk9vB(yV^vm{=NVI8dhsX<)O(#nr9YD?I?(VmQ z^r7VfUBn<~p3()8yOBjm$#KWx!5hRW)5Jl7wY@ky9lNM^jaT##8QGVsYeaVywmpv>X|Xj7gWE1Ezai&wVLt3p)k4w~yrskT-!PR!kiyQlaxl(( zXhF%Q9x}1TMt3~u@|#wWm-Vq?ZerK={8@~&@9r5JW}r#45#rWii};t`{5#&3$W)|@ zbAf2yDNe0q}NEUvq_Quq3cTjcw z@H_;$hu&xllCI9CFDLuScEMg|x{S7GdV8<&Mq=ezDnRZAyX-8gv97YTm0bg=d)(>N z+B2FcqvI9>jGtnK%eO%y zoBPkJTk%y`8TLf4)IXPBn`U|9>O~WL2C~C$z~9|0m*YH<-vg2CD^SX#&)B4ngOSG$ zV^wmy_iQk>dfN@Pv(ckfy&#ak@MLC7&Q6Ro#!ezM*VEh`+b3Jt%m(^T&p&WJ2Oqvj zs-4nq0TW6cv~(YI$n0UkfwN}kg3_fp?(ijSV#tR9L0}l2qjc7W?i*q01=St0eZ=4h zyGQbEw`9OEH>NMuIe)hVwYHsGERWOD;JxEiO7cQv%pFCeR+IyhwQ|y@&^24k+|8fD zLiOWFNJ2&vu2&`Jv96_z-Cd5RLgmeY3*4rDOQo?Jm`;I_(+ejsPM03!ly!*Cu}Cco zrQSrEDHNyzT(D5s1rZq!8#?f6@v6dB7a-aWs(Qk>N?UGAo{gytlh$%_IhyL7h?DLXDGx zgxGEBQoCAWo-$LRvM=F5MTle`M})t3vVv;2j0HZY&G z22^iGhV@uaJh(XyyY%} zd4iH_UfdV#T=3n}(Lj^|n;O4|$;xhu*8T3hR1mc_A}fK}jfZ7LX~*n5+`8N2q#rI$ z@<_2VANlYF$vIH$ zl<)+*tIWW78IIINA7Rr7i{<;#^yzxoLNkXL)eSs=%|P>$YQIh+ea_3k z_s7r4%j7%&*NHSl?R4k%1>Z=M9o#zxY!n8sL5>BO-ZP;T3Gut>iLS@U%IBrX6BA3k z)&@q}V8a{X<5B}K5s(c(LQ=%v1ocr`t$EqqY0EqVjr65usa=0bkf|O#ky{j3)WBR(((L^wmyHRzoWuL2~WTC=`yZ zn%VX`L=|Ok0v7?s>IHg?yArBcync5rG#^+u)>a%qjES%dRZoIyA8gQ;StH z1Ao7{<&}6U=5}4v<)1T7t!J_CL%U}CKNs-0xWoTTeqj{5{?Be$L0_tk>M9o8 zo371}S#30rKZFM{`H_(L`EM9DGp+Mifk&IP|C2Zu_)Ghr4Qtpmkm1osCf@%Z$%t+7 zYH$Cr)Ro@3-QDeQJ8m+x6%;?YYT;k6Z0E-?kr>x33`H%*ueBD7Zx~3&HtWn0?2Wt} zTG}*|v?{$ajzt}xPzV%lL1t-URi8*Zn)YljXNGDb>;!905Td|mpa@mHjIH%VIiGx- zd@MqhpYFu4_?y5N4xiHn3vX&|e6r~Xt> zZG`aGq|yTNjv;9E+Txuoa@A(9V7g?1_T5FzRI;!=NP1Kqou1z5?%X~Wwb{trRfd>i z8&y^H)8YnKyA_Fyx>}RNmQIczT?w2J4SNvI{5J&}Wto|8FR(W;Qw#b1G<1%#tmYzQ zQ2mZA-PAdi%RQOhkHy9Ea#TPSw?WxwL@H@cbkZwIq0B!@ns}niALidmn&W?!Vd4Gj zO7FiuV4*6Mr^2xlFSvM;Cp_#r8UaqIzHJQg_z^rEJw&OMm_8NGAY2)rKvki|o1bH~ z$2IbfVeY2L(^*rMRU1lM5Y_sgrDS`Z??nR2lX;zyR=c%UyGb*%TC-Dil?SihkjrQy~TMv6;BMs7P8il`H7DmpVm@rJ;b)hW)BL)GjS154b*xq-NXq2cwE z^;VP7ua2pxvCmxrnqUYQMH%a%nHmwmI33nJM(>4LznvY*k&C0{8f*%?zggpDgkuz&JBx{9mfb@wegEl2v!=}Sq2Gaty0<)UrOT0{MZtZ~j5y&w zXlYa_jY)I_+VA-^#mEox#+G>UgvM!Ac8zI<%JRXM_73Q!#i3O|)lOP*qBeJG#BST0 zqohi)O!|$|2SeJQo(w6w7%*92S})XfnhrH_Z8qe!G5>CglP=nI7JAOW?(Z29;pXJ9 zR9`KzQ=WEhy*)WH>$;7Cdz|>*i>=##0bB)oU0OR>>N<21e4rMCHDemNi2LD>Nc$;& zQRFthpWniC1J6@Zh~iJCoLOxN`oCKD5Q4r%ynwgUKPlIEd#?QViIqovY|czyK8>6B zSP%{2-<;%;1`#0mG^B(8KbtXF;Nf>K#Di72UWE4gQ%(_26Koiad)q$xRL~?pN71ZZ zujaaCx~jXjygw;rI!WB=xrOJO6HJ!!w}7eiivtCg5K|F6$EXa)=xUC za^JXSX98W`7g-tm@uo|BKj39Dl;sg5ta;4qjo^pCh~{-HdLl6qI9Ix6f$+qiZ$}s= zNguKrU;u+T@ko(Vr1>)Q%h$?UKXCY>3se%&;h2osl2D zE4A9bd7_|^njDd)6cI*FupHpE3){4NQ*$k*cOWZ_?CZ>Z4_fl@n(mMnYK62Q1d@+I zr&O))G4hMihgBqRIAJkLdk(p(D~X{-oBUA+If@B}j& zsHbeJ3RzTq96lB7d($h$xTeZ^gP0c{t!Y0c)aQE;$FY2!mACg!GDEMKXFOPI^)nHZ z`aSPJpvV0|bbrzhWWkuPURlDeN%VT8tndV8?d)eN*i4I@u zVKl^6{?}A?P)Fsy?3oi#clf}L18t;TjNI2>eI&(ezDK7RyqFxcv%>?oxUlonv(px) z$vnPzRH`y5A(x!yOIfL0bmgeMQB$H5wenx~!ujQK*nUBW;@Em&6Xv2%s(~H5WcU2R z;%Nw<$tI)a`Ve!>x+qegJnQsN2N7HaKzrFqM>`6R*gvh%O*-%THt zrB$Nk;lE;z{s{r^PPm5qz(&lM{sO*g+W{sK+m3M_z=4=&CC>T`{X}1Vg2PEfSj2x_ zmT*(x;ov%3F?qoEeeM>dUn$a*?SIGyO8m806J1W1o+4HRhc2`9$s6hM#qAm zChQ87b~GEw{ADfs+5}FJ8+|bIlIv(jT$Ap#hSHoXdd9#w<#cA<1Rkq^*EEkknUd4& zoIWIY)sAswy6fSERVm&!SO~#iN$OgOX*{9@_BWFyJTvC%S++ilSfCrO(?u=Dc?CXZ zzCG&0yVR{Z`|ZF0eEApWEo#s9osV>F{uK{QA@BES#&;#KsScf>y zvs?vIbI>VrT<*!;XmQS=bhq%46-aambZ(8KU-wOO2=en~D}MCToB_u;Yz{)1ySrPZ z@=$}EvjTdzTWU7c0ZI6L8=yP+YRD_eMMos}b5vY^S*~VZysrkq<`cK3>>v%uy7jgq z0ilW9KjVDHLv0b<1K_`1IkbTOINs0=m-22c%M~l=^S}%hbli-3?BnNq?b`hx^HX2J zIe6ECljRL0uBWb`%{EA=%!i^4sMcj+U_TaTZRb+~GOk z^ZW!nky0n*Wb*r+Q|9H@ml@Z5gU&W`(z4-j!OzC1wOke`TRAYGZVl$PmQ16{3196( zO*?`--I}Qf(2HIwb2&1FB^!faPA2=sLg(@6P4mN)>Dc3i(B0;@O-y2;lM4akD>@^v z=u>*|!s&9zem70g7zfw9FXl1bpJW(C#5w#uy5!V?Q(U35A~$dR%LDVnq@}kQm13{} zd53q3N(s$Eu{R}k2esbftfjfOITCL;jWa$}(mmm}d(&7JZ6d3%IABCapFFYjdEjdK z&4Edqf$G^MNAtL=uCDRs&Fu@FXRgX{*0<(@c3|PNHa>L%zvxWS={L8%qw`STm+=Rd zA}FLspESSIpE_^41~#5yI2bJ=9`oc;GIL!JuW&7YetZ?0H}$$%8rW@*J37L-~Rsx!)8($nI4 zZhcZ2^=Y+p4YPl%j!nFJA|*M^gc(0o$i3nlphe+~-_m}jVkRN{spFs(o0ajW@f3K{ zDV!#BwL322CET$}Y}^0ixYj2w>&Xh12|R8&yEw|wLDvF!lZ#dOTHM9pK6@Nm-@9Lnng4ZHBgBSrr7KI8YCC9DX5Kg|`HsiwJHg2(7#nS;A{b3tVO?Z% za{m5b3rFV6EpX;=;n#wltDv1LE*|g5pQ+OY&*6qCJZc5oDS6Z6JD#6F)bWxZSF@q% z+1WV;m!lRB!n^PC>RgQCI#D1br_o^#iPk>;K2hB~0^<~)?p}LG%kigm@moD#q3PE+ zA^Qca)(xnqw6x>XFhV6ku9r$E>bWNrVH9fum0?4s?Rn2LG{Vm_+QJHse6xa%nzQ?k zKug4PW~#Gtb;#5+9!QBgyB@q=sk9=$S{4T>wjFICStOM?__fr+Kei1 z3j~xPqW;W@YkiUM;HngG!;>@AITg}vAE`M2Pj9Irl4w1fo4w<|Bu!%rh%a(Ai^Zhi zs92>v5;@Y(Zi#RI*ua*h`d_7;byQSa*v9E{2x$<-_=5Z<7{%)}4XExANcz@rK69T0x3%H<@frW>RA8^swA+^a(FxK| zFl3LD*ImHN=XDUkrRhp6RY5$rQ{bRgSO*(vEHYV)3Mo6Jy3puiLmU&g82p{qr0F?ohmbz)f2r{X2|T2 z$4fdQ=>0BeKbiVM!e-lIIs8wVTuC_m7}y4A_%ikI;Wm5$9j(^Y z(cD%U%k)X>_>9~t8;pGzL6L-fmQO@K; zo&vQzMlgY95;1BSkngY)e{`n0!NfVgf}2mB3t}D9@*N;FQ{HZ3Pb%BK6;5#-O|WI( zb6h@qTLU~AbVW#_6?c!?Dj65Now7*pU{h!1+eCV^KCuPAGs28~3k@ueL5+u|Z-7}t z9|lskE`4B7W8wMs@xJa{#bsCGDFoRSNSnmNYB&U7 zVGKWe%+kFB6kb)e;TyHfqtU6~fRg)f|>=5(N36)0+C z`hv65J<$B}WUc!wFAb^QtY31yNleq4dzmG`1wHTj=c*=hay9iD071Hc?oYoUk|M*_ zU1GihAMBsM@5rUJ(qS?9ZYJ6@{bNqJ`2Mr+5#hKf?doa?F|+^IR!8lq9)wS3tF_9n zW_?hm)G(M+MYb?V9YoX^_mu5h-LP^TL^!Q9Z7|@sO(rg_4+@=PdI)WL(B7`!K^ND- z-uIuVDCVEdH_C@c71YGYT^_Scf_dhB8Z2Xy6vGtBSlYud9vggOqv^L~F{BraSE_t} zIkP+Hp2&nH^-MNEs}^`oMLy11`PQW$T|K(`Bu*(f@)mv1-qY(_YG&J2M2<7k;;RK~ zL{Fqj9yCz8(S{}@c)S!65aF<=&eLI{hAMErCx&>i7OeDN>okvegO87OaG{Jmi<|}D zaT@b|0X{d@OIJ7zvT>r+eTzgLq~|Dpu)Z&db-P4z*`M$UL51lf>FLlq6rfG)%doyp z)3kk_YIM!03eQ8Vu_2fg{+osaEJPtJ-s36R+5_AEG12`NG)IQ#TF9c@$99%0iye+ zUzZ57=m2)$D(5Nx!n)=5Au&O0BBgwxIBaeI(mro$#&UGCr<;C{UjJVAbVi%|+WP(a zL$U@TYCxJ=1{Z~}rnW;7UVb7+ZnzgmrogDxhjLGo>c~MiJAWs&&;AGg@%U?Y^0JhL ze(x6Z74JG6FlOFK(T}SXQfhr}RIFl@QXKnIcXYF)5|V~e-}suHILKT-k|<*~Ij|VF zC;t@=uj=hot~*!C68G8hTA%8SzOfETOXQ|3FSaIEjvBJp(A)7SWUi5!Eu#yWgY+;n zlm<$+UDou*V+246_o#V4kMdto8hF%%Lki#zPh}KYXmMf?hrN0;>Mv%`@{0Qn`Ujp) z=lZe+13>^Q!9zT);H<(#bIeRWz%#*}sgUX9P|9($kexOyKIOc`dLux}c$7It4u|Rl z6SSkY*V~g_B-hMPo_ak>>z@AVQ(_N)VY2kB3IZ0G(iDUYw+2d7W^~(Jq}KY=JnWS( z#rzEa&0uNhJ>QE8iiyz;n2H|SV#Og+wEZv=f2%1ELX!SX-(d3tEj$5$1}70Mp<&eI zCkfbByL7af=qQE@5vDVxx1}FSGt_a1DoE3SDI+G)mBAna)KBG4p8Epxl9QZ4BfdAN zFnF|Y(umr;gRgG6NLQ$?ZWgllEeeq~z^ZS7L?<(~O&$5|y)Al^iMKy}&W+eMm1W z7EMU)u^ke(A1#XCV>CZ71}P}0x)4wtHO8#JRG3MA-6g=`ZM!FcICCZ{IEw8Dm2&LQ z1|r)BUG^0GzI6f946RrBlfB1Vs)~8toZf~7)+G;pv&XiUO(%5bm)pl=p>nV^o*;&T z;}@oZSibzto$arQgfkp|z4Z($P>dTXE{4O=vY0!)kDO* zGF8a4wq#VaFpLfK!iELy@?-SeRrdz%F*}hjKcA*y@mj~VD3!it9lhRhX}5YOaR9$} z3mS%$2Be7{l(+MVx3 z(4?h;P!jnRmX9J9sYN#7i=iyj_5q7n#X(!cdqI2lnr8T$IfOW<_v`eB!d9xY1P=2q&WtOXY=D9QYteP)De?S4}FK6#6Ma z=E*V+#s8>L;8aVroK^6iKo=MH{4yEZ_>N-N z`(|;aOATba1^asjxlILk<4}f~`39dBFlxj>Dw(hMYKPO3EEt1@S`1lxFNM+J@uB7T zZ8WKjz7HF1-5&2=l=fqF-*@>n5J}jIxdDwpT?oKM3s8Nr`x8JnN-kCE?~aM1H!hAE z%%w(3kHfGwMnMmNj(SU(w42OrC-euI>Dsjk&jz3ts}WHqmMpzQ3vZrsXrZ|}+MHA7 z068obeXZTsO*6RS@o3x80E4ok``rV^Y3hr&C1;|ZZ0|*EKO`$lECUYG2gVFtUTw)R z4Um<0ZzlON`zTdvVdL#KFoMFQX*a5wM0Czp%wTtfK4Sjs)P**RW&?lP$(<}q%r68Z zS53Y!d@&~ne9O)A^tNrXHhXBkj~$8j%pT1%%mypa9AW5E&s9)rjF4@O3ytH{0z6riz|@< zB~UPh*wRFg2^7EbQrHf0y?E~dHlkOxof_a?M{LqQ^C!i2dawHTPYUE=X@2(3<=OOxs8qn_(y>pU>u^}3y&df{JarR0@VJn0f+U%UiF=$Wyq zQvnVHESil@d|8&R<%}uidGh7@u^(%?$#|&J$pvFC-n8&A>utA=n3#)yMkz+qnG3wd zP7xCnF|$9Dif@N~L)Vde3hW8W!UY0BgT2v(wzp;tlLmyk2%N|0jfG$%<;A&IVrOI< z!L)o>j>;dFaqA3pL}b-Je(bB@VJ4%!JeX@3x!i{yIeIso^=n?fDX`3bU=eG7sTc%g%ye8$v8P@yKE^XD=NYxTb zbf!Mk=h|otpqjFaA-vs5YOF-*GwWPc7VbaOW&stlANnCN8iftFMMrUdYNJ_Bnn5Vt zxfz@Ah|+4&P;reZxp;MmEI7C|FOv8NKUm8njF7Wb6Gi7DeODLl&G~}G4be&*Hi0Qw z5}77vL0P+7-B%UL@3n1&JPxW^d@vVwp?u#gVcJqY9#@-3X{ok#UfW3<1fb%FT`|)V~ggq z(3AUoUS-;7)^hCjdT0Kf{i}h)mBg4qhtHHBti=~h^n^OTH5U*XMgDLIR@sre`AaB$ zg)IGBET_4??m@cx&c~bA80O7B8CHR7(LX7%HThkeC*@vi{-pL%e)yXp!B2InafbDF zjPXf1mko3h59{lT6EEbxKO1Z5GF71)WwowO6kY|6tjSVSWdQ}NsK2x{>i|MKZK8%Q zfu&_0D;CO-Jg0#YmyfctyJ!mRJp)e#@O0mYdp|8x;G1%OZQ3Q847YWTyy|%^cpA;m zze0(5p{tMu^lDkpe?HynyO?a1$_LJl2L&mpeKu%8YvgRNr=%2z${%WThHG=vrWY@4 zsA`OP#O&)TetZ>s%h!=+CE15lOOls&nvC~$Qz0Ph7tHiP;O$i|eDwpT{cp>+)0-|; zY$|bB+Gbel>5aRN3>c0x)4U=|X+z+{ zn*_p*EQoquRL+=+p;=lm`d71&1NqBz&_ph)MXu(Nv6&XE7(RsS)^MGj5Q?Fwude-(sq zjJ>aOq!7!EN>@(fK7EE#;i_BGvli`5U;r!YA{JRodLBc6-`n8K+Fjgwb%sX;j=qHQ z7&Tr!)!{HXoO<2BQrV9Sw?JRaLXV8HrsNevvnf>Y-6|{T!pYLl7jp$-nEE z#X!4G4L#K0qG_4Z;Cj6=;b|Be$hi4JvMH!-voxqx^@8cXp`B??eFBz2lLD8RRaRGh zn7kUfy!YV~p(R|p7iC1Rdgt$_24i0cd-S8HpG|`@my70g^y`gu%#Tf_L21-k?sRRZHK&at(*ED0P8iw{7?R$9~OF$Ko;Iu5)ur5<->x!m93Eb zFYpIx60s=Wxxw=`$aS-O&dCO_9?b1yKiPCQmSQb>T)963`*U+Ydj5kI(B(B?HNP8r z*bfSBpSu)w(Z3j7HQoRjUG(+d=IaE~tv}y14zHHs|0UcN52fT8V_<@2ep_ee{QgZG zmgp8iv4V{k;~8@I%M3<#B;2R>Ef(Gg_cQM7%}0s*^)SK6!Ym+~P^58*wnwV1BW@eG z4sZLqsUvBbFsr#8u7S1r4teQ;t)Y@jnn_m5jS$CsW1um!p&PqAcc8!zyiXHVta9QC zY~wCwCF0U%xiQPD_INKtTb;A|Zf29(mu9NI;E zc-e>*1%(LSXB`g}kd`#}O;veb<(sk~RWL|f3ljxCnEZDdNSTDV6#Td({6l&y4IjKF z^}lIUq*ZUqgTPumD)RrCN{M^jhY>E~1pn|KOZ5((%F)G|*ZQ|r4zIbrEiV%42hJV8 z3xS)=!X1+=olbdGJ=yZil?oXLct8FM{(6ikLL3E%=q#O6(H$p~gQu6T8N!plf!96| z&Q3=`L~>U0zZh;z(pGR2^S^{#PrPxTRHD1RQOON&f)Siaf`GLj#UOk&(|@0?zm;Sx ztsGt8=29-MZs5CSf1l1jNFtNt5rFNZxJPvkNu~2}7*9468TWm>nN9TP&^!;J{-h)_ z7WsHH9|F%I`Pb!>KAS3jQWKfGivTVkMJLO-HUGM_a4UQ_%RgL6WZvrW+Z4ujZn;y@ zz9$=oO!7qVTaQAA^BhX&ZxS*|5dj803M=k&2%QrXda`-Q#IoZL6E(g+tN!6CA!CP* zCpWtCujIea)ENl0liwVfj)Nc<9mV%+e@=d`haoZ*`B7+PNjEbXBkv=B+Pi^~L#EO$D$ZqTiD8f<5$eyb54-(=3 zh)6i8i|jp(@OnRrY5B8t|LFXFQVQ895n*P16cEKTrT*~yLH6Z4e*bZ5otpRDri&+A zfNbK1D5@O=sm`fN=WzWyse!za5n%^+6dHPGX#8DyIK>?9qyX}2XvBWVqbP%%D)7$= z=#$WulZlZR<{m#gU7lwqK4WS1Ne$#_P{b17qe$~UOXCl>5b|6WVh;5vVnR<%d+Lnp z$uEmML38}U4vaW8>shm6CzB(Wei3s#NAWE3)a2)z@i{4jTn;;aQS)O@l{rUM`J@K& l00vQ5JBs~;vo!vr%%-k{2_Fq1Mn4QF81S)AQ99zk{{c4yR+0b! literal 59536 zcma&NbC71ylI~qywr$(CZQJHswz}-9F59+k+g;UV+cs{`J?GrGXYR~=-ydruB3JCa zB64N^cILAcWk5iofq)<(fq;O7{th4@;QxID0)qN`mJ?GIqLY#rX8-|G{5M0pdVW5^ zzXk$-2kQTAC?_N@B`&6-N-rmVFE=$QD?>*=4<|!MJu@}isLc4AW#{m2if&A5T5g&~ ziuMQeS*U5sL6J698wOd)K@oK@1{peP5&Esut<#VH^u)gp`9H4)`uE!2$>RTctN+^u z=ASkePDZA-X8)rp%D;p*~P?*a_=*Kwc<^>QSH|^<0>o37lt^+Mj1;4YvJ(JR-Y+?%Nu}JAYj5 z_Qc5%Ao#F?q32i?ZaN2OSNhWL;2oDEw_({7ZbgUjna!Fqn3NzLM@-EWFPZVmc>(fZ z0&bF-Ch#p9C{YJT9Rcr3+Y_uR^At1^BxZ#eo>$PLJF3=;t_$2|t+_6gg5(j{TmjYU zK12c&lE?Eh+2u2&6Gf*IdKS&6?rYbSEKBN!rv{YCm|Rt=UlPcW9j`0o6{66#y5t9C zruFA2iKd=H%jHf%ypOkxLnO8#H}#Zt{8p!oi6)7#NqoF({t6|J^?1e*oxqng9Q2Cc zg%5Vu!em)}Yuj?kaP!D?b?(C*w!1;>R=j90+RTkyEXz+9CufZ$C^umX^+4|JYaO<5 zmIM3#dv`DGM;@F6;(t!WngZSYzHx?9&$xEF70D1BvfVj<%+b#)vz)2iLCrTeYzUcL z(OBnNoG6Le%M+@2oo)&jdOg=iCszzv59e zDRCeaX8l1hC=8LbBt|k5?CXgep=3r9BXx1uR8!p%Z|0+4Xro=xi0G!e{c4U~1j6!) zH6adq0}#l{%*1U(Cb%4AJ}VLWKBPi0MoKFaQH6x?^hQ!6em@993xdtS%_dmevzeNl z(o?YlOI=jl(`L9^ z0O+H9k$_@`6L13eTT8ci-V0ljDMD|0ifUw|Q-Hep$xYj0hTO@0%IS^TD4b4n6EKDG z??uM;MEx`s98KYN(K0>c!C3HZdZ{+_53DO%9k5W%pr6yJusQAv_;IA}925Y%;+!tY z%2k!YQmLLOr{rF~!s<3-WEUs)`ix_mSU|cNRBIWxOox_Yb7Z=~Q45ZNe*u|m^|)d* zog=i>`=bTe!|;8F+#H>EjIMcgWcG2ORD`w0WD;YZAy5#s{65~qfI6o$+Ty&-hyMyJ z3Ra~t>R!p=5ZpxA;QkDAoPi4sYOP6>LT+}{xp}tk+<0k^CKCFdNYG(Es>p0gqD)jP zWOeX5G;9(m@?GOG7g;e74i_|SmE?`B2i;sLYwRWKLy0RLW!Hx`=!LH3&k=FuCsM=9M4|GqzA)anEHfxkB z?2iK-u(DC_T1};KaUT@3nP~LEcENT^UgPvp!QC@Dw&PVAhaEYrPey{nkcn(ro|r7XUz z%#(=$7D8uP_uU-oPHhd>>^adbCSQetgSG`e$U|7mr!`|bU0aHl_cmL)na-5x1#OsVE#m*+k84Y^+UMeSAa zbrVZHU=mFwXEaGHtXQq`2ZtjfS!B2H{5A<3(nb-6ARVV8kEmOkx6D2x7~-6hl;*-*}2Xz;J#a8Wn;_B5=m zl3dY;%krf?i-Ok^Pal-}4F`{F@TYPTwTEhxpZK5WCpfD^UmM_iYPe}wpE!Djai6_{ z*pGO=WB47#Xjb7!n2Ma)s^yeR*1rTxp`Mt4sfA+`HwZf%!7ZqGosPkw69`Ix5Ku6G z@Pa;pjzV&dn{M=QDx89t?p?d9gna*}jBly*#1!6}5K<*xDPJ{wv4& zM$17DFd~L*Te3A%yD;Dp9UGWTjRxAvMu!j^Tbc}2v~q^59d4bz zvu#!IJCy(BcWTc`;v$9tH;J%oiSJ_i7s;2`JXZF+qd4C)vY!hyCtl)sJIC{ebI*0> z@x>;EzyBv>AI-~{D6l6{ST=em*U( z(r$nuXY-#CCi^8Z2#v#UXOt`dbYN1z5jzNF2 z411?w)whZrfA20;nl&C1Gi+gk<`JSm+{|*2o<< zqM#@z_D`Cn|0H^9$|Tah)0M_X4c37|KQ*PmoT@%xHc3L1ZY6(p(sNXHa&49Frzto& zR`c~ClHpE~4Z=uKa5S(-?M8EJ$zt0&fJk~p$M#fGN1-y$7!37hld`Uw>Urri(DxLa;=#rK0g4J)pXMC zxzraOVw1+kNWpi#P=6(qxf`zSdUC?D$i`8ZI@F>k6k zz21?d+dw7b&i*>Kv5L(LH-?J%@WnqT7j#qZ9B>|Zl+=> z^U-pV@1y_ptHo4hl^cPRWewbLQ#g6XYQ@EkiP z;(=SU!yhjHp%1&MsU`FV1Z_#K1&(|5n(7IHbx&gG28HNT)*~-BQi372@|->2Aw5It z0CBpUcMA*QvsPy)#lr!lIdCi@1k4V2m!NH)%Px(vu-r(Q)HYc!p zJ^$|)j^E#q#QOgcb^pd74^JUi7fUmMiNP_o*lvx*q%_odv49Dsv$NV;6J z9GOXKomA{2Pb{w}&+yHtH?IkJJu~}Z?{Uk++2mB8zyvh*xhHKE``99>y#TdD z&(MH^^JHf;g(Tbb^&8P*;_i*2&fS$7${3WJtV7K&&(MBV2~)2KB3%cWg#1!VE~k#C z!;A;?p$s{ihyojEZz+$I1)L}&G~ml=udD9qh>Tu(ylv)?YcJT3ihapi!zgPtWb*CP zlLLJSRCj-^w?@;RU9aL2zDZY1`I3d<&OMuW=c3$o0#STpv_p3b9Wtbql>w^bBi~u4 z3D8KyF?YE?=HcKk!xcp@Cigvzy=lnFgc^9c%(^F22BWYNAYRSho@~*~S)4%AhEttv zvq>7X!!EWKG?mOd9&n>vvH1p4VzE?HCuxT-u+F&mnsfDI^}*-d00-KAauEaXqg3k@ zy#)MGX!X;&3&0s}F3q40ZmVM$(H3CLfpdL?hB6nVqMxX)q=1b}o_PG%r~hZ4gUfSp zOH4qlEOW4OMUc)_m)fMR_rl^pCfXc{$fQbI*E&mV77}kRF z&{<06AJyJ!e863o-V>FA1a9Eemx6>^F$~9ppt()ZbPGfg_NdRXBWoZnDy2;#ODgf! zgl?iOcF7Meo|{AF>KDwTgYrJLb$L2%%BEtO>T$C?|9bAB&}s;gI?lY#^tttY&hfr# zKhC+&b-rpg_?~uVK%S@mQleU#_xCsvIPK*<`E0fHE1&!J7!xD#IB|SSPW6-PyuqGn3^M^Rz%WT{e?OI^svARX&SAdU77V(C~ zM$H{Kg59op{<|8ry9ecfP%=kFm(-!W&?U0@<%z*+!*<e0XesMxRFu9QnGqun6R_%T+B%&9Dtk?*d$Q zb~>84jEAPi@&F@3wAa^Lzc(AJz5gsfZ7J53;@D<;Klpl?sK&u@gie`~vTsbOE~Cd4 z%kr56mI|#b(Jk&;p6plVwmNB0H@0SmgdmjIn5Ne@)}7Vty(yb2t3ev@22AE^s!KaN zyQ>j+F3w=wnx7w@FVCRe+`vUH)3gW%_72fxzqX!S&!dchdkRiHbXW1FMrIIBwjsai8`CB2r4mAbwp%rrO>3B$Zw;9=%fXI9B{d(UzVap7u z6piC-FQ)>}VOEuPpuqznpY`hN4dGa_1Xz9rVg(;H$5Te^F0dDv*gz9JS<|>>U0J^# z6)(4ICh+N_Q`Ft0hF|3fSHs*?a=XC;e`sJaU9&d>X4l?1W=|fr!5ShD|nv$GK;j46@BV6+{oRbWfqOBRb!ir88XD*SbC(LF}I1h#6@dvK%Toe%@ zhDyG$93H8Eu&gCYddP58iF3oQH*zLbNI;rN@E{T9%A8!=v#JLxKyUe}e}BJpB{~uN zqgxRgo0*-@-iaHPV8bTOH(rS(huwK1Xg0u+e!`(Irzu@Bld&s5&bWgVc@m7;JgELd zimVs`>vQ}B_1(2#rv#N9O`fJpVfPc7V2nv34PC);Dzbb;p!6pqHzvy?2pD&1NE)?A zt(t-ucqy@wn9`^MN5apa7K|L=9>ISC>xoc#>{@e}m#YAAa1*8-RUMKwbm|;5p>T`Z zNf*ph@tnF{gmDa3uwwN(g=`Rh)4!&)^oOy@VJaK4lMT&5#YbXkl`q?<*XtsqD z9PRK6bqb)fJw0g-^a@nu`^?71k|m3RPRjt;pIkCo1{*pdqbVs-Yl>4E>3fZx3Sv44grW=*qdSoiZ9?X0wWyO4`yDHh2E!9I!ZFi zVL8|VtW38}BOJHW(Ax#KL_KQzarbuE{(%TA)AY)@tY4%A%P%SqIU~8~-Lp3qY;U-} z`h_Gel7;K1h}7$_5ZZT0&%$Lxxr-<89V&&TCsu}LL#!xpQ1O31jaa{U34~^le*Y%L za?7$>Jk^k^pS^_M&cDs}NgXlR>16AHkSK-4TRaJSh#h&p!-!vQY%f+bmn6x`4fwTp z$727L^y`~!exvmE^W&#@uY!NxJi`g!i#(++!)?iJ(1)2Wk;RN zFK&O4eTkP$Xn~4bB|q8y(btx$R#D`O@epi4ofcETrx!IM(kWNEe42Qh(8*KqfP(c0 zouBl6>Fc_zM+V;F3znbo{x#%!?mH3`_ANJ?y7ppxS@glg#S9^MXu|FM&ynpz3o&Qh z2ujAHLF3($pH}0jXQsa#?t--TnF1P73b?4`KeJ9^qK-USHE)4!IYgMn-7z|=ALF5SNGkrtPG@Y~niUQV2?g$vzJN3nZ{7;HZHzWAeQ;5P|@Tl3YHpyznGG4-f4=XflwSJY+58-+wf?~Fg@1p1wkzuu-RF3j2JX37SQUc? zQ4v%`V8z9ZVZVqS8h|@@RpD?n0W<=hk=3Cf8R?d^9YK&e9ZybFY%jdnA)PeHvtBe- zhMLD+SSteHBq*q)d6x{)s1UrsO!byyLS$58WK;sqip$Mk{l)Y(_6hEIBsIjCr5t>( z7CdKUrJTrW%qZ#1z^n*Lb8#VdfzPw~OIL76aC+Rhr<~;4Tl!sw?Rj6hXj4XWa#6Tp z@)kJ~qOV)^Rh*-?aG>ic2*NlC2M7&LUzc9RT6WM%Cpe78`iAowe!>(T0jo&ivn8-7 zs{Qa@cGy$rE-3AY0V(l8wjI^uB8Lchj@?L}fYal^>T9z;8juH@?rG&g-t+R2dVDBe zq!K%{e-rT5jX19`(bP23LUN4+_zh2KD~EAYzhpEO3MUG8@}uBHH@4J zd`>_(K4q&>*k82(dDuC)X6JuPrBBubOg7qZ{?x!r@{%0);*`h*^F|%o?&1wX?Wr4b z1~&cy#PUuES{C#xJ84!z<1tp9sfrR(i%Tu^jnXy;4`Xk;AQCdFC@?V%|; zySdC7qS|uQRcH}EFZH%mMB~7gi}a0utE}ZE_}8PQH8f;H%PN41Cb9R%w5Oi5el^fd z$n{3SqLCnrF##x?4sa^r!O$7NX!}&}V;0ZGQ&K&i%6$3C_dR%I7%gdQ;KT6YZiQrW zk%q<74oVBV>@}CvJ4Wj!d^?#Zwq(b$E1ze4$99DuNg?6t9H}k_|D7KWD7i0-g*EO7 z;5{hSIYE4DMOK3H%|f5Edx+S0VI0Yw!tsaRS2&Il2)ea^8R5TG72BrJue|f_{2UHa z@w;^c|K3da#$TB0P3;MPlF7RuQeXT$ zS<<|C0OF(k)>fr&wOB=gP8!Qm>F41u;3esv7_0l%QHt(~+n; zf!G6%hp;Gfa9L9=AceiZs~tK+Tf*Wof=4!u{nIO90jH@iS0l+#%8=~%ASzFv7zqSB^?!@N7)kp0t&tCGLmzXSRMRyxCmCYUD2!B`? zhs$4%KO~m=VFk3Buv9osha{v+mAEq=ik3RdK@;WWTV_g&-$U4IM{1IhGX{pAu%Z&H zFfwCpUsX%RKg);B@7OUzZ{Hn{q6Vv!3#8fAg!P$IEx<0vAx;GU%}0{VIsmFBPq_mb zpe^BChDK>sc-WLKl<6 zwbW|e&d&dv9Wu0goueyu>(JyPx1mz0v4E?cJjFuKF71Q1)AL8jHO$!fYT3(;U3Re* zPPOe%*O+@JYt1bW`!W_1!mN&=w3G9ru1XsmwfS~BJ))PhD(+_J_^N6j)sx5VwbWK| zwRyC?W<`pOCY)b#AS?rluxuuGf-AJ=D!M36l{ua?@SJ5>e!IBr3CXIxWw5xUZ@Xrw z_R@%?{>d%Ld4p}nEsiA@v*nc6Ah!MUs?GA7e5Q5lPpp0@`%5xY$C;{%rz24$;vR#* zBP=a{)K#CwIY%p} zXVdxTQ^HS@O&~eIftU+Qt^~(DGxrdi3k}DdT^I7Iy5SMOp$QuD8s;+93YQ!OY{eB24%xY7ml@|M7I(Nb@K_-?F;2?et|CKkuZK_>+>Lvg!>JE~wN`BI|_h6$qi!P)+K-1Hh(1;a`os z55)4Q{oJiA(lQM#;w#Ta%T0jDNXIPM_bgESMCDEg6rM33anEr}=|Fn6)|jBP6Y}u{ zv9@%7*#RI9;fv;Yii5CI+KrRdr0DKh=L>)eO4q$1zmcSmglsV`*N(x=&Wx`*v!!hn6X-l0 zP_m;X??O(skcj+oS$cIdKhfT%ABAzz3w^la-Ucw?yBPEC+=Pe_vU8nd-HV5YX6X8r zZih&j^eLU=%*;VzhUyoLF;#8QsEfmByk+Y~caBqSvQaaWf2a{JKB9B>V&r?l^rXaC z8)6AdR@Qy_BxQrE2Fk?ewD!SwLuMj@&d_n5RZFf7=>O>hzVE*seW3U?_p|R^CfoY`?|#x9)-*yjv#lo&zP=uI`M?J zbzC<^3x7GfXA4{FZ72{PE*-mNHyy59Q;kYG@BB~NhTd6pm2Oj=_ zizmD?MKVRkT^KmXuhsk?eRQllPo2Ubk=uCKiZ&u3Xjj~<(!M94c)Tez@9M1Gfs5JV z->@II)CDJOXTtPrQudNjE}Eltbjq>6KiwAwqvAKd^|g!exgLG3;wP+#mZYr`cy3#39e653d=jrR-ulW|h#ddHu(m9mFoW~2yE zz5?dB%6vF}+`-&-W8vy^OCxm3_{02royjvmwjlp+eQDzFVEUiyO#gLv%QdDSI#3W* z?3!lL8clTaNo-DVJw@ynq?q!%6hTQi35&^>P85G$TqNt78%9_sSJt2RThO|JzM$iL zg|wjxdMC2|Icc5rX*qPL(coL!u>-xxz-rFiC!6hD1IR%|HSRsV3>Kq~&vJ=s3M5y8SG%YBQ|{^l#LGlg!D?E>2yR*eV%9m$_J6VGQ~AIh&P$_aFbh zULr0Z$QE!QpkP=aAeR4ny<#3Fwyw@rZf4?Ewq`;mCVv}xaz+3ni+}a=k~P+yaWt^L z@w67!DqVf7D%7XtXX5xBW;Co|HvQ8WR1k?r2cZD%U;2$bsM%u8{JUJ5Z0k= zZJARv^vFkmWx15CB=rb=D4${+#DVqy5$C%bf`!T0+epLJLnh1jwCdb*zuCL}eEFvE z{rO1%gxg>1!W(I!owu*mJZ0@6FM(?C+d*CeceZRW_4id*D9p5nzMY&{mWqrJomjIZ z97ZNnZ3_%Hx8dn;H>p8m7F#^2;T%yZ3H;a&N7tm=Lvs&lgJLW{V1@h&6Vy~!+Ffbb zv(n3+v)_D$}dqd!2>Y2B)#<+o}LH#%ogGi2-?xRIH)1!SD)u-L65B&bsJTC=LiaF+YOCif2dUX6uAA|#+vNR z>U+KQekVGon)Yi<93(d!(yw1h3&X0N(PxN2{%vn}cnV?rYw z$N^}_o!XUB!mckL`yO1rnUaI4wrOeQ(+&k?2mi47hzxSD`N#-byqd1IhEoh!PGq>t z_MRy{5B0eKY>;Ao3z$RUU7U+i?iX^&r739F)itdrTpAi-NN0=?^m%?{A9Ly2pVv>Lqs6moTP?T2-AHqFD-o_ znVr|7OAS#AEH}h8SRPQ@NGG47dO}l=t07__+iK8nHw^(AHx&Wb<%jPc$$jl6_p(b$ z)!pi(0fQodCHfM)KMEMUR&UID>}m^(!{C^U7sBDOA)$VThRCI0_+2=( zV8mMq0R(#z;C|7$m>$>`tX+T|xGt(+Y48@ZYu#z;0pCgYgmMVbFb!$?%yhZqP_nhn zy4<#3P1oQ#2b51NU1mGnHP$cf0j-YOgAA}A$QoL6JVLcmExs(kU{4z;PBHJD%_=0F z>+sQV`mzijSIT7xn%PiDKHOujX;n|M&qr1T@rOxTdxtZ!&u&3HHFLYD5$RLQ=heur zb>+AFokUVQeJy-#LP*^)spt{mb@Mqe=A~-4p0b+Bt|pZ+@CY+%x}9f}izU5;4&QFE zO1bhg&A4uC1)Zb67kuowWY4xbo&J=%yoXlFB)&$d*-}kjBu|w!^zbD1YPc0-#XTJr z)pm2RDy%J3jlqSMq|o%xGS$bPwn4AqitC6&e?pqWcjWPt{3I{>CBy;hg0Umh#c;hU3RhCUX=8aR>rmd` z7Orw(5tcM{|-^J?ZAA9KP|)X6n9$-kvr#j5YDecTM6n z&07(nD^qb8hpF0B^z^pQ*%5ePYkv&FabrlI61ntiVp!!C8y^}|<2xgAd#FY=8b*y( zuQOuvy2`Ii^`VBNJB&R!0{hABYX55ooCAJSSevl4RPqEGb)iy_0H}v@vFwFzD%>#I>)3PsouQ+_Kkbqy*kKdHdfkN7NBcq%V{x^fSxgXpg7$bF& zj!6AQbDY(1u#1_A#1UO9AxiZaCVN2F0wGXdY*g@x$ByvUA?ePdide0dmr#}udE%K| z3*k}Vv2Ew2u1FXBaVA6aerI36R&rzEZeDDCl5!t0J=ug6kuNZzH>3i_VN`%BsaVB3 zQYw|Xub_SGf{)F{$ZX5`Jc!X!;eybjP+o$I{Z^Hsj@D=E{MnnL+TbC@HEU2DjG{3-LDGIbq()U87x4eS;JXnSh;lRlJ z>EL3D>wHt-+wTjQF$fGyDO$>d+(fq@bPpLBS~xA~R=3JPbS{tzN(u~m#Po!?H;IYv zE;?8%^vle|%#oux(Lj!YzBKv+Fd}*Ur-dCBoX*t{KeNM*n~ZPYJ4NNKkI^MFbz9!v z4(Bvm*Kc!-$%VFEewYJKz-CQN{`2}KX4*CeJEs+Q(!kI%hN1!1P6iOq?ovz}X0IOi z)YfWpwW@pK08^69#wSyCZkX9?uZD?C^@rw^Y?gLS_xmFKkooyx$*^5#cPqntNTtSG zlP>XLMj2!VF^0k#ole7`-c~*~+_T5ls?x4)ah(j8vo_ zwb%S8qoaZqY0-$ZI+ViIA_1~~rAH7K_+yFS{0rT@eQtTAdz#8E5VpwnW!zJ_^{Utv zlW5Iar3V5t&H4D6A=>?mq;G92;1cg9a2sf;gY9pJDVKn$DYdQlvfXq}zz8#LyPGq@ z+`YUMD;^-6w&r-82JL7mA8&M~Pj@aK!m{0+^v<|t%APYf7`}jGEhdYLqsHW-Le9TL z_hZZ1gbrz7$f9^fAzVIP30^KIz!!#+DRLL+qMszvI_BpOSmjtl$hh;&UeM{ER@INV zcI}VbiVTPoN|iSna@=7XkP&-4#06C};8ajbxJ4Gcq8(vWv4*&X8bM^T$mBk75Q92j z1v&%a;OSKc8EIrodmIiw$lOES2hzGDcjjB`kEDfJe{r}yE6`eZL zEB`9u>Cl0IsQ+t}`-cx}{6jqcANucqIB>Qmga_&<+80E2Q|VHHQ$YlAt{6`Qu`HA3 z03s0-sSlwbvgi&_R8s={6<~M^pGvBNjKOa>tWenzS8s zR>L7R5aZ=mSU{f?ib4Grx$AeFvtO5N|D>9#)ChH#Fny2maHWHOf2G=#<9Myot#+4u zWVa6d^Vseq_0=#AYS(-m$Lp;*8nC_6jXIjEM`omUmtH@QDs3|G)i4j*#_?#UYVZvJ z?YjT-?!4Q{BNun;dKBWLEw2C-VeAz`%?A>p;)PL}TAZn5j~HK>v1W&anteARlE+~+ zj>c(F;?qO3pXBb|#OZdQnm<4xWmn~;DR5SDMxt0UK_F^&eD|KZ=O;tO3vy4@4h^;2 zUL~-z`-P1aOe?|ZC1BgVsL)2^J-&vIFI%q@40w0{jjEfeVl)i9(~bt2z#2Vm)p`V_ z1;6$Ae7=YXk#=Qkd24Y23t&GvRxaOoad~NbJ+6pxqzJ>FY#Td7@`N5xp!n(c!=RE& z&<<@^a$_Ys8jqz4|5Nk#FY$~|FPC0`*a5HH!|Gssa9=~66&xG9)|=pOOJ2KE5|YrR zw!w6K2aC=J$t?L-;}5hn6mHd%hC;p8P|Dgh6D>hGnXPgi;6r+eA=?f72y9(Cf_ho{ zH6#)uD&R=73^$$NE;5piWX2bzR67fQ)`b=85o0eOLGI4c-Tb@-KNi2pz=Ke@SDcPn za$AxXib84`!Sf;Z3B@TSo`Dz7GM5Kf(@PR>Ghzi=BBxK8wRp>YQoXm+iL>H*Jo9M3 z6w&E?BC8AFTFT&Tv8zf+m9<&S&%dIaZ)Aoqkak_$r-2{$d~0g2oLETx9Y`eOAf14QXEQw3tJne;fdzl@wV#TFXSLXM2428F-Q}t+n2g%vPRMUzYPvzQ9f# zu(liiJem9P*?0%V@RwA7F53r~|I!Ty)<*AsMX3J{_4&}{6pT%Tpw>)^|DJ)>gpS~1rNEh z0$D?uO8mG?H;2BwM5a*26^7YO$XjUm40XmBsb63MoR;bJh63J;OngS5sSI+o2HA;W zdZV#8pDpC9Oez&L8loZO)MClRz!_!WD&QRtQxnazhT%Vj6Wl4G11nUk8*vSeVab@N#oJ}`KyJv+8Mo@T1-pqZ1t|?cnaVOd;1(h9 z!$DrN=jcGsVYE-0-n?oCJ^4x)F}E;UaD-LZUIzcD?W^ficqJWM%QLy6QikrM1aKZC zi{?;oKwq^Vsr|&`i{jIphA8S6G4)$KGvpULjH%9u(Dq247;R#l&I0{IhcC|oBF*Al zvLo7Xte=C{aIt*otJD}BUq)|_pdR>{zBMT< z(^1RpZv*l*m*OV^8>9&asGBo8h*_4q*)-eCv*|Pq=XNGrZE)^(SF7^{QE_~4VDB(o zVcPA_!G+2CAtLbl+`=Q~9iW`4ZRLku!uB?;tWqVjB0lEOf}2RD7dJ=BExy=<9wkb- z9&7{XFA%n#JsHYN8t5d~=T~5DcW4$B%3M+nNvC2`0!#@sckqlzo5;hhGi(D9=*A4` z5ynobawSPRtWn&CDLEs3Xf`(8^zDP=NdF~F^s&={l7(aw&EG}KWpMjtmz7j_VLO;@ zM2NVLDxZ@GIv7*gzl1 zjq78tv*8#WSY`}Su0&C;2F$Ze(q>F(@Wm^Gw!)(j;dk9Ad{STaxn)IV9FZhm*n+U} zi;4y*3v%A`_c7a__DJ8D1b@dl0Std3F||4Wtvi)fCcBRh!X9$1x!_VzUh>*S5s!oq z;qd{J_r79EL2wIeiGAqFstWtkfIJpjVh%zFo*=55B9Zq~y0=^iqHWfQl@O!Ak;(o*m!pZqe9 z%U2oDOhR)BvW8&F70L;2TpkzIutIvNQaTjjs5V#8mV4!NQ}zN=i`i@WI1z0eN-iCS z;vL-Wxc^Vc_qK<5RPh(}*8dLT{~GzE{w2o$2kMFaEl&q zP{V=>&3kW7tWaK-Exy{~`v4J0U#OZBk{a9{&)&QG18L@6=bsZ1zC_d{{pKZ-Ey>I> z;8H0t4bwyQqgu4hmO`3|4K{R*5>qnQ&gOfdy?z`XD%e5+pTDzUt3`k^u~SaL&XMe= z9*h#kT(*Q9jO#w2Hd|Mr-%DV8i_1{J1MU~XJ3!WUplhXDYBpJH><0OU`**nIvPIof z|N8@I=wA)sf45SAvx||f?Z5uB$kz1qL3Ky_{%RPdP5iN-D2!p5scq}buuC00C@jom zhfGKm3|f?Z0iQ|K$Z~!`8{nmAS1r+fp6r#YDOS8V*;K&Gs7Lc&f^$RC66O|)28oh`NHy&vq zJh+hAw8+ybTB0@VhWN^0iiTnLsCWbS_y`^gs!LX!Lw{yE``!UVzrV24tP8o;I6-65 z1MUiHw^{bB15tmrVT*7-#sj6cs~z`wk52YQJ*TG{SE;KTm#Hf#a~|<(|ImHH17nNM z`Ub{+J3dMD!)mzC8b(2tZtokKW5pAwHa?NFiso~# z1*iaNh4lQ4TS)|@G)H4dZV@l*Vd;Rw;-;odDhW2&lJ%m@jz+Panv7LQm~2Js6rOW3 z0_&2cW^b^MYW3)@o;neZ<{B4c#m48dAl$GCc=$>ErDe|?y@z`$uq3xd(%aAsX)D%l z>y*SQ%My`yDP*zof|3@_w#cjaW_YW4BdA;#Glg1RQcJGY*CJ9`H{@|D+*e~*457kd z73p<%fB^PV!Ybw@)Dr%(ZJbX}xmCStCYv#K3O32ej{$9IzM^I{6FJ8!(=azt7RWf4 z7ib0UOPqN40X!wOnFOoddd8`!_IN~9O)#HRTyjfc#&MCZ zZAMzOVB=;qwt8gV?{Y2?b=iSZG~RF~uyx18K)IDFLl})G1v@$(s{O4@RJ%OTJyF+Cpcx4jmy|F3euCnMK!P2WTDu5j z{{gD$=M*pH!GGzL%P)V2*ROm>!$Y=z|D`!_yY6e7SU$~a5q8?hZGgaYqaiLnkK%?0 zs#oI%;zOxF@g*@(V4p!$7dS1rOr6GVs6uYCTt2h)eB4?(&w8{#o)s#%gN@BBosRUe z)@P@8_Zm89pr~)b>e{tbPC~&_MR--iB{=)y;INU5#)@Gix-YpgP<-c2Ms{9zuCX|3 z!p(?VaXww&(w&uBHzoT%!A2=3HAP>SDxcljrego7rY|%hxy3XlODWffO_%g|l+7Y_ zqV(xbu)s4lV=l7M;f>vJl{`6qBm>#ZeMA}kXb97Z)?R97EkoI?x6Lp0yu1Z>PS?2{ z0QQ(8D)|lc9CO3B~e(pQM&5(1y&y=e>C^X$`)_&XuaI!IgDTVqt31wX#n+@!a_A0ZQkA zCJ2@M_4Gb5MfCrm5UPggeyh)8 zO9?`B0J#rkoCx(R0I!ko_2?iO@|oRf1;3r+i)w-2&j?=;NVIdPFsB)`|IC0zk6r9c zRrkfxWsiJ(#8QndNJj@{@WP2Ackr|r1VxV{7S&rSU(^)-M8gV>@UzOLXu9K<{6e{T zXJ6b92r$!|lwjhmgqkdswY&}c)KW4A)-ac%sU;2^fvq7gfUW4Bw$b!i@duy1CAxSn z(pyh$^Z=&O-q<{bZUP+$U}=*#M9uVc>CQVgDs4swy5&8RAHZ~$)hrTF4W zPsSa~qYv_0mJnF89RnnJTH`3}w4?~epFl=D(35$ zWa07ON$`OMBOHgCmfO(9RFc<)?$x)N}Jd2A(<*Ll7+4jrRt9w zwGxExUXd9VB#I|DwfxvJ;HZ8Q{37^wDhaZ%O!oO(HpcqfLH%#a#!~;Jl7F5>EX_=8 z{()l2NqPz>La3qJR;_v+wlK>GsHl;uRA8%j`A|yH@k5r%55S9{*Cp%uw6t`qc1!*T za2OeqtQj7sAp#Q~=5Fs&aCR9v>5V+s&RdNvo&H~6FJOjvaj--2sYYBvMq;55%z8^o z|BJDA4vzfow#DO#ZQHh;Oq_{r+qP{R9ox2TOgwQiv7Ow!zjN+A@BN;0tA2lUb#+zO z(^b89eV)D7UVE+h{mcNc6&GtpOqDn_?VAQ)Vob$hlFwW%xh>D#wml{t&Ofmm_d_+; zKDxzdr}`n2Rw`DtyIjrG)eD0vut$}dJAZ0AohZ+ZQdWXn_Z@dI_y=7t3q8x#pDI-K z2VVc&EGq445Rq-j0=U=Zx`oBaBjsefY;%)Co>J3v4l8V(T8H?49_@;K6q#r~Wwppc z4XW0(4k}cP=5ex>-Xt3oATZ~bBWKv)aw|I|Lx=9C1s~&b77idz({&q3T(Y(KbWO?+ zmcZ6?WeUsGk6>km*~234YC+2e6Zxdl~<_g2J|IE`GH%n<%PRv-50; zH{tnVts*S5*_RxFT9eM0z-pksIb^drUq4>QSww=u;UFCv2AhOuXE*V4z?MM`|ABOC4P;OfhS(M{1|c%QZ=!%rQTDFx`+}?Kdx$&FU?Y<$x;j7z=(;Lyz+?EE>ov!8vvMtSzG!nMie zsBa9t8as#2nH}n8xzN%W%U$#MHNXmDUVr@GX{?(=yI=4vks|V)!-W5jHsU|h_&+kY zS_8^kd3jlYqOoiI`ZqBVY!(UfnAGny!FowZWY_@YR0z!nG7m{{)4OS$q&YDyw6vC$ zm4!$h>*|!2LbMbxS+VM6&DIrL*X4DeMO!@#EzMVfr)e4Tagn~AQHIU8?e61TuhcKD zr!F4(kEebk(Wdk-?4oXM(rJwanS>Jc%<>R(siF+>+5*CqJLecP_we33iTFTXr6W^G z7M?LPC-qFHK;E!fxCP)`8rkxZyFk{EV;G-|kwf4b$c1k0atD?85+|4V%YATWMG|?K zLyLrws36p%Qz6{}>7b>)$pe>mR+=IWuGrX{3ZPZXF3plvuv5Huax86}KX*lbPVr}L z{C#lDjdDeHr~?l|)Vp_}T|%$qF&q#U;ClHEPVuS+Jg~NjC1RP=17=aQKGOcJ6B3mp z8?4*-fAD~}sX*=E6!}^u8)+m2j<&FSW%pYr_d|p_{28DZ#Cz0@NF=gC-o$MY?8Ca8 zr5Y8DSR^*urS~rhpX^05r30Ik#2>*dIOGxRm0#0YX@YQ%Mg5b6dXlS!4{7O_kdaW8PFSdj1=ryI-=5$fiieGK{LZ+SX(1b=MNL!q#lN zv98?fqqTUH8r8C7v(cx#BQ5P9W>- zmW93;eH6T`vuJ~rqtIBg%A6>q>gnWb3X!r0wh_q;211+Om&?nvYzL1hhtjB zK_7G3!n7PL>d!kj){HQE zE8(%J%dWLh1_k%gVXTZt zEdT09XSKAx27Ncaq|(vzL3gm83q>6CAw<$fTnMU05*xAe&rDfCiu`u^1)CD<>sx0i z*hr^N_TeN89G(nunZoLBf^81#pmM}>JgD@Nn1l*lN#a=B=9pN%tmvYFjFIoKe_(GF z-26x{(KXdfsQL7Uv6UtDuYwV`;8V3w>oT_I<`Ccz3QqK9tYT5ZQzbop{=I=!pMOCb zCU68`n?^DT%^&m>A%+-~#lvF!7`L7a{z<3JqIlk1$<||_J}vW1U9Y&eX<}l8##6i( zZcTT@2`9(Mecptm@{3A_Y(X`w9K0EwtPq~O!16bq{7c0f7#(3wn-^)h zxV&M~iiF!{-6A@>o;$RzQ5A50kxXYj!tcgme=Qjrbje~;5X2xryU;vH|6bE(8z^<7 zQ>BG7_c*JG8~K7Oe68i#0~C$v?-t@~@r3t2inUnLT(c=URpA9kA8uq9PKU(Ps(LVH zqgcqW>Gm?6oV#AldDPKVRcEyQIdTT`Qa1j~vS{<;SwyTdr&3*t?J)y=M7q*CzucZ&B0M=joT zBbj@*SY;o2^_h*>R0e({!QHF0=)0hOj^B^d*m>SnRrwq>MolNSgl^~r8GR#mDWGYEIJA8B<|{{j?-7p zVnV$zancW3&JVDtVpIlI|5djKq0(w$KxEFzEiiL=h5Jw~4Le23@s(mYyXWL9SX6Ot zmb)sZaly_P%BeX_9 zw&{yBef8tFm+%=--m*J|o~+Xg3N+$IH)t)=fqD+|fEk4AAZ&!wcN5=mi~Vvo^i`}> z#_3ahR}Ju)(Px7kev#JGcSwPXJ2id9%Qd2A#Uc@t8~egZ8;iC{e! z%=CGJOD1}j!HW_sgbi_8suYnn4#Ou}%9u)dXd3huFIb!ytlX>Denx@pCS-Nj$`VO&j@(z!kKSP0hE4;YIP#w9ta=3DO$7f*x zc9M4&NK%IrVmZAe=r@skWD`AEWH=g+r|*13Ss$+{c_R!b?>?UaGXlw*8qDmY#xlR= z<0XFbs2t?8i^G~m?b|!Hal^ZjRjt<@a? z%({Gn14b4-a|#uY^=@iiKH+k?~~wTj5K1A&hU z2^9-HTC)7zpoWK|$JXaBL6C z#qSNYtY>65T@Zs&-0cHeu|RX(Pxz6vTITdzJdYippF zC-EB+n4}#lM7`2Ry~SO>FxhKboIAF#Z{1wqxaCb{#yEFhLuX;Rx(Lz%T`Xo1+a2M}7D+@wol2)OJs$TwtRNJ={( zD@#zTUEE}#Fz#&(EoD|SV#bayvr&E0vzmb%H?o~46|FAcx?r4$N z&67W3mdip-T1RIxwSm_&(%U|+WvtGBj*}t69XVd&ebn>KOuL(7Y8cV?THd-(+9>G7*Nt%T zcH;`p={`SOjaf7hNd(=37Lz3-51;58JffzIPgGs_7xIOsB5p2t&@v1mKS$2D$*GQ6 zM(IR*j4{nri7NMK9xlDy-hJW6sW|ZiDRaFiayj%;(%51DN!ZCCCXz+0Vm#};70nOx zJ#yA0P3p^1DED;jGdPbQWo0WATN=&2(QybbVdhd=Vq*liDk`c7iZ?*AKEYC#SY&2g z&Q(Ci)MJ{mEat$ZdSwTjf6h~roanYh2?9j$CF@4hjj_f35kTKuGHvIs9}Re@iKMxS-OI*`0S z6s)fOtz}O$T?PLFVSeOjSO26$@u`e<>k(OSP!&YstH3ANh>)mzmKGNOwOawq-MPXe zy4xbeUAl6tamnx))-`Gi2uV5>9n(73yS)Ukma4*7fI8PaEwa)dWHs6QA6>$}7?(L8 ztN8M}?{Tf!Zu22J5?2@95&rQ|F7=FK-hihT-vDp!5JCcWrVogEnp;CHenAZ)+E+K5 z$Cffk5sNwD_?4+ymgcHR(5xgt20Z8M`2*;MzOM#>yhk{r3x=EyM226wb&!+j`W<%* zSc&|`8!>dn9D@!pYow~(DsY_naSx7(Z4i>cu#hA5=;IuI88}7f%)bRkuY2B;+9Uep zpXcvFWkJ!mQai63BgNXG26$5kyhZ2&*3Q_tk)Ii4M>@p~_~q_cE!|^A;_MHB;7s#9 zKzMzK{lIxotjc};k67^Xsl-gS!^*m*m6kn|sbdun`O?dUkJ{0cmI0-_2y=lTAfn*Y zKg*A-2sJq)CCJgY0LF-VQvl&6HIXZyxo2#!O&6fOhbHXC?%1cMc6y^*dOS{f$=137Ds1m01qs`>iUQ49JijsaQ( zksqV9@&?il$|4Ua%4!O15>Zy&%gBY&wgqB>XA3!EldQ%1CRSM(pp#k~-pkcCg4LAT zXE=puHbgsw)!xtc@P4r~Z}nTF=D2~j(6D%gTBw$(`Fc=OOQ0kiW$_RDd=hcO0t97h zb86S5r=>(@VGy1&#S$Kg_H@7G^;8Ue)X5Y+IWUi`o;mpvoV)`fcVk4FpcT|;EG!;? zHG^zrVVZOm>1KFaHlaogcWj(v!S)O(Aa|Vo?S|P z5|6b{qkH(USa*Z7-y_Uvty_Z1|B{rTS^qmEMLEYUSk03_Fg&!O3BMo{b^*`3SHvl0 zhnLTe^_vVIdcSHe)SQE}r~2dq)VZJ!aSKR?RS<(9lzkYo&dQ?mubnWmgMM37Nudwo z3Vz@R{=m2gENUE3V4NbIzAA$H1z0pagz94-PTJyX{b$yndsdKptmlKQKaaHj@3=ED zc7L?p@%ui|RegVYutK$64q4pe9+5sv34QUpo)u{1ci?)_7gXQd{PL>b0l(LI#rJmN zGuO+%GO`xneFOOr4EU(Wg}_%bhzUf;d@TU+V*2#}!2OLwg~%D;1FAu=Un>OgjPb3S z7l(riiCwgghC=Lm5hWGf5NdGp#01xQ59`HJcLXbUR3&n%P(+W2q$h2Qd z*6+-QXJ*&Kvk9ht0f0*rO_|FMBALen{j7T1l%=Q>gf#kma zQlg#I9+HB+z*5BMxdesMND`_W;q5|FaEURFk|~&{@qY32N$G$2B=&Po{=!)x5b!#n zxLzblkq{yj05#O7(GRuT39(06FJlalyv<#K4m}+vs>9@q-&31@1(QBv82{}Zkns~K ze{eHC_RDX0#^A*JQTwF`a=IkE6Ze@j#-8Q`tTT?k9`^ZhA~3eCZJ-Jr{~7Cx;H4A3 zcZ+Zj{mzFZbVvQ6U~n>$U2ZotGsERZ@}VKrgGh0xM;Jzt29%TX6_&CWzg+YYMozrM z`nutuS)_0dCM8UVaKRj804J4i%z2BA_8A4OJRQ$N(P9Mfn-gF;4#q788C@9XR0O3< zsoS4wIoyt046d+LnSCJOy@B@Uz*#GGd#+Ln1ek5Dv>(ZtD@tgZlPnZZJGBLr^JK+!$$?A_fA3LOrkoDRH&l7 zcMcD$Hsjko3`-{bn)jPL6E9Ds{WskMrivsUu5apD z?grQO@W7i5+%X&E&p|RBaEZ(sGLR@~(y^BI@lDMot^Ll?!`90KT!JXUhYS`ZgX3jnu@Ja^seA*M5R@f`=`ynQV4rc$uT1mvE?@tz)TN<=&H1%Z?5yjxcpO+6y_R z6EPuPKM5uxKpmZfT(WKjRRNHs@ib)F5WAP7QCADvmCSD#hPz$V10wiD&{NXyEwx5S z6NE`3z!IS^$s7m}PCwQutVQ#~w+V z=+~->DI*bR2j0^@dMr9`p>q^Ny~NrAVxrJtX2DUveic5vM%#N*XO|?YAWwNI$Q)_) zvE|L(L1jP@F%gOGtnlXtIv2&1i8q<)Xfz8O3G^Ea~e*HJsQgBxWL(yuLY+jqUK zRE~`-zklrGog(X}$9@ZVUw!8*=l`6mzYLtsg`AvBYz(cxmAhr^j0~(rzXdiOEeu_p zE$sf2(w(BPAvO5DlaN&uQ$4@p-b?fRs}d7&2UQ4Fh?1Hzu*YVjcndqJLw0#q@fR4u zJCJ}>_7-|QbvOfylj+e^_L`5Ep9gqd>XI3-O?Wp z-gt*P29f$Tx(mtS`0d05nHH=gm~Po_^OxxUwV294BDKT>PHVlC5bndncxGR!n(OOm znsNt@Q&N{TLrmsoKFw0&_M9$&+C24`sIXGWgQaz=kY;S{?w`z^Q0JXXBKFLj0w0U6P*+jPKyZHX9F#b0D1$&(- zrm8PJd?+SrVf^JlfTM^qGDK&-p2Kdfg?f>^%>1n8bu&byH(huaocL>l@f%c*QkX2i znl}VZ4R1en4S&Bcqw?$=Zi7ohqB$Jw9x`aM#>pHc0x z0$!q7iFu zZ`tryM70qBI6JWWTF9EjgG@>6SRzsd}3h+4D8d~@CR07P$LJ}MFsYi-*O%XVvD@yT|rJ+Mk zDllJ7$n0V&A!0flbOf)HE6P_afPWZmbhpliqJuw=-h+r;WGk|ntkWN(8tKlYpq5Ow z(@%s>IN8nHRaYb*^d;M(D$zGCv5C|uqmsDjwy4g=Lz>*OhO3z=)VD}C<65;`89Ye} zSCxrv#ILzIpEx1KdLPlM&%Cctf@FqTKvNPXC&`*H9=l=D3r!GLM?UV zOxa(8ZsB`&+76S-_xuj?G#wXBfDY@Z_tMpXJS7^mp z@YX&u0jYw2A+Z+bD#6sgVK5ZgdPSJV3>{K^4~%HV?rn~4D)*2H!67Y>0aOmzup`{D zzDp3c9yEbGCY$U<8biJ_gB*`jluz1ShUd!QUIQJ$*1;MXCMApJ^m*Fiv88RZ zFopLViw}{$Tyhh_{MLGIE2~sZ)t0VvoW%=8qKZ>h=adTe3QM$&$PO2lfqH@brt!9j ziePM8$!CgE9iz6B<6_wyTQj?qYa;eC^{x_0wuwV~W+^fZmFco-o%wsKSnjXFEx02V zF5C2t)T6Gw$Kf^_c;Ei3G~uC8SM-xyycmXyC2hAVi-IfXqhu$$-C=*|X?R0~hu z8`J6TdgflslhrmDZq1f?GXF7*ALeMmOEpRDg(s*H`4>_NAr`2uqF;k;JQ+8>A|_6ZNsNLECC%NNEb1Y1dP zbIEmNpK)#XagtL4R6BC{C5T(+=yA-(Z|Ap}U-AfZM#gwVpus3(gPn}Q$CExObJ5AC z)ff9Yk?wZ}dZ-^)?cbb9Fw#EjqQ8jxF4G3=L?Ra zg_)0QDMV1y^A^>HRI$x?Op@t;oj&H@1xt4SZ9(kifQ zb59B*`M99Td7@aZ3UWvj1rD0sE)d=BsBuW*KwkCds7ay(7*01_+L}b~7)VHI>F_!{ zyxg-&nCO?v#KOUec0{OOKy+sjWA;8rTE|Lv6I9H?CI?H(mUm8VXGwU$49LGpz&{nQp2}dinE1@lZ1iox6{ghN&v^GZv9J${7WaXj)<0S4g_uiJ&JCZ zr8-hsu`U%N;+9N^@&Q0^kVPB3)wY(rr}p7{p0qFHb3NUUHJb672+wRZs`gd1UjKPX z4o6zljKKA+Kkj?H>Ew63o%QjyBk&1!P22;MkD>sM0=z_s-G{mTixJCT9@_|*(p^bz zJ8?ZZ&;pzV+7#6Mn`_U-)k8Pjg?a;|Oe^us^PoPY$Va~yi8|?+&=y$f+lABT<*pZr zP}D{~Pq1Qyni+@|aP;ixO~mbEW9#c0OU#YbDZIaw=_&$K%Ep2f%hO^&P67hApZe`x zv8b`Mz@?M_7-)b!lkQKk)JXXUuT|B8kJlvqRmRpxtQDgvrHMXC1B$M@Y%Me!BSx3P z#2Eawl$HleZhhTS6Txm>lN_+I`>eV$&v9fOg)%zVn3O5mI*lAl>QcHuW6!Kixmq`X zBCZ*Ck6OYtDiK!N47>jxI&O2a9x7M|i^IagRr-fmrmikEQGgw%J7bO|)*$2FW95O4 zeBs>KR)izRG1gRVL;F*sr8A}aRHO0gc$$j&ds8CIO1=Gwq1%_~E)CWNn9pCtBE}+`Jelk4{>S)M)`Ll=!~gnn1yq^EX(+y*ik@3Ou0qU`IgYi3*doM+5&dU!cho$pZ zn%lhKeZkS72P?Cf68<#kll_6OAO26bIbueZx**j6o;I0cS^XiL`y+>{cD}gd%lux} z)3N>MaE24WBZ}s0ApfdM;5J_Ny}rfUyxfkC``Awo2#sgLnGPewK};dORuT?@I6(5~ z?kE)Qh$L&fwJXzK){iYx!l5$Tt|^D~MkGZPA}(o6f7w~O2G6Vvzdo*a;iXzk$B66$ zwF#;wM7A+(;uFG4+UAY(2`*3XXx|V$K8AYu#ECJYSl@S=uZW$ksfC$~qrrbQj4??z-)uz0QL}>k^?fPnJTPw% zGz)~?B4}u0CzOf@l^um}HZzbaIwPmb<)< zi_3@E9lc)Qe2_`*Z^HH;1CXOceL=CHpHS{HySy3T%<^NrWQ}G0i4e1xm_K3(+~oi$ zoHl9wzb?Z4j#90DtURtjtgvi7uw8DzHYmtPb;?%8vb9n@bszT=1qr)V_>R%s!92_` zfnHQPANx z<#hIjIMm#*(v*!OXtF+w8kLu`o?VZ5k7{`vw{Yc^qYclpUGIM_PBN1+c{#Vxv&E*@ zxg=W2W~JuV{IuRYw3>LSI1)a!thID@R=bU+cU@DbR^_SXY`MC7HOsCN z!dO4OKV7(E_Z8T#8MA1H`99?Z!r0)qKW_#|29X3#Jb+5+>qUidbeP1NJ@)(qi2S-X zao|f0_tl(O+$R|Qwd$H{_ig|~I1fbp_$NkI!0E;Y z6JrnU{1Ra6^on{9gUUB0mwzP3S%B#h0fjo>JvV~#+X0P~JV=IG=yHG$O+p5O3NUgG zEQ}z6BTp^Fie)Sg<){Z&I8NwPR(=mO4joTLHkJ>|Tnk23E(Bo`FSbPc05lF2-+)X? z6vV3*m~IBHTy*^E!<0nA(tCOJW2G4DsH7)BxLV8kICn5lu6@U*R`w)o9;Ro$i8=Q^V%uH8n3q=+Yf;SFRZu z!+F&PKcH#8cG?aSK_Tl@K9P#8o+jry@gdexz&d(Q=47<7nw@e@FFfIRNL9^)1i@;A z28+$Z#rjv-wj#heI|<&J_DiJ*s}xd-f!{J8jfqOHE`TiHHZVIA8CjkNQ_u;Ery^^t zl1I75&u^`1_q)crO+JT4rx|z2ToSC>)Or@-D zy3S>jW*sNIZR-EBsfyaJ+Jq4BQE4?SePtD2+jY8*%FsSLZ9MY>+wk?}}}AFAw)vr{ml)8LUG-y9>^t!{~|sgpxYc0Gnkg`&~R z-pilJZjr@y5$>B=VMdZ73svct%##v%wdX~9fz6i3Q-zOKJ9wso+h?VME7}SjL=!NUG{J?M&i!>ma`eoEa@IX`5G>B1(7;%}M*%-# zfhJ(W{y;>MRz!Ic8=S}VaBKqh;~7KdnGEHxcL$kA-6E~=!hrN*zw9N+_=odt<$_H_8dbo;0=42wcAETPCVGUr~v(`Uai zb{=D!Qc!dOEU6v)2eHSZq%5iqK?B(JlCq%T6av$Cb4Rko6onlG&?CqaX7Y_C_cOC3 zYZ;_oI(}=>_07}Oep&Ws7x7-R)cc8zfe!SYxJYP``pi$FDS)4Fvw5HH=FiU6xfVqIM!hJ;Rx8c0cB7~aPtNH(Nmm5Vh{ibAoU#J6 zImRCr?(iyu_4W_6AWo3*vxTPUw@vPwy@E0`(>1Qi=%>5eSIrp^`` zK*Y?fK_6F1W>-7UsB)RPC4>>Ps9)f+^MqM}8AUm@tZ->j%&h1M8s*s!LX5&WxQcAh z8mciQej@RPm?660%>{_D+7er>%zX_{s|$Z+;G7_sfNfBgY(zLB4Ey}J9F>zX#K0f6 z?dVNIeEh?EIShmP6>M+d|0wMM85Sa4diw1hrg|ITJ}JDg@o8y>(rF9mXk5M z2@D|NA)-7>wD&wF;S_$KS=eE84`BGw3g0?6wGxu8ys4rwI?9U=*^VF22t3%mbGeOh z`!O-OpF7#Vceu~F`${bW0nYVU9ecmk31V{tF%iv&5hWofC>I~cqAt@u6|R+|HLMMX zVxuSlMFOK_EQ86#E8&KwxIr8S9tj_goWtLv4f@!&h8;Ov41{J~496vp9vX=(LK#j! zAwi*21RAV-LD>9Cw3bV_9X(X3)Kr0-UaB*7Y>t82EQ%!)(&(XuAYtTsYy-dz+w=$ir)VJpe!_$ z6SGpX^i(af3{o=VlFPC);|J8#(=_8#vdxDe|Cok+ANhYwbE*FO`Su2m1~w+&9<_9~ z-|tTU_ACGN`~CNW5WYYBn^B#SwZ(t4%3aPp z;o)|L6Rk569KGxFLUPx@!6OOa+5OjQLK5w&nAmwxkC5rZ|m&HT8G%GVZxB_@ME z>>{rnXUqyiJrT(8GMj_ap#yN_!9-lO5e8mR3cJiK3NE{_UM&=*vIU`YkiL$1%kf+1 z4=jk@7EEj`u(jy$HnzE33ZVW_J4bj}K;vT?T91YlO(|Y0FU4r+VdbmQ97%(J5 zkK*Bed8+C}FcZ@HIgdCMioV%A<*4pw_n}l*{Cr4}a(lq|injK#O?$tyvyE`S%(1`H z_wwRvk#13ElkZvij2MFGOj`fhy?nC^8`Zyo%yVcUAfEr8x&J#A{|moUBAV_^f$hpaUuyQeY3da^ zS9iRgf87YBwfe}>BO+T&Fl%rfpZh#+AM?Dq-k$Bq`vG6G_b4z%Kbd&v>qFjow*mBl z-OylnqOpLg}or7_VNwRg2za3VBK6FUfFX{|TD z`Wt0Vm2H$vdlRWYQJqDmM?JUbVqL*ZQY|5&sY*?!&%P8qhA~5+Af<{MaGo(dl&C5t zE%t!J0 zh6jqANt4ABdPxSTrVV}fLsRQal*)l&_*rFq(Ez}ClEH6LHv{J#v?+H-BZ2)Wy{K@9 z+ovXHq~DiDvm>O~r$LJo!cOuwL+Oa--6;UFE2q@g3N8Qkw5E>ytz^(&($!O47+i~$ zKM+tkAd-RbmP{s_rh+ugTD;lriL~`Xwkad#;_aM?nQ7L_muEFI}U_4$phjvYgleK~`Fo`;GiC07&Hq1F<%p;9Q;tv5b?*QnR%8DYJH3P>Svmv47Y>*LPZJy8_{9H`g6kQpyZU{oJ`m%&p~D=K#KpfoJ@ zn-3cqmHsdtN!f?~w+(t+I`*7GQA#EQC^lUA9(i6=i1PqSAc|ha91I%X&nXzjYaM{8$s&wEx@aVkQ6M{E2 zfzId#&r(XwUNtPcq4Ngze^+XaJA1EK-%&C9j>^9(secqe{}z>hR5CFNveMsVA)m#S zk)_%SidkY-XmMWlVnQ(mNJ>)ooszQ#vaK;!rPmGKXV7am^_F!Lz>;~{VrIO$;!#30XRhE1QqO_~#+Ux;B_D{Nk=grn z8Y0oR^4RqtcYM)7a%@B(XdbZCOqnX#fD{BQTeLvRHd(irHKq=4*jq34`6@VAQR8WG z^%)@5CXnD_T#f%@-l${>y$tfb>2LPmc{~5A82|16mH)R?&r#KKLs7xpN-D`=&Cm^R zvMA6#Ahr<3X>Q7|-qfTY)}32HkAz$_mibYV!I)u>bmjK`qwBe(>za^0Kt*HnFbSdO z1>+ryKCNxmm^)*$XfiDOF2|{-v3KKB?&!(S_Y=Ht@|ir^hLd978xuI&N{k>?(*f8H z=ClxVJK_%_z1TH0eUwm2J+2To7FK4o+n_na)&#VLn1m;!+CX+~WC+qg1?PA~KdOlC zW)C@pw75_xoe=w7i|r9KGIvQ$+3K?L{7TGHwrQM{dCp=Z*D}3kX7E-@sZnup!BImw z*T#a=+WcTwL78exTgBn|iNE3#EsOorO z*kt)gDzHiPt07fmisA2LWN?AymkdqTgr?=loT7z@d`wnlr6oN}@o|&JX!yPzC*Y8d zu6kWlTzE1)ckyBn+0Y^HMN+GA$wUO_LN6W>mxCo!0?oiQvT`z$jbSEu&{UHRU0E8# z%B^wOc@S!yhMT49Y)ww(Xta^8pmPCe@eI5C*ed96)AX9<>))nKx0(sci8gwob_1}4 z0DIL&vsJ1_s%<@y%U*-eX z5rN&(zef-5G~?@r79oZGW1d!WaTqQn0F6RIOa9tJ=0(kdd{d1{<*tHT#cCvl*i>YY zH+L7jq8xZNcTUBqj(S)ztTU!TM!RQ}In*n&Gn<>(60G7}4%WQL!o>hbJqNDSGwl#H z`4k+twp0cj%PsS+NKaxslAEu9!#U3xT1|_KB6`h=PI0SW`P9GTa7caD1}vKEglV8# zjKZR`pluCW19c2fM&ZG)c3T3Um;ir3y(tSCJ7Agl6|b524dy5El{^EQBG?E61H0XY z`bqg!;zhGhyMFl&(o=JWEJ8n~z)xI}A@C0d2hQGvw7nGv)?POU@(kS1m=%`|+^ika zXl8zjS?xqW$WlO?Ewa;vF~XbybHBor$f<%I&*t$F5fynwZlTGj|IjZtVfGa7l&tK} zW>I<69w(cZLu)QIVG|M2xzW@S+70NinQzk&Y0+3WT*cC)rx~04O-^<{JohU_&HL5XdUKW!uFy|i$FB|EMu0eUyW;gsf`XfIc!Z0V zeK&*hPL}f_cX=@iv>K%S5kL;cl_$v?n(Q9f_cChk8Lq$glT|=e+T*8O4H2n<=NGmn z+2*h+v;kBvF>}&0RDS>)B{1!_*XuE8A$Y=G8w^qGMtfudDBsD5>T5SB;Qo}fSkkiV ze^K^M(UthkwrD!&*tTsu>Dacdj_q`~V%r_twr$(Ct&_dKeeXE?fA&4&yASJWJ*}~- zel=@W)tusynfC_YqH4ll>4Eg`Xjs5F7Tj>tTLz<0N3)X<1px_d2yUY>X~y>>93*$) z5PuNMQLf9Bu?AAGO~a_|J2akO1M*@VYN^VxvP0F$2>;Zb9;d5Yfd8P%oFCCoZE$ z4#N$^J8rxYjUE_6{T%Y>MmWfHgScpuGv59#4u6fpTF%~KB^Ae`t1TD_^Ud#DhL+Dm zbY^VAM#MrAmFj{3-BpVSWph2b_Y6gCnCAombVa|1S@DU)2r9W<> zT5L8BB^er3zxKt1v(y&OYk!^aoQisqU zH(g@_o)D~BufUXcPt!Ydom)e|aW{XiMnes2z&rE?og>7|G+tp7&^;q?Qz5S5^yd$i z8lWr4g5nctBHtigX%0%XzIAB8U|T6&JsC4&^hZBw^*aIcuNO47de?|pGXJ4t}BB`L^d8tD`H`i zqrP8?#J@8T#;{^B!KO6J=@OWKhAerih(phML`(Rg7N1XWf1TN>=Z3Do{l_!d~DND&)O)D>ta20}@Lt77qSnVsA7>)uZAaT9bsB>u&aUQl+7GiY2|dAEg@%Al3i316y;&IhQL^8fw_nwS>f60M_-m+!5)S_6EPM7Y)(Nq^8gL7(3 zOiot`6Wy6%vw~a_H?1hLVzIT^i1;HedHgW9-P#)}Y6vF%C=P70X0Tk^z9Te@kPILI z_(gk!k+0%CG)%!WnBjjw*kAKs_lf#=5HXC00s-}oM-Q1aXYLj)(1d!_a7 z*Gg4Fe6F$*ujVjI|79Z5+Pr`us%zW@ln++2l+0hsngv<{mJ%?OfSo_3HJXOCys{Ug z00*YR-(fv<=&%Q!j%b-_ppA$JsTm^_L4x`$k{VpfLI(FMCap%LFAyq;#ns5bR7V+x zO!o;c5y~DyBPqdVQX)8G^G&jWkBy2|oWTw>)?5u}SAsI$RjT#)lTV&Rf8;>u*qXnb z8F%Xb=7#$m)83z%`E;49)t3fHInhtc#kx4wSLLms!*~Z$V?bTyUGiS&m>1P(952(H zuHdv=;o*{;5#X-uAyon`hP}d#U{uDlV?W?_5UjJvf%11hKwe&(&9_~{W)*y1nR5f_ z!N(R74nNK`y8>B!0Bt_Vr!;nc3W>~RiKtGSBkNlsR#-t^&;$W#)f9tTlZz>n*+Fjz z3zXZ;jf(sTM(oDzJt4FJS*8c&;PLTW(IQDFs_5QPy+7yhi1syPCarvqrHFcf&yTy)^O<1EBx;Ir`5W{TIM>{8w&PB>ro4;YD<5LF^TjTb0!zAP|QijA+1Vg>{Afv^% zmrkc4o6rvBI;Q8rj4*=AZacy*n8B{&G3VJc)so4$XUoie0)vr;qzPZVbb<#Fc=j+8CGBWe$n|3K& z_@%?{l|TzKSlUEO{U{{%Fz_pVDxs7i9H#bnbCw7@4DR=}r_qV!Zo~CvD4ZI*+j3kO zW6_=|S`)(*gM0Z;;}nj`73OigF4p6_NPZQ-Od~e$c_);;4-7sR>+2u$6m$Gf%T{aq zle>e3(*Rt(TPD}03n5)!Ca8Pu!V}m6v0o1;5<1h$*|7z|^(3$Y&;KHKTT}hV056wuF0Xo@mK-52~r=6^SI1NC%c~CC?n>yX6wPTgiWYVz!Sx^atLby9YNn1Rk{g?|pJaxD4|9cUf|V1_I*w zzxK)hRh9%zOl=*$?XUjly5z8?jPMy%vEN)f%T*|WO|bp5NWv@B(K3D6LMl!-6dQg0 zXNE&O>Oyf%K@`ngCvbGPR>HRg5!1IV$_}m@3dWB7x3t&KFyOJn9pxRXCAzFr&%37wXG;z^xaO$ekR=LJG ztIHpY8F5xBP{mtQidqNRoz= z@){+N3(VO5bD+VrmS^YjG@+JO{EOIW)9=F4v_$Ed8rZtHvjpiEp{r^c4F6Ic#ChlC zJX^DtSK+v(YdCW)^EFcs=XP7S>Y!4=xgmv>{S$~@h=xW-G4FF9?I@zYN$e5oF9g$# zb!eVU#J+NjLyX;yb)%SY)xJdvGhsnE*JEkuOVo^k5PyS=o#vq!KD46UTW_%R=Y&0G zFj6bV{`Y6)YoKgqnir2&+sl+i6foAn-**Zd1{_;Zb7Ki=u394C5J{l^H@XN`_6XTKY%X1AgQM6KycJ+= zYO=&t#5oSKB^pYhNdzPgH~aEGW2=ec1O#s-KG z71}LOg@4UEFtp3GY1PBemXpNs6UK-ax*)#$J^pC_me;Z$Je(OqLoh|ZrW*mAMBFn< zHttjwC&fkVfMnQeen8`Rvy^$pNRFVaiEN4Pih*Y3@jo!T0nsClN)pdrr9AYLcZxZ| zJ5Wlj+4q~($hbtuY zVQ7hl>4-+@6g1i`1a)rvtp-;b0>^`Dloy(#{z~ytgv=j4q^Kl}wD>K_Y!l~ zp(_&7sh`vfO(1*MO!B%<6E_bx1)&s+Ae`O)a|X=J9y~XDa@UB`m)`tSG4AUhoM=5& znWoHlA-(z@3n0=l{E)R-p8sB9XkV zZ#D8wietfHL?J5X0%&fGg@MH~(rNS2`GHS4xTo7L$>TPme+Is~!|79=^}QbPF>m%J zFMkGzSndiPO|E~hrhCeo@&Ea{M(ieIgRWMf)E}qeTxT8Q#g-!Lu*x$v8W^M^>?-g= zwMJ$dThI|~M06rG$Sv@C@tWR>_YgaG&!BAbkGggVQa#KdtDB)lMLNVLN|51C@F^y8 zCRvMB^{GO@j=cHfmy}_pCGbP%xb{pNN>? z?7tBz$1^zVaP|uaatYaIN+#xEN4jBzwZ|YI_)p(4CUAz1ZEbDk>J~Y|63SZaak~#0 zoYKruYsWHoOlC1(MhTnsdUOwQfz5p6-D0}4;DO$B;7#M{3lSE^jnTT;ns`>!G%i*F?@pR1JO{QTuD0U+~SlZxcc8~>IB{)@8p`P&+nDxNj`*gh|u?yrv$phpQcW)Us)bi`kT%qLj(fi{dWRZ%Es2!=3mI~UxiW0$-v3vUl?#g{p6eF zMEUAqo5-L0Ar(s{VlR9g=j7+lt!gP!UN2ICMokAZ5(Agd>})#gkA2w|5+<%-CuEP# zqgcM}u@3(QIC^Gx<2dbLj?cFSws_f3e%f4jeR?4M^M3cx1f+Qr6ydQ>n)kz1s##2w zk}UyQc+Z5G-d-1}{WzjkLXgS-2P7auWSJ%pSnD|Uivj5u!xk0 z_^-N9r9o;(rFDt~q1PvE#iJZ_f>J3gcP$)SOqhE~pD2|$=GvpL^d!r z6u=sp-CrMoF7;)}Zd7XO4XihC4ji?>V&(t^?@3Q&t9Mx=qex6C9d%{FE6dvU6%d94 zIE;hJ1J)cCqjv?F``7I*6bc#X)JW2b4f$L^>j{*$R`%5VHFi*+Q$2;nyieduE}qdS{L8y8F08yLs?w}{>8>$3236T-VMh@B zq-nujsb_1aUv_7g#)*rf9h%sFj*^mIcImRV*k~Vmw;%;YH(&ylYpy!&UjUVqqtfG` zox3esju?`unJJA_zKXRJP)rA3nXc$m^{S&-p|v|-0x9LHJm;XIww7C#R$?00l&Yyj z=e}gKUOpsImwW?N)+E(awoF@HyP^EhL+GlNB#k?R<2>95hz!h9sF@U20DHSB3~WMa zk90+858r@-+vWwkawJ)8ougd(i#1m3GLN{iSTylYz$brAsP%=&m$mQQrH$g%3-^VR zE%B`Vi&m8f3T~&myTEK28BDWCVzfWir1I?03;pX))|kY5ClO^+bae z*7E?g=3g7EiisYOrE+lA)2?Ln6q2*HLNpZEWMB|O-JI_oaHZB%CvYB(%=tU= zE*OY%QY58fW#RG5=gm0NR#iMB=EuNF@)%oZJ}nmm=tsJ?eGjia{e{yuU0l3{d^D@)kVDt=1PE)&tf_hHC%0MB znL|CRCPC}SeuVTdf>-QV70`0(EHizc21s^sU>y%hW0t!0&y<7}Wi-wGy>m%(-jsDj zP?mF|>p_K>liZ6ZP(w5(|9Ga%>tLgb$|doDDfkdW>Z z`)>V2XC?NJT26mL^@ zf+IKr27TfM!UbZ@?zRddC7#6ss1sw%CXJ4FWC+t3lHZupzM77m^=9 z&(a?-LxIq}*nvv)y?27lZ{j zifdl9hyJudyP2LpU$-kXctshbJDKS{WfulP5Dk~xU4Le4c#h^(YjJit4#R8_khheS z|8(>2ibaHES4+J|DBM7I#QF5u-*EdN{n=Kt@4Zt?@Tv{JZA{`4 zU#kYOv{#A&gGPwT+$Ud}AXlK3K7hYzo$(fBSFjrP{QQ zeaKg--L&jh$9N}`pu{Bs>?eDFPaWY4|9|foN%}i;3%;@4{dc+iw>m}{3rELqH21G! z`8@;w-zsJ1H(N3%|1B@#ioLOjib)j`EiJqPQVSbPSPVHCj6t5J&(NcWzBrzCiDt{4 zdlPAUKldz%6x5II1H_+jv)(xVL+a;P+-1hv_pM>gMRr%04@k;DTokASSKKhU1Qms| zrWh3a!b(J3n0>-tipg{a?UaKsP7?+|@A+1WPDiQIW1Sf@qDU~M_P65_s}7(gjTn0X zucyEm)o;f8UyshMy&>^SC3I|C6jR*R_GFwGranWZe*I>K+0k}pBuET&M~ z;Odo*ZcT?ZpduHyrf8E%IBFtv;JQ!N_m>!sV6ly$_1D{(&nO~w)G~Y`7sD3#hQk%^ zp}ucDF_$!6DAz*PM8yE(&~;%|=+h(Rn-=1Wykas_-@d&z#=S}rDf`4w(rVlcF&lF! z=1)M3YVz7orwk^BXhslJ8jR);sh^knJW(Qmm(QdSgIAIdlN4Te5KJisifjr?eB{FjAX1a0AB>d?qY4Wx>BZ8&}5K0fA+d{l8 z?^s&l8#j7pR&ijD?0b%;lL9l$P_mi2^*_OL+b}4kuLR$GAf85sOo02?Y#90}CCDiS zZ%rbCw>=H~CBO=C_JVV=xgDe%b4FaEFtuS7Q1##y686r%F6I)s-~2(}PWK|Z8M+Gu zl$y~5@#0Ka%$M<&Cv%L`a8X^@tY&T7<0|(6dNT=EsRe0%kp1Qyq!^43VAKYnr*A5~ zsI%lK1ewqO;0TpLrT9v}!@vJK{QoVa_+N4FYT#h?Y8rS1S&-G+m$FNMP?(8N`MZP zels(*?kK{{^g9DOzkuZXJ2;SrOQsp9T$hwRB1(phw1c7`!Q!by?Q#YsSM#I12RhU{$Q+{xj83axHcftEc$mNJ8_T7A-BQc*k(sZ+~NsO~xAA zxnbb%dam_fZlHvW7fKXrB~F&jS<4FD2FqY?VG?ix*r~MDXCE^WQ|W|WM;gsIA4lQP zJ2hAK@CF*3*VqPr2eeg6GzWFlICi8S>nO>5HvWzyZTE)hlkdC_>pBej*>o0EOHR|) z$?};&I4+_?wvL*g#PJ9)!bc#9BJu1(*RdNEn>#Oxta(VWeM40ola<0aOe2kSS~{^P zDJBd}0L-P#O-CzX*%+$#v;(x%<*SPgAje=F{Zh-@ucd2DA(yC|N_|ocs*|-!H%wEw z@Q!>siv2W;C^^j^59OAX03&}&D*W4EjCvfi(ygcL#~t8XGa#|NPO+*M@Y-)ctFA@I z-p7npT1#5zOLo>7q?aZpCZ=iecn3QYklP;gF0bq@>oyBq94f6C=;Csw3PkZ|5q=(c zfs`aw?II0e(h=|7o&T+hq&m$; zBrE09Twxd9BJ2P+QPN}*OdZ-JZV7%av@OM7v!!NL8R;%WFq*?{9T3{ct@2EKgc8h) zMxoM$SaF#p<`65BwIDfmXG6+OiK0e)`I=!A3E`+K@61f}0e z!2a*FOaDrOe>U`q%K!QN`&=&0C~)CaL3R4VY(NDt{Xz(Xpqru5=r#uQN1L$Je1*dkdqQ*=lofQaN%lO!<5z9ZlHgxt|`THd>2 zsWfU$9=p;yLyJyM^t zS2w9w?Bpto`@H^xJpZDKR1@~^30Il6oFGfk5%g6w*C+VM)+%R@gfIwNprOV5{F^M2 zO?n3DEzpT+EoSV-%OdvZvNF+pDd-ZVZ&d8 zKeIyrrfPN=EcFRCPEDCVflX#3-)Ik_HCkL(ejmY8vzcf-MTA{oHk!R2*36`O68$7J zf}zJC+bbQk--9Xm!u#lgLvx8TXx2J258E5^*IZ(FXMpq$2LUUvhWQPs((z1+2{Op% z?J}9k5^N=z;7ja~zi8a_-exIqWUBJwohe#4QJ`|FF*$C{lM18z^#hX6!5B8KAkLUX ziP=oti-gpV(BsLD{0(3*dw}4JxK23Y7M{BeFPucw!sHpY&l%Ws4pSm`+~V7;bZ%Dx zeI)MK=4vC&5#;2MT7fS?^ch9?2;%<8Jlu-IB&N~gg8t;6S-#C@!NU{`p7M8@2iGc& zg|JPg%@gCoCQ&s6JvDU&`X2S<57f(k8nJ1wvBu{8r?;q3_kpZZ${?|( z+^)UvR33sjSd)aT!UPkA;ylO6{aE3MQa{g%Mcf$1KONcjO@&g5zPHWtzM1rYC{_K> zgQNcs<{&X{OA=cEWw5JGqpr0O>x*Tfak2PE9?FuWtz^DDNI}rwAaT0(bdo-<+SJ6A z&}S%boGMWIS0L}=S>|-#kRX;e^sUsotry(MjE|3_9duvfc|nwF#NHuM-w7ZU!5ei8 z6Mkf>2)WunY2eU@C-Uj-A zG(z0Tz2YoBk>zCz_9-)4a>T46$(~kF+Y{#sA9MWH%5z#zNoz)sdXq7ZR_+`RZ%0(q zC7&GyS_|BGHNFl8Xa%@>iWh%Gr?=J5<(!OEjauj5jyrA-QXBjn0OAhJJ9+v=!LK`` z@g(`^*84Q4jcDL`OA&ZV60djgwG`|bcD*i50O}Q{9_noRg|~?dj%VtKOnyRs$Uzqg z191aWoR^rDX#@iSq0n z?9Sg$WSRPqSeI<}&n1T3!6%Wj@5iw5`*`Btni~G=&;J+4`7g#OQTa>u`{4ZZ(c@s$ zK0y;ySOGD-UTjREKbru{QaS>HjN<2)R%Nn-TZiQ(Twe4p@-saNa3~p{?^V9Nixz@a zykPv~<@lu6-Ng9i$Lrk(xi2Tri3q=RW`BJYOPC;S0Yly%77c727Yj-d1vF!Fuk{Xh z)lMbA69y7*5ufET>P*gXQrxsW+ zz)*MbHZv*eJPEXYE<6g6_M7N%#%mR{#awV3i^PafNv(zyI)&bH?F}2s8_rR(6%!V4SOWlup`TKAb@ee>!9JKPM=&8g#BeYRH9FpFybxBXQI2|g}FGJfJ+ zY-*2hB?o{TVL;Wt_ek;AP5PBqfDR4@Z->_182W z{P@Mc27j6jE*9xG{R$>6_;i=y{qf(c`5w9fa*`rEzX6t!KJ(p1H|>J1pC-2zqWENF zmm=Z5B4u{cY2XYl(PfrInB*~WGWik3@1oRhiMOS|D;acnf-Bs(QCm#wR;@Vf!hOPJ zgjhDCfDj$HcyVLJ=AaTbQ{@vIv14LWWF$=i-BDoC11}V;2V8A`S>_x)vIq44-VB-v z*w-d}$G+Ql?En8j!~ZkCpQ$|cA0|+rrY>tiCeWxkRGPoarxlGU2?7%k#F693RHT24 z-?JsiXlT2PTqZqNb&sSc>$d;O4V@|b6VKSWQb~bUaWn1Cf0+K%`Q&Wc<>mQ>*iEGB zbZ;aYOotBZ{vH3y<0A*L0QVM|#rf*LIsGx(O*-7)r@yyBIzJnBFSKBUSl1e|8lxU* zzFL+YDVVkIuzFWeJ8AbgN&w(4-7zbiaMn{5!JQXu)SELk*CNL+Fro|2v|YO)1l15t zs(0^&EB6DPMyaqvY>=KL>)tEpsn;N5Q#yJj<9}ImL((SqErWN3Q=;tBO~ExTCs9hB z2E$7eN#5wX4<3m^5pdjm#5o>s#eS_Q^P)tm$@SawTqF*1dj_i#)3};JslbLKHXl_N z)Fxzf>FN)EK&Rz&*|6&%Hs-^f{V|+_vL1S;-1K-l$5xiC@}%uDuwHYhmsV?YcOUlk zOYkG5v2+`+UWqpn0aaaqrD3lYdh0*!L`3FAsNKu=Q!vJu?Yc8n|CoYyDo_`r0mPoo z8>XCo$W4>l(==h?2~PoRR*kEe)&IH{1sM41mO#-36`02m#nTX{r*r`Q5rZ2-sE|nA zhnn5T#s#v`52T5|?GNS`%HgS2;R(*|^egNPDzzH_z^W)-Q98~$#YAe)cEZ%vge965AS_am#DK#pjPRr-!^za8>`kksCAUj(Xr*1NW5~e zpypt_eJpD&4_bl_y?G%>^L}=>xAaV>KR6;^aBytqpiHe%!j;&MzI_>Sx7O%F%D*8s zSN}cS^<{iiK)=Ji`FpO#^zY!_|D)qeRNAtgmH)m;qC|mq^j(|hL`7uBz+ULUj37gj zksdbnU+LSVo35riSX_4z{UX=%n&}7s0{WuZYoSfwAP`8aKN9P@%e=~1`~1ASL-z%# zw>DO&ixr}c9%4InGc*_y42bdEk)ZdG7-mTu0bD@_vGAr*NcFoMW;@r?@LUhRI zCUJgHb`O?M3!w)|CPu~ej%fddw20lod?Ufp8Dmt0PbnA0J%KE^2~AIcnKP()025V> zG>noSM3$5Btmc$GZoyP^v1@Poz0FD(6YSTH@aD0}BXva?LphAiSz9f&Y(aDAzBnUh z?d2m``~{z;{}kZJ>a^wYI?ry(V9hIoh;|EFc0*-#*`$T0DRQ1;WsqInG;YPS+I4{g zJGpKk%%Sdc5xBa$Q^_I~(F97eqDO7AN3EN0u)PNBAb+n+ zWBTxQx^;O9o0`=g+Zrt_{lP!sgWZHW?8bLYS$;1a@&7w9rD9|Ge;Gb?sEjFoF9-6v z#!2)t{DMHZ2@0W*fCx;62d#;jouz`R5Y(t{BT=$N4yr^^o$ON8d{PQ=!O zX17^CrdM~7D-;ZrC!||<+FEOxI_WI3CA<35va%4v>gc zEX-@h8esj=a4szW7x{0g$hwoWRQG$yK{@3mqd-jYiVofJE!Wok1* znV7Gm&Ssq#hFuvj1sRyHg(6PFA5U*Q8Rx>-blOs=lb`qa{zFy&n4xY;sd$fE+<3EI z##W$P9M{B3c3Si9gw^jlPU-JqD~Cye;wr=XkV7BSv#6}DrsXWFJ3eUNrc%7{=^sP> zrp)BWKA9<}^R9g!0q7yWlh;gr_TEOD|#BmGq<@IV;ueg+D2}cjpp+dPf&Q(36sFU&K8}hA85U61faW&{ zlB`9HUl-WWCG|<1XANN3JVAkRYvr5U4q6;!G*MTdSUt*Mi=z_y3B1A9j-@aK{lNvx zK%p23>M&=KTCgR!Ee8c?DAO2_R?B zkaqr6^BSP!8dHXxj%N1l+V$_%vzHjqvu7p@%Nl6;>y*S}M!B=pz=aqUV#`;h%M0rU zHfcog>kv3UZAEB*g7Er@t6CF8kHDmKTjO@rejA^ULqn!`LwrEwOVmHx^;g|5PHm#B zZ+jjWgjJ!043F+&#_;D*mz%Q60=L9Ove|$gU&~As5^uz@2-BfQ!bW)Khn}G+Wyjw- z19qI#oB(RSNydn0t~;tAmK!P-d{b-@@E5|cdgOS#!>%#Rj6ynkMvaW@37E>@hJP^8 z2zk8VXx|>#R^JCcWdBCy{0nPmYFOxN55#^-rlqobe0#L6)bi?E?SPymF*a5oDDeSd zO0gx?#KMoOd&G(2O@*W)HgX6y_aa6iMCl^~`{@UR`nMQE`>n_{_aY5nA}vqU8mt8H z`oa=g0SyiLd~BxAj2~l$zRSDHxvDs;I4>+M$W`HbJ|g&P+$!U7-PHX4RAcR0szJ*( ze-417=bO2q{492SWrqDK+L3#ChUHtz*@MP)e^%@>_&#Yk^1|tv@j4%3T)diEX zATx4K*hcO`sY$jk#jN5WD<=C3nvuVsRh||qDHnc~;Kf59zr0;c7VkVSUPD%NnnJC_ zl3F^#f_rDu8l}l8qcAz0FFa)EAt32IUy_JLIhU_J^l~FRH&6-ivSpG2PRqzDdMWft>Zc(c)#tb%wgmWN%>IOPm zZi-noqS!^Ftb81pRcQi`X#UhWK70hy4tGW1mz|+vI8c*h@ zfFGJtW3r>qV>1Z0r|L>7I3un^gcep$AAWfZHRvB|E*kktY$qQP_$YG60C@X~tTQjB3%@`uz!qxtxF+LE!+=nrS^07hn` zEgAp!h|r03h7B!$#OZW#ACD+M;-5J!W+{h|6I;5cNnE(Y863%1(oH}_FTW})8zYb$7czP zg~Szk1+_NTm6SJ0MS_|oSz%e(S~P-&SFp;!k?uFayytV$8HPwuyELSXOs^27XvK-D zOx-Dl!P|28DK6iX>p#Yb%3`A&CG0X2S43FjN%IB}q(!hC$fG}yl1y9W&W&I@KTg6@ zK^kpH8=yFuP+vI^+59|3%Zqnb5lTDAykf z9S#X`3N(X^SpdMyWQGOQRjhiwlj!0W-yD<3aEj^&X%=?`6lCy~?`&WSWt z?U~EKFcCG_RJ(Qp7j=$I%H8t)Z@6VjA#>1f@EYiS8MRHZphp zMA_5`znM=pzUpBPO)pXGYpQ6gkine{6u_o!P@Q+NKJ}k!_X7u|qfpAyIJb$_#3@wJ z<1SE2Edkfk9C!0t%}8Yio09^F`YGzpaJHGk*-ffsn85@)%4@`;Fv^8q(-Wk7r=Q8p zT&hD`5(f?M{gfzGbbwh8(}G#|#fDuk7v1W)5H9wkorE0ZZjL0Q1=NRGY>zwgfm81DdoaVwNH;or{{eSyybt)m<=zXoA^RALYG-2t zouH|L*BLvmm9cdMmn+KGopyR@4*=&0&4g|FLoreZOhRmh=)R0bg~ zT2(8V_q7~42-zvb)+y959OAv!V$u(O3)%Es0M@CRFmG{5sovIq4%8Ahjk#*5w{+)+ zMWQoJI_r$HxL5km1#6(e@{lK3Udc~n0@g`g$s?VrnQJ$!oPnb?IHh-1qA`Rz$)Ai< z6w$-MJW-gKNvOhL+XMbE7&mFt`x1KY>k4(!KbbpZ`>`K@1J<(#vVbjx@Z@(6Q}MF# zMnbr-f55(cTa^q4+#)=s+ThMaV~E`B8V=|W_fZWDwiso8tNMTNse)RNBGi=gVwgg% zbOg8>mbRN%7^Um-7oj4=6`$|(K7!+t^90a{$18Z>}<#!bm%ZEFQ{X(yBZMc>lCz0f1I2w9Sq zuGh<9<=AO&g6BZte6hn>Qmvv;Rt)*cJfTr2=~EnGD8P$v3R|&1RCl&7)b+`=QGapi zPbLg_pxm`+HZurtFZ;wZ=`Vk*do~$wB zxoW&=j0OTbQ=Q%S8XJ%~qoa3Ea|au5o}_(P;=!y-AjFrERh%8la!z6Fn@lR?^E~H12D?8#ht=1F;7@o4$Q8GDj;sSC%Jfn01xgL&%F2 zwG1|5ikb^qHv&9hT8w83+yv&BQXOQyMVJSBL(Ky~p)gU3#%|blG?IR9rP^zUbs7rOA0X52Ao=GRt@C&zlyjNLv-} z9?*x{y(`509qhCV*B47f2hLrGl^<@SuRGR!KwHei?!CM10Tq*YDIoBNyRuO*>3FU? zHjipIE#B~y3FSfOsMfj~F9PNr*H?0oHyYB^G(YyNh{SxcE(Y-`x5jFMKb~HO*m+R% zrq|ic4fzJ#USpTm;X7K+E%xsT_3VHKe?*uc4-FsILUH;kL>_okY(w`VU*8+l>o>Jm ziU#?2^`>arnsl#)*R&nf_%>A+qwl%o{l(u)M?DK1^mf260_oteV3#E_>6Y4!_hhVD zM8AI6MM2V*^_M^sQ0dmHu11fy^kOqXqzpr?K$`}BKWG`=Es(9&S@K@)ZjA{lj3ea7_MBP zk(|hBFRjHVMN!sNUkrB;(cTP)T97M$0Dtc&UXSec<+q?y>5=)}S~{Z@ua;1xt@=T5 zI7{`Z=z_X*no8s>mY;>BvEXK%b`a6(DTS6t&b!vf_z#HM{Uoy_5fiB(zpkF{})ruka$iX*~pq1ZxD?q68dIo zIZSVls9kFGsTwvr4{T_LidcWtt$u{kJlW7moRaH6+A5hW&;;2O#$oKyEN8kx`LmG)Wfq4ykh+q{I3|RfVpkR&QH_x;t41Uw z`P+tft^E2B$domKT@|nNW`EHwyj>&}K;eDpe z1bNOh=fvIfk`&B61+S8ND<(KC%>y&?>opCnY*r5M+!UrWKxv0_QvTlJc>X#AaI^xo zaRXL}t5Ej_Z$y*|w*$6D+A?Lw-CO-$itm^{2Ct82-<0IW)0KMNvJHgBrdsIR0v~=H z?n6^}l{D``Me90`^o|q!olsF?UX3YSq^6Vu>Ijm>>PaZI8G@<^NGw{Cx&%|PwYrfw zR!gX_%AR=L3BFsf8LxI|K^J}deh0ZdV?$3r--FEX`#INxsOG6_=!v)DI>0q|BxT)z z-G6kzA01M?rba+G_mwNMQD1mbVbNTWmBi*{s_v_Ft9m2Avg!^78(QFu&n6mbRJ2bA zv!b;%yo{g*9l2)>tsZJOOp}U~8VUH`}$ z8p_}t*XIOehezolNa-a2x0BS})Y9}&*TPgua{Ewn-=wVrmJUeU39EKx+%w%=ixQWK zDLpwaNJs65#6o7Ln7~~X+p_o2BR1g~VCfxLzxA{HlWAI6^H;`juI=&r1jQrUv_q0Z z1Ja-tjdktrrP>GOC*#p?*xfQU5MqjMsBe!9lh(u8)w$e@Z|>aUHI5o;MGw*|Myiz3 z-f0;pHg~Q#%*Kx8MxH%AluVXjG2C$)WL-K63@Q`#y9_k_+}eR(x4~dp7oV-ek0H>I zgy8p#i4GN{>#v=pFYUQT(g&b$OeTy-X_#FDgNF8XyfGY6R!>inYn8IR2RDa&O!(6< znXs{W!bkP|s_YI*Yx%4stI`=ZO45IK6rBs`g7sP40ic}GZ58s?Mc$&i`kq_tfci>N zIHrC0H+Qpam1bNa=(`SRKjixBTtm&e`j9porEci!zdlg1RI0Jw#b(_Tb@RQK1Zxr_ z%7SUeH6=TrXt3J@js`4iDD0=IoHhK~I7^W8^Rcp~Yaf>2wVe|Hh1bUpX9ATD#moByY57-f2Ef1TP^lBi&p5_s7WGG9|0T}dlfxOx zXvScJO1Cnq`c`~{Dp;{;l<-KkCDE+pmexJkd}zCgE{eF=)K``-qC~IT6GcRog_)!X z?fK^F8UDz$(zFUrwuR$qro5>qqn>+Z%<5>;_*3pZ8QM|yv9CAtrAx;($>4l^_$_-L z*&?(77!-=zvnCVW&kUcZMb6;2!83si518Y%R*A3JZ8Is|kUCMu`!vxDgaWjs7^0j( ziTaS4HhQ)ldR=r)_7vYFUr%THE}cPF{0H45FJ5MQW^+W>P+eEX2kLp3zzFe*-pFVA zdDZRybv?H|>`9f$AKVjFWJ=wegO7hOOIYCtd?Vj{EYLT*^gl35|HQ`R=ti+ADm{jyQE7K@kdjuqJhWVSks>b^ zxha88-h3s;%3_5b1TqFCPTxVjvuB5U>v=HyZ$?JSk+&I%)M7KE*wOg<)1-Iy)8-K! z^XpIt|0ibmk9RtMmlUd7#Ap3Q!q9N4atQy)TmrhrFhfx1DAN`^vq@Q_SRl|V z#lU<~n67$mT)NvHh`%als+G-)x1`Y%4Bp*6Un5Ri9h=_Db zA-AdP!f>f0m@~>7X#uBM?diI@)Egjuz@jXKvm zJo+==juc9_<;CqeRaU9_Mz@;3e=E4=6TK+c`|uu#pIqhSyNm`G(X)&)B`8q0RBv#> z`gGlw(Q=1Xmf55VHj%C#^1lpc>LY8kfA@|rlC1EA<1#`iuyNO z(=;irt{_&K=i4)^x%;U(Xv<)+o=dczC5H3W~+e|f~{*ucxj@{Yi-cw^MqYr3fN zF5D+~!wd$#al?UfMnz(@K#wn`_5na@rRr8XqN@&M&FGEC@`+OEv}sI1hw>Up0qAWf zL#e4~&oM;TVfjRE+10B_gFlLEP9?Q-dARr3xi6nQqnw>k-S;~b z;!0s2VS4}W8b&pGuK=7im+t(`nz@FnT#VD|!)eQNp-W6)@>aA+j~K*H{$G`y2|QHY z|Hmy+CR@#jWY4~)lr1qBJB_RfHJFfP<}pK5(#ZZGSqcpyS&}01LnTWk5fzmXMGHkJ zTP6L^B+uj;lmB_W<~4=${+v0>z31M!-_O@o-O9GyW)j_mjx}!0@br_LE-7SIuPP84 z;5=O(U*g_um0tyG|61N@d9lEuOeiRd+#NY^{nd5;-CVlw&Ap7J?qwM^?E29wvS}2d zbzar4Fz&RSR(-|s!Z6+za&Z zY#D<5q_JUktIzvL0)yq_kLWG6DO{ri=?c!y!f(Dk%G{8)k`Gym%j#!OgXVDD3;$&v@qy#ISJfp=Vm>pls@9-mapVQChAHHd-x+OGx)(*Yr zC1qDUTZ6mM(b_hi!TuFF2k#8uI2;kD70AQ&di$L*4P*Y-@p`jdm%_c3f)XhYD^6M8&#Y$ZpzQMcR|6nsH>b=*R_Von!$BTRj7yGCXokoAQ z&ANvx0-Epw`QIEPgI(^cS2f(Y85yV@ygI{ewyv5Frng)e}KCZF7JbR(&W618_dcEh(#+^zZFY;o<815<5sOHQdeax9_!PyM&;{P zkBa5xymca0#)c#tke@3KNEM8a_mT&1gm;p&&JlMGH(cL(b)BckgMQ^9&vRwj!~3@l zY?L5}=Jzr080OGKb|y`ee(+`flQg|!lo6>=H)X4`$Gz~hLmu2a%kYW_Uu8x09Pa0J zKZ`E$BKJ=2GPj_3l*TEcZ*uYRr<*J^#5pILTT;k_cgto1ZL-%slyc16J~OH-(RgDA z%;EjEnoUkZ&acS{Q8`{i6T5^nywgqQI5bDIymoa7CSZG|WWVk>GM9)zy*bNih|QIm z%0+(Nnc*a_xo;$=!HQYaapLms>J1ToyjtFByY`C2H1wT#178#4+|{H0BBqtCdd$L% z_3Hc60j@{t9~MjM@LBalR&6@>B;9?r<7J~F+WXyYu*y3?px*=8MAK@EA+jRX8{CG?GI-< z54?Dc9CAh>QTAvyOEm0^+x;r2BWX|{3$Y7)L5l*qVE*y0`7J>l2wCmW zL1?|a`pJ-l{fb_N;R(Z9UMiSj6pQjOvQ^%DvhIJF!+Th7jO2~1f1N+(-TyCFYQZYw z4)>7caf^Ki_KJ^Zx2JUb z&$3zJy!*+rCV4%jqwyuNY3j1ZEiltS0xTzd+=itTb;IPYpaf?8Y+RSdVdpacB(bVQ zC(JupLfFp8y43%PMj2}T|VS@%LVp>hv4Y!RPMF?pp8U_$xCJ)S zQx!69>bphNTIb9yn*_yfj{N%bY)t{L1cs8<8|!f$;UQ*}IN=2<6lA;x^(`8t?;+ST zh)z4qeYYgZkIy{$4x28O-pugO&gauRh3;lti9)9Pvw+^)0!h~%m&8Q!AKX%urEMnl z?yEz?g#ODn$UM`+Q#$Q!6|zsq_`dLO5YK-6bJM6ya>}H+vnW^h?o$z;V&wvuM$dR& zeEq;uUUh$XR`TWeC$$c&Jjau2it3#%J-y}Qm>nW*s?En?R&6w@sDXMEr#8~$=b(gk zwDC3)NtAP;M2BW_lL^5ShpK$D%@|BnD{=!Tq)o(5@z3i7Z){} zGr}Exom_qDO{kAVkZ*MbLNHE666Kina#D{&>Jy%~w7yX$oj;cYCd^p9zy z8*+wgSEcj$4{WxKmCF(5o7U4jqwEvO&dm1H#7z}%VXAbW&W24v-tS6N3}qrm1OnE)fUkoE8yMMn9S$?IswS88tQWm4#Oid#ckgr6 zRtHm!mfNl-`d>O*1~d7%;~n+{Rph6BBy^95zqI{K((E!iFQ+h*C3EsbxNo_aRm5gj zKYug($r*Q#W9`p%Bf{bi6;IY0v`pB^^qu)gbg9QHQ7 zWBj(a1YSu)~2RK8Pi#C>{DMlrqFb9e_RehEHyI{n?e3vL_}L>kYJC z_ly$$)zFi*SFyNrnOt(B*7E$??s67EO%DgoZL2XNk8iVx~X_)o++4oaK1M|ou73vA0K^503j@uuVmLcHH4ya-kOIDfM%5%(E z+Xpt~#7y2!KB&)PoyCA+$~DXqxPxxALy!g-O?<9+9KTk4Pgq4AIdUkl`1<1#j^cJg zgU3`0hkHj_jxV>`Y~%LAZl^3o0}`Sm@iw7kwff{M%VwtN)|~!p{AsfA6vB5UolF~d zHWS%*uBDt<9y!9v2Xe|au&1j&iR1HXCdyCjxSgG*L{wmTD4(NQ=mFjpa~xooc6kju z`~+d{j7$h-;HAB04H!Zscu^hZffL#9!p$)9>sRI|Yovm)g@F>ZnosF2EgkU3ln0bR zTA}|+E(tt)!SG)-bEJi_0m{l+(cAz^pi}`9=~n?y&;2eG;d9{M6nj>BHGn(KA2n|O zt}$=FPq!j`p&kQ8>cirSzkU0c08%8{^Qyqi-w2LoO8)^E7;;I1;HQ6B$u0nNaX2CY zSmfi)F`m94zL8>#zu;8|{aBui@RzRKBlP1&mfFxEC@%cjl?NBs`cr^nm){>;$g?rhKr$AO&6qV_Wbn^}5tfFBry^e1`%du2~o zs$~dN;S_#%iwwA_QvmMjh%Qo?0?rR~6liyN5Xmej8(*V9ym*T`xAhHih-v$7U}8=dfXi2i*aAB!xM(Xekg*ix@r|ymDw*{*s0?dlVys2e)z62u1 z+k3esbJE=-P5S$&KdFp+2H7_2e=}OKDrf( z9-207?6$@f4m4B+9E*e((Y89!q?zH|mz_vM>kp*HGXldO0Hg#!EtFhRuOm$u8e~a9 z5(roy7m$Kh+zjW6@zw{&20u?1f2uP&boD}$#Zy)4o&T;vyBoqFiF2t;*g=|1=)PxB z8eM3Mp=l_obbc?I^xyLz?4Y1YDWPa+nm;O<$Cn;@ane616`J9OO2r=rZr{I_Kizyc zP#^^WCdIEp*()rRT+*YZK>V@^Zs=ht32x>Kwe zab)@ZEffz;VM4{XA6e421^h~`ji5r%)B{wZu#hD}f3$y@L0JV9f3g{-RK!A?vBUA}${YF(vO4)@`6f1 z-A|}e#LN{)(eXloDnX4Vs7eH|<@{r#LodP@Nz--$Dg_Par%DCpu2>2jUnqy~|J?eZ zBG4FVsz_A+ibdwv>mLp>P!(t}E>$JGaK$R~;fb{O3($y1ssQQo|5M;^JqC?7qe|hg zu0ZOqeFcp?qVn&Qu7FQJ4hcFi&|nR!*j)MF#b}QO^lN%5)4p*D^H+B){n8%VPUzi! zDihoGcP71a6!ab`l^hK&*dYrVYzJ0)#}xVrp!e;lI!+x+bfCN0KXwUAPU9@#l7@0& QuEJmfE|#`Dqx|px0L@K;Y5)KL diff --git a/SquidSquad/DungeonDemo/gradle/wrapper/gradle-wrapper.properties b/SquidSquad/DungeonDemo/gradle/wrapper/gradle-wrapper.properties index 17655d0e..a80b22ce 100644 --- a/SquidSquad/DungeonDemo/gradle/wrapper/gradle-wrapper.properties +++ b/SquidSquad/DungeonDemo/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/SquidSquad/DungeonDemo/gradlew b/SquidSquad/DungeonDemo/gradlew index 1b6c7873..1aa94a42 100644 --- a/SquidSquad/DungeonDemo/gradlew +++ b/SquidSquad/DungeonDemo/gradlew @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -80,13 +80,11 @@ do esac done -APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit - -APP_NAME="Gradle" +# This is normally unused +# shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' +# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) +APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum @@ -133,22 +131,29 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then case $MAX_FD in #( max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 MAX_FD=$( ulimit -H -n ) || warn "Could not query maximum file descriptor limit" esac case $MAX_FD in #( '' | soft) :;; #( *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 ulimit -n "$MAX_FD" || warn "Could not set maximum file descriptor limit to $MAX_FD" esac @@ -193,11 +198,15 @@ if "$cygwin" || "$msys" ; then done fi -# Collect all arguments for the java command; -# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of -# shell script including quotes and variable substitutions, so put them in -# double quotes to make sure that they get re-expanded; and -# * put everything else in single quotes, so that it's not re-expanded. + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command: +# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# and any embedded shellness will be escaped. +# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be +# treated as '${Hostname}' itself on the command line. set -- \ "-Dorg.gradle.appname=$APP_BASE_NAME" \ @@ -205,6 +214,12 @@ set -- \ org.gradle.wrapper.GradleWrapperMain \ "$@" +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + # Use "xargs" to parse quoted args. # # With -n1 it outputs one arg per line, with the quotes and backslashes removed. diff --git a/SquidSquad/DungeonDemo/gradlew.bat b/SquidSquad/DungeonDemo/gradlew.bat index 107acd32..25da30db 100644 --- a/SquidSquad/DungeonDemo/gradlew.bat +++ b/SquidSquad/DungeonDemo/gradlew.bat @@ -14,7 +14,7 @@ @rem limitations under the License. @rem -@if "%DEBUG%" == "" @echo off +@if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @@ -25,7 +25,8 @@ if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 -if "%DIRNAME%" == "" set DIRNAME=. +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @@ -40,13 +41,13 @@ if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto execute +if %ERRORLEVEL% equ 0 goto execute -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -56,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -75,13 +76,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar :end @rem End local scope for the variables with windows NT shell -if "%ERRORLEVEL%"=="0" goto mainEnd +if %ERRORLEVEL% equ 0 goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! -if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 -exit /b 1 +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% :mainEnd if "%OS%"=="Windows_NT" endlocal diff --git a/docs/squidsquad/daybreak/html/AF570BD58A6A83994E451A221F406E9E.cache.js b/docs/squidsquad/daybreak/html/AF570BD58A6A83994E451A221F406E9E.cache.js new file mode 100644 index 00000000..b59c066e --- /dev/null +++ b/docs/squidsquad/daybreak/html/AF570BD58A6A83994E451A221F406E9E.cache.js @@ -0,0 +1,145255 @@ +var $wnd = $wnd || window.parent; +var __gwtModuleFunction = $wnd.html; +var $sendStats = __gwtModuleFunction.__sendStats; +$sendStats('moduleStartup', 'moduleEvalStart'); +var $gwt_version = "2.11.0"; +var $strongName = 'AF570BD58A6A83994E451A221F406E9E'; +var $gwt = {}; +var $doc = $wnd.document; +var $moduleName, $moduleBase; +function __gwtStartLoadingFragment(frag) { +var fragFile = 'deferredjs/' + $strongName + '/' + frag + '.cache.js'; +return __gwtModuleFunction.__startLoadingFragment(fragFile); +} +function __gwtInstallCode(code) {return __gwtModuleFunction.__installRunAsyncCode(code);} +function __gwt_isKnownPropertyValue(propName, propValue) { +return __gwtModuleFunction.__gwt_isKnownPropertyValue(propName, propValue); +} +function __gwt_getMetaProperty(name) { +return __gwtModuleFunction.__gwt_getMetaProperty(name); +} +var $stats = $wnd.__gwtStatsEvent ? function(a) { +return $wnd.__gwtStatsEvent && $wnd.__gwtStatsEvent(a); +} : null; +var $sessionId = $wnd.__gwtStatsSessionId ? $wnd.__gwtStatsSessionId : null; +var $intern_0 = 'object', $intern_1 = 'boolean', $intern_2 = 'number', $intern_3 = 'function', $intern_4 = 65535, $intern_5 = 2147483647, $intern_6 = '[]', $intern_7 = 'interface ', $intern_8 = 'java.lang', $intern_9 = 'com.badlogic.gdx', $intern_10 = 'java.io', $intern_11 = {3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_12 = {466:1, 783:1}, $intern_13 = 'com.badlogic.gdx.utils', $intern_14 = {785:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_15 = ', ', $intern_16 = 'com.badlogic.gdx.assets', $intern_17 = 'com.badlogic.gdx.assets.loaders', $intern_18 = 'com.badlogic.gdx.backends.gwt', $intern_19 = 'accelerometer', $intern_20 = {193:1, 3:1, 4:1}, $intern_21 = {25:1, 3:1, 4:1}, $intern_22 = 'mousedown', $intern_23 = 'mouseup', $intern_24 = 'mousemove', $intern_25 = 'keydown', $intern_26 = 'keyup', $intern_27 = 'keypress', $intern_28 = 'touchstart', $intern_29 = 'touchmove', $intern_30 = 'touchcancel', $intern_31 = 'touchend', $intern_32 = 'DOMMouseScroll', $intern_33 = 'mousewheel', $intern_34 = 1000000, $intern_35 = 'com.google.gwt.core.client', $intern_36 = 'hidden', $intern_37 = 'width', $intern_38 = ': ', $intern_39 = '\n', $intern_40 = 'safari', $intern_41 = 'px', $intern_42 = 'height', $intern_43 = 'exception: ', $intern_44 = 1024, $intern_45 = 'Unknown Source', $intern_46 = 'clipboard', $intern_47 = 'Stub', $intern_48 = 'Cannot write to files in GWT backend', $intern_49 = "FileType '", $intern_50 = 'Can only cope with FloatBuffer and ShortBuffer at the moment', $intern_51 = 3553, $intern_52 = 6408, $intern_53 = 5121, $intern_54 = 1000, $intern_55 = 7936, $intern_56 = 'Not implemented', $intern_57 = 'POST', $intern_58 = 'HEAD', $intern_59 = 'GET', $intern_60 = 'DELETE', $intern_61 = 'anonymous', $intern_62 = 'crossOrigin', $intern_63 = 'Content-Type', $intern_64 = 'text/plain; charset=utf-8', $intern_65 = 'load', $intern_66 = 'error', $intern_67 = 'com.badlogic.gdx.backends.gwt.preloader', $intern_68 = 'Image', $intern_69 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/', $intern_70 = {205:1, 561:1, 204:1}, $intern_71 = {90:1, 3:1, 4:1}, $intern_72 = 'com.badlogic.gdx.backends.gwt.webaudio', $intern_73 = 'object cannot be null.', $intern_74 = {132:1}, $intern_75 = 'contextmenu', $intern_76 = 'Audiocontext unlocked', $intern_77 = 'com.badlogic.gdx.graphics', $intern_78 = 16711935, $intern_79 = -16776961, $intern_80 = -16777217, $intern_81 = -16777216, $intern_82 = 16711680, $intern_83 = 65280, $intern_84 = -2147483648, $intern_85 = 'Color', $intern_86 = 'LIGHT_GRAY', $intern_87 = 'CHARTREUSE', $intern_88 = 'GOLD', $intern_89 = 0.10000000149011612, $intern_90 = 'VertexArray', $intern_91 = 'VertexBufferObject', $intern_92 = 'VertexBufferObjectSubData', $intern_93 = 'VertexBufferObjectWithVAO', $intern_94 = 'rgba(255,255,255,1.0)', $intern_95 = 'destination-out', $intern_96 = 'Pixmap', $intern_97 = 'unknown format: ', $intern_98 = 'New data must have the same managed status as the old data', $intern_99 = {238:1, 93:1, 49:1}, $intern_100 = 'Texture', $intern_101 = 'MipMapNearestNearest', $intern_102 = 'MipMapLinearNearest', $intern_103 = 'MipMapNearestLinear', $intern_104 = 'MipMapLinearLinear', $intern_105 = {786:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_106 = 'MirroredRepeat', $intern_107 = 'ClampToEdge', $intern_108 = {787:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_109 = 'Tried to reload an unmanaged TextureArray', $intern_110 = 'Managed TextureArrays/app: { ', $intern_111 = 'Texture3D', $intern_112 = 'TextureArray', $intern_113 = {789:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_114 = 'VertexAttribute', $intern_115 = {460:1, 3:1, 4:1, 5:1}, $intern_116 = 'VertexAttributes', $intern_117 = {29:1}, $intern_118 = 'java.util', $intern_119 = {29:1, 57:1}, $intern_120 = '#iterator() cannot be used nested.', $intern_121 = 'Remove not allowed.', $intern_122 = 'com.badlogic.gdx.graphics.g2d', $intern_123 = 'Animation', $intern_124 = 'com/badlogic/gdx/utils/lsans-15.fnt', $intern_125 = 'com/badlogic/gdx/utils/lsans-15.png', $intern_126 = {150:1, 3:1, 4:1, 5:1}, $intern_127 = 'BitmapFont', $intern_128 = {36:1, 3:1, 4:1}, $intern_129 = {3:1, 15:1, 22:1, 4:1, 17:1, 5:1, 23:1}, $intern_130 = '\\\\', $intern_131 = {1080:1, 3:1, 4:1, 5:1}, $intern_132 = {529:1, 3:1, 15:1, 4:1, 5:1}, $intern_133 = {33:1, 3:1, 4:1}, $intern_134 = {160:1, 3:1, 15:1, 4:1, 5:1}, $intern_135 = {1142:1, 3:1, 4:1, 5:1}, $intern_136 = 16777215, $intern_137 = 'BitmapFontCache', $intern_138 = 9.999999747378752E-5, $intern_139 = 'GlyphLayout', $intern_140 = 45.511112213134766, $intern_141 = 16383, $intern_142 = 'NinePatch', $intern_143 = 'ParticleEffect', $intern_144 = {3:1, 4:1, 5:1}, $intern_145 = 'name', $intern_146 = 'minParticleCount', $intern_147 = 'maxParticleCount', $intern_148 = 'true', $intern_149 = 'continuous', $intern_150 = 'ParticleEmitter', $intern_151 = 'active', $intern_152 = 'colors', $intern_153 = 'timelineCount', $intern_154 = 'timeline', $intern_155 = 'lowMin', $intern_156 = 'lowMax', $intern_157 = {385:1, 257:1}, $intern_158 = 'highMin', $intern_159 = 'highMax', $intern_160 = 'relative', $intern_161 = 'scaling', $intern_162 = 'The loaded particle effect descriptor file uses an old invalid format. Please download the latest version of the Particle Editor tool and recreate the file by loading and saving it again.', $intern_163 = 0.25, $intern_164 = {1081:1, 3:1, 15:1, 4:1, 5:1, 35:1}, $intern_165 = 'texture cannot be null.', $intern_166 = 'TextureRegion', $intern_167 = 'Sprite', $intern_168 = 'top', $intern_169 = 'bottom', $intern_170 = 'point', $intern_171 = 'line', $intern_172 = 'ellipse', $intern_173 = 'edges', $intern_174 = 'side', $intern_175 = 'random', $intern_176 = 'SpriteBatch.begin must be called before draw.', $intern_177 = 'u_texture', $intern_178 = 8191, $intern_179 = "Can't have more than 8191 sprites per batch: ", $intern_180 = 'a_position', $intern_181 = 'a_color', $intern_182 = 'a_texCoord0', $intern_183 = {3:1, 4:1, 159:1}, $intern_184 = 'Error compiling shader: ', $intern_185 = 'SpriteBatch', $intern_186 = 'end must be called before beginCache', $intern_187 = 'endCache must be called before begin.', $intern_188 = 'u_projTrans', $intern_189 = 'SpriteCache.begin must be called before draw.', $intern_190 = 'begin must be called before end.', $intern_191 = ' (', $intern_192 = {1127:1, 3:1, 4:1, 5:1}, $intern_193 = "Can't set the matrix within begin/end.", $intern_194 = 'SpriteCache', $intern_195 = 0.9900000095367432, $intern_196 = 'size', $intern_197 = 'filter', $intern_198 = 'bounds', $intern_199 = 'offset', $intern_200 = 'rotate', $intern_201 = 'index', $intern_202 = {194:1}, $intern_203 = 'false', $intern_204 = {317:1}, $intern_205 = 'com.badlogic.gdx.graphics.g3d', $intern_206 = 'com.badlogic.gdx.graphics.g3d.model', $intern_207 = 'MeshPart', $intern_208 = 'NodeAnimation', $intern_209 = 'NodeKeyframe', $intern_210 = {1083:1, 3:1, 15:1, 4:1, 5:1}, $intern_211 = 'NodePart', $intern_212 = 'com.badlogic.gdx.graphics.g3d.model.data', $intern_213 = 'ModelAnimation', $intern_214 = 'ModelMaterial', $intern_215 = {790:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_216 = 'ModelMeshPart', $intern_217 = 'ModelNodeAnimation', $intern_218 = 'ModelNodeKeyframe', $intern_219 = 'ModelNodePart', $intern_220 = 'ModelTexture', $intern_221 = 'com.badlogic.gdx.graphics.g3d.particles', $intern_222 = 'ParallelArray', $intern_223 = {684:1}, $intern_224 = {56:1, 3:1, 4:1, 5:1}, $intern_225 = 0.01666666753590107, $intern_226 = 'emitter', $intern_227 = 'influencers', $intern_228 = 'renderer', $intern_229 = 'ParticleController', $intern_230 = 'ParticleEffectLoader', $intern_231 = 'data', $intern_232 = 'assets', $intern_233 = 'resource', $intern_234 = 'ResourceData', $intern_235 = 'filename', $intern_236 = 'type', $intern_237 = 'Class not found: ', $intern_238 = 'indices', $intern_239 = 'com.badlogic.gdx.graphics.g3d.particles.emitters', $intern_240 = 'emission', $intern_241 = 'delay', $intern_242 = 'duration', $intern_243 = 'lifeOffset', $intern_244 = 'RegularEmitter', $intern_245 = 'EnabledUntilCycleEnd', $intern_246 = {791:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_247 = 'com.badlogic.gdx.graphics.g3d.particles.influencers', $intern_248 = 'alpha', $intern_249 = 'color', $intern_250 = 'velocities', $intern_251 = 'DynamicsInfluencer', $intern_252 = 'isGlobal', $intern_253 = 'strengthValue', $intern_254 = 'thetaValue', $intern_255 = 'phiValue', $intern_256 = 0.01745329238474369, $intern_257 = 'ParticleController channel not found, specify an influencer which will allocate it please.', $intern_258 = 'ParticleControllerFinalizerInfluencer', $intern_259 = 'atlasAssetData', $intern_260 = 'regions', $intern_261 = 'value', $intern_262 = 'ScaleInfluencer', $intern_263 = 'spawnShape', $intern_264 = 'SpawnInfluencer', $intern_265 = 'com.badlogic.gdx.graphics.g3d.particles.renderers', $intern_266 = 'BillboardControllerRenderData', $intern_267 = 'BillboardRenderer', $intern_268 = 'ModelInstanceControllerRenderData', $intern_269 = 'ModelInstanceRenderer', $intern_270 = 'ParticleControllerControllerRenderer', $intern_271 = 'PointSpriteControllerRenderData', $intern_272 = 'PointSpriteRenderer', $intern_273 = 'com.badlogic.gdx.graphics.g3d.particles.values', $intern_274 = 'ParticleValue', $intern_275 = 'xOffsetValue', $intern_276 = 'yOffsetValue', $intern_277 = 'zOffsetValue', $intern_278 = 'spawnWidthValue', $intern_279 = 'spawnHeightValue', $intern_280 = 'spawnDepthValue', $intern_281 = 'CylinderSpawnShapeValue', $intern_282 = 6.2831854820251465, $intern_283 = 3.1415927410125732, $intern_284 = 2607.594482421875, $intern_285 = 1.5707963705062866, $intern_286 = 'EllipseSpawnShapeValue', $intern_287 = 'GradientColorValue', $intern_288 = 'LineSpawnShapeValue', $intern_289 = 'NumericValue', $intern_290 = 'PointSpawnShapeValue', $intern_291 = {792:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_292 = 'RangedNumericValue', $intern_293 = 'RectangleSpawnShapeValue', $intern_294 = 'ScaledNumericValue', $intern_295 = 'UnweightedMeshSpawnShapeValue', $intern_296 = 'WeightMeshSpawnShapeValue', $intern_297 = 'com.badlogic.gdx.graphics.glutils', $intern_298 = 'This TextureData implementation does not upload data itself', $intern_299 = 'a_texCoord', $intern_300 = 'varying vec2 v_tex', $intern_301 = ' texture2D(u_sampler', $intern_302 = {49:1}, $intern_303 = 34963, $intern_304 = 'begin must be called first.', $intern_305 = 'Must call begin(ShapeType.', $intern_306 = 34962, $intern_307 = 1052, $intern_308 = 1000000000, $intern_309 = 'com.badlogic.gdx.input', $intern_310 = {146:1, 227:1}, $intern_311 = 1014, $intern_312 = {3:1, 4:1, 11:1}, $intern_313 = 1013, $intern_314 = 'com.badlogic.gdx.maps', $intern_315 = 'MapGroupLayer', $intern_316 = 'MapObjects', $intern_317 = 'MapProperties', $intern_318 = 'com.badlogic.gdx.maps.objects', $intern_319 = 'CircleMapObject', $intern_320 = 'EllipseMapObject', $intern_321 = 'PolygonMapObject', $intern_322 = 'PolylineMapObject', $intern_323 = 'RectangleMapObject', $intern_324 = 'TextureMapObject', $intern_325 = 'com.badlogic.gdx.maps.tiled', $intern_326 = 'TiledMapImageLayer', $intern_327 = 'ALPHA', $intern_328 = {793:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_329 = {1082:1, 3:1, 4:1, 5:1}, $intern_330 = 'TiledMapTileLayer', $intern_331 = 'TiledMapTileSet', $intern_332 = 'TiledMapTileSets', $intern_333 = 'TiledMapTileMapObject', $intern_334 = 'com.badlogic.gdx.math', $intern_335 = 'Affine2', $intern_336 = 0.1666666716337204, $intern_337 = 'BSpline', $intern_338 = 'Only first, second and third degree Bezier curves are supported.', $intern_339 = 'Bezier', $intern_340 = 'Bresenham2', $intern_341 = 'CatmullRomSpline', $intern_342 = 'Circle', $intern_343 = 32767, $intern_344 = 'count must be <= 32767', $intern_345 = 'ConvexHull', $intern_346 = 'CumulativeDistribution', $intern_347 = 9.999999974752427E-7, $intern_348 = 1.7999999523162842, $intern_349 = 'DelaunayTriangulator', $intern_350 = 'EarClippingTriangulator', $intern_351 = 'Ellipse', $intern_352 = 3.4028234663852886E38, $intern_353 = -3.4028234663852886E38, $intern_354 = 'FloatCounter', $intern_355 = {314:1, 166:1, 3:1, 15:1, 4:1, 5:1}, $intern_356 = {1084:1, 3:1, 15:1, 4:1, 5:1}, $intern_357 = 'GridPoint2', $intern_358 = 'GridPoint3', $intern_359 = {85:1}, $intern_360 = 0.3333333333333333, $intern_361 = 0.4000000059604645, $intern_362 = 0.33000001311302185, $intern_363 = 0.20000000298023224, $intern_364 = 0.3400000035762787, $intern_365 = 0.15000000596046448, $intern_366 = 0.30000001192092896, $intern_367 = Infinity, $intern_368 = 'triangle list size is not a multiple of 3', $intern_369 = 1.5707287788391113, $intern_370 = 0.2121143937110901, $intern_371 = 0.07426100224256516, $intern_372 = 0.018729299306869507, $intern_373 = 89.99613189697266, $intern_374 = 12.15325927734375, $intern_375 = 4.2548418045043945, $intern_376 = 1.073109745979309, $intern_377 = 12.153260231018066, $intern_378 = 1.0731098651885986, $intern_379 = 0.7853981633974483, $intern_380 = 57.2944766070562, $intern_381 = 19.05792099799635, $intern_382 = 11.089223410359068, $intern_383 = 6.6711120475953765, $intern_384 = 3.016813013351768, $intern_385 = 0.6715752908287405, $intern_386 = 0.0010582010727375746, $intern_387 = 0.1111111119389534, $intern_388 = 0.01587301678955555, $intern_389 = 0.4444444477558136, $intern_390 = 16384, $intern_391 = 4096, $intern_392 = 8192, $intern_393 = 12288, $intern_394 = 57.2957763671875, $intern_395 = ']\n', $intern_396 = 'Matrix3', $intern_397 = 'Matrix4', $intern_398 = 'Plane', $intern_399 = {795:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_400 = 'polygons must contain at least 3 points.', $intern_401 = 'the vertex ', $intern_402 = " doesn't exist", $intern_403 = 'Polygon', $intern_404 = 'polylines must contain at least 2 points.', $intern_405 = 'Polyline', $intern_406 = 0.49900001287460327, $intern_407 = -0.49900001287460327, $intern_408 = 'Quaternion', $intern_409 = {60:1, 3:1, 4:1}, $intern_410 = 1.52587890625E-5, $intern_411 = 15525485, $intern_412 = 5.9604644775390625E-8, $intern_413 = 16777216, $intern_414 = 'Random', $intern_415 = {l:0, m:0, h:524288}, $intern_416 = 1.1102230246251565E-16, $intern_417 = 'RandomXS128', $intern_418 = 'Rectangle', $intern_419 = 9.999999717180685E-10, $intern_420 = 'Vector2', $intern_421 = 'Vector3', $intern_422 = 'Vector4', $intern_423 = 'WindowedMean', $intern_424 = -Infinity, $intern_425 = 'com.badlogic.gdx.math.collision', $intern_426 = 'BoundingBox', $intern_427 = 'OrientedBoundingBox', $intern_428 = 'Segment', $intern_429 = 4.188790321350098, $intern_430 = 'com.badlogic.gdx.net', $intern_431 = 'Action', $intern_432 = 'com.badlogic.gdx.scenes.scene2d', $intern_433 = 'listener cannot be null.', $intern_434 = 'actor cannot be null.', $intern_435 = 'com.badlogic.gdx.scenes.scene2d.utils', $intern_436 = 'InputEvent', $intern_437 = 'touchDown', $intern_438 = 'touchUp', $intern_439 = 'touchDragged', $intern_440 = 'mouseMoved', $intern_441 = 'enter', $intern_442 = 'exit', $intern_443 = 'scrolled', $intern_444 = 'keyDown', $intern_445 = 'keyUp', $intern_446 = 'keyTyped', $intern_447 = {796:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_448 = {82:1, 91:1}, $intern_449 = 'InputListener', $intern_450 = {54:1, 3:1, 4:1, 5:1}, $intern_451 = 'Stage', $intern_452 = 'enabled', $intern_453 = 'disabled', $intern_454 = 'childrenOnly', $intern_455 = {797:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_456 = 'com.badlogic.gdx.scenes.scene2d.actions', $intern_457 = 'AddListenerAction', $intern_458 = 'AfterAction', $intern_459 = 'AlphaAction', $intern_460 = 'ColorAction', $intern_461 = 'CountdownEventAction', $intern_462 = 'DelayAction', $intern_463 = 'FloatAction', $intern_464 = 'IntAction', $intern_465 = 'LayoutAction', $intern_466 = 'MoveByAction', $intern_467 = 'MoveToAction', $intern_468 = 'ParallelAction', $intern_469 = 'RemoveAction', $intern_470 = 'RemoveActorAction', $intern_471 = 'RemoveListenerAction', $intern_472 = 'RepeatAction', $intern_473 = 'RotateByAction', $intern_474 = 'RotateToAction', $intern_475 = 'RunnableAction', $intern_476 = 'ScaleByAction', $intern_477 = 'ScaleToAction', $intern_478 = 'SequenceAction', $intern_479 = 'SizeByAction', $intern_480 = 'SizeToAction', $intern_481 = 'TimeScaleAction', $intern_482 = 'TouchableAction', $intern_483 = 'VisibleAction', $intern_484 = 'com.badlogic.gdx.scenes.scene2d.ui', $intern_485 = 'WidgetGroup', $intern_486 = 'pad cannot be null.', $intern_487 = 'Table must have a skin set to use this method.', $intern_488 = {70:1, 79:1, 99:1, 86:1, 102:1, 45:1}, $intern_489 = 'top cannot be null.', $intern_490 = 'left cannot be null.', $intern_491 = 'bottom cannot be null.', $intern_492 = 'right cannot be null.', $intern_493 = 'padBottom cannot be null.', $intern_494 = 'padLeft cannot be null.', $intern_495 = 'padRight cannot be null.', $intern_496 = 'padTop cannot be null.', $intern_497 = 'style cannot be null.', $intern_498 = 'default', $intern_499 = 'Button', $intern_500 = {82:1, 91:1, 144:1}, $intern_501 = 'ClickListener', $intern_502 = 'button cannot be null.', $intern_503 = 'buttons cannot be null.', $intern_504 = 'ButtonGroup', $intern_505 = 'height cannot be null.', $intern_506 = 'size cannot be null.', $intern_507 = 'width cannot be null.', $intern_508 = 'maxHeight cannot be null.', $intern_509 = 'maxWidth cannot be null.', $intern_510 = 'minHeight cannot be null.', $intern_511 = 'minWidth cannot be null.', $intern_512 = 'prefHeight cannot be null.', $intern_513 = 'prefWidth cannot be null.', $intern_514 = 'style cannot be null', $intern_515 = 'TextButton', $intern_516 = 'CheckBox', $intern_517 = {70:1, 79:1, 290:1, 86:1, 102:1, 45:1}, $intern_518 = 'Use Container#setActor.', $intern_519 = 'Container', $intern_520 = 'Window', $intern_521 = 'This method may only be used if the dialog was constructed with a Skin.', $intern_522 = 'Dialog', $intern_523 = 1002, $intern_524 = {82:1, 635:1}, $intern_525 = 1003, $intern_526 = {82:1, 627:1}, $intern_527 = 1004, $intern_528 = 1006, $intern_529 = 'HorizontalGroup', $intern_530 = 'Widget', $intern_531 = 'ImageButton', $intern_532 = 'ImageTextButton', $intern_533 = '...', $intern_534 = 'Label', $intern_535 = 'newItems cannot be null.', $intern_536 = {70:1, 222:1, 112:1, 102:1, 45:1}, $intern_537 = 'List', $intern_538 = 1011, $intern_539 = 'ParticleEffectActor', $intern_540 = 'default-', $intern_541 = 'vertical', $intern_542 = 'horizontal', $intern_543 = ' <= ', $intern_544 = 'ProgressBar', $intern_545 = 0.8999999761581421, $intern_546 = 'Use ScrollPane#setActor.', $intern_547 = 'ScrollPane', $intern_548 = {82:1, 294:1}, $intern_549 = 'ActorGestureListener', $intern_550 = 'SelectBox', $intern_551 = 'item cannot be null.', $intern_552 = {168:1, 252:1, 29:1}, $intern_553 = {369:1, 168:1, 252:1, 29:1}, $intern_554 = 'ArraySelection', $intern_555 = 1019, $intern_556 = 1020, $intern_557 = 1016, $intern_558 = 1017, $intern_559 = 1018, $intern_560 = 'name cannot be null.', $intern_561 = 'type cannot be null.', $intern_562 = ' registered with name: ', $intern_563 = 'split', $intern_564 = 'pad', $intern_565 = 'No NinePatch, TextureRegion, or Texture registered with name: ', $intern_566 = 'Error reading file: ', $intern_567 = 'Unable to copy, unknown drawable type: ', $intern_568 = 'getStyle', $intern_569 = 'setStyle', $intern_570 = 'Skin', $intern_571 = 'null', $intern_572 = 'Error accessing field: ', $intern_573 = 'Class cannot be created (missing no-arg constructor): ', $intern_574 = 'Field not found: ', $intern_575 = 'items', $intern_576 = 'values', $intern_577 = 'Unable to convert value to required type: ', $intern_578 = '\nActual type: ', $intern_579 = 1021, $intern_580 = 'parent', $intern_581 = {375:1, 532:1}, $intern_582 = 1022, $intern_583 = 'file', $intern_584 = 'flip', $intern_585 = 'markupEnabled', $intern_586 = 1023, $intern_587 = 1025, $intern_588 = 'Slider', $intern_589 = 1026, $intern_590 = 'Use SplitPane#setWidget.', $intern_591 = 'SplitPane', $intern_592 = {129:1}, $intern_593 = 'table', $intern_594 = 'cell', $intern_595 = 'actor', $intern_596 = {798:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_597 = '[A-Z\\d]', $intern_598 = 0.699999988079071, $intern_599 = 'TextField', $intern_600 = 'TextArea', $intern_601 = 1028, $intern_602 = 'Tooltip', $intern_603 = 'TextTooltip', $intern_604 = 1029, $intern_605 = 0.05000000074505806, $intern_606 = 'TooltipManager', $intern_607 = 1030, $intern_608 = 1031, $intern_609 = 'deadzoneRadius must be > 0', $intern_610 = 'Touchpad', $intern_611 = 1032, $intern_612 = 'Tree', $intern_613 = 1001, $intern_614 = {1085:1, 799:1, 3:1, 4:1, 5:1}, $intern_615 = 'VerticalGroup', $intern_616 = 1007, $intern_617 = 1008, $intern_618 = 1009, $intern_619 = 1012, $intern_620 = 'BaseDrawable', $intern_621 = 'DragAndDrop', $intern_622 = {82:1, 91:1, 302:1}, $intern_623 = 'DragListener', $intern_624 = 1034, $intern_625 = 'DragScrollListener', $intern_626 = 1035, $intern_627 = 1036, $intern_628 = 'keyboard', $intern_629 = 'scroll', $intern_630 = {800:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_631 = 'NinePatchDrawable', $intern_632 = 'ScissorStack', $intern_633 = 'SpriteDrawable', $intern_634 = 'TextureRegionDrawable', $intern_635 = 'TiledDrawable', $intern_636 = 1.75, $intern_637 = 'additionalCapacity must be >= 0: ', $intern_638 = 'Array is empty.', $intern_639 = "index can't be >= size: ", $intern_640 = ' >= ', $intern_641 = "index can't be > size: ", $intern_642 = "end can't be >= size: ", $intern_643 = "start can't be > end: ", $intern_644 = {27:1, 29:1}, $intern_645 = 'nth_lowest must be greater than 0, 1 = first, 2 = second...', $intern_646 = 'Array', $intern_647 = 'offset + length must be <= size: ', $intern_648 = 'Map is empty.', $intern_649 = '{}', $intern_650 = 'ArrayMap', $intern_651 = 'Comparison method violates its general contract!', $intern_652 = 'fromIndex(', $intern_653 = ') > toIndex(', $intern_654 = 'Invalid between begin/end.', $intern_655 = {3:1, 15:1, 4:1, 5:1}, $intern_656 = '__noinit__', $intern_657 = 'stack', $intern_658 = {3:1, 52:1}, $intern_659 = {3:1, 51:1, 52:1}, $intern_660 = {3:1, 51:1, 31:1, 52:1}, $intern_661 = {l:687125, m:2549245, h:648055}, $intern_662 = 0.800000011920929, $intern_663 = 'next must be called before remove.', $intern_664 = 'JsonReader', $intern_665 = 'Value cannot be converted to boolean: ', $intern_666 = 'Value cannot be converted to byte: ', $intern_667 = 'Value cannot be converted to char: ', $intern_668 = 'Value cannot be converted to double: ', $intern_669 = 'Value cannot be converted to float: ', $intern_670 = 'Value cannot be converted to int: ', $intern_671 = 'Value cannot be converted to short: ', $intern_672 = 'Value cannot be converted to string: ', $intern_673 = 'Unknown object type: ', $intern_674 = 'Value is not an array: ', $intern_675 = 'Indexed value not found: ', $intern_676 = 'Named value not found: ', $intern_677 = 'JsonValue', $intern_678 = 'array', $intern_679 = 'stringValue', $intern_680 = 'doubleValue', $intern_681 = 'longValue', $intern_682 = 'booleanValue', $intern_683 = {801:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_684 = {205:1, 527:1, 643:1, 459:1, 204:1}, $intern_685 = 'JsonWriter', $intern_686 = 'json', $intern_687 = 'javascript', $intern_688 = {802:1, 3:1, 15:1, 4:1, 17:1, 34:1, 5:1}, $intern_689 = 'key cannot be null.', $intern_690 = 'ObjectIntMap', $intern_691 = 'ObjectIntMap/MapIterator', $intern_692 = 'ObjectIntMap/Entries', $intern_693 = 'ObjectIntMap/Entry', $intern_694 = '(this)', $intern_695 = 'ObjectMap', $intern_696 = {232:1, 195:1, 29:1, 57:1}, $intern_697 = {234:1, 195:1, 29:1, 57:1}, $intern_698 = {195:1, 233:1, 29:1, 57:1}, $intern_699 = 'capacity must be >= 0: ', $intern_700 = 1073741824, $intern_701 = 'The required capacity is too large: ', $intern_702 = 'ObjectSet/ObjectSetIterator', $intern_703 = 'OrderedMap', $intern_704 = {57:1}, $intern_705 = "index can't be < 0: ", $intern_706 = 'Queue is empty.', $intern_707 = 'Queue', $intern_708 = {434:1}, $intern_709 = 10000, $intern_710 = 10000000000, $intern_711 = 100000000, $intern_712 = 10000000, $intern_713 = 100000, $intern_714 = '-9223372036854775808', $intern_715 = {l:2359296, m:1756829, h:56843}, $intern_716 = {l:655360, m:1433974, h:5684}, $intern_717 = {l:65536, m:1821119, h:568}, $intern_718 = {l:425984, m:3537555, h:56}, $intern_719 = {l:3817472, m:2870337, h:5}, $intern_720 = 10000000000000, $intern_721 = 1000000000000, $intern_722 = 100000000000, $intern_723 = 'StringBuilder', $intern_724 = 'com.google.gwt.user.client', $intern_725 = 1015, $intern_726 = 55296, $intern_727 = 'Constructor not found for class: ', $intern_728 = 'com.badlogic.gdx.utils.reflect', $intern_729 = 'Constructor', $intern_730 = 'com.badlogic.gdx.utils.viewport', $intern_731 = 'com.badlogic.gwtref.client', $intern_732 = ', enclosingType=', $intern_733 = ', isFinal=', $intern_734 = ', isStatic=', $intern_735 = ', isDefaultAccess=', $intern_736 = ', isPrivate=', $intern_737 = ', isProtected=', $intern_738 = ', isPublic=', $intern_739 = 'com.badlogic.gdx.scenes.scene2d.InputListener', $intern_740 = 'com.badlogic.gdx.scenes.scene2d.ui.TextArea.TextAreaListener', $intern_741 = 'com.badlogic.gdx.utils.JsonValue.JsonIterator', $intern_742 = 'com.badlogic.gdx.utils.Queue.QueueIterator', $intern_743 = 'com.badlogic.gdx.scenes.scene2d.ui.Table', $intern_744 = 'com.badlogic.gdx.utils.Queue.QueueIterable', $intern_745 = 'com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle', $intern_746 = 'com.badlogic.gdx.scenes.scene2d.ui.SplitPane.SplitPaneStyle', $intern_747 = 'com.badlogic.gdx.scenes.scene2d.Stage.TouchFocus', $intern_748 = 'com.badlogic.gdx.scenes.scene2d.utils.BaseDrawable', $intern_749 = 'java.lang.Integer', $intern_750 = 'java.lang.String[]', $intern_751 = 'com.badlogic.gdx.scenes.scene2d.ui.ImageButton.ImageButtonStyle', $intern_752 = 'java.util.Map', $intern_753 = 'com.badlogic.gdx.scenes.scene2d.ui.VerticalGroup', $intern_754 = 'com.badlogic.gdx.scenes.scene2d.utils.UIUtils', $intern_755 = 'com.badlogic.gdx.scenes.scene2d.actions.TimeScaleAction', $intern_756 = 'com.badlogic.gdx.utils.ArrayMap', $intern_757 = 'com.badlogic.gdx.scenes.scene2d.ui.Image', $intern_758 = 'com.badlogic.gdx.scenes.scene2d.ui.ScrollPane', $intern_759 = 'com.badlogic.gdx.scenes.scene2d.ui.Button', $intern_760 = 'com.badlogic.gdx.scenes.scene2d.ui.Touchpad.TouchpadStyle', $intern_761 = 'java.lang.CharSequence', $intern_762 = 'com.badlogic.gdx.scenes.scene2d.actions.TemporalAction', $intern_763 = 'java.lang.StringIndexOutOfBoundsException', $intern_764 = 'com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldListener', $intern_765 = 'com.badlogic.gdx.utils.Json.ReadOnlySerializer', $intern_766 = 'com.badlogic.gdx.utils.Disposable', $intern_767 = 'com.google.gwt.user.client.rpc.core.java.lang.Character_CustomFieldSerializer', $intern_768 = 'com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle', $intern_769 = 'com.badlogic.gdx.scenes.scene2d.utils.DragAndDrop.Source', $intern_770 = 'java.lang.StringBuilder', $intern_771 = 'com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxScrollPane', $intern_772 = 'com.badlogic.gdx.utils.ObjectMap.Keys', $intern_773 = 'com.badlogic.gdx.scenes.scene2d.actions.IntAction', $intern_774 = 'com.badlogic.gdx.utils.ArrayMap.Values', $intern_775 = 'com.badlogic.gdx.math.collision.OrientedBoundingBox', $intern_776 = 'com.badlogic.gdx.scenes.scene2d.ui.Skin.TintedDrawable', $intern_777 = 'long', $intern_778 = 'com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle', $intern_779 = 'com.badlogic.gdx.scenes.scene2d.ui.CheckBox', $intern_780 = 'com.badlogic.gdx.scenes.scene2d.actions.VisibleAction', $intern_781 = 'java.lang.StringBuffer', $intern_782 = 'com.badlogic.gdx.scenes.scene2d.utils.DragAndDrop', $intern_783 = 'com.badlogic.gdx.scenes.scene2d.ui.Container', $intern_784 = 'com.badlogic.gdx.scenes.scene2d.ui.CheckBox.CheckBoxStyle', $intern_785 = 'com.badlogic.gdx.math.collision.BoundingBox', $intern_786 = 'com.badlogic.gdx.scenes.scene2d.ui.Button[]', $intern_787 = 'com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldFilter', $intern_788 = 'com.badlogic.gdx.math.collision.Sphere', $intern_789 = 'com.badlogic.gdx.scenes.scene2d.utils.FocusListener', $intern_790 = 'com.badlogic.gdx.scenes.scene2d.utils.Layout', $intern_791 = 'com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle', $intern_792 = 'com.google.gwt.user.client.rpc.core.java.util.Map_CustomFieldSerializerBase', $intern_793 = 'com.badlogic.gdx.scenes.scene2d.utils.FocusListener.FocusEvent.Type[]', $intern_794 = 'com.badlogic.gdx.scenes.scene2d.ui.Widget', $intern_795 = 'com.badlogic.gdx.scenes.scene2d.actions.RelativeTemporalAction', $intern_796 = 'com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer', $intern_797 = 'com.badlogic.gdx.math.collision.Segment', $intern_798 = 'java.util.ListIterator', $intern_799 = 'com.badlogic.gdx.scenes.scene2d.ui.Tree.Node', $intern_800 = 'com.badlogic.gdx.scenes.scene2d.ui.Dialog', $intern_801 = 'com.badlogic.gdx.scenes.scene2d.ui.Touchpad', $intern_802 = 'com.badlogic.gdx.scenes.scene2d.utils.FocusListener.FocusEvent', $intern_803 = 'com.badlogic.gdx.utils.Json', $intern_804 = 'com.badlogic.gdx.scenes.scene2d.utils.TransformDrawable', $intern_805 = 'com.badlogic.gdx.scenes.scene2d.ui.TextTooltip.TextTooltipStyle', $intern_806 = 'com.badlogic.gdx.scenes.scene2d.ui.Label', $intern_807 = 'com.badlogic.gdx.scenes.scene2d.actions.ScaleByAction', $intern_808 = 'java.lang.Short', $intern_809 = 'com.badlogic.gdx.scenes.scene2d.actions.Actions', $intern_810 = 'com.badlogic.gdx.scenes.scene2d.Actor[]', $intern_811 = 'com.badlogic.gdx.scenes.scene2d.ui.Tree', $intern_812 = 'com.badlogic.gdx.scenes.scene2d.utils.ClickListener', $intern_813 = 'com.badlogic.gdx.utils.JsonValue', $intern_814 = 'java.util.Collection', $intern_815 = 'com.badlogic.gdx.scenes.scene2d.actions.CountdownEventAction', $intern_816 = 'com.badlogic.gdx.scenes.scene2d.Touchable[]', $intern_817 = 'com.badlogic.gdx.utils.ObjectMap.Entry', $intern_818 = 'com.badlogic.gdx.scenes.scene2d.ui.ProgressBar.ProgressBarStyle', $intern_819 = 'com.badlogic.gdx.utils.JsonValue.ValueType[]', $intern_820 = 'com.google.gwt.user.client.rpc.core.java.lang.String_CustomFieldSerializer', $intern_821 = 'java.lang.Object[]', $intern_822 = 'com.google.gwt.user.client.rpc.core.java.util.Collections.EmptyList_CustomFieldSerializer', $intern_823 = 'com.badlogic.gdx.scenes.scene2d.actions.AlphaAction', $intern_824 = 'com.google.gwt.user.client.rpc.core.java.lang.Integer_CustomFieldSerializer', $intern_825 = 'com.badlogic.gdx.math.collision.Ray', $intern_826 = 'com.badlogic.gdx.scenes.scene2d.Touchable', $intern_827 = 'com.badlogic.gdx.utils.JsonWriter.OutputType[]', $intern_828 = 'com.badlogic.gdx.scenes.scene2d.utils.SpriteDrawable', $intern_829 = 'com.badlogic.gdx.utils.ObjectMap.Values', $intern_830 = 'com.google.gwt.user.client.rpc.core.java.lang.Boolean_CustomFieldSerializer', $intern_831 = 'com.badlogic.gdx.scenes.scene2d.ui.SplitPane', $intern_832 = 'com.badlogic.gdx.scenes.scene2d.utils.ArraySelection', $intern_833 = 'java.lang.Boolean', $intern_834 = 'com.badlogic.gdx.scenes.scene2d.ui.Stack', $intern_835 = 'com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle', $intern_836 = 'com.badlogic.gdx.scenes.scene2d.actions.ScaleToAction', $intern_837 = 'com.badlogic.gdx.scenes.scene2d.ui.Tooltip', $intern_838 = 'com.badlogic.gdx.scenes.scene2d.actions.RunnableAction', $intern_839 = 'com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldFilter.DigitsOnlyFilter', $intern_840 = 'com.badlogic.gdx.scenes.scene2d.actions.SequenceAction', $intern_841 = 'com.badlogic.gdx.utils.Json.Serializable', $intern_842 = 'com.badlogic.gdx.scenes.scene2d.utils.DragListener', $intern_843 = 'short', $intern_844 = 'com.badlogic.gdx.utils.ArrayMap.Keys', $intern_845 = 'java.lang.Object', $intern_846 = 'com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle', $intern_847 = 'com.badlogic.gdx.utils.JsonReader', $intern_848 = 'com.badlogic.gdx.scenes.scene2d.ui.ImageButton', $intern_849 = 'java.lang.Float', $intern_850 = 'com.badlogic.gdx.scenes.scene2d.utils.Drawable', $intern_851 = 'com.badlogic.gdx.scenes.scene2d.Event', $intern_852 = 'com.badlogic.gdx.math.WindowedMean', $intern_853 = 'com.badlogic.gdx.scenes.scene2d.utils.DragScrollListener', $intern_854 = 'java.lang.Character', $intern_855 = 'com.badlogic.gdx.scenes.scene2d.actions.MoveToAction', $intern_856 = 'com.google.gwt.user.client.rpc.core.java.lang.Short_CustomFieldSerializer', $intern_857 = 'com.badlogic.gdx.scenes.scene2d.actions.ColorAction', $intern_858 = 'com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle', $intern_859 = 'com.badlogic.gdx.utils.Queue', $intern_860 = 'com.badlogic.gdx.scenes.scene2d.ui.TextArea', $intern_861 = 'double', $intern_862 = 'com.badlogic.gdx.scenes.scene2d.actions.RotateToAction', $intern_863 = 'com.badlogic.gdx.scenes.scene2d.actions.FloatAction', $intern_864 = 'com.badlogic.gdx.scenes.scene2d.ui.HorizontalGroup', $intern_865 = 'com.badlogic.gdx.scenes.scene2d.actions.EventAction', $intern_866 = 'com.badlogic.gdx.utils.ObjectMap.Entries', $intern_867 = 'com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldClickListener', $intern_868 = 'com.badlogic.gdx.scenes.scene2d.ui.TextField.OnscreenKeyboard', $intern_869 = 'com.badlogic.gdx.scenes.scene2d.actions.AddAction', $intern_870 = 'com.badlogic.gdx.scenes.scene2d.actions.RemoveAction', $intern_871 = 'com.badlogic.gdx.scenes.scene2d.ui.Skin', $intern_872 = 'com.badlogic.gdx.utils.Array', $intern_873 = 'java.lang.Double', $intern_874 = 'com.badlogic.gdx.scenes.scene2d.ui.Tree.TreeStyle', $intern_875 = 'com.google.gwt.user.client.rpc.core.java.lang.Byte_CustomFieldSerializer', $intern_876 = 'com.badlogic.gdx.scenes.scene2d.ui.Slider', $intern_877 = 'java.util.ArrayList', $intern_878 = 'com.badlogic.gdx.scenes.scene2d.utils.ChangeListener', $intern_879 = 'com.badlogic.gdx.utils.ArrayMap.Entries', $intern_880 = 'com.badlogic.gdx.scenes.scene2d.ui.Cell', $intern_881 = 'com.badlogic.gdx.scenes.scene2d.actions.TouchableAction', $intern_882 = 'com.badlogic.gdx.scenes.scene2d.Stage', $intern_883 = 'java.lang.String', $intern_884 = 'com.badlogic.gdx.scenes.scene2d.utils.Cullable', $intern_885 = 'com.badlogic.gdx.scenes.scene2d.actions.RemoveActorAction', $intern_886 = 'com.badlogic.gdx.scenes.scene2d.actions.ParallelAction', $intern_887 = 'com.badlogic.gdx.scenes.scene2d.actions.RemoveListenerAction', $intern_888 = 'com.badlogic.gdx.scenes.scene2d.actions.MoveByAction', $intern_889 = 'com.badlogic.gdx.scenes.scene2d.Group', $intern_890 = 'com.badlogic.gdx.utils.JsonValue.ValueType', $intern_891 = 'com.badlogic.gdx.scenes.scene2d.Actor', $intern_892 = 'com.badlogic.gdx.scenes.scene2d.actions.SizeByAction', $intern_893 = 'java.lang.Enum[]', $intern_894 = 'com.badlogic.gdx.scenes.scene2d.utils.DragAndDrop.Payload', $intern_895 = 'com.google.gwt.user.client.rpc.core.java.util.Collections.EmptySet_CustomFieldSerializer', $intern_896 = 'com.badlogic.gdx.scenes.scene2d.actions.SizeToAction', $intern_897 = 'com.google.gwt.user.client.rpc.core.java.lang.Object_Array_CustomFieldSerializer', $intern_898 = 'com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase', $intern_899 = 'com.badlogic.gdx.scenes.scene2d.utils.ActorGestureListener', $intern_900 = 'com.badlogic.gdx.scenes.scene2d.actions.DelayAction', $intern_901 = 'com.badlogic.gdx.scenes.scene2d.ui.List.ListStyle', $intern_902 = 'com.badlogic.gdx.scenes.scene2d.utils.TextureRegionDrawable', $intern_903 = 'com.badlogic.gdx.scenes.scene2d.ui.Value', $intern_904 = 'com.badlogic.gdx.scenes.scene2d.InputEvent', $intern_905 = 'com.badlogic.gdx.scenes.scene2d.ui.TooltipManager', $intern_906 = 'com.google.gwt.user.client.rpc.core.java.lang.Double_CustomFieldSerializer', $intern_907 = 'com.badlogic.gdx.scenes.scene2d.Action', $intern_908 = 'float', $intern_909 = 'java.lang.Enum', $intern_910 = 'com.badlogic.gdx.utils.OrderedMap', $intern_911 = 'com.badlogic.gdx.utils.Array.ArrayIterator', $intern_912 = 'com.badlogic.gdx.scenes.scene2d.utils.Selection', $intern_913 = 'java.lang.Byte', $intern_914 = 'com.badlogic.gdx.scenes.scene2d.ui.Slider.SliderStyle', $intern_915 = 'com.badlogic.gdx.scenes.scene2d.utils.DragAndDrop.Target', $intern_916 = 'com.badlogic.gdx.utils.Array.ArrayIterable', $intern_917 = 'com.badlogic.gdx.scenes.scene2d.ui.WidgetGroup', $intern_918 = 'com.badlogic.gdx.scenes.scene2d.ui.SelectBox', $intern_919 = 'com.badlogic.gdx.scenes.scene2d.utils.FocusListener.FocusEvent.Type', $intern_920 = 'com.badlogic.gdx.scenes.scene2d.ui.Table.Debug[]', $intern_921 = 'com.badlogic.gdx.scenes.scene2d.actions.RepeatAction', $intern_922 = 'com.badlogic.gdx.scenes.scene2d.ui.List', $intern_923 = 'com.badlogic.gdx.scenes.scene2d.utils.ScissorStack', $intern_924 = 'com.badlogic.gdx.scenes.scene2d.utils.Disableable', $intern_925 = 'com.badlogic.gdx.utils.Json.Serializer', $intern_926 = 'com.badlogic.gdx.utils.JsonValue.PrettyPrintSettings', $intern_927 = 'com.google.gwt.user.client.rpc.core.java.util.Collections', $intern_928 = 'com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle', $intern_929 = 'java.util.List', $intern_930 = 'com.badlogic.gdx.scenes.scene2d.actions.LayoutAction', $intern_931 = 'com.badlogic.gdx.utils.ObjectMap', $intern_932 = 'com.google.gwt.user.client.rpc.core.java.util.HashMap_CustomFieldSerializer', $intern_933 = 'com.badlogic.gdx.scenes.scene2d.ui.ButtonGroup', $intern_934 = 'com.google.gwt.user.client.rpc.core.java.lang.Float_CustomFieldSerializer', $intern_935 = 'java.util.HashMap', $intern_936 = 'com.badlogic.gdx.scenes.scene2d.ui.TextTooltip', $intern_937 = 'com.badlogic.gdx.scenes.scene2d.actions.AfterAction', $intern_938 = 'com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton', $intern_939 = 'com.badlogic.gdx.scenes.scene2d.actions.RotateByAction', $intern_940 = 'com.badlogic.gdx.scenes.scene2d.ui.TextButton', $intern_941 = 'com.badlogic.gdx.scenes.scene2d.ui.Window', $intern_942 = 'com.badlogic.gdx.scenes.scene2d.ui.TextField', $intern_943 = 'com.badlogic.gdx.scenes.scene2d.ui.Value.Fixed[]', $intern_944 = 'com.badlogic.gdx.scenes.scene2d.ui.Table.Debug', $intern_945 = 'com.badlogic.gdx.scenes.scene2d.ui.Value.Fixed', $intern_946 = 'com.google.gwt.user.client.rpc.core.java.util.Collections.EmptyMap_CustomFieldSerializer', $intern_947 = 'com.badlogic.gdx.scenes.scene2d.ui.Table.DebugRect', $intern_948 = 'com.badlogic.gdx.scenes.scene2d.actions.AddListenerAction', $intern_949 = 'com.badlogic.gdx.scenes.scene2d.Action[]', $intern_950 = 'com.badlogic.gdx.scenes.scene2d.ui.ParticleEffectActor', $intern_951 = 'com.badlogic.gdx.scenes.scene2d.InputEvent.Type', $intern_952 = 'com.badlogic.gdx.scenes.scene2d.ui.ProgressBar', $intern_953 = 'com.badlogic.gdx.scenes.scene2d.InputEvent.Type[]', $intern_954 = 'com.badlogic.gdx.scenes.scene2d.utils.ChangeListener.ChangeEvent', $intern_955 = 'com.google.gwt.user.client.rpc.core.java.util.Collections.SingletonList_CustomFieldSerializer', $intern_956 = 'com.badlogic.gdx.utils.JsonWriter', $intern_957 = 'com.badlogic.gdx.scenes.scene2d.ui.TextField.DefaultOnscreenKeyboard', $intern_958 = 'com.badlogic.gdx.scenes.scene2d.utils.NinePatchDrawable', $intern_959 = 'com.badlogic.gdx.scenes.scene2d.actions.DelegateAction', $intern_960 = 'com.badlogic.gdx.scenes.scene2d.utils.TiledDrawable', $intern_961 = 'com.badlogic.gdx.utils.JsonWriter.OutputType', $intern_962 = 'java.lang.CharSequence[]', $intern_963 = 'java.util.Collections', $intern_964 = 'com.badlogic.gdx.scenes.scene2d.EventListener', $intern_965 = 1100, $intern_966 = 1039, $intern_967 = 1040, $intern_968 = 1055, $intern_969 = 1062, $intern_970 = 1935, $intern_971 = 1087, $intern_972 = 2015, $intern_973 = 1090, $intern_974 = 1104, $intern_975 = 1107, $intern_976 = 1111, $intern_977 = 1112, $intern_978 = 2040, $intern_979 = 1116, $intern_980 = 1564, $intern_981 = 1567, $intern_982 = 1536, $intern_983 = 1539, $intern_984 = 1542, $intern_985 = 1543, $intern_986 = 1632, $intern_987 = 1638, $intern_988 = 1651, $intern_989 = 1791, $intern_990 = 1792, $intern_991 = 1799, $intern_992 = 1807, $intern_993 = 1911, $intern_994 = 1920, $intern_995 = 1923, $intern_996 = 1951, $intern_997 = 1984, $intern_998 = 2016, $intern_999 = 2032, $intern_1000 = 2044, $intern_1001 = 2046, $intern_1002 = 2047, $intern_1003 = 'Missing method-stub ', $intern_1004 = ' for method ', $intern_1005 = 'Lcom/badlogic/gdx/math/Vector3;', $intern_1006 = '[Ljava/lang/Object;', $intern_1007 = 'Lcom/badlogic/gdx/math/collision/BoundingBox;', $intern_1008 = 'Lcom/badlogic/gdx/scenes/scene2d/Action;', $intern_1009 = 'action', $intern_1010 = 'actionsRequestRendering', $intern_1011 = 'actions', $intern_1012 = 'Lcom/badlogic/gdx/scenes/scene2d/Actor;', $intern_1013 = 'Lcom/badlogic/gdx/math/Vector2;', $intern_1014 = 'actorHeight', $intern_1015 = 'actorWidth', $intern_1016 = 'Lcom/badlogic/gdx/utils/Array;', $intern_1017 = 'Ljava/lang/Class;', $intern_1018 = 'Ljava/lang/Object;', $intern_1019 = 'align', $intern_1020 = 'alignment', $intern_1021 = 'allowRemove', $intern_1022 = 'amountX', $intern_1023 = 'amountY', $intern_1024 = 'animateInterpolation', $intern_1025 = 'Lcom/badlogic/gdx/math/Interpolation;', $intern_1026 = 'area', $intern_1027 = 'Lcom/badlogic/gdx/math/Rectangle;', $intern_1028 = 'Ljava/lang/String;', $intern_1029 = 'Lcom/badlogic/gdx/utils/ArrayMap;', $intern_1030 = '[F', $intern_1031 = 'Lcom/badlogic/gdx/graphics/g2d/TextureAtlas;', $intern_1032 = 'autoRemove', $intern_1033 = 'Ljava/lang/Boolean;', $intern_1034 = 'Ljava/lang/Byte;', $intern_1035 = 'Ljava/lang/Double;', $intern_1036 = 'Ljava/lang/Float;', $intern_1037 = 'Ljava/lang/Integer;', $intern_1038 = 'Ljava/lang/Short;', $intern_1039 = 'background', $intern_1040 = 'Lcom/badlogic/gdx/scenes/scene2d/utils/Drawable;', $intern_1041 = 'Lcom/badlogic/gdx/math/Matrix4;', $intern_1042 = 'batch', $intern_1043 = 'Lcom/badlogic/gdx/graphics/g2d/Batch;', $intern_1044 = 'Lcom/badlogic/gdx/scenes/scene2d/ui/TextField;', $intern_1045 = 'bottomHeight', $intern_1046 = 'Lcom/badlogic/gdx/scenes/scene2d/ui/Value;', $intern_1047 = 'buffer', $intern_1048 = 'Ljava/io/Writer;', $intern_1049 = 'Ljava/lang/StringBuilder;', $intern_1050 = 'Lcom/badlogic/gdx/scenes/scene2d/ui/TextButton$TextButtonStyle;', $intern_1051 = 'button', $intern_1052 = 'dirty', $intern_1053 = {14:1, 3:1, 4:1, 5:1}, $intern_1054 = 'clear', $intern_1055 = 'serialVersionUID', $intern_1056 = 'min', $intern_1057 = 'max', $intern_1058 = 'getCorner000', $intern_1059 = 'getCorner001', $intern_1060 = 'getCorner010', $intern_1061 = 'getCorner011', $intern_1062 = 'getCorner100', $intern_1063 = 'getCorner101', $intern_1064 = 'getCorner110', $intern_1065 = 'getCorner111', $intern_1066 = 'getWidth', $intern_1067 = 'getHeight', $intern_1068 = 'getDepth', $intern_1069 = 'set', $intern_1070 = 'update', $intern_1071 = 'mul', $intern_1072 = 'contains', $intern_1073 = 'intersects', $intern_1074 = 'toString', $intern_1075 = 'targetActor', $intern_1076 = 'listenerActor', $intern_1077 = 'capture', $intern_1078 = 'cancelled', $intern_1079 = 'handle', $intern_1080 = 'cancel', $intern_1081 = 'reset', $intern_1082 = 'setTarget', $intern_1083 = 'setCapture', $intern_1084 = 'setStage', $intern_1085 = 'acceptChar', $intern_1086 = 'font', $intern_1087 = 'fontColor', $intern_1088 = 'focusedFontColor', $intern_1089 = 'disabledFontColor', $intern_1090 = 'disabledBackground', $intern_1091 = 'cursor', $intern_1092 = 'selection', $intern_1093 = 'TextFieldStyle', $intern_1094 = 'newLabel', $intern_1095 = 'label', $intern_1096 = 'TextTooltipStyle', $intern_1097 = 'tmp', $intern_1098 = 'manager', $intern_1099 = 'instant', $intern_1100 = 'touchIndependent', $intern_1101 = 'setActor', $intern_1102 = 'getActor', $intern_1103 = 'hide', $intern_1104 = 'instance', $intern_1105 = 'animations', $intern_1106 = 'maxWidth', $intern_1107 = 'offsetX', $intern_1108 = 'offsetY', $intern_1109 = 'time', $intern_1110 = 'style', $intern_1111 = 'deadzoneRadius', $intern_1112 = 'calculatePositionAndValue', $intern_1113 = 'hit', $intern_1114 = 'layout', $intern_1115 = 'draw', $intern_1116 = 'getPrefWidth', $intern_1117 = 'getPrefHeight', $intern_1118 = 'TouchpadStyle', $intern_1119 = 'indentSpacing', $intern_1120 = 'prefWidth', $intern_1121 = 'prefHeight', $intern_1122 = 'sizeInvalid', $intern_1123 = 'rangeStart', $intern_1124 = 'clickListener', $intern_1125 = 'initialize', $intern_1126 = 'add', $intern_1127 = 'insert', $intern_1128 = 'remove', $intern_1129 = 'clearChildren', $intern_1130 = 'invalidate', $intern_1131 = 'plusMinusWidth', $intern_1132 = 'computeSize', $intern_1133 = 'drawBackground', $intern_1134 = 'drawSelection', $intern_1135 = 'getSelection', $intern_1136 = 'setPadding', $intern_1137 = 'findExpandedValues', $intern_1138 = 'restoreExpandedValues', $intern_1139 = 'findNode', $intern_1140 = 'collapseAll', $intern_1141 = 'expandAll', $intern_1142 = 'getClickListener', $intern_1143 = 'children', $intern_1144 = 'selectable', $intern_1145 = 'addAll', $intern_1146 = 'getChildren', $intern_1147 = 'hasChildren', $intern_1148 = 'getParent', $intern_1149 = 'getValue', $intern_1150 = 'setValue', $intern_1151 = 'isAscendantOf', $intern_1152 = 'isDescendantOf', $intern_1153 = 'over', $intern_1154 = 'TreeStyle', $intern_1155 = 'minWidth', $intern_1156 = 'minHeight', $intern_1157 = 'maxHeight', $intern_1158 = 'get', $intern_1159 = 'percentWidth', $intern_1160 = 'percentHeight', $intern_1161 = 'valueOf', $intern_1162 = 'equals', $intern_1163 = 'getClass', $intern_1164 = 'hashCode', $intern_1165 = 'finalize', $intern_1166 = 'columnAlign', $intern_1167 = 'reverse', $intern_1168 = 'round', $intern_1169 = 'wrap', $intern_1170 = 'expand', $intern_1171 = 'space', $intern_1172 = 'wrapSpace', $intern_1173 = 'fill', $intern_1174 = 'padTop', $intern_1175 = 'padLeft', $intern_1176 = 'padBottom', $intern_1177 = 'padRight', $intern_1178 = 'layoutWrapped', $intern_1179 = 'getColumns', $intern_1180 = 'setRound', $intern_1181 = 'getReverse', $intern_1182 = 'getWrapSpace', $intern_1183 = 'getPadTop', $intern_1184 = 'getPadLeft', $intern_1185 = 'getPadBottom', $intern_1186 = 'getPadRight', $intern_1187 = 'center', $intern_1188 = 'left', $intern_1189 = 'right', $intern_1190 = 'getAlign', $intern_1191 = 'getWrap', $intern_1192 = 'drawDebugBounds', $intern_1193 = 'needsLayout', $intern_1194 = 'fillParent', $intern_1195 = 'layoutEnabled', $intern_1196 = 'getMinWidth', $intern_1197 = 'getMinHeight', $intern_1198 = 'getMaxWidth', $intern_1199 = 'getMaxHeight', $intern_1200 = 'setLayoutEnabled', $intern_1201 = 'validate', $intern_1202 = 'invalidateHierarchy', $intern_1203 = 'sizeChanged', $intern_1204 = 'setFillParent', $intern_1205 = 'childrenChanged', $intern_1206 = 'isMovable', $intern_1207 = 'isModal', $intern_1208 = 'isResizable', $intern_1209 = 'resizeBorder', $intern_1210 = 'keepWithinStage', $intern_1211 = 'setKeepWithinStage', $intern_1212 = 'isDragging', $intern_1213 = 'transform', $intern_1214 = 'cullingArea', $intern_1215 = 'act', $intern_1216 = 'drawDebug', $intern_1217 = 'applyTransform', $intern_1218 = 'resetTransform', $intern_1219 = 'setCullingArea', $intern_1220 = 'getCullingArea', $intern_1221 = 'addActor', $intern_1222 = 'addActorAt', $intern_1223 = 'addActorBefore', $intern_1224 = 'addActorAfter', $intern_1225 = 'removeActor', $intern_1226 = 'removeActorAt', $intern_1227 = 'getChild', $intern_1228 = 'setTransform', $intern_1229 = 'setDebug', $intern_1230 = 'debugAll', $intern_1231 = 'titleFontColor', $intern_1232 = 'WindowStyle', $intern_1233 = 'tmpCoords', $intern_1234 = 'event', $intern_1235 = 'rangeSelect', $intern_1236 = 'changed', $intern_1237 = 'leftWidth', $intern_1238 = 'rightWidth', $intern_1239 = 'topHeight', $intern_1240 = 'getLeftWidth', $intern_1241 = 'setLeftWidth', $intern_1242 = 'getRightWidth', $intern_1243 = 'setRightWidth', $intern_1244 = 'getTopHeight', $intern_1245 = 'setTopHeight', $intern_1246 = 'getBottomHeight', $intern_1247 = 'setBottomHeight', $intern_1248 = 'setMinWidth', $intern_1249 = 'setMinHeight', $intern_1250 = 'getName', $intern_1251 = 'setName', $intern_1252 = 'tapSquareSize', $intern_1253 = 'touchDownX', $intern_1254 = 'touchDownY', $intern_1255 = 'pressedPointer', $intern_1256 = 'tapCountInterval', $intern_1257 = 'isOver', $intern_1258 = 'inTapSquare', $intern_1259 = 'setTapSquareSize', $intern_1260 = 'getTapSquareSize', $intern_1261 = 'getTouchDownX', $intern_1262 = 'getTouchDownY', $intern_1263 = 'getButton', $intern_1264 = 'setButton', $intern_1265 = 'setDisabled', $intern_1266 = 'isDisabled', $intern_1267 = 'dragActor', $intern_1268 = 'target', $intern_1269 = 'dragActorX', $intern_1270 = 'dragActorY', $intern_1271 = 'touchOffsetX', $intern_1272 = 'touchOffsetY', $intern_1273 = 'cancelTouchFocus', $intern_1274 = 'cancelTouchFocusExcept', $intern_1275 = 'getDragActor', $intern_1276 = 'setCancelTouchFocus', $intern_1277 = 'pointer', $intern_1278 = 'relatedActor', $intern_1279 = 'touchFocus', $intern_1280 = 'getType', $intern_1281 = 'setType', $intern_1282 = 'getRelatedActor', $intern_1283 = 'setRelatedActor', $intern_1284 = 'validDragActor', $intern_1285 = 'invalidDragActor', $intern_1286 = 'drag', $intern_1287 = 'dragStop', $intern_1288 = 'dragStartX', $intern_1289 = 'dragStartY', $intern_1290 = 'interpolation', $intern_1291 = 'focused', $intern_1292 = 'tint', $intern_1293 = 'viewport', $intern_1294 = 'calculateScissors', $intern_1295 = 'getViewport', $intern_1296 = 'toggle', $intern_1297 = 'programmaticChangeEvents', $intern_1298 = 'notEmpty', $intern_1299 = 'isEmpty', $intern_1300 = 'first', $intern_1301 = 'removeAll', $intern_1302 = 'fireChangeEvent', $intern_1303 = 'iterator', $intern_1304 = 'toArray', $intern_1305 = 'setProgrammaticChangeEvents', $intern_1306 = 'sprite', $intern_1307 = 'region', $intern_1308 = 'setRegion', $intern_1309 = 'getRegion', $intern_1310 = 'scale', $intern_1311 = 'getColor', $intern_1312 = 'setScale', $intern_1313 = 'getScale', $intern_1314 = 'middle', $intern_1315 = 'ordered', $intern_1316 = 'iterable', $intern_1317 = 'swap', $intern_1318 = 'containsAll', $intern_1319 = 'indexOf', $intern_1320 = 'lastIndexOf', $intern_1321 = 'removeValue', $intern_1322 = 'removeIndex', $intern_1323 = 'removeRange', $intern_1324 = 'shrink', $intern_1325 = 'ensureCapacity', $intern_1326 = 'setSize', $intern_1327 = 'resize', $intern_1328 = 'sort', $intern_1329 = 'shuffle', $intern_1330 = 'truncate', $intern_1331 = 'equalsIdentity', $intern_1332 = 'ArrayIterable', $intern_1333 = 'valid', $intern_1334 = 'hasNext', $intern_1335 = 'next', $intern_1336 = 'ArrayIterator', $intern_1337 = 'keys', $intern_1338 = 'put', $intern_1339 = 'putAll', $intern_1340 = 'containsKey', $intern_1341 = 'containsValue', $intern_1342 = 'entries', $intern_1343 = 'map', $intern_1344 = 'dispose', $intern_1345 = 'debug', $intern_1346 = 'writer', $intern_1347 = 'usePrototypes', $intern_1348 = 'outputType', $intern_1349 = 'quoteLongValues', $intern_1350 = 'ignoreUnknownFields', $intern_1351 = 'ignoreDeprecated', $intern_1352 = 'readDeprecated', $intern_1353 = 'sortFields', $intern_1354 = 'defaultSerializer', $intern_1355 = 'setOutputType', $intern_1356 = 'setQuoteLongValues', $intern_1357 = 'toJson', $intern_1358 = 'writeField', $intern_1359 = 'writeValue', $intern_1360 = 'writeObjectStart', $intern_1361 = 'writeArrayStart', $intern_1362 = 'fromJson', $intern_1363 = 'readField', $intern_1364 = 'readValue', $intern_1365 = 'convertToString', $intern_1366 = 'prettyPrint', $intern_1367 = 'write', $intern_1368 = 'read', $intern_1369 = 'elements', $intern_1370 = 'root', $intern_1371 = 'current', $intern_1372 = 'parse', $intern_1373 = 'addChild', $intern_1374 = 'child', $intern_1375 = 'getString', $intern_1376 = 'getFloat', $intern_1377 = 'getDouble', $intern_1378 = 'getLong', $intern_1379 = 'getInt', $intern_1380 = 'getBoolean', $intern_1381 = 'getByte', $intern_1382 = 'getShort', $intern_1383 = 'getChar', $intern_1384 = 'indent', $intern_1385 = 'singleLineColumns', $intern_1386 = 'debugInvisible', $intern_1387 = 'debugUnderMouse', $intern_1388 = 'debugParentUnderMouse', $intern_1389 = 'debugTableUnderMouse', $intern_1390 = 'addAction', $intern_1391 = 'addListener', $intern_1392 = 'removeListener', $intern_1393 = 'addCaptureListener', $intern_1394 = 'removeCaptureListener', $intern_1395 = 'setDebugTableUnderMouse', $intern_1396 = 'loadFactor', $intern_1397 = 'threshold', $intern_1398 = 'QueueIterable', $intern_1399 = 'QueueIterator', $intern_1400 = 'deserialize', $intern_1401 = 'instantiate', $intern_1402 = 'serialize', $intern_1403 = 'deserializeInstance', $intern_1404 = 'hasCustomInstantiateInstance', $intern_1405 = 'instantiateInstance', $intern_1406 = 'serializeInstance', $intern_1407 = 'Boolean_CustomFieldSerializer', $intern_1408 = 'listener', $intern_1409 = 'Byte_CustomFieldSerializer', $intern_1410 = 'Character_CustomFieldSerializer', $intern_1411 = 'Double_CustomFieldSerializer', $intern_1412 = 'Float_CustomFieldSerializer', $intern_1413 = 'Integer_CustomFieldSerializer', $intern_1414 = 'Object_Array_CustomFieldSerializer', $intern_1415 = 'Short_CustomFieldSerializer', $intern_1416 = 'String_CustomFieldSerializer', $intern_1417 = 'ArrayList_CustomFieldSerializer', $intern_1418 = 'Collection_CustomFieldSerializerBase', $intern_1419 = 'Collections', $intern_1420 = 'concreteType', $intern_1421 = 'HashMap_CustomFieldSerializer', $intern_1422 = 'Map_CustomFieldSerializerBase', $intern_1423 = 'Ljava/util/Collection;', $intern_1424 = 'tempVertices', $intern_1425 = 'vertices', $intern_1426 = 'init', $intern_1427 = 'getVertices', $intern_1428 = 'setBounds', $intern_1429 = 'getTransform', $intern_1430 = 'TYPE', $intern_1431 = 'compare', $intern_1432 = 'compareTo', $intern_1433 = '$create', $intern_1434 = '$isInstance', $intern_1435 = 'Boolean', $intern_1436 = 'MIN_VALUE', $intern_1437 = 'MAX_VALUE', $intern_1438 = 'SIZE', $intern_1439 = 'BYTES', $intern_1440 = 'decode', $intern_1441 = 'byteValue', $intern_1442 = 'floatValue', $intern_1443 = 'intValue', $intern_1444 = 'shortValue', $intern_1445 = 'length', $intern_1446 = 'subSequence', $intern_1447 = 'codePointAt', $intern_1448 = 'codePointBefore', $intern_1449 = 'codePointCount', $intern_1450 = 'isWhitespace', $intern_1451 = 'offsetByCodePoints', $intern_1452 = 'toLowerCase', $intern_1453 = 'toUpperCase', $intern_1454 = 'removeAction', $intern_1455 = 'moveTo', $intern_1456 = 'moveToAligned', $intern_1457 = 'moveBy', $intern_1458 = 'sizeTo', $intern_1459 = 'sizeBy', $intern_1460 = 'scaleTo', $intern_1461 = 'scaleBy', $intern_1462 = 'rotateTo', $intern_1463 = 'rotateBy', $intern_1464 = 'show', $intern_1465 = 'visible', $intern_1466 = 'touchable', $intern_1467 = 'sequence', $intern_1468 = 'parallel', $intern_1469 = 'MIN_NORMAL', $intern_1470 = 'MAX_EXPONENT', $intern_1471 = 'MIN_EXPONENT', $intern_1472 = 'NEGATIVE_INFINITY', $intern_1473 = 'POSITIVE_INFINITY', $intern_1474 = 'isInfinite', $intern_1475 = 'isNaN', $intern_1476 = 'Double', $intern_1477 = 'Float', $intern_1478 = 'reverseBytes', $intern_1479 = 'Integer', $intern_1480 = 'parseShort', $intern_1481 = 'copyValueOf', $intern_1482 = 'contentEquals', $intern_1483 = 'getBytes', $intern_1484 = 'regionMatches', $intern_1485 = 'replace', $intern_1486 = 'replaceAll', $intern_1487 = 'startsWith', $intern_1488 = 'String', $intern_1489 = 'append', $intern_1490 = 'appendCodePoint', $intern_1491 = 'delete', $intern_1492 = 'deleteCharAt', $intern_1493 = 'StringBuffer', $intern_1494 = 'getAction', $intern_1495 = 'setAction', $intern_1496 = 'restart', $intern_1497 = 'StringIndexOutOfBoundsException', $intern_1498 = 'ArrayList', $intern_1499 = 'binarySearch', $intern_1500 = 'copy', $intern_1501 = 'reverseOrder', $intern_1502 = 'HashMap', $intern_1503 = 'listIterator', $intern_1504 = 'previousIndex', $intern_1505 = 'getListener', $intern_1506 = 'setListener', $intern_1507 = 'getCapture', $intern_1508 = 'delegate', $intern_1509 = 'start', $intern_1510 = 'end', $intern_1511 = 'begin', $intern_1512 = 'setColor', $intern_1513 = 'count', $intern_1514 = 'finish', $intern_1515 = 'getDuration', $intern_1516 = 'setDuration', $intern_1517 = 'direction', $intern_1518 = 'cpy', $intern_1519 = 'eventClass', $intern_1520 = 'result', $intern_1521 = 'setActive', $intern_1522 = 'updateRelative', $intern_1523 = 'setAmount', $intern_1524 = 'getAmountX', $intern_1525 = 'setAmountX', $intern_1526 = 'getAmountY', $intern_1527 = 'setAmountY', $intern_1528 = 'startX', $intern_1529 = 'startY', $intern_1530 = 'endX', $intern_1531 = 'endY', $intern_1532 = 'setPosition', $intern_1533 = 'getX', $intern_1534 = 'setX', $intern_1535 = 'getY', $intern_1536 = 'setY', $intern_1537 = 'getAlignment', $intern_1538 = 'setAlignment', $intern_1539 = 'complete', $intern_1540 = 'getActions', $intern_1541 = 'len', $intern_1542 = 'len2', $intern_1543 = 'getCount', $intern_1544 = 'useShortestDirection', $intern_1545 = 'getRotation', $intern_1546 = 'setRotation', $intern_1547 = 'setWidth', $intern_1548 = 'setHeight', $intern_1549 = 'radius', $intern_1550 = 'overlaps', $intern_1551 = 'isComplete', $intern_1552 = 'getTouchable', $intern_1553 = 'setTouchable', $intern_1554 = 'isVisible', $intern_1555 = 'setVisible', $intern_1556 = 'isChecked', $intern_1557 = 'setChecked', $intern_1558 = 'getBackgroundDrawable', $intern_1559 = 'down', $intern_1560 = 'ButtonStyle', $intern_1561 = 'minCheckCount', $intern_1562 = 'maxCheckCount', $intern_1563 = 'uncheckLast', $intern_1564 = 'defaults', $intern_1565 = 'spaceTop', $intern_1566 = 'spaceLeft', $intern_1567 = 'spaceBottom', $intern_1568 = 'spaceRight', $intern_1569 = 'fillX', $intern_1570 = 'fillY', $intern_1571 = 'colspan', $intern_1572 = 'minSize', $intern_1573 = 'prefSize', $intern_1574 = 'maxSize', $intern_1575 = 'uniform', $intern_1576 = 'getMinHeightValue', $intern_1577 = 'getPrefWidthValue', $intern_1578 = 'getPrefHeightValue', $intern_1579 = 'getMaxWidthValue', $intern_1580 = 'getMaxHeightValue', $intern_1581 = 'getPadTopValue', $intern_1582 = 'getPadLeftValue', $intern_1583 = 'getPadBottomValue', $intern_1584 = 'getPadRightValue', $intern_1585 = 'getPadX', $intern_1586 = 'getPadY', $intern_1587 = 'merge', $intern_1588 = 'newImage', $intern_1589 = 'getImageDrawable', $intern_1590 = 'getImage', $intern_1591 = 'getImageCell', $intern_1592 = 'pool', $intern_1593 = 'checkboxOn', $intern_1594 = 'checkboxOff', $intern_1595 = 'CheckBoxStyle', $intern_1596 = 'clip', $intern_1597 = 'setBackground', $intern_1598 = 'getBackground', $intern_1599 = 'skin', $intern_1600 = 'previousScrollFocus', $intern_1601 = 'text', $intern_1602 = 'lastPrefHeight', $intern_1603 = 'rowAlign', $intern_1604 = 'wrapReverse', $intern_1605 = 'drawable', $intern_1606 = 'setDrawable', $intern_1607 = 'getDrawable', $intern_1608 = 'setScaling', $intern_1609 = 'updateImage', $intern_1610 = 'imageUp', $intern_1611 = 'imageDown', $intern_1612 = 'imageDisabled', $intern_1613 = 'imageChecked', $intern_1614 = 'imageCheckedDown', $intern_1615 = 'imageCheckedOver', $intern_1616 = 'ImageButtonStyle', $intern_1617 = 'getFontColor', $intern_1618 = 'getLabelCell', $intern_1619 = 'setText', $intern_1620 = 'getText', $intern_1621 = 'ImageTextButtonStyle', $intern_1622 = 'labelAlign', $intern_1623 = 'fontScaleX', $intern_1624 = 'fontScaleY', $intern_1625 = 'ellipsis', $intern_1626 = 'setFontScale', $intern_1627 = 'setEllipsis', $intern_1628 = 'LabelStyle', $intern_1629 = 'typeToSelect', $intern_1630 = 'setSelection', $intern_1631 = 'getSelected', $intern_1632 = 'setSelected', $intern_1633 = 'getSelectedIndex', $intern_1634 = 'setSelectedIndex', $intern_1635 = 'setItems', $intern_1636 = 'clearItems', $intern_1637 = 'fontColorSelected', $intern_1638 = 'fontColorUnselected', $intern_1639 = 'ListStyle', $intern_1640 = 'particleEffect', $intern_1641 = 'resetOnStart', $intern_1642 = 'scaleChanged', $intern_1643 = 'position', $intern_1644 = 'getKnobDrawable', $intern_1645 = 'getKnobBeforeDrawable', $intern_1646 = 'getKnobAfterDrawable', $intern_1647 = 'clamp', $intern_1648 = 'isVertical', $intern_1649 = 'ProgressBarStyle', $intern_1650 = 'fadeScrollBars', $intern_1651 = 'smoothScrolling', $intern_1652 = 'scrollBarTouch', $intern_1653 = 'fadeAlphaSeconds', $intern_1654 = 'fadeDelaySeconds', $intern_1655 = 'flickScroll', $intern_1656 = 'overscrollX', $intern_1657 = 'overscrollY', $intern_1658 = 'scrollbarsOnTop', $intern_1659 = 'variableSizeKnobs', $intern_1660 = 'draggingPointer', $intern_1661 = 'setScrollingDisabled', $intern_1662 = 'hScrollKnob', $intern_1663 = 'vScrollKnob', $intern_1664 = 'ScrollPaneStyle', $intern_1665 = 'scrollPane', $intern_1666 = 'selectedPrefWidth', $intern_1667 = 'maxListCount', $intern_1668 = 'originX', $intern_1669 = 'originY', $intern_1670 = 'scaleX', $intern_1671 = 'scaleY', $intern_1672 = 'rotation', $intern_1673 = 'userObject', $intern_1674 = 'getOriginX', $intern_1675 = 'setOriginX', $intern_1676 = 'getOriginY', $intern_1677 = 'setOriginY', $intern_1678 = 'setOrigin', $intern_1679 = 'getScaleX', $intern_1680 = 'getScaleY', $intern_1681 = 'overFontColor', $intern_1682 = 'scrollStyle', $intern_1683 = 'backgroundOver', $intern_1684 = 'SelectBoxStyle', $intern_1685 = 'resources', $intern_1686 = 'getRegions', $intern_1687 = 'newDrawable', $intern_1688 = 'setSnapToValues', $intern_1689 = 'SliderStyle', $intern_1690 = 'firstWidget', $intern_1691 = 'secondWidget', $intern_1692 = 'splitAmount', $intern_1693 = 'SplitPaneStyle', $intern_1694 = 'columnDefaults', $intern_1695 = 'letterUnderCursor', $intern_1696 = 'drawCursor', $intern_1697 = 'calculateOffsets', $intern_1698 = 'createInputListener', $intern_1699 = 'moveCursor', $intern_1700 = 'continueCursor', $intern_1701 = 'setCursorPosition', $intern_1702 = 'checkFocusTraversal', $intern_1703 = 'TextButtonStyle', $intern_1704 = 'tmp1', $intern_1705 = 'tmp2', $intern_1706 = 'tmp3', $intern_1707 = 'selectionStart', $intern_1708 = 'messageText', $intern_1709 = 'focusTraversal', $intern_1710 = 'onlyFontChars', $intern_1711 = 'passwordMode', $intern_1712 = 'passwordCharacter', $intern_1713 = 'wordUnderCursor', $intern_1714 = 'Ljava/lang/Character;', $intern_1715 = 'Ljava/util/Comparator;', $intern_1716 = 'capacity', $intern_1717 = 'ch', $intern_1718 = 'Ljava/lang/CharSequence;', $intern_1719 = 'Lcom/badlogic/gdx/utils/JsonValue;', $intern_1720 = 'Ljava/lang/Iterable;', $intern_1721 = 'Lcom/badlogic/gdx/graphics/Color;', $intern_1722 = 'content', $intern_1723 = 'Lcom/badlogic/gdx/scenes/scene2d/ui/Table$Debug;', $intern_1724 = 'Lcom/badlogic/gdx/utils/Json$Serializer;', $intern_1725 = 'defaultValue', $intern_1726 = 'degrees', $intern_1727 = 'Ljava/util/List;', $intern_1728 = 'distance', $intern_1729 = 'dst', $intern_1730 = 'dz', $intern_1731 = 'Lcom/badlogic/gdx/scenes/scene2d/Event;', $intern_1732 = 'Ljava/lang/Enum;', $intern_1733 = 'Lcom/google/gwt/core/client/JavaScriptObject;', $intern_1734 = 'Lcom/badlogic/gdx/scenes/scene2d/EventListener;', $intern_1735 = 'Lcom/badlogic/gdx/scenes/scene2d/utils/DragAndDrop$Source;', $intern_1736 = 'Lcom/badlogic/gdx/files/FileHandle;', $intern_1737 = 'Lcom/badlogic/gdx/graphics/g2d/BitmapFont;', $intern_1738 = 'from', $intern_1739 = 'ignoreCase', $intern_1740 = 'Ljava/io/InputStream;', $intern_1741 = 'Ljava/util/Map;', $intern_1742 = 'Ljava/util/Set;', $intern_1743 = 'Lcom/badlogic/gdx/utils/Json;', $intern_1744 = 'Lcom/badlogic/gdx/scenes/scene2d/ui/Label$LabelStyle;', $intern_1745 = 'Lcom/badlogic/gdx/graphics/g2d/GlyphLayout;', $intern_1746 = 'limit', $intern_1747 = 'Lcom/badlogic/gdx/scenes/scene2d/ui/List$ListStyle;', $intern_1748 = 'locale', $intern_1749 = 'Ljava/util/SortedMap;', $intern_1750 = 'matrix', $intern_1751 = 'Lcom/badlogic/gdx/scenes/scene2d/ui/Tree$Node;', $intern_1752 = 'nodes', $intern_1753 = 'Lcom/badlogic/gdx/math/collision/OrientedBoundingBox;', $intern_1754 = 'other', $intern_1755 = 'out', $intern_1756 = 'Lcom/badlogic/gdx/utils/JsonWriter$OutputType;', $intern_1757 = 'Lcom/badlogic/gdx/scenes/scene2d/Group;', $intern_1758 = 'Lcom/badlogic/gdx/graphics/g2d/NinePatch;', $intern_1759 = 'percent', $intern_1760 = 'points', $intern_1761 = '[Lcom/badlogic/gdx/math/Vector3;', $intern_1762 = 'Lcom/badlogic/gdx/utils/Pool;', $intern_1763 = 'Lcom/badlogic/gdx/math/collision/Ray;', $intern_1764 = 'Lcom/badlogic/gdx/graphics/g2d/TextureRegion;', $intern_1765 = 'Ljava/util/SortedSet;', $intern_1766 = 'Ljava/lang/StringBuffer;', $intern_1767 = 'Lcom/badlogic/gdx/scenes/scene2d/ui/ScrollPane$ScrollPaneStyle;', $intern_1768 = 'Lcom/badlogic/gdx/graphics/g2d/Sprite;', $intern_1769 = 'startIndex', $intern_1770 = 'str', $intern_1771 = 'Lcom/badlogic/gdx/scenes/scene2d/ui/Window$WindowStyle;', $intern_1772 = 'textureRegion', $intern_1773 = 'texture', $intern_1774 = 'Lcom/badlogic/gdx/graphics/Texture;', $intern_1775 = 'transformMatrix', $intern_1776 = 'Missing getter-stub ', $intern_1777 = ' for field ', $intern_1778 = {50:1, 38:1, 3:1, 4:1, 5:1}, $intern_1779 = {3:1, 15:1, 4:1, 5:1, 35:1}, $intern_1780 = {38:1, 3:1, 4:1, 5:1}, $intern_1781 = {54:1, 80:1, 259:1, 167:1, 87:1, 74:1, 101:1, 59:1, 3:1, 4:1, 5:1}, $intern_1782 = {54:1, 80:1, 87:1, 74:1, 59:1, 3:1, 4:1, 5:1}, $intern_1783 = {54:1, 80:1, 167:1, 87:1, 74:1, 59:1, 3:1, 4:1, 5:1}, $intern_1784 = {54:1, 59:1, 3:1, 4:1, 5:1}, $intern_1785 = {54:1, 101:1, 59:1, 3:1, 4:1, 5:1}, $intern_1786 = {101:1, 3:1, 4:1, 5:1}, $intern_1787 = {138:1, 3:1, 15:1, 4:1, 5:1}, $intern_1788 = {3:1, 15:1, 4:1, 17:1, 5:1}, $intern_1789 = {3:1, 22:1, 4:1, 5:1}, $intern_1790 = "Couldn't create array", $intern_1791 = 'Missing setter-stub ', $intern_1792 = {258:1}, $intern_1793 = 'com.badlogic.gdx.graphics.Texture.TextureWrap', $intern_1794 = 'com.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode', $intern_1795 = 'com.badlogic.gdx.math.Interpolation.PowOut', $intern_1796 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelTexture', $intern_1797 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ParticleControllerInfluencer', $intern_1798 = 'com.badlogic.gdx.graphics.g3d.particles.ParticleEffectLoader.ParticleEffectLoadParameter', $intern_1799 = 'com.badlogic.gdx.graphics.TextureArrayData', $intern_1800 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ParticleControllerInfluencer.Single', $intern_1801 = 'com.badlogic.gdx.maps.tiled.TiledMapTileLayer.Cell', $intern_1802 = 'com.badlogic.gdx.math.RandomXS128', $intern_1803 = 'com.badlogic.gdx.graphics.g2d.TextureRegion', $intern_1804 = 'com.badlogic.gdx.graphics.g2d.BitmapFont', $intern_1805 = 'com.badlogic.gdx.Net.HttpMethods', $intern_1806 = 'com.badlogic.gdx.graphics.g3d.model.NodePart', $intern_1807 = 'com.badlogic.gdx.Net.Protocol[]', $intern_1808 = 'com.badlogic.gdx.maps.MapLayer', $intern_1809 = 'com.badlogic.gdx.graphics.Texture.TextureFilter', $intern_1810 = 'com.badlogic.gdx.graphics.g3d.particles.values.MeshSpawnShapeValue.Triangle', $intern_1811 = 'com.badlogic.gdx.math.Plane.PlaneSide', $intern_1812 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.Rotational3D', $intern_1813 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ColorInfluencer.Random', $intern_1814 = 'com.badlogic.gdx.math.Interpolation.Pow', $intern_1815 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelNodeKeyframe', $intern_1816 = 'com.badlogic.gdx.maps.objects.RectangleMapObject', $intern_1817 = 'com.badlogic.gdx.graphics.g2d.BitmapFontCache', $intern_1818 = 'com.badlogic.gdx.math.FloatCounter', $intern_1819 = 'com.badlogic.gdx.maps.MapGroupLayer', $intern_1820 = 'com.badlogic.gdx.maps.tiled.TiledMapTileLayer', $intern_1821 = 'com.badlogic.gdx.graphics.g3d.particles.renderers.BillboardControllerRenderData', $intern_1822 = 'com.badlogic.gdx.math.Bezier', $intern_1823 = 'com.badlogic.gdx.graphics.g3d.particles.values.MeshSpawnShapeValue', $intern_1824 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.Rotational2D', $intern_1825 = 'com.badlogic.gdx.graphics.g3d.particles.values.ScaledNumericValue', $intern_1826 = 'com.badlogic.gdx.graphics.g3d.particles.emitters.RegularEmitter', $intern_1827 = 'com.badlogic.gdx.graphics.g3d.particles.ParticleControllerComponent', $intern_1828 = 'com.badlogic.gdx.graphics.Colors', $intern_1829 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelData', $intern_1830 = 'com.badlogic.gdx.math.Intersector.MinimumTranslationVector', $intern_1831 = 'com.badlogic.gdx.graphics.g3d.particles.values.PrimitiveSpawnShapeValue', $intern_1832 = 'com.badlogic.gdx.graphics.g3d.particles.ParallelArray.ObjectChannel', $intern_1833 = 'com.badlogic.gdx.graphics.VertexAttributes', $intern_1834 = 'com.badlogic.gdx.math.Affine2', $intern_1835 = 'com.badlogic.gdx.math.Intersector', $intern_1836 = 'com.badlogic.gdx.maps.objects.PolylineMapObject', $intern_1837 = 'com.badlogic.gdx.graphics.g3d.particles.renderers.BillboardRenderer', $intern_1838 = 'com.badlogic.gdx.graphics.g3d.particles.values.ParticleValue', $intern_1839 = 'com.badlogic.gdx.math.GridPoint2', $intern_1840 = 'com.badlogic.gdx.maps.tiled.objects.TiledMapTileMapObject', $intern_1841 = 'com.badlogic.gdx.graphics.g2d.GlyphLayout', $intern_1842 = 'com.badlogic.gdx.math.GridPoint3', $intern_1843 = 'com.badlogic.gdx.graphics.g3d.particles.ParticleEffectLoader.ParticleEffectSaveParameter', $intern_1844 = 'com.badlogic.gdx.graphics.TextureArrayData.Factory', $intern_1845 = 'com.badlogic.gdx.math.Interpolation.SwingOut', $intern_1846 = 'com.badlogic.gdx.graphics.g3d.model.Node', $intern_1847 = 'com.badlogic.gdx.graphics.Texture.TextureWrap[]', $intern_1848 = 'com.badlogic.gdx.math.EarClippingTriangulator', $intern_1849 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.RegionInfluencer.AspectTextureRegion', $intern_1850 = 'com.badlogic.gdx.graphics.Texture3DData', $intern_1851 = 'com.badlogic.gdx.math.Matrix4[]', $intern_1852 = 'com.badlogic.gdx.graphics.g3d.particles.values.RangedNumericValue', $intern_1853 = 'com.badlogic.gdx.graphics.g3d.particles.ParallelArray.FloatChannel', $intern_1854 = 'com.badlogic.gdx.graphics.g3d.particles.values.PrimitiveSpawnShapeValue.SpawnSide[]', $intern_1855 = 'com.badlogic.gdx.graphics.g2d.BitmapFont.Glyph[][]', $intern_1856 = 'com.badlogic.gdx.math.Vector3[]', $intern_1857 = 'com.badlogic.gdx.graphics.g3d.model.Animation', $intern_1858 = 'com.badlogic.gdx.Net', $intern_1859 = 'com.badlogic.gdx.math.Polyline', $intern_1860 = 'com.badlogic.gdx.graphics.g3d.particles.ParallelArray.Channel', $intern_1861 = 'com.badlogic.gdx.math.Interpolation.BounceIn', $intern_1862 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.RegionInfluencer', $intern_1863 = 'com.badlogic.gdx.graphics.g3d.particles.values.PointSpawnShapeValue', $intern_1864 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelNodeAnimation', $intern_1865 = 'com.badlogic.gdx.graphics.g3d.particles.ParticleEffectLoader', $intern_1866 = 'com.badlogic.gdx.graphics.g2d.TextureRegion[]', $intern_1867 = 'com.badlogic.gdx.math.Path', $intern_1868 = 'com.badlogic.gdx.math.Shape2D', $intern_1869 = 'com.badlogic.gdx.graphics.g3d.particles.renderers.PointSpriteRenderer', $intern_1870 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.CentripetalAcceleration', $intern_1871 = 'com.badlogic.gdx.maps.tiled.TiledMapImageLayer', $intern_1872 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ParticleControllerFinalizerInfluencer', $intern_1873 = 'com.badlogic.gdx.math.ConvexHull', $intern_1874 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.Strength', $intern_1875 = 'com.badlogic.gdx.graphics.g3d.particles.renderers.ModelInstanceRenderer', $intern_1876 = 'com.badlogic.gdx.graphics.g3d.particles.values.LineSpawnShapeValue', $intern_1877 = 'com.badlogic.gdx.graphics.g3d.particles.ResourceData', $intern_1878 = 'com.badlogic.gdx.graphics.g3d.particles.values.PrimitiveSpawnShapeValue.SpawnSide', $intern_1879 = 'com.badlogic.gdx.math.Plane', $intern_1880 = 'com.badlogic.gdx.graphics.g2d.GlyphLayout.GlyphRun', $intern_1881 = 'com.badlogic.gdx.math.CatmullRomSpline', $intern_1882 = 'com.badlogic.gdx.math.Circle', $intern_1883 = 'com.badlogic.gdx.maps.objects.EllipseMapObject', $intern_1884 = 'com.badlogic.gdx.math.Interpolation.SwingIn', $intern_1885 = 'com.badlogic.gdx.math.Frustum', $intern_1886 = 'com.badlogic.gdx.graphics.Texture', $intern_1887 = 'com.badlogic.gdx.graphics.TextureData.TextureDataType[]', $intern_1888 = 'com.badlogic.gdx.graphics.g3d.particles.emitters.RegularEmitter.EmissionMode', $intern_1889 = 'com.badlogic.gdx.maps.MapLayers', $intern_1890 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ModelInfluencer.Single', $intern_1891 = 'com.badlogic.gdx.math.Interpolation.ElasticOut', $intern_1892 = 'com.badlogic.gdx.math.Bresenham2', $intern_1893 = 'com.badlogic.gdx.math.Interpolation.Elastic', $intern_1894 = 'com.badlogic.gdx.math.Octree.RayCastResult', $intern_1895 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.Influencer', $intern_1896 = 'com.badlogic.gdx.graphics.g3d.particles.renderers.ParticleControllerRenderer', $intern_1897 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelNodePart', $intern_1898 = 'com.badlogic.gdx.math.Interpolation.Bounce', $intern_1899 = 'com.badlogic.gdx.graphics.TextureArray', $intern_1900 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelMaterial.MaterialType', $intern_1901 = 'com.badlogic.gdx.graphics.g3d.particles.values.WeightMeshSpawnShapeValue', $intern_1902 = 'com.badlogic.gdx.math.CumulativeDistribution', $intern_1903 = 'com.badlogic.gdx.math.Plane.PlaneSide[]', $intern_1904 = 'com.badlogic.gdx.graphics.Color', $intern_1905 = 'com.badlogic.gdx.graphics.g3d.particles.renderers.PointSpriteControllerRenderData', $intern_1906 = 'com.badlogic.gdx.graphics.VertexAttribute', $intern_1907 = 'com.badlogic.gdx.math.DelaunayTriangulator', $intern_1908 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.SpawnInfluencer', $intern_1909 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.Angular', $intern_1910 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ScaleInfluencer', $intern_1911 = 'com.badlogic.gdx.math.MathUtils', $intern_1912 = 'com.badlogic.gdx.maps.tiled.TiledMapTileLayer.Cell[][]', $intern_1913 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.SimpleInfluencer', $intern_1914 = 'com.badlogic.gdx.maps.MapRenderer', $intern_1915 = 'com.badlogic.gdx.graphics.g3d.particles.values.RectangleSpawnShapeValue', $intern_1916 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.RegionInfluencer.Single', $intern_1917 = 'com.badlogic.gdx.maps.tiled.TiledMapRenderer', $intern_1918 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.BrownianAcceleration', $intern_1919 = 'com.badlogic.gdx.graphics.TextureData.TextureDataType', $intern_1920 = 'com.badlogic.gdx.graphics.TextureData', $intern_1921 = 'com.badlogic.gdx.graphics.g3d.particles.ResourceData.SaveData', $intern_1922 = 'com.badlogic.gdx.math.BSpline', $intern_1923 = 'com.badlogic.gdx.graphics.g3d.model.NodeAnimation', $intern_1924 = 'com.badlogic.gdx.math.Ellipse', $intern_1925 = 'com.badlogic.gdx.graphics.g2d.NinePatch', $intern_1926 = 'com.badlogic.gdx.math.Interpolation.PowIn', $intern_1927 = 'byte', $intern_1928 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.PolarAcceleration', $intern_1929 = 'com.badlogic.gdx.math.Quaternion', $intern_1930 = 'com.badlogic.gdx.graphics.g3d.particles.values.GradientColorValue', $intern_1931 = 'com.badlogic.gdx.maps.Map', $intern_1932 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ModelInfluencer.Random', $intern_1933 = 'com.badlogic.gdx.graphics.g2d.TextureRegion[][]', $intern_1934 = 'com.badlogic.gdx.graphics.g3d.particles.ParticleController', $intern_1935 = 'com.badlogic.gdx.math.GeometryUtils', $intern_1936 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.TangentialAcceleration', $intern_1937 = 'com.badlogic.gdx.maps.tiled.TiledMap', $intern_1938 = 'com.badlogic.gdx.math.Matrix3', $intern_1939 = 'com.badlogic.gdx.maps.tiled.TiledMapTileSet', $intern_1940 = 'com.badlogic.gdx.graphics.g3d.particles.ParallelArray.ChannelDescriptor', $intern_1941 = 'com.badlogic.gdx.maps.tiled.TiledMapTile', $intern_1942 = 'com.badlogic.gdx.math.Matrix4', $intern_1943 = 'com.badlogic.gdx.graphics.g3d.particles.values.CylinderSpawnShapeValue', $intern_1944 = 'com.badlogic.gdx.graphics.g3d.particles.emitters.RegularEmitter.EmissionMode[]', $intern_1945 = 'com.badlogic.gdx.math.Vector2[]', $intern_1946 = 'com.badlogic.gdx.graphics.g3d.particles.renderers.ParticleControllerRenderData', $intern_1947 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelMeshPart', $intern_1948 = 'com.badlogic.gdx.Net.HttpResponse', $intern_1949 = 'com.badlogic.gdx.graphics.g2d.SpriteCache', $intern_1950 = 'com.badlogic.gdx.graphics.Texture.TextureFilter[]', $intern_1951 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ModelInfluencer', $intern_1952 = 'com.badlogic.gdx.Net.Protocol', $intern_1953 = 'com.badlogic.gdx.graphics.g2d.BitmapFont.BitmapFontData', $intern_1954 = 'com.badlogic.gdx.maps.tiled.TiledMapTile.BlendMode[]', $intern_1955 = 'char', $intern_1956 = 'com.badlogic.gdx.graphics.g3d.model.NodeKeyframe', $intern_1957 = 'com.badlogic.gdx.graphics.g3d.particles.values.EllipseSpawnShapeValue', $intern_1958 = 'com.badlogic.gdx.maps.MapObject', $intern_1959 = 'com.badlogic.gdx.maps.MapObjects', $intern_1960 = 'com.badlogic.gdx.graphics.g3d.particles.ResourceData.AssetData', $intern_1961 = 'com.badlogic.gdx.maps.objects.TextureMapObject', $intern_1962 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ParticleControllerInfluencer.Random', $intern_1963 = 'com.badlogic.gdx.maps.objects.CircleMapObject', $intern_1964 = 'com.badlogic.gdx.math.Plane[]', $intern_1965 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelMaterial', $intern_1966 = 'com.badlogic.gdx.graphics.g3d.particles.ParallelArray.ChannelInitializer', $intern_1967 = 'com.badlogic.gdx.maps.objects.PolygonMapObject', $intern_1968 = 'com.badlogic.gdx.math.Vector3', $intern_1969 = 'com.badlogic.gdx.math.Vector2', $intern_1970 = 'com.badlogic.gdx.math.Vector4', $intern_1971 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelMesh', $intern_1972 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelMeshPart[]', $intern_1973 = 'com.badlogic.gdx.math.Interpolation.ExpOut', $intern_1974 = 'com.badlogic.gdx.Net.HttpResponseListener', $intern_1975 = 'com.badlogic.gdx.Net.HttpRequest', $intern_1976 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.FaceDirection', $intern_1977 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsInfluencer', $intern_1978 = 'com.badlogic.gdx.math.Quaternion[]', $intern_1979 = 'com.badlogic.gdx.graphics.Texture3D', $intern_1980 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelNode', $intern_1981 = 'com.badlogic.gdx.maps.MapProperties', $intern_1982 = 'com.badlogic.gdx.graphics.g3d.particles.renderers.ModelInstanceControllerRenderData', $intern_1983 = 'com.badlogic.gdx.graphics.g3d.model.MeshPart', $intern_1984 = 'com.badlogic.gdx.graphics.g3d.particles.ParticleEffect', $intern_1985 = 'com.badlogic.gdx.math.Vector', $intern_1986 = 'com.badlogic.gdx.math.Interpolation.Swing', $intern_1987 = 'com.badlogic.gdx.graphics.g3d.particles.values.NumericValue', $intern_1988 = 'com.badlogic.gdx.graphics.g2d.Sprite', $intern_1989 = 'com.badlogic.gdx.math.Octree.Collider', $intern_1990 = 'com.badlogic.gdx.graphics.g3d.particles.ParallelArray.IntChannel', $intern_1991 = 'com.badlogic.gdx.math.Octree', $intern_1992 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ColorInfluencer.Single', $intern_1993 = 'com.badlogic.gdx.graphics.g3d.particles.values.UnweightedMeshSpawnShapeValue', $intern_1994 = 'com.badlogic.gdx.graphics.g3d.particles.emitters.Emitter', $intern_1995 = 'com.badlogic.gdx.graphics.VertexAttributes.Usage', $intern_1996 = 'com.badlogic.gdx.math.Rectangle', $intern_1997 = 'com.badlogic.gdx.graphics.g3d.particles.renderers.ParticleControllerControllerRenderer', $intern_1998 = 'com.badlogic.gdx.graphics.VertexAttribute[]', $intern_1999 = 'com.badlogic.gdx.graphics.g3d.particles.ParallelArray', $intern_2000 = 'com.badlogic.gdx.math.Polygon', $intern_2001 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.RegionInfluencer.Random', $intern_2002 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelAnimation', $intern_2003 = 'com.badlogic.gdx.math.Interpolation.ExpIn', $intern_2004 = 'com.badlogic.gdx.math.Interpolation', $intern_2005 = 'com.badlogic.gdx.math.Interpolation.Exp', $intern_2006 = 'com.badlogic.gdx.graphics.g2d.BitmapFont.Glyph', $intern_2007 = 'com.badlogic.gdx.graphics.g2d.SpriteBatch', $intern_2008 = 'com.badlogic.gdx.graphics.g3d.particles.ResourceData.Configurable', $intern_2009 = 'com.badlogic.gdx.math.Interpolation.ElasticIn', $intern_2010 = 'com.badlogic.gdx.math.Interpolation.BounceOut', $intern_2011 = 'com.badlogic.gdx.graphics.g3d.particles.values.SpawnShapeValue', $intern_2012 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelMaterial.MaterialType[]', $intern_2013 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelNodePart[]', $intern_2014 = 'com.badlogic.gdx.graphics.g3d.model.data.ModelNode[]', $intern_2015 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.RegionInfluencer.Animated', $intern_2016 = 'com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion', $intern_2017 = 'com.badlogic.gdx.math.Intersector.SplitTriangle', $intern_2018 = 'com.badlogic.gdx.math.Vector[]', $intern_2019 = 'com.badlogic.gdx.graphics.TextureData.Factory', $intern_2020 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.ColorInfluencer', $intern_2021 = 'com.badlogic.gdx.maps.tiled.TiledMapTileSets', $intern_2022 = 'com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier', $intern_2023 = 1.7976931348623157E308, $intern_2024 = 16384.5, $intern_2025 = 'Lcom/badlogic/gdx/math/Plane;', $intern_2026 = 'Lcom/badlogic/gdx/math/Vector4;', $intern_2027 = 'Lcom/badlogic/gdx/math/Affine2;', $intern_2028 = 'assetManager', $intern_2029 = 'Lcom/badlogic/gdx/assets/AssetManager;', $intern_2030 = 'attributes', $intern_2031 = 'ay', $intern_2032 = 'batches', $intern_2033 = 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/ColorInfluencer$Single;', $intern_2034 = 'Lcom/badlogic/gdx/utils/ObjectSet;', $intern_2035 = 'by', $intern_2036 = 'getHeaders', $intern_2037 = 'directionalVelocityChannel', $intern_2038 = 'allocateChannels', $intern_2039 = 'PolarAcceleration', $intern_2040 = 'Rotational2D', $intern_2041 = 'rotationChannel', $intern_2042 = 'Rotational3D', $intern_2043 = 'activateParticles', $intern_2044 = 'positionChannel', $intern_2045 = 'TangentialAcceleration', $intern_2046 = 'save', $intern_2047 = 'killParticles', $intern_2048 = 'Single', $intern_2049 = 'scaleChannel', $intern_2050 = 'controllerChannel', $intern_2051 = 'hasRotation', $intern_2052 = 'regionChannel', $intern_2053 = 'lifeChannel', $intern_2054 = 'Animated', $intern_2055 = 'AspectTextureRegion', $intern_2056 = 'spawnShapeValue', $intern_2057 = 'colorChannel', $intern_2058 = 'isCompatible', $intern_2059 = 'controller', $intern_2060 = 'spawnAux', $intern_2061 = 'getTimeline', $intern_2062 = 'setTimeline', $intern_2063 = 'setColors', $intern_2064 = 'mesh', $intern_2065 = 'setMesh', $intern_2066 = 'TMP_V1', $intern_2067 = 'sub', $intern_2068 = 'lerp', $intern_2069 = 'toFloatBits', $intern_2070 = 'rgba8888', $intern_2071 = 'abgr8888ToColor', $intern_2072 = 'vertexSize', $intern_2073 = 'vertexCount', $intern_2074 = 'layers', $intern_2075 = 'properties', $intern_2076 = 'getProperties', $intern_2077 = 'invalidateRenderOffset', $intern_2078 = 'opacity', $intern_2079 = 'objects', $intern_2080 = 'getOpacity', $intern_2081 = 'setOpacity', $intern_2082 = 'getOffsetX', $intern_2083 = 'setOffsetX', $intern_2084 = 'getOffsetY', $intern_2085 = 'setOffsetY', $intern_2086 = 'getObjects', $intern_2087 = 'getIndex', $intern_2088 = 'getByType', $intern_2089 = 'getValues', $intern_2090 = 'render', $intern_2091 = 'circle', $intern_2092 = 'polygon', $intern_2093 = 'reload', $intern_2094 = 'isManaged', $intern_2095 = 'addManagedTexture', $intern_2096 = 'getManagedStatus', $intern_2097 = 'getTextureRegion', $intern_2098 = 'setTextureRegion', $intern_2099 = 'tileHeight', $intern_2100 = 'flipHorizontally', $intern_2101 = 'flipVertically', $intern_2102 = 'getTile', $intern_2103 = 'setFlipHorizontally', $intern_2104 = 'setFlipVertically', $intern_2105 = 'getTileSet', $intern_2106 = 'removeTileSet', $intern_2107 = 'idt', $intern_2108 = 'setToTranslation', $intern_2109 = 'setToScaling', $intern_2110 = 'setToRotation', $intern_2111 = 'setToRotationRad', $intern_2112 = 'setToShearing', $intern_2113 = 'setToTrnRotScl', $intern_2114 = 'setToTrnRotRadScl', $intern_2115 = 'setToTrnScl', $intern_2116 = 'translate', $intern_2117 = 'preTranslate', $intern_2118 = 'rotateRad', $intern_2119 = 'getTranslation', $intern_2120 = 'controlPoints', $intern_2121 = 'cubic_derivative', $intern_2122 = 'calculate', $intern_2123 = 'derivative', $intern_2124 = 'valueAt', $intern_2125 = 'derivativeAt', $intern_2126 = 'nearest', $intern_2127 = 'approximate', $intern_2128 = 'locate', $intern_2129 = 'approxLength', $intern_2130 = 'circumference', $intern_2131 = 'quicksortStack', $intern_2132 = 'sortedPoints', $intern_2133 = 'originalIndices', $intern_2134 = 'computePolygon', $intern_2135 = 'computeIndices', $intern_2136 = 'quicksortPartition', $intern_2137 = 'setInterval', $intern_2138 = 'EPSILON', $intern_2139 = 'triangles', $intern_2140 = 'computeTriangles', $intern_2141 = 'pointInFrustum', $intern_2142 = 'sphereInFrustum', $intern_2143 = 'sphereInFrustumWithoutNearFar', $intern_2144 = 'boundsInFrustum', $intern_2145 = 'fromBarycoord', $intern_2146 = 'ensureClockwise', $intern_2147 = 'dst2', $intern_2148 = 'apply', $intern_2149 = 'power', $intern_2150 = 'Lcom/badlogic/gdx/math/Circle;', $intern_2151 = 'dir', $intern_2152 = 'intersection', $intern_2153 = 'isPointInTriangle', $intern_2154 = 'pointLineSide', $intern_2155 = 'isPointInPolygon', $intern_2156 = 'intersectPolygons', $intern_2157 = 'distanceSegmentPoint', $intern_2158 = 'nearestSegmentPoint', $intern_2159 = 'intersectSegmentCircle', $intern_2160 = 'intersectFrustumBounds', $intern_2161 = 'intersectRayBoundsFast', $intern_2162 = 'intersectRayOrientedBoundsFast', $intern_2163 = 'intersectRayOrientedBounds', $intern_2164 = 'intersectRayTriangles', $intern_2165 = 'intersectBoundsPlaneFast', $intern_2166 = 'intersectLines', $intern_2167 = 'intersectSegmentRectangle', $intern_2168 = 'intersectSegments', $intern_2169 = 'overlapConvexPolygons', $intern_2170 = 'normal', $intern_2171 = 'randomBoolean', $intern_2172 = 'randomTriangular', $intern_2173 = 'isZero', $intern_2174 = 'clearAllTextureArrays', $intern_2175 = 'invalidateAllTextureArrays', $intern_2176 = 'unsafeSetWrap', $intern_2177 = 'mulLeft', $intern_2178 = 'trn', $intern_2179 = 'scl', $intern_2180 = 'setToProjection', $intern_2181 = 'setToOrtho2D', $intern_2182 = 'setTranslation', $intern_2183 = 'setToTranslationAndScaling', $intern_2184 = 'setToLookAt', $intern_2185 = 'setAsAffine', $intern_2186 = 'mulVec', $intern_2187 = 'maxItemsPerNode', $intern_2188 = 'isPrepared', $intern_2189 = 'prepare', $intern_2190 = 'getInternalFormat', $intern_2191 = 'useMipMaps', $intern_2192 = 'localVertices', $intern_2193 = 'worldVertices', $intern_2194 = 'getTransformedVertices', $intern_2195 = 'setVertices', $intern_2196 = 'getVertexCount', $intern_2197 = 'getBoundingRectangle', $intern_2198 = 'calculateScaledLength', $intern_2199 = 'calculateLength', $intern_2200 = 'isIdentity', $intern_2201 = 'setFromAxis', $intern_2202 = 'setFromAxisRad', $intern_2203 = 'setFromMatrix', $intern_2204 = 'setFromAxes', $intern_2205 = 'setFromCross', $intern_2206 = 'slerp', $intern_2207 = 'dot', $intern_2208 = 'getSwingTwist', $intern_2209 = 'getAngleAroundRad', $intern_2210 = 'getAngleAround', $intern_2211 = 'setCenter', $intern_2212 = 'fromString', $intern_2213 = 'limit2', $intern_2214 = 'setLength', $intern_2215 = 'setLength2', $intern_2216 = 'interpolate', $intern_2217 = 'setToRandomDirection', $intern_2218 = 'isUnit', $intern_2219 = 'isOnLine', $intern_2220 = 'isCollinear', $intern_2221 = 'isCollinearOpposite', $intern_2222 = 'isPerpendicular', $intern_2223 = 'hasSameDirection', $intern_2224 = 'hasOppositeDirection', $intern_2225 = 'epsilonEquals', $intern_2226 = 'mulAdd', $intern_2227 = 'setZero', $intern_2228 = 'loadFromFile', $intern_2229 = 'numComponents', $intern_2230 = 'normalized', $intern_2231 = 'ColorPacked', $intern_2232 = 'ColorUnpacked', $intern_2233 = 'BoneWeight', $intern_2234 = 'integer', $intern_2235 = 'ownsTexture', $intern_2236 = 'setUseIntegerPositions', $intern_2237 = 'usesIntegerPositions', $intern_2238 = 'glyphs', $intern_2239 = 'BitmapFontData', $intern_2240 = 'id', $intern_2241 = 'glyphCount', $intern_2242 = 'addText', $intern_2243 = 'epsilon', $intern_2244 = 'middleWidth', $intern_2245 = 'middleHeight', $intern_2246 = 'getTexture', $intern_2247 = 'setPackedColor', $intern_2248 = 'projectionMatrix', $intern_2249 = 'combinedMatrix', $intern_2250 = 'shader', $intern_2251 = 'customShader', $intern_2252 = 'colorPacked', $intern_2253 = 'renderCalls', $intern_2254 = 'totalRenderCalls', $intern_2255 = 'createDefaultShader', $intern_2256 = 'getPackedColor', $intern_2257 = 'getProjectionMatrix', $intern_2258 = 'getTransformMatrix', $intern_2259 = 'setProjectionMatrix', $intern_2260 = 'setTransformMatrix', $intern_2261 = 'beginCache', $intern_2262 = 'AtlasRegion', $intern_2263 = 'nodeAnimations', $intern_2264 = 'primitiveType', $intern_2265 = 'translation', $intern_2266 = 'calculateBoundingBox', $intern_2267 = 'extendBoundingBox', $intern_2268 = 'newServerSocket', $intern_2269 = 'addChannel', $intern_2270 = 'setCapacity', $intern_2271 = 'getBoundingBox', $intern_2272 = 'jsonOutputType', $intern_2273 = 'ParticleEffectSaveParameter', $intern_2274 = 'createSaveData', $intern_2275 = 'getSaveData', $intern_2276 = 'emissionMode', $intern_2277 = 'httpMethod', $intern_2278 = 'contentStream', $intern_2279 = 'contentLength', $intern_2280 = 'followRedirects', $intern_2281 = 'includeCredentials', $intern_2282 = 'setContent', $intern_2283 = 'HttpRequest', $intern_2284 = 'accellerationChannel', $intern_2285 = 'accelerationChannel', $intern_2286 = 'BrownianAcceleration', $intern_2287 = 'CentripetalAcceleration', $intern_2288 = 'FaceDirection', $intern_2289 = 'Lcom/badlogic/gdx/graphics/g3d/particles/ParallelArray$ChannelDescriptor;', $intern_2290 = 'Lcom/badlogic/gdx/graphics/g3d/model/Node;', $intern_2291 = '[Lcom/badlogic/gdx/math/Vector;', $intern_2292 = 'Lcom/badlogic/gdx/graphics/g3d/model/MeshPart;', $intern_2293 = 'Lcom/badlogic/gdx/graphics/g2d/BitmapFont$BitmapFontData;', $intern_2294 = 'Lcom/badlogic/gdx/graphics/g3d/particles/ResourceData;', $intern_2295 = 'Lcom/badlogic/gdx/graphics/glutils/ShaderProgram;', $intern_2296 = 'Lcom/badlogic/gdx/graphics/g3d/particles/emitters/RegularEmitter;', $intern_2297 = '[Lcom/badlogic/gdx/graphics/g3d/particles/ParticleController;', $intern_2298 = 'Lcom/badlogic/gdx/math/GridPoint2;', $intern_2299 = 'Lcom/badlogic/gdx/math/Quaternion;', $intern_2300 = 'Lcom/badlogic/gdx/graphics/g2d/GlyphLayout$GlyphRun;', $intern_2301 = 'Lcom/badlogic/gdx/graphics/g2d/BitmapFont$Glyph;', $intern_2302 = 'Lcom/badlogic/gdx/math/Vector;', $intern_2303 = 'influencer', $intern_2304 = 'Lcom/badlogic/gdx/maps/MapLayer;', $intern_2305 = 'Lcom/badlogic/gdx/math/Matrix3;', $intern_2306 = 'ny', $intern_2307 = 'nz', $intern_2308 = 'Lcom/badlogic/gdx/math/GridPoint3;', $intern_2309 = 'Lcom/badlogic/gdx/math/Polygon;', $intern_2310 = '[Lcom/badlogic/gdx/graphics/g2d/TextureRegion;', $intern_2311 = 'Lcom/badlogic/gdx/utils/FloatArray;', $intern_2312 = 'Lcom/badlogic/gdx/graphics/Texture$TextureWrap;', $intern_2313 = 'regionInfluencer', $intern_2314 = 'scaleInfluencer', $intern_2315 = 'vector', $intern_2316 = {161:1, 3:1, 15:1, 4:1, 5:1}, $intern_2317 = {461:1, 3:1, 4:1, 5:1}, $intern_2318 = {131:1, 56:1, 3:1, 4:1, 5:1}, $intern_2319 = "Couldn't find Type for class '", $intern_2320 = 'com.github.yellowstonegames.smooth', $intern_2321 = 'com.github.tommyettinger', $intern_2322 = 'darkest brick', $intern_2323 = 9484, $intern_2324 = 9492, $intern_2325 = 9524, $intern_2326 = 9516, $intern_2327 = 9472, $intern_2328 = 9474, $intern_2329 = 'lit brick wall up down', $intern_2330 = 9500, $intern_2331 = 9532, $intern_2332 = 9508, $intern_2333 = 9496, $intern_2334 = 9488, $intern_2335 = 0.0010000000474974513, $intern_2336 = -8224775, $intern_2337 = {77:1, 3:1, 4:1, 5:1}, $intern_2338 = 'SunBatch.begin must be called before draw.', $intern_2339 = 4503599627370496, $intern_2340 = 1.8446744073709552E19, $intern_2341 = {l:2271685, m:2861241, h:987991}, $intern_2342 = 4294967295, $intern_2343 = {l:3429741, m:1566636, h:780834}, $intern_2344 = {l:670940, m:2205109, h:234557}, $intern_2345 = {l:3523363, m:1989194, h:814018}, $intern_2346 = 'com.github.tommyettinger.digital', $intern_2347 = 'glasya_labolas', $intern_2348 = 'marchosias', $intern_2349 = 'andrealphus', $intern_2350 = 'andromalius', $intern_2351 = 'GLASYA_LABOLAS', $intern_2352 = 'MARCHOSIAS', $intern_2353 = 'ANDREALPHUS', $intern_2354 = 'ANDROMALIUS', $intern_2355 = 'phosphorus', $intern_2356 = 'cobalt', $intern_2357 = 'molybdenum', $intern_2358 = 'technetium', $intern_2359 = 'silver', $intern_2360 = 'praseodymium', $intern_2361 = 'promethium', $intern_2362 = 'gadolinium', $intern_2363 = 'dysprosium', $intern_2364 = 'protactinium', $intern_2365 = 'californium', $intern_2366 = 'einsteinium', $intern_2367 = 'mendelevium', $intern_2368 = 'lawrencium', $intern_2369 = 'rutherfordium', $intern_2370 = 'seaborgium', $intern_2371 = 'meitnerium', $intern_2372 = 'darmstadtium', $intern_2373 = 'roentgenium', $intern_2374 = 'copernicium', $intern_2375 = 'livermorium', $intern_2376 = 'tennessine', $intern_2377 = 'PHOSPHORUS', $intern_2378 = 'MOLYBDENUM', $intern_2379 = 'TECHNETIUM', $intern_2380 = 'PRASEODYMIUM', $intern_2381 = 'PROMETHIUM', $intern_2382 = 'GADOLINIUM', $intern_2383 = 'DYSPROSIUM', $intern_2384 = 'PROTACTINIUM', $intern_2385 = 'CALIFORNIUM', $intern_2386 = 'EINSTEINIUM', $intern_2387 = 'MENDELEVIUM', $intern_2388 = 'LAWRENCIUM', $intern_2389 = 'RUTHERFORDIUM', $intern_2390 = 'SEABORGIUM', $intern_2391 = 'MEITNERIUM', $intern_2392 = 'DARMSTADTIUM', $intern_2393 = 'ROENTGENIUM', $intern_2394 = 'COPERNICIUM', $intern_2395 = 'LIVERMORIUM', $intern_2396 = 'TENNESSINE', $intern_2397 = 65536, $intern_2398 = {l:3418331, m:3884674, h:946231}, $intern_2399 = {l:575203, m:2867826, h:584646}; +var $intern_2400 = {l:3624131, m:1520084, h:362902}, $intern_2401 = {l:4002383, m:3710737, h:121060}, $intern_2402 = {l:1429861, m:3353297, h:963658}, $intern_2403 = {l:4023343, m:3510754, h:657249}, $intern_2404 = 123454321, $intern_2405 = {l:1240323, m:2673478, h:858964}, $intern_2406 = {l:1027075, m:926702, h:703640}, $intern_2407 = 'loadFactor must be > 0 and <= 1: ', $intern_2408 = {29:1, 149:1}, $intern_2409 = 'com.github.tommyettinger.ds', $intern_2410 = {l:2577337, m:1579786, h:515521}, $intern_2411 = {29:1, 81:1, 68:1}, $intern_2412 = {29:1, 81:1, 68:1, 89:1}, $intern_2413 = {452:1, 29:1}, $intern_2414 = {29:1, 57:1, 528:1}, $intern_2415 = {396:1, 29:1}, $intern_2416 = {210:1, 29:1}, $intern_2417 = {29:1, 81:1, 263:1, 68:1, 229:1}, $intern_2418 = 'ObjectListIterator does not satisfy index >= 0 && index < list.size()', $intern_2419 = {29:1, 68:1, 89:1}, $intern_2420 = 'com.github.tommyettinger.random', $intern_2421 = -1380601499, $intern_2422 = {l:2602579, m:3220654, h:247706}, $intern_2423 = {l:306741, m:1039659, h:116379}, $intern_2424 = 'L, stateB=', $intern_2425 = {l:687126, m:2549245, h:648055}, $intern_2426 = -1640531527, $intern_2427 = -8421632, $intern_2428 = -8421504, $intern_2429 = -8421450, $intern_2430 = -8421377, $intern_2431 = -7365505, $intern_2432 = -7172956, $intern_2433 = -6785293, $intern_2434 = -6921778, $intern_2435 = -11044019, $intern_2436 = -10249604, $intern_2437 = -9789040, $intern_2438 = -7827072, $intern_2439 = -7433585, $intern_2440 = -7826279, $intern_2441 = -7962183, $intern_2442 = -7633715, $intern_2443 = -6914857, $intern_2444 = -6983449, $intern_2445 = -7374470, $intern_2446 = -7899541, $intern_2447 = -7768773, $intern_2448 = -7377958, $intern_2449 = -8226860, $intern_2450 = -7443809, $intern_2451 = -8753956, $intern_2452 = -8228639, $intern_2453 = -8621203, $intern_2454 = -9014871, $intern_2455 = -9864371, $intern_2456 = -10060761, $intern_2457 = -9467735, $intern_2458 = -9659535, $intern_2459 = -8877431, $intern_2460 = -8479365, $intern_2461 = -8154036, $intern_2462 = 'transparent', $intern_2463 = 8355584, $intern_2464 = 0.3333333432674408, $intern_2465 = 1.9999998807907104, $intern_2466 = 127.5, $intern_2467 = 0.21045425534248352, $intern_2468 = 0.7936177849769592, $intern_2469 = 0.004072046838700771, $intern_2470 = 255.99899291992188, $intern_2471 = 127.9990005493164, $intern_2472 = 0.015625, $intern_2473 = 0.3963377773761749, $intern_2474 = 0.21580375730991364, $intern_2475 = 0.10556134581565857, $intern_2476 = 0.0638541728258133, $intern_2477 = 0.08948417752981186, $intern_2478 = 1.2914855480194092, $intern_2479 = 'com.github.yellowstonegames.core', $intern_2480 = -7693962, $intern_2481 = -7632203, $intern_2482 = -10061696, $intern_2483 = -8412795, $intern_2484 = -8025798, $intern_2485 = -7629442, $intern_2486 = -7435900, $intern_2487 = -8421568, $intern_2488 = -7761601, $intern_2489 = -8945198, $intern_2490 = -9203025, $intern_2491 = -8421440, $intern_2492 = -7827609, $intern_2493 = -8812371, $intern_2494 = -7763607, $intern_2495 = -8619306, $intern_2496 = -8353837, $intern_2497 = -7562884, $intern_2498 = -7304290, $intern_2499 = -7633509, $intern_2500 = -7240517, $intern_2501 = -6980405, $intern_2502 = -6850577, $intern_2503 = -6982948, $intern_2504 = -7180583, $intern_2505 = -7117123, $intern_2506 = -8033586, $intern_2507 = -9080148, $intern_2508 = -9864836, $intern_2509 = -10516399, $intern_2510 = -10186133, $intern_2511 = -9856637, $intern_2512 = -9265276, $intern_2513 = 'com.github.yellowstonegames.grid', $intern_2514 = 262143, $intern_2515 = 1.6180340051651, $intern_2516 = 0.99609375, $intern_2517 = 0.009999999776482582, $intern_2518 = 999200, $intern_2519 = 'com.github.yellowstonegames.place', $intern_2520 = 114751, $intern_2521 = 122936, $intern_2522 = 14448, $intern_2523 = 231423, $intern_2524 = 249855, $intern_2525 = 16159, $intern_2526 = 262031, $intern_2527 = 262023, $intern_2528 = 49264, $intern_2529 = 28703, $intern_2530 = 261151, $intern_2531 = 127102, $intern_2532 = 262028, $intern_2533 = 32671, $intern_2534 = 28672, $intern_2535 = 65150, $intern_2536 = 65528, $intern_2537 = 24576, $intern_2538 = 4095, $intern_2539 = 8176, $intern_2540 = 8160, $intern_2541 = 131068, $intern_2542 = 24672, $intern_2543 = 262112, $intern_2544 = 98416, $intern_2545 = 115199, $intern_2546 = 127007, $intern_2547 = 4094, $intern_2548 = 32287, $intern_2549 = 32752, $intern_2550 = 229887, $intern_2551 = 262111, $intern_2552 = 31744, $intern_2553 = 131071, $intern_2554 = 4060, $intern_2555 = 262128, $intern_2556 = 253983, $intern_2557 = 253967, $intern_2558 = 130959, $intern_2559 = 98304, $intern_2560 = 245775, $intern_2561 = 245791, $intern_2562 = 247807, $intern_2563 = 32527, $intern_2564 = 262142, $intern_2565 = 260604, $intern_2566 = 14336, $intern_2567 = 262140, $intern_2568 = 30720, $intern_2569 = 262136, $intern_2570 = 32256, $intern_2571 = 259071, $intern_2572 = 32764, $intern_2573 = 16320, $intern_2574 = 131070, $intern_2575 = 65534, $intern_2576 = 131056, $intern_2577 = 16352, $intern_2578 = 30727, $intern_2579 = 'com.github.yellowstonegames.place.tileset', $intern_2580 = 114943, $intern_2581 = 4080, $intern_2582 = 32766, $intern_2583 = 258111, $intern_2584 = 260607, $intern_2585 = 24591, $intern_2586 = 16376, $intern_2587 = 245767, $intern_2588 = 260223, $intern_2589 = 32319, $intern_2590 = 32736, $intern_2591 = 16368, $intern_2592 = 32760, $intern_2593 = 8128, $intern_2594 = 3968, $intern_2595 = 4064, $intern_2596 = 262080, $intern_2597 = 4092, $intern_2598 = 262115, $intern_2599 = 262131, $intern_2600 = 16380, $intern_2601 = 262119, $intern_2602 = 130560, $intern_2603 = 262083, $intern_2604 = 8184, $intern_2605 = 16382, $intern_2606 = 130972, $intern_2607 = 253959, $intern_2608 = 4088, $intern_2609 = 12536, $intern_2610 = 98556, $intern_2611 = 127072, $intern_2612 = 98496, $intern_2613 = 254144, $intern_2614 = 254204, $intern_2615 = 12384, $intern_2616 = 1048574, $intern_2617 = 524286, $intern_2618 = 1048575, $intern_2619 = 520702, $intern_2620 = 127224, $intern_2621 = 983295, $intern_2622 = 1040608, $intern_2623 = 32743, $intern_2624 = 1048560, $intern_2625 = 523518, $intern_2626 = 524158, $intern_2627 = 7280, $intern_2628 = 7904, $intern_2629 = 7392, $intern_2630 = 7423, $intern_2631 = 8188, $intern_2632 = 4032, $intern_2633 = 60555715, $intern_2634 = 1835456, $intern_2635 = 1835518, $intern_2636 = 1867390, $intern_2637 = 4194288, $intern_2638 = 60555376, $intern_2639 = 1835120, $intern_2640 = 1867376, $intern_2641 = 60557056, $intern_2642 = 1836800, $intern_2643 = 3933952, $intern_2644 = 3672060, $intern_2645 = 4194300, $intern_2646 = 3670467, $intern_2647 = 3670512, $intern_2648 = 3670128, $intern_2649 = 66616432, $intern_2650 = 3734640, $intern_2651 = 66649200, $intern_2652 = 3671808, $intern_2653 = 3794928, $intern_2654 = 3793008, $intern_2655 = 66714736, $intern_2656 = 917955, $intern_2657 = 33423808, $intern_2658 = 33488320, $intern_2659 = 982464, $intern_2660 = 917616, $intern_2661 = 982640, $intern_2662 = 919296, $intern_2663 = 4065024, $intern_2664 = 3735296, $intern_2665 = 1867712, $intern_2666 = 2093504, $intern_2667 = 918000, $intern_2668 = 16547836, $intern_2669 = 16647164, $intern_2670 = 60557280, $intern_2671 = 2089184, $intern_2672 = 1040880, $intern_2673 = 3670464, $intern_2674 = 3678206, $intern_2675 = 67108862, $intern_2676 = 918512, $intern_2677 = 3674110, $intern_2678 = 66981886, $intern_2679 = 921598, $intern_2680 = 4194048, $intern_2681 = 66979584, $intern_2682 = 66979824, $intern_2683 = 919536, $intern_2684 = 917952, $intern_2685 = 925688, $intern_2686 = 16515100, $intern_2687 = 14680092, $intern_2688 = 60620400, $intern_2689 = 2096752, $intern_2690 = 64751360, $intern_2691 = 3674108, $intern_2692 = 67108860, $intern_2693 = 14684156, $intern_2694 = 16646592, $intern_2695 = 14680572, $intern_2696 = 919548, $intern_2697 = 917532, $intern_2698 = 16646172, $intern_2699 = 7399, $intern_2700 = 8190, $intern_2701 = 917631, $intern_2702 = 2097088, $intern_2703 = 14712831, $intern_2704 = 3674111, $intern_2705 = 16773628, $intern_2706 = 15728604, $intern_2707 = 14688255, $intern_2708 = 33550784, $intern_2709 = 33554368, $intern_2710 = 16773631, $intern_2711 = 16776220, $intern_2712 = 4194296, $intern_2713 = 4194176, $intern_2714 = 4194240, $intern_2715 = 4186175, $intern_2716 = 524272, $intern_2717 = 4194303, $intern_2718 = 8388607, $intern_2719 = 15728767, $intern_2720 = 16776222, $intern_2721 = 130815, $intern_2722 = 261887, $intern_2723 = 261632, $intern_2724 = 8208, $intern_2725 = 28688, $intern_2726 = 26118, $intern_2727 = 65151, $intern_2728 = 26208, $intern_2729 = 26238, $intern_2730 = 26239, $intern_2731 = 26214, $intern_2732 = 58982, $intern_2733 = 26599, $intern_2734 = 24582, $intern_2735 = 65511, $intern_2736 = 32742, $intern_2737 = 24678, $intern_2738 = 59367, $intern_2739 = 26623, $intern_2740 = 59007, $intern_2741 = 32383, $intern_2742 = 32382, $intern_2743 = 65127, $intern_2744 = 58983, $intern_2745 = 65126, $intern_2746 = 59391, $intern_2747 = 65510, $intern_2748 = 26622, $intern_2749 = 59006, $intern_2750 = 59366, $intern_2751 = 32358, $intern_2752 = 26112, $intern_2753 = 59390, $intern_2754 = 32359, $intern_2755 = 26598, $intern_2756 = 26215, $intern_2757 = 100664928, $intern_2758 = 2122311271, $intern_2759 = 107349606, $intern_2760 = 4293394430, $intern_2761 = 101056512, $intern_2762 = 2145910399, $intern_2763 = 1717962342, $intern_2764 = 3865569254, $intern_2765 = 106980870, $intern_2766 = 100687878, $intern_2767 = 2120646270, $intern_2768 = 1617299040, $intern_2769 = 4293394407, $intern_2770 = 1611007494, $intern_2771 = 2147385342, $intern_2772 = 107348064, $intern_2773 = 101058048, $intern_2774 = 2122219495, $intern_2775 = 1616928870, $intern_2776 = 4269702782, $intern_2777 = 101058144, $intern_2778 = 2147384959, $intern_2779 = 1611032064, $intern_2780 = 4269795326, $intern_2781 = 101082624, $intern_2782 = 2122212990, $intern_2783 = 1717593702, $intern_2784 = 3890735079, $intern_2785 = 1611006048, $intern_2786 = 2145910782, $intern_2787 = 1717960806, $intern_2788 = 3865569255, $intern_2789 = 107349600, $intern_2790 = 4268129919, $intern_2791 = 107372640, $intern_2792 = 2145812478, $intern_2793 = 100687974, $intern_2794 = 4293388262, $intern_2795 = 107372550, $intern_2796 = 4268130278, $intern_2797 = 1617299046, $intern_2798 = 2145904255, $intern_2799 = 1616930304, $intern_2800 = 2122219518, $intern_2801 = 1711693926, $intern_2802 = 3867043815, $intern_2803 = 106956288, $intern_2804 = 3890741223, $intern_2805 = 1711669350, $intern_2806 = 2145904638, $intern_2807 = 1616930310, $intern_2808 = 106980864, $intern_2809 = 4293388286, $intern_2810 = 1617298950, $intern_2811 = 1616904288, $intern_2812 = 2147384958, $intern_2813 = 101082630, $intern_2814 = 4269697023, $intern_2815 = 2122317438, $intern_2816 = 1616904198, $intern_2817 = 4269801471, $intern_2818 = 100687968, $intern_2819 = 2147384935, $intern_2820 = 1611007590, $intern_2821 = 106979424, $intern_2822 = 2122219135, $intern_2823 = 1717962336, $intern_2824 = 3890735102, $intern_2825 = 6316038, $intern_2826 = 2120738814, $intern_2827 = 3867049575, $intern_2828 = 2122311678, $intern_2829 = 1616928774, $intern_2830 = 1711670886, $intern_2831 = 3867049982, $intern_2832 = 1744725631, $intern_2833 = 1717593696, $intern_2834 = 4268222462, $intern_2835 = 6686304, $intern_2836 = 2145904254, $intern_2837 = 2145904615, $intern_2838 = 3890636799, $intern_2839 = 1617323616, $intern_2840 = 394758, $intern_2841 = 2147378814, $intern_2842 = 1617322086, $intern_2843 = 3890642919, $intern_2844 = 4268222078, $intern_2845 = 107374182, $intern_2846 = 1717593606, $intern_2847 = 4294862823, $intern_2848 = 101082726, $intern_2849 = 1717592070, $intern_2850 = 1744732134, $intern_2851 = 4269702783, $intern_2852 = 2122317439, $intern_2853 = 100689414, $intern_2854 = 107372646, $intern_2855 = 1611007584, $intern_2856 = 2122317822, $intern_2857 = 1711277664, $intern_2858 = 3892215423, $intern_2859 = 6686208, $intern_2860 = 2120738790, $intern_2861 = 4293387903, $intern_2862 = 1616928864, $intern_2863 = 101058150, $intern_2864 = 2122311655, $intern_2865 = 3890734718, $intern_2866 = 2145805950, $intern_2867 = 1617323622, $intern_2868 = 4269801447, $intern_2869 = 6316032, $intern_2870 = 1717569126, $intern_2871 = 3892307943, $intern_2872 = 4293295743, $intern_2873 = 6709254, $intern_2874 = 1616905824, $intern_2875 = 6710790, $intern_2876 = 4293387902, $intern_2877 = 4268124158, $intern_2878 = 1617323526, $intern_2879 = 2145812455, $intern_2880 = 106979430, $intern_2881 = 4268228223, $intern_2882 = 2145812094, $intern_2883 = 1611032070, $intern_2884 = 106980966, $intern_2885 = 4269696638, $intern_2886 = 4269697022, $intern_2887 = 1611005952, $intern_2888 = 6317670, $intern_2889 = 4293387879, $intern_2890 = 2122219134, $intern_2891 = 1717985286, $intern_2892 = 3890740839, $intern_2893 = 1711670880, $intern_2894 = 1611030534, $intern_2895 = 1717985382, $intern_2896 = 3890636775, $intern_2897 = 106956390, $intern_2898 = 4269795303, $intern_2899 = 1610637408, $intern_2900 = 6686310, $intern_2901 = 4293295742, $intern_2902 = 1744725991, $intern_2903 = 4268129918, $intern_2904 = 107372544, $intern_2905 = 3892215783, $intern_2906 = 1616930406, $intern_2907 = 3865476735, $intern_2908 = 2145910374, $intern_2909 = 107348070, $intern_2910 = 4269703143, $intern_2911 = 4268228606, $intern_2912 = 2145910759, $intern_2913 = 1610612838, $intern_2914 = 2147385319, $intern_2915 = 4293296126, $intern_2916 = 4268222439, $intern_2917 = 2147477118, $intern_2918 = 4269794943, $intern_2919 = 106980960, $intern_2920 = 3867049598, $intern_2921 = 1711669254, $intern_2922 = 1743158911, $intern_2923 = 4294868966, $intern_2924 = 101056614, $intern_2925 = 3890740863, $intern_2926 = 2145910398, $intern_2927 = 1744732135, $intern_2928 = 4293388287, $intern_2929 = 6317568, $intern_2930 = 106954854, $intern_2931 = 2120744935, $intern_2932 = 2122212991, $intern_2933 = 2120744575, $intern_2934 = 2147477502, $intern_2935 = 6291552, $intern_2936 = 1744823934, $intern_2937 = 1611032166, $intern_2938 = 2147379175, $intern_2939 = 2122311679, $intern_2940 = 1711300614, $intern_2941 = 1743251454, $intern_2942 = 3890642559, $intern_2943 = 2122213350, $intern_2944 = 4269801086, $intern_2945 = 1616905734, $intern_2946 = 6684774, $intern_2947 = 2122213374, $intern_2948 = 2122317415, $intern_2949 = 106979334, $intern_2950 = 1711693920, $intern_2951 = 1744726015, $intern_2952 = 4269696999, $intern_2953 = 1717962240, $intern_2954 = 1717993086, $intern_2955 = 2122317823, $intern_2956 = 106954848, $intern_2957 = 2120646271, $intern_2958 = 2122219111, $intern_2959 = 2122311294, $intern_2960 = 1610638950, $intern_2961 = 417888, $intern_2962 = 3892313727, $intern_2963 = 3890741246, $intern_2964 = 1611005958, $intern_2965 = 1743251431, $intern_2966 = 3867049599, $intern_2967 = 1711669344, $intern_2968 = 1743251047, $intern_2969 = 1617322080, $intern_2970 = 4294862846, $intern_2971 = 1717567590, $intern_2972 = 1719664230, $intern_2973 = 4294966910, $intern_2974 = 1610612742, $intern_2975 = 1717986918, $intern_2976 = 2147483623, $intern_2977 = 2120738431, $intern_2978 = 101056608, $intern_2979 = 4294961151, $intern_2980 = 2120738430, $intern_2981 = 2120646630, $intern_2982 = 1744823911, $intern_2983 = 2122219110, $intern_2984 = 4269801470, $intern_2985 = 1719664231, $intern_2986 = 1717593600, $intern_2987 = 2120738815, $intern_2988 = 1719658494, $intern_2989 = 4294868991, $intern_2990 = 1717569120, $intern_2991 = 2120744959, $intern_2992 = 1743251070, $intern_2993 = 100689408, $intern_2994 = 2120640487, $intern_2995 = 1719664255, $intern_2996 = 2147477479, $intern_2997 = 1743251430, $intern_2998 = 2120738407, $intern_2999 = 2147379198, $intern_3000 = 419424, $intern_3001 = 4294868606, $intern_3002 = 2122311295, $intern_3003 = 24966, $intern_3004 = 28662, $intern_3005 = 61430, $intern_3006 = 3867148286, $intern_3007 = 2146434919, $intern_3008 = 4269703166, $intern_3009 = 1618994790, $intern_3010 = 1040415, $intern_3011 = 4186143, $intern_3012 = 4194207, $intern_3013 = 4193311, $intern_3014 = 4177951, $intern_3015 = 4177976, $intern_3016 = 516127, $intern_3017 = 4186623, $intern_3018 = 516152, $intern_3019 = 983047, $intern_3020 = 4187135, $intern_3021 = 491583, $intern_3022 = 4161599, $intern_3023 = 4161791, $intern_3024 = 4186367, $intern_3025 = 524287, $intern_3026 = 4161788, $intern_3027 = 4063239, $intern_3028 = 65439, $intern_3029 = 65408, $intern_3030 = 4190463, $intern_3031 = 16256, $intern_3032 = 32640, $intern_3033 = 4186168, $intern_3034 = 3145735, $intern_3035 = 4178416, $intern_3036 = 4177935, $intern_3037 = 114940, $intern_3038 = 260127, $intern_3039 = 196608, $intern_3040 = 130064, $intern_3041 = 65040, $intern_3042 = 260112, $intern_3043 = 253968, $intern_3044 = 63504, $intern_3045 = 12176, $intern_3046 = 65296, $intern_3047 = 32512, $intern_3048 = 31743, $intern_3049 = 16128, $intern_3050 = 32704, $intern_3051 = 15360, $intern_3052 = 30735, $intern_3053 = 1065353343, $intern_3054 = 8388352, $intern_3055 = 15729120, $intern_3056 = 15729600, $intern_3057 = 62914687, $intern_3058 = 62915040, $intern_3059 = 251658488, $intern_3060 = 267926528, $intern_3061 = 31459200, $intern_3062 = 1006698495, $intern_3063 = 15728880, $intern_3064 = 125829360, $intern_3065 = 31465216, $intern_3066 = 536412032, $intern_3067 = 31457472, $intern_3068 = 132128512, $intern_3069 = 125831152, $intern_3070 = 267403136, $intern_3071 = 62930816, $intern_3072 = 1072709631, $intern_3073 = 132120768, $intern_3074 = 16253408, $intern_3075 = 8384624, $intern_3076 = 8385535, $intern_3077 = 458864, $intern_3078 = 2084863, $intern_3079 = 4186620, $intern_3080 = 4187134, $intern_3081 = 4188159, $intern_3082 = 460799, $intern_3083 = 4194302, $intern_3084 = 16220159, $intern_3085 = 8386559, $intern_3086 = 'Unmatched: ', $intern_3087 = {l:4194303, m:4194303, h:524287}, $intern_3088 = ', changers=', $intern_3089 = {230:1, 3:1, 4:1, 5:1}, $intern_3090 = 0.3499999940395355, $intern_3091 = -0.3499999940395355, $intern_3092 = '[AEIOUaeiou]{3}', $intern_3093 = '[Yy]([aiu])\\1', $intern_3094 = '[^oaei]uch', $intern_3095 = '[Hh][tcszi]?h', $intern_3096 = '[Tt]t[^aeiouy]{2}', $intern_3097 = '[Yy]h([^aeiouy]|$)', $intern_3098 = '[UIuiYy][wy]', $intern_3099 = '(\\w)\\1\\1', $intern_3100 = 'ae', $intern_3101 = '\u0153', $intern_3102 = 'oe', $intern_3103 = '\u0451', $intern_3104 = '\u0435', $intern_3105 = '\u0439', $intern_3106 = '\u0438', $intern_3107 = 'bh', $intern_3108 = 'dh', $intern_3109 = 'kh', $intern_3110 = 'ph', $intern_3111 = 'qu', $intern_3112 = 'sh', $intern_3113 = 'th', $intern_3114 = 'tl', $intern_3115 = 'ia', $intern_3116 = 'ai', $intern_3117 = 'aa', $intern_3118 = 'ei', $intern_3119 = 'gl', $intern_3120 = 'gr', $intern_3121 = 'nd', $intern_3122 = 'mr', $intern_3123 = 'vr', $intern_3124 = 'kr', $intern_3125 = 'gh', $intern_3126 = 'ts', $intern_3127 = 'lt', $intern_3128 = 'rk', $intern_3129 = 'ng', $intern_3130 = 'au', $intern_3131 = 'ou', $intern_3132 = 'ea', $intern_3133 = 'ie', $intern_3134 = 'io', $intern_3135 = 'oa', $intern_3136 = 'oo', $intern_3137 = 'ee', $intern_3138 = 'bl', $intern_3139 = 'br', $intern_3140 = 'dr', $intern_3141 = 'fl', $intern_3142 = 'fr', $intern_3143 = 'pl', $intern_3144 = 'pr', $intern_3145 = 'sk', $intern_3146 = 'st', $intern_3147 = 'sp', $intern_3148 = 'sl', $intern_3149 = 'sn', $intern_3150 = 'tr', $intern_3151 = 'thr', $intern_3152 = 'gn', $intern_3153 = 'lg', $intern_3154 = 'll', $intern_3155 = 'ltr', $intern_3156 = 'mb', $intern_3157 = 'mm', $intern_3158 = 'nt', $intern_3159 = 'ns', $intern_3160 = 'nn', $intern_3161 = 'ps', $intern_3162 = 'rr', $intern_3163 = 'ss', $intern_3164 = 'tt', $intern_3165 = 'rb', $intern_3166 = 'bb', $intern_3167 = 'dd', $intern_3168 = 'rg', $intern_3169 = 'tch', $intern_3170 = 'lk', $intern_3171 = 'rm', $intern_3172 = 'mp', $intern_3173 = 'nk', $intern_3174 = 'nch', $intern_3175 = 'rp', $intern_3176 = 'rn', $intern_3177 = 'rts', $intern_3178 = 'er', $intern_3179 = 'ed', $intern_3180 = 'es', $intern_3181 = 'ut', $intern_3182 = 'ion', $intern_3183 = 'ation', $intern_3184 = 'oi', $intern_3185 = 'eo', $intern_3186 = 'ui', $intern_3187 = 'rh', $intern_3188 = 'rt', $intern_3189 = 'is', $intern_3190 = 'on', $intern_3191 = '\u03B1', $intern_3192 = '\u03BF', $intern_3193 = '\u03B5', $intern_3194 = '\u03B9', $intern_3195 = '\u03B1\u03B9', $intern_3196 = '\u03BF\u03B9', $intern_3197 = '\u03BF\u03C5', $intern_3198 = '\u03B5\u03B9', $intern_3199 = '\u03C9', $intern_3200 = '\u03C5', $intern_3201 = '\u03C5\u03B9', $intern_3202 = '\u03C3', $intern_3203 = '\u03B6', $intern_3204 = '\u03C4', $intern_3205 = '\u03BA', $intern_3206 = '\u03C7', $intern_3207 = '\u03BD', $intern_3208 = '\u03B8', $intern_3209 = '\u03BC', $intern_3210 = '\u03C0', $intern_3211 = '\u03C8', $intern_3212 = '\u03B2', $intern_3213 = '\u03BB', $intern_3214 = '\u03BA\u03C1', $intern_3215 = '\u03B3', $intern_3216 = '\u03B4', $intern_3217 = '\u03C6', $intern_3218 = '\u03B3\u03C7', $intern_3219 = '\u03B3\u03BE', $intern_3220 = '\u03C1\u03C3\u03C4', $intern_3221 = '\u03C1\u03C4', $intern_3222 = '\u03B3\u03BA', $intern_3223 = '\u03B3\u03B3', $intern_3224 = '\u03BF\u03C2', $intern_3225 = '\u03B9\u03C2', $intern_3226 = '\u03C5\u03C2', $intern_3227 = '\u03C5\u03BC', $intern_3228 = '\u03BF\u03C1', $intern_3229 = '\u03BF\u03BD', $intern_3230 = 'oui', $intern_3231 = 'eu', $intern_3232 = '\xE0', $intern_3233 = '\xE2', $intern_3234 = '\xE9', $intern_3235 = '\xE8', $intern_3236 = '\xEA', $intern_3237 = '\xEE', $intern_3238 = '\xEF', $intern_3239 = '\xF4', $intern_3240 = '\xFB', $intern_3241 = 'ue', $intern_3242 = '\xE7', $intern_3243 = 'rd', $intern_3244 = 'lb', $intern_3245 = 'it', $intern_3246 = 'iu', $intern_3247 = 'zh', $intern_3248 = 'ar', $intern_3249 = '\u0430', $intern_3250 = '\u043E', $intern_3251 = '\u0443', $intern_3252 = '\u044B', $intern_3253 = '\u0431', $intern_3254 = '\u0432', $intern_3255 = '\u0433', $intern_3256 = '\u0434', $intern_3257 = '\u043A', $intern_3258 = '\u043B', $intern_3259 = '\u043F', $intern_3260 = '\u0440', $intern_3261 = '\u0441', $intern_3262 = '\u0442', $intern_3263 = '\u0444', $intern_3264 = '\u0445', $intern_3265 = '\u0446', $intern_3266 = '\u0436', $intern_3267 = '\u043C', $intern_3268 = '\u043D', $intern_3269 = '\u0437', $intern_3270 = '\u0447', $intern_3271 = '\u0448', $intern_3272 = '\u0431\u0440', $intern_3273 = '\u0441\u043A', $intern_3274 = '\u0442\u0440', $intern_3275 = '\u0431\u043B', $intern_3276 = '\u0433\u043B', $intern_3277 = '\u043A\u0440', $intern_3278 = '\u0433\u0440', $intern_3279 = 'my', $intern_3280 = 'ry', $intern_3281 = 'kk', $intern_3282 = 'uo', $intern_3283 = 'ii', $intern_3284 = 'kw', $intern_3285 = 'nb', $intern_3286 = 'nj', $intern_3287 = 'nf', $intern_3288 = 'np', $intern_3289 = 'nv', $intern_3290 = 'ms', $intern_3291 = 'mz', $intern_3292 = 'mch', $intern_3293 = 'mk', $intern_3294 = 'md', $intern_3295 = 'mj', $intern_3296 = 'uu', $intern_3297 = 'rdh', $intern_3298 = 'rsh', $intern_3299 = 'bd', $intern_3300 = 'dg', $intern_3301 = '\u0101', $intern_3302 = '\u012B', $intern_3303 = '\u016B', $intern_3304 = 'a\u0115', $intern_3305 = '\u0101\u0115', $intern_3306 = 'i\u0115', $intern_3307 = '\u012B\u0115', $intern_3308 = 'o\u0115', $intern_3309 = '\xE1', $intern_3310 = '\xED', $intern_3311 = '\xFA', $intern_3312 = '\xF3', $intern_3313 = 'k\u0157', $intern_3314 = 'k\u0155', $intern_3315 = 'k\u013C', $intern_3316 = '\u0163', $intern_3317 = 't\u0157', $intern_3318 = 't\u0155', $intern_3319 = 'p\u0157', $intern_3320 = 'p\u0155', $intern_3321 = 'p\u013C', $intern_3322 = 'p\u013A', $intern_3323 = 'kh\u0157', $intern_3324 = 'kh\u0155', $intern_3325 = 'kh\u013C', $intern_3326 = 'kh\u013A', $intern_3327 = 'th\u0157', $intern_3328 = 'th\u0155', $intern_3329 = 'th\u013C', $intern_3330 = 'th\u013A', $intern_3331 = 'ph\u0157', $intern_3332 = 'ph\u0155', $intern_3333 = 'ph\u013C', $intern_3334 = 'ph\u013A', $intern_3335 = '\u0111', $intern_3336 = 'jh', $intern_3337 = '\u0111h', $intern_3338 = '\u0144', $intern_3339 = '\xF1', $intern_3340 = '\u0146', $intern_3341 = '\u015B', $intern_3342 = '\u015F', $intern_3343 = 'nkh', $intern_3344 = 'rkh', $intern_3345 = 'nth', $intern_3346 = 'rth', $intern_3347 = 'nph', $intern_3348 = 'rph', $intern_3349 = 'rj', $intern_3350 = 'n\u0111', $intern_3351 = 'r\u0111', $intern_3352 = 'ngh', $intern_3353 = 'rgh', $intern_3354 = 'n\u0111h', $intern_3355 = 'r\u0111h', $intern_3356 = 'ndh', $intern_3357 = 'nbh', $intern_3358 = 'rbh', $intern_3359 = 'nm', $intern_3360 = 'rv', $intern_3361 = 'n\u015B', $intern_3362 = 'r\u015B', $intern_3363 = 'n\u015F', $intern_3364 = 'r\u015F', $intern_3365 = 'rs', $intern_3366 = 'khr', $intern_3367 = 'shw', $intern_3368 = 'hl', $intern_3369 = 'ua', $intern_3370 = 'tk', $intern_3371 = 'kt', $intern_3372 = '\xFD', $intern_3373 = '\xE6', $intern_3374 = '\xF6', $intern_3375 = '\xF0', $intern_3376 = '\xF0l', $intern_3377 = '\xF0r', $intern_3378 = 'hr', $intern_3379 = 'hv', $intern_3380 = 'kl', $intern_3381 = 'skr', $intern_3382 = 's\xFE', $intern_3383 = 's\xF0', $intern_3384 = 'vl', $intern_3385 = '\xFE', $intern_3386 = 'gd', $intern_3387 = 'ks', $intern_3388 = 'ir', $intern_3389 = '\xEDr', $intern_3390 = 'i\xEA', $intern_3391 = '\xEB', $intern_3392 = 'shr', $intern_3393 = 'zv', $intern_3394 = 'khs', $intern_3395 = '\xE4', $intern_3396 = '\xEC', $intern_3397 = '\xF2', $intern_3398 = '\xF9', $intern_3399 = '\xFC', $intern_3400 = 'zr', $intern_3401 = 'ao', $intern_3402 = 'yu', $intern_3403 = 'nh', $intern_3404 = '\u0113', $intern_3405 = '\u014D', $intern_3406 = 'aeo', $intern_3407 = '\u0121', $intern_3408 = '\u0127', $intern_3409 = '\u0142', $intern_3410 = '\u014B', $intern_3411 = '\u0155', $intern_3412 = '\u1E83', $intern_3413 = '\u0101i', $intern_3414 = '\u0101o', $intern_3415 = '\u0101u', $intern_3416 = 'o\u0101', $intern_3417 = 'u\u0101', $intern_3418 = '\u0101ei', $intern_3419 = '\u0101eo', $intern_3420 = '\u0101ia', $intern_3421 = '\u0101ue', $intern_3422 = 'ah', $intern_3423 = '\xE1\xE1', $intern_3424 = '\xED\xED', $intern_3425 = '\xFA\xFA', $intern_3426 = '\xE1\xE1\xE1', $intern_3427 = '\xED\xED\xED', $intern_3428 = '\xFA\xFA\xFA', $intern_3429 = '\u0103', $intern_3430 = '\u0115', $intern_3431 = '\u012D', $intern_3432 = '\u014F', $intern_3433 = 'y\u016B', $intern_3434 = 'y\xFA', $intern_3435 = '\u01CE', $intern_3436 = '\u011B', $intern_3437 = '\u01D0', $intern_3438 = '\u01D2', $intern_3439 = '\u01D4', $intern_3440 = 'y\u01D4', $intern_3441 = 'y\xF9', $intern_3442 = '\u016D', $intern_3443 = 923521, $intern_3444 = 'com.github.yellowstonegames.text', $intern_3445 = '\u01FD', $intern_3446 = 'com.google.gwt.animation.client', $intern_3447 = 'com.google.gwt.user.client.ui', $intern_3448 = {157:1, 137:1, 148:1, 147:1, 158:1, 124:1, 119:1}, $intern_3449 = 'com.google.gwt.canvas.client', $intern_3450 = 'com.google.gwt.core.client.impl', $intern_3451 = 'fnStack', $intern_3452 = 'Unknown', $intern_3453 = {395:1}, $intern_3454 = 'CSS1Compat', $intern_3455 = 'com.google.gwt.dom.client', $intern_3456 = 'DOMImplStandard', $intern_3457 = 'DOMImplMozilla', $intern_3458 = 'DOMImplStandardBase', $intern_3459 = 'DOMImplWebkit', $intern_3460 = {683:1, 196:1, 3:1, 42:1, 39:1}, $intern_3461 = {108:1, 3:1, 42:1, 39:1}, $intern_3462 = 'com.google.web.bindery.event.shared', $intern_3463 = 'com.google.gwt.event.shared', $intern_3464 = 'com.google.gwt.event.logical.shared', $intern_3465 = {323:1, 3:1, 51:1, 31:1, 52:1}, $intern_3466 = 'UmbrellaException', $intern_3467 = 'com.google.gwt.http.client', $intern_3468 = 524288, $intern_3469 = 4194304, $intern_3470 = 17592186044416, $intern_3471 = -17592186044416, $intern_3472 = 131072, $intern_3473 = 2097152, $intern_3474 = 33554432, $intern_3475 = 67108864, $intern_3476 = {394:1}, $intern_3477 = 'com.google.gwt.user.client.impl', $intern_3478 = '__gwtLastUnhandledEvent', $intern_3479 = {157:1, 137:1, 148:1, 147:1, 158:1, 124:1, 119:1, 29:1}, $intern_3480 = {157:1, 137:1, 148:1, 147:1, 158:1, 540:1, 124:1, 119:1, 29:1}, $intern_3481 = 'com.google.gwt.user.client.ui.impl', $intern_3482 = {518:1, 521:1}, $intern_3483 = 'Possible problem with your *.gwt.xml module file.\nThe compile time user.agent value (', $intern_3484 = 'does not match the runtime user.agent value (', $intern_3485 = ').\n', $intern_3486 = 'Expect more errors.', $intern_3487 = 'com.google.gwt.useragent.client', $intern_3488 = 'gecko1_8', $intern_3489 = {205:1, 644:1, 204:1}, $intern_3490 = {205:1, 527:1, 204:1}, $intern_3491 = {3:1, 51:1, 43:1, 31:1, 52:1}, $intern_3492 = ' out of range', $intern_3493 = 'For input string: "', $intern_3494 = 'java.nio', $intern_3495 = {42:1, 454:1}, $intern_3496 = ', status: capacity=', $intern_3497 = ' position=', $intern_3498 = ' limit=', $intern_3499 = {42:1, 256:1}, $intern_3500 = {42:1, 383:1}, $intern_3501 = {42:1, 311:1}, $intern_3502 = {42:1, 322:1}, $intern_3503 = {57:1, 528:1}, $intern_3504 = {228:1}, $intern_3505 = {3:1, 29:1, 81:1, 263:1, 68:1, 229:1, 313:1}, $intern_3506 = {3:1, 29:1, 81:1, 68:1, 89:1}, $intern_3507 = {3:1, 317:1}, $intern_3508 = {3:1, 4:1, 235:1, 391:1, 88:1, 149:1}, $intern_3509 = 'delimiters == null', $intern_3510 = 'java.util.regex', $intern_3511 = 'javaemul.internal', $intern_3512 = 'fromIndex: ', $intern_3513 = ' > toIndex: ', $intern_3514 = ', toIndex: ', $intern_3515 = ', length: ', $intern_3516 = 'Index: ', $intern_3517 = ', Size: ', $intern_3518 = "'group_id' expected", $intern_3519 = "'$' is not a last term in the group: <", $intern_3520 = '\\x{}', $intern_3521 = 'unbalanced parenthesis', $intern_3522 = 'group_id expected', $intern_3523 = "' expected", $intern_3524 = 'UDIRECTION', $intern_3525 = {3:1, 206:1, 62:1}, $intern_3526 = ' , ', $intern_3527 = ', =>', $intern_3528 = 'regexodus', $intern_3529 = 11171, $intern_3530 = 20988, $intern_3531 = '")&.\'"*\')/$" /$E!!$")% "#% 5 9 \x84$-,#)" "3v %!! "(" " 2 k { #!| ;!"(<(" Y " % % "\'?$!/"$+&R$p (!\' 3!"1O!o,K$"!72@$+L> 1*0 x!\' 3 (!%!4 & "#!!)!%!!\'"$% #!2 % "! $$%!4 & % % %!" #$%! #")! "),* ) 4 & % #!\' !"=!!\' ")& (!%!4 & % #!)!%! ) $% #!\' &-% $# !#% " %#%# #-$## !!"(",*("(* 5 ,#( !)% &!!\'\'& ! ( 5 \' #!) !)%)" !!\' %0* I #&,!3 $ 1#8 ) "!&#"$$ " ((\'!%0N$, \'<% " # 8 " 5!# " $!\'!!B"U%(2 " " "$\' C$2 1 C+"OR(i!; "&"!6 \x81 !!& " !!< !!E !!& " !!0 ^ !!c! +2#,1S!$#\x86!= /&g#+)* &*>*2.* %.l#"# !\'(\'3 !\'(T)6&Q-9 -$--F!#*G$/(+D@$` A!+(\'0"\'. %Ph$\'3).u.M\'\'#7!))6! 1 D&} \x7F!$!;!$!( " " " 9!J & "# &#!!$$*& &d%>"A%!$&+(*#:1*$"#-3"$"!\' "##(" " " ! +!!&#$" N\x88_j4\x87V\x89H H y()+"!; "&"!M)"=8+& & & & & & & & :7"\x85 ?0 #!#$S!%! m !&6 n#!-:\\,B\':( 0B\'<0\x80\x8Bb\x8E#\x8AeZ!~#@4[$\' tD)!q!J!)GI$"#$!")].Q-\'(8#" 7!C.A#P,+(9 L+.!\'(5#f/ !,!#-$!$!$+& & 6 .(w %!\'(\x8D.5$7\x8C\x83!rF&.#&- * # " % % sW\x822a!KX*#,1,#%/ ?"(# z)"*\')/$" /*T#$!$!$! #%#%/', $intern_3532 = ') in block ', $intern_3533 = 'illegal range: [...', $intern_3534 = '-\\w...]', $intern_3535 = 'wrong target type: ', $intern_3536 = 'malformed named group', $intern_3537 = 'regexodus.ds', $intern_3538 = 'com.badlogic.gdx.graphics.g3d.particles.batches', $intern_3539 = 'com.google.gwt.user.client.rpc', $intern_3540 = 'com.google.gwt.user.client.rpc.core.java.lang', $intern_3541 = 'com.google.gwt.user.client.rpc.core.java.util', $intern_3542 = 'java.util.function', $intern_3543 = 'user.agent'; +var _, com_google_gwt_lang_Runtime_prototypesByTypeId, com_google_gwt_lang_ModuleUtils_initFnList, com_google_gwt_lang_CollapsedPropertyHolder_permutationId = -1; +function com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1useragent_1client_1UserAgent__Ljava_lang_Object_2(){ + if (com_google_gwt_lang_CollapsedPropertyHolder_permutationId == 0) { + return new com_google_gwt_useragent_client_UserAgentImplGecko1_18_UserAgentImplGecko1_18__V; + } + return new com_google_gwt_useragent_client_UserAgentImplSafari_UserAgentImplSafari__V; +} + +function com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1user_1client_1ui_1impl_1FocusImpl__Ljava_lang_Object_2(){ + if (com_google_gwt_lang_CollapsedPropertyHolder_permutationId == 1) { + return new com_google_gwt_user_client_ui_impl_FocusImplSafari_FocusImplSafari__V; + } + return new com_google_gwt_user_client_ui_impl_FocusImplStandard_FocusImplStandard__V; +} + +function com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1user_1client_1impl_1WindowImpl__Ljava_lang_Object_2(){ + if (com_google_gwt_lang_CollapsedPropertyHolder_permutationId == 0) { + return new com_google_gwt_user_client_impl_WindowImplMozilla_WindowImplMozilla__V; + } + return new com_google_gwt_user_client_impl_WindowImpl_WindowImpl__V; +} + +function com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1user_1client_1impl_1DOMImpl__Ljava_lang_Object_2(){ + if (com_google_gwt_lang_CollapsedPropertyHolder_permutationId == 1) { + return new com_google_gwt_user_client_impl_DOMImplWebkit_DOMImplWebkit__V; + } + return new com_google_gwt_user_client_impl_DOMImplMozilla_DOMImplMozilla__V; +} + +function com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1dom_1client_1DOMImpl__Ljava_lang_Object_2(){ + if (com_google_gwt_lang_CollapsedPropertyHolder_permutationId == 0) { + return new com_google_gwt_dom_client_DOMImplMozilla_DOMImplMozilla__V; + } + return new com_google_gwt_dom_client_DOMImplWebkit_DOMImplWebkit__V; +} + +function com_google_gwt_lang_ModuleUtils_setGwtProperty__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2V(propertyName, propertyValue){ + typeof window === $intern_0 && typeof window['$gwt'] === $intern_0 && (window['$gwt'][propertyName] = propertyValue); +} + +function com_google_gwt_lang_ModuleUtils_gwtOnLoad__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(errFn, modName, modBase, softPermutationId){ + com_google_gwt_lang_ModuleUtils_ensureModuleInit__V(); + var initFnList = com_google_gwt_lang_ModuleUtils_initFnList; + $moduleName = modName; + $moduleBase = modBase; + com_google_gwt_lang_CollapsedPropertyHolder_permutationId = softPermutationId; + function initializeModules(){ + for (var i = 0; i < initFnList.length; i++) { + initFnList[i](); + } + } + + if (errFn) { + try { + $entry(initializeModules)(); + } + catch (e) { + errFn(modName, e); + } + } + else { + $entry(initializeModules)(); + } +} + +function com_google_gwt_lang_ModuleUtils_ensureModuleInit__V(){ + com_google_gwt_lang_ModuleUtils_initFnList == null && (com_google_gwt_lang_ModuleUtils_initFnList = []); +} + +function com_google_gwt_lang_ModuleUtils_addInitFunctions__V(){ + com_google_gwt_lang_ModuleUtils_ensureModuleInit__V(); + var initFnList = com_google_gwt_lang_ModuleUtils_initFnList; + for (var i = 0; i < arguments.length; i++) { + initFnList.push(arguments[i]); + } +} + +function com_google_gwt_lang_Runtime_typeMarkerFn__V(){ +} + +function com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(object){ + var java_lang_Object_toString__Ljava_lang_Object_2Ljava_lang_String_2_number_0; + if (Array.isArray(object) && object.java_lang_Object_typeMarker === com_google_gwt_lang_Runtime_typeMarkerFn__V) { + return java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object)) + '@' + (java_lang_Object_toString__Ljava_lang_Object_2Ljava_lang_String_2_number_0 = java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(object) >>> 0 , java_lang_Object_toString__Ljava_lang_Object_2Ljava_lang_String_2_number_0.toString(16)); + } + return object.toString(); +} + +function com_google_gwt_lang_Runtime_portableObjCreate__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2(obj){ + function F(){ + } + + ; + F.prototype = obj || {}; + return new F; +} + +function com_google_gwt_lang_Runtime_makeLambdaFunction__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2(samMethod, ctor, ctorArguments){ + var lambda = function(){ + return samMethod.apply(lambda, arguments); + } + ; + ctor.apply(lambda, ctorArguments); + return lambda; +} + +function com_google_gwt_lang_Runtime_emptyMethod__V(){ +} + +function com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(typeId, superTypeIdOrPrototype, castableTypeMap){ + var prototypesByTypeId = com_google_gwt_lang_Runtime_prototypesByTypeId, com_google_gwt_lang_Runtime_createSubclassPrototype__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2_superPrototype_0; + var prototype = prototypesByTypeId[typeId]; + var clazz = prototype instanceof Array?prototype[0]:null; + if (prototype && !clazz) { + _ = prototype; + } + else { + _ = (com_google_gwt_lang_Runtime_createSubclassPrototype__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2_superPrototype_0 = superTypeIdOrPrototype && superTypeIdOrPrototype.prototype , !com_google_gwt_lang_Runtime_createSubclassPrototype__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2_superPrototype_0 && (com_google_gwt_lang_Runtime_createSubclassPrototype__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2_superPrototype_0 = com_google_gwt_lang_Runtime_prototypesByTypeId[superTypeIdOrPrototype]) , com_google_gwt_lang_Runtime_portableObjCreate__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2(com_google_gwt_lang_Runtime_createSubclassPrototype__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2_superPrototype_0)); + _.java_lang_Object_castableTypeMap = castableTypeMap; + !superTypeIdOrPrototype && (_.java_lang_Object_typeMarker = com_google_gwt_lang_Runtime_typeMarkerFn__V); + prototypesByTypeId[typeId] = _; + } + for (var i = 3; i < arguments.length; ++i) { + arguments[i].prototype = _; + } + clazz && (_.java_lang_Object__1_1_1clazz = clazz); +} + +$wnd.goog = $wnd.goog || {}; +$wnd.goog.global = $wnd.goog.global || $wnd; +com_google_gwt_lang_Runtime_prototypesByTypeId = {}; +function java_lang_Object_$equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static, other){ + return com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(other); +} + +function java_lang_Object_Object__V(){ +} + +function java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static, other){ + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(this$static)?java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static, other):com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?java_lang_Double_$equals__Ljava_lang_Double_2Ljava_lang_Object_2Z(this$static, other):com_google_gwt_lang_Cast_instanceOfBoolean__Ljava_lang_Object_2Z(this$static)?(javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(other)):com_google_gwt_lang_Cast_hasJavaObjectVirtualDispatch__Ljava_lang_Object_2Z(this$static)?this$static.equals__Ljava_lang_Object_2Z(other):com_google_gwt_lang_Array_isJavaArray__Ljava_lang_Object_2Z(this$static)?java_lang_Object_$equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static, other):com_google_gwt_core_client_JavaScriptObject_$equals__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Object_2Z(this$static, other); +} + +function java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(this$static){ + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(this$static)?com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit:com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit:com_google_gwt_lang_Cast_instanceOfBoolean__Ljava_lang_Object_2Z(this$static)?com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit:com_google_gwt_lang_Cast_hasJavaObjectVirtualDispatch__Ljava_lang_Object_2Z(this$static)?this$static.java_lang_Object__1_1_1clazz:com_google_gwt_lang_Array_isJavaArray__Ljava_lang_Object_2Z(this$static)?this$static.java_lang_Object__1_1_1clazz:this$static.java_lang_Object__1_1_1clazz || Array.isArray(this$static) && com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, 1) || com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit; +} + +function java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this$static){ + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(this$static)?java_lang_String_$hashCode__Ljava_lang_String_2I(this$static):com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?com_google_gwt_lang_Cast_round_1int__DI((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static)):com_google_gwt_lang_Cast_instanceOfBoolean__Ljava_lang_Object_2Z(this$static)?(javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static)?1231:1237:com_google_gwt_lang_Cast_hasJavaObjectVirtualDispatch__Ljava_lang_Object_2Z(this$static)?this$static.hashCode__I():com_google_gwt_lang_Array_isJavaArray__Ljava_lang_Object_2Z(this$static)?javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this$static):!!this$static && !!this$static.hashCode?this$static.hashCode():javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this$static); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1, null, {}, java_lang_Object_Object__V); +_.equals__Ljava_lang_Object_2Z = function java_lang_Object_equals__Ljava_lang_Object_2Z(other){ + return java_lang_Object_$equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this, other); +} +; +_.getClass__Ljava_lang_Class_2 = function java_lang_Object_getClass__Ljava_lang_Class_2(){ + return this.java_lang_Object__1_1_1clazz; +} +; +_.hashCode__I = function java_lang_Object_hashCode__I(){ + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Object_toString__Ljava_lang_String_2(){ + var java_lang_Object_$toString__Ljava_lang_Object_2Ljava_lang_String_2_number_0; + return java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(this)) + '@' + (java_lang_Object_$toString__Ljava_lang_Object_2Ljava_lang_String_2_number_0 = java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this) >>> 0 , java_lang_Object_$toString__Ljava_lang_Object_2Ljava_lang_String_2_number_0.toString(16)); +} +; +_.equals = function(other){ + return this.equals__Ljava_lang_Object_2Z(other); +} +; +_.hashCode = function(){ + return this.hashCode__I(); +} +; +_.toString = function(){ + return this.toString__Ljava_lang_String_2(); +} +; +function com_google_gwt_lang_Cast_canCast__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(src_0, dstId){ + if (com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(src_0)) { + return !!com_google_gwt_lang_Cast_stringCastMap[dstId]; + } + else if (src_0.java_lang_Object_castableTypeMap) { + return !!src_0.java_lang_Object_castableTypeMap[dstId]; + } + else if (com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(src_0)) { + return !!com_google_gwt_lang_Cast_doubleCastMap[dstId]; + } + else if (com_google_gwt_lang_Cast_instanceOfBoolean__Ljava_lang_Object_2Z(src_0)) { + return !!com_google_gwt_lang_Cast_booleanCastMap[dstId]; + } + return false; +} + +function com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(src_0){ + var elementTypeCategory; + src_0 == null || Array.isArray(src_0) && (elementTypeCategory = com_google_gwt_lang_Array_getElementTypeCategory__Ljava_lang_Object_2I(src_0) , !(elementTypeCategory >= 14 && elementTypeCategory <= 16)); + return src_0; +} + +function com_google_gwt_lang_Cast_charToString__CLjava_lang_String_2(x_0){ + return String.fromCharCode(x_0); +} + +function com_google_gwt_lang_Cast_hasJavaObjectVirtualDispatch__Ljava_lang_Object_2Z(src_0){ + return !Array.isArray(src_0) && src_0.java_lang_Object_typeMarker === com_google_gwt_lang_Runtime_typeMarkerFn__V; +} + +function com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(src_0, dstId){ + return src_0 != null && com_google_gwt_lang_Cast_canCast__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(src_0, dstId); +} + +function com_google_gwt_lang_Cast_instanceOfArray__Ljava_lang_Object_2Z(src_0){ + var elementTypeCategory; + return Array.isArray(src_0) && (elementTypeCategory = com_google_gwt_lang_Array_getElementTypeCategory__Ljava_lang_Object_2I(src_0) , !(elementTypeCategory >= 14 && elementTypeCategory <= 16)); +} + +function com_google_gwt_lang_Cast_instanceOfBoolean__Ljava_lang_Object_2Z(src_0){ + return typeof src_0 === $intern_1; +} + +function com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(src_0){ + return typeof src_0 === $intern_2; +} + +function com_google_gwt_lang_Cast_instanceOfJso__Ljava_lang_Object_2Z(src_0){ + return src_0 != null && (typeof src_0 === $intern_0 || typeof src_0 === $intern_3) && !(src_0.java_lang_Object_typeMarker === com_google_gwt_lang_Runtime_typeMarkerFn__V); +} + +function com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(src_0){ + return typeof src_0 === 'string'; +} + +function com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(src_0){ + return src_0 == null?null:src_0; +} + +function com_google_gwt_lang_Cast_round_1byte__DB(x_0){ + return com_google_gwt_lang_Cast_round_1int__DI(x_0) << 24 >> 24; +} + +function com_google_gwt_lang_Cast_round_1char__DC(x_0){ + return com_google_gwt_lang_Cast_round_1int__DI(x_0) & $intern_4; +} + +function com_google_gwt_lang_Cast_round_1int__DI(x_0){ + return Math.max(Math.min(x_0, $intern_5), -2147483648) | 0; +} + +function com_google_gwt_lang_Cast_round_1short__DS(x_0){ + return com_google_gwt_lang_Cast_round_1int__DI(x_0) << 16 >> 16; +} + +var com_google_gwt_lang_Cast_booleanCastMap, com_google_gwt_lang_Cast_doubleCastMap, com_google_gwt_lang_Cast_stringCastMap; +function java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(this$static){ + if (this$static.java_lang_Class_typeName != null) { + return; + } + java_lang_Class_initializeNames__Ljava_lang_Class_2V(this$static); +} + +function java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this$static){ + java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(this$static); + return this$static.java_lang_Class_typeName; +} + +function java_lang_Class_Class__V(){ + ++java_lang_Class_nextSequentialId; + this.java_lang_Class_typeName = null; + this.java_lang_Class_simpleName = null; + this.java_lang_Class_packageName = null; + this.java_lang_Class_compoundName = null; + this.java_lang_Class_canonicalName = null; + this.java_lang_Class_typeId = null; + this.java_lang_Class_arrayLiterals = null; +} + +function java_lang_Class_createClassObject__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2(packageName, compoundClassName){ + var clazz; + clazz = new java_lang_Class_Class__V; + clazz.java_lang_Class_packageName = packageName; + clazz.java_lang_Class_compoundName = compoundClassName; + return clazz; +} + +function java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2(packageName, compoundClassName, typeId, superclass){ + var clazz; + clazz = java_lang_Class_createClassObject__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2(packageName, compoundClassName); + java_lang_Class_maybeSetClassLiteral__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2V(typeId, clazz); + clazz.java_lang_Class_superclass = superclass; + return clazz; +} + +function java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2(packageName, compoundClassName, typeId, superclass, enumConstantsFunc){ + var clazz; + clazz = java_lang_Class_createClassObject__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2(packageName, compoundClassName); + java_lang_Class_maybeSetClassLiteral__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2V(typeId, clazz); + clazz.java_lang_Class_modifiers = enumConstantsFunc?8:0; + clazz.java_lang_Class_superclass = superclass; + clazz.java_lang_Class_enumConstantsFunc = enumConstantsFunc; + return clazz; +} + +function java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2(packageName, compoundClassName){ + var clazz; + clazz = java_lang_Class_createClassObject__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2(packageName, compoundClassName); + clazz.java_lang_Class_modifiers = 2; + return clazz; +} + +function java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2(className, primitiveTypeId){ + var clazz; + clazz = java_lang_Class_createClassObject__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2('', className); + clazz.java_lang_Class_typeId = primitiveTypeId; + clazz.java_lang_Class_modifiers = 1; + return clazz; +} + +function java_lang_Class_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(leafClass, dimensions){ + var arrayLiterals = leafClass.java_lang_Class_arrayLiterals = leafClass.java_lang_Class_arrayLiterals || []; + return arrayLiterals[dimensions] || (arrayLiterals[dimensions] = leafClass.private$java_lang_Class$createClassLiteralForArray__ILjava_lang_Class_2(dimensions)); +} + +function java_lang_Class_getPrototypeForClass__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2(clazz){ + if (clazz.isPrimitive__Z()) { + return null; + } + var typeId = clazz.java_lang_Class_typeId; + return com_google_gwt_lang_Runtime_prototypesByTypeId[typeId]; +} + +function java_lang_Class_initializeNames__Ljava_lang_Class_2V(clazz){ + if (clazz.isArray__Z()) { + var componentType = clazz.java_lang_Class_componentType; + componentType.isPrimitive__Z()?(clazz.java_lang_Class_typeName = '[' + componentType.java_lang_Class_typeId):!componentType.isArray__Z()?(clazz.java_lang_Class_typeName = '[L' + componentType.getName__Ljava_lang_String_2() + ';'):(clazz.java_lang_Class_typeName = '[' + componentType.getName__Ljava_lang_String_2()); + clazz.java_lang_Class_canonicalName = componentType.getCanonicalName__Ljava_lang_String_2() + $intern_6; + clazz.java_lang_Class_simpleName = componentType.getSimpleName__Ljava_lang_String_2() + $intern_6; + return; + } + var packageName = clazz.java_lang_Class_packageName; + var compoundName = clazz.java_lang_Class_compoundName; + compoundName = compoundName.split('/'); + clazz.java_lang_Class_typeName = java_lang_Class_join__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2('.', [packageName, java_lang_Class_join__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2('$', compoundName)]); + clazz.java_lang_Class_canonicalName = java_lang_Class_join__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2('.', [packageName, java_lang_Class_join__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2('.', compoundName)]); + clazz.java_lang_Class_simpleName = compoundName[compoundName.length - 1]; +} + +function java_lang_Class_join__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2(separator, strings){ + var i = 0; + while (!strings[i] || strings[i] == '') { + i++; + } + var result = strings[i++]; + for (; i < strings.length; i++) { + if (!strings[i] || strings[i] == '') { + continue; + } + result += separator + strings[i]; + } + return result; +} + +function java_lang_Class_maybeSetClassLiteral__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2V(typeId, clazz){ + var proto; + if (!typeId) { + return; + } + clazz.java_lang_Class_typeId = typeId; + var prototype = java_lang_Class_getPrototypeForClass__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2(clazz); + if (!prototype) { + com_google_gwt_lang_Runtime_prototypesByTypeId[typeId] = [clazz]; + return; + } + prototype.java_lang_Object__1_1_1clazz = clazz; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(16, 1, {16:1, 1145:1}, java_lang_Class_Class__V); +_.private$java_lang_Class$createClassLiteralForArray__ILjava_lang_Class_2 = function java_lang_Class_createClassLiteralForArray__ILjava_lang_Class_2(dimensions){ + var clazz; + clazz = new java_lang_Class_Class__V; + clazz.java_lang_Class_modifiers = 4; + clazz.java_lang_Class_superclass = com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit; + dimensions > 1?(clazz.java_lang_Class_componentType = java_lang_Class_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(this, dimensions - 1)):(clazz.java_lang_Class_componentType = this); + return clazz; +} +; +_.getCanonicalName__Ljava_lang_String_2 = function java_lang_Class_getCanonicalName__Ljava_lang_String_2(){ + java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(this); + return this.java_lang_Class_canonicalName; +} +; +_.getName__Ljava_lang_String_2 = function java_lang_Class_getName__Ljava_lang_String_2(){ + return java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this); +} +; +_.getSimpleName__Ljava_lang_String_2 = function java_lang_Class_getSimpleName__Ljava_lang_String_2(){ + return java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(this) , this.java_lang_Class_simpleName; +} +; +_.isArray__Z = function java_lang_Class_isArray__Z(){ + return (this.java_lang_Class_modifiers & 4) != 0; +} +; +_.isPrimitive__Z = function java_lang_Class_isPrimitive__Z(){ + return (this.java_lang_Class_modifiers & 1) != 0; +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Class_toString__Ljava_lang_String_2(){ + return ((this.java_lang_Class_modifiers & 2) != 0?$intern_7:(this.java_lang_Class_modifiers & 1) != 0?'':'class ') + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(this) , this.java_lang_Class_typeName); +} +; +_.java_lang_Class_modifiers = 0; +var java_lang_Class_nextSequentialId = 1; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Object', 1, null); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Class', 16, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1109, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1AbstractGraphics_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_9, 'AbstractGraphics', 1109, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(this$static, key){ + if (key == -1) { + return this$static.com_badlogic_gdx_AbstractInput_pressedKeyCount > 0; + } + if (key < 0 || key > 255) { + return false; + } + return this$static.com_badlogic_gdx_AbstractInput_pressedKeys[key]; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(946, 1, {}); +_.com_badlogic_gdx_AbstractInput_keyJustPressed = false; +_.com_badlogic_gdx_AbstractInput_pressedKeyCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1AbstractInput_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_9, 'AbstractInput', 946, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Application_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_9, 'Application'); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1110, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1ApplicationAdapter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_9, 'ApplicationAdapter', 1110, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Files_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_9, 'Files'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_8, 'Comparable'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_10, 'Serializable'); +function java_lang_Enum_$toString__Ljava_lang_Enum_2Ljava_lang_String_2(this$static){ + return this$static.java_lang_Enum_name != null?this$static.java_lang_Enum_name:'' + this$static.java_lang_Enum_ordinal; +} + +function java_lang_Enum_Enum__Ljava_lang_String_2IV(name_0, ordinal){ + this.java_lang_Enum_name = name_0; + this.java_lang_Enum_ordinal = ordinal; +} + +function java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2(enumConstants){ + var result, value_0, value$array, value$index, value$max; + result = {}; + for (value$array = enumConstants , value$index = 0 , value$max = value$array.length; value$index < value$max; ++value$index) { + value_0 = value$array[value$index]; + result[':' + (value_0.java_lang_Enum_name != null?value_0.java_lang_Enum_name:'' + value_0.java_lang_Enum_ordinal)] = value_0; + } + return result; +} + +function java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2(map_0, name_0){ + var result; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(name_0); + result = map_0[':' + name_0]; + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZLjava_lang_Object_2V(!!result, 'Enum constant undefined: ' + name_0); + return result; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(39, 1, {3:1, 42:1, 39:1}); +_.compareTo__Ljava_lang_Object_2I = function java_lang_Enum_compareTo__Ljava_lang_Object_2I(other){ + return this.java_lang_Enum_ordinal - other.java_lang_Enum_ordinal; +} +; +_.equals__Ljava_lang_Object_2Z = function java_lang_Enum_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.hashCode__I = function java_lang_Enum_hashCode__I(){ + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Enum_toString__Ljava_lang_String_2(){ + return java_lang_Enum_$toString__Ljava_lang_Enum_2Ljava_lang_String_2(this); +} +; +_.java_lang_Enum_ordinal = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Enum', 39, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_Files$FileType_$clinit__V(){ + com_badlogic_gdx_Files$FileType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_Files$FileType_Classpath = new com_badlogic_gdx_Files$FileType_Files$FileType__Ljava_lang_String_2IV('Classpath', 0); + com_badlogic_gdx_Files$FileType_Internal = new com_badlogic_gdx_Files$FileType_Files$FileType__Ljava_lang_String_2IV('Internal', 1); + com_badlogic_gdx_Files$FileType_External = new com_badlogic_gdx_Files$FileType_Files$FileType__Ljava_lang_String_2IV('External', 2); + com_badlogic_gdx_Files$FileType_Absolute = new com_badlogic_gdx_Files$FileType_Files$FileType__Ljava_lang_String_2IV('Absolute', 3); + com_badlogic_gdx_Files$FileType_Local = new com_badlogic_gdx_Files$FileType_Files$FileType__Ljava_lang_String_2IV('Local', 4); +} + +function com_badlogic_gdx_Files$FileType_Files$FileType__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_Files$FileType_values___3Lcom_badlogic_gdx_Files$FileType_2(){ + com_badlogic_gdx_Files$FileType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Files$FileType_12_1classLit, 1), $intern_11, 305, 0, [com_badlogic_gdx_Files$FileType_Classpath, com_badlogic_gdx_Files$FileType_Internal, com_badlogic_gdx_Files$FileType_External, com_badlogic_gdx_Files$FileType_Absolute, com_badlogic_gdx_Files$FileType_Local]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(305, 39, {305:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_Files$FileType_Files$FileType__Ljava_lang_String_2IV); +var com_badlogic_gdx_Files$FileType_Absolute, com_badlogic_gdx_Files$FileType_Classpath, com_badlogic_gdx_Files$FileType_External, com_badlogic_gdx_Files$FileType_Internal, com_badlogic_gdx_Files$FileType_Local; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Files$FileType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_9, 'Files/FileType', 305, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_Files$FileType_values___3Lcom_badlogic_gdx_Files$FileType_2); +var com_badlogic_gdx_Gdx_app, com_badlogic_gdx_Gdx_files, com_badlogic_gdx_Gdx_gl, com_badlogic_gdx_Gdx_gl20, com_badlogic_gdx_Gdx_graphics, com_badlogic_gdx_Gdx_input; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1InputProcessor_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_9, 'InputProcessor'); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(466, 1, $intern_12); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1InputAdapter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_9, 'InputAdapter', 466, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_9, 'Net'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_13, 'Pool/Poolable'); +function com_badlogic_gdx_Net$HttpRequest_Net$HttpRequest__V(){ + this.com_badlogic_gdx_Net$HttpRequest_headers = new java_util_HashMap_HashMap__V; +} + +function com_badlogic_gdx_Net$HttpRequest_Net$HttpRequest__Ljava_lang_String_2V(httpMethod){ + com_badlogic_gdx_Net$HttpRequest_Net$HttpRequest__V.call(this); + this.com_badlogic_gdx_Net$HttpRequest_httpMethod = httpMethod; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(398, 1, {398:1, 67:1}, com_badlogic_gdx_Net$HttpRequest_Net$HttpRequest__V, com_badlogic_gdx_Net$HttpRequest_Net$HttpRequest__Ljava_lang_String_2V); +_.getContent__Ljava_lang_String_2 = function com_badlogic_gdx_Net$HttpRequest_getContent__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_Net$HttpRequest_content; +} +; +_.getContentStream__Ljava_io_InputStream_2 = function com_badlogic_gdx_Net$HttpRequest_getContentStream__Ljava_io_InputStream_2(){ + return this.com_badlogic_gdx_Net$HttpRequest_contentStream; +} +; +_.getFollowRedirects__Z = function com_badlogic_gdx_Net$HttpRequest_getFollowRedirects__Z(){ + return this.com_badlogic_gdx_Net$HttpRequest_followRedirects; +} +; +_.getHeaders__Ljava_util_Map_2 = function com_badlogic_gdx_Net$HttpRequest_getHeaders__Ljava_util_Map_2(){ + return this.com_badlogic_gdx_Net$HttpRequest_headers; +} +; +_.getIncludeCredentials__Z = function com_badlogic_gdx_Net$HttpRequest_getIncludeCredentials__Z(){ + return this.com_badlogic_gdx_Net$HttpRequest_includeCredentials; +} +; +_.getMethod__Ljava_lang_String_2 = function com_badlogic_gdx_Net$HttpRequest_getMethod__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_Net$HttpRequest_httpMethod; +} +; +_.getTimeOut__I = function com_badlogic_gdx_Net$HttpRequest_getTimeOut__I(){ + return this.com_badlogic_gdx_Net$HttpRequest_timeOut; +} +; +_.getUrl__Ljava_lang_String_2 = function com_badlogic_gdx_Net$HttpRequest_getUrl__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_Net$HttpRequest_url; +} +; +_.reset__V = function com_badlogic_gdx_Net$HttpRequest_reset__V(){ + this.com_badlogic_gdx_Net$HttpRequest_httpMethod = null; + this.com_badlogic_gdx_Net$HttpRequest_url = null; + this.com_badlogic_gdx_Net$HttpRequest_headers.clear__V(); + this.com_badlogic_gdx_Net$HttpRequest_timeOut = 0; + this.com_badlogic_gdx_Net$HttpRequest_content = null; + this.com_badlogic_gdx_Net$HttpRequest_contentStream = null; + this.com_badlogic_gdx_Net$HttpRequest_followRedirects = true; +} +; +_.setContent__Ljava_lang_String_2V = function com_badlogic_gdx_Net$HttpRequest_setContent__Ljava_lang_String_2V(content_0){ + this.com_badlogic_gdx_Net$HttpRequest_content = content_0; +} +; +_.setFollowRedirects__ZV = function com_badlogic_gdx_Net$HttpRequest_setFollowRedirects__ZV(followRedirects){ + if (followRedirects) { + this.com_badlogic_gdx_Net$HttpRequest_followRedirects = followRedirects; + } + else { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V("Following redirects can't be disabled using the GWT/WebGL backend!")); + } +} +; +_.setHeader__Ljava_lang_String_2Ljava_lang_String_2V = function com_badlogic_gdx_Net$HttpRequest_setHeader__Ljava_lang_String_2Ljava_lang_String_2V(name_0, value_0){ + this.com_badlogic_gdx_Net$HttpRequest_headers.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(name_0, value_0); +} +; +_.setIncludeCredentials__ZV = function com_badlogic_gdx_Net$HttpRequest_setIncludeCredentials__ZV(includeCredentials){ + this.com_badlogic_gdx_Net$HttpRequest_includeCredentials = includeCredentials; +} +; +_.setMethod__Ljava_lang_String_2V = function com_badlogic_gdx_Net$HttpRequest_setMethod__Ljava_lang_String_2V(httpMethod){ + this.com_badlogic_gdx_Net$HttpRequest_httpMethod = httpMethod; +} +; +_.setTimeOut__IV = function com_badlogic_gdx_Net$HttpRequest_setTimeOut__IV(timeOut){ + this.com_badlogic_gdx_Net$HttpRequest_timeOut = timeOut; +} +; +_.setUrl__Ljava_lang_String_2V = function com_badlogic_gdx_Net$HttpRequest_setUrl__Ljava_lang_String_2V(url_0){ + this.com_badlogic_gdx_Net$HttpRequest_url = url_0; +} +; +_.com_badlogic_gdx_Net$HttpRequest_followRedirects = true; +_.com_badlogic_gdx_Net$HttpRequest_includeCredentials = false; +_.com_badlogic_gdx_Net$HttpRequest_timeOut = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_9, 'Net/HttpRequest', 398, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_9, 'Net/HttpResponse'); +function com_badlogic_gdx_Net$Protocol_$clinit__V(){ + com_badlogic_gdx_Net$Protocol_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_Net$Protocol_TCP = new com_badlogic_gdx_Net$Protocol_Net$Protocol__Ljava_lang_String_2IV; +} + +function com_badlogic_gdx_Net$Protocol_Net$Protocol__Ljava_lang_String_2IV(){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, 'TCP', 0); +} + +function com_badlogic_gdx_Net$Protocol_values___3Lcom_badlogic_gdx_Net$Protocol_2(){ + com_badlogic_gdx_Net$Protocol_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), $intern_14, 399, 0, [com_badlogic_gdx_Net$Protocol_TCP]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(399, 39, {399:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_Net$Protocol_Net$Protocol__Ljava_lang_String_2IV); +var com_badlogic_gdx_Net$Protocol_TCP; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_9, 'Net/Protocol', 399, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_Net$Protocol_values___3Lcom_badlogic_gdx_Net$Protocol_2); +function com_badlogic_gdx_Net$Protocol$Map_$clinit__V(){ + com_badlogic_gdx_Net$Protocol$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_Net$Protocol$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_Net$Protocol_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), $intern_14, 399, 0, [com_badlogic_gdx_Net$Protocol_TCP]))); +} + +var com_badlogic_gdx_Net$Protocol$Map_$MAP; +function com_badlogic_gdx_assets_AssetDescriptor_AssetDescriptor__Ljava_lang_String_2Ljava_lang_Class_2V(fileName, assetType){ + com_badlogic_gdx_assets_AssetDescriptor_AssetDescriptor__Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_assets_AssetLoaderParameters_2V.call(this, fileName, assetType); +} + +function com_badlogic_gdx_assets_AssetDescriptor_AssetDescriptor__Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_assets_AssetLoaderParameters_2V(fileName, assetType){ + this.com_badlogic_gdx_assets_AssetDescriptor_fileName = fileName; + this.com_badlogic_gdx_assets_AssetDescriptor_type = assetType; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(404, 1, {}, com_badlogic_gdx_assets_AssetDescriptor_AssetDescriptor__Ljava_lang_String_2Ljava_lang_Class_2V, com_badlogic_gdx_assets_AssetDescriptor_AssetDescriptor__Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_assets_AssetLoaderParameters_2V); +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_assets_AssetDescriptor_toString__Ljava_lang_String_2(){ + var sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, this.com_badlogic_gdx_assets_AssetDescriptor_fileName); + sb.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this.com_badlogic_gdx_assets_AssetDescriptor_type)); + return sb.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetDescriptor_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_16, 'AssetDescriptor', 404, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(580, 1, {580:1}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetLoaderParameters_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_16, 'AssetLoaderParameters', 580, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(578, 1, {578:1}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1loaders_1AssetLoader_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_17, 'AssetLoader', 578, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(732, 578, {578:1, 732:1}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1loaders_1AsynchronousAssetLoader_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_17, 'AsynchronousAssetLoader', 732, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1loaders_1AssetLoader_12_1classLit); +function com_badlogic_gdx_backends_gwt_DefaultGwtAudio_DefaultGwtAudio__V(){ + new com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_WebAudioAPIManager__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(811, 1, {}, com_badlogic_gdx_backends_gwt_DefaultGwtAudio_DefaultGwtAudio__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1DefaultGwtAudio_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'DefaultGwtAudio', 811, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getAvailablePointer__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2I(this$static){ + var i; + for (i = 0; i < 20; i++) { + if (!com_badlogic_gdx_utils_IntMap_$containsValue__Lcom_badlogic_gdx_utils_IntMap_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchMap, java_lang_Integer_valueOf__ILjava_lang_Integer_2(i))) + return i; + } + return -1; +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getButton__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2II(button){ + if (button == 1) + return 0; + if (button == 2) + return 1; + if (button == 4) + return 2; + return 0; +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementXJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(event_0){ + return event_0.movementX || event_0.webkitMovementX || 0; +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementYJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(event_0){ + return event_0.movementY || event_0.webkitMovementY || 0; +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, target){ + var xScaleRatio; + xScaleRatio = target.width / (target.clientWidth | 0); + return com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(xScaleRatio * (com_google_gwt_dom_client_DOMImpl_toInt32__DI((com_google_gwt_dom_client_DOMImpl_$clinit__V() , e).clientX || 0) - com_google_gwt_dom_client_DOMImpl_impl.getAbsoluteLeft__Lcom_google_gwt_dom_client_Element_2I(target) + com_google_gwt_dom_client_DOMImpl_impl.getScrollLeft__Lcom_google_gwt_dom_client_Element_2I(target) + com_google_gwt_dom_client_Document_$getScrollLeft__Lcom_google_gwt_dom_client_Document_2I(target.ownerDocument)))); +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, target){ + var xScaleRatio; + xScaleRatio = target.width / (target.clientWidth | 0); + return com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(xScaleRatio * (com_google_gwt_dom_client_DOMImpl_toInt32__DI((com_google_gwt_dom_client_DOMImpl_$clinit__V() , touch).clientX || 0) - com_google_gwt_dom_client_DOMImpl_impl.getAbsoluteLeft__Lcom_google_gwt_dom_client_Element_2I(target) + com_google_gwt_dom_client_DOMImpl_impl.getScrollLeft__Lcom_google_gwt_dom_client_Element_2I(target) + com_google_gwt_dom_client_Document_$getScrollLeft__Lcom_google_gwt_dom_client_Document_2I(target.ownerDocument)))); +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, target){ + var yScaleRatio; + yScaleRatio = target.height / (target.clientHeight | 0); + return com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(yScaleRatio * (com_google_gwt_dom_client_DOMImpl_toInt32__DI((com_google_gwt_dom_client_DOMImpl_$clinit__V() , e).clientY || 0) - com_google_gwt_dom_client_DOMImpl_impl.getAbsoluteTop__Lcom_google_gwt_dom_client_Element_2I(target) + ((target.scrollTop || 0) | 0) + com_google_gwt_dom_client_Document_$getScrollTop__Lcom_google_gwt_dom_client_Document_2I(target.ownerDocument)))); +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, target){ + var yScaleRatio; + yScaleRatio = target.height / (target.clientHeight | 0); + return com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(yScaleRatio * (com_google_gwt_dom_client_DOMImpl_toInt32__DI((com_google_gwt_dom_client_DOMImpl_$clinit__V() , touch).clientY || 0) - com_google_gwt_dom_client_DOMImpl_impl.getAbsoluteTop__Lcom_google_gwt_dom_client_Element_2I(target) + ((target.scrollTop || 0) | 0) + com_google_gwt_dom_client_Document_$getScrollTop__Lcom_google_gwt_dom_client_Document_2I(target.ownerDocument)))); +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isButtonPressed__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2IZ(this$static, button){ + return com_badlogic_gdx_utils_IntSet_$contains__Lcom_badlogic_gdx_utils_IntSet_2IZ(this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedButtons, button) && this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[0]; +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isCursorCatchedJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_CanvasElement_2Z(canvas){ + !navigator.pointer && (navigator.pointer = navigator.pointer || navigator.webkitPointer || navigator.mozPointer); + if (navigator.pointer) { + if (typeof navigator.pointer.isLocked === $intern_1) { + return navigator.pointer.isLocked; + } + else if (typeof navigator.pointer.isLocked === $intern_3) { + return navigator.pointer.isLocked(); + } + else if (typeof navigator.pointer.islocked === $intern_3) { + return navigator.pointer.islocked(); + } + } + if ($doc.pointerLockElement === canvas || $doc.mozPointerLockElement === canvas) { + return true; + } + return false; +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isTouched__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Z(this$static){ + var pointer; + for (pointer = 0; pointer < 20; pointer++) { + if (this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[pointer]) { + return true; + } + } + return false; +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$keyForCode__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2III(keyCode, location_0){ + switch (keyCode) { + case 18: + return location_0 == 2?58:57; + case 8: + return 67; + case 17: + return location_0 == 2?130:129; + case 46: + return 112; + case 40: + return 20; + case 35: + return 123; + case 13: + return location_0 == 3?160:66; + case 27: + return 111; + case 36: + return 3; + case 37: + return 21; + case 34: + return 93; + case 33: + return 92; + case 39: + return 22; + case 16: + return location_0 == 2?60:59; + case 9: + return 61; + case 38: + return 19; + case 19: + return 121; + case 20: + return 115; + case 32: + return 62; + case 45: + return 124; + case 48: + return 7; + case 49: + return 8; + case 50: + return 9; + case 51: + return 10; + case 52: + return 11; + case 53: + return 12; + case 54: + return 13; + case 55: + return 14; + case 56: + return 15; + case 57: + return 16; + case 65: + return 29; + case 66: + return 30; + case 67: + return 31; + case 68: + return 32; + case 69: + return 33; + case 70: + return 34; + case 71: + return 35; + case 72: + return 36; + case 73: + return 37; + case 74: + return 38; + case 75: + return 39; + case 76: + return 40; + case 77: + return 41; + case 78: + return 42; + case 79: + return 43; + case 80: + return 44; + case 81: + return 45; + case 82: + return 46; + case 83: + return 47; + case 84: + return 48; + case 85: + return 49; + case 86: + return 50; + case 87: + return 51; + case 88: + return 52; + case 89: + return 53; + case 90: + return 54; + case 92: + case 192: + default:case 91: + return 0; + case 96: + return 144; + case 97: + return 145; + case 98: + return 146; + case 99: + return 147; + case 100: + return 148; + case 101: + return 149; + case 102: + return 150; + case 103: + return 151; + case 104: + return 152; + case 105: + return 153; + case 106: + return 155; + case 107: + return 157; + case 109: + return 156; + case 110: + return 158; + case 111: + return 154; + case 112: + return 131; + case 113: + return 132; + case 114: + return 133; + case 115: + return 134; + case 116: + return 135; + case 117: + return 136; + case 118: + return 137; + case 119: + return 138; + case 120: + return 139; + case 121: + return 140; + case 122: + return 141; + case 123: + return 142; + case 124: + return 183; + case 125: + return 184; + case 126: + return 185; + case 127: + return 186; + case 128: + return 187; + case 129: + return 188; + case 130: + return 189; + case 131: + return 190; + case 132: + return 191; + case 133: + return 192; + case 134: + return 193; + case 135: + return 194; + case 144: + return 143; + case 145: + return 116; + case 174: + case 182: + return 25; + case 175: + case 183: + return 24; + case 176: + return 87; + case 177: + return 88; + case 178: + return 86; + case 179: + return 85; + case 44: + return 120; + case 186: + return 74; + case 187: + return 70; + case 188: + return 55; + case 189: + return 69; + case 190: + return 56; + case 191: + return 76; + case 219: + return 71; + case 220: + return 73; + case 221: + return 72; + case 222: + return 75; + } +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$reset__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2V(this$static){ + var i; + if (this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_justTouched) { + this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_justTouched = false; + for (i = 0; i < this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_justPressedButtons.length; i++) { + this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_justPressedButtons[i] = false; + } + } + if (this$static.com_badlogic_gdx_AbstractInput_keyJustPressed) { + this$static.com_badlogic_gdx_AbstractInput_keyJustPressed = false; + for (i = 0; i < this$static.com_badlogic_gdx_AbstractInput_justPressedKeys.length; i++) { + this$static.com_badlogic_gdx_AbstractInput_justPressedKeys[i] = false; + } + } +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$setInputProcessor__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_badlogic_gdx_InputProcessor_2V(this$static, processor){ + this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor = processor; +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_$setupAccelerometer__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2V(this$static){ + if ('Accelerometer' in $wnd && com_badlogic_gdx_backends_gwt_GwtFeaturePolicy_allowsFeature__Ljava_lang_String_2Z($intern_19)) { + !this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_accelerometer && (this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_accelerometer = new $wnd.Accelerometer); + this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_accelerometer.activated || (this$static.com_badlogic_gdx_backends_gwt_DefaultGwtInput_accelerometer.start() , undefined); + } +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_DefaultGwtInput__Lcom_google_gwt_dom_client_CanvasElement_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2V(canvas, config){ + this.com_badlogic_gdx_AbstractInput_keysToCatch = new com_badlogic_gdx_utils_IntSet_IntSet__V; + this.com_badlogic_gdx_AbstractInput_pressedKeys = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, 256, 16, 1); + this.com_badlogic_gdx_AbstractInput_justPressedKeys = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, 256, 16, 1); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchMap = new com_badlogic_gdx_utils_IntMap_IntMap__IV; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, 20, 16, 1); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 20, 15, 1); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 20, 15, 1); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 20, 15, 1); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 20, 15, 1); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedButtons = new com_badlogic_gdx_utils_IntSet_IntSet__V; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedKeySet = new com_badlogic_gdx_utils_IntSet_IntSet__V; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_justPressedButtons = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, 5, 16, 1); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas = canvas; + config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_useAccelerometer && com_badlogic_gdx_backends_gwt_GwtFeaturePolicy_allowsFeature__Ljava_lang_String_2Z($intern_19) && (com_badlogic_gdx_backends_gwt_GwtApplication_agentInfo.isFirefox?com_badlogic_gdx_backends_gwt_DefaultGwtInput_$setupAccelerometer__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2V(this):com_badlogic_gdx_backends_gwt_GwtPermissions_queryPermission__Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_GwtPermissions$GwtPermissionResult_2V($intern_19, new com_badlogic_gdx_backends_gwt_DefaultGwtInput$1_DefaultGwtInput$1__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2V(this))); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas, $intern_22, this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV($doc, $intern_22, this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas, $intern_23, this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV($doc, $intern_23, this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas, $intern_24, this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV($doc, $intern_24, this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas, com_badlogic_gdx_backends_gwt_DefaultGwtInput_getMouseWheelEvent__Ljava_lang_String_2(), this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV($doc, $intern_25, this, false); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV($doc, $intern_26, this, false); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV($doc, $intern_27, this, false); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV($wnd, 'blur', this, false); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas, $intern_28, this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas, $intern_29, this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas, $intern_30, this, true); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas, $intern_31, this, true); + com_badlogic_gdx_utils_IntSet_$add__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_AbstractInput_keysToCatch, 67); +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_addEventListener__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2ZV(target, name_0, handler, capture){ + target.addEventListener(name_0, function(e){ + handler.private$com_badlogic_gdx_backends_gwt_DefaultGwtInput$handleEvent__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + } + , capture); +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_getMouseWheelEvent__Ljava_lang_String_2(){ + if (navigator.userAgent.toLowerCase().indexOf('firefox') != -1) { + return $intern_32; + } + else { + return $intern_33; + } +} + +function com_badlogic_gdx_backends_gwt_DefaultGwtInput_getMouseWheelVelocity__Lcom_google_gwt_dom_client_NativeEvent_2F(evt){ + var delta = 0; + var agentInfo = com_badlogic_gdx_backends_gwt_GwtApplication_agentInfo; + if (agentInfo.isFirefox) { + agentInfo.isMacOS?(delta = 1 * evt.detail):(delta = 1 * evt.detail / 3); + } + else if (agentInfo.isOpera) { + agentInfo.isLinux?(delta = -1 * evt.wheelDelta / 80):(delta = -1 * evt.wheelDelta / 40); + } + else if (agentInfo.isChrome || agentInfo.isSafari || agentInfo.isIE) { + delta = -1 * evt.wheelDelta / 120; + Math.abs(delta) < 1 && (agentInfo.isWindows?(delta = -1 * evt.wheelDelta):agentInfo.isMacOS && (delta = -1 * evt.wheelDelta / 3)); + } + return delta; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(813, 946, {}, com_badlogic_gdx_backends_gwt_DefaultGwtInput_DefaultGwtInput__Lcom_google_gwt_dom_client_CanvasElement_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2V); +_.private$com_badlogic_gdx_backends_gwt_DefaultGwtInput$handleEvent__Lcom_google_gwt_dom_client_NativeEvent_2V = function com_badlogic_gdx_backends_gwt_DefaultGwtInput_handleEvent__Lcom_google_gwt_dom_client_NativeEvent_2V(e){ + var button, code_0, i, iterator, j, lastArg, mouseX, mouseY, real, touch, touchId, touches; + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z((com_google_gwt_dom_client_DOMImpl_$clinit__V() , e).type, $intern_22)) { + if (!com_google_gwt_core_client_JavaScriptObject_$equals__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Object_2Z(com_google_gwt_dom_client_DOMImpl_impl.eventGetTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(e), this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) || com_badlogic_gdx_utils_IntSet_$contains__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedButtons, com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getButton__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2II(com_google_gwt_dom_client_DOMImpl_impl.eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I(e)))) { + mouseX = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + mouseY = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + (mouseX < 0 || mouseX > com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width || mouseY < 0 || mouseY > com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height) && (this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_hasFocus = false); + return; + } + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_hasFocus = true; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_justTouched = true; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[0] = true; + button = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getButton__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2II(com_google_gwt_dom_client_DOMImpl_impl.eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I(e)); + com_badlogic_gdx_utils_IntSet_$add__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedButtons, button); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_justPressedButtons[button] = true; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX[0] = 0; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY[0] = 0; + if (com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isCursorCatchedJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_CanvasElement_2Z(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas)) { + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0] = com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0] + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementXJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] = com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementYJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + } + else { + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + } + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + !!this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor && (com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getButton__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2II(com_google_gwt_dom_client_DOMImpl_impl.eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I(e)) , false); + } + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, $intern_24)) { + if (com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isCursorCatchedJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_CanvasElement_2Z(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas)) { + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX[0] = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementXJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY[0] = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementYJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0] = com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0] + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementXJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] = com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementYJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + } + else { + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + } + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + !!this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor && (this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[0]?com_github_tommyettinger_DaybreakDemo$1_$mouseMoved__Lcom_github_tommyettinger_DaybreakDemo$1_2IIZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0], this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0]):com_github_tommyettinger_DaybreakDemo$1_$mouseMoved__Lcom_github_tommyettinger_DaybreakDemo$1_2IIZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0], this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0])); + } + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, $intern_23)) { + if (!com_badlogic_gdx_utils_IntSet_$contains__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedButtons, com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getButton__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2II(com_google_gwt_dom_client_DOMImpl_impl.eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I(e)))) + return; + com_badlogic_gdx_utils_IntSet_$remove__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedButtons, com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getButton__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2II(com_google_gwt_dom_client_DOMImpl_impl.eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I(e))); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[0] = this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedButtons.com_badlogic_gdx_utils_IntSet_size > 0; + if (com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isCursorCatchedJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_CanvasElement_2Z(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas)) { + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX[0] = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementXJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY[0] = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementYJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0] = com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0] + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementXJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] = com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getMovementYJSNI__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2F(e)); + } + else { + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_CanvasElement_2I(e, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + } + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[0] = false; + !!this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor && com_github_tommyettinger_DaybreakDemo$1_$touchUp__Lcom_github_tommyettinger_DaybreakDemo$1_2IIIIZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0], (lastArg = this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0] , com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getButton__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2II(com_google_gwt_dom_client_DOMImpl_impl.eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I(e)) , lastArg)); + } + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, com_badlogic_gdx_backends_gwt_DefaultGwtInput_getMouseWheelEvent__Ljava_lang_String_2())) { + !!this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor && (com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_backends_gwt_DefaultGwtInput_getMouseWheelVelocity__Lcom_google_gwt_dom_client_NativeEvent_2F(e)) , false); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + com_google_gwt_dom_client_DOMImpl_impl.eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + } + if (this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_hasFocus && !java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, 'blur')) { + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, $intern_25)) { + code_0 = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$keyForCode__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2III(e.keyCode | 0, e.location || 0); + com_badlogic_gdx_utils_IntSet_$contains__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_AbstractInput_keysToCatch, code_0) && com_google_gwt_dom_client_DOMImpl_impl.eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + if (code_0 == 67) + ; + else { + if (!this.com_badlogic_gdx_AbstractInput_pressedKeys[code_0]) { + com_badlogic_gdx_utils_IntSet_$add__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedKeySet, code_0); + ++this.com_badlogic_gdx_AbstractInput_pressedKeyCount; + this.com_badlogic_gdx_AbstractInput_pressedKeys[code_0] = true; + this.com_badlogic_gdx_AbstractInput_keyJustPressed = true; + this.com_badlogic_gdx_AbstractInput_justPressedKeys[code_0] = true; + } + } + } + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, $intern_27) && com_google_gwt_dom_client_DOMImpl_impl.eventGetCharCode__Lcom_google_gwt_dom_client_NativeEvent_2I(e) & $intern_4; + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, $intern_26)) { + code_0 = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$keyForCode__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2III(e.keyCode | 0, e.location || 0); + com_badlogic_gdx_utils_IntSet_$contains__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_AbstractInput_keysToCatch, code_0) && com_google_gwt_dom_client_DOMImpl_impl.eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + if (this.com_badlogic_gdx_AbstractInput_pressedKeys[code_0]) { + com_badlogic_gdx_utils_IntSet_$remove__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedKeySet, code_0); + --this.com_badlogic_gdx_AbstractInput_pressedKeyCount; + this.com_badlogic_gdx_AbstractInput_pressedKeys[code_0] = false; + } + !!this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor && com_github_tommyettinger_DaybreakDemo$1_$keyUp__Lcom_github_tommyettinger_DaybreakDemo$1_2IZ(code_0); + } + } + else if (this.com_badlogic_gdx_AbstractInput_pressedKeyCount > 0) { + iterator = com_badlogic_gdx_utils_IntSet_$iterator__Lcom_badlogic_gdx_utils_IntSet_2Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedKeySet); + while (iterator.com_badlogic_gdx_utils_IntSet$IntSetIterator_hasNext) { + code_0 = com_badlogic_gdx_utils_IntSet$IntSetIterator_$next__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2I(iterator); + if (this.com_badlogic_gdx_AbstractInput_pressedKeys[code_0]) { + com_badlogic_gdx_utils_IntSet_$remove__Lcom_badlogic_gdx_utils_IntSet_2IZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_pressedKeySet, code_0); + --this.com_badlogic_gdx_AbstractInput_pressedKeyCount; + this.com_badlogic_gdx_AbstractInput_pressedKeys[code_0] = false; + } + !!this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor && com_github_tommyettinger_DaybreakDemo$1_$keyUp__Lcom_github_tommyettinger_DaybreakDemo$1_2IZ(code_0); + } + } + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, $intern_28)) { + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_justTouched = true; + touches = e.changedTouches; + for (i = 0 , j = touches.length; i < j; i++) { + touch = touches[i]; + real = touch.identifier; + com_badlogic_gdx_utils_IntMap_$put__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchMap, real, java_lang_Integer_valueOf__ILjava_lang_Integer_2(touchId = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getAvailablePointer__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2I(this))); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[touchId] = true; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX[touchId] = 0; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY[touchId] = 0; + } + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + com_google_gwt_dom_client_DOMImpl_impl.eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + } + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, $intern_29)) { + touches = e.changedTouches; + for (i = 0 , j = touches.length; i < j; i++) { + touch = touches[i]; + real = touch.identifier; + touchId = com_badlogic_gdx_utils_IntMap_$get__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchMap, real).java_lang_Integer_value; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + !!this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor && com_github_tommyettinger_DaybreakDemo$1_$mouseMoved__Lcom_github_tommyettinger_DaybreakDemo$1_2IIZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId], this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId]); + } + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + com_google_gwt_dom_client_DOMImpl_impl.eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + } + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, $intern_30)) { + touches = e.changedTouches; + for (i = 0 , j = touches.length; i < j; i++) { + touch = touches[i]; + real = touch.identifier; + touchId = com_badlogic_gdx_utils_IntMap_$get__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchMap, real).java_lang_Integer_value; + com_badlogic_gdx_utils_IntMap_$remove__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchMap, real); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[touchId] = false; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + !!this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor && com_github_tommyettinger_DaybreakDemo$1_$touchUp__Lcom_github_tommyettinger_DaybreakDemo$1_2IIIIZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId], this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId]); + } + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + com_google_gwt_dom_client_DOMImpl_impl.eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + } + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(e.type, $intern_31)) { + touches = e.changedTouches; + for (i = 0 , j = touches.length; i < j; i++) { + touch = touches[i]; + real = touch.identifier; + touchId = com_badlogic_gdx_utils_IntMap_$get__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchMap, real).java_lang_Integer_value; + com_badlogic_gdx_utils_IntMap_$remove__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchMap, real); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[touchId] = false; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaX[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_deltaY[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas) - this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId]; + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeX__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId] = com_badlogic_gdx_backends_gwt_DefaultGwtInput_$getRelativeY__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_google_gwt_dom_client_Touch_2Lcom_google_gwt_dom_client_CanvasElement_2I(touch, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_canvas); + !!this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor && com_github_tommyettinger_DaybreakDemo$1_$touchUp__Lcom_github_tommyettinger_DaybreakDemo$1_2IIIIZ(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_processor, this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[touchId], this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[touchId]); + } + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + com_google_gwt_dom_client_DOMImpl_impl.eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + } +} +; +_.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp = 0; +_.com_badlogic_gdx_backends_gwt_DefaultGwtInput_hasFocus = true; +_.com_badlogic_gdx_backends_gwt_DefaultGwtInput_justTouched = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1DefaultGwtInput_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'DefaultGwtInput', 813, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1AbstractInput_12_1classLit); +function com_badlogic_gdx_backends_gwt_DefaultGwtInput$1_DefaultGwtInput$1__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2V(this$0){ + this.com_badlogic_gdx_backends_gwt_DefaultGwtInput$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(947, 1, {}, com_badlogic_gdx_backends_gwt_DefaultGwtInput$1_DefaultGwtInput$1__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2V); +_.denied__V = function com_badlogic_gdx_backends_gwt_DefaultGwtInput$1_denied__V(){ +} +; +_.granted__V = function com_badlogic_gdx_backends_gwt_DefaultGwtInput$1_granted__V(){ + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$setupAccelerometer__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2V(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput$1_this$01); +} +; +_.prompt__V = function com_badlogic_gdx_backends_gwt_DefaultGwtInput$1_prompt__V(){ + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$setupAccelerometer__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2V(this.com_badlogic_gdx_backends_gwt_DefaultGwtInput$1_this$01); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1DefaultGwtInput$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'DefaultGwtInput/1', 947, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_core_client_JavaScriptObject_$equals__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Object_2Z(this$static, other){ + return !!this$static && !!this$static.equals?this$static.equals(other):com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(other); +} + +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_35, 'JavaScriptObject$', 0, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtApplication_$addEventListeners__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static){ + var self_0 = this$static; + var eventName = null; + $intern_36 in $doc?(eventName = 'visibilitychange'):'webkitHidden' in $doc?(eventName = 'webkitvisibilitychange'):'mozHidden' in $doc?(eventName = 'mozvisibilitychange'):'msHidden' in $doc && (eventName = 'msvisibilitychange'); + eventName !== null && $doc.addEventListener(eventName, function(e){ + self_0.private$com_badlogic_gdx_backends_gwt_GwtApplication$onVisibilityChange__ZV($doc[$intern_36] !== true); + } + ); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication_$addLifecycleListener__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Lcom_badlogic_gdx_LifecycleListener_2V(this$static, listener){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lifecycleListeners, listener); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication_$createPreloaderPanel__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderCallback_2(this$static, logoUrl){ + var logo, meter, meterPanel, meterStyle, preloaderPanel; + preloaderPanel = new com_google_gwt_user_client_ui_VerticalPanel_VerticalPanel__V; + (com_google_gwt_user_client_DOM_$clinit__V() , preloaderPanel.com_google_gwt_user_client_ui_UIObject_element).className = 'gdx-preloader'; + logo = new com_google_gwt_user_client_ui_Image_Image__Ljava_lang_String_2V(logoUrl); + logo.com_google_gwt_user_client_ui_UIObject_element.className = 'logo'; + com_google_gwt_user_client_ui_VerticalPanel_$add__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_Widget_2V(preloaderPanel, logo); + meterPanel = new com_google_gwt_user_client_ui_SimplePanel_SimplePanel__V; + meter = new com_google_gwt_user_client_ui_InlineHTML_InlineHTML__V; + meterStyle = meter.com_google_gwt_user_client_ui_UIObject_element.style; + meterStyle[$intern_37] = (com_google_gwt_dom_client_Style$Unit_$clinit__V() , '0.0%'); + meterPanel.com_google_gwt_user_client_ui_UIObject_element.className = 'gdx-meter'; + com_google_gwt_user_client_ui_UIObject_setStyleName__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2ZV(meterPanel.com_google_gwt_user_client_ui_UIObject_element, 'red'); + com_google_gwt_user_client_ui_SimplePanel_$add__Lcom_google_gwt_user_client_ui_SimplePanel_2Lcom_google_gwt_user_client_ui_Widget_2V(meterPanel, meter); + com_google_gwt_user_client_ui_VerticalPanel_$add__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_Widget_2V(preloaderPanel, meterPanel); + com_google_gwt_user_client_ui_VerticalPanel_$add__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_root, preloaderPanel); + return new com_badlogic_gdx_backends_gwt_GwtApplication$3_GwtApplication$3__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(meterStyle); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication_$error__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2V(this$static, tag, message){ + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_logLevel >= 1 && (console.error(tag + $intern_38 + message) , undefined); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication_$error__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Throwable_2V(this$static, message, exception){ + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_logLevel >= 1 && (com_badlogic_gdx_backends_gwt_GwtApplicationLogger_$logText__Lcom_badlogic_gdx_backends_gwt_GwtApplicationLogger_2Ljava_lang_String_2ZV('GwtApplication: ' + message + $intern_39 + com_badlogic_gdx_backends_gwt_GwtApplicationLogger_$getMessages__Lcom_badlogic_gdx_backends_gwt_GwtApplicationLogger_2Ljava_lang_Throwable_2Ljava_lang_String_2(exception), true) , com_badlogic_gdx_backends_gwt_GwtApplicationLogger_$logText__Lcom_badlogic_gdx_backends_gwt_GwtApplicationLogger_2Ljava_lang_String_2ZV(com_badlogic_gdx_backends_gwt_GwtApplicationLogger_$getStackTrace__Lcom_badlogic_gdx_backends_gwt_GwtApplicationLogger_2Ljava_lang_Throwable_2Ljava_lang_String_2(exception), false)); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication_$log__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2V(this$static, tag, message){ + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_logLevel >= 2 && (console.log(tag + $intern_38 + message) , undefined); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication_$mainLoop__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static){ + var i; + com_badlogic_gdx_backends_gwt_GwtGraphics_$update__Lcom_badlogic_gdx_backends_gwt_GwtGraphics_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics); + if (com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width != this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastWidth || com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height != this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastHeight) { + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastWidth = this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width; + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastHeight = this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height; + com_badlogic_gdx_backends_gwt_GwtGL20_$glViewport__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(com_badlogic_gdx_Gdx_gl, 0, 0, this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastWidth, this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastHeight); + com_github_tommyettinger_DaybreakDemo_$resize__Lcom_github_tommyettinger_DaybreakDemo_2IIV(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_listener, this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastWidth, this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastHeight); + } + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_runnablesHelper, this$static.com_badlogic_gdx_backends_gwt_GwtApplication_runnables); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_runnables); + for (i = 0; i < this$static.com_badlogic_gdx_backends_gwt_GwtApplication_runnablesHelper.com_badlogic_gdx_utils_Array_size; i++) { + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_runnablesHelper, i).run__V(); + } + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_runnablesHelper); + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_frameId = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_frameId, 1); + com_github_tommyettinger_DaybreakDemo_$render__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_listener); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$reset__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_input); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication_$onModuleLoad__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static){ + var density, element, height, panel, width_0, com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0, com_github_yellowstonegames_gwt_GwtLauncher_$getConfig__Lcom_github_yellowstonegames_gwt_GwtLauncher_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2_cfg_0, com_badlogic_gdx_backends_gwt_GwtApplication_$preloadAssets__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V_callback_0, com_badlogic_gdx_backends_gwt_GwtApplication_$getPreloaderBaseURL__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2_moduleUrl_1, com_badlogic_gdx_backends_gwt_GwtApplication_$getPreloaderBaseURL__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2_correctLength_1; + com_badlogic_gdx_backends_gwt_GwtApplication_agentInfo = (com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0 = navigator.userAgent.toLowerCase() , {isFirefox:com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0.indexOf('firefox') != -1, isChrome:com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0.indexOf('chrome') != -1, isSafari:com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0.indexOf($intern_40) != -1, isOpera:com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0.indexOf('opera') != -1, isIE:com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0.indexOf('msie') != -1 || com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0.indexOf('trident') != -1, isMacOS:com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0.indexOf('mac') != -1, isLinux:com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0.indexOf('linux') != -1, isWindows:com_badlogic_gdx_backends_gwt_GwtApplication_computeAgentInfo__Lcom_badlogic_gdx_backends_gwt_GwtApplication$AgentInfo_2_userAgent_0.indexOf('win') != -1}); + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_listener = new com_github_tommyettinger_DaybreakDemo_DaybreakDemo__JV((java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()))); + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config = (com_github_yellowstonegames_gwt_GwtLauncher_$getConfig__Lcom_github_yellowstonegames_gwt_GwtLauncher_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2_cfg_0 = new com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_GwtApplicationConfiguration__IIV , com_github_yellowstonegames_gwt_GwtLauncher_$getConfig__Lcom_github_yellowstonegames_gwt_GwtLauncher_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2_cfg_0.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_disableAudio = true , com_github_yellowstonegames_gwt_GwtLauncher_$getConfig__Lcom_github_yellowstonegames_gwt_GwtLauncher_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2_cfg_0); + element = com_google_gwt_dom_client_Document_$getElementById__Lcom_google_gwt_dom_client_Document_2Ljava_lang_String_2Lcom_google_gwt_dom_client_Element_2($doc, 'embed-' + (com_google_gwt_core_client_impl_Impl_$clinit__V() , $moduleName)); + if (com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_$isFixedSizeApplication__Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2Z(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config)) { + width_0 = this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_width; + height = this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_height; + if (this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_usePhysicalPixels) { + density = $wnd.devicePixelRatio || 1; + width_0 = com_google_gwt_lang_Cast_round_1int__DI(width_0 / density); + height = com_google_gwt_lang_Cast_round_1int__DI(height / density); + } + } + else { + width_0 = (com_google_gwt_user_client_Window_$clinit__V() , com_google_gwt_dom_client_Document_$getClientWidth__Lcom_google_gwt_dom_client_Document_2I($doc) - this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_padHorizontal); + height = com_google_gwt_dom_client_Document_$getClientHeight__Lcom_google_gwt_dom_client_Document_2I($doc) - this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_padVertical; + com_google_gwt_dom_client_Document_$enableScrolling__Lcom_google_gwt_dom_client_Document_2ZV($doc); + $doc.body.style.margin = '0'; + com_google_gwt_user_client_Window_addResizeHandler__Lcom_google_gwt_event_logical_shared_ResizeHandler_2Lcom_google_gwt_event_shared_HandlerRegistration_2(new com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_GwtApplication$ResizeListener__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static)); + } + if (!element) { + panel = new com_google_gwt_user_client_ui_VerticalPanel_VerticalPanel__V; + (com_google_gwt_user_client_DOM_$clinit__V() , panel.com_google_gwt_user_client_ui_UIObject_element).style[$intern_37] = '' + width_0 + $intern_41; + panel.com_google_gwt_user_client_ui_UIObject_element.style[$intern_42] = '' + height + $intern_41; + com_google_gwt_user_client_ui_VerticalPanel_$setHorizontalAlignment__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_2V(panel, (com_google_gwt_user_client_ui_HasHorizontalAlignment_$clinit__V() , com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1CENTER)); + com_google_gwt_user_client_ui_VerticalPanel_$setVerticalAlignment__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_2V(panel, (com_google_gwt_user_client_ui_HasVerticalAlignment_$clinit__V() , com_google_gwt_user_client_ui_HasVerticalAlignment_ALIGN_1MIDDLE)); + com_google_gwt_user_client_ui_AbsolutePanel_$add__Lcom_google_gwt_user_client_ui_AbsolutePanel_2Lcom_google_gwt_user_client_ui_Widget_2V((com_google_gwt_user_client_ui_RootPanel_$clinit__V() , com_google_gwt_user_client_ui_RootPanel_get__Ljava_lang_String_2Lcom_google_gwt_user_client_ui_RootPanel_2()), panel); + com_google_gwt_user_client_ui_UIObject_$setWidth__Lcom_google_gwt_user_client_ui_UIObject_2Ljava_lang_String_2V(com_google_gwt_user_client_ui_RootPanel_get__Ljava_lang_String_2Lcom_google_gwt_user_client_ui_RootPanel_2(), '' + width_0 + $intern_41); + com_google_gwt_user_client_ui_UIObject_$setHeight__Lcom_google_gwt_user_client_ui_UIObject_2Ljava_lang_String_2V(com_google_gwt_user_client_ui_RootPanel_get__Ljava_lang_String_2Lcom_google_gwt_user_client_ui_RootPanel_2(), '' + height + $intern_41); + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_root = panel; + } + else { + panel = new com_google_gwt_user_client_ui_VerticalPanel_VerticalPanel__V; + (com_google_gwt_user_client_DOM_$clinit__V() , panel.com_google_gwt_user_client_ui_UIObject_element).style[$intern_37] = '' + width_0 + $intern_41; + panel.com_google_gwt_user_client_ui_UIObject_element.style[$intern_42] = '' + height + $intern_41; + com_google_gwt_user_client_ui_VerticalPanel_$setHorizontalAlignment__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_2V(panel, (com_google_gwt_user_client_ui_HasHorizontalAlignment_$clinit__V() , com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1CENTER)); + com_google_gwt_user_client_ui_VerticalPanel_$setVerticalAlignment__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_2V(panel, (com_google_gwt_user_client_ui_HasVerticalAlignment_$clinit__V() , com_google_gwt_user_client_ui_HasVerticalAlignment_ALIGN_1MIDDLE)); + com_google_gwt_dom_client_Node_$appendChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2(element, panel.com_google_gwt_user_client_ui_UIObject_element); + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_root = panel; + } + com_badlogic_gdx_backends_gwt_GwtApplication_$preloadAssets__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V_callback_0 = com_badlogic_gdx_backends_gwt_GwtApplication_$createPreloaderPanel__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderCallback_2(this$static, com_google_gwt_core_client_impl_Impl_getModuleBaseURL__Ljava_lang_String_2() + 'logo.png'); + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_preloader = new com_badlogic_gdx_backends_gwt_preloader_Preloader_Preloader__Ljava_lang_String_2V((com_badlogic_gdx_backends_gwt_GwtApplication_$getPreloaderBaseURL__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2_moduleUrl_1 = com_google_gwt_core_client_impl_Impl_getModuleBaseURL__Ljava_lang_String_2() , com_badlogic_gdx_backends_gwt_GwtApplication_$getPreloaderBaseURL__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2_correctLength_1 = com_badlogic_gdx_backends_gwt_GwtApplication_$getPreloaderBaseURL__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2_moduleUrl_1.length - $moduleName.length - 1 , javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, com_badlogic_gdx_backends_gwt_GwtApplication_$getPreloaderBaseURL__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2_correctLength_1, com_badlogic_gdx_backends_gwt_GwtApplication_$getPreloaderBaseURL__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2_moduleUrl_1.length) , com_badlogic_gdx_backends_gwt_GwtApplication_$getPreloaderBaseURL__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2_moduleUrl_1.substr(0, com_badlogic_gdx_backends_gwt_GwtApplication_$getPreloaderBaseURL__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2_correctLength_1) + 'assets/')); + com_badlogic_gdx_backends_gwt_preloader_Preloader_$preload__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderCallback_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_preloader, new com_badlogic_gdx_backends_gwt_GwtApplication$1_GwtApplication$1__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static, com_badlogic_gdx_backends_gwt_GwtApplication_$preloadAssets__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V_callback_0)); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication_$postRunnable__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_Runnable_2V(this$static, runnable){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_runnables, runnable); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication_$setupLoop__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static){ + var e, t; + com_badlogic_gdx_Gdx_app = this$static; + try { + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics = new com_badlogic_gdx_backends_gwt_GwtGraphics_GwtGraphics__Lcom_google_gwt_user_client_ui_Panel_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_root, this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 52)) { + e = $e0; + com_google_gwt_user_client_ui_Panel_$clear__Lcom_google_gwt_user_client_ui_Panel_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_root); + com_badlogic_gdx_backends_gwt_GwtApplication_$error__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Throwable_2V(this$static, $intern_43 + e.getMessage__Ljava_lang_String_2(), e); + com_google_gwt_user_client_ui_VerticalPanel_$add__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_root, new com_google_gwt_user_client_ui_Label_Label__Ljava_lang_String_2V); + return; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastWidth = this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width; + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_lastHeight = this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height; + com_badlogic_gdx_Gdx_graphics = this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics; + com_badlogic_gdx_Gdx_gl20 = this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_gl20; + com_badlogic_gdx_Gdx_gl = com_badlogic_gdx_Gdx_gl20; + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_disableAudio?null:new com_badlogic_gdx_backends_gwt_DefaultGwtAudio_DefaultGwtAudio__V; + com_badlogic_gdx_Gdx_files = new com_badlogic_gdx_backends_gwt_GwtFiles_GwtFiles__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_preloader); + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_input = new com_badlogic_gdx_backends_gwt_DefaultGwtInput_DefaultGwtInput__Lcom_google_gwt_dom_client_CanvasElement_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas, this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config); + com_badlogic_gdx_Gdx_input = this$static.com_badlogic_gdx_backends_gwt_GwtApplication_input; + new com_badlogic_gdx_backends_gwt_GwtNet_GwtNet__Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_config); + this$static.com_badlogic_gdx_backends_gwt_GwtApplication_clipboard = new com_badlogic_gdx_backends_gwt_GwtClipboard_GwtClipboard__V; + try { + com_github_tommyettinger_DaybreakDemo_$create__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_listener); + com_github_tommyettinger_DaybreakDemo_$resize__Lcom_github_tommyettinger_DaybreakDemo_2IIV(this$static.com_badlogic_gdx_backends_gwt_GwtApplication_listener, this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 52)) { + t = $e1; + com_badlogic_gdx_backends_gwt_GwtApplication_$error__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Throwable_2V(this$static, $intern_43 + t.getMessage__Ljava_lang_String_2(), t); + java_lang_Throwable_$printStackTraceImpl__Ljava_lang_Throwable_2Ljava_io_PrintStream_2Ljava_lang_String_2Ljava_lang_String_2V(t, (java_lang_System_$clinit__V() , java_lang_System_err), ''); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_Throwable_2V(t)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } + (!com_google_gwt_animation_client_AnimationScheduler_instance && (com_google_gwt_animation_client_AnimationScheduler_instance = com_google_gwt_animation_client_AnimationScheduler$AnimationSupportDetector_$isNativelySupported__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationSupportDetector_2Z()?new com_google_gwt_animation_client_AnimationSchedulerImplStandard_AnimationSchedulerImplStandard__V:new com_google_gwt_animation_client_AnimationSchedulerImplTimer_AnimationSchedulerImplTimer__V) , com_google_gwt_animation_client_AnimationScheduler_instance).requestAnimationFrame__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_animation_client_AnimationScheduler$AnimationHandle_2(new com_badlogic_gdx_backends_gwt_GwtApplication$2_GwtApplication$2__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static), this$static.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(805, 1, {1088:1}); +_.private$com_badlogic_gdx_backends_gwt_GwtApplication$onVisibilityChange__ZV = function com_badlogic_gdx_backends_gwt_GwtApplication_onVisibilityChange__ZV(visible){ + var listener, listener$iterator; + if (visible) { + for (listener$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_backends_gwt_GwtApplication_lifecycleListeners); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(listener$iterator);) { + listener = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(listener$iterator); + listener.resume__V(); + } + } + else { + for (listener$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_backends_gwt_GwtApplication_lifecycleListeners); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(listener$iterator);) { + listener = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(listener$iterator); + listener.pause__V(); + } + } +} +; +_.com_badlogic_gdx_backends_gwt_GwtApplication_lastHeight = 0; +_.com_badlogic_gdx_backends_gwt_GwtApplication_lastWidth = 0; +_.com_badlogic_gdx_backends_gwt_GwtApplication_logLevel = 1; +_.com_badlogic_gdx_backends_gwt_GwtApplication_root = null; +var com_badlogic_gdx_backends_gwt_GwtApplication_agentInfo; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtApplication_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtApplication', 805, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtApplication$1_$update__Lcom_badlogic_gdx_backends_gwt_GwtApplication$1_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2V(this$static, state){ + com_badlogic_gdx_backends_gwt_GwtApplication$3_$update__Lcom_badlogic_gdx_backends_gwt_GwtApplication$3_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication$1_val$callback2, state); + if (com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_$getDownloadedSize__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2J(state), com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_$getTotalSize__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2J(state))) { + com_google_gwt_user_client_ui_Panel_$clear__Lcom_google_gwt_user_client_ui_Panel_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication$1_this$01.com_badlogic_gdx_backends_gwt_GwtApplication_root); + com_badlogic_gdx_backends_gwt_GwtApplication_$setupLoop__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication$1_this$01); + com_badlogic_gdx_backends_gwt_GwtApplication_$addEventListeners__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication$1_this$01); + } +} + +function com_badlogic_gdx_backends_gwt_GwtApplication$1_GwtApplication$1__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$0, val$callback){ + this.com_badlogic_gdx_backends_gwt_GwtApplication$1_this$01 = this$0; + this.com_badlogic_gdx_backends_gwt_GwtApplication$1_val$callback2 = val$callback; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(809, 1, {}, com_badlogic_gdx_backends_gwt_GwtApplication$1_GwtApplication$1__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtApplication$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtApplication/1', 809, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtApplication$2_$execute__Lcom_badlogic_gdx_backends_gwt_GwtApplication$2_2DV(this$static){ + var t; + try { + com_badlogic_gdx_backends_gwt_GwtApplication_$mainLoop__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication$2_this$01); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 52)) { + t = $e0; + com_badlogic_gdx_backends_gwt_GwtApplication_$error__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Throwable_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication$2_this$01, $intern_43 + t.getMessage__Ljava_lang_String_2(), t); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_Throwable_2V(t)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + (!com_google_gwt_animation_client_AnimationScheduler_instance && (com_google_gwt_animation_client_AnimationScheduler_instance = com_google_gwt_animation_client_AnimationScheduler$AnimationSupportDetector_$isNativelySupported__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationSupportDetector_2Z()?new com_google_gwt_animation_client_AnimationSchedulerImplStandard_AnimationSchedulerImplStandard__V:new com_google_gwt_animation_client_AnimationSchedulerImplTimer_AnimationSchedulerImplTimer__V) , com_google_gwt_animation_client_AnimationScheduler_instance).requestAnimationFrame__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_animation_client_AnimationScheduler$AnimationHandle_2(this$static, this$static.com_badlogic_gdx_backends_gwt_GwtApplication$2_this$01.com_badlogic_gdx_backends_gwt_GwtApplication_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication$2_GwtApplication$2__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$0){ + this.com_badlogic_gdx_backends_gwt_GwtApplication$2_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(816, 1, {}, com_badlogic_gdx_backends_gwt_GwtApplication$2_GwtApplication$2__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V); +_.execute__DV = function com_badlogic_gdx_backends_gwt_GwtApplication$2_execute__DV(timestamp){ + com_badlogic_gdx_backends_gwt_GwtApplication$2_$execute__Lcom_badlogic_gdx_backends_gwt_GwtApplication$2_2DV(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtApplication$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtApplication/2', 816, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtApplication$3_$update__Lcom_badlogic_gdx_backends_gwt_GwtApplication$3_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2V(this$static, state){ + var total; + this$static.com_badlogic_gdx_backends_gwt_GwtApplication$3_val$meterStyle2[$intern_37] = (total = com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_$getTotalSize__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2J(state) , 100 * (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(total, 0) == 0?1:com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_$getDownloadedSize__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2J(state)) / com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(total)) + (com_google_gwt_dom_client_Style$Unit_$clinit__V() , '%')); +} + +function com_badlogic_gdx_backends_gwt_GwtApplication$3_GwtApplication$3__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(val$meterStyle){ + this.com_badlogic_gdx_backends_gwt_GwtApplication$3_val$meterStyle2 = val$meterStyle; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(818, 1, {}, com_badlogic_gdx_backends_gwt_GwtApplication$3_GwtApplication$3__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtApplication$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtApplication/3', 818, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_$onResize__Lcom_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_2Lcom_google_gwt_event_logical_shared_ResizeEvent_2V(this$static, event_0){ + var density, height, width_0; + width_0 = event_0.com_google_gwt_event_logical_shared_ResizeEvent_width - this$static.com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_this$01.com_badlogic_gdx_backends_gwt_GwtApplication_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_padHorizontal; + height = event_0.com_google_gwt_event_logical_shared_ResizeEvent_height - this$static.com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_this$01.com_badlogic_gdx_backends_gwt_GwtApplication_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_padVertical; + if (width_0 == 0 || height == 0) { + return; + } + com_google_gwt_user_client_ui_UIObject_$setWidth__Lcom_google_gwt_user_client_ui_UIObject_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_this$01.com_badlogic_gdx_backends_gwt_GwtApplication_root, '' + width_0 + $intern_41); + com_google_gwt_user_client_ui_UIObject_$setHeight__Lcom_google_gwt_user_client_ui_UIObject_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_this$01.com_badlogic_gdx_backends_gwt_GwtApplication_root, '' + height + $intern_41); + if (this$static.com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_this$01.com_badlogic_gdx_backends_gwt_GwtApplication_graphics) { + if (this$static.com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_this$01.com_badlogic_gdx_backends_gwt_GwtApplication_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_usePhysicalPixels) { + density = $wnd.devicePixelRatio || 1; + width_0 = com_google_gwt_lang_Cast_round_1int__DI(width_0 * density); + height = com_google_gwt_lang_Cast_round_1int__DI(height * density); + } + com_badlogic_gdx_backends_gwt_GwtGraphics_$setCanvasSize__Lcom_badlogic_gdx_backends_gwt_GwtGraphics_2IIV(this$static.com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_this$01.com_badlogic_gdx_backends_gwt_GwtApplication_graphics, width_0, height); + } +} + +function com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_GwtApplication$ResizeListener__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(this$0){ + this.com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(807, 1, {1144:1, 1089:1}, com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_GwtApplication$ResizeListener__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtApplication$ResizeListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtApplication/ResizeListener', 807, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_$isFixedSizeApplication__Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2Z(this$static){ + return this$static.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_width != 0 && this$static.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_height != 0; +} + +function com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_GwtApplicationConfiguration__IIV(){ + this.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_width = $intern_44; + this.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_height = 768; + this.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_usePhysicalPixels = false; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(685, 1, {}, com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_GwtApplicationConfiguration__IIV); +_.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_disableAudio = false; +_.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_height = 0; +_.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_openURLInNewWindow = true; +_.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_padHorizontal = 10; +_.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_padVertical = 10; +_.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_useAccelerometer = true; +_.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_usePhysicalPixels = false; +_.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_width = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtApplicationConfiguration_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtApplicationConfiguration', 685, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtApplicationLogger_$getMessages__Lcom_badlogic_gdx_backends_gwt_GwtApplicationLogger_2Ljava_lang_Throwable_2Ljava_lang_String_2(e){ + var sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + while (e) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, e.getMessage__Ljava_lang_String_2() + $intern_39); + e = e.getCause__Ljava_lang_Throwable_2(); + } + return sb.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_backends_gwt_GwtApplicationLogger_$getStackTrace__Lcom_badlogic_gdx_backends_gwt_GwtApplicationLogger_2Ljava_lang_Throwable_2Ljava_lang_String_2(e){ + var sb, trace, trace$array, trace$index, trace$max; + sb = new java_lang_StringBuilder_StringBuilder__V; + for (trace$array = (e.java_lang_Throwable_stackTrace == null && (e.java_lang_Throwable_stackTrace = com_google_gwt_core_client_impl_StackTraceCreator_constructJavaStackTrace__Ljava_lang_Throwable_2_3Ljava_lang_StackTraceElement_2(e)) , e.java_lang_Throwable_stackTrace) , trace$index = 0 , trace$max = trace$array.length; trace$index < trace$max; ++trace$index) { + trace = trace$array[trace$index]; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, trace.java_lang_StackTraceElement_className + '.' + trace.java_lang_StackTraceElement_methodName + '(' + (trace.java_lang_StackTraceElement_fileName != null?trace.java_lang_StackTraceElement_fileName:$intern_45) + (trace.java_lang_StackTraceElement_lineNumber >= 0?':' + trace.java_lang_StackTraceElement_lineNumber:'') + ')' + $intern_39); + } + return sb.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_backends_gwt_GwtApplicationLogger_$logText__Lcom_badlogic_gdx_backends_gwt_GwtApplicationLogger_2Ljava_lang_String_2ZV(message, error){ + error?(console.error(message) , undefined):(console.log(message) , undefined); +} + +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Clipboard_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_13, 'Clipboard'); +function com_badlogic_gdx_backends_gwt_GwtClipboard_$setContentJSNI__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2Ljava_lang_String_2V(content_0){ + $intern_46 in $wnd.navigator && $wnd.navigator.clipboard.writeText(content_0); +} + +function com_badlogic_gdx_backends_gwt_GwtClipboard_$setContents__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2Ljava_lang_String_2V(this$static, content_0){ + this$static.com_badlogic_gdx_backends_gwt_GwtClipboard_content = content_0; + if (this$static.com_badlogic_gdx_backends_gwt_GwtClipboard_requestedWritePermissions || com_badlogic_gdx_backends_gwt_GwtApplication_agentInfo.isFirefox) { + this$static.com_badlogic_gdx_backends_gwt_GwtClipboard_hasWritePermissions && com_badlogic_gdx_backends_gwt_GwtClipboard_$setContentJSNI__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2Ljava_lang_String_2V(content_0); + } + else { + com_badlogic_gdx_backends_gwt_GwtPermissions_queryPermission__Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_GwtPermissions$GwtPermissionResult_2V('clipboard-write', this$static.com_badlogic_gdx_backends_gwt_GwtClipboard_writeHandler); + this$static.com_badlogic_gdx_backends_gwt_GwtClipboard_requestedWritePermissions = true; + } +} + +function com_badlogic_gdx_backends_gwt_GwtClipboard_GwtClipboard__V(){ + this.com_badlogic_gdx_backends_gwt_GwtClipboard_writeHandler = new com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_GwtClipboard$ClipboardWriteHandler__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(815, 1, {1158:1}, com_badlogic_gdx_backends_gwt_GwtClipboard_GwtClipboard__V); +_.com_badlogic_gdx_backends_gwt_GwtClipboard_content = ''; +_.com_badlogic_gdx_backends_gwt_GwtClipboard_hasWritePermissions = true; +_.com_badlogic_gdx_backends_gwt_GwtClipboard_requestedWritePermissions = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtClipboard_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtClipboard', 815, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_GwtClipboard$ClipboardWriteHandler__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2V(this$0){ + this.com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(940, 1, {}, com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_GwtClipboard$ClipboardWriteHandler__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2V); +_.denied__V = function com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_denied__V(){ + this.com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_this$01.com_badlogic_gdx_backends_gwt_GwtClipboard_hasWritePermissions = false; +} +; +_.granted__V = function com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_granted__V(){ + this.com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_this$01.com_badlogic_gdx_backends_gwt_GwtClipboard_hasWritePermissions = true; + com_badlogic_gdx_backends_gwt_GwtClipboard_$setContentJSNI__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2Ljava_lang_String_2V(this.com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_this$01.com_badlogic_gdx_backends_gwt_GwtClipboard_content); +} +; +_.prompt__V = function com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_prompt__V(){ + this.com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_this$01.com_badlogic_gdx_backends_gwt_GwtClipboard_hasWritePermissions = true; + com_badlogic_gdx_backends_gwt_GwtClipboard_$setContentJSNI__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2Ljava_lang_String_2V(this.com_badlogic_gdx_backends_gwt_GwtClipboard$ClipboardWriteHandler_this$01.com_badlogic_gdx_backends_gwt_GwtClipboard_content); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtClipboard$ClipboardWriteHandler_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtClipboard/ClipboardWriteHandler', 940, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtFeaturePolicy_allowsFeature__Ljava_lang_String_2Z(feature){ + if (!('featurePolicy' in $wnd.document)) + return true; + return $wnd.document.featurePolicy.allowsFeature(feature); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(562, 1, {562:1}); +_.child__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2 = function com_badlogic_gdx_files_FileHandle_child__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(name_0){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.nameWithoutExtension__Ljava_lang_String_2 = function com_badlogic_gdx_files_FileHandle_nameWithoutExtension__Ljava_lang_String_2(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.parent__Lcom_badlogic_gdx_files_FileHandle_2 = function com_badlogic_gdx_files_FileHandle_parent__Lcom_badlogic_gdx_files_FileHandle_2(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.path__Ljava_lang_String_2 = function com_badlogic_gdx_files_FileHandle_path__Ljava_lang_String_2(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.read__Ljava_io_InputStream_2 = function com_badlogic_gdx_files_FileHandle_read__Ljava_io_InputStream_2(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.reader__Ljava_lang_String_2Ljava_io_Reader_2 = function com_badlogic_gdx_files_FileHandle_reader__Ljava_lang_String_2Ljava_io_Reader_2(charset){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.sibling__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2 = function com_badlogic_gdx_files_FileHandle_sibling__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(name_0){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_files_FileHandle_toString__Ljava_lang_String_2(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.type__Lcom_badlogic_gdx_Files$FileType_2 = function com_badlogic_gdx_files_FileHandle_type__Lcom_badlogic_gdx_Files$FileType_2(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.writeString__Ljava_lang_String_2ZV = function com_badlogic_gdx_files_FileHandle_writeString__Ljava_lang_String_2ZV(string, append){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +_.writer__ZLjava_lang_String_2Ljava_io_Writer_2 = function com_badlogic_gdx_files_FileHandle_writer__ZLjava_lang_String_2Ljava_io_Writer_2(append, charset){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_47)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2('com.badlogic.gdx.files', 'FileHandle', 562, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtFileHandle_$child__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(this$static, name_0){ + return new com_badlogic_gdx_backends_gwt_GwtFileHandle_GwtFileHandle__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2V(this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader, (this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file.length == 0?'':this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file + (java_lang_String_$endsWith__Ljava_lang_String_2Ljava_lang_String_2Z(this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file)?'':'/')) + name_0, (com_badlogic_gdx_Files$FileType_$clinit__V() , com_badlogic_gdx_Files$FileType_Internal)); +} + +function com_badlogic_gdx_backends_gwt_GwtFileHandle_$name__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2(this$static){ + var index_0; + index_0 = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file, java_lang_String_fromCodePoint__ILjava_lang_String_2(47)); + if (index_0 < 0) + return this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file; + return java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file, index_0 + 1); +} + +function com_badlogic_gdx_backends_gwt_GwtFileHandle_$nameWithoutExtension__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2(this$static){ + var dotIndex, name_0; + name_0 = com_badlogic_gdx_backends_gwt_GwtFileHandle_$name__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2(this$static); + dotIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(name_0, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + if (dotIndex == -1) + return name_0; + return javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, dotIndex, name_0.length) , name_0.substr(0, dotIndex); +} + +function com_badlogic_gdx_backends_gwt_GwtFileHandle_$parent__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Lcom_badlogic_gdx_files_FileHandle_2(this$static){ + var dir_0, index_0; + index_0 = this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file.lastIndexOf('/'); + dir_0 = ''; + index_0 > 0 && (dir_0 = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file, 0, index_0)); + return new com_badlogic_gdx_backends_gwt_GwtFileHandle_GwtFileHandle__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2V(this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader, dir_0, this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_type); +} + +function com_badlogic_gdx_backends_gwt_GwtFileHandle_$read__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_io_InputStream_2(this$static){ + var in_0; + in_0 = com_badlogic_gdx_backends_gwt_preloader_Preloader_$read__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Ljava_io_InputStream_2(this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader, this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file); + if (!in_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V(this$static.com_badlogic_gdx_backends_gwt_GwtFileHandle_file + ' does not exist')); + return in_0; +} + +function com_badlogic_gdx_backends_gwt_GwtFileHandle_$writeString__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2ZLjava_lang_String_2V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_48)); +} + +function com_badlogic_gdx_backends_gwt_GwtFileHandle_GwtFileHandle__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2V(preloader, fileName, type_0){ + if (type_0 != (com_badlogic_gdx_Files$FileType_$clinit__V() , com_badlogic_gdx_Files$FileType_Internal) && type_0 != com_badlogic_gdx_Files$FileType_Classpath) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_49 + type_0 + "' Not supported in GWT backend")); + this.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader = preloader; + this.com_badlogic_gdx_backends_gwt_GwtFileHandle_file = com_badlogic_gdx_backends_gwt_GwtFileHandle_fixSlashes__Ljava_lang_String_2Ljava_lang_String_2(fileName); + this.com_badlogic_gdx_backends_gwt_GwtFileHandle_type = type_0; +} + +function com_badlogic_gdx_backends_gwt_GwtFileHandle_fixSlashes__Ljava_lang_String_2Ljava_lang_String_2(path){ + var suffixlength; + path = java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(path, 92, 47); + suffixlength = '/'.length; + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(path.substr(path.length - suffixlength, suffixlength), '/') && (path = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(path, 0, path.length - 1)); + return path; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(307, 562, {307:1, 562:1}, com_badlogic_gdx_backends_gwt_GwtFileHandle_GwtFileHandle__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2V); +_.child__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_child__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(name_0){ + return com_badlogic_gdx_backends_gwt_GwtFileHandle_$child__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(this, name_0); +} +; +_.nameWithoutExtension__Ljava_lang_String_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_nameWithoutExtension__Ljava_lang_String_2(){ + return com_badlogic_gdx_backends_gwt_GwtFileHandle_$nameWithoutExtension__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2(this); +} +; +_.parent__Lcom_badlogic_gdx_files_FileHandle_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_parent__Lcom_badlogic_gdx_files_FileHandle_2(){ + return com_badlogic_gdx_backends_gwt_GwtFileHandle_$parent__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Lcom_badlogic_gdx_files_FileHandle_2(this); +} +; +_.path__Ljava_lang_String_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_path__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_backends_gwt_GwtFileHandle_file; +} +; +_.read__Ljava_io_InputStream_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_read__Ljava_io_InputStream_2(){ + return com_badlogic_gdx_backends_gwt_GwtFileHandle_$read__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_io_InputStream_2(this); +} +; +_.reader__Ljava_lang_String_2Ljava_io_Reader_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_reader__Ljava_lang_String_2Ljava_io_Reader_2(charset){ + return new java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2Ljava_lang_String_2V(com_badlogic_gdx_backends_gwt_GwtFileHandle_$read__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_io_InputStream_2(this)); +} +; +_.sibling__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_sibling__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(name_0){ + return com_badlogic_gdx_backends_gwt_GwtFileHandle_$child__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_backends_gwt_GwtFileHandle_$parent__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Lcom_badlogic_gdx_files_FileHandle_2(this), com_badlogic_gdx_backends_gwt_GwtFileHandle_fixSlashes__Ljava_lang_String_2Ljava_lang_String_2(name_0)); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_toString__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_backends_gwt_GwtFileHandle_file; +} +; +_.type__Lcom_badlogic_gdx_Files$FileType_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_type__Lcom_badlogic_gdx_Files$FileType_2(){ + return this.com_badlogic_gdx_backends_gwt_GwtFileHandle_type; +} +; +_.writeString__Ljava_lang_String_2ZV = function com_badlogic_gdx_backends_gwt_GwtFileHandle_writeString__Ljava_lang_String_2ZV(string, append){ + com_badlogic_gdx_backends_gwt_GwtFileHandle_$writeString__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2ZLjava_lang_String_2V(); +} +; +_.writer__ZLjava_lang_String_2Ljava_io_Writer_2 = function com_badlogic_gdx_backends_gwt_GwtFileHandle_writer__ZLjava_lang_String_2Ljava_io_Writer_2(append, charset){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_48)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtFileHandle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtFileHandle', 307, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtFiles_$clinit__V(){ + com_badlogic_gdx_backends_gwt_GwtFiles_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + !com_google_gwt_storage_client_Storage_localStorage && (com_google_gwt_storage_client_Storage$StorageSupportDetector_$clinit__V() , com_google_gwt_storage_client_Storage$StorageSupportDetector_localStorageSupported) && (com_google_gwt_storage_client_Storage_localStorage = new com_google_gwt_storage_client_Storage_Storage__Ljava_lang_String_2V); +} + +function com_badlogic_gdx_backends_gwt_GwtFiles_$classpath__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(this$static, path){ + return new com_badlogic_gdx_backends_gwt_GwtFileHandle_GwtFileHandle__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2V(this$static.com_badlogic_gdx_backends_gwt_GwtFiles_preloader, path, (com_badlogic_gdx_Files$FileType_$clinit__V() , com_badlogic_gdx_Files$FileType_Classpath)); +} + +function com_badlogic_gdx_backends_gwt_GwtFiles_$getFileHandle__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2Lcom_badlogic_gdx_files_FileHandle_2(this$static, path, type_0){ + if (type_0 != (com_badlogic_gdx_Files$FileType_$clinit__V() , com_badlogic_gdx_Files$FileType_Internal)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_49 + type_0 + "' not supported in GWT backend")); + return new com_badlogic_gdx_backends_gwt_GwtFileHandle_GwtFileHandle__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2V(this$static.com_badlogic_gdx_backends_gwt_GwtFiles_preloader, path, type_0); +} + +function com_badlogic_gdx_backends_gwt_GwtFiles_$internal__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(this$static, path){ + return new com_badlogic_gdx_backends_gwt_GwtFileHandle_GwtFileHandle__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2V(this$static.com_badlogic_gdx_backends_gwt_GwtFiles_preloader, path, (com_badlogic_gdx_Files$FileType_$clinit__V() , com_badlogic_gdx_Files$FileType_Internal)); +} + +function com_badlogic_gdx_backends_gwt_GwtFiles_GwtFiles__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2V(preloader){ + com_badlogic_gdx_backends_gwt_GwtFiles_$clinit__V(); + this.com_badlogic_gdx_backends_gwt_GwtFiles_preloader = preloader; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(812, 1, {1157:1}, com_badlogic_gdx_backends_gwt_GwtFiles_GwtFiles__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtFiles_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtFiles', 812, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtGL20_$glAttachShader__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(this$static, program, shader){ + var glProgram, glShader; + glProgram = this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program]; + glShader = this$static.com_badlogic_gdx_backends_gwt_GwtGL20_shaders[shader]; + com_google_gwt_webgl_client_WebGLRenderingContext_$attachShader__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2Lcom_google_gwt_webgl_client_WebGLShader_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, glProgram, glShader); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(this$static, target, buffer){ + com_google_gwt_webgl_client_WebGLRenderingContext_$bindBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLBuffer_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, this$static.com_badlogic_gdx_backends_gwt_GwtGL20_buffers[buffer]); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(this$static, target, texture){ + com_google_gwt_webgl_client_WebGLRenderingContext_$bindTexture__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLTexture_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, this$static.com_badlogic_gdx_backends_gwt_GwtGL20_textures[texture]); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glBlendFuncSeparate__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(this$static, srcRGB, dstRGB, srcAlpha, dstAlpha){ + com_google_gwt_webgl_client_WebGLRenderingContext_$blendFuncSeparate__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, srcRGB, dstRGB, srcAlpha, dstAlpha); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_Buffer_2IV(this$static, target, size_0, data_0, usage){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(data_0, 256)) { + com_google_gwt_webgl_client_WebGLRenderingContext_$bufferData__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_typedarrays_shared_ArrayBufferView_2IV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, com_google_gwt_typedarrays_client_Float32ArrayNative_$subarray__Lcom_google_gwt_typedarrays_client_Float32ArrayNative_2IILcom_google_gwt_typedarrays_shared_Float32Array_2(data_0.getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2(), data_0.java_nio_Buffer_position, data_0.java_nio_Buffer_limit - data_0.java_nio_Buffer_position), usage); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(data_0, 311)) { + com_google_gwt_webgl_client_WebGLRenderingContext_$bufferData__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_typedarrays_shared_ArrayBufferView_2IV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, com_google_gwt_typedarrays_client_Int16ArrayNative_$subarray__Lcom_google_gwt_typedarrays_client_Int16ArrayNative_2IILcom_google_gwt_typedarrays_shared_Int16Array_2(data_0.getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2(), data_0.java_nio_Buffer_position, data_0.java_nio_Buffer_limit - data_0.java_nio_Buffer_position), usage); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(data_0, 310)) { + com_google_gwt_webgl_client_WebGLRenderingContext_$bufferData__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_typedarrays_shared_ArrayBufferView_2IV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, com_google_gwt_typedarrays_client_Int8ArrayNative_$subarray__Lcom_google_gwt_typedarrays_client_Int8ArrayNative_2IILcom_google_gwt_typedarrays_shared_Int8Array_2(data_0.java_nio_DirectByteBuffer_byteArray, data_0.java_nio_Buffer_position, data_0.java_nio_Buffer_limit - data_0.java_nio_Buffer_position), usage); + } + else if (!data_0) { + com_google_gwt_webgl_client_WebGLRenderingContext_$bufferData__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, size_0, usage); + } + else { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_50)); + } +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferSubData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIILjava_nio_Buffer_2V(this$static, target, data_0){ + if (data_0) { + com_google_gwt_webgl_client_WebGLRenderingContext_$bufferSubData__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IILcom_google_gwt_typedarrays_shared_ArrayBufferView_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, 0, com_google_gwt_typedarrays_client_Int8ArrayNative_$subarray__Lcom_google_gwt_typedarrays_client_Int8ArrayNative_2IILcom_google_gwt_typedarrays_shared_Int8Array_2(data_0.java_nio_DirectByteBuffer_byteArray, data_0.java_nio_Buffer_position, data_0.java_nio_Buffer_limit - data_0.java_nio_Buffer_position)); + } + else { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_50)); + } +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(this$static, id_0){ + var buffer; + buffer = com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$remove__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2ILcom_google_gwt_core_client_JavaScriptObject_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_buffers, id_0); + com_google_gwt_webgl_client_WebGLRenderingContext_$deleteBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLBuffer_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, buffer); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteProgram__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(this$static, program){ + var prog; + prog = this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program]; + com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$remove__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2ILcom_google_gwt_core_client_JavaScriptObject_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs, program); + com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$remove__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2ILcom_google_gwt_core_client_JavaScriptObject_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_uniforms, program); + com_google_gwt_webgl_client_WebGLRenderingContext_$deleteProgram__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, prog); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteShader__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(this$static, shader){ + var sh; + sh = com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$remove__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2ILcom_google_gwt_core_client_JavaScriptObject_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_shaders, shader); + com_google_gwt_webgl_client_WebGLRenderingContext_$deleteShader__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, sh); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(this$static, id_0){ + var texture; + texture = com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$remove__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2ILcom_google_gwt_core_client_JavaScriptObject_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_textures, id_0); + com_google_gwt_webgl_client_WebGLRenderingContext_$deleteTexture__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLTexture_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, texture); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glDisable__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(this$static, cap){ + com_google_gwt_webgl_client_WebGLRenderingContext_$disable__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, cap); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glDrawArrays__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(this$static, mode, first, count){ + com_google_gwt_webgl_client_WebGLRenderingContext_$drawArrays__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, mode, first, count); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glDrawElements__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(this$static, mode, count, indices){ + com_google_gwt_webgl_client_WebGLRenderingContext_$drawElements__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, mode, count, 5123, indices); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glDrawElements__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIILjava_nio_Buffer_2V(this$static, mode, count, indices){ + com_google_gwt_webgl_client_WebGLRenderingContext_$drawElements__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, mode, count, 5123, indices.java_nio_Buffer_position); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glEnable__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(this$static, cap){ + com_google_gwt_webgl_client_WebGLRenderingContext_$enable__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, cap); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGenBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(this$static){ + var buffer; + buffer = this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl.createBuffer(); + return com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$add__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2Lcom_google_gwt_core_client_JavaScriptObject_2I(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_buffers, buffer); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGenTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(this$static){ + var texture; + texture = this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl.createTexture(); + return com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$add__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2Lcom_google_gwt_core_client_JavaScriptObject_2I(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_textures, texture); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGenerateMipmap__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(this$static, target){ + com_google_gwt_webgl_client_WebGLRenderingContext_$generateMipmap__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGetActiveAttrib__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_lang_String_2(this$static, program, index_0, size_0, type_0){ + var activeAttrib; + activeAttrib = com_google_gwt_webgl_client_WebGLRenderingContext_$getActiveAttrib__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2ILcom_google_gwt_webgl_client_WebGLActiveInfo_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program], index_0); + size_0.put__ILjava_nio_IntBuffer_2(activeAttrib.size); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(size_0); + type_0.put__ILjava_nio_IntBuffer_2(activeAttrib.type); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(type_0); + return activeAttrib.name; +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGetActiveUniform__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_lang_String_2(this$static, program, index_0, size_0, type_0){ + var activeUniform; + activeUniform = com_google_gwt_webgl_client_WebGLRenderingContext_$getActiveUniform__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2ILcom_google_gwt_webgl_client_WebGLActiveInfo_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program], index_0); + size_0.put__ILjava_nio_IntBuffer_2(activeUniform.size); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(size_0); + type_0.put__ILjava_nio_IntBuffer_2(activeUniform.type); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(type_0); + return activeUniform.name; +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGetAttribLocation__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2I(this$static, program, name_0){ + var prog; + prog = this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program]; + return com_google_gwt_webgl_client_WebGLRenderingContext_$getAttribLocation__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2Ljava_lang_String_2I(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, prog, name_0); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGetFloatv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_nio_FloatBuffer_2V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('glGetFloat not supported by GWT WebGL backend')); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGetProgramInfoLog__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2(this$static, program){ + return com_google_gwt_webgl_client_WebGLRenderingContext_$getProgramInfoLog__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2Ljava_lang_String_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program]); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGetProgramiv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2V(this$static, program, pname, params){ + var result; + if (pname == 35712 || pname == 35714 || pname == 35715) { + result = com_google_gwt_webgl_client_WebGLRenderingContext_$getProgramParameterb__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2IZ(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program], pname); + params.put__ILjava_nio_IntBuffer_2(result?1:0); + } + else { + params.put__ILjava_nio_IntBuffer_2(com_google_gwt_webgl_client_WebGLRenderingContext_$getProgramParameteri__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2II(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program], pname)); + } + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(params); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGetString__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2(this$static, name_0){ + return com_google_gwt_webgl_client_WebGLRenderingContext_$getParameterString__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILjava_lang_String_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, name_0); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glGetUniformLocation__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2I(this$static, program, name_0){ + var id_0, location_0, progUniforms; + location_0 = com_google_gwt_webgl_client_WebGLRenderingContext_$getUniformLocation__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2Ljava_lang_String_2Lcom_google_gwt_webgl_client_WebGLUniformLocation_2(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program], name_0); + if (!location_0) + return -1; + progUniforms = this$static.com_badlogic_gdx_backends_gwt_GwtGL20_uniforms[program]; + if (!progUniforms) { + progUniforms = [undefined]; + this$static.com_badlogic_gdx_backends_gwt_GwtGL20_uniforms[program] = progUniforms; + } + id_0 = com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$add__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2Lcom_google_gwt_core_client_JavaScriptObject_2I(progUniforms, location_0); + return id_0; +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glScissor__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(this$static, x_0, y_0, width_0, height){ + com_google_gwt_webgl_client_WebGLRenderingContext_$scissor__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, x_0, y_0, width_0, height); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glTexImage2D__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIIIIILjava_nio_Buffer_2V(this$static, level, width_0, height, pixels){ + var arrayHolder, buffer, byteOffset, pixmap, remainingBytes, webGLArray; + if (!pixels) { + com_google_gwt_webgl_client_WebGLRenderingContext_$texImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIIIIILcom_google_gwt_typedarrays_shared_ArrayBufferView_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_51, level, $intern_52, width_0, height, 0, $intern_52, $intern_53, null); + } + else { + if (pixels.java_nio_Buffer_limit > 1) { + arrayHolder = pixels; + webGLArray = arrayHolder.getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2(); + remainingBytes = (pixels.java_nio_Buffer_limit - pixels.java_nio_Buffer_position) * 4; + byteOffset = webGLArray.byteOffset + pixels.java_nio_Buffer_position * 4; + buffer = com_google_gwt_typedarrays_client_Uint8ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Uint8ArrayNative_2(webGLArray.buffer, byteOffset, remainingBytes); + com_google_gwt_webgl_client_WebGLRenderingContext_$texImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIIIIILcom_google_gwt_typedarrays_shared_ArrayBufferView_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_51, level, $intern_52, width_0, height, 0, $intern_52, $intern_53, buffer); + } + else { + pixmap = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2((com_badlogic_gdx_graphics_Pixmap_$clinit__V() , com_badlogic_gdx_graphics_Pixmap_pixmaps), java_lang_Integer_valueOf__ILjava_lang_Integer_2(pixels.get__II(0))); + !pixmap.com_badlogic_gdx_graphics_Pixmap_canvas && !!pixmap.com_badlogic_gdx_graphics_Pixmap_imageElement?com_google_gwt_webgl_client_WebGLRenderingContext_$texImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIILcom_google_gwt_dom_client_ImageElement_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_51, level, $intern_52, $intern_52, $intern_53, pixmap.com_badlogic_gdx_graphics_Pixmap_imageElement):com_google_gwt_webgl_client_WebGLRenderingContext_$texImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIILcom_google_gwt_dom_client_CanvasElement_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_51, level, $intern_52, $intern_52, $intern_53, (com_badlogic_gdx_graphics_Pixmap_$ensureCanvasExists__Lcom_badlogic_gdx_graphics_Pixmap_2V(pixmap) , com_google_gwt_canvas_client_Canvas_$getCanvasElement__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_dom_client_CanvasElement_2(pixmap.com_badlogic_gdx_graphics_Pixmap_canvas))); + } + } +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameterf__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIFV(this$static, param){ + com_google_gwt_webgl_client_WebGLRenderingContext_$texParameterf__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIFV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_51, 34046, param); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(this$static, target, pname, param){ + com_google_gwt_webgl_client_WebGLRenderingContext_$texParameterf__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIFV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, pname, param); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glTexSubImage2D__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIIIIILjava_nio_Buffer_2V(this$static, target, xoffset, yoffset, width_0, height, pixels){ + var arrayHolder, buffer, byteOffset, pixmap, remainingBytes, webGLArray; + if (pixels.java_nio_Buffer_limit > 1) { + arrayHolder = pixels; + webGLArray = arrayHolder.getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2(); + remainingBytes = (pixels.java_nio_Buffer_limit - pixels.java_nio_Buffer_position) * 4; + byteOffset = webGLArray.byteOffset + pixels.java_nio_Buffer_position * 4; + buffer = com_google_gwt_typedarrays_client_Uint8ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Uint8ArrayNative_2(webGLArray.buffer, byteOffset, remainingBytes); + com_google_gwt_webgl_client_WebGLRenderingContext_$texSubImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIIIIILcom_google_gwt_typedarrays_shared_ArrayBufferView_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, 0, xoffset, yoffset, width_0, height, $intern_52, $intern_53, buffer); + } + else { + pixmap = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2((com_badlogic_gdx_graphics_Pixmap_$clinit__V() , com_badlogic_gdx_graphics_Pixmap_pixmaps), java_lang_Integer_valueOf__ILjava_lang_Integer_2(pixels.get__II(0))); + com_google_gwt_webgl_client_WebGLRenderingContext_$texSubImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIIILcom_google_gwt_dom_client_CanvasElement_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, target, 0, xoffset, yoffset, $intern_52, $intern_53, (com_badlogic_gdx_graphics_Pixmap_$ensureCanvasExists__Lcom_badlogic_gdx_graphics_Pixmap_2V(pixmap) , com_google_gwt_canvas_client_Canvas_$getCanvasElement__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_dom_client_CanvasElement_2(pixmap.com_badlogic_gdx_graphics_Pixmap_canvas))); + } +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glUniformMatrix4fv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIZ_3FIV(this$static, location_0, value_0){ + var loc, com_google_gwt_webgl_client_WebGLRenderingContext_$toJsArray__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2_3FLcom_google_gwt_typedarrays_shared_Float32Array_2_array_0; + loc = this$static.com_badlogic_gdx_backends_gwt_GwtGL20_uniforms[this$static.com_badlogic_gdx_backends_gwt_GwtGL20_currProgram][location_0]; + com_google_gwt_webgl_client_WebGLRenderingContext_$uniformMatrix4fv__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLUniformLocation_2ZLcom_google_gwt_core_client_JavaScriptObject_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, loc, false, (com_google_gwt_webgl_client_WebGLRenderingContext_$toJsArray__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2_3FLcom_google_gwt_typedarrays_shared_Float32Array_2_array_0 = com_google_gwt_typedarrays_client_Float32ArrayNative_create__ILcom_google_gwt_typedarrays_client_Float32ArrayNative_2(value_0.length) , com_google_gwt_webgl_client_WebGLRenderingContext_$toJsArray__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2_3FLcom_google_gwt_typedarrays_shared_Float32Array_2_array_0.set(value_0, 0) , undefined , com_google_gwt_webgl_client_WebGLRenderingContext_$toJsArray__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2_3FLcom_google_gwt_typedarrays_shared_Float32Array_2_array_0)); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glUseProgram__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(this$static, program){ + this$static.com_badlogic_gdx_backends_gwt_GwtGL20_currProgram = program; + com_google_gwt_webgl_client_WebGLRenderingContext_$useProgram__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2V(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, this$static.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program]); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_$glViewport__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(this$static, x_0, y_0, width_0, height){ + com_google_gwt_webgl_client_WebGLRenderingContext_$viewport__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this$static.com_badlogic_gdx_backends_gwt_GwtGL20_gl, x_0, y_0, width_0, height); +} + +function com_badlogic_gdx_backends_gwt_GwtGL20_GwtGL20__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2V(gl){ + this.com_badlogic_gdx_backends_gwt_GwtGL20_programs = [undefined]; + this.com_badlogic_gdx_backends_gwt_GwtGL20_shaders = [undefined]; + this.com_badlogic_gdx_backends_gwt_GwtGL20_buffers = [undefined]; + this.com_badlogic_gdx_backends_gwt_GwtGL20_textures = [undefined]; + this.com_badlogic_gdx_backends_gwt_GwtGL20_uniforms = [undefined]; + new Float32Array(40000); + new Int32Array(12000); + new Int16Array(12000); + new Int8Array(12000); + this.com_badlogic_gdx_backends_gwt_GwtGL20_gl = gl; + this.com_badlogic_gdx_backends_gwt_GwtGL20_gl.pixelStorei(37441, 0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(944, 1, {}, com_badlogic_gdx_backends_gwt_GwtGL20_GwtGL20__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2V); +_.com_badlogic_gdx_backends_gwt_GwtGL20_currProgram = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtGL20_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtGL20', 944, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$add__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2Lcom_google_gwt_core_client_JavaScriptObject_2I(this$static, value_0){ + this$static.push(value_0); + return this$static.length - 1; +} + +function com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$remove__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2ILcom_google_gwt_core_client_JavaScriptObject_2(this$static, key){ + var value_0 = this$static[key]; + delete this$static[key]; + return value_0; +} + +function com_badlogic_gdx_backends_gwt_GwtGraphics_$setCanvasSize__Lcom_badlogic_gdx_backends_gwt_GwtGraphics_2IIV(this$static, width_0, height){ + var density; + com_google_gwt_dom_client_CanvasElement_$setWidth__Lcom_google_gwt_dom_client_CanvasElement_2IV(this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas, width_0); + com_google_gwt_dom_client_CanvasElement_$setHeight__Lcom_google_gwt_dom_client_CanvasElement_2IV(this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas, height); + if (this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_usePhysicalPixels) { + density = $wnd.devicePixelRatio || 1; + this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.style[$intern_37] = width_0 / density + (com_google_gwt_dom_client_Style$Unit_$clinit__V() , $intern_41); + this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.style[$intern_42] = height / density + $intern_41; + } +} + +function com_badlogic_gdx_backends_gwt_GwtGraphics_$update__Lcom_badlogic_gdx_backends_gwt_GwtGraphics_2V(this$static){ + var currTimeStamp; + currTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())); + this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_deltaTime = com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(currTimeStamp, this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_lastTimeStamp)) / $intern_54; + this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_lastTimeStamp = currTimeStamp; + this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_time += this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_deltaTime; + ++this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_frames; + if (this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_time > 1) { + this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_fps = this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_frames; + this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_time = 0; + this$static.com_badlogic_gdx_backends_gwt_GwtGraphics_frames = 0; + } +} + +function com_badlogic_gdx_backends_gwt_GwtGraphics_GwtGraphics__Lcom_google_gwt_user_client_ui_Panel_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2V(root, config){ + var attributes, canvasWidget, density, height, versionString, width_0; + this.com_badlogic_gdx_backends_gwt_GwtGraphics_lastTimeStamp = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())); + canvasWidget = com_google_gwt_canvas_client_Canvas_createIfSupported__Lcom_google_gwt_canvas_client_Canvas_2(); + if (!canvasWidget) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Canvas not supported')); + this.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas = (com_google_gwt_user_client_DOM_$clinit__V() , canvasWidget.com_google_gwt_user_client_ui_UIObject_element); + com_google_gwt_user_client_ui_VerticalPanel_$add__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_Widget_2V(root, canvasWidget); + this.com_badlogic_gdx_backends_gwt_GwtGraphics_config = config; + if (config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_width != 0 && config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_height != 0) { + com_badlogic_gdx_backends_gwt_GwtGraphics_$setCanvasSize__Lcom_badlogic_gdx_backends_gwt_GwtGraphics_2IIV(this, config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_width, config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_height); + } + else { + width_0 = (com_google_gwt_user_client_Window_$clinit__V() , com_google_gwt_dom_client_Document_$getClientWidth__Lcom_google_gwt_dom_client_Document_2I($doc) - config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_padHorizontal); + height = com_google_gwt_dom_client_Document_$getClientHeight__Lcom_google_gwt_dom_client_Document_2I($doc) - config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_padVertical; + density = config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_usePhysicalPixels?$wnd.devicePixelRatio || 1:1; + com_badlogic_gdx_backends_gwt_GwtGraphics_$setCanvasSize__Lcom_badlogic_gdx_backends_gwt_GwtGraphics_2IIV(this, com_google_gwt_lang_Cast_round_1int__DI(density * width_0), com_google_gwt_lang_Cast_round_1int__DI(density * height)); + } + attributes = {premultipliedAlpha:false}; + attributes.antialias = false; + attributes.stencil = false; + attributes.alpha = false; + attributes.premultipliedAlpha = false; + attributes.preserveDrawingBuffer = false; + attributes.xrCompatible = false; + this.com_badlogic_gdx_backends_gwt_GwtGraphics_context = com_google_gwt_webgl_client_WebGLRenderingContext_getContext__Lcom_google_gwt_dom_client_CanvasElement_2Lcom_google_gwt_webgl_client_WebGLContextAttributes_2Lcom_google_gwt_webgl_client_WebGLRenderingContext_2(this.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas, attributes); + this.com_badlogic_gdx_backends_gwt_GwtGraphics_gl20 = new com_badlogic_gdx_backends_gwt_GwtGL20_GwtGL20__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2V(this.com_badlogic_gdx_backends_gwt_GwtGraphics_context); + com_google_gwt_webgl_client_WebGLRenderingContext_$viewport__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this.com_badlogic_gdx_backends_gwt_GwtGraphics_context, 0, 0, this.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, this.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height); + versionString = com_badlogic_gdx_backends_gwt_GwtGL20_$glGetString__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2(this.com_badlogic_gdx_backends_gwt_GwtGraphics_gl20, 7938); + com_badlogic_gdx_backends_gwt_GwtGL20_$glGetString__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2(this.com_badlogic_gdx_backends_gwt_GwtGraphics_gl20, $intern_55); + com_badlogic_gdx_backends_gwt_GwtGL20_$glGetString__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2(this.com_badlogic_gdx_backends_gwt_GwtGraphics_gl20, 7937); + new com_badlogic_gdx_graphics_glutils_GLVersion_GLVersion__Lcom_badlogic_gdx_Application$ApplicationType_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2V(versionString); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(810, 1109, {}, com_badlogic_gdx_backends_gwt_GwtGraphics_GwtGraphics__Lcom_google_gwt_user_client_ui_Panel_2Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2V); +_.com_badlogic_gdx_backends_gwt_GwtGraphics_deltaTime = 0; +_.com_badlogic_gdx_backends_gwt_GwtGraphics_fps = 0; +_.com_badlogic_gdx_backends_gwt_GwtGraphics_frameId = -1; +_.com_badlogic_gdx_backends_gwt_GwtGraphics_frames = 0; +_.com_badlogic_gdx_backends_gwt_GwtGraphics_lastTimeStamp = 0; +_.com_badlogic_gdx_backends_gwt_GwtGraphics_time = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtGraphics_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtGraphics', 810, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1AbstractGraphics_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtNet_GwtNet__Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2V(config){ + this.com_badlogic_gdx_backends_gwt_GwtNet_config = config; + this.com_badlogic_gdx_backends_gwt_GwtNet_requests = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_backends_gwt_GwtNet_listeners = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(814, 1, {1125:1}, com_badlogic_gdx_backends_gwt_GwtNet_GwtNet__Lcom_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_2V); +_.cancelHttpRequest__Lcom_badlogic_gdx_Net$HttpRequest_2V = function com_badlogic_gdx_backends_gwt_GwtNet_cancelHttpRequest__Lcom_badlogic_gdx_Net$HttpRequest_2V(httpRequest){ + com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_GwtNet_listeners, httpRequest); + com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_GwtNet_requests, httpRequest); +} +; +_.newClientSocket__Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_SocketHints_2Lcom_badlogic_gdx_net_Socket_2 = function com_badlogic_gdx_backends_gwt_GwtNet_newClientSocket__Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_SocketHints_2Lcom_badlogic_gdx_net_Socket_2(protocol, host, port, hints){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_56)); +} +; +_.newServerSocket__Lcom_badlogic_gdx_Net$Protocol_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2 = function com_badlogic_gdx_backends_gwt_GwtNet_newServerSocket__Lcom_badlogic_gdx_Net$Protocol_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2(protocol, port, hints){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_56)); +} +; +_.newServerSocket__Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2 = function com_badlogic_gdx_backends_gwt_GwtNet_newServerSocket__Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2(protocol, hostname, port, hints){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_56)); +} +; +_.openURI__Ljava_lang_String_2Z = function com_badlogic_gdx_backends_gwt_GwtNet_openURI__Ljava_lang_String_2Z(URI){ + this.com_badlogic_gdx_backends_gwt_GwtNet_config.com_badlogic_gdx_backends_gwt_GwtApplicationConfiguration_openURLInNewWindow?(com_google_gwt_user_client_Window_$clinit__V() , $wnd.open(URI, '_blank', null) , undefined):($wnd.location.assign(URI) , undefined); + return true; +} +; +_.sendHttpRequest__Lcom_badlogic_gdx_Net$HttpRequest_2Lcom_badlogic_gdx_Net$HttpResponseListener_2V = function com_badlogic_gdx_backends_gwt_GwtNet_sendHttpRequest__Lcom_badlogic_gdx_Net$HttpRequest_2Lcom_badlogic_gdx_Net$HttpResponseListener_2V(httpRequest, httpResultListener){ + var builder, content_0, keySet, method, name_0, name$iterator, request, url_0, value_0, valueInBody; + if (httpRequest.com_badlogic_gdx_Net$HttpRequest_url == null) { + null.$_nullMethod(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V("can't process a HTTP request without URL set")); + return; + } + method = httpRequest.com_badlogic_gdx_Net$HttpRequest_httpMethod; + value_0 = httpRequest.com_badlogic_gdx_Net$HttpRequest_content; + valueInBody = java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z(method, $intern_57) || java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(method, 'PUT'); + url_0 = httpRequest.com_badlogic_gdx_Net$HttpRequest_url; + if (java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z(method, $intern_58)) { + value_0 != null && (url_0 += '?' + value_0); + builder = new com_google_gwt_http_client_RequestBuilder_RequestBuilder__Lcom_google_gwt_http_client_RequestBuilder$Method_2Ljava_lang_String_2V((com_google_gwt_http_client_RequestBuilder_$clinit__V() , com_google_gwt_http_client_RequestBuilder_HEAD), url_0); + } + else if (java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z(method, $intern_59)) { + value_0 != null && (url_0 += '?' + value_0); + builder = new com_google_gwt_http_client_RequestBuilder_RequestBuilder__Lcom_google_gwt_http_client_RequestBuilder$Method_2Ljava_lang_String_2V((com_google_gwt_http_client_RequestBuilder_$clinit__V() , com_google_gwt_http_client_RequestBuilder_GET), url_0); + } + else if (java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z(method, $intern_57)) { + builder = new com_google_gwt_http_client_RequestBuilder_RequestBuilder__Lcom_google_gwt_http_client_RequestBuilder$Method_2Ljava_lang_String_2V((com_google_gwt_http_client_RequestBuilder_$clinit__V() , com_google_gwt_http_client_RequestBuilder_POST), url_0); + } + else if (java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z(method, $intern_60)) { + value_0 != null && (url_0 += '?' + value_0); + builder = new com_google_gwt_http_client_RequestBuilder_RequestBuilder__Lcom_google_gwt_http_client_RequestBuilder$Method_2Ljava_lang_String_2V((com_google_gwt_http_client_RequestBuilder_$clinit__V() , com_google_gwt_http_client_RequestBuilder_DELETE), url_0); + } + else if (java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z(method, 'PUT')) { + builder = new com_google_gwt_http_client_RequestBuilder_RequestBuilder__Lcom_google_gwt_http_client_RequestBuilder$Method_2Ljava_lang_String_2V((com_google_gwt_http_client_RequestBuilder_$clinit__V() , com_google_gwt_http_client_RequestBuilder_PUT), url_0); + } + else { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Unsupported HTTP Method')); + } + content_0 = httpRequest.com_badlogic_gdx_Net$HttpRequest_headers; + keySet = content_0.keySet__Ljava_util_Set_2(); + for (name$iterator = keySet.iterator__Ljava_util_Iterator_2(); name$iterator.hasNext__Z();) { + name_0 = name$iterator.next__Ljava_lang_Object_2(); + com_google_gwt_http_client_RequestBuilder_$setHeader__Lcom_google_gwt_http_client_RequestBuilder_2Ljava_lang_String_2Ljava_lang_String_2V(builder, name_0, content_0.get__Ljava_lang_Object_2Ljava_lang_Object_2(name_0)); + } + com_google_gwt_http_client_RequestBuilder_$setTimeoutMillis__Lcom_google_gwt_http_client_RequestBuilder_2IV(builder, httpRequest.com_badlogic_gdx_Net$HttpRequest_timeOut); + com_google_gwt_http_client_RequestBuilder_$setIncludeCredentials__Lcom_google_gwt_http_client_RequestBuilder_2ZV(builder, httpRequest.com_badlogic_gdx_Net$HttpRequest_includeCredentials); + try { + request = com_google_gwt_http_client_RequestBuilder_$sendRequest__Lcom_google_gwt_http_client_RequestBuilder_2Ljava_lang_String_2Lcom_google_gwt_http_client_RequestCallback_2Lcom_google_gwt_http_client_Request_2(builder, valueInBody?value_0:null, new com_badlogic_gdx_backends_gwt_GwtNet$1_GwtNet$1__Lcom_badlogic_gdx_backends_gwt_GwtNet_2V(this, httpRequest)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_GwtNet_requests, httpRequest, request); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_backends_gwt_GwtNet_listeners, httpRequest, httpResultListener); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 52)) { + null.$_nullMethod(); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtNet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtNet', 814, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtNet$1_$onError__Lcom_badlogic_gdx_backends_gwt_GwtNet$1_2Lcom_google_gwt_http_client_Request_2Ljava_lang_Throwable_2V(this$static){ + null.$_nullMethod(); + com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_GwtNet$1_this$01.com_badlogic_gdx_backends_gwt_GwtNet_requests, this$static.com_badlogic_gdx_backends_gwt_GwtNet$1_val$httpRequest3); + com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_GwtNet$1_this$01.com_badlogic_gdx_backends_gwt_GwtNet_listeners, this$static.com_badlogic_gdx_backends_gwt_GwtNet$1_val$httpRequest3); +} + +function com_badlogic_gdx_backends_gwt_GwtNet$1_$onResponseReceived__Lcom_badlogic_gdx_backends_gwt_GwtNet$1_2Lcom_google_gwt_http_client_Request_2Lcom_google_gwt_http_client_Response_2V(this$static, response){ + var lastArg; + if (response.com_google_gwt_http_client_ResponseImpl_xmlHttpRequest.status > 0) { + null.$_nullMethod(new com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_GwtNet$HttpClientResponse__Lcom_badlogic_gdx_backends_gwt_GwtNet_2Lcom_google_gwt_http_client_Response_2V(response)); + com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_GwtNet$1_this$01.com_badlogic_gdx_backends_gwt_GwtNet_requests, this$static.com_badlogic_gdx_backends_gwt_GwtNet$1_val$httpRequest3); + com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_GwtNet$1_this$01.com_badlogic_gdx_backends_gwt_GwtNet_listeners, this$static.com_badlogic_gdx_backends_gwt_GwtNet$1_val$httpRequest3); + } + else { + com_badlogic_gdx_backends_gwt_GwtNet$1_$onError__Lcom_badlogic_gdx_backends_gwt_GwtNet$1_2Lcom_google_gwt_http_client_Request_2Ljava_lang_Throwable_2V((lastArg = this$static , new java_io_IOException_IOException__Ljava_lang_String_2V('HTTP request failed') , lastArg)); + } +} + +function com_badlogic_gdx_backends_gwt_GwtNet$1_GwtNet$1__Lcom_badlogic_gdx_backends_gwt_GwtNet_2V(this$0, val$httpRequest){ + this.com_badlogic_gdx_backends_gwt_GwtNet$1_this$01 = this$0; + this.com_badlogic_gdx_backends_gwt_GwtNet$1_val$httpRequest3 = val$httpRequest; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(939, 1, {}, com_badlogic_gdx_backends_gwt_GwtNet$1_GwtNet$1__Lcom_badlogic_gdx_backends_gwt_GwtNet_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtNet$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtNet/1', 939, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_GwtNet$HttpClientResponse__Lcom_badlogic_gdx_backends_gwt_GwtNet_2Lcom_google_gwt_http_client_Response_2V(response){ + this.com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_response = response; + this.com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_status = new com_badlogic_gdx_net_HttpStatus_HttpStatus__IV; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(938, 1, {1126:1}, com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_GwtNet$HttpClientResponse__Lcom_badlogic_gdx_backends_gwt_GwtNet_2Lcom_google_gwt_http_client_Response_2V); +_.getHeader__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_getHeader__Ljava_lang_String_2Ljava_lang_String_2(name_0){ + return com_google_gwt_http_client_ResponseImpl_$getHeader__Lcom_google_gwt_http_client_ResponseImpl_2Ljava_lang_String_2Ljava_lang_String_2(this.com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_response, name_0); +} +; +_.getHeaders__Ljava_util_Map_2 = function com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_getHeaders__Ljava_util_Map_2(){ + var header, headerName, headerValues, headers, i, responseHeaders; + headers = new java_util_HashMap_HashMap__V; + responseHeaders = com_google_gwt_http_client_ResponseImpl_$getHeaders__Lcom_google_gwt_http_client_ResponseImpl_2_3Lcom_google_gwt_http_client_Header_2(this.com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_response); + for (i = 0; i < responseHeaders.length; i++) { + header = responseHeaders[i]; + if (header) { + headerName = responseHeaders[i].com_google_gwt_http_client_ResponseImpl$1_val$name2; + headerValues = headerName == null?java_util_AbstractMap_getEntryValueOrNull__Ljava_util_Map$Entry_2Ljava_lang_Object_2(java_util_InternalHashCodeMap_$getEntry__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_util_Map$Entry_2(headers.java_util_AbstractHashMap_hashCodeMap, null)):java_util_InternalStringMap_$get__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2(headers.java_util_AbstractHashMap_stringMap, headerName); + if (!headerValues) { + headerValues = new java_util_ArrayList_ArrayList__V; + headerName == null?java_util_InternalHashCodeMap_$put__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(headers.java_util_AbstractHashMap_hashCodeMap, null, headerValues):java_util_InternalStringMap_$put__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Object_2(headers.java_util_AbstractHashMap_stringMap, headerName, headerValues); + } + headerValues.add__Ljava_lang_Object_2Z(responseHeaders[i].com_google_gwt_http_client_ResponseImpl$1_val$value3); + } + } + return headers; +} +; +_.getResult___3B = function com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_getResult___3B(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('HttpResponse.getResult() is not available on GWT. Use getResultAsString() if possible, or make use of AssetDownloader class.')); +} +; +_.getResultAsStream__Ljava_io_InputStream_2 = function com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_getResultAsStream__Ljava_io_InputStream_2(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('HttpResponse.getResultAsStream() is not available on GWT. Use getResultAsString() if possible, or make use of AssetDownloader class.')); +} +; +_.getResultAsString__Ljava_lang_String_2 = function com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_getResultAsString__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_response.com_google_gwt_http_client_ResponseImpl_xmlHttpRequest.responseText; +} +; +_.getStatus__Lcom_badlogic_gdx_net_HttpStatus_2 = function com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_getStatus__Lcom_badlogic_gdx_net_HttpStatus_2(){ + return this.com_badlogic_gdx_backends_gwt_GwtNet$HttpClientResponse_status; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtNet$HttpClientResponse_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_18, 'GwtNet/HttpClientResponse', 938, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_GwtPermissions_queryPermission__Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_GwtPermissions$GwtPermissionResult_2V(permission, result){ + 'permissions' in $wnd.navigator?$wnd.navigator.permissions.query({name:permission}).then(function(permissionStatus){ + permissionStatus.state === 'granted'?result.granted__V():permissionStatus.state === 'denied'?result.denied__V():permissionStatus.state === 'prompt' && result.prompt__V(); + permissionStatus.onchange = function(){ + this.state === 'granted'?result.granted__V():this.state === 'denied'?result.denied__V():this.state === 'prompt' && result.prompt__V(); + } + ; + } + ):result.granted__V(); +} + +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$load__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(this$static, url_0, type_0, mimeType, listener){ + var com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadImage__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V_crossOrigin_0, com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1, com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1; + switch (type_0.java_lang_Enum_ordinal) { + case 2: + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadText__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(url_0, listener); + break; + case 0: + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadImage__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V_crossOrigin_0 = null; + java_lang_String_$startsWith__Ljava_lang_String_2Ljava_lang_String_2Z(url_0, (com_google_gwt_core_client_impl_Impl_$clinit__V() , com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1 = $doc.location.href , com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1 = com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1.indexOf('#') , com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1 != -1 && (com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1 = com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1.substring(0, com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1)) , com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1 = com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1.indexOf('?') , com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1 != -1 && (com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1 = com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1.substring(0, com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1)) , com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1 = com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1.lastIndexOf('/') , com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1 != -1 && (com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1 = com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1.substring(0, com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_i_1)) , com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1.length > 0?com_google_gwt_core_client_impl_Impl_getHostPageBaseURL__Ljava_lang_String_2_s_1 + '/':'')) || (com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadImage__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V_crossOrigin_0 = $intern_61); + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadImage__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(this$static, url_0, mimeType, com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadImage__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V_crossOrigin_0, listener); + break; + case 3: + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadBinary__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(url_0, listener); + break; + case 1: + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadBinary__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(url_0, new com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_AssetDownloader$3__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(listener)); + break; + case 4: + com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2Ljava_lang_Object_2V(listener, null); + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Unsupported asset type ' + type_0)); + } +} + +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadBinary__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(url_0, listener){ + var request; + request = com_google_gwt_xhr_client_XMLHttpRequest_create__Lcom_google_gwt_xhr_client_XMLHttpRequest_2(); + com_google_gwt_xhr_client_XMLHttpRequest_$setOnReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Lcom_google_gwt_xhr_client_ReadyStateChangeHandler_2V(request, new com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$2_AssetDownloader$2__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(listener)); + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_setOnProgress__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(listener); + request.open($intern_59, url_0, true); + com_google_gwt_xhr_client_XMLHttpRequest_$setResponseType__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Ljava_lang_String_2V(request, (com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_$clinit__V() , com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_ArrayBuffer).com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_responseTypeString); + request.send(null); +} + +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadImage__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(this$static, url_0, mimeType, crossOrigin, listener){ + var image; + if (this$static.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_useBrowserCache || this$static.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_useInlineBase64) { + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadBinary__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(url_0, new com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_AssetDownloader$4__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(this$static, listener, crossOrigin, mimeType, url_0)); + } + else { + image = new Image; + crossOrigin != null && (image.setAttribute($intern_62, crossOrigin) , undefined); + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_hookImgListener__Lcom_google_gwt_dom_client_ImageElement_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$ImgEventListener_2V(image, new com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$5_AssetDownloader$5__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(listener, image)); + image.src = url_0; + } +} + +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadText__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(url_0, listener){ + var request; + request = com_google_gwt_xhr_client_XMLHttpRequest_create__Lcom_google_gwt_xhr_client_XMLHttpRequest_2(); + com_google_gwt_xhr_client_XMLHttpRequest_$setOnReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Lcom_google_gwt_xhr_client_ReadyStateChangeHandler_2V(request, new com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$1_AssetDownloader$1__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(listener)); + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_setOnProgress__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(listener); + request.open($intern_59, url_0, true); + request.setRequestHeader($intern_63, $intern_64); + request.send(null); +} + +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_AssetDownloader__V(){ + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_useBrowserCache = true; + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_useInlineBase64 = false; +} + +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_hookImgListener__Lcom_google_gwt_dom_client_ImageElement_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$ImgEventListener_2V(img, h){ + img.addEventListener($intern_65, function(e){ + h.onEvent__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + } + , false); + img.addEventListener($intern_66, function(e){ + h.onEvent__Lcom_google_gwt_dom_client_NativeEvent_2V(e); + } + , false); +} + +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_setOnProgress__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(listener){ + this.onprogress = $entry(function(evt){ + listener.onProgress__DV(evt.loaded); + } + ); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(690, 1, {}, com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_AssetDownloader__V); +_.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_useBrowserCache = false; +_.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_useInlineBase64 = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1AssetDownloader_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'AssetDownloader', 690, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$1_AssetDownloader$1__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(val$listener){ + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$1_val$listener2 = val$listener; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(823, 1, {}, com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$1_AssetDownloader$1__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V); +_.onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$1_onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(xhr){ + xhr.readyState == 4 && (xhr.status != 200?this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$1_val$listener2.onFailure__V():this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$1_val$listener2.onSuccess__Ljava_lang_Object_2V(xhr.responseText)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1AssetDownloader$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'AssetDownloader/1', 823, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$2_AssetDownloader$2__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(val$listener){ + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$2_val$listener2 = val$listener; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(824, 1, {}, com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$2_AssetDownloader$2__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V); +_.onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$2_onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(xhr){ + var data_0; + if (xhr.readyState == 4) { + if (xhr.status != 200) { + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$2_val$listener2.onFailure__V(); + } + else { + data_0 = com_google_gwt_typedarrays_client_Int8ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2Lcom_google_gwt_typedarrays_client_Int8ArrayNative_2(xhr.response); + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$2_val$listener2.onSuccess__Ljava_lang_Object_2V(new com_badlogic_gdx_backends_gwt_preloader_Blob_Blob__Lcom_google_gwt_typedarrays_shared_Int8Array_2V(data_0)); + } + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1AssetDownloader$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'AssetDownloader/2', 824, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_AssetDownloader$3__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(val$listener){ + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_val$listener2 = val$listener; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(822, 1, {}, com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_AssetDownloader$3__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V); +_.onSuccess__Ljava_lang_Object_2V = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_onSuccess__Ljava_lang_Object_2V(result){ + com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2Ljava_lang_Object_2V(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_val$listener2, result); +} +; +_.onFailure__V = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_onFailure__V(){ + com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onFailure__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2V(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_val$listener2); +} +; +_.onProgress__DV = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_onProgress__DV(amount){ + com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onProgress__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2DV(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$3_val$listener2, amount); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1AssetDownloader$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'AssetDownloader/3', 822, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_AssetDownloader$4__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(this$0, val$listener, val$crossOrigin, val$mimeType, val$url){ + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_this$01 = this$0; + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$listener2 = val$listener; + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$crossOrigin3 = val$crossOrigin; + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$mimeType4 = val$mimeType; + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$url5 = val$url; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(825, 1, {}, com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_AssetDownloader$4__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V); +_.onSuccess__Ljava_lang_Object_2V = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_onSuccess__Ljava_lang_Object_2V(result){ + var com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V_image_0; + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V_image_0 = new Image; + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$crossOrigin3 != null && com_google_gwt_dom_client_Element_$setAttribute__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2Ljava_lang_String_2V(com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V_image_0, $intern_62, this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$crossOrigin3); + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_hookImgListener__Lcom_google_gwt_dom_client_ImageElement_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$ImgEventListener_2V(com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V_image_0, new com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4$1_AssetDownloader$4$1__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2V(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$listener2, com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V_image_0)); + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_this$01.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_useInlineBase64?com_google_gwt_dom_client_ImageElement_$setSrc__Lcom_google_gwt_dom_client_ImageElement_2Ljava_lang_String_2V(com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V_image_0, 'data:' + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$mimeType4 + ';base64,' + com_badlogic_gdx_backends_gwt_preloader_Blob_$toBase64__Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2Ljava_lang_String_2(result)):com_google_gwt_dom_client_ImageElement_$setSrc__Lcom_google_gwt_dom_client_ImageElement_2Ljava_lang_String_2V(com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V_image_0, this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$url5); +} +; +_.onFailure__V = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_onFailure__V(){ + com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onFailure__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2V(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$listener2); +} +; +_.onProgress__DV = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_onProgress__DV(amount){ + com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onProgress__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2DV(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_val$listener2, amount); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1AssetDownloader$4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'AssetDownloader/4', 825, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4$1_AssetDownloader$4$1__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2V(val$listener, val$image){ + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4$1_val$listener2 = val$listener; + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4$1_val$image3 = val$image; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(827, 1, {}, com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4$1_AssetDownloader$4$1__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4_2V); +_.onEvent__Lcom_google_gwt_dom_client_NativeEvent_2V = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4$1_onEvent__Lcom_google_gwt_dom_client_NativeEvent_2V(event_0){ + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z((com_google_gwt_dom_client_DOMImpl_$clinit__V() , event_0).type, $intern_66)?com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onFailure__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2V(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4$1_val$listener2):com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2Ljava_lang_Object_2V(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4$1_val$listener2, this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$4$1_val$image3); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1AssetDownloader$4$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'AssetDownloader/4/1', 827, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$5_AssetDownloader$5__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V(val$listener, val$image){ + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$5_val$listener2 = val$listener; + this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$5_val$image3 = val$image; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(826, 1, {}, com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$5_AssetDownloader$5__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2V); +_.onEvent__Lcom_google_gwt_dom_client_NativeEvent_2V = function com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$5_onEvent__Lcom_google_gwt_dom_client_NativeEvent_2V(event_0){ + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z((com_google_gwt_dom_client_DOMImpl_$clinit__V() , event_0).type, $intern_66)?com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onFailure__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2V(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$5_val$listener2):com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2Ljava_lang_Object_2V(this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$5_val$listener2, this.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader$5_val$image3); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1AssetDownloader$5_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'AssetDownloader/5', 826, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_$clinit__V(){ + com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Image = new com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_AssetFilter$AssetType__Ljava_lang_String_2ILjava_lang_String_2V($intern_68, 0); + com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Audio = new com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_AssetFilter$AssetType__Ljava_lang_String_2ILjava_lang_String_2V('Audio', 1); + com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Text = new com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_AssetFilter$AssetType__Ljava_lang_String_2ILjava_lang_String_2V('Text', 2); + com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Binary = new com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_AssetFilter$AssetType__Ljava_lang_String_2ILjava_lang_String_2V('Binary', 3); + com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Directory = new com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_AssetFilter$AssetType__Ljava_lang_String_2ILjava_lang_String_2V('Directory', 4); +} + +function com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_AssetFilter$AssetType__Ljava_lang_String_2ILjava_lang_String_2V(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_values___3Lcom_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_2(){ + com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1AssetFilter$AssetType_12_1classLit, 1), $intern_11, 266, 0, [com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Image, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Audio, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Text, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Binary, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Directory]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(266, 39, {266:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_AssetFilter$AssetType__Ljava_lang_String_2ILjava_lang_String_2V); +var com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Audio, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Binary, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Directory, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Image, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Text; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1AssetFilter$AssetType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_67, 'AssetFilter/AssetType', 266, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_values___3Lcom_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_2); +function com_badlogic_gdx_backends_gwt_preloader_Blob_$get__Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2IB(this$static, i){ + return this$static.com_badlogic_gdx_backends_gwt_preloader_Blob_data[i]; +} + +function com_badlogic_gdx_backends_gwt_preloader_Blob_$toBase64__Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2Ljava_lang_String_2(this$static){ + var encoded, i, j, length_0; + length_0 = this$static.com_badlogic_gdx_backends_gwt_preloader_Blob_data.length; + encoded = new java_lang_StringBuilder_StringBuilder__IV; + for (i = 0; i < length_0; i += 3) { + if (length_0 - i >= 3) { + j = ((this$static.com_badlogic_gdx_backends_gwt_preloader_Blob_data[i] & 255) << 16) + ((this$static.com_badlogic_gdx_backends_gwt_preloader_Blob_data[i + 1] & 255) << 8) + (this$static.com_badlogic_gdx_backends_gwt_preloader_Blob_data[i + 2] & 255); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(encoded, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(j >> 18 & 63, $intern_69.length) , $intern_69.charCodeAt(j >> 18 & 63))); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(encoded, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(j >> 12 & 63, $intern_69.length) , $intern_69.charCodeAt(j >> 12 & 63))); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(encoded, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(j >> 6 & 63, $intern_69.length) , $intern_69.charCodeAt(j >> 6 & 63))); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(encoded, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(j & 63, $intern_69.length) , $intern_69.charCodeAt(j & 63))); + } + else if (length_0 - i >= 2) { + j = ((this$static.com_badlogic_gdx_backends_gwt_preloader_Blob_data[i] & 255) << 16) + ((this$static.com_badlogic_gdx_backends_gwt_preloader_Blob_data[i + 1] & 255) << 8); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(encoded, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(j >> 18 & 63, $intern_69.length) , $intern_69.charCodeAt(j >> 18 & 63))); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(encoded, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(j >> 12 & 63, $intern_69.length) , $intern_69.charCodeAt(j >> 12 & 63))); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(encoded, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(j >> 6 & 63, $intern_69.length) , $intern_69.charCodeAt(j >> 6 & 63))); + encoded.java_lang_AbstractStringBuilder_string += '='; + } + else { + j = (this$static.com_badlogic_gdx_backends_gwt_preloader_Blob_data[i] & 255) << 16; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(encoded, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(j >> 18 & 63, $intern_69.length) , $intern_69.charCodeAt(j >> 18 & 63))); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(encoded, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(j >> 12 & 63, $intern_69.length) , $intern_69.charCodeAt(j >> 12 & 63))); + encoded.java_lang_AbstractStringBuilder_string += '=='; + } + } + return encoded.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_backends_gwt_preloader_Blob_Blob__Lcom_google_gwt_typedarrays_shared_Int8Array_2V(data_0){ + this.com_badlogic_gdx_backends_gwt_preloader_Blob_data = data_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(694, 1, {694:1}, com_badlogic_gdx_backends_gwt_preloader_Blob_Blob__Lcom_google_gwt_typedarrays_shared_Int8Array_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1Blob_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'Blob', 694, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1AutoCloseable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_8, 'AutoCloseable'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Closeable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_10, 'Closeable'); +function java_io_InputStream_$read__Ljava_io_InputStream_2_3BI(this$static, buffer){ + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(buffer); + return this$static.read___3BIII(buffer, 0, buffer.length); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(561, 1, $intern_70); +_.close__V = function java_io_InputStream_close__V(){ +} +; +_.read___3BIII = function java_io_InputStream_read___3BIII(buffer, byteOffset, byteCount){ + var c, e, i; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(buffer); + java_io_IOUtils_checkOffsetAndCount__IIIV(buffer.length, byteOffset, byteCount); + for (i = 0; i < byteCount; ++i) { + try { + if ((c = this.read__I()) == -1) { + return i == 0?-1:i; + } + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + e = $e0; + if (i != 0) { + return i; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(e); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + buffer[byteOffset + i] = c << 24 >> 24; + } + return byteCount; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1InputStream_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'InputStream', 561, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_Blob$1_Blob$1__Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V(this$0){ + this.com_badlogic_gdx_backends_gwt_preloader_Blob$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(692, 561, $intern_70, com_badlogic_gdx_backends_gwt_preloader_Blob$1_Blob$1__Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V); +_.read__I = function com_badlogic_gdx_backends_gwt_preloader_Blob$1_read__I(){ + if (this.com_badlogic_gdx_backends_gwt_preloader_Blob$1_pos == this.com_badlogic_gdx_backends_gwt_preloader_Blob$1_this$01.com_badlogic_gdx_backends_gwt_preloader_Blob_data.length) + return -1; + return com_badlogic_gdx_backends_gwt_preloader_Blob_$get__Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2IB(this.com_badlogic_gdx_backends_gwt_preloader_Blob$1_this$01, this.com_badlogic_gdx_backends_gwt_preloader_Blob$1_pos++) & 255; +} +; +_.com_badlogic_gdx_backends_gwt_preloader_Blob$1_pos = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1Blob$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'Blob/1', 692, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1InputStream_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_Preloader_$contains__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Z(this$static, file){ + return com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_texts, file) >= 0 || com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_images, file) >= 0 || com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_binaries, file) >= 0 || com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_audio, file) >= 0 || com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_directories, file) >= 0; +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader_$preload__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderCallback_2V(this$static, callback){ + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$loadText__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_baseUrl + 'assets.txt' + '?etag=' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2((java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()))), new com_badlogic_gdx_backends_gwt_preloader_Preloader$1_Preloader$1__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2V(this$static, callback)); +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader_$putAssetInMap__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_Object_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_2V(this$static, result, asset){ + switch (asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_type.java_lang_Enum_ordinal) { + case 2: + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_texts, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file, result); + break; + case 0: + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_images, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file, result); + break; + case 3: + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_binaries, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file, result); + break; + case 1: + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_audio, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file, result); + break; + case 4: + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_directories, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file, null); + } +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader_$read__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Ljava_io_InputStream_2(this$static, file){ + if (com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_texts, file) >= 0) { + return new java_io_ByteArrayInputStream_ByteArrayInputStream___3BV(java_lang_String_$getBytes__Ljava_lang_String_2Ljava_nio_charset_Charset_2_3B(com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_texts, file), (java_nio_charset_StandardCharsets_$clinit__V() , java_nio_charset_StandardCharsets_UTF_18))); + } + if (com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_images, file) >= 0) { + return new java_io_ByteArrayInputStream_ByteArrayInputStream___3BV(com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_71, 9, 1, 15, 1)); + } + if (com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_binaries, file) >= 0) { + return new com_badlogic_gdx_backends_gwt_preloader_Blob$1_Blob$1__Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V(com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_binaries, file)); + } + if (com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_audio, file) >= 0) { + return new com_badlogic_gdx_backends_gwt_preloader_Blob$1_Blob$1__Lcom_badlogic_gdx_backends_gwt_preloader_Blob_2V(com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader_audio, file)); + } + return null; +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader_Preloader__Ljava_lang_String_2V(newBaseURL){ + this.com_badlogic_gdx_backends_gwt_preloader_Preloader_loader = new com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_AssetDownloader__V; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader_directories = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader_images = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader_audio = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader_texts = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader_binaries = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader_stillToFetchAssets = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader_assetNames = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader_baseUrl = newBaseURL; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(808, 1, {}, com_badlogic_gdx_backends_gwt_preloader_Preloader_Preloader__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1Preloader_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'Preloader', 808, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_Preloader$1_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1_2Ljava_lang_String_2V(this$static, result){ + var asset, assetMimeType, assetPathMd5, assetPathOrig, assetPreload, assetTypeCode, assets, i, line, line$array, line$index, line$max, lines, size_0, state, tokens, type_0; + lines = java_lang_String_$split__Ljava_lang_String_2Ljava_lang_String_2I_3Ljava_lang_String_2(result, $intern_39, 0); + assets = new com_badlogic_gdx_utils_Array_Array__IV(lines.length); + for (line$array = lines , line$index = 0 , line$max = line$array.length; line$index < line$max; ++line$index) { + line = line$array[line$index]; + tokens = java_lang_String_$split__Ljava_lang_String_2Ljava_lang_String_2I_3Ljava_lang_String_2(line, ':', 0); + if (tokens.length != 6) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Invalid assets description file.')); + } + assetTypeCode = tokens[0]; + assetPathOrig = tokens[1]; + assetPathMd5 = tokens[2]; + size_0 = java_lang_Number__1_1parseAndValidateLong__Ljava_lang_String_2IJ(tokens[3]); + assetMimeType = tokens[4]; + assetPreload = java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(tokens[5], '1'); + type_0 = (com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_$clinit__V() , com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Text); + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(assetTypeCode, 'i') && (type_0 = com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Image); + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(assetTypeCode, 'b') && (type_0 = com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Binary); + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(assetTypeCode, 'a') && (type_0 = com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Audio); + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(assetTypeCode, 'd') && (type_0 = com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Directory); + type_0 == com_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_Audio && !this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_this$01.com_badlogic_gdx_backends_gwt_preloader_Preloader_loader.com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_useBrowserCache && (size_0 = 0); + asset = new com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_Preloader$Asset__Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_2JLjava_lang_String_2V(java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(assetPathOrig), java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(assetPathMd5), type_0, size_0, assetMimeType); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_this$01.com_badlogic_gdx_backends_gwt_preloader_Preloader_assetNames, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_url); + assetPreload || java_lang_String_$startsWith__Ljava_lang_String_2Ljava_lang_String_2Z(asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file, 'com/badlogic/')?com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(assets, asset):com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_this$01.com_badlogic_gdx_backends_gwt_preloader_Preloader_stillToFetchAssets, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file, asset); + } + state = new com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_Preloader$PreloaderState__Lcom_badlogic_gdx_utils_Array_2V(assets); + for (i = 0; i < assets.com_badlogic_gdx_utils_Array_size; i++) { + asset = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(assets, i); + if (com_badlogic_gdx_backends_gwt_preloader_Preloader_$contains__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Z(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_this$01, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file)) { + asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_loaded = asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_size; + asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_succeed = true; + continue; + } + com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_$load__Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetDownloader$AssetLoaderListener_2V(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_this$01.com_badlogic_gdx_backends_gwt_preloader_Preloader_loader, this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_this$01.com_badlogic_gdx_backends_gwt_preloader_Preloader_baseUrl + ('' + asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_url), asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_type, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_mimeType, new com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_Preloader$1$1__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1_2V(this$static, asset, this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_val$callback2, state)); + } + com_badlogic_gdx_backends_gwt_GwtApplication$1_$update__Lcom_badlogic_gdx_backends_gwt_GwtApplication$1_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2V(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_val$callback2, state); +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader$1_Preloader$1__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2V(this$0, val$callback){ + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_this$01 = this$0; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_val$callback2 = val$callback; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(819, 1, {}, com_badlogic_gdx_backends_gwt_preloader_Preloader$1_Preloader$1__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2V); +_.onSuccess__Ljava_lang_Object_2V = function com_badlogic_gdx_backends_gwt_preloader_Preloader$1_onSuccess__Ljava_lang_Object_2V(result){ + com_badlogic_gdx_backends_gwt_preloader_Preloader$1_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1_2Ljava_lang_String_2V(this, result); +} +; +_.onFailure__V = function com_badlogic_gdx_backends_gwt_preloader_Preloader$1_onFailure__V(){ + java_lang_System_$clinit__V(); + String.fromCharCode(10); +} +; +_.onProgress__DV = function com_badlogic_gdx_backends_gwt_preloader_Preloader$1_onProgress__DV(amount){ +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1Preloader$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'Preloader/1', 819, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onFailure__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2V(this$static){ + this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$asset2.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_failed = true; + java_lang_System_$clinit__V(); + String.fromCharCode(10); + com_badlogic_gdx_backends_gwt_GwtApplication$1_$update__Lcom_badlogic_gdx_backends_gwt_GwtApplication$1_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2V(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$callback3, this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$state4); +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onProgress__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2DV(this$static, amount){ + this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$asset2.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_loaded = com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(amount); + com_badlogic_gdx_backends_gwt_GwtApplication$1_$update__Lcom_badlogic_gdx_backends_gwt_GwtApplication$1_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2V(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$callback3, this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$state4); +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2Ljava_lang_Object_2V(this$static, result){ + com_badlogic_gdx_backends_gwt_preloader_Preloader_$putAssetInMap__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_Object_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_2V(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_this$11.com_badlogic_gdx_backends_gwt_preloader_Preloader$1_this$01, result, this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$asset2); + this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$asset2.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_succeed = true; + com_badlogic_gdx_backends_gwt_GwtApplication$1_$update__Lcom_badlogic_gdx_backends_gwt_GwtApplication$1_2Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2V(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$callback3, this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$state4); +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_Preloader$1$1__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1_2V(this$1, val$asset, val$callback, val$state){ + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_this$11 = this$1; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$asset2 = val$asset; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$callback3 = val$callback; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_val$state4 = val$state; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(821, 1, {}, com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_Preloader$1$1__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1_2V); +_.onFailure__V = function com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_onFailure__V(){ + com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onFailure__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2V(this); +} +; +_.onProgress__DV = function com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_onProgress__DV(amount){ + com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onProgress__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2DV(this, amount); +} +; +_.onSuccess__Ljava_lang_Object_2V = function com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_onSuccess__Ljava_lang_Object_2V(result){ + com_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_$onSuccess__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$1$1_2Ljava_lang_Object_2V(this, result); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1Preloader$1$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'Preloader/1/1', 821, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_Preloader$Asset__Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_2JLjava_lang_String_2V(file, url_0, type_0, size_0, mimeType){ + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_file = file; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_url = url_0; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_type = type_0; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_size = size_0; + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_mimeType = mimeType; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(693, 1, {693:1}, com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_Preloader$Asset__Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_backends_gwt_preloader_AssetFilter$AssetType_2JLjava_lang_String_2V); +_.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_failed = false; +_.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_loaded = 0; +_.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_size = 0; +_.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_succeed = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1Preloader$Asset_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'Preloader/Asset', 693, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_$getDownloadedSize__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2J(this$static){ + var asset, i, size_0; + size_0 = 0; + for (i = 0; i < this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_assets.com_badlogic_gdx_utils_Array_size; i++) { + asset = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_assets, i); + size_0 = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(size_0, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_succeed || asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_failed?asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_size:java_lang_Math_min__JJJ(asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_size, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_loaded)); + } + return size_0; +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_$getTotalSize__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_2J(this$static){ + var asset, i, size_0; + size_0 = 0; + for (i = 0; i < this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_assets.com_badlogic_gdx_utils_Array_size; i++) { + asset = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_assets, i); + size_0 = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(size_0, asset.com_badlogic_gdx_backends_gwt_preloader_Preloader$Asset_size); + } + return size_0; +} + +function com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_Preloader$PreloaderState__Lcom_badlogic_gdx_utils_Array_2V(assets){ + this.com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_assets = assets; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(820, 1, {}, com_badlogic_gdx_backends_gwt_preloader_Preloader$PreloaderState_Preloader$PreloaderState__Lcom_badlogic_gdx_utils_Array_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1preloader_1Preloader$PreloaderState_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_67, 'Preloader/PreloaderState', 820, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_$setupAudoGraph__Lcom_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_2Lcom_google_gwt_core_client_JavaScriptObject_2(this$static){ + var audioContext = this$static.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_audioContext; + var panNode = null; + if (audioContext.createStereoPanner) { + panNode = audioContext.createStereoPanner(); + panNode.pan.value = 0; + this$static.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_panNode = panNode; + } + var gainNode = null; + audioContext.createGain?(gainNode = audioContext.createGain()):(gainNode = audioContext.createGainNode()); + this$static.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_gainNode = gainNode; + gainNode.gain.value = 1; + panNode && panNode.connect(gainNode); + gainNode.connect(this$static.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_destinationNode); +} + +function com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_AudioControlGraph__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(audioContext, destinationNode){ + this.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_audioContext = audioContext; + this.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_destinationNode = destinationNode; + com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_$setupAudoGraph__Lcom_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_2Lcom_google_gwt_core_client_JavaScriptObject_2(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1066, 1, {}, com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_AudioControlGraph__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1webaudio_1AudioControlGraph_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_72, 'AudioControlGraph', 1066, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Pool_$clear__Lcom_badlogic_gdx_utils_Pool_2V(this$static){ + var freeObjects, i, n; + freeObjects = this$static.com_badlogic_gdx_utils_Pool_freeObjects; + for (i = 0 , n = freeObjects.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_utils_Pool_$discard__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(freeObjects, i)); + java_util_Arrays_fill___3Ljava_lang_Object_2IILjava_lang_Object_2V(freeObjects.com_badlogic_gdx_utils_Array_items, freeObjects.com_badlogic_gdx_utils_Array_size); + freeObjects.com_badlogic_gdx_utils_Array_size = 0; +} + +function com_badlogic_gdx_utils_Pool_$discard__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(object){ + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 67) && object.reset__V(); +} + +function com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(this$static, object){ + if (object == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_73)); + if (this$static.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size < this$static.com_badlogic_gdx_utils_Pool_max) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_Pool_freeObjects, object); + this$static.com_badlogic_gdx_utils_Pool_peak = $wnd.Math.max(this$static.com_badlogic_gdx_utils_Pool_peak, this$static.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 67) && object.reset__V(); + } + else + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 67) && object.reset__V(); +} + +function com_badlogic_gdx_utils_Pool_$freeAll__Lcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2V(this$static, objects){ + var freeObjects, i, max_0, n, object; + if (!objects) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('objects cannot be null.')); + freeObjects = this$static.com_badlogic_gdx_utils_Pool_freeObjects; + max_0 = this$static.com_badlogic_gdx_utils_Pool_max; + for (i = 0 , n = objects.com_badlogic_gdx_utils_Array_size; i < n; i++) { + object = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(objects, i); + if (object == null) + continue; + if (freeObjects.com_badlogic_gdx_utils_Array_size < max_0) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(freeObjects, object); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 67) && object.reset__V(); + } + else { + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 67) && object.reset__V(); + } + } + this$static.com_badlogic_gdx_utils_Pool_peak = $wnd.Math.max(this$static.com_badlogic_gdx_utils_Pool_peak, freeObjects.com_badlogic_gdx_utils_Array_size); +} + +function com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(this$static){ + return this$static.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size == 0?this$static.newObject__Ljava_lang_Object_2():com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Pool_freeObjects); +} + +function com_badlogic_gdx_utils_Pool_Pool__V(){ + com_badlogic_gdx_utils_Pool_Pool__IIV.call(this, 16, $intern_5); +} + +function com_badlogic_gdx_utils_Pool_Pool__IIV(initialCapacity, max_0){ + this.com_badlogic_gdx_utils_Pool_freeObjects = new com_badlogic_gdx_utils_Array_Array__ZIV(false, initialCapacity); + this.com_badlogic_gdx_utils_Pool_max = max_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(132, 1, $intern_74); +_.com_badlogic_gdx_utils_Pool_max = 0; +_.com_badlogic_gdx_utils_Pool_peak = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Pool', 132, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraphPool_AudioControlGraphPool__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(audioContext, destinationNode){ + com_badlogic_gdx_utils_Pool_Pool__V.call(this); + this.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraphPool_audioContext = audioContext; + this.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraphPool_destinationNode = destinationNode; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1046, 132, $intern_74, com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraphPool_AudioControlGraphPool__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V); +_.newObject__Ljava_lang_Object_2 = function com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraphPool_newObject__Ljava_lang_Object_2(){ + return new com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraph_AudioControlGraph__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(this.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraphPool_audioContext, this.com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraphPool_destinationNode); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1webaudio_1AudioControlGraphPool_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_72, 'AudioControlGraphPool', 1046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit); +function com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$hookUpSoundUnlockers__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V(this$static){ + var self_0 = this$static; + var audioContext = self_0.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_audioContext; + var userInputEventNames = ['click', $intern_75, 'auxclick', 'dblclick', $intern_22, $intern_23, 'pointerup', $intern_31, $intern_25, $intern_26, $intern_28]; + var unlock = function(e){ + audioContext.resume(); + self_0.setUnlocked__V(); + userInputEventNames.forEach(function(eventName){ + $doc.removeEventListener(eventName, unlock); + } + ); + } + ; + userInputEventNames.forEach(function(eventName){ + $doc.addEventListener(eventName, unlock); + } + ); +} + +function com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_WebAudioAPIManager__V(){ + var com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_audioContext_0, com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_gainNode_0; + new com_badlogic_gdx_backends_gwt_preloader_AssetDownloader_AssetDownloader__V; + this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_audioContext = com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_createAudioContextJSNI__Lcom_google_gwt_core_client_JavaScriptObject_2(); + this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_globalVolumeNode = (com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_audioContext_0 = this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_audioContext , com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_gainNode_0 = null , com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_audioContext_0.createGain?(com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_gainNode_0 = com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_audioContext_0.createGain()):(com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_gainNode_0 = com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_audioContext_0.createGainNode()) , com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_gainNode_0.gain.value = 1 , com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_gainNode_0.connect(com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_audioContext_0.destination) , com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$createGlobalVolumeNodeJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2Lcom_google_gwt_core_client_JavaScriptObject_2_gainNode_0); + new com_badlogic_gdx_backends_gwt_webaudio_AudioControlGraphPool_AudioControlGraphPool__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_audioContext, this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_globalVolumeNode); + com_badlogic_gdx_backends_gwt_GwtApplication_$addLifecycleListener__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Lcom_badlogic_gdx_LifecycleListener_2V(com_badlogic_gdx_Gdx_app, this); + this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_audioContext.state !== 'running'?com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$hookUpSoundUnlockers__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V(this):com_badlogic_gdx_backends_gwt_GwtApplication_$log__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2V(com_badlogic_gdx_Gdx_app, 'Webaudio', $intern_76); +} + +function com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_createAudioContextJSNI__Lcom_google_gwt_core_client_JavaScriptObject_2(){ + var AudioContext_0 = window.AudioContext || window.webkitAudioContext; + if (AudioContext_0) { + var audioContext = new AudioContext_0; + return audioContext; + } + return null; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1037, 1, {1141:1}, com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_WebAudioAPIManager__V); +_.pause__V = function com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_pause__V(){ + var com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$disconnectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_audioContext_0, com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$disconnectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_gainNode_0; + com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$disconnectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_audioContext_0 = this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_audioContext; + com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$disconnectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_gainNode_0 = this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_globalVolumeNode; + com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$disconnectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_gainNode_0.disconnect(com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$disconnectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_audioContext_0.destination); +} +; +_.resume__V = function com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_resume__V(){ + var com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$connectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_audioContext_0, com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$connectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_gainNode_0; + com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$connectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_audioContext_0 = this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_audioContext; + com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$connectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_gainNode_0 = this.com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_globalVolumeNode; + com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$connectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_gainNode_0.connect(com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_$connectJSNI__Lcom_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_2V_audioContext_0.destination); +} +; +_.setUnlocked__V = function com_badlogic_gdx_backends_gwt_webaudio_WebAudioAPIManager_setUnlocked__V(){ + com_badlogic_gdx_backends_gwt_GwtApplication_$log__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2V(com_badlogic_gdx_Gdx_app, 'Webaudio', $intern_76); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1webaudio_1WebAudioAPIManager_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_72, 'WebAudioAPIManager', 1037, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_Camera_$project__Lcom_badlogic_gdx_graphics_Camera_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(this$static, worldCoords, viewportX, viewportY, viewportWidth, viewportHeight){ + com_badlogic_gdx_math_Vector3_$prj__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(worldCoords, this$static.com_badlogic_gdx_graphics_Camera_combined); + worldCoords.com_badlogic_gdx_math_Vector3_x = viewportWidth * (worldCoords.com_badlogic_gdx_math_Vector3_x + 1) / 2 + viewportX; + worldCoords.com_badlogic_gdx_math_Vector3_y = viewportHeight * (worldCoords.com_badlogic_gdx_math_Vector3_y + 1) / 2 + viewportY; + worldCoords.com_badlogic_gdx_math_Vector3_z = (worldCoords.com_badlogic_gdx_math_Vector3_z + 1) / 2; + return worldCoords; +} + +function com_badlogic_gdx_graphics_Camera_$unproject__Lcom_badlogic_gdx_graphics_Camera_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(this$static, screenCoords, viewportX, viewportY, viewportWidth, viewportHeight){ + var x_0, y_0; + x_0 = screenCoords.com_badlogic_gdx_math_Vector3_x - viewportX; + y_0 = com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height - screenCoords.com_badlogic_gdx_math_Vector3_y - viewportY; + screenCoords.com_badlogic_gdx_math_Vector3_x = 2 * x_0 / viewportWidth - 1; + screenCoords.com_badlogic_gdx_math_Vector3_y = 2 * y_0 / viewportHeight - 1; + screenCoords.com_badlogic_gdx_math_Vector3_z = 2 * screenCoords.com_badlogic_gdx_math_Vector3_z - 1; + com_badlogic_gdx_math_Vector3_$prj__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(screenCoords, this$static.com_badlogic_gdx_graphics_Camera_invProjectionView); + return screenCoords; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(599, 1, {599:1}); +_.com_badlogic_gdx_graphics_Camera_far = 100; +_.com_badlogic_gdx_graphics_Camera_near = 1; +_.com_badlogic_gdx_graphics_Camera_viewportHeight = 0; +_.com_badlogic_gdx_graphics_Camera_viewportWidth = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Camera_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'Camera', 599, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_Color_$clinit__V(){ + com_badlogic_gdx_graphics_Color_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Color_WHITE = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); + com_badlogic_gdx_graphics_Color_LIGHT_1GRAY = new com_badlogic_gdx_graphics_Color_Color__IV(-1077952513); + com_badlogic_gdx_graphics_Color_GRAY = new com_badlogic_gdx_graphics_Color_Color__IV(2139062271); + com_badlogic_gdx_graphics_Color_DARK_1GRAY = new com_badlogic_gdx_graphics_Color_Color__IV(1061109759); + com_badlogic_gdx_graphics_Color_BLACK = new com_badlogic_gdx_graphics_Color_Color__FFFFV(0, 0, 0, 1); + com_badlogic_gdx_graphics_Color_WHITE_1FLOAT_1BITS = com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(com_badlogic_gdx_graphics_Color_WHITE); + com_badlogic_gdx_graphics_Color_CLEAR = new com_badlogic_gdx_graphics_Color_Color__FFFFV(0, 0, 0, 0); + com_badlogic_gdx_graphics_Color_BLUE = new com_badlogic_gdx_graphics_Color_Color__FFFFV(0, 0, 1, 1); + com_badlogic_gdx_graphics_Color_NAVY = new com_badlogic_gdx_graphics_Color_Color__FFFFV(0, 0, 0.5, 1); + com_badlogic_gdx_graphics_Color_ROYAL = new com_badlogic_gdx_graphics_Color_Color__IV(1097458175); + com_badlogic_gdx_graphics_Color_SLATE = new com_badlogic_gdx_graphics_Color_Color__IV(1887473919); + com_badlogic_gdx_graphics_Color_SKY = new com_badlogic_gdx_graphics_Color_Color__IV(-2016482305); + com_badlogic_gdx_graphics_Color_CYAN = new com_badlogic_gdx_graphics_Color_Color__FFFFV(0, 1, 1, 1); + com_badlogic_gdx_graphics_Color_TEAL = new com_badlogic_gdx_graphics_Color_Color__FFFFV(0, 0.5, 0.5, 1); + com_badlogic_gdx_graphics_Color_GREEN = new com_badlogic_gdx_graphics_Color_Color__IV($intern_78); + com_badlogic_gdx_graphics_Color_CHARTREUSE = new com_badlogic_gdx_graphics_Color_Color__IV(2147418367); + com_badlogic_gdx_graphics_Color_LIME = new com_badlogic_gdx_graphics_Color_Color__IV(852308735); + com_badlogic_gdx_graphics_Color_FOREST = new com_badlogic_gdx_graphics_Color_Color__IV(579543807); + com_badlogic_gdx_graphics_Color_OLIVE = new com_badlogic_gdx_graphics_Color_Color__IV(1804477439); + com_badlogic_gdx_graphics_Color_YELLOW = new com_badlogic_gdx_graphics_Color_Color__IV(-65281); + com_badlogic_gdx_graphics_Color_GOLD = new com_badlogic_gdx_graphics_Color_Color__IV(-2686721); + com_badlogic_gdx_graphics_Color_GOLDENROD = new com_badlogic_gdx_graphics_Color_Color__IV(-626712321); + com_badlogic_gdx_graphics_Color_ORANGE = new com_badlogic_gdx_graphics_Color_Color__IV(-5963521); + com_badlogic_gdx_graphics_Color_BROWN = new com_badlogic_gdx_graphics_Color_Color__IV(-1958407169); + com_badlogic_gdx_graphics_Color_TAN = new com_badlogic_gdx_graphics_Color_Color__IV(-759919361); + com_badlogic_gdx_graphics_Color_FIREBRICK = new com_badlogic_gdx_graphics_Color_Color__IV(-1306385665); + com_badlogic_gdx_graphics_Color_RED = new com_badlogic_gdx_graphics_Color_Color__IV($intern_79); + com_badlogic_gdx_graphics_Color_SCARLET = new com_badlogic_gdx_graphics_Color_Color__IV(-13361921); + com_badlogic_gdx_graphics_Color_CORAL = new com_badlogic_gdx_graphics_Color_Color__IV(-8433409); + com_badlogic_gdx_graphics_Color_SALMON = new com_badlogic_gdx_graphics_Color_Color__IV(-92245249); + com_badlogic_gdx_graphics_Color_PINK = new com_badlogic_gdx_graphics_Color_Color__IV(-9849601); + com_badlogic_gdx_graphics_Color_MAGENTA = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 0, 1, 1); + com_badlogic_gdx_graphics_Color_PURPLE = new com_badlogic_gdx_graphics_Color_Color__IV(-1608453889); + com_badlogic_gdx_graphics_Color_VIOLET = new com_badlogic_gdx_graphics_Color_Color__IV(-293409025); + com_badlogic_gdx_graphics_Color_MAROON = new com_badlogic_gdx_graphics_Color_Color__IV(-1339006721); +} + +function com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this$static){ + this$static.com_badlogic_gdx_graphics_Color_r < 0?(this$static.com_badlogic_gdx_graphics_Color_r = 0):this$static.com_badlogic_gdx_graphics_Color_r > 1 && (this$static.com_badlogic_gdx_graphics_Color_r = 1); + this$static.com_badlogic_gdx_graphics_Color_g < 0?(this$static.com_badlogic_gdx_graphics_Color_g = 0):this$static.com_badlogic_gdx_graphics_Color_g > 1 && (this$static.com_badlogic_gdx_graphics_Color_g = 1); + this$static.com_badlogic_gdx_graphics_Color_b < 0?(this$static.com_badlogic_gdx_graphics_Color_b = 0):this$static.com_badlogic_gdx_graphics_Color_b > 1 && (this$static.com_badlogic_gdx_graphics_Color_b = 1); + this$static.com_badlogic_gdx_graphics_Color_a < 0?(this$static.com_badlogic_gdx_graphics_Color_a = 0):this$static.com_badlogic_gdx_graphics_Color_a > 1 && (this$static.com_badlogic_gdx_graphics_Color_a = 1); + return this$static; +} + +function com_badlogic_gdx_graphics_Color_$fromHsv__Lcom_badlogic_gdx_graphics_Color_2FFFLcom_badlogic_gdx_graphics_Color_2(this$static, h, s, v){ + var f, i, p, q, t, x_0; + x_0 = (h / 60 + 6) % 6; + i = com_google_gwt_lang_Cast_round_1int__DI(x_0); + f = x_0 - i; + p = v * (1 - s); + q = v * (1 - s * f); + t = v * (1 - s * (1 - f)); + switch (i) { + case 0: + this$static.com_badlogic_gdx_graphics_Color_r = v; + this$static.com_badlogic_gdx_graphics_Color_g = t; + this$static.com_badlogic_gdx_graphics_Color_b = p; + break; + case 1: + this$static.com_badlogic_gdx_graphics_Color_r = q; + this$static.com_badlogic_gdx_graphics_Color_g = v; + this$static.com_badlogic_gdx_graphics_Color_b = p; + break; + case 2: + this$static.com_badlogic_gdx_graphics_Color_r = p; + this$static.com_badlogic_gdx_graphics_Color_g = v; + this$static.com_badlogic_gdx_graphics_Color_b = t; + break; + case 3: + this$static.com_badlogic_gdx_graphics_Color_r = p; + this$static.com_badlogic_gdx_graphics_Color_g = q; + this$static.com_badlogic_gdx_graphics_Color_b = v; + break; + case 4: + this$static.com_badlogic_gdx_graphics_Color_r = t; + this$static.com_badlogic_gdx_graphics_Color_g = p; + this$static.com_badlogic_gdx_graphics_Color_b = v; + break; + default:this$static.com_badlogic_gdx_graphics_Color_r = v; + this$static.com_badlogic_gdx_graphics_Color_g = p; + this$static.com_badlogic_gdx_graphics_Color_b = q; + } + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this$static); +} + +function com_badlogic_gdx_graphics_Color_$mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this$static, color_0){ + this$static.com_badlogic_gdx_graphics_Color_r *= color_0.com_badlogic_gdx_graphics_Color_r; + this$static.com_badlogic_gdx_graphics_Color_g *= color_0.com_badlogic_gdx_graphics_Color_g; + this$static.com_badlogic_gdx_graphics_Color_b *= color_0.com_badlogic_gdx_graphics_Color_b; + this$static.com_badlogic_gdx_graphics_Color_a *= color_0.com_badlogic_gdx_graphics_Color_a; + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this$static); +} + +function com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this$static, r, g, b, a){ + this$static.com_badlogic_gdx_graphics_Color_r = r; + this$static.com_badlogic_gdx_graphics_Color_g = g; + this$static.com_badlogic_gdx_graphics_Color_b = b; + this$static.com_badlogic_gdx_graphics_Color_a = a; + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this$static); +} + +function com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this$static, color_0){ + this$static.com_badlogic_gdx_graphics_Color_r = color_0.com_badlogic_gdx_graphics_Color_r; + this$static.com_badlogic_gdx_graphics_Color_g = color_0.com_badlogic_gdx_graphics_Color_g; + this$static.com_badlogic_gdx_graphics_Color_b = color_0.com_badlogic_gdx_graphics_Color_b; + this$static.com_badlogic_gdx_graphics_Color_a = color_0.com_badlogic_gdx_graphics_Color_a; + return this$static; +} + +function com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(this$static){ + var color_0; + color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * this$static.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * this$static.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * this$static.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * this$static.com_badlogic_gdx_graphics_Color_r); + return com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]; +} + +function com_badlogic_gdx_graphics_Color_Color__V(){ + com_badlogic_gdx_graphics_Color_$clinit__V(); +} + +function com_badlogic_gdx_graphics_Color_Color__FFFFV(r, g, b, a){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + this.com_badlogic_gdx_graphics_Color_r = r; + this.com_badlogic_gdx_graphics_Color_g = g; + this.com_badlogic_gdx_graphics_Color_b = b; + this.com_badlogic_gdx_graphics_Color_a = a; + com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} + +function com_badlogic_gdx_graphics_Color_Color__IV(rgba8888){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + com_badlogic_gdx_graphics_Color_rgba8888ToColor__Lcom_badlogic_gdx_graphics_Color_2IV(this, rgba8888); +} + +function com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(color_0){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this, color_0); +} + +function com_badlogic_gdx_graphics_Color_abgr8888ToColor__Lcom_badlogic_gdx_graphics_Color_2FV(color_0, value_0){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + var c; + c = com_badlogic_gdx_utils_NumberUtils_floatToIntColor__FI(value_0); + color_0.com_badlogic_gdx_graphics_Color_a = ((c & $intern_81) >>> 24) / 255; + color_0.com_badlogic_gdx_graphics_Color_b = ((c & $intern_82) >>> 16) / 255; + color_0.com_badlogic_gdx_graphics_Color_g = ((c & $intern_83) >>> 8) / 255; + color_0.com_badlogic_gdx_graphics_Color_r = (c & 255) / 255; +} + +function com_badlogic_gdx_graphics_Color_abgr8888ToColor__Lcom_badlogic_gdx_graphics_Color_2IV(color_0, value_0){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + color_0.com_badlogic_gdx_graphics_Color_a = ((value_0 & $intern_81) >>> 24) / 255; + color_0.com_badlogic_gdx_graphics_Color_b = ((value_0 & $intern_82) >>> 16) / 255; + color_0.com_badlogic_gdx_graphics_Color_g = ((value_0 & $intern_83) >>> 8) / 255; + color_0.com_badlogic_gdx_graphics_Color_r = (value_0 & 255) / 255; +} + +function com_badlogic_gdx_graphics_Color_rgba8888ToColor__Lcom_badlogic_gdx_graphics_Color_2IV(color_0, value_0){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + color_0.com_badlogic_gdx_graphics_Color_r = ((value_0 & $intern_81) >>> 24) / 255; + color_0.com_badlogic_gdx_graphics_Color_g = ((value_0 & $intern_82) >>> 16) / 255; + color_0.com_badlogic_gdx_graphics_Color_b = ((value_0 & $intern_83) >>> 8) / 255; + color_0.com_badlogic_gdx_graphics_Color_a = (value_0 & 255) / 255; +} + +function com_badlogic_gdx_graphics_Color_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(hex, color_0){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + hex = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, hex.length) , hex.charCodeAt(0) == 35?(javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, hex.length + 1) , hex.substr(1)):hex); + color_0.com_badlogic_gdx_graphics_Color_r = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, 2, hex.length) , hex.substr(0, 2)), 16, $intern_84, $intern_5) / 255; + color_0.com_badlogic_gdx_graphics_Color_g = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(2, 4, hex.length) , hex.substr(2, 2)), 16, $intern_84, $intern_5) / 255; + color_0.com_badlogic_gdx_graphics_Color_b = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(4, 6, hex.length) , hex.substr(4, 2)), 16, $intern_84, $intern_5) / 255; + color_0.com_badlogic_gdx_graphics_Color_a = hex.length != 8?1:java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(6, 8, hex.length) , hex.substr(6, 2)), 16, $intern_84, $intern_5) / 255; + return color_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(37, 1, {37:1}, com_badlogic_gdx_graphics_Color_Color__V, com_badlogic_gdx_graphics_Color_Color__FFFFV, com_badlogic_gdx_graphics_Color_Color__IV, com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V); +_.add__FFFFLcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_add__FFFFLcom_badlogic_gdx_graphics_Color_2(r, g, b, a){ + this.com_badlogic_gdx_graphics_Color_r += r; + this.com_badlogic_gdx_graphics_Color_g += g; + this.com_badlogic_gdx_graphics_Color_b += b; + this.com_badlogic_gdx_graphics_Color_a += a; + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.add__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_add__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(color_0){ + this.com_badlogic_gdx_graphics_Color_r += color_0.com_badlogic_gdx_graphics_Color_r; + this.com_badlogic_gdx_graphics_Color_g += color_0.com_badlogic_gdx_graphics_Color_g; + this.com_badlogic_gdx_graphics_Color_b += color_0.com_badlogic_gdx_graphics_Color_b; + this.com_badlogic_gdx_graphics_Color_a += color_0.com_badlogic_gdx_graphics_Color_a; + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.clamp__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_clamp__Lcom_badlogic_gdx_graphics_Color_2(){ + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.cpy__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_cpy__Lcom_badlogic_gdx_graphics_Color_2(){ + return new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(this); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_graphics_Color_equals__Ljava_lang_Object_2Z(o){ + var color_0; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + color_0 = o; + return (com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_r)) == (com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_r)); +} +; +_.fromHsv__FFFLcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_fromHsv__FFFLcom_badlogic_gdx_graphics_Color_2(h, s, v){ + return com_badlogic_gdx_graphics_Color_$fromHsv__Lcom_badlogic_gdx_graphics_Color_2FFFLcom_badlogic_gdx_graphics_Color_2(this, h, s, v); +} +; +_.fromHsv___3FLcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_fromHsv___3FLcom_badlogic_gdx_graphics_Color_2(hsv){ + return com_badlogic_gdx_graphics_Color_$fromHsv__Lcom_badlogic_gdx_graphics_Color_2FFFLcom_badlogic_gdx_graphics_Color_2(this, hsv[0], hsv[1], hsv[2]); +} +; +_.hashCode__I = function com_badlogic_gdx_graphics_Color_hashCode__I(){ + var result; + result = this.com_badlogic_gdx_graphics_Color_r != 0?com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_graphics_Color_r):0; + result = 31 * result + (this.com_badlogic_gdx_graphics_Color_g != 0?com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_graphics_Color_g):0); + result = 31 * result + (this.com_badlogic_gdx_graphics_Color_b != 0?com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_graphics_Color_b):0); + result = 31 * result + (this.com_badlogic_gdx_graphics_Color_a != 0?com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_graphics_Color_a):0); + return result; +} +; +_.lerp__FFFFFLcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_lerp__FFFFFLcom_badlogic_gdx_graphics_Color_2(r, g, b, a, t){ + this.com_badlogic_gdx_graphics_Color_r += t * (r - this.com_badlogic_gdx_graphics_Color_r); + this.com_badlogic_gdx_graphics_Color_g += t * (g - this.com_badlogic_gdx_graphics_Color_g); + this.com_badlogic_gdx_graphics_Color_b += t * (b - this.com_badlogic_gdx_graphics_Color_b); + this.com_badlogic_gdx_graphics_Color_a += t * (a - this.com_badlogic_gdx_graphics_Color_a); + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.lerp__Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_lerp__Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_graphics_Color_2(target, t){ + this.com_badlogic_gdx_graphics_Color_r += t * (target.com_badlogic_gdx_graphics_Color_r - this.com_badlogic_gdx_graphics_Color_r); + this.com_badlogic_gdx_graphics_Color_g += t * (target.com_badlogic_gdx_graphics_Color_g - this.com_badlogic_gdx_graphics_Color_g); + this.com_badlogic_gdx_graphics_Color_b += t * (target.com_badlogic_gdx_graphics_Color_b - this.com_badlogic_gdx_graphics_Color_b); + this.com_badlogic_gdx_graphics_Color_a += t * (target.com_badlogic_gdx_graphics_Color_a - this.com_badlogic_gdx_graphics_Color_a); + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.mul__FLcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_mul__FLcom_badlogic_gdx_graphics_Color_2(value_0){ + this.com_badlogic_gdx_graphics_Color_r *= value_0; + this.com_badlogic_gdx_graphics_Color_g *= value_0; + this.com_badlogic_gdx_graphics_Color_b *= value_0; + this.com_badlogic_gdx_graphics_Color_a *= value_0; + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.mul__FFFFLcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_mul__FFFFLcom_badlogic_gdx_graphics_Color_2(r, g, b, a){ + this.com_badlogic_gdx_graphics_Color_r *= r; + this.com_badlogic_gdx_graphics_Color_g *= g; + this.com_badlogic_gdx_graphics_Color_b *= b; + this.com_badlogic_gdx_graphics_Color_a *= a; + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(color_0){ + return com_badlogic_gdx_graphics_Color_$mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this, color_0); +} +; +_.premultiplyAlpha__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_premultiplyAlpha__Lcom_badlogic_gdx_graphics_Color_2(){ + this.com_badlogic_gdx_graphics_Color_r *= this.com_badlogic_gdx_graphics_Color_a; + this.com_badlogic_gdx_graphics_Color_g *= this.com_badlogic_gdx_graphics_Color_a; + this.com_badlogic_gdx_graphics_Color_b *= this.com_badlogic_gdx_graphics_Color_a; + return this; +} +; +_.set__FFFFLcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_set__FFFFLcom_badlogic_gdx_graphics_Color_2(r, g, b, a){ + return com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this, r, g, b, a); +} +; +_.set__ILcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_set__ILcom_badlogic_gdx_graphics_Color_2(rgba){ + com_badlogic_gdx_graphics_Color_rgba8888ToColor__Lcom_badlogic_gdx_graphics_Color_2IV(this, rgba); + return this; +} +; +_.set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(color_0){ + return com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this, color_0); +} +; +_.sub__FFFFLcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_sub__FFFFLcom_badlogic_gdx_graphics_Color_2(r, g, b, a){ + this.com_badlogic_gdx_graphics_Color_r -= r; + this.com_badlogic_gdx_graphics_Color_g -= g; + this.com_badlogic_gdx_graphics_Color_b -= b; + this.com_badlogic_gdx_graphics_Color_a -= a; + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.sub__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_Color_sub__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(color_0){ + this.com_badlogic_gdx_graphics_Color_r -= color_0.com_badlogic_gdx_graphics_Color_r; + this.com_badlogic_gdx_graphics_Color_g -= color_0.com_badlogic_gdx_graphics_Color_g; + this.com_badlogic_gdx_graphics_Color_b -= color_0.com_badlogic_gdx_graphics_Color_b; + this.com_badlogic_gdx_graphics_Color_a -= color_0.com_badlogic_gdx_graphics_Color_a; + return com_badlogic_gdx_graphics_Color_$clamp__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.toFloatBits__F = function com_badlogic_gdx_graphics_Color_toFloatBits__F(){ + return com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(this); +} +; +_.toHsv___3F_3F = function com_badlogic_gdx_graphics_Color_toHsv___3F_3F(hsv){ + var max_0, min_0, range; + max_0 = $wnd.Math.max($wnd.Math.max(this.com_badlogic_gdx_graphics_Color_r, this.com_badlogic_gdx_graphics_Color_g), this.com_badlogic_gdx_graphics_Color_b); + min_0 = $wnd.Math.min($wnd.Math.min(this.com_badlogic_gdx_graphics_Color_r, this.com_badlogic_gdx_graphics_Color_g), this.com_badlogic_gdx_graphics_Color_b); + range = max_0 - min_0; + range == 0?(hsv[0] = 0):max_0 == this.com_badlogic_gdx_graphics_Color_r?(hsv[0] = (60 * (this.com_badlogic_gdx_graphics_Color_g - this.com_badlogic_gdx_graphics_Color_b) / range + 360) % 360):max_0 == this.com_badlogic_gdx_graphics_Color_g?(hsv[0] = 60 * (this.com_badlogic_gdx_graphics_Color_b - this.com_badlogic_gdx_graphics_Color_r) / range + 120):(hsv[0] = 60 * (this.com_badlogic_gdx_graphics_Color_r - this.com_badlogic_gdx_graphics_Color_g) / range + 240); + max_0 > 0?(hsv[1] = 1 - min_0 / max_0):(hsv[1] = 0); + hsv[2] = max_0; + return hsv; +} +; +_.toIntBits__I = function com_badlogic_gdx_graphics_Color_toIntBits__I(){ + return com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_r); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_Color_toString__Ljava_lang_String_2(){ + var number, value_0; + value_0 = (number = (com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_r) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_g) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_b) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * this.com_badlogic_gdx_graphics_Color_a)) >>> 0 , number.toString(16)); + while (value_0.length < 8) + value_0 = '0' + value_0; + return value_0; +} +; +_.com_badlogic_gdx_graphics_Color_a = 0; +_.com_badlogic_gdx_graphics_Color_b = 0; +_.com_badlogic_gdx_graphics_Color_g = 0; +_.com_badlogic_gdx_graphics_Color_r = 0; +var com_badlogic_gdx_graphics_Color_BLACK, com_badlogic_gdx_graphics_Color_BLUE, com_badlogic_gdx_graphics_Color_BROWN, com_badlogic_gdx_graphics_Color_CHARTREUSE, com_badlogic_gdx_graphics_Color_CLEAR, com_badlogic_gdx_graphics_Color_CORAL, com_badlogic_gdx_graphics_Color_CYAN, com_badlogic_gdx_graphics_Color_DARK_1GRAY, com_badlogic_gdx_graphics_Color_FIREBRICK, com_badlogic_gdx_graphics_Color_FOREST, com_badlogic_gdx_graphics_Color_GOLD, com_badlogic_gdx_graphics_Color_GOLDENROD, com_badlogic_gdx_graphics_Color_GRAY, com_badlogic_gdx_graphics_Color_GREEN, com_badlogic_gdx_graphics_Color_LIGHT_1GRAY, com_badlogic_gdx_graphics_Color_LIME, com_badlogic_gdx_graphics_Color_MAGENTA, com_badlogic_gdx_graphics_Color_MAROON, com_badlogic_gdx_graphics_Color_NAVY, com_badlogic_gdx_graphics_Color_OLIVE, com_badlogic_gdx_graphics_Color_ORANGE, com_badlogic_gdx_graphics_Color_PINK, com_badlogic_gdx_graphics_Color_PURPLE, com_badlogic_gdx_graphics_Color_RED, com_badlogic_gdx_graphics_Color_ROYAL, com_badlogic_gdx_graphics_Color_SALMON, com_badlogic_gdx_graphics_Color_SCARLET, com_badlogic_gdx_graphics_Color_SKY, com_badlogic_gdx_graphics_Color_SLATE, com_badlogic_gdx_graphics_Color_TAN, com_badlogic_gdx_graphics_Color_TEAL, com_badlogic_gdx_graphics_Color_VIOLET, com_badlogic_gdx_graphics_Color_WHITE, com_badlogic_gdx_graphics_Color_WHITE_1FLOAT_1BITS = 0, com_badlogic_gdx_graphics_Color_YELLOW; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, $intern_85, 37, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_Colors_$clinit__V(){ + com_badlogic_gdx_graphics_Colors_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Colors_map = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + com_badlogic_gdx_graphics_Colors_reset__V(); +} + +function com_badlogic_gdx_graphics_Colors_get__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2(name_0){ + com_badlogic_gdx_graphics_Colors_$clinit__V(); + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, name_0); +} + +function com_badlogic_gdx_graphics_Colors_reset__V(){ + com_badlogic_gdx_graphics_Colors_$clinit__V(); + com_badlogic_gdx_utils_ObjectMap_$clear__Lcom_badlogic_gdx_utils_ObjectMap_2V(com_badlogic_gdx_graphics_Colors_map); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'CLEAR', (com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_CLEAR)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'BLACK', com_badlogic_gdx_graphics_Color_BLACK); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'WHITE', com_badlogic_gdx_graphics_Color_WHITE); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, $intern_86, com_badlogic_gdx_graphics_Color_LIGHT_1GRAY); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'GRAY', com_badlogic_gdx_graphics_Color_GRAY); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'DARK_GRAY', com_badlogic_gdx_graphics_Color_DARK_1GRAY); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'BLUE', com_badlogic_gdx_graphics_Color_BLUE); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'NAVY', com_badlogic_gdx_graphics_Color_NAVY); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'ROYAL', com_badlogic_gdx_graphics_Color_ROYAL); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'SLATE', com_badlogic_gdx_graphics_Color_SLATE); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'SKY', com_badlogic_gdx_graphics_Color_SKY); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'CYAN', com_badlogic_gdx_graphics_Color_CYAN); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'TEAL', com_badlogic_gdx_graphics_Color_TEAL); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'GREEN', com_badlogic_gdx_graphics_Color_GREEN); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, $intern_87, com_badlogic_gdx_graphics_Color_CHARTREUSE); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'LIME', com_badlogic_gdx_graphics_Color_LIME); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'FOREST', com_badlogic_gdx_graphics_Color_FOREST); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'OLIVE', com_badlogic_gdx_graphics_Color_OLIVE); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'YELLOW', com_badlogic_gdx_graphics_Color_YELLOW); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, $intern_88, com_badlogic_gdx_graphics_Color_GOLD); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'GOLDENROD', com_badlogic_gdx_graphics_Color_GOLDENROD); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'ORANGE', com_badlogic_gdx_graphics_Color_ORANGE); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'BROWN', com_badlogic_gdx_graphics_Color_BROWN); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'TAN', com_badlogic_gdx_graphics_Color_TAN); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'FIREBRICK', com_badlogic_gdx_graphics_Color_FIREBRICK); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'RED', com_badlogic_gdx_graphics_Color_RED); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'SCARLET', com_badlogic_gdx_graphics_Color_SCARLET); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'CORAL', com_badlogic_gdx_graphics_Color_CORAL); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'SALMON', com_badlogic_gdx_graphics_Color_SALMON); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'PINK', com_badlogic_gdx_graphics_Color_PINK); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'MAGENTA', com_badlogic_gdx_graphics_Color_MAGENTA); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'PURPLE', com_badlogic_gdx_graphics_Color_PURPLE); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'VIOLET', com_badlogic_gdx_graphics_Color_VIOLET); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, 'MAROON', com_badlogic_gdx_graphics_Color_MAROON); +} + +var com_badlogic_gdx_graphics_Colors_map; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Colors_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'Colors', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_13, 'Disposable'); +function com_badlogic_gdx_graphics_GLTexture_$bind__Lcom_badlogic_gdx_graphics_GLTexture_2V(this$static){ + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, this$static.com_badlogic_gdx_graphics_GLTexture_glHandle); +} + +function com_badlogic_gdx_graphics_GLTexture_$delete__Lcom_badlogic_gdx_graphics_GLTexture_2V(this$static){ + if (this$static.com_badlogic_gdx_graphics_GLTexture_glHandle != 0) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glHandle); + this$static.com_badlogic_gdx_graphics_GLTexture_glHandle = 0; + } +} + +function com_badlogic_gdx_graphics_GLTexture_$setFilter__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2V(this$static, minFilter, magFilter){ + this$static.com_badlogic_gdx_graphics_GLTexture_minFilter = minFilter; + this$static.com_badlogic_gdx_graphics_GLTexture_magFilter = magFilter; + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, this$static.com_badlogic_gdx_graphics_GLTexture_glHandle); + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 10241, minFilter.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum); + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 10240, magFilter.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum); +} + +function com_badlogic_gdx_graphics_GLTexture_$setWrap__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(this$static, u, v){ + this$static.com_badlogic_gdx_graphics_GLTexture_uWrap = u; + this$static.com_badlogic_gdx_graphics_GLTexture_vWrap = v; + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, this$static.com_badlogic_gdx_graphics_GLTexture_glHandle); + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 10242, u.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum); + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 10243, v.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum); +} + +function com_badlogic_gdx_graphics_GLTexture_$unsafeSetAnisotropicFilter__Lcom_badlogic_gdx_graphics_GLTexture_2FZF(this$static, level, force){ + var max_0; + max_0 = com_badlogic_gdx_graphics_GLTexture_getMaxAnisotropicFilterLevel__F(); + if (max_0 == 1) + return 1; + level = $wnd.Math.min(level, max_0); + if (!force && com_badlogic_gdx_math_MathUtils_isEqual__FFFZ(level, this$static.com_badlogic_gdx_graphics_GLTexture_anisotropicFilterLevel, $intern_89)) + return this$static.com_badlogic_gdx_graphics_GLTexture_anisotropicFilterLevel; + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameterf__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIFV(com_badlogic_gdx_Gdx_gl20, level); + return this$static.com_badlogic_gdx_graphics_GLTexture_anisotropicFilterLevel = level; +} + +function com_badlogic_gdx_graphics_GLTexture_$unsafeSetFilter__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2ZV(this$static, minFilter, magFilter){ + if (minFilter) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 10241, minFilter.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum); + this$static.com_badlogic_gdx_graphics_GLTexture_minFilter = minFilter; + } + if (magFilter) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 10240, magFilter.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum); + this$static.com_badlogic_gdx_graphics_GLTexture_magFilter = magFilter; + } +} + +function com_badlogic_gdx_graphics_GLTexture_$unsafeSetWrap__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZV(this$static, u, v, force){ + if (!!u && (force || this$static.com_badlogic_gdx_graphics_GLTexture_uWrap != u)) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 10242, u.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum); + this$static.com_badlogic_gdx_graphics_GLTexture_uWrap = u; + } + if (!!v && (force || this$static.com_badlogic_gdx_graphics_GLTexture_vWrap != v)) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 10243, v.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum); + this$static.com_badlogic_gdx_graphics_GLTexture_vWrap = v; + } +} + +function com_badlogic_gdx_graphics_GLTexture_GLTexture__IIV(glTarget, glHandle){ + this.com_badlogic_gdx_graphics_GLTexture_minFilter = (com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest); + this.com_badlogic_gdx_graphics_GLTexture_magFilter = com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest; + this.com_badlogic_gdx_graphics_GLTexture_uWrap = (com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge); + this.com_badlogic_gdx_graphics_GLTexture_vWrap = com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge; + this.com_badlogic_gdx_graphics_GLTexture_glTarget = glTarget; + this.com_badlogic_gdx_graphics_GLTexture_glHandle = glHandle; +} + +function com_badlogic_gdx_graphics_GLTexture_getMaxAnisotropicFilterLevel__F(){ + var buffer; + if (com_badlogic_gdx_graphics_GLTexture_maxAnisotropicFilterLevel > 0) + return com_badlogic_gdx_graphics_GLTexture_maxAnisotropicFilterLevel; + if (com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_context.getExtension('GL_EXT_texture_filter_anisotropic')) { + buffer = com_badlogic_gdx_utils_BufferUtils_newFloatBuffer__ILjava_nio_FloatBuffer_2(16); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(buffer, 0); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(buffer, buffer.java_nio_Buffer_capacity); + com_badlogic_gdx_backends_gwt_GwtGL20_$glGetFloatv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_nio_FloatBuffer_2V(); + return com_badlogic_gdx_graphics_GLTexture_maxAnisotropicFilterLevel = buffer.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[0]; + } + return com_badlogic_gdx_graphics_GLTexture_maxAnisotropicFilterLevel = 1; +} + +function com_badlogic_gdx_graphics_GLTexture_uploadImageData__ILcom_badlogic_gdx_graphics_TextureData_2IV(data_0){ + var disposePixmap, lastArg, pixmap, tmp, type_0; + if (!data_0) { + return; + } + data_0.isPrepared__Z() || data_0.prepare__V(); + type_0 = data_0.getType__Lcom_badlogic_gdx_graphics_TextureData$TextureDataType_2(); + if (type_0 == (com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , com_badlogic_gdx_graphics_TextureData$TextureDataType_Custom)) { + data_0.consumeCustomData__IV($intern_51); + return; + } + pixmap = data_0.consumePixmap__Lcom_badlogic_gdx_graphics_Pixmap_2(); + disposePixmap = data_0.disposePixmap__Z(); + if (data_0.getFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2() != pixmap.com_badlogic_gdx_graphics_Pixmap_format) { + tmp = new com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V(pixmap.com_badlogic_gdx_graphics_Pixmap_width, (lastArg = pixmap.com_badlogic_gdx_graphics_Pixmap_height , data_0.getFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2() , lastArg)); + com_badlogic_gdx_graphics_Pixmap_$setBlending__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Blending_2V(tmp); + com_badlogic_gdx_graphics_Pixmap_$drawPixmap__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap_2IIIIIIV(tmp, pixmap, pixmap.com_badlogic_gdx_graphics_Pixmap_width, pixmap.com_badlogic_gdx_graphics_Pixmap_height); + data_0.disposePixmap__Z() && java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2((com_badlogic_gdx_graphics_Pixmap_$clinit__V() , com_badlogic_gdx_graphics_Pixmap_pixmaps), java_lang_Integer_valueOf__ILjava_lang_Integer_2(pixmap.com_badlogic_gdx_graphics_Pixmap_id)); + pixmap = tmp; + disposePixmap = true; + } + com_badlogic_gdx_Gdx_gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.pixelStorei(3317, 1); + data_0.useMipMaps__Z()?com_badlogic_gdx_graphics_glutils_MipMapGenerator_generateMipMap__ILcom_badlogic_gdx_graphics_Pixmap_2IIV(pixmap, pixmap.com_badlogic_gdx_graphics_Pixmap_width, pixmap.com_badlogic_gdx_graphics_Pixmap_height):com_badlogic_gdx_backends_gwt_GwtGL20_$glTexImage2D__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIIIIILjava_nio_Buffer_2V(com_badlogic_gdx_Gdx_gl, 0, pixmap.com_badlogic_gdx_graphics_Pixmap_width, pixmap.com_badlogic_gdx_graphics_Pixmap_height, pixmap.com_badlogic_gdx_graphics_Pixmap_buffer); + disposePixmap && java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2((com_badlogic_gdx_graphics_Pixmap_$clinit__V() , com_badlogic_gdx_graphics_Pixmap_pixmaps), java_lang_Integer_valueOf__ILjava_lang_Integer_2(pixmap.com_badlogic_gdx_graphics_Pixmap_id)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(238, 1, {238:1, 49:1}); +_.dispose__V = function com_badlogic_gdx_graphics_GLTexture_dispose__V(){ + com_badlogic_gdx_graphics_GLTexture_$delete__Lcom_badlogic_gdx_graphics_GLTexture_2V(this); +} +; +_.com_badlogic_gdx_graphics_GLTexture_anisotropicFilterLevel = 1; +_.com_badlogic_gdx_graphics_GLTexture_glHandle = 0; +_.com_badlogic_gdx_graphics_GLTexture_glTarget = 0; +var com_badlogic_gdx_graphics_GLTexture_maxAnisotropicFilterLevel = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'GLTexture', 238, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_Mesh_$clinit__V(){ + com_badlogic_gdx_graphics_Mesh_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Mesh_meshes = new java_util_HashMap_HashMap__V; +} + +function com_badlogic_gdx_graphics_Mesh_$$init__Lcom_badlogic_gdx_graphics_Mesh_2V(this$static){ + this$static.com_badlogic_gdx_graphics_Mesh_tmpV = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_graphics_Mesh_$bind__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static, shader){ + this$static.com_badlogic_gdx_graphics_Mesh_vertices.bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, null); + this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0 && this$static.com_badlogic_gdx_graphics_Mesh_indices.bind__V(); +} + +function com_badlogic_gdx_graphics_Mesh_$calculateBoundingBox__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_math_collision_BoundingBox_2IILcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, out, offset, count){ + return com_badlogic_gdx_graphics_Mesh_$extendBoundingBox__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_math_collision_BoundingBox_2IILcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, com_badlogic_gdx_math_collision_BoundingBox_$inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out), offset, count, null); +} + +function com_badlogic_gdx_graphics_Mesh_$dispose__Lcom_badlogic_gdx_graphics_Mesh_2V(this$static){ + java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Mesh_meshes, com_badlogic_gdx_Gdx_app) != null && java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Mesh_meshes, com_badlogic_gdx_Gdx_app).removeValue__Ljava_lang_Object_2ZZ(this$static, true); + this$static.com_badlogic_gdx_graphics_Mesh_vertices.dispose__V(); + this$static.com_badlogic_gdx_graphics_Mesh_indices.dispose__V(); +} + +function com_badlogic_gdx_graphics_Mesh_$extendBoundingBox__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_math_collision_BoundingBox_2IILcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, out, offset, count, transform){ + var end, i, idx, index_0, max_0, numIndices, numVertices, posAttrib, posoff, vertexSize, verts; + numIndices = this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I(); + numVertices = this$static.com_badlogic_gdx_graphics_Mesh_vertices.getNumVertices__I(); + max_0 = numIndices == 0?numVertices:numIndices; + if (offset < 0 || count < 1 || offset + count > max_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Invalid part specified ( offset=' + offset + ', count=' + count + ', max=' + max_0 + ' )')); + verts = this$static.com_badlogic_gdx_graphics_Mesh_vertices.getBuffer__ZLjava_nio_FloatBuffer_2(false); + index_0 = this$static.com_badlogic_gdx_graphics_Mesh_indices.getBuffer__ZLjava_nio_ShortBuffer_2(false); + posAttrib = com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this$static, 1); + posoff = posAttrib.com_badlogic_gdx_graphics_VertexAttribute_offset / 4 | 0; + vertexSize = this$static.com_badlogic_gdx_graphics_Mesh_vertices.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2().com_badlogic_gdx_graphics_VertexAttributes_vertexSize / 4 | 0; + end = offset + count; + switch (posAttrib.com_badlogic_gdx_graphics_VertexAttribute_numComponents) { + case 1: + if (numIndices > 0) { + for (i = offset; i < end; i++) { + idx = (index_0.get__IS(i) & $intern_4) * vertexSize + posoff; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx], 0, 0); + !!transform && com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, transform); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out, this$static.com_badlogic_gdx_graphics_Mesh_tmpV); + } + } + else { + for (i = offset; i < end; i++) { + idx = i * vertexSize + posoff; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx], 0, 0); + !!transform && com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, transform); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out, this$static.com_badlogic_gdx_graphics_Mesh_tmpV); + } + } + + break; + case 2: + if (numIndices > 0) { + for (i = offset; i < end; i++) { + idx = (index_0.get__IS(i) & $intern_4) * vertexSize + posoff; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx], verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx + 1], 0); + !!transform && com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, transform); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out, this$static.com_badlogic_gdx_graphics_Mesh_tmpV); + } + } + else { + for (i = offset; i < end; i++) { + idx = i * vertexSize + posoff; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx], verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx + 1], 0); + !!transform && com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, transform); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out, this$static.com_badlogic_gdx_graphics_Mesh_tmpV); + } + } + + break; + case 3: + if (numIndices > 0) { + for (i = offset; i < end; i++) { + idx = (index_0.get__IS(i) & $intern_4) * vertexSize + posoff; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx], verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx + 1], verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx + 2]); + !!transform && com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, transform); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out, this$static.com_badlogic_gdx_graphics_Mesh_tmpV); + } + } + else { + for (i = offset; i < end; i++) { + idx = i * vertexSize + posoff; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx], verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx + 1], verts.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[idx + 2]); + !!transform && com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_Mesh_tmpV, transform); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out, this$static.com_badlogic_gdx_graphics_Mesh_tmpV); + } + } + + } + return out; +} + +function com_badlogic_gdx_graphics_Mesh_$getIndices__Lcom_badlogic_gdx_graphics_Mesh_2II_3SIV(this$static, count, indices){ + var indicesBuffer, max_0, pos; + max_0 = this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I(); + count < 0 && (count = max_0); + if (0 >= max_0 || count > max_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Invalid range specified, offset: 0, count: ' + count + ', max: ' + max_0)); + if (indices.length < count) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('not enough room in indices array, has ' + indices.length + ' shorts, needs ' + count)); + indicesBuffer = this$static.com_badlogic_gdx_graphics_Mesh_indices.getBuffer__ZLjava_nio_ShortBuffer_2(false); + pos = indicesBuffer.java_nio_Buffer_position; + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(indicesBuffer, 0); + java_nio_ShortBuffer_$get__Ljava_nio_ShortBuffer_2_3SIILjava_nio_ShortBuffer_2(indicesBuffer, indices, count); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(indicesBuffer, pos); +} + +function com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this$static, usage){ + var attributes, i, len; + attributes = this$static.com_badlogic_gdx_graphics_Mesh_vertices.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2(); + len = attributes.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + for (i = 0; i < len; i++) + if (attributes.com_badlogic_gdx_graphics_VertexAttributes_attributes[i].com_badlogic_gdx_graphics_VertexAttribute_usage == usage) + return attributes.com_badlogic_gdx_graphics_VertexAttributes_attributes[i]; + return null; +} + +function com_badlogic_gdx_graphics_Mesh_$getVertices__Lcom_badlogic_gdx_graphics_Mesh_2II_3FI_3F(this$static, count, vertices){ + var max_0, pos, verticesBuffer; + max_0 = this$static.com_badlogic_gdx_graphics_Mesh_vertices.getNumVertices__I() * this$static.com_badlogic_gdx_graphics_Mesh_vertices.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2().com_badlogic_gdx_graphics_VertexAttributes_vertexSize / 4 | 0; + if (count == -1) { + count = max_0; + count > vertices.length && (count = vertices.length); + } + if (count <= 0 || count > max_0 || 0 >= vertices.length) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + if (vertices.length < count) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('not enough room in vertices array, has ' + vertices.length + ' floats, needs ' + count)); + verticesBuffer = this$static.com_badlogic_gdx_graphics_Mesh_vertices.getBuffer__ZLjava_nio_FloatBuffer_2(false); + pos = verticesBuffer.java_nio_Buffer_position; + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(verticesBuffer, 0); + java_nio_FloatBuffer_$get__Ljava_nio_FloatBuffer_2_3FIILjava_nio_FloatBuffer_2(verticesBuffer, vertices, count); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(verticesBuffer, pos); + return vertices; +} + +function com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IV(this$static, shader, primitiveType){ + com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIZV(this$static, shader, primitiveType, 0, this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumMaxIndices__I() > 0?this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I():this$static.com_badlogic_gdx_graphics_Mesh_vertices.getNumVertices__I(), this$static.com_badlogic_gdx_graphics_Mesh_autoBind); +} + +function com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIV(this$static, shader, primitiveType, offset, count){ + com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIZV(this$static, shader, primitiveType, offset, count, this$static.com_badlogic_gdx_graphics_Mesh_autoBind); +} + +function com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIZV(this$static, shader, primitiveType, offset, count, autoBind){ + var buffer, oldPosition; + if (count == 0) + return; + autoBind && (this$static.com_badlogic_gdx_graphics_Mesh_vertices.bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, null) , this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0 && this$static.com_badlogic_gdx_graphics_Mesh_indices.bind__V()); + if (this$static.com_badlogic_gdx_graphics_Mesh_isVertexArray) { + if (this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + buffer = this$static.com_badlogic_gdx_graphics_Mesh_indices.getBuffer__ZLjava_nio_ShortBuffer_2(false); + oldPosition = buffer.java_nio_Buffer_position; + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(buffer, offset); + com_badlogic_gdx_backends_gwt_GwtGL20_$glDrawElements__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIILjava_nio_Buffer_2V(com_badlogic_gdx_Gdx_gl20, primitiveType, count, buffer); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(buffer, oldPosition); + } + else { + com_badlogic_gdx_backends_gwt_GwtGL20_$glDrawArrays__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl20, primitiveType, offset, count); + } + } + else { + if (this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + if (count + offset > this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumMaxIndices__I()) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Mesh attempting to access memory outside of the index buffer (count: ' + count + ', offset: ' + offset + ', max: ' + this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumMaxIndices__I() + ')')); + } + com_badlogic_gdx_backends_gwt_GwtGL20_$glDrawElements__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(com_badlogic_gdx_Gdx_gl20, primitiveType, count, offset * 2); + } + else { + com_badlogic_gdx_backends_gwt_GwtGL20_$glDrawArrays__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl20, primitiveType, offset, count); + } + } + autoBind && (this$static.com_badlogic_gdx_graphics_Mesh_vertices.unbind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, null) , this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0 && this$static.com_badlogic_gdx_graphics_Mesh_indices.unbind__V()); +} + +function com_badlogic_gdx_graphics_Mesh_$setIndices__Lcom_badlogic_gdx_graphics_Mesh_2_3SLcom_badlogic_gdx_graphics_Mesh_2(this$static, indices){ + this$static.com_badlogic_gdx_graphics_Mesh_indices.setIndices___3SIIV(indices, 0, indices.length); + return this$static; +} + +function com_badlogic_gdx_graphics_Mesh_$setVertices__Lcom_badlogic_gdx_graphics_Mesh_2_3FIILcom_badlogic_gdx_graphics_Mesh_2(this$static, vertices, count){ + this$static.com_badlogic_gdx_graphics_Mesh_vertices.setVertices___3FIIV(vertices, 0, count); + return this$static; +} + +function com_badlogic_gdx_graphics_Mesh_$unbind__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static, shader){ + this$static.com_badlogic_gdx_graphics_Mesh_vertices.unbind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, null); + this$static.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0 && this$static.com_badlogic_gdx_graphics_Mesh_indices.unbind__V(); +} + +function com_badlogic_gdx_graphics_Mesh_Mesh__Lcom_badlogic_gdx_graphics_Mesh$VertexDataType_2ZIILcom_badlogic_gdx_graphics_VertexAttributes_2V(type_0, maxVertices, maxIndices, attributes){ + com_badlogic_gdx_graphics_Mesh_$$init__Lcom_badlogic_gdx_graphics_Mesh_2V(this); + switch (type_0.java_lang_Enum_ordinal) { + case 1: + this.com_badlogic_gdx_graphics_Mesh_vertices = new com_badlogic_gdx_graphics_glutils_VertexBufferObject_VertexBufferObject__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V(false, maxVertices, attributes); + this.com_badlogic_gdx_graphics_Mesh_indices = new com_badlogic_gdx_graphics_glutils_IndexBufferObject_IndexBufferObject__ZIV(false, maxIndices); + this.com_badlogic_gdx_graphics_Mesh_isVertexArray = false; + break; + case 2: + this.com_badlogic_gdx_graphics_Mesh_vertices = new com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_VertexBufferObjectSubData__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V(maxVertices, attributes); + this.com_badlogic_gdx_graphics_Mesh_indices = new com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_IndexBufferObjectSubData__ZIV(maxIndices); + this.com_badlogic_gdx_graphics_Mesh_isVertexArray = false; + break; + case 3: + this.com_badlogic_gdx_graphics_Mesh_vertices = new com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_VertexBufferObjectWithVAO__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V(maxVertices, attributes); + this.com_badlogic_gdx_graphics_Mesh_indices = new com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_IndexBufferObjectSubData__ZIV(maxIndices); + this.com_badlogic_gdx_graphics_Mesh_isVertexArray = false; + break; + case 0: + default:this.com_badlogic_gdx_graphics_Mesh_vertices = new com_badlogic_gdx_graphics_glutils_VertexArray_VertexArray__ILcom_badlogic_gdx_graphics_VertexAttributes_2V(maxVertices, attributes); + this.com_badlogic_gdx_graphics_Mesh_indices = new com_badlogic_gdx_graphics_glutils_IndexArray_IndexArray__IV(maxIndices); + this.com_badlogic_gdx_graphics_Mesh_isVertexArray = true; + } + com_badlogic_gdx_graphics_Mesh_addManagedMesh__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Mesh_2V(com_badlogic_gdx_Gdx_app, this); +} + +function com_badlogic_gdx_graphics_Mesh_Mesh__Lcom_badlogic_gdx_graphics_Mesh$VertexDataType_2ZII_3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(type_0, maxVertices, maxIndices, attributes){ + com_badlogic_gdx_graphics_Mesh_$clinit__V(); + com_badlogic_gdx_graphics_Mesh_Mesh__Lcom_badlogic_gdx_graphics_Mesh$VertexDataType_2ZIILcom_badlogic_gdx_graphics_VertexAttributes_2V.call(this, type_0, maxVertices, maxIndices, new com_badlogic_gdx_graphics_VertexAttributes_VertexAttributes___3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(attributes)); +} + +function com_badlogic_gdx_graphics_Mesh_Mesh__ZII_3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(isStatic, maxVertices, maxIndices, attributes){ + com_badlogic_gdx_graphics_Mesh_$clinit__V(); + com_badlogic_gdx_graphics_Mesh_$$init__Lcom_badlogic_gdx_graphics_Mesh_2V(this); + this.com_badlogic_gdx_graphics_Mesh_vertices = new com_badlogic_gdx_graphics_glutils_VertexBufferObject_VertexBufferObject__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V(isStatic, maxVertices, new com_badlogic_gdx_graphics_VertexAttributes_VertexAttributes___3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(attributes)); + this.com_badlogic_gdx_graphics_Mesh_indices = new com_badlogic_gdx_graphics_glutils_IndexBufferObject_IndexBufferObject__ZIV(isStatic, maxIndices); + this.com_badlogic_gdx_graphics_Mesh_isVertexArray = false; + com_badlogic_gdx_graphics_Mesh_addManagedMesh__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Mesh_2V(com_badlogic_gdx_Gdx_app, this); +} + +function com_badlogic_gdx_graphics_Mesh_addManagedMesh__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Mesh_2V(app, mesh){ + var managedResources; + managedResources = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Mesh_meshes, app); + !managedResources && (managedResources = new com_badlogic_gdx_utils_Array_Array__V); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(managedResources, mesh); + java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Mesh_meshes, app, managedResources); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(334, 1, {334:1, 49:1}, com_badlogic_gdx_graphics_Mesh_Mesh__Lcom_badlogic_gdx_graphics_Mesh$VertexDataType_2ZII_3Lcom_badlogic_gdx_graphics_VertexAttribute_2V, com_badlogic_gdx_graphics_Mesh_Mesh__ZII_3Lcom_badlogic_gdx_graphics_VertexAttribute_2V); +_.dispose__V = function com_badlogic_gdx_graphics_Mesh_dispose__V(){ + com_badlogic_gdx_graphics_Mesh_$dispose__Lcom_badlogic_gdx_graphics_Mesh_2V(this); +} +; +_.com_badlogic_gdx_graphics_Mesh_autoBind = true; +_.com_badlogic_gdx_graphics_Mesh_isVertexArray = false; +var com_badlogic_gdx_graphics_Mesh_meshes; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Mesh_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'Mesh', 334, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_Mesh$VertexDataType_$clinit__V(){ + com_badlogic_gdx_graphics_Mesh$VertexDataType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexArray = new com_badlogic_gdx_graphics_Mesh$VertexDataType_Mesh$VertexDataType__Ljava_lang_String_2IV($intern_90, 0); + com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexBufferObject = new com_badlogic_gdx_graphics_Mesh$VertexDataType_Mesh$VertexDataType__Ljava_lang_String_2IV($intern_91, 1); + com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexBufferObjectSubData = new com_badlogic_gdx_graphics_Mesh$VertexDataType_Mesh$VertexDataType__Ljava_lang_String_2IV($intern_92, 2); + com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexBufferObjectWithVAO = new com_badlogic_gdx_graphics_Mesh$VertexDataType_Mesh$VertexDataType__Ljava_lang_String_2IV($intern_93, 3); +} + +function com_badlogic_gdx_graphics_Mesh$VertexDataType_Mesh$VertexDataType__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_graphics_Mesh$VertexDataType_values___3Lcom_badlogic_gdx_graphics_Mesh$VertexDataType_2(){ + com_badlogic_gdx_graphics_Mesh$VertexDataType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Mesh$VertexDataType_12_1classLit, 1), $intern_11, 333, 0, [com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexArray, com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexBufferObject, com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexBufferObjectSubData, com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexBufferObjectWithVAO]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(333, 39, {333:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_Mesh$VertexDataType_Mesh$VertexDataType__Ljava_lang_String_2IV); +var com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexArray, com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexBufferObject, com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexBufferObjectSubData, com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexBufferObjectWithVAO; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Mesh$VertexDataType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_77, 'Mesh/VertexDataType', 333, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_Mesh$VertexDataType_values___3Lcom_badlogic_gdx_graphics_Mesh$VertexDataType_2); +function com_badlogic_gdx_graphics_OrthographicCamera_$update__Lcom_badlogic_gdx_graphics_OrthographicCamera_2ZV(this$static){ + com_badlogic_gdx_math_Matrix4_$setToOrtho__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_Camera_projection, this$static.com_badlogic_gdx_graphics_OrthographicCamera_zoom * -this$static.com_badlogic_gdx_graphics_Camera_viewportWidth / 2, this$static.com_badlogic_gdx_graphics_OrthographicCamera_zoom * (this$static.com_badlogic_gdx_graphics_Camera_viewportWidth / 2), this$static.com_badlogic_gdx_graphics_OrthographicCamera_zoom * -(this$static.com_badlogic_gdx_graphics_Camera_viewportHeight / 2), this$static.com_badlogic_gdx_graphics_OrthographicCamera_zoom * this$static.com_badlogic_gdx_graphics_Camera_viewportHeight / 2, this$static.com_badlogic_gdx_graphics_Camera_near, this$static.com_badlogic_gdx_graphics_Camera_far); + com_badlogic_gdx_math_Matrix4_$setToLookAt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_Camera_view, this$static.com_badlogic_gdx_graphics_Camera_position, com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_OrthographicCamera_tmp, this$static.com_badlogic_gdx_graphics_Camera_position), this$static.com_badlogic_gdx_graphics_Camera_direction), this$static.com_badlogic_gdx_graphics_Camera_up); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_Camera_combined, this$static.com_badlogic_gdx_graphics_Camera_projection.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_Matrix4_$clinit__V(); + com_badlogic_gdx_math_Matrix4_matrix4_1mul___3F_3FV(this$static.com_badlogic_gdx_graphics_Camera_combined.com_badlogic_gdx_math_Matrix4_val, this$static.com_badlogic_gdx_graphics_Camera_view.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_Camera_invProjectionView, this$static.com_badlogic_gdx_graphics_Camera_combined.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_Matrix4_matrix4_1inv___3FZ(this$static.com_badlogic_gdx_graphics_Camera_invProjectionView.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_Frustum_$update__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static.com_badlogic_gdx_graphics_Camera_frustum, this$static.com_badlogic_gdx_graphics_Camera_invProjectionView); +} + +function com_badlogic_gdx_graphics_OrthographicCamera_OrthographicCamera__V(){ + this.com_badlogic_gdx_graphics_Camera_position = new com_badlogic_gdx_math_Vector3_Vector3__V; + this.com_badlogic_gdx_graphics_Camera_direction = new com_badlogic_gdx_math_Vector3_Vector3__FFFV(0, 0, -1); + this.com_badlogic_gdx_graphics_Camera_up = new com_badlogic_gdx_math_Vector3_Vector3__FFFV(0, 1, 0); + this.com_badlogic_gdx_graphics_Camera_projection = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_Camera_view = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_Camera_combined = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_Camera_invProjectionView = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_Camera_frustum = new com_badlogic_gdx_math_Frustum_Frustum__V; + com_badlogic_gdx_math_Vector3_$clinit__V(); + new com_badlogic_gdx_math_collision_Ray_Ray__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(new com_badlogic_gdx_math_Vector3_Vector3__V, new com_badlogic_gdx_math_Vector3_Vector3__V); + this.com_badlogic_gdx_graphics_OrthographicCamera_tmp = new com_badlogic_gdx_math_Vector3_Vector3__V; + this.com_badlogic_gdx_graphics_Camera_near = 0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(600, 599, {599:1, 600:1}, com_badlogic_gdx_graphics_OrthographicCamera_OrthographicCamera__V); +_.com_badlogic_gdx_graphics_OrthographicCamera_zoom = 1; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1OrthographicCamera_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'OrthographicCamera', 600, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Camera_12_1classLit); +function com_badlogic_gdx_graphics_Pixmap_$clinit__V(){ + com_badlogic_gdx_graphics_Pixmap_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Pixmap_pixmaps = new java_util_HashMap_HashMap__V; +} + +function com_badlogic_gdx_graphics_Pixmap_$drawPixmap__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap_2IIIIIIV(this$static, pixmap, srcWidth, srcHeight){ + var image; + image = (com_badlogic_gdx_graphics_Pixmap_$ensureCanvasExists__Lcom_badlogic_gdx_graphics_Pixmap_2V(pixmap) , com_google_gwt_canvas_client_Canvas_$getCanvasElement__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_dom_client_CanvasElement_2(pixmap.com_badlogic_gdx_graphics_Pixmap_canvas)); + com_badlogic_gdx_graphics_Pixmap_$image__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_google_gwt_dom_client_CanvasElement_2IIIIIIIIV(this$static, image, srcWidth, srcHeight, srcWidth, srcHeight); +} + +function com_badlogic_gdx_graphics_Pixmap_$drawPixmap__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap_2IIIIIIIIV(this$static, pixmap, srcWidth, srcHeight, dstWidth, dstHeight){ + com_badlogic_gdx_graphics_Pixmap_$image__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_google_gwt_dom_client_CanvasElement_2IIIIIIIIV(this$static, (com_badlogic_gdx_graphics_Pixmap_$ensureCanvasExists__Lcom_badlogic_gdx_graphics_Pixmap_2V(pixmap) , com_google_gwt_canvas_client_Canvas_$getCanvasElement__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_dom_client_CanvasElement_2(pixmap.com_badlogic_gdx_graphics_Pixmap_canvas)), srcWidth, srcHeight, dstWidth, dstHeight); +} + +function com_badlogic_gdx_graphics_Pixmap_$ensureCanvasExists__Lcom_badlogic_gdx_graphics_Pixmap_2V(this$static){ + if (!this$static.com_badlogic_gdx_graphics_Pixmap_canvas) { + this$static.com_badlogic_gdx_graphics_Pixmap_canvas = com_google_gwt_canvas_client_Canvas_createIfSupported__Lcom_google_gwt_canvas_client_Canvas_2(); + com_google_gwt_dom_client_CanvasElement_$setWidth__Lcom_google_gwt_dom_client_CanvasElement_2IV(com_google_gwt_canvas_client_Canvas_$getCanvasElement__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_dom_client_CanvasElement_2(this$static.com_badlogic_gdx_graphics_Pixmap_canvas), this$static.com_badlogic_gdx_graphics_Pixmap_width); + com_google_gwt_dom_client_CanvasElement_$setHeight__Lcom_google_gwt_dom_client_CanvasElement_2IV(com_google_gwt_canvas_client_Canvas_$getCanvasElement__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_dom_client_CanvasElement_2(this$static.com_badlogic_gdx_graphics_Pixmap_canvas), this$static.com_badlogic_gdx_graphics_Pixmap_height); + this$static.com_badlogic_gdx_graphics_Pixmap_context = com_google_gwt_canvas_client_Canvas_$getContext2d__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_canvas_dom_client_Context2d_2(this$static.com_badlogic_gdx_graphics_Pixmap_canvas); + com_google_gwt_canvas_dom_client_Context2d_$setGlobalCompositeOperation__Lcom_google_gwt_canvas_dom_client_Context2d_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_graphics_Pixmap_context, (com_google_gwt_canvas_dom_client_Context2d$Composite_$clinit__V() , com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OVER).com_google_gwt_canvas_dom_client_Context2d$Composite_value); + if (this$static.com_badlogic_gdx_graphics_Pixmap_imageElement) { + com_google_gwt_canvas_dom_client_Context2d_$setGlobalCompositeOperation__Lcom_google_gwt_canvas_dom_client_Context2d_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_graphics_Pixmap_context, com_google_gwt_canvas_dom_client_Context2d$Composite_COPY.com_google_gwt_canvas_dom_client_Context2d$Composite_value); + com_google_gwt_canvas_dom_client_Context2d_$drawImage__Lcom_google_gwt_canvas_dom_client_Context2d_2Lcom_google_gwt_dom_client_ImageElement_2DDV(this$static.com_badlogic_gdx_graphics_Pixmap_context, this$static.com_badlogic_gdx_graphics_Pixmap_imageElement, 0, 0); + com_google_gwt_canvas_dom_client_Context2d_$setGlobalCompositeOperation__Lcom_google_gwt_canvas_dom_client_Context2d_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_graphics_Pixmap_context, com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OVER.com_google_gwt_canvas_dom_client_Context2d$Composite_value); + } + } +} + +function com_badlogic_gdx_graphics_Pixmap_$image__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_google_gwt_dom_client_CanvasElement_2IIIIIIIIV(this$static, image, srcWidth, srcHeight, dstWidth, dstHeight){ + com_badlogic_gdx_graphics_Pixmap_$ensureCanvasExists__Lcom_badlogic_gdx_graphics_Pixmap_2V(this$static); + if (this$static.com_badlogic_gdx_graphics_Pixmap_blending == 0) { + this$static.com_badlogic_gdx_graphics_Pixmap_context.fillStyle = $intern_94; + this$static.com_badlogic_gdx_graphics_Pixmap_context.strokeStyle = $intern_94; + this$static.com_badlogic_gdx_graphics_Pixmap_context.globalCompositeOperation = $intern_95; + this$static.com_badlogic_gdx_graphics_Pixmap_context.beginPath(); + com_google_gwt_canvas_dom_client_Context2d_$rect__Lcom_google_gwt_canvas_dom_client_Context2d_2DDDDV(this$static.com_badlogic_gdx_graphics_Pixmap_context, 0, 0, dstWidth, dstHeight); + com_badlogic_gdx_graphics_Pixmap_$ensureCanvasExists__Lcom_badlogic_gdx_graphics_Pixmap_2V(this$static); + this$static.com_badlogic_gdx_graphics_Pixmap_context.fill(); + this$static.com_badlogic_gdx_graphics_Pixmap_context.closePath(); + com_google_gwt_canvas_dom_client_Context2d_$setFillStyleWeb__Lcom_google_gwt_canvas_dom_client_Context2d_2Lcom_google_gwt_canvas_dom_client_FillStrokeStyle_2V(this$static.com_badlogic_gdx_graphics_Pixmap_context, this$static.com_badlogic_gdx_graphics_Pixmap_color); + com_google_gwt_canvas_dom_client_Context2d_$setStrokeStyleWeb__Lcom_google_gwt_canvas_dom_client_Context2d_2Lcom_google_gwt_canvas_dom_client_FillStrokeStyle_2V(this$static.com_badlogic_gdx_graphics_Pixmap_context, this$static.com_badlogic_gdx_graphics_Pixmap_color); + com_google_gwt_canvas_dom_client_Context2d_$setGlobalCompositeOperation__Lcom_google_gwt_canvas_dom_client_Context2d_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_graphics_Pixmap_context, (com_google_gwt_canvas_dom_client_Context2d$Composite_$clinit__V() , com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OVER).com_google_gwt_canvas_dom_client_Context2d$Composite_value); + } + srcWidth != 0 && srcHeight != 0 && dstWidth != 0 && dstHeight != 0 && com_google_gwt_canvas_dom_client_Context2d_$drawImage__Lcom_google_gwt_canvas_dom_client_Context2d_2Lcom_google_gwt_dom_client_CanvasElement_2DDDDDDDDV(this$static.com_badlogic_gdx_graphics_Pixmap_context, image, 0, 0, srcWidth, srcHeight, 0, 0, dstWidth, dstHeight); +} + +function com_badlogic_gdx_graphics_Pixmap_$setBlending__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Blending_2V(this$static){ + this$static.com_badlogic_gdx_graphics_Pixmap_blending = 0; + com_badlogic_gdx_graphics_Pixmap_$ensureCanvasExists__Lcom_badlogic_gdx_graphics_Pixmap_2V(this$static); + com_google_gwt_canvas_dom_client_Context2d_$setGlobalCompositeOperation__Lcom_google_gwt_canvas_dom_client_Context2d_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_graphics_Pixmap_context, (com_google_gwt_canvas_dom_client_Context2d$Composite_$clinit__V() , com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OVER).com_google_gwt_canvas_dom_client_Context2d$Composite_value); +} + +function com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V(width_0, height){ + com_badlogic_gdx_graphics_Pixmap_$clinit__V(); + com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_google_gwt_dom_client_ImageElement_2V.call(this, width_0, height, null); +} + +function com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_google_gwt_dom_client_ImageElement_2V(width_0, height, imageElement){ + this.com_badlogic_gdx_graphics_Pixmap_color = 'rgba(' + this.com_badlogic_gdx_graphics_Pixmap_r + ',' + this.com_badlogic_gdx_graphics_Pixmap_g + ',' + this.com_badlogic_gdx_graphics_Pixmap_b + ',' + this.com_badlogic_gdx_graphics_Pixmap_a + ')'; + this.com_badlogic_gdx_graphics_Pixmap_imageElement = imageElement; + this.com_badlogic_gdx_graphics_Pixmap_width = imageElement?imageElement.width:width_0; + this.com_badlogic_gdx_graphics_Pixmap_height = imageElement?imageElement.height:height; + this.com_badlogic_gdx_graphics_Pixmap_format = (com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V() , com_badlogic_gdx_graphics_Pixmap$Format_RGBA8888); + this.com_badlogic_gdx_graphics_Pixmap_buffer = com_badlogic_gdx_utils_BufferUtils_newIntBuffer__ILjava_nio_IntBuffer_2(); + this.com_badlogic_gdx_graphics_Pixmap_id = com_badlogic_gdx_graphics_Pixmap_nextId++; + this.com_badlogic_gdx_graphics_Pixmap_buffer.put__IILjava_nio_IntBuffer_2(0, this.com_badlogic_gdx_graphics_Pixmap_id); + java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Pixmap_pixmaps, java_lang_Integer_valueOf__ILjava_lang_Integer_2(this.com_badlogic_gdx_graphics_Pixmap_id), this); +} + +function com_badlogic_gdx_graphics_Pixmap_Pixmap__Lcom_badlogic_gdx_files_FileHandle_2V(file){ + com_badlogic_gdx_graphics_Pixmap_$clinit__V(); + com_badlogic_gdx_graphics_Pixmap_Pixmap__Lcom_google_gwt_dom_client_ImageElement_2V.call(this, com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(file.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader.com_badlogic_gdx_backends_gwt_preloader_Preloader_images, file.path__Ljava_lang_String_2())); + if (!this.com_badlogic_gdx_graphics_Pixmap_imageElement) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V("Couldn't load image '" + file.path__Ljava_lang_String_2() + "', file does not exist")); +} + +function com_badlogic_gdx_graphics_Pixmap_Pixmap__Lcom_google_gwt_dom_client_ImageElement_2V(img){ + com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_google_gwt_dom_client_ImageElement_2V.call(this, -1, -1, img); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(179, 1, {179:1, 49:1}, com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V, com_badlogic_gdx_graphics_Pixmap_Pixmap__Lcom_badlogic_gdx_files_FileHandle_2V); +_.dispose__V = function com_badlogic_gdx_graphics_Pixmap_dispose__V(){ + java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Pixmap_pixmaps, java_lang_Integer_valueOf__ILjava_lang_Integer_2(this.com_badlogic_gdx_graphics_Pixmap_id)); +} +; +_.com_badlogic_gdx_graphics_Pixmap_a = 0; +_.com_badlogic_gdx_graphics_Pixmap_b = 255; +_.com_badlogic_gdx_graphics_Pixmap_blending = 1; +_.com_badlogic_gdx_graphics_Pixmap_g = 255; +_.com_badlogic_gdx_graphics_Pixmap_height = 0; +_.com_badlogic_gdx_graphics_Pixmap_id = 0; +_.com_badlogic_gdx_graphics_Pixmap_r = 255; +_.com_badlogic_gdx_graphics_Pixmap_width = 0; +var com_badlogic_gdx_graphics_Pixmap_nextId = 0, com_badlogic_gdx_graphics_Pixmap_pixmaps; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Pixmap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, $intern_96, 179, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V(){ + com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Pixmap$Format_Alpha = new com_badlogic_gdx_graphics_Pixmap$Format_Pixmap$Format__Ljava_lang_String_2IV('Alpha', 0); + com_badlogic_gdx_graphics_Pixmap$Format_Intensity = new com_badlogic_gdx_graphics_Pixmap$Format_Pixmap$Format__Ljava_lang_String_2IV('Intensity', 1); + com_badlogic_gdx_graphics_Pixmap$Format_LuminanceAlpha = new com_badlogic_gdx_graphics_Pixmap$Format_Pixmap$Format__Ljava_lang_String_2IV('LuminanceAlpha', 2); + com_badlogic_gdx_graphics_Pixmap$Format_RGB565 = new com_badlogic_gdx_graphics_Pixmap$Format_Pixmap$Format__Ljava_lang_String_2IV('RGB565', 3); + com_badlogic_gdx_graphics_Pixmap$Format_RGBA4444 = new com_badlogic_gdx_graphics_Pixmap$Format_Pixmap$Format__Ljava_lang_String_2IV('RGBA4444', 4); + com_badlogic_gdx_graphics_Pixmap$Format_RGB888 = new com_badlogic_gdx_graphics_Pixmap$Format_Pixmap$Format__Ljava_lang_String_2IV('RGB888', 5); + com_badlogic_gdx_graphics_Pixmap$Format_RGBA8888 = new com_badlogic_gdx_graphics_Pixmap$Format_Pixmap$Format__Ljava_lang_String_2IV('RGBA8888', 6); +} + +function com_badlogic_gdx_graphics_Pixmap$Format_Pixmap$Format__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_graphics_Pixmap$Format_toGlFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2I(format){ + com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V(); + if (format == com_badlogic_gdx_graphics_Pixmap$Format_Alpha) + return 6406; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_Intensity) + return 6406; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_LuminanceAlpha) + return 6410; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_RGB565) + return 6407; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_RGB888) + return 6407; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_RGBA4444) + return $intern_52; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_RGBA8888) + return $intern_52; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_97 + format)); +} + +function com_badlogic_gdx_graphics_Pixmap$Format_toGlType__Lcom_badlogic_gdx_graphics_Pixmap$Format_2I(format){ + com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V(); + if (format == com_badlogic_gdx_graphics_Pixmap$Format_Alpha) + return $intern_53; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_Intensity) + return $intern_53; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_LuminanceAlpha) + return $intern_53; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_RGB565) + return 33635; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_RGB888) + return $intern_53; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_RGBA4444) + return 32819; + if (format == com_badlogic_gdx_graphics_Pixmap$Format_RGBA8888) + return $intern_53; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_97 + format)); +} + +function com_badlogic_gdx_graphics_Pixmap$Format_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2(name_0){ + com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V(); + return java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_Pixmap$Format$Map_$clinit__V() , com_badlogic_gdx_graphics_Pixmap$Format$Map_$MAP), name_0); +} + +function com_badlogic_gdx_graphics_Pixmap$Format_values___3Lcom_badlogic_gdx_graphics_Pixmap$Format_2(){ + com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_12_1classLit, 1), $intern_11, 198, 0, [com_badlogic_gdx_graphics_Pixmap$Format_Alpha, com_badlogic_gdx_graphics_Pixmap$Format_Intensity, com_badlogic_gdx_graphics_Pixmap$Format_LuminanceAlpha, com_badlogic_gdx_graphics_Pixmap$Format_RGB565, com_badlogic_gdx_graphics_Pixmap$Format_RGBA4444, com_badlogic_gdx_graphics_Pixmap$Format_RGB888, com_badlogic_gdx_graphics_Pixmap$Format_RGBA8888]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(198, 39, {198:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_Pixmap$Format_Pixmap$Format__Ljava_lang_String_2IV); +var com_badlogic_gdx_graphics_Pixmap$Format_Alpha, com_badlogic_gdx_graphics_Pixmap$Format_Intensity, com_badlogic_gdx_graphics_Pixmap$Format_LuminanceAlpha, com_badlogic_gdx_graphics_Pixmap$Format_RGB565, com_badlogic_gdx_graphics_Pixmap$Format_RGB888, com_badlogic_gdx_graphics_Pixmap$Format_RGBA4444, com_badlogic_gdx_graphics_Pixmap$Format_RGBA8888; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_77, 'Pixmap/Format', 198, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_Pixmap$Format_values___3Lcom_badlogic_gdx_graphics_Pixmap$Format_2); +function com_badlogic_gdx_graphics_Pixmap$Format$Map_$clinit__V(){ + com_badlogic_gdx_graphics_Pixmap$Format$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Pixmap$Format$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_12_1classLit, 1), $intern_11, 198, 0, [com_badlogic_gdx_graphics_Pixmap$Format_Alpha, com_badlogic_gdx_graphics_Pixmap$Format_Intensity, com_badlogic_gdx_graphics_Pixmap$Format_LuminanceAlpha, com_badlogic_gdx_graphics_Pixmap$Format_RGB565, com_badlogic_gdx_graphics_Pixmap$Format_RGBA4444, com_badlogic_gdx_graphics_Pixmap$Format_RGB888, com_badlogic_gdx_graphics_Pixmap$Format_RGBA8888]))); +} + +var com_badlogic_gdx_graphics_Pixmap$Format$Map_$MAP; +function com_badlogic_gdx_graphics_Texture_$clinit__V(){ + com_badlogic_gdx_graphics_Texture_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Texture_managedTextures = new java_util_HashMap_HashMap__V; +} + +function com_badlogic_gdx_graphics_Texture_$dispose__Lcom_badlogic_gdx_graphics_Texture_2V(this$static){ + if (this$static.com_badlogic_gdx_graphics_GLTexture_glHandle == 0) + return; + com_badlogic_gdx_graphics_GLTexture_$delete__Lcom_badlogic_gdx_graphics_GLTexture_2V(this$static); + this$static.com_badlogic_gdx_graphics_Texture_data.isManaged__Z() && java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture_managedTextures, com_badlogic_gdx_Gdx_app) != null && java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture_managedTextures, com_badlogic_gdx_Gdx_app).removeValue__Ljava_lang_Object_2ZZ(this$static, true); +} + +function com_badlogic_gdx_graphics_Texture_$load__Lcom_badlogic_gdx_graphics_Texture_2Lcom_badlogic_gdx_graphics_TextureData_2V(this$static, data_0){ + if (!!this$static.com_badlogic_gdx_graphics_Texture_data && data_0.isManaged__Z() != this$static.com_badlogic_gdx_graphics_Texture_data.isManaged__Z()) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_98)); + this$static.com_badlogic_gdx_graphics_Texture_data = data_0; + data_0.isPrepared__Z() || data_0.prepare__V(); + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, this$static.com_badlogic_gdx_graphics_GLTexture_glHandle); + com_badlogic_gdx_graphics_GLTexture_uploadImageData__ILcom_badlogic_gdx_graphics_TextureData_2IV(data_0); + com_badlogic_gdx_graphics_GLTexture_$unsafeSetFilter__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2ZV(this$static, this$static.com_badlogic_gdx_graphics_GLTexture_minFilter, this$static.com_badlogic_gdx_graphics_GLTexture_magFilter); + com_badlogic_gdx_graphics_GLTexture_$unsafeSetWrap__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZV(this$static, this$static.com_badlogic_gdx_graphics_GLTexture_uWrap, this$static.com_badlogic_gdx_graphics_GLTexture_vWrap, true); + com_badlogic_gdx_graphics_GLTexture_$unsafeSetAnisotropicFilter__Lcom_badlogic_gdx_graphics_GLTexture_2FZF(this$static, this$static.com_badlogic_gdx_graphics_GLTexture_anisotropicFilterLevel, true); + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 0); +} + +function com_badlogic_gdx_graphics_Texture_$reload__Lcom_badlogic_gdx_graphics_Texture_2V(this$static){ + if (!this$static.com_badlogic_gdx_graphics_Texture_data.isManaged__Z()) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Tried to reload unmanaged Texture')); + this$static.com_badlogic_gdx_graphics_GLTexture_glHandle = com_badlogic_gdx_backends_gwt_GwtGL20_$glGenTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl); + com_badlogic_gdx_graphics_Texture_$load__Lcom_badlogic_gdx_graphics_Texture_2Lcom_badlogic_gdx_graphics_TextureData_2V(this$static, this$static.com_badlogic_gdx_graphics_Texture_data); +} + +function com_badlogic_gdx_graphics_Texture_Texture__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V(width_0, height){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_TextureData_2V.call(this, new com_badlogic_gdx_graphics_glutils_PixmapTextureData_PixmapTextureData__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZZV(new com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V(width_0, height), null, false, true)); +} + +function com_badlogic_gdx_graphics_Texture_Texture__IILcom_badlogic_gdx_graphics_TextureData_2V(glTarget, glHandle, data_0){ + com_badlogic_gdx_graphics_GLTexture_GLTexture__IIV.call(this, glTarget, glHandle); + com_badlogic_gdx_graphics_Texture_$load__Lcom_badlogic_gdx_graphics_Texture_2Lcom_badlogic_gdx_graphics_TextureData_2V(this, data_0); + data_0.isManaged__Z() && com_badlogic_gdx_graphics_Texture_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture_2V(com_badlogic_gdx_Gdx_app, this); +} + +function com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2V(file){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV.call(this, file, null, false); +} + +function com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV(file, format, useMipMaps){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_TextureData_2V.call(this, com_badlogic_gdx_graphics_TextureData$Factory_loadFromFile__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZLcom_badlogic_gdx_graphics_TextureData_2(file, format, useMipMaps)); +} + +function com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2ZV(file, useMipMaps){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV.call(this, file, null, useMipMaps); +} + +function com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_Pixmap_2V(pixmap){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_TextureData_2V.call(this, new com_badlogic_gdx_graphics_glutils_PixmapTextureData_PixmapTextureData__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZZV(pixmap, null, false, false)); +} + +function com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV(pixmap, format, useMipMaps){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_TextureData_2V.call(this, new com_badlogic_gdx_graphics_glutils_PixmapTextureData_PixmapTextureData__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZZV(pixmap, format, useMipMaps, false)); +} + +function com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_Pixmap_2ZV(pixmap, useMipMaps){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_TextureData_2V.call(this, new com_badlogic_gdx_graphics_glutils_PixmapTextureData_PixmapTextureData__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZZV(pixmap, null, useMipMaps, false)); +} + +function com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_TextureData_2V(data_0){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__IILcom_badlogic_gdx_graphics_TextureData_2V.call(this, $intern_51, com_badlogic_gdx_backends_gwt_GwtGL20_$glGenTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl), data_0); +} + +function com_badlogic_gdx_graphics_Texture_Texture__Ljava_lang_String_2V(internalPath){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2V.call(this, com_badlogic_gdx_backends_gwt_GwtFiles_$internal__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, internalPath)); +} + +function com_badlogic_gdx_graphics_Texture_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture_2V(app, texture){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + var managedTextureArray; + managedTextureArray = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture_managedTextures, app); + !managedTextureArray && (managedTextureArray = new com_badlogic_gdx_utils_Array_Array__V); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(managedTextureArray, texture); + java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture_managedTextures, app, managedTextureArray); +} + +function com_badlogic_gdx_graphics_Texture_getManagedStatus__Ljava_lang_String_2(){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + var app, app$iterator, builder, entry, outerIter; + builder = new java_lang_StringBuilder_StringBuilder__V; + builder.java_lang_AbstractStringBuilder_string += 'Managed textures/app: { '; + for (app$iterator = (outerIter = (new java_util_AbstractMap$1_AbstractMap$1__Ljava_util_AbstractMap_2V(com_badlogic_gdx_graphics_Texture_managedTextures)).java_util_AbstractMap$1_this$01.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2() , new java_util_AbstractMap$1$1_AbstractMap$1$1__Ljava_util_AbstractMap$1_2V(outerIter)); app$iterator.java_util_AbstractMap$1$1_val$outerIter2.hasNext__Z();) { + app = (entry = app$iterator.java_util_AbstractMap$1$1_val$outerIter2.next__Ljava_lang_Object_2() , entry.getKey__Ljava_lang_Object_2()); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(builder, java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture_managedTextures, app).com_badlogic_gdx_utils_Array_size); + builder.java_lang_AbstractStringBuilder_string += ' '; + } + builder.java_lang_AbstractStringBuilder_string += '}'; + return builder.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_graphics_Texture_invalidateAllTextures__Lcom_badlogic_gdx_Application_2V(app){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + var i, managedTextureArray, texture; + managedTextureArray = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture_managedTextures, app); + if (!managedTextureArray) + return; + for (i = 0; i < managedTextureArray.com_badlogic_gdx_utils_Array_size; i++) { + texture = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(managedTextureArray, i); + com_badlogic_gdx_graphics_Texture_$reload__Lcom_badlogic_gdx_graphics_Texture_2V(texture); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(93, 238, $intern_99, com_badlogic_gdx_graphics_Texture_Texture__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V, com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2V, com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV, com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2ZV, com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_Pixmap_2V, com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV, com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_Pixmap_2ZV, com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_TextureData_2V, com_badlogic_gdx_graphics_Texture_Texture__Ljava_lang_String_2V); +_.dispose__V = function com_badlogic_gdx_graphics_Texture_dispose__V(){ + com_badlogic_gdx_graphics_Texture_$dispose__Lcom_badlogic_gdx_graphics_Texture_2V(this); +} +; +_.draw__Lcom_badlogic_gdx_graphics_Pixmap_2IIV = function com_badlogic_gdx_graphics_Texture_draw__Lcom_badlogic_gdx_graphics_Pixmap_2IIV(pixmap, x_0, y_0){ + if (this.com_badlogic_gdx_graphics_Texture_data.isManaged__Z()) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V("can't draw to a managed texture")); + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this.com_badlogic_gdx_graphics_GLTexture_glTarget, this.com_badlogic_gdx_graphics_GLTexture_glHandle); + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexSubImage2D__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIIIIILjava_nio_Buffer_2V(com_badlogic_gdx_Gdx_gl, this.com_badlogic_gdx_graphics_GLTexture_glTarget, x_0, y_0, pixmap.com_badlogic_gdx_graphics_Pixmap_width, pixmap.com_badlogic_gdx_graphics_Pixmap_height, pixmap.com_badlogic_gdx_graphics_Pixmap_buffer); +} +; +_.getDepth__I = function com_badlogic_gdx_graphics_Texture_getDepth__I(){ + return 0; +} +; +_.getHeight__I = function com_badlogic_gdx_graphics_Texture_getHeight__I(){ + return this.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); +} +; +_.getTextureData__Lcom_badlogic_gdx_graphics_TextureData_2 = function com_badlogic_gdx_graphics_Texture_getTextureData__Lcom_badlogic_gdx_graphics_TextureData_2(){ + return this.com_badlogic_gdx_graphics_Texture_data; +} +; +_.getWidth__I = function com_badlogic_gdx_graphics_Texture_getWidth__I(){ + return this.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); +} +; +_.isManaged__Z = function com_badlogic_gdx_graphics_Texture_isManaged__Z(){ + return this.com_badlogic_gdx_graphics_Texture_data.isManaged__Z(); +} +; +_.load__Lcom_badlogic_gdx_graphics_TextureData_2V = function com_badlogic_gdx_graphics_Texture_load__Lcom_badlogic_gdx_graphics_TextureData_2V(data_0){ + com_badlogic_gdx_graphics_Texture_$load__Lcom_badlogic_gdx_graphics_Texture_2Lcom_badlogic_gdx_graphics_TextureData_2V(this, data_0); +} +; +_.reload__V = function com_badlogic_gdx_graphics_Texture_reload__V(){ + com_badlogic_gdx_graphics_Texture_$reload__Lcom_badlogic_gdx_graphics_Texture_2V(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_Texture_toString__Ljava_lang_String_2(){ + var number; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_graphics_Texture_data, 676)) + return com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gdx_graphics_Texture_data); + return java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this.java_lang_Object__1_1_1clazz) + '@' + (number = java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this) >>> 0 , number.toString(16)); +} +; +var com_badlogic_gdx_graphics_Texture_assetManager, com_badlogic_gdx_graphics_Texture_managedTextures; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, $intern_100, 93, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit); +function com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V(){ + com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest = new com_badlogic_gdx_graphics_Texture$TextureFilter_Texture$TextureFilter__Ljava_lang_String_2IIV('Nearest', 0, 9728); + com_badlogic_gdx_graphics_Texture$TextureFilter_Linear = new com_badlogic_gdx_graphics_Texture$TextureFilter_Texture$TextureFilter__Ljava_lang_String_2IIV('Linear', 1, 9729); + com_badlogic_gdx_graphics_Texture$TextureFilter_MipMap = new com_badlogic_gdx_graphics_Texture$TextureFilter_Texture$TextureFilter__Ljava_lang_String_2IIV('MipMap', 2, 9987); + com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestNearest = new com_badlogic_gdx_graphics_Texture$TextureFilter_Texture$TextureFilter__Ljava_lang_String_2IIV($intern_101, 3, 9984); + com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearNearest = new com_badlogic_gdx_graphics_Texture$TextureFilter_Texture$TextureFilter__Ljava_lang_String_2IIV($intern_102, 4, 9985); + com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestLinear = new com_badlogic_gdx_graphics_Texture$TextureFilter_Texture$TextureFilter__Ljava_lang_String_2IIV($intern_103, 5, 9986); + com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearLinear = new com_badlogic_gdx_graphics_Texture$TextureFilter_Texture$TextureFilter__Ljava_lang_String_2IIV($intern_104, 6, 9987); +} + +function com_badlogic_gdx_graphics_Texture$TextureFilter_$isMipMap__Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2Z(this$static){ + return this$static.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum != 9728 && this$static.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum != 9729; +} + +function com_badlogic_gdx_graphics_Texture$TextureFilter_Texture$TextureFilter__Ljava_lang_String_2IIV(enum$name, enum$ordinal, glEnum){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); + this.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum = glEnum; +} + +function com_badlogic_gdx_graphics_Texture$TextureFilter_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2(name_0){ + com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V(); + return java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_Texture$TextureFilter$Map_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter$Map_$MAP), name_0); +} + +function com_badlogic_gdx_graphics_Texture$TextureFilter_values___3Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2(){ + com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), $intern_105, 177, 0, [com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest, com_badlogic_gdx_graphics_Texture$TextureFilter_Linear, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMap, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestNearest, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearNearest, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestLinear, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearLinear]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(177, 39, {177:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_Texture$TextureFilter_Texture$TextureFilter__Ljava_lang_String_2IIV); +_.getGLEnum__I = function com_badlogic_gdx_graphics_Texture$TextureFilter_getGLEnum__I(){ + return this.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum; +} +; +_.isMipMap__Z = function com_badlogic_gdx_graphics_Texture$TextureFilter_isMipMap__Z(){ + return com_badlogic_gdx_graphics_Texture$TextureFilter_$isMipMap__Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2Z(this); +} +; +_.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum = 0; +var com_badlogic_gdx_graphics_Texture$TextureFilter_Linear, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMap, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearLinear, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearNearest, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestLinear, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestNearest, com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_77, 'Texture/TextureFilter', 177, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_Texture$TextureFilter_values___3Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2); +function com_badlogic_gdx_graphics_Texture$TextureFilter$Map_$clinit__V(){ + com_badlogic_gdx_graphics_Texture$TextureFilter$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Texture$TextureFilter$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), $intern_105, 177, 0, [com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest, com_badlogic_gdx_graphics_Texture$TextureFilter_Linear, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMap, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestNearest, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearNearest, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestLinear, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearLinear]))); +} + +var com_badlogic_gdx_graphics_Texture$TextureFilter$Map_$MAP; +function com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V(){ + com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Texture$TextureWrap_MirroredRepeat = new com_badlogic_gdx_graphics_Texture$TextureWrap_Texture$TextureWrap__Ljava_lang_String_2IIV($intern_106, 0, 33648); + com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge = new com_badlogic_gdx_graphics_Texture$TextureWrap_Texture$TextureWrap__Ljava_lang_String_2IIV($intern_107, 1, 33071); + com_badlogic_gdx_graphics_Texture$TextureWrap_Repeat = new com_badlogic_gdx_graphics_Texture$TextureWrap_Texture$TextureWrap__Ljava_lang_String_2IIV('Repeat', 2, 10497); +} + +function com_badlogic_gdx_graphics_Texture$TextureWrap_Texture$TextureWrap__Ljava_lang_String_2IIV(enum$name, enum$ordinal, glEnum){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); + this.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum = glEnum; +} + +function com_badlogic_gdx_graphics_Texture$TextureWrap_values___3Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2(){ + com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), $intern_108, 267, 0, [com_badlogic_gdx_graphics_Texture$TextureWrap_MirroredRepeat, com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge, com_badlogic_gdx_graphics_Texture$TextureWrap_Repeat]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(267, 39, {267:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_Texture$TextureWrap_Texture$TextureWrap__Ljava_lang_String_2IIV); +_.getGLEnum__I = function com_badlogic_gdx_graphics_Texture$TextureWrap_getGLEnum__I(){ + return this.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum; +} +; +_.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum = 0; +var com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge, com_badlogic_gdx_graphics_Texture$TextureWrap_MirroredRepeat, com_badlogic_gdx_graphics_Texture$TextureWrap_Repeat; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_77, 'Texture/TextureWrap', 267, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_Texture$TextureWrap_values___3Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2); +function com_badlogic_gdx_graphics_Texture$TextureWrap$Map_$clinit__V(){ + com_badlogic_gdx_graphics_Texture$TextureWrap$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Texture$TextureWrap$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), $intern_108, 267, 0, [com_badlogic_gdx_graphics_Texture$TextureWrap_MirroredRepeat, com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge, com_badlogic_gdx_graphics_Texture$TextureWrap_Repeat]))); +} + +var com_badlogic_gdx_graphics_Texture$TextureWrap$Map_$MAP; +function com_badlogic_gdx_graphics_Texture3D_$clinit__V(){ + com_badlogic_gdx_graphics_Texture3D_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds = new java_util_HashMap_HashMap__V; +} + +function com_badlogic_gdx_graphics_Texture3D_$reload__Lcom_badlogic_gdx_graphics_Texture3D_2V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_109)); +} + +function com_badlogic_gdx_graphics_Texture3D_$setWrap__Lcom_badlogic_gdx_graphics_Texture3D_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(this$static, u, v, r){ + this$static.com_badlogic_gdx_graphics_Texture3D_rWrap = r; + com_badlogic_gdx_graphics_GLTexture_$setWrap__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(this$static, u, v); + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 32882, r.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum); +} + +function com_badlogic_gdx_graphics_Texture3D_$unsafeSetWrap__Lcom_badlogic_gdx_graphics_Texture3D_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZV(this$static, u, v, r, force){ + com_badlogic_gdx_graphics_GLTexture_$unsafeSetWrap__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZV(this$static, u, v, force); + if (!!r && (force || this$static.com_badlogic_gdx_graphics_Texture3D_rWrap != r)) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexParameteri__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 32882, u.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum); + this$static.com_badlogic_gdx_graphics_Texture3D_rWrap = r; + } +} + +function com_badlogic_gdx_graphics_Texture3D_Texture3D__IIIIIIV(width_0, height, depth, glInternalFormat, glType){ + com_badlogic_gdx_graphics_Texture3D_$clinit__V(); + new com_badlogic_gdx_graphics_glutils_CustomTexture3DData_CustomTexture3DData__IIIIIIIV(width_0, height, depth, glInternalFormat, glType); + com_badlogic_gdx_graphics_Texture3D_Texture3D__Lcom_badlogic_gdx_graphics_Texture3DData_2V.call(this); +} + +function com_badlogic_gdx_graphics_Texture3D_Texture3D__Lcom_badlogic_gdx_graphics_Texture3DData_2V(){ + com_badlogic_gdx_graphics_Texture3D_$clinit__V(); + com_badlogic_gdx_graphics_GLTexture_GLTexture__IIV.call(this, 32879, com_badlogic_gdx_backends_gwt_GwtGL20_$glGenTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl)); + this.com_badlogic_gdx_graphics_Texture3D_rWrap = (com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Texture3D requires a device running with GLES 3.0 compatibilty')); +} + +function com_badlogic_gdx_graphics_Texture3D_getManagedStatus__Ljava_lang_String_2(){ + com_badlogic_gdx_graphics_Texture3D_$clinit__V(); + var app, app$iterator, builder, entry, outerIter; + builder = new java_lang_StringBuilder_StringBuilder__V; + builder.java_lang_AbstractStringBuilder_string += $intern_110; + for (app$iterator = (outerIter = (new java_util_AbstractMap$1_AbstractMap$1__Ljava_util_AbstractMap_2V(com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds)).java_util_AbstractMap$1_this$01.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2() , new java_util_AbstractMap$1$1_AbstractMap$1$1__Ljava_util_AbstractMap$1_2V(outerIter)); app$iterator.java_util_AbstractMap$1$1_val$outerIter2.hasNext__Z();) { + app = (entry = app$iterator.java_util_AbstractMap$1$1_val$outerIter2.next__Ljava_lang_Object_2() , entry.getKey__Ljava_lang_Object_2()); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(builder, java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds, app).com_badlogic_gdx_utils_Array_size); + builder.java_lang_AbstractStringBuilder_string += ' '; + } + builder.java_lang_AbstractStringBuilder_string += '}'; + return builder.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_graphics_Texture3D_invalidateAllTextureArrays__Lcom_badlogic_gdx_Application_2V(app){ + com_badlogic_gdx_graphics_Texture3D_$clinit__V(); + var i, managedTextureArray, textureArray; + managedTextureArray = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds, app); + if (!managedTextureArray) + return; + for (i = 0; i < managedTextureArray.com_badlogic_gdx_utils_Array_size; i++) { + textureArray = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(managedTextureArray, i); + com_badlogic_gdx_graphics_Texture3D_$reload__Lcom_badlogic_gdx_graphics_Texture3D_2V(); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(400, 238, {238:1, 400:1, 49:1}, com_badlogic_gdx_graphics_Texture3D_Texture3D__IIIIIIV, com_badlogic_gdx_graphics_Texture3D_Texture3D__Lcom_badlogic_gdx_graphics_Texture3DData_2V); +_.getData__Lcom_badlogic_gdx_graphics_Texture3DData_2 = function com_badlogic_gdx_graphics_Texture3D_getData__Lcom_badlogic_gdx_graphics_Texture3DData_2(){ + return this.com_badlogic_gdx_graphics_Texture3D_data; +} +; +_.getDepth__I = function com_badlogic_gdx_graphics_Texture3D_getDepth__I(){ + return this.com_badlogic_gdx_graphics_Texture3D_data.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_depth; +} +; +_.getHeight__I = function com_badlogic_gdx_graphics_Texture3D_getHeight__I(){ + return this.com_badlogic_gdx_graphics_Texture3D_data.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_height; +} +; +_.getWidth__I = function com_badlogic_gdx_graphics_Texture3D_getWidth__I(){ + return this.com_badlogic_gdx_graphics_Texture3D_data.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_width; +} +; +_.isManaged__Z = function com_badlogic_gdx_graphics_Texture3D_isManaged__Z(){ + return false; +} +; +_.private$com_badlogic_gdx_graphics_Texture3D$load__Lcom_badlogic_gdx_graphics_Texture3DData_2V = function com_badlogic_gdx_graphics_Texture3D_load__Lcom_badlogic_gdx_graphics_Texture3DData_2V(data_0){ + com_badlogic_gdx_graphics_Texture3D_$clinit__V(); + this.com_badlogic_gdx_graphics_Texture3D_data = data_0; + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this.com_badlogic_gdx_graphics_GLTexture_glTarget, this.com_badlogic_gdx_graphics_GLTexture_glHandle); + null.$_nullMethod(); + com_badlogic_gdx_graphics_GLTexture_$setFilter__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2V(this, this.com_badlogic_gdx_graphics_GLTexture_minFilter, this.com_badlogic_gdx_graphics_GLTexture_magFilter); + com_badlogic_gdx_graphics_Texture3D_$setWrap__Lcom_badlogic_gdx_graphics_Texture3D_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(this, this.com_badlogic_gdx_graphics_GLTexture_uWrap, this.com_badlogic_gdx_graphics_GLTexture_vWrap, this.com_badlogic_gdx_graphics_Texture3D_rWrap); + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this.com_badlogic_gdx_graphics_GLTexture_glTarget, 0); +} +; +_.reload__V = function com_badlogic_gdx_graphics_Texture3D_reload__V(){ + com_badlogic_gdx_graphics_Texture3D_$reload__Lcom_badlogic_gdx_graphics_Texture3D_2V(); +} +; +_.setWrap__Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V = function com_badlogic_gdx_graphics_Texture3D_setWrap__Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(u, v, r){ + com_badlogic_gdx_graphics_Texture3D_$setWrap__Lcom_badlogic_gdx_graphics_Texture3D_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(this, u, v, r); +} +; +_.unsafeSetWrap__Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V = function com_badlogic_gdx_graphics_Texture3D_unsafeSetWrap__Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(u, v, r){ + com_badlogic_gdx_graphics_Texture3D_$unsafeSetWrap__Lcom_badlogic_gdx_graphics_Texture3D_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZV(this, u, v, r, false); +} +; +_.unsafeSetWrap__Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZV = function com_badlogic_gdx_graphics_Texture3D_unsafeSetWrap__Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZV(u, v, r, force){ + com_badlogic_gdx_graphics_Texture3D_$unsafeSetWrap__Lcom_badlogic_gdx_graphics_Texture3D_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZV(this, u, v, r, force); +} +; +_.upload__V = function com_badlogic_gdx_graphics_Texture3D_upload__V(){ + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this.com_badlogic_gdx_graphics_GLTexture_glTarget, this.com_badlogic_gdx_graphics_GLTexture_glHandle); + null.$_nullMethod(); +} +; +var com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, $intern_111, 400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_77, 'Texture3DData'); +function com_badlogic_gdx_graphics_TextureArray_$clinit__V(){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_TextureArray_managedTextureArrays = new java_util_HashMap_HashMap__V; +} + +function com_badlogic_gdx_graphics_TextureArray_$load__Lcom_badlogic_gdx_graphics_TextureArray_2Lcom_badlogic_gdx_graphics_TextureArrayData_2V(this$static, data_0){ + if (!!this$static.com_badlogic_gdx_graphics_TextureArray_data && com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$isManaged__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2Z(data_0) != com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$isManaged__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2Z(this$static.com_badlogic_gdx_graphics_TextureArray_data)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_98)); + this$static.com_badlogic_gdx_graphics_TextureArray_data = data_0; + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, this$static.com_badlogic_gdx_graphics_GLTexture_glHandle); + null.$_nullMethod(com_badlogic_gdx_graphics_Pixmap$Format_toGlFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2I(data_0.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_format), data_0.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[0].getWidth__I(), data_0.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[0].getHeight__I(), com_badlogic_gdx_graphics_Pixmap$Format_toGlFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2I(data_0.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_format), com_badlogic_gdx_graphics_Pixmap$Format_toGlType__Lcom_badlogic_gdx_graphics_Pixmap$Format_2I(data_0.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_format)); + data_0.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_prepared || com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$prepare__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2V(data_0); + com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$consumeTextureArrayData__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2V(data_0); + com_badlogic_gdx_graphics_GLTexture_$setFilter__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2V(this$static, this$static.com_badlogic_gdx_graphics_GLTexture_minFilter, this$static.com_badlogic_gdx_graphics_GLTexture_magFilter); + com_badlogic_gdx_graphics_GLTexture_$setWrap__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(this$static, this$static.com_badlogic_gdx_graphics_GLTexture_uWrap, this$static.com_badlogic_gdx_graphics_GLTexture_vWrap); + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_GLTexture_glTarget, 0); +} + +function com_badlogic_gdx_graphics_TextureArray_$reload__Lcom_badlogic_gdx_graphics_TextureArray_2V(this$static){ + if (!com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$isManaged__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2Z(this$static.com_badlogic_gdx_graphics_TextureArray_data)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_109)); + this$static.com_badlogic_gdx_graphics_GLTexture_glHandle = com_badlogic_gdx_backends_gwt_GwtGL20_$glGenTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl); + com_badlogic_gdx_graphics_TextureArray_$load__Lcom_badlogic_gdx_graphics_TextureArray_2Lcom_badlogic_gdx_graphics_TextureArrayData_2V(this$static, this$static.com_badlogic_gdx_graphics_TextureArray_data); +} + +function com_badlogic_gdx_graphics_TextureArray_TextureArray__Lcom_badlogic_gdx_graphics_TextureArrayData_2V(){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V(); + com_badlogic_gdx_graphics_GLTexture_GLTexture__IIV.call(this, 35866, com_badlogic_gdx_backends_gwt_GwtGL20_$glGenTexture__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl)); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('TextureArray requires a device running with GLES 3.0 compatibilty')); +} + +function com_badlogic_gdx_graphics_TextureArray_TextureArray__ZLcom_badlogic_gdx_graphics_Pixmap$Format_2_3Lcom_badlogic_gdx_files_FileHandle_2V(useMipMaps, format, files){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V(); + new com_badlogic_gdx_graphics_glutils_FileTextureArrayData_FileTextureArrayData__Lcom_badlogic_gdx_graphics_Pixmap$Format_2Z_3Lcom_badlogic_gdx_files_FileHandle_2V(format, useMipMaps, files); + com_badlogic_gdx_graphics_TextureArray_TextureArray__Lcom_badlogic_gdx_graphics_TextureArrayData_2V.call(this); +} + +function com_badlogic_gdx_graphics_TextureArray_TextureArray__Z_3Lcom_badlogic_gdx_files_FileHandle_2V(useMipMaps, files){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V(); + com_badlogic_gdx_graphics_TextureArray_TextureArray__ZLcom_badlogic_gdx_graphics_Pixmap$Format_2_3Lcom_badlogic_gdx_files_FileHandle_2V.call(this, useMipMaps, (com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V() , com_badlogic_gdx_graphics_Pixmap$Format_RGBA8888), files); +} + +function com_badlogic_gdx_graphics_TextureArray_TextureArray___3Lcom_badlogic_gdx_files_FileHandle_2V(files){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V(); + com_badlogic_gdx_graphics_TextureArray_TextureArray__Z_3Lcom_badlogic_gdx_files_FileHandle_2V.call(this, false, files); +} + +function com_badlogic_gdx_graphics_TextureArray_TextureArray___3Ljava_lang_String_2V(internalPaths){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V(); + com_badlogic_gdx_graphics_TextureArray_TextureArray___3Lcom_badlogic_gdx_files_FileHandle_2V.call(this, com_badlogic_gdx_graphics_TextureArray_getInternalHandles___3Ljava_lang_String_2_3Lcom_badlogic_gdx_files_FileHandle_2(internalPaths)); +} + +function com_badlogic_gdx_graphics_TextureArray_getInternalHandles___3Ljava_lang_String_2_3Lcom_badlogic_gdx_files_FileHandle_2(internalPaths){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V(); + var handles, i; + handles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, {1160:1, 3:1, 4:1, 5:1}, 562, internalPaths.length, 0, 1); + for (i = 0; i < internalPaths.length; i++) { + handles[i] = com_badlogic_gdx_backends_gwt_GwtFiles_$internal__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, internalPaths[i]); + } + return handles; +} + +function com_badlogic_gdx_graphics_TextureArray_getManagedStatus__Ljava_lang_String_2(){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V(); + var app, app$iterator, builder, entry, outerIter; + builder = new java_lang_StringBuilder_StringBuilder__V; + builder.java_lang_AbstractStringBuilder_string += $intern_110; + for (app$iterator = (outerIter = (new java_util_AbstractMap$1_AbstractMap$1__Ljava_util_AbstractMap_2V(com_badlogic_gdx_graphics_TextureArray_managedTextureArrays)).java_util_AbstractMap$1_this$01.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2() , new java_util_AbstractMap$1$1_AbstractMap$1$1__Ljava_util_AbstractMap$1_2V(outerIter)); app$iterator.java_util_AbstractMap$1$1_val$outerIter2.hasNext__Z();) { + app = (entry = app$iterator.java_util_AbstractMap$1$1_val$outerIter2.next__Ljava_lang_Object_2() , entry.getKey__Ljava_lang_Object_2()); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(builder, java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_TextureArray_managedTextureArrays, app).com_badlogic_gdx_utils_Array_size); + builder.java_lang_AbstractStringBuilder_string += ' '; + } + builder.java_lang_AbstractStringBuilder_string += '}'; + return builder.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_graphics_TextureArray_invalidateAllTextureArrays__Lcom_badlogic_gdx_Application_2V(app){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V(); + var i, managedTextureArray, textureArray; + managedTextureArray = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_TextureArray_managedTextureArrays, app); + if (!managedTextureArray) + return; + for (i = 0; i < managedTextureArray.com_badlogic_gdx_utils_Array_size; i++) { + textureArray = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(managedTextureArray, i); + com_badlogic_gdx_graphics_TextureArray_$reload__Lcom_badlogic_gdx_graphics_TextureArray_2V(textureArray); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(178, 238, {238:1, 178:1, 49:1}, com_badlogic_gdx_graphics_TextureArray_TextureArray__Lcom_badlogic_gdx_graphics_TextureArrayData_2V, com_badlogic_gdx_graphics_TextureArray_TextureArray__ZLcom_badlogic_gdx_graphics_Pixmap$Format_2_3Lcom_badlogic_gdx_files_FileHandle_2V, com_badlogic_gdx_graphics_TextureArray_TextureArray__Z_3Lcom_badlogic_gdx_files_FileHandle_2V, com_badlogic_gdx_graphics_TextureArray_TextureArray___3Lcom_badlogic_gdx_files_FileHandle_2V, com_badlogic_gdx_graphics_TextureArray_TextureArray___3Ljava_lang_String_2V); +_.getDepth__I = function com_badlogic_gdx_graphics_TextureArray_getDepth__I(){ + return this.com_badlogic_gdx_graphics_TextureArray_data.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_depth; +} +; +_.getHeight__I = function com_badlogic_gdx_graphics_TextureArray_getHeight__I(){ + return this.com_badlogic_gdx_graphics_TextureArray_data.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[0].getHeight__I(); +} +; +_.getWidth__I = function com_badlogic_gdx_graphics_TextureArray_getWidth__I(){ + return this.com_badlogic_gdx_graphics_TextureArray_data.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[0].getWidth__I(); +} +; +_.isManaged__Z = function com_badlogic_gdx_graphics_TextureArray_isManaged__Z(){ + return com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$isManaged__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2Z(this.com_badlogic_gdx_graphics_TextureArray_data); +} +; +_.private$com_badlogic_gdx_graphics_TextureArray$load__Lcom_badlogic_gdx_graphics_TextureArrayData_2V = function com_badlogic_gdx_graphics_TextureArray_load__Lcom_badlogic_gdx_graphics_TextureArrayData_2V(data_0){ + com_badlogic_gdx_graphics_TextureArray_$clinit__V(); + com_badlogic_gdx_graphics_TextureArray_$load__Lcom_badlogic_gdx_graphics_TextureArray_2Lcom_badlogic_gdx_graphics_TextureArrayData_2V(this, data_0); +} +; +_.reload__V = function com_badlogic_gdx_graphics_TextureArray_reload__V(){ + com_badlogic_gdx_graphics_TextureArray_$reload__Lcom_badlogic_gdx_graphics_TextureArray_2V(this); +} +; +var com_badlogic_gdx_graphics_TextureArray_managedTextureArrays; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, $intern_112, 178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_77, 'TextureArrayData'); +function com_badlogic_gdx_graphics_TextureArrayData$Factory_TextureArrayData$Factory__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(563, 1, {563:1}, com_badlogic_gdx_graphics_TextureArrayData$Factory_TextureArrayData$Factory__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData$Factory_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'TextureArrayData/Factory', 563, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_77, 'TextureData'); +function com_badlogic_gdx_graphics_TextureData$Factory_TextureData$Factory__V(){ +} + +function com_badlogic_gdx_graphics_TextureData$Factory_loadFromFile__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZLcom_badlogic_gdx_graphics_TextureData_2(file, format, useMipMaps){ + if (!file) + return null; + return new com_badlogic_gdx_graphics_glutils_FileTextureData_FileTextureData__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV(file, new com_badlogic_gdx_graphics_Pixmap_Pixmap__Lcom_badlogic_gdx_files_FileHandle_2V(file), format, useMipMaps); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(564, 1, {564:1}, com_badlogic_gdx_graphics_TextureData$Factory_TextureData$Factory__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$Factory_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'TextureData/Factory', 564, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V(){ + com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_TextureData$TextureDataType_Pixmap = new com_badlogic_gdx_graphics_TextureData$TextureDataType_TextureData$TextureDataType__Ljava_lang_String_2IV($intern_96, 0); + com_badlogic_gdx_graphics_TextureData$TextureDataType_Custom = new com_badlogic_gdx_graphics_TextureData$TextureDataType_TextureData$TextureDataType__Ljava_lang_String_2IV('Custom', 1); +} + +function com_badlogic_gdx_graphics_TextureData$TextureDataType_TextureData$TextureDataType__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_graphics_TextureData$TextureDataType_values___3Lcom_badlogic_gdx_graphics_TextureData$TextureDataType_2(){ + com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), $intern_113, 330, 0, [com_badlogic_gdx_graphics_TextureData$TextureDataType_Pixmap, com_badlogic_gdx_graphics_TextureData$TextureDataType_Custom]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(330, 39, {330:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_TextureData$TextureDataType_TextureData$TextureDataType__Ljava_lang_String_2IV); +var com_badlogic_gdx_graphics_TextureData$TextureDataType_Custom, com_badlogic_gdx_graphics_TextureData$TextureDataType_Pixmap; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_77, 'TextureData/TextureDataType', 330, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_TextureData$TextureDataType_values___3Lcom_badlogic_gdx_graphics_TextureData$TextureDataType_2); +function com_badlogic_gdx_graphics_TextureData$TextureDataType$Map_$clinit__V(){ + com_badlogic_gdx_graphics_TextureData$TextureDataType$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_TextureData$TextureDataType$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), $intern_113, 330, 0, [com_badlogic_gdx_graphics_TextureData$TextureDataType_Pixmap, com_badlogic_gdx_graphics_TextureData$TextureDataType_Custom]))); +} + +var com_badlogic_gdx_graphics_TextureData$TextureDataType$Map_$MAP; +function com_badlogic_gdx_graphics_VertexAttribute_$equals__Lcom_badlogic_gdx_graphics_VertexAttribute_2Lcom_badlogic_gdx_graphics_VertexAttribute_2Z(this$static, other){ + return !!other && this$static.com_badlogic_gdx_graphics_VertexAttribute_usage == other.com_badlogic_gdx_graphics_VertexAttribute_usage && this$static.com_badlogic_gdx_graphics_VertexAttribute_numComponents == other.com_badlogic_gdx_graphics_VertexAttribute_numComponents && this$static.com_badlogic_gdx_graphics_VertexAttribute_type == other.com_badlogic_gdx_graphics_VertexAttribute_type && this$static.com_badlogic_gdx_graphics_VertexAttribute_normalized == other.com_badlogic_gdx_graphics_VertexAttribute_normalized && java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_graphics_VertexAttribute_alias, other.com_badlogic_gdx_graphics_VertexAttribute_alias) && this$static.com_badlogic_gdx_graphics_VertexAttribute_unit == other.com_badlogic_gdx_graphics_VertexAttribute_unit; +} + +function com_badlogic_gdx_graphics_VertexAttribute_$getSizeInBytes__Lcom_badlogic_gdx_graphics_VertexAttribute_2I(this$static){ + switch (this$static.com_badlogic_gdx_graphics_VertexAttribute_type) { + case 5126: + case 5132: + return 4 * this$static.com_badlogic_gdx_graphics_VertexAttribute_numComponents; + case $intern_53: + case 5120: + return this$static.com_badlogic_gdx_graphics_VertexAttribute_numComponents; + case 5123: + case 5122: + return 2 * this$static.com_badlogic_gdx_graphics_VertexAttribute_numComponents; + } + return 0; +} + +function com_badlogic_gdx_graphics_VertexAttribute_$hashCode__Lcom_badlogic_gdx_graphics_VertexAttribute_2I(this$static){ + var result; + result = (this$static.com_badlogic_gdx_graphics_VertexAttribute_usageIndex << 8) + (this$static.com_badlogic_gdx_graphics_VertexAttribute_unit & 255); + result = 541 * result + this$static.com_badlogic_gdx_graphics_VertexAttribute_numComponents; + result = 541 * result + java_lang_String_$hashCode__Ljava_lang_String_2I(this$static.com_badlogic_gdx_graphics_VertexAttribute_alias); + return result; +} + +function com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2V(usage, numComponents, type_0, normalized, alias){ + com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2IV.call(this, usage, numComponents, type_0, normalized, alias, 0); +} + +function com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2IV(usage, numComponents, type_0, normalized, alias, unit){ + this.com_badlogic_gdx_graphics_VertexAttribute_usage = usage; + this.com_badlogic_gdx_graphics_VertexAttribute_numComponents = numComponents; + this.com_badlogic_gdx_graphics_VertexAttribute_type = type_0; + this.com_badlogic_gdx_graphics_VertexAttribute_normalized = normalized; + this.com_badlogic_gdx_graphics_VertexAttribute_alias = alias; + this.com_badlogic_gdx_graphics_VertexAttribute_unit = unit; + this.com_badlogic_gdx_graphics_VertexAttribute_usageIndex = java_lang_Integer_numberOfTrailingZeros__II(usage); +} + +function com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(usage, numComponents, alias){ + com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2IV.call(this, usage, numComponents, alias, 0); +} + +function com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2IV(usage, numComponents, alias, unit){ + com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2IV.call(this, usage, numComponents, usage == 4?$intern_53:5126, usage == 4, alias, unit); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(76, 1, {76:1}, com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2V, com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2IV, com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V, com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2IV); +_.copy__Lcom_badlogic_gdx_graphics_VertexAttribute_2 = function com_badlogic_gdx_graphics_VertexAttribute_copy__Lcom_badlogic_gdx_graphics_VertexAttribute_2(){ + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2IV(this.com_badlogic_gdx_graphics_VertexAttribute_usage, this.com_badlogic_gdx_graphics_VertexAttribute_numComponents, this.com_badlogic_gdx_graphics_VertexAttribute_type, this.com_badlogic_gdx_graphics_VertexAttribute_normalized, this.com_badlogic_gdx_graphics_VertexAttribute_alias, this.com_badlogic_gdx_graphics_VertexAttribute_unit); +} +; +_.equals__Lcom_badlogic_gdx_graphics_VertexAttribute_2Z = function com_badlogic_gdx_graphics_VertexAttribute_equals__Lcom_badlogic_gdx_graphics_VertexAttribute_2Z(other){ + return com_badlogic_gdx_graphics_VertexAttribute_$equals__Lcom_badlogic_gdx_graphics_VertexAttribute_2Lcom_badlogic_gdx_graphics_VertexAttribute_2Z(this, other); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_graphics_VertexAttribute_equals__Ljava_lang_Object_2Z(obj){ + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 76)) { + return false; + } + return com_badlogic_gdx_graphics_VertexAttribute_$equals__Lcom_badlogic_gdx_graphics_VertexAttribute_2Lcom_badlogic_gdx_graphics_VertexAttribute_2Z(this, obj); +} +; +_.getKey__I = function com_badlogic_gdx_graphics_VertexAttribute_getKey__I(){ + return (this.com_badlogic_gdx_graphics_VertexAttribute_usageIndex << 8) + (this.com_badlogic_gdx_graphics_VertexAttribute_unit & 255); +} +; +_.getSizeInBytes__I = function com_badlogic_gdx_graphics_VertexAttribute_getSizeInBytes__I(){ + return com_badlogic_gdx_graphics_VertexAttribute_$getSizeInBytes__Lcom_badlogic_gdx_graphics_VertexAttribute_2I(this); +} +; +_.hashCode__I = function com_badlogic_gdx_graphics_VertexAttribute_hashCode__I(){ + return com_badlogic_gdx_graphics_VertexAttribute_$hashCode__Lcom_badlogic_gdx_graphics_VertexAttribute_2I(this); +} +; +_.com_badlogic_gdx_graphics_VertexAttribute_normalized = false; +_.com_badlogic_gdx_graphics_VertexAttribute_numComponents = 0; +_.com_badlogic_gdx_graphics_VertexAttribute_offset = 0; +_.com_badlogic_gdx_graphics_VertexAttribute_type = 0; +_.com_badlogic_gdx_graphics_VertexAttribute_unit = 0; +_.com_badlogic_gdx_graphics_VertexAttribute_usage = 0; +_.com_badlogic_gdx_graphics_VertexAttribute_usageIndex = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, $intern_114, 76, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_8, 'Iterable'); +function com_badlogic_gdx_graphics_VertexAttributes_$calculateOffsets__Lcom_badlogic_gdx_graphics_VertexAttributes_2I(this$static){ + var attribute, count, i; + count = 0; + for (i = 0; i < this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; i++) { + attribute = this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes[i]; + attribute.com_badlogic_gdx_graphics_VertexAttribute_offset = count; + count += com_badlogic_gdx_graphics_VertexAttribute_$getSizeInBytes__Lcom_badlogic_gdx_graphics_VertexAttribute_2I(attribute); + } + return count; +} + +function com_badlogic_gdx_graphics_VertexAttributes_$compareTo__Lcom_badlogic_gdx_graphics_VertexAttributes_2Lcom_badlogic_gdx_graphics_VertexAttributes_2I(this$static, o){ + var i, m1, m2, va0, va1; + if (this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes.length != o.com_badlogic_gdx_graphics_VertexAttributes_attributes.length) + return this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes.length - o.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + m1 = com_badlogic_gdx_graphics_VertexAttributes_$getMask__Lcom_badlogic_gdx_graphics_VertexAttributes_2J(this$static); + m2 = com_badlogic_gdx_graphics_VertexAttributes_$getMask__Lcom_badlogic_gdx_graphics_VertexAttributes_2J(o); + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(m1, m2) != 0) + return com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(m1, m2) < 0?-1:1; + for (i = this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes.length - 1; i >= 0; --i) { + va0 = this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes[i]; + va1 = o.com_badlogic_gdx_graphics_VertexAttributes_attributes[i]; + if (va0.com_badlogic_gdx_graphics_VertexAttribute_usage != va1.com_badlogic_gdx_graphics_VertexAttribute_usage) + return va0.com_badlogic_gdx_graphics_VertexAttribute_usage - va1.com_badlogic_gdx_graphics_VertexAttribute_usage; + if (va0.com_badlogic_gdx_graphics_VertexAttribute_unit != va1.com_badlogic_gdx_graphics_VertexAttribute_unit) + return va0.com_badlogic_gdx_graphics_VertexAttribute_unit - va1.com_badlogic_gdx_graphics_VertexAttribute_unit; + if (va0.com_badlogic_gdx_graphics_VertexAttribute_numComponents != va1.com_badlogic_gdx_graphics_VertexAttribute_numComponents) + return va0.com_badlogic_gdx_graphics_VertexAttribute_numComponents - va1.com_badlogic_gdx_graphics_VertexAttribute_numComponents; + if (va0.com_badlogic_gdx_graphics_VertexAttribute_normalized != va1.com_badlogic_gdx_graphics_VertexAttribute_normalized) + return va0.com_badlogic_gdx_graphics_VertexAttribute_normalized?1:-1; + if (va0.com_badlogic_gdx_graphics_VertexAttribute_type != va1.com_badlogic_gdx_graphics_VertexAttribute_type) + return va0.com_badlogic_gdx_graphics_VertexAttribute_type - va1.com_badlogic_gdx_graphics_VertexAttribute_type; + } + return 0; +} + +function com_badlogic_gdx_graphics_VertexAttributes_$findByUsage__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this$static, usage){ + var i, len; + len = this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + for (i = 0; i < len; i++) + if (this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes[i].com_badlogic_gdx_graphics_VertexAttribute_usage == usage) + return this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes[i]; + return null; +} + +function com_badlogic_gdx_graphics_VertexAttributes_$get__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this$static, index_0){ + return this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes[index_0]; +} + +function com_badlogic_gdx_graphics_VertexAttributes_$getMask__Lcom_badlogic_gdx_graphics_VertexAttributes_2J(this$static){ + var i, result; + if (com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_graphics_VertexAttributes_mask, -1)) { + result = 0; + for (i = 0; i < this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; i++) { + result = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(result, this$static.com_badlogic_gdx_graphics_VertexAttributes_attributes[i].com_badlogic_gdx_graphics_VertexAttribute_usage); + } + this$static.com_badlogic_gdx_graphics_VertexAttributes_mask = result; + } + return this$static.com_badlogic_gdx_graphics_VertexAttributes_mask; +} + +function com_badlogic_gdx_graphics_VertexAttributes_$getOffset__Lcom_badlogic_gdx_graphics_VertexAttributes_2III(this$static, usage, defaultIfNotFound){ + var vertexAttribute; + vertexAttribute = com_badlogic_gdx_graphics_VertexAttributes_$findByUsage__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this$static, usage); + if (!vertexAttribute) + return defaultIfNotFound; + return vertexAttribute.com_badlogic_gdx_graphics_VertexAttribute_offset / 4 | 0; +} + +function com_badlogic_gdx_graphics_VertexAttributes_VertexAttributes___3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(attributes){ + var i, list; + if (attributes.length == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('attributes must be >= 1')); + list = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, $intern_115, 76, attributes.length, 0, 1); + for (i = 0; i < attributes.length; i++) + list[i] = attributes[i]; + this.com_badlogic_gdx_graphics_VertexAttributes_attributes = list; + this.com_badlogic_gdx_graphics_VertexAttributes_vertexSize = com_badlogic_gdx_graphics_VertexAttributes_$calculateOffsets__Lcom_badlogic_gdx_graphics_VertexAttributes_2I(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(331, 1, {331:1, 42:1, 29:1}, com_badlogic_gdx_graphics_VertexAttributes_VertexAttributes___3Lcom_badlogic_gdx_graphics_VertexAttribute_2V); +_.compareTo__Ljava_lang_Object_2I = function com_badlogic_gdx_graphics_VertexAttributes_compareTo__Ljava_lang_Object_2I(o){ + return com_badlogic_gdx_graphics_VertexAttributes_$compareTo__Lcom_badlogic_gdx_graphics_VertexAttributes_2Lcom_badlogic_gdx_graphics_VertexAttributes_2I(this, o); +} +; +_.private$com_badlogic_gdx_graphics_VertexAttributes$calculateOffsets__I = function com_badlogic_gdx_graphics_VertexAttributes_calculateOffsets__I(){ + return com_badlogic_gdx_graphics_VertexAttributes_$calculateOffsets__Lcom_badlogic_gdx_graphics_VertexAttributes_2I(this); +} +; +_.compareTo__Lcom_badlogic_gdx_graphics_VertexAttributes_2I = function com_badlogic_gdx_graphics_VertexAttributes_compareTo__Lcom_badlogic_gdx_graphics_VertexAttributes_2I(o){ + return com_badlogic_gdx_graphics_VertexAttributes_$compareTo__Lcom_badlogic_gdx_graphics_VertexAttributes_2Lcom_badlogic_gdx_graphics_VertexAttributes_2I(this, o); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_graphics_VertexAttributes_equals__Ljava_lang_Object_2Z(obj){ + var i, other; + if (obj === this) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 331)) + return false; + other = obj; + if (this.com_badlogic_gdx_graphics_VertexAttributes_attributes.length != other.com_badlogic_gdx_graphics_VertexAttributes_attributes.length) + return false; + for (i = 0; i < this.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; i++) { + if (!com_badlogic_gdx_graphics_VertexAttribute_$equals__Lcom_badlogic_gdx_graphics_VertexAttribute_2Lcom_badlogic_gdx_graphics_VertexAttribute_2Z(this.com_badlogic_gdx_graphics_VertexAttributes_attributes[i], other.com_badlogic_gdx_graphics_VertexAttributes_attributes[i])) + return false; + } + return true; +} +; +_.findByUsage__ILcom_badlogic_gdx_graphics_VertexAttribute_2 = function com_badlogic_gdx_graphics_VertexAttributes_findByUsage__ILcom_badlogic_gdx_graphics_VertexAttribute_2(usage){ + return com_badlogic_gdx_graphics_VertexAttributes_$findByUsage__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this, usage); +} +; +_.get__ILcom_badlogic_gdx_graphics_VertexAttribute_2 = function com_badlogic_gdx_graphics_VertexAttributes_get__ILcom_badlogic_gdx_graphics_VertexAttribute_2(index_0){ + return com_badlogic_gdx_graphics_VertexAttributes_$get__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this, index_0); +} +; +_.getBoneWeights__I = function com_badlogic_gdx_graphics_VertexAttributes_getBoneWeights__I(){ + var a, i; + if (this.com_badlogic_gdx_graphics_VertexAttributes_boneWeightUnits < 0) { + this.com_badlogic_gdx_graphics_VertexAttributes_boneWeightUnits = 0; + for (i = 0; i < this.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; i++) { + a = this.com_badlogic_gdx_graphics_VertexAttributes_attributes[i]; + a.com_badlogic_gdx_graphics_VertexAttribute_usage == 64 && (this.com_badlogic_gdx_graphics_VertexAttributes_boneWeightUnits = $wnd.Math.max(this.com_badlogic_gdx_graphics_VertexAttributes_boneWeightUnits, a.com_badlogic_gdx_graphics_VertexAttribute_unit + 1)); + } + } + return this.com_badlogic_gdx_graphics_VertexAttributes_boneWeightUnits; +} +; +_.getOffset__II = function com_badlogic_gdx_graphics_VertexAttributes_getOffset__II(usage){ + return com_badlogic_gdx_graphics_VertexAttributes_$getOffset__Lcom_badlogic_gdx_graphics_VertexAttributes_2III(this, usage, 0); +} +; +_.getOffset__III = function com_badlogic_gdx_graphics_VertexAttributes_getOffset__III(usage, defaultIfNotFound){ + return com_badlogic_gdx_graphics_VertexAttributes_$getOffset__Lcom_badlogic_gdx_graphics_VertexAttributes_2III(this, usage, defaultIfNotFound); +} +; +_.getTextureCoordinates__I = function com_badlogic_gdx_graphics_VertexAttributes_getTextureCoordinates__I(){ + var a, i; + if (this.com_badlogic_gdx_graphics_VertexAttributes_textureCoordinates < 0) { + this.com_badlogic_gdx_graphics_VertexAttributes_textureCoordinates = 0; + for (i = 0; i < this.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; i++) { + a = this.com_badlogic_gdx_graphics_VertexAttributes_attributes[i]; + a.com_badlogic_gdx_graphics_VertexAttribute_usage == 16 && (this.com_badlogic_gdx_graphics_VertexAttributes_textureCoordinates = $wnd.Math.max(this.com_badlogic_gdx_graphics_VertexAttributes_textureCoordinates, a.com_badlogic_gdx_graphics_VertexAttribute_unit + 1)); + } + } + return this.com_badlogic_gdx_graphics_VertexAttributes_textureCoordinates; +} +; +_.hashCode__I = function com_badlogic_gdx_graphics_VertexAttributes_hashCode__I(){ + var i, result; + result = 61 * this.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + for (i = 0; i < this.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; i++) + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(result, 61), com_badlogic_gdx_graphics_VertexAttribute_$hashCode__Lcom_badlogic_gdx_graphics_VertexAttribute_2I(this.com_badlogic_gdx_graphics_VertexAttributes_attributes[i])); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(result, com_google_gwt_lang_LongLib_shr__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(result, 32))); +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_graphics_VertexAttributes_iterator__Ljava_util_Iterator_2(){ + !this.com_badlogic_gdx_graphics_VertexAttributes_iterable && (this.com_badlogic_gdx_graphics_VertexAttributes_iterable = new com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_VertexAttributes$ReadonlyIterable___3Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_VertexAttributes_attributes)); + return com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_$iterator__Lcom_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_2Ljava_util_Iterator_2(this.com_badlogic_gdx_graphics_VertexAttributes_iterable); +} +; +_.size__I = function com_badlogic_gdx_graphics_VertexAttributes_size__I(){ + return this.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_VertexAttributes_toString__Ljava_lang_String_2(){ + var builder, i; + builder = new java_lang_StringBuilder_StringBuilder__V; + builder.java_lang_AbstractStringBuilder_string += '['; + for (i = 0; i < this.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; i++) { + builder.java_lang_AbstractStringBuilder_string += '('; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(builder, this.com_badlogic_gdx_graphics_VertexAttributes_attributes[i].com_badlogic_gdx_graphics_VertexAttribute_alias); + builder.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(builder, this.com_badlogic_gdx_graphics_VertexAttributes_attributes[i].com_badlogic_gdx_graphics_VertexAttribute_usage); + builder.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(builder, this.com_badlogic_gdx_graphics_VertexAttributes_attributes[i].com_badlogic_gdx_graphics_VertexAttribute_numComponents); + builder.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(builder, this.com_badlogic_gdx_graphics_VertexAttributes_attributes[i].com_badlogic_gdx_graphics_VertexAttribute_offset); + builder.java_lang_AbstractStringBuilder_string += ')'; + builder.java_lang_AbstractStringBuilder_string += $intern_39; + } + builder.java_lang_AbstractStringBuilder_string += ']'; + return builder.java_lang_AbstractStringBuilder_string; +} +; +_.com_badlogic_gdx_graphics_VertexAttributes_boneWeightUnits = -1; +_.com_badlogic_gdx_graphics_VertexAttributes_mask = -1; +_.com_badlogic_gdx_graphics_VertexAttributes_textureCoordinates = -1; +_.com_badlogic_gdx_graphics_VertexAttributes_vertexSize = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, $intern_116, 331, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_$iterator__Lcom_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_2Ljava_util_Iterator_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_VertexAttributes$ReadonlyIterator___3Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_array); + if (!this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator1) { + this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator1 = new com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_VertexAttributes$ReadonlyIterator___3Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_array); + this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator2 = new com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_VertexAttributes$ReadonlyIterator___3Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_array); + } + if (!this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator1.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_valid) { + this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator1.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_index = 0; + this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator1.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_valid = true; + this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator2.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_valid = false; + return this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator1; + } + this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator2.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_index = 0; + this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator2.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_valid = true; + this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator1.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_valid = false; + return this$static.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator2; +} + +function com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_VertexAttributes$ReadonlyIterable___3Ljava_lang_Object_2V(array){ + this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_array = array; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(969, 1, $intern_117, com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_VertexAttributes$ReadonlyIterable___3Ljava_lang_Object_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_$iterator__Lcom_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterable_2Ljava_util_Iterator_2(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$ReadonlyIterable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'VertexAttributes/ReadonlyIterable', 969, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'Iterator'); +function com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_VertexAttributes$ReadonlyIterator___3Ljava_lang_Object_2V(array){ + this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_array = array; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(649, 1, $intern_119, com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_VertexAttributes$ReadonlyIterator___3Ljava_lang_Object_2V); +_.hasNext__Z = function com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_hasNext__Z(){ + if (!this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_index < this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_array.length; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_next__Ljava_lang_Object_2(){ + if (this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_index >= this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_array.length) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V('' + this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_index)); + if (!this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_array[this.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_index++]; +} +; +_.remove__V = function com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_remove__V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_121)); +} +; +_.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_index = 0; +_.com_badlogic_gdx_graphics_VertexAttributes$ReadonlyIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$ReadonlyIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'VertexAttributes/ReadonlyIterator', 649, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_VertexAttributes$Usage_VertexAttributes$Usage__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(565, 1, {565:1}, com_badlogic_gdx_graphics_VertexAttributes$Usage_VertexAttributes$Usage__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_77, 'VertexAttributes/Usage', 565, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_Animation_$getKeyFrame__Lcom_badlogic_gdx_graphics_g2d_Animation_2FLjava_lang_Object_2(this$static, stateTime){ + var frameNumber; + frameNumber = com_badlogic_gdx_graphics_g2d_Animation_$getKeyFrameIndex__Lcom_badlogic_gdx_graphics_g2d_Animation_2FI(this$static, stateTime); + return this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames[frameNumber]; +} + +function com_badlogic_gdx_graphics_g2d_Animation_$getKeyFrameIndex__Lcom_badlogic_gdx_graphics_g2d_Animation_2FI(this$static, stateTime){ + var frameNumber, lastFrameNumber; + if (this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length == 1) + return 0; + frameNumber = com_google_gwt_lang_Cast_round_1int__DI(stateTime / this$static.com_badlogic_gdx_graphics_g2d_Animation_frameDuration); + switch (this$static.com_badlogic_gdx_graphics_g2d_Animation_playMode) { + case 0: + frameNumber = $wnd.Math.min(this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length - 1, frameNumber); + break; + case 2: + frameNumber = frameNumber % this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length; + break; + case 4: + frameNumber = frameNumber % (this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length * 2 - 2); + frameNumber >= this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length && (frameNumber = this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length - 2 - (frameNumber - this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length)); + break; + case 5: + lastFrameNumber = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g2d_Animation_lastStateTime / this$static.com_badlogic_gdx_graphics_g2d_Animation_frameDuration); + lastFrameNumber != frameNumber?(frameNumber = com_badlogic_gdx_math_MathUtils_random__II(this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length - 1)):(frameNumber = this$static.com_badlogic_gdx_graphics_g2d_Animation_lastFrameNumber); + break; + case 1: + frameNumber = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length - frameNumber - 1, 0); + break; + case 3: + frameNumber = frameNumber % this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length; + frameNumber = this$static.com_badlogic_gdx_graphics_g2d_Animation_keyFrames.length - frameNumber - 1; + } + this$static.com_badlogic_gdx_graphics_g2d_Animation_lastFrameNumber = frameNumber; + this$static.com_badlogic_gdx_graphics_g2d_Animation_lastStateTime = stateTime; + return frameNumber; +} + +function com_badlogic_gdx_graphics_g2d_Animation_Animation__FLcom_badlogic_gdx_utils_Array_2V(keyFrames){ + var arrayType, frames_0, i, n; + this.com_badlogic_gdx_graphics_g2d_Animation_frameDuration = 0.375; + arrayType = java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(keyFrames.com_badlogic_gdx_utils_Array_items).java_lang_Class_componentType; + frames_0 = com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_reflect_ArrayReflection_newInstance__Ljava_lang_Class_2ILjava_lang_Object_2(arrayType, keyFrames.com_badlogic_gdx_utils_Array_size)); + for (i = 0 , n = keyFrames.com_badlogic_gdx_utils_Array_size; i < n; i++) { + frames_0[i] = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(keyFrames, i); + } + this.com_badlogic_gdx_graphics_g2d_Animation_keyFrames = frames_0; +} + +function com_badlogic_gdx_graphics_g2d_Animation_Animation__FLcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_graphics_g2d_Animation$PlayMode_2V(keyFrames){ + com_badlogic_gdx_graphics_g2d_Animation_Animation__FLcom_badlogic_gdx_utils_Array_2V.call(this, keyFrames); + this.com_badlogic_gdx_graphics_g2d_Animation_playMode = 2; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(659, 1, {}, com_badlogic_gdx_graphics_g2d_Animation_Animation__FLcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_graphics_g2d_Animation$PlayMode_2V); +_.com_badlogic_gdx_graphics_g2d_Animation_frameDuration = 0; +_.com_badlogic_gdx_graphics_g2d_Animation_lastFrameNumber = 0; +_.com_badlogic_gdx_graphics_g2d_Animation_lastStateTime = 0; +_.com_badlogic_gdx_graphics_g2d_Animation_playMode = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Animation_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_123, 659, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_122, 'Batch'); +function com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static, batch, str, x_0, y_0){ + var layout; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache); + layout = com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, str, x_0, y_0); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, batch); + return layout; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static, batch, str, x_0, y_0, targetWidth, halign, wrap){ + var layout; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache); + layout = com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, str, x_0, y_0, targetWidth, halign, wrap); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, batch); + return layout; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static, batch, str, x_0, y_0, start_0, end, targetWidth, halign, wrap){ + var layout; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache); + layout = com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, null); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, batch); + return layout; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static, batch, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, truncate){ + var layout; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache); + layout = com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, truncate); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, batch); + return layout; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_$load__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(this$static, data_0){ + var glyph, glyph$array, glyph$index, glyph$max, page, page$array, page$index, page$max; + for (page$array = data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_glyphs , page$index = 0 , page$max = page$array.length; page$index < page$max; ++page$index) { + page = page$array[page$index]; + if (page == null) + continue; + for (glyph$array = page , glyph$index = 0 , glyph$max = glyph$array.length; glyph$index < glyph$max; ++glyph$index) { + glyph = glyph$array[glyph$index]; + !!glyph && com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setGlyphRegion__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(data_0, glyph, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_regions, glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_page)); + } + } + !!data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_missingGlyph && com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setGlyphRegion__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(data_0, data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_missingGlyph, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_regions, data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_missingGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_page)); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_$newFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2(this$static){ + return new com_badlogic_gdx_graphics_g2d_BitmapFontCache_BitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(this$static, this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_integer); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_$setColor__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFV(this$static, r, g, b, a){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color, r, g, b, a); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_$setUseIntegerPositions__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(this$static, integer){ + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_integer = integer; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setUseIntegerPositions__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2ZV(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, integer); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__V(){ + com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZZV.call(this, com_badlogic_gdx_backends_gwt_GwtFiles_$classpath__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, $intern_124), com_badlogic_gdx_backends_gwt_GwtFiles_$classpath__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, $intern_125), false, true); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2V(fontFile){ + com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2ZV.call(this, fontFile, false); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, imageFile, flip){ + com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZZV.call(this, fontFile, imageFile, flip, true); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZZV(fontFile, imageFile, flip, integer){ + com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV.call(this, new com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, flip), new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2ZV(imageFile, false)), integer); + this.com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture = true; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(fontFile, region){ + com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV.call(this, fontFile, region, false); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV(fontFile, region, flip){ + com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV.call(this, new com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, flip), region, true); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, flip){ + com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV.call(this, new com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, flip), null, true); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV(data_0, region, integer){ + com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2ZV.call(this, data_0, region?new com_badlogic_gdx_utils_Array_Array___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), $intern_126, 69, 0, [region])):null, integer); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2ZV(data_0, pageRegions, integer){ + var file, i, n; + this.com_badlogic_gdx_graphics_g2d_BitmapFont_flipped = data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_flipped; + this.com_badlogic_gdx_graphics_g2d_BitmapFont_data = data_0; + this.com_badlogic_gdx_graphics_g2d_BitmapFont_integer = integer; + if (!pageRegions || pageRegions.com_badlogic_gdx_utils_Array_size == 0) { + if (data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('If no regions are specified, the font data must have an images path.')); + n = data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths.length; + this.com_badlogic_gdx_graphics_g2d_BitmapFont_regions = new com_badlogic_gdx_utils_Array_Array__IV(n); + for (i = 0; i < n; i++) { + !data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_fontFile?(file = com_badlogic_gdx_backends_gwt_GwtFiles_$internal__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths[i])):(file = com_badlogic_gdx_backends_gwt_GwtFiles_$getFileHandle__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths[i], data_0.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_fontFile.type__Lcom_badlogic_gdx_Files$FileType_2())); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g2d_BitmapFont_regions, new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2ZV(file, false))); + } + this.com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture = true; + } + else { + this.com_badlogic_gdx_graphics_g2d_BitmapFont_regions = pageRegions; + this.com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture = false; + } + this.com_badlogic_gdx_graphics_g2d_BitmapFont_cache = new com_badlogic_gdx_graphics_g2d_BitmapFontCache_BitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(this, this.com_badlogic_gdx_graphics_g2d_BitmapFont_integer); + com_badlogic_gdx_graphics_g2d_BitmapFont_$load__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(this, data_0); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__ZV(flip){ + com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZZV.call(this, com_badlogic_gdx_backends_gwt_GwtFiles_$classpath__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, $intern_124), com_badlogic_gdx_backends_gwt_GwtFiles_$classpath__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, $intern_125), flip, true); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont_indexOf__Ljava_lang_CharSequence_2CII(text_0, ch_0, start_0){ + var n; + n = java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(text_0); + for (; start_0 < n; start_0++) + if (java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(text_0, start_0) == ch_0) + return start_0; + return n; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(94, 1, {94:1, 49:1}, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__V, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2V, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZV, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZZV, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2ZV, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2ZV, com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__ZV); +_.dispose__V = function com_badlogic_gdx_graphics_g2d_BitmapFont_dispose__V(){ + var i; + if (this.com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture) { + for (i = 0; i < this.com_badlogic_gdx_graphics_g2d_BitmapFont_regions.com_badlogic_gdx_utils_Array_size; i++) + com_badlogic_gdx_graphics_Texture_$dispose__Lcom_badlogic_gdx_graphics_Texture_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_BitmapFont_regions, i).com_badlogic_gdx_graphics_g2d_TextureRegion_texture); + } +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV = function com_badlogic_gdx_graphics_g2d_BitmapFont_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(batch, layout, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this.com_badlogic_gdx_graphics_g2d_BitmapFont_cache); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, layout, x_0, y_0); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this.com_badlogic_gdx_graphics_g2d_BitmapFont_cache, batch); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(batch, str, x_0, y_0){ + return com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, batch, str, x_0, y_0); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(batch, str, x_0, y_0, targetWidth, halign, wrap){ + return com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, batch, str, x_0, y_0, targetWidth, halign, wrap); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(batch, str, x_0, y_0, start_0, end, targetWidth, halign, wrap){ + return com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, batch, str, x_0, y_0, start_0, end, targetWidth, halign, wrap); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(batch, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, truncate){ + return com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, batch, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, truncate); +} +; +_.getAscent__F = function com_badlogic_gdx_graphics_g2d_BitmapFont_getAscent__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent; +} +; +_.getCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_getCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_cache; +} +; +_.getCapHeight__F = function com_badlogic_gdx_graphics_g2d_BitmapFont_getCapHeight__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight; +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color; +} +; +_.getData__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_getData__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data; +} +; +_.getDescent__F = function com_badlogic_gdx_graphics_g2d_BitmapFont_getDescent__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent; +} +; +_.getLineHeight__F = function com_badlogic_gdx_graphics_g2d_BitmapFont_getLineHeight__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight; +} +; +_.getRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_getRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(){ + return com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_BitmapFont_regions); +} +; +_.getRegion__ILcom_badlogic_gdx_graphics_g2d_TextureRegion_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_getRegion__ILcom_badlogic_gdx_graphics_g2d_TextureRegion_2(index_0){ + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_BitmapFont_regions, index_0); +} +; +_.getRegions__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_getRegions__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_regions; +} +; +_.getScaleX__F = function com_badlogic_gdx_graphics_g2d_BitmapFont_getScaleX__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX; +} +; +_.getScaleY__F = function com_badlogic_gdx_graphics_g2d_BitmapFont_getScaleY__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY; +} +; +_.getSpaceXadvance__F = function com_badlogic_gdx_graphics_g2d_BitmapFont_getSpaceXadvance__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_spaceXadvance; +} +; +_.getXHeight__F = function com_badlogic_gdx_graphics_g2d_BitmapFont_getXHeight__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xHeight; +} +; +_.isFlipped__Z = function com_badlogic_gdx_graphics_g2d_BitmapFont_isFlipped__Z(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_flipped; +} +; +_.load__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V = function com_badlogic_gdx_graphics_g2d_BitmapFont_load__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(data_0){ + com_badlogic_gdx_graphics_g2d_BitmapFont_$load__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(this, data_0); +} +; +_.newFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_newFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2(){ + return com_badlogic_gdx_graphics_g2d_BitmapFont_$newFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2(this); +} +; +_.ownsTexture__Z = function com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture__Z(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture; +} +; +_.setColor__FFFFV = function com_badlogic_gdx_graphics_g2d_BitmapFont_setColor__FFFFV(r, g, b, a){ + com_badlogic_gdx_graphics_g2d_BitmapFont_$setColor__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFV(this, r, g, b, a); +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_graphics_g2d_BitmapFont_setColor__Lcom_badlogic_gdx_graphics_Color_2V(color_0){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_BitmapFont_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color, color_0); +} +; +_.setFixedWidthGlyphs__Ljava_lang_CharSequence_2V = function com_badlogic_gdx_graphics_g2d_BitmapFont_setFixedWidthGlyphs__Ljava_lang_CharSequence_2V(glyphs){ + var data_0, end, end0, g, index_0, index0, maxAdvance; + data_0 = this.com_badlogic_gdx_graphics_g2d_BitmapFont_data; + maxAdvance = 0; + for (index0 = 0 , end0 = java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(glyphs); index0 < end0; index0++) { + g = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(data_0, java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(glyphs, index0)); + !!g && g.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance > maxAdvance && (maxAdvance = g.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance); + } + for (index_0 = 0 , end = java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(glyphs); index_0 < end; index_0++) { + g = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(data_0, java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(glyphs, index_0)); + if (!g) + continue; + g.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset += (maxAdvance - g.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance) / 2 | 0; + g.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance = maxAdvance; + g.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_kerning = null; + g.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth = true; + } +} +; +_.setOwnsTexture__ZV = function com_badlogic_gdx_graphics_g2d_BitmapFont_setOwnsTexture__ZV(ownsTexture){ + this.com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture = ownsTexture; +} +; +_.setUseIntegerPositions__ZV = function com_badlogic_gdx_graphics_g2d_BitmapFont_setUseIntegerPositions__ZV(integer){ + com_badlogic_gdx_graphics_g2d_BitmapFont_$setUseIntegerPositions__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(this, integer); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont_toString__Ljava_lang_String_2(){ + var number; + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_name != null?this.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_name:(java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit.java_lang_Class_typeName + '@' + (number = java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this) >>> 0 , number.toString(16))); +} +; +_.usesIntegerPositions__Z = function com_badlogic_gdx_graphics_g2d_BitmapFont_usesIntegerPositions__Z(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont_integer; +} +; +_.com_badlogic_gdx_graphics_g2d_BitmapFont_flipped = false; +_.com_badlogic_gdx_graphics_g2d_BitmapFont_integer = false; +_.com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_127, 94, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$$init__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_glyphs = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, {1130:1, 3:1, 15:1, 4:1, 5:1, 35:1}, 1080, 128, 0, 2); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xChars = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [120, 101, 97, 111, 110, 115, 114, 99, 117, 109, 118, 119, 122]); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capChars = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [77, 78, 66, 68, 67, 69, 70, 75, 65, 71, 72, 73, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90]); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getFirstGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static){ + var glyph, glyph$array, glyph$index, glyph$max, page, page$array, page$index, page$max; + for (page$array = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_glyphs , page$index = 0 , page$max = page$array.length; page$index < page$max; ++page$index) { + page = page$array[page$index]; + if (page == null) + continue; + for (glyph$array = page , glyph$index = 0 , glyph$max = glyph$array.length; glyph$index < glyph$max; ++glyph$index) { + glyph = glyph$array[glyph$index]; + if (!glyph || glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height == 0 || glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width == 0) + continue; + return glyph; + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('No glyphs found.')); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static, ch_0){ + var page; + page = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_glyphs[ch_0 / 512 | 0]; + if (page != null) + return page[ch_0 & 511]; + return null; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(this$static, run, str, start_0, end, lastGlyph){ + var ch_0, glyph, glyphs, lastGlyphWidth, markupEnabled, max_0, scaleX, xAdvances; + max_0 = end - start_0; + if (max_0 == 0) + return; + markupEnabled = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled; + scaleX = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX; + glyphs = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs; + xAdvances = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances; + com_badlogic_gdx_utils_Array_$ensureCapacity__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(glyphs, max_0); + com_badlogic_gdx_utils_FloatArray_$ensureCapacity__Lcom_badlogic_gdx_utils_FloatArray_2I_3F(run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances, max_0 + 1); + do { + ch_0 = java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(str, start_0++); + if (ch_0 == 13) + continue; + glyph = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static, ch_0); + if (!glyph) { + if (!this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_missingGlyph) + continue; + glyph = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_missingGlyph; + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(glyphs, glyph); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(xAdvances, !lastGlyph?glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth?0:-glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset * scaleX - this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft:(lastGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance + com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_$getKerning__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2CI(lastGlyph, ch_0)) * scaleX); + lastGlyph = glyph; + markupEnabled && ch_0 == 91 && start_0 < end && java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(str, start_0) == 91 && ++start_0; + } + while (start_0 < end); + if (lastGlyph) { + lastGlyphWidth = lastGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth?lastGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance * scaleX:(lastGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + lastGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset) * scaleX - this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight; + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(xAdvances, lastGlyphWidth); + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getWrapIndex__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2II(this$static, glyphs, start_0){ + var ch_0, glyphsItems, i; + i = start_0 - 1; + glyphsItems = glyphs.com_badlogic_gdx_utils_Array_items; + ch_0 = glyphsItems[i].com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id & $intern_4; + if (com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isWhitespace__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(ch_0)) + return i; + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isBreakChar__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(this$static, ch_0) && --i; + for (; i > 0; i--) { + ch_0 = glyphsItems[i].com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id & $intern_4; + if (com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isWhitespace__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(ch_0) || com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isBreakChar__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(this$static, ch_0)) + return i + 1; + } + return 0; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$hasGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(this$static, ch_0){ + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_missingGlyph) + return true; + return !!com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static, ch_0); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isBreakChar__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(this$static, c){ + var br, br$array, br$index, br$max; + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_breakChars == null) + return false; + for (br$array = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_breakChars , br$index = 0 , br$max = br$array.length; br$index < br$max; ++br$index) { + br = br$array[br$index]; + if (c == br) + return true; + } + return false; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isWhitespace__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(c){ + switch (c) { + case 10: + case 13: + case 9: + case 32: + return true; + default:return false; + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$load__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_files_FileHandle_2ZV(this$static, fontFile, flip){ + var amount, baseLine, capChar, capChar$array, capChar$index, capChar$max, capGlyph, ch_0, common, ex, fileName, first, glyph, glyph$array, glyph$index, glyph$max, hasMetricsOverride, id_0, line, matcher, overrideAscent, overrideCapHeight, overrideDescent, overrideDown, overrideLineHeight, overrideSpaceXAdvance, overrideXHeight, p, padY, padding, page, page$array, page$index, page$max, pageCount, pageID, reader, second, spaceGlyph, tokens, xChar, xChar$array, xChar$index, xChar$max, xGlyph, xadvanceGlyph; + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths != null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('Already loaded.')); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_name = fontFile.nameWithoutExtension__Ljava_lang_String_2(); + reader = new java_io_BufferedReader_BufferedReader__Ljava_io_Reader_2IV(new java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2V(fontFile.read__Ljava_io_InputStream_2()), 512); + try { + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + if (line == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('File is empty.')); + line = java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(line, line.indexOf('padding=') + 8); + padding = java_lang_String_$split__Ljava_lang_String_2Ljava_lang_String_2I_3Ljava_lang_String_2(java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(line, 0, java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(line, java_lang_String_fromCodePoint__ILjava_lang_String_2(32))), ',', 4); + if (padding.length != 4) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Invalid padding.')); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padTop = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(padding[0], 10, $intern_84, $intern_5); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(padding[1], 10, $intern_84, $intern_5); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padBottom = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(padding[2], 10, $intern_84, $intern_5); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(padding[3], 10, $intern_84, $intern_5); + padY = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padTop + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padBottom; + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + if (line == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Missing common header.')); + common = java_lang_String_$split__Ljava_lang_String_2Ljava_lang_String_2I_3Ljava_lang_String_2(line, ' ', 9); + if (common.length < 3) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Invalid common header.')); + if (!java_lang_String_$startsWith__Ljava_lang_String_2Ljava_lang_String_2Z(common[1], 'lineHeight=')) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Missing: lineHeight')); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(common[1], 11), 10, $intern_84, $intern_5); + if (!java_lang_String_$startsWith__Ljava_lang_String_2Ljava_lang_String_2Z(common[2], 'base=')) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Missing: base')); + baseLine = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(common[2], 5), 10, $intern_84, $intern_5); + pageCount = 1; + if (common.length >= 6 && common[5] != null && java_lang_String_$startsWith__Ljava_lang_String_2Ljava_lang_String_2Z(common[5], 'pages=')) { + try { + pageCount = $wnd.Math.max(1, java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(common[5], 6), 10, $intern_84, $intern_5)); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, pageCount, 6, 1); + for (p = 0; p < pageCount; p++) { + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + if (line == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Missing additional page definitions.')); + matcher = new java_util_regex_Matcher_Matcher__Ljava_util_regex_Pattern_2Ljava_lang_CharSequence_2V(new java_util_regex_Pattern_Pattern__Ljava_lang_String_2IV('.*id=(\\d+)'), line); + if (regexodus_Matcher_$find__Lregexodus_Matcher_2Z(matcher.java_util_regex_Matcher_matcher)) { + id_0 = regexodus_Matcher_$group__Lregexodus_Matcher_2ILjava_lang_String_2(matcher.java_util_regex_Matcher_matcher, 1); + try { + pageID = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(id_0, 10, $intern_84, $intern_5); + if (pageID != p) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Page IDs must be indices starting at 0: ' + id_0)); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 83)) { + ex = $e1; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Invalid page id: ' + id_0, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } + } + matcher = new java_util_regex_Matcher_Matcher__Ljava_util_regex_Pattern_2Ljava_lang_CharSequence_2V(new java_util_regex_Pattern_Pattern__Ljava_lang_String_2IV('.*file="?([^"]+)"?'), line); + if (!regexodus_Matcher_$find__Lregexodus_Matcher_2Z(matcher.java_util_regex_Matcher_matcher)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Missing: file')); + fileName = regexodus_Matcher_$group__Lregexodus_Matcher_2ILjava_lang_String_2(matcher.java_util_regex_Matcher_matcher, 1); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths[p] = java_lang_String_$replaceAll__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(com_badlogic_gdx_backends_gwt_GwtFileHandle_$child__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(fontFile.parent__Lcom_badlogic_gdx_files_FileHandle_2(), fileName).com_badlogic_gdx_backends_gwt_GwtFileHandle_file, $intern_130, '/'); + } + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent = 0; + while (true) { + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + if (line == null) + break; + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(line.substr(0, 9), 'kernings ')) + break; + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(line.substr(0, 8), 'metrics ')) + break; + if (!java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(line.substr(0, 5), 'char ')) + continue; + glyph = new com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_BitmapFont$Glyph__V; + tokens = new java_util_StringTokenizer_StringTokenizer__Ljava_lang_String_2Ljava_lang_String_2V(line); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + ch_0 = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + if (ch_0 <= 0) + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_missingGlyph = glyph; + else if (ch_0 <= $intern_4) + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(this$static, ch_0, glyph); + else + continue; + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id = ch_0; + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcX = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcY = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + flip?(glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_yoffset = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5)):(glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_yoffset = -(glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height + java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5))); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + java_util_StringTokenizer_$hasMoreTokens__Ljava_util_StringTokenizer_2Z(tokens) && java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + if (java_util_StringTokenizer_$hasMoreTokens__Ljava_util_StringTokenizer_2Z(tokens)) { + try { + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_page = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + } + catch ($e2) { + $e2 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e2); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e2, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e2); + } + } + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width > 0 && glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height > 0 && (this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent = $wnd.Math.min(baseLine + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_yoffset, this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent)); + } + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent += this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padBottom; + while (true) { + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + if (line == null) + break; + if (!java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(line.substr(0, 8), 'kerning ')) + break; + tokens = new java_util_StringTokenizer_StringTokenizer__Ljava_lang_String_2Ljava_lang_String_2V(line); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + first = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + second = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + if (first < 0 || first > $intern_4 || second < 0 || second > $intern_4) + continue; + glyph = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static, first & $intern_4); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + amount = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens), 10, $intern_84, $intern_5); + !!glyph && com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_$setKerning__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IIV(glyph, second, amount); + } + hasMetricsOverride = false; + overrideAscent = 0; + overrideDescent = 0; + overrideDown = 0; + overrideCapHeight = 0; + overrideLineHeight = 0; + overrideSpaceXAdvance = 0; + overrideXHeight = 0; + if (line != null && java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(line.substr(0, 8), 'metrics ')) { + hasMetricsOverride = true; + tokens = new java_util_StringTokenizer_StringTokenizer__Ljava_lang_String_2Ljava_lang_String_2V(line); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + overrideAscent = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens)); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + overrideDescent = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens)); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + overrideDown = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens)); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + overrideCapHeight = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens)); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + overrideLineHeight = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens)); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + overrideSpaceXAdvance = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens)); + java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens); + overrideXHeight = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(tokens)); + } + spaceGlyph = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static, 32); + if (!spaceGlyph) { + spaceGlyph = new com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_BitmapFont$Glyph__V; + spaceGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id = 32; + xadvanceGlyph = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static, 108); + !xadvanceGlyph && (xadvanceGlyph = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getFirstGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static)); + spaceGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance = xadvanceGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance; + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(this$static, 32, spaceGlyph); + } + if (spaceGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width == 0) { + spaceGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft + spaceGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight); + spaceGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset = com_google_gwt_lang_Cast_round_1int__DI(-this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft); + } + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_spaceXadvance = spaceGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance; + xGlyph = null; + for (xChar$array = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xChars , xChar$index = 0 , xChar$max = xChar$array.length; xChar$index < xChar$max; ++xChar$index) { + xChar = xChar$array[xChar$index]; + xGlyph = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static, xChar); + if (xGlyph) + break; + } + !xGlyph && (xGlyph = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getFirstGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static)); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xHeight = xGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height - padY; + capGlyph = null; + for (capChar$array = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capChars , capChar$index = 0 , capChar$max = capChar$array.length; capChar$index < capChar$max; ++capChar$index) { + capChar = capChar$array[capChar$index]; + capGlyph = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this$static, capChar); + if (capGlyph) + break; + } + if (!capGlyph) { + for (page$array = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_glyphs , page$index = 0 , page$max = page$array.length; page$index < page$max; ++page$index) { + page = page$array[page$index]; + if (page == null) + continue; + for (glyph$array = page , glyph$index = 0 , glyph$max = glyph$array.length; glyph$index < glyph$max; ++glyph$index) { + glyph = glyph$array[glyph$index]; + if (!glyph || glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height == 0 || glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width == 0) + continue; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight, glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height); + } + } + } + else + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight = capGlyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight -= padY; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent = baseLine - this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down = -this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight; + if (flip) { + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent = -this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down = -this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down; + } + if (hasMetricsOverride) { + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent = overrideAscent; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent = overrideDescent; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down = overrideDown; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight = overrideCapHeight; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight = overrideLineHeight; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_spaceXadvance = overrideSpaceXAdvance; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xHeight = overrideXHeight; + } + } + catch ($e3) { + $e3 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e3); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e3, 51)) { + ex = $e3; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error loading font file: ' + fontFile, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e3); + } + finally { + com_badlogic_gdx_utils_StreamUtils_closeQuietly__Ljava_io_Closeable_2V(reader); + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(this$static, ch_0, glyph){ + var page; + page = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_glyphs[ch_0 / 512 | 0]; + page == null && (this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_glyphs[ch_0 / 512 | 0] = page = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, $intern_131, 332, 512, 0, 1)); + page[ch_0 & 511] = glyph; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setGlyphRegion__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this$static, glyph, region){ + var amount, atlasRegion, invTexHeight, invTexWidth, offsetX, offsetY, regionHeight, regionWidth, texture, u, v, x_0, x2, y_0, y2; + texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + invTexWidth = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + invTexHeight = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + offsetX = 0; + offsetY = 0; + u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + regionWidth = region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth; + regionHeight = region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(region, 152)) { + atlasRegion = region; + offsetX = atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; + offsetY = atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight - atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight - atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; + } + x_0 = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcX; + x2 = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcX + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width; + y_0 = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcY; + y2 = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcY + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height; + if (offsetX > 0) { + x_0 -= offsetX; + if (x_0 < 0) { + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width = com_google_gwt_lang_Cast_round_1int__DI(glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + x_0); + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset = com_google_gwt_lang_Cast_round_1int__DI(glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset - x_0); + x_0 = 0; + } + x2 -= offsetX; + if (x2 > regionWidth) { + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width = com_google_gwt_lang_Cast_round_1int__DI(glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width - (x2 - regionWidth)); + x2 = regionWidth; + } + } + if (offsetY > 0) { + y_0 -= offsetY; + if (y_0 < 0) { + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height = com_google_gwt_lang_Cast_round_1int__DI(glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height + y_0); + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height < 0 && (glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height = 0); + y_0 = 0; + } + y2 -= offsetY; + if (y2 > regionHeight) { + amount = y2 - regionHeight; + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height = com_google_gwt_lang_Cast_round_1int__DI(glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height - amount); + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_yoffset = com_google_gwt_lang_Cast_round_1int__DI(glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_yoffset + amount); + y2 = regionHeight; + } + } + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u = u + x_0 * invTexWidth; + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u2 = u + x2 * invTexWidth; + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_flipped) { + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v = v + y_0 * invTexHeight; + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v2 = v + y2 * invTexHeight; + } + else { + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v2 = v + y_0 * invTexHeight; + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v = v + y2 * invTexHeight; + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(this$static, scaleXY){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFV(this$static, scaleXY, scaleXY); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFV(this$static, scaleX, scaleY){ + var x_0, y_0; + if (scaleX == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('scaleX cannot be 0.')); + if (scaleY == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('scaleY cannot be 0.')); + x_0 = scaleX / this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX; + y_0 = scaleY / this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight *= y_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_spaceXadvance *= x_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xHeight *= y_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight *= y_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent *= y_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent *= y_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down *= y_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft *= x_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight *= x_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padTop *= y_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padBottom *= y_0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX = scaleX; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY = scaleY; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__V(){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$$init__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(this); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, flip){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$$init__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(this); + this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_fontFile = fontFile; + this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_flipped = flip; + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$load__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_files_FileHandle_2ZV(this, fontFile, flip); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(239, 1, {239:1}, com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__V, com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__Lcom_badlogic_gdx_files_FileHandle_2ZV); +_.getFirstGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_getFirstGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(){ + return com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getFirstGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this); +} +; +_.getFontFile__Lcom_badlogic_gdx_files_FileHandle_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_getFontFile__Lcom_badlogic_gdx_files_FileHandle_2(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_fontFile; +} +; +_.getGlyph__CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_getGlyph__CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(ch_0){ + return com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(this, ch_0); +} +; +_.getGlyphs__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_getGlyphs__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(run, str, start_0, end, lastGlyph){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(this, run, str, start_0, end, lastGlyph); +} +; +_.getImagePath__ILjava_lang_String_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_getImagePath__ILjava_lang_String_2(index_0){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths[index_0]; +} +; +_.getImagePaths___3Ljava_lang_String_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_getImagePaths___3Ljava_lang_String_2(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths; +} +; +_.getWrapIndex__Lcom_badlogic_gdx_utils_Array_2II = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_getWrapIndex__Lcom_badlogic_gdx_utils_Array_2II(glyphs, start_0){ + return com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getWrapIndex__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2II(this, glyphs, start_0); +} +; +_.hasGlyph__CZ = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_hasGlyph__CZ(ch_0){ + return com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$hasGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(this, ch_0); +} +; +_.isBreakChar__CZ = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_isBreakChar__CZ(c){ + return com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isBreakChar__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(this, c); +} +; +_.isWhitespace__CZ = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_isWhitespace__CZ(c){ + return com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isWhitespace__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(c); +} +; +_.load__Lcom_badlogic_gdx_files_FileHandle_2ZV = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_load__Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, flip){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$load__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_files_FileHandle_2ZV(this, fontFile, flip); +} +; +_.scale__FV = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scale__FV(amount){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFV(this, this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX + amount, this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY + amount); +} +; +_.setGlyph__ILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_setGlyph__ILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(ch_0, glyph){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(this, ch_0, glyph); +} +; +_.setGlyphRegion__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_setGlyphRegion__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(glyph, region){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setGlyphRegion__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, glyph, region); +} +; +_.setLineHeight__FV = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_setLineHeight__FV(height){ + this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight = height * this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY; + this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down = this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_flipped?this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight:-this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight; +} +; +_.setScale__FV = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_setScale__FV(scaleXY){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(this, scaleXY); +} +; +_.setScale__FFV = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_setScale__FFV(scaleX, scaleY){ + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFV(this, scaleX, scaleY); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_toString__Ljava_lang_String_2(){ + var number; + return this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_name != null?this.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_name:(java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit.java_lang_Class_typeName + '@' + (number = java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this) >>> 0 , number.toString(16))); +} +; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_blankLineScale = 1; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight = 1; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_cursorX = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_flipped = false; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled = false; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padBottom = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padTop = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX = 1; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY = 1; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_spaceXadvance = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xHeight = 1; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'BitmapFont/BitmapFontData', 239, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_$getKerning__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2CI(this$static, ch_0){ + var page; + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_kerning != null) { + page = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_kerning[ch_0 >>> 9]; + if (page != null) + return page[ch_0 & 511]; + } + return 0; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_$setKerning__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IIV(this$static, ch_0, value_0){ + var page; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_kerning == null && (this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_kerning = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_132, 90, 128, 0, 2)); + page = this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_kerning[ch_0 >>> 9]; + page == null && (this$static.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_kerning[ch_0 >>> 9] = page = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_71, 9, 512, 15, 1)); + page[ch_0 & 511] = value_0 << 24 >> 24; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_BitmapFont$Glyph__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(332, 1, {332:1}, com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_BitmapFont$Glyph__V); +_.getKerning__CI = function com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_getKerning__CI(ch_0){ + return com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_$getKerning__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2CI(this, ch_0); +} +; +_.setKerning__IIV = function com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_setKerning__IIV(ch_0, value_0){ + com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_$setKerning__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IIV(this, ch_0, value_0); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_toString__Ljava_lang_String_2(){ + return String.fromCharCode(this.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id & $intern_4); +} +; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth = false; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_page = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcX = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcY = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u2 = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v2 = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_yoffset = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'BitmapFont/Glyph', 332, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempColor = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FFFV(this$static, glyph, x_0, y_0, color_0){ + var height, idx, page, scaleX, scaleY, u, u2, v, v2, vertices, width_0, x2, y2; + scaleX = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX; + scaleY = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY; + x_0 += glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset * scaleX; + y_0 += glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_yoffset * scaleY; + width_0 = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width * scaleX; + height = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height * scaleY; + u = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u; + u2 = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u2; + v = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v; + v2 = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v2; + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_integer) { + x_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(x_0)); + y_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(y_0)); + width_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(width_0)); + height = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(height)); + } + x2 = x_0 + width_0; + y2 = y_0 + height; + page = glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_page; + idx = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[page]; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[page] += 20; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices != null && com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices[page], this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_glyphCount++); + vertices = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[page]; + vertices[idx++] = x_0; + vertices[idx++] = y_0; + vertices[idx++] = color_0; + vertices[idx++] = u; + vertices[idx++] = v; + vertices[idx++] = x_0; + vertices[idx++] = y2; + vertices[idx++] = color_0; + vertices[idx++] = u; + vertices[idx++] = v2; + vertices[idx++] = x2; + vertices[idx++] = y2; + vertices[idx++] = color_0; + vertices[idx++] = u2; + vertices[idx++] = v2; + vertices[idx++] = x2; + vertices[idx++] = y_0; + vertices[idx++] = color_0; + vertices[idx++] = u2; + vertices[idx] = v; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this$static, layout, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addToCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this$static, layout, x_0, y_0 + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static, str, x_0, y_0){ + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static, str, x_0, y_0, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(str), 0, 8, false, null); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static, str, x_0, y_0, targetWidth, halign, wrap){ + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static, str, x_0, y_0, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(str), targetWidth, halign, wrap, null); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, truncate){ + var layout; + layout = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit))); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pooledLayouts, layout); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(layout, this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font, str, start_0, end, this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color, targetWidth, halign, wrap, truncate); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addToCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this$static, layout, x_0, y_0 + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent); + return layout; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addToCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this$static, layout, x_0, y_0){ + var colors, colorsIndex, glyphIndex, glyphs, gx, gy, i, ii, lastColorFloatBits, nextColorGlyphIndex, nn, run, runCount, xAdvances; + runCount = layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_size; + if (runCount == 0) + return; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length < this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_regions.com_badlogic_gdx_utils_Array_size && com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setPageCount__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IV(this$static, this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_regions.com_badlogic_gdx_utils_Array_size); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_layouts, layout); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$requireGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this$static, layout); + colors = layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors; + colorsIndex = 0; + nextColorGlyphIndex = 0; + glyphIndex = 0; + lastColorFloatBits = 0; + for (i = 0; i < runCount; i++) { + run = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs, i); + glyphs = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_items; + xAdvances = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items; + gx = x_0 + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x; + gy = y_0 + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_y; + for (ii = 0 , nn = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size; ii < nn; ii++) { + if (glyphIndex++ == nextColorGlyphIndex) { + lastColorFloatBits = com_badlogic_gdx_utils_NumberUtils_intToFloatColor__IF(com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(colors, ++colorsIndex)); + nextColorGlyphIndex = ++colorsIndex < colors.com_badlogic_gdx_utils_IntArray_size?com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(colors, colorsIndex):-1; + } + gx += xAdvances[ii]; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FFFV(this$static, glyphs[ii], gx, gy, lastColorFloatBits); + } + } + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_currentTint = (com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE_1FLOAT_1BITS); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this$static){ + var i, n; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_x = 0; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_y = 0; + com_badlogic_gdx_utils_Pools_freeAll__Lcom_badlogic_gdx_utils_Array_2ZV(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pooledLayouts); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pooledLayouts); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_layouts); + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx.length; i < n; i++) { + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices != null && (this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices[i].com_badlogic_gdx_utils_IntArray_size = 0); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[i] = 0; + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this$static, spriteBatch){ + var j, n, regions, vertices; + regions = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_regions; + for (j = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length; j < n; j++) { + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[j] > 0) { + vertices = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[j]; + spriteBatch.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(regions, j).com_badlogic_gdx_graphics_g2d_TextureRegion_texture, vertices, 0, this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[j]); + } + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$requireGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this$static, layout){ + var glyphItems, glyphs, i, i0, ii, n, n0, nn, tempGlyphCount; + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length == 1) { + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$requirePageGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IIV(this$static, 0, layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount); + } + else { + tempGlyphCount = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempGlyphCount; + java_util_Arrays_fill0___3IIIIV(tempGlyphCount, tempGlyphCount.length, 0); + for (i0 = 0 , n0 = layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_size; i0 < n0; i0++) { + glyphs = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs, i0).com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs; + glyphItems = glyphs.com_badlogic_gdx_utils_Array_items; + for (ii = 0 , nn = glyphs.com_badlogic_gdx_utils_Array_size; ii < nn; ii++) + ++tempGlyphCount[glyphItems[ii].com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_page]; + } + for (i = 0 , n = tempGlyphCount.length; i < n; i++) + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$requirePageGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IIV(this$static, i, tempGlyphCount[i]); + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$requirePageGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IIV(this$static, page, glyphCount){ + var newVertices, vertexCount, vertices; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices != null && glyphCount > this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices[page].com_badlogic_gdx_utils_IntArray_items.length && com_badlogic_gdx_utils_IntArray_$ensureCapacity__Lcom_badlogic_gdx_utils_IntArray_2I_3I(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices[page], glyphCount - this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices[page].com_badlogic_gdx_utils_IntArray_size); + vertexCount = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[page] + glyphCount * 20; + vertices = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[page]; + if (vertices == null) { + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[page] = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, vertexCount, 15, 1); + } + else if (vertices.length < vertexCount) { + newVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, vertexCount, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(vertices, 0, newVertices, 0, this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[page]); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[page] = newVertices; + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(this$static, color_0){ + var i, j, length_0, n, vertices; + for (j = 0 , length_0 = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length; j < length_0; j++) { + vertices = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[j]; + for (i = 2 , n = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[j]; i < n; i += 5) + vertices[i] = color_0; + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FIIV(this$static, color_0, start_0, end){ + var glyphIndex, glyphIndices, i, i0, j, n, offset, pageCount, vertices; + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length == 1) { + vertices = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[0]; + for (i0 = start_0 * 20 + 2 , n = $wnd.Math.min(end * 20, this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[0]); i0 < n; i0 += 5) + vertices[i0] = color_0; + return; + } + pageCount = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length; + for (i = 0; i < pageCount; i++) { + vertices = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[i]; + glyphIndices = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices[i]; + for (j = 0 , n = glyphIndices.com_badlogic_gdx_utils_IntArray_size; j < n; j++) { + glyphIndex = glyphIndices.com_badlogic_gdx_utils_IntArray_items[j]; + if (glyphIndex >= end) + break; + if (glyphIndex >= start_0) { + offset = j * 20 + 2; + vertices[offset] = color_0; + vertices[offset + 5] = color_0; + vertices[offset + 10] = color_0; + vertices[offset + 15] = color_0; + } + } + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setPageCount__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IV(this$static, pageCount){ + var i, newIdx, newPageGlyphIndices, newPageVertices, pageGlyphIndicesLength; + newPageVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_134, 33, pageCount, 0, 2); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices, 0, newPageVertices, 0, this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices = newPageVertices; + newIdx = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, pageCount, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx, 0, newIdx, 0, this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx.length); + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx = newIdx; + newPageGlyphIndices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, $intern_135, 104, pageCount, 0, 1); + pageGlyphIndicesLength = 0; + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices != null) { + pageGlyphIndicesLength = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices.length; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices, 0, newPageGlyphIndices, 0, this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices.length); + } + for (i = pageGlyphIndicesLength; i < pageCount; i++) + newPageGlyphIndices[i] = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices = newPageGlyphIndices; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempGlyphCount = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, pageCount, 15, 1); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setPosition__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFV(this$static, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$translate__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFV(this$static, x_0 - this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_x, y_0 - this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_y); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this$static, layout, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this$static); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addToCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this$static, layout, x_0, y_0 + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setUseIntegerPositions__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2ZV(this$static, use){ + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_integer = use; +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$tint__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_Color_2V(this$static, tint){ + var color_0, colors, colorsIndex, glyphIndex, glyphs, i, ii, iii, lastColorFloatBits, layout, n, newTint, nextColorGlyphIndex, nn, nnn, offset, page, pageVertices, run, tempColor, tempGlyphCount, vertices; + newTint = (color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_currentTint == newTint) + return; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_currentTint = newTint; + pageVertices = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices; + tempColor = com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempColor; + tempGlyphCount = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempGlyphCount; + java_util_Arrays_fill0___3IIIIV(tempGlyphCount, tempGlyphCount.length, 0); + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_layouts.com_badlogic_gdx_utils_Array_size; i < n; i++) { + layout = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_layouts, i); + colors = layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors; + colorsIndex = 0; + nextColorGlyphIndex = 0; + glyphIndex = 0; + lastColorFloatBits = 0; + for (ii = 0 , nn = layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_size; ii < nn; ii++) { + run = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs, ii); + glyphs = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_items; + for (iii = 0 , nnn = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size; iii < nnn; iii++) { + if (glyphIndex++ == nextColorGlyphIndex) { + com_badlogic_gdx_graphics_Color_abgr8888ToColor__Lcom_badlogic_gdx_graphics_Color_2IV(tempColor, com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(colors, ++colorsIndex)); + lastColorFloatBits = com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(com_badlogic_gdx_graphics_Color_$mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(tempColor, tint)); + nextColorGlyphIndex = ++colorsIndex < colors.com_badlogic_gdx_utils_IntArray_size?com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(colors, colorsIndex):-1; + } + page = glyphs[iii].com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_page; + offset = tempGlyphCount[page] * 20 + 2; + ++tempGlyphCount[page]; + vertices = pageVertices[page]; + vertices[offset] = lastColorFloatBits; + vertices[offset + 5] = lastColorFloatBits; + vertices[offset + 10] = lastColorFloatBits; + vertices[offset + 15] = lastColorFloatBits; + } + } + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_$translate__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFV(this$static, xAmount, yAmount){ + var i, ii, n, nn, pageVertices, vertices; + if (xAmount == 0 && yAmount == 0) + return; + if (this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_integer) { + xAmount = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(xAmount)); + yAmount = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(yAmount)); + } + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_x += xAmount; + this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_y += yAmount; + pageVertices = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices; + for (i = 0 , n = pageVertices.length; i < n; i++) { + vertices = pageVertices[i]; + for (ii = 0 , nn = this$static.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[i]; ii < nn; ii += 5) { + vertices[ii] += xAmount; + vertices[ii + 1] += yAmount; + } + } +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_BitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V(font){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V(); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_BitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV.call(this, font, font.com_badlogic_gdx_graphics_g2d_BitmapFont_integer); +} + +function com_badlogic_gdx_graphics_g2d_BitmapFontCache_BitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(font, integer){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V(); + var i, n, pageCount; + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_layouts = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pooledLayouts = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font = font; + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_integer = integer; + pageCount = font.com_badlogic_gdx_graphics_g2d_BitmapFont_regions.com_badlogic_gdx_utils_Array_size; + if (pageCount == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('The specified font must contain at least one texture page.')); + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_134, 33, pageCount, 0, 2); + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, pageCount, 15, 1); + if (pageCount > 1) { + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, $intern_135, 104, pageCount, 0, 1); + for (i = 0 , n = this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices.length; i < n; i++) + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices[i] = new com_badlogic_gdx_utils_IntArray_IntArray__V; + } + this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempGlyphCount = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, pageCount, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(268, 1, {268:1}, com_badlogic_gdx_graphics_g2d_BitmapFontCache_BitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V, com_badlogic_gdx_graphics_g2d_BitmapFontCache_BitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV); +_.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$addGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FFFV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_addGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FFFV(glyph, x_0, y_0, color_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V(); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FFFV(this, glyph, x_0, y_0, color_0); +} +; +_.addText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_addText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(layout, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this, layout, x_0, y_0); +} +; +_.addText__Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_addText__Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(str, x_0, y_0){ + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, str, x_0, y_0); +} +; +_.addText__Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_addText__Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(str, x_0, y_0, targetWidth, halign, wrap){ + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, str, x_0, y_0, targetWidth, halign, wrap); +} +; +_.addText__Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_addText__Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(str, x_0, y_0, start_0, end, targetWidth, halign, wrap){ + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, null); +} +; +_.addText__Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_addText__Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(str, x_0, y_0, start_0, end, targetWidth, halign, wrap, truncate){ + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, truncate); +} +; +_.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$addToCache__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_addToCache__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(layout, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V(); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addToCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this, layout, x_0, y_0); +} +; +_.clear__V = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_clear__V(){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2V = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2V(spriteBatch){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this, spriteBatch); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(spriteBatch, alphaModulation){ + var color_0, color0, color1, oldAlpha; + if (alphaModulation == 1) { + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this, spriteBatch); + return; + } + color0 = this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color; + oldAlpha = color0.com_badlogic_gdx_graphics_Color_a; + color0.com_badlogic_gdx_graphics_Color_a *= alphaModulation; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(this, (color1 = com_google_gwt_lang_Cast_round_1int__DI(255 * color0.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * color0.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * color0.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * color0.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color1 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0])); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this, spriteBatch); + color0.com_badlogic_gdx_graphics_Color_a = oldAlpha; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(this, (color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * color0.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * color0.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * color0.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * color0.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0])); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2IIV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2IIV(spriteBatch, start_0, end){ + var count, glyphIndex, glyphIndices, i, ii, n, offset, pageCount, regions; + if (this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length == 1) { + spriteBatch.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_regions).com_badlogic_gdx_graphics_g2d_TextureRegion_texture, this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[0], start_0 * 20, (end - start_0) * 20); + return; + } + regions = this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_regions; + for (i = 0 , pageCount = this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length; i < pageCount; i++) { + offset = -1; + count = 0; + glyphIndices = this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices[i]; + for (ii = 0 , n = glyphIndices.com_badlogic_gdx_utils_IntArray_size; ii < n; ii++) { + glyphIndex = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(glyphIndices, ii); + if (glyphIndex >= end) + break; + offset == -1 && glyphIndex >= start_0 && (offset = ii); + glyphIndex >= start_0 && ++count; + } + if (offset == -1 || count == 0) + continue; + spriteBatch.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(regions, i).com_badlogic_gdx_graphics_g2d_TextureRegion_texture, this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[i], offset * 20, count * 20); + } +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color; +} +; +_.getFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_getFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font; +} +; +_.getLayouts__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_getLayouts__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_layouts; +} +; +_.getVertexCount__II = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_getVertexCount__II(page){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[page]; +} +; +_.getVertices___3F = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_getVertices___3F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[0]; +} +; +_.getVertices__I_3F = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_getVertices__I_3F(page){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[page]; +} +; +_.getX__F = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_getX__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_x; +} +; +_.getY__F = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_getY__F(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_y; +} +; +_.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$requireGlyphs__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_requireGlyphs__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(layout){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V(); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$requireGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this, layout); +} +; +_.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$requirePageGlyphs__IIV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_requirePageGlyphs__IIV(page, glyphCount){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V(); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$requirePageGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IIV(this, page, glyphCount); +} +; +_.setAlphas__FV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setAlphas__FV(alpha_0){ + var alphaBits, c, i, j, length_0, n, newColor, prev, rgba, vertices; + alphaBits = com_google_gwt_lang_Cast_round_1int__DI(254 * alpha_0) << 24; + prev = 0; + newColor = 0; + for (j = 0 , length_0 = this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices.length; j < length_0; j++) { + vertices = this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices[j]; + for (i = 2 , n = this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx[j]; i < n; i += 5) { + c = vertices[i]; + if (c == prev && i != 2) { + vertices[i] = newColor; + } + else { + prev = c; + rgba = com_badlogic_gdx_utils_NumberUtils_floatToIntColor__FI(c); + rgba = rgba & $intern_136 | alphaBits; + newColor = (com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = rgba & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); + vertices[i] = newColor; + } + } + } +} +; +_.setColor__FFFFV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setColor__FFFFV(r, g, b, a){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color, r, g, b, a); +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setColor__Lcom_badlogic_gdx_graphics_Color_2V(color_0){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color, color_0); +} +; +_.setColors__FV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setColors__FV(color_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(this, color_0); +} +; +_.setColors__FFFFV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setColors__FFFFV(r, g, b, a){ + var intBits; + intBits = com_google_gwt_lang_Cast_round_1int__DI(255 * a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * r); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(this, (com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = intBits & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0])); +} +; +_.setColors__FIIV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setColors__FIIV(color_0, start_0, end){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FIIV(this, color_0, start_0, end); +} +; +_.setColors__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setColors__Lcom_badlogic_gdx_graphics_Color_2V(tint){ + var com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_Color_2V_color_0; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(this, (com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_Color_2V_color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_Color_2V_color_0 & $intern_80 , com_google_gwt_corp_compatibility_Numbers_wfa[0])); +} +; +_.setColors__Lcom_badlogic_gdx_graphics_Color_2IIV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setColors__Lcom_badlogic_gdx_graphics_Color_2IIV(tint, start_0, end){ + var color_0; + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setColors__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FIIV(this, (color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]), start_0, end); +} +; +_.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$setPageCount__IV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setPageCount__IV(pageCount){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V(); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setPageCount__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IV(this, pageCount); +} +; +_.setPosition__FFV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setPosition__FFV(x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setPosition__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFV(this, x_0, y_0); +} +; +_.setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(layout, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this, layout, x_0, y_0); +} +; +_.setText__Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setText__Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(str, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this); + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, str, x_0, y_0, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(str), 0, 8, false, null); +} +; +_.setText__Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setText__Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(str, x_0, y_0, targetWidth, halign, wrap){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this); + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, str, x_0, y_0, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(str), targetWidth, halign, wrap, null); +} +; +_.setText__Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setText__Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(str, x_0, y_0, start_0, end, targetWidth, halign, wrap){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this); + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, null); +} +; +_.setText__Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setText__Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(str, x_0, y_0, start_0, end, targetWidth, halign, wrap, truncate){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clear__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2V(this); + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$addText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this, str, x_0, y_0, start_0, end, targetWidth, halign, wrap, truncate); +} +; +_.setUseIntegerPositions__ZV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_setUseIntegerPositions__ZV(use){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setUseIntegerPositions__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2ZV(this, use); +} +; +_.tint__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_tint__Lcom_badlogic_gdx_graphics_Color_2V(tint){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$tint__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_Color_2V(this, tint); +} +; +_.translate__FFV = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_translate__FFV(xAmount, yAmount){ + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$translate__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFV(this, xAmount, yAmount); +} +; +_.usesIntegerPositions__Z = function com_badlogic_gdx_graphics_g2d_BitmapFontCache_usesIntegerPositions__Z(){ + return this.com_badlogic_gdx_graphics_g2d_BitmapFontCache_integer; +} +; +_.com_badlogic_gdx_graphics_g2d_BitmapFontCache_currentTint = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFontCache_glyphCount = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFontCache_integer = false; +_.com_badlogic_gdx_graphics_g2d_BitmapFontCache_x = 0; +_.com_badlogic_gdx_graphics_g2d_BitmapFontCache_y = 0; +var com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempColor; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_137, 268, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit)); + com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack = new com_badlogic_gdx_utils_IntArray_IntArray__IV(4); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$$init__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs = new com_badlogic_gdx_utils_Array_Array__IV(1); + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors = new com_badlogic_gdx_utils_IntArray_IntArray__IV(2); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$alignRuns__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FIV(this$static, targetWidth, halign){ + var center, i, n, run, runsItems; + if ((halign & 8) == 0) { + center = (halign & 1) != 0; + runsItems = this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_items; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_size; i < n; i++) { + run = runsItems[i]; + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x += center?0.5 * (targetWidth - run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_width):targetWidth - run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_width; + } + } +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$calculateWidths__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(this$static, fontData){ + var glyph, glyphWidth, glyphs, i, ii, max_0, n, nn, run, runWidth, runsItems, width_0, xAdvances; + width_0 = 0; + runsItems = this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_items; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_size; i < n; i++) { + run = runsItems[i]; + xAdvances = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items; + runWidth = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x + xAdvances[0]; + max_0 = 0; + glyphs = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_items; + for (ii = 0 , nn = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size; ii < nn;) { + glyph = glyphs[ii]; + glyphWidth = (glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset) * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight; + max_0 = $wnd.Math.max(max_0, runWidth + glyphWidth); + ++ii; + runWidth += xAdvances[ii]; + } + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_width = $wnd.Math.max(runWidth, max_0) - run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x; + width_0 = $wnd.Math.max(width_0, run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_width); + } + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_width = width_0; +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$parseColorMarkup__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Ljava_lang_CharSequence_2III(str, start_0, end){ + var ch_0, color_0, i, i0; + if (start_0 == end) + return -1; + switch (java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(str, start_0)) { + case 35: + color_0 = 0; + for (i0 = start_0 + 1; i0 < end; i0++) { + ch_0 = java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(str, i0); + if (ch_0 == 93) { + if (i0 < start_0 + 2 || i0 > start_0 + 9) + break; + i0 - start_0 < 8 && (color_0 = color_0 << (9 - (i0 - start_0) << 2) | 255); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack, (color_0 & 255) << 24 | (color_0 & $intern_83) << 8 | (color_0 & $intern_82) >> 8 | (color_0 & $intern_81) >>> 24); + return i0 - start_0; + } + color_0 = (color_0 << 4) + ch_0; + if (ch_0 >= 48 && ch_0 <= 57) + color_0 -= 48; + else if (ch_0 >= 65 && ch_0 <= 70) + color_0 -= 55; + else if (ch_0 >= 97 && ch_0 <= 102) + color_0 -= 87; + else + break; + } + + return -1; + case 91: + return -2; + case 93: + com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack.com_badlogic_gdx_utils_IntArray_size > 1 && com_badlogic_gdx_utils_IntArray_$pop__Lcom_badlogic_gdx_utils_IntArray_2I(com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack); + return 0; + } + for (i = start_0 + 1; i < end; i++) { + ch_0 = java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(str, i); + if (ch_0 != 93) + continue; + color_0 = com_badlogic_gdx_graphics_Colors_get__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2(java_lang_String_$toString__Ljava_lang_String_2Ljava_lang_String_2(com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(str)?java_lang_String_$subSequence__Ljava_lang_String_2IILjava_lang_CharSequence_2(str, start_0, i):str.subSequence__IILjava_lang_CharSequence_2(start_0, i))); + if (!color_0) + return -1; + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack, com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_r)); + return i - start_0; + } + return -1; +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$reset__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this$static){ + com_badlogic_gdx_utils_Pool_$freeAll__Lcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2V(com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs); + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size = 0; + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount = 0; + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_width = 0; + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_height = 0; +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(this$static, font, str){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(this$static, font, str, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(str), font.com_badlogic_gdx_graphics_g2d_BitmapFont_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color, 0, 8, false, null); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(this$static, font, str, start_0, end, color_0, targetWidth, halign, wrap, truncate){ + var currentColor, down, fontData, glyph, glyphWidth, i, isLastRun, last, lastGlyph, length_0, lineRun, markupEnabled, newline, nextColor, run, runEnd, runStart, runWidth, wrapIndex, wrapOrTruncate, y_0; + com_badlogic_gdx_graphics_g2d_GlyphLayout_$reset__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this$static); + fontData = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data; + if (start_0 == end) { + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_height = fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight; + return; + } + wrap && (targetWidth = $wnd.Math.max(targetWidth, fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_spaceXadvance * 3)); + wrapOrTruncate = wrap || truncate != null; + currentColor = com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * color_0.com_badlogic_gdx_graphics_Color_r); + nextColor = currentColor; + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, 0, currentColor); + markupEnabled = fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled; + markupEnabled && com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack, currentColor); + isLastRun = false; + y_0 = 0; + down = fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down; + lineRun = null; + lastGlyph = null; + runStart = start_0; + outer: while (true) { + newline = false; + if (start_0 == end) { + if (runStart == end) + break; + runEnd = end; + isLastRun = true; + } + else { + switch (java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(str, start_0++)) { + case 10: + runEnd = start_0 - 1; + newline = true; + break; + case 91: + if (markupEnabled) { + length_0 = com_badlogic_gdx_graphics_g2d_GlyphLayout_$parseColorMarkup__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Ljava_lang_CharSequence_2III(str, start_0, end); + if (length_0 >= 0) { + runEnd = start_0 - 1; + start_0 += length_0 + 1; + start_0 == end?(isLastRun = true):(nextColor = com_badlogic_gdx_utils_IntArray_$peek__Lcom_badlogic_gdx_utils_IntArray_2I(com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack)); + break; + } + length_0 == -2 && ++start_0; + } + + default:continue outer; + } + } + runEnded: { + run = com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool); + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x = 0; + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_y = y_0; + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(fontData, run, str, runStart, runEnd, lastGlyph); + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount += run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size; + if (nextColor != currentColor) { + if (com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size - 2) == this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount) { + com_badlogic_gdx_utils_IntArray_$set__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size - 1, nextColor); + } + else { + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, nextColor); + } + currentColor = nextColor; + } + if (run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size == 0) { + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool, run); + if (!lineRun) + break runEnded; + } + else if (!lineRun) { + lineRun = run; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs, lineRun); + } + else { + com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_$appendRun__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V(lineRun, run); + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool, run); + } + if (newline || isLastRun) { + last = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs); + last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth || (lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items[lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size - 1] = (last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset) * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight); + lastGlyph = null; + } + else + lastGlyph = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs); + if (!wrapOrTruncate || lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size == 0) + break runEnded; + if (newline || isLastRun) { + runWidth = com_badlogic_gdx_utils_FloatArray_$first__Lcom_badlogic_gdx_utils_FloatArray_2F(lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances) + com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances, 1); + for (i = 2; i < lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size; i++) { + glyph = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs, i - 1); + glyphWidth = (glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset) * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight; + if (runWidth + glyphWidth - $intern_138 <= targetWidth) { + runWidth += lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items[i]; + continue; + } + if (truncate != null) { + com_badlogic_gdx_graphics_g2d_GlyphLayout_$truncate__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FLjava_lang_String_2V(this$static, fontData, lineRun, targetWidth, truncate); + break outer; + } + wrapIndex = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getWrapIndex__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2II(fontData, lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs, i); + (wrapIndex == 0 && lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x == 0 || wrapIndex >= lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size) && (wrapIndex = i - 1); + lineRun = com_badlogic_gdx_graphics_g2d_GlyphLayout_$wrap__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2ILcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2(this$static, fontData, lineRun, wrapIndex); + if (!lineRun) + break runEnded; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs, lineRun); + y_0 += down; + lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x = 0; + lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_y = y_0; + runWidth = com_badlogic_gdx_utils_FloatArray_$first__Lcom_badlogic_gdx_utils_FloatArray_2F(lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances) + com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(lineRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances, 1); + i = 1; + } + } + } + if (newline) { + lineRun = null; + lastGlyph = null; + runEnd == runStart?(y_0 += down * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_blankLineScale):(y_0 += down); + } + runStart = start_0; + } + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_height = fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight + $wnd.Math.abs(y_0); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$calculateWidths__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(this$static, fontData); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$alignRuns__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FIV(this$static, targetWidth, halign); + markupEnabled && (com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack.com_badlogic_gdx_utils_IntArray_size = 0); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZV(this$static, font, str, color_0, targetWidth, halign, wrap){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(this$static, font, str, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(str), color_0, targetWidth, halign, wrap, null); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$truncate__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FLjava_lang_String_2V(this$static, fontData, run, targetWidth, truncate){ + var count, droppedGlyphCount, glyphCount, i, last, n, truncateRun, truncateWidth, width_0, xAdvance, xAdvances, xAdvances0; + glyphCount = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size; + truncateRun = com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool); + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyphs__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(fontData, truncateRun, truncate, 0, truncate.length, null); + truncateWidth = 0; + if (truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size > 0) { + last = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs); + last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth || (truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items[truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size - 1] = (last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset) * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight); + xAdvances0 = truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items; + for (i = 1 , n = truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size; i < n; i++) + truncateWidth += xAdvances0[i]; + } + targetWidth -= truncateWidth; + count = 0; + width_0 = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x; + xAdvances = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items; + while (count < run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size) { + xAdvance = xAdvances[count]; + width_0 += xAdvance; + if (width_0 > targetWidth) + break; + ++count; + } + if (count > 1) { + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.truncate__IV(count - 1); + com_badlogic_gdx_utils_FloatArray_$truncate__Lcom_badlogic_gdx_utils_FloatArray_2IV(run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances, count); + last = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs); + last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth || (run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items[run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size - 1] = (last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset) * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight); + truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size > 0 && com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2IIV(run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances, truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances, 1, truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size - 1); + } + else { + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.clear__V(); + run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size = 0; + com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2V(run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances, truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances); + } + droppedGlyphCount = glyphCount - run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size; + if (droppedGlyphCount > 0) { + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount -= droppedGlyphCount; + if (fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled) { + while (this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size > 2 && com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size - 2) >= this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount) + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size -= 2; + } + } + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs, truncateRun.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs); + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount += truncate.length; + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool, truncateRun); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_$wrap__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2ILcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2(this$static, fontData, first, wrapIndex){ + var colorChangeIndex, droppedGlyphCount, firstEnd, firstGlyphCount, glyphCount, glyphs1, glyphs2, i, last, lastColor, reductionThreshold, second, secondGlyphCount, secondStart, xAdvances1, xAdvances2; + glyphs2 = first.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs; + glyphCount = first.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size; + xAdvances2 = first.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances; + firstEnd = wrapIndex; + for (; firstEnd > 0; firstEnd--) + if (!com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isWhitespace__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(glyphs2, firstEnd - 1).com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id & $intern_4)) + break; + secondStart = wrapIndex; + for (; secondStart < glyphCount; secondStart++) + if (!com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$isWhitespace__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(glyphs2, secondStart).com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id & $intern_4)) + break; + second = null; + if (secondStart < glyphCount) { + second = com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool); + glyphs1 = second.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs; + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2IIV(glyphs1, glyphs2, 0, firstEnd); + glyphs2.removeRange__IIV(0, secondStart - 1); + first.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs = glyphs1; + second.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs = glyphs2; + xAdvances1 = second.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances; + com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2IIV(xAdvances1, xAdvances2, 0, firstEnd + 1); + com_badlogic_gdx_utils_FloatArray_$removeRange__Lcom_badlogic_gdx_utils_FloatArray_2IIV(xAdvances2, secondStart); + xAdvances2.com_badlogic_gdx_utils_FloatArray_items[0] = -com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(glyphs2).com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft; + first.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances = xAdvances1; + second.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances = xAdvances2; + firstGlyphCount = first.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size; + secondGlyphCount = second.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.com_badlogic_gdx_utils_Array_size; + droppedGlyphCount = glyphCount - firstGlyphCount - secondGlyphCount; + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount -= droppedGlyphCount; + if (fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled && droppedGlyphCount > 0) { + reductionThreshold = this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount - secondGlyphCount; + for (i = this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size - 2; i >= 2; i -= 2) { + colorChangeIndex = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, i); + if (colorChangeIndex <= reductionThreshold) + break; + com_badlogic_gdx_utils_IntArray_$set__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, i, colorChangeIndex - droppedGlyphCount); + } + } + } + else { + glyphs2.truncate__IV(firstEnd); + xAdvances2.com_badlogic_gdx_utils_FloatArray_size > firstEnd + 1 && (xAdvances2.com_badlogic_gdx_utils_FloatArray_size = firstEnd + 1); + droppedGlyphCount = secondStart - firstEnd; + if (droppedGlyphCount > 0) { + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount -= droppedGlyphCount; + if (fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled && com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size - 2) > this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount) { + lastColor = com_badlogic_gdx_utils_IntArray_$peek__Lcom_badlogic_gdx_utils_IntArray_2I(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors); + while (com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size - 2) > this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount) + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size -= 2; + com_badlogic_gdx_utils_IntArray_$set__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size - 2, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount); + com_badlogic_gdx_utils_IntArray_$set__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors.com_badlogic_gdx_utils_IntArray_size - 1, lastColor); + } + } + } + if (firstEnd == 0) { + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool, first); + com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs); + } + else { + last = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(first.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs); + last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth || (first.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items[first.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size - 1] = (last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + last.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset) * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight); + } + return second; +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__V(){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$$init__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(font, str){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$$init__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(this, font, str, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(str), font.com_badlogic_gdx_graphics_g2d_BitmapFont_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color, 0, 8, false, null); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(font, str, start_0, end, color_0, targetWidth, halign, wrap, truncate){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$$init__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(this, font, str, start_0, end, color_0, targetWidth, halign, wrap, truncate); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZV(font, str, color_0, targetWidth, halign, wrap){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$$init__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(this, font, str, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(str), color_0, targetWidth, halign, wrap, null); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(212, 1, {212:1, 67:1}, com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__V, com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V, com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V, com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZV); +_.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$alignRuns__FIV = function com_badlogic_gdx_graphics_g2d_GlyphLayout_alignRuns__FIV(targetWidth, halign){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$alignRuns__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FIV(this, targetWidth, halign); +} +; +_.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$calculateWidths__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V = function com_badlogic_gdx_graphics_g2d_GlyphLayout_calculateWidths__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(fontData){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$calculateWidths__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(this, fontData); +} +; +_.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$getGlyphWidth__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2F = function com_badlogic_gdx_graphics_g2d_GlyphLayout_getGlyphWidth__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2F(glyph, fontData){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + return (glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + glyph.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset) * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight; +} +; +_.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$getLineOffset__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2F = function com_badlogic_gdx_graphics_g2d_GlyphLayout_getLineOffset__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2F(glyphs, fontData){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + return -com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(glyphs).com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft; +} +; +_.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$parseColorMarkup__Ljava_lang_CharSequence_2III = function com_badlogic_gdx_graphics_g2d_GlyphLayout_parseColorMarkup__Ljava_lang_CharSequence_2III(str, start_0, end){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + return com_badlogic_gdx_graphics_g2d_GlyphLayout_$parseColorMarkup__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Ljava_lang_CharSequence_2III(str, start_0, end); +} +; +_.reset__V = function com_badlogic_gdx_graphics_g2d_GlyphLayout_reset__V(){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$reset__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this); +} +; +_.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$setLastGlyphXAdvance__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V = function com_badlogic_gdx_graphics_g2d_GlyphLayout_setLastGlyphXAdvance__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V(fontData, run){ + var com_badlogic_gdx_graphics_g2d_GlyphLayout_$setLastGlyphXAdvance__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V_last_0; + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setLastGlyphXAdvance__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V_last_0 = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setLastGlyphXAdvance__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V_last_0.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth || (run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_items[run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size - 1] = (com_badlogic_gdx_graphics_g2d_GlyphLayout_$setLastGlyphXAdvance__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V_last_0.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setLastGlyphXAdvance__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V_last_0.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset) * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight); +} +; +_.setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V = function com_badlogic_gdx_graphics_g2d_GlyphLayout_setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(font, str){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(this, font, str); +} +; +_.setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V = function com_badlogic_gdx_graphics_g2d_GlyphLayout_setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(font, str, start_0, end, color_0, targetWidth, halign, wrap, truncate){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(this, font, str, start_0, end, color_0, targetWidth, halign, wrap, truncate); +} +; +_.setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZV = function com_badlogic_gdx_graphics_g2d_GlyphLayout_setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZV(font, str, color_0, targetWidth, halign, wrap){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZV(this, font, str, color_0, targetWidth, halign, wrap); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_g2d_GlyphLayout_toString__Ljava_lang_String_2(){ + var buffer, i, n; + if (this.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_size == 0) + return ''; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2FLjava_lang_StringBuilder_2(buffer, this.com_badlogic_gdx_graphics_g2d_GlyphLayout_width); + buffer.java_lang_AbstractStringBuilder_string += 'x'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2FLjava_lang_StringBuilder_2(buffer, this.com_badlogic_gdx_graphics_g2d_GlyphLayout_height); + buffer.java_lang_AbstractStringBuilder_string += $intern_39; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_size; i < n; i++) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(buffer, com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_$toString__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_String_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs, i))); + buffer.java_lang_AbstractStringBuilder_string += $intern_39; + } + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(buffer, buffer.java_lang_AbstractStringBuilder_string.length - 1); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$truncate__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FLjava_lang_String_2V = function com_badlogic_gdx_graphics_g2d_GlyphLayout_truncate__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FLjava_lang_String_2V(fontData, run, targetWidth, truncate){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$truncate__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FLjava_lang_String_2V(this, fontData, run, targetWidth, truncate); +} +; +_.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$wrap__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2ILcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2 = function com_badlogic_gdx_graphics_g2d_GlyphLayout_wrap__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2ILcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2(fontData, first, wrapIndex){ + com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V(); + return com_badlogic_gdx_graphics_g2d_GlyphLayout_$wrap__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2ILcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2(this, fontData, first, wrapIndex); +} +; +_.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount = 0; +_.com_badlogic_gdx_graphics_g2d_GlyphLayout_height = 0; +_.com_badlogic_gdx_graphics_g2d_GlyphLayout_width = 0; +var com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack, com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_139, 212, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_$appendRun__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V(this$static, run){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs, run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs); + this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size > 0 && --this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size; + com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2V(this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances, run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances); +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_$toString__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_String_2(this$static){ + var buffer, g, glyphs, i, n; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + glyphs = this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs; + for (i = 0 , n = glyphs.com_badlogic_gdx_utils_Array_size; i < n; i++) { + g = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(glyphs, i); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(buffer, g.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id & $intern_4); + } + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2FLjava_lang_StringBuilder_2(buffer, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x); + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2FLjava_lang_StringBuilder_2(buffer, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_y); + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2FLjava_lang_StringBuilder_2(buffer, this$static.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_width); + return buffer.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_GlyphLayout$GlyphRun__V(){ + this.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances = new com_badlogic_gdx_utils_FloatArray_FloatArray__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(566, 1, {566:1, 67:1}, com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_GlyphLayout$GlyphRun__V); +_.package_private$com_badlogic_gdx_graphics_g2d$appendRun__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V = function com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_appendRun__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V(run){ + com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_$appendRun__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V(this, run); +} +; +_.reset__V = function com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_reset__V(){ + this.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs.clear__V(); + this.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances.com_badlogic_gdx_utils_FloatArray_size = 0; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_$toString__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_String_2(this); +} +; +_.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_width = 0; +_.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x = 0; +_.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'GlyphLayout/GlyphRun', 566, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_NinePatch_tmpDrawColor = new com_badlogic_gdx_graphics_Color_Color__V; +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$$init__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 180, 15, 1); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_color = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V((com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE)); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, region, isStretchW, isStretchH){ + var halfTexelHeight, halfTexelWidth, i, u, u2, v, v2, vertices; + if (!this$static.com_badlogic_gdx_graphics_g2d_NinePatch_texture) + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + else if (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_texture != region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('All regions must be from the same texture.')); + u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + if (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_texture.com_badlogic_gdx_graphics_GLTexture_magFilter == (com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_Linear) || this$static.com_badlogic_gdx_graphics_g2d_NinePatch_texture.com_badlogic_gdx_graphics_GLTexture_minFilter == com_badlogic_gdx_graphics_Texture$TextureFilter_Linear) { + if (isStretchW) { + halfTexelWidth = 0.5 / this$static.com_badlogic_gdx_graphics_g2d_NinePatch_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + u += halfTexelWidth; + u2 -= halfTexelWidth; + } + if (isStretchH) { + halfTexelHeight = 0.5 / this$static.com_badlogic_gdx_graphics_g2d_NinePatch_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + v -= halfTexelHeight; + v2 += halfTexelHeight; + } + } + vertices = this$static.com_badlogic_gdx_graphics_g2d_NinePatch_vertices; + i = this$static.com_badlogic_gdx_graphics_g2d_NinePatch_idx; + vertices[i + 3] = u; + vertices[i + 4] = v; + vertices[i + 8] = u; + vertices[i + 9] = v2; + vertices[i + 13] = u2; + vertices[i + 14] = v2; + vertices[i + 18] = u2; + vertices[i + 19] = v; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_idx += 20; + return i; +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$draw__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this$static, batch, x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_NinePatch_$prepareVertices__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this$static, batch, x_0, y_0, width_0, height); + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_texture, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_vertices, 0, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_idx); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$draw__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(this$static, batch, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation){ + var cos_0, i, n, sin_0, vertices, vx, vy, worldOriginX, worldOriginY; + com_badlogic_gdx_graphics_g2d_NinePatch_$prepareVertices__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this$static, batch, x_0, y_0, width_0, height); + worldOriginX = x_0 + originX; + worldOriginY = y_0 + originY; + n = this$static.com_badlogic_gdx_graphics_g2d_NinePatch_idx; + vertices = this$static.com_badlogic_gdx_graphics_g2d_NinePatch_vertices; + if (rotation != 0) { + for (i = 0; i < n; i += 5) { + vx = (vertices[i] - worldOriginX) * scaleX; + vy = (vertices[i + 1] - worldOriginY) * scaleY; + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + vertices[i] = cos_0 * vx - sin_0 * vy + worldOriginX; + vertices[i + 1] = sin_0 * vx + cos_0 * vy + worldOriginY; + } + } + else if (scaleX != 1 || scaleY != 1) { + for (i = 0; i < n; i += 5) { + vertices[i] = (vertices[i] - worldOriginX) * scaleX + worldOriginX; + vertices[i + 1] = (vertices[i + 1] - worldOriginY) * scaleY + worldOriginY; + } + } + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_texture, vertices, 0, n); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$getPadBottom__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(this$static){ + if (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom == -1) + return this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight; + return this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom; +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$getPadLeft__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(this$static){ + if (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft == -1) + return this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth; + return this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft; +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$getPadRight__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(this$static){ + if (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padRight == -1) + return this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth; + return this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padRight; +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$getPadTop__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(this$static){ + if (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padTop == -1) + return this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight; + return this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padTop; +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$load__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this$static, patches){ + var newVertices; + if (patches[6]) { + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomLeft = com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, patches[6], false, false); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth = patches[6].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight = patches[6].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight; + } + else + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomLeft = -1; + if (patches[7]) { + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomCenter = com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, patches[7], !!patches[6] || !!patches[8], false); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth, patches[7].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight, patches[7].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + } + else + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomCenter = -1; + if (patches[8]) { + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomRight = com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, patches[8], false, false); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth, patches[8].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight, patches[8].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + } + else + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomRight = -1; + if (patches[3]) { + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleLeft = com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, patches[3], false, !!patches[0] || !!patches[6]); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth, patches[3].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight, patches[3].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + } + else + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleLeft = -1; + if (patches[4]) { + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleCenter = com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, patches[4], !!patches[3] || !!patches[5], !!patches[1] || !!patches[7]); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth, patches[4].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight, patches[4].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + } + else + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleCenter = -1; + if (patches[5]) { + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleRight = com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, patches[5], false, !!patches[2] || !!patches[8]); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth, patches[5].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight, patches[5].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + } + else + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleRight = -1; + if (patches[0]) { + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topLeft = com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, patches[0], false, false); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth, patches[0].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight, patches[0].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + } + else + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topLeft = -1; + if (patches[1]) { + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topCenter = com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, patches[1], !!patches[0] || !!patches[2], false); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth, patches[1].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight, patches[1].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + } + else + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topCenter = -1; + if (patches[2]) { + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topRight = com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this$static, patches[2], false, false); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth, patches[2].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight = $wnd.Math.max(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight, patches[2].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + } + else + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topRight = -1; + if (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_idx < this$static.com_badlogic_gdx_graphics_g2d_NinePatch_vertices.length) { + newVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_idx, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_graphics_g2d_NinePatch_vertices, 0, newVertices, 0, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_idx); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_vertices = newVertices; + } +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$prepareVertices__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this$static, batch, x_0, y_0, width_0, height){ + var c, centerHeight, centerWidth, centerX, centerY, rightX, topY; + centerX = x_0 + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth; + centerY = y_0 + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight; + centerWidth = width_0 - this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth - this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth; + centerHeight = height - this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight - this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight; + rightX = x_0 + width_0 - this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth; + topY = y_0 + height - this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight; + c = com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(com_badlogic_gdx_graphics_Color_$mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(com_badlogic_gdx_graphics_g2d_NinePatch_tmpDrawColor, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_color), batch.getColor__Lcom_badlogic_gdx_graphics_Color_2())); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomLeft != -1 && com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomLeft, x_0, y_0, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight, c); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomCenter != -1 && com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomCenter, centerX, y_0, centerWidth, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight, c); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomRight != -1 && com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomRight, rightX, y_0, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight, c); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleLeft != -1 && com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleLeft, x_0, centerY, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth, centerHeight, c); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleCenter != -1 && com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleCenter, centerX, centerY, centerWidth, centerHeight, c); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleRight != -1 && com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleRight, rightX, centerY, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth, centerHeight, c); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topLeft != -1 && com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topLeft, x_0, topY, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight, c); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topCenter != -1 && com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topCenter, centerX, topY, centerWidth, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight, c); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topRight != -1 && com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topRight, rightX, topY, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth, this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight, c); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$scale__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFV(this$static, scaleX, scaleY){ + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth *= scaleX; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth *= scaleX; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight *= scaleY; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight *= scaleY; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth *= scaleX; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight *= scaleY; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft != -1 && (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft *= scaleX); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padRight != -1 && (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padRight *= scaleX); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padTop != -1 && (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padTop *= scaleY); + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom != -1 && (this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom *= scaleY); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this$static, idx, x_0, y_0, width_0, height, color_0){ + var fx2, fy2, vertices; + fx2 = x_0 + width_0; + fy2 = y_0 + height; + vertices = this$static.com_badlogic_gdx_graphics_g2d_NinePatch_vertices; + vertices[idx] = x_0; + vertices[idx + 1] = y_0; + vertices[idx + 2] = color_0; + vertices[idx + 5] = x_0; + vertices[idx + 6] = fy2; + vertices[idx + 7] = color_0; + vertices[idx + 10] = fx2; + vertices[idx + 11] = fy2; + vertices[idx + 12] = color_0; + vertices[idx + 15] = fx2; + vertices[idx + 16] = y_0; + vertices[idx + 17] = color_0; +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_$setPadding__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFFFV(this$static, left, right, top_0, bottom){ + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft = left; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padRight = right; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padTop = top_0; + this$static.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom = bottom; +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V.call(this, new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(texture)); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(texture, left, right, top_0, bottom){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV.call(this, new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(texture), left, right, top_0, bottom); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2Lcom_badlogic_gdx_graphics_Color_2V(texture, color_0){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2V.call(this, texture); + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_NinePatch_color, color_0); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(ninePatch){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_Color_2V.call(this, ninePatch, ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_color); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_Color_2V(ninePatch, color_0){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_$$init__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(this); + this.com_badlogic_gdx_graphics_g2d_NinePatch_texture = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_texture; + this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomLeft = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_bottomLeft; + this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomCenter = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_bottomCenter; + this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomRight = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_bottomRight; + this.com_badlogic_gdx_graphics_g2d_NinePatch_middleLeft = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_middleLeft; + this.com_badlogic_gdx_graphics_g2d_NinePatch_middleCenter = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_middleCenter; + this.com_badlogic_gdx_graphics_g2d_NinePatch_middleRight = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_middleRight; + this.com_badlogic_gdx_graphics_g2d_NinePatch_topLeft = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_topLeft; + this.com_badlogic_gdx_graphics_g2d_NinePatch_topCenter = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_topCenter; + this.com_badlogic_gdx_graphics_g2d_NinePatch_topRight = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_topRight; + this.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth; + this.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth; + this.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth; + this.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight; + this.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight; + this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight; + this.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft; + this.com_badlogic_gdx_graphics_g2d_NinePatch_padTop = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_padTop; + this.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom; + this.com_badlogic_gdx_graphics_g2d_NinePatch_padRight = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_padRight; + this.com_badlogic_gdx_graphics_g2d_NinePatch_vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_vertices.length, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_vertices, 0, this.com_badlogic_gdx_graphics_g2d_NinePatch_vertices, 0, ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_vertices.length); + this.com_badlogic_gdx_graphics_g2d_NinePatch_idx = ninePatch.com_badlogic_gdx_graphics_g2d_NinePatch_idx; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_NinePatch_color, color_0); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_$$init__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(this); + com_badlogic_gdx_graphics_g2d_NinePatch_$load__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), $intern_126, 69, 0, [null, null, null, null, region, null, null, null, null])); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, left, right, top_0, bottom){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + var middleHeight, middleWidth, patches; + com_badlogic_gdx_graphics_g2d_NinePatch_$$init__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(this); + if (!region) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('region cannot be null.')); + middleWidth = region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth - left - right; + middleHeight = region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight - top_0 - bottom; + patches = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, $intern_126, 69, 9, 0, 1); + if (top_0 > 0) { + left > 0 && (patches[0] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, 0, 0, left, top_0)); + middleWidth > 0 && (patches[1] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, left, 0, middleWidth, top_0)); + right > 0 && (patches[2] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, left + middleWidth, 0, right, top_0)); + } + if (middleHeight > 0) { + left > 0 && (patches[3] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, 0, top_0, left, middleHeight)); + middleWidth > 0 && (patches[4] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, left, top_0, middleWidth, middleHeight)); + right > 0 && (patches[5] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, left + middleWidth, top_0, right, middleHeight)); + } + if (bottom > 0) { + left > 0 && (patches[6] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, 0, top_0 + middleHeight, left, bottom)); + middleWidth > 0 && (patches[7] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, left, top_0 + middleHeight, middleWidth, bottom)); + right > 0 && (patches[8] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, left + middleWidth, top_0 + middleHeight, right, bottom)); + } + if (left == 0 && middleWidth == 0) { + patches[1] = patches[2]; + patches[4] = patches[5]; + patches[7] = patches[8]; + patches[2] = null; + patches[5] = null; + patches[8] = null; + } + if (top_0 == 0 && middleHeight == 0) { + patches[3] = patches[6]; + patches[4] = patches[7]; + patches[5] = patches[8]; + patches[6] = null; + patches[7] = null; + patches[8] = null; + } + com_badlogic_gdx_graphics_g2d_NinePatch_$load__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, patches); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_Color_2V(region, color_0){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V.call(this, region); + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_NinePatch_color, color_0); +} + +function com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(patches){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_$$init__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(this); + if (patches == null || patches.length != 9) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('NinePatch needs nine TextureRegions')); + com_badlogic_gdx_graphics_g2d_NinePatch_$load__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, patches); + if (!!patches[0] && patches[0].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth != this.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth || !!patches[3] && patches[3].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth != this.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth || !!patches[6] && patches[6].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth != this.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Left side patches must have the same width')); + } + if (!!patches[2] && patches[2].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth != this.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth || !!patches[5] && patches[5].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth != this.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth || !!patches[8] && patches[8].com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth != this.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Right side patches must have the same width')); + } + if (!!patches[6] && patches[6].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight != this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight || !!patches[7] && patches[7].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight != this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight || !!patches[8] && patches[8].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight != this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Bottom side patches must have the same height')); + } + if (!!patches[0] && patches[0].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight != this.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight || !!patches[1] && patches[1].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight != this.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight || !!patches[2] && patches[2].com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight != this.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Top side patches must have the same height')); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(115, 1, {115:1}, com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2V, com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2IIIIV, com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2Lcom_badlogic_gdx_graphics_Color_2V, com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V, com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_Color_2V, com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV, com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_Color_2V, com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V); +_.private$com_badlogic_gdx_graphics_g2d_NinePatch$add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI = function com_badlogic_gdx_graphics_g2d_NinePatch_add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(region, isStretchW, isStretchH){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + return com_badlogic_gdx_graphics_g2d_NinePatch_$add__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(this, region, isStretchW, isStretchH); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_graphics_g2d_NinePatch_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_NinePatch_$draw__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this, batch, x_0, y_0, width_0, height); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV = function com_badlogic_gdx_graphics_g2d_NinePatch_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(batch, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation){ + com_badlogic_gdx_graphics_g2d_NinePatch_$draw__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(this, batch, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation); +} +; +_.getBottomHeight__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getBottomHeight__F(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight; +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_g2d_NinePatch_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_color; +} +; +_.getLeftWidth__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getLeftWidth__F(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth; +} +; +_.getMiddleHeight__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getMiddleHeight__F(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight; +} +; +_.getMiddleWidth__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getMiddleWidth__F(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth; +} +; +_.getPadBottom__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getPadBottom__F(){ + return com_badlogic_gdx_graphics_g2d_NinePatch_$getPadBottom__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(this); +} +; +_.getPadLeft__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getPadLeft__F(){ + return com_badlogic_gdx_graphics_g2d_NinePatch_$getPadLeft__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(this); +} +; +_.getPadRight__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getPadRight__F(){ + return com_badlogic_gdx_graphics_g2d_NinePatch_$getPadRight__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(this); +} +; +_.getPadTop__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getPadTop__F(){ + return com_badlogic_gdx_graphics_g2d_NinePatch_$getPadTop__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(this); +} +; +_.getRightWidth__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getRightWidth__F(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth; +} +; +_.getTexture__Lcom_badlogic_gdx_graphics_Texture_2 = function com_badlogic_gdx_graphics_g2d_NinePatch_getTexture__Lcom_badlogic_gdx_graphics_Texture_2(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_texture; +} +; +_.getTopHeight__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getTopHeight__F(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight; +} +; +_.getTotalHeight__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getTotalHeight__F(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight + this.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight + this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight; +} +; +_.getTotalWidth__F = function com_badlogic_gdx_graphics_g2d_NinePatch_getTotalWidth__F(){ + return this.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth + this.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth + this.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth; +} +; +_.private$com_badlogic_gdx_graphics_g2d_NinePatch$load___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V = function com_badlogic_gdx_graphics_g2d_NinePatch_load___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(patches){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_$load__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, patches); +} +; +_.private$com_badlogic_gdx_graphics_g2d_NinePatch$prepareVertices__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_graphics_g2d_NinePatch_prepareVertices__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_$prepareVertices__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this, batch, x_0, y_0, width_0, height); +} +; +_.scale__FFV = function com_badlogic_gdx_graphics_g2d_NinePatch_scale__FFV(scaleX, scaleY){ + com_badlogic_gdx_graphics_g2d_NinePatch_$scale__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFV(this, scaleX, scaleY); +} +; +_.private$com_badlogic_gdx_graphics_g2d_NinePatch$set__IFFFFFV = function com_badlogic_gdx_graphics_g2d_NinePatch_set__IFFFFFV(idx, x_0, y_0, width_0, height, color_0){ + com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_NinePatch_$set__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFV(this, idx, x_0, y_0, width_0, height, color_0); +} +; +_.setBottomHeight__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setBottomHeight__FV(bottomHeight){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight = bottomHeight; +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_graphics_g2d_NinePatch_setColor__Lcom_badlogic_gdx_graphics_Color_2V(color_0){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_NinePatch_color, color_0); +} +; +_.setLeftWidth__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setLeftWidth__FV(leftWidth){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth = leftWidth; +} +; +_.setMiddleHeight__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setMiddleHeight__FV(middleHeight){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight = middleHeight; +} +; +_.setMiddleWidth__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setMiddleWidth__FV(middleWidth){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth = middleWidth; +} +; +_.setPadBottom__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setPadBottom__FV(bottom){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom = bottom; +} +; +_.setPadLeft__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setPadLeft__FV(left){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft = left; +} +; +_.setPadRight__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setPadRight__FV(right){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_padRight = right; +} +; +_.setPadTop__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setPadTop__FV(top_0){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_padTop = top_0; +} +; +_.setPadding__FFFFV = function com_badlogic_gdx_graphics_g2d_NinePatch_setPadding__FFFFV(left, right, top_0, bottom){ + com_badlogic_gdx_graphics_g2d_NinePatch_$setPadding__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFFFV(this, left, right, top_0, bottom); +} +; +_.setRightWidth__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setRightWidth__FV(rightWidth){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth = rightWidth; +} +; +_.setTopHeight__FV = function com_badlogic_gdx_graphics_g2d_NinePatch_setTopHeight__FV(topHeight){ + this.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight = topHeight; +} +; +_.com_badlogic_gdx_graphics_g2d_NinePatch_bottomCenter = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_bottomLeft = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_bottomRight = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_idx = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_middleCenter = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_middleLeft = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_middleRight = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom = -1; +_.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft = -1; +_.com_badlogic_gdx_graphics_g2d_NinePatch_padRight = -1; +_.com_badlogic_gdx_graphics_g2d_NinePatch_padTop = -1; +_.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_topCenter = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_topLeft = 0; +_.com_badlogic_gdx_graphics_g2d_NinePatch_topRight = 0; +var com_badlogic_gdx_graphics_g2d_NinePatch_tmpDrawColor; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_142, 115, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$allowCompletion__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2V(this$static){ + var i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$allowCompletion__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i)); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$dispose__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2V(this$static){ + var emitter, i, n, sprite, sprite$iterator; + if (!this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_ownsTexture) + return; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i < n; i++) { + emitter = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i); + for (sprite$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(emitter.com_badlogic_gdx_graphics_g2d_ParticleEmitter_sprites); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(sprite$iterator);) { + sprite = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(sprite$iterator); + com_badlogic_gdx_graphics_Texture_$dispose__Lcom_badlogic_gdx_graphics_Texture_2V(sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_texture); + } + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$draw__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this$static, spriteBatch){ + var i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$draw__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i), spriteBatch); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$isComplete__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Z(this$static){ + var emitter, i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i < n; i++) { + emitter = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i); + if (!com_badlogic_gdx_graphics_g2d_ParticleEmitter_$isComplete__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Z(emitter)) + return false; + } + return true; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, effectFile, imagesDir){ + com_badlogic_gdx_graphics_g2d_ParticleEffect_$loadEmitters__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, effectFile); + com_badlogic_gdx_graphics_g2d_ParticleEffect_$loadEmitterImages__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, imagesDir); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this$static, effectFile, atlas){ + com_badlogic_gdx_graphics_g2d_ParticleEffect_$loadEmitters__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, effectFile); + com_badlogic_gdx_graphics_g2d_ParticleEffect_$loadEmitterImages__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2V(this$static, atlas); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$loadEmitterImages__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, imagesDir){ + var emitter, i, i0, imageName, imagePath, imagePath$iterator, loadedSprites, n, sprite, sprites; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_ownsTexture = true; + loadedSprites = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__IV(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size); + for (i0 = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i0 < n; i0++) { + emitter = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i0); + if (emitter.com_badlogic_gdx_graphics_g2d_ParticleEmitter_imagePaths.com_badlogic_gdx_utils_Array_size == 0) + continue; + sprites = new com_badlogic_gdx_utils_Array_Array__V; + for (imagePath$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(emitter.com_badlogic_gdx_graphics_g2d_ParticleEmitter_imagePaths); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(imagePath$iterator);) { + imagePath = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(imagePath$iterator); + imageName = (new java_io_File_File__Ljava_lang_String_2V(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(imagePath, 92, 47))).java_io_File_name; + sprite = (i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(loadedSprites, imageName) , i < 0?null:loadedSprites.com_badlogic_gdx_utils_ObjectMap_valueTable[i]); + if (!sprite) { + sprite = new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2V(new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2ZV(imagesDir.child__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(imageName), false)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(loadedSprites, imageName, sprite); + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(sprites, sprite); + } + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$setSprites__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Lcom_badlogic_gdx_utils_Array_2V(emitter, sprites); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$loadEmitterImages__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2V(this$static, atlas){ + var emitter, i, imageName, imagePath, imagePath$iterator, lastDotIndex, n, sprite, sprites; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i < n; i++) { + emitter = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i); + if (emitter.com_badlogic_gdx_graphics_g2d_ParticleEmitter_imagePaths.com_badlogic_gdx_utils_Array_size == 0) + continue; + sprites = new com_badlogic_gdx_utils_Array_Array__V; + for (imagePath$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(emitter.com_badlogic_gdx_graphics_g2d_ParticleEmitter_imagePaths); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(imagePath$iterator);) { + imagePath = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(imagePath$iterator); + imageName = (new java_io_File_File__Ljava_lang_String_2V(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(imagePath, 92, 47))).java_io_File_name; + lastDotIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(imageName, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + lastDotIndex != -1 && (imageName = (javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, lastDotIndex, imageName.length) , imageName.substr(0, lastDotIndex))); + sprite = com_badlogic_gdx_graphics_g2d_TextureAtlas_$createSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(atlas, imageName); + if (!sprite) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('SpriteSheet missing image: ' + imageName)); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(sprites, sprite); + } + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$setSprites__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Lcom_badlogic_gdx_utils_Array_2V(emitter, sprites); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$loadEmitters__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, effectFile){ + var emitter, ex, input_0, reader; + input_0 = effectFile.read__Ljava_io_InputStream_2(); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters); + reader = null; + try { + reader = new java_io_BufferedReader_BufferedReader__Ljava_io_Reader_2IV(new java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2V(input_0), 512); + while (true) { + emitter = new com_badlogic_gdx_graphics_g2d_ParticleEmitter_ParticleEmitter__Ljava_io_BufferedReader_2V(reader); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, emitter); + if (java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader) == null) + break; + } + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error loading effect: ' + effectFile, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + finally { + com_badlogic_gdx_utils_StreamUtils_closeQuietly__Ljava_io_Closeable_2V(reader); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$reset__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2ZV(this$static){ + var i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$reset__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i)); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$scaleEffect__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2FFFV(this$static, xSizeScaleFactor, ySizeScaleFactor, motionScaleFactor){ + var particleEmitter, particleEmitter$iterator; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_xSizeScale *= xSizeScaleFactor; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_ySizeScale *= ySizeScaleFactor; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_motionScale *= motionScaleFactor; + for (particleEmitter$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(particleEmitter$iterator);) { + particleEmitter = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(particleEmitter$iterator); + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$scaleSize__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2FFV(particleEmitter, xSizeScaleFactor, ySizeScaleFactor); + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$scaleMotion__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2FV(particleEmitter, motionScaleFactor); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$setPosition__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2FFV(this$static, x_0, y_0){ + var i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$setPosition__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2FFV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i), x_0, y_0); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$start__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2V(this$static){ + var i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$start__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i)); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_$update__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2FV(this$static, delta){ + var i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$update__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2FV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters, i), delta); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEffect_ParticleEffect__V(){ + this.com_badlogic_gdx_graphics_g2d_ParticleEffect_emitters = new com_badlogic_gdx_utils_Array_Array__IV(8); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(629, 1, {629:1, 49:1}, com_badlogic_gdx_graphics_g2d_ParticleEffect_ParticleEffect__V); +_.dispose__V = function com_badlogic_gdx_graphics_g2d_ParticleEffect_dispose__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEffect_$dispose__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2V(this); +} +; +_.com_badlogic_gdx_graphics_g2d_ParticleEffect_motionScale = 1; +_.com_badlogic_gdx_graphics_g2d_ParticleEffect_ownsTexture = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEffect_xSizeScale = 1; +_.com_badlogic_gdx_graphics_g2d_ParticleEffect_ySizeScale = 1; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_143, 629, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$activateParticle__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, index_0){ + var angle, color_0, cosDeg, height, lineX, offsetTime, particle, percent, px, py, radius2, radiusX, radiusY, rotation, scaleY, sinDeg, spawnAngle, sprite, spriteHeight, spriteWidth, temp, updateFlags, width_0, x_0, y_0; + sprite = null; + switch (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spriteMode.java_lang_Enum_ordinal) { + case 0: + case 2: + sprite = com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_sprites); + break; + case 1: + sprite = com_badlogic_gdx_utils_Array_$random__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_sprites); + } + particle = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_particles[index_0]; + if (!particle) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_particles[index_0] = particle = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_ParticleEmitter$Particle__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(sprite); + com_badlogic_gdx_graphics_g2d_Sprite_$flip__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZZV(particle, this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_flipX, this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_flipY); + } + else { + com_badlogic_gdx_graphics_g2d_Sprite_$set__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(particle, sprite); + } + percent = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationTimer / this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_duration; + updateFlags = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_independent && com_badlogic_gdx_graphics_g2d_ParticleEmitter_$generateLifeValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_independent && com_badlogic_gdx_graphics_g2d_ParticleEmitter_$generateLifeOffsetValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_currentLife = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_life = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_life + com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeValue, percent)); + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_velocityValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active) { + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_velocity = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_velocityValue); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_velocityDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_velocityValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_velocityValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_velocityDiff -= particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_velocity); + } + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angle = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_angleValue); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_angleValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_angleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleDiff -= particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angle); + angle = 0; + if ((updateFlags & 2) == 0) { + angle = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angle + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_angleValue, 0); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angle = angle; + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleCos = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((angle + 90) * $intern_140) & $intern_141]); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleSin = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(angle * $intern_140) & $intern_141]; + } + spriteWidth = sprite.getWidth__F(); + spriteHeight = sprite.getHeight__F(); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScale = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue) / spriteWidth; + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScaleDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue) / spriteWidth; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScaleDiff -= particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScale); + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active) { + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScale = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue) / spriteHeight; + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScaleDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue) / spriteHeight; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScaleDiff -= particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScale); + com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(particle, particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScale + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScaleDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue, 0), particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScale + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScaleDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue, 0)); + } + else { + com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(particle, particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScale + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScaleDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue, 0)); + } + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active) { + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotation = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotationDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotationDiff -= particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotation); + rotation = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotation + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotationDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue, 0); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_aligned && (rotation += angle); + particle.com_badlogic_gdx_graphics_g2d_Sprite_rotation = rotation; + particle.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + } + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_windValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active) { + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_wind = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_windValue); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_windDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_windValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_windValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_windDiff -= particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_wind); + } + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_gravityValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active) { + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_gravity = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_gravityValue); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_gravityDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_gravityValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_gravityValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_gravityDiff -= particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_gravity); + } + color_0 = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_tint; + color_0 == null && (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_tint = color_0 = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 3, 15, 1)); + temp = com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_$getColor__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_2F_3F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_tintValue, 0); + color_0[0] = temp[0]; + color_0[1] = temp[1]; + color_0[2] = temp[2]; + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_transparency = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_transparencyValue); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_transparencyDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_transparencyValue) - particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_transparency; + x_0 = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_x; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xOffsetValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active && (x_0 += com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xOffsetValue)); + y_0 = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_y; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yOffsetValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active && (y_0 += com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yOffsetValue)); + switch (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnShapeValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_shape.java_lang_Enum_ordinal) { + case 2: + { + width_0 = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidth + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue, percent); + height = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeight + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue, percent); + x_0 += (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * width_0 - width_0 / 2); + y_0 += com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * height - height / 2; + break; + } + + case 3: + { + width_0 = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidth + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue, percent); + height = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeight + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue, percent); + radiusX = width_0 / 2; + radiusY = height / 2; + if (radiusX == 0 || radiusY == 0) + break; + scaleY = radiusX / radiusY; + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnShapeValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_edges) { + switch (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnShapeValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_side.java_lang_Enum_ordinal) { + case 1: + spawnAngle = (com_badlogic_gdx_math_MathUtils_$clinit__V() , -(com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * 179)); + break; + case 2: + spawnAngle = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * 179); + break; + default:spawnAngle = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * 360); + } + cosDeg = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((spawnAngle + 90) * $intern_140) & $intern_141]); + sinDeg = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(spawnAngle * $intern_140) & $intern_141]; + x_0 += cosDeg * radiusX; + y_0 += sinDeg * radiusX / scaleY; + if ((updateFlags & 2) == 0) { + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angle = spawnAngle; + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleCos = cosDeg; + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleSin = sinDeg; + } + } + else { + radius2 = radiusX * radiusX; + while (true) { + px = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * width_0 - radiusX); + py = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * width_0 - radiusX; + if (px * px + py * py <= radius2) { + x_0 += px; + y_0 += py / scaleY; + break; + } + } + } + break; + } + + case 1: + { + width_0 = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidth + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue, percent); + height = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeight + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue, percent); + if (width_0 != 0) { + lineX = width_0 * (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); + x_0 += lineX; + y_0 += lineX * (height / width_0); + } + else + y_0 += height * (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); + break; + } + + } + com_badlogic_gdx_graphics_g2d_Sprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(particle, x_0 - spriteWidth / 2, y_0 - spriteHeight / 2, spriteWidth, spriteHeight); + offsetTime = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffset + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetValue, percent)); + if (offsetTime > 0) { + offsetTime >= particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_currentLife && (offsetTime = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_currentLife - 1); + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$updateParticle__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_2FIZ(this$static, particle, offsetTime / $intern_54, offsetTime); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$addParticle__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static){ + var active, activeCount, i, n; + activeCount = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount; + if (activeCount == this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_maxParticleCount) + return; + active = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_active; + for (i = 0 , n = active.length; i < n; i++) { + if (!active[i]) { + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$activateParticle__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, i); + active[i] = true; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount = activeCount + 1; + break; + } + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$addParticles__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, count){ + var active, i, index_0, n; + count = $wnd.Math.min(count, this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_maxParticleCount - this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount); + if (count == 0) + return; + active = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_active; + index_0 = 0; + n = active.length; + outer: for (i = 0; i < count; i++) { + for (; index_0 < n; index_0++) { + if (!active[index_0]) { + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$activateParticle__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, index_0); + active[index_0++] = true; + continue outer; + } + } + break; + } + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount += count; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$allowCompletion__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_allowCompletion = true; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationTimer = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_duration; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$draw__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this$static, batch){ + var active, i, n, particles; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_premultipliedAlpha?batch.setBlendFunction__IIV(1, 771):this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_additive?batch.setBlendFunction__IIV(770, 1):batch.setBlendFunction__IIV(770, 771); + particles = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_particles; + active = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_active; + for (i = 0 , n = active.length; i < n; i++) { + active[i] && com_badlogic_gdx_graphics_g2d_Sprite_$draw__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(particles[i], batch); + } + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_cleansUpBlendFunction && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_additive || this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_premultipliedAlpha) && batch.setBlendFunction__IIV(770, 771); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$generateLifeOffsetValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffset = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active?com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetValue)):0; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetDiff = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetValue)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetDiff -= this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffset); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$generateLifeValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_life = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeValue)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeDiff = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeValue)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeDiff -= this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_life); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$getMotionValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2_3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2(this$static){ + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_motionValues == null) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_motionValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$RangedNumericValue_12_1classLit, $intern_144, 257, 3, 0, 1); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_motionValues[0] = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_velocityValue; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_motionValues[1] = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_windValue; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_motionValues[2] = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_gravityValue; + } + return this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_motionValues; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$getXSizeValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2_3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2(this$static){ + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xSizeValues == null) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xSizeValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$RangedNumericValue_12_1classLit, $intern_144, 257, 3, 0, 1); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xSizeValues[0] = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xSizeValues[1] = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xSizeValues[2] = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xOffsetValue; + } + return this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xSizeValues; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$getYSizeValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2_3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2(this$static){ + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_ySizeValues == null) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_ySizeValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$RangedNumericValue_12_1classLit, $intern_144, 257, 3, 0, 1); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_ySizeValues[0] = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_ySizeValues[1] = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_ySizeValues[2] = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yOffsetValue; + } + return this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_ySizeValues; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$isComplete__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Z(this$static){ + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_continuous && !this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_allowCompletion) + return false; + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delayTimer < this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delay) + return false; + return this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationTimer >= this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_duration && this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount == 0; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Ljava_io_BufferedReader_2V(this$static, reader){ + var ex, imagePaths, line; + try { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_name = com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_145); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delayValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$setMinParticleCount__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_146), 10, $intern_84, $intern_5)); + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$setMaxParticleCount__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_147), 10, $intern_84, $intern_5)); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xOffsetValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yOffsetValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnShapeValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue, reader); + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(line), '- Scale -')) { + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue, reader); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active = false; + } + else { + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue, reader); + } + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_velocityValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_angleValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_windValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_gravityValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_tintValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_transparencyValue, reader); + java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_attached = (java_lang_Boolean_$clinit__V() , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, 'attached'))); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_continuous = java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_149)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_aligned = java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, 'aligned')); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_additive = java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, 'additive')); + java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, 'behind')); + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(line.substr(0, 18), 'premultipliedAlpha')) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_premultipliedAlpha = java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(line, line.indexOf(':') + 1))); + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + } + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(line.substr(0, 10), 'spriteMode')) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spriteMode = com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_2(java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(line, line.indexOf(':') + 1))); + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + } + imagePaths = new com_badlogic_gdx_utils_Array_Array__V; + while ((line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader)) != null && line.length != 0) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(imagePaths, line); + } + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_imagePaths = imagePaths; + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 31)) { + ex = $e0; + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_name == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error parsing emitter: ' + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_name, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$reset__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static){ + var active, i, n; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDelta = 0; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationTimer = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_duration; + active = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_active; + for (i = 0 , n = active.length; i < n; i++) + active[i] = false; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount = 0; + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$start__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$restart__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delay = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delayValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active?com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delayValue):0; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delayTimer = 0; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationTimer -= this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_duration; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_duration = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emission = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionValue)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDiff = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionValue)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDiff -= this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emission); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_independent || com_badlogic_gdx_graphics_g2d_ParticleEmitter_$generateLifeValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_independent || com_badlogic_gdx_graphics_g2d_ParticleEmitter_$generateLifeOffsetValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidth = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthDiff -= this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidth); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeight = com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightDiff = com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative || (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightDiff -= this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeight); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags = 0; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_angleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active && this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_angleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_timeline.length > 1 && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags |= 2); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_velocityValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags |= 8); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_timeline.length > 1 && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags |= 1); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active && this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_timeline.length > 1 && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags |= 1); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active && this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_timeline.length > 1 && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags |= 4); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_windValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags |= 16); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_gravityValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags |= 32); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_tintValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_timeline.length > 1 && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags |= 64); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spriteMode == (com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_$clinit__V() , com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_animated) && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags |= 128); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$scaleMotion__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2FV(this$static, scale){ + var value_0, value$array, value$index, value$max; + if (scale == 1) + return; + for (value$array = com_badlogic_gdx_graphics_g2d_ParticleEmitter_$getMotionValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2_3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2(this$static) , value$index = 0 , value$max = value$array.length; value$index < value$max; ++value$index) { + value_0 = value$array[value$index]; + value_0.scale__FV(scale); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$scaleSize__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2FFV(this$static, scaleX, scaleY){ + var value_0, value$array, value$array0, value$index, value$index0, value$max, value$max0; + if (scaleX == 1 && scaleY == 1) + return; + for (value$array0 = com_badlogic_gdx_graphics_g2d_ParticleEmitter_$getXSizeValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2_3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2(this$static) , value$index0 = 0 , value$max0 = value$array0.length; value$index0 < value$max0; ++value$index0) { + value_0 = value$array0[value$index0]; + value_0.scale__FV(scaleX); + } + for (value$array = com_badlogic_gdx_graphics_g2d_ParticleEmitter_$getYSizeValues__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2_3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2(this$static) , value$index = 0 , value$max = value$array.length; value$index < value$max; ++value$index) { + value_0 = value$array[value$index]; + value_0.scale__FV(scaleY); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$setMaxParticleCount__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, maxParticleCount){ + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_maxParticleCount = maxParticleCount; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_active = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, maxParticleCount, 16, 1); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount = 0; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_particles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$Particle_12_1classLit, $intern_126, 681, maxParticleCount, 0, 1); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$setMinParticleCount__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, minParticleCount){ + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_minParticleCount = minParticleCount; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$setPosition__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2FFV(this$static, x_0, y_0){ + var active, i, n, xAmount, yAmount; + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_attached) { + xAmount = x_0 - this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_x; + yAmount = y_0 - this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_y; + active = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_active; + for (i = 0 , n = active.length; i < n; i++) + active[i] && com_badlogic_gdx_graphics_g2d_Sprite_$translate__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_particles[i], xAmount, yAmount); + } + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_x = x_0; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_y = y_0; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$setSprites__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Lcom_badlogic_gdx_utils_Array_2V(this$static, sprites){ + var i, n, particle, percent, sprite; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_sprites = sprites; + if (sprites.com_badlogic_gdx_utils_Array_size == 0) + return; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_particles.length; i < n; i++) { + particle = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_particles[i]; + if (!particle) + break; + sprite = null; + switch (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spriteMode.java_lang_Enum_ordinal) { + case 0: + sprite = com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(sprites); + break; + case 1: + sprite = com_badlogic_gdx_utils_Array_$random__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(sprites); + break; + case 2: + percent = 1 - particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_currentLife / particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_life; + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_frame = $wnd.Math.min(com_google_gwt_lang_Cast_round_1int__DI(percent * sprites.com_badlogic_gdx_utils_Array_size), sprites.com_badlogic_gdx_utils_Array_size - 1); + sprite = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(sprites, particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_frame); + } + particle.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + com_badlogic_gdx_graphics_g2d_Sprite_$setRegion__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(particle, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_u, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_v, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_u2, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_v2); + com_badlogic_gdx_graphics_g2d_Sprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(particle, sprite.getOriginX__F(), sprite.getOriginY__F()); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$start__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_firstUpdate = true; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_allowCompletion = false; + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$restart__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$update__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2FV(this$static, delta){ + var active, activeCount, deltaMillis, done, emissionTime, emitCount, i, n, particles; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_accumulator += delta * $intern_54; + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_accumulator < 1) + return; + deltaMillis = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_accumulator); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_accumulator -= deltaMillis; + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delayTimer < this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delay) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delayTimer += deltaMillis; + } + else { + done = false; + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_firstUpdate) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_firstUpdate = false; + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$addParticle__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static); + } + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationTimer < this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_duration?(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationTimer += deltaMillis):!this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_continuous || this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_allowCompletion?(done = true):com_badlogic_gdx_graphics_g2d_ParticleEmitter_$restart__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2V(this$static); + if (!done) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDelta += deltaMillis; + emissionTime = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emission + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionValue, this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationTimer / this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_duration); + if (emissionTime > 0) { + emissionTime = $intern_54 / emissionTime; + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDelta >= emissionTime) { + emitCount = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDelta / emissionTime); + emitCount = $wnd.Math.min(emitCount, this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_maxParticleCount - this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDelta = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDelta - emitCount * emissionTime); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDelta = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDelta % emissionTime); + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$addParticles__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, emitCount); + } + } + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount < this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_minParticleCount && com_badlogic_gdx_graphics_g2d_ParticleEmitter_$addParticles__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2IV(this$static, this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_minParticleCount - this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount); + } + } + active = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_active; + activeCount = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount; + particles = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_particles; + for (i = 0 , n = active.length; i < n; i++) { + if (active[i] && !com_badlogic_gdx_graphics_g2d_ParticleEmitter_$updateParticle__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_2FIZ(this$static, particles[i], delta, deltaMillis)) { + active[i] = false; + --activeCount; + } + } + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount = activeCount; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_$updateParticle__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_2FIZ(this$static, particle, delta, deltaMillis){ + var a, alphaMultiplier, angle, color_0, frame_0, life, percent, prevSpriteHeight, prevSpriteWidth, rotation, sprite, updateFlags, velocity, velocityX, velocityY; + life = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_currentLife - deltaMillis; + if (life <= 0) + return false; + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_currentLife = life; + percent = 1 - particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_currentLife / particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_life; + updateFlags = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags; + (updateFlags & 1) != 0 && (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active?com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(particle, particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScale + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScaleDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue, percent), particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScale + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScaleDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue, percent)):com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(particle, particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScale + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScaleDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue, percent))); + if ((updateFlags & 8) != 0) { + velocity = (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_velocity + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_velocityDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_velocityValue, percent)) * delta; + if ((updateFlags & 2) != 0) { + angle = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angle + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_angleValue, percent); + velocityX = velocity * (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((angle + 90) * $intern_140) & $intern_141]); + velocityY = velocity * com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(angle * $intern_140) & $intern_141]; + if ((updateFlags & 4) != 0) { + rotation = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotation + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotationDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue, percent); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_aligned && (rotation += angle); + particle.com_badlogic_gdx_graphics_g2d_Sprite_rotation = rotation; + particle.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + } + } + else { + velocityX = velocity * particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleCos; + velocityY = velocity * particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleSin; + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_aligned || (updateFlags & 4) != 0) { + rotation = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotation + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotationDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue, percent); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_aligned && (rotation += particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angle); + particle.com_badlogic_gdx_graphics_g2d_Sprite_rotation = rotation; + particle.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + } + } + (updateFlags & 16) != 0 && (velocityX += (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_wind + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_windDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_windValue, percent)) * delta); + (updateFlags & 32) != 0 && (velocityY += (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_gravity + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_gravityDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_gravityValue, percent)) * delta); + com_badlogic_gdx_graphics_g2d_Sprite_$translate__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(particle, velocityX, velocityY); + } + else { + (updateFlags & 4) != 0 && com_badlogic_gdx_graphics_g2d_Sprite_$setRotation__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(particle, particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotation + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotationDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue, percent)); + } + (updateFlags & 64) != 0?(color_0 = com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_$getColor__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_2F_3F(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_tintValue, percent)):(color_0 = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_tint); + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_premultipliedAlpha) { + alphaMultiplier = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_additive?0:1; + a = particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_transparency + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_transparencyDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_transparencyValue, percent); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(particle, color_0[0] * a, color_0[1] * a, color_0[2] * a, a * alphaMultiplier); + } + else { + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(particle, color_0[0], color_0[1], color_0[2], particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_transparency + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_transparencyDiff * com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_transparencyValue, percent)); + } + if ((updateFlags & 128) != 0) { + frame_0 = $wnd.Math.min(com_google_gwt_lang_Cast_round_1int__DI(percent * this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_sprites.com_badlogic_gdx_utils_Array_size), this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_sprites.com_badlogic_gdx_utils_Array_size - 1); + if (particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_frame != frame_0) { + sprite = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter_sprites, frame_0); + prevSpriteWidth = particle.com_badlogic_gdx_graphics_g2d_Sprite_width; + prevSpriteHeight = particle.com_badlogic_gdx_graphics_g2d_Sprite_height; + particle.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + com_badlogic_gdx_graphics_g2d_Sprite_$setRegion__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(particle, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_u, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_v, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_u2, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_v2); + com_badlogic_gdx_graphics_g2d_Sprite_$setSize__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(particle, sprite.getWidth__F(), sprite.getHeight__F()); + com_badlogic_gdx_graphics_g2d_Sprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(particle, sprite.getOriginX__F(), sprite.getOriginY__F()); + com_badlogic_gdx_graphics_g2d_Sprite_$translate__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(particle, (prevSpriteWidth - sprite.getWidth__F()) / 2, (prevSpriteHeight - sprite.getHeight__F()) / 2); + particle.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_frame = frame_0; + } + } + return true; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_ParticleEmitter__Ljava_io_BufferedReader_2V(reader){ + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delayValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_ParticleEmitter$RangedNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_ParticleEmitter$IndependentScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_ParticleEmitter$RangedNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_ParticleEmitter$IndependentScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yScaleValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_rotationValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_velocityValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_angleValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_windValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_gravityValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_transparencyValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_tintValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_ParticleEmitter$GradientColorValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xOffsetValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_yOffsetValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnShapeValue = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_ParticleEmitter$SpawnShapeValue__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spriteMode = (com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_$clinit__V() , com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_single); + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_sprites = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_imagePaths = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = true; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = true; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = true; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_xScaleValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = true; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_transparencyValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = true; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnShapeValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = true; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = true; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightValue.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = true; + com_badlogic_gdx_graphics_g2d_ParticleEmitter_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter_2Ljava_io_BufferedReader_2V(this, reader); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, name_0){ + var line; + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + if (line == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_io_IOException_IOException__Ljava_lang_String_2V('Missing value: ' + name_0)); + return java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(line, line.indexOf(':') + 1)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(779, 1, {779:1}, com_badlogic_gdx_graphics_g2d_ParticleEmitter_ParticleEmitter__Ljava_io_BufferedReader_2V); +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_accumulator = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_activeCount = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_additive = true; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_aligned = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_allowCompletion = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_attached = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_cleansUpBlendFunction = true; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_continuous = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delay = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_delayTimer = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_duration = 1; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_durationTimer = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emission = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDelta = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_emissionDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_firstUpdate = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_flipX = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_flipY = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_life = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffset = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_lifeOffsetDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_maxParticleCount = 4; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_minParticleCount = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_premultipliedAlpha = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeight = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnHeightDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidth = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_spawnWidthDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_updateFlags = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_x = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_150, 779, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(385, 1, {385:1}); +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active = false; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$ParticleValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/ParticleValue', 385, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 4, 15, 1); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_$getColor__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_2F_3F(this$static, percent){ + var b1, endIndex, factor, g1, i, n, r1, startIndex, startTime, t, timeline; + startIndex = 0; + endIndex = -1; + timeline = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_timeline; + n = timeline.length; + for (i = 1; i < n; i++) { + t = timeline[i]; + if (t > percent) { + endIndex = i; + break; + } + startIndex = i; + } + startTime = timeline[startIndex]; + startIndex *= 3; + r1 = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors[startIndex]; + g1 = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors[startIndex + 1]; + b1 = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors[startIndex + 2]; + if (endIndex == -1) { + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp[0] = r1; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp[1] = g1; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp[2] = b1; + return com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp; + } + factor = (percent - startTime) / (timeline[endIndex] - startTime); + endIndex *= 3; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp[0] = r1 + (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors[endIndex] - r1) * factor; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp[1] = g1 + (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors[endIndex + 1] - g1) * factor; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp[2] = b1 + (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors[endIndex + 2] - b1) * factor; + return com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp; +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_2Ljava_io_BufferedReader_2V(this$static, reader){ + var i, i0; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive?(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active = true):(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active = (java_lang_Boolean_$clinit__V() , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_151)))); + if (!this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active) + return; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, 'colorsCount'), 10, $intern_84, $intern_5), 15, 1); + for (i0 = 0; i0 < this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors.length; i0++) + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors[i0] = java_lang_Float_parseFloat__Ljava_lang_String_2F(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_152 + i0)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_timeline = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_153), 10, $intern_84, $intern_5), 15, 1); + for (i = 0; i < this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_timeline.length; i++) + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_timeline[i] = java_lang_Float_parseFloat__Ljava_lang_String_2F(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_154 + i)); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_ParticleEmitter$GradientColorValue__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_$clinit__V(); + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_colors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [1, 1, 1]); + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_timeline = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [0]); + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive = true; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1071, 385, {385:1}, com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_ParticleEmitter$GradientColorValue__V); +var com_badlogic_gdx_graphics_g2d_ParticleEmitter$GradientColorValue_temp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$GradientColorValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/GradientColorValue', 1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$ParticleValue_12_1classLit); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2Ljava_io_BufferedReader_2V(this$static, reader){ + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive?(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active = true):(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active = (java_lang_Boolean_$clinit__V() , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_151)))); + if (!this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active) + return; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMin = java_lang_Float_parseFloat__Ljava_lang_String_2F(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_155)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMax = java_lang_Float_parseFloat__Ljava_lang_String_2F(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_156)); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2F(this$static){ + return this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMin + (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMax - this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMin) * (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_ParticleEmitter$RangedNumericValue__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(257, 385, $intern_157, com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_ParticleEmitter$RangedNumericValue__V); +_.scale__FV = function com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_scale__FV(scale){ + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMin *= scale; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMax *= scale; +} +; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMax = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMin = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$RangedNumericValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/RangedNumericValue', 257, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$ParticleValue_12_1classLit); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2FF(this$static, percent){ + var endIndex, i, n, scaling, startIndex, startTime, startValue, t, timeline; + endIndex = -1; + timeline = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_timeline; + n = timeline.length; + for (i = 1; i < n; i++) { + t = timeline[i]; + if (t > percent) { + endIndex = i; + break; + } + } + if (endIndex == -1) + return this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_scaling[n - 1]; + scaling = this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_scaling; + startIndex = endIndex - 1; + startValue = scaling[startIndex]; + startTime = timeline[startIndex]; + return startValue + (scaling[endIndex] - startValue) * ((percent - startTime) / (timeline[endIndex] - startTime)); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static, reader){ + var i, i0; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_2Ljava_io_BufferedReader_2V(this$static, reader); + if (!this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active) + return; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_highMin = java_lang_Float_parseFloat__Ljava_lang_String_2F(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_158)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_highMax = java_lang_Float_parseFloat__Ljava_lang_String_2F(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_159)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative = (java_lang_Boolean_$clinit__V() , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_160))); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_scaling = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, 'scalingCount'), 10, $intern_84, $intern_5), 15, 1); + for (i0 = 0; i0 < this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_scaling.length; i0++) + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_scaling[i0] = java_lang_Float_parseFloat__Ljava_lang_String_2F(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_161 + i0)); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_timeline = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_153), 10, $intern_84, $intern_5), 15, 1); + for (i = 0; i < this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_timeline.length; i++) + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_timeline[i] = java_lang_Float_parseFloat__Ljava_lang_String_2F(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_154 + i)); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2F(this$static){ + return this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_highMin + (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_highMax - this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_highMin) * (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V(){ + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_scaling = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [1]); + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_timeline = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [0]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(156, 257, $intern_157, com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V); +_.scale__FV = function com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_scale__FV(scale){ + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMin *= scale; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$RangedNumericValue_lowMax *= scale; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_highMin *= scale; + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_highMax *= scale; +} +; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_highMax = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_highMin = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_relative = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$ScaledNumericValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/ScaledNumericValue', 156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$RangedNumericValue_12_1classLit); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static, reader){ + var line; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_2Ljava_io_BufferedReader_2V(this$static, reader); + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + if (line == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_io_IOException_IOException__Ljava_lang_String_2V('Missing value: independent')); + if (line.indexOf('independent') != -1) + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_independent = (java_lang_Boolean_$clinit__V() , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(line, line.indexOf(':') + 1)))); + else { + com_badlogic_gdx_backends_gwt_GwtApplication_$error__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2V(com_badlogic_gdx_Gdx_app, $intern_150, $intern_162); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_io_IOException_IOException__Ljava_lang_String_2V($intern_162)); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_ParticleEmitter$IndependentScaledNumericValue__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$ScaledNumericValue_ParticleEmitter$ScaledNumericValue__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(780, 156, $intern_157, com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_ParticleEmitter$IndependentScaledNumericValue__V); +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$IndependentScaledNumericValue_independent = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$IndependentScaledNumericValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/IndependentScaledNumericValue', 780, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$ScaledNumericValue_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZV(this$static, x_0, y_0){ + var temp; + if (x_0) { + temp = this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u = this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = temp; + } + if (y_0) { + temp = this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v = this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = temp; + } +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this$static, u, v, u2, v2){ + var adjustX, adjustY, texHeight, texWidth; + texWidth = this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + texHeight = this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(u2 - u) * texWidth)); + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(v2 - v) * texHeight)); + if (this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth == 1 && this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight == 1) { + adjustX = $intern_163 / texWidth; + u += adjustX; + u2 -= adjustX; + adjustY = $intern_163 / texHeight; + v += adjustY; + v2 -= adjustY; + } + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u = u; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v = v; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = u2; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = v2; +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this$static, x_0, y_0, width_0, height){ + var invTexHeight, invTexWidth; + invTexWidth = 1 / this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + invTexHeight = 1 / this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + this$static.setRegion__FFFFV(x_0 * invTexWidth, y_0 * invTexHeight, (x_0 + width_0) * invTexWidth, (y_0 + height) * invTexHeight); + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = $wnd.Math.abs(width_0); + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = $wnd.Math.abs(height); +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this$static, region){ + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + this$static.setRegion__FFFFV(region.com_badlogic_gdx_graphics_g2d_TextureRegion_u, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2); +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_$split__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(this$static, tileWidth, tileHeight){ + var col, cols_0, height, row, rows_0, startX, tiles, width_0, x_0, y_0; + x_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u * this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())); + y_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v * this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())); + width_0 = this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth; + height = this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight; + rows_0 = height / tileHeight | 0; + cols_0 = width_0 / tileWidth | 0; + startX = x_0; + tiles = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, [$intern_164, $intern_126], [150, 69], 0, [rows_0, cols_0], 2); + for (row = 0; row < rows_0; ++row , y_0 += tileHeight) { + x_0 = startX; + for (col = 0; col < cols_0; ++col , x_0 += tileWidth) { + tiles[row][col] = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, x_0, y_0, tileWidth, tileHeight); + } + } + return tiles; +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__V(){ +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + if (!texture) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_165)); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this, 0, 0, texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(), texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I()); +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2FFFFV(texture, u, v, u2, v2){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = texture; + this.setRegion__FFFFV(u, v, u2, v2); +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2IIV(texture, width_0, height){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this, 0, 0, width_0, height); +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(texture, x_0, y_0, width_0, height){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this, x_0, y_0, width_0, height); +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + this.setRegion__FFFFV(region.com_badlogic_gdx_graphics_g2d_TextureRegion_u, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2); +} + +function com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, x_0, y_0, width_0, height){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(region.com_badlogic_gdx_graphics_g2d_TextureRegion_u * region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())) + x_0, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(region.com_badlogic_gdx_graphics_g2d_TextureRegion_v * region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())) + y_0, width_0, height); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(69, 1, {69:1}, com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__V, com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V, com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2FFFFV, com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2IIV, com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2IIIIV, com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV); +_.flip__ZZV = function com_badlogic_gdx_graphics_g2d_TextureRegion_flip__ZZV(x_0, y_0){ + com_badlogic_gdx_graphics_g2d_TextureRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZV(this, x_0, y_0); +} +; +_.getRegionHeight__I = function com_badlogic_gdx_graphics_g2d_TextureRegion_getRegionHeight__I(){ + return this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight; +} +; +_.getRegionWidth__I = function com_badlogic_gdx_graphics_g2d_TextureRegion_getRegionWidth__I(){ + return this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth; +} +; +_.getRegionX__I = function com_badlogic_gdx_graphics_g2d_TextureRegion_getRegionX__I(){ + return com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(this.com_badlogic_gdx_graphics_g2d_TextureRegion_u * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())); +} +; +_.getRegionY__I = function com_badlogic_gdx_graphics_g2d_TextureRegion_getRegionY__I(){ + return com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(this.com_badlogic_gdx_graphics_g2d_TextureRegion_v * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())); +} +; +_.getTexture__Lcom_badlogic_gdx_graphics_Texture_2 = function com_badlogic_gdx_graphics_g2d_TextureRegion_getTexture__Lcom_badlogic_gdx_graphics_Texture_2(){ + return this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; +} +; +_.getU__F = function com_badlogic_gdx_graphics_g2d_TextureRegion_getU__F(){ + return this.com_badlogic_gdx_graphics_g2d_TextureRegion_u; +} +; +_.getU2__F = function com_badlogic_gdx_graphics_g2d_TextureRegion_getU2__F(){ + return this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; +} +; +_.getV__F = function com_badlogic_gdx_graphics_g2d_TextureRegion_getV__F(){ + return this.com_badlogic_gdx_graphics_g2d_TextureRegion_v; +} +; +_.getV2__F = function com_badlogic_gdx_graphics_g2d_TextureRegion_getV2__F(){ + return this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; +} +; +_.isFlipX__Z = function com_badlogic_gdx_graphics_g2d_TextureRegion_isFlipX__Z(){ + return this.com_badlogic_gdx_graphics_g2d_TextureRegion_u > this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; +} +; +_.isFlipY__Z = function com_badlogic_gdx_graphics_g2d_TextureRegion_isFlipY__Z(){ + return this.com_badlogic_gdx_graphics_g2d_TextureRegion_v > this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; +} +; +_.scroll__FFV = function com_badlogic_gdx_graphics_g2d_TextureRegion_scroll__FFV(xAmount, yAmount){ + var height, width_0; + if (xAmount != 0) { + width_0 = (this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 - this.com_badlogic_gdx_graphics_g2d_TextureRegion_u) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u = (this.com_badlogic_gdx_graphics_g2d_TextureRegion_u + xAmount) % 1; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = this.com_badlogic_gdx_graphics_g2d_TextureRegion_u + width_0 / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + } + if (yAmount != 0) { + height = (this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 - this.com_badlogic_gdx_graphics_g2d_TextureRegion_v) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v = (this.com_badlogic_gdx_graphics_g2d_TextureRegion_v + yAmount) % 1; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = this.com_badlogic_gdx_graphics_g2d_TextureRegion_v + height / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + } +} +; +_.setRegion__FFFFV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setRegion__FFFFV(u, v, u2, v2){ + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this, u, v, u2, v2); +} +; +_.setRegion__IIIIV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setRegion__IIIIV(x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this, x_0, y_0, width_0, height); +} +; +_.setRegion__Lcom_badlogic_gdx_graphics_Texture_2V = function com_badlogic_gdx_graphics_g2d_TextureRegion_setRegion__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this, 0, 0, texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(), texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I()); +} +; +_.setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V = function com_badlogic_gdx_graphics_g2d_TextureRegion_setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, region); +} +; +_.setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, x_0, y_0, width_0, height){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(region.com_badlogic_gdx_graphics_g2d_TextureRegion_u * region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())) + x_0, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(region.com_badlogic_gdx_graphics_g2d_TextureRegion_v * region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())) + y_0, width_0, height); +} +; +_.setRegionHeight__IV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setRegionHeight__IV(height){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v > this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2?this.setV__FV(this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 + height / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I()):this.setV2__FV(this.com_badlogic_gdx_graphics_g2d_TextureRegion_v + height / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I()); +} +; +_.setRegionWidth__IV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setRegionWidth__IV(width_0){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u > this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2?this.setU__FV(this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 + width_0 / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I()):this.setU2__FV(this.com_badlogic_gdx_graphics_g2d_TextureRegion_u + width_0 / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I()); +} +; +_.setRegionX__IV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setRegionX__IV(x_0){ + this.setU__FV(x_0 / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I()); +} +; +_.setRegionY__IV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setRegionY__IV(y_0){ + this.setV__FV(y_0 / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I()); +} +; +_.setTexture__Lcom_badlogic_gdx_graphics_Texture_2V = function com_badlogic_gdx_graphics_g2d_TextureRegion_setTexture__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = texture; +} +; +_.setU__FV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setU__FV(u){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u = u; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 - u) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())); +} +; +_.setU2__FV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setU2__FV(u2){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = u2; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(u2 - this.com_badlogic_gdx_graphics_g2d_TextureRegion_u) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())); +} +; +_.setV__FV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setV__FV(v){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v = v; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 - v) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())); +} +; +_.setV2__FV = function com_badlogic_gdx_graphics_g2d_TextureRegion_setV2__FV(v2){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = v2; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(v2 - this.com_badlogic_gdx_graphics_g2d_TextureRegion_v) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())); +} +; +_.split__II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2 = function com_badlogic_gdx_graphics_g2d_TextureRegion_split__II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(tileWidth, tileHeight){ + return com_badlogic_gdx_graphics_g2d_TextureRegion_$split__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(this, tileWidth, tileHeight); +} +; +_.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = 0; +_.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = 0; +_.com_badlogic_gdx_graphics_g2d_TextureRegion_u = 0; +_.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = 0; +_.com_badlogic_gdx_graphics_g2d_TextureRegion_v = 0; +_.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_166, 69, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_Sprite_$$init__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 20, 15, 1); + this$static.com_badlogic_gdx_graphics_g2d_Sprite_color = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); + this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX = 1; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY = 1; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$draw__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this$static, batch){ + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, com_badlogic_gdx_graphics_g2d_Sprite_$getVertices__Lcom_badlogic_gdx_graphics_g2d_Sprite_2_3F(this$static), 0, 20); +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$flip__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZZV(this$static, x_0, y_0){ + var temp, vertices; + com_badlogic_gdx_graphics_g2d_TextureRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZV(this$static, x_0, y_0); + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + if (x_0) { + temp = vertices[3]; + vertices[3] = vertices[13]; + vertices[13] = temp; + temp = vertices[8]; + vertices[8] = vertices[18]; + vertices[18] = temp; + } + if (y_0) { + temp = vertices[4]; + vertices[4] = vertices[14]; + vertices[14] = temp; + temp = vertices[9]; + vertices[9] = vertices[19]; + vertices[19] = temp; + } +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$getVertices__Lcom_badlogic_gdx_graphics_g2d_Sprite_2_3F(this$static){ + var cos_0, localX, localX2, localX2Cos, localX2Sin, localXCos, localXSin, localY, localY2, localY2Cos, localY2Sin, localYCos, localYSin, sin_0, vertices, worldOriginX, worldOriginY, x1, x2, x3, y1, y2, y3; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty) { + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = false; + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + localX = -this$static.com_badlogic_gdx_graphics_g2d_Sprite_originX; + localY = -this$static.com_badlogic_gdx_graphics_g2d_Sprite_originY; + localX2 = localX + this$static.com_badlogic_gdx_graphics_g2d_Sprite_width; + localY2 = localY + this$static.com_badlogic_gdx_graphics_g2d_Sprite_height; + worldOriginX = this$static.com_badlogic_gdx_graphics_g2d_Sprite_x - localX; + worldOriginY = this$static.com_badlogic_gdx_graphics_g2d_Sprite_y - localY; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX != 1 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY != 1) { + localX *= this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX; + localY *= this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY; + localX2 *= this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX; + localY2 *= this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY; + } + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation != 0) { + cos_0 = com_badlogic_gdx_math_MathUtils_cosDeg__FF(this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation); + sin_0 = com_badlogic_gdx_math_MathUtils_sinDeg__FF(this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation); + localXCos = localX * cos_0; + localXSin = localX * sin_0; + localYCos = localY * cos_0; + localYSin = localY * sin_0; + localX2Cos = localX2 * cos_0; + localX2Sin = localX2 * sin_0; + localY2Cos = localY2 * cos_0; + localY2Sin = localY2 * sin_0; + x1 = localXCos - localYSin + worldOriginX; + y1 = localYCos + localXSin + worldOriginY; + vertices[0] = x1; + vertices[1] = y1; + x2 = localXCos - localY2Sin + worldOriginX; + y2 = localY2Cos + localXSin + worldOriginY; + vertices[5] = x2; + vertices[6] = y2; + x3 = localX2Cos - localY2Sin + worldOriginX; + y3 = localY2Cos + localX2Sin + worldOriginY; + vertices[10] = x3; + vertices[11] = y3; + vertices[15] = x1 + (x3 - x2); + vertices[16] = y3 - (y2 - y1); + } + else { + x1 = localX + worldOriginX; + y1 = localY + worldOriginY; + x2 = localX2 + worldOriginX; + y2 = localY2 + worldOriginY; + vertices[0] = x1; + vertices[1] = y1; + vertices[5] = x1; + vertices[6] = y2; + vertices[10] = x2; + vertices[11] = y2; + vertices[15] = x2; + vertices[16] = y1; + } + } + return this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$rotate90__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZV(this$static, clockwise){ + var temp, vertices; + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + if (clockwise) { + temp = vertices[4]; + vertices[4] = vertices[19]; + vertices[19] = vertices[14]; + vertices[14] = vertices[9]; + vertices[9] = temp; + temp = vertices[3]; + vertices[3] = vertices[18]; + vertices[18] = vertices[13]; + vertices[13] = vertices[8]; + vertices[8] = temp; + } + else { + temp = vertices[4]; + vertices[4] = vertices[9]; + vertices[9] = vertices[14]; + vertices[14] = vertices[19]; + vertices[19] = temp; + temp = vertices[3]; + vertices[3] = vertices[8]; + vertices[8] = vertices[13]; + vertices[13] = vertices[18]; + vertices[18] = temp; + } +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$set__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this$static, sprite){ + if (!sprite) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('sprite cannot be null.')); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(sprite.com_badlogic_gdx_graphics_g2d_Sprite_vertices, 0, this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices, 0, 20); + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u = sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v = sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_x = sprite.com_badlogic_gdx_graphics_g2d_Sprite_x; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_y = sprite.com_badlogic_gdx_graphics_g2d_Sprite_y; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_width = sprite.com_badlogic_gdx_graphics_g2d_Sprite_width; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_height = sprite.com_badlogic_gdx_graphics_g2d_Sprite_height; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_originX = sprite.com_badlogic_gdx_graphics_g2d_Sprite_originX; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_originY = sprite.com_badlogic_gdx_graphics_g2d_Sprite_originY; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation = sprite.com_badlogic_gdx_graphics_g2d_Sprite_rotation; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX = sprite.com_badlogic_gdx_graphics_g2d_Sprite_scaleX; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY = sprite.com_badlogic_gdx_graphics_g2d_Sprite_scaleY; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this$static.com_badlogic_gdx_graphics_g2d_Sprite_color, sprite.com_badlogic_gdx_graphics_g2d_Sprite_color); + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = sprite.com_badlogic_gdx_graphics_g2d_Sprite_dirty; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setAlpha__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this$static, a){ + var color_0; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_color.com_badlogic_gdx_graphics_Color_a = a; + color_0 = com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(this$static.com_badlogic_gdx_graphics_g2d_Sprite_color); + this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices[2] = color_0; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices[7] = color_0; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices[12] = color_0; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices[17] = color_0; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this$static, x_0, y_0, width_0, height){ + var vertices, x2, y2; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_x = x_0; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_y = y_0; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_width = width_0; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_height = height; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty) + return; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation != 0 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX != 1 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY != 1) { + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + return; + } + x2 = x_0 + width_0; + y2 = y_0 + height; + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[0] = x_0; + vertices[1] = y_0; + vertices[5] = x_0; + vertices[6] = y2; + vertices[10] = x2; + vertices[11] = y2; + vertices[15] = x2; + vertices[16] = y_0; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this$static, r, g, b, a){ + var color_0, vertices; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this$static.com_badlogic_gdx_graphics_g2d_Sprite_color, r, g, b, a); + color_0 = com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(this$static.com_badlogic_gdx_graphics_g2d_Sprite_color); + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[2] = color_0; + vertices[7] = color_0; + vertices[12] = color_0; + vertices[17] = color_0; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_Color_2V(this$static, tint){ + var color_0, color0, vertices; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this$static.com_badlogic_gdx_graphics_g2d_Sprite_color, tint); + color0 = (color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[2] = color0; + vertices[7] = color0; + vertices[12] = color0; + vertices[17] = color0; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this$static, originX, originY){ + this$static.com_badlogic_gdx_graphics_g2d_Sprite_originX = originX; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_originY = originY; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setPackedColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this$static, packedColor){ + var vertices; + com_badlogic_gdx_graphics_Color_abgr8888ToColor__Lcom_badlogic_gdx_graphics_Color_2FV(this$static.com_badlogic_gdx_graphics_g2d_Sprite_color, packedColor); + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[2] = packedColor; + vertices[7] = packedColor; + vertices[12] = packedColor; + vertices[17] = packedColor; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setPosition__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this$static, x_0, y_0){ + var vertices, x2, y2; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_x = x_0; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_y = y_0; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty) + return; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation != 0 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX != 1 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY != 1) { + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + return; + } + x2 = x_0 + this$static.com_badlogic_gdx_graphics_g2d_Sprite_width; + y2 = y_0 + this$static.com_badlogic_gdx_graphics_g2d_Sprite_height; + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[0] = x_0; + vertices[1] = y_0; + vertices[5] = x_0; + vertices[6] = y2; + vertices[10] = x2; + vertices[11] = y2; + vertices[15] = x2; + vertices[16] = y_0; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setRegion__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this$static, u, v, u2, v2){ + var vertices; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this$static, u, v, u2, v2); + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[3] = u; + vertices[4] = v2; + vertices[8] = u; + vertices[9] = v; + vertices[13] = u2; + vertices[14] = v; + vertices[18] = u2; + vertices[19] = v2; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setRotation__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this$static, degrees){ + this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation = degrees; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this$static, scaleXY){ + this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX = scaleXY; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY = scaleXY; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this$static, scaleX, scaleY){ + this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX = scaleX; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY = scaleY; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setSize__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this$static, width_0, height){ + var vertices, x2, y2; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_width = width_0; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_height = height; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty) + return; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation != 0 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX != 1 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY != 1) { + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + return; + } + x2 = this$static.com_badlogic_gdx_graphics_g2d_Sprite_x + width_0; + y2 = this$static.com_badlogic_gdx_graphics_g2d_Sprite_y + height; + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[0] = this$static.com_badlogic_gdx_graphics_g2d_Sprite_x; + vertices[1] = this$static.com_badlogic_gdx_graphics_g2d_Sprite_y; + vertices[5] = this$static.com_badlogic_gdx_graphics_g2d_Sprite_x; + vertices[6] = y2; + vertices[10] = x2; + vertices[11] = y2; + vertices[15] = x2; + vertices[16] = this$static.com_badlogic_gdx_graphics_g2d_Sprite_y; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setX__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this$static, x_0){ + var vertices, x2; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_x = x_0; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty) + return; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation != 0 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX != 1 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY != 1) { + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + return; + } + x2 = x_0 + this$static.com_badlogic_gdx_graphics_g2d_Sprite_width; + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[0] = x_0; + vertices[5] = x_0; + vertices[10] = x2; + vertices[15] = x2; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$setY__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this$static, y_0){ + var vertices, y2; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_y = y_0; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty) + return; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation != 0 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX != 1 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY != 1) { + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + return; + } + y2 = y_0 + this$static.com_badlogic_gdx_graphics_g2d_Sprite_height; + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[1] = y_0; + vertices[6] = y2; + vertices[11] = y2; + vertices[16] = y_0; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_$translate__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this$static, xAmount, yAmount){ + var vertices; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_x += xAmount; + this$static.com_badlogic_gdx_graphics_g2d_Sprite_y += yAmount; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty) + return; + if (this$static.com_badlogic_gdx_graphics_g2d_Sprite_rotation != 0 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleX != 1 || this$static.com_badlogic_gdx_graphics_g2d_Sprite_scaleY != 1) { + this$static.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + return; + } + vertices = this$static.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[0] += xAmount; + vertices[1] += yAmount; + vertices[5] += xAmount; + vertices[6] += yAmount; + vertices[10] += xAmount; + vertices[11] += yAmount; + vertices[15] += xAmount; + vertices[16] += yAmount; +} + +function com_badlogic_gdx_graphics_g2d_Sprite_Sprite__V(){ + com_badlogic_gdx_graphics_g2d_Sprite_$$init__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, 1, 1, 1, 1); +} + +function com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2IIIIV.call(this, texture, 0, 0, texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(), texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I()); +} + +function com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2IIV(texture, srcWidth, srcHeight){ + com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2IIIIV.call(this, texture, 0, 0, srcWidth, srcHeight); +} + +function com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(texture, srcX, srcY, srcWidth, srcHeight){ + com_badlogic_gdx_graphics_g2d_Sprite_$$init__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this); + if (!texture) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_165)); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this, srcX, srcY, srcWidth, srcHeight); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, 1, 1, 1, 1); + this.setSize__FFV($wnd.Math.abs(srcWidth), $wnd.Math.abs(srcHeight)); + this.setOrigin__FFV(this.com_badlogic_gdx_graphics_g2d_Sprite_width / 2, this.com_badlogic_gdx_graphics_g2d_Sprite_height / 2); +} + +function com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(sprite){ + com_badlogic_gdx_graphics_g2d_Sprite_$$init__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this); + com_badlogic_gdx_graphics_g2d_Sprite_$set__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this, sprite); +} + +function com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_graphics_g2d_Sprite_$$init__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + com_badlogic_gdx_graphics_g2d_Sprite_$setRegion__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, 1, 1, 1, 1); + this.setSize__FFV(region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth, region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + this.setOrigin__FFV(this.com_badlogic_gdx_graphics_g2d_Sprite_width / 2, this.com_badlogic_gdx_graphics_g2d_Sprite_height / 2); +} + +function com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, srcX, srcY, srcWidth, srcHeight){ + com_badlogic_gdx_graphics_g2d_Sprite_$$init__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(this, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(region.com_badlogic_gdx_graphics_g2d_TextureRegion_u * region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())) + srcX, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(region.com_badlogic_gdx_graphics_g2d_TextureRegion_v * region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())) + srcY, srcWidth, srcHeight); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, 1, 1, 1, 1); + this.setSize__FFV($wnd.Math.abs(srcWidth), $wnd.Math.abs(srcHeight)); + this.setOrigin__FFV(this.com_badlogic_gdx_graphics_g2d_Sprite_width / 2, this.com_badlogic_gdx_graphics_g2d_Sprite_height / 2); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(105, 69, {105:1, 69:1}, com_badlogic_gdx_graphics_g2d_Sprite_Sprite__V, com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2V, com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2IIV, com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2IIIIV, com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V, com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2V = function com_badlogic_gdx_graphics_g2d_Sprite_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2V(batch){ + com_badlogic_gdx_graphics_g2d_Sprite_$draw__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this, batch); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_graphics_g2d_Sprite_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, alphaModulation){ + var oldAlpha; + oldAlpha = this.com_badlogic_gdx_graphics_g2d_Sprite_color.com_badlogic_gdx_graphics_Color_a; + com_badlogic_gdx_graphics_g2d_Sprite_$setAlpha__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, oldAlpha * alphaModulation); + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, com_badlogic_gdx_graphics_g2d_Sprite_$getVertices__Lcom_badlogic_gdx_graphics_g2d_Sprite_2_3F(this), 0, 20); + com_badlogic_gdx_graphics_g2d_Sprite_$setAlpha__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, oldAlpha); +} +; +_.flip__ZZV = function com_badlogic_gdx_graphics_g2d_Sprite_flip__ZZV(x_0, y_0){ + com_badlogic_gdx_graphics_g2d_Sprite_$flip__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZZV(this, x_0, y_0); +} +; +_.getBoundingRectangle__Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_graphics_g2d_Sprite_getBoundingRectangle__Lcom_badlogic_gdx_math_Rectangle_2(){ + var maxx, maxy, minx, miny, vertices; + vertices = com_badlogic_gdx_graphics_g2d_Sprite_$getVertices__Lcom_badlogic_gdx_graphics_g2d_Sprite_2_3F(this); + minx = vertices[0]; + miny = vertices[1]; + maxx = vertices[0]; + maxy = vertices[1]; + minx = minx > vertices[5]?vertices[5]:minx; + minx = minx > vertices[10]?vertices[10]:minx; + minx = minx > vertices[15]?vertices[15]:minx; + maxx = maxx < vertices[5]?vertices[5]:maxx; + maxx = maxx < vertices[10]?vertices[10]:maxx; + maxx = maxx < vertices[15]?vertices[15]:maxx; + miny = miny > vertices[6]?vertices[6]:miny; + miny = miny > vertices[11]?vertices[11]:miny; + miny = miny > vertices[16]?vertices[16]:miny; + maxy = maxy < vertices[6]?vertices[6]:maxy; + maxy = maxy < vertices[11]?vertices[11]:maxy; + maxy = maxy < vertices[16]?vertices[16]:maxy; + !this.com_badlogic_gdx_graphics_g2d_Sprite_bounds && (this.com_badlogic_gdx_graphics_g2d_Sprite_bounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V); + this.com_badlogic_gdx_graphics_g2d_Sprite_bounds.com_badlogic_gdx_math_Rectangle_x = minx; + this.com_badlogic_gdx_graphics_g2d_Sprite_bounds.com_badlogic_gdx_math_Rectangle_y = miny; + this.com_badlogic_gdx_graphics_g2d_Sprite_bounds.com_badlogic_gdx_math_Rectangle_width = maxx - minx; + this.com_badlogic_gdx_graphics_g2d_Sprite_bounds.com_badlogic_gdx_math_Rectangle_height = maxy - miny; + return this.com_badlogic_gdx_graphics_g2d_Sprite_bounds; +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_g2d_Sprite_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_color; +} +; +_.getHeight__F = function com_badlogic_gdx_graphics_g2d_Sprite_getHeight__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_height; +} +; +_.getOriginX__F = function com_badlogic_gdx_graphics_g2d_Sprite_getOriginX__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_originX; +} +; +_.getOriginY__F = function com_badlogic_gdx_graphics_g2d_Sprite_getOriginY__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_originY; +} +; +_.getRotation__F = function com_badlogic_gdx_graphics_g2d_Sprite_getRotation__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_rotation; +} +; +_.getScaleX__F = function com_badlogic_gdx_graphics_g2d_Sprite_getScaleX__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_scaleX; +} +; +_.getScaleY__F = function com_badlogic_gdx_graphics_g2d_Sprite_getScaleY__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_scaleY; +} +; +_.getVertices___3F = function com_badlogic_gdx_graphics_g2d_Sprite_getVertices___3F(){ + return com_badlogic_gdx_graphics_g2d_Sprite_$getVertices__Lcom_badlogic_gdx_graphics_g2d_Sprite_2_3F(this); +} +; +_.getWidth__F = function com_badlogic_gdx_graphics_g2d_Sprite_getWidth__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_width; +} +; +_.getX__F = function com_badlogic_gdx_graphics_g2d_Sprite_getX__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_x; +} +; +_.getY__F = function com_badlogic_gdx_graphics_g2d_Sprite_getY__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_y; +} +; +_.rotate__FV = function com_badlogic_gdx_graphics_g2d_Sprite_rotate__FV(degrees){ + if (degrees == 0) + return; + this.com_badlogic_gdx_graphics_g2d_Sprite_rotation += degrees; + this.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; +} +; +_.rotate90__ZV = function com_badlogic_gdx_graphics_g2d_Sprite_rotate90__ZV(clockwise){ + com_badlogic_gdx_graphics_g2d_Sprite_$rotate90__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZV(this, clockwise); +} +; +_.scale__FV = function com_badlogic_gdx_graphics_g2d_Sprite_scale__FV(amount){ + this.com_badlogic_gdx_graphics_g2d_Sprite_scaleX += amount; + this.com_badlogic_gdx_graphics_g2d_Sprite_scaleY += amount; + this.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; +} +; +_.scroll__FFV = function com_badlogic_gdx_graphics_g2d_Sprite_scroll__FFV(xAmount, yAmount){ + var u, u2, v, v2, vertices; + vertices = this.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + if (xAmount != 0) { + u = (vertices[3] + xAmount) % 1; + u2 = u + this.com_badlogic_gdx_graphics_g2d_Sprite_width / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u = u; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = u2; + vertices[3] = u; + vertices[8] = u; + vertices[13] = u2; + vertices[18] = u2; + } + if (yAmount != 0) { + v = (vertices[9] + yAmount) % 1; + v2 = v + this.com_badlogic_gdx_graphics_g2d_Sprite_height / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v = v; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = v2; + vertices[4] = v2; + vertices[9] = v; + vertices[14] = v; + vertices[19] = v2; + } +} +; +_.set__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V = function com_badlogic_gdx_graphics_g2d_Sprite_set__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(sprite){ + com_badlogic_gdx_graphics_g2d_Sprite_$set__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this, sprite); +} +; +_.setAlpha__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setAlpha__FV(a){ + com_badlogic_gdx_graphics_g2d_Sprite_$setAlpha__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, a); +} +; +_.setBounds__FFFFV = function com_badlogic_gdx_graphics_g2d_Sprite_setBounds__FFFFV(x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_Sprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, x_0, y_0, width_0, height); +} +; +_.setCenter__FFV = function com_badlogic_gdx_graphics_g2d_Sprite_setCenter__FFV(x_0, y_0){ + this.setPosition__FFV(x_0 - this.com_badlogic_gdx_graphics_g2d_Sprite_width / 2, y_0 - this.com_badlogic_gdx_graphics_g2d_Sprite_height / 2); +} +; +_.setCenterX__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setCenterX__FV(x_0){ + this.setX__FV(x_0 - this.com_badlogic_gdx_graphics_g2d_Sprite_width / 2); +} +; +_.setCenterY__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setCenterY__FV(y_0){ + this.setY__FV(y_0 - this.com_badlogic_gdx_graphics_g2d_Sprite_height / 2); +} +; +_.setColor__FFFFV = function com_badlogic_gdx_graphics_g2d_Sprite_setColor__FFFFV(r, g, b, a){ + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, r, g, b, a); +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_graphics_g2d_Sprite_setColor__Lcom_badlogic_gdx_graphics_Color_2V(tint){ + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_Color_2V(this, tint); +} +; +_.setFlip__ZZV = function com_badlogic_gdx_graphics_g2d_Sprite_setFlip__ZZV(x_0, y_0){ + var performX, performY; + performX = false; + performY = false; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u > this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 != x_0 && (performX = true); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v > this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 != y_0 && (performY = true); + this.flip__ZZV(performX, performY); +} +; +_.setOrigin__FFV = function com_badlogic_gdx_graphics_g2d_Sprite_setOrigin__FFV(originX, originY){ + com_badlogic_gdx_graphics_g2d_Sprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, originX, originY); +} +; +_.setOriginBasedPosition__FFV = function com_badlogic_gdx_graphics_g2d_Sprite_setOriginBasedPosition__FFV(x_0, y_0){ + this.setPosition__FFV(x_0 - this.com_badlogic_gdx_graphics_g2d_Sprite_originX, y_0 - this.com_badlogic_gdx_graphics_g2d_Sprite_originY); +} +; +_.setOriginCenter__V = function com_badlogic_gdx_graphics_g2d_Sprite_setOriginCenter__V(){ + this.com_badlogic_gdx_graphics_g2d_Sprite_originX = this.com_badlogic_gdx_graphics_g2d_Sprite_width / 2; + this.com_badlogic_gdx_graphics_g2d_Sprite_originY = this.com_badlogic_gdx_graphics_g2d_Sprite_height / 2; + this.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; +} +; +_.setPackedColor__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setPackedColor__FV(packedColor){ + com_badlogic_gdx_graphics_g2d_Sprite_$setPackedColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, packedColor); +} +; +_.setPosition__FFV = function com_badlogic_gdx_graphics_g2d_Sprite_setPosition__FFV(x_0, y_0){ + com_badlogic_gdx_graphics_g2d_Sprite_$setPosition__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, x_0, y_0); +} +; +_.setRegion__FFFFV = function com_badlogic_gdx_graphics_g2d_Sprite_setRegion__FFFFV(u, v, u2, v2){ + com_badlogic_gdx_graphics_g2d_Sprite_$setRegion__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, u, v, u2, v2); +} +; +_.setRotation__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setRotation__FV(degrees){ + com_badlogic_gdx_graphics_g2d_Sprite_$setRotation__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, degrees); +} +; +_.setScale__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setScale__FV(scaleXY){ + com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, scaleXY); +} +; +_.setScale__FFV = function com_badlogic_gdx_graphics_g2d_Sprite_setScale__FFV(scaleX, scaleY){ + com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, scaleX, scaleY); +} +; +_.setSize__FFV = function com_badlogic_gdx_graphics_g2d_Sprite_setSize__FFV(width_0, height){ + com_badlogic_gdx_graphics_g2d_Sprite_$setSize__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, width_0, height); +} +; +_.setU__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setU__FV(u){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u = u; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 - u) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())); + this.com_badlogic_gdx_graphics_g2d_Sprite_vertices[3] = u; + this.com_badlogic_gdx_graphics_g2d_Sprite_vertices[8] = u; +} +; +_.setU2__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setU2__FV(u2){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = u2; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(u2 - this.com_badlogic_gdx_graphics_g2d_TextureRegion_u) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())); + this.com_badlogic_gdx_graphics_g2d_Sprite_vertices[13] = u2; + this.com_badlogic_gdx_graphics_g2d_Sprite_vertices[18] = u2; +} +; +_.setV__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setV__FV(v){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v = v; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 - v) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())); + this.com_badlogic_gdx_graphics_g2d_Sprite_vertices[9] = v; + this.com_badlogic_gdx_graphics_g2d_Sprite_vertices[14] = v; +} +; +_.setV2__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setV2__FV(v2){ + this.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = v2; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(v2 - this.com_badlogic_gdx_graphics_g2d_TextureRegion_v) * this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())); + this.com_badlogic_gdx_graphics_g2d_Sprite_vertices[4] = v2; + this.com_badlogic_gdx_graphics_g2d_Sprite_vertices[19] = v2; +} +; +_.setX__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setX__FV(x_0){ + com_badlogic_gdx_graphics_g2d_Sprite_$setX__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, x_0); +} +; +_.setY__FV = function com_badlogic_gdx_graphics_g2d_Sprite_setY__FV(y_0){ + com_badlogic_gdx_graphics_g2d_Sprite_$setY__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, y_0); +} +; +_.translate__FFV = function com_badlogic_gdx_graphics_g2d_Sprite_translate__FFV(xAmount, yAmount){ + com_badlogic_gdx_graphics_g2d_Sprite_$translate__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, xAmount, yAmount); +} +; +_.translateX__FV = function com_badlogic_gdx_graphics_g2d_Sprite_translateX__FV(xAmount){ + var vertices; + this.com_badlogic_gdx_graphics_g2d_Sprite_x += xAmount; + if (this.com_badlogic_gdx_graphics_g2d_Sprite_dirty) + return; + if (this.com_badlogic_gdx_graphics_g2d_Sprite_rotation != 0 || this.com_badlogic_gdx_graphics_g2d_Sprite_scaleX != 1 || this.com_badlogic_gdx_graphics_g2d_Sprite_scaleY != 1) { + this.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + return; + } + vertices = this.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[0] += xAmount; + vertices[5] += xAmount; + vertices[10] += xAmount; + vertices[15] += xAmount; +} +; +_.translateY__FV = function com_badlogic_gdx_graphics_g2d_Sprite_translateY__FV(yAmount){ + var vertices; + this.com_badlogic_gdx_graphics_g2d_Sprite_y += yAmount; + if (this.com_badlogic_gdx_graphics_g2d_Sprite_dirty) + return; + if (this.com_badlogic_gdx_graphics_g2d_Sprite_rotation != 0 || this.com_badlogic_gdx_graphics_g2d_Sprite_scaleX != 1 || this.com_badlogic_gdx_graphics_g2d_Sprite_scaleY != 1) { + this.com_badlogic_gdx_graphics_g2d_Sprite_dirty = true; + return; + } + vertices = this.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + vertices[1] += yAmount; + vertices[6] += yAmount; + vertices[11] += yAmount; + vertices[16] += yAmount; +} +; +_.com_badlogic_gdx_graphics_g2d_Sprite_dirty = false; +_.com_badlogic_gdx_graphics_g2d_Sprite_height = 0; +_.com_badlogic_gdx_graphics_g2d_Sprite_originX = 0; +_.com_badlogic_gdx_graphics_g2d_Sprite_originY = 0; +_.com_badlogic_gdx_graphics_g2d_Sprite_rotation = 0; +_.com_badlogic_gdx_graphics_g2d_Sprite_scaleX = 0; +_.com_badlogic_gdx_graphics_g2d_Sprite_scaleY = 0; +_.com_badlogic_gdx_graphics_g2d_Sprite_width = 0; +_.com_badlogic_gdx_graphics_g2d_Sprite_x = 0; +_.com_badlogic_gdx_graphics_g2d_Sprite_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_167, 105, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_ParticleEmitter$Particle__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(sprite){ + com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V.call(this, sprite); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(681, 105, {681:1, 105:1, 69:1}, com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_ParticleEmitter$Particle__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V); +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angle = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleCos = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_angleSin = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_currentLife = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_frame = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_gravity = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_gravityDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_life = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotation = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_rotationDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_transparency = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_transparencyDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_velocity = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_velocityDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_wind = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_windDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScale = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_xScaleDiff = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScale = 0; +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$Particle_yScaleDiff = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$Particle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/Particle', 681, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_both = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_ParticleEmitter$SpawnEllipseSide__Ljava_lang_String_2IV('both', 0); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_top = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_ParticleEmitter$SpawnEllipseSide__Ljava_lang_String_2IV($intern_168, 1); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_bottom = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_ParticleEmitter$SpawnEllipseSide__Ljava_lang_String_2IV($intern_169, 2); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_ParticleEmitter$SpawnEllipseSide__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_2(name_0){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_$clinit__V(); + return java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide$Map_$clinit__V() , com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide$Map_$MAP), name_0); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_values___3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_2(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpawnEllipseSide_12_1classLit, 1), $intern_11, 386, 0, [com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_both, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_top, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_bottom]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(386, 39, {386:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_ParticleEmitter$SpawnEllipseSide__Ljava_lang_String_2IV); +var com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_both, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_bottom, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_top; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpawnEllipseSide_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/SpawnEllipseSide', 386, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_values___3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_2); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide$Map_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpawnEllipseSide_12_1classLit, 1), $intern_11, 386, 0, [com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_both, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_top, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_bottom]))); +} + +var com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide$Map_$MAP; +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_point = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ParticleEmitter$SpawnShape__Ljava_lang_String_2IV($intern_170, 0); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_line = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ParticleEmitter$SpawnShape__Ljava_lang_String_2IV($intern_171, 1); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_square = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ParticleEmitter$SpawnShape__Ljava_lang_String_2IV('square', 2); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ellipse = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ParticleEmitter$SpawnShape__Ljava_lang_String_2IV($intern_172, 3); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ParticleEmitter$SpawnShape__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_2(name_0){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_$clinit__V(); + return java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape$Map_$clinit__V() , com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape$Map_$MAP), name_0); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_values___3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_2(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpawnShape_12_1classLit, 1), $intern_11, 312, 0, [com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_point, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_line, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_square, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ellipse]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(312, 39, {312:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ParticleEmitter$SpawnShape__Ljava_lang_String_2IV); +var com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ellipse, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_line, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_point, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_square; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpawnShape_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/SpawnShape', 312, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_values___3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_2); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape$Map_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpawnShape_12_1classLit, 1), $intern_11, 312, 0, [com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_point, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_line, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_square, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ellipse]))); +} + +var com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape$Map_$MAP; +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_2Ljava_io_BufferedReader_2V(this$static, reader){ + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_alwaysActive?(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active = true):(this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active = (java_lang_Boolean_$clinit__V() , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_151)))); + if (!this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$ParticleValue_active) + return; + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_shape = com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_2(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, 'shape')); + if (this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_shape == (com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_$clinit__V() , com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_ellipse)) { + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_edges = (java_lang_Boolean_$clinit__V() , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_173))); + this$static.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_side = com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_2(com_badlogic_gdx_graphics_g2d_ParticleEmitter_readString__Ljava_io_BufferedReader_2Ljava_lang_String_2Ljava_lang_String_2(reader, $intern_174)); + } +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_ParticleEmitter$SpawnShapeValue__V(){ + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_shape = (com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_$clinit__V() , com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShape_point); + this.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_side = (com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_$clinit__V() , com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnEllipseSide_both); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1072, 385, {385:1}, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_ParticleEmitter$SpawnShapeValue__V); +_.com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpawnShapeValue_edges = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/SpawnShapeValue', 1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$ParticleValue_12_1classLit); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_single = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_ParticleEmitter$SpriteMode__Ljava_lang_String_2IV('single', 0); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_random = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_ParticleEmitter$SpriteMode__Ljava_lang_String_2IV($intern_175, 1); + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_animated = new com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_ParticleEmitter$SpriteMode__Ljava_lang_String_2IV('animated', 2); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_ParticleEmitter$SpriteMode__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_2(name_0){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_$clinit__V(); + return java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode$Map_$clinit__V() , com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode$Map_$MAP), name_0); +} + +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_values___3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_2(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpriteMode_12_1classLit, 1), $intern_11, 387, 0, [com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_single, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_random, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_animated]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(387, 39, {387:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_ParticleEmitter$SpriteMode__Ljava_lang_String_2IV); +var com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_animated, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_random, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_single; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpriteMode_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_122, 'ParticleEmitter/SpriteMode', 387, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_values___3Lcom_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_2); +function com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode$Map_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEmitter$SpriteMode_12_1classLit, 1), $intern_11, 387, 0, [com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_single, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_random, com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode_animated]))); +} + +var com_badlogic_gdx_graphics_g2d_ParticleEmitter$SpriteMode$Map_$MAP; +function com_badlogic_gdx_graphics_g2d_SpriteBatch_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_SpriteBatch_defaultVertexDataType = (com_badlogic_gdx_graphics_Mesh$VertexDataType_$clinit__V() , com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexArray); +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_$draw__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFV(this$static, texture, x_0, y_0, width_0, height){ + var color_0, fx2, fy2, idx, vertices; + if (!this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + vertices = this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + texture != this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture?com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this$static, texture):this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == vertices.length && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this$static); + fx2 = x_0 + width_0; + fy2 = y_0 + height; + color_0 = this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; + idx = this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + vertices[idx] = x_0; + vertices[idx + 1] = y_0; + vertices[idx + 2] = color_0; + vertices[idx + 3] = 0; + vertices[idx + 4] = 1; + vertices[idx + 5] = x_0; + vertices[idx + 6] = fy2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = 0; + vertices[idx + 9] = 0; + vertices[idx + 10] = fx2; + vertices[idx + 11] = fy2; + vertices[idx + 12] = color_0; + vertices[idx + 13] = 1; + vertices[idx + 14] = 0; + vertices[idx + 15] = fx2; + vertices[idx + 16] = y_0; + vertices[idx + 17] = color_0; + vertices[idx + 18] = 1; + vertices[idx + 19] = 1; + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = idx + 20; +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_$draw__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this$static, region, x_0, y_0, width_0, height){ + var color_0, fx2, fy2, idx, texture, u, u2, v, v2, vertices; + if (!this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + vertices = this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + texture != this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture?com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this$static, texture):this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == vertices.length && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this$static); + fx2 = x_0 + width_0; + fy2 = y_0 + height; + u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + color_0 = this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; + idx = this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + vertices[idx] = x_0; + vertices[idx + 1] = y_0; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x_0; + vertices[idx + 6] = fy2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = fx2; + vertices[idx + 11] = fy2; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = fx2; + vertices[idx + 16] = y_0; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = idx + 20; +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this$static){ + var count, indicesBuffer, mesh, spritesInBatch; + if (this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == 0) + return; + ++this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_renderCalls; + ++this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_totalRenderCalls; + spritesInBatch = this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx / 20 | 0; + spritesInBatch > this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_maxSpritesInBatch && (this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_maxSpritesInBatch = spritesInBatch); + count = spritesInBatch * 6; + com_badlogic_gdx_graphics_GLTexture_$bind__Lcom_badlogic_gdx_graphics_GLTexture_2V(this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture); + mesh = this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_mesh; + com_badlogic_gdx_graphics_Mesh_$setVertices__Lcom_badlogic_gdx_graphics_Mesh_2_3FIILcom_badlogic_gdx_graphics_Mesh_2(mesh, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx); + indicesBuffer = mesh.com_badlogic_gdx_graphics_Mesh_indices.getBuffer__ZLjava_nio_ShortBuffer_2(true); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(indicesBuffer, 0); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(indicesBuffer, count); + if (this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glDisable__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl, 3042); + } + else { + com_badlogic_gdx_backends_gwt_GwtGL20_$glEnable__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl, 3042); + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFunc != -1 && com_badlogic_gdx_backends_gwt_GwtGL20_$glBlendFuncSeparate__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(com_badlogic_gdx_Gdx_gl, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFunc, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFunc, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFuncAlpha, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFuncAlpha); + } + com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIV(mesh, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader?this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader:this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader, 4, 0, count); + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = 0; +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_$setBlendFunctionSeparate__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IIIIV(this$static, srcFuncColor, dstFuncColor, srcFuncAlpha, dstFuncAlpha){ + if (this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFunc == srcFuncColor && this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFunc == dstFuncColor && this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFuncAlpha == srcFuncAlpha && this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFuncAlpha == dstFuncAlpha) + return; + com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this$static); + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFunc = srcFuncColor; + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFunc = dstFuncColor; + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFuncAlpha = srcFuncAlpha; + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFuncAlpha = dstFuncAlpha; +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_$setupMatrices__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this$static){ + com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_combinedMatrix, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_projectionMatrix.com_badlogic_gdx_math_Matrix4_val), this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_transformMatrix); + if (this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader) { + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2ZV(this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_combinedMatrix); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformi__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2IV(this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader, $intern_177, 0); + } + else { + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2ZV(this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader, this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_combinedMatrix); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformi__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2IV(this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader, $intern_177, 0); + } +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this$static, texture){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this$static); + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture = texture; + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + this$static.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__V(){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V.call(this, $intern_54, null); +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__IV(size_0){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V.call(this, size_0, null); +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(size_0, defaultShader){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$clinit__V(); + var i, indices, j, len, vertexDataType; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_transformMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_projectionMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_combinedMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_color = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked = (com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE_1FLOAT_1BITS); + if (size_0 > $intern_178) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_179 + size_0)); + vertexDataType = com_badlogic_gdx_graphics_g2d_SpriteBatch_defaultVertexDataType; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_mesh = new com_badlogic_gdx_graphics_Mesh_Mesh__Lcom_badlogic_gdx_graphics_Mesh$VertexDataType_2ZII_3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(vertexDataType, size_0 * 4, size_0 * 6, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), $intern_115, 76, 0, [new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(1, 2, $intern_180), new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(4, 4, $intern_181), new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(16, 2, $intern_182)])); + com_badlogic_gdx_math_Matrix4_$setToOrtho2D__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_projectionMatrix, 0, 0, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, size_0 * 20, 15, 1); + len = size_0 * 6; + indices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, len, 15, 1); + j = 0; + for (i = 0; i < len; i += 6 , j = j + 4 << 16 >> 16) { + indices[i] = j; + indices[i + 1] = j + 1 << 16 >> 16; + indices[i + 2] = j + 2 << 16 >> 16; + indices[i + 3] = j + 2 << 16 >> 16; + indices[i + 4] = j + 3 << 16 >> 16; + indices[i + 5] = j; + } + com_badlogic_gdx_graphics_Mesh_$setIndices__Lcom_badlogic_gdx_graphics_Mesh_2_3SLcom_badlogic_gdx_graphics_Mesh_2(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_mesh, indices); + if (!defaultShader) { + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader = com_badlogic_gdx_graphics_g2d_SpriteBatch_createDefaultShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_ownsShader = true; + } + else + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader = defaultShader; +} + +function com_badlogic_gdx_graphics_g2d_SpriteBatch_createDefaultShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$clinit__V(); + var shader; + shader = new com_badlogic_gdx_graphics_glutils_ShaderProgram_ShaderProgram__Ljava_lang_String_2Ljava_lang_String_2V('attribute vec4 a_position;\nattribute vec4 a_color;\nattribute vec2 a_texCoord0;\nuniform mat4 u_projTrans;\nvarying vec4 v_color;\nvarying vec2 v_texCoords;\n\nvoid main()\n{\n v_color = a_color;\n v_color.a = v_color.a * (255.0/254.0);\n v_texCoords = a_texCoord0;\n gl_Position = u_projTrans * a_position;\n}\n', '#ifdef GL_ES\n#define LOWP lowp\nprecision mediump float;\n#else\n#define LOWP \n#endif\nvarying LOWP vec4 v_color;\nvarying vec2 v_texCoords;\nuniform sampler2D u_texture;\nvoid main()\n{\n gl_FragColor = v_color * texture2D(u_texture, v_texCoords);\n}'); + if (!shader.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_184 + com_badlogic_gdx_graphics_glutils_ShaderProgram_$getLog__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2(shader))); + return shader; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(213, 1, {1140:1, 213:1, 49:1}, com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__V, com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__IV, com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V); +_.begin__V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_begin__V(){ + if (this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('SpriteBatch.end must be called before begin.')); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_renderCalls = 0; + com_badlogic_gdx_Gdx_gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.depthMask(false); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader?com_badlogic_gdx_graphics_glutils_ShaderProgram_$bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader):com_badlogic_gdx_graphics_glutils_ShaderProgram_$bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader); + com_badlogic_gdx_graphics_g2d_SpriteBatch_$setupMatrices__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing = true; +} +; +_.disableBlending__V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_disableBlending__V(){ + if (this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled) + return; + com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled = true; +} +; +_.dispose__V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_dispose__V(){ + com_badlogic_gdx_graphics_Mesh_$dispose__Lcom_badlogic_gdx_graphics_Mesh_2V(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_mesh); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_ownsShader && !!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader && com_badlogic_gdx_graphics_glutils_ShaderProgram_$dispose__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader); +} +; +_.draw__Lcom_badlogic_gdx_graphics_Texture_2FFV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_Texture_2FFV(texture, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$draw__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFV(this, texture, x_0, y_0, texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(), texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I()); +} +; +_.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFV(texture, x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$draw__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFV(this, texture, x_0, y_0, width_0, height); +} +; +_.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, x_0, y_0, width_0, height, u, v, u2, v2){ + var color_0, fx2, fy2, idx, vertices; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + vertices = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + texture != this.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture?com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture):this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == vertices.length && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + fx2 = x_0 + width_0; + fy2 = y_0 + height; + color_0 = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; + idx = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + vertices[idx] = x_0; + vertices[idx + 1] = y_0; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x_0; + vertices[idx + 6] = fy2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = fx2; + vertices[idx + 11] = fy2; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = fx2; + vertices[idx + 16] = y_0; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = idx + 20; +} +; +_.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZV(texture, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation, srcX, srcY, srcWidth, srcHeight, flipX, flipY){ + var color_0, cos_0, fx, fx2, fy, fy2, idx, p1x, p1y, p2x, p2y, p3x, p3y, p4x, p4y, sin_0, tmp, u, u2, v, v2, vertices, worldOriginX, worldOriginY, x1, x2, x3, x4, y1, y2, y3, y4; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + vertices = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + texture != this.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture?com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture):this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == vertices.length && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + worldOriginX = x_0 + originX; + worldOriginY = y_0 + originY; + fx = -originX; + fy = -originY; + fx2 = width_0 - originX; + fy2 = height - originY; + if (scaleX != 1 || scaleY != 1) { + fx *= scaleX; + fy *= scaleY; + fx2 *= scaleX; + fy2 *= scaleY; + } + p1x = fx; + p1y = fy; + p2x = fx; + p2y = fy2; + p3x = fx2; + p3y = fy2; + p4x = fx2; + p4y = fy; + if (rotation != 0) { + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + x1 = cos_0 * p1x - sin_0 * p1y; + y1 = sin_0 * p1x + cos_0 * p1y; + x2 = cos_0 * p2x - sin_0 * p2y; + y2 = sin_0 * p2x + cos_0 * p2y; + x3 = cos_0 * p3x - sin_0 * p3y; + y3 = sin_0 * p3x + cos_0 * p3y; + x4 = x1 + (x3 - x2); + y4 = y3 - (y2 - y1); + } + else { + x1 = p1x; + y1 = p1y; + x2 = p2x; + y2 = p2y; + x3 = p3x; + y3 = p3y; + x4 = p4x; + y4 = p4y; + } + x1 += worldOriginX; + y1 += worldOriginY; + x2 += worldOriginX; + y2 += worldOriginY; + x3 += worldOriginX; + y3 += worldOriginY; + x4 += worldOriginX; + y4 += worldOriginY; + u = srcX * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth; + v = (srcY + srcHeight) * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight; + u2 = (srcX + srcWidth) * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth; + v2 = srcY * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight; + if (flipX) { + tmp = u; + u = u2; + u2 = tmp; + } + if (flipY) { + tmp = v; + v = v2; + v2 = tmp; + } + color_0 = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; + idx = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + vertices[idx] = x1; + vertices[idx + 1] = y1; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x2; + vertices[idx + 6] = y2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = x3; + vertices[idx + 11] = y3; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = x4; + vertices[idx + 16] = y4; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = idx + 20; +} +; +_.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZV(texture, x_0, y_0, width_0, height, srcX, srcY, srcWidth, srcHeight, flipX, flipY){ + var color_0, fx2, fy2, idx, tmp, u, u2, v, v2, vertices; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + vertices = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + texture != this.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture?com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture):this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == vertices.length && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + u = srcX * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth; + v = (srcY + srcHeight) * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight; + u2 = (srcX + srcWidth) * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth; + v2 = srcY * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight; + fx2 = x_0 + width_0; + fy2 = y_0 + height; + if (flipX) { + tmp = u; + u = u2; + u2 = tmp; + } + if (flipY) { + tmp = v; + v = v2; + v2 = tmp; + } + color_0 = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; + idx = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + vertices[idx] = x_0; + vertices[idx + 1] = y_0; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x_0; + vertices[idx + 6] = fy2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = fx2; + vertices[idx + 11] = fy2; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = fx2; + vertices[idx + 16] = y_0; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = idx + 20; +} +; +_.draw__Lcom_badlogic_gdx_graphics_Texture_2FFIIIIV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_Texture_2FFIIIIV(texture, x_0, y_0, srcX, srcY, srcWidth, srcHeight){ + var color_0, fx2, fy2, idx, u, u2, v, v2, vertices; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + vertices = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + texture != this.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture?com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture):this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == vertices.length && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + u = srcX * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth; + v = (srcY + srcHeight) * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight; + u2 = (srcX + srcWidth) * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth; + v2 = srcY * this.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight; + fx2 = x_0 + srcWidth; + fy2 = y_0 + srcHeight; + color_0 = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; + idx = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + vertices[idx] = x_0; + vertices[idx + 1] = y_0; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x_0; + vertices[idx + 6] = fy2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = fx2; + vertices[idx + 11] = fy2; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = fx2; + vertices[idx + 16] = y_0; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = idx + 20; +} +; +_.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(texture, spriteVertices, offset, count){ + var copyCount, remainingVertices, verticesLength; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + verticesLength = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices.length; + remainingVertices = verticesLength; + if (texture != this.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture) + com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture); + else { + remainingVertices -= this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + if (remainingVertices == 0) { + com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + remainingVertices = verticesLength; + } + } + copyCount = $wnd.Math.min(remainingVertices, count); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(spriteVertices, offset, this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices, this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx, copyCount); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx += copyCount; + count -= copyCount; + while (count > 0) { + offset += copyCount; + com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + copyCount = $wnd.Math.min(verticesLength, count); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(spriteVertices, offset, this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices, 0, copyCount); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx += copyCount; + count -= copyCount; + } +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFV(region, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$draw__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this, region, x_0, y_0, region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth, region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(region, x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$draw__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this, region, x_0, y_0, width_0, height); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFV(region, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation){ + var color_0, cos_0, fx, fx2, fy, fy2, idx, p1x, p1y, p2x, p2y, p3x, p3y, p4x, p4y, sin_0, texture, u, u2, v, v2, vertices, worldOriginX, worldOriginY, x1, x2, x3, x4, y1, y2, y3, y4; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + vertices = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + texture != this.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture?com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture):this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == vertices.length && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + worldOriginX = x_0 + originX; + worldOriginY = y_0 + originY; + fx = -originX; + fy = -originY; + fx2 = width_0 - originX; + fy2 = height - originY; + if (scaleX != 1 || scaleY != 1) { + fx *= scaleX; + fy *= scaleY; + fx2 *= scaleX; + fy2 *= scaleY; + } + p1x = fx; + p1y = fy; + p2x = fx; + p2y = fy2; + p3x = fx2; + p3y = fy2; + p4x = fx2; + p4y = fy; + if (rotation != 0) { + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + x1 = cos_0 * p1x - sin_0 * p1y; + y1 = sin_0 * p1x + cos_0 * p1y; + x2 = cos_0 * p2x - sin_0 * p2y; + y2 = sin_0 * p2x + cos_0 * p2y; + x3 = cos_0 * p3x - sin_0 * p3y; + y3 = sin_0 * p3x + cos_0 * p3y; + x4 = x1 + (x3 - x2); + y4 = y3 - (y2 - y1); + } + else { + x1 = p1x; + y1 = p1y; + x2 = p2x; + y2 = p2y; + x3 = p3x; + y3 = p3y; + x4 = p4x; + y4 = p4y; + } + x1 += worldOriginX; + y1 += worldOriginY; + x2 += worldOriginX; + y2 += worldOriginY; + x3 += worldOriginX; + y3 += worldOriginY; + x4 += worldOriginX; + y4 += worldOriginY; + u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + color_0 = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; + idx = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + vertices[idx] = x1; + vertices[idx + 1] = y1; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x2; + vertices[idx + 6] = y2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = x3; + vertices[idx + 11] = y3; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = x4; + vertices[idx + 16] = y4; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = idx + 20; +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFZV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFZV(region, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation, clockwise){ + var color_0, cos_0, fx, fx2, fy, fy2, idx, p1x, p1y, p2x, p2y, p3x, p3y, p4x, p4y, sin_0, texture, u1, u2, u3, u4, v1, v2, v3, v4, vertices, worldOriginX, worldOriginY, x1, x2, x3, x4, y1, y2, y3, y4; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + vertices = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + texture != this.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture?com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture):this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == vertices.length && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + worldOriginX = x_0 + originX; + worldOriginY = y_0 + originY; + fx = -originX; + fy = -originY; + fx2 = width_0 - originX; + fy2 = height - originY; + if (scaleX != 1 || scaleY != 1) { + fx *= scaleX; + fy *= scaleY; + fx2 *= scaleX; + fy2 *= scaleY; + } + p1x = fx; + p1y = fy; + p2x = fx; + p2y = fy2; + p3x = fx2; + p3y = fy2; + p4x = fx2; + p4y = fy; + if (rotation != 0) { + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + x1 = cos_0 * p1x - sin_0 * p1y; + y1 = sin_0 * p1x + cos_0 * p1y; + x2 = cos_0 * p2x - sin_0 * p2y; + y2 = sin_0 * p2x + cos_0 * p2y; + x3 = cos_0 * p3x - sin_0 * p3y; + y3 = sin_0 * p3x + cos_0 * p3y; + x4 = x1 + (x3 - x2); + y4 = y3 - (y2 - y1); + } + else { + x1 = p1x; + y1 = p1y; + x2 = p2x; + y2 = p2y; + x3 = p3x; + y3 = p3y; + x4 = p4x; + y4 = p4y; + } + x1 += worldOriginX; + y1 += worldOriginY; + x2 += worldOriginX; + y2 += worldOriginY; + x3 += worldOriginX; + y3 += worldOriginY; + x4 += worldOriginX; + y4 += worldOriginY; + if (clockwise) { + u1 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v1 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u3 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v3 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + u4 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v4 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + } + else { + u1 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v1 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + u3 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v3 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u4 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v4 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + } + color_0 = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; + idx = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + vertices[idx] = x1; + vertices[idx + 1] = y1; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u1; + vertices[idx + 4] = v1; + vertices[idx + 5] = x2; + vertices[idx + 6] = y2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u2; + vertices[idx + 9] = v2; + vertices[idx + 10] = x3; + vertices[idx + 11] = y3; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u3; + vertices[idx + 14] = v3; + vertices[idx + 15] = x4; + vertices[idx + 16] = y4; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u4; + vertices[idx + 19] = v4; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = idx + 20; +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLcom_badlogic_gdx_math_Affine2_2V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLcom_badlogic_gdx_math_Affine2_2V(region, width_0, height, transform){ + var color_0, idx, texture, u, u2, v, v2, vertices, x1, x2, x3, x4, y1, y2, y3, y4; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_176)); + vertices = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + texture != this.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture?com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture):this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx == vertices.length && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + x1 = transform.com_badlogic_gdx_math_Affine2_m02; + y1 = transform.com_badlogic_gdx_math_Affine2_m12; + x2 = transform.com_badlogic_gdx_math_Affine2_m01 * height + transform.com_badlogic_gdx_math_Affine2_m02; + y2 = transform.com_badlogic_gdx_math_Affine2_m11 * height + transform.com_badlogic_gdx_math_Affine2_m12; + x3 = transform.com_badlogic_gdx_math_Affine2_m00 * width_0 + transform.com_badlogic_gdx_math_Affine2_m01 * height + transform.com_badlogic_gdx_math_Affine2_m02; + y3 = transform.com_badlogic_gdx_math_Affine2_m10 * width_0 + transform.com_badlogic_gdx_math_Affine2_m11 * height + transform.com_badlogic_gdx_math_Affine2_m12; + x4 = transform.com_badlogic_gdx_math_Affine2_m00 * width_0 + transform.com_badlogic_gdx_math_Affine2_m02; + y4 = transform.com_badlogic_gdx_math_Affine2_m10 * width_0 + transform.com_badlogic_gdx_math_Affine2_m12; + u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + color_0 = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; + idx = this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx; + vertices[idx] = x1; + vertices[idx + 1] = y1; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x2; + vertices[idx + 6] = y2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = x3; + vertices[idx + 11] = y3; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = x4; + vertices[idx + 16] = y4; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = idx + 20; +} +; +_.enableBlending__V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_enableBlending__V(){ + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled) + return; + com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled = false; +} +; +_.end__V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_end__V(){ + var gl; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('SpriteBatch.begin must be called before end.')); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx > 0 && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture = null; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing = false; + gl = com_badlogic_gdx_Gdx_gl; + gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.depthMask(true); + !this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled && (gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.disable(3042) , undefined); +} +; +_.flush__V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_flush__V(){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); +} +; +_.getBlendDstFunc__I = function com_badlogic_gdx_graphics_g2d_SpriteBatch_getBlendDstFunc__I(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFunc; +} +; +_.getBlendDstFuncAlpha__I = function com_badlogic_gdx_graphics_g2d_SpriteBatch_getBlendDstFuncAlpha__I(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFuncAlpha; +} +; +_.getBlendSrcFunc__I = function com_badlogic_gdx_graphics_g2d_SpriteBatch_getBlendSrcFunc__I(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFunc; +} +; +_.getBlendSrcFuncAlpha__I = function com_badlogic_gdx_graphics_g2d_SpriteBatch_getBlendSrcFuncAlpha__I(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFuncAlpha; +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_g2d_SpriteBatch_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_color; +} +; +_.getPackedColor__F = function com_badlogic_gdx_graphics_g2d_SpriteBatch_getPackedColor__F(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked; +} +; +_.getProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_graphics_g2d_SpriteBatch_getProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_projectionMatrix; +} +; +_.getShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2 = function com_badlogic_gdx_graphics_g2d_SpriteBatch_getShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(){ + if (!this.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader) { + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader; + } + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader; +} +; +_.getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_graphics_g2d_SpriteBatch_getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_transformMatrix; +} +; +_.isBlendingEnabled__Z = function com_badlogic_gdx_graphics_g2d_SpriteBatch_isBlendingEnabled__Z(){ + return !this.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled; +} +; +_.isDrawing__Z = function com_badlogic_gdx_graphics_g2d_SpriteBatch_isDrawing__Z(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing; +} +; +_.setBlendFunction__IIV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_setBlendFunction__IIV(srcFunc, dstFunc){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$setBlendFunctionSeparate__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IIIIV(this, srcFunc, dstFunc, srcFunc, dstFunc); +} +; +_.setBlendFunctionSeparate__IIIIV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_setBlendFunctionSeparate__IIIIV(srcFuncColor, dstFuncColor, srcFuncAlpha, dstFuncAlpha){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$setBlendFunctionSeparate__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IIIIV(this, srcFuncColor, dstFuncColor, srcFuncAlpha, dstFuncAlpha); +} +; +_.setColor__FFFFV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_setColor__FFFFV(r, g, b, a){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_color, r, g, b, a); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked = com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_color); +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_setColor__Lcom_badlogic_gdx_graphics_Color_2V(tint){ + var color_0; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_color, tint); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked = (color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); +} +; +_.setPackedColor__FV = function com_badlogic_gdx_graphics_g2d_SpriteBatch_setPackedColor__FV(packedColor){ + com_badlogic_gdx_graphics_Color_abgr8888ToColor__Lcom_badlogic_gdx_graphics_Color_2FV(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_color, packedColor); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked = packedColor; +} +; +_.setProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_setProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(projection){ + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_projectionMatrix, projection.com_badlogic_gdx_math_Matrix4_val); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing && com_badlogic_gdx_graphics_g2d_SpriteBatch_$setupMatrices__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); +} +; +_.setShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_setShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(shader){ + if (shader == this.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader) + return; + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader = shader; + if (this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing) { + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader?com_badlogic_gdx_graphics_glutils_ShaderProgram_$bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader):com_badlogic_gdx_graphics_glutils_ShaderProgram_$bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader); + com_badlogic_gdx_graphics_g2d_SpriteBatch_$setupMatrices__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + } +} +; +_.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(transform){ + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing && com_badlogic_gdx_graphics_g2d_SpriteBatch_$flush__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g2d_SpriteBatch_transformMatrix, transform.com_badlogic_gdx_math_Matrix4_val); + this.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing && com_badlogic_gdx_graphics_g2d_SpriteBatch_$setupMatrices__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); +} +; +_.setupMatrices__V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_setupMatrices__V(){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$setupMatrices__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2V(this); +} +; +_.switchTexture__Lcom_badlogic_gdx_graphics_Texture_2V = function com_badlogic_gdx_graphics_g2d_SpriteBatch_switchTexture__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + com_badlogic_gdx_graphics_g2d_SpriteBatch_$switchTexture__Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture); +} +; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFunc = 771; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFuncAlpha = 771; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFunc = 770; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFuncAlpha = 770; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled = false; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader = null; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing = false; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture = null; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_maxSpritesInBatch = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_ownsShader = false; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_renderCalls = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteBatch_totalRenderCalls = 0; +var com_badlogic_gdx_graphics_g2d_SpriteBatch_defaultVertexDataType; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_185, 213, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_SpriteCache_$clinit__V(){ + com_badlogic_gdx_graphics_g2d_SpriteCache_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 30, 15, 1); +} + +function com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this$static, texture, vertices, offset, length_0){ + var count, lastIndex, verticesPerImage; + if (!this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('beginCache must be called before add.')); + verticesPerImage = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0?4:6; + count = (length_0 / (verticesPerImage * 5) | 0) * 6; + lastIndex = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_textures.com_badlogic_gdx_utils_Array_size - 1; + if (lastIndex < 0 || com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_textures, lastIndex)) !== com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(texture)) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_textures, texture); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_counts, count); + } + else + com_badlogic_gdx_utils_IntArray_$incr__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_counts, lastIndex, count); + java_nio_FloatBuffer_$put__Ljava_nio_FloatBuffer_2_3FIILjava_nio_FloatBuffer_2(this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getBuffer__ZLjava_nio_FloatBuffer_2(true), vertices, offset, length_0); +} + +function com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this$static, region, x_0, y_0, width_0, height){ + var fx2, fy2, u, u2, v, v2; + fx2 = x_0 + width_0; + fy2 = y_0 + height; + u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[0] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[1] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[2] = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[3] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[4] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[5] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[6] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[7] = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[8] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[9] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[10] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[11] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[12] = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[13] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[14] = v2; + if (this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this$static, region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 20); + } + else { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[20] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[21] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[22] = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[23] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[24] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[25] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[26] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[27] = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[28] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[29] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this$static, region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 30); + } +} + +function com_badlogic_gdx_graphics_g2d_SpriteCache_$beginCache__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2V(this$static){ + var verticesBuffer; + if (this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_186)); + if (this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_187)); + this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0?4:6; + verticesBuffer = this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getBuffer__ZLjava_nio_FloatBuffer_2(true); + this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache = new com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_SpriteCache$Cache__IIV(this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_caches.com_badlogic_gdx_utils_Array_size, verticesBuffer.java_nio_Buffer_limit); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_caches, this$static.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(verticesBuffer.java_nio_DirectReadWriteFloatBufferAdapter_byteBuffer, verticesBuffer.java_nio_Buffer_limit << 2); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(verticesBuffer.java_nio_DirectReadWriteFloatBufferAdapter_byteBuffer, verticesBuffer.java_nio_Buffer_position << 2); + java_nio_DirectReadWriteByteBuffer_$compact__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(verticesBuffer.java_nio_DirectReadWriteFloatBufferAdapter_byteBuffer); + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(verticesBuffer.java_nio_DirectReadWriteFloatBufferAdapter_byteBuffer); + verticesBuffer.java_nio_Buffer_position = verticesBuffer.java_nio_Buffer_limit - verticesBuffer.java_nio_Buffer_position; + verticesBuffer.java_nio_Buffer_limit = verticesBuffer.java_nio_Buffer_capacity; + verticesBuffer.java_nio_Buffer_mark = -1; +} + +function com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__V(){ + com_badlogic_gdx_graphics_g2d_SpriteCache_$clinit__V(); + com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__IZV.call(this, $intern_54, false); +} + +function com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ZV(size_0, shader, useIndices){ + com_badlogic_gdx_graphics_g2d_SpriteCache_$clinit__V(); + var i, indices, j, length_0; + this.com_badlogic_gdx_graphics_g2d_SpriteCache_transformMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_g2d_SpriteCache_projectionMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_g2d_SpriteCache_caches = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g2d_SpriteCache_combinedMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_g2d_SpriteCache_textures = new com_badlogic_gdx_utils_Array_Array__IV(8); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_counts = new com_badlogic_gdx_utils_IntArray_IntArray__IV(8); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_color = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked = (com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE_1FLOAT_1BITS); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader = shader; + if (useIndices && size_0 > $intern_178) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_179 + size_0)); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh = new com_badlogic_gdx_graphics_Mesh_Mesh__ZII_3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(true, size_0 * (useIndices?4:6), useIndices?size_0 * 6:0, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), $intern_115, 76, 0, [new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(1, 2, $intern_180), new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(4, 4, $intern_181), new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(16, 2, $intern_182)])); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_autoBind = false; + if (useIndices) { + length_0 = size_0 * 6; + indices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, length_0, 15, 1); + j = 0; + for (i = 0; i < length_0; i += 6 , j = j + 4 << 16 >> 16) { + indices[i] = j; + indices[i + 1] = j + 1 << 16 >> 16; + indices[i + 2] = j + 2 << 16 >> 16; + indices[i + 3] = j + 2 << 16 >> 16; + indices[i + 4] = j + 3 << 16 >> 16; + indices[i + 5] = j; + } + com_badlogic_gdx_graphics_Mesh_$setIndices__Lcom_badlogic_gdx_graphics_Mesh_2_3SLcom_badlogic_gdx_graphics_Mesh_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh, indices); + } + com_badlogic_gdx_math_Matrix4_$setToOrtho2D__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_projectionMatrix, 0, 0, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height); +} + +function com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__IZV(size_0, useIndices){ + com_badlogic_gdx_graphics_g2d_SpriteCache_$clinit__V(); + com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ZV.call(this, size_0, com_badlogic_gdx_graphics_g2d_SpriteCache_createDefaultShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(), useIndices); +} + +function com_badlogic_gdx_graphics_g2d_SpriteCache_createDefaultShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(){ + com_badlogic_gdx_graphics_g2d_SpriteCache_$clinit__V(); + var shader; + shader = new com_badlogic_gdx_graphics_glutils_ShaderProgram_ShaderProgram__Ljava_lang_String_2Ljava_lang_String_2V('attribute vec4 a_position;\nattribute vec4 a_color;\nattribute vec2 a_texCoord0;\nuniform mat4 u_projectionViewMatrix;\nvarying vec4 v_color;\nvarying vec2 v_texCoords;\n\nvoid main()\n{\n v_color = a_color;\n v_color.a = v_color.a * (255.0/254.0);\n v_texCoords = a_texCoord0;\n gl_Position = u_projectionViewMatrix * a_position;\n}\n', '#ifdef GL_ES\nprecision mediump float;\n#endif\nvarying vec4 v_color;\nvarying vec2 v_texCoords;\nuniform sampler2D u_texture;\nvoid main()\n{\n gl_FragColor = v_color * texture2D(u_texture, v_texCoords);\n}'); + if (!shader.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_184 + com_badlogic_gdx_graphics_glutils_ShaderProgram_$getLog__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2(shader))); + return shader; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(269, 1, {269:1, 49:1}, com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__V, com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ZV, com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__IZV); +_.add__Lcom_badlogic_gdx_graphics_Texture_2FFV = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_Texture_2FFV(texture, x_0, y_0){ + var fx2, fy2; + fx2 = x_0 + texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + fy2 = y_0 + texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[0] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[1] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[2] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[3] = 0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[4] = 1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[5] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[6] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[7] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[8] = 0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[9] = 0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[10] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[11] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[12] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[13] = 1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[14] = 0; + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = 1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = 1; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 20); + } + else { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = 1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = 0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[20] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[21] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[22] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[23] = 1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[24] = 1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[25] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[26] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[27] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[28] = 0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[29] = 1; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 30); + } +} +; +_.add__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZV = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZV(texture, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation, srcX, srcY, srcWidth, srcHeight, flipX, flipY){ + var cos_0, fx, fx2, fy, fy2, invTexHeight, invTexWidth, p1x, p1y, p2x, p2y, p3x, p3y, p4x, p4y, sin_0, tmp, u, u2, v, v2, worldOriginX, worldOriginY, x1, x2, x3, x4, y1, y2, y3, y4; + worldOriginX = x_0 + originX; + worldOriginY = y_0 + originY; + fx = -originX; + fy = -originY; + fx2 = width_0 - originX; + fy2 = height - originY; + if (scaleX != 1 || scaleY != 1) { + fx *= scaleX; + fy *= scaleY; + fx2 *= scaleX; + fy2 *= scaleY; + } + p1x = fx; + p1y = fy; + p2x = fx; + p2y = fy2; + p3x = fx2; + p3y = fy2; + p4x = fx2; + p4y = fy; + if (rotation != 0) { + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + x1 = cos_0 * p1x - sin_0 * p1y; + y1 = sin_0 * p1x + cos_0 * p1y; + x2 = cos_0 * p2x - sin_0 * p2y; + y2 = sin_0 * p2x + cos_0 * p2y; + x3 = cos_0 * p3x - sin_0 * p3y; + y3 = sin_0 * p3x + cos_0 * p3y; + x4 = x1 + (x3 - x2); + y4 = y3 - (y2 - y1); + } + else { + x1 = p1x; + y1 = p1y; + x2 = p2x; + y2 = p2y; + x3 = p3x; + y3 = p3y; + x4 = p4x; + y4 = p4y; + } + x1 += worldOriginX; + y1 += worldOriginY; + x2 += worldOriginX; + y2 += worldOriginY; + x3 += worldOriginX; + y3 += worldOriginY; + x4 += worldOriginX; + y4 += worldOriginY; + invTexWidth = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + invTexHeight = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + u = srcX * invTexWidth; + v = (srcY + srcHeight) * invTexHeight; + u2 = (srcX + srcWidth) * invTexWidth; + v2 = srcY * invTexHeight; + if (flipX) { + tmp = u; + u = u2; + u2 = tmp; + } + if (flipY) { + tmp = v; + v = v2; + v2 = tmp; + } + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[0] = x1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[1] = y1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[2] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[3] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[4] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[5] = x2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[6] = y2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[7] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[8] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[9] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[10] = x3; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[11] = y3; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[12] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[13] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[14] = v2; + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = x4; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = y4; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 20); + } + else { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = x3; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = y3; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[20] = x4; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[21] = y4; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[22] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[23] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[24] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[25] = x1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[26] = y1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[27] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[28] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[29] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 30); + } +} +; +_.add__Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZV = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZV(texture, x_0, y_0, width_0, height, srcX, srcY, srcWidth, srcHeight, flipX, flipY){ + var fx2, fy2, invTexHeight, invTexWidth, tmp, u, u2, v, v2; + invTexWidth = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + invTexHeight = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + u = srcX * invTexWidth; + v = (srcY + srcHeight) * invTexHeight; + u2 = (srcX + srcWidth) * invTexWidth; + v2 = srcY * invTexHeight; + fx2 = x_0 + width_0; + fy2 = y_0 + height; + if (flipX) { + tmp = u; + u = u2; + u2 = tmp; + } + if (flipY) { + tmp = v; + v = v2; + v2 = tmp; + } + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[0] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[1] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[2] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[3] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[4] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[5] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[6] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[7] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[8] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[9] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[10] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[11] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[12] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[13] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[14] = v2; + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 20); + } + else { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[20] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[21] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[22] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[23] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[24] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[25] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[26] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[27] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[28] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[29] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 30); + } +} +; +_.add__Lcom_badlogic_gdx_graphics_Texture_2FFIIFFFFFV = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_Texture_2FFIIFFFFFV(texture, x_0, y_0, srcWidth, srcHeight, u, v, u2, v2, color_0){ + var fx2, fy2; + fx2 = x_0 + srcWidth; + fy2 = y_0 + srcHeight; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[0] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[1] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[2] = color_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[3] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[4] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[5] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[6] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[7] = color_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[8] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[9] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[10] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[11] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[12] = color_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[13] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[14] = v2; + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = color_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 20); + } + else { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = color_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[20] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[21] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[22] = color_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[23] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[24] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[25] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[26] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[27] = color_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[28] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[29] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 30); + } +} +; +_.add__Lcom_badlogic_gdx_graphics_Texture_2FFIIIIV = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_Texture_2FFIIIIV(texture, x_0, y_0, srcX, srcY, srcWidth, srcHeight){ + var fx2, fy2, invTexHeight, invTexWidth, u, u2, v, v2; + invTexWidth = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + invTexHeight = 1 / texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + u = srcX * invTexWidth; + v = (srcY + srcHeight) * invTexHeight; + u2 = (srcX + srcWidth) * invTexWidth; + v2 = srcY * invTexHeight; + fx2 = x_0 + srcWidth; + fy2 = y_0 + srcHeight; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[0] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[1] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[2] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[3] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[4] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[5] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[6] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[7] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[8] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[9] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[10] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[11] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[12] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[13] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[14] = v2; + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 20); + } + else { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = fy2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[20] = fx2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[21] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[22] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[23] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[24] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[25] = x_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[26] = y_0; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[27] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[28] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[29] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 30); + } +} +; +_.add__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(texture, vertices, offset, length_0){ + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, vertices, offset, length_0); +} +; +_.add__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(sprite){ + var spriteVertices; + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, com_badlogic_gdx_graphics_g2d_Sprite_$getVertices__Lcom_badlogic_gdx_graphics_g2d_Sprite_2_3F(sprite), 0, 20); + return; + } + spriteVertices = com_badlogic_gdx_graphics_g2d_Sprite_$getVertices__Lcom_badlogic_gdx_graphics_g2d_Sprite_2_3F(sprite); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(spriteVertices, 0, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 15); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(spriteVertices, 10, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 15, 5); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(spriteVertices, 15, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 20, 5); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(spriteVertices, 0, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 25, 5); + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, sprite.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 30); +} +; +_.add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFV = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFV(region, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this, region, x_0, y_0, region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth, region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); +} +; +_.add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(region, x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this, region, x_0, y_0, width_0, height); +} +; +_.add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFV = function com_badlogic_gdx_graphics_g2d_SpriteCache_add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFV(region, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation){ + var cos_0, fx, fx2, fy, fy2, p1x, p1y, p2x, p2y, p3x, p3y, p4x, p4y, sin_0, u, u2, v, v2, worldOriginX, worldOriginY, x1, x2, x3, x4, y1, y2, y3, y4; + worldOriginX = x_0 + originX; + worldOriginY = y_0 + originY; + fx = -originX; + fy = -originY; + fx2 = width_0 - originX; + fy2 = height - originY; + if (scaleX != 1 || scaleY != 1) { + fx *= scaleX; + fy *= scaleY; + fx2 *= scaleX; + fy2 *= scaleY; + } + p1x = fx; + p1y = fy; + p2x = fx; + p2y = fy2; + p3x = fx2; + p3y = fy2; + p4x = fx2; + p4y = fy; + if (rotation != 0) { + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + x1 = cos_0 * p1x - sin_0 * p1y; + y1 = sin_0 * p1x + cos_0 * p1y; + x2 = cos_0 * p2x - sin_0 * p2y; + y2 = sin_0 * p2x + cos_0 * p2y; + x3 = cos_0 * p3x - sin_0 * p3y; + y3 = sin_0 * p3x + cos_0 * p3y; + x4 = x1 + (x3 - x2); + y4 = y3 - (y2 - y1); + } + else { + x1 = p1x; + y1 = p1y; + x2 = p2x; + y2 = p2y; + x3 = p3x; + y3 = p3y; + x4 = p4x; + y4 = p4y; + } + x1 += worldOriginX; + y1 += worldOriginY; + x2 += worldOriginX; + y2 += worldOriginY; + x3 += worldOriginX; + y3 += worldOriginY; + x4 += worldOriginX; + y4 += worldOriginY; + u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[0] = x1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[1] = y1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[2] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[3] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[4] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[5] = x2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[6] = y2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[7] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[8] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[9] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[10] = x3; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[11] = y3; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[12] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[13] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[14] = v2; + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0) { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = x4; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = y4; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 20); + } + else { + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[15] = x3; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[16] = y3; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[17] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[18] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[19] = v2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[20] = x4; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[21] = y4; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[22] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[23] = u2; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[24] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[25] = x1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[26] = y1; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[27] = this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[28] = u; + com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices[29] = v; + com_badlogic_gdx_graphics_g2d_SpriteCache_$add__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices, 0, 30); + } +} +; +_.begin__V = function com_badlogic_gdx_graphics_g2d_SpriteCache_begin__V(){ + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('end must be called before begin.')); + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('endCache must be called before begin')); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_renderCalls = 0; + com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_combinedMatrix, this.com_badlogic_gdx_graphics_g2d_SpriteCache_projectionMatrix.com_badlogic_gdx_math_Matrix4_val), this.com_badlogic_gdx_graphics_g2d_SpriteCache_transformMatrix); + com_badlogic_gdx_Gdx_gl20.com_badlogic_gdx_backends_gwt_GwtGL20_gl.depthMask(false); + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader) { + com_badlogic_gdx_graphics_glutils_ShaderProgram_$bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader, 'u_proj', this.com_badlogic_gdx_graphics_g2d_SpriteCache_projectionMatrix); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader, 'u_trans', this.com_badlogic_gdx_graphics_g2d_SpriteCache_transformMatrix); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader, $intern_188, this.com_badlogic_gdx_graphics_g2d_SpriteCache_combinedMatrix); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformi__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2IV(this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader, $intern_177, 0); + com_badlogic_gdx_graphics_Mesh_$bind__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh, this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader); + } + else { + com_badlogic_gdx_graphics_glutils_ShaderProgram_$bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader, 'u_projectionViewMatrix', this.com_badlogic_gdx_graphics_g2d_SpriteCache_combinedMatrix); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformi__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2IV(this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader, $intern_177, 0); + com_badlogic_gdx_graphics_Mesh_$bind__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh, this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader); + } + this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing = true; +} +; +_.beginCache__V = function com_badlogic_gdx_graphics_g2d_SpriteCache_beginCache__V(){ + com_badlogic_gdx_graphics_g2d_SpriteCache_$beginCache__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2V(this); +} +; +_.beginCache__IV = function com_badlogic_gdx_graphics_g2d_SpriteCache_beginCache__IV(cacheID){ + var oldCache, verticesBuffer; + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_186)); + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_187)); + verticesBuffer = this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getBuffer__ZLjava_nio_FloatBuffer_2(true); + if (cacheID == this.com_badlogic_gdx_graphics_g2d_SpriteCache_caches.com_badlogic_gdx_utils_Array_size - 1) { + oldCache = this.com_badlogic_gdx_graphics_g2d_SpriteCache_caches.removeIndex__ILjava_lang_Object_2(cacheID); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(verticesBuffer, oldCache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_offset); + com_badlogic_gdx_graphics_g2d_SpriteCache_$beginCache__Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2V(this); + return; + } + this.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_caches, cacheID); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(verticesBuffer, this.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_offset); +} +; +_.clear__V = function com_badlogic_gdx_graphics_g2d_SpriteCache_clear__V(){ + this.com_badlogic_gdx_graphics_g2d_SpriteCache_caches.clear__V(); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getBuffer__ZLjava_nio_FloatBuffer_2(true))); +} +; +_.dispose__V = function com_badlogic_gdx_graphics_g2d_SpriteCache_dispose__V(){ + com_badlogic_gdx_graphics_Mesh_$dispose__Lcom_badlogic_gdx_graphics_Mesh_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh); + !!this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader && com_badlogic_gdx_graphics_glutils_ShaderProgram_$dispose__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader); +} +; +_.draw__IV = function com_badlogic_gdx_graphics_g2d_SpriteCache_draw__IV(cacheID){ + var cache, count, counts, i, offset, textureCount, textures, verticesPerImage; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_189)); + cache = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_caches, cacheID); + verticesPerImage = this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0?4:6; + offset = (cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_offset / (verticesPerImage * 5) | 0) * 6; + textures = cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textures; + counts = cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_counts; + textureCount = cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount; + for (i = 0; i < textureCount; i++) { + count = counts[i]; + com_badlogic_gdx_graphics_GLTexture_$bind__Lcom_badlogic_gdx_graphics_GLTexture_2V(textures[i]); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader?com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIV(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh, this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader, 4, offset, count):com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIV(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh, this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader, 4, offset, count); + offset += count; + } + this.com_badlogic_gdx_graphics_g2d_SpriteCache_renderCalls += textureCount; + this.com_badlogic_gdx_graphics_g2d_SpriteCache_totalRenderCalls += textureCount; +} +; +_.draw__IIIV = function com_badlogic_gdx_graphics_g2d_SpriteCache_draw__IIIV(cacheID, offset, length_0){ + var cache, count, counts, i, textureCount, textures, verticesPerImage; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_189)); + cache = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_caches, cacheID); + verticesPerImage = this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I() > 0?4:6; + offset = (cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_offset / (verticesPerImage * 5) | 0) * 6 + offset * 6; + length_0 *= 6; + textures = cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textures; + counts = cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_counts; + textureCount = cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount; + for (i = 0; i < textureCount; i++) { + com_badlogic_gdx_graphics_GLTexture_$bind__Lcom_badlogic_gdx_graphics_GLTexture_2V(textures[i]); + count = counts[i]; + if (count > length_0) { + i = textureCount; + count = length_0; + } + else + length_0 -= count; + this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader?com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIV(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh, this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader, 4, offset, count):com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIV(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh, this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader, 4, offset, count); + offset += count; + } + this.com_badlogic_gdx_graphics_g2d_SpriteCache_renderCalls += cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount; + this.com_badlogic_gdx_graphics_g2d_SpriteCache_totalRenderCalls += textureCount; +} +; +_.end__V = function com_badlogic_gdx_graphics_g2d_SpriteCache_end__V(){ + var gl; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_190)); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing = false; + gl = com_badlogic_gdx_Gdx_gl20; + gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.depthMask(true); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader?com_badlogic_gdx_graphics_Mesh_$unbind__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh, this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader):com_badlogic_gdx_graphics_Mesh_$unbind__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh, this.com_badlogic_gdx_graphics_g2d_SpriteCache_shader); +} +; +_.endCache__I = function com_badlogic_gdx_graphics_g2d_SpriteCache_endCache__I(){ + var cache, cacheCount, i, i0, lastCache, n, n0, vertices; + if (!this.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('beginCache must be called before endCache.')); + cache = this.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache; + cacheCount = this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getBuffer__ZLjava_nio_FloatBuffer_2(false).java_nio_Buffer_position - cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_offset; + if (cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textures == null) { + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_maxCount = cacheCount; + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount = this.com_badlogic_gdx_graphics_g2d_SpriteCache_textures.com_badlogic_gdx_utils_Array_size; + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textures = com_badlogic_gdx_utils_Array_$toArray__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2_3Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_textures, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit); + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount, 15, 1); + for (i = 0 , n = this.com_badlogic_gdx_graphics_g2d_SpriteCache_counts.com_badlogic_gdx_utils_IntArray_size; i < n; i++) + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_counts[i] = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this.com_badlogic_gdx_graphics_g2d_SpriteCache_counts, i); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getBuffer__ZLjava_nio_FloatBuffer_2(true)); + } + else { + if (cacheCount > cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_maxCount) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('If a cache is not the last created, it cannot be redefined with more entries than when it was first created: ' + cacheCount + $intern_191 + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_maxCount + ' max)')); + } + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount = this.com_badlogic_gdx_graphics_g2d_SpriteCache_textures.com_badlogic_gdx_utils_Array_size; + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textures.length < cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount && (cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textures = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, $intern_192, 93, cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount, 0, 1)); + for (i0 = 0 , n0 = cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount; i0 < n0; i0++) + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textures[i0] = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_textures, i0); + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_counts.length < cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount && (cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount, 15, 1)); + for (i = 0 , n = cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount; i < n; i++) + cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_counts[i] = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this.com_badlogic_gdx_graphics_g2d_SpriteCache_counts, i); + vertices = this.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getBuffer__ZLjava_nio_FloatBuffer_2(true); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(vertices, 0); + lastCache = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_caches, this.com_badlogic_gdx_graphics_g2d_SpriteCache_caches.com_badlogic_gdx_utils_Array_size - 1); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(vertices, lastCache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_offset + lastCache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_maxCount); + } + this.com_badlogic_gdx_graphics_g2d_SpriteCache_currentCache = null; + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_graphics_g2d_SpriteCache_textures); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_counts.com_badlogic_gdx_utils_IntArray_size = 0; + return cache.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_id; +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_graphics_g2d_SpriteCache_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteCache_color; +} +; +_.getCustomShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2 = function com_badlogic_gdx_graphics_g2d_SpriteCache_getCustomShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader; +} +; +_.getPackedColor__F = function com_badlogic_gdx_graphics_g2d_SpriteCache_getPackedColor__F(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked; +} +; +_.getProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_graphics_g2d_SpriteCache_getProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteCache_projectionMatrix; +} +; +_.getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_graphics_g2d_SpriteCache_getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteCache_transformMatrix; +} +; +_.isDrawing__Z = function com_badlogic_gdx_graphics_g2d_SpriteCache_isDrawing__Z(){ + return this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing; +} +; +_.setColor__FFFFV = function com_badlogic_gdx_graphics_g2d_SpriteCache_setColor__FFFFV(r, g, b, a){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_color, r, g, b, a); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked = com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(this.com_badlogic_gdx_graphics_g2d_SpriteCache_color); +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_graphics_g2d_SpriteCache_setColor__Lcom_badlogic_gdx_graphics_Color_2V(tint){ + var color_0; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_color, tint); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked = (color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); +} +; +_.setPackedColor__FV = function com_badlogic_gdx_graphics_g2d_SpriteCache_setPackedColor__FV(packedColor){ + com_badlogic_gdx_graphics_Color_abgr8888ToColor__Lcom_badlogic_gdx_graphics_Color_2FV(this.com_badlogic_gdx_graphics_g2d_SpriteCache_color, packedColor); + this.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked = packedColor; +} +; +_.setProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_graphics_g2d_SpriteCache_setProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(projection){ + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_193)); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_projectionMatrix, projection.com_badlogic_gdx_math_Matrix4_val); +} +; +_.setShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V = function com_badlogic_gdx_graphics_g2d_SpriteCache_setShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(shader){ + this.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader = shader; +} +; +_.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_graphics_g2d_SpriteCache_setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(transform){ + if (this.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_193)); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g2d_SpriteCache_transformMatrix, transform.com_badlogic_gdx_math_Matrix4_val); +} +; +_.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader = null; +_.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing = false; +_.com_badlogic_gdx_graphics_g2d_SpriteCache_renderCalls = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteCache_totalRenderCalls = 0; +var com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, $intern_194, 269, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_SpriteCache$Cache__IIV(id_0, offset){ + this.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_id = id_0; + this.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_offset = offset; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(741, 1, {741:1}, com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_SpriteCache$Cache__IIV); +_.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_id = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_maxCount = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_offset = 0; +_.com_badlogic_gdx_graphics_g2d_SpriteCache$Cache_textureCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache$Cache_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'SpriteCache/Cache', 741, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas_$createSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(this$static, name_0){ + var i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions.com_badlogic_gdx_utils_Array_size; i < n; i++) + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions, i).com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name, name_0)) + return com_badlogic_gdx_graphics_g2d_TextureAtlas_$newSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions, i)); + return null; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas_$dispose__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this$static){ + var texture, texture$iterator; + for (texture$iterator = com_badlogic_gdx_utils_ObjectSet_$iterator__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_textures); com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$hasNext__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Z(texture$iterator);) { + texture = com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$next__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Ljava_lang_Object_2(texture$iterator); + com_badlogic_gdx_graphics_Texture_$dispose__Lcom_badlogic_gdx_graphics_Texture_2V(texture); + } + com_badlogic_gdx_utils_ObjectSet_$clear__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_textures, 0); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static, name_0){ + var i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions.com_badlogic_gdx_utils_Array_size; i < n; i++) + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions, i).com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name, name_0)) + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions, i); + return null; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2ILcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static){ + var i, n, region; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions.com_badlogic_gdx_utils_Array_size; i < n; i++) { + region = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions, i); + if (!java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name, 'little shine')) + continue; + if (region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index != 1) + continue; + return region; + } + return null; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegions__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_Array_2(this$static, name_0){ + var i, matched, n, region; + matched = new com_badlogic_gdx_utils_Array_Array__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit); + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions.com_badlogic_gdx_utils_Array_size; i < n; i++) { + region = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions, i); + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name, name_0) && com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(matched, new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(region)); + } + return matched; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas_$load__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(this$static, data_0){ + var atlasRegion, page, page$iterator, region, region$iterator; + com_badlogic_gdx_utils_ObjectSet_$ensureCapacity__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_textures, data_0.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_pages.com_badlogic_gdx_utils_Array_size); + for (page$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(data_0.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_pages); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(page$iterator);) { + page = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(page$iterator); + !page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_texture && (page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_texture = new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV(page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_textureFile, page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_format, page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_useMipMaps)); + com_badlogic_gdx_graphics_GLTexture_$setFilter__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2V(page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_texture, page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_minFilter, page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_magFilter); + com_badlogic_gdx_graphics_GLTexture_$setWrap__Lcom_badlogic_gdx_graphics_GLTexture_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_texture, page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_uWrap, page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_vWrap); + com_badlogic_gdx_utils_ObjectSet_$add__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_textures, page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_texture); + } + com_badlogic_gdx_utils_Array_$ensureCapacity__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions, data_0.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_regions.com_badlogic_gdx_utils_Array_size); + for (region$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(data_0.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_regions); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(region$iterator);) { + region = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(region$iterator); + atlasRegion = new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_texture, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_left, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_top, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_rotate?region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_height:region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_width, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_rotate?region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_width:region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_height); + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_index; + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_name; + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_offsetX; + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_offsetY; + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalHeight; + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalWidth; + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_rotate; + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_degrees = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_degrees; + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_names = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_names; + atlasRegion.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_values = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_values; + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_flip && com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2ZZV(atlasRegion, false, true); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions, atlasRegion); + } +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas_$newSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(region){ + var sprite; + if (region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth == region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth && region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight == region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight) { + if (region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate) { + sprite = new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region); + com_badlogic_gdx_graphics_g2d_Sprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(sprite, 0, 0, region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight, region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + com_badlogic_gdx_graphics_g2d_Sprite_$rotate90__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZV(sprite, true); + return sprite; + } + return new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region); + } + return new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_TextureAtlas$AtlasSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(region); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas_TextureAtlas__Lcom_badlogic_gdx_files_FileHandle_2V(packFile){ + com_badlogic_gdx_graphics_g2d_TextureAtlas_TextureAtlas__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2V.call(this, packFile, com_badlogic_gdx_backends_gwt_GwtFileHandle_$parent__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Lcom_badlogic_gdx_files_FileHandle_2(packFile)); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas_TextureAtlas__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2V(packFile, imagesDir){ + com_badlogic_gdx_graphics_g2d_TextureAtlas_TextureAtlas__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V.call(this, new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_TextureAtlas$TextureAtlasData__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZV(packFile, imagesDir)); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas_TextureAtlas__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(data_0){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas_textures = new com_badlogic_gdx_utils_ObjectSet_ObjectSet__IV; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions = new com_badlogic_gdx_utils_Array_Array__V; + com_badlogic_gdx_graphics_g2d_TextureAtlas_$load__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(this, data_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(360, 1, {360:1, 49:1}, com_badlogic_gdx_graphics_g2d_TextureAtlas_TextureAtlas__Lcom_badlogic_gdx_files_FileHandle_2V, com_badlogic_gdx_graphics_g2d_TextureAtlas_TextureAtlas__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2V); +_.dispose__V = function com_badlogic_gdx_graphics_g2d_TextureAtlas_dispose__V(){ + com_badlogic_gdx_graphics_g2d_TextureAtlas_$dispose__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas', 360, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$$init__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index = -1; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$findValue__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2Ljava_lang_String_2_3I(this$static, name_0){ + var i, n; + if (this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_names != null) { + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_names.length; i < n; i++) + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_names[i])) + return this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_values[i]; + } + return null; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2ZZV(this$static, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_TextureRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZV(this$static, x_0, y_0); + x_0 && (this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth - this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX - (this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate?this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight:this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth)); + y_0 && (this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight - this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY - (this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate?this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth:this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight)); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedHeight__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this$static){ + return this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate?this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth:this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedWidth__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this$static){ + return this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate?this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight:this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(texture, x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2IIIIV.call(this, texture, x_0, y_0, width_0, height); + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$$init__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(this); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth = width_0; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight = height; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth = width_0; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight = height; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(region){ + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$$init__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(this); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_degrees = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_degrees; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_names = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_names; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_values = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_values; +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$$init__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(this); + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth = region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight = region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(152, 69, {152:1, 69:1}, com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_Texture_2IIIIV, com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V, com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V); +_.findValue__Ljava_lang_String_2_3I = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_findValue__Ljava_lang_String_2_3I(name_0){ + return com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$findValue__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2Ljava_lang_String_2_3I(this, name_0); +} +; +_.flip__ZZV = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_flip__ZZV(x_0, y_0){ + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2ZZV(this, x_0, y_0); +} +; +_.getRotatedPackedHeight__F = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_getRotatedPackedHeight__F(){ + return com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedHeight__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this); +} +; +_.getRotatedPackedWidth__F = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_getRotatedPackedWidth__F(){ + return com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedWidth__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_toString__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name; +} +; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_degrees = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/AtlasRegion', 152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_2FFFFV(this$static, x_0, y_0, width_0, height){ + var heightRatio, packedHeight, packedWidth, widthRatio; + widthRatio = width_0 / this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth; + heightRatio = height / this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight; + this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetX * widthRatio; + this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetY * heightRatio; + packedWidth = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate?this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight:this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth; + packedHeight = this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate?this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth:this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight; + com_badlogic_gdx_graphics_g2d_Sprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this$static, x_0 + this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX, y_0 + this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY, packedWidth * widthRatio, packedHeight * heightRatio); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_2FFV(this$static, originX, originY){ + com_badlogic_gdx_graphics_g2d_Sprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this$static, originX - this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX, originY - this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_TextureAtlas$AtlasSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(region){ + var height, width_0; + com_badlogic_gdx_graphics_g2d_Sprite_Sprite__V.call(this); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region = new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(region); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetX = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetY = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; + this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + com_badlogic_gdx_graphics_g2d_Sprite_$setRegion__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v, region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2, region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2); + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_2FFV(this, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth / 2, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight / 2); + width_0 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth; + height = region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight; + if (region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate) { + com_badlogic_gdx_graphics_g2d_Sprite_$rotate90__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZV(this, true); + com_badlogic_gdx_graphics_g2d_Sprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY, height, width_0); + } + else + com_badlogic_gdx_graphics_g2d_Sprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX, region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY, width_0, height); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFV(this, 1, 1, 1, 1); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_TextureAtlas$AtlasSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_2V(sprite){ + com_badlogic_gdx_graphics_g2d_Sprite_Sprite__V.call(this); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region = sprite.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetX = sprite.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetX; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetY = sprite.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetY; + com_badlogic_gdx_graphics_g2d_Sprite_$set__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this, sprite); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(379, 105, {105:1, 379:1, 69:1}, com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_TextureAtlas$AtlasSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V, com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_TextureAtlas$AtlasSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_2V); +_.flip__ZZV = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_flip__ZZV(x_0, y_0){ + var heightRatio, oldOffsetX, oldOffsetY, oldOriginX, oldOriginY, widthRatio; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate?com_badlogic_gdx_graphics_g2d_Sprite_$flip__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZZV(this, y_0, x_0):com_badlogic_gdx_graphics_g2d_Sprite_$flip__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZZV(this, x_0, y_0); + oldOriginX = this.com_badlogic_gdx_graphics_g2d_Sprite_originX + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; + oldOriginY = this.com_badlogic_gdx_graphics_g2d_Sprite_originY + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; + oldOffsetX = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; + oldOffsetY = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; + widthRatio = this.com_badlogic_gdx_graphics_g2d_Sprite_width / com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedWidth__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region); + heightRatio = this.com_badlogic_gdx_graphics_g2d_Sprite_height / com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedHeight__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetX; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetY; + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2ZZV(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region, x_0, y_0); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetX = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetY = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX *= widthRatio; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY *= heightRatio; + com_badlogic_gdx_graphics_g2d_Sprite_$translate__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX - oldOffsetX, this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY - oldOffsetY); + com_badlogic_gdx_graphics_g2d_Sprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, oldOriginX - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX, oldOriginY - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY); +} +; +_.getHeight__F = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_getHeight__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_height / com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedHeight__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region) * this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight; +} +; +_.getOriginX__F = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_getOriginX__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_originX + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; +} +; +_.getOriginY__F = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_getOriginY__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_originY + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; +} +; +_.getWidth__F = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_getWidth__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_width / com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedWidth__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region) * this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth; +} +; +_.getX__F = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_getX__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_x - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; +} +; +_.getY__F = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_getY__F(){ + return this.com_badlogic_gdx_graphics_g2d_Sprite_y - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; +} +; +_.rotate90__ZV = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_rotate90__ZV(clockwise){ + var heightRatio, oldOffsetX, oldOffsetY, oldOriginX, oldOriginY, widthRatio; + com_badlogic_gdx_graphics_g2d_Sprite_$rotate90__Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZV(this, clockwise); + oldOriginX = this.com_badlogic_gdx_graphics_g2d_Sprite_originX + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; + oldOriginY = this.com_badlogic_gdx_graphics_g2d_Sprite_originY + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; + oldOffsetX = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX; + oldOffsetY = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY; + widthRatio = this.com_badlogic_gdx_graphics_g2d_Sprite_width / com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedWidth__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region); + heightRatio = this.com_badlogic_gdx_graphics_g2d_Sprite_height / com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$getRotatedPackedHeight__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2F(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region); + if (clockwise) { + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX = oldOffsetY; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight * heightRatio - oldOffsetX - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth * widthRatio; + } + else { + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth * widthRatio - oldOffsetY - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight * heightRatio; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY = oldOffsetX; + } + com_badlogic_gdx_graphics_g2d_Sprite_$translate__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX - oldOffsetX, this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY - oldOffsetY); + com_badlogic_gdx_graphics_g2d_Sprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, oldOriginX - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX, oldOriginY - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY); +} +; +_.setBounds__FFFFV = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_setBounds__FFFFV(x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_2FFFFV(this, x_0, y_0, width_0, height); +} +; +_.setOrigin__FFV = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_setOrigin__FFV(originX, originY){ + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_2FFV(this, originX, originY); +} +; +_.setOriginCenter__V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_setOriginCenter__V(){ + com_badlogic_gdx_graphics_g2d_Sprite_$setOrigin__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, this.com_badlogic_gdx_graphics_g2d_Sprite_width / 2 - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX, this.com_badlogic_gdx_graphics_g2d_Sprite_height / 2 - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY); +} +; +_.setPosition__FFV = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_setPosition__FFV(x_0, y_0){ + com_badlogic_gdx_graphics_g2d_Sprite_$setPosition__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this, x_0 + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX, y_0 + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY); +} +; +_.setSize__FFV = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_setSize__FFV(width_0, height){ + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_$setBounds__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_2FFFFV(this, this.com_badlogic_gdx_graphics_g2d_Sprite_x - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX, this.com_badlogic_gdx_graphics_g2d_Sprite_y - this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY, width_0, height); +} +; +_.setX__FV = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_setX__FV(x_0){ + com_badlogic_gdx_graphics_g2d_Sprite_$setX__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, x_0 + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX); +} +; +_.setY__FV = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_setY__FV(y_0){ + com_badlogic_gdx_graphics_g2d_Sprite_$setY__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this, y_0 + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_toString__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name; +} +; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetX = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_originalOffsetY = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasSprite_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/AtlasSprite', 379, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_$load__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZV(this$static, packFile, imagesDir){ + var count, entry, entryValues, ex, field, hasIndexes, i, line, names, page, pageFields, reader, region, regionFields, values; + entry = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, 5, 6, 1); + pageFields = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__IFV(15, $intern_195); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(pageFields, $intern_196, new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_TextureAtlas$TextureAtlasData$1__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(pageFields, 'format', new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$2_TextureAtlas$TextureAtlasData$2__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(pageFields, $intern_197, new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$3_TextureAtlas$TextureAtlasData$3__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(pageFields, 'repeat', new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$4_TextureAtlas$TextureAtlasData$4__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(pageFields, 'pma', new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$5_TextureAtlas$TextureAtlasData$5__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + hasIndexes = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), $intern_20, 9, 16, [false]); + regionFields = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__IFV(127, $intern_195); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regionFields, 'xy', new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$6_TextureAtlas$TextureAtlasData$6__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regionFields, $intern_196, new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$7_TextureAtlas$TextureAtlasData$7__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regionFields, $intern_198, new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$8_TextureAtlas$TextureAtlasData$8__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regionFields, $intern_199, new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$9_TextureAtlas$TextureAtlasData$9__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regionFields, 'orig', new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$10_TextureAtlas$TextureAtlasData$10__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regionFields, 'offsets', new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$11_TextureAtlas$TextureAtlasData$11__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regionFields, $intern_200, new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_TextureAtlas$TextureAtlasData$12__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry)); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regionFields, $intern_201, new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$13_TextureAtlas$TextureAtlasData$13__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(entry, hasIndexes)); + reader = new java_io_BufferedReader_BufferedReader__Ljava_io_Reader_2IV(new java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2V(com_badlogic_gdx_backends_gwt_GwtFileHandle_$read__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_io_InputStream_2(packFile)), $intern_44); + try { + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + while (line != null && java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(line).length == 0) + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + while (true) { + if (line == null || java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(line).length == 0) + break; + if (com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_readEntry___3Ljava_lang_String_2Ljava_lang_String_2I(entry, line) == 0) + break; + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + } + page = null; + names = null; + values = null; + while (true) { + if (line == null) + break; + if (java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(line).length == 0) { + page = null; + line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader); + } + else if (!page) { + page = new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_TextureAtlas$TextureAtlasData$Page__V; + page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_textureFile = new com_badlogic_gdx_backends_gwt_GwtFileHandle_GwtFileHandle__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Lcom_badlogic_gdx_Files$FileType_2V(imagesDir.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader, (imagesDir.com_badlogic_gdx_backends_gwt_GwtFileHandle_file.length == 0?'':imagesDir.com_badlogic_gdx_backends_gwt_GwtFileHandle_file + (java_lang_String_$endsWith__Ljava_lang_String_2Ljava_lang_String_2Z(imagesDir.com_badlogic_gdx_backends_gwt_GwtFileHandle_file)?'':'/')) + line, (com_badlogic_gdx_Files$FileType_$clinit__V() , com_badlogic_gdx_Files$FileType_Internal)); + while (true) { + if (com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_readEntry___3Ljava_lang_String_2Ljava_lang_String_2I(entry, line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader)) == 0) + break; + field = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(pageFields, entry[0]); + !!field && field.parse__Ljava_lang_Object_2V(page); + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_pages, page); + } + else { + region = new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_TextureAtlas$TextureAtlasData$Region__V; + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_page = page; + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_name = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(line); + while (true) { + count = com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_readEntry___3Ljava_lang_String_2Ljava_lang_String_2I(entry, line = java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(reader)); + if (count == 0) + break; + field = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(regionFields, entry[0]); + if (field) + field.parse__Ljava_lang_Object_2V(region); + else { + if (!names) { + names = new com_badlogic_gdx_utils_Array_Array__IV(8); + values = new com_badlogic_gdx_utils_Array_Array__IV(8); + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(names, entry[0]); + entryValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, count, 15, 1); + for (i = 0; i < count; i++) { + try { + entryValues[i] = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(entry[i + 1], 10, $intern_84, $intern_5); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(values, entryValues); + } + } + if (region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalWidth == 0 && region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalHeight == 0) { + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalWidth = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_width; + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalHeight = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_height; + } + if (!!names && names.com_badlogic_gdx_utils_Array_size > 0) { + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_names = com_badlogic_gdx_utils_Array_$toArray__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2_3Ljava_lang_Object_2(names, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_values = com_badlogic_gdx_utils_Array_$toArray__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2_3Ljava_lang_Object_2(values, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1)); + java_util_Arrays_fill___3Ljava_lang_Object_2IILjava_lang_Object_2V(names.com_badlogic_gdx_utils_Array_items, names.com_badlogic_gdx_utils_Array_size); + names.com_badlogic_gdx_utils_Array_size = 0; + java_util_Arrays_fill___3Ljava_lang_Object_2IILjava_lang_Object_2V(values.com_badlogic_gdx_utils_Array_items, values.com_badlogic_gdx_utils_Array_size); + values.com_badlogic_gdx_utils_Array_size = 0; + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_regions, region); + } + } + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 51)) { + ex = $e1; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error reading texture atlas file: ' + packFile, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } + finally { + com_badlogic_gdx_utils_StreamUtils_closeQuietly__Ljava_io_Closeable_2V(reader); + } + hasIndexes[0] && com_badlogic_gdx_utils_Array_$sort__Lcom_badlogic_gdx_utils_Array_2Ljava_util_Comparator_2V(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_regions, new com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_TextureAtlas$TextureAtlasData$14__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_TextureAtlas$TextureAtlasData__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZV(packFile, imagesDir){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_pages = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_regions = new com_badlogic_gdx_utils_Array_Array__V; + com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_$load__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZV(this, packFile, imagesDir); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_readEntry___3Ljava_lang_String_2Ljava_lang_String_2I(entry, line){ + var colon, comma, i, lastMatch; + if (line == null) + return 0; + line = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(line); + if (line.length == 0) + return 0; + colon = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(line, java_lang_String_fromCodePoint__ILjava_lang_String_2(58)); + if (colon == -1) + return 0; + entry[0] = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, colon, line.length) , line.substr(0, colon))); + for (i = 1 , lastMatch = colon + 1;; i++) { + comma = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(line, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), lastMatch); + if (comma == -1) { + entry[i] = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(lastMatch, line.length + 1) , line.substr(lastMatch))); + return i; + } + entry[i] = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(lastMatch, comma, line.length) , line.substr(lastMatch, comma - lastMatch))); + lastMatch = comma + 1; + if (i == 4) + return 4; + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(952, 1, {}, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_TextureAtlas$TextureAtlasData__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData', 952, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_$parse__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_2V(this$static){ + java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_val$entry2[1], 10, $intern_84, $intern_5); + java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this$static.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_val$entry2[2], 10, $intern_84, $intern_5); +} + +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_TextureAtlas$TextureAtlasData$1__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(953, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_TextureAtlas$TextureAtlasData$1__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_parse__Ljava_lang_Object_2V(page){ + var lastArg; + com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_$parse__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$1_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_2V((lastArg = this , page , lastArg)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/1', 953, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$10_TextureAtlas$TextureAtlasData$10__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$10_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(962, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$10_TextureAtlas$TextureAtlasData$10__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$10_parse__Ljava_lang_Object_2V(region){ + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalWidth = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$10_val$entry2[1], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalHeight = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$10_val$entry2[2], 10, $intern_84, $intern_5); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$10_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/10', 962, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$11_TextureAtlas$TextureAtlasData$11__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$11_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(963, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$11_TextureAtlas$TextureAtlasData$11__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$11_parse__Ljava_lang_Object_2V(region){ + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_offsetX = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$11_val$entry2[1], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_offsetY = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$11_val$entry2[2], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalWidth = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$11_val$entry2[3], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalHeight = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$11_val$entry2[4], 10, $intern_84, $intern_5); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$11_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/11', 963, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_TextureAtlas$TextureAtlasData$12__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(964, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_TextureAtlas$TextureAtlasData$12__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_parse__Ljava_lang_Object_2V(region){ + var com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_$parse__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2V_value_0; + com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_$parse__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2V_value_0 = this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_val$entry2[1]; + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_$parse__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2V_value_0, $intern_148)?(region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_degrees = 90):java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_$parse__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2V_value_0, $intern_203) || (region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_degrees = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_$parse__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$12_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2V_value_0, 10, $intern_84, $intern_5)); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_rotate = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_degrees == 90; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$12_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/12', 964, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$13_TextureAtlas$TextureAtlasData$13__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry, val$hasIndexes){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$13_val$entry2 = val$entry; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$13_val$hasIndexes3 = val$hasIndexes; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(965, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$13_TextureAtlas$TextureAtlasData$13__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$13_parse__Ljava_lang_Object_2V(region){ + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_index = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$13_val$entry2[1], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_index != -1 && (this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$13_val$hasIndexes3[0] = true); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$13_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/13', 965, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparator_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'Comparator'); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_TextureAtlas$TextureAtlasData$14__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(966, 1, $intern_204, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_TextureAtlas$TextureAtlasData$14__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.compare__Ljava_lang_Object_2Ljava_lang_Object_2I = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_compare__Ljava_lang_Object_2Ljava_lang_Object_2I(region1, region2){ + var com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i1_0, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i2_0; + return com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i1_0 = region1.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_index , com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i1_0 == -1 && (com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i1_0 = $intern_5) , com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i2_0 = region2.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_index , com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i2_0 == -1 && (com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i2_0 = $intern_5) , com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i1_0 - com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_$compare__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_2I_i2_0; +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.reversed__Ljava_util_Comparator_2 = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$14_reversed__Ljava_util_Comparator_2(){ + return new java_util_Comparators$ReversedComparator_Comparators$ReversedComparator__Ljava_util_Comparator_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$14_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/14', 966, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$2_TextureAtlas$TextureAtlasData$2__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$2_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(954, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$2_TextureAtlas$TextureAtlasData$2__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$2_parse__Ljava_lang_Object_2V(page){ + page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_format = com_badlogic_gdx_graphics_Pixmap$Format_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$2_val$entry2[1]); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/2', 954, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$3_TextureAtlas$TextureAtlasData$3__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$3_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(955, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$3_TextureAtlas$TextureAtlasData$3__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$3_parse__Ljava_lang_Object_2V(page){ + page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_minFilter = com_badlogic_gdx_graphics_Texture$TextureFilter_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$3_val$entry2[1]); + page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_magFilter = com_badlogic_gdx_graphics_Texture$TextureFilter_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$3_val$entry2[2]); + page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_useMipMaps = com_badlogic_gdx_graphics_Texture$TextureFilter_$isMipMap__Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2Z(page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_minFilter); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/3', 955, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$4_TextureAtlas$TextureAtlasData$4__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$4_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(956, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$4_TextureAtlas$TextureAtlasData$4__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$4_parse__Ljava_lang_Object_2V(page){ + java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$4_val$entry2[1], java_lang_String_fromCodePoint__ILjava_lang_String_2(120)) != -1 && (page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_uWrap = (com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap_Repeat)); + java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$4_val$entry2[1], java_lang_String_fromCodePoint__ILjava_lang_String_2(121)) != -1 && (page.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_vWrap = (com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap_Repeat)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/4', 956, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$5_TextureAtlas$TextureAtlasData$5__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$5_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(957, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$5_TextureAtlas$TextureAtlasData$5__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$5_parse__Ljava_lang_Object_2V(page){ + var lastArg; + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z((lastArg = this , page , lastArg).com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$5_val$entry2[1], $intern_148); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$5_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/5', 957, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$6_TextureAtlas$TextureAtlasData$6__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$6_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(958, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$6_TextureAtlas$TextureAtlasData$6__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$6_parse__Ljava_lang_Object_2V(region){ + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_left = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$6_val$entry2[1], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_top = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$6_val$entry2[2], 10, $intern_84, $intern_5); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$6_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/6', 958, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$7_TextureAtlas$TextureAtlasData$7__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$7_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(959, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$7_TextureAtlas$TextureAtlasData$7__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$7_parse__Ljava_lang_Object_2V(region){ + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_width = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$7_val$entry2[1], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_height = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$7_val$entry2[2], 10, $intern_84, $intern_5); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$7_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/7', 959, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$8_TextureAtlas$TextureAtlasData$8__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$8_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(960, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$8_TextureAtlas$TextureAtlasData$8__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$8_parse__Ljava_lang_Object_2V(region){ + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_left = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$8_val$entry2[1], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_top = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$8_val$entry2[2], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_width = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$8_val$entry2[3], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_height = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$8_val$entry2[4], 10, $intern_84, $intern_5); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$8_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/8', 960, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$9_TextureAtlas$TextureAtlasData$9__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V(val$entry){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$9_val$entry2 = val$entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(961, 1, $intern_202, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$9_TextureAtlas$TextureAtlasData$9__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData_2V); +_.parse__Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$9_parse__Ljava_lang_Object_2V(region){ + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_offsetX = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$9_val$entry2[1], 10, $intern_84, $intern_5); + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_offsetY = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$9_val$entry2[2], 10, $intern_84, $intern_5); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$9_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/9', 961, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_TextureAtlas$TextureAtlasData$Page__V(){ + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_format = (com_badlogic_gdx_graphics_Pixmap$Format_$clinit__V() , com_badlogic_gdx_graphics_Pixmap$Format_RGBA8888); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_minFilter = (com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_magFilter = com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest; + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_uWrap = (com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge); + this.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_vWrap = com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(737, 1, {737:1}, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_TextureAtlas$TextureAtlasData$Page__V); +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Page_useMipMaps = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$Page_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/Page', 737, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_TextureAtlas$TextureAtlasData$Region__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(738, 1, {738:1}, com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_TextureAtlas$TextureAtlasData$Region__V); +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_degrees = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_flip = false; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_height = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_index = -1; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_left = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_offsetX = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_offsetY = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalHeight = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_originalWidth = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_rotate = false; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_top = 0; +_.com_badlogic_gdx_graphics_g2d_TextureAtlas$TextureAtlasData$Region_width = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$TextureAtlasData$Region_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_122, 'TextureAtlas/TextureAtlasData/Region', 738, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_Attribute_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_Attribute_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_Attribute_types = new com_badlogic_gdx_utils_Array_Array__V; +} + +function com_badlogic_gdx_graphics_g3d_Attribute_getAttributeType__Ljava_lang_String_2J(alias){ + var i; + for (i = 0; i < com_badlogic_gdx_graphics_g3d_Attribute_types.com_badlogic_gdx_utils_Array_size; i++) + if (java_lang_String_$compareTo__Ljava_lang_String_2Ljava_lang_String_2I(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(com_badlogic_gdx_graphics_g3d_Attribute_types, i), alias) == 0) + return com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, i); + return 0; +} + +function com_badlogic_gdx_graphics_g3d_Attribute_register__Ljava_lang_String_2J(alias){ + com_badlogic_gdx_graphics_g3d_Attribute_$clinit__V(); + var result; + result = com_badlogic_gdx_graphics_g3d_Attribute_getAttributeType__Ljava_lang_String_2J(alias); + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(result, 0) > 0) + return result; + if (com_badlogic_gdx_graphics_g3d_Attribute_types.com_badlogic_gdx_utils_Array_size >= 64) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Cannot register ' + alias + ', maximum registered attribute count reached.')); + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gdx_graphics_g3d_Attribute_types, alias); + return com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, com_badlogic_gdx_graphics_g3d_Attribute_types.com_badlogic_gdx_utils_Array_size - 1); +} + +var com_badlogic_gdx_graphics_g3d_Attribute_types; +function com_badlogic_gdx_graphics_g3d_ModelInstance_$calculateTransforms__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2V(this$static){ + var i, i0, n; + n = this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_nodes.com_badlogic_gdx_utils_Array_size; + for (i0 = 0; i0 < n; i0++) { + com_badlogic_gdx_graphics_g3d_model_Node_$calculateTransforms__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_nodes, i0), true); + } + for (i = 0; i < n; i++) { + com_badlogic_gdx_graphics_g3d_model_Node_$calculateBoneTransforms__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_nodes, i), true); + } +} + +function com_badlogic_gdx_graphics_g3d_ModelInstance_$copyAnimation__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Lcom_badlogic_gdx_graphics_g3d_model_Animation_2ZV(this$static, shareKeyframes){ + var animation, node, nodeAnim; + animation = new com_badlogic_gdx_graphics_g3d_model_Animation_Animation__V; + animation.com_badlogic_gdx_graphics_g3d_model_Animation_id = null.$_nullField; + animation.com_badlogic_gdx_graphics_g3d_model_Animation_duration = null.$_nullField; + for (null.$_nullMethod(); null.$_nullMethod();) { + null.$_nullMethod(); + node = com_badlogic_gdx_graphics_g3d_ModelInstance_$getNode__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(this$static, null.$_nullField); + if (!node) + continue; + nodeAnim = new com_badlogic_gdx_graphics_g3d_model_NodeAnimation_NodeAnimation__V; + nodeAnim.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_node = node; + if (shareKeyframes) { + nodeAnim.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_translation = null.$_nullField; + nodeAnim.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_rotation = null.$_nullField; + nodeAnim.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_scaling = null.$_nullField; + } + (!!nodeAnim.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_translation || !!nodeAnim.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_rotation || !!nodeAnim.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_scaling) && com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(animation.com_badlogic_gdx_graphics_g3d_model_Animation_nodeAnimations, nodeAnim); + } + animation.com_badlogic_gdx_graphics_g3d_model_Animation_nodeAnimations.com_badlogic_gdx_utils_Array_size > 0 && com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_animations, animation); +} + +function com_badlogic_gdx_graphics_g3d_ModelInstance_$copyAnimations__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Ljava_lang_Iterable_2ZV(this$static, shareKeyframes){ + for (null.$_nullMethod(); null.$_nullMethod();) { + null.$_nullMethod(); + com_badlogic_gdx_graphics_g3d_ModelInstance_$copyAnimation__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Lcom_badlogic_gdx_graphics_g3d_model_Animation_2ZV(this$static, shareKeyframes); + } +} + +function com_badlogic_gdx_graphics_g3d_ModelInstance_$copyNodes__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Lcom_badlogic_gdx_utils_Array_2V(this$static){ + var i, n, node; + for (i = 0 , n = null.$_nullField; i < n; ++i) { + node = null.$_nullMethod(); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_nodes, com_badlogic_gdx_graphics_g3d_model_Node_$set__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2(new com_badlogic_gdx_graphics_g3d_model_Node_Node__V, node)); + } + com_badlogic_gdx_graphics_g3d_ModelInstance_$invalidate__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2V(this$static); +} + +function com_badlogic_gdx_graphics_g3d_ModelInstance_$getNode__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(this$static, id_0){ + return com_badlogic_gdx_graphics_g3d_model_Node_getNode__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_nodes, id_0, true, false); +} + +function com_badlogic_gdx_graphics_g3d_ModelInstance_$invalidate__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2V(this$static){ + var i, n; + for (i = 0 , n = this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_nodes.com_badlogic_gdx_utils_Array_size; i < n; ++i) { + com_badlogic_gdx_graphics_g3d_ModelInstance_$invalidate__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2V(this$static, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_nodes, i)); + } +} + +function com_badlogic_gdx_graphics_g3d_ModelInstance_$invalidate__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2V(this$static, node){ + var bindPose, i, i0, j, midx, n, n0, part; + for (i0 = 0 , n0 = node.com_badlogic_gdx_graphics_g3d_model_Node_parts.com_badlogic_gdx_utils_Array_size; i0 < n0; ++i0) { + part = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(node.com_badlogic_gdx_graphics_g3d_model_Node_parts, i0); + bindPose = part.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms; + if (bindPose) { + for (j = 0; j < bindPose.com_badlogic_gdx_utils_ArrayMap_size; ++j) { + bindPose.com_badlogic_gdx_utils_ArrayMap_keys[j] = com_badlogic_gdx_graphics_g3d_ModelInstance_$getNode__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(this$static, bindPose.com_badlogic_gdx_utils_ArrayMap_keys[j].com_badlogic_gdx_graphics_g3d_model_Node_id); + } + } + if (!com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_materials, part.com_badlogic_gdx_graphics_g3d_model_NodePart_material, true)) { + midx = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_materials, part.com_badlogic_gdx_graphics_g3d_model_NodePart_material, false); + midx < 0?com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_materials, part.com_badlogic_gdx_graphics_g3d_model_NodePart_material = null.$_nullMethod()):(part.com_badlogic_gdx_graphics_g3d_model_NodePart_material = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_ModelInstance_materials, midx)); + } + } + for (i = 0 , n = node.com_badlogic_gdx_graphics_g3d_model_Node_children.com_badlogic_gdx_utils_Array_size; i < n; ++i) { + com_badlogic_gdx_graphics_g3d_ModelInstance_$invalidate__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2V(this$static, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(node.com_badlogic_gdx_graphics_g3d_model_Node_children, i)); + } +} + +function com_badlogic_gdx_graphics_g3d_ModelInstance_ModelInstance__Lcom_badlogic_gdx_graphics_g3d_Model_2V(){ + this.com_badlogic_gdx_graphics_g3d_ModelInstance_materials = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g3d_ModelInstance_nodes = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g3d_ModelInstance_animations = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g3d_ModelInstance_transform = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + com_badlogic_gdx_graphics_g3d_ModelInstance_$copyNodes__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Lcom_badlogic_gdx_utils_Array_2V(this); + com_badlogic_gdx_graphics_g3d_ModelInstance_$copyAnimations__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2Ljava_lang_Iterable_2ZV(this, com_badlogic_gdx_graphics_g3d_ModelInstance_defaultShareKeyframes); + com_badlogic_gdx_graphics_g3d_ModelInstance_$calculateTransforms__Lcom_badlogic_gdx_graphics_g3d_ModelInstance_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(407, 1, {407:1, 1163:1}, com_badlogic_gdx_graphics_g3d_ModelInstance_ModelInstance__Lcom_badlogic_gdx_graphics_g3d_Model_2V); +var com_badlogic_gdx_graphics_g3d_ModelInstance_defaultShareKeyframes = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1ModelInstance_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_205, 'ModelInstance', 407, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_attributes_BlendingAttribute_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_attributes_BlendingAttribute_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_Attribute_$clinit__V(); + com_badlogic_gdx_graphics_g3d_attributes_BlendingAttribute_Type = com_badlogic_gdx_graphics_g3d_Attribute_register__Ljava_lang_String_2J('blended'); +} + +var com_badlogic_gdx_graphics_g3d_attributes_BlendingAttribute_Type = 0; +function com_badlogic_gdx_graphics_g3d_attributes_ColorAttribute_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_attributes_ColorAttribute_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_Attribute_$clinit__V(); + com_badlogic_gdx_graphics_g3d_attributes_ColorAttribute_Diffuse = com_badlogic_gdx_graphics_g3d_Attribute_register__Ljava_lang_String_2J('diffuseColor'); + com_badlogic_gdx_graphics_g3d_Attribute_register__Ljava_lang_String_2J('specularColor'); + com_badlogic_gdx_graphics_g3d_Attribute_register__Ljava_lang_String_2J('ambientColor'); + com_badlogic_gdx_graphics_g3d_Attribute_register__Ljava_lang_String_2J('emissiveColor'); + com_badlogic_gdx_graphics_g3d_Attribute_register__Ljava_lang_String_2J('reflectionColor'); + com_badlogic_gdx_graphics_g3d_Attribute_register__Ljava_lang_String_2J('ambientLightColor'); + com_badlogic_gdx_graphics_g3d_Attribute_register__Ljava_lang_String_2J('fogColor'); +} + +var com_badlogic_gdx_graphics_g3d_attributes_ColorAttribute_Diffuse = 0; +function com_badlogic_gdx_graphics_g3d_model_Animation_Animation__V(){ + this.com_badlogic_gdx_graphics_g3d_model_Animation_nodeAnimations = new com_badlogic_gdx_utils_Array_Array__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(478, 1, {478:1}, com_badlogic_gdx_graphics_g3d_model_Animation_Animation__V); +_.com_badlogic_gdx_graphics_g3d_model_Animation_duration = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Animation_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_206, $intern_123, 478, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_MeshPart_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_model_MeshPart_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_model_MeshPart_bounds = new com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__V; +} + +function com_badlogic_gdx_graphics_g3d_model_MeshPart_$$init__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_center = new com_badlogic_gdx_math_Vector3_Vector3__V; + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_halfExtents = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_graphics_g3d_model_MeshPart_$equals__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Z(this$static, other){ + return other == this$static || !!other && other.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh == this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh && other.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType == this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType && other.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset == this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset && other.com_badlogic_gdx_graphics_g3d_model_MeshPart_size == this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_size; +} + +function com_badlogic_gdx_graphics_g3d_model_MeshPart_$set__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(this$static, other){ + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_id = other.com_badlogic_gdx_graphics_g3d_model_MeshPart_id; + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh = other.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh; + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset = other.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset; + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_size = other.com_badlogic_gdx_graphics_g3d_model_MeshPart_size; + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType = other.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_center, other.com_badlogic_gdx_graphics_g3d_model_MeshPart_center); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_halfExtents, other.com_badlogic_gdx_graphics_g3d_model_MeshPart_halfExtents); + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_radius = other.com_badlogic_gdx_graphics_g3d_model_MeshPart_radius; + return this$static; +} + +function com_badlogic_gdx_graphics_g3d_model_MeshPart_$set__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIILcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(this$static, id_0, mesh, offset, size_0, type_0){ + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_id = id_0; + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh = mesh; + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset = offset; + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_size = size_0; + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType = type_0; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_center, 0, 0, 0); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_halfExtents, 0, 0, 0); + this$static.com_badlogic_gdx_graphics_g3d_model_MeshPart_radius = -1; + return this$static; +} + +function com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__V(){ + com_badlogic_gdx_graphics_g3d_model_MeshPart_$clinit__V(); + com_badlogic_gdx_graphics_g3d_model_MeshPart_$$init__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2V(this); +} + +function com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2V(copyFrom){ + com_badlogic_gdx_graphics_g3d_model_MeshPart_$clinit__V(); + com_badlogic_gdx_graphics_g3d_model_MeshPart_$$init__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2V(this); + com_badlogic_gdx_graphics_g3d_model_MeshPart_$set__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(this, copyFrom); +} + +function com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIIV(id_0, mesh, offset, size_0, type_0){ + com_badlogic_gdx_graphics_g3d_model_MeshPart_$clinit__V(); + com_badlogic_gdx_graphics_g3d_model_MeshPart_$$init__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2V(this); + com_badlogic_gdx_graphics_g3d_model_MeshPart_$set__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIILcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(this, id_0, mesh, offset, size_0, type_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(270, 1, {270:1}, com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__V, com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2V, com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIIV); +_.equals__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Z = function com_badlogic_gdx_graphics_g3d_model_MeshPart_equals__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Z(other){ + return com_badlogic_gdx_graphics_g3d_model_MeshPart_$equals__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Z(this, other); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_graphics_g3d_model_MeshPart_equals__Ljava_lang_Object_2Z(arg0){ + if (arg0 == null) + return false; + if (arg0 === this) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(arg0, 270)) + return false; + return com_badlogic_gdx_graphics_g3d_model_MeshPart_$equals__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Z(this, arg0); +} +; +_.render__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V = function com_badlogic_gdx_graphics_g3d_model_MeshPart_render__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(shader){ + com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIV(this.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh, shader, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_size); +} +; +_.render__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ZV = function com_badlogic_gdx_graphics_g3d_model_MeshPart_render__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ZV(shader, autoBind){ + com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIZV(this.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh, shader, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_size, autoBind); +} +; +_.set__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2 = function com_badlogic_gdx_graphics_g3d_model_MeshPart_set__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(other){ + return com_badlogic_gdx_graphics_g3d_model_MeshPart_$set__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(this, other); +} +; +_.set__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIILcom_badlogic_gdx_graphics_g3d_model_MeshPart_2 = function com_badlogic_gdx_graphics_g3d_model_MeshPart_set__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIILcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(id_0, mesh, offset, size_0, type_0){ + return com_badlogic_gdx_graphics_g3d_model_MeshPart_$set__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIILcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(this, id_0, mesh, offset, size_0, type_0); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_model_MeshPart_update__V(){ + com_badlogic_gdx_graphics_Mesh_$calculateBoundingBox__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_math_collision_BoundingBox_2IILcom_badlogic_gdx_math_collision_BoundingBox_2(this.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh, com_badlogic_gdx_graphics_g3d_model_MeshPart_bounds, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_size); + com_badlogic_gdx_math_collision_BoundingBox_$getCenter__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_model_MeshPart_bounds, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_center); + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getDimensions__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_model_MeshPart_bounds, this.com_badlogic_gdx_graphics_g3d_model_MeshPart_halfExtents), 0.5); + this.com_badlogic_gdx_graphics_g3d_model_MeshPart_radius = com_badlogic_gdx_math_Vector3_$len__Lcom_badlogic_gdx_math_Vector3_2F(this.com_badlogic_gdx_graphics_g3d_model_MeshPart_halfExtents); +} +; +_.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset = 0; +_.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType = 0; +_.com_badlogic_gdx_graphics_g3d_model_MeshPart_radius = -1; +_.com_badlogic_gdx_graphics_g3d_model_MeshPart_size = 0; +var com_badlogic_gdx_graphics_g3d_model_MeshPart_bounds; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_206, $intern_207, 270, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_Node_$calculateBoneTransforms__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(this$static, recursive){ + var child, child$iterator, i, n, part, part$iterator; + for (part$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_parts); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(part$iterator);) { + part = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(part$iterator); + if (!part.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms || part.com_badlogic_gdx_graphics_g3d_model_NodePart_bones == null || part.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms.com_badlogic_gdx_utils_ArrayMap_size != part.com_badlogic_gdx_graphics_g3d_model_NodePart_bones.length) + continue; + n = part.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms.com_badlogic_gdx_utils_ArrayMap_size; + for (i = 0; i < n; i++) + com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(part.com_badlogic_gdx_graphics_g3d_model_NodePart_bones[i], part.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms.com_badlogic_gdx_utils_ArrayMap_keys[i].com_badlogic_gdx_graphics_g3d_model_Node_globalTransform.com_badlogic_gdx_math_Matrix4_val), part.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms.com_badlogic_gdx_utils_ArrayMap_values[i]); + } + if (recursive) { + for (child$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_children); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(child$iterator);) { + child = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(child$iterator); + com_badlogic_gdx_graphics_g3d_model_Node_$calculateBoneTransforms__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(child, true); + } + } +} + +function com_badlogic_gdx_graphics_g3d_model_Node_$calculateTransforms__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(this$static, recursive){ + var child, child$iterator; + this$static.com_badlogic_gdx_graphics_g3d_model_Node_isAnimated || com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_localTransform, this$static.com_badlogic_gdx_graphics_g3d_model_Node_translation, this$static.com_badlogic_gdx_graphics_g3d_model_Node_rotation, this$static.com_badlogic_gdx_graphics_g3d_model_Node_scale); + this$static.com_badlogic_gdx_graphics_g3d_model_Node_inheritTransform && !!this$static.com_badlogic_gdx_graphics_g3d_model_Node_parent?com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform, this$static.com_badlogic_gdx_graphics_g3d_model_Node_parent.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform.com_badlogic_gdx_math_Matrix4_val), this$static.com_badlogic_gdx_graphics_g3d_model_Node_localTransform):com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform, this$static.com_badlogic_gdx_graphics_g3d_model_Node_localTransform.com_badlogic_gdx_math_Matrix4_val); + if (recursive) { + for (child$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_children); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(child$iterator);) { + child = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(child$iterator); + com_badlogic_gdx_graphics_g3d_model_Node_$calculateTransforms__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(child, true); + } + } +} + +function com_badlogic_gdx_graphics_g3d_model_Node_$detach__Lcom_badlogic_gdx_graphics_g3d_model_Node_2V(this$static){ + if (this$static.com_badlogic_gdx_graphics_g3d_model_Node_parent) { + com_badlogic_gdx_graphics_g3d_model_Node_$removeChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Z(this$static.com_badlogic_gdx_graphics_g3d_model_Node_parent, this$static); + this$static.com_badlogic_gdx_graphics_g3d_model_Node_parent = null; + } +} + +function com_badlogic_gdx_graphics_g3d_model_Node_$extendBoundingBox__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, out, transform){ + var childCount, i, i0, meshPart, part, partCount; + partCount = this$static.com_badlogic_gdx_graphics_g3d_model_Node_parts.com_badlogic_gdx_utils_Array_size; + for (i0 = 0; i0 < partCount; i0++) { + part = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_parts, i0); + if (part.com_badlogic_gdx_graphics_g3d_model_NodePart_enabled) { + meshPart = part.com_badlogic_gdx_graphics_g3d_model_NodePart_meshPart; + transform?com_badlogic_gdx_graphics_Mesh_$extendBoundingBox__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_math_collision_BoundingBox_2IILcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(meshPart.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh, out, meshPart.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset, meshPart.com_badlogic_gdx_graphics_g3d_model_MeshPart_size, this$static.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform):com_badlogic_gdx_graphics_Mesh_$extendBoundingBox__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_math_collision_BoundingBox_2IILcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(meshPart.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh, out, meshPart.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset, meshPart.com_badlogic_gdx_graphics_g3d_model_MeshPart_size, null); + } + } + childCount = this$static.com_badlogic_gdx_graphics_g3d_model_Node_children.com_badlogic_gdx_utils_Array_size; + for (i = 0; i < childCount; i++) + com_badlogic_gdx_graphics_g3d_model_Node_$extendBoundingBox__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_children, i), out, true); + return out; +} + +function com_badlogic_gdx_graphics_g3d_model_Node_$insertChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(this$static, index_0, child){ + var p, p0; + for (p0 = this$static; p0; p0 = p0.com_badlogic_gdx_graphics_g3d_model_Node_parent) { + if (p0 == child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Cannot add a parent as a child')); + } + p = child.com_badlogic_gdx_graphics_g3d_model_Node_parent; + if (!!p && !com_badlogic_gdx_graphics_g3d_model_Node_$removeChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Z(p, child)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Could not remove child from its current parent')); + if (index_0 < 0 || index_0 >= this$static.com_badlogic_gdx_graphics_g3d_model_Node_children.com_badlogic_gdx_utils_Array_size) { + index_0 = this$static.com_badlogic_gdx_graphics_g3d_model_Node_children.com_badlogic_gdx_utils_Array_size; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_model_Node_children, child); + } + else + com_badlogic_gdx_utils_Array_$insert__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_model_Node_children, index_0, child); + child.com_badlogic_gdx_graphics_g3d_model_Node_parent = this$static; + return index_0; +} + +function com_badlogic_gdx_graphics_g3d_model_Node_$insertChildren__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILjava_lang_Iterable_2I(this$static, index_0, nodes){ + var child, child$iterator, i; + (index_0 < 0 || index_0 > this$static.com_badlogic_gdx_graphics_g3d_model_Node_children.com_badlogic_gdx_utils_Array_size) && (index_0 = this$static.com_badlogic_gdx_graphics_g3d_model_Node_children.com_badlogic_gdx_utils_Array_size); + i = index_0; + for (child$iterator = nodes.iterator__Ljava_util_Iterator_2(); child$iterator.hasNext__Z();) { + child = child$iterator.next__Ljava_lang_Object_2(); + com_badlogic_gdx_graphics_g3d_model_Node_$insertChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(this$static, i++, child); + } + return index_0; +} + +function com_badlogic_gdx_graphics_g3d_model_Node_$removeChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Z(this$static, child){ + if (!com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_graphics_g3d_model_Node_children, child, true)) + return false; + child.com_badlogic_gdx_graphics_g3d_model_Node_parent = null; + return true; +} + +function com_badlogic_gdx_graphics_g3d_model_Node_$set__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2(this$static, other){ + var child, child$iterator, nodePart, nodePart$iterator; + com_badlogic_gdx_graphics_g3d_model_Node_$detach__Lcom_badlogic_gdx_graphics_g3d_model_Node_2V(this$static); + this$static.com_badlogic_gdx_graphics_g3d_model_Node_id = other.com_badlogic_gdx_graphics_g3d_model_Node_id; + this$static.com_badlogic_gdx_graphics_g3d_model_Node_isAnimated = other.com_badlogic_gdx_graphics_g3d_model_Node_isAnimated; + this$static.com_badlogic_gdx_graphics_g3d_model_Node_inheritTransform = other.com_badlogic_gdx_graphics_g3d_model_Node_inheritTransform; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_translation, other.com_badlogic_gdx_graphics_g3d_model_Node_translation); + com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_rotation, other.com_badlogic_gdx_graphics_g3d_model_Node_rotation); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_scale, other.com_badlogic_gdx_graphics_g3d_model_Node_scale); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_localTransform, other.com_badlogic_gdx_graphics_g3d_model_Node_localTransform.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform, other.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform.com_badlogic_gdx_math_Matrix4_val); + this$static.com_badlogic_gdx_graphics_g3d_model_Node_parts.clear__V(); + for (nodePart$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(other.com_badlogic_gdx_graphics_g3d_model_Node_parts); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(nodePart$iterator);) { + nodePart = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(nodePart$iterator); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_model_Node_parts, com_badlogic_gdx_graphics_g3d_model_NodePart_$set__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2(new com_badlogic_gdx_graphics_g3d_model_NodePart_NodePart__V, nodePart)); + } + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_graphics_g3d_model_Node_children); + for (child$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(other.com_badlogic_gdx_graphics_g3d_model_Node_children); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(child$iterator);) { + child = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(child$iterator); + com_badlogic_gdx_graphics_g3d_model_Node_$insertChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(this$static, -1, com_badlogic_gdx_graphics_g3d_model_Node_$set__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2(new com_badlogic_gdx_graphics_g3d_model_Node_Node__V, child)); + } + return this$static; +} + +function com_badlogic_gdx_graphics_g3d_model_Node_Node__V(){ + this.com_badlogic_gdx_graphics_g3d_model_Node_translation = new com_badlogic_gdx_math_Vector3_Vector3__V; + this.com_badlogic_gdx_graphics_g3d_model_Node_rotation = new com_badlogic_gdx_math_Quaternion_Quaternion__FFFFV(0, 0, 0, 1); + this.com_badlogic_gdx_graphics_g3d_model_Node_scale = new com_badlogic_gdx_math_Vector3_Vector3__FFFV(1, 1, 1); + this.com_badlogic_gdx_graphics_g3d_model_Node_localTransform = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_g3d_model_Node_parts = new com_badlogic_gdx_utils_Array_Array__IV(2); + this.com_badlogic_gdx_graphics_g3d_model_Node_children = new com_badlogic_gdx_utils_Array_Array__IV(2); +} + +function com_badlogic_gdx_graphics_g3d_model_Node_getNode__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(nodes, id_0, recursive, ignoreCase){ + var i, n, node; + n = nodes.com_badlogic_gdx_utils_Array_size; + if (ignoreCase) { + for (i = 0; i < n; i++) + if (java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z((node = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i)).com_badlogic_gdx_graphics_g3d_model_Node_id, id_0)) + return node; + } + else { + for (i = 0; i < n; i++) + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z((node = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i)).com_badlogic_gdx_graphics_g3d_model_Node_id, id_0)) + return node; + } + if (recursive) { + for (i = 0; i < n; i++) + if (node = com_badlogic_gdx_graphics_g3d_model_Node_getNode__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i).com_badlogic_gdx_graphics_g3d_model_Node_children, id_0, true, ignoreCase)) + return node; + } + return null; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(335, 1, {335:1}, com_badlogic_gdx_graphics_g3d_model_Node_Node__V); +_.addChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2I = function com_badlogic_gdx_graphics_g3d_model_Node_addChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2I(child){ + return com_badlogic_gdx_graphics_g3d_model_Node_$insertChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(this, -1, child); +} +; +_.addChildren__Ljava_lang_Iterable_2I = function com_badlogic_gdx_graphics_g3d_model_Node_addChildren__Ljava_lang_Iterable_2I(nodes){ + return com_badlogic_gdx_graphics_g3d_model_Node_$insertChildren__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILjava_lang_Iterable_2I(this, -1, nodes); +} +; +_.attachTo__Lcom_badlogic_gdx_graphics_g3d_model_Node_2V = function com_badlogic_gdx_graphics_g3d_model_Node_attachTo__Lcom_badlogic_gdx_graphics_g3d_model_Node_2V(parent_0){ + com_badlogic_gdx_graphics_g3d_model_Node_$insertChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(parent_0, -1, this); +} +; +_.calculateBoneTransforms__ZV = function com_badlogic_gdx_graphics_g3d_model_Node_calculateBoneTransforms__ZV(recursive){ + com_badlogic_gdx_graphics_g3d_model_Node_$calculateBoneTransforms__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(this, recursive); +} +; +_.calculateBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_graphics_g3d_model_Node_calculateBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out){ + com_badlogic_gdx_math_collision_BoundingBox_$inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out); + return com_badlogic_gdx_graphics_g3d_model_Node_$extendBoundingBox__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(this, out, true); +} +; +_.calculateBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_graphics_g3d_model_Node_calculateBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(out, transform){ + com_badlogic_gdx_math_collision_BoundingBox_$inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out); + return com_badlogic_gdx_graphics_g3d_model_Node_$extendBoundingBox__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(this, out, transform); +} +; +_.calculateLocalTransform__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_graphics_g3d_model_Node_calculateLocalTransform__Lcom_badlogic_gdx_math_Matrix4_2(){ + return this.com_badlogic_gdx_graphics_g3d_model_Node_isAnimated || com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g3d_model_Node_localTransform, this.com_badlogic_gdx_graphics_g3d_model_Node_translation, this.com_badlogic_gdx_graphics_g3d_model_Node_rotation, this.com_badlogic_gdx_graphics_g3d_model_Node_scale) , this.com_badlogic_gdx_graphics_g3d_model_Node_localTransform; +} +; +_.calculateTransforms__ZV = function com_badlogic_gdx_graphics_g3d_model_Node_calculateTransforms__ZV(recursive){ + com_badlogic_gdx_graphics_g3d_model_Node_$calculateTransforms__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(this, recursive); +} +; +_.calculateWorldTransform__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_graphics_g3d_model_Node_calculateWorldTransform__Lcom_badlogic_gdx_math_Matrix4_2(){ + return this.com_badlogic_gdx_graphics_g3d_model_Node_inheritTransform && !!this.com_badlogic_gdx_graphics_g3d_model_Node_parent?com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform, this.com_badlogic_gdx_graphics_g3d_model_Node_parent.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform.com_badlogic_gdx_math_Matrix4_val), this.com_badlogic_gdx_graphics_g3d_model_Node_localTransform):com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform, this.com_badlogic_gdx_graphics_g3d_model_Node_localTransform.com_badlogic_gdx_math_Matrix4_val) , this.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform; +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_model_Node_2 = function com_badlogic_gdx_graphics_g3d_model_Node_copy__Lcom_badlogic_gdx_graphics_g3d_model_Node_2(){ + return com_badlogic_gdx_graphics_g3d_model_Node_$set__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2(new com_badlogic_gdx_graphics_g3d_model_Node_Node__V, this); +} +; +_.detach__V = function com_badlogic_gdx_graphics_g3d_model_Node_detach__V(){ + com_badlogic_gdx_graphics_g3d_model_Node_$detach__Lcom_badlogic_gdx_graphics_g3d_model_Node_2V(this); +} +; +_.extendBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_graphics_g3d_model_Node_extendBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(out){ + return com_badlogic_gdx_graphics_g3d_model_Node_$extendBoundingBox__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(this, out, true); +} +; +_.extendBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_graphics_g3d_model_Node_extendBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(out, transform){ + return com_badlogic_gdx_graphics_g3d_model_Node_$extendBoundingBox__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(this, out, transform); +} +; +_.getChild__ILcom_badlogic_gdx_graphics_g3d_model_Node_2 = function com_badlogic_gdx_graphics_g3d_model_Node_getChild__ILcom_badlogic_gdx_graphics_g3d_model_Node_2(index_0){ + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_model_Node_children, index_0); +} +; +_.getChild__Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2 = function com_badlogic_gdx_graphics_g3d_model_Node_getChild__Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(id_0, recursive, ignoreCase){ + return com_badlogic_gdx_graphics_g3d_model_Node_getNode__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(this.com_badlogic_gdx_graphics_g3d_model_Node_children, id_0, recursive, ignoreCase); +} +; +_.getChildCount__I = function com_badlogic_gdx_graphics_g3d_model_Node_getChildCount__I(){ + return this.com_badlogic_gdx_graphics_g3d_model_Node_children.com_badlogic_gdx_utils_Array_size; +} +; +_.getChildren__Ljava_lang_Iterable_2 = function com_badlogic_gdx_graphics_g3d_model_Node_getChildren__Ljava_lang_Iterable_2(){ + return this.com_badlogic_gdx_graphics_g3d_model_Node_children; +} +; +_.getParent__Lcom_badlogic_gdx_graphics_g3d_model_Node_2 = function com_badlogic_gdx_graphics_g3d_model_Node_getParent__Lcom_badlogic_gdx_graphics_g3d_model_Node_2(){ + return this.com_badlogic_gdx_graphics_g3d_model_Node_parent; +} +; +_.hasChildren__Z = function com_badlogic_gdx_graphics_g3d_model_Node_hasChildren__Z(){ + return this.com_badlogic_gdx_graphics_g3d_model_Node_children.com_badlogic_gdx_utils_Array_size > 0; +} +; +_.hasParent__Z = function com_badlogic_gdx_graphics_g3d_model_Node_hasParent__Z(){ + return !!this.com_badlogic_gdx_graphics_g3d_model_Node_parent; +} +; +_.insertChild__ILcom_badlogic_gdx_graphics_g3d_model_Node_2I = function com_badlogic_gdx_graphics_g3d_model_Node_insertChild__ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(index_0, child){ + return com_badlogic_gdx_graphics_g3d_model_Node_$insertChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(this, index_0, child); +} +; +_.insertChildren__ILjava_lang_Iterable_2I = function com_badlogic_gdx_graphics_g3d_model_Node_insertChildren__ILjava_lang_Iterable_2I(index_0, nodes){ + return com_badlogic_gdx_graphics_g3d_model_Node_$insertChildren__Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILjava_lang_Iterable_2I(this, index_0, nodes); +} +; +_.removeChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Z = function com_badlogic_gdx_graphics_g3d_model_Node_removeChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Z(child){ + return com_badlogic_gdx_graphics_g3d_model_Node_$removeChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Z(this, child); +} +; +_.set__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2 = function com_badlogic_gdx_graphics_g3d_model_Node_set__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2(other){ + return com_badlogic_gdx_graphics_g3d_model_Node_$set__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2(this, other); +} +; +_.com_badlogic_gdx_graphics_g3d_model_Node_inheritTransform = true; +_.com_badlogic_gdx_graphics_g3d_model_Node_isAnimated = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_206, 'Node', 335, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_NodeAnimation_NodeAnimation__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(479, 1, {479:1}, com_badlogic_gdx_graphics_g3d_model_NodeAnimation_NodeAnimation__V); +_.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_rotation = null; +_.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_scaling = null; +_.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_translation = null; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_206, $intern_208, 479, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_NodeKeyframe_NodeKeyframe__FLjava_lang_Object_2V(t, v){ + this.com_badlogic_gdx_graphics_g3d_model_NodeKeyframe_keytime = t; + this.com_badlogic_gdx_graphics_g3d_model_NodeKeyframe_value = v; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(567, 1, {567:1}, com_badlogic_gdx_graphics_g3d_model_NodeKeyframe_NodeKeyframe__FLjava_lang_Object_2V); +_.com_badlogic_gdx_graphics_g3d_model_NodeKeyframe_keytime = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_206, $intern_209, 567, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_NodePart_$$init__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2V(this$static){ +} + +function com_badlogic_gdx_graphics_g3d_model_NodePart_$set__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2(this$static, other){ + var i; + this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_meshPart = new com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2V(other.com_badlogic_gdx_graphics_g3d_model_NodePart_meshPart); + this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_material = other.com_badlogic_gdx_graphics_g3d_model_NodePart_material; + this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_enabled = other.com_badlogic_gdx_graphics_g3d_model_NodePart_enabled; + if (!other.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms) { + this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms = null; + this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_bones = null; + } + else { + !this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms?(this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms = new com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZILjava_lang_Class_2Ljava_lang_Class_2V(true, other.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms.com_badlogic_gdx_utils_ArrayMap_size, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit)):com_badlogic_gdx_utils_ArrayMap_$clear__Lcom_badlogic_gdx_utils_ArrayMap_2V(this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms); + com_badlogic_gdx_utils_ArrayMap_$putAll__Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap_2V(this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms, other.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms); + (this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_bones == null || this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_bones.length != this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms.com_badlogic_gdx_utils_ArrayMap_size) && (this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_bones = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_210, 72, this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms.com_badlogic_gdx_utils_ArrayMap_size, 0, 1)); + for (i = 0; i < this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_bones.length; i++) { + !this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_bones[i] && (this$static.com_badlogic_gdx_graphics_g3d_model_NodePart_bones[i] = new com_badlogic_gdx_math_Matrix4_Matrix4__V); + } + } + return this$static; +} + +function com_badlogic_gdx_graphics_g3d_model_NodePart_NodePart__V(){ + com_badlogic_gdx_graphics_g3d_model_NodePart_$$init__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2V(this); +} + +function com_badlogic_gdx_graphics_g3d_model_NodePart_NodePart__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_Material_2V(meshPart, material){ + com_badlogic_gdx_graphics_g3d_model_NodePart_$$init__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2V(this); + this.com_badlogic_gdx_graphics_g3d_model_NodePart_meshPart = meshPart; + this.com_badlogic_gdx_graphics_g3d_model_NodePart_material = material; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(336, 1, {336:1}, com_badlogic_gdx_graphics_g3d_model_NodePart_NodePart__V, com_badlogic_gdx_graphics_g3d_model_NodePart_NodePart__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_Material_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2 = function com_badlogic_gdx_graphics_g3d_model_NodePart_copy__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2(){ + return com_badlogic_gdx_graphics_g3d_model_NodePart_$set__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2(new com_badlogic_gdx_graphics_g3d_model_NodePart_NodePart__V, this); +} +; +_.set__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2 = function com_badlogic_gdx_graphics_g3d_model_NodePart_set__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2(other){ + return com_badlogic_gdx_graphics_g3d_model_NodePart_$set__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2(this, other); +} +; +_.setRenderable__Lcom_badlogic_gdx_graphics_g3d_Renderable_2Lcom_badlogic_gdx_graphics_g3d_Renderable_2 = function com_badlogic_gdx_graphics_g3d_model_NodePart_setRenderable__Lcom_badlogic_gdx_graphics_g3d_Renderable_2Lcom_badlogic_gdx_graphics_g3d_Renderable_2(out){ + null.$_nullMethod(); + return out; +} +; +_.com_badlogic_gdx_graphics_g3d_model_NodePart_enabled = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_206, $intern_211, 336, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelAnimation_ModelAnimation__V(){ + this.com_badlogic_gdx_graphics_g3d_model_data_ModelAnimation_nodeAnimations = new com_badlogic_gdx_utils_Array_Array__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(568, 1, {568:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelAnimation_ModelAnimation__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelAnimation_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, $intern_213, 568, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelData_ModelData__V(){ + this.com_badlogic_gdx_graphics_g3d_model_data_ModelData_version = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, 2, 15, 1); + this.com_badlogic_gdx_graphics_g3d_model_data_ModelData_meshes = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g3d_model_data_ModelData_materials = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g3d_model_data_ModelData_nodes = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g3d_model_data_ModelData_animations = new com_badlogic_gdx_utils_Array_Array__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(570, 1, {570:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelData_ModelData__V); +_.addMesh__Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMesh_2V = function com_badlogic_gdx_graphics_g3d_model_data_ModelData_addMesh__Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMesh_2V(mesh){ + var other, other$iterator; + for (other$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_graphics_g3d_model_data_ModelData_meshes); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(other$iterator);) { + other = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(other$iterator); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(other.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_id, mesh.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_id)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V("Mesh with id '" + other.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_id + "' already in model")); + } + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g3d_model_data_ModelData_meshes, mesh); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, 'ModelData', 570, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_ModelMaterial__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(572, 1, {572:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_ModelMaterial__V); +_.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_opacity = 1; +_.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_shininess = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, $intern_214, 572, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Lambert = new com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_ModelMaterial$MaterialType__Ljava_lang_String_2IV('Lambert', 0); + com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Phong = new com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_ModelMaterial$MaterialType__Ljava_lang_String_2IV('Phong', 1); +} + +function com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_ModelMaterial$MaterialType__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_values___3Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_2(){ + com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), $intern_215, 337, 0, [com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Lambert, com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Phong]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(337, 39, {337:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_ModelMaterial$MaterialType__Ljava_lang_String_2IV); +var com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Lambert, com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Phong; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_212, 'ModelMaterial/MaterialType', 337, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_values___3Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_2); +function com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType$Map_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), $intern_215, 337, 0, [com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Lambert, com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Phong]))); +} + +var com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType$Map_$MAP; +function com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_ModelMesh__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(571, 1, {571:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_ModelMesh__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, 'ModelMesh', 571, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_ModelMeshPart__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(575, 1, {575:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_ModelMeshPart__V); +_.com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_primitiveType = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, $intern_216, 575, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelNode_ModelNode__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(573, 1, {573:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelNode_ModelNode__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, 'ModelNode', 573, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_ModelNodeAnimation__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(569, 1, {569:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_ModelNodeAnimation__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, $intern_217, 569, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_ModelNodeKeyframe__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(577, 1, {577:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_ModelNodeKeyframe__V); +_.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_keytime = 0; +_.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_value = null; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, $intern_218, 577, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_ModelNodePart__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(576, 1, {576:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_ModelNodePart__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, $intern_219, 576, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_ModelTexture__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(574, 1, {574:1}, com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_ModelTexture__V); +_.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_usage = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_212, $intern_220, 574, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this$static, channelDescriptor, initializer){ + var channel; + channel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this$static, channelDescriptor); + if (!channel) { + channel = channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_type == com_google_gwt_lang_ClassLiteralHolder_F_1classLit?new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_ParallelArray$FloatChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIIV(this$static, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count, this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity):channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_type == com_google_gwt_lang_ClassLiteralHolder_I_1classLit?new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_ParallelArray$IntChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIIV(this$static, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count, this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity):new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_ParallelArray$ObjectChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIILjava_lang_Class_2V(this$static, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count, this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_type); + !!initializer && initializer.init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V(channel); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays, channel); + } + return channel; +} + +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$findIndex__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2II(this$static, id_0){ + var array, i; + for (i = 0; i < this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays.com_badlogic_gdx_utils_Array_size; ++i) { + array = this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays.com_badlogic_gdx_utils_Array_items[i]; + if (array.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_id == id_0) + return i; + } + return -1; +} + +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this$static, descriptor){ + var array, array$iterator; + for (array$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(array$iterator);) { + array = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(array$iterator); + if (array.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_id == descriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id) + return array; + } + return null; +} + +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$removeElement__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IV(this$static, index_0){ + var last, strideArray, strideArray$iterator; + last = this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size - 1; + for (strideArray$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(strideArray$iterator);) { + strideArray = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(strideArray$iterator); + strideArray.swap__IIV(index_0, last); + } + this$static.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size = last; +} + +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_ParallelArray__IV(capacity){ + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(false, 2, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit); + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity = capacity; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size = 0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(480, 1, {480:1}, com_badlogic_gdx_graphics_g3d_particles_ParallelArray_ParallelArray__IV); +_.addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2 = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(channelDescriptor){ + return com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this, channelDescriptor, null); +} +; +_.addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2 = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(channelDescriptor, initializer){ + return com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this, channelDescriptor, initializer); +} +; +_.addElement___3Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_addElement___3Ljava_lang_Object_2V(values){ + var k, strideArray, strideArray$iterator; + if (this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size == this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Capacity reached, cannot add other elements')); + k = 0; + for (strideArray$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(strideArray$iterator);) { + strideArray = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(strideArray$iterator); + strideArray.add__I_3Ljava_lang_Object_2V(k, values); + k += strideArray.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; + } + ++this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; +} +; +_.private$com_badlogic_gdx_graphics_g3d_particles_ParallelArray$allocateChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2 = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_allocateChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(channelDescriptor){ + return channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_type == com_google_gwt_lang_ClassLiteralHolder_F_1classLit?new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_ParallelArray$FloatChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIIV(this, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count, this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity):channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_type == com_google_gwt_lang_ClassLiteralHolder_I_1classLit?new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_ParallelArray$IntChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIIV(this, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count, this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity):new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_ParallelArray$ObjectChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIILjava_lang_Class_2V(this, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count, this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity, channelDescriptor.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_type); +} +; +_.clear__V = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_clear__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays.clear__V(); + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size = 0; +} +; +_.private$com_badlogic_gdx_graphics_g3d_particles_ParallelArray$findIndex__II = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_findIndex__II(id_0){ + return com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$findIndex__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2II(this, id_0); +} +; +_.getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2 = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(descriptor){ + return com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this, descriptor); +} +; +_.removeArray__IV = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_removeArray__IV(id_0){ + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays.removeIndex__ILjava_lang_Object_2(com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$findIndex__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2II(this, id_0)); +} +; +_.removeElement__IV = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_removeElement__IV(index_0){ + com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$removeElement__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IV(this, index_0); +} +; +_.setCapacity__IV = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray_setCapacity__IV(requiredCapacity){ + var channel, channel$iterator; + if (this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity != requiredCapacity) { + for (channel$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(channel$iterator);) { + channel = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(channel$iterator); + channel.setCapacity__IV(requiredCapacity); + } + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity = requiredCapacity; + } +} +; +_.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity = 0; +_.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, $intern_222, 480, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_ParallelArray$Channel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2IV(id_0, data_0, strideSize){ + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_id = id_0; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize = strideSize; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_data = data_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(240, 1, {240:1}); +_.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_id = 0; +_.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParallelArray/Channel', 240, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(id_0, type_0, count){ + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id = id_0; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_type = type_0; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count = count; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(116, 1, {116:1}, com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV); +_.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count = 0; +_.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParallelArray/ChannelDescriptor', 116, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_221, 'ParallelArray/ChannelInitializer'); +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_ParallelArray$FloatChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIIV(this$0, id_0, strideSize, size_0){ + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_this$01 = this$0; + com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_ParallelArray$Channel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2IV.call(this, id_0, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, size_0 * strideSize, 15, 1), strideSize); + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_data; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(481, 240, {240:1, 481:1}, com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_ParallelArray$FloatChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIIV); +_.add__I_3Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_add__I_3Ljava_lang_Object_2V(index_0, objects){ + var c, i, k; + for (i = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_this$01.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size , c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , k = 0; i < c; ++i , ++k) { + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = objects[k].java_lang_Float_value; + } +} +; +_.setCapacity__IV = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_setCapacity__IV(requiredCapacity){ + var newData; + newData = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * requiredCapacity, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data, 0, newData, 0, $wnd.Math.min(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data.length, newData.length)); + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_data = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data = newData; +} +; +_.swap__IIV = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_swap__IIV(i, k){ + var c, t; + i = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * i; + k = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * k; + for (c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; ++i , ++k) { + t = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i]; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[k]; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[k] = t; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParallelArray/FloatChannel', 481, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_ParallelArray$IntChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIIV(this$0, id_0, strideSize, size_0){ + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_this$01 = this$0; + com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_ParallelArray$Channel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2IV.call(this, id_0, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, size_0 * strideSize, 15, 1), strideSize); + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_data; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(482, 240, {240:1, 482:1}, com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_ParallelArray$IntChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIIV); +_.add__I_3Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_add__I_3Ljava_lang_Object_2V(index_0, objects){ + var c, i, k; + for (i = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_this$01.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size , c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , k = 0; i < c; ++i , ++k) { + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data[i] = objects[k].java_lang_Integer_value; + } +} +; +_.setCapacity__IV = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_setCapacity__IV(requiredCapacity){ + var newData; + newData = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * requiredCapacity, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data, 0, newData, 0, $wnd.Math.min(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data.length, newData.length)); + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_data = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data = newData; +} +; +_.swap__IIV = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_swap__IIV(i, k){ + var c, t; + i = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * i; + k = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * k; + for (c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; ++i , ++k) { + t = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data[i]; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data[i] = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data[k]; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data[k] = t; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$IntChannel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParallelArray/IntChannel', 482, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_ParallelArray$ObjectChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIILjava_lang_Class_2V(this$0, id_0, strideSize, size_0, type_0){ + var type0; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_this$01 = this$0; + com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_ParallelArray$Channel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2IV.call(this, id_0, (com_badlogic_gwtref_client_ReflectionCache_$clinit__V() , type0 = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(type_0) , type0.com_badlogic_gwtref_client_Type_source.newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2(type0, size_0 * strideSize)), strideSize); + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_componentType = type_0; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data = com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_data); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(483, 240, {240:1, 483:1}, com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_ParallelArray$ObjectChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IIILjava_lang_Class_2V); +_.add__I_3Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_add__I_3Ljava_lang_Object_2V(index_0, objects){ + var c, i, k; + for (i = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_this$01.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size , c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , k = 0; i < c; ++i , ++k) { + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i] = objects[k]; + } +} +; +_.setCapacity__IV = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_setCapacity__IV(requiredCapacity){ + var newData; + newData = com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_reflect_ArrayReflection_newInstance__Ljava_lang_Class_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_componentType, this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * requiredCapacity)); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data, 0, newData, 0, $wnd.Math.min(this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data.length, newData.length)); + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_data = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data = newData; +} +; +_.swap__IIV = function com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_swap__IIV(i, k){ + var c, t; + i = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * i; + k = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * k; + for (c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; ++i , ++k) { + t = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i] = this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[k]; + this.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[k] = t; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParallelArray/ObjectChannel', 483, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Life = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 3); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 3); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_PreviousPosition = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 3); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Color = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 4); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_TextureRegion = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 6); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation2D = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation3D = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 4); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Scale = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ModelInstance = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1ModelInstance_12_1classLit, 1); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ParticleController = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, 1); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Acceleration = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 3); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_AngularVelocity2D = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_AngularVelocity3D = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId++, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 3); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(-1, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation4 = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(-1, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 4); + new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(-1, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 6); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ParticleChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V(); + this.com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentId = com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(731, 1, {731:1}, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ParticleChannels__V); +_.com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentId = 0; +var com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Acceleration, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_AngularVelocity2D, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_AngularVelocity3D, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Color, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation4, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Life, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ModelInstance, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ParticleController, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_PreviousPosition, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation2D, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation3D, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Scale, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_TextureRegion, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleChannels_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParticleChannels', 731, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_ParticleChannels$ColorInitializer__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(751, 1, $intern_223, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_ParticleChannels$ColorInitializer__V); +_.init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V(channel){ + java_util_Arrays_fill___3FIIFV(channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data, channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data.length, 1); +} +; +var com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_instance; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleChannels$ColorInitializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParticleChannels/ColorInitializer', 751, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_$init__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2V(channel){ + var c, i; + for (i = 0 , c = channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data.length; i < c; i += channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = 1; + channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = 0; + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_ParticleChannels$Rotation2dInitializer__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(753, 1, $intern_223, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_ParticleChannels$Rotation2dInitializer__V); +_.init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V(channel){ + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_$init__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2V(channel); +} +; +var com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_instance; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleChannels$Rotation2dInitializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParticleChannels/Rotation2dInitializer', 753, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_ParticleChannels$ScaleInitializer__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(752, 1, $intern_223, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_ParticleChannels$ScaleInitializer__V); +_.init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V(channel){ + java_util_Arrays_fill___3FIIFV(channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data, channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data.length, 1); +} +; +var com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_instance; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleChannels$ScaleInitializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParticleChannels/ScaleInitializer', 752, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_$init__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2V(channel){ + var c, i; + for (i = 0 , c = channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data.length; i < c; i += channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = 0; + channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = 0; + channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = 1; + channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = 1; + channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 4] = 0.5; + channel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 5] = 0.5; + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_ParticleChannels$TextureRegionInitializer__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(750, 1, $intern_223, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_ParticleChannels$TextureRegionInitializer__V); +_.init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V(channel){ + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_$init__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2V(channel); +} +; +var com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_instance; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleChannels$TextureRegionInitializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParticleChannels/TextureRegionInitializer', 750, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_13, 'Json/Serializable'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_221, 'ResourceData/Configurable'); +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$activateParticles__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IIV(this$static, startIndex, count){ + var influencer, influencer$iterator; + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$activateParticles__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IIV(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter, startIndex, count); + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.activateParticles__IIV(startIndex, count); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IV(this$static, maxParticleCount){ + var influencer, influencer$iterator; + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles = new com_badlogic_gdx_graphics_g3d_particles_ParallelArray_ParallelArray__IV(maxParticleCount); + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter); + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.allocateChannels__V(); + } + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer.allocateChannels__V(); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$bind__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static){ + var influencer, influencer$iterator; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter, this$static); + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static); + } + com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_$set__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer, this$static); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$calculateBoundingBox__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static){ + var c, pos, positionChannel; + com_badlogic_gdx_math_collision_BoundingBox_$clr__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_boundingBox); + positionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position)); + for (pos = 0 , c = positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize * this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; pos < c; pos += positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2FFFLcom_badlogic_gdx_math_collision_BoundingBox_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_boundingBox, positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[pos], positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[pos + 1], positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[pos + 2]); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(this$static){ + var emitter, i, influencer, influencer$iterator, influencers; + emitter = new com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_RegularEmitter__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter); + influencers = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, $intern_224, 84, this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers.com_badlogic_gdx_utils_Array_size, 0, 1); + i = 0; + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencers[i++] = influencer.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(); + } + return new com_badlogic_gdx_graphics_g3d_particles_ParticleController_ParticleController__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2_3Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2V(java_lang_String_$create__Ljava_lang_String_2Ljava_lang_String_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_name), emitter, this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(), influencers); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$dispose__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static){ + var influencer, influencer$iterator; + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.dispose__V(); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$draw__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size > 0 && this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer.update__V(); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$end__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static){ + var influencer, influencer$iterator; + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.end__V(); + } + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size = 0; +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$findIndex__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Ljava_lang_Class_2I(this$static, type_0){ + var i, influencer; + for (i = 0; i < this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers.com_badlogic_gdx_utils_Array_size; ++i) { + influencer = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers, i); + if (com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(type_0, influencer.java_lang_Object__1_1_1clazz)) { + return i; + } + } + return -1; +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$getBoundingBox__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static){ + !this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_boundingBox && (this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_boundingBox = new com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__V); + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$calculateBoundingBox__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static); + return this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_boundingBox; +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$init__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static){ + var influencer, influencer$iterator; + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$bind__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static); + if (this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles) { + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$end__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static); + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particleChannels.com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentId = (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentGlobalId); + } + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IV(this$static, this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount); + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$init__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter); + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.init__V(); + } + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer.init__V(); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$killParticles__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IIV(this$static, startIndex, count){ + var influencer, influencer$iterator; + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.killParticles__IIV(startIndex, count); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$load__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this$static, manager, data_0){ + var influencer, influencer$iterator; + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$reset__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$end__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static); + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$start__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$rotate__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Quaternion_2V(this$static, rotation){ + com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, rotation); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$rotate__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Vector3_2FV(this$static, axis_0, angle){ + com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, axis_0, angle); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$save__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this$static, manager, data_0){ + var influencer, influencer$iterator; + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$scale__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFV(this$static, scaleX, scaleY, scaleZ){ + com_badlogic_gdx_math_Matrix4_$scale__Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, scaleX, scaleY, scaleZ); + com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$setTransform__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFFFFFFV(this$static, x_0, y_0, z_0, qx, qy, qz, qw, scale){ + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, x_0, y_0, z_0, qx, qy, qz, qw, scale, scale, scale); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale, scale, scale, scale); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$setTransform__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, transform){ + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, transform.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(transform, this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$start__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static){ + var influencer, influencer$iterator; + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$start__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter); + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.start__V(); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$translate__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Vector3_2V(this$static, translation){ + com_badlogic_gdx_math_Matrix4_$translate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, translation); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_$update__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(this$static, deltaTime){ + var influencer, influencer$iterator; + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime = deltaTime; + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTimeSqr = this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime * this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime; + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$update__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter); + for (influencer$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(influencer$iterator);) { + influencer = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(influencer$iterator); + influencer.update__V(); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_ParticleController__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale = new com_badlogic_gdx_math_Vector3_Vector3__FFFV(1, 1, 1); + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(true, 3, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime = $intern_225; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTimeSqr = this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime * this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime; +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleController_ParticleController__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2_3Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2V(name_0, emitter, renderer, influencers){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_ParticleController__V.call(this); + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_name = name_0; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter = emitter; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer = renderer; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particleChannels = new com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ParticleChannels__V; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers = new com_badlogic_gdx_utils_Array_Array___3Ljava_lang_Object_2V(influencers); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(338, 1, {338:1, 64:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_ParticleController_ParticleController__V, com_badlogic_gdx_graphics_g3d_particles_ParticleController_ParticleController__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2_3Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2V); +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_activateParticles__IIV(startIndex, count){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$activateParticles__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IIV(this, startIndex, count); +} +; +_.allocateChannels__IV = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_allocateChannels__IV(maxParticleCount){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IV(this, maxParticleCount); +} +; +_.bind__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_bind__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$bind__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this); +} +; +_.calculateBoundingBox__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_calculateBoundingBox__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$calculateBoundingBox__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(){ + return com_badlogic_gdx_graphics_g3d_particles_ParticleController_$copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(this); +} +; +_.dispose__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_dispose__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$dispose__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this); +} +; +_.draw__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_draw__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$draw__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this); +} +; +_.end__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_end__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$end__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this); +} +; +_.private$com_badlogic_gdx_graphics_g3d_particles_ParticleController$findIndex__Ljava_lang_Class_2I = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_findIndex__Ljava_lang_Class_2I(type_0){ + return com_badlogic_gdx_graphics_g3d_particles_ParticleController_$findIndex__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Ljava_lang_Class_2I(this, type_0); +} +; +_.findInfluencer__Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_findInfluencer__Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2(influencerClass){ + var index_0; + index_0 = com_badlogic_gdx_graphics_g3d_particles_ParticleController_$findIndex__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Ljava_lang_Class_2I(this, influencerClass); + return index_0 > -1?com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers, index_0):null; +} +; +_.getBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_getBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2(){ + return com_badlogic_gdx_graphics_g3d_particles_ParticleController_$getBoundingBox__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this); +} +; +_.getTransform__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_getTransform__Lcom_badlogic_gdx_math_Matrix4_2V(transform){ + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(transform, this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform.com_badlogic_gdx_math_Matrix4_val); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_init__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$init__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this); +} +; +_.isComplete__Z = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_isComplete__Z(){ + return com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$isComplete__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2Z(this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter); +} +; +_.killParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_killParticles__IIV(startIndex, count){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$killParticles__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IIV(this, startIndex, count); +} +; +_.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$load__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this, manager, data_0); +} +; +_.mul__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_mul__Lcom_badlogic_gdx_math_Matrix4_2V(transform){ + com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, transform); + com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonMap){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_name = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, $intern_145)); + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, $intern_226)); + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers, json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, $intern_227))); + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, $intern_228)); +} +; +_.removeInfluencer__Ljava_lang_Class_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_removeInfluencer__Ljava_lang_Class_2V(type_0){ + var index_0; + index_0 = com_badlogic_gdx_graphics_g3d_particles_ParticleController_$findIndex__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Ljava_lang_Class_2I(this, type_0); + index_0 > -1 && this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers.removeIndex__ILjava_lang_Object_2(index_0); +} +; +_.replaceInfluencer__Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2Z = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_replaceInfluencer__Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2Z(type_0, newInfluencer){ + var index_0; + index_0 = com_badlogic_gdx_graphics_g3d_particles_ParticleController_$findIndex__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Ljava_lang_Class_2I(this, type_0); + if (index_0 > -1) { + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers.insert__ILjava_lang_Object_2V(index_0, newInfluencer); + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers.removeIndex__ILjava_lang_Object_2(index_0 + 1); + return true; + } + return false; +} +; +_.reset__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_reset__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$reset__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this); +} +; +_.rotate__Lcom_badlogic_gdx_math_Quaternion_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_rotate__Lcom_badlogic_gdx_math_Quaternion_2V(rotation){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$rotate__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Quaternion_2V(this, rotation); +} +; +_.rotate__Lcom_badlogic_gdx_math_Vector3_2FV = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_rotate__Lcom_badlogic_gdx_math_Vector3_2FV(axis_0, angle){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$rotate__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Vector3_2FV(this, axis_0, angle); +} +; +_.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$save__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this, manager, data_0); +} +; +_.scale__FFFV = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale__FFFV(scaleX, scaleY, scaleZ){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$scale__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFV(this, scaleX, scaleY, scaleZ); +} +; +_.scale__Lcom_badlogic_gdx_math_Vector3_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale__Lcom_badlogic_gdx_math_Vector3_2V(scale){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$scale__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFV(this, scale.com_badlogic_gdx_math_Vector3_x, scale.com_badlogic_gdx_math_Vector3_y, scale.com_badlogic_gdx_math_Vector3_z); +} +; +_.private$com_badlogic_gdx_graphics_g3d_particles_ParticleController$setTimeStep__FV = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_setTimeStep__FV(timeStep){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime = timeStep; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTimeSqr = this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime * this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime; +} +; +_.setTransform__FFFFFFFFV = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_setTransform__FFFFFFFFV(x_0, y_0, z_0, qx, qy, qz, qw, scale){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$setTransform__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFFFFFFV(this, x_0, y_0, z_0, qx, qy, qz, qw, scale); +} +; +_.setTransform__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_setTransform__Lcom_badlogic_gdx_math_Matrix4_2V(transform){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$setTransform__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Matrix4_2V(this, transform); +} +; +_.setTranslation__Lcom_badlogic_gdx_math_Vector3_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_setTranslation__Lcom_badlogic_gdx_math_Vector3_2V(translation){ + com_badlogic_gdx_math_Matrix4_$setTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, translation); +} +; +_.start__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_start__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$start__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this); +} +; +_.translate__Lcom_badlogic_gdx_math_Vector3_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_translate__Lcom_badlogic_gdx_math_Vector3_2V(translation){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$translate__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Vector3_2V(this, translation); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_update__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$update__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(this, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_deltaTime); +} +; +_.update__FV = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_update__FV(deltaTime){ + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$update__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(this, deltaTime); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleController_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_145, this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_name); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(json, $intern_226, this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(json, $intern_227, this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(json, $intern_228, this.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime = 0; +_.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTimeSqr = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, $intern_229, 338, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V1 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V2 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V3 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V4 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V5 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V6 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q = new com_badlogic_gdx_math_Quaternion_Quaternion__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q2 = new com_badlogic_gdx_math_Quaternion_Quaternion__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1M3 = new com_badlogic_gdx_math_Matrix3_Matrix3__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1M4 = new com_badlogic_gdx_math_Matrix4_Matrix4__V; +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static, particleController){ + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller = particleController; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(73, 1, {73:1, 64:1, 49:1, 55:1}); +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_activateParticles__IIV(startIndex, count){ +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_allocateChannels__V(){ +} +; +_.dispose__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_dispose__V(){ +} +; +_.end__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_end__V(){ +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_init__V(){ +} +; +_.killParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_killParticles__IIV(startIndex, count){ +} +; +_.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ +} +; +_.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ +} +; +_.set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(particleController){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this, particleController); +} +; +_.start__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_start__V(){ +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_update__V(){ +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_write__Lcom_badlogic_gdx_utils_Json_2V(json){ +} +; +var com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1M3, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1M4, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q2, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V1, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V2, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V3, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V4, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V5, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V6; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParticleControllerComponent', 73, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_$load__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this$static, assetManager, data_0){ + var controller, controller$iterator; + for (controller$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(controller$iterator);) { + controller = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(controller$iterator); + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$load__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(controller, assetManager, data_0); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_$save__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this$static, assetManager, data_0){ + var controller, controller$iterator; + for (controller$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(controller$iterator);) { + controller = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(controller$iterator); + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$save__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(controller, assetManager, data_0); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_$setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_utils_Array_2V(this$static, batches){ + var batch, batch$iterator, controller, controller$iterator; + for (controller$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(controller$iterator);) { + controller = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(controller$iterator); + for (batch$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(batches); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(batch$iterator);) { + batch = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(batch$iterator); + if (com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_$setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer, batch)) + break; + } + } +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(true, 3, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2V(effect){ + var i, n; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers = new com_badlogic_gdx_utils_Array_Array__ZIV(true, effect.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size); + for (i = 0 , n = effect.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, com_badlogic_gdx_graphics_g3d_particles_ParticleController_$copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(effect.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i))); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(emitters){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers = new com_badlogic_gdx_utils_Array_Array___3Ljava_lang_Object_2V(emitters); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(340, 1, {340:1, 64:1, 49:1}, com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect__V, com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2V, com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2V(this); +} +; +_.dispose__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_dispose__V(){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) { + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$dispose__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i)); + } +} +; +_.draw__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_draw__V(){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$draw__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i)); +} +; +_.end__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_end__V(){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$end__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i)); +} +; +_.findController__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_findController__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(name_0){ + var emitter, i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) { + emitter = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(emitter.com_badlogic_gdx_graphics_g3d_particles_ParticleController_name, name_0)) + return emitter; + } + return null; +} +; +_.getBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_getBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2(){ + var bounds, emitter, emitter$iterator; + !this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_bounds && (this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_bounds = new com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__V); + bounds = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_bounds; + com_badlogic_gdx_math_collision_BoundingBox_$inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(bounds); + for (emitter$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(emitter$iterator);) { + emitter = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(emitter$iterator); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(bounds, com_badlogic_gdx_graphics_g3d_particles_ParticleController_$getBoundingBox__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(emitter)); + } + return bounds; +} +; +_.getControllers__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_getControllers__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers; +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_init__V(){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$init__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i)); +} +; +_.isComplete__Z = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_isComplete__Z(){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) { + if (!com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$isComplete__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2Z(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i).com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter)) { + return false; + } + } + return true; +} +; +_.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(assetManager, data_0){ + com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_$load__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this, assetManager, data_0); +} +; +_.reset__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_reset__V(){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$reset__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i)); +} +; +_.rotate__Lcom_badlogic_gdx_math_Quaternion_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_rotate__Lcom_badlogic_gdx_math_Quaternion_2V(rotation){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$rotate__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Quaternion_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i), rotation); +} +; +_.rotate__Lcom_badlogic_gdx_math_Vector3_2FV = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_rotate__Lcom_badlogic_gdx_math_Vector3_2FV(axis_0, angle){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$rotate__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Vector3_2FV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i), axis_0, angle); +} +; +_.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(assetManager, data_0){ + com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_$save__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this, assetManager, data_0); +} +; +_.scale__FFFV = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_scale__FFFV(scaleX, scaleY, scaleZ){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$scale__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i), scaleX, scaleY, scaleZ); +} +; +_.scale__Lcom_badlogic_gdx_math_Vector3_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_scale__Lcom_badlogic_gdx_math_Vector3_2V(scale){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$scale__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i), scale.com_badlogic_gdx_math_Vector3_x, scale.com_badlogic_gdx_math_Vector3_y, scale.com_badlogic_gdx_math_Vector3_z); +} +; +_.setBatch__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_setBatch__Lcom_badlogic_gdx_utils_Array_2V(batches){ + com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_$setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_utils_Array_2V(this, batches); +} +; +_.setTransform__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_setTransform__Lcom_badlogic_gdx_math_Matrix4_2V(transform){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$setTransform__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Matrix4_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i), transform); +} +; +_.start__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_start__V(){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$start__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i)); +} +; +_.translate__Lcom_badlogic_gdx_math_Vector3_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_translate__Lcom_badlogic_gdx_math_Vector3_2V(translation){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$translate__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Vector3_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i), translation); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_update__V(){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$update__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i), com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_deltaTime); +} +; +_.update__FV = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_update__FV(deltaTime){ + var i, n; + for (i = 0 , n = this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$update__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers, i), deltaTime); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, $intern_143, 340, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_ParticleEffectLoader__Lcom_badlogic_gdx_assets_loaders_FileHandleResolver_2V(){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_items = new com_badlogic_gdx_utils_Array_Array__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(579, 732, {578:1, 732:1, 579:1}, com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_ParticleEffectLoader__Lcom_badlogic_gdx_assets_loaders_FileHandleResolver_2V); +_.private$com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$find__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_find__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2Ljava_lang_Object_2(array, type_0){ + var object, object$iterator; + for (object$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(array); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(object$iterator);) { + object = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(object$iterator); + if (com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(type_0, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object))) + return object; + } + return null; +} +; +_.getDependencies__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_getDependencies__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_2Lcom_badlogic_gdx_utils_Array_2(fileName, file, parameter){ + var assetData, assetData$iterator, assets, data_0, descriptors, entry, json; + json = new com_badlogic_gdx_utils_Json_Json__V; + data_0 = com_badlogic_gdx_utils_Json_$fromJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2(json, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, file); + assets = null; + entry = new com_badlogic_gdx_utils_ObjectMap$Entry_ObjectMap$Entry__V; + entry.com_badlogic_gdx_utils_ObjectMap$Entry_key = fileName; + entry.com_badlogic_gdx_utils_ObjectMap$Entry_value = data_0; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_items, entry); + assets = data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets; + descriptors = new com_badlogic_gdx_utils_Array_Array__V; + for (assetData$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(assets); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(assetData$iterator);) { + assetData = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(assetData$iterator); + null.$_nullMethod().$_nullMethod() || (assetData.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename = com_badlogic_gdx_backends_gwt_GwtFileHandle_$child__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(file.parent__Lcom_badlogic_gdx_files_FileHandle_2(), com_badlogic_gdx_backends_gwt_GwtFileHandle_$name__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2(com_badlogic_gdx_backends_gwt_GwtFiles_$internal__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, assetData.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename))).com_badlogic_gdx_backends_gwt_GwtFileHandle_file); + assetData.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit?com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(descriptors, new com_badlogic_gdx_assets_AssetDescriptor_AssetDescriptor__Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_assets_AssetLoaderParameters_2V(assetData.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename, assetData.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type)):com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(descriptors, new com_badlogic_gdx_assets_AssetDescriptor_AssetDescriptor__Ljava_lang_String_2Ljava_lang_Class_2V(assetData.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename, assetData.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type)); + } + return descriptors; +} +; +_.loadAsync__Lcom_badlogic_gdx_assets_AssetManager_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_loadAsync__Lcom_badlogic_gdx_assets_AssetManager_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_2V(manager, fileName, file, parameter){ +} +; +_.loadSync__Lcom_badlogic_gdx_assets_AssetManager_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2 = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_loadSync__Lcom_badlogic_gdx_assets_AssetManager_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2(manager, fileName, file, parameter){ + var batch$iterator, effectData, entry, i; + effectData = null; + for (i = 0; i < this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_items.com_badlogic_gdx_utils_Array_size; ++i) { + entry = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_items, i); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(entry.com_badlogic_gdx_utils_ObjectMap$Entry_key, fileName)) { + effectData = entry.com_badlogic_gdx_utils_ObjectMap$Entry_value; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_items.removeIndex__ILjava_lang_Object_2(i); + break; + } + } + com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_$load__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(effectData.com_badlogic_gdx_graphics_g3d_particles_ResourceData_resource, manager, effectData); + if (parameter) { + if (parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_batches) { + for (batch$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_batches); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(batch$iterator);) { + com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(batch$iterator); + null.$_nullMethod(); + } + } + com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_$setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_utils_Array_2V(effectData.com_badlogic_gdx_graphics_g3d_particles_ResourceData_resource, parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_batches); + } + return effectData.com_badlogic_gdx_graphics_g3d_particles_ResourceData_resource; +} +; +_.save__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_2V = function com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_save__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_2V(effect, parameter){ + var batch, batch$iterator, controller, controller$iterator, data_0, json, prettyJson, save; + data_0 = new com_badlogic_gdx_graphics_g3d_particles_ResourceData_ResourceData__Ljava_lang_Object_2V(effect); + com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_$save__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(effect, parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_manager, data_0); + if (parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_batches) { + for (batch$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_batches); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(batch$iterator);) { + batch = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(batch$iterator); + save = false; + for (controller$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(effect.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(controller$iterator);) { + controller = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(controller$iterator); + if (controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer.isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(batch)) { + save = true; + break; + } + } + save && null.$_nullMethod(); + } + } + json = new com_badlogic_gdx_utils_Json_Json__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_jsonOutputType); + if (parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_prettyPrint) { + prettyJson = com_badlogic_gdx_utils_Json_$prettyPrint__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2ILjava_lang_String_2(json, com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(json, data_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, null), 0); + parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_file.writeString__Ljava_lang_String_2ZV(prettyJson, false); + } + else { + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Lcom_badlogic_gdx_files_FileHandle_2V(json, data_0, parameter.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_file); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, $intern_230, 579, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1loaders_1AsynchronousAssetLoader_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_ParticleEffectLoader$ParticleEffectLoadParameter__Lcom_badlogic_gdx_utils_Array_2V(batches){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_batches = batches; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(581, 580, {580:1, 581:1}, com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_ParticleEffectLoader$ParticleEffectLoadParameter__Lcom_badlogic_gdx_utils_Array_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParticleEffectLoader/ParticleEffectLoadParameter', 581, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetLoaderParameters_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_ParticleEffectLoader$ParticleEffectSaveParameter__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_utils_Array_2V(file, manager, batches){ + com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_ParticleEffectLoader$ParticleEffectSaveParameter__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ZV.call(this, file, manager, batches, (com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimal), false); +} + +function com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_ParticleEffectLoader$ParticleEffectSaveParameter__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ZV(file, manager, batches, jsonOutputType, prettyPrint){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_batches = batches; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_file = file; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_manager = manager; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_jsonOutputType = jsonOutputType; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_prettyPrint = prettyPrint; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(402, 580, {580:1, 402:1}, com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_ParticleEffectLoader$ParticleEffectSaveParameter__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_utils_Array_2V, com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_ParticleEffectLoader$ParticleEffectSaveParameter__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ZV); +_.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_prettyPrint = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ParticleEffectLoader/ParticleEffectSaveParameter', 402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetLoaderParameters_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ResourceData_$createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(this$static){ + var saveData; + saveData = new com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_ResourceData$SaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this$static); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data, saveData); + return saveData; +} + +function com_badlogic_gdx_graphics_g3d_particles_ResourceData_$createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(this$static, key){ + var saveData; + saveData = new com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_ResourceData$SaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(this$static); + if (com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData, key) >= 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V('Key already used, data must be unique, use a different key')); + this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, saveData); + return saveData; +} + +function com_badlogic_gdx_graphics_g3d_particles_ResourceData_$getAssetData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Ljava_lang_String_2Ljava_lang_Class_2I(this$static, filename, type_0){ + var data_0, data$iterator, i; + i = 0; + for (data$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(data$iterator);) { + data_0 = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(data$iterator); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename, filename) && data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type == type_0) { + return i; + } + ++i; + } + return -1; +} + +function com_badlogic_gdx_graphics_g3d_particles_ResourceData_ResourceData__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(true, 3, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit); + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_currentLoadIndex = 0; +} + +function com_badlogic_gdx_graphics_g3d_particles_ResourceData_ResourceData__Ljava_lang_Object_2V(resource){ + com_badlogic_gdx_graphics_g3d_particles_ResourceData_ResourceData__V.call(this); + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_resource = resource; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(341, 1, {341:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_ResourceData_ResourceData__V, com_badlogic_gdx_graphics_g3d_particles_ResourceData_ResourceData__Ljava_lang_Object_2V); +_.createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2 = function com_badlogic_gdx_graphics_g3d_particles_ResourceData_createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(){ + return com_badlogic_gdx_graphics_g3d_particles_ResourceData_$createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(this); +} +; +_.createSaveData__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2 = function com_badlogic_gdx_graphics_g3d_particles_ResourceData_createSaveData__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(key){ + return com_badlogic_gdx_graphics_g3d_particles_ResourceData_$createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(this, key); +} +; +_.package_private$com_badlogic_gdx_graphics_g3d_particles$getAssetData__Ljava_lang_String_2Ljava_lang_Class_2I = function com_badlogic_gdx_graphics_g3d_particles_ResourceData_getAssetData__Ljava_lang_String_2Ljava_lang_Class_2I(filename, type_0){ + return com_badlogic_gdx_graphics_g3d_particles_ResourceData_$getAssetData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Ljava_lang_String_2Ljava_lang_Class_2I(this, filename, type_0); +} +; +_.getAssetDescriptors__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_graphics_g3d_particles_ResourceData_getAssetDescriptors__Lcom_badlogic_gdx_utils_Array_2(){ + var data_0, data$iterator, descriptors; + descriptors = new com_badlogic_gdx_utils_Array_Array__V; + for (data$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(data$iterator);) { + data_0 = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(data$iterator); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(descriptors, new com_badlogic_gdx_assets_AssetDescriptor_AssetDescriptor__Ljava_lang_String_2Ljava_lang_Class_2V(data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename, data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type)); + } + return descriptors; +} +; +_.getAssets__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_graphics_g3d_particles_ResourceData_getAssets__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets; +} +; +_.getSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2 = function com_badlogic_gdx_graphics_g3d_particles_ResourceData_getSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(){ + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data, this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_currentLoadIndex++); +} +; +_.getSaveData__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2 = function com_badlogic_gdx_graphics_g3d_particles_ResourceData_getSaveData__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(key){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData, key); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_ResourceData_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + var entry, entry$iterator, saveData, saveData$iterator; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, 'unique')); + for (entry$iterator = this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData.entries__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(); com_badlogic_gdx_utils_ObjectMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2Z(entry$iterator);) { + entry = entry$iterator.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(); + entry.com_badlogic_gdx_utils_ObjectMap$Entry_value.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_resources = this; + } + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_231)); + for (saveData$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(saveData$iterator);) { + saveData = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(saveData$iterator); + saveData.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_resources = this; + } + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets, json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_232))); + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_resource = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(null, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_233)); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_ResourceData_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(json, 'unique', this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(json, $intern_231, this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(json, $intern_232, com_badlogic_gdx_utils_Array_$toArray__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2_3Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit), com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, 1)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(json, $intern_233, this.com_badlogic_gdx_graphics_g3d_particles_ResourceData_resource, null); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_ResourceData_currentLoadIndex = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, $intern_234, 341, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_ResourceData$AssetData__V(){ +} + +function com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_ResourceData$AssetData__Ljava_lang_String_2Ljava_lang_Class_2V(filename, type_0){ + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename = filename; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type = type_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(403, 1, {403:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_ResourceData$AssetData__V, com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_ResourceData$AssetData__Ljava_lang_String_2Ljava_lang_Class_2V); +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + var className, e; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_235)); + className = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_236)); + try { + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type = com_badlogic_gdx_utils_reflect_ClassReflection_forName__Ljava_lang_String_2Ljava_lang_Class_2(className); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_237 + className, e)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_235, this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_236, java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ResourceData/AssetData', 403, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$loadAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Lcom_badlogic_gdx_assets_AssetDescriptor_2(this$static){ + var data_0; + if (this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_loadIndex == this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_assets.com_badlogic_gdx_utils_IntArray_size) + return null; + data_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_resources.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets, com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_assets, this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_loadIndex++)); + return new com_badlogic_gdx_assets_AssetDescriptor_AssetDescriptor__Ljava_lang_String_2Ljava_lang_Class_2V(data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename, data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type); +} + +function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$saveAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Ljava_lang_String_2Ljava_lang_Class_2V(this$static, filename, type_0){ + var i; + i = com_badlogic_gdx_graphics_g3d_particles_ResourceData_$getAssetData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Ljava_lang_String_2Ljava_lang_Class_2I(this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_resources, filename, type_0); + if (i == -1) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_resources.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets, new com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_ResourceData$AssetData__Ljava_lang_String_2Ljava_lang_Class_2V(filename, type_0)); + i = this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_resources.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets.com_badlogic_gdx_utils_Array_size - 1; + } + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this$static.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_assets, i); +} + +function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_ResourceData$SaveData__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_assets = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_loadIndex = 0; +} + +function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_ResourceData$SaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(resources){ + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_assets = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_loadIndex = 0; + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_resources = resources; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(342, 1, {342:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_ResourceData$SaveData__V, com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_ResourceData$SaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V); +_.load__Ljava_lang_String_2Ljava_lang_Object_2 = function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_load__Ljava_lang_String_2Ljava_lang_Object_2(key){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data, key); +} +; +_.loadAsset__Lcom_badlogic_gdx_assets_AssetDescriptor_2 = function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_loadAsset__Lcom_badlogic_gdx_assets_AssetDescriptor_2(){ + return com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$loadAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Lcom_badlogic_gdx_assets_AssetDescriptor_2(this); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_231)); + com_badlogic_gdx_utils_IntArray_$addAll__Lcom_badlogic_gdx_utils_IntArray_2_3IV(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_assets, com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, $intern_238, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), jsonData)); +} +; +_.save__Ljava_lang_String_2Ljava_lang_Object_2V = function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_save__Ljava_lang_String_2Ljava_lang_Object_2V(key, value_0){ + this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0); +} +; +_.saveAsset__Ljava_lang_String_2Ljava_lang_Class_2V = function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_saveAsset__Ljava_lang_String_2Ljava_lang_Class_2V(filename, type_0){ + com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$saveAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Ljava_lang_String_2Ljava_lang_Class_2V(this, filename, type_0); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(json, $intern_231, this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(json, $intern_238, com_badlogic_gdx_utils_IntArray_$toArray__Lcom_badlogic_gdx_utils_IntArray_2_3I(this.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_assets), com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1)); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_loadIndex = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_221, 'ResourceData/SaveData', 342, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(484, 73, {73:1, 64:1, 484:1, 49:1, 55:1}); +_.end__V = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_end__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size = 0; +} +; +_.getMaxParticleCount__I = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_getMaxParticleCount__I(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount; +} +; +_.getMinParticleCount__I = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_getMinParticleCount__I(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount; +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_init__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size = 0; +} +; +_.isComplete__Z = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_isComplete__Z(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent >= 1; +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_146)).java_lang_Integer_value; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_147)).java_lang_Integer_value; +} +; +_.set__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2V = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_set__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2V(emitter){ + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount; +} +; +_.setMaxParticleCount__IV = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_setMaxParticleCount__IV(maxParticleCount){ + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount = maxParticleCount; +} +; +_.setMinParticleCount__IV = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_setMinParticleCount__IV(minParticleCount){ + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount = minParticleCount; +} +; +_.setParticleCount__IIV = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_setParticleCount__IIV(aMin, aMax){ + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount = aMin; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount = aMax; +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_146, java_lang_Integer_valueOf__ILjava_lang_Integer_2(this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_147, java_lang_Integer_valueOf__ILjava_lang_Integer_2(this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount)); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount = 4; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_239, 'Emitter', 484, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$activateParticles__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IIV(this$static, startIndex, count){ + var c, currentLife, currentTotaLife, i, lifePercent, offsetTime; + currentTotaLife = this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_life + com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue, this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent)); + currentLife = currentTotaLife; + offsetTime = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffset + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue, this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent)); + if (offsetTime > 0) { + offsetTime >= currentLife && (offsetTime = currentLife - 1); + currentLife -= offsetTime; + } + lifePercent = 1 - currentLife / currentTotaLife; + for (i = startIndex * this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = currentLife; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = currentTotaLife; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = lifePercent; + } +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$addParticles__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(this$static, count){ + count = $wnd.Math.min(count, this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount - this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size); + if (count <= 0) + return; + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$activateParticles__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IIV(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller, this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size, count); + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size += count; +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Life), null); +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$init__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size = 0; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta = 0; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer = this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration; +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$isComplete__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2Z(this$static){ + if (this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer < this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delay) + return false; + return this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer >= this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration && this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size == 0; +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$set__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static, emitter){ + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount; + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue, emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue); + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue, emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue, emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue, emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue, emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emission = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emission; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDiff = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDiff; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffset = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffset; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetDiff = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetDiff; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_life = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_life; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeDiff = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeDiff; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delay = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delay; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous = emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous; +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$start__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delay = this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active?com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue):0; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer = 0; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer = 0; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent = this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer / this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emission = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue)); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDiff = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue)); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative || (this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDiff -= this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emission); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_life = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue)); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeDiff = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue)); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative || (this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeDiff -= this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_life); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffset = this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active?com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue)):0; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetDiff = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue)); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative || (this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetDiff -= this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffset); +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$update__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this$static){ + var activeParticles, deltaMillis, emissionTime, emit, emitCount, i, k; + deltaMillis = this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime * $intern_54; + if (this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer < this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delay) { + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer += deltaMillis; + } + else { + emit = this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionMode != (com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Disabled); + if (this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer < this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration) { + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer += deltaMillis; + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent = this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer / this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration; + } + else { + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous && emit && this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionMode == com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Enabled?com_badlogic_gdx_graphics_g3d_particles_ParticleController_$start__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller):(emit = false); + } + if (emit) { + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta + deltaMillis); + emissionTime = this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emission + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue, this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent); + if (emissionTime > 0) { + emissionTime = $intern_54 / emissionTime; + if (this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta >= emissionTime) { + emitCount = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta / emissionTime); + emitCount = $wnd.Math.min(emitCount, this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount - this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta - emitCount * emissionTime); + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta % emissionTime); + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$addParticles__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(this$static, emitCount); + } + } + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size < this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount && com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$addParticles__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(this$static, this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount - this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size); + } + } + activeParticles = this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; + for (i = 0 , k = 0; i < this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size;) { + if ((this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[k] -= deltaMillis) <= 0) { + com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$removeElement__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IV(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, i); + continue; + } + else { + this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[k + 2] = 1 - this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[k] / this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[k + 1]; + } + ++i; + k += this$static.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; + } + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size < activeParticles && com_badlogic_gdx_graphics_g3d_particles_ParticleController_$killParticles__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IIV(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller, this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size, activeParticles - this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size); +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_RegularEmitter__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue = new com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_RangedNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue = new com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_RangedNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = true; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = true; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = true; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous = true; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionMode = (com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Enabled); +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_RegularEmitter__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(regularEmitter){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_RegularEmitter__V.call(this); + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$set__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this, regularEmitter); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(272, 484, {73:1, 64:1, 484:1, 272:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_RegularEmitter__V, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_RegularEmitter__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V); +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_activateParticles__IIV(startIndex, count){ + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$activateParticles__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IIV(this, startIndex, count); +} +; +_.private$com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$addParticles__IV = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_addParticles__IV(count){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$addParticles__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(this, count); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_allocateChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_RegularEmitter__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this); +} +; +_.getDelay__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2 = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_getDelay__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue; +} +; +_.getDuration__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2 = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_getDuration__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue; +} +; +_.getEmission__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2 = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_getEmission__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue; +} +; +_.getEmissionMode__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_2 = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_getEmissionMode__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionMode; +} +; +_.getLife__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2 = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_getLife__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue; +} +; +_.getLifeOffset__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2 = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_getLifeOffset__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue; +} +; +_.getPercentComplete__F = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_getPercentComplete__F(){ + if (this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer < this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delay) + return 0; + return $wnd.Math.min(1, this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer / this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_init__V(){ + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$init__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this); +} +; +_.isComplete__Z = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_isComplete__Z(){ + return com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$isComplete__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2Z(this); +} +; +_.isContinuous__Z = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_isContinuous__Z(){ + return this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous; +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_146)).java_lang_Integer_value; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_147)).java_lang_Integer_value; + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, 'continous'))); + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_240)); + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_241)); + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_242)); + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, 'life')); + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_243)); +} +; +_.set__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_set__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(emitter){ + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$set__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this, emitter); +} +; +_.setContinuous__ZV = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_setContinuous__ZV(continuous){ + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous = continuous; +} +; +_.setEmissionMode__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_2V = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_setEmissionMode__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_2V(emissionMode){ + this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionMode = emissionMode; +} +; +_.start__V = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_start__V(){ + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$start__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_update__V(){ + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_$update__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(this); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_146, java_lang_Integer_valueOf__ILjava_lang_Integer_2(this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_147, java_lang_Integer_valueOf__ILjava_lang_Integer_2(this.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, 'continous', (java_lang_Boolean_$clinit__V() , this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous?true:false)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_240, this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_241, this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_242, this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, 'life', this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_243, this.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous = false; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delay = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emission = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDiff = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_life = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeDiff = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffset = 0; +_.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetDiff = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_239, $intern_244, 272, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Enabled = new com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_RegularEmitter$EmissionMode__Ljava_lang_String_2IV('Enabled', 0); + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_EnabledUntilCycleEnd = new com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_RegularEmitter$EmissionMode__Ljava_lang_String_2IV($intern_245, 1); + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Disabled = new com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_RegularEmitter$EmissionMode__Ljava_lang_String_2IV('Disabled', 2); +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_RegularEmitter$EmissionMode__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_values___3Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_2(){ + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), $intern_246, 273, 0, [com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Enabled, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_EnabledUntilCycleEnd, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Disabled]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(273, 39, {273:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_RegularEmitter$EmissionMode__Ljava_lang_String_2IV); +var com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Disabled, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Enabled, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_EnabledUntilCycleEnd; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_239, 'RegularEmitter/EmissionMode', 273, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_values___3Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_2); +function com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode$Map_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), $intern_246, 273, 0, [com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Enabled, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_EnabledUntilCycleEnd, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Disabled]))); +} + +var com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode$Map_$MAP; +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(84, 73, {73:1, 64:1, 84:1, 49:1, 55:1}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'Influencer', 84, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(485, 84, {73:1, 64:1, 485:1, 84:1, 49:1, 55:1}); +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Color), null); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ColorInfluencer', 485, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_ColorInfluencer$Random__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(405, 485, {73:1, 64:1, 485:1, 405:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_ColorInfluencer$Random__V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_ColorInfluencer$Random__V; +} +; +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_activateParticles__IIV(startIndex, count){ + var c, i; + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = com_badlogic_gdx_math_MathUtils_random.nextFloat__F(); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = com_badlogic_gdx_math_MathUtils_random.nextFloat__F(); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = com_badlogic_gdx_math_MathUtils_random.nextFloat__F(); + } +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Color), null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_ColorInfluencer$Random__V; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ColorInfluencer/Random', 405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_ColorInfluencer$Single__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue = new com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_GradientColorValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$setHigh__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue, 1); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_ColorInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2V(billboardColorInfluencer){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_ColorInfluencer$Single__V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue, billboardColorInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue, billboardColorInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(274, 485, {73:1, 64:1, 485:1, 274:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_ColorInfluencer$Single__V, com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_ColorInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_ColorInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2V(this); +} +; +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_activateParticles__IIV(startIndex, count){ + var a, alphaDiff, alphaStart, c, i, l; + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , l = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize + 2 , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , l += this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + alphaStart = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue); + alphaDiff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue) - alphaStart; + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$getColor__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2F_3FIV(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue, 0, this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data, i); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = alphaStart + alphaDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue, this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[l]); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] = alphaStart; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] = alphaDiff; + } +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Color), null); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particleChannels.com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentId++; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation, null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_lifeChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Life, null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_ColorInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2V(this); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_248)); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_249)); +} +; +_.set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2V(colorInfluencer){ + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue, colorInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue, colorInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_update__V(){ + var a, c, i, l, lifePercent; + for (i = 0 , a = 0 , l = 2 , c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , l += this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + lifePercent = this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[l]; + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$getColor__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2F_3FIV(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue, lifePercent, this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data, i); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue, lifePercent); + } +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_248, this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_249, this.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ColorInfluencer/Single', 274, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(true, 3, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2V(velocityInfluencer){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer___3Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V.call(this, com_badlogic_gdx_utils_Array_$toArray__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2_3Ljava_lang_Object_2(velocityInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit)); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer___3Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V(velocities){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + var value_0, value$array, value$index, value$max; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(true, velocities.length, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit); + for (value$array = velocities , value$index = 0 , value$max = value$array.length; value$index < value$max; ++value$index) { + value_0 = value$array[value$index]; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities, value_0.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2()); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(241, 84, {73:1, 64:1, 241:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer__V, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer___3Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2V(this); +} +; +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_activateParticles__IIV(startIndex, count){ + var c, i, k; + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_hasAcceleration) { + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i]; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1]; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2]; + } + } + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has2dAngularVelocity) { + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = 1; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = 0; + } + } + else if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has3dAngularVelocity) { + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = 0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = 0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = 0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = 1; + } + } + for (k = 0; k < this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities.com_badlogic_gdx_utils_Array_size; ++k) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities.com_badlogic_gdx_utils_Array_items[k].activateParticles__IIV(startIndex, count); + } +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_allocateChannels__V(){ + var k; + for (k = 0; k < this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities.com_badlogic_gdx_utils_Array_size; ++k) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities.com_badlogic_gdx_utils_Array_items[k].allocateChannels__V(); + } + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_accellerationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Acceleration)); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_hasAcceleration = !!this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_accellerationChannel; + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_hasAcceleration) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position, null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_PreviousPosition, null); + } + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_AngularVelocity2D); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has2dAngularVelocity = !!this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel; + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has2dAngularVelocity) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation2D, null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has3dAngularVelocity = false; + } + else { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_AngularVelocity3D); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has3dAngularVelocity = !!this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has3dAngularVelocity && (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation3D, null)); + } +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2V(this); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_init__V(){ + var k; + for (k = 0; k < this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities.com_badlogic_gdx_utils_Array_size; ++k) { + } +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities, json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_250))); +} +; +_.set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(particleController){ + var k; + this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller = particleController; + for (k = 0; k < this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities.com_badlogic_gdx_utils_Array_size; ++k) { + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities.com_badlogic_gdx_utils_Array_items[k], particleController); + } +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_update__V(){ + var angularOffset, cosBeta, currentCosine, currentSine, i, k, newCosine, newSine, offset, qw, qx, qy, qz, rotation, sinBeta, wx, wy, wz, x_0, y_0, z_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_hasAcceleration && java_util_Arrays_fill___3FIIFV(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_accellerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data, this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_accellerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize, 0); + (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has2dAngularVelocity || this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has3dAngularVelocity) && java_util_Arrays_fill___3FIIFV(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data, this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize, 0); + for (k = 0; k < this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities.com_badlogic_gdx_utils_Array_size; ++k) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities.com_badlogic_gdx_utils_Array_items[k].update__V(); + } + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_hasAcceleration) { + for (i = 0 , offset = 0; i < this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; ++i , offset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + x_0 = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset]; + y_0 = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 1]; + z_0 = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 2]; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset] = 2 * x_0 - this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_accellerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset] * this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTimeSqr; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 1] = 2 * y_0 - this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 1] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_accellerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 1] * this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTimeSqr; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 2] = 2 * z_0 - this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 2] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_accellerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 2] * this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTimeSqr; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset] = x_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 1] = y_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 2] = z_0; + } + } + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has2dAngularVelocity) { + for (i = 0 , offset = 0; i < this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; ++i , offset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + rotation = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] * this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime; + if (rotation != 0) { + cosBeta = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sinBeta = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + currentCosine = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset]; + currentSine = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 1]; + newCosine = currentCosine * cosBeta - currentSine * sinBeta; + newSine = currentSine * cosBeta + currentCosine * sinBeta; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset] = newCosine; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 1] = newSine; + } + } + } + else if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has3dAngularVelocity) { + for (i = 0 , offset = 0 , angularOffset = 0; i < this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; ++i , offset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , angularOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + wx = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[angularOffset]; + wy = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[angularOffset + 1]; + wz = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[angularOffset + 2]; + qx = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset]; + qy = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 1]; + qz = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 2]; + qw = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 3]; + com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$add__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q, wx, wy, wz, 0), qx, qy, qz, qw), 0.5 * this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime), qx, qy, qz, qw)); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q.com_badlogic_gdx_math_Quaternion_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 1] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q.com_badlogic_gdx_math_Quaternion_y; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 2] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q.com_badlogic_gdx_math_Quaternion_z; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[offset + 3] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q.com_badlogic_gdx_math_Quaternion_w; + } + } +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(json, $intern_250, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has2dAngularVelocity = false; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has3dAngularVelocity = false; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_hasAcceleration = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, $intern_251, 241, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V1 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V2 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q = new com_badlogic_gdx_math_Quaternion_Quaternion__V; +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$$init__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V(this$static){ +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_DynamicsModifier__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$$init__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_DynamicsModifier__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V(modifier){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$$init__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal = modifier.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(141, 84, {73:1, 64:1, 141:1, 84:1, 49:1, 55:1}); +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Life), null); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_252))); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_252, (java_lang_Boolean_$clinit__V() , this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal?true:false)); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal = false; +var com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V1, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V2, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier', 141, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_$activateParticles__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2IIV(this$static, startIndex, count){ + var c, diff, i, start_0; + for (i = startIndex * this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + start_0 = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue); + diff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue); + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative || (diff -= start_0); + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = start_0; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = diff; + } +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Life), null); + com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id = this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particleChannels.com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentId++; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation, null); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_DynamicsModifier__V.call(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V(rotation){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_DynamicsModifier__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V.call(this, rotation); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue, rotation.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(126, 141, {73:1, 64:1, 141:1, 126:1, 84:1, 49:1, 55:1}); +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_activateParticles__IIV(startIndex, count){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_$activateParticles__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2IIV(this, startIndex, count); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_allocateChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V(this); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_252))); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_253)); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_252, (java_lang_Boolean_$clinit__V() , this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal?true:false)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_253, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier/Strength', 126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2V(this$static){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V(this$static); + (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation4).com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id = this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particleChannels.com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentId++; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation4, null); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_DynamicsModifier$Angular__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__V.call(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_DynamicsModifier$Angular__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V.call(this, value_0); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue, value_0.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue, value_0.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(180, 126, {73:1, 64:1, 141:1, 180:1, 126:1, 84:1, 49:1, 55:1}); +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_activateParticles__IIV(startIndex, count){ + var c, diff, i, start_0; + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_$activateParticles__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2IIV(this, startIndex, count); + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + start_0 = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue); + diff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative || (diff -= start_0); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = start_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = diff; + start_0 = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue); + diff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative || (diff -= start_0); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = start_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = diff; + } +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_allocateChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2V(this); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_252))); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_253)); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_254)); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_255)); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_252, (java_lang_Boolean_$clinit__V() , this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal?true:false)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_253, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_254, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_255, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier/Angular', 180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_DynamicsModifier$BrownianAcceleration__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_DynamicsModifier$BrownianAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_2V(rotation){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V.call(this, rotation); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(343, 126, {73:1, 64:1, 141:1, 343:1, 126:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_DynamicsModifier$BrownianAcceleration__V, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_DynamicsModifier$BrownianAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_DynamicsModifier$BrownianAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_2V(this); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_allocateChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_accelerationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Acceleration), null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_DynamicsModifier$BrownianAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_2V(this); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_update__V(){ + var c, forceOffset, i, lifeOffset, strength, strengthOffset; + lifeOffset = 2; + strengthOffset = 0; + forceOffset = 0; + for (i = 0 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; i < c; ++i , strengthOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , forceOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_accelerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , lifeOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + strength = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[strengthOffset] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[strengthOffset + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[lifeOffset]); + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, (com_badlogic_gdx_math_MathUtils_$clinit__V() , -1 + com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * 2), -1 + com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * 2, -1 + com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * 2)), strength); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_accelerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[forceOffset] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_accelerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[forceOffset + 1] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_accelerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[forceOffset + 2] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_z; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier/BrownianAcceleration', 343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_DynamicsModifier$CentripetalAcceleration__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_DynamicsModifier$CentripetalAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_2V(rotation){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V.call(this, rotation); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(344, 126, {73:1, 64:1, 141:1, 344:1, 126:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_DynamicsModifier$CentripetalAcceleration__V, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_DynamicsModifier$CentripetalAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_DynamicsModifier$CentripetalAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_2V(this); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_allocateChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_accelerationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Acceleration), null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_positionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position, null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_DynamicsModifier$CentripetalAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_2V(this); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_update__V(){ + var c, cx, cy, cz, forceOffset, i, lifeOffset, positionOffset, strength, strengthOffset, val; + cx = 0; + cy = 0; + cz = 0; + if (!this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal) { + val = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform.com_badlogic_gdx_math_Matrix4_val; + cx = val[12]; + cy = val[13]; + cz = val[14]; + } + lifeOffset = 2; + strengthOffset = 0; + positionOffset = 0; + forceOffset = 0; + for (i = 0 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; i < c; ++i , positionOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , strengthOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , forceOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_accelerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , lifeOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + strength = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[strengthOffset] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[strengthOffset + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[lifeOffset]); + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset] - cx, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset + 1] - cy, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset + 2] - cz)), strength); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_accelerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[forceOffset] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_accelerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[forceOffset + 1] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_accelerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[forceOffset + 2] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_z; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier/CentripetalAcceleration', 344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_DynamicsModifier$FaceDirection__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_DynamicsModifier__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_DynamicsModifier$FaceDirection__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_2V(rotation){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_DynamicsModifier__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V.call(this, rotation); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(406, 141, {73:1, 64:1, 141:1, 406:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_DynamicsModifier$FaceDirection__V, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_DynamicsModifier$FaceDirection__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_2V); +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_rotationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation3D), null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_accellerationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Acceleration, null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_DynamicsModifier$FaceDirection__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_2V(this); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_update__V(){ + var accelOffset, axisX, axisY, axisZ, c, i; + for (i = 0 , accelOffset = 0 , c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , accelOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_accellerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + axisZ = com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V1, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_accellerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[accelOffset], this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_accellerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[accelOffset + 1], this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_accellerationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[accelOffset + 2])); + axisY = com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V2, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V1), (com_badlogic_gdx_math_Vector3_$clinit__V() , com_badlogic_gdx_math_Vector3_Y))), com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V1)); + axisX = com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, axisY), axisZ)); + com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q, false, axisX.com_badlogic_gdx_math_Vector3_x, axisY.com_badlogic_gdx_math_Vector3_x, axisZ.com_badlogic_gdx_math_Vector3_x, axisX.com_badlogic_gdx_math_Vector3_y, axisY.com_badlogic_gdx_math_Vector3_y, axisZ.com_badlogic_gdx_math_Vector3_y, axisX.com_badlogic_gdx_math_Vector3_z, axisY.com_badlogic_gdx_math_Vector3_z, axisZ.com_badlogic_gdx_math_Vector3_z); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q.com_badlogic_gdx_math_Quaternion_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q.com_badlogic_gdx_math_Quaternion_y; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q.com_badlogic_gdx_math_Quaternion_z; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q.com_badlogic_gdx_math_Quaternion_w; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier/FaceDirection', 406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_DynamicsModifier$PolarAcceleration__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_DynamicsModifier$Angular__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_DynamicsModifier$PolarAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_2V(rotation){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_DynamicsModifier$Angular__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2V.call(this, rotation); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(345, 180, {73:1, 64:1, 141:1, 180:1, 345:1, 126:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_DynamicsModifier$PolarAcceleration__V, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_DynamicsModifier$PolarAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_DynamicsModifier$PolarAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_2V(this); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_allocateChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2V(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_directionalVelocityChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Acceleration), null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_DynamicsModifier$PolarAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_2V(this); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_update__V(){ + var a, c, cosPhi, cosTheta, i, l, lifePercent, phi, s, sinPhi, sinTheta, strength, theta; + for (i = 0 , l = 2 , s = 0 , a = 0 , c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; s += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , l += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + lifePercent = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[l]; + strength = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[s] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[s + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue, lifePercent); + phi = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 2] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 3] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue, lifePercent); + theta = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue, lifePercent); + cosTheta = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((theta + 90) * $intern_140) & $intern_141]); + sinTheta = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(theta * $intern_140) & $intern_141]; + cosPhi = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI((phi + 90) * $intern_140) & $intern_141]; + sinPhi = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(phi * $intern_140) & $intern_141]; + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, cosTheta * sinPhi, cosPhi, sinTheta * sinPhi)), strength); + if (!this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal) { + com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q, true); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q); + } + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_z; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier/PolarAcceleration', 345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_DynamicsModifier$Rotational2D__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_DynamicsModifier$Rotational2D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_2V(rotation){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_DynamicsModifier$Strength__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V.call(this, rotation); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(346, 126, {73:1, 64:1, 141:1, 346:1, 126:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_DynamicsModifier$Rotational2D__V, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_DynamicsModifier$Rotational2D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_DynamicsModifier$Rotational2D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_2V(this); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_allocateChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2V(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_rotationalVelocity2dChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_AngularVelocity2D), null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_DynamicsModifier$Rotational2D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_2V(this); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_update__V(){ + var c, i, l, s; + for (i = 0 , l = 2 , s = 0 , c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_rotationalVelocity2dChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; s += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_rotationalVelocity2dChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , l += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_rotationalVelocity2dChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[s] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[s + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[l]); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier/Rotational2D', 346, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_DynamicsModifier$Rotational3D__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_DynamicsModifier$Angular__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_DynamicsModifier$Rotational3D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_2V(rotation){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_DynamicsModifier$Angular__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2V.call(this, rotation); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(347, 180, {73:1, 64:1, 141:1, 180:1, 347:1, 126:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_DynamicsModifier$Rotational3D__V, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_DynamicsModifier$Rotational3D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_DynamicsModifier$Rotational3D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_2V(this); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_allocateChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2V(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation3D), null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationalForceChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_AngularVelocity3D, null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_DynamicsModifier$Rotational3D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_2V(this); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_update__V(){ + var a, c, cosPhi, cosTheta, i, l, lifePercent, phi, s, sinPhi, sinTheta, strength, theta; + for (i = 0 , l = 2 , s = 0 , a = 0 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationalForceChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; s += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationalForceChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , l += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + lifePercent = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[l]; + strength = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[s] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[s + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue, lifePercent); + phi = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 2] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 3] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue, lifePercent); + theta = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue, lifePercent); + cosTheta = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((theta + 90) * $intern_140) & $intern_141]); + sinTheta = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(theta * $intern_140) & $intern_141]; + cosPhi = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI((phi + 90) * $intern_140) & $intern_141]; + sinPhi = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(phi * $intern_140) & $intern_141]; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, cosTheta * sinPhi, cosPhi, sinTheta * sinPhi); + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, strength * $intern_256); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationalForceChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationalForceChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationalForceChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_z; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier/Rotational3D', 347, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_DynamicsModifier$TangentialAcceleration__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_DynamicsModifier$Angular__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_DynamicsModifier$TangentialAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_2V(rotation){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_DynamicsModifier$Angular__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2V.call(this, rotation); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(348, 180, {73:1, 64:1, 141:1, 180:1, 126:1, 348:1, 84:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_DynamicsModifier$TangentialAcceleration__V, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_DynamicsModifier$TangentialAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_DynamicsModifier$TangentialAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_2V(this); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_allocateChannels__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_$allocateChannels__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2V(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_directionalVelocityChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Acceleration), null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_positionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position, null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_DynamicsModifier$TangentialAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_2V(this); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_update__V(){ + var a, c, cosPhi, cosTheta, i, l, lifePercent, phi, positionOffset, s, sinPhi, sinTheta, strength, theta; + for (i = 0 , l = 2 , s = 0 , a = 0 , positionOffset = 0 , c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; s += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , l += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , positionOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + lifePercent = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[l]; + strength = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[s] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[s + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue, lifePercent); + phi = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 2] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 3] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue, lifePercent); + theta = this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue, lifePercent); + cosTheta = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((theta + 90) * $intern_140) & $intern_141]); + sinTheta = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(theta * $intern_140) & $intern_141]; + cosPhi = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI((phi + 90) * $intern_140) & $intern_141]; + sinPhi = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(phi * $intern_140) & $intern_141]; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, cosTheta * sinPhi, cosPhi, sinTheta * sinPhi); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V1, this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset], this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset + 1], this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset + 2]); + if (!this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal) { + com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V2); + com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V1, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V2); + com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q, true); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q); + } + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3, com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V1)), strength); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_directionalVelocityChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] += com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3.com_badlogic_gdx_math_Vector3_z; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'DynamicsModifier/TangentialAcceleration', 348, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_models = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(true, 1, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_12_1classLit); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_2V(influencer){ + com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer___3Lcom_badlogic_gdx_graphics_g3d_Model_2V.call(this, com_badlogic_gdx_utils_Array_$toArray__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2_3Ljava_lang_Object_2(influencer.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_models, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_12_1classLit)); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer___3Lcom_badlogic_gdx_graphics_g3d_Model_2V(models){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_models = new com_badlogic_gdx_utils_Array_Array___3Ljava_lang_Object_2V(models); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(181, 84, {73:1, 64:1, 84:1, 181:1, 49:1, 55:1}); +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_modelChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ModelInstance), null); +} +; +_.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, resources){ + var data_0; + data_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(resources.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data, resources.com_badlogic_gdx_graphics_g3d_particles_ResourceData_currentLoadIndex++); + while (com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$loadAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Lcom_badlogic_gdx_assets_AssetDescriptor_2(data_0)) { + null.$_nullMethod(); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V('Model is null')); + } +} +; +_.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, resources){ + var data_0, model$iterator; + data_0 = com_badlogic_gdx_graphics_g3d_particles_ResourceData_$createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(resources); + for (model$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_models); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(model$iterator);) { + com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(model$iterator); + com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$saveAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Ljava_lang_String_2Ljava_lang_Class_2V(data_0, null.$_nullMethod(), com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_12_1classLit); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ModelInfluencer', 181, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer__V.call(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_pool = new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random$ModelInstancePool_ModelInfluencer$Random$ModelInstancePool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V(influencer){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_2V.call(this, influencer); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_pool = new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random$ModelInstancePool_ModelInfluencer$Random$ModelInstancePool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random___3Lcom_badlogic_gdx_graphics_g3d_Model_2V(models){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer___3Lcom_badlogic_gdx_graphics_g3d_Model_2V.call(this, models); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_pool = new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random$ModelInstancePool_ModelInfluencer$Random$ModelInstancePool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(275, 181, {73:1, 64:1, 84:1, 181:1, 275:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random__V, com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random___3Lcom_badlogic_gdx_graphics_g3d_Model_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V(this); +} +; +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_activateParticles__IIV(startIndex, count){ + var c, i; + for (i = startIndex , c = startIndex + count; i < c; ++i) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_modelChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i] = com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_pool); + } +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V(this); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_init__V(){ + com_badlogic_gdx_utils_Pool_$clear__Lcom_badlogic_gdx_utils_Pool_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_pool); +} +; +_.killParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_killParticles__IIV(startIndex, count){ + var c, i; + for (i = startIndex , c = startIndex + count; i < c; ++i) { + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_pool, this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_modelChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_modelChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i] = null; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ModelInfluencer/Random', 275, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random$ModelInstancePool_ModelInfluencer$Random$ModelInstancePool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V(this$1){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random$ModelInstancePool_this$11 = this$1; + com_badlogic_gdx_utils_Pool_Pool__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(650, 132, $intern_74, com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random$ModelInstancePool_ModelInfluencer$Random$ModelInstancePool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V); +_.newObject__Ljava_lang_Object_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random$ModelInstancePool_newObject__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_Array_$random__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random$ModelInstancePool_this$11.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_models) , new com_badlogic_gdx_graphics_g3d_ModelInstance_ModelInstance__Lcom_badlogic_gdx_graphics_g3d_Model_2V; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random$ModelInstancePool_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ModelInfluencer/Random/ModelInstancePool', 650, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_2V(influencer){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_2V.call(this, influencer); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single___3Lcom_badlogic_gdx_graphics_g3d_Model_2V(models){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_ModelInfluencer___3Lcom_badlogic_gdx_graphics_g3d_Model_2V.call(this, models); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(276, 181, {73:1, 64:1, 84:1, 181:1, 276:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single__V, com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single___3Lcom_badlogic_gdx_graphics_g3d_Model_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_2V(this); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_2V(this); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_init__V(){ + var c, i; + com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_models); + for (i = 0 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount; i < c; ++i) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_modelChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i] = new com_badlogic_gdx_graphics_g3d_ModelInstance_ModelInstance__Lcom_badlogic_gdx_graphics_g3d_Model_2V; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ModelInfluencer/Single', 276, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_ParticleControllerFinalizerInfluencer__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(408, 84, {73:1, 64:1, 84:1, 408:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_ParticleControllerFinalizerInfluencer__V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_ParticleControllerFinalizerInfluencer__V; +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_positionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position), null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_ParticleControllerFinalizerInfluencer__V; +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_init__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_controllerChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ParticleController)); + if (!this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_controllerChannel) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_257)); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_scaleChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Scale); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_rotationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation3D); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasScale = !!this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_scaleChannel; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasRotation = !!this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_rotationChannel; +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_update__V(){ + var c, i, particleController, positionOffset, qw, qx, qy, qz, rotationOffset, scale; + for (i = 0 , positionOffset = 0 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; i < c; ++i , positionOffset += this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + particleController = this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_controllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]; + scale = this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasScale?this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_scaleChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i]:1; + qx = 0; + qy = 0; + qz = 0; + qw = 1; + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasRotation) { + rotationOffset = i * this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; + qx = this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[rotationOffset]; + qy = this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[rotationOffset + 1]; + qz = this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[rotationOffset + 2]; + qw = this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[rotationOffset + 3]; + } + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$setTransform__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFFFFFFV(particleController, this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset], this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset + 1], this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset + 2], qx, qy, qz, qw, scale); + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$update__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(particleController, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_deltaTime); + } +} +; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasRotation = false; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasScale = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, $intern_258, 408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_$dispose__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_2V(this$static){ + var controller, i; + if (this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller) { + for (i = 0; i < this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; ++i) { + controller = this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]; + if (controller) { + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$dispose__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(controller); + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i] = null; + } + } + } +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_templates = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(true, 1, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_2V(influencer){ + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V.call(this, influencer.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_templates.com_badlogic_gdx_utils_Array_items); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(templates){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_templates = new com_badlogic_gdx_utils_Array_Array___3Ljava_lang_Object_2V(templates); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(182, 84, {73:1, 64:1, 84:1, 182:1, 49:1, 55:1}); +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ParticleController), null); +} +; +_.dispose__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_dispose__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_$dispose__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_2V(this); +} +; +_.end__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_end__V(){ + var i; + for (i = 0; i < this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; ++i) { + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$end__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]); + } +} +; +_.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, resources){ + var data_0, effectsIndices; + data_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(resources.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data, resources.com_badlogic_gdx_graphics_g3d_particles_ResourceData_currentLoadIndex++); + effectsIndices = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data, $intern_238); + com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(effectsIndices); + while (com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$loadAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Lcom_badlogic_gdx_assets_AssetDescriptor_2(data_0)) { + null.$_nullMethod(); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V('Template is null')); + } +} +; +_.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, resources){ + var controllers, data_0, effectsIndices, i, index_0, indices, iterator; + data_0 = com_badlogic_gdx_graphics_g3d_particles_ResourceData_$createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(resources); + null.$_nullMethod(new com_badlogic_gdx_utils_Array_Array__V); + controllers = new com_badlogic_gdx_utils_Array_Array__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_templates); + effectsIndices = new com_badlogic_gdx_utils_Array_Array__V; + for (i = 0; i < null.$_nullField && controllers.com_badlogic_gdx_utils_Array_size > 0; ++i) { + null.$_nullMethod(); + iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(controllers); + indices = null; + while (com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(iterator)) { + com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(iterator); + index_0 = -1; + if ((index_0 = null.$_nullMethod()) > -1) { + !indices && (indices = new com_badlogic_gdx_utils_IntArray_IntArray__V); + com_badlogic_gdx_utils_Array$ArrayIterator_$remove__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2V(iterator); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(indices, index_0); + } + } + if (indices) { + com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$saveAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Ljava_lang_String_2Ljava_lang_Class_2V(data_0, null.$_nullMethod(), com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(effectsIndices, indices); + } + } + data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2($intern_238, effectsIndices); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ParticleControllerInfluencer', 182, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer__V.call(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool = new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_ParticleControllerInfluencer$Random$ParticleControllerPool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V(particleControllerRandom){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_2V.call(this, particleControllerRandom); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool = new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_ParticleControllerInfluencer$Random$ParticleControllerPool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(templates){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V.call(this, templates); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool = new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_ParticleControllerInfluencer$Random$ParticleControllerPool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(277, 182, {73:1, 64:1, 84:1, 182:1, 277:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random__V, com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V(this); +} +; +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_activateParticles__IIV(startIndex, count){ + var c, controller, i; + for (i = startIndex , c = startIndex + count; i < c; ++i) { + controller = com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool); + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$start__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(controller); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i] = controller; + } +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V(this); +} +; +_.dispose__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_dispose__V(){ + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_$clear__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool); + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_$dispose__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_2V(this); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_init__V(){ + var i; + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_$clear__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool); + for (i = 0; i < this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount; ++i) { + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool, com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_$newObject__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool)); + } +} +; +_.killParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_killParticles__IIV(startIndex, count){ + var c, controller, i; + for (i = startIndex , c = startIndex + count; i < c; ++i) { + controller = this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]; + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$end__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(controller); + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool, controller); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i] = null; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ParticleControllerInfluencer/Random', 277, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_$clear__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_2V(this$static){ + var free, i; + for (i = 0 , free = this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_this$11.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size; i < free; ++i) { + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$dispose__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_this$11.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_pool)); + } + com_badlogic_gdx_utils_Pool_$clear__Lcom_badlogic_gdx_utils_Pool_2V(this$static); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_$newObject__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(this$static){ + var controller; + controller = com_badlogic_gdx_graphics_g3d_particles_ParticleController_$copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(com_badlogic_gdx_utils_Array_$random__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_this$11.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_templates)); + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$init__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(controller); + return controller; +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_ParticleControllerInfluencer$Random$ParticleControllerPool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V(this$1){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_this$11 = this$1; + com_badlogic_gdx_utils_Pool_Pool__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(651, 132, $intern_74, com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_ParticleControllerInfluencer$Random$ParticleControllerPool__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V); +_.newObject__Ljava_lang_Object_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_newObject__Ljava_lang_Object_2(){ + return com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_$newObject__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random$ParticleControllerPool_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random$ParticleControllerPool_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ParticleControllerInfluencer/Random/ParticleControllerPool', 651, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2V(particleControllerSingle){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_2V.call(this, particleControllerSingle); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(templates){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_ParticleControllerInfluencer___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V.call(this, templates); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(278, 182, {73:1, 64:1, 84:1, 182:1, 278:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single__V, com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2V(this); +} +; +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_activateParticles__IIV(startIndex, count){ + var c, i; + for (i = startIndex , c = startIndex + count; i < c; ++i) { + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$start__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]); + } +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2V(this); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_init__V(){ + var c, copy, first, i; + first = com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_templates); + for (i = 0 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity; i < c; ++i) { + copy = com_badlogic_gdx_graphics_g3d_particles_ParticleController_$copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(first); + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$init__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(copy); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i] = copy; + } +} +; +_.killParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_killParticles__IIV(startIndex, count){ + var c, i; + for (i = startIndex , c = startIndex + count; i < c; ++i) { + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$end__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'ParticleControllerInfluencer/Single', 278, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_$add__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_2_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this$static, regions){ + var region, region$array, region$index, region$max; + com_badlogic_gdx_utils_Array_$ensureCapacity__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions, regions.length); + for (region$array = regions , region$index = 0 , region$max = region$array.length; region$index < region$max; ++region$index) { + region = region$array[region$index]; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions, new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region)); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__V(){ + var aspectRegion; + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__IV.call(this, 1); + aspectRegion = new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__V; + aspectRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u = aspectRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v = 0; + aspectRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2 = aspectRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2 = 1; + aspectRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio = 0.5; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions, aspectRegion); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__IV(regionsCount){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(false, regionsCount, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V.call(this, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), $intern_126, 69, 0, [new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(texture)])); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_2V(regionInfluencer){ + var i; + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__IV.call(this, regionInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions.com_badlogic_gdx_utils_Array_size); + com_badlogic_gdx_utils_Array_$ensureCapacity__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions, regionInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions.com_badlogic_gdx_utils_Array_size); + for (i = 0; i < regionInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions.com_badlogic_gdx_utils_Array_size; ++i) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions, new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(regionInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions, i))); + } +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(regions){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_atlasName = null; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(false, regions.length, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_$add__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_2_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, regions); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(111, 84, {73:1, 64:1, 84:1, 111:1, 49:1, 55:1}); +_.add___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_add___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(regions){ + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_$add__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_2_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, regions); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_TextureRegion), null); +} +; +_.clear__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_clear__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_atlasName = null; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions.clear__V(); +} +; +_.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, resources){ + var atlas, atr, atr$iterator, data_0; + data_0 = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(resources.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData, $intern_259); + if (!data_0) { + return; + } + atlas = null.$_nullMethod(com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$loadAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Lcom_badlogic_gdx_assets_AssetDescriptor_2(data_0)); + for (atr$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(atr$iterator);) { + atr = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(atr$iterator); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_$updateUV__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(atr, atlas); + } +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions.clear__V(); + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions, json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_260))); +} +; +_.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, resources){ + var data_0; + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_atlasName != null) { + data_0 = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(resources.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData, $intern_259); + !data_0 && (data_0 = com_badlogic_gdx_graphics_g3d_particles_ResourceData_$createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(resources, $intern_259)); + com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$saveAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Ljava_lang_String_2Ljava_lang_Class_2V(data_0, this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_atlasName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_12_1classLit); + } +} +; +_.setAtlasName__Ljava_lang_String_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_setAtlasName__Ljava_lang_String_2V(atlasName){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_atlasName = atlasName; +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(json, $intern_260, this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'RegionInfluencer', 111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__Lcom_badlogic_gdx_graphics_Texture_2V.call(this, texture); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(textureRegion){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V.call(this, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), $intern_126, 69, 0, [textureRegion])); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_2V(regionInfluencer){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_2V.call(this, regionInfluencer); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(243, 111, {73:1, 64:1, 84:1, 111:1, 243:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_Texture_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_2V(this); +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_TextureRegion), null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_lifeChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Life, null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_2V(this); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_update__V(){ + var c, i, l, region; + for (i = 0 , l = 2 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , l += this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + region = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions, com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[l] * (this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions.com_badlogic_gdx_utils_Array_size - 1))); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 4] = 0.5; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 5] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'RegionInfluencer/Animated', 243, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_$set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this$static, region){ + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio = 0.5 * (region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight / region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(region, 152) && (this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_imageName = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_$set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V(this$static, aspectTextureRegion){ + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u = aspectTextureRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v = aspectTextureRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2 = aspectTextureRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2 = aspectTextureRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio = aspectTextureRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_imageName = aspectTextureRegion.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_imageName; +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_$updateUV__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this$static, atlas){ + var region; + if (this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_imageName == null) { + return; + } + region = com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(atlas, this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_imageName); + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + this$static.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio = 0.5 * (region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight / region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__V(){ +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_$set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, region); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V(aspectTextureRegion){ + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_$set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V(this, aspectTextureRegion); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(242, 1, {242:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V); +_.set__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_set__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_$set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, region); +} +; +_.set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V(aspectTextureRegion){ + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_$set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V(this, aspectTextureRegion); +} +; +_.updateUV__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_updateUV__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(atlas){ + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_$updateUV__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this, atlas); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio = 0; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u = 0; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2 = 0; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v = 0; +_.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'RegionInfluencer/AspectTextureRegion', 242, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__Lcom_badlogic_gdx_graphics_Texture_2V.call(this, texture); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(textureRegion){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V.call(this, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), $intern_126, 69, 0, [textureRegion])); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2V(regionInfluencer){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_2V.call(this, regionInfluencer); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(244, 111, {73:1, 64:1, 84:1, 111:1, 244:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_Texture_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2V(this); +} +; +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_activateParticles__IIV(startIndex, count){ + var c, i, region; + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + region = com_badlogic_gdx_utils_Array_$random__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 4] = 0.5; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 5] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio; + } +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'RegionInfluencer/Random', 244, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__Lcom_badlogic_gdx_graphics_Texture_2V.call(this, texture); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(textureRegion){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V.call(this, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), $intern_126, 69, 0, [textureRegion])); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_2V(regionInfluencer){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_RegionInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_2V.call(this, regionInfluencer); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(245, 111, {73:1, 64:1, 84:1, 111:1, 245:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_Texture_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_2V(this); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_2V(this); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_init__V(){ + var c, i, region; + region = this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions.com_badlogic_gdx_utils_Array_items[0]; + for (i = 0 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount * this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 4] = 0.5; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 5] = region.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'RegionInfluencer/Single', 245, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_SimpleInfluencer__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$setHigh__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(349, 84, {73:1, 64:1, 84:1, 349:1, 49:1, 55:1}); +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_activateParticles__IIV(startIndex, count){ + var a, c, diff, i, start_0; + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative) { + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + start_0 = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value); + diff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] = start_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] = diff; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = start_0 + diff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value, 0); + } + } + else { + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + start_0 = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value); + diff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value) - start_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] = start_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] = diff; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = start_0 + diff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value, 0); + } + } +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannelDescriptor, null); + (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation).com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particleChannels.com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_currentId++; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Interpolation, null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_lifeChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Life, null); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_261)); +} +; +_.private$com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer$set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_2V(scaleInfluencer){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value, scaleInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannelDescriptor = scaleInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannelDescriptor; +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_update__V(){ + var a, c, i, l; + for (i = 0 , a = 0 , l = 2 , c = i + this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , l += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value, this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_lifeChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[l]); + } +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_261, this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, 'SimpleInfluencer', 349, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_ScaleInfluencer__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_SimpleInfluencer__V.call(this); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannelDescriptor = (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Scale); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_ScaleInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_2V(scaleInfluencer){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_SimpleInfluencer__V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value, scaleInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannelDescriptor = scaleInfluencer.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannelDescriptor; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(409, 349, {73:1, 64:1, 84:1, 409:1, 349:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_ScaleInfluencer__V, com_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_ScaleInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_2V); +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_activateParticles__IIV(startIndex, count){ + var a, c, diff, i, start_0; + if (this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative) { + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + start_0 = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value) * this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale.com_badlogic_gdx_math_Vector3_x; + diff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value) * this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] = start_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] = diff; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = start_0 + diff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value, 0); + } + } + else { + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , a += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + start_0 = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value) * this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale.com_badlogic_gdx_math_Vector3_x; + diff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value) * this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale.com_badlogic_gdx_math_Vector3_x - start_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a] = start_0; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[a + 1] = diff; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = start_0 + diff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value, 0); + } + } +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_ScaleInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, $intern_262, 409, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue = new com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_PointSpawnShapeValue__V; +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2V(source){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue = source.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(); +} + +function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2V(spawnShapeValue){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue = spawnShapeValue; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(279, 84, {73:1, 64:1, 84:1, 279:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__V, com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2V, com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2V(this); +} +; +_.activateParticles__IIV = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_activateParticles__IIV(startIndex, count){ + var c, c0, i, i0; + for (i0 = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c0 = i0 + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i0 < c0; i0 += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$spawn__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V1, this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V1, this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i0] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V1.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i0 + 1] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V1.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i0 + 2] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V1.com_badlogic_gdx_math_Vector3_z; + } + for (i = startIndex * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize , c = i + count * this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; i < c; i += this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform, com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q, true); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q.com_badlogic_gdx_math_Quaternion_x; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 1] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q.com_badlogic_gdx_math_Quaternion_y; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 2] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q.com_badlogic_gdx_math_Quaternion_z; + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i + 3] = com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q.com_badlogic_gdx_math_Quaternion_w; + } +} +; +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_positionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position), null); + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation3D, null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2 = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2V(this); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_init__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue.init__V(); +} +; +_.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_263)); +} +; +_.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0); +} +; +_.start__V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_start__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue.start__V(); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(json, $intern_263, this.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_247, $intern_264, 279, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(410, 1, {410:1}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_265, 'ParticleControllerRenderData', 410, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_BillboardControllerRenderData__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(487, 410, {487:1, 410:1}, com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_BillboardControllerRenderData__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardControllerRenderData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_265, $intern_266, 487, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_$set__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this$static, particleController){ + this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller = particleController; + !!this$static.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData && (this$static.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_controller = this$static.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller); +} + +function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_$setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(this$static, batch){ + if (this$static.isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(batch)) { + this$static.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_batch = batch; + return true; + } + return false; +} + +function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_ParticleControllerRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_2V(renderData){ + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData = renderData; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(214, 73, {73:1, 64:1, 214:1, 49:1, 55:1}); +_.set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V = function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(particleController){ + com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_$set__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this, particleController); +} +; +_.setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z = function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(batch){ + return com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_$setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(this, batch); +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_update__V(){ + null.$_nullMethod(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_265, 'ParticleControllerRenderer', 214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_BillboardRenderer__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_ParticleControllerRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_2V.call(this, new com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_BillboardControllerRenderData__V); +} + +function com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_BillboardRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_BillboardParticleBatch_2V(batch){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_BillboardRenderer__V.call(this); + com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_$setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(this, batch); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(350, 214, {73:1, 64:1, 350:1, 214:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_BillboardRenderer__V, com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_BillboardRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_BillboardParticleBatch_2V); +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_positionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position), null); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_regionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_TextureRegion, (!com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_instance && (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_instance = new com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_ParticleChannels$TextureRegionInitializer__V) , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_instance)); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_colorChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Color, (!com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_instance && (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_instance = new com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_ParticleChannels$ColorInitializer__V) , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_instance)); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_scaleChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Scale, (!com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_instance && (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_instance = new com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_ParticleChannels$ScaleInitializer__V) , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_instance)); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_rotationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation2D, (!com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_instance && (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_instance = new com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_ParticleChannels$Rotation2dInitializer__V) , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_instance)); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_BillboardRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_BillboardParticleBatch_2V(this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_batch); +} +; +_.isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z = function com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(batch){ + return false; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_265, $intern_267, 350, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_ModelInstanceControllerRenderData__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(488, 410, {488:1, 410:1}, com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_ModelInstanceControllerRenderData__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceControllerRenderData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_265, $intern_268, 488, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_ModelInstanceRenderer__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_ParticleControllerRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_2V.call(this, new com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_ModelInstanceControllerRenderData__V); +} + +function com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_ModelInstanceRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ModelInstanceParticleBatch_2V(batch){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_ModelInstanceRenderer__V.call(this); + com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_$setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(this, batch); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(351, 214, {73:1, 64:1, 351:1, 214:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_ModelInstanceRenderer__V, com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_ModelInstanceRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ModelInstanceParticleBatch_2V); +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_positionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position), null); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_ModelInstanceRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ModelInstanceParticleBatch_2V(this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_batch); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_init__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_modelInstanceChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ModelInstance)); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_colorChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Color); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_scaleChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Scale); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_rotationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation3D); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasColor = !!this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_colorChannel; + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasScale = !!this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_scaleChannel; + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasRotation = !!this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_rotationChannel; +} +; +_.isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z = function com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(batch){ + return false; +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_update__V(){ + var c, colorOffset, i, instance, positionOffset, qw, qx, qy, qz, rotationOffset, scale; + for (i = 0 , positionOffset = 0 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; i < c; ++i , positionOffset += this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize) { + instance = this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_modelInstanceChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]; + scale = this.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasScale?this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_scaleChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[i]:1; + qx = 0; + qy = 0; + qz = 0; + qw = 1; + if (this.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasRotation) { + rotationOffset = i * this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; + qx = this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[rotationOffset]; + qy = this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[rotationOffset + 1]; + qz = this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[rotationOffset + 2]; + qw = this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_rotationChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[rotationOffset + 3]; + } + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(instance.com_badlogic_gdx_graphics_g3d_ModelInstance_transform, this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset], this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset + 1], this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_positionChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data[positionOffset + 2], qx, qy, qz, qw, scale, scale, scale); + if (this.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasColor) { + colorOffset = i * this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_colorChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize; + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(instance.com_badlogic_gdx_graphics_g3d_ModelInstance_materials, 0).$_nullMethod((com_badlogic_gdx_graphics_g3d_attributes_ColorAttribute_$clinit__V() , com_badlogic_gdx_graphics_g3d_attributes_ColorAttribute_Diffuse)); + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(instance.com_badlogic_gdx_graphics_g3d_ModelInstance_materials, 0).$_nullMethod((com_badlogic_gdx_graphics_g3d_attributes_BlendingAttribute_$clinit__V() , com_badlogic_gdx_graphics_g3d_attributes_BlendingAttribute_Type)); + } + } + null.$_nullMethod(); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasColor = false; +_.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasRotation = false; +_.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasScale = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_265, $intern_269, 351, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_ParticleControllerControllerRenderer__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(489, 214, {73:1, 64:1, 489:1, 214:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_ParticleControllerControllerRenderer__V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_ParticleControllerControllerRenderer__V; +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_init__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_controllerChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_ParticleController)); + if (!this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_controllerChannel) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_257)); +} +; +_.isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z = function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(batch){ + return false; +} +; +_.update__V = function com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_update__V(){ + var c, i; + for (i = 0 , c = this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size; i < c; ++i) { + com_badlogic_gdx_graphics_g3d_particles_ParticleController_$draw__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_controllerChannel.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data[i]); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_265, $intern_270, 489, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_PointSpriteControllerRenderData__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(490, 410, {410:1, 490:1}, com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_PointSpriteControllerRenderData__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteControllerRenderData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_265, $intern_271, 490, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_PointSpriteRenderer__V(){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_ParticleControllerRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_2V.call(this, new com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_PointSpriteControllerRenderData__V); +} + +function com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_PointSpriteRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_PointSpriteParticleBatch_2V(batch){ + com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_PointSpriteRenderer__V.call(this); + com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_$setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(this, batch); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(352, 214, {73:1, 64:1, 214:1, 352:1, 49:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_PointSpriteRenderer__V, com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_PointSpriteRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_PointSpriteParticleBatch_2V); +_.allocateChannels__V = function com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_allocateChannels__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_positionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Position), null); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_regionChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_TextureRegion, (!com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_instance && (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_instance = new com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_ParticleChannels$TextureRegionInitializer__V) , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$TextureRegionInitializer_instance)); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_colorChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Color, (!com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_instance && (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_instance = new com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_ParticleChannels$ColorInitializer__V) , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ColorInitializer_instance)); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_scaleChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Scale, (!com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_instance && (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_instance = new com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_ParticleChannels$ScaleInitializer__V) , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$ScaleInitializer_instance)); + this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_rotationChannel = com_badlogic_gdx_graphics_g3d_particles_ParallelArray_$addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(this.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles, com_badlogic_gdx_graphics_g3d_particles_ParticleChannels_Rotation2D, (!com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_instance && (com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_instance = new com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_ParticleChannels$Rotation2dInitializer__V) , com_badlogic_gdx_graphics_g3d_particles_ParticleChannels$Rotation2dInitializer_instance)); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2 = function com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_PointSpriteRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_PointSpriteParticleBatch_2V(this.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_batch); +} +; +_.isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z = function com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(batch){ + return false; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_265, $intern_272, 352, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_$setActive__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2ZV(this$static, active){ + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = active; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_ParticleValue__V(){ +} + +function com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_ParticleValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(value_0){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = value_0.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(121, 1, {121:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_ParticleValue__V, com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_ParticleValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V); +_.isActive__Z = function com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_isActive__Z(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active; +} +; +_.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(value_0){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = value_0.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active; +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_151))); +} +; +_.setActive__ZV = function com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_setActive__ZV(active){ + com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_$setActive__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2ZV(this, active); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_151, (java_lang_Boolean_$clinit__V() , this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active?true:false)); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_274, 121, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this$static, value_0){ + var shape_0; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = value_0.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active; + shape_0 = value_0; + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_xOffsetValue, shape_0.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_xOffsetValue); + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_yOffsetValue, shape_0.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_yOffsetValue); + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_zOffsetValue, shape_0.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_zOffsetValue); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$read__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, json, jsonData){ + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_151))); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_xOffsetValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_275)); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_yOffsetValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_276)); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_zOffsetValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_277)); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$spawn__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this$static, vector, percent){ + this$static.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(vector, percent); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_xOffsetValue.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active && (vector.com_badlogic_gdx_math_Vector3_x += com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_xOffsetValue)); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_yOffsetValue.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active && (vector.com_badlogic_gdx_math_Vector3_y += com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_yOffsetValue)); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_zOffsetValue.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active && (vector.com_badlogic_gdx_math_Vector3_z += com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_zOffsetValue)); + return vector; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$write__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2V(this$static, json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_151, (java_lang_Boolean_$clinit__V() , this$static.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active?true:false)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_275, this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_xOffsetValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_276, this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_yOffsetValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_277, this$static.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_zOffsetValue); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_SpawnShapeValue__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_xOffsetValue = new com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_RangedNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_yOffsetValue = new com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_RangedNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_zOffsetValue = new com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_RangedNumericValue__V; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_SpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2V(){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_SpawnShapeValue__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(134, 121, {64:1, 121:1, 134:1, 55:1}); +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_init__V(){ +} +; +_.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ +} +; +_.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$read__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, json, jsonData); +} +; +_.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ +} +; +_.spawn__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_spawn__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(vector, percent){ + return com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$spawn__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, vector, percent); +} +; +_.start__V = function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_start__V(){ +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$write__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2V(this, json); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, 'SpawnShapeValue', 134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_TMP_1V1 = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$$init__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2V(this$static){ +} + +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this$static, value_0){ + var shape_0; + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this$static, value_0); + shape_0 = value_0; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges = shape_0.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges; + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue, shape_0.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue, shape_0.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue, shape_0.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$read__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, json, jsonData){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$read__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, json, jsonData); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_278)); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_279)); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_280)); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_173))); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$write__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2V(this$static, json){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$write__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2V(this$static, json); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_278, this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_279, this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_280, this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_173, (java_lang_Boolean_$clinit__V() , this$static.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges?true:false)); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_SpawnShapeValue__V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$$init__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2V(this); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2V(){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_SpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$$init__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2V(this); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue = new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(127, 134, {64:1, 121:1, 127:1, 134:1, 55:1}); +_.getSpawnDepth__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_getSpawnDepth__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue; +} +; +_.getSpawnHeight__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_getSpawnHeight__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue; +} +; +_.getSpawnWidth__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_getSpawnWidth__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue; +} +; +_.isEdges__Z = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_isEdges__Z(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges; +} +; +_.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$read__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, json, jsonData); +} +; +_.setActive__ZV = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_setActive__ZV(active){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = active; + com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_$setActive__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2ZV(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue, true); + com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_$setActive__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2ZV(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue, true); + com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_$setActive__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2ZV(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue, true); +} +; +_.setDimensions__FFFV = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_setDimensions__FFFV(width_0, height, depth){ + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$setHigh__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue, width_0); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$setHigh__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue, height); + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$setHigh__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue, depth); +} +; +_.setEdges__ZV = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_setEdges__ZV(edges){ + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges = edges; +} +; +_.start__V = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_start__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative || (this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff -= this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative || (this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff -= this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth = com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff = com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue); + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative || (this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff -= this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$write__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2V(this, json); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges = false; +_.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff = 0; +var com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_TMP_1V1; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, 'PrimitiveSpawnShapeValue', 127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_CylinderSpawnShapeValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_CylinderSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_2V(cylinderSpawnShapeValue){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, cylinderSpawnShapeValue); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(411, 127, {64:1, 411:1, 121:1, 127:1, 134:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_CylinderSpawnShapeValue__V, com_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_CylinderSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_CylinderSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_2V(this); +} +; +_.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV = function com_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(vector, percent){ + var depth, height, hf, isRadiusXZero, isRadiusZZero, radiusX, radiusZ, spawnTheta, ty, width_0; + width_0 = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue, percent); + height = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue, percent); + depth = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue, percent); + hf = height / 2; + ty = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * height - hf); + if (this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges) { + radiusX = width_0 / 2; + radiusZ = depth / 2; + } + else { + radiusX = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * width_0 / 2; + radiusZ = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * depth / 2; + } + spawnTheta = 0; + isRadiusXZero = radiusX == 0; + isRadiusZZero = radiusZ == 0; + !isRadiusXZero && !isRadiusZZero?(spawnTheta = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * 360):isRadiusXZero?(spawnTheta = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-90:90):isRadiusZZero && (spawnTheta = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?0:180); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(vector, radiusX * (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((spawnTheta + 90) * $intern_140) & $intern_141], ty, radiusZ * com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(spawnTheta * $intern_140) & $intern_141]); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_281, 411, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_$$init__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2V(this$static){ + this$static.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side = (com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_both); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this$static, value_0){ + var shape_0; + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this$static, value_0); + shape_0 = value_0; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side = shape_0.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_EllipseSpawnShapeValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_$$init__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2V(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_EllipseSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_$$init__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2V(this); + com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(412, 127, {64:1, 412:1, 121:1, 127:1, 134:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_EllipseSpawnShapeValue__V, com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_EllipseSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_EllipseSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2V(this); +} +; +_.getSide__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_2 = function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_getSide__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_2(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side; +} +; +_.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$read__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, json, jsonData); + this.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_174)); +} +; +_.setSide__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_2V = function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_setSide__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_2V(side){ + this.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side = side; +} +; +_.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV = function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(vector, percent){ + var depth, height, maxT, r, radiusX, radiusY, radiusZ, t, width_0, z_0; + width_0 = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue, percent); + height = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue, percent); + depth = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue, percent); + maxT = $intern_282; + this.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side == (com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_top)?(maxT = $intern_283):this.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side == com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_bottom && (maxT = -3.1415927410125732); + t = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * maxT); + if (this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges) { + if (width_0 == 0) { + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(vector, 0, height / 2 * (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI(t * $intern_284) & $intern_141], depth / 2 * com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI((t + $intern_285) * $intern_284) & $intern_141]); + return; + } + if (height == 0) { + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(vector, width_0 / 2 * (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((t + $intern_285) * $intern_284) & $intern_141], 0, depth / 2 * com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(t * $intern_284) & $intern_141]); + return; + } + if (depth == 0) { + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(vector, width_0 / 2 * (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((t + $intern_285) * $intern_284) & $intern_141], height / 2 * com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(t * $intern_284) & $intern_141], 0); + return; + } + radiusX = width_0 / 2; + radiusY = height / 2; + radiusZ = depth / 2; + } + else { + radiusX = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * (width_0 / 2); + radiusY = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * (height / 2); + radiusZ = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * (depth / 2); + } + z_0 = -1 + com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * 2; + r = $wnd.Math.sqrt(1 - z_0 * z_0); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(vector, radiusX * r * (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((t + $intern_285) * $intern_284) & $intern_141], radiusY * r * com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(t * $intern_284) & $intern_141], radiusZ * z_0); +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$write__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_utils_Json_2V(this, json); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_174, this.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_286, 412, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_temp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 3, 15, 1); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$getColor__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2F_3FIV(this$static, percent, out, index_0){ + var b1, endIndex, factor, g1, i, n, r1, startIndex, startTime, t, timeline; + startIndex = 0; + endIndex = -1; + timeline = this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline; + n = timeline.length; + for (i = 1; i < n; i++) { + t = timeline[i]; + if (t > percent) { + endIndex = i; + break; + } + startIndex = i; + } + startTime = timeline[startIndex]; + startIndex *= 3; + r1 = this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors[startIndex]; + g1 = this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors[startIndex + 1]; + b1 = this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors[startIndex + 2]; + if (endIndex == -1) { + out[index_0] = r1; + out[index_0 + 1] = g1; + out[index_0 + 2] = b1; + return; + } + factor = (percent - startTime) / (timeline[endIndex] - startTime); + endIndex *= 3; + out[index_0] = r1 + (this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors[endIndex] - r1) * factor; + out[index_0 + 1] = g1 + (this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors[endIndex + 1] - g1) * factor; + out[index_0 + 2] = b1 + (this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors[endIndex + 2] - b1) * factor; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2V(this$static, value_0){ + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = value_0.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, value_0.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors.length, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(value_0.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors, 0, this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors, 0, this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors.length); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, value_0.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline.length, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(value_0.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline, 0, this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline, 0, this$static.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline.length); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_GradientColorValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$clinit__V(); + this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [1, 1, 1]); + this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [0]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(486, 121, {486:1, 121:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_GradientColorValue__V); +_.getColor__F_3F = function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_getColor__F_3F(percent){ + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$getColor__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2F_3FIV(this, percent, com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_temp, 0); + return com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_temp; +} +; +_.getColor__F_3FIV = function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_getColor__F_3FIV(percent, out, index_0){ + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$getColor__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2F_3FIV(this, percent, out, index_0); +} +; +_.getColors___3F = function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_getColors___3F(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors; +} +; +_.getTimeline___3F = function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_getTimeline___3F(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline; +} +; +_.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_load__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2V(this, value_0); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_151))); + this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, $intern_152, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), jsonData); + this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, $intern_154, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), jsonData); +} +; +_.setColors___3FV = function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_setColors___3FV(colors){ + this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors = colors; +} +; +_.setTimeline___3FV = function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_setTimeline___3FV(timeline){ + this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline = timeline; +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_151, (java_lang_Boolean_$clinit__V() , this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active?true:false)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_152, this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_154, this.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline); +} +; +var com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_temp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_287, 486, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_LineSpawnShapeValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_LineSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(413, 127, {64:1, 413:1, 121:1, 127:1, 134:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_LineSpawnShapeValue__V, com_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_LineSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_LineSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_2V(this); +} +; +_.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV = function com_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(vector, percent){ + var a, depth, height, width_0; + width_0 = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue, percent); + height = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue, percent); + depth = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue, percent); + a = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); + vector.com_badlogic_gdx_math_Vector3_x = a * width_0; + vector.com_badlogic_gdx_math_Vector3_y = a * height; + vector.com_badlogic_gdx_math_Vector3_z = a * depth; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_288, 413, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this$static, value_0){ + var spawnShapeValue; + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this$static, value_0); + spawnShapeValue = value_0; + this$static.setMesh__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V(spawnShapeValue.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_mesh, spawnShapeValue.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_model); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_$setMesh__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V(this$static, mesh, model){ + if (!com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(mesh, 1)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Mesh vertices must have Usage.Position')); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_model = model; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_mesh = mesh; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_MeshSpawnShapeValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_SpawnShapeValue__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_MeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2V(){ + com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_SpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(246, 134, {64:1, 246:1, 121:1, 134:1, 55:1}); +_.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ + var descriptor, model, saveData; + saveData = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data, data_0.com_badlogic_gdx_graphics_g3d_particles_ResourceData_currentLoadIndex++); + descriptor = com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_$loadAsset__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2Lcom_badlogic_gdx_assets_AssetDescriptor_2(saveData); + if (descriptor) { + model = null.$_nullMethod(); + this.setMesh__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V(null.$_nullMethod(com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(saveData.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data, $intern_201).java_lang_Integer_value), model); + } +} +; +_.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} +; +_.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V = function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(manager, data_0){ +} +; +_.setMesh__Lcom_badlogic_gdx_graphics_Mesh_2V = function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_setMesh__Lcom_badlogic_gdx_graphics_Mesh_2V(mesh){ + this.setMesh__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V(mesh, null); +} +; +_.setMesh__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V = function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_setMesh__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V(mesh, model){ + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_$setMesh__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V(this, mesh, model); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, 'MeshSpawnShapeValue', 246, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_MeshSpawnShapeValue$Triangle__FFFFFFFFFV(x1, y1, z1, x2, y2, z2, x3, y3, z3){ + this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1 = x1; + this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1 = y1; + this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1 = z1; + this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x2 = x2; + this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y2 = y2; + this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z2 = z2; + this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x3 = x3; + this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y3 = y3; + this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z3 = z3; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_pick__FFFFFFFFFLcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(x1, y1, z1, x2, y2, z2, x3, y3, z3, vector){ + var a, b; + a = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); + b = com_badlogic_gdx_math_MathUtils_random.nextFloat__F(); + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(vector, x1 + a * (x2 - x1) + b * (x3 - x1), y1 + a * (y2 - y1) + b * (y3 - y1), z1 + a * (z2 - z1) + b * (z3 - z1)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(414, 1, {414:1}, com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_MeshSpawnShapeValue$Triangle__FFFFFFFFFV); +_.pick__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_pick__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(vector){ + var a, b; + a = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); + b = com_badlogic_gdx_math_MathUtils_random.nextFloat__F(); + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(vector, this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1 + a * (this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x2 - this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1) + b * (this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x3 - this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1), this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1 + a * (this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y2 - this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1) + b * (this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y3 - this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1), this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1 + a * (this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z2 - this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1) + b * (this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z3 - this.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1)); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1 = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x2 = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x3 = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1 = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y2 = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y3 = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1 = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z2 = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z3 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, 'MeshSpawnShapeValue/Triangle', 414, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_NumericValue__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(582, 121, {582:1, 121:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_NumericValue__V); +_.getValue__F = function com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_getValue__F(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_value; +} +; +_.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_NumericValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_load__Lcom_badlogic_gdx_graphics_g3d_particles_values_NumericValue_2V(value_0){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = value_0.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active; + this.com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_value = value_0.com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_value; +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_151))); + this.com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_value = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_261)).java_lang_Float_value; +} +; +_.setValue__FV = function com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_setValue__FV(value_0){ + this.com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_value = value_0; +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_151, (java_lang_Boolean_$clinit__V() , this.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active?true:false)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_261, new java_lang_Float_Float__FV(this.com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_value)); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_289, 582, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_PointSpawnShapeValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_PointSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(353, 127, {64:1, 121:1, 353:1, 127:1, 134:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_PointSpawnShapeValue__V, com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_PointSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_PointSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_2V(this); +} +; +_.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV = function com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(vector, percent){ + vector.com_badlogic_gdx_math_Vector3_x = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue, percent); + vector.com_badlogic_gdx_math_Vector3_y = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue, percent); + vector.com_badlogic_gdx_math_Vector3_z = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue, percent); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_290, 353, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_both = new com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_PrimitiveSpawnShapeValue$SpawnSide__Ljava_lang_String_2IV('both', 0); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_top = new com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_PrimitiveSpawnShapeValue$SpawnSide__Ljava_lang_String_2IV($intern_168, 1); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_bottom = new com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_PrimitiveSpawnShapeValue$SpawnSide__Ljava_lang_String_2IV($intern_169, 2); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_PrimitiveSpawnShapeValue$SpawnSide__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_values___3Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_2(){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), $intern_291, 280, 0, [com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_both, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_top, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_bottom]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(280, 39, {280:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_PrimitiveSpawnShapeValue$SpawnSide__Ljava_lang_String_2IV); +var com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_both, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_bottom, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_top; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_273, 'PrimitiveSpawnShapeValue/SpawnSide', 280, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_values___3Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_2); +function com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide$Map_$clinit__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), $intern_291, 280, 0, [com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_both, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_top, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_bottom]))); +} + +var com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide$Map_$MAP; +function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(this$static, value_0){ + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = value_0.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax = value_0.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin = value_0.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this$static){ + return this$static.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin + (this$static.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax - this$static.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin) * (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$read__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, json, jsonData){ + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_151))); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_155)).java_lang_Float_value; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_156)).java_lang_Float_value; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$write__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_utils_Json_2V(this$static, json){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_151, (java_lang_Boolean_$clinit__V() , this$static.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active?true:false)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_155, new java_lang_Float_Float__FV(this$static.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_156, new java_lang_Float_Float__FV(this$static.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax)); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_RangedNumericValue__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(215, 121, {121:1, 215:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_RangedNumericValue__V); +_.getLowMax__F = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_getLowMax__F(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax; +} +; +_.getLowMin__F = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_getLowMin__F(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin; +} +; +_.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(this, value_0); +} +; +_.newLowValue__F = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_newLowValue__F(){ + return com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$newLowValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2F(this); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$read__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, json, jsonData); +} +; +_.setLow__FV = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_setLow__FV(value_0){ + this.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin = value_0; + this.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax = value_0; +} +; +_.setLow__FFV = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_setLow__FFV(min_0, max_0){ + this.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin = min_0; + this.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax = max_0; +} +; +_.setLowMax__FV = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_setLowMax__FV(lowMax){ + this.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax = lowMax; +} +; +_.setLowMin__FV = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_setLowMin__FV(lowMin){ + this.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin = lowMin; +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$write__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_utils_Json_2V(this, json); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_292, 215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_RectangleSpawnShapeValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_RectangleSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_PrimitiveSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(415, 127, {64:1, 121:1, 127:1, 415:1, 134:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_RectangleSpawnShapeValue__V, com_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_RectangleSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_RectangleSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_2V(this); +} +; +_.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV = function com_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(vector, percent){ + var a, depth, height, tx, ty, tz, width_0; + width_0 = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue, percent); + height = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue, percent); + depth = this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth + this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff * com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue, percent); + if (this.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges) { + a = (com_badlogic_gdx_math_MathUtils_$clinit__V() , -1 + com_badlogic_gdx_math_MathUtils_random.nextInt__II(3)); + tx = 0; + ty = 0; + tz = 0; + if (a == -1) { + tx = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-width_0 / 2:width_0 / 2; + if (tx == 0) { + ty = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-height / 2:height / 2; + tz = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-depth / 2:depth / 2; + } + else { + ty = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * height - height / 2; + tz = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * depth - depth / 2; + } + } + else if (a == 0) { + tz = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-depth / 2:depth / 2; + if (tz == 0) { + ty = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-height / 2:height / 2; + tx = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-width_0 / 2:width_0 / 2; + } + else { + ty = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * height - height / 2; + tx = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * width_0 - width_0 / 2; + } + } + else { + ty = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-height / 2:height / 2; + if (ty == 0) { + tx = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-width_0 / 2:width_0 / 2; + tz = com_badlogic_gdx_math_MathUtils_random.nextInt__II(2) == 0?-depth / 2:depth / 2; + } + else { + tx = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * width_0 - width_0 / 2; + tz = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * depth - depth / 2; + } + } + vector.com_badlogic_gdx_math_Vector3_x = tx; + vector.com_badlogic_gdx_math_Vector3_y = ty; + vector.com_badlogic_gdx_math_Vector3_z = tz; + } + else { + vector.com_badlogic_gdx_math_Vector3_x = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * width_0 - width_0 / 2); + vector.com_badlogic_gdx_math_Vector3_y = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * height - height / 2; + vector.com_badlogic_gdx_math_Vector3_z = com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * depth - depth / 2; + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_293, 415, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this$static, percent){ + var endIndex, i, n, startIndex, startTime, startValue, t; + endIndex = -1; + n = this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline.length; + for (i = 1; i < n; i++) { + t = this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline[i]; + if (t > percent) { + endIndex = i; + break; + } + } + if (endIndex == -1) + return this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling[n - 1]; + startIndex = endIndex - 1; + startValue = this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling[startIndex]; + startTime = this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline[startIndex]; + return startValue + (this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling[endIndex] - startValue) * ((percent - startTime) / (this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline[endIndex] - startTime)); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this$static, value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(this$static, value_0); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax = value_0.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin = value_0.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, value_0.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling.length, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(value_0.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling, 0, this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling, 0, this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling.length); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, value_0.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline.length, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(value_0.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline, 0, this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline, 0, this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline.length); + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative = value_0.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this$static){ + return this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin + (this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax - this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin) * (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$setHigh__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(this$static, value_0){ + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin = value_0; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax = value_0; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V(){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [1]); + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [0]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(110, 215, {121:1, 215:1, 110:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V); +_.getHighMax__F = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_getHighMax__F(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax; +} +; +_.getHighMin__F = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_getHighMin__F(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin; +} +; +_.getScale__FF = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_getScale__FF(percent){ + return com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$getScale__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(this, percent); +} +; +_.getScaling___3F = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_getScaling___3F(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling; +} +; +_.getTimeline___3F = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_getTimeline___3F(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline; +} +; +_.isRelative__Z = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_isRelative__Z(){ + return this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative; +} +; +_.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(this, value_0); +} +; +_.newHighValue__F = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_newHighValue__F(){ + return com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$newHighValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2F(this); +} +; +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(json, jsonData){ + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$read__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, json, jsonData); + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_158)).java_lang_Float_value; + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_159)).java_lang_Float_value; + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative = java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_160))); + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, $intern_161, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), jsonData); + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, $intern_154, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), jsonData); +} +; +_.setHigh__FV = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_setHigh__FV(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_$setHigh__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(this, value_0); +} +; +_.setHigh__FFV = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_setHigh__FFV(min_0, max_0){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin = min_0; + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax = max_0; +} +; +_.setHighMax__FV = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_setHighMax__FV(highMax){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax = highMax; +} +; +_.setHighMin__FV = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_setHighMin__FV(highMin){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin = highMin; +} +; +_.setRelative__ZV = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_setRelative__ZV(relative){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative = relative; +} +; +_.setScaling___3FV = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_setScaling___3FV(values){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling = values; +} +; +_.setTimeline___3FV = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_setTimeline___3FV(timeline){ + this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline = timeline; +} +; +_.write__Lcom_badlogic_gdx_utils_Json_2V = function com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_write__Lcom_badlogic_gdx_utils_Json_2V(json){ + com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_$write__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2Lcom_badlogic_gdx_utils_Json_2V(this, json); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_158, new java_lang_Float_Float__FV(this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_159, new java_lang_Float_Float__FV(this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_160, (java_lang_Boolean_$clinit__V() , this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative?true:false)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_161, this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(json, $intern_154, this.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline); +} +; +_.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_294, 110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_UnweightedMeshSpawnShapeValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_MeshSpawnShapeValue__V.call(this); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_UnweightedMeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_MeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2V.call(this); + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(416, 246, {64:1, 246:1, 121:1, 134:1, 416:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_UnweightedMeshSpawnShapeValue__V, com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_UnweightedMeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2V); +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_UnweightedMeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2V(this); +} +; +_.setMesh__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V = function com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_setMesh__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V(mesh, model){ + var indicesCount; + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_$setMesh__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V(this, mesh, model); + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize = mesh.com_badlogic_gdx_graphics_Mesh_vertices.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2().com_badlogic_gdx_graphics_VertexAttributes_vertexSize / 4 | 0; + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_positionOffset = com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(mesh, 1).com_badlogic_gdx_graphics_VertexAttribute_offset / 4 | 0; + indicesCount = mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I(); + if (indicesCount > 0) { + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, indicesCount, 15, 1); + com_badlogic_gdx_graphics_Mesh_$getIndices__Lcom_badlogic_gdx_graphics_Mesh_2II_3SIV(mesh, -1, this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices); + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_triangleCount = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices.length / 3 | 0; + } + else + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices = null; + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexCount = mesh.com_badlogic_gdx_graphics_Mesh_vertices.getNumVertices__I(); + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexCount * this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize, 15, 1); + com_badlogic_gdx_graphics_Mesh_$getVertices__Lcom_badlogic_gdx_graphics_Mesh_2II_3FI_3F(mesh, -1, this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices); +} +; +_.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV = function com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(vector, percent){ + var p1Offset, p2Offset, p3Offset, triangleIndex, x1, x2, x3, y1, y2, y3, z1, z2, z3; + if (this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices == null) { + triangleIndex = com_badlogic_gdx_math_MathUtils_random__II(this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexCount - 3) * this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize; + p1Offset = triangleIndex + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_positionOffset; + p2Offset = p1Offset + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize; + p3Offset = p2Offset + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize; + x1 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p1Offset]; + y1 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p1Offset + 1]; + z1 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p1Offset + 2]; + x2 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p2Offset]; + y2 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p2Offset + 1]; + z2 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p2Offset + 2]; + x3 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p3Offset]; + y3 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p3Offset + 1]; + z3 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p3Offset + 2]; + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_pick__FFFFFFFFFLcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(x1, y1, z1, x2, y2, z2, x3, y3, z3, vector); + } + else { + triangleIndex = com_badlogic_gdx_math_MathUtils_random__II(this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_triangleCount - 1) * 3; + p1Offset = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices[triangleIndex] * this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_positionOffset; + p2Offset = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices[triangleIndex + 1] * this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_positionOffset; + p3Offset = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices[triangleIndex + 2] * this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize + this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_positionOffset; + x1 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p1Offset]; + y1 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p1Offset + 1]; + z1 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p1Offset + 2]; + x2 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p2Offset]; + y2 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p2Offset + 1]; + z2 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p2Offset + 2]; + x3 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p3Offset]; + y3 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p3Offset + 1]; + z3 = this.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices[p3Offset + 2]; + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_pick__FFFFFFFFFLcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(x1, y1, z1, x2, y2, z2, x3, y3, z3, vector); + } +} +; +_.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_positionOffset = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_triangleCount = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexCount = 0; +_.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_295, 416, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit); +function com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_$calculateWeights__Lcom_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_2V(this$static){ + var area, attributes, i, indices, indicesCount, p1Offset, p2Offset, p3Offset, positionOffset, vertexCount, vertexSize, vertices, x1, x2, x3, y1, y2, y3, z1, z2, z3; + this$static.com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_distribution.com_badlogic_gdx_math_CumulativeDistribution_values.clear__V(); + attributes = this$static.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2(); + indicesCount = this$static.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_mesh.com_badlogic_gdx_graphics_Mesh_indices.getNumIndices__I(); + vertexCount = this$static.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getNumVertices__I(); + vertexSize = (attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize / 4 | 0) << 16 >> 16; + positionOffset = (com_badlogic_gdx_graphics_VertexAttributes_$findByUsage__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(attributes, 1).com_badlogic_gdx_graphics_VertexAttribute_offset / 4 | 0) << 16 >> 16; + vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, vertexCount * vertexSize, 15, 1); + com_badlogic_gdx_graphics_Mesh_$getVertices__Lcom_badlogic_gdx_graphics_Mesh_2II_3FI_3F(this$static.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_mesh, -1, vertices); + if (indicesCount > 0) { + indices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, indicesCount, 15, 1); + com_badlogic_gdx_graphics_Mesh_$getIndices__Lcom_badlogic_gdx_graphics_Mesh_2II_3SIV(this$static.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_mesh, -1, indices); + for (i = 0; i < indicesCount; i += 3) { + p1Offset = indices[i] * vertexSize + positionOffset; + p2Offset = indices[i + 1] * vertexSize + positionOffset; + p3Offset = indices[i + 2] * vertexSize + positionOffset; + x1 = vertices[p1Offset]; + y1 = vertices[p1Offset + 1]; + z1 = vertices[p1Offset + 2]; + x2 = vertices[p2Offset]; + y2 = vertices[p2Offset + 1]; + z2 = vertices[p2Offset + 2]; + x3 = vertices[p3Offset]; + y3 = vertices[p3Offset + 1]; + z3 = vertices[p3Offset + 2]; + area = $wnd.Math.abs((x1 * (y2 - y3) + x2 * (y3 - y1) + x3 * (y1 - y2)) / 2); + com_badlogic_gdx_math_CumulativeDistribution_$add__Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FV(this$static.com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_distribution, new com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_MeshSpawnShapeValue$Triangle__FFFFFFFFFV(x1, y1, z1, x2, y2, z2, x3, y3, z3), area); + } + } + else { + for (i = 0; i < vertexCount; i += vertexSize) { + p1Offset = i + positionOffset; + p2Offset = p1Offset + vertexSize; + p3Offset = p2Offset + vertexSize; + x1 = vertices[p1Offset]; + y1 = vertices[p1Offset + 1]; + z1 = vertices[p1Offset + 2]; + x2 = vertices[p2Offset]; + y2 = vertices[p2Offset + 1]; + z2 = vertices[p2Offset + 2]; + x3 = vertices[p3Offset]; + y3 = vertices[p3Offset + 1]; + z3 = vertices[p3Offset + 2]; + area = $wnd.Math.abs((x1 * (y2 - y3) + x2 * (y3 - y1) + x3 * (y1 - y2)) / 2); + com_badlogic_gdx_math_CumulativeDistribution_$add__Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FV(this$static.com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_distribution, new com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_MeshSpawnShapeValue$Triangle__FFFFFFFFFV(x1, y1, z1, x2, y2, z2, x3, y3, z3), area); + } + } + com_badlogic_gdx_math_CumulativeDistribution_$generateNormalized__Lcom_badlogic_gdx_math_CumulativeDistribution_2V(this$static.com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_distribution); +} + +function com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_WeightMeshSpawnShapeValue__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_MeshSpawnShapeValue__V.call(this); + this.com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_distribution = new com_badlogic_gdx_math_CumulativeDistribution_CumulativeDistribution__V; +} + +function com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_WeightMeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_2V(value_0){ + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_MeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2V.call(this); + this.com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_distribution = new com_badlogic_gdx_math_CumulativeDistribution_CumulativeDistribution__V; + com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_$load__Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(this, value_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(417, 246, {64:1, 246:1, 121:1, 134:1, 417:1, 55:1}, com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_WeightMeshSpawnShapeValue__V, com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_WeightMeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_2V); +_.calculateWeights__V = function com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_calculateWeights__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_$calculateWeights__Lcom_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_2V(this); +} +; +_.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2 = function com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(){ + return new com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_WeightMeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_2V(this); +} +; +_.init__V = function com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_init__V(){ + com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_$calculateWeights__Lcom_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_2V(this); +} +; +_.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV = function com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(vector, percent){ + var a, b, t; + t = com_badlogic_gdx_math_CumulativeDistribution_$value__Lcom_badlogic_gdx_math_CumulativeDistribution_2FLjava_lang_Object_2(this.com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_distribution, (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F())); + a = com_badlogic_gdx_math_MathUtils_random.nextFloat__F(); + b = com_badlogic_gdx_math_MathUtils_random.nextFloat__F(); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(vector, t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1 + a * (t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x2 - t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1) + b * (t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x3 - t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1), t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1 + a * (t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y2 - t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1) + b * (t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y3 - t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1), t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1 + a * (t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z2 - t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1) + b * (t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z3 - t.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_273, $intern_296, 417, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit); +function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_CustomTexture3DData__IIIIIIIV(width_0, height, depth, glInternalFormat, glType){ + this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_width = width_0; + this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_height = height; + this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_depth = depth; + this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_glInternalFormat = glInternalFormat; + this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_glType = glType; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1069, 1, {1128:1}, com_badlogic_gdx_graphics_glutils_CustomTexture3DData_CustomTexture3DData__IIIIIIIV); +_.consume3DData__V = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_consume3DData__V(){ + null.$_nullMethod(); +} +; +_.getDepth__I = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_getDepth__I(){ + return this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_depth; +} +; +_.getGLType__I = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_getGLType__I(){ + return this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_glType; +} +; +_.getHeight__I = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_getHeight__I(){ + return this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_height; +} +; +_.getInternalFormat__I = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_getInternalFormat__I(){ + return this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_glInternalFormat; +} +; +_.getWidth__I = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_getWidth__I(){ + return this.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_width; +} +; +_.isManaged__Z = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_isManaged__Z(){ + return false; +} +; +_.isPrepared__Z = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_isPrepared__Z(){ + return true; +} +; +_.prepare__V = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_prepare__V(){ +} +; +_.useMipMaps__Z = function com_badlogic_gdx_graphics_glutils_CustomTexture3DData_useMipMaps__Z(){ + return false; +} +; +_.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_depth = 0; +_.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_glInternalFormat = 0; +_.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_glType = 0; +_.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_height = 0; +_.com_badlogic_gdx_graphics_glutils_CustomTexture3DData_width = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1CustomTexture3DData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'CustomTexture3DData', 1069, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$consumeTextureArrayData__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2V(this$static){ + var containsCustomData, disposePixmap, i, lastArg, pixmap, temp, texData; + containsCustomData = false; + for (i = 0; i < this$static.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas.length; i++) { + if (this$static.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[i].getType__Lcom_badlogic_gdx_graphics_TextureData$TextureDataType_2() == (com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , com_badlogic_gdx_graphics_TextureData$TextureDataType_Custom)) { + this$static.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[i].consumeCustomData__IV(35866); + containsCustomData = true; + } + else { + texData = this$static.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[i]; + pixmap = texData.consumePixmap__Lcom_badlogic_gdx_graphics_Pixmap_2(); + disposePixmap = texData.disposePixmap__Z(); + if (texData.getFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2() != pixmap.com_badlogic_gdx_graphics_Pixmap_format) { + temp = new com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V(pixmap.com_badlogic_gdx_graphics_Pixmap_width, (lastArg = pixmap.com_badlogic_gdx_graphics_Pixmap_height , texData.getFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2() , lastArg)); + com_badlogic_gdx_graphics_Pixmap_$setBlending__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Blending_2V(temp); + com_badlogic_gdx_graphics_Pixmap_$drawPixmap__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap_2IIIIIIV(temp, pixmap, pixmap.com_badlogic_gdx_graphics_Pixmap_width, pixmap.com_badlogic_gdx_graphics_Pixmap_height); + texData.disposePixmap__Z() && java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2((com_badlogic_gdx_graphics_Pixmap_$clinit__V() , com_badlogic_gdx_graphics_Pixmap_pixmaps), java_lang_Integer_valueOf__ILjava_lang_Integer_2(pixmap.com_badlogic_gdx_graphics_Pixmap_id)); + pixmap = temp; + disposePixmap = true; + } + null.$_nullMethod(); + disposePixmap && java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2((com_badlogic_gdx_graphics_Pixmap_$clinit__V() , com_badlogic_gdx_graphics_Pixmap_pixmaps), java_lang_Integer_valueOf__ILjava_lang_Integer_2(pixmap.com_badlogic_gdx_graphics_Pixmap_id)); + } + } + this$static.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_useMipMaps && !containsCustomData && com_badlogic_gdx_backends_gwt_GwtGL20_$glGenerateMipmap__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl20, 35866); +} + +function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$isManaged__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2Z(this$static){ + var data_0, data$array, data$index, data$max; + for (data$array = this$static.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas , data$index = 0 , data$max = data$array.length; data$index < data$max; ++data$index) { + data_0 = data$array[data$index]; + if (!data_0.isManaged__Z()) { + return false; + } + } + return true; +} + +function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$prepare__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2V(this$static){ + var data_0, data$array, data$index, data$max, height, width_0; + width_0 = -1; + height = -1; + for (data$array = this$static.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas , data$index = 0 , data$max = data$array.length; data$index < data$max; ++data$index) { + data_0 = data$array[data$index]; + data_0.prepare__V(); + if (width_0 == -1) { + width_0 = data_0.getWidth__I(); + height = data_0.getHeight__I(); + continue; + } + if (width_0 != data_0.getWidth__I() || height != data_0.getHeight__I()) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Error whilst preparing TextureArray: TextureArray Textures must have equal dimensions.')); + } + } + this$static.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_prepared = true; +} + +function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_FileTextureArrayData__Lcom_badlogic_gdx_graphics_Pixmap$Format_2Z_3Lcom_badlogic_gdx_files_FileHandle_2V(format, useMipMaps, files){ + var i; + this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_format = format; + this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_useMipMaps = useMipMaps; + this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_depth = files.length; + this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, $intern_144, 788, files.length, 0, 1); + for (i = 0; i < files.length; i++) { + this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[i] = com_badlogic_gdx_graphics_TextureData$Factory_loadFromFile__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZLcom_badlogic_gdx_graphics_TextureData_2(files[i], format, useMipMaps); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(778, 1, {1129:1}, com_badlogic_gdx_graphics_glutils_FileTextureArrayData_FileTextureArrayData__Lcom_badlogic_gdx_graphics_Pixmap$Format_2Z_3Lcom_badlogic_gdx_files_FileHandle_2V); +_.consumeTextureArrayData__V = function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_consumeTextureArrayData__V(){ + com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$consumeTextureArrayData__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2V(this); +} +; +_.getDepth__I = function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_getDepth__I(){ + return this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_depth; +} +; +_.getGLType__I = function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_getGLType__I(){ + return com_badlogic_gdx_graphics_Pixmap$Format_toGlType__Lcom_badlogic_gdx_graphics_Pixmap$Format_2I(this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_format); +} +; +_.getHeight__I = function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_getHeight__I(){ + return this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[0].getHeight__I(); +} +; +_.getInternalFormat__I = function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_getInternalFormat__I(){ + return com_badlogic_gdx_graphics_Pixmap$Format_toGlFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2I(this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_format); +} +; +_.getWidth__I = function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_getWidth__I(){ + return this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_textureDatas[0].getWidth__I(); +} +; +_.isManaged__Z = function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_isManaged__Z(){ + return com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$isManaged__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2Z(this); +} +; +_.isPrepared__Z = function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_isPrepared__Z(){ + return this.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_prepared; +} +; +_.prepare__V = function com_badlogic_gdx_graphics_glutils_FileTextureArrayData_prepare__V(){ + com_badlogic_gdx_graphics_glutils_FileTextureArrayData_$prepare__Lcom_badlogic_gdx_graphics_glutils_FileTextureArrayData_2V(this); +} +; +_.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_depth = 0; +_.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_prepared = false; +_.com_badlogic_gdx_graphics_glutils_FileTextureArrayData_useMipMaps = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1FileTextureArrayData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'FileTextureArrayData', 778, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_FileTextureData_$ensurePot__Lcom_badlogic_gdx_graphics_glutils_FileTextureData_2Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap_2(pixmap){ + var image, lastArg, pixmapHeight, pixmapWidth, potHeight, potWidth, tmp; + if (!com_badlogic_gdx_Gdx_gl20 && com_badlogic_gdx_graphics_glutils_FileTextureData_copyToPOT) { + pixmapWidth = pixmap.com_badlogic_gdx_graphics_Pixmap_width; + pixmapHeight = pixmap.com_badlogic_gdx_graphics_Pixmap_height; + potWidth = com_badlogic_gdx_math_MathUtils_nextPowerOfTwo__II(pixmapWidth); + potHeight = com_badlogic_gdx_math_MathUtils_nextPowerOfTwo__II(pixmapHeight); + if (pixmapWidth != potWidth || pixmapHeight != potHeight) { + tmp = new com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V(potWidth, (lastArg = potHeight , lastArg)); + image = (com_badlogic_gdx_graphics_Pixmap_$ensureCanvasExists__Lcom_badlogic_gdx_graphics_Pixmap_2V(pixmap) , com_google_gwt_canvas_client_Canvas_$getCanvasElement__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_dom_client_CanvasElement_2(pixmap.com_badlogic_gdx_graphics_Pixmap_canvas)); + com_badlogic_gdx_graphics_Pixmap_$image__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_google_gwt_dom_client_CanvasElement_2IIIIIIIIV(tmp, image, pixmapWidth, pixmapHeight, pixmapWidth, pixmapHeight); + java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2((com_badlogic_gdx_graphics_Pixmap_$clinit__V() , com_badlogic_gdx_graphics_Pixmap_pixmaps), java_lang_Integer_valueOf__ILjava_lang_Integer_2(pixmap.com_badlogic_gdx_graphics_Pixmap_id)); + return tmp; + } + } + return pixmap; +} + +function com_badlogic_gdx_graphics_glutils_FileTextureData_FileTextureData__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV(file, preloadedPixmap, format, useMipMaps){ + this.com_badlogic_gdx_graphics_glutils_FileTextureData_file = file; + this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap = preloadedPixmap; + this.com_badlogic_gdx_graphics_glutils_FileTextureData_format = format; + this.com_badlogic_gdx_graphics_glutils_FileTextureData_useMipMaps = useMipMaps; + if (this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap) { + this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap = com_badlogic_gdx_graphics_glutils_FileTextureData_$ensurePot__Lcom_badlogic_gdx_graphics_glutils_FileTextureData_2Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap_2(this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap); + this.com_badlogic_gdx_graphics_glutils_FileTextureData_width = this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap.com_badlogic_gdx_graphics_Pixmap_width; + this.com_badlogic_gdx_graphics_glutils_FileTextureData_height = this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap.com_badlogic_gdx_graphics_Pixmap_height; + !format && (this.com_badlogic_gdx_graphics_glutils_FileTextureData_format = this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap.com_badlogic_gdx_graphics_Pixmap_format); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(676, 1, {788:1, 676:1}, com_badlogic_gdx_graphics_glutils_FileTextureData_FileTextureData__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV); +_.consumeCustomData__IV = function com_badlogic_gdx_graphics_glutils_FileTextureData_consumeCustomData__IV(target){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_298)); +} +; +_.consumePixmap__Lcom_badlogic_gdx_graphics_Pixmap_2 = function com_badlogic_gdx_graphics_glutils_FileTextureData_consumePixmap__Lcom_badlogic_gdx_graphics_Pixmap_2(){ + var pixmap; + if (!this.com_badlogic_gdx_graphics_glutils_FileTextureData_isPrepared) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Call prepare() before calling getPixmap()')); + this.com_badlogic_gdx_graphics_glutils_FileTextureData_isPrepared = false; + pixmap = this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap; + this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap = null; + return pixmap; +} +; +_.disposePixmap__Z = function com_badlogic_gdx_graphics_glutils_FileTextureData_disposePixmap__Z(){ + return true; +} +; +_.getFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2 = function com_badlogic_gdx_graphics_glutils_FileTextureData_getFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2(){ + return this.com_badlogic_gdx_graphics_glutils_FileTextureData_format; +} +; +_.getHeight__I = function com_badlogic_gdx_graphics_glutils_FileTextureData_getHeight__I(){ + return this.com_badlogic_gdx_graphics_glutils_FileTextureData_height; +} +; +_.getType__Lcom_badlogic_gdx_graphics_TextureData$TextureDataType_2 = function com_badlogic_gdx_graphics_glutils_FileTextureData_getType__Lcom_badlogic_gdx_graphics_TextureData$TextureDataType_2(){ + return com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , com_badlogic_gdx_graphics_TextureData$TextureDataType_Pixmap; +} +; +_.getWidth__I = function com_badlogic_gdx_graphics_glutils_FileTextureData_getWidth__I(){ + return this.com_badlogic_gdx_graphics_glutils_FileTextureData_width; +} +; +_.isManaged__Z = function com_badlogic_gdx_graphics_glutils_FileTextureData_isManaged__Z(){ + return true; +} +; +_.isPrepared__Z = function com_badlogic_gdx_graphics_glutils_FileTextureData_isPrepared__Z(){ + return this.com_badlogic_gdx_graphics_glutils_FileTextureData_isPrepared; +} +; +_.prepare__V = function com_badlogic_gdx_graphics_glutils_FileTextureData_prepare__V(){ + if (this.com_badlogic_gdx_graphics_glutils_FileTextureData_isPrepared) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Already prepared')); + if (!this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap) { + this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap = com_badlogic_gdx_graphics_glutils_FileTextureData_$ensurePot__Lcom_badlogic_gdx_graphics_glutils_FileTextureData_2Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap_2(new com_badlogic_gdx_graphics_Pixmap_Pixmap__Lcom_badlogic_gdx_files_FileHandle_2V(this.com_badlogic_gdx_graphics_glutils_FileTextureData_file)); + this.com_badlogic_gdx_graphics_glutils_FileTextureData_width = this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap.com_badlogic_gdx_graphics_Pixmap_width; + this.com_badlogic_gdx_graphics_glutils_FileTextureData_height = this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap.com_badlogic_gdx_graphics_Pixmap_height; + !this.com_badlogic_gdx_graphics_glutils_FileTextureData_format && (this.com_badlogic_gdx_graphics_glutils_FileTextureData_format = this.com_badlogic_gdx_graphics_glutils_FileTextureData_pixmap.com_badlogic_gdx_graphics_Pixmap_format); + } + this.com_badlogic_gdx_graphics_glutils_FileTextureData_isPrepared = true; +} +; +_.useMipMaps__Z = function com_badlogic_gdx_graphics_glutils_FileTextureData_useMipMaps__Z(){ + return this.com_badlogic_gdx_graphics_glutils_FileTextureData_useMipMaps; +} +; +_.com_badlogic_gdx_graphics_glutils_FileTextureData_height = 0; +_.com_badlogic_gdx_graphics_glutils_FileTextureData_isPrepared = false; +_.com_badlogic_gdx_graphics_glutils_FileTextureData_useMipMaps = false; +_.com_badlogic_gdx_graphics_glutils_FileTextureData_width = 0; +var com_badlogic_gdx_graphics_glutils_FileTextureData_copyToPOT = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1FileTextureData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'FileTextureData', 676, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_GLVersion_$extractVersion__Lcom_badlogic_gdx_graphics_glutils_GLVersion_2Ljava_lang_String_2Ljava_lang_String_2V(patternString, versionString){ + var found, matcher, pattern, result, resultSplit; + pattern = new java_util_regex_Pattern_Pattern__Ljava_lang_String_2IV(patternString); + matcher = new java_util_regex_Matcher_Matcher__Ljava_util_regex_Pattern_2Ljava_lang_CharSequence_2V(pattern, versionString); + found = regexodus_Matcher_$find__Lregexodus_Matcher_2Z(matcher.java_util_regex_Matcher_matcher); + if (found) { + result = regexodus_Matcher_$group__Lregexodus_Matcher_2ILjava_lang_String_2(matcher.java_util_regex_Matcher_matcher, 1); + resultSplit = java_lang_String_$split__Ljava_lang_String_2Ljava_lang_String_2I_3Ljava_lang_String_2(result, '\\.', 0); + com_badlogic_gdx_graphics_glutils_GLVersion_$parseInt__Lcom_badlogic_gdx_graphics_glutils_GLVersion_2Ljava_lang_String_2II(resultSplit[0], 2); + resultSplit.length < 2?0:com_badlogic_gdx_graphics_glutils_GLVersion_$parseInt__Lcom_badlogic_gdx_graphics_glutils_GLVersion_2Ljava_lang_String_2II(resultSplit[1], 0); + resultSplit.length < 3?0:com_badlogic_gdx_graphics_glutils_GLVersion_$parseInt__Lcom_badlogic_gdx_graphics_glutils_GLVersion_2Ljava_lang_String_2II(resultSplit[2], 0); + } + else { + com_badlogic_gdx_backends_gwt_GwtApplication_$log__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2V(com_badlogic_gdx_Gdx_app, 'GLVersion', 'Invalid version string: ' + versionString); + } +} + +function com_badlogic_gdx_graphics_glutils_GLVersion_$parseInt__Lcom_badlogic_gdx_graphics_glutils_GLVersion_2Ljava_lang_String_2II(v, defaultValue){ + try { + return java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(v, 10, $intern_84, $intern_5); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 83)) { + com_badlogic_gdx_backends_gwt_GwtApplication_$error__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_String_2Ljava_lang_String_2V(com_badlogic_gdx_Gdx_app, 'libGDX GL', 'Error parsing number: ' + v + ', assuming: ' + defaultValue); + return defaultValue; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_graphics_glutils_GLVersion_GLVersion__Lcom_badlogic_gdx_Application$ApplicationType_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2V(versionString){ + this.com_badlogic_gdx_graphics_glutils_GLVersion_type = 2; + this.com_badlogic_gdx_graphics_glutils_GLVersion_type == 1?com_badlogic_gdx_graphics_glutils_GLVersion_$extractVersion__Lcom_badlogic_gdx_graphics_glutils_GLVersion_2Ljava_lang_String_2Ljava_lang_String_2V('OpenGL ES (\\d(\\.\\d){0,2})', versionString):this.com_badlogic_gdx_graphics_glutils_GLVersion_type == 2?com_badlogic_gdx_graphics_glutils_GLVersion_$extractVersion__Lcom_badlogic_gdx_graphics_glutils_GLVersion_2Ljava_lang_String_2Ljava_lang_String_2V('WebGL (\\d(\\.\\d){0,2})', versionString):this.com_badlogic_gdx_graphics_glutils_GLVersion_type == 0 && com_badlogic_gdx_graphics_glutils_GLVersion_$extractVersion__Lcom_badlogic_gdx_graphics_glutils_GLVersion_2Ljava_lang_String_2Ljava_lang_String_2V('(\\d(\\.\\d){0,2})', versionString); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(945, 1, {}, com_badlogic_gdx_graphics_glutils_GLVersion_GLVersion__Lcom_badlogic_gdx_Application$ApplicationType_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2V); +_.com_badlogic_gdx_graphics_glutils_GLVersion_type = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1GLVersion_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'GLVersion', 945, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_HdpiUtils_glScissor__IIIIV(x_0, y_0, width_0, height){ + com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width != com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width || com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height != com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height?com_badlogic_gdx_backends_gwt_GwtGL20_$glScissor__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(com_badlogic_gdx_Gdx_gl, com_google_gwt_lang_Cast_round_1int__DI(x_0 * com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width / com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width), com_google_gwt_lang_Cast_round_1int__DI(y_0 * com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height / com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height), com_google_gwt_lang_Cast_round_1int__DI(width_0 * com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width / com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width), com_google_gwt_lang_Cast_round_1int__DI(height * com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height / com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height)):com_badlogic_gdx_backends_gwt_GwtGL20_$glScissor__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(com_badlogic_gdx_Gdx_gl, x_0, y_0, width_0, height); +} + +function com_badlogic_gdx_graphics_glutils_HdpiUtils_glViewport__IIIIV(x_0, y_0, width_0, height){ + com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width != com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width || com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height != com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height?com_badlogic_gdx_backends_gwt_GwtGL20_$glViewport__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(com_badlogic_gdx_Gdx_gl, com_google_gwt_lang_Cast_round_1int__DI(x_0 * com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width / com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width), com_google_gwt_lang_Cast_round_1int__DI(y_0 * com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height / com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height), com_google_gwt_lang_Cast_round_1int__DI(width_0 * com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width / com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width), com_google_gwt_lang_Cast_round_1int__DI(height * com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height / com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height)):com_badlogic_gdx_backends_gwt_GwtGL20_$glViewport__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(com_badlogic_gdx_Gdx_gl, x_0, y_0, width_0, height); +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$begin__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2Lcom_badlogic_gdx_math_Matrix4_2IV(this$static, projModelView, primitiveType){ + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_projModelView, projModelView.com_badlogic_gdx_math_Matrix4_val); + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_primitiveType = primitiveType; +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$buildVertexAttributes__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2ZZI_3Lcom_badlogic_gdx_graphics_VertexAttribute_2(){ + var array, attribs, i, i0; + attribs = new com_badlogic_gdx_utils_Array_Array__V; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(attribs, new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(1, 3, $intern_180)); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(attribs, new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(4, 4, $intern_181)); + for (i0 = 0; i0 < 0; i0++) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(attribs, new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(16, 2, $intern_299 + i0)); + } + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, $intern_115, 76, attribs.com_badlogic_gdx_utils_Array_size, 0, 1); + for (i = 0; i < attribs.com_badlogic_gdx_utils_Array_size; i++) + array[i] = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(attribs, i); + return array; +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static, colorBits){ + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertices[this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexIdx + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_colorOffset] = colorBits; +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static, r, g, b, a){ + var color_0; + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertices[this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexIdx + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_colorOffset] = (com_badlogic_gdx_graphics_Color_$clinit__V() , color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$dispose__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this$static){ + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_ownsShader && !!this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shader && com_badlogic_gdx_graphics_glutils_ShaderProgram_$dispose__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shader); + com_badlogic_gdx_graphics_Mesh_$dispose__Lcom_badlogic_gdx_graphics_Mesh_2V(this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh); +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$flush__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this$static){ + var i; + if (this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_numVertices == 0) + return; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shader); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shader, 'u_projModelView', this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_projModelView); + for (i = 0; i < this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_numTexCoords; i++) + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformi__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2IV(this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shader, this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shaderUniformNames[i], i); + com_badlogic_gdx_graphics_Mesh_$setVertices__Lcom_badlogic_gdx_graphics_Mesh_2_3FIILcom_badlogic_gdx_graphics_Mesh_2(this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh, this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertices, this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexIdx); + com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IV(this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh, this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shader, this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_primitiveType); + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexIdx = 0; + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_numVertices = 0; +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static, x_0, y_0){ + var idx; + idx = this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexIdx; + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertices[idx] = x_0; + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertices[idx + 1] = y_0; + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertices[idx + 2] = 0; + this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexIdx += this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexSize; + ++this$static.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_numVertices; +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_ImmediateModeRenderer20__IZZIV(){ + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_ImmediateModeRenderer20__IZZILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V.call(this, com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_createDefaultShader__ZZILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2()); + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_ownsShader = true; +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_ImmediateModeRenderer20__IZZILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(shader){ + var attribs, i; + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_projModelView = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_maxVertices = 5000; + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_numTexCoords = 0; + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shader = shader; + attribs = com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$buildVertexAttributes__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2ZZI_3Lcom_badlogic_gdx_graphics_VertexAttribute_2(); + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh = new com_badlogic_gdx_graphics_Mesh_Mesh__ZII_3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(false, 5000, 0, attribs); + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 5000 * (this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2().com_badlogic_gdx_graphics_VertexAttributes_vertexSize / 4 | 0), 15, 1); + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexSize = this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh.com_badlogic_gdx_graphics_Mesh_vertices.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2().com_badlogic_gdx_graphics_VertexAttributes_vertexSize / 4 | 0; + com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh, 8)?com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh, 8).com_badlogic_gdx_graphics_VertexAttribute_offset / 4 | 0:0; + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_colorOffset = com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh, 4)?com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh, 4).com_badlogic_gdx_graphics_VertexAttribute_offset / 4 | 0:0; + com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh, 16)?com_badlogic_gdx_graphics_Mesh_$getVertexAttribute__Lcom_badlogic_gdx_graphics_Mesh_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_mesh, 16).com_badlogic_gdx_graphics_VertexAttribute_offset / 4 | 0:0; + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shaderUniformNames = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, 0, 6, 1); + for (i = 0; i < 0; i++) { + this.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_shaderUniformNames[i] = 'u_sampler' + i; + } +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_createDefaultShader__ZZILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(){ + var fragmentShader, program, vertexShader; + vertexShader = com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_createVertexShader__ZZILjava_lang_String_2(); + fragmentShader = com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_createFragmentShader__ZZILjava_lang_String_2(); + program = new com_badlogic_gdx_graphics_glutils_ShaderProgram_ShaderProgram__Ljava_lang_String_2Ljava_lang_String_2V(vertexShader, fragmentShader); + if (!program.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_184 + com_badlogic_gdx_graphics_glutils_ShaderProgram_$getLog__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2(program))); + return program; +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_createFragmentShader__ZZILjava_lang_String_2(){ + var i, i0, shader; + shader = '#ifdef GL_ES\nprecision mediump float;\n#endif\n'; + shader += 'varying vec4 v_col;\n'; + for (i0 = 0; i0 < 0; i0++) { + shader += $intern_300 + i0 + ';\n'; + shader += 'uniform sampler2D u_sampler' + i0 + ';\n'; + } + shader += 'void main() {\n gl_FragColor = v_col'; + for (i = 0; i < 0; i++) { + i == -1?(shader += $intern_301 + i + ', v_tex' + i + ')'):(shader += $intern_301 + i + ', v_tex' + i + ') *'); + } + shader += ';\n}'; + return shader; +} + +function com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_createVertexShader__ZZILjava_lang_String_2(){ + var i, i0, i1, shader; + shader = 'attribute vec4 a_position;\nattribute vec4 a_color;\n'; + for (i0 = 0; i0 < 0; i0++) { + shader += 'attribute vec2 a_texCoord' + i0 + ';\n'; + } + shader += 'uniform mat4 u_projModelView;\nvarying vec4 v_col;\n'; + for (i1 = 0; i1 < 0; i1++) { + shader += $intern_300 + i1 + ';\n'; + } + shader += 'void main() {\n gl_Position = u_projModelView * a_position;\n'; + shader += ' v_col = a_color;\n v_col.a *= 255.0 / 254.0;\n'; + for (i = 0; i < 0; i++) { + shader += ' v_tex' + i + ' = ' + $intern_299 + i + ';\n'; + } + shader += ' gl_PointSize = 1.0;\n}\n'; + return shader; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(782, 1, {}, com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_ImmediateModeRenderer20__IZZIV); +_.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_colorOffset = 0; +_.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_maxVertices = 0; +_.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_numTexCoords = 0; +_.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_numVertices = 0; +_.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_ownsShader = false; +_.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_primitiveType = 0; +_.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexIdx = 0; +_.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_vertexSize = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ImmediateModeRenderer20_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'ImmediateModeRenderer20', 782, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_IndexBufferObject_IndexBufferObject__ZIV(isStatic, maxIndices){ + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer = com_badlogic_gdx_utils_BufferUtils_newShortBuffer__ILjava_nio_ShortBuffer_2(maxIndices); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_bufferHandle = com_badlogic_gdx_backends_gwt_GwtGL20_$glGenBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl20); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_usage = isStatic?35044:35048; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(670, 1, $intern_302, com_badlogic_gdx_graphics_glutils_IndexBufferObject_IndexBufferObject__ZIV); +_.bind__V = function com_badlogic_gdx_graphics_glutils_IndexBufferObject_bind__V(){ + if (this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_bufferHandle == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('No buffer allocated!')); + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl20, $intern_303, this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_bufferHandle); + if (this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isDirty) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_Buffer_2IV(com_badlogic_gdx_Gdx_gl20, $intern_303, this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer.java_nio_Buffer_limit, this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer, this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_usage); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isDirty = false; + } + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isBound = true; +} +; +_.dispose__V = function com_badlogic_gdx_graphics_glutils_IndexBufferObject_dispose__V(){ + var gl; + gl = com_badlogic_gdx_Gdx_gl20; + com_google_gwt_webgl_client_WebGLRenderingContext_$bindBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLBuffer_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_303, gl.com_badlogic_gdx_backends_gwt_GwtGL20_buffers[0]); + com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(gl, this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_bufferHandle); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_bufferHandle = 0; +} +; +_.getBuffer__ZLjava_nio_ShortBuffer_2 = function com_badlogic_gdx_graphics_glutils_IndexBufferObject_getBuffer__ZLjava_nio_ShortBuffer_2(forWriting){ + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isDirty = this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isDirty | forWriting; + return this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer; +} +; +_.getNumIndices__I = function com_badlogic_gdx_graphics_glutils_IndexBufferObject_getNumIndices__I(){ + return this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer.java_nio_Buffer_limit; +} +; +_.getNumMaxIndices__I = function com_badlogic_gdx_graphics_glutils_IndexBufferObject_getNumMaxIndices__I(){ + return this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer.java_nio_Buffer_capacity; +} +; +_.setIndices___3SIIV = function com_badlogic_gdx_graphics_glutils_IndexBufferObject_setIndices___3SIIV(indices, offset, count){ + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isDirty = true; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer); + java_nio_ShortBuffer_$put__Ljava_nio_ShortBuffer_2_3SIILjava_nio_ShortBuffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer, indices, offset, count); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer); + if (this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isBound) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_Buffer_2IV(com_badlogic_gdx_Gdx_gl20, $intern_303, this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer.java_nio_Buffer_limit, this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer, this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_usage); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isDirty = false; + } +} +; +_.unbind__V = function com_badlogic_gdx_graphics_glutils_IndexBufferObject_unbind__V(){ + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl20, $intern_303, 0); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isBound = false; +} +; +_.com_badlogic_gdx_graphics_glutils_IndexBufferObject_bufferHandle = 0; +_.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isBound = false; +_.com_badlogic_gdx_graphics_glutils_IndexBufferObject_isDirty = true; +_.com_badlogic_gdx_graphics_glutils_IndexBufferObject_usage = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1IndexBufferObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'IndexBufferObject', 670, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_IndexArray_IndexArray__IV(maxIndices){ + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer = com_badlogic_gdx_utils_BufferUtils_newShortBuffer__ILjava_nio_ShortBuffer_2(maxIndices); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_buffer); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_bufferHandle = com_badlogic_gdx_backends_gwt_GwtGL20_$glGenBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl20); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObject_usage = 35044; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1054, 670, $intern_302, com_badlogic_gdx_graphics_glutils_IndexArray_IndexArray__IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1IndexArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'IndexArray', 1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1IndexBufferObject_12_1classLit); +function com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_IndexBufferObjectSubData__ZIV(maxIndices){ + var com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_$createBufferObject__Lcom_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_2I_result_0; + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_byteBuffer = com_badlogic_gdx_utils_BufferUtils_newByteBuffer__ILjava_nio_ByteBuffer_2(maxIndices * 2); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_usage = 35048; + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_buffer = java_nio_DirectReadWriteByteBuffer_$asShortBuffer__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ShortBuffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_byteBuffer); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_buffer); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_byteBuffer); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_bufferHandle = (com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_$createBufferObject__Lcom_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_2I_result_0 = com_badlogic_gdx_backends_gwt_GwtGL20_$glGenBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl20) , com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl20, $intern_303, com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_$createBufferObject__Lcom_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_2I_result_0) , com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_Buffer_2IV(com_badlogic_gdx_Gdx_gl20, $intern_303, this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_byteBuffer.java_nio_Buffer_capacity, null, this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_usage) , com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl20, $intern_303, 0) , com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_$createBufferObject__Lcom_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_2I_result_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(763, 1, $intern_302, com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_IndexBufferObjectSubData__ZIV); +_.bind__V = function com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_bind__V(){ + if (this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_bufferHandle == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('IndexBufferObject cannot be used after it has been disposed.')); + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl20, $intern_303, this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_bufferHandle); + if (this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isDirty) { + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_byteBuffer, this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_buffer.java_nio_Buffer_limit * 2); + com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferSubData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIILjava_nio_Buffer_2V(com_badlogic_gdx_Gdx_gl20, $intern_303, this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_byteBuffer); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isDirty = false; + } + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isBound = true; +} +; +_.dispose__V = function com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_dispose__V(){ + var gl; + gl = com_badlogic_gdx_Gdx_gl20; + com_google_gwt_webgl_client_WebGLRenderingContext_$bindBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLBuffer_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_303, gl.com_badlogic_gdx_backends_gwt_GwtGL20_buffers[0]); + com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(gl, this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_bufferHandle); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_bufferHandle = 0; +} +; +_.getBuffer__ZLjava_nio_ShortBuffer_2 = function com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_getBuffer__ZLjava_nio_ShortBuffer_2(forWriting){ + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isDirty = this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isDirty | forWriting; + return this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_buffer; +} +; +_.getNumIndices__I = function com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_getNumIndices__I(){ + return this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_buffer.java_nio_Buffer_limit; +} +; +_.getNumMaxIndices__I = function com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_getNumMaxIndices__I(){ + return this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_buffer.java_nio_Buffer_capacity; +} +; +_.setIndices___3SIIV = function com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_setIndices___3SIIV(indices, offset, count){ + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isDirty = true; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_buffer); + java_nio_ShortBuffer_$put__Ljava_nio_ShortBuffer_2_3SIILjava_nio_ShortBuffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_buffer, indices, offset, count); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_buffer); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_byteBuffer, 0); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_byteBuffer, count << 1); + if (this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isBound) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferSubData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIILjava_nio_Buffer_2V(com_badlogic_gdx_Gdx_gl20, $intern_303, this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_byteBuffer); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isDirty = false; + } +} +; +_.unbind__V = function com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_unbind__V(){ + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl20, $intern_303, 0); + this.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isBound = false; +} +; +_.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_bufferHandle = 0; +_.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isBound = false; +_.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_isDirty = true; +_.com_badlogic_gdx_graphics_glutils_IndexBufferObjectSubData_usage = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1IndexBufferObjectSubData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'IndexBufferObjectSubData', 763, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_MipMapGenerator_generateMipMap__ILcom_badlogic_gdx_graphics_Pixmap_2IIV(pixmap, textureWidth, textureHeight){ + if (!com_badlogic_gdx_graphics_glutils_MipMapGenerator_useHWMipMap) { + com_badlogic_gdx_graphics_glutils_MipMapGenerator_generateMipMapCPU__ILcom_badlogic_gdx_graphics_Pixmap_2IIV(pixmap, textureWidth, textureHeight); + return; + } + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexImage2D__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIIIIILjava_nio_Buffer_2V(com_badlogic_gdx_Gdx_gl, 0, pixmap.com_badlogic_gdx_graphics_Pixmap_width, pixmap.com_badlogic_gdx_graphics_Pixmap_height, pixmap.com_badlogic_gdx_graphics_Pixmap_buffer); + com_badlogic_gdx_backends_gwt_GwtGL20_$glGenerateMipmap__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl20, $intern_51); +} + +function com_badlogic_gdx_graphics_glutils_MipMapGenerator_generateMipMapCPU__ILcom_badlogic_gdx_graphics_Pixmap_2IIV(pixmap, textureWidth, textureHeight){ + var height, lastArg, level, tmp, width_0; + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexImage2D__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIIIIILjava_nio_Buffer_2V(com_badlogic_gdx_Gdx_gl, 0, pixmap.com_badlogic_gdx_graphics_Pixmap_width, pixmap.com_badlogic_gdx_graphics_Pixmap_height, pixmap.com_badlogic_gdx_graphics_Pixmap_buffer); + if (!com_badlogic_gdx_Gdx_gl20 && textureWidth != textureHeight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('texture width and height must be square when using mipmapping.')); + width_0 = pixmap.com_badlogic_gdx_graphics_Pixmap_width / 2 | 0; + height = pixmap.com_badlogic_gdx_graphics_Pixmap_height / 2 | 0; + level = 1; + while (width_0 > 0 && height > 0) { + tmp = new com_badlogic_gdx_graphics_Pixmap_Pixmap__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V(width_0, (lastArg = height , lastArg)); + com_badlogic_gdx_graphics_Pixmap_$setBlending__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Blending_2V(tmp); + com_badlogic_gdx_graphics_Pixmap_$drawPixmap__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap_2IIIIIIIIV(tmp, pixmap, pixmap.com_badlogic_gdx_graphics_Pixmap_width, pixmap.com_badlogic_gdx_graphics_Pixmap_height, width_0, height); + level > 1 && java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2((com_badlogic_gdx_graphics_Pixmap_$clinit__V() , com_badlogic_gdx_graphics_Pixmap_pixmaps), java_lang_Integer_valueOf__ILjava_lang_Integer_2(pixmap.com_badlogic_gdx_graphics_Pixmap_id)); + pixmap = tmp; + com_badlogic_gdx_backends_gwt_GwtGL20_$glTexImage2D__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIIIIILjava_nio_Buffer_2V(com_badlogic_gdx_Gdx_gl, level, pixmap.com_badlogic_gdx_graphics_Pixmap_width, pixmap.com_badlogic_gdx_graphics_Pixmap_height, pixmap.com_badlogic_gdx_graphics_Pixmap_buffer); + width_0 = pixmap.com_badlogic_gdx_graphics_Pixmap_width / 2 | 0; + height = pixmap.com_badlogic_gdx_graphics_Pixmap_height / 2 | 0; + ++level; + } +} + +var com_badlogic_gdx_graphics_glutils_MipMapGenerator_useHWMipMap = true; +function com_badlogic_gdx_graphics_glutils_PixmapTextureData_PixmapTextureData__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZZV(pixmap, format, useMipMaps, disposePixmap){ + this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_pixmap = pixmap; + this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_format = !format?pixmap.com_badlogic_gdx_graphics_Pixmap_format:format; + this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_useMipMaps = useMipMaps; + this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_disposePixmap = disposePixmap; + this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_managed = false; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(458, 1, {788:1}, com_badlogic_gdx_graphics_glutils_PixmapTextureData_PixmapTextureData__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZZV); +_.consumeCustomData__IV = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_consumeCustomData__IV(target){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_298)); +} +; +_.consumePixmap__Lcom_badlogic_gdx_graphics_Pixmap_2 = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_consumePixmap__Lcom_badlogic_gdx_graphics_Pixmap_2(){ + return this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_pixmap; +} +; +_.disposePixmap__Z = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_disposePixmap__Z(){ + return this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_disposePixmap; +} +; +_.getFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2 = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_getFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2(){ + return this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_format; +} +; +_.getHeight__I = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_getHeight__I(){ + return this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_pixmap.com_badlogic_gdx_graphics_Pixmap_height; +} +; +_.getType__Lcom_badlogic_gdx_graphics_TextureData$TextureDataType_2 = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_getType__Lcom_badlogic_gdx_graphics_TextureData$TextureDataType_2(){ + return com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , com_badlogic_gdx_graphics_TextureData$TextureDataType_Pixmap; +} +; +_.getWidth__I = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_getWidth__I(){ + return this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_pixmap.com_badlogic_gdx_graphics_Pixmap_width; +} +; +_.isManaged__Z = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_isManaged__Z(){ + return this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_managed; +} +; +_.isPrepared__Z = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_isPrepared__Z(){ + return true; +} +; +_.prepare__V = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_prepare__V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('prepare() must not be called on a PixmapTextureData instance as it is already prepared.')); +} +; +_.useMipMaps__Z = function com_badlogic_gdx_graphics_glutils_PixmapTextureData_useMipMaps__Z(){ + return this.com_badlogic_gdx_graphics_glutils_PixmapTextureData_useMipMaps; +} +; +_.com_badlogic_gdx_graphics_glutils_PixmapTextureData_disposePixmap = false; +_.com_badlogic_gdx_graphics_glutils_PixmapTextureData_managed = false; +_.com_badlogic_gdx_graphics_glutils_PixmapTextureData_useMipMaps = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1PixmapTextureData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'PixmapTextureData', 458, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$clinit__V(){ + com_badlogic_gdx_graphics_glutils_ShaderProgram_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_glutils_ShaderProgram_shaders = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + com_badlogic_gdx_utils_BufferUtils_newIntBuffer__ILjava_nio_IntBuffer_2(); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$addManagedShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(app, shaderProgram){ + var managedResources; + managedResources = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_glutils_ShaderProgram_shaders, app); + !managedResources && (managedResources = new com_badlogic_gdx_utils_Array_Array__V); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(managedResources, shaderProgram); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_glutils_ShaderProgram_shaders, app, managedResources); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static){ + var gl; + gl = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$checkManaged__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static); + com_badlogic_gdx_backends_gwt_GwtGL20_$glUseProgram__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(gl, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$checkManaged__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static){ + if (this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_invalidated) { + com_badlogic_gdx_graphics_glutils_ShaderProgram_$compileShaders__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Ljava_lang_String_2V(this$static, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_vertexShaderSource, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_fragmentShaderSource); + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_invalidated = false; + } +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$compileShaders__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Ljava_lang_String_2V(this$static, vertexShader, fragmentShader){ + var com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_gl_0, com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_program0_0, com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_program_0; + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_vertexShaderHandle = com_badlogic_gdx_graphics_glutils_ShaderProgram_$loadShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ILjava_lang_String_2I(this$static, 35633, vertexShader); + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_fragmentShaderHandle = com_badlogic_gdx_graphics_glutils_ShaderProgram_$loadShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ILjava_lang_String_2I(this$static, 35632, fragmentShader); + if (this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_vertexShaderHandle == -1 || this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_fragmentShaderHandle == -1) { + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled = false; + return; + } + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program = com_badlogic_gdx_graphics_glutils_ShaderProgram_$linkProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2II(this$static, (com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_gl_0 = com_badlogic_gdx_Gdx_gl20 , com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_program0_0 = (com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_program_0 = com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_gl_0.com_badlogic_gdx_backends_gwt_GwtGL20_gl.createProgram() , com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$add__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2Lcom_google_gwt_core_client_JavaScriptObject_2I(com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_gl_0.com_badlogic_gdx_backends_gwt_GwtGL20_programs, com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_program_0)) , com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_program0_0 != 0?com_badlogic_gdx_graphics_glutils_ShaderProgram_$createProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2I_program0_0:-1)); + if (this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program == -1) { + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled = false; + return; + } + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled = true; +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$disableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2V(this$static, name_0){ + var gl, location_0; + gl = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$checkManaged__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static); + location_0 = com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchAttributeLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2I(this$static, name_0); + if (location_0 == -1) + return; + com_google_gwt_webgl_client_WebGLRenderingContext_$disableVertexAttribArray__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, location_0); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$dispose__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static){ + var gl; + gl = com_badlogic_gdx_Gdx_gl20; + gl.com_badlogic_gdx_backends_gwt_GwtGL20_currProgram = 0; + com_google_gwt_webgl_client_WebGLRenderingContext_$useProgram__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, gl.com_badlogic_gdx_backends_gwt_GwtGL20_programs[0]); + com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteShader__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(gl, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_vertexShaderHandle); + com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteShader__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(gl, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_fragmentShaderHandle); + com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteProgram__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(gl, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program); + com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_glutils_ShaderProgram_shaders, com_badlogic_gdx_Gdx_app) != null && com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_glutils_ShaderProgram_shaders, com_badlogic_gdx_Gdx_app).removeValue__Ljava_lang_Object_2ZZ(this$static, true); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$enableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IV(this$static, location_0){ + var gl; + gl = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$checkManaged__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static); + com_google_gwt_webgl_client_WebGLRenderingContext_$enableVertexAttribArray__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, location_0); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchAttributeLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2I(this$static, name_0){ + var gl, location_0; + gl = com_badlogic_gdx_Gdx_gl20; + if ((location_0 = com_badlogic_gdx_utils_ObjectIntMap_$get__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributes, name_0, -2)) == -2) { + location_0 = com_badlogic_gdx_backends_gwt_GwtGL20_$glGetAttribLocation__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2I(gl, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program, name_0); + com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributes, name_0, location_0); + } + return location_0; +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchAttributes__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static){ + var i, location_0, name_0, numAttributes; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params); + com_badlogic_gdx_backends_gwt_GwtGL20_$glGetProgramiv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2V(com_badlogic_gdx_Gdx_gl20, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program, 35721, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params); + numAttributes = this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params.get__II(0); + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributeNames = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, numAttributes, 6, 1); + for (i = 0; i < numAttributes; i++) { + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params); + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params.put__IILjava_nio_IntBuffer_2(0, 1); + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_type); + name_0 = com_badlogic_gdx_backends_gwt_GwtGL20_$glGetActiveAttrib__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_lang_String_2(com_badlogic_gdx_Gdx_gl20, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program, i, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_type); + location_0 = com_badlogic_gdx_backends_gwt_GwtGL20_$glGetAttribLocation__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2I(com_badlogic_gdx_Gdx_gl20, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program, name_0); + com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributes, name_0, location_0); + com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributeTypes, name_0, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_type.get__II(0)); + com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributeSizes, name_0, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params.get__II(0)); + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributeNames[i] = name_0; + } +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchUniformLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2ZI(this$static, name_0, pedantic){ + var location_0; + if ((location_0 = com_badlogic_gdx_utils_ObjectIntMap_$get__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniforms, name_0, -2)) == -2) { + location_0 = com_badlogic_gdx_backends_gwt_GwtGL20_$glGetUniformLocation__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2I(com_badlogic_gdx_Gdx_gl20, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program, name_0); + if (location_0 == -1 && pedantic) { + if (this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V("No uniform with name '" + name_0 + "' in shader")); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('An attempted fetch uniform from uncompiled shader \n' + com_badlogic_gdx_graphics_glutils_ShaderProgram_$getLog__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2(this$static))); + } + com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniforms, name_0, location_0); + } + return location_0; +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchUniforms__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static){ + var i, location_0, name_0, numUniforms; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params); + com_badlogic_gdx_backends_gwt_GwtGL20_$glGetProgramiv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2V(com_badlogic_gdx_Gdx_gl20, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program, 35718, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params); + numUniforms = this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params.get__II(0); + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniformNames = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, numUniforms, 6, 1); + for (i = 0; i < numUniforms; i++) { + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params); + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params.put__IILjava_nio_IntBuffer_2(0, 1); + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_type); + name_0 = com_badlogic_gdx_backends_gwt_GwtGL20_$glGetActiveUniform__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_lang_String_2(com_badlogic_gdx_Gdx_gl20, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program, i, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_type); + location_0 = com_badlogic_gdx_backends_gwt_GwtGL20_$glGetUniformLocation__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2I(com_badlogic_gdx_Gdx_gl20, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program, name_0); + com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniforms, name_0, location_0); + com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniformTypes, name_0, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_type.get__II(0)); + com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniformSizes, name_0, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_params.get__II(0)); + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniformNames[i] = name_0; + } +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$getAttributeLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2I(this$static, name_0){ + return com_badlogic_gdx_utils_ObjectIntMap_$get__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributes, name_0, -1); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$getLog__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2(this$static){ + if (this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled) { + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_log = com_badlogic_gdx_backends_gwt_GwtGL20_$glGetProgramInfoLog__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2(com_badlogic_gdx_Gdx_gl20, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_program); + return this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_log; + } + else { + return this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_log; + } +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$linkProgram__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2II(this$static, program){ + var gl, intbuf, linked, tmp; + gl = com_badlogic_gdx_Gdx_gl20; + if (program == -1) + return -1; + com_badlogic_gdx_backends_gwt_GwtGL20_$glAttachShader__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(gl, program, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_vertexShaderHandle); + com_badlogic_gdx_backends_gwt_GwtGL20_$glAttachShader__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(gl, program, this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_fragmentShaderHandle); + com_google_gwt_webgl_client_WebGLRenderingContext_$linkProgram__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, gl.com_badlogic_gdx_backends_gwt_GwtGL20_programs[program]); + tmp = java_nio_ByteBuffer_allocateDirect__ILjava_nio_ByteBuffer_2(4); + java_nio_ByteBuffer_$order__Ljava_nio_ByteBuffer_2Ljava_nio_ByteOrder_2Ljava_nio_ByteBuffer_2(tmp, (java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_NATIVE_1ORDER)); + intbuf = (tmp.java_nio_ByteBuffer_order == 0?java_nio_ByteOrder_BIG_1ENDIAN:java_nio_ByteOrder_LITTLE_1ENDIAN) == (null , java_nio_ByteOrder_NATIVE_1ORDER)?new java_nio_DirectReadWriteIntBufferAdapter_DirectReadWriteIntBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(tmp)):new java_nio_IntToByteBufferAdapter_IntToByteBufferAdapter__Ljava_nio_ByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(tmp)); + com_badlogic_gdx_backends_gwt_GwtGL20_$glGetProgramiv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2V(gl, program, 35714, intbuf); + linked = intbuf.get__II(0); + if (linked == 0) { + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_log = com_badlogic_gdx_backends_gwt_GwtGL20_$glGetProgramInfoLog__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2ILjava_lang_String_2(com_badlogic_gdx_Gdx_gl20, program); + return -1; + } + return program; +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$loadShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ILjava_lang_String_2I(this$static, type_0, source){ + var compiled, gl, glShader, infoLog, intbuf, shader, shader0, com_badlogic_gdx_backends_gwt_GwtGL20_$glGetShaderiv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2V_result_0; + gl = com_badlogic_gdx_Gdx_gl20; + intbuf = com_badlogic_gdx_utils_BufferUtils_newIntBuffer__ILjava_nio_IntBuffer_2(); + shader0 = (shader = com_google_gwt_webgl_client_WebGLRenderingContext_$createShader__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLShader_2(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, type_0) , com_badlogic_gdx_backends_gwt_GwtGL20$IntMap_$add__Lcom_badlogic_gdx_backends_gwt_GwtGL20$IntMap_2Lcom_google_gwt_core_client_JavaScriptObject_2I(gl.com_badlogic_gdx_backends_gwt_GwtGL20_shaders, shader)); + if (shader0 == 0) + return -1; + com_google_gwt_webgl_client_WebGLRenderingContext_$shaderSource__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2Ljava_lang_String_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, gl.com_badlogic_gdx_backends_gwt_GwtGL20_shaders[shader0], source); + glShader = gl.com_badlogic_gdx_backends_gwt_GwtGL20_shaders[shader0]; + com_google_gwt_webgl_client_WebGLRenderingContext_$compileShader__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, glShader); + com_badlogic_gdx_backends_gwt_GwtGL20_$glGetShaderiv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2V_result_0 = com_google_gwt_webgl_client_WebGLRenderingContext_$getShaderParameterb__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2IZ(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, gl.com_badlogic_gdx_backends_gwt_GwtGL20_shaders[shader0], 35713); + intbuf.put__ILjava_nio_IntBuffer_2(com_badlogic_gdx_backends_gwt_GwtGL20_$glGetShaderiv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_IntBuffer_2V_result_0?1:0); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(intbuf); + compiled = intbuf.get__II(0); + if (compiled == 0) { + infoLog = com_google_gwt_webgl_client_WebGLRenderingContext_$getShaderInfoLog__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2Ljava_lang_String_2(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, gl.com_badlogic_gdx_backends_gwt_GwtGL20_shaders[shader0]); + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_log += type_0 == 35633?'Vertex shader\n':'Fragment shader:\n'; + this$static.com_badlogic_gdx_graphics_glutils_ShaderProgram_log += '' + infoLog; + return -1; + } + return shader0; +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ILcom_badlogic_gdx_math_Matrix4_2ZV(this$static, location_0, matrix){ + var gl; + gl = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$checkManaged__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static); + com_badlogic_gdx_backends_gwt_GwtGL20_$glUniformMatrix4fv__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIZ_3FIV(gl, location_0, matrix.com_badlogic_gdx_math_Matrix4_val); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, name_0, matrix){ + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ILcom_badlogic_gdx_math_Matrix4_2ZV(this$static, com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchUniformLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2ZI(this$static, name_0, com_badlogic_gdx_graphics_glutils_ShaderProgram_pedantic), matrix); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2ZV(this$static, matrix){ + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ILcom_badlogic_gdx_math_Matrix4_2ZV(this$static, com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchUniformLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2ZI(this$static, $intern_188, com_badlogic_gdx_graphics_glutils_ShaderProgram_pedantic), matrix); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformf__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2FFFV(this$static, name_0, value1, value2, value3){ + var gl, loc, location_0; + gl = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$checkManaged__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static); + location_0 = com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchUniformLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2ZI(this$static, name_0, com_badlogic_gdx_graphics_glutils_ShaderProgram_pedantic); + loc = gl.com_badlogic_gdx_backends_gwt_GwtGL20_uniforms[gl.com_badlogic_gdx_backends_gwt_GwtGL20_currProgram][location_0]; + com_google_gwt_webgl_client_WebGLRenderingContext_$uniform3f__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLUniformLocation_2FFFV(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, loc, value1, value2, value3); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformi__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2IV(this$static, name_0, value_0){ + var gl, loc, location_0; + gl = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$checkManaged__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static); + location_0 = com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchUniformLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2ZI(this$static, name_0, com_badlogic_gdx_graphics_glutils_ShaderProgram_pedantic); + loc = gl.com_badlogic_gdx_backends_gwt_GwtGL20_uniforms[gl.com_badlogic_gdx_backends_gwt_GwtGL20_currProgram][location_0]; + com_google_gwt_webgl_client_WebGLRenderingContext_$uniform1i__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLUniformLocation_2IV(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, loc, value_0); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_$setVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIZIIV(this$static, location_0, size_0, type_0, normalize, stride, offset){ + var gl; + gl = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$checkManaged__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static); + com_google_gwt_webgl_client_WebGLRenderingContext_$vertexAttribPointer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIZIIV(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, location_0, size_0, type_0, normalize, stride, offset); +} + +function com_badlogic_gdx_graphics_glutils_ShaderProgram_ShaderProgram__Ljava_lang_String_2Ljava_lang_String_2V(vertexShader, fragmentShader){ + com_badlogic_gdx_graphics_glutils_ShaderProgram_$clinit__V(); + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniforms = new com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__V; + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniformTypes = new com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__V; + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_uniformSizes = new com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__V; + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributes = new com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__V; + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributeTypes = new com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__V; + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_attributeSizes = new com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__V; + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_params = com_badlogic_gdx_utils_BufferUtils_newIntBuffer__ILjava_nio_IntBuffer_2(); + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_type = com_badlogic_gdx_utils_BufferUtils_newIntBuffer__ILjava_nio_IntBuffer_2(); + com_badlogic_gdx_graphics_glutils_ShaderProgram_prependVertexCode.length > 0 && (vertexShader = com_badlogic_gdx_graphics_glutils_ShaderProgram_prependVertexCode + vertexShader); + com_badlogic_gdx_graphics_glutils_ShaderProgram_prependFragmentCode.length > 0 && (fragmentShader = com_badlogic_gdx_graphics_glutils_ShaderProgram_prependFragmentCode + fragmentShader); + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_vertexShaderSource = vertexShader; + this.com_badlogic_gdx_graphics_glutils_ShaderProgram_fragmentShaderSource = fragmentShader; + com_badlogic_gdx_utils_BufferUtils_newFloatBuffer__ILjava_nio_FloatBuffer_2(16); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$compileShaders__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Ljava_lang_String_2V(this, vertexShader, fragmentShader); + if (this.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled) { + com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchAttributes__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$fetchUniforms__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$addManagedShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(com_badlogic_gdx_Gdx_app, this); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(401, 1, {401:1, 49:1}, com_badlogic_gdx_graphics_glutils_ShaderProgram_ShaderProgram__Ljava_lang_String_2Ljava_lang_String_2V); +_.dispose__V = function com_badlogic_gdx_graphics_glutils_ShaderProgram_dispose__V(){ + com_badlogic_gdx_graphics_glutils_ShaderProgram_$dispose__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this); +} +; +_.com_badlogic_gdx_graphics_glutils_ShaderProgram_fragmentShaderHandle = 0; +_.com_badlogic_gdx_graphics_glutils_ShaderProgram_invalidated = false; +_.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled = false; +_.com_badlogic_gdx_graphics_glutils_ShaderProgram_log = ''; +_.com_badlogic_gdx_graphics_glutils_ShaderProgram_program = 0; +_.com_badlogic_gdx_graphics_glutils_ShaderProgram_vertexShaderHandle = 0; +var com_badlogic_gdx_graphics_glutils_ShaderProgram_pedantic = true, com_badlogic_gdx_graphics_glutils_ShaderProgram_prependFragmentCode = '', com_badlogic_gdx_graphics_glutils_ShaderProgram_prependVertexCode = '', com_badlogic_gdx_graphics_glutils_ShaderProgram_shaders; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'ShaderProgram', 401, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$begin__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static){ + if (!this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_autoShapeType) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('autoShapeType must be true to use this method.')); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$begin__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(this$static, (com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V() , com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line)); +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$begin__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(this$static, type_0){ + if (this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('Call end() before beginning a new shape batch.')); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType = type_0; + if (this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_matrixDirty) { + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_combinedMatrix, this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_projectionMatrix.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_Matrix4_$clinit__V(); + com_badlogic_gdx_math_Matrix4_matrix4_1mul___3F_3FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_combinedMatrix.com_badlogic_gdx_math_Matrix4_val, this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_transformMatrix.com_badlogic_gdx_math_Matrix4_val); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_matrixDirty = false; + } + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$begin__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2Lcom_badlogic_gdx_math_Matrix4_2IV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_combinedMatrix, this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType.com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_glType); +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$check__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2IV(this$static, preferred, other){ + var type_0; + if (!this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_304)); + if (this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType != preferred && this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType != other) { + if (!this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_autoShapeType) { + if (!other) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_305 + preferred + ').')); + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_305 + preferred + ') or begin(ShapeType.' + other + ').')); + } + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$flush__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType = null; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$begin__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(this$static, preferred); + } + else if (this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_matrixDirty) { + type_0 = this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType; + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$flush__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType = null; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$begin__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(this$static, type_0); + } + else if (this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_maxVertices - this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer.com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_numVertices < 8) { + type_0 = this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType; + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$flush__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType = null; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$begin__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(this$static, type_0); + } +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$end__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static){ + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$flush__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType = null; +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$flush__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static){ + var type_0; + type_0 = this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType; + if (!type_0) + return; + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$flush__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType = null; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$begin__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(this$static, type_0); +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$rect__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2FFFFV(this$static, x_0, y_0, width_0, height){ + var colorBits; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$check__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2IV(this$static, (com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V() , com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line), com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Filled); + colorBits = com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_color); + if (this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType == com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line) { + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0, y_0); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0 + width_0, y_0); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0 + width_0, y_0); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0 + width_0, y_0 + height); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0 + width_0, y_0 + height); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0, y_0 + height); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0, y_0 + height); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0, y_0); + } + else { + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0, y_0); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0 + width_0, y_0); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0 + width_0, y_0 + height); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0 + width_0, y_0 + height); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0, y_0 + height); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, colorBits); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x_0, y_0); + } +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$rect__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2FFFFFFFFFV(this$static, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, degrees){ + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$rect__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2FFFFFFFFFLcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2V(this$static, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, degrees, this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_color, this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_color, this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_color, this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_color); +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$rect__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2FFFFFFFFFLcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2V(this$static, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, degrees, col1, col2, col3, col4){ + var cos_0, fx, fx2, fy, fy2, sin_0, worldOriginX, worldOriginY, x1, x2, x3, x4, y1, y2, y3, y4; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$check__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2IV(this$static, (com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V() , com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line), com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Filled); + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((degrees + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(degrees * $intern_140) & $intern_141]; + fx = -originX; + fy = -originY; + fx2 = width_0 - originX; + fy2 = height - originY; + if (scaleX != 1 || scaleY != 1) { + fx *= scaleX; + fy *= scaleY; + fx2 *= scaleX; + fy2 *= scaleY; + } + worldOriginX = x_0 + originX; + worldOriginY = y_0 + originY; + x1 = cos_0 * fx - sin_0 * fy + worldOriginX; + y1 = sin_0 * fx + cos_0 * fy + worldOriginY; + x2 = cos_0 * fx2 - sin_0 * fy + worldOriginX; + y2 = sin_0 * fx2 + cos_0 * fy + worldOriginY; + x3 = cos_0 * fx2 - sin_0 * fy2 + worldOriginX; + y3 = sin_0 * fx2 + cos_0 * fy2 + worldOriginY; + x4 = x1 + (x3 - x2); + y4 = y3 - (y2 - y1); + if (this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType == com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line) { + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col1.com_badlogic_gdx_graphics_Color_r, col1.com_badlogic_gdx_graphics_Color_g, col1.com_badlogic_gdx_graphics_Color_b, col1.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x1, y1); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col2.com_badlogic_gdx_graphics_Color_r, col2.com_badlogic_gdx_graphics_Color_g, col2.com_badlogic_gdx_graphics_Color_b, col2.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x2, y2); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col2.com_badlogic_gdx_graphics_Color_r, col2.com_badlogic_gdx_graphics_Color_g, col2.com_badlogic_gdx_graphics_Color_b, col2.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x2, y2); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col3.com_badlogic_gdx_graphics_Color_r, col3.com_badlogic_gdx_graphics_Color_g, col3.com_badlogic_gdx_graphics_Color_b, col3.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x3, y3); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col3.com_badlogic_gdx_graphics_Color_r, col3.com_badlogic_gdx_graphics_Color_g, col3.com_badlogic_gdx_graphics_Color_b, col3.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x3, y3); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col4.com_badlogic_gdx_graphics_Color_r, col4.com_badlogic_gdx_graphics_Color_g, col4.com_badlogic_gdx_graphics_Color_b, col4.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x4, y4); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col4.com_badlogic_gdx_graphics_Color_r, col4.com_badlogic_gdx_graphics_Color_g, col4.com_badlogic_gdx_graphics_Color_b, col4.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x4, y4); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col1.com_badlogic_gdx_graphics_Color_r, col1.com_badlogic_gdx_graphics_Color_g, col1.com_badlogic_gdx_graphics_Color_b, col1.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x1, y1); + } + else { + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col1.com_badlogic_gdx_graphics_Color_r, col1.com_badlogic_gdx_graphics_Color_g, col1.com_badlogic_gdx_graphics_Color_b, col1.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x1, y1); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col2.com_badlogic_gdx_graphics_Color_r, col2.com_badlogic_gdx_graphics_Color_g, col2.com_badlogic_gdx_graphics_Color_b, col2.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x2, y2); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col3.com_badlogic_gdx_graphics_Color_r, col3.com_badlogic_gdx_graphics_Color_g, col3.com_badlogic_gdx_graphics_Color_b, col3.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x3, y3); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col3.com_badlogic_gdx_graphics_Color_r, col3.com_badlogic_gdx_graphics_Color_g, col3.com_badlogic_gdx_graphics_Color_b, col3.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x3, y3); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col4.com_badlogic_gdx_graphics_Color_r, col4.com_badlogic_gdx_graphics_Color_g, col4.com_badlogic_gdx_graphics_Color_b, col4.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x4, y4); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$color__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, col1.com_badlogic_gdx_graphics_Color_r, col1.com_badlogic_gdx_graphics_Color_g, col1.com_badlogic_gdx_graphics_Color_b, col1.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$vertex__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2FFFV(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer, x1, y1); + } +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$set__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(this$static, type_0){ + if (this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType == type_0) + return; + if (!this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_304)); + if (!this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_autoShapeType) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('autoShapeType must be enabled.')); + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$flush__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType = null; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$begin__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(this$static, type_0); +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setColor__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_Color_2V(this$static, color_0){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_color, color_0); +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setProjectionMatrix__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, matrix){ + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_projectionMatrix, matrix.com_badlogic_gdx_math_Matrix4_val); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_matrixDirty = true; +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setTransformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, matrix){ + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_transformMatrix, matrix.com_badlogic_gdx_math_Matrix4_val); + this$static.com_badlogic_gdx_graphics_glutils_ShapeRenderer_matrixDirty = true; +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer_ShapeRenderer__V(){ + this.com_badlogic_gdx_graphics_glutils_ShapeRenderer_projectionMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_glutils_ShapeRenderer_transformMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_graphics_glutils_ShapeRenderer_combinedMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + com_badlogic_gdx_math_Vector2_$clinit__V(); + this.com_badlogic_gdx_graphics_glutils_ShapeRenderer_color = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); + this.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer = new com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_ImmediateModeRenderer20__IZZIV; + com_badlogic_gdx_math_Matrix4_$setToOrtho2D__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_graphics_glutils_ShapeRenderer_projectionMatrix, 0, 0, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height); + this.com_badlogic_gdx_graphics_glutils_ShapeRenderer_matrixDirty = true; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(504, 1, {504:1, 49:1}, com_badlogic_gdx_graphics_glutils_ShapeRenderer_ShapeRenderer__V); +_.dispose__V = function com_badlogic_gdx_graphics_glutils_ShapeRenderer_dispose__V(){ + com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$dispose__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer); +} +; +_.com_badlogic_gdx_graphics_glutils_ShapeRenderer_autoShapeType = false; +_.com_badlogic_gdx_graphics_glutils_ShapeRenderer_matrixDirty = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, 'ShapeRenderer', 504, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V(){ + com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Point = new com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_ShapeRenderer$ShapeType__Ljava_lang_String_2IIV('Point', 0, 0); + com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line = new com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_ShapeRenderer$ShapeType__Ljava_lang_String_2IIV('Line', 1, 1); + com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Filled = new com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_ShapeRenderer$ShapeType__Ljava_lang_String_2IIV('Filled', 2, 4); +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_ShapeRenderer$ShapeType__Ljava_lang_String_2IIV(enum$name, enum$ordinal, glType){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); + this.com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_glType = glType; +} + +function com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_values___3Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2(){ + com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer$ShapeType_12_1classLit, 1), $intern_11, 450, 0, [com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Point, com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line, com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Filled]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(450, 39, {450:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_ShapeRenderer$ShapeType__Ljava_lang_String_2IIV); +_.com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_glType = 0; +var com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Filled, com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line, com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Point; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer$ShapeType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_297, 'ShapeRenderer/ShapeType', 450, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_values___3Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2); +function com_badlogic_gdx_graphics_glutils_VertexBufferObject_$bufferChanged__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObject_2V(this$static){ + if (this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isBound) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_Buffer_2IV(com_badlogic_gdx_Gdx_gl20, $intern_306, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer.java_nio_Buffer_limit, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObject_usage); + this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isDirty = false; + } +} + +function com_badlogic_gdx_graphics_glutils_VertexBufferObject_VertexBufferObject__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V(isStatic, numVertices, attributes){ + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_attributes = attributes; + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer = com_badlogic_gdx_utils_BufferUtils_newFloatBuffer__ILjava_nio_FloatBuffer_2((this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize / 4 | 0) * numVertices); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_bufferHandle = com_badlogic_gdx_backends_gwt_GwtGL20_$glGenBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl20); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_usage = isStatic?35044:35048; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(669, 1, $intern_302, com_badlogic_gdx_graphics_glutils_VertexBufferObject_VertexBufferObject__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V); +_.bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV = function com_badlogic_gdx_graphics_glutils_VertexBufferObject_bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, locations){ + var attribute, gl, i, location_0, numAttributes; + gl = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(gl, $intern_306, this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_bufferHandle); + if (this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isDirty) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_Buffer_2IV(gl, $intern_306, this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer.java_nio_Buffer_limit, this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer, this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_usage); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isDirty = false; + } + numAttributes = this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_attributes.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + for (i = 0; i < numAttributes; i++) { + attribute = com_badlogic_gdx_graphics_VertexAttributes_$get__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_attributes, i); + location_0 = com_badlogic_gdx_graphics_glutils_ShaderProgram_$getAttributeLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2I(shader, attribute.com_badlogic_gdx_graphics_VertexAttribute_alias); + if (location_0 < 0) + continue; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$enableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IV(shader, location_0); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIZIIV(shader, location_0, attribute.com_badlogic_gdx_graphics_VertexAttribute_numComponents, attribute.com_badlogic_gdx_graphics_VertexAttribute_type, attribute.com_badlogic_gdx_graphics_VertexAttribute_normalized, this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize, attribute.com_badlogic_gdx_graphics_VertexAttribute_offset); + } + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isBound = true; +} +; +_.dispose__V = function com_badlogic_gdx_graphics_glutils_VertexBufferObject_dispose__V(){ + var gl; + gl = com_badlogic_gdx_Gdx_gl20; + com_google_gwt_webgl_client_WebGLRenderingContext_$bindBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLBuffer_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_306, gl.com_badlogic_gdx_backends_gwt_GwtGL20_buffers[0]); + com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(gl, this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_bufferHandle); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_bufferHandle = 0; +} +; +_.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2 = function com_badlogic_gdx_graphics_glutils_VertexBufferObject_getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2(){ + return this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_attributes; +} +; +_.getBuffer__ZLjava_nio_FloatBuffer_2 = function com_badlogic_gdx_graphics_glutils_VertexBufferObject_getBuffer__ZLjava_nio_FloatBuffer_2(forWriting){ + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isDirty = this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isDirty | forWriting; + return this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer; +} +; +_.getNumVertices__I = function com_badlogic_gdx_graphics_glutils_VertexBufferObject_getNumVertices__I(){ + return this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer.java_nio_Buffer_limit / (this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize / 4 | 0) | 0; +} +; +_.setVertices___3FIIV = function com_badlogic_gdx_graphics_glutils_VertexBufferObject_setVertices___3FIIV(vertices, offset, count){ + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isDirty = true; + com_badlogic_gdx_utils_BufferUtils_copy___3FLjava_nio_Buffer_2IIV(vertices, this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer, count, offset); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer, 0); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_buffer, count); + com_badlogic_gdx_graphics_glutils_VertexBufferObject_$bufferChanged__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObject_2V(this); +} +; +_.unbind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV = function com_badlogic_gdx_graphics_glutils_VertexBufferObject_unbind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, locations){ + var gl, i, numAttributes; + gl = com_badlogic_gdx_Gdx_gl20; + numAttributes = this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_attributes.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + for (i = 0; i < numAttributes; i++) { + com_badlogic_gdx_graphics_glutils_ShaderProgram_$disableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2V(shader, com_badlogic_gdx_graphics_VertexAttributes_$get__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_attributes, i).com_badlogic_gdx_graphics_VertexAttribute_alias); + } + com_google_gwt_webgl_client_WebGLRenderingContext_$bindBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLBuffer_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_306, gl.com_badlogic_gdx_backends_gwt_GwtGL20_buffers[0]); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isBound = false; +} +; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObject_bufferHandle = 0; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isBound = false; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObject_isDirty = false; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObject_usage = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1VertexBufferObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, $intern_91, 669, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_VertexArray_VertexArray__ILcom_badlogic_gdx_graphics_VertexAttributes_2V(numVertices, attributes){ + com_badlogic_gdx_graphics_glutils_VertexBufferObject_VertexBufferObject__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V.call(this, false, numVertices, attributes); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1053, 669, $intern_302, com_badlogic_gdx_graphics_glutils_VertexArray_VertexArray__ILcom_badlogic_gdx_graphics_VertexAttributes_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1VertexArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, $intern_90, 1053, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1VertexBufferObject_12_1classLit); +function com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_$bufferChanged__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_2V(this$static){ + if (this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isBound) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferSubData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIILjava_nio_Buffer_2V(com_badlogic_gdx_Gdx_gl20, $intern_306, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer); + this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirty = false; + } +} + +function com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_VertexBufferObjectSubData__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V(numVertices, attributes){ + var com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_$createBufferObject__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_2I_result_0; + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_attributes = attributes; + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer = com_badlogic_gdx_utils_BufferUtils_newByteBuffer__ILjava_nio_ByteBuffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize * numVertices); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirect = true; + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_usage = 35048; + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer = new java_nio_DirectReadWriteFloatBufferAdapter_DirectReadWriteFloatBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer)); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_bufferHandle = (com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_$createBufferObject__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_2I_result_0 = com_badlogic_gdx_backends_gwt_GwtGL20_$glGenBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl20) , com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl20, $intern_306, com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_$createBufferObject__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_2I_result_0) , com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_Buffer_2IV(com_badlogic_gdx_Gdx_gl20, $intern_306, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer.java_nio_Buffer_capacity, null, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_usage) , com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl20, $intern_306, 0) , com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_$createBufferObject__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_2I_result_0); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1051, 1, $intern_302, com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_VertexBufferObjectSubData__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V); +_.bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, locations){ + var attribute, gl, i, location_0, numAttributes; + gl = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(gl, $intern_306, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_bufferHandle); + if (this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirty) { + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer.java_nio_Buffer_limit * 4); + com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_Buffer_2IV(gl, $intern_306, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer.java_nio_Buffer_limit, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_usage); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirty = false; + } + numAttributes = this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_attributes.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + for (i = 0; i < numAttributes; i++) { + attribute = com_badlogic_gdx_graphics_VertexAttributes_$get__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_attributes, i); + location_0 = com_badlogic_gdx_graphics_glutils_ShaderProgram_$getAttributeLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2I(shader, attribute.com_badlogic_gdx_graphics_VertexAttribute_alias); + if (location_0 < 0) + continue; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$enableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IV(shader, location_0); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIZIIV(shader, location_0, attribute.com_badlogic_gdx_graphics_VertexAttribute_numComponents, attribute.com_badlogic_gdx_graphics_VertexAttribute_type, attribute.com_badlogic_gdx_graphics_VertexAttribute_normalized, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize, attribute.com_badlogic_gdx_graphics_VertexAttribute_offset); + } + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isBound = true; +} +; +_.dispose__V = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_dispose__V(){ + var gl; + gl = com_badlogic_gdx_Gdx_gl20; + com_google_gwt_webgl_client_WebGLRenderingContext_$bindBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLBuffer_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_306, gl.com_badlogic_gdx_backends_gwt_GwtGL20_buffers[0]); + com_badlogic_gdx_backends_gwt_GwtGL20_$glDeleteBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(gl, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_bufferHandle); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_bufferHandle = 0; +} +; +_.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2 = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2(){ + return this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_attributes; +} +; +_.getBuffer__ZLjava_nio_FloatBuffer_2 = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_getBuffer__ZLjava_nio_FloatBuffer_2(forWriting){ + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirty = this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirty | forWriting; + return this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer; +} +; +_.getNumVertices__I = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_getNumVertices__I(){ + return this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer.java_nio_Buffer_limit * 4 / this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize | 0; +} +; +_.setVertices___3FIIV = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_setVertices___3FIIV(vertices, offset, count){ + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirty = true; + if (this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirect) { + com_badlogic_gdx_utils_BufferUtils_copy___3FLjava_nio_Buffer_2IIV(vertices, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer, count, offset); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer, 0); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer, count); + } + else { + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer); + java_nio_FloatBuffer_$put__Ljava_nio_FloatBuffer_2_3FIILjava_nio_FloatBuffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer, vertices, offset, count); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer, 0); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_byteBuffer, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_buffer.java_nio_Buffer_limit << 2); + } + com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_$bufferChanged__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_2V(this); +} +; +_.unbind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_unbind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, locations){ + var gl, i, numAttributes; + gl = com_badlogic_gdx_Gdx_gl20; + numAttributes = this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_attributes.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + for (i = 0; i < numAttributes; i++) { + com_badlogic_gdx_graphics_glutils_ShaderProgram_$disableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2V(shader, com_badlogic_gdx_graphics_VertexAttributes_$get__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_attributes, i).com_badlogic_gdx_graphics_VertexAttribute_alias); + } + com_google_gwt_webgl_client_WebGLRenderingContext_$bindBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLBuffer_2V(gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl, $intern_306, gl.com_badlogic_gdx_backends_gwt_GwtGL20_buffers[0]); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isBound = false; +} +; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_bufferHandle = 0; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isBound = false; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirect = false; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_isDirty = false; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectSubData_usage = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1VertexBufferObjectSubData_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, $intern_92, 1051, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$clinit__V(){ + com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_tmpHandle = com_badlogic_gdx_utils_BufferUtils_newIntBuffer__ILjava_nio_IntBuffer_2(); +} + +function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$bindAttributes__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(this$static, shader){ + var attribute, i, location_0, numAttributes, stillValid; + stillValid = this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_cachedLocations.com_badlogic_gdx_utils_IntArray_size != 0; + numAttributes = this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_attributes.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + if (stillValid) { + for (i = 0; stillValid && i < numAttributes; i++) { + attribute = com_badlogic_gdx_graphics_VertexAttributes_$get__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_attributes, i); + location_0 = com_badlogic_gdx_graphics_glutils_ShaderProgram_$getAttributeLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2I(shader, attribute.com_badlogic_gdx_graphics_VertexAttribute_alias); + stillValid = location_0 == com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_cachedLocations, i); + } + } + if (!stillValid) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glBindBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIV(com_badlogic_gdx_Gdx_gl, $intern_306, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_bufferHandle); + com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$unbindAttributes__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static, shader); + this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_cachedLocations.com_badlogic_gdx_utils_IntArray_size = 0; + for (i = 0; i < numAttributes; i++) { + attribute = com_badlogic_gdx_graphics_VertexAttributes_$get__Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_attributes, i); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_cachedLocations, com_badlogic_gdx_graphics_glutils_ShaderProgram_$getAttributeLocation__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2I(shader, attribute.com_badlogic_gdx_graphics_VertexAttribute_alias)); + location_0 = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_cachedLocations, i); + if (location_0 < 0) { + continue; + } + com_badlogic_gdx_graphics_glutils_ShaderProgram_$enableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IV(shader, location_0); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIZIIV(shader, location_0, attribute.com_badlogic_gdx_graphics_VertexAttribute_numComponents, attribute.com_badlogic_gdx_graphics_VertexAttribute_type, attribute.com_badlogic_gdx_graphics_VertexAttribute_normalized, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize, attribute.com_badlogic_gdx_graphics_VertexAttribute_offset); + } + } +} + +function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$bindData__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2Lcom_badlogic_gdx_graphics_GL20_2V(this$static){ + if (this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isDirty) { + null.$_nullMethod(); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer.java_nio_Buffer_limit); + null.$_nullMethod(); + this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isDirty = false; + } +} + +function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$bufferChanged__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2V(this$static){ + if (this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isBound) { + com_badlogic_gdx_backends_gwt_GwtGL20_$glBufferData__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IILjava_nio_Buffer_2IV(com_badlogic_gdx_Gdx_gl20, $intern_306, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer.java_nio_Buffer_limit, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer, this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_usage); + this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isDirty = false; + } +} + +function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$deleteVAO__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2V(this$static){ + if (this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_vaoHandle != -1) { + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_tmpHandle); + com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_tmpHandle.put__ILjava_nio_IntBuffer_2(this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_vaoHandle); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_tmpHandle); + null.$_nullMethod(); + this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_vaoHandle = -1; + } +} + +function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$unbindAttributes__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static, shaderProgram){ + var i, location_0, numAttributes, com_badlogic_gdx_graphics_glutils_ShaderProgram_$disableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IV_gl_0; + if (this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_cachedLocations.com_badlogic_gdx_utils_IntArray_size == 0) { + return; + } + numAttributes = this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_attributes.com_badlogic_gdx_graphics_VertexAttributes_attributes.length; + for (i = 0; i < numAttributes; i++) { + location_0 = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_cachedLocations, i); + if (location_0 < 0) { + continue; + } + com_badlogic_gdx_graphics_glutils_ShaderProgram_$disableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IV_gl_0 = com_badlogic_gdx_Gdx_gl20; + com_badlogic_gdx_graphics_glutils_ShaderProgram_$checkManaged__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(shaderProgram); + com_google_gwt_webgl_client_WebGLRenderingContext_$disableVertexAttribArray__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(com_badlogic_gdx_graphics_glutils_ShaderProgram_$disableVertexAttribute__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IV_gl_0.com_badlogic_gdx_backends_gwt_GwtGL20_gl, location_0); + } +} + +function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_VertexBufferObjectWithVAO__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V(numVertices, attributes){ + com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$clinit__V(); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_cachedLocations = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_attributes = attributes; + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer = com_badlogic_gdx_utils_BufferUtils_newFloatBuffer__ILjava_nio_FloatBuffer_2((this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize / 4 | 0) * numVertices); + java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_bufferHandle = com_badlogic_gdx_backends_gwt_GwtGL20_$glGenBuffer__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2I(com_badlogic_gdx_Gdx_gl20); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_usage = 35048; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_tmpHandle); + null.$_nullMethod(); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_vaoHandle = com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_tmpHandle.get__I(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_307, 1, $intern_302, com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_VertexBufferObjectWithVAO__ZILcom_badlogic_gdx_graphics_VertexAttributes_2V); +_.bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, locations){ + null.$_nullMethod(); + com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$bindAttributes__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(this, shader); + com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$bindData__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2Lcom_badlogic_gdx_graphics_GL20_2V(this); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isBound = true; +} +; +_.dispose__V = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_dispose__V(){ + null.$_nullMethod(); + null.$_nullMethod(); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_bufferHandle = 0; + com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$deleteVAO__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2V(this); +} +; +_.getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2 = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_getAttributes__Lcom_badlogic_gdx_graphics_VertexAttributes_2(){ + return this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_attributes; +} +; +_.getBuffer__ZLjava_nio_FloatBuffer_2 = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_getBuffer__ZLjava_nio_FloatBuffer_2(forWriting){ + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isDirty = this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isDirty | forWriting; + return this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer; +} +; +_.getNumVertices__I = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_getNumVertices__I(){ + return this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer.java_nio_Buffer_limit * 4 / this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_attributes.com_badlogic_gdx_graphics_VertexAttributes_vertexSize | 0; +} +; +_.setVertices___3FIIV = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_setVertices___3FIIV(vertices, offset, count){ + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isDirty = true; + com_badlogic_gdx_utils_BufferUtils_copy___3FLjava_nio_Buffer_2IIV(vertices, this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer, count, offset); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer, 0); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_buffer, count); + com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_$bufferChanged__Lcom_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_2V(this); +} +; +_.unbind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV = function com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_unbind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2_3IV(shader, locations){ + null.$_nullMethod(); + this.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isBound = false; +} +; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_bufferHandle = 0; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isBound = false; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_isDirty = false; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_usage = 0; +_.com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_vaoHandle = -1; +var com_badlogic_gdx_graphics_glutils_VertexBufferObjectWithVAO_tmpHandle; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1VertexBufferObjectWithVAO_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_297, $intern_93, $intern_307, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_input_GestureDetector_$cancel__Lcom_badlogic_gdx_input_GestureDetector_2V(this$static){ + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_input_GestureDetector_longPressTask); + this$static.com_badlogic_gdx_input_GestureDetector_longPressFired = true; +} + +function com_badlogic_gdx_input_GestureDetector_$isWithinTapRectangle__Lcom_badlogic_gdx_input_GestureDetector_2FFFFZ(this$static, x_0, y_0, centerX, centerY){ + return $wnd.Math.abs(x_0 - centerX) < this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleWidth && $wnd.Math.abs(y_0 - centerY) < this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleHeight; +} + +function com_badlogic_gdx_input_GestureDetector_$reset__Lcom_badlogic_gdx_input_GestureDetector_2V(this$static){ + this$static.com_badlogic_gdx_input_GestureDetector_touchDownTime = 0; + this$static.com_badlogic_gdx_input_GestureDetector_panning = false; + this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle = false; + this$static.com_badlogic_gdx_input_GestureDetector_tracker.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastTime = 0; +} + +function com_badlogic_gdx_input_GestureDetector_$setTapSquareSize__Lcom_badlogic_gdx_input_GestureDetector_2FV(this$static, halfTapSquareSize){ + this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleWidth = halfTapSquareSize; + this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleHeight = halfTapSquareSize; +} + +function com_badlogic_gdx_input_GestureDetector_$touchDown__Lcom_badlogic_gdx_input_GestureDetector_2FFIIZ(this$static, x_0, y_0, pointer){ + if (pointer > 1) + return false; + if (pointer == 0) { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_input_GestureDetector_pointer1, x_0, y_0); + this$static.com_badlogic_gdx_input_GestureDetector_touchDownTime = com_badlogic_gdx_Gdx_input.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp; + com_badlogic_gdx_input_GestureDetector$VelocityTracker_$start__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2FFJV(this$static.com_badlogic_gdx_input_GestureDetector_tracker, x_0, y_0, this$static.com_badlogic_gdx_input_GestureDetector_touchDownTime); + if (com_badlogic_gdx_Gdx_input.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touched[1]) { + this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle = false; + this$static.com_badlogic_gdx_input_GestureDetector_pinching = true; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_input_GestureDetector_initialPointer1, this$static.com_badlogic_gdx_input_GestureDetector_pointer1); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_input_GestureDetector_initialPointer2, this$static.com_badlogic_gdx_input_GestureDetector_pointer2); + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_input_GestureDetector_longPressTask); + } + else { + this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle = true; + this$static.com_badlogic_gdx_input_GestureDetector_pinching = false; + this$static.com_badlogic_gdx_input_GestureDetector_longPressFired = false; + this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleCenterX = x_0; + this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleCenterY = y_0; + this$static.com_badlogic_gdx_input_GestureDetector_longPressTask.com_badlogic_gdx_utils_Timer$Task_repeatCount != -1 || com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FLcom_badlogic_gdx_utils_Timer$Task_2(this$static.com_badlogic_gdx_input_GestureDetector_longPressTask, this$static.com_badlogic_gdx_input_GestureDetector_longPressSeconds); + } + } + else { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_input_GestureDetector_pointer2, x_0, y_0); + this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle = false; + this$static.com_badlogic_gdx_input_GestureDetector_pinching = true; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_input_GestureDetector_initialPointer1, this$static.com_badlogic_gdx_input_GestureDetector_pointer1); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_input_GestureDetector_initialPointer2, this$static.com_badlogic_gdx_input_GestureDetector_pointer2); + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_input_GestureDetector_longPressTask); + } + return false; +} + +function com_badlogic_gdx_input_GestureDetector_$touchDragged__Lcom_badlogic_gdx_input_GestureDetector_2FFIZ(this$static, x_0, y_0, pointer){ + if (pointer > 1) + return false; + if (this$static.com_badlogic_gdx_input_GestureDetector_longPressFired) + return false; + pointer == 0?com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_input_GestureDetector_pointer1, x_0, y_0):com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_input_GestureDetector_pointer2, x_0, y_0); + if (this$static.com_badlogic_gdx_input_GestureDetector_pinching) { + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$pinch__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this$static.com_badlogic_gdx_input_GestureDetector_listener, this$static.com_badlogic_gdx_input_GestureDetector_initialPointer1, this$static.com_badlogic_gdx_input_GestureDetector_initialPointer2, this$static.com_badlogic_gdx_input_GestureDetector_pointer1, this$static.com_badlogic_gdx_input_GestureDetector_pointer2); + return com_badlogic_gdx_math_Vector2_$dst__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this$static.com_badlogic_gdx_input_GestureDetector_initialPointer1, this$static.com_badlogic_gdx_input_GestureDetector_initialPointer2) , com_badlogic_gdx_math_Vector2_$dst__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this$static.com_badlogic_gdx_input_GestureDetector_pointer1, this$static.com_badlogic_gdx_input_GestureDetector_pointer2) , true; + } + com_badlogic_gdx_input_GestureDetector$VelocityTracker_$update__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2FFJV(this$static.com_badlogic_gdx_input_GestureDetector_tracker, x_0, y_0, com_badlogic_gdx_Gdx_input.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp); + if (this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle && !com_badlogic_gdx_input_GestureDetector_$isWithinTapRectangle__Lcom_badlogic_gdx_input_GestureDetector_2FFFFZ(this$static, x_0, y_0, this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleCenterX, this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleCenterY)) { + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_input_GestureDetector_longPressTask); + this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle = false; + } + if (!this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle) { + this$static.com_badlogic_gdx_input_GestureDetector_panning = true; + return com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$pan__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFFFZ(this$static.com_badlogic_gdx_input_GestureDetector_listener, x_0, y_0, this$static.com_badlogic_gdx_input_GestureDetector_tracker.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaX, this$static.com_badlogic_gdx_input_GestureDetector_tracker.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaY); + } + return false; +} + +function com_badlogic_gdx_input_GestureDetector_$touchUp__Lcom_badlogic_gdx_input_GestureDetector_2FFIIZ(this$static, x_0, y_0, pointer, button){ + var handled, time, wasPanning; + if (pointer > 1) + return false; + this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle && !com_badlogic_gdx_input_GestureDetector_$isWithinTapRectangle__Lcom_badlogic_gdx_input_GestureDetector_2FFFFZ(this$static, x_0, y_0, this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleCenterX, this$static.com_badlogic_gdx_input_GestureDetector_tapRectangleCenterY) && (this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle = false); + wasPanning = this$static.com_badlogic_gdx_input_GestureDetector_panning; + this$static.com_badlogic_gdx_input_GestureDetector_panning = false; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_input_GestureDetector_longPressTask); + if (this$static.com_badlogic_gdx_input_GestureDetector_longPressFired) + return false; + if (this$static.com_badlogic_gdx_input_GestureDetector_inTapRectangle) { + (this$static.com_badlogic_gdx_input_GestureDetector_lastTapButton != button || this$static.com_badlogic_gdx_input_GestureDetector_lastTapPointer != pointer || (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_gt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34), this$static.com_badlogic_gdx_input_GestureDetector_lastTapTime), this$static.com_badlogic_gdx_input_GestureDetector_tapCountInterval)) || !com_badlogic_gdx_input_GestureDetector_$isWithinTapRectangle__Lcom_badlogic_gdx_input_GestureDetector_2FFFFZ(this$static, x_0, y_0, this$static.com_badlogic_gdx_input_GestureDetector_lastTapX, this$static.com_badlogic_gdx_input_GestureDetector_lastTapY)) && (this$static.com_badlogic_gdx_input_GestureDetector_tapCount = 0); + ++this$static.com_badlogic_gdx_input_GestureDetector_tapCount; + this$static.com_badlogic_gdx_input_GestureDetector_lastTapTime = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + this$static.com_badlogic_gdx_input_GestureDetector_lastTapX = x_0; + this$static.com_badlogic_gdx_input_GestureDetector_lastTapY = y_0; + this$static.com_badlogic_gdx_input_GestureDetector_lastTapButton = button; + this$static.com_badlogic_gdx_input_GestureDetector_lastTapPointer = pointer; + this$static.com_badlogic_gdx_input_GestureDetector_touchDownTime = 0; + return com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$tap__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFIIZ(this$static.com_badlogic_gdx_input_GestureDetector_listener, x_0, y_0); + } + if (this$static.com_badlogic_gdx_input_GestureDetector_pinching) { + this$static.com_badlogic_gdx_input_GestureDetector_pinching = false; + this$static.com_badlogic_gdx_input_GestureDetector_panning = true; + pointer == 0?com_badlogic_gdx_input_GestureDetector$VelocityTracker_$start__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2FFJV(this$static.com_badlogic_gdx_input_GestureDetector_tracker, this$static.com_badlogic_gdx_input_GestureDetector_pointer2.com_badlogic_gdx_math_Vector2_x, this$static.com_badlogic_gdx_input_GestureDetector_pointer2.com_badlogic_gdx_math_Vector2_y, com_badlogic_gdx_Gdx_input.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp):com_badlogic_gdx_input_GestureDetector$VelocityTracker_$start__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2FFJV(this$static.com_badlogic_gdx_input_GestureDetector_tracker, this$static.com_badlogic_gdx_input_GestureDetector_pointer1.com_badlogic_gdx_math_Vector2_x, this$static.com_badlogic_gdx_input_GestureDetector_pointer1.com_badlogic_gdx_math_Vector2_y, com_badlogic_gdx_Gdx_input.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp); + return false; + } + handled = false; + wasPanning && !this$static.com_badlogic_gdx_input_GestureDetector_panning && (handled = com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$panStop__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFIIZ(this$static.com_badlogic_gdx_input_GestureDetector_listener, x_0, y_0)); + time = com_badlogic_gdx_Gdx_input.com_badlogic_gdx_backends_gwt_DefaultGwtInput_currentEventTimeStamp; + if (com_google_gwt_lang_LongLib_lte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(time, this$static.com_badlogic_gdx_input_GestureDetector_touchDownTime), this$static.com_badlogic_gdx_input_GestureDetector_maxFlingDelay)) { + com_badlogic_gdx_input_GestureDetector$VelocityTracker_$update__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2FFJV(this$static.com_badlogic_gdx_input_GestureDetector_tracker, x_0, y_0, time); + handled = com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$fling__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFIZ(this$static.com_badlogic_gdx_input_GestureDetector_listener, com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getVelocityX__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2F(this$static.com_badlogic_gdx_input_GestureDetector_tracker), com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getVelocityY__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2F(this$static.com_badlogic_gdx_input_GestureDetector_tracker), button) || handled; + } + this$static.com_badlogic_gdx_input_GestureDetector_touchDownTime = 0; + return handled; +} + +function com_badlogic_gdx_input_GestureDetector_GestureDetector__FFFFLcom_badlogic_gdx_input_GestureDetector$GestureListener_2V(halfTapSquareSize, tapCountInterval, longPressDuration, maxFlingDelay, listener){ + this.com_badlogic_gdx_input_GestureDetector_tracker = new com_badlogic_gdx_input_GestureDetector$VelocityTracker_GestureDetector$VelocityTracker__V; + this.com_badlogic_gdx_input_GestureDetector_pointer1 = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_input_GestureDetector_pointer2 = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_input_GestureDetector_initialPointer1 = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_input_GestureDetector_initialPointer2 = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_input_GestureDetector_longPressTask = new com_badlogic_gdx_input_GestureDetector$1_GestureDetector$1__Lcom_badlogic_gdx_input_GestureDetector_2V(this); + this.com_badlogic_gdx_input_GestureDetector_tapRectangleWidth = halfTapSquareSize; + this.com_badlogic_gdx_input_GestureDetector_tapRectangleHeight = halfTapSquareSize; + this.com_badlogic_gdx_input_GestureDetector_tapCountInterval = com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(tapCountInterval * $intern_308); + this.com_badlogic_gdx_input_GestureDetector_longPressSeconds = longPressDuration; + this.com_badlogic_gdx_input_GestureDetector_maxFlingDelay = com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(maxFlingDelay * $intern_308); + this.com_badlogic_gdx_input_GestureDetector_listener = listener; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(735, 466, $intern_12, com_badlogic_gdx_input_GestureDetector_GestureDetector__FFFFLcom_badlogic_gdx_input_GestureDetector$GestureListener_2V); +_.com_badlogic_gdx_input_GestureDetector_inTapRectangle = false; +_.com_badlogic_gdx_input_GestureDetector_lastTapButton = 0; +_.com_badlogic_gdx_input_GestureDetector_lastTapPointer = 0; +_.com_badlogic_gdx_input_GestureDetector_lastTapTime = 0; +_.com_badlogic_gdx_input_GestureDetector_lastTapX = 0; +_.com_badlogic_gdx_input_GestureDetector_lastTapY = 0; +_.com_badlogic_gdx_input_GestureDetector_longPressFired = false; +_.com_badlogic_gdx_input_GestureDetector_longPressSeconds = 0; +_.com_badlogic_gdx_input_GestureDetector_maxFlingDelay = 0; +_.com_badlogic_gdx_input_GestureDetector_panning = false; +_.com_badlogic_gdx_input_GestureDetector_pinching = false; +_.com_badlogic_gdx_input_GestureDetector_tapCount = 0; +_.com_badlogic_gdx_input_GestureDetector_tapCountInterval = 0; +_.com_badlogic_gdx_input_GestureDetector_tapRectangleCenterX = 0; +_.com_badlogic_gdx_input_GestureDetector_tapRectangleCenterY = 0; +_.com_badlogic_gdx_input_GestureDetector_tapRectangleHeight = 0; +_.com_badlogic_gdx_input_GestureDetector_tapRectangleWidth = 0; +_.com_badlogic_gdx_input_GestureDetector_touchDownTime = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1input_1GestureDetector_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_309, 'GestureDetector', 735, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1InputAdapter_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Runnable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_8, 'Runnable'); +function com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static){ + this$static.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis = 0; + this$static.com_badlogic_gdx_utils_Timer$Task_repeatCount = -1; +} + +function com_badlogic_gdx_utils_Timer$Task_Timer$Task__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(146, 1, $intern_310); +_.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis = 0; +_.com_badlogic_gdx_utils_Timer$Task_intervalMillis = 0; +_.com_badlogic_gdx_utils_Timer$Task_repeatCount = -1; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Timer/Task', 146, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_input_GestureDetector$1_GestureDetector$1__Lcom_badlogic_gdx_input_GestureDetector_2V(this$0){ + this.com_badlogic_gdx_input_GestureDetector$1_this$01 = this$0; + com_badlogic_gdx_utils_Timer$Task_Timer$Task__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_311, 146, $intern_310, com_badlogic_gdx_input_GestureDetector$1_GestureDetector$1__Lcom_badlogic_gdx_input_GestureDetector_2V); +_.run__V = function com_badlogic_gdx_input_GestureDetector$1_run__V(){ + this.com_badlogic_gdx_input_GestureDetector$1_this$01.com_badlogic_gdx_input_GestureDetector_longPressFired || (this.com_badlogic_gdx_input_GestureDetector$1_this$01.com_badlogic_gdx_input_GestureDetector_longPressFired = com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$longPress__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFZ(this.com_badlogic_gdx_input_GestureDetector$1_this$01.com_badlogic_gdx_input_GestureDetector_listener, this.com_badlogic_gdx_input_GestureDetector$1_this$01.com_badlogic_gdx_input_GestureDetector_pointer1.com_badlogic_gdx_math_Vector2_x, this.com_badlogic_gdx_input_GestureDetector$1_this$01.com_badlogic_gdx_input_GestureDetector_pointer1.com_badlogic_gdx_math_Vector2_y)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1input_1GestureDetector$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_309, 'GestureDetector/1', $intern_311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1120, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1input_1GestureDetector$GestureAdapter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_309, 'GestureDetector/GestureAdapter', 1120, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getAverage__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2_3FIF(this$static, values, numSamples){ + var i, sum; + numSamples = $wnd.Math.min(this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_sampleSize, numSamples); + sum = 0; + for (i = 0; i < numSamples; i++) { + sum += values[i]; + } + return sum / numSamples; +} + +function com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getAverage__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2_3JIJ(this$static, values, numSamples){ + var i, sum; + numSamples = $wnd.Math.min(this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_sampleSize, numSamples); + sum = 0; + for (i = 0; i < numSamples; i++) { + sum = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(sum, values[i]); + } + if (numSamples == 0) + return 0; + return com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(sum, numSamples); +} + +function com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getVelocityX__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2F(this$static){ + var meanTime, meanX; + meanX = com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getAverage__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2_3FIF(this$static, this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanX, this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_numSamples); + meanTime = com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getAverage__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2_3JIJ(this$static, this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanTime, this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_numSamples)) / $intern_308; + if (meanTime == 0) + return 0; + return meanX / meanTime; +} + +function com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getVelocityY__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2F(this$static){ + var meanTime, meanY; + meanY = com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getAverage__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2_3FIF(this$static, this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanY, this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_numSamples); + meanTime = com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_badlogic_gdx_input_GestureDetector$VelocityTracker_$getAverage__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2_3JIJ(this$static, this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanTime, this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_numSamples)) / $intern_308; + if (meanTime == 0) + return 0; + return meanY / meanTime; +} + +function com_badlogic_gdx_input_GestureDetector$VelocityTracker_$start__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2FFJV(this$static, x_0, y_0, timeStamp){ + var i; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastX = x_0; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastY = y_0; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaX = 0; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaY = 0; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_numSamples = 0; + for (i = 0; i < this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_sampleSize; i++) { + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanX[i] = 0; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanY[i] = 0; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanTime[i] = 0; + } + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastTime = timeStamp; +} + +function com_badlogic_gdx_input_GestureDetector$VelocityTracker_$update__Lcom_badlogic_gdx_input_GestureDetector$VelocityTracker_2FFJV(this$static, x_0, y_0, currTime){ + var deltaTime, index_0; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaX = x_0 - this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastX; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaY = y_0 - this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastY; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastX = x_0; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastY = y_0; + deltaTime = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(currTime, this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastTime); + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastTime = currTime; + index_0 = this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_numSamples % this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_sampleSize; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanX[index_0] = this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaX; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanY[index_0] = this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaY; + this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanTime[index_0] = deltaTime; + ++this$static.com_badlogic_gdx_input_GestureDetector$VelocityTracker_numSamples; +} + +function com_badlogic_gdx_input_GestureDetector$VelocityTracker_GestureDetector$VelocityTracker__V(){ + this.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanX = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, this.com_badlogic_gdx_input_GestureDetector$VelocityTracker_sampleSize, 15, 1); + this.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanY = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, this.com_badlogic_gdx_input_GestureDetector$VelocityTracker_sampleSize, 15, 1); + this.com_badlogic_gdx_input_GestureDetector$VelocityTracker_meanTime = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this.com_badlogic_gdx_input_GestureDetector$VelocityTracker_sampleSize, 14, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_313, 1, {}, com_badlogic_gdx_input_GestureDetector$VelocityTracker_GestureDetector$VelocityTracker__V); +_.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaX = 0; +_.com_badlogic_gdx_input_GestureDetector$VelocityTracker_deltaY = 0; +_.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastTime = 0; +_.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastX = 0; +_.com_badlogic_gdx_input_GestureDetector$VelocityTracker_lastY = 0; +_.com_badlogic_gdx_input_GestureDetector$VelocityTracker_numSamples = 0; +_.com_badlogic_gdx_input_GestureDetector$VelocityTracker_sampleSize = 10; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1input_1GestureDetector$VelocityTracker_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_309, 'GestureDetector/VelocityTracker', $intern_313, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_Map_Map__V(){ + this.com_badlogic_gdx_maps_Map_layers = new com_badlogic_gdx_maps_MapLayers_MapLayers__V; + this.com_badlogic_gdx_maps_Map_properties = new com_badlogic_gdx_maps_MapProperties_MapProperties__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(419, 1, {419:1, 49:1}, com_badlogic_gdx_maps_Map_Map__V); +_.dispose__V = function com_badlogic_gdx_maps_Map_dispose__V(){ +} +; +_.getLayers__Lcom_badlogic_gdx_maps_MapLayers_2 = function com_badlogic_gdx_maps_Map_getLayers__Lcom_badlogic_gdx_maps_MapLayers_2(){ + return this.com_badlogic_gdx_maps_Map_layers; +} +; +_.getProperties__Lcom_badlogic_gdx_maps_MapProperties_2 = function com_badlogic_gdx_maps_Map_getProperties__Lcom_badlogic_gdx_maps_MapProperties_2(){ + return this.com_badlogic_gdx_maps_Map_properties; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_314, 'Map', 419, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_MapLayer_$calculateRenderOffsets__Lcom_badlogic_gdx_maps_MapLayer_2V(this$static){ + if (this$static.com_badlogic_gdx_maps_MapLayer_parent) { + com_badlogic_gdx_maps_MapLayer_$calculateRenderOffsets__Lcom_badlogic_gdx_maps_MapLayer_2V(this$static.com_badlogic_gdx_maps_MapLayer_parent); + this$static.com_badlogic_gdx_maps_MapLayer_renderOffsetX = com_badlogic_gdx_maps_MapLayer_$getRenderOffsetX__Lcom_badlogic_gdx_maps_MapLayer_2F(this$static.com_badlogic_gdx_maps_MapLayer_parent) + this$static.com_badlogic_gdx_maps_MapLayer_offsetX; + this$static.com_badlogic_gdx_maps_MapLayer_renderOffsetY = com_badlogic_gdx_maps_MapLayer_$getRenderOffsetY__Lcom_badlogic_gdx_maps_MapLayer_2F(this$static.com_badlogic_gdx_maps_MapLayer_parent) + this$static.com_badlogic_gdx_maps_MapLayer_offsetY; + } + else { + this$static.com_badlogic_gdx_maps_MapLayer_renderOffsetX = this$static.com_badlogic_gdx_maps_MapLayer_offsetX; + this$static.com_badlogic_gdx_maps_MapLayer_renderOffsetY = this$static.com_badlogic_gdx_maps_MapLayer_offsetY; + } + this$static.com_badlogic_gdx_maps_MapLayer_renderOffsetDirty = false; +} + +function com_badlogic_gdx_maps_MapLayer_$getRenderOffsetX__Lcom_badlogic_gdx_maps_MapLayer_2F(this$static){ + this$static.com_badlogic_gdx_maps_MapLayer_renderOffsetDirty && com_badlogic_gdx_maps_MapLayer_$calculateRenderOffsets__Lcom_badlogic_gdx_maps_MapLayer_2V(this$static); + return this$static.com_badlogic_gdx_maps_MapLayer_renderOffsetX; +} + +function com_badlogic_gdx_maps_MapLayer_$getRenderOffsetY__Lcom_badlogic_gdx_maps_MapLayer_2F(this$static){ + this$static.com_badlogic_gdx_maps_MapLayer_renderOffsetDirty && com_badlogic_gdx_maps_MapLayer_$calculateRenderOffsets__Lcom_badlogic_gdx_maps_MapLayer_2V(this$static); + return this$static.com_badlogic_gdx_maps_MapLayer_renderOffsetY; +} + +function com_badlogic_gdx_maps_MapLayer_MapLayer__V(){ + this.com_badlogic_gdx_maps_MapLayer_objects = new com_badlogic_gdx_maps_MapObjects_MapObjects__V; + this.com_badlogic_gdx_maps_MapLayer_properties = new com_badlogic_gdx_maps_MapProperties_MapProperties__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(216, 1, {216:1}, com_badlogic_gdx_maps_MapLayer_MapLayer__V); +_.calculateRenderOffsets__V = function com_badlogic_gdx_maps_MapLayer_calculateRenderOffsets__V(){ + com_badlogic_gdx_maps_MapLayer_$calculateRenderOffsets__Lcom_badlogic_gdx_maps_MapLayer_2V(this); +} +; +_.getName__Ljava_lang_String_2 = function com_badlogic_gdx_maps_MapLayer_getName__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_maps_MapLayer_name; +} +; +_.getObjects__Lcom_badlogic_gdx_maps_MapObjects_2 = function com_badlogic_gdx_maps_MapLayer_getObjects__Lcom_badlogic_gdx_maps_MapObjects_2(){ + return this.com_badlogic_gdx_maps_MapLayer_objects; +} +; +_.getOffsetX__F = function com_badlogic_gdx_maps_MapLayer_getOffsetX__F(){ + return this.com_badlogic_gdx_maps_MapLayer_offsetX; +} +; +_.getOffsetY__F = function com_badlogic_gdx_maps_MapLayer_getOffsetY__F(){ + return this.com_badlogic_gdx_maps_MapLayer_offsetY; +} +; +_.getOpacity__F = function com_badlogic_gdx_maps_MapLayer_getOpacity__F(){ + return this.com_badlogic_gdx_maps_MapLayer_opacity; +} +; +_.getParallaxX__F = function com_badlogic_gdx_maps_MapLayer_getParallaxX__F(){ + return this.com_badlogic_gdx_maps_MapLayer_parallaxX; +} +; +_.getParallaxY__F = function com_badlogic_gdx_maps_MapLayer_getParallaxY__F(){ + return this.com_badlogic_gdx_maps_MapLayer_parallaxY; +} +; +_.getParent__Lcom_badlogic_gdx_maps_MapLayer_2 = function com_badlogic_gdx_maps_MapLayer_getParent__Lcom_badlogic_gdx_maps_MapLayer_2(){ + return this.com_badlogic_gdx_maps_MapLayer_parent; +} +; +_.getProperties__Lcom_badlogic_gdx_maps_MapProperties_2 = function com_badlogic_gdx_maps_MapLayer_getProperties__Lcom_badlogic_gdx_maps_MapProperties_2(){ + return this.com_badlogic_gdx_maps_MapLayer_properties; +} +; +_.getRenderOffsetX__F = function com_badlogic_gdx_maps_MapLayer_getRenderOffsetX__F(){ + return com_badlogic_gdx_maps_MapLayer_$getRenderOffsetX__Lcom_badlogic_gdx_maps_MapLayer_2F(this); +} +; +_.getRenderOffsetY__F = function com_badlogic_gdx_maps_MapLayer_getRenderOffsetY__F(){ + return com_badlogic_gdx_maps_MapLayer_$getRenderOffsetY__Lcom_badlogic_gdx_maps_MapLayer_2F(this); +} +; +_.invalidateRenderOffset__V = function com_badlogic_gdx_maps_MapLayer_invalidateRenderOffset__V(){ + this.com_badlogic_gdx_maps_MapLayer_renderOffsetDirty = true; +} +; +_.isVisible__Z = function com_badlogic_gdx_maps_MapLayer_isVisible__Z(){ + return this.com_badlogic_gdx_maps_MapLayer_visible; +} +; +_.setName__Ljava_lang_String_2V = function com_badlogic_gdx_maps_MapLayer_setName__Ljava_lang_String_2V(name_0){ + this.com_badlogic_gdx_maps_MapLayer_name = name_0; +} +; +_.setOffsetX__FV = function com_badlogic_gdx_maps_MapLayer_setOffsetX__FV(offsetX){ + this.com_badlogic_gdx_maps_MapLayer_offsetX = offsetX; + this.invalidateRenderOffset__V(); +} +; +_.setOffsetY__FV = function com_badlogic_gdx_maps_MapLayer_setOffsetY__FV(offsetY){ + this.com_badlogic_gdx_maps_MapLayer_offsetY = offsetY; + this.invalidateRenderOffset__V(); +} +; +_.setOpacity__FV = function com_badlogic_gdx_maps_MapLayer_setOpacity__FV(opacity){ + this.com_badlogic_gdx_maps_MapLayer_opacity = opacity; +} +; +_.setParallaxX__FV = function com_badlogic_gdx_maps_MapLayer_setParallaxX__FV(parallaxX){ + this.com_badlogic_gdx_maps_MapLayer_parallaxX = parallaxX; +} +; +_.setParallaxY__FV = function com_badlogic_gdx_maps_MapLayer_setParallaxY__FV(parallaxY){ + this.com_badlogic_gdx_maps_MapLayer_parallaxY = parallaxY; +} +; +_.setParent__Lcom_badlogic_gdx_maps_MapLayer_2V = function com_badlogic_gdx_maps_MapLayer_setParent__Lcom_badlogic_gdx_maps_MapLayer_2V(parent_0){ + if (parent_0 == this) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V("Can't set self as the parent")); + this.com_badlogic_gdx_maps_MapLayer_parent = parent_0; +} +; +_.setVisible__ZV = function com_badlogic_gdx_maps_MapLayer_setVisible__ZV(visible){ + this.com_badlogic_gdx_maps_MapLayer_visible = visible; +} +; +_.com_badlogic_gdx_maps_MapLayer_name = ''; +_.com_badlogic_gdx_maps_MapLayer_offsetX = 0; +_.com_badlogic_gdx_maps_MapLayer_offsetY = 0; +_.com_badlogic_gdx_maps_MapLayer_opacity = 1; +_.com_badlogic_gdx_maps_MapLayer_parallaxX = 1; +_.com_badlogic_gdx_maps_MapLayer_parallaxY = 1; +_.com_badlogic_gdx_maps_MapLayer_renderOffsetDirty = true; +_.com_badlogic_gdx_maps_MapLayer_renderOffsetX = 0; +_.com_badlogic_gdx_maps_MapLayer_renderOffsetY = 0; +_.com_badlogic_gdx_maps_MapLayer_visible = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_314, 'MapLayer', 216, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_MapGroupLayer_MapGroupLayer__V(){ + com_badlogic_gdx_maps_MapLayer_MapLayer__V.call(this); + this.com_badlogic_gdx_maps_MapGroupLayer_layers = new com_badlogic_gdx_maps_MapLayers_MapLayers__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(583, 216, {583:1, 216:1}, com_badlogic_gdx_maps_MapGroupLayer_MapGroupLayer__V); +_.getLayers__Lcom_badlogic_gdx_maps_MapLayers_2 = function com_badlogic_gdx_maps_MapGroupLayer_getLayers__Lcom_badlogic_gdx_maps_MapLayers_2(){ + return this.com_badlogic_gdx_maps_MapGroupLayer_layers; +} +; +_.invalidateRenderOffset__V = function com_badlogic_gdx_maps_MapGroupLayer_invalidateRenderOffset__V(){ + var child, i; + this.com_badlogic_gdx_maps_MapLayer_renderOffsetDirty = true; + for (i = 0; i < this.com_badlogic_gdx_maps_MapGroupLayer_layers.com_badlogic_gdx_maps_MapLayers_layers.com_badlogic_gdx_utils_Array_size; i++) { + child = com_badlogic_gdx_maps_MapLayers_$get__Lcom_badlogic_gdx_maps_MapLayers_2ILcom_badlogic_gdx_maps_MapLayer_2(this.com_badlogic_gdx_maps_MapGroupLayer_layers, i); + child.invalidateRenderOffset__V(); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapGroupLayer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_314, $intern_315, 583, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit); +function com_badlogic_gdx_maps_MapLayers_$get__Lcom_badlogic_gdx_maps_MapLayers_2ILcom_badlogic_gdx_maps_MapLayer_2(this$static, index_0){ + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_maps_MapLayers_layers, index_0); +} + +function com_badlogic_gdx_maps_MapLayers_$get__Lcom_badlogic_gdx_maps_MapLayers_2Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapLayer_2(this$static, name_0){ + var i, layer, n; + for (i = 0 , n = this$static.com_badlogic_gdx_maps_MapLayers_layers.com_badlogic_gdx_utils_Array_size; i < n; i++) { + layer = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_maps_MapLayers_layers, i); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, layer.com_badlogic_gdx_maps_MapLayer_name)) { + return layer; + } + } + return null; +} + +function com_badlogic_gdx_maps_MapLayers_$getByType__Lcom_badlogic_gdx_maps_MapLayers_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this$static, type_0, fill){ + var i, layer, n; + fill.clear__V(); + for (i = 0 , n = this$static.com_badlogic_gdx_maps_MapLayers_layers.com_badlogic_gdx_utils_Array_size; i < n; i++) { + layer = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_maps_MapLayers_layers, i); + !!layer && com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(type_0, layer.java_lang_Object__1_1_1clazz) && com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(fill, layer); + } + return fill; +} + +function com_badlogic_gdx_maps_MapLayers_$getIndex__Lcom_badlogic_gdx_maps_MapLayers_2Lcom_badlogic_gdx_maps_MapLayer_2I(this$static, layer){ + return com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static.com_badlogic_gdx_maps_MapLayers_layers, layer, true); +} + +function com_badlogic_gdx_maps_MapLayers_MapLayers__V(){ + this.com_badlogic_gdx_maps_MapLayers_layers = new com_badlogic_gdx_utils_Array_Array__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(420, 1, {420:1, 29:1}, com_badlogic_gdx_maps_MapLayers_MapLayers__V); +_.add__Lcom_badlogic_gdx_maps_MapLayer_2V = function com_badlogic_gdx_maps_MapLayers_add__Lcom_badlogic_gdx_maps_MapLayer_2V(layer){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_maps_MapLayers_layers, layer); +} +; +_.get__ILcom_badlogic_gdx_maps_MapLayer_2 = function com_badlogic_gdx_maps_MapLayers_get__ILcom_badlogic_gdx_maps_MapLayer_2(index_0){ + return com_badlogic_gdx_maps_MapLayers_$get__Lcom_badlogic_gdx_maps_MapLayers_2ILcom_badlogic_gdx_maps_MapLayer_2(this, index_0); +} +; +_.get__Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapLayer_2 = function com_badlogic_gdx_maps_MapLayers_get__Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapLayer_2(name_0){ + return com_badlogic_gdx_maps_MapLayers_$get__Lcom_badlogic_gdx_maps_MapLayers_2Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapLayer_2(this, name_0); +} +; +_.getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_maps_MapLayers_getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2(type_0){ + return com_badlogic_gdx_maps_MapLayers_$getByType__Lcom_badlogic_gdx_maps_MapLayers_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this, type_0, new com_badlogic_gdx_utils_Array_Array__V); +} +; +_.getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_maps_MapLayers_getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(type_0, fill){ + return com_badlogic_gdx_maps_MapLayers_$getByType__Lcom_badlogic_gdx_maps_MapLayers_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this, type_0, fill); +} +; +_.getCount__I = function com_badlogic_gdx_maps_MapLayers_getCount__I(){ + return this.com_badlogic_gdx_maps_MapLayers_layers.com_badlogic_gdx_utils_Array_size; +} +; +_.getIndex__Lcom_badlogic_gdx_maps_MapLayer_2I = function com_badlogic_gdx_maps_MapLayers_getIndex__Lcom_badlogic_gdx_maps_MapLayer_2I(layer){ + return com_badlogic_gdx_maps_MapLayers_$getIndex__Lcom_badlogic_gdx_maps_MapLayers_2Lcom_badlogic_gdx_maps_MapLayer_2I(this, layer); +} +; +_.getIndex__Ljava_lang_String_2I = function com_badlogic_gdx_maps_MapLayers_getIndex__Ljava_lang_String_2I(name_0){ + return com_badlogic_gdx_maps_MapLayers_$getIndex__Lcom_badlogic_gdx_maps_MapLayers_2Lcom_badlogic_gdx_maps_MapLayer_2I(this, com_badlogic_gdx_maps_MapLayers_$get__Lcom_badlogic_gdx_maps_MapLayers_2Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapLayer_2(this, name_0)); +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_maps_MapLayers_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_maps_MapLayers_layers); +} +; +_.remove__IV = function com_badlogic_gdx_maps_MapLayers_remove__IV(index_0){ + this.com_badlogic_gdx_maps_MapLayers_layers.removeIndex__ILjava_lang_Object_2(index_0); +} +; +_.remove__Lcom_badlogic_gdx_maps_MapLayer_2V = function com_badlogic_gdx_maps_MapLayers_remove__Lcom_badlogic_gdx_maps_MapLayer_2V(layer){ + this.com_badlogic_gdx_maps_MapLayers_layers.removeValue__Ljava_lang_Object_2ZZ(layer, true); +} +; +_.size__I = function com_badlogic_gdx_maps_MapLayers_size__I(){ + return this.com_badlogic_gdx_maps_MapLayers_layers.com_badlogic_gdx_utils_Array_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_314, 'MapLayers', 420, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_MapObject_MapObject__V(){ + this.com_badlogic_gdx_maps_MapObject_properties = new com_badlogic_gdx_maps_MapProperties_MapProperties__V; + this.com_badlogic_gdx_maps_MapObject_color = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V((com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(122, 1, {122:1}, com_badlogic_gdx_maps_MapObject_MapObject__V); +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_maps_MapObject_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_maps_MapObject_color; +} +; +_.getName__Ljava_lang_String_2 = function com_badlogic_gdx_maps_MapObject_getName__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_maps_MapObject_name; +} +; +_.getOpacity__F = function com_badlogic_gdx_maps_MapObject_getOpacity__F(){ + return this.com_badlogic_gdx_maps_MapObject_opacity; +} +; +_.getProperties__Lcom_badlogic_gdx_maps_MapProperties_2 = function com_badlogic_gdx_maps_MapObject_getProperties__Lcom_badlogic_gdx_maps_MapProperties_2(){ + return this.com_badlogic_gdx_maps_MapObject_properties; +} +; +_.isVisible__Z = function com_badlogic_gdx_maps_MapObject_isVisible__Z(){ + return this.com_badlogic_gdx_maps_MapObject_visible; +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_maps_MapObject_setColor__Lcom_badlogic_gdx_graphics_Color_2V(color_0){ + this.com_badlogic_gdx_maps_MapObject_color = color_0; +} +; +_.setName__Ljava_lang_String_2V = function com_badlogic_gdx_maps_MapObject_setName__Ljava_lang_String_2V(name_0){ + this.com_badlogic_gdx_maps_MapObject_name = name_0; +} +; +_.setOpacity__FV = function com_badlogic_gdx_maps_MapObject_setOpacity__FV(opacity){ + this.com_badlogic_gdx_maps_MapObject_opacity = opacity; +} +; +_.setVisible__ZV = function com_badlogic_gdx_maps_MapObject_setVisible__ZV(visible){ + this.com_badlogic_gdx_maps_MapObject_visible = visible; +} +; +_.com_badlogic_gdx_maps_MapObject_name = ''; +_.com_badlogic_gdx_maps_MapObject_opacity = 1; +_.com_badlogic_gdx_maps_MapObject_visible = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_314, 'MapObject', 122, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_MapObjects_$get__Lcom_badlogic_gdx_maps_MapObjects_2Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapObject_2(this$static, name_0){ + var i, n, object; + for (i = 0 , n = this$static.com_badlogic_gdx_maps_MapObjects_objects.com_badlogic_gdx_utils_Array_size; i < n; i++) { + object = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_maps_MapObjects_objects, i); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, object.com_badlogic_gdx_maps_MapObject_name)) { + return object; + } + } + return null; +} + +function com_badlogic_gdx_maps_MapObjects_$getByType__Lcom_badlogic_gdx_maps_MapObjects_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this$static, type_0, fill){ + var i, n, object; + fill.clear__V(); + for (i = 0 , n = this$static.com_badlogic_gdx_maps_MapObjects_objects.com_badlogic_gdx_utils_Array_size; i < n; i++) { + object = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_maps_MapObjects_objects, i); + !!object && com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(type_0, object.java_lang_Object__1_1_1clazz) && com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(fill, object); + } + return fill; +} + +function com_badlogic_gdx_maps_MapObjects_$getIndex__Lcom_badlogic_gdx_maps_MapObjects_2Lcom_badlogic_gdx_maps_MapObject_2I(this$static, object){ + return com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static.com_badlogic_gdx_maps_MapObjects_objects, object, true); +} + +function com_badlogic_gdx_maps_MapObjects_MapObjects__V(){ + this.com_badlogic_gdx_maps_MapObjects_objects = new com_badlogic_gdx_utils_Array_Array__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(491, 1, {491:1, 29:1}, com_badlogic_gdx_maps_MapObjects_MapObjects__V); +_.add__Lcom_badlogic_gdx_maps_MapObject_2V = function com_badlogic_gdx_maps_MapObjects_add__Lcom_badlogic_gdx_maps_MapObject_2V(object){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_maps_MapObjects_objects, object); +} +; +_.get__ILcom_badlogic_gdx_maps_MapObject_2 = function com_badlogic_gdx_maps_MapObjects_get__ILcom_badlogic_gdx_maps_MapObject_2(index_0){ + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_maps_MapObjects_objects, index_0); +} +; +_.get__Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapObject_2 = function com_badlogic_gdx_maps_MapObjects_get__Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapObject_2(name_0){ + return com_badlogic_gdx_maps_MapObjects_$get__Lcom_badlogic_gdx_maps_MapObjects_2Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapObject_2(this, name_0); +} +; +_.getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_maps_MapObjects_getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2(type_0){ + return com_badlogic_gdx_maps_MapObjects_$getByType__Lcom_badlogic_gdx_maps_MapObjects_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this, type_0, new com_badlogic_gdx_utils_Array_Array__V); +} +; +_.getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_maps_MapObjects_getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(type_0, fill){ + return com_badlogic_gdx_maps_MapObjects_$getByType__Lcom_badlogic_gdx_maps_MapObjects_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this, type_0, fill); +} +; +_.getCount__I = function com_badlogic_gdx_maps_MapObjects_getCount__I(){ + return this.com_badlogic_gdx_maps_MapObjects_objects.com_badlogic_gdx_utils_Array_size; +} +; +_.getIndex__Lcom_badlogic_gdx_maps_MapObject_2I = function com_badlogic_gdx_maps_MapObjects_getIndex__Lcom_badlogic_gdx_maps_MapObject_2I(object){ + return com_badlogic_gdx_maps_MapObjects_$getIndex__Lcom_badlogic_gdx_maps_MapObjects_2Lcom_badlogic_gdx_maps_MapObject_2I(this, object); +} +; +_.getIndex__Ljava_lang_String_2I = function com_badlogic_gdx_maps_MapObjects_getIndex__Ljava_lang_String_2I(name_0){ + return com_badlogic_gdx_maps_MapObjects_$getIndex__Lcom_badlogic_gdx_maps_MapObjects_2Lcom_badlogic_gdx_maps_MapObject_2I(this, com_badlogic_gdx_maps_MapObjects_$get__Lcom_badlogic_gdx_maps_MapObjects_2Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapObject_2(this, name_0)); +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_maps_MapObjects_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_maps_MapObjects_objects); +} +; +_.remove__IV = function com_badlogic_gdx_maps_MapObjects_remove__IV(index_0){ + this.com_badlogic_gdx_maps_MapObjects_objects.removeIndex__ILjava_lang_Object_2(index_0); +} +; +_.remove__Lcom_badlogic_gdx_maps_MapObject_2V = function com_badlogic_gdx_maps_MapObjects_remove__Lcom_badlogic_gdx_maps_MapObject_2V(object){ + this.com_badlogic_gdx_maps_MapObjects_objects.removeValue__Ljava_lang_Object_2ZZ(object, true); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_314, $intern_316, 491, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_MapProperties_MapProperties__V(){ + this.com_badlogic_gdx_maps_MapProperties_properties = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(281, 1, {281:1}, com_badlogic_gdx_maps_MapProperties_MapProperties__V); +_.clear__V = function com_badlogic_gdx_maps_MapProperties_clear__V(){ + this.com_badlogic_gdx_maps_MapProperties_properties.clear__V(); +} +; +_.containsKey__Ljava_lang_String_2Z = function com_badlogic_gdx_maps_MapProperties_containsKey__Ljava_lang_String_2Z(key){ + return com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this.com_badlogic_gdx_maps_MapProperties_properties, key) >= 0; +} +; +_.get__Ljava_lang_String_2Ljava_lang_Object_2 = function com_badlogic_gdx_maps_MapProperties_get__Ljava_lang_String_2Ljava_lang_Object_2(key){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_maps_MapProperties_properties, key); +} +; +_.get__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_maps_MapProperties_get__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(key, clazz){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_maps_MapProperties_properties, key); +} +; +_.get__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_maps_MapProperties_get__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Object_2(key, defaultValue, clazz){ + var object; + object = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_maps_MapProperties_properties, key); + return object == null?defaultValue:object; +} +; +_.getKeys__Ljava_util_Iterator_2 = function com_badlogic_gdx_maps_MapProperties_getKeys__Ljava_util_Iterator_2(){ + return this.com_badlogic_gdx_maps_MapProperties_properties.keys__Lcom_badlogic_gdx_utils_ObjectMap$Keys_2(); +} +; +_.getValues__Ljava_util_Iterator_2 = function com_badlogic_gdx_maps_MapProperties_getValues__Ljava_util_Iterator_2(){ + return this.com_badlogic_gdx_maps_MapProperties_properties.values__Lcom_badlogic_gdx_utils_ObjectMap$Values_2(); +} +; +_.put__Ljava_lang_String_2Ljava_lang_Object_2V = function com_badlogic_gdx_maps_MapProperties_put__Ljava_lang_String_2Ljava_lang_Object_2V(key, value_0){ + this.com_badlogic_gdx_maps_MapProperties_properties.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0); +} +; +_.putAll__Lcom_badlogic_gdx_maps_MapProperties_2V = function com_badlogic_gdx_maps_MapProperties_putAll__Lcom_badlogic_gdx_maps_MapProperties_2V(properties){ + com_badlogic_gdx_utils_ObjectMap_$putAll__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap_2V(this.com_badlogic_gdx_maps_MapProperties_properties, properties.com_badlogic_gdx_maps_MapProperties_properties); +} +; +_.remove__Ljava_lang_String_2V = function com_badlogic_gdx_maps_MapProperties_remove__Ljava_lang_String_2V(key){ + this.com_badlogic_gdx_maps_MapProperties_properties.remove__Ljava_lang_Object_2Ljava_lang_Object_2(key); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_314, $intern_317, 281, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_objects_CircleMapObject_CircleMapObject__V(){ + com_badlogic_gdx_maps_objects_CircleMapObject_CircleMapObject__FFFV.call(this, 0, 0, 1); +} + +function com_badlogic_gdx_maps_objects_CircleMapObject_CircleMapObject__FFFV(x_0, y_0, radius){ + com_badlogic_gdx_maps_MapObject_MapObject__V.call(this); + this.com_badlogic_gdx_maps_objects_CircleMapObject_circle = new com_badlogic_gdx_math_Circle_Circle__FFFV(x_0, y_0, radius); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(421, 122, {122:1, 421:1}, com_badlogic_gdx_maps_objects_CircleMapObject_CircleMapObject__V, com_badlogic_gdx_maps_objects_CircleMapObject_CircleMapObject__FFFV); +_.getCircle__Lcom_badlogic_gdx_math_Circle_2 = function com_badlogic_gdx_maps_objects_CircleMapObject_getCircle__Lcom_badlogic_gdx_math_Circle_2(){ + return this.com_badlogic_gdx_maps_objects_CircleMapObject_circle; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1CircleMapObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_318, $intern_319, 421, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit); +function com_badlogic_gdx_maps_objects_EllipseMapObject_EllipseMapObject__V(){ + com_badlogic_gdx_maps_objects_EllipseMapObject_EllipseMapObject__FFFFV.call(this, 0, 0, 1, 1); +} + +function com_badlogic_gdx_maps_objects_EllipseMapObject_EllipseMapObject__FFFFV(x_0, y_0, width_0, height){ + com_badlogic_gdx_maps_MapObject_MapObject__V.call(this); + this.com_badlogic_gdx_maps_objects_EllipseMapObject_ellipse = new com_badlogic_gdx_math_Ellipse_Ellipse__FFFFV(x_0, y_0, width_0, height); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(422, 122, {122:1, 422:1}, com_badlogic_gdx_maps_objects_EllipseMapObject_EllipseMapObject__V, com_badlogic_gdx_maps_objects_EllipseMapObject_EllipseMapObject__FFFFV); +_.getEllipse__Lcom_badlogic_gdx_math_Ellipse_2 = function com_badlogic_gdx_maps_objects_EllipseMapObject_getEllipse__Lcom_badlogic_gdx_math_Ellipse_2(){ + return this.com_badlogic_gdx_maps_objects_EllipseMapObject_ellipse; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1EllipseMapObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_318, $intern_320, 422, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit); +function com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject__V(){ + com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject___3FV.call(this, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 0, 15, 1)); +} + +function com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject__Lcom_badlogic_gdx_math_Polygon_2V(polygon){ + com_badlogic_gdx_maps_MapObject_MapObject__V.call(this); + this.com_badlogic_gdx_maps_objects_PolygonMapObject_polygon = polygon; +} + +function com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject___3FV(vertices){ + com_badlogic_gdx_maps_MapObject_MapObject__V.call(this); + this.com_badlogic_gdx_maps_objects_PolygonMapObject_polygon = new com_badlogic_gdx_math_Polygon_Polygon___3FV(vertices); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(354, 122, {122:1, 354:1}, com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject__V, com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject__Lcom_badlogic_gdx_math_Polygon_2V, com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject___3FV); +_.getPolygon__Lcom_badlogic_gdx_math_Polygon_2 = function com_badlogic_gdx_maps_objects_PolygonMapObject_getPolygon__Lcom_badlogic_gdx_math_Polygon_2(){ + return this.com_badlogic_gdx_maps_objects_PolygonMapObject_polygon; +} +; +_.setPolygon__Lcom_badlogic_gdx_math_Polygon_2V = function com_badlogic_gdx_maps_objects_PolygonMapObject_setPolygon__Lcom_badlogic_gdx_math_Polygon_2V(polygon){ + this.com_badlogic_gdx_maps_objects_PolygonMapObject_polygon = polygon; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_318, $intern_321, 354, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit); +function com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject__V(){ + com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject___3FV.call(this, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 0, 15, 1)); +} + +function com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject__Lcom_badlogic_gdx_math_Polyline_2V(polyline){ + com_badlogic_gdx_maps_MapObject_MapObject__V.call(this); + this.com_badlogic_gdx_maps_objects_PolylineMapObject_polyline = polyline; +} + +function com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject___3FV(vertices){ + com_badlogic_gdx_maps_MapObject_MapObject__V.call(this); + this.com_badlogic_gdx_maps_objects_PolylineMapObject_polyline = new com_badlogic_gdx_math_Polyline_Polyline___3FV(vertices); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(355, 122, {122:1, 355:1}, com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject__V, com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject__Lcom_badlogic_gdx_math_Polyline_2V, com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject___3FV); +_.getPolyline__Lcom_badlogic_gdx_math_Polyline_2 = function com_badlogic_gdx_maps_objects_PolylineMapObject_getPolyline__Lcom_badlogic_gdx_math_Polyline_2(){ + return this.com_badlogic_gdx_maps_objects_PolylineMapObject_polyline; +} +; +_.setPolyline__Lcom_badlogic_gdx_math_Polyline_2V = function com_badlogic_gdx_maps_objects_PolylineMapObject_setPolyline__Lcom_badlogic_gdx_math_Polyline_2V(polyline){ + this.com_badlogic_gdx_maps_objects_PolylineMapObject_polyline = polyline; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_318, $intern_322, 355, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit); +function com_badlogic_gdx_maps_objects_RectangleMapObject_RectangleMapObject__V(){ + com_badlogic_gdx_maps_objects_RectangleMapObject_RectangleMapObject__FFFFV.call(this, 0, 0, 1, 1); +} + +function com_badlogic_gdx_maps_objects_RectangleMapObject_RectangleMapObject__FFFFV(x_0, y_0, width_0, height){ + com_badlogic_gdx_maps_MapObject_MapObject__V.call(this); + this.com_badlogic_gdx_maps_objects_RectangleMapObject_rectangle = new com_badlogic_gdx_math_Rectangle_Rectangle__FFFFV(x_0, y_0, width_0, height); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(425, 122, {122:1, 425:1}, com_badlogic_gdx_maps_objects_RectangleMapObject_RectangleMapObject__V, com_badlogic_gdx_maps_objects_RectangleMapObject_RectangleMapObject__FFFFV); +_.getRectangle__Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_maps_objects_RectangleMapObject_getRectangle__Lcom_badlogic_gdx_math_Rectangle_2(){ + return this.com_badlogic_gdx_maps_objects_RectangleMapObject_rectangle; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1RectangleMapObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_318, $intern_323, 425, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit); +function com_badlogic_gdx_maps_objects_TextureMapObject_TextureMapObject__V(){ + com_badlogic_gdx_maps_objects_TextureMapObject_TextureMapObject__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V.call(this, null); +} + +function com_badlogic_gdx_maps_objects_TextureMapObject_TextureMapObject__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(textureRegion){ + com_badlogic_gdx_maps_MapObject_MapObject__V.call(this); + this.com_badlogic_gdx_maps_objects_TextureMapObject_textureRegion = textureRegion; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(282, 122, {122:1, 282:1}, com_badlogic_gdx_maps_objects_TextureMapObject_TextureMapObject__V, com_badlogic_gdx_maps_objects_TextureMapObject_TextureMapObject__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V); +_.getOriginX__F = function com_badlogic_gdx_maps_objects_TextureMapObject_getOriginX__F(){ + return this.com_badlogic_gdx_maps_objects_TextureMapObject_originX; +} +; +_.getOriginY__F = function com_badlogic_gdx_maps_objects_TextureMapObject_getOriginY__F(){ + return this.com_badlogic_gdx_maps_objects_TextureMapObject_originY; +} +; +_.getRotation__F = function com_badlogic_gdx_maps_objects_TextureMapObject_getRotation__F(){ + return this.com_badlogic_gdx_maps_objects_TextureMapObject_rotation; +} +; +_.getScaleX__F = function com_badlogic_gdx_maps_objects_TextureMapObject_getScaleX__F(){ + return this.com_badlogic_gdx_maps_objects_TextureMapObject_scaleX; +} +; +_.getScaleY__F = function com_badlogic_gdx_maps_objects_TextureMapObject_getScaleY__F(){ + return this.com_badlogic_gdx_maps_objects_TextureMapObject_scaleY; +} +; +_.getTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2 = function com_badlogic_gdx_maps_objects_TextureMapObject_getTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(){ + return this.com_badlogic_gdx_maps_objects_TextureMapObject_textureRegion; +} +; +_.getX__F = function com_badlogic_gdx_maps_objects_TextureMapObject_getX__F(){ + return this.com_badlogic_gdx_maps_objects_TextureMapObject_x; +} +; +_.getY__F = function com_badlogic_gdx_maps_objects_TextureMapObject_getY__F(){ + return this.com_badlogic_gdx_maps_objects_TextureMapObject_y; +} +; +_.setOriginX__FV = function com_badlogic_gdx_maps_objects_TextureMapObject_setOriginX__FV(x_0){ + this.com_badlogic_gdx_maps_objects_TextureMapObject_originX = x_0; +} +; +_.setOriginY__FV = function com_badlogic_gdx_maps_objects_TextureMapObject_setOriginY__FV(y_0){ + this.com_badlogic_gdx_maps_objects_TextureMapObject_originY = y_0; +} +; +_.setRotation__FV = function com_badlogic_gdx_maps_objects_TextureMapObject_setRotation__FV(rotation){ + this.com_badlogic_gdx_maps_objects_TextureMapObject_rotation = rotation; +} +; +_.setScaleX__FV = function com_badlogic_gdx_maps_objects_TextureMapObject_setScaleX__FV(x_0){ + this.com_badlogic_gdx_maps_objects_TextureMapObject_scaleX = x_0; +} +; +_.setScaleY__FV = function com_badlogic_gdx_maps_objects_TextureMapObject_setScaleY__FV(y_0){ + this.com_badlogic_gdx_maps_objects_TextureMapObject_scaleY = y_0; +} +; +_.setTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V = function com_badlogic_gdx_maps_objects_TextureMapObject_setTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + this.com_badlogic_gdx_maps_objects_TextureMapObject_textureRegion = region; +} +; +_.setX__FV = function com_badlogic_gdx_maps_objects_TextureMapObject_setX__FV(x_0){ + this.com_badlogic_gdx_maps_objects_TextureMapObject_x = x_0; +} +; +_.setY__FV = function com_badlogic_gdx_maps_objects_TextureMapObject_setY__FV(y_0){ + this.com_badlogic_gdx_maps_objects_TextureMapObject_y = y_0; +} +; +_.com_badlogic_gdx_maps_objects_TextureMapObject_originX = 0; +_.com_badlogic_gdx_maps_objects_TextureMapObject_originY = 0; +_.com_badlogic_gdx_maps_objects_TextureMapObject_rotation = 0; +_.com_badlogic_gdx_maps_objects_TextureMapObject_scaleX = 1; +_.com_badlogic_gdx_maps_objects_TextureMapObject_scaleY = 1; +_.com_badlogic_gdx_maps_objects_TextureMapObject_textureRegion = null; +_.com_badlogic_gdx_maps_objects_TextureMapObject_x = 0; +_.com_badlogic_gdx_maps_objects_TextureMapObject_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_318, $intern_324, 282, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit); +function com_badlogic_gdx_maps_tiled_TiledMap_TiledMap__V(){ + com_badlogic_gdx_maps_Map_Map__V.call(this); + this.com_badlogic_gdx_maps_tiled_TiledMap_tilesets = new com_badlogic_gdx_maps_tiled_TiledMapTileSets_TiledMapTileSets__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(584, 419, {419:1, 584:1, 49:1}, com_badlogic_gdx_maps_tiled_TiledMap_TiledMap__V); +_.dispose__V = function com_badlogic_gdx_maps_tiled_TiledMap_dispose__V(){ + var resource, resource$iterator; + if (this.com_badlogic_gdx_maps_tiled_TiledMap_ownedResources) { + for (resource$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_maps_tiled_TiledMap_ownedResources); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(resource$iterator);) { + resource = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(resource$iterator); + resource.dispose__V(); + } + } +} +; +_.getTileSets__Lcom_badlogic_gdx_maps_tiled_TiledMapTileSets_2 = function com_badlogic_gdx_maps_tiled_TiledMap_getTileSets__Lcom_badlogic_gdx_maps_tiled_TiledMapTileSets_2(){ + return this.com_badlogic_gdx_maps_tiled_TiledMap_tilesets; +} +; +_.setOwnedResources__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_maps_tiled_TiledMap_setOwnedResources__Lcom_badlogic_gdx_utils_Array_2V(resources){ + this.com_badlogic_gdx_maps_tiled_TiledMap_ownedResources = resources; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_325, 'TiledMap', 584, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit); +function com_badlogic_gdx_maps_tiled_TiledMapImageLayer_TiledMapImageLayer__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFV(region, x_0, y_0){ + com_badlogic_gdx_maps_MapLayer_MapLayer__V.call(this); + this.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_region = region; + this.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_x = x_0; + this.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_y = y_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(585, 216, {216:1, 585:1}, com_badlogic_gdx_maps_tiled_TiledMapImageLayer_TiledMapImageLayer__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFV); +_.getTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2 = function com_badlogic_gdx_maps_tiled_TiledMapImageLayer_getTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_region; +} +; +_.getX__F = function com_badlogic_gdx_maps_tiled_TiledMapImageLayer_getX__F(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_x; +} +; +_.getY__F = function com_badlogic_gdx_maps_tiled_TiledMapImageLayer_getY__F(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_y; +} +; +_.setTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V = function com_badlogic_gdx_maps_tiled_TiledMapImageLayer_setTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + this.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_region = region; +} +; +_.setX__FV = function com_badlogic_gdx_maps_tiled_TiledMapImageLayer_setX__FV(x_0){ + this.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_x = x_0; +} +; +_.setY__FV = function com_badlogic_gdx_maps_tiled_TiledMapImageLayer_setY__FV(y_0){ + this.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_y = y_0; +} +; +_.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_x = 0; +_.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_325, $intern_326, 585, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit); +function com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_$clinit__V(){ + com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_NONE = new com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_TiledMapTile$BlendMode__Ljava_lang_String_2IV('NONE', 0); + com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_ALPHA = new com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_TiledMapTile$BlendMode__Ljava_lang_String_2IV($intern_327, 1); +} + +function com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_TiledMapTile$BlendMode__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_values___3Lcom_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_2(){ + com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), $intern_328, 356, 0, [com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_NONE, com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_ALPHA]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(356, 39, {356:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_TiledMapTile$BlendMode__Ljava_lang_String_2IV); +var com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_ALPHA, com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_NONE; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_325, 'TiledMapTile/BlendMode', 356, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_values___3Lcom_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_2); +function com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode$Map_$clinit__V(){ + com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), $intern_328, 356, 0, [com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_NONE, com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_ALPHA]))); +} + +var com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode$Map_$MAP; +function com_badlogic_gdx_maps_tiled_TiledMapTileLayer_TiledMapTileLayer__IIIIV(width_0, height, tileWidth, tileHeight){ + com_badlogic_gdx_maps_MapLayer_MapLayer__V.call(this); + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_width = width_0; + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_height = height; + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileWidth = tileWidth; + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileHeight = tileHeight; + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_cells = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, [{1134:1, 3:1, 15:1, 4:1, 5:1, 35:1}, $intern_329], [1082, 493], 0, [width_0, height], 2); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(586, 216, {216:1, 586:1}, com_badlogic_gdx_maps_tiled_TiledMapTileLayer_TiledMapTileLayer__IIIIV); +_.getCell__IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer_getCell__IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(x_0, y_0){ + if (x_0 < 0 || x_0 >= this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_width) + return null; + if (y_0 < 0 || y_0 >= this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_height) + return null; + return this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_cells[x_0][y_0]; +} +; +_.getHeight__I = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer_getHeight__I(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_height; +} +; +_.getTileHeight__I = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer_getTileHeight__I(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileHeight; +} +; +_.getTileWidth__I = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer_getTileWidth__I(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileWidth; +} +; +_.getWidth__I = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer_getWidth__I(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_width; +} +; +_.setCell__IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2V = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer_setCell__IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2V(x_0, y_0, cell){ + if (x_0 < 0 || x_0 >= this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_width) + return; + if (y_0 < 0 || y_0 >= this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_height) + return; + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_cells[x_0][y_0] = cell; +} +; +_.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_height = 0; +_.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileHeight = 0; +_.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileWidth = 0; +_.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_width = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_325, $intern_330, 586, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit); +function com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_TiledMapTileLayer$Cell__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(493, 1, {493:1}, com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_TiledMapTileLayer$Cell__V); +_.getFlipHorizontally__Z = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_getFlipHorizontally__Z(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipHorizontally; +} +; +_.getFlipVertically__Z = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_getFlipVertically__Z(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipVertically; +} +; +_.getRotation__I = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_getRotation__I(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_rotation; +} +; +_.getTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_getTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_tile; +} +; +_.setFlipHorizontally__ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_setFlipHorizontally__ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(flipHorizontally){ + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipHorizontally = flipHorizontally; + return this; +} +; +_.setFlipVertically__ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_setFlipVertically__ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(flipVertically){ + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipVertically = flipVertically; + return this; +} +; +_.setRotation__ILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_setRotation__ILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(rotation){ + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_rotation = rotation; + return this; +} +; +_.setTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_setTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(tile){ + this.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_tile = tile; + return this; +} +; +_.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipHorizontally = false; +_.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipVertically = false; +_.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_rotation = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_325, 'TiledMapTileLayer/Cell', 493, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_tiled_TiledMapTileSet_TiledMapTileSet__V(){ + this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_tiles = new com_badlogic_gdx_utils_IntMap_IntMap__V; + this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_properties = new com_badlogic_gdx_maps_MapProperties_MapProperties__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(587, 1, {587:1, 29:1}, com_badlogic_gdx_maps_tiled_TiledMapTileSet_TiledMapTileSet__V); +_.getName__Ljava_lang_String_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileSet_getName__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_name; +} +; +_.getProperties__Lcom_badlogic_gdx_maps_MapProperties_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileSet_getProperties__Lcom_badlogic_gdx_maps_MapProperties_2(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_properties; +} +; +_.getTile__ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileSet_getTile__ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2(id_0){ + return com_badlogic_gdx_utils_IntMap_$get__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_tiles, id_0); +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileSet_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_IntMap_$values__Lcom_badlogic_gdx_utils_IntMap_2Lcom_badlogic_gdx_utils_IntMap$Values_2(this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_tiles); +} +; +_.putTile__ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2V = function com_badlogic_gdx_maps_tiled_TiledMapTileSet_putTile__ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2V(id_0, tile){ + com_badlogic_gdx_utils_IntMap_$put__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_tiles, id_0, tile); +} +; +_.removeTile__IV = function com_badlogic_gdx_maps_tiled_TiledMapTileSet_removeTile__IV(id_0){ + com_badlogic_gdx_utils_IntMap_$remove__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_tiles, id_0); +} +; +_.setName__Ljava_lang_String_2V = function com_badlogic_gdx_maps_tiled_TiledMapTileSet_setName__Ljava_lang_String_2V(name_0){ + this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_name = name_0; +} +; +_.size__I = function com_badlogic_gdx_maps_tiled_TiledMapTileSet_size__I(){ + return this.com_badlogic_gdx_maps_tiled_TiledMapTileSet_tiles.com_badlogic_gdx_utils_IntMap_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_325, $intern_331, 587, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_tiled_TiledMapTileSets_TiledMapTileSets__V(){ + this.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets = new com_badlogic_gdx_utils_Array_Array__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(492, 1, {492:1, 29:1}, com_badlogic_gdx_maps_tiled_TiledMapTileSets_TiledMapTileSets__V); +_.addTileSet__Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2V = function com_badlogic_gdx_maps_tiled_TiledMapTileSets_addTileSet__Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2V(tileset){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets, tileset); +} +; +_.getTile__ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileSets_getTile__ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2(id_0){ + var i, tileset; + for (i = this.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) { + tileset = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets, i); + com_badlogic_gdx_utils_IntMap_$get__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(tileset.com_badlogic_gdx_maps_tiled_TiledMapTileSet_tiles, id_0); + } + return null; +} +; +_.getTileSet__ILcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileSets_getTileSet__ILcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2(index_0){ + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets, index_0); +} +; +_.getTileSet__Ljava_lang_String_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileSets_getTileSet__Ljava_lang_String_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2(name_0){ + var tileset, tileset$iterator; + for (tileset$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(tileset$iterator);) { + tileset = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(tileset$iterator); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, tileset.com_badlogic_gdx_maps_tiled_TiledMapTileSet_name)) { + return tileset; + } + } + return null; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_maps_tiled_TiledMapTileSets_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets); +} +; +_.removeTileSet__IV = function com_badlogic_gdx_maps_tiled_TiledMapTileSets_removeTileSet__IV(index_0){ + this.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets.removeIndex__ILjava_lang_Object_2(index_0); +} +; +_.removeTileSet__Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2V = function com_badlogic_gdx_maps_tiled_TiledMapTileSets_removeTileSet__Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2V(tileset){ + this.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets.removeValue__Ljava_lang_Object_2ZZ(tileset, true); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_325, $intern_332, 492, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_TiledMapTileMapObject__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2ZZV(tile, flipHorizontally, flipVertically){ + var textureRegion; + com_badlogic_gdx_maps_objects_TextureMapObject_TextureMapObject__V.call(this); + this.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipHorizontally = flipHorizontally; + this.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipVertically = flipVertically; + this.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_tile = tile; + textureRegion = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(null.$_nullMethod()); + com_badlogic_gdx_graphics_g2d_TextureRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZV(textureRegion, flipHorizontally, flipVertically); + this.com_badlogic_gdx_maps_objects_TextureMapObject_textureRegion = textureRegion; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(588, 282, {122:1, 282:1, 588:1}, com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_TiledMapTileMapObject__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2ZZV); +_.getTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2 = function com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_getTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2(){ + return this.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_tile; +} +; +_.isFlipHorizontally__Z = function com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_isFlipHorizontally__Z(){ + return this.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipHorizontally; +} +; +_.isFlipVertically__Z = function com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_isFlipVertically__Z(){ + return this.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipVertically; +} +; +_.setFlipHorizontally__ZV = function com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_setFlipHorizontally__ZV(flipHorizontally){ + this.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipHorizontally = flipHorizontally; +} +; +_.setFlipVertically__ZV = function com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_setFlipVertically__ZV(flipVertically){ + this.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipVertically = flipVertically; +} +; +_.setTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2V = function com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_setTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2V(tile){ + this.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_tile = tile; +} +; +_.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipHorizontally = false; +_.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipVertically = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2('com.badlogic.gdx.maps.tiled.objects', $intern_333, 588, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit); +function com_badlogic_gdx_math_Affine2_$$init__Lcom_badlogic_gdx_math_Affine2_2V(this$static){ +} + +function com_badlogic_gdx_math_Affine2_$preMul__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(this$static, other){ + var tmp00, tmp01, tmp02, tmp10, tmp11, tmp12; + tmp00 = other.com_badlogic_gdx_math_Affine2_m00 * this$static.com_badlogic_gdx_math_Affine2_m00 + other.com_badlogic_gdx_math_Affine2_m01 * this$static.com_badlogic_gdx_math_Affine2_m10; + tmp01 = other.com_badlogic_gdx_math_Affine2_m00 * this$static.com_badlogic_gdx_math_Affine2_m01 + other.com_badlogic_gdx_math_Affine2_m01 * this$static.com_badlogic_gdx_math_Affine2_m11; + tmp02 = other.com_badlogic_gdx_math_Affine2_m00 * this$static.com_badlogic_gdx_math_Affine2_m02 + other.com_badlogic_gdx_math_Affine2_m01 * this$static.com_badlogic_gdx_math_Affine2_m12 + other.com_badlogic_gdx_math_Affine2_m02; + tmp10 = other.com_badlogic_gdx_math_Affine2_m10 * this$static.com_badlogic_gdx_math_Affine2_m00 + other.com_badlogic_gdx_math_Affine2_m11 * this$static.com_badlogic_gdx_math_Affine2_m10; + tmp11 = other.com_badlogic_gdx_math_Affine2_m10 * this$static.com_badlogic_gdx_math_Affine2_m01 + other.com_badlogic_gdx_math_Affine2_m11 * this$static.com_badlogic_gdx_math_Affine2_m11; + tmp12 = other.com_badlogic_gdx_math_Affine2_m10 * this$static.com_badlogic_gdx_math_Affine2_m02 + other.com_badlogic_gdx_math_Affine2_m11 * this$static.com_badlogic_gdx_math_Affine2_m12 + other.com_badlogic_gdx_math_Affine2_m12; + this$static.com_badlogic_gdx_math_Affine2_m00 = tmp00; + this$static.com_badlogic_gdx_math_Affine2_m01 = tmp01; + this$static.com_badlogic_gdx_math_Affine2_m02 = tmp02; + this$static.com_badlogic_gdx_math_Affine2_m10 = tmp10; + this$static.com_badlogic_gdx_math_Affine2_m11 = tmp11; + this$static.com_badlogic_gdx_math_Affine2_m12 = tmp12; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$preScale__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this$static, scaleX, scaleY){ + this$static.com_badlogic_gdx_math_Affine2_m00 *= scaleX; + this$static.com_badlogic_gdx_math_Affine2_m01 *= scaleX; + this$static.com_badlogic_gdx_math_Affine2_m02 *= scaleX; + this$static.com_badlogic_gdx_math_Affine2_m10 *= scaleY; + this$static.com_badlogic_gdx_math_Affine2_m11 *= scaleY; + this$static.com_badlogic_gdx_math_Affine2_m12 *= scaleY; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$preShear__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this$static, shearX, shearY){ + var tmp00, tmp01, tmp02, tmp10, tmp11, tmp12; + tmp00 = this$static.com_badlogic_gdx_math_Affine2_m00 + shearX * this$static.com_badlogic_gdx_math_Affine2_m10; + tmp01 = this$static.com_badlogic_gdx_math_Affine2_m01 + shearX * this$static.com_badlogic_gdx_math_Affine2_m11; + tmp02 = this$static.com_badlogic_gdx_math_Affine2_m02 + shearX * this$static.com_badlogic_gdx_math_Affine2_m12; + tmp10 = this$static.com_badlogic_gdx_math_Affine2_m10 + shearY * this$static.com_badlogic_gdx_math_Affine2_m00; + tmp11 = this$static.com_badlogic_gdx_math_Affine2_m11 + shearY * this$static.com_badlogic_gdx_math_Affine2_m01; + tmp12 = this$static.com_badlogic_gdx_math_Affine2_m12 + shearY * this$static.com_badlogic_gdx_math_Affine2_m02; + this$static.com_badlogic_gdx_math_Affine2_m00 = tmp00; + this$static.com_badlogic_gdx_math_Affine2_m01 = tmp01; + this$static.com_badlogic_gdx_math_Affine2_m02 = tmp02; + this$static.com_badlogic_gdx_math_Affine2_m10 = tmp10; + this$static.com_badlogic_gdx_math_Affine2_m11 = tmp11; + this$static.com_badlogic_gdx_math_Affine2_m12 = tmp12; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$preTranslate__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this$static, x_0, y_0){ + this$static.com_badlogic_gdx_math_Affine2_m02 += x_0; + this$static.com_badlogic_gdx_math_Affine2_m12 += y_0; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$scale__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this$static, scaleX, scaleY){ + this$static.com_badlogic_gdx_math_Affine2_m00 *= scaleX; + this$static.com_badlogic_gdx_math_Affine2_m01 *= scaleY; + this$static.com_badlogic_gdx_math_Affine2_m10 *= scaleX; + this$static.com_badlogic_gdx_math_Affine2_m11 *= scaleY; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(this$static, other){ + this$static.com_badlogic_gdx_math_Affine2_m00 = other.com_badlogic_gdx_math_Affine2_m00; + this$static.com_badlogic_gdx_math_Affine2_m01 = other.com_badlogic_gdx_math_Affine2_m01; + this$static.com_badlogic_gdx_math_Affine2_m02 = other.com_badlogic_gdx_math_Affine2_m02; + this$static.com_badlogic_gdx_math_Affine2_m10 = other.com_badlogic_gdx_math_Affine2_m10; + this$static.com_badlogic_gdx_math_Affine2_m11 = other.com_badlogic_gdx_math_Affine2_m11; + this$static.com_badlogic_gdx_math_Affine2_m12 = other.com_badlogic_gdx_math_Affine2_m12; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$setToScaling__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this$static, scaleX, scaleY){ + this$static.com_badlogic_gdx_math_Affine2_m00 = scaleX; + this$static.com_badlogic_gdx_math_Affine2_m01 = 0; + this$static.com_badlogic_gdx_math_Affine2_m02 = 0; + this$static.com_badlogic_gdx_math_Affine2_m10 = 0; + this$static.com_badlogic_gdx_math_Affine2_m11 = scaleY; + this$static.com_badlogic_gdx_math_Affine2_m12 = 0; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$setToShearing__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this$static, shearX, shearY){ + this$static.com_badlogic_gdx_math_Affine2_m00 = 1; + this$static.com_badlogic_gdx_math_Affine2_m01 = shearX; + this$static.com_badlogic_gdx_math_Affine2_m02 = 0; + this$static.com_badlogic_gdx_math_Affine2_m10 = shearY; + this$static.com_badlogic_gdx_math_Affine2_m11 = 1; + this$static.com_badlogic_gdx_math_Affine2_m12 = 0; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$setToTranslation__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this$static, x_0, y_0){ + this$static.com_badlogic_gdx_math_Affine2_m00 = 1; + this$static.com_badlogic_gdx_math_Affine2_m01 = 0; + this$static.com_badlogic_gdx_math_Affine2_m02 = x_0; + this$static.com_badlogic_gdx_math_Affine2_m10 = 0; + this$static.com_badlogic_gdx_math_Affine2_m11 = 1; + this$static.com_badlogic_gdx_math_Affine2_m12 = y_0; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$setToTrnRotRadScl__Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(this$static, x_0, y_0, radians, scaleX, scaleY){ + var cos_0, sin_0; + this$static.com_badlogic_gdx_math_Affine2_m02 = x_0; + this$static.com_badlogic_gdx_math_Affine2_m12 = y_0; + if (radians == 0) { + this$static.com_badlogic_gdx_math_Affine2_m00 = scaleX; + this$static.com_badlogic_gdx_math_Affine2_m01 = 0; + this$static.com_badlogic_gdx_math_Affine2_m10 = 0; + this$static.com_badlogic_gdx_math_Affine2_m11 = scaleY; + } + else { + sin_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI(radians * $intern_284) & $intern_141]); + cos_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI((radians + $intern_285) * $intern_284) & $intern_141]; + this$static.com_badlogic_gdx_math_Affine2_m00 = cos_0 * scaleX; + this$static.com_badlogic_gdx_math_Affine2_m01 = -sin_0 * scaleY; + this$static.com_badlogic_gdx_math_Affine2_m10 = sin_0 * scaleX; + this$static.com_badlogic_gdx_math_Affine2_m11 = cos_0 * scaleY; + } + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$setToTrnRotScl__Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(this$static, x_0, y_0, degrees, scaleX, scaleY){ + var cos_0, sin_0; + this$static.com_badlogic_gdx_math_Affine2_m02 = x_0; + this$static.com_badlogic_gdx_math_Affine2_m12 = y_0; + if (degrees == 0) { + this$static.com_badlogic_gdx_math_Affine2_m00 = scaleX; + this$static.com_badlogic_gdx_math_Affine2_m01 = 0; + this$static.com_badlogic_gdx_math_Affine2_m10 = 0; + this$static.com_badlogic_gdx_math_Affine2_m11 = scaleY; + } + else { + sin_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI(degrees * $intern_140) & $intern_141]); + cos_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI((degrees + 90) * $intern_140) & $intern_141]; + this$static.com_badlogic_gdx_math_Affine2_m00 = cos_0 * scaleX; + this$static.com_badlogic_gdx_math_Affine2_m01 = -sin_0 * scaleY; + this$static.com_badlogic_gdx_math_Affine2_m10 = sin_0 * scaleX; + this$static.com_badlogic_gdx_math_Affine2_m11 = cos_0 * scaleY; + } + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$setToTrnScl__Lcom_badlogic_gdx_math_Affine2_2FFFFLcom_badlogic_gdx_math_Affine2_2(this$static, x_0, y_0, scaleX, scaleY){ + this$static.com_badlogic_gdx_math_Affine2_m00 = scaleX; + this$static.com_badlogic_gdx_math_Affine2_m01 = 0; + this$static.com_badlogic_gdx_math_Affine2_m02 = x_0; + this$static.com_badlogic_gdx_math_Affine2_m10 = 0; + this$static.com_badlogic_gdx_math_Affine2_m11 = scaleY; + this$static.com_badlogic_gdx_math_Affine2_m12 = y_0; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$shear__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this$static, shearX, shearY){ + var tmp0, tmp1; + tmp0 = this$static.com_badlogic_gdx_math_Affine2_m00 + shearY * this$static.com_badlogic_gdx_math_Affine2_m01; + tmp1 = this$static.com_badlogic_gdx_math_Affine2_m01 + shearX * this$static.com_badlogic_gdx_math_Affine2_m00; + this$static.com_badlogic_gdx_math_Affine2_m00 = tmp0; + this$static.com_badlogic_gdx_math_Affine2_m01 = tmp1; + tmp0 = this$static.com_badlogic_gdx_math_Affine2_m10 + shearY * this$static.com_badlogic_gdx_math_Affine2_m11; + tmp1 = this$static.com_badlogic_gdx_math_Affine2_m11 + shearX * this$static.com_badlogic_gdx_math_Affine2_m10; + this$static.com_badlogic_gdx_math_Affine2_m10 = tmp0; + this$static.com_badlogic_gdx_math_Affine2_m11 = tmp1; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_$translate__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this$static, x_0, y_0){ + this$static.com_badlogic_gdx_math_Affine2_m02 += this$static.com_badlogic_gdx_math_Affine2_m00 * x_0 + this$static.com_badlogic_gdx_math_Affine2_m01 * y_0; + this$static.com_badlogic_gdx_math_Affine2_m12 += this$static.com_badlogic_gdx_math_Affine2_m10 * x_0 + this$static.com_badlogic_gdx_math_Affine2_m11 * y_0; + return this$static; +} + +function com_badlogic_gdx_math_Affine2_Affine2__V(){ + com_badlogic_gdx_math_Affine2_$$init__Lcom_badlogic_gdx_math_Affine2_2V(this); +} + +function com_badlogic_gdx_math_Affine2_Affine2__Lcom_badlogic_gdx_math_Affine2_2V(other){ + com_badlogic_gdx_math_Affine2_$$init__Lcom_badlogic_gdx_math_Affine2_2V(this); + com_badlogic_gdx_math_Affine2_$set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(this, other); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(426, 1, {426:1, 3:1}, com_badlogic_gdx_math_Affine2_Affine2__V, com_badlogic_gdx_math_Affine2_Affine2__Lcom_badlogic_gdx_math_Affine2_2V); +_.applyTo__Lcom_badlogic_gdx_math_Vector2_2V = function com_badlogic_gdx_math_Affine2_applyTo__Lcom_badlogic_gdx_math_Vector2_2V(point){ + var x_0, y_0; + x_0 = point.com_badlogic_gdx_math_Vector2_x; + y_0 = point.com_badlogic_gdx_math_Vector2_y; + point.com_badlogic_gdx_math_Vector2_x = this.com_badlogic_gdx_math_Affine2_m00 * x_0 + this.com_badlogic_gdx_math_Affine2_m01 * y_0 + this.com_badlogic_gdx_math_Affine2_m02; + point.com_badlogic_gdx_math_Vector2_y = this.com_badlogic_gdx_math_Affine2_m10 * x_0 + this.com_badlogic_gdx_math_Affine2_m11 * y_0 + this.com_badlogic_gdx_math_Affine2_m12; +} +; +_.det__F = function com_badlogic_gdx_math_Affine2_det__F(){ + return this.com_badlogic_gdx_math_Affine2_m00 * this.com_badlogic_gdx_math_Affine2_m11 - this.com_badlogic_gdx_math_Affine2_m01 * this.com_badlogic_gdx_math_Affine2_m10; +} +; +_.getTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Affine2_getTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(position){ + position.com_badlogic_gdx_math_Vector2_x = this.com_badlogic_gdx_math_Affine2_m02; + position.com_badlogic_gdx_math_Vector2_y = this.com_badlogic_gdx_math_Affine2_m12; + return position; +} +; +_.idt__Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_idt__Lcom_badlogic_gdx_math_Affine2_2(){ + this.com_badlogic_gdx_math_Affine2_m00 = 1; + this.com_badlogic_gdx_math_Affine2_m01 = 0; + this.com_badlogic_gdx_math_Affine2_m02 = 0; + this.com_badlogic_gdx_math_Affine2_m10 = 0; + this.com_badlogic_gdx_math_Affine2_m11 = 1; + this.com_badlogic_gdx_math_Affine2_m12 = 0; + return this; +} +; +_.inv__Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_inv__Lcom_badlogic_gdx_math_Affine2_2(){ + var det, invDet, tmp00, tmp01, tmp02, tmp10, tmp11, tmp12; + det = this.com_badlogic_gdx_math_Affine2_m00 * this.com_badlogic_gdx_math_Affine2_m11 - this.com_badlogic_gdx_math_Affine2_m01 * this.com_badlogic_gdx_math_Affine2_m10; + if (det == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V("Can't invert a singular affine matrix")); + invDet = 1 / det; + tmp00 = this.com_badlogic_gdx_math_Affine2_m11; + tmp01 = -this.com_badlogic_gdx_math_Affine2_m01; + tmp02 = this.com_badlogic_gdx_math_Affine2_m01 * this.com_badlogic_gdx_math_Affine2_m12 - this.com_badlogic_gdx_math_Affine2_m11 * this.com_badlogic_gdx_math_Affine2_m02; + tmp10 = -this.com_badlogic_gdx_math_Affine2_m10; + tmp11 = this.com_badlogic_gdx_math_Affine2_m00; + tmp12 = this.com_badlogic_gdx_math_Affine2_m10 * this.com_badlogic_gdx_math_Affine2_m02 - this.com_badlogic_gdx_math_Affine2_m00 * this.com_badlogic_gdx_math_Affine2_m12; + this.com_badlogic_gdx_math_Affine2_m00 = invDet * tmp00; + this.com_badlogic_gdx_math_Affine2_m01 = invDet * tmp01; + this.com_badlogic_gdx_math_Affine2_m02 = invDet * tmp02; + this.com_badlogic_gdx_math_Affine2_m10 = invDet * tmp10; + this.com_badlogic_gdx_math_Affine2_m11 = invDet * tmp11; + this.com_badlogic_gdx_math_Affine2_m12 = invDet * tmp12; + return this; +} +; +_.isIdt__Z = function com_badlogic_gdx_math_Affine2_isIdt__Z(){ + return this.com_badlogic_gdx_math_Affine2_m00 == 1 && this.com_badlogic_gdx_math_Affine2_m02 == 0 && this.com_badlogic_gdx_math_Affine2_m12 == 0 && this.com_badlogic_gdx_math_Affine2_m11 == 1 && this.com_badlogic_gdx_math_Affine2_m01 == 0 && this.com_badlogic_gdx_math_Affine2_m10 == 0; +} +; +_.isTranslation__Z = function com_badlogic_gdx_math_Affine2_isTranslation__Z(){ + return this.com_badlogic_gdx_math_Affine2_m00 == 1 && this.com_badlogic_gdx_math_Affine2_m11 == 1 && this.com_badlogic_gdx_math_Affine2_m01 == 0 && this.com_badlogic_gdx_math_Affine2_m10 == 0; +} +; +_.mul__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_mul__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(other){ + var tmp00, tmp01, tmp02, tmp10, tmp11, tmp12; + tmp00 = this.com_badlogic_gdx_math_Affine2_m00 * other.com_badlogic_gdx_math_Affine2_m00 + this.com_badlogic_gdx_math_Affine2_m01 * other.com_badlogic_gdx_math_Affine2_m10; + tmp01 = this.com_badlogic_gdx_math_Affine2_m00 * other.com_badlogic_gdx_math_Affine2_m01 + this.com_badlogic_gdx_math_Affine2_m01 * other.com_badlogic_gdx_math_Affine2_m11; + tmp02 = this.com_badlogic_gdx_math_Affine2_m00 * other.com_badlogic_gdx_math_Affine2_m02 + this.com_badlogic_gdx_math_Affine2_m01 * other.com_badlogic_gdx_math_Affine2_m12 + this.com_badlogic_gdx_math_Affine2_m02; + tmp10 = this.com_badlogic_gdx_math_Affine2_m10 * other.com_badlogic_gdx_math_Affine2_m00 + this.com_badlogic_gdx_math_Affine2_m11 * other.com_badlogic_gdx_math_Affine2_m10; + tmp11 = this.com_badlogic_gdx_math_Affine2_m10 * other.com_badlogic_gdx_math_Affine2_m01 + this.com_badlogic_gdx_math_Affine2_m11 * other.com_badlogic_gdx_math_Affine2_m11; + tmp12 = this.com_badlogic_gdx_math_Affine2_m10 * other.com_badlogic_gdx_math_Affine2_m02 + this.com_badlogic_gdx_math_Affine2_m11 * other.com_badlogic_gdx_math_Affine2_m12 + this.com_badlogic_gdx_math_Affine2_m12; + this.com_badlogic_gdx_math_Affine2_m00 = tmp00; + this.com_badlogic_gdx_math_Affine2_m01 = tmp01; + this.com_badlogic_gdx_math_Affine2_m02 = tmp02; + this.com_badlogic_gdx_math_Affine2_m10 = tmp10; + this.com_badlogic_gdx_math_Affine2_m11 = tmp11; + this.com_badlogic_gdx_math_Affine2_m12 = tmp12; + return this; +} +; +_.preMul__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_preMul__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(other){ + return com_badlogic_gdx_math_Affine2_$preMul__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(this, other); +} +; +_.preRotate__FLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_preRotate__FLcom_badlogic_gdx_math_Affine2_2(degrees){ + var cos_0, sin_0, tmp00, tmp01, tmp02, tmp10, tmp11, tmp12; + if (degrees == 0) + return this; + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((degrees + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(degrees * $intern_140) & $intern_141]; + tmp00 = cos_0 * this.com_badlogic_gdx_math_Affine2_m00 - sin_0 * this.com_badlogic_gdx_math_Affine2_m10; + tmp01 = cos_0 * this.com_badlogic_gdx_math_Affine2_m01 - sin_0 * this.com_badlogic_gdx_math_Affine2_m11; + tmp02 = cos_0 * this.com_badlogic_gdx_math_Affine2_m02 - sin_0 * this.com_badlogic_gdx_math_Affine2_m12; + tmp10 = sin_0 * this.com_badlogic_gdx_math_Affine2_m00 + cos_0 * this.com_badlogic_gdx_math_Affine2_m10; + tmp11 = sin_0 * this.com_badlogic_gdx_math_Affine2_m01 + cos_0 * this.com_badlogic_gdx_math_Affine2_m11; + tmp12 = sin_0 * this.com_badlogic_gdx_math_Affine2_m02 + cos_0 * this.com_badlogic_gdx_math_Affine2_m12; + this.com_badlogic_gdx_math_Affine2_m00 = tmp00; + this.com_badlogic_gdx_math_Affine2_m01 = tmp01; + this.com_badlogic_gdx_math_Affine2_m02 = tmp02; + this.com_badlogic_gdx_math_Affine2_m10 = tmp10; + this.com_badlogic_gdx_math_Affine2_m11 = tmp11; + this.com_badlogic_gdx_math_Affine2_m12 = tmp12; + return this; +} +; +_.preRotateRad__FLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_preRotateRad__FLcom_badlogic_gdx_math_Affine2_2(radians){ + var cos_0, sin_0, tmp00, tmp01, tmp02, tmp10, tmp11, tmp12; + if (radians == 0) + return this; + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((radians + $intern_285) * $intern_284) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(radians * $intern_284) & $intern_141]; + tmp00 = cos_0 * this.com_badlogic_gdx_math_Affine2_m00 - sin_0 * this.com_badlogic_gdx_math_Affine2_m10; + tmp01 = cos_0 * this.com_badlogic_gdx_math_Affine2_m01 - sin_0 * this.com_badlogic_gdx_math_Affine2_m11; + tmp02 = cos_0 * this.com_badlogic_gdx_math_Affine2_m02 - sin_0 * this.com_badlogic_gdx_math_Affine2_m12; + tmp10 = sin_0 * this.com_badlogic_gdx_math_Affine2_m00 + cos_0 * this.com_badlogic_gdx_math_Affine2_m10; + tmp11 = sin_0 * this.com_badlogic_gdx_math_Affine2_m01 + cos_0 * this.com_badlogic_gdx_math_Affine2_m11; + tmp12 = sin_0 * this.com_badlogic_gdx_math_Affine2_m02 + cos_0 * this.com_badlogic_gdx_math_Affine2_m12; + this.com_badlogic_gdx_math_Affine2_m00 = tmp00; + this.com_badlogic_gdx_math_Affine2_m01 = tmp01; + this.com_badlogic_gdx_math_Affine2_m02 = tmp02; + this.com_badlogic_gdx_math_Affine2_m10 = tmp10; + this.com_badlogic_gdx_math_Affine2_m11 = tmp11; + this.com_badlogic_gdx_math_Affine2_m12 = tmp12; + return this; +} +; +_.preScale__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_preScale__FFLcom_badlogic_gdx_math_Affine2_2(scaleX, scaleY){ + return com_badlogic_gdx_math_Affine2_$preScale__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, scaleX, scaleY); +} +; +_.preScale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_preScale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(scale){ + return com_badlogic_gdx_math_Affine2_$preScale__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, scale.com_badlogic_gdx_math_Vector2_x, scale.com_badlogic_gdx_math_Vector2_y); +} +; +_.preShear__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_preShear__FFLcom_badlogic_gdx_math_Affine2_2(shearX, shearY){ + return com_badlogic_gdx_math_Affine2_$preShear__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, shearX, shearY); +} +; +_.preShear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_preShear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(shear){ + return com_badlogic_gdx_math_Affine2_$preShear__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, shear.com_badlogic_gdx_math_Vector2_x, shear.com_badlogic_gdx_math_Vector2_y); +} +; +_.preTranslate__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_preTranslate__FFLcom_badlogic_gdx_math_Affine2_2(x_0, y_0){ + return com_badlogic_gdx_math_Affine2_$preTranslate__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, x_0, y_0); +} +; +_.preTranslate__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_preTranslate__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(trn){ + return com_badlogic_gdx_math_Affine2_$preTranslate__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, trn.com_badlogic_gdx_math_Vector2_x, trn.com_badlogic_gdx_math_Vector2_y); +} +; +_.rotate__FLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_rotate__FLcom_badlogic_gdx_math_Affine2_2(degrees){ + var cos_0, sin_0, tmp00, tmp01, tmp10, tmp11; + if (degrees == 0) + return this; + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((degrees + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(degrees * $intern_140) & $intern_141]; + tmp00 = this.com_badlogic_gdx_math_Affine2_m00 * cos_0 + this.com_badlogic_gdx_math_Affine2_m01 * sin_0; + tmp01 = this.com_badlogic_gdx_math_Affine2_m00 * -sin_0 + this.com_badlogic_gdx_math_Affine2_m01 * cos_0; + tmp10 = this.com_badlogic_gdx_math_Affine2_m10 * cos_0 + this.com_badlogic_gdx_math_Affine2_m11 * sin_0; + tmp11 = this.com_badlogic_gdx_math_Affine2_m10 * -sin_0 + this.com_badlogic_gdx_math_Affine2_m11 * cos_0; + this.com_badlogic_gdx_math_Affine2_m00 = tmp00; + this.com_badlogic_gdx_math_Affine2_m01 = tmp01; + this.com_badlogic_gdx_math_Affine2_m10 = tmp10; + this.com_badlogic_gdx_math_Affine2_m11 = tmp11; + return this; +} +; +_.rotateRad__FLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_rotateRad__FLcom_badlogic_gdx_math_Affine2_2(radians){ + var cos_0, sin_0, tmp00, tmp01, tmp10, tmp11; + if (radians == 0) + return this; + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((radians + $intern_285) * $intern_284) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(radians * $intern_284) & $intern_141]; + tmp00 = this.com_badlogic_gdx_math_Affine2_m00 * cos_0 + this.com_badlogic_gdx_math_Affine2_m01 * sin_0; + tmp01 = this.com_badlogic_gdx_math_Affine2_m00 * -sin_0 + this.com_badlogic_gdx_math_Affine2_m01 * cos_0; + tmp10 = this.com_badlogic_gdx_math_Affine2_m10 * cos_0 + this.com_badlogic_gdx_math_Affine2_m11 * sin_0; + tmp11 = this.com_badlogic_gdx_math_Affine2_m10 * -sin_0 + this.com_badlogic_gdx_math_Affine2_m11 * cos_0; + this.com_badlogic_gdx_math_Affine2_m00 = tmp00; + this.com_badlogic_gdx_math_Affine2_m01 = tmp01; + this.com_badlogic_gdx_math_Affine2_m10 = tmp10; + this.com_badlogic_gdx_math_Affine2_m11 = tmp11; + return this; +} +; +_.scale__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_scale__FFLcom_badlogic_gdx_math_Affine2_2(scaleX, scaleY){ + return com_badlogic_gdx_math_Affine2_$scale__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, scaleX, scaleY); +} +; +_.scale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_scale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(scale){ + return com_badlogic_gdx_math_Affine2_$scale__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, scale.com_badlogic_gdx_math_Vector2_x, scale.com_badlogic_gdx_math_Vector2_y); +} +; +_.set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(other){ + return com_badlogic_gdx_math_Affine2_$set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(this, other); +} +; +_.set__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_set__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Affine2_2(matrix){ + var other; + other = matrix.com_badlogic_gdx_math_Matrix3_val; + this.com_badlogic_gdx_math_Affine2_m00 = other[0]; + this.com_badlogic_gdx_math_Affine2_m01 = other[3]; + this.com_badlogic_gdx_math_Affine2_m02 = other[6]; + this.com_badlogic_gdx_math_Affine2_m10 = other[1]; + this.com_badlogic_gdx_math_Affine2_m11 = other[4]; + this.com_badlogic_gdx_math_Affine2_m12 = other[7]; + return this; +} +; +_.set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Affine2_2(matrix){ + var other; + other = matrix.com_badlogic_gdx_math_Matrix4_val; + this.com_badlogic_gdx_math_Affine2_m00 = other[0]; + this.com_badlogic_gdx_math_Affine2_m01 = other[4]; + this.com_badlogic_gdx_math_Affine2_m02 = other[12]; + this.com_badlogic_gdx_math_Affine2_m10 = other[1]; + this.com_badlogic_gdx_math_Affine2_m11 = other[5]; + this.com_badlogic_gdx_math_Affine2_m12 = other[13]; + return this; +} +; +_.setToProduct__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToProduct__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(l, r){ + this.com_badlogic_gdx_math_Affine2_m00 = l.com_badlogic_gdx_math_Affine2_m00 * r.com_badlogic_gdx_math_Affine2_m00 + l.com_badlogic_gdx_math_Affine2_m01 * r.com_badlogic_gdx_math_Affine2_m10; + this.com_badlogic_gdx_math_Affine2_m01 = l.com_badlogic_gdx_math_Affine2_m00 * r.com_badlogic_gdx_math_Affine2_m01 + l.com_badlogic_gdx_math_Affine2_m01 * r.com_badlogic_gdx_math_Affine2_m11; + this.com_badlogic_gdx_math_Affine2_m02 = l.com_badlogic_gdx_math_Affine2_m00 * r.com_badlogic_gdx_math_Affine2_m02 + l.com_badlogic_gdx_math_Affine2_m01 * r.com_badlogic_gdx_math_Affine2_m12 + l.com_badlogic_gdx_math_Affine2_m02; + this.com_badlogic_gdx_math_Affine2_m10 = l.com_badlogic_gdx_math_Affine2_m10 * r.com_badlogic_gdx_math_Affine2_m00 + l.com_badlogic_gdx_math_Affine2_m11 * r.com_badlogic_gdx_math_Affine2_m10; + this.com_badlogic_gdx_math_Affine2_m11 = l.com_badlogic_gdx_math_Affine2_m10 * r.com_badlogic_gdx_math_Affine2_m01 + l.com_badlogic_gdx_math_Affine2_m11 * r.com_badlogic_gdx_math_Affine2_m11; + this.com_badlogic_gdx_math_Affine2_m12 = l.com_badlogic_gdx_math_Affine2_m10 * r.com_badlogic_gdx_math_Affine2_m02 + l.com_badlogic_gdx_math_Affine2_m11 * r.com_badlogic_gdx_math_Affine2_m12 + l.com_badlogic_gdx_math_Affine2_m12; + return this; +} +; +_.setToRotation__FLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToRotation__FLcom_badlogic_gdx_math_Affine2_2(degrees){ + var cos_0, sin_0; + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((degrees + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(degrees * $intern_140) & $intern_141]; + this.com_badlogic_gdx_math_Affine2_m00 = cos_0; + this.com_badlogic_gdx_math_Affine2_m01 = -sin_0; + this.com_badlogic_gdx_math_Affine2_m02 = 0; + this.com_badlogic_gdx_math_Affine2_m10 = sin_0; + this.com_badlogic_gdx_math_Affine2_m11 = cos_0; + this.com_badlogic_gdx_math_Affine2_m12 = 0; + return this; +} +; +_.setToRotation__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToRotation__FFLcom_badlogic_gdx_math_Affine2_2(cos_0, sin_0){ + this.com_badlogic_gdx_math_Affine2_m00 = cos_0; + this.com_badlogic_gdx_math_Affine2_m01 = -sin_0; + this.com_badlogic_gdx_math_Affine2_m02 = 0; + this.com_badlogic_gdx_math_Affine2_m10 = sin_0; + this.com_badlogic_gdx_math_Affine2_m11 = cos_0; + this.com_badlogic_gdx_math_Affine2_m12 = 0; + return this; +} +; +_.setToRotationRad__FLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToRotationRad__FLcom_badlogic_gdx_math_Affine2_2(radians){ + var cos_0, sin_0; + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((radians + $intern_285) * $intern_284) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(radians * $intern_284) & $intern_141]; + this.com_badlogic_gdx_math_Affine2_m00 = cos_0; + this.com_badlogic_gdx_math_Affine2_m01 = -sin_0; + this.com_badlogic_gdx_math_Affine2_m02 = 0; + this.com_badlogic_gdx_math_Affine2_m10 = sin_0; + this.com_badlogic_gdx_math_Affine2_m11 = cos_0; + this.com_badlogic_gdx_math_Affine2_m12 = 0; + return this; +} +; +_.setToScaling__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToScaling__FFLcom_badlogic_gdx_math_Affine2_2(scaleX, scaleY){ + return com_badlogic_gdx_math_Affine2_$setToScaling__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, scaleX, scaleY); +} +; +_.setToScaling__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToScaling__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(scale){ + return com_badlogic_gdx_math_Affine2_$setToScaling__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, scale.com_badlogic_gdx_math_Vector2_x, scale.com_badlogic_gdx_math_Vector2_y); +} +; +_.setToShearing__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToShearing__FFLcom_badlogic_gdx_math_Affine2_2(shearX, shearY){ + return com_badlogic_gdx_math_Affine2_$setToShearing__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, shearX, shearY); +} +; +_.setToShearing__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToShearing__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(shear){ + return com_badlogic_gdx_math_Affine2_$setToShearing__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, shear.com_badlogic_gdx_math_Vector2_x, shear.com_badlogic_gdx_math_Vector2_y); +} +; +_.setToTranslation__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToTranslation__FFLcom_badlogic_gdx_math_Affine2_2(x_0, y_0){ + return com_badlogic_gdx_math_Affine2_$setToTranslation__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, x_0, y_0); +} +; +_.setToTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(trn){ + return com_badlogic_gdx_math_Affine2_$setToTranslation__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, trn.com_badlogic_gdx_math_Vector2_x, trn.com_badlogic_gdx_math_Vector2_y); +} +; +_.setToTrnRotRadScl__FFFFFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToTrnRotRadScl__FFFFFLcom_badlogic_gdx_math_Affine2_2(x_0, y_0, radians, scaleX, scaleY){ + return com_badlogic_gdx_math_Affine2_$setToTrnRotRadScl__Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(this, x_0, y_0, radians, scaleX, scaleY); +} +; +_.setToTrnRotRadScl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToTrnRotRadScl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(trn, radians, scale){ + return com_badlogic_gdx_math_Affine2_$setToTrnRotRadScl__Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(this, trn.com_badlogic_gdx_math_Vector2_x, trn.com_badlogic_gdx_math_Vector2_y, radians, scale.com_badlogic_gdx_math_Vector2_x, scale.com_badlogic_gdx_math_Vector2_y); +} +; +_.setToTrnRotScl__FFFFFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToTrnRotScl__FFFFFLcom_badlogic_gdx_math_Affine2_2(x_0, y_0, degrees, scaleX, scaleY){ + return com_badlogic_gdx_math_Affine2_$setToTrnRotScl__Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(this, x_0, y_0, degrees, scaleX, scaleY); +} +; +_.setToTrnRotScl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToTrnRotScl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(trn, degrees, scale){ + return com_badlogic_gdx_math_Affine2_$setToTrnRotScl__Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(this, trn.com_badlogic_gdx_math_Vector2_x, trn.com_badlogic_gdx_math_Vector2_y, degrees, scale.com_badlogic_gdx_math_Vector2_x, scale.com_badlogic_gdx_math_Vector2_y); +} +; +_.setToTrnScl__FFFFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToTrnScl__FFFFLcom_badlogic_gdx_math_Affine2_2(x_0, y_0, scaleX, scaleY){ + return com_badlogic_gdx_math_Affine2_$setToTrnScl__Lcom_badlogic_gdx_math_Affine2_2FFFFLcom_badlogic_gdx_math_Affine2_2(this, x_0, y_0, scaleX, scaleY); +} +; +_.setToTrnScl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_setToTrnScl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(trn, scale){ + return com_badlogic_gdx_math_Affine2_$setToTrnScl__Lcom_badlogic_gdx_math_Affine2_2FFFFLcom_badlogic_gdx_math_Affine2_2(this, trn.com_badlogic_gdx_math_Vector2_x, trn.com_badlogic_gdx_math_Vector2_y, scale.com_badlogic_gdx_math_Vector2_x, scale.com_badlogic_gdx_math_Vector2_y); +} +; +_.shear__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_shear__FFLcom_badlogic_gdx_math_Affine2_2(shearX, shearY){ + return com_badlogic_gdx_math_Affine2_$shear__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, shearX, shearY); +} +; +_.shear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_shear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(shear){ + return com_badlogic_gdx_math_Affine2_$shear__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, shear.com_badlogic_gdx_math_Vector2_x, shear.com_badlogic_gdx_math_Vector2_y); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Affine2_toString__Ljava_lang_String_2(){ + return '[' + this.com_badlogic_gdx_math_Affine2_m00 + '|' + this.com_badlogic_gdx_math_Affine2_m01 + '|' + this.com_badlogic_gdx_math_Affine2_m02 + ']\n[' + this.com_badlogic_gdx_math_Affine2_m10 + '|' + this.com_badlogic_gdx_math_Affine2_m11 + '|' + this.com_badlogic_gdx_math_Affine2_m12 + ']\n[0.0|0.0|0.1]'; +} +; +_.translate__FFLcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_translate__FFLcom_badlogic_gdx_math_Affine2_2(x_0, y_0){ + return com_badlogic_gdx_math_Affine2_$translate__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, x_0, y_0); +} +; +_.translate__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2 = function com_badlogic_gdx_math_Affine2_translate__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(trn){ + return com_badlogic_gdx_math_Affine2_$translate__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(this, trn.com_badlogic_gdx_math_Vector2_x, trn.com_badlogic_gdx_math_Vector2_y); +} +; +_.com_badlogic_gdx_math_Affine2_m00 = 1; +_.com_badlogic_gdx_math_Affine2_m01 = 0; +_.com_badlogic_gdx_math_Affine2_m02 = 0; +_.com_badlogic_gdx_math_Affine2_m10 = 0; +_.com_badlogic_gdx_math_Affine2_m11 = 1; +_.com_badlogic_gdx_math_Affine2_m12 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_335, 426, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_334, 'Path'); +function com_badlogic_gdx_math_BSpline_$approximate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2F(this$static, v){ + return com_badlogic_gdx_math_BSpline_$approximate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this$static, v, com_badlogic_gdx_math_BSpline_$nearest__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2III(this$static, v, 0, this$static.com_badlogic_gdx_math_BSpline_spanCount)); +} + +function com_badlogic_gdx_math_BSpline_$approximate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this$static, in_0, near){ + var L1, L1Sqr, L2Sqr, L3Sqr, P1, P2, P3, dstNext2, dstPrev2, n, nearest, next, previous, s, u; + n = near; + nearest = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_BSpline_knots, n); + previous = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_BSpline_knots, n > 0?n - 1:this$static.com_badlogic_gdx_math_BSpline_spanCount - 1); + next = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_BSpline_knots, (n + 1) % this$static.com_badlogic_gdx_math_BSpline_spanCount); + dstPrev2 = in_0.dst2__Lcom_badlogic_gdx_math_Vector_2F(previous); + dstNext2 = in_0.dst2__Lcom_badlogic_gdx_math_Vector_2F(next); + if (dstNext2 < dstPrev2) { + P1 = nearest; + P2 = next; + P3 = in_0; + } + else { + P1 = previous; + P2 = nearest; + P3 = in_0; + n = n > 0?n - 1:this$static.com_badlogic_gdx_math_BSpline_spanCount - 1; + } + L1Sqr = P1.dst2__Lcom_badlogic_gdx_math_Vector_2F(P2); + L2Sqr = P3.dst2__Lcom_badlogic_gdx_math_Vector_2F(P2); + L3Sqr = P3.dst2__Lcom_badlogic_gdx_math_Vector_2F(P1); + L1 = $wnd.Math.sqrt(L1Sqr); + s = (L2Sqr + L1Sqr - L3Sqr) / (2 * L1); + u = com_badlogic_gdx_math_MathUtils_clamp__FFFF((L1 - s) / L1, 0, 1); + return (n + u) / this$static.com_badlogic_gdx_math_BSpline_spanCount; +} + +function com_badlogic_gdx_math_BSpline_$derivativeAt__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this$static, out, t){ + var i, n, u; + n = this$static.com_badlogic_gdx_math_BSpline_spanCount; + u = t * n; + i = t >= 1?n - 1:com_google_gwt_lang_Cast_round_1int__DI(u); + u -= i; + return com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, this$static.com_badlogic_gdx_math_BSpline_continuous?i:i + com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_math_BSpline_degree * 0.5), u, this$static.com_badlogic_gdx_math_BSpline_controlPoints, this$static.com_badlogic_gdx_math_BSpline_degree, this$static.com_badlogic_gdx_math_BSpline_continuous, this$static.com_badlogic_gdx_math_BSpline_tmp); +} + +function com_badlogic_gdx_math_BSpline_$locate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2F(this$static, v){ + return com_badlogic_gdx_math_BSpline_$approximate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this$static, v, com_badlogic_gdx_math_BSpline_$nearest__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2III(this$static, v, 0, this$static.com_badlogic_gdx_math_BSpline_spanCount)); +} + +function com_badlogic_gdx_math_BSpline_$nearest__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2III(this$static, in_0, start_0, count){ + var d, dst, i, idx, result; + while (start_0 < 0) + start_0 += this$static.com_badlogic_gdx_math_BSpline_spanCount; + result = start_0 % this$static.com_badlogic_gdx_math_BSpline_spanCount; + dst = in_0.dst2__Lcom_badlogic_gdx_math_Vector_2F(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_BSpline_knots, result)); + for (i = 1; i < count; i++) { + idx = (start_0 + i) % this$static.com_badlogic_gdx_math_BSpline_spanCount; + d = in_0.dst2__Lcom_badlogic_gdx_math_Vector_2F(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_BSpline_knots, idx)); + if (d < dst) { + dst = d; + result = idx; + } + } + return result; +} + +function com_badlogic_gdx_math_BSpline_$set__Lcom_badlogic_gdx_math_BSpline_2_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_BSpline_2(this$static, controlPoints, degree, continuous){ + var i; + !this$static.com_badlogic_gdx_math_BSpline_tmp && (this$static.com_badlogic_gdx_math_BSpline_tmp = controlPoints[0].cpy__Lcom_badlogic_gdx_math_Vector_2()); + !this$static.com_badlogic_gdx_math_BSpline_tmp2 && (this$static.com_badlogic_gdx_math_BSpline_tmp2 = controlPoints[0].cpy__Lcom_badlogic_gdx_math_Vector_2()); + !this$static.com_badlogic_gdx_math_BSpline_tmp3 && (this$static.com_badlogic_gdx_math_BSpline_tmp3 = controlPoints[0].cpy__Lcom_badlogic_gdx_math_Vector_2()); + this$static.com_badlogic_gdx_math_BSpline_controlPoints = controlPoints; + this$static.com_badlogic_gdx_math_BSpline_degree = degree; + this$static.com_badlogic_gdx_math_BSpline_continuous = continuous; + this$static.com_badlogic_gdx_math_BSpline_spanCount = continuous?controlPoints.length:controlPoints.length - degree; + if (!this$static.com_badlogic_gdx_math_BSpline_knots) + this$static.com_badlogic_gdx_math_BSpline_knots = new com_badlogic_gdx_utils_Array_Array__IV(this$static.com_badlogic_gdx_math_BSpline_spanCount); + else { + this$static.com_badlogic_gdx_math_BSpline_knots.clear__V(); + com_badlogic_gdx_utils_Array_$ensureCapacity__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static.com_badlogic_gdx_math_BSpline_knots, this$static.com_badlogic_gdx_math_BSpline_spanCount); + } + for (i = 0; i < this$static.com_badlogic_gdx_math_BSpline_spanCount; i++) + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_math_BSpline_knots, com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(controlPoints[0].cpy__Lcom_badlogic_gdx_math_Vector_2(), continuous?i:com_google_gwt_lang_Cast_round_1int__DI(i + 0.5 * degree), 0, controlPoints, degree, continuous, this$static.com_badlogic_gdx_math_BSpline_tmp)); + return this$static; +} + +function com_badlogic_gdx_math_BSpline_$valueAt__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this$static, out, t){ + var i, n, u; + n = this$static.com_badlogic_gdx_math_BSpline_spanCount; + u = t * n; + i = t >= 1?n - 1:com_google_gwt_lang_Cast_round_1int__DI(u); + u -= i; + return com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, this$static.com_badlogic_gdx_math_BSpline_continuous?i:i + com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_math_BSpline_degree * 0.5), u, this$static.com_badlogic_gdx_math_BSpline_controlPoints, this$static.com_badlogic_gdx_math_BSpline_degree, this$static.com_badlogic_gdx_math_BSpline_continuous, this$static.com_badlogic_gdx_math_BSpline_tmp); +} + +function com_badlogic_gdx_math_BSpline_BSpline__V(){ +} + +function com_badlogic_gdx_math_BSpline_BSpline___3Lcom_badlogic_gdx_math_Vector_2IZV(controlPoints, degree, continuous){ + com_badlogic_gdx_math_BSpline_$set__Lcom_badlogic_gdx_math_BSpline_2_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_BSpline_2(this, controlPoints, degree, continuous); +} + +function com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, i, u, points, degree, continuous, tmp){ + if (degree == 3) { + return com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, i, u, points, continuous, tmp); + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__V); +} + +function com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, i, u, points, continuous, tmp){ + var dt, n, t2, t3; + n = points.length; + dt = 1 - u; + t2 = u * u; + t3 = t2 * u; + out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[i]).scl__FLcom_badlogic_gdx_math_Vector_2((3 * t3 - 6 * t2 + 4) * $intern_336); + (continuous || i > 0) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(n + i - 1) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(dt * dt * dt * $intern_336)); + (continuous || i < n - 1) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(i + 1) % n]).scl__FLcom_badlogic_gdx_math_Vector_2((-3 * t3 + 3 * t2 + 3 * u + 1) * $intern_336)); + (continuous || i < n - 2) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(i + 2) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(t3 * $intern_336)); + return out; +} + +function com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, i, u, points, continuous, tmp){ + var dt, n, t2; + n = points.length; + dt = 1 - u; + t2 = u * u; + out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[i]).scl__FLcom_badlogic_gdx_math_Vector_2(1.5 * t2 - 2 * u); + (continuous || i > 0) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(n + i - 1) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(-0.5 * dt * dt)); + (continuous || i < n - 1) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(i + 1) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(-1.5 * t2 + u + 0.5)); + (continuous || i < n - 2) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(i + 2) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(0.5 * t2)); + return out; +} + +function com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, i, u, points, degree, continuous, tmp){ + if (degree == 3) { + return com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, i, u, points, continuous, tmp); + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__V); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(494, 1, {494:1, 794:1}, com_badlogic_gdx_math_BSpline_BSpline__V, com_badlogic_gdx_math_BSpline_BSpline___3Lcom_badlogic_gdx_math_Vector_2IZV); +_.approximate__Ljava_lang_Object_2F = function com_badlogic_gdx_math_BSpline_approximate__Ljava_lang_Object_2F(v){ + return com_badlogic_gdx_math_BSpline_$approximate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.derivativeAt__Ljava_lang_Object_2FLjava_lang_Object_2 = function com_badlogic_gdx_math_BSpline_derivativeAt__Ljava_lang_Object_2FLjava_lang_Object_2(out, t){ + return com_badlogic_gdx_math_BSpline_$derivativeAt__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.locate__Ljava_lang_Object_2F = function com_badlogic_gdx_math_BSpline_locate__Ljava_lang_Object_2F(v){ + return com_badlogic_gdx_math_BSpline_$locate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.valueAt__Ljava_lang_Object_2FLjava_lang_Object_2 = function com_badlogic_gdx_math_BSpline_valueAt__Ljava_lang_Object_2FLjava_lang_Object_2(out, t){ + return com_badlogic_gdx_math_BSpline_$valueAt__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.approxLength__IF = function com_badlogic_gdx_math_BSpline_approxLength__IF(samples){ + var i, tempLength; + tempLength = 0; + for (i = 0; i < samples; ++i) { + this.com_badlogic_gdx_math_BSpline_tmp2.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(this.com_badlogic_gdx_math_BSpline_tmp3); + com_badlogic_gdx_math_BSpline_$valueAt__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, this.com_badlogic_gdx_math_BSpline_tmp3, i / (samples - 1)); + i > 0 && (tempLength += this.com_badlogic_gdx_math_BSpline_tmp2.dst__Lcom_badlogic_gdx_math_Vector_2F(this.com_badlogic_gdx_math_BSpline_tmp3)); + } + return tempLength; +} +; +_.approximate__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_BSpline_approximate__Lcom_badlogic_gdx_math_Vector_2F(v){ + return com_badlogic_gdx_math_BSpline_$approximate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.approximate__Lcom_badlogic_gdx_math_Vector_2IF = function com_badlogic_gdx_math_BSpline_approximate__Lcom_badlogic_gdx_math_Vector_2IF(in_0, near){ + return com_badlogic_gdx_math_BSpline_$approximate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this, in_0, near); +} +; +_.approximate__Lcom_badlogic_gdx_math_Vector_2IIF = function com_badlogic_gdx_math_BSpline_approximate__Lcom_badlogic_gdx_math_Vector_2IIF(in_0, start_0, count){ + return com_badlogic_gdx_math_BSpline_$approximate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this, in_0, com_badlogic_gdx_math_BSpline_$nearest__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2III(this, in_0, start_0, count)); +} +; +_.derivativeAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_BSpline_derivativeAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(out, t){ + return com_badlogic_gdx_math_BSpline_$derivativeAt__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.derivativeAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_BSpline_derivativeAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(out, span_0, u){ + return com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, this.com_badlogic_gdx_math_BSpline_continuous?span_0:span_0 + com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_math_BSpline_degree * 0.5), u, this.com_badlogic_gdx_math_BSpline_controlPoints, this.com_badlogic_gdx_math_BSpline_degree, this.com_badlogic_gdx_math_BSpline_continuous, this.com_badlogic_gdx_math_BSpline_tmp); +} +; +_.locate__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_BSpline_locate__Lcom_badlogic_gdx_math_Vector_2F(v){ + return com_badlogic_gdx_math_BSpline_$locate__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.nearest__Lcom_badlogic_gdx_math_Vector_2I = function com_badlogic_gdx_math_BSpline_nearest__Lcom_badlogic_gdx_math_Vector_2I(in_0){ + return com_badlogic_gdx_math_BSpline_$nearest__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2III(this, in_0, 0, this.com_badlogic_gdx_math_BSpline_spanCount); +} +; +_.nearest__Lcom_badlogic_gdx_math_Vector_2III = function com_badlogic_gdx_math_BSpline_nearest__Lcom_badlogic_gdx_math_Vector_2III(in_0, start_0, count){ + return com_badlogic_gdx_math_BSpline_$nearest__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2III(this, in_0, start_0, count); +} +; +_.set___3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_BSpline_2 = function com_badlogic_gdx_math_BSpline_set___3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_BSpline_2(controlPoints, degree, continuous){ + return com_badlogic_gdx_math_BSpline_$set__Lcom_badlogic_gdx_math_BSpline_2_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_BSpline_2(this, controlPoints, degree, continuous); +} +; +_.valueAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_BSpline_valueAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(out, t){ + return com_badlogic_gdx_math_BSpline_$valueAt__Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.valueAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_BSpline_valueAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(out, span_0, u){ + return com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, this.com_badlogic_gdx_math_BSpline_continuous?span_0:span_0 + com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_math_BSpline_degree * 0.5), u, this.com_badlogic_gdx_math_BSpline_controlPoints, this.com_badlogic_gdx_math_BSpline_degree, this.com_badlogic_gdx_math_BSpline_continuous, this.com_badlogic_gdx_math_BSpline_tmp); +} +; +_.com_badlogic_gdx_math_BSpline_continuous = false; +_.com_badlogic_gdx_math_BSpline_degree = 0; +_.com_badlogic_gdx_math_BSpline_spanCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_337, 494, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Bezier_$$init__Lcom_badlogic_gdx_math_Bezier_2V(this$static){ + this$static.com_badlogic_gdx_math_Bezier_points = new com_badlogic_gdx_utils_Array_Array__V; +} + +function com_badlogic_gdx_math_Bezier_$approximate__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2F(this$static, v){ + var l1, l1Sqr, l2Sqr, l3Sqr, p1, p2, p3, s; + p1 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 0); + p2 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, this$static.com_badlogic_gdx_math_Bezier_points.com_badlogic_gdx_utils_Array_size - 1); + p3 = v; + l1Sqr = p1.dst2__Lcom_badlogic_gdx_math_Vector_2F(p2); + l2Sqr = p3.dst2__Lcom_badlogic_gdx_math_Vector_2F(p2); + l3Sqr = p3.dst2__Lcom_badlogic_gdx_math_Vector_2F(p1); + l1 = $wnd.Math.sqrt(l1Sqr); + s = (l2Sqr + l1Sqr - l3Sqr) / (2 * l1); + return com_badlogic_gdx_math_MathUtils_clamp__FFFF((l1 - s) / l1, 0, 1); +} + +function com_badlogic_gdx_math_Bezier_$derivativeAt__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this$static, out, t){ + var n; + n = this$static.com_badlogic_gdx_math_Bezier_points.com_badlogic_gdx_utils_Array_size; + n == 2?com_badlogic_gdx_math_Bezier_linear_1derivative__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 0), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 1), this$static.com_badlogic_gdx_math_Bezier_tmp):n == 3?com_badlogic_gdx_math_Bezier_quadratic_1derivative__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 0), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 1), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 2), this$static.com_badlogic_gdx_math_Bezier_tmp):n == 4 && com_badlogic_gdx_math_Bezier_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 0), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 1), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 2), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 3), this$static.com_badlogic_gdx_math_Bezier_tmp); + return out; +} + +function com_badlogic_gdx_math_Bezier_$set__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_utils_Array_2IILcom_badlogic_gdx_math_Bezier_2(this$static, points, offset, length_0){ + if (length_0 < 2 || length_0 > 4) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_338)); + !this$static.com_badlogic_gdx_math_Bezier_tmp && (this$static.com_badlogic_gdx_math_Bezier_tmp = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(points, 0).cpy__Lcom_badlogic_gdx_math_Vector_2()); + !this$static.com_badlogic_gdx_math_Bezier_tmp2 && (this$static.com_badlogic_gdx_math_Bezier_tmp2 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(points, 0).cpy__Lcom_badlogic_gdx_math_Vector_2()); + !this$static.com_badlogic_gdx_math_Bezier_tmp3 && (this$static.com_badlogic_gdx_math_Bezier_tmp3 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(points, 0).cpy__Lcom_badlogic_gdx_math_Vector_2()); + this$static.com_badlogic_gdx_math_Bezier_points.clear__V(); + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2IIV(this$static.com_badlogic_gdx_math_Bezier_points, points, offset, length_0); + return this$static; +} + +function com_badlogic_gdx_math_Bezier_$set__Lcom_badlogic_gdx_math_Bezier_2_3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2(this$static, points, offset, length_0){ + if (length_0 < 2 || length_0 > 4) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_338)); + !this$static.com_badlogic_gdx_math_Bezier_tmp && (this$static.com_badlogic_gdx_math_Bezier_tmp = points[0].cpy__Lcom_badlogic_gdx_math_Vector_2()); + !this$static.com_badlogic_gdx_math_Bezier_tmp2 && (this$static.com_badlogic_gdx_math_Bezier_tmp2 = points[0].cpy__Lcom_badlogic_gdx_math_Vector_2()); + !this$static.com_badlogic_gdx_math_Bezier_tmp3 && (this$static.com_badlogic_gdx_math_Bezier_tmp3 = points[0].cpy__Lcom_badlogic_gdx_math_Vector_2()); + this$static.com_badlogic_gdx_math_Bezier_points.clear__V(); + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IIV(this$static.com_badlogic_gdx_math_Bezier_points, points, offset, length_0); + return this$static; +} + +function com_badlogic_gdx_math_Bezier_$valueAt__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this$static, out, t){ + var n; + n = this$static.com_badlogic_gdx_math_Bezier_points.com_badlogic_gdx_utils_Array_size; + n == 2?com_badlogic_gdx_math_Bezier_linear__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 0), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 1), this$static.com_badlogic_gdx_math_Bezier_tmp):n == 3?com_badlogic_gdx_math_Bezier_quadratic__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 0), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 1), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 2), this$static.com_badlogic_gdx_math_Bezier_tmp):n == 4 && com_badlogic_gdx_math_Bezier_cubic__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 0), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 1), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 2), com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_math_Bezier_points, 3), this$static.com_badlogic_gdx_math_Bezier_tmp); + return out; +} + +function com_badlogic_gdx_math_Bezier_Bezier__V(){ + com_badlogic_gdx_math_Bezier_$$init__Lcom_badlogic_gdx_math_Bezier_2V(this); +} + +function com_badlogic_gdx_math_Bezier_Bezier__Lcom_badlogic_gdx_utils_Array_2IIV(points, offset, length_0){ + com_badlogic_gdx_math_Bezier_$$init__Lcom_badlogic_gdx_math_Bezier_2V(this); + com_badlogic_gdx_math_Bezier_$set__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_utils_Array_2IILcom_badlogic_gdx_math_Bezier_2(this, points, offset, length_0); +} + +function com_badlogic_gdx_math_Bezier_Bezier___3Lcom_badlogic_gdx_math_Vector_2V(points){ + com_badlogic_gdx_math_Bezier_$$init__Lcom_badlogic_gdx_math_Bezier_2V(this); + com_badlogic_gdx_math_Bezier_$set__Lcom_badlogic_gdx_math_Bezier_2_3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2(this, points, 0, points.length); +} + +function com_badlogic_gdx_math_Bezier_Bezier___3Lcom_badlogic_gdx_math_Vector_2IIV(points, offset, length_0){ + com_badlogic_gdx_math_Bezier_$$init__Lcom_badlogic_gdx_math_Bezier_2V(this); + com_badlogic_gdx_math_Bezier_$set__Lcom_badlogic_gdx_math_Bezier_2_3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2(this, points, offset, length_0); +} + +function com_badlogic_gdx_math_Bezier_cubic__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, p0, p1, p2, p3, tmp){ + var dt, dt2, t2; + dt = 1 - t; + dt2 = dt * dt; + t2 = t * t; + return out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0).scl__FLcom_badlogic_gdx_math_Vector_2(dt2 * dt).add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p1).scl__FLcom_badlogic_gdx_math_Vector_2(3 * dt2 * t)).add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p2).scl__FLcom_badlogic_gdx_math_Vector_2(3 * dt * t2)).add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p3).scl__FLcom_badlogic_gdx_math_Vector_2(t2 * t)); +} + +function com_badlogic_gdx_math_Bezier_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, p0, p1, p2, p3, tmp){ + var dt, dt2, t2; + dt = 1 - t; + dt2 = dt * dt; + t2 = t * t; + return out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p1).sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0).scl__FLcom_badlogic_gdx_math_Vector_2(dt2 * 3).add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p2).sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p1).scl__FLcom_badlogic_gdx_math_Vector_2(dt * t * 6)).add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p3).sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p2).scl__FLcom_badlogic_gdx_math_Vector_2(t2 * 3)); +} + +function com_badlogic_gdx_math_Bezier_linear__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, p0, p1, tmp){ + return out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0).scl__FLcom_badlogic_gdx_math_Vector_2(1 - t).add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p1).scl__FLcom_badlogic_gdx_math_Vector_2(t)); +} + +function com_badlogic_gdx_math_Bezier_linear_1derivative__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, p0, p1, tmp){ + return out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p1).sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0); +} + +function com_badlogic_gdx_math_Bezier_quadratic__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, p0, p1, p2, tmp){ + var dt; + dt = 1 - t; + return out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0).scl__FLcom_badlogic_gdx_math_Vector_2(dt * dt).add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p1).scl__FLcom_badlogic_gdx_math_Vector_2(2 * dt * t)).add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p2).scl__FLcom_badlogic_gdx_math_Vector_2(t * t)); +} + +function com_badlogic_gdx_math_Bezier_quadratic_1derivative__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, t, p0, p1, p2, tmp){ + return out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p1).sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0).scl__FLcom_badlogic_gdx_math_Vector_2(2).scl__FLcom_badlogic_gdx_math_Vector_2(1 - t).add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p2).sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p1).scl__FLcom_badlogic_gdx_math_Vector_2(t).scl__FLcom_badlogic_gdx_math_Vector_2(2)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(357, 1, {357:1, 794:1}, com_badlogic_gdx_math_Bezier_Bezier__V, com_badlogic_gdx_math_Bezier_Bezier__Lcom_badlogic_gdx_utils_Array_2IIV, com_badlogic_gdx_math_Bezier_Bezier___3Lcom_badlogic_gdx_math_Vector_2V, com_badlogic_gdx_math_Bezier_Bezier___3Lcom_badlogic_gdx_math_Vector_2IIV); +_.approximate__Ljava_lang_Object_2F = function com_badlogic_gdx_math_Bezier_approximate__Ljava_lang_Object_2F(v){ + return com_badlogic_gdx_math_Bezier_$approximate__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.derivativeAt__Ljava_lang_Object_2FLjava_lang_Object_2 = function com_badlogic_gdx_math_Bezier_derivativeAt__Ljava_lang_Object_2FLjava_lang_Object_2(out, t){ + return com_badlogic_gdx_math_Bezier_$derivativeAt__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.locate__Ljava_lang_Object_2F = function com_badlogic_gdx_math_Bezier_locate__Ljava_lang_Object_2F(v){ + return com_badlogic_gdx_math_Bezier_$approximate__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.valueAt__Ljava_lang_Object_2FLjava_lang_Object_2 = function com_badlogic_gdx_math_Bezier_valueAt__Ljava_lang_Object_2FLjava_lang_Object_2(out, t){ + return com_badlogic_gdx_math_Bezier_$valueAt__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.approxLength__IF = function com_badlogic_gdx_math_Bezier_approxLength__IF(samples){ + var i, tempLength; + tempLength = 0; + for (i = 0; i < samples; ++i) { + this.com_badlogic_gdx_math_Bezier_tmp2.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(this.com_badlogic_gdx_math_Bezier_tmp3); + com_badlogic_gdx_math_Bezier_$valueAt__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, this.com_badlogic_gdx_math_Bezier_tmp3, i / (samples - 1)); + i > 0 && (tempLength += this.com_badlogic_gdx_math_Bezier_tmp2.dst__Lcom_badlogic_gdx_math_Vector_2F(this.com_badlogic_gdx_math_Bezier_tmp3)); + } + return tempLength; +} +; +_.approximate__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Bezier_approximate__Lcom_badlogic_gdx_math_Vector_2F(v){ + return com_badlogic_gdx_math_Bezier_$approximate__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.derivativeAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Bezier_derivativeAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(out, t){ + return com_badlogic_gdx_math_Bezier_$derivativeAt__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.locate__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Bezier_locate__Lcom_badlogic_gdx_math_Vector_2F(v){ + return com_badlogic_gdx_math_Bezier_$approximate__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.set__Lcom_badlogic_gdx_utils_Array_2IILcom_badlogic_gdx_math_Bezier_2 = function com_badlogic_gdx_math_Bezier_set__Lcom_badlogic_gdx_utils_Array_2IILcom_badlogic_gdx_math_Bezier_2(points, offset, length_0){ + return com_badlogic_gdx_math_Bezier_$set__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_utils_Array_2IILcom_badlogic_gdx_math_Bezier_2(this, points, offset, length_0); +} +; +_.set___3Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Bezier_2 = function com_badlogic_gdx_math_Bezier_set___3Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Bezier_2(points){ + return com_badlogic_gdx_math_Bezier_$set__Lcom_badlogic_gdx_math_Bezier_2_3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2(this, points, 0, points.length); +} +; +_.set___3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2 = function com_badlogic_gdx_math_Bezier_set___3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2(points, offset, length_0){ + return com_badlogic_gdx_math_Bezier_$set__Lcom_badlogic_gdx_math_Bezier_2_3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2(this, points, offset, length_0); +} +; +_.valueAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Bezier_valueAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(out, t){ + return com_badlogic_gdx_math_Bezier_$valueAt__Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_339, 357, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Bresenham2_$line__Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Array_2(this$static, startX, startY, endX, endY){ + com_badlogic_gdx_utils_Pool_$freeAll__Lcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_math_Bresenham2_pool, this$static.com_badlogic_gdx_math_Bresenham2_points); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_math_Bresenham2_points); + return com_badlogic_gdx_math_Bresenham2_$line__Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(startX, startY, endX, endY, this$static.com_badlogic_gdx_math_Bresenham2_pool, this$static.com_badlogic_gdx_math_Bresenham2_points); +} + +function com_badlogic_gdx_math_Bresenham2_$line__Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(startX, startY, endX, endY, pool, output){ + var dx1, dx2, dy1, dy2, h, i, longest, longest2, numerator, point, shortest, shortest2, w; + w = endX - startX; + h = endY - startY; + dx1 = 0; + dy1 = 0; + dx2 = 0; + dy2 = 0; + if (w < 0) { + dx1 = -1; + dx2 = -1; + } + else if (w > 0) { + dx1 = 1; + dx2 = 1; + } + h < 0?(dy1 = -1):h > 0 && (dy1 = 1); + longest = $wnd.Math.abs(w); + shortest = $wnd.Math.abs(h); + if (longest < shortest) { + longest = $wnd.Math.abs(h); + shortest = $wnd.Math.abs(w); + h < 0?(dy2 = -1):h > 0 && (dy2 = 1); + dx2 = 0; + } + shortest2 = shortest << 1; + longest2 = longest << 1; + numerator = 0; + for (i = 0; i <= longest; i++) { + point = pool.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size == 0?pool.newObject__Ljava_lang_Object_2():com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(pool.com_badlogic_gdx_utils_Pool_freeObjects); + point.com_badlogic_gdx_math_GridPoint2_x = startX; + point.com_badlogic_gdx_math_GridPoint2_y = startY; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(output, point); + numerator += shortest2; + if (numerator > longest) { + numerator -= longest2; + startX += dx1; + startY += dy1; + } + else { + startX += dx2; + startY += dy2; + } + } + return output; +} + +function com_badlogic_gdx_math_Bresenham2_Bresenham2__V(){ + this.com_badlogic_gdx_math_Bresenham2_points = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_math_Bresenham2_pool = new com_badlogic_gdx_math_Bresenham2$1_Bresenham2$1__Lcom_badlogic_gdx_math_Bresenham2_2V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(589, 1, {589:1}, com_badlogic_gdx_math_Bresenham2_Bresenham2__V); +_.line__IIIILcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_math_Bresenham2_line__IIIILcom_badlogic_gdx_utils_Array_2(startX, startY, endX, endY){ + return com_badlogic_gdx_math_Bresenham2_$line__Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Array_2(this, startX, startY, endX, endY); +} +; +_.line__IIIILcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_math_Bresenham2_line__IIIILcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(startX, startY, endX, endY, pool, output){ + return com_badlogic_gdx_math_Bresenham2_$line__Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(startX, startY, endX, endY, pool, output); +} +; +_.line__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_math_Bresenham2_line__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_utils_Array_2(start_0, end){ + return com_badlogic_gdx_math_Bresenham2_$line__Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Array_2(this, start_0.com_badlogic_gdx_math_GridPoint2_x, start_0.com_badlogic_gdx_math_GridPoint2_y, end.com_badlogic_gdx_math_GridPoint2_x, end.com_badlogic_gdx_math_GridPoint2_y); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_340, 589, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Bresenham2$1_Bresenham2$1__Lcom_badlogic_gdx_math_Bresenham2_2V(){ + com_badlogic_gdx_utils_Pool_Pool__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(970, 132, $intern_74, com_badlogic_gdx_math_Bresenham2$1_Bresenham2$1__Lcom_badlogic_gdx_math_Bresenham2_2V); +_.newObject__Ljava_lang_Object_2 = function com_badlogic_gdx_math_Bresenham2$1_newObject__Ljava_lang_Object_2(){ + return new com_badlogic_gdx_math_GridPoint2_GridPoint2__V; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Bresenham2/1', 970, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit); +function com_badlogic_gdx_math_CatmullRomSpline_$approximate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2F(this$static, v){ + return com_badlogic_gdx_math_CatmullRomSpline_$approximate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this$static, v, com_badlogic_gdx_math_CatmullRomSpline_$nearest__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2III(this$static, v, 0, this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount)); +} + +function com_badlogic_gdx_math_CatmullRomSpline_$approximate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this$static, in_0, near){ + var L1, L1Sqr, L2Sqr, L3Sqr, P1, P2, P3, dstNext2, dstPrev2, n, nearest, next, previous, s, u; + n = near; + nearest = this$static.com_badlogic_gdx_math_CatmullRomSpline_controlPoints[n]; + previous = this$static.com_badlogic_gdx_math_CatmullRomSpline_controlPoints[n > 0?n - 1:this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount - 1]; + next = this$static.com_badlogic_gdx_math_CatmullRomSpline_controlPoints[(n + 1) % this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount]; + dstPrev2 = in_0.dst2__Lcom_badlogic_gdx_math_Vector_2F(previous); + dstNext2 = in_0.dst2__Lcom_badlogic_gdx_math_Vector_2F(next); + if (dstNext2 < dstPrev2) { + P1 = nearest; + P2 = next; + P3 = in_0; + } + else { + P1 = previous; + P2 = nearest; + P3 = in_0; + n = n > 0?n - 1:this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount - 1; + } + L1Sqr = P1.dst2__Lcom_badlogic_gdx_math_Vector_2F(P2); + L2Sqr = P3.dst2__Lcom_badlogic_gdx_math_Vector_2F(P2); + L3Sqr = P3.dst2__Lcom_badlogic_gdx_math_Vector_2F(P1); + L1 = $wnd.Math.sqrt(L1Sqr); + s = (L2Sqr + L1Sqr - L3Sqr) / (2 * L1); + u = com_badlogic_gdx_math_MathUtils_clamp__FFFF((L1 - s) / L1, 0, 1); + return (n + u) / this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount; +} + +function com_badlogic_gdx_math_CatmullRomSpline_$derivativeAt__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this$static, out, t){ + var i, n, u; + n = this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount; + u = t * n; + i = t >= 1?n - 1:com_google_gwt_lang_Cast_round_1int__DI(u); + u -= i; + return com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, this$static.com_badlogic_gdx_math_CatmullRomSpline_continuous?i:i + 1, u, this$static.com_badlogic_gdx_math_CatmullRomSpline_controlPoints, this$static.com_badlogic_gdx_math_CatmullRomSpline_continuous, this$static.com_badlogic_gdx_math_CatmullRomSpline_tmp); +} + +function com_badlogic_gdx_math_CatmullRomSpline_$locate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2F(this$static, v){ + return com_badlogic_gdx_math_CatmullRomSpline_$approximate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this$static, v, com_badlogic_gdx_math_CatmullRomSpline_$nearest__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2III(this$static, v, 0, this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount)); +} + +function com_badlogic_gdx_math_CatmullRomSpline_$nearest__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2III(this$static, in_0, start_0, count){ + var d, dst, i, idx, result; + while (start_0 < 0) + start_0 += this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount; + result = start_0 % this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount; + dst = in_0.dst2__Lcom_badlogic_gdx_math_Vector_2F(this$static.com_badlogic_gdx_math_CatmullRomSpline_controlPoints[result]); + for (i = 1; i < count; i++) { + idx = (start_0 + i) % this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount; + d = in_0.dst2__Lcom_badlogic_gdx_math_Vector_2F(this$static.com_badlogic_gdx_math_CatmullRomSpline_controlPoints[idx]); + if (d < dst) { + dst = d; + result = idx; + } + } + return result; +} + +function com_badlogic_gdx_math_CatmullRomSpline_$set__Lcom_badlogic_gdx_math_CatmullRomSpline_2_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_CatmullRomSpline_2(this$static, controlPoints, continuous){ + !this$static.com_badlogic_gdx_math_CatmullRomSpline_tmp && (this$static.com_badlogic_gdx_math_CatmullRomSpline_tmp = controlPoints[0].cpy__Lcom_badlogic_gdx_math_Vector_2()); + !this$static.com_badlogic_gdx_math_CatmullRomSpline_tmp2 && (this$static.com_badlogic_gdx_math_CatmullRomSpline_tmp2 = controlPoints[0].cpy__Lcom_badlogic_gdx_math_Vector_2()); + !this$static.com_badlogic_gdx_math_CatmullRomSpline_tmp3 && (this$static.com_badlogic_gdx_math_CatmullRomSpline_tmp3 = controlPoints[0].cpy__Lcom_badlogic_gdx_math_Vector_2()); + this$static.com_badlogic_gdx_math_CatmullRomSpline_controlPoints = controlPoints; + this$static.com_badlogic_gdx_math_CatmullRomSpline_continuous = continuous; + this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount = continuous?controlPoints.length:controlPoints.length - 3; + return this$static; +} + +function com_badlogic_gdx_math_CatmullRomSpline_$valueAt__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this$static, out, t){ + var i, n, u; + n = this$static.com_badlogic_gdx_math_CatmullRomSpline_spanCount; + u = t * n; + i = t >= 1?n - 1:com_google_gwt_lang_Cast_round_1int__DI(u); + u -= i; + return com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, this$static.com_badlogic_gdx_math_CatmullRomSpline_continuous?i:i + 1, u, this$static.com_badlogic_gdx_math_CatmullRomSpline_controlPoints, this$static.com_badlogic_gdx_math_CatmullRomSpline_continuous, this$static.com_badlogic_gdx_math_CatmullRomSpline_tmp); +} + +function com_badlogic_gdx_math_CatmullRomSpline_CatmullRomSpline__V(){ +} + +function com_badlogic_gdx_math_CatmullRomSpline_CatmullRomSpline___3Lcom_badlogic_gdx_math_Vector_2ZV(controlPoints, continuous){ + com_badlogic_gdx_math_CatmullRomSpline_$set__Lcom_badlogic_gdx_math_CatmullRomSpline_2_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_CatmullRomSpline_2(this, controlPoints, continuous); +} + +function com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, i, u, points, continuous, tmp){ + var n, u2, u3; + n = points.length; + u2 = u * u; + u3 = u2 * u; + out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[i]).scl__FLcom_badlogic_gdx_math_Vector_2(1.5 * u3 - 2.5 * u2 + 1); + (continuous || i > 0) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(n + i - 1) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(-0.5 * u3 + u2 - 0.5 * u)); + (continuous || i < n - 1) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(i + 1) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(-1.5 * u3 + 2 * u2 + 0.5 * u)); + (continuous || i < n - 2) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(i + 2) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(0.5 * u3 - 0.5 * u2)); + return out; +} + +function com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, i, u, points, continuous, tmp){ + var n, u2; + n = points.length; + u2 = u * u; + out.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[i]).scl__FLcom_badlogic_gdx_math_Vector_2(-u * 5 + u2 * 4.5); + (continuous || i > 0) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(n + i - 1) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(-0.5 + u * 2 - u2 * 1.5)); + (continuous || i < n - 1) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(i + 1) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(0.5 + u * 4 - u2 * 4.5)); + (continuous || i < n - 2) && out.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(tmp.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(points[(i + 2) % n]).scl__FLcom_badlogic_gdx_math_Vector_2(-u + u2 * 1.5)); + return out; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(495, 1, {495:1, 794:1}, com_badlogic_gdx_math_CatmullRomSpline_CatmullRomSpline__V, com_badlogic_gdx_math_CatmullRomSpline_CatmullRomSpline___3Lcom_badlogic_gdx_math_Vector_2ZV); +_.approximate__Ljava_lang_Object_2F = function com_badlogic_gdx_math_CatmullRomSpline_approximate__Ljava_lang_Object_2F(v){ + return com_badlogic_gdx_math_CatmullRomSpline_$approximate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.derivativeAt__Ljava_lang_Object_2FLjava_lang_Object_2 = function com_badlogic_gdx_math_CatmullRomSpline_derivativeAt__Ljava_lang_Object_2FLjava_lang_Object_2(out, t){ + return com_badlogic_gdx_math_CatmullRomSpline_$derivativeAt__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.locate__Ljava_lang_Object_2F = function com_badlogic_gdx_math_CatmullRomSpline_locate__Ljava_lang_Object_2F(v){ + return com_badlogic_gdx_math_CatmullRomSpline_$locate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.valueAt__Ljava_lang_Object_2FLjava_lang_Object_2 = function com_badlogic_gdx_math_CatmullRomSpline_valueAt__Ljava_lang_Object_2FLjava_lang_Object_2(out, t){ + return com_badlogic_gdx_math_CatmullRomSpline_$valueAt__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.approxLength__IF = function com_badlogic_gdx_math_CatmullRomSpline_approxLength__IF(samples){ + var i, tempLength; + tempLength = 0; + for (i = 0; i < samples; ++i) { + this.com_badlogic_gdx_math_CatmullRomSpline_tmp2.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(this.com_badlogic_gdx_math_CatmullRomSpline_tmp3); + com_badlogic_gdx_math_CatmullRomSpline_$valueAt__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, this.com_badlogic_gdx_math_CatmullRomSpline_tmp3, i / (samples - 1)); + i > 0 && (tempLength += this.com_badlogic_gdx_math_CatmullRomSpline_tmp2.dst__Lcom_badlogic_gdx_math_Vector_2F(this.com_badlogic_gdx_math_CatmullRomSpline_tmp3)); + } + return tempLength; +} +; +_.approximate__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_CatmullRomSpline_approximate__Lcom_badlogic_gdx_math_Vector_2F(v){ + return com_badlogic_gdx_math_CatmullRomSpline_$approximate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.approximate__Lcom_badlogic_gdx_math_Vector_2IF = function com_badlogic_gdx_math_CatmullRomSpline_approximate__Lcom_badlogic_gdx_math_Vector_2IF(in_0, near){ + return com_badlogic_gdx_math_CatmullRomSpline_$approximate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this, in_0, near); +} +; +_.approximate__Lcom_badlogic_gdx_math_Vector_2IIF = function com_badlogic_gdx_math_CatmullRomSpline_approximate__Lcom_badlogic_gdx_math_Vector_2IIF(in_0, start_0, count){ + return com_badlogic_gdx_math_CatmullRomSpline_$approximate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IF(this, in_0, com_badlogic_gdx_math_CatmullRomSpline_$nearest__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2III(this, in_0, start_0, count)); +} +; +_.derivativeAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_CatmullRomSpline_derivativeAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(out, t){ + return com_badlogic_gdx_math_CatmullRomSpline_$derivativeAt__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.derivativeAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_CatmullRomSpline_derivativeAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(out, span_0, u){ + return com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, this.com_badlogic_gdx_math_CatmullRomSpline_continuous?span_0:span_0 + 1, u, this.com_badlogic_gdx_math_CatmullRomSpline_controlPoints, this.com_badlogic_gdx_math_CatmullRomSpline_continuous, this.com_badlogic_gdx_math_CatmullRomSpline_tmp); +} +; +_.locate__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_CatmullRomSpline_locate__Lcom_badlogic_gdx_math_Vector_2F(v){ + return com_badlogic_gdx_math_CatmullRomSpline_$locate__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2F(this, v); +} +; +_.nearest__Lcom_badlogic_gdx_math_Vector_2I = function com_badlogic_gdx_math_CatmullRomSpline_nearest__Lcom_badlogic_gdx_math_Vector_2I(in_0){ + return com_badlogic_gdx_math_CatmullRomSpline_$nearest__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2III(this, in_0, 0, this.com_badlogic_gdx_math_CatmullRomSpline_spanCount); +} +; +_.nearest__Lcom_badlogic_gdx_math_Vector_2III = function com_badlogic_gdx_math_CatmullRomSpline_nearest__Lcom_badlogic_gdx_math_Vector_2III(in_0, start_0, count){ + return com_badlogic_gdx_math_CatmullRomSpline_$nearest__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2III(this, in_0, start_0, count); +} +; +_.set___3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_CatmullRomSpline_2 = function com_badlogic_gdx_math_CatmullRomSpline_set___3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_CatmullRomSpline_2(controlPoints, continuous){ + return com_badlogic_gdx_math_CatmullRomSpline_$set__Lcom_badlogic_gdx_math_CatmullRomSpline_2_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_CatmullRomSpline_2(this, controlPoints, continuous); +} +; +_.valueAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_CatmullRomSpline_valueAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(out, t){ + return com_badlogic_gdx_math_CatmullRomSpline_$valueAt__Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(this, out, t); +} +; +_.valueAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_CatmullRomSpline_valueAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(out, span_0, u){ + return com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(out, this.com_badlogic_gdx_math_CatmullRomSpline_continuous?span_0:span_0 + 1, u, this.com_badlogic_gdx_math_CatmullRomSpline_controlPoints, this.com_badlogic_gdx_math_CatmullRomSpline_continuous, this.com_badlogic_gdx_math_CatmullRomSpline_tmp); +} +; +_.com_badlogic_gdx_math_CatmullRomSpline_continuous = false; +_.com_badlogic_gdx_math_CatmullRomSpline_spanCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_341, 495, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_334, 'Shape2D'); +function com_badlogic_gdx_math_Circle_$contains__Lcom_badlogic_gdx_math_Circle_2FFZ(this$static, x_0, y_0){ + x_0 = this$static.com_badlogic_gdx_math_Circle_x - x_0; + y_0 = this$static.com_badlogic_gdx_math_Circle_y - y_0; + return x_0 * x_0 + y_0 * y_0 <= this$static.com_badlogic_gdx_math_Circle_radius * this$static.com_badlogic_gdx_math_Circle_radius; +} + +function com_badlogic_gdx_math_Circle_$overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Circle_2Z(this$static, c){ + var distance, dx, dy, radiusSum; + dx = this$static.com_badlogic_gdx_math_Circle_x - c.com_badlogic_gdx_math_Circle_x; + dy = this$static.com_badlogic_gdx_math_Circle_y - c.com_badlogic_gdx_math_Circle_y; + distance = dx * dx + dy * dy; + radiusSum = this$static.com_badlogic_gdx_math_Circle_radius + c.com_badlogic_gdx_math_Circle_radius; + return distance < radiusSum * radiusSum; +} + +function com_badlogic_gdx_math_Circle_$set__Lcom_badlogic_gdx_math_Circle_2FFFV(this$static, x_0, y_0, radius){ + this$static.com_badlogic_gdx_math_Circle_x = x_0; + this$static.com_badlogic_gdx_math_Circle_y = y_0; + this$static.com_badlogic_gdx_math_Circle_radius = radius; +} + +function com_badlogic_gdx_math_Circle_Circle__V(){ +} + +function com_badlogic_gdx_math_Circle_Circle__FFFV(x_0, y_0, radius){ + this.com_badlogic_gdx_math_Circle_x = x_0; + this.com_badlogic_gdx_math_Circle_y = y_0; + this.com_badlogic_gdx_math_Circle_radius = radius; +} + +function com_badlogic_gdx_math_Circle_Circle__Lcom_badlogic_gdx_math_Circle_2V(circle){ + this.com_badlogic_gdx_math_Circle_x = circle.com_badlogic_gdx_math_Circle_x; + this.com_badlogic_gdx_math_Circle_y = circle.com_badlogic_gdx_math_Circle_y; + this.com_badlogic_gdx_math_Circle_radius = circle.com_badlogic_gdx_math_Circle_radius; +} + +function com_badlogic_gdx_math_Circle_Circle__Lcom_badlogic_gdx_math_Vector2_2FV(position, radius){ + this.com_badlogic_gdx_math_Circle_x = position.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Circle_y = position.com_badlogic_gdx_math_Vector2_y; + this.com_badlogic_gdx_math_Circle_radius = radius; +} + +function com_badlogic_gdx_math_Circle_Circle__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(center, edge){ + this.com_badlogic_gdx_math_Circle_x = center.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Circle_y = center.com_badlogic_gdx_math_Vector2_y; + this.com_badlogic_gdx_math_Circle_radius = com_badlogic_gdx_math_Vector2_len__FFF(center.com_badlogic_gdx_math_Vector2_x - edge.com_badlogic_gdx_math_Vector2_x, center.com_badlogic_gdx_math_Vector2_y - edge.com_badlogic_gdx_math_Vector2_y); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(183, 1, {183:1, 462:1, 3:1}, com_badlogic_gdx_math_Circle_Circle__V, com_badlogic_gdx_math_Circle_Circle__FFFV, com_badlogic_gdx_math_Circle_Circle__Lcom_badlogic_gdx_math_Circle_2V, com_badlogic_gdx_math_Circle_Circle__Lcom_badlogic_gdx_math_Vector2_2FV, com_badlogic_gdx_math_Circle_Circle__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V); +_.area__F = function com_badlogic_gdx_math_Circle_area__F(){ + return this.com_badlogic_gdx_math_Circle_radius * this.com_badlogic_gdx_math_Circle_radius * $intern_283; +} +; +_.circumference__F = function com_badlogic_gdx_math_Circle_circumference__F(){ + return this.com_badlogic_gdx_math_Circle_radius * $intern_282; +} +; +_.contains__FFZ = function com_badlogic_gdx_math_Circle_contains__FFZ(x_0, y_0){ + return com_badlogic_gdx_math_Circle_$contains__Lcom_badlogic_gdx_math_Circle_2FFZ(this, x_0, y_0); +} +; +_.contains__Lcom_badlogic_gdx_math_Circle_2Z = function com_badlogic_gdx_math_Circle_contains__Lcom_badlogic_gdx_math_Circle_2Z(c){ + var dst, dx, dy, radiusDiff, radiusSum; + radiusDiff = this.com_badlogic_gdx_math_Circle_radius - c.com_badlogic_gdx_math_Circle_radius; + if (radiusDiff < 0) + return false; + dx = this.com_badlogic_gdx_math_Circle_x - c.com_badlogic_gdx_math_Circle_x; + dy = this.com_badlogic_gdx_math_Circle_y - c.com_badlogic_gdx_math_Circle_y; + dst = dx * dx + dy * dy; + radiusSum = this.com_badlogic_gdx_math_Circle_radius + c.com_badlogic_gdx_math_Circle_radius; + return !(radiusDiff * radiusDiff < dst) && dst < radiusSum * radiusSum; +} +; +_.contains__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Circle_contains__Lcom_badlogic_gdx_math_Vector2_2Z(point){ + var dx, dy; + dx = this.com_badlogic_gdx_math_Circle_x - point.com_badlogic_gdx_math_Vector2_x; + dy = this.com_badlogic_gdx_math_Circle_y - point.com_badlogic_gdx_math_Vector2_y; + return dx * dx + dy * dy <= this.com_badlogic_gdx_math_Circle_radius * this.com_badlogic_gdx_math_Circle_radius; +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_Circle_equals__Ljava_lang_Object_2Z(o){ + var c; + if (o === this) + return true; + if (o == null || java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o) != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit) + return false; + c = o; + return this.com_badlogic_gdx_math_Circle_x == c.com_badlogic_gdx_math_Circle_x && this.com_badlogic_gdx_math_Circle_y == c.com_badlogic_gdx_math_Circle_y && this.com_badlogic_gdx_math_Circle_radius == c.com_badlogic_gdx_math_Circle_radius; +} +; +_.hashCode__I = function com_badlogic_gdx_math_Circle_hashCode__I(){ + var result; + result = 1; + result = 41 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Circle_radius); + result = 41 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Circle_x); + result = 41 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Circle_y); + return result; +} +; +_.overlaps__Lcom_badlogic_gdx_math_Circle_2Z = function com_badlogic_gdx_math_Circle_overlaps__Lcom_badlogic_gdx_math_Circle_2Z(c){ + return com_badlogic_gdx_math_Circle_$overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Circle_2Z(this, c); +} +; +_.set__FFFV = function com_badlogic_gdx_math_Circle_set__FFFV(x_0, y_0, radius){ + com_badlogic_gdx_math_Circle_$set__Lcom_badlogic_gdx_math_Circle_2FFFV(this, x_0, y_0, radius); +} +; +_.set__Lcom_badlogic_gdx_math_Circle_2V = function com_badlogic_gdx_math_Circle_set__Lcom_badlogic_gdx_math_Circle_2V(circle){ + this.com_badlogic_gdx_math_Circle_x = circle.com_badlogic_gdx_math_Circle_x; + this.com_badlogic_gdx_math_Circle_y = circle.com_badlogic_gdx_math_Circle_y; + this.com_badlogic_gdx_math_Circle_radius = circle.com_badlogic_gdx_math_Circle_radius; +} +; +_.set__Lcom_badlogic_gdx_math_Vector2_2FV = function com_badlogic_gdx_math_Circle_set__Lcom_badlogic_gdx_math_Vector2_2FV(position, radius){ + this.com_badlogic_gdx_math_Circle_x = position.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Circle_y = position.com_badlogic_gdx_math_Vector2_y; + this.com_badlogic_gdx_math_Circle_radius = radius; +} +; +_.set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V = function com_badlogic_gdx_math_Circle_set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(center, edge){ + this.com_badlogic_gdx_math_Circle_x = center.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Circle_y = center.com_badlogic_gdx_math_Vector2_y; + this.com_badlogic_gdx_math_Circle_radius = com_badlogic_gdx_math_Vector2_len__FFF(center.com_badlogic_gdx_math_Vector2_x - edge.com_badlogic_gdx_math_Vector2_x, center.com_badlogic_gdx_math_Vector2_y - edge.com_badlogic_gdx_math_Vector2_y); +} +; +_.setPosition__FFV = function com_badlogic_gdx_math_Circle_setPosition__FFV(x_0, y_0){ + this.com_badlogic_gdx_math_Circle_x = x_0; + this.com_badlogic_gdx_math_Circle_y = y_0; +} +; +_.setPosition__Lcom_badlogic_gdx_math_Vector2_2V = function com_badlogic_gdx_math_Circle_setPosition__Lcom_badlogic_gdx_math_Vector2_2V(position){ + this.com_badlogic_gdx_math_Circle_x = position.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Circle_y = position.com_badlogic_gdx_math_Vector2_y; +} +; +_.setRadius__FV = function com_badlogic_gdx_math_Circle_setRadius__FV(radius){ + this.com_badlogic_gdx_math_Circle_radius = radius; +} +; +_.setX__FV = function com_badlogic_gdx_math_Circle_setX__FV(x_0){ + this.com_badlogic_gdx_math_Circle_x = x_0; +} +; +_.setY__FV = function com_badlogic_gdx_math_Circle_setY__FV(y_0){ + this.com_badlogic_gdx_math_Circle_y = y_0; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Circle_toString__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_math_Circle_x + ',' + this.com_badlogic_gdx_math_Circle_y + ',' + this.com_badlogic_gdx_math_Circle_radius; +} +; +_.com_badlogic_gdx_math_Circle_radius = 0; +_.com_badlogic_gdx_math_Circle_x = 0; +_.com_badlogic_gdx_math_Circle_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_342, 183, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_ConvexHull_$ccw__Lcom_badlogic_gdx_math_ConvexHull_2FFF(this$static, p3x, p3y){ + var hull, p1x, p1y, p2x, p2y, size_0; + hull = this$static.com_badlogic_gdx_math_ConvexHull_hull; + size_0 = hull.com_badlogic_gdx_utils_FloatArray_size; + p1x = com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(hull, size_0 - 4); + p1y = com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(hull, size_0 - 3); + p2x = com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(hull, size_0 - 2); + p2y = hull.com_badlogic_gdx_utils_FloatArray_items[hull.com_badlogic_gdx_utils_FloatArray_size - 1]; + return (p2x - p1x) * (p3y - p1y) - (p2y - p1y) * (p3x - p1x); +} + +function com_badlogic_gdx_math_ConvexHull_$computeIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZZLcom_badlogic_gdx_utils_IntArray_2(this$static, points, offset, count, sorted, yDown){ + var end, hull, i, i0, i1, index_0, index0, indices, indicesArray, n, originalIndicesArray, t, x_0, y_0; + if (count > $intern_343) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_344)); + end = offset + count; + if (!sorted) { + (this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints == null || this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints.length < count) && (this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, count, 15, 1)); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(points, offset, this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints, 0, count); + points = this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints; + offset = 0; + com_badlogic_gdx_math_ConvexHull_$sortWithIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIZV(this$static, points, count, yDown); + } + indices = this$static.com_badlogic_gdx_math_ConvexHull_indices; + indices.com_badlogic_gdx_utils_IntArray_size = 0; + hull = this$static.com_badlogic_gdx_math_ConvexHull_hull; + hull.com_badlogic_gdx_utils_FloatArray_size = 0; + for (i0 = offset , index0 = i0 / 2 | 0; i0 < end; i0 += 2 , index0++) { + x_0 = points[i0]; + y_0 = points[i0 + 1]; + while (hull.com_badlogic_gdx_utils_FloatArray_size >= 4 && com_badlogic_gdx_math_ConvexHull_$ccw__Lcom_badlogic_gdx_math_ConvexHull_2FFF(this$static, x_0, y_0) <= 0) { + hull.com_badlogic_gdx_utils_FloatArray_size -= 2; + --indices.com_badlogic_gdx_utils_IntArray_size; + } + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(hull, x_0); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(hull, y_0); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(indices, index0); + } + for (i1 = end - 4 , index_0 = i1 / 2 | 0 , t = hull.com_badlogic_gdx_utils_FloatArray_size + 2; i1 >= offset; i1 -= 2 , index_0--) { + x_0 = points[i1]; + y_0 = points[i1 + 1]; + while (hull.com_badlogic_gdx_utils_FloatArray_size >= t && com_badlogic_gdx_math_ConvexHull_$ccw__Lcom_badlogic_gdx_math_ConvexHull_2FFF(this$static, x_0, y_0) <= 0) { + hull.com_badlogic_gdx_utils_FloatArray_size -= 2; + --indices.com_badlogic_gdx_utils_IntArray_size; + } + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(hull, x_0); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(hull, y_0); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(indices, index_0); + } + if (!sorted) { + originalIndicesArray = this$static.com_badlogic_gdx_math_ConvexHull_originalIndices.com_badlogic_gdx_utils_ShortArray_items; + indicesArray = indices.com_badlogic_gdx_utils_IntArray_items; + for (i = 0 , n = indices.com_badlogic_gdx_utils_IntArray_size; i < n; i++) + indicesArray[i] = originalIndicesArray[indicesArray[i]]; + } + return indices; +} + +function com_badlogic_gdx_math_ConvexHull_$computePolygon__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZLcom_badlogic_gdx_utils_FloatArray_2(this$static, points, offset, count, sorted){ + var end, hull, i, i0, t, x_0, y_0; + end = offset + count; + if (!sorted) { + (this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints == null || this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints.length < count) && (this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, count, 15, 1)); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(points, offset, this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints, 0, count); + points = this$static.com_badlogic_gdx_math_ConvexHull_sortedPoints; + offset = 0; + com_badlogic_gdx_math_ConvexHull_$sort__Lcom_badlogic_gdx_math_ConvexHull_2_3FIV(this$static, points, count); + } + hull = this$static.com_badlogic_gdx_math_ConvexHull_hull; + hull.com_badlogic_gdx_utils_FloatArray_size = 0; + for (i0 = offset; i0 < end; i0 += 2) { + x_0 = points[i0]; + y_0 = points[i0 + 1]; + while (hull.com_badlogic_gdx_utils_FloatArray_size >= 4 && com_badlogic_gdx_math_ConvexHull_$ccw__Lcom_badlogic_gdx_math_ConvexHull_2FFF(this$static, x_0, y_0) <= 0) + hull.com_badlogic_gdx_utils_FloatArray_size -= 2; + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(hull, x_0); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(hull, y_0); + } + for (i = end - 4 , t = hull.com_badlogic_gdx_utils_FloatArray_size + 2; i >= offset; i -= 2) { + x_0 = points[i]; + y_0 = points[i + 1]; + while (hull.com_badlogic_gdx_utils_FloatArray_size >= t && com_badlogic_gdx_math_ConvexHull_$ccw__Lcom_badlogic_gdx_math_ConvexHull_2FFF(this$static, x_0, y_0) <= 0) + hull.com_badlogic_gdx_utils_FloatArray_size -= 2; + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(hull, x_0); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(hull, y_0); + } + return hull; +} + +function com_badlogic_gdx_math_ConvexHull_$quicksortPartition__Lcom_badlogic_gdx_math_ConvexHull_2_3FIII(values, lower, upper){ + var down, temp, up, x_0, y_0; + x_0 = values[lower]; + y_0 = values[lower + 1]; + up = upper; + down = lower; + while (down < up) { + while (down < up && values[down] <= x_0) + down = down + 2; + while (values[up] > x_0 || values[up] == x_0 && values[up + 1] < y_0) + up = up - 2; + if (down < up) { + temp = values[down]; + values[down] = values[up]; + values[up] = temp; + temp = values[down + 1]; + values[down + 1] = values[up + 1]; + values[up + 1] = temp; + } + } + if (x_0 > values[up] || x_0 == values[up] && y_0 < values[up + 1]) { + values[lower] = values[up]; + values[up] = x_0; + values[lower + 1] = values[up + 1]; + values[up + 1] = y_0; + } + return up; +} + +function com_badlogic_gdx_math_ConvexHull_$quicksortPartitionWithIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZ_3SI(values, lower, upper, yDown, originalIndices){ + var down, temp, tempIndex, up, x_0, y_0; + x_0 = values[lower]; + y_0 = values[lower + 1]; + up = upper; + down = lower; + while (down < up) { + while (down < up && values[down] <= x_0) + down = down + 2; + if (yDown) { + while (values[up] > x_0 || values[up] == x_0 && values[up + 1] < y_0) + up = up - 2; + } + else { + while (values[up] > x_0 || values[up] == x_0 && values[up + 1] > y_0) + up = up - 2; + } + if (down < up) { + temp = values[down]; + values[down] = values[up]; + values[up] = temp; + temp = values[down + 1]; + values[down + 1] = values[up + 1]; + values[up + 1] = temp; + tempIndex = originalIndices[down / 2 | 0]; + originalIndices[down / 2 | 0] = originalIndices[up / 2 | 0]; + originalIndices[up / 2 | 0] = tempIndex; + } + } + if (x_0 > values[up] || x_0 == values[up] && (yDown?y_0 < values[up + 1]:y_0 > values[up + 1])) { + values[lower] = values[up]; + values[up] = x_0; + values[lower + 1] = values[up + 1]; + values[up + 1] = y_0; + tempIndex = originalIndices[lower / 2 | 0]; + originalIndices[lower / 2 | 0] = originalIndices[up / 2 | 0]; + originalIndices[up / 2 | 0] = tempIndex; + } + return up; +} + +function com_badlogic_gdx_math_ConvexHull_$sort__Lcom_badlogic_gdx_math_ConvexHull_2_3FIV(this$static, values, count){ + var i, lower, stack_0, upper; + lower = 0; + upper = count - 1; + stack_0 = this$static.com_badlogic_gdx_math_ConvexHull_quicksortStack; + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, lower); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, upper - 1); + while (stack_0.com_badlogic_gdx_utils_IntArray_size > 0) { + upper = stack_0.com_badlogic_gdx_utils_IntArray_items[--stack_0.com_badlogic_gdx_utils_IntArray_size]; + lower = stack_0.com_badlogic_gdx_utils_IntArray_items[--stack_0.com_badlogic_gdx_utils_IntArray_size]; + if (upper <= lower) + continue; + i = com_badlogic_gdx_math_ConvexHull_$quicksortPartition__Lcom_badlogic_gdx_math_ConvexHull_2_3FIII(values, lower, upper); + if (i - lower > upper - i) { + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, lower); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, i - 2); + } + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, i + 2); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, upper); + if (upper - i >= i - lower) { + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, lower); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, i - 2); + } + } +} + +function com_badlogic_gdx_math_ConvexHull_$sortWithIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIZV(this$static, values, count, yDown){ + var i, i0, lower, originalIndicesArray, pointCount, stack_0, upper; + pointCount = count / 2 | 0; + this$static.com_badlogic_gdx_math_ConvexHull_originalIndices.com_badlogic_gdx_utils_ShortArray_size = 0; + com_badlogic_gdx_utils_ShortArray_$ensureCapacity__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(this$static.com_badlogic_gdx_math_ConvexHull_originalIndices, pointCount); + originalIndicesArray = this$static.com_badlogic_gdx_math_ConvexHull_originalIndices.com_badlogic_gdx_utils_ShortArray_items; + for (i0 = 0; i0 < pointCount; i0++) + originalIndicesArray[i0] = i0; + lower = 0; + upper = count - 1; + stack_0 = this$static.com_badlogic_gdx_math_ConvexHull_quicksortStack; + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, lower); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, upper - 1); + while (stack_0.com_badlogic_gdx_utils_IntArray_size > 0) { + upper = stack_0.com_badlogic_gdx_utils_IntArray_items[--stack_0.com_badlogic_gdx_utils_IntArray_size]; + lower = stack_0.com_badlogic_gdx_utils_IntArray_items[--stack_0.com_badlogic_gdx_utils_IntArray_size]; + if (upper <= lower) + continue; + i = com_badlogic_gdx_math_ConvexHull_$quicksortPartitionWithIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZ_3SI(values, lower, upper, yDown, originalIndicesArray); + if (i - lower > upper - i) { + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, lower); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, i - 2); + } + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, i + 2); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, upper); + if (upper - i >= i - lower) { + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, lower); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, i - 2); + } + } +} + +function com_badlogic_gdx_math_ConvexHull_ConvexHull__V(){ + this.com_badlogic_gdx_math_ConvexHull_quicksortStack = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this.com_badlogic_gdx_math_ConvexHull_hull = new com_badlogic_gdx_utils_FloatArray_FloatArray__V; + this.com_badlogic_gdx_math_ConvexHull_indices = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this.com_badlogic_gdx_math_ConvexHull_originalIndices = new com_badlogic_gdx_utils_ShortArray_ShortArray__ZIV(false, 0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(590, 1, {590:1}, com_badlogic_gdx_math_ConvexHull_ConvexHull__V); +_.private$com_badlogic_gdx_math_ConvexHull$ccw__FFF = function com_badlogic_gdx_math_ConvexHull_ccw__FFF(p3x, p3y){ + return com_badlogic_gdx_math_ConvexHull_$ccw__Lcom_badlogic_gdx_math_ConvexHull_2FFF(this, p3x, p3y); +} +; +_.computeIndices__Lcom_badlogic_gdx_utils_FloatArray_2ZZLcom_badlogic_gdx_utils_IntArray_2 = function com_badlogic_gdx_math_ConvexHull_computeIndices__Lcom_badlogic_gdx_utils_FloatArray_2ZZLcom_badlogic_gdx_utils_IntArray_2(points, sorted, yDown){ + return com_badlogic_gdx_math_ConvexHull_$computeIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZZLcom_badlogic_gdx_utils_IntArray_2(this, points.com_badlogic_gdx_utils_FloatArray_items, 0, points.com_badlogic_gdx_utils_FloatArray_size, sorted, yDown); +} +; +_.computeIndices___3FIIZZLcom_badlogic_gdx_utils_IntArray_2 = function com_badlogic_gdx_math_ConvexHull_computeIndices___3FIIZZLcom_badlogic_gdx_utils_IntArray_2(points, offset, count, sorted, yDown){ + return com_badlogic_gdx_math_ConvexHull_$computeIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZZLcom_badlogic_gdx_utils_IntArray_2(this, points, offset, count, sorted, yDown); +} +; +_.computeIndices___3FZZLcom_badlogic_gdx_utils_IntArray_2 = function com_badlogic_gdx_math_ConvexHull_computeIndices___3FZZLcom_badlogic_gdx_utils_IntArray_2(polygon, sorted, yDown){ + return com_badlogic_gdx_math_ConvexHull_$computeIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZZLcom_badlogic_gdx_utils_IntArray_2(this, polygon, 0, polygon.length, sorted, yDown); +} +; +_.computePolygon__Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_FloatArray_2 = function com_badlogic_gdx_math_ConvexHull_computePolygon__Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_FloatArray_2(points, sorted){ + return com_badlogic_gdx_math_ConvexHull_$computePolygon__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZLcom_badlogic_gdx_utils_FloatArray_2(this, points.com_badlogic_gdx_utils_FloatArray_items, 0, points.com_badlogic_gdx_utils_FloatArray_size, sorted); +} +; +_.computePolygon___3FIIZLcom_badlogic_gdx_utils_FloatArray_2 = function com_badlogic_gdx_math_ConvexHull_computePolygon___3FIIZLcom_badlogic_gdx_utils_FloatArray_2(points, offset, count, sorted){ + return com_badlogic_gdx_math_ConvexHull_$computePolygon__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZLcom_badlogic_gdx_utils_FloatArray_2(this, points, offset, count, sorted); +} +; +_.computePolygon___3FZLcom_badlogic_gdx_utils_FloatArray_2 = function com_badlogic_gdx_math_ConvexHull_computePolygon___3FZLcom_badlogic_gdx_utils_FloatArray_2(polygon, sorted){ + return com_badlogic_gdx_math_ConvexHull_$computePolygon__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZLcom_badlogic_gdx_utils_FloatArray_2(this, polygon, 0, polygon.length, sorted); +} +; +_.private$com_badlogic_gdx_math_ConvexHull$quicksortPartition___3FIII = function com_badlogic_gdx_math_ConvexHull_quicksortPartition___3FIII(values, lower, upper){ + return com_badlogic_gdx_math_ConvexHull_$quicksortPartition__Lcom_badlogic_gdx_math_ConvexHull_2_3FIII(values, lower, upper); +} +; +_.private$com_badlogic_gdx_math_ConvexHull$quicksortPartitionWithIndices___3FIIZ_3SI = function com_badlogic_gdx_math_ConvexHull_quicksortPartitionWithIndices___3FIIZ_3SI(values, lower, upper, yDown, originalIndices){ + return com_badlogic_gdx_math_ConvexHull_$quicksortPartitionWithIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZ_3SI(values, lower, upper, yDown, originalIndices); +} +; +_.private$com_badlogic_gdx_math_ConvexHull$sort___3FIV = function com_badlogic_gdx_math_ConvexHull_sort___3FIV(values, count){ + com_badlogic_gdx_math_ConvexHull_$sort__Lcom_badlogic_gdx_math_ConvexHull_2_3FIV(this, values, count); +} +; +_.private$com_badlogic_gdx_math_ConvexHull$sortWithIndices___3FIZV = function com_badlogic_gdx_math_ConvexHull_sortWithIndices___3FIZV(values, count, yDown){ + com_badlogic_gdx_math_ConvexHull_$sortWithIndices__Lcom_badlogic_gdx_math_ConvexHull_2_3FIZV(this, values, count, yDown); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_345, 590, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_CumulativeDistribution_$add__Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FV(this$static, value_0, intervalSize){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_math_CumulativeDistribution_values, new com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_CumulativeDistribution$CumulativeValue__Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FFV(value_0, intervalSize)); +} + +function com_badlogic_gdx_math_CumulativeDistribution_$generateNormalized__Lcom_badlogic_gdx_math_CumulativeDistribution_2V(this$static){ + var i, i0, intervalSum, sum; + sum = 0; + for (i0 = 0; i0 < this$static.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_size; ++i0) { + sum += this$static.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[i0].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_interval; + } + intervalSum = 0; + for (i = 0; i < this$static.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_size; ++i) { + intervalSum += this$static.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[i].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_interval / sum; + this$static.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[i].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_frequency = intervalSum; + } +} + +function com_badlogic_gdx_math_CumulativeDistribution_$value__Lcom_badlogic_gdx_math_CumulativeDistribution_2FLjava_lang_Object_2(this$static, probability){ + var imax, imid, imin, value_0; + value_0 = null; + imax = this$static.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_size - 1; + imin = 0; + while (imin <= imax) { + imid = imin + ((imax - imin) / 2 | 0); + value_0 = this$static.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[imid]; + if (probability < value_0.com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_frequency) + imax = imid - 1; + else if (probability > value_0.com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_frequency) + imin = imid + 1; + else + break; + } + return this$static.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[imin].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_value; +} + +function com_badlogic_gdx_math_CumulativeDistribution_CumulativeDistribution__V(){ + this.com_badlogic_gdx_math_CumulativeDistribution_values = new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(false, 10, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution$CumulativeValue_12_1classLit); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(418, 1, {418:1}, com_badlogic_gdx_math_CumulativeDistribution_CumulativeDistribution__V); +_.add__Ljava_lang_Object_2V = function com_badlogic_gdx_math_CumulativeDistribution_add__Ljava_lang_Object_2V(value_0){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_math_CumulativeDistribution_values, new com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_CumulativeDistribution$CumulativeValue__Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FFV(value_0, 0)); +} +; +_.add__Ljava_lang_Object_2FV = function com_badlogic_gdx_math_CumulativeDistribution_add__Ljava_lang_Object_2FV(value_0, intervalSize){ + com_badlogic_gdx_math_CumulativeDistribution_$add__Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FV(this, value_0, intervalSize); +} +; +_.clear__V = function com_badlogic_gdx_math_CumulativeDistribution_clear__V(){ + this.com_badlogic_gdx_math_CumulativeDistribution_values.clear__V(); +} +; +_.generate__V = function com_badlogic_gdx_math_CumulativeDistribution_generate__V(){ + var i, sum; + sum = 0; + for (i = 0; i < this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_size; ++i) { + sum += this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[i].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_interval; + this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[i].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_frequency = sum; + } +} +; +_.generateNormalized__V = function com_badlogic_gdx_math_CumulativeDistribution_generateNormalized__V(){ + com_badlogic_gdx_math_CumulativeDistribution_$generateNormalized__Lcom_badlogic_gdx_math_CumulativeDistribution_2V(this); +} +; +_.generateUniform__V = function com_badlogic_gdx_math_CumulativeDistribution_generateUniform__V(){ + var freq, i; + freq = 1 / this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_size; + for (i = 0; i < this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_size; ++i) { + this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[i].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_interval = freq; + this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[i].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_frequency = (i + 1) * freq; + } +} +; +_.getInterval__IF = function com_badlogic_gdx_math_CumulativeDistribution_getInterval__IF(index_0){ + return this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[index_0].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_interval; +} +; +_.getValue__ILjava_lang_Object_2 = function com_badlogic_gdx_math_CumulativeDistribution_getValue__ILjava_lang_Object_2(index_0){ + return this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[index_0].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_value; +} +; +_.setInterval__IFV = function com_badlogic_gdx_math_CumulativeDistribution_setInterval__IFV(index_0, intervalSize){ + this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_items[index_0].com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_interval = intervalSize; +} +; +_.setInterval__Ljava_lang_Object_2FV = function com_badlogic_gdx_math_CumulativeDistribution_setInterval__Ljava_lang_Object_2FV(obj, intervalSize){ + var value_0, value$iterator; + for (value$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_math_CumulativeDistribution_values); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(value$iterator);) { + value_0 = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(value$iterator); + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0.com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_value) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(obj)) { + value_0.com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_interval = intervalSize; + return; + } + } +} +; +_.size__I = function com_badlogic_gdx_math_CumulativeDistribution_size__I(){ + return this.com_badlogic_gdx_math_CumulativeDistribution_values.com_badlogic_gdx_utils_Array_size; +} +; +_.value__Ljava_lang_Object_2 = function com_badlogic_gdx_math_CumulativeDistribution_value__Ljava_lang_Object_2(){ + return com_badlogic_gdx_math_CumulativeDistribution_$value__Lcom_badlogic_gdx_math_CumulativeDistribution_2FLjava_lang_Object_2(this, (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F())); +} +; +_.value__FLjava_lang_Object_2 = function com_badlogic_gdx_math_CumulativeDistribution_value__FLjava_lang_Object_2(probability){ + return com_badlogic_gdx_math_CumulativeDistribution_$value__Lcom_badlogic_gdx_math_CumulativeDistribution_2FLjava_lang_Object_2(this, probability); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_346, 418, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_CumulativeDistribution$CumulativeValue__Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FFV(value_0, interval){ + this.com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_value = value_0; + this.com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_frequency = 0; + this.com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_interval = interval; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(652, 1, {652:1}, com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_CumulativeDistribution$CumulativeValue__Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FFV); +_.com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_frequency = 0; +_.com_badlogic_gdx_math_CumulativeDistribution$CumulativeValue_interval = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution$CumulativeValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'CumulativeDistribution/CumulativeValue', 652, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_DelaunayTriangulator_$circumCircle__Lcom_badlogic_gdx_math_DelaunayTriangulator_2FFFFFFFFI(xp, yp, x1, y1, x2, y2, x3, y3){ + var dx, dy, m1, m2, mx1, mx2, my1, my2, rsqr, xc, y1y2, y2y3, yc; + y1y2 = $wnd.Math.abs(y1 - y2); + y2y3 = $wnd.Math.abs(y2 - y3); + if (y1y2 < $intern_347) { + if (y2y3 < $intern_347) + return 2; + m2 = -(x3 - x2) / (y3 - y2); + mx2 = (x2 + x3) / 2; + my2 = (y2 + y3) / 2; + xc = (x2 + x1) / 2; + yc = m2 * (xc - mx2) + my2; + } + else { + m1 = -(x2 - x1) / (y2 - y1); + mx1 = (x1 + x2) / 2; + my1 = (y1 + y2) / 2; + if (y2y3 < $intern_347) { + xc = (x3 + x2) / 2; + yc = m1 * (xc - mx1) + my1; + } + else { + m2 = -(x3 - x2) / (y3 - y2); + mx2 = (x2 + x3) / 2; + my2 = (y2 + y3) / 2; + xc = (m1 * mx1 - m2 * mx2 + my2 - my1) / (m1 - m2); + yc = m1 * (xc - mx1) + my1; + } + } + dx = x2 - xc; + dy = y2 - yc; + rsqr = dx * dx + dy * dy; + dx = xp - xc; + dx *= dx; + dy = yp - yc; + if (dx + dy * dy - rsqr <= $intern_347) + return 0; + return xp > xc && dx > rsqr?1:2; +} + +function com_badlogic_gdx_math_DelaunayTriangulator_$computeTriangles__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FIIZLcom_badlogic_gdx_utils_ShortArray_2(this$static, points, offset, count, sorted){ + var complete, completeArray, completeIndex, dmax, dx, dy, edges, edgesArray, end, i, i0, i1, i2, i3, ii, n, originalIndicesArray, p1, p2, p3, pointIndex, skip, superTriangle, triangleIndex, triangles, trianglesArray, trianglesArray0, value_0, x_0, x1, x2, x3, xmax, xmid, xmin, y_0, y1, y2, y3, ymax, ymid, ymin, com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIIIV_items_0; + if (count > $intern_343) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_344)); + triangles = this$static.com_badlogic_gdx_math_DelaunayTriangulator_triangles; + triangles.com_badlogic_gdx_utils_ShortArray_size = 0; + if (count < 6) + return triangles; + com_badlogic_gdx_utils_ShortArray_$ensureCapacity__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(triangles, count); + if (!sorted) { + (this$static.com_badlogic_gdx_math_DelaunayTriangulator_sortedPoints == null || this$static.com_badlogic_gdx_math_DelaunayTriangulator_sortedPoints.length < count) && (this$static.com_badlogic_gdx_math_DelaunayTriangulator_sortedPoints = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, count, 15, 1)); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(points, offset, this$static.com_badlogic_gdx_math_DelaunayTriangulator_sortedPoints, 0, count); + points = this$static.com_badlogic_gdx_math_DelaunayTriangulator_sortedPoints; + offset = 0; + com_badlogic_gdx_math_DelaunayTriangulator_$sort__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FIV(this$static, points, count); + } + end = offset + count; + xmin = points[0]; + ymin = points[1]; + xmax = xmin; + ymax = ymin; + for (i0 = offset + 2; i0 < end; i0++) { + value_0 = points[i0]; + value_0 < xmin && (xmin = value_0); + value_0 > xmax && (xmax = value_0); + ++i0; + value_0 = points[i0]; + value_0 < ymin && (ymin = value_0); + value_0 > ymax && (ymax = value_0); + } + dx = xmax - xmin; + dy = ymax - ymin; + dmax = (dx > dy?dx:dy) * 20; + xmid = (xmax + xmin) / 2; + ymid = (ymax + ymin) / 2; + superTriangle = this$static.com_badlogic_gdx_math_DelaunayTriangulator_superTriangle; + superTriangle[0] = xmid - dmax; + superTriangle[1] = ymid - dmax; + superTriangle[2] = xmid; + superTriangle[3] = ymid + dmax; + superTriangle[4] = xmid + dmax; + superTriangle[5] = ymid - dmax; + edges = this$static.com_badlogic_gdx_math_DelaunayTriangulator_edges; + com_badlogic_gdx_utils_IntArray_$ensureCapacity__Lcom_badlogic_gdx_utils_IntArray_2I_3I(edges, count / 2 | 0); + complete = this$static.com_badlogic_gdx_math_DelaunayTriangulator_complete; + complete.com_badlogic_gdx_utils_BooleanArray_size = 0; + com_badlogic_gdx_utils_BooleanArray_$ensureCapacity__Lcom_badlogic_gdx_utils_BooleanArray_2I_3Z(complete, count); + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2IV(triangles, end); + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2IV(triangles, end + 2); + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2IV(triangles, end + 4); + com_badlogic_gdx_utils_BooleanArray_$add__Lcom_badlogic_gdx_utils_BooleanArray_2ZV(complete); + for (pointIndex = offset; pointIndex < end; pointIndex += 2) { + x_0 = points[pointIndex]; + y_0 = points[pointIndex + 1]; + trianglesArray0 = triangles.com_badlogic_gdx_utils_ShortArray_items; + completeArray = complete.com_badlogic_gdx_utils_BooleanArray_items; + for (triangleIndex = triangles.com_badlogic_gdx_utils_ShortArray_size - 1; triangleIndex >= 0; triangleIndex -= 3) { + completeIndex = triangleIndex / 3 | 0; + if (completeArray[completeIndex]) + continue; + p1 = trianglesArray0[triangleIndex - 2]; + p2 = trianglesArray0[triangleIndex - 1]; + p3 = trianglesArray0[triangleIndex]; + if (p1 >= end) { + i1 = p1 - end; + x1 = superTriangle[i1]; + y1 = superTriangle[i1 + 1]; + } + else { + x1 = points[p1]; + y1 = points[p1 + 1]; + } + if (p2 >= end) { + i1 = p2 - end; + x2 = superTriangle[i1]; + y2 = superTriangle[i1 + 1]; + } + else { + x2 = points[p2]; + y2 = points[p2 + 1]; + } + if (p3 >= end) { + i1 = p3 - end; + x3 = superTriangle[i1]; + y3 = superTriangle[i1 + 1]; + } + else { + x3 = points[p3]; + y3 = points[p3 + 1]; + } + switch (com_badlogic_gdx_math_DelaunayTriangulator_$circumCircle__Lcom_badlogic_gdx_math_DelaunayTriangulator_2FFFFFFFFI(x_0, y_0, x1, y1, x2, y2, x3, y3)) { + case 1: + completeArray[completeIndex] = true; + break; + case 0: + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIIIV_items_0 = edges.com_badlogic_gdx_utils_IntArray_items; + edges.com_badlogic_gdx_utils_IntArray_size + 3 >= com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIIIV_items_0.length && (com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIIIV_items_0 = com_badlogic_gdx_utils_IntArray_$resize__Lcom_badlogic_gdx_utils_IntArray_2I_3I(edges, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(edges.com_badlogic_gdx_utils_IntArray_size * $intern_348)))); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIIIV_items_0[edges.com_badlogic_gdx_utils_IntArray_size] = p1; + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIIIV_items_0[edges.com_badlogic_gdx_utils_IntArray_size + 1] = p2; + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIIIV_items_0[edges.com_badlogic_gdx_utils_IntArray_size + 2] = p2; + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIIIV_items_0[edges.com_badlogic_gdx_utils_IntArray_size + 3] = p3; + edges.com_badlogic_gdx_utils_IntArray_size += 4; + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIV(edges, p3, p1); + com_badlogic_gdx_utils_ShortArray_$removeRange__Lcom_badlogic_gdx_utils_ShortArray_2IIV(triangles, triangleIndex - 2, triangleIndex); + com_badlogic_gdx_utils_BooleanArray_$removeIndex__Lcom_badlogic_gdx_utils_BooleanArray_2IZ(complete, completeIndex); + } + } + edgesArray = edges.com_badlogic_gdx_utils_IntArray_items; + for (i2 = 0 , n = edges.com_badlogic_gdx_utils_IntArray_size; i2 < n; i2 += 2) { + p1 = edgesArray[i2]; + if (p1 == -1) + continue; + p2 = edgesArray[i2 + 1]; + skip = false; + for (ii = i2 + 2; ii < n; ii += 2) { + if (p1 == edgesArray[ii + 1] && p2 == edgesArray[ii]) { + skip = true; + edgesArray[ii] = -1; + } + } + if (skip) + continue; + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2IV(triangles, p1); + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2IV(triangles, edgesArray[i2 + 1]); + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2IV(triangles, pointIndex); + com_badlogic_gdx_utils_BooleanArray_$add__Lcom_badlogic_gdx_utils_BooleanArray_2ZV(complete); + } + edges.com_badlogic_gdx_utils_IntArray_size = 0; + } + trianglesArray = triangles.com_badlogic_gdx_utils_ShortArray_items; + for (i3 = triangles.com_badlogic_gdx_utils_ShortArray_size - 1; i3 >= 0; i3 -= 3) { + if (trianglesArray[i3] >= end || trianglesArray[i3 - 1] >= end || trianglesArray[i3 - 2] >= end) { + com_badlogic_gdx_utils_ShortArray_$removeIndex__Lcom_badlogic_gdx_utils_ShortArray_2IS(triangles, i3); + com_badlogic_gdx_utils_ShortArray_$removeIndex__Lcom_badlogic_gdx_utils_ShortArray_2IS(triangles, i3 - 1); + com_badlogic_gdx_utils_ShortArray_$removeIndex__Lcom_badlogic_gdx_utils_ShortArray_2IS(triangles, i3 - 2); + } + } + if (!sorted) { + originalIndicesArray = this$static.com_badlogic_gdx_math_DelaunayTriangulator_originalIndices.com_badlogic_gdx_utils_ShortArray_items; + for (i = 0 , n = triangles.com_badlogic_gdx_utils_ShortArray_size; i < n; i++) + trianglesArray[i] = originalIndicesArray[trianglesArray[i] / 2 | 0] * 2 << 16 >> 16; + } + if (offset == 0) { + for (i = 0 , n = triangles.com_badlogic_gdx_utils_ShortArray_size; i < n; i++) + trianglesArray[i] = (trianglesArray[i] / 2 | 0) << 16 >> 16; + } + else { + for (i = 0 , n = triangles.com_badlogic_gdx_utils_ShortArray_size; i < n; i++) + trianglesArray[i] = ((trianglesArray[i] - offset) / 2 | 0) << 16 >> 16; + } + return triangles; +} + +function com_badlogic_gdx_math_DelaunayTriangulator_$quicksortPartition__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FII_3SI(values, lower, upper, originalIndices){ + var down, tempIndex, tempValue, up, value_0; + value_0 = values[lower]; + up = upper; + down = lower + 2; + while (down < up) { + while (down < up && values[down] <= value_0) + down = down + 2; + while (values[up] > value_0) + up = up - 2; + if (down < up) { + tempValue = values[down]; + values[down] = values[up]; + values[up] = tempValue; + tempValue = values[down + 1]; + values[down + 1] = values[up + 1]; + values[up + 1] = tempValue; + tempIndex = originalIndices[down / 2 | 0]; + originalIndices[down / 2 | 0] = originalIndices[up / 2 | 0]; + originalIndices[up / 2 | 0] = tempIndex; + } + } + if (value_0 > values[up]) { + values[lower] = values[up]; + values[up] = value_0; + tempValue = values[lower + 1]; + values[lower + 1] = values[up + 1]; + values[up + 1] = tempValue; + tempIndex = originalIndices[lower / 2 | 0]; + originalIndices[lower / 2 | 0] = originalIndices[up / 2 | 0]; + originalIndices[up / 2 | 0] = tempIndex; + } + return up; +} + +function com_badlogic_gdx_math_DelaunayTriangulator_$sort__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FIV(this$static, values, count){ + var i, i0, lower, originalIndicesArray, pointCount, stack_0, upper; + pointCount = count / 2 | 0; + this$static.com_badlogic_gdx_math_DelaunayTriangulator_originalIndices.com_badlogic_gdx_utils_ShortArray_size = 0; + com_badlogic_gdx_utils_ShortArray_$ensureCapacity__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(this$static.com_badlogic_gdx_math_DelaunayTriangulator_originalIndices, pointCount); + originalIndicesArray = this$static.com_badlogic_gdx_math_DelaunayTriangulator_originalIndices.com_badlogic_gdx_utils_ShortArray_items; + for (i0 = 0; i0 < pointCount; i0++) + originalIndicesArray[i0] = i0; + lower = 0; + upper = count - 1; + stack_0 = this$static.com_badlogic_gdx_math_DelaunayTriangulator_quicksortStack; + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, lower); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, upper - 1); + while (stack_0.com_badlogic_gdx_utils_IntArray_size > 0) { + upper = stack_0.com_badlogic_gdx_utils_IntArray_items[--stack_0.com_badlogic_gdx_utils_IntArray_size]; + lower = stack_0.com_badlogic_gdx_utils_IntArray_items[--stack_0.com_badlogic_gdx_utils_IntArray_size]; + if (upper <= lower) + continue; + i = com_badlogic_gdx_math_DelaunayTriangulator_$quicksortPartition__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FII_3SI(values, lower, upper, originalIndicesArray); + if (i - lower > upper - i) { + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, lower); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, i - 2); + } + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, i + 2); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, upper); + if (upper - i >= i - lower) { + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, lower); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(stack_0, i - 2); + } + } +} + +function com_badlogic_gdx_math_DelaunayTriangulator_DelaunayTriangulator__V(){ + this.com_badlogic_gdx_math_DelaunayTriangulator_quicksortStack = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this.com_badlogic_gdx_math_DelaunayTriangulator_triangles = new com_badlogic_gdx_utils_ShortArray_ShortArray__ZIV(false, 16); + this.com_badlogic_gdx_math_DelaunayTriangulator_originalIndices = new com_badlogic_gdx_utils_ShortArray_ShortArray__ZIV(false, 0); + this.com_badlogic_gdx_math_DelaunayTriangulator_edges = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this.com_badlogic_gdx_math_DelaunayTriangulator_complete = new com_badlogic_gdx_utils_BooleanArray_BooleanArray__ZIV; + this.com_badlogic_gdx_math_DelaunayTriangulator_superTriangle = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 6, 15, 1); + this.com_badlogic_gdx_math_DelaunayTriangulator_centroid = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(591, 1, {591:1}, com_badlogic_gdx_math_DelaunayTriangulator_DelaunayTriangulator__V); +_.private$com_badlogic_gdx_math_DelaunayTriangulator$circumCircle__FFFFFFFFI = function com_badlogic_gdx_math_DelaunayTriangulator_circumCircle__FFFFFFFFI(xp, yp, x1, y1, x2, y2, x3, y3){ + return com_badlogic_gdx_math_DelaunayTriangulator_$circumCircle__Lcom_badlogic_gdx_math_DelaunayTriangulator_2FFFFFFFFI(xp, yp, x1, y1, x2, y2, x3, y3); +} +; +_.computeTriangles__Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_ShortArray_2 = function com_badlogic_gdx_math_DelaunayTriangulator_computeTriangles__Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_ShortArray_2(points, sorted){ + return com_badlogic_gdx_math_DelaunayTriangulator_$computeTriangles__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FIIZLcom_badlogic_gdx_utils_ShortArray_2(this, points.com_badlogic_gdx_utils_FloatArray_items, 0, points.com_badlogic_gdx_utils_FloatArray_size, sorted); +} +; +_.computeTriangles___3FIIZLcom_badlogic_gdx_utils_ShortArray_2 = function com_badlogic_gdx_math_DelaunayTriangulator_computeTriangles___3FIIZLcom_badlogic_gdx_utils_ShortArray_2(points, offset, count, sorted){ + return com_badlogic_gdx_math_DelaunayTriangulator_$computeTriangles__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FIIZLcom_badlogic_gdx_utils_ShortArray_2(this, points, offset, count, sorted); +} +; +_.computeTriangles___3FZLcom_badlogic_gdx_utils_ShortArray_2 = function com_badlogic_gdx_math_DelaunayTriangulator_computeTriangles___3FZLcom_badlogic_gdx_utils_ShortArray_2(polygon, sorted){ + return com_badlogic_gdx_math_DelaunayTriangulator_$computeTriangles__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FIIZLcom_badlogic_gdx_utils_ShortArray_2(this, polygon, 0, polygon.length, sorted); +} +; +_.private$com_badlogic_gdx_math_DelaunayTriangulator$quicksortPartition___3FII_3SI = function com_badlogic_gdx_math_DelaunayTriangulator_quicksortPartition___3FII_3SI(values, lower, upper, originalIndices){ + return com_badlogic_gdx_math_DelaunayTriangulator_$quicksortPartition__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FII_3SI(values, lower, upper, originalIndices); +} +; +_.private$com_badlogic_gdx_math_DelaunayTriangulator$sort___3FIV = function com_badlogic_gdx_math_DelaunayTriangulator_sort___3FIV(values, count){ + com_badlogic_gdx_math_DelaunayTriangulator_$sort__Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FIV(this, values, count); +} +; +_.trim__Lcom_badlogic_gdx_utils_ShortArray_2_3F_3FIIV = function com_badlogic_gdx_math_DelaunayTriangulator_trim__Lcom_badlogic_gdx_utils_ShortArray_2_3F_3FIIV(triangles, points, hull, offset, count){ + var i, p1, p2, p3, trianglesArray; + trianglesArray = triangles.com_badlogic_gdx_utils_ShortArray_items; + for (i = triangles.com_badlogic_gdx_utils_ShortArray_size - 1; i >= 0; i -= 3) { + p1 = trianglesArray[i - 2] * 2; + p2 = trianglesArray[i - 1] * 2; + p3 = trianglesArray[i] * 2; + com_badlogic_gdx_math_GeometryUtils_triangleCentroid__FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(points[p1], points[p1 + 1], points[p2], points[p2 + 1], points[p3], points[p3 + 1], this.com_badlogic_gdx_math_DelaunayTriangulator_centroid); + if (!com_badlogic_gdx_math_Intersector_isPointInPolygon___3FIIFFZ(hull, offset, count, this.com_badlogic_gdx_math_DelaunayTriangulator_centroid.com_badlogic_gdx_math_Vector2_x, this.com_badlogic_gdx_math_DelaunayTriangulator_centroid.com_badlogic_gdx_math_Vector2_y)) { + com_badlogic_gdx_utils_ShortArray_$removeIndex__Lcom_badlogic_gdx_utils_ShortArray_2IS(triangles, i); + com_badlogic_gdx_utils_ShortArray_$removeIndex__Lcom_badlogic_gdx_utils_ShortArray_2IS(triangles, i - 1); + com_badlogic_gdx_utils_ShortArray_$removeIndex__Lcom_badlogic_gdx_utils_ShortArray_2IS(triangles, i - 2); + } + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_349, 591, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_EarClippingTriangulator_$classifyVertex__Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(this$static, index_0){ + var current, indices, next, previous, vertices; + indices = this$static.com_badlogic_gdx_math_EarClippingTriangulator_indices; + previous = indices[(index_0 == 0?this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount:index_0) - 1] * 2; + current = indices[index_0] * 2; + next = indices[(index_0 + 1) % this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount] * 2; + vertices = this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertices; + return com_badlogic_gdx_math_EarClippingTriangulator_computeSpannedAreaSign__FFFFFFI(vertices[previous], vertices[previous + 1], vertices[current], vertices[current + 1], vertices[next], vertices[next + 1]); +} + +function com_badlogic_gdx_math_EarClippingTriangulator_$computeTriangles__Lcom_badlogic_gdx_math_EarClippingTriangulator_2_3FIILcom_badlogic_gdx_utils_ShortArray_2(this$static, vertices, offset, count){ + var i, i0, indices, indicesArray, n, n0, triangles, vertexCount, vertexOffset, vertexTypes; + this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertices = vertices; + vertexCount = this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount = count / 2 | 0; + vertexOffset = offset / 2 | 0; + indicesArray = this$static.com_badlogic_gdx_math_EarClippingTriangulator_indicesArray; + indicesArray.com_badlogic_gdx_utils_ShortArray_size = 0; + com_badlogic_gdx_utils_ShortArray_$ensureCapacity__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(indicesArray, vertexCount); + indicesArray.com_badlogic_gdx_utils_ShortArray_size = vertexCount; + indices = this$static.com_badlogic_gdx_math_EarClippingTriangulator_indices = indicesArray.com_badlogic_gdx_utils_ShortArray_items; + if (com_badlogic_gdx_math_GeometryUtils_isClockwise___3FIIZ(vertices, offset, count)) { + for (i0 = 0; i0 < vertexCount; i0++) + indices[i0] = vertexOffset + i0 << 16 >> 16; + } + else { + for (i0 = 0 , n0 = vertexCount - 1; i0 < vertexCount; i0++) + indices[i0] = vertexOffset + n0 - i0 << 16 >> 16; + } + vertexTypes = this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexTypes; + vertexTypes.com_badlogic_gdx_utils_IntArray_size = 0; + com_badlogic_gdx_utils_IntArray_$ensureCapacity__Lcom_badlogic_gdx_utils_IntArray_2I_3I(vertexTypes, vertexCount); + for (i = 0 , n = vertexCount; i < n; ++i) + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(vertexTypes, com_badlogic_gdx_math_EarClippingTriangulator_$classifyVertex__Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(this$static, i)); + triangles = this$static.com_badlogic_gdx_math_EarClippingTriangulator_triangles; + triangles.com_badlogic_gdx_utils_ShortArray_size = 0; + com_badlogic_gdx_utils_ShortArray_$ensureCapacity__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(triangles, $wnd.Math.max(0, vertexCount - 2) * 3); + com_badlogic_gdx_math_EarClippingTriangulator_$triangulate__Lcom_badlogic_gdx_math_EarClippingTriangulator_2V(this$static); + return triangles; +} + +function com_badlogic_gdx_math_EarClippingTriangulator_$cutEarTip__Lcom_badlogic_gdx_math_EarClippingTriangulator_2IV(this$static, earTipIndex){ + var indices, triangles; + indices = this$static.com_badlogic_gdx_math_EarClippingTriangulator_indices; + triangles = this$static.com_badlogic_gdx_math_EarClippingTriangulator_triangles; + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2SV(triangles, indices[(earTipIndex == 0?this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount:earTipIndex) - 1]); + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2SV(triangles, indices[earTipIndex]); + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2SV(triangles, indices[(earTipIndex + 1) % this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount]); + com_badlogic_gdx_utils_ShortArray_$removeIndex__Lcom_badlogic_gdx_utils_ShortArray_2IS(this$static.com_badlogic_gdx_math_EarClippingTriangulator_indicesArray, earTipIndex); + com_badlogic_gdx_utils_IntArray_$removeIndex__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexTypes, earTipIndex); + --this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount; +} + +function com_badlogic_gdx_math_EarClippingTriangulator_$findEarTip__Lcom_badlogic_gdx_math_EarClippingTriangulator_2I(this$static){ + var i, i0, vertexCount, vertexTypes; + vertexCount = this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount; + for (i0 = 0; i0 < vertexCount; i0++) + if (com_badlogic_gdx_math_EarClippingTriangulator_$isEarTip__Lcom_badlogic_gdx_math_EarClippingTriangulator_2IZ(this$static, i0)) + return i0; + vertexTypes = this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexTypes.com_badlogic_gdx_utils_IntArray_items; + for (i = 0; i < vertexCount; i++) + if (vertexTypes[i] != -1) + return i; + return 0; +} + +function com_badlogic_gdx_math_EarClippingTriangulator_$isEarTip__Lcom_badlogic_gdx_math_EarClippingTriangulator_2IZ(this$static, earTipIndex){ + var i, indices, nextIndex, p1, p1x, p1y, p2, p2x, p2y, p3, p3x, p3y, previousIndex, v, vertexTypes, vertices, vx, vy; + vertexTypes = this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexTypes.com_badlogic_gdx_utils_IntArray_items; + if (vertexTypes[earTipIndex] == -1) + return false; + previousIndex = (earTipIndex == 0?this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount:earTipIndex) - 1; + nextIndex = (earTipIndex + 1) % this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount; + indices = this$static.com_badlogic_gdx_math_EarClippingTriangulator_indices; + p1 = indices[previousIndex] * 2; + p2 = indices[earTipIndex] * 2; + p3 = indices[nextIndex] * 2; + vertices = this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertices; + p1x = vertices[p1]; + p1y = vertices[p1 + 1]; + p2x = vertices[p2]; + p2y = vertices[p2 + 1]; + p3x = vertices[p3]; + p3y = vertices[p3 + 1]; + for (i = (nextIndex + 1) % this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount; i != previousIndex; i = (i + 1) % this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount) { + if (vertexTypes[i] != 1) { + v = indices[i] * 2; + vx = vertices[v]; + vy = vertices[v + 1]; + if (com_badlogic_gdx_math_EarClippingTriangulator_computeSpannedAreaSign__FFFFFFI(p3x, p3y, p1x, p1y, vx, vy) >= 0) { + if (com_badlogic_gdx_math_EarClippingTriangulator_computeSpannedAreaSign__FFFFFFI(p1x, p1y, p2x, p2y, vx, vy) >= 0) { + if (com_badlogic_gdx_math_EarClippingTriangulator_computeSpannedAreaSign__FFFFFFI(p2x, p2y, p3x, p3y, vx, vy) >= 0) + return false; + } + } + } + } + return true; +} + +function com_badlogic_gdx_math_EarClippingTriangulator_$triangulate__Lcom_badlogic_gdx_math_EarClippingTriangulator_2V(this$static){ + var earTipIndex, indices, nextIndex, previousIndex, triangles, vertexTypes; + vertexTypes = this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexTypes.com_badlogic_gdx_utils_IntArray_items; + while (this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount > 3) { + earTipIndex = com_badlogic_gdx_math_EarClippingTriangulator_$findEarTip__Lcom_badlogic_gdx_math_EarClippingTriangulator_2I(this$static); + com_badlogic_gdx_math_EarClippingTriangulator_$cutEarTip__Lcom_badlogic_gdx_math_EarClippingTriangulator_2IV(this$static, earTipIndex); + previousIndex = (earTipIndex == 0?this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount:earTipIndex) - 1; + nextIndex = earTipIndex == this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount?0:earTipIndex; + vertexTypes[previousIndex] = com_badlogic_gdx_math_EarClippingTriangulator_$classifyVertex__Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(this$static, previousIndex); + vertexTypes[nextIndex] = com_badlogic_gdx_math_EarClippingTriangulator_$classifyVertex__Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(this$static, nextIndex); + } + if (this$static.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount == 3) { + triangles = this$static.com_badlogic_gdx_math_EarClippingTriangulator_triangles; + indices = this$static.com_badlogic_gdx_math_EarClippingTriangulator_indices; + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2SV(triangles, indices[0]); + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2SV(triangles, indices[1]); + com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2SV(triangles, indices[2]); + } +} + +function com_badlogic_gdx_math_EarClippingTriangulator_EarClippingTriangulator__V(){ + this.com_badlogic_gdx_math_EarClippingTriangulator_indicesArray = new com_badlogic_gdx_utils_ShortArray_ShortArray__V; + this.com_badlogic_gdx_math_EarClippingTriangulator_vertexTypes = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this.com_badlogic_gdx_math_EarClippingTriangulator_triangles = new com_badlogic_gdx_utils_ShortArray_ShortArray__V; +} + +function com_badlogic_gdx_math_EarClippingTriangulator_computeSpannedAreaSign__FFFFFFI(p1x, p1y, p2x, p2y, p3x, p3y){ + var area; + area = p1x * (p3y - p2y); + area += p2x * (p1y - p3y); + area += p3x * (p2y - p1y); + return com_google_gwt_lang_Cast_round_1int__DI(java_lang_Math_signum__DD(area)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(593, 1, {593:1}, com_badlogic_gdx_math_EarClippingTriangulator_EarClippingTriangulator__V); +_.private$com_badlogic_gdx_math_EarClippingTriangulator$classifyVertex__II = function com_badlogic_gdx_math_EarClippingTriangulator_classifyVertex__II(index_0){ + return com_badlogic_gdx_math_EarClippingTriangulator_$classifyVertex__Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(this, index_0); +} +; +_.computeTriangles__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_ShortArray_2 = function com_badlogic_gdx_math_EarClippingTriangulator_computeTriangles__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_ShortArray_2(vertices){ + return com_badlogic_gdx_math_EarClippingTriangulator_$computeTriangles__Lcom_badlogic_gdx_math_EarClippingTriangulator_2_3FIILcom_badlogic_gdx_utils_ShortArray_2(this, vertices.com_badlogic_gdx_utils_FloatArray_items, 0, vertices.com_badlogic_gdx_utils_FloatArray_size); +} +; +_.computeTriangles___3FLcom_badlogic_gdx_utils_ShortArray_2 = function com_badlogic_gdx_math_EarClippingTriangulator_computeTriangles___3FLcom_badlogic_gdx_utils_ShortArray_2(vertices){ + return com_badlogic_gdx_math_EarClippingTriangulator_$computeTriangles__Lcom_badlogic_gdx_math_EarClippingTriangulator_2_3FIILcom_badlogic_gdx_utils_ShortArray_2(this, vertices, 0, vertices.length); +} +; +_.computeTriangles___3FIILcom_badlogic_gdx_utils_ShortArray_2 = function com_badlogic_gdx_math_EarClippingTriangulator_computeTriangles___3FIILcom_badlogic_gdx_utils_ShortArray_2(vertices, offset, count){ + return com_badlogic_gdx_math_EarClippingTriangulator_$computeTriangles__Lcom_badlogic_gdx_math_EarClippingTriangulator_2_3FIILcom_badlogic_gdx_utils_ShortArray_2(this, vertices, offset, count); +} +; +_.private$com_badlogic_gdx_math_EarClippingTriangulator$cutEarTip__IV = function com_badlogic_gdx_math_EarClippingTriangulator_cutEarTip__IV(earTipIndex){ + com_badlogic_gdx_math_EarClippingTriangulator_$cutEarTip__Lcom_badlogic_gdx_math_EarClippingTriangulator_2IV(this, earTipIndex); +} +; +_.private$com_badlogic_gdx_math_EarClippingTriangulator$findEarTip__I = function com_badlogic_gdx_math_EarClippingTriangulator_findEarTip__I(){ + return com_badlogic_gdx_math_EarClippingTriangulator_$findEarTip__Lcom_badlogic_gdx_math_EarClippingTriangulator_2I(this); +} +; +_.private$com_badlogic_gdx_math_EarClippingTriangulator$isEarTip__IZ = function com_badlogic_gdx_math_EarClippingTriangulator_isEarTip__IZ(earTipIndex){ + return com_badlogic_gdx_math_EarClippingTriangulator_$isEarTip__Lcom_badlogic_gdx_math_EarClippingTriangulator_2IZ(this, earTipIndex); +} +; +_.private$com_badlogic_gdx_math_EarClippingTriangulator$nextIndex__II = function com_badlogic_gdx_math_EarClippingTriangulator_nextIndex__II(index_0){ + return (index_0 + 1) % this.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount; +} +; +_.private$com_badlogic_gdx_math_EarClippingTriangulator$previousIndex__II = function com_badlogic_gdx_math_EarClippingTriangulator_previousIndex__II(index_0){ + return (index_0 == 0?this.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount:index_0) - 1; +} +; +_.private$com_badlogic_gdx_math_EarClippingTriangulator$triangulate__V = function com_badlogic_gdx_math_EarClippingTriangulator_triangulate__V(){ + com_badlogic_gdx_math_EarClippingTriangulator_$triangulate__Lcom_badlogic_gdx_math_EarClippingTriangulator_2V(this); +} +; +_.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_350, 593, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Ellipse_$contains__Lcom_badlogic_gdx_math_Ellipse_2FFZ(this$static, x_0, y_0){ + x_0 = x_0 - this$static.com_badlogic_gdx_math_Ellipse_x; + y_0 = y_0 - this$static.com_badlogic_gdx_math_Ellipse_y; + return x_0 * x_0 / (this$static.com_badlogic_gdx_math_Ellipse_width * 0.5 * this$static.com_badlogic_gdx_math_Ellipse_width * 0.5) + y_0 * y_0 / (this$static.com_badlogic_gdx_math_Ellipse_height * 0.5 * this$static.com_badlogic_gdx_math_Ellipse_height * 0.5) <= 1; +} + +function com_badlogic_gdx_math_Ellipse_Ellipse__V(){ +} + +function com_badlogic_gdx_math_Ellipse_Ellipse__FFFFV(x_0, y_0, width_0, height){ + this.com_badlogic_gdx_math_Ellipse_x = x_0; + this.com_badlogic_gdx_math_Ellipse_y = y_0; + this.com_badlogic_gdx_math_Ellipse_width = width_0; + this.com_badlogic_gdx_math_Ellipse_height = height; +} + +function com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Circle_2V(circle){ + this.com_badlogic_gdx_math_Ellipse_x = circle.com_badlogic_gdx_math_Circle_x; + this.com_badlogic_gdx_math_Ellipse_y = circle.com_badlogic_gdx_math_Circle_y; + this.com_badlogic_gdx_math_Ellipse_width = circle.com_badlogic_gdx_math_Circle_radius * 2; + this.com_badlogic_gdx_math_Ellipse_height = circle.com_badlogic_gdx_math_Circle_radius * 2; +} + +function com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Ellipse_2V(ellipse){ + this.com_badlogic_gdx_math_Ellipse_x = ellipse.com_badlogic_gdx_math_Ellipse_x; + this.com_badlogic_gdx_math_Ellipse_y = ellipse.com_badlogic_gdx_math_Ellipse_y; + this.com_badlogic_gdx_math_Ellipse_width = ellipse.com_badlogic_gdx_math_Ellipse_width; + this.com_badlogic_gdx_math_Ellipse_height = ellipse.com_badlogic_gdx_math_Ellipse_height; +} + +function com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Vector2_2FFV(position, width_0, height){ + this.com_badlogic_gdx_math_Ellipse_x = position.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Ellipse_y = position.com_badlogic_gdx_math_Vector2_y; + this.com_badlogic_gdx_math_Ellipse_width = width_0; + this.com_badlogic_gdx_math_Ellipse_height = height; +} + +function com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(position, size_0){ + this.com_badlogic_gdx_math_Ellipse_x = position.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Ellipse_y = position.com_badlogic_gdx_math_Vector2_y; + this.com_badlogic_gdx_math_Ellipse_width = size_0.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Ellipse_height = size_0.com_badlogic_gdx_math_Vector2_y; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(217, 1, {217:1, 462:1, 3:1}, com_badlogic_gdx_math_Ellipse_Ellipse__V, com_badlogic_gdx_math_Ellipse_Ellipse__FFFFV, com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Circle_2V, com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Ellipse_2V, com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Vector2_2FFV, com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V); +_.area__F = function com_badlogic_gdx_math_Ellipse_area__F(){ + return $intern_283 * (this.com_badlogic_gdx_math_Ellipse_width * this.com_badlogic_gdx_math_Ellipse_height) / 4; +} +; +_.circumference__F = function com_badlogic_gdx_math_Ellipse_circumference__F(){ + var a, b; + a = this.com_badlogic_gdx_math_Ellipse_width / 2; + b = this.com_badlogic_gdx_math_Ellipse_height / 2; + return a * 3 > b || b * 3 > a?$intern_283 * (3 * (a + b) - $wnd.Math.sqrt((3 * a + b) * (a + 3 * b))):$intern_282 * $wnd.Math.sqrt((a * a + b * b) / 2); +} +; +_.contains__FFZ = function com_badlogic_gdx_math_Ellipse_contains__FFZ(x_0, y_0){ + return com_badlogic_gdx_math_Ellipse_$contains__Lcom_badlogic_gdx_math_Ellipse_2FFZ(this, x_0, y_0); +} +; +_.contains__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Ellipse_contains__Lcom_badlogic_gdx_math_Vector2_2Z(point){ + return com_badlogic_gdx_math_Ellipse_$contains__Lcom_badlogic_gdx_math_Ellipse_2FFZ(this, point.com_badlogic_gdx_math_Vector2_x, point.com_badlogic_gdx_math_Vector2_y); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_Ellipse_equals__Ljava_lang_Object_2Z(o){ + var e; + if (o === this) + return true; + if (o == null || java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o) != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit) + return false; + e = o; + return this.com_badlogic_gdx_math_Ellipse_x == e.com_badlogic_gdx_math_Ellipse_x && this.com_badlogic_gdx_math_Ellipse_y == e.com_badlogic_gdx_math_Ellipse_y && this.com_badlogic_gdx_math_Ellipse_width == e.com_badlogic_gdx_math_Ellipse_width && this.com_badlogic_gdx_math_Ellipse_height == e.com_badlogic_gdx_math_Ellipse_height; +} +; +_.hashCode__I = function com_badlogic_gdx_math_Ellipse_hashCode__I(){ + var result; + result = 1; + result = 53 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Ellipse_height); + result = 53 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Ellipse_width); + result = 53 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Ellipse_x); + result = 53 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Ellipse_y); + return result; +} +; +_.set__FFFFV = function com_badlogic_gdx_math_Ellipse_set__FFFFV(x_0, y_0, width_0, height){ + this.com_badlogic_gdx_math_Ellipse_x = x_0; + this.com_badlogic_gdx_math_Ellipse_y = y_0; + this.com_badlogic_gdx_math_Ellipse_width = width_0; + this.com_badlogic_gdx_math_Ellipse_height = height; +} +; +_.set__Lcom_badlogic_gdx_math_Circle_2V = function com_badlogic_gdx_math_Ellipse_set__Lcom_badlogic_gdx_math_Circle_2V(circle){ + this.com_badlogic_gdx_math_Ellipse_x = circle.com_badlogic_gdx_math_Circle_x; + this.com_badlogic_gdx_math_Ellipse_y = circle.com_badlogic_gdx_math_Circle_y; + this.com_badlogic_gdx_math_Ellipse_width = circle.com_badlogic_gdx_math_Circle_radius * 2; + this.com_badlogic_gdx_math_Ellipse_height = circle.com_badlogic_gdx_math_Circle_radius * 2; +} +; +_.set__Lcom_badlogic_gdx_math_Ellipse_2V = function com_badlogic_gdx_math_Ellipse_set__Lcom_badlogic_gdx_math_Ellipse_2V(ellipse){ + this.com_badlogic_gdx_math_Ellipse_x = ellipse.com_badlogic_gdx_math_Ellipse_x; + this.com_badlogic_gdx_math_Ellipse_y = ellipse.com_badlogic_gdx_math_Ellipse_y; + this.com_badlogic_gdx_math_Ellipse_width = ellipse.com_badlogic_gdx_math_Ellipse_width; + this.com_badlogic_gdx_math_Ellipse_height = ellipse.com_badlogic_gdx_math_Ellipse_height; +} +; +_.set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V = function com_badlogic_gdx_math_Ellipse_set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(position, size_0){ + this.com_badlogic_gdx_math_Ellipse_x = position.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Ellipse_y = position.com_badlogic_gdx_math_Vector2_y; + this.com_badlogic_gdx_math_Ellipse_width = size_0.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Ellipse_height = size_0.com_badlogic_gdx_math_Vector2_y; +} +; +_.setPosition__FFLcom_badlogic_gdx_math_Ellipse_2 = function com_badlogic_gdx_math_Ellipse_setPosition__FFLcom_badlogic_gdx_math_Ellipse_2(x_0, y_0){ + this.com_badlogic_gdx_math_Ellipse_x = x_0; + this.com_badlogic_gdx_math_Ellipse_y = y_0; + return this; +} +; +_.setPosition__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Ellipse_2 = function com_badlogic_gdx_math_Ellipse_setPosition__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Ellipse_2(position){ + this.com_badlogic_gdx_math_Ellipse_x = position.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Ellipse_y = position.com_badlogic_gdx_math_Vector2_y; + return this; +} +; +_.setSize__FFLcom_badlogic_gdx_math_Ellipse_2 = function com_badlogic_gdx_math_Ellipse_setSize__FFLcom_badlogic_gdx_math_Ellipse_2(width_0, height){ + this.com_badlogic_gdx_math_Ellipse_width = width_0; + this.com_badlogic_gdx_math_Ellipse_height = height; + return this; +} +; +_.com_badlogic_gdx_math_Ellipse_height = 0; +_.com_badlogic_gdx_math_Ellipse_width = 0; +_.com_badlogic_gdx_math_Ellipse_x = 0; +_.com_badlogic_gdx_math_Ellipse_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_351, 217, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_FloatCounter_$reset__Lcom_badlogic_gdx_math_FloatCounter_2V(this$static){ + this$static.com_badlogic_gdx_math_FloatCounter_count = 0; + this$static.com_badlogic_gdx_math_FloatCounter_total = 0; + this$static.com_badlogic_gdx_math_FloatCounter_min = $intern_352; + this$static.com_badlogic_gdx_math_FloatCounter_max = $intern_353; + this$static.com_badlogic_gdx_math_FloatCounter_average = 0; + this$static.com_badlogic_gdx_math_FloatCounter_latest = 0; + this$static.com_badlogic_gdx_math_FloatCounter_value = 0; + !!this$static.com_badlogic_gdx_math_FloatCounter_mean && com_badlogic_gdx_math_WindowedMean_$clear__Lcom_badlogic_gdx_math_WindowedMean_2V(this$static.com_badlogic_gdx_math_FloatCounter_mean); +} + +function com_badlogic_gdx_math_FloatCounter_FloatCounter__IV(windowSize){ + this.com_badlogic_gdx_math_FloatCounter_mean = windowSize > 1?new com_badlogic_gdx_math_WindowedMean_WindowedMean__IV(windowSize):null; + com_badlogic_gdx_math_FloatCounter_$reset__Lcom_badlogic_gdx_math_FloatCounter_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(594, 1, {594:1, 67:1}, com_badlogic_gdx_math_FloatCounter_FloatCounter__IV); +_.put__FV = function com_badlogic_gdx_math_FloatCounter_put__FV(value_0){ + this.com_badlogic_gdx_math_FloatCounter_latest = value_0; + this.com_badlogic_gdx_math_FloatCounter_total += value_0; + ++this.com_badlogic_gdx_math_FloatCounter_count; + this.com_badlogic_gdx_math_FloatCounter_average = this.com_badlogic_gdx_math_FloatCounter_total / this.com_badlogic_gdx_math_FloatCounter_count; + if (this.com_badlogic_gdx_math_FloatCounter_mean) { + com_badlogic_gdx_math_WindowedMean_$addValue__Lcom_badlogic_gdx_math_WindowedMean_2FV(this.com_badlogic_gdx_math_FloatCounter_mean, value_0); + this.com_badlogic_gdx_math_FloatCounter_value = com_badlogic_gdx_math_WindowedMean_$getMean__Lcom_badlogic_gdx_math_WindowedMean_2F(this.com_badlogic_gdx_math_FloatCounter_mean); + } + else + this.com_badlogic_gdx_math_FloatCounter_value = this.com_badlogic_gdx_math_FloatCounter_latest; + if (!this.com_badlogic_gdx_math_FloatCounter_mean || com_badlogic_gdx_math_WindowedMean_$hasEnoughData__Lcom_badlogic_gdx_math_WindowedMean_2Z(this.com_badlogic_gdx_math_FloatCounter_mean)) { + this.com_badlogic_gdx_math_FloatCounter_value < this.com_badlogic_gdx_math_FloatCounter_min && (this.com_badlogic_gdx_math_FloatCounter_min = this.com_badlogic_gdx_math_FloatCounter_value); + this.com_badlogic_gdx_math_FloatCounter_value > this.com_badlogic_gdx_math_FloatCounter_max && (this.com_badlogic_gdx_math_FloatCounter_max = this.com_badlogic_gdx_math_FloatCounter_value); + } +} +; +_.reset__V = function com_badlogic_gdx_math_FloatCounter_reset__V(){ + com_badlogic_gdx_math_FloatCounter_$reset__Lcom_badlogic_gdx_math_FloatCounter_2V(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_FloatCounter_toString__Ljava_lang_String_2(){ + return 'FloatCounter{count=' + this.com_badlogic_gdx_math_FloatCounter_count + ', total=' + this.com_badlogic_gdx_math_FloatCounter_total + ', min=' + this.com_badlogic_gdx_math_FloatCounter_min + ', max=' + this.com_badlogic_gdx_math_FloatCounter_max + ', average=' + this.com_badlogic_gdx_math_FloatCounter_average + ', latest=' + this.com_badlogic_gdx_math_FloatCounter_latest + ', value=' + this.com_badlogic_gdx_math_FloatCounter_value + '}'; +} +; +_.com_badlogic_gdx_math_FloatCounter_average = 0; +_.com_badlogic_gdx_math_FloatCounter_count = 0; +_.com_badlogic_gdx_math_FloatCounter_latest = 0; +_.com_badlogic_gdx_math_FloatCounter_max = 0; +_.com_badlogic_gdx_math_FloatCounter_min = 0; +_.com_badlogic_gdx_math_FloatCounter_total = 0; +_.com_badlogic_gdx_math_FloatCounter_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_354, 594, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Frustum_$clinit__V(){ + com_badlogic_gdx_math_Frustum_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var j, v, v$array, v$index, v$max; + com_badlogic_gdx_math_Frustum_clipSpacePlanePoints = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), $intern_355, 32, 0, [new com_badlogic_gdx_math_Vector3_Vector3__FFFV(-1, -1, -1), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(1, -1, -1), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(1, 1, -1), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(-1, 1, -1), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(-1, -1, 1), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(1, -1, 1), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(1, 1, 1), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(-1, 1, 1)]); + com_badlogic_gdx_math_Frustum_clipSpacePlanePointsArray = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 24, 15, 1); + j = 0; + for (v$array = com_badlogic_gdx_math_Frustum_clipSpacePlanePoints , v$index = 0 , v$max = v$array.length; v$index < v$max; ++v$index) { + v = v$array[v$index]; + com_badlogic_gdx_math_Frustum_clipSpacePlanePointsArray[j++] = v.com_badlogic_gdx_math_Vector3_x; + com_badlogic_gdx_math_Frustum_clipSpacePlanePointsArray[j++] = v.com_badlogic_gdx_math_Vector3_y; + com_badlogic_gdx_math_Frustum_clipSpacePlanePointsArray[j++] = v.com_badlogic_gdx_math_Vector3_z; + } + com_badlogic_gdx_math_Frustum_tmpV = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_Frustum_$boundsInFrustum__Lcom_badlogic_gdx_math_Frustum_2FFFFFFZ(this$static, x_0, y_0, z_0, halfWidth, halfHeight, halfDepth){ + var i, len2; + for (i = 0 , len2 = this$static.com_badlogic_gdx_math_Frustum_planes.length; i < len2; i++) { + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static.com_badlogic_gdx_math_Frustum_planes[i], x_0 + halfWidth, y_0 + halfHeight, z_0 + halfDepth) != (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back)) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static.com_badlogic_gdx_math_Frustum_planes[i], x_0 + halfWidth, y_0 + halfHeight, z_0 - halfDepth) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static.com_badlogic_gdx_math_Frustum_planes[i], x_0 + halfWidth, y_0 - halfHeight, z_0 + halfDepth) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static.com_badlogic_gdx_math_Frustum_planes[i], x_0 + halfWidth, y_0 - halfHeight, z_0 - halfDepth) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static.com_badlogic_gdx_math_Frustum_planes[i], x_0 - halfWidth, y_0 + halfHeight, z_0 + halfDepth) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static.com_badlogic_gdx_math_Frustum_planes[i], x_0 - halfWidth, y_0 + halfHeight, z_0 - halfDepth) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static.com_badlogic_gdx_math_Frustum_planes[i], x_0 - halfWidth, y_0 - halfHeight, z_0 + halfDepth) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static.com_badlogic_gdx_math_Frustum_planes[i], x_0 - halfWidth, y_0 - halfHeight, z_0 - halfDepth) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + return false; + } + return true; +} + +function com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(this$static, point){ + var i, result; + for (i = 0; i < this$static.com_badlogic_gdx_math_Frustum_planes.length; i++) { + result = com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static.com_badlogic_gdx_math_Frustum_planes[i], point); + if (result == (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back)) + return false; + } + return true; +} + +function com_badlogic_gdx_math_Frustum_$update__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, inverseProjectionView){ + var i, j, v; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(com_badlogic_gdx_math_Frustum_clipSpacePlanePointsArray, 0, this$static.com_badlogic_gdx_math_Frustum_planePointsArray, 0, com_badlogic_gdx_math_Frustum_clipSpacePlanePointsArray.length); + com_badlogic_gdx_math_Matrix4_prj___3F_3FIIIV(inverseProjectionView.com_badlogic_gdx_math_Matrix4_val, this$static.com_badlogic_gdx_math_Frustum_planePointsArray, 0, 8, 3); + for (i = 0 , j = 0; i < 8; i++) { + v = this$static.com_badlogic_gdx_math_Frustum_planePoints[i]; + v.com_badlogic_gdx_math_Vector3_x = this$static.com_badlogic_gdx_math_Frustum_planePointsArray[j++]; + v.com_badlogic_gdx_math_Vector3_y = this$static.com_badlogic_gdx_math_Frustum_planePointsArray[j++]; + v.com_badlogic_gdx_math_Vector3_z = this$static.com_badlogic_gdx_math_Frustum_planePointsArray[j++]; + } + com_badlogic_gdx_math_Plane_$set__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(this$static.com_badlogic_gdx_math_Frustum_planes[0], this$static.com_badlogic_gdx_math_Frustum_planePoints[1], this$static.com_badlogic_gdx_math_Frustum_planePoints[0], this$static.com_badlogic_gdx_math_Frustum_planePoints[2]); + com_badlogic_gdx_math_Plane_$set__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(this$static.com_badlogic_gdx_math_Frustum_planes[1], this$static.com_badlogic_gdx_math_Frustum_planePoints[4], this$static.com_badlogic_gdx_math_Frustum_planePoints[5], this$static.com_badlogic_gdx_math_Frustum_planePoints[7]); + com_badlogic_gdx_math_Plane_$set__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(this$static.com_badlogic_gdx_math_Frustum_planes[2], this$static.com_badlogic_gdx_math_Frustum_planePoints[0], this$static.com_badlogic_gdx_math_Frustum_planePoints[4], this$static.com_badlogic_gdx_math_Frustum_planePoints[3]); + com_badlogic_gdx_math_Plane_$set__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(this$static.com_badlogic_gdx_math_Frustum_planes[3], this$static.com_badlogic_gdx_math_Frustum_planePoints[5], this$static.com_badlogic_gdx_math_Frustum_planePoints[1], this$static.com_badlogic_gdx_math_Frustum_planePoints[6]); + com_badlogic_gdx_math_Plane_$set__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(this$static.com_badlogic_gdx_math_Frustum_planes[4], this$static.com_badlogic_gdx_math_Frustum_planePoints[2], this$static.com_badlogic_gdx_math_Frustum_planePoints[3], this$static.com_badlogic_gdx_math_Frustum_planePoints[6]); + com_badlogic_gdx_math_Plane_$set__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(this$static.com_badlogic_gdx_math_Frustum_planes[5], this$static.com_badlogic_gdx_math_Frustum_planePoints[4], this$static.com_badlogic_gdx_math_Frustum_planePoints[0], this$static.com_badlogic_gdx_math_Frustum_planePoints[1]); +} + +function com_badlogic_gdx_math_Frustum_Frustum__V(){ + com_badlogic_gdx_math_Frustum_$clinit__V(); + var i; + this.com_badlogic_gdx_math_Frustum_planes = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, $intern_356, 218, 6, 0, 1); + this.com_badlogic_gdx_math_Frustum_planePoints = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), $intern_355, 32, 0, [new com_badlogic_gdx_math_Vector3_Vector3__V, new com_badlogic_gdx_math_Vector3_Vector3__V, new com_badlogic_gdx_math_Vector3_Vector3__V, new com_badlogic_gdx_math_Vector3_Vector3__V, new com_badlogic_gdx_math_Vector3_Vector3__V, new com_badlogic_gdx_math_Vector3_Vector3__V, new com_badlogic_gdx_math_Vector3_Vector3__V, new com_badlogic_gdx_math_Vector3_Vector3__V]); + this.com_badlogic_gdx_math_Frustum_planePointsArray = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 24, 15, 1); + for (i = 0; i < 6; i++) { + this.com_badlogic_gdx_math_Frustum_planes[i] = new com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2FV(new com_badlogic_gdx_math_Vector3_Vector3__V, 0); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(497, 1, {497:1}, com_badlogic_gdx_math_Frustum_Frustum__V); +_.boundsInFrustum__FFFFFFZ = function com_badlogic_gdx_math_Frustum_boundsInFrustum__FFFFFFZ(x_0, y_0, z_0, halfWidth, halfHeight, halfDepth){ + return com_badlogic_gdx_math_Frustum_$boundsInFrustum__Lcom_badlogic_gdx_math_Frustum_2FFFFFFZ(this, x_0, y_0, z_0, halfWidth, halfHeight, halfDepth); +} +; +_.boundsInFrustum__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Frustum_boundsInFrustum__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(center, dimensions){ + return com_badlogic_gdx_math_Frustum_$boundsInFrustum__Lcom_badlogic_gdx_math_Frustum_2FFFFFFZ(this, center.com_badlogic_gdx_math_Vector3_x, center.com_badlogic_gdx_math_Vector3_y, center.com_badlogic_gdx_math_Vector3_z, dimensions.com_badlogic_gdx_math_Vector3_x / 2, dimensions.com_badlogic_gdx_math_Vector3_y / 2, dimensions.com_badlogic_gdx_math_Vector3_z / 2); +} +; +_.boundsInFrustum__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z = function com_badlogic_gdx_math_Frustum_boundsInFrustum__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(bounds){ + var i, len2; + for (i = 0 , len2 = this.com_badlogic_gdx_math_Frustum_planes.length; i < len2; i++) { + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_BoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Frustum_tmpV)) != (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back)) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_BoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_BoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_BoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_BoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_BoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_BoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_BoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + return false; + } + return true; +} +; +_.boundsInFrustum__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z = function com_badlogic_gdx_math_Frustum_boundsInFrustum__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z(obb){ + var i, len2; + for (i = 0 , len2 = this.com_badlogic_gdx_math_Frustum_planes.length; i < len2; i++) { + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_Frustum_tmpV)) != (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back)) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_Frustum_tmpV)) != com_badlogic_gdx_math_Plane$PlaneSide_Back) + continue; + return false; + } + return true; +} +; +_.pointInFrustum__FFFZ = function com_badlogic_gdx_math_Frustum_pointInFrustum__FFFZ(x_0, y_0, z_0){ + var i, result; + for (i = 0; i < this.com_badlogic_gdx_math_Frustum_planes.length; i++) { + result = com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this.com_badlogic_gdx_math_Frustum_planes[i], x_0, y_0, z_0); + if (result == (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back)) + return false; + } + return true; +} +; +_.pointInFrustum__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Frustum_pointInFrustum__Lcom_badlogic_gdx_math_Vector3_2Z(point){ + return com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(this, point); +} +; +_.sphereInFrustum__FFFFZ = function com_badlogic_gdx_math_Frustum_sphereInFrustum__FFFFZ(x_0, y_0, z_0, radius){ + var i; + for (i = 0; i < 6; i++) + if (this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_x * x_0 + this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_y * y_0 + this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_z * z_0 < -radius - this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_d) + return false; + return true; +} +; +_.sphereInFrustum__Lcom_badlogic_gdx_math_Vector3_2FZ = function com_badlogic_gdx_math_Frustum_sphereInFrustum__Lcom_badlogic_gdx_math_Vector3_2FZ(center, radius){ + var i; + for (i = 0; i < 6; i++) + if (this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_x * center.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_y * center.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_z * center.com_badlogic_gdx_math_Vector3_z < -radius - this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_d) + return false; + return true; +} +; +_.sphereInFrustumWithoutNearFar__FFFFZ = function com_badlogic_gdx_math_Frustum_sphereInFrustumWithoutNearFar__FFFFZ(x_0, y_0, z_0, radius){ + var i; + for (i = 2; i < 6; i++) + if (this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_x * x_0 + this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_y * y_0 + this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_z * z_0 < -radius - this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_d) + return false; + return true; +} +; +_.sphereInFrustumWithoutNearFar__Lcom_badlogic_gdx_math_Vector3_2FZ = function com_badlogic_gdx_math_Frustum_sphereInFrustumWithoutNearFar__Lcom_badlogic_gdx_math_Vector3_2FZ(center, radius){ + var i; + for (i = 2; i < 6; i++) + if (this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_x * center.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_y * center.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_normal.com_badlogic_gdx_math_Vector3_z * center.com_badlogic_gdx_math_Vector3_z < -radius - this.com_badlogic_gdx_math_Frustum_planes[i].com_badlogic_gdx_math_Plane_d) + return false; + return true; +} +; +_.update__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_math_Frustum_update__Lcom_badlogic_gdx_math_Matrix4_2V(inverseProjectionView){ + com_badlogic_gdx_math_Frustum_$update__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Matrix4_2V(this, inverseProjectionView); +} +; +var com_badlogic_gdx_math_Frustum_clipSpacePlanePoints, com_badlogic_gdx_math_Frustum_clipSpacePlanePointsArray, com_badlogic_gdx_math_Frustum_tmpV; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Frustum', 497, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_GeometryUtils_$clinit__V(){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_GeometryUtils_tmp1 = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_GeometryUtils_tmp2 = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_GeometryUtils_tmp3 = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_math_GeometryUtils_ensureCCW___3FIIV(polygon, offset, count){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + if (!com_badlogic_gdx_math_GeometryUtils_isClockwise___3FIIZ(polygon, offset, count)) + return; + com_badlogic_gdx_math_GeometryUtils_reverseVertices___3FIIV(polygon, offset, count); +} + +function com_badlogic_gdx_math_GeometryUtils_ensureClockwise___3FIIV(polygon, offset, count){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + if (com_badlogic_gdx_math_GeometryUtils_isClockwise___3FIIZ(polygon, offset, count)) + return; + com_badlogic_gdx_math_GeometryUtils_reverseVertices___3FIIV(polygon, offset, count); +} + +function com_badlogic_gdx_math_GeometryUtils_isClockwise___3FIIZ(polygon, offset, count){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + var area, i, last, x1, x2, y1, y2; + if (count <= 2) + return false; + area = 0; + last = offset + count - 2; + x1 = polygon[last]; + y1 = polygon[last + 1]; + for (i = offset; i <= last; i += 2) { + x2 = polygon[i]; + y2 = polygon[i + 1]; + area += x1 * y2 - x2 * y1; + x1 = x2; + y1 = y2; + } + return area < 0; +} + +function com_badlogic_gdx_math_GeometryUtils_lowestPositiveRoot__FFFF(a, b, c){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + var det, invA, r1, r2, sqrtD, tmp; + det = b * b - 4 * a * c; + if (det < 0) + return NaN; + sqrtD = $wnd.Math.sqrt(det); + invA = 1 / (2 * a); + r1 = (-b - sqrtD) * invA; + r2 = (-b + sqrtD) * invA; + if (r1 > r2) { + tmp = r2; + r2 = r1; + r1 = tmp; + } + if (r1 > 0) + return r1; + if (r2 > 0) + return r2; + return NaN; +} + +function com_badlogic_gdx_math_GeometryUtils_polygonArea___3FIIF(polygon, offset, count){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + var area, i, last, x1, x2, y1, y2; + area = 0; + last = offset + count - 2; + x1 = polygon[last]; + y1 = polygon[last + 1]; + for (i = offset; i <= last; i += 2) { + x2 = polygon[i]; + y2 = polygon[i + 1]; + area += x1 * y2 - x2 * y1; + x1 = x2; + y1 = y2; + } + return area * 0.5; +} + +function com_badlogic_gdx_math_GeometryUtils_polygonCentroid___3FIILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(polygon, offset, count, centroid){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + var a, area, i, last, x_0, x1, x2, y_0, y1, y2; + if (count < 6) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('A polygon must have 3 or more coordinate pairs.')); + area = 0; + x_0 = 0; + y_0 = 0; + last = offset + count - 2; + x1 = polygon[last]; + y1 = polygon[last + 1]; + for (i = offset; i <= last; i += 2) { + x2 = polygon[i]; + y2 = polygon[i + 1]; + a = x1 * y2 - x2 * y1; + area += a; + x_0 += (x1 + x2) * a; + y_0 += (y1 + y2) * a; + x1 = x2; + y1 = y2; + } + if (area == 0) { + centroid.com_badlogic_gdx_math_Vector2_x = 0; + centroid.com_badlogic_gdx_math_Vector2_y = 0; + } + else { + area *= 0.5; + centroid.com_badlogic_gdx_math_Vector2_x = x_0 / (6 * area); + centroid.com_badlogic_gdx_math_Vector2_y = y_0 / (6 * area); + } + return centroid; +} + +function com_badlogic_gdx_math_GeometryUtils_reverseVertices___3FIIV(polygon, offset, count){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + var i, lastX, n, other, x_0, y_0; + lastX = offset + count - 2; + for (i = offset , n = offset + (count / 2 | 0); i < n; i += 2) { + other = lastX - i; + x_0 = polygon[i]; + y_0 = polygon[i + 1]; + polygon[i] = polygon[other]; + polygon[i + 1] = polygon[other + 1]; + polygon[other] = x_0; + polygon[other + 1] = y_0; + } +} + +function com_badlogic_gdx_math_GeometryUtils_triangleCentroid__FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(x1, y1, x2, y2, x3, y3, centroid){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + centroid.com_badlogic_gdx_math_Vector2_x = (x1 + x2 + x3) / 3; + centroid.com_badlogic_gdx_math_Vector2_y = (y1 + y2 + y3) / 3; + return centroid; +} + +function com_badlogic_gdx_math_GeometryUtils_triangleCircumcenter__FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(x1, y1, x2, y2, x3, y3, circumcenter){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + var det, dx13, dx21, dx32, dy13, dy21, dy32, sqr1, sqr2, sqr3; + dx21 = x2 - x1; + dy21 = y2 - y1; + dx32 = x3 - x2; + dy32 = y3 - y2; + dx13 = x1 - x3; + dy13 = y1 - y3; + det = dx32 * dy21 - dx21 * dy32; + if ($wnd.Math.abs(det) < $intern_347) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Triangle points must not be colinear.')); + det *= 2; + sqr1 = x1 * x1 + y1 * y1; + sqr2 = x2 * x2 + y2 * y2; + sqr3 = x3 * x3 + y3 * y3; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(circumcenter, (sqr1 * dy32 + sqr2 * dy13 + sqr3 * dy21) / det, -(sqr1 * dx32 + sqr2 * dx13 + sqr3 * dx21) / det); + return circumcenter; +} + +function com_badlogic_gdx_math_GeometryUtils_triangleCircumradius__FFFFFFF(x1, y1, x2, y2, x3, y3){ + com_badlogic_gdx_math_GeometryUtils_$clinit__V(); + var dx, dy, m1, m2, mx1, mx2, my1, my2, x_0, y_0; + if ($wnd.Math.abs(y2 - y1) < $intern_347) { + m2 = -(x3 - x2) / (y3 - y2); + mx2 = (x2 + x3) / 2; + my2 = (y2 + y3) / 2; + x_0 = (x2 + x1) / 2; + y_0 = m2 * (x_0 - mx2) + my2; + } + else if ($wnd.Math.abs(y3 - y2) < $intern_347) { + m1 = -(x2 - x1) / (y2 - y1); + mx1 = (x1 + x2) / 2; + my1 = (y1 + y2) / 2; + x_0 = (x3 + x2) / 2; + y_0 = m1 * (x_0 - mx1) + my1; + } + else { + m1 = -(x2 - x1) / (y2 - y1); + m2 = -(x3 - x2) / (y3 - y2); + mx1 = (x1 + x2) / 2; + mx2 = (x2 + x3) / 2; + my1 = (y1 + y2) / 2; + my2 = (y2 + y3) / 2; + x_0 = (m1 * mx1 - m2 * mx2 + my2 - my1) / (m1 - m2); + y_0 = m1 * (x_0 - mx1) + my1; + } + dx = x1 - x_0; + dy = y1 - y_0; + return $wnd.Math.sqrt(dx * dx + dy * dy); +} + +var com_badlogic_gdx_math_GeometryUtils_tmp1, com_badlogic_gdx_math_GeometryUtils_tmp2, com_badlogic_gdx_math_GeometryUtils_tmp3; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'GeometryUtils', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_GridPoint2_GridPoint2__V(){ +} + +function com_badlogic_gdx_math_GridPoint2_GridPoint2__IIV(x_0, y_0){ + this.com_badlogic_gdx_math_GridPoint2_x = x_0; + this.com_badlogic_gdx_math_GridPoint2_y = y_0; +} + +function com_badlogic_gdx_math_GridPoint2_GridPoint2__Lcom_badlogic_gdx_math_GridPoint2_2V(point){ + this.com_badlogic_gdx_math_GridPoint2_x = point.com_badlogic_gdx_math_GridPoint2_x; + this.com_badlogic_gdx_math_GridPoint2_y = point.com_badlogic_gdx_math_GridPoint2_y; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(283, 1, {283:1, 3:1}, com_badlogic_gdx_math_GridPoint2_GridPoint2__V, com_badlogic_gdx_math_GridPoint2_GridPoint2__IIV, com_badlogic_gdx_math_GridPoint2_GridPoint2__Lcom_badlogic_gdx_math_GridPoint2_2V); +_.add__IILcom_badlogic_gdx_math_GridPoint2_2 = function com_badlogic_gdx_math_GridPoint2_add__IILcom_badlogic_gdx_math_GridPoint2_2(x_0, y_0){ + this.com_badlogic_gdx_math_GridPoint2_x += x_0; + this.com_badlogic_gdx_math_GridPoint2_y += y_0; + return this; +} +; +_.add__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2 = function com_badlogic_gdx_math_GridPoint2_add__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2(other){ + this.com_badlogic_gdx_math_GridPoint2_x += other.com_badlogic_gdx_math_GridPoint2_x; + this.com_badlogic_gdx_math_GridPoint2_y += other.com_badlogic_gdx_math_GridPoint2_y; + return this; +} +; +_.cpy__Lcom_badlogic_gdx_math_GridPoint2_2 = function com_badlogic_gdx_math_GridPoint2_cpy__Lcom_badlogic_gdx_math_GridPoint2_2(){ + return new com_badlogic_gdx_math_GridPoint2_GridPoint2__Lcom_badlogic_gdx_math_GridPoint2_2V(this); +} +; +_.dst__IIF = function com_badlogic_gdx_math_GridPoint2_dst__IIF(x_0, y_0){ + var xd, yd; + xd = x_0 - this.com_badlogic_gdx_math_GridPoint2_x; + yd = y_0 - this.com_badlogic_gdx_math_GridPoint2_y; + return $wnd.Math.sqrt(xd * xd + yd * yd); +} +; +_.dst__Lcom_badlogic_gdx_math_GridPoint2_2F = function com_badlogic_gdx_math_GridPoint2_dst__Lcom_badlogic_gdx_math_GridPoint2_2F(other){ + var xd, yd; + xd = other.com_badlogic_gdx_math_GridPoint2_x - this.com_badlogic_gdx_math_GridPoint2_x; + yd = other.com_badlogic_gdx_math_GridPoint2_y - this.com_badlogic_gdx_math_GridPoint2_y; + return $wnd.Math.sqrt(xd * xd + yd * yd); +} +; +_.dst2__IIF = function com_badlogic_gdx_math_GridPoint2_dst2__IIF(x_0, y_0){ + var xd, yd; + xd = x_0 - this.com_badlogic_gdx_math_GridPoint2_x; + yd = y_0 - this.com_badlogic_gdx_math_GridPoint2_y; + return xd * xd + yd * yd; +} +; +_.dst2__Lcom_badlogic_gdx_math_GridPoint2_2F = function com_badlogic_gdx_math_GridPoint2_dst2__Lcom_badlogic_gdx_math_GridPoint2_2F(other){ + var xd, yd; + xd = other.com_badlogic_gdx_math_GridPoint2_x - this.com_badlogic_gdx_math_GridPoint2_x; + yd = other.com_badlogic_gdx_math_GridPoint2_y - this.com_badlogic_gdx_math_GridPoint2_y; + return xd * xd + yd * yd; +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_GridPoint2_equals__Ljava_lang_Object_2Z(o){ + var g; + if (this === o) + return true; + if (o == null || java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o) != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit) + return false; + g = o; + return this.com_badlogic_gdx_math_GridPoint2_x == g.com_badlogic_gdx_math_GridPoint2_x && this.com_badlogic_gdx_math_GridPoint2_y == g.com_badlogic_gdx_math_GridPoint2_y; +} +; +_.hashCode__I = function com_badlogic_gdx_math_GridPoint2_hashCode__I(){ + var result; + result = 1; + result = 53 * result + this.com_badlogic_gdx_math_GridPoint2_x; + result = 53 * result + this.com_badlogic_gdx_math_GridPoint2_y; + return result; +} +; +_.set__IILcom_badlogic_gdx_math_GridPoint2_2 = function com_badlogic_gdx_math_GridPoint2_set__IILcom_badlogic_gdx_math_GridPoint2_2(x_0, y_0){ + return this.com_badlogic_gdx_math_GridPoint2_x = x_0 , this.com_badlogic_gdx_math_GridPoint2_y = y_0 , this; +} +; +_.set__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2 = function com_badlogic_gdx_math_GridPoint2_set__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2(point){ + this.com_badlogic_gdx_math_GridPoint2_x = point.com_badlogic_gdx_math_GridPoint2_x; + this.com_badlogic_gdx_math_GridPoint2_y = point.com_badlogic_gdx_math_GridPoint2_y; + return this; +} +; +_.sub__IILcom_badlogic_gdx_math_GridPoint2_2 = function com_badlogic_gdx_math_GridPoint2_sub__IILcom_badlogic_gdx_math_GridPoint2_2(x_0, y_0){ + this.com_badlogic_gdx_math_GridPoint2_x -= x_0; + this.com_badlogic_gdx_math_GridPoint2_y -= y_0; + return this; +} +; +_.sub__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2 = function com_badlogic_gdx_math_GridPoint2_sub__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2(other){ + this.com_badlogic_gdx_math_GridPoint2_x -= other.com_badlogic_gdx_math_GridPoint2_x; + this.com_badlogic_gdx_math_GridPoint2_y -= other.com_badlogic_gdx_math_GridPoint2_y; + return this; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_GridPoint2_toString__Ljava_lang_String_2(){ + return '(' + this.com_badlogic_gdx_math_GridPoint2_x + $intern_15 + this.com_badlogic_gdx_math_GridPoint2_y + ')'; +} +; +_.com_badlogic_gdx_math_GridPoint2_x = 0; +_.com_badlogic_gdx_math_GridPoint2_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_357, 283, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_GridPoint3_GridPoint3__V(){ +} + +function com_badlogic_gdx_math_GridPoint3_GridPoint3__IIIV(x_0, y_0, z_0){ + this.com_badlogic_gdx_math_GridPoint3_x = x_0; + this.com_badlogic_gdx_math_GridPoint3_y = y_0; + this.com_badlogic_gdx_math_GridPoint3_z = z_0; +} + +function com_badlogic_gdx_math_GridPoint3_GridPoint3__Lcom_badlogic_gdx_math_GridPoint3_2V(point){ + this.com_badlogic_gdx_math_GridPoint3_x = point.com_badlogic_gdx_math_GridPoint3_x; + this.com_badlogic_gdx_math_GridPoint3_y = point.com_badlogic_gdx_math_GridPoint3_y; + this.com_badlogic_gdx_math_GridPoint3_z = point.com_badlogic_gdx_math_GridPoint3_z; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(358, 1, {358:1, 3:1}, com_badlogic_gdx_math_GridPoint3_GridPoint3__V, com_badlogic_gdx_math_GridPoint3_GridPoint3__IIIV, com_badlogic_gdx_math_GridPoint3_GridPoint3__Lcom_badlogic_gdx_math_GridPoint3_2V); +_.add__IIILcom_badlogic_gdx_math_GridPoint3_2 = function com_badlogic_gdx_math_GridPoint3_add__IIILcom_badlogic_gdx_math_GridPoint3_2(x_0, y_0, z_0){ + this.com_badlogic_gdx_math_GridPoint3_x += x_0; + this.com_badlogic_gdx_math_GridPoint3_y += y_0; + this.com_badlogic_gdx_math_GridPoint3_z += z_0; + return this; +} +; +_.add__Lcom_badlogic_gdx_math_GridPoint3_2Lcom_badlogic_gdx_math_GridPoint3_2 = function com_badlogic_gdx_math_GridPoint3_add__Lcom_badlogic_gdx_math_GridPoint3_2Lcom_badlogic_gdx_math_GridPoint3_2(other){ + this.com_badlogic_gdx_math_GridPoint3_x += other.com_badlogic_gdx_math_GridPoint3_x; + this.com_badlogic_gdx_math_GridPoint3_y += other.com_badlogic_gdx_math_GridPoint3_y; + this.com_badlogic_gdx_math_GridPoint3_z += other.com_badlogic_gdx_math_GridPoint3_z; + return this; +} +; +_.cpy__Lcom_badlogic_gdx_math_GridPoint3_2 = function com_badlogic_gdx_math_GridPoint3_cpy__Lcom_badlogic_gdx_math_GridPoint3_2(){ + return new com_badlogic_gdx_math_GridPoint3_GridPoint3__Lcom_badlogic_gdx_math_GridPoint3_2V(this); +} +; +_.dst__IIIF = function com_badlogic_gdx_math_GridPoint3_dst__IIIF(x_0, y_0, z_0){ + var xd, yd, zd; + xd = x_0 - this.com_badlogic_gdx_math_GridPoint3_x; + yd = y_0 - this.com_badlogic_gdx_math_GridPoint3_y; + zd = z_0 - this.com_badlogic_gdx_math_GridPoint3_z; + return $wnd.Math.sqrt(xd * xd + yd * yd + zd * zd); +} +; +_.dst__Lcom_badlogic_gdx_math_GridPoint3_2F = function com_badlogic_gdx_math_GridPoint3_dst__Lcom_badlogic_gdx_math_GridPoint3_2F(other){ + var xd, yd, zd; + xd = other.com_badlogic_gdx_math_GridPoint3_x - this.com_badlogic_gdx_math_GridPoint3_x; + yd = other.com_badlogic_gdx_math_GridPoint3_y - this.com_badlogic_gdx_math_GridPoint3_y; + zd = other.com_badlogic_gdx_math_GridPoint3_z - this.com_badlogic_gdx_math_GridPoint3_z; + return $wnd.Math.sqrt(xd * xd + yd * yd + zd * zd); +} +; +_.dst2__IIIF = function com_badlogic_gdx_math_GridPoint3_dst2__IIIF(x_0, y_0, z_0){ + var xd, yd, zd; + xd = x_0 - this.com_badlogic_gdx_math_GridPoint3_x; + yd = y_0 - this.com_badlogic_gdx_math_GridPoint3_y; + zd = z_0 - this.com_badlogic_gdx_math_GridPoint3_z; + return xd * xd + yd * yd + zd * zd; +} +; +_.dst2__Lcom_badlogic_gdx_math_GridPoint3_2F = function com_badlogic_gdx_math_GridPoint3_dst2__Lcom_badlogic_gdx_math_GridPoint3_2F(other){ + var xd, yd, zd; + xd = other.com_badlogic_gdx_math_GridPoint3_x - this.com_badlogic_gdx_math_GridPoint3_x; + yd = other.com_badlogic_gdx_math_GridPoint3_y - this.com_badlogic_gdx_math_GridPoint3_y; + zd = other.com_badlogic_gdx_math_GridPoint3_z - this.com_badlogic_gdx_math_GridPoint3_z; + return xd * xd + yd * yd + zd * zd; +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_GridPoint3_equals__Ljava_lang_Object_2Z(o){ + var g; + if (this === o) + return true; + if (o == null || java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o) != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit) + return false; + g = o; + return this.com_badlogic_gdx_math_GridPoint3_x == g.com_badlogic_gdx_math_GridPoint3_x && this.com_badlogic_gdx_math_GridPoint3_y == g.com_badlogic_gdx_math_GridPoint3_y && this.com_badlogic_gdx_math_GridPoint3_z == g.com_badlogic_gdx_math_GridPoint3_z; +} +; +_.hashCode__I = function com_badlogic_gdx_math_GridPoint3_hashCode__I(){ + var result; + result = 1; + result = 17 * result + this.com_badlogic_gdx_math_GridPoint3_x; + result = 17 * result + this.com_badlogic_gdx_math_GridPoint3_y; + result = 17 * result + this.com_badlogic_gdx_math_GridPoint3_z; + return result; +} +; +_.set__IIILcom_badlogic_gdx_math_GridPoint3_2 = function com_badlogic_gdx_math_GridPoint3_set__IIILcom_badlogic_gdx_math_GridPoint3_2(x_0, y_0, z_0){ + this.com_badlogic_gdx_math_GridPoint3_x = x_0; + this.com_badlogic_gdx_math_GridPoint3_y = y_0; + this.com_badlogic_gdx_math_GridPoint3_z = z_0; + return this; +} +; +_.set__Lcom_badlogic_gdx_math_GridPoint3_2Lcom_badlogic_gdx_math_GridPoint3_2 = function com_badlogic_gdx_math_GridPoint3_set__Lcom_badlogic_gdx_math_GridPoint3_2Lcom_badlogic_gdx_math_GridPoint3_2(point){ + this.com_badlogic_gdx_math_GridPoint3_x = point.com_badlogic_gdx_math_GridPoint3_x; + this.com_badlogic_gdx_math_GridPoint3_y = point.com_badlogic_gdx_math_GridPoint3_y; + this.com_badlogic_gdx_math_GridPoint3_z = point.com_badlogic_gdx_math_GridPoint3_z; + return this; +} +; +_.sub__IIILcom_badlogic_gdx_math_GridPoint3_2 = function com_badlogic_gdx_math_GridPoint3_sub__IIILcom_badlogic_gdx_math_GridPoint3_2(x_0, y_0, z_0){ + this.com_badlogic_gdx_math_GridPoint3_x -= x_0; + this.com_badlogic_gdx_math_GridPoint3_y -= y_0; + this.com_badlogic_gdx_math_GridPoint3_z -= z_0; + return this; +} +; +_.sub__Lcom_badlogic_gdx_math_GridPoint3_2Lcom_badlogic_gdx_math_GridPoint3_2 = function com_badlogic_gdx_math_GridPoint3_sub__Lcom_badlogic_gdx_math_GridPoint3_2Lcom_badlogic_gdx_math_GridPoint3_2(other){ + this.com_badlogic_gdx_math_GridPoint3_x -= other.com_badlogic_gdx_math_GridPoint3_x; + this.com_badlogic_gdx_math_GridPoint3_y -= other.com_badlogic_gdx_math_GridPoint3_y; + this.com_badlogic_gdx_math_GridPoint3_z -= other.com_badlogic_gdx_math_GridPoint3_z; + return this; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_GridPoint3_toString__Ljava_lang_String_2(){ + return '(' + this.com_badlogic_gdx_math_GridPoint3_x + $intern_15 + this.com_badlogic_gdx_math_GridPoint3_y + $intern_15 + this.com_badlogic_gdx_math_GridPoint3_z + ')'; +} +; +_.com_badlogic_gdx_math_GridPoint3_x = 0; +_.com_badlogic_gdx_math_GridPoint3_y = 0; +_.com_badlogic_gdx_math_GridPoint3_z = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_358, 358, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Interpolation_$clinit__V(){ + com_badlogic_gdx_math_Interpolation_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Interpolation_linear = new com_badlogic_gdx_math_Interpolation$1_Interpolation$1__V; + com_badlogic_gdx_math_Interpolation_smooth = new com_badlogic_gdx_math_Interpolation$2_Interpolation$2__V; + com_badlogic_gdx_math_Interpolation_smooth2 = new com_badlogic_gdx_math_Interpolation$3_Interpolation$3__V; + com_badlogic_gdx_math_Interpolation_smoother = new com_badlogic_gdx_math_Interpolation$4_Interpolation$4__V; + com_badlogic_gdx_math_Interpolation_fade = com_badlogic_gdx_math_Interpolation_smoother; + com_badlogic_gdx_math_Interpolation_pow2 = new com_badlogic_gdx_math_Interpolation$Pow_Interpolation$Pow__IV(2); + com_badlogic_gdx_math_Interpolation_pow2In = new com_badlogic_gdx_math_Interpolation$PowIn_Interpolation$PowIn__IV(2); + com_badlogic_gdx_math_Interpolation_slowFast = com_badlogic_gdx_math_Interpolation_pow2In; + com_badlogic_gdx_math_Interpolation_pow2Out = new com_badlogic_gdx_math_Interpolation$PowOut_Interpolation$PowOut__IV(2); + com_badlogic_gdx_math_Interpolation_fastSlow = com_badlogic_gdx_math_Interpolation_pow2Out; + com_badlogic_gdx_math_Interpolation_pow2InInverse = new com_badlogic_gdx_math_Interpolation$5_Interpolation$5__V; + com_badlogic_gdx_math_Interpolation_pow2OutInverse = new com_badlogic_gdx_math_Interpolation$6_Interpolation$6__V; + com_badlogic_gdx_math_Interpolation_pow3 = new com_badlogic_gdx_math_Interpolation$Pow_Interpolation$Pow__IV(3); + com_badlogic_gdx_math_Interpolation_pow3In = new com_badlogic_gdx_math_Interpolation$PowIn_Interpolation$PowIn__IV(3); + com_badlogic_gdx_math_Interpolation_pow3Out = new com_badlogic_gdx_math_Interpolation$PowOut_Interpolation$PowOut__IV(3); + com_badlogic_gdx_math_Interpolation_pow3InInverse = new com_badlogic_gdx_math_Interpolation$7_Interpolation$7__V; + com_badlogic_gdx_math_Interpolation_pow3OutInverse = new com_badlogic_gdx_math_Interpolation$8_Interpolation$8__V; + com_badlogic_gdx_math_Interpolation_pow4 = new com_badlogic_gdx_math_Interpolation$Pow_Interpolation$Pow__IV(4); + com_badlogic_gdx_math_Interpolation_pow4In = new com_badlogic_gdx_math_Interpolation$PowIn_Interpolation$PowIn__IV(4); + com_badlogic_gdx_math_Interpolation_pow4Out = new com_badlogic_gdx_math_Interpolation$PowOut_Interpolation$PowOut__IV(4); + com_badlogic_gdx_math_Interpolation_pow5 = new com_badlogic_gdx_math_Interpolation$Pow_Interpolation$Pow__IV(5); + com_badlogic_gdx_math_Interpolation_pow5In = new com_badlogic_gdx_math_Interpolation$PowIn_Interpolation$PowIn__IV(5); + com_badlogic_gdx_math_Interpolation_pow5Out = new com_badlogic_gdx_math_Interpolation$PowOut_Interpolation$PowOut__IV(5); + com_badlogic_gdx_math_Interpolation_sine = new com_badlogic_gdx_math_Interpolation$9_Interpolation$9__V; + com_badlogic_gdx_math_Interpolation_sineIn = new com_badlogic_gdx_math_Interpolation$10_Interpolation$10__V; + com_badlogic_gdx_math_Interpolation_sineOut = new com_badlogic_gdx_math_Interpolation$11_Interpolation$11__V; + com_badlogic_gdx_math_Interpolation_exp10 = new com_badlogic_gdx_math_Interpolation$Exp_Interpolation$Exp__FFV(2, 10); + com_badlogic_gdx_math_Interpolation_exp10In = new com_badlogic_gdx_math_Interpolation$ExpIn_Interpolation$ExpIn__FFV(2, 10); + com_badlogic_gdx_math_Interpolation_exp10Out = new com_badlogic_gdx_math_Interpolation$ExpOut_Interpolation$ExpOut__FFV(2, 10); + com_badlogic_gdx_math_Interpolation_exp5 = new com_badlogic_gdx_math_Interpolation$Exp_Interpolation$Exp__FFV(2, 5); + com_badlogic_gdx_math_Interpolation_exp5In = new com_badlogic_gdx_math_Interpolation$ExpIn_Interpolation$ExpIn__FFV(2, 5); + com_badlogic_gdx_math_Interpolation_exp5Out = new com_badlogic_gdx_math_Interpolation$ExpOut_Interpolation$ExpOut__FFV(2, 5); + com_badlogic_gdx_math_Interpolation_circle = new com_badlogic_gdx_math_Interpolation$12_Interpolation$12__V; + com_badlogic_gdx_math_Interpolation_circleIn = new com_badlogic_gdx_math_Interpolation$13_Interpolation$13__V; + com_badlogic_gdx_math_Interpolation_circleOut = new com_badlogic_gdx_math_Interpolation$14_Interpolation$14__V; + com_badlogic_gdx_math_Interpolation_elastic = new com_badlogic_gdx_math_Interpolation$Elastic_Interpolation$Elastic__FFIFV(2, 10, 7, 1); + com_badlogic_gdx_math_Interpolation_elasticIn = new com_badlogic_gdx_math_Interpolation$ElasticIn_Interpolation$ElasticIn__FFIFV(2, 10, 6, 1); + com_badlogic_gdx_math_Interpolation_elasticOut = new com_badlogic_gdx_math_Interpolation$ElasticOut_Interpolation$ElasticOut__FFIFV(2, 10, 7, 1); + com_badlogic_gdx_math_Interpolation_swing = new com_badlogic_gdx_math_Interpolation$Swing_Interpolation$Swing__FV(1.5); + com_badlogic_gdx_math_Interpolation_swingIn = new com_badlogic_gdx_math_Interpolation$SwingIn_Interpolation$SwingIn__FV(2); + com_badlogic_gdx_math_Interpolation_swingOut = new com_badlogic_gdx_math_Interpolation$SwingOut_Interpolation$SwingOut__FV(2); + com_badlogic_gdx_math_Interpolation_bounce = new com_badlogic_gdx_math_Interpolation$Bounce_Interpolation$Bounce__IV(4); + com_badlogic_gdx_math_Interpolation_bounceIn = new com_badlogic_gdx_math_Interpolation$BounceIn_Interpolation$BounceIn__IV(4); + com_badlogic_gdx_math_Interpolation_bounceOut = new com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut__IV(4); +} + +function com_badlogic_gdx_math_Interpolation_$apply__Lcom_badlogic_gdx_math_Interpolation_2FFFF(this$static, start_0, end, a){ + return start_0 + (end - start_0) * this$static.apply__FF(a); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(85, 1, $intern_359); +_.apply__FFFF = function com_badlogic_gdx_math_Interpolation_apply__FFFF(start_0, end, a){ + return com_badlogic_gdx_math_Interpolation_$apply__Lcom_badlogic_gdx_math_Interpolation_2FFFF(this, start_0, end, a); +} +; +var com_badlogic_gdx_math_Interpolation_bounce, com_badlogic_gdx_math_Interpolation_bounceIn, com_badlogic_gdx_math_Interpolation_bounceOut, com_badlogic_gdx_math_Interpolation_circle, com_badlogic_gdx_math_Interpolation_circleIn, com_badlogic_gdx_math_Interpolation_circleOut, com_badlogic_gdx_math_Interpolation_elastic, com_badlogic_gdx_math_Interpolation_elasticIn, com_badlogic_gdx_math_Interpolation_elasticOut, com_badlogic_gdx_math_Interpolation_exp10, com_badlogic_gdx_math_Interpolation_exp10In, com_badlogic_gdx_math_Interpolation_exp10Out, com_badlogic_gdx_math_Interpolation_exp5, com_badlogic_gdx_math_Interpolation_exp5In, com_badlogic_gdx_math_Interpolation_exp5Out, com_badlogic_gdx_math_Interpolation_fade, com_badlogic_gdx_math_Interpolation_fastSlow, com_badlogic_gdx_math_Interpolation_linear, com_badlogic_gdx_math_Interpolation_pow2, com_badlogic_gdx_math_Interpolation_pow2In, com_badlogic_gdx_math_Interpolation_pow2InInverse, com_badlogic_gdx_math_Interpolation_pow2Out, com_badlogic_gdx_math_Interpolation_pow2OutInverse, com_badlogic_gdx_math_Interpolation_pow3, com_badlogic_gdx_math_Interpolation_pow3In, com_badlogic_gdx_math_Interpolation_pow3InInverse, com_badlogic_gdx_math_Interpolation_pow3Out, com_badlogic_gdx_math_Interpolation_pow3OutInverse, com_badlogic_gdx_math_Interpolation_pow4, com_badlogic_gdx_math_Interpolation_pow4In, com_badlogic_gdx_math_Interpolation_pow4Out, com_badlogic_gdx_math_Interpolation_pow5, com_badlogic_gdx_math_Interpolation_pow5In, com_badlogic_gdx_math_Interpolation_pow5Out, com_badlogic_gdx_math_Interpolation_sine, com_badlogic_gdx_math_Interpolation_sineIn, com_badlogic_gdx_math_Interpolation_sineOut, com_badlogic_gdx_math_Interpolation_slowFast, com_badlogic_gdx_math_Interpolation_smooth, com_badlogic_gdx_math_Interpolation_smooth2, com_badlogic_gdx_math_Interpolation_smoother, com_badlogic_gdx_math_Interpolation_swing, com_badlogic_gdx_math_Interpolation_swingIn, com_badlogic_gdx_math_Interpolation_swingOut; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation', 85, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Interpolation$1_Interpolation$1__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(971, 85, $intern_359, com_badlogic_gdx_math_Interpolation$1_Interpolation$1__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$1_apply__FF(a){ + return a; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/1', 971, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$10_Interpolation$10__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(980, 85, $intern_359, com_badlogic_gdx_math_Interpolation$10_Interpolation$10__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$10_apply__FF(a){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , 1 - (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((a * $intern_285 + $intern_285) * $intern_284) & $intern_141]; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$10_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/10', 980, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$11_Interpolation$11__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(981, 85, $intern_359, com_badlogic_gdx_math_Interpolation$11_Interpolation$11__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$11_apply__FF(a){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI(a * $intern_285 * $intern_284) & $intern_141]; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$11_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/11', 981, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$12_Interpolation$12__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(982, 85, $intern_359, com_badlogic_gdx_math_Interpolation$12_Interpolation$12__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$12_apply__FF(a){ + if (a <= 0.5) { + a *= 2; + return (1 - $wnd.Math.sqrt(1 - a * a)) / 2; + } + --a; + a *= 2; + return ($wnd.Math.sqrt(1 - a * a) + 1) / 2; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$12_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/12', 982, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$13_Interpolation$13__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(983, 85, $intern_359, com_badlogic_gdx_math_Interpolation$13_Interpolation$13__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$13_apply__FF(a){ + return 1 - $wnd.Math.sqrt(1 - a * a); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$13_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/13', 983, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$14_Interpolation$14__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(984, 85, $intern_359, com_badlogic_gdx_math_Interpolation$14_Interpolation$14__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$14_apply__FF(a){ + --a; + return $wnd.Math.sqrt(1 - a * a); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$14_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/14', 984, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$2_Interpolation$2__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(972, 85, $intern_359, com_badlogic_gdx_math_Interpolation$2_Interpolation$2__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$2_apply__FF(a){ + return a * a * (3 - 2 * a); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/2', 972, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$3_Interpolation$3__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(973, 85, $intern_359, com_badlogic_gdx_math_Interpolation$3_Interpolation$3__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$3_apply__FF(a){ + a = a * a * (3 - 2 * a); + return a * a * (3 - 2 * a); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/3', 973, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$4_$apply__Lcom_badlogic_gdx_math_Interpolation$4_2FF(a){ + return a * a * a * (a * (a * 6 - 15) + 10); +} + +function com_badlogic_gdx_math_Interpolation$4_Interpolation$4__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(974, 85, $intern_359, com_badlogic_gdx_math_Interpolation$4_Interpolation$4__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$4_apply__FF(a){ + return com_badlogic_gdx_math_Interpolation$4_$apply__Lcom_badlogic_gdx_math_Interpolation$4_2FF(a); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/4', 974, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$5_Interpolation$5__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(975, 85, $intern_359, com_badlogic_gdx_math_Interpolation$5_Interpolation$5__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$5_apply__FF(a){ + if (a < $intern_347) + return 0; + return $wnd.Math.sqrt(a); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$5_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/5', 975, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$6_Interpolation$6__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(976, 85, $intern_359, com_badlogic_gdx_math_Interpolation$6_Interpolation$6__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$6_apply__FF(a){ + if (a < $intern_347) + return 0; + if (a > 1) + return 1; + return 1 - $wnd.Math.sqrt(-(a - 1)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$6_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/6', 976, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$7_Interpolation$7__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(977, 85, $intern_359, com_badlogic_gdx_math_Interpolation$7_Interpolation$7__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$7_apply__FF(a){ + return a == 0 || !isFinite(a)?a:$wnd.Math.pow(a, $intern_360); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$7_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/7', 977, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$8_Interpolation$8__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(978, 85, $intern_359, com_badlogic_gdx_math_Interpolation$8_Interpolation$8__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$8_apply__FF(a){ + return 1 - (-(a - 1) == 0 || !isFinite(-(a - 1))?-(a - 1):$wnd.Math.pow(-(a - 1), $intern_360)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$8_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/8', 978, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$9_Interpolation$9__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(979, 85, $intern_359, com_badlogic_gdx_math_Interpolation$9_Interpolation$9__V); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$9_apply__FF(a){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , (1 - (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((a * $intern_283 + $intern_285) * $intern_284) & $intern_141]) / 2; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$9_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/9', 979, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$BounceOut_$apply__Lcom_badlogic_gdx_math_Interpolation$BounceOut_2FF(this$static, a){ + var height, i, n, width_0, z_0; + if (a == 1) + return 1; + a += this$static.com_badlogic_gdx_math_Interpolation$BounceOut_widths[0] / 2; + width_0 = 0; + height = 0; + for (i = 0 , n = this$static.com_badlogic_gdx_math_Interpolation$BounceOut_widths.length; i < n; i++) { + width_0 = this$static.com_badlogic_gdx_math_Interpolation$BounceOut_widths[i]; + if (a <= width_0) { + height = this$static.com_badlogic_gdx_math_Interpolation$BounceOut_heights[i]; + break; + } + a -= width_0; + } + a /= width_0; + z_0 = 4 / width_0 * height * a; + return 1 - (z_0 - z_0 * a) * width_0; +} + +function com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut__IV(bounces){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + if (bounces < 2 || bounces > 5) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('bounces cannot be < 2 or > 5: ' + bounces)); + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, bounces, 15, 1); + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, bounces, 15, 1); + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[0] = 1; + switch (bounces) { + case 2: + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[0] = 0.6000000238418579; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[1] = $intern_361; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[1] = $intern_362; + break; + case 3: + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[0] = $intern_361; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[1] = $intern_361; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[2] = $intern_363; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[1] = $intern_362; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[2] = $intern_89; + break; + case 4: + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[0] = $intern_364; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[1] = $intern_364; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[2] = $intern_363; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[3] = $intern_365; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[1] = 0.25999999046325684; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[2] = 0.10999999940395355; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[3] = 0.029999999329447746; + break; + case 5: + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[0] = $intern_366; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[1] = $intern_366; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[2] = $intern_363; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[3] = $intern_89; + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[4] = $intern_89; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[1] = 0.44999998807907104; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[2] = $intern_366; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[3] = $intern_365; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights[4] = 0.05999999865889549; + } + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths[0] *= 2; +} + +function com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut___3F_3FV(widths, heights){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + if (widths.length != heights.length) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Must be the same number of widths and heights.')); + this.com_badlogic_gdx_math_Interpolation$BounceOut_widths = widths; + this.com_badlogic_gdx_math_Interpolation$BounceOut_heights = heights; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(185, 85, {85:1, 185:1}, com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut__IV, com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut___3F_3FV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$BounceOut_apply__FF(a){ + return com_badlogic_gdx_math_Interpolation$BounceOut_$apply__Lcom_badlogic_gdx_math_Interpolation$BounceOut_2FF(this, a); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/BounceOut', 185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$Bounce_$out__Lcom_badlogic_gdx_math_Interpolation$Bounce_2FF(this$static, a){ + var test_0; + test_0 = a + this$static.com_badlogic_gdx_math_Interpolation$BounceOut_widths[0] / 2; + if (test_0 < this$static.com_badlogic_gdx_math_Interpolation$BounceOut_widths[0]) + return test_0 / (this$static.com_badlogic_gdx_math_Interpolation$BounceOut_widths[0] / 2) - 1; + return com_badlogic_gdx_math_Interpolation$BounceOut_$apply__Lcom_badlogic_gdx_math_Interpolation$BounceOut_2FF(this$static, a); +} + +function com_badlogic_gdx_math_Interpolation$Bounce_Interpolation$Bounce__IV(bounces){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut__IV.call(this, bounces); +} + +function com_badlogic_gdx_math_Interpolation$Bounce_Interpolation$Bounce___3F_3FV(widths, heights){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut___3F_3FV.call(this, widths, heights); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(429, 185, {85:1, 429:1, 185:1}, com_badlogic_gdx_math_Interpolation$Bounce_Interpolation$Bounce__IV, com_badlogic_gdx_math_Interpolation$Bounce_Interpolation$Bounce___3F_3FV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$Bounce_apply__FF(a){ + if (a <= 0.5) + return (1 - com_badlogic_gdx_math_Interpolation$Bounce_$out__Lcom_badlogic_gdx_math_Interpolation$Bounce_2FF(this, 1 - a * 2)) / 2; + return com_badlogic_gdx_math_Interpolation$Bounce_$out__Lcom_badlogic_gdx_math_Interpolation$Bounce_2FF(this, a * 2 - 1) / 2 + 0.5; +} +; +_.private$com_badlogic_gdx_math_Interpolation$Bounce$out__FF = function com_badlogic_gdx_math_Interpolation$Bounce_out__FF(a){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + return com_badlogic_gdx_math_Interpolation$Bounce_$out__Lcom_badlogic_gdx_math_Interpolation$Bounce_2FF(this, a); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/Bounce', 429, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit); +function com_badlogic_gdx_math_Interpolation$BounceIn_Interpolation$BounceIn__IV(bounces){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut__IV.call(this, bounces); +} + +function com_badlogic_gdx_math_Interpolation$BounceIn_Interpolation$BounceIn___3F_3FV(widths, heights){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut___3F_3FV.call(this, widths, heights); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(430, 185, {85:1, 430:1, 185:1}, com_badlogic_gdx_math_Interpolation$BounceIn_Interpolation$BounceIn__IV, com_badlogic_gdx_math_Interpolation$BounceIn_Interpolation$BounceIn___3F_3FV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$BounceIn_apply__FF(a){ + return 1 - com_badlogic_gdx_math_Interpolation$BounceOut_$apply__Lcom_badlogic_gdx_math_Interpolation$BounceOut_2FF(this, 1 - a); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceIn_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/BounceIn', 430, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit); +function com_badlogic_gdx_math_Interpolation$Elastic_Interpolation$Elastic__FFIFV(value_0, power, bounces, scale){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + this.com_badlogic_gdx_math_Interpolation$Elastic_value = value_0; + this.com_badlogic_gdx_math_Interpolation$Elastic_power = power; + this.com_badlogic_gdx_math_Interpolation$Elastic_scale = scale; + this.com_badlogic_gdx_math_Interpolation$Elastic_bounces = bounces * $intern_283 * (bounces % 2 == 0?1:-1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(249, 85, {85:1, 249:1}, com_badlogic_gdx_math_Interpolation$Elastic_Interpolation$Elastic__FFIFV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$Elastic_apply__FF(a){ + if (a <= 0.5) { + a *= 2; + return $wnd.Math.pow(this.com_badlogic_gdx_math_Interpolation$Elastic_value, this.com_badlogic_gdx_math_Interpolation$Elastic_power * (a - 1)) * com_badlogic_gdx_math_MathUtils_sin__FF(a * this.com_badlogic_gdx_math_Interpolation$Elastic_bounces) * this.com_badlogic_gdx_math_Interpolation$Elastic_scale / 2; + } + a = 1 - a; + a *= 2; + return 1 - $wnd.Math.pow(this.com_badlogic_gdx_math_Interpolation$Elastic_value, this.com_badlogic_gdx_math_Interpolation$Elastic_power * (a - 1)) * com_badlogic_gdx_math_MathUtils_sin__FF(a * this.com_badlogic_gdx_math_Interpolation$Elastic_bounces) * this.com_badlogic_gdx_math_Interpolation$Elastic_scale / 2; +} +; +_.com_badlogic_gdx_math_Interpolation$Elastic_bounces = 0; +_.com_badlogic_gdx_math_Interpolation$Elastic_power = 0; +_.com_badlogic_gdx_math_Interpolation$Elastic_scale = 0; +_.com_badlogic_gdx_math_Interpolation$Elastic_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/Elastic', 249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$ElasticIn_Interpolation$ElasticIn__FFIFV(value_0, power, bounces, scale){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$Elastic_Interpolation$Elastic__FFIFV.call(this, value_0, power, bounces, scale); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(498, 249, {85:1, 249:1, 498:1}, com_badlogic_gdx_math_Interpolation$ElasticIn_Interpolation$ElasticIn__FFIFV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$ElasticIn_apply__FF(a){ + if (a >= 0.99) + return 1; + return $wnd.Math.pow(this.com_badlogic_gdx_math_Interpolation$Elastic_value, this.com_badlogic_gdx_math_Interpolation$Elastic_power * (a - 1)) * com_badlogic_gdx_math_MathUtils_sin__FF(a * this.com_badlogic_gdx_math_Interpolation$Elastic_bounces) * this.com_badlogic_gdx_math_Interpolation$Elastic_scale; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticIn_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/ElasticIn', 498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit); +function com_badlogic_gdx_math_Interpolation$ElasticOut_Interpolation$ElasticOut__FFIFV(value_0, power, bounces, scale){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$Elastic_Interpolation$Elastic__FFIFV.call(this, value_0, power, bounces, scale); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(499, 249, {85:1, 249:1, 499:1}, com_badlogic_gdx_math_Interpolation$ElasticOut_Interpolation$ElasticOut__FFIFV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$ElasticOut_apply__FF(a){ + if (a == 0) + return 0; + a = 1 - a; + return 1 - $wnd.Math.pow(this.com_badlogic_gdx_math_Interpolation$Elastic_value, this.com_badlogic_gdx_math_Interpolation$Elastic_power * (a - 1)) * com_badlogic_gdx_math_MathUtils_sin__FF(a * this.com_badlogic_gdx_math_Interpolation$Elastic_bounces) * this.com_badlogic_gdx_math_Interpolation$Elastic_scale; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticOut_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/ElasticOut', 499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit); +function com_badlogic_gdx_math_Interpolation$Exp_Interpolation$Exp__FFV(value_0, power){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + this.com_badlogic_gdx_math_Interpolation$Exp_value = value_0; + this.com_badlogic_gdx_math_Interpolation$Exp_power = power; + this.com_badlogic_gdx_math_Interpolation$Exp_min = $wnd.Math.pow(value_0, -power); + this.com_badlogic_gdx_math_Interpolation$Exp_scale = 1 / (1 - this.com_badlogic_gdx_math_Interpolation$Exp_min); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(219, 85, {85:1, 219:1}, com_badlogic_gdx_math_Interpolation$Exp_Interpolation$Exp__FFV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$Exp_apply__FF(a){ + if (a <= 0.5) + return ($wnd.Math.pow(this.com_badlogic_gdx_math_Interpolation$Exp_value, this.com_badlogic_gdx_math_Interpolation$Exp_power * (a * 2 - 1)) - this.com_badlogic_gdx_math_Interpolation$Exp_min) * this.com_badlogic_gdx_math_Interpolation$Exp_scale / 2; + return (2 - ($wnd.Math.pow(this.com_badlogic_gdx_math_Interpolation$Exp_value, -this.com_badlogic_gdx_math_Interpolation$Exp_power * (a * 2 - 1)) - this.com_badlogic_gdx_math_Interpolation$Exp_min) * this.com_badlogic_gdx_math_Interpolation$Exp_scale) / 2; +} +; +_.com_badlogic_gdx_math_Interpolation$Exp_min = 0; +_.com_badlogic_gdx_math_Interpolation$Exp_power = 0; +_.com_badlogic_gdx_math_Interpolation$Exp_scale = 0; +_.com_badlogic_gdx_math_Interpolation$Exp_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/Exp', 219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$ExpIn_Interpolation$ExpIn__FFV(value_0, power){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$Exp_Interpolation$Exp__FFV.call(this, value_0, power); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(427, 219, {85:1, 219:1, 427:1}, com_badlogic_gdx_math_Interpolation$ExpIn_Interpolation$ExpIn__FFV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$ExpIn_apply__FF(a){ + return ($wnd.Math.pow(this.com_badlogic_gdx_math_Interpolation$Exp_value, this.com_badlogic_gdx_math_Interpolation$Exp_power * (a - 1)) - this.com_badlogic_gdx_math_Interpolation$Exp_min) * this.com_badlogic_gdx_math_Interpolation$Exp_scale; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpIn_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/ExpIn', 427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit); +function com_badlogic_gdx_math_Interpolation$ExpOut_Interpolation$ExpOut__FFV(value_0, power){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$Exp_Interpolation$Exp__FFV.call(this, value_0, power); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(428, 219, {85:1, 219:1, 428:1}, com_badlogic_gdx_math_Interpolation$ExpOut_Interpolation$ExpOut__FFV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$ExpOut_apply__FF(a){ + return 1 - ($wnd.Math.pow(this.com_badlogic_gdx_math_Interpolation$Exp_value, -this.com_badlogic_gdx_math_Interpolation$Exp_power * a) - this.com_badlogic_gdx_math_Interpolation$Exp_min) * this.com_badlogic_gdx_math_Interpolation$Exp_scale; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpOut_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/ExpOut', 428, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit); +function com_badlogic_gdx_math_Interpolation$Pow_Interpolation$Pow__IV(power){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + this.com_badlogic_gdx_math_Interpolation$Pow_power = power; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(184, 85, {85:1, 184:1}, com_badlogic_gdx_math_Interpolation$Pow_Interpolation$Pow__IV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$Pow_apply__FF(a){ + if (a <= 0.5) + return $wnd.Math.pow(a * 2, this.com_badlogic_gdx_math_Interpolation$Pow_power) / 2; + return $wnd.Math.pow((a - 1) * 2, this.com_badlogic_gdx_math_Interpolation$Pow_power) / (this.com_badlogic_gdx_math_Interpolation$Pow_power % 2 == 0?-2:2) + 1; +} +; +_.com_badlogic_gdx_math_Interpolation$Pow_power = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/Pow', 184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$PowIn_Interpolation$PowIn__IV(power){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$Pow_Interpolation$Pow__IV.call(this, power); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(284, 184, {85:1, 184:1, 284:1}, com_badlogic_gdx_math_Interpolation$PowIn_Interpolation$PowIn__IV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$PowIn_apply__FF(a){ + return $wnd.Math.pow(a, this.com_badlogic_gdx_math_Interpolation$Pow_power); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/PowIn', 284, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit); +function com_badlogic_gdx_math_Interpolation$PowOut_Interpolation$PowOut__IV(power){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + com_badlogic_gdx_math_Interpolation$Pow_Interpolation$Pow__IV.call(this, power); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(285, 184, {85:1, 184:1, 285:1}, com_badlogic_gdx_math_Interpolation$PowOut_Interpolation$PowOut__IV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$PowOut_apply__FF(a){ + return $wnd.Math.pow(a - 1, this.com_badlogic_gdx_math_Interpolation$Pow_power) * (this.com_badlogic_gdx_math_Interpolation$Pow_power % 2 == 0?-1:1) + 1; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/PowOut', 285, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit); +function com_badlogic_gdx_math_Interpolation$Swing_Interpolation$Swing__FV(scale){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + this.com_badlogic_gdx_math_Interpolation$Swing_scale = scale * 2; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(500, 85, {85:1, 500:1}, com_badlogic_gdx_math_Interpolation$Swing_Interpolation$Swing__FV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$Swing_apply__FF(a){ + if (a <= 0.5) { + a *= 2; + return a * a * ((this.com_badlogic_gdx_math_Interpolation$Swing_scale + 1) * a - this.com_badlogic_gdx_math_Interpolation$Swing_scale) / 2; + } + --a; + a *= 2; + return a * a * ((this.com_badlogic_gdx_math_Interpolation$Swing_scale + 1) * a + this.com_badlogic_gdx_math_Interpolation$Swing_scale) / 2 + 1; +} +; +_.com_badlogic_gdx_math_Interpolation$Swing_scale = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Swing_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/Swing', 500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$SwingIn_Interpolation$SwingIn__FV(scale){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + this.com_badlogic_gdx_math_Interpolation$SwingIn_scale = scale; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(501, 85, {85:1, 501:1}, com_badlogic_gdx_math_Interpolation$SwingIn_Interpolation$SwingIn__FV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$SwingIn_apply__FF(a){ + return a * a * ((this.com_badlogic_gdx_math_Interpolation$SwingIn_scale + 1) * a - this.com_badlogic_gdx_math_Interpolation$SwingIn_scale); +} +; +_.com_badlogic_gdx_math_Interpolation$SwingIn_scale = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingIn_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/SwingIn', 501, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Interpolation$SwingOut_Interpolation$SwingOut__FV(scale){ + com_badlogic_gdx_math_Interpolation_$clinit__V(); + this.com_badlogic_gdx_math_Interpolation$SwingOut_scale = scale; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(502, 85, {85:1, 502:1}, com_badlogic_gdx_math_Interpolation$SwingOut_Interpolation$SwingOut__FV); +_.apply__FF = function com_badlogic_gdx_math_Interpolation$SwingOut_apply__FF(a){ + --a; + return a * a * ((this.com_badlogic_gdx_math_Interpolation$SwingOut_scale + 1) * a + this.com_badlogic_gdx_math_Interpolation$SwingOut_scale) + 1; +} +; +_.com_badlogic_gdx_math_Interpolation$SwingOut_scale = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingOut_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Interpolation/SwingOut', 502, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit); +function com_badlogic_gdx_math_Intersector_$clinit__V(){ + com_badlogic_gdx_math_Intersector_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Intersector_v0 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_v1 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_v2 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_floatArray = new com_badlogic_gdx_utils_FloatArray_FloatArray__V; + com_badlogic_gdx_math_Intersector_floatArray2 = new com_badlogic_gdx_utils_FloatArray_FloatArray__V; + com_badlogic_gdx_math_Intersector_ip = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_Intersector_ep1 = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_Intersector_ep2 = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_Intersector_s = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_Intersector_e = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_Intersector_v2a = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_Intersector_v2b = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_Intersector_v2c = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_Intersector_v2d = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_math_Intersector_p = new com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2FV(new com_badlogic_gdx_math_Vector3_Vector3__V, 0); + com_badlogic_gdx_math_Intersector_i = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_dir = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_start = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_best = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_tmp = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_tmp1 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_tmp2 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_tmp3 = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Intersector_intersection = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_Intersector_hasOverlap___3Lcom_badlogic_gdx_math_Vector3_2_3Lcom_badlogic_gdx_math_Vector3_2_3Lcom_badlogic_gdx_math_Vector3_2Z(axes, aVertices, bVertices){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var aVertex, aVertex$array, aVertex$index, aVertex$max, axis_0, axis$array, axis$index, axis$max, bVertex, bVertex$array, bVertex$index, bVertex$max, maxA, maxB, minA, minB, p; + for (axis$array = axes , axis$index = 0 , axis$max = axis$array.length; axis$index < axis$max; ++axis$index) { + axis_0 = axis$array[axis$index]; + minA = $intern_352; + maxA = $intern_353; + for (aVertex$array = aVertices , aVertex$index = 0 , aVertex$max = aVertex$array.length; aVertex$index < aVertex$max; ++aVertex$index) { + aVertex = aVertex$array[aVertex$index]; + p = aVertex.com_badlogic_gdx_math_Vector3_x * axis_0.com_badlogic_gdx_math_Vector3_x + aVertex.com_badlogic_gdx_math_Vector3_y * axis_0.com_badlogic_gdx_math_Vector3_y + aVertex.com_badlogic_gdx_math_Vector3_z * axis_0.com_badlogic_gdx_math_Vector3_z; + minA = $wnd.Math.min(minA, p); + maxA = $wnd.Math.max(maxA, p); + } + minB = $intern_352; + maxB = $intern_353; + for (bVertex$array = bVertices , bVertex$index = 0 , bVertex$max = bVertex$array.length; bVertex$index < bVertex$max; ++bVertex$index) { + bVertex = bVertex$array[bVertex$index]; + p = bVertex.com_badlogic_gdx_math_Vector3_x * axis_0.com_badlogic_gdx_math_Vector3_x + bVertex.com_badlogic_gdx_math_Vector3_y * axis_0.com_badlogic_gdx_math_Vector3_y + bVertex.com_badlogic_gdx_math_Vector3_z * axis_0.com_badlogic_gdx_math_Vector3_z; + minB = $wnd.Math.min(minB, p); + maxB = $wnd.Math.max(maxB, p); + } + if (maxA < minB || maxB < minA) { + return false; + } + } + return true; +} + +function com_badlogic_gdx_math_Intersector_intersectBoundsPlaneFast__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(center, halfDimensions, normal, distance){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var radius, s; + radius = halfDimensions.com_badlogic_gdx_math_Vector3_x * $wnd.Math.abs(normal.com_badlogic_gdx_math_Vector3_x) + halfDimensions.com_badlogic_gdx_math_Vector3_y * $wnd.Math.abs(normal.com_badlogic_gdx_math_Vector3_y) + halfDimensions.com_badlogic_gdx_math_Vector3_z * $wnd.Math.abs(normal.com_badlogic_gdx_math_Vector3_z); + s = normal.com_badlogic_gdx_math_Vector3_x * center.com_badlogic_gdx_math_Vector3_x + normal.com_badlogic_gdx_math_Vector3_y * center.com_badlogic_gdx_math_Vector3_y + normal.com_badlogic_gdx_math_Vector3_z * center.com_badlogic_gdx_math_Vector3_z - distance; + return $wnd.Math.abs(s) <= radius; +} + +function com_badlogic_gdx_math_Intersector_intersectFrustumBounds__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(frustum, bounds){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var boundsIntersectsFrustum, frustumIsInsideBounds, point, point$array, point$index, point$max; + boundsIntersectsFrustum = com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(frustum, com_badlogic_gdx_math_collision_BoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Intersector_tmp)) || com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(frustum, com_badlogic_gdx_math_collision_BoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Intersector_tmp)) || com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(frustum, com_badlogic_gdx_math_collision_BoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Intersector_tmp)) || com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(frustum, com_badlogic_gdx_math_collision_BoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Intersector_tmp)) || com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(frustum, com_badlogic_gdx_math_collision_BoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Intersector_tmp)) || com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(frustum, com_badlogic_gdx_math_collision_BoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Intersector_tmp)) || com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(frustum, com_badlogic_gdx_math_collision_BoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Intersector_tmp)) || com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(frustum, com_badlogic_gdx_math_collision_BoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, com_badlogic_gdx_math_Intersector_tmp)); + if (boundsIntersectsFrustum) { + return true; + } + frustumIsInsideBounds = false; + for (point$array = frustum.com_badlogic_gdx_math_Frustum_planePoints , point$index = 0 , point$max = point$array.length; point$index < point$max; ++point$index) { + point = point$array[point$index]; + frustumIsInsideBounds = frustumIsInsideBounds | (bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x <= point.com_badlogic_gdx_math_Vector3_x && bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x >= point.com_badlogic_gdx_math_Vector3_x && bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y <= point.com_badlogic_gdx_math_Vector3_y && bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y >= point.com_badlogic_gdx_math_Vector3_y && bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z <= point.com_badlogic_gdx_math_Vector3_z && bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z >= point.com_badlogic_gdx_math_Vector3_z); + } + return frustumIsInsideBounds; +} + +function com_badlogic_gdx_math_Intersector_intersectFrustumBounds__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z(frustum, obb){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var boundsIntersectsFrustum, frustumIsInsideBounds, point, point$array, point$index, point$max, v, v$array, v$index, v$max; + boundsIntersectsFrustum = false; + for (v$array = obb.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices , v$index = 0 , v$max = v$array.length; v$index < v$max; ++v$index) { + v = v$array[v$index]; + boundsIntersectsFrustum = boundsIntersectsFrustum | com_badlogic_gdx_math_Frustum_$pointInFrustum__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2Z(frustum, v); + } + if (boundsIntersectsFrustum) { + return true; + } + frustumIsInsideBounds = false; + for (point$array = frustum.com_badlogic_gdx_math_Frustum_planePoints , point$index = 0 , point$max = point$array.length; point$index < point$max; ++point$index) { + point = point$array[point$index]; + frustumIsInsideBounds = frustumIsInsideBounds | com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(obb, point, obb.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform); + } + return frustumIsInsideBounds; +} + +function com_badlogic_gdx_math_Intersector_intersectLinePlane__FFFFFFLcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2F(x_0, y_0, z_0, x2, y2, z2, plane, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var denom, direction, dist, origin_0, t; + direction = com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp, x2, y2, z2), x_0, y_0, z_0); + origin_0 = com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp2, x_0, y_0, z_0); + denom = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(direction, plane.com_badlogic_gdx_math_Plane_normal); + if (denom != 0) { + t = -(com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(origin_0, plane.com_badlogic_gdx_math_Plane_normal) + plane.com_badlogic_gdx_math_Plane_d) / denom; + !!intersection && com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(intersection, origin_0.com_badlogic_gdx_math_Vector3_x, origin_0.com_badlogic_gdx_math_Vector3_y, origin_0.com_badlogic_gdx_math_Vector3_z), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(direction, direction.com_badlogic_gdx_math_Vector3_x * t, direction.com_badlogic_gdx_math_Vector3_y * t, direction.com_badlogic_gdx_math_Vector3_z * t)); + return t; + } + else { + dist = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(plane.com_badlogic_gdx_math_Plane_normal, origin_0) + plane.com_badlogic_gdx_math_Plane_d; + if ((dist == 0?(com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_OnPlane):dist < 0?(com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back):(com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Front)) == (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_OnPlane)) { + !!intersection && com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(intersection, origin_0.com_badlogic_gdx_math_Vector3_x, origin_0.com_badlogic_gdx_math_Vector3_y, origin_0.com_badlogic_gdx_math_Vector3_z); + return 0; + } + } + return -1; +} + +function com_badlogic_gdx_math_Intersector_intersectLinePolygon__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Polygon_2Z(p1, p2, polygon){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var d, i, n, ua, vertices, x1, x2, x3, x4, xd, y1, y2, y3, y4, yd; + vertices = com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(polygon); + x1 = p1.com_badlogic_gdx_math_Vector2_x; + y1 = p1.com_badlogic_gdx_math_Vector2_y; + x2 = p2.com_badlogic_gdx_math_Vector2_x; + y2 = p2.com_badlogic_gdx_math_Vector2_y; + n = vertices.length; + x3 = vertices[n - 2]; + y3 = vertices[n - 1]; + for (i = 0; i < n; i += 2) { + x4 = vertices[i]; + y4 = vertices[i + 1]; + d = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1); + if (d != 0) { + yd = y1 - y3; + xd = x1 - x3; + ua = ((x4 - x3) * yd - (y4 - y3) * xd) / d; + if (ua >= 0 && ua <= 1) { + return true; + } + } + x3 = x4; + y3 = y4; + } + return false; +} + +function com_badlogic_gdx_math_Intersector_intersectLines__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(x1, y1, x2, y2, x3, y3, x4, y4, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var d, ua; + d = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1); + if (d == 0) + return false; + if (intersection) { + ua = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / d; + intersection.com_badlogic_gdx_math_Vector2_x = x1 + (x2 - x1) * ua; + intersection.com_badlogic_gdx_math_Vector2_y = y1 + (y2 - y1) * ua; + } + return true; +} + +function com_badlogic_gdx_math_Intersector_intersectPlanes__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Z(a, b, c, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var f; + com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp1, a.com_badlogic_gdx_math_Plane_normal), b.com_badlogic_gdx_math_Plane_normal); + com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp2, b.com_badlogic_gdx_math_Plane_normal), c.com_badlogic_gdx_math_Plane_normal); + com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp3, c.com_badlogic_gdx_math_Plane_normal), a.com_badlogic_gdx_math_Plane_normal); + f = -com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(a.com_badlogic_gdx_math_Plane_normal, com_badlogic_gdx_math_Intersector_tmp2); + if ($wnd.Math.abs(f) < $intern_347) { + return false; + } + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp1, c.com_badlogic_gdx_math_Plane_d); + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp2, a.com_badlogic_gdx_math_Plane_d); + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp3, b.com_badlogic_gdx_math_Plane_d); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(intersection, com_badlogic_gdx_math_Intersector_tmp1.com_badlogic_gdx_math_Vector3_x + com_badlogic_gdx_math_Intersector_tmp2.com_badlogic_gdx_math_Vector3_x + com_badlogic_gdx_math_Intersector_tmp3.com_badlogic_gdx_math_Vector3_x, com_badlogic_gdx_math_Intersector_tmp1.com_badlogic_gdx_math_Vector3_y + com_badlogic_gdx_math_Intersector_tmp2.com_badlogic_gdx_math_Vector3_y + com_badlogic_gdx_math_Intersector_tmp3.com_badlogic_gdx_math_Vector3_y, com_badlogic_gdx_math_Intersector_tmp1.com_badlogic_gdx_math_Vector3_z + com_badlogic_gdx_math_Intersector_tmp2.com_badlogic_gdx_math_Vector3_z + com_badlogic_gdx_math_Intersector_tmp3.com_badlogic_gdx_math_Vector3_z); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(intersection, intersection.com_badlogic_gdx_math_Vector3_x * (1 / f), intersection.com_badlogic_gdx_math_Vector3_y * (1 / f), intersection.com_badlogic_gdx_math_Vector3_z * (1 / f)); + return true; +} + +function com_badlogic_gdx_math_Intersector_intersectPolygonEdges__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2Z(polygon1, polygon2){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var i, j, last1, last2, p1, p2, x1, x2, x3, x4, y1, y2, y3, y4; + last1 = polygon1.com_badlogic_gdx_utils_FloatArray_size - 2; + last2 = polygon2.com_badlogic_gdx_utils_FloatArray_size - 2; + p1 = polygon1.com_badlogic_gdx_utils_FloatArray_items; + p2 = polygon2.com_badlogic_gdx_utils_FloatArray_items; + x1 = p1[last1]; + y1 = p1[last1 + 1]; + for (i = 0; i <= last1; i += 2) { + x2 = p1[i]; + y2 = p1[i + 1]; + x3 = p2[last2]; + y3 = p2[last2 + 1]; + for (j = 0; j <= last2; j += 2) { + x4 = p2[j]; + y4 = p2[j + 1]; + if (com_badlogic_gdx_math_Intersector_intersectSegments__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(x1, y1, x2, y2, x3, y3, x4, y4, null)) + return true; + x3 = x4; + y3 = y4; + } + x1 = x2; + y1 = y2; + } + return false; +} + +function com_badlogic_gdx_math_Intersector_intersectPolygons__Lcom_badlogic_gdx_math_Polygon_2Lcom_badlogic_gdx_math_Polygon_2Lcom_badlogic_gdx_math_Polygon_2Z(p1, p2, overlap){ + var com_badlogic_gdx_utils_FloatArray_$toArray__Lcom_badlogic_gdx_utils_FloatArray_2_3F_array_0; + com_badlogic_gdx_math_Intersector_$clinit__V(); + var e, ep1, ep2, floatArray, floatArray2, i, ip, j, last, s, side, vertices2; + if (p1.com_badlogic_gdx_math_Polygon_localVertices.length == 0 || p2.com_badlogic_gdx_math_Polygon_localVertices.length == 0) { + return false; + } + ip = com_badlogic_gdx_math_Intersector_ip; + ep1 = com_badlogic_gdx_math_Intersector_ep1; + ep2 = com_badlogic_gdx_math_Intersector_ep2; + s = com_badlogic_gdx_math_Intersector_s; + e = com_badlogic_gdx_math_Intersector_e; + floatArray = com_badlogic_gdx_math_Intersector_floatArray; + floatArray2 = com_badlogic_gdx_math_Intersector_floatArray2; + floatArray.com_badlogic_gdx_utils_FloatArray_size = 0; + floatArray2.com_badlogic_gdx_utils_FloatArray_size = 0; + com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2_3FV(floatArray2, com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(p1)); + vertices2 = com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(p2); + for (i = 0 , last = vertices2.length - 2; i <= last; i += 2) { + ep1.com_badlogic_gdx_math_Vector2_x = vertices2[i]; + ep1.com_badlogic_gdx_math_Vector2_y = vertices2[i + 1]; + i < last?(ep2.com_badlogic_gdx_math_Vector2_x = vertices2[i + 2] , ep2.com_badlogic_gdx_math_Vector2_y = vertices2[i + 3] , ep2):(ep2.com_badlogic_gdx_math_Vector2_x = vertices2[0] , ep2.com_badlogic_gdx_math_Vector2_y = vertices2[1] , ep2); + if (floatArray2.com_badlogic_gdx_utils_FloatArray_size == 0) + return false; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(s, com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(floatArray2, floatArray2.com_badlogic_gdx_utils_FloatArray_size - 2), com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(floatArray2, floatArray2.com_badlogic_gdx_utils_FloatArray_size - 1)); + for (j = 0; j < floatArray2.com_badlogic_gdx_utils_FloatArray_size; j += 2) { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(e, com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(floatArray2, j), com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(floatArray2, j + 1)); + side = com_google_gwt_lang_Cast_round_1int__DI(java_lang_Math_signum__DD((ep1.com_badlogic_gdx_math_Vector2_x - ep2.com_badlogic_gdx_math_Vector2_x) * (s.com_badlogic_gdx_math_Vector2_y - ep2.com_badlogic_gdx_math_Vector2_y) - (ep1.com_badlogic_gdx_math_Vector2_y - ep2.com_badlogic_gdx_math_Vector2_y) * (s.com_badlogic_gdx_math_Vector2_x - ep2.com_badlogic_gdx_math_Vector2_x))) > 0; + if (com_google_gwt_lang_Cast_round_1int__DI(java_lang_Math_signum__DD((ep1.com_badlogic_gdx_math_Vector2_x - ep2.com_badlogic_gdx_math_Vector2_x) * (e.com_badlogic_gdx_math_Vector2_y - ep2.com_badlogic_gdx_math_Vector2_y) - (ep1.com_badlogic_gdx_math_Vector2_y - ep2.com_badlogic_gdx_math_Vector2_y) * (e.com_badlogic_gdx_math_Vector2_x - ep2.com_badlogic_gdx_math_Vector2_x))) > 0) { + if (!side) { + com_badlogic_gdx_math_Intersector_intersectLines__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(s.com_badlogic_gdx_math_Vector2_x, s.com_badlogic_gdx_math_Vector2_y, e.com_badlogic_gdx_math_Vector2_x, e.com_badlogic_gdx_math_Vector2_y, ep1.com_badlogic_gdx_math_Vector2_x, ep1.com_badlogic_gdx_math_Vector2_y, ep2.com_badlogic_gdx_math_Vector2_x, ep2.com_badlogic_gdx_math_Vector2_y, ip); + if (floatArray.com_badlogic_gdx_utils_FloatArray_size < 2 || com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(floatArray, floatArray.com_badlogic_gdx_utils_FloatArray_size - 2) != ip.com_badlogic_gdx_math_Vector2_x || com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(floatArray, floatArray.com_badlogic_gdx_utils_FloatArray_size - 1) != ip.com_badlogic_gdx_math_Vector2_y) { + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(floatArray, ip.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(floatArray, ip.com_badlogic_gdx_math_Vector2_y); + } + } + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(floatArray, e.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(floatArray, e.com_badlogic_gdx_math_Vector2_y); + } + else if (side) { + com_badlogic_gdx_math_Intersector_intersectLines__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(s.com_badlogic_gdx_math_Vector2_x, s.com_badlogic_gdx_math_Vector2_y, e.com_badlogic_gdx_math_Vector2_x, e.com_badlogic_gdx_math_Vector2_y, ep1.com_badlogic_gdx_math_Vector2_x, ep1.com_badlogic_gdx_math_Vector2_y, ep2.com_badlogic_gdx_math_Vector2_x, ep2.com_badlogic_gdx_math_Vector2_y, ip); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(floatArray, ip.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(floatArray, ip.com_badlogic_gdx_math_Vector2_y); + } + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(s, e.com_badlogic_gdx_math_Vector2_x, e.com_badlogic_gdx_math_Vector2_y); + } + floatArray2.com_badlogic_gdx_utils_FloatArray_size = 0; + com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2_3FIIV(floatArray2, floatArray.com_badlogic_gdx_utils_FloatArray_items, 0, floatArray.com_badlogic_gdx_utils_FloatArray_size); + floatArray.com_badlogic_gdx_utils_FloatArray_size = 0; + } + if (floatArray2.com_badlogic_gdx_utils_FloatArray_size != 0) { + !!overlap && (overlap.com_badlogic_gdx_math_Polygon_localVertices.length == floatArray2.com_badlogic_gdx_utils_FloatArray_size?java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(floatArray2.com_badlogic_gdx_utils_FloatArray_items, 0, overlap.com_badlogic_gdx_math_Polygon_localVertices, 0, floatArray2.com_badlogic_gdx_utils_FloatArray_size):com_badlogic_gdx_math_Polygon_$setVertices__Lcom_badlogic_gdx_math_Polygon_2_3FV(overlap, (com_badlogic_gdx_utils_FloatArray_$toArray__Lcom_badlogic_gdx_utils_FloatArray_2_3F_array_0 = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, floatArray2.com_badlogic_gdx_utils_FloatArray_size, 15, 1) , java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(floatArray2.com_badlogic_gdx_utils_FloatArray_items, 0, com_badlogic_gdx_utils_FloatArray_$toArray__Lcom_badlogic_gdx_utils_FloatArray_2_3F_array_0, 0, floatArray2.com_badlogic_gdx_utils_FloatArray_size) , com_badlogic_gdx_utils_FloatArray_$toArray__Lcom_badlogic_gdx_utils_FloatArray_2_3F_array_0))); + return true; + } + return false; +} + +function com_badlogic_gdx_math_Intersector_intersectPolygons__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2Z(polygon1, polygon2){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + if (com_badlogic_gdx_math_Intersector_isPointInPolygon___3FIIFFZ(polygon1.com_badlogic_gdx_utils_FloatArray_items, 0, polygon1.com_badlogic_gdx_utils_FloatArray_size, polygon2.com_badlogic_gdx_utils_FloatArray_items[0], polygon2.com_badlogic_gdx_utils_FloatArray_items[1])) + return true; + if (com_badlogic_gdx_math_Intersector_isPointInPolygon___3FIIFFZ(polygon2.com_badlogic_gdx_utils_FloatArray_items, 0, polygon2.com_badlogic_gdx_utils_FloatArray_size, polygon1.com_badlogic_gdx_utils_FloatArray_items[0], polygon1.com_badlogic_gdx_utils_FloatArray_items[1])) + return true; + return com_badlogic_gdx_math_Intersector_intersectPolygonEdges__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2Z(polygon1, polygon2); +} + +function com_badlogic_gdx_math_Intersector_intersectRayBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, box, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var hit, lowest, t; + if (com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(box, ray.com_badlogic_gdx_math_collision_Ray_origin)) { + !!intersection && com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, ray.com_badlogic_gdx_math_collision_Ray_origin); + return true; + } + lowest = 0; + hit = false; + if (ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_x <= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x && ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_x > 0) { + t = (box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_x) / ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_x; + if (t >= 0) { + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, ray.com_badlogic_gdx_math_collision_Ray_direction), t), ray.com_badlogic_gdx_math_collision_Ray_origin); + if (com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_y >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_y <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_z >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_z <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z && (!hit || t < lowest)) { + hit = true; + lowest = t; + } + } + } + if (ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_x >= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_x < 0) { + t = (box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_x) / ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_x; + if (t >= 0) { + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, ray.com_badlogic_gdx_math_collision_Ray_direction), t), ray.com_badlogic_gdx_math_collision_Ray_origin); + if (com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_y >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_y <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_z >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_z <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z && (!hit || t < lowest)) { + hit = true; + lowest = t; + } + } + } + if (ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_y <= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y && ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_y > 0) { + t = (box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_y) / ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_y; + if (t >= 0) { + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, ray.com_badlogic_gdx_math_collision_Ray_direction), t), ray.com_badlogic_gdx_math_collision_Ray_origin); + if (com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_x >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_x <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_z >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_z <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z && (!hit || t < lowest)) { + hit = true; + lowest = t; + } + } + } + if (ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_y >= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_y < 0) { + t = (box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_y) / ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_y; + if (t >= 0) { + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, ray.com_badlogic_gdx_math_collision_Ray_direction), t), ray.com_badlogic_gdx_math_collision_Ray_origin); + if (com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_x >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_x <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_z >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_z <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z && (!hit || t < lowest)) { + hit = true; + lowest = t; + } + } + } + if (ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_z <= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z && ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_z > 0) { + t = (box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_z) / ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_z; + if (t >= 0) { + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, ray.com_badlogic_gdx_math_collision_Ray_direction), t), ray.com_badlogic_gdx_math_collision_Ray_origin); + if (com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_x >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_x <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_y >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_y <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && (!hit || t < lowest)) { + hit = true; + lowest = t; + } + } + } + if (ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_z >= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z && ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_z < 0) { + t = (box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_z) / ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_z; + if (t >= 0) { + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, ray.com_badlogic_gdx_math_collision_Ray_direction), t), ray.com_badlogic_gdx_math_collision_Ray_origin); + if (com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_x >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_x <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_y >= box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y && com_badlogic_gdx_math_Intersector_v2.com_badlogic_gdx_math_Vector3_y <= box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && (!hit || t < lowest)) { + hit = true; + lowest = t; + } + } + } + if (hit && !!intersection) { + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, ray.com_badlogic_gdx_math_collision_Ray_direction), lowest), ray.com_badlogic_gdx_math_collision_Ray_origin); + intersection.com_badlogic_gdx_math_Vector3_x < box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x?(intersection.com_badlogic_gdx_math_Vector3_x = box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x):intersection.com_badlogic_gdx_math_Vector3_x > box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && (intersection.com_badlogic_gdx_math_Vector3_x = box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x); + intersection.com_badlogic_gdx_math_Vector3_y < box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y?(intersection.com_badlogic_gdx_math_Vector3_y = box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y):intersection.com_badlogic_gdx_math_Vector3_y > box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && (intersection.com_badlogic_gdx_math_Vector3_y = box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y); + intersection.com_badlogic_gdx_math_Vector3_z < box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z?(intersection.com_badlogic_gdx_math_Vector3_z = box.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z):intersection.com_badlogic_gdx_math_Vector3_z > box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z && (intersection.com_badlogic_gdx_math_Vector3_z = box.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z); + } + return hit; +} + +function com_badlogic_gdx_math_Intersector_intersectRayBoundsFast__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, center, dimensions){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var divX, divY, divZ, max_0, maxx, maxy, maxz, min_0, minx, miny, minz, t; + divX = 1 / ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_x; + divY = 1 / ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_y; + divZ = 1 / ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_z; + minx = (center.com_badlogic_gdx_math_Vector3_x - dimensions.com_badlogic_gdx_math_Vector3_x * 0.5 - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_x) * divX; + maxx = (center.com_badlogic_gdx_math_Vector3_x + dimensions.com_badlogic_gdx_math_Vector3_x * 0.5 - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_x) * divX; + if (minx > maxx) { + t = minx; + minx = maxx; + maxx = t; + } + miny = (center.com_badlogic_gdx_math_Vector3_y - dimensions.com_badlogic_gdx_math_Vector3_y * 0.5 - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_y) * divY; + maxy = (center.com_badlogic_gdx_math_Vector3_y + dimensions.com_badlogic_gdx_math_Vector3_y * 0.5 - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_y) * divY; + if (miny > maxy) { + t = miny; + miny = maxy; + maxy = t; + } + minz = (center.com_badlogic_gdx_math_Vector3_z - dimensions.com_badlogic_gdx_math_Vector3_z * 0.5 - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_z) * divZ; + maxz = (center.com_badlogic_gdx_math_Vector3_z + dimensions.com_badlogic_gdx_math_Vector3_z * 0.5 - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_z) * divZ; + if (minz > maxz) { + t = minz; + minz = maxz; + maxz = t; + } + min_0 = $wnd.Math.max($wnd.Math.max(minx, miny), minz); + max_0 = $wnd.Math.min($wnd.Math.min(maxx, maxy), maxz); + return max_0 >= 0 && max_0 >= min_0; +} + +function com_badlogic_gdx_math_Intersector_intersectRayOrientedBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, bounds, transform, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var delta, e, f, oBBposition, t1, t2, tMax, tMin, w, xaxis, yaxis, zaxis; + tMin = 0; + tMax = $intern_352; + oBBposition = com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(transform, com_badlogic_gdx_math_Intersector_tmp); + delta = com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(oBBposition, ray.com_badlogic_gdx_math_collision_Ray_origin); + xaxis = com_badlogic_gdx_math_Intersector_tmp1; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp1, transform.com_badlogic_gdx_math_Matrix4_val[0], transform.com_badlogic_gdx_math_Matrix4_val[1], transform.com_badlogic_gdx_math_Matrix4_val[2]); + e = xaxis.com_badlogic_gdx_math_Vector3_x * delta.com_badlogic_gdx_math_Vector3_x + xaxis.com_badlogic_gdx_math_Vector3_y * delta.com_badlogic_gdx_math_Vector3_y + xaxis.com_badlogic_gdx_math_Vector3_z * delta.com_badlogic_gdx_math_Vector3_z; + f = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(ray.com_badlogic_gdx_math_collision_Ray_direction, xaxis); + if ($wnd.Math.abs(f) > $intern_347) { + t1 = (e + bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x) / f; + t2 = (e + bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x) / f; + if (t1 > t2) { + w = t1; + t1 = t2; + t2 = w; + } + t2 < tMax && (tMax = t2); + t1 > tMin && (tMin = t1); + if (tMax < tMin) { + return false; + } + } + else if (-e + bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x > 0 || -e + bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x < 0) { + return false; + } + yaxis = com_badlogic_gdx_math_Intersector_tmp2; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp2, transform.com_badlogic_gdx_math_Matrix4_val[4], transform.com_badlogic_gdx_math_Matrix4_val[5], transform.com_badlogic_gdx_math_Matrix4_val[6]); + e = yaxis.com_badlogic_gdx_math_Vector3_x * delta.com_badlogic_gdx_math_Vector3_x + yaxis.com_badlogic_gdx_math_Vector3_y * delta.com_badlogic_gdx_math_Vector3_y + yaxis.com_badlogic_gdx_math_Vector3_z * delta.com_badlogic_gdx_math_Vector3_z; + f = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(ray.com_badlogic_gdx_math_collision_Ray_direction, yaxis); + if ($wnd.Math.abs(f) > $intern_347) { + t1 = (e + bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y) / f; + t2 = (e + bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y) / f; + if (t1 > t2) { + w = t1; + t1 = t2; + t2 = w; + } + t2 < tMax && (tMax = t2); + t1 > tMin && (tMin = t1); + if (tMin > tMax) { + return false; + } + } + else if (-e + bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y > 0 || -e + bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y < 0) { + return false; + } + zaxis = com_badlogic_gdx_math_Intersector_tmp3; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp3, transform.com_badlogic_gdx_math_Matrix4_val[8], transform.com_badlogic_gdx_math_Matrix4_val[9], transform.com_badlogic_gdx_math_Matrix4_val[10]); + e = zaxis.com_badlogic_gdx_math_Vector3_x * delta.com_badlogic_gdx_math_Vector3_x + zaxis.com_badlogic_gdx_math_Vector3_y * delta.com_badlogic_gdx_math_Vector3_y + zaxis.com_badlogic_gdx_math_Vector3_z * delta.com_badlogic_gdx_math_Vector3_z; + f = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(ray.com_badlogic_gdx_math_collision_Ray_direction, zaxis); + if ($wnd.Math.abs(f) > $intern_347) { + t1 = (e + bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z) / f; + t2 = (e + bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z) / f; + if (t1 > t2) { + w = t1; + t1 = t2; + t2 = w; + } + t2 < tMax && (tMax = t2); + t1 > tMin && (tMin = t1); + if (tMin > tMax) { + return false; + } + } + else if (-e + bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z > 0 || -e + bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z < 0) { + return false; + } + !!intersection && com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, ray.com_badlogic_gdx_math_collision_Ray_direction), tMin), ray.com_badlogic_gdx_math_collision_Ray_origin); + return true; +} + +function com_badlogic_gdx_math_Intersector_intersectRayOrientedBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, obb, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var bounds, transform; + bounds = obb.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds; + transform = obb.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform; + return com_badlogic_gdx_math_Intersector_intersectRayOrientedBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, bounds, transform, intersection); +} + +function com_badlogic_gdx_math_Intersector_intersectRayPlane__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, plane, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var denom, t; + denom = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(ray.com_badlogic_gdx_math_collision_Ray_direction, plane.com_badlogic_gdx_math_Plane_normal); + if (denom != 0) { + t = -(com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(ray.com_badlogic_gdx_math_collision_Ray_origin, plane.com_badlogic_gdx_math_Plane_normal) + plane.com_badlogic_gdx_math_Plane_d) / denom; + if (t < 0) + return false; + !!intersection && com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, ray.com_badlogic_gdx_math_collision_Ray_origin), com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v0, ray.com_badlogic_gdx_math_collision_Ray_direction), t)); + return true; + } + else if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(plane, ray.com_badlogic_gdx_math_collision_Ray_origin) == (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_OnPlane)) { + !!intersection && com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, ray.com_badlogic_gdx_math_collision_Ray_origin); + return true; + } + else + return false; +} + +function com_badlogic_gdx_math_Intersector_intersectRayRay__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(start1, direction1, start2, direction2){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var d1xd2, d2sx, d2sy, difx, dify; + difx = start2.com_badlogic_gdx_math_Vector2_x - start1.com_badlogic_gdx_math_Vector2_x; + dify = start2.com_badlogic_gdx_math_Vector2_y - start1.com_badlogic_gdx_math_Vector2_y; + d1xd2 = direction1.com_badlogic_gdx_math_Vector2_x * direction2.com_badlogic_gdx_math_Vector2_y - direction1.com_badlogic_gdx_math_Vector2_y * direction2.com_badlogic_gdx_math_Vector2_x; + if (d1xd2 == 0) { + return $intern_367; + } + d2sx = direction2.com_badlogic_gdx_math_Vector2_x / d1xd2; + d2sy = direction2.com_badlogic_gdx_math_Vector2_y / d1xd2; + return difx * d2sy - dify * d2sx; +} + +function com_badlogic_gdx_math_Intersector_intersectRaySphere__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2Z(ray, center, radius, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var dst2, len, r2; + len = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2FFFF(ray.com_badlogic_gdx_math_collision_Ray_direction, center.com_badlogic_gdx_math_Vector3_x - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_x, center.com_badlogic_gdx_math_Vector3_y - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_y, center.com_badlogic_gdx_math_Vector3_z - ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_z); + if (len < 0) + return false; + dst2 = com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2FFFF(center, ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_x + ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_x * len, ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_y + ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_y * len, ray.com_badlogic_gdx_math_collision_Ray_origin.com_badlogic_gdx_math_Vector3_z + ray.com_badlogic_gdx_math_collision_Ray_direction.com_badlogic_gdx_math_Vector3_z * len); + r2 = radius * radius; + if (dst2 > r2) + return false; + !!intersection && com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, ray.com_badlogic_gdx_math_collision_Ray_direction), len - $wnd.Math.sqrt(r2 - dst2)), ray.com_badlogic_gdx_math_collision_Ray_origin); + return true; +} + +function com_badlogic_gdx_math_Intersector_intersectRayTriangle__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, t1, t2, t3, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var det, edge1, edge2, pvec, qvec, t, tvec, u, v; + edge1 = com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v0, t2), t1); + edge2 = com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v1, t3), t1); + pvec = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, ray.com_badlogic_gdx_math_collision_Ray_direction), edge2); + det = edge1.com_badlogic_gdx_math_Vector3_x * pvec.com_badlogic_gdx_math_Vector3_x + edge1.com_badlogic_gdx_math_Vector3_y * pvec.com_badlogic_gdx_math_Vector3_y + edge1.com_badlogic_gdx_math_Vector3_z * pvec.com_badlogic_gdx_math_Vector3_z; + com_badlogic_gdx_math_MathUtils_$clinit__V(); + if ($wnd.Math.abs(det) <= $intern_347) { + com_badlogic_gdx_math_Plane_$set__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(com_badlogic_gdx_math_Intersector_p, t1, t2, t3); + if (com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(com_badlogic_gdx_math_Intersector_p, ray.com_badlogic_gdx_math_collision_Ray_origin) == (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_OnPlane) && com_badlogic_gdx_math_Intersector_isPointInTriangle__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(ray.com_badlogic_gdx_math_collision_Ray_origin, t1, t2, t3)) { + !!intersection && com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, ray.com_badlogic_gdx_math_collision_Ray_origin); + return true; + } + return false; + } + det = 1 / det; + tvec = com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_i, ray.com_badlogic_gdx_math_collision_Ray_origin), t1); + u = (tvec.com_badlogic_gdx_math_Vector3_x * pvec.com_badlogic_gdx_math_Vector3_x + tvec.com_badlogic_gdx_math_Vector3_y * pvec.com_badlogic_gdx_math_Vector3_y + tvec.com_badlogic_gdx_math_Vector3_z * pvec.com_badlogic_gdx_math_Vector3_z) * det; + if (u < 0 || u > 1) + return false; + qvec = com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(tvec, tvec.com_badlogic_gdx_math_Vector3_y * edge1.com_badlogic_gdx_math_Vector3_z - tvec.com_badlogic_gdx_math_Vector3_z * edge1.com_badlogic_gdx_math_Vector3_y, tvec.com_badlogic_gdx_math_Vector3_z * edge1.com_badlogic_gdx_math_Vector3_x - tvec.com_badlogic_gdx_math_Vector3_x * edge1.com_badlogic_gdx_math_Vector3_z, tvec.com_badlogic_gdx_math_Vector3_x * edge1.com_badlogic_gdx_math_Vector3_y - tvec.com_badlogic_gdx_math_Vector3_y * edge1.com_badlogic_gdx_math_Vector3_x); + v = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(ray.com_badlogic_gdx_math_collision_Ray_direction, qvec) * det; + if (v < 0 || u + v > 1) + return false; + t = (edge2.com_badlogic_gdx_math_Vector3_x * qvec.com_badlogic_gdx_math_Vector3_x + edge2.com_badlogic_gdx_math_Vector3_y * qvec.com_badlogic_gdx_math_Vector3_y + edge2.com_badlogic_gdx_math_Vector3_z * qvec.com_badlogic_gdx_math_Vector3_z) * det; + if (t < 0) + return false; + !!intersection && (t <= $intern_347?com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, ray.com_badlogic_gdx_math_collision_Ray_origin):com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, ray.com_badlogic_gdx_math_collision_Ray_direction), t), ray.com_badlogic_gdx_math_collision_Ray_origin)); + return true; +} + +function com_badlogic_gdx_math_Intersector_intersectRayTriangles__Lcom_badlogic_gdx_math_collision_Ray_2Ljava_util_List_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, triangles, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var dist, hit, i, min_dist, result; + min_dist = $intern_352; + hit = false; + if (triangles.size__I() % 3 != 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_368)); + for (i = 0; i < triangles.size__I(); i += 3) { + result = com_badlogic_gdx_math_Intersector_intersectRayTriangle__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, triangles.get__ILjava_lang_Object_2(i), triangles.get__ILjava_lang_Object_2(i + 1), triangles.get__ILjava_lang_Object_2(i + 2), com_badlogic_gdx_math_Intersector_tmp); + if (result) { + dist = com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(ray.com_badlogic_gdx_math_collision_Ray_origin, com_badlogic_gdx_math_Intersector_tmp); + if (dist < min_dist) { + min_dist = dist; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_best, com_badlogic_gdx_math_Intersector_tmp); + hit = true; + } + } + } + if (hit) { + !!intersection && com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, com_badlogic_gdx_math_Intersector_best); + return true; + } + else { + return false; + } +} + +function com_badlogic_gdx_math_Intersector_intersectRayTriangles__Lcom_badlogic_gdx_math_collision_Ray_2_3FLcom_badlogic_gdx_math_Vector3_2Z(ray, triangles, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var dist, hit, i, min_dist, result; + min_dist = $intern_352; + hit = false; + if (triangles.length % 9 != 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V('triangles array size is not a multiple of 9')); + for (i = 0; i < triangles.length; i += 9) { + result = com_badlogic_gdx_math_Intersector_intersectRayTriangle__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp1, triangles[i], triangles[i + 1], triangles[i + 2]), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp2, triangles[i + 3], triangles[i + 4], triangles[i + 5]), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp3, triangles[i + 6], triangles[i + 7], triangles[i + 8]), com_badlogic_gdx_math_Intersector_tmp); + if (result) { + dist = com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(ray.com_badlogic_gdx_math_collision_Ray_origin, com_badlogic_gdx_math_Intersector_tmp); + if (dist < min_dist) { + min_dist = dist; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_best, com_badlogic_gdx_math_Intersector_tmp); + hit = true; + } + } + } + if (hit) { + !!intersection && com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, com_badlogic_gdx_math_Intersector_best); + return true; + } + else { + return false; + } +} + +function com_badlogic_gdx_math_Intersector_intersectRayTriangles__Lcom_badlogic_gdx_math_collision_Ray_2_3F_3SILcom_badlogic_gdx_math_Vector3_2Z(ray, vertices, indices, vertexSize, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var dist, hit, i, i1, i2, i3, min_dist, result; + min_dist = $intern_352; + hit = false; + if (indices.length % 3 != 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_368)); + for (i = 0; i < indices.length; i += 3) { + i1 = indices[i] * vertexSize; + i2 = indices[i + 1] * vertexSize; + i3 = indices[i + 2] * vertexSize; + result = com_badlogic_gdx_math_Intersector_intersectRayTriangle__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp1, vertices[i1], vertices[i1 + 1], vertices[i1 + 2]), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp2, vertices[i2], vertices[i2 + 1], vertices[i2 + 2]), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp3, vertices[i3], vertices[i3 + 1], vertices[i3 + 2]), com_badlogic_gdx_math_Intersector_tmp); + if (result) { + dist = com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(ray.com_badlogic_gdx_math_collision_Ray_origin, com_badlogic_gdx_math_Intersector_tmp); + if (dist < min_dist) { + min_dist = dist; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_best, com_badlogic_gdx_math_Intersector_tmp); + hit = true; + } + } + } + if (hit) { + !!intersection && com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(intersection, com_badlogic_gdx_math_Intersector_best); + return true; + } + else { + return false; + } +} + +function com_badlogic_gdx_math_Intersector_intersectRectangles__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2Z(rectangle1, rectangle2, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + if (rectangle1.com_badlogic_gdx_math_Rectangle_x < rectangle2.com_badlogic_gdx_math_Rectangle_x + rectangle2.com_badlogic_gdx_math_Rectangle_width && rectangle1.com_badlogic_gdx_math_Rectangle_x + rectangle1.com_badlogic_gdx_math_Rectangle_width > rectangle2.com_badlogic_gdx_math_Rectangle_x && rectangle1.com_badlogic_gdx_math_Rectangle_y < rectangle2.com_badlogic_gdx_math_Rectangle_y + rectangle2.com_badlogic_gdx_math_Rectangle_height && rectangle1.com_badlogic_gdx_math_Rectangle_y + rectangle1.com_badlogic_gdx_math_Rectangle_height > rectangle2.com_badlogic_gdx_math_Rectangle_y) { + intersection.com_badlogic_gdx_math_Rectangle_x = $wnd.Math.max(rectangle1.com_badlogic_gdx_math_Rectangle_x, rectangle2.com_badlogic_gdx_math_Rectangle_x); + intersection.com_badlogic_gdx_math_Rectangle_width = $wnd.Math.min(rectangle1.com_badlogic_gdx_math_Rectangle_x + rectangle1.com_badlogic_gdx_math_Rectangle_width, rectangle2.com_badlogic_gdx_math_Rectangle_x + rectangle2.com_badlogic_gdx_math_Rectangle_width) - intersection.com_badlogic_gdx_math_Rectangle_x; + intersection.com_badlogic_gdx_math_Rectangle_y = $wnd.Math.max(rectangle1.com_badlogic_gdx_math_Rectangle_y, rectangle2.com_badlogic_gdx_math_Rectangle_y); + intersection.com_badlogic_gdx_math_Rectangle_height = $wnd.Math.min(rectangle1.com_badlogic_gdx_math_Rectangle_y + rectangle1.com_badlogic_gdx_math_Rectangle_height, rectangle2.com_badlogic_gdx_math_Rectangle_y + rectangle2.com_badlogic_gdx_math_Rectangle_height) - intersection.com_badlogic_gdx_math_Rectangle_y; + return true; + } + return false; +} + +function com_badlogic_gdx_math_Intersector_intersectSegmentCircle__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(start_0, end, circle, mtv){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var len, u; + com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2a, end), start_0); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2b, circle.com_badlogic_gdx_math_Circle_x - start_0.com_badlogic_gdx_math_Vector2_x, circle.com_badlogic_gdx_math_Circle_y - start_0.com_badlogic_gdx_math_Vector2_y); + len = com_badlogic_gdx_math_Vector2_$len__Lcom_badlogic_gdx_math_Vector2_2F(com_badlogic_gdx_math_Intersector_v2a); + u = com_badlogic_gdx_math_Vector2_$dot__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(com_badlogic_gdx_math_Intersector_v2b, com_badlogic_gdx_math_Vector2_$nor__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2a)); + if (u <= 0) { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2c, start_0); + } + else if (u >= len) { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2c, end); + } + else { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2d, com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2a, u)); + com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2c, com_badlogic_gdx_math_Intersector_v2d), start_0); + } + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2a, com_badlogic_gdx_math_Intersector_v2c.com_badlogic_gdx_math_Vector2_x - circle.com_badlogic_gdx_math_Circle_x, com_badlogic_gdx_math_Intersector_v2c.com_badlogic_gdx_math_Vector2_y - circle.com_badlogic_gdx_math_Circle_y); + if (mtv) { + if (com_badlogic_gdx_math_Vector2_$equals__Lcom_badlogic_gdx_math_Vector2_2Ljava_lang_Object_2Z(com_badlogic_gdx_math_Intersector_v2a, (com_badlogic_gdx_math_Vector2_$clinit__V() , com_badlogic_gdx_math_Vector2_Zero))) { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Intersector_v2d, end.com_badlogic_gdx_math_Vector2_y - start_0.com_badlogic_gdx_math_Vector2_y, start_0.com_badlogic_gdx_math_Vector2_x - end.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_math_Vector2_$nor__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_normal, com_badlogic_gdx_math_Intersector_v2d)); + mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_depth = circle.com_badlogic_gdx_math_Circle_radius; + } + else { + com_badlogic_gdx_math_Vector2_$nor__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_normal, com_badlogic_gdx_math_Intersector_v2a)); + mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_depth = circle.com_badlogic_gdx_math_Circle_radius - com_badlogic_gdx_math_Vector2_$len__Lcom_badlogic_gdx_math_Vector2_2F(com_badlogic_gdx_math_Intersector_v2a); + } + } + return com_badlogic_gdx_math_Vector2_$len2__Lcom_badlogic_gdx_math_Vector2_2F(com_badlogic_gdx_math_Intersector_v2a) <= circle.com_badlogic_gdx_math_Circle_radius * circle.com_badlogic_gdx_math_Circle_radius; +} + +function com_badlogic_gdx_math_Intersector_intersectSegmentCircle__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(start_0, end, center, squareRadius){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var l, u, x_0, y_0; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp, end.com_badlogic_gdx_math_Vector2_x - start_0.com_badlogic_gdx_math_Vector2_x, end.com_badlogic_gdx_math_Vector2_y - start_0.com_badlogic_gdx_math_Vector2_y, 0); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp1, center.com_badlogic_gdx_math_Vector2_x - start_0.com_badlogic_gdx_math_Vector2_x, center.com_badlogic_gdx_math_Vector2_y - start_0.com_badlogic_gdx_math_Vector2_y, 0); + l = com_badlogic_gdx_math_Vector3_$len__Lcom_badlogic_gdx_math_Vector3_2F(com_badlogic_gdx_math_Intersector_tmp); + u = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(com_badlogic_gdx_math_Intersector_tmp1, com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp)); + if (u <= 0) { + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp2, start_0.com_badlogic_gdx_math_Vector2_x, start_0.com_badlogic_gdx_math_Vector2_y, 0); + } + else if (u >= l) { + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp2, end.com_badlogic_gdx_math_Vector2_x, end.com_badlogic_gdx_math_Vector2_y, 0); + } + else { + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp3, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp, u)); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_tmp2, com_badlogic_gdx_math_Intersector_tmp3.com_badlogic_gdx_math_Vector3_x + start_0.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_math_Intersector_tmp3.com_badlogic_gdx_math_Vector3_y + start_0.com_badlogic_gdx_math_Vector2_y, 0); + } + x_0 = center.com_badlogic_gdx_math_Vector2_x - com_badlogic_gdx_math_Intersector_tmp2.com_badlogic_gdx_math_Vector3_x; + y_0 = center.com_badlogic_gdx_math_Vector2_y - com_badlogic_gdx_math_Intersector_tmp2.com_badlogic_gdx_math_Vector3_y; + return x_0 * x_0 + y_0 * y_0 <= squareRadius; +} + +function com_badlogic_gdx_math_Intersector_intersectSegmentPlane__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Z(start_0, end, plane, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var denom, dir_0, t; + dir_0 = com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v0, end), start_0); + denom = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(dir_0, plane.com_badlogic_gdx_math_Plane_normal); + if (denom == 0) + return false; + t = -(com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(start_0, plane.com_badlogic_gdx_math_Plane_normal) + plane.com_badlogic_gdx_math_Plane_d) / denom; + if (t < 0 || t > 1) + return false; + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(intersection, start_0.com_badlogic_gdx_math_Vector3_x, start_0.com_badlogic_gdx_math_Vector3_y, start_0.com_badlogic_gdx_math_Vector3_z), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(dir_0, dir_0.com_badlogic_gdx_math_Vector3_x * t, dir_0.com_badlogic_gdx_math_Vector3_y * t, dir_0.com_badlogic_gdx_math_Vector3_z * t)); + return true; +} + +function com_badlogic_gdx_math_Intersector_intersectSegmentPolygon__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Polygon_2Z(p1, p2, polygon){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var d, i, n, ua, ub, vertices, x1, x2, x3, x4, xd, y1, y2, y3, y4, yd; + vertices = com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(polygon); + x1 = p1.com_badlogic_gdx_math_Vector2_x; + y1 = p1.com_badlogic_gdx_math_Vector2_y; + x2 = p2.com_badlogic_gdx_math_Vector2_x; + y2 = p2.com_badlogic_gdx_math_Vector2_y; + n = vertices.length; + x3 = vertices[n - 2]; + y3 = vertices[n - 1]; + for (i = 0; i < n; i += 2) { + x4 = vertices[i]; + y4 = vertices[i + 1]; + d = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1); + if (d != 0) { + yd = y1 - y3; + xd = x1 - x3; + ua = ((x4 - x3) * yd - (y4 - y3) * xd) / d; + if (ua >= 0 && ua <= 1) { + ub = ((x2 - x1) * yd - (y2 - y1) * xd) / d; + if (ub >= 0 && ub <= 1) { + return true; + } + } + } + x3 = x4; + y3 = y4; + } + return false; +} + +function com_badlogic_gdx_math_Intersector_intersectSegmentRectangle__FFFFLcom_badlogic_gdx_math_Rectangle_2Z(startX, startY, endX, endY, rectangle){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var rectangleEndX, rectangleEndY; + rectangleEndX = rectangle.com_badlogic_gdx_math_Rectangle_x + rectangle.com_badlogic_gdx_math_Rectangle_width; + rectangleEndY = rectangle.com_badlogic_gdx_math_Rectangle_y + rectangle.com_badlogic_gdx_math_Rectangle_height; + if (com_badlogic_gdx_math_Intersector_intersectSegments__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(startX, startY, endX, endY, rectangle.com_badlogic_gdx_math_Rectangle_x, rectangle.com_badlogic_gdx_math_Rectangle_y, rectangle.com_badlogic_gdx_math_Rectangle_x, rectangleEndY, null)) + return true; + if (com_badlogic_gdx_math_Intersector_intersectSegments__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(startX, startY, endX, endY, rectangle.com_badlogic_gdx_math_Rectangle_x, rectangle.com_badlogic_gdx_math_Rectangle_y, rectangleEndX, rectangle.com_badlogic_gdx_math_Rectangle_y, null)) + return true; + if (com_badlogic_gdx_math_Intersector_intersectSegments__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(startX, startY, endX, endY, rectangleEndX, rectangle.com_badlogic_gdx_math_Rectangle_y, rectangleEndX, rectangleEndY, null)) + return true; + if (com_badlogic_gdx_math_Intersector_intersectSegments__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(startX, startY, endX, endY, rectangle.com_badlogic_gdx_math_Rectangle_x, rectangleEndY, rectangleEndX, rectangleEndY, null)) + return true; + return rectangle.com_badlogic_gdx_math_Rectangle_x <= startX && rectangle.com_badlogic_gdx_math_Rectangle_x + rectangle.com_badlogic_gdx_math_Rectangle_width >= startX && rectangle.com_badlogic_gdx_math_Rectangle_y <= startY && rectangle.com_badlogic_gdx_math_Rectangle_y + rectangle.com_badlogic_gdx_math_Rectangle_height >= startY; +} + +function com_badlogic_gdx_math_Intersector_intersectSegments__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(x1, y1, x2, y2, x3, y3, x4, y4, intersection){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var d, ua, ub, xd, yd; + d = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1); + if (d == 0) + return false; + yd = y1 - y3; + xd = x1 - x3; + ua = ((x4 - x3) * yd - (y4 - y3) * xd) / d; + if (ua < 0 || ua > 1) + return false; + ub = ((x2 - x1) * yd - (y2 - y1) * xd) / d; + if (ub < 0 || ub > 1) + return false; + !!intersection && (intersection.com_badlogic_gdx_math_Vector2_x = x1 + (x2 - x1) * ua , intersection.com_badlogic_gdx_math_Vector2_y = y1 + (y2 - y1) * ua , intersection); + return true; +} + +function com_badlogic_gdx_math_Intersector_isPointInPolygon__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_math_Vector2_2Z(polygon, point){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var i, last, oddNodes, vertex, x_0, y_0; + last = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(polygon); + x_0 = point.com_badlogic_gdx_math_Vector2_x; + y_0 = point.com_badlogic_gdx_math_Vector2_y; + oddNodes = false; + for (i = 0; i < polygon.com_badlogic_gdx_utils_Array_size; i++) { + vertex = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(polygon, i); + (vertex.com_badlogic_gdx_math_Vector2_y < y_0 && last.com_badlogic_gdx_math_Vector2_y >= y_0 || last.com_badlogic_gdx_math_Vector2_y < y_0 && vertex.com_badlogic_gdx_math_Vector2_y >= y_0) && vertex.com_badlogic_gdx_math_Vector2_x + (y_0 - vertex.com_badlogic_gdx_math_Vector2_y) / (last.com_badlogic_gdx_math_Vector2_y - vertex.com_badlogic_gdx_math_Vector2_y) * (last.com_badlogic_gdx_math_Vector2_x - vertex.com_badlogic_gdx_math_Vector2_x) < x_0 && (oddNodes = !oddNodes); + last = vertex; + } + return oddNodes; +} + +function com_badlogic_gdx_math_Intersector_isPointInPolygon___3FIIFFZ(polygon, offset, count, x_0, y_0){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var n, oddNodes, sx, sy, x2, y1, y2, yi; + oddNodes = false; + sx = polygon[offset]; + sy = polygon[offset + 1]; + y1 = sy; + yi = offset + 3; + for (n = offset + count; yi < n; yi += 2) { + y2 = polygon[yi]; + if (y2 < y_0 && y1 >= y_0 || y1 < y_0 && y2 >= y_0) { + x2 = polygon[yi - 1]; + x2 + (y_0 - y2) / (y1 - y2) * (polygon[yi - 3] - x2) < x_0 && (oddNodes = !oddNodes); + } + y1 = y2; + } + (sy < y_0 && y1 >= y_0 || y1 < y_0 && sy >= y_0) && sx + (y_0 - sy) / (y1 - sy) * (polygon[yi - 3] - sx) < x_0 && (oddNodes = !oddNodes); + return oddNodes; +} + +function com_badlogic_gdx_math_Intersector_isPointInTriangle__FFFFFFFFZ(px, py, ax, ay, bx, by, cx, cy){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var px1, py1, side12; + px1 = px - ax; + py1 = py - ay; + side12 = (bx - ax) * py1 - (by - ay) * px1 > 0; + if ((cx - ax) * py1 - (cy - ay) * px1 > 0 == side12) + return false; + if ((cx - bx) * (py - by) - (cy - by) * (px - bx) > 0 != side12) + return false; + return true; +} + +function com_badlogic_gdx_math_Intersector_isPointInTriangle__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(point, t1, t2, t3){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v0, t1), point); + com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v1, t2), point); + com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, t3), point); + com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v1, com_badlogic_gdx_math_Intersector_v2); + com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, com_badlogic_gdx_math_Intersector_v0); + if (com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(com_badlogic_gdx_math_Intersector_v1, com_badlogic_gdx_math_Intersector_v2) < 0) + return false; + com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v0, com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Intersector_v2, t2), point)); + return com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(com_badlogic_gdx_math_Intersector_v1, com_badlogic_gdx_math_Intersector_v0) >= 0; +} + +function com_badlogic_gdx_math_Intersector_nearestSegmentPoint__FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(startX, startY, endX, endY, pointX, pointY, nearest){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var length2, t, xDiff, yDiff; + xDiff = endX - startX; + yDiff = endY - startY; + length2 = xDiff * xDiff + yDiff * yDiff; + if (length2 == 0) + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(nearest, startX, startY); + t = ((pointX - startX) * (endX - startX) + (pointY - startY) * (endY - startY)) / length2; + if (t <= 0) + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(nearest, startX, startY); + if (t >= 1) + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(nearest, endX, endY); + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(nearest, startX + t * (endX - startX), startY + t * (endY - startY)); +} + +function com_badlogic_gdx_math_Intersector_nearestSegmentPoint__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(start_0, end, point, nearest){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var length2, t; + length2 = com_badlogic_gdx_math_Vector2_$dst2__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(start_0, end); + if (length2 == 0) + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(nearest, start_0); + t = ((point.com_badlogic_gdx_math_Vector2_x - start_0.com_badlogic_gdx_math_Vector2_x) * (end.com_badlogic_gdx_math_Vector2_x - start_0.com_badlogic_gdx_math_Vector2_x) + (point.com_badlogic_gdx_math_Vector2_y - start_0.com_badlogic_gdx_math_Vector2_y) * (end.com_badlogic_gdx_math_Vector2_y - start_0.com_badlogic_gdx_math_Vector2_y)) / length2; + if (t <= 0) + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(nearest, start_0); + if (t >= 1) + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(nearest, end); + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(nearest, start_0.com_badlogic_gdx_math_Vector2_x + t * (end.com_badlogic_gdx_math_Vector2_x - start_0.com_badlogic_gdx_math_Vector2_x), start_0.com_badlogic_gdx_math_Vector2_y + t * (end.com_badlogic_gdx_math_Vector2_y - start_0.com_badlogic_gdx_math_Vector2_y)); +} + +function com_badlogic_gdx_math_Intersector_overlapConvexPolygons___3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(verts1, offset1, count1, verts2, offset2, count2, mtv){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var overlaps; + if (mtv) { + mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_depth = $intern_352; + com_badlogic_gdx_math_Vector2_$setZero__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_normal); + } + overlaps = com_badlogic_gdx_math_Intersector_overlapsOnAxisOfShape___3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2ZZ(verts2, offset2, count2, verts1, offset1, count1, mtv, true); + overlaps && (overlaps = com_badlogic_gdx_math_Intersector_overlapsOnAxisOfShape___3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2ZZ(verts1, offset1, count1, verts2, offset2, count2, mtv, false)); + if (!overlaps) { + if (mtv) { + mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_depth = 0; + com_badlogic_gdx_math_Vector2_$setZero__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_normal); + } + return false; + } + return true; +} + +function com_badlogic_gdx_math_Intersector_overlapConvexPolygons___3F_3FLcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(verts1, verts2, mtv){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + return com_badlogic_gdx_math_Intersector_overlapConvexPolygons___3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(verts1, 0, verts1.length, verts2, 0, verts2.length, mtv); +} + +function com_badlogic_gdx_math_Intersector_overlapsOnAxisOfShape___3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2ZZ(verts1, offset1, count1, verts2, offset2, count2, mtv, shapesShifted){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var aContainsB, axisX, axisY, bContainsA, condition, endA, endB, i, len, maxA, maxB, maxs, minA, minB, mins, o, p, v, v0, x1, x2, y1, y2; + endA = offset1 + count1; + endB = offset2 + count2; + for (i = offset1; i < endA; i += 2) { + x1 = verts1[i]; + y1 = verts1[i + 1]; + x2 = verts1[(i + 2) % count1]; + y2 = verts1[(i + 3) % count1]; + axisX = y1 - y2; + axisY = -(x1 - x2); + len = (com_badlogic_gdx_math_Vector2_$clinit__V() , $wnd.Math.sqrt(axisX * axisX + axisY * axisY)); + axisX /= len; + axisY /= len; + minA = $intern_352; + maxA = $intern_353; + for (v0 = offset1; v0 < endA; v0 += 2) { + p = verts1[v0] * axisX + verts1[v0 + 1] * axisY; + minA = $wnd.Math.min(minA, p); + maxA = $wnd.Math.max(maxA, p); + } + minB = $intern_352; + maxB = $intern_353; + for (v = offset2; v < endB; v += 2) { + p = verts2[v] * axisX + verts2[v + 1] * axisY; + minB = $wnd.Math.min(minB, p); + maxB = $wnd.Math.max(maxB, p); + } + if (maxA < minB || maxB < minA) { + return false; + } + else { + if (mtv) { + o = $wnd.Math.min(maxA, maxB) - $wnd.Math.max(minA, minB); + aContainsB = minA < minB && maxA > maxB; + bContainsA = minB < minA && maxB > maxA; + mins = 0; + maxs = 0; + if (aContainsB || bContainsA) { + mins = $wnd.Math.abs(minA - minB); + maxs = $wnd.Math.abs(maxA - maxB); + o += $wnd.Math.min(mins, maxs); + } + if (mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_depth > o) { + mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_depth = o; + if (shapesShifted) { + condition = minA < minB; + axisX = condition?axisX:-axisX; + axisY = condition?axisY:-axisY; + } + else { + condition = minA > minB; + axisX = condition?axisX:-axisX; + axisY = condition?axisY:-axisY; + } + if (aContainsB || bContainsA) { + condition = mins > maxs; + axisX = condition?axisX:-axisX; + axisY = condition?axisY:-axisY; + } + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(mtv.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_normal, axisX, axisY); + } + } + } + } + return true; +} + +function com_badlogic_gdx_math_Intersector_splitEdge___3FIIILcom_badlogic_gdx_math_Plane_2_3FIV(vertices, s, e, stride, plane, split_0, offset){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var a, b, i, t; + t = com_badlogic_gdx_math_Intersector_intersectLinePlane__FFFFFFLcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2F(vertices[s], vertices[s + 1], vertices[s + 2], vertices[e], vertices[e + 1], vertices[e + 2], plane, com_badlogic_gdx_math_Intersector_intersection); + split_0[offset] = com_badlogic_gdx_math_Intersector_intersection.com_badlogic_gdx_math_Vector3_x; + split_0[offset + 1] = com_badlogic_gdx_math_Intersector_intersection.com_badlogic_gdx_math_Vector3_y; + split_0[offset + 2] = com_badlogic_gdx_math_Intersector_intersection.com_badlogic_gdx_math_Vector3_z; + for (i = 3; i < stride; i++) { + a = vertices[s + i]; + b = vertices[e + i]; + split_0[offset + i] = a + t * (b - a); + } +} + +function com_badlogic_gdx_math_Intersector_splitTriangle___3FLcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2V(triangle, plane, split_0){ + com_badlogic_gdx_math_Intersector_$clinit__V(); + var first, r1, r2, r3, second, stride; + stride = triangle.length / 3 | 0; + r1 = com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(plane, triangle[0], triangle[1], triangle[2]) == (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back); + r2 = com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(plane, triangle[stride], triangle[1 + stride], triangle[2 + stride]) == com_badlogic_gdx_math_Plane$PlaneSide_Back; + r3 = com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(plane, triangle[stride * 2], triangle[1 + stride * 2], triangle[2 + stride * 2]) == com_badlogic_gdx_math_Plane$PlaneSide_Back; + com_badlogic_gdx_math_Intersector$SplitTriangle_$reset__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2V(split_0); + if (r1 == r2 && r2 == r3) { + split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_total = 1; + if (r1) { + split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_numBack = 1; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(triangle, 0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_back, 0, triangle.length); + } + else { + split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_numFront = 1; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(triangle, 0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_front, 0, triangle.length); + } + return; + } + split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_total = 3; + split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_numFront = (r1?0:1) + (r2?0:1) + (r3?0:1); + split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_numBack = split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_total - split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_numFront; + split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent = !r1; + first = 0; + second = stride; + if (r1 != r2) { + com_badlogic_gdx_math_Intersector_splitEdge___3FIIILcom_badlogic_gdx_math_Plane_2_3FIV(triangle, first, second, stride, plane, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit, 0); + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, triangle, first, stride); + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit, 0, stride); + com_badlogic_gdx_math_Intersector$SplitTriangle_$setSide__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2ZV(split_0, !split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent); + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit, 0, stride); + } + else { + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, triangle, first, stride); + } + first = stride; + second = stride + stride; + if (r2 != r3) { + com_badlogic_gdx_math_Intersector_splitEdge___3FIIILcom_badlogic_gdx_math_Plane_2_3FIV(triangle, first, second, stride, plane, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit, 0); + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, triangle, first, stride); + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit, 0, stride); + com_badlogic_gdx_math_Intersector$SplitTriangle_$setSide__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2ZV(split_0, !split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent); + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit, 0, stride); + } + else { + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, triangle, first, stride); + } + first = stride + stride; + second = 0; + if (r3 != r1) { + com_badlogic_gdx_math_Intersector_splitEdge___3FIIILcom_badlogic_gdx_math_Plane_2_3FIV(triangle, first, second, stride, plane, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit, 0); + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, triangle, first, stride); + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit, 0, stride); + com_badlogic_gdx_math_Intersector$SplitTriangle_$setSide__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2ZV(split_0, !split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent); + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit, 0, stride); + } + else { + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(split_0, triangle, first, stride); + } + if (split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_numFront == 2) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_front, stride * 2, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_front, stride * 3, stride * 2); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_front, 0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_front, stride * 5, stride); + } + else { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_back, stride * 2, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_back, stride * 3, stride * 2); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_back, 0, split_0.com_badlogic_gdx_math_Intersector$SplitTriangle_back, stride * 5, stride); + } +} + +var com_badlogic_gdx_math_Intersector_best, com_badlogic_gdx_math_Intersector_dir, com_badlogic_gdx_math_Intersector_e, com_badlogic_gdx_math_Intersector_ep1, com_badlogic_gdx_math_Intersector_ep2, com_badlogic_gdx_math_Intersector_floatArray, com_badlogic_gdx_math_Intersector_floatArray2, com_badlogic_gdx_math_Intersector_i, com_badlogic_gdx_math_Intersector_intersection, com_badlogic_gdx_math_Intersector_ip, com_badlogic_gdx_math_Intersector_p, com_badlogic_gdx_math_Intersector_s, com_badlogic_gdx_math_Intersector_start, com_badlogic_gdx_math_Intersector_tmp, com_badlogic_gdx_math_Intersector_tmp1, com_badlogic_gdx_math_Intersector_tmp2, com_badlogic_gdx_math_Intersector_tmp3, com_badlogic_gdx_math_Intersector_v0, com_badlogic_gdx_math_Intersector_v1, com_badlogic_gdx_math_Intersector_v2, com_badlogic_gdx_math_Intersector_v2a, com_badlogic_gdx_math_Intersector_v2b, com_badlogic_gdx_math_Intersector_v2c, com_badlogic_gdx_math_Intersector_v2d; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Intersector', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Intersector$MinimumTranslationVector_Intersector$MinimumTranslationVector__V(){ + this.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_normal = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(595, 1, {595:1}, com_badlogic_gdx_math_Intersector$MinimumTranslationVector_Intersector$MinimumTranslationVector__V); +_.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_depth = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Intersector/MinimumTranslationVector', 595, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(this$static, vertex, offset, stride){ + if (this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(vertex, offset, this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_front, this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_frontOffset, stride); + this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_frontOffset += stride; + } + else { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(vertex, offset, this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_back, this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_backOffset, stride); + this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_backOffset += stride; + } +} + +function com_badlogic_gdx_math_Intersector$SplitTriangle_$reset__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2V(this$static){ + this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent = false; + this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_frontOffset = 0; + this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_backOffset = 0; + this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_numFront = 0; + this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_numBack = 0; + this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_total = 0; +} + +function com_badlogic_gdx_math_Intersector$SplitTriangle_$setSide__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2ZV(this$static, front){ + this$static.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent = front; +} + +function com_badlogic_gdx_math_Intersector$SplitTriangle_Intersector$SplitTriangle__IV(numAttributes){ + this.com_badlogic_gdx_math_Intersector$SplitTriangle_front = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, numAttributes * 3 * 2, 15, 1); + this.com_badlogic_gdx_math_Intersector$SplitTriangle_back = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, numAttributes * 3 * 2, 15, 1); + this.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, numAttributes, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(596, 1, {596:1}, com_badlogic_gdx_math_Intersector$SplitTriangle_Intersector$SplitTriangle__IV); +_.package_private$com_badlogic_gdx_math$add___3FIIV = function com_badlogic_gdx_math_Intersector$SplitTriangle_add___3FIIV(vertex, offset, stride){ + com_badlogic_gdx_math_Intersector$SplitTriangle_$add__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIIV(this, vertex, offset, stride); +} +; +_.package_private$com_badlogic_gdx_math$getSide__Z = function com_badlogic_gdx_math_Intersector$SplitTriangle_getSide__Z(){ + return this.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent; +} +; +_.package_private$com_badlogic_gdx_math$reset__V = function com_badlogic_gdx_math_Intersector$SplitTriangle_reset__V(){ + com_badlogic_gdx_math_Intersector$SplitTriangle_$reset__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2V(this); +} +; +_.package_private$com_badlogic_gdx_math$setSide__ZV = function com_badlogic_gdx_math_Intersector$SplitTriangle_setSide__ZV(front){ + com_badlogic_gdx_math_Intersector$SplitTriangle_$setSide__Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2ZV(this, front); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Intersector$SplitTriangle_toString__Ljava_lang_String_2(){ + return 'SplitTriangle [front=' + java_util_Arrays_toString___3FLjava_lang_String_2(this.com_badlogic_gdx_math_Intersector$SplitTriangle_front) + ', back=' + java_util_Arrays_toString___3FLjava_lang_String_2(this.com_badlogic_gdx_math_Intersector$SplitTriangle_back) + ', numFront=' + this.com_badlogic_gdx_math_Intersector$SplitTriangle_numFront + ', numBack=' + this.com_badlogic_gdx_math_Intersector$SplitTriangle_numBack + ', total=' + this.com_badlogic_gdx_math_Intersector$SplitTriangle_total + ']'; +} +; +_.com_badlogic_gdx_math_Intersector$SplitTriangle_backOffset = 0; +_.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent = false; +_.com_badlogic_gdx_math_Intersector$SplitTriangle_frontOffset = 0; +_.com_badlogic_gdx_math_Intersector$SplitTriangle_numBack = 0; +_.com_badlogic_gdx_math_Intersector$SplitTriangle_numFront = 0; +_.com_badlogic_gdx_math_Intersector$SplitTriangle_total = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Intersector/SplitTriangle', 596, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_MathUtils_$clinit__V(){ + com_badlogic_gdx_math_MathUtils_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_MathUtils_random = new com_badlogic_gdx_math_RandomXS128_RandomXS128__V; +} + +function com_badlogic_gdx_math_MathUtils_acos__FF(a){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var a2, a3; + a2 = a * a; + a3 = a * a2; + if (a >= 0) { + return $wnd.Math.sqrt(1 - a) * ($intern_369 - $intern_370 * a + $intern_371 * a2 - $intern_372 * a3); + } + return $intern_283 - $wnd.Math.sqrt(1 + a) * ($intern_369 + $intern_370 * a + $intern_371 * a2 + $intern_372 * a3); +} + +function com_badlogic_gdx_math_MathUtils_acosDeg__FF(a){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var a2, a3; + a2 = a * a; + a3 = a * a2; + if (a >= 0) { + return $wnd.Math.sqrt(1 - a) * ($intern_373 - $intern_374 * a + $intern_375 * a2 - $intern_376 * a3); + } + return 180 - $wnd.Math.sqrt(1 + a) * ($intern_373 + $intern_374 * a + $intern_375 * a2 + $intern_376 * a3); +} + +function com_badlogic_gdx_math_MathUtils_asin__FF(a){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var a2, a3; + a2 = a * a; + a3 = a * a2; + if (a >= 0) { + return $intern_285 - $wnd.Math.sqrt(1 - a) * ($intern_369 - $intern_370 * a + $intern_371 * a2 - $intern_372 * a3); + } + return -1.5707963705062866 + $wnd.Math.sqrt(1 + a) * ($intern_369 + $intern_370 * a + $intern_371 * a2 + $intern_372 * a3); +} + +function com_badlogic_gdx_math_MathUtils_asinDeg__FF(a){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var a2, a3; + a2 = a * a; + a3 = a * a2; + if (a >= 0) { + return 90 - $wnd.Math.sqrt(1 - a) * ($intern_373 - $intern_377 * a + $intern_375 * a2 - $intern_378 * a3); + } + return $wnd.Math.sqrt(1 + a) * ($intern_373 + $intern_377 * a + $intern_375 * a2 + $intern_378 * a3) - 90; +} + +function com_badlogic_gdx_math_MathUtils_atan2__FFF(y_0, x_0){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var n; + n = y_0 / x_0; + n != n?(n = y_0 == x_0?1:-1):n - n != n - n && (x_0 = 0); + if (x_0 > 0) + return com_badlogic_gdx_math_MathUtils_atanUnchecked__DF(n); + else if (x_0 < 0) { + if (y_0 >= 0) + return com_badlogic_gdx_math_MathUtils_atanUnchecked__DF(n) + $intern_283; + return com_badlogic_gdx_math_MathUtils_atanUnchecked__DF(n) - $intern_283; + } + else if (y_0 > 0) + return x_0 + $intern_285; + else if (y_0 < 0) + return x_0 - $intern_285; + return x_0 + y_0; +} + +function com_badlogic_gdx_math_MathUtils_atan2Deg__FFF(y_0, x_0){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var n; + n = y_0 / x_0; + n != n?(n = y_0 == x_0?1:-1):n - n != n - n && (x_0 = 0); + if (x_0 > 0) + return com_badlogic_gdx_math_MathUtils_atanUncheckedDeg__DD(n); + else if (x_0 < 0) { + if (y_0 >= 0) + return com_badlogic_gdx_math_MathUtils_atanUncheckedDeg__DD(n) + 180; + return com_badlogic_gdx_math_MathUtils_atanUncheckedDeg__DD(n) - 180; + } + else if (y_0 > 0) + return x_0 + 90; + else if (y_0 < 0) + return x_0 - 90; + return x_0 + y_0; +} + +function com_badlogic_gdx_math_MathUtils_atan2Deg360__FFF(y_0, x_0){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var n; + n = y_0 / x_0; + n != n?(n = y_0 == x_0?1:-1):n - n != n - n && (x_0 = 0); + if (x_0 > 0) { + return y_0 >= 0?com_badlogic_gdx_math_MathUtils_atanUncheckedDeg__DD(n):com_badlogic_gdx_math_MathUtils_atanUncheckedDeg__DD(n) + 360; + } + else if (x_0 < 0) { + return com_badlogic_gdx_math_MathUtils_atanUncheckedDeg__DD(n) + 180; + } + else if (y_0 > 0) + return x_0 + 90; + else if (y_0 < 0) + return x_0 + 270; + return x_0 + y_0; +} + +function com_badlogic_gdx_math_MathUtils_atanUnchecked__DF(i){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var c, c11, c2, c3, c5, c7, c9, n; + n = $wnd.Math.abs(i); + c = (n - 1) / (n + 1); + c2 = c * c; + c3 = c * c2; + c5 = c3 * c2; + c7 = c5 * c2; + c9 = c7 * c2; + c11 = c9 * c2; + return (i == 0 || isNaN(i)?i:i < 0?-1:1) * ($intern_379 + (0.99997726 * c - 0.33262347 * c3 + 0.19354346 * c5 - 0.11643287 * c7 + 0.05265332 * c9 - 0.0117212 * c11)); +} + +function com_badlogic_gdx_math_MathUtils_atanUncheckedDeg__DD(i){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var c, c11, c2, c3, c5, c7, c9, n; + n = $wnd.Math.abs(i); + c = (n - 1) / (n + 1); + c2 = c * c; + c3 = c * c2; + c5 = c3 * c2; + c7 = c5 * c2; + c9 = c7 * c2; + c11 = c9 * c2; + return (i == 0 || isNaN(i)?i:i < 0?-1:1) * (45 + ($intern_380 * c - $intern_381 * c3 + $intern_382 * c5 - $intern_383 * c7 + $intern_384 * c9 - $intern_385 * c11)); +} + +function com_badlogic_gdx_math_MathUtils_clamp__DDDD(value_0, min_0, max_0){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + if (value_0 < min_0) + return min_0; + if (value_0 > max_0) + return max_0; + return value_0; +} + +function com_badlogic_gdx_math_MathUtils_clamp__FFFF(value_0, min_0, max_0){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + if (value_0 < min_0) + return min_0; + if (value_0 > max_0) + return max_0; + return value_0; +} + +function com_badlogic_gdx_math_MathUtils_clamp__IIII(value_0, min_0, max_0){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + if (value_0 < min_0) + return min_0; + if (value_0 > max_0) + return max_0; + return value_0; +} + +function com_badlogic_gdx_math_MathUtils_clamp__SSSS(value_0, min_0, max_0){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + if (value_0 < min_0) + return min_0; + if (value_0 > max_0) + return max_0; + return value_0; +} + +function com_badlogic_gdx_math_MathUtils_cosDeg__FF(degrees){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + return (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((degrees + 90) * $intern_140) & $intern_141]; +} + +function com_badlogic_gdx_math_MathUtils_isEqual__FFFZ(a, b, tolerance){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + return $wnd.Math.abs(a - b) <= tolerance; +} + +function com_badlogic_gdx_math_MathUtils_isZero__FFZ(value_0, tolerance){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + return $wnd.Math.abs(value_0) <= tolerance; +} + +function com_badlogic_gdx_math_MathUtils_lerpAngleDeg__FFFF(fromDegrees, toDegrees, progress){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var delta; + delta = ((toDegrees - fromDegrees) % 360 + 360 + 180) % 360 - 180; + return ((fromDegrees + delta * progress) % 360 + 360) % 360; +} + +function com_badlogic_gdx_math_MathUtils_nextPowerOfTwo__II(value_0){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + if (value_0 == 0) + return 1; + --value_0; + value_0 |= value_0 >> 1; + value_0 |= value_0 >> 2; + value_0 |= value_0 >> 4; + value_0 |= value_0 >> 8; + value_0 |= value_0 >> 16; + return value_0 + 1; +} + +function com_badlogic_gdx_math_MathUtils_random__II(range){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + return com_badlogic_gdx_math_MathUtils_random.nextInt__II(range + 1); +} + +function com_badlogic_gdx_math_MathUtils_random__III(start_0, end){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + return start_0 + com_badlogic_gdx_math_MathUtils_random.nextInt__II(end - start_0 + 1); +} + +function com_badlogic_gdx_math_MathUtils_randomTriangular__FFFF(min_0, max_0, mode){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var d, u; + u = com_badlogic_gdx_math_MathUtils_random.nextFloat__F(); + d = max_0 - min_0; + if (u <= (mode - min_0) / d) + return min_0 + $wnd.Math.sqrt(u * d * (mode - min_0)); + return max_0 - $wnd.Math.sqrt((1 - u) * d * (max_0 - mode)); +} + +function com_badlogic_gdx_math_MathUtils_sin__FF(radians){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + return (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI(radians * $intern_284) & $intern_141]; +} + +function com_badlogic_gdx_math_MathUtils_sinDeg__FF(degrees){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + return (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI(degrees * $intern_140) & $intern_141]; +} + +function com_badlogic_gdx_math_MathUtils_tan__FF(radians){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var x2, x4; + radians /= $intern_283; + radians += 0.5; + radians -= $wnd.Math.floor(radians); + radians -= 0.5; + radians *= $intern_283; + x2 = radians * radians; + x4 = x2 * x2; + return radians * ($intern_386 * x4 - $intern_387 * x2 + 1) / ($intern_388 * x4 - $intern_389 * x2 + 1); +} + +function com_badlogic_gdx_math_MathUtils_tanDeg__FF(degrees){ + com_badlogic_gdx_math_MathUtils_$clinit__V(); + var x2, x4; + degrees *= 0.005555555555555556; + degrees += 0.5; + degrees -= $wnd.Math.floor(degrees); + degrees -= 0.5; + degrees *= $intern_283; + x2 = degrees * degrees; + x4 = x2 * x2; + return degrees * ($intern_386 * x4 - $intern_387 * x2 + 1) / ($intern_388 * x4 - $intern_389 * x2 + 1); +} + +var com_badlogic_gdx_math_MathUtils_random; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'MathUtils', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_MathUtils$Sin_$clinit__V(){ + com_badlogic_gdx_math_MathUtils$Sin_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var i; + com_badlogic_gdx_math_MathUtils$Sin_table = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, $intern_390, 15, 1); + for (i = 0; i < $intern_390; i++) + com_badlogic_gdx_math_MathUtils$Sin_table[i] = $wnd.Math.sin((i + 0.5) / $intern_390 * $intern_282); + com_badlogic_gdx_math_MathUtils$Sin_table[0] = 0; + com_badlogic_gdx_math_MathUtils$Sin_table[$intern_391] = 1; + com_badlogic_gdx_math_MathUtils$Sin_table[$intern_392] = 0; + com_badlogic_gdx_math_MathUtils$Sin_table[$intern_393] = -1; +} + +var com_badlogic_gdx_math_MathUtils$Sin_table; +function com_badlogic_gdx_math_Matrix3_$$init__Lcom_badlogic_gdx_math_Matrix3_2V(this$static){ + this$static.com_badlogic_gdx_math_Matrix3_val = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 9, 15, 1); + this$static.com_badlogic_gdx_math_Matrix3_tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 9, 15, 1); + this$static.com_badlogic_gdx_math_Matrix3_tmp[8] = 1; +} + +function com_badlogic_gdx_math_Matrix3_$idt__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2(this$static){ + var val; + val = this$static.com_badlogic_gdx_math_Matrix3_val; + val[0] = 1; + val[1] = 0; + val[2] = 0; + val[3] = 0; + val[4] = 1; + val[5] = 0; + val[6] = 0; + val[7] = 0; + val[8] = 1; + return this$static; +} + +function com_badlogic_gdx_math_Matrix3_$rotateRad__Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(this$static, radians){ + var cos_0, sin_0, tmp; + if (radians == 0) + return this$static; + cos_0 = $wnd.Math.cos(radians); + sin_0 = $wnd.Math.sin(radians); + tmp = this$static.com_badlogic_gdx_math_Matrix3_tmp; + tmp[0] = cos_0; + tmp[1] = sin_0; + tmp[3] = -sin_0; + tmp[4] = cos_0; + tmp[6] = 0; + tmp[7] = 0; + com_badlogic_gdx_math_Matrix3_mul___3F_3FV(this$static.com_badlogic_gdx_math_Matrix3_val, tmp); + return this$static; +} + +function com_badlogic_gdx_math_Matrix3_$setToRotation__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Matrix3_2(this$static, axis_0, cos_0, sin_0){ + var oc, val; + val = this$static.com_badlogic_gdx_math_Matrix3_val; + oc = 1 - cos_0; + val[0] = oc * axis_0.com_badlogic_gdx_math_Vector3_x * axis_0.com_badlogic_gdx_math_Vector3_x + cos_0; + val[3] = oc * axis_0.com_badlogic_gdx_math_Vector3_x * axis_0.com_badlogic_gdx_math_Vector3_y - axis_0.com_badlogic_gdx_math_Vector3_z * sin_0; + val[6] = oc * axis_0.com_badlogic_gdx_math_Vector3_z * axis_0.com_badlogic_gdx_math_Vector3_x + axis_0.com_badlogic_gdx_math_Vector3_y * sin_0; + val[1] = oc * axis_0.com_badlogic_gdx_math_Vector3_x * axis_0.com_badlogic_gdx_math_Vector3_y + axis_0.com_badlogic_gdx_math_Vector3_z * sin_0; + val[4] = oc * axis_0.com_badlogic_gdx_math_Vector3_y * axis_0.com_badlogic_gdx_math_Vector3_y + cos_0; + val[7] = oc * axis_0.com_badlogic_gdx_math_Vector3_y * axis_0.com_badlogic_gdx_math_Vector3_z - axis_0.com_badlogic_gdx_math_Vector3_x * sin_0; + val[2] = oc * axis_0.com_badlogic_gdx_math_Vector3_z * axis_0.com_badlogic_gdx_math_Vector3_x - axis_0.com_badlogic_gdx_math_Vector3_y * sin_0; + val[5] = oc * axis_0.com_badlogic_gdx_math_Vector3_y * axis_0.com_badlogic_gdx_math_Vector3_z + axis_0.com_badlogic_gdx_math_Vector3_x * sin_0; + val[8] = oc * axis_0.com_badlogic_gdx_math_Vector3_z * axis_0.com_badlogic_gdx_math_Vector3_z + cos_0; + return this$static; +} + +function com_badlogic_gdx_math_Matrix3_$setToRotationRad__Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(this$static, radians){ + var cos_0, sin_0, val; + cos_0 = $wnd.Math.cos(radians); + sin_0 = $wnd.Math.sin(radians); + val = this$static.com_badlogic_gdx_math_Matrix3_val; + val[0] = cos_0; + val[1] = sin_0; + val[2] = 0; + val[3] = -sin_0; + val[4] = cos_0; + val[5] = 0; + val[6] = 0; + val[7] = 0; + val[8] = 1; + return this$static; +} + +function com_badlogic_gdx_math_Matrix3_Matrix3__V(){ + com_badlogic_gdx_math_Matrix3_$$init__Lcom_badlogic_gdx_math_Matrix3_2V(this); + com_badlogic_gdx_math_Matrix3_$idt__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2(this); +} + +function com_badlogic_gdx_math_Matrix3_Matrix3__Lcom_badlogic_gdx_math_Matrix3_2V(matrix){ + com_badlogic_gdx_math_Matrix3_$$init__Lcom_badlogic_gdx_math_Matrix3_2V(this); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(matrix.com_badlogic_gdx_math_Matrix3_val, 0, this.com_badlogic_gdx_math_Matrix3_val, 0, this.com_badlogic_gdx_math_Matrix3_val.length); +} + +function com_badlogic_gdx_math_Matrix3_Matrix3___3FV(values){ + com_badlogic_gdx_math_Matrix3_$$init__Lcom_badlogic_gdx_math_Matrix3_2V(this); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, 0, this.com_badlogic_gdx_math_Matrix3_val, 0, this.com_badlogic_gdx_math_Matrix3_val.length); +} + +function com_badlogic_gdx_math_Matrix3_mul___3F_3FV(mata, matb){ + var v00, v01, v02, v10, v11, v12, v20, v21, v22; + v00 = mata[0] * matb[0] + mata[3] * matb[1] + mata[6] * matb[2]; + v01 = mata[0] * matb[3] + mata[3] * matb[4] + mata[6] * matb[5]; + v02 = mata[0] * matb[6] + mata[3] * matb[7] + mata[6] * matb[8]; + v10 = mata[1] * matb[0] + mata[4] * matb[1] + mata[7] * matb[2]; + v11 = mata[1] * matb[3] + mata[4] * matb[4] + mata[7] * matb[5]; + v12 = mata[1] * matb[6] + mata[4] * matb[7] + mata[7] * matb[8]; + v20 = mata[2] * matb[0] + mata[5] * matb[1] + mata[8] * matb[2]; + v21 = mata[2] * matb[3] + mata[5] * matb[4] + mata[8] * matb[5]; + v22 = mata[2] * matb[6] + mata[5] * matb[7] + mata[8] * matb[8]; + mata[0] = v00; + mata[1] = v10; + mata[2] = v20; + mata[3] = v01; + mata[4] = v11; + mata[5] = v21; + mata[6] = v02; + mata[7] = v12; + mata[8] = v22; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(339, 1, {339:1, 3:1}, com_badlogic_gdx_math_Matrix3_Matrix3__V, com_badlogic_gdx_math_Matrix3_Matrix3__Lcom_badlogic_gdx_math_Matrix3_2V, com_badlogic_gdx_math_Matrix3_Matrix3___3FV); +_.det__F = function com_badlogic_gdx_math_Matrix3_det__F(){ + var com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0; + return com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0 = this.com_badlogic_gdx_math_Matrix3_val , com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[0] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[4] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[8] + com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[3] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[7] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[2] + com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[6] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[1] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[5] - com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[0] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[7] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[5] - com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[3] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[1] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[8] - com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[6] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[4] * com_badlogic_gdx_math_Matrix3_$det__Lcom_badlogic_gdx_math_Matrix3_2F_val_0[2]; +} +; +_.getRotation__F = function com_badlogic_gdx_math_Matrix3_getRotation__F(){ + return $intern_394 * $wnd.Math.atan2(this.com_badlogic_gdx_math_Matrix3_val[1], this.com_badlogic_gdx_math_Matrix3_val[0]); +} +; +_.getRotationRad__F = function com_badlogic_gdx_math_Matrix3_getRotationRad__F(){ + return $wnd.Math.atan2(this.com_badlogic_gdx_math_Matrix3_val[1], this.com_badlogic_gdx_math_Matrix3_val[0]); +} +; +_.getScale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Matrix3_getScale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(scale){ + var val; + val = this.com_badlogic_gdx_math_Matrix3_val; + scale.com_badlogic_gdx_math_Vector2_x = $wnd.Math.sqrt(val[0] * val[0] + val[3] * val[3]); + scale.com_badlogic_gdx_math_Vector2_y = $wnd.Math.sqrt(val[1] * val[1] + val[4] * val[4]); + return scale; +} +; +_.getTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Matrix3_getTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(position){ + position.com_badlogic_gdx_math_Vector2_x = this.com_badlogic_gdx_math_Matrix3_val[6]; + position.com_badlogic_gdx_math_Vector2_y = this.com_badlogic_gdx_math_Matrix3_val[7]; + return position; +} +; +_.getValues___3F = function com_badlogic_gdx_math_Matrix3_getValues___3F(){ + return this.com_badlogic_gdx_math_Matrix3_val; +} +; +_.idt__Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_idt__Lcom_badlogic_gdx_math_Matrix3_2(){ + return com_badlogic_gdx_math_Matrix3_$idt__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2(this); +} +; +_.inv__Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_inv__Lcom_badlogic_gdx_math_Matrix3_2(){ + var det, inv_det, v00, v01, v02, v10, v11, v12, v20, v21, v22, val, val0; + det = (val0 = this.com_badlogic_gdx_math_Matrix3_val , val0[0] * val0[4] * val0[8] + val0[3] * val0[7] * val0[2] + val0[6] * val0[1] * val0[5] - val0[0] * val0[7] * val0[5] - val0[3] * val0[1] * val0[8] - val0[6] * val0[4] * val0[2]); + if (det == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V("Can't invert a singular matrix")); + inv_det = 1 / det; + val = this.com_badlogic_gdx_math_Matrix3_val; + v00 = val[4] * val[8] - val[5] * val[7]; + v10 = val[2] * val[7] - val[1] * val[8]; + v20 = val[1] * val[5] - val[2] * val[4]; + v01 = val[5] * val[6] - val[3] * val[8]; + v11 = val[0] * val[8] - val[2] * val[6]; + v21 = val[2] * val[3] - val[0] * val[5]; + v02 = val[3] * val[7] - val[4] * val[6]; + v12 = val[1] * val[6] - val[0] * val[7]; + v22 = val[0] * val[4] - val[1] * val[3]; + val[0] = inv_det * v00; + val[1] = inv_det * v10; + val[2] = inv_det * v20; + val[3] = inv_det * v01; + val[4] = inv_det * v11; + val[5] = inv_det * v21; + val[6] = inv_det * v02; + val[7] = inv_det * v12; + val[8] = inv_det * v22; + return this; +} +; +_.mul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_mul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2(m){ + var v00, v01, v02, v10, v11, v12, v20, v21, v22, val; + val = this.com_badlogic_gdx_math_Matrix3_val; + v00 = val[0] * m.com_badlogic_gdx_math_Matrix3_val[0] + val[3] * m.com_badlogic_gdx_math_Matrix3_val[1] + val[6] * m.com_badlogic_gdx_math_Matrix3_val[2]; + v01 = val[0] * m.com_badlogic_gdx_math_Matrix3_val[3] + val[3] * m.com_badlogic_gdx_math_Matrix3_val[4] + val[6] * m.com_badlogic_gdx_math_Matrix3_val[5]; + v02 = val[0] * m.com_badlogic_gdx_math_Matrix3_val[6] + val[3] * m.com_badlogic_gdx_math_Matrix3_val[7] + val[6] * m.com_badlogic_gdx_math_Matrix3_val[8]; + v10 = val[1] * m.com_badlogic_gdx_math_Matrix3_val[0] + val[4] * m.com_badlogic_gdx_math_Matrix3_val[1] + val[7] * m.com_badlogic_gdx_math_Matrix3_val[2]; + v11 = val[1] * m.com_badlogic_gdx_math_Matrix3_val[3] + val[4] * m.com_badlogic_gdx_math_Matrix3_val[4] + val[7] * m.com_badlogic_gdx_math_Matrix3_val[5]; + v12 = val[1] * m.com_badlogic_gdx_math_Matrix3_val[6] + val[4] * m.com_badlogic_gdx_math_Matrix3_val[7] + val[7] * m.com_badlogic_gdx_math_Matrix3_val[8]; + v20 = val[2] * m.com_badlogic_gdx_math_Matrix3_val[0] + val[5] * m.com_badlogic_gdx_math_Matrix3_val[1] + val[8] * m.com_badlogic_gdx_math_Matrix3_val[2]; + v21 = val[2] * m.com_badlogic_gdx_math_Matrix3_val[3] + val[5] * m.com_badlogic_gdx_math_Matrix3_val[4] + val[8] * m.com_badlogic_gdx_math_Matrix3_val[5]; + v22 = val[2] * m.com_badlogic_gdx_math_Matrix3_val[6] + val[5] * m.com_badlogic_gdx_math_Matrix3_val[7] + val[8] * m.com_badlogic_gdx_math_Matrix3_val[8]; + val[0] = v00; + val[1] = v10; + val[2] = v20; + val[3] = v01; + val[4] = v11; + val[5] = v21; + val[6] = v02; + val[7] = v12; + val[8] = v22; + return this; +} +; +_.mulLeft__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_mulLeft__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2(m){ + var v00, v01, v02, v10, v11, v12, v20, v21, v22, val; + val = this.com_badlogic_gdx_math_Matrix3_val; + v00 = m.com_badlogic_gdx_math_Matrix3_val[0] * val[0] + m.com_badlogic_gdx_math_Matrix3_val[3] * val[1] + m.com_badlogic_gdx_math_Matrix3_val[6] * val[2]; + v01 = m.com_badlogic_gdx_math_Matrix3_val[0] * val[3] + m.com_badlogic_gdx_math_Matrix3_val[3] * val[4] + m.com_badlogic_gdx_math_Matrix3_val[6] * val[5]; + v02 = m.com_badlogic_gdx_math_Matrix3_val[0] * val[6] + m.com_badlogic_gdx_math_Matrix3_val[3] * val[7] + m.com_badlogic_gdx_math_Matrix3_val[6] * val[8]; + v10 = m.com_badlogic_gdx_math_Matrix3_val[1] * val[0] + m.com_badlogic_gdx_math_Matrix3_val[4] * val[1] + m.com_badlogic_gdx_math_Matrix3_val[7] * val[2]; + v11 = m.com_badlogic_gdx_math_Matrix3_val[1] * val[3] + m.com_badlogic_gdx_math_Matrix3_val[4] * val[4] + m.com_badlogic_gdx_math_Matrix3_val[7] * val[5]; + v12 = m.com_badlogic_gdx_math_Matrix3_val[1] * val[6] + m.com_badlogic_gdx_math_Matrix3_val[4] * val[7] + m.com_badlogic_gdx_math_Matrix3_val[7] * val[8]; + v20 = m.com_badlogic_gdx_math_Matrix3_val[2] * val[0] + m.com_badlogic_gdx_math_Matrix3_val[5] * val[1] + m.com_badlogic_gdx_math_Matrix3_val[8] * val[2]; + v21 = m.com_badlogic_gdx_math_Matrix3_val[2] * val[3] + m.com_badlogic_gdx_math_Matrix3_val[5] * val[4] + m.com_badlogic_gdx_math_Matrix3_val[8] * val[5]; + v22 = m.com_badlogic_gdx_math_Matrix3_val[2] * val[6] + m.com_badlogic_gdx_math_Matrix3_val[5] * val[7] + m.com_badlogic_gdx_math_Matrix3_val[8] * val[8]; + val[0] = v00; + val[1] = v10; + val[2] = v20; + val[3] = v01; + val[4] = v11; + val[5] = v21; + val[6] = v02; + val[7] = v12; + val[8] = v22; + return this; +} +; +_.rotate__FLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_rotate__FLcom_badlogic_gdx_math_Matrix3_2(degrees){ + return com_badlogic_gdx_math_Matrix3_$rotateRad__Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(this, $intern_256 * degrees); +} +; +_.rotateRad__FLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_rotateRad__FLcom_badlogic_gdx_math_Matrix3_2(radians){ + return com_badlogic_gdx_math_Matrix3_$rotateRad__Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(this, radians); +} +; +_.scale__FFLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_scale__FFLcom_badlogic_gdx_math_Matrix3_2(scaleX, scaleY){ + var tmp; + tmp = this.com_badlogic_gdx_math_Matrix3_tmp; + tmp[0] = scaleX; + tmp[1] = 0; + tmp[3] = 0; + tmp[4] = scaleY; + tmp[6] = 0; + tmp[7] = 0; + com_badlogic_gdx_math_Matrix3_mul___3F_3FV(this.com_badlogic_gdx_math_Matrix3_val, tmp); + return this; +} +; +_.scale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_scale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(scale){ + var tmp; + tmp = this.com_badlogic_gdx_math_Matrix3_tmp; + tmp[0] = scale.com_badlogic_gdx_math_Vector2_x; + tmp[1] = 0; + tmp[3] = 0; + tmp[4] = scale.com_badlogic_gdx_math_Vector2_y; + tmp[6] = 0; + tmp[7] = 0; + com_badlogic_gdx_math_Matrix3_mul___3F_3FV(this.com_badlogic_gdx_math_Matrix3_val, tmp); + return this; +} +; +_.scl__FLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_scl__FLcom_badlogic_gdx_math_Matrix3_2(scale){ + this.com_badlogic_gdx_math_Matrix3_val[0] *= scale; + this.com_badlogic_gdx_math_Matrix3_val[4] *= scale; + return this; +} +; +_.scl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_scl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(scale){ + this.com_badlogic_gdx_math_Matrix3_val[0] *= scale.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Matrix3_val[4] *= scale.com_badlogic_gdx_math_Vector2_y; + return this; +} +; +_.scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix3_2(scale){ + this.com_badlogic_gdx_math_Matrix3_val[0] *= scale.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_math_Matrix3_val[4] *= scale.com_badlogic_gdx_math_Vector3_y; + return this; +} +; +_.set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix3_2(affine){ + var val; + val = this.com_badlogic_gdx_math_Matrix3_val; + val[0] = affine.com_badlogic_gdx_math_Affine2_m00; + val[1] = affine.com_badlogic_gdx_math_Affine2_m10; + val[2] = 0; + val[3] = affine.com_badlogic_gdx_math_Affine2_m01; + val[4] = affine.com_badlogic_gdx_math_Affine2_m11; + val[5] = 0; + val[6] = affine.com_badlogic_gdx_math_Affine2_m02; + val[7] = affine.com_badlogic_gdx_math_Affine2_m12; + val[8] = 1; + return this; +} +; +_.set__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_set__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2(mat){ + return java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(mat.com_badlogic_gdx_math_Matrix3_val, 0, this.com_badlogic_gdx_math_Matrix3_val, 0, this.com_badlogic_gdx_math_Matrix3_val.length) , this; +} +; +_.set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix3_2(mat){ + var val; + val = this.com_badlogic_gdx_math_Matrix3_val; + val[0] = mat.com_badlogic_gdx_math_Matrix4_val[0]; + val[1] = mat.com_badlogic_gdx_math_Matrix4_val[1]; + val[2] = mat.com_badlogic_gdx_math_Matrix4_val[2]; + val[3] = mat.com_badlogic_gdx_math_Matrix4_val[4]; + val[4] = mat.com_badlogic_gdx_math_Matrix4_val[5]; + val[5] = mat.com_badlogic_gdx_math_Matrix4_val[6]; + val[6] = mat.com_badlogic_gdx_math_Matrix4_val[8]; + val[7] = mat.com_badlogic_gdx_math_Matrix4_val[9]; + val[8] = mat.com_badlogic_gdx_math_Matrix4_val[10]; + return this; +} +; +_.set___3FLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_set___3FLcom_badlogic_gdx_math_Matrix3_2(values){ + return java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, 0, this.com_badlogic_gdx_math_Matrix3_val, 0, this.com_badlogic_gdx_math_Matrix3_val.length) , this; +} +; +_.setToRotation__FLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_setToRotation__FLcom_badlogic_gdx_math_Matrix3_2(degrees){ + return com_badlogic_gdx_math_Matrix3_$setToRotationRad__Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(this, $intern_256 * degrees); +} +; +_.setToRotation__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_setToRotation__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix3_2(axis_0, degrees){ + return com_badlogic_gdx_math_Matrix3_$setToRotation__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Matrix3_2(this, axis_0, (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((degrees + 90) * $intern_140) & $intern_141]), com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(degrees * $intern_140) & $intern_141]); +} +; +_.setToRotation__Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_setToRotation__Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Matrix3_2(axis_0, cos_0, sin_0){ + return com_badlogic_gdx_math_Matrix3_$setToRotation__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Matrix3_2(this, axis_0, cos_0, sin_0); +} +; +_.setToRotationRad__FLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_setToRotationRad__FLcom_badlogic_gdx_math_Matrix3_2(radians){ + return com_badlogic_gdx_math_Matrix3_$setToRotationRad__Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(this, radians); +} +; +_.setToScaling__FFLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_setToScaling__FFLcom_badlogic_gdx_math_Matrix3_2(scaleX, scaleY){ + var val; + val = this.com_badlogic_gdx_math_Matrix3_val; + val[0] = scaleX; + val[1] = 0; + val[2] = 0; + val[3] = 0; + val[4] = scaleY; + val[5] = 0; + val[6] = 0; + val[7] = 0; + val[8] = 1; + return this; +} +; +_.setToScaling__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_setToScaling__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(scale){ + var val; + val = this.com_badlogic_gdx_math_Matrix3_val; + val[0] = scale.com_badlogic_gdx_math_Vector2_x; + val[1] = 0; + val[2] = 0; + val[3] = 0; + val[4] = scale.com_badlogic_gdx_math_Vector2_y; + val[5] = 0; + val[6] = 0; + val[7] = 0; + val[8] = 1; + return this; +} +; +_.setToTranslation__FFLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_setToTranslation__FFLcom_badlogic_gdx_math_Matrix3_2(x_0, y_0){ + var val; + val = this.com_badlogic_gdx_math_Matrix3_val; + val[0] = 1; + val[1] = 0; + val[2] = 0; + val[3] = 0; + val[4] = 1; + val[5] = 0; + val[6] = x_0; + val[7] = y_0; + val[8] = 1; + return this; +} +; +_.setToTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_setToTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(translation){ + var val; + val = this.com_badlogic_gdx_math_Matrix3_val; + val[0] = 1; + val[1] = 0; + val[2] = 0; + val[3] = 0; + val[4] = 1; + val[5] = 0; + val[6] = translation.com_badlogic_gdx_math_Vector2_x; + val[7] = translation.com_badlogic_gdx_math_Vector2_y; + val[8] = 1; + return this; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Matrix3_toString__Ljava_lang_String_2(){ + var val; + val = this.com_badlogic_gdx_math_Matrix3_val; + return '[' + val[0] + '|' + val[3] + '|' + val[6] + $intern_395 + '[' + val[1] + '|' + val[4] + '|' + val[7] + $intern_395 + '[' + val[2] + '|' + val[5] + '|' + val[8] + ']'; +} +; +_.translate__FFLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_translate__FFLcom_badlogic_gdx_math_Matrix3_2(x_0, y_0){ + var tmp; + tmp = this.com_badlogic_gdx_math_Matrix3_tmp; + tmp[0] = 1; + tmp[1] = 0; + tmp[3] = 0; + tmp[4] = 1; + tmp[6] = x_0; + tmp[7] = y_0; + com_badlogic_gdx_math_Matrix3_mul___3F_3FV(this.com_badlogic_gdx_math_Matrix3_val, tmp); + return this; +} +; +_.translate__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_translate__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(translation){ + var tmp; + tmp = this.com_badlogic_gdx_math_Matrix3_tmp; + tmp[0] = 1; + tmp[1] = 0; + tmp[3] = 0; + tmp[4] = 1; + tmp[6] = translation.com_badlogic_gdx_math_Vector2_x; + tmp[7] = translation.com_badlogic_gdx_math_Vector2_y; + com_badlogic_gdx_math_Matrix3_mul___3F_3FV(this.com_badlogic_gdx_math_Matrix3_val, tmp); + return this; +} +; +_.transpose__Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_transpose__Lcom_badlogic_gdx_math_Matrix3_2(){ + var v01, v02, v10, v12, v20, v21, val; + val = this.com_badlogic_gdx_math_Matrix3_val; + v01 = val[1]; + v02 = val[2]; + v10 = val[3]; + v12 = val[5]; + v20 = val[6]; + v21 = val[7]; + val[3] = v01; + val[6] = v02; + val[1] = v10; + val[7] = v12; + val[2] = v20; + val[5] = v21; + return this; +} +; +_.trn__FFLcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_trn__FFLcom_badlogic_gdx_math_Matrix3_2(x_0, y_0){ + this.com_badlogic_gdx_math_Matrix3_val[6] += x_0; + this.com_badlogic_gdx_math_Matrix3_val[7] += y_0; + return this; +} +; +_.trn__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_trn__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(vector){ + this.com_badlogic_gdx_math_Matrix3_val[6] += vector.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Matrix3_val[7] += vector.com_badlogic_gdx_math_Vector2_y; + return this; +} +; +_.trn__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix3_2 = function com_badlogic_gdx_math_Matrix3_trn__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix3_2(vector){ + this.com_badlogic_gdx_math_Matrix3_val[6] += vector.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_math_Matrix3_val[7] += vector.com_badlogic_gdx_math_Vector3_y; + return this; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_396, 339, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Matrix4_$clinit__V(){ + com_badlogic_gdx_math_Matrix4_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Matrix4_tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 16, 15, 1); + com_badlogic_gdx_math_Matrix4_quat = new com_badlogic_gdx_math_Quaternion_Quaternion__V; + com_badlogic_gdx_math_Matrix4_quat2 = new com_badlogic_gdx_math_Quaternion_Quaternion__V; + com_badlogic_gdx_math_Matrix4_l_1vez = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Matrix4_l_1vex = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Matrix4_l_1vey = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Matrix4_tmpVec = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Matrix4_tmpMat = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + com_badlogic_gdx_math_Matrix4_right = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Matrix4_tmpForward = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_math_Matrix4_tmpUp = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_Matrix4_$$init__Lcom_badlogic_gdx_math_Matrix4_2V(this$static){ + this$static.com_badlogic_gdx_math_Matrix4_val = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 16, 15, 1); +} + +function com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this$static, rotation){ + return com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(rotation, false, this$static.com_badlogic_gdx_math_Matrix4_val[0], this$static.com_badlogic_gdx_math_Matrix4_val[4], this$static.com_badlogic_gdx_math_Matrix4_val[8], this$static.com_badlogic_gdx_math_Matrix4_val[1], this$static.com_badlogic_gdx_math_Matrix4_val[5], this$static.com_badlogic_gdx_math_Matrix4_val[9], this$static.com_badlogic_gdx_math_Matrix4_val[2], this$static.com_badlogic_gdx_math_Matrix4_val[6], this$static.com_badlogic_gdx_math_Matrix4_val[10]); +} + +function com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2(this$static, rotation, normalizeAxes){ + return com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(rotation, normalizeAxes, this$static.com_badlogic_gdx_math_Matrix4_val[0], this$static.com_badlogic_gdx_math_Matrix4_val[4], this$static.com_badlogic_gdx_math_Matrix4_val[8], this$static.com_badlogic_gdx_math_Matrix4_val[1], this$static.com_badlogic_gdx_math_Matrix4_val[5], this$static.com_badlogic_gdx_math_Matrix4_val[9], this$static.com_badlogic_gdx_math_Matrix4_val[2], this$static.com_badlogic_gdx_math_Matrix4_val[6], this$static.com_badlogic_gdx_math_Matrix4_val[10]); +} + +function com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, scale){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(scale, (com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this$static.com_badlogic_gdx_math_Matrix4_val[4]) <= $intern_347 && $wnd.Math.abs(this$static.com_badlogic_gdx_math_Matrix4_val[8]) <= $intern_347?$wnd.Math.abs(this$static.com_badlogic_gdx_math_Matrix4_val[0]):$wnd.Math.sqrt(this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[0] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[4] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[8])), $wnd.Math.abs(this$static.com_badlogic_gdx_math_Matrix4_val[1]) <= $intern_347 && $wnd.Math.abs(this$static.com_badlogic_gdx_math_Matrix4_val[9]) <= $intern_347?$wnd.Math.abs(this$static.com_badlogic_gdx_math_Matrix4_val[5]):$wnd.Math.sqrt(this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[1] + this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[5] + this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[9]), $wnd.Math.abs(this$static.com_badlogic_gdx_math_Matrix4_val[2]) <= $intern_347 && $wnd.Math.abs(this$static.com_badlogic_gdx_math_Matrix4_val[6]) <= $intern_347?$wnd.Math.abs(this$static.com_badlogic_gdx_math_Matrix4_val[10]):$wnd.Math.sqrt(this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[2] + this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[6] + this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[10])); +} + +function com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, position){ + position.com_badlogic_gdx_math_Vector3_x = this$static.com_badlogic_gdx_math_Matrix4_val[12]; + position.com_badlogic_gdx_math_Vector3_y = this$static.com_badlogic_gdx_math_Matrix4_val[13]; + position.com_badlogic_gdx_math_Vector3_z = this$static.com_badlogic_gdx_math_Matrix4_val[14]; + return position; +} + +function com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static){ + this$static.com_badlogic_gdx_math_Matrix4_val[0] = 1; + this$static.com_badlogic_gdx_math_Matrix4_val[4] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[8] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[12] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[1] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[5] = 1; + this$static.com_badlogic_gdx_math_Matrix4_val[9] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[13] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[2] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[6] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[10] = 1; + this$static.com_badlogic_gdx_math_Matrix4_val[14] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[3] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[7] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[11] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[15] = 1; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$inv__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static){ + var inv_det, l_det; + l_det = this$static.com_badlogic_gdx_math_Matrix4_val[3] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[12] - this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[7] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[12] - this$static.com_badlogic_gdx_math_Matrix4_val[3] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[12] + this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[7] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[12] + this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[11] * this$static.com_badlogic_gdx_math_Matrix4_val[12] - this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[11] * this$static.com_badlogic_gdx_math_Matrix4_val[12] - this$static.com_badlogic_gdx_math_Matrix4_val[3] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[13] + this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[7] * this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[13] + this$static.com_badlogic_gdx_math_Matrix4_val[3] * this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[13] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[7] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[13] - this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[11] * this$static.com_badlogic_gdx_math_Matrix4_val[13] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[11] * this$static.com_badlogic_gdx_math_Matrix4_val[13] + this$static.com_badlogic_gdx_math_Matrix4_val[3] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[14] - this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[7] * this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[14] - this$static.com_badlogic_gdx_math_Matrix4_val[3] * this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[14] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[7] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[14] + this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[11] * this$static.com_badlogic_gdx_math_Matrix4_val[14] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[11] * this$static.com_badlogic_gdx_math_Matrix4_val[14] - this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[15] + this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[15] + this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[15] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[15] - this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[15] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + if (l_det == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V('non-invertible matrix')); + inv_det = 1 / l_det; + com_badlogic_gdx_math_Matrix4_tmp[0] = this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[7] + this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[11] - this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[11] - this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[15] + this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[4] = this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[11] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[11] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[15] - this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[8] = this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[7] + this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[11] - this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[11] - this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[15] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[12] = this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[6] - this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[6] - this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[10] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[10] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[14] - this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[14]; + com_badlogic_gdx_math_Matrix4_tmp[1] = this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[11] + this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[11] + this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[15] - this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[5] = this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[3] + this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[11] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[11] - this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[15] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[9] = this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[11] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[11] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[15] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[13] = this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[2] - this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[2] + this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[10] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[10] - this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[14] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[14]; + com_badlogic_gdx_math_Matrix4_tmp[2] = this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[3] + this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[15] + this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[6] = this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[7] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[14] * this$static.com_badlogic_gdx_math_Matrix4_val[7] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[15] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[10] = this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[3] + this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[15] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[14] = this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[2] - this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[2] - this$static.com_badlogic_gdx_math_Matrix4_val[12] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[6] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[13] * this$static.com_badlogic_gdx_math_Matrix4_val[6] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[14] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[14]; + com_badlogic_gdx_math_Matrix4_tmp[3] = this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[7] + this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[7] + this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[11] - this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[7] = this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[3] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[10] * this$static.com_badlogic_gdx_math_Matrix4_val[7] - this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[2] * this$static.com_badlogic_gdx_math_Matrix4_val[11] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[6] * this$static.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[11] = this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[3] - this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[7] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[7] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[11] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[15] = this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[2] - this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[2] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[6] - this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[9] * this$static.com_badlogic_gdx_math_Matrix4_val[6] - this$static.com_badlogic_gdx_math_Matrix4_val[4] * this$static.com_badlogic_gdx_math_Matrix4_val[1] * this$static.com_badlogic_gdx_math_Matrix4_val[10] + this$static.com_badlogic_gdx_math_Matrix4_val[0] * this$static.com_badlogic_gdx_math_Matrix4_val[5] * this$static.com_badlogic_gdx_math_Matrix4_val[10]; + this$static.com_badlogic_gdx_math_Matrix4_val[0] = com_badlogic_gdx_math_Matrix4_tmp[0] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[4] = com_badlogic_gdx_math_Matrix4_tmp[4] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[8] = com_badlogic_gdx_math_Matrix4_tmp[8] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[12] = com_badlogic_gdx_math_Matrix4_tmp[12] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[1] = com_badlogic_gdx_math_Matrix4_tmp[1] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[5] = com_badlogic_gdx_math_Matrix4_tmp[5] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[9] = com_badlogic_gdx_math_Matrix4_tmp[9] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[13] = com_badlogic_gdx_math_Matrix4_tmp[13] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[2] = com_badlogic_gdx_math_Matrix4_tmp[2] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[6] = com_badlogic_gdx_math_Matrix4_tmp[6] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[10] = com_badlogic_gdx_math_Matrix4_tmp[10] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[14] = com_badlogic_gdx_math_Matrix4_tmp[14] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[3] = com_badlogic_gdx_math_Matrix4_tmp[3] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[7] = com_badlogic_gdx_math_Matrix4_tmp[7] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[11] = com_badlogic_gdx_math_Matrix4_tmp[11] * inv_det; + this$static.com_badlogic_gdx_math_Matrix4_val[15] = com_badlogic_gdx_math_Matrix4_tmp[15] * inv_det; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, matrix){ + com_badlogic_gdx_math_Matrix4_tmp[0] = this$static.com_badlogic_gdx_math_Matrix4_val[0] * matrix.com_badlogic_gdx_math_Matrix4_val[0] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * matrix.com_badlogic_gdx_math_Matrix4_val[1] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * matrix.com_badlogic_gdx_math_Matrix4_val[2] + this$static.com_badlogic_gdx_math_Matrix4_val[12] * matrix.com_badlogic_gdx_math_Matrix4_val[3]; + com_badlogic_gdx_math_Matrix4_tmp[4] = this$static.com_badlogic_gdx_math_Matrix4_val[0] * matrix.com_badlogic_gdx_math_Matrix4_val[4] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * matrix.com_badlogic_gdx_math_Matrix4_val[5] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * matrix.com_badlogic_gdx_math_Matrix4_val[6] + this$static.com_badlogic_gdx_math_Matrix4_val[12] * matrix.com_badlogic_gdx_math_Matrix4_val[7]; + com_badlogic_gdx_math_Matrix4_tmp[8] = this$static.com_badlogic_gdx_math_Matrix4_val[0] * matrix.com_badlogic_gdx_math_Matrix4_val[8] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * matrix.com_badlogic_gdx_math_Matrix4_val[9] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * matrix.com_badlogic_gdx_math_Matrix4_val[10] + this$static.com_badlogic_gdx_math_Matrix4_val[12] * matrix.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[12] = this$static.com_badlogic_gdx_math_Matrix4_val[0] * matrix.com_badlogic_gdx_math_Matrix4_val[12] + this$static.com_badlogic_gdx_math_Matrix4_val[4] * matrix.com_badlogic_gdx_math_Matrix4_val[13] + this$static.com_badlogic_gdx_math_Matrix4_val[8] * matrix.com_badlogic_gdx_math_Matrix4_val[14] + this$static.com_badlogic_gdx_math_Matrix4_val[12] * matrix.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[1] = this$static.com_badlogic_gdx_math_Matrix4_val[1] * matrix.com_badlogic_gdx_math_Matrix4_val[0] + this$static.com_badlogic_gdx_math_Matrix4_val[5] * matrix.com_badlogic_gdx_math_Matrix4_val[1] + this$static.com_badlogic_gdx_math_Matrix4_val[9] * matrix.com_badlogic_gdx_math_Matrix4_val[2] + this$static.com_badlogic_gdx_math_Matrix4_val[13] * matrix.com_badlogic_gdx_math_Matrix4_val[3]; + com_badlogic_gdx_math_Matrix4_tmp[5] = this$static.com_badlogic_gdx_math_Matrix4_val[1] * matrix.com_badlogic_gdx_math_Matrix4_val[4] + this$static.com_badlogic_gdx_math_Matrix4_val[5] * matrix.com_badlogic_gdx_math_Matrix4_val[5] + this$static.com_badlogic_gdx_math_Matrix4_val[9] * matrix.com_badlogic_gdx_math_Matrix4_val[6] + this$static.com_badlogic_gdx_math_Matrix4_val[13] * matrix.com_badlogic_gdx_math_Matrix4_val[7]; + com_badlogic_gdx_math_Matrix4_tmp[9] = this$static.com_badlogic_gdx_math_Matrix4_val[1] * matrix.com_badlogic_gdx_math_Matrix4_val[8] + this$static.com_badlogic_gdx_math_Matrix4_val[5] * matrix.com_badlogic_gdx_math_Matrix4_val[9] + this$static.com_badlogic_gdx_math_Matrix4_val[9] * matrix.com_badlogic_gdx_math_Matrix4_val[10] + this$static.com_badlogic_gdx_math_Matrix4_val[13] * matrix.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[13] = this$static.com_badlogic_gdx_math_Matrix4_val[1] * matrix.com_badlogic_gdx_math_Matrix4_val[12] + this$static.com_badlogic_gdx_math_Matrix4_val[5] * matrix.com_badlogic_gdx_math_Matrix4_val[13] + this$static.com_badlogic_gdx_math_Matrix4_val[9] * matrix.com_badlogic_gdx_math_Matrix4_val[14] + this$static.com_badlogic_gdx_math_Matrix4_val[13] * matrix.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[2] = this$static.com_badlogic_gdx_math_Matrix4_val[2] * matrix.com_badlogic_gdx_math_Matrix4_val[0] + this$static.com_badlogic_gdx_math_Matrix4_val[6] * matrix.com_badlogic_gdx_math_Matrix4_val[1] + this$static.com_badlogic_gdx_math_Matrix4_val[10] * matrix.com_badlogic_gdx_math_Matrix4_val[2] + this$static.com_badlogic_gdx_math_Matrix4_val[14] * matrix.com_badlogic_gdx_math_Matrix4_val[3]; + com_badlogic_gdx_math_Matrix4_tmp[6] = this$static.com_badlogic_gdx_math_Matrix4_val[2] * matrix.com_badlogic_gdx_math_Matrix4_val[4] + this$static.com_badlogic_gdx_math_Matrix4_val[6] * matrix.com_badlogic_gdx_math_Matrix4_val[5] + this$static.com_badlogic_gdx_math_Matrix4_val[10] * matrix.com_badlogic_gdx_math_Matrix4_val[6] + this$static.com_badlogic_gdx_math_Matrix4_val[14] * matrix.com_badlogic_gdx_math_Matrix4_val[7]; + com_badlogic_gdx_math_Matrix4_tmp[10] = this$static.com_badlogic_gdx_math_Matrix4_val[2] * matrix.com_badlogic_gdx_math_Matrix4_val[8] + this$static.com_badlogic_gdx_math_Matrix4_val[6] * matrix.com_badlogic_gdx_math_Matrix4_val[9] + this$static.com_badlogic_gdx_math_Matrix4_val[10] * matrix.com_badlogic_gdx_math_Matrix4_val[10] + this$static.com_badlogic_gdx_math_Matrix4_val[14] * matrix.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[14] = this$static.com_badlogic_gdx_math_Matrix4_val[2] * matrix.com_badlogic_gdx_math_Matrix4_val[12] + this$static.com_badlogic_gdx_math_Matrix4_val[6] * matrix.com_badlogic_gdx_math_Matrix4_val[13] + this$static.com_badlogic_gdx_math_Matrix4_val[10] * matrix.com_badlogic_gdx_math_Matrix4_val[14] + this$static.com_badlogic_gdx_math_Matrix4_val[14] * matrix.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[3] = this$static.com_badlogic_gdx_math_Matrix4_val[3] * matrix.com_badlogic_gdx_math_Matrix4_val[0] + this$static.com_badlogic_gdx_math_Matrix4_val[7] * matrix.com_badlogic_gdx_math_Matrix4_val[1] + this$static.com_badlogic_gdx_math_Matrix4_val[11] * matrix.com_badlogic_gdx_math_Matrix4_val[2] + this$static.com_badlogic_gdx_math_Matrix4_val[15] * matrix.com_badlogic_gdx_math_Matrix4_val[3]; + com_badlogic_gdx_math_Matrix4_tmp[7] = this$static.com_badlogic_gdx_math_Matrix4_val[3] * matrix.com_badlogic_gdx_math_Matrix4_val[4] + this$static.com_badlogic_gdx_math_Matrix4_val[7] * matrix.com_badlogic_gdx_math_Matrix4_val[5] + this$static.com_badlogic_gdx_math_Matrix4_val[11] * matrix.com_badlogic_gdx_math_Matrix4_val[6] + this$static.com_badlogic_gdx_math_Matrix4_val[15] * matrix.com_badlogic_gdx_math_Matrix4_val[7]; + com_badlogic_gdx_math_Matrix4_tmp[11] = this$static.com_badlogic_gdx_math_Matrix4_val[3] * matrix.com_badlogic_gdx_math_Matrix4_val[8] + this$static.com_badlogic_gdx_math_Matrix4_val[7] * matrix.com_badlogic_gdx_math_Matrix4_val[9] + this$static.com_badlogic_gdx_math_Matrix4_val[11] * matrix.com_badlogic_gdx_math_Matrix4_val[10] + this$static.com_badlogic_gdx_math_Matrix4_val[15] * matrix.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[15] = this$static.com_badlogic_gdx_math_Matrix4_val[3] * matrix.com_badlogic_gdx_math_Matrix4_val[12] + this$static.com_badlogic_gdx_math_Matrix4_val[7] * matrix.com_badlogic_gdx_math_Matrix4_val[13] + this$static.com_badlogic_gdx_math_Matrix4_val[11] * matrix.com_badlogic_gdx_math_Matrix4_val[14] + this$static.com_badlogic_gdx_math_Matrix4_val[15] * matrix.com_badlogic_gdx_math_Matrix4_val[15]; + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static, com_badlogic_gdx_math_Matrix4_tmp); +} + +function com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, rotation){ + com_badlogic_gdx_math_Quaternion_$toMatrix__Lcom_badlogic_gdx_math_Quaternion_2_3FV(rotation, com_badlogic_gdx_math_Matrix4_tmp); + com_badlogic_gdx_math_Matrix4_matrix4_1mul___3F_3FV(this$static.com_badlogic_gdx_math_Matrix4_val, com_badlogic_gdx_math_Matrix4_tmp); + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(this$static, axis_0, degrees){ + if (degrees == 0) + return this$static; + com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, axis_0, degrees); + return com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, com_badlogic_gdx_math_Matrix4_quat); +} + +function com_badlogic_gdx_math_Matrix4_$rotateTowardDirection__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, direction, up){ + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_l_1vez, direction)); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_l_1vex, direction), up)); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_l_1vey, com_badlogic_gdx_math_Matrix4_l_1vex), com_badlogic_gdx_math_Matrix4_l_1vez)); + com_badlogic_gdx_math_Matrix4_tmp[0] = com_badlogic_gdx_math_Matrix4_l_1vex.com_badlogic_gdx_math_Vector3_x; + com_badlogic_gdx_math_Matrix4_tmp[1] = com_badlogic_gdx_math_Matrix4_l_1vex.com_badlogic_gdx_math_Vector3_y; + com_badlogic_gdx_math_Matrix4_tmp[2] = com_badlogic_gdx_math_Matrix4_l_1vex.com_badlogic_gdx_math_Vector3_z; + com_badlogic_gdx_math_Matrix4_tmp[3] = 0; + com_badlogic_gdx_math_Matrix4_tmp[4] = com_badlogic_gdx_math_Matrix4_l_1vey.com_badlogic_gdx_math_Vector3_x; + com_badlogic_gdx_math_Matrix4_tmp[5] = com_badlogic_gdx_math_Matrix4_l_1vey.com_badlogic_gdx_math_Vector3_y; + com_badlogic_gdx_math_Matrix4_tmp[6] = com_badlogic_gdx_math_Matrix4_l_1vey.com_badlogic_gdx_math_Vector3_z; + com_badlogic_gdx_math_Matrix4_tmp[7] = 0; + com_badlogic_gdx_math_Matrix4_tmp[8] = -com_badlogic_gdx_math_Matrix4_l_1vez.com_badlogic_gdx_math_Vector3_x; + com_badlogic_gdx_math_Matrix4_tmp[9] = -com_badlogic_gdx_math_Matrix4_l_1vez.com_badlogic_gdx_math_Vector3_y; + com_badlogic_gdx_math_Matrix4_tmp[10] = -com_badlogic_gdx_math_Matrix4_l_1vez.com_badlogic_gdx_math_Vector3_z; + com_badlogic_gdx_math_Matrix4_tmp[11] = 0; + com_badlogic_gdx_math_Matrix4_tmp[12] = 0; + com_badlogic_gdx_math_Matrix4_tmp[13] = 0; + com_badlogic_gdx_math_Matrix4_tmp[14] = 0; + com_badlogic_gdx_math_Matrix4_tmp[15] = 1; + com_badlogic_gdx_math_Matrix4_matrix4_1mul___3F_3FV(this$static.com_badlogic_gdx_math_Matrix4_val, com_badlogic_gdx_math_Matrix4_tmp); + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$scale__Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(this$static, scaleX, scaleY, scaleZ){ + com_badlogic_gdx_math_Matrix4_tmp[0] = scaleX; + com_badlogic_gdx_math_Matrix4_tmp[4] = 0; + com_badlogic_gdx_math_Matrix4_tmp[8] = 0; + com_badlogic_gdx_math_Matrix4_tmp[12] = 0; + com_badlogic_gdx_math_Matrix4_tmp[1] = 0; + com_badlogic_gdx_math_Matrix4_tmp[5] = scaleY; + com_badlogic_gdx_math_Matrix4_tmp[9] = 0; + com_badlogic_gdx_math_Matrix4_tmp[13] = 0; + com_badlogic_gdx_math_Matrix4_tmp[2] = 0; + com_badlogic_gdx_math_Matrix4_tmp[6] = 0; + com_badlogic_gdx_math_Matrix4_tmp[10] = scaleZ; + com_badlogic_gdx_math_Matrix4_tmp[14] = 0; + com_badlogic_gdx_math_Matrix4_tmp[3] = 0; + com_badlogic_gdx_math_Matrix4_tmp[7] = 0; + com_badlogic_gdx_math_Matrix4_tmp[11] = 0; + com_badlogic_gdx_math_Matrix4_tmp[15] = 1; + com_badlogic_gdx_math_Matrix4_matrix4_1mul___3F_3FV(this$static.com_badlogic_gdx_math_Matrix4_val, com_badlogic_gdx_math_Matrix4_tmp); + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this$static, translationX, translationY, translationZ, quaternionX, quaternionY, quaternionZ, quaternionW){ + var wx, wy, wz, xs, xx, xy, xz, ys, yy, yz, zs, zz; + xs = quaternionX * 2; + ys = quaternionY * 2; + zs = quaternionZ * 2; + wx = quaternionW * xs; + wy = quaternionW * ys; + wz = quaternionW * zs; + xx = quaternionX * xs; + xy = quaternionX * ys; + xz = quaternionX * zs; + yy = quaternionY * ys; + yz = quaternionY * zs; + zz = quaternionZ * zs; + this$static.com_badlogic_gdx_math_Matrix4_val[0] = 1 - (yy + zz); + this$static.com_badlogic_gdx_math_Matrix4_val[4] = xy - wz; + this$static.com_badlogic_gdx_math_Matrix4_val[8] = xz + wy; + this$static.com_badlogic_gdx_math_Matrix4_val[12] = translationX; + this$static.com_badlogic_gdx_math_Matrix4_val[1] = xy + wz; + this$static.com_badlogic_gdx_math_Matrix4_val[5] = 1 - (xx + zz); + this$static.com_badlogic_gdx_math_Matrix4_val[9] = yz - wx; + this$static.com_badlogic_gdx_math_Matrix4_val[13] = translationY; + this$static.com_badlogic_gdx_math_Matrix4_val[2] = xz - wy; + this$static.com_badlogic_gdx_math_Matrix4_val[6] = yz + wx; + this$static.com_badlogic_gdx_math_Matrix4_val[10] = 1 - (xx + yy); + this$static.com_badlogic_gdx_math_Matrix4_val[14] = translationZ; + this$static.com_badlogic_gdx_math_Matrix4_val[3] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[7] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[11] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[15] = 1; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this$static, translationX, translationY, translationZ, quaternionX, quaternionY, quaternionZ, quaternionW, scaleX, scaleY, scaleZ){ + var wx, wy, wz, xs, xx, xy, xz, ys, yy, yz, zs, zz; + xs = quaternionX * 2; + ys = quaternionY * 2; + zs = quaternionZ * 2; + wx = quaternionW * xs; + wy = quaternionW * ys; + wz = quaternionW * zs; + xx = quaternionX * xs; + xy = quaternionX * ys; + xz = quaternionX * zs; + yy = quaternionY * ys; + yz = quaternionY * zs; + zz = quaternionZ * zs; + this$static.com_badlogic_gdx_math_Matrix4_val[0] = scaleX * (1 - (yy + zz)); + this$static.com_badlogic_gdx_math_Matrix4_val[4] = scaleY * (xy - wz); + this$static.com_badlogic_gdx_math_Matrix4_val[8] = scaleZ * (xz + wy); + this$static.com_badlogic_gdx_math_Matrix4_val[12] = translationX; + this$static.com_badlogic_gdx_math_Matrix4_val[1] = scaleX * (xy + wz); + this$static.com_badlogic_gdx_math_Matrix4_val[5] = scaleY * (1 - (xx + zz)); + this$static.com_badlogic_gdx_math_Matrix4_val[9] = scaleZ * (yz - wx); + this$static.com_badlogic_gdx_math_Matrix4_val[13] = translationY; + this$static.com_badlogic_gdx_math_Matrix4_val[2] = scaleX * (xz - wy); + this$static.com_badlogic_gdx_math_Matrix4_val[6] = scaleY * (yz + wx); + this$static.com_badlogic_gdx_math_Matrix4_val[10] = scaleZ * (1 - (xx + yy)); + this$static.com_badlogic_gdx_math_Matrix4_val[14] = translationZ; + this$static.com_badlogic_gdx_math_Matrix4_val[3] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[7] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[11] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[15] = 1; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, affine){ + this$static.com_badlogic_gdx_math_Matrix4_val[0] = affine.com_badlogic_gdx_math_Affine2_m00; + this$static.com_badlogic_gdx_math_Matrix4_val[1] = affine.com_badlogic_gdx_math_Affine2_m10; + this$static.com_badlogic_gdx_math_Matrix4_val[2] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[3] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[4] = affine.com_badlogic_gdx_math_Affine2_m01; + this$static.com_badlogic_gdx_math_Matrix4_val[5] = affine.com_badlogic_gdx_math_Affine2_m11; + this$static.com_badlogic_gdx_math_Matrix4_val[6] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[7] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[8] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[9] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[10] = 1; + this$static.com_badlogic_gdx_math_Matrix4_val[11] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[12] = affine.com_badlogic_gdx_math_Affine2_m02; + this$static.com_badlogic_gdx_math_Matrix4_val[13] = affine.com_badlogic_gdx_math_Affine2_m12; + this$static.com_badlogic_gdx_math_Matrix4_val[14] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[15] = 1; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, quaternion){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this$static, 0, 0, 0, quaternion.com_badlogic_gdx_math_Quaternion_x, quaternion.com_badlogic_gdx_math_Quaternion_y, quaternion.com_badlogic_gdx_math_Quaternion_z, quaternion.com_badlogic_gdx_math_Quaternion_w); +} + +function com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, position, orientation, scale){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this$static, position.com_badlogic_gdx_math_Vector3_x, position.com_badlogic_gdx_math_Vector3_y, position.com_badlogic_gdx_math_Vector3_z, orientation.com_badlogic_gdx_math_Quaternion_x, orientation.com_badlogic_gdx_math_Quaternion_y, orientation.com_badlogic_gdx_math_Quaternion_z, orientation.com_badlogic_gdx_math_Quaternion_w, scale.com_badlogic_gdx_math_Vector3_x, scale.com_badlogic_gdx_math_Vector3_y, scale.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, xAxis, yAxis, zAxis, pos){ + this$static.com_badlogic_gdx_math_Matrix4_val[0] = xAxis.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Matrix4_val[4] = xAxis.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Matrix4_val[8] = xAxis.com_badlogic_gdx_math_Vector3_z; + this$static.com_badlogic_gdx_math_Matrix4_val[1] = yAxis.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Matrix4_val[5] = yAxis.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Matrix4_val[9] = yAxis.com_badlogic_gdx_math_Vector3_z; + this$static.com_badlogic_gdx_math_Matrix4_val[2] = zAxis.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Matrix4_val[6] = zAxis.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Matrix4_val[10] = zAxis.com_badlogic_gdx_math_Vector3_z; + this$static.com_badlogic_gdx_math_Matrix4_val[12] = pos.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Matrix4_val[13] = pos.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Matrix4_val[14] = pos.com_badlogic_gdx_math_Vector3_z; + this$static.com_badlogic_gdx_math_Matrix4_val[3] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[7] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[11] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[15] = 1; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static, values){ + this$static.com_badlogic_gdx_math_Matrix4_val[0] = values[0]; + this$static.com_badlogic_gdx_math_Matrix4_val[1] = values[1]; + this$static.com_badlogic_gdx_math_Matrix4_val[2] = values[2]; + this$static.com_badlogic_gdx_math_Matrix4_val[3] = values[3]; + this$static.com_badlogic_gdx_math_Matrix4_val[4] = values[4]; + this$static.com_badlogic_gdx_math_Matrix4_val[5] = values[5]; + this$static.com_badlogic_gdx_math_Matrix4_val[6] = values[6]; + this$static.com_badlogic_gdx_math_Matrix4_val[7] = values[7]; + this$static.com_badlogic_gdx_math_Matrix4_val[8] = values[8]; + this$static.com_badlogic_gdx_math_Matrix4_val[9] = values[9]; + this$static.com_badlogic_gdx_math_Matrix4_val[10] = values[10]; + this$static.com_badlogic_gdx_math_Matrix4_val[11] = values[11]; + this$static.com_badlogic_gdx_math_Matrix4_val[12] = values[12]; + this$static.com_badlogic_gdx_math_Matrix4_val[13] = values[13]; + this$static.com_badlogic_gdx_math_Matrix4_val[14] = values[14]; + this$static.com_badlogic_gdx_math_Matrix4_val[15] = values[15]; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$setToLookAt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, direction, up){ + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_l_1vez, direction)); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_l_1vex, direction)); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_l_1vex, up)); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_l_1vey, com_badlogic_gdx_math_Matrix4_l_1vex), com_badlogic_gdx_math_Matrix4_l_1vez)); + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static); + this$static.com_badlogic_gdx_math_Matrix4_val[0] = com_badlogic_gdx_math_Matrix4_l_1vex.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Matrix4_val[4] = com_badlogic_gdx_math_Matrix4_l_1vex.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Matrix4_val[8] = com_badlogic_gdx_math_Matrix4_l_1vex.com_badlogic_gdx_math_Vector3_z; + this$static.com_badlogic_gdx_math_Matrix4_val[1] = com_badlogic_gdx_math_Matrix4_l_1vey.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Matrix4_val[5] = com_badlogic_gdx_math_Matrix4_l_1vey.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Matrix4_val[9] = com_badlogic_gdx_math_Matrix4_l_1vey.com_badlogic_gdx_math_Vector3_z; + this$static.com_badlogic_gdx_math_Matrix4_val[2] = -com_badlogic_gdx_math_Matrix4_l_1vez.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Matrix4_val[6] = -com_badlogic_gdx_math_Matrix4_l_1vez.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Matrix4_val[10] = -com_badlogic_gdx_math_Matrix4_l_1vez.com_badlogic_gdx_math_Vector3_z; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$setToLookAt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, position, target, up){ + com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpVec, target), position); + com_badlogic_gdx_math_Matrix4_$setToLookAt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, com_badlogic_gdx_math_Matrix4_tmpVec, up); + com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, com_badlogic_gdx_math_Matrix4_$setToTranslation__Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Matrix4_tmpMat, -position.com_badlogic_gdx_math_Vector3_x, -position.com_badlogic_gdx_math_Vector3_y, -position.com_badlogic_gdx_math_Vector3_z)); + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$setToOrtho__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(this$static, left, right, bottom, top_0, near, far){ + var tx, ty, tz, x_orth, y_orth, z_orth; + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static); + x_orth = 2 / (right - left); + y_orth = 2 / (top_0 - bottom); + z_orth = -2 / (far - near); + tx = -(right + left) / (right - left); + ty = -(top_0 + bottom) / (top_0 - bottom); + tz = -(far + near) / (far - near); + this$static.com_badlogic_gdx_math_Matrix4_val[0] = x_orth; + this$static.com_badlogic_gdx_math_Matrix4_val[1] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[2] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[3] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[4] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[5] = y_orth; + this$static.com_badlogic_gdx_math_Matrix4_val[6] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[7] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[8] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[9] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[10] = z_orth; + this$static.com_badlogic_gdx_math_Matrix4_val[11] = 0; + this$static.com_badlogic_gdx_math_Matrix4_val[12] = tx; + this$static.com_badlogic_gdx_math_Matrix4_val[13] = ty; + this$static.com_badlogic_gdx_math_Matrix4_val[14] = tz; + this$static.com_badlogic_gdx_math_Matrix4_val[15] = 1; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$setToOrtho2D__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this$static, x_0, y_0, width_0, height){ + com_badlogic_gdx_math_Matrix4_$setToOrtho__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(this$static, x_0, x_0 + width_0, y_0, y_0 + height, 0, 1); + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$setToRotation__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this$static, axisX, axisY, axisZ, degrees){ + if (degrees == 0) { + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static); + return this$static; + } + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, axisX, axisY, axisZ, degrees * $intern_256)); +} + +function com_badlogic_gdx_math_Matrix4_$setToRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(this$static, axis_0, degrees){ + if (degrees == 0) { + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static); + return this$static; + } + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, axis_0, degrees)); +} + +function com_badlogic_gdx_math_Matrix4_$setToRotationRad__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this$static, axisX, axisY, axisZ, radians){ + if (radians == 0) { + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static); + return this$static; + } + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, axisX, axisY, axisZ, radians)); +} + +function com_badlogic_gdx_math_Matrix4_$setToRotationRad__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(this$static, axis_0, radians){ + if (radians == 0) { + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static); + return this$static; + } + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, axis_0, radians)); +} + +function com_badlogic_gdx_math_Matrix4_$setToScaling__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, vector){ + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static); + this$static.com_badlogic_gdx_math_Matrix4_val[0] = vector.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Matrix4_val[5] = vector.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Matrix4_val[10] = vector.com_badlogic_gdx_math_Vector3_z; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$setToTranslation__Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(this$static, x_0, y_0, z_0){ + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static); + this$static.com_badlogic_gdx_math_Matrix4_val[12] = x_0; + this$static.com_badlogic_gdx_math_Matrix4_val[13] = y_0; + this$static.com_badlogic_gdx_math_Matrix4_val[14] = z_0; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$setTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, vector){ + this$static.com_badlogic_gdx_math_Matrix4_val[12] = vector.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Matrix4_val[13] = vector.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Matrix4_val[14] = vector.com_badlogic_gdx_math_Vector3_z; + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$tra__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this$static){ + com_badlogic_gdx_math_Matrix4_tmp[0] = this$static.com_badlogic_gdx_math_Matrix4_val[0]; + com_badlogic_gdx_math_Matrix4_tmp[4] = this$static.com_badlogic_gdx_math_Matrix4_val[1]; + com_badlogic_gdx_math_Matrix4_tmp[8] = this$static.com_badlogic_gdx_math_Matrix4_val[2]; + com_badlogic_gdx_math_Matrix4_tmp[12] = this$static.com_badlogic_gdx_math_Matrix4_val[3]; + com_badlogic_gdx_math_Matrix4_tmp[1] = this$static.com_badlogic_gdx_math_Matrix4_val[4]; + com_badlogic_gdx_math_Matrix4_tmp[5] = this$static.com_badlogic_gdx_math_Matrix4_val[5]; + com_badlogic_gdx_math_Matrix4_tmp[9] = this$static.com_badlogic_gdx_math_Matrix4_val[6]; + com_badlogic_gdx_math_Matrix4_tmp[13] = this$static.com_badlogic_gdx_math_Matrix4_val[7]; + com_badlogic_gdx_math_Matrix4_tmp[2] = this$static.com_badlogic_gdx_math_Matrix4_val[8]; + com_badlogic_gdx_math_Matrix4_tmp[6] = this$static.com_badlogic_gdx_math_Matrix4_val[9]; + com_badlogic_gdx_math_Matrix4_tmp[10] = this$static.com_badlogic_gdx_math_Matrix4_val[10]; + com_badlogic_gdx_math_Matrix4_tmp[14] = this$static.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[3] = this$static.com_badlogic_gdx_math_Matrix4_val[12]; + com_badlogic_gdx_math_Matrix4_tmp[7] = this$static.com_badlogic_gdx_math_Matrix4_val[13]; + com_badlogic_gdx_math_Matrix4_tmp[11] = this$static.com_badlogic_gdx_math_Matrix4_val[14]; + com_badlogic_gdx_math_Matrix4_tmp[15] = this$static.com_badlogic_gdx_math_Matrix4_val[15]; + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static, com_badlogic_gdx_math_Matrix4_tmp); +} + +function com_badlogic_gdx_math_Matrix4_$translate__Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(this$static, x_0, y_0, z_0){ + com_badlogic_gdx_math_Matrix4_tmp[0] = 1; + com_badlogic_gdx_math_Matrix4_tmp[4] = 0; + com_badlogic_gdx_math_Matrix4_tmp[8] = 0; + com_badlogic_gdx_math_Matrix4_tmp[12] = x_0; + com_badlogic_gdx_math_Matrix4_tmp[1] = 0; + com_badlogic_gdx_math_Matrix4_tmp[5] = 1; + com_badlogic_gdx_math_Matrix4_tmp[9] = 0; + com_badlogic_gdx_math_Matrix4_tmp[13] = y_0; + com_badlogic_gdx_math_Matrix4_tmp[2] = 0; + com_badlogic_gdx_math_Matrix4_tmp[6] = 0; + com_badlogic_gdx_math_Matrix4_tmp[10] = 1; + com_badlogic_gdx_math_Matrix4_tmp[14] = z_0; + com_badlogic_gdx_math_Matrix4_tmp[3] = 0; + com_badlogic_gdx_math_Matrix4_tmp[7] = 0; + com_badlogic_gdx_math_Matrix4_tmp[11] = 0; + com_badlogic_gdx_math_Matrix4_tmp[15] = 1; + com_badlogic_gdx_math_Matrix4_matrix4_1mul___3F_3FV(this$static.com_badlogic_gdx_math_Matrix4_val, com_badlogic_gdx_math_Matrix4_tmp); + return this$static; +} + +function com_badlogic_gdx_math_Matrix4_$translate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this$static, translation){ + return com_badlogic_gdx_math_Matrix4_$translate__Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(this$static, translation.com_badlogic_gdx_math_Vector3_x, translation.com_badlogic_gdx_math_Vector3_y, translation.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_Matrix4_Matrix4__V(){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + com_badlogic_gdx_math_Matrix4_$$init__Lcom_badlogic_gdx_math_Matrix4_2V(this); + this.com_badlogic_gdx_math_Matrix4_val[0] = 1; + this.com_badlogic_gdx_math_Matrix4_val[5] = 1; + this.com_badlogic_gdx_math_Matrix4_val[10] = 1; + this.com_badlogic_gdx_math_Matrix4_val[15] = 1; +} + +function com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Matrix4_2V(matrix){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + com_badlogic_gdx_math_Matrix4_$$init__Lcom_badlogic_gdx_math_Matrix4_2V(this); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this, matrix.com_badlogic_gdx_math_Matrix4_val); +} + +function com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Quaternion_2V(quaternion){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + com_badlogic_gdx_math_Matrix4_$$init__Lcom_badlogic_gdx_math_Matrix4_2V(this); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this, 0, 0, 0, quaternion.com_badlogic_gdx_math_Quaternion_x, quaternion.com_badlogic_gdx_math_Quaternion_y, quaternion.com_badlogic_gdx_math_Quaternion_z, quaternion.com_badlogic_gdx_math_Quaternion_w); +} + +function com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2V(position, rotation, scale){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + com_badlogic_gdx_math_Matrix4_$$init__Lcom_badlogic_gdx_math_Matrix4_2V(this); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this, position.com_badlogic_gdx_math_Vector3_x, position.com_badlogic_gdx_math_Vector3_y, position.com_badlogic_gdx_math_Vector3_z, rotation.com_badlogic_gdx_math_Quaternion_x, rotation.com_badlogic_gdx_math_Quaternion_y, rotation.com_badlogic_gdx_math_Quaternion_z, rotation.com_badlogic_gdx_math_Quaternion_w, scale.com_badlogic_gdx_math_Vector3_x, scale.com_badlogic_gdx_math_Vector3_y, scale.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_Matrix4_Matrix4___3FV(values){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + com_badlogic_gdx_math_Matrix4_$$init__Lcom_badlogic_gdx_math_Matrix4_2V(this); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this, values); +} + +function com_badlogic_gdx_math_Matrix4_matrix4_1inv___3FZ(val){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + var inv_det, l_det, tmp; + tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 16, 15, 1); + l_det = val[3] * val[6] * val[9] * val[12] - val[2] * val[7] * val[9] * val[12] - val[3] * val[5] * val[10] * val[12] + val[1] * val[7] * val[10] * val[12] + val[2] * val[5] * val[11] * val[12] - val[1] * val[6] * val[11] * val[12] - val[3] * val[6] * val[8] * val[13] + val[2] * val[7] * val[8] * val[13] + val[3] * val[4] * val[10] * val[13] - val[0] * val[7] * val[10] * val[13] - val[2] * val[4] * val[11] * val[13] + val[0] * val[6] * val[11] * val[13] + val[3] * val[5] * val[8] * val[14] - val[1] * val[7] * val[8] * val[14] - val[3] * val[4] * val[9] * val[14] + val[0] * val[7] * val[9] * val[14] + val[1] * val[4] * val[11] * val[14] - val[0] * val[5] * val[11] * val[14] - val[2] * val[5] * val[8] * val[15] + val[1] * val[6] * val[8] * val[15] + val[2] * val[4] * val[9] * val[15] - val[0] * val[6] * val[9] * val[15] - val[1] * val[4] * val[10] * val[15] + val[0] * val[5] * val[10] * val[15]; + if (l_det == 0) + return false; + tmp[0] = val[9] * val[14] * val[7] - val[13] * val[10] * val[7] + val[13] * val[6] * val[11] - val[5] * val[14] * val[11] - val[9] * val[6] * val[15] + val[5] * val[10] * val[15]; + tmp[4] = val[12] * val[10] * val[7] - val[8] * val[14] * val[7] - val[12] * val[6] * val[11] + val[4] * val[14] * val[11] + val[8] * val[6] * val[15] - val[4] * val[10] * val[15]; + tmp[8] = val[8] * val[13] * val[7] - val[12] * val[9] * val[7] + val[12] * val[5] * val[11] - val[4] * val[13] * val[11] - val[8] * val[5] * val[15] + val[4] * val[9] * val[15]; + tmp[12] = val[12] * val[9] * val[6] - val[8] * val[13] * val[6] - val[12] * val[5] * val[10] + val[4] * val[13] * val[10] + val[8] * val[5] * val[14] - val[4] * val[9] * val[14]; + tmp[1] = val[13] * val[10] * val[3] - val[9] * val[14] * val[3] - val[13] * val[2] * val[11] + val[1] * val[14] * val[11] + val[9] * val[2] * val[15] - val[1] * val[10] * val[15]; + tmp[5] = val[8] * val[14] * val[3] - val[12] * val[10] * val[3] + val[12] * val[2] * val[11] - val[0] * val[14] * val[11] - val[8] * val[2] * val[15] + val[0] * val[10] * val[15]; + tmp[9] = val[12] * val[9] * val[3] - val[8] * val[13] * val[3] - val[12] * val[1] * val[11] + val[0] * val[13] * val[11] + val[8] * val[1] * val[15] - val[0] * val[9] * val[15]; + tmp[13] = val[8] * val[13] * val[2] - val[12] * val[9] * val[2] + val[12] * val[1] * val[10] - val[0] * val[13] * val[10] - val[8] * val[1] * val[14] + val[0] * val[9] * val[14]; + tmp[2] = val[5] * val[14] * val[3] - val[13] * val[6] * val[3] + val[13] * val[2] * val[7] - val[1] * val[14] * val[7] - val[5] * val[2] * val[15] + val[1] * val[6] * val[15]; + tmp[6] = val[12] * val[6] * val[3] - val[4] * val[14] * val[3] - val[12] * val[2] * val[7] + val[0] * val[14] * val[7] + val[4] * val[2] * val[15] - val[0] * val[6] * val[15]; + tmp[10] = val[4] * val[13] * val[3] - val[12] * val[5] * val[3] + val[12] * val[1] * val[7] - val[0] * val[13] * val[7] - val[4] * val[1] * val[15] + val[0] * val[5] * val[15]; + tmp[14] = val[12] * val[5] * val[2] - val[4] * val[13] * val[2] - val[12] * val[1] * val[6] + val[0] * val[13] * val[6] + val[4] * val[1] * val[14] - val[0] * val[5] * val[14]; + tmp[3] = val[9] * val[6] * val[3] - val[5] * val[10] * val[3] - val[9] * val[2] * val[7] + val[1] * val[10] * val[7] + val[5] * val[2] * val[11] - val[1] * val[6] * val[11]; + tmp[7] = val[4] * val[10] * val[3] - val[8] * val[6] * val[3] + val[8] * val[2] * val[7] - val[0] * val[10] * val[7] - val[4] * val[2] * val[11] + val[0] * val[6] * val[11]; + tmp[11] = val[8] * val[5] * val[3] - val[4] * val[9] * val[3] - val[8] * val[1] * val[7] + val[0] * val[9] * val[7] + val[4] * val[1] * val[11] - val[0] * val[5] * val[11]; + tmp[15] = val[4] * val[9] * val[2] - val[8] * val[5] * val[2] + val[8] * val[1] * val[6] - val[0] * val[9] * val[6] - val[4] * val[1] * val[10] + val[0] * val[5] * val[10]; + inv_det = 1 / l_det; + val[0] = tmp[0] * inv_det; + val[4] = tmp[4] * inv_det; + val[8] = tmp[8] * inv_det; + val[12] = tmp[12] * inv_det; + val[1] = tmp[1] * inv_det; + val[5] = tmp[5] * inv_det; + val[9] = tmp[9] * inv_det; + val[13] = tmp[13] * inv_det; + val[2] = tmp[2] * inv_det; + val[6] = tmp[6] * inv_det; + val[10] = tmp[10] * inv_det; + val[14] = tmp[14] * inv_det; + val[3] = tmp[3] * inv_det; + val[7] = tmp[7] * inv_det; + val[11] = tmp[11] * inv_det; + val[15] = tmp[15] * inv_det; + return true; +} + +function com_badlogic_gdx_math_Matrix4_matrix4_1mul___3F_3FV(mata, matb){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + var tmp; + tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 16, 15, 1); + tmp[0] = mata[0] * matb[0] + mata[4] * matb[1] + mata[8] * matb[2] + mata[12] * matb[3]; + tmp[4] = mata[0] * matb[4] + mata[4] * matb[5] + mata[8] * matb[6] + mata[12] * matb[7]; + tmp[8] = mata[0] * matb[8] + mata[4] * matb[9] + mata[8] * matb[10] + mata[12] * matb[11]; + tmp[12] = mata[0] * matb[12] + mata[4] * matb[13] + mata[8] * matb[14] + mata[12] * matb[15]; + tmp[1] = mata[1] * matb[0] + mata[5] * matb[1] + mata[9] * matb[2] + mata[13] * matb[3]; + tmp[5] = mata[1] * matb[4] + mata[5] * matb[5] + mata[9] * matb[6] + mata[13] * matb[7]; + tmp[9] = mata[1] * matb[8] + mata[5] * matb[9] + mata[9] * matb[10] + mata[13] * matb[11]; + tmp[13] = mata[1] * matb[12] + mata[5] * matb[13] + mata[9] * matb[14] + mata[13] * matb[15]; + tmp[2] = mata[2] * matb[0] + mata[6] * matb[1] + mata[10] * matb[2] + mata[14] * matb[3]; + tmp[6] = mata[2] * matb[4] + mata[6] * matb[5] + mata[10] * matb[6] + mata[14] * matb[7]; + tmp[10] = mata[2] * matb[8] + mata[6] * matb[9] + mata[10] * matb[10] + mata[14] * matb[11]; + tmp[14] = mata[2] * matb[12] + mata[6] * matb[13] + mata[10] * matb[14] + mata[14] * matb[15]; + tmp[3] = mata[3] * matb[0] + mata[7] * matb[1] + mata[11] * matb[2] + mata[15] * matb[3]; + tmp[7] = mata[3] * matb[4] + mata[7] * matb[5] + mata[11] * matb[6] + mata[15] * matb[7]; + tmp[11] = mata[3] * matb[8] + mata[7] * matb[9] + mata[11] * matb[10] + mata[15] * matb[11]; + tmp[15] = mata[3] * matb[12] + mata[7] * matb[13] + mata[11] * matb[14] + mata[15] * matb[15]; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, 0, mata, 0, 16); +} + +function com_badlogic_gdx_math_Matrix4_matrix4_1mulVec___3F_3FIV(mat, vec, offset){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + var x_0, y_0, z_0; + x_0 = vec[offset] * mat[0] + vec[offset + 1] * mat[4] + vec[offset + 2] * mat[8] + mat[12]; + y_0 = vec[offset] * mat[1] + vec[offset + 1] * mat[5] + vec[offset + 2] * mat[9] + mat[13]; + z_0 = vec[offset] * mat[2] + vec[offset + 1] * mat[6] + vec[offset + 2] * mat[10] + mat[14]; + vec[offset] = x_0; + vec[offset + 1] = y_0; + vec[offset + 2] = z_0; +} + +function com_badlogic_gdx_math_Matrix4_matrix4_1proj___3F_3FIV(mat, vec, offset){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + var inv_w, x_0, y_0, z_0; + inv_w = 1 / (vec[offset] * mat[3] + vec[offset + 1] * mat[7] + vec[offset + 2] * mat[11] + mat[15]); + x_0 = (vec[offset] * mat[0] + vec[offset + 1] * mat[4] + vec[offset + 2] * mat[8] + mat[12]) * inv_w; + y_0 = (vec[offset] * mat[1] + vec[offset + 1] * mat[5] + vec[offset + 2] * mat[9] + mat[13]) * inv_w; + z_0 = (vec[offset] * mat[2] + vec[offset + 1] * mat[6] + vec[offset + 2] * mat[10] + mat[14]) * inv_w; + vec[offset] = x_0; + vec[offset + 1] = y_0; + vec[offset + 2] = z_0; +} + +function com_badlogic_gdx_math_Matrix4_matrix4_1rot___3F_3FIV(mat, vec, offset){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + var x_0, y_0, z_0; + x_0 = vec[offset] * mat[0] + vec[offset + 1] * mat[4] + vec[offset + 2] * mat[8]; + y_0 = vec[offset] * mat[1] + vec[offset + 1] * mat[5] + vec[offset + 2] * mat[9]; + z_0 = vec[offset] * mat[2] + vec[offset + 1] * mat[6] + vec[offset + 2] * mat[10]; + vec[offset] = x_0; + vec[offset + 1] = y_0; + vec[offset + 2] = z_0; +} + +function com_badlogic_gdx_math_Matrix4_mulVec___3F_3FIIIV(mat, vecs, offset, numVecs, stride){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + var i; + for (i = 0; i < numVecs; i++) { + com_badlogic_gdx_math_Matrix4_matrix4_1mulVec___3F_3FIV(mat, vecs, offset); + offset += stride; + } +} + +function com_badlogic_gdx_math_Matrix4_prj___3F_3FIIIV(mat, vecs, offset, numVecs, stride){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + var i; + for (i = 0; i < numVecs; i++) { + com_badlogic_gdx_math_Matrix4_matrix4_1proj___3F_3FIV(mat, vecs, offset); + offset += stride; + } +} + +function com_badlogic_gdx_math_Matrix4_rot___3F_3FIIIV(mat, vecs, offset, numVecs, stride){ + com_badlogic_gdx_math_Matrix4_$clinit__V(); + var i; + for (i = 0; i < numVecs; i++) { + com_badlogic_gdx_math_Matrix4_matrix4_1rot___3F_3FIV(mat, vecs, offset); + offset += stride; + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(72, 1, {72:1, 3:1}, com_badlogic_gdx_math_Matrix4_Matrix4__V, com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Matrix4_2V, com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Quaternion_2V, com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2V, com_badlogic_gdx_math_Matrix4_Matrix4___3FV); +_.avg__Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_avg__Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(other, w){ + com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, com_badlogic_gdx_math_Matrix4_tmpVec); + com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(other, com_badlogic_gdx_math_Matrix4_tmpForward); + com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this, com_badlogic_gdx_math_Matrix4_quat); + com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(other, com_badlogic_gdx_math_Matrix4_quat2); + com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, com_badlogic_gdx_math_Matrix4_tmpUp); + com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(other, com_badlogic_gdx_math_Matrix4_right); + com_badlogic_gdx_math_Matrix4_$setToScaling__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpVec, w), com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpForward, 1 - w))); + com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Quaternion_$slerp__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, com_badlogic_gdx_math_Matrix4_quat2, 1 - w)); + com_badlogic_gdx_math_Matrix4_$setTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpUp, w), com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_right, 1 - w))); + return this; +} +; +_.avg___3Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_avg___3Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(t){ + var i, w; + w = 1 / t.length; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpVec, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(t[0], com_badlogic_gdx_math_Matrix4_tmpUp), w)); + com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(t[0], com_badlogic_gdx_math_Matrix4_quat2), w)); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpForward, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(t[0], com_badlogic_gdx_math_Matrix4_tmpUp), w)); + for (i = 1; i < t.length; i++) { + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpVec, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(t[i], com_badlogic_gdx_math_Matrix4_tmpUp), w)); + com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(t[i], com_badlogic_gdx_math_Matrix4_quat2), w)); + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpForward, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(t[i], com_badlogic_gdx_math_Matrix4_tmpUp), w)); + } + com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat); + com_badlogic_gdx_math_Matrix4_$setToScaling__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_tmpVec); + com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_quat); + com_badlogic_gdx_math_Matrix4_$setTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_tmpForward); + return this; +} +; +_.avg___3Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_avg___3Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(t, w){ + var i; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpVec, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(t[0], com_badlogic_gdx_math_Matrix4_tmpUp), w[0])); + com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(t[0], com_badlogic_gdx_math_Matrix4_quat2), w[0])); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpForward, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(t[0], com_badlogic_gdx_math_Matrix4_tmpUp), w[0])); + for (i = 1; i < t.length; i++) { + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpVec, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(t[i], com_badlogic_gdx_math_Matrix4_tmpUp), w[i])); + com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(t[i], com_badlogic_gdx_math_Matrix4_quat2), w[i])); + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpForward, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(t[i], com_badlogic_gdx_math_Matrix4_tmpUp), w[i])); + } + com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat); + com_badlogic_gdx_math_Matrix4_$setToScaling__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_tmpVec); + com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_quat); + com_badlogic_gdx_math_Matrix4_$setTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_tmpForward); + return this; +} +; +_.cpy__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_cpy__Lcom_badlogic_gdx_math_Matrix4_2(){ + return new com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Matrix4_2V(this); +} +; +_.det__F = function com_badlogic_gdx_math_Matrix4_det__F(){ + return this.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[12] - this.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[12] - this.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[12] + this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[12] + this.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[12] - this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[12] - this.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[13] + this.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[13] + this.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[13] - this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[13] - this.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[13] + this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[13] + this.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[14] - this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[14] - this.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[14] + this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[14] + this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[14] - this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[14] - this.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[15] + this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[15] + this.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[15] - this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[15] - this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[15] + this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[15]; +} +; +_.det3x3__F = function com_badlogic_gdx_math_Matrix4_det3x3__F(){ + return this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[10] + this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[2] + this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[6] - this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[6] - this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[10] - this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[2]; +} +; +_.extract4x3Matrix___3FV = function com_badlogic_gdx_math_Matrix4_extract4x3Matrix___3FV(dst){ + dst[0] = this.com_badlogic_gdx_math_Matrix4_val[0]; + dst[1] = this.com_badlogic_gdx_math_Matrix4_val[1]; + dst[2] = this.com_badlogic_gdx_math_Matrix4_val[2]; + dst[3] = this.com_badlogic_gdx_math_Matrix4_val[4]; + dst[4] = this.com_badlogic_gdx_math_Matrix4_val[5]; + dst[5] = this.com_badlogic_gdx_math_Matrix4_val[6]; + dst[6] = this.com_badlogic_gdx_math_Matrix4_val[8]; + dst[7] = this.com_badlogic_gdx_math_Matrix4_val[9]; + dst[8] = this.com_badlogic_gdx_math_Matrix4_val[10]; + dst[9] = this.com_badlogic_gdx_math_Matrix4_val[12]; + dst[10] = this.com_badlogic_gdx_math_Matrix4_val[13]; + dst[11] = this.com_badlogic_gdx_math_Matrix4_val[14]; +} +; +_.getRotation__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Matrix4_getRotation__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(rotation){ + return com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this, rotation); +} +; +_.getRotation__Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Matrix4_getRotation__Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2(rotation, normalizeAxes){ + return com_badlogic_gdx_math_Matrix4_$getRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2(this, rotation, normalizeAxes); +} +; +_.getScale__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Matrix4_getScale__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(scale){ + return com_badlogic_gdx_math_Matrix4_$getScale__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, scale); +} +; +_.getScaleX__F = function com_badlogic_gdx_math_Matrix4_getScaleX__F(){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[4]) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[8]) <= $intern_347?$wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[0]):$wnd.Math.sqrt(this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[0] + this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[4] + this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[8]); +} +; +_.getScaleXSquared__F = function com_badlogic_gdx_math_Matrix4_getScaleXSquared__F(){ + return this.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[0] + this.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[4] + this.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[8]; +} +; +_.getScaleY__F = function com_badlogic_gdx_math_Matrix4_getScaleY__F(){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[1]) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[9]) <= $intern_347?$wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[5]):$wnd.Math.sqrt(this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[1] + this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[5] + this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[9]); +} +; +_.getScaleYSquared__F = function com_badlogic_gdx_math_Matrix4_getScaleYSquared__F(){ + return this.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[1] + this.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[5] + this.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[9]; +} +; +_.getScaleZ__F = function com_badlogic_gdx_math_Matrix4_getScaleZ__F(){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[2]) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[6]) <= $intern_347?$wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[10]):$wnd.Math.sqrt(this.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[2] + this.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[6] + this.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[10]); +} +; +_.getScaleZSquared__F = function com_badlogic_gdx_math_Matrix4_getScaleZSquared__F(){ + return this.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[2] + this.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[6] + this.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[10]; +} +; +_.getTranslation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Matrix4_getTranslation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(position){ + return com_badlogic_gdx_math_Matrix4_$getTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, position); +} +; +_.getValues___3F = function com_badlogic_gdx_math_Matrix4_getValues___3F(){ + return this.com_badlogic_gdx_math_Matrix4_val; +} +; +_.hasRotationOrScaling__Z = function com_badlogic_gdx_math_Matrix4_hasRotationOrScaling__Z(){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , !($wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[0] - 1) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[5] - 1) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[10] - 1) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[4]) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[8]) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[1]) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[9]) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[2]) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Matrix4_val[6]) <= $intern_347); +} +; +_.idt__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_idt__Lcom_badlogic_gdx_math_Matrix4_2(){ + return com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this); +} +; +_.inv__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_inv__Lcom_badlogic_gdx_math_Matrix4_2(){ + return com_badlogic_gdx_math_Matrix4_$inv__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this); +} +; +_.lerp__Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_lerp__Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(matrix, alpha_0){ + var i; + for (i = 0; i < 16; i++) + this.com_badlogic_gdx_math_Matrix4_val[i] = this.com_badlogic_gdx_math_Matrix4_val[i] * (1 - alpha_0) + matrix.com_badlogic_gdx_math_Matrix4_val[i] * alpha_0; + return this; +} +; +_.mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(matrix){ + return com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this, matrix); +} +; +_.mulLeft__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_mulLeft__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(matrix){ + com_badlogic_gdx_math_Matrix4_tmp[0] = matrix.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[0] + matrix.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[1] + matrix.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[2] + matrix.com_badlogic_gdx_math_Matrix4_val[12] * this.com_badlogic_gdx_math_Matrix4_val[3]; + com_badlogic_gdx_math_Matrix4_tmp[4] = matrix.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[4] + matrix.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[5] + matrix.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[6] + matrix.com_badlogic_gdx_math_Matrix4_val[12] * this.com_badlogic_gdx_math_Matrix4_val[7]; + com_badlogic_gdx_math_Matrix4_tmp[8] = matrix.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[8] + matrix.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[9] + matrix.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[10] + matrix.com_badlogic_gdx_math_Matrix4_val[12] * this.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[12] = matrix.com_badlogic_gdx_math_Matrix4_val[0] * this.com_badlogic_gdx_math_Matrix4_val[12] + matrix.com_badlogic_gdx_math_Matrix4_val[4] * this.com_badlogic_gdx_math_Matrix4_val[13] + matrix.com_badlogic_gdx_math_Matrix4_val[8] * this.com_badlogic_gdx_math_Matrix4_val[14] + matrix.com_badlogic_gdx_math_Matrix4_val[12] * this.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[1] = matrix.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[0] + matrix.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[1] + matrix.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[2] + matrix.com_badlogic_gdx_math_Matrix4_val[13] * this.com_badlogic_gdx_math_Matrix4_val[3]; + com_badlogic_gdx_math_Matrix4_tmp[5] = matrix.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[4] + matrix.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[5] + matrix.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[6] + matrix.com_badlogic_gdx_math_Matrix4_val[13] * this.com_badlogic_gdx_math_Matrix4_val[7]; + com_badlogic_gdx_math_Matrix4_tmp[9] = matrix.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[8] + matrix.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[9] + matrix.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[10] + matrix.com_badlogic_gdx_math_Matrix4_val[13] * this.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[13] = matrix.com_badlogic_gdx_math_Matrix4_val[1] * this.com_badlogic_gdx_math_Matrix4_val[12] + matrix.com_badlogic_gdx_math_Matrix4_val[5] * this.com_badlogic_gdx_math_Matrix4_val[13] + matrix.com_badlogic_gdx_math_Matrix4_val[9] * this.com_badlogic_gdx_math_Matrix4_val[14] + matrix.com_badlogic_gdx_math_Matrix4_val[13] * this.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[2] = matrix.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[0] + matrix.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[1] + matrix.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[2] + matrix.com_badlogic_gdx_math_Matrix4_val[14] * this.com_badlogic_gdx_math_Matrix4_val[3]; + com_badlogic_gdx_math_Matrix4_tmp[6] = matrix.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[4] + matrix.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[5] + matrix.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[6] + matrix.com_badlogic_gdx_math_Matrix4_val[14] * this.com_badlogic_gdx_math_Matrix4_val[7]; + com_badlogic_gdx_math_Matrix4_tmp[10] = matrix.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[8] + matrix.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[9] + matrix.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[10] + matrix.com_badlogic_gdx_math_Matrix4_val[14] * this.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[14] = matrix.com_badlogic_gdx_math_Matrix4_val[2] * this.com_badlogic_gdx_math_Matrix4_val[12] + matrix.com_badlogic_gdx_math_Matrix4_val[6] * this.com_badlogic_gdx_math_Matrix4_val[13] + matrix.com_badlogic_gdx_math_Matrix4_val[10] * this.com_badlogic_gdx_math_Matrix4_val[14] + matrix.com_badlogic_gdx_math_Matrix4_val[14] * this.com_badlogic_gdx_math_Matrix4_val[15]; + com_badlogic_gdx_math_Matrix4_tmp[3] = matrix.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[0] + matrix.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[1] + matrix.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[2] + matrix.com_badlogic_gdx_math_Matrix4_val[15] * this.com_badlogic_gdx_math_Matrix4_val[3]; + com_badlogic_gdx_math_Matrix4_tmp[7] = matrix.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[4] + matrix.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[5] + matrix.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[6] + matrix.com_badlogic_gdx_math_Matrix4_val[15] * this.com_badlogic_gdx_math_Matrix4_val[7]; + com_badlogic_gdx_math_Matrix4_tmp[11] = matrix.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[8] + matrix.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[9] + matrix.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[10] + matrix.com_badlogic_gdx_math_Matrix4_val[15] * this.com_badlogic_gdx_math_Matrix4_val[11]; + com_badlogic_gdx_math_Matrix4_tmp[15] = matrix.com_badlogic_gdx_math_Matrix4_val[3] * this.com_badlogic_gdx_math_Matrix4_val[12] + matrix.com_badlogic_gdx_math_Matrix4_val[7] * this.com_badlogic_gdx_math_Matrix4_val[13] + matrix.com_badlogic_gdx_math_Matrix4_val[11] * this.com_badlogic_gdx_math_Matrix4_val[14] + matrix.com_badlogic_gdx_math_Matrix4_val[15] * this.com_badlogic_gdx_math_Matrix4_val[15]; + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_tmp); +} +; +_.rotate__FFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_rotate__FFFFLcom_badlogic_gdx_math_Matrix4_2(axisX, axisY, axisZ, degrees){ + if (degrees == 0) + return this; + com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, axisX, axisY, axisZ, degrees * $intern_256); + return com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_quat); +} +; +_.rotate__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_rotate__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(rotation){ + return com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, rotation); +} +; +_.rotate__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_rotate__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(axis_0, degrees){ + return com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(this, axis_0, degrees); +} +; +_.rotate__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_rotate__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(v1, v2){ + return com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Quaternion_$setFromCross__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, v1, v2)); +} +; +_.rotateRad__FFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_rotateRad__FFFFLcom_badlogic_gdx_math_Matrix4_2(axisX, axisY, axisZ, radians){ + if (radians == 0) + return this; + com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, axisX, axisY, axisZ, radians); + return com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_quat); +} +; +_.rotateRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_rotateRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(axis_0, radians){ + if (radians == 0) + return this; + com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, axis_0, radians); + return com_badlogic_gdx_math_Matrix4_$rotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_quat); +} +; +_.rotateTowardDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_rotateTowardDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(direction, up){ + return com_badlogic_gdx_math_Matrix4_$rotateTowardDirection__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, direction, up); +} +; +_.rotateTowardTarget__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_rotateTowardTarget__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(target, up){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpVec, target.com_badlogic_gdx_math_Vector3_x - this.com_badlogic_gdx_math_Matrix4_val[12], target.com_badlogic_gdx_math_Vector3_y - this.com_badlogic_gdx_math_Matrix4_val[13], target.com_badlogic_gdx_math_Vector3_z - this.com_badlogic_gdx_math_Matrix4_val[14]); + return com_badlogic_gdx_math_Matrix4_$rotateTowardDirection__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_tmpVec, up); +} +; +_.scale__FFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_scale__FFFLcom_badlogic_gdx_math_Matrix4_2(scaleX, scaleY, scaleZ){ + return com_badlogic_gdx_math_Matrix4_$scale__Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(this, scaleX, scaleY, scaleZ); +} +; +_.scl__FLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_scl__FLcom_badlogic_gdx_math_Matrix4_2(scale){ + this.com_badlogic_gdx_math_Matrix4_val[0] *= scale; + this.com_badlogic_gdx_math_Matrix4_val[5] *= scale; + this.com_badlogic_gdx_math_Matrix4_val[10] *= scale; + return this; +} +; +_.scl__FFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_scl__FFFLcom_badlogic_gdx_math_Matrix4_2(x_0, y_0, z_0){ + this.com_badlogic_gdx_math_Matrix4_val[0] *= x_0; + this.com_badlogic_gdx_math_Matrix4_val[5] *= y_0; + this.com_badlogic_gdx_math_Matrix4_val[10] *= z_0; + return this; +} +; +_.scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(scale){ + this.com_badlogic_gdx_math_Matrix4_val[0] *= scale.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_math_Matrix4_val[5] *= scale.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_math_Matrix4_val[10] *= scale.com_badlogic_gdx_math_Vector3_z; + return this; +} +; +_.set__FFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__FFFFLcom_badlogic_gdx_math_Matrix4_2(quaternionX, quaternionY, quaternionZ, quaternionW){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this, 0, 0, 0, quaternionX, quaternionY, quaternionZ, quaternionW); +} +; +_.set__FFFFFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(translationX, translationY, translationZ, quaternionX, quaternionY, quaternionZ, quaternionW){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this, translationX, translationY, translationZ, quaternionX, quaternionY, quaternionZ, quaternionW); +} +; +_.set__FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(translationX, translationY, translationZ, quaternionX, quaternionY, quaternionZ, quaternionW, scaleX, scaleY, scaleZ){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this, translationX, translationY, translationZ, quaternionX, quaternionY, quaternionZ, quaternionW, scaleX, scaleY, scaleZ); +} +; +_.set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix4_2(affine){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix4_2(this, affine); +} +; +_.set__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix4_2(mat){ + this.com_badlogic_gdx_math_Matrix4_val[0] = mat.com_badlogic_gdx_math_Matrix3_val[0]; + this.com_badlogic_gdx_math_Matrix4_val[1] = mat.com_badlogic_gdx_math_Matrix3_val[1]; + this.com_badlogic_gdx_math_Matrix4_val[2] = mat.com_badlogic_gdx_math_Matrix3_val[2]; + this.com_badlogic_gdx_math_Matrix4_val[3] = 0; + this.com_badlogic_gdx_math_Matrix4_val[4] = mat.com_badlogic_gdx_math_Matrix3_val[3]; + this.com_badlogic_gdx_math_Matrix4_val[5] = mat.com_badlogic_gdx_math_Matrix3_val[4]; + this.com_badlogic_gdx_math_Matrix4_val[6] = mat.com_badlogic_gdx_math_Matrix3_val[5]; + this.com_badlogic_gdx_math_Matrix4_val[7] = 0; + this.com_badlogic_gdx_math_Matrix4_val[8] = 0; + this.com_badlogic_gdx_math_Matrix4_val[9] = 0; + this.com_badlogic_gdx_math_Matrix4_val[10] = 1; + this.com_badlogic_gdx_math_Matrix4_val[11] = 0; + this.com_badlogic_gdx_math_Matrix4_val[12] = mat.com_badlogic_gdx_math_Matrix3_val[6]; + this.com_badlogic_gdx_math_Matrix4_val[13] = mat.com_badlogic_gdx_math_Matrix3_val[7]; + this.com_badlogic_gdx_math_Matrix4_val[14] = 0; + this.com_badlogic_gdx_math_Matrix4_val[15] = mat.com_badlogic_gdx_math_Matrix3_val[8]; + return this; +} +; +_.set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(matrix){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this, matrix.com_badlogic_gdx_math_Matrix4_val); +} +; +_.set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(quaternion){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, quaternion); +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(position, orientation){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(this, position.com_badlogic_gdx_math_Vector3_x, position.com_badlogic_gdx_math_Vector3_y, position.com_badlogic_gdx_math_Vector3_z, orientation.com_badlogic_gdx_math_Quaternion_x, orientation.com_badlogic_gdx_math_Quaternion_y, orientation.com_badlogic_gdx_math_Quaternion_z, orientation.com_badlogic_gdx_math_Quaternion_w); +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(position, orientation, scale){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, position, orientation, scale); +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(xAxis, yAxis, zAxis, pos){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, xAxis, yAxis, zAxis, pos); +} +; +_.set___3FLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_set___3FLcom_badlogic_gdx_math_Matrix4_2(values){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this, values); +} +; +_.setAsAffine__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setAsAffine__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix4_2(affine){ + this.com_badlogic_gdx_math_Matrix4_val[0] = affine.com_badlogic_gdx_math_Affine2_m00; + this.com_badlogic_gdx_math_Matrix4_val[1] = affine.com_badlogic_gdx_math_Affine2_m10; + this.com_badlogic_gdx_math_Matrix4_val[4] = affine.com_badlogic_gdx_math_Affine2_m01; + this.com_badlogic_gdx_math_Matrix4_val[5] = affine.com_badlogic_gdx_math_Affine2_m11; + this.com_badlogic_gdx_math_Matrix4_val[12] = affine.com_badlogic_gdx_math_Affine2_m02; + this.com_badlogic_gdx_math_Matrix4_val[13] = affine.com_badlogic_gdx_math_Affine2_m12; + return this; +} +; +_.setAsAffine__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setAsAffine__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(mat){ + this.com_badlogic_gdx_math_Matrix4_val[0] = mat.com_badlogic_gdx_math_Matrix4_val[0]; + this.com_badlogic_gdx_math_Matrix4_val[1] = mat.com_badlogic_gdx_math_Matrix4_val[1]; + this.com_badlogic_gdx_math_Matrix4_val[4] = mat.com_badlogic_gdx_math_Matrix4_val[4]; + this.com_badlogic_gdx_math_Matrix4_val[5] = mat.com_badlogic_gdx_math_Matrix4_val[5]; + this.com_badlogic_gdx_math_Matrix4_val[12] = mat.com_badlogic_gdx_math_Matrix4_val[12]; + this.com_badlogic_gdx_math_Matrix4_val[13] = mat.com_badlogic_gdx_math_Matrix4_val[13]; + return this; +} +; +_.setFromEulerAngles__FFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setFromEulerAngles__FFFLcom_badlogic_gdx_math_Matrix4_2(yaw, pitch, roll){ + com_badlogic_gdx_math_Quaternion_$setEulerAnglesRad__Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, yaw * $intern_256, pitch * $intern_256, roll * $intern_256); + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_quat); +} +; +_.setFromEulerAnglesRad__FFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setFromEulerAnglesRad__FFFLcom_badlogic_gdx_math_Matrix4_2(yaw, pitch, roll){ + com_badlogic_gdx_math_Quaternion_$setEulerAnglesRad__Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, yaw, pitch, roll); + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_quat); +} +; +_.setToLookAt__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToLookAt__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(direction, up){ + return com_badlogic_gdx_math_Matrix4_$setToLookAt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, direction, up); +} +; +_.setToLookAt__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToLookAt__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(position, target, up){ + return com_badlogic_gdx_math_Matrix4_$setToLookAt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, position, target, up); +} +; +_.setToOrtho__FFFFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToOrtho__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(left, right, bottom, top_0, near, far){ + return com_badlogic_gdx_math_Matrix4_$setToOrtho__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(this, left, right, bottom, top_0, near, far); +} +; +_.setToOrtho2D__FFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToOrtho2D__FFFFLcom_badlogic_gdx_math_Matrix4_2(x_0, y_0, width_0, height){ + return com_badlogic_gdx_math_Matrix4_$setToOrtho2D__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this, x_0, y_0, width_0, height); +} +; +_.setToOrtho2D__FFFFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToOrtho2D__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(x_0, y_0, width_0, height, near, far){ + com_badlogic_gdx_math_Matrix4_$setToOrtho__Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(this, x_0, x_0 + width_0, y_0, y_0 + height, near, far); + return this; +} +; +_.setToProjection__FFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToProjection__FFFFLcom_badlogic_gdx_math_Matrix4_2(near, far, fovy, aspectRatio){ + var l_a1, l_a2, l_fd; + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this); + l_fd = 1 / $wnd.Math.tan(fovy * 0.017453292519943295 / 2); + l_a1 = (far + near) / (near - far); + l_a2 = 2 * far * near / (near - far); + this.com_badlogic_gdx_math_Matrix4_val[0] = l_fd / aspectRatio; + this.com_badlogic_gdx_math_Matrix4_val[1] = 0; + this.com_badlogic_gdx_math_Matrix4_val[2] = 0; + this.com_badlogic_gdx_math_Matrix4_val[3] = 0; + this.com_badlogic_gdx_math_Matrix4_val[4] = 0; + this.com_badlogic_gdx_math_Matrix4_val[5] = l_fd; + this.com_badlogic_gdx_math_Matrix4_val[6] = 0; + this.com_badlogic_gdx_math_Matrix4_val[7] = 0; + this.com_badlogic_gdx_math_Matrix4_val[8] = 0; + this.com_badlogic_gdx_math_Matrix4_val[9] = 0; + this.com_badlogic_gdx_math_Matrix4_val[10] = l_a1; + this.com_badlogic_gdx_math_Matrix4_val[11] = -1; + this.com_badlogic_gdx_math_Matrix4_val[12] = 0; + this.com_badlogic_gdx_math_Matrix4_val[13] = 0; + this.com_badlogic_gdx_math_Matrix4_val[14] = l_a2; + this.com_badlogic_gdx_math_Matrix4_val[15] = 0; + return this; +} +; +_.setToProjection__FFFFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToProjection__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(left, right, bottom, top_0, near, far){ + var a, b, l_a1, l_a2, x_0, y_0; + x_0 = 2 * near / (right - left); + y_0 = 2 * near / (top_0 - bottom); + a = (right + left) / (right - left); + b = (top_0 + bottom) / (top_0 - bottom); + l_a1 = (far + near) / (near - far); + l_a2 = 2 * far * near / (near - far); + this.com_badlogic_gdx_math_Matrix4_val[0] = x_0; + this.com_badlogic_gdx_math_Matrix4_val[1] = 0; + this.com_badlogic_gdx_math_Matrix4_val[2] = 0; + this.com_badlogic_gdx_math_Matrix4_val[3] = 0; + this.com_badlogic_gdx_math_Matrix4_val[4] = 0; + this.com_badlogic_gdx_math_Matrix4_val[5] = y_0; + this.com_badlogic_gdx_math_Matrix4_val[6] = 0; + this.com_badlogic_gdx_math_Matrix4_val[7] = 0; + this.com_badlogic_gdx_math_Matrix4_val[8] = a; + this.com_badlogic_gdx_math_Matrix4_val[9] = b; + this.com_badlogic_gdx_math_Matrix4_val[10] = l_a1; + this.com_badlogic_gdx_math_Matrix4_val[11] = -1; + this.com_badlogic_gdx_math_Matrix4_val[12] = 0; + this.com_badlogic_gdx_math_Matrix4_val[13] = 0; + this.com_badlogic_gdx_math_Matrix4_val[14] = l_a2; + this.com_badlogic_gdx_math_Matrix4_val[15] = 0; + return this; +} +; +_.setToRotation__FFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToRotation__FFFFLcom_badlogic_gdx_math_Matrix4_2(axisX, axisY, axisZ, degrees){ + return com_badlogic_gdx_math_Matrix4_$setToRotation__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this, axisX, axisY, axisZ, degrees); +} +; +_.setToRotation__FFFFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToRotation__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(x1, y1, z1, x2, y2, z2){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Quaternion_$setFromCross__Lcom_badlogic_gdx_math_Quaternion_2FFFFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, x1, y1, z1, x2, y2, z2)); +} +; +_.setToRotation__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToRotation__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(axis_0, degrees){ + return com_badlogic_gdx_math_Matrix4_$setToRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(this, axis_0, degrees); +} +; +_.setToRotation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToRotation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(v1, v2){ + return com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Quaternion_$setFromCross__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Matrix4_quat, v1, v2)); +} +; +_.setToRotationRad__FFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToRotationRad__FFFFLcom_badlogic_gdx_math_Matrix4_2(axisX, axisY, axisZ, radians){ + return com_badlogic_gdx_math_Matrix4_$setToRotationRad__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this, axisX, axisY, axisZ, radians); +} +; +_.setToRotationRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToRotationRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(axis_0, radians){ + return com_badlogic_gdx_math_Matrix4_$setToRotationRad__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(this, axis_0, radians); +} +; +_.setToScaling__FFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToScaling__FFFLcom_badlogic_gdx_math_Matrix4_2(x_0, y_0, z_0){ + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this); + this.com_badlogic_gdx_math_Matrix4_val[0] = x_0; + this.com_badlogic_gdx_math_Matrix4_val[5] = y_0; + this.com_badlogic_gdx_math_Matrix4_val[10] = z_0; + return this; +} +; +_.setToScaling__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToScaling__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(vector){ + return com_badlogic_gdx_math_Matrix4_$setToScaling__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, vector); +} +; +_.setToTranslation__FFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToTranslation__FFFLcom_badlogic_gdx_math_Matrix4_2(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Matrix4_$setToTranslation__Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(this, x_0, y_0, z_0); +} +; +_.setToTranslation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToTranslation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(vector){ + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this); + this.com_badlogic_gdx_math_Matrix4_val[12] = vector.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_math_Matrix4_val[13] = vector.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_math_Matrix4_val[14] = vector.com_badlogic_gdx_math_Vector3_z; + return this; +} +; +_.setToTranslationAndScaling__FFFFFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToTranslationAndScaling__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(translationX, translationY, translationZ, scalingX, scalingY, scalingZ){ + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this); + this.com_badlogic_gdx_math_Matrix4_val[12] = translationX; + this.com_badlogic_gdx_math_Matrix4_val[13] = translationY; + this.com_badlogic_gdx_math_Matrix4_val[14] = translationZ; + this.com_badlogic_gdx_math_Matrix4_val[0] = scalingX; + this.com_badlogic_gdx_math_Matrix4_val[5] = scalingY; + this.com_badlogic_gdx_math_Matrix4_val[10] = scalingZ; + return this; +} +; +_.setToTranslationAndScaling__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToTranslationAndScaling__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(translation, scaling){ + com_badlogic_gdx_math_Matrix4_$idt__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this); + this.com_badlogic_gdx_math_Matrix4_val[12] = translation.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_math_Matrix4_val[13] = translation.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_math_Matrix4_val[14] = translation.com_badlogic_gdx_math_Vector3_z; + this.com_badlogic_gdx_math_Matrix4_val[0] = scaling.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_math_Matrix4_val[5] = scaling.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_math_Matrix4_val[10] = scaling.com_badlogic_gdx_math_Vector3_z; + return this; +} +; +_.setToWorld__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setToWorld__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(position, forward, up){ + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpForward, forward)); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_right, com_badlogic_gdx_math_Matrix4_tmpForward), up)); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpUp, com_badlogic_gdx_math_Matrix4_right), com_badlogic_gdx_math_Matrix4_tmpForward)); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, com_badlogic_gdx_math_Matrix4_right, com_badlogic_gdx_math_Matrix4_tmpUp, com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Matrix4_tmpForward, -1), position); + return this; +} +; +_.setTranslation__FFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setTranslation__FFFLcom_badlogic_gdx_math_Matrix4_2(x_0, y_0, z_0){ + this.com_badlogic_gdx_math_Matrix4_val[12] = x_0; + this.com_badlogic_gdx_math_Matrix4_val[13] = y_0; + this.com_badlogic_gdx_math_Matrix4_val[14] = z_0; + return this; +} +; +_.setTranslation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_setTranslation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(vector){ + return com_badlogic_gdx_math_Matrix4_$setTranslation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, vector); +} +; +_.toNormalMatrix__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_toNormalMatrix__Lcom_badlogic_gdx_math_Matrix4_2(){ + this.com_badlogic_gdx_math_Matrix4_val[12] = 0; + this.com_badlogic_gdx_math_Matrix4_val[13] = 0; + this.com_badlogic_gdx_math_Matrix4_val[14] = 0; + return com_badlogic_gdx_math_Matrix4_$tra__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Matrix4_$inv__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this)); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Matrix4_toString__Ljava_lang_String_2(){ + return '[' + this.com_badlogic_gdx_math_Matrix4_val[0] + '|' + this.com_badlogic_gdx_math_Matrix4_val[4] + '|' + this.com_badlogic_gdx_math_Matrix4_val[8] + '|' + this.com_badlogic_gdx_math_Matrix4_val[12] + $intern_395 + '[' + this.com_badlogic_gdx_math_Matrix4_val[1] + '|' + this.com_badlogic_gdx_math_Matrix4_val[5] + '|' + this.com_badlogic_gdx_math_Matrix4_val[9] + '|' + this.com_badlogic_gdx_math_Matrix4_val[13] + $intern_395 + '[' + this.com_badlogic_gdx_math_Matrix4_val[2] + '|' + this.com_badlogic_gdx_math_Matrix4_val[6] + '|' + this.com_badlogic_gdx_math_Matrix4_val[10] + '|' + this.com_badlogic_gdx_math_Matrix4_val[14] + $intern_395 + '[' + this.com_badlogic_gdx_math_Matrix4_val[3] + '|' + this.com_badlogic_gdx_math_Matrix4_val[7] + '|' + this.com_badlogic_gdx_math_Matrix4_val[11] + '|' + this.com_badlogic_gdx_math_Matrix4_val[15] + $intern_395; +} +; +_.tra__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_tra__Lcom_badlogic_gdx_math_Matrix4_2(){ + return com_badlogic_gdx_math_Matrix4_$tra__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this); +} +; +_.translate__FFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_translate__FFFLcom_badlogic_gdx_math_Matrix4_2(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Matrix4_$translate__Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(this, x_0, y_0, z_0); +} +; +_.translate__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_translate__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(translation){ + return com_badlogic_gdx_math_Matrix4_$translate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(this, translation); +} +; +_.trn__FFFLcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_trn__FFFLcom_badlogic_gdx_math_Matrix4_2(x_0, y_0, z_0){ + this.com_badlogic_gdx_math_Matrix4_val[12] += x_0; + this.com_badlogic_gdx_math_Matrix4_val[13] += y_0; + this.com_badlogic_gdx_math_Matrix4_val[14] += z_0; + return this; +} +; +_.trn__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_Matrix4_trn__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(vector){ + this.com_badlogic_gdx_math_Matrix4_val[12] += vector.com_badlogic_gdx_math_Vector3_x; + this.com_badlogic_gdx_math_Matrix4_val[13] += vector.com_badlogic_gdx_math_Vector3_y; + this.com_badlogic_gdx_math_Matrix4_val[14] += vector.com_badlogic_gdx_math_Vector3_z; + return this; +} +; +var com_badlogic_gdx_math_Matrix4_l_1vex, com_badlogic_gdx_math_Matrix4_l_1vey, com_badlogic_gdx_math_Matrix4_l_1vez, com_badlogic_gdx_math_Matrix4_quat, com_badlogic_gdx_math_Matrix4_quat2, com_badlogic_gdx_math_Matrix4_right, com_badlogic_gdx_math_Matrix4_tmp, com_badlogic_gdx_math_Matrix4_tmpForward, com_badlogic_gdx_math_Matrix4_tmpMat, com_badlogic_gdx_math_Matrix4_tmpUp, com_badlogic_gdx_math_Matrix4_tmpVec; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_397, 72, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Octree_$clinit__V(){ + com_badlogic_gdx_math_Octree_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Octree_tmp = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this$static, min_0, max_0, level){ + var node; + node = com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_math_Octree_nodePool); + com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(node.com_badlogic_gdx_math_Octree$OctreeNode_bounds, min_0, max_0); + node.com_badlogic_gdx_math_Octree$OctreeNode_level = level; + node.com_badlogic_gdx_math_Octree$OctreeNode_leaf = true; + return node; +} + +function com_badlogic_gdx_math_Octree_Octree__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2IILcom_badlogic_gdx_math_Octree$Collider_2V(minimum, maximum, maxDepth, maxItemsPerNode, collider){ + com_badlogic_gdx_math_Octree_$clinit__V(); + var realMax, realMin; + this.com_badlogic_gdx_math_Octree_nodePool = new com_badlogic_gdx_math_Octree$1_Octree$1__Lcom_badlogic_gdx_math_Octree_2V(this); + realMin = new com_badlogic_gdx_math_Vector3_Vector3__FFFV($wnd.Math.min(minimum.com_badlogic_gdx_math_Vector3_x, maximum.com_badlogic_gdx_math_Vector3_x), $wnd.Math.min(minimum.com_badlogic_gdx_math_Vector3_y, maximum.com_badlogic_gdx_math_Vector3_y), $wnd.Math.min(minimum.com_badlogic_gdx_math_Vector3_z, maximum.com_badlogic_gdx_math_Vector3_z)); + realMax = new com_badlogic_gdx_math_Vector3_Vector3__FFFV($wnd.Math.max(minimum.com_badlogic_gdx_math_Vector3_x, maximum.com_badlogic_gdx_math_Vector3_x), $wnd.Math.max(minimum.com_badlogic_gdx_math_Vector3_y, maximum.com_badlogic_gdx_math_Vector3_y), $wnd.Math.max(minimum.com_badlogic_gdx_math_Vector3_z, maximum.com_badlogic_gdx_math_Vector3_z)); + this.com_badlogic_gdx_math_Octree_root = com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this, realMin, realMax, maxDepth); + this.com_badlogic_gdx_math_Octree_collider = collider; + this.com_badlogic_gdx_math_Octree_maxItemsPerNode = maxItemsPerNode; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(597, 1, {597:1}, com_badlogic_gdx_math_Octree_Octree__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2IILcom_badlogic_gdx_math_Octree$Collider_2V); +_.add__Ljava_lang_Object_2V = function com_badlogic_gdx_math_Octree_add__Ljava_lang_Object_2V(object){ + com_badlogic_gdx_math_Octree$OctreeNode_$add__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2V(this.com_badlogic_gdx_math_Octree_root, object); +} +; +_.getAll__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2 = function com_badlogic_gdx_math_Octree_getAll__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2(resultSet){ + com_badlogic_gdx_math_Octree$OctreeNode_$getAll__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_utils_ObjectSet_2V(this.com_badlogic_gdx_math_Octree_root, resultSet); + return resultSet; +} +; +_.getNodesBoxes__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2 = function com_badlogic_gdx_math_Octree_getNodesBoxes__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2(boxes){ + com_badlogic_gdx_math_Octree$OctreeNode_$getBoundingBox__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_utils_ObjectSet_2V(this.com_badlogic_gdx_math_Octree_root, boxes); + return boxes; +} +; +_.query__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2 = function com_badlogic_gdx_math_Octree_query__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2(frustum, result){ + com_badlogic_gdx_math_Octree$OctreeNode_$query__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_utils_ObjectSet_2V(this.com_badlogic_gdx_math_Octree_root, frustum, result); + return result; +} +; +_.query__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2 = function com_badlogic_gdx_math_Octree_query__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2(aabb, result){ + com_badlogic_gdx_math_Octree$OctreeNode_$query__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_utils_ObjectSet_2V(this.com_badlogic_gdx_math_Octree_root, aabb, result); + return result; +} +; +_.rayCast__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2Ljava_lang_Object_2 = function com_badlogic_gdx_math_Octree_rayCast__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2Ljava_lang_Object_2(ray, result){ + result.com_badlogic_gdx_math_Octree$RayCastResult_distance = result.com_badlogic_gdx_math_Octree$RayCastResult_maxDistanceSq; + com_badlogic_gdx_math_Octree$OctreeNode_$rayCast__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2V(this.com_badlogic_gdx_math_Octree_root, ray, result); + return result.com_badlogic_gdx_math_Octree$RayCastResult_geometry; +} +; +_.remove__Ljava_lang_Object_2V = function com_badlogic_gdx_math_Octree_remove__Ljava_lang_Object_2V(object){ + com_badlogic_gdx_math_Octree$OctreeNode_$remove__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_math_Octree_root, object); +} +; +_.update__Ljava_lang_Object_2V = function com_badlogic_gdx_math_Octree_update__Ljava_lang_Object_2V(object){ + com_badlogic_gdx_math_Octree$OctreeNode_$remove__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_math_Octree_root, object); + com_badlogic_gdx_math_Octree$OctreeNode_$add__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2V(this.com_badlogic_gdx_math_Octree_root, object); +} +; +_.com_badlogic_gdx_math_Octree_maxItemsPerNode = 0; +var com_badlogic_gdx_math_Octree_tmp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Octree', 597, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Octree$1_Octree$1__Lcom_badlogic_gdx_math_Octree_2V(this$0){ + this.com_badlogic_gdx_math_Octree$1_this$01 = this$0; + com_badlogic_gdx_utils_Pool_Pool__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(985, 132, $intern_74, com_badlogic_gdx_math_Octree$1_Octree$1__Lcom_badlogic_gdx_math_Octree_2V); +_.newObject__Ljava_lang_Object_2 = function com_badlogic_gdx_math_Octree$1_newObject__Ljava_lang_Object_2(){ + return new com_badlogic_gdx_math_Octree$OctreeNode_Octree$OctreeNode__Lcom_badlogic_gdx_math_Octree_2V(this.com_badlogic_gdx_math_Octree$1_this$01); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Octree/1', 985, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit); +function com_badlogic_gdx_math_Octree$OctreeNode_$add__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2V(this$static, geometry){ + var child, child$array, child$index, child$max; + if (!null.$_nullMethod()) { + return; + } + if (this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf) { + if (this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries.com_badlogic_gdx_utils_Array_size >= this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01.com_badlogic_gdx_math_Octree_maxItemsPerNode && this$static.com_badlogic_gdx_math_Octree$OctreeNode_level > 0) { + com_badlogic_gdx_math_Octree$OctreeNode_$split__Lcom_badlogic_gdx_math_Octree$OctreeNode_2V(this$static); + for (child$array = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , child$index = 0 , child$max = child$array.length; child$index < child$max; ++child$index) { + child = child$array[child$index]; + com_badlogic_gdx_math_Octree$OctreeNode_$add__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2V(child, geometry); + } + } + else { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries, geometry); + } + } + else { + for (child$array = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , child$index = 0 , child$max = child$array.length; child$index < child$max; ++child$index) { + child = child$array[child$index]; + com_badlogic_gdx_math_Octree$OctreeNode_$add__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2V(child, geometry); + } + } +} + +function com_badlogic_gdx_math_Octree$OctreeNode_$clearChildren__Lcom_badlogic_gdx_math_Octree$OctreeNode_2V(this$static){ + var i; + for (i = 0; i < 8; i++) { + com_badlogic_gdx_math_Octree$OctreeNode_$free__Lcom_badlogic_gdx_math_Octree$OctreeNode_2V(this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[i]); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[i] = null; + } +} + +function com_badlogic_gdx_math_Octree$OctreeNode_$free__Lcom_badlogic_gdx_math_Octree$OctreeNode_2V(this$static){ + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf || com_badlogic_gdx_math_Octree$OctreeNode_$clearChildren__Lcom_badlogic_gdx_math_Octree$OctreeNode_2V(this$static); + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01.com_badlogic_gdx_math_Octree_nodePool, this$static); +} + +function com_badlogic_gdx_math_Octree$OctreeNode_$getAll__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_utils_ObjectSet_2V(this$static, resultSet){ + var child, child$array, child$index, child$max; + if (!this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf) { + for (child$array = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , child$index = 0 , child$max = child$array.length; child$index < child$max; ++child$index) { + child = child$array[child$index]; + com_badlogic_gdx_math_Octree$OctreeNode_$getAll__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_utils_ObjectSet_2V(child, resultSet); + } + } + com_badlogic_gdx_utils_ObjectSet_$addAll__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_Array_2V(resultSet, this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries); +} + +function com_badlogic_gdx_math_Octree$OctreeNode_$getBoundingBox__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_utils_ObjectSet_2V(this$static, bounds){ + var node, node$array, node$index, node$max; + if (!this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf) { + for (node$array = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , node$index = 0 , node$max = node$array.length; node$index < node$max; ++node$index) { + node = node$array[node$index]; + com_badlogic_gdx_math_Octree$OctreeNode_$getBoundingBox__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_utils_ObjectSet_2V(node, bounds); + } + } + bounds.add__Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds); +} + +function com_badlogic_gdx_math_Octree$OctreeNode_$query__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_utils_ObjectSet_2V(this$static, frustum, result){ + var geometry, geometry$iterator, node, node$array, node$index, node$max; + if (!com_badlogic_gdx_math_Intersector_intersectFrustumBounds__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(frustum, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds)) { + return; + } + if (this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf) { + for (geometry$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(geometry$iterator);) { + geometry = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(geometry$iterator); + null.$_nullMethod() && result.add__Ljava_lang_Object_2Z(geometry); + } + } + else { + for (node$array = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , node$index = 0 , node$max = node$array.length; node$index < node$max; ++node$index) { + node = node$array[node$index]; + com_badlogic_gdx_math_Octree$OctreeNode_$query__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_utils_ObjectSet_2V(node, frustum, result); + } + } +} + +function com_badlogic_gdx_math_Octree$OctreeNode_$query__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_utils_ObjectSet_2V(this$static, aabb, result){ + var geometry, geometry$iterator, node, node$array, node$index, node$max; + if (!com_badlogic_gdx_math_collision_BoundingBox_$intersects__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(aabb, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds)) { + return; + } + if (this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf) { + for (geometry$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(geometry$iterator);) { + geometry = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(geometry$iterator); + null.$_nullMethod() && result.add__Ljava_lang_Object_2Z(geometry); + } + } + else { + for (node$array = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , node$index = 0 , node$max = node$array.length; node$index < node$max; ++node$index) { + node = node$array[node$index]; + com_badlogic_gdx_math_Octree$OctreeNode_$query__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_utils_ObjectSet_2V(node, aabb, result); + } + } +} + +function com_badlogic_gdx_math_Octree$OctreeNode_$rayCast__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2V(this$static, ray, result){ + var child, child$array, child$index, child$max, distance, dst2, geometry, geometry$iterator, intersect; + intersect = com_badlogic_gdx_math_Intersector_intersectRayBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(ray, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds, (com_badlogic_gdx_math_Octree_$clinit__V() , com_badlogic_gdx_math_Octree_tmp)); + if (intersect) { + dst2 = com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(com_badlogic_gdx_math_Octree_tmp, ray.com_badlogic_gdx_math_collision_Ray_origin); + if (dst2 >= result.com_badlogic_gdx_math_Octree$RayCastResult_maxDistanceSq) { + return; + } + } + else { + return; + } + if (this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf) { + for (geometry$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(geometry$iterator);) { + geometry = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(geometry$iterator); + distance = null.$_nullMethod(); + if (result.com_badlogic_gdx_math_Octree$RayCastResult_geometry == null || distance < result.com_badlogic_gdx_math_Octree$RayCastResult_distance) { + result.com_badlogic_gdx_math_Octree$RayCastResult_geometry = geometry; + result.com_badlogic_gdx_math_Octree$RayCastResult_distance = distance; + } + } + } + else { + for (child$array = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , child$index = 0 , child$max = child$array.length; child$index < child$max; ++child$index) { + child = child$array[child$index]; + com_badlogic_gdx_math_Octree$OctreeNode_$rayCast__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2V(child, ray, result); + } + } +} + +function com_badlogic_gdx_math_Octree$OctreeNode_$remove__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2Z(this$static, object){ + var geometry, geometry$iterator, geometrySet, node, node$array, node$array0, node$index, node$index0, node$max, node$max0, removed; + if (!this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf) { + removed = false; + for (node$array0 = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , node$index0 = 0 , node$max0 = node$array0.length; node$index0 < node$max0; ++node$index0) { + node = node$array0[node$index0]; + removed = removed | com_badlogic_gdx_math_Octree$OctreeNode_$remove__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2Z(node, object); + } + if (removed) { + geometrySet = new com_badlogic_gdx_utils_ObjectSet_ObjectSet__V; + for (node$array = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , node$index = 0 , node$max = node$array.length; node$index < node$max; ++node$index) { + node = node$array[node$index]; + com_badlogic_gdx_math_Octree$OctreeNode_$getAll__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Lcom_badlogic_gdx_utils_ObjectSet_2V(node, geometrySet); + } + if (geometrySet.com_badlogic_gdx_utils_ObjectSet_size <= this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01.com_badlogic_gdx_math_Octree_maxItemsPerNode) { + for (geometry$iterator = com_badlogic_gdx_utils_ObjectSet_$iterator__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2(geometrySet); com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$hasNext__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Z(geometry$iterator);) { + geometry = com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$next__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Ljava_lang_Object_2(geometry$iterator); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries, geometry); + } + com_badlogic_gdx_math_Octree$OctreeNode_$clearChildren__Lcom_badlogic_gdx_math_Octree$OctreeNode_2V(this$static); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf = true; + } + } + return removed; + } + return com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries, object, true); +} + +function com_badlogic_gdx_math_Octree$OctreeNode_$split__Lcom_badlogic_gdx_math_Octree$OctreeNode_2V(this$static){ + var child, child$array, child$index, child$max, deeperLevel, geometry, geometry$iterator, midx, midy, midz; + midx = (this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x) * 0.5; + midy = (this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y) * 0.5; + midz = (this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z + this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z) * 0.5; + deeperLevel = this$static.com_badlogic_gdx_math_Octree$OctreeNode_level - 1; + this$static.com_badlogic_gdx_math_Octree$OctreeNode_leaf = false; + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children == null && (this$static.com_badlogic_gdx_math_Octree$OctreeNode_children = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$OctreeNode_12_1classLit, $intern_144, 653, 8, 0, 1)); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[0] = com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01, new com_badlogic_gdx_math_Vector3_Vector3__FFFV(this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, midy, midz), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(midx, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), deeperLevel); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[1] = com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01, new com_badlogic_gdx_math_Vector3_Vector3__FFFV(midx, midy, midz), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), deeperLevel); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[2] = com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01, new com_badlogic_gdx_math_Vector3_Vector3__FFFV(midx, midy, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, midz), deeperLevel); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[3] = com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01, new com_badlogic_gdx_math_Vector3_Vector3__FFFV(this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, midy, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(midx, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, midz), deeperLevel); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[4] = com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01, new com_badlogic_gdx_math_Vector3_Vector3__FFFV(this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, midz), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(midx, midy, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), deeperLevel); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[5] = com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01, new com_badlogic_gdx_math_Vector3_Vector3__FFFV(midx, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, midz), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, midy, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), deeperLevel); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[6] = com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01, new com_badlogic_gdx_math_Vector3_Vector3__FFFV(midx, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, midy, midz), deeperLevel); + this$static.com_badlogic_gdx_math_Octree$OctreeNode_children[7] = com_badlogic_gdx_math_Octree_$createNode__Lcom_badlogic_gdx_math_Octree_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2ILcom_badlogic_gdx_math_Octree$OctreeNode_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_this$01, new com_badlogic_gdx_math_Vector3_Vector3__FFFV(this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Octree$OctreeNode_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), new com_badlogic_gdx_math_Vector3_Vector3__FFFV(midx, midy, midz), deeperLevel); + for (child$array = this$static.com_badlogic_gdx_math_Octree$OctreeNode_children , child$index = 0 , child$max = child$array.length; child$index < child$max; ++child$index) { + child = child$array[child$index]; + for (geometry$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(geometry$iterator);) { + geometry = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(geometry$iterator); + com_badlogic_gdx_math_Octree$OctreeNode_$add__Lcom_badlogic_gdx_math_Octree$OctreeNode_2Ljava_lang_Object_2V(child, geometry); + } + } + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_math_Octree$OctreeNode_geometries); +} + +function com_badlogic_gdx_math_Octree$OctreeNode_Octree$OctreeNode__Lcom_badlogic_gdx_math_Octree_2V(this$0){ + this.com_badlogic_gdx_math_Octree$OctreeNode_this$01 = this$0; + this.com_badlogic_gdx_math_Octree$OctreeNode_bounds = new com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__V; + this.com_badlogic_gdx_math_Octree$OctreeNode_geometries = new com_badlogic_gdx_utils_Array_Array__IV($wnd.Math.min(16, this.com_badlogic_gdx_math_Octree$OctreeNode_this$01.com_badlogic_gdx_math_Octree_maxItemsPerNode)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(653, 1, {653:1}, com_badlogic_gdx_math_Octree$OctreeNode_Octree$OctreeNode__Lcom_badlogic_gdx_math_Octree_2V); +_.com_badlogic_gdx_math_Octree$OctreeNode_leaf = false; +_.com_badlogic_gdx_math_Octree$OctreeNode_level = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$OctreeNode_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Octree/OctreeNode', 653, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Octree$RayCastResult_Octree$RayCastResult__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(598, 1, {598:1}, com_badlogic_gdx_math_Octree$RayCastResult_Octree$RayCastResult__V); +_.com_badlogic_gdx_math_Octree$RayCastResult_distance = 0; +_.com_badlogic_gdx_math_Octree$RayCastResult_maxDistanceSq = $intern_352; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, 'Octree/RayCastResult', 598, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Plane_$$init__Lcom_badlogic_gdx_math_Plane_2V(this$static){ + this$static.com_badlogic_gdx_math_Plane_normal = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_Plane_$set__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(this$static, point1, point2, point3){ + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_Plane_normal, point1), point2), point2.com_badlogic_gdx_math_Vector3_x - point3.com_badlogic_gdx_math_Vector3_x, point2.com_badlogic_gdx_math_Vector3_y - point3.com_badlogic_gdx_math_Vector3_y, point2.com_badlogic_gdx_math_Vector3_z - point3.com_badlogic_gdx_math_Vector3_z)); + this$static.com_badlogic_gdx_math_Plane_d = -com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(point1, this$static.com_badlogic_gdx_math_Plane_normal); +} + +function com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static, x_0, y_0, z_0){ + var dist; + dist = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2FFFF(this$static.com_badlogic_gdx_math_Plane_normal, x_0, y_0, z_0) + this$static.com_badlogic_gdx_math_Plane_d; + return dist == 0?(com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_OnPlane):dist < 0?(com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back):(com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Front); +} + +function com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this$static, point){ + var dist; + dist = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this$static.com_badlogic_gdx_math_Plane_normal, point) + this$static.com_badlogic_gdx_math_Plane_d; + return dist == 0?(com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_OnPlane):dist < 0?(com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back):(com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Front); +} + +function com_badlogic_gdx_math_Plane_Plane__V(){ + com_badlogic_gdx_math_Plane_$$init__Lcom_badlogic_gdx_math_Plane_2V(this); +} + +function com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2FV(normal, d){ + com_badlogic_gdx_math_Plane_$$init__Lcom_badlogic_gdx_math_Plane_2V(this); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_Plane_normal, normal)); + this.com_badlogic_gdx_math_Plane_d = d; +} + +function com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(normal, point){ + com_badlogic_gdx_math_Plane_$$init__Lcom_badlogic_gdx_math_Plane_2V(this); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_Plane_normal, normal)); + this.com_badlogic_gdx_math_Plane_d = -com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this.com_badlogic_gdx_math_Plane_normal, point); +} + +function com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(point1, point2, point3){ + com_badlogic_gdx_math_Plane_$$init__Lcom_badlogic_gdx_math_Plane_2V(this); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_Plane_normal, point1), point2), point2.com_badlogic_gdx_math_Vector3_x - point3.com_badlogic_gdx_math_Vector3_x, point2.com_badlogic_gdx_math_Vector3_y - point3.com_badlogic_gdx_math_Vector3_y, point2.com_badlogic_gdx_math_Vector3_z - point3.com_badlogic_gdx_math_Vector3_z)); + this.com_badlogic_gdx_math_Plane_d = -com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(point1, this.com_badlogic_gdx_math_Plane_normal); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(218, 1, {218:1, 3:1}, com_badlogic_gdx_math_Plane_Plane__V, com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2FV, com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V, com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V); +_.distance__Lcom_badlogic_gdx_math_Vector3_2F = function com_badlogic_gdx_math_Plane_distance__Lcom_badlogic_gdx_math_Vector3_2F(point){ + return com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this.com_badlogic_gdx_math_Plane_normal, point) + this.com_badlogic_gdx_math_Plane_d; +} +; +_.getD__F = function com_badlogic_gdx_math_Plane_getD__F(){ + return this.com_badlogic_gdx_math_Plane_d; +} +; +_.getNormal__Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Plane_getNormal__Lcom_badlogic_gdx_math_Vector3_2(){ + return this.com_badlogic_gdx_math_Plane_normal; +} +; +_.isFrontFacing__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Plane_isFrontFacing__Lcom_badlogic_gdx_math_Vector3_2Z(direction){ + var dot; + dot = com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this.com_badlogic_gdx_math_Plane_normal, direction); + return dot <= 0; +} +; +_.set__FFFFV = function com_badlogic_gdx_math_Plane_set__FFFFV(nx, ny, nz, d){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_Plane_normal, nx, ny, nz); + this.com_badlogic_gdx_math_Plane_d = d; +} +; +_.set__FFFFFFV = function com_badlogic_gdx_math_Plane_set__FFFFFFV(pointX, pointY, pointZ, norX, norY, norZ){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_Plane_normal, norX, norY, norZ); + this.com_badlogic_gdx_math_Plane_d = -(pointX * norX + pointY * norY + pointZ * norZ); +} +; +_.set__Lcom_badlogic_gdx_math_Plane_2V = function com_badlogic_gdx_math_Plane_set__Lcom_badlogic_gdx_math_Plane_2V(plane){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_Plane_normal, plane.com_badlogic_gdx_math_Plane_normal); + this.com_badlogic_gdx_math_Plane_d = plane.com_badlogic_gdx_math_Plane_d; +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V = function com_badlogic_gdx_math_Plane_set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(point, normal){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_Plane_normal, normal); + this.com_badlogic_gdx_math_Plane_d = -(point.com_badlogic_gdx_math_Vector3_x * normal.com_badlogic_gdx_math_Vector3_x + point.com_badlogic_gdx_math_Vector3_y * normal.com_badlogic_gdx_math_Vector3_y + point.com_badlogic_gdx_math_Vector3_z * normal.com_badlogic_gdx_math_Vector3_z); +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V = function com_badlogic_gdx_math_Plane_set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(point1, point2, point3){ + com_badlogic_gdx_math_Plane_$set__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(this, point1, point2, point3); +} +; +_.testPoint__FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2 = function com_badlogic_gdx_math_Plane_testPoint__FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(this, x_0, y_0, z_0); +} +; +_.testPoint__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2 = function com_badlogic_gdx_math_Plane_testPoint__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(point){ + return com_badlogic_gdx_math_Plane_$testPoint__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(this, point); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Plane_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_math_Vector3_$toString__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_String_2(this.com_badlogic_gdx_math_Plane_normal) + $intern_15 + this.com_badlogic_gdx_math_Plane_d; +} +; +_.com_badlogic_gdx_math_Plane_d = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_398, 218, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V(){ + com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Plane$PlaneSide_OnPlane = new com_badlogic_gdx_math_Plane$PlaneSide_Plane$PlaneSide__Ljava_lang_String_2IV('OnPlane', 0); + com_badlogic_gdx_math_Plane$PlaneSide_Back = new com_badlogic_gdx_math_Plane$PlaneSide_Plane$PlaneSide__Ljava_lang_String_2IV('Back', 1); + com_badlogic_gdx_math_Plane$PlaneSide_Front = new com_badlogic_gdx_math_Plane$PlaneSide_Plane$PlaneSide__Ljava_lang_String_2IV('Front', 2); +} + +function com_badlogic_gdx_math_Plane$PlaneSide_Plane$PlaneSide__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_math_Plane$PlaneSide_values___3Lcom_badlogic_gdx_math_Plane$PlaneSide_2(){ + com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), $intern_399, 286, 0, [com_badlogic_gdx_math_Plane$PlaneSide_OnPlane, com_badlogic_gdx_math_Plane$PlaneSide_Back, com_badlogic_gdx_math_Plane$PlaneSide_Front]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(286, 39, {286:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_math_Plane$PlaneSide_Plane$PlaneSide__Ljava_lang_String_2IV); +var com_badlogic_gdx_math_Plane$PlaneSide_Back, com_badlogic_gdx_math_Plane$PlaneSide_Front, com_badlogic_gdx_math_Plane$PlaneSide_OnPlane; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_334, 'Plane/PlaneSide', 286, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_math_Plane$PlaneSide_values___3Lcom_badlogic_gdx_math_Plane$PlaneSide_2); +function com_badlogic_gdx_math_Plane$PlaneSide$Map_$clinit__V(){ + com_badlogic_gdx_math_Plane$PlaneSide$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Plane$PlaneSide$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), $intern_399, 286, 0, [com_badlogic_gdx_math_Plane$PlaneSide_OnPlane, com_badlogic_gdx_math_Plane$PlaneSide_Back, com_badlogic_gdx_math_Plane$PlaneSide_Front]))); +} + +var com_badlogic_gdx_math_Plane$PlaneSide$Map_$MAP; +function com_badlogic_gdx_math_Polygon_$contains__Lcom_badlogic_gdx_math_Polygon_2FFZ(this$static, x_0, y_0){ + var i, intersects, numFloats, vertices, x1, x2, y1, y2; + vertices = com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(this$static); + numFloats = vertices.length; + intersects = 0; + for (i = 0; i < numFloats; i += 2) { + x1 = vertices[i]; + y1 = vertices[i + 1]; + x2 = vertices[(i + 2) % numFloats]; + y2 = vertices[(i + 3) % numFloats]; + (y1 <= y_0 && y_0 < y2 || y2 <= y_0 && y_0 < y1) && x_0 < (x2 - x1) / (y2 - y1) * (y_0 - y1) + x1 && ++intersects; + } + return (intersects & 1) == 1; +} + +function com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(this$static){ + var cos_0, i, localVertices, n, oldX, originX, originY, positionX, positionY, rotation, scale, scaleX, scaleY, sin_0, worldVertices, x_0, y_0; + if (!this$static.com_badlogic_gdx_math_Polygon_dirty) + return this$static.com_badlogic_gdx_math_Polygon_worldVertices; + this$static.com_badlogic_gdx_math_Polygon_dirty = false; + localVertices = this$static.com_badlogic_gdx_math_Polygon_localVertices; + (this$static.com_badlogic_gdx_math_Polygon_worldVertices == null || this$static.com_badlogic_gdx_math_Polygon_worldVertices.length != localVertices.length) && (this$static.com_badlogic_gdx_math_Polygon_worldVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, localVertices.length, 15, 1)); + worldVertices = this$static.com_badlogic_gdx_math_Polygon_worldVertices; + positionX = this$static.com_badlogic_gdx_math_Polygon_x; + positionY = this$static.com_badlogic_gdx_math_Polygon_y; + originX = this$static.com_badlogic_gdx_math_Polygon_originX; + originY = this$static.com_badlogic_gdx_math_Polygon_originY; + scaleX = this$static.com_badlogic_gdx_math_Polygon_scaleX; + scaleY = this$static.com_badlogic_gdx_math_Polygon_scaleY; + scale = scaleX != 1 || scaleY != 1; + rotation = this$static.com_badlogic_gdx_math_Polygon_rotation; + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + for (i = 0 , n = localVertices.length; i < n; i += 2) { + x_0 = localVertices[i] - originX; + y_0 = localVertices[i + 1] - originY; + if (scale) { + x_0 *= scaleX; + y_0 *= scaleY; + } + if (rotation != 0) { + oldX = x_0; + x_0 = cos_0 * x_0 - sin_0 * y_0; + y_0 = sin_0 * oldX + cos_0 * y_0; + } + worldVertices[i] = positionX + x_0 + originX; + worldVertices[i + 1] = positionY + y_0 + originY; + } + return worldVertices; +} + +function com_badlogic_gdx_math_Polygon_$setVertices__Lcom_badlogic_gdx_math_Polygon_2_3FV(this$static, vertices){ + if (vertices.length < 6) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_400)); + this$static.com_badlogic_gdx_math_Polygon_localVertices = vertices; + this$static.com_badlogic_gdx_math_Polygon_dirty = true; +} + +function com_badlogic_gdx_math_Polygon_Polygon__V(){ + this.com_badlogic_gdx_math_Polygon_localVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 0, 15, 1); +} + +function com_badlogic_gdx_math_Polygon_Polygon___3FV(vertices){ + if (vertices.length < 6) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_400)); + this.com_badlogic_gdx_math_Polygon_localVertices = vertices; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(423, 1, {423:1, 462:1}, com_badlogic_gdx_math_Polygon_Polygon__V, com_badlogic_gdx_math_Polygon_Polygon___3FV); +_.area__F = function com_badlogic_gdx_math_Polygon_area__F(){ + var vertices; + vertices = com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(this); + return com_badlogic_gdx_math_GeometryUtils_polygonArea___3FIIF(vertices, 0, vertices.length); +} +; +_.contains__FFZ = function com_badlogic_gdx_math_Polygon_contains__FFZ(x_0, y_0){ + return com_badlogic_gdx_math_Polygon_$contains__Lcom_badlogic_gdx_math_Polygon_2FFZ(this, x_0, y_0); +} +; +_.contains__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Polygon_contains__Lcom_badlogic_gdx_math_Vector2_2Z(point){ + return com_badlogic_gdx_math_Polygon_$contains__Lcom_badlogic_gdx_math_Polygon_2FFZ(this, point.com_badlogic_gdx_math_Vector2_x, point.com_badlogic_gdx_math_Vector2_y); +} +; +_.dirty__V = function com_badlogic_gdx_math_Polygon_dirty__V(){ + this.com_badlogic_gdx_math_Polygon_dirty = true; +} +; +_.getBoundingRectangle__Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Polygon_getBoundingRectangle__Lcom_badlogic_gdx_math_Rectangle_2(){ + var i, maxX, maxY, minX, minY, numFloats, vertices; + vertices = com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(this); + minX = vertices[0]; + minY = vertices[1]; + maxX = vertices[0]; + maxY = vertices[1]; + numFloats = vertices.length; + for (i = 2; i < numFloats; i += 2) { + minX = minX > vertices[i]?vertices[i]:minX; + minY = minY > vertices[i + 1]?vertices[i + 1]:minY; + maxX = maxX < vertices[i]?vertices[i]:maxX; + maxY = maxY < vertices[i + 1]?vertices[i + 1]:maxY; + } + !this.com_badlogic_gdx_math_Polygon_bounds && (this.com_badlogic_gdx_math_Polygon_bounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V); + this.com_badlogic_gdx_math_Polygon_bounds.com_badlogic_gdx_math_Rectangle_x = minX; + this.com_badlogic_gdx_math_Polygon_bounds.com_badlogic_gdx_math_Rectangle_y = minY; + this.com_badlogic_gdx_math_Polygon_bounds.com_badlogic_gdx_math_Rectangle_width = maxX - minX; + this.com_badlogic_gdx_math_Polygon_bounds.com_badlogic_gdx_math_Rectangle_height = maxY - minY; + return this.com_badlogic_gdx_math_Polygon_bounds; +} +; +_.getCentroid__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Polygon_getCentroid__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(centroid){ + var vertices; + vertices = com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(this); + return com_badlogic_gdx_math_GeometryUtils_polygonCentroid___3FIILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(vertices, 0, vertices.length, centroid); +} +; +_.getOriginX__F = function com_badlogic_gdx_math_Polygon_getOriginX__F(){ + return this.com_badlogic_gdx_math_Polygon_originX; +} +; +_.getOriginY__F = function com_badlogic_gdx_math_Polygon_getOriginY__F(){ + return this.com_badlogic_gdx_math_Polygon_originY; +} +; +_.getRotation__F = function com_badlogic_gdx_math_Polygon_getRotation__F(){ + return this.com_badlogic_gdx_math_Polygon_rotation; +} +; +_.getScaleX__F = function com_badlogic_gdx_math_Polygon_getScaleX__F(){ + return this.com_badlogic_gdx_math_Polygon_scaleX; +} +; +_.getScaleY__F = function com_badlogic_gdx_math_Polygon_getScaleY__F(){ + return this.com_badlogic_gdx_math_Polygon_scaleY; +} +; +_.getTransformedVertices___3F = function com_badlogic_gdx_math_Polygon_getTransformedVertices___3F(){ + return com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(this); +} +; +_.getVertex__ILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Polygon_getVertex__ILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(vertexNum, pos){ + var vertices; + if (vertexNum < 0 || vertexNum > (this.com_badlogic_gdx_math_Polygon_localVertices.length / 2 | 0)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_401 + vertexNum + $intern_402)); + vertices = com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(this); + return pos.com_badlogic_gdx_math_Vector2_x = vertices[2 * vertexNum] , pos.com_badlogic_gdx_math_Vector2_y = vertices[2 * vertexNum + 1] , pos; +} +; +_.getVertexCount__I = function com_badlogic_gdx_math_Polygon_getVertexCount__I(){ + return this.com_badlogic_gdx_math_Polygon_localVertices.length / 2 | 0; +} +; +_.getVertices___3F = function com_badlogic_gdx_math_Polygon_getVertices___3F(){ + return this.com_badlogic_gdx_math_Polygon_localVertices; +} +; +_.getX__F = function com_badlogic_gdx_math_Polygon_getX__F(){ + return this.com_badlogic_gdx_math_Polygon_x; +} +; +_.getY__F = function com_badlogic_gdx_math_Polygon_getY__F(){ + return this.com_badlogic_gdx_math_Polygon_y; +} +; +_.rotate__FV = function com_badlogic_gdx_math_Polygon_rotate__FV(degrees){ + this.com_badlogic_gdx_math_Polygon_rotation += degrees; + this.com_badlogic_gdx_math_Polygon_dirty = true; +} +; +_.scale__FV = function com_badlogic_gdx_math_Polygon_scale__FV(amount){ + this.com_badlogic_gdx_math_Polygon_scaleX += amount; + this.com_badlogic_gdx_math_Polygon_scaleY += amount; + this.com_badlogic_gdx_math_Polygon_dirty = true; +} +; +_.setOrigin__FFV = function com_badlogic_gdx_math_Polygon_setOrigin__FFV(originX, originY){ + this.com_badlogic_gdx_math_Polygon_originX = originX; + this.com_badlogic_gdx_math_Polygon_originY = originY; + this.com_badlogic_gdx_math_Polygon_dirty = true; +} +; +_.setPosition__FFV = function com_badlogic_gdx_math_Polygon_setPosition__FFV(x_0, y_0){ + this.com_badlogic_gdx_math_Polygon_x = x_0; + this.com_badlogic_gdx_math_Polygon_y = y_0; + this.com_badlogic_gdx_math_Polygon_dirty = true; +} +; +_.setRotation__FV = function com_badlogic_gdx_math_Polygon_setRotation__FV(degrees){ + this.com_badlogic_gdx_math_Polygon_rotation = degrees; + this.com_badlogic_gdx_math_Polygon_dirty = true; +} +; +_.setScale__FFV = function com_badlogic_gdx_math_Polygon_setScale__FFV(scaleX, scaleY){ + this.com_badlogic_gdx_math_Polygon_scaleX = scaleX; + this.com_badlogic_gdx_math_Polygon_scaleY = scaleY; + this.com_badlogic_gdx_math_Polygon_dirty = true; +} +; +_.setVertex__IFFV = function com_badlogic_gdx_math_Polygon_setVertex__IFFV(vertexNum, x_0, y_0){ + if (vertexNum < 0 || vertexNum > (this.com_badlogic_gdx_math_Polygon_localVertices.length / 2 | 0) - 1) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_401 + vertexNum + $intern_402)); + this.com_badlogic_gdx_math_Polygon_localVertices[2 * vertexNum] = x_0; + this.com_badlogic_gdx_math_Polygon_localVertices[2 * vertexNum + 1] = y_0; + this.com_badlogic_gdx_math_Polygon_dirty = true; +} +; +_.setVertices___3FV = function com_badlogic_gdx_math_Polygon_setVertices___3FV(vertices){ + com_badlogic_gdx_math_Polygon_$setVertices__Lcom_badlogic_gdx_math_Polygon_2_3FV(this, vertices); +} +; +_.translate__FFV = function com_badlogic_gdx_math_Polygon_translate__FFV(x_0, y_0){ + this.com_badlogic_gdx_math_Polygon_x += x_0; + this.com_badlogic_gdx_math_Polygon_y += y_0; + this.com_badlogic_gdx_math_Polygon_dirty = true; +} +; +_.com_badlogic_gdx_math_Polygon_dirty = true; +_.com_badlogic_gdx_math_Polygon_originX = 0; +_.com_badlogic_gdx_math_Polygon_originY = 0; +_.com_badlogic_gdx_math_Polygon_rotation = 0; +_.com_badlogic_gdx_math_Polygon_scaleX = 1; +_.com_badlogic_gdx_math_Polygon_scaleY = 1; +_.com_badlogic_gdx_math_Polygon_x = 0; +_.com_badlogic_gdx_math_Polygon_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_403, 423, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Polyline_$getTransformedVertices__Lcom_badlogic_gdx_math_Polyline_2_3F(this$static){ + var cos_0, i, localVertices, n, oldX, originX, originY, positionX, positionY, rotation, scale, scaleX, scaleY, sin_0, worldVertices, x_0, y_0; + if (!this$static.com_badlogic_gdx_math_Polyline_dirty) + return this$static.com_badlogic_gdx_math_Polyline_worldVertices; + this$static.com_badlogic_gdx_math_Polyline_dirty = false; + localVertices = this$static.com_badlogic_gdx_math_Polyline_localVertices; + (this$static.com_badlogic_gdx_math_Polyline_worldVertices == null || this$static.com_badlogic_gdx_math_Polyline_worldVertices.length < localVertices.length) && (this$static.com_badlogic_gdx_math_Polyline_worldVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, localVertices.length, 15, 1)); + worldVertices = this$static.com_badlogic_gdx_math_Polyline_worldVertices; + positionX = this$static.com_badlogic_gdx_math_Polyline_x; + positionY = this$static.com_badlogic_gdx_math_Polyline_y; + originX = this$static.com_badlogic_gdx_math_Polyline_originX; + originY = this$static.com_badlogic_gdx_math_Polyline_originY; + scaleX = this$static.com_badlogic_gdx_math_Polyline_scaleX; + scaleY = this$static.com_badlogic_gdx_math_Polyline_scaleY; + scale = scaleX != 1 || scaleY != 1; + rotation = this$static.com_badlogic_gdx_math_Polyline_rotation; + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + for (i = 0 , n = localVertices.length; i < n; i += 2) { + x_0 = localVertices[i] - originX; + y_0 = localVertices[i + 1] - originY; + if (scale) { + x_0 *= scaleX; + y_0 *= scaleY; + } + if (rotation != 0) { + oldX = x_0; + x_0 = cos_0 * x_0 - sin_0 * y_0; + y_0 = sin_0 * oldX + cos_0 * y_0; + } + worldVertices[i] = positionX + x_0 + originX; + worldVertices[i + 1] = positionY + y_0 + originY; + } + return worldVertices; +} + +function com_badlogic_gdx_math_Polyline_Polyline__V(){ + this.com_badlogic_gdx_math_Polyline_localVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 0, 15, 1); +} + +function com_badlogic_gdx_math_Polyline_Polyline___3FV(vertices){ + if (vertices.length < 4) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_404)); + this.com_badlogic_gdx_math_Polyline_localVertices = vertices; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(424, 1, {424:1, 462:1}, com_badlogic_gdx_math_Polyline_Polyline__V, com_badlogic_gdx_math_Polyline_Polyline___3FV); +_.calculateLength__V = function com_badlogic_gdx_math_Polyline_calculateLength__V(){ + this.com_badlogic_gdx_math_Polyline_calculateLength = true; +} +; +_.calculateScaledLength__V = function com_badlogic_gdx_math_Polyline_calculateScaledLength__V(){ + this.com_badlogic_gdx_math_Polyline_calculateScaledLength = true; +} +; +_.contains__FFZ = function com_badlogic_gdx_math_Polyline_contains__FFZ(x_0, y_0){ + return false; +} +; +_.contains__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Polyline_contains__Lcom_badlogic_gdx_math_Vector2_2Z(point){ + return false; +} +; +_.dirty__V = function com_badlogic_gdx_math_Polyline_dirty__V(){ + this.com_badlogic_gdx_math_Polyline_dirty = true; +} +; +_.getBoundingRectangle__Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Polyline_getBoundingRectangle__Lcom_badlogic_gdx_math_Rectangle_2(){ + var i, maxX, maxY, minX, minY, numFloats, vertices; + vertices = com_badlogic_gdx_math_Polyline_$getTransformedVertices__Lcom_badlogic_gdx_math_Polyline_2_3F(this); + minX = vertices[0]; + minY = vertices[1]; + maxX = vertices[0]; + maxY = vertices[1]; + numFloats = vertices.length; + for (i = 2; i < numFloats; i += 2) { + minX = minX > vertices[i]?vertices[i]:minX; + minY = minY > vertices[i + 1]?vertices[i + 1]:minY; + maxX = maxX < vertices[i]?vertices[i]:maxX; + maxY = maxY < vertices[i + 1]?vertices[i + 1]:maxY; + } + !this.com_badlogic_gdx_math_Polyline_bounds && (this.com_badlogic_gdx_math_Polyline_bounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V); + this.com_badlogic_gdx_math_Polyline_bounds.com_badlogic_gdx_math_Rectangle_x = minX; + this.com_badlogic_gdx_math_Polyline_bounds.com_badlogic_gdx_math_Rectangle_y = minY; + this.com_badlogic_gdx_math_Polyline_bounds.com_badlogic_gdx_math_Rectangle_width = maxX - minX; + this.com_badlogic_gdx_math_Polyline_bounds.com_badlogic_gdx_math_Rectangle_height = maxY - minY; + return this.com_badlogic_gdx_math_Polyline_bounds; +} +; +_.getLength__F = function com_badlogic_gdx_math_Polyline_getLength__F(){ + var i, n, x_0, y_0; + if (!this.com_badlogic_gdx_math_Polyline_calculateLength) + return this.com_badlogic_gdx_math_Polyline_length; + this.com_badlogic_gdx_math_Polyline_calculateLength = false; + this.com_badlogic_gdx_math_Polyline_length = 0; + for (i = 0 , n = this.com_badlogic_gdx_math_Polyline_localVertices.length - 2; i < n; i += 2) { + x_0 = this.com_badlogic_gdx_math_Polyline_localVertices[i + 2] - this.com_badlogic_gdx_math_Polyline_localVertices[i]; + y_0 = this.com_badlogic_gdx_math_Polyline_localVertices[i + 1] - this.com_badlogic_gdx_math_Polyline_localVertices[i + 3]; + this.com_badlogic_gdx_math_Polyline_length += $wnd.Math.sqrt(x_0 * x_0 + y_0 * y_0); + } + return this.com_badlogic_gdx_math_Polyline_length; +} +; +_.getOriginX__F = function com_badlogic_gdx_math_Polyline_getOriginX__F(){ + return this.com_badlogic_gdx_math_Polyline_originX; +} +; +_.getOriginY__F = function com_badlogic_gdx_math_Polyline_getOriginY__F(){ + return this.com_badlogic_gdx_math_Polyline_originY; +} +; +_.getRotation__F = function com_badlogic_gdx_math_Polyline_getRotation__F(){ + return this.com_badlogic_gdx_math_Polyline_rotation; +} +; +_.getScaleX__F = function com_badlogic_gdx_math_Polyline_getScaleX__F(){ + return this.com_badlogic_gdx_math_Polyline_scaleX; +} +; +_.getScaleY__F = function com_badlogic_gdx_math_Polyline_getScaleY__F(){ + return this.com_badlogic_gdx_math_Polyline_scaleY; +} +; +_.getScaledLength__F = function com_badlogic_gdx_math_Polyline_getScaledLength__F(){ + var i, n, x_0, y_0; + if (!this.com_badlogic_gdx_math_Polyline_calculateScaledLength) + return this.com_badlogic_gdx_math_Polyline_scaledLength; + this.com_badlogic_gdx_math_Polyline_calculateScaledLength = false; + this.com_badlogic_gdx_math_Polyline_scaledLength = 0; + for (i = 0 , n = this.com_badlogic_gdx_math_Polyline_localVertices.length - 2; i < n; i += 2) { + x_0 = this.com_badlogic_gdx_math_Polyline_localVertices[i + 2] * this.com_badlogic_gdx_math_Polyline_scaleX - this.com_badlogic_gdx_math_Polyline_localVertices[i] * this.com_badlogic_gdx_math_Polyline_scaleX; + y_0 = this.com_badlogic_gdx_math_Polyline_localVertices[i + 1] * this.com_badlogic_gdx_math_Polyline_scaleY - this.com_badlogic_gdx_math_Polyline_localVertices[i + 3] * this.com_badlogic_gdx_math_Polyline_scaleY; + this.com_badlogic_gdx_math_Polyline_scaledLength += $wnd.Math.sqrt(x_0 * x_0 + y_0 * y_0); + } + return this.com_badlogic_gdx_math_Polyline_scaledLength; +} +; +_.getTransformedVertices___3F = function com_badlogic_gdx_math_Polyline_getTransformedVertices___3F(){ + return com_badlogic_gdx_math_Polyline_$getTransformedVertices__Lcom_badlogic_gdx_math_Polyline_2_3F(this); +} +; +_.getVertices___3F = function com_badlogic_gdx_math_Polyline_getVertices___3F(){ + return this.com_badlogic_gdx_math_Polyline_localVertices; +} +; +_.getX__F = function com_badlogic_gdx_math_Polyline_getX__F(){ + return this.com_badlogic_gdx_math_Polyline_x; +} +; +_.getY__F = function com_badlogic_gdx_math_Polyline_getY__F(){ + return this.com_badlogic_gdx_math_Polyline_y; +} +; +_.rotate__FV = function com_badlogic_gdx_math_Polyline_rotate__FV(degrees){ + this.com_badlogic_gdx_math_Polyline_rotation += degrees; + this.com_badlogic_gdx_math_Polyline_dirty = true; +} +; +_.scale__FV = function com_badlogic_gdx_math_Polyline_scale__FV(amount){ + this.com_badlogic_gdx_math_Polyline_scaleX += amount; + this.com_badlogic_gdx_math_Polyline_scaleY += amount; + this.com_badlogic_gdx_math_Polyline_dirty = true; + this.com_badlogic_gdx_math_Polyline_calculateScaledLength = true; +} +; +_.setOrigin__FFV = function com_badlogic_gdx_math_Polyline_setOrigin__FFV(originX, originY){ + this.com_badlogic_gdx_math_Polyline_originX = originX; + this.com_badlogic_gdx_math_Polyline_originY = originY; + this.com_badlogic_gdx_math_Polyline_dirty = true; +} +; +_.setPosition__FFV = function com_badlogic_gdx_math_Polyline_setPosition__FFV(x_0, y_0){ + this.com_badlogic_gdx_math_Polyline_x = x_0; + this.com_badlogic_gdx_math_Polyline_y = y_0; + this.com_badlogic_gdx_math_Polyline_dirty = true; +} +; +_.setRotation__FV = function com_badlogic_gdx_math_Polyline_setRotation__FV(degrees){ + this.com_badlogic_gdx_math_Polyline_rotation = degrees; + this.com_badlogic_gdx_math_Polyline_dirty = true; +} +; +_.setScale__FFV = function com_badlogic_gdx_math_Polyline_setScale__FFV(scaleX, scaleY){ + this.com_badlogic_gdx_math_Polyline_scaleX = scaleX; + this.com_badlogic_gdx_math_Polyline_scaleY = scaleY; + this.com_badlogic_gdx_math_Polyline_dirty = true; + this.com_badlogic_gdx_math_Polyline_calculateScaledLength = true; +} +; +_.setVertices___3FV = function com_badlogic_gdx_math_Polyline_setVertices___3FV(vertices){ + if (vertices.length < 4) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_404)); + this.com_badlogic_gdx_math_Polyline_localVertices = vertices; + this.com_badlogic_gdx_math_Polyline_dirty = true; +} +; +_.translate__FFV = function com_badlogic_gdx_math_Polyline_translate__FFV(x_0, y_0){ + this.com_badlogic_gdx_math_Polyline_x += x_0; + this.com_badlogic_gdx_math_Polyline_y += y_0; + this.com_badlogic_gdx_math_Polyline_dirty = true; +} +; +_.com_badlogic_gdx_math_Polyline_calculateLength = true; +_.com_badlogic_gdx_math_Polyline_calculateScaledLength = true; +_.com_badlogic_gdx_math_Polyline_dirty = true; +_.com_badlogic_gdx_math_Polyline_length = 0; +_.com_badlogic_gdx_math_Polyline_originX = 0; +_.com_badlogic_gdx_math_Polyline_originY = 0; +_.com_badlogic_gdx_math_Polyline_rotation = 0; +_.com_badlogic_gdx_math_Polyline_scaleX = 1; +_.com_badlogic_gdx_math_Polyline_scaleY = 1; +_.com_badlogic_gdx_math_Polyline_scaledLength = 0; +_.com_badlogic_gdx_math_Polyline_x = 0; +_.com_badlogic_gdx_math_Polyline_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_405, 424, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Quaternion_$clinit__V(){ + com_badlogic_gdx_math_Quaternion_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Quaternion_tmp1 = new com_badlogic_gdx_math_Quaternion_Quaternion__FFFFV(0, 0, 0, 0); + com_badlogic_gdx_math_Quaternion_tmp2 = new com_badlogic_gdx_math_Quaternion_Quaternion__FFFFV(0, 0, 0, 0); +} + +function com_badlogic_gdx_math_Quaternion_$add__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, qx, qy, qz, qw){ + this$static.com_badlogic_gdx_math_Quaternion_x += qx; + this$static.com_badlogic_gdx_math_Quaternion_y += qy; + this$static.com_badlogic_gdx_math_Quaternion_z += qz; + this$static.com_badlogic_gdx_math_Quaternion_w += qw; + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$conjugate__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this$static){ + this$static.com_badlogic_gdx_math_Quaternion_x = -this$static.com_badlogic_gdx_math_Quaternion_x; + this$static.com_badlogic_gdx_math_Quaternion_y = -this$static.com_badlogic_gdx_math_Quaternion_y; + this$static.com_badlogic_gdx_math_Quaternion_z = -this$static.com_badlogic_gdx_math_Quaternion_z; + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(this$static, alpha_0){ + var coeff, norm, normExp, theta; + norm = $wnd.Math.sqrt(this$static.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_x + this$static.com_badlogic_gdx_math_Quaternion_y * this$static.com_badlogic_gdx_math_Quaternion_y + this$static.com_badlogic_gdx_math_Quaternion_z * this$static.com_badlogic_gdx_math_Quaternion_z + this$static.com_badlogic_gdx_math_Quaternion_w * this$static.com_badlogic_gdx_math_Quaternion_w); + normExp = $wnd.Math.pow(norm, alpha_0); + theta = $wnd.Math.acos(this$static.com_badlogic_gdx_math_Quaternion_w / norm); + coeff = 0; + $wnd.Math.abs(theta) < 0.001?(coeff = normExp * alpha_0 / norm):(coeff = normExp * $wnd.Math.sin(alpha_0 * theta) / (norm * $wnd.Math.sin(theta))); + this$static.com_badlogic_gdx_math_Quaternion_w = normExp * $wnd.Math.cos(alpha_0 * theta); + this$static.com_badlogic_gdx_math_Quaternion_x *= coeff; + this$static.com_badlogic_gdx_math_Quaternion_y *= coeff; + this$static.com_badlogic_gdx_math_Quaternion_z *= coeff; + com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this$static); + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$getAngleAroundRad__Lcom_badlogic_gdx_math_Quaternion_2FFFF(this$static, axisX, axisY, axisZ){ + var d, l2; + d = com_badlogic_gdx_math_Vector3_dot__FFFFFFF(this$static.com_badlogic_gdx_math_Quaternion_x, this$static.com_badlogic_gdx_math_Quaternion_y, this$static.com_badlogic_gdx_math_Quaternion_z, axisX, axisY, axisZ); + l2 = com_badlogic_gdx_math_Quaternion_len2__FFFFF(axisX * d, axisY * d, axisZ * d, this$static.com_badlogic_gdx_math_Quaternion_w); + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(l2) <= $intern_347?0:2 * $wnd.Math.acos(com_badlogic_gdx_math_MathUtils_clamp__FFFF((d < 0?-this$static.com_badlogic_gdx_math_Quaternion_w:this$static.com_badlogic_gdx_math_Quaternion_w) / $wnd.Math.sqrt(l2), -1, 1)); +} + +function com_badlogic_gdx_math_Quaternion_$getAxisAngleRad__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2F(this$static, axis_0){ + var angle, s; + this$static.com_badlogic_gdx_math_Quaternion_w > 1 && com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this$static); + angle = 2 * $wnd.Math.acos(this$static.com_badlogic_gdx_math_Quaternion_w); + s = $wnd.Math.sqrt(1 - this$static.com_badlogic_gdx_math_Quaternion_w * this$static.com_badlogic_gdx_math_Quaternion_w); + if (s < $intern_347) { + axis_0.com_badlogic_gdx_math_Vector3_x = this$static.com_badlogic_gdx_math_Quaternion_x; + axis_0.com_badlogic_gdx_math_Vector3_y = this$static.com_badlogic_gdx_math_Quaternion_y; + axis_0.com_badlogic_gdx_math_Vector3_z = this$static.com_badlogic_gdx_math_Quaternion_z; + } + else { + axis_0.com_badlogic_gdx_math_Vector3_x = this$static.com_badlogic_gdx_math_Quaternion_x / s; + axis_0.com_badlogic_gdx_math_Vector3_y = this$static.com_badlogic_gdx_math_Quaternion_y / s; + axis_0.com_badlogic_gdx_math_Vector3_z = this$static.com_badlogic_gdx_math_Quaternion_z / s; + } + return angle; +} + +function com_badlogic_gdx_math_Quaternion_$getSwingTwist__Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2V(this$static, axisX, axisY, axisZ, swing, twist){ + var d; + d = com_badlogic_gdx_math_Vector3_dot__FFFFFFF(this$static.com_badlogic_gdx_math_Quaternion_x, this$static.com_badlogic_gdx_math_Quaternion_y, this$static.com_badlogic_gdx_math_Quaternion_z, axisX, axisY, axisZ); + com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(twist, axisX * d, axisY * d, axisZ * d, this$static.com_badlogic_gdx_math_Quaternion_w)); + d < 0 && com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(twist, -1); + com_badlogic_gdx_math_Quaternion_$mulLeft__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$conjugate__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(swing, twist.com_badlogic_gdx_math_Quaternion_x, twist.com_badlogic_gdx_math_Quaternion_y, twist.com_badlogic_gdx_math_Quaternion_z, twist.com_badlogic_gdx_math_Quaternion_w)), this$static); +} + +function com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(this$static, scalar){ + this$static.com_badlogic_gdx_math_Quaternion_x *= scalar; + this$static.com_badlogic_gdx_math_Quaternion_y *= scalar; + this$static.com_badlogic_gdx_math_Quaternion_z *= scalar; + this$static.com_badlogic_gdx_math_Quaternion_w *= scalar; + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, x_0, y_0, z_0, w){ + var newW, newX, newY, newZ; + newX = this$static.com_badlogic_gdx_math_Quaternion_w * x_0 + this$static.com_badlogic_gdx_math_Quaternion_x * w + this$static.com_badlogic_gdx_math_Quaternion_y * z_0 - this$static.com_badlogic_gdx_math_Quaternion_z * y_0; + newY = this$static.com_badlogic_gdx_math_Quaternion_w * y_0 + this$static.com_badlogic_gdx_math_Quaternion_y * w + this$static.com_badlogic_gdx_math_Quaternion_z * x_0 - this$static.com_badlogic_gdx_math_Quaternion_x * z_0; + newZ = this$static.com_badlogic_gdx_math_Quaternion_w * z_0 + this$static.com_badlogic_gdx_math_Quaternion_z * w + this$static.com_badlogic_gdx_math_Quaternion_x * y_0 - this$static.com_badlogic_gdx_math_Quaternion_y * x_0; + newW = this$static.com_badlogic_gdx_math_Quaternion_w * w - this$static.com_badlogic_gdx_math_Quaternion_x * x_0 - this$static.com_badlogic_gdx_math_Quaternion_y * y_0 - this$static.com_badlogic_gdx_math_Quaternion_z * z_0; + this$static.com_badlogic_gdx_math_Quaternion_x = newX; + this$static.com_badlogic_gdx_math_Quaternion_y = newY; + this$static.com_badlogic_gdx_math_Quaternion_z = newZ; + this$static.com_badlogic_gdx_math_Quaternion_w = newW; + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this$static, other){ + var newW, newX, newY, newZ; + newX = this$static.com_badlogic_gdx_math_Quaternion_w * other.com_badlogic_gdx_math_Quaternion_x + this$static.com_badlogic_gdx_math_Quaternion_x * other.com_badlogic_gdx_math_Quaternion_w + this$static.com_badlogic_gdx_math_Quaternion_y * other.com_badlogic_gdx_math_Quaternion_z - this$static.com_badlogic_gdx_math_Quaternion_z * other.com_badlogic_gdx_math_Quaternion_y; + newY = this$static.com_badlogic_gdx_math_Quaternion_w * other.com_badlogic_gdx_math_Quaternion_y + this$static.com_badlogic_gdx_math_Quaternion_y * other.com_badlogic_gdx_math_Quaternion_w + this$static.com_badlogic_gdx_math_Quaternion_z * other.com_badlogic_gdx_math_Quaternion_x - this$static.com_badlogic_gdx_math_Quaternion_x * other.com_badlogic_gdx_math_Quaternion_z; + newZ = this$static.com_badlogic_gdx_math_Quaternion_w * other.com_badlogic_gdx_math_Quaternion_z + this$static.com_badlogic_gdx_math_Quaternion_z * other.com_badlogic_gdx_math_Quaternion_w + this$static.com_badlogic_gdx_math_Quaternion_x * other.com_badlogic_gdx_math_Quaternion_y - this$static.com_badlogic_gdx_math_Quaternion_y * other.com_badlogic_gdx_math_Quaternion_x; + newW = this$static.com_badlogic_gdx_math_Quaternion_w * other.com_badlogic_gdx_math_Quaternion_w - this$static.com_badlogic_gdx_math_Quaternion_x * other.com_badlogic_gdx_math_Quaternion_x - this$static.com_badlogic_gdx_math_Quaternion_y * other.com_badlogic_gdx_math_Quaternion_y - this$static.com_badlogic_gdx_math_Quaternion_z * other.com_badlogic_gdx_math_Quaternion_z; + this$static.com_badlogic_gdx_math_Quaternion_x = newX; + this$static.com_badlogic_gdx_math_Quaternion_y = newY; + this$static.com_badlogic_gdx_math_Quaternion_z = newZ; + this$static.com_badlogic_gdx_math_Quaternion_w = newW; + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$mulLeft__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this$static, other){ + var newW, newX, newY, newZ; + newX = other.com_badlogic_gdx_math_Quaternion_w * this$static.com_badlogic_gdx_math_Quaternion_x + other.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_w + other.com_badlogic_gdx_math_Quaternion_y * this$static.com_badlogic_gdx_math_Quaternion_z - other.com_badlogic_gdx_math_Quaternion_z * this$static.com_badlogic_gdx_math_Quaternion_y; + newY = other.com_badlogic_gdx_math_Quaternion_w * this$static.com_badlogic_gdx_math_Quaternion_y + other.com_badlogic_gdx_math_Quaternion_y * this$static.com_badlogic_gdx_math_Quaternion_w + other.com_badlogic_gdx_math_Quaternion_z * this$static.com_badlogic_gdx_math_Quaternion_x - other.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_z; + newZ = other.com_badlogic_gdx_math_Quaternion_w * this$static.com_badlogic_gdx_math_Quaternion_z + other.com_badlogic_gdx_math_Quaternion_z * this$static.com_badlogic_gdx_math_Quaternion_w + other.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_y - other.com_badlogic_gdx_math_Quaternion_y * this$static.com_badlogic_gdx_math_Quaternion_x; + newW = other.com_badlogic_gdx_math_Quaternion_w * this$static.com_badlogic_gdx_math_Quaternion_w - other.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_x - other.com_badlogic_gdx_math_Quaternion_y * this$static.com_badlogic_gdx_math_Quaternion_y - other.com_badlogic_gdx_math_Quaternion_z * this$static.com_badlogic_gdx_math_Quaternion_z; + this$static.com_badlogic_gdx_math_Quaternion_x = newX; + this$static.com_badlogic_gdx_math_Quaternion_y = newY; + this$static.com_badlogic_gdx_math_Quaternion_z = newZ; + this$static.com_badlogic_gdx_math_Quaternion_w = newW; + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this$static){ + var len; + len = this$static.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_x + this$static.com_badlogic_gdx_math_Quaternion_y * this$static.com_badlogic_gdx_math_Quaternion_y + this$static.com_badlogic_gdx_math_Quaternion_z * this$static.com_badlogic_gdx_math_Quaternion_z + this$static.com_badlogic_gdx_math_Quaternion_w * this$static.com_badlogic_gdx_math_Quaternion_w; + if (len != 0 && (com_badlogic_gdx_math_MathUtils_$clinit__V() , !($wnd.Math.abs(len - 1) <= $intern_347))) { + len = $wnd.Math.sqrt(len); + this$static.com_badlogic_gdx_math_Quaternion_w /= len; + this$static.com_badlogic_gdx_math_Quaternion_x /= len; + this$static.com_badlogic_gdx_math_Quaternion_y /= len; + this$static.com_badlogic_gdx_math_Quaternion_z /= len; + } + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, x_0, y_0, z_0, w){ + this$static.com_badlogic_gdx_math_Quaternion_x = x_0; + this$static.com_badlogic_gdx_math_Quaternion_y = y_0; + this$static.com_badlogic_gdx_math_Quaternion_z = z_0; + this$static.com_badlogic_gdx_math_Quaternion_w = w; + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this$static, quaternion){ + return com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, quaternion.com_badlogic_gdx_math_Quaternion_x, quaternion.com_badlogic_gdx_math_Quaternion_y, quaternion.com_badlogic_gdx_math_Quaternion_z, quaternion.com_badlogic_gdx_math_Quaternion_w); +} + +function com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(this$static, axis_0, angle){ + return com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, axis_0.com_badlogic_gdx_math_Vector3_x, axis_0.com_badlogic_gdx_math_Vector3_y, axis_0.com_badlogic_gdx_math_Vector3_z, angle * $intern_256); +} + +function com_badlogic_gdx_math_Quaternion_$setEulerAnglesRad__Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2(this$static, yaw, pitch, roll){ + var chp, chr, chy, chy_chp, chy_shp, hp, hr, hy, shp, shr, shy, shy_chp, shy_shp; + hr = roll * 0.5; + shr = $wnd.Math.sin(hr); + chr = $wnd.Math.cos(hr); + hp = pitch * 0.5; + shp = $wnd.Math.sin(hp); + chp = $wnd.Math.cos(hp); + hy = yaw * 0.5; + shy = $wnd.Math.sin(hy); + chy = $wnd.Math.cos(hy); + chy_shp = chy * shp; + shy_chp = shy * chp; + chy_chp = chy * chp; + shy_shp = shy * shp; + this$static.com_badlogic_gdx_math_Quaternion_x = chy_shp * chr + shy_chp * shr; + this$static.com_badlogic_gdx_math_Quaternion_y = shy_chp * chr - chy_shp * shr; + this$static.com_badlogic_gdx_math_Quaternion_z = chy_chp * shr - shy_shp * chr; + this$static.com_badlogic_gdx_math_Quaternion_w = chy_chp * chr + shy_shp * shr; + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, normalizeAxes, xx, xy, xz, yx, yy, yz, zx, zy, zz){ + var lx, ly, lz, s, t; + if (normalizeAxes) { + lx = (com_badlogic_gdx_math_Vector3_$clinit__V() , 1 / $wnd.Math.sqrt(xx * xx + xy * xy + xz * xz)); + ly = 1 / $wnd.Math.sqrt(yx * yx + yy * yy + yz * yz); + lz = 1 / $wnd.Math.sqrt(zx * zx + zy * zy + zz * zz); + xx *= lx; + xy *= lx; + xz *= lx; + yx *= ly; + yy *= ly; + yz *= ly; + zx *= lz; + zy *= lz; + zz *= lz; + } + t = xx + yy + zz; + if (t >= 0) { + s = $wnd.Math.sqrt(t + 1); + this$static.com_badlogic_gdx_math_Quaternion_w = 0.5 * s; + s = 0.5 / s; + this$static.com_badlogic_gdx_math_Quaternion_x = (zy - yz) * s; + this$static.com_badlogic_gdx_math_Quaternion_y = (xz - zx) * s; + this$static.com_badlogic_gdx_math_Quaternion_z = (yx - xy) * s; + } + else if (xx > yy && xx > zz) { + s = $wnd.Math.sqrt(1 + xx - yy - zz); + this$static.com_badlogic_gdx_math_Quaternion_x = s * 0.5; + s = 0.5 / s; + this$static.com_badlogic_gdx_math_Quaternion_y = (yx + xy) * s; + this$static.com_badlogic_gdx_math_Quaternion_z = (xz + zx) * s; + this$static.com_badlogic_gdx_math_Quaternion_w = (zy - yz) * s; + } + else if (yy > zz) { + s = $wnd.Math.sqrt(1 + yy - xx - zz); + this$static.com_badlogic_gdx_math_Quaternion_y = s * 0.5; + s = 0.5 / s; + this$static.com_badlogic_gdx_math_Quaternion_x = (yx + xy) * s; + this$static.com_badlogic_gdx_math_Quaternion_z = (zy + yz) * s; + this$static.com_badlogic_gdx_math_Quaternion_w = (xz - zx) * s; + } + else { + s = $wnd.Math.sqrt(1 + zz - xx - yy); + this$static.com_badlogic_gdx_math_Quaternion_z = s * 0.5; + s = 0.5 / s; + this$static.com_badlogic_gdx_math_Quaternion_x = (xz + zx) * s; + this$static.com_badlogic_gdx_math_Quaternion_y = (zy + yz) * s; + this$static.com_badlogic_gdx_math_Quaternion_w = (yx - xy) * s; + } + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, x_0, y_0, z_0, radians){ + var d, l_ang, l_cos, l_sin; + d = (com_badlogic_gdx_math_Vector3_$clinit__V() , $wnd.Math.sqrt(x_0 * x_0 + y_0 * y_0 + z_0 * z_0)); + if (d == 0) + return com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, 0, 0, 0, 1); + d = 1 / d; + l_ang = radians < 0?$intern_282 - -radians % $intern_282:radians % $intern_282; + l_sin = $wnd.Math.sin(l_ang / 2); + l_cos = $wnd.Math.cos(l_ang / 2); + return com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, d * x_0 * l_sin, d * y_0 * l_sin, d * z_0 * l_sin, l_cos)); +} + +function com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(this$static, axis_0, radians){ + return com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, axis_0.com_badlogic_gdx_math_Vector3_x, axis_0.com_badlogic_gdx_math_Vector3_y, axis_0.com_badlogic_gdx_math_Vector3_z, radians); +} + +function com_badlogic_gdx_math_Quaternion_$setFromCross__Lcom_badlogic_gdx_math_Quaternion_2FFFFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, x1, y1, z1, x2, y2, z2){ + var angle, dot; + dot = com_badlogic_gdx_math_MathUtils_clamp__FFFF((com_badlogic_gdx_math_Vector3_$clinit__V() , x1 * x2 + y1 * y2 + z1 * z2), -1, 1); + angle = $wnd.Math.acos(dot); + return com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, y1 * z2 - z1 * y2, z1 * x2 - x1 * z2, x1 * y2 - y1 * x2, angle); +} + +function com_badlogic_gdx_math_Quaternion_$setFromCross__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2(this$static, v1, v2){ + var angle, dot; + dot = com_badlogic_gdx_math_MathUtils_clamp__FFFF(v1.com_badlogic_gdx_math_Vector3_x * v2.com_badlogic_gdx_math_Vector3_x + v1.com_badlogic_gdx_math_Vector3_y * v2.com_badlogic_gdx_math_Vector3_y + v1.com_badlogic_gdx_math_Vector3_z * v2.com_badlogic_gdx_math_Vector3_z, -1, 1); + angle = $wnd.Math.acos(dot); + return com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this$static, v1.com_badlogic_gdx_math_Vector3_y * v2.com_badlogic_gdx_math_Vector3_z - v1.com_badlogic_gdx_math_Vector3_z * v2.com_badlogic_gdx_math_Vector3_y, v1.com_badlogic_gdx_math_Vector3_z * v2.com_badlogic_gdx_math_Vector3_x - v1.com_badlogic_gdx_math_Vector3_x * v2.com_badlogic_gdx_math_Vector3_z, v1.com_badlogic_gdx_math_Vector3_x * v2.com_badlogic_gdx_math_Vector3_y - v1.com_badlogic_gdx_math_Vector3_y * v2.com_badlogic_gdx_math_Vector3_x, angle); +} + +function com_badlogic_gdx_math_Quaternion_$slerp__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(this$static, end, alpha_0){ + var absDot, angle, d, invSinTheta, scale0, scale1; + d = this$static.com_badlogic_gdx_math_Quaternion_x * end.com_badlogic_gdx_math_Quaternion_x + this$static.com_badlogic_gdx_math_Quaternion_y * end.com_badlogic_gdx_math_Quaternion_y + this$static.com_badlogic_gdx_math_Quaternion_z * end.com_badlogic_gdx_math_Quaternion_z + this$static.com_badlogic_gdx_math_Quaternion_w * end.com_badlogic_gdx_math_Quaternion_w; + absDot = d < 0?-d:d; + scale0 = 1 - alpha_0; + scale1 = alpha_0; + if (1 - absDot > 0.1) { + angle = $wnd.Math.acos(absDot); + invSinTheta = 1 / $wnd.Math.sin(angle); + scale0 = $wnd.Math.sin((1 - alpha_0) * angle) * invSinTheta; + scale1 = $wnd.Math.sin(alpha_0 * angle) * invSinTheta; + } + d < 0 && (scale1 = -scale1); + this$static.com_badlogic_gdx_math_Quaternion_x = scale0 * this$static.com_badlogic_gdx_math_Quaternion_x + scale1 * end.com_badlogic_gdx_math_Quaternion_x; + this$static.com_badlogic_gdx_math_Quaternion_y = scale0 * this$static.com_badlogic_gdx_math_Quaternion_y + scale1 * end.com_badlogic_gdx_math_Quaternion_y; + this$static.com_badlogic_gdx_math_Quaternion_z = scale0 * this$static.com_badlogic_gdx_math_Quaternion_z + scale1 * end.com_badlogic_gdx_math_Quaternion_z; + this$static.com_badlogic_gdx_math_Quaternion_w = scale0 * this$static.com_badlogic_gdx_math_Quaternion_w + scale1 * end.com_badlogic_gdx_math_Quaternion_w; + return this$static; +} + +function com_badlogic_gdx_math_Quaternion_$toMatrix__Lcom_badlogic_gdx_math_Quaternion_2_3FV(this$static, matrix){ + var xw, xx, xy, xz, yw, yy, yz, zw, zz; + xx = this$static.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_x; + xy = this$static.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_y; + xz = this$static.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_z; + xw = this$static.com_badlogic_gdx_math_Quaternion_x * this$static.com_badlogic_gdx_math_Quaternion_w; + yy = this$static.com_badlogic_gdx_math_Quaternion_y * this$static.com_badlogic_gdx_math_Quaternion_y; + yz = this$static.com_badlogic_gdx_math_Quaternion_y * this$static.com_badlogic_gdx_math_Quaternion_z; + yw = this$static.com_badlogic_gdx_math_Quaternion_y * this$static.com_badlogic_gdx_math_Quaternion_w; + zz = this$static.com_badlogic_gdx_math_Quaternion_z * this$static.com_badlogic_gdx_math_Quaternion_z; + zw = this$static.com_badlogic_gdx_math_Quaternion_z * this$static.com_badlogic_gdx_math_Quaternion_w; + matrix[0] = 1 - 2 * (yy + zz); + matrix[4] = 2 * (xy - zw); + matrix[8] = 2 * (xz + yw); + matrix[12] = 0; + matrix[1] = 2 * (xy + zw); + matrix[5] = 1 - 2 * (xx + zz); + matrix[9] = 2 * (yz - xw); + matrix[13] = 0; + matrix[2] = 2 * (xz - yw); + matrix[6] = 2 * (yz + xw); + matrix[10] = 1 - 2 * (xx + yy); + matrix[14] = 0; + matrix[3] = 0; + matrix[7] = 0; + matrix[11] = 0; + matrix[15] = 1; +} + +function com_badlogic_gdx_math_Quaternion_$transform__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, v){ + com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_tmp2, this$static); + com_badlogic_gdx_math_Quaternion_$conjugate__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_tmp2); + com_badlogic_gdx_math_Quaternion_$mulLeft__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$mulLeft__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_tmp2, com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_tmp1, v.com_badlogic_gdx_math_Vector3_x, v.com_badlogic_gdx_math_Vector3_y, v.com_badlogic_gdx_math_Vector3_z, 0)), this$static); + v.com_badlogic_gdx_math_Vector3_x = com_badlogic_gdx_math_Quaternion_tmp2.com_badlogic_gdx_math_Quaternion_x; + v.com_badlogic_gdx_math_Vector3_y = com_badlogic_gdx_math_Quaternion_tmp2.com_badlogic_gdx_math_Quaternion_y; + v.com_badlogic_gdx_math_Vector3_z = com_badlogic_gdx_math_Quaternion_tmp2.com_badlogic_gdx_math_Quaternion_z; + return v; +} + +function com_badlogic_gdx_math_Quaternion_Quaternion__V(){ + com_badlogic_gdx_math_Quaternion_$clinit__V(); + com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, 0, 0, 0, 1); +} + +function com_badlogic_gdx_math_Quaternion_Quaternion__FFFFV(x_0, y_0, z_0, w){ + com_badlogic_gdx_math_Quaternion_$clinit__V(); + com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, x_0, y_0, z_0, w); +} + +function com_badlogic_gdx_math_Quaternion_Quaternion__Lcom_badlogic_gdx_math_Quaternion_2V(quaternion){ + com_badlogic_gdx_math_Quaternion_$clinit__V(); + com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, quaternion.com_badlogic_gdx_math_Quaternion_x, quaternion.com_badlogic_gdx_math_Quaternion_y, quaternion.com_badlogic_gdx_math_Quaternion_z, quaternion.com_badlogic_gdx_math_Quaternion_w); +} + +function com_badlogic_gdx_math_Quaternion_Quaternion__Lcom_badlogic_gdx_math_Vector3_2FV(axis_0, angle){ + com_badlogic_gdx_math_Quaternion_$clinit__V(); + com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, axis_0.com_badlogic_gdx_math_Vector3_x, axis_0.com_badlogic_gdx_math_Vector3_y, axis_0.com_badlogic_gdx_math_Vector3_z, angle * $intern_256); +} + +function com_badlogic_gdx_math_Quaternion_len2__FFFFF(x_0, y_0, z_0, w){ + com_badlogic_gdx_math_Quaternion_$clinit__V(); + return x_0 * x_0 + y_0 * y_0 + z_0 * z_0 + w * w; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(133, 1, {133:1, 3:1}, com_badlogic_gdx_math_Quaternion_Quaternion__V, com_badlogic_gdx_math_Quaternion_Quaternion__FFFFV, com_badlogic_gdx_math_Quaternion_Quaternion__Lcom_badlogic_gdx_math_Quaternion_2V, com_badlogic_gdx_math_Quaternion_Quaternion__Lcom_badlogic_gdx_math_Vector3_2FV); +_.add__FFFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_add__FFFFLcom_badlogic_gdx_math_Quaternion_2(qx, qy, qz, qw){ + return com_badlogic_gdx_math_Quaternion_$add__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, qx, qy, qz, qw); +} +; +_.add__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_add__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(quaternion){ + this.com_badlogic_gdx_math_Quaternion_x += quaternion.com_badlogic_gdx_math_Quaternion_x; + this.com_badlogic_gdx_math_Quaternion_y += quaternion.com_badlogic_gdx_math_Quaternion_y; + this.com_badlogic_gdx_math_Quaternion_z += quaternion.com_badlogic_gdx_math_Quaternion_z; + this.com_badlogic_gdx_math_Quaternion_w += quaternion.com_badlogic_gdx_math_Quaternion_w; + return this; +} +; +_.conjugate__Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_conjugate__Lcom_badlogic_gdx_math_Quaternion_2(){ + return com_badlogic_gdx_math_Quaternion_$conjugate__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this); +} +; +_.cpy__Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_cpy__Lcom_badlogic_gdx_math_Quaternion_2(){ + return new com_badlogic_gdx_math_Quaternion_Quaternion__Lcom_badlogic_gdx_math_Quaternion_2V(this); +} +; +_.dot__FFFFF = function com_badlogic_gdx_math_Quaternion_dot__FFFFF(x_0, y_0, z_0, w){ + return this.com_badlogic_gdx_math_Quaternion_x * x_0 + this.com_badlogic_gdx_math_Quaternion_y * y_0 + this.com_badlogic_gdx_math_Quaternion_z * z_0 + this.com_badlogic_gdx_math_Quaternion_w * w; +} +; +_.dot__Lcom_badlogic_gdx_math_Quaternion_2F = function com_badlogic_gdx_math_Quaternion_dot__Lcom_badlogic_gdx_math_Quaternion_2F(other){ + return this.com_badlogic_gdx_math_Quaternion_x * other.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_y * other.com_badlogic_gdx_math_Quaternion_y + this.com_badlogic_gdx_math_Quaternion_z * other.com_badlogic_gdx_math_Quaternion_z + this.com_badlogic_gdx_math_Quaternion_w * other.com_badlogic_gdx_math_Quaternion_w; +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_Quaternion_equals__Ljava_lang_Object_2Z(obj){ + var other; + if (this === obj) { + return true; + } + if (obj == null) { + return false; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 133)) { + return false; + } + other = obj; + return com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Quaternion_w) == com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(other.com_badlogic_gdx_math_Quaternion_w) && com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Quaternion_x) == com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(other.com_badlogic_gdx_math_Quaternion_x) && com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Quaternion_y) == com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(other.com_badlogic_gdx_math_Quaternion_y) && com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Quaternion_z) == com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(other.com_badlogic_gdx_math_Quaternion_z); +} +; +_.exp__FLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_exp__FLcom_badlogic_gdx_math_Quaternion_2(alpha_0){ + return com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(this, alpha_0); +} +; +_.getAngle__F = function com_badlogic_gdx_math_Quaternion_getAngle__F(){ + return 2 * $wnd.Math.acos(this.com_badlogic_gdx_math_Quaternion_w > 1?this.com_badlogic_gdx_math_Quaternion_w / $wnd.Math.sqrt(this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_y + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_z + this.com_badlogic_gdx_math_Quaternion_w * this.com_badlogic_gdx_math_Quaternion_w):this.com_badlogic_gdx_math_Quaternion_w) * $intern_394; +} +; +_.getAngleAround__FFFF = function com_badlogic_gdx_math_Quaternion_getAngleAround__FFFF(axisX, axisY, axisZ){ + return com_badlogic_gdx_math_Quaternion_$getAngleAroundRad__Lcom_badlogic_gdx_math_Quaternion_2FFFF(this, axisX, axisY, axisZ) * $intern_394; +} +; +_.getAngleAround__Lcom_badlogic_gdx_math_Vector3_2F = function com_badlogic_gdx_math_Quaternion_getAngleAround__Lcom_badlogic_gdx_math_Vector3_2F(axis_0){ + return com_badlogic_gdx_math_Quaternion_$getAngleAroundRad__Lcom_badlogic_gdx_math_Quaternion_2FFFF(this, axis_0.com_badlogic_gdx_math_Vector3_x, axis_0.com_badlogic_gdx_math_Vector3_y, axis_0.com_badlogic_gdx_math_Vector3_z) * $intern_394; +} +; +_.getAngleAroundRad__FFFF = function com_badlogic_gdx_math_Quaternion_getAngleAroundRad__FFFF(axisX, axisY, axisZ){ + return com_badlogic_gdx_math_Quaternion_$getAngleAroundRad__Lcom_badlogic_gdx_math_Quaternion_2FFFF(this, axisX, axisY, axisZ); +} +; +_.getAngleAroundRad__Lcom_badlogic_gdx_math_Vector3_2F = function com_badlogic_gdx_math_Quaternion_getAngleAroundRad__Lcom_badlogic_gdx_math_Vector3_2F(axis_0){ + return com_badlogic_gdx_math_Quaternion_$getAngleAroundRad__Lcom_badlogic_gdx_math_Quaternion_2FFFF(this, axis_0.com_badlogic_gdx_math_Vector3_x, axis_0.com_badlogic_gdx_math_Vector3_y, axis_0.com_badlogic_gdx_math_Vector3_z); +} +; +_.getAngleRad__F = function com_badlogic_gdx_math_Quaternion_getAngleRad__F(){ + return 2 * $wnd.Math.acos(this.com_badlogic_gdx_math_Quaternion_w > 1?this.com_badlogic_gdx_math_Quaternion_w / $wnd.Math.sqrt(this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_y + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_z + this.com_badlogic_gdx_math_Quaternion_w * this.com_badlogic_gdx_math_Quaternion_w):this.com_badlogic_gdx_math_Quaternion_w); +} +; +_.getAxisAngle__Lcom_badlogic_gdx_math_Vector3_2F = function com_badlogic_gdx_math_Quaternion_getAxisAngle__Lcom_badlogic_gdx_math_Vector3_2F(axis_0){ + return com_badlogic_gdx_math_Quaternion_$getAxisAngleRad__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2F(this, axis_0) * $intern_394; +} +; +_.getAxisAngleRad__Lcom_badlogic_gdx_math_Vector3_2F = function com_badlogic_gdx_math_Quaternion_getAxisAngleRad__Lcom_badlogic_gdx_math_Vector3_2F(axis_0){ + return com_badlogic_gdx_math_Quaternion_$getAxisAngleRad__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2F(this, axis_0); +} +; +_.getGimbalPole__I = function com_badlogic_gdx_math_Quaternion_getGimbalPole__I(){ + var com_badlogic_gdx_math_Quaternion_$getGimbalPole__Lcom_badlogic_gdx_math_Quaternion_2I_t_0; + return com_badlogic_gdx_math_Quaternion_$getGimbalPole__Lcom_badlogic_gdx_math_Quaternion_2I_t_0 = this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_w , com_badlogic_gdx_math_Quaternion_$getGimbalPole__Lcom_badlogic_gdx_math_Quaternion_2I_t_0 > $intern_406?1:com_badlogic_gdx_math_Quaternion_$getGimbalPole__Lcom_badlogic_gdx_math_Quaternion_2I_t_0 < $intern_407?-1:0; +} +; +_.getPitch__F = function com_badlogic_gdx_math_Quaternion_getPitch__F(){ + var pole, t; + return pole = (t = this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_w , t > $intern_406?1:t < $intern_407?-1:0) , (pole == 0?$wnd.Math.asin(com_badlogic_gdx_math_MathUtils_clamp__FFFF(2 * (this.com_badlogic_gdx_math_Quaternion_w * this.com_badlogic_gdx_math_Quaternion_x - this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_y), -1, 1)):pole * $intern_283 * 0.5) * $intern_394; +} +; +_.getPitchRad__F = function com_badlogic_gdx_math_Quaternion_getPitchRad__F(){ + var com_badlogic_gdx_math_Quaternion_$getPitchRad__Lcom_badlogic_gdx_math_Quaternion_2F_pole_0, com_badlogic_gdx_math_Quaternion_$getPitchRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0; + return com_badlogic_gdx_math_Quaternion_$getPitchRad__Lcom_badlogic_gdx_math_Quaternion_2F_pole_0 = (com_badlogic_gdx_math_Quaternion_$getPitchRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0 = this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_w , com_badlogic_gdx_math_Quaternion_$getPitchRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0 > $intern_406?1:com_badlogic_gdx_math_Quaternion_$getPitchRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0 < $intern_407?-1:0) , com_badlogic_gdx_math_Quaternion_$getPitchRad__Lcom_badlogic_gdx_math_Quaternion_2F_pole_0 == 0?$wnd.Math.asin(com_badlogic_gdx_math_MathUtils_clamp__FFFF(2 * (this.com_badlogic_gdx_math_Quaternion_w * this.com_badlogic_gdx_math_Quaternion_x - this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_y), -1, 1)):com_badlogic_gdx_math_Quaternion_$getPitchRad__Lcom_badlogic_gdx_math_Quaternion_2F_pole_0 * $intern_283 * 0.5; +} +; +_.getRoll__F = function com_badlogic_gdx_math_Quaternion_getRoll__F(){ + var pole, t; + return pole = (t = this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_w , t > $intern_406?1:t < $intern_407?-1:0) , (pole == 0?com_badlogic_gdx_math_MathUtils_atan2__FFF(2 * (this.com_badlogic_gdx_math_Quaternion_w * this.com_badlogic_gdx_math_Quaternion_z + this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_x), 1 - 2 * (this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_z)):pole * 2 * com_badlogic_gdx_math_MathUtils_atan2__FFF(this.com_badlogic_gdx_math_Quaternion_y, this.com_badlogic_gdx_math_Quaternion_w)) * $intern_394; +} +; +_.getRollRad__F = function com_badlogic_gdx_math_Quaternion_getRollRad__F(){ + var com_badlogic_gdx_math_Quaternion_$getRollRad__Lcom_badlogic_gdx_math_Quaternion_2F_pole_0, com_badlogic_gdx_math_Quaternion_$getRollRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0; + return com_badlogic_gdx_math_Quaternion_$getRollRad__Lcom_badlogic_gdx_math_Quaternion_2F_pole_0 = (com_badlogic_gdx_math_Quaternion_$getRollRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0 = this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_w , com_badlogic_gdx_math_Quaternion_$getRollRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0 > $intern_406?1:com_badlogic_gdx_math_Quaternion_$getRollRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0 < $intern_407?-1:0) , com_badlogic_gdx_math_Quaternion_$getRollRad__Lcom_badlogic_gdx_math_Quaternion_2F_pole_0 == 0?com_badlogic_gdx_math_MathUtils_atan2__FFF(2 * (this.com_badlogic_gdx_math_Quaternion_w * this.com_badlogic_gdx_math_Quaternion_z + this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_x), 1 - 2 * (this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_z)):com_badlogic_gdx_math_Quaternion_$getRollRad__Lcom_badlogic_gdx_math_Quaternion_2F_pole_0 * 2 * com_badlogic_gdx_math_MathUtils_atan2__FFF(this.com_badlogic_gdx_math_Quaternion_y, this.com_badlogic_gdx_math_Quaternion_w); +} +; +_.getSwingTwist__FFFLcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2V = function com_badlogic_gdx_math_Quaternion_getSwingTwist__FFFLcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2V(axisX, axisY, axisZ, swing, twist){ + com_badlogic_gdx_math_Quaternion_$getSwingTwist__Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2V(this, axisX, axisY, axisZ, swing, twist); +} +; +_.getSwingTwist__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2V = function com_badlogic_gdx_math_Quaternion_getSwingTwist__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2V(axis_0, swing, twist){ + com_badlogic_gdx_math_Quaternion_$getSwingTwist__Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2V(this, axis_0.com_badlogic_gdx_math_Vector3_x, axis_0.com_badlogic_gdx_math_Vector3_y, axis_0.com_badlogic_gdx_math_Vector3_z, swing, twist); +} +; +_.getYaw__F = function com_badlogic_gdx_math_Quaternion_getYaw__F(){ + var t; + return t = this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_w , ((t > $intern_406?1:t < $intern_407?-1:0) == 0?com_badlogic_gdx_math_MathUtils_atan2__FFF(2 * (this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_w + this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_z), 1 - 2 * (this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_y + this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_x)):0) * $intern_394; +} +; +_.getYawRad__F = function com_badlogic_gdx_math_Quaternion_getYawRad__F(){ + var com_badlogic_gdx_math_Quaternion_$getYawRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0; + return com_badlogic_gdx_math_Quaternion_$getYawRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0 = this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_w , (com_badlogic_gdx_math_Quaternion_$getYawRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0 > $intern_406?1:com_badlogic_gdx_math_Quaternion_$getYawRad__Lcom_badlogic_gdx_math_Quaternion_2F_t_0 < $intern_407?-1:0) == 0?com_badlogic_gdx_math_MathUtils_atan2__FFF(2 * (this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_w + this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_z), 1 - 2 * (this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_y + this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_x)):0; +} +; +_.hashCode__I = function com_badlogic_gdx_math_Quaternion_hashCode__I(){ + var result; + result = 1; + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Quaternion_w); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Quaternion_x); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Quaternion_y); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Quaternion_z); + return result; +} +; +_.idt__Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_idt__Lcom_badlogic_gdx_math_Quaternion_2(){ + return com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, 0, 0, 0, 1); +} +; +_.isIdentity__Z = function com_badlogic_gdx_math_Quaternion_isIdentity__Z(){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this.com_badlogic_gdx_math_Quaternion_x) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Quaternion_y) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Quaternion_z) <= $intern_347 && $wnd.Math.abs(this.com_badlogic_gdx_math_Quaternion_w - 1) <= $intern_347; +} +; +_.isIdentity__FZ = function com_badlogic_gdx_math_Quaternion_isIdentity__FZ(tolerance){ + return com_badlogic_gdx_math_MathUtils_isZero__FFZ(this.com_badlogic_gdx_math_Quaternion_x, tolerance) && com_badlogic_gdx_math_MathUtils_isZero__FFZ(this.com_badlogic_gdx_math_Quaternion_y, tolerance) && com_badlogic_gdx_math_MathUtils_isZero__FFZ(this.com_badlogic_gdx_math_Quaternion_z, tolerance) && com_badlogic_gdx_math_MathUtils_isEqual__FFFZ(this.com_badlogic_gdx_math_Quaternion_w, 1, tolerance); +} +; +_.len__F = function com_badlogic_gdx_math_Quaternion_len__F(){ + return $wnd.Math.sqrt(this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_y + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_z + this.com_badlogic_gdx_math_Quaternion_w * this.com_badlogic_gdx_math_Quaternion_w); +} +; +_.len2__F = function com_badlogic_gdx_math_Quaternion_len2__F(){ + return this.com_badlogic_gdx_math_Quaternion_x * this.com_badlogic_gdx_math_Quaternion_x + this.com_badlogic_gdx_math_Quaternion_y * this.com_badlogic_gdx_math_Quaternion_y + this.com_badlogic_gdx_math_Quaternion_z * this.com_badlogic_gdx_math_Quaternion_z + this.com_badlogic_gdx_math_Quaternion_w * this.com_badlogic_gdx_math_Quaternion_w; +} +; +_.mul__FLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_mul__FLcom_badlogic_gdx_math_Quaternion_2(scalar){ + return com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(this, scalar); +} +; +_.mul__FFFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_mul__FFFFLcom_badlogic_gdx_math_Quaternion_2(x_0, y_0, z_0, w){ + return com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, x_0, y_0, z_0, w); +} +; +_.mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(other){ + return com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this, other); +} +; +_.mulLeft__FFFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_mulLeft__FFFFLcom_badlogic_gdx_math_Quaternion_2(x_0, y_0, z_0, w){ + var newW, newX, newY, newZ; + newX = w * this.com_badlogic_gdx_math_Quaternion_x + x_0 * this.com_badlogic_gdx_math_Quaternion_w + y_0 * this.com_badlogic_gdx_math_Quaternion_z - z_0 * this.com_badlogic_gdx_math_Quaternion_y; + newY = w * this.com_badlogic_gdx_math_Quaternion_y + y_0 * this.com_badlogic_gdx_math_Quaternion_w + z_0 * this.com_badlogic_gdx_math_Quaternion_x - x_0 * this.com_badlogic_gdx_math_Quaternion_z; + newZ = w * this.com_badlogic_gdx_math_Quaternion_z + z_0 * this.com_badlogic_gdx_math_Quaternion_w + x_0 * this.com_badlogic_gdx_math_Quaternion_y - y_0 * this.com_badlogic_gdx_math_Quaternion_x; + newW = w * this.com_badlogic_gdx_math_Quaternion_w - x_0 * this.com_badlogic_gdx_math_Quaternion_x - y_0 * this.com_badlogic_gdx_math_Quaternion_y - z_0 * this.com_badlogic_gdx_math_Quaternion_z; + this.com_badlogic_gdx_math_Quaternion_x = newX; + this.com_badlogic_gdx_math_Quaternion_y = newY; + this.com_badlogic_gdx_math_Quaternion_z = newZ; + this.com_badlogic_gdx_math_Quaternion_w = newW; + return this; +} +; +_.mulLeft__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_mulLeft__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(other){ + return com_badlogic_gdx_math_Quaternion_$mulLeft__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this, other); +} +; +_.nor__Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_nor__Lcom_badlogic_gdx_math_Quaternion_2(){ + return com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this); +} +; +_.set__FFFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_set__FFFFLcom_badlogic_gdx_math_Quaternion_2(x_0, y_0, z_0, w){ + return com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, x_0, y_0, z_0, w); +} +; +_.set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(quaternion){ + return com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this, quaternion); +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_set__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(axis_0, angle){ + return com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(this, axis_0, angle); +} +; +_.setEulerAngles__FFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setEulerAngles__FFFLcom_badlogic_gdx_math_Quaternion_2(yaw, pitch, roll){ + return com_badlogic_gdx_math_Quaternion_$setEulerAnglesRad__Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2(this, yaw * $intern_256, pitch * $intern_256, roll * $intern_256); +} +; +_.setEulerAnglesRad__FFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setEulerAnglesRad__FFFLcom_badlogic_gdx_math_Quaternion_2(yaw, pitch, roll){ + return com_badlogic_gdx_math_Quaternion_$setEulerAnglesRad__Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2(this, yaw, pitch, roll); +} +; +_.setFromAxes__FFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromAxes__FFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(xx, xy, xz, yx, yy, yz, zx, zy, zz){ + return com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(this, false, xx, xy, xz, yx, yy, yz, zx, zy, zz); +} +; +_.setFromAxes__ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromAxes__ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(normalizeAxes, xx, xy, xz, yx, yy, yz, zx, zy, zz){ + return com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(this, normalizeAxes, xx, xy, xz, yx, yy, yz, zx, zy, zz); +} +; +_.setFromAxis__FFFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromAxis__FFFFLcom_badlogic_gdx_math_Quaternion_2(x_0, y_0, z_0, degrees){ + return com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, x_0, y_0, z_0, degrees * $intern_256); +} +; +_.setFromAxis__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromAxis__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(axis_0, degrees){ + return com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, axis_0.com_badlogic_gdx_math_Vector3_x, axis_0.com_badlogic_gdx_math_Vector3_y, axis_0.com_badlogic_gdx_math_Vector3_z, degrees * $intern_256); +} +; +_.setFromAxisRad__FFFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromAxisRad__FFFFLcom_badlogic_gdx_math_Quaternion_2(x_0, y_0, z_0, radians){ + return com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(this, x_0, y_0, z_0, radians); +} +; +_.setFromAxisRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromAxisRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(axis_0, radians){ + return com_badlogic_gdx_math_Quaternion_$setFromAxisRad__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(this, axis_0, radians); +} +; +_.setFromCross__FFFFFFLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromCross__FFFFFFLcom_badlogic_gdx_math_Quaternion_2(x1, y1, z1, x2, y2, z2){ + return com_badlogic_gdx_math_Quaternion_$setFromCross__Lcom_badlogic_gdx_math_Quaternion_2FFFFFFLcom_badlogic_gdx_math_Quaternion_2(this, x1, y1, z1, x2, y2, z2); +} +; +_.setFromCross__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromCross__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2(v1, v2){ + return com_badlogic_gdx_math_Quaternion_$setFromCross__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2(this, v1, v2); +} +; +_.setFromMatrix__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromMatrix__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Quaternion_2(matrix){ + return com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(this, false, matrix.com_badlogic_gdx_math_Matrix3_val[0], matrix.com_badlogic_gdx_math_Matrix3_val[3], matrix.com_badlogic_gdx_math_Matrix3_val[6], matrix.com_badlogic_gdx_math_Matrix3_val[1], matrix.com_badlogic_gdx_math_Matrix3_val[4], matrix.com_badlogic_gdx_math_Matrix3_val[7], matrix.com_badlogic_gdx_math_Matrix3_val[2], matrix.com_badlogic_gdx_math_Matrix3_val[5], matrix.com_badlogic_gdx_math_Matrix3_val[8]); +} +; +_.setFromMatrix__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromMatrix__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2(matrix){ + return com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(this, false, matrix.com_badlogic_gdx_math_Matrix4_val[0], matrix.com_badlogic_gdx_math_Matrix4_val[4], matrix.com_badlogic_gdx_math_Matrix4_val[8], matrix.com_badlogic_gdx_math_Matrix4_val[1], matrix.com_badlogic_gdx_math_Matrix4_val[5], matrix.com_badlogic_gdx_math_Matrix4_val[9], matrix.com_badlogic_gdx_math_Matrix4_val[2], matrix.com_badlogic_gdx_math_Matrix4_val[6], matrix.com_badlogic_gdx_math_Matrix4_val[10]); +} +; +_.setFromMatrix__ZLcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromMatrix__ZLcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Quaternion_2(normalizeAxes, matrix){ + return com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(this, normalizeAxes, matrix.com_badlogic_gdx_math_Matrix3_val[0], matrix.com_badlogic_gdx_math_Matrix3_val[3], matrix.com_badlogic_gdx_math_Matrix3_val[6], matrix.com_badlogic_gdx_math_Matrix3_val[1], matrix.com_badlogic_gdx_math_Matrix3_val[4], matrix.com_badlogic_gdx_math_Matrix3_val[7], matrix.com_badlogic_gdx_math_Matrix3_val[2], matrix.com_badlogic_gdx_math_Matrix3_val[5], matrix.com_badlogic_gdx_math_Matrix3_val[8]); +} +; +_.setFromMatrix__ZLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_setFromMatrix__ZLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2(normalizeAxes, matrix){ + return com_badlogic_gdx_math_Quaternion_$setFromAxes__Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(this, normalizeAxes, matrix.com_badlogic_gdx_math_Matrix4_val[0], matrix.com_badlogic_gdx_math_Matrix4_val[4], matrix.com_badlogic_gdx_math_Matrix4_val[8], matrix.com_badlogic_gdx_math_Matrix4_val[1], matrix.com_badlogic_gdx_math_Matrix4_val[5], matrix.com_badlogic_gdx_math_Matrix4_val[9], matrix.com_badlogic_gdx_math_Matrix4_val[2], matrix.com_badlogic_gdx_math_Matrix4_val[6], matrix.com_badlogic_gdx_math_Matrix4_val[10]); +} +; +_.slerp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_slerp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(end, alpha_0){ + return com_badlogic_gdx_math_Quaternion_$slerp__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(this, end, alpha_0); +} +; +_.slerp___3Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_slerp___3Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(q){ + var i, w; + w = 1 / q.length; + com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this, q[0]), w); + for (i = 1; i < q.length; i++) + com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this, com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_tmp1, q[i]), w)); + com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this); + return this; +} +; +_.slerp___3Lcom_badlogic_gdx_math_Quaternion_2_3FLcom_badlogic_gdx_math_Quaternion_2 = function com_badlogic_gdx_math_Quaternion_slerp___3Lcom_badlogic_gdx_math_Quaternion_2_3FLcom_badlogic_gdx_math_Quaternion_2(q, w){ + var i; + com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this, q[0]), w[0]); + for (i = 1; i < q.length; i++) + com_badlogic_gdx_math_Quaternion_$mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this, com_badlogic_gdx_math_Quaternion_$exp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_$set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(com_badlogic_gdx_math_Quaternion_tmp1, q[i]), w[i])); + com_badlogic_gdx_math_Quaternion_$nor__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(this); + return this; +} +; +_.toMatrix___3FV = function com_badlogic_gdx_math_Quaternion_toMatrix___3FV(matrix){ + com_badlogic_gdx_math_Quaternion_$toMatrix__Lcom_badlogic_gdx_math_Quaternion_2_3FV(this, matrix); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Quaternion_toString__Ljava_lang_String_2(){ + return '[' + this.com_badlogic_gdx_math_Quaternion_x + '|' + this.com_badlogic_gdx_math_Quaternion_y + '|' + this.com_badlogic_gdx_math_Quaternion_z + '|' + this.com_badlogic_gdx_math_Quaternion_w + ']'; +} +; +_.transform__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Quaternion_transform__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(v){ + return com_badlogic_gdx_math_Quaternion_$transform__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, v); +} +; +_.com_badlogic_gdx_math_Quaternion_w = 0; +_.com_badlogic_gdx_math_Quaternion_x = 0; +_.com_badlogic_gdx_math_Quaternion_y = 0; +_.com_badlogic_gdx_math_Quaternion_z = 0; +var com_badlogic_gdx_math_Quaternion_tmp1, com_badlogic_gdx_math_Quaternion_tmp2; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_408, 133, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Random_$clinit__V(){ + java_util_Random_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var i, i0, twoToTheXMinus24Tmp, twoToTheXMinus48Tmp; + java_util_Random_twoToTheXMinus24 = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_409, 9, 25, 15, 1); + java_util_Random_twoToTheXMinus48 = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_409, 9, 33, 15, 1); + twoToTheXMinus48Tmp = $intern_410; + for (i0 = 32; i0 >= 0; i0--) { + java_util_Random_twoToTheXMinus48[i0] = twoToTheXMinus48Tmp; + twoToTheXMinus48Tmp *= 0.5; + } + twoToTheXMinus24Tmp = 1; + for (i = 24; i >= 0; i--) { + java_util_Random_twoToTheXMinus24[i] = twoToTheXMinus24Tmp; + twoToTheXMinus24Tmp *= 0.5; + } +} + +function java_util_Random_$nextInternal__Ljava_util_Random_2ID(this$static, bits){ + var carry, dval, h, hi, l, lo; + hi = this$static.java_util_Random_seedhi * $intern_411 + this$static.java_util_Random_seedlo * 1502; + lo = this$static.java_util_Random_seedlo * $intern_411 + 11; + carry = $wnd.Math.floor(lo * $intern_412); + hi += carry; + lo -= carry * $intern_413; + hi %= $intern_413; + this$static.java_util_Random_seedhi = hi; + this$static.java_util_Random_seedlo = lo; + if (bits <= 24) { + return $wnd.Math.floor(this$static.java_util_Random_seedhi * java_util_Random_twoToTheXMinus24[bits]); + } + else { + h = this$static.java_util_Random_seedhi * (1 << bits - 24); + l = $wnd.Math.floor(this$static.java_util_Random_seedlo * java_util_Random_twoToTheXMinus48[bits]); + dval = h + l; + dval >= 2147483648 && (dval -= 4294967296); + return dval; + } +} + +function java_util_Random_$nextLong__Ljava_util_Random_2J(this$static){ + return com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(java_util_Random_$nextInternal__Ljava_util_Random_2ID(this$static, 32)), 32), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(java_util_Random_$nextInternal__Ljava_util_Random_2ID(this$static, 32))); +} + +function java_util_Random_$setSeed__Ljava_util_Random_2IIV(this$static, seedhi, seedlo){ + this$static.java_util_Random_seedhi = seedhi ^ 1502; + this$static.java_util_Random_seedlo = seedlo ^ $intern_411; +} + +function java_util_Random_Random__V(){ + java_util_Random_$clinit__V(); + var hi, lo, seed; + seed = java_util_Random_uniqueSeed++ + Date.now(); + hi = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.floor(seed * $intern_412)) & $intern_136; + lo = com_google_gwt_lang_Cast_round_1int__DI(seed - hi * $intern_413); + this.java_util_Random_seedhi = hi ^ 1502; + this.java_util_Random_seedlo = lo ^ $intern_411; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(140, 1, {140:1}, java_util_Random_Random__V); +_.nextBoolean__Z = function java_util_Random_nextBoolean__Z(){ + return java_util_Random_$nextInternal__Ljava_util_Random_2ID(this, 1) != 0; +} +; +_.nextFloat__F = function java_util_Random_nextFloat__F(){ + return java_util_Random_$nextInternal__Ljava_util_Random_2ID(this, 24) * $intern_412; +} +; +_.nextInt__I = function java_util_Random_nextInt__I(){ + return com_google_gwt_lang_Cast_round_1int__DI(java_util_Random_$nextInternal__Ljava_util_Random_2ID(this, 32)); +} +; +_.nextInt__II = function java_util_Random_nextInt__II(n){ + var bits, val; + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZV(n > 0); + if ((n & -n) == n) { + return com_google_gwt_lang_Cast_round_1int__DI(n * java_util_Random_$nextInternal__Ljava_util_Random_2ID(this, 31) * 4.6566128730773926E-10); + } + do { + bits = java_util_Random_$nextInternal__Ljava_util_Random_2ID(this, 31); + val = bits % n; + } + while (bits - val + (n - 1) < 0); + return com_google_gwt_lang_Cast_round_1int__DI(val); +} +; +_.setSeed__JV = function java_util_Random_setSeed__JV(seed){ + java_util_Random_$setSeed__Ljava_util_Random_2IIV(this, com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shr__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 24), $intern_136)), com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_136))); +} +; +_.java_util_Random_seedhi = 0; +_.java_util_Random_seedlo = 0; +var java_util_Random_twoToTheXMinus24, java_util_Random_twoToTheXMinus48, java_util_Random_uniqueSeed = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Random_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, $intern_414, 140, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2J(this$static){ + var s0, s1; + s1 = this$static.com_badlogic_gdx_math_RandomXS128_seed0; + s0 = this$static.com_badlogic_gdx_math_RandomXS128_seed1; + this$static.com_badlogic_gdx_math_RandomXS128_seed0 = s0; + s1 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(s1, com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(s1, 23)); + return com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_badlogic_gdx_math_RandomXS128_seed1 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(s1, s0), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(s1, 17)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(s0, 26)), s0); +} + +function com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2JJ(this$static, n){ + var bits, value_0; + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(n, 0) <= 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('n must be positive')); + for (;;) { + bits = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2J(this$static), 1); + value_0 = com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(bits, n); + if (com_google_gwt_lang_LongLib_gte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(bits, value_0), com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, 1)), 0)) + return value_0; + } +} + +function com_badlogic_gdx_math_RandomXS128_$setSeed__Lcom_badlogic_gdx_math_RandomXS128_2JV(this$static, seed){ + var seed0; + seed0 = com_badlogic_gdx_math_RandomXS128_murmurHash3__JJ(com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(seed, 0) == 0?$intern_415:seed); + com_badlogic_gdx_math_RandomXS128_$setState__Lcom_badlogic_gdx_math_RandomXS128_2JJV(this$static, seed0, com_badlogic_gdx_math_RandomXS128_murmurHash3__JJ(seed0)); +} + +function com_badlogic_gdx_math_RandomXS128_$setState__Lcom_badlogic_gdx_math_RandomXS128_2JJV(this$static, seed0, seed1){ + this$static.com_badlogic_gdx_math_RandomXS128_seed0 = seed0; + this$static.com_badlogic_gdx_math_RandomXS128_seed1 = seed1; +} + +function com_badlogic_gdx_math_RandomXS128_RandomXS128__V(){ + java_util_Random_$clinit__V(); + java_util_Random_Random__V.call(this); + com_badlogic_gdx_math_RandomXS128_$setSeed__Lcom_badlogic_gdx_math_RandomXS128_2JV(this, java_util_Random_$nextLong__Ljava_util_Random_2J(new java_util_Random_Random__V)); +} + +function com_badlogic_gdx_math_RandomXS128_murmurHash3__JJ(x_0){ + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 33)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, {l:1412301, m:4153269, h:1045786}); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 33)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, {l:388179, m:2619498, h:806123}); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 33)); + return x_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(471, 140, {471:1, 140:1}, com_badlogic_gdx_math_RandomXS128_RandomXS128__V); +_.next__II = function com_badlogic_gdx_math_RandomXS128_next__II(bits){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2J(this), com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, bits), 1))); +} +; +_.nextBoolean__Z = function com_badlogic_gdx_math_RandomXS128_nextBoolean__Z(){ + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2J(this), 1), 0); +} +; +_.nextBytes___3BV = function com_badlogic_gdx_math_RandomXS128_nextBytes___3BV(bytes){ + var bits, i, n; + n = 0; + i = bytes.length; + while (i != 0) { + n = i < 8?i:8; + for (bits = com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2J(this); n-- != 0; bits = com_google_gwt_lang_LongLib_shr__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(bits, 8)) + bytes[--i] = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(bits) << 24 >> 24; + } +} +; +_.nextDouble__D = function com_badlogic_gdx_math_RandomXS128_nextDouble__D(){ + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2J(this), 11)) * $intern_416; +} +; +_.nextFloat__F = function com_badlogic_gdx_math_RandomXS128_nextFloat__F(){ + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2J(this), 40)) * $intern_412; +} +; +_.nextInt__I = function com_badlogic_gdx_math_RandomXS128_nextInt__I(){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2J(this)); +} +; +_.nextInt__II = function com_badlogic_gdx_math_RandomXS128_nextInt__II(n){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_badlogic_gdx_math_RandomXS128_$nextLong__Lcom_badlogic_gdx_math_RandomXS128_2JJ(this, n)); +} +; +_.setSeed__JV = function com_badlogic_gdx_math_RandomXS128_setSeed__JV(seed){ + com_badlogic_gdx_math_RandomXS128_$setSeed__Lcom_badlogic_gdx_math_RandomXS128_2JV(this, seed); +} +; +_.com_badlogic_gdx_math_RandomXS128_seed0 = 0; +_.com_badlogic_gdx_math_RandomXS128_seed1 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_417, 471, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Random_12_1classLit); +function com_badlogic_gdx_math_Rectangle_$clinit__V(){ + com_badlogic_gdx_math_Rectangle_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Rectangle_tmp = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + com_badlogic_gdx_math_Rectangle_tmp2 = new com_badlogic_gdx_math_Rectangle_Rectangle__V; +} + +function com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this$static, x_0, y_0){ + return this$static.com_badlogic_gdx_math_Rectangle_x <= x_0 && this$static.com_badlogic_gdx_math_Rectangle_x + this$static.com_badlogic_gdx_math_Rectangle_width >= x_0 && this$static.com_badlogic_gdx_math_Rectangle_y <= y_0 && this$static.com_badlogic_gdx_math_Rectangle_y + this$static.com_badlogic_gdx_math_Rectangle_height >= y_0; +} + +function com_badlogic_gdx_math_Rectangle_$merge__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this$static, x_0, y_0){ + var maxX, maxY, minX, minY; + minX = $wnd.Math.min(this$static.com_badlogic_gdx_math_Rectangle_x, x_0); + maxX = $wnd.Math.max(this$static.com_badlogic_gdx_math_Rectangle_x + this$static.com_badlogic_gdx_math_Rectangle_width, x_0); + this$static.com_badlogic_gdx_math_Rectangle_x = minX; + this$static.com_badlogic_gdx_math_Rectangle_width = maxX - minX; + minY = $wnd.Math.min(this$static.com_badlogic_gdx_math_Rectangle_y, y_0); + maxY = $wnd.Math.max(this$static.com_badlogic_gdx_math_Rectangle_y + this$static.com_badlogic_gdx_math_Rectangle_height, y_0); + this$static.com_badlogic_gdx_math_Rectangle_y = minY; + this$static.com_badlogic_gdx_math_Rectangle_height = maxY - minY; + return this$static; +} + +function com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this$static, x_0, y_0, width_0, height){ + this$static.com_badlogic_gdx_math_Rectangle_x = x_0; + this$static.com_badlogic_gdx_math_Rectangle_y = y_0; + this$static.com_badlogic_gdx_math_Rectangle_width = width_0; + this$static.com_badlogic_gdx_math_Rectangle_height = height; + return this$static; +} + +function com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(this$static, rect){ + this$static.com_badlogic_gdx_math_Rectangle_x = rect.com_badlogic_gdx_math_Rectangle_x; + this$static.com_badlogic_gdx_math_Rectangle_y = rect.com_badlogic_gdx_math_Rectangle_y; + this$static.com_badlogic_gdx_math_Rectangle_width = rect.com_badlogic_gdx_math_Rectangle_width; + this$static.com_badlogic_gdx_math_Rectangle_height = rect.com_badlogic_gdx_math_Rectangle_height; + return this$static; +} + +function com_badlogic_gdx_math_Rectangle_$setPosition__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this$static, x_0, y_0){ + this$static.com_badlogic_gdx_math_Rectangle_x = x_0; + this$static.com_badlogic_gdx_math_Rectangle_y = y_0; + return this$static; +} + +function com_badlogic_gdx_math_Rectangle_$setSize__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this$static, width_0, height){ + this$static.com_badlogic_gdx_math_Rectangle_width = width_0; + this$static.com_badlogic_gdx_math_Rectangle_height = height; + return this$static; +} + +function com_badlogic_gdx_math_Rectangle_Rectangle__V(){ + com_badlogic_gdx_math_Rectangle_$clinit__V(); +} + +function com_badlogic_gdx_math_Rectangle_Rectangle__FFFFV(x_0, y_0, width_0, height){ + com_badlogic_gdx_math_Rectangle_$clinit__V(); + this.com_badlogic_gdx_math_Rectangle_x = x_0; + this.com_badlogic_gdx_math_Rectangle_y = y_0; + this.com_badlogic_gdx_math_Rectangle_width = width_0; + this.com_badlogic_gdx_math_Rectangle_height = height; +} + +function com_badlogic_gdx_math_Rectangle_Rectangle__Lcom_badlogic_gdx_math_Rectangle_2V(rect){ + com_badlogic_gdx_math_Rectangle_$clinit__V(); + this.com_badlogic_gdx_math_Rectangle_x = rect.com_badlogic_gdx_math_Rectangle_x; + this.com_badlogic_gdx_math_Rectangle_y = rect.com_badlogic_gdx_math_Rectangle_y; + this.com_badlogic_gdx_math_Rectangle_width = rect.com_badlogic_gdx_math_Rectangle_width; + this.com_badlogic_gdx_math_Rectangle_height = rect.com_badlogic_gdx_math_Rectangle_height; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(98, 1, {98:1, 462:1, 3:1}, com_badlogic_gdx_math_Rectangle_Rectangle__V, com_badlogic_gdx_math_Rectangle_Rectangle__FFFFV, com_badlogic_gdx_math_Rectangle_Rectangle__Lcom_badlogic_gdx_math_Rectangle_2V); +_.area__F = function com_badlogic_gdx_math_Rectangle_area__F(){ + return this.com_badlogic_gdx_math_Rectangle_width * this.com_badlogic_gdx_math_Rectangle_height; +} +; +_.contains__FFZ = function com_badlogic_gdx_math_Rectangle_contains__FFZ(x_0, y_0){ + return com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this, x_0, y_0); +} +; +_.contains__Lcom_badlogic_gdx_math_Circle_2Z = function com_badlogic_gdx_math_Rectangle_contains__Lcom_badlogic_gdx_math_Circle_2Z(circle){ + return circle.com_badlogic_gdx_math_Circle_x - circle.com_badlogic_gdx_math_Circle_radius >= this.com_badlogic_gdx_math_Rectangle_x && circle.com_badlogic_gdx_math_Circle_x + circle.com_badlogic_gdx_math_Circle_radius <= this.com_badlogic_gdx_math_Rectangle_x + this.com_badlogic_gdx_math_Rectangle_width && circle.com_badlogic_gdx_math_Circle_y - circle.com_badlogic_gdx_math_Circle_radius >= this.com_badlogic_gdx_math_Rectangle_y && circle.com_badlogic_gdx_math_Circle_y + circle.com_badlogic_gdx_math_Circle_radius <= this.com_badlogic_gdx_math_Rectangle_y + this.com_badlogic_gdx_math_Rectangle_height; +} +; +_.contains__Lcom_badlogic_gdx_math_Rectangle_2Z = function com_badlogic_gdx_math_Rectangle_contains__Lcom_badlogic_gdx_math_Rectangle_2Z(rectangle){ + var xmax, xmin, ymax, ymin; + xmin = rectangle.com_badlogic_gdx_math_Rectangle_x; + xmax = xmin + rectangle.com_badlogic_gdx_math_Rectangle_width; + ymin = rectangle.com_badlogic_gdx_math_Rectangle_y; + ymax = ymin + rectangle.com_badlogic_gdx_math_Rectangle_height; + return xmin > this.com_badlogic_gdx_math_Rectangle_x && xmin < this.com_badlogic_gdx_math_Rectangle_x + this.com_badlogic_gdx_math_Rectangle_width && xmax > this.com_badlogic_gdx_math_Rectangle_x && xmax < this.com_badlogic_gdx_math_Rectangle_x + this.com_badlogic_gdx_math_Rectangle_width && ymin > this.com_badlogic_gdx_math_Rectangle_y && ymin < this.com_badlogic_gdx_math_Rectangle_y + this.com_badlogic_gdx_math_Rectangle_height && ymax > this.com_badlogic_gdx_math_Rectangle_y && ymax < this.com_badlogic_gdx_math_Rectangle_y + this.com_badlogic_gdx_math_Rectangle_height; +} +; +_.contains__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Rectangle_contains__Lcom_badlogic_gdx_math_Vector2_2Z(point){ + return com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this, point.com_badlogic_gdx_math_Vector2_x, point.com_badlogic_gdx_math_Vector2_y); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_Rectangle_equals__Ljava_lang_Object_2Z(obj){ + var other; + if (this === obj) + return true; + if (obj == null) + return false; + if (this.java_lang_Object__1_1_1clazz != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(obj)) + return false; + other = obj; + if (com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Rectangle_height) != com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(other.com_badlogic_gdx_math_Rectangle_height)) + return false; + if (com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Rectangle_width) != com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(other.com_badlogic_gdx_math_Rectangle_width)) + return false; + if (com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Rectangle_x) != com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(other.com_badlogic_gdx_math_Rectangle_x)) + return false; + if (com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Rectangle_y) != com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(other.com_badlogic_gdx_math_Rectangle_y)) + return false; + return true; +} +; +_.fitInside__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_fitInside__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(rect){ + var ratio; + ratio = this.com_badlogic_gdx_math_Rectangle_height == 0?NaN:this.com_badlogic_gdx_math_Rectangle_width / this.com_badlogic_gdx_math_Rectangle_height; + ratio < (rect.com_badlogic_gdx_math_Rectangle_height == 0?NaN:rect.com_badlogic_gdx_math_Rectangle_width / rect.com_badlogic_gdx_math_Rectangle_height)?com_badlogic_gdx_math_Rectangle_$setSize__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, rect.com_badlogic_gdx_math_Rectangle_height * ratio, rect.com_badlogic_gdx_math_Rectangle_height):com_badlogic_gdx_math_Rectangle_$setSize__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, rect.com_badlogic_gdx_math_Rectangle_width, rect.com_badlogic_gdx_math_Rectangle_width / ratio); + com_badlogic_gdx_math_Rectangle_$setPosition__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, rect.com_badlogic_gdx_math_Rectangle_x + rect.com_badlogic_gdx_math_Rectangle_width / 2 - this.com_badlogic_gdx_math_Rectangle_width / 2, rect.com_badlogic_gdx_math_Rectangle_y + rect.com_badlogic_gdx_math_Rectangle_height / 2 - this.com_badlogic_gdx_math_Rectangle_height / 2); + return this; +} +; +_.fitOutside__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_fitOutside__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(rect){ + var ratio; + ratio = this.com_badlogic_gdx_math_Rectangle_height == 0?NaN:this.com_badlogic_gdx_math_Rectangle_width / this.com_badlogic_gdx_math_Rectangle_height; + ratio > (rect.com_badlogic_gdx_math_Rectangle_height == 0?NaN:rect.com_badlogic_gdx_math_Rectangle_width / rect.com_badlogic_gdx_math_Rectangle_height)?com_badlogic_gdx_math_Rectangle_$setSize__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, rect.com_badlogic_gdx_math_Rectangle_height * ratio, rect.com_badlogic_gdx_math_Rectangle_height):com_badlogic_gdx_math_Rectangle_$setSize__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, rect.com_badlogic_gdx_math_Rectangle_width, rect.com_badlogic_gdx_math_Rectangle_width / ratio); + com_badlogic_gdx_math_Rectangle_$setPosition__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, rect.com_badlogic_gdx_math_Rectangle_x + rect.com_badlogic_gdx_math_Rectangle_width / 2 - this.com_badlogic_gdx_math_Rectangle_width / 2, rect.com_badlogic_gdx_math_Rectangle_y + rect.com_badlogic_gdx_math_Rectangle_height / 2 - this.com_badlogic_gdx_math_Rectangle_height / 2); + return this; +} +; +_.fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Rectangle_2(v){ + var height, s0, s1, s2, width_0, x_0, y_0; + s0 = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(v, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), 1); + s1 = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(v, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), s0 + 1); + s2 = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(v, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), s1 + 1); + if (s0 != -1 && s1 != -1 && s2 != -1 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, v.length) , v.charCodeAt(0) == 91) && java_lang_String_$charAt__Ljava_lang_String_2IC(v, v.length - 1) == 93) { + try { + x_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(1, s0, v.length) , v.substr(1, s0 - 1))); + y_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(s0 + 1, s1, v.length) , v.substr(s0 + 1, s1 - (s0 + 1)))); + width_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(s1 + 1, s2, v.length) , v.substr(s1 + 1, s2 - (s1 + 1)))); + height = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(v, s2 + 1, v.length - 1)); + return com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this, x_0, y_0, width_0, height); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Malformed Rectangle: ' + v)); +} +; +_.getAspectRatio__F = function com_badlogic_gdx_math_Rectangle_getAspectRatio__F(){ + return this.com_badlogic_gdx_math_Rectangle_height == 0?NaN:this.com_badlogic_gdx_math_Rectangle_width / this.com_badlogic_gdx_math_Rectangle_height; +} +; +_.getCenter__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Rectangle_getCenter__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(vector){ + vector.com_badlogic_gdx_math_Vector2_x = this.com_badlogic_gdx_math_Rectangle_x + this.com_badlogic_gdx_math_Rectangle_width / 2; + vector.com_badlogic_gdx_math_Vector2_y = this.com_badlogic_gdx_math_Rectangle_y + this.com_badlogic_gdx_math_Rectangle_height / 2; + return vector; +} +; +_.getHeight__F = function com_badlogic_gdx_math_Rectangle_getHeight__F(){ + return this.com_badlogic_gdx_math_Rectangle_height; +} +; +_.getPosition__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Rectangle_getPosition__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(position){ + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(position, this.com_badlogic_gdx_math_Rectangle_x, this.com_badlogic_gdx_math_Rectangle_y); +} +; +_.getSize__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Rectangle_getSize__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(size_0){ + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(size_0, this.com_badlogic_gdx_math_Rectangle_width, this.com_badlogic_gdx_math_Rectangle_height); +} +; +_.getWidth__F = function com_badlogic_gdx_math_Rectangle_getWidth__F(){ + return this.com_badlogic_gdx_math_Rectangle_width; +} +; +_.getX__F = function com_badlogic_gdx_math_Rectangle_getX__F(){ + return this.com_badlogic_gdx_math_Rectangle_x; +} +; +_.getY__F = function com_badlogic_gdx_math_Rectangle_getY__F(){ + return this.com_badlogic_gdx_math_Rectangle_y; +} +; +_.hashCode__I = function com_badlogic_gdx_math_Rectangle_hashCode__I(){ + var result; + result = 1; + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Rectangle_height); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Rectangle_width); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Rectangle_x); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_Rectangle_y); + return result; +} +; +_.merge__FFLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_merge__FFLcom_badlogic_gdx_math_Rectangle_2(x_0, y_0){ + return com_badlogic_gdx_math_Rectangle_$merge__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, x_0, y_0); +} +; +_.merge__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_merge__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(rect){ + var maxX, maxY, minX, minY; + minX = $wnd.Math.min(this.com_badlogic_gdx_math_Rectangle_x, rect.com_badlogic_gdx_math_Rectangle_x); + maxX = $wnd.Math.max(this.com_badlogic_gdx_math_Rectangle_x + this.com_badlogic_gdx_math_Rectangle_width, rect.com_badlogic_gdx_math_Rectangle_x + rect.com_badlogic_gdx_math_Rectangle_width); + this.com_badlogic_gdx_math_Rectangle_x = minX; + this.com_badlogic_gdx_math_Rectangle_width = maxX - minX; + minY = $wnd.Math.min(this.com_badlogic_gdx_math_Rectangle_y, rect.com_badlogic_gdx_math_Rectangle_y); + maxY = $wnd.Math.max(this.com_badlogic_gdx_math_Rectangle_y + this.com_badlogic_gdx_math_Rectangle_height, rect.com_badlogic_gdx_math_Rectangle_y + rect.com_badlogic_gdx_math_Rectangle_height); + this.com_badlogic_gdx_math_Rectangle_y = minY; + this.com_badlogic_gdx_math_Rectangle_height = maxY - minY; + return this; +} +; +_.merge__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_merge__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2(vec){ + return com_badlogic_gdx_math_Rectangle_$merge__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, vec.com_badlogic_gdx_math_Vector2_x, vec.com_badlogic_gdx_math_Vector2_y); +} +; +_.merge___3Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_merge___3Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2(vecs){ + var i, maxX, maxY, minX, minY, v; + minX = this.com_badlogic_gdx_math_Rectangle_x; + maxX = this.com_badlogic_gdx_math_Rectangle_x + this.com_badlogic_gdx_math_Rectangle_width; + minY = this.com_badlogic_gdx_math_Rectangle_y; + maxY = this.com_badlogic_gdx_math_Rectangle_y + this.com_badlogic_gdx_math_Rectangle_height; + for (i = 0; i < vecs.length; ++i) { + v = vecs[i]; + minX = $wnd.Math.min(minX, v.com_badlogic_gdx_math_Vector2_x); + maxX = $wnd.Math.max(maxX, v.com_badlogic_gdx_math_Vector2_x); + minY = $wnd.Math.min(minY, v.com_badlogic_gdx_math_Vector2_y); + maxY = $wnd.Math.max(maxY, v.com_badlogic_gdx_math_Vector2_y); + } + this.com_badlogic_gdx_math_Rectangle_x = minX; + this.com_badlogic_gdx_math_Rectangle_width = maxX - minX; + this.com_badlogic_gdx_math_Rectangle_y = minY; + this.com_badlogic_gdx_math_Rectangle_height = maxY - minY; + return this; +} +; +_.overlaps__Lcom_badlogic_gdx_math_Rectangle_2Z = function com_badlogic_gdx_math_Rectangle_overlaps__Lcom_badlogic_gdx_math_Rectangle_2Z(r){ + return this.com_badlogic_gdx_math_Rectangle_x < r.com_badlogic_gdx_math_Rectangle_x + r.com_badlogic_gdx_math_Rectangle_width && this.com_badlogic_gdx_math_Rectangle_x + this.com_badlogic_gdx_math_Rectangle_width > r.com_badlogic_gdx_math_Rectangle_x && this.com_badlogic_gdx_math_Rectangle_y < r.com_badlogic_gdx_math_Rectangle_y + r.com_badlogic_gdx_math_Rectangle_height && this.com_badlogic_gdx_math_Rectangle_y + this.com_badlogic_gdx_math_Rectangle_height > r.com_badlogic_gdx_math_Rectangle_y; +} +; +_.perimeter__F = function com_badlogic_gdx_math_Rectangle_perimeter__F(){ + return 2 * (this.com_badlogic_gdx_math_Rectangle_width + this.com_badlogic_gdx_math_Rectangle_height); +} +; +_.set__FFFFLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_set__FFFFLcom_badlogic_gdx_math_Rectangle_2(x_0, y_0, width_0, height){ + return com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this, x_0, y_0, width_0, height); +} +; +_.set__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_set__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(rect){ + return com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(this, rect); +} +; +_.setCenter__FFLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setCenter__FFLcom_badlogic_gdx_math_Rectangle_2(x_0, y_0){ + com_badlogic_gdx_math_Rectangle_$setPosition__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, x_0 - this.com_badlogic_gdx_math_Rectangle_width / 2, y_0 - this.com_badlogic_gdx_math_Rectangle_height / 2); + return this; +} +; +_.setCenter__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setCenter__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2(position){ + com_badlogic_gdx_math_Rectangle_$setPosition__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, position.com_badlogic_gdx_math_Vector2_x - this.com_badlogic_gdx_math_Rectangle_width / 2, position.com_badlogic_gdx_math_Vector2_y - this.com_badlogic_gdx_math_Rectangle_height / 2); + return this; +} +; +_.setHeight__FLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setHeight__FLcom_badlogic_gdx_math_Rectangle_2(height){ + this.com_badlogic_gdx_math_Rectangle_height = height; + return this; +} +; +_.setPosition__FFLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setPosition__FFLcom_badlogic_gdx_math_Rectangle_2(x_0, y_0){ + return com_badlogic_gdx_math_Rectangle_$setPosition__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, x_0, y_0); +} +; +_.setPosition__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setPosition__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2(position){ + this.com_badlogic_gdx_math_Rectangle_x = position.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_math_Rectangle_y = position.com_badlogic_gdx_math_Vector2_y; + return this; +} +; +_.setSize__FLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setSize__FLcom_badlogic_gdx_math_Rectangle_2(sizeXY){ + this.com_badlogic_gdx_math_Rectangle_width = sizeXY; + this.com_badlogic_gdx_math_Rectangle_height = sizeXY; + return this; +} +; +_.setSize__FFLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setSize__FFLcom_badlogic_gdx_math_Rectangle_2(width_0, height){ + return com_badlogic_gdx_math_Rectangle_$setSize__Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(this, width_0, height); +} +; +_.setWidth__FLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setWidth__FLcom_badlogic_gdx_math_Rectangle_2(width_0){ + this.com_badlogic_gdx_math_Rectangle_width = width_0; + return this; +} +; +_.setX__FLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setX__FLcom_badlogic_gdx_math_Rectangle_2(x_0){ + this.com_badlogic_gdx_math_Rectangle_x = x_0; + return this; +} +; +_.setY__FLcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_math_Rectangle_setY__FLcom_badlogic_gdx_math_Rectangle_2(y_0){ + this.com_badlogic_gdx_math_Rectangle_y = y_0; + return this; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Rectangle_toString__Ljava_lang_String_2(){ + return '[' + this.com_badlogic_gdx_math_Rectangle_x + ',' + this.com_badlogic_gdx_math_Rectangle_y + ',' + this.com_badlogic_gdx_math_Rectangle_width + ',' + this.com_badlogic_gdx_math_Rectangle_height + ']'; +} +; +_.com_badlogic_gdx_math_Rectangle_height = 0; +_.com_badlogic_gdx_math_Rectangle_width = 0; +_.com_badlogic_gdx_math_Rectangle_x = 0; +_.com_badlogic_gdx_math_Rectangle_y = 0; +var com_badlogic_gdx_math_Rectangle_tmp, com_badlogic_gdx_math_Rectangle_tmp2; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_418, 98, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_334, 'Vector'); +function com_badlogic_gdx_math_Vector2_$clinit__V(){ + com_badlogic_gdx_math_Vector2_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Vector2_X = new com_badlogic_gdx_math_Vector2_Vector2__FFV(1, 0); + com_badlogic_gdx_math_Vector2_Y = new com_badlogic_gdx_math_Vector2_Vector2__FFV(0, 1); + com_badlogic_gdx_math_Vector2_Zero = new com_badlogic_gdx_math_Vector2_Vector2__FFV(0, 0); +} + +function com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static, x_0, y_0){ + this$static.com_badlogic_gdx_math_Vector2_x += x_0; + this$static.com_badlogic_gdx_math_Vector2_y += y_0; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, v){ + this$static.com_badlogic_gdx_math_Vector2_x += v.com_badlogic_gdx_math_Vector2_x; + this$static.com_badlogic_gdx_math_Vector2_y += v.com_badlogic_gdx_math_Vector2_y; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$clamp__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static, min_0, max_0){ + var len2, max2, min2; + len2 = this$static.com_badlogic_gdx_math_Vector2_x * this$static.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * this$static.com_badlogic_gdx_math_Vector2_y; + if (len2 == 0) + return this$static; + max2 = max_0 * max_0; + if (len2 > max2) + return com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, $wnd.Math.sqrt(max2 / len2)); + min2 = min_0 * min_0; + if (len2 < min2) + return com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, $wnd.Math.sqrt(min2 / len2)); + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$dot__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this$static, v){ + return this$static.com_badlogic_gdx_math_Vector2_x * v.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * v.com_badlogic_gdx_math_Vector2_y; +} + +function com_badlogic_gdx_math_Vector2_$dst__Lcom_badlogic_gdx_math_Vector2_2FFF(this$static, x_0, y_0){ + var x_d, y_d; + x_d = x_0 - this$static.com_badlogic_gdx_math_Vector2_x; + y_d = y_0 - this$static.com_badlogic_gdx_math_Vector2_y; + return $wnd.Math.sqrt(x_d * x_d + y_d * y_d); +} + +function com_badlogic_gdx_math_Vector2_$dst__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this$static, v){ + var x_d, y_d; + x_d = v.com_badlogic_gdx_math_Vector2_x - this$static.com_badlogic_gdx_math_Vector2_x; + y_d = v.com_badlogic_gdx_math_Vector2_y - this$static.com_badlogic_gdx_math_Vector2_y; + return $wnd.Math.sqrt(x_d * x_d + y_d * y_d); +} + +function com_badlogic_gdx_math_Vector2_$dst2__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this$static, v){ + var x_d, y_d; + x_d = v.com_badlogic_gdx_math_Vector2_x - this$static.com_badlogic_gdx_math_Vector2_x; + y_d = v.com_badlogic_gdx_math_Vector2_y - this$static.com_badlogic_gdx_math_Vector2_y; + return x_d * x_d + y_d * y_d; +} + +function com_badlogic_gdx_math_Vector2_$epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2FFFZ(this$static, x_0, y_0, epsilon){ + if ($wnd.Math.abs(x_0 - this$static.com_badlogic_gdx_math_Vector2_x) > epsilon) + return false; + if ($wnd.Math.abs(y_0 - this$static.com_badlogic_gdx_math_Vector2_y) > epsilon) + return false; + return true; +} + +function com_badlogic_gdx_math_Vector2_$epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this$static, other, epsilon){ + if (!other) + return false; + if ($wnd.Math.abs(other.com_badlogic_gdx_math_Vector2_x - this$static.com_badlogic_gdx_math_Vector2_x) > epsilon) + return false; + if ($wnd.Math.abs(other.com_badlogic_gdx_math_Vector2_y - this$static.com_badlogic_gdx_math_Vector2_y) > epsilon) + return false; + return true; +} + +function com_badlogic_gdx_math_Vector2_$equals__Lcom_badlogic_gdx_math_Vector2_2Ljava_lang_Object_2Z(this$static, obj){ + var other; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(obj)) + return true; + if (obj == null) + return false; + if (com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(obj)) + return false; + other = obj; + if (com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this$static.com_badlogic_gdx_math_Vector2_x) != com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(other.com_badlogic_gdx_math_Vector2_x)) + return false; + if (com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this$static.com_badlogic_gdx_math_Vector2_y) != com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(other.com_badlogic_gdx_math_Vector2_y)) + return false; + return true; +} + +function com_badlogic_gdx_math_Vector2_$hasOppositeDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this$static, vector){ + return this$static.com_badlogic_gdx_math_Vector2_x * vector.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * vector.com_badlogic_gdx_math_Vector2_y < 0; +} + +function com_badlogic_gdx_math_Vector2_$hasSameDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this$static, vector){ + return this$static.com_badlogic_gdx_math_Vector2_x * vector.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * vector.com_badlogic_gdx_math_Vector2_y > 0; +} + +function com_badlogic_gdx_math_Vector2_$isCollinear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this$static, other){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_y - this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_x) <= $intern_347 && this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_y > 0; +} + +function com_badlogic_gdx_math_Vector2_$isCollinear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this$static, other, epsilon){ + return com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_y - this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_x, epsilon) && this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_y > 0; +} + +function com_badlogic_gdx_math_Vector2_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this$static, other){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_y - this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_x) <= $intern_347 && this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_y < 0; +} + +function com_badlogic_gdx_math_Vector2_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this$static, other, epsilon){ + return com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_y - this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_x, epsilon) && this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_y < 0; +} + +function com_badlogic_gdx_math_Vector2_$isOnLine__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this$static, other){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_y - this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_x) <= $intern_347; +} + +function com_badlogic_gdx_math_Vector2_$isOnLine__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this$static, other, epsilon){ + return com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector2_x * other.com_badlogic_gdx_math_Vector2_y - this$static.com_badlogic_gdx_math_Vector2_y * other.com_badlogic_gdx_math_Vector2_x, epsilon); +} + +function com_badlogic_gdx_math_Vector2_$isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this$static, vector){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this$static.com_badlogic_gdx_math_Vector2_x * vector.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * vector.com_badlogic_gdx_math_Vector2_y) <= $intern_347; +} + +function com_badlogic_gdx_math_Vector2_$isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this$static, vector, epsilon){ + return com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector2_x * vector.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * vector.com_badlogic_gdx_math_Vector2_y, epsilon); +} + +function com_badlogic_gdx_math_Vector2_$len__Lcom_badlogic_gdx_math_Vector2_2F(this$static){ + return $wnd.Math.sqrt(this$static.com_badlogic_gdx_math_Vector2_x * this$static.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * this$static.com_badlogic_gdx_math_Vector2_y); +} + +function com_badlogic_gdx_math_Vector2_$len2__Lcom_badlogic_gdx_math_Vector2_2F(this$static){ + return this$static.com_badlogic_gdx_math_Vector2_x * this$static.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * this$static.com_badlogic_gdx_math_Vector2_y; +} + +function com_badlogic_gdx_math_Vector2_$lerp__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, target, alpha_0){ + var invAlpha; + invAlpha = 1 - alpha_0; + this$static.com_badlogic_gdx_math_Vector2_x = this$static.com_badlogic_gdx_math_Vector2_x * invAlpha + target.com_badlogic_gdx_math_Vector2_x * alpha_0; + this$static.com_badlogic_gdx_math_Vector2_y = this$static.com_badlogic_gdx_math_Vector2_y * invAlpha + target.com_badlogic_gdx_math_Vector2_y * alpha_0; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$limit2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, limit2){ + var len2; + len2 = this$static.com_badlogic_gdx_math_Vector2_x * this$static.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * this$static.com_badlogic_gdx_math_Vector2_y; + if (len2 > limit2) { + return com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, $wnd.Math.sqrt(limit2 / len2)); + } + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$mulAdd__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, vec, scalar){ + this$static.com_badlogic_gdx_math_Vector2_x += vec.com_badlogic_gdx_math_Vector2_x * scalar; + this$static.com_badlogic_gdx_math_Vector2_y += vec.com_badlogic_gdx_math_Vector2_y * scalar; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$mulAdd__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, vec, mulVec){ + this$static.com_badlogic_gdx_math_Vector2_x += vec.com_badlogic_gdx_math_Vector2_x * mulVec.com_badlogic_gdx_math_Vector2_x; + this$static.com_badlogic_gdx_math_Vector2_y += vec.com_badlogic_gdx_math_Vector2_y * mulVec.com_badlogic_gdx_math_Vector2_y; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$nor__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static){ + var len; + len = $wnd.Math.sqrt(this$static.com_badlogic_gdx_math_Vector2_x * this$static.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * this$static.com_badlogic_gdx_math_Vector2_y); + if (len != 0) { + this$static.com_badlogic_gdx_math_Vector2_x /= len; + this$static.com_badlogic_gdx_math_Vector2_y /= len; + } + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$rotateRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, radians){ + var cos_0, newX, newY, sin_0; + cos_0 = $wnd.Math.cos(radians); + sin_0 = $wnd.Math.sin(radians); + newX = this$static.com_badlogic_gdx_math_Vector2_x * cos_0 - this$static.com_badlogic_gdx_math_Vector2_y * sin_0; + newY = this$static.com_badlogic_gdx_math_Vector2_x * sin_0 + this$static.com_badlogic_gdx_math_Vector2_y * cos_0; + this$static.com_badlogic_gdx_math_Vector2_x = newX; + this$static.com_badlogic_gdx_math_Vector2_y = newY; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, scalar){ + this$static.com_badlogic_gdx_math_Vector2_x *= scalar; + this$static.com_badlogic_gdx_math_Vector2_y *= scalar; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, v){ + this$static.com_badlogic_gdx_math_Vector2_x *= v.com_badlogic_gdx_math_Vector2_x; + this$static.com_badlogic_gdx_math_Vector2_y *= v.com_badlogic_gdx_math_Vector2_y; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static, x_0, y_0){ + this$static.com_badlogic_gdx_math_Vector2_x = x_0; + this$static.com_badlogic_gdx_math_Vector2_y = y_0; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, v){ + this$static.com_badlogic_gdx_math_Vector2_x = v.com_badlogic_gdx_math_Vector2_x; + this$static.com_badlogic_gdx_math_Vector2_y = v.com_badlogic_gdx_math_Vector2_y; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$setAngleRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, radians){ + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static, $wnd.Math.sqrt(this$static.com_badlogic_gdx_math_Vector2_x * this$static.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_math_Vector2_y * this$static.com_badlogic_gdx_math_Vector2_y), 0); + com_badlogic_gdx_math_Vector2_$rotateRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static, radians); + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$setZero__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static){ + this$static.com_badlogic_gdx_math_Vector2_x = 0; + this$static.com_badlogic_gdx_math_Vector2_y = 0; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static, x_0, y_0){ + this$static.com_badlogic_gdx_math_Vector2_x -= x_0; + this$static.com_badlogic_gdx_math_Vector2_y -= y_0; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, v){ + this$static.com_badlogic_gdx_math_Vector2_x -= v.com_badlogic_gdx_math_Vector2_x; + this$static.com_badlogic_gdx_math_Vector2_y -= v.com_badlogic_gdx_math_Vector2_y; + return this$static; +} + +function com_badlogic_gdx_math_Vector2_Vector2__V(){ + com_badlogic_gdx_math_Vector2_$clinit__V(); +} + +function com_badlogic_gdx_math_Vector2_Vector2__FFV(x_0, y_0){ + com_badlogic_gdx_math_Vector2_$clinit__V(); + this.com_badlogic_gdx_math_Vector2_x = x_0; + this.com_badlogic_gdx_math_Vector2_y = y_0; +} + +function com_badlogic_gdx_math_Vector2_Vector2__Lcom_badlogic_gdx_math_Vector2_2V(v){ + com_badlogic_gdx_math_Vector2_$clinit__V(); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, v); +} + +function com_badlogic_gdx_math_Vector2_len__FFF(x_0, y_0){ + com_badlogic_gdx_math_Vector2_$clinit__V(); + return $wnd.Math.sqrt(x_0 * x_0 + y_0 * y_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(40, 1, {784:1, 40:1, 3:1}, com_badlogic_gdx_math_Vector2_Vector2__V, com_badlogic_gdx_math_Vector2_Vector2__FFV, com_badlogic_gdx_math_Vector2_Vector2__Lcom_badlogic_gdx_math_Vector2_2V); +_.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(v){ + return com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, v); +} +; +_.clamp__FFLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_clamp__FFLcom_badlogic_gdx_math_Vector_2(min_0, max_0){ + return com_badlogic_gdx_math_Vector2_$clamp__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this, min_0, max_0); +} +; +_.cpy__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_cpy__Lcom_badlogic_gdx_math_Vector_2(){ + return new com_badlogic_gdx_math_Vector2_Vector2__Lcom_badlogic_gdx_math_Vector2_2V(this); +} +; +_.dot__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Vector2_dot__Lcom_badlogic_gdx_math_Vector_2F(v){ + return com_badlogic_gdx_math_Vector2_$dot__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this, v); +} +; +_.dst__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Vector2_dst__Lcom_badlogic_gdx_math_Vector_2F(v){ + return com_badlogic_gdx_math_Vector2_$dst__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this, v); +} +; +_.dst2__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Vector2_dst2__Lcom_badlogic_gdx_math_Vector_2F(v){ + return com_badlogic_gdx_math_Vector2_$dst2__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this, v); +} +; +_.epsilonEquals__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector2_epsilonEquals__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector2_$epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, other, epsilon); +} +; +_.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector2_hasOppositeDirection__Lcom_badlogic_gdx_math_Vector_2Z(vector){ + return com_badlogic_gdx_math_Vector2_$hasOppositeDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, vector); +} +; +_.hasSameDirection__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector2_hasSameDirection__Lcom_badlogic_gdx_math_Vector_2Z(vector){ + return com_badlogic_gdx_math_Vector2_$hasSameDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, vector); +} +; +_.interpolate__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_interpolate__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector_2(target, alpha_0, interpolation){ + return com_badlogic_gdx_math_Vector2_$lerp__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, target, interpolation.apply__FF(alpha_0)); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector2_isCollinear__Lcom_badlogic_gdx_math_Vector_2Z(other){ + return com_badlogic_gdx_math_Vector2_$isCollinear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, other); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector2_isCollinear__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector2_$isCollinear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, other, epsilon); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector2_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2Z(other){ + return com_badlogic_gdx_math_Vector2_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, other); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector2_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector2_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, other, epsilon); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector2_isOnLine__Lcom_badlogic_gdx_math_Vector_2Z(other){ + return com_badlogic_gdx_math_Vector2_$isOnLine__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, other); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector2_isOnLine__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector2_$isOnLine__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, other, epsilon); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector2_isPerpendicular__Lcom_badlogic_gdx_math_Vector_2Z(vector){ + return com_badlogic_gdx_math_Vector2_$isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, vector); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector2_isPerpendicular__Lcom_badlogic_gdx_math_Vector_2FZ(vector, epsilon){ + return com_badlogic_gdx_math_Vector2_$isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, vector, epsilon); +} +; +_.lerp__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_lerp__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(target, alpha_0){ + return com_badlogic_gdx_math_Vector2_$lerp__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, target, alpha_0); +} +; +_.limit__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_limit__FLcom_badlogic_gdx_math_Vector_2(limit){ + return com_badlogic_gdx_math_Vector2_$limit2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, limit * limit); +} +; +_.limit2__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_limit2__FLcom_badlogic_gdx_math_Vector_2(limit2){ + return com_badlogic_gdx_math_Vector2_$limit2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, limit2); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_mulAdd__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(vec, scalar){ + return com_badlogic_gdx_math_Vector2_$mulAdd__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, vec, scalar); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_mulAdd__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(vec, mulVec){ + return com_badlogic_gdx_math_Vector2_$mulAdd__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, vec, mulVec); +} +; +_.nor__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_nor__Lcom_badlogic_gdx_math_Vector_2(){ + return com_badlogic_gdx_math_Vector2_$nor__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this); +} +; +_.scl__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_scl__FLcom_badlogic_gdx_math_Vector_2(scalar){ + return com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, scalar); +} +; +_.scl__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_scl__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(v){ + return com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, v); +} +; +_.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(v){ + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, v); +} +; +_.setLength__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_setLength__FLcom_badlogic_gdx_math_Vector_2(len){ + var oldLen2; + return oldLen2 = this.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_x + this.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_y , oldLen2 == 0 || oldLen2 == len * len?this:com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, $wnd.Math.sqrt(len * len / oldLen2)); +} +; +_.setLength2__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_setLength2__FLcom_badlogic_gdx_math_Vector_2(len2){ + var oldLen2; + return oldLen2 = this.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_x + this.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_y , oldLen2 == 0 || oldLen2 == len2?this:com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, $wnd.Math.sqrt(len2 / oldLen2)); +} +; +_.setToRandomDirection__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_setToRandomDirection__Lcom_badlogic_gdx_math_Vector_2(){ + var theta; + return theta = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * $intern_282) , com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this, (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((theta + $intern_285) * $intern_284) & $intern_141], com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(theta * $intern_284) & $intern_141]); +} +; +_.setZero__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_setZero__Lcom_badlogic_gdx_math_Vector_2(){ + return com_badlogic_gdx_math_Vector2_$setZero__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this); +} +; +_.sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector2_sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(v){ + return com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, v); +} +; +_.add__FFLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_add__FFLcom_badlogic_gdx_math_Vector2_2(x_0, y_0){ + return com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this, x_0, y_0); +} +; +_.add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(v){ + return com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, v); +} +; +_.angle__F = function com_badlogic_gdx_math_Vector2_angle__F(){ + var angle; + angle = $wnd.Math.atan2(this.com_badlogic_gdx_math_Vector2_y, this.com_badlogic_gdx_math_Vector2_x) * $intern_394; + angle < 0 && (angle += 360); + return angle; +} +; +_.angle__Lcom_badlogic_gdx_math_Vector2_2F = function com_badlogic_gdx_math_Vector2_angle__Lcom_badlogic_gdx_math_Vector2_2F(reference){ + return $wnd.Math.atan2(this.com_badlogic_gdx_math_Vector2_x * reference.com_badlogic_gdx_math_Vector2_y - this.com_badlogic_gdx_math_Vector2_y * reference.com_badlogic_gdx_math_Vector2_x, this.com_badlogic_gdx_math_Vector2_x * reference.com_badlogic_gdx_math_Vector2_x + this.com_badlogic_gdx_math_Vector2_y * reference.com_badlogic_gdx_math_Vector2_y) * $intern_394; +} +; +_.angleDeg__F = function com_badlogic_gdx_math_Vector2_angleDeg__F(){ + var angle; + angle = $wnd.Math.atan2(this.com_badlogic_gdx_math_Vector2_y, this.com_badlogic_gdx_math_Vector2_x) * $intern_394; + angle < 0 && (angle += 360); + return angle; +} +; +_.angleDeg__Lcom_badlogic_gdx_math_Vector2_2F = function com_badlogic_gdx_math_Vector2_angleDeg__Lcom_badlogic_gdx_math_Vector2_2F(reference){ + var angle; + angle = $wnd.Math.atan2(reference.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_y - reference.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_x, reference.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_x + reference.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_y) * $intern_394; + angle < 0 && (angle += 360); + return angle; +} +; +_.angleRad__F = function com_badlogic_gdx_math_Vector2_angleRad__F(){ + return $wnd.Math.atan2(this.com_badlogic_gdx_math_Vector2_y, this.com_badlogic_gdx_math_Vector2_x); +} +; +_.angleRad__Lcom_badlogic_gdx_math_Vector2_2F = function com_badlogic_gdx_math_Vector2_angleRad__Lcom_badlogic_gdx_math_Vector2_2F(reference){ + return $wnd.Math.atan2(reference.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_y - reference.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_x, reference.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_x + reference.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_y); +} +; +_.clamp__FFLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_clamp__FFLcom_badlogic_gdx_math_Vector2_2(min_0, max_0){ + return com_badlogic_gdx_math_Vector2_$clamp__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this, min_0, max_0); +} +; +_.cpy__Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_cpy__Lcom_badlogic_gdx_math_Vector2_2(){ + return new com_badlogic_gdx_math_Vector2_Vector2__Lcom_badlogic_gdx_math_Vector2_2V(this); +} +; +_.crs__FFF = function com_badlogic_gdx_math_Vector2_crs__FFF(x_0, y_0){ + return this.com_badlogic_gdx_math_Vector2_x * y_0 - this.com_badlogic_gdx_math_Vector2_y * x_0; +} +; +_.crs__Lcom_badlogic_gdx_math_Vector2_2F = function com_badlogic_gdx_math_Vector2_crs__Lcom_badlogic_gdx_math_Vector2_2F(v){ + return this.com_badlogic_gdx_math_Vector2_x * v.com_badlogic_gdx_math_Vector2_y - this.com_badlogic_gdx_math_Vector2_y * v.com_badlogic_gdx_math_Vector2_x; +} +; +_.dot__FFF = function com_badlogic_gdx_math_Vector2_dot__FFF(ox, oy){ + return this.com_badlogic_gdx_math_Vector2_x * ox + this.com_badlogic_gdx_math_Vector2_y * oy; +} +; +_.dot__Lcom_badlogic_gdx_math_Vector2_2F = function com_badlogic_gdx_math_Vector2_dot__Lcom_badlogic_gdx_math_Vector2_2F(v){ + return com_badlogic_gdx_math_Vector2_$dot__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this, v); +} +; +_.dst__FFF = function com_badlogic_gdx_math_Vector2_dst__FFF(x_0, y_0){ + return com_badlogic_gdx_math_Vector2_$dst__Lcom_badlogic_gdx_math_Vector2_2FFF(this, x_0, y_0); +} +; +_.dst__Lcom_badlogic_gdx_math_Vector2_2F = function com_badlogic_gdx_math_Vector2_dst__Lcom_badlogic_gdx_math_Vector2_2F(v){ + return com_badlogic_gdx_math_Vector2_$dst__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this, v); +} +; +_.dst2__FFF = function com_badlogic_gdx_math_Vector2_dst2__FFF(x_0, y_0){ + var x_d, y_d; + x_d = x_0 - this.com_badlogic_gdx_math_Vector2_x; + y_d = y_0 - this.com_badlogic_gdx_math_Vector2_y; + return x_d * x_d + y_d * y_d; +} +; +_.dst2__Lcom_badlogic_gdx_math_Vector2_2F = function com_badlogic_gdx_math_Vector2_dst2__Lcom_badlogic_gdx_math_Vector2_2F(v){ + return com_badlogic_gdx_math_Vector2_$dst2__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(this, v); +} +; +_.epsilonEquals__FFZ = function com_badlogic_gdx_math_Vector2_epsilonEquals__FFZ(x_0, y_0){ + return com_badlogic_gdx_math_Vector2_$epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2FFFZ(this, x_0, y_0, $intern_347); +} +; +_.epsilonEquals__FFFZ = function com_badlogic_gdx_math_Vector2_epsilonEquals__FFFZ(x_0, y_0, epsilon){ + return com_badlogic_gdx_math_Vector2_$epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2FFFZ(this, x_0, y_0, epsilon); +} +; +_.epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Vector2_epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2Z(other){ + return com_badlogic_gdx_math_Vector2_$epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, other, $intern_347); +} +; +_.epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2FZ = function com_badlogic_gdx_math_Vector2_epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector2_$epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, other, epsilon); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_Vector2_equals__Ljava_lang_Object_2Z(obj){ + return com_badlogic_gdx_math_Vector2_$equals__Lcom_badlogic_gdx_math_Vector2_2Ljava_lang_Object_2Z(this, obj); +} +; +_.fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Vector2_2(v){ + var s, x_0, y_0; + s = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(v, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), 1); + if (s != -1 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, v.length) , v.charCodeAt(0) == 40) && java_lang_String_$charAt__Ljava_lang_String_2IC(v, v.length - 1) == 41) { + try { + x_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(1, s, v.length) , v.substr(1, s - 1))); + y_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(v, s + 1, v.length - 1)); + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this, x_0, y_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Malformed Vector2: ' + v)); +} +; +_.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Vector2_hasOppositeDirection__Lcom_badlogic_gdx_math_Vector2_2Z(vector){ + return com_badlogic_gdx_math_Vector2_$hasOppositeDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, vector); +} +; +_.hasSameDirection__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Vector2_hasSameDirection__Lcom_badlogic_gdx_math_Vector2_2Z(vector){ + return com_badlogic_gdx_math_Vector2_$hasSameDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, vector); +} +; +_.hashCode__I = function com_badlogic_gdx_math_Vector2_hashCode__I(){ + var result; + result = 1; + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector2_x); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector2_y); + return result; +} +; +_.idt__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Vector2_idt__Lcom_badlogic_gdx_math_Vector2_2Z(vector){ + return this.com_badlogic_gdx_math_Vector2_x == vector.com_badlogic_gdx_math_Vector2_x && this.com_badlogic_gdx_math_Vector2_y == vector.com_badlogic_gdx_math_Vector2_y; +} +; +_.interpolate__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_interpolate__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector2_2(target, alpha_0, interpolation){ + return com_badlogic_gdx_math_Vector2_$lerp__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, target, interpolation.apply__FF(alpha_0)); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Vector2_isCollinear__Lcom_badlogic_gdx_math_Vector2_2Z(other){ + return com_badlogic_gdx_math_Vector2_$isCollinear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, other); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector2_2FZ = function com_badlogic_gdx_math_Vector2_isCollinear__Lcom_badlogic_gdx_math_Vector2_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector2_$isCollinear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, other, epsilon); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Vector2_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2Z(other){ + return com_badlogic_gdx_math_Vector2_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, other); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2FZ = function com_badlogic_gdx_math_Vector2_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector2_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, other, epsilon); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Vector2_isOnLine__Lcom_badlogic_gdx_math_Vector2_2Z(other){ + return com_badlogic_gdx_math_Vector2_$isOnLine__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, other); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector2_2FZ = function com_badlogic_gdx_math_Vector2_isOnLine__Lcom_badlogic_gdx_math_Vector2_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector2_$isOnLine__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, other, epsilon); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2Z = function com_badlogic_gdx_math_Vector2_isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2Z(vector){ + return com_badlogic_gdx_math_Vector2_$isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this, vector); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2FZ = function com_badlogic_gdx_math_Vector2_isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2FZ(vector, epsilon){ + return com_badlogic_gdx_math_Vector2_$isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(this, vector, epsilon); +} +; +_.isUnit__Z = function com_badlogic_gdx_math_Vector2_isUnit__Z(){ + return $wnd.Math.abs(this.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_x + this.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_y - 1) < $intern_419; +} +; +_.isUnit__FZ = function com_badlogic_gdx_math_Vector2_isUnit__FZ(margin){ + return $wnd.Math.abs(this.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_x + this.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_y - 1) < margin; +} +; +_.isZero__Z = function com_badlogic_gdx_math_Vector2_isZero__Z(){ + return this.com_badlogic_gdx_math_Vector2_x == 0 && this.com_badlogic_gdx_math_Vector2_y == 0; +} +; +_.isZero__FZ = function com_badlogic_gdx_math_Vector2_isZero__FZ(margin){ + return this.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_x + this.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_y < margin; +} +; +_.len__F = function com_badlogic_gdx_math_Vector2_len__F(){ + return com_badlogic_gdx_math_Vector2_$len__Lcom_badlogic_gdx_math_Vector2_2F(this); +} +; +_.len2__F = function com_badlogic_gdx_math_Vector2_len2__F(){ + return com_badlogic_gdx_math_Vector2_$len2__Lcom_badlogic_gdx_math_Vector2_2F(this); +} +; +_.lerp__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_lerp__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(target, alpha_0){ + return com_badlogic_gdx_math_Vector2_$lerp__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, target, alpha_0); +} +; +_.limit__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_limit__FLcom_badlogic_gdx_math_Vector2_2(limit){ + return com_badlogic_gdx_math_Vector2_$limit2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, limit * limit); +} +; +_.limit2__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_limit2__FLcom_badlogic_gdx_math_Vector2_2(limit2){ + return com_badlogic_gdx_math_Vector2_$limit2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, limit2); +} +; +_.mul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_mul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector2_2(mat){ + var x_0, y_0; + x_0 = this.com_badlogic_gdx_math_Vector2_x * mat.com_badlogic_gdx_math_Matrix3_val[0] + this.com_badlogic_gdx_math_Vector2_y * mat.com_badlogic_gdx_math_Matrix3_val[3] + mat.com_badlogic_gdx_math_Matrix3_val[6]; + y_0 = this.com_badlogic_gdx_math_Vector2_x * mat.com_badlogic_gdx_math_Matrix3_val[1] + this.com_badlogic_gdx_math_Vector2_y * mat.com_badlogic_gdx_math_Matrix3_val[4] + mat.com_badlogic_gdx_math_Matrix3_val[7]; + this.com_badlogic_gdx_math_Vector2_x = x_0; + this.com_badlogic_gdx_math_Vector2_y = y_0; + return this; +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_mulAdd__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(vec, scalar){ + return com_badlogic_gdx_math_Vector2_$mulAdd__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, vec, scalar); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_mulAdd__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(vec, mulVec){ + return com_badlogic_gdx_math_Vector2_$mulAdd__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, vec, mulVec); +} +; +_.nor__Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_nor__Lcom_badlogic_gdx_math_Vector2_2(){ + return com_badlogic_gdx_math_Vector2_$nor__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this); +} +; +_.rotate__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_rotate__FLcom_badlogic_gdx_math_Vector2_2(degrees){ + return com_badlogic_gdx_math_Vector2_$rotateRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, degrees * $intern_256); +} +; +_.rotate90__ILcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_rotate90__ILcom_badlogic_gdx_math_Vector2_2(dir_0){ + var x_0; + x_0 = this.com_badlogic_gdx_math_Vector2_x; + if (dir_0 >= 0) { + this.com_badlogic_gdx_math_Vector2_x = -this.com_badlogic_gdx_math_Vector2_y; + this.com_badlogic_gdx_math_Vector2_y = x_0; + } + else { + this.com_badlogic_gdx_math_Vector2_x = this.com_badlogic_gdx_math_Vector2_y; + this.com_badlogic_gdx_math_Vector2_y = -x_0; + } + return this; +} +; +_.rotateAround__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_rotateAround__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(reference, degrees){ + return com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$rotateRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, reference), degrees * $intern_256), reference); +} +; +_.rotateAroundDeg__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_rotateAroundDeg__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(reference, degrees){ + return com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$rotateRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, reference), degrees * $intern_256), reference); +} +; +_.rotateAroundRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_rotateAroundRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(reference, radians){ + return com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$rotateRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, reference), radians), reference); +} +; +_.rotateDeg__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_rotateDeg__FLcom_badlogic_gdx_math_Vector2_2(degrees){ + return com_badlogic_gdx_math_Vector2_$rotateRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, degrees * $intern_256); +} +; +_.rotateRad__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_rotateRad__FLcom_badlogic_gdx_math_Vector2_2(radians){ + return com_badlogic_gdx_math_Vector2_$rotateRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, radians); +} +; +_.scl__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_scl__FLcom_badlogic_gdx_math_Vector2_2(scalar){ + return com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, scalar); +} +; +_.scl__FFLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_scl__FFLcom_badlogic_gdx_math_Vector2_2(x_0, y_0){ + this.com_badlogic_gdx_math_Vector2_x *= x_0; + this.com_badlogic_gdx_math_Vector2_y *= y_0; + return this; +} +; +_.scl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_scl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(v){ + return com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, v); +} +; +_.set__FFLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_set__FFLcom_badlogic_gdx_math_Vector2_2(x_0, y_0){ + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this, x_0, y_0); +} +; +_.set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(v){ + return com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, v); +} +; +_.setAngle__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_setAngle__FLcom_badlogic_gdx_math_Vector2_2(degrees){ + return com_badlogic_gdx_math_Vector2_$setAngleRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, degrees * $intern_256); +} +; +_.setAngleDeg__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_setAngleDeg__FLcom_badlogic_gdx_math_Vector2_2(degrees){ + return com_badlogic_gdx_math_Vector2_$setAngleRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, degrees * $intern_256); +} +; +_.setAngleRad__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_setAngleRad__FLcom_badlogic_gdx_math_Vector2_2(radians){ + return com_badlogic_gdx_math_Vector2_$setAngleRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, radians); +} +; +_.setLength__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_setLength__FLcom_badlogic_gdx_math_Vector2_2(len){ + var com_badlogic_gdx_math_Vector2_$setLength__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0; + return com_badlogic_gdx_math_Vector2_$setLength__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0 = this.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_x + this.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_y , com_badlogic_gdx_math_Vector2_$setLength__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0 == 0 || com_badlogic_gdx_math_Vector2_$setLength__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0 == len * len?this:com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, $wnd.Math.sqrt(len * len / com_badlogic_gdx_math_Vector2_$setLength__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0)); +} +; +_.setLength2__FLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_setLength2__FLcom_badlogic_gdx_math_Vector2_2(len2){ + var com_badlogic_gdx_math_Vector2_$setLength2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0; + return com_badlogic_gdx_math_Vector2_$setLength2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0 = this.com_badlogic_gdx_math_Vector2_x * this.com_badlogic_gdx_math_Vector2_x + this.com_badlogic_gdx_math_Vector2_y * this.com_badlogic_gdx_math_Vector2_y , com_badlogic_gdx_math_Vector2_$setLength2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0 == 0 || com_badlogic_gdx_math_Vector2_$setLength2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0 == len2?this:com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this, $wnd.Math.sqrt(len2 / com_badlogic_gdx_math_Vector2_$setLength2__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2_oldLen2_0)); +} +; +_.setToRandomDirection__Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_setToRandomDirection__Lcom_badlogic_gdx_math_Vector2_2(){ + var com_badlogic_gdx_math_Vector2_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_theta_0; + return com_badlogic_gdx_math_Vector2_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_theta_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * $intern_282) , com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this, (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((com_badlogic_gdx_math_Vector2_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_theta_0 + $intern_285) * $intern_284) & $intern_141], com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_math_Vector2_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_theta_0 * $intern_284) & $intern_141]); +} +; +_.setZero__Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_setZero__Lcom_badlogic_gdx_math_Vector2_2(){ + return com_badlogic_gdx_math_Vector2_$setZero__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this); +} +; +_.sub__FFLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_sub__FFLcom_badlogic_gdx_math_Vector2_2(x_0, y_0){ + return com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this, x_0, y_0); +} +; +_.sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_math_Vector2_sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(v){ + return com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, v); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Vector2_toString__Ljava_lang_String_2(){ + return '(' + this.com_badlogic_gdx_math_Vector2_x + ',' + this.com_badlogic_gdx_math_Vector2_y + ')'; +} +; +_.com_badlogic_gdx_math_Vector2_x = 0; +_.com_badlogic_gdx_math_Vector2_y = 0; +var com_badlogic_gdx_math_Vector2_X, com_badlogic_gdx_math_Vector2_Y, com_badlogic_gdx_math_Vector2_Zero; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_420, 40, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Vector3_$clinit__V(){ + com_badlogic_gdx_math_Vector3_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Vector3_X = new com_badlogic_gdx_math_Vector3_Vector3__FFFV(1, 0, 0); + com_badlogic_gdx_math_Vector3_Y = new com_badlogic_gdx_math_Vector3_Vector3__FFFV(0, 1, 0); + com_badlogic_gdx_math_Vector3_Z = new com_badlogic_gdx_math_Vector3_Vector3__FFFV(0, 0, 1); + com_badlogic_gdx_math_Vector3_Zero = new com_badlogic_gdx_math_Vector3_Vector3__FFFV(0, 0, 0); + com_badlogic_gdx_math_Vector3_tmpMat = new com_badlogic_gdx_math_Matrix4_Matrix4__V; +} + +function com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, this$static.com_badlogic_gdx_math_Vector3_x + x_0, this$static.com_badlogic_gdx_math_Vector3_y + y_0, this$static.com_badlogic_gdx_math_Vector3_z + z_0); +} + +function com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, vector){ + return com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, vector.com_badlogic_gdx_math_Vector3_x, vector.com_badlogic_gdx_math_Vector3_y, vector.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_Vector3_$clamp__Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(this$static, min_0, max_0){ + var len2, max2, min2; + len2 = this$static.com_badlogic_gdx_math_Vector3_x * this$static.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * this$static.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * this$static.com_badlogic_gdx_math_Vector3_z; + if (len2 == 0) + return this$static; + max2 = max_0 * max_0; + if (len2 > max2) + return com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this$static, $wnd.Math.sqrt(max2 / len2)); + min2 = min_0 * min_0; + if (len2 < min2) + return com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this$static, $wnd.Math.sqrt(min2 / len2)); + return this$static; +} + +function com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, this$static.com_badlogic_gdx_math_Vector3_y * z_0 - this$static.com_badlogic_gdx_math_Vector3_z * y_0, this$static.com_badlogic_gdx_math_Vector3_z * x_0 - this$static.com_badlogic_gdx_math_Vector3_x * z_0, this$static.com_badlogic_gdx_math_Vector3_x * y_0 - this$static.com_badlogic_gdx_math_Vector3_y * x_0); +} + +function com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, vector){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, this$static.com_badlogic_gdx_math_Vector3_y * vector.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z * vector.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Vector3_z * vector.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x * vector.com_badlogic_gdx_math_Vector3_z, this$static.com_badlogic_gdx_math_Vector3_x * vector.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y * vector.com_badlogic_gdx_math_Vector3_x); +} + +function com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2FFFF(this$static, x_0, y_0, z_0){ + return this$static.com_badlogic_gdx_math_Vector3_x * x_0 + this$static.com_badlogic_gdx_math_Vector3_y * y_0 + this$static.com_badlogic_gdx_math_Vector3_z * z_0; +} + +function com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this$static, vector){ + return this$static.com_badlogic_gdx_math_Vector3_x * vector.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * vector.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * vector.com_badlogic_gdx_math_Vector3_z; +} + +function com_badlogic_gdx_math_Vector3_$dst__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this$static, vector){ + var a, b, c; + a = vector.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x; + b = vector.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y; + c = vector.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z; + return $wnd.Math.sqrt(a * a + b * b + c * c); +} + +function com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2FFFF(this$static, x_0, y_0, z_0){ + var a, b, c; + a = x_0 - this$static.com_badlogic_gdx_math_Vector3_x; + b = y_0 - this$static.com_badlogic_gdx_math_Vector3_y; + c = z_0 - this$static.com_badlogic_gdx_math_Vector3_z; + return a * a + b * b + c * c; +} + +function com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this$static, point){ + var a, b, c; + a = point.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x; + b = point.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y; + c = point.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z; + return a * a + b * b + c * c; +} + +function com_badlogic_gdx_math_Vector3_$epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2FFFFZ(this$static, x_0, y_0, z_0, epsilon){ + if ($wnd.Math.abs(x_0 - this$static.com_badlogic_gdx_math_Vector3_x) > epsilon) + return false; + if ($wnd.Math.abs(y_0 - this$static.com_badlogic_gdx_math_Vector3_y) > epsilon) + return false; + if ($wnd.Math.abs(z_0 - this$static.com_badlogic_gdx_math_Vector3_z) > epsilon) + return false; + return true; +} + +function com_badlogic_gdx_math_Vector3_$epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this$static, other, epsilon){ + if (!other) + return false; + if ($wnd.Math.abs(other.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x) > epsilon) + return false; + if ($wnd.Math.abs(other.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y) > epsilon) + return false; + if ($wnd.Math.abs(other.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z) > epsilon) + return false; + return true; +} + +function com_badlogic_gdx_math_Vector3_$equals__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_Object_2Z(this$static, obj){ + var other; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(obj)) + return true; + if (obj == null) + return false; + if (com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(obj)) + return false; + other = obj; + if (com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this$static.com_badlogic_gdx_math_Vector3_x) != com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(other.com_badlogic_gdx_math_Vector3_x)) + return false; + if (com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this$static.com_badlogic_gdx_math_Vector3_y) != com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(other.com_badlogic_gdx_math_Vector3_y)) + return false; + if (com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this$static.com_badlogic_gdx_math_Vector3_z) != com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(other.com_badlogic_gdx_math_Vector3_z)) + return false; + return true; +} + +function com_badlogic_gdx_math_Vector3_$hasOppositeDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this$static, vector){ + return this$static.com_badlogic_gdx_math_Vector3_x * vector.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * vector.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * vector.com_badlogic_gdx_math_Vector3_z < 0; +} + +function com_badlogic_gdx_math_Vector3_$hasSameDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this$static, vector){ + return this$static.com_badlogic_gdx_math_Vector3_x * vector.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * vector.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * vector.com_badlogic_gdx_math_Vector3_z > 0; +} + +function com_badlogic_gdx_math_Vector3_$hashCode__Lcom_badlogic_gdx_math_Vector3_2I(this$static){ + var result; + result = 1; + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this$static.com_badlogic_gdx_math_Vector3_x); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this$static.com_badlogic_gdx_math_Vector3_y); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this$static.com_badlogic_gdx_math_Vector3_z); + return result; +} + +function com_badlogic_gdx_math_Vector3_$isCollinear__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this$static, other){ + return com_badlogic_gdx_math_Vector3_len2__FFFF(this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_z, this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_x) <= $intern_347 && this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_z > 0; +} + +function com_badlogic_gdx_math_Vector3_$isCollinear__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this$static, other, epsilon){ + return com_badlogic_gdx_math_Vector3_len2__FFFF(this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_z, this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_x) <= epsilon && this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_z > 0; +} + +function com_badlogic_gdx_math_Vector3_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this$static, other){ + return com_badlogic_gdx_math_Vector3_len2__FFFF(this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_z, this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_x) <= $intern_347 && this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_z < 0; +} + +function com_badlogic_gdx_math_Vector3_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this$static, other, epsilon){ + return com_badlogic_gdx_math_Vector3_len2__FFFF(this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_z, this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_x) <= epsilon && this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_z < 0; +} + +function com_badlogic_gdx_math_Vector3_$isOnLine__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this$static, other){ + return com_badlogic_gdx_math_Vector3_len2__FFFF(this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_z, this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_x) <= $intern_347; +} + +function com_badlogic_gdx_math_Vector3_$isOnLine__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this$static, other, epsilon){ + return com_badlogic_gdx_math_Vector3_len2__FFFF(this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_z, this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_x) <= epsilon; +} + +function com_badlogic_gdx_math_Vector3_$isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this$static, vector){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this$static.com_badlogic_gdx_math_Vector3_x * vector.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * vector.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * vector.com_badlogic_gdx_math_Vector3_z) <= $intern_347; +} + +function com_badlogic_gdx_math_Vector3_$isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this$static, vector, epsilon){ + return com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector3_x * vector.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * vector.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * vector.com_badlogic_gdx_math_Vector3_z, epsilon); +} + +function com_badlogic_gdx_math_Vector3_$len__Lcom_badlogic_gdx_math_Vector3_2F(this$static){ + return $wnd.Math.sqrt(this$static.com_badlogic_gdx_math_Vector3_x * this$static.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * this$static.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * this$static.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_Vector3_$lerp__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this$static, target, alpha_0){ + this$static.com_badlogic_gdx_math_Vector3_x += alpha_0 * (target.com_badlogic_gdx_math_Vector3_x - this$static.com_badlogic_gdx_math_Vector3_x); + this$static.com_badlogic_gdx_math_Vector3_y += alpha_0 * (target.com_badlogic_gdx_math_Vector3_y - this$static.com_badlogic_gdx_math_Vector3_y); + this$static.com_badlogic_gdx_math_Vector3_z += alpha_0 * (target.com_badlogic_gdx_math_Vector3_z - this$static.com_badlogic_gdx_math_Vector3_z); + return this$static; +} + +function com_badlogic_gdx_math_Vector3_$limit2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this$static, limit2){ + var len2; + len2 = this$static.com_badlogic_gdx_math_Vector3_x * this$static.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * this$static.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * this$static.com_badlogic_gdx_math_Vector3_z; + len2 > limit2 && com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this$static, $wnd.Math.sqrt(limit2 / len2)); + return this$static; +} + +function com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this$static, matrix){ + var l_mat; + l_mat = matrix.com_badlogic_gdx_math_Matrix4_val; + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, this$static.com_badlogic_gdx_math_Vector3_x * l_mat[0] + this$static.com_badlogic_gdx_math_Vector3_y * l_mat[4] + this$static.com_badlogic_gdx_math_Vector3_z * l_mat[8] + l_mat[12], this$static.com_badlogic_gdx_math_Vector3_x * l_mat[1] + this$static.com_badlogic_gdx_math_Vector3_y * l_mat[5] + this$static.com_badlogic_gdx_math_Vector3_z * l_mat[9] + l_mat[13], this$static.com_badlogic_gdx_math_Vector3_x * l_mat[2] + this$static.com_badlogic_gdx_math_Vector3_y * l_mat[6] + this$static.com_badlogic_gdx_math_Vector3_z * l_mat[10] + l_mat[14]); +} + +function com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2(this$static, quat){ + return com_badlogic_gdx_math_Quaternion_$transform__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(quat, this$static); +} + +function com_badlogic_gdx_math_Vector3_$mulAdd__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this$static, vec, scalar){ + this$static.com_badlogic_gdx_math_Vector3_x += vec.com_badlogic_gdx_math_Vector3_x * scalar; + this$static.com_badlogic_gdx_math_Vector3_y += vec.com_badlogic_gdx_math_Vector3_y * scalar; + this$static.com_badlogic_gdx_math_Vector3_z += vec.com_badlogic_gdx_math_Vector3_z * scalar; + return this$static; +} + +function com_badlogic_gdx_math_Vector3_$mulAdd__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, vec, mulVec){ + this$static.com_badlogic_gdx_math_Vector3_x += vec.com_badlogic_gdx_math_Vector3_x * mulVec.com_badlogic_gdx_math_Vector3_x; + this$static.com_badlogic_gdx_math_Vector3_y += vec.com_badlogic_gdx_math_Vector3_y * mulVec.com_badlogic_gdx_math_Vector3_y; + this$static.com_badlogic_gdx_math_Vector3_z += vec.com_badlogic_gdx_math_Vector3_z * mulVec.com_badlogic_gdx_math_Vector3_z; + return this$static; +} + +function com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static){ + var len2; + len2 = this$static.com_badlogic_gdx_math_Vector3_x * this$static.com_badlogic_gdx_math_Vector3_x + this$static.com_badlogic_gdx_math_Vector3_y * this$static.com_badlogic_gdx_math_Vector3_y + this$static.com_badlogic_gdx_math_Vector3_z * this$static.com_badlogic_gdx_math_Vector3_z; + if (len2 == 0 || len2 == 1) + return this$static; + return com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this$static, 1 / $wnd.Math.sqrt(len2)); +} + +function com_badlogic_gdx_math_Vector3_$prj__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this$static, matrix){ + var l_mat, l_w; + l_mat = matrix.com_badlogic_gdx_math_Matrix4_val; + l_w = 1 / (this$static.com_badlogic_gdx_math_Vector3_x * l_mat[3] + this$static.com_badlogic_gdx_math_Vector3_y * l_mat[7] + this$static.com_badlogic_gdx_math_Vector3_z * l_mat[11] + l_mat[15]); + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, (this$static.com_badlogic_gdx_math_Vector3_x * l_mat[0] + this$static.com_badlogic_gdx_math_Vector3_y * l_mat[4] + this$static.com_badlogic_gdx_math_Vector3_z * l_mat[8] + l_mat[12]) * l_w, (this$static.com_badlogic_gdx_math_Vector3_x * l_mat[1] + this$static.com_badlogic_gdx_math_Vector3_y * l_mat[5] + this$static.com_badlogic_gdx_math_Vector3_z * l_mat[9] + l_mat[13]) * l_w, (this$static.com_badlogic_gdx_math_Vector3_x * l_mat[2] + this$static.com_badlogic_gdx_math_Vector3_y * l_mat[6] + this$static.com_badlogic_gdx_math_Vector3_z * l_mat[10] + l_mat[14]) * l_w); +} + +function com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this$static, scalar){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, this$static.com_badlogic_gdx_math_Vector3_x * scalar, this$static.com_badlogic_gdx_math_Vector3_y * scalar, this$static.com_badlogic_gdx_math_Vector3_z * scalar); +} + +function com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, other){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, this$static.com_badlogic_gdx_math_Vector3_x * other.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_Vector3_y * other.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_Vector3_z * other.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, x_0, y_0, z_0){ + this$static.com_badlogic_gdx_math_Vector3_x = x_0; + this$static.com_badlogic_gdx_math_Vector3_y = y_0; + this$static.com_badlogic_gdx_math_Vector3_z = z_0; + return this$static; +} + +function com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, vector){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, vector.com_badlogic_gdx_math_Vector3_x, vector.com_badlogic_gdx_math_Vector3_y, vector.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_Vector3_$setFromSpherical__Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(this$static, azimuthalAngle, polarAngle){ + var cosAzim, cosPolar, sinAzim, sinPolar; + cosPolar = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((polarAngle + $intern_285) * $intern_284) & $intern_141]); + sinPolar = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(polarAngle * $intern_284) & $intern_141]; + cosAzim = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI((azimuthalAngle + $intern_285) * $intern_284) & $intern_141]; + sinAzim = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(azimuthalAngle * $intern_284) & $intern_141]; + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, cosAzim * sinPolar, sinAzim * sinPolar, cosPolar); +} + +function com_badlogic_gdx_math_Vector3_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static){ + var phi, theta, u, v; + u = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F()); + v = com_badlogic_gdx_math_MathUtils_random.nextFloat__F(); + theta = $intern_282 * u; + phi = $wnd.Math.acos(2 * v - 1); + return com_badlogic_gdx_math_Vector3_$setFromSpherical__Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(this$static, theta, phi); +} + +function com_badlogic_gdx_math_Vector3_$setZero__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static){ + this$static.com_badlogic_gdx_math_Vector3_x = 0; + this$static.com_badlogic_gdx_math_Vector3_y = 0; + this$static.com_badlogic_gdx_math_Vector3_z = 0; + return this$static; +} + +function com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, this$static.com_badlogic_gdx_math_Vector3_x - x_0, this$static.com_badlogic_gdx_math_Vector3_y - y_0, this$static.com_badlogic_gdx_math_Vector3_z - z_0); +} + +function com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, a_vec){ + return com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static, a_vec.com_badlogic_gdx_math_Vector3_x, a_vec.com_badlogic_gdx_math_Vector3_y, a_vec.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_Vector3_$toString__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_String_2(this$static){ + return '(' + this$static.com_badlogic_gdx_math_Vector3_x + ',' + this$static.com_badlogic_gdx_math_Vector3_y + ',' + this$static.com_badlogic_gdx_math_Vector3_z + ')'; +} + +function com_badlogic_gdx_math_Vector3_Vector3__V(){ + com_badlogic_gdx_math_Vector3_$clinit__V(); +} + +function com_badlogic_gdx_math_Vector3_Vector3__FFFV(x_0, y_0, z_0){ + com_badlogic_gdx_math_Vector3_$clinit__V(); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, x_0, y_0, z_0); +} + +function com_badlogic_gdx_math_Vector3_Vector3__Lcom_badlogic_gdx_math_Vector2_2FV(vector, z_0){ + com_badlogic_gdx_math_Vector3_$clinit__V(); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, vector.com_badlogic_gdx_math_Vector2_x, vector.com_badlogic_gdx_math_Vector2_y, z_0); +} + +function com_badlogic_gdx_math_Vector3_Vector3__Lcom_badlogic_gdx_math_Vector3_2V(vector){ + com_badlogic_gdx_math_Vector3_$clinit__V(); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, vector.com_badlogic_gdx_math_Vector3_x, vector.com_badlogic_gdx_math_Vector3_y, vector.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_Vector3_Vector3___3FV(values){ + com_badlogic_gdx_math_Vector3_$clinit__V(); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, values[0], values[1], values[2]); +} + +function com_badlogic_gdx_math_Vector3_dot__FFFFFFF(x1, y1, z1, x2, y2, z2){ + com_badlogic_gdx_math_Vector3_$clinit__V(); + return x1 * x2 + y1 * y2 + z1 * z2; +} + +function com_badlogic_gdx_math_Vector3_len2__FFFF(x_0, y_0, z_0){ + com_badlogic_gdx_math_Vector3_$clinit__V(); + return x_0 * x_0 + y_0 * y_0 + z_0 * z_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(32, 1, {784:1, 32:1, 3:1}, com_badlogic_gdx_math_Vector3_Vector3__V, com_badlogic_gdx_math_Vector3_Vector3__FFFV, com_badlogic_gdx_math_Vector3_Vector3__Lcom_badlogic_gdx_math_Vector2_2FV, com_badlogic_gdx_math_Vector3_Vector3__Lcom_badlogic_gdx_math_Vector3_2V, com_badlogic_gdx_math_Vector3_Vector3___3FV); +_.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(vector){ + return com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, vector); +} +; +_.clamp__FFLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_clamp__FFLcom_badlogic_gdx_math_Vector_2(min_0, max_0){ + return com_badlogic_gdx_math_Vector3_$clamp__Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(this, min_0, max_0); +} +; +_.cpy__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_cpy__Lcom_badlogic_gdx_math_Vector_2(){ + return new com_badlogic_gdx_math_Vector3_Vector3__Lcom_badlogic_gdx_math_Vector3_2V(this); +} +; +_.dot__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Vector3_dot__Lcom_badlogic_gdx_math_Vector_2F(vector){ + return com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this, vector); +} +; +_.dst__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Vector3_dst__Lcom_badlogic_gdx_math_Vector_2F(vector){ + return com_badlogic_gdx_math_Vector3_$dst__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this, vector); +} +; +_.dst2__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Vector3_dst2__Lcom_badlogic_gdx_math_Vector_2F(point){ + return com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this, point); +} +; +_.epsilonEquals__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector3_epsilonEquals__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector3_$epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, other, epsilon); +} +; +_.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector3_hasOppositeDirection__Lcom_badlogic_gdx_math_Vector_2Z(vector){ + return com_badlogic_gdx_math_Vector3_$hasOppositeDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, vector); +} +; +_.hasSameDirection__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector3_hasSameDirection__Lcom_badlogic_gdx_math_Vector_2Z(vector){ + return com_badlogic_gdx_math_Vector3_$hasSameDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, vector); +} +; +_.interpolate__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_interpolate__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector_2(target, alpha_0, interpolator){ + return com_badlogic_gdx_math_Vector3_$lerp__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, target, interpolator.apply__FF(alpha_0)); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector3_isCollinear__Lcom_badlogic_gdx_math_Vector_2Z(other){ + return com_badlogic_gdx_math_Vector3_$isCollinear__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, other); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector3_isCollinear__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector3_$isCollinear__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, other, epsilon); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector3_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2Z(other){ + return com_badlogic_gdx_math_Vector3_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, other); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector3_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector3_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, other, epsilon); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector3_isOnLine__Lcom_badlogic_gdx_math_Vector_2Z(other){ + return com_badlogic_gdx_math_Vector3_$isOnLine__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, other); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector3_isOnLine__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector3_$isOnLine__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, other, epsilon); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector3_isPerpendicular__Lcom_badlogic_gdx_math_Vector_2Z(vector){ + return com_badlogic_gdx_math_Vector3_$isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, vector); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector3_isPerpendicular__Lcom_badlogic_gdx_math_Vector_2FZ(vector, epsilon){ + return com_badlogic_gdx_math_Vector3_$isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, vector, epsilon); +} +; +_.lerp__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_lerp__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(target, alpha_0){ + return com_badlogic_gdx_math_Vector3_$lerp__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, target, alpha_0); +} +; +_.limit__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_limit__FLcom_badlogic_gdx_math_Vector_2(limit){ + return com_badlogic_gdx_math_Vector3_$limit2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, limit * limit); +} +; +_.limit2__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_limit2__FLcom_badlogic_gdx_math_Vector_2(limit2){ + return com_badlogic_gdx_math_Vector3_$limit2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, limit2); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_mulAdd__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(vec, scalar){ + return com_badlogic_gdx_math_Vector3_$mulAdd__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, vec, scalar); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_mulAdd__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(vec, mulVec){ + return com_badlogic_gdx_math_Vector3_$mulAdd__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, vec, mulVec); +} +; +_.nor__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_nor__Lcom_badlogic_gdx_math_Vector_2(){ + return com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this); +} +; +_.scl__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_scl__FLcom_badlogic_gdx_math_Vector_2(scalar){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x * scalar, this.com_badlogic_gdx_math_Vector3_y * scalar, this.com_badlogic_gdx_math_Vector3_z * scalar); +} +; +_.scl__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_scl__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(other){ + return com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, other); +} +; +_.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(vector){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, vector); +} +; +_.setLength__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_setLength__FLcom_badlogic_gdx_math_Vector_2(len){ + var oldLen2; + return oldLen2 = this.com_badlogic_gdx_math_Vector3_x * this.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Vector3_y * this.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Vector3_z * this.com_badlogic_gdx_math_Vector3_z , oldLen2 == 0 || oldLen2 == len * len?this:com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, $wnd.Math.sqrt(len * len / oldLen2)); +} +; +_.setLength2__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_setLength2__FLcom_badlogic_gdx_math_Vector_2(len2){ + var oldLen2; + return oldLen2 = this.com_badlogic_gdx_math_Vector3_x * this.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Vector3_y * this.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Vector3_z * this.com_badlogic_gdx_math_Vector3_z , oldLen2 == 0 || oldLen2 == len2?this:com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, $wnd.Math.sqrt(len2 / oldLen2)); +} +; +_.setToRandomDirection__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_setToRandomDirection__Lcom_badlogic_gdx_math_Vector_2(){ + return com_badlogic_gdx_math_Vector3_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this); +} +; +_.setZero__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_setZero__Lcom_badlogic_gdx_math_Vector_2(){ + return com_badlogic_gdx_math_Vector3_$setZero__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this); +} +; +_.sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector3_sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(a_vec){ + return com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, a_vec); +} +; +_.add__FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_add__FLcom_badlogic_gdx_math_Vector3_2(values){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x + values, this.com_badlogic_gdx_math_Vector3_y + values, this.com_badlogic_gdx_math_Vector3_z + values); +} +; +_.add__FFFLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_add__FFFLcom_badlogic_gdx_math_Vector3_2(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, x_0, y_0, z_0); +} +; +_.add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(vector){ + return com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, vector); +} +; +_.clamp__FFLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_clamp__FFLcom_badlogic_gdx_math_Vector3_2(min_0, max_0){ + return com_badlogic_gdx_math_Vector3_$clamp__Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(this, min_0, max_0); +} +; +_.cpy__Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_cpy__Lcom_badlogic_gdx_math_Vector3_2(){ + return new com_badlogic_gdx_math_Vector3_Vector3__Lcom_badlogic_gdx_math_Vector3_2V(this); +} +; +_.crs__FFFLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_crs__FFFLcom_badlogic_gdx_math_Vector3_2(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, x_0, y_0, z_0); +} +; +_.crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(vector){ + return com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, vector); +} +; +_.dot__FFFF = function com_badlogic_gdx_math_Vector3_dot__FFFF(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2FFFF(this, x_0, y_0, z_0); +} +; +_.dot__Lcom_badlogic_gdx_math_Vector3_2F = function com_badlogic_gdx_math_Vector3_dot__Lcom_badlogic_gdx_math_Vector3_2F(vector){ + return com_badlogic_gdx_math_Vector3_$dot__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this, vector); +} +; +_.dst__FFFF = function com_badlogic_gdx_math_Vector3_dst__FFFF(x_0, y_0, z_0){ + var a, b, c; + a = x_0 - this.com_badlogic_gdx_math_Vector3_x; + b = y_0 - this.com_badlogic_gdx_math_Vector3_y; + c = z_0 - this.com_badlogic_gdx_math_Vector3_z; + return $wnd.Math.sqrt(a * a + b * b + c * c); +} +; +_.dst__Lcom_badlogic_gdx_math_Vector3_2F = function com_badlogic_gdx_math_Vector3_dst__Lcom_badlogic_gdx_math_Vector3_2F(vector){ + return com_badlogic_gdx_math_Vector3_$dst__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this, vector); +} +; +_.dst2__FFFF = function com_badlogic_gdx_math_Vector3_dst2__FFFF(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2FFFF(this, x_0, y_0, z_0); +} +; +_.dst2__Lcom_badlogic_gdx_math_Vector3_2F = function com_badlogic_gdx_math_Vector3_dst2__Lcom_badlogic_gdx_math_Vector3_2F(point){ + return com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this, point); +} +; +_.epsilonEquals__FFFZ = function com_badlogic_gdx_math_Vector3_epsilonEquals__FFFZ(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2FFFFZ(this, x_0, y_0, z_0, $intern_347); +} +; +_.epsilonEquals__FFFFZ = function com_badlogic_gdx_math_Vector3_epsilonEquals__FFFFZ(x_0, y_0, z_0, epsilon){ + return com_badlogic_gdx_math_Vector3_$epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2FFFFZ(this, x_0, y_0, z_0, epsilon); +} +; +_.epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Vector3_epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2Z(other){ + return com_badlogic_gdx_math_Vector3_$epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, other, $intern_347); +} +; +_.epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2FZ = function com_badlogic_gdx_math_Vector3_epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector3_$epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, other, epsilon); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_Vector3_equals__Ljava_lang_Object_2Z(obj){ + return com_badlogic_gdx_math_Vector3_$equals__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_Object_2Z(this, obj); +} +; +_.fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Vector3_2(v){ + var s0, s1, x_0, y_0, z_0; + s0 = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(v, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), 1); + s1 = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(v, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), s0 + 1); + if (s0 != -1 && s1 != -1 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, v.length) , v.charCodeAt(0) == 40) && java_lang_String_$charAt__Ljava_lang_String_2IC(v, v.length - 1) == 41) { + try { + x_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(1, s0, v.length) , v.substr(1, s0 - 1))); + y_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(s0 + 1, s1, v.length) , v.substr(s0 + 1, s1 - (s0 + 1)))); + z_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(v, s1 + 1, v.length - 1)); + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, x_0, y_0, z_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Malformed Vector3: ' + v)); +} +; +_.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Vector3_hasOppositeDirection__Lcom_badlogic_gdx_math_Vector3_2Z(vector){ + return com_badlogic_gdx_math_Vector3_$hasOppositeDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, vector); +} +; +_.hasSameDirection__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Vector3_hasSameDirection__Lcom_badlogic_gdx_math_Vector3_2Z(vector){ + return com_badlogic_gdx_math_Vector3_$hasSameDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, vector); +} +; +_.hashCode__I = function com_badlogic_gdx_math_Vector3_hashCode__I(){ + return com_badlogic_gdx_math_Vector3_$hashCode__Lcom_badlogic_gdx_math_Vector3_2I(this); +} +; +_.idt__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Vector3_idt__Lcom_badlogic_gdx_math_Vector3_2Z(vector){ + return this.com_badlogic_gdx_math_Vector3_x == vector.com_badlogic_gdx_math_Vector3_x && this.com_badlogic_gdx_math_Vector3_y == vector.com_badlogic_gdx_math_Vector3_y && this.com_badlogic_gdx_math_Vector3_z == vector.com_badlogic_gdx_math_Vector3_z; +} +; +_.interpolate__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_interpolate__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector3_2(target, alpha_0, interpolator){ + return com_badlogic_gdx_math_Vector3_$lerp__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, target, interpolator.apply__FF(alpha_0)); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Vector3_isCollinear__Lcom_badlogic_gdx_math_Vector3_2Z(other){ + return com_badlogic_gdx_math_Vector3_$isCollinear__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, other); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector3_2FZ = function com_badlogic_gdx_math_Vector3_isCollinear__Lcom_badlogic_gdx_math_Vector3_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector3_$isCollinear__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, other, epsilon); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Vector3_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2Z(other){ + return com_badlogic_gdx_math_Vector3_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, other); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2FZ = function com_badlogic_gdx_math_Vector3_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector3_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, other, epsilon); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Vector3_isOnLine__Lcom_badlogic_gdx_math_Vector3_2Z(other){ + return com_badlogic_gdx_math_Vector3_$isOnLine__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, other); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector3_2FZ = function com_badlogic_gdx_math_Vector3_isOnLine__Lcom_badlogic_gdx_math_Vector3_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector3_$isOnLine__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, other, epsilon); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_Vector3_isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2Z(vector){ + return com_badlogic_gdx_math_Vector3_$isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(this, vector); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2FZ = function com_badlogic_gdx_math_Vector3_isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2FZ(vector, epsilon){ + return com_badlogic_gdx_math_Vector3_$isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(this, vector, epsilon); +} +; +_.isUnit__Z = function com_badlogic_gdx_math_Vector3_isUnit__Z(){ + return $wnd.Math.abs(this.com_badlogic_gdx_math_Vector3_x * this.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Vector3_y * this.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Vector3_z * this.com_badlogic_gdx_math_Vector3_z - 1) < $intern_419; +} +; +_.isUnit__FZ = function com_badlogic_gdx_math_Vector3_isUnit__FZ(margin){ + return $wnd.Math.abs(this.com_badlogic_gdx_math_Vector3_x * this.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Vector3_y * this.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Vector3_z * this.com_badlogic_gdx_math_Vector3_z - 1) < margin; +} +; +_.isZero__Z = function com_badlogic_gdx_math_Vector3_isZero__Z(){ + return this.com_badlogic_gdx_math_Vector3_x == 0 && this.com_badlogic_gdx_math_Vector3_y == 0 && this.com_badlogic_gdx_math_Vector3_z == 0; +} +; +_.isZero__FZ = function com_badlogic_gdx_math_Vector3_isZero__FZ(margin){ + return this.com_badlogic_gdx_math_Vector3_x * this.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Vector3_y * this.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Vector3_z * this.com_badlogic_gdx_math_Vector3_z < margin; +} +; +_.len__F = function com_badlogic_gdx_math_Vector3_len__F(){ + return com_badlogic_gdx_math_Vector3_$len__Lcom_badlogic_gdx_math_Vector3_2F(this); +} +; +_.len2__F = function com_badlogic_gdx_math_Vector3_len2__F(){ + return this.com_badlogic_gdx_math_Vector3_x * this.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Vector3_y * this.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Vector3_z * this.com_badlogic_gdx_math_Vector3_z; +} +; +_.lerp__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_lerp__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(target, alpha_0){ + return com_badlogic_gdx_math_Vector3_$lerp__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, target, alpha_0); +} +; +_.limit__FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_limit__FLcom_badlogic_gdx_math_Vector3_2(limit){ + return com_badlogic_gdx_math_Vector3_$limit2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, limit * limit); +} +; +_.limit2__FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_limit2__FLcom_badlogic_gdx_math_Vector3_2(limit2){ + return com_badlogic_gdx_math_Vector3_$limit2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, limit2); +} +; +_.mul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_mul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2(matrix){ + var l_mat; + l_mat = matrix.com_badlogic_gdx_math_Matrix3_val; + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x * l_mat[0] + this.com_badlogic_gdx_math_Vector3_y * l_mat[3] + this.com_badlogic_gdx_math_Vector3_z * l_mat[6], this.com_badlogic_gdx_math_Vector3_x * l_mat[1] + this.com_badlogic_gdx_math_Vector3_y * l_mat[4] + this.com_badlogic_gdx_math_Vector3_z * l_mat[7], this.com_badlogic_gdx_math_Vector3_x * l_mat[2] + this.com_badlogic_gdx_math_Vector3_y * l_mat[5] + this.com_badlogic_gdx_math_Vector3_z * l_mat[8]); +} +; +_.mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(matrix){ + return com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this, matrix); +} +; +_.mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2(quat){ + return com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2(this, quat); +} +; +_.mul4x3___3FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_mul4x3___3FLcom_badlogic_gdx_math_Vector3_2(matrix){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x * matrix[0] + this.com_badlogic_gdx_math_Vector3_y * matrix[3] + this.com_badlogic_gdx_math_Vector3_z * matrix[6] + matrix[9], this.com_badlogic_gdx_math_Vector3_x * matrix[1] + this.com_badlogic_gdx_math_Vector3_y * matrix[4] + this.com_badlogic_gdx_math_Vector3_z * matrix[7] + matrix[10], this.com_badlogic_gdx_math_Vector3_x * matrix[2] + this.com_badlogic_gdx_math_Vector3_y * matrix[5] + this.com_badlogic_gdx_math_Vector3_z * matrix[8] + matrix[11]); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_mulAdd__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(vec, scalar){ + return com_badlogic_gdx_math_Vector3_$mulAdd__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, vec, scalar); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_mulAdd__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(vec, mulVec){ + return com_badlogic_gdx_math_Vector3_$mulAdd__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, vec, mulVec); +} +; +_.nor__Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_nor__Lcom_badlogic_gdx_math_Vector3_2(){ + return com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this); +} +; +_.prj__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_prj__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(matrix){ + return com_badlogic_gdx_math_Vector3_$prj__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this, matrix); +} +; +_.rot__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_rot__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(matrix){ + var l_mat; + l_mat = matrix.com_badlogic_gdx_math_Matrix4_val; + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x * l_mat[0] + this.com_badlogic_gdx_math_Vector3_y * l_mat[4] + this.com_badlogic_gdx_math_Vector3_z * l_mat[8], this.com_badlogic_gdx_math_Vector3_x * l_mat[1] + this.com_badlogic_gdx_math_Vector3_y * l_mat[5] + this.com_badlogic_gdx_math_Vector3_z * l_mat[9], this.com_badlogic_gdx_math_Vector3_x * l_mat[2] + this.com_badlogic_gdx_math_Vector3_y * l_mat[6] + this.com_badlogic_gdx_math_Vector3_z * l_mat[10]); +} +; +_.rotate__FFFFLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_rotate__FFFFLcom_badlogic_gdx_math_Vector3_2(degrees, axisX, axisY, axisZ){ + return com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this, com_badlogic_gdx_math_Matrix4_$setToRotation__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Vector3_tmpMat, axisX, axisY, axisZ, degrees)); +} +; +_.rotate__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_rotate__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(axis_0, degrees){ + com_badlogic_gdx_math_Matrix4_$setToRotation__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Vector3_tmpMat, axis_0, degrees); + return com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this, com_badlogic_gdx_math_Vector3_tmpMat); +} +; +_.rotateRad__FFFFLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_rotateRad__FFFFLcom_badlogic_gdx_math_Vector3_2(radians, axisX, axisY, axisZ){ + return com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this, com_badlogic_gdx_math_Matrix4_$setToRotationRad__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Vector3_tmpMat, axisX, axisY, axisZ, radians)); +} +; +_.rotateRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_rotateRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(axis_0, radians){ + com_badlogic_gdx_math_Matrix4_$setToRotationRad__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Vector3_tmpMat, axis_0, radians); + return com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this, com_badlogic_gdx_math_Vector3_tmpMat); +} +; +_.scl__FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_scl__FLcom_badlogic_gdx_math_Vector3_2(scalar){ + return com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, scalar); +} +; +_.scl__FFFLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_scl__FFFLcom_badlogic_gdx_math_Vector3_2(vx, vy, vz){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x * vx, this.com_badlogic_gdx_math_Vector3_y * vy, this.com_badlogic_gdx_math_Vector3_z * vz); +} +; +_.scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(other){ + return com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, other); +} +; +_.set__FFFLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_set__FFFLcom_badlogic_gdx_math_Vector3_2(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, x_0, y_0, z_0); +} +; +_.set__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_set__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector3_2(vector, z_0){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, vector.com_badlogic_gdx_math_Vector2_x, vector.com_badlogic_gdx_math_Vector2_y, z_0); +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(vector){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, vector); +} +; +_.set___3FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_set___3FLcom_badlogic_gdx_math_Vector3_2(values){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, values[0], values[1], values[2]); +} +; +_.setFromSpherical__FFLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_setFromSpherical__FFLcom_badlogic_gdx_math_Vector3_2(azimuthalAngle, polarAngle){ + return com_badlogic_gdx_math_Vector3_$setFromSpherical__Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(this, azimuthalAngle, polarAngle); +} +; +_.setLength__FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_setLength__FLcom_badlogic_gdx_math_Vector3_2(len){ + var com_badlogic_gdx_math_Vector3_$setLength__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0; + return com_badlogic_gdx_math_Vector3_$setLength__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0 = this.com_badlogic_gdx_math_Vector3_x * this.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Vector3_y * this.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Vector3_z * this.com_badlogic_gdx_math_Vector3_z , com_badlogic_gdx_math_Vector3_$setLength__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0 == 0 || com_badlogic_gdx_math_Vector3_$setLength__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0 == len * len?this:com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, $wnd.Math.sqrt(len * len / com_badlogic_gdx_math_Vector3_$setLength__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0)); +} +; +_.setLength2__FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_setLength2__FLcom_badlogic_gdx_math_Vector3_2(len2){ + var com_badlogic_gdx_math_Vector3_$setLength2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0; + return com_badlogic_gdx_math_Vector3_$setLength2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0 = this.com_badlogic_gdx_math_Vector3_x * this.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Vector3_y * this.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Vector3_z * this.com_badlogic_gdx_math_Vector3_z , com_badlogic_gdx_math_Vector3_$setLength2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0 == 0 || com_badlogic_gdx_math_Vector3_$setLength2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0 == len2?this:com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, $wnd.Math.sqrt(len2 / com_badlogic_gdx_math_Vector3_$setLength2__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2_oldLen2_0)); +} +; +_.setToRandomDirection__Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_setToRandomDirection__Lcom_badlogic_gdx_math_Vector3_2(){ + return com_badlogic_gdx_math_Vector3_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this); +} +; +_.setZero__Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_setZero__Lcom_badlogic_gdx_math_Vector3_2(){ + return com_badlogic_gdx_math_Vector3_$setZero__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this); +} +; +_.slerp__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_slerp__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(target, alpha_0){ + var dl, dot, l2, st, theta, theta0, tx, ty, tz; + dot = this.com_badlogic_gdx_math_Vector3_x * target.com_badlogic_gdx_math_Vector3_x + this.com_badlogic_gdx_math_Vector3_y * target.com_badlogic_gdx_math_Vector3_y + this.com_badlogic_gdx_math_Vector3_z * target.com_badlogic_gdx_math_Vector3_z; + if (dot > 0.9995 || dot < -0.9995) + return com_badlogic_gdx_math_Vector3_$lerp__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, target, alpha_0); + theta0 = $wnd.Math.acos(dot); + theta = theta0 * alpha_0; + st = $wnd.Math.sin(theta); + tx = target.com_badlogic_gdx_math_Vector3_x - this.com_badlogic_gdx_math_Vector3_x * dot; + ty = target.com_badlogic_gdx_math_Vector3_y - this.com_badlogic_gdx_math_Vector3_y * dot; + tz = target.com_badlogic_gdx_math_Vector3_z - this.com_badlogic_gdx_math_Vector3_z * dot; + l2 = tx * tx + ty * ty + tz * tz; + dl = st * (l2 < $intern_138?1:1 / $wnd.Math.sqrt(l2)); + return com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(this, $wnd.Math.cos(theta)), tx * dl, ty * dl, tz * dl)); +} +; +_.sub__FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_sub__FLcom_badlogic_gdx_math_Vector3_2(value_0){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x - value_0, this.com_badlogic_gdx_math_Vector3_y - value_0, this.com_badlogic_gdx_math_Vector3_z - value_0); +} +; +_.sub__FFFLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_sub__FFFLcom_badlogic_gdx_math_Vector3_2(x_0, y_0, z_0){ + return com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, x_0, y_0, z_0); +} +; +_.sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(a_vec){ + return com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, a_vec); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Vector3_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_math_Vector3_$toString__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_String_2(this); +} +; +_.traMul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_traMul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2(matrix){ + var l_mat; + l_mat = matrix.com_badlogic_gdx_math_Matrix3_val; + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x * l_mat[0] + this.com_badlogic_gdx_math_Vector3_y * l_mat[1] + this.com_badlogic_gdx_math_Vector3_z * l_mat[2], this.com_badlogic_gdx_math_Vector3_x * l_mat[3] + this.com_badlogic_gdx_math_Vector3_y * l_mat[4] + this.com_badlogic_gdx_math_Vector3_z * l_mat[5], this.com_badlogic_gdx_math_Vector3_x * l_mat[6] + this.com_badlogic_gdx_math_Vector3_y * l_mat[7] + this.com_badlogic_gdx_math_Vector3_z * l_mat[8]); +} +; +_.traMul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_traMul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(matrix){ + var l_mat; + l_mat = matrix.com_badlogic_gdx_math_Matrix4_val; + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x * l_mat[0] + this.com_badlogic_gdx_math_Vector3_y * l_mat[1] + this.com_badlogic_gdx_math_Vector3_z * l_mat[2] + l_mat[3], this.com_badlogic_gdx_math_Vector3_x * l_mat[4] + this.com_badlogic_gdx_math_Vector3_y * l_mat[5] + this.com_badlogic_gdx_math_Vector3_z * l_mat[6] + l_mat[7], this.com_badlogic_gdx_math_Vector3_x * l_mat[8] + this.com_badlogic_gdx_math_Vector3_y * l_mat[9] + this.com_badlogic_gdx_math_Vector3_z * l_mat[10] + l_mat[11]); +} +; +_.unrotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_unrotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(matrix){ + var l_mat; + l_mat = matrix.com_badlogic_gdx_math_Matrix4_val; + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x * l_mat[0] + this.com_badlogic_gdx_math_Vector3_y * l_mat[1] + this.com_badlogic_gdx_math_Vector3_z * l_mat[2], this.com_badlogic_gdx_math_Vector3_x * l_mat[4] + this.com_badlogic_gdx_math_Vector3_y * l_mat[5] + this.com_badlogic_gdx_math_Vector3_z * l_mat[6], this.com_badlogic_gdx_math_Vector3_x * l_mat[8] + this.com_badlogic_gdx_math_Vector3_y * l_mat[9] + this.com_badlogic_gdx_math_Vector3_z * l_mat[10]); +} +; +_.untransform__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_Vector3_untransform__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(matrix){ + var l_mat; + l_mat = matrix.com_badlogic_gdx_math_Matrix4_val; + this.com_badlogic_gdx_math_Vector3_x -= l_mat[12]; + this.com_badlogic_gdx_math_Vector3_y -= l_mat[12]; + this.com_badlogic_gdx_math_Vector3_z -= l_mat[12]; + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this, this.com_badlogic_gdx_math_Vector3_x * l_mat[0] + this.com_badlogic_gdx_math_Vector3_y * l_mat[1] + this.com_badlogic_gdx_math_Vector3_z * l_mat[2], this.com_badlogic_gdx_math_Vector3_x * l_mat[4] + this.com_badlogic_gdx_math_Vector3_y * l_mat[5] + this.com_badlogic_gdx_math_Vector3_z * l_mat[6], this.com_badlogic_gdx_math_Vector3_x * l_mat[8] + this.com_badlogic_gdx_math_Vector3_y * l_mat[9] + this.com_badlogic_gdx_math_Vector3_z * l_mat[10]); +} +; +_.com_badlogic_gdx_math_Vector3_x = 0; +_.com_badlogic_gdx_math_Vector3_y = 0; +_.com_badlogic_gdx_math_Vector3_z = 0; +var com_badlogic_gdx_math_Vector3_X, com_badlogic_gdx_math_Vector3_Y, com_badlogic_gdx_math_Vector3_Z, com_badlogic_gdx_math_Vector3_Zero, com_badlogic_gdx_math_Vector3_tmpMat; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_421, 32, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_Vector4_$clinit__V(){ + com_badlogic_gdx_math_Vector4_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Vector4_X = new com_badlogic_gdx_math_Vector4_Vector4__FFFFV(1, 0, 0, 0); + com_badlogic_gdx_math_Vector4_Y = new com_badlogic_gdx_math_Vector4_Vector4__FFFFV(0, 1, 0, 0); + com_badlogic_gdx_math_Vector4_Z = new com_badlogic_gdx_math_Vector4_Vector4__FFFFV(0, 0, 1, 0); + com_badlogic_gdx_math_Vector4_W = new com_badlogic_gdx_math_Vector4_Vector4__FFFFV(0, 0, 0, 1); + com_badlogic_gdx_math_Vector4_Zero = new com_badlogic_gdx_math_Vector4_Vector4__FFFFV(0, 0, 0, 0); +} + +function com_badlogic_gdx_math_Vector4_$add__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, x_0, y_0, z_0, w){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, this$static.com_badlogic_gdx_math_Vector4_x + x_0, this$static.com_badlogic_gdx_math_Vector4_y + y_0, this$static.com_badlogic_gdx_math_Vector4_z + z_0, this$static.com_badlogic_gdx_math_Vector4_w + w); +} + +function com_badlogic_gdx_math_Vector4_$add__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this$static, vector){ + return com_badlogic_gdx_math_Vector4_$add__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, vector.com_badlogic_gdx_math_Vector4_x, vector.com_badlogic_gdx_math_Vector4_y, vector.com_badlogic_gdx_math_Vector4_z, vector.com_badlogic_gdx_math_Vector4_w); +} + +function com_badlogic_gdx_math_Vector4_$clamp__Lcom_badlogic_gdx_math_Vector4_2FFLcom_badlogic_gdx_math_Vector4_2(this$static, min_0, max_0){ + var len2, max2, min2; + len2 = this$static.com_badlogic_gdx_math_Vector4_x * this$static.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * this$static.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * this$static.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * this$static.com_badlogic_gdx_math_Vector4_w; + if (len2 == 0) + return this$static; + max2 = max_0 * max_0; + if (len2 > max2) + return com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this$static, $wnd.Math.sqrt(max2 / len2)); + min2 = min_0 * min_0; + if (len2 < min2) + return com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this$static, $wnd.Math.sqrt(min2 / len2)); + return this$static; +} + +function com_badlogic_gdx_math_Vector4_$dot__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2F(this$static, vector){ + return this$static.com_badlogic_gdx_math_Vector4_x * vector.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * vector.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * vector.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * vector.com_badlogic_gdx_math_Vector4_w; +} + +function com_badlogic_gdx_math_Vector4_$dst__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2F(this$static, vector){ + var a, b, c, d; + a = vector.com_badlogic_gdx_math_Vector4_x - this$static.com_badlogic_gdx_math_Vector4_x; + b = vector.com_badlogic_gdx_math_Vector4_y - this$static.com_badlogic_gdx_math_Vector4_y; + c = vector.com_badlogic_gdx_math_Vector4_z - this$static.com_badlogic_gdx_math_Vector4_z; + d = vector.com_badlogic_gdx_math_Vector4_w - this$static.com_badlogic_gdx_math_Vector4_w; + return $wnd.Math.sqrt(a * a + b * b + c * c + d * d); +} + +function com_badlogic_gdx_math_Vector4_$dst2__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2F(this$static, point){ + var a, b, c, d; + a = point.com_badlogic_gdx_math_Vector4_x - this$static.com_badlogic_gdx_math_Vector4_x; + b = point.com_badlogic_gdx_math_Vector4_y - this$static.com_badlogic_gdx_math_Vector4_y; + c = point.com_badlogic_gdx_math_Vector4_z - this$static.com_badlogic_gdx_math_Vector4_z; + d = point.com_badlogic_gdx_math_Vector4_w - this$static.com_badlogic_gdx_math_Vector4_w; + return a * a + b * b + c * c + d * d; +} + +function com_badlogic_gdx_math_Vector4_$epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2FFFFFZ(this$static, x_0, y_0, z_0, w, epsilon){ + if ($wnd.Math.abs(x_0 - this$static.com_badlogic_gdx_math_Vector4_x) > epsilon) + return false; + if ($wnd.Math.abs(y_0 - this$static.com_badlogic_gdx_math_Vector4_y) > epsilon) + return false; + if ($wnd.Math.abs(z_0 - this$static.com_badlogic_gdx_math_Vector4_z) > epsilon) + return false; + if ($wnd.Math.abs(w - this$static.com_badlogic_gdx_math_Vector4_w) > epsilon) + return false; + return true; +} + +function com_badlogic_gdx_math_Vector4_$epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this$static, other, epsilon){ + if (!other) + return false; + if ($wnd.Math.abs(other.com_badlogic_gdx_math_Vector4_x - this$static.com_badlogic_gdx_math_Vector4_x) > epsilon) + return false; + if ($wnd.Math.abs(other.com_badlogic_gdx_math_Vector4_y - this$static.com_badlogic_gdx_math_Vector4_y) > epsilon) + return false; + if ($wnd.Math.abs(other.com_badlogic_gdx_math_Vector4_z - this$static.com_badlogic_gdx_math_Vector4_z) > epsilon) + return false; + if ($wnd.Math.abs(other.com_badlogic_gdx_math_Vector4_w - this$static.com_badlogic_gdx_math_Vector4_w) > epsilon) + return false; + return true; +} + +function com_badlogic_gdx_math_Vector4_$hasOppositeDirection__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this$static, vector){ + return this$static.com_badlogic_gdx_math_Vector4_x * vector.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * vector.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * vector.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * vector.com_badlogic_gdx_math_Vector4_w < 0; +} + +function com_badlogic_gdx_math_Vector4_$hasSameDirection__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this$static, vector){ + return this$static.com_badlogic_gdx_math_Vector4_x * vector.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * vector.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * vector.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * vector.com_badlogic_gdx_math_Vector4_w > 0; +} + +function com_badlogic_gdx_math_Vector4_$isCollinear__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this$static, other){ + return com_badlogic_gdx_math_Vector4_$isOnLine__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this$static, other, $intern_347) && this$static.com_badlogic_gdx_math_Vector4_x * other.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * other.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * other.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * other.com_badlogic_gdx_math_Vector4_w > 0; +} + +function com_badlogic_gdx_math_Vector4_$isCollinear__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this$static, other, epsilon){ + return com_badlogic_gdx_math_Vector4_$isOnLine__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this$static, other, epsilon) && this$static.com_badlogic_gdx_math_Vector4_x * other.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * other.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * other.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * other.com_badlogic_gdx_math_Vector4_w > 0; +} + +function com_badlogic_gdx_math_Vector4_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this$static, other){ + return com_badlogic_gdx_math_Vector4_$isOnLine__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this$static, other, $intern_347) && this$static.com_badlogic_gdx_math_Vector4_x * other.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * other.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * other.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * other.com_badlogic_gdx_math_Vector4_w < 0; +} + +function com_badlogic_gdx_math_Vector4_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this$static, other, epsilon){ + return com_badlogic_gdx_math_Vector4_$isOnLine__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this$static, other, epsilon) && this$static.com_badlogic_gdx_math_Vector4_x * other.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * other.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * other.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * other.com_badlogic_gdx_math_Vector4_w < 0; +} + +function com_badlogic_gdx_math_Vector4_$isOnLine__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this$static, other, epsilon){ + var dw, dx, dy, dz, flags; + flags = 0; + dx = 0; + dy = 0; + dz = 0; + dw = 0; + if (com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector4_x, epsilon)) { + if (!com_badlogic_gdx_math_MathUtils_isZero__FFZ(other.com_badlogic_gdx_math_Vector4_x, epsilon)) { + return false; + } + } + else { + dx = this$static.com_badlogic_gdx_math_Vector4_x / other.com_badlogic_gdx_math_Vector4_x; + flags |= 1; + } + if (com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector4_y, epsilon)) { + if (!com_badlogic_gdx_math_MathUtils_isZero__FFZ(other.com_badlogic_gdx_math_Vector4_y, epsilon)) { + return false; + } + } + else { + dy = this$static.com_badlogic_gdx_math_Vector4_y / other.com_badlogic_gdx_math_Vector4_y; + flags |= 2; + } + if (com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector4_z, epsilon)) { + if (!com_badlogic_gdx_math_MathUtils_isZero__FFZ(other.com_badlogic_gdx_math_Vector4_z, epsilon)) { + return false; + } + } + else { + dz = this$static.com_badlogic_gdx_math_Vector4_z / other.com_badlogic_gdx_math_Vector4_z; + flags |= 4; + } + if (com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector4_w, epsilon)) { + if (!com_badlogic_gdx_math_MathUtils_isZero__FFZ(other.com_badlogic_gdx_math_Vector4_w, epsilon)) { + return false; + } + } + else { + dw = this$static.com_badlogic_gdx_math_Vector4_w / other.com_badlogic_gdx_math_Vector4_w; + flags |= 8; + } + switch (flags) { + case 0: + case 1: + case 2: + case 4: + case 8: + return true; + case 3: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dx - dy) <= epsilon; + case 5: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dx - dz) <= epsilon; + case 9: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dx - dw) <= epsilon; + case 6: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dy - dz) <= epsilon; + case 10: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dy - dw) <= epsilon; + case 12: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dz - dw) <= epsilon; + case 7: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dx - dy) <= epsilon && $wnd.Math.abs(dx - dz) <= epsilon; + case 11: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dx - dy) <= epsilon && $wnd.Math.abs(dx - dw) <= epsilon; + case 13: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dx - dz) <= epsilon && $wnd.Math.abs(dx - dw) <= epsilon; + case 14: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dy - dz) <= epsilon && $wnd.Math.abs(dy - dw) <= epsilon; + default:return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(dx - dy) <= epsilon && $wnd.Math.abs(dx - dz) <= epsilon && $wnd.Math.abs(dx - dw) <= epsilon; + } +} + +function com_badlogic_gdx_math_Vector4_$isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this$static, vector){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(this$static.com_badlogic_gdx_math_Vector4_x * vector.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * vector.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * vector.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * vector.com_badlogic_gdx_math_Vector4_w) <= $intern_347; +} + +function com_badlogic_gdx_math_Vector4_$isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this$static, vector, epsilon){ + return com_badlogic_gdx_math_MathUtils_isZero__FFZ(this$static.com_badlogic_gdx_math_Vector4_x * vector.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * vector.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * vector.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * vector.com_badlogic_gdx_math_Vector4_w, epsilon); +} + +function com_badlogic_gdx_math_Vector4_$lerp__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this$static, target, alpha_0){ + this$static.com_badlogic_gdx_math_Vector4_x += alpha_0 * (target.com_badlogic_gdx_math_Vector4_x - this$static.com_badlogic_gdx_math_Vector4_x); + this$static.com_badlogic_gdx_math_Vector4_y += alpha_0 * (target.com_badlogic_gdx_math_Vector4_y - this$static.com_badlogic_gdx_math_Vector4_y); + this$static.com_badlogic_gdx_math_Vector4_z += alpha_0 * (target.com_badlogic_gdx_math_Vector4_z - this$static.com_badlogic_gdx_math_Vector4_z); + this$static.com_badlogic_gdx_math_Vector4_w += alpha_0 * (target.com_badlogic_gdx_math_Vector4_w - this$static.com_badlogic_gdx_math_Vector4_w); + return this$static; +} + +function com_badlogic_gdx_math_Vector4_$limit2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this$static, limit2){ + var len2; + len2 = this$static.com_badlogic_gdx_math_Vector4_x * this$static.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * this$static.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * this$static.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * this$static.com_badlogic_gdx_math_Vector4_w; + len2 > limit2 && com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this$static, $wnd.Math.sqrt(limit2 / len2)); + return this$static; +} + +function com_badlogic_gdx_math_Vector4_$mulAdd__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this$static, vec, scalar){ + this$static.com_badlogic_gdx_math_Vector4_x += vec.com_badlogic_gdx_math_Vector4_x * scalar; + this$static.com_badlogic_gdx_math_Vector4_y += vec.com_badlogic_gdx_math_Vector4_y * scalar; + this$static.com_badlogic_gdx_math_Vector4_z += vec.com_badlogic_gdx_math_Vector4_z * scalar; + this$static.com_badlogic_gdx_math_Vector4_w += vec.com_badlogic_gdx_math_Vector4_w * scalar; + return this$static; +} + +function com_badlogic_gdx_math_Vector4_$mulAdd__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this$static, vec, mulVec){ + this$static.com_badlogic_gdx_math_Vector4_x += vec.com_badlogic_gdx_math_Vector4_x * mulVec.com_badlogic_gdx_math_Vector4_x; + this$static.com_badlogic_gdx_math_Vector4_y += vec.com_badlogic_gdx_math_Vector4_y * mulVec.com_badlogic_gdx_math_Vector4_y; + this$static.com_badlogic_gdx_math_Vector4_z += vec.com_badlogic_gdx_math_Vector4_z * mulVec.com_badlogic_gdx_math_Vector4_z; + this$static.com_badlogic_gdx_math_Vector4_w += vec.com_badlogic_gdx_math_Vector4_w * mulVec.com_badlogic_gdx_math_Vector4_w; + return this$static; +} + +function com_badlogic_gdx_math_Vector4_$nor__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this$static){ + var len2; + len2 = this$static.com_badlogic_gdx_math_Vector4_x * this$static.com_badlogic_gdx_math_Vector4_x + this$static.com_badlogic_gdx_math_Vector4_y * this$static.com_badlogic_gdx_math_Vector4_y + this$static.com_badlogic_gdx_math_Vector4_z * this$static.com_badlogic_gdx_math_Vector4_z + this$static.com_badlogic_gdx_math_Vector4_w * this$static.com_badlogic_gdx_math_Vector4_w; + if (len2 == 0 || len2 == 1) + return this$static; + return com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this$static, 1 / $wnd.Math.sqrt(len2)); +} + +function com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this$static, scalar){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, this$static.com_badlogic_gdx_math_Vector4_x * scalar, this$static.com_badlogic_gdx_math_Vector4_y * scalar, this$static.com_badlogic_gdx_math_Vector4_z * scalar, this$static.com_badlogic_gdx_math_Vector4_w * scalar); +} + +function com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this$static, other){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, this$static.com_badlogic_gdx_math_Vector4_x * other.com_badlogic_gdx_math_Vector4_x, this$static.com_badlogic_gdx_math_Vector4_y * other.com_badlogic_gdx_math_Vector4_y, this$static.com_badlogic_gdx_math_Vector4_z * other.com_badlogic_gdx_math_Vector4_z, this$static.com_badlogic_gdx_math_Vector4_w * other.com_badlogic_gdx_math_Vector4_w); +} + +function com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, x_0, y_0, z_0, w){ + this$static.com_badlogic_gdx_math_Vector4_x = x_0; + this$static.com_badlogic_gdx_math_Vector4_y = y_0; + this$static.com_badlogic_gdx_math_Vector4_z = z_0; + this$static.com_badlogic_gdx_math_Vector4_w = w; + return this$static; +} + +function com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this$static, vector){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, vector.com_badlogic_gdx_math_Vector4_x, vector.com_badlogic_gdx_math_Vector4_y, vector.com_badlogic_gdx_math_Vector4_z, vector.com_badlogic_gdx_math_Vector4_w); +} + +function com_badlogic_gdx_math_Vector4_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this$static){ + var multiplier, s, v1, v2; + do { + v1 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils_random.nextFloat__F() - 0.5) * 2); + v2 = (com_badlogic_gdx_math_MathUtils_random.nextFloat__F() - 0.5) * 2; + s = v1 * v1 + v2 * v2; + } + while (s >= 1 || s == 0); + multiplier = $wnd.Math.sqrt(-2 * $wnd.Math.log(s) / s); + this$static.com_badlogic_gdx_math_Vector4_x = v1 * multiplier; + this$static.com_badlogic_gdx_math_Vector4_y = v2 * multiplier; + do { + v1 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils_random.nextFloat__F() - 0.5) * 2); + v2 = (com_badlogic_gdx_math_MathUtils_random.nextFloat__F() - 0.5) * 2; + s = v1 * v1 + v2 * v2; + } + while (s >= 1 || s == 0); + multiplier = $wnd.Math.sqrt(-2 * $wnd.Math.log(s) / s); + this$static.com_badlogic_gdx_math_Vector4_z = v1 * multiplier; + this$static.com_badlogic_gdx_math_Vector4_w = v2 * multiplier; + return com_badlogic_gdx_math_Vector4_$nor__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this$static); +} + +function com_badlogic_gdx_math_Vector4_$setZero__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this$static){ + this$static.com_badlogic_gdx_math_Vector4_x = 0; + this$static.com_badlogic_gdx_math_Vector4_y = 0; + this$static.com_badlogic_gdx_math_Vector4_z = 0; + this$static.com_badlogic_gdx_math_Vector4_w = 0; + return this$static; +} + +function com_badlogic_gdx_math_Vector4_$sub__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, x_0, y_0, z_0, w){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, this$static.com_badlogic_gdx_math_Vector4_x - x_0, this$static.com_badlogic_gdx_math_Vector4_y - y_0, this$static.com_badlogic_gdx_math_Vector4_z - z_0, this$static.com_badlogic_gdx_math_Vector4_w - w); +} + +function com_badlogic_gdx_math_Vector4_$sub__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this$static, a_vec){ + return com_badlogic_gdx_math_Vector4_$sub__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this$static, a_vec.com_badlogic_gdx_math_Vector4_x, a_vec.com_badlogic_gdx_math_Vector4_y, a_vec.com_badlogic_gdx_math_Vector4_z, a_vec.com_badlogic_gdx_math_Vector4_w); +} + +function com_badlogic_gdx_math_Vector4_Vector4__V(){ + com_badlogic_gdx_math_Vector4_$clinit__V(); +} + +function com_badlogic_gdx_math_Vector4_Vector4__FFFFV(x_0, y_0, z_0, w){ + com_badlogic_gdx_math_Vector4_$clinit__V(); + com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, x_0, y_0, z_0, w); +} + +function com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector2_2FFV(vector, z_0, w){ + com_badlogic_gdx_math_Vector4_$clinit__V(); + com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, vector.com_badlogic_gdx_math_Vector2_x, vector.com_badlogic_gdx_math_Vector2_y, z_0, w); +} + +function com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector3_2FV(vector, w){ + com_badlogic_gdx_math_Vector4_$clinit__V(); + com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, vector.com_badlogic_gdx_math_Vector3_x, vector.com_badlogic_gdx_math_Vector3_y, vector.com_badlogic_gdx_math_Vector3_z, w); +} + +function com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector4_2V(vector){ + com_badlogic_gdx_math_Vector4_$clinit__V(); + com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, vector.com_badlogic_gdx_math_Vector4_x, vector.com_badlogic_gdx_math_Vector4_y, vector.com_badlogic_gdx_math_Vector4_z, vector.com_badlogic_gdx_math_Vector4_w); +} + +function com_badlogic_gdx_math_Vector4_Vector4___3FV(values){ + com_badlogic_gdx_math_Vector4_$clinit__V(); + com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, values[0], values[1], values[2], values[3]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(142, 1, {784:1, 142:1, 3:1}, com_badlogic_gdx_math_Vector4_Vector4__V, com_badlogic_gdx_math_Vector4_Vector4__FFFFV, com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector2_2FFV, com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector3_2FV, com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector4_2V, com_badlogic_gdx_math_Vector4_Vector4___3FV); +_.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(vector){ + return com_badlogic_gdx_math_Vector4_$add__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, vector); +} +; +_.clamp__FFLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_clamp__FFLcom_badlogic_gdx_math_Vector_2(min_0, max_0){ + return com_badlogic_gdx_math_Vector4_$clamp__Lcom_badlogic_gdx_math_Vector4_2FFLcom_badlogic_gdx_math_Vector4_2(this, min_0, max_0); +} +; +_.cpy__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_cpy__Lcom_badlogic_gdx_math_Vector_2(){ + return new com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector4_2V(this); +} +; +_.dot__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Vector4_dot__Lcom_badlogic_gdx_math_Vector_2F(vector){ + return com_badlogic_gdx_math_Vector4_$dot__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2F(this, vector); +} +; +_.dst__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Vector4_dst__Lcom_badlogic_gdx_math_Vector_2F(vector){ + return com_badlogic_gdx_math_Vector4_$dst__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2F(this, vector); +} +; +_.dst2__Lcom_badlogic_gdx_math_Vector_2F = function com_badlogic_gdx_math_Vector4_dst2__Lcom_badlogic_gdx_math_Vector_2F(point){ + return com_badlogic_gdx_math_Vector4_$dst2__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2F(this, point); +} +; +_.epsilonEquals__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector4_epsilonEquals__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector4_$epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, epsilon); +} +; +_.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector4_hasOppositeDirection__Lcom_badlogic_gdx_math_Vector_2Z(vector){ + return com_badlogic_gdx_math_Vector4_$hasOppositeDirection__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, vector); +} +; +_.hasSameDirection__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector4_hasSameDirection__Lcom_badlogic_gdx_math_Vector_2Z(vector){ + return com_badlogic_gdx_math_Vector4_$hasSameDirection__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, vector); +} +; +_.interpolate__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_interpolate__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector_2(target, alpha_0, interpolator){ + return com_badlogic_gdx_math_Vector4_$lerp__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, target, interpolator.apply__FF(alpha_0)); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector4_isCollinear__Lcom_badlogic_gdx_math_Vector_2Z(other){ + return com_badlogic_gdx_math_Vector4_$isCollinear__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, other); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector4_isCollinear__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector4_$isCollinear__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, epsilon); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector4_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2Z(other){ + return com_badlogic_gdx_math_Vector4_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, other); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector4_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector4_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, epsilon); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector4_isOnLine__Lcom_badlogic_gdx_math_Vector_2Z(other){ + return com_badlogic_gdx_math_Vector4_$isOnLine__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, $intern_347); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector4_isOnLine__Lcom_badlogic_gdx_math_Vector_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector4_$isOnLine__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, epsilon); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector_2Z = function com_badlogic_gdx_math_Vector4_isPerpendicular__Lcom_badlogic_gdx_math_Vector_2Z(vector){ + return com_badlogic_gdx_math_Vector4_$isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, vector); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector_2FZ = function com_badlogic_gdx_math_Vector4_isPerpendicular__Lcom_badlogic_gdx_math_Vector_2FZ(vector, epsilon){ + return com_badlogic_gdx_math_Vector4_$isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, vector, epsilon); +} +; +_.lerp__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_lerp__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(target, alpha_0){ + return com_badlogic_gdx_math_Vector4_$lerp__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, target, alpha_0); +} +; +_.limit__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_limit__FLcom_badlogic_gdx_math_Vector_2(limit){ + return com_badlogic_gdx_math_Vector4_$limit2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, limit * limit); +} +; +_.limit2__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_limit2__FLcom_badlogic_gdx_math_Vector_2(limit2){ + return com_badlogic_gdx_math_Vector4_$limit2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, limit2); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_mulAdd__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(vec, scalar){ + return com_badlogic_gdx_math_Vector4_$mulAdd__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, vec, scalar); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_mulAdd__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(vec, mulVec){ + return com_badlogic_gdx_math_Vector4_$mulAdd__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, vec, mulVec); +} +; +_.nor__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_nor__Lcom_badlogic_gdx_math_Vector_2(){ + return com_badlogic_gdx_math_Vector4_$nor__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this); +} +; +_.scl__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_scl__FLcom_badlogic_gdx_math_Vector_2(scalar){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, this.com_badlogic_gdx_math_Vector4_x * scalar, this.com_badlogic_gdx_math_Vector4_y * scalar, this.com_badlogic_gdx_math_Vector4_z * scalar, this.com_badlogic_gdx_math_Vector4_w * scalar); +} +; +_.scl__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_scl__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(other){ + return com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, other); +} +; +_.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(vector){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, vector); +} +; +_.setLength__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_setLength__FLcom_badlogic_gdx_math_Vector_2(len){ + var oldLen2; + return oldLen2 = this.com_badlogic_gdx_math_Vector4_x * this.com_badlogic_gdx_math_Vector4_x + this.com_badlogic_gdx_math_Vector4_y * this.com_badlogic_gdx_math_Vector4_y + this.com_badlogic_gdx_math_Vector4_z * this.com_badlogic_gdx_math_Vector4_z + this.com_badlogic_gdx_math_Vector4_w * this.com_badlogic_gdx_math_Vector4_w , oldLen2 == 0 || oldLen2 == len * len?this:com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, $wnd.Math.sqrt(len * len / oldLen2)); +} +; +_.setLength2__FLcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_setLength2__FLcom_badlogic_gdx_math_Vector_2(len2){ + var oldLen2; + return oldLen2 = this.com_badlogic_gdx_math_Vector4_x * this.com_badlogic_gdx_math_Vector4_x + this.com_badlogic_gdx_math_Vector4_y * this.com_badlogic_gdx_math_Vector4_y + this.com_badlogic_gdx_math_Vector4_z * this.com_badlogic_gdx_math_Vector4_z + this.com_badlogic_gdx_math_Vector4_w * this.com_badlogic_gdx_math_Vector4_w , oldLen2 == 0 || oldLen2 == len2?this:com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, $wnd.Math.sqrt(len2 / oldLen2)); +} +; +_.setToRandomDirection__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_setToRandomDirection__Lcom_badlogic_gdx_math_Vector_2(){ + return com_badlogic_gdx_math_Vector4_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this); +} +; +_.setZero__Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_setZero__Lcom_badlogic_gdx_math_Vector_2(){ + return com_badlogic_gdx_math_Vector4_$setZero__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this); +} +; +_.sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2 = function com_badlogic_gdx_math_Vector4_sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(a_vec){ + return com_badlogic_gdx_math_Vector4_$sub__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, a_vec); +} +; +_.add__FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_add__FLcom_badlogic_gdx_math_Vector4_2(values){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, this.com_badlogic_gdx_math_Vector4_x + values, this.com_badlogic_gdx_math_Vector4_y + values, this.com_badlogic_gdx_math_Vector4_z + values, this.com_badlogic_gdx_math_Vector4_w + values); +} +; +_.add__FFFFLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_add__FFFFLcom_badlogic_gdx_math_Vector4_2(x_0, y_0, z_0, w){ + return com_badlogic_gdx_math_Vector4_$add__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, x_0, y_0, z_0, w); +} +; +_.add__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_add__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(vector){ + return com_badlogic_gdx_math_Vector4_$add__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, vector); +} +; +_.clamp__FFLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_clamp__FFLcom_badlogic_gdx_math_Vector4_2(min_0, max_0){ + return com_badlogic_gdx_math_Vector4_$clamp__Lcom_badlogic_gdx_math_Vector4_2FFLcom_badlogic_gdx_math_Vector4_2(this, min_0, max_0); +} +; +_.cpy__Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_cpy__Lcom_badlogic_gdx_math_Vector4_2(){ + return new com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector4_2V(this); +} +; +_.dot__FFFFF = function com_badlogic_gdx_math_Vector4_dot__FFFFF(x_0, y_0, z_0, w){ + return this.com_badlogic_gdx_math_Vector4_x * x_0 + this.com_badlogic_gdx_math_Vector4_y * y_0 + this.com_badlogic_gdx_math_Vector4_z * z_0 + this.com_badlogic_gdx_math_Vector4_w * w; +} +; +_.dot__Lcom_badlogic_gdx_math_Vector4_2F = function com_badlogic_gdx_math_Vector4_dot__Lcom_badlogic_gdx_math_Vector4_2F(vector){ + return com_badlogic_gdx_math_Vector4_$dot__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2F(this, vector); +} +; +_.dst__FFFFF = function com_badlogic_gdx_math_Vector4_dst__FFFFF(x_0, y_0, z_0, w){ + var a, b, c, d; + a = x_0 - this.com_badlogic_gdx_math_Vector4_x; + b = y_0 - this.com_badlogic_gdx_math_Vector4_y; + c = z_0 - this.com_badlogic_gdx_math_Vector4_z; + d = w - this.com_badlogic_gdx_math_Vector4_w; + return $wnd.Math.sqrt(a * a + b * b + c * c + d * d); +} +; +_.dst__Lcom_badlogic_gdx_math_Vector4_2F = function com_badlogic_gdx_math_Vector4_dst__Lcom_badlogic_gdx_math_Vector4_2F(vector){ + return com_badlogic_gdx_math_Vector4_$dst__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2F(this, vector); +} +; +_.dst2__FFFFF = function com_badlogic_gdx_math_Vector4_dst2__FFFFF(x_0, y_0, z_0, w){ + var a, b, c, d; + a = x_0 - this.com_badlogic_gdx_math_Vector4_x; + b = y_0 - this.com_badlogic_gdx_math_Vector4_y; + c = z_0 - this.com_badlogic_gdx_math_Vector4_z; + d = w - this.com_badlogic_gdx_math_Vector4_w; + return a * a + b * b + c * c + d * d; +} +; +_.dst2__Lcom_badlogic_gdx_math_Vector4_2F = function com_badlogic_gdx_math_Vector4_dst2__Lcom_badlogic_gdx_math_Vector4_2F(point){ + return com_badlogic_gdx_math_Vector4_$dst2__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2F(this, point); +} +; +_.epsilonEquals__FFFFZ = function com_badlogic_gdx_math_Vector4_epsilonEquals__FFFFZ(x_0, y_0, z_0, w){ + return com_badlogic_gdx_math_Vector4_$epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2FFFFFZ(this, x_0, y_0, z_0, w, $intern_347); +} +; +_.epsilonEquals__FFFFFZ = function com_badlogic_gdx_math_Vector4_epsilonEquals__FFFFFZ(x_0, y_0, z_0, w, epsilon){ + return com_badlogic_gdx_math_Vector4_$epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2FFFFFZ(this, x_0, y_0, z_0, w, epsilon); +} +; +_.epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2Z = function com_badlogic_gdx_math_Vector4_epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2Z(other){ + return com_badlogic_gdx_math_Vector4_$epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, $intern_347); +} +; +_.epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2FZ = function com_badlogic_gdx_math_Vector4_epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector4_$epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, epsilon); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_Vector4_equals__Ljava_lang_Object_2Z(obj){ + var other; + if (this === obj) + return true; + if (obj == null) + return false; + if (com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(obj)) + return false; + other = obj; + if (com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector4_x) != com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(other.com_badlogic_gdx_math_Vector4_x)) + return false; + if (com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector4_y) != com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(other.com_badlogic_gdx_math_Vector4_y)) + return false; + if (com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector4_z) != com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(other.com_badlogic_gdx_math_Vector4_z)) + return false; + if (com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector4_w) != com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(other.com_badlogic_gdx_math_Vector4_w)) + return false; + return true; +} +; +_.fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Vector4_2(v){ + var s0, s1, s2, w, x_0, y_0, z_0; + s0 = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(v, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), 1); + s1 = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(v, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), s0 + 1); + s2 = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(v, java_lang_String_fromCodePoint__ILjava_lang_String_2(44), s1 + 1); + if (s0 != -1 && s1 != -1 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, v.length) , v.charCodeAt(0) == 40) && java_lang_String_$charAt__Ljava_lang_String_2IC(v, v.length - 1) == 41) { + try { + x_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(1, s0, v.length) , v.substr(1, s0 - 1))); + y_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(s0 + 1, s1, v.length) , v.substr(s0 + 1, s1 - (s0 + 1)))); + z_0 = java_lang_Float_parseFloat__Ljava_lang_String_2F((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(s1 + 1, s2, v.length) , v.substr(s1 + 1, s2 - (s1 + 1)))); + w = java_lang_Float_parseFloat__Ljava_lang_String_2F(java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(v, s2 + 1, v.length - 1)); + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, x_0, y_0, z_0, w); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Malformed Vector4: ' + v)); +} +; +_.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector4_2Z = function com_badlogic_gdx_math_Vector4_hasOppositeDirection__Lcom_badlogic_gdx_math_Vector4_2Z(vector){ + return com_badlogic_gdx_math_Vector4_$hasOppositeDirection__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, vector); +} +; +_.hasSameDirection__Lcom_badlogic_gdx_math_Vector4_2Z = function com_badlogic_gdx_math_Vector4_hasSameDirection__Lcom_badlogic_gdx_math_Vector4_2Z(vector){ + return com_badlogic_gdx_math_Vector4_$hasSameDirection__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, vector); +} +; +_.hashCode__I = function com_badlogic_gdx_math_Vector4_hashCode__I(){ + var result; + result = 1; + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector4_x); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector4_y); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector4_z); + result = 31 * result + com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(this.com_badlogic_gdx_math_Vector4_w); + return result; +} +; +_.idt__Lcom_badlogic_gdx_math_Vector4_2Z = function com_badlogic_gdx_math_Vector4_idt__Lcom_badlogic_gdx_math_Vector4_2Z(vector){ + return this.com_badlogic_gdx_math_Vector4_x == vector.com_badlogic_gdx_math_Vector4_x && this.com_badlogic_gdx_math_Vector4_y == vector.com_badlogic_gdx_math_Vector4_y && this.com_badlogic_gdx_math_Vector4_z == vector.com_badlogic_gdx_math_Vector4_z && this.com_badlogic_gdx_math_Vector4_w == vector.com_badlogic_gdx_math_Vector4_w; +} +; +_.interpolate__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_interpolate__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector4_2(target, alpha_0, interpolator){ + return com_badlogic_gdx_math_Vector4_$lerp__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, target, interpolator.apply__FF(alpha_0)); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector4_2Z = function com_badlogic_gdx_math_Vector4_isCollinear__Lcom_badlogic_gdx_math_Vector4_2Z(other){ + return com_badlogic_gdx_math_Vector4_$isCollinear__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, other); +} +; +_.isCollinear__Lcom_badlogic_gdx_math_Vector4_2FZ = function com_badlogic_gdx_math_Vector4_isCollinear__Lcom_badlogic_gdx_math_Vector4_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector4_$isCollinear__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, epsilon); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2Z = function com_badlogic_gdx_math_Vector4_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2Z(other){ + return com_badlogic_gdx_math_Vector4_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, other); +} +; +_.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2FZ = function com_badlogic_gdx_math_Vector4_isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector4_$isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, epsilon); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector4_2Z = function com_badlogic_gdx_math_Vector4_isOnLine__Lcom_badlogic_gdx_math_Vector4_2Z(other){ + return com_badlogic_gdx_math_Vector4_$isOnLine__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, $intern_347); +} +; +_.isOnLine__Lcom_badlogic_gdx_math_Vector4_2FZ = function com_badlogic_gdx_math_Vector4_isOnLine__Lcom_badlogic_gdx_math_Vector4_2FZ(other, epsilon){ + return com_badlogic_gdx_math_Vector4_$isOnLine__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, other, epsilon); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2Z = function com_badlogic_gdx_math_Vector4_isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2Z(vector){ + return com_badlogic_gdx_math_Vector4_$isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Z(this, vector); +} +; +_.isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2FZ = function com_badlogic_gdx_math_Vector4_isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2FZ(vector, epsilon){ + return com_badlogic_gdx_math_Vector4_$isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(this, vector, epsilon); +} +; +_.isUnit__Z = function com_badlogic_gdx_math_Vector4_isUnit__Z(){ + return $wnd.Math.abs(this.com_badlogic_gdx_math_Vector4_x * this.com_badlogic_gdx_math_Vector4_x + this.com_badlogic_gdx_math_Vector4_y * this.com_badlogic_gdx_math_Vector4_y + this.com_badlogic_gdx_math_Vector4_z * this.com_badlogic_gdx_math_Vector4_z + this.com_badlogic_gdx_math_Vector4_w * this.com_badlogic_gdx_math_Vector4_w - 1) < $intern_419; +} +; +_.isUnit__FZ = function com_badlogic_gdx_math_Vector4_isUnit__FZ(margin){ + return $wnd.Math.abs(this.com_badlogic_gdx_math_Vector4_x * this.com_badlogic_gdx_math_Vector4_x + this.com_badlogic_gdx_math_Vector4_y * this.com_badlogic_gdx_math_Vector4_y + this.com_badlogic_gdx_math_Vector4_z * this.com_badlogic_gdx_math_Vector4_z + this.com_badlogic_gdx_math_Vector4_w * this.com_badlogic_gdx_math_Vector4_w - 1) < margin; +} +; +_.isZero__Z = function com_badlogic_gdx_math_Vector4_isZero__Z(){ + return this.com_badlogic_gdx_math_Vector4_x == 0 && this.com_badlogic_gdx_math_Vector4_y == 0 && this.com_badlogic_gdx_math_Vector4_z == 0 && this.com_badlogic_gdx_math_Vector4_w == 0; +} +; +_.isZero__FZ = function com_badlogic_gdx_math_Vector4_isZero__FZ(margin){ + return this.com_badlogic_gdx_math_Vector4_x * this.com_badlogic_gdx_math_Vector4_x + this.com_badlogic_gdx_math_Vector4_y * this.com_badlogic_gdx_math_Vector4_y + this.com_badlogic_gdx_math_Vector4_z * this.com_badlogic_gdx_math_Vector4_z + this.com_badlogic_gdx_math_Vector4_w * this.com_badlogic_gdx_math_Vector4_w < margin; +} +; +_.len__F = function com_badlogic_gdx_math_Vector4_len__F(){ + return $wnd.Math.sqrt(this.com_badlogic_gdx_math_Vector4_x * this.com_badlogic_gdx_math_Vector4_x + this.com_badlogic_gdx_math_Vector4_y * this.com_badlogic_gdx_math_Vector4_y + this.com_badlogic_gdx_math_Vector4_z * this.com_badlogic_gdx_math_Vector4_z + this.com_badlogic_gdx_math_Vector4_w * this.com_badlogic_gdx_math_Vector4_w); +} +; +_.len2__F = function com_badlogic_gdx_math_Vector4_len2__F(){ + return this.com_badlogic_gdx_math_Vector4_x * this.com_badlogic_gdx_math_Vector4_x + this.com_badlogic_gdx_math_Vector4_y * this.com_badlogic_gdx_math_Vector4_y + this.com_badlogic_gdx_math_Vector4_z * this.com_badlogic_gdx_math_Vector4_z + this.com_badlogic_gdx_math_Vector4_w * this.com_badlogic_gdx_math_Vector4_w; +} +; +_.lerp__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_lerp__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(target, alpha_0){ + return com_badlogic_gdx_math_Vector4_$lerp__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, target, alpha_0); +} +; +_.limit__FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_limit__FLcom_badlogic_gdx_math_Vector4_2(limit){ + return com_badlogic_gdx_math_Vector4_$limit2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, limit * limit); +} +; +_.limit2__FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_limit2__FLcom_badlogic_gdx_math_Vector4_2(limit2){ + return com_badlogic_gdx_math_Vector4_$limit2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, limit2); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_mulAdd__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(vec, scalar){ + return com_badlogic_gdx_math_Vector4_$mulAdd__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, vec, scalar); +} +; +_.mulAdd__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_mulAdd__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(vec, mulVec){ + return com_badlogic_gdx_math_Vector4_$mulAdd__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, vec, mulVec); +} +; +_.nor__Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_nor__Lcom_badlogic_gdx_math_Vector4_2(){ + return com_badlogic_gdx_math_Vector4_$nor__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this); +} +; +_.scl__FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_scl__FLcom_badlogic_gdx_math_Vector4_2(scalar){ + return com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, scalar); +} +; +_.scl__FFFFLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_scl__FFFFLcom_badlogic_gdx_math_Vector4_2(vx, vy, vz, vw){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, this.com_badlogic_gdx_math_Vector4_x * vx, this.com_badlogic_gdx_math_Vector4_y * vy, this.com_badlogic_gdx_math_Vector4_z * vz, this.com_badlogic_gdx_math_Vector4_w * vw); +} +; +_.scl__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_scl__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(other){ + return com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, other); +} +; +_.set__FFFFLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_set__FFFFLcom_badlogic_gdx_math_Vector4_2(x_0, y_0, z_0, w){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, x_0, y_0, z_0, w); +} +; +_.set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector4_2(vector, z_0, w){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, vector.com_badlogic_gdx_math_Vector2_x, vector.com_badlogic_gdx_math_Vector2_y, z_0, w); +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_set__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector4_2(vector, w){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, vector.com_badlogic_gdx_math_Vector3_x, vector.com_badlogic_gdx_math_Vector3_y, vector.com_badlogic_gdx_math_Vector3_z, w); +} +; +_.set__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_set__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(vector){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, vector); +} +; +_.set___3FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_set___3FLcom_badlogic_gdx_math_Vector4_2(values){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, values[0], values[1], values[2], values[3]); +} +; +_.setLength__FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_setLength__FLcom_badlogic_gdx_math_Vector4_2(len){ + var com_badlogic_gdx_math_Vector4_$setLength__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0; + return com_badlogic_gdx_math_Vector4_$setLength__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0 = this.com_badlogic_gdx_math_Vector4_x * this.com_badlogic_gdx_math_Vector4_x + this.com_badlogic_gdx_math_Vector4_y * this.com_badlogic_gdx_math_Vector4_y + this.com_badlogic_gdx_math_Vector4_z * this.com_badlogic_gdx_math_Vector4_z + this.com_badlogic_gdx_math_Vector4_w * this.com_badlogic_gdx_math_Vector4_w , com_badlogic_gdx_math_Vector4_$setLength__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0 == 0 || com_badlogic_gdx_math_Vector4_$setLength__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0 == len * len?this:com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, $wnd.Math.sqrt(len * len / com_badlogic_gdx_math_Vector4_$setLength__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0)); +} +; +_.setLength2__FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_setLength2__FLcom_badlogic_gdx_math_Vector4_2(len2){ + var com_badlogic_gdx_math_Vector4_$setLength2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0; + return com_badlogic_gdx_math_Vector4_$setLength2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0 = this.com_badlogic_gdx_math_Vector4_x * this.com_badlogic_gdx_math_Vector4_x + this.com_badlogic_gdx_math_Vector4_y * this.com_badlogic_gdx_math_Vector4_y + this.com_badlogic_gdx_math_Vector4_z * this.com_badlogic_gdx_math_Vector4_z + this.com_badlogic_gdx_math_Vector4_w * this.com_badlogic_gdx_math_Vector4_w , com_badlogic_gdx_math_Vector4_$setLength2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0 == 0 || com_badlogic_gdx_math_Vector4_$setLength2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0 == len2?this:com_badlogic_gdx_math_Vector4_$scl__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(this, $wnd.Math.sqrt(len2 / com_badlogic_gdx_math_Vector4_$setLength2__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2_oldLen2_0)); +} +; +_.setToRandomDirection__Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_setToRandomDirection__Lcom_badlogic_gdx_math_Vector4_2(){ + return com_badlogic_gdx_math_Vector4_$setToRandomDirection__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this); +} +; +_.setZero__Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_setZero__Lcom_badlogic_gdx_math_Vector4_2(){ + return com_badlogic_gdx_math_Vector4_$setZero__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this); +} +; +_.sub__FLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_sub__FLcom_badlogic_gdx_math_Vector4_2(value_0){ + return com_badlogic_gdx_math_Vector4_$set__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, this.com_badlogic_gdx_math_Vector4_x - value_0, this.com_badlogic_gdx_math_Vector4_y - value_0, this.com_badlogic_gdx_math_Vector4_z - value_0, this.com_badlogic_gdx_math_Vector4_w - value_0); +} +; +_.sub__FFFFLcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_sub__FFFFLcom_badlogic_gdx_math_Vector4_2(x_0, y_0, z_0, w){ + return com_badlogic_gdx_math_Vector4_$sub__Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(this, x_0, y_0, z_0, w); +} +; +_.sub__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2 = function com_badlogic_gdx_math_Vector4_sub__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(a_vec){ + return com_badlogic_gdx_math_Vector4_$sub__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(this, a_vec); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_Vector4_toString__Ljava_lang_String_2(){ + return '(' + this.com_badlogic_gdx_math_Vector4_x + ',' + this.com_badlogic_gdx_math_Vector4_y + ',' + this.com_badlogic_gdx_math_Vector4_z + ',' + this.com_badlogic_gdx_math_Vector4_w + ')'; +} +; +_.com_badlogic_gdx_math_Vector4_w = 0; +_.com_badlogic_gdx_math_Vector4_x = 0; +_.com_badlogic_gdx_math_Vector4_y = 0; +_.com_badlogic_gdx_math_Vector4_z = 0; +var com_badlogic_gdx_math_Vector4_W, com_badlogic_gdx_math_Vector4_X, com_badlogic_gdx_math_Vector4_Y, com_badlogic_gdx_math_Vector4_Z, com_badlogic_gdx_math_Vector4_Zero; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_422, 142, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_WindowedMean_$addValue__Lcom_badlogic_gdx_math_WindowedMean_2FV(this$static, value_0){ + this$static.com_badlogic_gdx_math_WindowedMean_added_1values < this$static.com_badlogic_gdx_math_WindowedMean_values.length && ++this$static.com_badlogic_gdx_math_WindowedMean_added_1values; + this$static.com_badlogic_gdx_math_WindowedMean_values[this$static.com_badlogic_gdx_math_WindowedMean_last_1value++] = value_0; + this$static.com_badlogic_gdx_math_WindowedMean_last_1value > this$static.com_badlogic_gdx_math_WindowedMean_values.length - 1 && (this$static.com_badlogic_gdx_math_WindowedMean_last_1value = 0); + this$static.com_badlogic_gdx_math_WindowedMean_dirty = true; +} + +function com_badlogic_gdx_math_WindowedMean_$clear__Lcom_badlogic_gdx_math_WindowedMean_2V(this$static){ + var i; + this$static.com_badlogic_gdx_math_WindowedMean_added_1values = 0; + this$static.com_badlogic_gdx_math_WindowedMean_last_1value = 0; + for (i = 0; i < this$static.com_badlogic_gdx_math_WindowedMean_values.length; i++) + this$static.com_badlogic_gdx_math_WindowedMean_values[i] = 0; + this$static.com_badlogic_gdx_math_WindowedMean_dirty = true; +} + +function com_badlogic_gdx_math_WindowedMean_$getMean__Lcom_badlogic_gdx_math_WindowedMean_2F(this$static){ + var i, mean; + if (this$static.com_badlogic_gdx_math_WindowedMean_added_1values >= this$static.com_badlogic_gdx_math_WindowedMean_values.length) { + if (this$static.com_badlogic_gdx_math_WindowedMean_dirty) { + mean = 0; + for (i = 0; i < this$static.com_badlogic_gdx_math_WindowedMean_values.length; i++) + mean += this$static.com_badlogic_gdx_math_WindowedMean_values[i]; + this$static.com_badlogic_gdx_math_WindowedMean_mean = mean / this$static.com_badlogic_gdx_math_WindowedMean_values.length; + this$static.com_badlogic_gdx_math_WindowedMean_dirty = false; + } + return this$static.com_badlogic_gdx_math_WindowedMean_mean; + } + else + return 0; +} + +function com_badlogic_gdx_math_WindowedMean_$hasEnoughData__Lcom_badlogic_gdx_math_WindowedMean_2Z(this$static){ + return this$static.com_badlogic_gdx_math_WindowedMean_added_1values >= this$static.com_badlogic_gdx_math_WindowedMean_values.length; +} + +function com_badlogic_gdx_math_WindowedMean_WindowedMean__IV(window_size){ + this.com_badlogic_gdx_math_WindowedMean_values = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, window_size, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(496, 1, {496:1}, com_badlogic_gdx_math_WindowedMean_WindowedMean__IV); +_.addValue__FV = function com_badlogic_gdx_math_WindowedMean_addValue__FV(value_0){ + com_badlogic_gdx_math_WindowedMean_$addValue__Lcom_badlogic_gdx_math_WindowedMean_2FV(this, value_0); +} +; +_.clear__V = function com_badlogic_gdx_math_WindowedMean_clear__V(){ + com_badlogic_gdx_math_WindowedMean_$clear__Lcom_badlogic_gdx_math_WindowedMean_2V(this); +} +; +_.getHighest__F = function com_badlogic_gdx_math_WindowedMean_getHighest__F(){ + var i, lowest; + lowest = 1.1754943508222875E-38; + for (i = 0; i < this.com_badlogic_gdx_math_WindowedMean_values.length; i++) + lowest = $wnd.Math.max(lowest, this.com_badlogic_gdx_math_WindowedMean_values[i]); + return lowest; +} +; +_.getLatest__F = function com_badlogic_gdx_math_WindowedMean_getLatest__F(){ + return this.com_badlogic_gdx_math_WindowedMean_values[this.com_badlogic_gdx_math_WindowedMean_last_1value - 1 == -1?this.com_badlogic_gdx_math_WindowedMean_values.length - 1:this.com_badlogic_gdx_math_WindowedMean_last_1value - 1]; +} +; +_.getLowest__F = function com_badlogic_gdx_math_WindowedMean_getLowest__F(){ + var i, lowest; + lowest = $intern_352; + for (i = 0; i < this.com_badlogic_gdx_math_WindowedMean_values.length; i++) + lowest = $wnd.Math.min(lowest, this.com_badlogic_gdx_math_WindowedMean_values[i]); + return lowest; +} +; +_.getMean__F = function com_badlogic_gdx_math_WindowedMean_getMean__F(){ + return com_badlogic_gdx_math_WindowedMean_$getMean__Lcom_badlogic_gdx_math_WindowedMean_2F(this); +} +; +_.getOldest__F = function com_badlogic_gdx_math_WindowedMean_getOldest__F(){ + return this.com_badlogic_gdx_math_WindowedMean_added_1values < this.com_badlogic_gdx_math_WindowedMean_values.length?this.com_badlogic_gdx_math_WindowedMean_values[0]:this.com_badlogic_gdx_math_WindowedMean_values[this.com_badlogic_gdx_math_WindowedMean_last_1value]; +} +; +_.getValueCount__I = function com_badlogic_gdx_math_WindowedMean_getValueCount__I(){ + return this.com_badlogic_gdx_math_WindowedMean_added_1values; +} +; +_.getWindowSize__I = function com_badlogic_gdx_math_WindowedMean_getWindowSize__I(){ + return this.com_badlogic_gdx_math_WindowedMean_values.length; +} +; +_.getWindowValues___3F = function com_badlogic_gdx_math_WindowedMean_getWindowValues___3F(){ + var i, windowValues; + windowValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, this.com_badlogic_gdx_math_WindowedMean_added_1values, 15, 1); + if (this.com_badlogic_gdx_math_WindowedMean_added_1values >= this.com_badlogic_gdx_math_WindowedMean_values.length) { + for (i = 0; i < windowValues.length; i++) { + windowValues[i] = this.com_badlogic_gdx_math_WindowedMean_values[(i + this.com_badlogic_gdx_math_WindowedMean_last_1value) % this.com_badlogic_gdx_math_WindowedMean_values.length]; + } + } + else { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_badlogic_gdx_math_WindowedMean_values, 0, windowValues, 0, this.com_badlogic_gdx_math_WindowedMean_added_1values); + } + return windowValues; +} +; +_.hasEnoughData__Z = function com_badlogic_gdx_math_WindowedMean_hasEnoughData__Z(){ + return com_badlogic_gdx_math_WindowedMean_$hasEnoughData__Lcom_badlogic_gdx_math_WindowedMean_2Z(this); +} +; +_.standardDeviation__F = function com_badlogic_gdx_math_WindowedMean_standardDeviation__F(){ + var i, mean, sum; + if (this.com_badlogic_gdx_math_WindowedMean_added_1values < this.com_badlogic_gdx_math_WindowedMean_values.length) + return 0; + mean = com_badlogic_gdx_math_WindowedMean_$getMean__Lcom_badlogic_gdx_math_WindowedMean_2F(this); + sum = 0; + for (i = 0; i < this.com_badlogic_gdx_math_WindowedMean_values.length; i++) { + sum += (this.com_badlogic_gdx_math_WindowedMean_values[i] - mean) * (this.com_badlogic_gdx_math_WindowedMean_values[i] - mean); + } + return $wnd.Math.sqrt(sum / this.com_badlogic_gdx_math_WindowedMean_values.length); +} +; +_.com_badlogic_gdx_math_WindowedMean_added_1values = 0; +_.com_badlogic_gdx_math_WindowedMean_dirty = true; +_.com_badlogic_gdx_math_WindowedMean_last_1value = 0; +_.com_badlogic_gdx_math_WindowedMean_mean = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_334, $intern_423, 496, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_collision_BoundingBox_$clinit__V(){ + com_badlogic_gdx_math_collision_BoundingBox_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_collision_BoundingBox_tmpVector = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_collision_BoundingBox_$$init__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(this$static){ + this$static.com_badlogic_gdx_math_collision_BoundingBox_min = new com_badlogic_gdx_math_Vector3_Vector3__V; + this$static.com_badlogic_gdx_math_collision_BoundingBox_max = new com_badlogic_gdx_math_Vector3_Vector3__V; + this$static.com_badlogic_gdx_math_collision_BoundingBox_cnt = new com_badlogic_gdx_math_Vector3_Vector3__V; + this$static.com_badlogic_gdx_math_collision_BoundingBox_dim = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_collision_BoundingBox_$clr__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static){ + return com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_min, 0, 0, 0), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_max, 0, 0, 0)); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this$static, v){ + return this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x <= v.com_badlogic_gdx_math_Vector3_x && this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x >= v.com_badlogic_gdx_math_Vector3_x && this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y <= v.com_badlogic_gdx_math_Vector3_y && this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y >= v.com_badlogic_gdx_math_Vector3_y && this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z <= v.com_badlogic_gdx_math_Vector3_z && this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z >= v.com_badlogic_gdx_math_Vector3_z; +} + +function com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2FFFLcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, x_0, y_0, z_0){ + return com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_min, com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, x_0), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, y_0), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z, z_0)), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_max, com_badlogic_gdx_math_collision_BoundingBox_max__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, x_0), com_badlogic_gdx_math_collision_BoundingBox_max__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, y_0), com_badlogic_gdx_math_collision_BoundingBox_max__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z, z_0))); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, point){ + return com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_min, com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, point.com_badlogic_gdx_math_Vector3_x), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, point.com_badlogic_gdx_math_Vector3_y), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z, point.com_badlogic_gdx_math_Vector3_z)), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_max, $wnd.Math.max(this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, point.com_badlogic_gdx_math_Vector3_x), $wnd.Math.max(this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, point.com_badlogic_gdx_math_Vector3_y), $wnd.Math.max(this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z, point.com_badlogic_gdx_math_Vector3_z))); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, a_bounds){ + return com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_min, com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, a_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, a_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z, a_bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z)), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_max, com_badlogic_gdx_math_collision_BoundingBox_max__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, a_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x), com_badlogic_gdx_math_collision_BoundingBox_max__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, a_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y), com_badlogic_gdx_math_collision_BoundingBox_max__FFF(this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z, a_bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z))); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getCenter__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_cnt); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$getDimensions__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_BoundingBox_dim); +} + +function com_badlogic_gdx_math_collision_BoundingBox_$inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_min, $intern_367, $intern_367, $intern_367); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_max, $intern_424, $intern_424, $intern_424); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_cnt, 0, 0, 0); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_dim, 0, 0, 0); + return this$static; +} + +function com_badlogic_gdx_math_collision_BoundingBox_$intersects__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(this$static, b){ + var lx, ly, lz, sumx, sumy, sumz; + if (!(this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x <= this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y <= this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && this$static.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z <= this$static.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z)) + return false; + lx = $wnd.Math.abs(this$static.com_badlogic_gdx_math_collision_BoundingBox_cnt.com_badlogic_gdx_math_Vector3_x - b.com_badlogic_gdx_math_collision_BoundingBox_cnt.com_badlogic_gdx_math_Vector3_x); + sumx = this$static.com_badlogic_gdx_math_collision_BoundingBox_dim.com_badlogic_gdx_math_Vector3_x / 2 + b.com_badlogic_gdx_math_collision_BoundingBox_dim.com_badlogic_gdx_math_Vector3_x / 2; + ly = $wnd.Math.abs(this$static.com_badlogic_gdx_math_collision_BoundingBox_cnt.com_badlogic_gdx_math_Vector3_y - b.com_badlogic_gdx_math_collision_BoundingBox_cnt.com_badlogic_gdx_math_Vector3_y); + sumy = this$static.com_badlogic_gdx_math_collision_BoundingBox_dim.com_badlogic_gdx_math_Vector3_y / 2 + b.com_badlogic_gdx_math_collision_BoundingBox_dim.com_badlogic_gdx_math_Vector3_y / 2; + lz = $wnd.Math.abs(this$static.com_badlogic_gdx_math_collision_BoundingBox_cnt.com_badlogic_gdx_math_Vector3_z - b.com_badlogic_gdx_math_collision_BoundingBox_cnt.com_badlogic_gdx_math_Vector3_z); + sumz = this$static.com_badlogic_gdx_math_collision_BoundingBox_dim.com_badlogic_gdx_math_Vector3_z / 2 + b.com_badlogic_gdx_math_collision_BoundingBox_dim.com_badlogic_gdx_math_Vector3_z / 2; + return lx <= sumx && ly <= sumy && lz <= sumz; +} + +function com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, minimum, maximum){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_min, minimum.com_badlogic_gdx_math_Vector3_x < maximum.com_badlogic_gdx_math_Vector3_x?minimum.com_badlogic_gdx_math_Vector3_x:maximum.com_badlogic_gdx_math_Vector3_x, minimum.com_badlogic_gdx_math_Vector3_y < maximum.com_badlogic_gdx_math_Vector3_y?minimum.com_badlogic_gdx_math_Vector3_y:maximum.com_badlogic_gdx_math_Vector3_y, minimum.com_badlogic_gdx_math_Vector3_z < maximum.com_badlogic_gdx_math_Vector3_z?minimum.com_badlogic_gdx_math_Vector3_z:maximum.com_badlogic_gdx_math_Vector3_z); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_max, minimum.com_badlogic_gdx_math_Vector3_x > maximum.com_badlogic_gdx_math_Vector3_x?minimum.com_badlogic_gdx_math_Vector3_x:maximum.com_badlogic_gdx_math_Vector3_x, minimum.com_badlogic_gdx_math_Vector3_y > maximum.com_badlogic_gdx_math_Vector3_y?minimum.com_badlogic_gdx_math_Vector3_y:maximum.com_badlogic_gdx_math_Vector3_y, minimum.com_badlogic_gdx_math_Vector3_z > maximum.com_badlogic_gdx_math_Vector3_z?minimum.com_badlogic_gdx_math_Vector3_z:maximum.com_badlogic_gdx_math_Vector3_z); + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_cnt, this$static.com_badlogic_gdx_math_collision_BoundingBox_min), this$static.com_badlogic_gdx_math_collision_BoundingBox_max), 0.5); + com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_BoundingBox_dim, this$static.com_badlogic_gdx_math_collision_BoundingBox_max), this$static.com_badlogic_gdx_math_collision_BoundingBox_min); + return this$static; +} + +function com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, bounds){ + return com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static, bounds.com_badlogic_gdx_math_collision_BoundingBox_min, bounds.com_badlogic_gdx_math_collision_BoundingBox_max); +} + +function com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__V(){ + com_badlogic_gdx_math_collision_BoundingBox_$clinit__V(); + com_badlogic_gdx_math_collision_BoundingBox_$$init__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(this); + com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_min, 0, 0, 0), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_max, 0, 0, 0)); +} + +function com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(minimum, maximum){ + com_badlogic_gdx_math_collision_BoundingBox_$clinit__V(); + com_badlogic_gdx_math_collision_BoundingBox_$$init__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(this); + com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, minimum, maximum); +} + +function com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(bounds){ + com_badlogic_gdx_math_collision_BoundingBox_$clinit__V(); + com_badlogic_gdx_math_collision_BoundingBox_$$init__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(this); + com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, bounds.com_badlogic_gdx_math_collision_BoundingBox_min, bounds.com_badlogic_gdx_math_collision_BoundingBox_max); +} + +function com_badlogic_gdx_math_collision_BoundingBox_max__FFF(a, b){ + com_badlogic_gdx_math_collision_BoundingBox_$clinit__V(); + return a > b?a:b; +} + +function com_badlogic_gdx_math_collision_BoundingBox_min__FFF(a, b){ + com_badlogic_gdx_math_collision_BoundingBox_$clinit__V(); + return a > b?b:a; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(200, 1, {200:1, 3:1}, com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__V, com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V, com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2V); +_.clr__Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_clr__Lcom_badlogic_gdx_math_collision_BoundingBox_2(){ + return com_badlogic_gdx_math_collision_BoundingBox_$clr__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this); +} +; +_.contains__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_collision_BoundingBox_contains__Lcom_badlogic_gdx_math_Vector3_2Z(v){ + return com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this, v); +} +; +_.contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z = function com_badlogic_gdx_math_collision_BoundingBox_contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(b){ + return !(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x <= this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y <= this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z <= this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z) || this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x <= b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x && this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y <= b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y && this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z <= b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z && this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x >= b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y >= b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z >= b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z; +} +; +_.contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z = function com_badlogic_gdx_math_collision_BoundingBox_contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z(obb){ + return com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_BoundingBox_tmpVector)) && com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_BoundingBox_tmpVector)) && com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_BoundingBox_tmpVector)) && com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_BoundingBox_tmpVector)) && com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_BoundingBox_tmpVector)) && com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_BoundingBox_tmpVector)) && com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_BoundingBox_tmpVector)) && com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_BoundingBox_tmpVector)); +} +; +_.ext__FFFLcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_ext__FFFLcom_badlogic_gdx_math_collision_BoundingBox_2(x_0, y_0, z_0){ + return com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2FFFLcom_badlogic_gdx_math_collision_BoundingBox_2(this, x_0, y_0, z_0); +} +; +_.ext__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_ext__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(point){ + return com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, point); +} +; +_.ext__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_ext__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_collision_BoundingBox_2(center, radius){ + return com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_min, com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, center.com_badlogic_gdx_math_Vector3_x - radius), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, center.com_badlogic_gdx_math_Vector3_y - radius), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z, center.com_badlogic_gdx_math_Vector3_z - radius)), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_max, com_badlogic_gdx_math_collision_BoundingBox_max__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, center.com_badlogic_gdx_math_Vector3_x + radius), com_badlogic_gdx_math_collision_BoundingBox_max__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, center.com_badlogic_gdx_math_Vector3_y + radius), com_badlogic_gdx_math_collision_BoundingBox_max__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z, center.com_badlogic_gdx_math_Vector3_z + radius))); +} +; +_.ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(a_bounds){ + return com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, a_bounds); +} +; +_.ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(bounds, transform){ + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, bounds.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, bounds.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), transform)); + return this; +} +; +_.getCenter__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getCenter__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getCenter__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCenterX__F = function com_badlogic_gdx_math_collision_BoundingBox_getCenterX__F(){ + return this.com_badlogic_gdx_math_collision_BoundingBox_cnt.com_badlogic_gdx_math_Vector3_x; +} +; +_.getCenterY__F = function com_badlogic_gdx_math_collision_BoundingBox_getCenterY__F(){ + return this.com_badlogic_gdx_math_collision_BoundingBox_cnt.com_badlogic_gdx_math_Vector3_y; +} +; +_.getCenterZ__F = function com_badlogic_gdx_math_collision_BoundingBox_getCenterZ__F(){ + return this.com_badlogic_gdx_math_collision_BoundingBox_cnt.com_badlogic_gdx_math_Vector3_z; +} +; +_.getCorner000__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getCorner000__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner001__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getCorner001__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner010__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getCorner010__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner011__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getCorner011__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner100__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getCorner100__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner101__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getCorner101__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner110__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getCorner110__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner111__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getCorner111__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getDepth__F = function com_badlogic_gdx_math_collision_BoundingBox_getDepth__F(){ + return this.com_badlogic_gdx_math_collision_BoundingBox_dim.com_badlogic_gdx_math_Vector3_z; +} +; +_.getDimensions__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getDimensions__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_BoundingBox_$getDimensions__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getHeight__F = function com_badlogic_gdx_math_collision_BoundingBox_getHeight__F(){ + return this.com_badlogic_gdx_math_collision_BoundingBox_dim.com_badlogic_gdx_math_Vector3_y; +} +; +_.getMax__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getMax__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this.com_badlogic_gdx_math_collision_BoundingBox_max); +} +; +_.getMin__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_BoundingBox_getMin__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this.com_badlogic_gdx_math_collision_BoundingBox_min); +} +; +_.getWidth__F = function com_badlogic_gdx_math_collision_BoundingBox_getWidth__F(){ + return this.com_badlogic_gdx_math_collision_BoundingBox_dim.com_badlogic_gdx_math_Vector3_x; +} +; +_.inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2(){ + return com_badlogic_gdx_math_collision_BoundingBox_$inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this); +} +; +_.intersects__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z = function com_badlogic_gdx_math_collision_BoundingBox_intersects__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(b){ + return com_badlogic_gdx_math_collision_BoundingBox_$intersects__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(this, b); +} +; +_.isValid__Z = function com_badlogic_gdx_math_collision_BoundingBox_isValid__Z(){ + return this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x <= this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x && this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y <= this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y && this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z <= this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z; +} +; +_.mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(transform){ + var x0, x1, y0, y1, z0, z1; + x0 = this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x; + y0 = this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y; + z0 = this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z; + x1 = this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x; + y1 = this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y; + z1 = this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z; + com_badlogic_gdx_math_collision_BoundingBox_$inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, x0, y0, z0), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, x0, y0, z1), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, x0, y1, z0), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, x0, y1, z1), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, x1, y0, z0), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, x1, y0, z1), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, x1, y1, z0), transform)); + com_badlogic_gdx_math_collision_BoundingBox_$ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_tmpVector, x1, y1, z1), transform)); + return this; +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(minimum, maximum){ + return com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, minimum, maximum); +} +; +_.set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(bounds){ + return com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, bounds); +} +; +_.set__Ljava_util_List_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_set__Ljava_util_List_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(points){ + var l_point, l_point$iterator; + com_badlogic_gdx_math_collision_BoundingBox_$inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this); + for (l_point$iterator = points.iterator__Ljava_util_Iterator_2(); l_point$iterator.hasNext__Z();) { + l_point = l_point$iterator.next__Ljava_lang_Object_2(); + com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_min, com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, l_point.com_badlogic_gdx_math_Vector3_x), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, l_point.com_badlogic_gdx_math_Vector3_y), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z, l_point.com_badlogic_gdx_math_Vector3_z)), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_max, $wnd.Math.max(this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, l_point.com_badlogic_gdx_math_Vector3_x), $wnd.Math.max(this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, l_point.com_badlogic_gdx_math_Vector3_y), $wnd.Math.max(this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z, l_point.com_badlogic_gdx_math_Vector3_z))); + } + return this; +} +; +_.set___3Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_BoundingBox_set___3Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(points){ + var l_point, l_point$array, l_point$index, l_point$max; + com_badlogic_gdx_math_collision_BoundingBox_$inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this); + for (l_point$array = points , l_point$index = 0 , l_point$max = l_point$array.length; l_point$index < l_point$max; ++l_point$index) { + l_point = l_point$array[l_point$index]; + com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_min, com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, l_point.com_badlogic_gdx_math_Vector3_x), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, l_point.com_badlogic_gdx_math_Vector3_y), com_badlogic_gdx_math_collision_BoundingBox_min__FFF(this.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z, l_point.com_badlogic_gdx_math_Vector3_z)), com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_max, $wnd.Math.max(this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, l_point.com_badlogic_gdx_math_Vector3_x), $wnd.Math.max(this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, l_point.com_badlogic_gdx_math_Vector3_y), $wnd.Math.max(this.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z, l_point.com_badlogic_gdx_math_Vector3_z))); + } + return this; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_collision_BoundingBox_toString__Ljava_lang_String_2(){ + return '[' + this.com_badlogic_gdx_math_collision_BoundingBox_min + '|' + this.com_badlogic_gdx_math_collision_BoundingBox_max + ']'; +} +; +_.update__V = function com_badlogic_gdx_math_collision_BoundingBox_update__V(){ + com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_cnt, this.com_badlogic_gdx_math_collision_BoundingBox_min), this.com_badlogic_gdx_math_collision_BoundingBox_max), 0.5); + com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_BoundingBox_dim, this.com_badlogic_gdx_math_collision_BoundingBox_max), this.com_badlogic_gdx_math_collision_BoundingBox_min); +} +; +var com_badlogic_gdx_math_collision_BoundingBox_tmpVector; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_425, $intern_426, 200, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V(){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var i, i0; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_355, 32, 15, 0, 1); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_355, 32, 8, 0, 1); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_355, 32, 9, 0, 1); + for (i0 = 0; i0 < com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors.length; i0++) { + com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[i0] = new com_badlogic_gdx_math_Vector3_Vector3__V; + } + for (i = 0; i < com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices.length; i++) { + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices[i] = new com_badlogic_gdx_math_Vector3_Vector3__V; + } +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$$init__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this$static){ + this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds = new com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__V; + this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_355, 32, 3, 0, 1); + this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_355, 32, 8, 0, 1); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this$static, v, invTransform){ + var localV; + localV = com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0], v), invTransform); + return com_badlogic_gdx_math_collision_BoundingBox_$contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, localV); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[0]); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[1]); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[2]); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[3]); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[4]); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[5]); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[6]); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static, out){ + return com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[7]); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$getVertices__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2_3Lcom_badlogic_gdx_math_Vector3_2(b){ + com_badlogic_gdx_math_collision_BoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(b, com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices[0]); + com_badlogic_gdx_math_collision_BoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(b, com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices[1]); + com_badlogic_gdx_math_collision_BoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(b, com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices[2]); + com_badlogic_gdx_math_collision_BoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(b, com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices[3]); + com_badlogic_gdx_math_collision_BoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(b, com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices[4]); + com_badlogic_gdx_math_collision_BoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(b, com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices[5]); + com_badlogic_gdx_math_collision_BoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(b, com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices[6]); + com_badlogic_gdx_math_collision_BoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(b, com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices[7]); + return com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices; +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$init__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this$static){ + var i, i0; + for (i0 = 0; i0 < this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes.length; i0++) { + this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes[i0] = new com_badlogic_gdx_math_Vector3_Vector3__V; + } + for (i = 0; i < this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices.length; i++) { + this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[i] = new com_badlogic_gdx_math_Vector3_Vector3__V; + } + com_badlogic_gdx_math_collision_OrientedBoundingBox_$update__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this$static); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$setBounds__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2V(this$static, bounds){ + com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, bounds); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[0]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[1]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[2]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[3]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[4]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[5]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[6]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[7]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_$update__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this$static){ + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[0]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[1]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[2]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[3]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[4]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[5]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[6]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices[7]), this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes[0], this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val[0], this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val[1], this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val[2])); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes[1], this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val[4], this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val[5], this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val[6])); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes[2], this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val[8], this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val[9], this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val[10])); + com_badlogic_gdx_math_Matrix4_$inv__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform, this$static.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform.com_badlogic_gdx_math_Matrix4_val)); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_OrientedBoundingBox__V(){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V(); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$$init__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); + com_badlogic_gdx_math_collision_BoundingBox_$clr__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$init__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_OrientedBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(bounds){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V(); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$$init__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); + com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, bounds.com_badlogic_gdx_math_collision_BoundingBox_min, bounds.com_badlogic_gdx_math_collision_BoundingBox_max); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$init__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); +} + +function com_badlogic_gdx_math_collision_OrientedBoundingBox_OrientedBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2V(bounds, transform){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V(); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$$init__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); + com_badlogic_gdx_math_collision_BoundingBox_$set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(this.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds, bounds.com_badlogic_gdx_math_collision_BoundingBox_min, bounds.com_badlogic_gdx_math_collision_BoundingBox_max); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform, transform.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$init__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(431, 1, {431:1, 3:1}, com_badlogic_gdx_math_collision_OrientedBoundingBox_OrientedBoundingBox__V, com_badlogic_gdx_math_collision_OrientedBoundingBox_OrientedBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2V, com_badlogic_gdx_math_collision_OrientedBoundingBox_OrientedBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2V); +_.contains__Lcom_badlogic_gdx_math_Vector3_2Z = function com_badlogic_gdx_math_collision_OrientedBoundingBox_contains__Lcom_badlogic_gdx_math_Vector3_2Z(v){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, v, this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform); +} +; +_.private$com_badlogic_gdx_math_collision_OrientedBoundingBox$contains__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z = function com_badlogic_gdx_math_collision_OrientedBoundingBox_contains__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(v, invTransform){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V(); + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, v, invTransform); +} +; +_.contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z = function com_badlogic_gdx_math_collision_OrientedBoundingBox_contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(b){ + var tmpVector; + tmpVector = com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0]; + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(tmpVector, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(tmpVector, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(tmpVector, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(tmpVector, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_x, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(tmpVector, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(tmpVector, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_y, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(tmpVector, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, b.com_badlogic_gdx_math_collision_BoundingBox_min.com_badlogic_gdx_math_Vector3_z), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(tmpVector, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_x, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_y, b.com_badlogic_gdx_math_collision_BoundingBox_max.com_badlogic_gdx_math_Vector3_z), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform); +} +; +_.contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z = function com_badlogic_gdx_math_collision_OrientedBoundingBox_contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z(obb){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0]), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0]), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0]), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0]), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0]), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0]), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0]), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform) && com_badlogic_gdx_math_collision_OrientedBoundingBox_$contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(this, com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(obb, com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0]), this.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform); +} +; +_.getBounds__Lcom_badlogic_gdx_math_collision_BoundingBox_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getBounds__Lcom_badlogic_gdx_math_collision_BoundingBox_2(){ + return this.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds; +} +; +_.getCorner000__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getCorner000__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner000__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner001__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getCorner001__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner001__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner010__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getCorner010__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner010__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner011__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getCorner011__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner011__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner100__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getCorner100__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner100__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner101__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getCorner101__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner101__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner110__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getCorner110__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner110__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getCorner111__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getCorner111__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out){ + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$getCorner111__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this, out); +} +; +_.getTransform__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getTransform__Lcom_badlogic_gdx_math_Matrix4_2(){ + return this.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform; +} +; +_.getVertices___3Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getVertices___3Lcom_badlogic_gdx_math_Vector3_2(){ + return this.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices; +} +; +_.private$com_badlogic_gdx_math_collision_OrientedBoundingBox$getVertices__Lcom_badlogic_gdx_math_collision_BoundingBox_2_3Lcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_getVertices__Lcom_badlogic_gdx_math_collision_BoundingBox_2_3Lcom_badlogic_gdx_math_Vector3_2(b){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V(); + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$getVertices__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2_3Lcom_badlogic_gdx_math_Vector3_2(b); +} +; +_.private$com_badlogic_gdx_math_collision_OrientedBoundingBox$init__V = function com_badlogic_gdx_math_collision_OrientedBoundingBox_init__V(){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V(); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$init__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); +} +; +_.intersects__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z = function com_badlogic_gdx_math_collision_OrientedBoundingBox_intersects__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(b){ + var aAxes, aVertices, bVertices; + aAxes = this.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[0] = aAxes[0]; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[1] = aAxes[1]; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[2] = aAxes[2]; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[3] = (com_badlogic_gdx_math_Vector3_$clinit__V() , com_badlogic_gdx_math_Vector3_X); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[4] = com_badlogic_gdx_math_Vector3_Y; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[5] = com_badlogic_gdx_math_Vector3_Z; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[6] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0], aAxes[0]), com_badlogic_gdx_math_Vector3_X); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[7] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[1], aAxes[0]), com_badlogic_gdx_math_Vector3_Y); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[8] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[2], aAxes[0]), com_badlogic_gdx_math_Vector3_Z); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[9] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[3], aAxes[1]), com_badlogic_gdx_math_Vector3_X); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[10] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[4], aAxes[1]), com_badlogic_gdx_math_Vector3_Y); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[11] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[5], aAxes[1]), com_badlogic_gdx_math_Vector3_Z); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[12] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[6], aAxes[2]), com_badlogic_gdx_math_Vector3_X); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[13] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[7], aAxes[2]), com_badlogic_gdx_math_Vector3_Y); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[14] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[8], aAxes[2]), com_badlogic_gdx_math_Vector3_Z); + aVertices = this.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices; + bVertices = com_badlogic_gdx_math_collision_OrientedBoundingBox_$getVertices__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2_3Lcom_badlogic_gdx_math_Vector3_2(b); + return com_badlogic_gdx_math_Intersector_hasOverlap___3Lcom_badlogic_gdx_math_Vector3_2_3Lcom_badlogic_gdx_math_Vector3_2_3Lcom_badlogic_gdx_math_Vector3_2Z(com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes, aVertices, bVertices); +} +; +_.intersects__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z = function com_badlogic_gdx_math_collision_OrientedBoundingBox_intersects__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z(obb){ + var aAxes, bAxes; + aAxes = this.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes; + bAxes = obb.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[0] = aAxes[0]; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[1] = aAxes[1]; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[2] = aAxes[2]; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[3] = bAxes[0]; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[4] = bAxes[1]; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[5] = bAxes[2]; + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[6] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[0], aAxes[0]), bAxes[0]); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[7] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[1], aAxes[0]), bAxes[1]); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[8] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[2], aAxes[0]), bAxes[2]); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[9] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[3], aAxes[1]), bAxes[0]); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[10] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[4], aAxes[1]), bAxes[1]); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[11] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[5], aAxes[1]), bAxes[2]); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[12] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[6], aAxes[2]), bAxes[0]); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[13] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[7], aAxes[2]), bAxes[1]); + com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes[14] = com_badlogic_gdx_math_Vector3_$crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors[8], aAxes[2]), bAxes[2]); + return com_badlogic_gdx_math_Intersector_hasOverlap___3Lcom_badlogic_gdx_math_Vector3_2_3Lcom_badlogic_gdx_math_Vector3_2_3Lcom_badlogic_gdx_math_Vector3_2Z(com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes, this.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices, obb.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices); +} +; +_.mul__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_math_collision_OrientedBoundingBox_mul__Lcom_badlogic_gdx_math_Matrix4_2V(transform){ + com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform, transform); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$update__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); +} +; +_.set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2 = function com_badlogic_gdx_math_collision_OrientedBoundingBox_set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2(bounds, transform){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$setBounds__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2V(this, bounds); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform, transform.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$update__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); + return this; +} +; +_.setBounds__Lcom_badlogic_gdx_math_collision_BoundingBox_2V = function com_badlogic_gdx_math_collision_OrientedBoundingBox_setBounds__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(bounds){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$setBounds__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2V(this, bounds); +} +; +_.setTransform__Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_math_collision_OrientedBoundingBox_setTransform__Lcom_badlogic_gdx_math_Matrix4_2V(transform){ + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform, transform.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$update__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); +} +; +_.private$com_badlogic_gdx_math_collision_OrientedBoundingBox$update__V = function com_badlogic_gdx_math_collision_OrientedBoundingBox_update__V(){ + com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V(); + com_badlogic_gdx_math_collision_OrientedBoundingBox_$update__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2V(this); +} +; +var com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes, com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices, com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_425, $intern_427, 431, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_collision_Ray_$clinit__V(){ + com_badlogic_gdx_math_collision_Ray_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_collision_Ray_tmp = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_collision_Ray_$$init__Lcom_badlogic_gdx_math_collision_Ray_2V(this$static){ + this$static.com_badlogic_gdx_math_collision_Ray_origin = new com_badlogic_gdx_math_Vector3_Vector3__V; + this$static.com_badlogic_gdx_math_collision_Ray_direction = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_collision_Ray_Ray__V(){ + com_badlogic_gdx_math_collision_Ray_$clinit__V(); + com_badlogic_gdx_math_collision_Ray_$$init__Lcom_badlogic_gdx_math_collision_Ray_2V(this); +} + +function com_badlogic_gdx_math_collision_Ray_Ray__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(origin_0, direction){ + com_badlogic_gdx_math_collision_Ray_$clinit__V(); + com_badlogic_gdx_math_collision_Ray_$$init__Lcom_badlogic_gdx_math_collision_Ray_2V(this); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_origin, origin_0); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_direction, direction)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(359, 1, {359:1, 3:1}, com_badlogic_gdx_math_collision_Ray_Ray__V, com_badlogic_gdx_math_collision_Ray_Ray__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V); +_.cpy__Lcom_badlogic_gdx_math_collision_Ray_2 = function com_badlogic_gdx_math_collision_Ray_cpy__Lcom_badlogic_gdx_math_collision_Ray_2(){ + return new com_badlogic_gdx_math_collision_Ray_Ray__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(this.com_badlogic_gdx_math_collision_Ray_origin, this.com_badlogic_gdx_math_collision_Ray_direction); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_collision_Ray_equals__Ljava_lang_Object_2Z(o){ + var r; + if (o === this) + return true; + if (o == null || java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o) != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit) + return false; + r = o; + return com_badlogic_gdx_math_Vector3_$equals__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_math_collision_Ray_direction, r.com_badlogic_gdx_math_collision_Ray_direction) && com_badlogic_gdx_math_Vector3_$equals__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_math_collision_Ray_origin, r.com_badlogic_gdx_math_collision_Ray_origin); +} +; +_.getEndPoint__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2 = function com_badlogic_gdx_math_collision_Ray_getEndPoint__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(out, distance){ + return com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(out, this.com_badlogic_gdx_math_collision_Ray_direction), distance), this.com_badlogic_gdx_math_collision_Ray_origin); +} +; +_.hashCode__I = function com_badlogic_gdx_math_collision_Ray_hashCode__I(){ + var result; + result = 1; + result = 73 * result + com_badlogic_gdx_math_Vector3_$hashCode__Lcom_badlogic_gdx_math_Vector3_2I(this.com_badlogic_gdx_math_collision_Ray_direction); + result = 73 * result + com_badlogic_gdx_math_Vector3_$hashCode__Lcom_badlogic_gdx_math_Vector3_2I(this.com_badlogic_gdx_math_collision_Ray_origin); + return result; +} +; +_.mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_Ray_2 = function com_badlogic_gdx_math_collision_Ray_mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_Ray_2(matrix){ + com_badlogic_gdx_math_Vector3_$add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_Ray_tmp, this.com_badlogic_gdx_math_collision_Ray_origin), this.com_badlogic_gdx_math_collision_Ray_direction); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_Ray_tmp, matrix); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_origin, matrix); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_direction, com_badlogic_gdx_math_Vector3_$sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_Ray_tmp, this.com_badlogic_gdx_math_collision_Ray_origin))); + return this; +} +; +_.set__FFFFFFLcom_badlogic_gdx_math_collision_Ray_2 = function com_badlogic_gdx_math_collision_Ray_set__FFFFFFLcom_badlogic_gdx_math_collision_Ray_2(x_0, y_0, z_0, dx, dy, dz){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_origin, x_0, y_0, z_0); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_direction, dx, dy, dz)); + return this; +} +; +_.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_Ray_2 = function com_badlogic_gdx_math_collision_Ray_set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_Ray_2(origin_0, direction){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_origin, origin_0); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_direction, direction)); + return this; +} +; +_.set__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_Ray_2 = function com_badlogic_gdx_math_collision_Ray_set__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_Ray_2(ray){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_origin, ray.com_badlogic_gdx_math_collision_Ray_origin); + com_badlogic_gdx_math_Vector3_$nor__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Ray_direction, ray.com_badlogic_gdx_math_collision_Ray_direction)); + return this; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_math_collision_Ray_toString__Ljava_lang_String_2(){ + return 'ray [' + this.com_badlogic_gdx_math_collision_Ray_origin + ':' + this.com_badlogic_gdx_math_collision_Ray_direction + ']'; +} +; +var com_badlogic_gdx_math_collision_Ray_tmp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_425, 'Ray', 359, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_collision_Segment_$$init__Lcom_badlogic_gdx_math_collision_Segment_2V(this$static){ + this$static.com_badlogic_gdx_math_collision_Segment_a = new com_badlogic_gdx_math_Vector3_Vector3__V; + this$static.com_badlogic_gdx_math_collision_Segment_b = new com_badlogic_gdx_math_Vector3_Vector3__V; +} + +function com_badlogic_gdx_math_collision_Segment_Segment__FFFFFFV(aX, aY, aZ, bX, bY, bZ){ + com_badlogic_gdx_math_collision_Segment_$$init__Lcom_badlogic_gdx_math_collision_Segment_2V(this); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Segment_a, aX, aY, aZ); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Segment_b, bX, bY, bZ); +} + +function com_badlogic_gdx_math_collision_Segment_Segment__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(a, b){ + com_badlogic_gdx_math_collision_Segment_$$init__Lcom_badlogic_gdx_math_collision_Segment_2V(this); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Segment_a, a); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(this.com_badlogic_gdx_math_collision_Segment_b, b); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(503, 1, {503:1, 3:1}, com_badlogic_gdx_math_collision_Segment_Segment__FFFFFFV, com_badlogic_gdx_math_collision_Segment_Segment__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_collision_Segment_equals__Ljava_lang_Object_2Z(o){ + var s; + if (o === this) + return true; + if (o == null || java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o) != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit) + return false; + s = o; + return com_badlogic_gdx_math_Vector3_$equals__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_math_collision_Segment_a, s.com_badlogic_gdx_math_collision_Segment_a) && com_badlogic_gdx_math_Vector3_$equals__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_math_collision_Segment_b, s.com_badlogic_gdx_math_collision_Segment_b); +} +; +_.hashCode__I = function com_badlogic_gdx_math_collision_Segment_hashCode__I(){ + var result; + result = 1; + result = 71 * result + com_badlogic_gdx_math_Vector3_$hashCode__Lcom_badlogic_gdx_math_Vector3_2I(this.com_badlogic_gdx_math_collision_Segment_a); + result = 71 * result + com_badlogic_gdx_math_Vector3_$hashCode__Lcom_badlogic_gdx_math_Vector3_2I(this.com_badlogic_gdx_math_collision_Segment_b); + return result; +} +; +_.len__F = function com_badlogic_gdx_math_collision_Segment_len__F(){ + return com_badlogic_gdx_math_Vector3_$dst__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this.com_badlogic_gdx_math_collision_Segment_a, this.com_badlogic_gdx_math_collision_Segment_b); +} +; +_.len2__F = function com_badlogic_gdx_math_collision_Segment_len2__F(){ + return com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this.com_badlogic_gdx_math_collision_Segment_a, this.com_badlogic_gdx_math_collision_Segment_b); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_425, $intern_428, 503, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_math_collision_Sphere_Sphere__Lcom_badlogic_gdx_math_Vector3_2FV(center, radius){ + this.com_badlogic_gdx_math_collision_Sphere_center = new com_badlogic_gdx_math_Vector3_Vector3__Lcom_badlogic_gdx_math_Vector3_2V(center); + this.com_badlogic_gdx_math_collision_Sphere_radius = radius; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(601, 1, {601:1, 3:1}, com_badlogic_gdx_math_collision_Sphere_Sphere__Lcom_badlogic_gdx_math_Vector3_2FV); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_math_collision_Sphere_equals__Ljava_lang_Object_2Z(o){ + var s; + if (this === o) + return true; + if (o == null || java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o) != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit) + return false; + s = o; + return this.com_badlogic_gdx_math_collision_Sphere_radius == s.com_badlogic_gdx_math_collision_Sphere_radius && com_badlogic_gdx_math_Vector3_$equals__Lcom_badlogic_gdx_math_Vector3_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_math_collision_Sphere_center, s.com_badlogic_gdx_math_collision_Sphere_center); +} +; +_.hashCode__I = function com_badlogic_gdx_math_collision_Sphere_hashCode__I(){ + var result; + result = 1; + result = 71 * result + com_badlogic_gdx_math_Vector3_$hashCode__Lcom_badlogic_gdx_math_Vector3_2I(this.com_badlogic_gdx_math_collision_Sphere_center); + result = 71 * result + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(this.com_badlogic_gdx_math_collision_Sphere_radius); + return result; +} +; +_.overlaps__Lcom_badlogic_gdx_math_collision_Sphere_2Z = function com_badlogic_gdx_math_collision_Sphere_overlaps__Lcom_badlogic_gdx_math_collision_Sphere_2Z(sphere){ + return com_badlogic_gdx_math_Vector3_$dst2__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2F(this.com_badlogic_gdx_math_collision_Sphere_center, sphere.com_badlogic_gdx_math_collision_Sphere_center) < (this.com_badlogic_gdx_math_collision_Sphere_radius + sphere.com_badlogic_gdx_math_collision_Sphere_radius) * (this.com_badlogic_gdx_math_collision_Sphere_radius + sphere.com_badlogic_gdx_math_collision_Sphere_radius); +} +; +_.surfaceArea__F = function com_badlogic_gdx_math_collision_Sphere_surfaceArea__F(){ + return 12.566370964050293 * this.com_badlogic_gdx_math_collision_Sphere_radius * this.com_badlogic_gdx_math_collision_Sphere_radius; +} +; +_.volume__F = function com_badlogic_gdx_math_collision_Sphere_volume__F(){ + return $intern_429 * this.com_badlogic_gdx_math_collision_Sphere_radius * this.com_badlogic_gdx_math_collision_Sphere_radius * this.com_badlogic_gdx_math_collision_Sphere_radius; +} +; +_.com_badlogic_gdx_math_collision_Sphere_radius = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_425, 'Sphere', 601, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_net_HttpStatus_HttpStatus__IV(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(929, 1, {}, com_badlogic_gdx_net_HttpStatus_HttpStatus__IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1HttpStatus_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_430, 'HttpStatus', 929, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_Action_actor = null; + this$static.com_badlogic_gdx_scenes_scene2d_Action_target = null; + this$static.com_badlogic_gdx_scenes_scene2d_Action_pool = null; + this$static.restart__V(); +} + +function com_badlogic_gdx_scenes_scene2d_Action_$setActor__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor){ + this$static.com_badlogic_gdx_scenes_scene2d_Action_actor = actor; + !this$static.com_badlogic_gdx_scenes_scene2d_Action_target && this$static.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor); + if (!actor) { + if (this$static.com_badlogic_gdx_scenes_scene2d_Action_pool) { + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_Action_pool, this$static); + this$static.com_badlogic_gdx_scenes_scene2d_Action_pool = null; + } + } +} + +function com_badlogic_gdx_scenes_scene2d_Action_$toString__Lcom_badlogic_gdx_scenes_scene2d_Action_2Ljava_lang_String_2(this$static){ + var dotIndex, name_0, suffixlength; + name_0 = java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this$static.java_lang_Object__1_1_1clazz); + dotIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(name_0, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + dotIndex != -1 && (name_0 = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(dotIndex + 1, name_0.length + 1) , name_0.substr(dotIndex + 1))); + suffixlength = $intern_431.length; + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0.substr(name_0.length - suffixlength, suffixlength), $intern_431) && (name_0 = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(name_0, 0, name_0.length - 6)); + return name_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(78, 1, {78:1, 67:1}); +_.getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Action_getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Action_actor; +} +; +_.getPool__Lcom_badlogic_gdx_utils_Pool_2 = function com_badlogic_gdx_scenes_scene2d_Action_getPool__Lcom_badlogic_gdx_utils_Pool_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Action_pool; +} +; +_.getTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Action_getTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Action_target; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_Action_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this); +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_Action_restart__V(){ +} +; +_.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Action_setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_Action_$setActor__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.setPool__Lcom_badlogic_gdx_utils_Pool_2V = function com_badlogic_gdx_scenes_scene2d_Action_setPool__Lcom_badlogic_gdx_utils_Pool_2V(pool){ + this.com_badlogic_gdx_scenes_scene2d_Action_pool = pool; +} +; +_.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Action_setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(target){ + this.com_badlogic_gdx_scenes_scene2d_Action_target = target; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_Action_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_scenes_scene2d_Action_$toString__Lcom_badlogic_gdx_scenes_scene2d_Action_2Ljava_lang_String_2(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_432, $intern_431, 78, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_Actor_$act__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, delta){ + var action, actionIndex, actions, context, current, ex, i; + actions = this$static.com_badlogic_gdx_scenes_scene2d_Actor_actions; + if (actions.com_badlogic_gdx_utils_Array_size == 0) + return; + try { + for (i = 0; i < actions.com_badlogic_gdx_utils_Array_size; i++) { + action = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(actions, i); + if (action.act__FZ(delta) && i < actions.com_badlogic_gdx_utils_Array_size) { + current = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(actions, i); + actionIndex = current == action?i:com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(actions, action, true); + if (actionIndex != -1) { + com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(actions, actionIndex); + action.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(null); + --i; + } + } + } + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 31)) { + ex = $e0; + context = this$static.toString__Ljava_lang_String_2(); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Actor: ' + java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(context, 0, $wnd.Math.min(context.length, 128)), ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this$static, action){ + action.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_Actor_actions, action); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, listener){ + if (!listener) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_433)); + com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners, listener, true) || com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners, listener); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, listener){ + if (!listener) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_433)); + if (!com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_scenes_scene2d_Actor_listeners, listener, true)) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_Actor_listeners, listener); + return true; + } + return false; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$ascendantsVisible__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static){ + var actor; + actor = this$static; + do { + if (!actor.com_badlogic_gdx_scenes_scene2d_Actor_visible) + return false; + actor = actor.com_badlogic_gdx_scenes_scene2d_Actor_parent; + } + while (actor); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$clearActions__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static){ + var i; + for (i = this$static.com_badlogic_gdx_scenes_scene2d_Actor_actions.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_Actor_actions, i).setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(null); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_scenes_scene2d_Actor_actions); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this$static, x_0, y_0, width_0, height){ + var scissorBounds, stage, tableBounds, transformMatrix; + if (width_0 <= 0 || height <= 0) + return false; + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return false; + tableBounds = (com_badlogic_gdx_math_Rectangle_$clinit__V() , com_badlogic_gdx_math_Rectangle_tmp); + tableBounds.com_badlogic_gdx_math_Rectangle_x = x_0; + tableBounds.com_badlogic_gdx_math_Rectangle_y = y_0; + tableBounds.com_badlogic_gdx_math_Rectangle_width = width_0; + tableBounds.com_badlogic_gdx_math_Rectangle_height = height; + scissorBounds = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit))); + !!stage.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes && !!stage.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType?(transformMatrix = stage.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes.com_badlogic_gdx_graphics_glutils_ShapeRenderer_transformMatrix):(transformMatrix = stage.com_badlogic_gdx_scenes_scene2d_Stage_batch.getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2()); + com_badlogic_gdx_utils_viewport_Viewport_$calculateScissors__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport, transformMatrix, tableBounds, scissorBounds); + if (com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_pushScissors__Lcom_badlogic_gdx_math_Rectangle_2Z(scissorBounds)) + return true; + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(scissorBounds); + return false; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$drawDebugBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static, shapes){ + if (!this$static.com_badlogic_gdx_scenes_scene2d_Actor_debug) + return; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$set__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(shapes, (com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V() , com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line)); + !!this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage && com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setColor__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_Color_2V(shapes, this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage.com_badlogic_gdx_scenes_scene2d_Stage_debugColor); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$rect__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2FFFFFFFFFV(shapes, this$static.com_badlogic_gdx_scenes_scene2d_Actor_x, this$static.com_badlogic_gdx_scenes_scene2d_Actor_y, this$static.com_badlogic_gdx_scenes_scene2d_Actor_originX, this$static.com_badlogic_gdx_scenes_scene2d_Actor_originY, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height, this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleX, this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleY, this$static.com_badlogic_gdx_scenes_scene2d_Actor_rotation); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this$static, event_0){ + var ascendants, ascendantsArray, currentTarget, i, i0, n, parent_0; + !event_0.com_badlogic_gdx_scenes_scene2d_Event_stage && com_badlogic_gdx_scenes_scene2d_Event_$setStage__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(event_0, this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage); + event_0.com_badlogic_gdx_scenes_scene2d_Event_targetActor = this$static; + ascendants = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit))); + parent_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent; + while (parent_0) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(ascendants, parent_0); + parent_0 = parent_0.com_badlogic_gdx_scenes_scene2d_Actor_parent; + } + try { + ascendantsArray = ascendants.com_badlogic_gdx_utils_Array_items; + for (i0 = ascendants.com_badlogic_gdx_utils_Array_size - 1; i0 >= 0; i0--) { + currentTarget = ascendantsArray[i0]; + com_badlogic_gdx_scenes_scene2d_Actor_$notify__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(currentTarget, event_0, true); + if (event_0.com_badlogic_gdx_scenes_scene2d_Event_stopped) + return event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + } + com_badlogic_gdx_scenes_scene2d_Actor_$notify__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(this$static, event_0, true); + if (event_0.com_badlogic_gdx_scenes_scene2d_Event_stopped) + return event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + com_badlogic_gdx_scenes_scene2d_Actor_$notify__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(this$static, event_0, false); + if (!event_0.com_badlogic_gdx_scenes_scene2d_Event_bubbles) + return event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + if (event_0.com_badlogic_gdx_scenes_scene2d_Event_stopped) + return event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + for (i = 0 , n = ascendants.com_badlogic_gdx_utils_Array_size; i < n; i++) { + com_badlogic_gdx_scenes_scene2d_Actor_$notify__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(ascendantsArray[i], event_0, false); + if (event_0.com_badlogic_gdx_scenes_scene2d_Event_stopped) + return event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + } + return event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + } + finally { + ascendants.clear__V(); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(ascendants); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$getX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, alignment){ + var x_0; + x_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_x; + (alignment & 16) != 0?(x_0 += this$static.com_badlogic_gdx_scenes_scene2d_Actor_width):(alignment & 8) == 0 && (x_0 += this$static.com_badlogic_gdx_scenes_scene2d_Actor_width / 2); + return x_0; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$getY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, alignment){ + var y_0; + y_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_y; + (alignment & 2) != 0?(y_0 += this$static.com_badlogic_gdx_scenes_scene2d_Actor_height):(alignment & 4) == 0 && (y_0 += this$static.com_badlogic_gdx_scenes_scene2d_Actor_height / 2); + return y_0; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$getZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2I(this$static){ + var parent_0; + parent_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent; + if (!parent_0) + return -1; + return com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(parent_0.com_badlogic_gdx_scenes_scene2d_Group_children, this$static, true); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$hasKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static){ + var stage; + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + return !!stage && stage.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus == this$static; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$hit__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, x_0, y_0, touchable){ + if (touchable && this$static.com_badlogic_gdx_scenes_scene2d_Actor_touchable != (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)) + return null; + if (!this$static.com_badlogic_gdx_scenes_scene2d_Actor_visible) + return null; + return x_0 >= 0 && x_0 < this$static.com_badlogic_gdx_scenes_scene2d_Actor_width && y_0 >= 0 && y_0 < this$static.com_badlogic_gdx_scenes_scene2d_Actor_height?this$static:null; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$isAscendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static, actor){ + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + do { + if (actor == this$static) + return true; + actor = actor.com_badlogic_gdx_scenes_scene2d_Actor_parent; + } + while (actor); + return false; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static, actor){ + var parent_0; + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + parent_0 = this$static; + do { + if (parent_0 == actor) + return true; + parent_0 = parent_0.com_badlogic_gdx_scenes_scene2d_Actor_parent; + } + while (parent_0); + return false; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$localToActorCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, actor, localCoords){ + com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, null, localCoords); + return com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(actor, localCoords); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, ascendant, localCoords){ + var actor; + actor = this$static; + do { + com_badlogic_gdx_scenes_scene2d_Actor_$localToParentCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(actor, localCoords); + actor = actor.com_badlogic_gdx_scenes_scene2d_Actor_parent; + if (actor == ascendant) + return localCoords; + } + while (actor); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Actor is not an ascendant: ' + ascendant)); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$localToParentCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, localCoords){ + var cos_0, originX, originY, rotation, scaleX, scaleY, sin_0, tox, toy, x_0, y_0; + rotation = -this$static.com_badlogic_gdx_scenes_scene2d_Actor_rotation; + scaleX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleX; + scaleY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleY; + x_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_x; + y_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_y; + if (rotation == 0) { + if (scaleX == 1 && scaleY == 1) { + localCoords.com_badlogic_gdx_math_Vector2_x += x_0; + localCoords.com_badlogic_gdx_math_Vector2_y += y_0; + } + else { + originX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originX; + originY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originY; + localCoords.com_badlogic_gdx_math_Vector2_x = (localCoords.com_badlogic_gdx_math_Vector2_x - originX) * scaleX + originX + x_0; + localCoords.com_badlogic_gdx_math_Vector2_y = (localCoords.com_badlogic_gdx_math_Vector2_y - originY) * scaleY + originY + y_0; + } + } + else { + cos_0 = $wnd.Math.cos(rotation * $intern_256); + sin_0 = $wnd.Math.sin(rotation * $intern_256); + originX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originX; + originY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originY; + tox = (localCoords.com_badlogic_gdx_math_Vector2_x - originX) * scaleX; + toy = (localCoords.com_badlogic_gdx_math_Vector2_y - originY) * scaleY; + localCoords.com_badlogic_gdx_math_Vector2_x = tox * cos_0 + toy * sin_0 + originX + x_0; + localCoords.com_badlogic_gdx_math_Vector2_y = tox * -sin_0 + toy * cos_0 + originY + y_0; + } + return localCoords; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$moveBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, x_0, y_0){ + if (x_0 != 0 || y_0 != 0) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x += x_0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y += y_0; + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$notify__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(this$static, event_0, capture){ + var context, ex, i, listeners, n; + if (!event_0.com_badlogic_gdx_scenes_scene2d_Event_targetActor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('The event target cannot be null.')); + listeners = capture?this$static.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners:this$static.com_badlogic_gdx_scenes_scene2d_Actor_listeners; + if (listeners.com_badlogic_gdx_utils_Array_size == 0) + return event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor = this$static; + event_0.com_badlogic_gdx_scenes_scene2d_Event_capture = capture; + !event_0.com_badlogic_gdx_scenes_scene2d_Event_stage && com_badlogic_gdx_scenes_scene2d_Event_$setStage__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(event_0, this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage); + try { + ++listeners.com_badlogic_gdx_utils_DelayedRemovalArray_iterating; + for (i = 0 , n = listeners.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(listeners, i).handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0) && (event_0.com_badlogic_gdx_scenes_scene2d_Event_handled = true); + com_badlogic_gdx_utils_DelayedRemovalArray_$end__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(listeners); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 31)) { + ex = $e0; + context = this$static.toString__Ljava_lang_String_2(); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Actor: ' + java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(context, 0, $wnd.Math.min(context.length, 128)), ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + return event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$parentToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, parentCoords){ + var childX, childY, cos_0, originX, originY, rotation, scaleX, scaleY, sin_0, tox, toy; + rotation = this$static.com_badlogic_gdx_scenes_scene2d_Actor_rotation; + scaleX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleX; + scaleY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleY; + childX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_x; + childY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_y; + if (rotation == 0) { + if (scaleX == 1 && scaleY == 1) { + parentCoords.com_badlogic_gdx_math_Vector2_x -= childX; + parentCoords.com_badlogic_gdx_math_Vector2_y -= childY; + } + else { + originX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originX; + originY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originY; + parentCoords.com_badlogic_gdx_math_Vector2_x = (parentCoords.com_badlogic_gdx_math_Vector2_x - childX - originX) / scaleX + originX; + parentCoords.com_badlogic_gdx_math_Vector2_y = (parentCoords.com_badlogic_gdx_math_Vector2_y - childY - originY) / scaleY + originY; + } + } + else { + cos_0 = $wnd.Math.cos(rotation * $intern_256); + sin_0 = $wnd.Math.sin(rotation * $intern_256); + originX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originX; + originY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originY; + tox = parentCoords.com_badlogic_gdx_math_Vector2_x - childX - originX; + toy = parentCoords.com_badlogic_gdx_math_Vector2_y - childY - originY; + parentCoords.com_badlogic_gdx_math_Vector2_x = (tox * cos_0 + toy * sin_0) / scaleX + originX; + parentCoords.com_badlogic_gdx_math_Vector2_y = (tox * -sin_0 + toy * cos_0) / scaleY + originY; + } + return parentCoords; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent) + return this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, true); + return false; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$removeAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this$static, action){ + !!action && com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_scenes_scene2d_Actor_actions, action, true) && action.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(null); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, listener){ + if (!listener) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_433)); + return com_badlogic_gdx_utils_DelayedRemovalArray_$removeValue__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners, listener, true); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, listener){ + if (!listener) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_433)); + return com_badlogic_gdx_utils_DelayedRemovalArray_$removeValue__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_scenes_scene2d_Actor_listeners, listener, true); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$rotateBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, amountInDegrees){ + amountInDegrees != 0 && (this$static.com_badlogic_gdx_scenes_scene2d_Actor_rotation = (this$static.com_badlogic_gdx_scenes_scene2d_Actor_rotation + amountInDegrees) % 360); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$scaleBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, scaleX, scaleY){ + if (scaleX != 0 || scaleY != 0) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleX += scaleX; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleY += scaleY; + this$static.scaleChanged__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$screenToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, screenCoords){ + var stage; + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return screenCoords; + return com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, (com_badlogic_gdx_utils_viewport_Viewport_$unproject__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport, screenCoords) , screenCoords)); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(this$static, x_0, y_0, width_0, height){ + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_x != x_0 || this$static.com_badlogic_gdx_scenes_scene2d_Actor_y != y_0) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = x_0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = y_0; + } + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_width != width_0 || this$static.com_badlogic_gdx_scenes_scene2d_Actor_height != height) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_width = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_height = height; + this$static.sizeChanged__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this$static, enabled){ + this$static.com_badlogic_gdx_scenes_scene2d_Actor_debug = enabled; + enabled && (com_badlogic_gdx_scenes_scene2d_Stage_debug = true); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setHeight__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, height){ + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_height != height) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_height = height; + this$static.sizeChanged__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setOrigin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, originX, originY){ + this$static.com_badlogic_gdx_scenes_scene2d_Actor_originX = originX; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_originY = originY; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, x_0, y_0){ + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_x != x_0 || this$static.com_badlogic_gdx_scenes_scene2d_Actor_y != y_0) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = x_0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = y_0; + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFIV(this$static, x_0, y_0, alignment){ + (alignment & 16) != 0?(x_0 -= this$static.com_badlogic_gdx_scenes_scene2d_Actor_width):(alignment & 8) == 0 && (x_0 -= this$static.com_badlogic_gdx_scenes_scene2d_Actor_width / 2); + (alignment & 2) != 0?(y_0 -= this$static.com_badlogic_gdx_scenes_scene2d_Actor_height):(alignment & 4) == 0 && (y_0 -= this$static.com_badlogic_gdx_scenes_scene2d_Actor_height / 2); + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_x != x_0 || this$static.com_badlogic_gdx_scenes_scene2d_Actor_y != y_0) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = x_0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = y_0; + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setRotation__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, degrees){ + this$static.com_badlogic_gdx_scenes_scene2d_Actor_rotation != degrees && (this$static.com_badlogic_gdx_scenes_scene2d_Actor_rotation = degrees); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setScale__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, scaleXY){ + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleX != scaleXY || this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleY != scaleXY) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleX = scaleXY; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleY = scaleXY; + this$static.scaleChanged__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setScale__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, scaleX, scaleY){ + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleX != scaleX || this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleY != scaleY) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleX = scaleX; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleY = scaleY; + this$static.scaleChanged__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, width_0, height){ + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_width != width_0 || this$static.com_badlogic_gdx_scenes_scene2d_Actor_height != height) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_width = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_height = height; + this$static.sizeChanged__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this$static, touchable){ + this$static.com_badlogic_gdx_scenes_scene2d_Actor_touchable = touchable; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setVisible__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this$static, visible){ + this$static.com_badlogic_gdx_scenes_scene2d_Actor_visible = visible; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setWidth__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, width_0){ + if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_width != width_0) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_width = width_0; + this$static.sizeChanged__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, x_0){ + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x != x_0 && (this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = x_0); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, y_0){ + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y != y_0 && (this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = y_0); +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$setZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(this$static, index_0){ + var children, parent_0; + if (index_0 < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('ZIndex cannot be < 0.')); + parent_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent; + if (!parent_0) + return false; + children = parent_0.com_badlogic_gdx_scenes_scene2d_Group_children; + if (children.com_badlogic_gdx_utils_Array_size <= 1) + return false; + index_0 = $wnd.Math.min(index_0, children.com_badlogic_gdx_utils_Array_size - 1); + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, index_0)) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static)) + return false; + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(children); + if (!com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(children, this$static, true)) + return false; + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(children); + com_badlogic_gdx_utils_Array_$insert__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(children, index_0, this$static); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$sizeBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, width_0, height){ + if (width_0 != 0 || height != 0) { + this$static.com_badlogic_gdx_scenes_scene2d_Actor_width += width_0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_height += height; + this$static.sizeChanged__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, stageCoords){ + !!this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent && com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent, stageCoords); + com_badlogic_gdx_scenes_scene2d_Actor_$parentToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, stageCoords); + return stageCoords; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_$toString__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_String_2(this$static){ + var dotIndex, name_0; + name_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_name; + if (name_0 == null) { + name_0 = java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this$static.java_lang_Object__1_1_1clazz); + dotIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(name_0, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + dotIndex != -1 && (name_0 = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(dotIndex + 1, name_0.length + 1) , name_0.substr(dotIndex + 1))); + } + return name_0; +} + +function com_badlogic_gdx_scenes_scene2d_Actor_Actor__V(){ + this.com_badlogic_gdx_scenes_scene2d_Actor_listeners = new com_badlogic_gdx_utils_DelayedRemovalArray_DelayedRemovalArray__IV; + this.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners = new com_badlogic_gdx_utils_DelayedRemovalArray_DelayedRemovalArray__IV; + this.com_badlogic_gdx_scenes_scene2d_Actor_actions = new com_badlogic_gdx_utils_Array_Array__IV(0); + this.com_badlogic_gdx_scenes_scene2d_Actor_touchable = (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled); + this.com_badlogic_gdx_scenes_scene2d_Actor_color = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(70, 1, {70:1}, com_badlogic_gdx_scenes_scene2d_Actor_Actor__V); +_.act__FV = function com_badlogic_gdx_scenes_scene2d_Actor_act__FV(delta){ + com_badlogic_gdx_scenes_scene2d_Actor_$act__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, delta); +} +; +_.addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V = function com_badlogic_gdx_scenes_scene2d_Actor_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action){ + com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this, action); +} +; +_.addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z = function com_badlogic_gdx_scenes_scene2d_Actor_addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(listener){ + return com_badlogic_gdx_scenes_scene2d_Actor_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, listener); +} +; +_.addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z = function com_badlogic_gdx_scenes_scene2d_Actor_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(listener){ + return com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, listener); +} +; +_.ancestorsVisible__Z = function com_badlogic_gdx_scenes_scene2d_Actor_ancestorsVisible__Z(){ + return com_badlogic_gdx_scenes_scene2d_Actor_$ascendantsVisible__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this); +} +; +_.ascendantsVisible__Z = function com_badlogic_gdx_scenes_scene2d_Actor_ascendantsVisible__Z(){ + return com_badlogic_gdx_scenes_scene2d_Actor_$ascendantsVisible__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this); +} +; +_.clear__V = function com_badlogic_gdx_scenes_scene2d_Actor_clear__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_$clearActions__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this); + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this.com_badlogic_gdx_scenes_scene2d_Actor_listeners); + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners); +} +; +_.clearActions__V = function com_badlogic_gdx_scenes_scene2d_Actor_clearActions__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_$clearActions__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this); +} +; +_.clearListeners__V = function com_badlogic_gdx_scenes_scene2d_Actor_clearListeners__V(){ + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this.com_badlogic_gdx_scenes_scene2d_Actor_listeners); + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners); +} +; +_.clipBegin__Z = function com_badlogic_gdx_scenes_scene2d_Actor_clipBegin__Z(){ + return com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this, this.com_badlogic_gdx_scenes_scene2d_Actor_x, this.com_badlogic_gdx_scenes_scene2d_Actor_y, this.com_badlogic_gdx_scenes_scene2d_Actor_width, this.com_badlogic_gdx_scenes_scene2d_Actor_height); +} +; +_.clipBegin__FFFFZ = function com_badlogic_gdx_scenes_scene2d_Actor_clipBegin__FFFFZ(x_0, y_0, width_0, height){ + return com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this, x_0, y_0, width_0, height); +} +; +_.clipEnd__V = function com_badlogic_gdx_scenes_scene2d_Actor_clipEnd__V(){ + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2()); +} +; +_.debug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Actor_debug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.setDebug__ZV(true) , this; +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_Actor_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ +} +; +_.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_Actor_drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + this.drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes); +} +; +_.drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_Actor_drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + com_badlogic_gdx_scenes_scene2d_Actor_$drawDebugBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); +} +; +_.fire__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z = function com_badlogic_gdx_scenes_scene2d_Actor_fire__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0){ + return com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this, event_0); +} +; +_.firstAscendant__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Actor_firstAscendant__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2(type_0){ + var actor; + if (!type_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + actor = this; + do { + if (!!actor && com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(type_0, actor.java_lang_Object__1_1_1clazz)) + return actor; + actor = actor.com_badlogic_gdx_scenes_scene2d_Actor_parent; + } + while (actor); + return null; +} +; +_.getActions__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_Actor_getActions__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_actions; +} +; +_.getCaptureListeners__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2 = function com_badlogic_gdx_scenes_scene2d_Actor_getCaptureListeners__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners; +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_Actor_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_color; +} +; +_.getDebug__Z = function com_badlogic_gdx_scenes_scene2d_Actor_getDebug__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_debug; +} +; +_.getHeight__F = function com_badlogic_gdx_scenes_scene2d_Actor_getHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_height; +} +; +_.getListeners__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2 = function com_badlogic_gdx_scenes_scene2d_Actor_getListeners__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_listeners; +} +; +_.getName__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_Actor_getName__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_name; +} +; +_.getOriginX__F = function com_badlogic_gdx_scenes_scene2d_Actor_getOriginX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_originX; +} +; +_.getOriginY__F = function com_badlogic_gdx_scenes_scene2d_Actor_getOriginY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_originY; +} +; +_.getParent__Lcom_badlogic_gdx_scenes_scene2d_Group_2 = function com_badlogic_gdx_scenes_scene2d_Actor_getParent__Lcom_badlogic_gdx_scenes_scene2d_Group_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_parent; +} +; +_.getRight__F = function com_badlogic_gdx_scenes_scene2d_Actor_getRight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_x + this.com_badlogic_gdx_scenes_scene2d_Actor_width; +} +; +_.getRotation__F = function com_badlogic_gdx_scenes_scene2d_Actor_getRotation__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_rotation; +} +; +_.getScaleX__F = function com_badlogic_gdx_scenes_scene2d_Actor_getScaleX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_scaleX; +} +; +_.getScaleY__F = function com_badlogic_gdx_scenes_scene2d_Actor_getScaleY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_scaleY; +} +; +_.getStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2 = function com_badlogic_gdx_scenes_scene2d_Actor_getStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_stage; +} +; +_.getTop__F = function com_badlogic_gdx_scenes_scene2d_Actor_getTop__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_y + this.com_badlogic_gdx_scenes_scene2d_Actor_height; +} +; +_.getTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2 = function com_badlogic_gdx_scenes_scene2d_Actor_getTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_touchable; +} +; +_.getUserObject__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_Actor_getUserObject__Ljava_lang_Object_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_userObject; +} +; +_.getWidth__F = function com_badlogic_gdx_scenes_scene2d_Actor_getWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_width; +} +; +_.getX__F = function com_badlogic_gdx_scenes_scene2d_Actor_getX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_x; +} +; +_.getX__IF = function com_badlogic_gdx_scenes_scene2d_Actor_getX__IF(alignment){ + return com_badlogic_gdx_scenes_scene2d_Actor_$getX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this, alignment); +} +; +_.getY__F = function com_badlogic_gdx_scenes_scene2d_Actor_getY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_y; +} +; +_.getY__IF = function com_badlogic_gdx_scenes_scene2d_Actor_getY__IF(alignment){ + return com_badlogic_gdx_scenes_scene2d_Actor_$getY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this, alignment); +} +; +_.getZIndex__I = function com_badlogic_gdx_scenes_scene2d_Actor_getZIndex__I(){ + return com_badlogic_gdx_scenes_scene2d_Actor_$getZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2I(this); +} +; +_.hasActions__Z = function com_badlogic_gdx_scenes_scene2d_Actor_hasActions__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_actions.com_badlogic_gdx_utils_Array_size > 0; +} +; +_.hasKeyboardFocus__Z = function com_badlogic_gdx_scenes_scene2d_Actor_hasKeyboardFocus__Z(){ + return com_badlogic_gdx_scenes_scene2d_Actor_$hasKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this); +} +; +_.hasParent__Z = function com_badlogic_gdx_scenes_scene2d_Actor_hasParent__Z(){ + return !!this.com_badlogic_gdx_scenes_scene2d_Actor_parent; +} +; +_.hasScrollFocus__Z = function com_badlogic_gdx_scenes_scene2d_Actor_hasScrollFocus__Z(){ + var stage; + stage = this.com_badlogic_gdx_scenes_scene2d_Actor_stage; + return !!stage && stage.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus == this; +} +; +_.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Actor_hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(x_0, y_0, touchable){ + return com_badlogic_gdx_scenes_scene2d_Actor_$hit__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, x_0, y_0, touchable); +} +; +_.isAscendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_Actor_isAscendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor){ + return com_badlogic_gdx_scenes_scene2d_Actor_$isAscendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this, actor); +} +; +_.isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_Actor_isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor){ + return com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this, actor); +} +; +_.isTouchFocusListener__Z = function com_badlogic_gdx_scenes_scene2d_Actor_isTouchFocusListener__Z(){ + var i, n, stage; + stage = this.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return false; + for (i = 0 , n = stage.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses.com_badlogic_gdx_utils_Array_size; i < n; i++) + if (com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(stage.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses, i).com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor == this) + return true; + return false; +} +; +_.isTouchFocusTarget__Z = function com_badlogic_gdx_scenes_scene2d_Actor_isTouchFocusTarget__Z(){ + var i, n, stage; + stage = this.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return false; + for (i = 0 , n = stage.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses.com_badlogic_gdx_utils_Array_size; i < n; i++) + if (com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(stage.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses, i).com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target == this) + return true; + return false; +} +; +_.isTouchable__Z = function com_badlogic_gdx_scenes_scene2d_Actor_isTouchable__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_touchable == (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled); +} +; +_.isVisible__Z = function com_badlogic_gdx_scenes_scene2d_Actor_isVisible__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Actor_visible; +} +; +_.localToActorCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Actor_localToActorCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(actor, localCoords){ + return com_badlogic_gdx_scenes_scene2d_Actor_$localToActorCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, actor, localCoords); +} +; +_.localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Actor_localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(ascendant, localCoords){ + return com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, ascendant, localCoords); +} +; +_.localToParentCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Actor_localToParentCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(localCoords){ + return com_badlogic_gdx_scenes_scene2d_Actor_$localToParentCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, localCoords); +} +; +_.localToScreenCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Actor_localToScreenCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(localCoords){ + var stage; + stage = this.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return localCoords; + return com_badlogic_gdx_scenes_scene2d_Stage_$stageToScreenCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(stage, com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, null, localCoords)); +} +; +_.localToStageCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Actor_localToStageCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(localCoords){ + return com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, null, localCoords); +} +; +_.moveBy__FFV = function com_badlogic_gdx_scenes_scene2d_Actor_moveBy__FFV(x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_Actor_$moveBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, x_0, y_0); +} +; +_.notify__Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ = function com_badlogic_gdx_scenes_scene2d_Actor_notify__Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(event_0, capture){ + return com_badlogic_gdx_scenes_scene2d_Actor_$notify__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(this, event_0, capture); +} +; +_.parentToLocalCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Actor_parentToLocalCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(parentCoords){ + return com_badlogic_gdx_scenes_scene2d_Actor_$parentToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, parentCoords); +} +; +_.positionChanged__V = function com_badlogic_gdx_scenes_scene2d_Actor_positionChanged__V(){ +} +; +_.remove__Z = function com_badlogic_gdx_scenes_scene2d_Actor_remove__Z(){ + return com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this); +} +; +_.removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V = function com_badlogic_gdx_scenes_scene2d_Actor_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action){ + com_badlogic_gdx_scenes_scene2d_Actor_$removeAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this, action); +} +; +_.removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z = function com_badlogic_gdx_scenes_scene2d_Actor_removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(listener){ + return com_badlogic_gdx_scenes_scene2d_Actor_$removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, listener); +} +; +_.removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z = function com_badlogic_gdx_scenes_scene2d_Actor_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(listener){ + return com_badlogic_gdx_scenes_scene2d_Actor_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, listener); +} +; +_.rotateBy__FV = function com_badlogic_gdx_scenes_scene2d_Actor_rotateBy__FV(amountInDegrees){ + com_badlogic_gdx_scenes_scene2d_Actor_$rotateBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, amountInDegrees); +} +; +_.rotationChanged__V = function com_badlogic_gdx_scenes_scene2d_Actor_rotationChanged__V(){ +} +; +_.scaleBy__FV = function com_badlogic_gdx_scenes_scene2d_Actor_scaleBy__FV(scale){ + if (scale != 0) { + this.com_badlogic_gdx_scenes_scene2d_Actor_scaleX += scale; + this.com_badlogic_gdx_scenes_scene2d_Actor_scaleY += scale; + this.scaleChanged__V(); + } +} +; +_.scaleBy__FFV = function com_badlogic_gdx_scenes_scene2d_Actor_scaleBy__FFV(scaleX, scaleY){ + com_badlogic_gdx_scenes_scene2d_Actor_$scaleBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, scaleX, scaleY); +} +; +_.scaleChanged__V = function com_badlogic_gdx_scenes_scene2d_Actor_scaleChanged__V(){ +} +; +_.screenToLocalCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Actor_screenToLocalCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(screenCoords){ + return com_badlogic_gdx_scenes_scene2d_Actor_$screenToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, screenCoords); +} +; +_.setBounds__FFFFV = function com_badlogic_gdx_scenes_scene2d_Actor_setBounds__FFFFV(x_0, y_0, width_0, height){ + com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(this, x_0, y_0, width_0, height); +} +; +_.setColor__FFFFV = function com_badlogic_gdx_scenes_scene2d_Actor_setColor__FFFFV(r, g, b, a){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_Actor_color, r, g, b, a); +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_scenes_scene2d_Actor_setColor__Lcom_badlogic_gdx_graphics_Color_2V(color_0){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_Actor_color, color_0); +} +; +_.setDebug__ZV = function com_badlogic_gdx_scenes_scene2d_Actor_setDebug__ZV(enabled){ + com_badlogic_gdx_scenes_scene2d_Actor_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this, enabled); +} +; +_.setHeight__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setHeight__FV(height){ + com_badlogic_gdx_scenes_scene2d_Actor_$setHeight__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, height); +} +; +_.setName__Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_Actor_setName__Ljava_lang_String_2V(name_0){ + this.com_badlogic_gdx_scenes_scene2d_Actor_name = name_0; +} +; +_.setOrigin__FFV = function com_badlogic_gdx_scenes_scene2d_Actor_setOrigin__FFV(originX, originY){ + com_badlogic_gdx_scenes_scene2d_Actor_$setOrigin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, originX, originY); +} +; +_.setOrigin__IV = function com_badlogic_gdx_scenes_scene2d_Actor_setOrigin__IV(alignment){ + (alignment & 8) != 0?(this.com_badlogic_gdx_scenes_scene2d_Actor_originX = 0):(alignment & 16) != 0?(this.com_badlogic_gdx_scenes_scene2d_Actor_originX = this.com_badlogic_gdx_scenes_scene2d_Actor_width):(this.com_badlogic_gdx_scenes_scene2d_Actor_originX = this.com_badlogic_gdx_scenes_scene2d_Actor_width / 2); + (alignment & 4) != 0?(this.com_badlogic_gdx_scenes_scene2d_Actor_originY = 0):(alignment & 2) != 0?(this.com_badlogic_gdx_scenes_scene2d_Actor_originY = this.com_badlogic_gdx_scenes_scene2d_Actor_height):(this.com_badlogic_gdx_scenes_scene2d_Actor_originY = this.com_badlogic_gdx_scenes_scene2d_Actor_height / 2); +} +; +_.setOriginX__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setOriginX__FV(originX){ + this.com_badlogic_gdx_scenes_scene2d_Actor_originX = originX; +} +; +_.setOriginY__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setOriginY__FV(originY){ + this.com_badlogic_gdx_scenes_scene2d_Actor_originY = originY; +} +; +_.setParent__Lcom_badlogic_gdx_scenes_scene2d_Group_2V = function com_badlogic_gdx_scenes_scene2d_Actor_setParent__Lcom_badlogic_gdx_scenes_scene2d_Group_2V(parent_0){ + this.com_badlogic_gdx_scenes_scene2d_Actor_parent = parent_0; +} +; +_.setPosition__FFV = function com_badlogic_gdx_scenes_scene2d_Actor_setPosition__FFV(x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, x_0, y_0); +} +; +_.setPosition__FFIV = function com_badlogic_gdx_scenes_scene2d_Actor_setPosition__FFIV(x_0, y_0, alignment){ + com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFIV(this, x_0, y_0, alignment); +} +; +_.setRotation__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setRotation__FV(degrees){ + com_badlogic_gdx_scenes_scene2d_Actor_$setRotation__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, degrees); +} +; +_.setScale__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setScale__FV(scaleXY){ + com_badlogic_gdx_scenes_scene2d_Actor_$setScale__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, scaleXY); +} +; +_.setScale__FFV = function com_badlogic_gdx_scenes_scene2d_Actor_setScale__FFV(scaleX, scaleY){ + com_badlogic_gdx_scenes_scene2d_Actor_$setScale__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, scaleX, scaleY); +} +; +_.setScaleX__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setScaleX__FV(scaleX){ + if (this.com_badlogic_gdx_scenes_scene2d_Actor_scaleX != scaleX) { + this.com_badlogic_gdx_scenes_scene2d_Actor_scaleX = scaleX; + this.scaleChanged__V(); + } +} +; +_.setScaleY__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setScaleY__FV(scaleY){ + if (this.com_badlogic_gdx_scenes_scene2d_Actor_scaleY != scaleY) { + this.com_badlogic_gdx_scenes_scene2d_Actor_scaleY = scaleY; + this.scaleChanged__V(); + } +} +; +_.setSize__FFV = function com_badlogic_gdx_scenes_scene2d_Actor_setSize__FFV(width_0, height){ + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, width_0, height); +} +; +_.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V = function com_badlogic_gdx_scenes_scene2d_Actor_setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(stage){ + this.com_badlogic_gdx_scenes_scene2d_Actor_stage = stage; +} +; +_.setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V = function com_badlogic_gdx_scenes_scene2d_Actor_setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(touchable){ + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, touchable); +} +; +_.setUserObject__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_Actor_setUserObject__Ljava_lang_Object_2V(userObject){ + this.com_badlogic_gdx_scenes_scene2d_Actor_userObject = userObject; +} +; +_.setVisible__ZV = function com_badlogic_gdx_scenes_scene2d_Actor_setVisible__ZV(visible){ + com_badlogic_gdx_scenes_scene2d_Actor_$setVisible__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this, visible); +} +; +_.setWidth__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setWidth__FV(width_0){ + com_badlogic_gdx_scenes_scene2d_Actor_$setWidth__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, width_0); +} +; +_.setX__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setX__FV(x_0){ + com_badlogic_gdx_scenes_scene2d_Actor_$setX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, x_0); +} +; +_.setX__FIV = function com_badlogic_gdx_scenes_scene2d_Actor_setX__FIV(x_0, alignment){ + (alignment & 16) != 0?(x_0 -= this.com_badlogic_gdx_scenes_scene2d_Actor_width):(alignment & 8) == 0 && (x_0 -= this.com_badlogic_gdx_scenes_scene2d_Actor_width / 2); + this.com_badlogic_gdx_scenes_scene2d_Actor_x != x_0 && (this.com_badlogic_gdx_scenes_scene2d_Actor_x = x_0); +} +; +_.setY__FV = function com_badlogic_gdx_scenes_scene2d_Actor_setY__FV(y_0){ + com_badlogic_gdx_scenes_scene2d_Actor_$setY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, y_0); +} +; +_.setY__FIV = function com_badlogic_gdx_scenes_scene2d_Actor_setY__FIV(y_0, alignment){ + (alignment & 2) != 0?(y_0 -= this.com_badlogic_gdx_scenes_scene2d_Actor_height):(alignment & 4) == 0 && (y_0 -= this.com_badlogic_gdx_scenes_scene2d_Actor_height / 2); + this.com_badlogic_gdx_scenes_scene2d_Actor_y != y_0 && (this.com_badlogic_gdx_scenes_scene2d_Actor_y = y_0); +} +; +_.setZIndex__IZ = function com_badlogic_gdx_scenes_scene2d_Actor_setZIndex__IZ(index_0){ + return com_badlogic_gdx_scenes_scene2d_Actor_$setZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(this, index_0); +} +; +_.sizeBy__FV = function com_badlogic_gdx_scenes_scene2d_Actor_sizeBy__FV(size_0){ + if (size_0 != 0) { + this.com_badlogic_gdx_scenes_scene2d_Actor_width += size_0; + this.com_badlogic_gdx_scenes_scene2d_Actor_height += size_0; + this.sizeChanged__V(); + } +} +; +_.sizeBy__FFV = function com_badlogic_gdx_scenes_scene2d_Actor_sizeBy__FFV(width_0, height){ + com_badlogic_gdx_scenes_scene2d_Actor_$sizeBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, width_0, height); +} +; +_.sizeChanged__V = function com_badlogic_gdx_scenes_scene2d_Actor_sizeChanged__V(){ +} +; +_.stageToLocalCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Actor_stageToLocalCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(stageCoords){ + return com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, stageCoords); +} +; +_.toBack__V = function com_badlogic_gdx_scenes_scene2d_Actor_toBack__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_$setZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(this, 0); +} +; +_.toFront__V = function com_badlogic_gdx_scenes_scene2d_Actor_toFront__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_$setZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(this, $intern_5); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_Actor_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_scenes_scene2d_Actor_$toString__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_String_2(this); +} +; +_.com_badlogic_gdx_scenes_scene2d_Actor_debug = false; +_.com_badlogic_gdx_scenes_scene2d_Actor_height = 0; +_.com_badlogic_gdx_scenes_scene2d_Actor_originX = 0; +_.com_badlogic_gdx_scenes_scene2d_Actor_originY = 0; +_.com_badlogic_gdx_scenes_scene2d_Actor_rotation = 0; +_.com_badlogic_gdx_scenes_scene2d_Actor_scaleX = 1; +_.com_badlogic_gdx_scenes_scene2d_Actor_scaleY = 1; +_.com_badlogic_gdx_scenes_scene2d_Actor_visible = true; +_.com_badlogic_gdx_scenes_scene2d_Actor_width = 0; +_.com_badlogic_gdx_scenes_scene2d_Actor_x = 0; +_.com_badlogic_gdx_scenes_scene2d_Actor_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_432, 'Actor', 70, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_Event_$cancel__Lcom_badlogic_gdx_scenes_scene2d_Event_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_Event_cancelled = true; + this$static.com_badlogic_gdx_scenes_scene2d_Event_stopped = true; + this$static.com_badlogic_gdx_scenes_scene2d_Event_handled = true; +} + +function com_badlogic_gdx_scenes_scene2d_Event_$reset__Lcom_badlogic_gdx_scenes_scene2d_Event_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_Event_stage = null; + this$static.com_badlogic_gdx_scenes_scene2d_Event_targetActor = null; + this$static.com_badlogic_gdx_scenes_scene2d_Event_listenerActor = null; + this$static.com_badlogic_gdx_scenes_scene2d_Event_capture = false; + this$static.com_badlogic_gdx_scenes_scene2d_Event_bubbles = true; + this$static.com_badlogic_gdx_scenes_scene2d_Event_handled = false; + this$static.com_badlogic_gdx_scenes_scene2d_Event_stopped = false; + this$static.com_badlogic_gdx_scenes_scene2d_Event_cancelled = false; +} + +function com_badlogic_gdx_scenes_scene2d_Event_$setListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, listenerActor){ + this$static.com_badlogic_gdx_scenes_scene2d_Event_listenerActor = listenerActor; +} + +function com_badlogic_gdx_scenes_scene2d_Event_$setStage__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this$static, stage){ + this$static.com_badlogic_gdx_scenes_scene2d_Event_stage = stage; +} + +function com_badlogic_gdx_scenes_scene2d_Event_$setTarget__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, targetActor){ + this$static.com_badlogic_gdx_scenes_scene2d_Event_targetActor = targetActor; +} + +function com_badlogic_gdx_scenes_scene2d_Event_Event__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(220, 1, {220:1, 67:1}, com_badlogic_gdx_scenes_scene2d_Event_Event__V); +_.cancel__V = function com_badlogic_gdx_scenes_scene2d_Event_cancel__V(){ + com_badlogic_gdx_scenes_scene2d_Event_$cancel__Lcom_badlogic_gdx_scenes_scene2d_Event_2V(this); +} +; +_.getBubbles__Z = function com_badlogic_gdx_scenes_scene2d_Event_getBubbles__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Event_bubbles; +} +; +_.getListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Event_getListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Event_listenerActor; +} +; +_.getStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2 = function com_badlogic_gdx_scenes_scene2d_Event_getStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Event_stage; +} +; +_.getTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Event_getTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Event_targetActor; +} +; +_.handle__V = function com_badlogic_gdx_scenes_scene2d_Event_handle__V(){ + this.com_badlogic_gdx_scenes_scene2d_Event_handled = true; +} +; +_.isCancelled__Z = function com_badlogic_gdx_scenes_scene2d_Event_isCancelled__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Event_cancelled; +} +; +_.isCapture__Z = function com_badlogic_gdx_scenes_scene2d_Event_isCapture__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Event_capture; +} +; +_.isHandled__Z = function com_badlogic_gdx_scenes_scene2d_Event_isHandled__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Event_handled; +} +; +_.isStopped__Z = function com_badlogic_gdx_scenes_scene2d_Event_isStopped__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Event_stopped; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_Event_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Event_$reset__Lcom_badlogic_gdx_scenes_scene2d_Event_2V(this); +} +; +_.setBubbles__ZV = function com_badlogic_gdx_scenes_scene2d_Event_setBubbles__ZV(bubbles){ + this.com_badlogic_gdx_scenes_scene2d_Event_bubbles = bubbles; +} +; +_.setCapture__ZV = function com_badlogic_gdx_scenes_scene2d_Event_setCapture__ZV(capture){ + this.com_badlogic_gdx_scenes_scene2d_Event_capture = capture; +} +; +_.setListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Event_setListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(listenerActor){ + com_badlogic_gdx_scenes_scene2d_Event_$setListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, listenerActor); +} +; +_.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V = function com_badlogic_gdx_scenes_scene2d_Event_setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(stage){ + com_badlogic_gdx_scenes_scene2d_Event_$setStage__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this, stage); +} +; +_.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Event_setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(targetActor){ + com_badlogic_gdx_scenes_scene2d_Event_$setTarget__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, targetActor); +} +; +_.stop__V = function com_badlogic_gdx_scenes_scene2d_Event_stop__V(){ + this.com_badlogic_gdx_scenes_scene2d_Event_stopped = true; +} +; +_.com_badlogic_gdx_scenes_scene2d_Event_bubbles = true; +_.com_badlogic_gdx_scenes_scene2d_Event_cancelled = false; +_.com_badlogic_gdx_scenes_scene2d_Event_capture = false; +_.com_badlogic_gdx_scenes_scene2d_Event_handled = false; +_.com_badlogic_gdx_scenes_scene2d_Event_stopped = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_432, 'Event', 220, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_432, 'EventListener'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_435, 'Cullable'); +function com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_Group_tmp = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_Group_$act__Lcom_badlogic_gdx_scenes_scene2d_Group_2FV(this$static, delta){ + var actors, i, n; + com_badlogic_gdx_scenes_scene2d_Actor_$act__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, delta); + actors = com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_Group_children); + for (i = 0 , n = this$static.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size; i < n; i++) + actors[i].act__FV(delta); + com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static.com_badlogic_gdx_scenes_scene2d_Group_children); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor){ + if (actor.com_badlogic_gdx_scenes_scene2d_Actor_parent) { + if (actor.com_badlogic_gdx_scenes_scene2d_Actor_parent == this$static) + return; + actor.com_badlogic_gdx_scenes_scene2d_Actor_parent.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, false); + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_Group_children, actor); + actor.com_badlogic_gdx_scenes_scene2d_Actor_parent = this$static; + actor.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage); + this$static.childrenChanged__V(); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, batch, transform){ + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_scenes_scene2d_Group_oldTransform, batch.getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2().com_badlogic_gdx_math_Matrix4_val); + batch.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(transform); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, shapes, transform){ + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_scenes_scene2d_Group_oldTransform, shapes.com_badlogic_gdx_graphics_glutils_ShapeRenderer_transformMatrix.com_badlogic_gdx_math_Matrix4_val); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(shapes.com_badlogic_gdx_graphics_glutils_ShapeRenderer_transformMatrix, transform.com_badlogic_gdx_math_Matrix4_val); + shapes.com_badlogic_gdx_graphics_glutils_ShapeRenderer_matrixDirty = true; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$flush__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$clear__Lcom_badlogic_gdx_scenes_scene2d_Group_2V(this$static){ + com_badlogic_gdx_scenes_scene2d_Actor_$clearActions__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static); + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this$static.com_badlogic_gdx_scenes_scene2d_Actor_listeners); + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this$static.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners); + this$static.clearChildren__ZV(true); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$clearChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this$static, unfocus){ + var actors, child, i, n, stage; + actors = com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_Group_children); + for (i = 0 , n = this$static.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = actors[i]; + if (unfocus) { + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + !!stage && com_badlogic_gdx_scenes_scene2d_Stage_$unfocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(stage, child); + } + child.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(null); + child.com_badlogic_gdx_scenes_scene2d_Actor_parent = null; + } + com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static.com_badlogic_gdx_scenes_scene2d_Group_children); + com_badlogic_gdx_utils_SnapshotArray_$clear__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static.com_badlogic_gdx_scenes_scene2d_Group_children); + this$static.childrenChanged__V(); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this$static){ + var originX, originY, parentGroup, worldTransform; + worldTransform = this$static.com_badlogic_gdx_scenes_scene2d_Group_worldTransform; + originX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originX; + originY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_originY; + com_badlogic_gdx_math_Affine2_$setToTrnRotScl__Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(worldTransform, this$static.com_badlogic_gdx_scenes_scene2d_Actor_x + originX, this$static.com_badlogic_gdx_scenes_scene2d_Actor_y + originY, this$static.com_badlogic_gdx_scenes_scene2d_Actor_rotation, this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleX, this$static.com_badlogic_gdx_scenes_scene2d_Actor_scaleY); + (originX != 0 || originY != 0) && com_badlogic_gdx_math_Affine2_$translate__Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(worldTransform, -originX, -originY); + parentGroup = this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent; + while (parentGroup) { + if (parentGroup.com_badlogic_gdx_scenes_scene2d_Group_transform) + break; + parentGroup = parentGroup.com_badlogic_gdx_scenes_scene2d_Actor_parent; + } + !!parentGroup && com_badlogic_gdx_math_Affine2_$preMul__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(worldTransform, parentGroup.com_badlogic_gdx_scenes_scene2d_Group_worldTransform); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix4_2(this$static.com_badlogic_gdx_scenes_scene2d_Group_computedTransform, worldTransform); + return this$static.com_badlogic_gdx_scenes_scene2d_Group_computedTransform; +} + +function com_badlogic_gdx_scenes_scene2d_Group_$draw__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha){ + this$static.com_badlogic_gdx_scenes_scene2d_Group_transform && com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, batch, com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this$static)); + com_badlogic_gdx_scenes_scene2d_Group_$drawChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha); + this$static.com_badlogic_gdx_scenes_scene2d_Group_transform && batch.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(this$static.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$drawChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha){ + var actors, child, children, cullBottom, cullLeft, cullRight, cullTop, cullingArea, cx, cy, i, n, offsetX, offsetY; + parentAlpha *= this$static.com_badlogic_gdx_scenes_scene2d_Actor_color.com_badlogic_gdx_graphics_Color_a; + children = this$static.com_badlogic_gdx_scenes_scene2d_Group_children; + actors = com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(children); + cullingArea = this$static.com_badlogic_gdx_scenes_scene2d_Group_cullingArea; + if (cullingArea) { + cullLeft = cullingArea.com_badlogic_gdx_math_Rectangle_x; + cullRight = cullLeft + cullingArea.com_badlogic_gdx_math_Rectangle_width; + cullBottom = cullingArea.com_badlogic_gdx_math_Rectangle_y; + cullTop = cullBottom + cullingArea.com_badlogic_gdx_math_Rectangle_height; + if (this$static.com_badlogic_gdx_scenes_scene2d_Group_transform) { + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = actors[i]; + if (!child.com_badlogic_gdx_scenes_scene2d_Actor_visible) + continue; + cx = child.com_badlogic_gdx_scenes_scene2d_Actor_x; + cy = child.com_badlogic_gdx_scenes_scene2d_Actor_y; + cx <= cullRight && cy <= cullTop && cx + child.com_badlogic_gdx_scenes_scene2d_Actor_width >= cullLeft && cy + child.com_badlogic_gdx_scenes_scene2d_Actor_height >= cullBottom && child.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha); + } + } + else { + offsetX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_x; + offsetY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_y; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = 0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = 0; + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = actors[i]; + if (!child.com_badlogic_gdx_scenes_scene2d_Actor_visible) + continue; + cx = child.com_badlogic_gdx_scenes_scene2d_Actor_x; + cy = child.com_badlogic_gdx_scenes_scene2d_Actor_y; + if (cx <= cullRight && cy <= cullTop && cx + child.com_badlogic_gdx_scenes_scene2d_Actor_width >= cullLeft && cy + child.com_badlogic_gdx_scenes_scene2d_Actor_height >= cullBottom) { + child.com_badlogic_gdx_scenes_scene2d_Actor_x = cx + offsetX; + child.com_badlogic_gdx_scenes_scene2d_Actor_y = cy + offsetY; + child.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha); + child.com_badlogic_gdx_scenes_scene2d_Actor_x = cx; + child.com_badlogic_gdx_scenes_scene2d_Actor_y = cy; + } + } + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = offsetX; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = offsetY; + } + } + else { + if (this$static.com_badlogic_gdx_scenes_scene2d_Group_transform) { + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = actors[i]; + if (!child.com_badlogic_gdx_scenes_scene2d_Actor_visible) + continue; + child.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha); + } + } + else { + offsetX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_x; + offsetY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_y; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = 0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = 0; + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = actors[i]; + if (!child.com_badlogic_gdx_scenes_scene2d_Actor_visible) + continue; + cx = child.com_badlogic_gdx_scenes_scene2d_Actor_x; + cy = child.com_badlogic_gdx_scenes_scene2d_Actor_y; + child.com_badlogic_gdx_scenes_scene2d_Actor_x = cx + offsetX; + child.com_badlogic_gdx_scenes_scene2d_Actor_y = cy + offsetY; + child.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha); + child.com_badlogic_gdx_scenes_scene2d_Actor_x = cx; + child.com_badlogic_gdx_scenes_scene2d_Actor_y = cy; + } + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = offsetX; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = offsetY; + } + } + com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(children); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$drawDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static, shapes){ + this$static.drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes); + this$static.com_badlogic_gdx_scenes_scene2d_Group_transform && com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, shapes, com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this$static)); + com_badlogic_gdx_scenes_scene2d_Group_$drawDebugChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static, shapes); + this$static.com_badlogic_gdx_scenes_scene2d_Group_transform && com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setTransformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(shapes, this$static.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$drawDebugChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static, shapes){ + var actors, child, children, cx, cy, i, n, offsetX, offsetY; + children = this$static.com_badlogic_gdx_scenes_scene2d_Group_children; + actors = com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(children); + if (this$static.com_badlogic_gdx_scenes_scene2d_Group_transform) { + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = actors[i]; + if (!child.com_badlogic_gdx_scenes_scene2d_Actor_visible) + continue; + if (!child.com_badlogic_gdx_scenes_scene2d_Actor_debug && !com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 79)) + continue; + child.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes); + } + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$flush__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes); + } + else { + offsetX = this$static.com_badlogic_gdx_scenes_scene2d_Actor_x; + offsetY = this$static.com_badlogic_gdx_scenes_scene2d_Actor_y; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = 0; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = 0; + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = actors[i]; + if (!child.com_badlogic_gdx_scenes_scene2d_Actor_visible) + continue; + if (!child.com_badlogic_gdx_scenes_scene2d_Actor_debug && !com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 79)) + continue; + cx = child.com_badlogic_gdx_scenes_scene2d_Actor_x; + cy = child.com_badlogic_gdx_scenes_scene2d_Actor_y; + child.com_badlogic_gdx_scenes_scene2d_Actor_x = cx + offsetX; + child.com_badlogic_gdx_scenes_scene2d_Actor_y = cy + offsetY; + child.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes); + child.com_badlogic_gdx_scenes_scene2d_Actor_x = cx; + child.com_badlogic_gdx_scenes_scene2d_Actor_y = cy; + } + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = offsetX; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = offsetY; + } + com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(children); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$findActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, name_0){ + var actor, child, children, i, i0, n, n0; + children = this$static.com_badlogic_gdx_scenes_scene2d_Group_children; + for (i0 = 0 , n0 = children.com_badlogic_gdx_utils_Array_size; i0 < n0; i0++) + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i0).com_badlogic_gdx_scenes_scene2d_Actor_name)) + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i0); + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 79)) { + actor = com_badlogic_gdx_scenes_scene2d_Group_$findActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2(child, name_0); + if (actor) + return actor; + } + } + return null; +} + +function com_badlogic_gdx_scenes_scene2d_Group_$hit__Lcom_badlogic_gdx_scenes_scene2d_Group_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, x_0, y_0, touchable){ + var child, childrenArray, hit, i, point; + if (touchable && this$static.com_badlogic_gdx_scenes_scene2d_Actor_touchable == (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_disabled)) + return null; + if (!this$static.com_badlogic_gdx_scenes_scene2d_Actor_visible) + return null; + point = com_badlogic_gdx_scenes_scene2d_Group_tmp; + childrenArray = this$static.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_items; + for (i = this$static.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) { + child = childrenArray[i]; + com_badlogic_gdx_scenes_scene2d_Actor_$parentToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(child, (point.com_badlogic_gdx_math_Vector2_x = x_0 , point.com_badlogic_gdx_math_Vector2_y = y_0 , point)); + hit = child.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(point.com_badlogic_gdx_math_Vector2_x, point.com_badlogic_gdx_math_Vector2_y, touchable); + if (hit) + return hit; + } + return com_badlogic_gdx_scenes_scene2d_Actor_$hit__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, x_0, y_0, touchable); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$localToDescendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, descendant, localCoords){ + var parent_0; + parent_0 = descendant.com_badlogic_gdx_scenes_scene2d_Actor_parent; + if (!parent_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Actor is not a descendant: ' + descendant)); + parent_0 != this$static && com_badlogic_gdx_scenes_scene2d_Group_$localToDescendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, parent_0, localCoords); + com_badlogic_gdx_scenes_scene2d_Actor_$parentToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(descendant, localCoords); + return localCoords; +} + +function com_badlogic_gdx_scenes_scene2d_Group_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus){ + var index_0; + index_0 = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static.com_badlogic_gdx_scenes_scene2d_Group_children, actor, true); + if (index_0 == -1) + return false; + this$static.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(index_0, unfocus); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_Group_$removeActorAt__Lcom_badlogic_gdx_scenes_scene2d_Group_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, index_0, unfocus){ + var actor, stage; + actor = com_badlogic_gdx_utils_SnapshotArray_$removeIndex__Lcom_badlogic_gdx_utils_SnapshotArray_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_Group_children, index_0); + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (stage) { + unfocus && com_badlogic_gdx_scenes_scene2d_Stage_$unfocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(stage, actor); + com_badlogic_gdx_scenes_scene2d_Stage_$actorRemoved__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(stage, actor); + } + actor.com_badlogic_gdx_scenes_scene2d_Actor_parent = null; + actor.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(null); + this$static.childrenChanged__V(); + return actor; +} + +function com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(this$static, enabled, recursively){ + var child, child$iterator; + this$static.setDebug__ZV(enabled); + if (recursively) { + for (child$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_scenes_scene2d_Group_children); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(child$iterator);) { + child = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(child$iterator); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 79)?com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(child, enabled, recursively):child.setDebug__ZV(enabled); + } + } +} + +function com_badlogic_gdx_scenes_scene2d_Group_$setStage__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this$static, stage){ + var childrenArray, i, n; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage = stage; + childrenArray = this$static.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_items; + for (i = 0 , n = this$static.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size; i < n; i++) + childrenArray[i].setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(stage); +} + +function com_badlogic_gdx_scenes_scene2d_Group_$setTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this$static, transform){ + this$static.com_badlogic_gdx_scenes_scene2d_Group_transform = transform; +} + +function com_badlogic_gdx_scenes_scene2d_Group_$toString__Lcom_badlogic_gdx_scenes_scene2d_Group_2Ljava_lang_StringBuilder_2IV(this$static, buffer, indent){ + var actor, actors, i, ii, n; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(buffer, com_badlogic_gdx_scenes_scene2d_Actor_$toString__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_String_2(this$static)); + buffer.java_lang_AbstractStringBuilder_string += $intern_39; + actors = com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_Group_children); + for (i = 0 , n = this$static.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + for (ii = 0; ii < indent; ii++) + buffer.java_lang_AbstractStringBuilder_string += '| '; + actor = actors[i]; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(actor, 79)) + com_badlogic_gdx_scenes_scene2d_Group_$toString__Lcom_badlogic_gdx_scenes_scene2d_Group_2Ljava_lang_StringBuilder_2IV(actor, buffer, indent + 1); + else { + buffer.java_lang_AbstractStringBuilder_string += '' + actor; + buffer.java_lang_AbstractStringBuilder_string += $intern_39; + } + } + com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static.com_badlogic_gdx_scenes_scene2d_Group_children); +} + +function com_badlogic_gdx_scenes_scene2d_Group_Group__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_Actor_Actor__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_Group_children = new com_badlogic_gdx_utils_SnapshotArray_SnapshotArray__ZILjava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit); + this.com_badlogic_gdx_scenes_scene2d_Group_worldTransform = new com_badlogic_gdx_math_Affine2_Affine2__V; + this.com_badlogic_gdx_scenes_scene2d_Group_computedTransform = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_badlogic_gdx_scenes_scene2d_Group_oldTransform = new com_badlogic_gdx_math_Matrix4_Matrix4__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(79, 70, {70:1, 79:1, 102:1}, com_badlogic_gdx_scenes_scene2d_Group_Group__V); +_.act__FV = function com_badlogic_gdx_scenes_scene2d_Group_act__FV(delta){ + com_badlogic_gdx_scenes_scene2d_Group_$act__Lcom_badlogic_gdx_scenes_scene2d_Group_2FV(this, delta); +} +; +_.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Group_addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.addActorAfter__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Group_addActorAfter__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actorAfter, actor){ + var index_0; + if (actor.com_badlogic_gdx_scenes_scene2d_Actor_parent) { + if (actor.com_badlogic_gdx_scenes_scene2d_Actor_parent == this) + return; + actor.com_badlogic_gdx_scenes_scene2d_Actor_parent.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, false); + } + index_0 = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this.com_badlogic_gdx_scenes_scene2d_Group_children, actorAfter, true); + index_0 == this.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size || index_0 == -1?com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_Group_children, actor):com_badlogic_gdx_utils_SnapshotArray_$insert__Lcom_badlogic_gdx_utils_SnapshotArray_2ILjava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_Group_children, index_0 + 1, actor); + actor.com_badlogic_gdx_scenes_scene2d_Actor_parent = this; + actor.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this.com_badlogic_gdx_scenes_scene2d_Actor_stage); + this.childrenChanged__V(); +} +; +_.addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Group_addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V(index_0, actor){ + if (actor.com_badlogic_gdx_scenes_scene2d_Actor_parent) { + if (actor.com_badlogic_gdx_scenes_scene2d_Actor_parent == this) + return; + actor.com_badlogic_gdx_scenes_scene2d_Actor_parent.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, false); + } + index_0 >= this.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size?com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_Group_children, actor):com_badlogic_gdx_utils_SnapshotArray_$insert__Lcom_badlogic_gdx_utils_SnapshotArray_2ILjava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_Group_children, index_0, actor); + actor.com_badlogic_gdx_scenes_scene2d_Actor_parent = this; + actor.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this.com_badlogic_gdx_scenes_scene2d_Actor_stage); + this.childrenChanged__V(); +} +; +_.addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Group_addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actorBefore, actor){ + var index_0; + if (actor.com_badlogic_gdx_scenes_scene2d_Actor_parent) { + if (actor.com_badlogic_gdx_scenes_scene2d_Actor_parent == this) + return; + actor.com_badlogic_gdx_scenes_scene2d_Actor_parent.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, false); + } + index_0 = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this.com_badlogic_gdx_scenes_scene2d_Group_children, actorBefore, true); + com_badlogic_gdx_utils_SnapshotArray_$insert__Lcom_badlogic_gdx_utils_SnapshotArray_2ILjava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_Group_children, index_0, actor); + actor.com_badlogic_gdx_scenes_scene2d_Actor_parent = this; + actor.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this.com_badlogic_gdx_scenes_scene2d_Actor_stage); + this.childrenChanged__V(); +} +; +_.applyTransform__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_scenes_scene2d_Group_applyTransform__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V(batch, transform){ + com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V(this, batch, transform); +} +; +_.applyTransform__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V = function com_badlogic_gdx_scenes_scene2d_Group_applyTransform__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(shapes, transform){ + com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(this, shapes, transform); +} +; +_.childrenChanged__V = function com_badlogic_gdx_scenes_scene2d_Group_childrenChanged__V(){ +} +; +_.clear__V = function com_badlogic_gdx_scenes_scene2d_Group_clear__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clear__Lcom_badlogic_gdx_scenes_scene2d_Group_2V(this); +} +; +_.clear__ZV = function com_badlogic_gdx_scenes_scene2d_Group_clear__ZV(unfocus){ + com_badlogic_gdx_scenes_scene2d_Actor_$clearActions__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this); + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this.com_badlogic_gdx_scenes_scene2d_Actor_listeners); + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners); + this.clearChildren__ZV(unfocus); +} +; +_.clearChildren__V = function com_badlogic_gdx_scenes_scene2d_Group_clearChildren__V(){ + this.clearChildren__ZV(true); +} +; +_.clearChildren__ZV = function com_badlogic_gdx_scenes_scene2d_Group_clearChildren__ZV(unfocus){ + com_badlogic_gdx_scenes_scene2d_Group_$clearChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this, unfocus); +} +; +_.computeTransform__Lcom_badlogic_gdx_math_Matrix4_2 = function com_badlogic_gdx_scenes_scene2d_Group_computeTransform__Lcom_badlogic_gdx_math_Matrix4_2(){ + return com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this); +} +; +_.debugAll__Lcom_badlogic_gdx_scenes_scene2d_Group_2 = function com_badlogic_gdx_scenes_scene2d_Group_debugAll__Lcom_badlogic_gdx_scenes_scene2d_Group_2(){ + return com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(this, true, true) , this; +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_Group_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_Group_$draw__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.drawChildren__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_Group_drawChildren__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_Group_$drawChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_Group_drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + com_badlogic_gdx_scenes_scene2d_Group_$drawDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); +} +; +_.drawDebugChildren__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_Group_drawDebugChildren__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + com_badlogic_gdx_scenes_scene2d_Group_$drawDebugChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); +} +; +_.findActor__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Group_findActor__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2(name_0){ + return com_badlogic_gdx_scenes_scene2d_Group_$findActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2(this, name_0); +} +; +_.getChild__ILcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Group_getChild__ILcom_badlogic_gdx_scenes_scene2d_Actor_2(index_0){ + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_Group_children, index_0); +} +; +_.getChildren__Lcom_badlogic_gdx_utils_SnapshotArray_2 = function com_badlogic_gdx_scenes_scene2d_Group_getChildren__Lcom_badlogic_gdx_utils_SnapshotArray_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Group_children; +} +; +_.getCullingArea__Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_scenes_scene2d_Group_getCullingArea__Lcom_badlogic_gdx_math_Rectangle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Group_cullingArea; +} +; +_.hasChildren__Z = function com_badlogic_gdx_scenes_scene2d_Group_hasChildren__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size > 0; +} +; +_.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Group_hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(x_0, y_0, touchable){ + return com_badlogic_gdx_scenes_scene2d_Group_$hit__Lcom_badlogic_gdx_scenes_scene2d_Group_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, x_0, y_0, touchable); +} +; +_.isTransform__Z = function com_badlogic_gdx_scenes_scene2d_Group_isTransform__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Group_transform; +} +; +_.localToDescendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Group_localToDescendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(descendant, localCoords){ + return com_badlogic_gdx_scenes_scene2d_Group_$localToDescendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, descendant, localCoords); +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_Group_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor){ + return this.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, true); +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ = function com_badlogic_gdx_scenes_scene2d_Group_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, unfocus){ + return com_badlogic_gdx_scenes_scene2d_Group_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this, actor, unfocus); +} +; +_.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Group_removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(index_0, unfocus){ + return com_badlogic_gdx_scenes_scene2d_Group_$removeActorAt__Lcom_badlogic_gdx_scenes_scene2d_Group_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, index_0, unfocus); +} +; +_.resetTransform__Lcom_badlogic_gdx_graphics_g2d_Batch_2V = function com_badlogic_gdx_scenes_scene2d_Group_resetTransform__Lcom_badlogic_gdx_graphics_g2d_Batch_2V(batch){ + batch.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(this.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); +} +; +_.resetTransform__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_Group_resetTransform__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setTransformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(shapes, this.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); +} +; +_.setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V = function com_badlogic_gdx_scenes_scene2d_Group_setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V(cullingArea){ + this.com_badlogic_gdx_scenes_scene2d_Group_cullingArea = cullingArea; +} +; +_.setDebug__ZZV = function com_badlogic_gdx_scenes_scene2d_Group_setDebug__ZZV(enabled, recursively){ + com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(this, enabled, recursively); +} +; +_.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V = function com_badlogic_gdx_scenes_scene2d_Group_setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(stage){ + com_badlogic_gdx_scenes_scene2d_Group_$setStage__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this, stage); +} +; +_.setTransform__ZV = function com_badlogic_gdx_scenes_scene2d_Group_setTransform__ZV(transform){ + com_badlogic_gdx_scenes_scene2d_Group_$setTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this, transform); +} +; +_.swapActor__IIZ = function com_badlogic_gdx_scenes_scene2d_Group_swapActor__IIZ(first, second){ + var maxIndex; + maxIndex = this.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size; + if (first < 0 || first >= maxIndex) + return false; + if (second < 0 || second >= maxIndex) + return false; + com_badlogic_gdx_utils_SnapshotArray_$swap__Lcom_badlogic_gdx_utils_SnapshotArray_2IIV(this.com_badlogic_gdx_scenes_scene2d_Group_children, first, second); + return true; +} +; +_.swapActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_Group_swapActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(first, second){ + var firstIndex, secondIndex; + firstIndex = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this.com_badlogic_gdx_scenes_scene2d_Group_children, first, true); + secondIndex = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this.com_badlogic_gdx_scenes_scene2d_Group_children, second, true); + if (firstIndex == -1 || secondIndex == -1) + return false; + com_badlogic_gdx_utils_SnapshotArray_$swap__Lcom_badlogic_gdx_utils_SnapshotArray_2IIV(this.com_badlogic_gdx_scenes_scene2d_Group_children, firstIndex, secondIndex); + return true; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_Group_toString__Ljava_lang_String_2(){ + var buffer; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + com_badlogic_gdx_scenes_scene2d_Group_$toString__Lcom_badlogic_gdx_scenes_scene2d_Group_2Ljava_lang_StringBuilder_2IV(this, buffer, 1); + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(buffer, buffer.java_lang_AbstractStringBuilder_string.length - 1); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d$toString__Ljava_lang_StringBuilder_2IV = function com_badlogic_gdx_scenes_scene2d_Group_toString__Ljava_lang_StringBuilder_2IV(buffer, indent){ + com_badlogic_gdx_scenes_scene2d_Group_$toString__Lcom_badlogic_gdx_scenes_scene2d_Group_2Ljava_lang_StringBuilder_2IV(this, buffer, indent); +} +; +_.com_badlogic_gdx_scenes_scene2d_Group_transform = true; +var com_badlogic_gdx_scenes_scene2d_Group_tmp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_432, 'Group', 79, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_InputEvent_$isTouchFocusCancel__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Z(this$static){ + return this$static.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX == $intern_84 || this$static.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY == $intern_84; +} + +function com_badlogic_gdx_scenes_scene2d_InputEvent_$setButton__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(this$static, button){ + this$static.com_badlogic_gdx_scenes_scene2d_InputEvent_button = button; +} + +function com_badlogic_gdx_scenes_scene2d_InputEvent_$setPointer__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(this$static, pointer){ + this$static.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer = pointer; +} + +function com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(this$static, stageX){ + this$static.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX = stageX; +} + +function com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(this$static, stageY){ + this$static.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY = stageY; +} + +function com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(this$static, type_0){ + this$static.com_badlogic_gdx_scenes_scene2d_InputEvent_type = type_0; +} + +function com_badlogic_gdx_scenes_scene2d_InputEvent_$toCoordinates__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, actor, actorCoords){ + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(actorCoords, this$static.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX, this$static.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY); + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(actor, actorCoords); + return actorCoords; +} + +function com_badlogic_gdx_scenes_scene2d_InputEvent_InputEvent__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(361, 220, {220:1, 361:1, 67:1}, com_badlogic_gdx_scenes_scene2d_InputEvent_InputEvent__V); +_.getButton__I = function com_badlogic_gdx_scenes_scene2d_InputEvent_getButton__I(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_button; +} +; +_.getCharacter__C = function com_badlogic_gdx_scenes_scene2d_InputEvent_getCharacter__C(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_character; +} +; +_.getKeyCode__I = function com_badlogic_gdx_scenes_scene2d_InputEvent_getKeyCode__I(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_keyCode; +} +; +_.getPointer__I = function com_badlogic_gdx_scenes_scene2d_InputEvent_getPointer__I(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer; +} +; +_.getRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_InputEvent_getRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor; +} +; +_.getScrollAmountX__F = function com_badlogic_gdx_scenes_scene2d_InputEvent_getScrollAmountX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountX; +} +; +_.getScrollAmountY__F = function com_badlogic_gdx_scenes_scene2d_InputEvent_getScrollAmountY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountY; +} +; +_.getStageX__F = function com_badlogic_gdx_scenes_scene2d_InputEvent_getStageX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX; +} +; +_.getStageY__F = function com_badlogic_gdx_scenes_scene2d_InputEvent_getStageY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY; +} +; +_.getTouchFocus__Z = function com_badlogic_gdx_scenes_scene2d_InputEvent_getTouchFocus__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_touchFocus; +} +; +_.getType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2 = function com_badlogic_gdx_scenes_scene2d_InputEvent_getType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2(){ + return this.com_badlogic_gdx_scenes_scene2d_InputEvent_type; +} +; +_.isTouchFocusCancel__Z = function com_badlogic_gdx_scenes_scene2d_InputEvent_isTouchFocusCancel__Z(){ + return com_badlogic_gdx_scenes_scene2d_InputEvent_$isTouchFocusCancel__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Z(this); +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_InputEvent_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Event_$reset__Lcom_badlogic_gdx_scenes_scene2d_Event_2V(this); + this.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor = null; + this.com_badlogic_gdx_scenes_scene2d_InputEvent_button = -1; +} +; +_.setButton__IV = function com_badlogic_gdx_scenes_scene2d_InputEvent_setButton__IV(button){ + com_badlogic_gdx_scenes_scene2d_InputEvent_$setButton__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(this, button); +} +; +_.setCharacter__CV = function com_badlogic_gdx_scenes_scene2d_InputEvent_setCharacter__CV(character){ + this.com_badlogic_gdx_scenes_scene2d_InputEvent_character = character; +} +; +_.setKeyCode__IV = function com_badlogic_gdx_scenes_scene2d_InputEvent_setKeyCode__IV(keyCode){ + this.com_badlogic_gdx_scenes_scene2d_InputEvent_keyCode = keyCode; +} +; +_.setPointer__IV = function com_badlogic_gdx_scenes_scene2d_InputEvent_setPointer__IV(pointer){ + com_badlogic_gdx_scenes_scene2d_InputEvent_$setPointer__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(this, pointer); +} +; +_.setRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_InputEvent_setRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(relatedActor){ + this.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor = relatedActor; +} +; +_.setScrollAmountX__FV = function com_badlogic_gdx_scenes_scene2d_InputEvent_setScrollAmountX__FV(scrollAmount){ + this.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountX = scrollAmount; +} +; +_.setScrollAmountY__FV = function com_badlogic_gdx_scenes_scene2d_InputEvent_setScrollAmountY__FV(scrollAmount){ + this.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountY = scrollAmount; +} +; +_.setStageX__FV = function com_badlogic_gdx_scenes_scene2d_InputEvent_setStageX__FV(stageX){ + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(this, stageX); +} +; +_.setStageY__FV = function com_badlogic_gdx_scenes_scene2d_InputEvent_setStageY__FV(stageY){ + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(this, stageY); +} +; +_.setTouchFocus__ZV = function com_badlogic_gdx_scenes_scene2d_InputEvent_setTouchFocus__ZV(touchFocus){ + this.com_badlogic_gdx_scenes_scene2d_InputEvent_touchFocus = touchFocus; +} +; +_.setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V = function com_badlogic_gdx_scenes_scene2d_InputEvent_setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(type_0){ + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(this, type_0); +} +; +_.toCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_InputEvent_toCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(actor, actorCoords){ + return com_badlogic_gdx_scenes_scene2d_InputEvent_$toCoordinates__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, actor, actorCoords); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_InputEvent_toString__Ljava_lang_String_2(){ + return java_lang_Enum_$toString__Ljava_lang_Enum_2Ljava_lang_String_2(this.com_badlogic_gdx_scenes_scene2d_InputEvent_type); +} +; +_.com_badlogic_gdx_scenes_scene2d_InputEvent_button = 0; +_.com_badlogic_gdx_scenes_scene2d_InputEvent_character = 0; +_.com_badlogic_gdx_scenes_scene2d_InputEvent_keyCode = 0; +_.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer = 0; +_.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountX = 0; +_.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountY = 0; +_.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX = 0; +_.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY = 0; +_.com_badlogic_gdx_scenes_scene2d_InputEvent_touchFocus = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_432, $intern_436, 361, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDown = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_437, 0); + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_438, 1); + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDragged = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_439, 2); + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_mouseMoved = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_440, 3); + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_enter = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_441, 4); + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_exit = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_442, 5); + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_scrolled = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_443, 6); + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyDown = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_444, 7); + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyUp = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_445, 8); + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyTyped = new com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV($intern_446, 9); +} + +function com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_scenes_scene2d_InputEvent$Type_values___3Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2(){ + com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), $intern_447, 153, 0, [com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDown, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDragged, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_mouseMoved, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_enter, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_exit, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_scrolled, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyDown, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyUp, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyTyped]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(153, 39, {153:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_InputEvent$Type__Ljava_lang_String_2IV); +var com_badlogic_gdx_scenes_scene2d_InputEvent$Type_enter, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_exit, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyDown, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyTyped, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyUp, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_mouseMoved, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_scrolled, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDown, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDragged, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_432, 'InputEvent/Type', 153, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_values___3Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2); +function com_badlogic_gdx_scenes_scene2d_InputEvent$Type$Map_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_InputEvent$Type$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_InputEvent$Type$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), $intern_447, 153, 0, [com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDown, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDragged, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_mouseMoved, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_enter, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_exit, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_scrolled, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyDown, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyUp, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyTyped]))); +} + +var com_badlogic_gdx_scenes_scene2d_InputEvent$Type$Map_$MAP; +function com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_InputListener_InputListener__V(){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(91, 1, $intern_448, com_badlogic_gdx_scenes_scene2d_InputListener_InputListener__V); +_.enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_InputListener_enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, fromActor){ +} +; +_.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_InputListener_exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, toActor){ +} +; +_.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z = function com_badlogic_gdx_scenes_scene2d_InputListener_handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(e){ + var event_0, handled; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(e, 361)) + return false; + event_0 = e; + switch (event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_type.java_lang_Enum_ordinal) { + case 7: + return this.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_keyCode); + case 8: + return this.keyUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_keyCode); + case 9: + return this.keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(event_0, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_character); + } + com_badlogic_gdx_scenes_scene2d_InputEvent_$toCoordinates__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(event_0, event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords); + switch (event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_type.java_lang_Enum_ordinal) { + case 0: + handled = this.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_y, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_button); + handled && event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_touchFocus && com_badlogic_gdx_scenes_scene2d_Stage_$addTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV(event_0.com_badlogic_gdx_scenes_scene2d_Event_stage, this, event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor, event_0.com_badlogic_gdx_scenes_scene2d_Event_targetActor, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_button); + return handled; + case 1: + this.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_y, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_button); + return true; + case 2: + this.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_y, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer); + return true; + case 3: + return this.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(event_0, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_y); + case 6: + return this.scrolled__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFZ(event_0, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_y, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountX, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountY); + case 4: + this.enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_y, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor); + return false; + case 5: + this.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords.com_badlogic_gdx_math_Vector2_y, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor); + return false; + } + return false; +} +; +_.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_InputListener_keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode){ + return false; +} +; +_.keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ = function com_badlogic_gdx_scenes_scene2d_InputListener_keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(event_0, character){ + return false; +} +; +_.keyUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_InputListener_keyUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode){ + return false; +} +; +_.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ = function com_badlogic_gdx_scenes_scene2d_InputListener_mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(event_0, x_0, y_0){ + return false; +} +; +_.scrolled__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFZ = function com_badlogic_gdx_scenes_scene2d_InputListener_scrolled__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFZ(event_0, x_0, y_0, amountX, amountY){ + return false; +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_InputListener_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + return false; +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_InputListener_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_InputListener_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ +} +; +var com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_432, $intern_449, 91, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_Stage_$act__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FV(this$static, delta){ + var n, overLast, pointer; + for (pointer = 0 , n = this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerOverActors.length; pointer < n; pointer++) { + overLast = this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerOverActors[pointer]; + if (this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerTouched[pointer]) { + this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerOverActors[pointer] = com_badlogic_gdx_scenes_scene2d_Stage_$fireEnterAndExit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, overLast, this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenX[pointer], this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenY[pointer], pointer); + } + else if (overLast) { + this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerOverActors[pointer] = null; + com_badlogic_gdx_scenes_scene2d_Stage_$fireExit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIIV(this$static, overLast, this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenX[pointer], this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenY[pointer], pointer); + } + } + this$static.com_badlogic_gdx_scenes_scene2d_Stage_mouseOverActor = com_badlogic_gdx_scenes_scene2d_Stage_$fireEnterAndExit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, this$static.com_badlogic_gdx_scenes_scene2d_Stage_mouseOverActor, this$static.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenX, this$static.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenY, -1); + this$static.com_badlogic_gdx_scenes_scene2d_Stage_root.act__FV(delta); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$actorRemoved__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor){ + var n, pointer; + for (pointer = 0 , n = this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerOverActors.length; pointer < n; pointer++) { + if (actor == this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerOverActors[pointer]) { + this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerOverActors[pointer] = null; + com_badlogic_gdx_scenes_scene2d_Stage_$fireExit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIIV(this$static, actor, this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenX[pointer], this$static.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenY[pointer], pointer); + } + } + if (actor == this$static.com_badlogic_gdx_scenes_scene2d_Stage_mouseOverActor) { + this$static.com_badlogic_gdx_scenes_scene2d_Stage_mouseOverActor = null; + com_badlogic_gdx_scenes_scene2d_Stage_$fireExit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIIV(this$static, actor, this$static.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenX, this$static.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenY, -1); + } +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor){ + this$static.com_badlogic_gdx_scenes_scene2d_Stage_root.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, listener){ + return com_badlogic_gdx_scenes_scene2d_Actor_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_Stage_root, listener); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, listener){ + return com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_Stage_root, listener); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$addTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV(this$static, listener, listenerActor, target, pointer, button){ + var focus_0; + focus_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit))); + focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor = listenerActor; + focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target = target; + focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener = listener; + focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_pointer = pointer; + focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_button = button; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses, focus_0); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$calculateScissors__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(this$static, localRect, scissorRect){ + var transformMatrix; + !!this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes && !!this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes.com_badlogic_gdx_graphics_glutils_ShapeRenderer_shapeType?(transformMatrix = this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes.com_badlogic_gdx_graphics_glutils_ShapeRenderer_transformMatrix):(transformMatrix = this$static.com_badlogic_gdx_scenes_scene2d_Stage_batch.getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2()); + com_badlogic_gdx_utils_viewport_Viewport_$calculateScissors__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(this$static.com_badlogic_gdx_scenes_scene2d_Stage_viewport, transformMatrix, localRect, scissorRect); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, listenerActor){ + var event_0, focus_0, i, items, n, touchFocuses; + event_0 = null; + touchFocuses = this$static.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses; + items = com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(touchFocuses); + for (i = 0 , n = touchFocuses.com_badlogic_gdx_utils_Array_size; i < n; i++) { + focus_0 = items[i]; + if (focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor != listenerActor) + continue; + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(touchFocuses); + if (!com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(touchFocuses, focus_0, true)) + continue; + if (!event_0) { + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this$static; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX = $intern_84; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY = $intern_84; + } + com_badlogic_gdx_scenes_scene2d_Event_$setTarget__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target); + com_badlogic_gdx_scenes_scene2d_Event_$setListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setPointer__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_pointer); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setButton__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_button); + focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0); + } + com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(touchFocuses); + !!event_0 && com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, exceptListener, exceptActor){ + var event_0, focus_0, i, items, n, touchFocuses; + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this$static; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX = $intern_84; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY = $intern_84; + touchFocuses = this$static.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses; + items = com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(touchFocuses); + for (i = 0 , n = touchFocuses.com_badlogic_gdx_utils_Array_size; i < n; i++) { + focus_0 = items[i]; + if (focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener == exceptListener && focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor == exceptActor) + continue; + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(touchFocuses); + if (!com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(touchFocuses, focus_0, true)) + continue; + com_badlogic_gdx_scenes_scene2d_Event_$setTarget__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target); + com_badlogic_gdx_scenes_scene2d_Event_$setListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setPointer__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_pointer); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setButton__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_button); + focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0); + } + com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(touchFocuses); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$disableDebug__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor, except){ + var children, i, n; + if (actor == except) + return; + actor.setDebug__ZV(false); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(actor, 79)) { + children = actor.com_badlogic_gdx_scenes_scene2d_Group_children; + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_scenes_scene2d_Stage_$disableDebug__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i), except); + } +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$drawDebug__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this$static){ + var actor; + if (!this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes) { + this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes = new com_badlogic_gdx_graphics_glutils_ShapeRenderer_ShapeRenderer__V; + this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes.com_badlogic_gdx_graphics_glutils_ShapeRenderer_autoShapeType = true; + } + if (this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugUnderMouse || this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugParentUnderMouse || this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugTableUnderMouse != (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none)) { + com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords, com_badlogic_gdx_Gdx_input.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchX[0], com_badlogic_gdx_Gdx_input.com_badlogic_gdx_backends_gwt_DefaultGwtInput_touchY[0])); + actor = com_badlogic_gdx_scenes_scene2d_Stage_$hit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y, true); + if (!actor) + return; + this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugParentUnderMouse && !!actor.com_badlogic_gdx_scenes_scene2d_Actor_parent && (actor = actor.com_badlogic_gdx_scenes_scene2d_Actor_parent); + if (this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugTableUnderMouse == (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none)) + actor.setDebug__ZV(true); + else { + while (actor) { + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(actor, 99)) + break; + actor = actor.com_badlogic_gdx_scenes_scene2d_Actor_parent; + } + if (!actor) + return; + com_badlogic_gdx_scenes_scene2d_ui_Table_$debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(actor, this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugTableUnderMouse); + } + this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugAll && com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(actor, 79) && actor.debugAll__Lcom_badlogic_gdx_scenes_scene2d_Group_2(); + com_badlogic_gdx_scenes_scene2d_Stage_$disableDebug__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, this$static.com_badlogic_gdx_scenes_scene2d_Stage_root, actor); + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugAll && this$static.com_badlogic_gdx_scenes_scene2d_Stage_root.debugAll__Lcom_badlogic_gdx_scenes_scene2d_Group_2(); + } + com_badlogic_gdx_backends_gwt_GwtGL20_$glEnable__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl, 3042); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setProjectionMatrix__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes, this$static.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_camera.com_badlogic_gdx_graphics_Camera_combined); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$begin__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes); + this$static.com_badlogic_gdx_scenes_scene2d_Stage_root.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$end__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes); + com_badlogic_gdx_backends_gwt_GwtGL20_$glDisable__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl, 3042); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$fireEnterAndExit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, overLast, screenX_0, screenY_0, pointer){ + var event_0, over; + com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords, screenX_0, screenY_0)); + over = com_badlogic_gdx_scenes_scene2d_Stage_$hit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y, true); + if (over == overLast) + return overLast; + if (overLast) { + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_exit)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this$static; + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y); + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer = pointer; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor = over; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(overLast, event_0); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + } + if (over) { + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_enter)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this$static; + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y); + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer = pointer; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor = overLast; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(over, event_0); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + } + return over; +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$fireExit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIIV(this$static, actor, screenX_0, screenY_0, pointer){ + var event_0; + com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords, screenX_0, screenY_0)); + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_exit)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this$static; + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y); + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer = pointer; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor = actor; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(actor, event_0); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$hit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, stageX, stageY, touchable){ + com_badlogic_gdx_scenes_scene2d_Actor_$parentToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_Stage_root, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords, stageX, stageY)); + return this$static.com_badlogic_gdx_scenes_scene2d_Stage_root.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x, this$static.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y, touchable); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$isInsideViewport__Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIZ(this$static, screenX_0, screenY_0){ + var x0, x1, y0, y1; + x0 = this$static.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_screenX; + x1 = x0 + this$static.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_screenWidth; + y0 = this$static.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_screenY; + y1 = y0 + this$static.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_screenHeight; + screenY_0 = com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height - 1 - screenY_0; + return screenX_0 >= x0 && screenX_0 < x1 && screenY_0 >= y0 && screenY_0 < y1; +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, listener){ + return com_badlogic_gdx_scenes_scene2d_Actor_$removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_Stage_root, listener); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, listener){ + return com_badlogic_gdx_scenes_scene2d_Actor_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_Stage_root, listener); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, screenCoords){ + com_badlogic_gdx_utils_viewport_Viewport_$unproject__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_Stage_viewport, screenCoords); + return screenCoords; +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$setDebugTableUnderMouse__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2V(this$static, debugTableUnderMouse){ + !debugTableUnderMouse && (debugTableUnderMouse = (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none)); + if (this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugTableUnderMouse == debugTableUnderMouse) + return; + this$static.com_badlogic_gdx_scenes_scene2d_Stage_debugTableUnderMouse = debugTableUnderMouse; + debugTableUnderMouse != (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none)?(com_badlogic_gdx_scenes_scene2d_Stage_debug = true):com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(this$static.com_badlogic_gdx_scenes_scene2d_Stage_root, false, true); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static, actor){ + var event_0, oldKeyboardFocus, success; + if (this$static.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus == actor) + return true; + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit))); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this$static; + com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_keyboard)); + oldKeyboardFocus = this$static.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus; + if (oldKeyboardFocus) { + event_0.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused = false; + event_0.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor = actor; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(oldKeyboardFocus, event_0); + } + success = !event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + if (success) { + this$static.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus = actor; + if (actor) { + event_0.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused = true; + event_0.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor = oldKeyboardFocus; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(actor, event_0); + success = !event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + success || (this$static.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus = oldKeyboardFocus); + } + } + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return success; +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static, actor){ + var event_0, oldScrollFocus, success; + if (this$static.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus == actor) + return true; + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit))); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this$static; + com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_scroll)); + oldScrollFocus = this$static.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus; + if (oldScrollFocus) { + event_0.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused = false; + event_0.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor = actor; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(oldScrollFocus, event_0); + } + success = !event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + if (success) { + this$static.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus = actor; + if (actor) { + event_0.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused = true; + event_0.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor = oldScrollFocus; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(actor, event_0); + success = !event_0.com_badlogic_gdx_scenes_scene2d_Event_cancelled; + success || (this$static.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus = oldScrollFocus); + } + } + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return success; +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$stageToScreenCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, stageCoords){ + com_badlogic_gdx_utils_viewport_Viewport_$project__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_Stage_viewport, stageCoords); + stageCoords.com_badlogic_gdx_math_Vector2_y = com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height - stageCoords.com_badlogic_gdx_math_Vector2_y; + return stageCoords; +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$unfocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor){ + com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor); + !!this$static.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus && com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus, actor) && com_badlogic_gdx_scenes_scene2d_Stage_$setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static, null); + !!this$static.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus && com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus, actor) && com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static, null); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_$unfocusAll__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this$static){ + com_badlogic_gdx_scenes_scene2d_Stage_$setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static, null); + com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static, null); + com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, null, null); +} + +function com_badlogic_gdx_scenes_scene2d_Stage_Stage__V(){ + com_badlogic_gdx_scenes_scene2d_Stage_Stage__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V.call(this, new com_badlogic_gdx_utils_viewport_ScalingViewport_ScalingViewport__Lcom_badlogic_gdx_utils_Scaling_2FFLcom_badlogic_gdx_graphics_Camera_2V((com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_stretch), com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height, new com_badlogic_gdx_graphics_OrthographicCamera_OrthographicCamera__V), new com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__V); + this.com_badlogic_gdx_scenes_scene2d_Stage_ownsBatch = true; +} + +function com_badlogic_gdx_scenes_scene2d_Stage_Stage__Lcom_badlogic_gdx_utils_viewport_Viewport_2V(viewport){ + com_badlogic_gdx_scenes_scene2d_Stage_Stage__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V.call(this, viewport, new com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__V); + this.com_badlogic_gdx_scenes_scene2d_Stage_ownsBatch = true; +} + +function com_badlogic_gdx_scenes_scene2d_Stage_Stage__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(viewport, batch){ + this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerOverActors = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_450, 70, 20, 0, 1); + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerTouched = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, 20, 16, 1); + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenX = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 20, 15, 1); + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenY = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 20, 15, 1); + this.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses = new com_badlogic_gdx_utils_SnapshotArray_SnapshotArray__ZILjava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit); + this.com_badlogic_gdx_scenes_scene2d_Stage_debugTableUnderMouse = (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none); + this.com_badlogic_gdx_scenes_scene2d_Stage_debugColor = new com_badlogic_gdx_graphics_Color_Color__FFFFV(0, 1, 0, 0.8500000238418579); + if (!viewport) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('viewport cannot be null.')); + if (!batch) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('batch cannot be null.')); + this.com_badlogic_gdx_scenes_scene2d_Stage_viewport = viewport; + this.com_badlogic_gdx_scenes_scene2d_Stage_batch = batch; + this.com_badlogic_gdx_scenes_scene2d_Stage_root = new com_badlogic_gdx_scenes_scene2d_Group_Group__V; + this.com_badlogic_gdx_scenes_scene2d_Stage_root.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this); + com_badlogic_gdx_utils_viewport_ScalingViewport_$update__Lcom_badlogic_gdx_utils_viewport_ScalingViewport_2IIZV(viewport, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height, true); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(287, 466, {466:1, 783:1, 287:1, 49:1}, com_badlogic_gdx_scenes_scene2d_Stage_Stage__V, com_badlogic_gdx_scenes_scene2d_Stage_Stage__Lcom_badlogic_gdx_utils_viewport_Viewport_2V, com_badlogic_gdx_scenes_scene2d_Stage_Stage__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V); +_.act__V = function com_badlogic_gdx_scenes_scene2d_Stage_act__V(){ + com_badlogic_gdx_scenes_scene2d_Stage_$act__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FV(this, $wnd.Math.min(com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_deltaTime, 0.03333333333333333)); +} +; +_.act__FV = function com_badlogic_gdx_scenes_scene2d_Stage_act__FV(delta){ + com_badlogic_gdx_scenes_scene2d_Stage_$act__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FV(this, delta); +} +; +_.actorRemoved__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Stage_actorRemoved__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_Stage_$actorRemoved__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V = function com_badlogic_gdx_scenes_scene2d_Stage_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action){ + com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this.com_badlogic_gdx_scenes_scene2d_Stage_root, action); +} +; +_.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Stage_addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_Stage_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z = function com_badlogic_gdx_scenes_scene2d_Stage_addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(listener){ + return com_badlogic_gdx_scenes_scene2d_Stage_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, listener); +} +; +_.addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z = function com_badlogic_gdx_scenes_scene2d_Stage_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(listener){ + return com_badlogic_gdx_scenes_scene2d_Stage_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, listener); +} +; +_.addTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV = function com_badlogic_gdx_scenes_scene2d_Stage_addTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV(listener, listenerActor, target, pointer, button){ + com_badlogic_gdx_scenes_scene2d_Stage_$addTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV(this, listener, listenerActor, target, pointer, button); +} +; +_.calculateScissors__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V = function com_badlogic_gdx_scenes_scene2d_Stage_calculateScissors__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(localRect, scissorRect){ + com_badlogic_gdx_scenes_scene2d_Stage_$calculateScissors__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(this, localRect, scissorRect); +} +; +_.cancelTouchFocus__V = function com_badlogic_gdx_scenes_scene2d_Stage_cancelTouchFocus__V(){ + com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, null, null); +} +; +_.cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Stage_cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(listenerActor){ + com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, listenerActor); +} +; +_.cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Stage_cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(exceptListener, exceptActor){ + com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, exceptListener, exceptActor); +} +; +_.clear__V = function com_badlogic_gdx_scenes_scene2d_Stage_clear__V(){ + com_badlogic_gdx_scenes_scene2d_Stage_$unfocusAll__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this); + com_badlogic_gdx_scenes_scene2d_Group_$clear__Lcom_badlogic_gdx_scenes_scene2d_Group_2V(this.com_badlogic_gdx_scenes_scene2d_Stage_root); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_Stage$disableDebug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Stage_disableDebug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor, except){ + com_badlogic_gdx_scenes_scene2d_Stage_$disableDebug__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor, except); +} +; +_.dispose__V = function com_badlogic_gdx_scenes_scene2d_Stage_dispose__V(){ + com_badlogic_gdx_scenes_scene2d_Stage_$unfocusAll__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this); + com_badlogic_gdx_scenes_scene2d_Group_$clear__Lcom_badlogic_gdx_scenes_scene2d_Group_2V(this.com_badlogic_gdx_scenes_scene2d_Stage_root); + this.com_badlogic_gdx_scenes_scene2d_Stage_ownsBatch && this.com_badlogic_gdx_scenes_scene2d_Stage_batch.dispose__V(); + !!this.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes && com_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_$dispose__Lcom_badlogic_gdx_graphics_glutils_ImmediateModeRenderer20_2V(this.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes.com_badlogic_gdx_graphics_glutils_ShapeRenderer_renderer); +} +; +_.draw__V = function com_badlogic_gdx_scenes_scene2d_Stage_draw__V(){ + var batch, camera; + camera = this.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_camera; + com_badlogic_gdx_graphics_OrthographicCamera_$update__Lcom_badlogic_gdx_graphics_OrthographicCamera_2ZV(camera); + if (!this.com_badlogic_gdx_scenes_scene2d_Stage_root.com_badlogic_gdx_scenes_scene2d_Actor_visible) + return; + batch = this.com_badlogic_gdx_scenes_scene2d_Stage_batch; + batch.setProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(camera.com_badlogic_gdx_graphics_Camera_combined); + batch.begin__V(); + this.com_badlogic_gdx_scenes_scene2d_Stage_root.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, 1); + batch.end__V(); + com_badlogic_gdx_scenes_scene2d_Stage_debug && com_badlogic_gdx_scenes_scene2d_Stage_$drawDebug__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_Stage$drawDebug__V = function com_badlogic_gdx_scenes_scene2d_Stage_drawDebug__V(){ + com_badlogic_gdx_scenes_scene2d_Stage_$drawDebug__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_Stage$fireEnterAndExit__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Stage_fireEnterAndExit__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILcom_badlogic_gdx_scenes_scene2d_Actor_2(overLast, screenX_0, screenY_0, pointer){ + return com_badlogic_gdx_scenes_scene2d_Stage_$fireEnterAndExit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILcom_badlogic_gdx_scenes_scene2d_Actor_2(this, overLast, screenX_0, screenY_0, pointer); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_Stage$fireExit__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIIV = function com_badlogic_gdx_scenes_scene2d_Stage_fireExit__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIIV(actor, screenX_0, screenY_0, pointer){ + com_badlogic_gdx_scenes_scene2d_Stage_$fireExit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIIV(this, actor, screenX_0, screenY_0, pointer); +} +; +_.getActionsRequestRendering__Z = function com_badlogic_gdx_scenes_scene2d_Stage_getActionsRequestRendering__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_actionsRequestRendering; +} +; +_.getActors__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_Stage_getActors__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_root.com_badlogic_gdx_scenes_scene2d_Group_children; +} +; +_.getBatch__Lcom_badlogic_gdx_graphics_g2d_Batch_2 = function com_badlogic_gdx_scenes_scene2d_Stage_getBatch__Lcom_badlogic_gdx_graphics_g2d_Batch_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_batch; +} +; +_.getCamera__Lcom_badlogic_gdx_graphics_Camera_2 = function com_badlogic_gdx_scenes_scene2d_Stage_getCamera__Lcom_badlogic_gdx_graphics_Camera_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_camera; +} +; +_.getDebugColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_Stage_getDebugColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_debugColor; +} +; +_.getHeight__F = function com_badlogic_gdx_scenes_scene2d_Stage_getHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight; +} +; +_.getKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Stage_getKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus; +} +; +_.getRoot__Lcom_badlogic_gdx_scenes_scene2d_Group_2 = function com_badlogic_gdx_scenes_scene2d_Stage_getRoot__Lcom_badlogic_gdx_scenes_scene2d_Group_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_root; +} +; +_.getScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Stage_getScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus; +} +; +_.getViewport__Lcom_badlogic_gdx_utils_viewport_Viewport_2 = function com_badlogic_gdx_scenes_scene2d_Stage_getViewport__Lcom_badlogic_gdx_utils_viewport_Viewport_2(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_viewport; +} +; +_.getWidth__F = function com_badlogic_gdx_scenes_scene2d_Stage_getWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth; +} +; +_.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_Stage_hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(stageX, stageY, touchable){ + return com_badlogic_gdx_scenes_scene2d_Stage_$hit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, stageX, stageY, touchable); +} +; +_.isDebugAll__Z = function com_badlogic_gdx_scenes_scene2d_Stage_isDebugAll__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_Stage_debugAll; +} +; +_.isInsideViewport__IIZ = function com_badlogic_gdx_scenes_scene2d_Stage_isInsideViewport__IIZ(screenX_0, screenY_0){ + return com_badlogic_gdx_scenes_scene2d_Stage_$isInsideViewport__Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIZ(this, screenX_0, screenY_0); +} +; +_.keyDown__IZ = function com_badlogic_gdx_scenes_scene2d_Stage_keyDown__IZ(keyCode){ + var event_0, handled, target; + target = !this.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus?this.com_badlogic_gdx_scenes_scene2d_Stage_root:this.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus; + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyDown)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_keyCode = keyCode; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(target, event_0); + handled = event_0.com_badlogic_gdx_scenes_scene2d_Event_handled; + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return handled; +} +; +_.keyTyped__CZ = function com_badlogic_gdx_scenes_scene2d_Stage_keyTyped__CZ(character){ + var event_0, handled, target; + target = !this.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus?this.com_badlogic_gdx_scenes_scene2d_Stage_root:this.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus; + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyTyped)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_character = character; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(target, event_0); + handled = event_0.com_badlogic_gdx_scenes_scene2d_Event_handled; + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return handled; +} +; +_.keyUp__IZ = function com_badlogic_gdx_scenes_scene2d_Stage_keyUp__IZ(keyCode){ + var event_0, handled, target; + target = !this.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus?this.com_badlogic_gdx_scenes_scene2d_Stage_root:this.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus; + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyUp)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_keyCode = keyCode; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(target, event_0); + handled = event_0.com_badlogic_gdx_scenes_scene2d_Event_handled; + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return handled; +} +; +_.mouseMoved__IIZ = function com_badlogic_gdx_scenes_scene2d_Stage_mouseMoved__IIZ(screenX_0, screenY_0){ + var event_0, handled, target; + this.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenX = screenX_0; + this.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenY = screenY_0; + if (!com_badlogic_gdx_scenes_scene2d_Stage_$isInsideViewport__Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIZ(this, screenX_0, screenY_0)) + return false; + com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords, screenX_0, screenY_0)); + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_mouseMoved)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this; + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y); + target = com_badlogic_gdx_scenes_scene2d_Stage_$hit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y, true); + !target && (target = this.com_badlogic_gdx_scenes_scene2d_Stage_root); + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(target, event_0); + handled = event_0.com_badlogic_gdx_scenes_scene2d_Event_handled; + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return handled; +} +; +_.removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z = function com_badlogic_gdx_scenes_scene2d_Stage_removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(listener){ + return com_badlogic_gdx_scenes_scene2d_Stage_$removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, listener); +} +; +_.removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z = function com_badlogic_gdx_scenes_scene2d_Stage_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(listener){ + return com_badlogic_gdx_scenes_scene2d_Stage_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, listener); +} +; +_.removeTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV = function com_badlogic_gdx_scenes_scene2d_Stage_removeTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV(listener, listenerActor, target, pointer, button){ + var focus_0, i, touchFocuses; + touchFocuses = this.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses; + for (i = touchFocuses.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) { + focus_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(touchFocuses, i); + if (focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener == listener && focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor == listenerActor && focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target == target && focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_pointer == pointer && focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_button == button) { + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(touchFocuses); + com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(touchFocuses, i); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(focus_0); + } + } +} +; +_.screenToStageCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Stage_screenToStageCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(screenCoords){ + return com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, screenCoords); +} +; +_.scrolled__FFZ = function com_badlogic_gdx_scenes_scene2d_Stage_scrolled__FFZ(amountX, amountY){ + var event_0, handled, target; + target = !this.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus?this.com_badlogic_gdx_scenes_scene2d_Stage_root:this.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus; + com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords, this.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenX, this.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenY)); + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_scrolled)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this; + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y); + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountX = amountX; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountY = amountY; + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(target, event_0); + handled = event_0.com_badlogic_gdx_scenes_scene2d_Event_handled; + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return handled; +} +; +_.setActionsRequestRendering__ZV = function com_badlogic_gdx_scenes_scene2d_Stage_setActionsRequestRendering__ZV(actionsRequestRendering){ + this.com_badlogic_gdx_scenes_scene2d_Stage_actionsRequestRendering = actionsRequestRendering; +} +; +_.setDebugAll__ZV = function com_badlogic_gdx_scenes_scene2d_Stage_setDebugAll__ZV(debugAll){ + if (this.com_badlogic_gdx_scenes_scene2d_Stage_debugAll == debugAll) + return; + this.com_badlogic_gdx_scenes_scene2d_Stage_debugAll = debugAll; + debugAll?(com_badlogic_gdx_scenes_scene2d_Stage_debug = true):com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(this.com_badlogic_gdx_scenes_scene2d_Stage_root, false, true); +} +; +_.setDebugInvisible__ZV = function com_badlogic_gdx_scenes_scene2d_Stage_setDebugInvisible__ZV(debugInvisible){ + this.com_badlogic_gdx_scenes_scene2d_Stage_debugInvisible = debugInvisible; +} +; +_.setDebugParentUnderMouse__ZV = function com_badlogic_gdx_scenes_scene2d_Stage_setDebugParentUnderMouse__ZV(debugParentUnderMouse){ + if (this.com_badlogic_gdx_scenes_scene2d_Stage_debugParentUnderMouse == debugParentUnderMouse) + return; + this.com_badlogic_gdx_scenes_scene2d_Stage_debugParentUnderMouse = debugParentUnderMouse; + debugParentUnderMouse?(com_badlogic_gdx_scenes_scene2d_Stage_debug = true):com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(this.com_badlogic_gdx_scenes_scene2d_Stage_root, false, true); +} +; +_.setDebugTableUnderMouse__Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2V = function com_badlogic_gdx_scenes_scene2d_Stage_setDebugTableUnderMouse__Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2V(debugTableUnderMouse){ + com_badlogic_gdx_scenes_scene2d_Stage_$setDebugTableUnderMouse__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2V(this, debugTableUnderMouse); +} +; +_.setDebugTableUnderMouse__ZV = function com_badlogic_gdx_scenes_scene2d_Stage_setDebugTableUnderMouse__ZV(debugTableUnderMouse){ + com_badlogic_gdx_scenes_scene2d_Stage_$setDebugTableUnderMouse__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2V(this, debugTableUnderMouse?(com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all):(com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none)); +} +; +_.setDebugUnderMouse__ZV = function com_badlogic_gdx_scenes_scene2d_Stage_setDebugUnderMouse__ZV(debugUnderMouse){ + if (this.com_badlogic_gdx_scenes_scene2d_Stage_debugUnderMouse == debugUnderMouse) + return; + this.com_badlogic_gdx_scenes_scene2d_Stage_debugUnderMouse = debugUnderMouse; + debugUnderMouse?(com_badlogic_gdx_scenes_scene2d_Stage_debug = true):com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(this.com_badlogic_gdx_scenes_scene2d_Stage_root, false, true); +} +; +_.setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_Stage_setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor){ + return com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this, actor); +} +; +_.setRoot__Lcom_badlogic_gdx_scenes_scene2d_Group_2V = function com_badlogic_gdx_scenes_scene2d_Stage_setRoot__Lcom_badlogic_gdx_scenes_scene2d_Group_2V(root){ + !!root.com_badlogic_gdx_scenes_scene2d_Actor_parent && root.com_badlogic_gdx_scenes_scene2d_Actor_parent.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(root, false); + this.com_badlogic_gdx_scenes_scene2d_Stage_root = root; + root.com_badlogic_gdx_scenes_scene2d_Actor_parent = null; + root.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this); +} +; +_.setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_Stage_setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor){ + return com_badlogic_gdx_scenes_scene2d_Stage_$setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this, actor); +} +; +_.setViewport__Lcom_badlogic_gdx_utils_viewport_Viewport_2V = function com_badlogic_gdx_scenes_scene2d_Stage_setViewport__Lcom_badlogic_gdx_utils_viewport_Viewport_2V(viewport){ + this.com_badlogic_gdx_scenes_scene2d_Stage_viewport = viewport; +} +; +_.stageToScreenCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Stage_stageToScreenCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(stageCoords){ + return com_badlogic_gdx_scenes_scene2d_Stage_$stageToScreenCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, stageCoords); +} +; +_.toScreenCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_scenes_scene2d_Stage_toScreenCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector2_2(coords, transformMatrix){ + return com_badlogic_gdx_utils_viewport_Viewport_$toScreenCoordinates__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_Stage_viewport, coords, transformMatrix); +} +; +_.touchCancelled__IIIIZ = function com_badlogic_gdx_scenes_scene2d_Stage_touchCancelled__IIIIZ(screenX_0, screenY_0, pointer, button){ + com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, null, null); + return false; +} +; +_.touchDown__IIIIZ = function com_badlogic_gdx_scenes_scene2d_Stage_touchDown__IIIIZ(screenX_0, screenY_0, pointer, button){ + var event_0, handled, target; + if (!com_badlogic_gdx_scenes_scene2d_Stage_$isInsideViewport__Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIZ(this, screenX_0, screenY_0)) + return false; + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerTouched[pointer] = true; + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenX[pointer] = screenX_0; + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenY[pointer] = screenY_0; + com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords, screenX_0, screenY_0)); + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDown)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this; + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y); + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer = pointer; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_button = button; + target = com_badlogic_gdx_scenes_scene2d_Stage_$hit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y, true); + !target?this.com_badlogic_gdx_scenes_scene2d_Stage_root.com_badlogic_gdx_scenes_scene2d_Actor_touchable == (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled) && com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this.com_badlogic_gdx_scenes_scene2d_Stage_root, event_0):com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(target, event_0); + handled = event_0.com_badlogic_gdx_scenes_scene2d_Event_handled; + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return handled; +} +; +_.touchDragged__IIIZ = function com_badlogic_gdx_scenes_scene2d_Stage_touchDragged__IIIZ(screenX_0, screenY_0, pointer){ + var event_0, focus_0, focuses, handled, i, n, touchFocuses; + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenX[pointer] = screenX_0; + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenY[pointer] = screenY_0; + this.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenX = screenX_0; + this.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenY = screenY_0; + if (this.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses.com_badlogic_gdx_utils_Array_size == 0) + return false; + com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords, screenX_0, screenY_0)); + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDragged)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this; + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y); + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer = pointer; + touchFocuses = this.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses; + focuses = com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(touchFocuses); + for (i = 0 , n = touchFocuses.com_badlogic_gdx_utils_Array_size; i < n; i++) { + focus_0 = focuses[i]; + if (focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_pointer != pointer) + continue; + if (!com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(touchFocuses, focus_0, true)) + continue; + com_badlogic_gdx_scenes_scene2d_Event_$setTarget__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target); + com_badlogic_gdx_scenes_scene2d_Event_$setListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor); + focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0) && (event_0.com_badlogic_gdx_scenes_scene2d_Event_handled = true); + } + com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(touchFocuses); + handled = event_0.com_badlogic_gdx_scenes_scene2d_Event_handled; + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return handled; +} +; +_.touchUp__IIIIZ = function com_badlogic_gdx_scenes_scene2d_Stage_touchUp__IIIIZ(screenX_0, screenY_0, pointer, button){ + var event_0, focus_0, focuses, handled, i, n, touchFocuses; + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerTouched[pointer] = false; + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenX[pointer] = screenX_0; + this.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenY[pointer] = screenY_0; + if (this.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses.com_badlogic_gdx_utils_Array_size == 0) + return false; + com_badlogic_gdx_scenes_scene2d_Stage_$screenToStageCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords, screenX_0, screenY_0)); + event_0 = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(event_0, (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp)); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stage = this; + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageX__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_scenes_scene2d_InputEvent_$setStageY__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(event_0, this.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords.com_badlogic_gdx_math_Vector2_y); + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer = pointer; + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_button = button; + touchFocuses = this.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses; + focuses = com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(touchFocuses); + for (i = 0 , n = touchFocuses.com_badlogic_gdx_utils_Array_size; i < n; i++) { + focus_0 = focuses[i]; + if (focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_pointer != pointer || focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_button != button) + continue; + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(touchFocuses); + if (!com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(touchFocuses, focus_0, true)) + continue; + com_badlogic_gdx_scenes_scene2d_Event_$setTarget__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target); + com_badlogic_gdx_scenes_scene2d_Event_$setListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Event_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor); + focus_0.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0) && (event_0.com_badlogic_gdx_scenes_scene2d_Event_handled = true); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(focus_0); + } + com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(touchFocuses); + handled = event_0.com_badlogic_gdx_scenes_scene2d_Event_handled; + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(event_0); + return handled; +} +; +_.unfocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_Stage_unfocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_Stage_$unfocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.unfocusAll__V = function com_badlogic_gdx_scenes_scene2d_Stage_unfocusAll__V(){ + com_badlogic_gdx_scenes_scene2d_Stage_$unfocusAll__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this); +} +; +_.com_badlogic_gdx_scenes_scene2d_Stage_actionsRequestRendering = true; +_.com_badlogic_gdx_scenes_scene2d_Stage_debugAll = false; +_.com_badlogic_gdx_scenes_scene2d_Stage_debugInvisible = false; +_.com_badlogic_gdx_scenes_scene2d_Stage_debugParentUnderMouse = false; +_.com_badlogic_gdx_scenes_scene2d_Stage_debugUnderMouse = false; +_.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenX = 0; +_.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenY = 0; +_.com_badlogic_gdx_scenes_scene2d_Stage_ownsBatch = false; +var com_badlogic_gdx_scenes_scene2d_Stage_debug = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_432, $intern_451, 287, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1InputAdapter_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_Stage$TouchFocus__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(603, 1, {603:1, 67:1}, com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_Stage$TouchFocus__V); +_.reset__V = function com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_reset__V(){ + this.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor = null; + this.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener = null; + this.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target = null; +} +; +_.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_button = 0; +_.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_pointer = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_432, 'Stage/TouchFocus', 603, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_Touchable_enabled = new com_badlogic_gdx_scenes_scene2d_Touchable_Touchable__Ljava_lang_String_2IV($intern_452, 0); + com_badlogic_gdx_scenes_scene2d_Touchable_disabled = new com_badlogic_gdx_scenes_scene2d_Touchable_Touchable__Ljava_lang_String_2IV($intern_453, 1); + com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly = new com_badlogic_gdx_scenes_scene2d_Touchable_Touchable__Ljava_lang_String_2IV($intern_454, 2); +} + +function com_badlogic_gdx_scenes_scene2d_Touchable_Touchable__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_scenes_scene2d_Touchable_values___3Lcom_badlogic_gdx_scenes_scene2d_Touchable_2(){ + com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), $intern_455, 288, 0, [com_badlogic_gdx_scenes_scene2d_Touchable_enabled, com_badlogic_gdx_scenes_scene2d_Touchable_disabled, com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(288, 39, {288:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_scenes_scene2d_Touchable_Touchable__Ljava_lang_String_2IV); +var com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly, com_badlogic_gdx_scenes_scene2d_Touchable_disabled, com_badlogic_gdx_scenes_scene2d_Touchable_enabled; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_432, 'Touchable', 288, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_scenes_scene2d_Touchable_values___3Lcom_badlogic_gdx_scenes_scene2d_Touchable_2); +function com_badlogic_gdx_scenes_scene2d_Touchable$Map_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_Touchable$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_Touchable$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), $intern_455, 288, 0, [com_badlogic_gdx_scenes_scene2d_Touchable_enabled, com_badlogic_gdx_scenes_scene2d_Touchable_disabled, com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly]))); +} + +var com_badlogic_gdx_scenes_scene2d_Touchable$Map_$MAP; +function com_badlogic_gdx_scenes_scene2d_actions_Actions_Actions__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(type_0){ + var action, pool; + pool = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(type_0)); + action = pool.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size == 0?pool.newObject__Ljava_lang_Object_2():com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(pool.com_badlogic_gdx_utils_Pool_freeObjects); + action.com_badlogic_gdx_scenes_scene2d_Action_pool = pool; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_alpha__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(a, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end = a; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_color__Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2(color_0, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit); + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(action.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end, color_0); + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeIn__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end = 1; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeOut__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end = 0; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_moveBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(amountX, amountY, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountX = amountX; + action.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountY = amountY; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_moveTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(x_0, y_0, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX = x_0; + action.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY = y_0; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_moveToAligned__FFIFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(x_0, y_0, alignment, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit); + com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FFIV(action, x_0, y_0, alignment); + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2(action1, action2){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(action.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!action.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(action.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(action.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!action.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(action.com_badlogic_gdx_scenes_scene2d_Action_actor); + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel___3Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2(actions){ + var action, i, n; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit); + for (i = 0 , n = actions.length; i < n; i++) + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$addAction__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action, actions[i]); + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2(listener, capture){ + var addAction; + addAction = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit); + addAction.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_listener = listener; + addAction.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_capture = capture; + return addAction; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_rotateBy__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(rotationAmount, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_amount = rotationAmount; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_rotateTo__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(rotation, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_end = rotation; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(amountX, amountY, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountX = amountX; + action.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountY = amountY; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(x_0, y_0, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX = x_0; + action.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY = y_0; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(action1, action2){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(action.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!action.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(action.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(action.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!action.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(action.com_badlogic_gdx_scenes_scene2d_Action_actor); + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(action1, action2, action3){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(action.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!action.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(action.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(action.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!action.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(action.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(action.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action3); + !!action.com_badlogic_gdx_scenes_scene2d_Action_actor && action3.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(action.com_badlogic_gdx_scenes_scene2d_Action_actor); + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence___3Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(actions){ + var action, i, n; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit); + for (i = 0 , n = actions.length; i < n; i++) + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$addAction__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action, actions[i]); + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_sizeBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(amountX, amountY, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountWidth = amountX; + action.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountHeight = amountY; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_sizeTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(x_0, y_0, duration, interpolation){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endWidth = x_0; + action.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endHeight = y_0; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + action.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; + return action; +} + +function com_badlogic_gdx_scenes_scene2d_actions_Actions_visible__ZLcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2(visible){ + var action; + action = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit); + action.com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_visible = visible; + return action; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(604, 1, {604:1}, com_badlogic_gdx_scenes_scene2d_actions_Actions_Actions__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, 'Actions', 604, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_AddAction_AddAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(605, 78, {78:1, 605:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_AddAction_AddAction__V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_AddAction_act__FZ(delta){ + com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action); + return true; +} +; +_.getAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2 = function com_badlogic_gdx_scenes_scene2d_actions_AddAction_getAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_AddAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action = null; +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_AddAction_restart__V(){ + !!this.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action && this.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action.restart__V(); +} +; +_.setAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V = function com_badlogic_gdx_scenes_scene2d_actions_AddAction_setAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action){ + this.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action = action; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, 'AddAction', 605, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_AddListenerAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(624, 78, {78:1, 624:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_AddListenerAction__V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_act__FZ(delta){ + this.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_capture?com_badlogic_gdx_scenes_scene2d_Actor_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_listener):com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_listener); + return true; +} +; +_.getCapture__Z = function com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_getCapture__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_capture; +} +; +_.getListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2 = function com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_getListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_listener; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_listener = null; +} +; +_.setCapture__ZV = function com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_setCapture__ZV(capture){ + this.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_capture = capture; +} +; +_.setListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2V = function com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_setListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2V(listener){ + this.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_listener = listener; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_capture = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_457, 624, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(363, 78, {78:1, 363:1, 67:1}); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_act__FZ(delta){ + var pool; + pool = this.com_badlogic_gdx_scenes_scene2d_Action_pool; + this.com_badlogic_gdx_scenes_scene2d_Action_pool = null; + try { + return this.delegate__FZ(delta); + } + finally { + this.com_badlogic_gdx_scenes_scene2d_Action_pool = pool; + } +} +; +_.getAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2 = function com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_getAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action = null; +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_restart__V(){ + !!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action && this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.restart__V(); +} +; +_.setAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V = function com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_setAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action){ + this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action = action; +} +; +_.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + !!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action && this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor); + com_badlogic_gdx_scenes_scene2d_Action_$setActor__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(target){ + !!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action && this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(target); + this.com_badlogic_gdx_scenes_scene2d_Action_target = target; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_scenes_scene2d_Action_$toString__Lcom_badlogic_gdx_scenes_scene2d_Action_2Ljava_lang_String_2(this) + (!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action?'':'(' + this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action + ')'); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, 'DelegateAction', 363, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_AfterAction_AfterAction__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions = new com_badlogic_gdx_utils_Array_Array__ZIV(false, 4); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(623, 363, {78:1, 623:1, 363:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_AfterAction_AfterAction__V); +_.delegate__FZ = function com_badlogic_gdx_scenes_scene2d_actions_AfterAction_delegate__FZ(delta){ + var action, currentActions, i, index_0; + currentActions = this.com_badlogic_gdx_scenes_scene2d_Action_target.com_badlogic_gdx_scenes_scene2d_Actor_actions; + currentActions.com_badlogic_gdx_utils_Array_size == 1 && this.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions.clear__V(); + for (i = this.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) { + action = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions, i); + index_0 = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(currentActions, action, true); + index_0 == -1 && this.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions.removeIndex__ILjava_lang_Object_2(i); + } + if (this.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions.com_badlogic_gdx_utils_Array_size > 0) + return false; + return this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.act__FZ(delta); +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_AfterAction_restart__V(){ + !!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action && this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.restart__V(); + this.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions.clear__V(); +} +; +_.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_actions_AfterAction_setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(target){ + !!target && com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions, target.com_badlogic_gdx_scenes_scene2d_Actor_actions); + !!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action && this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(target); + this.com_badlogic_gdx_scenes_scene2d_Action_target = target; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_458, 623, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_$reset__Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2V(this$static){ + com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this$static); + this$static.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_reverse = false; + this$static.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = null; +} + +function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_TemporalAction__FV(duration){ + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; +} + +function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_TemporalAction__FLcom_badlogic_gdx_math_Interpolation_2V(duration, interpolation){ + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(117, 78, {78:1, 117:1, 67:1}); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_act__FZ(delta){ + var percent, pool; + if (this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_complete) + return true; + pool = this.com_badlogic_gdx_scenes_scene2d_Action_pool; + this.com_badlogic_gdx_scenes_scene2d_Action_pool = null; + try { + if (!this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_began) { + this.begin__V(); + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_began = true; + } + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time += delta; + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_complete = this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time >= this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration; + percent = this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_complete?1:this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time / this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration; + !!this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation && (percent = this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation.apply__FF(percent)); + this.update__FV(this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_reverse?1 - percent:percent); + return this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_complete; + } + finally { + this.com_badlogic_gdx_scenes_scene2d_Action_pool = pool; + } +} +; +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_begin__V(){ +} +; +_.end__V = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_end__V(){ +} +; +_.finish__V = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_finish__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time = this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration; +} +; +_.getDuration__F = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_getDuration__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration; +} +; +_.getInterpolation__Lcom_badlogic_gdx_math_Interpolation_2 = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_getInterpolation__Lcom_badlogic_gdx_math_Interpolation_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation; +} +; +_.getTime__F = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_getTime__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time; +} +; +_.isComplete__Z = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_isComplete__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_complete; +} +; +_.isReverse__Z = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_isReverse__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_reverse; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_$reset__Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2V(this); +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_restart__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time = 0; + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_began = false; + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_complete = false; +} +; +_.setDuration__FV = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_setDuration__FV(duration){ + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = duration; +} +; +_.setInterpolation__Lcom_badlogic_gdx_math_Interpolation_2V = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_setInterpolation__Lcom_badlogic_gdx_math_Interpolation_2V(interpolation){ + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = interpolation; +} +; +_.setReverse__ZV = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_setReverse__ZV(reverse){ + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_reverse = reverse; +} +; +_.setTime__FV = function com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_setTime__FV(time){ + this.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time = time; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_began = false; +_.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_complete = false; +_.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_reverse = false; +_.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, 'TemporalAction', 117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_AlphaAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(615, 117, {78:1, 615:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_AlphaAction__V); +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_begin__V(){ + !this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color && (this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color = this.com_badlogic_gdx_scenes_scene2d_Action_target.com_badlogic_gdx_scenes_scene2d_Actor_color); + this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_start = this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color.com_badlogic_gdx_graphics_Color_a; +} +; +_.getAlpha__F = function com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_getAlpha__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end; +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_$reset__Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color = null; +} +; +_.setAlpha__FV = function com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_setAlpha__FV(alpha_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end = alpha_0; +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_setColor__Lcom_badlogic_gdx_graphics_Color_2V(color_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color = color_0; +} +; +_.update__FV = function com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_update__FV(percent){ + percent == 0?(this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color.com_badlogic_gdx_graphics_Color_a = this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_start):percent == 1?(this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color.com_badlogic_gdx_graphics_Color_a = this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end):(this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color.com_badlogic_gdx_graphics_Color_a = this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_start + (this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end - this.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_start) * percent); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_start = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_459, 615, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_ColorAction_ColorAction__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end = new com_badlogic_gdx_graphics_Color_Color__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(614, 117, {78:1, 614:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_ColorAction_ColorAction__V); +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_ColorAction_begin__V(){ + !this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color && (this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color = this.com_badlogic_gdx_scenes_scene2d_Action_target.com_badlogic_gdx_scenes_scene2d_Actor_color); + this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startR = this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color.com_badlogic_gdx_graphics_Color_r; + this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startG = this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color.com_badlogic_gdx_graphics_Color_g; + this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startB = this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color.com_badlogic_gdx_graphics_Color_b; + this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startA = this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color.com_badlogic_gdx_graphics_Color_a; +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_actions_ColorAction_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color; +} +; +_.getEndColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_actions_ColorAction_getEndColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_ColorAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_$reset__Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color = null; +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_scenes_scene2d_actions_ColorAction_setColor__Lcom_badlogic_gdx_graphics_Color_2V(color_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color = color_0; +} +; +_.setEndColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_scenes_scene2d_actions_ColorAction_setEndColor__Lcom_badlogic_gdx_graphics_Color_2V(color_0){ + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end, color_0); +} +; +_.update__FV = function com_badlogic_gdx_scenes_scene2d_actions_ColorAction_update__FV(percent){ + var a, b, g, r; + if (percent == 0) + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color, this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startR, this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startG, this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startB, this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startA); + else if (percent == 1) + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color, this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end); + else { + r = this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startR + (this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end.com_badlogic_gdx_graphics_Color_r - this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startR) * percent; + g = this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startG + (this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end.com_badlogic_gdx_graphics_Color_g - this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startG) * percent; + b = this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startB + (this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end.com_badlogic_gdx_graphics_Color_b - this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startB) * percent; + a = this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startA + (this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end.com_badlogic_gdx_graphics_Color_a - this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startA) * percent; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color, r, g, b, a); + } +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startA = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startB = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startG = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startR = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_460, 614, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(507, 78, {78:1, 507:1, 67:1}); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_EventAction_act__FZ(delta){ + this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_active = true; + return this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_result; +} +; +_.isActive__Z = function com_badlogic_gdx_scenes_scene2d_actions_EventAction_isActive__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_active; +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_EventAction_restart__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_result = false; + this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_active = false; +} +; +_.setActive__ZV = function com_badlogic_gdx_scenes_scene2d_actions_EventAction_setActive__ZV(active){ + this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_active = active; +} +; +_.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_actions_EventAction_setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(newTarget){ + !!this.com_badlogic_gdx_scenes_scene2d_Action_target && com_badlogic_gdx_scenes_scene2d_Actor_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_listener); + this.com_badlogic_gdx_scenes_scene2d_Action_target = newTarget; + !!newTarget && com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(newTarget, this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_listener); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_EventAction_active = false; +_.com_badlogic_gdx_scenes_scene2d_actions_EventAction_result = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, 'EventAction', 507, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_$handle__Lcom_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this$static){ + ++this$static.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_current; + return this$static.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_current >= this$static.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_count; +} + +function com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_CountdownEventAction__Ljava_lang_Class_2IV(eventClass, count){ + this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_listener = new com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_EventAction$1__Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_EventAction_eventClass = eventClass; + this.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_count = count; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(626, 507, {78:1, 626:1, 507:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_CountdownEventAction__Ljava_lang_Class_2IV); +_.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z = function com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0){ + return com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_$handle__Lcom_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_count = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_current = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1CountdownEventAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_461, 626, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_DelayAction_DelayAction__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_actions_DelayAction_DelayAction__FV(duration){ + this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration = duration; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(506, 363, {78:1, 506:1, 363:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_DelayAction_DelayAction__V, com_badlogic_gdx_scenes_scene2d_actions_DelayAction_DelayAction__FV); +_.delegate__FZ = function com_badlogic_gdx_scenes_scene2d_actions_DelayAction_delegate__FZ(delta){ + if (this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time < this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration) { + this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time += delta; + if (this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time < this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration) + return false; + delta = this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time - this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration; + } + if (!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action) + return true; + return this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.act__FZ(delta); +} +; +_.finish__V = function com_badlogic_gdx_scenes_scene2d_actions_DelayAction_finish__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time = this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration; +} +; +_.getDuration__F = function com_badlogic_gdx_scenes_scene2d_actions_DelayAction_getDuration__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration; +} +; +_.getTime__F = function com_badlogic_gdx_scenes_scene2d_actions_DelayAction_getTime__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time; +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_DelayAction_restart__V(){ + !!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action && this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.restart__V(); + this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time = 0; +} +; +_.setDuration__FV = function com_badlogic_gdx_scenes_scene2d_actions_DelayAction_setDuration__FV(duration){ + this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration = duration; +} +; +_.setTime__FV = function com_badlogic_gdx_scenes_scene2d_actions_DelayAction_setTime__FV(time){ + this.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time = time; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_462, 506, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_EventAction$1__Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(986, 1, {82:1}, com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_EventAction$1__Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2V); +_.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z = function com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0){ + if (!this.com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_this$01.com_badlogic_gdx_scenes_scene2d_actions_EventAction_active || !com_badlogic_gdx_utils_reflect_ClassReflection_isInstance__Ljava_lang_Class_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_this$01.com_badlogic_gdx_scenes_scene2d_actions_EventAction_eventClass, event_0)) + return false; + this.com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_this$01.com_badlogic_gdx_scenes_scene2d_actions_EventAction_result = com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_$handle__Lcom_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this.com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_this$01); + return this.com_badlogic_gdx_scenes_scene2d_actions_EventAction$1_this$01.com_badlogic_gdx_scenes_scene2d_actions_EventAction_result; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, 'EventAction/1', 986, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start = 0; + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end = 1; +} + +function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__FFV(start_0, end){ + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start = start_0; + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end = end; +} + +function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__FFFV(start_0, end, duration){ + com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_TemporalAction__FV.call(this, duration); + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start = start_0; + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end = end; +} + +function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__FFFLcom_badlogic_gdx_math_Interpolation_2V(start_0, end, duration, interpolation){ + com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_TemporalAction__FLcom_badlogic_gdx_math_Interpolation_2V.call(this, duration, interpolation); + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start = start_0; + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end = end; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(364, 117, {78:1, 364:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__V, com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__FFV, com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__FFFV, com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__FFFLcom_badlogic_gdx_math_Interpolation_2V); +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_begin__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_value = this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start; +} +; +_.getEnd__F = function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_getEnd__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end; +} +; +_.getStart__F = function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_getStart__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start; +} +; +_.getValue__F = function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_getValue__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_value; +} +; +_.setEnd__FV = function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_setEnd__FV(end){ + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end = end; +} +; +_.setStart__FV = function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_setStart__FV(start_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start = start_0; +} +; +_.setValue__FV = function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_setValue__FV(value_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_value = value_0; +} +; +_.update__FV = function com_badlogic_gdx_scenes_scene2d_actions_FloatAction_update__FV(percent){ + percent == 0?(this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_value = this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start):percent == 1?(this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_value = this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end):(this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_value = this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start + (this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end - this.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start) * percent); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_463, 364, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start = 0; + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end = 1; +} + +function com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__IIV(start_0, end){ + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start = start_0; + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end = end; +} + +function com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__IIFV(start_0, end, duration){ + com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_TemporalAction__FV.call(this, duration); + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start = start_0; + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end = end; +} + +function com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__IIFLcom_badlogic_gdx_math_Interpolation_2V(start_0, end, duration, interpolation){ + com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_TemporalAction__FLcom_badlogic_gdx_math_Interpolation_2V.call(this, duration, interpolation); + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start = start_0; + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end = end; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(365, 117, {78:1, 365:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__V, com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__IIV, com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__IIFV, com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__IIFLcom_badlogic_gdx_math_Interpolation_2V); +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_IntAction_begin__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_value = this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start; +} +; +_.getEnd__I = function com_badlogic_gdx_scenes_scene2d_actions_IntAction_getEnd__I(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end; +} +; +_.getStart__I = function com_badlogic_gdx_scenes_scene2d_actions_IntAction_getStart__I(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start; +} +; +_.getValue__I = function com_badlogic_gdx_scenes_scene2d_actions_IntAction_getValue__I(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_value; +} +; +_.setEnd__IV = function com_badlogic_gdx_scenes_scene2d_actions_IntAction_setEnd__IV(end){ + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end = end; +} +; +_.setStart__IV = function com_badlogic_gdx_scenes_scene2d_actions_IntAction_setStart__IV(start_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start = start_0; +} +; +_.setValue__IV = function com_badlogic_gdx_scenes_scene2d_actions_IntAction_setValue__IV(value_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_value = value_0; +} +; +_.update__FV = function com_badlogic_gdx_scenes_scene2d_actions_IntAction_update__FV(percent){ + percent == 0?(this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_value = this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start):percent == 1?(this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_value = this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end):(this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_value = com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start + (this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end - this.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start) * percent)); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_IntAction_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_464, 365, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_LayoutAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(622, 78, {78:1, 622:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_LayoutAction__V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_act__FZ(delta){ + this.com_badlogic_gdx_scenes_scene2d_Action_target.setLayoutEnabled__ZV(this.com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_enabled); + return true; +} +; +_.isEnabled__Z = function com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_isEnabled__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_enabled; +} +; +_.setLayoutEnabled__ZV = function com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_setLayoutEnabled__ZV(enabled){ + this.com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_enabled = enabled; +} +; +_.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + if (!!actor && !com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(actor, 45)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Actor must implement layout: ' + actor)); + this.com_badlogic_gdx_scenes_scene2d_Action_target = actor; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_enabled = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_465, 622, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(362, 117, {78:1, 362:1, 117:1, 67:1}); +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_begin__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_lastPercent = 0; +} +; +_.update__FV = function com_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_update__FV(percent){ + this.updateRelative__FV(percent - this.com_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_lastPercent); + this.com_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_lastPercent = percent; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_lastPercent = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, 'RelativeTemporalAction', 362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_MoveByAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(608, 362, {78:1, 608:1, 362:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_MoveByAction__V); +_.getAmountX__F = function com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_getAmountX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountX; +} +; +_.getAmountY__F = function com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_getAmountY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountY; +} +; +_.setAmount__FFV = function com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_setAmount__FFV(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountX = x_0; + this.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountY = y_0; +} +; +_.setAmountX__FV = function com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_setAmountX__FV(x_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountX = x_0; +} +; +_.setAmountY__FV = function com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_setAmountY__FV(y_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountY = y_0; +} +; +_.updateRelative__FV = function com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_updateRelative__FV(percentDelta){ + com_badlogic_gdx_scenes_scene2d_Actor_$moveBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountX * percentDelta, this.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountY * percentDelta); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountX = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountY = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_466, 608, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FFIV(this$static, x_0, y_0, alignment){ + this$static.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX = x_0; + this$static.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY = y_0; + this$static.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment = alignment; +} + +function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_MoveToAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(607, 117, {78:1, 607:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_MoveToAction__V); +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_begin__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startX = com_badlogic_gdx_scenes_scene2d_Actor_$getX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment); + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startY = com_badlogic_gdx_scenes_scene2d_Actor_$getY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment); +} +; +_.getAlignment__I = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_getAlignment__I(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment; +} +; +_.getStartX__F = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_getStartX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startX; +} +; +_.getStartY__F = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_getStartY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startY; +} +; +_.getX__F = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_getX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX; +} +; +_.getY__F = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_getY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_$reset__Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment = 12; +} +; +_.setAlignment__IV = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_setAlignment__IV(alignment){ + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment = alignment; +} +; +_.setPosition__FFV = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_setPosition__FFV(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX = x_0; + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY = y_0; +} +; +_.setPosition__FFIV = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_setPosition__FFIV(x_0, y_0, alignment){ + com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FFIV(this, x_0, y_0, alignment); +} +; +_.setStartPosition__FFV = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_setStartPosition__FFV(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startX = x_0; + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startY = y_0; +} +; +_.setX__FV = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_setX__FV(x_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX = x_0; +} +; +_.setY__FV = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_setY__FV(y_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY = y_0; +} +; +_.update__FV = function com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_update__FV(percent){ + var x_0, y_0; + if (percent == 0) { + x_0 = this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startX; + y_0 = this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startY; + } + else if (percent == 1) { + x_0 = this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX; + y_0 = this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY; + } + else { + x_0 = this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startX + (this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX - this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startX) * percent; + y_0 = this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startY + (this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY - this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startY) * percent; + } + com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFIV(this.com_badlogic_gdx_scenes_scene2d_Action_target, x_0, y_0, this.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment = 12; +_.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startX = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startY = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_467, 607, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions = new com_badlogic_gdx_utils_Array_Array__IV(4); +} + +function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$addAction__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this$static, action){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action); + !!this$static.com_badlogic_gdx_scenes_scene2d_Action_actor && action.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$restart__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this$static){ + var actions, i, n; + this$static.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_complete = false; + actions = this$static.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions; + for (i = 0 , n = actions.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(actions, i).restart__V(); +} + +function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__V(){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1, action2){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1, action2, action3){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action3); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action3.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1, action2, action3, action4){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action3); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action3.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action4); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action4.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1, action2, action3, action4, action5){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action3); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action3.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action4); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action4.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action5); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action5.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(143, 78, {78:1, 143:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__V, com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V, com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V, com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V, com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V, com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_act__FZ(delta){ + var actions, currentAction, i, n, pool; + if (this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_complete) + return true; + this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_complete = true; + pool = this.com_badlogic_gdx_scenes_scene2d_Action_pool; + this.com_badlogic_gdx_scenes_scene2d_Action_pool = null; + try { + actions = this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions; + for (i = 0 , n = actions.com_badlogic_gdx_utils_Array_size; i < n && !!this.com_badlogic_gdx_scenes_scene2d_Action_actor; i++) { + currentAction = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(actions, i); + !!currentAction.com_badlogic_gdx_scenes_scene2d_Action_actor && !currentAction.act__FZ(delta) && (this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_complete = false); + if (!this.com_badlogic_gdx_scenes_scene2d_Action_actor) + return true; + } + return this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_complete; + } + finally { + this.com_badlogic_gdx_scenes_scene2d_Action_pool = pool; + } +} +; +_.addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V = function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$addAction__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this, action); +} +; +_.getActions__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_getActions__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions.clear__V(); +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_restart__V(){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$restart__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); +} +; +_.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + var actions, i, n; + actions = this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions; + for (i = 0 , n = actions.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(actions, i).setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor); + com_badlogic_gdx_scenes_scene2d_Action_$setActor__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_toString__Ljava_lang_String_2(){ + var actions, buffer, i, n; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(buffer, com_badlogic_gdx_scenes_scene2d_Action_$toString__Lcom_badlogic_gdx_scenes_scene2d_Action_2Ljava_lang_String_2(this)); + buffer.java_lang_AbstractStringBuilder_string += '('; + actions = this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions; + for (i = 0 , n = actions.com_badlogic_gdx_utils_Array_size; i < n; i++) { + i > 0 && (buffer.java_lang_AbstractStringBuilder_string += $intern_15 , buffer); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(actions, i)); + } + buffer.java_lang_AbstractStringBuilder_string += ')'; + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_complete = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_468, 143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_RemoveAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(606, 78, {78:1, 606:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_RemoveAction__V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_act__FZ(delta){ + com_badlogic_gdx_scenes_scene2d_Actor_$removeAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_action); + return true; +} +; +_.getAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2 = function com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_getAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_action; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_action = null; +} +; +_.setAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V = function com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_setAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action){ + this.com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_action = action; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_469, 606, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_RemoveActorAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(618, 78, {78:1, 618:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_RemoveActorAction__V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_act__FZ(delta){ + if (!this.com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_removed) { + this.com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_removed = true; + com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this.com_badlogic_gdx_scenes_scene2d_Action_target); + } + return true; +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_restart__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_removed = false; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_removed = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_470, 618, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_RemoveListenerAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(625, 78, {78:1, 625:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_RemoveListenerAction__V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_act__FZ(delta){ + this.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_capture?com_badlogic_gdx_scenes_scene2d_Actor_$removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_listener):com_badlogic_gdx_scenes_scene2d_Actor_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_listener); + return true; +} +; +_.getCapture__Z = function com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_getCapture__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_capture; +} +; +_.getListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2 = function com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_getListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_listener; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_listener = null; +} +; +_.setCapture__ZV = function com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_setCapture__ZV(capture){ + this.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_capture = capture; +} +; +_.setListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2V = function com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_setListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2V(listener){ + this.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_listener = listener; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_capture = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_471, 625, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_RepeatAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(620, 363, {78:1, 363:1, 620:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_RepeatAction__V); +_.delegate__FZ = function com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_delegate__FZ(delta){ + if (this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_executedCount == this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount) + return true; + if (this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.act__FZ(delta)) { + if (this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_finished) + return true; + this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount > 0 && ++this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_executedCount; + if (this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_executedCount == this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount) + return true; + !!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action && this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.restart__V(); + } + return false; +} +; +_.finish__V = function com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_finish__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_finished = true; +} +; +_.getCount__I = function com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_getCount__I(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount; +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_restart__V(){ + !!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action && this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.restart__V(); + this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_executedCount = 0; + this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_finished = false; +} +; +_.setCount__IV = function com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_setCount__IV(count){ + this.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount = count; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_executedCount = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_finished = false; +_.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_472, 620, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_RotateByAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(613, 362, {78:1, 362:1, 613:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_RotateByAction__V); +_.getAmount__F = function com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_getAmount__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_amount; +} +; +_.setAmount__FV = function com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_setAmount__FV(rotationAmount){ + this.com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_amount = rotationAmount; +} +; +_.updateRelative__FV = function com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_updateRelative__FV(percentDelta){ + com_badlogic_gdx_scenes_scene2d_Actor_$rotateBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_amount * percentDelta); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_amount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_473, 613, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2V(this$static){ +} + +function com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_RotateToAction__V(){ + com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_RotateToAction__ZV(useShortestDirection){ + com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_useShortestDirection = useShortestDirection; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(505, 117, {78:1, 505:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_RotateToAction__V, com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_RotateToAction__ZV); +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_begin__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_start = this.com_badlogic_gdx_scenes_scene2d_Action_target.com_badlogic_gdx_scenes_scene2d_Actor_rotation; +} +; +_.getRotation__F = function com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_getRotation__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_end; +} +; +_.isUseShortestDirection__Z = function com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_isUseShortestDirection__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_useShortestDirection; +} +; +_.setRotation__FV = function com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_setRotation__FV(rotation){ + this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_end = rotation; +} +; +_.setUseShortestDirection__ZV = function com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_setUseShortestDirection__ZV(useShortestDirection){ + this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_useShortestDirection = useShortestDirection; +} +; +_.update__FV = function com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_update__FV(percent){ + var rotation; + percent == 0?(rotation = this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_start):percent == 1?(rotation = this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_end):this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_useShortestDirection?(rotation = com_badlogic_gdx_math_MathUtils_lerpAngleDeg__FFFF(this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_start, this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_end, percent)):(rotation = this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_start + (this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_end - this.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_start) * percent); + com_badlogic_gdx_scenes_scene2d_Actor_$setRotation__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this.com_badlogic_gdx_scenes_scene2d_Action_target, rotation); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_end = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_start = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_useShortestDirection = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_474, 505, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_$run__Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2V(this$static){ + var pool; + pool = this$static.com_badlogic_gdx_scenes_scene2d_Action_pool; + this$static.com_badlogic_gdx_scenes_scene2d_Action_pool = null; + try { + this$static.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_runnable.run__V(); + } + finally { + this$static.com_badlogic_gdx_scenes_scene2d_Action_pool = pool; + } +} + +function com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_RunnableAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(621, 78, {78:1, 621:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_RunnableAction__V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_act__FZ(delta){ + if (!this.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_ran) { + this.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_ran = true; + com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_$run__Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2V(this); + } + return true; +} +; +_.getRunnable__Ljava_lang_Runnable_2 = function com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_getRunnable__Ljava_lang_Runnable_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_runnable; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Action_$reset__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_runnable = null; +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_restart__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_ran = false; +} +; +_.run__V = function com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_run__V(){ + com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_$run__Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2V(this); +} +; +_.setRunnable__Ljava_lang_Runnable_2V = function com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_setRunnable__Ljava_lang_Runnable_2V(runnable){ + this.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_runnable = runnable; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_ran = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_475, 621, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_ScaleByAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(612, 362, {78:1, 362:1, 612:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_ScaleByAction__V); +_.getAmountX__F = function com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_getAmountX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountX; +} +; +_.getAmountY__F = function com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_getAmountY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountY; +} +; +_.setAmount__FV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_setAmount__FV(scale){ + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountX = scale; + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountY = scale; +} +; +_.setAmount__FFV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_setAmount__FFV(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountX = x_0; + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountY = y_0; +} +; +_.setAmountX__FV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_setAmountX__FV(x_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountX = x_0; +} +; +_.setAmountY__FV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_setAmountY__FV(y_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountY = y_0; +} +; +_.updateRelative__FV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_updateRelative__FV(percentDelta){ + com_badlogic_gdx_scenes_scene2d_Actor_$scaleBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountX * percentDelta, this.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountY * percentDelta); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountX = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountY = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_476, 612, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_ScaleToAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(611, 117, {78:1, 611:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_ScaleToAction__V); +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_begin__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startX = this.com_badlogic_gdx_scenes_scene2d_Action_target.com_badlogic_gdx_scenes_scene2d_Actor_scaleX; + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startY = this.com_badlogic_gdx_scenes_scene2d_Action_target.com_badlogic_gdx_scenes_scene2d_Actor_scaleY; +} +; +_.getX__F = function com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_getX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX; +} +; +_.getY__F = function com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_getY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY; +} +; +_.setScale__FV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_setScale__FV(scale){ + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX = scale; + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY = scale; +} +; +_.setScale__FFV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_setScale__FFV(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX = x_0; + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY = y_0; +} +; +_.setX__FV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_setX__FV(x_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX = x_0; +} +; +_.setY__FV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_setY__FV(y_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY = y_0; +} +; +_.update__FV = function com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_update__FV(percent){ + var x_0, y_0; + if (percent == 0) { + x_0 = this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startX; + y_0 = this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startY; + } + else if (percent == 1) { + x_0 = this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX; + y_0 = this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY; + } + else { + x_0 = this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startX + (this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX - this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startX) * percent; + y_0 = this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startY + (this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY - this.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startY) * percent; + } + com_badlogic_gdx_scenes_scene2d_Actor_$setScale__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this.com_badlogic_gdx_scenes_scene2d_Action_target, x_0, y_0); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startX = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startY = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_477, 611, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__V(){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__V.call(this); +} + +function com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +function com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1, action2){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +function com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1, action2, action3){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action3); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action3.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +function com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1, action2, action3, action4){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action3); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action3.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action4); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action4.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +function com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action1, action2, action3, action4, action5){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$$init__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action1); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action1.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action2); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action2.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action3); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action3.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action4); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action4.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, action5); + !!this.com_badlogic_gdx_scenes_scene2d_Action_actor && action5.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_Action_actor); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(251, 143, {78:1, 143:1, 251:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__V, com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V, com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V, com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V, com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V, com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_act__FZ(delta){ + var pool; + if (this.com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_index >= this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions.com_badlogic_gdx_utils_Array_size) + return true; + pool = this.com_badlogic_gdx_scenes_scene2d_Action_pool; + this.com_badlogic_gdx_scenes_scene2d_Action_pool = null; + try { + if (com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, this.com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_index).act__FZ(delta)) { + if (!this.com_badlogic_gdx_scenes_scene2d_Action_actor) + return true; + ++this.com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_index; + if (this.com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_index >= this.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions.com_badlogic_gdx_utils_Array_size) + return true; + } + return false; + } + finally { + this.com_badlogic_gdx_scenes_scene2d_Action_pool = pool; + } +} +; +_.restart__V = function com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_restart__V(){ + com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_$restart__Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2V(this); + this.com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_index = 0; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_index = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_478, 251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_SizeByAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(610, 362, {78:1, 362:1, 610:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_SizeByAction__V); +_.getAmountHeight__F = function com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_getAmountHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountHeight; +} +; +_.getAmountWidth__F = function com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_getAmountWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountWidth; +} +; +_.setAmount__FFV = function com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_setAmount__FFV(width_0, height){ + this.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountWidth = width_0; + this.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountHeight = height; +} +; +_.setAmountHeight__FV = function com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_setAmountHeight__FV(height){ + this.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountHeight = height; +} +; +_.setAmountWidth__FV = function com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_setAmountWidth__FV(width_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountWidth = width_0; +} +; +_.updateRelative__FV = function com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_updateRelative__FV(percentDelta){ + com_badlogic_gdx_scenes_scene2d_Actor_$sizeBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountWidth * percentDelta, this.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountHeight * percentDelta); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountWidth = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_479, 610, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_SizeToAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(609, 117, {78:1, 609:1, 117:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_SizeToAction__V); +_.begin__V = function com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_begin__V(){ + this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startWidth = this.com_badlogic_gdx_scenes_scene2d_Action_target.com_badlogic_gdx_scenes_scene2d_Actor_width; + this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startHeight = this.com_badlogic_gdx_scenes_scene2d_Action_target.com_badlogic_gdx_scenes_scene2d_Actor_height; +} +; +_.getHeight__F = function com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_getHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endHeight; +} +; +_.getWidth__F = function com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_getWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endWidth; +} +; +_.setHeight__FV = function com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_setHeight__FV(height){ + this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endHeight = height; +} +; +_.setSize__FFV = function com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_setSize__FFV(width_0, height){ + this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endWidth = width_0; + this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endHeight = height; +} +; +_.setWidth__FV = function com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_setWidth__FV(width_0){ + this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endWidth = width_0; +} +; +_.update__FV = function com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_update__FV(percent){ + var height, width_0; + if (percent == 0) { + width_0 = this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startWidth; + height = this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startHeight; + } + else if (percent == 1) { + width_0 = this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endWidth; + height = this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endHeight; + } + else { + width_0 = this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startWidth + (this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endWidth - this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startWidth) * percent; + height = this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startHeight + (this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endHeight - this.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startHeight) * percent; + } + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this.com_badlogic_gdx_scenes_scene2d_Action_target, width_0, height); +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startWidth = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_480, 609, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_TimeScaleAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(619, 363, {78:1, 363:1, 619:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_TimeScaleAction__V); +_.delegate__FZ = function com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_delegate__FZ(delta){ + if (!this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action) + return true; + return this.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action.act__FZ(delta * this.com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_scale); +} +; +_.getScale__F = function com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_getScale__F(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_scale; +} +; +_.setScale__FV = function com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_setScale__FV(scale){ + this.com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_scale = scale; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_scale = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_481, 619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_TouchableAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(617, 78, {78:1, 617:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_TouchableAction__V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_act__FZ(delta){ + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_touchable); + return true; +} +; +_.getTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2 = function com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_getTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_touchable; +} +; +_.setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V = function com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(touchable){ + this.com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_touchable = touchable; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_482, 617, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_VisibleAction__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(616, 78, {78:1, 616:1, 67:1}, com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_VisibleAction__V); +_.act__FZ = function com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_act__FZ(delta){ + com_badlogic_gdx_scenes_scene2d_Actor_$setVisible__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this.com_badlogic_gdx_scenes_scene2d_Action_target, this.com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_visible); + return true; +} +; +_.isVisible__Z = function com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_isVisible__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_visible; +} +; +_.setVisible__ZV = function com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_setVisible__ZV(visible){ + this.com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_visible = visible; +} +; +_.com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_visible = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_456, $intern_483, 616, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_435, 'Layout'); +function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static){ + var parent_0; + this$static.invalidate__V(); + parent_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent; + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(parent_0, 45) && parent_0.invalidateHierarchy__V(); +} + +function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$pack__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static){ + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, this$static.getPrefWidth__F(), this$static.getPrefHeight__F()); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, this$static.getPrefWidth__F(), this$static.getPrefHeight__F()); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$setLayoutEnabled__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this$static, parent_0, enabled){ + var actor, children, i, n; + children = parent_0.com_badlogic_gdx_scenes_scene2d_Group_children; + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + actor = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(actor, 45)?actor.setLayoutEnabled__ZV(enabled):com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(actor, 79) && com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$setLayoutEnabled__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this$static, actor, enabled); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static){ + var i, parent_0, stage; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_layoutEnabled) + return; + parent_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_fillParent && !!parent_0) { + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + !!stage && parent_0 == stage.com_badlogic_gdx_scenes_scene2d_Stage_root?com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth, stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight):com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, parent_0.com_badlogic_gdx_scenes_scene2d_Actor_width, parent_0.com_badlogic_gdx_scenes_scene2d_Actor_height); + } + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = false; + this$static.layout__V(); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout) { + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(parent_0, 86)) + return; + for (i = 0; i < 5; i++) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = false; + this$static.layout__V(); + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout) + break; + } + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_Group_Group__V.call(this); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actors){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + var actor, actor$array, actor$index, actor$max; + com_badlogic_gdx_scenes_scene2d_Group_Group__V.call(this); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); + for (actor$array = actors , actor$index = 0 , actor$max = actor$array.length; actor$index < actor$max; ++actor$index) { + actor = actor$array[actor$index]; + this.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(86, 79, {70:1, 79:1, 86:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V, com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2V); +_.childrenChanged__V = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_childrenChanged__V(){ + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); + com_badlogic_gdx_scenes_scene2d_Group_$draw__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.getMaxHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_getMaxHeight__F(){ + return 0; +} +; +_.getMaxWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_getMaxWidth__F(){ + return 0; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_getMinHeight__F(){ + return this.getPrefHeight__F(); +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_getMinWidth__F(){ + return this.getPrefWidth__F(); +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_getPrefHeight__F(){ + return 0; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_getPrefWidth__F(){ + return 0; +} +; +_.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(x_0, y_0, touchable){ + return com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this) , com_badlogic_gdx_scenes_scene2d_Group_$hit__Lcom_badlogic_gdx_scenes_scene2d_Group_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, x_0, y_0, touchable); +} +; +_.invalidate__V = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_invalidate__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} +; +_.invalidateHierarchy__V = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_invalidateHierarchy__V(){ + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_layout__V(){ +} +; +_.needsLayout__Z = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout; +} +; +_.pack__V = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_pack__V(){ + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$pack__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); +} +; +_.setFillParent__ZV = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_setFillParent__ZV(fillParent){ + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_fillParent = fillParent; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup$setLayoutEnabled__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_setLayoutEnabled__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(parent_0, enabled){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$setLayoutEnabled__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this, parent_0, enabled); +} +; +_.setLayoutEnabled__ZV = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_setLayoutEnabled__ZV(enabled){ + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_layoutEnabled = enabled; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$setLayoutEnabled__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this, this, enabled); +} +; +_.sizeChanged__V = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_sizeChanged__V(){ + this.invalidate__V(); +} +; +_.validate__V = function com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_validate__V(){ + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_fillParent = false; +_.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_layoutEnabled = true; +_.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_485, 86, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_debugTableColor = new com_badlogic_gdx_graphics_Color_Color__FFFFV(0, 0, 1, 1); + com_badlogic_gdx_scenes_scene2d_ui_Table_debugCellColor = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 0, 0, 1); + com_badlogic_gdx_scenes_scene2d_ui_Table_debugActorColor = new com_badlogic_gdx_graphics_Color_Color__FFFFV(0, 1, 0, 1); + com_badlogic_gdx_scenes_scene2d_ui_Table_cellPool = new com_badlogic_gdx_scenes_scene2d_ui_Table$1_Table$1__V; + com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundTop = new com_badlogic_gdx_scenes_scene2d_ui_Table$2_Table$2__V; + com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundLeft = new com_badlogic_gdx_scenes_scene2d_ui_Table$3_Table$3__V; + com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundBottom = new com_badlogic_gdx_scenes_scene2d_ui_Table$4_Table$4__V; + com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundRight = new com_badlogic_gdx_scenes_scene2d_ui_Table$5_Table$5__V; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, actor){ + var cell, cellCount, cells_0, column, i, lastCell, nn, other; + cell = com_badlogic_gdx_scenes_scene2d_ui_Table_$obtainCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static); + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor = actor; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_implicitEndRow) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_implicitEndRow = false; + --this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rows; + com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells).com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow = false; + } + cellCount = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_size; + if (cellCount > 0) { + lastCell = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells); + if (lastCell.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow) { + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_column = 0; + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_row = lastCell.com_badlogic_gdx_scenes_scene2d_ui_Cell_row + 1; + } + else { + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_column = lastCell.com_badlogic_gdx_scenes_scene2d_ui_Cell_column + lastCell.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_row = lastCell.com_badlogic_gdx_scenes_scene2d_ui_Cell_row; + } + if (cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_row > 0) { + cells_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_items; + outer: for (i = cellCount - 1; i >= 0; i--) { + other = cells_0[i]; + for (column = other.com_badlogic_gdx_scenes_scene2d_ui_Cell_column , nn = column + other.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; column < nn; column++) { + if (column == cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_column) { + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_cellAboveIndex = i; + break outer; + } + } + } + } + } + else { + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_column = 0; + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_row = 0; + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells, cell); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$set__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(cell, this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cellDefaults); + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_column < this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults.com_badlogic_gdx_utils_Array_size && com_badlogic_gdx_scenes_scene2d_ui_Cell_$merge__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(cell, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults, cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_column)); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$merge__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(cell, this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults); + !!actor && com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor); + return cell; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$addDebugRect__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_graphics_Color_2V(this$static, x_0, y_0, w, h, color_0){ + var rect; + rect = com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2((com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_pool)); + rect.com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_color = color_0; + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(rect, x_0, y_0, w, h); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects, rect); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$addDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFV(this$static, currentX, currentY, width_0, height){ + var c, column, h, i, n, nn, spannedCellWidth, x_0, y_0; + com_badlogic_gdx_scenes_scene2d_ui_Table_$clearDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debug == (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table) || this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debug == com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all) { + com_badlogic_gdx_scenes_scene2d_ui_Table_$addDebugRect__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_graphics_Color_2V(this$static, 0, 0, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height, com_badlogic_gdx_scenes_scene2d_ui_Table_debugTableColor); + com_badlogic_gdx_scenes_scene2d_ui_Table_$addDebugRect__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_graphics_Color_2V(this$static, currentX, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height - currentY, width_0, -height, com_badlogic_gdx_scenes_scene2d_ui_Table_debugTableColor); + } + x_0 = currentX; + for (i = 0 , n = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_size; i < n; i++) { + c = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells, i); + (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debug == com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor || this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debug == com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all) && com_badlogic_gdx_scenes_scene2d_ui_Table_$addDebugRect__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_graphics_Color_2V(this$static, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight, com_badlogic_gdx_scenes_scene2d_ui_Table_debugActorColor); + spannedCellWidth = 0; + for (column = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column , nn = column + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; column < nn; column++) + spannedCellWidth += this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columnWidth[column]; + spannedCellWidth -= c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight; + currentX += c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debug == com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell || this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debug == com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all) { + h = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row] - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom; + y_0 = currentY + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop; + com_badlogic_gdx_scenes_scene2d_ui_Table_$addDebugRect__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_graphics_Color_2V(this$static, currentX, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height - y_0, spannedCellWidth, -h, com_badlogic_gdx_scenes_scene2d_ui_Table_debugCellColor); + } + if (c.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow) { + currentX = x_0; + currentY += this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row]; + } + else + currentX += spannedCellWidth + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight; + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$clearChildren__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(this$static, unfocus){ + var actor, cell, cells_0, i; + cells_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_items; + for (i = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) { + cell = cells_0[i]; + actor = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor; + !!actor && com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor); + } + com_badlogic_gdx_utils_Pool_$freeAll__Lcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2V(com_badlogic_gdx_scenes_scene2d_ui_Table_cellPool, this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rows = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columns = 0; + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults && com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_ui_Table_cellPool, this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_implicitEndRow = false; + com_badlogic_gdx_scenes_scene2d_Group_$clearChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this$static, unfocus); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$clearDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static){ + !this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects = new com_badlogic_gdx_utils_Array_Array__V); + com_badlogic_gdx_utils_Pool_$freeAll__Lcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2V((com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_pool), this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects.clear__V(); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static){ + var a, above, c, cellCount, cells_0, colspan, column, columnMinWidth, columnPrefWidth, columns, expandHeight, expandWidth, expandX, extraMinWidth, extraPrefWidth, hpadding, hpadding0, i, i0, i1, i2, i3, i4, ii, ii0, maxHeight, maxWidth, minHeight, minWidth, nn, nn0, prefHeight, prefWidth, ratio, row, rowMinHeight, rowPrefHeight, rows_0, spaceRight, spaceRightLast, spannedMinWidth, spannedPrefWidth, totalExpandWidth, uniformMinHeight, uniformMinWidth, uniformPrefHeight, uniformPrefWidth, vpadding, vpadding0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = false; + cells_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_items; + cellCount = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_size; + if (cellCount > 0 && !cells_0[cellCount - 1].com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow) { + com_badlogic_gdx_scenes_scene2d_ui_Table_$endRow__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_implicitEndRow = true; + } + columns = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columns; + rows_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rows; + columnMinWidth = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columnMinWidth = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columnMinWidth, columns); + rowMinHeight = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowMinHeight = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowMinHeight, rows_0); + columnPrefWidth = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columnPrefWidth = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columnPrefWidth, columns); + rowPrefHeight = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowPrefHeight = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowPrefHeight, rows_0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columnWidth = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columnWidth, columns); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowHeight = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowHeight, rows_0); + expandWidth = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_expandWidth = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_expandWidth, columns); + expandHeight = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_expandHeight = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_expandHeight, rows_0); + spaceRightLast = 0; + for (i0 = 0; i0 < cellCount; i0++) { + c = cells_0[i0]; + column = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column; + row = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row; + colspan = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; + a = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor; + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY.java_lang_Integer_value != 0 && expandHeight[row] == 0 && (expandHeight[row] = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY.java_lang_Integer_value); + colspan == 1 && c.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX.java_lang_Integer_value != 0 && expandWidth[column] == 0 && (expandWidth[column] = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX.java_lang_Integer_value); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a) + (column == 0?0:$wnd.Math.max(0, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a) - spaceRightLast)); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + if (c.com_badlogic_gdx_scenes_scene2d_ui_Cell_cellAboveIndex != -1) { + above = cells_0[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_cellAboveIndex]; + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop += $wnd.Math.max(0, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a) - above.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a)); + } + spaceRight = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a) + (column + colspan == columns?0:spaceRight); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a) + (row == rows_0 - 1?0:c.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a)); + spaceRightLast = spaceRight; + prefWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + prefHeight = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + minWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + minHeight = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + maxWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + maxHeight = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + prefWidth < minWidth && (prefWidth = minWidth); + prefHeight < minHeight && (prefHeight = minHeight); + maxWidth > 0 && prefWidth > maxWidth && (prefWidth = maxWidth); + maxHeight > 0 && prefHeight > maxHeight && (prefHeight = maxHeight); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_round) { + minWidth = $wnd.Math.ceil(minWidth); + minHeight = $wnd.Math.ceil(minHeight); + prefWidth = $wnd.Math.ceil(prefWidth); + prefHeight = $wnd.Math.ceil(prefHeight); + } + if (colspan == 1) { + hpadding0 = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight; + columnPrefWidth[column] = $wnd.Math.max(columnPrefWidth[column], prefWidth + hpadding0); + columnMinWidth[column] = $wnd.Math.max(columnMinWidth[column], minWidth + hpadding0); + } + vpadding0 = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom; + rowPrefHeight[row] = $wnd.Math.max(rowPrefHeight[row], prefHeight + vpadding0); + rowMinHeight[row] = $wnd.Math.max(rowMinHeight[row], minHeight + vpadding0); + } + uniformMinWidth = 0; + uniformMinHeight = 0; + uniformPrefWidth = 0; + uniformPrefHeight = 0; + for (i1 = 0; i1 < cellCount; i1++) { + c = cells_0[i1]; + column = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column; + expandX = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX.java_lang_Integer_value; + outer: if (expandX != 0) { + nn = column + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; + for (ii0 = column; ii0 < nn; ii0++) + if (expandWidth[ii0] != 0) + break outer; + for (ii = column; ii < nn; ii++) + expandWidth[ii] = expandX; + } + if (c.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX == (java_lang_Boolean_$clinit__V() , java_lang_Boolean_TRUE) && c.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value == 1) { + hpadding0 = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight; + uniformMinWidth = $wnd.Math.max(uniformMinWidth, columnMinWidth[column] - hpadding0); + uniformPrefWidth = $wnd.Math.max(uniformPrefWidth, columnPrefWidth[column] - hpadding0); + } + if (c.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY == java_lang_Boolean_TRUE) { + vpadding0 = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom; + uniformMinHeight = $wnd.Math.max(uniformMinHeight, rowMinHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row] - vpadding0); + uniformPrefHeight = $wnd.Math.max(uniformPrefHeight, rowPrefHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row] - vpadding0); + } + } + if (uniformPrefWidth > 0 || uniformPrefHeight > 0) { + for (i2 = 0; i2 < cellCount; i2++) { + c = cells_0[i2]; + if (uniformPrefWidth > 0 && c.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX == (java_lang_Boolean_$clinit__V() , java_lang_Boolean_TRUE) && c.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value == 1) { + hpadding0 = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight; + columnMinWidth[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column] = uniformMinWidth + hpadding0; + columnPrefWidth[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column] = uniformPrefWidth + hpadding0; + } + if (uniformPrefHeight > 0 && c.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY == (java_lang_Boolean_$clinit__V() , java_lang_Boolean_TRUE)) { + vpadding0 = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom; + rowMinHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row] = uniformMinHeight + vpadding0; + rowPrefHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row] = uniformPrefHeight + vpadding0; + } + } + } + for (i3 = 0; i3 < cellCount; i3++) { + c = cells_0[i3]; + colspan = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; + if (colspan == 1) + continue; + column = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column; + a = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor; + minWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + prefWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + maxWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + prefWidth < minWidth && (prefWidth = minWidth); + maxWidth > 0 && prefWidth > maxWidth && (prefWidth = maxWidth); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_round) { + minWidth = $wnd.Math.ceil(minWidth); + prefWidth = $wnd.Math.ceil(prefWidth); + } + spannedMinWidth = -(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight); + spannedPrefWidth = spannedMinWidth; + totalExpandWidth = 0; + for (ii0 = column , nn0 = ii0 + colspan; ii0 < nn0; ii0++) { + spannedMinWidth += columnMinWidth[ii0]; + spannedPrefWidth += columnPrefWidth[ii0]; + totalExpandWidth += expandWidth[ii0]; + } + extraMinWidth = $wnd.Math.max(0, minWidth - spannedMinWidth); + extraPrefWidth = $wnd.Math.max(0, prefWidth - spannedPrefWidth); + for (ii = column , nn = ii + colspan; ii < nn; ii++) { + ratio = totalExpandWidth == 0?1 / colspan:expandWidth[ii] / totalExpandWidth; + columnMinWidth[ii] += extraMinWidth * ratio; + columnPrefWidth[ii] += extraPrefWidth * ratio; + } + } + hpadding = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static) + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + vpadding = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static) + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinWidth = hpadding; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefWidth = hpadding; + for (i4 = 0; i4 < columns; i4++) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinWidth += columnMinWidth[i4]; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefWidth += columnPrefWidth[i4]; + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinHeight = vpadding; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefHeight = vpadding; + for (i = 0; i < rows_0; i++) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinHeight += rowMinHeight[i]; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefHeight += $wnd.Math.max(rowMinHeight[i], rowPrefHeight[i]); + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinWidth, this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefWidth); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinHeight, this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefHeight); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(this$static, debug){ + com_badlogic_gdx_scenes_scene2d_Actor_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this$static, debug != (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none)); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debug != debug) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debug = debug; + debug == com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none?com_badlogic_gdx_scenes_scene2d_ui_Table_$clearDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static):(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true , this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true); + } + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha){ + var padBottom, padLeft; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + if (this$static.com_badlogic_gdx_scenes_scene2d_Group_transform) { + com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, batch, com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this$static)); + this$static.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(batch, parentAlpha, 0, 0); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_clip) { + batch.flush__V(); + padLeft = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + padBottom = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + if (com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this$static, padLeft, padBottom, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width - padLeft - this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static), this$static.com_badlogic_gdx_scenes_scene2d_Actor_height - padBottom - this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static))) { + com_badlogic_gdx_scenes_scene2d_Group_$drawChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha); + batch.flush__V(); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2()); + } + } + else + com_badlogic_gdx_scenes_scene2d_Group_$drawChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha); + batch.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(this$static.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); + } + else { + this$static.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(batch, parentAlpha, this$static.com_badlogic_gdx_scenes_scene2d_Actor_x, this$static.com_badlogic_gdx_scenes_scene2d_Actor_y); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + com_badlogic_gdx_scenes_scene2d_Group_$draw__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(this$static, batch, parentAlpha, x_0, y_0){ + var color_0; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_background) + return; + color_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_color; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_background.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$drawDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this$static, shapes){ + var debugRect, i, n, x_0, y_0; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects || !this$static.com_badlogic_gdx_scenes_scene2d_Actor_debug) + return; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$set__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(shapes, (com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V() , com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line)); + !!this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage && com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setColor__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_Color_2V(shapes, this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage.com_badlogic_gdx_scenes_scene2d_Stage_debugColor); + x_0 = 0; + y_0 = 0; + if (!this$static.com_badlogic_gdx_scenes_scene2d_Group_transform) { + x_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_x; + y_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_y; + } + for (i = 0 , n = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects.com_badlogic_gdx_utils_Array_size; i < n; i++) { + debugRect = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects, i); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setColor__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_Color_2V(shapes, debugRect.com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_color); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$rect__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2FFFFV(shapes, x_0 + debugRect.com_badlogic_gdx_math_Rectangle_x, y_0 + debugRect.com_badlogic_gdx_math_Rectangle_y, debugRect.com_badlogic_gdx_math_Rectangle_width, debugRect.com_badlogic_gdx_math_Rectangle_height); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$endRow__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static){ + var cell, cells_0, i, rowColumns; + cells_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_items; + rowColumns = 0; + for (i = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) { + cell = cells_0[i]; + if (cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow) + break; + rowColumns += cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columns = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_columns, rowColumns); + ++this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rows; + com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells).com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(array, size_0){ + if (array == null || array.length < size_0) + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, size_0, 15, 1); + javaemul_internal_InternalPreconditions_checkCriticalArrayBounds__IIIV(0, size_0, array.length); + java_util_Arrays_fill0___3FIIFV(array, size_0, 0); + return array; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, actor){ + var c, cells_0, i, n; + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + cells_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_items; + for (i = 0 , n = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_size; i < n; i++) { + c = cells_0[i]; + if (c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor == actor) + return c; + } + return null; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$getMinHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static); + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinHeight; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$getMinWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static); + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinWidth; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static){ + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static){ + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static){ + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static){ + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static){ + var height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static); + height = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefHeight; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_background) + return $wnd.Math.max(height, this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_background.getMinHeight__F()); + return height; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static){ + var width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static); + width_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefWidth; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_background) + return $wnd.Math.max(width_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_background.getMinWidth__F()); + return width_0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$hit__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, x_0, y_0, touchable){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_clip) { + if (touchable && this$static.com_badlogic_gdx_scenes_scene2d_Actor_touchable == (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_disabled)) + return null; + if (x_0 < 0 || x_0 >= this$static.com_badlogic_gdx_scenes_scene2d_Actor_width || y_0 < 0 || y_0 >= this$static.com_badlogic_gdx_scenes_scene2d_Actor_height) + return null; + } + return com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static) , com_badlogic_gdx_scenes_scene2d_Group_$hit__Lcom_badlogic_gdx_scenes_scene2d_Group_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this$static, x_0, y_0, touchable); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$obtainCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static){ + var cell; + cell = com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_scenes_scene2d_ui_Table_cellPool); + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_table = this$static; + return cell; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(this$static, pad){ + if (!pad) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_486)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus){ + var cell; + if (!com_badlogic_gdx_scenes_scene2d_Group_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus)) + return false; + cell = com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, actor); + !!cell && (cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor = null); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$row__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_size > 0) { + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_implicitEndRow) { + if (com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cells).com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults; + com_badlogic_gdx_scenes_scene2d_ui_Table_$endRow__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this$static); + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_implicitEndRow = false; + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults && com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_ui_Table_cellPool, this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults = com_badlogic_gdx_scenes_scene2d_ui_Table_$obtainCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$clear__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults); + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static, background){ + var padBottomNew, padBottomOld, padLeftNew, padLeftOld, padRightNew, padRightOld, padTopNew, padTopOld; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_background == background) + return; + padTopOld = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + padLeftOld = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + padBottomOld = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + padRightOld = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_background = background; + padTopNew = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + padLeftNew = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + padBottomNew = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + padRightNew = this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this$static); + padTopOld + padBottomOld != padTopNew + padBottomNew || padLeftOld + padRightOld != padLeftNew + padRightNew?com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static):(padTopOld != padTopNew || padLeftOld != padLeftNew || padBottomOld != padBottomNew || padRightOld != padRightNew) && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true , this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Ljava_lang_String_2V(this$static, drawableName){ + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_skin) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_487)); + com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static, com_badlogic_gdx_scenes_scene2d_ui_Skin_$getDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_skin, drawableName)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_$setClip__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(this$static, enabled){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_clip = enabled; + this$static.com_badlogic_gdx_scenes_scene2d_Group_transform = enabled; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_Table__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_Table__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V.call(this, null); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table_Table__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(skin){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_cells = new com_badlogic_gdx_utils_Array_Array__IV(4); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults = new com_badlogic_gdx_utils_Array_Array__IV(2); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop = com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundTop; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft = com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundLeft; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom = com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundBottom; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight = com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundRight; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align = 1; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_debug = (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_round = true; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_cellDefaults = com_badlogic_gdx_scenes_scene2d_ui_Table_$obtainCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this); + this.com_badlogic_gdx_scenes_scene2d_Group_transform = false; + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(99, 86, $intern_488, com_badlogic_gdx_scenes_scene2d_ui_Table_Table__V, com_badlogic_gdx_scenes_scene2d_ui_Table_Table__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V); +_.debug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_debug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(this, (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all)) , this; +} +; +_.debugAll__Lcom_badlogic_gdx_scenes_scene2d_Group_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_debugAll__Lcom_badlogic_gdx_scenes_scene2d_Group_2(){ + return com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(this, true, true) , this; +} +; +_.add__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_add__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, null); +} +; +_.add__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_add__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(actor){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, actor); +} +; +_.add__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_add__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(text_0){ + if (!this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_487)); + return com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(text_0, this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin)); +} +; +_.add__Ljava_lang_CharSequence_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_add__Ljava_lang_CharSequence_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(text_0, labelStyleName){ + if (!this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_487)); + return com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin, labelStyleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit))); +} +; +_.add__Ljava_lang_CharSequence_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_add__Ljava_lang_CharSequence_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(text_0, fontName, color_0){ + if (!this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_487)); + return com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin, fontName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit), color_0))); +} +; +_.add__Ljava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_add__Ljava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(text_0, fontName, colorName){ + if (!this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_487)); + return com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin, fontName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit), com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin, colorName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit)))); +} +; +_.add___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_add___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(actors){ + var i, n; + for (i = 0 , n = actors.length; i < n; i++) + com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, actors[i]); + return this; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Table$addDebugRect__FFFFLcom_badlogic_gdx_graphics_Color_2V = function com_badlogic_gdx_scenes_scene2d_ui_Table_addDebugRect__FFFFLcom_badlogic_gdx_graphics_Color_2V(x_0, y_0, w, h, color_0){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_$addDebugRect__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_graphics_Color_2V(this, x_0, y_0, w, h, color_0); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Table$addDebugRects__FFFFV = function com_badlogic_gdx_scenes_scene2d_ui_Table_addDebugRects__FFFFV(currentX, currentY, width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_$addDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFV(this, currentX, currentY, width_0, height); +} +; +_.align__ILcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_align__ILcom_badlogic_gdx_scenes_scene2d_ui_Table_2(align_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align = align_0; + return this; +} +; +_.background__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_background__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(background){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this, background); + return this; +} +; +_.background__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_background__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(drawableName){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Ljava_lang_String_2V(this, drawableName); + return this; +} +; +_.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align |= 4; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align &= -3; + return this; +} +; +_.center__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_center__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align = 1; + return this; +} +; +_.clearChildren__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Table_clearChildren__ZV(unfocus){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clearChildren__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(this, unfocus); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Table$clearDebugRects__V = function com_badlogic_gdx_scenes_scene2d_ui_Table_clearDebugRects__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_$clearDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this); +} +; +_.clip__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_clip__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$setClip__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(this, true); + return this; +} +; +_.clip__ZLcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_clip__ZLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(enabled){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$setClip__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(this, enabled); + return this; +} +; +_.columnDefaults__ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults__ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(column){ + var cell, i; + cell = this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults.com_badlogic_gdx_utils_Array_size > column?com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults, column):null; + if (!cell) { + cell = com_badlogic_gdx_scenes_scene2d_ui_Table_$obtainCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$clear__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(cell); + if (column >= this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults.com_badlogic_gdx_utils_Array_size) { + for (i = this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults.com_badlogic_gdx_utils_Array_size; i < column; i++) + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults, null); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults, cell); + } + else + com_badlogic_gdx_utils_Array_$set__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults, column, cell); + } + return cell; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Table$computeSize__V = function com_badlogic_gdx_scenes_scene2d_ui_Table_computeSize__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this); +} +; +_.debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(this, (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all)) , this; +} +; +_.debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(debug){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(this, debug); +} +; +_.debugActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_debugActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + this.com_badlogic_gdx_scenes_scene2d_Actor_debug = true; + com_badlogic_gdx_scenes_scene2d_Stage_debug = true; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Table_debug != (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor)) { + this.com_badlogic_gdx_scenes_scene2d_ui_Table_debug = com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + } + return this; +} +; +_.debugAll__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_debugAll__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + return com_badlogic_gdx_scenes_scene2d_Group_$setDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZV(this, true, true) , this; +} +; +_.debugCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_debugCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + this.com_badlogic_gdx_scenes_scene2d_Actor_debug = true; + com_badlogic_gdx_scenes_scene2d_Stage_debug = true; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Table_debug != (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell)) { + this.com_badlogic_gdx_scenes_scene2d_ui_Table_debug = com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + } + return this; +} +; +_.debugTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_debugTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + this.com_badlogic_gdx_scenes_scene2d_Actor_debug = true; + com_badlogic_gdx_scenes_scene2d_Stage_debug = true; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Table_debug != (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table)) { + this.com_badlogic_gdx_scenes_scene2d_ui_Table_debug = com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + } + return this; +} +; +_.defaults__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_defaults__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_cellDefaults; +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Table_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV = function com_badlogic_gdx_scenes_scene2d_ui_Table_drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(batch, parentAlpha, x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(this, batch, parentAlpha, x_0, y_0); +} +; +_.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_ui_Table_drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + var height, width_0, x_0, y_0; + if (this.com_badlogic_gdx_scenes_scene2d_Group_transform) { + com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(this, shapes, com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this)); + com_badlogic_gdx_scenes_scene2d_ui_Table_$drawDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + if (this.com_badlogic_gdx_scenes_scene2d_ui_Table_clip) { + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$flush__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes); + x_0 = 0; + y_0 = 0; + width_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Table_background) { + x_0 = this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + y_0 = this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + width_0 -= x_0 + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + height -= y_0 + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + } + if (com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this, x_0, y_0, width_0, height)) { + com_badlogic_gdx_scenes_scene2d_Group_$drawDebugChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2()); + } + } + else + com_badlogic_gdx_scenes_scene2d_Group_$drawDebugChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setTransformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(shapes, this.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); + } + else { + com_badlogic_gdx_scenes_scene2d_ui_Table_$drawDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + com_badlogic_gdx_scenes_scene2d_Group_$drawDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + } +} +; +_.drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_ui_Table_drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Table$drawDebugRects__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_ui_Table_drawDebugRects__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_$drawDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Table$endRow__V = function com_badlogic_gdx_scenes_scene2d_ui_Table_endRow__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_$endRow__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Table$ensureSize___3FI_3F = function com_badlogic_gdx_scenes_scene2d_ui_Table_ensureSize___3FI_3F(array, size_0){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + return com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(array, size_0); +} +; +_.getAlign__I = function com_badlogic_gdx_scenes_scene2d_ui_Table_getAlign__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_align; +} +; +_.getBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_getBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_background; +} +; +_.getCell__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_getCell__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(actor){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, actor); +} +; +_.getCells__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_getCells__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_cells; +} +; +_.getClip__Z = function com_badlogic_gdx_scenes_scene2d_ui_Table_getClip__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_clip; +} +; +_.getColumnMinWidth__IF = function com_badlogic_gdx_scenes_scene2d_ui_Table_getColumnMinWidth__IF(columnIndex){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnMinWidth[columnIndex]; +} +; +_.getColumnPrefWidth__IF = function com_badlogic_gdx_scenes_scene2d_ui_Table_getColumnPrefWidth__IF(columnIndex){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnPrefWidth[columnIndex]; +} +; +_.getColumnWidth__IF = function com_badlogic_gdx_scenes_scene2d_ui_Table_getColumnWidth__IF(columnIndex){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnWidth == null) + return 0; + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnWidth[columnIndex]; +} +; +_.getColumns__I = function com_badlogic_gdx_scenes_scene2d_ui_Table_getColumns__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_columns; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getMinHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getMinHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this); +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getMinWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getMinWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this); +} +; +_.getPadBottom__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadBottom__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this); +} +; +_.getPadBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom; +} +; +_.getPadLeft__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadLeft__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this); +} +; +_.getPadLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft; +} +; +_.getPadRight__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadRight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this); +} +; +_.getPadRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight; +} +; +_.getPadTop__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadTop__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this); +} +; +_.getPadTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop; +} +; +_.getPadX__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getPadY__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPadY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPrefHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this); +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Table_getPrefWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this); +} +; +_.getRow__FI = function com_badlogic_gdx_scenes_scene2d_ui_Table_getRow__FI(y_0){ + var c, cells_0, i, n, row; + n = this.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_size; + if (n == 0) + return -1; + y_0 += this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + cells_0 = this.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_items; + for (i = 0 , row = 0; i < n;) { + c = cells_0[i++]; + if (c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop < y_0) + return row; + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow && ++row; + } + return -1; +} +; +_.getRowHeight__IF = function com_badlogic_gdx_scenes_scene2d_ui_Table_getRowHeight__IF(rowIndex){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_Table_rowHeight == null) + return 0; + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_rowHeight[rowIndex]; +} +; +_.getRowMinHeight__IF = function com_badlogic_gdx_scenes_scene2d_ui_Table_getRowMinHeight__IF(rowIndex){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_rowMinHeight[rowIndex]; +} +; +_.getRowPrefHeight__IF = function com_badlogic_gdx_scenes_scene2d_ui_Table_getRowPrefHeight__IF(rowIndex){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_rowPrefHeight[rowIndex]; +} +; +_.getRows__I = function com_badlogic_gdx_scenes_scene2d_ui_Table_getRows__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_rows; +} +; +_.getSkin__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_getSkin__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin; +} +; +_.getTableDebug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_getTableDebug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Table_debug; +} +; +_.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(x_0, y_0, touchable){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$hit__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, x_0, y_0, touchable); +} +; +_.invalidate__V = function com_badlogic_gdx_scenes_scene2d_ui_Table_invalidate__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_Table_layout__V(){ + var a, align_0, amount, c, cellCount, cells_0, child, children, childrenArray, colspan, column, column0, columnMinWidth, columnPrefWidth, columnWeightedWidth, columnWidth, columns, currentX, currentY, expandHeight, expandWidth, extra, extraHeight, extraWidth, fillX, fillY, growHeight, growRatio, growWidth, hpadding, i, i0, i1, i2, i3, i4, i5, i6, i7, i8, ii, lastIndex, layoutHeight, layoutWidth, maxHeight, maxWidth, minHeight, minWidth, n, nn, nn0, padLeft, padTop, prefHeight, prefWidth, row, rowHeight, rowMinHeight, rowPrefHeight, rowWeightedHeight, rows_0, spannedCellWidth, spannedWeightedWidth, tableHeight, tableWidth, totalExpand, totalGrowHeight, totalGrowWidth, used, vpadding, weightedHeight, x_0, y_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Table_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(this); + layoutWidth = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + layoutHeight = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + columns = this.com_badlogic_gdx_scenes_scene2d_ui_Table_columns; + rows_0 = this.com_badlogic_gdx_scenes_scene2d_ui_Table_rows; + columnWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnWidth; + rowHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Table_rowHeight; + padLeft = this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + hpadding = padLeft + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + padTop = this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + vpadding = padTop + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + totalGrowWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefWidth - this.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinWidth; + if (totalGrowWidth == 0) + columnWeightedWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnMinWidth; + else { + extraWidth = $wnd.Math.min(totalGrowWidth, $wnd.Math.max(0, layoutWidth - this.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinWidth)); + columnWeightedWidth = com_badlogic_gdx_scenes_scene2d_ui_Table_columnWeightedWidth = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(com_badlogic_gdx_scenes_scene2d_ui_Table_columnWeightedWidth, columns); + columnMinWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnMinWidth; + columnPrefWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnPrefWidth; + for (i0 = 0; i0 < columns; i0++) { + growWidth = columnPrefWidth[i0] - columnMinWidth[i0]; + growRatio = growWidth / totalGrowWidth; + columnWeightedWidth[i0] = columnMinWidth[i0] + extraWidth * growRatio; + } + } + totalGrowHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefHeight - this.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinHeight; + if (totalGrowHeight == 0) + rowWeightedHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Table_rowMinHeight; + else { + rowWeightedHeight = com_badlogic_gdx_scenes_scene2d_ui_Table_rowWeightedHeight = com_badlogic_gdx_scenes_scene2d_ui_Table_$ensureSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(com_badlogic_gdx_scenes_scene2d_ui_Table_rowWeightedHeight, rows_0); + extraHeight = $wnd.Math.min(totalGrowHeight, $wnd.Math.max(0, layoutHeight - this.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinHeight)); + rowMinHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Table_rowMinHeight; + rowPrefHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Table_rowPrefHeight; + for (i0 = 0; i0 < rows_0; i0++) { + growHeight = rowPrefHeight[i0] - rowMinHeight[i0]; + growRatio = growHeight / totalGrowHeight; + rowWeightedHeight[i0] = rowMinHeight[i0] + extraHeight * growRatio; + } + } + cells_0 = this.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_items; + cellCount = this.com_badlogic_gdx_scenes_scene2d_ui_Table_cells.com_badlogic_gdx_utils_Array_size; + for (i1 = 0; i1 < cellCount; i1++) { + c = cells_0[i1]; + column = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column; + row = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row; + a = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor; + spannedWeightedWidth = 0; + colspan = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; + for (ii = column , nn = ii + colspan; ii < nn; ii++) + spannedWeightedWidth += columnWeightedWidth[ii]; + weightedHeight = rowWeightedHeight[row]; + prefWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + prefHeight = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + minWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + minHeight = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + maxWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + maxHeight = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(a); + prefWidth < minWidth && (prefWidth = minWidth); + prefHeight < minHeight && (prefHeight = minHeight); + maxWidth > 0 && prefWidth > maxWidth && (prefWidth = maxWidth); + maxHeight > 0 && prefHeight > maxHeight && (prefHeight = maxHeight); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth = $wnd.Math.min(spannedWeightedWidth - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight, prefWidth); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight = $wnd.Math.min(weightedHeight - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom, prefHeight); + colspan == 1 && (columnWidth[column] = $wnd.Math.max(columnWidth[column], spannedWeightedWidth)); + rowHeight[row] = $wnd.Math.max(rowHeight[row], weightedHeight); + } + expandWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Table_expandWidth; + expandHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Table_expandHeight; + totalExpand = 0; + for (i2 = 0; i2 < columns; i2++) + totalExpand += expandWidth[i2]; + if (totalExpand > 0) { + extra = layoutWidth - hpadding; + for (i0 = 0; i0 < columns; i0++) + extra -= columnWidth[i0]; + if (extra > 0) { + used = 0; + lastIndex = 0; + for (i3 = 0; i3 < columns; i3++) { + if (expandWidth[i3] == 0) + continue; + amount = extra * expandWidth[i3] / totalExpand; + columnWidth[i3] += amount; + used += amount; + lastIndex = i3; + } + columnWidth[lastIndex] += extra - used; + } + } + totalExpand = 0; + for (i4 = 0; i4 < rows_0; i4++) + totalExpand += expandHeight[i4]; + if (totalExpand > 0) { + extra = layoutHeight - vpadding; + for (i0 = 0; i0 < rows_0; i0++) + extra -= rowHeight[i0]; + if (extra > 0) { + used = 0; + lastIndex = 0; + for (i3 = 0; i3 < rows_0; i3++) { + if (expandHeight[i3] == 0) + continue; + amount = extra * expandHeight[i3] / totalExpand; + rowHeight[i3] += amount; + used += amount; + lastIndex = i3; + } + rowHeight[lastIndex] += extra - used; + } + } + for (i5 = 0; i5 < cellCount; i5++) { + c = cells_0[i5]; + colspan = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; + if (colspan == 1) + continue; + extraWidth = 0; + for (column0 = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column , nn0 = column0 + colspan; column0 < nn0; column0++) + extraWidth += columnWeightedWidth[column0] - columnWidth[column0]; + extraWidth -= $wnd.Math.max(0, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight); + extraWidth /= colspan; + if (extraWidth > 0) { + for (column = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column , nn = column + colspan; column < nn; column++) + columnWidth[column] += extraWidth; + } + } + tableWidth = hpadding; + tableHeight = vpadding; + for (i6 = 0; i6 < columns; i6++) + tableWidth += columnWidth[i6]; + for (i7 = 0; i7 < rows_0; i7++) + tableHeight += rowHeight[i7]; + align_0 = this.com_badlogic_gdx_scenes_scene2d_ui_Table_align; + x_0 = padLeft; + (align_0 & 16) != 0?(x_0 += layoutWidth - tableWidth):(align_0 & 8) == 0 && (x_0 += (layoutWidth - tableWidth) / 2); + y_0 = padTop; + (align_0 & 4) != 0?(y_0 += layoutHeight - tableHeight):(align_0 & 2) == 0 && (y_0 += (layoutHeight - tableHeight) / 2); + currentX = x_0; + currentY = y_0; + for (i8 = 0; i8 < cellCount; i8++) { + c = cells_0[i8]; + spannedCellWidth = 0; + for (column = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_column , nn = column + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan.java_lang_Integer_value; column < nn; column++) + spannedCellWidth += columnWidth[column]; + spannedCellWidth -= c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight; + currentX += c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft; + fillX = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX.java_lang_Float_value; + fillY = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY.java_lang_Float_value; + if (fillX > 0) { + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth = $wnd.Math.max(spannedCellWidth * fillX, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor)); + maxWidth = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); + maxWidth > 0 && (c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth = $wnd.Math.min(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth, maxWidth)); + } + if (fillY > 0) { + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight = $wnd.Math.max(rowHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row] * fillY - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor)); + maxHeight = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); + maxHeight > 0 && (c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight = $wnd.Math.min(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight, maxHeight)); + } + align_0 = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_align.java_lang_Integer_value; + (align_0 & 8) != 0?(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX = currentX):(align_0 & 16) != 0?(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX = currentX + spannedCellWidth - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth):(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX = currentX + (spannedCellWidth - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth) / 2); + (align_0 & 2) != 0?(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY = c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop):(align_0 & 4) != 0?(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY = rowHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row] - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom):(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY = (rowHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row] - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom) / 2); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY = layoutHeight - currentY - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY - c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Table_round) { + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth = $wnd.Math.ceil(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight = $wnd.Math.ceil(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX = $wnd.Math.floor(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX); + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY = $wnd.Math.floor(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY); + } + !!c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor && com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth, c.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight); + if (c.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow) { + currentX = x_0; + currentY += rowHeight[c.com_badlogic_gdx_scenes_scene2d_ui_Cell_row]; + } + else + currentX += spannedCellWidth + c.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight; + } + childrenArray = this.com_badlogic_gdx_scenes_scene2d_Group_children; + children = childrenArray.com_badlogic_gdx_utils_Array_items; + for (i = 0 , n = childrenArray.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = children[i]; + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45) && child.validate__V(); + } + this.com_badlogic_gdx_scenes_scene2d_ui_Table_debug != (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none) && com_badlogic_gdx_scenes_scene2d_ui_Table_$addDebugRects__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFV(this, x_0, y_0, tableWidth - hpadding, tableHeight - vpadding); +} +; +_.left__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_left__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align |= 8; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align &= -17; + return this; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Table$obtainCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_obtainCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + return com_badlogic_gdx_scenes_scene2d_ui_Table_$obtainCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this); +} +; +_.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_pad__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(pad){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(pad)); + return this; +} +; +_.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(top_0, left, bottom, right){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(top_0); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(left); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(bottom); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(right); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(pad){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(this, pad); +} +; +_.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(top_0, left, bottom, right){ + if (!top_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_489)); + if (!left) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_490)); + if (!bottom) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_491)); + if (!right) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_492)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop = top_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft = left; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom = bottom; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight = right; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(padBottom){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padBottom); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.padBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(padBottom){ + if (!padBottom) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_493)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom = padBottom; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(padLeft){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padLeft); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.padLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(padLeft){ + if (!padLeft) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_494)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft = padLeft; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(padRight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padRight); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.padRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_padRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(padRight){ + if (!padRight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_495)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight = padRight; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(padTop){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padTop); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.padTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_padTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(padTop){ + if (!padTop) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_496)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop = padTop; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = true; + return this; +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_ui_Table_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this, actor, true); +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ = function com_badlogic_gdx_scenes_scene2d_ui_Table_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, unfocus){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this, actor, unfocus); +} +; +_.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(index_0, unfocus){ + var actor, cell; + actor = com_badlogic_gdx_scenes_scene2d_Group_$removeActorAt__Lcom_badlogic_gdx_scenes_scene2d_Group_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, index_0, unfocus); + cell = com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, actor); + !!cell && (cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor = null); + return actor; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_ui_Table_reset__V(){ + var columnCell, i, n; + com_badlogic_gdx_scenes_scene2d_ui_Table_$clearChildren__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(this, true); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop = com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundTop; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft = com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundLeft; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom = com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundBottom; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight = com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundRight; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align = 1; + com_badlogic_gdx_scenes_scene2d_ui_Table_$debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(this, (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none)); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$reset__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Table_cellDefaults); + for (i = 0 , n = this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults.com_badlogic_gdx_utils_Array_size; i < n; i++) { + columnCell = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults, i); + !!columnCell && com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_ui_Table_cellPool, columnCell); + } + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults); +} +; +_.right__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_right__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align |= 16; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align &= -9; + return this; +} +; +_.row__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_row__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$row__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this); +} +; +_.setBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V = function com_badlogic_gdx_scenes_scene2d_ui_Table_setBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(background){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this, background); +} +; +_.setBackground__Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_ui_Table_setBackground__Ljava_lang_String_2V(drawableName){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Ljava_lang_String_2V(this, drawableName); +} +; +_.setClip__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Table_setClip__ZV(enabled){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$setClip__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(this, enabled); +} +; +_.setDebug__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Table_setDebug__ZV(enabled){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(this, enabled?(com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all):(com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none)); +} +; +_.setRound__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Table_setRound__ZV(round_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_round = round_0; +} +; +_.setSkin__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V = function com_badlogic_gdx_scenes_scene2d_ui_Table_setSkin__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(skin){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} +; +_.stack___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_stack___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(actors){ + var i, n, stack_0; + stack_0 = new com_badlogic_gdx_scenes_scene2d_ui_Stack_Stack__V; + if (actors != null) { + for (i = 0 , n = actors.length; i < n; i++) + com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(stack_0, actors[i]); + } + return com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, stack_0); +} +; +_.top__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table_top__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align |= 2; + this.com_badlogic_gdx_scenes_scene2d_ui_Table_align &= -5; + return this; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_align = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_clip = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_columns = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_implicitEndRow = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_round = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_rows = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefWidth = 0; +var com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundBottom, com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundLeft, com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundRight, com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundTop, com_badlogic_gdx_scenes_scene2d_ui_Table_cellPool, com_badlogic_gdx_scenes_scene2d_ui_Table_columnWeightedWidth, com_badlogic_gdx_scenes_scene2d_ui_Table_debugActorColor, com_badlogic_gdx_scenes_scene2d_ui_Table_debugCellColor, com_badlogic_gdx_scenes_scene2d_ui_Table_debugTableColor, com_badlogic_gdx_scenes_scene2d_ui_Table_rowWeightedHeight; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Table', 99, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_435, 'Disableable'); +function com_badlogic_gdx_scenes_scene2d_ui_Button_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha){ + var children, i, offset, offsetX, offsetY, stage; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static, com_badlogic_gdx_scenes_scene2d_ui_Button_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static)); + offsetX = 0; + offsetY = 0; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener) && !this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled) { + offsetX = this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetX; + offsetY = this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetY; + } + else if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked && !this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled) { + offsetX = this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetX; + offsetY = this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetY; + } + else { + offsetX = this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetX; + offsetY = this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetY; + } + offset = offsetX != 0 || offsetY != 0; + children = this$static.com_badlogic_gdx_scenes_scene2d_Group_children; + if (offset) { + for (i = 0; i < children.com_badlogic_gdx_utils_Array_size; i++) + com_badlogic_gdx_scenes_scene2d_Actor_$moveBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i), offsetX, offsetY); + } + com_badlogic_gdx_scenes_scene2d_ui_Table_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha); + if (offset) { + for (i = 0; i < children.com_badlogic_gdx_utils_Array_size; i++) + com_badlogic_gdx_scenes_scene2d_Actor_$moveBy__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i), -offsetX, -offsetY); + } + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + !!stage && stage.com_badlogic_gdx_scenes_scene2d_Stage_actionsRequestRendering && com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener) != this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed && undefined; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static){ + var focused, stage; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_disabled) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_disabled; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedDown) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedDown; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down; + } + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOver) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOver; + } + else { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_over) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_over; + } + } + focused = (stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage , !!stage && stage.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus == this$static); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (focused && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedFocused) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedFocused; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener) && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_over) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_over; + } + if (focused && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_focused) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_focused; + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this$static){ + var height; + height = com_badlogic_gdx_scenes_scene2d_ui_Table_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up && (height = $wnd.Math.max(height, this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up.getMinHeight__F())); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down && (height = $wnd.Math.max(height, this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down.getMinHeight__F())); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked && (height = $wnd.Math.max(height, this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked.getMinHeight__F())); + return height; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this$static){ + var width_0; + width_0 = com_badlogic_gdx_scenes_scene2d_ui_Table_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up && (width_0 = $wnd.Math.max(width_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up.getMinWidth__F())); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down && (width_0 = $wnd.Math.max(width_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down.getMinWidth__F())); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked && (width_0 = $wnd.Math.max(width_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked.getMinWidth__F())); + return width_0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(this$static, isChecked){ + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZV(this$static, isChecked, this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZV(this$static, isChecked, fireEvent){ + var changeEvent; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked == isChecked) + return; + if (!!this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_buttonGroup && !com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$canCheck__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZ(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_buttonGroup, this$static, isChecked)) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked = isChecked; + if (fireEvent) { + changeEvent = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this$static, changeEvent) && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked = !isChecked); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(changeEvent); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this$static, style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_style = style; + com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static, com_badlogic_gdx_scenes_scene2d_ui_Button_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_Table__V.call(this); + com_badlogic_gdx_scenes_scene2d_ui_Button_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this); + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener = new com_badlogic_gdx_scenes_scene2d_ui_Button$1_Button$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(child, style){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_Table__V.call(this); + com_badlogic_gdx_scenes_scene2d_ui_Button_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this); + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener = new com_badlogic_gdx_scenes_scene2d_ui_Button$1_Button$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this)); + com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, child); + this.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(child, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, child, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(child, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, child, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_Table__V.call(this); + com_badlogic_gdx_scenes_scene2d_ui_Button_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this); + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener = new com_badlogic_gdx_scenes_scene2d_ui_Button$1_Button$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this)); + this.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(skin){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_Table__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V.call(this, skin); + this.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents = true; + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener = new com_badlogic_gdx_scenes_scene2d_ui_Button$1_Button$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this)); + this.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit)); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_Table__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V.call(this, skin); + this.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents = true; + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener = new com_badlogic_gdx_scenes_scene2d_ui_Button$1_Button$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this)); + this.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit)); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(up){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, new com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(up, null, null)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(up, down){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, new com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(up, down, null)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(up, down, checked){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, new com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(up, down, checked)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(97, 99, {70:1, 79:1, 97:1, 99:1, 86:1, 102:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__V, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V, com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Button_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_Button_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Button_getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Button_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); +} +; +_.getButtonGroup__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_Button_getButtonGroup__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Button_buttonGroup; +} +; +_.getClickListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2 = function com_badlogic_gdx_scenes_scene2d_ui_Button_getClickListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Button_getMinHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this); +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Button_getMinWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this); +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Button_getPrefHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this); +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Button_getPrefWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this); +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_Button_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Button_style; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Button$initialize__V = function com_badlogic_gdx_scenes_scene2d_ui_Button_initialize__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener = new com_badlogic_gdx_scenes_scene2d_ui_Button$1_Button$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this)); +} +; +_.isChecked__Z = function com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked; +} +; +_.isDisabled__Z = function com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled; +} +; +_.isOver__Z = function com_badlogic_gdx_scenes_scene2d_ui_Button_isOver__Z(){ + return com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener); +} +; +_.isPressed__Z = function com_badlogic_gdx_scenes_scene2d_ui_Button_isPressed__Z(){ + return com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener); +} +; +_.setChecked__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Button_setChecked__ZV(isChecked){ + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(this, isChecked); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$setChecked__ZZV = function com_badlogic_gdx_scenes_scene2d_ui_Button_setChecked__ZZV(isChecked, fireEvent){ + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZV(this, isChecked, fireEvent); +} +; +_.setDisabled__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Button_setDisabled__ZV(isDisabled){ + this.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled = isDisabled; +} +; +_.setProgrammaticChangeEvents__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Button_setProgrammaticChangeEvents__ZV(programmaticChangeEvents){ + this.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents = programmaticChangeEvents; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_Button_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Button_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this, style); +} +; +_.toggle__V = function com_badlogic_gdx_scenes_scene2d_ui_Button_toggle__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(this, !this.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_499, 97, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$$init__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2V(this$static){ +} + +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$inTapSquare__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FFZ(this$static, x_0, y_0){ + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX == -1 && this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownY == -1) + return false; + return $wnd.Math.abs(x_0 - this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX) < this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapSquareSize && $wnd.Math.abs(y_0 - this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownY) < this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapSquareSize; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static){ + return this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_over || this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(this$static, actor, x_0, y_0){ + var hit; + hit = actor.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(x_0, y_0, true); + if (!hit || !com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(hit, actor)) + return com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$inTapSquare__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FFZ(this$static, x_0, y_0); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed) + return true; + if (com_google_gwt_lang_LongLib_lte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedTime, 0)) + return false; + if (com_google_gwt_lang_LongLib_gt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedTime, (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())))) + return true; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedTime = 0; + return false; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$touchDown__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(this$static, x_0, y_0, pointer, button){ + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed) + return false; + if (pointer == 0 && this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button != -1 && button != this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button) + return false; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed = true; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedPointer = pointer; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedButton = button; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX = x_0; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownY = y_0; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedTime = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedDuration * $intern_54))); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$touchDragged__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(this$static, event_0, x_0, y_0, pointer){ + if (pointer != this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedPointer || this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled) + return; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed = com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(this$static, event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor, x_0, y_0); + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed || (this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX = -1 , this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownY = -1); +} + +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$touchUp__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(this$static, event_0, x_0, y_0, pointer, button){ + var time, touchUpOver; + if (pointer == this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedPointer) { + if (!this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled) { + touchUpOver = com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(this$static, event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor, x_0, y_0); + touchUpOver && pointer == 0 && this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button != -1 && button != this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button && (touchUpOver = false); + if (touchUpOver) { + time = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34)); + com_google_gwt_lang_LongLib_gt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(time, this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_lastTapTime), this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCountInterval) && (this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCount = 0); + ++this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCount; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_lastTapTime = time; + this$static.clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(event_0, x_0, y_0); + } + } + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed = false; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedPointer = -1; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedButton = -1; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled = false; + } +} + +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__V(){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$$init__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__IV(button){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$$init__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2V(this); + this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button = button; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(144, 91, $intern_500, com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__V, com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__IV); +_.cancel__V = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancel__V(){ + if (this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedPointer == -1) + return; + this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled = true; + this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed = false; +} +; +_.clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(event_0, x_0, y_0){ +} +; +_.enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, fromActor){ + pointer == -1 && !this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled && (this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_over = true); +} +; +_.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, toActor){ + pointer == -1 && !this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled && (this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_over = false); +} +; +_.getButton__I = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_getButton__I(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button; +} +; +_.getPressedButton__I = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_getPressedButton__I(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedButton; +} +; +_.getPressedPointer__I = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_getPressedPointer__I(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedPointer; +} +; +_.getTapCount__I = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_getTapCount__I(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCount; +} +; +_.getTapSquareSize__F = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_getTapSquareSize__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapSquareSize; +} +; +_.getTouchDownX__F = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_getTouchDownX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX; +} +; +_.getTouchDownY__F = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_getTouchDownY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownY; +} +; +_.inTapSquare__Z = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_inTapSquare__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX != -1; +} +; +_.inTapSquare__FFZ = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_inTapSquare__FFZ(x_0, y_0){ + return com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$inTapSquare__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FFZ(this, x_0, y_0); +} +; +_.invalidateTapSquare__V = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_invalidateTapSquare__V(){ + this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX = -1; + this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownY = -1; +} +; +_.isOver__Z = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_isOver__Z(){ + return com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this); +} +; +_.isOver__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_isOver__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(actor, x_0, y_0){ + return com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(this, actor, x_0, y_0); +} +; +_.isPressed__Z = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_isPressed__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed; +} +; +_.isVisualPressed__Z = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_isVisualPressed__Z(){ + return com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this); +} +; +_.setButton__IV = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_setButton__IV(button){ + this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button = button; +} +; +_.setTapCount__IV = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_setTapCount__IV(tapCount){ + this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCount = tapCount; +} +; +_.setTapCountInterval__FV = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_setTapCountInterval__FV(tapCountInterval){ + this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCountInterval = com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(tapCountInterval * $intern_308); +} +; +_.setTapSquareSize__FV = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_setTapSquareSize__FV(halfTapSquareSize){ + this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapSquareSize = halfTapSquareSize; +} +; +_.setVisualPressed__ZV = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_setVisualPressed__ZV(visualPressed){ + visualPressed?(this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedTime = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedDuration * $intern_54)))):(this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedTime = 0); +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + return com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$touchDown__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(this, x_0, y_0, pointer, button); +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$touchDragged__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(this, event_0, x_0, y_0, pointer); +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$touchUp__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(this, event_0, x_0, y_0, pointer, button); +} +; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled = false; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_lastTapTime = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_over = false; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed = false; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedButton = -1; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedPointer = -1; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCount = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCountInterval = 400000005; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapSquareSize = 14; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX = -1; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownY = -1; +_.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedTime = 0; +var com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedDuration = $intern_89; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_501, 144, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Button$1_Button$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Button$1_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(380, 144, $intern_500, com_badlogic_gdx_scenes_scene2d_ui_Button$1_Button$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V); +_.clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_Button$1_clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(event_0, x_0, y_0){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_Button$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled) + return; + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZV(this.com_badlogic_gdx_scenes_scene2d_ui_Button$1_this$01, !this.com_badlogic_gdx_scenes_scene2d_ui_Button$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked, true); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Button/1', 380, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_over = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_over; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_focused = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_focused; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_disabled = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_disabled; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOver = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOver; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedDown = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedDown; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedFocused = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedFocused; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetX = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetX; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetY = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetY; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetX = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetX; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetY = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetY; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetX = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetX; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetY = style.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetY; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(up, down, checked){ + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up = up; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down = down; + this.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked = checked; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(128, 1, {128:1}, com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__V, com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +_.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetY = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetY = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetY = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Button/ButtonStyle', 128, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons = new com_badlogic_gdx_utils_Array_Array__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons = new com_badlogic_gdx_utils_Array_Array__IV(1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this$static, button){ + var shouldCheck; + if (!button) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_502)); + button.com_badlogic_gdx_scenes_scene2d_ui_Button_buttonGroup = null; + shouldCheck = button.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked || this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons.com_badlogic_gdx_utils_Array_size < this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount; + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZV(button, false, button.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents); + button.com_badlogic_gdx_scenes_scene2d_ui_Button_buttonGroup = this$static; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons, button); + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZV(button, shouldCheck, button.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2_3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this$static, buttons){ + var i, n; + if (buttons == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_503)); + for (i = 0 , n = buttons.length; i < n; i++) + com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this$static, buttons[i]); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$canCheck__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZ(this$static, button, newState){ + var old, tries; + if (button.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked == newState) + return false; + if (newState) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_maxCheckCount != -1 && this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons.com_badlogic_gdx_utils_Array_size >= this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_maxCheckCount) { + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_uncheckLast) + return false; + for (tries = 0;;) { + old = this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = 0; + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_lastChecked, false); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = old; + if (button.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked == newState) + return false; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons.com_badlogic_gdx_utils_Array_size < this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_maxCheckCount) + break; + if (tries++ > 10) + return false; + } + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons, button); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_lastChecked = button; + } + else { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons.com_badlogic_gdx_utils_Array_size <= this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount) + return false; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons.removeValue__Ljava_lang_Object_2ZZ(button, true); + } + return true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$remove__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this$static, button){ + if (!button) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_502)); + button.com_badlogic_gdx_scenes_scene2d_ui_Button_buttonGroup = null; + com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons, button, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons.removeValue__Ljava_lang_Object_2ZZ(button, true); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_ButtonGroup__V(){ + com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = 1; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_ButtonGroup___3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(buttons){ + com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = 0; + com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2_3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this, buttons); + this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = 1; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(508, 1, {508:1}, com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_ButtonGroup__V, com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_ButtonGroup___3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V); +_.add__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_add__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(button){ + com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this, button); +} +; +_.add___3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_add___3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(buttons){ + com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2_3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this, buttons); +} +; +_.canCheck__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZ = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_canCheck__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZ(button, newState){ + return com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$canCheck__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZ(this, button, newState); +} +; +_.clear__V = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_clear__V(){ + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons); + this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons.clear__V(); +} +; +_.getAllChecked__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_getAllChecked__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons; +} +; +_.getButtons__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_getButtons__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons; +} +; +_.getChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2 = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_getChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons.com_badlogic_gdx_utils_Array_size > 0) + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons, 0); + return null; +} +; +_.getCheckedIndex__I = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_getCheckedIndex__I(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons.com_badlogic_gdx_utils_Array_size > 0) + return com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons, 0), true); + return -1; +} +; +_.remove__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_remove__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(button){ + com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$remove__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this, button); +} +; +_.remove___3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_remove___3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(buttons){ + var i, n; + if (buttons == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_503)); + for (i = 0 , n = buttons.length; i < n; i++) + com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_$remove__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(this, buttons[i]); +} +; +_.setChecked__Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_setChecked__Ljava_lang_String_2V(text_0){ + var button, i, n; + if (text_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('text cannot be null.')); + for (i = 0 , n = this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons.com_badlogic_gdx_utils_Array_size; i < n; i++) { + button = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons, i); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(button, 186) && java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(text_0, com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(button.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_text))) { + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZV(button, true, button.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents); + return; + } + } +} +; +_.setMaxCheckCount__IV = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_setMaxCheckCount__IV(maxCheckCount){ + maxCheckCount == 0 && (maxCheckCount = -1); + this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_maxCheckCount = maxCheckCount; +} +; +_.setMinCheckCount__IV = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_setMinCheckCount__IV(minCheckCount){ + this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = minCheckCount; +} +; +_.setUncheckLast__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_setUncheckLast__ZV(uncheckLast){ + this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_uncheckLast = uncheckLast; +} +; +_.uncheckAll__V = function com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_uncheckAll__V(){ + var button, i, n, old; + old = this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount; + this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = 0; + for (i = 0 , n = this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons.com_badlogic_gdx_utils_Array_size; i < n; i++) { + button = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons, i); + com_badlogic_gdx_scenes_scene2d_ui_Button_$setChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZV(button, false, button.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents); + } + this.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = old; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_maxCheckCount = 1; +_.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_uncheckLast = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_504, 508, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_Cell_zerof = new java_lang_Float_Float__FV(0); + com_badlogic_gdx_scenes_scene2d_ui_Cell_onef = new java_lang_Float_Float__FV(1); + com_badlogic_gdx_scenes_scene2d_ui_Cell_zeroi = java_lang_Integer_valueOf__ILjava_lang_Integer_2(0); + com_badlogic_gdx_scenes_scene2d_ui_Cell_onei = java_lang_Integer_valueOf__ILjava_lang_Integer_2(1); + com_badlogic_gdx_scenes_scene2d_ui_Cell_centeri = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + com_badlogic_gdx_scenes_scene2d_ui_Cell_topi = java_lang_Integer_valueOf__ILjava_lang_Integer_2(2); + com_badlogic_gdx_scenes_scene2d_ui_Cell_bottomi = java_lang_Integer_valueOf__ILjava_lang_Integer_2(4); + com_badlogic_gdx_scenes_scene2d_ui_Cell_lefti = java_lang_Integer_valueOf__ILjava_lang_Integer_2(8); + com_badlogic_gdx_scenes_scene2d_ui_Cell_righti = java_lang_Integer_valueOf__ILjava_lang_Integer_2(16); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$clear__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY = null; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$expand__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$expandX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = com_badlogic_gdx_scenes_scene2d_ui_Cell_onef; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = com_badlogic_gdx_scenes_scene2d_ui_Cell_onef; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = com_badlogic_gdx_scenes_scene2d_ui_Cell_onef; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$height__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, height){ + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, size_0){ + if (!size_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_506)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = size_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, width_0, height){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$merge__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this$static, cell){ + if (!cell) + return; + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_align && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_align); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY); + !!cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan); + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX != null && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX); + cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY != null && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, size_0){ + if (!size_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_506)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = size_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, width_0, height){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$minWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, minWidth){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(minWidth); + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, pad){ + if (!pad) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_486)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight = pad; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, top_0, left, bottom, right){ + if (!top_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_489)); + if (!left) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_490)); + if (!bottom) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_491)); + if (!right) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_492)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop = top_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft = left; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom = bottom; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight = right; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, size_0){ + if (!size_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_506)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = size_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, width_0, height){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$reset__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_table = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow = false; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_cellAboveIndex = -1; + com_badlogic_gdx_scenes_scene2d_ui_Cell_$set__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this$static, com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2()); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$set__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this$static, cell){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_align; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY = cell.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, newActor){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor != newActor) { + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor && this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor.com_badlogic_gdx_scenes_scene2d_Actor_parent == this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_table && com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor = newActor; + !!newActor && com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_table, newActor); + } + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, size_0){ + if (!size_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_506)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = size_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, width_0, height){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, space){ + if (space < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('space cannot be < 0: ' + space)); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(space)); + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, space){ + if (!space) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('space cannot be null.')); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop = space; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft = space; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom = space; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight = space; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, top_0, left, bottom, right){ + if (!top_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_489)); + if (!left) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_490)); + if (!bottom) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_491)); + if (!right) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_492)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop = top_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft = left; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom = bottom; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight = right; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_$width__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, width_0){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = width_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_Cell__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V(); + var defaults; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_cellAboveIndex = -1; + defaults = com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + !!defaults && com_badlogic_gdx_scenes_scene2d_ui_Cell_$set__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this, defaults); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V(); + if (!com_badlogic_gdx_scenes_scene2d_ui_Cell_files || com_badlogic_gdx_scenes_scene2d_ui_Cell_files != com_badlogic_gdx_Gdx_files) { + com_badlogic_gdx_scenes_scene2d_ui_Cell_files = com_badlogic_gdx_Gdx_files; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults = new com_badlogic_gdx_scenes_scene2d_ui_Cell_Cell__V; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = (com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_minWidth); + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = com_badlogic_gdx_scenes_scene2d_ui_Value_minHeight; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = com_badlogic_gdx_scenes_scene2d_ui_Value_prefWidth; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = com_badlogic_gdx_scenes_scene2d_ui_Value_prefHeight; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = com_badlogic_gdx_scenes_scene2d_ui_Value_maxWidth; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = com_badlogic_gdx_scenes_scene2d_ui_Value_maxHeight; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = com_badlogic_gdx_scenes_scene2d_ui_Cell_zerof; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = com_badlogic_gdx_scenes_scene2d_ui_Cell_zerof; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = com_badlogic_gdx_scenes_scene2d_ui_Cell_centeri; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = com_badlogic_gdx_scenes_scene2d_ui_Cell_zeroi; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = com_badlogic_gdx_scenes_scene2d_ui_Cell_zeroi; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX = null; + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY = null; + } + return com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(432, 1, {432:1, 67:1}, com_badlogic_gdx_scenes_scene2d_ui_Cell_Cell__V); +_.align__ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_align__ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(align_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = java_lang_Integer_valueOf__ILjava_lang_Integer_2(align_0); + return this; +} +; +_.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + !this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align?(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = com_badlogic_gdx_scenes_scene2d_ui_Cell_bottomi):(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = java_lang_Integer_valueOf__ILjava_lang_Integer_2((this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align.java_lang_Integer_value | 4) & -3)); + return this; +} +; +_.center__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_center__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = com_badlogic_gdx_scenes_scene2d_ui_Cell_centeri; + return this; +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$clear__V = function com_badlogic_gdx_scenes_scene2d_ui_Cell_clear__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$clear__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this); +} +; +_.clearActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_clearActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, null); + return this; +} +; +_.colspan__ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan__ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(colspan){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan = java_lang_Integer_valueOf__ILjava_lang_Integer_2(colspan); + return this; +} +; +_.expand__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_expand__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$expand__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this); +} +; +_.expand__IILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_expand__IILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = java_lang_Integer_valueOf__ILjava_lang_Integer_2(x_0); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = java_lang_Integer_valueOf__ILjava_lang_Integer_2(y_0); + return this; +} +; +_.expand__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_expand__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = x_0?com_badlogic_gdx_scenes_scene2d_ui_Cell_onei:com_badlogic_gdx_scenes_scene2d_ui_Cell_zeroi; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = y_0?com_badlogic_gdx_scenes_scene2d_ui_Cell_onei:com_badlogic_gdx_scenes_scene2d_ui_Cell_zeroi; + return this; +} +; +_.expandX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$expandX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this); +} +; +_.expandY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + return this; +} +; +_.fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this); +} +; +_.fill__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_fill__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = new java_lang_Float_Float__FV(x_0); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = new java_lang_Float_Float__FV(y_0); + return this; +} +; +_.fill__ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_fill__ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(fill){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = fill?com_badlogic_gdx_scenes_scene2d_ui_Cell_onef:com_badlogic_gdx_scenes_scene2d_ui_Cell_zerof; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = fill?com_badlogic_gdx_scenes_scene2d_ui_Cell_onef:com_badlogic_gdx_scenes_scene2d_ui_Cell_zerof; + return this; +} +; +_.fill__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_fill__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = x_0?com_badlogic_gdx_scenes_scene2d_ui_Cell_onef:com_badlogic_gdx_scenes_scene2d_ui_Cell_zerof; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = y_0?com_badlogic_gdx_scenes_scene2d_ui_Cell_onef:com_badlogic_gdx_scenes_scene2d_ui_Cell_zerof; + return this; +} +; +_.fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this); +} +; +_.fillY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = com_badlogic_gdx_scenes_scene2d_ui_Cell_onef; + return this; +} +; +_.getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor; +} +; +_.getActorHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getActorHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight; +} +; +_.getActorWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getActorWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth; +} +; +_.getActorX__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getActorX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX; +} +; +_.getActorY__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getActorY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY; +} +; +_.getAlign__Ljava_lang_Integer_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getAlign__Ljava_lang_Integer_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align; +} +; +_.getColspan__Ljava_lang_Integer_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getColspan__Ljava_lang_Integer_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan; +} +; +_.getColumn__I = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getColumn__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_column; +} +; +_.getComputedPadBottom__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getComputedPadBottom__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom; +} +; +_.getComputedPadLeft__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getComputedPadLeft__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft; +} +; +_.getComputedPadRight__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getComputedPadRight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight; +} +; +_.getComputedPadTop__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getComputedPadTop__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop; +} +; +_.getExpandX__Ljava_lang_Integer_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getExpandX__Ljava_lang_Integer_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX; +} +; +_.getExpandY__Ljava_lang_Integer_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getExpandY__Ljava_lang_Integer_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY; +} +; +_.getFillX__Ljava_lang_Float_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getFillX__Ljava_lang_Float_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX; +} +; +_.getFillY__Ljava_lang_Float_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getFillY__Ljava_lang_Float_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY; +} +; +_.getMaxHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getMaxHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getMaxHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getMaxHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight; +} +; +_.getMaxWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getMaxWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getMaxWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getMaxWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getMinHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getMinHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getMinHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight; +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getMinWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getMinWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getMinWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth; +} +; +_.getPadBottom__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadBottom__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getPadBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom; +} +; +_.getPadLeft__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadLeft__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getPadLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft; +} +; +_.getPadRight__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadRight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getPadRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight; +} +; +_.getPadTop__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadTop__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getPadTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop; +} +; +_.getPadX__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor) + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getPadY__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPadY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor) + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPrefHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getPrefHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPrefHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPrefWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getPrefWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getPrefWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth; +} +; +_.getRow__I = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getRow__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_row; +} +; +_.getSpaceBottom__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getSpaceBottom__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getSpaceBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getSpaceBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom; +} +; +_.getSpaceLeft__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getSpaceLeft__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getSpaceLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getSpaceLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft; +} +; +_.getSpaceRight__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getSpaceRight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getSpaceRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getSpaceRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight; +} +; +_.getSpaceTop__F = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getSpaceTop__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor); +} +; +_.getSpaceTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getSpaceTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop; +} +; +_.getTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_table; +} +; +_.getUniformX__Ljava_lang_Boolean_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getUniformX__Ljava_lang_Boolean_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX; +} +; +_.getUniformY__Ljava_lang_Boolean_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_getUniformY__Ljava_lang_Boolean_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY; +} +; +_.grow__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_grow__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = com_badlogic_gdx_scenes_scene2d_ui_Cell_onef; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = com_badlogic_gdx_scenes_scene2d_ui_Cell_onef; + return this; +} +; +_.growX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_growX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = com_badlogic_gdx_scenes_scene2d_ui_Cell_onef; + return this; +} +; +_.growY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_growY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = com_badlogic_gdx_scenes_scene2d_ui_Cell_onef; + return this; +} +; +_.hasActor__Z = function com_badlogic_gdx_scenes_scene2d_ui_Cell_hasActor__Z(){ + return !!this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor; +} +; +_.height__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_height__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(height){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$height__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.height__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_height__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(height){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$height__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, height); +} +; +_.isEndRow__Z = function com_badlogic_gdx_scenes_scene2d_ui_Cell_isEndRow__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow; +} +; +_.left__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_left__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + !this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align?(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = com_badlogic_gdx_scenes_scene2d_ui_Cell_lefti):(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = java_lang_Integer_valueOf__ILjava_lang_Integer_2((this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align.java_lang_Integer_value | 8) & -17)); + return this; +} +; +_.maxHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(maxHeight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(maxHeight); + return this; +} +; +_.maxHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(maxHeight){ + if (!maxHeight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_508)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = maxHeight; + return this; +} +; +_.maxSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_maxSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(size_0){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(size_0)); + return this; +} +; +_.maxSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_maxSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(size_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, size_0); +} +; +_.maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0, height){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, width_0, height); +} +; +_.maxWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(maxWidth){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(maxWidth); + return this; +} +; +_.maxWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(maxWidth){ + if (!maxWidth) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_509)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = maxWidth; + return this; +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$merge__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V = function com_badlogic_gdx_scenes_scene2d_ui_Cell_merge__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(cell){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$merge__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this, cell); +} +; +_.minHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(minHeight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(minHeight); + return this; +} +; +_.minHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(minHeight){ + if (!minHeight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_510)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = minHeight; + return this; +} +; +_.minSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_minSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(size_0){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(size_0)); + return this; +} +; +_.minSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_minSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(size_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, size_0); +} +; +_.minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0, height){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, width_0, height); +} +; +_.minWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(minWidth){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$minWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, minWidth); +} +; +_.minWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(minWidth){ + if (!minWidth) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_511)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = minWidth; + return this; +} +; +_.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_pad__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(pad){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(pad)); + return this; +} +; +_.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(top_0, left, bottom, right){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(top_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(left), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(bottom), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(right)); + return this; +} +; +_.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(pad){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, pad); +} +; +_.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(top_0, left, bottom, right){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, top_0, left, bottom, right); +} +; +_.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(padBottom){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padBottom); + return this; +} +; +_.padBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(padBottom){ + if (!padBottom) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_493)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom = padBottom; + return this; +} +; +_.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(padLeft){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padLeft); + return this; +} +; +_.padLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(padLeft){ + if (!padLeft) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_494)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft = padLeft; + return this; +} +; +_.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(padRight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padRight); + return this; +} +; +_.padRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(padRight){ + if (!padRight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_495)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight = padRight; + return this; +} +; +_.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(padTop){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padTop); + return this; +} +; +_.padTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(padTop){ + if (!padTop) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_496)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop = padTop; + return this; +} +; +_.prefHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(prefHeight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(prefHeight); + return this; +} +; +_.prefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(prefHeight){ + if (!prefHeight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_512)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = prefHeight; + return this; +} +; +_.prefSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_prefSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(size_0){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(size_0)); + return this; +} +; +_.prefSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_prefSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(size_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, size_0); +} +; +_.prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0, height){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, width_0, height); +} +; +_.prefWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(prefWidth){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(prefWidth); + return this; +} +; +_.prefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(prefWidth){ + if (!prefWidth) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_513)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = prefWidth; + return this; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_ui_Cell_reset__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$reset__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this); +} +; +_.right__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_right__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + !this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align?(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = com_badlogic_gdx_scenes_scene2d_ui_Cell_righti):(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = java_lang_Integer_valueOf__ILjava_lang_Integer_2((this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align.java_lang_Integer_value | 16) & -9)); + return this; +} +; +_.row__V = function com_badlogic_gdx_scenes_scene2d_ui_Cell_row__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$row__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_table); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$set__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V = function com_badlogic_gdx_scenes_scene2d_ui_Cell_set__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(cell){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$set__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(this, cell); +} +; +_.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(newActor){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, newActor); +} +; +_.setActorBounds__FFFFV = function com_badlogic_gdx_scenes_scene2d_ui_Cell_setActorBounds__FFFFV(x_0, y_0, width_0, height){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX = x_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY = y_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth = width_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight = height; +} +; +_.setActorHeight__FV = function com_badlogic_gdx_scenes_scene2d_ui_Cell_setActorHeight__FV(actorHeight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight = actorHeight; +} +; +_.setActorWidth__FV = function com_badlogic_gdx_scenes_scene2d_ui_Cell_setActorWidth__FV(actorWidth){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth = actorWidth; +} +; +_.setActorX__FV = function com_badlogic_gdx_scenes_scene2d_ui_Cell_setActorX__FV(actorX){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX = actorX; +} +; +_.setActorY__FV = function com_badlogic_gdx_scenes_scene2d_ui_Cell_setActorY__FV(actorY){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY = actorY; +} +; +_.setTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V = function com_badlogic_gdx_scenes_scene2d_ui_Cell_setTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(table){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_table = table; +} +; +_.size__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_size__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(size_0){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(size_0)); + return this; +} +; +_.size__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_size__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(size_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, size_0); +} +; +_.size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0, height){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, width_0, height); +} +; +_.space__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_space__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(space){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, space); +} +; +_.space__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_space__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(top_0, left, bottom, right){ + if (top_0 < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('top cannot be < 0: ' + top_0)); + if (left < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('left cannot be < 0: ' + left)); + if (bottom < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('bottom cannot be < 0: ' + bottom)); + if (right < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('right cannot be < 0: ' + right)); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(top_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(left), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(bottom), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(right)); + return this; +} +; +_.space__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_space__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(space){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, space); +} +; +_.space__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_space__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(top_0, left, bottom, right){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, top_0, left, bottom, right); +} +; +_.spaceBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(spaceBottom){ + if (spaceBottom < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('spaceBottom cannot be < 0: ' + spaceBottom)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(spaceBottom); + return this; +} +; +_.spaceBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(spaceBottom){ + if (!spaceBottom) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('spaceBottom cannot be null.')); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom = spaceBottom; + return this; +} +; +_.spaceLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(spaceLeft){ + if (spaceLeft < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('spaceLeft cannot be < 0: ' + spaceLeft)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(spaceLeft); + return this; +} +; +_.spaceLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(spaceLeft){ + if (!spaceLeft) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('spaceLeft cannot be null.')); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft = spaceLeft; + return this; +} +; +_.spaceRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(spaceRight){ + if (spaceRight < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('spaceRight cannot be < 0: ' + spaceRight)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(spaceRight); + return this; +} +; +_.spaceRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(spaceRight){ + if (!spaceRight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('spaceRight cannot be null.')); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight = spaceRight; + return this; +} +; +_.spaceTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(spaceTop){ + if (spaceTop < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('spaceTop cannot be < 0: ' + spaceTop)); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(spaceTop); + return this; +} +; +_.spaceTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(spaceTop){ + if (!spaceTop) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('spaceTop cannot be null.')); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop = spaceTop; + return this; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_toString__Ljava_lang_String_2(){ + var number; + return this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor?this.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor.toString__Ljava_lang_String_2():(java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit.java_lang_Class_typeName + '@' + (number = java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this) >>> 0 , number.toString(16))); +} +; +_.top__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_top__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + !this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align?(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = com_badlogic_gdx_scenes_scene2d_ui_Cell_topi):(this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = java_lang_Integer_valueOf__ILjava_lang_Integer_2((this.com_badlogic_gdx_scenes_scene2d_ui_Cell_align.java_lang_Integer_value | 2) & -5)); + return this; +} +; +_.uniform__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_uniform__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX = (java_lang_Boolean_$clinit__V() , java_lang_Boolean_TRUE); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY = java_lang_Boolean_TRUE; + return this; +} +; +_.uniform__ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_uniform__ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(uniform){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX = (java_lang_Boolean_$clinit__V() , uniform?true:false); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY = uniform?true:false; + return this; +} +; +_.uniform__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_uniform__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX = (java_lang_Boolean_$clinit__V() , x_0?true:false); + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY = y_0?true:false; + return this; +} +; +_.uniformX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX = (java_lang_Boolean_$clinit__V() , java_lang_Boolean_TRUE); + return this; +} +; +_.uniformY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY = (java_lang_Boolean_$clinit__V() , java_lang_Boolean_TRUE); + return this; +} +; +_.width__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_width__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$width__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0)); + return this; +} +; +_.width__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_Cell_width__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(width_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$width__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, width_0); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_cellAboveIndex = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_column = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Cell_row = 0; +var com_badlogic_gdx_scenes_scene2d_ui_Cell_bottomi, com_badlogic_gdx_scenes_scene2d_ui_Cell_centeri, com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults, com_badlogic_gdx_scenes_scene2d_ui_Cell_files, com_badlogic_gdx_scenes_scene2d_ui_Cell_lefti, com_badlogic_gdx_scenes_scene2d_ui_Cell_onef, com_badlogic_gdx_scenes_scene2d_ui_Cell_onei, com_badlogic_gdx_scenes_scene2d_ui_Cell_righti, com_badlogic_gdx_scenes_scene2d_ui_Cell_topi, com_badlogic_gdx_scenes_scene2d_ui_Cell_zerof, com_badlogic_gdx_scenes_scene2d_ui_Cell_zeroi; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Cell', 432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextButton_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Lcom_badlogic_gdx_graphics_Color_2(this$static){ + var focused, stage; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_disabledFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_disabledFontColor; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedDownFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedDownFontColor; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_downFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_downFontColor; + } + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedOverFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedOverFontColor; + } + else { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor; + } + } + focused = (stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage , !!stage && stage.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus == this$static); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (focused && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFocusedFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFocusedFontColor; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFontColor; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener) && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor; + } + if (focused && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_focusedFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_focusedFontColor; + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextButton_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style){ + return new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, style); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextButton_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this$static, style){ + var labelStyle, textButtonStyle; + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V($intern_514)); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(style, 170)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('style must be a TextButtonStyle.')); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style = style; + com_badlogic_gdx_scenes_scene2d_ui_Button_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this$static, style); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label) { + textButtonStyle = style; + labelStyle = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_style; + labelStyle.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font = textButtonStyle.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font; + labelStyle.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor = textButtonStyle.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor; + com_badlogic_gdx_scenes_scene2d_ui_Label_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label, labelStyle); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(text_0, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(text_0, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V(text_0, style){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Button_Button__V.call(this); + this.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style); + this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label = com_badlogic_gdx_scenes_scene2d_ui_TextButton_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font, style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor)); + com_badlogic_gdx_scenes_scene2d_ui_Label_$setAlignment__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label, 1); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Cell_$expand__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label))); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(186, 97, {70:1, 79:1, 97:1, 99:1, 186:1, 86:1, 102:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V); +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2(){ + return this.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2(); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor = com_badlogic_gdx_scenes_scene2d_ui_TextButton_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Lcom_badlogic_gdx_graphics_Color_2(this); + com_badlogic_gdx_scenes_scene2d_ui_Button_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.getFontColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_getFontColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_TextButton_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.getLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_getLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label; +} +; +_.getLabelCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_getLabelCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label); +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style; +} +; +_.getText__Ljava_lang_CharSequence_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_getText__Ljava_lang_CharSequence_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_text; +} +; +_.newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style){ + return com_badlogic_gdx_scenes_scene2d_ui_TextButton_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style); +} +; +_.setLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_setLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2V(label_0){ + if (!label_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('label cannot be null.')); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label), label_0); + this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label = label_0; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_TextButton_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this, style); +} +; +_.setText__Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_setText__Ljava_lang_String_2V(text_0){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setText__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Ljava_lang_CharSequence_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label, text_0); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextButton_toString__Ljava_lang_String_2(){ + var className, dotIndex, name_0; + name_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_name; + if (name_0 != null) + return name_0; + className = java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this.java_lang_Object__1_1_1clazz); + dotIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + dotIndex != -1 && (className = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(dotIndex + 1, className.length + 1) , className.substr(dotIndex + 1))); + return (java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(36)) != -1?'TextButton ':'') + className + $intern_38 + this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_text; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_515, 186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static){ + var over; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnDisabled) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnDisabled; + return this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOffDisabled; + } + over = com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener) && !this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOn) + return over && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnOver?this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnOver:this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOn; + if (over && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOver) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOver; + return this$static.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOff; +} + +function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2V(text_0, style){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + var label_0; + com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V.call(this, text_0, style); + label_0 = this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label; + com_badlogic_gdx_scenes_scene2d_ui_Label_$setAlignment__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IIV(label_0, 8, 8); + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_image = new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2V(null, (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_none)); + com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_image, style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOff); + com_badlogic_gdx_scenes_scene2d_ui_Table_$clearChildren__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(this, true); + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_imageCell = com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_image); + com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, label_0); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(text_0, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(text_0, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(289, 186, {70:1, 79:1, 97:1, 289:1, 99:1, 186:1, 86:1, 102:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V); +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style; +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_image, com_badlogic_gdx_scenes_scene2d_ui_CheckBox_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this)); + this.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor = com_badlogic_gdx_scenes_scene2d_ui_TextButton_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Lcom_badlogic_gdx_graphics_Color_2(this); + com_badlogic_gdx_scenes_scene2d_ui_Button_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.getImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2 = function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_getImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_image; +} +; +_.getImageCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_getImageCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_imageCell; +} +; +_.getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_CheckBox_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style; +} +; +_.newImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2 = function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_newImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(){ + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2V(null, (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_none)); +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_CheckBox_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style){ + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(style, 366)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('style must be a CheckBoxStyle.')); + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style = style; + com_badlogic_gdx_scenes_scene2d_ui_TextButton_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this, style); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_516, 289, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, style); + this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font = style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font; + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_downFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_downFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_downFontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_focusedFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_focusedFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_focusedFontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_disabledFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_disabledFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_disabledFontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedDownFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedDownFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedDownFontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedOverFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedOverFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedOverFontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFocusedFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFocusedFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFocusedFontColor)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V(up, down, checked, font){ + com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V.call(this, up, down, checked); + this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font = font; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(170, 128, {128:1, 170:1}, com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__V, com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TextButton/TextButtonStyle', 170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_CheckBox$CheckBoxStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_CheckBox$CheckBoxStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V.call(this, style); + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOff = style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOff; + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOn = style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOn; + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnOver = style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnOver; + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOver = style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOver; + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnDisabled = style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnDisabled; + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOffDisabled = style.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOffDisabled; +} + +function com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_CheckBox$CheckBoxStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(checkboxOff, checkboxOn, font, fontColor){ + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOff = checkboxOff; + this.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOn = checkboxOn; + this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font = font; + this.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor = fontColor; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(366, 170, {128:1, 366:1, 170:1}, com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_CheckBox$CheckBoxStyle__V, com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_CheckBox$CheckBoxStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_CheckBox$CheckBoxStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'CheckBox/CheckBoxStyle', 366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Container_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(this$static, batch, parentAlpha, x_0, y_0){ + var color_0; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_background) + return; + color_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_color; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_background.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, fill){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX = fill?1:0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY = fill?1:0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$height__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, height){ + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight = height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight = height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, size_0){ + if (!size_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_506)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight = size_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, width_0, height){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$maxWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, maxWidth){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(maxWidth); + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, size_0){ + if (!size_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_506)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight = size_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, width_0, height){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, top_0, left, bottom, right){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(top_0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(left); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(bottom); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(right); + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, pad){ + if (!pad) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_486)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom = pad; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight = pad; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, size_0){ + if (!size_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_506)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight = size_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, width_0, height){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus){ + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + if (actor != this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_actor) + return false; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_actor = null; + return com_badlogic_gdx_scenes_scene2d_Group_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor){ + if (actor == this$static) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('actor cannot be the Container.')); + if (actor == this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_actor) + return; + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_actor && com_badlogic_gdx_scenes_scene2d_ui_Container_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_actor, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_actor = actor; + !!actor && com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZV(this$static, background, adjustPadding){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_background == background) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_background = background; + if (adjustPadding) { + !background?com_badlogic_gdx_scenes_scene2d_ui_Container_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, (com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_zero)):com_badlogic_gdx_scenes_scene2d_ui_Container_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, background.getTopHeight__F(), background.getLeftWidth__F(), background.getBottomHeight__F(), background.getRightWidth__F()); + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$setClip__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZV(this$static, enabled){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_clip = enabled; + this$static.com_badlogic_gdx_scenes_scene2d_Group_transform = enabled; + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, size_0){ + if (!size_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_506)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth = size_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight = size_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, width_0, height){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + if (!height) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_505)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight = height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight = height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight = height; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$width__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, width_0){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$width__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0)); + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_$width__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static, width_0){ + if (!width_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_507)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth = width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth = width_0; + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_Container__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth = (com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_minWidth); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight = com_badlogic_gdx_scenes_scene2d_ui_Value_minHeight; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth = com_badlogic_gdx_scenes_scene2d_ui_Value_prefWidth; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight = com_badlogic_gdx_scenes_scene2d_ui_Value_prefHeight; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight = com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_round = true; + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly)); + this.com_badlogic_gdx_scenes_scene2d_Group_transform = false; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Container_Container__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Container_Container__V.call(this); + com_badlogic_gdx_scenes_scene2d_ui_Container_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(290, 86, $intern_517, com_badlogic_gdx_scenes_scene2d_ui_Container_Container__V, com_badlogic_gdx_scenes_scene2d_ui_Container_Container__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V); +_.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Container_addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_518)); +} +; +_.addActorAfter__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Container_addActorAfter__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actorAfter, actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_518)); +} +; +_.addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Container_addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V(index_0, actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_518)); +} +; +_.addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Container_addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actorBefore, actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_518)); +} +; +_.align__ILcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_align__ILcom_badlogic_gdx_scenes_scene2d_ui_Container_2(align_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align = align_0; + return this; +} +; +_.background__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_background__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(background){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZV(this, background, true); + return this; +} +; +_.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align |= 4; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align &= -3; + return this; +} +; +_.center__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_center__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align = 1; + return this; +} +; +_.clip__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_clip__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$setClip__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZV(this, true); + return this; +} +; +_.clip__ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_clip__ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(enabled){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$setClip__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZV(this, enabled); + return this; +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Container_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var padBottom, padLeft; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); + if (this.com_badlogic_gdx_scenes_scene2d_Group_transform) { + com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V(this, batch, com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this)); + com_badlogic_gdx_scenes_scene2d_ui_Container_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(this, batch, parentAlpha, 0, 0); + if (this.com_badlogic_gdx_scenes_scene2d_ui_Container_clip) { + batch.flush__V(); + padLeft = this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + padBottom = this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + if (com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this, padLeft, padBottom, this.com_badlogic_gdx_scenes_scene2d_Actor_width - padLeft - this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this), this.com_badlogic_gdx_scenes_scene2d_Actor_height - padBottom - this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this))) { + com_badlogic_gdx_scenes_scene2d_Group_$drawChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); + batch.flush__V(); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2()); + } + } + else + com_badlogic_gdx_scenes_scene2d_Group_$drawChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); + batch.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(this.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); + } + else { + com_badlogic_gdx_scenes_scene2d_ui_Container_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(this, batch, parentAlpha, this.com_badlogic_gdx_scenes_scene2d_Actor_x, this.com_badlogic_gdx_scenes_scene2d_Actor_y); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); + com_badlogic_gdx_scenes_scene2d_Group_$draw__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); + } +} +; +_.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV = function com_badlogic_gdx_scenes_scene2d_ui_Container_drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(batch, parentAlpha, x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(this, batch, parentAlpha, x_0, y_0); +} +; +_.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_ui_Container_drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + var draw, padBottom, padLeft; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); + if (this.com_badlogic_gdx_scenes_scene2d_Group_transform) { + com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(this, shapes, com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this)); + if (this.com_badlogic_gdx_scenes_scene2d_ui_Container_clip) { + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$flush__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes); + padLeft = this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + padBottom = this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + draw = !this.com_badlogic_gdx_scenes_scene2d_ui_Container_background?com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this, 0, 0, this.com_badlogic_gdx_scenes_scene2d_Actor_width, this.com_badlogic_gdx_scenes_scene2d_Actor_height):com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this, padLeft, padBottom, this.com_badlogic_gdx_scenes_scene2d_Actor_width - padLeft - this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this), this.com_badlogic_gdx_scenes_scene2d_Actor_height - padBottom - this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this)); + if (draw) { + com_badlogic_gdx_scenes_scene2d_Group_$drawDebugChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2()); + } + } + else + com_badlogic_gdx_scenes_scene2d_Group_$drawDebugChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setTransformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(shapes, this.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); + } + else + com_badlogic_gdx_scenes_scene2d_Group_$drawDebug__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); +} +; +_.fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX = 1; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY = 1; + return this; +} +; +_.fill__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_fill__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX = x_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY = y_0; + return this; +} +; +_.fill__ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_fill__ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(fill){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, fill); +} +; +_.fill__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_fill__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX = x_0?1:0; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY = y_0?1:0; + return this; +} +; +_.fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX = 1; + return this; +} +; +_.fillY__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_fillY__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY = 1; + return this; +} +; +_.getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor; +} +; +_.getAlign__I = function com_badlogic_gdx_scenes_scene2d_ui_Container_getAlign__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_align; +} +; +_.getBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_background; +} +; +_.getClip__Z = function com_badlogic_gdx_scenes_scene2d_ui_Container_getClip__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_clip; +} +; +_.getFillX__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getFillX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX; +} +; +_.getFillY__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getFillY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY; +} +; +_.getMaxHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getMaxHeight__F(){ + var v; + v = this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + v > 0 && (v += this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this)); + return v; +} +; +_.getMaxHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getMaxHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight; +} +; +_.getMaxWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getMaxWidth__F(){ + var v; + v = this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + v > 0 && (v += this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this)); + return v; +} +; +_.getMaxWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getMaxWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getMinHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getMinHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getMinHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight; +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getMinWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getPadBottom__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadBottom__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getPadBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom; +} +; +_.getPadLeft__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadLeft__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getPadLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft; +} +; +_.getPadRight__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadRight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getPadRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight; +} +; +_.getPadTop__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadTop__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getPadTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop; +} +; +_.getPadX__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getPadY__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPadY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPrefHeight__F(){ + var v; + v = this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + !!this.com_badlogic_gdx_scenes_scene2d_ui_Container_background && (v = $wnd.Math.max(v, this.com_badlogic_gdx_scenes_scene2d_ui_Container_background.getMinHeight__F())); + return $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this), v + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this)); +} +; +_.getPrefHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPrefHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPrefWidth__F(){ + var v; + v = this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + !!this.com_badlogic_gdx_scenes_scene2d_ui_Container_background && (v = $wnd.Math.max(v, this.com_badlogic_gdx_scenes_scene2d_ui_Container_background.getMinWidth__F())); + return $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this), v + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this)); +} +; +_.getPrefWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_getPrefWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth; +} +; +_.height__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_height__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(height){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$height__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.height__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_height__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(height){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$height__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, height); +} +; +_.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(x_0, y_0, touchable){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_Container_clip) { + if (touchable && this.com_badlogic_gdx_scenes_scene2d_Actor_touchable == (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_disabled)) + return null; + if (x_0 < 0 || x_0 >= this.com_badlogic_gdx_scenes_scene2d_Actor_width || y_0 < 0 || y_0 >= this.com_badlogic_gdx_scenes_scene2d_Actor_height) + return null; + } + return com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this) , com_badlogic_gdx_scenes_scene2d_Group_$hit__Lcom_badlogic_gdx_scenes_scene2d_Group_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, x_0, y_0, touchable); +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_Container_layout__V(){ + var containerHeight, containerWidth, height, maxHeight, maxWidth, minHeight, minWidth, padBottom, padLeft, prefHeight, prefWidth, width_0, x_0, y_0; + if (!this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor) + return; + padLeft = this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + padBottom = this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + containerWidth = this.com_badlogic_gdx_scenes_scene2d_Actor_width - padLeft - this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + containerHeight = this.com_badlogic_gdx_scenes_scene2d_Actor_height - padBottom - this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + minWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + minHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + prefWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + prefHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + maxWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + maxHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX > 0?(width_0 = containerWidth * this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX):(width_0 = $wnd.Math.min(prefWidth, containerWidth)); + width_0 < minWidth && (width_0 = minWidth); + maxWidth > 0 && width_0 > maxWidth && (width_0 = maxWidth); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY > 0?(height = containerHeight * this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY):(height = $wnd.Math.min(prefHeight, containerHeight)); + height < minHeight && (height = minHeight); + maxHeight > 0 && height > maxHeight && (height = maxHeight); + x_0 = padLeft; + (this.com_badlogic_gdx_scenes_scene2d_ui_Container_align & 16) != 0?(x_0 += containerWidth - width_0):(this.com_badlogic_gdx_scenes_scene2d_ui_Container_align & 8) == 0 && (x_0 += (containerWidth - width_0) / 2); + y_0 = padBottom; + (this.com_badlogic_gdx_scenes_scene2d_ui_Container_align & 2) != 0?(y_0 += containerHeight - height):(this.com_badlogic_gdx_scenes_scene2d_ui_Container_align & 4) == 0 && (y_0 += (containerHeight - height) / 2); + if (this.com_badlogic_gdx_scenes_scene2d_ui_Container_round) { + x_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(x_0)); + y_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(y_0)); + width_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(width_0)); + height = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(height)); + } + com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor, x_0, y_0, width_0, height); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor, 45) && this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor.validate__V(); +} +; +_.left__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_left__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align |= 8; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align &= -17; + return this; +} +; +_.maxHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(maxHeight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(maxHeight); + return this; +} +; +_.maxHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(maxHeight){ + if (!maxHeight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_508)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight = maxHeight; + return this; +} +; +_.maxSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_maxSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(size_0){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(size_0)); + return this; +} +; +_.maxSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_maxSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(size_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, size_0); +} +; +_.maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0, height){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, width_0, height); +} +; +_.maxWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(maxWidth){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$maxWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, maxWidth); +} +; +_.maxWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(maxWidth){ + if (!maxWidth) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_509)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth = maxWidth; + return this; +} +; +_.minHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(minHeight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(minHeight); + return this; +} +; +_.minHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(minHeight){ + if (!minHeight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_510)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight = minHeight; + return this; +} +; +_.minSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_minSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(size_0){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(size_0)); + return this; +} +; +_.minSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_minSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(size_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, size_0); +} +; +_.minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0, height){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, width_0, height); +} +; +_.minWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(minWidth){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(minWidth); + return this; +} +; +_.minWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(minWidth){ + if (!minWidth) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_511)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth = minWidth; + return this; +} +; +_.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_pad__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(pad){ + var value_0; + value_0 = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(pad); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop = value_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft = value_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom = value_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight = value_0; + return this; +} +; +_.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(top_0, left, bottom, right){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, top_0, left, bottom, right); +} +; +_.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(pad){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, pad); +} +; +_.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(top_0, left, bottom, right){ + if (!top_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_489)); + if (!left) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_490)); + if (!bottom) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_491)); + if (!right) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_492)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop = top_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft = left; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom = bottom; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight = right; + return this; +} +; +_.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(padBottom){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padBottom); + return this; +} +; +_.padBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(padBottom){ + if (!padBottom) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_493)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom = padBottom; + return this; +} +; +_.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(padLeft){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padLeft); + return this; +} +; +_.padLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(padLeft){ + if (!padLeft) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_494)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft = padLeft; + return this; +} +; +_.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(padRight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padRight); + return this; +} +; +_.padRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_padRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(padRight){ + if (!padRight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_495)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight = padRight; + return this; +} +; +_.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(padTop){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(padTop); + return this; +} +; +_.padTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_padTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(padTop){ + if (!padTop) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_496)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop = padTop; + return this; +} +; +_.prefHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(prefHeight){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(prefHeight); + return this; +} +; +_.prefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(prefHeight){ + if (!prefHeight) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_512)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight = prefHeight; + return this; +} +; +_.prefSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_prefSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(size_0){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(size_0)); + return this; +} +; +_.prefSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_prefSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(size_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, size_0); +} +; +_.prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0, height){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, width_0, height); +} +; +_.prefWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(prefWidth){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(prefWidth); + return this; +} +; +_.prefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(prefWidth){ + if (!prefWidth) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_513)); + this.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth = prefWidth; + return this; +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_ui_Container_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor){ + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + if (actor != this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor) + return false; + com_badlogic_gdx_scenes_scene2d_ui_Container_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, null); + return true; +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ = function com_badlogic_gdx_scenes_scene2d_ui_Container_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, unfocus){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this, actor, unfocus); +} +; +_.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(index_0, unfocus){ + var actor; + actor = com_badlogic_gdx_scenes_scene2d_Group_$removeActorAt__Lcom_badlogic_gdx_scenes_scene2d_Group_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, index_0, unfocus); + actor == this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor && (this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor = null); + return actor; +} +; +_.right__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_right__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align |= 16; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align &= -9; + return this; +} +; +_.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Container_setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.setBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V = function com_badlogic_gdx_scenes_scene2d_ui_Container_setBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(background){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZV(this, background, true); +} +; +_.setBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZV = function com_badlogic_gdx_scenes_scene2d_ui_Container_setBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZV(background, adjustPadding){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZV(this, background, adjustPadding); +} +; +_.setClip__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Container_setClip__ZV(enabled){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$setClip__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZV(this, enabled); +} +; +_.setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V = function com_badlogic_gdx_scenes_scene2d_ui_Container_setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V(cullingArea){ + this.com_badlogic_gdx_scenes_scene2d_Group_cullingArea = cullingArea; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX == 1 && this.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY == 1 && com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor, 102) && this.com_badlogic_gdx_scenes_scene2d_ui_Container_actor.setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V(cullingArea); +} +; +_.setRound__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Container_setRound__ZV(round_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_round = round_0; +} +; +_.size__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_size__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(size_0){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(size_0)); + return this; +} +; +_.size__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_size__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(width_0), com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(height)); + return this; +} +; +_.size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(size_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, size_0); +} +; +_.size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0, height){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$size__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, width_0, height); +} +; +_.top__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_top__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align |= 2; + this.com_badlogic_gdx_scenes_scene2d_ui_Container_align &= -5; + return this; +} +; +_.width__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_width__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$width__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, width_0); +} +; +_.width__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Container_width__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(width_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Container_$width__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this, width_0); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Container_align = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Container_clip = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Container_round = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_519, 290, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Window_tmpPosition = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_scenes_scene2d_ui_Window_tmpSize = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window_$drawStageBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFV(this$static, batch, parentAlpha, x_0, y_0, width_0, height){ + var color_0; + color_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_color; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Window_style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_stageBackground.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window_$keepWithinStage__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V(this$static){ + var camera, orthographicCamera, parentHeight, parentWidth, stage; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Window_keepWithinStage) + return; + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return; + camera = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_camera; + if (camera) { + orthographicCamera = camera; + parentWidth = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth; + parentHeight = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight; + com_badlogic_gdx_scenes_scene2d_Actor_$getX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, 16) - camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_x > parentWidth / 2 / orthographicCamera.com_badlogic_gdx_graphics_OrthographicCamera_zoom && com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFIV(this$static, camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_x + parentWidth / 2 / orthographicCamera.com_badlogic_gdx_graphics_OrthographicCamera_zoom, com_badlogic_gdx_scenes_scene2d_Actor_$getY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, 16), 16); + com_badlogic_gdx_scenes_scene2d_Actor_$getX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, 8) - camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_x < -parentWidth / 2 / orthographicCamera.com_badlogic_gdx_graphics_OrthographicCamera_zoom && com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFIV(this$static, camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_x - parentWidth / 2 / orthographicCamera.com_badlogic_gdx_graphics_OrthographicCamera_zoom, com_badlogic_gdx_scenes_scene2d_Actor_$getY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, 8), 8); + com_badlogic_gdx_scenes_scene2d_Actor_$getY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, 2) - camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_y > parentHeight / 2 / orthographicCamera.com_badlogic_gdx_graphics_OrthographicCamera_zoom && com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFIV(this$static, com_badlogic_gdx_scenes_scene2d_Actor_$getX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, 2), camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_y + parentHeight / 2 / orthographicCamera.com_badlogic_gdx_graphics_OrthographicCamera_zoom, 2); + com_badlogic_gdx_scenes_scene2d_Actor_$getY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, 4) - camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_y < -parentHeight / 2 / orthographicCamera.com_badlogic_gdx_graphics_OrthographicCamera_zoom && com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFIV(this$static, com_badlogic_gdx_scenes_scene2d_Actor_$getX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(this$static, 4), camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_y - parentHeight / 2 / orthographicCamera.com_badlogic_gdx_graphics_OrthographicCamera_zoom, 4); + } + else if (this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent == stage.com_badlogic_gdx_scenes_scene2d_Stage_root) { + parentWidth = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth; + parentHeight = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight; + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x < 0 && this$static.com_badlogic_gdx_scenes_scene2d_Actor_x != 0 && (this$static.com_badlogic_gdx_scenes_scene2d_Actor_x = 0); + this$static.com_badlogic_gdx_scenes_scene2d_Actor_x + this$static.com_badlogic_gdx_scenes_scene2d_Actor_width > parentWidth && com_badlogic_gdx_scenes_scene2d_Actor_$setX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, parentWidth - this$static.com_badlogic_gdx_scenes_scene2d_Actor_width); + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y < 0 && this$static.com_badlogic_gdx_scenes_scene2d_Actor_y != 0 && (this$static.com_badlogic_gdx_scenes_scene2d_Actor_y = 0); + this$static.com_badlogic_gdx_scenes_scene2d_Actor_y + this$static.com_badlogic_gdx_scenes_scene2d_Actor_height > parentHeight && com_badlogic_gdx_scenes_scene2d_Actor_$setY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, parentHeight - this$static.com_badlogic_gdx_scenes_scene2d_Actor_height); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style){ + return new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, style); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(this$static, style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Window_style = style; + com_badlogic_gdx_scenes_scene2d_ui_Table_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static, style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_background); + com_badlogic_gdx_scenes_scene2d_ui_Label_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Window_titleLabel, new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFont, style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFontColor)); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(title_0, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V.call(this, title_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(title_0, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V.call(this, title_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(title_0, style){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_Table__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Window_isMovable = true; + this.com_badlogic_gdx_scenes_scene2d_ui_Window_resizeBorder = 8; + this.com_badlogic_gdx_scenes_scene2d_ui_Window_keepWithinStage = true; + if (title_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('title cannot be null.')); + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)); + com_badlogic_gdx_scenes_scene2d_ui_Table_$setClip__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(this, true); + this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleLabel = com_badlogic_gdx_scenes_scene2d_ui_Window_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(title_0, new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFont, style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFontColor)); + com_badlogic_gdx_scenes_scene2d_ui_Label_$setEllipsis__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZV(this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleLabel, true); + this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable = new com_badlogic_gdx_scenes_scene2d_ui_Window$1_Window$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$minWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Cell_$fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Cell_$expandX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable, this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleLabel))), 0); + com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable); + com_badlogic_gdx_scenes_scene2d_ui_Window_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(this, style); + com_badlogic_gdx_scenes_scene2d_Actor_$setWidth__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, 150); + com_badlogic_gdx_scenes_scene2d_Actor_$setHeight__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, 150); + com_badlogic_gdx_scenes_scene2d_Actor_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_Window$2_Window$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V(this)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_Window$3_Window$3__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V(this)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(187, 99, {70:1, 79:1, 99:1, 86:1, 187:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Window_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var stage; + stage = this.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (stage) { + !stage.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus && com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(stage, this); + com_badlogic_gdx_scenes_scene2d_ui_Window_$keepWithinStage__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V(this); + if (this.com_badlogic_gdx_scenes_scene2d_ui_Window_style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_stageBackground) { + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_ui_Window_tmpPosition, 0, 0)); + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_ui_Window_tmpSize, stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth, stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight)); + com_badlogic_gdx_scenes_scene2d_ui_Window_$drawStageBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFV(this, batch, parentAlpha, this.com_badlogic_gdx_scenes_scene2d_Actor_x + com_badlogic_gdx_scenes_scene2d_ui_Window_tmpPosition.com_badlogic_gdx_math_Vector2_x, this.com_badlogic_gdx_scenes_scene2d_Actor_y + com_badlogic_gdx_scenes_scene2d_ui_Window_tmpPosition.com_badlogic_gdx_math_Vector2_y, this.com_badlogic_gdx_scenes_scene2d_Actor_x + com_badlogic_gdx_scenes_scene2d_ui_Window_tmpSize.com_badlogic_gdx_math_Vector2_x, this.com_badlogic_gdx_scenes_scene2d_Actor_y + com_badlogic_gdx_scenes_scene2d_ui_Window_tmpSize.com_badlogic_gdx_math_Vector2_y); + } + } + com_badlogic_gdx_scenes_scene2d_ui_Table_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV = function com_badlogic_gdx_scenes_scene2d_ui_Window_drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(batch, parentAlpha, x_0, y_0){ + var padLeft, padTop; + com_badlogic_gdx_scenes_scene2d_ui_Table_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(this, batch, parentAlpha, x_0, y_0); + this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable.com_badlogic_gdx_scenes_scene2d_Actor_color.com_badlogic_gdx_graphics_Color_a = this.com_badlogic_gdx_scenes_scene2d_Actor_color.com_badlogic_gdx_graphics_Color_a; + padTop = this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + padLeft = this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable, this.com_badlogic_gdx_scenes_scene2d_Actor_width - padLeft - this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this), padTop); + com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable, padLeft, this.com_badlogic_gdx_scenes_scene2d_Actor_height - padTop); + this.com_badlogic_gdx_scenes_scene2d_ui_Window_drawTitleTable = true; + this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha); + this.com_badlogic_gdx_scenes_scene2d_ui_Window_drawTitleTable = false; +} +; +_.drawStageBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFV = function com_badlogic_gdx_scenes_scene2d_ui_Window_drawStageBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFV(batch, parentAlpha, x_0, y_0, width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$drawStageBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFV(this, batch, parentAlpha, x_0, y_0, width_0, height); +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Window_getPrefWidth__F(){ + return $wnd.Math.max(com_badlogic_gdx_scenes_scene2d_ui_Table_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this), this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable.getPrefWidth__F() + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) + this.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this)); +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_Window_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window_style; +} +; +_.getTitleLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2 = function com_badlogic_gdx_scenes_scene2d_ui_Window_getTitleLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleLabel; +} +; +_.getTitleTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Window_getTitleTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable; +} +; +_.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Window_hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(x_0, y_0, touchable){ + var current, height, hit; + if (!this.com_badlogic_gdx_scenes_scene2d_Actor_visible) + return null; + hit = com_badlogic_gdx_scenes_scene2d_ui_Table_$hit__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, x_0, y_0, touchable); + if (!hit && this.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal && (!touchable || this.com_badlogic_gdx_scenes_scene2d_Actor_touchable == (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled))) + return this; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + if (!hit || hit == this) + return hit; + if (y_0 <= height && y_0 >= height - this.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(this) && x_0 >= 0 && x_0 <= this.com_badlogic_gdx_scenes_scene2d_Actor_width) { + current = hit; + while (current.com_badlogic_gdx_scenes_scene2d_Actor_parent != this) + current = current.com_badlogic_gdx_scenes_scene2d_Actor_parent; + if (com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, current)) + return this; + } + return hit; +} +; +_.isDragging__Z = function com_badlogic_gdx_scenes_scene2d_ui_Window_isDragging__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window_dragging; +} +; +_.isModal__Z = function com_badlogic_gdx_scenes_scene2d_ui_Window_isModal__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal; +} +; +_.isMovable__Z = function com_badlogic_gdx_scenes_scene2d_ui_Window_isMovable__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window_isMovable; +} +; +_.isResizable__Z = function com_badlogic_gdx_scenes_scene2d_ui_Window_isResizable__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window_isResizable; +} +; +_.keepWithinStage__V = function com_badlogic_gdx_scenes_scene2d_ui_Window_keepWithinStage__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$keepWithinStage__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V(this); +} +; +_.newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2 = function com_badlogic_gdx_scenes_scene2d_ui_Window_newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style){ + return com_badlogic_gdx_scenes_scene2d_ui_Window_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style); +} +; +_.setKeepWithinStage__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Window_setKeepWithinStage__ZV(keepWithinStage){ + this.com_badlogic_gdx_scenes_scene2d_ui_Window_keepWithinStage = keepWithinStage; +} +; +_.setModal__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Window_setModal__ZV(isModal){ + this.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal = isModal; +} +; +_.setMovable__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Window_setMovable__ZV(isMovable){ + this.com_badlogic_gdx_scenes_scene2d_ui_Window_isMovable = isMovable; +} +; +_.setResizable__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Window_setResizable__ZV(isResizable){ + this.com_badlogic_gdx_scenes_scene2d_ui_Window_isResizable = isResizable; +} +; +_.setResizeBorder__IV = function com_badlogic_gdx_scenes_scene2d_ui_Window_setResizeBorder__IV(resizeBorder){ + this.com_badlogic_gdx_scenes_scene2d_ui_Window_resizeBorder = resizeBorder; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_Window_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(this, style); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Window_dragging = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Window_drawTitleTable = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Window_edge = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Window_isMovable = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Window_isResizable = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Window_keepWithinStage = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Window_resizeBorder = 0; +var com_badlogic_gdx_scenes_scene2d_ui_Window_tmpPosition, com_badlogic_gdx_scenes_scene2d_ui_Window_tmpSize; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_520, 187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_values = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_ignoreTouchDown = new com_badlogic_gdx_scenes_scene2d_ui_Dialog$1_Dialog$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this$static, button, object){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_buttonTable, button); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_values.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(button, object); + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this$static, text_0, object){ + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_521)); + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this$static, text_0, object, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this$static, text_0, object, buttonStyle){ + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this$static, new com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V(text_0, buttonStyle), object); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this$static, action){ + var actor, stage; + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (stage) { + com_badlogic_gdx_scenes_scene2d_Actor_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_focusListener); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousKeyboardFocus && !this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousKeyboardFocus.com_badlogic_gdx_scenes_scene2d_Actor_stage && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousKeyboardFocus = null); + actor = stage.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus; + (!actor || com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor, this$static)) && com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(stage, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousKeyboardFocus); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousScrollFocus && !this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousScrollFocus.com_badlogic_gdx_scenes_scene2d_Actor_stage && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousScrollFocus = null); + actor = stage.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus; + (!actor || com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor, this$static)) && com_badlogic_gdx_scenes_scene2d_Stage_$setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(stage, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousScrollFocus); + } + if (action) { + com_badlogic_gdx_scenes_scene2d_Actor_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_ignoreTouchDown); + com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this$static, com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(action, com_badlogic_gdx_scenes_scene2d_actions_Actions_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_ignoreTouchDown, true), com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit))); + } + else + com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_$initialize__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal = true; + com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Table_cellDefaults, 6); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Cell_$expand__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_contentTable = new com_badlogic_gdx_scenes_scene2d_ui_Table_Table__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin)))); + com_badlogic_gdx_scenes_scene2d_ui_Table_$row__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_buttonTable = new com_badlogic_gdx_scenes_scene2d_ui_Table_Table__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin))); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_contentTable.com_badlogic_gdx_scenes_scene2d_ui_Table_cellDefaults, 6); + com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_buttonTable.com_badlogic_gdx_scenes_scene2d_ui_Table_cellDefaults, 6); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_buttonTable, new com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_Dialog$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this$static)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_focusListener = new com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_Dialog$3__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_$show__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this$static, stage, action){ + var actor; + com_badlogic_gdx_scenes_scene2d_Actor_$clearActions__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static); + com_badlogic_gdx_scenes_scene2d_Actor_$removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_ignoreTouchDown); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousKeyboardFocus = null; + actor = stage.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus; + !!actor && !com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor, this$static) && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousKeyboardFocus = actor); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousScrollFocus = null; + actor = stage.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus; + !!actor && !com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor, this$static) && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousScrollFocus = actor); + stage.com_badlogic_gdx_scenes_scene2d_Stage_root.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$pack__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(stage, null, null); + com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(stage, this$static); + com_badlogic_gdx_scenes_scene2d_Stage_$setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(stage, this$static); + !!action && (action.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_Actor_actions, action)); + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_$text__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this$static, label_0){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog_contentTable, label_0); + return this$static; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_Dialog__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(title_0, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V.call(this, title_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit)); + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin = skin; + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$initialize__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_Dialog__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(title_0, skin, windowStyleName){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V.call(this, title_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, windowStyleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit)); + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin = skin; + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$initialize__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog_Dialog__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(title_0, windowStyle){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V.call(this, title_0, windowStyle); + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$initialize__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(433, 187, {70:1, 79:1, 433:1, 99:1, 86:1, 187:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Dialog_Dialog__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_Dialog_Dialog__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_Dialog_Dialog__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V); +_.button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(button){ + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, button, null); +} +; +_.button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(button, object){ + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, button, object); +} +; +_.button__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_button__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(text_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, text_0, null); +} +; +_.button__Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_button__Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(text_0, object){ + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, text_0, object); +} +; +_.button__Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_button__Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(text_0, object, buttonStyle){ + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$button__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, text_0, object, buttonStyle); +} +; +_.cancel__V = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_cancel__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_cancelHide = true; +} +; +_.getButtonTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_getButtonTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_buttonTable; +} +; +_.getContentTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_getContentTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_contentTable; +} +; +_.hide__V = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_hide__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this, com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeOut__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2($intern_361, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade))); +} +; +_.hide__Lcom_badlogic_gdx_scenes_scene2d_Action_2V = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_hide__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(action){ + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this, action); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Dialog$initialize__V = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_initialize__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$initialize__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this); +} +; +_.key__ILjava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_key__ILjava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(keycode, object){ + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_Dialog$4__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this, keycode)); + return this; +} +; +_.result__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_result__Ljava_lang_Object_2V(object){ +} +; +_.setObject__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_setObject__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2V(actor, object){ + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_values.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(actor, object); +} +; +_.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(stage){ + !stage?com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_focusListener):com_badlogic_gdx_scenes_scene2d_Actor_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_focusListener); + com_badlogic_gdx_scenes_scene2d_Group_$setStage__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this, stage); +} +; +_.show__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_show__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(stage){ + com_badlogic_gdx_scenes_scene2d_ui_Dialog_$show__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, stage, com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(com_badlogic_gdx_scenes_scene2d_actions_Actions_alpha__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(0, 0, null), com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeIn__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2($intern_361, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade)))); + com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round((stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth - this.com_badlogic_gdx_scenes_scene2d_Actor_width) / 2)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round((stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight - this.com_badlogic_gdx_scenes_scene2d_Actor_height) / 2))); + return this; +} +; +_.show__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_show__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(stage, action){ + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$show__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, stage, action); +} +; +_.text__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_text__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(label_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$text__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, label_0); +} +; +_.text__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_text__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(text_0){ + if (!this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_521)); + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$text__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit))); +} +; +_.text__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2 = function com_badlogic_gdx_scenes_scene2d_ui_Dialog_text__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(text_0, labelStyle){ + return com_badlogic_gdx_scenes_scene2d_ui_Dialog_$text__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(this, new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, labelStyle)); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Dialog_cancelHide = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_522, 433, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Dialog$1_Dialog$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_523, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_Dialog$1_Dialog$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V); +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_Dialog$1_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + com_badlogic_gdx_scenes_scene2d_Event_$cancel__Lcom_badlogic_gdx_scenes_scene2d_Event_2V(event_0); + return false; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Dialog/1', $intern_523, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(635, 1, $intern_524); +_.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z = function com_badlogic_gdx_scenes_scene2d_utils_ChangeListener_handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0){ + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(event_0, 512)) + return false; + com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_$changed__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$2_2Lcom_badlogic_gdx_scenes_scene2d_utils_ChangeListener$ChangeEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, event_0.com_badlogic_gdx_scenes_scene2d_Event_targetActor); + return false; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'ChangeListener', 635, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_$changed__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$2_2Lcom_badlogic_gdx_scenes_scene2d_utils_ChangeListener$ChangeEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor){ + if (com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_Dialog_values, actor) < 0) + return; + while (actor.com_badlogic_gdx_scenes_scene2d_Actor_parent != this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_Dialog_buttonTable) + actor = actor.com_badlogic_gdx_scenes_scene2d_Actor_parent; + com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_Dialog_values, actor); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_Dialog_cancelHide || com_badlogic_gdx_scenes_scene2d_ui_Dialog_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_this$01, com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeOut__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2($intern_361, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade))); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_Dialog_cancelHide = false; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_Dialog$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_525, 635, $intern_524, com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_Dialog$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V); +_.changed__Lcom_badlogic_gdx_scenes_scene2d_utils_ChangeListener$ChangeEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_changed__Lcom_badlogic_gdx_scenes_scene2d_utils_ChangeListener$ChangeEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, actor){ + com_badlogic_gdx_scenes_scene2d_ui_Dialog$2_$changed__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$2_2Lcom_badlogic_gdx_scenes_scene2d_utils_ChangeListener$ChangeEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Dialog/2', $intern_525, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(627, 1, $intern_526); +_.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener_handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0){ + var focusEvent; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(event_0, 513)) + return false; + focusEvent = event_0; + switch (focusEvent.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_type.java_lang_Enum_ordinal) { + case 0: + com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_$keyboardFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$3_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this, focusEvent, focusEvent.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused); + break; + case 1: + com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_$scrollFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$3_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this, focusEvent, focusEvent.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused); + } + return false; +} +; +_.keyboardFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener_keyboardFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(event_0, actor, focused){ +} +; +_.scrollFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener_scrollFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(event_0, actor, focused){ +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'FocusListener', 627, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_$focusChanged__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$3_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2V(this$static, event_0){ + var newFocusedActor, stage; + stage = this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal && !!stage && stage.com_badlogic_gdx_scenes_scene2d_Stage_root.com_badlogic_gdx_scenes_scene2d_Group_children.com_badlogic_gdx_utils_Array_size > 0 && com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(stage.com_badlogic_gdx_scenes_scene2d_Stage_root.com_badlogic_gdx_scenes_scene2d_Group_children)) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_this$01)) { + newFocusedActor = event_0.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor; + !!newFocusedActor && !com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(newFocusedActor, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_this$01) && !(java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(newFocusedActor, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousKeyboardFocus) || java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(newFocusedActor, this$static.com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousScrollFocus)) && com_badlogic_gdx_scenes_scene2d_Event_$cancel__Lcom_badlogic_gdx_scenes_scene2d_Event_2V(event_0); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_$keyboardFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$3_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this$static, event_0, focused){ + focused || com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_$focusChanged__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$3_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2V(this$static, event_0); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_$scrollFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$3_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this$static, event_0, focused){ + focused || com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_$focusChanged__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$3_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2V(this$static, event_0); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_Dialog$3__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_527, 627, $intern_526, com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_Dialog$3__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V); +_.keyboardFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV = function com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_keyboardFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(event_0, actor, focused){ + com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_$keyboardFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$3_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this, event_0, focused); +} +; +_.scrollFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV = function com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_scrollFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(event_0, actor, focused){ + com_badlogic_gdx_scenes_scene2d_ui_Dialog$3_$scrollFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$3_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this, event_0, focused); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Dialog/3', $intern_527, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_Dialog$4__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V(this$0, val$keycode){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_this$01 = this$0; + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_val$keycode2 = val$keycode; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1005, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_Dialog$4__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2V); +_.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode2){ + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_val$keycode2 == keycode2 && com_badlogic_gdx_backends_gwt_GwtApplication_$postRunnable__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_Runnable_2V(com_badlogic_gdx_Gdx_app, new com_badlogic_gdx_scenes_scene2d_ui_Dialog$4$1_Dialog$4$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$4_2V(this)); + return false; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_val$keycode2 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog$4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Dialog/4', 1005, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Dialog$4$1_Dialog$4$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$4_2V(this$1){ + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4$1_this$11 = this$1; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_528, 1, {227:1}, com_badlogic_gdx_scenes_scene2d_ui_Dialog$4$1_Dialog$4$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog$4_2V); +_.run__V = function com_badlogic_gdx_scenes_scene2d_ui_Dialog$4$1_run__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4$1_this$11.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_this$01.com_badlogic_gdx_scenes_scene2d_ui_Dialog_cancelHide || com_badlogic_gdx_scenes_scene2d_ui_Dialog_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4$1_this$11.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_this$01, com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeOut__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2($intern_361, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade))); + this.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4$1_this$11.com_badlogic_gdx_scenes_scene2d_ui_Dialog$4_this$01.com_badlogic_gdx_scenes_scene2d_ui_Dialog_cancelHide = false; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog$4$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Dialog/4/1', $intern_528, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2V(this$static){ + var child, children, groupWidth, height, i, incr, incrX, layout, n, pad, rowHeight, rowSizes, space, width_0, wrapSpace, x_0, y_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid = false; + children = this$static.com_badlogic_gdx_scenes_scene2d_Group_children; + n = children.com_badlogic_gdx_utils_Array_size; + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight = 0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth = 0; + !this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowSizes?(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowSizes = new com_badlogic_gdx_utils_FloatArray_FloatArray__V):(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowSizes.com_badlogic_gdx_utils_FloatArray_size = 0); + rowSizes = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowSizes; + space = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space; + wrapSpace = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapSpace; + pad = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight; + groupWidth = this$static.com_badlogic_gdx_scenes_scene2d_Actor_width - pad; + x_0 = 0; + y_0 = 0; + rowHeight = 0; + i = 0; + incr = 1; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse) { + i = n - 1; + n = -1; + incr = -1; + } + for (; i != n; i += incr) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45)) { + layout = child; + width_0 = layout.getPrefWidth__F(); + width_0 > groupWidth && (width_0 = $wnd.Math.max(groupWidth, layout.getMinWidth__F())); + height = layout.getPrefHeight__F(); + } + else { + width_0 = child.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = child.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + incrX = width_0 + (x_0 > 0?space:0); + if (x_0 + incrX > groupWidth && x_0 > 0) { + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(rowSizes, x_0); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(rowSizes, rowHeight); + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth, x_0 + pad); + y_0 > 0 && (y_0 += wrapSpace); + y_0 += rowHeight; + rowHeight = 0; + x_0 = 0; + incrX = width_0; + } + x_0 += incrX; + rowHeight = $wnd.Math.max(rowHeight, height); + } + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(rowSizes, x_0); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(rowSizes, rowHeight); + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth, x_0 + pad); + y_0 > 0 && (y_0 += wrapSpace); + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight, y_0 + rowHeight); + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space * (n - 1); + for (i = 0; i < n; i++) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45)) { + layout = child; + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth += layout.getPrefWidth__F(); + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight, layout.getPrefHeight__F()); + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth += child.com_badlogic_gdx_scenes_scene2d_Actor_width; + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight, child.com_badlogic_gdx_scenes_scene2d_Actor_height); + } + } + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight += this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_round) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight)); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_$layoutWrapped__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2V(this$static){ + var align_0, child, children, fill, groupWidth, height, i, incr, layout, maxHeight, maxWidth, n, prefHeight, r, round_0, rowDir, rowHeight, rowSizes, rowY, space, width_0, wrapSpace, x_0, xStart, y_0; + prefHeight = (this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2V(this$static) , this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight); + if (prefHeight != this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_lastPrefHeight) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_lastPrefHeight = prefHeight; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + } + align_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align; + round_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_round; + space = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space; + fill = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill; + wrapSpace = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapSpace; + maxWidth = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth - this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft - this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight; + rowY = prefHeight - this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop; + groupWidth = this$static.com_badlogic_gdx_scenes_scene2d_Actor_width; + xStart = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft; + x_0 = 0; + rowHeight = 0; + rowDir = -1; + (align_0 & 2) != 0?(rowY += this$static.com_badlogic_gdx_scenes_scene2d_Actor_height - prefHeight):(align_0 & 4) == 0 && (rowY += (this$static.com_badlogic_gdx_scenes_scene2d_Actor_height - prefHeight) / 2); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapReverse) { + rowY -= prefHeight + com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowSizes, 1); + rowDir = 1; + } + (align_0 & 16) != 0?(xStart += groupWidth - this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth):(align_0 & 8) == 0 && (xStart += (groupWidth - this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth) / 2); + groupWidth -= this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight; + align_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign; + rowSizes = this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowSizes; + children = this$static.com_badlogic_gdx_scenes_scene2d_Group_children; + i = 0; + n = children.com_badlogic_gdx_utils_Array_size; + incr = 1; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse) { + i = n - 1; + n = -1; + incr = -1; + } + for (r = 0; i != n; i += incr) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + layout = null; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45)) { + layout = child; + width_0 = layout.getPrefWidth__F(); + width_0 > groupWidth && (width_0 = $wnd.Math.max(groupWidth, layout.getMinWidth__F())); + height = layout.getPrefHeight__F(); + } + else { + width_0 = child.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = child.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + if (x_0 + width_0 > groupWidth || r == 0) { + r = $wnd.Math.min(r, rowSizes.com_badlogic_gdx_utils_FloatArray_size - 2); + x_0 = xStart; + (align_0 & 16) != 0?(x_0 += maxWidth - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(rowSizes, r)):(align_0 & 8) == 0 && (x_0 += (maxWidth - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(rowSizes, r)) / 2); + rowHeight = com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(rowSizes, r + 1); + r > 0 && (rowY += wrapSpace * rowDir); + rowY += rowHeight * rowDir; + r += 2; + } + fill > 0 && (height = rowHeight * fill); + if (layout) { + height = $wnd.Math.max(height, layout.getMinHeight__F()); + maxHeight = layout.getMaxHeight__F(); + maxHeight > 0 && height > maxHeight && (height = maxHeight); + } + y_0 = rowY; + (align_0 & 2) != 0?(y_0 += rowHeight - height):(align_0 & 4) == 0 && (y_0 += (rowHeight - height) / 2); + round_0?com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(child, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(x_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(y_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(width_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(height))):com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(child, x_0, y_0, width_0, height); + x_0 += width_0 + space; + !!layout && layout.validate__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_HorizontalGroup__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid = true; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align = 8; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_round = true; + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(628, 86, {70:1, 79:1, 628:1, 86:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_HorizontalGroup__V); +_.align__ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align__ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(align_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align = align_0; + return this; +} +; +_.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align |= 4; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align &= -3; + return this; +} +; +_.center__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_center__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align = 1; + return this; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup$computeSize__V = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_computeSize__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2V(this); +} +; +_.drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + com_badlogic_gdx_scenes_scene2d_Actor_$drawDebugBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + if (!this.com_badlogic_gdx_scenes_scene2d_Actor_debug) + return; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$set__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(shapes, (com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V() , com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line)); + !!this.com_badlogic_gdx_scenes_scene2d_Actor_stage && com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setColor__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_Color_2V(shapes, this.com_badlogic_gdx_scenes_scene2d_Actor_stage.com_badlogic_gdx_scenes_scene2d_Stage_debugColor); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$rect__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2FFFFFFFFFV(shapes, this.com_badlogic_gdx_scenes_scene2d_Actor_x + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft, this.com_badlogic_gdx_scenes_scene2d_Actor_y + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom, this.com_badlogic_gdx_scenes_scene2d_Actor_originX, this.com_badlogic_gdx_scenes_scene2d_Actor_originY, this.com_badlogic_gdx_scenes_scene2d_Actor_width - this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft - this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight, this.com_badlogic_gdx_scenes_scene2d_Actor_height - this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom - this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop, this.com_badlogic_gdx_scenes_scene2d_Actor_scaleX, this.com_badlogic_gdx_scenes_scene2d_Actor_scaleY, this.com_badlogic_gdx_scenes_scene2d_Actor_rotation); +} +; +_.expand__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand = true; + return this; +} +; +_.expand__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(expand){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand = expand; + return this; +} +; +_.fill__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill = 1; + return this; +} +; +_.fill__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(fill){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill = fill; + return this; +} +; +_.getAlign__I = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getAlign__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align; +} +; +_.getExpand__Z = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getExpand__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand; +} +; +_.getFill__F = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getFill__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill; +} +; +_.getPadBottom__F = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getPadBottom__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom; +} +; +_.getPadLeft__F = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getPadLeft__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft; +} +; +_.getPadRight__F = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getPadRight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight; +} +; +_.getPadTop__F = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getPadTop__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getPrefHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getPrefWidth__F(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap) + return 0; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth; +} +; +_.getReverse__Z = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getReverse__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse; +} +; +_.getRows__I = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getRows__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap?this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowSizes.com_badlogic_gdx_utils_FloatArray_size >> 1:1; +} +; +_.getSpace__F = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getSpace__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space; +} +; +_.getWrap__Z = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getWrap__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap; +} +; +_.getWrapReverse__Z = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getWrapReverse__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapReverse; +} +; +_.getWrapSpace__F = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_getWrapSpace__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapSpace; +} +; +_.grow__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_grow__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand = true; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill = 1; + return this; +} +; +_.invalidate__V = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_invalidate__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid = true; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_layout__V(){ + var align_0, child, children, fill, height, i, incr, layout, maxHeight, n, padBottom, round_0, rowHeight, space, startY, width_0, x_0, y_0; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2V(this); + if (this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap) { + com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_$layoutWrapped__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2V(this); + return; + } + round_0 = this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_round; + align_0 = this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align; + space = this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space; + padBottom = this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom; + fill = this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill; + rowHeight = (this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand?this.com_badlogic_gdx_scenes_scene2d_Actor_height:this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight) - this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop - padBottom; + x_0 = this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft; + (align_0 & 16) != 0?(x_0 += this.com_badlogic_gdx_scenes_scene2d_Actor_width - this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth):(align_0 & 8) == 0 && (x_0 += (this.com_badlogic_gdx_scenes_scene2d_Actor_width - this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth) / 2); + (align_0 & 4) != 0?(startY = padBottom):(align_0 & 2) != 0?(startY = this.com_badlogic_gdx_scenes_scene2d_Actor_height - this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop - rowHeight):(startY = padBottom + (this.com_badlogic_gdx_scenes_scene2d_Actor_height - padBottom - this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop - rowHeight) / 2); + align_0 = this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign; + children = this.com_badlogic_gdx_scenes_scene2d_Group_children; + i = 0; + n = children.com_badlogic_gdx_utils_Array_size; + incr = 1; + if (this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse) { + i = n - 1; + n = -1; + incr = -1; + } + for (; i != n; i += incr) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + layout = null; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45)) { + layout = child; + width_0 = layout.getPrefWidth__F(); + height = layout.getPrefHeight__F(); + } + else { + width_0 = child.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = child.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + fill > 0 && (height = rowHeight * fill); + if (layout) { + height = $wnd.Math.max(height, layout.getMinHeight__F()); + maxHeight = layout.getMaxHeight__F(); + maxHeight > 0 && height > maxHeight && (height = maxHeight); + } + y_0 = startY; + (align_0 & 2) != 0?(y_0 += rowHeight - height):(align_0 & 4) == 0 && (y_0 += (rowHeight - height) / 2); + round_0?com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(child, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(x_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(y_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(width_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(height))):com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(child, x_0, y_0, width_0, height); + x_0 += width_0 + space; + !!layout && layout.validate__V(); + } +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup$layoutWrapped__V = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_layoutWrapped__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_$layoutWrapped__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2V(this); +} +; +_.left__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_left__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align |= 8; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align &= -17; + return this; +} +; +_.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_pad__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(pad){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop = pad; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft = pad; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom = pad; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight = pad; + return this; +} +; +_.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(top_0, left, bottom, right){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop = top_0; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft = left; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom = bottom; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight = right; + return this; +} +; +_.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(padBottom){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom = padBottom; + return this; +} +; +_.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(padLeft){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft = padLeft; + return this; +} +; +_.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(padRight){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight = padRight; + return this; +} +; +_.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(padTop){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop = padTop; + return this; +} +; +_.reverse__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse = true; + return this; +} +; +_.reverse__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(reverse){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse = reverse; + return this; +} +; +_.right__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_right__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align |= 16; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align &= -9; + return this; +} +; +_.rowAlign__ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign__ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(rowAlign){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign = rowAlign; + return this; +} +; +_.rowBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign |= 4; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign &= -3; + return this; +} +; +_.rowCenter__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowCenter__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign = 1; + return this; +} +; +_.rowLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign |= 8; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign &= -17; + return this; +} +; +_.rowRight__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowRight__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign |= 16; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign &= -9; + return this; +} +; +_.rowTop__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowTop__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign |= 2; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign &= -5; + return this; +} +; +_.setRound__ZV = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_setRound__ZV(round_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_round = round_0; +} +; +_.space__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(space){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space = space; + return this; +} +; +_.top__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_top__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align |= 2; + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align &= -5; + return this; +} +; +_.wrap__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap = true; + return this; +} +; +_.wrap__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(wrap){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap = wrap; + return this; +} +; +_.wrapReverse__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapReverse__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapReverse = true; + return this; +} +; +_.wrapReverse__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapReverse__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(wrapReverse){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapReverse = wrapReverse; + return this; +} +; +_.wrapSpace__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapSpace__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(wrapSpace){ + this.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapSpace = wrapSpace; + return this; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand = false; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_lastPrefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse = false; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_round = false; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid = false; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap = false; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapReverse = false; +_.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapSpace = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_529, 628, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static){ + var parent_0; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Widget_layoutEnabled) + return; + this$static.invalidate__V(); + parent_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent; + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(parent_0, 45) && parent_0.invalidateHierarchy__V(); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static){ + var parent_0, parentHeight, parentWidth, stage; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Widget_layoutEnabled) + return; + parent_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Widget_fillParent && !!parent_0) { + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!!stage && parent_0 == stage.com_badlogic_gdx_scenes_scene2d_Stage_root) { + parentWidth = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth; + parentHeight = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight; + } + else { + parentWidth = parent_0.com_badlogic_gdx_scenes_scene2d_Actor_width; + parentHeight = parent_0.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, parentWidth, parentHeight); + } + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = false; + this$static.layout__V(); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_Actor__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(112, 70, {70:1, 112:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Widget_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.getMaxHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Widget_getMaxHeight__F(){ + return 0; +} +; +_.getMaxWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Widget_getMaxWidth__F(){ + return 0; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Widget_getMinHeight__F(){ + return this.getPrefHeight__F(); +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Widget_getMinWidth__F(){ + return this.getPrefWidth__F(); +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Widget_getPrefHeight__F(){ + return 0; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Widget_getPrefWidth__F(){ + return 0; +} +; +_.invalidate__V = function com_badlogic_gdx_scenes_scene2d_ui_Widget_invalidate__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; +} +; +_.invalidateHierarchy__V = function com_badlogic_gdx_scenes_scene2d_ui_Widget_invalidateHierarchy__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_Widget_layout__V(){ +} +; +_.needsLayout__Z = function com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout; +} +; +_.pack__V = function com_badlogic_gdx_scenes_scene2d_ui_Widget_pack__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, this.getPrefWidth__F(), this.getPrefHeight__F()); + com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.setFillParent__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Widget_setFillParent__ZV(fillParent){ + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_fillParent = fillParent; +} +; +_.setLayoutEnabled__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Widget_setLayoutEnabled__ZV(enabled){ + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_layoutEnabled = enabled; + enabled && com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.sizeChanged__V = function com_badlogic_gdx_scenes_scene2d_ui_Widget_sizeChanged__V(){ + this.invalidate__V(); +} +; +_.validate__V = function com_badlogic_gdx_scenes_scene2d_ui_Widget_validate__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Widget_fillParent = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Widget_layoutEnabled = true; +_.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_530, 112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Image_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2F(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable.getMinHeight__F(); + return 0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2F(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable.getMinWidth__F(); + return 0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static, drawable){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable == drawable) + return; + drawable?(com_badlogic_gdx_scenes_scene2d_ui_Image_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2F(this$static) != drawable.getMinWidth__F() || com_badlogic_gdx_scenes_scene2d_ui_Image_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2F(this$static) != drawable.getMinHeight__F()) && com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static):com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable = drawable; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_Image__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V.call(this, null); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V.call(this, new com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(texture))); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(patch){ + com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2IV.call(this, new com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(patch), (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_stretch), 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2IV.call(this, new com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region), (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_stretch), 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(skin, drawableName){ + com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2IV.call(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$getDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(skin, drawableName), (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_stretch), 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(drawable){ + com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2IV.call(this, drawable, (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_stretch), 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2V(drawable, scaling){ + com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2IV.call(this, drawable, scaling, 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2IV(drawable, scaling, align_0){ + com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V.call(this); + com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this, drawable); + this.com_badlogic_gdx_scenes_scene2d_ui_Image_scaling = scaling; + this.com_badlogic_gdx_scenes_scene2d_ui_Image_align = align_0; + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Image_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Image_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2F(this)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(100, 112, {70:1, 100:1, 112:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Image_Image__V, com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_graphics_Texture_2V, com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V, com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V, com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2V, com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2IV); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Image_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var color_0, rotation, scaleX, scaleY, x_0, y_0; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); + color_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_color; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + x_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_x; + y_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_y; + scaleX = this.com_badlogic_gdx_scenes_scene2d_Actor_scaleX; + scaleY = this.com_badlogic_gdx_scenes_scene2d_Actor_scaleY; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable, 531)) { + rotation = this.com_badlogic_gdx_scenes_scene2d_Actor_rotation; + if (scaleX != 1 || scaleY != 1 || rotation != 0) { + this.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(batch, x_0 + this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX, y_0 + this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY, this.com_badlogic_gdx_scenes_scene2d_Actor_originX - this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX, this.com_badlogic_gdx_scenes_scene2d_Actor_originY - this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY, this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageWidth, this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageHeight, scaleX, scaleY, rotation); + return; + } + } + !!this.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable && this.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0 + this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX, y_0 + this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY, this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageWidth * scaleX, this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageHeight * scaleY); +} +; +_.getAlign__I = function com_badlogic_gdx_scenes_scene2d_ui_Image_getAlign__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Image_align; +} +; +_.getDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Image_getDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable; +} +; +_.getImageHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Image_getImageHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageHeight; +} +; +_.getImageWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Image_getImageWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageWidth; +} +; +_.getImageX__F = function com_badlogic_gdx_scenes_scene2d_ui_Image_getImageX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX; +} +; +_.getImageY__F = function com_badlogic_gdx_scenes_scene2d_ui_Image_getImageY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Image_getMinHeight__F(){ + return 0; +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Image_getMinWidth__F(){ + return 0; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Image_getPrefHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Image_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2F(this); +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Image_getPrefWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Image_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2F(this); +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_Image_layout__V(){ + var height, regionHeight, regionWidth, size_0, width_0; + if (!this.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable) + return; + regionWidth = this.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable.getMinWidth__F(); + regionHeight = this.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable.getMinHeight__F(); + width_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + size_0 = this.com_badlogic_gdx_scenes_scene2d_ui_Image_scaling.apply__FFFFLcom_badlogic_gdx_math_Vector2_2(regionWidth, regionHeight, width_0, height); + this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageWidth = size_0.com_badlogic_gdx_math_Vector2_x; + this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageHeight = size_0.com_badlogic_gdx_math_Vector2_y; + (this.com_badlogic_gdx_scenes_scene2d_ui_Image_align & 8) != 0?(this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX = 0):(this.com_badlogic_gdx_scenes_scene2d_ui_Image_align & 16) != 0?(this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX = com_google_gwt_lang_Cast_round_1int__DI(width_0 - this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageWidth)):(this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX = com_google_gwt_lang_Cast_round_1int__DI(width_0 / 2 - this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageWidth / 2)); + (this.com_badlogic_gdx_scenes_scene2d_ui_Image_align & 2) != 0?(this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY = com_google_gwt_lang_Cast_round_1int__DI(height - this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageHeight)):(this.com_badlogic_gdx_scenes_scene2d_ui_Image_align & 4) != 0?(this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY = 0):(this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY = com_google_gwt_lang_Cast_round_1int__DI(height / 2 - this.com_badlogic_gdx_scenes_scene2d_ui_Image_imageHeight / 2)); +} +; +_.setAlign__IV = function com_badlogic_gdx_scenes_scene2d_ui_Image_setAlign__IV(align_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Image_align = align_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; +} +; +_.setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_ui_Image_setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(skin, drawableName){ + com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$getDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(skin, drawableName)); +} +; +_.setDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V = function com_badlogic_gdx_scenes_scene2d_ui_Image_setDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(drawable){ + com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this, drawable); +} +; +_.setScaling__Lcom_badlogic_gdx_utils_Scaling_2V = function com_badlogic_gdx_scenes_scene2d_ui_Image_setScaling__Lcom_badlogic_gdx_utils_Scaling_2V(scaling){ + if (!scaling) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('scaling cannot be null.')); + this.com_badlogic_gdx_scenes_scene2d_ui_Image_scaling = scaling; + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_Image_toString__Ljava_lang_String_2(){ + var className, dotIndex, name_0; + name_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_name; + if (name_0 != null) + return name_0; + className = (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit.java_lang_Class_typeName); + dotIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + dotIndex != -1 && (className = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(dotIndex + 1, className.length + 1) , className.substr(dotIndex + 1))); + return (java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(36)) != -1?'Image ':'') + className + $intern_38 + this.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Image_align = 1; +_.com_badlogic_gdx_scenes_scene2d_ui_Image_imageHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Image_imageWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_68, 100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDisabled) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDisabled; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedDown) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedDown; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDown) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDown; + } + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedOver) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedOver; + } + else { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageOver) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageOver; + } + } + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageChecked) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageChecked; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener) && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageOver) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageOver; + } + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageUp; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this$static, style){ + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(style, 201)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('style must be an ImageButtonStyle.')); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style = style; + com_badlogic_gdx_scenes_scene2d_ui_Button_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this$static, style); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image && com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image, com_badlogic_gdx_scenes_scene2d_ui_ImageButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, style); + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image = new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2V(null, (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_fit)); + com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image); + com_badlogic_gdx_scenes_scene2d_ui_ImageButton_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this, style); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(skin){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V.call(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V.call(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(imageUp){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V.call(this, new com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(null, null, null, imageUp, null, null)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(imageUp, imageDown){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V.call(this, new com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(null, null, null, imageUp, imageDown, null)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(imageUp, imageDown, imageChecked){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V.call(this, new com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(null, null, null, imageUp, imageDown, imageChecked)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(162, 97, {70:1, 79:1, 97:1, 162:1, 99:1, 86:1, 102:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style; +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image, com_badlogic_gdx_scenes_scene2d_ui_ImageButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this)); + com_badlogic_gdx_scenes_scene2d_ui_Button_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.getImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_getImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image; +} +; +_.getImageCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_getImageCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image); +} +; +_.getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_ImageButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style; +} +; +_.newImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_newImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(){ + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2V(null, (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_fit)); +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_ImageButton_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this, style); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_toString__Ljava_lang_String_2(){ + var className, dotIndex, name_0; + name_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_name; + if (name_0 != null) + return name_0; + className = (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit.java_lang_Class_typeName); + dotIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + dotIndex != -1 && (className = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(dotIndex + 1, className.length + 1) , className.substr(dotIndex + 1))); + return (java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(36)) != -1?'ImageButton ':'') + className + $intern_38 + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable; +} +; +_.updateImage__V = function com_badlogic_gdx_scenes_scene2d_ui_ImageButton_updateImage__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image, com_badlogic_gdx_scenes_scene2d_ui_ImageButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_531, 162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, style); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, style); + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageUp = style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageUp; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDown = style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDown; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageOver = style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageOver; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDisabled = style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDisabled; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageChecked = style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageChecked; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedDown = style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedDown; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedOver = style.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedOver; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(up, down, checked, imageUp, imageDown, imageChecked){ + com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V.call(this, up, down, checked); + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageUp = imageUp; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDown = imageDown; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageChecked = imageChecked; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(201, 128, {128:1, 201:1}, com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__V, com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'ImageButton/ImageButtonStyle', 201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_graphics_Color_2(this$static){ + var focused, stage; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_disabledFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_disabledFontColor; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedDownFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedDownFontColor; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_downFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_downFontColor; + } + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedOverFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedOverFontColor; + } + else { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor; + } + } + focused = (stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage , !!stage && stage.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus == this$static); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (focused && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFocusedFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFocusedFontColor; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFontColor; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener) && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor; + } + if (focused && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_focusedFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_focusedFontColor; + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDisabled) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDisabled; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isVisualPressed__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedDown) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedDown; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDown) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDown; + } + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener)) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedOver) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedOver; + } + else { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageOver) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageOver; + } + } + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageChecked) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageChecked; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener) && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageOver) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageOver; + } + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageUp; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style){ + return new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, style); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this$static, style){ + var labelStyle, textButtonStyle; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(style, 292)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('style must be a ImageTextButtonStyle.')); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style = style; + com_badlogic_gdx_scenes_scene2d_ui_Button_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this$static, style); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image && com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static)); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label) { + textButtonStyle = style; + labelStyle = this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_style; + labelStyle.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font = textButtonStyle.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font; + labelStyle.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor = com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_graphics_Color_2(this$static); + com_badlogic_gdx_scenes_scene2d_ui_Label_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label, labelStyle); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2V(text_0, style){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V.call(this, style); + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style = style; + com_badlogic_gdx_scenes_scene2d_ui_Cell_$space__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this.com_badlogic_gdx_scenes_scene2d_ui_Table_cellDefaults, 3); + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image = new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2V(null, (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_fit)); + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label = com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font, style.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor)); + com_badlogic_gdx_scenes_scene2d_ui_Label_$setAlignment__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label, 1); + com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image); + com_badlogic_gdx_scenes_scene2d_ui_Table_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label); + com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this, style); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Button_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2F(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(text_0, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(text_0, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit)); + this.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = skin; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(291, 97, {70:1, 79:1, 97:1, 291:1, 99:1, 86:1, 102:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V); +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style; +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this)); + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor = com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_graphics_Color_2(this); + com_badlogic_gdx_scenes_scene2d_ui_Button_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.getFontColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_getFontColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.getImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_getImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image; +} +; +_.getImageCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_getImageCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image); +} +; +_.getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); +} +; +_.getLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_getLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label; +} +; +_.getLabelCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_getLabelCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label); +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style; +} +; +_.getText__Ljava_lang_CharSequence_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_getText__Ljava_lang_CharSequence_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_text; +} +; +_.newImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_newImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(){ + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2V(null, (com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_fit)); +} +; +_.newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style){ + return com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style); +} +; +_.setLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2V = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_setLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2V(label_0){ + com_badlogic_gdx_scenes_scene2d_ui_Cell_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(com_badlogic_gdx_scenes_scene2d_ui_Table_$getCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(this, this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label), label_0); + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label = label_0; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(this, style); +} +; +_.setText__Ljava_lang_CharSequence_2V = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_setText__Ljava_lang_CharSequence_2V(text_0){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setText__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Ljava_lang_CharSequence_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label, text_0); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_toString__Ljava_lang_String_2(){ + var className, dotIndex, name_0; + name_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_name; + if (name_0 != null) + return name_0; + className = (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit.java_lang_Class_typeName); + dotIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + dotIndex != -1 && (className = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(dotIndex + 1, className.length + 1) , className.substr(dotIndex + 1))); + return (java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(36)) != -1?'ImageTextButton ':'') + className + $intern_38 + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable + ' ' + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label.com_badlogic_gdx_scenes_scene2d_ui_Label_text; +} +; +_.updateImage__V = function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_updateImage__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Image_$setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_$getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_532, 291, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V.call(this, style); + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageUp = style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageUp; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDown = style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDown; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageOver = style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageOver; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDisabled = style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDisabled; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageChecked = style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageChecked; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedDown = style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedDown; + this.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedOver = style.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedOver; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V.call(this, style); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V(up, down, checked, font){ + com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V.call(this, up, down, checked, font); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(292, 170, {128:1, 292:1, 170:1}, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__V, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'ImageTextButton/ImageTextButtonStyle', 292, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_Label_tempColor = new com_badlogic_gdx_graphics_Color_Color__V; + com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeLayout = new com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__V; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$computePrefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this$static, layout){ + var width_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeInvalid = false; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_wrap && this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_ellipsis == null) { + width_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_width; + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background && (width_0 = $wnd.Math.max(width_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background.getMinWidth__F()) - this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background.getLeftWidth__F() - this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background.getRightWidth__F()); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZV(layout, this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font, this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text, (com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE), width_0, 8, true); + } + else + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(layout, this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font, this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_prefWidth = layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_width; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_prefHeight = layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_height; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2F(this$static){ + var background, descentScaleCorrection, height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Label_$scaleAndComputePrefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2V(this$static); + descentScaleCorrection = 1; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleChanged && (descentScaleCorrection = this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleY / this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY); + height = this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_prefHeight - this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent * descentScaleCorrection * 2; + background = this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background; + !!background && (height = $wnd.Math.max(height + background.getTopHeight__F() + background.getBottomHeight__F(), background.getMinHeight__F())); + return height; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2F(this$static){ + var background, width_0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_wrap) + return 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Label_$scaleAndComputePrefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2V(this$static); + width_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_prefWidth; + background = this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background; + !!background && (width_0 = $wnd.Math.max(width_0 + background.getLeftWidth__F() + background.getRightWidth__F(), background.getMinWidth__F())); + return width_0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$scaleAndComputePrefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2V(this$static){ + var font, oldScaleX, oldScaleY; + font = this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font; + oldScaleX = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX; + oldScaleY = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleChanged && com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFV(font.com_badlogic_gdx_graphics_g2d_BitmapFont_data, this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleX, this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleY); + com_badlogic_gdx_scenes_scene2d_ui_Label_$computePrefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this$static, com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeLayout); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleChanged && com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFV(font.com_badlogic_gdx_graphics_g2d_BitmapFont_data, oldScaleX, oldScaleY); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$setAlignment__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(this$static, alignment){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setAlignment__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IIV(this$static, alignment, alignment); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$setAlignment__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IIV(this$static, labelAlign, lineAlign){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_labelAlign = labelAlign; + (lineAlign & 8) != 0?(this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_lineAlign = 8):(lineAlign & 16) != 0?(this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_lineAlign = 16):(this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_lineAlign = 1); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeInvalid = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$setEllipsis__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZV(this$static, ellipsis){ + ellipsis?(this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_ellipsis = $intern_533):(this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_ellipsis = null); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$setFontScale__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FFV(this$static, fontScaleX, fontScaleY){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleChanged = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleX = fontScaleX; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleY = fontScaleY; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(this$static, style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + if (!style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Missing LabelStyle font.')); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_style = style; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_cache = com_badlogic_gdx_graphics_g2d_BitmapFont_$newFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2(style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font); + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$setText__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Ljava_lang_CharSequence_2V(this$static, newText){ + if (newText == null) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text.com_badlogic_gdx_utils_StringBuilder_length == 0) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text.com_badlogic_gdx_utils_StringBuilder_length = 0; + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(newText, 109)) { + if (com_badlogic_gdx_utils_StringBuilder_$equals__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text, newText)) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text.com_badlogic_gdx_utils_StringBuilder_length = 0; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_StringBuilder_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text, newText); + } + else { + if (com_badlogic_gdx_scenes_scene2d_ui_Label_$textEquals__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Ljava_lang_CharSequence_2Z(this$static, newText)) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text.com_badlogic_gdx_utils_StringBuilder_length = 0; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_utils_StringBuilder_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text, newText); + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_intValue = $intern_84; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_$textEquals__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Ljava_lang_CharSequence_2Z(this$static, other){ + var chars, i, length_0; + length_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text.com_badlogic_gdx_utils_StringBuilder_length; + chars = this$static.com_badlogic_gdx_scenes_scene2d_ui_Label_text.com_badlogic_gdx_utils_StringBuilder_chars; + if (length_0 != java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(other)) + return false; + for (i = 0; i < length_0; i++) + if (chars[i] != java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(other, i)) + return false; + return true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, style){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Label_layout = new com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__V; + this.com_badlogic_gdx_scenes_scene2d_ui_Label_text = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__V; + text_0 != null && com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_utils_StringBuilder_2(this.com_badlogic_gdx_scenes_scene2d_ui_Label_text, text_0); + com_badlogic_gdx_scenes_scene2d_ui_Label_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(this, style); + text_0 != null && java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(text_0) > 0 && com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_Label_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2F(this), com_badlogic_gdx_scenes_scene2d_ui_Label_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2F(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(text_0, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(text_0, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2V(text_0, skin, fontName, color_0){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V.call(this, text_0, new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, fontName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit), color_0)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_String_2V(text_0, skin, fontName, colorName){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V.call(this, text_0, new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, fontName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit), com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, colorName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit))); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(106, 112, {70:1, 106:1, 112:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2V, com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_String_2V); +_.computePrefSize__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V = function com_badlogic_gdx_scenes_scene2d_ui_Label_computePrefSize__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(layout){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$computePrefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(this, layout); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Label_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var color_0; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); + color_0 = com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(com_badlogic_gdx_scenes_scene2d_ui_Label_tempColor, this.com_badlogic_gdx_scenes_scene2d_Actor_color); + color_0.com_badlogic_gdx_graphics_Color_a *= parentAlpha; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background) { + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a); + this.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, this.com_badlogic_gdx_scenes_scene2d_Actor_x, this.com_badlogic_gdx_scenes_scene2d_Actor_y, this.com_badlogic_gdx_scenes_scene2d_Actor_width, this.com_badlogic_gdx_scenes_scene2d_Actor_height); + } + !!this.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor && com_badlogic_gdx_graphics_Color_$mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(color_0, this.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$tint__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_Color_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Label_cache, color_0); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setPosition__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFV(this.com_badlogic_gdx_scenes_scene2d_ui_Label_cache, this.com_badlogic_gdx_scenes_scene2d_Actor_x, this.com_badlogic_gdx_scenes_scene2d_Actor_y); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Label_cache, batch); +} +; +_.getBitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2 = function com_badlogic_gdx_scenes_scene2d_ui_Label_getBitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Label_cache; +} +; +_.getFontScaleX__F = function com_badlogic_gdx_scenes_scene2d_ui_Label_getFontScaleX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleX; +} +; +_.getFontScaleY__F = function com_badlogic_gdx_scenes_scene2d_ui_Label_getFontScaleY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleY; +} +; +_.getGlyphLayout__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_scenes_scene2d_ui_Label_getGlyphLayout__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Label_layout; +} +; +_.getLabelAlign__I = function com_badlogic_gdx_scenes_scene2d_ui_Label_getLabelAlign__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Label_labelAlign; +} +; +_.getLineAlign__I = function com_badlogic_gdx_scenes_scene2d_ui_Label_getLineAlign__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Label_lineAlign; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Label_getPrefHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Label_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2F(this); +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Label_getPrefWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Label_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2F(this); +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_Label_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Label_style; +} +; +_.getText__Lcom_badlogic_gdx_utils_StringBuilder_2 = function com_badlogic_gdx_scenes_scene2d_ui_Label_getText__Lcom_badlogic_gdx_utils_StringBuilder_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Label_text; +} +; +_.getWrap__Z = function com_badlogic_gdx_scenes_scene2d_ui_Label_getWrap__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Label_wrap; +} +; +_.invalidate__V = function com_badlogic_gdx_scenes_scene2d_ui_Label_invalidate__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; + this.com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeInvalid = true; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_Label_layout__V(){ + var background, font, height, layout, oldScaleX, oldScaleY, prefHeight, textHeight, textWidth, width_0, wrap, x_0, y_0; + font = this.com_badlogic_gdx_scenes_scene2d_ui_Label_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font; + oldScaleX = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX; + oldScaleY = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY; + this.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleChanged && com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFV(font.com_badlogic_gdx_graphics_g2d_BitmapFont_data, this.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleX, this.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleY); + wrap = this.com_badlogic_gdx_scenes_scene2d_ui_Label_wrap && this.com_badlogic_gdx_scenes_scene2d_ui_Label_ellipsis == null; + if (wrap) { + prefHeight = com_badlogic_gdx_scenes_scene2d_ui_Label_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2F(this); + if (prefHeight != this.com_badlogic_gdx_scenes_scene2d_ui_Label_lastPrefHeight) { + this.com_badlogic_gdx_scenes_scene2d_ui_Label_lastPrefHeight = prefHeight; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); + } + } + width_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + background = this.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background; + x_0 = 0; + y_0 = 0; + if (background) { + x_0 = background.getLeftWidth__F(); + y_0 = background.getBottomHeight__F(); + width_0 -= background.getLeftWidth__F() + background.getRightWidth__F(); + height -= background.getBottomHeight__F() + background.getTopHeight__F(); + } + layout = this.com_badlogic_gdx_scenes_scene2d_ui_Label_layout; + if (wrap || com_badlogic_gdx_utils_StringBuilder_$indexOf__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2II(this.com_badlogic_gdx_scenes_scene2d_ui_Label_text, 0) != -1) { + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(layout, font, this.com_badlogic_gdx_scenes_scene2d_ui_Label_text, 0, this.com_badlogic_gdx_scenes_scene2d_ui_Label_text.com_badlogic_gdx_utils_StringBuilder_length, (com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE), width_0, this.com_badlogic_gdx_scenes_scene2d_ui_Label_lineAlign, wrap, this.com_badlogic_gdx_scenes_scene2d_ui_Label_ellipsis); + textWidth = layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_width; + textHeight = layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_height; + (this.com_badlogic_gdx_scenes_scene2d_ui_Label_labelAlign & 8) == 0 && ((this.com_badlogic_gdx_scenes_scene2d_ui_Label_labelAlign & 16) != 0?(x_0 += width_0 - textWidth):(x_0 += (width_0 - textWidth) / 2)); + } + else { + textWidth = width_0; + textHeight = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight; + } + if ((this.com_badlogic_gdx_scenes_scene2d_ui_Label_labelAlign & 2) != 0) { + y_0 += this.com_badlogic_gdx_scenes_scene2d_ui_Label_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_flipped?0:height - textHeight; + y_0 += this.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent; + } + else if ((this.com_badlogic_gdx_scenes_scene2d_ui_Label_labelAlign & 4) != 0) { + y_0 += this.com_badlogic_gdx_scenes_scene2d_ui_Label_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_flipped?height - textHeight:0; + y_0 -= this.com_badlogic_gdx_scenes_scene2d_ui_Label_style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent; + } + else { + y_0 += (height - textHeight) / 2; + } + this.com_badlogic_gdx_scenes_scene2d_ui_Label_cache.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font.com_badlogic_gdx_graphics_g2d_BitmapFont_flipped || (y_0 += textHeight); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(layout, font, this.com_badlogic_gdx_scenes_scene2d_ui_Label_text, 0, this.com_badlogic_gdx_scenes_scene2d_ui_Label_text.com_badlogic_gdx_utils_StringBuilder_length, (com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE), textWidth, this.com_badlogic_gdx_scenes_scene2d_ui_Label_lineAlign, wrap, this.com_badlogic_gdx_scenes_scene2d_ui_Label_ellipsis); + com_badlogic_gdx_graphics_g2d_BitmapFontCache_$setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(this.com_badlogic_gdx_scenes_scene2d_ui_Label_cache, layout, x_0, y_0); + this.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleChanged && com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFV(font.com_badlogic_gdx_graphics_g2d_BitmapFont_data, oldScaleX, oldScaleY); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Label$scaleAndComputePrefSize__V = function com_badlogic_gdx_scenes_scene2d_ui_Label_scaleAndComputePrefSize__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Label_$scaleAndComputePrefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2V(this); +} +; +_.setAlignment__IV = function com_badlogic_gdx_scenes_scene2d_ui_Label_setAlignment__IV(alignment){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setAlignment__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(this, alignment); +} +; +_.setAlignment__IIV = function com_badlogic_gdx_scenes_scene2d_ui_Label_setAlignment__IIV(labelAlign, lineAlign){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setAlignment__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IIV(this, labelAlign, lineAlign); +} +; +_.setEllipsis__Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_ui_Label_setEllipsis__Ljava_lang_String_2V(ellipsis){ + this.com_badlogic_gdx_scenes_scene2d_ui_Label_ellipsis = ellipsis; +} +; +_.setEllipsis__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Label_setEllipsis__ZV(ellipsis){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setEllipsis__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZV(this, ellipsis); +} +; +_.setFontScale__FV = function com_badlogic_gdx_scenes_scene2d_ui_Label_setFontScale__FV(fontScale){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setFontScale__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FFV(this, fontScale, fontScale); +} +; +_.setFontScale__FFV = function com_badlogic_gdx_scenes_scene2d_ui_Label_setFontScale__FFV(fontScaleX, fontScaleY){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setFontScale__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FFV(this, fontScaleX, fontScaleY); +} +; +_.setFontScaleX__FV = function com_badlogic_gdx_scenes_scene2d_ui_Label_setFontScaleX__FV(fontScaleX){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setFontScale__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FFV(this, fontScaleX, this.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleY); +} +; +_.setFontScaleY__FV = function com_badlogic_gdx_scenes_scene2d_ui_Label_setFontScaleY__FV(fontScaleY){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setFontScale__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FFV(this, this.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleX, fontScaleY); +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_Label_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(this, style); +} +; +_.setText__IZ = function com_badlogic_gdx_scenes_scene2d_ui_Label_setText__IZ(value_0){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_Label_intValue == value_0) + return false; + this.com_badlogic_gdx_scenes_scene2d_ui_Label_text.com_badlogic_gdx_utils_StringBuilder_length = 0; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2IICLcom_badlogic_gdx_utils_StringBuilder_2(this.com_badlogic_gdx_scenes_scene2d_ui_Label_text, value_0); + this.com_badlogic_gdx_scenes_scene2d_ui_Label_intValue = value_0; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); + return true; +} +; +_.setText__Ljava_lang_CharSequence_2V = function com_badlogic_gdx_scenes_scene2d_ui_Label_setText__Ljava_lang_CharSequence_2V(newText){ + com_badlogic_gdx_scenes_scene2d_ui_Label_$setText__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Ljava_lang_CharSequence_2V(this, newText); +} +; +_.setWrap__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Label_setWrap__ZV(wrap){ + this.com_badlogic_gdx_scenes_scene2d_ui_Label_wrap = wrap; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.textEquals__Ljava_lang_CharSequence_2Z = function com_badlogic_gdx_scenes_scene2d_ui_Label_textEquals__Ljava_lang_CharSequence_2Z(other){ + return com_badlogic_gdx_scenes_scene2d_ui_Label_$textEquals__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Ljava_lang_CharSequence_2Z(this, other); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_Label_toString__Ljava_lang_String_2(){ + var className, dotIndex, name_0; + name_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_name; + if (name_0 != null) + return name_0; + className = (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit.java_lang_Class_typeName); + dotIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + dotIndex != -1 && (className = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(dotIndex + 1, className.length + 1) , className.substr(dotIndex + 1))); + return (java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(className, java_lang_String_fromCodePoint__ILjava_lang_String_2(36)) != -1?'Label ':'') + className + $intern_38 + this.com_badlogic_gdx_scenes_scene2d_ui_Label_text; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleChanged = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleX = 1; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleY = 1; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_intValue = $intern_84; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_labelAlign = 8; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_lastPrefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_lineAlign = 8; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_prefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeInvalid = true; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_prefWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Label_wrap = false; +var com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeLayout, com_badlogic_gdx_scenes_scene2d_ui_Label_tempColor; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_534, 106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(font, fontColor){ + this.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font = font; + this.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor = fontColor; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font = style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font; + !!style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor)); + this.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(154, 1, {154:1}, com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__V, com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V, com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Label/LabelStyle', 154, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_List_$clearItems__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2V(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size == 0) + return; + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_List_items); + this$static.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex = -1; + this$static.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex = -1; + com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_List_selection); + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_List_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha){ + var color_0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background) { + color_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_color; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + this$static.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, this$static.com_badlogic_gdx_scenes_scene2d_Actor_x, this$static.com_badlogic_gdx_scenes_scene2d_Actor_y, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_List_$drawSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(batch, drawable, x_0, y_0, width_0, height){ + !!drawable && drawable.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height); +} + +function com_badlogic_gdx_scenes_scene2d_ui_List_$getItemIndexAt__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FI(this$static, y_0){ + var background, height, index_0; + height = this$static.com_badlogic_gdx_scenes_scene2d_Actor_height; + background = this$static.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background; + if (background) { + height -= background.getTopHeight__F() + background.getBottomHeight__F(); + y_0 -= background.getBottomHeight__F(); + } + index_0 = com_google_gwt_lang_Cast_round_1int__DI((height - y_0) / this$static.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight); + if (index_0 < 0 || index_0 >= this$static.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size) + return -1; + return index_0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_List_$setItems__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_utils_Array_2V(this$static, newItems){ + var oldPrefHeight, oldPrefWidth; + if (!newItems) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_535)); + oldPrefWidth = (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static) , this$static.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth); + oldPrefHeight = (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static) , this$static.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight); + if (newItems != this$static.com_badlogic_gdx_scenes_scene2d_ui_List_items) { + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_List_items); + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_List_items, newItems); + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex = -1; + this$static.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex = -1; + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$validate__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_List_selection); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; + (oldPrefWidth != (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static) , this$static.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth) || oldPrefHeight != (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static) , this$static.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight)) && com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_List_$setSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(this$static, index_0){ + if (index_0 < -1 || index_0 >= this$static.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('index must be >= -1 and < ' + this$static.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size + $intern_38 + index_0)); + index_0 == -1?com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_List_selection):com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_List_selection, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_List_items, index_0)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_List_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this$static, style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_List_style = style; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_List_items = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_scenes_scene2d_ui_List_selection = new com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_ArraySelection__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List_items); + this.com_badlogic_gdx_scenes_scene2d_ui_List_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_actor = this; + this.com_badlogic_gdx_scenes_scene2d_ui_List_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_required = true; + com_badlogic_gdx_scenes_scene2d_ui_List_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this, style); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth), (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_List_keyListener = new com_badlogic_gdx_scenes_scene2d_ui_List$1_List$1__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2V(this)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_List$2_List$2__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2V(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(skin){ + com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V.call(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V.call(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(222, 112, $intern_536, com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V); +_.clearItems__V = function com_badlogic_gdx_scenes_scene2d_ui_List_clearItems__V(){ + com_badlogic_gdx_scenes_scene2d_ui_List_$clearItems__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2V(this); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_List_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var background, color_0, drawable, font, fontColorSelected, fontColorUnselected, height, i, item_0, itemY, leftWidth, selected, selectedDrawable, string, textOffsetX, textOffsetY, textWidth, width_0, x_0, y_0; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_List_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); + font = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_font; + selectedDrawable = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_selection; + fontColorSelected = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorSelected; + fontColorUnselected = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorUnselected; + color_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_color; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + x_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_x; + y_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_y; + width_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + itemY = height; + background = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background; + if (background) { + leftWidth = background.getLeftWidth__F(); + x_0 += leftWidth; + itemY -= background.getTopHeight__F(); + width_0 -= leftWidth + background.getRightWidth__F(); + } + textOffsetX = selectedDrawable.getLeftWidth__F(); + textWidth = width_0 - textOffsetX - selectedDrawable.getRightWidth__F(); + textOffsetY = selectedDrawable.getTopHeight__F() - font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent; + com_badlogic_gdx_graphics_g2d_BitmapFont_$setColor__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFV(font, fontColorUnselected.com_badlogic_gdx_graphics_Color_r, fontColorUnselected.com_badlogic_gdx_graphics_Color_g, fontColorUnselected.com_badlogic_gdx_graphics_Color_b, fontColorUnselected.com_badlogic_gdx_graphics_Color_a * parentAlpha); + for (i = 0; i < this.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size; i++) { + if (!this.com_badlogic_gdx_scenes_scene2d_ui_List_cullingArea || itemY - this.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight <= this.com_badlogic_gdx_scenes_scene2d_ui_List_cullingArea.com_badlogic_gdx_math_Rectangle_y + this.com_badlogic_gdx_scenes_scene2d_ui_List_cullingArea.com_badlogic_gdx_math_Rectangle_height && itemY >= this.com_badlogic_gdx_scenes_scene2d_ui_List_cullingArea.com_badlogic_gdx_math_Rectangle_y) { + item_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List_items, i); + selected = com_badlogic_gdx_scenes_scene2d_utils_Selection_$contains__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_List_selection, item_0); + drawable = null; + if (this.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex == i && !!this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_down) + drawable = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_down; + else if (selected) { + drawable = selectedDrawable; + com_badlogic_gdx_graphics_g2d_BitmapFont_$setColor__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFV(font, fontColorSelected.com_badlogic_gdx_graphics_Color_r, fontColorSelected.com_badlogic_gdx_graphics_Color_g, fontColorSelected.com_badlogic_gdx_graphics_Color_b, fontColorSelected.com_badlogic_gdx_graphics_Color_a * parentAlpha); + } + else + this.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex == i && !!this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_over && (drawable = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_over); + com_badlogic_gdx_scenes_scene2d_ui_List_$drawSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(batch, drawable, x_0, y_0 + itemY - this.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight, width_0, this.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight); + string = this.toString__Ljava_lang_Object_2Ljava_lang_String_2(item_0); + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(font, batch, string, x_0 + textOffsetX, y_0 + itemY - textOffsetY, 0, string.length, textWidth, this.com_badlogic_gdx_scenes_scene2d_ui_List_alignment, false, $intern_533); + selected && com_badlogic_gdx_graphics_g2d_BitmapFont_$setColor__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFV(font, fontColorUnselected.com_badlogic_gdx_graphics_Color_r, fontColorUnselected.com_badlogic_gdx_graphics_Color_g, fontColorUnselected.com_badlogic_gdx_graphics_Color_b, fontColorUnselected.com_badlogic_gdx_graphics_Color_a * parentAlpha); + } + else if (itemY < this.com_badlogic_gdx_scenes_scene2d_ui_List_cullingArea.com_badlogic_gdx_math_Rectangle_y) { + break; + } + itemY -= this.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight; + } +} +; +_.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_List_drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_List_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.drawItem__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILjava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_drawItem__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILjava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(batch, font, index_0, item_0, x_0, y_0, width_0){ + var com_badlogic_gdx_scenes_scene2d_ui_List_$drawItem__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILjava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2_string_0; + return com_badlogic_gdx_scenes_scene2d_ui_List_$drawItem__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILjava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2_string_0 = this.toString__Ljava_lang_Object_2Ljava_lang_String_2(item_0) , com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(font, batch, com_badlogic_gdx_scenes_scene2d_ui_List_$drawItem__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILjava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2_string_0, x_0, y_0, 0, com_badlogic_gdx_scenes_scene2d_ui_List_$drawItem__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILjava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2_string_0.length, width_0, this.com_badlogic_gdx_scenes_scene2d_ui_List_alignment, false, $intern_533); +} +; +_.drawSelection__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV = function com_badlogic_gdx_scenes_scene2d_ui_List_drawSelection__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(batch, drawable, x_0, y_0, width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_List_$drawSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(batch, drawable, x_0, y_0, width_0, height); +} +; +_.getAlignment__I = function com_badlogic_gdx_scenes_scene2d_ui_List_getAlignment__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_List_alignment; +} +; +_.getCullingArea__Lcom_badlogic_gdx_math_Rectangle_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_getCullingArea__Lcom_badlogic_gdx_math_Rectangle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_List_cullingArea; +} +; +_.getItemAt__FLjava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_getItemAt__FLjava_lang_Object_2(y_0){ + var index_0; + index_0 = com_badlogic_gdx_scenes_scene2d_ui_List_$getItemIndexAt__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FI(this, y_0); + if (index_0 == -1) + return null; + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List_items, index_0); +} +; +_.getItemHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_List_getItemHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight; +} +; +_.getItemIndexAt__FI = function com_badlogic_gdx_scenes_scene2d_ui_List_getItemIndexAt__FI(y_0){ + return com_badlogic_gdx_scenes_scene2d_ui_List_$getItemIndexAt__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FI(this, y_0); +} +; +_.getItems__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_getItems__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_List_items; +} +; +_.getKeyListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_getKeyListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_List_keyListener; +} +; +_.getOverItem__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_getOverItem__Ljava_lang_Object_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex == -1?null:com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List_items, this.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex); +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_List_getPrefHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_List_getPrefWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth; +} +; +_.getPressedItem__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_getPressedItem__Ljava_lang_Object_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex == -1?null:com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List_items, this.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex); +} +; +_.getSelected__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_getSelected__Ljava_lang_Object_2(){ + return com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List_selection); +} +; +_.getSelectedIndex__I = function com_badlogic_gdx_scenes_scene2d_ui_List_getSelectedIndex__I(){ + var selected; + selected = this.com_badlogic_gdx_scenes_scene2d_ui_List_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected; + return selected.com_badlogic_gdx_utils_ObjectSet_size == 0?-1:com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this.com_badlogic_gdx_scenes_scene2d_ui_List_items, com_badlogic_gdx_utils_ObjectSet_$first__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2(selected), false); +} +; +_.getSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_getSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_List_selection; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_List_style; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_List_layout__V(){ + var background, font, i, layout, layoutPool, selectedDrawable; + font = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_font; + selectedDrawable = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_selection; + this.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight - font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent * 2; + this.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight += selectedDrawable.getTopHeight__F() + selectedDrawable.getBottomHeight__F(); + this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth = 0; + layoutPool = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit)); + layout = layoutPool.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size == 0?layoutPool.newObject__Ljava_lang_Object_2():com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(layoutPool.com_badlogic_gdx_utils_Pool_freeObjects); + for (i = 0; i < this.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size; i++) { + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(layout, font, this.toString__Ljava_lang_Object_2Ljava_lang_String_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List_items, i))); + this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth = $wnd.Math.max(layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_width, this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth); + } + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(layoutPool, layout); + this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth += selectedDrawable.getLeftWidth__F() + selectedDrawable.getRightWidth__F(); + this.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight = this.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size * this.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight; + background = this.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background; + if (background) { + this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth = $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth + background.getLeftWidth__F() + background.getRightWidth__F(), background.getMinWidth__F()); + this.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight = $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight + background.getTopHeight__F() + background.getBottomHeight__F(), background.getMinHeight__F()); + } +} +; +_.setAlignment__IV = function com_badlogic_gdx_scenes_scene2d_ui_List_setAlignment__IV(alignment){ + this.com_badlogic_gdx_scenes_scene2d_ui_List_alignment = alignment; +} +; +_.setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V = function com_badlogic_gdx_scenes_scene2d_ui_List_setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V(cullingArea){ + this.com_badlogic_gdx_scenes_scene2d_ui_List_cullingArea = cullingArea; +} +; +_.setItems__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_scenes_scene2d_ui_List_setItems__Lcom_badlogic_gdx_utils_Array_2V(newItems){ + com_badlogic_gdx_scenes_scene2d_ui_List_$setItems__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_utils_Array_2V(this, newItems); +} +; +_.setItems___3Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_ui_List_setItems___3Ljava_lang_Object_2V(newItems){ + var oldPrefHeight, oldPrefWidth; + if (newItems == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_535)); + oldPrefWidth = (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth); + oldPrefHeight = (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List_items); + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List_items, newItems); + this.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex = -1; + this.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex = -1; + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$validate__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List_selection); + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; + (oldPrefWidth != (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth) || oldPrefHeight != (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight)) && com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.setSelected__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_ui_List_setSelected__Ljava_lang_Object_2V(item_0){ + com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this.com_badlogic_gdx_scenes_scene2d_ui_List_items, item_0, false)?com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List_selection, item_0):this.com_badlogic_gdx_scenes_scene2d_ui_List_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_required && this.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size > 0?com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List_selection, com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List_items)):com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List_selection); +} +; +_.setSelectedIndex__IV = function com_badlogic_gdx_scenes_scene2d_ui_List_setSelectedIndex__IV(index_0){ + com_badlogic_gdx_scenes_scene2d_ui_List_$setSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(this, index_0); +} +; +_.setSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2V = function com_badlogic_gdx_scenes_scene2d_ui_List_setSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2V(selection){ + this.com_badlogic_gdx_scenes_scene2d_ui_List_selection = selection; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_List_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_List_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this, style); +} +; +_.setTypeToSelect__ZV = function com_badlogic_gdx_scenes_scene2d_ui_List_setTypeToSelect__ZV(typeToSelect){ + this.com_badlogic_gdx_scenes_scene2d_ui_List_typeToSelect = typeToSelect; +} +; +_.toString__Ljava_lang_Object_2Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_List_toString__Ljava_lang_Object_2Ljava_lang_String_2(object){ + return com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(object); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_List_alignment = 8; +_.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex = -1; +_.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex = -1; +_.com_badlogic_gdx_scenes_scene2d_ui_List_typeToSelect = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_537, 222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_List$1_List$1__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1010, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_List$1_List$1__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2V); +_.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_ui_List$1_keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode){ + var index_0; + if (this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size == 0) + return false; + switch (keycode) { + case 29: + { + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V(); + if ((com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac?com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 63):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 129) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 130)) && this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_multiple) { + com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_selection); + com_badlogic_gdx_scenes_scene2d_utils_Selection_$addAll__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_selection, this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items); + return true; + } + } + + break; + case 3: + com_badlogic_gdx_scenes_scene2d_ui_List_$setSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01, 0); + return true; + case 123: + com_badlogic_gdx_scenes_scene2d_ui_List_$setSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01, this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size - 1); + return true; + case 20: + index_0 = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items, com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_selection), false) + 1; + index_0 >= this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size && (index_0 = 0); + com_badlogic_gdx_scenes_scene2d_ui_List_$setSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01, index_0); + return true; + case 19: + index_0 = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items, com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_selection), false) - 1; + index_0 < 0 && (index_0 = this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size - 1); + com_badlogic_gdx_scenes_scene2d_ui_List_$setSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01, index_0); + return true; + case 111: + !!this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage && com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage, null); + return true; + } + return false; +} +; +_.keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ = function com_badlogic_gdx_scenes_scene2d_ui_List$1_keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(event_0, character){ + var i, n, time; + if (!this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_typeToSelect) + return false; + time = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())); + com_google_gwt_lang_LongLib_gt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(time, this.com_badlogic_gdx_scenes_scene2d_ui_List$1_typeTimeout) && (this.com_badlogic_gdx_scenes_scene2d_ui_List$1_prefix = ''); + this.com_badlogic_gdx_scenes_scene2d_ui_List$1_typeTimeout = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(time, 300); + this.com_badlogic_gdx_scenes_scene2d_ui_List$1_prefix += com_google_gwt_lang_Cast_charToString__CLjava_lang_String_2(java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(character).toLowerCase(), 0)); + for (i = 0 , n = this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size; i < n; i++) { + if (java_lang_String_$startsWith__Ljava_lang_String_2Ljava_lang_String_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.toString__Ljava_lang_Object_2Ljava_lang_String_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items, i)).toLowerCase(), this.com_badlogic_gdx_scenes_scene2d_ui_List$1_prefix)) { + com_badlogic_gdx_scenes_scene2d_ui_List_$setSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_List$1_this$01, i); + break; + } + } + return false; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_List$1_typeTimeout = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'List/1', 1010, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_List$2_List$2__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_538, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_List$2_List$2__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2V); +_.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_List$2_exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, toActor){ + pointer == 0 && (this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex = -1); + pointer == -1 && (this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex = -1); +} +; +_.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ = function com_badlogic_gdx_scenes_scene2d_ui_List$2_mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(event_0, x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex = com_badlogic_gdx_scenes_scene2d_ui_List_$getItemIndexAt__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FI(this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01, y_0); + return false; +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_List$2_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + var index_0; + if (pointer != 0 || button != 0) + return true; + if (this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_isDisabled) + return true; + !!this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage && com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage, this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01); + if (this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items.com_badlogic_gdx_utils_Array_size == 0) + return true; + index_0 = com_badlogic_gdx_scenes_scene2d_ui_List_$getItemIndexAt__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FI(this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01, y_0); + if (index_0 == -1) + return true; + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$choose__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_selection, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_items, index_0)); + this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex = index_0; + return true; +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_ui_List$2_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex = com_badlogic_gdx_scenes_scene2d_ui_List_$getItemIndexAt__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FI(this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01, y_0); +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_ui_List$2_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ + if (pointer != 0 || button != 0) + return; + this.com_badlogic_gdx_scenes_scene2d_ui_List$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex = -1; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'List/2', $intern_538, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorSelected = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); + this$static.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorUnselected = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__V(){ + com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(font, fontColorSelected, fontColorUnselected, selection){ + com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_font = font; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorSelected, fontColorSelected); + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorUnselected, fontColorUnselected); + this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_selection = selection; +} + +function com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_font = style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_font; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorSelected, style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorSelected); + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorUnselected, style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorUnselected); + this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_selection = style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_selection; + this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_down = style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_down; + this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_over = style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_over; + this.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(368, 1, {368:1}, com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__V, com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V, com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'List/ListStyle', 368, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ParticleEffectActor__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2V(particleFile, imagesDir){ + com_badlogic_gdx_scenes_scene2d_Actor_Actor__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect = new com_badlogic_gdx_graphics_g2d_ParticleEffect_ParticleEffect__V; + com_badlogic_gdx_graphics_g2d_ParticleEffect_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect, particleFile, imagesDir); + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ownsEffect = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ParticleEffectActor__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(particleFile, atlas){ + com_badlogic_gdx_scenes_scene2d_Actor_Actor__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect = new com_badlogic_gdx_graphics_g2d_ParticleEffect_ParticleEffect__V; + com_badlogic_gdx_graphics_g2d_ParticleEffect_$load__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect, particleFile, atlas); + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ownsEffect = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ParticleEffectActor__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2ZV(particleEffect, resetOnStart){ + com_badlogic_gdx_scenes_scene2d_Actor_Actor__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect = particleEffect; + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_resetOnStart = resetOnStart; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(435, 70, {70:1, 435:1, 49:1}, com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ParticleEffectActor__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2V, com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ParticleEffectActor__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V, com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ParticleEffectActor__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2ZV); +_.act__FV = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_act__FV(delta){ + com_badlogic_gdx_scenes_scene2d_Actor_$act__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, delta); + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_lastDelta += delta; + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_autoRemove && com_badlogic_gdx_graphics_g2d_ParticleEffect_$isComplete__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect) && com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this); +} +; +_.allowCompletion__V = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_allowCompletion__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEffect_$allowCompletion__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect); +} +; +_.cancel__V = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_cancel__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isRunning = true; +} +; +_.dispose__V = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_dispose__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ownsEffect && com_badlogic_gdx_graphics_g2d_ParticleEffect_$dispose__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_graphics_g2d_ParticleEffect_$setPosition__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2FFV(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect, this.com_badlogic_gdx_scenes_scene2d_Actor_x, this.com_badlogic_gdx_scenes_scene2d_Actor_y); + if (this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_lastDelta > 0) { + com_badlogic_gdx_graphics_g2d_ParticleEffect_$update__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2FV(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect, this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_lastDelta); + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_lastDelta = 0; + } + if (this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isRunning) { + com_badlogic_gdx_graphics_g2d_ParticleEffect_$draw__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect, batch); + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isRunning = !com_badlogic_gdx_graphics_g2d_ParticleEffect_$isComplete__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect); + } +} +; +_.getEffect__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2 = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_getEffect__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect; +} +; +_.isAutoRemove__Z = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isAutoRemove__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_autoRemove; +} +; +_.isResetOnStart__Z = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isResetOnStart__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_resetOnStart; +} +; +_.isRunning__Z = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isRunning__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isRunning; +} +; +_.scaleChanged__V = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_scaleChanged__V(){ + com_badlogic_gdx_graphics_g2d_ParticleEffect_$scaleEffect__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2FFFV(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect, this.com_badlogic_gdx_scenes_scene2d_Actor_scaleX, this.com_badlogic_gdx_scenes_scene2d_Actor_scaleY, this.com_badlogic_gdx_scenes_scene2d_Actor_scaleY); +} +; +_.setAutoRemove__ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2 = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_setAutoRemove__ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2(autoRemove){ + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_autoRemove = autoRemove; + return this; +} +; +_.setResetOnStart__ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2 = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_setResetOnStart__ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2(resetOnStart){ + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_resetOnStart = resetOnStart; + return this; +} +; +_.start__V = function com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_start__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isRunning = true; + this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_resetOnStart && com_badlogic_gdx_graphics_g2d_ParticleEffect_$reset__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2ZV(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect); + com_badlogic_gdx_graphics_g2d_ParticleEffect_$start__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_autoRemove = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isRunning = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_lastDelta = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ownsEffect = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_resetOnStart = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_539, 435, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$clamp__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FF(this$static, value_0){ + return com_badlogic_gdx_math_MathUtils_clamp__FFFF(value_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min, this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this$static, batch, drawable, x_0, y_0, w, h){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_round) { + x_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(x_0)); + y_0 = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(y_0)); + w = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(w)); + h = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(h)); + } + drawable.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, w, h); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this$static){ + var bg, knob; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_vertical) + return 140; + else { + knob = this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob; + bg = this$static.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + return $wnd.Math.max(!knob?0:knob.getMinHeight__F(), !bg?0:bg.getMinHeight__F()); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this$static){ + var bg, knob; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_vertical) { + knob = this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob; + bg = this$static.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + return $wnd.Math.max(!knob?0:knob.getMinWidth__F(), !bg?0:bg.getMinWidth__F()); + } + else + return 140; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getVisualPercent__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min == this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max) + return 0; + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_visualInterpolation.apply__FF((com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getVisualValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this$static) - this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min) / (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max - this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getVisualValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime > 0) + return com_badlogic_gdx_math_Interpolation_$apply__Lcom_badlogic_gdx_math_Interpolation_2FFFF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateInterpolation, this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateFromValue, this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value, 1 - this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime / this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateDuration); + return this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V(this$static, style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style = style; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$setValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FZ(this$static, value_0){ + var cancelled, changeEvent, oldValue, oldVisualValue; + value_0 = com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$clamp__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FF(this$static, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(value_0 / this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize)) * this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize); + oldValue = this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value; + if (value_0 == oldValue) + return false; + oldVisualValue = com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getVisualValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this$static); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value = value_0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_programmaticChangeEvents) { + changeEvent = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit))); + cancelled = com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this$static, changeEvent); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(changeEvent); + if (cancelled) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value = oldValue; + return false; + } + } + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateDuration > 0) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateFromValue = oldVisualValue; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime = this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateDuration; + } + return true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V(min_0, max_0, stepSize, vertical, style){ + com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateInterpolation = (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_linear); + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_visualInterpolation = com_badlogic_gdx_math_Interpolation_linear; + if (min_0 > max_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('max must be > min. min,max: ' + min_0 + $intern_15 + max_0)); + if (stepSize <= 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('stepSize must be > 0: ' + stepSize)); + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V(this, style); + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min = min_0; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max = max_0; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize = stepSize; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_vertical = vertical; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value = min_0; + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this), com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(min_0, max_0, stepSize, vertical, skin){ + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V.call(this, min_0, max_0, stepSize, vertical, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_540 + (vertical?$intern_541:$intern_542), com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(min_0, max_0, stepSize, vertical, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V.call(this, min_0, max_0, stepSize, vertical, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(223, 112, {70:1, 223:1, 112:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V); +_.act__FV = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_act__FV(delta){ + com_badlogic_gdx_scenes_scene2d_Actor_$act__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, delta); + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime > 0 && (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime -= delta); +} +; +_.clamp__FF = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_clamp__FF(value_0){ + return com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$clamp__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FF(this, value_0); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var beforeHeight, beforeWidth, bg, bgBottomHeight, bgLeftWidth, bgRightWidth, bgTopHeight, color_0, currentKnob, h, height, knob, knobAfter, knobBefore, knobHeight, knobHeightHalf, knobWidth, knobWidthHalf, percent, style, total, w, width_0, x_0, y_0; + style = this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; + knob = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob; + currentKnob = this.getKnobDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + bg = this.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + knobBefore = this.getKnobBeforeDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + knobAfter = this.getKnobAfterDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + color_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_color; + x_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_x; + y_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_y; + width_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + knobHeight = !knob?0:knob.getMinHeight__F(); + knobWidth = !knob?0:knob.getMinWidth__F(); + percent = com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getVisualPercent__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this); + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + if (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_vertical) { + bgTopHeight = 0; + bgBottomHeight = 0; + if (bg) { + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this, batch, bg, x_0 + (width_0 - bg.getMinWidth__F()) * 0.5, y_0, bg.getMinWidth__F(), height); + bgTopHeight = bg.getTopHeight__F(); + bgBottomHeight = bg.getBottomHeight__F(); + height -= bgTopHeight + bgBottomHeight; + } + total = height - knobHeight; + beforeHeight = com_badlogic_gdx_math_MathUtils_clamp__FFFF(total * percent, 0, total); + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = bgBottomHeight + beforeHeight; + knobHeightHalf = knobHeight * 0.5; + !!knobBefore && com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this, batch, knobBefore, x_0 + (width_0 - knobBefore.getMinWidth__F()) * 0.5, y_0 + bgBottomHeight, knobBefore.getMinWidth__F(), beforeHeight + knobHeightHalf); + !!knobAfter && com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this, batch, knobAfter, x_0 + (width_0 - knobAfter.getMinWidth__F()) * 0.5, y_0 + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position + knobHeightHalf, knobAfter.getMinWidth__F(), total - (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_round?com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(beforeHeight - knobHeightHalf)):beforeHeight - knobHeightHalf)); + if (currentKnob) { + w = currentKnob.getMinWidth__F(); + h = currentKnob.getMinHeight__F(); + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this, batch, currentKnob, x_0 + (width_0 - w) * 0.5, y_0 + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position + (knobHeight - h) * 0.5, w, h); + } + } + else { + bgLeftWidth = 0; + bgRightWidth = 0; + if (bg) { + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this, batch, bg, x_0, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(y_0 + (height - bg.getMinHeight__F()) * 0.5)), width_0, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(bg.getMinHeight__F()))); + bgLeftWidth = bg.getLeftWidth__F(); + bgRightWidth = bg.getRightWidth__F(); + width_0 -= bgLeftWidth + bgRightWidth; + } + total = width_0 - knobWidth; + beforeWidth = com_badlogic_gdx_math_MathUtils_clamp__FFFF(total * percent, 0, total); + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = bgLeftWidth + beforeWidth; + knobWidthHalf = knobWidth * 0.5; + !!knobBefore && com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this, batch, knobBefore, x_0 + bgLeftWidth, y_0 + (height - knobBefore.getMinHeight__F()) * 0.5, beforeWidth + knobWidthHalf, knobBefore.getMinHeight__F()); + !!knobAfter && com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this, batch, knobAfter, x_0 + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position + knobWidthHalf, y_0 + (height - knobAfter.getMinHeight__F()) * 0.5, total - (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_round?com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(beforeWidth - knobWidthHalf)):beforeWidth - knobWidthHalf), knobAfter.getMinHeight__F()); + if (currentKnob) { + w = currentKnob.getMinWidth__F(); + h = currentKnob.getMinHeight__F(); + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this, batch, currentKnob, x_0 + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position + (knobWidth - w) * 0.5, y_0 + (height - h) * 0.5, w, h); + } + } +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$drawRound__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_drawRound__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(batch, drawable, x_0, y_0, w, h){ + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$drawRound__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(this, batch, drawable, x_0, y_0, w, h); +} +; +_.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled && !!this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledBackground) + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledBackground; + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_background; +} +; +_.getKnobAfterDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getKnobAfterDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled && !!this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobAfter) + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobAfter; + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobAfter; +} +; +_.getKnobBeforeDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getKnobBeforeDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled && !!this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobBefore) + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobBefore; + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobBefore; +} +; +_.getKnobDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getKnobDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled && !!this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnob) + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnob; + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob; +} +; +_.getKnobPosition__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getKnobPosition__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position; +} +; +_.getMaxValue__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getMaxValue__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max; +} +; +_.getMinValue__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getMinValue__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min; +} +; +_.getPercent__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getPercent__F(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min == this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max) + return 0; + return (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value - this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min) / (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max - this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min); +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getPrefHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this); +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getPrefWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this); +} +; +_.getStepSize__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getStepSize__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; +} +; +_.getValue__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getValue__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value; +} +; +_.getVisualPercent__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getVisualPercent__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getVisualPercent__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this); +} +; +_.getVisualValue__F = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_getVisualValue__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$getVisualValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2F(this); +} +; +_.isAnimating__Z = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_isAnimating__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime > 0; +} +; +_.isDisabled__Z = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_isDisabled__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled; +} +; +_.isVertical__Z = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_isVertical__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_vertical; +} +; +_.round__FF = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_round__FF(value_0){ + return com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(value_0 / this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize)) * this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize; +} +; +_.setAnimateDuration__FV = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setAnimateDuration__FV(duration){ + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateDuration = duration; +} +; +_.setAnimateInterpolation__Lcom_badlogic_gdx_math_Interpolation_2V = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setAnimateInterpolation__Lcom_badlogic_gdx_math_Interpolation_2V(animateInterpolation){ + if (!animateInterpolation) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('animateInterpolation cannot be null.')); + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateInterpolation = animateInterpolation; +} +; +_.setDisabled__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setDisabled__ZV(disabled){ + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled = disabled; +} +; +_.setProgrammaticChangeEvents__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setProgrammaticChangeEvents__ZV(programmaticChangeEvents){ + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_programmaticChangeEvents = programmaticChangeEvents; +} +; +_.setRange__FFV = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setRange__FFV(min_0, max_0){ + if (min_0 > max_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('min must be <= max: ' + min_0 + $intern_543 + max_0)); + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min = min_0; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max = max_0; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value < min_0?com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$setValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FZ(this, min_0):this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value > max_0 && com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$setValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FZ(this, max_0); +} +; +_.setRound__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setRound__ZV(round_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_round = round_0; +} +; +_.setStepSize__FV = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setStepSize__FV(stepSize){ + if (stepSize <= 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('steps must be > 0: ' + stepSize)); + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize = stepSize; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V(this, style); +} +; +_.setValue__FZ = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setValue__FZ(value_0){ + return com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$setValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FZ(this, value_0); +} +; +_.setVisualInterpolation__Lcom_badlogic_gdx_math_Interpolation_2V = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_setVisualInterpolation__Lcom_badlogic_gdx_math_Interpolation_2V(interpolation){ + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_visualInterpolation = interpolation; +} +; +_.updateVisualValue__V = function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_updateVisualValue__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime = 0; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateDuration = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateFromValue = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_programmaticChangeEvents = true; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_round = true; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_vertical = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_544, 223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_background; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledBackground = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledBackground; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnob = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnob; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobBefore = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobBefore; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobBefore = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobBefore; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobAfter = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobAfter; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobAfter = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobAfter; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(background, knob){ + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_background = background; + this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob = knob; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(253, 1, {253:1}, com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__V, com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'ProgressBar/ProgressBarStyle', 253, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorCullingArea = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollOnBottom = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_lastPoint = new com_badlogic_gdx_math_Vector2_Vector2__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeScrollBars = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_smoothScrolling = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollBarTouch = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlphaSeconds = 1; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelaySeconds = 1; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_cancelTouchFocus = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScroll = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTime = 1; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollX = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollY = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance = 50; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin = 30; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMax = 200; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_clamp = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_variableSizeKnobs = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer = -1; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$act__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, delta){ + var alpha_0, panning; + com_badlogic_gdx_scenes_scene2d_Group_$act__Lcom_badlogic_gdx_scenes_scene2d_Group_2FV(this$static, delta); + panning = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector.com_badlogic_gdx_input_GestureDetector_panning; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha > 0 && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeScrollBars && !panning && !this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollH && !this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollV) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelay -= delta; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelay <= 0 && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha = $wnd.Math.max(0, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha - delta)); + } + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer > 0) { + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this$static, true); + alpha_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTime; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX -= this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX * alpha_0 * delta; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY -= this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY * alpha_0 * delta; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$clamp__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$static); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX == -this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX = 0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX >= this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX = 0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY == -this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY = 0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY >= this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY = 0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer -= delta; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer <= 0) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY = 0; + } + } + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_smoothScrolling && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer <= 0 && !panning && (!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollH || this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX / (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_width - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width) > this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width * $intern_89) && (!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollV || this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY / (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_height - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height) > this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height * $intern_89)) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX != this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX < this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX?com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX + $wnd.Math.max(200 * delta, (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX) * 7 * delta))):com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX - $wnd.Math.max(200 * delta, (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX) * 7 * delta)))); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY != this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY < this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY?com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY + $wnd.Math.max(200 * delta, (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY) * 7 * delta))):com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY - $wnd.Math.max(200 * delta, (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY) * 7 * delta)))); + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX != this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY != this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY); + } + if (!panning) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollX && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX < 0) { + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this$static, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX += (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin + (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMax - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin) * -this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance) * delta; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX > 0 && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX = 0); + } + else if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX > this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX) { + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this$static, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX -= (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin + (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMax - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin) * -(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX) / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance) * delta; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX < this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX); + } + } + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollY && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY < 0) { + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this$static, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY += (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin + (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMax - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin) * -this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance) * delta; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY > 0 && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY = 0); + } + else if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY > this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY) { + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this$static, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY -= (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin + (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMax - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin) * -(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY) / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance) * delta; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY < this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY); + } + } + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$cancel__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer = -1; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollH = false; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollV = false; + com_badlogic_gdx_input_GestureDetector_$cancel__Lcom_badlogic_gdx_input_GestureDetector_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$static){ + var stage; + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + !!stage && com_badlogic_gdx_scenes_scene2d_Stage_$cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(stage, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener, this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$clamp__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$static){ + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_clamp) + return; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollX?com_badlogic_gdx_math_MathUtils_clamp__FFFF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX, -this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance):com_badlogic_gdx_math_MathUtils_clamp__FFFF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX)); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollY?com_badlogic_gdx_math_MathUtils_clamp__FFFF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY, -this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance):com_badlogic_gdx_math_MathUtils_clamp__FFFF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha){ + var alpha_0, color_0; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor) + return; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, batch, com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this$static)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_x = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_x + com_google_gwt_lang_Cast_round_1int__DI((this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_width - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width) * com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getVisualScrollPercentX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static))); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_y = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_y + com_google_gwt_lang_Cast_round_1int__DI((this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_height - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height) * (1 - com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getVisualScrollPercentY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static)))); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$updateActorPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$static); + color_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_color; + alpha_0 = color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background) { + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, alpha_0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, 0, 0, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height); + } + batch.flush__V(); + if (com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_x, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_y, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height)) { + com_badlogic_gdx_scenes_scene2d_Group_$drawChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha); + batch.flush__V(); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2()); + } + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, alpha_0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeScrollBars && (alpha_0 *= com_badlogic_gdx_math_Interpolation$4_$apply__Lcom_badlogic_gdx_math_Interpolation$4_2FF((com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade , this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlphaSeconds))); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$drawScrollBars__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this$static, batch, color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, alpha_0); + batch.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(this$static.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$drawScrollBars__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this$static, batch, r, g, b, a){ + var x_0, y_0; + if (a <= 0) + return; + batch.setColor__FFFFV(r, g, b, a); + x_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width > 0; + y_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height > 0; + if (x_0) { + y_0 && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_corner && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_corner.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_x + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_width, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_y, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_width, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_y); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_x, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_y, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_width, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_height); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_x, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_y, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_height); + } + if (y_0) { + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_x, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_y, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_width, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_height); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob && this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_x, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_y, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_width, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$fling__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFV(this$static, flingTime, velocityX, velocityY){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer = flingTime; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX = velocityX; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY = velocityY; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getMouseWheelX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static){ + return $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width, $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width * $intern_545, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX * $intern_89) / 4); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getMouseWheelY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static){ + return $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height, $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height * $intern_545, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY * $intern_89) / 4); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static){ + var background, scrollbarWidth, width_0; + width_0 = 0; + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor, 45)?(width_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor.getPrefWidth__F()):!!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor && (width_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor.com_badlogic_gdx_scenes_scene2d_Actor_width); + background = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background; + !!background && (width_0 = $wnd.Math.max(width_0 + background.getLeftWidth__F() + background.getRightWidth__F(), background.getMinWidth__F())); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY) { + scrollbarWidth = 0; + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob && (scrollbarWidth = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob.getMinWidth__F()); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll && (scrollbarWidth = $wnd.Math.max(scrollbarWidth, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll.getMinWidth__F())); + width_0 += scrollbarWidth; + } + return width_0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getScrollPercentX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX == 0) + return 0; + return com_badlogic_gdx_math_MathUtils_clamp__FFFF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX, 0, 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getScrollPercentY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY == 0) + return 0; + return com_badlogic_gdx_math_MathUtils_clamp__FFFF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY, 0, 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getVisualScrollPercentX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX == 0) + return 0; + return com_badlogic_gdx_math_MathUtils_clamp__FFFF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX, 0, 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getVisualScrollPercentY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY == 0) + return 0; + return com_badlogic_gdx_math_MathUtils_clamp__FFFF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY / this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY, 0, 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus){ + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + if (actor != this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor) + return false; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor = null; + return com_badlogic_gdx_scenes_scene2d_Group_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollTo__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFFZZV(this$static, x_0, y_0, width_0, height, centerHorizontal, centerVertical){ + var amountX, amountY; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + amountX = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX; + centerHorizontal?(amountX = x_0 + (width_0 - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width) / 2):(amountX = com_badlogic_gdx_math_MathUtils_clamp__FFFF(amountX, x_0 + width_0 - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width, x_0)); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, com_badlogic_gdx_math_MathUtils_clamp__FFFF(amountX, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX)); + amountY = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY; + y_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY - y_0; + centerVertical?(amountY = y_0 + (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height + height) / 2):(amountY = com_badlogic_gdx_math_MathUtils_clamp__FFFF(amountY, y_0 + height, y_0 + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height)); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, com_badlogic_gdx_math_MathUtils_clamp__FFFF(amountY, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, pixelsX){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX = pixelsX; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, pixelsY){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY = pixelsY; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor == this$static) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('actor cannot be the ScrollPane.')); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor = actor; + !!actor && com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, actor); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setFadeScrollBars__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this$static, fadeScrollBars){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeScrollBars == fadeScrollBars) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeScrollBars = fadeScrollBars; + fadeScrollBars || (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlphaSeconds); + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollPercentX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, percentX){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX * com_badlogic_gdx_math_MathUtils_clamp__FFFF(percentX, 0, 1)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollPercentY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, percentY){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY * com_badlogic_gdx_math_MathUtils_clamp__FFFF(percentY, 0, 1)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, pixels){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, com_badlogic_gdx_math_MathUtils_clamp__FFFF(pixels, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, pixels){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, com_badlogic_gdx_math_MathUtils_clamp__FFFF(pixels, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this$static, visible){ + if (visible) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlphaSeconds; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelay = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelaySeconds; + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelay = 0; + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollingDisabled__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZV(this$static, x_0, y_0){ + if (x_0 == this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableX && y_0 == this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableX = x_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY = y_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(this$static, style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style = style; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$updateActorPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$static){ + var x_0, y_0; + x_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_x - (this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX?com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX):0); + y_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_y - com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY?this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY - this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY:this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY); + com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor, x_0, y_0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor, 102)) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorCullingArea.com_badlogic_gdx_math_Rectangle_x = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_x - x_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorCullingArea.com_badlogic_gdx_math_Rectangle_y = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_y - y_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorCullingArea.com_badlogic_gdx_math_Rectangle_width = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorCullingArea.com_badlogic_gdx_math_Rectangle_height = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor.setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorCullingArea); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, pixelsX){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX = pixelsX; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static, pixelsY){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY = pixelsY; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V.call(this, actor, new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__V); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(actor, style){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V.call(this); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this); + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style = style; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, 150, 150); + com_badlogic_gdx_scenes_scene2d_Actor_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_ScrollPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this)); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener = new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_ScrollPane$2__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_ScrollPane$3__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(actor, skin){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V.call(this, actor, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(actor, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V.call(this, actor, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(188, 86, {70:1, 79:1, 188:1, 86:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V); +_.act__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_act__FV(delta){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$act__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, delta); +} +; +_.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_546)); +} +; +_.addActorAfter__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_addActorAfter__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actorAfter, actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_546)); +} +; +_.addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V(index_0, actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_546)); +} +; +_.addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actorBefore, actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_546)); +} +; +_.addCaptureListener__V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_addCaptureListener__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_ScrollPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this)); +} +; +_.addScrollListener__V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_addScrollListener__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_ScrollPane$3__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this)); +} +; +_.cancel__V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_cancel__V(){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$cancel__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this); +} +; +_.cancelTouchFocus__V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_cancelTouchFocus__V(){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$clamp__V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_clamp__V(){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$clamp__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + com_badlogic_gdx_scenes_scene2d_Actor_$drawDebugBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(this, shapes, com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this)); + if (com_badlogic_gdx_scenes_scene2d_Actor_$clipBegin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(this, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_x, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_y, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height)) { + com_badlogic_gdx_scenes_scene2d_Group_$drawDebugChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$flush__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2()); + } + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setTransformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(shapes, this.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); +} +; +_.drawScrollBars__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_drawScrollBars__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, r, g, b, a){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$drawScrollBars__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this, batch, r, g, b, a); +} +; +_.fling__FFFV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fling__FFFV(flingTime, velocityX, velocityY){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$fling__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFV(this, flingTime, velocityX, velocityY); +} +; +_.getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor; +} +; +_.getFadeScrollBars__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getFadeScrollBars__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeScrollBars; +} +; +_.getFlickScrollListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2 = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getFlickScrollListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2(){ + return new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_ScrollPane$2__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this); +} +; +_.getMaxX__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getMaxX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX; +} +; +_.getMaxY__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getMaxY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getMinHeight__F(){ + return 0; +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getMinWidth__F(){ + return 0; +} +; +_.getMouseWheelX__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getMouseWheelX__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getMouseWheelX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this); +} +; +_.getMouseWheelY__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getMouseWheelY__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getMouseWheelY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this); +} +; +_.getOverscrollDistance__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getOverscrollDistance__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getPrefHeight__F(){ + var background, height, scrollbarHeight; + height = 0; + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor, 45)?(height = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor.getPrefHeight__F()):!!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor && (height = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor.com_badlogic_gdx_scenes_scene2d_Actor_height); + background = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background; + !!background && (height = $wnd.Math.max(height + background.getTopHeight__F() + background.getBottomHeight__F(), background.getMinHeight__F())); + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX) { + scrollbarHeight = 0; + !!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob && (scrollbarHeight = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob.getMinHeight__F()); + !!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll && (scrollbarHeight = $wnd.Math.max(scrollbarHeight, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll.getMinHeight__F())); + height += scrollbarHeight; + } + return height; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getPrefWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this); +} +; +_.getScrollBarHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getScrollBarHeight__F(){ + var height; + if (!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX) + return 0; + height = 0; + !!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob && (height = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob.getMinHeight__F()); + !!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll && (height = $wnd.Math.max(height, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll.getMinHeight__F())); + return height; +} +; +_.getScrollBarWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getScrollBarWidth__F(){ + var width_0; + if (!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY) + return 0; + width_0 = 0; + !!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob && (width_0 = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob.getMinWidth__F()); + !!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll && (width_0 = $wnd.Math.max(width_0, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll.getMinWidth__F())); + return width_0; +} +; +_.getScrollHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getScrollHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height; +} +; +_.getScrollPercentX__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getScrollPercentX__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getScrollPercentX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this); +} +; +_.getScrollPercentY__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getScrollPercentY__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getScrollPercentY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this); +} +; +_.getScrollWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getScrollWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width; +} +; +_.getScrollX__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getScrollX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX; +} +; +_.getScrollY__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getScrollY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style; +} +; +_.getVariableSizeKnobs__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getVariableSizeKnobs__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_variableSizeKnobs; +} +; +_.getVelocityX__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getVelocityX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX; +} +; +_.getVelocityY__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getVelocityY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY; +} +; +_.getVisualScrollPercentX__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getVisualScrollPercentX__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getVisualScrollPercentX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this); +} +; +_.getVisualScrollPercentY__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getVisualScrollPercentY__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getVisualScrollPercentY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this); +} +; +_.getVisualScrollX__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getVisualScrollX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX?this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX:0; +} +; +_.getVisualScrollY__F = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getVisualScrollY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY?this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY:0; +} +; +_.getWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_getWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor; +} +; +_.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(x_0, y_0, touchable){ + if (x_0 < 0 || x_0 >= this.com_badlogic_gdx_scenes_scene2d_Actor_width || y_0 < 0 || y_0 >= this.com_badlogic_gdx_scenes_scene2d_Actor_height) + return null; + if (touchable && this.com_badlogic_gdx_scenes_scene2d_Actor_touchable == (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled) && this.com_badlogic_gdx_scenes_scene2d_Actor_visible) { + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX && this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollH && com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds, x_0, y_0)) + return this; + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY && this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollV && com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds, x_0, y_0)) + return this; + } + return com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this) , com_badlogic_gdx_scenes_scene2d_Group_$hit__Lcom_badlogic_gdx_scenes_scene2d_Group_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, x_0, y_0, touchable); +} +; +_.isBottomEdge__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isBottomEdge__Z(){ + return !this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY || this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY >= this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY; +} +; +_.isDragging__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isDragging__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer != -1; +} +; +_.isFlinging__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isFlinging__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer > 0; +} +; +_.isForceScrollX__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isForceScrollX__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollX; +} +; +_.isForceScrollY__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isForceScrollY__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollY; +} +; +_.isLeftEdge__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isLeftEdge__Z(){ + return !this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX || this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX <= 0; +} +; +_.isPanning__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isPanning__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector.com_badlogic_gdx_input_GestureDetector_panning; +} +; +_.isRightEdge__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isRightEdge__Z(){ + return !this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX || this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX >= this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX; +} +; +_.isScrollX__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isScrollX__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX; +} +; +_.isScrollY__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isScrollY__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY; +} +; +_.isScrollingDisabledX__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isScrollingDisabledX__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableX; +} +; +_.isScrollingDisabledY__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isScrollingDisabledY__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY; +} +; +_.isTopEdge__Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_isTopEdge__Z(){ + return !this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY || this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY <= 0; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_layout__V(){ + var actorHeight, actorWidth, bg, bgBottomHeight, bgLeftWidth, bgRightWidth, bgTopHeight, hScrollKnob, height, layout, scrollbarHeight, scrollbarWidth, vScrollKnob, width_0, x_0, y_0; + bg = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background; + hScrollKnob = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob; + vScrollKnob = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob; + bgLeftWidth = 0; + bgRightWidth = 0; + bgTopHeight = 0; + bgBottomHeight = 0; + if (bg) { + bgLeftWidth = bg.getLeftWidth__F(); + bgRightWidth = bg.getRightWidth__F(); + bgTopHeight = bg.getTopHeight__F(); + bgBottomHeight = bg.getBottomHeight__F(); + } + width_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea, bgLeftWidth, bgBottomHeight, width_0 - bgLeftWidth - bgRightWidth, height - bgTopHeight - bgBottomHeight); + if (!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor) + return; + scrollbarHeight = 0; + scrollbarWidth = 0; + !!hScrollKnob && (scrollbarHeight = hScrollKnob.getMinHeight__F()); + !!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll && (scrollbarHeight = $wnd.Math.max(scrollbarHeight, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll.getMinHeight__F())); + !!vScrollKnob && (scrollbarWidth = vScrollKnob.getMinWidth__F()); + !!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll && (scrollbarWidth = $wnd.Math.max(scrollbarWidth, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll.getMinWidth__F())); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor, 45)) { + layout = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor; + actorWidth = layout.getPrefWidth__F(); + actorHeight = layout.getPrefHeight__F(); + } + else { + actorWidth = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor.com_badlogic_gdx_scenes_scene2d_Actor_width; + actorHeight = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollX || actorWidth > this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width && !this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableX; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollY || actorHeight > this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height && !this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY; + if (!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollbarsOnTop) { + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY) { + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width -= scrollbarWidth; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight || (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_x += scrollbarWidth); + !this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX && actorWidth > this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width && !this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableX && (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX = true); + } + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX) { + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height -= scrollbarHeight; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollOnBottom && (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_y += scrollbarHeight); + if (!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY && actorHeight > this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height && !this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY) { + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY = true; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width -= scrollbarWidth; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight || (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_x += scrollbarWidth); + } + } + } + actorWidth = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableX?this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width:$wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width, actorWidth); + actorHeight = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY?this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height:$wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height, actorHeight); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX = actorWidth - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY = actorHeight - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, com_badlogic_gdx_math_MathUtils_clamp__FFFF(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX, 0, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX)); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, com_badlogic_gdx_math_MathUtils_clamp__FFFF(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY, 0, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY)); + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX) { + if (hScrollKnob) { + x_0 = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollbarsOnTop?bgLeftWidth:this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_x; + y_0 = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollOnBottom?bgBottomHeight:height - bgTopHeight - scrollbarHeight; + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds, x_0, y_0, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width, scrollbarHeight); + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY && this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollbarsOnTop) { + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_width -= scrollbarWidth; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight || (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_x += scrollbarWidth); + } + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_variableSizeKnobs?(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width = $wnd.Math.max(hScrollKnob.getMinWidth__F(), com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_width * this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width / actorWidth))):(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width = hScrollKnob.getMinWidth__F()); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width > actorWidth && (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width = 0); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_height = hScrollKnob.getMinHeight__F(); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_x = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_x + com_google_gwt_lang_Cast_round_1int__DI((this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_width - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width) * com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getScrollPercentX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this)); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_y = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_y; + } + else { + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds, 0, 0, 0, 0); + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds, 0, 0, 0, 0); + } + } + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY) { + if (vScrollKnob) { + x_0 = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight?width_0 - bgRightWidth - scrollbarWidth:bgLeftWidth; + y_0 = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollbarsOnTop?bgBottomHeight:this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_y; + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds, x_0, y_0, scrollbarWidth, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height); + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX && this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollbarsOnTop) { + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_height -= scrollbarHeight; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollOnBottom && (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_y += scrollbarHeight); + } + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_width = vScrollKnob.getMinWidth__F(); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_variableSizeKnobs?(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height = $wnd.Math.max(vScrollKnob.getMinHeight__F(), com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_height * this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height / actorHeight))):(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height = vScrollKnob.getMinHeight__F()); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height > actorHeight && (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height = 0); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_x = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight?width_0 - bgRightWidth - vScrollKnob.getMinWidth__F():bgLeftWidth; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_y = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_y + com_google_gwt_lang_Cast_round_1int__DI((this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_height - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height) * (1 - com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getScrollPercentY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this))); + } + else { + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds, 0, 0, 0, 0); + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds, 0, 0, 0, 0); + } + } + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$updateActorPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor, 45)) { + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor, actorWidth, actorHeight); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor.validate__V(); + } +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor){ + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + if (actor != this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor) + return false; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, null); + return true; +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, unfocus){ + return com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this, actor, unfocus); +} +; +_.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(index_0, unfocus){ + var actor; + actor = com_badlogic_gdx_scenes_scene2d_Group_$removeActorAt__Lcom_badlogic_gdx_scenes_scene2d_Group_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, index_0, unfocus); + actor == this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor && (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor = null); + return actor; +} +; +_.scrollTo__FFFFV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollTo__FFFFV(x_0, y_0, width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollTo__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFFZZV(this, x_0, y_0, width_0, height, false, false); +} +; +_.scrollTo__FFFFZZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollTo__FFFFZZV(x_0, y_0, width_0, height, centerHorizontal, centerVertical){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollTo__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFFZZV(this, x_0, y_0, width_0, height, centerHorizontal, centerVertical); +} +; +_.scrollX__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX__FV(pixelsX){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, pixelsX); +} +; +_.scrollY__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY__FV(pixelsY){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, pixelsY); +} +; +_.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.setCancelTouchFocus__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setCancelTouchFocus__ZV(cancelTouchFocus){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_cancelTouchFocus = cancelTouchFocus; +} +; +_.setClamp__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setClamp__ZV(clamp){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_clamp = clamp; +} +; +_.setFadeScrollBars__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setFadeScrollBars__ZV(fadeScrollBars){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setFadeScrollBars__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this, fadeScrollBars); +} +; +_.setFlickScroll__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setFlickScroll__ZV(flickScroll){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScroll == flickScroll) + return; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScroll = flickScroll; + flickScroll?com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener):com_badlogic_gdx_scenes_scene2d_Actor_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener); + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} +; +_.setFlickScrollTapSquareSize__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setFlickScrollTapSquareSize__FV(halfTapSquareSize){ + com_badlogic_gdx_input_GestureDetector_$setTapSquareSize__Lcom_badlogic_gdx_input_GestureDetector_2FV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector, halfTapSquareSize); +} +; +_.setFlingTime__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setFlingTime__FV(flingTime){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTime = flingTime; +} +; +_.setForceScroll__ZZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setForceScroll__ZZV(x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollX = x_0; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollY = y_0; +} +; +_.setOverscroll__ZZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setOverscroll__ZZV(overscrollX, overscrollY){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollX = overscrollX; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollY = overscrollY; +} +; +_.setScrollBarPositions__ZZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setScrollBarPositions__ZZV(bottom, right){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollOnBottom = bottom; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight = right; +} +; +_.setScrollBarTouch__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setScrollBarTouch__ZV(scrollBarTouch){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollBarTouch = scrollBarTouch; +} +; +_.setScrollPercentX__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setScrollPercentX__FV(percentX){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollPercentX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, percentX); +} +; +_.setScrollPercentY__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setScrollPercentY__FV(percentY){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollPercentY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, percentY); +} +; +_.setScrollX__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setScrollX__FV(pixels){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, pixels); +} +; +_.setScrollY__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setScrollY__FV(pixels){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, pixels); +} +; +_.setScrollbarsOnTop__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setScrollbarsOnTop__ZV(scrollbarsOnTop){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollbarsOnTop = scrollbarsOnTop; + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} +; +_.setScrollbarsVisible__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setScrollbarsVisible__ZV(visible){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this, visible); +} +; +_.setScrollingDisabled__ZZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setScrollingDisabled__ZZV(x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollingDisabled__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZV(this, x_0, y_0); +} +; +_.setSmoothScrolling__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setSmoothScrolling__ZV(smoothScrolling){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_smoothScrolling = smoothScrolling; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(this, style); +} +; +_.setVariableSizeKnobs__ZV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setVariableSizeKnobs__ZV(variableSizeKnobs){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_variableSizeKnobs = variableSizeKnobs; +} +; +_.setVelocityX__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setVelocityX__FV(velocityX){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX = velocityX; +} +; +_.setVelocityY__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setVelocityY__FV(velocityY){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY = velocityY; +} +; +_.setWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.setupFadeScrollBars__FFV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setupFadeScrollBars__FFV(fadeAlphaSeconds, fadeDelaySeconds){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlphaSeconds = fadeAlphaSeconds; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelaySeconds = fadeDelaySeconds; +} +; +_.setupOverscroll__FFFV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_setupOverscroll__FFFV(distance, speedMin, speedMax){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance = distance; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin = speedMin; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMax = speedMax; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$updateActorPosition__V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_updateActorPosition__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$updateActorPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this); +} +; +_.updateVisualScroll__V = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_updateVisualScroll__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY; +} +; +_.visualScrollX__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualScrollX__FV(pixelsX){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, pixelsX); +} +; +_.visualScrollY__FV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualScrollY__FV(pixelsY){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$visualScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, pixelsY); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_cancelTouchFocus = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_clamp = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableX = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlphaSeconds = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelay = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelaySeconds = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeScrollBars = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScroll = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTime = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollX = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollY = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollOnBottom = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMax = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollX = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollY = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollBarTouch = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollbarsOnTop = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_smoothScrolling = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollH = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollV = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_variableSizeKnobs = false; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_547, 188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_ScrollPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(743, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_ScrollPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V); +_.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(event_0, x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScroll || com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01, true); + return false; +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer != -1) + return false; + if (pointer == 0 && button != 0) + return false; + !!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage && com_badlogic_gdx_scenes_scene2d_Stage_$setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScroll || com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01, true); + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha == 0) + return false; + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollBarTouch && this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX && com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds, x_0, y_0)) { + event_0.com_badlogic_gdx_scenes_scene2d_Event_stopped = true; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01, true); + if (com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds, x_0, y_0)) { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_lastPoint, x_0, y_0); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_handlePosition = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_x; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollH = true; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer = pointer; + return true; + } + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_width * (x_0 < this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_x?-1:1)); + return true; + } + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollBarTouch && this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY && com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds, x_0, y_0)) { + event_0.com_badlogic_gdx_scenes_scene2d_Event_stopped = true; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01, true); + if (com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds, x_0, y_0)) { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_lastPoint, x_0, y_0); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_handlePosition = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_y; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollV = true; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer = pointer; + return true; + } + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea.com_badlogic_gdx_math_Rectangle_height * (y_0 < this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_y?1:-1)); + return true; + } + return false; +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + var delta, scrollH, scrollV, total; + if (pointer != this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer) + return; + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollH) { + delta = x_0 - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_lastPoint.com_badlogic_gdx_math_Vector2_x; + scrollH = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_handlePosition + delta; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_handlePosition = scrollH; + scrollH = $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_x, scrollH); + scrollH = $wnd.Math.min(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_x + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_width - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width, scrollH); + total = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_width - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds.com_badlogic_gdx_math_Rectangle_width; + total != 0 && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollPercentX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01, (scrollH - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds.com_badlogic_gdx_math_Rectangle_x) / total); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_lastPoint, x_0, y_0); + } + else if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollV) { + delta = y_0 - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_lastPoint.com_badlogic_gdx_math_Vector2_y; + scrollV = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_handlePosition + delta; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_handlePosition = scrollV; + scrollV = $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_y, scrollV); + scrollV = $wnd.Math.min(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_y + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_height - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height, scrollV); + total = this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_height - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds.com_badlogic_gdx_math_Rectangle_height; + total != 0 && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollPercentY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01, 1 - (scrollV - this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds.com_badlogic_gdx_math_Rectangle_y) / total); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_lastPoint, x_0, y_0); + } +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ + if (pointer != this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer) + return; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$cancel__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_this$01); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$1_handlePosition = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'ScrollPane/1', 743, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords2 = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$handle__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this$static, e){ + var event_0; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(e, 361)) + return false; + event_0 = e; + switch (event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_type.java_lang_Enum_ordinal) { + case 0: + this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor = event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_touchDownTarget = event_0.com_badlogic_gdx_scenes_scene2d_Event_targetActor; + com_badlogic_gdx_input_GestureDetector_$touchDown__Lcom_badlogic_gdx_input_GestureDetector_2FFIIZ(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer); + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY)); + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_touchFocus && com_badlogic_gdx_scenes_scene2d_Stage_$addTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV(event_0.com_badlogic_gdx_scenes_scene2d_Event_stage, this$static, event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor, event_0.com_badlogic_gdx_scenes_scene2d_Event_targetActor, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_button); + return true; + case 1: + if (event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX == $intern_84 || event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY == $intern_84) { + com_badlogic_gdx_input_GestureDetector_$reset__Lcom_badlogic_gdx_input_GestureDetector_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector); + return false; + } + + this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_event = event_0; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor = event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor; + com_badlogic_gdx_input_GestureDetector_$touchUp__Lcom_badlogic_gdx_input_GestureDetector_2FFIIZ(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_button); + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY)); + return true; + case 2: + this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_event = event_0; + this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor = event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor; + com_badlogic_gdx_input_GestureDetector_$touchDragged__Lcom_badlogic_gdx_input_GestureDetector_2FFIZ(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY, event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer); + return true; + } + return false; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_ActorGestureListener__V(){ + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_ActorGestureListener__FFFFV.call(this, 20, $intern_361, 1.100000023841858, $intern_5); +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_ActorGestureListener__FFFFV(halfTapSquareSize, tapCountInterval, longPressDuration, maxFlingDelay){ + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector = new com_badlogic_gdx_input_GestureDetector_GestureDetector__FFFFLcom_badlogic_gdx_input_GestureDetector$GestureListener_2V(halfTapSquareSize, tapCountInterval, longPressDuration, maxFlingDelay, new com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_ActorGestureListener$1__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2V(this)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(294, 1, $intern_548, com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_ActorGestureListener__V, com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_ActorGestureListener__FFFFV); +_.fling__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_fling__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, velocityX, velocityY, button){ +} +; +_.getGestureDetector__Lcom_badlogic_gdx_input_GestureDetector_2 = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_getGestureDetector__Lcom_badlogic_gdx_input_GestureDetector_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector; +} +; +_.getTouchDownTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_getTouchDownTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_touchDownTarget; +} +; +_.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(e){ + return com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$handle__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this, e); +} +; +_.longPress__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_longPress__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(actor, x_0, y_0){ + return false; +} +; +_.pan__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFV = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_pan__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFV(event_0, x_0, y_0, deltaX, deltaY){ +} +; +_.panStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_panStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ +} +; +_.pinch__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_pinch__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(event_0, initialPointer1, initialPointer2, pointer1, pointer2){ +} +; +_.tap__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tap__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, count, button){ +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ +} +; +_.zoom__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV = function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_zoom__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(event_0, initialDistance, distance){ +} +; +var com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords, com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords2; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_549, 294, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_ScrollPane$2__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_ActorGestureListener__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(744, 294, $intern_548, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_ScrollPane$2__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V); +_.fling__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_fling__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, button){ + var velocityX, velocityY; + velocityX = $wnd.Math.abs(x_0) > 150 && this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX?x_0:0; + velocityY = $wnd.Math.abs(y_0) > 150 && this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY?-y_0:0; + if (velocityX != 0 || velocityY != 0) { + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_cancelTouchFocus && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$fling__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTime, velocityX, velocityY); + } +} +; +_.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(event_0){ + if (com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$handle__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this, event_0)) { + event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_type == (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDown) && (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer = 0); + return true; + } + else + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(event_0, 361) && com_badlogic_gdx_scenes_scene2d_InputEvent_$isTouchFocusCancel__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Z(event_0) && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$cancel__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01); + return false; +} +; +_.pan__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFV = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_pan__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFV(event_0, x_0, y_0, deltaX, deltaY){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01, true); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX || (deltaX = 0); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY || (deltaY = 0); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX -= deltaX; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY += deltaY; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$clamp__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_cancelTouchFocus && (deltaX != 0 || deltaY != 0) && com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$2_this$01); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'ScrollPane/2', 744, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_ScrollPane$3__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(745, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_ScrollPane$3__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V); +_.scrolled__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFZ = function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_scrolled__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFZ(event_0, x_0, y_0, scrollAmountX, scrollAmountY){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollbarsVisible__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01, true); + if (this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY || this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX) { + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY?!this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX && scrollAmountY == 0 && (scrollAmountY = scrollAmountX):this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX && scrollAmountX == 0 && (scrollAmountX = scrollAmountY); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getMouseWheelY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01) * scrollAmountY); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01, this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getMouseWheelX__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$3_this$01) * scrollAmountX); + } + else + return false; + return true; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'ScrollPane/3', 745, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_corner = style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_corner; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll = style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob = style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll = style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob = style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob; +} + +function com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(background, hScroll, hScrollKnob, vScroll, vScrollKnob){ + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background = background; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll = hScroll; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob = hScrollKnob; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll = vScroll; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob = vScrollKnob; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(293, 1, {293:1}, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__V, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'ScrollPane/ScrollPaneStyle', 293, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_temp = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_disabled && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundDisabled) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundDisabled; + if (!!this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_Actor_parent && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOpen) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOpen; + if (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_clickListener) && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOver) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOver; + return this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_background; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_Color_2(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_disabled && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_disabledFontColor) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_disabledFontColor; + if (!!this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_overFontColor && (com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_clickListener) || !!this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_Actor_parent)) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_overFontColor; + return this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_fontColor; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$getSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2I(this$static){ + var selected; + selected = this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected; + return selected.com_badlogic_gdx_utils_ObjectSet_size == 0?-1:com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items, com_badlogic_gdx_utils_ObjectSet_$first__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2(selected), false); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$onHide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(scrollPane){ + scrollPane.com_badlogic_gdx_scenes_scene2d_Actor_color.com_badlogic_gdx_graphics_Color_a = 1; + com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(scrollPane, com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeOut__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2($intern_365, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade)), com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit))); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$onShow__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(scrollPane){ + scrollPane.com_badlogic_gdx_scenes_scene2d_Actor_color.com_badlogic_gdx_graphics_Color_a = 0; + com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(scrollPane, com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeIn__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2($intern_366, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade))); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(this$static, style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style = style; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane) { + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane, style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle); + com_badlogic_gdx_scenes_scene2d_ui_List_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list, style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_listStyle); + } + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$showScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items.com_badlogic_gdx_utils_Array_size == 0) + return; + !!this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage && com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$show__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane, this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$toString__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Ljava_lang_Object_2Ljava_lang_String_2(item_0){ + return com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(item_0); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection = new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$1_SelectBox$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_utils_Array_2V(this, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items); + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(this, style); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth), (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefHeight)); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_actor = this; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_required = true; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane = new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_SelectBox$SelectBoxScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(this); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_clickListener = new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$2_SelectBox$2__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(skin){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V.call(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V.call(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(295, 112, {70:1, 295:1, 112:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V); +_.clearItems__V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_clearItems__V(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items.com_badlogic_gdx_utils_Array_size == 0) + return; + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items); + com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection); + com_badlogic_gdx_scenes_scene2d_ui_List_$clearItems__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list); + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var background, color_0, font, fontColor, height, selected, string, width_0, x_0, y_0; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); + background = com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); + fontColor = com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_Color_2(this); + font = this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_font; + color_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_color; + x_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_x; + y_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_y; + width_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + !!background && background.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height); + selected = com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection); + if (selected != null) { + if (background) { + width_0 -= background.getLeftWidth__F() + background.getRightWidth__F(); + height -= background.getBottomHeight__F() + background.getTopHeight__F(); + x_0 += background.getLeftWidth__F(); + y_0 += com_google_gwt_lang_Cast_round_1int__DI(height / 2 + background.getBottomHeight__F() + font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight / 2); + } + else { + y_0 += com_google_gwt_lang_Cast_round_1int__DI(height / 2 + font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight / 2); + } + com_badlogic_gdx_graphics_g2d_BitmapFont_$setColor__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFV(font, fontColor.com_badlogic_gdx_graphics_Color_r, fontColor.com_badlogic_gdx_graphics_Color_g, fontColor.com_badlogic_gdx_graphics_Color_b, fontColor.com_badlogic_gdx_graphics_Color_a * parentAlpha); + string = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(selected); + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(font, batch, string, x_0, y_0, 0, string.length, width_0, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_alignment, false, $intern_533); + } +} +; +_.drawItem__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_drawItem__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(batch, font, item_0, x_0, y_0, width_0){ + var com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$drawItem__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2_string_0; + return com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$drawItem__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2_string_0 = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(item_0) , com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(font, batch, com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$drawItem__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2_string_0, x_0, y_0, 0, com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$drawItem__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2_string_0.length, width_0, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_alignment, false, $intern_533); +} +; +_.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); +} +; +_.getClickListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getClickListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_clickListener; +} +; +_.getFontColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getFontColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$getFontColor__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_Color_2(this); +} +; +_.getItems__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getItems__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items; +} +; +_.getList__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getList__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list; +} +; +_.getMaxListCount__I = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getMaxListCount__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_maxListCount; +} +; +_.getMaxSelectedPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getMaxSelectedPrefWidth__F(){ + var bg, i, layout, layoutPool, width_0; + layoutPool = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit)); + layout = layoutPool.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size == 0?layoutPool.newObject__Ljava_lang_Object_2():com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(layoutPool.com_badlogic_gdx_utils_Pool_freeObjects); + width_0 = 0; + for (i = 0; i < this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items.com_badlogic_gdx_utils_Array_size; i++) { + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(layout, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_font, com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$toString__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Ljava_lang_Object_2Ljava_lang_String_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items, i))); + width_0 = $wnd.Math.max(layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_width, width_0); + } + bg = this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_background; + !!bg && (width_0 = $wnd.Math.max(width_0 + bg.getLeftWidth__F() + bg.getRightWidth__F(), bg.getMinWidth__F())); + return width_0; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getPrefHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefHeight; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getPrefWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth; +} +; +_.getScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane; +} +; +_.getSelected__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getSelected__Ljava_lang_Object_2(){ + return com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection); +} +; +_.getSelectedIndex__I = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getSelectedIndex__I(){ + return com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$getSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2I(this); +} +; +_.getSelectedPrefWidth__Z = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getSelectedPrefWidth__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selectedPrefWidth; +} +; +_.getSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style; +} +; +_.hideList__V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_hideList__V(){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane); +} +; +_.hideScrollPane__V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_hideScrollPane__V(){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane); +} +; +_.isDisabled__Z = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_isDisabled__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_disabled; +} +; +_.isOver__Z = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_isOver__Z(){ + return com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$isOver__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_clickListener); +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_layout__V(){ + var bg, font, i, layout, layoutPool, listStyle, maxItemWidth, scrollStyle, scrollWidth, selected; + bg = this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_background; + font = this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_font; + bg?(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefHeight = $wnd.Math.max(bg.getTopHeight__F() + bg.getBottomHeight__F() + font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight - font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent * 2, bg.getMinHeight__F())):(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefHeight = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight - font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent * 2); + layoutPool = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit)); + layout = layoutPool.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size == 0?layoutPool.newObject__Ljava_lang_Object_2():com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(layoutPool.com_badlogic_gdx_utils_Pool_freeObjects); + if (this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selectedPrefWidth) { + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth = 0; + !!bg && (this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth = bg.getLeftWidth__F() + bg.getRightWidth__F()); + selected = com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection); + if (selected != null) { + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(layout, font, com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(selected)); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth += layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_width; + } + } + else { + maxItemWidth = 0; + for (i = 0; i < this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items.com_badlogic_gdx_utils_Array_size; i++) { + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(layout, font, com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$toString__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Ljava_lang_Object_2Ljava_lang_String_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items, i))); + maxItemWidth = $wnd.Math.max(layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_width, maxItemWidth); + } + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth = maxItemWidth; + !!bg && (this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth = $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth + bg.getLeftWidth__F() + bg.getRightWidth__F(), bg.getMinWidth__F())); + listStyle = this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_listStyle; + scrollStyle = this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle; + scrollWidth = maxItemWidth + listStyle.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_selection.getLeftWidth__F() + listStyle.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_selection.getRightWidth__F(); + bg = scrollStyle.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background; + !!bg && (scrollWidth = $wnd.Math.max(scrollWidth + bg.getLeftWidth__F() + bg.getRightWidth__F(), bg.getMinWidth__F())); + (!this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane || !this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY) && (scrollWidth += $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll?this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll.getMinWidth__F():0, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob?this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob.getMinWidth__F():0)); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth = $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth, scrollWidth); + } + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(layoutPool, layout); +} +; +_.newScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_newScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2(){ + return new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_SelectBox$SelectBoxScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(this); +} +; +_.onHide__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_onHide__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(scrollPane){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$onHide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(scrollPane); +} +; +_.onShow__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_onShow__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(scrollPane, below){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$onShow__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(scrollPane); +} +; +_.setAlignment__IV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setAlignment__IV(alignment){ + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_alignment = alignment; +} +; +_.setDisabled__ZV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setDisabled__ZV(disabled){ + disabled && !this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_disabled && com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_disabled = disabled; +} +; +_.setItems__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setItems__Lcom_badlogic_gdx_utils_Array_2V(newItems){ + var oldPrefWidth; + if (!newItems) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_535)); + oldPrefWidth = (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth); + if (newItems != this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items) { + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items); + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items, newItems); + } + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$validate__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection); + com_badlogic_gdx_scenes_scene2d_ui_List_$setItems__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items); + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; + oldPrefWidth != (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth) && com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.setItems___3Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setItems___3Ljava_lang_Object_2V(newItems){ + var oldPrefWidth; + if (newItems == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_535)); + oldPrefWidth = (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items); + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items, newItems); + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$validate__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection); + com_badlogic_gdx_scenes_scene2d_ui_List_$setItems__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items); + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; + oldPrefWidth != (com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth) && com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.setMaxListCount__IV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setMaxListCount__IV(maxListCount){ + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_maxListCount = maxListCount; +} +; +_.setScrollingDisabled__ZV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setScrollingDisabled__ZV(y_0){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollingDisabled__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZV(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane, true, y_0); + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.setSelected__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setSelected__Ljava_lang_Object_2V(item_0){ + com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items, item_0, false)?com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection, item_0):this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items.com_badlogic_gdx_utils_Array_size > 0?com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection, com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items)):com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection); +} +; +_.setSelectedIndex__IV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setSelectedIndex__IV(index_0){ + com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items, index_0)); +} +; +_.setSelectedPrefWidth__ZV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setSelectedPrefWidth__ZV(selectedPrefWidth){ + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selectedPrefWidth = selectedPrefWidth; +} +; +_.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(stage){ + !stage && com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane); + this.com_badlogic_gdx_scenes_scene2d_Actor_stage = stage; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(this, style); +} +; +_.showList__V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_showList__V(){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$showScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(this); +} +; +_.showScrollPane__V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_showScrollPane__V(){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$showScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(this); +} +; +_.toString__Ljava_lang_Object_2Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox_toString__Ljava_lang_Object_2Ljava_lang_String_2(item_0){ + return com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$toString__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Ljava_lang_Object_2Ljava_lang_String_2(item_0); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_alignment = 8; +_.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_disabled = false; +_.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selectedPrefWidth = false; +var com_badlogic_gdx_scenes_scene2d_ui_SelectBox_temp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_550, 295, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_Selection_$add__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this$static, item_0){ + if (item_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_551)); + if (!com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0)) + return; + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents && this$static.fireChangeEvent__Z()) + com_badlogic_gdx_utils_OrderedSet_$remove__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0); + else { + this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = item_0; + this$static.changed__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_utils_Selection_$addAll__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Lcom_badlogic_gdx_utils_Array_2V(this$static, items){ + var added, i, item_0, n; + added = false; + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); + for (i = 0 , n = items.com_badlogic_gdx_utils_Array_size; i < n; i++) { + item_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(items, i); + if (item_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_551)); + com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0) && (added = true); + } + if (added) { + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents && this$static.fireChangeEvent__Z()) { + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old); + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(items); + this$static.changed__V(); + } + } + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, 32); +} + +function com_badlogic_gdx_scenes_scene2d_utils_Selection_$choose__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this$static, item_0){ + var modified; + if (item_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_551)); + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_isDisabled) + return; + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); + try { + if ((this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_toggle || (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac?com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 63):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 129) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 130))) && com_badlogic_gdx_utils_ObjectSet_$locateKey__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0) >= 0) { + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_required && this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size == 1) + return; + com_badlogic_gdx_utils_OrderedSet_$remove__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0); + this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = null; + } + else { + modified = false; + if (!this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_multiple || !this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_toggle && (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , !(com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac?com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 63):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 129) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 130)))) { + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size == 1 && com_badlogic_gdx_utils_ObjectSet_$locateKey__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0) >= 0) + return; + modified = this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size > 0; + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, 8); + } + if (!com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0) && !modified) + return; + this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = item_0; + } + this$static.fireChangeEvent__Z()?(com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old.com_badlogic_gdx_utils_ObjectSet_size) , com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old)):this$static.changed__V(); + } + finally { + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, 32); + } +} + +function com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this$static){ + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size == 0) { + this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = null; + return; + } + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, 8); + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents && this$static.fireChangeEvent__Z()) + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old.com_badlogic_gdx_utils_ObjectSet_size) , com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old); + else { + this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = null; + this$static.changed__V(); + } + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, 32); +} + +function com_badlogic_gdx_scenes_scene2d_utils_Selection_$contains__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2Z(this$static, item_0){ + if (item_0 == null) + return false; + return com_badlogic_gdx_utils_ObjectSet_$locateKey__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0) >= 0; +} + +function com_badlogic_gdx_scenes_scene2d_utils_Selection_$fireChangeEvent__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Z(this$static){ + var changeEvent; + if (!this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_actor) + return false; + changeEvent = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit))); + try { + return com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_actor, changeEvent); + } + finally { + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(changeEvent); + } +} + +function com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this$static){ + return this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size == 0?null:com_badlogic_gdx_utils_ObjectSet_$first__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); +} + +function com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this$static, item_0){ + if (item_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_551)); + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size == 1 && com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_ObjectSet_$first__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected)) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(item_0)) + return; + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, 8); + com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0); + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents && this$static.fireChangeEvent__Z()) { + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old); + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = item_0; + this$static.changed__V(); + } + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, 32); +} + +function com_badlogic_gdx_scenes_scene2d_utils_Selection_Selection__V(){ + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected = new com_badlogic_gdx_utils_OrderedSet_OrderedSet__V; + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old = new com_badlogic_gdx_utils_OrderedSet_OrderedSet__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(252, 1, $intern_552, com_badlogic_gdx_scenes_scene2d_utils_Selection_Selection__V); +_.add__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_add__Ljava_lang_Object_2V(item_0){ + com_badlogic_gdx_scenes_scene2d_utils_Selection_$add__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this, item_0); +} +; +_.addAll__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_addAll__Lcom_badlogic_gdx_utils_Array_2V(items){ + com_badlogic_gdx_scenes_scene2d_utils_Selection_$addAll__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Lcom_badlogic_gdx_utils_Array_2V(this, items); +} +; +_.changed__V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_changed__V(){ +} +; +_.choose__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_choose__Ljava_lang_Object_2V(item_0){ + com_badlogic_gdx_scenes_scene2d_utils_Selection_$choose__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this, item_0); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_utils$cleanup__V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_cleanup__V(){ + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, 32); +} +; +_.clear__V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_clear__V(){ + com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this); +} +; +_.contains__Ljava_lang_Object_2Z = function com_badlogic_gdx_scenes_scene2d_utils_Selection_contains__Ljava_lang_Object_2Z(item_0){ + return com_badlogic_gdx_scenes_scene2d_utils_Selection_$contains__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2Z(this, item_0); +} +; +_.fireChangeEvent__Z = function com_badlogic_gdx_scenes_scene2d_utils_Selection_fireChangeEvent__Z(){ + return com_badlogic_gdx_scenes_scene2d_utils_Selection_$fireChangeEvent__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Z(this); +} +; +_.first__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_utils_Selection_first__Ljava_lang_Object_2(){ + return com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this); +} +; +_.getLastSelected__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_utils_Selection_getLastSelected__Ljava_lang_Object_2(){ + if (this.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected != null) { + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected; + } + else if (this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size > 0) { + return com_badlogic_gdx_utils_ObjectSet_$first__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); + } + return null; +} +; +_.getMultiple__Z = function com_badlogic_gdx_scenes_scene2d_utils_Selection_getMultiple__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_multiple; +} +; +_.getRequired__Z = function com_badlogic_gdx_scenes_scene2d_utils_Selection_getRequired__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_required; +} +; +_.getToggle__Z = function com_badlogic_gdx_scenes_scene2d_utils_Selection_getToggle__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_toggle; +} +; +_.hasItems__Z = function com_badlogic_gdx_scenes_scene2d_utils_Selection_hasItems__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size > 0; +} +; +_.isDisabled__Z = function com_badlogic_gdx_scenes_scene2d_utils_Selection_isDisabled__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_isDisabled; +} +; +_.isEmpty__Z = function com_badlogic_gdx_scenes_scene2d_utils_Selection_isEmpty__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size == 0; +} +; +_.items__Lcom_badlogic_gdx_utils_OrderedSet_2 = function com_badlogic_gdx_scenes_scene2d_utils_Selection_items__Lcom_badlogic_gdx_utils_OrderedSet_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_scenes_scene2d_utils_Selection_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_OrderedSet_$iterator__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); +} +; +_.notEmpty__Z = function com_badlogic_gdx_scenes_scene2d_utils_Selection_notEmpty__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size > 0; +} +; +_.remove__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_remove__Ljava_lang_Object_2V(item_0){ + if (item_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_551)); + if (!com_badlogic_gdx_utils_OrderedSet_$remove__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0)) + return; + if (this.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents && this.fireChangeEvent__Z()) + com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0); + else { + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = null; + this.changed__V(); + } +} +; +_.removeAll__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_removeAll__Lcom_badlogic_gdx_utils_Array_2V(items){ + var i, item_0, n, removed; + removed = false; + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); + for (i = 0 , n = items.com_badlogic_gdx_utils_Array_size; i < n; i++) { + item_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(items, i); + if (item_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_551)); + com_badlogic_gdx_utils_OrderedSet_$remove__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0) && (removed = true); + } + if (removed) { + if (this.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents && this.fireChangeEvent__Z()) { + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old); + } + else { + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = null; + this.changed__V(); + } + } + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, 32); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_utils$revert__V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_revert__V(){ + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old); +} +; +_.set__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_set__Ljava_lang_Object_2V(item_0){ + com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this, item_0); +} +; +_.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_actor = actor; +} +; +_.setAll__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_setAll__Lcom_badlogic_gdx_utils_Array_2V(items){ + var added, i, item_0, n; + added = false; + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = null; + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, items.com_badlogic_gdx_utils_Array_size); + for (i = 0 , n = items.com_badlogic_gdx_utils_Array_size; i < n; i++) { + item_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(items, i); + if (item_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_551)); + com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, item_0) && (added = true); + } + if (added) { + if (this.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents && this.fireChangeEvent__Z()) { + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old); + } + else if (items.com_badlogic_gdx_utils_Array_size > 0) { + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(items); + this.changed__V(); + } + } + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, 32); +} +; +_.setDisabled__ZV = function com_badlogic_gdx_scenes_scene2d_utils_Selection_setDisabled__ZV(isDisabled){ + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_isDisabled = isDisabled; +} +; +_.setMultiple__ZV = function com_badlogic_gdx_scenes_scene2d_utils_Selection_setMultiple__ZV(multiple){ + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_multiple = multiple; +} +; +_.setProgrammaticChangeEvents__ZV = function com_badlogic_gdx_scenes_scene2d_utils_Selection_setProgrammaticChangeEvents__ZV(programmaticChangeEvents){ + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents = programmaticChangeEvents; +} +; +_.setRequired__ZV = function com_badlogic_gdx_scenes_scene2d_utils_Selection_setRequired__ZV(required){ + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_required = required; +} +; +_.setToggle__ZV = function com_badlogic_gdx_scenes_scene2d_utils_Selection_setToggle__ZV(toggle){ + this.com_badlogic_gdx_scenes_scene2d_utils_Selection_toggle = toggle; +} +; +_.size__I = function com_badlogic_gdx_scenes_scene2d_utils_Selection_size__I(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size; +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_utils$snapshot__V = function com_badlogic_gdx_scenes_scene2d_utils_Selection_snapshot__V(){ + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_utils_Selection_toArray__Lcom_badlogic_gdx_utils_Array_2(){ + return com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$toArray__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2Lcom_badlogic_gdx_utils_Array_2(com_badlogic_gdx_utils_OrderedSet_$iterator__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected)); +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_utils_Selection_toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(array){ + return com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$toArray__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(com_badlogic_gdx_utils_OrderedSet_$iterator__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected), array); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_utils_Selection_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_utils_OrderedSet_$toString__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_String_2(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); +} +; +_.com_badlogic_gdx_scenes_scene2d_utils_Selection_isDisabled = false; +_.com_badlogic_gdx_scenes_scene2d_utils_Selection_multiple = false; +_.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents = true; +_.com_badlogic_gdx_scenes_scene2d_utils_Selection_required = false; +_.com_badlogic_gdx_scenes_scene2d_utils_Selection_toggle = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'Selection', 252, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$choose__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2Ljava_lang_Object_2V(this$static, item_0){ + var end, i, oldRangeStart, rangeStartIndex, start_0, temp; + if (item_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_551)); + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_isDisabled) + return; + if (!this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeSelect || !this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_multiple) { + com_badlogic_gdx_scenes_scene2d_utils_Selection_$choose__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this$static, item_0); + return; + } + if (this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size > 0 && (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 59) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 60))) { + rangeStartIndex = this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart == null?-1:com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_array, this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart, false); + if (rangeStartIndex != -1) { + oldRangeStart = this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart; + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size); + com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); + start_0 = rangeStartIndex; + end = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_array, item_0, false); + if (start_0 > end) { + temp = end; + end = start_0; + start_0 = temp; + } + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V(); + (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac?com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 63):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 129) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 130)) || com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, 8); + for (i = start_0; i <= end; i++) + com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_array, i)); + this$static.fireChangeEvent__Z()?(com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old.com_badlogic_gdx_utils_ObjectSet_size) , com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old)):(this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart = null); + this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart = oldRangeStart; + com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_old, 32); + return; + } + } + com_badlogic_gdx_scenes_scene2d_utils_Selection_$choose__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this$static, item_0); + this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart = item_0; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$validate__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2V(this$static){ + var array, changed, iter, selected; + array = this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_array; + if (array.com_badlogic_gdx_utils_Array_size == 0) { + com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this$static); + return; + } + changed = false; + for (iter = com_badlogic_gdx_utils_OrderedSet_$iterator__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$hasNext__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Z(iter);) { + selected = com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$next__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2Ljava_lang_Object_2(iter); + if (!com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(array, selected, false)) { + com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$remove__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2V(iter); + changed = true; + } + } + this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_required && this$static.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size == 0?com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this$static, com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(array)):changed && (this$static.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart = null); +} + +function com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_ArraySelection__Lcom_badlogic_gdx_utils_Array_2V(array){ + com_badlogic_gdx_scenes_scene2d_utils_Selection_Selection__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_array = array; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(369, 252, $intern_553, com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_ArraySelection__Lcom_badlogic_gdx_utils_Array_2V); +_.changed__V = function com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_changed__V(){ + this.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart = null; +} +; +_.choose__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_choose__Ljava_lang_Object_2V(item_0){ + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$choose__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2Ljava_lang_Object_2V(this, item_0); +} +; +_.getRangeSelect__Z = function com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_getRangeSelect__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeSelect; +} +; +_.setRangeSelect__ZV = function com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_setRangeSelect__ZV(rangeSelect){ + this.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeSelect = rangeSelect; +} +; +_.validate__V = function com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_validate__V(){ + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$validate__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2V(this); +} +; +_.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeSelect = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_554, 369, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$1_SelectBox$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_utils_Array_2V(this$0, $anonymous0){ + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$1_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_ArraySelection__Lcom_badlogic_gdx_utils_Array_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_555, 369, $intern_553, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$1_SelectBox$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_utils_Array_2V); +_.fireChangeEvent__Z = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$1_fireChangeEvent__Z(){ + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selectedPrefWidth && com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$1_this$01); + return com_badlogic_gdx_scenes_scene2d_utils_Selection_$fireChangeEvent__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Z(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SelectBox/1', $intern_555, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$2_SelectBox$2__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$2_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_556, 144, $intern_500, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$2_SelectBox$2__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V); +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$2_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + if (pointer == 0 && button != 0) + return false; + if (this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_disabled) + return false; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane.com_badlogic_gdx_scenes_scene2d_Actor_parent?com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane):com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$showScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$2_this$01); + return true; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SelectBox/2', $intern_556, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this$static){ + var actor, stage; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_Actor_touchable != (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled) || !this$static.com_badlogic_gdx_scenes_scene2d_Actor_parent) + return; + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list, com_badlogic_gdx_scenes_scene2d_Touchable_disabled); + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (stage) { + com_badlogic_gdx_scenes_scene2d_Stage_$removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(stage, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_hideListener); + com_badlogic_gdx_scenes_scene2d_Stage_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(stage, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_keyListener); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_previousScrollFocus && !this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_previousScrollFocus.com_badlogic_gdx_scenes_scene2d_Actor_stage && (this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_previousScrollFocus = null); + actor = stage.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus; + (!actor || com_badlogic_gdx_scenes_scene2d_Actor_$isAscendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static, actor)) && com_badlogic_gdx_scenes_scene2d_Stage_$setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(stage, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_previousScrollFocus); + } + com_badlogic_gdx_scenes_scene2d_Actor_$clearActions__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static); + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$onHide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$show__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this$static, stage){ + var actor, below, height, heightAbove, heightBelow, itemHeight, listBackground, scrollPaneBackground, width_0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_Actor_touchable == (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)) + return; + stage.com_badlogic_gdx_scenes_scene2d_Stage_root.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static); + com_badlogic_gdx_scenes_scene2d_Stage_$addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(stage, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_hideListener); + com_badlogic_gdx_scenes_scene2d_Stage_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(stage, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_keyListener); + com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox, null, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_stagePosition, 0, 0)); + itemHeight = this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight; + height = itemHeight * (this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_maxListCount <= 0?this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items.com_badlogic_gdx_utils_Array_size:$wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_maxListCount, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items.com_badlogic_gdx_utils_Array_size)); + scrollPaneBackground = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background; + !!scrollPaneBackground && (height += scrollPaneBackground.getTopHeight__F() + scrollPaneBackground.getBottomHeight__F()); + listBackground = this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_style.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background; + !!listBackground && (height += listBackground.getTopHeight__F() + listBackground.getBottomHeight__F()); + heightBelow = this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_stagePosition.com_badlogic_gdx_math_Vector2_y; + heightAbove = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight - heightBelow - this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox.com_badlogic_gdx_scenes_scene2d_Actor_height; + below = true; + if (height > heightBelow) { + if (heightAbove > heightBelow) { + below = false; + height = $wnd.Math.min(height, heightAbove); + } + else + height = heightBelow; + } + below?com_badlogic_gdx_scenes_scene2d_Actor_$setY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_stagePosition.com_badlogic_gdx_math_Vector2_y - height):com_badlogic_gdx_scenes_scene2d_Actor_$setY__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_stagePosition.com_badlogic_gdx_math_Vector2_y + this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox.com_badlogic_gdx_scenes_scene2d_Actor_height); + com_badlogic_gdx_scenes_scene2d_Actor_$setX__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_stagePosition.com_badlogic_gdx_math_Vector2_x); + com_badlogic_gdx_scenes_scene2d_Actor_$setHeight__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, height); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + width_0 = $wnd.Math.max(com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2F(this$static), this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox.com_badlogic_gdx_scenes_scene2d_Actor_width); + com_badlogic_gdx_scenes_scene2d_Actor_$setWidth__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this$static, width_0); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$scrollTo__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFFZZV(this$static, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_Actor_height - com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$getSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2I(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox) * itemHeight - itemHeight / 2, 0, 0, true, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX; + this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY = this$static.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY; + this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_previousScrollFocus = null; + actor = stage.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus; + !!actor && !com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor, this$static) && (this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_previousScrollFocus = actor); + com_badlogic_gdx_scenes_scene2d_Stage_$setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(stage, this$static); + com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_selection, com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection)); + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list, com_badlogic_gdx_scenes_scene2d_Touchable_enabled); + com_badlogic_gdx_scenes_scene2d_Actor_$clearActions__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static); + com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$onShow__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_SelectBox$SelectBoxScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(selectBox){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V.call(this, null, selectBox.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_stagePosition = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox = selectBox; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollX = false; + this.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollY = false; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setFadeScrollBars__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(this, false); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollingDisabled__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZV(this, true, false); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list = new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$4_SelectBox$SelectBoxScrollPane$4__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_listStyle); + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_disabled)); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_typeToSelect = true; + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list, new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_SelectBox$SelectBoxScrollPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this, selectBox)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$2_SelectBox$SelectBoxScrollPane$2__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this, selectBox)); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_hideListener = new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_SelectBox$SelectBoxScrollPane$3__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this, selectBox); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(437, 188, {70:1, 79:1, 188:1, 437:1, 86:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_SelectBox$SelectBoxScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V); +_.act__FV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_act__FV(delta){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$act__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this, delta); + com_badlogic_gdx_scenes_scene2d_Actor_$setZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(this, $intern_5); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox, null, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2((com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_SelectBox_temp), 0, 0)); + com_badlogic_gdx_math_Vector2_$equals__Lcom_badlogic_gdx_math_Vector2_2Ljava_lang_Object_2Z(com_badlogic_gdx_scenes_scene2d_ui_SelectBox_temp, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_stagePosition) || com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.getList__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_getList__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list; +} +; +_.getSelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_getSelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox; +} +; +_.hide__V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_hide__V(){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this); +} +; +_.newList__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_newList__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2(){ + return new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$4_SelectBox$SelectBoxScrollPane$4__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_listStyle); +} +; +_.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(stage){ + var oldStage; + oldStage = this.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (oldStage) { + com_badlogic_gdx_scenes_scene2d_Stage_$removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(oldStage, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_hideListener); + com_badlogic_gdx_scenes_scene2d_Stage_$removeListener__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(oldStage, this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_keyListener); + } + com_badlogic_gdx_scenes_scene2d_Group_$setStage__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this, stage); +} +; +_.show__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_show__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(stage){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$show__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(this, stage); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_maxListCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SelectBox/SelectBoxScrollPane', 437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_SelectBox$SelectBoxScrollPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this$1, val$selectBox){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_this$11 = this$1; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_val$selectBox2 = val$selectBox; + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_557, 144, $intern_500, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_SelectBox$SelectBoxScrollPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V); +_.clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(event_0, x_0, y_0){ + var selected; + selected = com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_this$11.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_selection); + selected != null && com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_val$selectBox2.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected, 51); + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$choose__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_val$selectBox2.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection, selected); + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_this$11); +} +; +_.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(event_0, x_0, y_0){ + var index_0; + index_0 = com_badlogic_gdx_scenes_scene2d_ui_List_$getItemIndexAt__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FI(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_this$11.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list, y_0); + index_0 != -1 && com_badlogic_gdx_scenes_scene2d_ui_List_$setSelectedIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$1_this$11.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list, index_0); + return true; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SelectBox/SelectBoxScrollPane/1', $intern_557, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$2_SelectBox$SelectBoxScrollPane$2__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this$1, val$selectBox){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$2_this$11 = this$1; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$2_val$selectBox2 = val$selectBox; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_558, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$2_SelectBox$SelectBoxScrollPane$2__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V); +_.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$2_exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, toActor){ + var selected; + if (!toActor || !com_badlogic_gdx_scenes_scene2d_Actor_$isAscendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$2_this$11, toActor)) { + selected = com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$2_val$selectBox2.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection); + selected != null && com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$2_this$11.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_selection, selected); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SelectBox/SelectBoxScrollPane/2', $intern_558, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_SelectBox$SelectBoxScrollPane$3__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this$1, val$selectBox){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_this$11 = this$1; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_val$selectBox2 = val$selectBox; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_559, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_SelectBox$SelectBoxScrollPane$3__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V); +_.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode){ + switch (keycode) { + case 160: + case 66: + com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_$choose__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_val$selectBox2.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection, com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_this$11.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_selection)); + case 111: + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_this$11); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stopped = true; + return true; + } + return false; +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + var target; + target = event_0.com_badlogic_gdx_scenes_scene2d_Event_targetActor; + if (com_badlogic_gdx_scenes_scene2d_Actor_$isAscendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_this$11, target)) + return false; + com_badlogic_gdx_scenes_scene2d_utils_Selection_$set__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_this$11.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list.com_badlogic_gdx_scenes_scene2d_ui_List_selection, com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_val$selectBox2.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection)); + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2V(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$3_this$11); + return false; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SelectBox/SelectBoxScrollPane/3', $intern_559, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$4_SelectBox$SelectBoxScrollPane$4__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(this$1, $anonymous0){ + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$4_this$11 = this$1; + com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(746, 222, $intern_536, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$4_SelectBox$SelectBoxScrollPane$4__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V); +_.toString__Ljava_lang_Object_2Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane$4_toString__Ljava_lang_Object_2Ljava_lang_String_2(obj){ + return com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$toString__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Ljava_lang_Object_2Ljava_lang_String_2(obj); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane$4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SelectBox/SelectBoxScrollPane/4', 746, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_fontColor = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_SelectBox$SelectBoxStyle__V(){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_SelectBox$SelectBoxStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(font, fontColor, background, scrollStyle, listStyle){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_font = font; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_fontColor, fontColor); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_background = background; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle = scrollStyle; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_listStyle = listStyle; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_SelectBox$SelectBoxStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_font = style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_font; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_fontColor, style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_fontColor); + !!style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_overFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_overFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_overFontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_disabledFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_disabledFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_disabledFontColor)); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_background; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle = new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_listStyle = new com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_listStyle); + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOver = style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOver; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOpen = style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOpen; + this.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundDisabled = style.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundDisabled; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(436, 1, {436:1}, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_SelectBox$SelectBoxStyle__V, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_SelectBox$SelectBoxStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_SelectBox$SelectBoxStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SelectBox/SelectBoxStyle', 436, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_Skin_defaultTagClasses = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit]); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$static){ + var c, c$array, c$index, c$max; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_jsonClassTags = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__IV(com_badlogic_gdx_scenes_scene2d_ui_Skin_defaultTagClasses.length); + for (c$array = com_badlogic_gdx_scenes_scene2d_ui_Skin_defaultTagClasses , c$index = 0 , c$max = c$array.length; c$index < c$max; ++c$index) { + c = c$array[c$index]; + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_jsonClassTags, (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(c) , c.java_lang_Class_simpleName), c); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static, name_0, resource, type_0){ + var typeResources; + if (name_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_560)); + if (resource == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('resource cannot be null.')); + typeResources = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources, type_0); + if (!typeResources) { + typeResources = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__IV(type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit?256:64); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(type_0, typeResources); + } + typeResources.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(name_0, resource); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$addRegions__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this$static, atlas){ + var i, n, name_0, region, regions; + regions = atlas.com_badlogic_gdx_graphics_g2d_TextureAtlas_regions; + for (i = 0 , n = regions.com_badlogic_gdx_utils_Array_size; i < n; i++) { + region = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(regions, i); + name_0 = region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name; + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index != -1 && (name_0 += '_' + region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static, name_0, region, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$find__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_Object_2Ljava_lang_String_2(this$static, resource){ + var typeResources; + if (resource == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + typeResources = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(resource)); + if (!typeResources) + return null; + return com_badlogic_gdx_utils_ObjectMap_$findKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2ZLjava_lang_Object_2(typeResources, resource, true); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, name_0, type_0){ + var i, resource, typeResources; + if (name_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_560)); + if (!type_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_561)); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit) + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static, name_0); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit) + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegion__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(this$static, name_0); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit) + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getPatch__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2(this$static, name_0); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit) + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getSprite__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(this$static, name_0); + typeResources = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources, type_0); + if (!typeResources) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , 'No ' + type_0.java_lang_Class_typeName + $intern_562 + name_0))); + resource = (i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(typeResources, name_0) , i < 0?null:typeResources.com_badlogic_gdx_utils_ObjectMap_valueTable[i]); + if (resource == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , 'No ' + type_0.java_lang_Class_typeName + $intern_562 + name_0))); + return resource; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$getDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static, name_0){ + var drawable, patch, region, sprite, textureRegion; + drawable = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit); + if (drawable) + return drawable; + try { + textureRegion = com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegion__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(this$static, name_0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(textureRegion, 152)) { + region = textureRegion; + com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$findValue__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2Ljava_lang_String_2_3I(region, $intern_563) != null?(drawable = new com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(com_badlogic_gdx_scenes_scene2d_ui_Skin_$getPatch__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2(this$static, name_0))):(region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate || region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth != region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth || region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight != region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight) && (drawable = new com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(com_badlogic_gdx_scenes_scene2d_ui_Skin_$getSprite__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(this$static, name_0))); + } + if (!drawable) { + drawable = new com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(textureRegion); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale != 1 && com_badlogic_gdx_scenes_scene2d_ui_Skin_$scale__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static, drawable); + } + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 26)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + if (!drawable) { + patch = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit); + if (patch) + drawable = new com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(patch); + else { + sprite = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit); + if (sprite) + drawable = new com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(sprite); + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('No Drawable, NinePatch, TextureRegion, Texture, or Sprite registered with name: ' + name_0)); + } + } + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 155) && (drawable.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name = name_0 , undefined); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static, name_0, drawable, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit); + return drawable; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$getJsonLoader__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_Json_2(this$static, skinFile){ + var entry, entry$iterator, json, skin; + skin = this$static; + json = new com_badlogic_gdx_scenes_scene2d_ui_Skin$1_Skin$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$static); + json.com_badlogic_gdx_utils_Json_typeName = null; + json.com_badlogic_gdx_utils_Json_usePrototypes = false; + com_badlogic_gdx_utils_Json_$setSerializer__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2V(json, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, new com_badlogic_gdx_scenes_scene2d_ui_Skin$2_Skin$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$static, skin)); + com_badlogic_gdx_utils_Json_$setSerializer__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2V(json, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, new com_badlogic_gdx_scenes_scene2d_ui_Skin$3_Skin$3__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(skinFile, skin)); + com_badlogic_gdx_utils_Json_$setSerializer__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2V(json, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, new com_badlogic_gdx_scenes_scene2d_ui_Skin$4_Skin$4__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$static)); + com_badlogic_gdx_utils_Json_$setSerializer__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2V(json, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit, new com_badlogic_gdx_scenes_scene2d_ui_Skin$5_Skin$5__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$static)); + for (entry$iterator = com_badlogic_gdx_utils_ObjectMap_$entries__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_jsonClassTags); com_badlogic_gdx_utils_ObjectMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2Z(entry$iterator);) { + entry = entry$iterator.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(); + com_badlogic_gdx_utils_Json_$addClassTag__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2V(json, entry.com_badlogic_gdx_utils_ObjectMap$Entry_key, entry.com_badlogic_gdx_utils_ObjectMap$Entry_value); + } + return json; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$getPatch__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2(this$static, name_0){ + var pads, patch, region, splits; + patch = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit); + if (patch) + return patch; + try { + region = com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegion__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(this$static, name_0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(region, 152)) { + splits = com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$findValue__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2Ljava_lang_String_2_3I(region, $intern_563); + if (splits != null) { + patch = new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(region, splits[0], splits[1], splits[2], splits[3]); + pads = com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_$findValue__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2Ljava_lang_String_2_3I(region, $intern_564); + pads != null && com_badlogic_gdx_graphics_g2d_NinePatch_$setPadding__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFFFV(patch, pads[0], pads[1], pads[2], pads[3]); + } + } + !patch && (patch = new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale != 1 && com_badlogic_gdx_graphics_g2d_NinePatch_$scale__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFV(patch, this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale, this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static, name_0, patch, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit); + return patch; + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 26)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_565 + name_0)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegion__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(this$static, name_0){ + var region, texture; + region = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit); + if (region) + return region; + texture = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit); + if (!texture) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('No TextureRegion or Texture registered with name: ' + name_0)); + region = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(texture); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static, name_0, region, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit); + return region; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegions__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_Array_2(this$static, regionName){ + var i, region, regions; + regions = null; + i = 0; + region = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, regionName + '_' + i++, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit); + if (region) { + regions = new com_badlogic_gdx_utils_Array_Array__V; + while (region) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(regions, region); + region = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, regionName + '_' + i++, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit); + } + } + return regions; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$getSprite__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(this$static, name_0){ + var region, sprite, textureRegion; + sprite = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit); + if (sprite) + return sprite; + try { + textureRegion = com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegion__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(this$static, name_0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(textureRegion, 152)) { + region = textureRegion; + (region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate || region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth != region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth || region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight != region.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight) && (sprite = new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_TextureAtlas$AtlasSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(region)); + } + !sprite && (sprite = new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(textureRegion)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale != 1 && sprite.setSize__FFV(sprite.getWidth__F() * this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale, sprite.getHeight__F() * this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static, name_0, sprite, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit); + return sprite; + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 26)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_565 + name_0)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$load__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, skinFile){ + var ex; + try { + com_badlogic_gdx_utils_Json_$fromJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2(com_badlogic_gdx_scenes_scene2d_ui_Skin_$getJsonLoader__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_Json_2(this$static, skinFile), com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, skinFile); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 44)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_566 + skinFile, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(drawable){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 224)) + return new com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V(drawable); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 145)) + return new com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V(drawable); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 172)) + return new com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2V(drawable); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 173)) + return new com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2V(drawable); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_567 + java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(drawable))); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(drawable, tint){ + var named, newDrawable; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 145)) + newDrawable = drawable.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(tint); + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 172)) + newDrawable = com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_$tint__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2(drawable, tint); + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 173)) + newDrawable = com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_$tint__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2(drawable, tint); + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_567 + java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(drawable))); + named = newDrawable; + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 155)?com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setName__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2Ljava_lang_String_2V(named, drawable.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name + $intern_191 + tint + ')'):(named.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name = $intern_191 + tint + ')'); + return newDrawable; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static, name_0, tint){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(com_badlogic_gdx_scenes_scene2d_ui_Skin_$getDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static, name_0), tint); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, name_0, type_0){ + var i, typeResources; + if (name_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_560)); + if (!type_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_561)); + typeResources = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources, type_0); + if (!typeResources) + return null; + return i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(typeResources, name_0) , i < 0?null:typeResources.com_badlogic_gdx_utils_ObjectMap_valueTable[i]; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_$scale__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this$static, drawble){ + drawble.setLeftWidth__FV(drawble.getLeftWidth__F() * this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); + drawble.setRightWidth__FV(drawble.getRightWidth__F() * this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); + drawble.setBottomHeight__FV(drawble.getBottomHeight__F() * this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); + drawble.setTopHeight__FV(drawble.getTopHeight__F() * this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); + drawble.setMinWidth__FV(drawble.getMinWidth__F() * this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); + drawble.setMinHeight__FV(drawble.getMinHeight__F() * this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__Lcom_badlogic_gdx_files_FileHandle_2V(skinFile){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$clinit__V(); + var atlasFile; + com_badlogic_gdx_scenes_scene2d_ui_Skin_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this); + atlasFile = skinFile.sibling__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(skinFile.nameWithoutExtension__Ljava_lang_String_2() + '.atlas'); + if (com_badlogic_gdx_backends_gwt_preloader_Preloader_$contains__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Z(atlasFile.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader, atlasFile.com_badlogic_gdx_backends_gwt_GwtFileHandle_file)) { + this.com_badlogic_gdx_scenes_scene2d_ui_Skin_atlas = new com_badlogic_gdx_graphics_g2d_TextureAtlas_TextureAtlas__Lcom_badlogic_gdx_files_FileHandle_2V(atlasFile); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$addRegions__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this, this.com_badlogic_gdx_scenes_scene2d_ui_Skin_atlas); + } + com_badlogic_gdx_scenes_scene2d_ui_Skin_$load__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_files_FileHandle_2V(this, skinFile); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(skinFile, atlas){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Skin_atlas = atlas; + com_badlogic_gdx_scenes_scene2d_ui_Skin_$addRegions__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this, atlas); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$load__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_files_FileHandle_2V(this, skinFile); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(atlas){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Skin_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Skin_atlas = atlas; + com_badlogic_gdx_scenes_scene2d_ui_Skin_$addRegions__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this, atlas); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin_findMethod__Ljava_lang_Class_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_reflect_Method_2(type_0, name_0){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$clinit__V(); + var i, method, methods, n; + methods = com_badlogic_gdx_utils_reflect_ClassReflection_getMethods__Ljava_lang_Class_2_3Lcom_badlogic_gdx_utils_reflect_Method_2(type_0); + for (i = 0 , n = methods.length; i < n; i++) { + method = methods[i]; + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(method.com_badlogic_gdx_utils_reflect_Method_method.com_badlogic_gwtref_client_Method_name, name_0)) + return method; + } + return null; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(367, 1, {367:1, 49:1}, com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__V, com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__Lcom_badlogic_gdx_files_FileHandle_2V, com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V, com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V); +_.add__Ljava_lang_String_2Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_ui_Skin_add__Ljava_lang_String_2Ljava_lang_Object_2V(name_0, resource){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this, name_0, resource, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(resource)); +} +; +_.add__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V = function com_badlogic_gdx_scenes_scene2d_ui_Skin_add__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(name_0, resource, type_0){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this, name_0, resource, type_0); +} +; +_.addRegions__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V = function com_badlogic_gdx_scenes_scene2d_ui_Skin_addRegions__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(atlas){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$addRegions__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this, atlas); +} +; +_.dispose__V = function com_badlogic_gdx_scenes_scene2d_ui_Skin_dispose__V(){ + var entry, entry$iterator, resource, resource$iterator; + !!this.com_badlogic_gdx_scenes_scene2d_ui_Skin_atlas && com_badlogic_gdx_graphics_g2d_TextureAtlas_$dispose__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Skin_atlas); + for (entry$iterator = this.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources.values__Lcom_badlogic_gdx_utils_ObjectMap$Values_2(); com_badlogic_gdx_utils_ObjectMap$Values_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Values_2Z(entry$iterator);) { + entry = entry$iterator.next__Ljava_lang_Object_2(); + for (resource$iterator = entry.values__Lcom_badlogic_gdx_utils_ObjectMap$Values_2(); com_badlogic_gdx_utils_ObjectMap$Values_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Values_2Z(resource$iterator);) { + resource = resource$iterator.next__Ljava_lang_Object_2(); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(resource, 49) && resource.dispose__V(); + } + } +} +; +_.find__Ljava_lang_Object_2Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_find__Ljava_lang_Object_2Ljava_lang_String_2(resource){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$find__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_Object_2Ljava_lang_String_2(this, resource); +} +; +_.get__Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_get__Ljava_lang_Class_2Ljava_lang_Object_2(type_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this, $intern_498, type_0); +} +; +_.get__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_get__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(name_0, type_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this, name_0, type_0); +} +; +_.getAll__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_ObjectMap_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getAll__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_ObjectMap_2(type_0){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources, type_0); +} +; +_.getAtlas__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getAtlas__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Skin_atlas; +} +; +_.getColor__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getColor__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2(name_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit); +} +; +_.getDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(name_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this, name_0); +} +; +_.getFont__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getFont__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2(name_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit); +} +; +_.getJsonClassTags__Lcom_badlogic_gdx_utils_ObjectMap_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getJsonClassTags__Lcom_badlogic_gdx_utils_ObjectMap_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Skin_jsonClassTags; +} +; +_.getJsonLoader__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_Json_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getJsonLoader__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_Json_2(skinFile){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getJsonLoader__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_Json_2(this, skinFile); +} +; +_.getPatch__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getPatch__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2(name_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getPatch__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2(this, name_0); +} +; +_.getRegion__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getRegion__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(name_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegion__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(this, name_0); +} +; +_.getRegions__Ljava_lang_String_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getRegions__Ljava_lang_String_2Lcom_badlogic_gdx_utils_Array_2(regionName){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegions__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_Array_2(this, regionName); +} +; +_.getSprite__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getSprite__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(name_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$getSprite__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(this, name_0); +} +; +_.getTiledDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_getTiledDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2(name_0){ + var tiled; + tiled = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this, name_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit); + if (tiled) + return tiled; + tiled = new com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegion__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(this, name_0)); + tiled.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name = name_0; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale != 1) { + com_badlogic_gdx_scenes_scene2d_ui_Skin_$scale__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this, tiled); + com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$setScale__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2FV(tiled, this.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); + } + com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this, name_0, tiled, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit); + return tiled; +} +; +_.has__Ljava_lang_String_2Ljava_lang_Class_2Z = function com_badlogic_gdx_scenes_scene2d_ui_Skin_has__Ljava_lang_String_2Ljava_lang_Class_2Z(name_0, type_0){ + var typeResources; + typeResources = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources, type_0); + if (!typeResources) + return false; + return com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(typeResources, name_0) >= 0; +} +; +_.load__Lcom_badlogic_gdx_files_FileHandle_2V = function com_badlogic_gdx_scenes_scene2d_ui_Skin_load__Lcom_badlogic_gdx_files_FileHandle_2V(skinFile){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$load__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_files_FileHandle_2V(this, skinFile); +} +; +_.newDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_newDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(drawable){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(drawable); +} +; +_.newDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_newDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(drawable, r, g, b, a){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(drawable, new com_badlogic_gdx_graphics_Color_Color__FFFFV(r, g, b, a)); +} +; +_.newDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_newDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(drawable, tint){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(drawable, tint); +} +; +_.newDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_newDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(name_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(com_badlogic_gdx_scenes_scene2d_ui_Skin_$getDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this, name_0)); +} +; +_.newDrawable__Ljava_lang_String_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_newDrawable__Ljava_lang_String_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(name_0, r, g, b, a){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(com_badlogic_gdx_scenes_scene2d_ui_Skin_$getDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this, name_0), new com_badlogic_gdx_graphics_Color_Color__FFFFV(r, g, b, a)); +} +; +_.newDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_newDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(name_0, tint){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this, name_0, tint); +} +; +_.optional__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin_optional__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(name_0, type_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this, name_0, type_0); +} +; +_.remove__Ljava_lang_String_2Ljava_lang_Class_2V = function com_badlogic_gdx_scenes_scene2d_ui_Skin_remove__Ljava_lang_String_2Ljava_lang_Class_2V(name_0, type_0){ + var typeResources; + if (name_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_560)); + typeResources = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources, type_0); + typeResources.remove__Ljava_lang_Object_2Ljava_lang_Object_2(name_0); +} +; +_.scale__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V = function com_badlogic_gdx_scenes_scene2d_ui_Skin_scale__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(drawble){ + com_badlogic_gdx_scenes_scene2d_ui_Skin_$scale__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(this, drawble); +} +; +_.setEnabled__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV = function com_badlogic_gdx_scenes_scene2d_ui_Skin_setEnabled__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(actor, enabled){ + var method, name_0, style; + method = com_badlogic_gdx_scenes_scene2d_ui_Skin_findMethod__Ljava_lang_Class_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_reflect_Method_2(actor.java_lang_Object__1_1_1clazz, $intern_568); + if (!method) + return; + try { + style = com_badlogic_gdx_utils_reflect_Method_$invoke__Lcom_badlogic_gdx_utils_reflect_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(method, actor, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [])); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + return; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + name_0 = com_badlogic_gdx_scenes_scene2d_ui_Skin_$find__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_Object_2Ljava_lang_String_2(this, style); + if (name_0 == null) + return; + name_0 = java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(name_0, '-disabled', '') + (enabled?'':'-disabled'); + style = com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this, name_0, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(style)); + method = com_badlogic_gdx_scenes_scene2d_ui_Skin_findMethod__Ljava_lang_Class_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_reflect_Method_2(actor.java_lang_Object__1_1_1clazz, $intern_569); + if (!method) + return; + try { + com_badlogic_gdx_utils_reflect_Method_$invoke__Lcom_badlogic_gdx_utils_reflect_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(method, actor, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [style])); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 51)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } +} +; +_.setScale__FV = function com_badlogic_gdx_scenes_scene2d_ui_Skin_setScale__FV(scale){ + this.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale = scale; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale = 1; +var com_badlogic_gdx_scenes_scene2d_ui_Skin_defaultTagClasses; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_570, 367, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Json_$$init__Lcom_badlogic_gdx_utils_Json_2V(this$static){ + this$static.com_badlogic_gdx_utils_Json_typeToFields = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this$static.com_badlogic_gdx_utils_Json_tagToClass = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this$static.com_badlogic_gdx_utils_Json_classToTag = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this$static.com_badlogic_gdx_utils_Json_classToSerializer = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this$static.com_badlogic_gdx_utils_Json_classToDefaultValues = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + this$static.com_badlogic_gdx_utils_Json_equals1 = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [null]); + this$static.com_badlogic_gdx_utils_Json_equals2 = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [null]); +} + +function com_badlogic_gdx_utils_Json_$addClassTag__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2V(this$static, tag, type_0){ + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_tagToClass, tag, type_0); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_classToTag, type_0, tag); +} + +function com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Enum_2Ljava_lang_String_2(this$static, e){ + return this$static.com_badlogic_gdx_utils_Json_enumNames?e.java_lang_Enum_name != null?e.java_lang_Enum_name:'' + e.java_lang_Enum_ordinal:e.java_lang_Enum_name != null?e.java_lang_Enum_name:'' + e.java_lang_Enum_ordinal; +} + +function com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2(this$static, object){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 39)) + return com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Enum_2Ljava_lang_String_2(this$static, object); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 16)) + return java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(object) , object.java_lang_Class_typeName; + return object == null?$intern_571:com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(object); +} + +function com_badlogic_gdx_utils_Json_$copyFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, from, to){ + var entry, entry$iterator, ex, fromField, toField, toFields; + toFields = com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this$static, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(to)); + for (entry$iterator = com_badlogic_gdx_utils_OrderedMap_$entries__Lcom_badlogic_gdx_utils_OrderedMap_2Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this$static, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(from))); com_badlogic_gdx_utils_ObjectMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2Z(entry$iterator);) { + entry = entry$iterator.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(); + toField = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(toFields, entry.com_badlogic_gdx_utils_ObjectMap$Entry_key); + fromField = entry.com_badlogic_gdx_utils_ObjectMap$Entry_value.com_badlogic_gdx_utils_Json$FieldMetadata_field; + if (!toField) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('To object is missing field: ' + entry.com_badlogic_gdx_utils_ObjectMap$Entry_key)); + try { + com_badlogic_gdx_utils_reflect_Field_$set__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V(toField.com_badlogic_gdx_utils_Json$FieldMetadata_field, to, com_badlogic_gdx_utils_reflect_Field_$get__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(fromField, from)); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error copying field: ' + fromField.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } +} + +function com_badlogic_gdx_utils_Json_$fromJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2(this$static, type_0, file){ + var ex; + try { + return this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, file)); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_566 + file, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$getClass__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2(this$static, tag){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_tagToClass, tag); +} + +function com_badlogic_gdx_utils_Json_$getDefaultValues__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2_3Ljava_lang_Object_2(this$static, type_0){ + var defaultIndex, ex, field, fieldNames, fields, i, metadata, n, object, runtimeEx, values; + if (!this$static.com_badlogic_gdx_utils_Json_usePrototypes) + return null; + if (com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_utils_Json_classToDefaultValues, type_0) >= 0) + return com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_classToDefaultValues, type_0)); + try { + object = com_badlogic_gdx_utils_Json_$newInstance__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Object_2(type_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_classToDefaultValues, type_0, null); + return null; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + fields = com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this$static, type_0); + values = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, fields.com_badlogic_gdx_utils_ObjectMap_size, 5, 1); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_classToDefaultValues, type_0, values); + defaultIndex = 0; + fieldNames = fields.com_badlogic_gdx_utils_OrderedMap_keys; + for (i = 0 , n = fieldNames.com_badlogic_gdx_utils_Array_size; i < n; i++) { + metadata = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(fields, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(fieldNames, i)); + if (this$static.com_badlogic_gdx_utils_Json_ignoreDeprecated && metadata.com_badlogic_gdx_utils_Json$FieldMetadata_deprecated) + continue; + field = metadata.com_badlogic_gdx_utils_Json$FieldMetadata_field; + try { + values[defaultIndex++] = com_badlogic_gdx_utils_reflect_Field_$get__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(field, object); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 113)) { + ex = $e1; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_572 + field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')', ex)); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 44)) { + ex = $e1; + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 31)) { + runtimeEx = $e1; + ex = new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(runtimeEx); + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } + } + return values; +} + +function com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this$static, type_0){ + var allFields, classHierarchy, field, fields, i, i0, n, nameToField, nextClass; + fields = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_typeToFields, type_0); + if (fields) + return fields; + classHierarchy = new com_badlogic_gdx_utils_Array_Array__V; + nextClass = type_0; + while (nextClass != com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit) { + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(classHierarchy, nextClass); + nextClass = nextClass.java_lang_Class_superclass; + } + allFields = new java_util_ArrayList_ArrayList__V; + for (i0 = classHierarchy.com_badlogic_gdx_utils_Array_size - 1; i0 >= 0; i0--) + java_util_Collections_addAll__Ljava_util_Collection_2_3Ljava_lang_Object_2Z(allFields, com_badlogic_gdx_utils_reflect_ClassReflection_getDeclaredFields__Ljava_lang_Class_2_3Lcom_badlogic_gdx_utils_reflect_Field_2(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(classHierarchy, i0))); + nameToField = new com_badlogic_gdx_utils_OrderedMap_OrderedMap__IV(allFields.java_util_ArrayList_array.length); + for (i = 0 , n = allFields.java_util_ArrayList_array.length; i < n; i++) { + field = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(i, allFields.java_util_ArrayList_array.length) , allFields.java_util_ArrayList_array[i]); + if (field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_isTransient) + continue; + if (field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_isStatic) + continue; + com_badlogic_gdx_utils_OrderedMap_$put__Lcom_badlogic_gdx_utils_OrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(nameToField, field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name, new com_badlogic_gdx_utils_Json$FieldMetadata_Json$FieldMetadata__Lcom_badlogic_gdx_utils_reflect_Field_2V(field)); + } + com_badlogic_gdx_utils_Json_$sortFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2V(this$static, nameToField.com_badlogic_gdx_utils_OrderedMap_keys); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_typeToFields, type_0, nameToField); + return nameToField; +} + +function com_badlogic_gdx_utils_Json_$newInstance__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Object_2(type_0){ + var constructor, ex, privateConstructorException; + try { + return com_badlogic_gdx_utils_reflect_ClassReflection_newInstance__Ljava_lang_Class_2Ljava_lang_Object_2(type_0); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 51)) { + ex = $e1; + try { + constructor = com_badlogic_gdx_utils_reflect_ClassReflection_getDeclaredConstructor__Ljava_lang_Class_2_3Ljava_lang_Class_2Lcom_badlogic_gdx_utils_reflect_Constructor_2(type_0, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [])); + return com_badlogic_gdx_utils_reflect_Constructor_$newInstance__Lcom_badlogic_gdx_utils_reflect_Constructor_2_3Ljava_lang_Object_2Ljava_lang_Object_2(constructor, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [])); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + if (com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, type_0)) { + (type_0.java_lang_Class_enumConstantsFunc && type_0.java_lang_Class_enumConstantsFunc()) == null && (type_0 = type_0.java_lang_Class_superclass); + return (type_0.java_lang_Class_enumConstantsFunc && type_0.java_lang_Class_enumConstantsFunc())[0]; + } + if ((type_0.java_lang_Class_modifiers & 4) != 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , 'Encountered JSON object when expected array of type: ' + type_0.java_lang_Class_typeName), ex)); + else if (com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(type_0).com_badlogic_gwtref_client_Type_isMemberClass && !com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(type_0).com_badlogic_gwtref_client_Type_isStatic) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , 'Class cannot be created (non-static member class): ' + type_0.java_lang_Class_typeName), ex)); + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , $intern_573 + type_0.java_lang_Class_typeName), ex)); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + privateConstructorException = $e0; + ex = privateConstructorException; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , 'Error constructing instance of class: ' + type_0.java_lang_Class_typeName), ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } +} + +function com_badlogic_gdx_utils_Json_$prettyPrint__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2ILjava_lang_String_2(this$static, json, singleLineColumns){ + return com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2(com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, json), this$static.com_badlogic_gdx_utils_Json_outputType, singleLineColumns); +} + +function com_badlogic_gdx_utils_Json_$prettyPrint__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(json, settings){ + return com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, json), settings); +} + +function com_badlogic_gdx_utils_Json_$readField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, object, field, jsonName, elementType, jsonMap){ + var ex, jsonValue, runtimeEx; + jsonValue = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, jsonName); + if (!jsonValue) + return; + try { + com_badlogic_gdx_utils_reflect_Field_$set__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V(field, object, this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_type).com_badlogic_gwtref_client_Type_clazz, elementType, jsonValue)); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_572 + field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_191 + java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_enclosingType).com_badlogic_gwtref_client_Type_clazz) + ')', ex)); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 44)) { + ex = $e0; + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_191 + java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_enclosingType).com_badlogic_gwtref_client_Type_clazz) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 31)) { + runtimeEx = $e0; + ex = new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(runtimeEx); + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, com_badlogic_gdx_utils_JsonValue_$trace__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(jsonValue)); + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_191 + java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_enclosingType).com_badlogic_gwtref_client_Type_clazz) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$readField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, object, fieldName, jsonName, elementType, jsonMap){ + var field, metadata, type_0; + type_0 = java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object); + metadata = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this$static, type_0), fieldName); + if (!metadata) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_574 + fieldName + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')')); + field = metadata.com_badlogic_gdx_utils_Json$FieldMetadata_field; + !elementType && (elementType = metadata.com_badlogic_gdx_utils_Json$FieldMetadata_elementType); + com_badlogic_gdx_utils_Json_$readField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, object, field, jsonName, elementType, jsonMap); +} + +function com_badlogic_gdx_utils_Json_$readFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, object, jsonMap){ + var child, ex, field, fields, metadata, runtimeEx, type_0; + type_0 = java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object); + fields = com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this$static, type_0); + for (child = jsonMap.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) { + metadata = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(fields, java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(child.com_badlogic_gdx_utils_JsonValue_name, ' ', '_')); + if (!metadata) { + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(child.com_badlogic_gdx_utils_JsonValue_name, this$static.com_badlogic_gdx_utils_Json_typeName)) + continue; + if (this$static.com_badlogic_gdx_utils_Json_ignoreUnknownFields || this$static.ignoreUnknownField__Ljava_lang_Class_2Ljava_lang_String_2Z(type_0, child.com_badlogic_gdx_utils_JsonValue_name)) { + continue; + } + else { + ex = new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_574 + child.com_badlogic_gdx_utils_JsonValue_name + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')'); + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, com_badlogic_gdx_utils_JsonValue_$trace__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(child)); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + } + else { + if (this$static.com_badlogic_gdx_utils_Json_ignoreDeprecated && !this$static.com_badlogic_gdx_utils_Json_readDeprecated && metadata.com_badlogic_gdx_utils_Json$FieldMetadata_deprecated) + continue; + } + field = metadata.com_badlogic_gdx_utils_Json$FieldMetadata_field; + try { + com_badlogic_gdx_utils_reflect_Field_$set__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V(field, object, this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_type).com_badlogic_gwtref_client_Type_clazz, metadata.com_badlogic_gdx_utils_Json$FieldMetadata_elementType, child)); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_572 + field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')', ex)); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 44)) { + ex = $e0; + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 31)) { + runtimeEx = $e0; + ex = new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(runtimeEx); + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, com_badlogic_gdx_utils_JsonValue_$trace__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(child)); + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } +} + +function com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this$static, type_0, elementType, jsonData){ + var child, child0, className, componentType, constants, e, ex, i, n, object, result, serializer, string; + if (!jsonData) + return null; + if (jsonData.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object)) { + className = this$static.com_badlogic_gdx_utils_Json_typeName == null?null:com_badlogic_gdx_utils_JsonValue_$getString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(jsonData, this$static.com_badlogic_gdx_utils_Json_typeName, null); + if (className != null) { + type_0 = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_tagToClass, className); + if (!type_0) { + try { + type_0 = com_badlogic_gdx_utils_reflect_ClassReflection_forName__Ljava_lang_String_2Ljava_lang_Class_2(className); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + } + if (!type_0) { + if (this$static.com_badlogic_gdx_utils_Json_defaultSerializer) + return this$static.com_badlogic_gdx_utils_Json_defaultSerializer.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, jsonData, type_0); + return jsonData; + } + if (this$static.com_badlogic_gdx_utils_Json_typeName != null && com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, type_0)) { + jsonData = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_575); + if (!jsonData) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('Unable to convert object to collection: ' + jsonData + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')')); + } + else { + serializer = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_classToSerializer, type_0); + if (serializer) + return serializer.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, jsonData, type_0); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Long_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit || com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, type_0)) { + return this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_261)); + } + object = com_badlogic_gdx_utils_Json_$newInstance__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Object_2(type_0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 55)) { + object.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, jsonData); + return object; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 63)) { + result = object; + for (child = jsonData.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + result.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(child.com_badlogic_gdx_utils_JsonValue_name, this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(elementType, null, child)); + return result; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 190)) { + result = object; + for (child = jsonData.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(result, child.com_badlogic_gdx_utils_JsonValue_name, this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, null, child).java_lang_Integer_value); + return result; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 197)) { + result = object; + for (child0 = (child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_576) , !child?null:child.com_badlogic_gdx_utils_JsonValue_child); child0; child0 = child0.com_badlogic_gdx_utils_JsonValue_next) + result.add__Ljava_lang_Object_2Z(this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(elementType, null, child0)); + return result; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 247)) { + result = object; + for (child = jsonData.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + com_badlogic_gdx_utils_IntMap_$put__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2Ljava_lang_Object_2(result, java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(child.com_badlogic_gdx_utils_JsonValue_name, 10, $intern_84, $intern_5), this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(elementType, null, child)); + return result; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 255)) { + result = object; + for (child0 = (child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_576) , !child?null:child.com_badlogic_gdx_utils_JsonValue_child); child0; child0 = child0.com_badlogic_gdx_utils_JsonValue_next) + com_badlogic_gdx_utils_IntSet_$add__Lcom_badlogic_gdx_utils_IntSet_2IZ(result, com_badlogic_gdx_utils_JsonValue_$asInt__Lcom_badlogic_gdx_utils_JsonValue_2I(child0)); + return result; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 125)) { + result = object; + for (child = jsonData.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + com_badlogic_gdx_utils_ArrayMap_$put__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2I(result, child.com_badlogic_gdx_utils_JsonValue_name, this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(elementType, null, child)); + return result; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 149)) { + result = object; + for (child = jsonData.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) { + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(child.com_badlogic_gdx_utils_JsonValue_name, this$static.com_badlogic_gdx_utils_Json_typeName)) + continue; + result.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(child.com_badlogic_gdx_utils_JsonValue_name, this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(elementType, null, child)); + } + return result; + } + this$static.readFields__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2V(object, jsonData); + return object; + } + } + if (type_0) { + serializer = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_classToSerializer, type_0); + if (serializer) + return serializer.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static, jsonData, type_0); + if (com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, type_0)) { + object = com_badlogic_gdx_utils_Json_$newInstance__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Object_2(type_0); + object.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, jsonData); + return object; + } + } + if (jsonData.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_array) { + (!type_0 || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit) && (type_0 = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit); + if (com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, type_0)) { + result = type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit?new com_badlogic_gdx_utils_Array_Array__V:com_badlogic_gdx_utils_Json_$newInstance__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Object_2(type_0); + for (child = jsonData.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(result, this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(elementType, null, child)); + return result; + } + if (com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, type_0)) { + result = type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit?new com_badlogic_gdx_utils_Queue_Queue__V:com_badlogic_gdx_utils_Json_$newInstance__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Object_2(type_0); + for (child = jsonData.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + com_badlogic_gdx_utils_Queue_$addLast__Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2V(result, this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(elementType, null, child)); + return result; + } + if (com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, type_0)) { + result = (type_0.java_lang_Class_modifiers & 2) != 0?new java_util_ArrayList_ArrayList__V:com_badlogic_gdx_utils_Json_$newInstance__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Object_2(type_0); + for (child = jsonData.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + result.add__Ljava_lang_Object_2Z(this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(elementType, null, child)); + return result; + } + if ((type_0.java_lang_Class_modifiers & 4) != 0) { + componentType = type_0.java_lang_Class_componentType; + !elementType && (elementType = componentType); + result = com_badlogic_gdx_utils_reflect_ArrayReflection_newInstance__Ljava_lang_Class_2ILjava_lang_Object_2(componentType, jsonData.com_badlogic_gdx_utils_JsonValue_size); + i = 0; + for (child = jsonData.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + com_badlogic_gdx_utils_reflect_ArrayReflection_set__Ljava_lang_Object_2ILjava_lang_Object_2V(result, i++, this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(elementType, null, child)); + return result; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_577 + jsonData + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')')); + } + if (jsonData.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue || jsonData.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_longValue) { + try { + if (!type_0 || type_0 == com_google_gwt_lang_ClassLiteralHolder_F_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit) + return new java_lang_Float_Float__FV(com_badlogic_gdx_utils_JsonValue_$asFloat__Lcom_badlogic_gdx_utils_JsonValue_2F(jsonData)); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_I_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit) + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gdx_utils_JsonValue_$asInt__Lcom_badlogic_gdx_utils_JsonValue_2I(jsonData)); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_J_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Long_12_1classLit) + return java_lang_Long_valueOf__JLjava_lang_Long_2(com_badlogic_gdx_utils_JsonValue_$asLong__Lcom_badlogic_gdx_utils_JsonValue_2J(jsonData)); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_D_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit) + return com_badlogic_gdx_utils_JsonValue_$asDouble__Lcom_badlogic_gdx_utils_JsonValue_2D(jsonData); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit) + return com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(jsonData); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_S_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit) + return java_lang_Short_valueOf__SLjava_lang_Short_2(com_badlogic_gdx_utils_JsonValue_$asShort__Lcom_badlogic_gdx_utils_JsonValue_2S(jsonData)); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_B_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit) + return java_lang_Byte$BoxedValues_get__BLjava_lang_Byte_2(com_badlogic_gdx_utils_JsonValue_$asByte__Lcom_badlogic_gdx_utils_JsonValue_2B(jsonData)); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } + jsonData = new com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V(com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(jsonData)); + } + if (jsonData.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue) { + try { + if (!type_0 || type_0 == com_google_gwt_lang_ClassLiteralHolder_Z_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit) + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_utils_JsonValue_$asBoolean__Lcom_badlogic_gdx_utils_JsonValue_2Z(jsonData)?true:false; + } + catch ($e2) { + $e2 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e2); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e2, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e2); + } + jsonData = new com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V(com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(jsonData)); + } + if (jsonData.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_stringValue) { + string = com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(jsonData); + if (!type_0 || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit) + return string; + try { + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_I_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit) + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(string, 10, $intern_84, $intern_5)); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_F_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit) + return new java_lang_Float_Float__Ljava_lang_String_2V(string); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_J_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Long_12_1classLit) + return java_lang_Long_valueOf__JLjava_lang_Long_2(java_lang_Number__1_1parseAndValidateLong__Ljava_lang_String_2IJ(string)); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_D_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit) + return java_lang_Number__1_1parseAndValidateDouble__Ljava_lang_String_2D(string); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_S_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit) + return java_lang_Short_valueOf__SLjava_lang_Short_2(java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(string, 10, -32768, $intern_343) << 16 >> 16); + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_B_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit) + return java_lang_Byte$BoxedValues_get__BLjava_lang_Byte_2(java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(string, 10, -128, 127) << 24 >> 24); + } + catch ($e3) { + $e3 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e3); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e3, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e3); + } + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_Z_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit) + return java_lang_Boolean_$clinit__V() , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, string)?true:false; + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_C_1classLit || type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit) + return java_lang_Character_valueOf__CLjava_lang_Character_2((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, string.length) , string.charCodeAt(0))); + if (com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, type_0)) { + constants = type_0.java_lang_Class_enumConstantsFunc && type_0.java_lang_Class_enumConstantsFunc(); + for (i = 0 , n = constants.length; i < n; i++) { + e = constants[i]; + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(string, this$static.com_badlogic_gdx_utils_Json_enumNames?e.java_lang_Enum_name != null?e.java_lang_Enum_name:'' + e.java_lang_Enum_ordinal:e.java_lang_Enum_name != null?e.java_lang_Enum_name:'' + e.java_lang_Enum_ordinal)) + return e; + } + } + if (type_0 == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit) + return string; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_577 + jsonData + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')')); + } + return null; +} + +function com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this$static, type_0, elementType, defaultValue, jsonData){ + if (!jsonData) + return defaultValue; + return this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, jsonData); +} + +function com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this$static, name_0, type_0, jsonMap){ + return this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, name_0)); +} + +function com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this$static, name_0, type_0, defaultValue, jsonMap){ + var jsonValue; + jsonValue = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, name_0); + if (!jsonValue) + return defaultValue; + return this$static.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, jsonValue); +} + +function com_badlogic_gdx_utils_Json_$setSerializer__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2V(this$static, type_0, serializer){ + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_classToSerializer, type_0, serializer); +} + +function com_badlogic_gdx_utils_Json_$setWriter__Lcom_badlogic_gdx_utils_Json_2Ljava_io_Writer_2V(this$static, writer){ + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(writer, 447) || (writer = new com_badlogic_gdx_utils_JsonWriter_JsonWriter__Ljava_io_Writer_2V(writer)); + this$static.com_badlogic_gdx_utils_Json_writer = writer; + com_badlogic_gdx_utils_JsonWriter_$setOutputType__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(this$static.com_badlogic_gdx_utils_Json_writer, this$static.com_badlogic_gdx_utils_Json_outputType); + com_badlogic_gdx_utils_JsonWriter_$setQuoteLongValues__Lcom_badlogic_gdx_utils_JsonWriter_2ZV(this$static.com_badlogic_gdx_utils_Json_writer, this$static.com_badlogic_gdx_utils_Json_quoteLongValues); +} + +function com_badlogic_gdx_utils_Json_$sortFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2V(this$static, fieldNames){ + this$static.com_badlogic_gdx_utils_Json_sortFields && fieldNames.sort__V(); +} + +function com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, object, file){ + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, object, object == null?null:java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object), null, file); +} + +function com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(this$static, object, knownType, elementType){ + var buffer; + buffer = new java_io_StringWriter_StringWriter__V; + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Writer_2V(this$static, object, knownType, elementType, buffer); + return buffer.java_io_StringWriter_out.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V(this$static, object, knownType, elementType, file){ + var ex, writer; + writer = null; + try { + writer = file.writer__ZLjava_lang_String_2Ljava_io_Writer_2(false, 'UTF-8'); + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Writer_2V(this$static, object, knownType, elementType, writer); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error writing file: ' + file, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + finally { + com_badlogic_gdx_utils_StreamUtils_closeQuietly__Ljava_io_Closeable_2V(writer); + } +} + +function com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Writer_2V(this$static, object, knownType, elementType, writer){ + com_badlogic_gdx_utils_Json_$setWriter__Lcom_badlogic_gdx_utils_Json_2Ljava_io_Writer_2V(this$static, writer); + try { + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, object, knownType, elementType); + } + finally { + com_badlogic_gdx_utils_StreamUtils_closeQuietly__Ljava_io_Closeable_2V(this$static.com_badlogic_gdx_utils_Json_writer); + this$static.com_badlogic_gdx_utils_Json_writer = null; + } +} + +function com_badlogic_gdx_utils_Json_$writeArrayEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$pop__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2V(this$static){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$array__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2V(this$static, name_0){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, name_0); + com_badlogic_gdx_utils_JsonWriter_$array__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$writeField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2V(this$static, object, fieldName, jsonName, elementType){ + var ex, field, metadata, runtimeEx, type_0; + type_0 = java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object); + metadata = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this$static, type_0), fieldName); + if (!metadata) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_574 + fieldName + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')')); + field = metadata.com_badlogic_gdx_utils_Json$FieldMetadata_field; + !elementType && (elementType = metadata.com_badlogic_gdx_utils_Json$FieldMetadata_elementType); + try { + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, jsonName); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, com_badlogic_gdx_utils_reflect_Field_$get__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(field, object), com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_type).com_badlogic_gwtref_client_Type_clazz, elementType); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_572 + field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')', ex)); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 44)) { + ex = $e0; + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + runtimeEx = $e0; + ex = new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(runtimeEx); + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$writeFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2V(this$static, object){ + var defaultIndex, defaultValue, defaultValues, ex, field, fieldNames, fields, i, metadata, n, runtimeEx, type_0, value_0; + type_0 = java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object); + defaultValues = com_badlogic_gdx_utils_Json_$getDefaultValues__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2_3Ljava_lang_Object_2(this$static, type_0); + fields = com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this$static, type_0); + defaultIndex = 0; + fieldNames = fields.com_badlogic_gdx_utils_OrderedMap_keys; + for (i = 0 , n = fieldNames.com_badlogic_gdx_utils_Array_size; i < n; i++) { + metadata = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(fields, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(fieldNames, i)); + if (this$static.com_badlogic_gdx_utils_Json_ignoreDeprecated && metadata.com_badlogic_gdx_utils_Json$FieldMetadata_deprecated) + continue; + field = metadata.com_badlogic_gdx_utils_Json$FieldMetadata_field; + try { + value_0 = com_badlogic_gdx_utils_reflect_Field_$get__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(field, object); + if (defaultValues != null) { + defaultValue = defaultValues[defaultIndex++]; + if (value_0 == null && defaultValue == null) + continue; + if (value_0 != null && defaultValue != null) { + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, defaultValue)) + continue; + if ((java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(value_0).java_lang_Class_modifiers & 4) != 0 && (java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(defaultValue).java_lang_Class_modifiers & 4) != 0) { + this$static.com_badlogic_gdx_utils_Json_equals1[0] = value_0; + this$static.com_badlogic_gdx_utils_Json_equals2[0] = defaultValue; + if (java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_utils_Json_equals1, this$static.com_badlogic_gdx_utils_Json_equals2)) + continue; + } + } + } + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, value_0, com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_type).com_badlogic_gwtref_client_Type_clazz, metadata.com_badlogic_gdx_utils_Json$FieldMetadata_elementType); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_572 + field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')', ex)); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 44)) { + ex = $e0; + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + runtimeEx = $e0; + ex = new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(runtimeEx); + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(ex, field + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')'); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(ex); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } +} + +function com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$pop__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2V(this$static){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$object__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$object__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + (!knownType || knownType != actualType) && com_badlogic_gdx_utils_Json_$writeType__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2V(this$static, actualType); +} + +function com_badlogic_gdx_utils_Json_$writeType__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2V(this$static, type_0){ + var className, ex; + if (this$static.com_badlogic_gdx_utils_Json_typeName == null) + return; + className = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_classToTag, type_0); + className == null && (className = (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName)); + try { + com_badlogic_gdx_utils_JsonWriter_$set__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, this$static.com_badlogic_gdx_utils_Json_typeName, className); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, value_0, knownType, elementType){ + var actualType, array, entry, entry$iterator, ex, i, item_0, item$iterator, iter, length_0, map_0, n, queue, serializer; + try { + if (value_0 == null) { + com_badlogic_gdx_utils_JsonWriter_$value__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, null); + return; + } + if (!!knownType && (knownType.java_lang_Class_modifiers & 1) != 0 || knownType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit || knownType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit || knownType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit || knownType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit || knownType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Long_12_1classLit || knownType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit || knownType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit || knownType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit || knownType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit) { + com_badlogic_gdx_utils_JsonWriter_$value__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, value_0); + return; + } + actualType = java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(value_0); + if ((actualType.java_lang_Class_modifiers & 1) != 0 || actualType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit || actualType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit || actualType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit || actualType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit || actualType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Long_12_1classLit || actualType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit || actualType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit || actualType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit || actualType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit) { + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, null); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(this$static, $intern_261, value_0); + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 55)) { + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + value_0.write__Lcom_badlogic_gdx_utils_Json_2V(this$static); + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + serializer = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Json_classToSerializer, actualType); + if (serializer) { + serializer.write__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static, value_0, knownType); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 27)) { + if (!!knownType && actualType != knownType && actualType != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('Serialization of an Array other than the known type is not supported.\nKnown type: ' + knownType + $intern_578 + actualType)); + com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2V(this$static); + array = value_0; + for (i = 0 , n = array.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(array, i), elementType, null); + com_badlogic_gdx_utils_Json_$writeArrayEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 202)) { + if (!!knownType && actualType != knownType && actualType != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('Serialization of a Queue other than the known type is not supported.\nKnown type: ' + knownType + $intern_578 + actualType)); + com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2V(this$static); + queue = value_0; + for (i = 0 , n = queue.com_badlogic_gdx_utils_Queue_size; i < n; i++) + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, com_badlogic_gdx_utils_Queue_$get__Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(queue, i), elementType, null); + com_badlogic_gdx_utils_Json_$writeArrayEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 68)) { + if (this$static.com_badlogic_gdx_utils_Json_typeName != null && actualType != com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit && (!knownType || knownType != actualType)) { + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2V(this$static, $intern_575); + for (item$iterator = value_0.iterator__Ljava_util_Iterator_2(); item$iterator.hasNext__Z();) { + item_0 = item$iterator.next__Ljava_lang_Object_2(); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, item_0, elementType, null); + } + com_badlogic_gdx_utils_Json_$writeArrayEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + } + else { + com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2V(this$static); + for (item$iterator = value_0.iterator__Ljava_util_Iterator_2(); item$iterator.hasNext__Z();) { + item_0 = item$iterator.next__Ljava_lang_Object_2(); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, item_0, elementType, null); + } + com_badlogic_gdx_utils_Json_$writeArrayEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + } + return; + } + if ((actualType.java_lang_Class_modifiers & 4) != 0) { + !elementType && (elementType = actualType.java_lang_Class_componentType); + length_0 = com_badlogic_gwtref_client_Type_$getArrayLength__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2I(com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(value_0)), value_0); + com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2V(this$static); + for (i = 0; i < length_0; i++) + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, com_badlogic_gwtref_client_Type_$getArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2(com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(value_0)), value_0, i), elementType, null); + com_badlogic_gdx_utils_Json_$writeArrayEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 63)) { + !knownType && (knownType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit); + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + for (entry$iterator = value_0.entries__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(); com_badlogic_gdx_utils_ObjectMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2Z(entry$iterator);) { + entry = entry$iterator.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(); + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2(this$static, entry.com_badlogic_gdx_utils_ObjectMap$Entry_key)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, entry.com_badlogic_gdx_utils_ObjectMap$Entry_value, elementType, null); + } + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 190)) { + !knownType && (knownType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectIntMap_12_1classLit); + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + for (entry$iterator = com_badlogic_gdx_utils_ObjectIntMap_$entries__Lcom_badlogic_gdx_utils_ObjectIntMap_2Lcom_badlogic_gdx_utils_ObjectIntMap$Entries_2(value_0); com_badlogic_gdx_utils_ObjectIntMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectIntMap$Entries_2Z(entry$iterator);) { + entry = com_badlogic_gdx_utils_ObjectIntMap$Entries_$next__Lcom_badlogic_gdx_utils_ObjectIntMap$Entries_2Lcom_badlogic_gdx_utils_ObjectIntMap$Entry_2(entry$iterator); + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2(this$static, entry.com_badlogic_gdx_utils_ObjectIntMap$Entry_key)); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, java_lang_Integer_valueOf__ILjava_lang_Integer_2(entry.com_badlogic_gdx_utils_ObjectIntMap$Entry_value), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, null); + } + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 197)) { + !knownType && (knownType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit); + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, $intern_576); + com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2V(this$static); + for (entry$iterator = value_0.iterator__Ljava_util_Iterator_2(); com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$hasNext__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Z(entry$iterator);) { + entry = entry$iterator.next__Ljava_lang_Object_2(); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, entry, elementType, null); + } + com_badlogic_gdx_utils_Json_$writeArrayEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 247)) { + !knownType && (knownType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntMap_12_1classLit); + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + for (entry$iterator = com_badlogic_gdx_utils_IntMap_$entries__Lcom_badlogic_gdx_utils_IntMap_2Lcom_badlogic_gdx_utils_IntMap$Entries_2(value_0); com_badlogic_gdx_utils_IntMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_IntMap$Entries_2Z(entry$iterator);) { + entry = com_badlogic_gdx_utils_IntMap$Entries_$next__Lcom_badlogic_gdx_utils_IntMap$Entries_2Lcom_badlogic_gdx_utils_IntMap$Entry_2(entry$iterator); + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, '' + entry.com_badlogic_gdx_utils_IntMap$Entry_key); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, entry.com_badlogic_gdx_utils_IntMap$Entry_value, elementType, null); + } + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 255)) { + !knownType && (knownType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntSet_12_1classLit); + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, $intern_576); + com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2V(this$static); + for (iter = com_badlogic_gdx_utils_IntSet_$iterator__Lcom_badlogic_gdx_utils_IntSet_2Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2(value_0); iter.com_badlogic_gdx_utils_IntSet$IntSetIterator_hasNext;) + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gdx_utils_IntSet$IntSetIterator_$next__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2I(iter)), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, null); + com_badlogic_gdx_utils_Json_$writeArrayEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 125)) { + !knownType && (knownType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit); + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + map_0 = value_0; + for (i = 0 , n = map_0.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) { + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2(this$static, map_0.com_badlogic_gdx_utils_ArrayMap_keys[i])); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, map_0.com_badlogic_gdx_utils_ArrayMap_values[i], elementType, null); + } + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 149)) { + !knownType && (knownType = com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit); + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + for (entry$iterator = value_0.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2(); entry$iterator.hasNext__Z();) { + entry = entry$iterator.next__Ljava_lang_Object_2(); + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2(this$static, entry.getKey__Ljava_lang_Object_2())); + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, entry.getValue__Ljava_lang_Object_2(), elementType, null); + } + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + return; + } + if (com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, actualType)) { + (actualType.java_lang_Class_enumConstantsFunc && actualType.java_lang_Class_enumConstantsFunc()) == null && (actualType = actualType.java_lang_Class_superclass); + if (this$static.com_badlogic_gdx_utils_Json_typeName != null && (!knownType || knownType != actualType)) { + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, null); + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, $intern_261); + com_badlogic_gdx_utils_JsonWriter_$value__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Enum_2Ljava_lang_String_2(this$static, value_0)); + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + } + else { + com_badlogic_gdx_utils_JsonWriter_$value__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Enum_2Ljava_lang_String_2(this$static, value_0)); + } + return; + } + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, actualType, knownType); + com_badlogic_gdx_utils_Json_$writeFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2V(this$static, value_0); + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this$static); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(this$static, name_0, value_0){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, name_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + value_0 == null?com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, value_0, null, null):com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, value_0, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(value_0), null); +} + +function com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static, name_0, value_0, knownType){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, name_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, value_0, knownType, null); +} + +function com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, name_0, value_0, knownType, elementType){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static.com_badlogic_gdx_utils_Json_writer, name_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this$static, value_0, knownType, elementType); +} + +function com_badlogic_gdx_utils_Json_Json__V(){ + com_badlogic_gdx_utils_Json_$$init__Lcom_badlogic_gdx_utils_Json_2V(this); + this.com_badlogic_gdx_utils_Json_outputType = (com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimal); +} + +function com_badlogic_gdx_utils_Json_Json__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(outputType){ + com_badlogic_gdx_utils_Json_$$init__Lcom_badlogic_gdx_utils_Json_2V(this); + this.com_badlogic_gdx_utils_Json_outputType = outputType; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(250, 1, {250:1}, com_badlogic_gdx_utils_Json_Json__V, com_badlogic_gdx_utils_Json_Json__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V); +_.addClassTag__Ljava_lang_String_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_addClassTag__Ljava_lang_String_2Ljava_lang_Class_2V(tag, type_0){ + com_badlogic_gdx_utils_Json_$addClassTag__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2V(this, tag, type_0); +} +; +_.private$com_badlogic_gdx_utils_Json$convertToString__Ljava_lang_Enum_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_convertToString__Ljava_lang_Enum_2Ljava_lang_String_2(e){ + return com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Enum_2Ljava_lang_String_2(this, e); +} +; +_.private$com_badlogic_gdx_utils_Json$convertToString__Ljava_lang_Object_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_convertToString__Ljava_lang_Object_2Ljava_lang_String_2(object){ + return com_badlogic_gdx_utils_Json_$convertToString__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2(this, object); +} +; +_.copyFields__Ljava_lang_Object_2Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Json_copyFields__Ljava_lang_Object_2Ljava_lang_Object_2V(from, to){ + com_badlogic_gdx_utils_Json_$copyFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Object_2V(this, from, to); +} +; +_.fromJson__Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2(type_0, file){ + return com_badlogic_gdx_utils_Json_$fromJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2(this, type_0, file); +} +; +_.fromJson__Ljava_lang_Class_2Ljava_io_InputStream_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2Ljava_io_InputStream_2Ljava_lang_Object_2(type_0, input_0){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_InputStream_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, input_0)); +} +; +_.fromJson__Ljava_lang_Class_2Ljava_io_Reader_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2Ljava_io_Reader_2Ljava_lang_Object_2(type_0, reader){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_Reader_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, reader)); +} +; +_.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2(type_0, elementType, file){ + var ex; + try { + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, file)); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_566 + file, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} +; +_.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_InputStream_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_InputStream_2Ljava_lang_Object_2(type_0, elementType, input_0){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_InputStream_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, input_0)); +} +; +_.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Reader_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Reader_2Ljava_lang_Object_2(type_0, elementType, reader){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_Reader_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, reader)); +} +; +_.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_Object_2(type_0, elementType, json){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, json)); +} +; +_.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2_3CIILjava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2Ljava_lang_Class_2_3CIILjava_lang_Object_2(type_0, elementType, data_0, offset, length_0){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2_3CIILcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, data_0, offset, length_0)); +} +; +_.fromJson__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_Object_2(type_0, json){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, json)); +} +; +_.fromJson__Ljava_lang_Class_2_3CIILjava_lang_Object_2 = function com_badlogic_gdx_utils_Json_fromJson__Ljava_lang_Class_2_3CIILjava_lang_Object_2(type_0, data_0, offset, length_0){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2_3CIILcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, data_0, offset, length_0)); +} +; +_.getClass__Ljava_lang_String_2Ljava_lang_Class_2 = function com_badlogic_gdx_utils_Json_getClass__Ljava_lang_String_2Ljava_lang_Class_2(tag){ + return com_badlogic_gdx_utils_Json_$getClass__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2(this, tag); +} +; +_.private$com_badlogic_gdx_utils_Json$getDefaultValues__Ljava_lang_Class_2_3Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_getDefaultValues__Ljava_lang_Class_2_3Ljava_lang_Object_2(type_0){ + return com_badlogic_gdx_utils_Json_$getDefaultValues__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2_3Ljava_lang_Object_2(this, type_0); +} +; +_.private$com_badlogic_gdx_utils_Json$getFields__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2 = function com_badlogic_gdx_utils_Json_getFields__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(type_0){ + return com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this, type_0); +} +; +_.getIgnoreUnknownFields__Z = function com_badlogic_gdx_utils_Json_getIgnoreUnknownFields__Z(){ + return this.com_badlogic_gdx_utils_Json_ignoreUnknownFields; +} +; +_.getSerializer__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2 = function com_badlogic_gdx_utils_Json_getSerializer__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2(type_0){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_utils_Json_classToSerializer, type_0); +} +; +_.getTag__Ljava_lang_Class_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_getTag__Ljava_lang_Class_2Ljava_lang_String_2(type_0){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_utils_Json_classToTag, type_0); +} +; +_.getWriter__Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_Json_getWriter__Lcom_badlogic_gdx_utils_JsonWriter_2(){ + return this.com_badlogic_gdx_utils_Json_writer; +} +; +_.ignoreUnknownField__Ljava_lang_Class_2Ljava_lang_String_2Z = function com_badlogic_gdx_utils_Json_ignoreUnknownField__Ljava_lang_Class_2Ljava_lang_String_2Z(type_0, fieldName){ + return false; +} +; +_.newInstance__Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_newInstance__Ljava_lang_Class_2Ljava_lang_Object_2(type_0){ + return com_badlogic_gdx_utils_Json_$newInstance__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Object_2(type_0); +} +; +_.prettyPrint__Ljava_lang_Object_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_prettyPrint__Ljava_lang_Object_2Ljava_lang_String_2(object){ + return com_badlogic_gdx_utils_Json_$prettyPrint__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2ILjava_lang_String_2(this, com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(this, object, object == null?null:java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object), null), 0); +} +; +_.prettyPrint__Ljava_lang_Object_2ILjava_lang_String_2 = function com_badlogic_gdx_utils_Json_prettyPrint__Ljava_lang_Object_2ILjava_lang_String_2(object, singleLineColumns){ + return com_badlogic_gdx_utils_Json_$prettyPrint__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2ILjava_lang_String_2(this, com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(this, object, object == null?null:java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object), null), singleLineColumns); +} +; +_.prettyPrint__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_prettyPrint__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(object, settings){ + return com_badlogic_gdx_utils_Json_$prettyPrint__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(this, object, object == null?null:java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object), null), settings); +} +; +_.prettyPrint__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_prettyPrint__Ljava_lang_String_2Ljava_lang_String_2(json){ + return com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2(com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(new com_badlogic_gdx_utils_JsonReader_JsonReader__V, json), this.com_badlogic_gdx_utils_Json_outputType, 0); +} +; +_.prettyPrint__Ljava_lang_String_2ILjava_lang_String_2 = function com_badlogic_gdx_utils_Json_prettyPrint__Ljava_lang_String_2ILjava_lang_String_2(json, singleLineColumns){ + return com_badlogic_gdx_utils_Json_$prettyPrint__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2ILjava_lang_String_2(this, json, singleLineColumns); +} +; +_.prettyPrint__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_prettyPrint__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(json, settings){ + return com_badlogic_gdx_utils_Json_$prettyPrint__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(json, settings); +} +; +_.readField__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_Json_readField__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(object, field, jsonName, elementType, jsonMap){ + com_badlogic_gdx_utils_Json_$readField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, object, field, jsonName, elementType, jsonMap); +} +; +_.readField__Ljava_lang_Object_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_Json_readField__Ljava_lang_Object_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(object, name_0, jsonData){ + com_badlogic_gdx_utils_Json_$readField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, object, name_0, name_0, null, jsonData); +} +; +_.readField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_Json_readField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(object, name_0, elementType, jsonData){ + com_badlogic_gdx_utils_Json_$readField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, object, name_0, name_0, elementType, jsonData); +} +; +_.readField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_Json_readField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(object, fieldName, jsonName, jsonData){ + com_badlogic_gdx_utils_Json_$readField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, object, fieldName, jsonName, null, jsonData); +} +; +_.readField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_Json_readField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(object, fieldName, jsonName, elementType, jsonMap){ + com_badlogic_gdx_utils_Json_$readField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, object, fieldName, jsonName, elementType, jsonMap); +} +; +_.readFields__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_Json_readFields__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2V(object, jsonMap){ + com_badlogic_gdx_utils_Json_$readFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, object, jsonMap); +} +; +_.readValue__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_readValue__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, jsonData){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, jsonData); +} +; +_.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, jsonData){ + return com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this, type_0, elementType, jsonData); +} +; +_.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_readValue__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, defaultValue, jsonData){ + return com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this, type_0, elementType, defaultValue, jsonData); +} +; +_.readValue__Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_readValue__Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(name_0, type_0, jsonMap){ + return com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this, name_0, type_0, jsonMap); +} +; +_.readValue__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_readValue__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(name_0, type_0, elementType, jsonMap){ + return this.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, name_0)); +} +; +_.readValue__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_readValue__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(name_0, type_0, elementType, defaultValue, jsonMap){ + var jsonValue; + jsonValue = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, name_0); + return com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this, type_0, elementType, defaultValue, jsonValue); +} +; +_.readValue__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Json_readValue__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(name_0, type_0, defaultValue, jsonMap){ + return com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this, name_0, type_0, defaultValue, jsonMap); +} +; +_.setDefaultSerializer__Lcom_badlogic_gdx_utils_Json$Serializer_2V = function com_badlogic_gdx_utils_Json_setDefaultSerializer__Lcom_badlogic_gdx_utils_Json$Serializer_2V(defaultSerializer){ + this.com_badlogic_gdx_utils_Json_defaultSerializer = defaultSerializer; +} +; +_.setDeprecated__Ljava_lang_Class_2Ljava_lang_String_2ZV = function com_badlogic_gdx_utils_Json_setDeprecated__Ljava_lang_Class_2Ljava_lang_String_2ZV(type_0, fieldName, deprecated){ + var metadata; + metadata = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this, type_0), fieldName); + if (!metadata) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_574 + fieldName + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')')); + metadata.com_badlogic_gdx_utils_Json$FieldMetadata_deprecated = deprecated; +} +; +_.setElementType__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_setElementType__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_Class_2V(type_0, fieldName, elementType){ + var metadata; + metadata = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Json_$getFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(this, type_0), fieldName); + if (!metadata) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_574 + fieldName + $intern_191 + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , type_0.java_lang_Class_typeName) + ')')); + metadata.com_badlogic_gdx_utils_Json$FieldMetadata_elementType = elementType; +} +; +_.setEnumNames__ZV = function com_badlogic_gdx_utils_Json_setEnumNames__ZV(enumNames){ + this.com_badlogic_gdx_utils_Json_enumNames = enumNames; +} +; +_.setIgnoreDeprecated__ZV = function com_badlogic_gdx_utils_Json_setIgnoreDeprecated__ZV(ignoreDeprecated){ + this.com_badlogic_gdx_utils_Json_ignoreDeprecated = ignoreDeprecated; +} +; +_.setIgnoreUnknownFields__ZV = function com_badlogic_gdx_utils_Json_setIgnoreUnknownFields__ZV(ignoreUnknownFields){ + this.com_badlogic_gdx_utils_Json_ignoreUnknownFields = ignoreUnknownFields; +} +; +_.setOutputType__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V = function com_badlogic_gdx_utils_Json_setOutputType__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(outputType){ + this.com_badlogic_gdx_utils_Json_outputType = outputType; +} +; +_.setQuoteLongValues__ZV = function com_badlogic_gdx_utils_Json_setQuoteLongValues__ZV(quoteLongValues){ + this.com_badlogic_gdx_utils_Json_quoteLongValues = quoteLongValues; +} +; +_.setReadDeprecated__ZV = function com_badlogic_gdx_utils_Json_setReadDeprecated__ZV(readDeprecated){ + this.com_badlogic_gdx_utils_Json_readDeprecated = readDeprecated; +} +; +_.setSerializer__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2V = function com_badlogic_gdx_utils_Json_setSerializer__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2V(type_0, serializer){ + com_badlogic_gdx_utils_Json_$setSerializer__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2V(this, type_0, serializer); +} +; +_.setSortFields__ZV = function com_badlogic_gdx_utils_Json_setSortFields__ZV(sortFields){ + this.com_badlogic_gdx_utils_Json_sortFields = sortFields; +} +; +_.setTypeName__Ljava_lang_String_2V = function com_badlogic_gdx_utils_Json_setTypeName__Ljava_lang_String_2V(typeName){ + this.com_badlogic_gdx_utils_Json_typeName = typeName; +} +; +_.setUsePrototypes__ZV = function com_badlogic_gdx_utils_Json_setUsePrototypes__ZV(usePrototypes){ + this.com_badlogic_gdx_utils_Json_usePrototypes = usePrototypes; +} +; +_.setWriter__Ljava_io_Writer_2V = function com_badlogic_gdx_utils_Json_setWriter__Ljava_io_Writer_2V(writer){ + com_badlogic_gdx_utils_Json_$setWriter__Lcom_badlogic_gdx_utils_Json_2Ljava_io_Writer_2V(this, writer); +} +; +_.sortFields__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_utils_Json_sortFields__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2V(type_0, fieldNames){ + com_badlogic_gdx_utils_Json_$sortFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2V(this, fieldNames); +} +; +_.toJson__Ljava_lang_Object_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_toJson__Ljava_lang_Object_2Ljava_lang_String_2(object){ + return com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(this, object, object == null?null:java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object), null); +} +; +_.toJson__Ljava_lang_Object_2Lcom_badlogic_gdx_files_FileHandle_2V = function com_badlogic_gdx_utils_Json_toJson__Ljava_lang_Object_2Lcom_badlogic_gdx_files_FileHandle_2V(object, file){ + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Lcom_badlogic_gdx_files_FileHandle_2V(this, object, file); +} +; +_.toJson__Ljava_lang_Object_2Ljava_io_Writer_2V = function com_badlogic_gdx_utils_Json_toJson__Ljava_lang_Object_2Ljava_io_Writer_2V(object, writer){ + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Writer_2V(this, object, object == null?null:java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object), null, writer); +} +; +_.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2(object, knownType){ + return com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(this, object, knownType, null); +} +; +_.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V = function com_badlogic_gdx_utils_Json_toJson__Ljava_lang_Object_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V(object, knownType, file){ + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V(this, object, knownType, null, file); +} +; +_.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_io_Writer_2V = function com_badlogic_gdx_utils_Json_toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_io_Writer_2V(object, knownType, writer){ + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Writer_2V(this, object, knownType, null, writer); +} +; +_.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Json_toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(object, knownType, elementType){ + return com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(this, object, knownType, elementType); +} +; +_.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V = function com_badlogic_gdx_utils_Json_toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V(object, knownType, elementType, file){ + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V(this, object, knownType, elementType, file); +} +; +_.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Writer_2V = function com_badlogic_gdx_utils_Json_toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Writer_2V(object, knownType, elementType, writer){ + com_badlogic_gdx_utils_Json_$toJson__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Writer_2V(this, object, knownType, elementType, writer); +} +; +_.writeArrayEnd__V = function com_badlogic_gdx_utils_Json_writeArrayEnd__V(){ + com_badlogic_gdx_utils_Json_$writeArrayEnd__Lcom_badlogic_gdx_utils_Json_2V(this); +} +; +_.writeArrayStart__V = function com_badlogic_gdx_utils_Json_writeArrayStart__V(){ + com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2V(this); +} +; +_.writeArrayStart__Ljava_lang_String_2V = function com_badlogic_gdx_utils_Json_writeArrayStart__Ljava_lang_String_2V(name_0){ + com_badlogic_gdx_utils_Json_$writeArrayStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2V(this, name_0); +} +; +_.writeField__Ljava_lang_Object_2Ljava_lang_String_2V = function com_badlogic_gdx_utils_Json_writeField__Ljava_lang_Object_2Ljava_lang_String_2V(object, name_0){ + com_badlogic_gdx_utils_Json_$writeField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2V(this, object, name_0, name_0, null); +} +; +_.writeField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_writeField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_Class_2V(object, name_0, elementType){ + com_badlogic_gdx_utils_Json_$writeField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2V(this, object, name_0, name_0, elementType); +} +; +_.writeField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2V = function com_badlogic_gdx_utils_Json_writeField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2V(object, fieldName, jsonName){ + com_badlogic_gdx_utils_Json_$writeField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2V(this, object, fieldName, jsonName, null); +} +; +_.writeField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_writeField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2V(object, fieldName, jsonName, elementType){ + com_badlogic_gdx_utils_Json_$writeField__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2V(this, object, fieldName, jsonName, elementType); +} +; +_.writeFields__Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Json_writeFields__Ljava_lang_Object_2V(object){ + com_badlogic_gdx_utils_Json_$writeFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2V(this, object); +} +; +_.writeObjectEnd__V = function com_badlogic_gdx_utils_Json_writeObjectEnd__V(){ + com_badlogic_gdx_utils_Json_$writeObjectEnd__Lcom_badlogic_gdx_utils_Json_2V(this); +} +; +_.writeObjectStart__V = function com_badlogic_gdx_utils_Json_writeObjectStart__V(){ + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2V(this); +} +; +_.writeObjectStart__Ljava_lang_Class_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_writeObjectStart__Ljava_lang_Class_2Ljava_lang_Class_2V(actualType, knownType){ + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this, actualType, knownType); +} +; +_.writeObjectStart__Ljava_lang_String_2V = function com_badlogic_gdx_utils_Json_writeObjectStart__Ljava_lang_String_2V(name_0){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this.com_badlogic_gdx_utils_Json_writer, name_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2V(this); +} +; +_.writeObjectStart__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_writeObjectStart__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2V(name_0, actualType, knownType){ + var ex; + try { + com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this.com_badlogic_gdx_utils_Json_writer, name_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + com_badlogic_gdx_utils_Json_$writeObjectStart__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2V(this, actualType, knownType); +} +; +_.writeType__Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_writeType__Ljava_lang_Class_2V(type_0){ + com_badlogic_gdx_utils_Json_$writeType__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2V(this, type_0); +} +; +_.writeValue__Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Json_writeValue__Ljava_lang_Object_2V(value_0){ + value_0 == null?com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this, value_0, null, null):com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this, value_0, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(value_0), null); +} +; +_.writeValue__Ljava_lang_Object_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_writeValue__Ljava_lang_Object_2Ljava_lang_Class_2V(value_0, knownType){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this, value_0, knownType, null); +} +; +_.writeValue__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_writeValue__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(value_0, knownType, elementType){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this, value_0, knownType, elementType); +} +; +_.writeValue__Ljava_lang_String_2Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Json_writeValue__Ljava_lang_String_2Ljava_lang_Object_2V(name_0, value_0){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2V(this, name_0, value_0); +} +; +_.writeValue__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_writeValue__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(name_0, value_0, knownType){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this, name_0, value_0, knownType); +} +; +_.writeValue__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json_writeValue__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(name_0, value_0, knownType, elementType){ + com_badlogic_gdx_utils_Json_$writeValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(this, name_0, value_0, knownType, elementType); +} +; +_.com_badlogic_gdx_utils_Json_enumNames = true; +_.com_badlogic_gdx_utils_Json_ignoreDeprecated = false; +_.com_badlogic_gdx_utils_Json_ignoreUnknownFields = false; +_.com_badlogic_gdx_utils_Json_quoteLongValues = false; +_.com_badlogic_gdx_utils_Json_readDeprecated = false; +_.com_badlogic_gdx_utils_Json_sortFields = false; +_.com_badlogic_gdx_utils_Json_typeName = 'class'; +_.com_badlogic_gdx_utils_Json_usePrototypes = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Json', 250, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Skin$1_$readValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$1_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this$static, type_0, elementType, jsonData){ + if (!!jsonData && jsonData.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_stringValue) && !com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, type_0)) + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin$1_this$01, com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(jsonData), type_0); + return com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this$static, type_0, elementType, jsonData); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin$1_Skin$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Skin$1_this$01 = this$0; + com_badlogic_gdx_utils_Json_Json__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_579, 250, {250:1}, com_badlogic_gdx_scenes_scene2d_ui_Skin$1_Skin$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V); +_.ignoreUnknownField__Ljava_lang_Class_2Ljava_lang_String_2Z = function com_badlogic_gdx_scenes_scene2d_ui_Skin$1_ignoreUnknownField__Ljava_lang_Class_2Ljava_lang_String_2Z(type_0, fieldName){ + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(fieldName, $intern_580); +} +; +_.readFields__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_scenes_scene2d_ui_Skin$1_readFields__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2V(object, jsonMap){ + var parentName, parentType, se; + if (com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, $intern_580)) { + parentName = com_badlogic_gdx_scenes_scene2d_ui_Skin$1_$readValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$1_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonMap, $intern_580)); + parentType = java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object); + while (true) { + try { + com_badlogic_gdx_utils_Json_$copyFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Object_2V(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Skin$1_this$01, parentName, parentType), object); + break; + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 26)) { + parentType = parentType.java_lang_Class_superclass; + if (parentType == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit) { + se = new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('Unable to find parent resource with name: ' + parentName); + com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(se, com_badlogic_gdx_utils_JsonValue_$trace__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(jsonMap.com_badlogic_gdx_utils_JsonValue_child)); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(se); + } + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + } + com_badlogic_gdx_utils_Json_$readFields__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, object, jsonMap); +} +; +_.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin$1_readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, elementType, jsonData){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin$1_$readValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$1_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(this, type_0, elementType, jsonData); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Skin/1', $intern_579, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_13, 'Json/Serializer'); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(375, 1, $intern_581); +_.write__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2V = function com_badlogic_gdx_utils_Json$ReadOnlySerializer_write__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2V(json, object, knownType){ +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$ReadOnlySerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Json/ReadOnlySerializer', 375, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Skin$2_$read__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$2_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2(this$static, json, typeToValueMap){ + var ex, type_0, valueMap; + for (valueMap = typeToValueMap.com_badlogic_gdx_utils_JsonValue_child; valueMap; valueMap = valueMap.com_badlogic_gdx_utils_JsonValue_next) { + try { + type_0 = com_badlogic_gdx_utils_Json_$getClass__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2(json, valueMap.com_badlogic_gdx_utils_JsonValue_name); + !type_0 && (type_0 = com_badlogic_gdx_utils_reflect_ClassReflection_forName__Ljava_lang_String_2Ljava_lang_Class_2(valueMap.com_badlogic_gdx_utils_JsonValue_name)); + com_badlogic_gdx_scenes_scene2d_ui_Skin$2_$readNamedObjects__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$2_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, json, type_0, valueMap); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin$2_val$skin2; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin$2_$readNamedObjects__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$2_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, json, type_0, valueMap){ + var addType, ex, object, valueEntry; + addType = type_0 == com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit?com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit:type_0; + for (valueEntry = valueMap.com_badlogic_gdx_utils_JsonValue_child; valueEntry; valueEntry = valueEntry.com_badlogic_gdx_utils_JsonValue_next) { + object = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(type_0, null, valueEntry); + if (object == null) + continue; + try { + com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin$2_this$01, valueEntry.com_badlogic_gdx_utils_JsonValue_name, object, addType); + addType != com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit && com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, addType) && com_badlogic_gdx_scenes_scene2d_ui_Skin_$add__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin$2_this$01, valueEntry.com_badlogic_gdx_utils_JsonValue_name, object, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , 'Error reading ' + type_0.java_lang_Class_simpleName + $intern_38 + valueEntry.com_badlogic_gdx_utils_JsonValue_name), ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin$2_Skin$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$0, val$skin){ + this.com_badlogic_gdx_scenes_scene2d_ui_Skin$2_this$01 = this$0; + this.com_badlogic_gdx_scenes_scene2d_ui_Skin$2_val$skin2 = val$skin; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_582, 375, $intern_581, com_badlogic_gdx_scenes_scene2d_ui_Skin$2_Skin$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V); +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin$2_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2(json, typeToValueMap, ignored){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin$2_$read__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$2_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2(this, json, typeToValueMap); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Skin/2', $intern_582, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$ReadOnlySerializer_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Skin$3_$read__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$3_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2(this$static, json, jsonData){ + var ex, flip, font, fontFile, imageFile, markupEnabled, path, region, regionName, regions, scaledSize, useIntegerPositions; + path = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_583)); + scaledSize = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, 'scaledSize', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, new java_lang_Float_Float__FV(-1), jsonData).java_lang_Float_value; + flip = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, $intern_584, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, (java_lang_Boolean_$clinit__V() , false), jsonData); + markupEnabled = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, $intern_585, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, false, jsonData); + useIntegerPositions = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, 'useIntegerPositions', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, true, jsonData); + fontFile = com_badlogic_gdx_backends_gwt_GwtFileHandle_$child__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin$3_val$skinFile2.parent__Lcom_badlogic_gdx_files_FileHandle_2(), path); + com_badlogic_gdx_backends_gwt_preloader_Preloader_$contains__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Z(fontFile.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader, fontFile.com_badlogic_gdx_backends_gwt_GwtFileHandle_file) || (fontFile = com_badlogic_gdx_backends_gwt_GwtFiles_$internal__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, path)); + if (!com_badlogic_gdx_backends_gwt_preloader_Preloader_$contains__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Z(fontFile.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader, fontFile.com_badlogic_gdx_backends_gwt_GwtFileHandle_file)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('Font file not found: ' + fontFile)); + regionName = com_badlogic_gdx_backends_gwt_GwtFileHandle_$nameWithoutExtension__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2(fontFile); + try { + regions = com_badlogic_gdx_scenes_scene2d_ui_Skin_$getRegions__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_Array_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin$3_val$skin3, regionName); + if (regions) + font = new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2ZV(new com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(flip) , flip)), regions, true); + else { + region = com_badlogic_gdx_scenes_scene2d_ui_Skin_$optional__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin$3_val$skin3, regionName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit); + if (region) + font = new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV(fontFile, region, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(flip) , flip)); + else { + imageFile = com_badlogic_gdx_backends_gwt_GwtFileHandle_$child__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_backends_gwt_GwtFileHandle_$parent__Lcom_badlogic_gdx_backends_gwt_GwtFileHandle_2Lcom_badlogic_gdx_files_FileHandle_2(fontFile), regionName + '.png'); + com_badlogic_gdx_backends_gwt_preloader_Preloader_$contains__Lcom_badlogic_gdx_backends_gwt_preloader_Preloader_2Ljava_lang_String_2Z(imageFile.com_badlogic_gdx_backends_gwt_GwtFileHandle_preloader, imageFile.com_badlogic_gdx_backends_gwt_GwtFileHandle_file)?(font = new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, imageFile, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(flip) , flip))):(font = new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2ZV(fontFile, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(flip) , flip))); + } + } + font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled = (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(markupEnabled) , markupEnabled); + com_badlogic_gdx_graphics_g2d_BitmapFont_$setUseIntegerPositions__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(font, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(useIntegerPositions) , useIntegerPositions)); + scaledSize != -1 && com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(font.com_badlogic_gdx_graphics_g2d_BitmapFont_data, scaledSize / font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight); + return font; + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 31)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error loading bitmap font: ' + fontFile, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin$3_Skin$3__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(val$skinFile, val$skin){ + this.com_badlogic_gdx_scenes_scene2d_ui_Skin$3_val$skinFile2 = val$skinFile; + this.com_badlogic_gdx_scenes_scene2d_ui_Skin$3_val$skin3 = val$skin; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_586, 375, $intern_581, com_badlogic_gdx_scenes_scene2d_ui_Skin$3_Skin$3__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V); +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin$3_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2(json, jsonData, type_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin$3_$read__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$3_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2(this, json, jsonData); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Skin/3', $intern_586, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$ReadOnlySerializer_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Skin$4_$read__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$4_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_Color_2(this$static, json, jsonData){ + var a, b, g, hex, r; + if (jsonData.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_stringValue)) + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Skin$4_this$01, com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(jsonData), com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit); + hex = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, 'hex', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, null, jsonData); + if (hex != null) + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(hex, new com_badlogic_gdx_graphics_Color_Color__V); + r = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, 'r', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, new java_lang_Float_Float__FV(0), jsonData).java_lang_Float_value; + g = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, 'g', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, new java_lang_Float_Float__FV(0), jsonData).java_lang_Float_value; + b = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, 'b', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, new java_lang_Float_Float__FV(0), jsonData).java_lang_Float_value; + a = com_badlogic_gdx_utils_Json_$readValue__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(json, 'a', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, new java_lang_Float_Float__FV(1), jsonData).java_lang_Float_value; + return new com_badlogic_gdx_graphics_Color_Color__FFFFV(r, g, b, a); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Skin$4_Skin$4__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Skin$4_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_44, 375, $intern_581, com_badlogic_gdx_scenes_scene2d_ui_Skin$4_Skin$4__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V); +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin$4_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2(json, jsonData, type_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Skin$4_$read__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin$4_2Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_Color_2(this, json, jsonData); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Skin/4', $intern_44, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$ReadOnlySerializer_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Skin$5_Skin$5__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Skin$5_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_587, 375, $intern_581, com_badlogic_gdx_scenes_scene2d_ui_Skin$5_Skin$5__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V); +_.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Skin$5_read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2(json, jsonData, type_0){ + var color_0, drawable, name_0, named; + name_0 = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_145)); + color_0 = json.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, null, com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(jsonData, $intern_249)); + if (!color_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('TintedDrawable missing color: ' + jsonData)); + drawable = com_badlogic_gdx_scenes_scene2d_ui_Skin_$newDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this.com_badlogic_gdx_scenes_scene2d_ui_Skin$5_this$01, name_0, color_0); + named = drawable; + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setName__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2Ljava_lang_String_2V(named, jsonData.com_badlogic_gdx_utils_JsonValue_name + $intern_191 + name_0 + $intern_15 + color_0 + ')'); + return drawable; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$5_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Skin/5', $intern_587, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$ReadOnlySerializer_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Skin$TintedDrawable_Skin$TintedDrawable__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(631, 1, {631:1}, com_badlogic_gdx_scenes_scene2d_ui_Skin$TintedDrawable_Skin$TintedDrawable__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Skin/TintedDrawable', 631, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Slider_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FFZ(this$static, x_0, y_0){ + var bg, height, knob, knobHeight, knobWidth, max_0, min_0, oldPosition, oldValue, style, value_0, valueSet, width_0; + style = this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; + knob = style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob; + bg = com_badlogic_gdx_scenes_scene2d_ui_Slider_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static); + oldPosition = this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position; + min_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min; + max_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_vertical) { + height = this$static.com_badlogic_gdx_scenes_scene2d_Actor_height - bg.getTopHeight__F() - bg.getBottomHeight__F(); + knobHeight = !knob?0:knob.getMinHeight__F(); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = y_0 - bg.getBottomHeight__F() - knobHeight * 0.5; + value_0 = min_0 + (max_0 - min_0) * this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_visualInterpolationInverse.apply__FF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position / (height - knobHeight)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = $wnd.Math.max($wnd.Math.min(0, bg.getBottomHeight__F()), this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = $wnd.Math.min(height - knobHeight, this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position); + } + else { + width_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_width - bg.getLeftWidth__F() - bg.getRightWidth__F(); + knobWidth = !knob?0:knob.getMinWidth__F(); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = x_0 - bg.getLeftWidth__F() - knobWidth * 0.5; + value_0 = min_0 + (max_0 - min_0) * this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_visualInterpolationInverse.apply__FF(this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position / (width_0 - knobWidth)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = $wnd.Math.max($wnd.Math.min(0, bg.getLeftWidth__F()), this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position); + this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = $wnd.Math.min(width_0 - knobWidth, this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position); + } + oldValue = value_0; + !com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 59) && !com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 60) && (value_0 = com_badlogic_gdx_scenes_scene2d_ui_Slider_$snap__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FF(this$static, value_0)); + valueSet = com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$setValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FZ(this$static, value_0); + value_0 == oldValue && (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = oldPosition); + return valueSet; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Slider_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static){ + var style; + style = this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled && !!style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledBackground) + return style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledBackground; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer != -1 && !!style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundDown) + return style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundDown; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver && !!style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundOver) + return style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundOver; + return style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_background; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Slider_$setSnapToValues__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2F_3FV(this$static, threshold, values){ + if (values != null && values.length == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('values cannot be empty.')); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_snapValues = values; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_threshold = threshold; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Slider_$snap__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FF(this$static, value_0){ + var bestDiff, bestValue, diff, i, snapValue; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_snapValues == null || this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_snapValues.length == 0) + return value_0; + bestDiff = -1; + bestValue = 0; + for (i = 0; i < this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_snapValues.length; i++) { + snapValue = this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_snapValues[i]; + diff = $wnd.Math.abs(value_0 - snapValue); + if (diff <= this$static.com_badlogic_gdx_scenes_scene2d_ui_Slider_threshold) { + if (bestDiff == -1 || diff < bestDiff) { + bestDiff = diff; + bestValue = snapValue; + } + } + } + return bestDiff == -1?value_0:bestValue; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(min_0, max_0, stepSize, vertical, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2V.call(this, min_0, max_0, stepSize, vertical, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_540 + (vertical?$intern_541:$intern_542), com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(min_0, max_0, stepSize, vertical, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2V.call(this, min_0, max_0, stepSize, vertical, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2V(min_0, max_0, stepSize, vertical, style){ + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V.call(this, min_0, max_0, stepSize, vertical, style); + this.com_badlogic_gdx_scenes_scene2d_ui_Slider_button = -1; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer = -1; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider_visualInterpolationInverse = (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_linear); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_Slider$1_Slider$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2V(this)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(296, 223, {70:1, 223:1, 296:1, 112:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2V); +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_Slider_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$calculatePositionAndValue__FFZ = function com_badlogic_gdx_scenes_scene2d_ui_Slider_calculatePositionAndValue__FFZ(x_0, y_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Slider_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FFZ(this, x_0, y_0); +} +; +_.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Slider_getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_Slider_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); +} +; +_.getKnobAfterDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Slider_getKnobAfterDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + var style; + style = this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; + if (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled && !!style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobAfter) + return style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobAfter; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer != -1 && !!style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterDown) + return style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterDown; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver && !!style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterOver) + return style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterOver; + return style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobAfter; +} +; +_.getKnobBeforeDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Slider_getKnobBeforeDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + var style; + style = this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; + if (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled && !!style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobBefore) + return style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobBefore; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer != -1 && !!style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeDown) + return style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeDown; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver && !!style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeOver) + return style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeOver; + return style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobBefore; +} +; +_.getKnobDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Slider_getKnobDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + var style; + style = this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; + if (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled && !!style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnob) + return style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnob; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer != -1 && !!style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobDown) + return style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobDown; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver && !!style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobOver) + return style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobOver; + return style.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob; +} +; +_.getSnapToValues___3F = function com_badlogic_gdx_scenes_scene2d_ui_Slider_getSnapToValues___3F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Slider_snapValues; +} +; +_.getSnapToValuesThreshold__F = function com_badlogic_gdx_scenes_scene2d_ui_Slider_getSnapToValuesThreshold__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Slider_threshold; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_Slider_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; +} +; +_.isDragging__Z = function com_badlogic_gdx_scenes_scene2d_ui_Slider_isDragging__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer != -1; +} +; +_.isOver__Z = function com_badlogic_gdx_scenes_scene2d_ui_Slider_isOver__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver; +} +; +_.setButton__IV = function com_badlogic_gdx_scenes_scene2d_ui_Slider_setButton__IV(button){ + this.com_badlogic_gdx_scenes_scene2d_ui_Slider_button = button; +} +; +_.setSnapToValues__F_3FV = function com_badlogic_gdx_scenes_scene2d_ui_Slider_setSnapToValues__F_3FV(threshold, values){ + com_badlogic_gdx_scenes_scene2d_ui_Slider_$setSnapToValues__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2F_3FV(this, threshold, values); +} +; +_.setSnapToValues___3FFV = function com_badlogic_gdx_scenes_scene2d_ui_Slider_setSnapToValues___3FFV(values, threshold){ + com_badlogic_gdx_scenes_scene2d_ui_Slider_$setSnapToValues__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2F_3FV(this, threshold, values); +} +; +_.setVisualInterpolationInverse__Lcom_badlogic_gdx_math_Interpolation_2V = function com_badlogic_gdx_scenes_scene2d_ui_Slider_setVisualInterpolationInverse__Lcom_badlogic_gdx_math_Interpolation_2V(interpolation){ + this.com_badlogic_gdx_scenes_scene2d_ui_Slider_visualInterpolationInverse = interpolation; +} +; +_.setVisualPercent__FV = function com_badlogic_gdx_scenes_scene2d_ui_Slider_setVisualPercent__FV(percent){ + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_$setValue__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FZ(this, this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min + (this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max - this.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min) * this.com_badlogic_gdx_scenes_scene2d_ui_Slider_visualInterpolationInverse.apply__FF(percent)); +} +; +_.snap__FF = function com_badlogic_gdx_scenes_scene2d_ui_Slider_snap__FF(value_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Slider_$snap__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FF(this, value_0); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Slider_button = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Slider_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_588, 296, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Slider$1_Slider$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_589, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_Slider$1_Slider$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2V); +_.enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Slider$1_enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, fromActor){ + pointer == -1 && (this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver = true); +} +; +_.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Slider$1_exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, toActor){ + pointer == -1 && (this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver = false); +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_Slider$1_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled) + return false; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Slider_button != -1 && this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Slider_button != button) + return false; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer != -1) + return false; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer = pointer; + com_badlogic_gdx_scenes_scene2d_ui_Slider_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01, x_0, y_0); + return true; +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_ui_Slider$1_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + com_badlogic_gdx_scenes_scene2d_ui_Slider_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01, x_0, y_0); +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_ui_Slider$1_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ + var changeEvent; + if (pointer != this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer) + return; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer = -1; + if (event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX == $intern_84 || event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY == $intern_84 || !com_badlogic_gdx_scenes_scene2d_ui_Slider_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01, x_0, y_0)) { + changeEvent = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit))); + com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_Slider$1_this$01, changeEvent); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(changeEvent); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Slider/1', $intern_589, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_Slider$SliderStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_Slider$SliderStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V.call(this, style); + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundOver = style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundOver; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundDown = style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundDown; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobOver = style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobOver; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobDown = style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobDown; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeOver = style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeOver; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeDown = style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeDown; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterOver = style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterOver; + this.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterDown = style.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterDown; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_Slider$SliderStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(background, knob){ + com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V.call(this, background, knob); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(438, 253, {253:1, 438:1}, com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_Slider$SliderStyle__V, com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_Slider$SliderStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_Slider$SliderStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Slider/SliderStyle', 438, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$calculateHorizBoundsAndPositions__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this$static){ + var availWidth, handle, handleWidth, height, leftAreaWidth, rightAreaWidth; + handle = this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle; + height = this$static.com_badlogic_gdx_scenes_scene2d_Actor_height; + availWidth = this$static.com_badlogic_gdx_scenes_scene2d_Actor_width - handle.getMinWidth__F(); + leftAreaWidth = com_google_gwt_lang_Cast_round_1int__DI(availWidth * this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount); + rightAreaWidth = availWidth - leftAreaWidth; + handleWidth = handle.getMinWidth__F(); + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidgetBounds, 0, 0, leftAreaWidth, height); + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidgetBounds, leftAreaWidth + handleWidth, 0, rightAreaWidth, height); + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds, leftAreaWidth, 0, handleWidth, height); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$calculateVertBoundsAndPositions__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this$static){ + var availHeight, bottomAreaHeight, handle, handleHeight, height, topAreaHeight, width_0; + handle = this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle; + width_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this$static.com_badlogic_gdx_scenes_scene2d_Actor_height; + availHeight = height - handle.getMinHeight__F(); + topAreaHeight = com_google_gwt_lang_Cast_round_1int__DI(availHeight * this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount); + bottomAreaHeight = availHeight - topAreaHeight; + handleHeight = handle.getMinHeight__F(); + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidgetBounds, 0, height - topAreaHeight, width_0, topAreaHeight); + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidgetBounds, 0, 0, width_0, bottomAreaHeight); + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds, 0, bottomAreaHeight, width_0, handleHeight); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$clampSplitAmount__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this$static){ + var availableHeight, availableWidth, effectiveMaxAmount, effectiveMinAmount; + effectiveMinAmount = this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_minAmount; + effectiveMaxAmount = this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_maxAmount; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical) { + availableHeight = this$static.com_badlogic_gdx_scenes_scene2d_Actor_height - this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle.getMinHeight__F(); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget, 45) && (effectiveMinAmount = $wnd.Math.max(effectiveMinAmount, $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.getMinHeight__F() / availableHeight, 1))); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget, 45) && (effectiveMaxAmount = $wnd.Math.min(effectiveMaxAmount, 1 - $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.getMinHeight__F() / availableHeight, 1))); + } + else { + availableWidth = this$static.com_badlogic_gdx_scenes_scene2d_Actor_width - this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle.getMinWidth__F(); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget, 45) && (effectiveMinAmount = $wnd.Math.max(effectiveMinAmount, $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.getMinWidth__F() / availableWidth, 1))); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget, 45) && (effectiveMaxAmount = $wnd.Math.min(effectiveMaxAmount, 1 - $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.getMinWidth__F() / availableWidth, 1))); + } + effectiveMinAmount > effectiveMaxAmount?(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount = 0.5 * (effectiveMinAmount + effectiveMaxAmount)):(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount = $wnd.Math.max($wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount, effectiveMaxAmount), effectiveMinAmount)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2F(this$static){ + var first, second; + first = !this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget?0:com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget, 45)?this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.getPrefHeight__F():this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.com_badlogic_gdx_scenes_scene2d_Actor_height; + second = !this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget?0:com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget, 45)?this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.getPrefHeight__F():this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.com_badlogic_gdx_scenes_scene2d_Actor_height; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical) + return $wnd.Math.max(first, second); + return first + this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle.getMinHeight__F() + second; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2F(this$static){ + var first, second; + first = !this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget?0:com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget, 45)?this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.getPrefWidth__F():this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.com_badlogic_gdx_scenes_scene2d_Actor_width; + second = !this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget?0:com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget, 45)?this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.getPrefWidth__F():this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.com_badlogic_gdx_scenes_scene2d_Actor_width; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical) + return $wnd.Math.max(first, second); + return first + this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle.getMinWidth__F() + second; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus){ + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + if (actor == this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget) { + com_badlogic_gdx_scenes_scene2d_Group_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus); + this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + return true; + } + if (actor == this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget) { + com_badlogic_gdx_scenes_scene2d_Group_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, actor, unfocus); + this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget = null; + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + return true; + } + return false; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$setFirstWidget__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, widget){ + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget && com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget = widget; + !!widget && com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, widget); + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$setSecondWidget__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, widget){ + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget && com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget, true); + this$static.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget = widget; + !!widget && com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static, widget); + this$static.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(firstWidget, secondWidget, vertical, skin){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V.call(this, firstWidget, secondWidget, vertical, skin, $intern_540 + (vertical?$intern_541:$intern_542)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(firstWidget, secondWidget, vertical, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V.call(this, firstWidget, secondWidget, vertical, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V(firstWidget, secondWidget, vertical, style){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount = 0.5; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_maxAmount = 1; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidgetBounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidgetBounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_tempScissors = new com_badlogic_gdx_math_Rectangle_Rectangle__V; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_lastPoint = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handlePosition = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical = vertical; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style = style; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$setFirstWidget__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, firstWidget); + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$setSecondWidget__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, secondWidget); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2F(this), com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2F(this)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_SplitPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(297, 86, {70:1, 79:1, 297:1, 86:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V); +_.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_590)); +} +; +_.addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V(index_0, actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_590)); +} +; +_.addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actorBefore, actor){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V($intern_590)); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_SplitPane$calculateHorizBoundsAndPositions__V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_calculateHorizBoundsAndPositions__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$calculateHorizBoundsAndPositions__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_SplitPane$calculateVertBoundsAndPositions__V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_calculateVertBoundsAndPositions__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$calculateVertBoundsAndPositions__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this); +} +; +_.clampSplitAmount__V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_clampSplitAmount__V(){ + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$clampSplitAmount__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var alpha_0, color_0, stage; + stage = this.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); + color_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_color; + alpha_0 = color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha; + com_badlogic_gdx_scenes_scene2d_Group_$applyTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V(this, batch, com_badlogic_gdx_scenes_scene2d_Group_$computeTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_math_Matrix4_2(this)); + if (!!this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget && this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.com_badlogic_gdx_scenes_scene2d_Actor_visible) { + batch.flush__V(); + com_badlogic_gdx_scenes_scene2d_Stage_$calculateScissors__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(stage, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidgetBounds, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_tempScissors); + if (com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_pushScissors__Lcom_badlogic_gdx_math_Rectangle_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_tempScissors)) { + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, alpha_0); + batch.flush__V(); + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2(); + } + } + if (!!this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget && this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.com_badlogic_gdx_scenes_scene2d_Actor_visible) { + batch.flush__V(); + com_badlogic_gdx_scenes_scene2d_Stage_$calculateScissors__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(stage, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidgetBounds, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_tempScissors); + if (com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_pushScissors__Lcom_badlogic_gdx_math_Rectangle_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_tempScissors)) { + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, alpha_0); + batch.flush__V(); + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2(); + } + } + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, alpha_0); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds.com_badlogic_gdx_math_Rectangle_x, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds.com_badlogic_gdx_math_Rectangle_y, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds.com_badlogic_gdx_math_Rectangle_width, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds.com_badlogic_gdx_math_Rectangle_height); + batch.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(this.com_badlogic_gdx_scenes_scene2d_Group_oldTransform); +} +; +_.getMaxSplitAmount__F = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_getMaxSplitAmount__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_maxAmount; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_getMinHeight__F(){ + var first, second; + first = com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget, 45)?this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.getMinHeight__F():0; + second = com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget, 45)?this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.getMinHeight__F():0; + if (!this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical) + return $wnd.Math.max(first, second); + return first + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle.getMinHeight__F() + second; +} +; +_.getMinSplitAmount__F = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_getMinSplitAmount__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_minAmount; +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_getMinWidth__F(){ + var first, second; + first = com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget, 45)?this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget.getMinWidth__F():0; + second = com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget, 45)?this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget.getMinWidth__F():0; + if (this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical) + return $wnd.Math.max(first, second); + return first + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle.getMinWidth__F() + second; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_getPrefHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2F(this); +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_getPrefWidth__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$getPrefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2F(this); +} +; +_.getSplitAmount__F = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_getSplitAmount__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_SplitPane$initialize__V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_initialize__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_SplitPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this)); +} +; +_.isCursorOverHandle__Z = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_isCursorOverHandle__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_cursorOverHandle; +} +; +_.isVertical__Z = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_isVertical__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_layout__V(){ + var firstWidget, firstWidgetBounds, secondWidget, secondWidgetBounds; + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$clampSplitAmount__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical?com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$calculateVertBoundsAndPositions__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this):com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$calculateHorizBoundsAndPositions__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this); + firstWidget = this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget; + if (firstWidget) { + firstWidgetBounds = this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidgetBounds; + com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(firstWidget, firstWidgetBounds.com_badlogic_gdx_math_Rectangle_x, firstWidgetBounds.com_badlogic_gdx_math_Rectangle_y, firstWidgetBounds.com_badlogic_gdx_math_Rectangle_width, firstWidgetBounds.com_badlogic_gdx_math_Rectangle_height); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(firstWidget, 45) && firstWidget.validate__V(); + } + secondWidget = this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget; + if (secondWidget) { + secondWidgetBounds = this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidgetBounds; + com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(secondWidget, secondWidgetBounds.com_badlogic_gdx_math_Rectangle_x, secondWidgetBounds.com_badlogic_gdx_math_Rectangle_y, secondWidgetBounds.com_badlogic_gdx_math_Rectangle_width, secondWidgetBounds.com_badlogic_gdx_math_Rectangle_height); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(secondWidget, 45) && secondWidget.validate__V(); + } +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(actor){ + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + if (actor == this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget) { + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$setFirstWidget__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, null); + return true; + } + if (actor == this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget) { + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$setSecondWidget__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, null); + return true; + } + return true; +} +; +_.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(actor, unfocus){ + return com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this, actor, unfocus); +} +; +_.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(index_0, unfocus){ + var actor; + actor = com_badlogic_gdx_scenes_scene2d_Group_$removeActorAt__Lcom_badlogic_gdx_scenes_scene2d_Group_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(this, index_0, unfocus); + if (actor == this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget) { + com_badlogic_gdx_scenes_scene2d_Group_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this, actor, unfocus); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget = null; + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + } + else if (actor == this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget) { + com_badlogic_gdx_scenes_scene2d_Group_$removeActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(this, actor, unfocus); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget = null; + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + } + return actor; +} +; +_.setFirstWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_setFirstWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(widget){ + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$setFirstWidget__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, widget); +} +; +_.setMaxSplitAmount__FV = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_setMaxSplitAmount__FV(maxAmount){ + if (maxAmount < 0 || maxAmount > 1) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('maxAmount has to be >= 0 and <= 1')); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_maxAmount = maxAmount; +} +; +_.setMinSplitAmount__FV = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_setMinSplitAmount__FV(minAmount){ + if (minAmount < 0 || minAmount > 1) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('minAmount has to be >= 0 and <= 1')); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_minAmount = minAmount; +} +; +_.setSecondWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_setSecondWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(widget){ + com_badlogic_gdx_scenes_scene2d_ui_SplitPane_$setSecondWidget__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, widget); +} +; +_.setSplitAmount__FV = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_setSplitAmount__FV(splitAmount){ + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount = splitAmount; + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style = style; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); +} +; +_.setVertical__ZV = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane_setVertical__ZV(vertical){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical == vertical) + return; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical = vertical; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_cursorOverHandle = false; +_.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_maxAmount = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_minAmount = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_591, 297, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_SplitPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(747, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_SplitPane$1__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2V); +_.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(event_0, x_0, y_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_cursorOverHandle = com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds, x_0, y_0); + return false; +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_draggingPointer != -1) + return false; + if (pointer == 0 && button != 0) + return false; + if (com_badlogic_gdx_math_Rectangle_$contains__Lcom_badlogic_gdx_math_Rectangle_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds, x_0, y_0)) { + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_draggingPointer = pointer; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_lastPoint, x_0, y_0); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handlePosition, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds.com_badlogic_gdx_math_Rectangle_x, this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds.com_badlogic_gdx_math_Rectangle_y); + return true; + } + return false; +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + var availHeight, availWidth, delta, dragX, dragY, handle; + if (pointer != this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_draggingPointer) + return; + handle = this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle; + if (this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical) { + delta = y_0 - this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_lastPoint.com_badlogic_gdx_math_Vector2_y; + availHeight = this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_Actor_height - handle.getMinHeight__F(); + dragY = this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handlePosition.com_badlogic_gdx_math_Vector2_y + delta; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handlePosition.com_badlogic_gdx_math_Vector2_y = dragY; + dragY = $wnd.Math.max(0, dragY); + dragY = $wnd.Math.min(availHeight, dragY); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount = 1 - dragY / availHeight; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_lastPoint, x_0, y_0); + } + else { + delta = x_0 - this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_lastPoint.com_badlogic_gdx_math_Vector2_x; + availWidth = this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_Actor_width - handle.getMinWidth__F(); + dragX = this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handlePosition.com_badlogic_gdx_math_Vector2_x + delta; + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handlePosition.com_badlogic_gdx_math_Vector2_x = dragX; + dragX = $wnd.Math.max(0, dragX); + dragX = $wnd.Math.min(availWidth, dragX); + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount = dragX / availWidth; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_lastPoint, x_0, y_0); + } + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ + pointer == this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_draggingPointer && (this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_draggingPointer = -1); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$1_draggingPointer = -1; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SplitPane/1', 747, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_SplitPane$SplitPaneStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_SplitPane$SplitPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle = style.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle; +} + +function com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_SplitPane$SplitPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(handle){ + this.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle = handle; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(439, 1, {439:1}, com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_SplitPane$SplitPaneStyle__V, com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_SplitPane$SplitPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_SplitPane$SplitPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'SplitPane/SplitPaneStyle', 439, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Stack_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2V(this$static){ + var child, childMaxHeight, childMaxWidth, children, i, layout, n; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid = false; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefWidth = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefHeight = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minWidth = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minHeight = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxWidth = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxHeight = 0; + children = this$static.com_badlogic_gdx_scenes_scene2d_Group_children; + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45)) { + layout = child; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefWidth, layout.getPrefWidth__F()); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefHeight, layout.getPrefHeight__F()); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minWidth, layout.getMinWidth__F()); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minHeight, layout.getMinHeight__F()); + childMaxWidth = layout.getMaxWidth__F(); + childMaxHeight = layout.getMaxHeight__F(); + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefWidth, child.com_badlogic_gdx_scenes_scene2d_Actor_width); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefHeight, child.com_badlogic_gdx_scenes_scene2d_Actor_height); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minWidth, child.com_badlogic_gdx_scenes_scene2d_Actor_width); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_minHeight, child.com_badlogic_gdx_scenes_scene2d_Actor_height); + childMaxWidth = 0; + childMaxHeight = 0; + } + childMaxWidth > 0 && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxWidth = this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxWidth == 0?childMaxWidth:$wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxWidth, childMaxWidth)); + childMaxHeight > 0 && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxHeight = this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxHeight == 0?childMaxHeight:$wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxHeight, childMaxHeight)); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Stack_Stack__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid = true; + this.com_badlogic_gdx_scenes_scene2d_Group_transform = false; + com_badlogic_gdx_scenes_scene2d_Actor_$setWidth__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, 150); + com_badlogic_gdx_scenes_scene2d_Actor_$setHeight__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(this, 150); + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Stack_Stack___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actors){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + var actor, actor$array, actor$index, actor$max; + com_badlogic_gdx_scenes_scene2d_ui_Stack_Stack__V.call(this); + for (actor$array = actors , actor$index = 0 , actor$max = actor$array.length; actor$index < actor$max; ++actor$index) { + actor = actor$array[actor$index]; + com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(370, 86, {70:1, 79:1, 370:1, 86:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Stack_Stack__V, com_badlogic_gdx_scenes_scene2d_ui_Stack_Stack___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2V); +_.add__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Stack_add__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor){ + com_badlogic_gdx_scenes_scene2d_Group_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, actor); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Stack$computeSize__V = function com_badlogic_gdx_scenes_scene2d_ui_Stack_computeSize__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Stack_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2V(this); +} +; +_.getMaxHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Stack_getMaxHeight__F(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Stack_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxHeight; +} +; +_.getMaxWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Stack_getMaxWidth__F(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Stack_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxWidth; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Stack_getMinHeight__F(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Stack_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Stack_minHeight; +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Stack_getMinWidth__F(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Stack_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Stack_minWidth; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Stack_getPrefHeight__F(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Stack_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefHeight; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Stack_getPrefWidth__F(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Stack_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefWidth; +} +; +_.invalidate__V = function com_badlogic_gdx_scenes_scene2d_ui_Stack_invalidate__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + this.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid = true; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_Stack_layout__V(){ + var child, children, height, i, n, width_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Stack_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2V(this); + width_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + children = this.com_badlogic_gdx_scenes_scene2d_Group_children; + for (i = 0 , n = children.com_badlogic_gdx_utils_Array_size; i < n; i++) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(child, 0, 0, width_0, height); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45) && child.validate__V(); + } +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Stack_minHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Stack_minWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Stack', 370, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Table$1_Table$1__V(){ + com_badlogic_gdx_utils_Pool_Pool__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(987, 132, $intern_74, com_badlogic_gdx_scenes_scene2d_ui_Table$1_Table$1__V); +_.newObject__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Table$1_newObject__Ljava_lang_Object_2(){ + return new com_badlogic_gdx_scenes_scene2d_ui_Cell_Cell__V; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Table/1', 987, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_Value_zero = new com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_Value$Fixed__FV(0); + com_badlogic_gdx_scenes_scene2d_ui_Value_minWidth = new com_badlogic_gdx_scenes_scene2d_ui_Value$1_Value$1__V; + com_badlogic_gdx_scenes_scene2d_ui_Value_minHeight = new com_badlogic_gdx_scenes_scene2d_ui_Value$2_Value$2__V; + com_badlogic_gdx_scenes_scene2d_ui_Value_prefWidth = new com_badlogic_gdx_scenes_scene2d_ui_Value$3_Value$3__V; + com_badlogic_gdx_scenes_scene2d_ui_Value_prefHeight = new com_badlogic_gdx_scenes_scene2d_ui_Value$4_Value$4__V; + com_badlogic_gdx_scenes_scene2d_ui_Value_maxWidth = new com_badlogic_gdx_scenes_scene2d_ui_Value$5_Value$5__V; + com_badlogic_gdx_scenes_scene2d_ui_Value_maxHeight = new com_badlogic_gdx_scenes_scene2d_ui_Value$6_Value$6__V; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Value_percentHeight__FLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(percent, actor){ + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + return new com_badlogic_gdx_scenes_scene2d_ui_Value$10_Value$10__V(actor, percent); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Value_percentWidth__FLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(percent, actor){ + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); + if (!actor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_434)); + return new com_badlogic_gdx_scenes_scene2d_ui_Value$9_Value$9__V(actor, percent); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(129, 1, $intern_592); +_.get__F = function com_badlogic_gdx_scenes_scene2d_ui_Value_get__F(){ + return this.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(null); +} +; +var com_badlogic_gdx_scenes_scene2d_ui_Value_maxHeight, com_badlogic_gdx_scenes_scene2d_ui_Value_maxWidth, com_badlogic_gdx_scenes_scene2d_ui_Value_minHeight, com_badlogic_gdx_scenes_scene2d_ui_Value_minWidth, com_badlogic_gdx_scenes_scene2d_ui_Value_prefHeight, com_badlogic_gdx_scenes_scene2d_ui_Value_prefWidth, com_badlogic_gdx_scenes_scene2d_ui_Value_zero; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value', 129, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Table$2_Table$2__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(988, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Table$2_Table$2__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Table$2_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + var background; + background = context.com_badlogic_gdx_scenes_scene2d_ui_Table_background; + return !background?0:background.getTopHeight__F(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Table/2', 988, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Table$3_Table$3__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(989, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Table$3_Table$3__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Table$3_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + var background; + background = context.com_badlogic_gdx_scenes_scene2d_ui_Table_background; + return !background?0:background.getLeftWidth__F(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Table/3', 989, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Table$4_Table$4__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(990, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Table$4_Table$4__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Table$4_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + var background; + background = context.com_badlogic_gdx_scenes_scene2d_ui_Table_background; + return !background?0:background.getBottomHeight__F(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Table/4', 990, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Table$5_Table$5__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(991, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Table$5_Table$5__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Table$5_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + var background; + background = context.com_badlogic_gdx_scenes_scene2d_ui_Table_background; + return !background?0:background.getRightWidth__F(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$5_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Table/5', 991, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none = new com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_Table$Debug__Ljava_lang_String_2IV('none', 0); + com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all = new com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_Table$Debug__Ljava_lang_String_2IV('all', 1); + com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table = new com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_Table$Debug__Ljava_lang_String_2IV($intern_593, 2); + com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell = new com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_Table$Debug__Ljava_lang_String_2IV($intern_594, 3); + com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor = new com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_Table$Debug__Ljava_lang_String_2IV($intern_595, 4); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_Table$Debug__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_values___3Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2(){ + com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), $intern_596, 221, 0, [com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(221, 39, {221:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_Table$Debug__Ljava_lang_String_2IV); +var com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_484, 'Table/Debug', 221, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_values___3Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2); +function com_badlogic_gdx_scenes_scene2d_ui_Table$Debug$Map_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table$Debug$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_Table$Debug$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), $intern_596, 221, 0, [com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor]))); +} + +var com_badlogic_gdx_scenes_scene2d_ui_Table$Debug$Map_$MAP; +function com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_math_Rectangle_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_pool = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_Table$DebugRect__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(632, 98, {98:1, 462:1, 632:1, 3:1}, com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_Table$DebugRect__V); +var com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_pool; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Table/DebugRect', 632, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp1 = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp2 = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp3 = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$calculateOffsets__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static){ + var background, distance, end, endX, glyphCount, glyphPositions, i, i0, index_0, maxIndex, maxOffset, maxX, minIndex, minX, n, startX, visibleWidth, width_0, x_0; + visibleWidth = this$static.com_badlogic_gdx_scenes_scene2d_Actor_width; + background = com_badlogic_gdx_scenes_scene2d_ui_TextField_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static); + !!background && (visibleWidth -= background.getLeftWidth__F() + background.getRightWidth__F()); + glyphCount = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions.com_badlogic_gdx_utils_FloatArray_size; + glyphPositions = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions.com_badlogic_gdx_utils_FloatArray_items; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = com_badlogic_gdx_math_MathUtils_clamp__IIII(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, 0, glyphCount - 1); + distance = glyphPositions[$wnd.Math.max(0, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor - 1)] + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset; + if (distance <= 0) + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset -= distance; + else { + index_0 = $wnd.Math.min(glyphCount - 1, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor + 1); + minX = glyphPositions[index_0] - visibleWidth; + -this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset < minX && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset = -minX); + } + maxOffset = 0; + width_0 = glyphPositions[glyphCount - 1]; + for (i0 = glyphCount - 2; i0 >= 0; i0--) { + x_0 = glyphPositions[i0]; + if (width_0 - x_0 > visibleWidth) + break; + maxOffset = x_0; + } + -this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset > maxOffset && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset = -maxOffset); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart = 0; + startX = 0; + for (i = 0; i < glyphCount; i++) { + if (glyphPositions[i] >= -this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart = i; + startX = glyphPositions[i]; + break; + } + } + end = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart + 1; + endX = visibleWidth - this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset; + for (n = $wnd.Math.min(java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText), glyphCount); end <= n; end++) + if (glyphPositions[end] > endX) + break; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextEnd = $wnd.Math.max(0, end - 1); + if ((this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHAlign & 8) == 0) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset = visibleWidth - glyphPositions[this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextEnd] - this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_fontOffset + startX; + (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHAlign & 1) != 0 && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset * 0.5))); + } + else + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset = startX + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection) { + minIndex = $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart); + maxIndex = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart); + minX = $wnd.Math.max(glyphPositions[minIndex] - glyphPositions[this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart], -this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset); + maxX = $wnd.Math.min(glyphPositions[maxIndex] - glyphPositions[this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart], visibleWidth - this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionX = minX; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionWidth = maxX - minX - this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_cursorX; + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$changeText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2Ljava_lang_String_2Z(this$static, oldText, newText){ + var cancelled, changeEvent; + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(newText, oldText)) + return false; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text = newText; + changeEvent = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit))); + cancelled = com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this$static, changeEvent); + cancelled && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text = oldText); + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(changeEvent); + return !cancelled; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$copy__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection && !this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode && com_badlogic_gdx_backends_gwt_GwtClipboard_$setContents__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_clipboard, java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart), $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart))); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$cut__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(this$static, fireChangeEvent){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection && !this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection && !this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode && com_badlogic_gdx_backends_gwt_GwtClipboard_$setContents__Lcom_badlogic_gdx_backends_gwt_GwtClipboard_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_clipboard, java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart), $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart))); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = com_badlogic_gdx_scenes_scene2d_ui_TextField_$delete__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZI(this$static, fireChangeEvent); + com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$delete__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZI(this$static, fireChangeEvent){ + var from, maxIndex, minIndex, newText, to; + from = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart; + to = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor; + minIndex = $wnd.Math.min(from, to); + maxIndex = $wnd.Math.max(from, to); + newText = (minIndex > 0?java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, 0, minIndex):'') + ('' + (maxIndex < this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length?java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, maxIndex, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length):'')); + fireChangeEvent?com_badlogic_gdx_scenes_scene2d_ui_TextField_$changeText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2Ljava_lang_String_2Z(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, newText):(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text = newText); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + return minIndex; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$findNextTextField__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2(this$static, actors, best, bestCoords, currentCoords, up){ + var actor, actorCoords, below, better, i, n, right, textField; + for (i = 0 , n = actors.com_badlogic_gdx_utils_Array_size; i < n; i++) { + actor = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(actors, i); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(actor, 171)) { + if (actor == this$static) + continue; + textField = actor; + if (textField.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled || !textField.com_badlogic_gdx_scenes_scene2d_ui_TextField_focusTraversal || !com_badlogic_gdx_scenes_scene2d_Actor_$ascendantsVisible__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(textField)) + continue; + actorCoords = com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(actor.com_badlogic_gdx_scenes_scene2d_Actor_parent, null, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp3, actor.com_badlogic_gdx_scenes_scene2d_Actor_x, actor.com_badlogic_gdx_scenes_scene2d_Actor_y)); + below = actorCoords.com_badlogic_gdx_math_Vector2_y != currentCoords.com_badlogic_gdx_math_Vector2_y && actorCoords.com_badlogic_gdx_math_Vector2_y < currentCoords.com_badlogic_gdx_math_Vector2_y ^ up; + right = actorCoords.com_badlogic_gdx_math_Vector2_y == currentCoords.com_badlogic_gdx_math_Vector2_y && actorCoords.com_badlogic_gdx_math_Vector2_x > currentCoords.com_badlogic_gdx_math_Vector2_x ^ up; + if (!below && !right) + continue; + better = !best || actorCoords.com_badlogic_gdx_math_Vector2_y != bestCoords.com_badlogic_gdx_math_Vector2_y && actorCoords.com_badlogic_gdx_math_Vector2_y > bestCoords.com_badlogic_gdx_math_Vector2_y ^ up; + better || (better = actorCoords.com_badlogic_gdx_math_Vector2_y == bestCoords.com_badlogic_gdx_math_Vector2_y && actorCoords.com_badlogic_gdx_math_Vector2_x < bestCoords.com_badlogic_gdx_math_Vector2_x ^ up); + if (better) { + best = actor; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(bestCoords, actorCoords); + } + } + else + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(actor, 79) && (best = com_badlogic_gdx_scenes_scene2d_ui_TextField_$findNextTextField__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2(this$static, actor.com_badlogic_gdx_scenes_scene2d_Group_children, best, bestCoords, currentCoords, up)); + } + return best; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this$static){ + var stage; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground; + if (!!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground && (stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage , !!stage && stage.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus == this$static)) + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground; + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2F(this$static){ + var minHeight, topAndBottom; + topAndBottom = 0; + minHeight = 0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background) { + topAndBottom = $wnd.Math.max(topAndBottom, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background.getBottomHeight__F() + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background.getTopHeight__F()); + minHeight = $wnd.Math.max(minHeight, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background.getMinHeight__F()); + } + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground) { + topAndBottom = $wnd.Math.max(topAndBottom, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground.getBottomHeight__F() + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground.getTopHeight__F()); + minHeight = $wnd.Math.max(minHeight, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground.getMinHeight__F()); + } + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground) { + topAndBottom = $wnd.Math.max(topAndBottom, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground.getBottomHeight__F() + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground.getTopHeight__F()); + minHeight = $wnd.Math.max(minHeight, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground.getMinHeight__F()); + } + return $wnd.Math.max(topAndBottom + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight, minHeight); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$insert__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2(position, text_0, to){ + if (to.length == 0) + return com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(text_0); + return javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, position, to.length) , to.substr(0, position) + ('' + text_0) + java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(to, position, to.length); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$isWordCharacter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(c){ + return java_lang_Character_isLeterOrDigitRegex == null && (java_lang_Character_isLeterOrDigitRegex = new RegExp($intern_597, 'i')) , java_lang_Character_isLeterOrDigitRegex.test(String.fromCharCode(c)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$moveCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZZV(this$static, forward, jump){ + var charOffset, limit; + limit = forward?this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length:0; + charOffset = forward?0:-1; + while ((forward?++this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor < limit:--this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor > limit) && jump) { + if (!this$static.continueCursor__IIZ(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, charOffset)) + break; + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$next__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(this$static, up){ + var bestCoords, current, currentCoords, stage, textField; + stage = this$static.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return; + current = this$static; + currentCoords = com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(current.com_badlogic_gdx_scenes_scene2d_Actor_parent, null, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp2, current.com_badlogic_gdx_scenes_scene2d_Actor_x, current.com_badlogic_gdx_scenes_scene2d_Actor_y)); + bestCoords = com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp1; + while (true) { + textField = com_badlogic_gdx_scenes_scene2d_ui_TextField_$findNextTextField__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2(current, stage.com_badlogic_gdx_scenes_scene2d_Stage_root.com_badlogic_gdx_scenes_scene2d_Group_children, null, bestCoords, currentCoords, up); + if (!textField) { + up?(currentCoords.com_badlogic_gdx_math_Vector2_x = $intern_353 , currentCoords.com_badlogic_gdx_math_Vector2_y = $intern_353 , currentCoords):(currentCoords.com_badlogic_gdx_math_Vector2_x = $intern_352 , currentCoords.com_badlogic_gdx_math_Vector2_y = $intern_352 , currentCoords); + textField = com_badlogic_gdx_scenes_scene2d_ui_TextField_$findNextTextField__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2(current, stage.com_badlogic_gdx_scenes_scene2d_Stage_root.com_badlogic_gdx_scenes_scene2d_Group_children, null, bestCoords, currentCoords, up); + } + if (!textField) { + break; + } + if (com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(stage, textField)) { + textField.setSelection__IIV(0, textField.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length); + break; + } + current = textField; + currentCoords.com_badlogic_gdx_math_Vector2_x = bestCoords.com_badlogic_gdx_math_Vector2_x; + currentCoords.com_badlogic_gdx_math_Vector2_y = bestCoords.com_badlogic_gdx_math_Vector2_y; + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$paste__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2ZV(this$static, content_0, fireChangeEvent){ + var buffer, c, data_0, i, n, textLength; + if (content_0 == null) + return; + buffer = new java_lang_StringBuilder_StringBuilder__V; + textLength = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection && (textLength -= $wnd.Math.abs(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor - this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart)); + data_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data; + for (i = 0 , n = content_0.length; i < n; i++) { + if (!com_badlogic_gdx_scenes_scene2d_ui_TextField_$withinMaxLength__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IZ(this$static, textLength + buffer.java_lang_AbstractStringBuilder_string.length)) + break; + c = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, content_0.length) , content_0.charCodeAt(i)); + if (!(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_writeEnters && (c == 10 || c == 13))) { + if (c == 13 || c == 10) + continue; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_onlyFontChars && !com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$hasGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(data_0, c)) + continue; + if (!!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_filter && !com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_$acceptChar__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(c)) + continue; + } + buffer.java_lang_AbstractStringBuilder_string += String.fromCharCode(c); + } + content_0 = buffer.java_lang_AbstractStringBuilder_string; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = com_badlogic_gdx_scenes_scene2d_ui_TextField_$delete__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZI(this$static, fireChangeEvent)); + fireChangeEvent?com_badlogic_gdx_scenes_scene2d_ui_TextField_$changeText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2Ljava_lang_String_2Z(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, com_badlogic_gdx_scenes_scene2d_ui_TextField_$insert__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, content_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text)):(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text = com_badlogic_gdx_scenes_scene2d_ui_TextField_$insert__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, content_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text)); + com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor += content_0.length; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$selectAll__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static){ + this$static.setSelection__IIV(0, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$setSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IIV(this$static, selectionStart, selectionEnd){ + var temp; + if (selectionStart < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('selectionStart must be >= 0')); + if (selectionEnd < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('selectionEnd must be >= 0')); + selectionStart = $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length, selectionStart); + selectionEnd = $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length, selectionEnd); + if (selectionEnd == selectionStart) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + return; + } + if (selectionEnd < selectionStart) { + temp = selectionEnd; + selectionEnd = selectionStart; + selectionStart = temp; + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart = selectionStart; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = selectionEnd; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$setText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2V(this$static, str){ + var oldText; + str == null && (str = ''); + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(str, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text)) + return; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + oldText = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text = ''; + com_badlogic_gdx_scenes_scene2d_ui_TextField_$paste__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2ZV(this$static, str, false); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_programmaticChangeEvents && com_badlogic_gdx_scenes_scene2d_ui_TextField_$changeText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2Ljava_lang_String_2Z(this$static, oldText, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = 0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static){ + var buffer, c, data_0, font, i, i0, n, newDisplayText, run, text_0, textLength, x_0, xAdvances; + font = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font; + data_0 = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data; + text_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text; + textLength = text_0.length; + buffer = new java_lang_StringBuilder_StringBuilder__V; + for (i0 = 0; i0 < textLength; i0++) { + c = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i0, text_0.length) , text_0.charCodeAt(i0)); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(buffer, com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$hasGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(data_0, c)?c:32); + } + newDisplayText = buffer.java_lang_AbstractStringBuilder_string; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode && com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$hasGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(data_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordCharacter)) { + !this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordBuffer && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordBuffer = new java_lang_StringBuilder_StringBuilder__IV); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordBuffer.java_lang_AbstractStringBuilder_string.length > textLength) + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordBuffer, textLength); + else { + for (i = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordBuffer.java_lang_AbstractStringBuilder_string.length; i < textLength; i++) + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordBuffer, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordCharacter); + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordBuffer; + } + else + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText = newDisplayText; + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_layout, font, java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText), 13, 32), 10, 32)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions.com_badlogic_gdx_utils_FloatArray_size = 0; + x_0 = 0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs.com_badlogic_gdx_utils_Array_size > 0) { + run = com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs); + xAdvances = run.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_fontOffset = com_badlogic_gdx_utils_FloatArray_$first__Lcom_badlogic_gdx_utils_FloatArray_2F(xAdvances); + for (i = 1 , n = xAdvances.com_badlogic_gdx_utils_FloatArray_size; i < n; i++) { + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, x_0); + x_0 += com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(xAdvances, i); + } + } + else + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_fontOffset = 0; + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, x_0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart = $wnd.Math.min(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions.com_badlogic_gdx_utils_FloatArray_size - 1); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextEnd = com_badlogic_gdx_math_MathUtils_clamp__IIII(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextEnd, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions.com_badlogic_gdx_utils_FloatArray_size - 1); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart > newDisplayText.length && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart = textLength); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$withinMaxLength__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IZ(this$static, size_0){ + return this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_maxLength <= 0 || size_0 < this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_maxLength; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$wordUnderCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2F_3I(this$static, x_0){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$wordUnderCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2I_3I(this$static, this$static.letterUnderCursor__FI(x_0)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_$wordUnderCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2I_3I(this$static, at){ + var index_0, left, right, start_0, text_0; + text_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text; + start_0 = at; + right = text_0.length; + left = 0; + index_0 = start_0; + if (at >= text_0.length) { + left = text_0.length; + right = 0; + } + else { + for (; index_0 < right; index_0++) { + if (!com_badlogic_gdx_scenes_scene2d_ui_TextField_$isWordCharacter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(index_0, text_0.length) , text_0.charCodeAt(index_0)))) { + right = index_0; + break; + } + } + for (index_0 = start_0 - 1; index_0 > -1; index_0--) { + if (!com_badlogic_gdx_scenes_scene2d_ui_TextField_$isWordCharacter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(index_0, text_0.length) , text_0.charCodeAt(index_0)))) { + left = index_0 + 1; + break; + } + } + } + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [left, right]); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(text_0, skin){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(text_0, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(text_0, style){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_layout = new com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__V; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions = new com_badlogic_gdx_utils_FloatArray_FloatArray__V; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyboard = new com_badlogic_gdx_scenes_scene2d_ui_TextField$DefaultOnscreenKeyboard_TextField$DefaultOnscreenKeyboard__V; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTask = new com_badlogic_gdx_scenes_scene2d_ui_TextField$1_TextField$1__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTask = new com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_TextField$KeyRepeatTask__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); + this.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(style); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_clipboard = com_badlogic_gdx_Gdx_app.com_badlogic_gdx_backends_gwt_GwtApplication_clipboard; + this.initialize__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextField_$setText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2V(this, text_0); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, 150, this.getPrefHeight__F()); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(171, 112, {70:1, 171:1, 112:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V); +_.appendText__Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_appendText__Ljava_lang_String_2V(str){ + str == null && (str = ''); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length; + com_badlogic_gdx_scenes_scene2d_ui_TextField_$paste__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2ZV(this, str, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_programmaticChangeEvents); +} +; +_.calculateOffsets__V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_calculateOffsets__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$calculateOffsets__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$changeText__Ljava_lang_String_2Ljava_lang_String_2Z = function com_badlogic_gdx_scenes_scene2d_ui_TextField_changeText__Ljava_lang_String_2Ljava_lang_String_2Z(oldText, newText){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$changeText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2Ljava_lang_String_2Z(this, oldText, newText); +} +; +_.clearSelection__V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_clearSelection__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; +} +; +_.continueCursor__IIZ = function com_badlogic_gdx_scenes_scene2d_ui_TextField_continueCursor__IIZ(index_0, offset){ + var com_badlogic_gdx_scenes_scene2d_ui_TextField_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IIZ_c_0; + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IIZ_c_0 = java_lang_String_$charAt__Ljava_lang_String_2IC(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, index_0 + offset) , java_lang_Character_isLeterOrDigitRegex == null && (java_lang_Character_isLeterOrDigitRegex = new RegExp($intern_597, 'i')) , java_lang_Character_isLeterOrDigitRegex.test(String.fromCharCode(com_badlogic_gdx_scenes_scene2d_ui_TextField_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IIZ_c_0)); +} +; +_.copy__V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_copy__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$copy__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); +} +; +_.createInputListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_createInputListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2(){ + return new com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_TextField$TextFieldClickListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); +} +; +_.cut__V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_cut__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$cut__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(this, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_programmaticChangeEvents); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$cut__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_cut__ZV(fireChangeEvent){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$cut__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(this, fireChangeEvent); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$delete__ZI = function com_badlogic_gdx_scenes_scene2d_ui_TextField_delete__ZI(fireChangeEvent){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$delete__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZI(this, fireChangeEvent); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var background, bgLeftWidth, bgRightWidth, color_0, cursorPatch, focused, font, fontColor, height, messageFont, selection, stage, textY, width_0, x_0, y_0, yOffset; + focused = (stage = this.com_badlogic_gdx_scenes_scene2d_Actor_stage , !!stage && stage.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus == this); + if (focused != this.com_badlogic_gdx_scenes_scene2d_ui_TextField_focused || focused && this.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTask.com_badlogic_gdx_utils_Timer$Task_repeatCount == -1) { + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_focused = focused; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTask); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn = focused; + focused?com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FFLcom_badlogic_gdx_utils_Timer$Task_2(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTask, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime):com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTask); + } + else + focused || (this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn = false); + font = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font; + fontColor = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled && !!this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledFontColor?this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledFontColor:focused && !!this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedFontColor?this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedFontColor:this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_fontColor; + selection = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_selection; + cursorPatch = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_cursor; + background = com_badlogic_gdx_scenes_scene2d_ui_TextField_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); + color_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_color; + x_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_x; + y_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_y; + width_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + bgLeftWidth = 0; + bgRightWidth = 0; + if (background) { + background.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height); + bgLeftWidth = background.getLeftWidth__F(); + bgRightWidth = background.getRightWidth__F(); + } + textY = this.getTextY__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2F(font, background); + this.calculateOffsets__V(); + focused && this.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection && !!selection && this.drawSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(selection, batch, font, x_0 + bgLeftWidth, y_0 + textY); + yOffset = font.com_badlogic_gdx_graphics_g2d_BitmapFont_flipped?-this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight:0; + if (java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText) == 0) { + if ((!focused || this.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled) && this.com_badlogic_gdx_scenes_scene2d_ui_TextField_messageText != null) { + messageFont = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFont?this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFont:font; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor?com_badlogic_gdx_graphics_g2d_BitmapFont_$setColor__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFV(messageFont, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor.com_badlogic_gdx_graphics_Color_r, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor.com_badlogic_gdx_graphics_Color_g, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor.com_badlogic_gdx_graphics_Color_b, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor.com_badlogic_gdx_graphics_Color_a * color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha):com_badlogic_gdx_graphics_g2d_BitmapFont_$setColor__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFV(messageFont, $intern_598, $intern_598, $intern_598, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(messageFont, batch, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_messageText, x_0 + bgLeftWidth, y_0 + textY + yOffset, 0, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_messageText.length, width_0 - bgLeftWidth - bgRightWidth, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHAlign, false, $intern_533); + } + } + else { + com_badlogic_gdx_graphics_g2d_BitmapFont_$setColor__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFV(font, fontColor.com_badlogic_gdx_graphics_Color_r, fontColor.com_badlogic_gdx_graphics_Color_g, fontColor.com_badlogic_gdx_graphics_Color_b, fontColor.com_badlogic_gdx_graphics_Color_a * color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + this.drawText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(batch, font, x_0 + bgLeftWidth, y_0 + textY + yOffset); + } + !this.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled && this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn && !!cursorPatch && this.drawCursor__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(cursorPatch, batch, font, x_0 + bgLeftWidth, y_0 + textY); +} +; +_.drawCursor__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_drawCursor__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(cursorPatch, batch, font, x_0, y_0){ + cursorPatch.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0 + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset + com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor) - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart) + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_fontOffset + font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_cursorX, y_0 - this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight - font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent, cursorPatch.getMinWidth__F(), this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight); +} +; +_.drawMessageText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_drawMessageText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFV(batch, font, x_0, y_0, maxWidth){ + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(font, batch, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_messageText, x_0, y_0, 0, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_messageText.length, maxWidth, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHAlign, false, $intern_533); +} +; +_.drawSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_drawSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(selection, batch, font, x_0, y_0){ + selection.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0 + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionX + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_fontOffset, y_0 - this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight - font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionWidth, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight); +} +; +_.drawText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_drawText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(batch, font, x_0, y_0){ + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(font, batch, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText, x_0 + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset, y_0, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextEnd, 0, 8, false); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_TextField$findNextTextField__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_findNextTextField__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2(actors, best, bestCoords, currentCoords, up){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$findNextTextField__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2(this, actors, best, bestCoords, currentCoords, up); +} +; +_.getAlignment__I = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getAlignment__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHAlign; +} +; +_.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); +} +; +_.getCursorPosition__I = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getCursorPosition__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor; +} +; +_.getDefaultInputListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getDefaultInputListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_inputListener; +} +; +_.getFocusTraversal__Z = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getFocusTraversal__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_focusTraversal; +} +; +_.getMaxLength__I = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getMaxLength__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_maxLength; +} +; +_.getMessageText__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getMessageText__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_messageText; +} +; +_.getOnscreenKeyboard__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$OnscreenKeyboard_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getOnscreenKeyboard__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$OnscreenKeyboard_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyboard; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getPrefHeight__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2F(this); +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getPrefWidth__F(){ + return 150; +} +; +_.getProgrammaticChangeEvents__Z = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getProgrammaticChangeEvents__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_programmaticChangeEvents; +} +; +_.getSelection__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getSelection__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection?java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, $wnd.Math.min(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor), $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor)):''; +} +; +_.getSelectionStart__I = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getSelectionStart__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style; +} +; +_.getText__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getText__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text; +} +; +_.getTextFieldFilter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getTextFieldFilter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_filter; +} +; +_.getTextY__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2F = function com_badlogic_gdx_scenes_scene2d_ui_TextField_getTextY__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2F(font, background){ + var bottom, height, textY; + height = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + textY = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight / 2 + font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent; + if (background) { + bottom = background.getBottomHeight__F(); + textY = textY + (height - background.getTopHeight__F() - bottom) / 2 + bottom; + } + else { + textY = textY + height / 2; + } + font.com_badlogic_gdx_graphics_g2d_BitmapFont_integer && (textY = com_google_gwt_lang_Cast_round_1int__DI(textY)); + return textY; +} +; +_.initialize__V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_initialize__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_inputListener = this.createInputListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2()); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$insert__ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextField_insert__ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2(position, text_0, to){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$insert__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2(position, text_0, to); +} +; +_.isDisabled__Z = function com_badlogic_gdx_scenes_scene2d_ui_TextField_isDisabled__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled; +} +; +_.isPasswordMode__Z = function com_badlogic_gdx_scenes_scene2d_ui_TextField_isPasswordMode__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode; +} +; +_.isWordCharacter__CZ = function com_badlogic_gdx_scenes_scene2d_ui_TextField_isWordCharacter__CZ(c){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$isWordCharacter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(c); +} +; +_.letterUnderCursor__FI = function com_badlogic_gdx_scenes_scene2d_ui_TextField_letterUnderCursor__FI(x_0){ + var background, glyphPositions, i, n; + x_0 -= this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_fontOffset - this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_cursorX - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart); + background = com_badlogic_gdx_scenes_scene2d_ui_TextField_$getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(this); + !!background && (x_0 -= this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background.getLeftWidth__F()); + n = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions.com_badlogic_gdx_utils_FloatArray_size; + glyphPositions = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions.com_badlogic_gdx_utils_FloatArray_items; + for (i = 1; i < n; i++) { + if (glyphPositions[i] > x_0) { + if (glyphPositions[i] - x_0 <= x_0 - glyphPositions[i - 1]) + return i; + return i - 1; + } + } + return n - 1; +} +; +_.moveCursor__ZZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_moveCursor__ZZV(forward, jump){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$moveCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZZV(this, forward, jump); +} +; +_.next__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_next__ZV(up){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$next__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(this, up); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$paste__Ljava_lang_String_2ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_paste__Ljava_lang_String_2ZV(content_0, fireChangeEvent){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$paste__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2ZV(this, content_0, fireChangeEvent); +} +; +_.selectAll__V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_selectAll__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$selectAll__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); +} +; +_.setAlignment__IV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setAlignment__IV(alignment){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHAlign = alignment; +} +; +_.setBlinkTime__FV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setBlinkTime__FV(blinkTime){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime = blinkTime; +} +; +_.setClipboard__Lcom_badlogic_gdx_utils_Clipboard_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setClipboard__Lcom_badlogic_gdx_utils_Clipboard_2V(clipboard){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_clipboard = clipboard; +} +; +_.setCursorPosition__IV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setCursorPosition__IV(cursorPosition){ + if (cursorPosition < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('cursorPosition must be >= 0')); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = $wnd.Math.min(cursorPosition, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length); +} +; +_.setDisabled__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setDisabled__ZV(disabled){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled = disabled; +} +; +_.setFocusTraversal__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setFocusTraversal__ZV(focusTraversal){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_focusTraversal = focusTraversal; +} +; +_.setMaxLength__IV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setMaxLength__IV(maxLength){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_maxLength = maxLength; +} +; +_.setMessageText__Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setMessageText__Ljava_lang_String_2V(messageText){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_messageText = messageText; +} +; +_.setOnlyFontChars__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setOnlyFontChars__ZV(onlyFontChars){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_onlyFontChars = onlyFontChars; +} +; +_.setOnscreenKeyboard__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$OnscreenKeyboard_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setOnscreenKeyboard__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$OnscreenKeyboard_2V(keyboard){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyboard = keyboard; +} +; +_.setPasswordCharacter__CV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setPasswordCharacter__CV(passwordCharacter){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordCharacter = passwordCharacter; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode && com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); +} +; +_.setPasswordMode__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setPasswordMode__ZV(passwordMode){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode = passwordMode; + com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); +} +; +_.setProgrammaticChangeEvents__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setProgrammaticChangeEvents__ZV(programmaticChangeEvents){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_programmaticChangeEvents = programmaticChangeEvents; +} +; +_.setSelection__IIV = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setSelection__IIV(selectionStart, selectionEnd){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$setSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IIV(this, selectionStart, selectionEnd); +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style = style; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight = style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight - style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent * 2; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text != null && com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.setText__Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setText__Ljava_lang_String_2V(str){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$setText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2V(this, str); +} +; +_.setTextFieldFilter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setTextFieldFilter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter_2V(filter){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_filter = filter; +} +; +_.setTextFieldListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldListener_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_setTextFieldListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldListener_2V(listener){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_listener = listener; +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$updateDisplayText__V = function com_badlogic_gdx_scenes_scene2d_ui_TextField_updateDisplayText__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$withinMaxLength__IZ = function com_badlogic_gdx_scenes_scene2d_ui_TextField_withinMaxLength__IZ(size_0){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$withinMaxLength__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IZ(this, size_0); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$wordUnderCursor__F_3I = function com_badlogic_gdx_scenes_scene2d_ui_TextField_wordUnderCursor__F_3I(x_0){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$wordUnderCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2F_3I(this, x_0); +} +; +_.wordUnderCursor__I_3I = function com_badlogic_gdx_scenes_scene2d_ui_TextField_wordUnderCursor__I_3I(at){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$wordUnderCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2I_3I(this, at); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime = 0.3199999928474426; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn = false; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled = false; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_focusTraversal = true; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_focused = false; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_fontOffset = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_lastChangeTime = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_maxLength = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_onlyFontChars = true; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordCharacter = 149; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode = false; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_programmaticChangeEvents = false; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHAlign = 8; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_undoText = ''; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextEnd = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField_writeEnters = false; +var com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatInitialTime = $intern_361, com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTime = $intern_89, com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp1, com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp2, com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp3; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_599, 171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_$calculateCurrentLineIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2II(this$static, cursor){ + var index_0; + index_0 = 0; + while (index_0 < this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size && cursor > this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[index_0]) { + ++index_0; + } + return index_0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getCursorX__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2F(this$static){ + var fontData, glyphOffset, lineFirst, lineStart, textOffset; + textOffset = 0; + fontData = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data; + if (!(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor >= this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions.com_badlogic_gdx_utils_FloatArray_size || this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2 >= this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size)) { + lineStart = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2]; + glyphOffset = 0; + lineFirst = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(fontData, java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText, lineStart)); + !!lineFirst && (glyphOffset = lineFirst.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth?0:-lineFirst.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft); + textOffset = com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor) - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, lineStart) + glyphOffset; + } + return textOffset + fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_cursorX; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getLines__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2I(this$static){ + return (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size / 2 | 0) + (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length != 0 && (java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 10 || java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 13)?1:0); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_$moveCursorLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(this$static, line){ + var newLine; + if (line < 0) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = 0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset = -1; + } + else if (line >= (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size / 2 | 0) + (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length != 0 && (java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 10 || java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 13)?1:0)) { + newLine = (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size / 2 | 0) + (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length != 0 && (java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 10 || java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 13)?1:0) - 1; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length; + (line > (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size / 2 | 0) + (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length != 0 && (java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 10 || java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 13)?1:0) || newLine == this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine) && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset = -1); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine = newLine; + } + else if (line != this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset < 0 && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size <= this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2?0:com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor) - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2))); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine = line; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2 >= this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size?this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length:com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2); + while (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor < this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length && this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor <= com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2 + 1) - 1 && com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor) - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2)) < this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset) { + ++this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor; + } + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateCurrentLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this$static); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateFirstLineShowing__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this$static); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_$showCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this$static){ + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateCurrentLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this$static); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateFirstLineShowing__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateCurrentLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this$static){ + var index_0, line; + index_0 = com_badlogic_gdx_scenes_scene2d_ui_TextArea_$calculateCurrentLineIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2II(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor); + line = index_0 / 2 | 0; + (index_0 % 2 == 0 || index_0 + 1 >= this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size || this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor != this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[index_0] || this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[index_0 + 1] != this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[index_0]) && (line < (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size / 2 | 0) || this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length == 0 || java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 10 || java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 13) && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine = line); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateFirstLineShowing__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateFirstLineShowing__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this$static){ + var step; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine != this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing) { + step = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine >= this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing?1:-1; + while (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing > this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine || this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesShowing - 1 < this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing += step; + } + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_TextArea__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(text_0, skin){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V.call(this, text_0, skin); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_TextArea__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(text_0, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V.call(this, text_0, skin, styleName); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextArea_TextArea__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(text_0, style){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V.call(this, text_0, style); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(440, 171, {70:1, 440:1, 171:1, 112:1, 168:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_TextArea_TextArea__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_TextArea_TextArea__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_TextArea_TextArea__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V); +_.private$com_badlogic_gdx_scenes_scene2d_ui_TextArea$calculateCurrentLineIndex__II = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_calculateCurrentLineIndex__II(cursor){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + return com_badlogic_gdx_scenes_scene2d_ui_TextArea_$calculateCurrentLineIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2II(this, cursor); +} +; +_.calculateOffsets__V = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_calculateOffsets__V(){ + var c, font, i, lastCharacter, lastSpace, layout, layoutPool, lineStart, maxWidthLine, pos; + com_badlogic_gdx_scenes_scene2d_ui_TextField_$calculateOffsets__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); + if (!java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_lastText)) { + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_lastText = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text; + font = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font; + maxWidthLine = this.com_badlogic_gdx_scenes_scene2d_Actor_width - (this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background?this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background.getLeftWidth__F() + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background.getRightWidth__F():0); + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size = 0; + lineStart = 0; + lastSpace = 0; + layoutPool = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit)); + layout = layoutPool.com_badlogic_gdx_utils_Pool_freeObjects.com_badlogic_gdx_utils_Array_size == 0?layoutPool.newObject__Ljava_lang_Object_2():com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(layoutPool.com_badlogic_gdx_utils_Pool_freeObjects); + for (i = 0; i < this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length; i++) { + lastCharacter = java_lang_String_$charAt__Ljava_lang_String_2IC(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, i); + if (lastCharacter == 13 || lastCharacter == 10) { + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, lineStart); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, i); + lineStart = i + 1; + } + else { + lastSpace = (pos = com_badlogic_gdx_scenes_scene2d_ui_TextArea_$calculateCurrentLineIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2II(this, i) , c = java_lang_String_$charAt__Ljava_lang_String_2IC(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, i) , java_lang_Character_isLeterOrDigitRegex == null && (java_lang_Character_isLeterOrDigitRegex = new RegExp($intern_597, 'i')) , java_lang_Character_isLeterOrDigitRegex.test(String.fromCharCode(c)) && (pos < 0 || pos >= this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size - 2 || this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[pos + 1] != i || this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[pos + 1] == this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[pos + 2])?lastSpace:i); + com_badlogic_gdx_graphics_g2d_GlyphLayout_$setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(layout, font, java_lang_String_$subSequence__Ljava_lang_String_2IILjava_lang_CharSequence_2(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, lineStart, i + 1)); + if (layout.com_badlogic_gdx_graphics_g2d_GlyphLayout_width > maxWidthLine) { + lineStart >= lastSpace && (lastSpace = i - 1); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, lineStart); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, lastSpace + 1); + lineStart = lastSpace + 1; + lastSpace = lineStart; + } + } + } + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(layoutPool, layout); + if (lineStart < this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length) { + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, lineStart); + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length); + } + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateCurrentLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateFirstLineShowing__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); + } +} +; +_.continueCursor__IIZ = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_continueCursor__IIZ(index_0, offset){ + var com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_pos_0, com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_c_0; + return com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_pos_0 = com_badlogic_gdx_scenes_scene2d_ui_TextArea_$calculateCurrentLineIndex__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2II(this, index_0 + offset) , com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_c_0 = java_lang_String_$charAt__Ljava_lang_String_2IC(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, index_0 + offset) , java_lang_Character_isLeterOrDigitRegex == null && (java_lang_Character_isLeterOrDigitRegex = new RegExp($intern_597, 'i')) , java_lang_Character_isLeterOrDigitRegex.test(String.fromCharCode(com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_c_0)) && (com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_pos_0 < 0 || com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_pos_0 >= this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size - 2 || this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_pos_0 + 1] != index_0 || this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_pos_0 + 1] == this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[com_badlogic_gdx_scenes_scene2d_ui_TextArea_$continueCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ_pos_0 + 2]); +} +; +_.createInputListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_createInputListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2(){ + return new com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_TextArea$TextAreaListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); +} +; +_.drawCursor__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_drawCursor__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(cursorPatch, batch, font, x_0, y_0){ + var font0; + cursorPatch.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0 + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getCursorX__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2F(this), y_0 + (font0 = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font , -(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine - this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing + 1) * font0.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight), cursorPatch.getMinWidth__F(), font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight); +} +; +_.drawSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_drawSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(selection, batch, font, x_0, y_0){ + var end, fontData, fontLineOffsetWidth, fontLineOffsetX, i, lineEnd, lineFirst, lineHeight, lineStart, maxIndex, minIndex, offsetY, selectionWidth, selectionX, start_0; + i = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing * 2; + offsetY = 0; + minIndex = $wnd.Math.min(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart); + maxIndex = $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart); + fontData = font.com_badlogic_gdx_graphics_g2d_BitmapFont_data; + lineHeight = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight; + while (i + 1 < this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size && i < (this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesShowing) * 2) { + lineStart = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, i); + lineEnd = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, i + 1); + if (!(minIndex < lineStart && minIndex < lineEnd && maxIndex < lineStart && maxIndex < lineEnd || minIndex > lineStart && minIndex > lineEnd && maxIndex > lineStart && maxIndex > lineEnd)) { + start_0 = $wnd.Math.max(lineStart, minIndex); + end = $wnd.Math.min(lineEnd, maxIndex); + fontLineOffsetX = 0; + fontLineOffsetWidth = 0; + lineFirst = com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$getGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(fontData, java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText, lineStart)); + !!lineFirst && (start_0 == lineStart?(fontLineOffsetWidth = lineFirst.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth?0:-lineFirst.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft):(fontLineOffsetX = lineFirst.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth?0:-lineFirst.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset * fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX - fontData.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft)); + selectionX = com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, start_0) - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, lineStart); + selectionWidth = com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, end) - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions, start_0); + selection.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0 + selectionX + fontLineOffsetX, y_0 - lineHeight - offsetY, selectionWidth + fontLineOffsetWidth, font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight); + } + offsetY += font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight; + i += 2; + } +} +; +_.drawText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_drawText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(batch, font, x_0, y_0){ + var i, offsetY; + offsetY = -(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight - this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight) / 2; + for (i = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing * 2; i < (this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesShowing) * 2 && i < this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size; i += 2) { + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(font, batch, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText, x_0, y_0 + offsetY, this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[i], this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[i + 1], 0, 8, false); + offsetY -= font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight; + } +} +; +_.getCursorLine__I = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_getCursorLine__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine; +} +; +_.getCursorX__F = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_getCursorX__F(){ + return com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getCursorX__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2F(this); +} +; +_.getCursorY__F = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_getCursorY__F(){ + var com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getCursorY__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2F_font_0; + return com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getCursorY__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2F_font_0 = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font , -(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine - this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing + 1) * com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getCursorY__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2F_font_0.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight; +} +; +_.getFirstLineShowing__I = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_getFirstLineShowing__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing; +} +; +_.getLines__I = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_getLines__I(){ + return com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getLines__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2I(this); +} +; +_.getLinesShowing__I = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_getLinesShowing__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesShowing; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_getPrefHeight__F(){ + var prefHeight; + if (this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_prefRows <= 0) { + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$getPrefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2F(this); + } + else { + prefHeight = (com_badlogic_gdx_math_MathUtils_$clinit__V() , $intern_390 - com_google_gwt_lang_Cast_round_1int__DI($intern_390 - this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight * this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_prefRows)); + !!this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background && (prefHeight = $wnd.Math.max(prefHeight + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background.getBottomHeight__F() + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background.getTopHeight__F(), this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background.getMinHeight__F())); + return prefHeight; + } +} +; +_.getTextY__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2F = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_getTextY__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2F(font, background){ + var textY; + textY = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + !!background && (textY = textY - background.getTopHeight__F()); + font.com_badlogic_gdx_graphics_g2d_BitmapFont_integer && (textY = com_google_gwt_lang_Cast_round_1int__DI(textY)); + return textY; +} +; +_.initialize__V = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_initialize__V(){ + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_inputListener = new com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_TextArea$TextAreaListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this)); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_writeEnters = true; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak = new com_badlogic_gdx_utils_IntArray_IntArray__V; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine = 0; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing = 0; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset = -1; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesShowing = 0; +} +; +_.letterUnderCursor__FI = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_letterUnderCursor__FI(x_0){ + var end, glyphPositions, i, start_0; + if (this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size > 0) { + if (this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2 >= this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size) { + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length; + } + else { + glyphPositions = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions.com_badlogic_gdx_utils_FloatArray_items; + start_0 = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2]; + x_0 += glyphPositions[start_0]; + end = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2 + 1]; + i = start_0; + for (; i < end; i++) + if (glyphPositions[i] > x_0) + break; + if (i > 0 && glyphPositions[i] - x_0 <= x_0 - glyphPositions[i - 1]) + return i; + return $wnd.Math.max(0, i - 1); + } + } + else { + return 0; + } +} +; +_.moveCursor__ZZV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveCursor__ZZV(forward, jump){ + var count, index_0; + count = forward?1:-1; + index_0 = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2 + count; + if (index_0 >= 0 && index_0 + 1 < this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size && this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[index_0] == this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor && this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_items[index_0 + 1] == this.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor) { + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine += count; + jump && com_badlogic_gdx_scenes_scene2d_ui_TextField_$moveCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZZV(this, forward, jump); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateCurrentLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateFirstLineShowing__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); + } + else { + com_badlogic_gdx_scenes_scene2d_ui_TextField_$moveCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZZV(this, forward, jump); + } + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateCurrentLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); +} +; +_.moveCursorLine__IV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveCursorLine__IV(line){ + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$moveCursorLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(this, line); +} +; +_.newLineAtEnd__Z = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_newLineAtEnd__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length != 0 && (java_lang_String_$charAt__Ljava_lang_String_2IC(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 10 || java_lang_String_$charAt__Ljava_lang_String_2IC(this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - 1) == 13); +} +; +_.setPrefRows__FV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_setPrefRows__FV(prefRows){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_prefRows = prefRows; +} +; +_.setSelection__IIV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_setSelection__IIV(selectionStart, selectionEnd){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$setSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IIV(this, selectionStart, selectionEnd); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateCurrentLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_497)); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style = style; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight = style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight - style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField_text != null && com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$showCursor__V = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_showCursor__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$showCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); +} +; +_.sizeChanged__V = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_sizeChanged__V(){ + var availableHeight, background, font; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_lastText = null; + font = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font; + background = this.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background; + availableHeight = this.com_badlogic_gdx_scenes_scene2d_Actor_height - (!background?0:background.getBottomHeight__F() + background.getTopHeight__F()); + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesShowing = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.floor(availableHeight / font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight)); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$updateCurrentLine__V = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_updateCurrentLine__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateCurrentLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$updateFirstLineShowing__V = function com_badlogic_gdx_scenes_scene2d_ui_TextArea_updateFirstLineShowing__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateFirstLineShowing__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesShowing = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TextArea_prefRows = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_600, 440, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$keyDown__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(this$static, keycode){ + var ctrl, handled, jump, oldText, repeat, temp; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled) + return false; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_focused; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTask); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_focused && com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FFLcom_badlogic_gdx_utils_Timer$Task_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTask, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime); + if (!com_badlogic_gdx_scenes_scene2d_Actor_$hasKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01)) + return false; + repeat = false; + ctrl = (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac?com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 63):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 129) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 130)); + jump = ctrl && !this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode; + handled = true; + if (ctrl) { + switch (keycode) { + case 50: + com_badlogic_gdx_scenes_scene2d_ui_TextField_$paste__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2ZV(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_clipboard.com_badlogic_gdx_backends_gwt_GwtClipboard_content, true); + repeat = true; + break; + case 31: + case 124: + com_badlogic_gdx_scenes_scene2d_ui_TextField_$copy__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01); + return true; + case 52: + com_badlogic_gdx_scenes_scene2d_ui_TextField_$cut__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, true); + return true; + case 29: + com_badlogic_gdx_scenes_scene2d_ui_TextField_$selectAll__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01); + return true; + case 54: + oldText = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text; + com_badlogic_gdx_scenes_scene2d_ui_TextField_$setText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_undoText); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_undoText = oldText; + com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01); + return true; + default:handled = false; + } + } + if (com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 59) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 60)) { + switch (keycode) { + case 124: + com_badlogic_gdx_scenes_scene2d_ui_TextField_$paste__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2ZV(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_clipboard.com_badlogic_gdx_backends_gwt_GwtClipboard_content, true); + break; + case 112: + com_badlogic_gdx_scenes_scene2d_ui_TextField_$cut__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, true); + } + selection: { + temp = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor; + keys_0: { + switch (keycode) { + case 21: + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.moveCursor__ZZV(false, jump); + repeat = true; + handled = true; + break keys_0; + case 22: + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.moveCursor__ZZV(true, jump); + repeat = true; + handled = true; + break keys_0; + case 3: + this$static.goHome__ZV(jump); + handled = true; + break keys_0; + case 123: + this$static.goEnd__ZV(jump); + handled = true; + break keys_0; + } + break selection; + } + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart = temp; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = true; + } + } + } + else { + switch (keycode) { + case 21: + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.moveCursor__ZZV(false, jump); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + repeat = true; + handled = true; + break; + case 22: + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.moveCursor__ZZV(true, jump); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + repeat = true; + handled = true; + break; + case 3: + this$static.goHome__ZV(jump); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + handled = true; + break; + case 123: + this$static.goEnd__ZV(jump); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + handled = true; + } + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = com_badlogic_gdx_math_MathUtils_clamp__IIII(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length); + repeat && com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$scheduleKeyRepeatTask__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2IV(this$static, keycode); + return handled; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$keyTyped__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(this$static, character){ + var add_0, backspace, delete_0, enter, insertion, oldCursor, oldText, remove, time; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled) + return false; + switch (character) { + case 8: + case 9: + case 10: + case 13: + break; + default:if (character < 32) + return false; + } + if (!com_badlogic_gdx_scenes_scene2d_Actor_$hasKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01)) + return false; + if ((com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac) && com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 63)) + return true; + if (this$static.checkFocusTraversal__CZ(character)) + com_badlogic_gdx_scenes_scene2d_ui_TextField_$next__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 59) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 60)); + else { + enter = character == 13 || character == 10; + delete_0 = character == 127; + backspace = character == 8; + add_0 = enter?this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_writeEnters:!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_onlyFontChars || com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$hasGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data, character); + remove = backspace || delete_0; + if (add_0 || remove) { + oldText = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text; + oldCursor = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor; + if (remove) { + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection) + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = com_badlogic_gdx_scenes_scene2d_ui_TextField_$delete__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZI(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, false); + else { + if (backspace && this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor > 0) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor - 1) + ('' + java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor--)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset = 0; + } + delete_0 && this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor < this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor) + ('' + java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor + 1))); + } + } + if (add_0 && !remove) { + if (!enter && !!this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_filter && !com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_$acceptChar__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(character)) + return true; + if (!com_badlogic_gdx_scenes_scene2d_ui_TextField_$withinMaxLength__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IZ(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length - (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection?$wnd.Math.abs(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor - this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart):0))) + return true; + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = com_badlogic_gdx_scenes_scene2d_ui_TextField_$delete__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZI(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, false)); + insertion = enter?$intern_39:String.fromCharCode(character); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text = com_badlogic_gdx_scenes_scene2d_ui_TextField_$insert__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor++, insertion, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text); + } + if (com_badlogic_gdx_scenes_scene2d_ui_TextField_$changeText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2Ljava_lang_String_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, oldText, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text)) { + time = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())); + com_google_gwt_lang_LongLib_gt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(time, 750), this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_lastChangeTime) && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_undoText = oldText); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_lastChangeTime = time; + com_badlogic_gdx_scenes_scene2d_ui_TextField_$updateDisplayText__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01); + } + else + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text, oldText) || (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = oldCursor); + } + } + return true; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$scheduleKeyRepeatTask__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2IV(this$static, keycode){ + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTask.com_badlogic_gdx_utils_Timer$Task_repeatCount == -1 || this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTask.com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_keycode != keycode) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTask.com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_keycode = keycode; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTask); + com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FFLcom_badlogic_gdx_utils_Timer$Task_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTask, (com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatInitialTime), com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTime); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$setCursorPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2FFV(this$static, x_0){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.letterUnderCursor__FI(x_0); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn = this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_focused; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTask); + this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_focused && com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FFLcom_badlogic_gdx_utils_Timer$Task_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTask, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime, this$static.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_TextField$TextFieldClickListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(441, 144, {82:1, 91:1, 441:1, 144:1}, com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_TextField$TextFieldClickListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V); +_.checkFocusTraversal__CZ = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_checkFocusTraversal__CZ(character){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_focusTraversal && (character == 9 || (character == 13 || character == 10) && ((com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isAndroid) || com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isIos)); +} +; +_.clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(event_0, x_0, y_0){ + var array, count; + count = this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCount % 4; + count == 0 && (this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false); + if (count == 2) { + array = com_badlogic_gdx_scenes_scene2d_ui_TextField_$wordUnderCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2F_3I(this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01, x_0); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.setSelection__IIV(array[0], array[1]); + } + count == 3 && com_badlogic_gdx_scenes_scene2d_ui_TextField_$selectAll__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01); +} +; +_.goEnd__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_goEnd__ZV(jump){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length; +} +; +_.goHome__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_goHome__ZV(jump){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = 0; +} +; +_.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$keyDown__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(this, keycode); +} +; +_.keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(event_0, character){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$keyTyped__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(this, character); +} +; +_.keyUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_keyUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled) + return false; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTask); + return true; +} +; +_.scheduleKeyRepeatTask__IV = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_scheduleKeyRepeatTask__IV(keycode){ + com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$scheduleKeyRepeatTask__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2IV(this, keycode); +} +; +_.setCursorPosition__FFV = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_setCursorPosition__FFV(x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$setCursorPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2FFV(this, x_0); +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + var stage; + if (!com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$touchDown__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(this, x_0, y_0, pointer, button)) + return false; + if (pointer == 0 && button != 0) + return false; + if (this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled) + return true; + this.setCursorPosition__FFV(x_0, y_0); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart = this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor; + stage = this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage; + !!stage && com_badlogic_gdx_scenes_scene2d_Stage_$setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(stage, this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = true; + return true; +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$touchDragged__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(this, event_0, x_0, y_0, pointer); + this.setCursorPosition__FFV(x_0, y_0); +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart == this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false); + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_$touchUp__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(this, event_0, x_0, y_0, pointer, button); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TextField/TextFieldClickListener', 441, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_TextArea$TextAreaListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_TextField$TextFieldClickListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V.call(this, this$0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(509, 441, {82:1, 91:1, 509:1, 441:1, 144:1}, com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_TextArea$TextAreaListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V); +_.checkFocusTraversal__CZ = function com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_checkFocusTraversal__CZ(character){ + return this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_focusTraversal && character == 9; +} +; +_.goEnd__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_goEnd__ZV(jump){ + jump || this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine >= com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getLines__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2I(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01)?(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_text.length):this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2 + 1 < this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size && (this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2 + 1)); +} +; +_.goHome__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_goHome__ZV(jump){ + jump?(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = 0):this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2 < this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak.com_badlogic_gdx_utils_IntArray_size && (this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak, this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine * 2)); +} +; +_.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode){ + var repeat, result, shift_0; + result = com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$keyDown__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(this, keycode); + if (com_badlogic_gdx_scenes_scene2d_Actor_$hasKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01)) { + repeat = false; + shift_0 = com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 59) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 60); + if (keycode == 20) { + if (shift_0) { + if (!this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection) { + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = true; + } + } + else { + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + } + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$moveCursorLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01, this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine + 1); + repeat = true; + } + else if (keycode == 19) { + if (shift_0) { + if (!this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection) { + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = true; + } + } + else { + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = false; + } + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$moveCursorLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01, this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine - 1); + repeat = true; + } + else { + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset = -1; + } + repeat && com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$scheduleKeyRepeatTask__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2IV(this, keycode); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$showCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01); + return true; + } + return result; +} +; +_.keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ = function com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(event_0, character){ + var result; + result = com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$keyTyped__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(this, character); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$showCursor__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01); + return result; +} +; +_.setCursorPosition__FFV = function com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_setCursorPosition__FFV(x_0, y_0){ + var background, font, height; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset = -1; + background = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background; + font = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font; + height = this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_Actor_height; + if (background) { + height -= background.getTopHeight__F(); + x_0 -= background.getLeftWidth__F(); + } + x_0 = $wnd.Math.max(0, x_0); + !!background && (y_0 -= background.getTopHeight__F()); + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.floor((height - y_0) / font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight)) + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing; + this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine = $wnd.Math.max(0, $wnd.Math.min(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine, com_badlogic_gdx_scenes_scene2d_ui_TextArea_$getLines__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2I(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01) - 1)); + com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_$setCursorPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2FFV(this, x_0); + com_badlogic_gdx_scenes_scene2d_ui_TextArea_$updateCurrentLine__Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_this$01); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea$TextAreaListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TextArea/TextAreaListener', 509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextField$1_TextField$1__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$1_this$01 = this$0; + com_badlogic_gdx_utils_Timer$Task_Timer$Task__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_601, 146, $intern_310, com_badlogic_gdx_scenes_scene2d_ui_TextField$1_TextField$1__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V); +_.run__V = function com_badlogic_gdx_scenes_scene2d_ui_TextField$1_run__V(){ + if (!this.com_badlogic_gdx_scenes_scene2d_ui_TextField$1_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage) { + this.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis = 0; + this.com_badlogic_gdx_utils_Timer$Task_repeatCount = -1; + return; + } + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn = !this.com_badlogic_gdx_scenes_scene2d_ui_TextField$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TextField/1', $intern_601, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_484, 'TextField/OnscreenKeyboard'); +function com_badlogic_gdx_scenes_scene2d_ui_TextField$DefaultOnscreenKeyboard_TextField$DefaultOnscreenKeyboard__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(510, 1, {510:1, 1137:1}, com_badlogic_gdx_scenes_scene2d_ui_TextField$DefaultOnscreenKeyboard_TextField$DefaultOnscreenKeyboard__V); +_.show__ZV = function com_badlogic_gdx_scenes_scene2d_ui_TextField$DefaultOnscreenKeyboard_show__ZV(visible){ +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$DefaultOnscreenKeyboard_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TextField/DefaultOnscreenKeyboard', 510, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_TextField$KeyRepeatTask__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_this$01 = this$0; + com_badlogic_gdx_utils_Timer$Task_Timer$Task__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1027, 146, $intern_310, com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_TextField$KeyRepeatTask__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2V); +_.run__V = function com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_run__V(){ + if (!this.com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage) { + this.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis = 0; + this.com_badlogic_gdx_utils_Timer$Task_repeatCount = -1; + return; + } + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_this$01.com_badlogic_gdx_scenes_scene2d_ui_TextField_inputListener.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(null, this.com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_keycode); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_TextField$KeyRepeatTask_keycode = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$KeyRepeatTask_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TextField/KeyRepeatTask', 1027, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_484, 'TextField/TextFieldFilter'); +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_$acceptChar__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(c){ + return java_lang_Character_digitRegex == null && (java_lang_Character_digitRegex = new RegExp('\\d')) , java_lang_Character_digitRegex.test(String.fromCharCode(c)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_TextField$TextFieldFilter$DigitsOnlyFilter__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(633, 1, {1138:1, 633:1}, com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_TextField$TextFieldFilter$DigitsOnlyFilter__V); +_.acceptChar__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ = function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_acceptChar__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(textField, c){ + return com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_$acceptChar__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(c); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter$DigitsOnlyFilter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TextField/TextFieldFilter/DigitsOnlyFilter', 633, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_TextField$TextFieldStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_TextField$TextFieldStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(font, fontColor, cursor, selection, background){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font = font; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_fontColor = fontColor; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_cursor = cursor; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_selection = selection; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background = background; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_TextField$TextFieldStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font = style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font; + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_fontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_fontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_fontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedFontColor)); + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledFontColor)); + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground = style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground = style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_cursor = style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_cursor; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_selection = style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_selection; + this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFont = style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFont; + !!style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(442, 1, {442:1}, com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_TextField$TextFieldStyle__V, com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_TextField$TextFieldStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V, com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_TextField$TextFieldStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TextField/TextFieldStyle', 442, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_tmp = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$setContainerPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static, actor, x_0, y_0){ + var dist, offsetX, offsetY, point, stage; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_targetActor = actor; + stage = actor.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return; + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_maxWidth, $intern_5); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container); + com_badlogic_gdx_scenes_scene2d_ui_Container_$width__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_ui_Container_actor.com_badlogic_gdx_scenes_scene2d_Actor_width); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$pack__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container); + offsetX = this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_offsetX; + offsetY = this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_offsetY; + dist = this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_edgeDistance; + point = com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(actor, null, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_ui_Tooltip_tmp, x_0 + offsetX, y_0 - offsetY - this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_height)); + point.com_badlogic_gdx_math_Vector2_y < dist && (point = com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(actor, null, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_ui_Tooltip_tmp, x_0 + offsetX, y_0 + offsetY))); + point.com_badlogic_gdx_math_Vector2_x < dist && (point.com_badlogic_gdx_math_Vector2_x = dist); + point.com_badlogic_gdx_math_Vector2_x + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_width > stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth - dist && (point.com_badlogic_gdx_math_Vector2_x = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth - dist - this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_width); + point.com_badlogic_gdx_math_Vector2_y + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_height > stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight - dist && (point.com_badlogic_gdx_math_Vector2_y = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight - dist - this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_height); + com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, point.com_badlogic_gdx_math_Vector2_x, point.com_badlogic_gdx_math_Vector2_y); + point = com_badlogic_gdx_scenes_scene2d_Actor_$localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(actor, null, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_ui_Tooltip_tmp, actor.com_badlogic_gdx_scenes_scene2d_Actor_width / 2, actor.com_badlogic_gdx_scenes_scene2d_Actor_height / 2)); + com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(point, this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_x, this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_y); + com_badlogic_gdx_scenes_scene2d_Actor_$setOrigin__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, point.com_badlogic_gdx_math_Vector2_x, point.com_badlogic_gdx_math_Vector2_y); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_Tooltip__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(contents){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_Tooltip__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V.call(this, contents, com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_getInstance__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2()); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_Tooltip__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V(contents, manager){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager = manager; + this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container = new com_badlogic_gdx_scenes_scene2d_ui_Tooltip$1_Tooltip$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this, contents); + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_disabled)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(298, 91, {82:1, 91:1, 298:1}, com_badlogic_gdx_scenes_scene2d_ui_Tooltip_Tooltip__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V, com_badlogic_gdx_scenes_scene2d_ui_Tooltip_Tooltip__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V); +_.enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, fromActor){ + var actor; + if (pointer != -1) + return; + if (this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_touchIndependent && com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isTouched__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Z(com_badlogic_gdx_Gdx_input)) + return; + actor = event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor; + if (!!fromActor && com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(fromActor, actor)) + return; + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$setContainerPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, actor, x_0, y_0); + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$enter__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager, this); +} +; +_.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, toActor){ + if (!!toActor && com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(toActor, event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor)) + return; + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager, this); +} +; +_.getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_ui_Container_actor; +} +; +_.getContainer__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_getContainer__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container; +} +; +_.getManager__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_getManager__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager; +} +; +_.hide__V = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_hide__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager, this); +} +; +_.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(event_0, x_0, y_0){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_parent) + return false; + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$setContainerPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor, x_0, y_0); + return true; +} +; +_.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(contents){ + com_badlogic_gdx_scenes_scene2d_ui_Container_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, contents); +} +; +_.setAlways__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_setAlways__ZV(always){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_always = always; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Tooltip$setContainerPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_setContainerPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(actor, x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$setContainerPosition__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, actor, x_0, y_0); +} +; +_.setInstant__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_setInstant__ZV(instant){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_instant = instant; +} +; +_.setTouchIndependent__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_setTouchIndependent__ZV(touchIndependent){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_touchIndependent = touchIndependent; +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_instant) { + com_badlogic_gdx_scenes_scene2d_Actor_$setZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, $intern_5); + return false; + } + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$touchDown__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager, this); + return false; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_always = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_instant = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_touchIndependent = false; +var com_badlogic_gdx_scenes_scene2d_ui_Tooltip_tmp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_602, 298, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style){ + return new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(text_0, style); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(this$static, style){ + var label_0, wrap; + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V($intern_514)); + com_badlogic_gdx_scenes_scene2d_ui_Container_$setBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZV(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, style.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_background, true); + com_badlogic_gdx_scenes_scene2d_ui_Container_$maxWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, style.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_wrapWidth); + wrap = style.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_wrapWidth != 0; + com_badlogic_gdx_scenes_scene2d_ui_Container_$fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, wrap); + label_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_ui_Container_actor; + com_badlogic_gdx_scenes_scene2d_ui_Label_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(label_0, style.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_label); + label_0.com_badlogic_gdx_scenes_scene2d_ui_Label_wrap = wrap; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(label_0); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(text_0, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_getInstance__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2(), com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(text_0, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_getInstance__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2(), com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(text_0, style){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V.call(this, text_0, com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_getInstance__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2(), style); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(text_0, manager, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V.call(this, text_0, manager, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(text_0, manager, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V.call(this, text_0, manager, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(text_0, manager, style){ + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_Tooltip__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V.call(this, null, manager); + com_badlogic_gdx_scenes_scene2d_ui_Container_$setActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_label)); + com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(this, style); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(163, 298, {82:1, 91:1, 163:1, 298:1}, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V); +_.newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2 = function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style){ + return com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_$newLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(text_0, style); +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(this, style); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_603, 163, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_TextTooltip$TextTooltipStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_TextTooltip$TextTooltipStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(label_0, background){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_label = label_0; + this.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_background = background; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_TextTooltip$TextTooltipStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_label = new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(style.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_label); + this.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_background; + this.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_wrapWidth = style.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_wrapWidth; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(443, 1, {443:1}, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_TextTooltip$TextTooltipStyle__V, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_TextTooltip$TextTooltipStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V, com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_TextTooltip$TextTooltipStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V); +_.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_wrapWidth = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TextTooltip/TextTooltipStyle', 443, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Tooltip$1_Tooltip$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$0, $anonymous0){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip$1_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_ui_Container_Container__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_604, 290, $intern_517, com_badlogic_gdx_scenes_scene2d_ui_Tooltip$1_Tooltip$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V); +_.act__FV = function com_badlogic_gdx_scenes_scene2d_ui_Tooltip$1_act__FV(delta){ + com_badlogic_gdx_scenes_scene2d_Group_$act__Lcom_badlogic_gdx_scenes_scene2d_Group_2FV(this, delta); + !!this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_targetActor && !this.com_badlogic_gdx_scenes_scene2d_ui_Tooltip$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_targetActor.com_badlogic_gdx_scenes_scene2d_Actor_stage && com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Tooltip/1', $intern_604, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$enter__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this$static, tooltip){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip = tooltip; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask); + (this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_enabled || tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_always) && (this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time == 0 || tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_instant?com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_$run__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask):com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FLcom_badlogic_gdx_utils_Timer$Task_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask, this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this$static, tooltip){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip = null; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask); + if (tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_parent) { + com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_shown, tooltip, true); + com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2(com_badlogic_gdx_scenes_scene2d_actions_Actions_alpha__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2($intern_363, $intern_363, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade)), com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2($intern_605, $intern_605, $intern_363, com_badlogic_gdx_math_Interpolation_fade)), com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit))); + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTask); + com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FLcom_badlogic_gdx_utils_Timer$Task_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTask, this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTime); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$showAction__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this$static, tooltip){ + var actionTime; + actionTime = this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_animations?this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time > 0?0.5:$intern_365:$intern_89; + com_badlogic_gdx_scenes_scene2d_Group_$setTransform__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, true); + tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container.com_badlogic_gdx_scenes_scene2d_Actor_color.com_badlogic_gdx_graphics_Color_a = $intern_363; + com_badlogic_gdx_scenes_scene2d_Actor_$setScale__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, $intern_605); + com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2(com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeIn__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(actionTime, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade)), com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(1, 1, actionTime, com_badlogic_gdx_math_Interpolation_fade))); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$touchDown__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this$static, tooltip){ + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask); + com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container) && com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTask); + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_$run__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTask); + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_enabled || tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_always) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip = tooltip; + com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FLcom_badlogic_gdx_utils_Timer$Task_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask, this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_TooltipManager__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_shown = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time = this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_initialTime; + this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTask = new com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_TooltipManager$1__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask = new com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_TooltipManager$2__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_getInstance__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2(){ + if (!com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_files || com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_files != com_badlogic_gdx_Gdx_files) { + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_files = com_badlogic_gdx_Gdx_files; + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_instance = new com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_TooltipManager__V; + } + return com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_instance; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(511, 1, {511:1}, com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_TooltipManager__V); +_.enter__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V = function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_enter__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(tooltip){ + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$enter__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this, tooltip); +} +; +_.hide__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V = function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_hide__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(tooltip){ + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this, tooltip); +} +; +_.hideAction__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V = function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_hideAction__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(tooltip){ + com_badlogic_gdx_scenes_scene2d_Actor_$addAction__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2(com_badlogic_gdx_scenes_scene2d_actions_Actions_alpha__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2($intern_363, $intern_363, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade)), com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2($intern_605, $intern_605, $intern_363, com_badlogic_gdx_math_Interpolation_fade)), com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit))); +} +; +_.hideAll__V = function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_hideAll__V(){ + var tooltip, tooltip$iterator; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTask); + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask); + this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time = this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_initialTime; + this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip = null; + for (tooltip$iterator = com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_shown); com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(tooltip$iterator);) { + tooltip = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(tooltip$iterator); + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$hide__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(tooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager, tooltip); + } + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_shown); +} +; +_.instant__V = function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_instant__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time = 0; + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_$run__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask); + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask); +} +; +_.showAction__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V = function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showAction__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(tooltip){ + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$showAction__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this, tooltip); +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V = function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_touchDown__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(tooltip){ + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$touchDown__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this, tooltip); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_animations = true; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_edgeDistance = 7; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_enabled = true; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_initialTime = 2; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_maxWidth = $intern_5; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_offsetX = 15; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_offsetY = 19; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTime = 1.5; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_subsequentTime = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time = 0; +var com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_files, com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_instance; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_606, 511, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_$run__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time = this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_initialTime; +} + +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_TooltipManager$1__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_this$01 = this$0; + com_badlogic_gdx_utils_Timer$Task_Timer$Task__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_607, 146, $intern_310, com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_TooltipManager$1__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V); +_.run__V = function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_run__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_$run__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager$1_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TooltipManager/1', $intern_607, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_$run__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_2V(this$static){ + var stage; + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip || !this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_targetActor) + return; + stage = this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_targetActor.com_badlogic_gdx_scenes_scene2d_Actor_stage; + if (!stage) + return; + com_badlogic_gdx_scenes_scene2d_Stage_$addActor__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(stage, this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container); + com_badlogic_gdx_scenes_scene2d_Actor_$setZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container, $intern_5); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_shown, this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip); + com_badlogic_gdx_scenes_scene2d_Actor_$clearActions__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container); + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_$showAction__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01, this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip); + if (!this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_instant) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time = this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_subsequentTime; + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTask); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_TooltipManager$2__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_this$01 = this$0; + com_badlogic_gdx_utils_Timer$Task_Timer$Task__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_608, 146, $intern_310, com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_TooltipManager$2__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V); +_.run__V = function com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_run__V(){ + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_$run__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager$2_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'TooltipManager/2', $intern_608, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FFZV(this$static, x_0, y_0, isTouchUp){ + var centerX, centerY, changeEvent, length_0, oldPercentX, oldPercentY, oldPositionX, oldPositionY; + oldPositionX = this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition.com_badlogic_gdx_math_Vector2_x; + oldPositionY = this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition.com_badlogic_gdx_math_Vector2_y; + oldPercentX = this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent.com_badlogic_gdx_math_Vector2_x; + oldPercentY = this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent.com_badlogic_gdx_math_Vector2_y; + centerX = this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds.com_badlogic_gdx_math_Circle_x; + centerY = this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds.com_badlogic_gdx_math_Circle_y; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition, centerX, centerY); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent, 0, 0); + if (!isTouchUp) { + if (!com_badlogic_gdx_math_Circle_$contains__Lcom_badlogic_gdx_math_Circle_2FFZ(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneBounds, x_0, y_0)) { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent, (x_0 - centerX) / this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds.com_badlogic_gdx_math_Circle_radius, (y_0 - centerY) / this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds.com_badlogic_gdx_math_Circle_radius); + length_0 = com_badlogic_gdx_math_Vector2_$len__Lcom_badlogic_gdx_math_Vector2_2F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent); + length_0 > 1 && com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent, 1 / length_0); + com_badlogic_gdx_math_Circle_$contains__Lcom_badlogic_gdx_math_Circle_2FFZ(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds, x_0, y_0)?com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition, x_0, y_0):com_badlogic_gdx_math_Vector2_$add__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$scl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$nor__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition, this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent)), this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds.com_badlogic_gdx_math_Circle_radius), this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds.com_badlogic_gdx_math_Circle_x, this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds.com_badlogic_gdx_math_Circle_y); + } + } + if (oldPercentX != this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent.com_badlogic_gdx_math_Vector2_x || oldPercentY != this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent.com_badlogic_gdx_math_Vector2_y) { + changeEvent = (com_badlogic_gdx_utils_Pools_$clinit__V() , com_badlogic_gdx_utils_Pool_$obtain__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit))); + if (com_badlogic_gdx_scenes_scene2d_Actor_$fire__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(this$static, changeEvent)) { + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent, oldPercentX, oldPercentY); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition, oldPositionX, oldPositionY); + } + com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(changeEvent); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V(this$static, style){ + if (!style) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_514)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style = style; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this$static); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(deadzoneRadius, skin){ + com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V.call(this, deadzoneRadius, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(deadzoneRadius, skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V.call(this, deadzoneRadius, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V(deadzoneRadius, style){ + com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds = new com_badlogic_gdx_math_Circle_Circle__FFFV(0, 0, 0); + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touchBounds = new com_badlogic_gdx_math_Circle_Circle__FFFV(0, 0, 0); + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneBounds = new com_badlogic_gdx_math_Circle_Circle__FFFV(0, 0, 0); + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent = new com_badlogic_gdx_math_Vector2_Vector2__V; + if (deadzoneRadius < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_609)); + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneRadius = deadzoneRadius; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition, this.com_badlogic_gdx_scenes_scene2d_Actor_width / 2, this.com_badlogic_gdx_scenes_scene2d_Actor_height / 2); + com_badlogic_gdx_scenes_scene2d_ui_Touchpad_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V(this, style); + com_badlogic_gdx_scenes_scene2d_Actor_$setSize__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(this, this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background?this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background.getMinWidth__F():0, this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background?this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background.getMinHeight__F():0); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, new com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_Touchpad$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2V(this)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(299, 112, {70:1, 299:1, 112:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V); +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$calculatePositionAndValue__FFZV = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_calculatePositionAndValue__FFZV(x_0, y_0, isTouchUp){ + com_badlogic_gdx_scenes_scene2d_ui_Touchpad_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FFZV(this, x_0, y_0, isTouchUp); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var bg, c, h, knob, w, x_0, y_0; + com_badlogic_gdx_scenes_scene2d_ui_Widget_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2V(this); + c = this.com_badlogic_gdx_scenes_scene2d_Actor_color; + batch.setColor__FFFFV(c.com_badlogic_gdx_graphics_Color_r, c.com_badlogic_gdx_graphics_Color_g, c.com_badlogic_gdx_graphics_Color_b, c.com_badlogic_gdx_graphics_Color_a * parentAlpha); + x_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_x; + y_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_y; + w = this.com_badlogic_gdx_scenes_scene2d_Actor_width; + h = this.com_badlogic_gdx_scenes_scene2d_Actor_height; + bg = this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background; + !!bg && bg.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, w, h); + knob = this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_knob; + if (knob) { + x_0 += this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition.com_badlogic_gdx_math_Vector2_x - knob.getMinWidth__F() / 2; + y_0 += this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition.com_badlogic_gdx_math_Vector2_y - knob.getMinHeight__F() / 2; + knob.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, knob.getMinWidth__F(), knob.getMinHeight__F()); + } +} +; +_.getKnobPercentX__F = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_getKnobPercentX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent.com_badlogic_gdx_math_Vector2_x; +} +; +_.getKnobPercentY__F = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_getKnobPercentY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent.com_badlogic_gdx_math_Vector2_y; +} +; +_.getKnobX__F = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_getKnobX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition.com_badlogic_gdx_math_Vector2_x; +} +; +_.getKnobY__F = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_getKnobY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition.com_badlogic_gdx_math_Vector2_y; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_getPrefHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background?this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background.getMinHeight__F():0; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_getPrefWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background?this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background.getMinWidth__F():0; +} +; +_.getResetOnTouchUp__Z = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_getResetOnTouchUp__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_resetOnTouchUp; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style; +} +; +_.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(x_0, y_0, touchable){ + if (touchable && this.com_badlogic_gdx_scenes_scene2d_Actor_touchable != (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled)) + return null; + if (!this.com_badlogic_gdx_scenes_scene2d_Actor_visible) + return null; + return com_badlogic_gdx_math_Circle_$contains__Lcom_badlogic_gdx_math_Circle_2FFZ(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touchBounds, x_0, y_0)?this:null; +} +; +_.isTouched__Z = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_isTouched__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touched; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_layout__V(){ + var halfHeight, halfWidth, radius; + halfWidth = this.com_badlogic_gdx_scenes_scene2d_Actor_width / 2; + halfHeight = this.com_badlogic_gdx_scenes_scene2d_Actor_height / 2; + radius = $wnd.Math.min(halfWidth, halfHeight); + com_badlogic_gdx_math_Circle_$set__Lcom_badlogic_gdx_math_Circle_2FFFV(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touchBounds, halfWidth, halfHeight, radius); + !!this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_knob && (radius -= $wnd.Math.max(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_knob.getMinWidth__F(), this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_knob.getMinHeight__F()) / 2); + com_badlogic_gdx_math_Circle_$set__Lcom_badlogic_gdx_math_Circle_2FFFV(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds, halfWidth, halfHeight, radius); + com_badlogic_gdx_math_Circle_$set__Lcom_badlogic_gdx_math_Circle_2FFFV(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneBounds, halfWidth, halfHeight, this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneRadius); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition, halfWidth, halfHeight); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent, 0, 0); +} +; +_.setDeadzone__FV = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_setDeadzone__FV(deadzoneRadius){ + if (deadzoneRadius < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_609)); + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneRadius = deadzoneRadius; + this.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = true; +} +; +_.setResetOnTouchUp__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_setResetOnTouchUp__ZV(reset_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_resetOnTouchUp = reset_0; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Touchpad_$setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V(this, style); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneRadius = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_resetOnTouchUp = true; +_.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touched = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_610, 299, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_Touchpad$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_611, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_Touchpad$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2V); +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touched) + return false; + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touched = true; + com_badlogic_gdx_scenes_scene2d_ui_Touchpad_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FFZV(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_this$01, x_0, y_0, false); + return true; +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + com_badlogic_gdx_scenes_scene2d_ui_Touchpad_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FFZV(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_this$01, x_0, y_0, false); +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touched = false; + com_badlogic_gdx_scenes_scene2d_ui_Touchpad_$calculatePositionAndValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FFZV(this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_this$01, x_0, y_0, this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_resetOnTouchUp); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Touchpad/1', $intern_611, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_Touchpad$TouchpadStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_Touchpad$TouchpadStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background; + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_knob = style.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_knob; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_Touchpad$TouchpadStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(background, knob){ + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background = background; + this.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_knob = knob; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(444, 1, {444:1}, com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_Touchpad$TouchpadStyle__V, com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_Touchpad$TouchpadStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_Touchpad$TouchpadStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Touchpad/TouchpadStyle', 444, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tree_tmp = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_sizeInvalid = false; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefWidth = com_badlogic_gdx_scenes_scene2d_ui_Tree_$plusMinusWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2F(this$static); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefHeight = 0; + com_badlogic_gdx_scenes_scene2d_ui_Tree_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFV(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, 0, this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefWidth); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefWidth += this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingLeft + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingRight; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFV(this$static, nodes, indent, plusMinusWidth){ + var i, n, rowWidth, ySpacing; + ySpacing = this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing; + for (i = 0 , n = nodes.com_badlogic_gdx_utils_Array_size; i < n; i++) { + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i); + rowWidth = indent + plusMinusWidth; + rowWidth += null.$_nullMethod(); + null.$_nullMethod(); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefWidth, rowWidth); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefHeight += null.$_nullField + ySpacing; + null.$_nullField && com_badlogic_gdx_scenes_scene2d_ui_Tree_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFV(this$static, null.$_nullField, indent + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing, plusMinusWidth); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this$static, batch, parentAlpha){ + var color_0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_background) { + color_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_color; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_background.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, this$static.com_badlogic_gdx_scenes_scene2d_Actor_x, this$static.com_badlogic_gdx_scenes_scene2d_Actor_y, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawIcons__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_utils_Array_2FFF(this$static, batch, r, g, b, a, nodes, indent, plusMinusWidth){ + var actorY, cullBottom, cullTop, cullingArea, expandIcon, expandX, height, i, iconY, n, node, style, x_0, y_0; + cullingArea = this$static.com_badlogic_gdx_scenes_scene2d_Group_cullingArea; + cullBottom = 0; + cullTop = 0; + if (cullingArea) { + cullBottom = cullingArea.com_badlogic_gdx_math_Rectangle_y; + cullTop = cullBottom + cullingArea.com_badlogic_gdx_math_Rectangle_height; + } + style = this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style; + x_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_x; + y_0 = this$static.com_badlogic_gdx_scenes_scene2d_Actor_y; + expandX = x_0 + indent; + actorY = 0; + for (i = 0 , n = nodes.com_badlogic_gdx_utils_Array_size; i < n; i++) { + node = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i); + actorY = null.$_nullMethod(); + height = null.$_nullField; + if (!cullingArea || actorY + height >= cullBottom && actorY <= cullTop) { + com_badlogic_gdx_scenes_scene2d_utils_Selection_$contains__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2Z(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection, node) && !!style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_selection?com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_selection, batch, x_0, y_0 + actorY - this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing / 2, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width, height + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing):!!style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_over && com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawOver__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_over, batch, x_0, y_0 + actorY - this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing / 2, this$static.com_badlogic_gdx_scenes_scene2d_Actor_width, height + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing); + if (null.$_nullField > 0) { + expandIcon = null.$_nullField?this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minus:this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plus; + iconY = y_0 + actorY + com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round((height - expandIcon.getMinHeight__F()) / 2)); + expandIcon.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, expandX, iconY, expandIcon.getMinWidth__F(), expandIcon.getMinHeight__F()); + } + } + else if (actorY < cullBottom) + break; + null.$_nullField && null.$_nullField > 0 && com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawIcons__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_utils_Array_2FFF(this$static, batch, r, g, b, a, null.$_nullField, indent + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing, plusMinusWidth); + } + return actorY; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawOver__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(over, batch, x_0, y_0, width_0, height){ + over.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(selection, batch, x_0, y_0, width_0, height){ + selection.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$findNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(this$static, value_0){ + if (value_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('value cannot be null.')); + return com_badlogic_gdx_scenes_scene2d_ui_Tree_findNode__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, value_0); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$getNodeAt__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(this$static, y_0){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_foundNode = null; + com_badlogic_gdx_scenes_scene2d_ui_Tree_$getNodeAt__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFF(this$static, this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, y_0, this$static.com_badlogic_gdx_scenes_scene2d_Actor_height); + try { + return this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_foundNode; + } + finally { + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_foundNode = null; + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$getNodeAt__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFF(this$static, nodes, y_0, rowY){ + var height, i, n, node; + for (i = 0 , n = nodes.com_badlogic_gdx_utils_Array_size; i < n; i++) { + node = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i); + height = null.$_nullField; + rowY -= null.$_nullMethod() - height; + if (y_0 >= rowY - height - this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing && y_0 < rowY) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_foundNode = node; + return -1; + } + rowY -= height + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing; + if (null.$_nullField) { + rowY = com_badlogic_gdx_scenes_scene2d_ui_Tree_$getNodeAt__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFF(this$static, null.$_nullField, y_0, rowY); + if (rowY == -1) + return -1; + } + } + return rowY; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$insert__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(this$static, index_0, node){ + var actorIndex, existingIndex; + existingIndex = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, node, true); + if (existingIndex != -1) { + if (existingIndex == index_0) + return; + existingIndex < index_0 && --index_0; + com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, existingIndex); + actorIndex = null.$_nullMethod(); + actorIndex != -1 && null.$_nullMethod(); + } + com_badlogic_gdx_utils_Array_$insert__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, index_0, node); + if (index_0 == 0) + ; + else if (index_0 < this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes.com_badlogic_gdx_utils_Array_size - 1) + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, index_0 + 1).$_nullField.$_nullMethod(); + else { + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, index_0 - 1); + null.$_nullMethod() + null.$_nullMethod(); + } + null.$_nullMethod(); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$layout__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFFF(this$static, nodes, indent, y_0, plusMinusWidth){ + var i, iconSpacingLeft, n, x_0, ySpacing; + ySpacing = this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing; + iconSpacingLeft = this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingLeft; + for (i = 0 , n = nodes.com_badlogic_gdx_utils_Array_size; i < n; i++) { + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i); + x_0 = indent + plusMinusWidth; + x_0 += iconSpacingLeft; + y_0 -= null.$_nullMethod(); + null.$_nullMethod(); + y_0 -= ySpacing; + null.$_nullField && (y_0 = com_badlogic_gdx_scenes_scene2d_ui_Tree_$layout__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFFF(this$static, null.$_nullField, indent + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing, y_0, plusMinusWidth)); + } + return y_0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$plusMinusWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2F(this$static){ + var width_0; + width_0 = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plus.getMinWidth__F(), this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minus.getMinWidth__F()); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plusOver && (width_0 = $wnd.Math.max(width_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plusOver.getMinWidth__F())); + !!this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minusOver && (width_0 = $wnd.Math.max(width_0, this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minusOver.getMinWidth__F())); + return width_0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$selectNodes__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFV(this$static, nodes, low, high){ + var i, n, node; + for (i = 0 , n = nodes.com_badlogic_gdx_utils_Array_size; i < n; i++) { + node = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i); + if (null.$_nullMethod() < low) + break; + if (!null.$_nullMethod()) + continue; + null.$_nullMethod() <= high && com_badlogic_gdx_scenes_scene2d_utils_Selection_$add__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection, node); + null.$_nullField && com_badlogic_gdx_scenes_scene2d_ui_Tree_$selectNodes__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFV(this$static, null.$_nullField, low, high); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_$setOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(this$static, overNode){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Tree_overNode = overNode; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(skin){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V.call(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, $intern_498, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(skin, styleName){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V.call(this, com_badlogic_gdx_scenes_scene2d_ui_Skin_$get__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(skin, styleName, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing = 4; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingLeft = 2; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingRight = 2; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_sizeInvalid = true; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection = new com_badlogic_gdx_scenes_scene2d_ui_Tree$1_Tree$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_actor = this; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection.com_badlogic_gdx_scenes_scene2d_utils_Selection_multiple = true; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_style = style; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing == 0 && (this.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing = com_badlogic_gdx_scenes_scene2d_ui_Tree_$plusMinusWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2F(this)); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Tree_clickListener = new com_badlogic_gdx_scenes_scene2d_ui_Tree$2_Tree$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this)); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_collapseAll__Lcom_badlogic_gdx_utils_Array_2V(nodes){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + var i, n; + for (i = 0 , n = nodes.com_badlogic_gdx_utils_Array_size; i < n; i++) { + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i); + null.$_nullMethod(); + com_badlogic_gdx_scenes_scene2d_ui_Tree_collapseAll__Lcom_badlogic_gdx_utils_Array_2V(null.$_nullField); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_expandAll__Lcom_badlogic_gdx_utils_Array_2V(nodes){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + var i, n; + for (i = 0 , n = nodes.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i).$_nullMethod(); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_findExpandedValues__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2Z(nodes, values){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + var i, n; + for (i = 0 , n = nodes.com_badlogic_gdx_utils_Array_size; i < n; i++) { + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i); + null.$_nullField && !com_badlogic_gdx_scenes_scene2d_ui_Tree_findExpandedValues__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2Z(null.$_nullField, values) && com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(values, null.$_nullField); + } + return false; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree_findNode__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(nodes, value_0){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + var i, i0, n, n0, node; + for (i0 = 0 , n0 = nodes.com_badlogic_gdx_utils_Array_size; i0 < n0; i0++) { + node = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i0); + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, null.$_nullField)) + return node; + } + for (i = 0 , n = nodes.com_badlogic_gdx_utils_Array_size; i < n; i++) { + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(nodes, i); + com_badlogic_gdx_scenes_scene2d_ui_Tree_findNode__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(null.$_nullField, value_0); + } + return null; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(300, 86, {70:1, 79:1, 300:1, 86:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V, com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V, com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V); +_.add__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_add__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(node){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$insert__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(this, this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes.com_badlogic_gdx_utils_Array_size, node); +} +; +_.clearChildren__ZV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_clearChildren__ZV(unfocus){ + com_badlogic_gdx_scenes_scene2d_Group_$clearChildren__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(this, unfocus); + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_overNode = null; + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes); + com_badlogic_gdx_scenes_scene2d_utils_Selection_$clear__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection); +} +; +_.collapseAll__V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_collapseAll__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_collapseAll__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$computeSize__V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_computeSize__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tree_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$computeSize__Lcom_badlogic_gdx_utils_Array_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_computeSize__Lcom_badlogic_gdx_utils_Array_2FFV(nodes, indent, plusMinusWidth){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tree_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFV(this, nodes, indent, plusMinusWidth); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + var a, color_0; + com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); + color_0 = this.com_badlogic_gdx_scenes_scene2d_Actor_color; + a = color_0.com_badlogic_gdx_graphics_Color_a * parentAlpha; + batch.setColor__FFFFV(color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, a); + com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawIcons__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_utils_Array_2FFF(this, batch, color_0.com_badlogic_gdx_graphics_Color_r, color_0.com_badlogic_gdx_graphics_Color_g, color_0.com_badlogic_gdx_graphics_Color_b, a, this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, this.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingLeft, com_badlogic_gdx_scenes_scene2d_ui_Tree_$plusMinusWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2F(this)); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$validate__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this); + com_badlogic_gdx_scenes_scene2d_Group_$draw__Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawBackground__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +_.drawExpandIcon__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_drawExpandIcon__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFV(node, expandIcon, batch, x_0, y_0){ + expandIcon.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, expandIcon.getMinWidth__F(), expandIcon.getMinHeight__F()); +} +; +_.drawIcon__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_drawIcon__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFV(node, icon, batch, x_0, y_0){ + icon.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, icon.getMinWidth__F(), icon.getMinHeight__F()); +} +; +_.drawIcons__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_utils_Array_2FFF = function com_badlogic_gdx_scenes_scene2d_ui_Tree_drawIcons__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_utils_Array_2FFF(batch, r, g, b, a, parent_0, nodes, indent, plusMinusWidth){ + return com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawIcons__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_utils_Array_2FFF(this, batch, r, g, b, a, nodes, indent, plusMinusWidth); +} +; +_.drawOver__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_drawOver__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(node, over, batch, x_0, y_0, width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawOver__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(over, batch, x_0, y_0, width_0, height); +} +; +_.drawSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_drawSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(node, selection, batch, x_0, y_0, width_0, height){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$drawSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(selection, batch, x_0, y_0, width_0, height); +} +; +_.expandAll__V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_expandAll__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_expandAll__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes); +} +; +_.findExpandedValues__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_findExpandedValues__Lcom_badlogic_gdx_utils_Array_2V(values){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_findExpandedValues__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2Z(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, values); +} +; +_.findNode__Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_findNode__Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(value_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Tree_$findNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(this, value_0); +} +; +_.getClickListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getClickListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_clickListener; +} +; +_.getExpandIcon__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2FLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getExpandIcon__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2FLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(node, iconX){ + return null.$_nullField?this.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minus:this.com_badlogic_gdx_scenes_scene2d_ui_Tree_style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plus; +} +; +_.getIndentSpacing__F = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getIndentSpacing__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing; +} +; +_.getNodeAt__FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getNodeAt__FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(y_0){ + return com_badlogic_gdx_scenes_scene2d_ui_Tree_$getNodeAt__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(this, y_0); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$getNodeAt__Lcom_badlogic_gdx_utils_Array_2FFF = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getNodeAt__Lcom_badlogic_gdx_utils_Array_2FFF(nodes, y_0, rowY){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + return com_badlogic_gdx_scenes_scene2d_ui_Tree_$getNodeAt__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFF(this, nodes, y_0, rowY); +} +; +_.getNodes__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getNodes__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes; +} +; +_.getOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_overNode; +} +; +_.getOverValue__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getOverValue__Ljava_lang_Object_2(){ + return null; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getPrefHeight__F(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Tree_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefHeight; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getPrefWidth__F(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Tree_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefWidth; +} +; +_.getRootNodes__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getRootNodes__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes; +} +; +_.getSelectedNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getSelectedNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(){ + return com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection); +} +; +_.getSelectedValue__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getSelectedValue__Ljava_lang_Object_2(){ + com_badlogic_gdx_scenes_scene2d_utils_Selection_$first__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection); + return null; +} +; +_.getSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection; +} +; +_.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2 = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_style; +} +; +_.getYSpacing__F = function com_badlogic_gdx_scenes_scene2d_ui_Tree_getYSpacing__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$initialize__V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_initialize__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_Actor_$addListener__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(this, this.com_badlogic_gdx_scenes_scene2d_ui_Tree_clickListener = new com_badlogic_gdx_scenes_scene2d_ui_Tree$2_Tree$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this)); +} +; +_.insert__ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_insert__ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(index_0, node){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$insert__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(this, index_0, node); +} +; +_.invalidate__V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_invalidate__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_sizeInvalid = true; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_layout__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_Tree_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this); + com_badlogic_gdx_scenes_scene2d_ui_Tree_$layout__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFFF(this, this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, this.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingLeft, this.com_badlogic_gdx_scenes_scene2d_Actor_height - this.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing / 2, com_badlogic_gdx_scenes_scene2d_ui_Tree_$plusMinusWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2F(this)); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$layout__Lcom_badlogic_gdx_utils_Array_2FFFF = function com_badlogic_gdx_scenes_scene2d_ui_Tree_layout__Lcom_badlogic_gdx_utils_Array_2FFFF(nodes, indent, y_0, plusMinusWidth){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + return com_badlogic_gdx_scenes_scene2d_ui_Tree_$layout__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFFF(this, nodes, indent, y_0, plusMinusWidth); +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$plusMinusWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_Tree_plusMinusWidth__F(){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V(); + return com_badlogic_gdx_scenes_scene2d_ui_Tree_$plusMinusWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2F(this); +} +; +_.remove__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_remove__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(node){ + var actorIndex; + if (!com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, node, true)) + return; + actorIndex = null.$_nullMethod(); + actorIndex != -1 && null.$_nullMethod(); +} +; +_.restoreExpandedValues__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_restoreExpandedValues__Lcom_badlogic_gdx_utils_Array_2V(values){ + var i, n; + for (i = 0 , n = values.com_badlogic_gdx_utils_Array_size; i < n; i++) { + com_badlogic_gdx_scenes_scene2d_ui_Tree_$findNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(this, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(values, i)); + } +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_ui$selectNodes__Lcom_badlogic_gdx_utils_Array_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_selectNodes__Lcom_badlogic_gdx_utils_Array_2FFV(nodes, low, high){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$selectNodes__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFV(this, nodes, low, high); +} +; +_.setIconSpacing__FFV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_setIconSpacing__FFV(left, right){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingLeft = left; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingRight = right; +} +; +_.setIndentSpacing__FV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_setIndentSpacing__FV(indentSpacing){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing = indentSpacing; +} +; +_.setOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_setOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(overNode){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$setOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(this, overNode); +} +; +_.setPadding__FV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_setPadding__FV(padding){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingLeft = padding; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingRight = padding; +} +; +_.setPadding__FFV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_setPadding__FFV(left, right){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingLeft = left; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingRight = right; +} +; +_.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_style = style; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing == 0 && (this.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing = com_badlogic_gdx_scenes_scene2d_ui_Tree_$plusMinusWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2F(this)); +} +; +_.setYSpacing__FV = function com_badlogic_gdx_scenes_scene2d_ui_Tree_setYSpacing__FV(ySpacing){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing = ySpacing; +} +; +_.updateRootNodes__V = function com_badlogic_gdx_scenes_scene2d_ui_Tree_updateRootNodes__V(){ + var actorIndex, actorIndex0, i, i0, n, n0; + for (i0 = 0 , n0 = this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes.com_badlogic_gdx_utils_Array_size; i0 < n0; i0++) { + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, i0); + actorIndex0 = null.$_nullMethod(); + actorIndex0 != -1 && null.$_nullMethod(); + } + for (i = 0 , n = this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes.com_badlogic_gdx_utils_Array_size , actorIndex = 0; i < n; i++) + actorIndex += com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes, i).$_nullMethod(); +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingLeft = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingRight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingLeft = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingRight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Tree_sizeInvalid = false; +_.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing = 0; +var com_badlogic_gdx_scenes_scene2d_ui_Tree_tmp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_612, 300, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Tree$1_Tree$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$1_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_utils_Selection_Selection__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1033, 252, $intern_552, com_badlogic_gdx_scenes_scene2d_ui_Tree$1_Tree$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V); +_.changed__V = function com_badlogic_gdx_scenes_scene2d_ui_Tree$1_changed__V(){ + switch (this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size) { + case 0: + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Tree_rangeStart = null; + break; + case 1: + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Tree_rangeStart = this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected.com_badlogic_gdx_utils_ObjectSet_size == 0?null:com_badlogic_gdx_utils_ObjectSet_$first__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Tree/1', 1033, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Tree$2_Tree$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$2_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(748, 144, $intern_500, com_badlogic_gdx_scenes_scene2d_ui_Tree$2_Tree$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2V); +_.clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV = function com_badlogic_gdx_scenes_scene2d_ui_Tree$2_clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(event_0, x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$getNodeAt__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(this.com_badlogic_gdx_scenes_scene2d_ui_Tree$2_this$01, y_0); + return; +} +; +_.enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tree$2_enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, fromActor){ + pointer == -1 && !this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled && (this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_over = true); + com_badlogic_gdx_scenes_scene2d_ui_Tree_$setOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tree$2_this$01, com_badlogic_gdx_scenes_scene2d_ui_Tree_$getNodeAt__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(this.com_badlogic_gdx_scenes_scene2d_ui_Tree$2_this$01, y_0)); +} +; +_.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_ui_Tree$2_exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(event_0, x_0, y_0, pointer, toActor){ + pointer == -1 && !this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled && (this.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_over = false); + (!toActor || !com_badlogic_gdx_scenes_scene2d_Actor_$isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(toActor, this.com_badlogic_gdx_scenes_scene2d_ui_Tree$2_this$01)) && (this.com_badlogic_gdx_scenes_scene2d_ui_Tree$2_this$01.com_badlogic_gdx_scenes_scene2d_ui_Tree_overNode = null , undefined); +} +; +_.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ = function com_badlogic_gdx_scenes_scene2d_ui_Tree$2_mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(event_0, x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_ui_Tree_$setOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(this.com_badlogic_gdx_scenes_scene2d_ui_Tree$2_this$01, com_badlogic_gdx_scenes_scene2d_ui_Tree_$getNodeAt__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(this.com_badlogic_gdx_scenes_scene2d_ui_Tree$2_this$01, y_0)); + return false; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Tree/2', 748, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_Tree$TreeStyle__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_Tree$TreeStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V(style){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plus = style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plus; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minus = style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minus; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plusOver = style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plusOver; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minusOver = style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minusOver; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_over = style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_over; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_selection = style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_selection; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_background; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_Tree$TreeStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(plus, minus, selection){ + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plus = plus; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minus = minus; + this.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_selection = selection; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(445, 1, {445:1}, com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_Tree$TreeStyle__V, com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_Tree$TreeStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V, com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_Tree$TreeStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Tree/TreeStyle', 445, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$1_Value$1__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(992, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$1_Value$1__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$1_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(context, 45)) + return context.getMinWidth__F(); + return !context?0:context.com_badlogic_gdx_scenes_scene2d_Actor_width; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/1', 992, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$10_Value$10__V(val$actor, val$percent){ + this.com_badlogic_gdx_scenes_scene2d_ui_Value$10_val$actor1 = val$actor; + this.com_badlogic_gdx_scenes_scene2d_ui_Value$10_val$percent2 = val$percent; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_613, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$10_Value$10__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$10_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Value$10_val$actor1.com_badlogic_gdx_scenes_scene2d_Actor_height * this.com_badlogic_gdx_scenes_scene2d_ui_Value$10_val$percent2; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Value$10_val$percent2 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$10_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/10', $intern_613, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$2_Value$2__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(993, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$2_Value$2__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$2_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(context, 45)) + return context.getMinHeight__F(); + return !context?0:context.com_badlogic_gdx_scenes_scene2d_Actor_height; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/2', 993, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$3_Value$3__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(994, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$3_Value$3__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$3_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(context, 45)) + return context.getPrefWidth__F(); + return !context?0:context.com_badlogic_gdx_scenes_scene2d_Actor_width; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/3', 994, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$4_Value$4__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(995, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$4_Value$4__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$4_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(context, 45)) + return context.getPrefHeight__F(); + return !context?0:context.com_badlogic_gdx_scenes_scene2d_Actor_height; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$4_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/4', 995, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$5_Value$5__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(996, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$5_Value$5__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$5_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(context, 45)) + return context.getMaxWidth__F(); + return !context?0:context.com_badlogic_gdx_scenes_scene2d_Actor_width; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$5_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/5', 996, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$6_Value$6__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(997, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$6_Value$6__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$6_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(context, 45)) + return context.getMaxHeight__F(); + return !context?0:context.com_badlogic_gdx_scenes_scene2d_Actor_height; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$6_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/6', 997, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$7_Value$7__V(val$percent){ + this.com_badlogic_gdx_scenes_scene2d_ui_Value$7_val$percent1 = val$percent; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(998, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$7_Value$7__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$7_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(actor){ + return actor.com_badlogic_gdx_scenes_scene2d_Actor_width * this.com_badlogic_gdx_scenes_scene2d_ui_Value$7_val$percent1; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Value$7_val$percent1 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$7_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/7', 998, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$8_Value$8__V(val$percent){ + this.com_badlogic_gdx_scenes_scene2d_ui_Value$8_val$percent1 = val$percent; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(999, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$8_Value$8__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$8_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(actor){ + return actor.com_badlogic_gdx_scenes_scene2d_Actor_height * this.com_badlogic_gdx_scenes_scene2d_ui_Value$8_val$percent1; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Value$8_val$percent1 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$8_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/8', 999, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$9_Value$9__V(val$actor, val$percent){ + this.com_badlogic_gdx_scenes_scene2d_ui_Value$9_val$actor1 = val$actor; + this.com_badlogic_gdx_scenes_scene2d_ui_Value$9_val$percent2 = val$percent; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_54, 129, $intern_592, com_badlogic_gdx_scenes_scene2d_ui_Value$9_Value$9__V); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$9_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Value$9_val$actor1.com_badlogic_gdx_scenes_scene2d_Actor_width * this.com_badlogic_gdx_scenes_scene2d_ui_Value$9_val$percent2; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Value$9_val$percent2 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$9_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/9', $intern_54, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_cache = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, $intern_614, 301, 111, 0, 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_Value$Fixed__FV(value_0){ + com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_value = value_0; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(value_0){ + com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_$clinit__V(); + var fixed_0; + if (value_0 == 0) + return com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + if (value_0 >= -10 && value_0 <= 100 && value_0 == com_google_gwt_lang_Cast_round_1int__DI(value_0)) { + fixed_0 = com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_cache[com_google_gwt_lang_Cast_round_1int__DI(value_0) + 10]; + !fixed_0 && (com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_cache[com_google_gwt_lang_Cast_round_1int__DI(value_0) + 10] = fixed_0 = new com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_Value$Fixed__FV(value_0)); + return fixed_0; + } + return new com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_Value$Fixed__FV(value_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(301, 129, {129:1, 301:1}, com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_Value$Fixed__FV); +_.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F = function com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(context){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_value; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_toString__Ljava_lang_String_2(){ + return '' + this.com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_value; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_value = 0; +var com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_cache; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Value/Fixed', 301, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2V(this$static){ + var child, children, columnSizes, columnWidth, groupHeight, height, i, incr, incrY, layout, n, pad, space, width_0, wrapSpace, x_0, y_0; + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid = false; + children = this$static.com_badlogic_gdx_scenes_scene2d_Group_children; + n = children.com_badlogic_gdx_utils_Array_size; + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth = 0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight = 0; + !this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnSizes?(this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnSizes = new com_badlogic_gdx_utils_FloatArray_FloatArray__V):(this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnSizes.com_badlogic_gdx_utils_FloatArray_size = 0); + columnSizes = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnSizes; + space = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space; + wrapSpace = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrapSpace; + pad = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom; + groupHeight = this$static.com_badlogic_gdx_scenes_scene2d_Actor_height - pad; + x_0 = 0; + y_0 = 0; + columnWidth = 0; + i = 0; + incr = 1; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse) { + i = n - 1; + n = -1; + incr = -1; + } + for (; i != n; i += incr) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45)) { + layout = child; + width_0 = layout.getPrefWidth__F(); + height = layout.getPrefHeight__F(); + height > groupHeight && (height = $wnd.Math.max(groupHeight, layout.getMinHeight__F())); + } + else { + width_0 = child.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = child.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + incrY = height + (y_0 > 0?space:0); + if (y_0 + incrY > groupHeight && y_0 > 0) { + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(columnSizes, y_0); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(columnSizes, columnWidth); + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight, y_0 + pad); + x_0 > 0 && (x_0 += wrapSpace); + x_0 += columnWidth; + columnWidth = 0; + y_0 = 0; + incrY = height; + } + y_0 += incrY; + columnWidth = $wnd.Math.max(columnWidth, width_0); + } + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(columnSizes, y_0); + com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(columnSizes, columnWidth); + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight, y_0 + pad); + x_0 > 0 && (x_0 += wrapSpace); + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth, x_0 + columnWidth); + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space * (n - 1); + for (i = 0; i < n; i++) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45)) { + layout = child; + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth, layout.getPrefWidth__F()); + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight += layout.getPrefHeight__F(); + } + else { + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth = $wnd.Math.max(this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth, child.com_badlogic_gdx_scenes_scene2d_Actor_width); + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight += child.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + } + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth += this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_round) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth)); + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight)); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_$layoutWrapped__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2V(this$static){ + var align_0, child, children, columnSizes, columnWidth, columnX, fill, groupHeight, height, i, incr, layout, maxHeight, maxWidth, n, padLeft, prefWidth, r, round_0, space, width_0, wrapSpace, x_0, y_0, yStart; + prefWidth = (this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2V(this$static) , this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth); + if (prefWidth != this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_lastPrefWidth) { + this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_lastPrefWidth = prefWidth; + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_$invalidateHierarchy__Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2V(this$static); + } + align_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align; + round_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_round; + space = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space; + padLeft = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft; + fill = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill; + wrapSpace = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrapSpace; + maxHeight = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight - this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop - this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom; + columnX = padLeft; + groupHeight = this$static.com_badlogic_gdx_scenes_scene2d_Actor_height; + yStart = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight - this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop + space; + y_0 = 0; + columnWidth = 0; + (align_0 & 16) != 0?(columnX += this$static.com_badlogic_gdx_scenes_scene2d_Actor_width - prefWidth):(align_0 & 8) == 0 && (columnX += (this$static.com_badlogic_gdx_scenes_scene2d_Actor_width - prefWidth) / 2); + (align_0 & 2) != 0?(yStart += groupHeight - this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight):(align_0 & 4) == 0 && (yStart += (groupHeight - this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight) / 2); + groupHeight -= this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop; + align_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign; + columnSizes = this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnSizes; + children = this$static.com_badlogic_gdx_scenes_scene2d_Group_children; + i = 0; + n = children.com_badlogic_gdx_utils_Array_size; + incr = 1; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse) { + i = n - 1; + n = -1; + incr = -1; + } + for (r = 0; i != n; i += incr) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + layout = null; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45)) { + layout = child; + width_0 = layout.getPrefWidth__F(); + height = layout.getPrefHeight__F(); + height > groupHeight && (height = $wnd.Math.max(groupHeight, layout.getMinHeight__F())); + } + else { + width_0 = child.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = child.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + if (y_0 - height - space < this$static.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom || r == 0) { + r = $wnd.Math.min(r, columnSizes.com_badlogic_gdx_utils_FloatArray_size - 2); + y_0 = yStart; + (align_0 & 4) != 0?(y_0 -= maxHeight - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(columnSizes, r)):(align_0 & 2) == 0 && (y_0 -= (maxHeight - com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(columnSizes, r)) / 2); + if (r > 0) { + columnX += wrapSpace; + columnX += columnWidth; + } + columnWidth = com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(columnSizes, r + 1); + r += 2; + } + fill > 0 && (width_0 = columnWidth * fill); + if (layout) { + width_0 = $wnd.Math.max(width_0, layout.getMinWidth__F()); + maxWidth = layout.getMaxWidth__F(); + maxWidth > 0 && width_0 > maxWidth && (width_0 = maxWidth); + } + x_0 = columnX; + (align_0 & 16) != 0?(x_0 += columnWidth - width_0):(align_0 & 8) == 0 && (x_0 += (columnWidth - width_0) / 2); + y_0 -= height + space; + round_0?com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(child, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(x_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(y_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(width_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(height))):com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(child, x_0, y_0, width_0, height); + !!layout && layout.validate__V(); + } +} + +function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_VerticalGroup__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V.call(this); + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid = true; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align = 2; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_round = true; + com_badlogic_gdx_scenes_scene2d_Actor_$setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(this, (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(634, 86, {70:1, 79:1, 634:1, 86:1, 102:1, 45:1}, com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_VerticalGroup__V); +_.align__ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align__ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(align_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align = align_0; + return this; +} +; +_.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align |= 4; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align &= -3; + return this; +} +; +_.center__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_center__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align = 1; + return this; +} +; +_.columnAlign__ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign__ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(columnAlign){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign = columnAlign; + return this; +} +; +_.columnBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign |= 4; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign &= -3; + return this; +} +; +_.columnCenter__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnCenter__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign = 1; + return this; +} +; +_.columnLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign |= 8; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign &= -17; + return this; +} +; +_.columnRight__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnRight__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign |= 16; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign &= -9; + return this; +} +; +_.columnTop__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnTop__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign |= 2; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign &= -5; + return this; +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup$computeSize__V = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_computeSize__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2V(this); +} +; +_.drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(shapes){ + com_badlogic_gdx_scenes_scene2d_Actor_$drawDebugBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(this, shapes); + if (!this.com_badlogic_gdx_scenes_scene2d_Actor_debug) + return; + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$set__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_2V(shapes, (com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_$clinit__V() , com_badlogic_gdx_graphics_glutils_ShapeRenderer$ShapeType_Line)); + !!this.com_badlogic_gdx_scenes_scene2d_Actor_stage && com_badlogic_gdx_graphics_glutils_ShapeRenderer_$setColor__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_graphics_Color_2V(shapes, this.com_badlogic_gdx_scenes_scene2d_Actor_stage.com_badlogic_gdx_scenes_scene2d_Stage_debugColor); + com_badlogic_gdx_graphics_glutils_ShapeRenderer_$rect__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2FFFFFFFFFV(shapes, this.com_badlogic_gdx_scenes_scene2d_Actor_x + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft, this.com_badlogic_gdx_scenes_scene2d_Actor_y + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom, this.com_badlogic_gdx_scenes_scene2d_Actor_originX, this.com_badlogic_gdx_scenes_scene2d_Actor_originY, this.com_badlogic_gdx_scenes_scene2d_Actor_width - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight, this.com_badlogic_gdx_scenes_scene2d_Actor_height - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop, this.com_badlogic_gdx_scenes_scene2d_Actor_scaleX, this.com_badlogic_gdx_scenes_scene2d_Actor_scaleY, this.com_badlogic_gdx_scenes_scene2d_Actor_rotation); +} +; +_.expand__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand = true; + return this; +} +; +_.expand__ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand__ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(expand){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand = expand; + return this; +} +; +_.fill__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill = 1; + return this; +} +; +_.fill__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(fill){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill = fill; + return this; +} +; +_.getAlign__I = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getAlign__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align; +} +; +_.getColumns__I = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getColumns__I(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap?this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnSizes.com_badlogic_gdx_utils_FloatArray_size >> 1:1; +} +; +_.getExpand__Z = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getExpand__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand; +} +; +_.getFill__F = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getFill__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill; +} +; +_.getPadBottom__F = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getPadBottom__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom; +} +; +_.getPadLeft__F = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getPadLeft__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft; +} +; +_.getPadRight__F = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getPadRight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight; +} +; +_.getPadTop__F = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getPadTop__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop; +} +; +_.getPrefHeight__F = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getPrefHeight__F(){ + if (this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap) + return 0; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2V(this); + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight; +} +; +_.getPrefWidth__F = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getPrefWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2V(this) , this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth; +} +; +_.getReverse__Z = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getReverse__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse; +} +; +_.getSpace__F = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getSpace__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space; +} +; +_.getWrap__Z = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getWrap__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap; +} +; +_.getWrapSpace__F = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_getWrapSpace__F(){ + return this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrapSpace; +} +; +_.grow__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_grow__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand = true; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill = 1; + return this; +} +; +_.invalidate__V = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_invalidate__V(){ + this.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = true; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid = true; +} +; +_.layout__V = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_layout__V(){ + var align_0, child, children, columnWidth, fill, height, i, incr, layout, maxWidth, n, padLeft, round_0, space, startX, width_0, x_0, y_0; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid && com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_$computeSize__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2V(this); + if (this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap) { + com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_$layoutWrapped__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2V(this); + return; + } + round_0 = this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_round; + align_0 = this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align; + space = this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space; + padLeft = this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft; + fill = this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill; + columnWidth = (this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand?this.com_badlogic_gdx_scenes_scene2d_Actor_width:this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth) - padLeft - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight; + y_0 = this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop + space; + (align_0 & 2) != 0?(y_0 += this.com_badlogic_gdx_scenes_scene2d_Actor_height - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight):(align_0 & 4) == 0 && (y_0 += (this.com_badlogic_gdx_scenes_scene2d_Actor_height - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight) / 2); + (align_0 & 8) != 0?(startX = padLeft):(align_0 & 16) != 0?(startX = this.com_badlogic_gdx_scenes_scene2d_Actor_width - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight - columnWidth):(startX = padLeft + (this.com_badlogic_gdx_scenes_scene2d_Actor_width - padLeft - this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight - columnWidth) / 2); + align_0 = this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign; + children = this.com_badlogic_gdx_scenes_scene2d_Group_children; + i = 0; + n = children.com_badlogic_gdx_utils_Array_size; + incr = 1; + if (this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse) { + i = n - 1; + n = -1; + incr = -1; + } + for (; i != n; i += incr) { + child = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(children, i); + layout = null; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(child, 45)) { + layout = child; + width_0 = layout.getPrefWidth__F(); + height = layout.getPrefHeight__F(); + } + else { + width_0 = child.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = child.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + fill > 0 && (width_0 = columnWidth * fill); + if (layout) { + width_0 = $wnd.Math.max(width_0, layout.getMinWidth__F()); + maxWidth = layout.getMaxWidth__F(); + maxWidth > 0 && width_0 > maxWidth && (width_0 = maxWidth); + } + x_0 = startX; + (align_0 & 16) != 0?(x_0 += columnWidth - width_0):(align_0 & 8) == 0 && (x_0 += (columnWidth - width_0) / 2); + y_0 -= height + space; + round_0?com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(child, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(x_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(y_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(width_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(height))):com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(child, x_0, y_0, width_0, height); + !!layout && layout.validate__V(); + } +} +; +_.private$com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup$layoutWrapped__V = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_layoutWrapped__V(){ + com_badlogic_gdx_scenes_scene2d_Group_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_$layoutWrapped__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2V(this); +} +; +_.left__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_left__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align |= 8; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align &= -17; + return this; +} +; +_.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_pad__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(pad){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop = pad; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft = pad; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom = pad; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight = pad; + return this; +} +; +_.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(top_0, left, bottom, right){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop = top_0; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft = left; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom = bottom; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight = right; + return this; +} +; +_.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(padBottom){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom = padBottom; + return this; +} +; +_.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(padLeft){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft = padLeft; + return this; +} +; +_.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(padRight){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight = padRight; + return this; +} +; +_.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(padTop){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop = padTop; + return this; +} +; +_.reverse__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse = true; + return this; +} +; +_.reverse__ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse__ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(reverse){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse = reverse; + return this; +} +; +_.right__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_right__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align |= 16; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align &= -9; + return this; +} +; +_.setRound__ZV = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_setRound__ZV(round_0){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_round = round_0; +} +; +_.space__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(space){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space = space; + return this; +} +; +_.top__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_top__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align |= 2; + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align &= -5; + return this; +} +; +_.wrap__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap = true; + return this; +} +; +_.wrap__ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap__ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(wrap){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap = wrap; + return this; +} +; +_.wrapSpace__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2 = function com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrapSpace__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(wrapSpace){ + this.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrapSpace = wrapSpace; + return this; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand = false; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_lastPrefWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse = false; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_round = false; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid = false; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap = false; +_.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrapSpace = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, $intern_615, 634, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Window$1_Window$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Window$1_this$01 = this$0; + com_badlogic_gdx_scenes_scene2d_ui_Table_Table__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_616, 99, $intern_488, com_badlogic_gdx_scenes_scene2d_ui_Window$1_Window$1__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV = function com_badlogic_gdx_scenes_scene2d_ui_Window$1_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(batch, parentAlpha){ + this.com_badlogic_gdx_scenes_scene2d_ui_Window$1_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_drawTitleTable && com_badlogic_gdx_scenes_scene2d_ui_Table_$draw__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(this, batch, parentAlpha); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Window/1', $intern_616, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Window$2_Window$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Window$2_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_617, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_Window$2_Window$2__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V); +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_Window$2_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + com_badlogic_gdx_scenes_scene2d_Actor_$setZIndex__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(this.com_badlogic_gdx_scenes_scene2d_ui_Window$2_this$01, $intern_5); + return false; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Window/2', $intern_617, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Window$3_$updateEdge__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$3_2FFV(this$static, x_0, y_0){ + var border, bottom, height, left, padBottom, padLeft, padRight, padTop, right, width_0; + border = this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_resizeBorder / 2; + width_0 = this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_height; + padTop = com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01); + padLeft = com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01); + padBottom = com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01); + padRight = com_badlogic_gdx_scenes_scene2d_ui_Table_$getPadRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01); + left = padLeft; + right = width_0 - padRight; + bottom = padBottom; + this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge = 0; + if (this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_isResizable && x_0 >= left - border && x_0 <= right + border && y_0 >= bottom - border) { + x_0 < left + border && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge |= 8); + x_0 > right - border && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge |= 16); + y_0 < bottom + border && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge |= 4); + this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge != 0 && (border += 25); + x_0 < left + border && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge |= 8); + x_0 > right - border && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge |= 16); + y_0 < bottom + border && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge |= 4); + } + this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_isMovable && this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge == 0 && y_0 <= height && y_0 >= height - padTop && x_0 >= left && x_0 <= right && (this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge = 32); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window$3_Window$3__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V(this$0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_618, 91, $intern_448, com_badlogic_gdx_scenes_scene2d_ui_Window$3_Window$3__Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2V); +_.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_ui_Window$3_keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal; +} +; +_.keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ = function com_badlogic_gdx_scenes_scene2d_ui_Window$3_keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(event_0, character){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal; +} +; +_.keyUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ = function com_badlogic_gdx_scenes_scene2d_ui_Window$3_keyUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(event_0, keycode){ + return this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal; +} +; +_.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ = function com_badlogic_gdx_scenes_scene2d_ui_Window$3_mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(event_0, x_0, y_0){ + com_badlogic_gdx_scenes_scene2d_ui_Window$3_$updateEdge__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$3_2FFV(this, x_0, y_0); + return this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal; +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_ui_Window$3_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + if (button == 0) { + com_badlogic_gdx_scenes_scene2d_ui_Window$3_$updateEdge__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$3_2FFV(this, x_0, y_0); + this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_dragging = this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge != 0; + this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_startX = x_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_startY = y_0; + this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_lastX = x_0 - this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_width; + this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_lastY = y_0 - this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_height; + } + return this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge != 0 || this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal; +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_ui_Window$3_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + var amountX, amountY, clampPosition, height, minHeight, minWidth, stage, width_0, windowX, windowY; + if (!this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_dragging) + return; + width_0 = this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_width; + height = this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_height; + windowX = this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_x; + windowY = this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_y; + minWidth = com_badlogic_gdx_scenes_scene2d_ui_Table_$getMinWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01); + minHeight = com_badlogic_gdx_scenes_scene2d_ui_Table_$getMinHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2F(this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01); + stage = this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_stage; + clampPosition = this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_keepWithinStage && !!stage && this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_Actor_parent == stage.com_badlogic_gdx_scenes_scene2d_Stage_root; + if ((this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge & 32) != 0) { + amountX = x_0 - this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_startX; + amountY = y_0 - this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_startY; + windowX += amountX; + windowY += amountY; + } + if ((this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge & 8) != 0) { + amountX = x_0 - this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_startX; + width_0 - amountX < minWidth && (amountX = -(minWidth - width_0)); + clampPosition && windowX + amountX < 0 && (amountX = -windowX); + width_0 -= amountX; + windowX += amountX; + } + if ((this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge & 4) != 0) { + amountY = y_0 - this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_startY; + height - amountY < minHeight && (amountY = -(minHeight - height)); + clampPosition && windowY + amountY < 0 && (amountY = -windowY); + height -= amountY; + windowY += amountY; + } + if ((this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge & 16) != 0) { + amountX = x_0 - this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_lastX - width_0; + width_0 + amountX < minWidth && (amountX = minWidth - width_0); + clampPosition && windowX + width_0 + amountX > stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth && (amountX = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth - windowX - width_0); + width_0 += amountX; + } + if ((this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_edge & 2) != 0) { + amountY = y_0 - this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_lastY - height; + height + amountY < minHeight && (amountY = minHeight - height); + clampPosition && windowY + height + amountY > stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight && (amountY = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight - windowY - height); + height += amountY; + } + com_badlogic_gdx_scenes_scene2d_Actor_$setBounds__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFV(this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(windowX)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(windowY)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(width_0)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(height))); +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_ui_Window$3_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ + this.com_badlogic_gdx_scenes_scene2d_ui_Window$3_this$01.com_badlogic_gdx_scenes_scene2d_ui_Window_dragging = false; +} +; +_.com_badlogic_gdx_scenes_scene2d_ui_Window$3_lastX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Window$3_lastY = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Window$3_startX = 0; +_.com_badlogic_gdx_scenes_scene2d_ui_Window$3_startY = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Window/3', $intern_618, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFontColor = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_Window$WindowStyle__V(){ + com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_Window$WindowStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(titleFont, titleFontColor, background){ + com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFont = titleFont; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(this.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFontColor, titleFontColor); + this.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_background = background; +} + +function com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_Window$WindowStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(style){ + com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_$$init__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(this); + this.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFont = style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFont; + !!style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFontColor && (this.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFontColor = new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFontColor)); + this.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_background = style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_background; + this.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_stageBackground = style.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_stageBackground; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(446, 1, {446:1}, com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_Window$WindowStyle__V, com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_Window$WindowStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V, com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_Window$WindowStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Window/WindowStyle', 446, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$fling__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFIZ(this$static, velocityX, velocityY, button){ + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$stageToLocalAmount__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2Lcom_badlogic_gdx_math_Vector2_2V(this$static, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2((com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords), velocityX, velocityY)); + this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.fling__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_event, com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords.com_badlogic_gdx_math_Vector2_y, button); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$longPress__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFZ(this$static, stageX, stageY){ + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2((com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords), stageX, stageY)); + return false; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$pan__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFFFZ(this$static, stageX, stageY, deltaX, deltaY){ + com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$stageToLocalAmount__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2Lcom_badlogic_gdx_math_Vector2_2V(this$static, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2((com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords), deltaX, deltaY)); + deltaX = com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords.com_badlogic_gdx_math_Vector2_x; + deltaY = com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords.com_badlogic_gdx_math_Vector2_y; + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords, stageX, stageY)); + this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.pan__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFV(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_event, com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords.com_badlogic_gdx_math_Vector2_y, deltaX, deltaY); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$panStop__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFIIZ(this$static, stageX, stageY){ + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2((com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords), stageX, stageY)); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$pinch__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Z(this$static, stageInitialPointer1, stageInitialPointer2, stagePointer1, stagePointer2){ + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_initialPointer1, stageInitialPointer1)); + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_initialPointer2, stageInitialPointer2)); + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_pointer1, stagePointer1)); + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_pointer2, stagePointer2)); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$stageToLocalAmount__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2Lcom_badlogic_gdx_math_Vector2_2V(this$static, amount){ + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, amount); + com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(amount, com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2((com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords2), 0, 0))); +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_$tap__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_2FFIIZ(this$static, stageX, stageY){ + com_badlogic_gdx_scenes_scene2d_Actor_$stageToLocalCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2((com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords), stageX, stageY)); + return true; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_ActorGestureListener$1__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2V(this$0){ + this.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_this$01 = this$0; + this.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_initialPointer1 = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_initialPointer2 = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_pointer1 = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_pointer2 = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_619, 1120, {}, com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener$1_ActorGestureListener$1__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'ActorGestureListener/1', $intern_619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1input_1GestureDetector$GestureAdapter_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_435, 'Drawable'); +function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setBottomHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, bottomHeight){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight = bottomHeight; +} + +function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setLeftWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, leftWidth){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth = leftWidth; +} + +function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, minHeight){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minHeight = minHeight; +} + +function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, minWidth){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minWidth = minWidth; +} + +function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setName__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2Ljava_lang_String_2V(this$static, name_0){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name = name_0; +} + +function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setRightWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, rightWidth){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth = rightWidth; +} + +function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setTopHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, topHeight){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight = topHeight; +} + +function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_BaseDrawable__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_BaseDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(drawable){ + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(drawable, 155) && (this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name = drawable.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name); + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth = drawable.getLeftWidth__F(); + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth = drawable.getRightWidth__F(); + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight = drawable.getTopHeight__F(); + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight = drawable.getBottomHeight__F(); + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minWidth = drawable.getMinWidth__F(); + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minHeight = drawable.getMinHeight__F(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(155, 1, {155:1, 530:1}, com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_BaseDrawable__V, com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_BaseDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height){ +} +; +_.getBottomHeight__F = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_getBottomHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight; +} +; +_.getLeftWidth__F = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_getLeftWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth; +} +; +_.getMinHeight__F = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_getMinHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minHeight; +} +; +_.getMinWidth__F = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_getMinWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minWidth; +} +; +_.getName__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_getName__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name; +} +; +_.getRightWidth__F = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_getRightWidth__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth; +} +; +_.getTopHeight__F = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_getTopHeight__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight; +} +; +_.setBottomHeight__FV = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_setBottomHeight__FV(bottomHeight){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setBottomHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this, bottomHeight); +} +; +_.setLeftWidth__FV = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_setLeftWidth__FV(leftWidth){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setLeftWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this, leftWidth); +} +; +_.setMinHeight__FV = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_setMinHeight__FV(minHeight){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this, minHeight); +} +; +_.setMinSize__FFV = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_setMinSize__FFV(minWidth, minHeight){ + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minWidth = minWidth; + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minHeight = minHeight; +} +; +_.setMinWidth__FV = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_setMinWidth__FV(minWidth){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this, minWidth); +} +; +_.setName__Ljava_lang_String_2V = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_setName__Ljava_lang_String_2V(name_0){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setName__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2Ljava_lang_String_2V(this, name_0); +} +; +_.setPadding__FFFFV = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_setPadding__FFFFV(topHeight, leftWidth, bottomHeight, rightWidth){ + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight = topHeight; + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth = leftWidth; + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight = bottomHeight; + this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth = rightWidth; +} +; +_.setRightWidth__FV = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_setRightWidth__FV(rightWidth){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setRightWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this, rightWidth); +} +; +_.setTopHeight__FV = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_setTopHeight__FV(topHeight){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setTopHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this, topHeight); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_toString__Ljava_lang_String_2(){ + if (this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name == null) + return com_badlogic_gdx_utils_reflect_ClassReflection_getSimpleName__Ljava_lang_Class_2Ljava_lang_String_2(this.java_lang_Object__1_1_1clazz); + return this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name; +} +; +_.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minHeight = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_620, 155, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_ChangeListener$ChangeEvent_ChangeListener$ChangeEvent__V(){ + com_badlogic_gdx_scenes_scene2d_Event_Event__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(512, 220, {220:1, 512:1, 67:1}, com_badlogic_gdx_scenes_scene2d_utils_ChangeListener$ChangeEvent_ChangeListener$ChangeEvent__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'ChangeListener/ChangeEvent', 512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tmpVector = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_DragAndDrop__V(){ + com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_targets = new com_badlogic_gdx_utils_Array_Array__IV(8); + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_sourceListeners = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__IV(8); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(636, 1, {636:1}, com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_DragAndDrop__V); +_.addSource__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_addSource__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2V(source){ + var listener; + listener = new com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_DragAndDrop$1__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2V(this, source); + com_badlogic_gdx_scenes_scene2d_utils_DragListener_$setTapSquareSize__Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(listener, this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tapSquareSize); + com_badlogic_gdx_scenes_scene2d_utils_DragListener_$setButton__Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2IV(listener, this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_button); + null.$_nullMethod(); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_sourceListeners, source, listener); +} +; +_.addTarget__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_addTarget__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2V(target){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_targets, target); +} +; +_.cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2V(except){ + var listener; + listener = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_sourceListeners, except); + if (!listener) + return; + null.$_nullMethod().$_nullMethod(); +} +; +_.clear__V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_clear__V(){ + var entry, entry$iterator; + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_targets); + for (entry$iterator = com_badlogic_gdx_utils_ObjectMap_$entries__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_sourceListeners); com_badlogic_gdx_utils_ObjectMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2Z(entry$iterator);) { + entry = entry$iterator.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(); + entry.com_badlogic_gdx_utils_ObjectMap$Entry_key.$_nullField.$_nullMethod(entry.com_badlogic_gdx_utils_ObjectMap$Entry_value); + } + com_badlogic_gdx_utils_ObjectMap_$clear__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_sourceListeners, 8); +} +; +_.getDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_getDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActor; +} +; +_.getDragPayload__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2 = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_getDragPayload__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload; +} +; +_.getDragSource__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2 = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_getDragSource__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragSource; +} +; +_.getDragTime__I = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_getDragTime__I(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragTime; +} +; +_.isDragValid__Z = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_isDragValid__Z(){ + return !!this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload && (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_gte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragValidTime)); +} +; +_.isDragging__Z = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_isDragging__Z(){ + return !!this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload; +} +; +_.removeSource__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_removeSource__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2V(source){ + com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_sourceListeners, source); + null.$_nullMethod(); +} +; +_.removeTarget__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_removeTarget__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2V(target){ + com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_targets, target, true); +} +; +_.setButton__IV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_setButton__IV(button){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_button = button; +} +; +_.setCancelTouchFocus__ZV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_setCancelTouchFocus__ZV(cancelTouchFocus){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_cancelTouchFocus = cancelTouchFocus; +} +; +_.setDragActorPosition__FFV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_setDragActorPosition__FFV(dragActorX, dragActorY){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorX = dragActorX; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorY = dragActorY; +} +; +_.setDragTime__IV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_setDragTime__IV(dragMillis){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragTime = dragMillis; +} +; +_.setKeepWithinStage__ZV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_setKeepWithinStage__ZV(keepWithinStage){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_keepWithinStage = keepWithinStage; +} +; +_.setTapSquareSize__FV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_setTapSquareSize__FV(halfTapSquareSize){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tapSquareSize = halfTapSquareSize; +} +; +_.setTouchOffset__FFV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_setTouchOffset__FFV(touchOffsetX, touchOffsetY){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetX = touchOffsetX; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetY = touchOffsetY; +} +; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_activePointer = -1; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_button = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_cancelTouchFocus = true; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorX = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorY = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragTime = 250; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragValidTime = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_isValidTarget = false; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_keepWithinStage = true; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_removeDragActor = false; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tapSquareSize = 8; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetX = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetY = 0; +var com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tmpVector; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_621, 636, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_DragListener_$setButton__Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2IV(this$static, button){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_DragListener_button = button; +} + +function com_badlogic_gdx_scenes_scene2d_utils_DragListener_$setTapSquareSize__Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(this$static, halfTapSquareSize){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_DragListener_tapSquareSize = halfTapSquareSize; +} + +function com_badlogic_gdx_scenes_scene2d_utils_DragListener_DragListener__V(){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(302, 91, $intern_622, com_badlogic_gdx_scenes_scene2d_utils_DragListener_DragListener__V); +_.cancel__V = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_cancel__V(){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging = false; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_pressedPointer = -1; +} +; +_.drag__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_drag__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ +} +; +_.dragStart__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStart__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ +} +; +_.dragStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ +} +; +_.getButton__I = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getButton__I(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_button; +} +; +_.getDeltaX__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getDeltaX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragX - this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastX; +} +; +_.getDeltaY__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getDeltaY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragY - this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastY; +} +; +_.getDragDistance__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getDragDistance__F(){ + return com_badlogic_gdx_math_Vector2_len__FFF(this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragX - this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartX, this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragY - this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartY); +} +; +_.getDragStartX__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getDragStartX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartX; +} +; +_.getDragStartY__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getDragStartY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartY; +} +; +_.getDragX__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getDragX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragX; +} +; +_.getDragY__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getDragY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragY; +} +; +_.getStageTouchDownX__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getStageTouchDownX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownX; +} +; +_.getStageTouchDownY__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getStageTouchDownY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownY; +} +; +_.getTapSquareSize__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getTapSquareSize__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_tapSquareSize; +} +; +_.getTouchDownX__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getTouchDownX__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownX; +} +; +_.getTouchDownY__F = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_getTouchDownY__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownY; +} +; +_.isDragging__Z = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_isDragging__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging; +} +; +_.setButton__IV = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_setButton__IV(button){ + com_badlogic_gdx_scenes_scene2d_utils_DragListener_$setButton__Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2IV(this, button); +} +; +_.setDragStartX__FV = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_setDragStartX__FV(dragStartX){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartX = dragStartX; +} +; +_.setDragStartY__FV = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_setDragStartY__FV(dragStartY){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartY = dragStartY; +} +; +_.setTapSquareSize__FV = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_setTapSquareSize__FV(halfTapSquareSize){ + com_badlogic_gdx_scenes_scene2d_utils_DragListener_$setTapSquareSize__Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(this, halfTapSquareSize); +} +; +_.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(event_0, x_0, y_0, pointer, button){ + if (this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_pressedPointer != -1) + return false; + if (pointer == 0 && this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_button != -1 && button != this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_button) + return false; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_pressedPointer = pointer; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownX = x_0; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownY = y_0; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownX = event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownY = event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY; + return true; +} +; +_.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + if (pointer != this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_pressedPointer) + return; + if (!this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging && ($wnd.Math.abs(this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownX - x_0) > this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_tapSquareSize || $wnd.Math.abs(this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownY - y_0) > this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_tapSquareSize)) { + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging = true; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartX = x_0; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartY = y_0; + this.dragStart__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer); + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragX = x_0; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragY = y_0; + } + if (this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging) { + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastX = this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragX; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastY = this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragY; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragX = x_0; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragY = y_0; + this.drag__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer); + } +} +; +_.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV = function com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(event_0, x_0, y_0, pointer, button){ + if (pointer == this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_pressedPointer) { + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging && this.dragStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer); + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging = false; + this.com_badlogic_gdx_scenes_scene2d_utils_DragListener_pressedPointer = -1; + } +} +; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_button = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastX = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastY = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartX = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartY = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragX = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragY = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging = false; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_pressedPointer = -1; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownX = -1; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownY = -1; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_tapSquareSize = 14; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownX = -1; +_.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownY = -1; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_623, 302, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_DragAndDrop$1__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2V(this$0, val$source){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01 = this$0; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_val$source2 = val$source; + com_badlogic_gdx_scenes_scene2d_utils_DragListener_DragListener__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_624, 302, $intern_622, com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_DragAndDrop$1__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2V); +_.drag__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_drag__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + var actor, actorX, actorY, hit, i, n, oldDragActor, oldDragActorX, oldDragActorY, stage, stageX, stageY; + if (!this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload) + return; + if (pointer != this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_activePointer) + return; + null.$_nullMethod(); + stage = event_0.com_badlogic_gdx_scenes_scene2d_Event_stage; + oldDragActor = this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActor; + oldDragActorX = 0; + oldDragActorY = 0; + if (oldDragActor) { + oldDragActorX = oldDragActor.com_badlogic_gdx_scenes_scene2d_Actor_x; + oldDragActorY = oldDragActor.com_badlogic_gdx_scenes_scene2d_Actor_y; + com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(oldDragActor, $intern_5, $intern_5); + } + stageX = event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetX; + stageY = event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetY; + hit = com_badlogic_gdx_scenes_scene2d_Stage_$hit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(event_0.com_badlogic_gdx_scenes_scene2d_Event_stage, stageX, stageY, true); + !hit && (hit = com_badlogic_gdx_scenes_scene2d_Stage_$hit__Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(event_0.com_badlogic_gdx_scenes_scene2d_Event_stage, stageX, stageY, false)); + !!oldDragActor && com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(oldDragActor, oldDragActorX, oldDragActorY); + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_isValidTarget = false; + if (hit) { + for (i = 0 , n = this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_targets.com_badlogic_gdx_utils_Array_size; i < n; i++) { + com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_targets, i); + if (!null.$_nullMethod()) + continue; + null.$_nullMethod(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2((com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tmpVector), stageX, stageY)); + break; + } + } + actor = null; + !actor && (actor = this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_dragActor); + if (actor != oldDragActor) { + !!oldDragActor && this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_removeDragActor && com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(oldDragActor); + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActor = actor; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_removeDragActor = !actor.com_badlogic_gdx_scenes_scene2d_Actor_stage; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_removeDragActor && stage.com_badlogic_gdx_scenes_scene2d_Stage_root.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(actor); + } + if (!actor) + return; + actorX = event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX - actor.com_badlogic_gdx_scenes_scene2d_Actor_width + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorX; + actorY = event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorY; + if (this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_keepWithinStage) { + actorX < 0 && (actorX = 0); + actorY < 0 && (actorY = 0); + actorX + actor.com_badlogic_gdx_scenes_scene2d_Actor_width > stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth && (actorX = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth - actor.com_badlogic_gdx_scenes_scene2d_Actor_width); + actorY + actor.com_badlogic_gdx_scenes_scene2d_Actor_height > stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight && (actorY = stage.com_badlogic_gdx_scenes_scene2d_Stage_viewport.com_badlogic_gdx_utils_viewport_Viewport_worldHeight - actor.com_badlogic_gdx_scenes_scene2d_Actor_height); + } + com_badlogic_gdx_scenes_scene2d_Actor_$setPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(actor, actorX, actorY); +} +; +_.dragStart__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_dragStart__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + if (this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_activePointer != -1) { + event_0.com_badlogic_gdx_scenes_scene2d_Event_stopped = true; + return; + } + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_activePointer = pointer; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragValidTime = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragTime)); + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragSource = this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_val$source2; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload = null.$_nullMethod(); + event_0.com_badlogic_gdx_scenes_scene2d_Event_stopped = true; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_cancelTouchFocus && !!this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload && null.$_nullMethod().$_nullMethod(); +} +; +_.dragStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_dragStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + var stageX, stageY; + if (pointer != this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_activePointer) + return; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_activePointer = -1; + if (!this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload) + return; + java_lang_System_$clinit__V(); + com_google_gwt_lang_LongLib_lt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragValidTime) && (this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_isValidTarget = false); + !!this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActor && this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_removeDragActor && com_badlogic_gdx_scenes_scene2d_Actor_$remove__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActor); + if (this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_isValidTarget) { + stageX = event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetX; + stageY = event_0.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetY; + null.$_nullMethod(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2((com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tmpVector), stageX, stageY)); + null.$_nullMethod(com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tmpVector.com_badlogic_gdx_math_Vector2_x, com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tmpVector.com_badlogic_gdx_math_Vector2_y); + } + null.$_nullMethod(); + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragSource = null; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload = null; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_target = null; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_isValidTarget = false; + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$1_this$01.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActor = null; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'DragAndDrop/1', $intern_624, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_DragAndDrop$Payload__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(637, 1, {637:1}, com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_DragAndDrop$Payload__V); +_.getDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_getDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_dragActor; +} +; +_.getInvalidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_getInvalidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_invalidDragActor; +} +; +_.getObject__Ljava_lang_Object_2 = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_getObject__Ljava_lang_Object_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_object; +} +; +_.getValidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_getValidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_validDragActor; +} +; +_.setDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_setDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(dragActor){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_dragActor = dragActor; +} +; +_.setInvalidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_setInvalidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(invalidDragActor){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_invalidDragActor = invalidDragActor; +} +; +_.setObject__Ljava_lang_Object_2V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_setObject__Ljava_lang_Object_2V(object){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_object = object; +} +; +_.setValidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_setValidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(validDragActor){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_validDragActor = validDragActor; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'DragAndDrop/Payload', 637, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tmpCoords = new com_badlogic_gdx_math_Vector2_Vector2__V; +} + +function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$getScrollPixels__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2F(this$static){ + return com_badlogic_gdx_math_Interpolation_$apply__Lcom_badlogic_gdx_math_Interpolation_2FFFF(this$static.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_interpolation, this$static.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_minSpeed, this$static.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_maxSpeed, $wnd.Math.min(1, (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), this$static.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_startTime)) / com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(this$static.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_rampTime)))); +} + +function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$isAbove__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FZ(this$static, y_0){ + return y_0 >= this$static.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scroll.com_badlogic_gdx_scenes_scene2d_Actor_height - this$static.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padTop; +} + +function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$scroll__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(this$static, y_0){ + com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_$setScrollY__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(this$static.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scroll, y_0); +} + +function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_DragScrollListener__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(scroll_0){ + com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$clinit__V(); + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_interpolation = (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_exp5In); + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scroll = scroll_0; + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollUp = new com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$1_DragScrollListener$1__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2V(this, scroll_0); + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollDown = new com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$2_DragScrollListener$2__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2V(this, scroll_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(638, 302, {82:1, 91:1, 302:1, 638:1}, com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_DragScrollListener__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V); +_.drag__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_drag__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + com_badlogic_gdx_scenes_scene2d_Actor_$localToActorCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(event_0.com_badlogic_gdx_scenes_scene2d_Event_listenerActor, this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scroll, com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tmpCoords, x_0, y_0)); + if (com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$isAbove__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FZ(this, com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tmpCoords.com_badlogic_gdx_math_Vector2_y)) { + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollDown); + if (this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollUp.com_badlogic_gdx_utils_Timer$Task_repeatCount == -1) { + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_startTime = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())); + com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FFLcom_badlogic_gdx_utils_Timer$Task_2(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollUp, this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tickSecs, this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tickSecs); + } + return; + } + else if (com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tmpCoords.com_badlogic_gdx_math_Vector2_y < this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padBottom) { + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollUp); + if (this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollDown.com_badlogic_gdx_utils_Timer$Task_repeatCount == -1) { + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_startTime = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())); + com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FFLcom_badlogic_gdx_utils_Timer$Task_2(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollDown, this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tickSecs, this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tickSecs); + } + return; + } + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollUp); + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollDown); +} +; +_.dragStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_dragStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(event_0, x_0, y_0, pointer){ + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollUp); + com_badlogic_gdx_utils_Timer$Task_$cancel__Lcom_badlogic_gdx_utils_Timer$Task_2V(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollDown); +} +; +_.package_private$com_badlogic_gdx_scenes_scene2d_utils$getScrollPixels__F = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_getScrollPixels__F(){ + return com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$getScrollPixels__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2F(this); +} +; +_.isAbove__FZ = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_isAbove__FZ(y_0){ + return com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$isAbove__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FZ(this, y_0); +} +; +_.isBelow__FZ = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_isBelow__FZ(y_0){ + return y_0 < this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padBottom; +} +; +_.scroll__FV = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scroll__FV(y_0){ + com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$scroll__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(this, y_0); +} +; +_.setPadding__FFV = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_setPadding__FFV(padTop, padBottom){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padTop = padTop; + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padBottom = padBottom; +} +; +_.setup__FFFFV = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_setup__FFFFV(minSpeedPixels, maxSpeedPixels, tickSecs, rampSecs){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_minSpeed = minSpeedPixels; + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_maxSpeed = maxSpeedPixels; + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tickSecs = tickSecs; + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_rampTime = com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(rampSecs * $intern_54); +} +; +_.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_maxSpeed = 75; +_.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_minSpeed = 15; +_.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padBottom = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padTop = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_rampTime = 1750; +_.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_startTime = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tickSecs = $intern_605; +var com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tmpCoords; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_625, 638, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$1_DragScrollListener$1__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2V(this$0, val$scroll){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$1_this$01 = this$0; + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$1_val$scroll2 = val$scroll; + com_badlogic_gdx_utils_Timer$Task_Timer$Task__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_626, 146, $intern_310, com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$1_DragScrollListener$1__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2V); +_.run__V = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$1_run__V(){ + com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$scroll__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$1_this$01, this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$1_val$scroll2.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY - com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$getScrollPixels__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2F(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$1_this$01)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'DragScrollListener/1', $intern_626, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$2_DragScrollListener$2__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2V(this$0, val$scroll){ + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$2_this$01 = this$0; + this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$2_val$scroll2 = val$scroll; + com_badlogic_gdx_utils_Timer$Task_Timer$Task__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_627, 146, $intern_310, com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$2_DragScrollListener$2__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2V); +_.run__V = function com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$2_run__V(){ + com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$scroll__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$2_this$01, this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$2_val$scroll2.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY + com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$getScrollPixels__Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2F(this.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener$2_this$01)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'DragScrollListener/2', $intern_627, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2V(this$static, focusType){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_type = focusType; +} + +function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_FocusListener$FocusEvent__V(){ + com_badlogic_gdx_scenes_scene2d_Event_Event__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(513, 220, {220:1, 513:1, 67:1}, com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_FocusListener$FocusEvent__V); +_.getRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2 = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_getRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor; +} +; +_.getType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2 = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_getType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_type; +} +; +_.isFocused__Z = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_isFocused__Z(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused; +} +; +_.reset__V = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_reset__V(){ + com_badlogic_gdx_scenes_scene2d_Event_$reset__Lcom_badlogic_gdx_scenes_scene2d_Event_2V(this); + this.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor = null; +} +; +_.setFocused__ZV = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_setFocused__ZV(focused){ + this.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused = focused; +} +; +_.setRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_setRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(relatedActor){ + this.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor = relatedActor; +} +; +_.setType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2V = function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_setType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2V(focusType){ + com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_$setType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2V(this, focusType); +} +; +_.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'FocusListener/FocusEvent', 513, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_keyboard = new com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_FocusListener$FocusEvent$Type__Ljava_lang_String_2IV($intern_628, 0); + com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_scroll = new com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_FocusListener$FocusEvent$Type__Ljava_lang_String_2IV($intern_629, 1); +} + +function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_FocusListener$FocusEvent$Type__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_values___3Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2(){ + com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), $intern_630, 371, 0, [com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_keyboard, com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_scroll]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(371, 39, {371:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_FocusListener$FocusEvent$Type__Ljava_lang_String_2IV); +var com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_keyboard, com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_scroll; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_435, 'FocusListener/FocusEvent/Type', 371, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_values___3Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2); +function com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type$Map_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), $intern_630, 371, 0, [com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_keyboard, com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_scroll]))); +} + +var com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type$Map_$MAP; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_435, 'TransformDrawable'); +function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_$setPatch__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(this$static, patch){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch = patch; + if (patch) { + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, patch.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth + patch.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth + patch.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, patch.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight + patch.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight + patch.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setTopHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, com_badlogic_gdx_graphics_g2d_NinePatch_$getPadTop__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(patch)); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setRightWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, com_badlogic_gdx_graphics_g2d_NinePatch_$getPadRight__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(patch)); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setBottomHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, com_badlogic_gdx_graphics_g2d_NinePatch_$getPadBottom__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(patch)); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setLeftWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, com_badlogic_gdx_graphics_g2d_NinePatch_$getPadLeft__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2F(patch)); + } +} + +function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_$tint__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2(this$static, tint){ + var drawable; + drawable = new com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2V(this$static); + drawable.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch = new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_Color_2V(drawable.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch, tint); + return drawable; +} + +function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(patch){ + com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_$setPatch__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(this, patch); +} + +function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2V(drawable){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_BaseDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V.call(this, drawable); + this.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch = drawable.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(172, 155, {155:1, 530:1, 172:1, 531:1}, com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__V, com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V, com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2V); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height){ + com_badlogic_gdx_graphics_g2d_NinePatch_$draw__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(this.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch, batch, x_0, y_0, width_0, height); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV = function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(batch, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation){ + com_badlogic_gdx_graphics_g2d_NinePatch_$draw__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(this.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch, batch, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation); +} +; +_.getPatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2 = function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_getPatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch; +} +; +_.setPatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V = function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_setPatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(patch){ + com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_$setPatch__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(this, patch); +} +; +_.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2 = function com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2(tint){ + return com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_$tint__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2(this, tint); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_631, 172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors = new com_badlogic_gdx_utils_Array_Array__V; + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp = new com_badlogic_gdx_math_Vector3_Vector3__V; + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_viewport = new com_badlogic_gdx_math_Rectangle_Rectangle__V; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_ScissorStack__V(){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(); +} + +function com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_calculateScissors__Lcom_badlogic_gdx_graphics_Camera_2FFFFLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(camera, viewportX, viewportY, viewportWidth, viewportHeight, batchTransform, area, scissor){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(); + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp, area.com_badlogic_gdx_math_Rectangle_x, area.com_badlogic_gdx_math_Rectangle_y, 0); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp, batchTransform); + com_badlogic_gdx_graphics_Camera_$project__Lcom_badlogic_gdx_graphics_Camera_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(camera, com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp, viewportX, viewportY, viewportWidth, viewportHeight); + scissor.com_badlogic_gdx_math_Rectangle_x = com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp.com_badlogic_gdx_math_Vector3_x; + scissor.com_badlogic_gdx_math_Rectangle_y = com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp.com_badlogic_gdx_math_Vector3_y; + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp, area.com_badlogic_gdx_math_Rectangle_x + area.com_badlogic_gdx_math_Rectangle_width, area.com_badlogic_gdx_math_Rectangle_y + area.com_badlogic_gdx_math_Rectangle_height, 0); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp, batchTransform); + com_badlogic_gdx_graphics_Camera_$project__Lcom_badlogic_gdx_graphics_Camera_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(camera, com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp, viewportX, viewportY, viewportWidth, viewportHeight); + scissor.com_badlogic_gdx_math_Rectangle_width = com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp.com_badlogic_gdx_math_Vector3_x - scissor.com_badlogic_gdx_math_Rectangle_x; + scissor.com_badlogic_gdx_math_Rectangle_height = com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp.com_badlogic_gdx_math_Vector3_y - scissor.com_badlogic_gdx_math_Rectangle_y; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_fix__Lcom_badlogic_gdx_math_Rectangle_2V(rect){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(); + rect.com_badlogic_gdx_math_Rectangle_x = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(rect.com_badlogic_gdx_math_Rectangle_x)); + rect.com_badlogic_gdx_math_Rectangle_y = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(rect.com_badlogic_gdx_math_Rectangle_y)); + rect.com_badlogic_gdx_math_Rectangle_width = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(rect.com_badlogic_gdx_math_Rectangle_width)); + rect.com_badlogic_gdx_math_Rectangle_height = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(rect.com_badlogic_gdx_math_Rectangle_height)); + if (rect.com_badlogic_gdx_math_Rectangle_width < 0) { + rect.com_badlogic_gdx_math_Rectangle_width = -rect.com_badlogic_gdx_math_Rectangle_width; + rect.com_badlogic_gdx_math_Rectangle_x -= rect.com_badlogic_gdx_math_Rectangle_width; + } + if (rect.com_badlogic_gdx_math_Rectangle_height < 0) { + rect.com_badlogic_gdx_math_Rectangle_height = -rect.com_badlogic_gdx_math_Rectangle_height; + rect.com_badlogic_gdx_math_Rectangle_y -= rect.com_badlogic_gdx_math_Rectangle_height; + } +} + +function com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_getViewport__Lcom_badlogic_gdx_math_Rectangle_2(){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(); + var scissor; + if (com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors.com_badlogic_gdx_utils_Array_size == 0) { + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_viewport, 0, 0, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height); + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_viewport; + } + else { + scissor = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors); + com_badlogic_gdx_math_Rectangle_$set__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_viewport, scissor); + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_viewport; + } +} + +function com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_peekScissors__Lcom_badlogic_gdx_math_Rectangle_2(){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(); + if (com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors.com_badlogic_gdx_utils_Array_size == 0) + return null; + return com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors); +} + +function com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2(){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(); + var old, scissor; + old = com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors.pop__Ljava_lang_Object_2(); + if (com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors.com_badlogic_gdx_utils_Array_size == 0) + com_badlogic_gdx_backends_gwt_GwtGL20_$glDisable__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl, 3089); + else { + scissor = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors); + com_badlogic_gdx_graphics_glutils_HdpiUtils_glScissor__IIIIV(com_google_gwt_lang_Cast_round_1int__DI(scissor.com_badlogic_gdx_math_Rectangle_x), com_google_gwt_lang_Cast_round_1int__DI(scissor.com_badlogic_gdx_math_Rectangle_y), com_google_gwt_lang_Cast_round_1int__DI(scissor.com_badlogic_gdx_math_Rectangle_width), com_google_gwt_lang_Cast_round_1int__DI(scissor.com_badlogic_gdx_math_Rectangle_height)); + } + return old; +} + +function com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_pushScissors__Lcom_badlogic_gdx_math_Rectangle_2Z(scissor){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(); + var maxX, maxY, minX, minY, parent_0; + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_fix__Lcom_badlogic_gdx_math_Rectangle_2V(scissor); + if (com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors.com_badlogic_gdx_utils_Array_size == 0) { + if (scissor.com_badlogic_gdx_math_Rectangle_width < 1 || scissor.com_badlogic_gdx_math_Rectangle_height < 1) + return false; + com_badlogic_gdx_backends_gwt_GwtGL20_$glEnable__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl, 3089); + } + else { + parent_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors, com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors.com_badlogic_gdx_utils_Array_size - 1); + minX = $wnd.Math.max(parent_0.com_badlogic_gdx_math_Rectangle_x, scissor.com_badlogic_gdx_math_Rectangle_x); + maxX = $wnd.Math.min(parent_0.com_badlogic_gdx_math_Rectangle_x + parent_0.com_badlogic_gdx_math_Rectangle_width, scissor.com_badlogic_gdx_math_Rectangle_x + scissor.com_badlogic_gdx_math_Rectangle_width); + if (maxX - minX < 1) + return false; + minY = $wnd.Math.max(parent_0.com_badlogic_gdx_math_Rectangle_y, scissor.com_badlogic_gdx_math_Rectangle_y); + maxY = $wnd.Math.min(parent_0.com_badlogic_gdx_math_Rectangle_y + parent_0.com_badlogic_gdx_math_Rectangle_height, scissor.com_badlogic_gdx_math_Rectangle_y + scissor.com_badlogic_gdx_math_Rectangle_height); + if (maxY - minY < 1) + return false; + scissor.com_badlogic_gdx_math_Rectangle_x = minX; + scissor.com_badlogic_gdx_math_Rectangle_y = minY; + scissor.com_badlogic_gdx_math_Rectangle_width = maxX - minX; + scissor.com_badlogic_gdx_math_Rectangle_height = $wnd.Math.max(1, maxY - minY); + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors, scissor); + com_badlogic_gdx_graphics_glutils_HdpiUtils_glScissor__IIIIV(com_google_gwt_lang_Cast_round_1int__DI(scissor.com_badlogic_gdx_math_Rectangle_x), com_google_gwt_lang_Cast_round_1int__DI(scissor.com_badlogic_gdx_math_Rectangle_y), com_google_gwt_lang_Cast_round_1int__DI(scissor.com_badlogic_gdx_math_Rectangle_width), com_google_gwt_lang_Cast_round_1int__DI(scissor.com_badlogic_gdx_math_Rectangle_height)); + return true; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(639, 1, {639:1}, com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_ScissorStack__V); +var com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors, com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp, com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_viewport; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_632, 639, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_$setSprite__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this$static, sprite){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite = sprite; + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, sprite.getWidth__F()); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, sprite.getHeight__F()); +} + +function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_$tint__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2(this$static, tint){ + var drawable, newSprite; + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this$static.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, 379)?(newSprite = new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_TextureAtlas$AtlasSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite)):(newSprite = new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this$static.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite)); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_Color_2V(newSprite, tint); + newSprite.setSize__FFV(this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minWidth, this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minHeight); + drawable = new com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(newSprite); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setLeftWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setRightWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setTopHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setBottomHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight); + return drawable; +} + +function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(sprite){ + com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_$setSprite__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this, sprite); +} + +function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2V(drawable){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_BaseDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V.call(this, drawable); + com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_$setSprite__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this, drawable.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(173, 155, {155:1, 530:1, 173:1, 531:1}, com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__V, com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V, com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2V); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height){ + var color_0, oldColor, spriteColor; + spriteColor = this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite.com_badlogic_gdx_graphics_g2d_Sprite_color; + oldColor = (color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * spriteColor.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * spriteColor.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * spriteColor.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * spriteColor.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_Color_2V(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, com_badlogic_gdx_graphics_Color_$mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(spriteColor, batch.getColor__Lcom_badlogic_gdx_graphics_Color_2())); + com_badlogic_gdx_graphics_g2d_Sprite_$setRotation__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, 0); + com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, 1, 1); + this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite.setBounds__FFFFV(x_0, y_0, width_0, height); + com_badlogic_gdx_graphics_g2d_Sprite_$draw__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, batch); + com_badlogic_gdx_graphics_g2d_Sprite_$setPackedColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, oldColor); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV = function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(batch, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation){ + var color_0, oldColor, spriteColor; + spriteColor = this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite.com_badlogic_gdx_graphics_g2d_Sprite_color; + oldColor = (color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * spriteColor.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * spriteColor.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * spriteColor.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * spriteColor.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_Color_2V(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, com_badlogic_gdx_graphics_Color_$mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(spriteColor, batch.getColor__Lcom_badlogic_gdx_graphics_Color_2())); + this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite.setOrigin__FFV(originX, originY); + com_badlogic_gdx_graphics_g2d_Sprite_$setRotation__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, rotation); + com_badlogic_gdx_graphics_g2d_Sprite_$setScale__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFV(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, scaleX, scaleY); + this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite.setBounds__FFFFV(x_0, y_0, width_0, height); + com_badlogic_gdx_graphics_g2d_Sprite_$draw__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, batch); + com_badlogic_gdx_graphics_g2d_Sprite_$setPackedColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite, oldColor); +} +; +_.getSprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2 = function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_getSprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite; +} +; +_.setSprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V = function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_setSprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(sprite){ + com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_$setSprite__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(this, sprite); +} +; +_.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2 = function com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2(tint){ + return com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_$tint__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2(this, tint); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_633, 173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_$setRegion__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this$static, region){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region = region; + if (region) { + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setMinHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(this$static, region.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + } +} + +function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__V(){ +} + +function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_Texture_2V(texture){ + com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_$setRegion__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(texture)); +} + +function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_$setRegion__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, region); +} + +function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V(drawable){ + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_BaseDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V.call(this, drawable); + com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_$setRegion__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, drawable.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(145, 155, {155:1, 530:1, 145:1, 531:1}, com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__V, com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_Texture_2V, com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V); +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height){ + batch.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region, x_0, y_0, width_0, height); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV = function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(batch, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation){ + batch.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFV(this.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation); +} +; +_.getRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2 = function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_getRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region; +} +; +_.setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V = function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_$setRegion__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, region); +} +; +_.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(tint){ + var drawable, sprite; + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(this.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region, 152)?(sprite = new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasSprite_TextureAtlas$AtlasSprite__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(this.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region)):(sprite = new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region)); + com_badlogic_gdx_graphics_g2d_Sprite_$setColor__Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_Color_2V(sprite, tint); + sprite.setSize__FFV(this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minWidth, this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minHeight); + drawable = new com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(sprite); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setLeftWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setRightWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setTopHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setBottomHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight); + return drawable; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_634, 145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$$init__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2V(this$static){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_color = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); + this$static.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_scale = 1; + this$static.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_align = 12; +} + +function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$setScale__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2FV(this$static, scale){ + this$static.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_scale = scale; +} + +function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$tint__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2(this$static, tint){ + var drawable; + drawable = new com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V(this$static); + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(drawable.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_color, tint); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setLeftWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setRightWidth__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setTopHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight); + com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_$setBottomHeight__Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(drawable, this$static.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight); + return drawable; +} + +function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__V(){ + com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$$init__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(region){ + com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V.call(this, region); + com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$$init__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V(drawable){ + com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V.call(this, drawable); + com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$$init__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2V(this); +} + +function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFIV(batch, textureRegion, x_0, y_0, width_0, height, scale, align_0){ + var bottomPartialHeight, centerBottomU, centerBottomU2, centerBottomV, centerCenterDrawHeight, centerCenterDrawWidth, centerCenterU, centerCenterU2, centerCenterV, centerCenterV2, centerTopU, centerTopU2, centerTopV, drawX, drawY, fullX, fullY, i, ii, leftBottomV, leftCenterV, leftCenterV2, leftEdgeU, leftPartialWidth, leftRight, leftTopV, originalFullX, originalFullY, regionHeight, regionWidth, rightBottomV, rightCenterV, rightCenterV2, rightEdgeU2, rightPartialWidth, rightTopV, texture, textureHeight, textureWidth, topBottom, topPartialHeight, u, u2, uOffset, v, v2, vOffset; + regionWidth = textureRegion.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth * scale; + regionHeight = textureRegion.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight * scale; + texture = textureRegion.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + textureWidth = texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I() * scale; + textureHeight = texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I() * scale; + u = textureRegion.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = textureRegion.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + u2 = textureRegion.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = textureRegion.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + fullX = com_google_gwt_lang_Cast_round_1int__DI(width_0 / regionWidth); + if ((align_0 & 8) != 0) { + leftPartialWidth = 0; + rightPartialWidth = width_0 - regionWidth * fullX; + } + else if ((align_0 & 16) != 0) { + leftPartialWidth = width_0 - regionWidth * fullX; + rightPartialWidth = 0; + } + else { + if (fullX != 0) { + fullX = fullX % 2 == 1?fullX:fullX - 1; + leftRight = 0.5 * (width_0 - regionWidth * fullX); + leftPartialWidth = leftRight; + rightPartialWidth = leftRight; + } + else { + leftPartialWidth = 0; + rightPartialWidth = 0; + } + } + fullY = com_google_gwt_lang_Cast_round_1int__DI(height / regionHeight); + if ((align_0 & 2) != 0) { + topPartialHeight = 0; + bottomPartialHeight = height - regionHeight * fullY; + } + else if ((align_0 & 4) != 0) { + topPartialHeight = height - regionHeight * fullY; + bottomPartialHeight = 0; + } + else { + if (fullY != 0) { + fullY = fullY % 2 == 1?fullY:fullY - 1; + topBottom = 0.5 * (height - regionHeight * fullY); + topPartialHeight = topBottom; + bottomPartialHeight = topBottom; + } + else { + topPartialHeight = 0; + bottomPartialHeight = 0; + } + } + drawX = x_0; + drawY = y_0; + if (leftPartialWidth > 0) { + leftEdgeU = u2 - leftPartialWidth / textureWidth; + if (bottomPartialHeight > 0) { + leftBottomV = v + bottomPartialHeight / textureHeight; + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, leftPartialWidth, bottomPartialHeight, leftEdgeU, leftBottomV, u2, v); + drawY += bottomPartialHeight; + } + if (fullY == 0 && (align_0 & 2) == 0 && (align_0 & 4) == 0) { + vOffset = 0.5 * (v2 - v) * (1 - height / regionHeight); + leftCenterV = v2 - vOffset; + leftCenterV2 = v + vOffset; + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, leftPartialWidth, height, leftEdgeU, leftCenterV, u2, leftCenterV2); + drawY += height; + } + else { + for (i = 0; i < fullY; i++) { + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, leftPartialWidth, regionHeight, leftEdgeU, v2, u2, v); + drawY += regionHeight; + } + } + if (topPartialHeight > 0) { + leftTopV = v2 - topPartialHeight / textureHeight; + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, leftPartialWidth, topPartialHeight, leftEdgeU, v2, u2, leftTopV); + } + } + if (bottomPartialHeight > 0) { + drawX = x_0 + leftPartialWidth; + drawY = y_0; + centerBottomV = v + bottomPartialHeight / textureHeight; + if (fullX == 0 && (align_0 & 8) == 0 && (align_0 & 16) == 0) { + uOffset = 0.5 * (u2 - u) * (1 - width_0 / regionWidth); + centerBottomU = u + uOffset; + centerBottomU2 = u2 - uOffset; + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, width_0, bottomPartialHeight, centerBottomU, centerBottomV, centerBottomU2, v); + drawX += width_0; + } + else { + for (i = 0; i < fullX; i++) { + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, regionWidth, bottomPartialHeight, u, centerBottomV, u2, v); + drawX += regionWidth; + } + } + } + drawX = x_0 + leftPartialWidth; + originalFullX = fullX; + originalFullY = fullY; + centerCenterDrawWidth = regionWidth; + centerCenterDrawHeight = regionHeight; + centerCenterU = u; + centerCenterU2 = u2; + centerCenterV = v2; + centerCenterV2 = v; + if (fullX == 0 && (align_0 & 8) == 0 && (align_0 & 16) == 0) { + fullX = 1; + centerCenterDrawWidth = width_0; + uOffset = 0.5 * (u2 - u) * (1 - width_0 / regionWidth); + centerCenterU = u + uOffset; + centerCenterU2 = u2 - uOffset; + } + if (fullY == 0 && (align_0 & 2) == 0 && (align_0 & 4) == 0) { + fullY = 1; + centerCenterDrawHeight = height; + vOffset = 0.5 * (v2 - v) * (1 - height / regionHeight); + centerCenterV = v2 - vOffset; + centerCenterV2 = v + vOffset; + } + for (i = 0; i < fullX; i++) { + drawY = y_0 + bottomPartialHeight; + for (ii = 0; ii < fullY; ii++) { + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, centerCenterDrawWidth, centerCenterDrawHeight, centerCenterU, centerCenterV, centerCenterU2, centerCenterV2); + drawY += centerCenterDrawHeight; + } + drawX += centerCenterDrawWidth; + } + fullX = originalFullX; + fullY = originalFullY; + if (topPartialHeight > 0) { + drawX = x_0 + leftPartialWidth; + centerTopV = v2 - topPartialHeight / textureHeight; + if (fullX == 0 && (align_0 & 8) == 0 && (align_0 & 16) == 0) { + uOffset = 0.5 * (u2 - u) * (1 - width_0 / regionWidth); + centerTopU = u + uOffset; + centerTopU2 = u2 - uOffset; + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, width_0, topPartialHeight, centerTopU, v2, centerTopU2, centerTopV); + drawX += width_0; + } + else { + for (i = 0; i < fullX; i++) { + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, regionWidth, topPartialHeight, u, v2, u2, centerTopV); + drawX += regionWidth; + } + } + } + if (rightPartialWidth > 0) { + drawY = y_0; + rightEdgeU2 = u + rightPartialWidth / textureWidth; + if (bottomPartialHeight > 0) { + rightBottomV = v + bottomPartialHeight / textureHeight; + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, rightPartialWidth, bottomPartialHeight, u, rightBottomV, rightEdgeU2, v); + drawY += bottomPartialHeight; + } + if (fullY == 0 && (align_0 & 2) == 0 && (align_0 & 4) == 0) { + vOffset = 0.5 * (v2 - v) * (1 - height / regionHeight); + rightCenterV = v2 - vOffset; + rightCenterV2 = v + vOffset; + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, rightPartialWidth, height, u, rightCenterV, rightEdgeU2, rightCenterV2); + drawY += height; + } + else { + for (i = 0; i < fullY; i++) { + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, rightPartialWidth, regionHeight, u, v2, rightEdgeU2, v); + drawY += regionHeight; + } + } + if (topPartialHeight > 0) { + rightTopV = v2 - topPartialHeight / textureHeight; + batch.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, drawX, drawY, rightPartialWidth, topPartialHeight, u, v2, rightEdgeU2, rightTopV); + } + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(224, 145, {155:1, 530:1, 145:1, 224:1, 531:1}, com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__V, com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V, com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V); +_.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2 = function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(tint){ + return com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$tint__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2(this, tint); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV = function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(batch, x_0, y_0, width_0, height){ + var oldColor; + oldColor = batch.getPackedColor__F(); + batch.setColor__Lcom_badlogic_gdx_graphics_Color_2V(com_badlogic_gdx_graphics_Color_$mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(batch.getColor__Lcom_badlogic_gdx_graphics_Color_2(), this.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_color)); + com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFIV(batch, this.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region, x_0, y_0, width_0, height, this.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_scale, this.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_align); + batch.setPackedColor__FV(oldColor); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV = function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(batch, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.getAlign__I = function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_getAlign__I(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_align; +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_color; +} +; +_.getScale__F = function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_getScale__F(){ + return this.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_scale; +} +; +_.setAlign__IV = function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_setAlign__IV(align_0){ + this.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_align = align_0; +} +; +_.setScale__FV = function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_setScale__FV(scale){ + com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$setScale__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2FV(this, scale); +} +; +_.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2 = function com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2(tint){ + return com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_$tint__Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2(this, tint); +} +; +_.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_align = 0; +_.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_scale = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, $intern_635, 224, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit); +function com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V(){ + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isAndroid = $wnd.navigator.platform.indexOf('Android') != -1; + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac = $wnd.navigator.platform.indexOf('Mac') != -1; + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isWindows = $wnd.navigator.platform.indexOf('Win') != -1; + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isLinux = $wnd.navigator.platform.indexOf('Linux') != -1 || $wnd.navigator.platform.indexOf('FreeBSD') != -1; + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isIos = $wnd.navigator.platform.indexOf('iPhone') != -1 || $wnd.navigator.platform.indexOf('iPod') != -1 || $wnd.navigator.platform.indexOf('iPad') != -1; +} + +function com_badlogic_gdx_scenes_scene2d_utils_UIUtils_UIUtils__V(){ + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(641, 1, {641:1}, com_badlogic_gdx_scenes_scene2d_utils_UIUtils_UIUtils__V); +var com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isAndroid = false, com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isIos = false, com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isLinux = false, com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac = false, com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isWindows = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'UIUtils', 641, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static, value_0){ + var items; + items = this$static.com_badlogic_gdx_utils_Array_items; + this$static.com_badlogic_gdx_utils_Array_size == items.length && (items = com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_Array_size * $intern_636)))); + items[this$static.com_badlogic_gdx_utils_Array_size++] = value_0; +} + +function com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this$static, array){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IIV(this$static, array.com_badlogic_gdx_utils_Array_items, 0, array.com_badlogic_gdx_utils_Array_size); +} + +function com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2IIV(this$static, array, start_0, count){ + if (start_0 + count > array.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('start + count must be <= size: ' + start_0 + ' + ' + count + $intern_543 + array.com_badlogic_gdx_utils_Array_size)); + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IIV(this$static, array.com_badlogic_gdx_utils_Array_items, start_0, count); +} + +function com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2V(this$static, array){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IIV(this$static, array, 0, array.length); +} + +function com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IIV(this$static, array, start_0, count){ + var items, sizeNeeded; + items = this$static.com_badlogic_gdx_utils_Array_items; + sizeNeeded = this$static.com_badlogic_gdx_utils_Array_size + count; + sizeNeeded > items.length && (items = com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_Array_size * $intern_636)))); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(array, start_0, items, this$static.com_badlogic_gdx_utils_Array_size, count); + this$static.com_badlogic_gdx_utils_Array_size = sizeNeeded; +} + +function com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static){ + java_util_Arrays_fill___3Ljava_lang_Object_2IILjava_lang_Object_2V(this$static.com_badlogic_gdx_utils_Array_items, this$static.com_badlogic_gdx_utils_Array_size); + this$static.com_badlogic_gdx_utils_Array_size = 0; +} + +function com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static, value_0, identity){ + var i, items; + items = this$static.com_badlogic_gdx_utils_Array_items; + i = this$static.com_badlogic_gdx_utils_Array_size - 1; + if (identity || value_0 == null) { + while (i >= 0) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(items[i--]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return true; + } + else { + while (i >= 0) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, items[i--])) + return true; + } + return false; +} + +function com_badlogic_gdx_utils_Array_$ensureCapacity__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, additionalCapacity){ + var sizeNeeded; + if (additionalCapacity < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_637 + additionalCapacity)); + sizeNeeded = this$static.com_badlogic_gdx_utils_Array_size + additionalCapacity; + sizeNeeded > this$static.com_badlogic_gdx_utils_Array_items.length && com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_Array_size * $intern_636))); + return this$static.com_badlogic_gdx_utils_Array_items; +} + +function com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static){ + if (this$static.com_badlogic_gdx_utils_Array_size == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_638)); + return this$static.com_badlogic_gdx_utils_Array_items[0]; +} + +function com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static, index_0){ + if (index_0 >= this$static.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_Array_size)); + return this$static.com_badlogic_gdx_utils_Array_items[index_0]; +} + +function com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static, value_0, identity){ + var i, items, n; + items = this$static.com_badlogic_gdx_utils_Array_items; + if (identity || value_0 == null) { + for (i = 0 , n = this$static.com_badlogic_gdx_utils_Array_size; i < n; i++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(items[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return i; + } + else { + for (i = 0 , n = this$static.com_badlogic_gdx_utils_Array_size; i < n; i++) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, items[i])) + return i; + } + return -1; +} + +function com_badlogic_gdx_utils_Array_$insert__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this$static, index_0, value_0){ + var items; + if (index_0 > this$static.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_641 + index_0 + ' > ' + this$static.com_badlogic_gdx_utils_Array_size)); + items = this$static.com_badlogic_gdx_utils_Array_items; + this$static.com_badlogic_gdx_utils_Array_size == items.length && (items = com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_Array_size * $intern_636)))); + this$static.com_badlogic_gdx_utils_Array_ordered?java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, index_0, items, index_0 + 1, this$static.com_badlogic_gdx_utils_Array_size - index_0):(items[this$static.com_badlogic_gdx_utils_Array_size] = items[index_0]); + ++this$static.com_badlogic_gdx_utils_Array_size; + items[index_0] = value_0; +} + +function com_badlogic_gdx_utils_Array_$insertRange__Lcom_badlogic_gdx_utils_Array_2IIV(this$static, index_0, count){ + var sizeNeeded; + if (index_0 > this$static.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_641 + index_0 + ' > ' + this$static.com_badlogic_gdx_utils_Array_size)); + sizeNeeded = this$static.com_badlogic_gdx_utils_Array_size + count; + sizeNeeded > this$static.com_badlogic_gdx_utils_Array_items.length && (this$static.com_badlogic_gdx_utils_Array_items = com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_Array_size * $intern_636)))); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_Array_items, index_0, this$static.com_badlogic_gdx_utils_Array_items, index_0 + count, this$static.com_badlogic_gdx_utils_Array_size - index_0); + this$static.com_badlogic_gdx_utils_Array_size = sizeNeeded; +} + +function com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2ZV(this$static, true); + !this$static.com_badlogic_gdx_utils_Array_iterable && (this$static.com_badlogic_gdx_utils_Array_iterable = new com_badlogic_gdx_utils_Array$ArrayIterable_Array$ArrayIterable__Lcom_badlogic_gdx_utils_Array_2V(this$static)); + return com_badlogic_gdx_utils_Array$ArrayIterable_$iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterable_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static.com_badlogic_gdx_utils_Array_iterable); +} + +function com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static){ + if (this$static.com_badlogic_gdx_utils_Array_size == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_638)); + return this$static.com_badlogic_gdx_utils_Array_items[this$static.com_badlogic_gdx_utils_Array_size - 1]; +} + +function com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static){ + var item_0; + if (this$static.com_badlogic_gdx_utils_Array_size == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_638)); + --this$static.com_badlogic_gdx_utils_Array_size; + item_0 = this$static.com_badlogic_gdx_utils_Array_items[this$static.com_badlogic_gdx_utils_Array_size]; + this$static.com_badlogic_gdx_utils_Array_items[this$static.com_badlogic_gdx_utils_Array_size] = null; + return item_0; +} + +function com_badlogic_gdx_utils_Array_$random__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static){ + if (this$static.com_badlogic_gdx_utils_Array_size == 0) + return null; + return this$static.com_badlogic_gdx_utils_Array_items[com_badlogic_gdx_math_MathUtils_random__III(0, this$static.com_badlogic_gdx_utils_Array_size - 1)]; +} + +function com_badlogic_gdx_utils_Array_$removeAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2ZZ(this$static, array, identity){ + var i, ii, item_0, items, n, size_0, startSize; + size_0 = this$static.com_badlogic_gdx_utils_Array_size; + startSize = size_0; + items = this$static.com_badlogic_gdx_utils_Array_items; + if (identity) { + for (i = 0 , n = array.com_badlogic_gdx_utils_Array_size; i < n; i++) { + item_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(array, i); + for (ii = 0; ii < size_0; ii++) { + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(item_0) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(items[ii])) { + this$static.removeIndex__ILjava_lang_Object_2(ii); + --size_0; + break; + } + } + } + } + else { + for (i = 0 , n = array.com_badlogic_gdx_utils_Array_size; i < n; i++) { + item_0 = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(array, i); + for (ii = 0; ii < size_0; ii++) { + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(item_0, items[ii])) { + this$static.removeIndex__ILjava_lang_Object_2(ii); + --size_0; + break; + } + } + } + } + return size_0 != startSize; +} + +function com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static, index_0){ + var items, value_0; + if (index_0 >= this$static.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_Array_size)); + items = this$static.com_badlogic_gdx_utils_Array_items; + value_0 = items[index_0]; + --this$static.com_badlogic_gdx_utils_Array_size; + this$static.com_badlogic_gdx_utils_Array_ordered?java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, index_0 + 1, items, index_0, this$static.com_badlogic_gdx_utils_Array_size - index_0):(items[index_0] = items[this$static.com_badlogic_gdx_utils_Array_size]); + items[this$static.com_badlogic_gdx_utils_Array_size] = null; + return value_0; +} + +function com_badlogic_gdx_utils_Array_$removeRange__Lcom_badlogic_gdx_utils_Array_2IIV(this$static, start_0, end){ + var count, i, i0, items, lastIndex, n; + n = this$static.com_badlogic_gdx_utils_Array_size; + if (end >= n) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_642 + end + $intern_640 + this$static.com_badlogic_gdx_utils_Array_size)); + if (start_0 > end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_643 + start_0 + ' > ' + end)); + items = this$static.com_badlogic_gdx_utils_Array_items; + count = end - start_0 + 1; + lastIndex = n - count; + if (this$static.com_badlogic_gdx_utils_Array_ordered) + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, start_0 + count, items, start_0, n - (start_0 + count)); + else { + i0 = $wnd.Math.max(lastIndex, end + 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, i0, items, start_0, n - i0); + } + for (i = lastIndex; i < n; i++) + items[i] = null; + this$static.com_badlogic_gdx_utils_Array_size = n - count; +} + +function com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static, value_0, identity){ + var i, items, n; + items = this$static.com_badlogic_gdx_utils_Array_items; + if (identity || value_0 == null) { + for (i = 0 , n = this$static.com_badlogic_gdx_utils_Array_size; i < n; i++) { + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(items[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) { + this$static.removeIndex__ILjava_lang_Object_2(i); + return true; + } + } + } + else { + for (i = 0 , n = this$static.com_badlogic_gdx_utils_Array_size; i < n; i++) { + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, items[i])) { + this$static.removeIndex__ILjava_lang_Object_2(i); + return true; + } + } + } + return false; +} + +function com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, newSize){ + var items, newItems; + items = this$static.com_badlogic_gdx_utils_Array_items; + newItems = com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_reflect_ArrayReflection_newInstance__Ljava_lang_Class_2ILjava_lang_Object_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(items).java_lang_Class_componentType, newSize)); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, 0, newItems, 0, $wnd.Math.min(this$static.com_badlogic_gdx_utils_Array_size, newItems.length)); + this$static.com_badlogic_gdx_utils_Array_items = newItems; + return newItems; +} + +function com_badlogic_gdx_utils_Array_$reverse__Lcom_badlogic_gdx_utils_Array_2V(this$static){ + var i, ii, items, lastIndex, n, temp; + items = this$static.com_badlogic_gdx_utils_Array_items; + for (i = 0 , lastIndex = this$static.com_badlogic_gdx_utils_Array_size - 1 , n = this$static.com_badlogic_gdx_utils_Array_size / 2 | 0; i < n; i++) { + ii = lastIndex - i; + temp = items[i]; + items[i] = items[ii]; + items[ii] = temp; + } +} + +function com_badlogic_gdx_utils_Array_$set__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this$static, index_0, value_0){ + if (index_0 >= this$static.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_Array_size)); + this$static.com_badlogic_gdx_utils_Array_items[index_0] = value_0; +} + +function com_badlogic_gdx_utils_Array_$setSize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, newSize){ + this$static.truncate__IV(newSize); + newSize > this$static.com_badlogic_gdx_utils_Array_items.length && com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, $wnd.Math.max(8, newSize)); + this$static.com_badlogic_gdx_utils_Array_size = newSize; + return this$static.com_badlogic_gdx_utils_Array_items; +} + +function com_badlogic_gdx_utils_Array_$shuffle__Lcom_badlogic_gdx_utils_Array_2V(this$static){ + var i, ii, items, temp; + items = this$static.com_badlogic_gdx_utils_Array_items; + for (i = this$static.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) { + ii = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextInt__II(i + 1)); + temp = items[i]; + items[i] = items[ii]; + items[ii] = temp; + } +} + +function com_badlogic_gdx_utils_Array_$sort__Lcom_badlogic_gdx_utils_Array_2Ljava_util_Comparator_2V(this$static, comparator){ + com_badlogic_gdx_utils_Sort_$sort__Lcom_badlogic_gdx_utils_Sort_2_3Ljava_lang_Object_2Ljava_util_Comparator_2IIV((!com_badlogic_gdx_utils_Sort_instance && (com_badlogic_gdx_utils_Sort_instance = new com_badlogic_gdx_utils_Sort_Sort__V) , com_badlogic_gdx_utils_Sort_instance), this$static.com_badlogic_gdx_utils_Array_items, comparator, this$static.com_badlogic_gdx_utils_Array_size); +} + +function com_badlogic_gdx_utils_Array_$swap__Lcom_badlogic_gdx_utils_Array_2IIV(this$static, first, second){ + var firstValue, items; + if (first >= this$static.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V("first can't be >= size: " + first + $intern_640 + this$static.com_badlogic_gdx_utils_Array_size)); + if (second >= this$static.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V("second can't be >= size: " + second + $intern_640 + this$static.com_badlogic_gdx_utils_Array_size)); + items = this$static.com_badlogic_gdx_utils_Array_items; + firstValue = items[first]; + items[first] = items[second]; + items[second] = firstValue; +} + +function com_badlogic_gdx_utils_Array_$toArray__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2_3Ljava_lang_Object_2(this$static, type_0){ + var result; + result = com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_reflect_ArrayReflection_newInstance__Ljava_lang_Class_2ILjava_lang_Object_2(type_0, this$static.com_badlogic_gdx_utils_Array_size)); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_Array_items, 0, result, 0, this$static.com_badlogic_gdx_utils_Array_size); + return result; +} + +function com_badlogic_gdx_utils_Array_$toString__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2Ljava_lang_String_2(this$static, separator){ + var buffer, i, items; + if (this$static.com_badlogic_gdx_utils_Array_size == 0) + return ''; + items = this$static.com_badlogic_gdx_utils_Array_items; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(32); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[0]); + for (i = 1; i < this$static.com_badlogic_gdx_utils_Array_size; i++) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, separator); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[i]); + } + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} + +function com_badlogic_gdx_utils_Array_$truncate__Lcom_badlogic_gdx_utils_Array_2IV(this$static, newSize){ + var i; + if (newSize < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('newSize must be >= 0: ' + newSize)); + if (this$static.com_badlogic_gdx_utils_Array_size <= newSize) + return; + for (i = newSize; i < this$static.com_badlogic_gdx_utils_Array_size; i++) + this$static.com_badlogic_gdx_utils_Array_items[i] = null; + this$static.com_badlogic_gdx_utils_Array_size = newSize; +} + +function com_badlogic_gdx_utils_Array_Array__V(){ + com_badlogic_gdx_utils_Array_Array__ZIV.call(this, true, 16); +} + +function com_badlogic_gdx_utils_Array_Array__IV(capacity){ + com_badlogic_gdx_utils_Array_Array__ZIV.call(this, true, capacity); +} + +function com_badlogic_gdx_utils_Array_Array__Lcom_badlogic_gdx_utils_Array_2V(array){ + com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V.call(this, array.com_badlogic_gdx_utils_Array_ordered, array.com_badlogic_gdx_utils_Array_size, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(array.com_badlogic_gdx_utils_Array_items).java_lang_Class_componentType); + this.com_badlogic_gdx_utils_Array_size = array.com_badlogic_gdx_utils_Array_size; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(array.com_badlogic_gdx_utils_Array_items, 0, this.com_badlogic_gdx_utils_Array_items, 0, this.com_badlogic_gdx_utils_Array_size); +} + +function com_badlogic_gdx_utils_Array_Array__Ljava_lang_Class_2V(arrayType){ + com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V.call(this, true, 16, arrayType); +} + +function com_badlogic_gdx_utils_Array_Array__ZIV(ordered, capacity){ + this.com_badlogic_gdx_utils_Array_ordered = ordered; + this.com_badlogic_gdx_utils_Array_items = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, capacity, 5, 1); +} + +function com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(ordered, capacity, arrayType){ + var type_0; + this.com_badlogic_gdx_utils_Array_ordered = ordered; + this.com_badlogic_gdx_utils_Array_items = (com_badlogic_gwtref_client_ReflectionCache_$clinit__V() , type_0 = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(arrayType) , com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(type_0.com_badlogic_gwtref_client_Type_source.newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2(type_0, capacity))); +} + +function com_badlogic_gdx_utils_Array_Array__Z_3Ljava_lang_Object_2IIV(ordered, array, start_0, count){ + com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V.call(this, ordered, count, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(array).java_lang_Class_componentType); + this.com_badlogic_gdx_utils_Array_size = count; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(array, start_0, this.com_badlogic_gdx_utils_Array_items, 0, this.com_badlogic_gdx_utils_Array_size); +} + +function com_badlogic_gdx_utils_Array_Array___3Ljava_lang_Object_2V(array){ + com_badlogic_gdx_utils_Array_Array__Z_3Ljava_lang_Object_2IIV.call(this, true, array, 0, array.length); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(27, 1, $intern_644, com_badlogic_gdx_utils_Array_Array__V, com_badlogic_gdx_utils_Array_Array__IV, com_badlogic_gdx_utils_Array_Array__Lcom_badlogic_gdx_utils_Array_2V, com_badlogic_gdx_utils_Array_Array__Ljava_lang_Class_2V, com_badlogic_gdx_utils_Array_Array__ZIV, com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V, com_badlogic_gdx_utils_Array_Array__Z_3Ljava_lang_Object_2IIV, com_badlogic_gdx_utils_Array_Array___3Ljava_lang_Object_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_Array_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this); +} +; +_.add__Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Array_add__Ljava_lang_Object_2V(value_0){ + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this, value_0); +} +; +_.add__Ljava_lang_Object_2Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Array_add__Ljava_lang_Object_2Ljava_lang_Object_2V(value1, value2){ + var items; + items = this.com_badlogic_gdx_utils_Array_items; + this.com_badlogic_gdx_utils_Array_size + 1 >= items.length && (items = com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_utils_Array_size * $intern_636)))); + items[this.com_badlogic_gdx_utils_Array_size] = value1; + items[this.com_badlogic_gdx_utils_Array_size + 1] = value2; + this.com_badlogic_gdx_utils_Array_size += 2; +} +; +_.add__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Array_add__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2V(value1, value2, value3){ + var items; + items = this.com_badlogic_gdx_utils_Array_items; + this.com_badlogic_gdx_utils_Array_size + 2 >= items.length && (items = com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_utils_Array_size * $intern_636)))); + items[this.com_badlogic_gdx_utils_Array_size] = value1; + items[this.com_badlogic_gdx_utils_Array_size + 1] = value2; + items[this.com_badlogic_gdx_utils_Array_size + 2] = value3; + this.com_badlogic_gdx_utils_Array_size += 3; +} +; +_.add__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Array_add__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2V(value1, value2, value3, value4){ + var items; + items = this.com_badlogic_gdx_utils_Array_items; + this.com_badlogic_gdx_utils_Array_size + 3 >= items.length && (items = com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_utils_Array_size * $intern_348)))); + items[this.com_badlogic_gdx_utils_Array_size] = value1; + items[this.com_badlogic_gdx_utils_Array_size + 1] = value2; + items[this.com_badlogic_gdx_utils_Array_size + 2] = value3; + items[this.com_badlogic_gdx_utils_Array_size + 3] = value4; + this.com_badlogic_gdx_utils_Array_size += 4; +} +; +_.addAll__Lcom_badlogic_gdx_utils_Array_2V = function com_badlogic_gdx_utils_Array_addAll__Lcom_badlogic_gdx_utils_Array_2V(array){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2V(this, array); +} +; +_.addAll__Lcom_badlogic_gdx_utils_Array_2IIV = function com_badlogic_gdx_utils_Array_addAll__Lcom_badlogic_gdx_utils_Array_2IIV(array, start_0, count){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2IIV(this, array, start_0, count); +} +; +_.addAll___3Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Array_addAll___3Ljava_lang_Object_2V(array){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2V(this, array); +} +; +_.addAll___3Ljava_lang_Object_2IIV = function com_badlogic_gdx_utils_Array_addAll___3Ljava_lang_Object_2IIV(array, start_0, count){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IIV(this, array, start_0, count); +} +; +_.clear__V = function com_badlogic_gdx_utils_Array_clear__V(){ + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this); +} +; +_.contains__Ljava_lang_Object_2ZZ = function com_badlogic_gdx_utils_Array_contains__Ljava_lang_Object_2ZZ(value_0, identity){ + return com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this, value_0, identity); +} +; +_.containsAll__Lcom_badlogic_gdx_utils_Array_2ZZ = function com_badlogic_gdx_utils_Array_containsAll__Lcom_badlogic_gdx_utils_Array_2ZZ(values, identity){ + var i, items, n; + items = values.com_badlogic_gdx_utils_Array_items; + for (i = 0 , n = values.com_badlogic_gdx_utils_Array_size; i < n; i++) + if (!com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this, items[i], identity)) + return false; + return true; +} +; +_.containsAny__Lcom_badlogic_gdx_utils_Array_2ZZ = function com_badlogic_gdx_utils_Array_containsAny__Lcom_badlogic_gdx_utils_Array_2ZZ(values, identity){ + var i, items, n; + items = values.com_badlogic_gdx_utils_Array_items; + for (i = 0 , n = values.com_badlogic_gdx_utils_Array_size; i < n; i++) + if (com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this, items[i], identity)) + return true; + return false; +} +; +_.ensureCapacity__I_3Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_ensureCapacity__I_3Ljava_lang_Object_2(additionalCapacity){ + return com_badlogic_gdx_utils_Array_$ensureCapacity__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this, additionalCapacity); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_Array_equals__Ljava_lang_Object_2Z(object){ + var array, i, items1, items2, n, o1, o2; + if (object === this) + return true; + if (!this.com_badlogic_gdx_utils_Array_ordered) + return false; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 27)) + return false; + array = object; + if (!array.com_badlogic_gdx_utils_Array_ordered) + return false; + n = this.com_badlogic_gdx_utils_Array_size; + if (n != array.com_badlogic_gdx_utils_Array_size) + return false; + items1 = this.com_badlogic_gdx_utils_Array_items; + items2 = array.com_badlogic_gdx_utils_Array_items; + for (i = 0; i < n; i++) { + o1 = items1[i]; + o2 = items2[i]; + if (!(o1 == null?o2 == null:java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(o1, o2))) + return false; + } + return true; +} +; +_.equalsIdentity__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_Array_equalsIdentity__Ljava_lang_Object_2Z(object){ + var array, i, items1, items2, n; + if (object === this) + return true; + if (!this.com_badlogic_gdx_utils_Array_ordered) + return false; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 27)) + return false; + array = object; + if (!array.com_badlogic_gdx_utils_Array_ordered) + return false; + n = this.com_badlogic_gdx_utils_Array_size; + if (n != array.com_badlogic_gdx_utils_Array_size) + return false; + items1 = this.com_badlogic_gdx_utils_Array_items; + items2 = array.com_badlogic_gdx_utils_Array_items; + for (i = 0; i < n; i++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(items1[i]) !== com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(items2[i])) + return false; + return true; +} +; +_.first__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_first__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_Array_$first__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this); +} +; +_.get__ILjava_lang_Object_2 = function com_badlogic_gdx_utils_Array_get__ILjava_lang_Object_2(index_0){ + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this, index_0); +} +; +_.hashCode__I = function com_badlogic_gdx_utils_Array_hashCode__I(){ + var h, i, item_0, items, n; + if (!this.com_badlogic_gdx_utils_Array_ordered) + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); + items = this.com_badlogic_gdx_utils_Array_items; + h = 1; + for (i = 0 , n = this.com_badlogic_gdx_utils_Array_size; i < n; i++) { + h *= 31; + item_0 = items[i]; + item_0 != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0)); + } + return h; +} +; +_.indexOf__Ljava_lang_Object_2ZI = function com_badlogic_gdx_utils_Array_indexOf__Ljava_lang_Object_2ZI(value_0, identity){ + return com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this, value_0, identity); +} +; +_.insert__ILjava_lang_Object_2V = function com_badlogic_gdx_utils_Array_insert__ILjava_lang_Object_2V(index_0, value_0){ + com_badlogic_gdx_utils_Array_$insert__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this, index_0, value_0); +} +; +_.insertRange__IIV = function com_badlogic_gdx_utils_Array_insertRange__IIV(index_0, count){ + com_badlogic_gdx_utils_Array_$insertRange__Lcom_badlogic_gdx_utils_Array_2IIV(this, index_0, count); +} +; +_.isEmpty__Z = function com_badlogic_gdx_utils_Array_isEmpty__Z(){ + return this.com_badlogic_gdx_utils_Array_size == 0; +} +; +_.iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2 = function com_badlogic_gdx_utils_Array_iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(){ + return com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this); +} +; +_.lastIndexOf__Ljava_lang_Object_2ZI = function com_badlogic_gdx_utils_Array_lastIndexOf__Ljava_lang_Object_2ZI(value_0, identity){ + var i, items; + items = this.com_badlogic_gdx_utils_Array_items; + if (identity || value_0 == null) { + for (i = this.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(items[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return i; + } + else { + for (i = this.com_badlogic_gdx_utils_Array_size - 1; i >= 0; i--) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, items[i])) + return i; + } + return -1; +} +; +_.notEmpty__Z = function com_badlogic_gdx_utils_Array_notEmpty__Z(){ + return this.com_badlogic_gdx_utils_Array_size > 0; +} +; +_.peek__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_peek__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this); +} +; +_.pop__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_pop__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this); +} +; +_.random__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_random__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_Array_$random__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this); +} +; +_.removeAll__Lcom_badlogic_gdx_utils_Array_2ZZ = function com_badlogic_gdx_utils_Array_removeAll__Lcom_badlogic_gdx_utils_Array_2ZZ(array, identity){ + return com_badlogic_gdx_utils_Array_$removeAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2ZZ(this, array, identity); +} +; +_.removeIndex__ILjava_lang_Object_2 = function com_badlogic_gdx_utils_Array_removeIndex__ILjava_lang_Object_2(index_0){ + return com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this, index_0); +} +; +_.removeRange__IIV = function com_badlogic_gdx_utils_Array_removeRange__IIV(start_0, end){ + com_badlogic_gdx_utils_Array_$removeRange__Lcom_badlogic_gdx_utils_Array_2IIV(this, start_0, end); +} +; +_.removeValue__Ljava_lang_Object_2ZZ = function com_badlogic_gdx_utils_Array_removeValue__Ljava_lang_Object_2ZZ(value_0, identity){ + return com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this, value_0, identity); +} +; +_.resize__I_3Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_resize__I_3Ljava_lang_Object_2(newSize){ + return com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this, newSize); +} +; +_.reverse__V = function com_badlogic_gdx_utils_Array_reverse__V(){ + com_badlogic_gdx_utils_Array_$reverse__Lcom_badlogic_gdx_utils_Array_2V(this); +} +; +_.select__Lcom_badlogic_gdx_utils_Predicate_2Ljava_lang_Iterable_2 = function com_badlogic_gdx_utils_Array_select__Lcom_badlogic_gdx_utils_Predicate_2Ljava_lang_Iterable_2(predicate){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_Predicate$PredicateIterable_Predicate$PredicateIterable__Ljava_lang_Iterable_2Lcom_badlogic_gdx_utils_Predicate_2V(this); + !this.com_badlogic_gdx_utils_Array_predicateIterable?(this.com_badlogic_gdx_utils_Array_predicateIterable = new com_badlogic_gdx_utils_Predicate$PredicateIterable_Predicate$PredicateIterable__Ljava_lang_Iterable_2Lcom_badlogic_gdx_utils_Predicate_2V(this)):(this.com_badlogic_gdx_utils_Array_predicateIterable.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterable = this , undefined); + return this.com_badlogic_gdx_utils_Array_predicateIterable; +} +; +_.selectRanked__Ljava_util_Comparator_2ILjava_lang_Object_2 = function com_badlogic_gdx_utils_Array_selectRanked__Ljava_util_Comparator_2ILjava_lang_Object_2(comparator, kthLowest){ + if (kthLowest < 1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_645)); + } + return com_badlogic_gdx_utils_Select_$select__Lcom_badlogic_gdx_utils_Select_2_3Ljava_lang_Object_2Ljava_util_Comparator_2IILjava_lang_Object_2((!com_badlogic_gdx_utils_Select_instance && (com_badlogic_gdx_utils_Select_instance = new com_badlogic_gdx_utils_Select_Select__V) , com_badlogic_gdx_utils_Select_instance), this.com_badlogic_gdx_utils_Array_items, comparator, kthLowest, this.com_badlogic_gdx_utils_Array_size); +} +; +_.selectRankedIndex__Ljava_util_Comparator_2II = function com_badlogic_gdx_utils_Array_selectRankedIndex__Ljava_util_Comparator_2II(comparator, kthLowest){ + if (kthLowest < 1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_645)); + } + return com_badlogic_gdx_utils_Select_$selectIndex__Lcom_badlogic_gdx_utils_Select_2_3Ljava_lang_Object_2Ljava_util_Comparator_2III((!com_badlogic_gdx_utils_Select_instance && (com_badlogic_gdx_utils_Select_instance = new com_badlogic_gdx_utils_Select_Select__V) , com_badlogic_gdx_utils_Select_instance), this.com_badlogic_gdx_utils_Array_items, comparator, kthLowest, this.com_badlogic_gdx_utils_Array_size); +} +; +_.set__ILjava_lang_Object_2V = function com_badlogic_gdx_utils_Array_set__ILjava_lang_Object_2V(index_0, value_0){ + com_badlogic_gdx_utils_Array_$set__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this, index_0, value_0); +} +; +_.setSize__I_3Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_setSize__I_3Ljava_lang_Object_2(newSize){ + return com_badlogic_gdx_utils_Array_$setSize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this, newSize); +} +; +_.shrink___3Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_shrink___3Ljava_lang_Object_2(){ + this.com_badlogic_gdx_utils_Array_items.length != this.com_badlogic_gdx_utils_Array_size && com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this, this.com_badlogic_gdx_utils_Array_size); + return this.com_badlogic_gdx_utils_Array_items; +} +; +_.shuffle__V = function com_badlogic_gdx_utils_Array_shuffle__V(){ + com_badlogic_gdx_utils_Array_$shuffle__Lcom_badlogic_gdx_utils_Array_2V(this); +} +; +_.sort__V = function com_badlogic_gdx_utils_Array_sort__V(){ + com_badlogic_gdx_utils_Sort_$sort__Lcom_badlogic_gdx_utils_Sort_2_3Ljava_lang_Object_2IIV((!com_badlogic_gdx_utils_Sort_instance && (com_badlogic_gdx_utils_Sort_instance = new com_badlogic_gdx_utils_Sort_Sort__V) , com_badlogic_gdx_utils_Sort_instance), this.com_badlogic_gdx_utils_Array_items, this.com_badlogic_gdx_utils_Array_size); +} +; +_.sort__Ljava_util_Comparator_2V = function com_badlogic_gdx_utils_Array_sort__Ljava_util_Comparator_2V(comparator){ + com_badlogic_gdx_utils_Array_$sort__Lcom_badlogic_gdx_utils_Array_2Ljava_util_Comparator_2V(this, comparator); +} +; +_.swap__IIV = function com_badlogic_gdx_utils_Array_swap__IIV(first, second){ + com_badlogic_gdx_utils_Array_$swap__Lcom_badlogic_gdx_utils_Array_2IIV(this, first, second); +} +; +_.toArray___3Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_toArray___3Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_Array_$toArray__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2_3Ljava_lang_Object_2(this, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(this.com_badlogic_gdx_utils_Array_items).java_lang_Class_componentType); +} +; +_.toArray__Ljava_lang_Class_2_3Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array_toArray__Ljava_lang_Class_2_3Ljava_lang_Object_2(type_0){ + return com_badlogic_gdx_utils_Array_$toArray__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2_3Ljava_lang_Object_2(this, type_0); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_Array_toString__Ljava_lang_String_2(){ + var buffer, i, items; + if (this.com_badlogic_gdx_utils_Array_size == 0) + return $intern_6; + items = this.com_badlogic_gdx_utils_Array_items; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(32); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 91; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[0]); + for (i = 1; i < this.com_badlogic_gdx_utils_Array_size; i++) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_15); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[i]); + } + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 93; + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} +; +_.toString__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Array_toString__Ljava_lang_String_2Ljava_lang_String_2(separator){ + return com_badlogic_gdx_utils_Array_$toString__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2Ljava_lang_String_2(this, separator); +} +; +_.truncate__IV = function com_badlogic_gdx_utils_Array_truncate__IV(newSize){ + com_badlogic_gdx_utils_Array_$truncate__Lcom_badlogic_gdx_utils_Array_2IV(this, newSize); +} +; +_.com_badlogic_gdx_utils_Array_ordered = false; +_.com_badlogic_gdx_utils_Array_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_646, 27, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Array$ArrayIterable_$iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterable_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2ZV(this$static.com_badlogic_gdx_utils_Array$ArrayIterable_array, this$static.com_badlogic_gdx_utils_Array$ArrayIterable_allowRemove); + if (!this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator1) { + this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator1 = new com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2ZV(this$static.com_badlogic_gdx_utils_Array$ArrayIterable_array, this$static.com_badlogic_gdx_utils_Array$ArrayIterable_allowRemove); + this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator2 = new com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2ZV(this$static.com_badlogic_gdx_utils_Array$ArrayIterable_array, this$static.com_badlogic_gdx_utils_Array$ArrayIterable_allowRemove); + } + if (!this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator1.com_badlogic_gdx_utils_Array$ArrayIterator_valid) { + this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator1.com_badlogic_gdx_utils_Array$ArrayIterator_index = 0; + this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator1.com_badlogic_gdx_utils_Array$ArrayIterator_valid = true; + this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator2.com_badlogic_gdx_utils_Array$ArrayIterator_valid = false; + return this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator1; + } + this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator2.com_badlogic_gdx_utils_Array$ArrayIterator_index = 0; + this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator2.com_badlogic_gdx_utils_Array$ArrayIterator_valid = true; + this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator1.com_badlogic_gdx_utils_Array$ArrayIterator_valid = false; + return this$static.com_badlogic_gdx_utils_Array$ArrayIterable_iterator2; +} + +function com_badlogic_gdx_utils_Array$ArrayIterable_Array$ArrayIterable__Lcom_badlogic_gdx_utils_Array_2V(array){ + com_badlogic_gdx_utils_Array$ArrayIterable_Array$ArrayIterable__Lcom_badlogic_gdx_utils_Array_2ZV.call(this, array, true); +} + +function com_badlogic_gdx_utils_Array$ArrayIterable_Array$ArrayIterable__Lcom_badlogic_gdx_utils_Array_2ZV(array, allowRemove){ + this.com_badlogic_gdx_utils_Array$ArrayIterable_array = array; + this.com_badlogic_gdx_utils_Array$ArrayIterable_allowRemove = allowRemove; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(324, 1, {324:1, 29:1}, com_badlogic_gdx_utils_Array$ArrayIterable_Array$ArrayIterable__Lcom_badlogic_gdx_utils_Array_2V, com_badlogic_gdx_utils_Array$ArrayIterable_Array$ArrayIterable__Lcom_badlogic_gdx_utils_Array_2ZV); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_Array$ArrayIterable_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_Array$ArrayIterable_$iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterable_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this); +} +; +_.iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2 = function com_badlogic_gdx_utils_Array$ArrayIterable_iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(){ + return com_badlogic_gdx_utils_Array$ArrayIterable_$iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterable_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this); +} +; +_.com_badlogic_gdx_utils_Array$ArrayIterable_allowRemove = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Array/ArrayIterable', 324, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(this$static){ + if (!this$static.com_badlogic_gdx_utils_Array$ArrayIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this$static.com_badlogic_gdx_utils_Array$ArrayIterator_index < this$static.com_badlogic_gdx_utils_Array$ArrayIterator_array.com_badlogic_gdx_utils_Array_size; +} + +function com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(this$static){ + if (this$static.com_badlogic_gdx_utils_Array$ArrayIterator_index >= this$static.com_badlogic_gdx_utils_Array$ArrayIterator_array.com_badlogic_gdx_utils_Array_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V('' + this$static.com_badlogic_gdx_utils_Array$ArrayIterator_index)); + if (!this$static.com_badlogic_gdx_utils_Array$ArrayIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this$static.com_badlogic_gdx_utils_Array$ArrayIterator_array.com_badlogic_gdx_utils_Array_items[this$static.com_badlogic_gdx_utils_Array$ArrayIterator_index++]; +} + +function com_badlogic_gdx_utils_Array$ArrayIterator_$remove__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2V(this$static){ + if (!this$static.com_badlogic_gdx_utils_Array$ArrayIterator_allowRemove) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_121)); + --this$static.com_badlogic_gdx_utils_Array$ArrayIterator_index; + this$static.com_badlogic_gdx_utils_Array$ArrayIterator_array.removeIndex__ILjava_lang_Object_2(this$static.com_badlogic_gdx_utils_Array$ArrayIterator_index); +} + +function com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2V(array){ + com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2ZV.call(this, array, true); +} + +function com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2ZV(array, allowRemove){ + this.com_badlogic_gdx_utils_Array$ArrayIterator_array = array; + this.com_badlogic_gdx_utils_Array$ArrayIterator_allowRemove = allowRemove; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(209, 1, {209:1, 29:1, 57:1}, com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2V, com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2ZV); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_Array$ArrayIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_Array$ArrayIterator_hasNext__Z(){ + return com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(this); +} +; +_.iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2 = function com_badlogic_gdx_utils_Array$ArrayIterator_iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Array$ArrayIterator_next__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(this); +} +; +_.remove__V = function com_badlogic_gdx_utils_Array$ArrayIterator_remove__V(){ + com_badlogic_gdx_utils_Array$ArrayIterator_$remove__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2V(this); +} +; +_.reset__V = function com_badlogic_gdx_utils_Array$ArrayIterator_reset__V(){ + this.com_badlogic_gdx_utils_Array$ArrayIterator_index = 0; +} +; +_.com_badlogic_gdx_utils_Array$ArrayIterator_allowRemove = false; +_.com_badlogic_gdx_utils_Array$ArrayIterator_index = 0; +_.com_badlogic_gdx_utils_Array$ArrayIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Array/ArrayIterator', 209, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ArrayMap_$clear__Lcom_badlogic_gdx_utils_ArrayMap_2V(this$static){ + java_util_Arrays_fill___3Ljava_lang_Object_2IILjava_lang_Object_2V(this$static.com_badlogic_gdx_utils_ArrayMap_keys, this$static.com_badlogic_gdx_utils_ArrayMap_size); + java_util_Arrays_fill___3Ljava_lang_Object_2IILjava_lang_Object_2V(this$static.com_badlogic_gdx_utils_ArrayMap_values, this$static.com_badlogic_gdx_utils_ArrayMap_size); + this$static.com_badlogic_gdx_utils_ArrayMap_size = 0; +} + +function com_badlogic_gdx_utils_ArrayMap_$entries__Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap$Entries_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_ArrayMap$Entries_ArrayMap$Entries__Lcom_badlogic_gdx_utils_ArrayMap_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_ArrayMap_entries1) { + this$static.com_badlogic_gdx_utils_ArrayMap_entries1 = new com_badlogic_gdx_utils_ArrayMap$Entries_ArrayMap$Entries__Lcom_badlogic_gdx_utils_ArrayMap_2V(this$static); + this$static.com_badlogic_gdx_utils_ArrayMap_entries2 = new com_badlogic_gdx_utils_ArrayMap$Entries_ArrayMap$Entries__Lcom_badlogic_gdx_utils_ArrayMap_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_ArrayMap_entries1.com_badlogic_gdx_utils_ArrayMap$Entries_valid) { + this$static.com_badlogic_gdx_utils_ArrayMap_entries1.com_badlogic_gdx_utils_ArrayMap$Entries_index = 0; + this$static.com_badlogic_gdx_utils_ArrayMap_entries1.com_badlogic_gdx_utils_ArrayMap$Entries_valid = true; + this$static.com_badlogic_gdx_utils_ArrayMap_entries2.com_badlogic_gdx_utils_ArrayMap$Entries_valid = false; + return this$static.com_badlogic_gdx_utils_ArrayMap_entries1; + } + this$static.com_badlogic_gdx_utils_ArrayMap_entries2.com_badlogic_gdx_utils_ArrayMap$Entries_index = 0; + this$static.com_badlogic_gdx_utils_ArrayMap_entries2.com_badlogic_gdx_utils_ArrayMap$Entries_valid = true; + this$static.com_badlogic_gdx_utils_ArrayMap_entries1.com_badlogic_gdx_utils_ArrayMap$Entries_valid = false; + return this$static.com_badlogic_gdx_utils_ArrayMap_entries2; +} + +function com_badlogic_gdx_utils_ArrayMap_$get__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, defaultValue){ + var i, keys_0; + keys_0 = this$static.com_badlogic_gdx_utils_ArrayMap_keys; + i = this$static.com_badlogic_gdx_utils_ArrayMap_size - 1; + if (key == null) { + for (; i >= 0; i--) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(keys_0[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(key)) + return this$static.com_badlogic_gdx_utils_ArrayMap_values[i]; + } + else { + for (; i >= 0; i--) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, keys_0[i])) + return this$static.com_badlogic_gdx_utils_ArrayMap_values[i]; + } + return defaultValue; +} + +function com_badlogic_gdx_utils_ArrayMap_$indexOfKey__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2I(this$static, key){ + var i, keys_0, n; + keys_0 = this$static.com_badlogic_gdx_utils_ArrayMap_keys; + if (key == null) { + for (i = 0 , n = this$static.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(keys_0[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(key)) + return i; + } + else { + for (i = 0 , n = this$static.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, keys_0[i])) + return i; + } + return -1; +} + +function com_badlogic_gdx_utils_ArrayMap_$put__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2I(this$static, key, value_0){ + var index_0; + index_0 = com_badlogic_gdx_utils_ArrayMap_$indexOfKey__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2I(this$static, key); + if (index_0 == -1) { + this$static.com_badlogic_gdx_utils_ArrayMap_size == this$static.com_badlogic_gdx_utils_ArrayMap_keys.length && com_badlogic_gdx_utils_ArrayMap_$resize__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_ArrayMap_size * $intern_636))); + index_0 = this$static.com_badlogic_gdx_utils_ArrayMap_size++; + } + this$static.com_badlogic_gdx_utils_ArrayMap_keys[index_0] = key; + this$static.com_badlogic_gdx_utils_ArrayMap_values[index_0] = value_0; + return index_0; +} + +function com_badlogic_gdx_utils_ArrayMap_$putAll__Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap_2V(this$static, map_0){ + com_badlogic_gdx_utils_ArrayMap_$putAll__Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap_2IIV(this$static, map_0, 0, map_0.com_badlogic_gdx_utils_ArrayMap_size); +} + +function com_badlogic_gdx_utils_ArrayMap_$putAll__Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap_2IIV(this$static, map_0, offset, length_0){ + var sizeNeeded; + if (offset + length_0 > map_0.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_647 + offset + ' + ' + length_0 + $intern_543 + map_0.com_badlogic_gdx_utils_ArrayMap_size)); + sizeNeeded = this$static.com_badlogic_gdx_utils_ArrayMap_size + length_0 - offset; + sizeNeeded >= this$static.com_badlogic_gdx_utils_ArrayMap_keys.length && com_badlogic_gdx_utils_ArrayMap_$resize__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(sizeNeeded * $intern_636))); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(map_0.com_badlogic_gdx_utils_ArrayMap_keys, offset, this$static.com_badlogic_gdx_utils_ArrayMap_keys, this$static.com_badlogic_gdx_utils_ArrayMap_size, length_0); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(map_0.com_badlogic_gdx_utils_ArrayMap_values, offset, this$static.com_badlogic_gdx_utils_ArrayMap_values, this$static.com_badlogic_gdx_utils_ArrayMap_size, length_0); + this$static.com_badlogic_gdx_utils_ArrayMap_size += length_0; +} + +function com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this$static, index_0){ + var keys_0; + if (index_0 >= this$static.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V('' + index_0)); + keys_0 = this$static.com_badlogic_gdx_utils_ArrayMap_keys; + --this$static.com_badlogic_gdx_utils_ArrayMap_size; + if (this$static.com_badlogic_gdx_utils_ArrayMap_ordered) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(keys_0, index_0 + 1, keys_0, index_0, this$static.com_badlogic_gdx_utils_ArrayMap_size - index_0); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_ArrayMap_values, index_0 + 1, this$static.com_badlogic_gdx_utils_ArrayMap_values, index_0, this$static.com_badlogic_gdx_utils_ArrayMap_size - index_0); + } + else { + keys_0[index_0] = keys_0[this$static.com_badlogic_gdx_utils_ArrayMap_size]; + this$static.com_badlogic_gdx_utils_ArrayMap_values[index_0] = this$static.com_badlogic_gdx_utils_ArrayMap_values[this$static.com_badlogic_gdx_utils_ArrayMap_size]; + } + keys_0[this$static.com_badlogic_gdx_utils_ArrayMap_size] = null; + this$static.com_badlogic_gdx_utils_ArrayMap_values[this$static.com_badlogic_gdx_utils_ArrayMap_size] = null; +} + +function com_badlogic_gdx_utils_ArrayMap_$resize__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this$static, newSize){ + var newKeys, newValues; + newKeys = com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_reflect_ArrayReflection_newInstance__Ljava_lang_Class_2ILjava_lang_Object_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(this$static.com_badlogic_gdx_utils_ArrayMap_keys).java_lang_Class_componentType, newSize)); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_ArrayMap_keys, 0, newKeys, 0, $wnd.Math.min(this$static.com_badlogic_gdx_utils_ArrayMap_size, newKeys.length)); + this$static.com_badlogic_gdx_utils_ArrayMap_keys = newKeys; + newValues = com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_reflect_ArrayReflection_newInstance__Ljava_lang_Class_2ILjava_lang_Object_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(this$static.com_badlogic_gdx_utils_ArrayMap_values).java_lang_Class_componentType, newSize)); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_ArrayMap_values, 0, newValues, 0, $wnd.Math.min(this$static.com_badlogic_gdx_utils_ArrayMap_size, newValues.length)); + this$static.com_badlogic_gdx_utils_ArrayMap_values = newValues; +} + +function com_badlogic_gdx_utils_ArrayMap_ArrayMap__V(){ + com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZIV.call(this, true, 16); +} + +function com_badlogic_gdx_utils_ArrayMap_ArrayMap__IV(capacity){ + com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZIV.call(this, true, capacity); +} + +function com_badlogic_gdx_utils_ArrayMap_ArrayMap__Lcom_badlogic_gdx_utils_ArrayMap_2V(array){ + com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZILjava_lang_Class_2Ljava_lang_Class_2V.call(this, array.com_badlogic_gdx_utils_ArrayMap_ordered, array.com_badlogic_gdx_utils_ArrayMap_size, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(array.com_badlogic_gdx_utils_ArrayMap_keys).java_lang_Class_componentType, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(array.com_badlogic_gdx_utils_ArrayMap_values).java_lang_Class_componentType); + this.com_badlogic_gdx_utils_ArrayMap_size = array.com_badlogic_gdx_utils_ArrayMap_size; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(array.com_badlogic_gdx_utils_ArrayMap_keys, 0, this.com_badlogic_gdx_utils_ArrayMap_keys, 0, this.com_badlogic_gdx_utils_ArrayMap_size); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(array.com_badlogic_gdx_utils_ArrayMap_values, 0, this.com_badlogic_gdx_utils_ArrayMap_values, 0, this.com_badlogic_gdx_utils_ArrayMap_size); +} + +function com_badlogic_gdx_utils_ArrayMap_ArrayMap__Ljava_lang_Class_2Ljava_lang_Class_2V(keyArrayType, valueArrayType){ + com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZILjava_lang_Class_2Ljava_lang_Class_2V.call(this, false, 16, keyArrayType, valueArrayType); +} + +function com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZIV(ordered, capacity){ + this.com_badlogic_gdx_utils_ArrayMap_ordered = ordered; + this.com_badlogic_gdx_utils_ArrayMap_keys = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, capacity, 5, 1); + this.com_badlogic_gdx_utils_ArrayMap_values = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, capacity, 5, 1); +} + +function com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZILjava_lang_Class_2Ljava_lang_Class_2V(ordered, capacity, keyArrayType, valueArrayType){ + var type_0, type0; + this.com_badlogic_gdx_utils_ArrayMap_ordered = ordered; + this.com_badlogic_gdx_utils_ArrayMap_keys = (com_badlogic_gwtref_client_ReflectionCache_$clinit__V() , type0 = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(keyArrayType) , com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(type0.com_badlogic_gwtref_client_Type_source.newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2(type0, capacity))); + this.com_badlogic_gdx_utils_ArrayMap_values = (type_0 = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(valueArrayType) , com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(type_0.com_badlogic_gwtref_client_Type_source.newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2(type_0, capacity))); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(125, 1, {125:1, 29:1}, com_badlogic_gdx_utils_ArrayMap_ArrayMap__V, com_badlogic_gdx_utils_ArrayMap_ArrayMap__IV, com_badlogic_gdx_utils_ArrayMap_ArrayMap__Lcom_badlogic_gdx_utils_ArrayMap_2V, com_badlogic_gdx_utils_ArrayMap_ArrayMap__Ljava_lang_Class_2Ljava_lang_Class_2V, com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZIV, com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZILjava_lang_Class_2Ljava_lang_Class_2V); +_.clear__V = function com_badlogic_gdx_utils_ArrayMap_clear__V(){ + com_badlogic_gdx_utils_ArrayMap_$clear__Lcom_badlogic_gdx_utils_ArrayMap_2V(this); +} +; +_.clear__IV = function com_badlogic_gdx_utils_ArrayMap_clear__IV(maximumCapacity){ + if (this.com_badlogic_gdx_utils_ArrayMap_keys.length <= maximumCapacity) { + com_badlogic_gdx_utils_ArrayMap_$clear__Lcom_badlogic_gdx_utils_ArrayMap_2V(this); + return; + } + this.com_badlogic_gdx_utils_ArrayMap_size = 0; + com_badlogic_gdx_utils_ArrayMap_$resize__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, maximumCapacity); +} +; +_.containsKey__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ArrayMap_containsKey__Ljava_lang_Object_2Z(key){ + var i, keys_0; + keys_0 = this.com_badlogic_gdx_utils_ArrayMap_keys; + i = this.com_badlogic_gdx_utils_ArrayMap_size - 1; + if (key == null) { + while (i >= 0) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(keys_0[i--]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(key)) + return true; + } + else { + while (i >= 0) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, keys_0[i--])) + return true; + } + return false; +} +; +_.containsValue__Ljava_lang_Object_2ZZ = function com_badlogic_gdx_utils_ArrayMap_containsValue__Ljava_lang_Object_2ZZ(value_0, identity){ + var i, values; + values = this.com_badlogic_gdx_utils_ArrayMap_values; + i = this.com_badlogic_gdx_utils_ArrayMap_size - 1; + if (identity || value_0 == null) { + while (i >= 0) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i--]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return true; + } + else { + while (i >= 0) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i--])) + return true; + } + return false; +} +; +_.ensureCapacity__IV = function com_badlogic_gdx_utils_ArrayMap_ensureCapacity__IV(additionalCapacity){ + var sizeNeeded; + if (additionalCapacity < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_637 + additionalCapacity)); + sizeNeeded = this.com_badlogic_gdx_utils_ArrayMap_size + additionalCapacity; + sizeNeeded > this.com_badlogic_gdx_utils_ArrayMap_keys.length && com_badlogic_gdx_utils_ArrayMap_$resize__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_utils_ArrayMap_size * $intern_636))); +} +; +_.entries__Lcom_badlogic_gdx_utils_ArrayMap$Entries_2 = function com_badlogic_gdx_utils_ArrayMap_entries__Lcom_badlogic_gdx_utils_ArrayMap$Entries_2(){ + return com_badlogic_gdx_utils_ArrayMap_$entries__Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap$Entries_2(this); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ArrayMap_equals__Ljava_lang_Object_2Z(obj){ + var i, key, keys_0, n, other, value_0, values; + if (obj === this) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 125)) + return false; + other = obj; + if (other.com_badlogic_gdx_utils_ArrayMap_size != this.com_badlogic_gdx_utils_ArrayMap_size) + return false; + keys_0 = this.com_badlogic_gdx_utils_ArrayMap_keys; + values = this.com_badlogic_gdx_utils_ArrayMap_values; + for (i = 0 , n = this.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) { + key = keys_0[i]; + value_0 = values[i]; + if (value_0 == null) { + if (com_badlogic_gdx_utils_ArrayMap_$get__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(other, key, (com_badlogic_gdx_utils_ObjectMap_$clinit__V() , com_badlogic_gdx_utils_ObjectMap_dummy)) != null) + return false; + } + else { + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, com_badlogic_gdx_utils_ArrayMap_$get__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(other, key, null))) + return false; + } + } + return true; +} +; +_.equalsIdentity__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ArrayMap_equalsIdentity__Ljava_lang_Object_2Z(obj){ + var i, keys_0, n, other, values; + if (obj === this) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 125)) + return false; + other = obj; + if (other.com_badlogic_gdx_utils_ArrayMap_size != this.com_badlogic_gdx_utils_ArrayMap_size) + return false; + keys_0 = this.com_badlogic_gdx_utils_ArrayMap_keys; + values = this.com_badlogic_gdx_utils_ArrayMap_values; + for (i = 0 , n = this.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i]) !== com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_ArrayMap_$get__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(other, keys_0[i], (com_badlogic_gdx_utils_ObjectMap_$clinit__V() , com_badlogic_gdx_utils_ObjectMap_dummy)))) + return false; + return true; +} +; +_.firstKey__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_firstKey__Ljava_lang_Object_2(){ + if (this.com_badlogic_gdx_utils_ArrayMap_size == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_648)); + return this.com_badlogic_gdx_utils_ArrayMap_keys[0]; +} +; +_.firstValue__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_firstValue__Ljava_lang_Object_2(){ + if (this.com_badlogic_gdx_utils_ArrayMap_size == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_648)); + return this.com_badlogic_gdx_utils_ArrayMap_values[0]; +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_get__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return com_badlogic_gdx_utils_ArrayMap_$get__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, null); +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_get__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, defaultValue){ + return com_badlogic_gdx_utils_ArrayMap_$get__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, defaultValue); +} +; +_.getKey__Ljava_lang_Object_2ZLjava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_getKey__Ljava_lang_Object_2ZLjava_lang_Object_2(value_0, identity){ + var i, values; + values = this.com_badlogic_gdx_utils_ArrayMap_values; + i = this.com_badlogic_gdx_utils_ArrayMap_size - 1; + if (identity || value_0 == null) { + for (; i >= 0; i--) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return this.com_badlogic_gdx_utils_ArrayMap_keys[i]; + } + else { + for (; i >= 0; i--) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i])) + return this.com_badlogic_gdx_utils_ArrayMap_keys[i]; + } + return null; +} +; +_.getKeyAt__ILjava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_getKeyAt__ILjava_lang_Object_2(index_0){ + if (index_0 >= this.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V('' + index_0)); + return this.com_badlogic_gdx_utils_ArrayMap_keys[index_0]; +} +; +_.getValueAt__ILjava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_getValueAt__ILjava_lang_Object_2(index_0){ + if (index_0 >= this.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V('' + index_0)); + return this.com_badlogic_gdx_utils_ArrayMap_values[index_0]; +} +; +_.hashCode__I = function com_badlogic_gdx_utils_ArrayMap_hashCode__I(){ + var h, i, key, keys_0, n, value_0, values; + keys_0 = this.com_badlogic_gdx_utils_ArrayMap_keys; + values = this.com_badlogic_gdx_utils_ArrayMap_values; + h = 0; + for (i = 0 , n = this.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) { + key = keys_0[i]; + value_0 = values[i]; + key != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key) * 31); + value_0 != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(value_0)); + } + return h; +} +; +_.indexOfKey__Ljava_lang_Object_2I = function com_badlogic_gdx_utils_ArrayMap_indexOfKey__Ljava_lang_Object_2I(key){ + return com_badlogic_gdx_utils_ArrayMap_$indexOfKey__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2I(this, key); +} +; +_.indexOfValue__Ljava_lang_Object_2ZI = function com_badlogic_gdx_utils_ArrayMap_indexOfValue__Ljava_lang_Object_2ZI(value_0, identity){ + var i, n, values; + values = this.com_badlogic_gdx_utils_ArrayMap_values; + if (identity || value_0 == null) { + for (i = 0 , n = this.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return i; + } + else { + for (i = 0 , n = this.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i])) + return i; + } + return -1; +} +; +_.insert__ILjava_lang_Object_2Ljava_lang_Object_2V = function com_badlogic_gdx_utils_ArrayMap_insert__ILjava_lang_Object_2Ljava_lang_Object_2V(index_0, key, value_0){ + if (index_0 > this.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V('' + index_0)); + this.com_badlogic_gdx_utils_ArrayMap_size == this.com_badlogic_gdx_utils_ArrayMap_keys.length && com_badlogic_gdx_utils_ArrayMap_$resize__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_utils_ArrayMap_size * $intern_636))); + if (this.com_badlogic_gdx_utils_ArrayMap_ordered) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_badlogic_gdx_utils_ArrayMap_keys, index_0, this.com_badlogic_gdx_utils_ArrayMap_keys, index_0 + 1, this.com_badlogic_gdx_utils_ArrayMap_size - index_0); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_badlogic_gdx_utils_ArrayMap_values, index_0, this.com_badlogic_gdx_utils_ArrayMap_values, index_0 + 1, this.com_badlogic_gdx_utils_ArrayMap_size - index_0); + } + else { + this.com_badlogic_gdx_utils_ArrayMap_keys[this.com_badlogic_gdx_utils_ArrayMap_size] = this.com_badlogic_gdx_utils_ArrayMap_keys[index_0]; + this.com_badlogic_gdx_utils_ArrayMap_values[this.com_badlogic_gdx_utils_ArrayMap_size] = this.com_badlogic_gdx_utils_ArrayMap_values[index_0]; + } + ++this.com_badlogic_gdx_utils_ArrayMap_size; + this.com_badlogic_gdx_utils_ArrayMap_keys[index_0] = key; + this.com_badlogic_gdx_utils_ArrayMap_values[index_0] = value_0; +} +; +_.isEmpty__Z = function com_badlogic_gdx_utils_ArrayMap_isEmpty__Z(){ + return this.com_badlogic_gdx_utils_ArrayMap_size == 0; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ArrayMap_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_ArrayMap_$entries__Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap$Entries_2(this); +} +; +_.keys__Lcom_badlogic_gdx_utils_ArrayMap$Keys_2 = function com_badlogic_gdx_utils_ArrayMap_keys__Lcom_badlogic_gdx_utils_ArrayMap$Keys_2(){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_ArrayMap$Keys_ArrayMap$Keys__Lcom_badlogic_gdx_utils_ArrayMap_2V(this); + if (!this.com_badlogic_gdx_utils_ArrayMap_keys1) { + this.com_badlogic_gdx_utils_ArrayMap_keys1 = new com_badlogic_gdx_utils_ArrayMap$Keys_ArrayMap$Keys__Lcom_badlogic_gdx_utils_ArrayMap_2V(this); + this.com_badlogic_gdx_utils_ArrayMap_keys2 = new com_badlogic_gdx_utils_ArrayMap$Keys_ArrayMap$Keys__Lcom_badlogic_gdx_utils_ArrayMap_2V(this); + } + if (!this.com_badlogic_gdx_utils_ArrayMap_keys1.com_badlogic_gdx_utils_ArrayMap$Keys_valid) { + this.com_badlogic_gdx_utils_ArrayMap_keys1.com_badlogic_gdx_utils_ArrayMap$Keys_index = 0; + this.com_badlogic_gdx_utils_ArrayMap_keys1.com_badlogic_gdx_utils_ArrayMap$Keys_valid = true; + this.com_badlogic_gdx_utils_ArrayMap_keys2.com_badlogic_gdx_utils_ArrayMap$Keys_valid = false; + return this.com_badlogic_gdx_utils_ArrayMap_keys1; + } + this.com_badlogic_gdx_utils_ArrayMap_keys2.com_badlogic_gdx_utils_ArrayMap$Keys_index = 0; + this.com_badlogic_gdx_utils_ArrayMap_keys2.com_badlogic_gdx_utils_ArrayMap$Keys_valid = true; + this.com_badlogic_gdx_utils_ArrayMap_keys1.com_badlogic_gdx_utils_ArrayMap$Keys_valid = false; + return this.com_badlogic_gdx_utils_ArrayMap_keys2; +} +; +_.notEmpty__Z = function com_badlogic_gdx_utils_ArrayMap_notEmpty__Z(){ + return this.com_badlogic_gdx_utils_ArrayMap_size > 0; +} +; +_.peekKey__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_peekKey__Ljava_lang_Object_2(){ + return this.com_badlogic_gdx_utils_ArrayMap_keys[this.com_badlogic_gdx_utils_ArrayMap_size - 1]; +} +; +_.peekValue__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_peekValue__Ljava_lang_Object_2(){ + return this.com_badlogic_gdx_utils_ArrayMap_values[this.com_badlogic_gdx_utils_ArrayMap_size - 1]; +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2I = function com_badlogic_gdx_utils_ArrayMap_put__Ljava_lang_Object_2Ljava_lang_Object_2I(key, value_0){ + return com_badlogic_gdx_utils_ArrayMap_$put__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2I(this, key, value_0); +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2II = function com_badlogic_gdx_utils_ArrayMap_put__Ljava_lang_Object_2Ljava_lang_Object_2II(key, value_0, index_0){ + var existingIndex; + existingIndex = com_badlogic_gdx_utils_ArrayMap_$indexOfKey__Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2I(this, key); + existingIndex != -1?com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, existingIndex):this.com_badlogic_gdx_utils_ArrayMap_size == this.com_badlogic_gdx_utils_ArrayMap_keys.length && com_badlogic_gdx_utils_ArrayMap_$resize__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this.com_badlogic_gdx_utils_ArrayMap_size * $intern_636))); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_badlogic_gdx_utils_ArrayMap_keys, index_0, this.com_badlogic_gdx_utils_ArrayMap_keys, index_0 + 1, this.com_badlogic_gdx_utils_ArrayMap_size - index_0); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_badlogic_gdx_utils_ArrayMap_values, index_0, this.com_badlogic_gdx_utils_ArrayMap_values, index_0 + 1, this.com_badlogic_gdx_utils_ArrayMap_size - index_0); + this.com_badlogic_gdx_utils_ArrayMap_keys[index_0] = key; + this.com_badlogic_gdx_utils_ArrayMap_values[index_0] = value_0; + ++this.com_badlogic_gdx_utils_ArrayMap_size; + return index_0; +} +; +_.putAll__Lcom_badlogic_gdx_utils_ArrayMap_2V = function com_badlogic_gdx_utils_ArrayMap_putAll__Lcom_badlogic_gdx_utils_ArrayMap_2V(map_0){ + com_badlogic_gdx_utils_ArrayMap_$putAll__Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap_2V(this, map_0); +} +; +_.putAll__Lcom_badlogic_gdx_utils_ArrayMap_2IIV = function com_badlogic_gdx_utils_ArrayMap_putAll__Lcom_badlogic_gdx_utils_ArrayMap_2IIV(map_0, offset, length_0){ + com_badlogic_gdx_utils_ArrayMap_$putAll__Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap_2IIV(this, map_0, offset, length_0); +} +; +_.removeIndex__IV = function com_badlogic_gdx_utils_ArrayMap_removeIndex__IV(index_0){ + com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, index_0); +} +; +_.removeKey__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap_removeKey__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + var i, keys_0, n, value_0; + keys_0 = this.com_badlogic_gdx_utils_ArrayMap_keys; + if (key == null) { + for (i = 0 , n = this.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) { + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(keys_0[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(key)) { + value_0 = this.com_badlogic_gdx_utils_ArrayMap_values[i]; + com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, i); + return value_0; + } + } + } + else { + for (i = 0 , n = this.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) { + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, keys_0[i])) { + value_0 = this.com_badlogic_gdx_utils_ArrayMap_values[i]; + com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, i); + return value_0; + } + } + } + return null; +} +; +_.removeValue__Ljava_lang_Object_2ZZ = function com_badlogic_gdx_utils_ArrayMap_removeValue__Ljava_lang_Object_2ZZ(value_0, identity){ + var i, n, values; + values = this.com_badlogic_gdx_utils_ArrayMap_values; + if (identity || value_0 == null) { + for (i = 0 , n = this.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) { + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) { + com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, i); + return true; + } + } + } + else { + for (i = 0 , n = this.com_badlogic_gdx_utils_ArrayMap_size; i < n; i++) { + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i])) { + com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, i); + return true; + } + } + } + return false; +} +; +_.resize__IV = function com_badlogic_gdx_utils_ArrayMap_resize__IV(newSize){ + com_badlogic_gdx_utils_ArrayMap_$resize__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, newSize); +} +; +_.reverse__V = function com_badlogic_gdx_utils_ArrayMap_reverse__V(){ + var i, ii, lastIndex, n, tempKey, tempValue; + for (i = 0 , lastIndex = this.com_badlogic_gdx_utils_ArrayMap_size - 1 , n = this.com_badlogic_gdx_utils_ArrayMap_size / 2 | 0; i < n; i++) { + ii = lastIndex - i; + tempKey = this.com_badlogic_gdx_utils_ArrayMap_keys[i]; + this.com_badlogic_gdx_utils_ArrayMap_keys[i] = this.com_badlogic_gdx_utils_ArrayMap_keys[ii]; + this.com_badlogic_gdx_utils_ArrayMap_keys[ii] = tempKey; + tempValue = this.com_badlogic_gdx_utils_ArrayMap_values[i]; + this.com_badlogic_gdx_utils_ArrayMap_values[i] = this.com_badlogic_gdx_utils_ArrayMap_values[ii]; + this.com_badlogic_gdx_utils_ArrayMap_values[ii] = tempValue; + } +} +; +_.setKey__ILjava_lang_Object_2V = function com_badlogic_gdx_utils_ArrayMap_setKey__ILjava_lang_Object_2V(index_0, key){ + if (index_0 >= this.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V('' + index_0)); + this.com_badlogic_gdx_utils_ArrayMap_keys[index_0] = key; +} +; +_.setValue__ILjava_lang_Object_2V = function com_badlogic_gdx_utils_ArrayMap_setValue__ILjava_lang_Object_2V(index_0, value_0){ + if (index_0 >= this.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V('' + index_0)); + this.com_badlogic_gdx_utils_ArrayMap_values[index_0] = value_0; +} +; +_.shrink__V = function com_badlogic_gdx_utils_ArrayMap_shrink__V(){ + if (this.com_badlogic_gdx_utils_ArrayMap_keys.length == this.com_badlogic_gdx_utils_ArrayMap_size) + return; + com_badlogic_gdx_utils_ArrayMap_$resize__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this, this.com_badlogic_gdx_utils_ArrayMap_size); +} +; +_.shuffle__V = function com_badlogic_gdx_utils_ArrayMap_shuffle__V(){ + var i, ii, tempKey, tempValue; + for (i = this.com_badlogic_gdx_utils_ArrayMap_size - 1; i >= 0; i--) { + ii = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextInt__II(i + 1)); + tempKey = this.com_badlogic_gdx_utils_ArrayMap_keys[i]; + this.com_badlogic_gdx_utils_ArrayMap_keys[i] = this.com_badlogic_gdx_utils_ArrayMap_keys[ii]; + this.com_badlogic_gdx_utils_ArrayMap_keys[ii] = tempKey; + tempValue = this.com_badlogic_gdx_utils_ArrayMap_values[i]; + this.com_badlogic_gdx_utils_ArrayMap_values[i] = this.com_badlogic_gdx_utils_ArrayMap_values[ii]; + this.com_badlogic_gdx_utils_ArrayMap_values[ii] = tempValue; + } +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_ArrayMap_toString__Ljava_lang_String_2(){ + var buffer, i, keys_0, values; + if (this.com_badlogic_gdx_utils_ArrayMap_size == 0) + return $intern_649; + keys_0 = this.com_badlogic_gdx_utils_ArrayMap_keys; + values = this.com_badlogic_gdx_utils_ArrayMap_values; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(32); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 123; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, keys_0[0]); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 61; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, values[0]); + for (i = 1; i < this.com_badlogic_gdx_utils_ArrayMap_size; i++) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_15); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, keys_0[i]); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 61; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, values[i]); + } + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 125; + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} +; +_.truncate__IV = function com_badlogic_gdx_utils_ArrayMap_truncate__IV(newSize){ + var i; + if (this.com_badlogic_gdx_utils_ArrayMap_size <= newSize) + return; + for (i = newSize; i < this.com_badlogic_gdx_utils_ArrayMap_size; i++) { + this.com_badlogic_gdx_utils_ArrayMap_keys[i] = null; + this.com_badlogic_gdx_utils_ArrayMap_values[i] = null; + } + this.com_badlogic_gdx_utils_ArrayMap_size = newSize; +} +; +_.values__Lcom_badlogic_gdx_utils_ArrayMap$Values_2 = function com_badlogic_gdx_utils_ArrayMap_values__Lcom_badlogic_gdx_utils_ArrayMap$Values_2(){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_ArrayMap$Values_ArrayMap$Values__Lcom_badlogic_gdx_utils_ArrayMap_2V(this); + if (!this.com_badlogic_gdx_utils_ArrayMap_values1) { + this.com_badlogic_gdx_utils_ArrayMap_values1 = new com_badlogic_gdx_utils_ArrayMap$Values_ArrayMap$Values__Lcom_badlogic_gdx_utils_ArrayMap_2V(this); + this.com_badlogic_gdx_utils_ArrayMap_values2 = new com_badlogic_gdx_utils_ArrayMap$Values_ArrayMap$Values__Lcom_badlogic_gdx_utils_ArrayMap_2V(this); + } + if (!this.com_badlogic_gdx_utils_ArrayMap_values1.com_badlogic_gdx_utils_ArrayMap$Values_valid) { + this.com_badlogic_gdx_utils_ArrayMap_values1.com_badlogic_gdx_utils_ArrayMap$Values_index = 0; + this.com_badlogic_gdx_utils_ArrayMap_values1.com_badlogic_gdx_utils_ArrayMap$Values_valid = true; + this.com_badlogic_gdx_utils_ArrayMap_values2.com_badlogic_gdx_utils_ArrayMap$Values_valid = false; + return this.com_badlogic_gdx_utils_ArrayMap_values1; + } + this.com_badlogic_gdx_utils_ArrayMap_values2.com_badlogic_gdx_utils_ArrayMap$Values_index = 0; + this.com_badlogic_gdx_utils_ArrayMap_values2.com_badlogic_gdx_utils_ArrayMap$Values_valid = true; + this.com_badlogic_gdx_utils_ArrayMap_values1.com_badlogic_gdx_utils_ArrayMap$Values_valid = false; + return this.com_badlogic_gdx_utils_ArrayMap_values2; +} +; +_.com_badlogic_gdx_utils_ArrayMap_ordered = false; +_.com_badlogic_gdx_utils_ArrayMap_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_650, 125, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ArrayMap$Entries_$next__Lcom_badlogic_gdx_utils_ArrayMap$Entries_2Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(this$static){ + if (this$static.com_badlogic_gdx_utils_ArrayMap$Entries_index >= this$static.com_badlogic_gdx_utils_ArrayMap$Entries_map.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V('' + this$static.com_badlogic_gdx_utils_ArrayMap$Entries_index)); + if (!this$static.com_badlogic_gdx_utils_ArrayMap$Entries_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + this$static.com_badlogic_gdx_utils_ArrayMap$Entries_entry.com_badlogic_gdx_utils_ObjectMap$Entry_key = this$static.com_badlogic_gdx_utils_ArrayMap$Entries_map.com_badlogic_gdx_utils_ArrayMap_keys[this$static.com_badlogic_gdx_utils_ArrayMap$Entries_index]; + this$static.com_badlogic_gdx_utils_ArrayMap$Entries_entry.com_badlogic_gdx_utils_ObjectMap$Entry_value = this$static.com_badlogic_gdx_utils_ArrayMap$Entries_map.com_badlogic_gdx_utils_ArrayMap_values[this$static.com_badlogic_gdx_utils_ArrayMap$Entries_index++]; + return this$static.com_badlogic_gdx_utils_ArrayMap$Entries_entry; +} + +function com_badlogic_gdx_utils_ArrayMap$Entries_ArrayMap$Entries__Lcom_badlogic_gdx_utils_ArrayMap_2V(map_0){ + this.com_badlogic_gdx_utils_ArrayMap$Entries_entry = new com_badlogic_gdx_utils_ObjectMap$Entry_ObjectMap$Entry__V; + this.com_badlogic_gdx_utils_ArrayMap$Entries_map = map_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(372, 1, {372:1, 29:1, 57:1}, com_badlogic_gdx_utils_ArrayMap$Entries_ArrayMap$Entries__Lcom_badlogic_gdx_utils_ArrayMap_2V); +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap$Entries_next__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_ArrayMap$Entries_$next__Lcom_badlogic_gdx_utils_ArrayMap$Entries_2Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(this); +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_ArrayMap$Entries_hasNext__Z(){ + if (!this.com_badlogic_gdx_utils_ArrayMap$Entries_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this.com_badlogic_gdx_utils_ArrayMap$Entries_index < this.com_badlogic_gdx_utils_ArrayMap$Entries_map.com_badlogic_gdx_utils_ArrayMap_size; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ArrayMap$Entries_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2 = function com_badlogic_gdx_utils_ArrayMap$Entries_next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(){ + return com_badlogic_gdx_utils_ArrayMap$Entries_$next__Lcom_badlogic_gdx_utils_ArrayMap$Entries_2Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(this); +} +; +_.remove__V = function com_badlogic_gdx_utils_ArrayMap$Entries_remove__V(){ + --this.com_badlogic_gdx_utils_ArrayMap$Entries_index; + com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this.com_badlogic_gdx_utils_ArrayMap$Entries_map, this.com_badlogic_gdx_utils_ArrayMap$Entries_index); +} +; +_.reset__V = function com_badlogic_gdx_utils_ArrayMap$Entries_reset__V(){ + this.com_badlogic_gdx_utils_ArrayMap$Entries_index = 0; +} +; +_.com_badlogic_gdx_utils_ArrayMap$Entries_index = 0; +_.com_badlogic_gdx_utils_ArrayMap$Entries_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ArrayMap/Entries', 372, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ArrayMap$Keys_ArrayMap$Keys__Lcom_badlogic_gdx_utils_ArrayMap_2V(map_0){ + this.com_badlogic_gdx_utils_ArrayMap$Keys_map = map_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(374, 1, {374:1, 29:1, 57:1}, com_badlogic_gdx_utils_ArrayMap$Keys_ArrayMap$Keys__Lcom_badlogic_gdx_utils_ArrayMap_2V); +_.hasNext__Z = function com_badlogic_gdx_utils_ArrayMap$Keys_hasNext__Z(){ + if (!this.com_badlogic_gdx_utils_ArrayMap$Keys_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this.com_badlogic_gdx_utils_ArrayMap$Keys_index < this.com_badlogic_gdx_utils_ArrayMap$Keys_map.com_badlogic_gdx_utils_ArrayMap_size; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ArrayMap$Keys_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap$Keys_next__Ljava_lang_Object_2(){ + if (this.com_badlogic_gdx_utils_ArrayMap$Keys_index >= this.com_badlogic_gdx_utils_ArrayMap$Keys_map.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V('' + this.com_badlogic_gdx_utils_ArrayMap$Keys_index)); + if (!this.com_badlogic_gdx_utils_ArrayMap$Keys_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this.com_badlogic_gdx_utils_ArrayMap$Keys_map.com_badlogic_gdx_utils_ArrayMap_keys[this.com_badlogic_gdx_utils_ArrayMap$Keys_index++]; +} +; +_.remove__V = function com_badlogic_gdx_utils_ArrayMap$Keys_remove__V(){ + --this.com_badlogic_gdx_utils_ArrayMap$Keys_index; + com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this.com_badlogic_gdx_utils_ArrayMap$Keys_map, this.com_badlogic_gdx_utils_ArrayMap$Keys_index); +} +; +_.reset__V = function com_badlogic_gdx_utils_ArrayMap$Keys_reset__V(){ + this.com_badlogic_gdx_utils_ArrayMap$Keys_index = 0; +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_ArrayMap$Keys_toArray__Lcom_badlogic_gdx_utils_Array_2(){ + return new com_badlogic_gdx_utils_Array_Array__Z_3Ljava_lang_Object_2IIV(true, this.com_badlogic_gdx_utils_ArrayMap$Keys_map.com_badlogic_gdx_utils_ArrayMap_keys, this.com_badlogic_gdx_utils_ArrayMap$Keys_index, this.com_badlogic_gdx_utils_ArrayMap$Keys_map.com_badlogic_gdx_utils_ArrayMap_size - this.com_badlogic_gdx_utils_ArrayMap$Keys_index); +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_ArrayMap$Keys_toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(array){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IIV(array, this.com_badlogic_gdx_utils_ArrayMap$Keys_map.com_badlogic_gdx_utils_ArrayMap_keys, this.com_badlogic_gdx_utils_ArrayMap$Keys_index, this.com_badlogic_gdx_utils_ArrayMap$Keys_map.com_badlogic_gdx_utils_ArrayMap_size - this.com_badlogic_gdx_utils_ArrayMap$Keys_index); + return array; +} +; +_.com_badlogic_gdx_utils_ArrayMap$Keys_index = 0; +_.com_badlogic_gdx_utils_ArrayMap$Keys_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ArrayMap/Keys', 374, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ArrayMap$Values_ArrayMap$Values__Lcom_badlogic_gdx_utils_ArrayMap_2V(map_0){ + this.com_badlogic_gdx_utils_ArrayMap$Values_map = map_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(373, 1, {373:1, 29:1, 57:1}, com_badlogic_gdx_utils_ArrayMap$Values_ArrayMap$Values__Lcom_badlogic_gdx_utils_ArrayMap_2V); +_.hasNext__Z = function com_badlogic_gdx_utils_ArrayMap$Values_hasNext__Z(){ + if (!this.com_badlogic_gdx_utils_ArrayMap$Values_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this.com_badlogic_gdx_utils_ArrayMap$Values_index < this.com_badlogic_gdx_utils_ArrayMap$Values_map.com_badlogic_gdx_utils_ArrayMap_size; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ArrayMap$Values_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ArrayMap$Values_next__Ljava_lang_Object_2(){ + if (this.com_badlogic_gdx_utils_ArrayMap$Values_index >= this.com_badlogic_gdx_utils_ArrayMap$Values_map.com_badlogic_gdx_utils_ArrayMap_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V('' + this.com_badlogic_gdx_utils_ArrayMap$Values_index)); + if (!this.com_badlogic_gdx_utils_ArrayMap$Values_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this.com_badlogic_gdx_utils_ArrayMap$Values_map.com_badlogic_gdx_utils_ArrayMap_values[this.com_badlogic_gdx_utils_ArrayMap$Values_index++]; +} +; +_.remove__V = function com_badlogic_gdx_utils_ArrayMap$Values_remove__V(){ + --this.com_badlogic_gdx_utils_ArrayMap$Values_index; + com_badlogic_gdx_utils_ArrayMap_$removeIndex__Lcom_badlogic_gdx_utils_ArrayMap_2IV(this.com_badlogic_gdx_utils_ArrayMap$Values_map, this.com_badlogic_gdx_utils_ArrayMap$Values_index); +} +; +_.reset__V = function com_badlogic_gdx_utils_ArrayMap$Values_reset__V(){ + this.com_badlogic_gdx_utils_ArrayMap$Values_index = 0; +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_ArrayMap$Values_toArray__Lcom_badlogic_gdx_utils_Array_2(){ + return new com_badlogic_gdx_utils_Array_Array__Z_3Ljava_lang_Object_2IIV(true, this.com_badlogic_gdx_utils_ArrayMap$Values_map.com_badlogic_gdx_utils_ArrayMap_values, this.com_badlogic_gdx_utils_ArrayMap$Values_index, this.com_badlogic_gdx_utils_ArrayMap$Values_map.com_badlogic_gdx_utils_ArrayMap_size - this.com_badlogic_gdx_utils_ArrayMap$Values_index); +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_ArrayMap$Values_toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(array){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IIV(array, this.com_badlogic_gdx_utils_ArrayMap$Values_map.com_badlogic_gdx_utils_ArrayMap_values, this.com_badlogic_gdx_utils_ArrayMap$Values_index, this.com_badlogic_gdx_utils_ArrayMap$Values_map.com_badlogic_gdx_utils_ArrayMap_size - this.com_badlogic_gdx_utils_ArrayMap$Values_index); + return array; +} +; +_.com_badlogic_gdx_utils_ArrayMap$Values_index = 0; +_.com_badlogic_gdx_utils_ArrayMap$Values_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ArrayMap/Values', 373, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1BaseJsonReader_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_13, 'BaseJsonReader'); +function com_badlogic_gdx_utils_BooleanArray_$add__Lcom_badlogic_gdx_utils_BooleanArray_2ZV(this$static){ + var items; + items = this$static.com_badlogic_gdx_utils_BooleanArray_items; + this$static.com_badlogic_gdx_utils_BooleanArray_size == items.length && (items = com_badlogic_gdx_utils_BooleanArray_$resize__Lcom_badlogic_gdx_utils_BooleanArray_2I_3Z(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_BooleanArray_size * $intern_636)))); + items[this$static.com_badlogic_gdx_utils_BooleanArray_size++] = false; +} + +function com_badlogic_gdx_utils_BooleanArray_$ensureCapacity__Lcom_badlogic_gdx_utils_BooleanArray_2I_3Z(this$static, additionalCapacity){ + var sizeNeeded; + if (additionalCapacity < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_637 + additionalCapacity)); + sizeNeeded = this$static.com_badlogic_gdx_utils_BooleanArray_size + additionalCapacity; + sizeNeeded > this$static.com_badlogic_gdx_utils_BooleanArray_items.length && com_badlogic_gdx_utils_BooleanArray_$resize__Lcom_badlogic_gdx_utils_BooleanArray_2I_3Z(this$static, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_BooleanArray_size * $intern_636))); + return this$static.com_badlogic_gdx_utils_BooleanArray_items; +} + +function com_badlogic_gdx_utils_BooleanArray_$removeIndex__Lcom_badlogic_gdx_utils_BooleanArray_2IZ(this$static, index_0){ + var items, value_0; + if (index_0 >= this$static.com_badlogic_gdx_utils_BooleanArray_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_BooleanArray_size)); + items = this$static.com_badlogic_gdx_utils_BooleanArray_items; + value_0 = items[index_0]; + --this$static.com_badlogic_gdx_utils_BooleanArray_size; + this$static.com_badlogic_gdx_utils_BooleanArray_ordered?java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, index_0 + 1, items, index_0, this$static.com_badlogic_gdx_utils_BooleanArray_size - index_0):(items[index_0] = items[this$static.com_badlogic_gdx_utils_BooleanArray_size]); + return value_0; +} + +function com_badlogic_gdx_utils_BooleanArray_$resize__Lcom_badlogic_gdx_utils_BooleanArray_2I_3Z(this$static, newSize){ + var items, newItems; + newItems = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, newSize, 16, 1); + items = this$static.com_badlogic_gdx_utils_BooleanArray_items; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, 0, newItems, 0, $wnd.Math.min(this$static.com_badlogic_gdx_utils_BooleanArray_size, newItems.length)); + this$static.com_badlogic_gdx_utils_BooleanArray_items = newItems; + return newItems; +} + +function com_badlogic_gdx_utils_BooleanArray_BooleanArray__ZIV(){ + this.com_badlogic_gdx_utils_BooleanArray_ordered = false; + this.com_badlogic_gdx_utils_BooleanArray_items = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, 16, 16, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(592, 1, {592:1}, com_badlogic_gdx_utils_BooleanArray_BooleanArray__ZIV); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_BooleanArray_equals__Ljava_lang_Object_2Z(object){ + var array, i, items1, items2, n; + if (object === this) + return true; + if (!this.com_badlogic_gdx_utils_BooleanArray_ordered) + return false; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 592)) + return false; + array = object; + if (!array.com_badlogic_gdx_utils_BooleanArray_ordered) + return false; + n = this.com_badlogic_gdx_utils_BooleanArray_size; + if (n != array.com_badlogic_gdx_utils_BooleanArray_size) + return false; + items1 = this.com_badlogic_gdx_utils_BooleanArray_items; + items2 = array.com_badlogic_gdx_utils_BooleanArray_items; + for (i = 0; i < n; i++) + if (items1[i] != items2[i]) + return false; + return true; +} +; +_.hashCode__I = function com_badlogic_gdx_utils_BooleanArray_hashCode__I(){ + var h, i, items, n; + if (!this.com_badlogic_gdx_utils_BooleanArray_ordered) + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); + items = this.com_badlogic_gdx_utils_BooleanArray_items; + h = 1; + for (i = 0 , n = this.com_badlogic_gdx_utils_BooleanArray_size; i < n; i++) + h = h * 31 + (items[i]?1231:1237); + return h; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_BooleanArray_toString__Ljava_lang_String_2(){ + var buffer, i, items; + if (this.com_badlogic_gdx_utils_BooleanArray_size == 0) + return $intern_6; + items = this.com_badlogic_gdx_utils_BooleanArray_items; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(32); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 91; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2ZLcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[0]); + for (i = 1; i < this.com_badlogic_gdx_utils_BooleanArray_size; i++) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_15); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2ZLcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[i]); + } + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 93; + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} +; +_.com_badlogic_gdx_utils_BooleanArray_ordered = false; +_.com_badlogic_gdx_utils_BooleanArray_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1BooleanArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'BooleanArray', 592, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_BufferUtils_asFloatBuffer__Ljava_nio_Buffer_2Ljava_nio_FloatBuffer_2(data_0){ + var buffer; + buffer = null; + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(data_0, 310)?(buffer = data_0.asFloatBuffer__Ljava_nio_FloatBuffer_2()):com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(data_0, 256) && (buffer = data_0); + if (!buffer) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('data must be a ByteBuffer or FloatBuffer')); + return buffer; +} + +function com_badlogic_gdx_utils_BufferUtils_copy___3FLjava_nio_Buffer_2IIV(src_0, dst, numFloats, offset){ + var floatBuffer; + floatBuffer = com_badlogic_gdx_utils_BufferUtils_asFloatBuffer__Ljava_nio_Buffer_2Ljava_nio_FloatBuffer_2(dst); + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(floatBuffer); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(dst, 0); + java_nio_FloatBuffer_$put__Ljava_nio_FloatBuffer_2_3FIILjava_nio_FloatBuffer_2(floatBuffer, src_0, offset, numFloats); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(dst, 0); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(dst, 310)?java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(dst, numFloats << 2):java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(dst, numFloats); +} + +function com_badlogic_gdx_utils_BufferUtils_newByteBuffer__ILjava_nio_ByteBuffer_2(numBytes){ + var buffer; + buffer = java_nio_ByteBuffer_allocateDirect__ILjava_nio_ByteBuffer_2(numBytes); + java_nio_ByteBuffer_$order__Ljava_nio_ByteBuffer_2Ljava_nio_ByteOrder_2Ljava_nio_ByteBuffer_2(buffer, (java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_NATIVE_1ORDER)); + return buffer; +} + +function com_badlogic_gdx_utils_BufferUtils_newFloatBuffer__ILjava_nio_FloatBuffer_2(numFloats){ + var buffer; + buffer = java_nio_ByteBuffer_allocateDirect__ILjava_nio_ByteBuffer_2(numFloats * 4); + java_nio_ByteBuffer_$order__Ljava_nio_ByteBuffer_2Ljava_nio_ByteOrder_2Ljava_nio_ByteBuffer_2(buffer, (java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_NATIVE_1ORDER)); + return new java_nio_DirectReadWriteFloatBufferAdapter_DirectReadWriteFloatBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(buffer)); +} + +function com_badlogic_gdx_utils_BufferUtils_newIntBuffer__ILjava_nio_IntBuffer_2(){ + var buffer; + buffer = java_nio_ByteBuffer_allocateDirect__ILjava_nio_ByteBuffer_2(4); + java_nio_ByteBuffer_$order__Ljava_nio_ByteBuffer_2Ljava_nio_ByteOrder_2Ljava_nio_ByteBuffer_2(buffer, (java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_NATIVE_1ORDER)); + return (buffer.java_nio_ByteBuffer_order == 0?java_nio_ByteOrder_BIG_1ENDIAN:java_nio_ByteOrder_LITTLE_1ENDIAN) == (null , java_nio_ByteOrder_NATIVE_1ORDER)?new java_nio_DirectReadWriteIntBufferAdapter_DirectReadWriteIntBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(buffer)):new java_nio_IntToByteBufferAdapter_IntToByteBufferAdapter__Ljava_nio_ByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(buffer)); +} + +function com_badlogic_gdx_utils_BufferUtils_newShortBuffer__ILjava_nio_ShortBuffer_2(numShorts){ + var buffer; + buffer = java_nio_ByteBuffer_allocateDirect__ILjava_nio_ByteBuffer_2(numShorts * 2); + java_nio_ByteBuffer_$order__Ljava_nio_ByteBuffer_2Ljava_nio_ByteOrder_2Ljava_nio_ByteBuffer_2(buffer, (java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_NATIVE_1ORDER)); + return (buffer.java_nio_ByteBuffer_order == 0?java_nio_ByteOrder_BIG_1ENDIAN:java_nio_ByteOrder_LITTLE_1ENDIAN) == (null , java_nio_ByteOrder_NATIVE_1ORDER)?new java_nio_DirectReadWriteShortBufferAdapter_DirectReadWriteShortBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(buffer)):new java_nio_ShortToByteBufferAdapter_ShortToByteBufferAdapter__Ljava_nio_ByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(buffer)); +} + +var com_badlogic_gdx_utils_Collections_allocateIterators = false; +function com_badlogic_gdx_utils_ComparableTimSort_$doSort__Lcom_badlogic_gdx_utils_ComparableTimSort_2_3Ljava_lang_Object_2IIV(this$static, a, lo, hi){ + var force, i, initRunLen, minRun, n, nRemaining, runLen, tmp; + this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize = 0; + com_badlogic_gdx_utils_ComparableTimSort_rangeCheck__IIIV(a.length, lo, hi); + nRemaining = hi - lo; + if (nRemaining < 2) + return; + if (nRemaining < 32) { + initRunLen = com_badlogic_gdx_utils_ComparableTimSort_countRunAndMakeAscending___3Ljava_lang_Object_2III(a, lo, hi); + com_badlogic_gdx_utils_ComparableTimSort_binarySort___3Ljava_lang_Object_2IIIV(a, lo, hi, lo + initRunLen); + return; + } + this$static.com_badlogic_gdx_utils_ComparableTimSort_a = a; + this$static.com_badlogic_gdx_utils_ComparableTimSort_tmpCount = 0; + minRun = com_badlogic_gdx_utils_ComparableTimSort_minRunLength__II(nRemaining); + do { + runLen = com_badlogic_gdx_utils_ComparableTimSort_countRunAndMakeAscending___3Ljava_lang_Object_2III(a, lo, hi); + if (runLen < minRun) { + force = nRemaining <= minRun?nRemaining:minRun; + com_badlogic_gdx_utils_ComparableTimSort_binarySort___3Ljava_lang_Object_2IIIV(a, lo, lo + force, lo + runLen); + runLen = force; + } + this$static.com_badlogic_gdx_utils_ComparableTimSort_runBase[this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize] = lo; + this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize] = runLen; + ++this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize; + com_badlogic_gdx_utils_ComparableTimSort_$mergeCollapse__Lcom_badlogic_gdx_utils_ComparableTimSort_2V(this$static); + lo += runLen; + nRemaining -= runLen; + } + while (nRemaining != 0); + com_badlogic_gdx_utils_ComparableTimSort_$mergeForceCollapse__Lcom_badlogic_gdx_utils_ComparableTimSort_2V(this$static); + this$static.com_badlogic_gdx_utils_ComparableTimSort_a = null; + tmp = this$static.com_badlogic_gdx_utils_ComparableTimSort_tmp; + for (i = 0 , n = this$static.com_badlogic_gdx_utils_ComparableTimSort_tmpCount; i < n; i++) + tmp[i] = null; +} + +function com_badlogic_gdx_utils_ComparableTimSort_$ensureCapacity__Lcom_badlogic_gdx_utils_ComparableTimSort_2I_3Ljava_lang_Object_2(this$static, minCapacity){ + var newArray, newSize; + this$static.com_badlogic_gdx_utils_ComparableTimSort_tmpCount = $wnd.Math.max(this$static.com_badlogic_gdx_utils_ComparableTimSort_tmpCount, minCapacity); + if (this$static.com_badlogic_gdx_utils_ComparableTimSort_tmp.length < minCapacity) { + newSize = minCapacity; + newSize |= newSize >> 1; + newSize |= newSize >> 2; + newSize |= newSize >> 4; + newSize |= newSize >> 8; + newSize |= newSize >> 16; + ++newSize; + newSize < 0?(newSize = minCapacity):(newSize = $wnd.Math.min(newSize, this$static.com_badlogic_gdx_utils_ComparableTimSort_a.length >>> 1)); + newArray = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + this$static.com_badlogic_gdx_utils_ComparableTimSort_tmp = newArray; + } + return this$static.com_badlogic_gdx_utils_ComparableTimSort_tmp; +} + +function com_badlogic_gdx_utils_ComparableTimSort_$mergeAt__Lcom_badlogic_gdx_utils_ComparableTimSort_2IV(this$static, i){ + var base1, base2, k, len1, len2; + base1 = this$static.com_badlogic_gdx_utils_ComparableTimSort_runBase[i]; + len1 = this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[i]; + base2 = this$static.com_badlogic_gdx_utils_ComparableTimSort_runBase[i + 1]; + len2 = this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[i + 1]; + this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[i] = len1 + len2; + if (i == this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize - 3) { + this$static.com_badlogic_gdx_utils_ComparableTimSort_runBase[i + 1] = this$static.com_badlogic_gdx_utils_ComparableTimSort_runBase[i + 2]; + this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[i + 1] = this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[i + 2]; + } + --this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize; + k = com_badlogic_gdx_utils_ComparableTimSort_gallopRight__Ljava_lang_Comparable_2_3Ljava_lang_Object_2IIII(this$static.com_badlogic_gdx_utils_ComparableTimSort_a[base2], this$static.com_badlogic_gdx_utils_ComparableTimSort_a, base1, len1, 0); + base1 += k; + len1 -= k; + if (len1 == 0) + return; + len2 = com_badlogic_gdx_utils_ComparableTimSort_gallopLeft__Ljava_lang_Comparable_2_3Ljava_lang_Object_2IIII(this$static.com_badlogic_gdx_utils_ComparableTimSort_a[base1 + len1 - 1], this$static.com_badlogic_gdx_utils_ComparableTimSort_a, base2, len2, len2 - 1); + if (len2 == 0) + return; + len1 <= len2?com_badlogic_gdx_utils_ComparableTimSort_$mergeLo__Lcom_badlogic_gdx_utils_ComparableTimSort_2IIIIV(this$static, base1, len1, base2, len2):com_badlogic_gdx_utils_ComparableTimSort_$mergeHi__Lcom_badlogic_gdx_utils_ComparableTimSort_2IIIIV(this$static, base1, len1, base2, len2); +} + +function com_badlogic_gdx_utils_ComparableTimSort_$mergeCollapse__Lcom_badlogic_gdx_utils_ComparableTimSort_2V(this$static){ + var n; + while (this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize > 1) { + n = this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize - 2; + if (n > 0 && this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[n - 1] <= this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[n] + this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[n + 1]) { + this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[n - 1] < this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[n + 1] && --n; + com_badlogic_gdx_utils_ComparableTimSort_$mergeAt__Lcom_badlogic_gdx_utils_ComparableTimSort_2IV(this$static, n); + } + else if (this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[n] <= this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[n + 1]) { + com_badlogic_gdx_utils_ComparableTimSort_$mergeAt__Lcom_badlogic_gdx_utils_ComparableTimSort_2IV(this$static, n); + } + else { + break; + } + } +} + +function com_badlogic_gdx_utils_ComparableTimSort_$mergeForceCollapse__Lcom_badlogic_gdx_utils_ComparableTimSort_2V(this$static){ + var n; + while (this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize > 1) { + n = this$static.com_badlogic_gdx_utils_ComparableTimSort_stackSize - 2; + n > 0 && this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[n - 1] < this$static.com_badlogic_gdx_utils_ComparableTimSort_runLen[n + 1] && --n; + com_badlogic_gdx_utils_ComparableTimSort_$mergeAt__Lcom_badlogic_gdx_utils_ComparableTimSort_2IV(this$static, n); + } +} + +function com_badlogic_gdx_utils_ComparableTimSort_$mergeHi__Lcom_badlogic_gdx_utils_ComparableTimSort_2IIIIV(this$static, base1, len1, base2, len2){ + var a, count1, count2, cursor1, cursor2, dest, minGallop, tmp; + a = this$static.com_badlogic_gdx_utils_ComparableTimSort_a; + tmp = com_badlogic_gdx_utils_ComparableTimSort_$ensureCapacity__Lcom_badlogic_gdx_utils_ComparableTimSort_2I_3Ljava_lang_Object_2(this$static, len2); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, base2, tmp, 0, len2); + cursor1 = base1 + len1 - 1; + cursor2 = len2 - 1; + dest = base2 + len2 - 1; + a[dest--] = a[cursor1--]; + if (--len1 == 0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, 0, a, dest - (len2 - 1), len2); + return; + } + if (len2 == 1) { + dest -= len1; + cursor1 -= len1; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor1 + 1, a, dest + 1, len1); + a[dest] = tmp[cursor2]; + return; + } + minGallop = this$static.com_badlogic_gdx_utils_ComparableTimSort_minGallop; + outer: while (true) { + count1 = 0; + count2 = 0; + do { + if (java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(tmp[cursor2], a[cursor1]) < 0) { + a[dest--] = a[cursor1--]; + ++count1; + count2 = 0; + if (--len1 == 0) + break outer; + } + else { + a[dest--] = tmp[cursor2--]; + ++count2; + count1 = 0; + if (--len2 == 1) + break outer; + } + } + while ((count1 | count2) < minGallop); + do { + count1 = len1 - com_badlogic_gdx_utils_ComparableTimSort_gallopRight__Ljava_lang_Comparable_2_3Ljava_lang_Object_2IIII(tmp[cursor2], a, base1, len1, len1 - 1); + if (count1 != 0) { + dest -= count1; + cursor1 -= count1; + len1 -= count1; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor1 + 1, a, dest + 1, count1); + if (len1 == 0) + break outer; + } + a[dest--] = tmp[cursor2--]; + if (--len2 == 1) + break outer; + count2 = len2 - com_badlogic_gdx_utils_ComparableTimSort_gallopLeft__Ljava_lang_Comparable_2_3Ljava_lang_Object_2IIII(a[cursor1], tmp, 0, len2, len2 - 1); + if (count2 != 0) { + dest -= count2; + cursor2 -= count2; + len2 -= count2; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, cursor2 + 1, a, dest + 1, count2); + if (len2 <= 1) + break outer; + } + a[dest--] = a[cursor1--]; + if (--len1 == 0) + break outer; + --minGallop; + } + while (count1 >= 7 | count2 >= 7); + minGallop < 0 && (minGallop = 0); + minGallop += 2; + } + this$static.com_badlogic_gdx_utils_ComparableTimSort_minGallop = minGallop < 1?1:minGallop; + if (len2 == 1) { + dest -= len1; + cursor1 -= len1; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor1 + 1, a, dest + 1, len1); + a[dest] = tmp[cursor2]; + } + else if (len2 == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_651)); + } + else { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, 0, a, dest - (len2 - 1), len2); + } +} + +function com_badlogic_gdx_utils_ComparableTimSort_$mergeLo__Lcom_badlogic_gdx_utils_ComparableTimSort_2IIIIV(this$static, base1, len1, base2, len2){ + var a, count1, count2, cursor1, cursor2, dest, minGallop, tmp; + a = this$static.com_badlogic_gdx_utils_ComparableTimSort_a; + tmp = com_badlogic_gdx_utils_ComparableTimSort_$ensureCapacity__Lcom_badlogic_gdx_utils_ComparableTimSort_2I_3Ljava_lang_Object_2(this$static, len1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, base1, tmp, 0, len1); + cursor1 = 0; + cursor2 = base2; + dest = base1; + a[dest++] = a[cursor2++]; + if (--len2 == 0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, cursor1, a, dest, len1); + return; + } + if (len1 == 1) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor2, a, dest, len2); + a[dest + len2] = tmp[cursor1]; + return; + } + minGallop = this$static.com_badlogic_gdx_utils_ComparableTimSort_minGallop; + outer: while (true) { + count1 = 0; + count2 = 0; + do { + if (java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(a[cursor2], tmp[cursor1]) < 0) { + a[dest++] = a[cursor2++]; + ++count2; + count1 = 0; + if (--len2 == 0) + break outer; + } + else { + a[dest++] = tmp[cursor1++]; + ++count1; + count2 = 0; + if (--len1 == 1) + break outer; + } + } + while ((count1 | count2) < minGallop); + do { + count1 = com_badlogic_gdx_utils_ComparableTimSort_gallopRight__Ljava_lang_Comparable_2_3Ljava_lang_Object_2IIII(a[cursor2], tmp, cursor1, len1, 0); + if (count1 != 0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, cursor1, a, dest, count1); + dest += count1; + cursor1 += count1; + len1 -= count1; + if (len1 <= 1) + break outer; + } + a[dest++] = a[cursor2++]; + if (--len2 == 0) + break outer; + count2 = com_badlogic_gdx_utils_ComparableTimSort_gallopLeft__Ljava_lang_Comparable_2_3Ljava_lang_Object_2IIII(tmp[cursor1], a, cursor2, len2, 0); + if (count2 != 0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor2, a, dest, count2); + dest += count2; + cursor2 += count2; + len2 -= count2; + if (len2 == 0) + break outer; + } + a[dest++] = tmp[cursor1++]; + if (--len1 == 1) + break outer; + --minGallop; + } + while (count1 >= 7 | count2 >= 7); + minGallop < 0 && (minGallop = 0); + minGallop += 2; + } + this$static.com_badlogic_gdx_utils_ComparableTimSort_minGallop = minGallop < 1?1:minGallop; + if (len1 == 1) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor2, a, dest, len2); + a[dest + len2] = tmp[cursor1]; + } + else if (len1 == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_651)); + } + else { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, cursor1, a, dest, len1); + } +} + +function com_badlogic_gdx_utils_ComparableTimSort_ComparableTimSort__V(){ + this.com_badlogic_gdx_utils_ComparableTimSort_tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 256, 5, 1); + this.com_badlogic_gdx_utils_ComparableTimSort_runBase = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 40, 15, 1); + this.com_badlogic_gdx_utils_ComparableTimSort_runLen = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 40, 15, 1); +} + +function com_badlogic_gdx_utils_ComparableTimSort_binarySort___3Ljava_lang_Object_2IIIV(a, lo, hi, start_0){ + var left, mid, n, pivot, right; + start_0 == lo && ++start_0; + for (; start_0 < hi; start_0++) { + pivot = a[start_0]; + left = lo; + right = start_0; + while (left < right) { + mid = left + right >>> 1; + java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(pivot, a[mid]) < 0?(right = mid):(left = mid + 1); + } + n = start_0 - left; + switch (n) { + case 2: + a[left + 2] = a[left + 1]; + case 1: + a[left + 1] = a[left]; + break; + default:java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, left, a, left + 1, n); + } + a[left] = pivot; + } +} + +function com_badlogic_gdx_utils_ComparableTimSort_countRunAndMakeAscending___3Ljava_lang_Object_2III(a, lo, hi){ + var runHi; + runHi = lo + 1; + if (runHi == hi) + return 1; + if (java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(a[runHi++], a[lo]) < 0) { + while (runHi < hi && java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(a[runHi], a[runHi - 1]) < 0) + ++runHi; + com_badlogic_gdx_utils_ComparableTimSort_reverseRange___3Ljava_lang_Object_2IIV(a, lo, runHi); + } + else { + while (runHi < hi && java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(a[runHi], a[runHi - 1]) >= 0) + ++runHi; + } + return runHi - lo; +} + +function com_badlogic_gdx_utils_ComparableTimSort_gallopLeft__Ljava_lang_Comparable_2_3Ljava_lang_Object_2IIII(key, a, base, len, hint){ + var lastOfs, m, maxOfs, ofs, tmp; + lastOfs = 0; + ofs = 1; + if (java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(key, a[base + hint]) > 0) { + maxOfs = len - hint; + while (ofs < maxOfs && java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(key, a[base + hint + ofs]) > 0) { + lastOfs = ofs; + ofs = (ofs << 1) + 1; + ofs <= 0 && (ofs = maxOfs); + } + ofs > maxOfs && (ofs = maxOfs); + lastOfs += hint; + ofs += hint; + } + else { + maxOfs = hint + 1; + while (ofs < maxOfs && java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(key, a[base + hint - ofs]) <= 0) { + lastOfs = ofs; + ofs = (ofs << 1) + 1; + ofs <= 0 && (ofs = maxOfs); + } + ofs > maxOfs && (ofs = maxOfs); + tmp = lastOfs; + lastOfs = hint - ofs; + ofs = hint - tmp; + } + ++lastOfs; + while (lastOfs < ofs) { + m = lastOfs + (ofs - lastOfs >>> 1); + java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(key, a[base + m]) > 0?(lastOfs = m + 1):(ofs = m); + } + return ofs; +} + +function com_badlogic_gdx_utils_ComparableTimSort_gallopRight__Ljava_lang_Comparable_2_3Ljava_lang_Object_2IIII(key, a, base, len, hint){ + var lastOfs, m, maxOfs, ofs, tmp; + ofs = 1; + lastOfs = 0; + if (java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(key, a[base + hint]) < 0) { + maxOfs = hint + 1; + while (ofs < maxOfs && java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(key, a[base + hint - ofs]) < 0) { + lastOfs = ofs; + ofs = (ofs << 1) + 1; + ofs <= 0 && (ofs = maxOfs); + } + ofs > maxOfs && (ofs = maxOfs); + tmp = lastOfs; + lastOfs = hint - ofs; + ofs = hint - tmp; + } + else { + maxOfs = len - hint; + while (ofs < maxOfs && java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(key, a[base + hint + ofs]) >= 0) { + lastOfs = ofs; + ofs = (ofs << 1) + 1; + ofs <= 0 && (ofs = maxOfs); + } + ofs > maxOfs && (ofs = maxOfs); + lastOfs += hint; + ofs += hint; + } + ++lastOfs; + while (lastOfs < ofs) { + m = lastOfs + (ofs - lastOfs >>> 1); + java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(key, a[base + m]) < 0?(ofs = m):(lastOfs = m + 1); + } + return ofs; +} + +function com_badlogic_gdx_utils_ComparableTimSort_minRunLength__II(n){ + var r; + r = 0; + while (n >= 32) { + r |= n & 1; + n >>= 1; + } + return n + r; +} + +function com_badlogic_gdx_utils_ComparableTimSort_rangeCheck__IIIV(arrayLen, fromIndex, toIndex){ + if (fromIndex > toIndex) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_652 + fromIndex + $intern_653 + toIndex + ')')); + if (fromIndex < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__IV(fromIndex)); + if (toIndex > arrayLen) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__IV(toIndex)); +} + +function com_badlogic_gdx_utils_ComparableTimSort_reverseRange___3Ljava_lang_Object_2IIV(a, lo, hi){ + var t; + --hi; + while (lo < hi) { + t = a[lo]; + a[lo++] = a[hi]; + a[hi--] = t; + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1074, 1, {}, com_badlogic_gdx_utils_ComparableTimSort_ComparableTimSort__V); +_.com_badlogic_gdx_utils_ComparableTimSort_minGallop = 7; +_.com_badlogic_gdx_utils_ComparableTimSort_stackSize = 0; +_.com_badlogic_gdx_utils_ComparableTimSort_tmpCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ComparableTimSort_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ComparableTimSort', 1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this$static){ + if (this$static.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) { + this$static.com_badlogic_gdx_utils_DelayedRemovalArray_clear = this$static.com_badlogic_gdx_utils_Array_size; + return; + } + java_util_Arrays_fill___3Ljava_lang_Object_2IILjava_lang_Object_2V(this$static.com_badlogic_gdx_utils_Array_items, this$static.com_badlogic_gdx_utils_Array_size); + this$static.com_badlogic_gdx_utils_Array_size = 0; +} + +function com_badlogic_gdx_utils_DelayedRemovalArray_$end__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this$static){ + var i, i0, index_0, n; + if (this$static.com_badlogic_gdx_utils_DelayedRemovalArray_iterating == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_190)); + --this$static.com_badlogic_gdx_utils_DelayedRemovalArray_iterating; + if (this$static.com_badlogic_gdx_utils_DelayedRemovalArray_iterating == 0) { + if (this$static.com_badlogic_gdx_utils_DelayedRemovalArray_clear > 0 && this$static.com_badlogic_gdx_utils_DelayedRemovalArray_clear == this$static.com_badlogic_gdx_utils_Array_size) { + this$static.com_badlogic_gdx_utils_DelayedRemovalArray_remove.com_badlogic_gdx_utils_IntArray_size = 0; + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this$static); + } + else { + for (i0 = 0 , n = this$static.com_badlogic_gdx_utils_DelayedRemovalArray_remove.com_badlogic_gdx_utils_IntArray_size; i0 < n; i0++) { + index_0 = com_badlogic_gdx_utils_IntArray_$pop__Lcom_badlogic_gdx_utils_IntArray_2I(this$static.com_badlogic_gdx_utils_DelayedRemovalArray_remove); + index_0 >= this$static.com_badlogic_gdx_utils_DelayedRemovalArray_clear && com_badlogic_gdx_utils_DelayedRemovalArray_$removeIndex__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2ILjava_lang_Object_2(this$static, index_0); + } + for (i = this$static.com_badlogic_gdx_utils_DelayedRemovalArray_clear - 1; i >= 0; i--) + com_badlogic_gdx_utils_DelayedRemovalArray_$removeIndex__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2ILjava_lang_Object_2(this$static, i); + } + this$static.com_badlogic_gdx_utils_DelayedRemovalArray_clear = 0; + } +} + +function com_badlogic_gdx_utils_DelayedRemovalArray_$remove__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2IV(this$static, index_0){ + var i, n, removeIndex; + if (index_0 < this$static.com_badlogic_gdx_utils_DelayedRemovalArray_clear) + return; + for (i = 0 , n = this$static.com_badlogic_gdx_utils_DelayedRemovalArray_remove.com_badlogic_gdx_utils_IntArray_size; i < n; i++) { + removeIndex = com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static.com_badlogic_gdx_utils_DelayedRemovalArray_remove, i); + if (index_0 == removeIndex) + return; + if (index_0 < removeIndex) { + com_badlogic_gdx_utils_IntArray_$insert__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static.com_badlogic_gdx_utils_DelayedRemovalArray_remove, i, index_0); + return; + } + } + com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this$static.com_badlogic_gdx_utils_DelayedRemovalArray_remove, index_0); +} + +function com_badlogic_gdx_utils_DelayedRemovalArray_$removeIndex__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2ILjava_lang_Object_2(this$static, index_0){ + if (this$static.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) { + com_badlogic_gdx_utils_DelayedRemovalArray_$remove__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2IV(this$static, index_0); + return com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static, index_0); + } + return com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static, index_0); +} + +function com_badlogic_gdx_utils_DelayedRemovalArray_$removeValue__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2Ljava_lang_Object_2ZZ(this$static, value_0, identity){ + var index_0; + if (this$static.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) { + index_0 = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this$static, value_0, identity); + if (index_0 == -1) + return false; + com_badlogic_gdx_utils_DelayedRemovalArray_$remove__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2IV(this$static, index_0); + return true; + } + return com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static, value_0, identity); +} + +function com_badlogic_gdx_utils_DelayedRemovalArray_DelayedRemovalArray__IV(){ + com_badlogic_gdx_utils_Array_Array__IV.call(this, 0); + this.com_badlogic_gdx_utils_DelayedRemovalArray_remove = new com_badlogic_gdx_utils_IntArray_IntArray__IV(0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(733, 27, $intern_644, com_badlogic_gdx_utils_DelayedRemovalArray_DelayedRemovalArray__IV); +_.clear__V = function com_badlogic_gdx_utils_DelayedRemovalArray_clear__V(){ + com_badlogic_gdx_utils_DelayedRemovalArray_$clear__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2V(this); +} +; +_.insert__ILjava_lang_Object_2V = function com_badlogic_gdx_utils_DelayedRemovalArray_insert__ILjava_lang_Object_2V(index_0, value_0){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + com_badlogic_gdx_utils_Array_$insert__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this, index_0, value_0); +} +; +_.insertRange__IIV = function com_badlogic_gdx_utils_DelayedRemovalArray_insertRange__IIV(index_0, count){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + com_badlogic_gdx_utils_Array_$insertRange__Lcom_badlogic_gdx_utils_Array_2IIV(this, index_0, count); +} +; +_.pop__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_DelayedRemovalArray_pop__Ljava_lang_Object_2(){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + return com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this); +} +; +_.removeIndex__ILjava_lang_Object_2 = function com_badlogic_gdx_utils_DelayedRemovalArray_removeIndex__ILjava_lang_Object_2(index_0){ + return com_badlogic_gdx_utils_DelayedRemovalArray_$removeIndex__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2ILjava_lang_Object_2(this, index_0); +} +; +_.removeRange__IIV = function com_badlogic_gdx_utils_DelayedRemovalArray_removeRange__IIV(start_0, end){ + var i; + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) { + for (i = end; i >= start_0; i--) + com_badlogic_gdx_utils_DelayedRemovalArray_$remove__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2IV(this, i); + } + else + com_badlogic_gdx_utils_Array_$removeRange__Lcom_badlogic_gdx_utils_Array_2IIV(this, start_0, end); +} +; +_.removeValue__Ljava_lang_Object_2ZZ = function com_badlogic_gdx_utils_DelayedRemovalArray_removeValue__Ljava_lang_Object_2ZZ(value_0, identity){ + return com_badlogic_gdx_utils_DelayedRemovalArray_$removeValue__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2Ljava_lang_Object_2ZZ(this, value_0, identity); +} +; +_.reverse__V = function com_badlogic_gdx_utils_DelayedRemovalArray_reverse__V(){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + com_badlogic_gdx_utils_Array_$reverse__Lcom_badlogic_gdx_utils_Array_2V(this); +} +; +_.set__ILjava_lang_Object_2V = function com_badlogic_gdx_utils_DelayedRemovalArray_set__ILjava_lang_Object_2V(index_0, value_0){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + com_badlogic_gdx_utils_Array_$set__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this, index_0, value_0); +} +; +_.setSize__I_3Ljava_lang_Object_2 = function com_badlogic_gdx_utils_DelayedRemovalArray_setSize__I_3Ljava_lang_Object_2(newSize){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + return com_badlogic_gdx_utils_Array_$setSize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this, newSize); +} +; +_.shuffle__V = function com_badlogic_gdx_utils_DelayedRemovalArray_shuffle__V(){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + com_badlogic_gdx_utils_Array_$shuffle__Lcom_badlogic_gdx_utils_Array_2V(this); +} +; +_.sort__V = function com_badlogic_gdx_utils_DelayedRemovalArray_sort__V(){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + com_badlogic_gdx_utils_Sort_$sort__Lcom_badlogic_gdx_utils_Sort_2_3Ljava_lang_Object_2IIV((!com_badlogic_gdx_utils_Sort_instance && (com_badlogic_gdx_utils_Sort_instance = new com_badlogic_gdx_utils_Sort_Sort__V) , com_badlogic_gdx_utils_Sort_instance), this.com_badlogic_gdx_utils_Array_items, this.com_badlogic_gdx_utils_Array_size); +} +; +_.sort__Ljava_util_Comparator_2V = function com_badlogic_gdx_utils_DelayedRemovalArray_sort__Ljava_util_Comparator_2V(comparator){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + com_badlogic_gdx_utils_Sort_$sort__Lcom_badlogic_gdx_utils_Sort_2_3Ljava_lang_Object_2Ljava_util_Comparator_2IIV((!com_badlogic_gdx_utils_Sort_instance && (com_badlogic_gdx_utils_Sort_instance = new com_badlogic_gdx_utils_Sort_Sort__V) , com_badlogic_gdx_utils_Sort_instance), this.com_badlogic_gdx_utils_Array_items, comparator, this.com_badlogic_gdx_utils_Array_size); +} +; +_.swap__IIV = function com_badlogic_gdx_utils_DelayedRemovalArray_swap__IIV(first, second){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + com_badlogic_gdx_utils_Array_$swap__Lcom_badlogic_gdx_utils_Array_2IIV(this, first, second); +} +; +_.truncate__IV = function com_badlogic_gdx_utils_DelayedRemovalArray_truncate__IV(newSize){ + if (this.com_badlogic_gdx_utils_DelayedRemovalArray_iterating > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_654)); + com_badlogic_gdx_utils_Array_$truncate__Lcom_badlogic_gdx_utils_Array_2IV(this, newSize); +} +; +_.com_badlogic_gdx_utils_DelayedRemovalArray_clear = 0; +_.com_badlogic_gdx_utils_DelayedRemovalArray_iterating = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1DelayedRemovalArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'DelayedRemovalArray', 733, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit); +function com_badlogic_gdx_utils_FloatArray_$add__Lcom_badlogic_gdx_utils_FloatArray_2FV(this$static, value_0){ + var items; + items = this$static.com_badlogic_gdx_utils_FloatArray_items; + this$static.com_badlogic_gdx_utils_FloatArray_size == items.length && (items = com_badlogic_gdx_utils_FloatArray_$resize__Lcom_badlogic_gdx_utils_FloatArray_2I_3F(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_FloatArray_size * $intern_636)))); + items[this$static.com_badlogic_gdx_utils_FloatArray_size++] = value_0; +} + +function com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2V(this$static, array){ + com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2_3FIIV(this$static, array.com_badlogic_gdx_utils_FloatArray_items, 0, array.com_badlogic_gdx_utils_FloatArray_size); +} + +function com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2IIV(this$static, array, offset, length_0){ + if (offset + length_0 > array.com_badlogic_gdx_utils_FloatArray_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_647 + offset + ' + ' + length_0 + $intern_543 + array.com_badlogic_gdx_utils_FloatArray_size)); + com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2_3FIIV(this$static, array.com_badlogic_gdx_utils_FloatArray_items, offset, length_0); +} + +function com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2_3FV(this$static, array){ + com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2_3FIIV(this$static, array, 0, array.length); +} + +function com_badlogic_gdx_utils_FloatArray_$addAll__Lcom_badlogic_gdx_utils_FloatArray_2_3FIIV(this$static, array, offset, length_0){ + var items, sizeNeeded; + items = this$static.com_badlogic_gdx_utils_FloatArray_items; + sizeNeeded = this$static.com_badlogic_gdx_utils_FloatArray_size + length_0; + sizeNeeded > items.length && (items = com_badlogic_gdx_utils_FloatArray_$resize__Lcom_badlogic_gdx_utils_FloatArray_2I_3F(this$static, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_FloatArray_size * $intern_636)))); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(array, offset, items, this$static.com_badlogic_gdx_utils_FloatArray_size, length_0); + this$static.com_badlogic_gdx_utils_FloatArray_size += length_0; +} + +function com_badlogic_gdx_utils_FloatArray_$ensureCapacity__Lcom_badlogic_gdx_utils_FloatArray_2I_3F(this$static, additionalCapacity){ + var sizeNeeded; + if (additionalCapacity < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_637 + additionalCapacity)); + sizeNeeded = this$static.com_badlogic_gdx_utils_FloatArray_size + additionalCapacity; + sizeNeeded > this$static.com_badlogic_gdx_utils_FloatArray_items.length && com_badlogic_gdx_utils_FloatArray_$resize__Lcom_badlogic_gdx_utils_FloatArray_2I_3F(this$static, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_FloatArray_size * $intern_636))); + return this$static.com_badlogic_gdx_utils_FloatArray_items; +} + +function com_badlogic_gdx_utils_FloatArray_$first__Lcom_badlogic_gdx_utils_FloatArray_2F(this$static){ + if (this$static.com_badlogic_gdx_utils_FloatArray_size == 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_638)); + return this$static.com_badlogic_gdx_utils_FloatArray_items[0]; +} + +function com_badlogic_gdx_utils_FloatArray_$get__Lcom_badlogic_gdx_utils_FloatArray_2IF(this$static, index_0){ + if (index_0 >= this$static.com_badlogic_gdx_utils_FloatArray_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_FloatArray_size)); + return this$static.com_badlogic_gdx_utils_FloatArray_items[index_0]; +} + +function com_badlogic_gdx_utils_FloatArray_$removeRange__Lcom_badlogic_gdx_utils_FloatArray_2IIV(this$static, end){ + var count, i, lastIndex, n; + n = this$static.com_badlogic_gdx_utils_FloatArray_size; + if (end >= n) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_642 + end + $intern_640 + this$static.com_badlogic_gdx_utils_FloatArray_size)); + if (1 > end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V("start can't be > end: 1 > " + end)); + count = end - 1 + 1; + lastIndex = n - count; + if (this$static.com_badlogic_gdx_utils_FloatArray_ordered) + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_FloatArray_items, 1 + count, this$static.com_badlogic_gdx_utils_FloatArray_items, 1, n - (1 + count)); + else { + i = $wnd.Math.max(lastIndex, end + 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_FloatArray_items, i, this$static.com_badlogic_gdx_utils_FloatArray_items, 1, n - i); + } + this$static.com_badlogic_gdx_utils_FloatArray_size = n - count; +} + +function com_badlogic_gdx_utils_FloatArray_$resize__Lcom_badlogic_gdx_utils_FloatArray_2I_3F(this$static, newSize){ + var items, newItems; + newItems = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, newSize, 15, 1); + items = this$static.com_badlogic_gdx_utils_FloatArray_items; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, 0, newItems, 0, $wnd.Math.min(this$static.com_badlogic_gdx_utils_FloatArray_size, newItems.length)); + this$static.com_badlogic_gdx_utils_FloatArray_items = newItems; + return newItems; +} + +function com_badlogic_gdx_utils_FloatArray_$truncate__Lcom_badlogic_gdx_utils_FloatArray_2IV(this$static, newSize){ + this$static.com_badlogic_gdx_utils_FloatArray_size > newSize && (this$static.com_badlogic_gdx_utils_FloatArray_size = newSize); +} + +function com_badlogic_gdx_utils_FloatArray_FloatArray__V(){ + this.com_badlogic_gdx_utils_FloatArray_ordered = true; + this.com_badlogic_gdx_utils_FloatArray_items = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 16, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(199, 1, {199:1}, com_badlogic_gdx_utils_FloatArray_FloatArray__V); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_FloatArray_equals__Ljava_lang_Object_2Z(object){ + var array, i, items1, items2, n; + if (object === this) + return true; + if (!this.com_badlogic_gdx_utils_FloatArray_ordered) + return false; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 199)) + return false; + array = object; + if (!array.com_badlogic_gdx_utils_FloatArray_ordered) + return false; + n = this.com_badlogic_gdx_utils_FloatArray_size; + if (n != array.com_badlogic_gdx_utils_FloatArray_size) + return false; + items1 = this.com_badlogic_gdx_utils_FloatArray_items; + items2 = array.com_badlogic_gdx_utils_FloatArray_items; + for (i = 0; i < n; i++) + if (items1[i] != items2[i]) + return false; + return true; +} +; +_.hashCode__I = function com_badlogic_gdx_utils_FloatArray_hashCode__I(){ + var h, i, items, n; + if (!this.com_badlogic_gdx_utils_FloatArray_ordered) + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); + items = this.com_badlogic_gdx_utils_FloatArray_items; + h = 1; + for (i = 0 , n = this.com_badlogic_gdx_utils_FloatArray_size; i < n; i++) + h = h * 31 + com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(items[i]); + return h; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_FloatArray_toString__Ljava_lang_String_2(){ + var buffer, i, items; + if (this.com_badlogic_gdx_utils_FloatArray_size == 0) + return $intern_6; + items = this.com_badlogic_gdx_utils_FloatArray_items; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(32); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 91; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2FLcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[0]); + for (i = 1; i < this.com_badlogic_gdx_utils_FloatArray_size; i++) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_15); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2FLcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[i]); + } + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 93; + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} +; +_.com_badlogic_gdx_utils_FloatArray_ordered = false; +_.com_badlogic_gdx_utils_FloatArray_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'FloatArray', 199, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_lang_Throwable_$$init__Ljava_lang_Throwable_2V(this$static){ + this$static.java_lang_Throwable_stackTrace = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StackTraceElement_12_1classLit, $intern_655, 231, 0, 0, 1); +} + +function java_lang_Throwable_$addSuppressed__Ljava_lang_Throwable_2Ljava_lang_Throwable_2V(this$static, exception){ + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2V(exception, 'Cannot suppress a null exception.'); + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZLjava_lang_Object_2V(exception != this$static, 'Exception can not suppress itself.'); + if (this$static.java_lang_Throwable_disableSuppression) { + return; + } + this$static.java_lang_Throwable_suppressedExceptions == null?(this$static.java_lang_Throwable_suppressedExceptions = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Throwable_12_1classLit, 1), $intern_655, 52, 0, [exception])):(this$static.java_lang_Throwable_suppressedExceptions[this$static.java_lang_Throwable_suppressedExceptions.length] = exception); +} + +function java_lang_Throwable_$fillInStackTrace__Ljava_lang_Throwable_2Ljava_lang_Throwable_2(this$static){ + if (this$static.java_lang_Throwable_writableStackTrace) { + this$static.java_lang_Throwable_backingJsObject !== $intern_656 && this$static.private$java_lang_Throwable$initializeBackingError__V(); + this$static.java_lang_Throwable_stackTrace = null; + } + return this$static; +} + +function java_lang_Throwable_$initCause__Ljava_lang_Throwable_2Ljava_lang_Throwable_2Ljava_lang_Throwable_2(this$static, cause){ + javaemul_internal_InternalPreconditions_checkCriticalState__ZLjava_lang_Object_2V(!this$static.java_lang_Throwable_cause, "Can't overwrite cause"); + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZLjava_lang_Object_2V(true, 'Self-causation not permitted'); + this$static.java_lang_Throwable_cause = cause; + return this$static; +} + +function java_lang_Throwable_$linkBack__Ljava_lang_Throwable_2Ljava_lang_Object_2V(this$static, error){ + if (error instanceof Object) { + try { + error.__java$exception = this$static; + if (navigator.userAgent.toLowerCase().indexOf('msie') != -1 && $doc.documentMode < 9) { + return; + } + var throwable = this$static; + Object.defineProperties(error, {cause:{get:function(){ + var cause = throwable.getCause__Ljava_lang_Throwable_2(); + return cause && cause.getBackingJsObject__Ljava_lang_Object_2(); + } + }, suppressed:{get:function(){ + return throwable.private$java_lang_Throwable$getBackingSuppressed___3Ljava_lang_Object_2(); + } + }}); + } + catch (ignored) { + } + } +} + +function java_lang_Throwable_$printStackTraceImpl__Ljava_lang_Throwable_2Ljava_io_PrintStream_2Ljava_lang_String_2Ljava_lang_String_2V(this$static, out, ident){ + var t, t$array, t$index, t$max, theCause; + String.fromCharCode(10); + java_lang_Throwable_$printStackTraceItems__Ljava_lang_Throwable_2Ljava_io_PrintStream_2Ljava_lang_String_2V(this$static); + for (t$array = (this$static.java_lang_Throwable_suppressedExceptions == null && (this$static.java_lang_Throwable_suppressedExceptions = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Throwable_12_1classLit, $intern_655, 52, 0, 0, 1)) , this$static.java_lang_Throwable_suppressedExceptions) , t$index = 0 , t$max = t$array.length; t$index < t$max; ++t$index) { + t = t$array[t$index]; + java_lang_Throwable_$printStackTraceImpl__Ljava_lang_Throwable_2Ljava_io_PrintStream_2Ljava_lang_String_2Ljava_lang_String_2V(t, out, '\t' + ident); + } + theCause = this$static.getCause__Ljava_lang_Throwable_2(); + !!theCause && java_lang_Throwable_$printStackTraceImpl__Ljava_lang_Throwable_2Ljava_io_PrintStream_2Ljava_lang_String_2Ljava_lang_String_2V(theCause, out, ident); +} + +function java_lang_Throwable_$printStackTraceItems__Ljava_lang_Throwable_2Ljava_io_PrintStream_2Ljava_lang_String_2V(this$static){ + var element$array, element$index, element$max; + for (element$array = (this$static.java_lang_Throwable_stackTrace == null && (this$static.java_lang_Throwable_stackTrace = com_google_gwt_core_client_impl_StackTraceCreator_constructJavaStackTrace__Ljava_lang_Throwable_2_3Ljava_lang_StackTraceElement_2(this$static)) , this$static.java_lang_Throwable_stackTrace) , element$index = 0 , element$max = element$array.length; element$index < element$max; ++element$index) { + String.fromCharCode(10); + } +} + +function java_lang_Throwable_$setBackingJsObject__Ljava_lang_Throwable_2Ljava_lang_Object_2V(this$static, backingJsObject){ + this$static.java_lang_Throwable_backingJsObject = backingJsObject; + java_lang_Throwable_$linkBack__Ljava_lang_Throwable_2Ljava_lang_Object_2V(this$static, backingJsObject); +} + +function java_lang_Throwable_$toString__Ljava_lang_Throwable_2Ljava_lang_String_2Ljava_lang_String_2(this$static, message){ + var className; + className = java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this$static.java_lang_Object__1_1_1clazz); + return message == null?className:className + $intern_38 + message; +} + +function java_lang_Throwable_Throwable__Ljava_lang_String_2V(message){ + java_lang_Throwable_$$init__Ljava_lang_Throwable_2V(this); + this.java_lang_Throwable_detailMessage = message; + java_lang_Throwable_$fillInStackTrace__Ljava_lang_Throwable_2Ljava_lang_Throwable_2(this); + this.private$java_lang_Throwable$initializeBackingError__V(); +} + +function java_lang_Throwable_Throwable__Ljava_lang_String_2Ljava_lang_Throwable_2V(message, cause){ + java_lang_Throwable_$$init__Ljava_lang_Throwable_2V(this); + this.java_lang_Throwable_cause = cause; + this.java_lang_Throwable_detailMessage = message; + java_lang_Throwable_$fillInStackTrace__Ljava_lang_Throwable_2Ljava_lang_Throwable_2(this); + this.private$java_lang_Throwable$initializeBackingError__V(); +} + +function java_lang_Throwable_fixIE__Ljava_lang_Object_2Ljava_lang_Object_2(e){ + if (!($intern_657 in e)) { + try { + throw e; + } + catch (ignored) { + } + } + return e; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(52, 1, $intern_658); +_.package_private$java_lang$createError__Ljava_lang_String_2Ljava_lang_Object_2 = function java_lang_Throwable_createError__Ljava_lang_String_2Ljava_lang_Object_2(msg){ + return new Error(msg); +} +; +_.getBackingJsObject__Ljava_lang_Object_2 = function java_lang_Throwable_getBackingJsObject__Ljava_lang_Object_2(){ + return this.java_lang_Throwable_backingJsObject; +} +; +_.private$java_lang_Throwable$getBackingSuppressed___3Ljava_lang_Object_2 = function java_lang_Throwable_getBackingSuppressed___3Ljava_lang_Object_2(){ + var i, result, suppressed; + suppressed = (this.java_lang_Throwable_suppressedExceptions == null && (this.java_lang_Throwable_suppressedExceptions = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Throwable_12_1classLit, $intern_655, 52, 0, 0, 1)) , this.java_lang_Throwable_suppressedExceptions); + result = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, suppressed.length, 5, 1); + for (i = 0; i < suppressed.length; i++) { + result[i] = suppressed[i].java_lang_Throwable_backingJsObject; + } + return result; +} +; +_.getCause__Ljava_lang_Throwable_2 = function java_lang_Throwable_getCause__Ljava_lang_Throwable_2(){ + return this.java_lang_Throwable_cause; +} +; +_.getMessage__Ljava_lang_String_2 = function java_lang_Throwable_getMessage__Ljava_lang_String_2(){ + return this.java_lang_Throwable_detailMessage; +} +; +_.private$java_lang_Throwable$initializeBackingError__V = function java_lang_Throwable_initializeBackingError__V(){ + java_lang_Throwable_$setBackingJsObject__Ljava_lang_Throwable_2Ljava_lang_Object_2V(this, java_lang_Throwable_fixIE__Ljava_lang_Object_2Ljava_lang_Object_2(this.package_private$java_lang$createError__Ljava_lang_String_2Ljava_lang_Object_2(java_lang_Throwable_$toString__Ljava_lang_Throwable_2Ljava_lang_String_2Ljava_lang_String_2(this, this.java_lang_Throwable_detailMessage)))); + com_google_gwt_core_client_impl_StackTraceCreator_captureStackTrace__Ljava_lang_Object_2V(this); +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Throwable_toString__Ljava_lang_String_2(){ + return java_lang_Throwable_$toString__Ljava_lang_Throwable_2Ljava_lang_String_2Ljava_lang_String_2(this, this.getMessage__Ljava_lang_String_2()); +} +; +_.java_lang_Throwable_backingJsObject = $intern_656; +_.java_lang_Throwable_disableSuppression = false; +_.java_lang_Throwable_writableStackTrace = true; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Throwable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Throwable', 52, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_lang_Exception_Exception__V(){ + java_lang_Throwable_$$init__Ljava_lang_Throwable_2V(this); + java_lang_Throwable_$fillInStackTrace__Ljava_lang_Throwable_2Ljava_lang_Throwable_2(this); + this.private$java_lang_Throwable$initializeBackingError__V(); +} + +function java_lang_Exception_Exception__Ljava_lang_String_2V(message){ + java_lang_Throwable_Throwable__Ljava_lang_String_2V.call(this, message); +} + +function java_lang_Exception_Exception__Ljava_lang_String_2Ljava_lang_Throwable_2V(message, cause){ + java_lang_Throwable_Throwable__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, message, cause); +} + +function java_lang_Exception_Exception__Ljava_lang_Throwable_2V(cause){ + java_lang_Throwable_$$init__Ljava_lang_Throwable_2V(this); + this.java_lang_Throwable_detailMessage = !cause?null:java_lang_Throwable_$toString__Ljava_lang_Throwable_2Ljava_lang_String_2Ljava_lang_String_2(cause, cause.getMessage__Ljava_lang_String_2()); + this.java_lang_Throwable_cause = cause; + java_lang_Throwable_$fillInStackTrace__Ljava_lang_Throwable_2Ljava_lang_Throwable_2(this); + this.private$java_lang_Throwable$initializeBackingError__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(51, 52, $intern_659); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Exception_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Exception', 51, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Throwable_12_1classLit); +function java_lang_RuntimeException_RuntimeException__V(){ + java_lang_Exception_Exception__V.call(this); +} + +function java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V(message){ + java_lang_Exception_Exception__Ljava_lang_String_2V.call(this, message); +} + +function java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V(message, cause){ + java_lang_Exception_Exception__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, message, cause); +} + +function java_lang_RuntimeException_RuntimeException__Ljava_lang_Throwable_2V(cause){ + java_lang_Exception_Exception__Ljava_lang_Throwable_2V.call(this, cause); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(31, 51, $intern_660, java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V, java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V, java_lang_RuntimeException_RuntimeException__Ljava_lang_Throwable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'RuntimeException', 31, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Exception_12_1classLit); +function com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V(message){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, message); +} + +function com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V(message, t){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, message, t); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(26, 31, {26:1, 3:1, 51:1, 31:1, 52:1}, com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V, com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1GdxRuntimeException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'GdxRuntimeException', 26, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IV(this$static, value_0){ + var items; + items = this$static.com_badlogic_gdx_utils_IntArray_items; + this$static.com_badlogic_gdx_utils_IntArray_size == items.length && (items = com_badlogic_gdx_utils_IntArray_$resize__Lcom_badlogic_gdx_utils_IntArray_2I_3I(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_IntArray_size * $intern_636)))); + items[this$static.com_badlogic_gdx_utils_IntArray_size++] = value_0; +} + +function com_badlogic_gdx_utils_IntArray_$add__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static, value1, value2){ + var items; + items = this$static.com_badlogic_gdx_utils_IntArray_items; + this$static.com_badlogic_gdx_utils_IntArray_size + 1 >= items.length && (items = com_badlogic_gdx_utils_IntArray_$resize__Lcom_badlogic_gdx_utils_IntArray_2I_3I(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_IntArray_size * $intern_636)))); + items[this$static.com_badlogic_gdx_utils_IntArray_size] = value1; + items[this$static.com_badlogic_gdx_utils_IntArray_size + 1] = value2; + this$static.com_badlogic_gdx_utils_IntArray_size += 2; +} + +function com_badlogic_gdx_utils_IntArray_$addAll__Lcom_badlogic_gdx_utils_IntArray_2_3IV(this$static, array){ + com_badlogic_gdx_utils_IntArray_$addAll__Lcom_badlogic_gdx_utils_IntArray_2_3IIIV(this$static, array, array.length); +} + +function com_badlogic_gdx_utils_IntArray_$addAll__Lcom_badlogic_gdx_utils_IntArray_2_3IIIV(this$static, array, length_0){ + var items, sizeNeeded; + items = this$static.com_badlogic_gdx_utils_IntArray_items; + sizeNeeded = this$static.com_badlogic_gdx_utils_IntArray_size + length_0; + sizeNeeded > items.length && (items = com_badlogic_gdx_utils_IntArray_$resize__Lcom_badlogic_gdx_utils_IntArray_2I_3I(this$static, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_IntArray_size * $intern_636)))); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(array, 0, items, this$static.com_badlogic_gdx_utils_IntArray_size, length_0); + this$static.com_badlogic_gdx_utils_IntArray_size += length_0; +} + +function com_badlogic_gdx_utils_IntArray_$ensureCapacity__Lcom_badlogic_gdx_utils_IntArray_2I_3I(this$static, additionalCapacity){ + var sizeNeeded; + if (additionalCapacity < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_637 + additionalCapacity)); + sizeNeeded = this$static.com_badlogic_gdx_utils_IntArray_size + additionalCapacity; + sizeNeeded > this$static.com_badlogic_gdx_utils_IntArray_items.length && com_badlogic_gdx_utils_IntArray_$resize__Lcom_badlogic_gdx_utils_IntArray_2I_3I(this$static, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_IntArray_size * $intern_636))); + return this$static.com_badlogic_gdx_utils_IntArray_items; +} + +function com_badlogic_gdx_utils_IntArray_$get__Lcom_badlogic_gdx_utils_IntArray_2II(this$static, index_0){ + if (index_0 >= this$static.com_badlogic_gdx_utils_IntArray_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_IntArray_size)); + return this$static.com_badlogic_gdx_utils_IntArray_items[index_0]; +} + +function com_badlogic_gdx_utils_IntArray_$incr__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static, index_0, value_0){ + if (index_0 >= this$static.com_badlogic_gdx_utils_IntArray_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_IntArray_size)); + this$static.com_badlogic_gdx_utils_IntArray_items[index_0] += value_0; +} + +function com_badlogic_gdx_utils_IntArray_$insert__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static, index_0, value_0){ + var items; + if (index_0 > this$static.com_badlogic_gdx_utils_IntArray_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_641 + index_0 + ' > ' + this$static.com_badlogic_gdx_utils_IntArray_size)); + items = this$static.com_badlogic_gdx_utils_IntArray_items; + this$static.com_badlogic_gdx_utils_IntArray_size == items.length && (items = com_badlogic_gdx_utils_IntArray_$resize__Lcom_badlogic_gdx_utils_IntArray_2I_3I(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_IntArray_size * $intern_636)))); + this$static.com_badlogic_gdx_utils_IntArray_ordered?java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, index_0, items, index_0 + 1, this$static.com_badlogic_gdx_utils_IntArray_size - index_0):(items[this$static.com_badlogic_gdx_utils_IntArray_size] = items[index_0]); + ++this$static.com_badlogic_gdx_utils_IntArray_size; + items[index_0] = value_0; +} + +function com_badlogic_gdx_utils_IntArray_$peek__Lcom_badlogic_gdx_utils_IntArray_2I(this$static){ + return this$static.com_badlogic_gdx_utils_IntArray_items[this$static.com_badlogic_gdx_utils_IntArray_size - 1]; +} + +function com_badlogic_gdx_utils_IntArray_$pop__Lcom_badlogic_gdx_utils_IntArray_2I(this$static){ + return this$static.com_badlogic_gdx_utils_IntArray_items[--this$static.com_badlogic_gdx_utils_IntArray_size]; +} + +function com_badlogic_gdx_utils_IntArray_$removeIndex__Lcom_badlogic_gdx_utils_IntArray_2II(this$static, index_0){ + var items, value_0; + if (index_0 >= this$static.com_badlogic_gdx_utils_IntArray_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_IntArray_size)); + items = this$static.com_badlogic_gdx_utils_IntArray_items; + value_0 = items[index_0]; + --this$static.com_badlogic_gdx_utils_IntArray_size; + this$static.com_badlogic_gdx_utils_IntArray_ordered?java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, index_0 + 1, items, index_0, this$static.com_badlogic_gdx_utils_IntArray_size - index_0):(items[index_0] = items[this$static.com_badlogic_gdx_utils_IntArray_size]); + return value_0; +} + +function com_badlogic_gdx_utils_IntArray_$resize__Lcom_badlogic_gdx_utils_IntArray_2I_3I(this$static, newSize){ + var items, newItems; + newItems = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newSize, 15, 1); + items = this$static.com_badlogic_gdx_utils_IntArray_items; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, 0, newItems, 0, $wnd.Math.min(this$static.com_badlogic_gdx_utils_IntArray_size, newItems.length)); + this$static.com_badlogic_gdx_utils_IntArray_items = newItems; + return newItems; +} + +function com_badlogic_gdx_utils_IntArray_$set__Lcom_badlogic_gdx_utils_IntArray_2IIV(this$static, index_0, value_0){ + if (index_0 >= this$static.com_badlogic_gdx_utils_IntArray_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_IntArray_size)); + this$static.com_badlogic_gdx_utils_IntArray_items[index_0] = value_0; +} + +function com_badlogic_gdx_utils_IntArray_$toArray__Lcom_badlogic_gdx_utils_IntArray_2_3I(this$static){ + var array; + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this$static.com_badlogic_gdx_utils_IntArray_size, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_IntArray_items, 0, array, 0, this$static.com_badlogic_gdx_utils_IntArray_size); + return array; +} + +function com_badlogic_gdx_utils_IntArray_IntArray__V(){ + com_badlogic_gdx_utils_IntArray_IntArray__ZIV.call(this, 16); +} + +function com_badlogic_gdx_utils_IntArray_IntArray__IV(capacity){ + com_badlogic_gdx_utils_IntArray_IntArray__ZIV.call(this, capacity); +} + +function com_badlogic_gdx_utils_IntArray_IntArray__ZIV(capacity){ + this.com_badlogic_gdx_utils_IntArray_ordered = true; + this.com_badlogic_gdx_utils_IntArray_items = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, capacity, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(104, 1, {104:1}, com_badlogic_gdx_utils_IntArray_IntArray__V, com_badlogic_gdx_utils_IntArray_IntArray__IV); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_IntArray_equals__Ljava_lang_Object_2Z(object){ + var array, i, items1, items2, n; + if (object === this) + return true; + if (!this.com_badlogic_gdx_utils_IntArray_ordered) + return false; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 104)) + return false; + array = object; + if (!array.com_badlogic_gdx_utils_IntArray_ordered) + return false; + n = this.com_badlogic_gdx_utils_IntArray_size; + if (n != array.com_badlogic_gdx_utils_IntArray_size) + return false; + items1 = this.com_badlogic_gdx_utils_IntArray_items; + items2 = array.com_badlogic_gdx_utils_IntArray_items; + for (i = 0; i < n; i++) + if (items1[i] != items2[i]) + return false; + return true; +} +; +_.hashCode__I = function com_badlogic_gdx_utils_IntArray_hashCode__I(){ + var h, i, items, n; + if (!this.com_badlogic_gdx_utils_IntArray_ordered) + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); + items = this.com_badlogic_gdx_utils_IntArray_items; + h = 1; + for (i = 0 , n = this.com_badlogic_gdx_utils_IntArray_size; i < n; i++) + h = h * 31 + items[i]; + return h; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_IntArray_toString__Ljava_lang_String_2(){ + var buffer, i, items; + if (this.com_badlogic_gdx_utils_IntArray_size == 0) + return $intern_6; + items = this.com_badlogic_gdx_utils_IntArray_items; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(32); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 91; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2IICLcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[0]); + for (i = 1; i < this.com_badlogic_gdx_utils_IntArray_size; i++) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_15); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2IICLcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[i]); + } + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 93; + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} +; +_.com_badlogic_gdx_utils_IntArray_ordered = false; +_.com_badlogic_gdx_utils_IntArray_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'IntArray', 104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_IntMap_$containsValue__Lcom_badlogic_gdx_utils_IntMap_2Ljava_lang_Object_2ZZ(this$static, value_0){ + var i, keyTable, valueTable; + valueTable = this$static.com_badlogic_gdx_utils_IntMap_valueTable; + if (!value_0) { + if (this$static.com_badlogic_gdx_utils_IntMap_hasZeroValue && this$static.com_badlogic_gdx_utils_IntMap_zeroValue == null) + return true; + keyTable = this$static.com_badlogic_gdx_utils_IntMap_keyTable; + for (i = valueTable.length - 1; i >= 0; i--) + if (keyTable[i] != 0 && valueTable[i] == null) + return true; + } + else { + if (this$static.com_badlogic_gdx_utils_IntMap_hasZeroValue && java_lang_Integer_$equals__Ljava_lang_Integer_2Ljava_lang_Object_2Z(value_0, this$static.com_badlogic_gdx_utils_IntMap_zeroValue)) + return true; + for (i = valueTable.length - 1; i >= 0; i--) + if (java_lang_Integer_$equals__Ljava_lang_Integer_2Ljava_lang_Object_2Z(value_0, valueTable[i])) + return true; + } + return false; +} + +function com_badlogic_gdx_utils_IntMap_$entries__Lcom_badlogic_gdx_utils_IntMap_2Lcom_badlogic_gdx_utils_IntMap$Entries_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_IntMap$Entries_IntMap$Entries__Lcom_badlogic_gdx_utils_IntMap_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_IntMap_entries1) { + this$static.com_badlogic_gdx_utils_IntMap_entries1 = new com_badlogic_gdx_utils_IntMap$Entries_IntMap$Entries__Lcom_badlogic_gdx_utils_IntMap_2V(this$static); + this$static.com_badlogic_gdx_utils_IntMap_entries2 = new com_badlogic_gdx_utils_IntMap$Entries_IntMap$Entries__Lcom_badlogic_gdx_utils_IntMap_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_IntMap_entries1.com_badlogic_gdx_utils_IntMap$MapIterator_valid) { + com_badlogic_gdx_utils_IntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this$static.com_badlogic_gdx_utils_IntMap_entries1); + this$static.com_badlogic_gdx_utils_IntMap_entries1.com_badlogic_gdx_utils_IntMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_IntMap_entries2.com_badlogic_gdx_utils_IntMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_IntMap_entries1; + } + com_badlogic_gdx_utils_IntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this$static.com_badlogic_gdx_utils_IntMap_entries2); + this$static.com_badlogic_gdx_utils_IntMap_entries2.com_badlogic_gdx_utils_IntMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_IntMap_entries1.com_badlogic_gdx_utils_IntMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_IntMap_entries2; +} + +function com_badlogic_gdx_utils_IntMap_$get__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(this$static, key){ + var i; + if (key == 0) + return this$static.com_badlogic_gdx_utils_IntMap_hasZeroValue?this$static.com_badlogic_gdx_utils_IntMap_zeroValue:null; + i = com_badlogic_gdx_utils_IntMap_$locateKey__Lcom_badlogic_gdx_utils_IntMap_2II(this$static, key); + return i >= 0?this$static.com_badlogic_gdx_utils_IntMap_valueTable[i]:null; +} + +function com_badlogic_gdx_utils_IntMap_$get__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static, key, defaultValue){ + var i; + if (key == 0) + return this$static.com_badlogic_gdx_utils_IntMap_hasZeroValue?this$static.com_badlogic_gdx_utils_IntMap_zeroValue:defaultValue; + i = com_badlogic_gdx_utils_IntMap_$locateKey__Lcom_badlogic_gdx_utils_IntMap_2II(this$static, key); + return i >= 0?this$static.com_badlogic_gdx_utils_IntMap_valueTable[i]:defaultValue; +} + +function com_badlogic_gdx_utils_IntMap_$locateKey__Lcom_badlogic_gdx_utils_IntMap_2II(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_badlogic_gdx_utils_IntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, $intern_661), this$static.com_badlogic_gdx_utils_IntMap_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_IntMap_mask) { + other = keyTable[i]; + if (other == 0) + return -(i + 1); + if (other == key) + return i; + } +} + +function com_badlogic_gdx_utils_IntMap_$place__Lcom_badlogic_gdx_utils_IntMap_2II(this$static, item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(item_0, $intern_661), this$static.com_badlogic_gdx_utils_IntMap_shift)); +} + +function com_badlogic_gdx_utils_IntMap_$put__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + var i, oldValue; + if (key == 0) { + oldValue = this$static.com_badlogic_gdx_utils_IntMap_zeroValue; + this$static.com_badlogic_gdx_utils_IntMap_zeroValue = value_0; + if (!this$static.com_badlogic_gdx_utils_IntMap_hasZeroValue) { + this$static.com_badlogic_gdx_utils_IntMap_hasZeroValue = true; + ++this$static.com_badlogic_gdx_utils_IntMap_size; + } + return oldValue; + } + i = com_badlogic_gdx_utils_IntMap_$locateKey__Lcom_badlogic_gdx_utils_IntMap_2II(this$static, key); + if (i >= 0) { + oldValue = this$static.com_badlogic_gdx_utils_IntMap_valueTable[i]; + this$static.com_badlogic_gdx_utils_IntMap_valueTable[i] = value_0; + return oldValue; + } + i = -(i + 1); + this$static.com_badlogic_gdx_utils_IntMap_keyTable[i] = key; + this$static.com_badlogic_gdx_utils_IntMap_valueTable[i] = value_0; + ++this$static.com_badlogic_gdx_utils_IntMap_size >= this$static.com_badlogic_gdx_utils_IntMap_threshold && com_badlogic_gdx_utils_IntMap_$resize__Lcom_badlogic_gdx_utils_IntMap_2IV(this$static, this$static.com_badlogic_gdx_utils_IntMap_keyTable.length << 1); + return null; +} + +function com_badlogic_gdx_utils_IntMap_$putResize__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2V(this$static, key, value_0){ + var i, keyTable; + keyTable = this$static.com_badlogic_gdx_utils_IntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, $intern_661), this$static.com_badlogic_gdx_utils_IntMap_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_IntMap_mask) { + if (keyTable[i] == 0) { + keyTable[i] = key; + this$static.com_badlogic_gdx_utils_IntMap_valueTable[i] = value_0; + return; + } + } +} + +function com_badlogic_gdx_utils_IntMap_$remove__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(this$static, key){ + var i, keyTable, mask, next, oldValue, oldValue0, placement, valueTable; + if (key == 0) { + if (!this$static.com_badlogic_gdx_utils_IntMap_hasZeroValue) + return null; + this$static.com_badlogic_gdx_utils_IntMap_hasZeroValue = false; + oldValue0 = this$static.com_badlogic_gdx_utils_IntMap_zeroValue; + this$static.com_badlogic_gdx_utils_IntMap_zeroValue = null; + --this$static.com_badlogic_gdx_utils_IntMap_size; + return oldValue0; + } + i = com_badlogic_gdx_utils_IntMap_$locateKey__Lcom_badlogic_gdx_utils_IntMap_2II(this$static, key); + if (i < 0) + return null; + keyTable = this$static.com_badlogic_gdx_utils_IntMap_keyTable; + valueTable = this$static.com_badlogic_gdx_utils_IntMap_valueTable; + oldValue = valueTable[i]; + mask = this$static.com_badlogic_gdx_utils_IntMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != 0) { + placement = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, $intern_661), this$static.com_badlogic_gdx_utils_IntMap_shift)); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = 0; + valueTable[i] = null; + --this$static.com_badlogic_gdx_utils_IntMap_size; + return oldValue; +} + +function com_badlogic_gdx_utils_IntMap_$resize__Lcom_badlogic_gdx_utils_IntMap_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable, oldValueTable; + oldCapacity = this$static.com_badlogic_gdx_utils_IntMap_keyTable.length; + this$static.com_badlogic_gdx_utils_IntMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_badlogic_gdx_utils_IntMap_loadFactor); + this$static.com_badlogic_gdx_utils_IntMap_mask = newSize - 1; + this$static.com_badlogic_gdx_utils_IntMap_shift = java_lang_Long_numberOfLeadingZeros__JI(this$static.com_badlogic_gdx_utils_IntMap_mask); + oldKeyTable = this$static.com_badlogic_gdx_utils_IntMap_keyTable; + oldValueTable = this$static.com_badlogic_gdx_utils_IntMap_valueTable; + this$static.com_badlogic_gdx_utils_IntMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newSize, 15, 1); + this$static.com_badlogic_gdx_utils_IntMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + if (this$static.com_badlogic_gdx_utils_IntMap_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != 0 && com_badlogic_gdx_utils_IntMap_$putResize__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2V(this$static, key, oldValueTable[i]); + } + } +} + +function com_badlogic_gdx_utils_IntMap_$values__Lcom_badlogic_gdx_utils_IntMap_2Lcom_badlogic_gdx_utils_IntMap$Values_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_IntMap$Values_IntMap$Values__Lcom_badlogic_gdx_utils_IntMap_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_IntMap_values1) { + this$static.com_badlogic_gdx_utils_IntMap_values1 = new com_badlogic_gdx_utils_IntMap$Values_IntMap$Values__Lcom_badlogic_gdx_utils_IntMap_2V(this$static); + this$static.com_badlogic_gdx_utils_IntMap_values2 = new com_badlogic_gdx_utils_IntMap$Values_IntMap$Values__Lcom_badlogic_gdx_utils_IntMap_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_IntMap_values1.com_badlogic_gdx_utils_IntMap$MapIterator_valid) { + com_badlogic_gdx_utils_IntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this$static.com_badlogic_gdx_utils_IntMap_values1); + this$static.com_badlogic_gdx_utils_IntMap_values1.com_badlogic_gdx_utils_IntMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_IntMap_values2.com_badlogic_gdx_utils_IntMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_IntMap_values1; + } + com_badlogic_gdx_utils_IntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this$static.com_badlogic_gdx_utils_IntMap_values2); + this$static.com_badlogic_gdx_utils_IntMap_values2.com_badlogic_gdx_utils_IntMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_IntMap_values1.com_badlogic_gdx_utils_IntMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_IntMap_values2; +} + +function com_badlogic_gdx_utils_IntMap_IntMap__V(){ + com_badlogic_gdx_utils_IntMap_IntMap__IFV.call(this, 51); +} + +function com_badlogic_gdx_utils_IntMap_IntMap__IV(){ + com_badlogic_gdx_utils_IntMap_IntMap__IFV.call(this, 20); +} + +function com_badlogic_gdx_utils_IntMap_IntMap__IFV(initialCapacity){ + var tableSize; + this.com_badlogic_gdx_utils_IntMap_loadFactor = $intern_662; + tableSize = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(initialCapacity, $intern_662); + this.com_badlogic_gdx_utils_IntMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(tableSize * $intern_662); + this.com_badlogic_gdx_utils_IntMap_mask = tableSize - 1; + this.com_badlogic_gdx_utils_IntMap_shift = java_lang_Long_numberOfLeadingZeros__JI(this.com_badlogic_gdx_utils_IntMap_mask); + this.com_badlogic_gdx_utils_IntMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, tableSize, 15, 1); + this.com_badlogic_gdx_utils_IntMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(247, 1, {247:1, 29:1}, com_badlogic_gdx_utils_IntMap_IntMap__V, com_badlogic_gdx_utils_IntMap_IntMap__IV); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_IntMap_equals__Ljava_lang_Object_2Z(obj){ + var i, key, keyTable, n, other, value_0, valueTable; + if (obj === this) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 247)) + return false; + other = obj; + if (other.com_badlogic_gdx_utils_IntMap_size != this.com_badlogic_gdx_utils_IntMap_size) + return false; + if (other.com_badlogic_gdx_utils_IntMap_hasZeroValue != this.com_badlogic_gdx_utils_IntMap_hasZeroValue) + return false; + if (this.com_badlogic_gdx_utils_IntMap_hasZeroValue) { + if (other.com_badlogic_gdx_utils_IntMap_zeroValue == null) { + if (this.com_badlogic_gdx_utils_IntMap_zeroValue != null) + return false; + } + else { + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(other.com_badlogic_gdx_utils_IntMap_zeroValue, this.com_badlogic_gdx_utils_IntMap_zeroValue)) + return false; + } + } + keyTable = this.com_badlogic_gdx_utils_IntMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_IntMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != 0) { + value_0 = valueTable[i]; + if (value_0 == null) { + if (com_badlogic_gdx_utils_IntMap_$get__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2Ljava_lang_Object_2(other, key, (com_badlogic_gdx_utils_ObjectMap_$clinit__V() , com_badlogic_gdx_utils_ObjectMap_dummy)) != null) + return false; + } + else { + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, com_badlogic_gdx_utils_IntMap_$get__Lcom_badlogic_gdx_utils_IntMap_2ILjava_lang_Object_2(other, key))) + return false; + } + } + } + return true; +} +; +_.hashCode__I = function com_badlogic_gdx_utils_IntMap_hashCode__I(){ + var h, i, key, keyTable, n, value_0, valueTable; + h = this.com_badlogic_gdx_utils_IntMap_size; + this.com_badlogic_gdx_utils_IntMap_hasZeroValue && this.com_badlogic_gdx_utils_IntMap_zeroValue != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.com_badlogic_gdx_utils_IntMap_zeroValue)); + keyTable = this.com_badlogic_gdx_utils_IntMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_IntMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != 0) { + h += key * 31; + value_0 = valueTable[i]; + value_0 != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(value_0)); + } + } + return h; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_IntMap_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_IntMap_$entries__Lcom_badlogic_gdx_utils_IntMap_2Lcom_badlogic_gdx_utils_IntMap$Entries_2(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_IntMap_toString__Ljava_lang_String_2(){ + var buffer, i, key, keyTable, valueTable; + if (this.com_badlogic_gdx_utils_IntMap_size == 0) + return $intern_6; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + buffer.java_lang_AbstractStringBuilder_string += '['; + keyTable = this.com_badlogic_gdx_utils_IntMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_IntMap_valueTable; + i = keyTable.length; + if (this.com_badlogic_gdx_utils_IntMap_hasZeroValue) { + buffer.java_lang_AbstractStringBuilder_string += '0='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, this.com_badlogic_gdx_utils_IntMap_zeroValue); + } + else { + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) + continue; + buffer.java_lang_AbstractStringBuilder_string += key; + buffer.java_lang_AbstractStringBuilder_string += '='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, valueTable[i]); + break; + } + } + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) + continue; + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + buffer.java_lang_AbstractStringBuilder_string += key; + buffer.java_lang_AbstractStringBuilder_string += '='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, valueTable[i]); + } + buffer.java_lang_AbstractStringBuilder_string += ']'; + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.com_badlogic_gdx_utils_IntMap_hasZeroValue = false; +_.com_badlogic_gdx_utils_IntMap_loadFactor = 0; +_.com_badlogic_gdx_utils_IntMap_mask = 0; +_.com_badlogic_gdx_utils_IntMap_shift = 0; +_.com_badlogic_gdx_utils_IntMap_size = 0; +_.com_badlogic_gdx_utils_IntMap_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'IntMap', 247, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_IntMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_keyTable; + for (n = keyTable.length; ++this$static.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex < n;) { + if (keyTable[this$static.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex] != 0) { + this$static.com_badlogic_gdx_utils_IntMap$MapIterator_hasNext = true; + return; + } + } + this$static.com_badlogic_gdx_utils_IntMap$MapIterator_hasNext = false; +} + +function com_badlogic_gdx_utils_IntMap$MapIterator_$remove__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this$static){ + var i, key, keyTable, mask, next, placement, valueTable; + i = this$static.com_badlogic_gdx_utils_IntMap$MapIterator_currentIndex; + if (i == -1 && this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_hasZeroValue) { + this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_hasZeroValue = false; + this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_zeroValue = null; + } + else if (i < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + else { + keyTable = this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_keyTable; + valueTable = this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_valueTable; + mask = this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != 0) { + placement = com_badlogic_gdx_utils_IntMap_$place__Lcom_badlogic_gdx_utils_IntMap_2II(this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map, key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = 0; + valueTable[i] = null; + i != this$static.com_badlogic_gdx_utils_IntMap$MapIterator_currentIndex && --this$static.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex; + } + this$static.com_badlogic_gdx_utils_IntMap$MapIterator_currentIndex = -2; + --this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_size; +} + +function com_badlogic_gdx_utils_IntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this$static){ + this$static.com_badlogic_gdx_utils_IntMap$MapIterator_currentIndex = -2; + this$static.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex = -1; + this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_hasZeroValue?(this$static.com_badlogic_gdx_utils_IntMap$MapIterator_hasNext = true):com_badlogic_gdx_utils_IntMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this$static); +} + +function com_badlogic_gdx_utils_IntMap$MapIterator_IntMap$MapIterator__Lcom_badlogic_gdx_utils_IntMap_2V(map_0){ + this.com_badlogic_gdx_utils_IntMap$MapIterator_map = map_0; + com_badlogic_gdx_utils_IntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(754, 1, {}); +_.com_badlogic_gdx_utils_IntMap$MapIterator_currentIndex = 0; +_.com_badlogic_gdx_utils_IntMap$MapIterator_hasNext = false; +_.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex = 0; +_.com_badlogic_gdx_utils_IntMap$MapIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntMap$MapIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'IntMap/MapIterator', 754, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_IntMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_IntMap$Entries_2Z(this$static){ + if (!this$static.com_badlogic_gdx_utils_IntMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this$static.com_badlogic_gdx_utils_IntMap$MapIterator_hasNext; +} + +function com_badlogic_gdx_utils_IntMap$Entries_$next__Lcom_badlogic_gdx_utils_IntMap$Entries_2Lcom_badlogic_gdx_utils_IntMap$Entry_2(this$static){ + var keyTable; + if (!this$static.com_badlogic_gdx_utils_IntMap$MapIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this$static.com_badlogic_gdx_utils_IntMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + keyTable = this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_keyTable; + if (this$static.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex == -1) { + this$static.com_badlogic_gdx_utils_IntMap$Entries_entry.com_badlogic_gdx_utils_IntMap$Entry_key = 0; + this$static.com_badlogic_gdx_utils_IntMap$Entries_entry.com_badlogic_gdx_utils_IntMap$Entry_value = this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_zeroValue; + } + else { + this$static.com_badlogic_gdx_utils_IntMap$Entries_entry.com_badlogic_gdx_utils_IntMap$Entry_key = keyTable[this$static.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex]; + this$static.com_badlogic_gdx_utils_IntMap$Entries_entry.com_badlogic_gdx_utils_IntMap$Entry_value = this$static.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_valueTable[this$static.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex]; + } + this$static.com_badlogic_gdx_utils_IntMap$MapIterator_currentIndex = this$static.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex; + com_badlogic_gdx_utils_IntMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this$static); + return this$static.com_badlogic_gdx_utils_IntMap$Entries_entry; +} + +function com_badlogic_gdx_utils_IntMap$Entries_IntMap$Entries__Lcom_badlogic_gdx_utils_IntMap_2V(map_0){ + com_badlogic_gdx_utils_IntMap$MapIterator_IntMap$MapIterator__Lcom_badlogic_gdx_utils_IntMap_2V.call(this, map_0); + this.com_badlogic_gdx_utils_IntMap$Entries_entry = new com_badlogic_gdx_utils_IntMap$Entry_IntMap$Entry__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(661, 754, $intern_119, com_badlogic_gdx_utils_IntMap$Entries_IntMap$Entries__Lcom_badlogic_gdx_utils_IntMap_2V); +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_IntMap$Entries_next__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_IntMap$Entries_$next__Lcom_badlogic_gdx_utils_IntMap$Entries_2Lcom_badlogic_gdx_utils_IntMap$Entry_2(this); +} +; +_.remove__V = function com_badlogic_gdx_utils_IntMap$Entries_remove__V(){ + com_badlogic_gdx_utils_IntMap$MapIterator_$remove__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this); +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_IntMap$Entries_hasNext__Z(){ + return com_badlogic_gdx_utils_IntMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_IntMap$Entries_2Z(this); +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_IntMap$Entries_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntMap$Entries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'IntMap/Entries', 661, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntMap$MapIterator_12_1classLit); +function com_badlogic_gdx_utils_IntMap$Entry_IntMap$Entry__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1044, 1, {}, com_badlogic_gdx_utils_IntMap$Entry_IntMap$Entry__V); +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_IntMap$Entry_toString__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_utils_IntMap$Entry_key + '=' + this.com_badlogic_gdx_utils_IntMap$Entry_value; +} +; +_.com_badlogic_gdx_utils_IntMap$Entry_key = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntMap$Entry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'IntMap/Entry', 1044, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_IntMap$Values_IntMap$Values__Lcom_badlogic_gdx_utils_IntMap_2V(map_0){ + com_badlogic_gdx_utils_IntMap$MapIterator_IntMap$MapIterator__Lcom_badlogic_gdx_utils_IntMap_2V.call(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(662, 754, $intern_119, com_badlogic_gdx_utils_IntMap$Values_IntMap$Values__Lcom_badlogic_gdx_utils_IntMap_2V); +_.remove__V = function com_badlogic_gdx_utils_IntMap$Values_remove__V(){ + com_badlogic_gdx_utils_IntMap$MapIterator_$remove__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this); +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_IntMap$Values_hasNext__Z(){ + if (!this.com_badlogic_gdx_utils_IntMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this.com_badlogic_gdx_utils_IntMap$MapIterator_hasNext; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_IntMap$Values_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_IntMap$Values_next__Ljava_lang_Object_2(){ + var value_0; + if (!this.com_badlogic_gdx_utils_IntMap$MapIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this.com_badlogic_gdx_utils_IntMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + this.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex == -1?(value_0 = this.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_zeroValue):(value_0 = this.com_badlogic_gdx_utils_IntMap$MapIterator_map.com_badlogic_gdx_utils_IntMap_valueTable[this.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex]); + this.com_badlogic_gdx_utils_IntMap$MapIterator_currentIndex = this.com_badlogic_gdx_utils_IntMap$MapIterator_nextIndex; + com_badlogic_gdx_utils_IntMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_IntMap$MapIterator_2V(this); + return value_0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntMap$Values_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'IntMap/Values', 662, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntMap$MapIterator_12_1classLit); +function com_badlogic_gdx_utils_IntSet_$add__Lcom_badlogic_gdx_utils_IntSet_2IZ(this$static, key){ + var i; + if (key == 0) { + if (this$static.com_badlogic_gdx_utils_IntSet_hasZeroValue) + return false; + this$static.com_badlogic_gdx_utils_IntSet_hasZeroValue = true; + ++this$static.com_badlogic_gdx_utils_IntSet_size; + return true; + } + i = com_badlogic_gdx_utils_IntSet_$locateKey__Lcom_badlogic_gdx_utils_IntSet_2II(this$static, key); + if (i >= 0) + return false; + i = -(i + 1); + this$static.com_badlogic_gdx_utils_IntSet_keyTable[i] = key; + ++this$static.com_badlogic_gdx_utils_IntSet_size >= this$static.com_badlogic_gdx_utils_IntSet_threshold && com_badlogic_gdx_utils_IntSet_$resize__Lcom_badlogic_gdx_utils_IntSet_2IV(this$static, this$static.com_badlogic_gdx_utils_IntSet_keyTable.length << 1); + return true; +} + +function com_badlogic_gdx_utils_IntSet_$addResize__Lcom_badlogic_gdx_utils_IntSet_2IV(this$static, key){ + var i, keyTable; + keyTable = this$static.com_badlogic_gdx_utils_IntSet_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, $intern_661), this$static.com_badlogic_gdx_utils_IntSet_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_IntSet_mask) { + if (keyTable[i] == 0) { + keyTable[i] = key; + return; + } + } +} + +function com_badlogic_gdx_utils_IntSet_$contains__Lcom_badlogic_gdx_utils_IntSet_2IZ(this$static, key){ + if (key == 0) + return this$static.com_badlogic_gdx_utils_IntSet_hasZeroValue; + return com_badlogic_gdx_utils_IntSet_$locateKey__Lcom_badlogic_gdx_utils_IntSet_2II(this$static, key) >= 0; +} + +function com_badlogic_gdx_utils_IntSet_$iterator__Lcom_badlogic_gdx_utils_IntSet_2Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_IntSet$IntSetIterator_IntSet$IntSetIterator__Lcom_badlogic_gdx_utils_IntSet_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_IntSet_iterator1) { + this$static.com_badlogic_gdx_utils_IntSet_iterator1 = new com_badlogic_gdx_utils_IntSet$IntSetIterator_IntSet$IntSetIterator__Lcom_badlogic_gdx_utils_IntSet_2V(this$static); + this$static.com_badlogic_gdx_utils_IntSet_iterator2 = new com_badlogic_gdx_utils_IntSet$IntSetIterator_IntSet$IntSetIterator__Lcom_badlogic_gdx_utils_IntSet_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_IntSet_iterator1.com_badlogic_gdx_utils_IntSet$IntSetIterator_valid) { + com_badlogic_gdx_utils_IntSet$IntSetIterator_$reset__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2V(this$static.com_badlogic_gdx_utils_IntSet_iterator1); + this$static.com_badlogic_gdx_utils_IntSet_iterator1.com_badlogic_gdx_utils_IntSet$IntSetIterator_valid = true; + this$static.com_badlogic_gdx_utils_IntSet_iterator2.com_badlogic_gdx_utils_IntSet$IntSetIterator_valid = false; + return this$static.com_badlogic_gdx_utils_IntSet_iterator1; + } + com_badlogic_gdx_utils_IntSet$IntSetIterator_$reset__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2V(this$static.com_badlogic_gdx_utils_IntSet_iterator2); + this$static.com_badlogic_gdx_utils_IntSet_iterator2.com_badlogic_gdx_utils_IntSet$IntSetIterator_valid = true; + this$static.com_badlogic_gdx_utils_IntSet_iterator1.com_badlogic_gdx_utils_IntSet$IntSetIterator_valid = false; + return this$static.com_badlogic_gdx_utils_IntSet_iterator2; +} + +function com_badlogic_gdx_utils_IntSet_$locateKey__Lcom_badlogic_gdx_utils_IntSet_2II(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_badlogic_gdx_utils_IntSet_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, $intern_661), this$static.com_badlogic_gdx_utils_IntSet_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_IntSet_mask) { + other = keyTable[i]; + if (other == 0) + return -(i + 1); + if (other == key) + return i; + } +} + +function com_badlogic_gdx_utils_IntSet_$remove__Lcom_badlogic_gdx_utils_IntSet_2IZ(this$static, key){ + var i, keyTable, mask, next, placement; + if (key == 0) { + if (!this$static.com_badlogic_gdx_utils_IntSet_hasZeroValue) + return false; + this$static.com_badlogic_gdx_utils_IntSet_hasZeroValue = false; + --this$static.com_badlogic_gdx_utils_IntSet_size; + return true; + } + i = com_badlogic_gdx_utils_IntSet_$locateKey__Lcom_badlogic_gdx_utils_IntSet_2II(this$static, key); + if (i < 0) + return false; + keyTable = this$static.com_badlogic_gdx_utils_IntSet_keyTable; + mask = this$static.com_badlogic_gdx_utils_IntSet_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != 0) { + placement = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, $intern_661), this$static.com_badlogic_gdx_utils_IntSet_shift)); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = 0; + --this$static.com_badlogic_gdx_utils_IntSet_size; + return true; +} + +function com_badlogic_gdx_utils_IntSet_$resize__Lcom_badlogic_gdx_utils_IntSet_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable; + oldCapacity = this$static.com_badlogic_gdx_utils_IntSet_keyTable.length; + this$static.com_badlogic_gdx_utils_IntSet_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_badlogic_gdx_utils_IntSet_loadFactor); + this$static.com_badlogic_gdx_utils_IntSet_mask = newSize - 1; + this$static.com_badlogic_gdx_utils_IntSet_shift = java_lang_Long_numberOfLeadingZeros__JI(this$static.com_badlogic_gdx_utils_IntSet_mask); + oldKeyTable = this$static.com_badlogic_gdx_utils_IntSet_keyTable; + this$static.com_badlogic_gdx_utils_IntSet_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newSize, 15, 1); + if (this$static.com_badlogic_gdx_utils_IntSet_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != 0 && com_badlogic_gdx_utils_IntSet_$addResize__Lcom_badlogic_gdx_utils_IntSet_2IV(this$static, key); + } + } +} + +function com_badlogic_gdx_utils_IntSet_IntSet__V(){ + var com_badlogic_gdx_utils_IntSet_IntSet__IFV_tableSize_0; + this.com_badlogic_gdx_utils_IntSet_loadFactor = $intern_662; + com_badlogic_gdx_utils_IntSet_IntSet__IFV_tableSize_0 = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(51, $intern_662); + this.com_badlogic_gdx_utils_IntSet_threshold = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_utils_IntSet_IntSet__IFV_tableSize_0 * $intern_662); + this.com_badlogic_gdx_utils_IntSet_mask = com_badlogic_gdx_utils_IntSet_IntSet__IFV_tableSize_0 - 1; + this.com_badlogic_gdx_utils_IntSet_shift = java_lang_Long_numberOfLeadingZeros__JI(com_google_gwt_lang_LongLib_fromInt__ILcom_google_gwt_lang_LongLib$LongEmul_2(this.com_badlogic_gdx_utils_IntSet_mask)); + this.com_badlogic_gdx_utils_IntSet_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, com_badlogic_gdx_utils_IntSet_IntSet__IFV_tableSize_0, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(255, 1, {255:1}, com_badlogic_gdx_utils_IntSet_IntSet__V); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_IntSet_equals__Ljava_lang_Object_2Z(obj){ + var i, keyTable, n, other; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 255)) + return false; + other = obj; + if (other.com_badlogic_gdx_utils_IntSet_size != this.com_badlogic_gdx_utils_IntSet_size) + return false; + if (other.com_badlogic_gdx_utils_IntSet_hasZeroValue != this.com_badlogic_gdx_utils_IntSet_hasZeroValue) + return false; + keyTable = this.com_badlogic_gdx_utils_IntSet_keyTable; + for (i = 0 , n = keyTable.length; i < n; i++) + if (keyTable[i] != 0 && !com_badlogic_gdx_utils_IntSet_$contains__Lcom_badlogic_gdx_utils_IntSet_2IZ(other, keyTable[i])) + return false; + return true; +} +; +_.hashCode__I = function com_badlogic_gdx_utils_IntSet_hashCode__I(){ + var h, i, key, keyTable, n; + h = this.com_badlogic_gdx_utils_IntSet_size; + keyTable = this.com_badlogic_gdx_utils_IntSet_keyTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + key != 0 && (h += key); + } + return h; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_IntSet_toString__Ljava_lang_String_2(){ + var buffer, i, key, keyTable; + if (this.com_badlogic_gdx_utils_IntSet_size == 0) + return $intern_6; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + buffer.java_lang_AbstractStringBuilder_string += '['; + keyTable = this.com_badlogic_gdx_utils_IntSet_keyTable; + i = keyTable.length; + if (this.com_badlogic_gdx_utils_IntSet_hasZeroValue) + buffer.java_lang_AbstractStringBuilder_string += '0'; + else { + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) + continue; + buffer.java_lang_AbstractStringBuilder_string += key; + break; + } + } + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) + continue; + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + buffer.java_lang_AbstractStringBuilder_string += key; + } + buffer.java_lang_AbstractStringBuilder_string += ']'; + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.com_badlogic_gdx_utils_IntSet_hasZeroValue = false; +_.com_badlogic_gdx_utils_IntSet_loadFactor = 0; +_.com_badlogic_gdx_utils_IntSet_mask = 0; +_.com_badlogic_gdx_utils_IntSet_shift = 0; +_.com_badlogic_gdx_utils_IntSet_size = 0; +_.com_badlogic_gdx_utils_IntSet_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'IntSet', 255, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_IntSet$IntSetIterator_$findNextIndex__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_set.com_badlogic_gdx_utils_IntSet_keyTable; + for (n = keyTable.length; ++this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_nextIndex < n;) { + if (keyTable[this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_nextIndex] != 0) { + this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_hasNext = true; + return; + } + } + this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_hasNext = false; +} + +function com_badlogic_gdx_utils_IntSet$IntSetIterator_$next__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2I(this$static){ + var key; + if (!this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + key = this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_nextIndex == -1?0:this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_set.com_badlogic_gdx_utils_IntSet_keyTable[this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_nextIndex]; + com_badlogic_gdx_utils_IntSet$IntSetIterator_$findNextIndex__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2V(this$static); + return key; +} + +function com_badlogic_gdx_utils_IntSet$IntSetIterator_$reset__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2V(this$static){ + this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_nextIndex = -1; + this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_set.com_badlogic_gdx_utils_IntSet_hasZeroValue?(this$static.com_badlogic_gdx_utils_IntSet$IntSetIterator_hasNext = true):com_badlogic_gdx_utils_IntSet$IntSetIterator_$findNextIndex__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2V(this$static); +} + +function com_badlogic_gdx_utils_IntSet$IntSetIterator_IntSet$IntSetIterator__Lcom_badlogic_gdx_utils_IntSet_2V(set_0){ + this.com_badlogic_gdx_utils_IntSet$IntSetIterator_set = set_0; + this.com_badlogic_gdx_utils_IntSet$IntSetIterator_nextIndex = -1; + this.com_badlogic_gdx_utils_IntSet$IntSetIterator_set.com_badlogic_gdx_utils_IntSet_hasZeroValue?(this.com_badlogic_gdx_utils_IntSet$IntSetIterator_hasNext = true):com_badlogic_gdx_utils_IntSet$IntSetIterator_$findNextIndex__Lcom_badlogic_gdx_utils_IntSet$IntSetIterator_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(664, 1, {}, com_badlogic_gdx_utils_IntSet$IntSetIterator_IntSet$IntSetIterator__Lcom_badlogic_gdx_utils_IntSet_2V); +_.com_badlogic_gdx_utils_IntSet$IntSetIterator_hasNext = false; +_.com_badlogic_gdx_utils_IntSet$IntSetIterator_nextIndex = 0; +_.com_badlogic_gdx_utils_IntSet$IntSetIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntSet$IntSetIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'IntSet/IntSetIterator', 664, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Json$FieldMetadata_Json$FieldMetadata__Lcom_badlogic_gdx_utils_reflect_Field_2V(field){ + var elementType, index_0; + this.com_badlogic_gdx_utils_Json$FieldMetadata_field = field; + index_0 = com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_type).com_badlogic_gwtref_client_Type_clazz) || com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_type).com_badlogic_gwtref_client_Type_clazz)?1:0; + this.com_badlogic_gdx_utils_Json$FieldMetadata_elementType = (elementType = com_badlogic_gwtref_client_Field_$getElementType__Lcom_badlogic_gwtref_client_Field_2ILcom_badlogic_gwtref_client_Type_2(field.com_badlogic_gdx_utils_reflect_Field_field, index_0) , elementType?elementType.com_badlogic_gwtref_client_Type_clazz:null); + this.com_badlogic_gdx_utils_Json$FieldMetadata_deprecated = com_badlogic_gdx_utils_reflect_Field_$isAnnotationPresent__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Class_2Z(field, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Deprecated_12_1classLit); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(742, 1, {742:1}, com_badlogic_gdx_utils_Json$FieldMetadata_Json$FieldMetadata__Lcom_badlogic_gdx_utils_reflect_Field_2V); +_.com_badlogic_gdx_utils_Json$FieldMetadata_deprecated = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$FieldMetadata_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Json/FieldMetadata', 742, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_JsonReader_$clinit__V(){ + com_badlogic_gdx_utils_JsonReader_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_JsonReader__1json_1actions = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 1, 6, 1, 7, 1, 8, 2, 0, 7, 2, 0, 8, 2, 1, 3, 2, 1, 5]); + com_badlogic_gdx_utils_JsonReader__1json_1key_1offsets = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), $intern_183, 9, 15, [0, 0, 11, 13, 14, 16, 25, 31, 37, 39, 50, 57, 64, 73, 74, 83, 85, 87, 96, 98, 100, 101, 103, 105, 116, 123, 130, 141, 142, 153, 155, 157, 168, 170, 172, 174, 179, 184, 184]); + com_badlogic_gdx_utils_JsonReader__1json_1trans_1keys = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 42, 47, 34, 42, 47, 13, 32, 34, 44, 47, 58, 125, 9, 10, 13, 32, 47, 58, 9, 10, 13, 32, 47, 58, 9, 10, 42, 47, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 9, 10, 13, 32, 44, 47, 125, 9, 10, 13, 32, 44, 47, 125, 13, 32, 34, 44, 47, 58, 125, 9, 10, 34, 13, 32, 34, 44, 47, 58, 125, 9, 10, 42, 47, 42, 47, 13, 32, 34, 44, 47, 58, 125, 9, 10, 42, 47, 42, 47, 34, 42, 47, 42, 47, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 9, 10, 13, 32, 44, 47, 93, 9, 10, 13, 32, 44, 47, 93, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 34, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 42, 47, 42, 47, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 42, 47, 42, 47, 42, 47, 13, 32, 47, 9, 10, 13, 32, 47, 9, 10, 0]); + com_badlogic_gdx_utils_JsonReader__1json_1single_1lengths = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 9, 2, 1, 2, 7, 4, 4, 2, 9, 7, 7, 7, 1, 7, 2, 2, 7, 2, 2, 1, 2, 2, 9, 7, 7, 9, 1, 9, 2, 2, 9, 2, 2, 2, 3, 3, 0, 0]); + com_badlogic_gdx_utils_JsonReader__1json_1range_1lengths = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0]); + com_badlogic_gdx_utils_JsonReader__1json_1index_1offsets = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), $intern_183, 9, 15, [0, 0, 11, 14, 16, 19, 28, 34, 40, 43, 54, 62, 70, 79, 81, 90, 93, 96, 105, 108, 111, 113, 116, 119, 130, 138, 146, 157, 159, 170, 173, 176, 187, 190, 193, 196, 201, 206, 207]); + com_badlogic_gdx_utils_JsonReader__1json_1indicies = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [1, 1, 2, 3, 4, 3, 5, 3, 6, 1, 0, 7, 7, 3, 8, 3, 9, 9, 3, 11, 11, 12, 13, 14, 3, 15, 11, 10, 16, 16, 17, 18, 16, 3, 19, 19, 20, 21, 19, 3, 22, 22, 3, 21, 21, 24, 3, 25, 3, 26, 3, 27, 21, 23, 28, 29, 29, 28, 30, 31, 32, 3, 33, 34, 34, 33, 13, 35, 15, 3, 34, 34, 12, 36, 37, 3, 15, 34, 10, 16, 3, 36, 36, 12, 3, 38, 3, 3, 36, 10, 39, 39, 3, 40, 40, 3, 13, 13, 12, 3, 41, 3, 15, 13, 10, 42, 42, 3, 43, 43, 3, 28, 3, 44, 44, 3, 45, 45, 3, 47, 47, 48, 49, 50, 3, 51, 52, 53, 47, 46, 54, 55, 55, 54, 56, 57, 58, 3, 59, 60, 60, 59, 49, 61, 52, 3, 60, 60, 48, 62, 63, 3, 51, 52, 53, 60, 46, 54, 3, 62, 62, 48, 3, 64, 3, 51, 3, 53, 62, 46, 65, 65, 3, 66, 66, 3, 49, 49, 48, 3, 67, 3, 51, 52, 53, 49, 46, 68, 68, 3, 69, 69, 3, 70, 70, 3, 8, 8, 71, 8, 3, 72, 72, 73, 72, 3, 3, 3, 0]); + com_badlogic_gdx_utils_JsonReader__1json_1trans_1targs = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [35, 1, 3, 0, 4, 36, 36, 36, 36, 1, 6, 5, 13, 17, 22, 37, 7, 8, 9, 7, 8, 9, 7, 10, 20, 21, 11, 11, 11, 12, 17, 19, 37, 11, 12, 19, 14, 16, 15, 14, 12, 18, 17, 11, 9, 5, 24, 23, 27, 31, 34, 25, 38, 25, 25, 26, 31, 33, 38, 25, 26, 33, 28, 30, 29, 28, 26, 32, 31, 25, 23, 2, 36, 2]); + com_badlogic_gdx_utils_JsonReader__1json_1trans_1actions = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [13, 0, 15, 0, 0, 7, 3, 11, 1, 11, 17, 0, 20, 0, 0, 5, 1, 1, 1, 0, 0, 0, 11, 13, 15, 0, 7, 3, 1, 1, 1, 1, 23, 0, 0, 0, 0, 0, 0, 11, 11, 0, 11, 11, 11, 11, 13, 0, 15, 0, 0, 7, 9, 3, 1, 1, 1, 1, 26, 0, 0, 0, 0, 0, 0, 11, 11, 0, 11, 11, 11, 1, 0, 0]); + com_badlogic_gdx_utils_JsonReader__1json_1eof_1actions = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]); +} + +function com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, child){ + var last; + child.com_badlogic_gdx_utils_JsonValue_name = name_0; + if (!this$static.com_badlogic_gdx_utils_JsonReader_current) { + this$static.com_badlogic_gdx_utils_JsonReader_current = child; + this$static.com_badlogic_gdx_utils_JsonReader_root = child; + } + else if (this$static.com_badlogic_gdx_utils_JsonReader_current.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array) || this$static.com_badlogic_gdx_utils_JsonReader_current.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_object) { + child.com_badlogic_gdx_utils_JsonValue_parent = this$static.com_badlogic_gdx_utils_JsonReader_current; + if (this$static.com_badlogic_gdx_utils_JsonReader_current.com_badlogic_gdx_utils_JsonValue_size == 0) + this$static.com_badlogic_gdx_utils_JsonReader_current.com_badlogic_gdx_utils_JsonValue_child = child; + else { + last = com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_JsonReader_lastChild); + last.com_badlogic_gdx_utils_JsonValue_next = child; + child.com_badlogic_gdx_utils_JsonValue_prev = last; + } + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_JsonReader_lastChild, child); + ++this$static.com_badlogic_gdx_utils_JsonReader_current.com_badlogic_gdx_utils_JsonValue_size; + } + else + this$static.com_badlogic_gdx_utils_JsonReader_root = this$static.com_badlogic_gdx_utils_JsonReader_current; +} + +function com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_JsonValue_2(this$static, file){ + var ex, reader; + try { + reader = file.reader__Ljava_lang_String_2Ljava_io_Reader_2('UTF-8'); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_566 + file, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + try { + return com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_Reader_2Lcom_badlogic_gdx_utils_JsonValue_2(this$static, reader); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 51)) { + ex = $e1; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error parsing file: ' + file, ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } +} + +function com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_InputStream_2Lcom_badlogic_gdx_utils_JsonValue_2(this$static, input_0){ + var ex, reader; + try { + reader = new java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2Ljava_lang_String_2V(input_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error reading stream.', ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + return com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_Reader_2Lcom_badlogic_gdx_utils_JsonValue_2(this$static, reader); +} + +function com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_Reader_2Lcom_badlogic_gdx_utils_JsonValue_2(this$static, reader){ + var data_0, ex, length_0, newData, offset; + data_0 = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, $intern_44, 15, 1); + offset = 0; + try { + while (true) { + length_0 = reader.read___3CIII(data_0, offset, data_0.length - offset); + if (length_0 == -1) + break; + if (length_0 == 0) { + newData = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, data_0.length * 2, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(data_0, 0, newData, 0, data_0.length); + data_0 = newData; + } + else + offset += length_0; + } + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 103)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error reading input.', ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + finally { + com_badlogic_gdx_utils_StreamUtils_closeQuietly__Ljava_io_Closeable_2V(reader); + } + return com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2_3CIILcom_badlogic_gdx_utils_JsonValue_2(this$static, data_0, 0, offset); +} + +function com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this$static, json){ + var data_0; + data_0 = java_lang_String_$toCharArray__Ljava_lang_String_2_3C(json); + return com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2_3CIILcom_badlogic_gdx_utils_JsonValue_2(this$static, data_0, 0, data_0.length); +} + +function com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2_3CIILcom_badlogic_gdx_utils_JsonValue_2(this$static, data_0, offset, length_0){ + var __acts, __nacts, _acts, _goto_targ, _keys, _klen, _lower, _mid, _nacts, _trans, _upper, c, couldBeDouble, couldBeLong, cs, element, eof, ex, i, lineNumber, name_0, names, needsUnescape, p, parseRuntimeEx, pe, root, s, stack_0, start_0, stringIsName, stringIsUnquoted, top_0, value_0; + this$static.com_badlogic_gdx_utils_JsonReader_stop = false; + p = offset; + pe = length_0; + eof = pe; + top_0 = 0; + stack_0 = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 4, 15, 1); + s = 0; + names = new com_badlogic_gdx_utils_Array_Array__IV(8); + needsUnescape = false; + stringIsName = false; + stringIsUnquoted = false; + parseRuntimeEx = null; + try { + cs = 1; + top_0 = 0; + _trans = 0; + _goto_targ = 0; + _goto: while (true) { + switch (_goto_targ) { + case 0: + if (p == pe) { + _goto_targ = 4; + continue _goto; + } + + if (cs == 0) { + _goto_targ = 5; + continue _goto; + } + + case 1: + _match: do { + _keys = com_badlogic_gdx_utils_JsonReader__1json_1key_1offsets[cs]; + _trans = com_badlogic_gdx_utils_JsonReader__1json_1index_1offsets[cs]; + _klen = com_badlogic_gdx_utils_JsonReader__1json_1single_1lengths[cs]; + if (_klen > 0) { + _lower = _keys; + _upper = _keys + _klen - 1; + while (true) { + if (_upper < _lower) + break; + _mid = _lower + (_upper - _lower >> 1); + if (data_0[p] < com_badlogic_gdx_utils_JsonReader__1json_1trans_1keys[_mid]) + _upper = _mid - 1; + else if (data_0[p] > com_badlogic_gdx_utils_JsonReader__1json_1trans_1keys[_mid]) + _lower = _mid + 1; + else { + _trans += _mid - _keys; + break _match; + } + } + _keys += _klen; + _trans += _klen; + } + _klen = com_badlogic_gdx_utils_JsonReader__1json_1range_1lengths[cs]; + if (_klen > 0) { + _lower = _keys; + _upper = _keys + (_klen << 1) - 2; + while (true) { + if (_upper < _lower) + break; + _mid = _lower + (_upper - _lower >> 1 & -2); + if (data_0[p] < com_badlogic_gdx_utils_JsonReader__1json_1trans_1keys[_mid]) + _upper = _mid - 2; + else if (data_0[p] > com_badlogic_gdx_utils_JsonReader__1json_1trans_1keys[_mid + 1]) + _lower = _mid + 2; + else { + _trans += _mid - _keys >> 1; + break _match; + } + } + _trans += _klen; + } + } + while (false); + _trans = com_badlogic_gdx_utils_JsonReader__1json_1indicies[_trans]; + cs = com_badlogic_gdx_utils_JsonReader__1json_1trans_1targs[_trans]; + if (com_badlogic_gdx_utils_JsonReader__1json_1trans_1actions[_trans] != 0) { + _acts = com_badlogic_gdx_utils_JsonReader__1json_1trans_1actions[_trans]; + _nacts = com_badlogic_gdx_utils_JsonReader__1json_1actions[_acts++]; + while (_nacts-- > 0) { + switch (com_badlogic_gdx_utils_JsonReader__1json_1actions[_acts++]) { + case 0: + { + stringIsName = true; + } + + break; + case 1: + { + value_0 = java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, s, p - s); + needsUnescape && (value_0 = com_badlogic_gdx_utils_JsonReader_$unescape__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Ljava_lang_String_2(value_0)); + outer: if (stringIsName) { + stringIsName = false; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(names, value_0); + } + else { + name_0 = names.com_badlogic_gdx_utils_Array_size > 0?com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(names):null; + if (stringIsUnquoted) { + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(value_0, $intern_148)) { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__ZV(true)); + break outer; + } + else if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(value_0, $intern_203)) { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__ZV(false)); + break outer; + } + else if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(value_0, $intern_571)) { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V(null)); + break outer; + } + couldBeDouble = false; + couldBeLong = true; + outer2: for (i = s; i < p; i++) { + switch (data_0[i]) { + case 48: + case 49: + case 50: + case 51: + case 52: + case 53: + case 54: + case 55: + case 56: + case 57: + case 45: + case 43: + break; + case 46: + case 101: + case 69: + couldBeDouble = true; + couldBeLong = false; + break; + default:couldBeDouble = false; + couldBeLong = false; + break outer2; + } + } + if (couldBeDouble) { + try { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__DLjava_lang_String_2V(java_lang_Number__1_1parseAndValidateDouble__Ljava_lang_String_2D(value_0), value_0)); + break outer; + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + else if (couldBeLong) { + try { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__JLjava_lang_String_2V(java_lang_Number__1_1parseAndValidateLong__Ljava_lang_String_2IJ(value_0), value_0)); + break outer; + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } + } + } + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V(value_0)); + } + if (this$static.com_badlogic_gdx_utils_JsonReader_stop) + break _goto; + stringIsUnquoted = false; + s = p; + } + + break; + case 2: + { + name_0 = names.com_badlogic_gdx_utils_Array_size > 0?com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(names):null; + com_badlogic_gdx_utils_JsonReader_$startObject__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2V(this$static, name_0); + if (this$static.com_badlogic_gdx_utils_JsonReader_stop) + break _goto; + top_0 == stack_0.length && (stack_0 = java_util_Arrays_copyOf___3II_3I(stack_0, stack_0.length * 2)); + stack_0[top_0++] = cs; + cs = 5; + _goto_targ = 2; + continue _goto; + } + + case 5: + case 3: + { + com_badlogic_gdx_utils_JsonReader_$pop__Lcom_badlogic_gdx_utils_JsonReader_2V(this$static); + if (this$static.com_badlogic_gdx_utils_JsonReader_stop) + break _goto; + cs = stack_0[--top_0]; + _goto_targ = 2; + continue _goto; + } + + case 4: + { + name_0 = names.com_badlogic_gdx_utils_Array_size > 0?com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(names):null; + com_badlogic_gdx_utils_JsonReader_$startArray__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2V(this$static, name_0); + if (this$static.com_badlogic_gdx_utils_JsonReader_stop) + break _goto; + top_0 == stack_0.length && (stack_0 = java_util_Arrays_copyOf___3II_3I(stack_0, stack_0.length * 2)); + stack_0[top_0++] = cs; + cs = 23; + _goto_targ = 2; + continue _goto; + } + + case 6: + { + if (data_0[p++] == 47) { + while (p != eof && data_0[p] != 10) + ++p; + --p; + } + else { + while (p + 1 < eof && data_0[p] != 42 || data_0[p + 1] != 47) + ++p; + ++p; + } + } + + break; + case 7: + { + s = p; + needsUnescape = false; + stringIsUnquoted = true; + if (stringIsName) { + outer: while (true) { + switch (data_0[p]) { + case 92: + needsUnescape = true; + break; + case 47: + if (p + 1 == eof) + break; + c = data_0[p + 1]; + if (c == 47 || c == 42) + break outer; + break; + case 58: + case 13: + case 10: + break outer; + } + ++p; + if (p == eof) + break; + } + } + else { + outer: while (true) { + switch (data_0[p]) { + case 92: + needsUnescape = true; + break; + case 47: + if (p + 1 == eof) + break; + c = data_0[p + 1]; + if (c == 47 || c == 42) + break outer; + break; + case 125: + case 93: + case 44: + case 13: + case 10: + break outer; + } + ++p; + if (p == eof) + break; + } + } + --p; + while (java_lang_Character_isSpace__CZ(data_0[p])) + --p; + } + + break; + case 8: + { + s = ++p; + needsUnescape = false; + outer: while (true) { + switch (data_0[p]) { + case 92: + needsUnescape = true; + ++p; + break; + case 34: + break outer; + } + ++p; + if (p == eof) + break; + } + --p; + } + + } + } + } + + case 2: + if (cs == 0) { + _goto_targ = 5; + continue _goto; + } + + if (++p != pe) { + _goto_targ = 1; + continue _goto; + } + + case 4: + if (p == eof) { + __acts = com_badlogic_gdx_utils_JsonReader__1json_1eof_1actions[cs]; + __nacts = com_badlogic_gdx_utils_JsonReader__1json_1actions[__acts++]; + while (__nacts-- > 0) { + switch (com_badlogic_gdx_utils_JsonReader__1json_1actions[__acts++]) { + case 1: + { + value_0 = java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, s, p - s); + needsUnescape && (value_0 = com_badlogic_gdx_utils_JsonReader_$unescape__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Ljava_lang_String_2(value_0)); + outer: if (stringIsName) { + stringIsName = false; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(names, value_0); + } + else { + name_0 = names.com_badlogic_gdx_utils_Array_size > 0?com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(names):null; + if (stringIsUnquoted) { + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(value_0, $intern_148)) { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__ZV(true)); + break outer; + } + else if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(value_0, $intern_203)) { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__ZV(false)); + break outer; + } + else if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(value_0, $intern_571)) { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V(null)); + break outer; + } + couldBeDouble = false; + couldBeLong = true; + outer2: for (i = s; i < p; i++) { + switch (data_0[i]) { + case 48: + case 49: + case 50: + case 51: + case 52: + case 53: + case 54: + case 55: + case 56: + case 57: + case 45: + case 43: + break; + case 46: + case 101: + case 69: + couldBeDouble = true; + couldBeLong = false; + break; + default:couldBeDouble = false; + couldBeLong = false; + break outer2; + } + } + if (couldBeDouble) { + try { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__DLjava_lang_String_2V(java_lang_Number__1_1parseAndValidateDouble__Ljava_lang_String_2D(value_0), value_0)); + break outer; + } + catch ($e2) { + $e2 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e2); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e2, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e2); + } + } + else if (couldBeLong) { + try { + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__JLjava_lang_String_2V(java_lang_Number__1_1parseAndValidateLong__Ljava_lang_String_2IJ(value_0), value_0)); + break outer; + } + catch ($e3) { + $e3 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e3); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e3, 83)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e3); + } + } + } + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V(value_0)); + } + if (this$static.com_badlogic_gdx_utils_JsonReader_stop) + break _goto; + stringIsUnquoted = false; + s = p; + } + + } + } + } + + } + break; + } + } + catch ($e4) { + $e4 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e4); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e4, 31)) { + ex = $e4; + parseRuntimeEx = ex; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e4); + } + root = this$static.com_badlogic_gdx_utils_JsonReader_root; + this$static.com_badlogic_gdx_utils_JsonReader_root = null; + this$static.com_badlogic_gdx_utils_JsonReader_current = null; + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_utils_JsonReader_lastChild); + if (!this$static.com_badlogic_gdx_utils_JsonReader_stop) { + if (p < pe) { + lineNumber = 1; + for (i = 0; i < p; i++) + data_0[i] == 10 && ++lineNumber; + start_0 = $wnd.Math.max(0, p - 32); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error parsing JSON on line ' + lineNumber + ' near: ' + java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, start_0, p - start_0) + '*ERROR*' + java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, p, $wnd.Math.min(64, pe - p)), parseRuntimeEx)); + } + if (this$static.com_badlogic_gdx_utils_JsonReader_elements.com_badlogic_gdx_utils_Array_size != 0) { + element = com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_JsonReader_elements); + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_utils_JsonReader_elements); + if (!!element && element.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('Error parsing JSON, unmatched brace.')); + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('Error parsing JSON, unmatched bracket.')); + } + if (parseRuntimeEx) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Error parsing JSON: ' + java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, 0, data_0.length), parseRuntimeEx)); + } + return root; +} + +function com_badlogic_gdx_utils_JsonReader_$pop__Lcom_badlogic_gdx_utils_JsonReader_2V(this$static){ + this$static.com_badlogic_gdx_utils_JsonReader_root = com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_JsonReader_elements); + this$static.com_badlogic_gdx_utils_JsonReader_current.com_badlogic_gdx_utils_JsonValue_size > 0 && com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_JsonReader_lastChild); + this$static.com_badlogic_gdx_utils_JsonReader_current = this$static.com_badlogic_gdx_utils_JsonReader_elements.com_badlogic_gdx_utils_Array_size > 0?com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_JsonReader_elements):null; +} + +function com_badlogic_gdx_utils_JsonReader_$startArray__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2V(this$static, name_0){ + var value_0; + value_0 = new com_badlogic_gdx_utils_JsonValue_JsonValue__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2V((com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)); + !!this$static.com_badlogic_gdx_utils_JsonReader_current && com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, value_0); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_JsonReader_elements, value_0); + this$static.com_badlogic_gdx_utils_JsonReader_current = value_0; +} + +function com_badlogic_gdx_utils_JsonReader_$startObject__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2V(this$static, name_0){ + var value_0; + value_0 = new com_badlogic_gdx_utils_JsonValue_JsonValue__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2V((com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object)); + !!this$static.com_badlogic_gdx_utils_JsonReader_current && com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, name_0, value_0); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_JsonReader_elements, value_0); + this$static.com_badlogic_gdx_utils_JsonReader_current = value_0; +} + +function com_badlogic_gdx_utils_JsonReader_$unescape__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Ljava_lang_String_2(value_0){ + var buffer, c, i, length_0; + length_0 = value_0.length; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(length_0 + 16); + for (i = 0; i < length_0;) { + c = java_lang_String_$charAt__Ljava_lang_String_2IC(value_0, i++); + if (c != 92) { + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = c; + continue; + } + if (i == length_0) + break; + c = java_lang_String_$charAt__Ljava_lang_String_2IC(value_0, i++); + if (c == 117) { + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2_3CLcom_badlogic_gdx_utils_StringBuilder_2(buffer, java_lang_Character_toChars__I_3C(java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(i, i + 4, value_0.length) , value_0.substr(i, i + 4 - i)), 16, $intern_84, $intern_5))); + i += 4; + continue; + } + switch (c) { + case 34: + case 92: + case 47: + break; + case 98: + c = 8; + break; + case 102: + c = 12; + break; + case 110: + c = 10; + break; + case 114: + c = 13; + break; + case 116: + c = 9; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V('Illegal escaped character: \\' + String.fromCharCode(c))); + } + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = c; + } + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} + +function com_badlogic_gdx_utils_JsonReader_JsonReader__V(){ + com_badlogic_gdx_utils_JsonReader_$clinit__V(); + this.com_badlogic_gdx_utils_JsonReader_elements = new com_badlogic_gdx_utils_Array_Array__IV(8); + this.com_badlogic_gdx_utils_JsonReader_lastChild = new com_badlogic_gdx_utils_Array_Array__IV(8); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(135, 1, {1161:1, 135:1}, com_badlogic_gdx_utils_JsonReader_JsonReader__V); +_.private$com_badlogic_gdx_utils_JsonReader$addChild__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_JsonReader_addChild__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(name_0, child){ + com_badlogic_gdx_utils_JsonReader_$clinit__V(); + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, name_0, child); +} +; +_.bool__Ljava_lang_String_2ZV = function com_badlogic_gdx_utils_JsonReader_bool__Ljava_lang_String_2ZV(name_0, value_0){ + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__ZV(value_0)); +} +; +_.isStopped__Z = function com_badlogic_gdx_utils_JsonReader_isStopped__Z(){ + return this.com_badlogic_gdx_utils_JsonReader_stop; +} +; +_.number__Ljava_lang_String_2DLjava_lang_String_2V = function com_badlogic_gdx_utils_JsonReader_number__Ljava_lang_String_2DLjava_lang_String_2V(name_0, value_0, stringValue){ + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__DLjava_lang_String_2V(value_0, stringValue)); +} +; +_.parse__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonReader_parse__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_JsonValue_2(file){ + return com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_JsonValue_2(this, file); +} +; +_.parse__Ljava_io_InputStream_2Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonReader_parse__Ljava_io_InputStream_2Lcom_badlogic_gdx_utils_JsonValue_2(input_0){ + return com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_InputStream_2Lcom_badlogic_gdx_utils_JsonValue_2(this, input_0); +} +; +_.parse__Ljava_io_Reader_2Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonReader_parse__Ljava_io_Reader_2Lcom_badlogic_gdx_utils_JsonValue_2(reader){ + return com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_io_Reader_2Lcom_badlogic_gdx_utils_JsonValue_2(this, reader); +} +; +_.parse__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonReader_parse__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(json){ + return com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, json); +} +; +_.parse___3CIILcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonReader_parse___3CIILcom_badlogic_gdx_utils_JsonValue_2(data_0, offset, length_0){ + return com_badlogic_gdx_utils_JsonReader_$parse__Lcom_badlogic_gdx_utils_JsonReader_2_3CIILcom_badlogic_gdx_utils_JsonValue_2(this, data_0, offset, length_0); +} +; +_.pop__V = function com_badlogic_gdx_utils_JsonReader_pop__V(){ + com_badlogic_gdx_utils_JsonReader_$pop__Lcom_badlogic_gdx_utils_JsonReader_2V(this); +} +; +_.startArray__Ljava_lang_String_2V = function com_badlogic_gdx_utils_JsonReader_startArray__Ljava_lang_String_2V(name_0){ + com_badlogic_gdx_utils_JsonReader_$startArray__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2V(this, name_0); +} +; +_.startObject__Ljava_lang_String_2V = function com_badlogic_gdx_utils_JsonReader_startObject__Ljava_lang_String_2V(name_0){ + com_badlogic_gdx_utils_JsonReader_$startObject__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2V(this, name_0); +} +; +_.stop__V = function com_badlogic_gdx_utils_JsonReader_stop__V(){ + this.com_badlogic_gdx_utils_JsonReader_stop = true; +} +; +_.string__Ljava_lang_String_2Ljava_lang_String_2V = function com_badlogic_gdx_utils_JsonReader_string__Ljava_lang_String_2Ljava_lang_String_2V(name_0, value_0){ + com_badlogic_gdx_utils_JsonReader_$addChild__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, name_0, new com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V(value_0)); +} +; +_.private$com_badlogic_gdx_utils_JsonReader$unescape__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonReader_unescape__Ljava_lang_String_2Ljava_lang_String_2(value_0){ + com_badlogic_gdx_utils_JsonReader_$clinit__V(); + return com_badlogic_gdx_utils_JsonReader_$unescape__Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2Ljava_lang_String_2(value_0); +} +; +_.com_badlogic_gdx_utils_JsonReader_stop = false; +var com_badlogic_gdx_utils_JsonReader__1json_1actions, com_badlogic_gdx_utils_JsonReader__1json_1eof_1actions, com_badlogic_gdx_utils_JsonReader__1json_1index_1offsets, com_badlogic_gdx_utils_JsonReader__1json_1indicies, com_badlogic_gdx_utils_JsonReader__1json_1key_1offsets, com_badlogic_gdx_utils_JsonReader__1json_1range_1lengths, com_badlogic_gdx_utils_JsonReader__1json_1single_1lengths, com_badlogic_gdx_utils_JsonReader__1json_1trans_1actions, com_badlogic_gdx_utils_JsonReader__1json_1trans_1keys, com_badlogic_gdx_utils_JsonReader__1json_1trans_1targs; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_664, 135, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_JsonValue_$addChild__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2V(this$static, value_0){ + var current; + if (this$static.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object) && value_0.com_badlogic_gdx_utils_JsonValue_name == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('An object child requires a name: ' + value_0)); + value_0.com_badlogic_gdx_utils_JsonValue_parent = this$static; + value_0.com_badlogic_gdx_utils_JsonValue_next = null; + ++this$static.com_badlogic_gdx_utils_JsonValue_size; + current = this$static.com_badlogic_gdx_utils_JsonValue_child; + if (!current) { + value_0.com_badlogic_gdx_utils_JsonValue_prev = null; + this$static.com_badlogic_gdx_utils_JsonValue_child = value_0; + } + else { + while (true) { + if (!current.com_badlogic_gdx_utils_JsonValue_next) { + current.com_badlogic_gdx_utils_JsonValue_next = value_0; + value_0.com_badlogic_gdx_utils_JsonValue_prev = current; + return; + } + current = current.com_badlogic_gdx_utils_JsonValue_next; + } + } +} + +function com_badlogic_gdx_utils_JsonValue_$asBoolean__Lcom_badlogic_gdx_utils_JsonValue_2Z(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + return java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z(this$static.com_badlogic_gdx_utils_JsonValue_stringValue, $intern_148); + case 3: + return this$static.com_badlogic_gdx_utils_JsonValue_doubleValue != 0; + case 5: + case 4: + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_utils_JsonValue_longValue, 0); + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_665 + this$static.com_badlogic_gdx_utils_JsonValue_type)); +} + +function com_badlogic_gdx_utils_JsonValue_$asByte__Lcom_badlogic_gdx_utils_JsonValue_2B(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + return java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this$static.com_badlogic_gdx_utils_JsonValue_stringValue, 10, -128, 127) << 24 >> 24; + case 3: + return com_google_gwt_lang_Cast_round_1byte__DB(this$static.com_badlogic_gdx_utils_JsonValue_doubleValue); + case 4: + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(this$static.com_badlogic_gdx_utils_JsonValue_longValue) << 24 >> 24; + case 5: + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_666 + this$static.com_badlogic_gdx_utils_JsonValue_type)); +} + +function com_badlogic_gdx_utils_JsonValue_$asChar__Lcom_badlogic_gdx_utils_JsonValue_2C(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + return this$static.com_badlogic_gdx_utils_JsonValue_stringValue.length == 0?0:java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.com_badlogic_gdx_utils_JsonValue_stringValue, 0); + case 3: + return com_google_gwt_lang_Cast_round_1char__DC(this$static.com_badlogic_gdx_utils_JsonValue_doubleValue); + case 4: + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(this$static.com_badlogic_gdx_utils_JsonValue_longValue) & $intern_4; + case 5: + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_667 + this$static.com_badlogic_gdx_utils_JsonValue_type)); +} + +function com_badlogic_gdx_utils_JsonValue_$asDouble__Lcom_badlogic_gdx_utils_JsonValue_2D(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + return java_lang_Number__1_1parseAndValidateDouble__Ljava_lang_String_2D(this$static.com_badlogic_gdx_utils_JsonValue_stringValue); + case 3: + return this$static.com_badlogic_gdx_utils_JsonValue_doubleValue; + case 4: + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(this$static.com_badlogic_gdx_utils_JsonValue_longValue); + case 5: + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_668 + this$static.com_badlogic_gdx_utils_JsonValue_type)); +} + +function com_badlogic_gdx_utils_JsonValue_$asFloat__Lcom_badlogic_gdx_utils_JsonValue_2F(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + return java_lang_Float_parseFloat__Ljava_lang_String_2F(this$static.com_badlogic_gdx_utils_JsonValue_stringValue); + case 3: + return this$static.com_badlogic_gdx_utils_JsonValue_doubleValue; + case 4: + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(this$static.com_badlogic_gdx_utils_JsonValue_longValue); + case 5: + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_669 + this$static.com_badlogic_gdx_utils_JsonValue_type)); +} + +function com_badlogic_gdx_utils_JsonValue_$asInt__Lcom_badlogic_gdx_utils_JsonValue_2I(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + return java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this$static.com_badlogic_gdx_utils_JsonValue_stringValue, 10, $intern_84, $intern_5); + case 3: + return com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_JsonValue_doubleValue); + case 4: + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(this$static.com_badlogic_gdx_utils_JsonValue_longValue); + case 5: + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_670 + this$static.com_badlogic_gdx_utils_JsonValue_type)); +} + +function com_badlogic_gdx_utils_JsonValue_$asLong__Lcom_badlogic_gdx_utils_JsonValue_2J(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + return java_lang_Number__1_1parseAndValidateLong__Ljava_lang_String_2IJ(this$static.com_badlogic_gdx_utils_JsonValue_stringValue); + case 3: + return com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_badlogic_gdx_utils_JsonValue_doubleValue); + case 4: + return this$static.com_badlogic_gdx_utils_JsonValue_longValue; + case 5: + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('Value cannot be converted to long: ' + this$static.com_badlogic_gdx_utils_JsonValue_type)); +} + +function com_badlogic_gdx_utils_JsonValue_$asShort__Lcom_badlogic_gdx_utils_JsonValue_2S(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + return java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(this$static.com_badlogic_gdx_utils_JsonValue_stringValue, 10, -32768, $intern_343) << 16 >> 16; + case 3: + return com_google_gwt_lang_Cast_round_1short__DS(this$static.com_badlogic_gdx_utils_JsonValue_doubleValue); + case 4: + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(this$static.com_badlogic_gdx_utils_JsonValue_longValue) << 16 >> 16; + case 5: + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_671 + this$static.com_badlogic_gdx_utils_JsonValue_type)); +} + +function com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + return this$static.com_badlogic_gdx_utils_JsonValue_stringValue; + case 3: + return this$static.com_badlogic_gdx_utils_JsonValue_stringValue != null?this$static.com_badlogic_gdx_utils_JsonValue_stringValue:'' + this$static.com_badlogic_gdx_utils_JsonValue_doubleValue; + case 4: + return this$static.com_badlogic_gdx_utils_JsonValue_stringValue != null?this$static.com_badlogic_gdx_utils_JsonValue_stringValue:'' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this$static.com_badlogic_gdx_utils_JsonValue_longValue); + case 5: + return com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_badlogic_gdx_utils_JsonValue_longValue, 0)?$intern_148:$intern_203; + case 6: + return null; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_672 + this$static.com_badlogic_gdx_utils_JsonValue_type)); +} + +function com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this$static, index_0){ + var current; + current = this$static.com_badlogic_gdx_utils_JsonValue_child; + while (!!current && index_0 > 0) { + --index_0; + current = current.com_badlogic_gdx_utils_JsonValue_next; + } + return current; +} + +function com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this$static, name_0){ + var current; + current = this$static.com_badlogic_gdx_utils_JsonValue_child; + while (!!current && (current.com_badlogic_gdx_utils_JsonValue_name == null || !java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z(current.com_badlogic_gdx_utils_JsonValue_name, name_0))) + current = current.com_badlogic_gdx_utils_JsonValue_next; + return current; +} + +function com_badlogic_gdx_utils_JsonValue_$getString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(this$static, name_0, defaultValue){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this$static, name_0); + return !child || !com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(child) || child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue)?defaultValue:com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(child); +} + +function com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(this$static){ + switch (this$static.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + case 3: + case 4: + case 5: + case 6: + return true; + } + return false; +} + +function com_badlogic_gdx_utils_JsonValue_$json__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(this$static, object, buffer, outputType){ + var child, doubleValue, longValue; + if (object.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object)) { + if (!object.com_badlogic_gdx_utils_JsonValue_child) + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_649); + else { + while (true) { + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 123; + for (child = object.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) { + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteName__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_String_2Ljava_lang_String_2(outputType, child.com_badlogic_gdx_utils_JsonValue_name)); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 58; + com_badlogic_gdx_utils_JsonValue_$json__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(this$static, child, buffer, outputType); + !!child.com_badlogic_gdx_utils_JsonValue_next && (buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1) , buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 44 , buffer); + } + break; + } + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 125; + } + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_array) { + if (!object.com_badlogic_gdx_utils_JsonValue_child) + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_6); + else { + while (true) { + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 91; + for (child = object.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) { + com_badlogic_gdx_utils_JsonValue_$json__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(this$static, child, buffer, outputType); + !!child.com_badlogic_gdx_utils_JsonValue_next && (buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1) , buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 44 , buffer); + } + break; + } + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 93; + } + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_stringValue) { + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteValue__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_Object_2Ljava_lang_String_2(outputType, com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(object))); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue) { + doubleValue = com_badlogic_gdx_utils_JsonValue_$asDouble__Lcom_badlogic_gdx_utils_JsonValue_2D(object); + longValue = com_badlogic_gdx_utils_JsonValue_$asLong__Lcom_badlogic_gdx_utils_JsonValue_2J(object); + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, '' + (doubleValue == com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(longValue)?com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(longValue):doubleValue)); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_longValue) { + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2JICLcom_badlogic_gdx_utils_StringBuilder_2(buffer, com_badlogic_gdx_utils_JsonValue_$asLong__Lcom_badlogic_gdx_utils_JsonValue_2J(object)); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue) { + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2ZLcom_badlogic_gdx_utils_StringBuilder_2(buffer, com_badlogic_gdx_utils_JsonValue_$asBoolean__Lcom_badlogic_gdx_utils_JsonValue_2Z(object)); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_nullValue) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_571); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_673 + object)); +} + +function com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(this$static, settings){ + var buffer; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(512); + com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this$static, this$static, buffer, 0, settings); + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} + +function com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this$static, object, buffer, indent, settings){ + var child, doubleValue, longValue, newLines, outputType, start_0, wrap; + outputType = settings.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_outputType; + if (object.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object)) { + if (!object.com_badlogic_gdx_utils_JsonValue_child) + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_649); + else { + newLines = !com_badlogic_gdx_utils_JsonValue_isFlat__Lcom_badlogic_gdx_utils_JsonValue_2Z(object); + start_0 = buffer.com_badlogic_gdx_utils_StringBuilder_length; + outer: while (true) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, newLines?'{\n':'{ '); + for (child = object.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) { + newLines && com_badlogic_gdx_utils_JsonValue_indent__ILcom_badlogic_gdx_utils_StringBuilder_2V(indent, buffer); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteName__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_String_2Ljava_lang_String_2(outputType, child.com_badlogic_gdx_utils_JsonValue_name)); + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_38); + com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this$static, child, buffer, indent + 1, settings); + (!newLines || outputType != (com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimal)) && !!child.com_badlogic_gdx_utils_JsonValue_next && (buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1) , buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 44 , buffer); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = newLines?10:32; + if (!newLines && buffer.com_badlogic_gdx_utils_StringBuilder_length - start_0 > settings.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_singleLineColumns) { + com_badlogic_gdx_utils_StringBuilder_$setLength__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, start_0); + newLines = true; + continue outer; + } + } + break; + } + newLines && com_badlogic_gdx_utils_JsonValue_indent__ILcom_badlogic_gdx_utils_StringBuilder_2V(indent - 1, buffer); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 125; + } + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_array) { + if (!object.com_badlogic_gdx_utils_JsonValue_child) + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_6); + else { + newLines = !com_badlogic_gdx_utils_JsonValue_isFlat__Lcom_badlogic_gdx_utils_JsonValue_2Z(object); + wrap = settings.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_wrapNumericArrays || !com_badlogic_gdx_utils_JsonValue_isNumeric__Lcom_badlogic_gdx_utils_JsonValue_2Z(object); + start_0 = buffer.com_badlogic_gdx_utils_StringBuilder_length; + outer: while (true) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, newLines?'[\n':'[ '); + for (child = object.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) { + newLines && com_badlogic_gdx_utils_JsonValue_indent__ILcom_badlogic_gdx_utils_StringBuilder_2V(indent, buffer); + com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this$static, child, buffer, indent + 1, settings); + (!newLines || outputType != (com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimal)) && !!child.com_badlogic_gdx_utils_JsonValue_next && (buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1) , buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 44 , buffer); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = newLines?10:32; + if (wrap && !newLines && buffer.com_badlogic_gdx_utils_StringBuilder_length - start_0 > settings.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_singleLineColumns) { + com_badlogic_gdx_utils_StringBuilder_$setLength__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, start_0); + newLines = true; + continue outer; + } + } + break; + } + newLines && com_badlogic_gdx_utils_JsonValue_indent__ILcom_badlogic_gdx_utils_StringBuilder_2V(indent - 1, buffer); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 93; + } + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_stringValue) { + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteValue__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_Object_2Ljava_lang_String_2(outputType, com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(object))); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue) { + doubleValue = com_badlogic_gdx_utils_JsonValue_$asDouble__Lcom_badlogic_gdx_utils_JsonValue_2D(object); + longValue = com_badlogic_gdx_utils_JsonValue_$asLong__Lcom_badlogic_gdx_utils_JsonValue_2J(object); + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, '' + (doubleValue == com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(longValue)?com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(longValue):doubleValue)); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_longValue) { + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2JICLcom_badlogic_gdx_utils_StringBuilder_2(buffer, com_badlogic_gdx_utils_JsonValue_$asLong__Lcom_badlogic_gdx_utils_JsonValue_2J(object)); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue) { + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2ZLcom_badlogic_gdx_utils_StringBuilder_2(buffer, com_badlogic_gdx_utils_JsonValue_$asBoolean__Lcom_badlogic_gdx_utils_JsonValue_2Z(object)); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_nullValue) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_571); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_673 + object)); +} + +function com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this$static, object, writer, indent, settings){ + var child, doubleValue, longValue, newLines, outputType; + outputType = settings.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_outputType; + if (object.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object)) { + if (!object.com_badlogic_gdx_utils_JsonValue_child) + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(writer, $intern_649, $intern_649.length); + else { + newLines = !com_badlogic_gdx_utils_JsonValue_isFlat__Lcom_badlogic_gdx_utils_JsonValue_2Z(object) || object.com_badlogic_gdx_utils_JsonValue_size > 6; + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(writer, newLines?'{\n':'{ ', (newLines?'{\n':'{ ').length); + for (child = object.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) { + newLines && com_badlogic_gdx_utils_JsonValue_indent__ILjava_io_Writer_2V(indent, writer); + java_io_Writer_$append__Ljava_io_Writer_2Ljava_lang_CharSequence_2Ljava_io_Writer_2(writer, com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteName__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_String_2Ljava_lang_String_2(outputType, child.com_badlogic_gdx_utils_JsonValue_name)); + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(writer, $intern_38, $intern_38.length); + com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this$static, child, writer, indent + 1, settings); + (!newLines || outputType != (com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimal)) && !!child.com_badlogic_gdx_utils_JsonValue_next && (java_io_Writer_$write__Ljava_io_Writer_2IV(writer, 44) , writer); + java_io_Writer_$write__Ljava_io_Writer_2IV(writer, newLines?10:32); + } + newLines && com_badlogic_gdx_utils_JsonValue_indent__ILjava_io_Writer_2V(indent - 1, writer); + java_io_Writer_$write__Ljava_io_Writer_2IV(writer, 125); + } + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_array) { + if (!object.com_badlogic_gdx_utils_JsonValue_child) + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(writer, $intern_6, $intern_6.length); + else { + newLines = !com_badlogic_gdx_utils_JsonValue_isFlat__Lcom_badlogic_gdx_utils_JsonValue_2Z(object); + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(writer, newLines?'[\n':'[ ', (newLines?'[\n':'[ ').length); + for (child = object.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) { + newLines && com_badlogic_gdx_utils_JsonValue_indent__ILjava_io_Writer_2V(indent, writer); + com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this$static, child, writer, indent + 1, settings); + (!newLines || outputType != (com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimal)) && !!child.com_badlogic_gdx_utils_JsonValue_next && (java_io_Writer_$write__Ljava_io_Writer_2IV(writer, 44) , writer); + java_io_Writer_$write__Ljava_io_Writer_2IV(writer, newLines?10:32); + } + newLines && com_badlogic_gdx_utils_JsonValue_indent__ILjava_io_Writer_2V(indent - 1, writer); + java_io_Writer_$write__Ljava_io_Writer_2IV(writer, 93); + } + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_stringValue) { + java_io_Writer_$append__Ljava_io_Writer_2Ljava_lang_CharSequence_2Ljava_io_Writer_2(writer, com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteValue__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_Object_2Ljava_lang_String_2(outputType, com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(object))); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue) { + doubleValue = com_badlogic_gdx_utils_JsonValue_$asDouble__Lcom_badlogic_gdx_utils_JsonValue_2D(object); + longValue = com_badlogic_gdx_utils_JsonValue_$asLong__Lcom_badlogic_gdx_utils_JsonValue_2J(object); + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(writer, '' + (doubleValue == com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(longValue)?com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(longValue):doubleValue), ('' + (doubleValue == com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(longValue)?com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(longValue):doubleValue)).length); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_longValue) { + java_io_Writer_$append__Ljava_io_Writer_2Ljava_lang_CharSequence_2Ljava_io_Writer_2(writer, '' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(com_badlogic_gdx_utils_JsonValue_$asLong__Lcom_badlogic_gdx_utils_JsonValue_2J(object))); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue) { + java_io_Writer_$append__Ljava_io_Writer_2Ljava_lang_CharSequence_2Ljava_io_Writer_2(writer, (java_lang_Boolean_$clinit__V() , '' + com_badlogic_gdx_utils_JsonValue_$asBoolean__Lcom_badlogic_gdx_utils_JsonValue_2Z(object))); + } + else if (object.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_nullValue) { + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(writer, $intern_571, $intern_571.length); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V($intern_673 + object)); +} + +function com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2(this$static, outputType, singleLineColumns){ + var settings; + settings = new com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_JsonValue$PrettyPrintSettings__V; + settings.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_outputType = outputType; + settings.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_singleLineColumns = singleLineColumns; + return com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(this$static, settings); +} + +function com_badlogic_gdx_utils_JsonValue_$set__Lcom_badlogic_gdx_utils_JsonValue_2DLjava_lang_String_2V(this$static, value_0, stringValue){ + this$static.com_badlogic_gdx_utils_JsonValue_doubleValue = value_0; + this$static.com_badlogic_gdx_utils_JsonValue_longValue = com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(value_0); + this$static.com_badlogic_gdx_utils_JsonValue_stringValue = stringValue; + this$static.com_badlogic_gdx_utils_JsonValue_type = (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue); +} + +function com_badlogic_gdx_utils_JsonValue_$trace__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(this$static){ + var child, i, trace; + if (!this$static.com_badlogic_gdx_utils_JsonValue_parent) { + if (this$static.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) + return $intern_6; + if (this$static.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_object) + return $intern_649; + return ''; + } + if (this$static.com_badlogic_gdx_utils_JsonValue_parent.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) { + trace = $intern_6; + i = 0; + for (child = this$static.com_badlogic_gdx_utils_JsonValue_parent.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next , i++) { + if (child == this$static) { + trace = '[' + i + ']'; + break; + } + } + } + else + java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(this$static.com_badlogic_gdx_utils_JsonValue_name, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)) != -1?(trace = '."' + java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(this$static.com_badlogic_gdx_utils_JsonValue_name, '"', '\\"') + '"'):(trace = '.' + this$static.com_badlogic_gdx_utils_JsonValue_name); + return com_badlogic_gdx_utils_JsonValue_$trace__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(this$static.com_badlogic_gdx_utils_JsonValue_parent) + trace; +} + +function com_badlogic_gdx_utils_JsonValue_JsonValue__DV(value_0){ + com_badlogic_gdx_utils_JsonValue_$set__Lcom_badlogic_gdx_utils_JsonValue_2DLjava_lang_String_2V(this, value_0, null); +} + +function com_badlogic_gdx_utils_JsonValue_JsonValue__DLjava_lang_String_2V(value_0, stringValue){ + com_badlogic_gdx_utils_JsonValue_$set__Lcom_badlogic_gdx_utils_JsonValue_2DLjava_lang_String_2V(this, value_0, stringValue); +} + +function com_badlogic_gdx_utils_JsonValue_JsonValue__JLjava_lang_String_2V(value_0, stringValue){ + this.com_badlogic_gdx_utils_JsonValue_longValue = value_0; + this.com_badlogic_gdx_utils_JsonValue_doubleValue = com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0); + this.com_badlogic_gdx_utils_JsonValue_stringValue = stringValue; + this.com_badlogic_gdx_utils_JsonValue_type = (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_longValue); +} + +function com_badlogic_gdx_utils_JsonValue_JsonValue__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2V(type_0){ + this.com_badlogic_gdx_utils_JsonValue_type = type_0; +} + +function com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V(value_0){ + this.com_badlogic_gdx_utils_JsonValue_stringValue = value_0; + this.com_badlogic_gdx_utils_JsonValue_type = value_0 == null?(com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue):(com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_stringValue); +} + +function com_badlogic_gdx_utils_JsonValue_JsonValue__ZV(value_0){ + this.com_badlogic_gdx_utils_JsonValue_longValue = value_0?1:0; + this.com_badlogic_gdx_utils_JsonValue_type = (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue); +} + +function com_badlogic_gdx_utils_JsonValue_indent__ILcom_badlogic_gdx_utils_StringBuilder_2V(count, buffer){ + var i; + for (i = 0; i < count; i++) + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1) , buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 9; +} + +function com_badlogic_gdx_utils_JsonValue_indent__ILjava_io_Writer_2V(count, buffer){ + var i; + for (i = 0; i < count; i++) + java_io_Writer_$write__Ljava_io_Writer_2IV(buffer, 9); +} + +function com_badlogic_gdx_utils_JsonValue_isFlat__Lcom_badlogic_gdx_utils_JsonValue_2Z(object){ + var child; + for (child = object.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + if (child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object) || child.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_array) + return false; + return true; +} + +function com_badlogic_gdx_utils_JsonValue_isNumeric__Lcom_badlogic_gdx_utils_JsonValue_2Z(object){ + var child; + for (child = object.com_badlogic_gdx_utils_JsonValue_child; child; child = child.com_badlogic_gdx_utils_JsonValue_next) + if (!(child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue) || child.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_longValue)) + return false; + return true; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(95, 1, {95:1, 29:1}, com_badlogic_gdx_utils_JsonValue_JsonValue__DV, com_badlogic_gdx_utils_JsonValue_JsonValue__DLjava_lang_String_2V, com_badlogic_gdx_utils_JsonValue_JsonValue__JLjava_lang_String_2V, com_badlogic_gdx_utils_JsonValue_JsonValue__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2V, com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V, com_badlogic_gdx_utils_JsonValue_JsonValue__ZV); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_JsonValue_iterator__Ljava_util_Iterator_2(){ + return new com_badlogic_gdx_utils_JsonValue$JsonIterator_JsonValue$JsonIterator__Lcom_badlogic_gdx_utils_JsonValue_2V(this); +} +; +_.addChild__Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_JsonValue_addChild__Lcom_badlogic_gdx_utils_JsonValue_2V(value_0){ + com_badlogic_gdx_utils_JsonValue_$addChild__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, value_0); +} +; +_.addChild__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_JsonValue_addChild__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(name_0, value_0){ + if (name_0 == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_560)); + value_0.com_badlogic_gdx_utils_JsonValue_name = name_0; + com_badlogic_gdx_utils_JsonValue_$addChild__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2V(this, value_0); +} +; +_.asBoolean__Z = function com_badlogic_gdx_utils_JsonValue_asBoolean__Z(){ + return com_badlogic_gdx_utils_JsonValue_$asBoolean__Lcom_badlogic_gdx_utils_JsonValue_2Z(this); +} +; +_.asBooleanArray___3Z = function com_badlogic_gdx_utils_JsonValue_asBooleanArray___3Z(){ + var array, i, v, value_0; + if (this.com_badlogic_gdx_utils_JsonValue_type != (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_674 + this.com_badlogic_gdx_utils_JsonValue_type)); + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, this.com_badlogic_gdx_utils_JsonValue_size, 16, 1); + i = 0; + for (value_0 = this.com_badlogic_gdx_utils_JsonValue_child; value_0; value_0 = value_0.com_badlogic_gdx_utils_JsonValue_next , i++) { + switch (value_0.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + v = (java_lang_Boolean_$clinit__V() , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_148, value_0.com_badlogic_gdx_utils_JsonValue_stringValue)); + break; + case 3: + v = value_0.com_badlogic_gdx_utils_JsonValue_doubleValue == 0; + break; + case 4: + v = com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0.com_badlogic_gdx_utils_JsonValue_longValue, 0); + break; + case 5: + v = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0.com_badlogic_gdx_utils_JsonValue_longValue, 0); + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_665 + value_0.com_badlogic_gdx_utils_JsonValue_type)); + } + array[i] = v; + } + return array; +} +; +_.asByte__B = function com_badlogic_gdx_utils_JsonValue_asByte__B(){ + return com_badlogic_gdx_utils_JsonValue_$asByte__Lcom_badlogic_gdx_utils_JsonValue_2B(this); +} +; +_.asByteArray___3B = function com_badlogic_gdx_utils_JsonValue_asByteArray___3B(){ + var array, i, v, value_0; + if (this.com_badlogic_gdx_utils_JsonValue_type != (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_674 + this.com_badlogic_gdx_utils_JsonValue_type)); + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_71, 9, this.com_badlogic_gdx_utils_JsonValue_size, 15, 1); + i = 0; + for (value_0 = this.com_badlogic_gdx_utils_JsonValue_child; value_0; value_0 = value_0.com_badlogic_gdx_utils_JsonValue_next , i++) { + switch (value_0.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + v = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(value_0.com_badlogic_gdx_utils_JsonValue_stringValue, 10, -128, 127) << 24 >> 24; + break; + case 3: + v = com_google_gwt_lang_Cast_round_1byte__DB(value_0.com_badlogic_gdx_utils_JsonValue_doubleValue); + break; + case 4: + v = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(value_0.com_badlogic_gdx_utils_JsonValue_longValue) << 24 >> 24; + break; + case 5: + v = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_666 + value_0.com_badlogic_gdx_utils_JsonValue_type)); + } + array[i] = v; + } + return array; +} +; +_.asChar__C = function com_badlogic_gdx_utils_JsonValue_asChar__C(){ + return com_badlogic_gdx_utils_JsonValue_$asChar__Lcom_badlogic_gdx_utils_JsonValue_2C(this); +} +; +_.asCharArray___3C = function com_badlogic_gdx_utils_JsonValue_asCharArray___3C(){ + var array, i, v, value_0; + if (this.com_badlogic_gdx_utils_JsonValue_type != (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_674 + this.com_badlogic_gdx_utils_JsonValue_type)); + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, this.com_badlogic_gdx_utils_JsonValue_size, 15, 1); + i = 0; + for (value_0 = this.com_badlogic_gdx_utils_JsonValue_child; value_0; value_0 = value_0.com_badlogic_gdx_utils_JsonValue_next , i++) { + switch (value_0.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + v = value_0.com_badlogic_gdx_utils_JsonValue_stringValue.length == 0?0:java_lang_String_$charAt__Ljava_lang_String_2IC(value_0.com_badlogic_gdx_utils_JsonValue_stringValue, 0); + break; + case 3: + v = com_google_gwt_lang_Cast_round_1char__DC(value_0.com_badlogic_gdx_utils_JsonValue_doubleValue); + break; + case 4: + v = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(value_0.com_badlogic_gdx_utils_JsonValue_longValue) & $intern_4; + break; + case 5: + v = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_667 + value_0.com_badlogic_gdx_utils_JsonValue_type)); + } + array[i] = v; + } + return array; +} +; +_.asDouble__D = function com_badlogic_gdx_utils_JsonValue_asDouble__D(){ + return com_badlogic_gdx_utils_JsonValue_$asDouble__Lcom_badlogic_gdx_utils_JsonValue_2D(this); +} +; +_.asDoubleArray___3D = function com_badlogic_gdx_utils_JsonValue_asDoubleArray___3D(){ + var array, i, v, value_0; + if (this.com_badlogic_gdx_utils_JsonValue_type != (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_674 + this.com_badlogic_gdx_utils_JsonValue_type)); + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_409, 9, this.com_badlogic_gdx_utils_JsonValue_size, 15, 1); + i = 0; + for (value_0 = this.com_badlogic_gdx_utils_JsonValue_child; value_0; value_0 = value_0.com_badlogic_gdx_utils_JsonValue_next , i++) { + switch (value_0.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + v = java_lang_Number__1_1parseAndValidateDouble__Ljava_lang_String_2D(value_0.com_badlogic_gdx_utils_JsonValue_stringValue); + break; + case 3: + v = value_0.com_badlogic_gdx_utils_JsonValue_doubleValue; + break; + case 4: + v = com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0.com_badlogic_gdx_utils_JsonValue_longValue); + break; + case 5: + v = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_668 + value_0.com_badlogic_gdx_utils_JsonValue_type)); + } + array[i] = v; + } + return array; +} +; +_.asFloat__F = function com_badlogic_gdx_utils_JsonValue_asFloat__F(){ + return com_badlogic_gdx_utils_JsonValue_$asFloat__Lcom_badlogic_gdx_utils_JsonValue_2F(this); +} +; +_.asFloatArray___3F = function com_badlogic_gdx_utils_JsonValue_asFloatArray___3F(){ + var array, i, v, value_0; + if (this.com_badlogic_gdx_utils_JsonValue_type != (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_674 + this.com_badlogic_gdx_utils_JsonValue_type)); + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, this.com_badlogic_gdx_utils_JsonValue_size, 15, 1); + i = 0; + for (value_0 = this.com_badlogic_gdx_utils_JsonValue_child; value_0; value_0 = value_0.com_badlogic_gdx_utils_JsonValue_next , i++) { + switch (value_0.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + v = java_lang_Float_parseFloat__Ljava_lang_String_2F(value_0.com_badlogic_gdx_utils_JsonValue_stringValue); + break; + case 3: + v = value_0.com_badlogic_gdx_utils_JsonValue_doubleValue; + break; + case 4: + v = com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0.com_badlogic_gdx_utils_JsonValue_longValue); + break; + case 5: + v = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_669 + value_0.com_badlogic_gdx_utils_JsonValue_type)); + } + array[i] = v; + } + return array; +} +; +_.asInt__I = function com_badlogic_gdx_utils_JsonValue_asInt__I(){ + return com_badlogic_gdx_utils_JsonValue_$asInt__Lcom_badlogic_gdx_utils_JsonValue_2I(this); +} +; +_.asIntArray___3I = function com_badlogic_gdx_utils_JsonValue_asIntArray___3I(){ + var array, i, v, value_0; + if (this.com_badlogic_gdx_utils_JsonValue_type != (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_674 + this.com_badlogic_gdx_utils_JsonValue_type)); + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this.com_badlogic_gdx_utils_JsonValue_size, 15, 1); + i = 0; + for (value_0 = this.com_badlogic_gdx_utils_JsonValue_child; value_0; value_0 = value_0.com_badlogic_gdx_utils_JsonValue_next , i++) { + switch (value_0.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + v = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(value_0.com_badlogic_gdx_utils_JsonValue_stringValue, 10, $intern_84, $intern_5); + break; + case 3: + v = com_google_gwt_lang_Cast_round_1int__DI(value_0.com_badlogic_gdx_utils_JsonValue_doubleValue); + break; + case 4: + v = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(value_0.com_badlogic_gdx_utils_JsonValue_longValue); + break; + case 5: + v = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_670 + value_0.com_badlogic_gdx_utils_JsonValue_type)); + } + array[i] = v; + } + return array; +} +; +_.asShort__S = function com_badlogic_gdx_utils_JsonValue_asShort__S(){ + return com_badlogic_gdx_utils_JsonValue_$asShort__Lcom_badlogic_gdx_utils_JsonValue_2S(this); +} +; +_.asShortArray___3S = function com_badlogic_gdx_utils_JsonValue_asShortArray___3S(){ + var array, i, v, value_0; + if (this.com_badlogic_gdx_utils_JsonValue_type != (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_674 + this.com_badlogic_gdx_utils_JsonValue_type)); + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, this.com_badlogic_gdx_utils_JsonValue_size, 15, 1); + i = 0; + for (value_0 = this.com_badlogic_gdx_utils_JsonValue_child; value_0; value_0 = value_0.com_badlogic_gdx_utils_JsonValue_next , i++) { + switch (value_0.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + v = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(value_0.com_badlogic_gdx_utils_JsonValue_stringValue, 10, -32768, $intern_343) << 16 >> 16; + break; + case 3: + v = com_google_gwt_lang_Cast_round_1short__DS(value_0.com_badlogic_gdx_utils_JsonValue_doubleValue); + break; + case 4: + v = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(value_0.com_badlogic_gdx_utils_JsonValue_longValue) << 16 >> 16; + break; + case 5: + v = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0.com_badlogic_gdx_utils_JsonValue_longValue, 0)?1:0; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_671 + value_0.com_badlogic_gdx_utils_JsonValue_type)); + } + array[i] = v; + } + return array; +} +; +_.asString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_asString__Ljava_lang_String_2(){ + return com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(this); +} +; +_.asStringArray___3Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_asStringArray___3Ljava_lang_String_2(){ + var array, i, v, value_0; + if (this.com_badlogic_gdx_utils_JsonValue_type != (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_674 + this.com_badlogic_gdx_utils_JsonValue_type)); + array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, this.com_badlogic_gdx_utils_JsonValue_size, 6, 1); + i = 0; + for (value_0 = this.com_badlogic_gdx_utils_JsonValue_child; value_0; value_0 = value_0.com_badlogic_gdx_utils_JsonValue_next , i++) { + switch (value_0.com_badlogic_gdx_utils_JsonValue_type.java_lang_Enum_ordinal) { + case 2: + v = value_0.com_badlogic_gdx_utils_JsonValue_stringValue; + break; + case 3: + v = this.com_badlogic_gdx_utils_JsonValue_stringValue != null?this.com_badlogic_gdx_utils_JsonValue_stringValue:'' + value_0.com_badlogic_gdx_utils_JsonValue_doubleValue; + break; + case 4: + v = this.com_badlogic_gdx_utils_JsonValue_stringValue != null?this.com_badlogic_gdx_utils_JsonValue_stringValue:'' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(value_0.com_badlogic_gdx_utils_JsonValue_longValue); + break; + case 5: + v = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0.com_badlogic_gdx_utils_JsonValue_longValue, 0)?$intern_148:$intern_203; + break; + case 6: + v = null; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_672 + value_0.com_badlogic_gdx_utils_JsonValue_type)); + } + array[i] = v; + } + return array; +} +; +_.child__Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_child__Lcom_badlogic_gdx_utils_JsonValue_2(){ + return this.com_badlogic_gdx_utils_JsonValue_child; +} +; +_.get__ILcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_get__ILcom_badlogic_gdx_utils_JsonValue_2(index_0){ + return com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); +} +; +_.get__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_get__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(name_0){ + return com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); +} +; +_.getBoolean__IZ = function com_badlogic_gdx_utils_JsonValue_getBoolean__IZ(index_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_675 + this.com_badlogic_gdx_utils_JsonValue_name)); + return com_badlogic_gdx_utils_JsonValue_$asBoolean__Lcom_badlogic_gdx_utils_JsonValue_2Z(child); +} +; +_.getBoolean__Ljava_lang_String_2Z = function com_badlogic_gdx_utils_JsonValue_getBoolean__Ljava_lang_String_2Z(name_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_676 + name_0)); + return com_badlogic_gdx_utils_JsonValue_$asBoolean__Lcom_badlogic_gdx_utils_JsonValue_2Z(child); +} +; +_.getBoolean__Ljava_lang_String_2ZZ = function com_badlogic_gdx_utils_JsonValue_getBoolean__Ljava_lang_String_2ZZ(name_0, defaultValue){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + return !child || !com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(child) || child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue)?defaultValue:com_badlogic_gdx_utils_JsonValue_$asBoolean__Lcom_badlogic_gdx_utils_JsonValue_2Z(child); +} +; +_.getByte__IB = function com_badlogic_gdx_utils_JsonValue_getByte__IB(index_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_675 + this.com_badlogic_gdx_utils_JsonValue_name)); + return com_badlogic_gdx_utils_JsonValue_$asByte__Lcom_badlogic_gdx_utils_JsonValue_2B(child); +} +; +_.getByte__Ljava_lang_String_2B = function com_badlogic_gdx_utils_JsonValue_getByte__Ljava_lang_String_2B(name_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_676 + name_0)); + return com_badlogic_gdx_utils_JsonValue_$asByte__Lcom_badlogic_gdx_utils_JsonValue_2B(child); +} +; +_.getByte__Ljava_lang_String_2BB = function com_badlogic_gdx_utils_JsonValue_getByte__Ljava_lang_String_2BB(name_0, defaultValue){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + return !child || !com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(child) || child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue)?defaultValue:com_badlogic_gdx_utils_JsonValue_$asByte__Lcom_badlogic_gdx_utils_JsonValue_2B(child); +} +; +_.getChar__IC = function com_badlogic_gdx_utils_JsonValue_getChar__IC(index_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_675 + this.com_badlogic_gdx_utils_JsonValue_name)); + return com_badlogic_gdx_utils_JsonValue_$asChar__Lcom_badlogic_gdx_utils_JsonValue_2C(child); +} +; +_.getChar__Ljava_lang_String_2C = function com_badlogic_gdx_utils_JsonValue_getChar__Ljava_lang_String_2C(name_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_676 + name_0)); + return com_badlogic_gdx_utils_JsonValue_$asChar__Lcom_badlogic_gdx_utils_JsonValue_2C(child); +} +; +_.getChar__Ljava_lang_String_2CC = function com_badlogic_gdx_utils_JsonValue_getChar__Ljava_lang_String_2CC(name_0, defaultValue){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + return !child || !com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(child) || child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue)?defaultValue:com_badlogic_gdx_utils_JsonValue_$asChar__Lcom_badlogic_gdx_utils_JsonValue_2C(child); +} +; +_.getChild__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_getChild__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(name_0){ + var com_badlogic_gdx_utils_JsonValue_$getChild__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2_child_0; + return com_badlogic_gdx_utils_JsonValue_$getChild__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2_child_0 = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0) , !com_badlogic_gdx_utils_JsonValue_$getChild__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2_child_0?null:com_badlogic_gdx_utils_JsonValue_$getChild__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2_child_0.com_badlogic_gdx_utils_JsonValue_child; +} +; +_.getDouble__ID = function com_badlogic_gdx_utils_JsonValue_getDouble__ID(index_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_675 + this.com_badlogic_gdx_utils_JsonValue_name)); + return com_badlogic_gdx_utils_JsonValue_$asDouble__Lcom_badlogic_gdx_utils_JsonValue_2D(child); +} +; +_.getDouble__Ljava_lang_String_2D = function com_badlogic_gdx_utils_JsonValue_getDouble__Ljava_lang_String_2D(name_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_676 + name_0)); + return com_badlogic_gdx_utils_JsonValue_$asDouble__Lcom_badlogic_gdx_utils_JsonValue_2D(child); +} +; +_.getDouble__Ljava_lang_String_2DD = function com_badlogic_gdx_utils_JsonValue_getDouble__Ljava_lang_String_2DD(name_0, defaultValue){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + return !child || !com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(child) || child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue)?defaultValue:com_badlogic_gdx_utils_JsonValue_$asDouble__Lcom_badlogic_gdx_utils_JsonValue_2D(child); +} +; +_.getFloat__IF = function com_badlogic_gdx_utils_JsonValue_getFloat__IF(index_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_675 + this.com_badlogic_gdx_utils_JsonValue_name)); + return com_badlogic_gdx_utils_JsonValue_$asFloat__Lcom_badlogic_gdx_utils_JsonValue_2F(child); +} +; +_.getFloat__Ljava_lang_String_2F = function com_badlogic_gdx_utils_JsonValue_getFloat__Ljava_lang_String_2F(name_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_676 + name_0)); + return com_badlogic_gdx_utils_JsonValue_$asFloat__Lcom_badlogic_gdx_utils_JsonValue_2F(child); +} +; +_.getFloat__Ljava_lang_String_2FF = function com_badlogic_gdx_utils_JsonValue_getFloat__Ljava_lang_String_2FF(name_0, defaultValue){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + return !child || !com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(child) || child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue)?defaultValue:com_badlogic_gdx_utils_JsonValue_$asFloat__Lcom_badlogic_gdx_utils_JsonValue_2F(child); +} +; +_.getInt__II = function com_badlogic_gdx_utils_JsonValue_getInt__II(index_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_675 + this.com_badlogic_gdx_utils_JsonValue_name)); + return com_badlogic_gdx_utils_JsonValue_$asInt__Lcom_badlogic_gdx_utils_JsonValue_2I(child); +} +; +_.getInt__Ljava_lang_String_2I = function com_badlogic_gdx_utils_JsonValue_getInt__Ljava_lang_String_2I(name_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_676 + name_0)); + return com_badlogic_gdx_utils_JsonValue_$asInt__Lcom_badlogic_gdx_utils_JsonValue_2I(child); +} +; +_.getInt__Ljava_lang_String_2II = function com_badlogic_gdx_utils_JsonValue_getInt__Ljava_lang_String_2II(name_0, defaultValue){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + return !child || !com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(child) || child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue)?defaultValue:com_badlogic_gdx_utils_JsonValue_$asInt__Lcom_badlogic_gdx_utils_JsonValue_2I(child); +} +; +_.getShort__IS = function com_badlogic_gdx_utils_JsonValue_getShort__IS(index_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_675 + this.com_badlogic_gdx_utils_JsonValue_name)); + return com_badlogic_gdx_utils_JsonValue_$asShort__Lcom_badlogic_gdx_utils_JsonValue_2S(child); +} +; +_.getShort__Ljava_lang_String_2S = function com_badlogic_gdx_utils_JsonValue_getShort__Ljava_lang_String_2S(name_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_676 + name_0)); + return com_badlogic_gdx_utils_JsonValue_$asShort__Lcom_badlogic_gdx_utils_JsonValue_2S(child); +} +; +_.getShort__Ljava_lang_String_2SS = function com_badlogic_gdx_utils_JsonValue_getShort__Ljava_lang_String_2SS(name_0, defaultValue){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + return !child || !com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(child) || child.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue)?defaultValue:com_badlogic_gdx_utils_JsonValue_$asShort__Lcom_badlogic_gdx_utils_JsonValue_2S(child); +} +; +_.getString__ILjava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_getString__ILjava_lang_String_2(index_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_675 + this.com_badlogic_gdx_utils_JsonValue_name)); + return com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(child); +} +; +_.getString__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_getString__Ljava_lang_String_2Ljava_lang_String_2(name_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!child) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_676 + name_0)); + return com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(child); +} +; +_.getString__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_getString__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(name_0, defaultValue){ + return com_badlogic_gdx_utils_JsonValue_$getString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(this, name_0, defaultValue); +} +; +_.has__Ljava_lang_String_2Z = function com_badlogic_gdx_utils_JsonValue_has__Ljava_lang_String_2Z(name_0){ + return !!com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); +} +; +_.hasChild__Ljava_lang_String_2Z = function com_badlogic_gdx_utils_JsonValue_hasChild__Ljava_lang_String_2Z(name_0){ + var child; + return child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0) , !!(!child?null:child.com_badlogic_gdx_utils_JsonValue_child); +} +; +_.isArray__Z = function com_badlogic_gdx_utils_JsonValue_isArray__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array); +} +; +_.isBoolean__Z = function com_badlogic_gdx_utils_JsonValue_isBoolean__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue); +} +; +_.isDouble__Z = function com_badlogic_gdx_utils_JsonValue_isDouble__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue); +} +; +_.isEmpty__Z = function com_badlogic_gdx_utils_JsonValue_isEmpty__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_size == 0; +} +; +_.isLong__Z = function com_badlogic_gdx_utils_JsonValue_isLong__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_longValue); +} +; +_.isNull__Z = function com_badlogic_gdx_utils_JsonValue_isNull__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue); +} +; +_.isNumber__Z = function com_badlogic_gdx_utils_JsonValue_isNumber__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue) || this.com_badlogic_gdx_utils_JsonValue_type == com_badlogic_gdx_utils_JsonValue$ValueType_longValue; +} +; +_.isObject__Z = function com_badlogic_gdx_utils_JsonValue_isObject__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object); +} +; +_.isString__Z = function com_badlogic_gdx_utils_JsonValue_isString__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_type == (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_stringValue); +} +; +_.isValue__Z = function com_badlogic_gdx_utils_JsonValue_isValue__Z(){ + return com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(this); +} +; +_.iterator__Lcom_badlogic_gdx_utils_JsonValue$JsonIterator_2 = function com_badlogic_gdx_utils_JsonValue_iterator__Lcom_badlogic_gdx_utils_JsonValue$JsonIterator_2(){ + return new com_badlogic_gdx_utils_JsonValue$JsonIterator_JsonValue$JsonIterator__Lcom_badlogic_gdx_utils_JsonValue_2V(this); +} +; +_.iterator__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue$JsonIterator_2 = function com_badlogic_gdx_utils_JsonValue_iterator__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue$JsonIterator_2(name_0){ + var current, iter; + current = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!current) { + iter = new com_badlogic_gdx_utils_JsonValue$JsonIterator_JsonValue$JsonIterator__Lcom_badlogic_gdx_utils_JsonValue_2V(this); + iter.com_badlogic_gdx_utils_JsonValue$JsonIterator_entry = null; + return iter; + } + return new com_badlogic_gdx_utils_JsonValue$JsonIterator_JsonValue$JsonIterator__Lcom_badlogic_gdx_utils_JsonValue_2V(current); +} +; +_.private$com_badlogic_gdx_utils_JsonValue$json__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V = function com_badlogic_gdx_utils_JsonValue_json__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(object, buffer, outputType){ + com_badlogic_gdx_utils_JsonValue_$json__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(this, object, buffer, outputType); +} +; +_.name__Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_name__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_utils_JsonValue_name; +} +; +_.next__Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_next__Lcom_badlogic_gdx_utils_JsonValue_2(){ + return this.com_badlogic_gdx_utils_JsonValue_next; +} +; +_.notEmpty__Z = function com_badlogic_gdx_utils_JsonValue_notEmpty__Z(){ + return this.com_badlogic_gdx_utils_JsonValue_size > 0; +} +; +_.parent__Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_parent__Lcom_badlogic_gdx_utils_JsonValue_2(){ + return this.com_badlogic_gdx_utils_JsonValue_parent; +} +; +_.prettyPrint__Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_prettyPrint__Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(settings){ + return com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(this, settings); +} +; +_.private$com_badlogic_gdx_utils_JsonValue$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V = function com_badlogic_gdx_utils_JsonValue_prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(object, buffer, indent, settings){ + com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this, object, buffer, indent, settings); +} +; +_.private$com_badlogic_gdx_utils_JsonValue$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V = function com_badlogic_gdx_utils_JsonValue_prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(object, writer, indent, settings){ + com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this, object, writer, indent, settings); +} +; +_.prettyPrint__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_prettyPrint__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2(outputType, singleLineColumns){ + return com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2(this, outputType, singleLineColumns); +} +; +_.prettyPrint__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_io_Writer_2V = function com_badlogic_gdx_utils_JsonValue_prettyPrint__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_io_Writer_2V(outputType, writer){ + var settings; + settings = new com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_JsonValue$PrettyPrintSettings__V; + settings.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_outputType = outputType; + com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(this, this, writer, 0, settings); +} +; +_.prev__Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_prev__Lcom_badlogic_gdx_utils_JsonValue_2(){ + return this.com_badlogic_gdx_utils_JsonValue_prev; +} +; +_.remove__V = function com_badlogic_gdx_utils_JsonValue_remove__V(){ + if (!this.com_badlogic_gdx_utils_JsonValue_parent) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__V); + if (!this.com_badlogic_gdx_utils_JsonValue_prev) { + this.com_badlogic_gdx_utils_JsonValue_parent.com_badlogic_gdx_utils_JsonValue_child = this.com_badlogic_gdx_utils_JsonValue_next; + !!this.com_badlogic_gdx_utils_JsonValue_parent.com_badlogic_gdx_utils_JsonValue_child && (this.com_badlogic_gdx_utils_JsonValue_parent.com_badlogic_gdx_utils_JsonValue_child.com_badlogic_gdx_utils_JsonValue_prev = null); + } + else { + this.com_badlogic_gdx_utils_JsonValue_prev.com_badlogic_gdx_utils_JsonValue_next = this.com_badlogic_gdx_utils_JsonValue_next; + !!this.com_badlogic_gdx_utils_JsonValue_next && (this.com_badlogic_gdx_utils_JsonValue_next.com_badlogic_gdx_utils_JsonValue_prev = this.com_badlogic_gdx_utils_JsonValue_prev); + } + --this.com_badlogic_gdx_utils_JsonValue_parent.com_badlogic_gdx_utils_JsonValue_size; +} +; +_.remove__ILcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_remove__ILcom_badlogic_gdx_utils_JsonValue_2(index_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!child) + return null; + if (!child.com_badlogic_gdx_utils_JsonValue_prev) { + this.com_badlogic_gdx_utils_JsonValue_child = child.com_badlogic_gdx_utils_JsonValue_next; + !!this.com_badlogic_gdx_utils_JsonValue_child && (this.com_badlogic_gdx_utils_JsonValue_child.com_badlogic_gdx_utils_JsonValue_prev = null); + } + else { + child.com_badlogic_gdx_utils_JsonValue_prev.com_badlogic_gdx_utils_JsonValue_next = child.com_badlogic_gdx_utils_JsonValue_next; + !!child.com_badlogic_gdx_utils_JsonValue_next && (child.com_badlogic_gdx_utils_JsonValue_next.com_badlogic_gdx_utils_JsonValue_prev = child.com_badlogic_gdx_utils_JsonValue_prev); + } + --this.com_badlogic_gdx_utils_JsonValue_size; + return child; +} +; +_.remove__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_remove__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(name_0){ + var child; + child = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!child) + return null; + if (!child.com_badlogic_gdx_utils_JsonValue_prev) { + this.com_badlogic_gdx_utils_JsonValue_child = child.com_badlogic_gdx_utils_JsonValue_next; + !!this.com_badlogic_gdx_utils_JsonValue_child && (this.com_badlogic_gdx_utils_JsonValue_child.com_badlogic_gdx_utils_JsonValue_prev = null); + } + else { + child.com_badlogic_gdx_utils_JsonValue_prev.com_badlogic_gdx_utils_JsonValue_next = child.com_badlogic_gdx_utils_JsonValue_next; + !!child.com_badlogic_gdx_utils_JsonValue_next && (child.com_badlogic_gdx_utils_JsonValue_next.com_badlogic_gdx_utils_JsonValue_prev = child.com_badlogic_gdx_utils_JsonValue_prev); + } + --this.com_badlogic_gdx_utils_JsonValue_size; + return child; +} +; +_.require__ILcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_require__ILcom_badlogic_gdx_utils_JsonValue_2(index_0){ + var current; + current = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(this, index_0); + if (!current) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Child not found with index: ' + index_0)); + return current; +} +; +_.require__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue_require__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(name_0){ + var current; + current = com_badlogic_gdx_utils_JsonValue_$get__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(this, name_0); + if (!current) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Child not found with name: ' + name_0)); + return current; +} +; +_.set__DLjava_lang_String_2V = function com_badlogic_gdx_utils_JsonValue_set__DLjava_lang_String_2V(value_0, stringValue){ + com_badlogic_gdx_utils_JsonValue_$set__Lcom_badlogic_gdx_utils_JsonValue_2DLjava_lang_String_2V(this, value_0, stringValue); +} +; +_.set__Ljava_lang_String_2V = function com_badlogic_gdx_utils_JsonValue_set__Ljava_lang_String_2V(value_0){ + this.com_badlogic_gdx_utils_JsonValue_stringValue = value_0; + this.com_badlogic_gdx_utils_JsonValue_type = value_0 == null?(com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue):(com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_stringValue); +} +; +_.set__ZV = function com_badlogic_gdx_utils_JsonValue_set__ZV(value_0){ + this.com_badlogic_gdx_utils_JsonValue_longValue = value_0?1:0; + this.com_badlogic_gdx_utils_JsonValue_type = (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue); +} +; +_.setName__Ljava_lang_String_2V = function com_badlogic_gdx_utils_JsonValue_setName__Ljava_lang_String_2V(name_0){ + this.com_badlogic_gdx_utils_JsonValue_name = name_0; +} +; +_.setNext__Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_JsonValue_setNext__Lcom_badlogic_gdx_utils_JsonValue_2V(next){ + this.com_badlogic_gdx_utils_JsonValue_next = next; +} +; +_.setPrev__Lcom_badlogic_gdx_utils_JsonValue_2V = function com_badlogic_gdx_utils_JsonValue_setPrev__Lcom_badlogic_gdx_utils_JsonValue_2V(prev){ + this.com_badlogic_gdx_utils_JsonValue_prev = prev; +} +; +_.setType__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2V = function com_badlogic_gdx_utils_JsonValue_setType__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2V(type_0){ + if (!type_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_561)); + this.com_badlogic_gdx_utils_JsonValue_type = type_0; +} +; +_.size__I = function com_badlogic_gdx_utils_JsonValue_size__I(){ + return this.com_badlogic_gdx_utils_JsonValue_size; +} +; +_.toJson__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_toJson__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_String_2(outputType){ + var buffer; + if (com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(this)) + return com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(this); + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(512); + com_badlogic_gdx_utils_JsonValue_$json__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(this, this, buffer, outputType); + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_toString__Ljava_lang_String_2(){ + if (com_badlogic_gdx_utils_JsonValue_$isValue__Lcom_badlogic_gdx_utils_JsonValue_2Z(this)) + return this.com_badlogic_gdx_utils_JsonValue_name == null?com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(this):this.com_badlogic_gdx_utils_JsonValue_name + $intern_38 + com_badlogic_gdx_utils_JsonValue_$asString__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(this); + return (this.com_badlogic_gdx_utils_JsonValue_name == null?'':this.com_badlogic_gdx_utils_JsonValue_name + $intern_38) + com_badlogic_gdx_utils_JsonValue_$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2(this, (com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimal), 0); +} +; +_.trace__Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonValue_trace__Ljava_lang_String_2(){ + return com_badlogic_gdx_utils_JsonValue_$trace__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2(this); +} +; +_.type__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2 = function com_badlogic_gdx_utils_JsonValue_type__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2(){ + return this.com_badlogic_gdx_utils_JsonValue_type; +} +; +_.com_badlogic_gdx_utils_JsonValue_doubleValue = 0; +_.com_badlogic_gdx_utils_JsonValue_longValue = 0; +_.com_badlogic_gdx_utils_JsonValue_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_677, 95, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_JsonValue$JsonIterator_$next__Lcom_badlogic_gdx_utils_JsonValue$JsonIterator_2Lcom_badlogic_gdx_utils_JsonValue_2(this$static){ + this$static.com_badlogic_gdx_utils_JsonValue$JsonIterator_current = this$static.com_badlogic_gdx_utils_JsonValue$JsonIterator_entry; + if (!this$static.com_badlogic_gdx_utils_JsonValue$JsonIterator_current) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + this$static.com_badlogic_gdx_utils_JsonValue$JsonIterator_entry = this$static.com_badlogic_gdx_utils_JsonValue$JsonIterator_current.com_badlogic_gdx_utils_JsonValue_next; + return this$static.com_badlogic_gdx_utils_JsonValue$JsonIterator_current; +} + +function com_badlogic_gdx_utils_JsonValue$JsonIterator_JsonValue$JsonIterator__Lcom_badlogic_gdx_utils_JsonValue_2V(this$0){ + this.com_badlogic_gdx_utils_JsonValue$JsonIterator_this$01 = this$0; + this.com_badlogic_gdx_utils_JsonValue$JsonIterator_entry = this.com_badlogic_gdx_utils_JsonValue$JsonIterator_this$01.com_badlogic_gdx_utils_JsonValue_child; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(376, 1, {376:1, 29:1, 57:1}, com_badlogic_gdx_utils_JsonValue$JsonIterator_JsonValue$JsonIterator__Lcom_badlogic_gdx_utils_JsonValue_2V); +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_JsonValue$JsonIterator_next__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_JsonValue$JsonIterator_$next__Lcom_badlogic_gdx_utils_JsonValue$JsonIterator_2Lcom_badlogic_gdx_utils_JsonValue_2(this); +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_JsonValue$JsonIterator_hasNext__Z(){ + return !!this.com_badlogic_gdx_utils_JsonValue$JsonIterator_entry; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_JsonValue$JsonIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Lcom_badlogic_gdx_utils_JsonValue_2 = function com_badlogic_gdx_utils_JsonValue$JsonIterator_next__Lcom_badlogic_gdx_utils_JsonValue_2(){ + return com_badlogic_gdx_utils_JsonValue$JsonIterator_$next__Lcom_badlogic_gdx_utils_JsonValue$JsonIterator_2Lcom_badlogic_gdx_utils_JsonValue_2(this); +} +; +_.remove__V = function com_badlogic_gdx_utils_JsonValue$JsonIterator_remove__V(){ + if (!this.com_badlogic_gdx_utils_JsonValue$JsonIterator_current.com_badlogic_gdx_utils_JsonValue_prev) { + this.com_badlogic_gdx_utils_JsonValue$JsonIterator_this$01.com_badlogic_gdx_utils_JsonValue_child = this.com_badlogic_gdx_utils_JsonValue$JsonIterator_current.com_badlogic_gdx_utils_JsonValue_next; + !!this.com_badlogic_gdx_utils_JsonValue$JsonIterator_this$01.com_badlogic_gdx_utils_JsonValue_child && (this.com_badlogic_gdx_utils_JsonValue$JsonIterator_this$01.com_badlogic_gdx_utils_JsonValue_child.com_badlogic_gdx_utils_JsonValue_prev = null); + } + else { + this.com_badlogic_gdx_utils_JsonValue$JsonIterator_current.com_badlogic_gdx_utils_JsonValue_prev.com_badlogic_gdx_utils_JsonValue_next = this.com_badlogic_gdx_utils_JsonValue$JsonIterator_current.com_badlogic_gdx_utils_JsonValue_next; + !!this.com_badlogic_gdx_utils_JsonValue$JsonIterator_current.com_badlogic_gdx_utils_JsonValue_next && (this.com_badlogic_gdx_utils_JsonValue$JsonIterator_current.com_badlogic_gdx_utils_JsonValue_next.com_badlogic_gdx_utils_JsonValue_prev = this.com_badlogic_gdx_utils_JsonValue$JsonIterator_current.com_badlogic_gdx_utils_JsonValue_prev); + } + --this.com_badlogic_gdx_utils_JsonValue$JsonIterator_this$01.com_badlogic_gdx_utils_JsonValue_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'JsonValue/JsonIterator', 376, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_JsonValue$PrettyPrintSettings__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(448, 1, {448:1}, com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_JsonValue$PrettyPrintSettings__V); +_.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_singleLineColumns = 0; +_.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_wrapNumericArrays = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'JsonValue/PrettyPrintSettings', 448, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V(){ + com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_JsonValue$ValueType_object = new com_badlogic_gdx_utils_JsonValue$ValueType_JsonValue$ValueType__Ljava_lang_String_2IV($intern_0, 0); + com_badlogic_gdx_utils_JsonValue$ValueType_array = new com_badlogic_gdx_utils_JsonValue$ValueType_JsonValue$ValueType__Ljava_lang_String_2IV($intern_678, 1); + com_badlogic_gdx_utils_JsonValue$ValueType_stringValue = new com_badlogic_gdx_utils_JsonValue$ValueType_JsonValue$ValueType__Ljava_lang_String_2IV($intern_679, 2); + com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue = new com_badlogic_gdx_utils_JsonValue$ValueType_JsonValue$ValueType__Ljava_lang_String_2IV($intern_680, 3); + com_badlogic_gdx_utils_JsonValue$ValueType_longValue = new com_badlogic_gdx_utils_JsonValue$ValueType_JsonValue$ValueType__Ljava_lang_String_2IV($intern_681, 4); + com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue = new com_badlogic_gdx_utils_JsonValue$ValueType_JsonValue$ValueType__Ljava_lang_String_2IV($intern_682, 5); + com_badlogic_gdx_utils_JsonValue$ValueType_nullValue = new com_badlogic_gdx_utils_JsonValue$ValueType_JsonValue$ValueType__Ljava_lang_String_2IV('nullValue', 6); +} + +function com_badlogic_gdx_utils_JsonValue$ValueType_JsonValue$ValueType__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_utils_JsonValue$ValueType_values___3Lcom_badlogic_gdx_utils_JsonValue$ValueType_2(){ + com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), $intern_683, 189, 0, [com_badlogic_gdx_utils_JsonValue$ValueType_object, com_badlogic_gdx_utils_JsonValue$ValueType_array, com_badlogic_gdx_utils_JsonValue$ValueType_stringValue, com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue, com_badlogic_gdx_utils_JsonValue$ValueType_longValue, com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue, com_badlogic_gdx_utils_JsonValue$ValueType_nullValue]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(189, 39, {189:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_utils_JsonValue$ValueType_JsonValue$ValueType__Ljava_lang_String_2IV); +var com_badlogic_gdx_utils_JsonValue$ValueType_array, com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue, com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue, com_badlogic_gdx_utils_JsonValue$ValueType_longValue, com_badlogic_gdx_utils_JsonValue$ValueType_nullValue, com_badlogic_gdx_utils_JsonValue$ValueType_object, com_badlogic_gdx_utils_JsonValue$ValueType_stringValue; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_13, 'JsonValue/ValueType', 189, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_utils_JsonValue$ValueType_values___3Lcom_badlogic_gdx_utils_JsonValue$ValueType_2); +function com_badlogic_gdx_utils_JsonValue$ValueType$Map_$clinit__V(){ + com_badlogic_gdx_utils_JsonValue$ValueType$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_JsonValue$ValueType$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), $intern_683, 189, 0, [com_badlogic_gdx_utils_JsonValue$ValueType_object, com_badlogic_gdx_utils_JsonValue$ValueType_array, com_badlogic_gdx_utils_JsonValue$ValueType_stringValue, com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue, com_badlogic_gdx_utils_JsonValue$ValueType_longValue, com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue, com_badlogic_gdx_utils_JsonValue$ValueType_nullValue]))); +} + +var com_badlogic_gdx_utils_JsonValue$ValueType$Map_$MAP; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Appendable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_8, 'Appendable'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Flushable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_10, 'Flushable'); +function java_io_Writer_$append__Ljava_io_Writer_2Ljava_lang_CharSequence_2Ljava_io_Writer_2(this$static, csq){ + null == csq?java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(this$static, $intern_571, $intern_571.length):java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2V(this$static, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(csq) , csq)); + return this$static; +} + +function java_io_Writer_$write__Ljava_io_Writer_2IV(this$static, oneChar){ + var oneCharArray; + oneCharArray = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, 1, 15, 1); + oneCharArray[0] = oneChar & $intern_4; + this$static.write___3CIIV(oneCharArray, 0, oneCharArray.length); +} + +function java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2V(this$static, str){ + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(this$static, str, str.length); +} + +function java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2IIV(this$static, str, count){ + var buf; + if (count < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__V); + } + buf = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, count, 15, 1); + java_lang_String_$getChars__Ljava_lang_String_2II_3CIV(str, count, buf, 0); + this$static.write___3CIIV(buf, 0, buf.length); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(643, 1, $intern_684); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Writer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'Writer', 643, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_JsonWriter_$array__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static){ + com_badlogic_gdx_utils_JsonWriter_$requireCommaOrName__Lcom_badlogic_gdx_utils_JsonWriter_2V(this$static); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_JsonWriter_stack, this$static.com_badlogic_gdx_utils_JsonWriter_current = new com_badlogic_gdx_utils_JsonWriter$JsonObject_JsonWriter$JsonObject__Lcom_badlogic_gdx_utils_JsonWriter_2ZV(this$static, true)); + return this$static; +} + +function com_badlogic_gdx_utils_JsonWriter_$json__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static, json){ + com_badlogic_gdx_utils_JsonWriter_$requireCommaOrName__Lcom_badlogic_gdx_utils_JsonWriter_2V(this$static); + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_utils_JsonWriter_writer, json); + return this$static; +} + +function com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static, name_0){ + if (!this$static.com_badlogic_gdx_utils_JsonWriter_current || this$static.com_badlogic_gdx_utils_JsonWriter_current.com_badlogic_gdx_utils_JsonWriter$JsonObject_array) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('Current item must be an object.')); + this$static.com_badlogic_gdx_utils_JsonWriter_current.com_badlogic_gdx_utils_JsonWriter$JsonObject_needsComma?java_io_Writer_$write__Ljava_io_Writer_2IV(this$static.com_badlogic_gdx_utils_JsonWriter_writer, 44):(this$static.com_badlogic_gdx_utils_JsonWriter_current.com_badlogic_gdx_utils_JsonWriter$JsonObject_needsComma = true); + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_utils_JsonWriter_writer, com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteName__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_String_2Ljava_lang_String_2(this$static.com_badlogic_gdx_utils_JsonWriter_outputType, name_0)); + java_io_Writer_$write__Ljava_io_Writer_2IV(this$static.com_badlogic_gdx_utils_JsonWriter_writer, 58); + this$static.com_badlogic_gdx_utils_JsonWriter_named = true; + return this$static; +} + +function com_badlogic_gdx_utils_JsonWriter_$object__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static){ + com_badlogic_gdx_utils_JsonWriter_$requireCommaOrName__Lcom_badlogic_gdx_utils_JsonWriter_2V(this$static); + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_JsonWriter_stack, this$static.com_badlogic_gdx_utils_JsonWriter_current = new com_badlogic_gdx_utils_JsonWriter$JsonObject_JsonWriter$JsonObject__Lcom_badlogic_gdx_utils_JsonWriter_2ZV(this$static, false)); + return this$static; +} + +function com_badlogic_gdx_utils_JsonWriter_$pop__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static){ + if (this$static.com_badlogic_gdx_utils_JsonWriter_named) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('Expected an object, array, or value since a name was set.')); + com_badlogic_gdx_utils_JsonWriter$JsonObject_$close__Lcom_badlogic_gdx_utils_JsonWriter$JsonObject_2V(com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_JsonWriter_stack)); + this$static.com_badlogic_gdx_utils_JsonWriter_current = this$static.com_badlogic_gdx_utils_JsonWriter_stack.com_badlogic_gdx_utils_Array_size == 0?null:com_badlogic_gdx_utils_Array_$peek__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_JsonWriter_stack); + return this$static; +} + +function com_badlogic_gdx_utils_JsonWriter_$requireCommaOrName__Lcom_badlogic_gdx_utils_JsonWriter_2V(this$static){ + if (!this$static.com_badlogic_gdx_utils_JsonWriter_current) + return; + if (this$static.com_badlogic_gdx_utils_JsonWriter_current.com_badlogic_gdx_utils_JsonWriter$JsonObject_array) { + this$static.com_badlogic_gdx_utils_JsonWriter_current.com_badlogic_gdx_utils_JsonWriter$JsonObject_needsComma?java_io_Writer_$write__Ljava_io_Writer_2IV(this$static.com_badlogic_gdx_utils_JsonWriter_writer, 44):(this$static.com_badlogic_gdx_utils_JsonWriter_current.com_badlogic_gdx_utils_JsonWriter$JsonObject_needsComma = true); + } + else { + if (!this$static.com_badlogic_gdx_utils_JsonWriter_named) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('Name must be set.')); + this$static.com_badlogic_gdx_utils_JsonWriter_named = false; + } +} + +function com_badlogic_gdx_utils_JsonWriter_$set__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static, name_0, value_0){ + return com_badlogic_gdx_utils_JsonWriter_$value__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static, name_0), value_0); +} + +function com_badlogic_gdx_utils_JsonWriter_$setOutputType__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(this$static, outputType){ + this$static.com_badlogic_gdx_utils_JsonWriter_outputType = outputType; +} + +function com_badlogic_gdx_utils_JsonWriter_$setQuoteLongValues__Lcom_badlogic_gdx_utils_JsonWriter_2ZV(this$static, quoteLongValues){ + this$static.com_badlogic_gdx_utils_JsonWriter_quoteLongValues = quoteLongValues; +} + +function com_badlogic_gdx_utils_JsonWriter_$value__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(this$static, value_0){ + var longValue, number; + if (this$static.com_badlogic_gdx_utils_JsonWriter_quoteLongValues && (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 320) || com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(value_0))) { + value_0 = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(value_0); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 208)) { + number = value_0; + longValue = java_lang_Number_longValue_1_1J_1_1devirtual$__Ljava_lang_Number_2J(number); + java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(number) == com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(longValue) && (value_0 = java_lang_Long_valueOf__JLjava_lang_Long_2(longValue)); + } + com_badlogic_gdx_utils_JsonWriter_$requireCommaOrName__Lcom_badlogic_gdx_utils_JsonWriter_2V(this$static); + java_io_Writer_$write__Ljava_io_Writer_2Ljava_lang_String_2V(this$static.com_badlogic_gdx_utils_JsonWriter_writer, com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteValue__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_Object_2Ljava_lang_String_2(this$static.com_badlogic_gdx_utils_JsonWriter_outputType, value_0)); + return this$static; +} + +function com_badlogic_gdx_utils_JsonWriter_JsonWriter__Ljava_io_Writer_2V(writer){ + this.com_badlogic_gdx_utils_JsonWriter_stack = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_utils_JsonWriter_outputType = (com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_json); + this.com_badlogic_gdx_utils_JsonWriter_writer = writer; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(447, 643, {447:1, 205:1, 527:1, 643:1, 459:1, 204:1}, com_badlogic_gdx_utils_JsonWriter_JsonWriter__Ljava_io_Writer_2V); +_.array__Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_array__Lcom_badlogic_gdx_utils_JsonWriter_2(){ + return com_badlogic_gdx_utils_JsonWriter_$array__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this); +} +; +_.array__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_array__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(name_0){ + return com_badlogic_gdx_utils_JsonWriter_$array__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this, name_0)); +} +; +_.close__V = function com_badlogic_gdx_utils_JsonWriter_close__V(){ + while (this.com_badlogic_gdx_utils_JsonWriter_stack.com_badlogic_gdx_utils_Array_size > 0) + com_badlogic_gdx_utils_JsonWriter_$pop__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this); + this.com_badlogic_gdx_utils_JsonWriter_writer.close__V(); +} +; +_.flush__V = function com_badlogic_gdx_utils_JsonWriter_flush__V(){ + this.com_badlogic_gdx_utils_JsonWriter_writer.flush__V(); +} +; +_.getWriter__Ljava_io_Writer_2 = function com_badlogic_gdx_utils_JsonWriter_getWriter__Ljava_io_Writer_2(){ + return this.com_badlogic_gdx_utils_JsonWriter_writer; +} +; +_.json__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_json__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(json){ + return com_badlogic_gdx_utils_JsonWriter_$json__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this, json); +} +; +_.json__Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_json__Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(name_0, json){ + return com_badlogic_gdx_utils_JsonWriter_$json__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this, name_0), json); +} +; +_.name__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_name__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(name_0){ + return com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this, name_0); +} +; +_.object__Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_object__Lcom_badlogic_gdx_utils_JsonWriter_2(){ + return com_badlogic_gdx_utils_JsonWriter_$object__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this); +} +; +_.object__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_object__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(name_0){ + return com_badlogic_gdx_utils_JsonWriter_$object__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(com_badlogic_gdx_utils_JsonWriter_$name__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(this, name_0)); +} +; +_.pop__Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_pop__Lcom_badlogic_gdx_utils_JsonWriter_2(){ + return com_badlogic_gdx_utils_JsonWriter_$pop__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter_2(this); +} +; +_.private$com_badlogic_gdx_utils_JsonWriter$requireCommaOrName__V = function com_badlogic_gdx_utils_JsonWriter_requireCommaOrName__V(){ + com_badlogic_gdx_utils_JsonWriter_$requireCommaOrName__Lcom_badlogic_gdx_utils_JsonWriter_2V(this); +} +; +_.set__Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_set__Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(name_0, value_0){ + return com_badlogic_gdx_utils_JsonWriter_$set__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(this, name_0, value_0); +} +; +_.setOutputType__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V = function com_badlogic_gdx_utils_JsonWriter_setOutputType__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(outputType){ + com_badlogic_gdx_utils_JsonWriter_$setOutputType__Lcom_badlogic_gdx_utils_JsonWriter_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(this, outputType); +} +; +_.setQuoteLongValues__ZV = function com_badlogic_gdx_utils_JsonWriter_setQuoteLongValues__ZV(quoteLongValues){ + com_badlogic_gdx_utils_JsonWriter_$setQuoteLongValues__Lcom_badlogic_gdx_utils_JsonWriter_2ZV(this, quoteLongValues); +} +; +_.value__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2 = function com_badlogic_gdx_utils_JsonWriter_value__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(value_0){ + return com_badlogic_gdx_utils_JsonWriter_$value__Lcom_badlogic_gdx_utils_JsonWriter_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(this, value_0); +} +; +_.write___3CIIV = function com_badlogic_gdx_utils_JsonWriter_write___3CIIV(cbuf, off, len){ + this.com_badlogic_gdx_utils_JsonWriter_writer.write___3CIIV(cbuf, off, len); +} +; +_.com_badlogic_gdx_utils_JsonWriter_named = false; +_.com_badlogic_gdx_utils_JsonWriter_quoteLongValues = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_685, 447, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Writer_12_1classLit); +function com_badlogic_gdx_utils_JsonWriter$JsonObject_$close__Lcom_badlogic_gdx_utils_JsonWriter$JsonObject_2V(this$static){ + java_io_Writer_$write__Ljava_io_Writer_2IV(this$static.com_badlogic_gdx_utils_JsonWriter$JsonObject_this$01.com_badlogic_gdx_utils_JsonWriter_writer, this$static.com_badlogic_gdx_utils_JsonWriter$JsonObject_array?93:125); +} + +function com_badlogic_gdx_utils_JsonWriter$JsonObject_JsonWriter$JsonObject__Lcom_badlogic_gdx_utils_JsonWriter_2ZV(this$0, array){ + this.com_badlogic_gdx_utils_JsonWriter$JsonObject_this$01 = this$0; + this.com_badlogic_gdx_utils_JsonWriter$JsonObject_array = array; + java_io_Writer_$write__Ljava_io_Writer_2IV(this$0.com_badlogic_gdx_utils_JsonWriter_writer, array?91:123); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(655, 1, {655:1}, com_badlogic_gdx_utils_JsonWriter$JsonObject_JsonWriter$JsonObject__Lcom_badlogic_gdx_utils_JsonWriter_2ZV); +_.com_badlogic_gdx_utils_JsonWriter$JsonObject_array = false; +_.com_badlogic_gdx_utils_JsonWriter$JsonObject_needsComma = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$JsonObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'JsonWriter/JsonObject', 655, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V(){ + com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_JsonWriter$OutputType_json = new com_badlogic_gdx_utils_JsonWriter$OutputType_JsonWriter$OutputType__Ljava_lang_String_2IV($intern_686, 0); + com_badlogic_gdx_utils_JsonWriter$OutputType_javascript = new com_badlogic_gdx_utils_JsonWriter$OutputType_JsonWriter$OutputType__Ljava_lang_String_2IV($intern_687, 1); + com_badlogic_gdx_utils_JsonWriter$OutputType_minimal = new com_badlogic_gdx_utils_JsonWriter$OutputType_JsonWriter$OutputType__Ljava_lang_String_2IV('minimal', 2); + com_badlogic_gdx_utils_JsonWriter$OutputType_javascriptPattern = new java_util_regex_Pattern_Pattern__Ljava_lang_String_2IV('^[a-zA-Z_$][a-zA-Z_$0-9]*$'); + com_badlogic_gdx_utils_JsonWriter$OutputType_minimalNamePattern = new java_util_regex_Pattern_Pattern__Ljava_lang_String_2IV('^[^":,}/ ][^:]*$'); + com_badlogic_gdx_utils_JsonWriter$OutputType_minimalValuePattern = new java_util_regex_Pattern_Pattern__Ljava_lang_String_2IV('^[^":,{\\[\\]/ ][^}\\],]*$'); +} + +function com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteName__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_String_2Ljava_lang_String_2(this$static, value_0){ + var buffer; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__Ljava_lang_String_2V(value_0); + com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, 92, $intern_130), 13, '\\r'), 10, '\\n'), 9, '\\t'); + switch (this$static.java_lang_Enum_ordinal) { + case 2: + if (value_0.indexOf('//') == -1 && value_0.indexOf('/*') == -1 && regexodus_Matcher_$matches__Lregexodus_Matcher_2Z((new java_util_regex_Matcher_Matcher__Ljava_util_regex_Pattern_2Ljava_lang_CharSequence_2V(com_badlogic_gdx_utils_JsonWriter$OutputType_minimalNamePattern, buffer)).java_util_regex_Matcher_matcher)) + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); + case 1: + if (regexodus_Matcher_$matches__Lregexodus_Matcher_2Z((new java_util_regex_Matcher_Matcher__Ljava_util_regex_Pattern_2Ljava_lang_CharSequence_2V(com_badlogic_gdx_utils_JsonWriter$OutputType_javascriptPattern, buffer)).java_util_regex_Matcher_matcher)) + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); + } + return '"' + com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, 34, '\\"')) + '"'; +} + +function com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteValue__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_Object_2Ljava_lang_String_2(this$static, value_0){ + var buffer, length_0, string; + if (value_0 == null) + return $intern_571; + string = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(value_0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(value_0, 208) || com_google_gwt_lang_Cast_instanceOfBoolean__Ljava_lang_Object_2Z(value_0)) + return string; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__Ljava_lang_String_2V(string); + com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, 92, $intern_130), 13, '\\r'), 10, '\\n'), 9, '\\t'); + if (this$static == com_badlogic_gdx_utils_JsonWriter$OutputType_minimal && !java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(string, $intern_148) && !java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(string, $intern_203) && !java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(string, $intern_571) && string.indexOf('//') == -1 && string.indexOf('/*') == -1) { + length_0 = buffer.com_badlogic_gdx_utils_StringBuilder_length; + if (length_0 > 0 && com_badlogic_gdx_utils_StringBuilder_$charAt__Lcom_badlogic_gdx_utils_StringBuilder_2IC(buffer, length_0 - 1) != 32 && regexodus_Matcher_$matches__Lregexodus_Matcher_2Z((new java_util_regex_Matcher_Matcher__Ljava_util_regex_Pattern_2Ljava_lang_CharSequence_2V(com_badlogic_gdx_utils_JsonWriter$OutputType_minimalValuePattern, buffer)).java_util_regex_Matcher_matcher)) + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); + } + return '"' + com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(buffer, 34, '\\"')) + '"'; +} + +function com_badlogic_gdx_utils_JsonWriter$OutputType_JsonWriter$OutputType__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_badlogic_gdx_utils_JsonWriter$OutputType_values___3Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2(){ + com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), $intern_688, 271, 0, [com_badlogic_gdx_utils_JsonWriter$OutputType_json, com_badlogic_gdx_utils_JsonWriter$OutputType_javascript, com_badlogic_gdx_utils_JsonWriter$OutputType_minimal]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(271, 39, {271:1, 3:1, 42:1, 39:1}, com_badlogic_gdx_utils_JsonWriter$OutputType_JsonWriter$OutputType__Ljava_lang_String_2IV); +_.quoteName__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonWriter$OutputType_quoteName__Ljava_lang_String_2Ljava_lang_String_2(value_0){ + return com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteName__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_String_2Ljava_lang_String_2(this, value_0); +} +; +_.quoteValue__Ljava_lang_Object_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_JsonWriter$OutputType_quoteValue__Ljava_lang_Object_2Ljava_lang_String_2(value_0){ + return com_badlogic_gdx_utils_JsonWriter$OutputType_$quoteValue__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_Object_2Ljava_lang_String_2(this, value_0); +} +; +var com_badlogic_gdx_utils_JsonWriter$OutputType_javascript, com_badlogic_gdx_utils_JsonWriter$OutputType_javascriptPattern, com_badlogic_gdx_utils_JsonWriter$OutputType_json, com_badlogic_gdx_utils_JsonWriter$OutputType_minimal, com_badlogic_gdx_utils_JsonWriter$OutputType_minimalNamePattern, com_badlogic_gdx_utils_JsonWriter$OutputType_minimalValuePattern; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_13, 'JsonWriter/OutputType', 271, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_badlogic_gdx_utils_JsonWriter$OutputType_values___3Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2); +function com_badlogic_gdx_utils_JsonWriter$OutputType$Map_$clinit__V(){ + com_badlogic_gdx_utils_JsonWriter$OutputType$Map_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_JsonWriter$OutputType$Map_$MAP = java_lang_Enum_createValueOfMap___3Ljava_lang_Enum_2Lcom_google_gwt_core_client_JavaScriptObject_2((com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), $intern_688, 271, 0, [com_badlogic_gdx_utils_JsonWriter$OutputType_json, com_badlogic_gdx_utils_JsonWriter$OutputType_javascript, com_badlogic_gdx_utils_JsonWriter$OutputType_minimal]))); +} + +var com_badlogic_gdx_utils_JsonWriter$OutputType$Map_$MAP; +function com_badlogic_gdx_utils_NumberUtils_floatToIntBits__FI(value_0){ + return com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wfa[0] = value_0 , undefined , com_google_gwt_corp_compatibility_Numbers_wia[0]; +} + +function com_badlogic_gdx_utils_NumberUtils_floatToIntColor__FI(value_0){ + var intBits; + intBits = (com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wfa[0] = value_0 , undefined , com_google_gwt_corp_compatibility_Numbers_wia[0]); + intBits |= com_google_gwt_lang_Cast_round_1int__DI((intBits >>> 24) * 1.0039370078740157) << 24; + return intBits; +} + +function com_badlogic_gdx_utils_NumberUtils_floatToRawIntBits__FI(value_0){ + return com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wfa[0] = value_0 , undefined , com_google_gwt_corp_compatibility_Numbers_wia[0]; +} + +function com_badlogic_gdx_utils_NumberUtils_intToFloatColor__IF(value_0){ + return com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = value_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]; +} + +function com_badlogic_gdx_utils_ObjectIntMap_$entries__Lcom_badlogic_gdx_utils_ObjectIntMap_2Lcom_badlogic_gdx_utils_ObjectIntMap$Entries_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_badlogic_gdx_utils_ObjectIntMap_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_ObjectIntMap_entries1) { + this$static.com_badlogic_gdx_utils_ObjectIntMap_entries1 = new com_badlogic_gdx_utils_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_badlogic_gdx_utils_ObjectIntMap_2V(this$static); + this$static.com_badlogic_gdx_utils_ObjectIntMap_entries2 = new com_badlogic_gdx_utils_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_badlogic_gdx_utils_ObjectIntMap_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_ObjectIntMap_entries1.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_valid) { + com_badlogic_gdx_utils_ObjectIntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_ObjectIntMap$MapIterator_2V(this$static.com_badlogic_gdx_utils_ObjectIntMap_entries1); + this$static.com_badlogic_gdx_utils_ObjectIntMap_entries1.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectIntMap_entries2.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectIntMap_entries1; + } + com_badlogic_gdx_utils_ObjectIntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_ObjectIntMap$MapIterator_2V(this$static.com_badlogic_gdx_utils_ObjectIntMap_entries2); + this$static.com_badlogic_gdx_utils_ObjectIntMap_entries2.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectIntMap_entries1.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectIntMap_entries2; +} + +function com_badlogic_gdx_utils_ObjectIntMap_$get__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2II(this$static, key, defaultValue){ + var i; + i = com_badlogic_gdx_utils_ObjectIntMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2I(this$static, key); + return i < 0?defaultValue:this$static.com_badlogic_gdx_utils_ObjectIntMap_valueTable[i]; +} + +function com_badlogic_gdx_utils_ObjectIntMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, other; + if (key == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_689)); + keyTable = this$static.com_badlogic_gdx_utils_ObjectIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), $intern_661), this$static.com_badlogic_gdx_utils_ObjectIntMap_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_ObjectIntMap_mask) { + other = keyTable[i]; + if (other == null) + return -(i + 1); + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(other, key)) + return i; + } +} + +function com_badlogic_gdx_utils_ObjectIntMap_$place__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2I(this$static, item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0), $intern_661), this$static.com_badlogic_gdx_utils_ObjectIntMap_shift)); +} + +function com_badlogic_gdx_utils_ObjectIntMap_$put__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static, key, value_0){ + var i; + i = com_badlogic_gdx_utils_ObjectIntMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) { + this$static.com_badlogic_gdx_utils_ObjectIntMap_valueTable[i] = value_0; + return; + } + i = -(i + 1); + this$static.com_badlogic_gdx_utils_ObjectIntMap_keyTable[i] = key; + this$static.com_badlogic_gdx_utils_ObjectIntMap_valueTable[i] = value_0; + ++this$static.com_badlogic_gdx_utils_ObjectIntMap_size >= this$static.com_badlogic_gdx_utils_ObjectIntMap_threshold && com_badlogic_gdx_utils_ObjectIntMap_$resize__Lcom_badlogic_gdx_utils_ObjectIntMap_2IV(this$static, this$static.com_badlogic_gdx_utils_ObjectIntMap_keyTable.length << 1); +} + +function com_badlogic_gdx_utils_ObjectIntMap_$putResize__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static, key, value_0){ + var i, keyTable; + keyTable = this$static.com_badlogic_gdx_utils_ObjectIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), $intern_661), this$static.com_badlogic_gdx_utils_ObjectIntMap_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_ObjectIntMap_mask) { + if (keyTable[i] == null) { + keyTable[i] = key; + this$static.com_badlogic_gdx_utils_ObjectIntMap_valueTable[i] = value_0; + return; + } + } +} + +function com_badlogic_gdx_utils_ObjectIntMap_$resize__Lcom_badlogic_gdx_utils_ObjectIntMap_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable, oldValueTable; + oldCapacity = this$static.com_badlogic_gdx_utils_ObjectIntMap_keyTable.length; + this$static.com_badlogic_gdx_utils_ObjectIntMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_badlogic_gdx_utils_ObjectIntMap_loadFactor); + this$static.com_badlogic_gdx_utils_ObjectIntMap_mask = newSize - 1; + this$static.com_badlogic_gdx_utils_ObjectIntMap_shift = java_lang_Long_numberOfLeadingZeros__JI(this$static.com_badlogic_gdx_utils_ObjectIntMap_mask); + oldKeyTable = this$static.com_badlogic_gdx_utils_ObjectIntMap_keyTable; + oldValueTable = this$static.com_badlogic_gdx_utils_ObjectIntMap_valueTable; + this$static.com_badlogic_gdx_utils_ObjectIntMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + this$static.com_badlogic_gdx_utils_ObjectIntMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newSize, 15, 1); + if (this$static.com_badlogic_gdx_utils_ObjectIntMap_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != null && com_badlogic_gdx_utils_ObjectIntMap_$putResize__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2IV(this$static, key, oldValueTable[i]); + } + } +} + +function com_badlogic_gdx_utils_ObjectIntMap_$toString__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_String_2ZLjava_lang_String_2(this$static){ + var buffer, i, key, keyTable, valueTable; + if (this$static.com_badlogic_gdx_utils_ObjectIntMap_size == 0) + return $intern_649; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + buffer.java_lang_AbstractStringBuilder_string += '{'; + keyTable = this$static.com_badlogic_gdx_utils_ObjectIntMap_keyTable; + valueTable = this$static.com_badlogic_gdx_utils_ObjectIntMap_valueTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == null) + continue; + buffer.java_lang_AbstractStringBuilder_string += '' + key; + buffer.java_lang_AbstractStringBuilder_string += '='; + buffer.java_lang_AbstractStringBuilder_string += valueTable[i]; + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == null) + continue; + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + buffer.java_lang_AbstractStringBuilder_string += '' + key; + buffer.java_lang_AbstractStringBuilder_string += '='; + buffer.java_lang_AbstractStringBuilder_string += valueTable[i]; + } + buffer.java_lang_AbstractStringBuilder_string += '}'; + return buffer.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__V(){ + var com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__IFV_tableSize_0; + this.com_badlogic_gdx_utils_ObjectIntMap_loadFactor = $intern_662; + com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__IFV_tableSize_0 = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(51, $intern_662); + this.com_badlogic_gdx_utils_ObjectIntMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__IFV_tableSize_0 * $intern_662); + this.com_badlogic_gdx_utils_ObjectIntMap_mask = com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__IFV_tableSize_0 - 1; + this.com_badlogic_gdx_utils_ObjectIntMap_shift = java_lang_Long_numberOfLeadingZeros__JI(com_google_gwt_lang_LongLib_fromInt__ILcom_google_gwt_lang_LongLib$LongEmul_2(this.com_badlogic_gdx_utils_ObjectIntMap_mask)); + this.com_badlogic_gdx_utils_ObjectIntMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__IFV_tableSize_0, 5, 1); + this.com_badlogic_gdx_utils_ObjectIntMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__IFV_tableSize_0, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(190, 1, {190:1, 29:1}, com_badlogic_gdx_utils_ObjectIntMap_ObjectIntMap__V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ObjectIntMap_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_ObjectIntMap_$entries__Lcom_badlogic_gdx_utils_ObjectIntMap_2Lcom_badlogic_gdx_utils_ObjectIntMap$Entries_2(this); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ObjectIntMap_equals__Ljava_lang_Object_2Z(obj){ + var i, i0, key, keyTable, n, other, otherValue, valueTable; + if (obj === this) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 190)) + return false; + other = obj; + if (other.com_badlogic_gdx_utils_ObjectIntMap_size != this.com_badlogic_gdx_utils_ObjectIntMap_size) + return false; + keyTable = this.com_badlogic_gdx_utils_ObjectIntMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_ObjectIntMap_valueTable; + for (i0 = 0 , n = keyTable.length; i0 < n; i0++) { + key = keyTable[i0]; + if (key != null) { + otherValue = (i = com_badlogic_gdx_utils_ObjectIntMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2I(other, key) , i < 0?0:other.com_badlogic_gdx_utils_ObjectIntMap_valueTable[i]); + if (otherValue == 0 && com_badlogic_gdx_utils_ObjectIntMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2I(other, key) < 0) + return false; + if (otherValue != valueTable[i0]) + return false; + } + } + return true; +} +; +_.hashCode__I = function com_badlogic_gdx_utils_ObjectIntMap_hashCode__I(){ + var h, i, key, keyTable, n, valueTable; + h = this.com_badlogic_gdx_utils_ObjectIntMap_size; + keyTable = this.com_badlogic_gdx_utils_ObjectIntMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_ObjectIntMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + key != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key) + valueTable[i]); + } + return h; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_ObjectIntMap_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_utils_ObjectIntMap_$toString__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_String_2ZLjava_lang_String_2(this); +} +; +_.com_badlogic_gdx_utils_ObjectIntMap_loadFactor = 0; +_.com_badlogic_gdx_utils_ObjectIntMap_mask = 0; +_.com_badlogic_gdx_utils_ObjectIntMap_shift = 0; +_.com_badlogic_gdx_utils_ObjectIntMap_size = 0; +_.com_badlogic_gdx_utils_ObjectIntMap_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectIntMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_690, 190, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ObjectIntMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectIntMap$MapIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_map.com_badlogic_gdx_utils_ObjectIntMap_keyTable; + for (n = keyTable.length; ++this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_nextIndex < n;) { + if (keyTable[this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_nextIndex] != null) { + this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_hasNext = true; + return; + } + } + this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_hasNext = false; +} + +function com_badlogic_gdx_utils_ObjectIntMap$MapIterator_$remove__Lcom_badlogic_gdx_utils_ObjectIntMap$MapIterator_2V(this$static){ + var i, key, keyTable, mask, next, placement, valueTable; + i = this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_currentIndex; + if (i < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + keyTable = this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_map.com_badlogic_gdx_utils_ObjectIntMap_keyTable; + valueTable = this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_map.com_badlogic_gdx_utils_ObjectIntMap_valueTable; + mask = this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_map.com_badlogic_gdx_utils_ObjectIntMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = com_badlogic_gdx_utils_ObjectIntMap_$place__Lcom_badlogic_gdx_utils_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_map, key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_map.com_badlogic_gdx_utils_ObjectIntMap_size; + i != this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_currentIndex && --this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_nextIndex; + this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_currentIndex = -1; +} + +function com_badlogic_gdx_utils_ObjectIntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_ObjectIntMap$MapIterator_2V(this$static){ + this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_currentIndex = -1; + this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_nextIndex = -1; + com_badlogic_gdx_utils_ObjectIntMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectIntMap$MapIterator_2V(this$static); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1058, 1, {}); +_.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_currentIndex = 0; +_.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_hasNext = false; +_.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_nextIndex = 0; +_.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectIntMap$MapIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_691, 1058, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ObjectIntMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectIntMap$Entries_2Z(this$static){ + if (!this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_hasNext; +} + +function com_badlogic_gdx_utils_ObjectIntMap$Entries_$next__Lcom_badlogic_gdx_utils_ObjectIntMap$Entries_2Lcom_badlogic_gdx_utils_ObjectIntMap$Entry_2(this$static){ + var keyTable; + if (!this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + keyTable = this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_map.com_badlogic_gdx_utils_ObjectIntMap_keyTable; + this$static.com_badlogic_gdx_utils_ObjectIntMap$Entries_entry.com_badlogic_gdx_utils_ObjectIntMap$Entry_key = keyTable[this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_nextIndex]; + this$static.com_badlogic_gdx_utils_ObjectIntMap$Entries_entry.com_badlogic_gdx_utils_ObjectIntMap$Entry_value = this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_map.com_badlogic_gdx_utils_ObjectIntMap_valueTable[this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_nextIndex]; + this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_currentIndex = this$static.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_nextIndex; + com_badlogic_gdx_utils_ObjectIntMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectIntMap$MapIterator_2V(this$static); + return this$static.com_badlogic_gdx_utils_ObjectIntMap$Entries_entry; +} + +function com_badlogic_gdx_utils_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_badlogic_gdx_utils_ObjectIntMap_2V(map_0){ + this.com_badlogic_gdx_utils_ObjectIntMap$MapIterator_map = map_0; + com_badlogic_gdx_utils_ObjectIntMap$MapIterator_$reset__Lcom_badlogic_gdx_utils_ObjectIntMap$MapIterator_2V(this); + this.com_badlogic_gdx_utils_ObjectIntMap$Entries_entry = new com_badlogic_gdx_utils_ObjectIntMap$Entry_ObjectIntMap$Entry__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(672, 1058, $intern_119, com_badlogic_gdx_utils_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_badlogic_gdx_utils_ObjectIntMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ObjectIntMap$Entries_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectIntMap$Entries_next__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_ObjectIntMap$Entries_$next__Lcom_badlogic_gdx_utils_ObjectIntMap$Entries_2Lcom_badlogic_gdx_utils_ObjectIntMap$Entry_2(this); +} +; +_.remove__V = function com_badlogic_gdx_utils_ObjectIntMap$Entries_remove__V(){ + com_badlogic_gdx_utils_ObjectIntMap$MapIterator_$remove__Lcom_badlogic_gdx_utils_ObjectIntMap$MapIterator_2V(this); +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_ObjectIntMap$Entries_hasNext__Z(){ + return com_badlogic_gdx_utils_ObjectIntMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectIntMap$Entries_2Z(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectIntMap$Entries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_692, 672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectIntMap$MapIterator_12_1classLit); +function com_badlogic_gdx_utils_ObjectIntMap$Entry_ObjectIntMap$Entry__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1057, 1, {}, com_badlogic_gdx_utils_ObjectIntMap$Entry_ObjectIntMap$Entry__V); +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_ObjectIntMap$Entry_toString__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_utils_ObjectIntMap$Entry_key + '=' + this.com_badlogic_gdx_utils_ObjectIntMap$Entry_value; +} +; +_.com_badlogic_gdx_utils_ObjectIntMap$Entry_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectIntMap$Entry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_693, 1057, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ObjectMap_$clinit__V(){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_ObjectMap_dummy = new java_lang_Object_Object__V; +} + +function com_badlogic_gdx_utils_ObjectMap_$clear__Lcom_badlogic_gdx_utils_ObjectMap_2V(this$static){ + if (this$static.com_badlogic_gdx_utils_ObjectMap_size == 0) + return; + this$static.com_badlogic_gdx_utils_ObjectMap_size = 0; + java_util_Arrays_fill___3Ljava_lang_Object_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_ObjectMap_keyTable); + java_util_Arrays_fill___3Ljava_lang_Object_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_ObjectMap_valueTable); +} + +function com_badlogic_gdx_utils_ObjectMap_$clear__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this$static, maximumCapacity){ + var tableSize; + tableSize = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(maximumCapacity, this$static.com_badlogic_gdx_utils_ObjectMap_loadFactor); + if (this$static.com_badlogic_gdx_utils_ObjectMap_keyTable.length <= tableSize) { + this$static.clear__V(); + return; + } + this$static.com_badlogic_gdx_utils_ObjectMap_size = 0; + com_badlogic_gdx_utils_ObjectMap_$resize__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this$static, tableSize); +} + +function com_badlogic_gdx_utils_ObjectMap_$ensureCapacity__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this$static, additionalCapacity){ + var tableSize; + tableSize = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(this$static.com_badlogic_gdx_utils_ObjectMap_size + additionalCapacity, this$static.com_badlogic_gdx_utils_ObjectMap_loadFactor); + this$static.com_badlogic_gdx_utils_ObjectMap_keyTable.length < tableSize && com_badlogic_gdx_utils_ObjectMap_$resize__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this$static, tableSize); +} + +function com_badlogic_gdx_utils_ObjectMap_$entries__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_ObjectMap$Entries_ObjectMap$Entries__Lcom_badlogic_gdx_utils_ObjectMap_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_ObjectMap_entries1) { + this$static.com_badlogic_gdx_utils_ObjectMap_entries1 = new com_badlogic_gdx_utils_ObjectMap$Entries_ObjectMap$Entries__Lcom_badlogic_gdx_utils_ObjectMap_2V(this$static); + this$static.com_badlogic_gdx_utils_ObjectMap_entries2 = new com_badlogic_gdx_utils_ObjectMap$Entries_ObjectMap$Entries__Lcom_badlogic_gdx_utils_ObjectMap_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_ObjectMap_entries1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) { + this$static.com_badlogic_gdx_utils_ObjectMap_entries1.reset__V(); + this$static.com_badlogic_gdx_utils_ObjectMap_entries1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectMap_entries2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectMap_entries1; + } + this$static.com_badlogic_gdx_utils_ObjectMap_entries2.reset__V(); + this$static.com_badlogic_gdx_utils_ObjectMap_entries2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectMap_entries1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectMap_entries2; +} + +function com_badlogic_gdx_utils_ObjectMap_$findKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2ZLjava_lang_Object_2(this$static, value_0, identity){ + var i, keyTable, valueTable; + valueTable = this$static.com_badlogic_gdx_utils_ObjectMap_valueTable; + if (value_0 == null) { + keyTable = this$static.com_badlogic_gdx_utils_ObjectMap_keyTable; + for (i = valueTable.length - 1; i >= 0; i--) + if (keyTable[i] != null && valueTable[i] == null) + return keyTable[i]; + } + else if (identity) { + for (i = valueTable.length - 1; i >= 0; i--) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(valueTable[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return this$static.com_badlogic_gdx_utils_ObjectMap_keyTable[i]; + } + else { + for (i = valueTable.length - 1; i >= 0; i--) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, valueTable[i])) + return this$static.com_badlogic_gdx_utils_ObjectMap_keyTable[i]; + } + return null; +} + +function com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + var i; + i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static, key); + return i < 0?null:this$static.com_badlogic_gdx_utils_ObjectMap_valueTable[i]; +} + +function com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, defaultValue){ + var i; + i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static, key); + return i < 0?defaultValue:this$static.com_badlogic_gdx_utils_ObjectMap_valueTable[i]; +} + +function com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, other; + if (key == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_689)); + keyTable = this$static.com_badlogic_gdx_utils_ObjectMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), $intern_661), this$static.com_badlogic_gdx_utils_ObjectMap_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_ObjectMap_mask) { + other = keyTable[i]; + if (other == null) + return -(i + 1); + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(other, key)) + return i; + } +} + +function com_badlogic_gdx_utils_ObjectMap_$place__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static, item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0), $intern_661), this$static.com_badlogic_gdx_utils_ObjectMap_shift)); +} + +function com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + var i, oldValue; + i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) { + oldValue = this$static.com_badlogic_gdx_utils_ObjectMap_valueTable[i]; + this$static.com_badlogic_gdx_utils_ObjectMap_valueTable[i] = value_0; + return oldValue; + } + i = -(i + 1); + this$static.com_badlogic_gdx_utils_ObjectMap_keyTable[i] = key; + this$static.com_badlogic_gdx_utils_ObjectMap_valueTable[i] = value_0; + ++this$static.com_badlogic_gdx_utils_ObjectMap_size >= this$static.com_badlogic_gdx_utils_ObjectMap_threshold && com_badlogic_gdx_utils_ObjectMap_$resize__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this$static, this$static.com_badlogic_gdx_utils_ObjectMap_keyTable.length << 1); + return null; +} + +function com_badlogic_gdx_utils_ObjectMap_$putAll__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap_2V(this$static, map_0){ + var i, key, keyTable, n, valueTable; + com_badlogic_gdx_utils_ObjectMap_$ensureCapacity__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this$static, map_0.com_badlogic_gdx_utils_ObjectMap_size); + keyTable = map_0.com_badlogic_gdx_utils_ObjectMap_keyTable; + valueTable = map_0.com_badlogic_gdx_utils_ObjectMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + key != null && this$static.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, valueTable[i]); + } +} + +function com_badlogic_gdx_utils_ObjectMap_$putResize__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, key, value_0){ + var i, keyTable; + keyTable = this$static.com_badlogic_gdx_utils_ObjectMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), $intern_661), this$static.com_badlogic_gdx_utils_ObjectMap_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_ObjectMap_mask) { + if (keyTable[i] == null) { + keyTable[i] = key; + this$static.com_badlogic_gdx_utils_ObjectMap_valueTable[i] = value_0; + return; + } + } +} + +function com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + var i, keyTable, mask, next, oldValue, placement, valueTable; + i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static, key); + if (i < 0) + return null; + keyTable = this$static.com_badlogic_gdx_utils_ObjectMap_keyTable; + valueTable = this$static.com_badlogic_gdx_utils_ObjectMap_valueTable; + oldValue = valueTable[i]; + mask = this$static.com_badlogic_gdx_utils_ObjectMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), $intern_661), this$static.com_badlogic_gdx_utils_ObjectMap_shift)); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + valueTable[i] = null; + --this$static.com_badlogic_gdx_utils_ObjectMap_size; + return oldValue; +} + +function com_badlogic_gdx_utils_ObjectMap_$resize__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable, oldValueTable; + oldCapacity = this$static.com_badlogic_gdx_utils_ObjectMap_keyTable.length; + this$static.com_badlogic_gdx_utils_ObjectMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_badlogic_gdx_utils_ObjectMap_loadFactor); + this$static.com_badlogic_gdx_utils_ObjectMap_mask = newSize - 1; + this$static.com_badlogic_gdx_utils_ObjectMap_shift = java_lang_Long_numberOfLeadingZeros__JI(this$static.com_badlogic_gdx_utils_ObjectMap_mask); + oldKeyTable = this$static.com_badlogic_gdx_utils_ObjectMap_keyTable; + oldValueTable = this$static.com_badlogic_gdx_utils_ObjectMap_valueTable; + this$static.com_badlogic_gdx_utils_ObjectMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + this$static.com_badlogic_gdx_utils_ObjectMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + if (this$static.com_badlogic_gdx_utils_ObjectMap_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != null && com_badlogic_gdx_utils_ObjectMap_$putResize__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, key, oldValueTable[i]); + } + } +} + +function com_badlogic_gdx_utils_ObjectMap_$values__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap$Values_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_ObjectMap$Values_ObjectMap$Values__Lcom_badlogic_gdx_utils_ObjectMap_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_ObjectMap_values1) { + this$static.com_badlogic_gdx_utils_ObjectMap_values1 = new com_badlogic_gdx_utils_ObjectMap$Values_ObjectMap$Values__Lcom_badlogic_gdx_utils_ObjectMap_2V(this$static); + this$static.com_badlogic_gdx_utils_ObjectMap_values2 = new com_badlogic_gdx_utils_ObjectMap$Values_ObjectMap$Values__Lcom_badlogic_gdx_utils_ObjectMap_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_ObjectMap_values1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) { + this$static.com_badlogic_gdx_utils_ObjectMap_values1.reset__V(); + this$static.com_badlogic_gdx_utils_ObjectMap_values1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectMap_values2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectMap_values1; + } + this$static.com_badlogic_gdx_utils_ObjectMap_values2.reset__V(); + this$static.com_badlogic_gdx_utils_ObjectMap_values2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectMap_values1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectMap_values2; +} + +function com_badlogic_gdx_utils_ObjectMap_ObjectMap__V(){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V(); + com_badlogic_gdx_utils_ObjectMap_ObjectMap__IFV.call(this, 51, $intern_662); +} + +function com_badlogic_gdx_utils_ObjectMap_ObjectMap__IV(initialCapacity){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V(); + com_badlogic_gdx_utils_ObjectMap_ObjectMap__IFV.call(this, initialCapacity, $intern_662); +} + +function com_badlogic_gdx_utils_ObjectMap_ObjectMap__IFV(initialCapacity, loadFactor){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V(); + var tableSize; + if (loadFactor <= 0 || loadFactor >= 1) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('loadFactor must be > 0 and < 1: ' + loadFactor)); + this.com_badlogic_gdx_utils_ObjectMap_loadFactor = loadFactor; + tableSize = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(initialCapacity, loadFactor); + this.com_badlogic_gdx_utils_ObjectMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(tableSize * loadFactor); + this.com_badlogic_gdx_utils_ObjectMap_mask = tableSize - 1; + this.com_badlogic_gdx_utils_ObjectMap_shift = java_lang_Long_numberOfLeadingZeros__JI(this.com_badlogic_gdx_utils_ObjectMap_mask); + this.com_badlogic_gdx_utils_ObjectMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); + this.com_badlogic_gdx_utils_ObjectMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); +} + +function com_badlogic_gdx_utils_ObjectMap_ObjectMap__Lcom_badlogic_gdx_utils_ObjectMap_2V(map_0){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V(); + com_badlogic_gdx_utils_ObjectMap_ObjectMap__IFV.call(this, com_google_gwt_lang_Cast_round_1int__DI(map_0.com_badlogic_gdx_utils_ObjectMap_keyTable.length * map_0.com_badlogic_gdx_utils_ObjectMap_loadFactor), map_0.com_badlogic_gdx_utils_ObjectMap_loadFactor); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(map_0.com_badlogic_gdx_utils_ObjectMap_keyTable, 0, this.com_badlogic_gdx_utils_ObjectMap_keyTable, 0, map_0.com_badlogic_gdx_utils_ObjectMap_keyTable.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(map_0.com_badlogic_gdx_utils_ObjectMap_valueTable, 0, this.com_badlogic_gdx_utils_ObjectMap_valueTable, 0, map_0.com_badlogic_gdx_utils_ObjectMap_valueTable.length); + this.com_badlogic_gdx_utils_ObjectMap_size = map_0.com_badlogic_gdx_utils_ObjectMap_size; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(63, 1, {63:1, 29:1}, com_badlogic_gdx_utils_ObjectMap_ObjectMap__V, com_badlogic_gdx_utils_ObjectMap_ObjectMap__IV, com_badlogic_gdx_utils_ObjectMap_ObjectMap__IFV, com_badlogic_gdx_utils_ObjectMap_ObjectMap__Lcom_badlogic_gdx_utils_ObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ObjectMap_iterator__Ljava_util_Iterator_2(){ + return this.iterator__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(); +} +; +_.clear__V = function com_badlogic_gdx_utils_ObjectMap_clear__V(){ + com_badlogic_gdx_utils_ObjectMap_$clear__Lcom_badlogic_gdx_utils_ObjectMap_2V(this); +} +; +_.clear__IV = function com_badlogic_gdx_utils_ObjectMap_clear__IV(maximumCapacity){ + com_badlogic_gdx_utils_ObjectMap_$clear__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this, maximumCapacity); +} +; +_.containsKey__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ObjectMap_containsKey__Ljava_lang_Object_2Z(key){ + return com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this, key) >= 0; +} +; +_.containsValue__Ljava_lang_Object_2ZZ = function com_badlogic_gdx_utils_ObjectMap_containsValue__Ljava_lang_Object_2ZZ(value_0, identity){ + var i, keyTable, valueTable; + valueTable = this.com_badlogic_gdx_utils_ObjectMap_valueTable; + if (value_0 == null) { + keyTable = this.com_badlogic_gdx_utils_ObjectMap_keyTable; + for (i = valueTable.length - 1; i >= 0; i--) + if (keyTable[i] != null && valueTable[i] == null) + return true; + } + else if (identity) { + for (i = valueTable.length - 1; i >= 0; i--) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(valueTable[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return true; + } + else { + for (i = valueTable.length - 1; i >= 0; i--) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, valueTable[i])) + return true; + } + return false; +} +; +_.ensureCapacity__IV = function com_badlogic_gdx_utils_ObjectMap_ensureCapacity__IV(additionalCapacity){ + com_badlogic_gdx_utils_ObjectMap_$ensureCapacity__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this, additionalCapacity); +} +; +_.entries__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2 = function com_badlogic_gdx_utils_ObjectMap_entries__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(){ + return com_badlogic_gdx_utils_ObjectMap_$entries__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(this); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ObjectMap_equals__Ljava_lang_Object_2Z(obj){ + var i, i0, key, keyTable, n, other, value_0, valueTable; + if (obj === this) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 63)) + return false; + other = obj; + if (other.com_badlogic_gdx_utils_ObjectMap_size != this.com_badlogic_gdx_utils_ObjectMap_size) + return false; + keyTable = this.com_badlogic_gdx_utils_ObjectMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_ObjectMap_valueTable; + for (i0 = 0 , n = keyTable.length; i0 < n; i0++) { + key = keyTable[i0]; + if (key != null) { + value_0 = valueTable[i0]; + if (value_0 == null) { + if (com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(other, key, com_badlogic_gdx_utils_ObjectMap_dummy) != null) + return false; + } + else { + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, (i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(other, key) , i < 0?null:other.com_badlogic_gdx_utils_ObjectMap_valueTable[i]))) + return false; + } + } + } + return true; +} +; +_.equalsIdentity__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ObjectMap_equalsIdentity__Ljava_lang_Object_2Z(obj){ + var i, key, keyTable, n, other, valueTable; + if (obj === this) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 63)) + return false; + other = obj; + if (other.com_badlogic_gdx_utils_ObjectMap_size != this.com_badlogic_gdx_utils_ObjectMap_size) + return false; + keyTable = this.com_badlogic_gdx_utils_ObjectMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_ObjectMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null && com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(valueTable[i]) !== com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(other, key, com_badlogic_gdx_utils_ObjectMap_dummy))) + return false; + } + return true; +} +; +_.findKey__Ljava_lang_Object_2ZLjava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectMap_findKey__Ljava_lang_Object_2ZLjava_lang_Object_2(value_0, identity){ + return com_badlogic_gdx_utils_ObjectMap_$findKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2ZLjava_lang_Object_2(this, value_0, identity); +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectMap_get__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectMap_get__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, defaultValue){ + return com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, defaultValue); +} +; +_.hashCode__I = function com_badlogic_gdx_utils_ObjectMap_hashCode__I(){ + var h, i, key, keyTable, n, value_0, valueTable; + h = this.com_badlogic_gdx_utils_ObjectMap_size; + keyTable = this.com_badlogic_gdx_utils_ObjectMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_ObjectMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null) { + h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key); + value_0 = valueTable[i]; + value_0 != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(value_0)); + } + } + return h; +} +; +_.isEmpty__Z = function com_badlogic_gdx_utils_ObjectMap_isEmpty__Z(){ + return this.com_badlogic_gdx_utils_ObjectMap_size == 0; +} +; +_.iterator__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2 = function com_badlogic_gdx_utils_ObjectMap_iterator__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(){ + return this.entries__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(); +} +; +_.keys__Lcom_badlogic_gdx_utils_ObjectMap$Keys_2 = function com_badlogic_gdx_utils_ObjectMap_keys__Lcom_badlogic_gdx_utils_ObjectMap$Keys_2(){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_ObjectMap$Keys_ObjectMap$Keys__Lcom_badlogic_gdx_utils_ObjectMap_2V(this); + if (!this.com_badlogic_gdx_utils_ObjectMap_keys1) { + this.com_badlogic_gdx_utils_ObjectMap_keys1 = new com_badlogic_gdx_utils_ObjectMap$Keys_ObjectMap$Keys__Lcom_badlogic_gdx_utils_ObjectMap_2V(this); + this.com_badlogic_gdx_utils_ObjectMap_keys2 = new com_badlogic_gdx_utils_ObjectMap$Keys_ObjectMap$Keys__Lcom_badlogic_gdx_utils_ObjectMap_2V(this); + } + if (!this.com_badlogic_gdx_utils_ObjectMap_keys1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) { + this.com_badlogic_gdx_utils_ObjectMap_keys1.reset__V(); + this.com_badlogic_gdx_utils_ObjectMap_keys1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this.com_badlogic_gdx_utils_ObjectMap_keys2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this.com_badlogic_gdx_utils_ObjectMap_keys1; + } + this.com_badlogic_gdx_utils_ObjectMap_keys2.reset__V(); + this.com_badlogic_gdx_utils_ObjectMap_keys2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this.com_badlogic_gdx_utils_ObjectMap_keys1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this.com_badlogic_gdx_utils_ObjectMap_keys2; +} +; +_.package_private$com_badlogic_gdx_utils$locateKey__Ljava_lang_Object_2I = function com_badlogic_gdx_utils_ObjectMap_locateKey__Ljava_lang_Object_2I(key){ + return com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this, key); +} +; +_.notEmpty__Z = function com_badlogic_gdx_utils_ObjectMap_notEmpty__Z(){ + return this.com_badlogic_gdx_utils_ObjectMap_size > 0; +} +; +_.place__Ljava_lang_Object_2I = function com_badlogic_gdx_utils_ObjectMap_place__Ljava_lang_Object_2I(item_0){ + return com_badlogic_gdx_utils_ObjectMap_$place__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this, item_0); +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectMap_put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0){ + return com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, value_0); +} +; +_.putAll__Lcom_badlogic_gdx_utils_ObjectMap_2V = function com_badlogic_gdx_utils_ObjectMap_putAll__Lcom_badlogic_gdx_utils_ObjectMap_2V(map_0){ + com_badlogic_gdx_utils_ObjectMap_$putAll__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap_2V(this, map_0); +} +; +_.private$com_badlogic_gdx_utils_ObjectMap$putResize__Ljava_lang_Object_2Ljava_lang_Object_2V = function com_badlogic_gdx_utils_ObjectMap_putResize__Ljava_lang_Object_2Ljava_lang_Object_2V(key, value_0){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V(); + com_badlogic_gdx_utils_ObjectMap_$putResize__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2V(this, key, value_0); +} +; +_.remove__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectMap_remove__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.package_private$com_badlogic_gdx_utils$resize__IV = function com_badlogic_gdx_utils_ObjectMap_resize__IV(newSize){ + com_badlogic_gdx_utils_ObjectMap_$resize__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this, newSize); +} +; +_.shrink__IV = function com_badlogic_gdx_utils_ObjectMap_shrink__IV(maximumCapacity){ + var tableSize; + if (maximumCapacity < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('maximumCapacity must be >= 0: ' + maximumCapacity)); + tableSize = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(maximumCapacity, this.com_badlogic_gdx_utils_ObjectMap_loadFactor); + this.com_badlogic_gdx_utils_ObjectMap_keyTable.length > tableSize && com_badlogic_gdx_utils_ObjectMap_$resize__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this, tableSize); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_ObjectMap_toString__Ljava_lang_String_2(){ + return this.toString__Ljava_lang_String_2ZLjava_lang_String_2($intern_15, true); +} +; +_.toString__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_ObjectMap_toString__Ljava_lang_String_2Ljava_lang_String_2(separator){ + return this.toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, false); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_badlogic_gdx_utils_ObjectMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, key, keyTable, value_0, valueTable; + if (this.com_badlogic_gdx_utils_ObjectMap_size == 0) + return braces?$intern_649:''; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + keyTable = this.com_badlogic_gdx_utils_ObjectMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_ObjectMap_valueTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == null) + continue; + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += '' + (value_0 === this?$intern_694:value_0); + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == null) + continue; + buffer.java_lang_AbstractStringBuilder_string += '' + separator; + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += '' + (value_0 === this?$intern_694:value_0); + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.values__Lcom_badlogic_gdx_utils_ObjectMap$Values_2 = function com_badlogic_gdx_utils_ObjectMap_values__Lcom_badlogic_gdx_utils_ObjectMap$Values_2(){ + return com_badlogic_gdx_utils_ObjectMap_$values__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap$Values_2(this); +} +; +_.com_badlogic_gdx_utils_ObjectMap_loadFactor = 0; +_.com_badlogic_gdx_utils_ObjectMap_mask = 0; +_.com_badlogic_gdx_utils_ObjectMap_shift = 0; +_.com_badlogic_gdx_utils_ObjectMap_size = 0; +_.com_badlogic_gdx_utils_ObjectMap_threshold = 0; +var com_badlogic_gdx_utils_ObjectMap_dummy; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_695, 63, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ObjectMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectMap$MapIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_keyTable; + for (n = keyTable.length; ++this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex < n;) { + if (keyTable[this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex] != null) { + this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = true; + return; + } + } + this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = false; +} + +function com_badlogic_gdx_utils_ObjectMap$MapIterator_ObjectMap$MapIterator__Lcom_badlogic_gdx_utils_ObjectMap_2V(map_0){ + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map = map_0; + this.reset__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(195, 1, {195:1, 29:1, 57:1}); +_.remove__V = function com_badlogic_gdx_utils_ObjectMap$MapIterator_remove__V(){ + var i, key, keyTable, mask, next, placement, valueTable; + i = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex; + if (i < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + keyTable = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_keyTable; + valueTable = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_valueTable; + mask = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = com_badlogic_gdx_utils_ObjectMap_$place__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map, key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + valueTable[i] = null; + --this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_size; + i != this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex && --this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_badlogic_gdx_utils_ObjectMap$MapIterator_reset__V(){ + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = -1; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex = -1; + com_badlogic_gdx_utils_ObjectMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectMap$MapIterator_2V(this); +} +; +_.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = 0; +_.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = false; +_.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex = 0; +_.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$MapIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ObjectMap/MapIterator', 195, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ObjectMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2Z(this$static){ + if (!this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext; +} + +function com_badlogic_gdx_utils_ObjectMap$Entries_ObjectMap$Entries__Lcom_badlogic_gdx_utils_ObjectMap_2V(map_0){ + com_badlogic_gdx_utils_ObjectMap$MapIterator_ObjectMap$MapIterator__Lcom_badlogic_gdx_utils_ObjectMap_2V.call(this, map_0); + this.com_badlogic_gdx_utils_ObjectMap$Entries_entry = new com_badlogic_gdx_utils_ObjectMap$Entry_ObjectMap$Entry__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(232, 195, $intern_696, com_badlogic_gdx_utils_ObjectMap$Entries_ObjectMap$Entries__Lcom_badlogic_gdx_utils_ObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ObjectMap$Entries_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectMap$Entries_next__Ljava_lang_Object_2(){ + return this.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(); +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_ObjectMap$Entries_hasNext__Z(){ + return com_badlogic_gdx_utils_ObjectMap$Entries_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2Z(this); +} +; +_.iterator__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2 = function com_badlogic_gdx_utils_ObjectMap$Entries_iterator__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(){ + return this; +} +; +_.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2 = function com_badlogic_gdx_utils_ObjectMap$Entries_next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(){ + var keyTable; + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + keyTable = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_keyTable; + this.com_badlogic_gdx_utils_ObjectMap$Entries_entry.com_badlogic_gdx_utils_ObjectMap$Entry_key = keyTable[this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex]; + this.com_badlogic_gdx_utils_ObjectMap$Entries_entry.com_badlogic_gdx_utils_ObjectMap$Entry_value = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_valueTable[this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex]; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + com_badlogic_gdx_utils_ObjectMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectMap$MapIterator_2V(this); + return this.com_badlogic_gdx_utils_ObjectMap$Entries_entry; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ObjectMap/Entries', 232, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$MapIterator_12_1classLit); +function com_badlogic_gdx_utils_ObjectMap$Entry_ObjectMap$Entry__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(325, 1, {325:1}, com_badlogic_gdx_utils_ObjectMap$Entry_ObjectMap$Entry__V); +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_ObjectMap$Entry_toString__Ljava_lang_String_2(){ + return this.com_badlogic_gdx_utils_ObjectMap$Entry_key + '=' + this.com_badlogic_gdx_utils_ObjectMap$Entry_value; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ObjectMap/Entry', 325, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ObjectMap$Keys_ObjectMap$Keys__Lcom_badlogic_gdx_utils_ObjectMap_2V(map_0){ + com_badlogic_gdx_utils_ObjectMap$MapIterator_ObjectMap$MapIterator__Lcom_badlogic_gdx_utils_ObjectMap_2V.call(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(234, 195, $intern_697, com_badlogic_gdx_utils_ObjectMap$Keys_ObjectMap$Keys__Lcom_badlogic_gdx_utils_ObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ObjectMap$Keys_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_ObjectMap$Keys_hasNext__Z(){ + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext; +} +; +_.iterator__Lcom_badlogic_gdx_utils_ObjectMap$Keys_2 = function com_badlogic_gdx_utils_ObjectMap$Keys_iterator__Lcom_badlogic_gdx_utils_ObjectMap$Keys_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectMap$Keys_next__Ljava_lang_Object_2(){ + var key; + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + key = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_keyTable[this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex]; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + com_badlogic_gdx_utils_ObjectMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectMap$MapIterator_2V(this); + return key; +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_ObjectMap$Keys_toArray__Lcom_badlogic_gdx_utils_Array_2(){ + return this.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(new com_badlogic_gdx_utils_Array_Array__ZIV(true, this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_size)); +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_ObjectMap$Keys_toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(array){ + while (this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext) + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(array, this.next__Ljava_lang_Object_2()); + return array; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ObjectMap/Keys', 234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$MapIterator_12_1classLit); +function com_badlogic_gdx_utils_ObjectMap$Values_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Values_2Z(this$static){ + if (!this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext; +} + +function com_badlogic_gdx_utils_ObjectMap$Values_ObjectMap$Values__Lcom_badlogic_gdx_utils_ObjectMap_2V(map_0){ + com_badlogic_gdx_utils_ObjectMap$MapIterator_ObjectMap$MapIterator__Lcom_badlogic_gdx_utils_ObjectMap_2V.call(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(233, 195, $intern_698, com_badlogic_gdx_utils_ObjectMap$Values_ObjectMap$Values__Lcom_badlogic_gdx_utils_ObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ObjectMap$Values_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_ObjectMap$Values_hasNext__Z(){ + return com_badlogic_gdx_utils_ObjectMap$Values_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Values_2Z(this); +} +; +_.iterator__Lcom_badlogic_gdx_utils_ObjectMap$Values_2 = function com_badlogic_gdx_utils_ObjectMap$Values_iterator__Lcom_badlogic_gdx_utils_ObjectMap$Values_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectMap$Values_next__Ljava_lang_Object_2(){ + var value_0; + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + value_0 = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_valueTable[this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex]; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + com_badlogic_gdx_utils_ObjectMap$MapIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectMap$MapIterator_2V(this); + return value_0; +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_ObjectMap$Values_toArray__Lcom_badlogic_gdx_utils_Array_2(){ + return this.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(new com_badlogic_gdx_utils_Array_Array__ZIV(true, this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_size)); +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_ObjectMap$Values_toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(array){ + while (this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext) + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(array, this.next__Ljava_lang_Object_2()); + return array; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ObjectMap/Values', 233, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$MapIterator_12_1classLit); +function com_badlogic_gdx_utils_ObjectSet_$add__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2Z(this$static, key){ + var i; + i = com_badlogic_gdx_utils_ObjectSet_$locateKey__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) + return false; + i = -(i + 1); + this$static.com_badlogic_gdx_utils_ObjectSet_keyTable[i] = key; + ++this$static.com_badlogic_gdx_utils_ObjectSet_size >= this$static.com_badlogic_gdx_utils_ObjectSet_threshold && com_badlogic_gdx_utils_ObjectSet_$resize__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static, this$static.com_badlogic_gdx_utils_ObjectSet_keyTable.length << 1); + return true; +} + +function com_badlogic_gdx_utils_ObjectSet_$addAll__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_Array_2V(this$static, array){ + com_badlogic_gdx_utils_ObjectSet_$addAll__Lcom_badlogic_gdx_utils_ObjectSet_2_3Ljava_lang_Object_2IIZ(this$static, array.com_badlogic_gdx_utils_Array_items, array.com_badlogic_gdx_utils_Array_size); +} + +function com_badlogic_gdx_utils_ObjectSet_$addAll__Lcom_badlogic_gdx_utils_ObjectSet_2_3Ljava_lang_Object_2IIZ(this$static, array, length_0){ + var i, n, oldSize, tableSize; + tableSize = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(this$static.com_badlogic_gdx_utils_ObjectSet_size + length_0, this$static.com_badlogic_gdx_utils_ObjectSet_loadFactor); + this$static.com_badlogic_gdx_utils_ObjectSet_keyTable.length < tableSize && com_badlogic_gdx_utils_ObjectSet_$resize__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static, tableSize); + oldSize = this$static.com_badlogic_gdx_utils_ObjectSet_size; + for (i = 0 , n = i + length_0; i < n; i++) + this$static.add__Ljava_lang_Object_2Z(array[i]); + return oldSize != this$static.com_badlogic_gdx_utils_ObjectSet_size; +} + +function com_badlogic_gdx_utils_ObjectSet_$addResize__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2V(this$static, key){ + var i, keyTable; + keyTable = this$static.com_badlogic_gdx_utils_ObjectSet_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), $intern_661), this$static.com_badlogic_gdx_utils_ObjectSet_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_ObjectSet_mask) { + if (keyTable[i] == null) { + keyTable[i] = key; + return; + } + } +} + +function com_badlogic_gdx_utils_ObjectSet_$clear__Lcom_badlogic_gdx_utils_ObjectSet_2V(this$static){ + if (this$static.com_badlogic_gdx_utils_ObjectSet_size == 0) + return; + this$static.com_badlogic_gdx_utils_ObjectSet_size = 0; + java_util_Arrays_fill___3Ljava_lang_Object_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_ObjectSet_keyTable); +} + +function com_badlogic_gdx_utils_ObjectSet_$clear__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static, maximumCapacity){ + var tableSize; + tableSize = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(maximumCapacity, this$static.com_badlogic_gdx_utils_ObjectSet_loadFactor); + if (this$static.com_badlogic_gdx_utils_ObjectSet_keyTable.length <= tableSize) { + this$static.clear__V(); + return; + } + this$static.com_badlogic_gdx_utils_ObjectSet_size = 0; + com_badlogic_gdx_utils_ObjectSet_$resize__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static, tableSize); +} + +function com_badlogic_gdx_utils_ObjectSet_$ensureCapacity__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static, additionalCapacity){ + var tableSize; + tableSize = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(this$static.com_badlogic_gdx_utils_ObjectSet_size + additionalCapacity, this$static.com_badlogic_gdx_utils_ObjectSet_loadFactor); + this$static.com_badlogic_gdx_utils_ObjectSet_keyTable.length < tableSize && com_badlogic_gdx_utils_ObjectSet_$resize__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static, tableSize); +} + +function com_badlogic_gdx_utils_ObjectSet_$first__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2(this$static){ + var i, keyTable, n; + keyTable = this$static.com_badlogic_gdx_utils_ObjectSet_keyTable; + for (i = 0 , n = keyTable.length; i < n; i++) + if (keyTable[i] != null) + return keyTable[i]; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('ObjectSet is empty.')); +} + +function com_badlogic_gdx_utils_ObjectSet_$iterator__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_badlogic_gdx_utils_ObjectSet_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_ObjectSet_iterator1) { + this$static.com_badlogic_gdx_utils_ObjectSet_iterator1 = new com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_badlogic_gdx_utils_ObjectSet_2V(this$static); + this$static.com_badlogic_gdx_utils_ObjectSet_iterator2 = new com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_badlogic_gdx_utils_ObjectSet_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_ObjectSet_iterator1.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid) { + com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$reset__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2V(this$static.com_badlogic_gdx_utils_ObjectSet_iterator1); + this$static.com_badlogic_gdx_utils_ObjectSet_iterator1.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectSet_iterator2.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectSet_iterator1; + } + com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$reset__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2V(this$static.com_badlogic_gdx_utils_ObjectSet_iterator2); + this$static.com_badlogic_gdx_utils_ObjectSet_iterator2.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectSet_iterator1.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectSet_iterator2; +} + +function com_badlogic_gdx_utils_ObjectSet_$locateKey__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, other; + if (key == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_689)); + keyTable = this$static.com_badlogic_gdx_utils_ObjectSet_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), $intern_661), this$static.com_badlogic_gdx_utils_ObjectSet_shift));; i = i + 1 & this$static.com_badlogic_gdx_utils_ObjectSet_mask) { + other = keyTable[i]; + if (other == null) + return -(i + 1); + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(other, key)) + return i; + } +} + +function com_badlogic_gdx_utils_ObjectSet_$place__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2I(this$static, item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0), $intern_661), this$static.com_badlogic_gdx_utils_ObjectSet_shift)); +} + +function com_badlogic_gdx_utils_ObjectSet_$remove__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2Z(this$static, key){ + var i, keyTable, mask, next, placement; + i = com_badlogic_gdx_utils_ObjectSet_$locateKey__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2I(this$static, key); + if (i < 0) + return false; + keyTable = this$static.com_badlogic_gdx_utils_ObjectSet_keyTable; + mask = this$static.com_badlogic_gdx_utils_ObjectSet_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), $intern_661), this$static.com_badlogic_gdx_utils_ObjectSet_shift)); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this$static.com_badlogic_gdx_utils_ObjectSet_size; + return true; +} + +function com_badlogic_gdx_utils_ObjectSet_$resize__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable; + oldCapacity = this$static.com_badlogic_gdx_utils_ObjectSet_keyTable.length; + this$static.com_badlogic_gdx_utils_ObjectSet_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_badlogic_gdx_utils_ObjectSet_loadFactor); + this$static.com_badlogic_gdx_utils_ObjectSet_mask = newSize - 1; + this$static.com_badlogic_gdx_utils_ObjectSet_shift = java_lang_Long_numberOfLeadingZeros__JI(this$static.com_badlogic_gdx_utils_ObjectSet_mask); + oldKeyTable = this$static.com_badlogic_gdx_utils_ObjectSet_keyTable; + this$static.com_badlogic_gdx_utils_ObjectSet_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + if (this$static.com_badlogic_gdx_utils_ObjectSet_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != null && com_badlogic_gdx_utils_ObjectSet_$addResize__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2V(this$static, key); + } + } +} + +function com_badlogic_gdx_utils_ObjectSet_ObjectSet__V(){ + com_badlogic_gdx_utils_ObjectSet_ObjectSet__IFV.call(this, 51); +} + +function com_badlogic_gdx_utils_ObjectSet_ObjectSet__IV(){ + com_badlogic_gdx_utils_ObjectSet_ObjectSet__IFV.call(this, 4); +} + +function com_badlogic_gdx_utils_ObjectSet_ObjectSet__IFV(initialCapacity){ + var tableSize; + this.com_badlogic_gdx_utils_ObjectSet_loadFactor = $intern_662; + tableSize = com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(initialCapacity, $intern_662); + this.com_badlogic_gdx_utils_ObjectSet_threshold = com_google_gwt_lang_Cast_round_1int__DI(tableSize * $intern_662); + this.com_badlogic_gdx_utils_ObjectSet_mask = tableSize - 1; + this.com_badlogic_gdx_utils_ObjectSet_shift = java_lang_Long_numberOfLeadingZeros__JI(this.com_badlogic_gdx_utils_ObjectSet_mask); + this.com_badlogic_gdx_utils_ObjectSet_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); +} + +function com_badlogic_gdx_utils_ObjectSet_tableSize__IFI(capacity, loadFactor){ + var tableSize; + if (capacity < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_699 + capacity)); + tableSize = com_badlogic_gdx_math_MathUtils_nextPowerOfTwo__II($wnd.Math.max(2, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil(capacity / loadFactor)))); + if (tableSize > $intern_700) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_701 + capacity)); + return tableSize; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(197, 1, {197:1, 29:1}, com_badlogic_gdx_utils_ObjectSet_ObjectSet__V, com_badlogic_gdx_utils_ObjectSet_ObjectSet__IV); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ObjectSet_iterator__Ljava_util_Iterator_2(){ + return this.iterator__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2(); +} +; +_.add__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ObjectSet_add__Ljava_lang_Object_2Z(key){ + return com_badlogic_gdx_utils_ObjectSet_$add__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2Z(this, key); +} +; +_.clear__V = function com_badlogic_gdx_utils_ObjectSet_clear__V(){ + com_badlogic_gdx_utils_ObjectSet_$clear__Lcom_badlogic_gdx_utils_ObjectSet_2V(this); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ObjectSet_equals__Ljava_lang_Object_2Z(obj){ + var i, keyTable, n, other; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 197)) + return false; + other = obj; + if (other.com_badlogic_gdx_utils_ObjectSet_size != this.com_badlogic_gdx_utils_ObjectSet_size) + return false; + keyTable = this.com_badlogic_gdx_utils_ObjectSet_keyTable; + for (i = 0 , n = keyTable.length; i < n; i++) + if (keyTable[i] != null && com_badlogic_gdx_utils_ObjectSet_$locateKey__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2I(other, keyTable[i]) < 0) + return false; + return true; +} +; +_.hashCode__I = function com_badlogic_gdx_utils_ObjectSet_hashCode__I(){ + var h, i, key, keyTable, n; + h = this.com_badlogic_gdx_utils_ObjectSet_size; + keyTable = this.com_badlogic_gdx_utils_ObjectSet_keyTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + key != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key)); + } + return h; +} +; +_.iterator__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2 = function com_badlogic_gdx_utils_ObjectSet_iterator__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2(){ + return com_badlogic_gdx_utils_ObjectSet_$iterator__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_ObjectSet_toString__Ljava_lang_String_2(){ + return '{' + this.toString__Ljava_lang_String_2Ljava_lang_String_2($intern_15) + '}'; +} +; +_.toString__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_ObjectSet_toString__Ljava_lang_String_2Ljava_lang_String_2(separator){ + var buffer, i, key, keyTable; + if (this.com_badlogic_gdx_utils_ObjectSet_size == 0) + return ''; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + keyTable = this.com_badlogic_gdx_utils_ObjectSet_keyTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == null) + continue; + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == null) + continue; + buffer.java_lang_AbstractStringBuilder_string += separator; + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + } + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.com_badlogic_gdx_utils_ObjectSet_loadFactor = 0; +_.com_badlogic_gdx_utils_ObjectSet_mask = 0; +_.com_badlogic_gdx_utils_ObjectSet_shift = 0; +_.com_badlogic_gdx_utils_ObjectSet_size = 0; +_.com_badlogic_gdx_utils_ObjectSet_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ObjectSet', 197, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set.com_badlogic_gdx_utils_ObjectSet_keyTable; + for (n = this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set.com_badlogic_gdx_utils_ObjectSet_keyTable.length; ++this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex < n;) { + if (keyTable[this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex] != null) { + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext = true; + return; + } + } + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext = false; +} + +function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$hasNext__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Z(this$static){ + if (!this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + return this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext; +} + +function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$next__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Ljava_lang_Object_2(this$static){ + var key; + if (!this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + key = this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set.com_badlogic_gdx_utils_ObjectSet_keyTable[this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex]; + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_currentIndex = this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex; + com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2V(this$static); + return key; +} + +function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$reset__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2V(this$static){ + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_currentIndex = -1; + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex = -1; + com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$findNextIndex__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2V(this$static); +} + +function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_badlogic_gdx_utils_ObjectSet_2V(set_0){ + this.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set = set_0; + this.reset__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(467, 1, $intern_119, com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_badlogic_gdx_utils_ObjectSet_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext__Z(){ + return com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$hasNext__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Z(this); +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_next__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$next__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2Ljava_lang_Object_2(this); +} +; +_.remove__V = function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_remove__V(){ + var i, key, keyTable, mask, next, placement; + i = this.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_currentIndex; + if (i < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + keyTable = this.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set.com_badlogic_gdx_utils_ObjectSet_keyTable; + mask = this.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set.com_badlogic_gdx_utils_ObjectSet_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = com_badlogic_gdx_utils_ObjectSet_$place__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2I(this.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set, key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set.com_badlogic_gdx_utils_ObjectSet_size; + i != this.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_currentIndex && --this.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex; + this.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_currentIndex = -1; +} +; +_.reset__V = function com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_reset__V(){ + com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_$reset__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2V(this); +} +; +_.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_currentIndex = 0; +_.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext = false; +_.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex = 0; +_.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet$ObjectSetIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_702, 467, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_OrderedMap_$entries__Lcom_badlogic_gdx_utils_OrderedMap_2Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_OrderedMap$OrderedMapEntries__Lcom_badlogic_gdx_utils_OrderedMap_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_ObjectMap_entries1) { + this$static.com_badlogic_gdx_utils_ObjectMap_entries1 = new com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_OrderedMap$OrderedMapEntries__Lcom_badlogic_gdx_utils_OrderedMap_2V(this$static); + this$static.com_badlogic_gdx_utils_ObjectMap_entries2 = new com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_OrderedMap$OrderedMapEntries__Lcom_badlogic_gdx_utils_OrderedMap_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_ObjectMap_entries1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) { + this$static.com_badlogic_gdx_utils_ObjectMap_entries1.reset__V(); + this$static.com_badlogic_gdx_utils_ObjectMap_entries1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectMap_entries2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectMap_entries1; + } + this$static.com_badlogic_gdx_utils_ObjectMap_entries2.reset__V(); + this$static.com_badlogic_gdx_utils_ObjectMap_entries2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this$static.com_badlogic_gdx_utils_ObjectMap_entries1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this$static.com_badlogic_gdx_utils_ObjectMap_entries2; +} + +function com_badlogic_gdx_utils_OrderedMap_$put__Lcom_badlogic_gdx_utils_OrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + var i, oldValue; + i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) { + oldValue = this$static.com_badlogic_gdx_utils_ObjectMap_valueTable[i]; + this$static.com_badlogic_gdx_utils_ObjectMap_valueTable[i] = value_0; + return oldValue; + } + i = -(i + 1); + this$static.com_badlogic_gdx_utils_ObjectMap_keyTable[i] = key; + this$static.com_badlogic_gdx_utils_ObjectMap_valueTable[i] = value_0; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_OrderedMap_keys, key); + ++this$static.com_badlogic_gdx_utils_ObjectMap_size >= this$static.com_badlogic_gdx_utils_ObjectMap_threshold && com_badlogic_gdx_utils_ObjectMap_$resize__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this$static, this$static.com_badlogic_gdx_utils_ObjectMap_keyTable.length << 1); + return null; +} + +function com_badlogic_gdx_utils_OrderedMap_$removeIndex__Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2(this$static, index_0){ + return com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_utils_OrderedMap_keys, index_0)); +} + +function com_badlogic_gdx_utils_OrderedMap_OrderedMap__V(){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V(); + com_badlogic_gdx_utils_ObjectMap_ObjectMap__V.call(this); + this.com_badlogic_gdx_utils_OrderedMap_keys = new com_badlogic_gdx_utils_Array_Array__V; +} + +function com_badlogic_gdx_utils_OrderedMap_OrderedMap__IV(initialCapacity){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V(); + com_badlogic_gdx_utils_ObjectMap_ObjectMap__IV.call(this, initialCapacity); + this.com_badlogic_gdx_utils_OrderedMap_keys = new com_badlogic_gdx_utils_Array_Array__IV(initialCapacity); +} + +function com_badlogic_gdx_utils_OrderedMap_OrderedMap__IFV(initialCapacity, loadFactor){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V(); + com_badlogic_gdx_utils_ObjectMap_ObjectMap__IFV.call(this, initialCapacity, loadFactor); + this.com_badlogic_gdx_utils_OrderedMap_keys = new com_badlogic_gdx_utils_Array_Array__IV(initialCapacity); +} + +function com_badlogic_gdx_utils_OrderedMap_OrderedMap__Lcom_badlogic_gdx_utils_OrderedMap_2V(map_0){ + com_badlogic_gdx_utils_ObjectMap_$clinit__V(); + com_badlogic_gdx_utils_ObjectMap_ObjectMap__Lcom_badlogic_gdx_utils_ObjectMap_2V.call(this, map_0); + this.com_badlogic_gdx_utils_OrderedMap_keys = new com_badlogic_gdx_utils_Array_Array__Lcom_badlogic_gdx_utils_Array_2V(map_0.com_badlogic_gdx_utils_OrderedMap_keys); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(303, 63, {63:1, 303:1, 29:1}, com_badlogic_gdx_utils_OrderedMap_OrderedMap__V, com_badlogic_gdx_utils_OrderedMap_OrderedMap__IV, com_badlogic_gdx_utils_OrderedMap_OrderedMap__IFV, com_badlogic_gdx_utils_OrderedMap_OrderedMap__Lcom_badlogic_gdx_utils_OrderedMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_OrderedMap_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_OrderedMap_$entries__Lcom_badlogic_gdx_utils_OrderedMap_2Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(this); +} +; +_.alter__Ljava_lang_Object_2Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_OrderedMap_alter__Ljava_lang_Object_2Ljava_lang_Object_2Z(before, after){ + var index_0; + if (com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this, after) >= 0) + return false; + index_0 = com_badlogic_gdx_utils_Array_$indexOf__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(this.com_badlogic_gdx_utils_OrderedMap_keys, before, false); + if (index_0 == -1) + return false; + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, after, com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, before)); + com_badlogic_gdx_utils_Array_$set__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this.com_badlogic_gdx_utils_OrderedMap_keys, index_0, after); + return true; +} +; +_.alterIndex__ILjava_lang_Object_2Z = function com_badlogic_gdx_utils_OrderedMap_alterIndex__ILjava_lang_Object_2Z(index_0, after){ + if (index_0 < 0 || index_0 >= this.com_badlogic_gdx_utils_ObjectMap_size || com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this, after) >= 0) + return false; + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, after, com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_utils_OrderedMap_keys, index_0))); + com_badlogic_gdx_utils_Array_$set__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this.com_badlogic_gdx_utils_OrderedMap_keys, index_0, after); + return true; +} +; +_.clear__V = function com_badlogic_gdx_utils_OrderedMap_clear__V(){ + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_utils_OrderedMap_keys); + com_badlogic_gdx_utils_ObjectMap_$clear__Lcom_badlogic_gdx_utils_ObjectMap_2V(this); +} +; +_.clear__IV = function com_badlogic_gdx_utils_OrderedMap_clear__IV(maximumCapacity){ + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_utils_OrderedMap_keys); + com_badlogic_gdx_utils_ObjectMap_$clear__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this, maximumCapacity); +} +; +_.entries__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2 = function com_badlogic_gdx_utils_OrderedMap_entries__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(){ + return com_badlogic_gdx_utils_OrderedMap_$entries__Lcom_badlogic_gdx_utils_OrderedMap_2Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(this); +} +; +_.iterator__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2 = function com_badlogic_gdx_utils_OrderedMap_iterator__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(){ + return com_badlogic_gdx_utils_OrderedMap_$entries__Lcom_badlogic_gdx_utils_OrderedMap_2Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(this); +} +; +_.keys__Lcom_badlogic_gdx_utils_ObjectMap$Keys_2 = function com_badlogic_gdx_utils_OrderedMap_keys__Lcom_badlogic_gdx_utils_ObjectMap$Keys_2(){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_OrderedMap$OrderedMapKeys__Lcom_badlogic_gdx_utils_OrderedMap_2V(this); + if (!this.com_badlogic_gdx_utils_ObjectMap_keys1) { + this.com_badlogic_gdx_utils_ObjectMap_keys1 = new com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_OrderedMap$OrderedMapKeys__Lcom_badlogic_gdx_utils_OrderedMap_2V(this); + this.com_badlogic_gdx_utils_ObjectMap_keys2 = new com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_OrderedMap$OrderedMapKeys__Lcom_badlogic_gdx_utils_OrderedMap_2V(this); + } + if (!this.com_badlogic_gdx_utils_ObjectMap_keys1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) { + this.com_badlogic_gdx_utils_ObjectMap_keys1.reset__V(); + this.com_badlogic_gdx_utils_ObjectMap_keys1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this.com_badlogic_gdx_utils_ObjectMap_keys2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this.com_badlogic_gdx_utils_ObjectMap_keys1; + } + this.com_badlogic_gdx_utils_ObjectMap_keys2.reset__V(); + this.com_badlogic_gdx_utils_ObjectMap_keys2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this.com_badlogic_gdx_utils_ObjectMap_keys1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this.com_badlogic_gdx_utils_ObjectMap_keys2; +} +; +_.orderedKeys__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_OrderedMap_orderedKeys__Lcom_badlogic_gdx_utils_Array_2(){ + return this.com_badlogic_gdx_utils_OrderedMap_keys; +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_OrderedMap_put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0){ + return com_badlogic_gdx_utils_OrderedMap_$put__Lcom_badlogic_gdx_utils_OrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, value_0); +} +; +_.putAll__Lcom_badlogic_gdx_utils_OrderedMap_2V = function com_badlogic_gdx_utils_OrderedMap_putAll__Lcom_badlogic_gdx_utils_OrderedMap_2V(map_0){ + var i, i0, key, keys_0, n; + com_badlogic_gdx_utils_ObjectMap_$ensureCapacity__Lcom_badlogic_gdx_utils_ObjectMap_2IV(this, map_0.com_badlogic_gdx_utils_ObjectMap_size); + keys_0 = map_0.com_badlogic_gdx_utils_OrderedMap_keys.com_badlogic_gdx_utils_Array_items; + for (i0 = 0 , n = map_0.com_badlogic_gdx_utils_OrderedMap_keys.com_badlogic_gdx_utils_Array_size; i0 < n; i0++) { + key = keys_0[i0]; + com_badlogic_gdx_utils_OrderedMap_$put__Lcom_badlogic_gdx_utils_OrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, (i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(map_0, key) , i < 0?null:map_0.com_badlogic_gdx_utils_ObjectMap_valueTable[i])); + } +} +; +_.remove__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gdx_utils_OrderedMap_remove__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this.com_badlogic_gdx_utils_OrderedMap_keys, key, false); + return com_badlogic_gdx_utils_ObjectMap_$remove__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.removeIndex__ILjava_lang_Object_2 = function com_badlogic_gdx_utils_OrderedMap_removeIndex__ILjava_lang_Object_2(index_0){ + return com_badlogic_gdx_utils_OrderedMap_$removeIndex__Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2(this, index_0); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_badlogic_gdx_utils_OrderedMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, i0, key, keys_0, n, value_0; + if (this.com_badlogic_gdx_utils_ObjectMap_size == 0) + return braces?$intern_649:''; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + keys_0 = this.com_badlogic_gdx_utils_OrderedMap_keys; + for (i0 = 0 , n = keys_0.com_badlogic_gdx_utils_Array_size; i0 < n; i0++) { + key = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(keys_0, i0); + i0 > 0 && (buffer.java_lang_AbstractStringBuilder_string += '' + separator , buffer); + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = (i = com_badlogic_gdx_utils_ObjectMap_$locateKey__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2I(this, key) , i < 0?null:this.com_badlogic_gdx_utils_ObjectMap_valueTable[i]); + buffer.java_lang_AbstractStringBuilder_string += '' + (value_0 === this?$intern_694:value_0); + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.values__Lcom_badlogic_gdx_utils_ObjectMap$Values_2 = function com_badlogic_gdx_utils_OrderedMap_values__Lcom_badlogic_gdx_utils_ObjectMap$Values_2(){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_OrderedMap$OrderedMapValues__Lcom_badlogic_gdx_utils_OrderedMap_2V(this); + if (!this.com_badlogic_gdx_utils_ObjectMap_values1) { + this.com_badlogic_gdx_utils_ObjectMap_values1 = new com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_OrderedMap$OrderedMapValues__Lcom_badlogic_gdx_utils_OrderedMap_2V(this); + this.com_badlogic_gdx_utils_ObjectMap_values2 = new com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_OrderedMap$OrderedMapValues__Lcom_badlogic_gdx_utils_OrderedMap_2V(this); + } + if (!this.com_badlogic_gdx_utils_ObjectMap_values1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) { + this.com_badlogic_gdx_utils_ObjectMap_values1.reset__V(); + this.com_badlogic_gdx_utils_ObjectMap_values1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this.com_badlogic_gdx_utils_ObjectMap_values2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this.com_badlogic_gdx_utils_ObjectMap_values1; + } + this.com_badlogic_gdx_utils_ObjectMap_values2.reset__V(); + this.com_badlogic_gdx_utils_ObjectMap_values2.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = true; + this.com_badlogic_gdx_utils_ObjectMap_values1.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid = false; + return this.com_badlogic_gdx_utils_ObjectMap_values2; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_703, 303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit); +function com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_OrderedMap$OrderedMapEntries__Lcom_badlogic_gdx_utils_OrderedMap_2V(map_0){ + com_badlogic_gdx_utils_ObjectMap$Entries_ObjectMap$Entries__Lcom_badlogic_gdx_utils_ObjectMap_2V.call(this, map_0); + this.com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_keys = map_0.com_badlogic_gdx_utils_OrderedMap_keys; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(656, 232, $intern_696, com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_OrderedMap$OrderedMapEntries__Lcom_badlogic_gdx_utils_OrderedMap_2V); +_.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2 = function com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(){ + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + this.com_badlogic_gdx_utils_ObjectMap$Entries_entry.com_badlogic_gdx_utils_ObjectMap$Entry_key = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_keys, this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex); + this.com_badlogic_gdx_utils_ObjectMap$Entries_entry.com_badlogic_gdx_utils_ObjectMap$Entry_value = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map, this.com_badlogic_gdx_utils_ObjectMap$Entries_entry.com_badlogic_gdx_utils_ObjectMap$Entry_key); + ++this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex < this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_size; + return this.com_badlogic_gdx_utils_ObjectMap$Entries_entry; +} +; +_.remove__V = function com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_remove__V(){ + if (this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.remove__Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_utils_ObjectMap$Entries_entry.com_badlogic_gdx_utils_ObjectMap$Entry_key); + --this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_badlogic_gdx_utils_OrderedMap$OrderedMapEntries_reset__V(){ + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = -1; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex = 0; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_size > 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap$OrderedMapEntries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'OrderedMap/OrderedMapEntries', 656, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit); +function com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_$toArray__Lcom_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this$static, array){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2IIV(array, this$static.com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_keys, this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex, this$static.com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_keys.com_badlogic_gdx_utils_Array_size - this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex); + this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex = this$static.com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_keys.com_badlogic_gdx_utils_Array_size; + this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = false; + return array; +} + +function com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_OrderedMap$OrderedMapKeys__Lcom_badlogic_gdx_utils_OrderedMap_2V(map_0){ + com_badlogic_gdx_utils_ObjectMap$Keys_ObjectMap$Keys__Lcom_badlogic_gdx_utils_ObjectMap_2V.call(this, map_0); + this.com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_keys = map_0.com_badlogic_gdx_utils_OrderedMap_keys; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(657, 234, $intern_697, com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_OrderedMap$OrderedMapKeys__Lcom_badlogic_gdx_utils_OrderedMap_2V); +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_next__Ljava_lang_Object_2(){ + var key; + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + key = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_keys, this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex); + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + ++this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex < this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_size; + return key; +} +; +_.remove__V = function com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_remove__V(){ + if (this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + com_badlogic_gdx_utils_OrderedMap_$removeIndex__Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2(this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map, this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex); + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_reset__V(){ + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = -1; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex = 0; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_size > 0; +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_toArray__Lcom_badlogic_gdx_utils_Array_2(){ + return com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_$toArray__Lcom_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this, new com_badlogic_gdx_utils_Array_Array__ZIV(true, this.com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_keys.com_badlogic_gdx_utils_Array_size - this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex)); +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(array){ + return com_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_$toArray__Lcom_badlogic_gdx_utils_OrderedMap$OrderedMapKeys_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this, array); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap$OrderedMapKeys_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'OrderedMap/OrderedMapKeys', 657, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit); +function com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_$toArray__Lcom_badlogic_gdx_utils_OrderedMap$OrderedMapValues_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this$static, array){ + var i, keys_0, n; + n = this$static.com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_keys.com_badlogic_gdx_utils_Array_size; + com_badlogic_gdx_utils_Array_$ensureCapacity__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(array, n - this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex); + keys_0 = this$static.com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_keys.com_badlogic_gdx_utils_Array_items; + for (i = this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; i < n; i++) + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(array, com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_map, keys_0[i])); + this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = n - 1; + this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex = n; + this$static.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = false; + return array; +} + +function com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_OrderedMap$OrderedMapValues__Lcom_badlogic_gdx_utils_OrderedMap_2V(map_0){ + com_badlogic_gdx_utils_ObjectMap$Values_ObjectMap$Values__Lcom_badlogic_gdx_utils_ObjectMap_2V.call(this, map_0); + this.com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_keys = map_0.com_badlogic_gdx_utils_OrderedMap_keys; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(658, 233, $intern_698, com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_OrderedMap$OrderedMapValues__Lcom_badlogic_gdx_utils_OrderedMap_2V); +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_next__Ljava_lang_Object_2(){ + var value_0; + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this.com_badlogic_gdx_utils_ObjectMap$MapIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + value_0 = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map, com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this.com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_keys, this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex)); + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + ++this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex < this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_size; + return value_0; +} +; +_.remove__V = function com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_remove__V(){ + if (this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + com_badlogic_gdx_utils_OrderedMap_$removeIndex__Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2(this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map, this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex); + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_reset__V(){ + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_currentIndex = -1; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex = 0; + this.com_badlogic_gdx_utils_ObjectMap$MapIterator_hasNext = this.com_badlogic_gdx_utils_ObjectMap$MapIterator_map.com_badlogic_gdx_utils_ObjectMap_size > 0; +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_toArray__Lcom_badlogic_gdx_utils_Array_2(){ + return com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_$toArray__Lcom_badlogic_gdx_utils_OrderedMap$OrderedMapValues_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this, new com_badlogic_gdx_utils_Array_Array__ZIV(true, this.com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_keys.com_badlogic_gdx_utils_Array_size - this.com_badlogic_gdx_utils_ObjectMap$MapIterator_nextIndex)); +} +; +_.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2 = function com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(array){ + return com_badlogic_gdx_utils_OrderedMap$OrderedMapValues_$toArray__Lcom_badlogic_gdx_utils_OrderedMap$OrderedMapValues_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this, array); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap$OrderedMapValues_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'OrderedMap/OrderedMapValues', 658, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit); +function com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static, key){ + if (!com_badlogic_gdx_utils_ObjectSet_$add__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2Z(this$static, key)) + return false; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_OrderedSet_items, key); + return true; +} + +function com_badlogic_gdx_utils_OrderedSet_$addAll__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static, set_0){ + var i, keys_0, n; + com_badlogic_gdx_utils_ObjectSet_$ensureCapacity__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static, set_0.com_badlogic_gdx_utils_ObjectSet_size); + keys_0 = set_0.com_badlogic_gdx_utils_OrderedSet_items.com_badlogic_gdx_utils_Array_items; + for (i = 0 , n = set_0.com_badlogic_gdx_utils_OrderedSet_items.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static, keys_0[i]); +} + +function com_badlogic_gdx_utils_OrderedSet_$clear__Lcom_badlogic_gdx_utils_OrderedSet_2IV(this$static, maximumCapacity){ + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this$static.com_badlogic_gdx_utils_OrderedSet_items); + com_badlogic_gdx_utils_ObjectSet_$clear__Lcom_badlogic_gdx_utils_ObjectSet_2IV(this$static, maximumCapacity); +} + +function com_badlogic_gdx_utils_OrderedSet_$iterator__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_OrderedSet$OrderedSetIterator__Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static); + if (!this$static.com_badlogic_gdx_utils_OrderedSet_iterator1) { + this$static.com_badlogic_gdx_utils_OrderedSet_iterator1 = new com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_OrderedSet$OrderedSetIterator__Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static); + this$static.com_badlogic_gdx_utils_OrderedSet_iterator2 = new com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_OrderedSet$OrderedSetIterator__Lcom_badlogic_gdx_utils_OrderedSet_2V(this$static); + } + if (!this$static.com_badlogic_gdx_utils_OrderedSet_iterator1.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid) { + com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$reset__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2V(this$static.com_badlogic_gdx_utils_OrderedSet_iterator1); + this$static.com_badlogic_gdx_utils_OrderedSet_iterator1.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid = true; + this$static.com_badlogic_gdx_utils_OrderedSet_iterator2.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid = false; + return this$static.com_badlogic_gdx_utils_OrderedSet_iterator1; + } + com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$reset__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2V(this$static.com_badlogic_gdx_utils_OrderedSet_iterator2); + this$static.com_badlogic_gdx_utils_OrderedSet_iterator2.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid = true; + this$static.com_badlogic_gdx_utils_OrderedSet_iterator1.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid = false; + return this$static.com_badlogic_gdx_utils_OrderedSet_iterator2; +} + +function com_badlogic_gdx_utils_OrderedSet_$remove__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this$static, key){ + if (!com_badlogic_gdx_utils_ObjectSet_$remove__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2Z(this$static, key)) + return false; + com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this$static.com_badlogic_gdx_utils_OrderedSet_items, key, false); + return true; +} + +function com_badlogic_gdx_utils_OrderedSet_$removeIndex__Lcom_badlogic_gdx_utils_OrderedSet_2ILjava_lang_Object_2(this$static, index_0){ + var key; + key = com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_utils_OrderedSet_items, index_0); + com_badlogic_gdx_utils_ObjectSet_$remove__Lcom_badlogic_gdx_utils_ObjectSet_2Ljava_lang_Object_2Z(this$static, key); + return key; +} + +function com_badlogic_gdx_utils_OrderedSet_$toString__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_String_2(this$static){ + var buffer, i, items; + if (this$static.com_badlogic_gdx_utils_ObjectSet_size == 0) + return $intern_649; + items = this$static.com_badlogic_gdx_utils_OrderedSet_items.com_badlogic_gdx_utils_Array_items; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + buffer.java_lang_AbstractStringBuilder_string += '{'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, items[0]); + for (i = 1; i < this$static.com_badlogic_gdx_utils_ObjectSet_size; i++) { + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, items[i]); + } + buffer.java_lang_AbstractStringBuilder_string += '}'; + return buffer.java_lang_AbstractStringBuilder_string; +} + +function com_badlogic_gdx_utils_OrderedSet_OrderedSet__V(){ + com_badlogic_gdx_utils_ObjectSet_ObjectSet__V.call(this); + this.com_badlogic_gdx_utils_OrderedSet_items = new com_badlogic_gdx_utils_Array_Array__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(640, 197, {197:1, 640:1, 29:1}, com_badlogic_gdx_utils_OrderedSet_OrderedSet__V); +_.iterator__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2 = function com_badlogic_gdx_utils_OrderedSet_iterator__Lcom_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_2(){ + return com_badlogic_gdx_utils_OrderedSet_$iterator__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2(this); +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_OrderedSet_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_OrderedSet_$iterator__Lcom_badlogic_gdx_utils_OrderedSet_2Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2(this); +} +; +_.add__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_OrderedSet_add__Ljava_lang_Object_2Z(key){ + return com_badlogic_gdx_utils_OrderedSet_$add__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_Object_2Z(this, key); +} +; +_.clear__V = function com_badlogic_gdx_utils_OrderedSet_clear__V(){ + com_badlogic_gdx_utils_Array_$clear__Lcom_badlogic_gdx_utils_Array_2V(this.com_badlogic_gdx_utils_OrderedSet_items); + com_badlogic_gdx_utils_ObjectSet_$clear__Lcom_badlogic_gdx_utils_ObjectSet_2V(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_OrderedSet_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_utils_OrderedSet_$toString__Lcom_badlogic_gdx_utils_OrderedSet_2Ljava_lang_String_2(this); +} +; +_.toString__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_OrderedSet_toString__Ljava_lang_String_2Ljava_lang_String_2(separator){ + return com_badlogic_gdx_utils_Array_$toString__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2Ljava_lang_String_2(this.com_badlogic_gdx_utils_OrderedSet_items, separator); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'OrderedSet', 640, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit); +function com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$next__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2Ljava_lang_Object_2(this$static){ + var key; + if (!this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + if (!this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_valid) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + key = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_items, this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex); + ++this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex; + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext = this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex < this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set.com_badlogic_gdx_utils_ObjectSet_size; + return key; +} + +function com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$remove__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2V(this$static){ + if (this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + --this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex; + com_badlogic_gdx_utils_OrderedSet_$removeIndex__Lcom_badlogic_gdx_utils_OrderedSet_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set, this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex); +} + +function com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$reset__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2V(this$static){ + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex = 0; + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext = this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set.com_badlogic_gdx_utils_ObjectSet_size > 0; +} + +function com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$toArray__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2Lcom_badlogic_gdx_utils_Array_2(this$static){ + return com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$toArray__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this$static, new com_badlogic_gdx_utils_Array_Array__ZIV(true, this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_set.com_badlogic_gdx_utils_ObjectSet_size - this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex)); +} + +function com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$toArray__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(this$static, array){ + com_badlogic_gdx_utils_Array_$addAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2IIV(array, this$static.com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_items, this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex, this$static.com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_items.com_badlogic_gdx_utils_Array_size - this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex); + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_nextIndex = this$static.com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_items.com_badlogic_gdx_utils_Array_size; + this$static.com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_hasNext = false; + return array; +} + +function com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_OrderedSet$OrderedSetIterator__Lcom_badlogic_gdx_utils_OrderedSet_2V(set_0){ + com_badlogic_gdx_utils_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_badlogic_gdx_utils_ObjectSet_2V.call(this, set_0); + this.com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_items = set_0.com_badlogic_gdx_utils_OrderedSet_items; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(663, 467, $intern_119, com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_OrderedSet$OrderedSetIterator__Lcom_badlogic_gdx_utils_OrderedSet_2V); +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_next__Ljava_lang_Object_2(){ + return com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$next__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2Ljava_lang_Object_2(this); +} +; +_.remove__V = function com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_remove__V(){ + com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$remove__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2V(this); +} +; +_.reset__V = function com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_reset__V(){ + com_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_$reset__Lcom_badlogic_gdx_utils_OrderedSet$OrderedSetIterator_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedSet$OrderedSetIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'OrderedSet/OrderedSetIterator', 663, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet$ObjectSetIterator_12_1classLit); +function com_badlogic_gdx_utils_Pools_$clinit__V(){ + com_badlogic_gdx_utils_Pools_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_Pools_typePools = new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; +} + +function com_badlogic_gdx_utils_Pools_free__Ljava_lang_Object_2V(object){ + com_badlogic_gdx_utils_Pools_$clinit__V(); + var pool; + if (object == null) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_73)); + pool = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_typePools, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object)); + if (!pool) + return; + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(pool, object); +} + +function com_badlogic_gdx_utils_Pools_freeAll__Lcom_badlogic_gdx_utils_Array_2ZV(objects){ + com_badlogic_gdx_utils_Pools_$clinit__V(); + var i, n, object, pool; + pool = null; + for (i = 0 , n = objects.com_badlogic_gdx_utils_Array_size; i < n; i++) { + object = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(objects, i); + if (object == null) + continue; + if (!pool) { + pool = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_typePools, java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(object)); + if (!pool) + continue; + } + com_badlogic_gdx_utils_Pool_$free__Lcom_badlogic_gdx_utils_Pool_2Ljava_lang_Object_2V(pool, object); + } +} + +function com_badlogic_gdx_utils_Pools_get__Ljava_lang_Class_2ILcom_badlogic_gdx_utils_Pool_2(type_0){ + com_badlogic_gdx_utils_Pools_$clinit__V(); + var pool; + pool = com_badlogic_gdx_utils_ObjectMap_$get__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_typePools, type_0); + if (!pool) { + pool = new com_badlogic_gdx_utils_ReflectionPool_ReflectionPool__Ljava_lang_Class_2IIV(type_0); + com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_Pools_typePools, type_0, pool); + } + return pool; +} + +var com_badlogic_gdx_utils_Pools_typePools; +function com_badlogic_gdx_utils_Predicate$PredicateIterable_Predicate$PredicateIterable__Ljava_lang_Iterable_2Lcom_badlogic_gdx_utils_Predicate_2V(iterable){ + this.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterable = iterable; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(642, 1, {642:1, 29:1}, com_badlogic_gdx_utils_Predicate$PredicateIterable_Predicate$PredicateIterable__Ljava_lang_Iterable_2Lcom_badlogic_gdx_utils_Predicate_2V); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_Predicate$PredicateIterable_iterator__Ljava_util_Iterator_2(){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_Predicate$PredicateIterator_Predicate$PredicateIterator__Ljava_util_Iterator_2Lcom_badlogic_gdx_utils_Predicate_2V(com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterable)); + !this.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterator?(this.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterator = new com_badlogic_gdx_utils_Predicate$PredicateIterator_Predicate$PredicateIterator__Ljava_util_Iterator_2Lcom_badlogic_gdx_utils_Predicate_2V(com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterable))):com_badlogic_gdx_utils_Predicate$PredicateIterator_$set__Lcom_badlogic_gdx_utils_Predicate$PredicateIterator_2Ljava_util_Iterator_2Lcom_badlogic_gdx_utils_Predicate_2V(this.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterator, com_badlogic_gdx_utils_Array_$iterator__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(this.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterable)); + return this.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterator; +} +; +_.com_badlogic_gdx_utils_Predicate$PredicateIterable_iterator = null; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Predicate$PredicateIterable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Predicate/PredicateIterable', 642, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Predicate$PredicateIterator_$hasNext__Lcom_badlogic_gdx_utils_Predicate$PredicateIterator_2Z(this$static){ + var n; + if (this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_end) + return false; + if (this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_next != null) + return true; + this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_peeked = true; + while (com_badlogic_gdx_utils_Array$ArrayIterator_$hasNext__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Z(this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_iterator)) { + n = com_badlogic_gdx_utils_Array$ArrayIterator_$next__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_iterator); + if (null.$_nullMethod()) { + this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_next = n; + return true; + } + } + this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_end = true; + return false; +} + +function com_badlogic_gdx_utils_Predicate$PredicateIterator_$set__Lcom_badlogic_gdx_utils_Predicate$PredicateIterator_2Ljava_util_Iterator_2Lcom_badlogic_gdx_utils_Predicate_2V(this$static, iterator){ + this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_iterator = iterator; + this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_end = this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_peeked = false; + this$static.com_badlogic_gdx_utils_Predicate$PredicateIterator_next = null; +} + +function com_badlogic_gdx_utils_Predicate$PredicateIterator_Predicate$PredicateIterator__Ljava_util_Iterator_2Lcom_badlogic_gdx_utils_Predicate_2V(iterator){ + com_badlogic_gdx_utils_Predicate$PredicateIterator_$set__Lcom_badlogic_gdx_utils_Predicate$PredicateIterator_2Ljava_util_Iterator_2Lcom_badlogic_gdx_utils_Predicate_2V(this, iterator); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(755, 1, $intern_704, com_badlogic_gdx_utils_Predicate$PredicateIterator_Predicate$PredicateIterator__Ljava_util_Iterator_2Lcom_badlogic_gdx_utils_Predicate_2V); +_.hasNext__Z = function com_badlogic_gdx_utils_Predicate$PredicateIterator_hasNext__Z(){ + return com_badlogic_gdx_utils_Predicate$PredicateIterator_$hasNext__Lcom_badlogic_gdx_utils_Predicate$PredicateIterator_2Z(this); +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Predicate$PredicateIterator_next__Ljava_lang_Object_2(){ + var result; + if (this.com_badlogic_gdx_utils_Predicate$PredicateIterator_next == null && !com_badlogic_gdx_utils_Predicate$PredicateIterator_$hasNext__Lcom_badlogic_gdx_utils_Predicate$PredicateIterator_2Z(this)) + return null; + result = this.com_badlogic_gdx_utils_Predicate$PredicateIterator_next; + this.com_badlogic_gdx_utils_Predicate$PredicateIterator_next = null; + this.com_badlogic_gdx_utils_Predicate$PredicateIterator_peeked = false; + return result; +} +; +_.remove__V = function com_badlogic_gdx_utils_Predicate$PredicateIterator_remove__V(){ + if (this.com_badlogic_gdx_utils_Predicate$PredicateIterator_peeked) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Cannot remove between a call to hasNext() and next().')); + com_badlogic_gdx_utils_Array$ArrayIterator_$remove__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2V(this.com_badlogic_gdx_utils_Predicate$PredicateIterator_iterator); +} +; +_.com_badlogic_gdx_utils_Predicate$PredicateIterator_end = false; +_.com_badlogic_gdx_utils_Predicate$PredicateIterator_next = null; +_.com_badlogic_gdx_utils_Predicate$PredicateIterator_peeked = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Predicate$PredicateIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Predicate/PredicateIterator', 755, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Queue_$addLast__Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2V(this$static, object){ + var values; + values = this$static.com_badlogic_gdx_utils_Queue_values; + if (this$static.com_badlogic_gdx_utils_Queue_size == values.length) { + com_badlogic_gdx_utils_Queue_$resize__Lcom_badlogic_gdx_utils_Queue_2IV(this$static, values.length << 1); + values = this$static.com_badlogic_gdx_utils_Queue_values; + } + values[this$static.com_badlogic_gdx_utils_Queue_tail++] = object; + this$static.com_badlogic_gdx_utils_Queue_tail == values.length && (this$static.com_badlogic_gdx_utils_Queue_tail = 0); + ++this$static.com_badlogic_gdx_utils_Queue_size; +} + +function com_badlogic_gdx_utils_Queue_$get__Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(this$static, index_0){ + var i, values; + if (index_0 < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_705 + index_0)); + if (index_0 >= this$static.com_badlogic_gdx_utils_Queue_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_Queue_size)); + values = this$static.com_badlogic_gdx_utils_Queue_values; + i = this$static.com_badlogic_gdx_utils_Queue_head + index_0; + i >= values.length && (i -= values.length); + return values[i]; +} + +function com_badlogic_gdx_utils_Queue_$indexOf__Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2ZI(this$static, value_0, identity){ + var head, i, i0, n, tail, values; + if (this$static.com_badlogic_gdx_utils_Queue_size == 0) + return -1; + values = this$static.com_badlogic_gdx_utils_Queue_values; + head = this$static.com_badlogic_gdx_utils_Queue_head; + tail = this$static.com_badlogic_gdx_utils_Queue_tail; + if (identity || value_0 == null) { + if (head < tail) { + for (i = head; i < tail; i++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return i - head; + } + else { + for (i0 = head , n = values.length; i0 < n; i0++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i0]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return i0 - head; + for (i = 0; i < tail; i++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return i + values.length - head; + } + } + else { + if (head < tail) { + for (i = head; i < tail; i++) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i])) + return i - head; + } + else { + for (i0 = head , n = values.length; i0 < n; i0++) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i0])) + return i0 - head; + for (i = 0; i < tail; i++) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i])) + return i + values.length - head; + } + } + return -1; +} + +function com_badlogic_gdx_utils_Queue_$removeIndex__Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(this$static, index_0){ + var head, tail, value_0, values; + if (index_0 < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_705 + index_0)); + if (index_0 >= this$static.com_badlogic_gdx_utils_Queue_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_Queue_size)); + values = this$static.com_badlogic_gdx_utils_Queue_values; + head = this$static.com_badlogic_gdx_utils_Queue_head; + tail = this$static.com_badlogic_gdx_utils_Queue_tail; + index_0 += head; + if (head < tail) { + value_0 = values[index_0]; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, index_0 + 1, values, index_0, tail - index_0); + values[tail] = null; + --this$static.com_badlogic_gdx_utils_Queue_tail; + } + else if (index_0 >= values.length) { + index_0 -= values.length; + value_0 = values[index_0]; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, index_0 + 1, values, index_0, tail - index_0); + --this$static.com_badlogic_gdx_utils_Queue_tail; + } + else { + value_0 = values[index_0]; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, head, values, head + 1, index_0 - head); + values[head] = null; + ++this$static.com_badlogic_gdx_utils_Queue_head; + this$static.com_badlogic_gdx_utils_Queue_head == values.length && (this$static.com_badlogic_gdx_utils_Queue_head = 0); + } + --this$static.com_badlogic_gdx_utils_Queue_size; + return value_0; +} + +function com_badlogic_gdx_utils_Queue_$resize__Lcom_badlogic_gdx_utils_Queue_2IV(this$static, newSize){ + var head, newArray, rest, tail, values; + values = this$static.com_badlogic_gdx_utils_Queue_values; + head = this$static.com_badlogic_gdx_utils_Queue_head; + tail = this$static.com_badlogic_gdx_utils_Queue_tail; + newArray = com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_utils_reflect_ArrayReflection_newInstance__Ljava_lang_Class_2ILjava_lang_Object_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(values).java_lang_Class_componentType, newSize)); + if (head < tail) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, head, newArray, 0, tail - head); + } + else if (this$static.com_badlogic_gdx_utils_Queue_size > 0) { + rest = values.length - head; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, head, newArray, 0, rest); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, 0, newArray, rest, tail); + } + this$static.com_badlogic_gdx_utils_Queue_values = newArray; + this$static.com_badlogic_gdx_utils_Queue_head = 0; + this$static.com_badlogic_gdx_utils_Queue_tail = this$static.com_badlogic_gdx_utils_Queue_size; +} + +function com_badlogic_gdx_utils_Queue_Queue__V(){ + com_badlogic_gdx_utils_Queue_Queue__IV.call(this, 16); +} + +function com_badlogic_gdx_utils_Queue_Queue__IV(initialSize){ + this.com_badlogic_gdx_utils_Queue_values = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, initialSize, 5, 1); +} + +function com_badlogic_gdx_utils_Queue_Queue__ILjava_lang_Class_2V(initialSize, type_0){ + var type0; + this.com_badlogic_gdx_utils_Queue_values = (com_badlogic_gwtref_client_ReflectionCache_$clinit__V() , type0 = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(type_0) , com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(type0.com_badlogic_gwtref_client_Type_source.newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2(type0, initialSize))); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(202, 1, {202:1, 29:1}, com_badlogic_gdx_utils_Queue_Queue__V, com_badlogic_gdx_utils_Queue_Queue__IV, com_badlogic_gdx_utils_Queue_Queue__ILjava_lang_Class_2V); +_.addFirst__Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Queue_addFirst__Ljava_lang_Object_2V(object){ + var head, values; + values = this.com_badlogic_gdx_utils_Queue_values; + if (this.com_badlogic_gdx_utils_Queue_size == values.length) { + com_badlogic_gdx_utils_Queue_$resize__Lcom_badlogic_gdx_utils_Queue_2IV(this, values.length << 1); + values = this.com_badlogic_gdx_utils_Queue_values; + } + head = this.com_badlogic_gdx_utils_Queue_head; + --head; + head == -1 && (head = values.length - 1); + values[head] = object; + this.com_badlogic_gdx_utils_Queue_head = head; + ++this.com_badlogic_gdx_utils_Queue_size; +} +; +_.addLast__Ljava_lang_Object_2V = function com_badlogic_gdx_utils_Queue_addLast__Ljava_lang_Object_2V(object){ + com_badlogic_gdx_utils_Queue_$addLast__Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2V(this, object); +} +; +_.clear__V = function com_badlogic_gdx_utils_Queue_clear__V(){ + var head, i, i0, tail, values; + if (this.com_badlogic_gdx_utils_Queue_size == 0) + return; + values = this.com_badlogic_gdx_utils_Queue_values; + head = this.com_badlogic_gdx_utils_Queue_head; + tail = this.com_badlogic_gdx_utils_Queue_tail; + if (head < tail) { + for (i = head; i < tail; i++) { + values[i] = null; + } + } + else { + for (i0 = head; i0 < values.length; i0++) { + values[i0] = null; + } + for (i = 0; i < tail; i++) { + values[i] = null; + } + } + this.com_badlogic_gdx_utils_Queue_head = 0; + this.com_badlogic_gdx_utils_Queue_tail = 0; + this.com_badlogic_gdx_utils_Queue_size = 0; +} +; +_.ensureCapacity__IV = function com_badlogic_gdx_utils_Queue_ensureCapacity__IV(additional){ + var needed; + needed = this.com_badlogic_gdx_utils_Queue_size + additional; + this.com_badlogic_gdx_utils_Queue_values.length < needed && com_badlogic_gdx_utils_Queue_$resize__Lcom_badlogic_gdx_utils_Queue_2IV(this, needed); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_Queue_equals__Ljava_lang_Object_2Z(o){ + var itsBackingLength, itsIndex, itsValue, itsValues, myBackingLength, myIndex, myValue, myValues, q, s, size_0; + if (this === o) + return true; + if (o == null || !com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 202)) + return false; + q = o; + size_0 = this.com_badlogic_gdx_utils_Queue_size; + if (q.com_badlogic_gdx_utils_Queue_size != size_0) + return false; + myValues = this.com_badlogic_gdx_utils_Queue_values; + myBackingLength = myValues.length; + itsValues = q.com_badlogic_gdx_utils_Queue_values; + itsBackingLength = itsValues.length; + myIndex = this.com_badlogic_gdx_utils_Queue_head; + itsIndex = q.com_badlogic_gdx_utils_Queue_head; + for (s = 0; s < size_0; s++) { + myValue = myValues[myIndex]; + itsValue = itsValues[itsIndex]; + if (!(myValue == null?itsValue == null:java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(myValue, itsValue))) + return false; + ++myIndex; + ++itsIndex; + myIndex == myBackingLength && (myIndex = 0); + itsIndex == itsBackingLength && (itsIndex = 0); + } + return true; +} +; +_.equalsIdentity__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_Queue_equalsIdentity__Ljava_lang_Object_2Z(o){ + var itsBackingLength, itsIndex, itsValues, myBackingLength, myIndex, myValues, q, s, size_0; + if (this === o) + return true; + if (o == null || !com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 202)) + return false; + q = o; + size_0 = this.com_badlogic_gdx_utils_Queue_size; + if (q.com_badlogic_gdx_utils_Queue_size != size_0) + return false; + myValues = this.com_badlogic_gdx_utils_Queue_values; + myBackingLength = myValues.length; + itsValues = q.com_badlogic_gdx_utils_Queue_values; + itsBackingLength = itsValues.length; + myIndex = this.com_badlogic_gdx_utils_Queue_head; + itsIndex = q.com_badlogic_gdx_utils_Queue_head; + for (s = 0; s < size_0; s++) { + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(myValues[myIndex]) !== com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(itsValues[itsIndex])) + return false; + ++myIndex; + ++itsIndex; + myIndex == myBackingLength && (myIndex = 0); + itsIndex == itsBackingLength && (itsIndex = 0); + } + return true; +} +; +_.first__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Queue_first__Ljava_lang_Object_2(){ + if (this.com_badlogic_gdx_utils_Queue_size == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V($intern_706)); + } + return this.com_badlogic_gdx_utils_Queue_values[this.com_badlogic_gdx_utils_Queue_head]; +} +; +_.get__ILjava_lang_Object_2 = function com_badlogic_gdx_utils_Queue_get__ILjava_lang_Object_2(index_0){ + return com_badlogic_gdx_utils_Queue_$get__Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(this, index_0); +} +; +_.hashCode__I = function com_badlogic_gdx_utils_Queue_hashCode__I(){ + var backingLength, hash, index_0, s, size_0, value_0, values; + size_0 = this.com_badlogic_gdx_utils_Queue_size; + values = this.com_badlogic_gdx_utils_Queue_values; + backingLength = values.length; + index_0 = this.com_badlogic_gdx_utils_Queue_head; + hash = size_0 + 1; + for (s = 0; s < size_0; s++) { + value_0 = values[index_0]; + hash *= 31; + value_0 != null && (hash += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(value_0)); + ++index_0; + index_0 == backingLength && (index_0 = 0); + } + return hash; +} +; +_.indexOf__Ljava_lang_Object_2ZI = function com_badlogic_gdx_utils_Queue_indexOf__Ljava_lang_Object_2ZI(value_0, identity){ + return com_badlogic_gdx_utils_Queue_$indexOf__Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2ZI(this, value_0, identity); +} +; +_.isEmpty__Z = function com_badlogic_gdx_utils_Queue_isEmpty__Z(){ + return this.com_badlogic_gdx_utils_Queue_size == 0; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_Queue_iterator__Ljava_util_Iterator_2(){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2ZV(this, true); + !this.com_badlogic_gdx_utils_Queue_iterable && (this.com_badlogic_gdx_utils_Queue_iterable = new com_badlogic_gdx_utils_Queue$QueueIterable_Queue$QueueIterable__Lcom_badlogic_gdx_utils_Queue_2V(this)); + return com_badlogic_gdx_utils_Queue$QueueIterable_$iterator__Lcom_badlogic_gdx_utils_Queue$QueueIterable_2Ljava_util_Iterator_2(this.com_badlogic_gdx_utils_Queue_iterable); +} +; +_.last__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Queue_last__Ljava_lang_Object_2(){ + var tail, values; + if (this.com_badlogic_gdx_utils_Queue_size == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V($intern_706)); + } + values = this.com_badlogic_gdx_utils_Queue_values; + tail = this.com_badlogic_gdx_utils_Queue_tail; + --tail; + tail == -1 && (tail = values.length - 1); + return values[tail]; +} +; +_.notEmpty__Z = function com_badlogic_gdx_utils_Queue_notEmpty__Z(){ + return this.com_badlogic_gdx_utils_Queue_size > 0; +} +; +_.removeFirst__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Queue_removeFirst__Ljava_lang_Object_2(){ + var result, values; + if (this.com_badlogic_gdx_utils_Queue_size == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V($intern_706)); + } + values = this.com_badlogic_gdx_utils_Queue_values; + result = values[this.com_badlogic_gdx_utils_Queue_head]; + values[this.com_badlogic_gdx_utils_Queue_head] = null; + ++this.com_badlogic_gdx_utils_Queue_head; + this.com_badlogic_gdx_utils_Queue_head == values.length && (this.com_badlogic_gdx_utils_Queue_head = 0); + --this.com_badlogic_gdx_utils_Queue_size; + return result; +} +; +_.removeIndex__ILjava_lang_Object_2 = function com_badlogic_gdx_utils_Queue_removeIndex__ILjava_lang_Object_2(index_0){ + return com_badlogic_gdx_utils_Queue_$removeIndex__Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(this, index_0); +} +; +_.removeLast__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Queue_removeLast__Ljava_lang_Object_2(){ + var result, tail, values; + if (this.com_badlogic_gdx_utils_Queue_size == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V($intern_706)); + } + values = this.com_badlogic_gdx_utils_Queue_values; + tail = this.com_badlogic_gdx_utils_Queue_tail; + --tail; + tail == -1 && (tail = values.length - 1); + result = values[tail]; + values[tail] = null; + this.com_badlogic_gdx_utils_Queue_tail = tail; + --this.com_badlogic_gdx_utils_Queue_size; + return result; +} +; +_.removeValue__Ljava_lang_Object_2ZZ = function com_badlogic_gdx_utils_Queue_removeValue__Ljava_lang_Object_2ZZ(value_0, identity){ + var index_0; + index_0 = com_badlogic_gdx_utils_Queue_$indexOf__Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2ZI(this, value_0, identity); + if (index_0 == -1) + return false; + com_badlogic_gdx_utils_Queue_$removeIndex__Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(this, index_0); + return true; +} +; +_.resize__IV = function com_badlogic_gdx_utils_Queue_resize__IV(newSize){ + com_badlogic_gdx_utils_Queue_$resize__Lcom_badlogic_gdx_utils_Queue_2IV(this, newSize); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_Queue_toString__Ljava_lang_String_2(){ + var head, i, sb, tail, values; + if (this.com_badlogic_gdx_utils_Queue_size == 0) { + return $intern_6; + } + values = this.com_badlogic_gdx_utils_Queue_values; + head = this.com_badlogic_gdx_utils_Queue_head; + tail = this.com_badlogic_gdx_utils_Queue_tail; + sb = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(64); + sb.com_badlogic_gdx_utils_StringBuilder_length == sb.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(sb, sb.com_badlogic_gdx_utils_StringBuilder_length + 1); + sb.com_badlogic_gdx_utils_StringBuilder_chars[sb.com_badlogic_gdx_utils_StringBuilder_length++] = 91; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(sb, values[head]); + for (i = (head + 1) % values.length; i != tail; i = (i + 1) % values.length) { + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2((com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(sb, $intern_15) , sb), values[i]); + } + sb.com_badlogic_gdx_utils_StringBuilder_length == sb.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(sb, sb.com_badlogic_gdx_utils_StringBuilder_length + 1); + sb.com_badlogic_gdx_utils_StringBuilder_chars[sb.com_badlogic_gdx_utils_StringBuilder_length++] = 93; + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(sb); +} +; +_.toString__Ljava_lang_String_2Ljava_lang_String_2 = function com_badlogic_gdx_utils_Queue_toString__Ljava_lang_String_2Ljava_lang_String_2(separator){ + var head, i, sb, tail, values; + if (this.com_badlogic_gdx_utils_Queue_size == 0) + return ''; + values = this.com_badlogic_gdx_utils_Queue_values; + head = this.com_badlogic_gdx_utils_Queue_head; + tail = this.com_badlogic_gdx_utils_Queue_tail; + sb = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(64); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(sb, values[head]); + for (i = (head + 1) % values.length; i != tail; i = (i + 1) % values.length) + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2((com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(sb, separator) , sb), values[i]); + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(sb); +} +; +_.com_badlogic_gdx_utils_Queue_head = 0; +_.com_badlogic_gdx_utils_Queue_size = 0; +_.com_badlogic_gdx_utils_Queue_tail = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_707, 202, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Queue$QueueIterable_$iterator__Lcom_badlogic_gdx_utils_Queue$QueueIterable_2Ljava_util_Iterator_2(this$static){ + if (com_badlogic_gdx_utils_Collections_allocateIterators) + return new com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2ZV(this$static.com_badlogic_gdx_utils_Queue$QueueIterable_queue, this$static.com_badlogic_gdx_utils_Queue$QueueIterable_allowRemove); + if (!this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator1) { + this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator1 = new com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2ZV(this$static.com_badlogic_gdx_utils_Queue$QueueIterable_queue, this$static.com_badlogic_gdx_utils_Queue$QueueIterable_allowRemove); + this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator2 = new com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2ZV(this$static.com_badlogic_gdx_utils_Queue$QueueIterable_queue, this$static.com_badlogic_gdx_utils_Queue$QueueIterable_allowRemove); + } + if (!this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator1.com_badlogic_gdx_utils_Queue$QueueIterator_valid) { + this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator1.com_badlogic_gdx_utils_Queue$QueueIterator_index = 0; + this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator1.com_badlogic_gdx_utils_Queue$QueueIterator_valid = true; + this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator2.com_badlogic_gdx_utils_Queue$QueueIterator_valid = false; + return this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator1; + } + this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator2.com_badlogic_gdx_utils_Queue$QueueIterator_index = 0; + this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator2.com_badlogic_gdx_utils_Queue$QueueIterator_valid = true; + this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator1.com_badlogic_gdx_utils_Queue$QueueIterator_valid = false; + return this$static.com_badlogic_gdx_utils_Queue$QueueIterable_iterator2; +} + +function com_badlogic_gdx_utils_Queue$QueueIterable_Queue$QueueIterable__Lcom_badlogic_gdx_utils_Queue_2V(queue){ + com_badlogic_gdx_utils_Queue$QueueIterable_Queue$QueueIterable__Lcom_badlogic_gdx_utils_Queue_2ZV.call(this, queue, true); +} + +function com_badlogic_gdx_utils_Queue$QueueIterable_Queue$QueueIterable__Lcom_badlogic_gdx_utils_Queue_2ZV(queue, allowRemove){ + this.com_badlogic_gdx_utils_Queue$QueueIterable_queue = queue; + this.com_badlogic_gdx_utils_Queue$QueueIterable_allowRemove = allowRemove; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(377, 1, {377:1, 29:1}, com_badlogic_gdx_utils_Queue$QueueIterable_Queue$QueueIterable__Lcom_badlogic_gdx_utils_Queue_2V, com_badlogic_gdx_utils_Queue$QueueIterable_Queue$QueueIterable__Lcom_badlogic_gdx_utils_Queue_2ZV); +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_Queue$QueueIterable_iterator__Ljava_util_Iterator_2(){ + return com_badlogic_gdx_utils_Queue$QueueIterable_$iterator__Lcom_badlogic_gdx_utils_Queue$QueueIterable_2Ljava_util_Iterator_2(this); +} +; +_.com_badlogic_gdx_utils_Queue$QueueIterable_allowRemove = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Queue/QueueIterable', 377, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2V(queue){ + com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2ZV.call(this, queue, true); +} + +function com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2ZV(queue, allowRemove){ + this.com_badlogic_gdx_utils_Queue$QueueIterator_queue = queue; + this.com_badlogic_gdx_utils_Queue$QueueIterator_allowRemove = allowRemove; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(225, 1, {225:1, 29:1, 57:1}, com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2V, com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2ZV); +_.hasNext__Z = function com_badlogic_gdx_utils_Queue$QueueIterator_hasNext__Z(){ + if (!this.com_badlogic_gdx_utils_Queue$QueueIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_badlogic_gdx_utils_Queue$QueueIterator_index < this.com_badlogic_gdx_utils_Queue$QueueIterator_queue.com_badlogic_gdx_utils_Queue_size; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_badlogic_gdx_utils_Queue$QueueIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_Queue$QueueIterator_next__Ljava_lang_Object_2(){ + if (this.com_badlogic_gdx_utils_Queue$QueueIterator_index >= this.com_badlogic_gdx_utils_Queue$QueueIterator_queue.com_badlogic_gdx_utils_Queue_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V('' + this.com_badlogic_gdx_utils_Queue$QueueIterator_index)); + if (!this.com_badlogic_gdx_utils_Queue$QueueIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_120)); + } + return com_badlogic_gdx_utils_Queue_$get__Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(this.com_badlogic_gdx_utils_Queue$QueueIterator_queue, this.com_badlogic_gdx_utils_Queue$QueueIterator_index++); +} +; +_.remove__V = function com_badlogic_gdx_utils_Queue$QueueIterator_remove__V(){ + if (!this.com_badlogic_gdx_utils_Queue$QueueIterator_allowRemove) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V($intern_121)); + --this.com_badlogic_gdx_utils_Queue$QueueIterator_index; + com_badlogic_gdx_utils_Queue_$removeIndex__Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(this.com_badlogic_gdx_utils_Queue$QueueIterator_queue, this.com_badlogic_gdx_utils_Queue$QueueIterator_index); +} +; +_.reset__V = function com_badlogic_gdx_utils_Queue$QueueIterator_reset__V(){ + this.com_badlogic_gdx_utils_Queue$QueueIterator_index = 0; +} +; +_.com_badlogic_gdx_utils_Queue$QueueIterator_allowRemove = false; +_.com_badlogic_gdx_utils_Queue$QueueIterator_index = 0; +_.com_badlogic_gdx_utils_Queue$QueueIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Queue/QueueIterator', 225, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_QuickSelect_$medianOfThreePivot__Lcom_badlogic_gdx_utils_QuickSelect_2III(this$static, leftIdx, rightIdx){ + var left, mid, midIdx, right; + left = this$static.com_badlogic_gdx_utils_QuickSelect_array[leftIdx]; + midIdx = (leftIdx + rightIdx) / 2 | 0; + mid = this$static.com_badlogic_gdx_utils_QuickSelect_array[midIdx]; + right = this$static.com_badlogic_gdx_utils_QuickSelect_array[rightIdx]; + return this$static.com_badlogic_gdx_utils_QuickSelect_comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(left, mid) > 0?this$static.com_badlogic_gdx_utils_QuickSelect_comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(mid, right) > 0?midIdx:this$static.com_badlogic_gdx_utils_QuickSelect_comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(left, right) > 0?rightIdx:leftIdx:this$static.com_badlogic_gdx_utils_QuickSelect_comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(left, right) > 0?leftIdx:this$static.com_badlogic_gdx_utils_QuickSelect_comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(mid, right) > 0?rightIdx:midIdx; +} + +function com_badlogic_gdx_utils_QuickSelect_$partition__Lcom_badlogic_gdx_utils_QuickSelect_2IIII(this$static, left, right, pivot){ + var i, pivotValue, storage; + pivotValue = this$static.com_badlogic_gdx_utils_QuickSelect_array[pivot]; + com_badlogic_gdx_utils_QuickSelect_$swap__Lcom_badlogic_gdx_utils_QuickSelect_2IIV(this$static, right, pivot); + storage = left; + for (i = left; i < right; i++) { + if (this$static.com_badlogic_gdx_utils_QuickSelect_comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(this$static.com_badlogic_gdx_utils_QuickSelect_array[i], pivotValue) < 0) { + com_badlogic_gdx_utils_QuickSelect_$swap__Lcom_badlogic_gdx_utils_QuickSelect_2IIV(this$static, storage, i); + ++storage; + } + } + com_badlogic_gdx_utils_QuickSelect_$swap__Lcom_badlogic_gdx_utils_QuickSelect_2IIV(this$static, right, storage); + return storage; +} + +function com_badlogic_gdx_utils_QuickSelect_$recursiveSelect__Lcom_badlogic_gdx_utils_QuickSelect_2IIII(this$static, left, right, k){ + var pivotDist, pivotIndex, pivotNewIndex, result; + if (left == right) + return left; + pivotIndex = com_badlogic_gdx_utils_QuickSelect_$medianOfThreePivot__Lcom_badlogic_gdx_utils_QuickSelect_2III(this$static, left, right); + pivotNewIndex = com_badlogic_gdx_utils_QuickSelect_$partition__Lcom_badlogic_gdx_utils_QuickSelect_2IIII(this$static, left, right, pivotIndex); + pivotDist = pivotNewIndex - left + 1; + pivotDist == k?(result = pivotNewIndex):k < pivotDist?(result = com_badlogic_gdx_utils_QuickSelect_$recursiveSelect__Lcom_badlogic_gdx_utils_QuickSelect_2IIII(this$static, left, pivotNewIndex - 1, k)):(result = com_badlogic_gdx_utils_QuickSelect_$recursiveSelect__Lcom_badlogic_gdx_utils_QuickSelect_2IIII(this$static, pivotNewIndex + 1, right, k - pivotDist)); + return result; +} + +function com_badlogic_gdx_utils_QuickSelect_$select__Lcom_badlogic_gdx_utils_QuickSelect_2_3Ljava_lang_Object_2Ljava_util_Comparator_2III(this$static, items, comp, n, size_0){ + this$static.com_badlogic_gdx_utils_QuickSelect_array = items; + this$static.com_badlogic_gdx_utils_QuickSelect_comp = comp; + return com_badlogic_gdx_utils_QuickSelect_$recursiveSelect__Lcom_badlogic_gdx_utils_QuickSelect_2IIII(this$static, 0, size_0 - 1, n); +} + +function com_badlogic_gdx_utils_QuickSelect_$swap__Lcom_badlogic_gdx_utils_QuickSelect_2IIV(this$static, left, right){ + var tmp; + tmp = this$static.com_badlogic_gdx_utils_QuickSelect_array[left]; + this$static.com_badlogic_gdx_utils_QuickSelect_array[left] = this$static.com_badlogic_gdx_utils_QuickSelect_array[right]; + this$static.com_badlogic_gdx_utils_QuickSelect_array[right] = tmp; +} + +function com_badlogic_gdx_utils_QuickSelect_QuickSelect__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1075, 1, {}, com_badlogic_gdx_utils_QuickSelect_QuickSelect__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1QuickSelect_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'QuickSelect', 1075, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_ReflectionPool_$findConstructor__Lcom_badlogic_gdx_utils_ReflectionPool_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_reflect_Constructor_2(type_0){ + var constructor; + try { + return com_badlogic_gdx_utils_reflect_ClassReflection_getConstructor__Ljava_lang_Class_2_3Ljava_lang_Class_2Lcom_badlogic_gdx_utils_reflect_Constructor_2(type_0); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 51)) { + try { + constructor = com_badlogic_gdx_utils_reflect_ClassReflection_getDeclaredConstructor__Ljava_lang_Class_2_3Ljava_lang_Class_2Lcom_badlogic_gdx_utils_reflect_Constructor_2(type_0, null); + return constructor; + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 113)) { + return null; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } +} + +function com_badlogic_gdx_utils_ReflectionPool_ReflectionPool__Ljava_lang_Class_2IIV(type_0){ + com_badlogic_gdx_utils_Pool_Pool__IIV.call(this, 4, 100); + this.com_badlogic_gdx_utils_ReflectionPool_constructor = com_badlogic_gdx_utils_ReflectionPool_$findConstructor__Lcom_badlogic_gdx_utils_ReflectionPool_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_reflect_Constructor_2(type_0); + if (!this.com_badlogic_gdx_utils_ReflectionPool_constructor) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(type_0) , $intern_573 + type_0.java_lang_Class_typeName))); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1065, 132, $intern_74, com_badlogic_gdx_utils_ReflectionPool_ReflectionPool__Ljava_lang_Class_2IIV); +_.newObject__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_ReflectionPool_newObject__Ljava_lang_Object_2(){ + var ex; + try { + return com_badlogic_gdx_utils_reflect_Constructor_$newInstance__Lcom_badlogic_gdx_utils_reflect_Constructor_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this.com_badlogic_gdx_utils_ReflectionPool_constructor, null); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Unable to create new instance: ' + java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this.com_badlogic_gdx_utils_ReflectionPool_constructor.com_badlogic_gdx_utils_reflect_Constructor_constructor.com_badlogic_gwtref_client_Method_enclosingType.com_badlogic_gwtref_client_CachedTypeLookup_clazz), ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ReflectionPool_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ReflectionPool', 1065, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit); +function com_badlogic_gdx_utils_Scaling_$clinit__V(){ + com_badlogic_gdx_utils_Scaling_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_Scaling_temp = new com_badlogic_gdx_math_Vector2_Vector2__V; + com_badlogic_gdx_utils_Scaling_fit = new com_badlogic_gdx_utils_Scaling$1_Scaling$1__V; + com_badlogic_gdx_utils_Scaling_fill = new com_badlogic_gdx_utils_Scaling$3_Scaling$3__V; + com_badlogic_gdx_utils_Scaling_stretch = new com_badlogic_gdx_utils_Scaling$6_Scaling$6__V; + com_badlogic_gdx_utils_Scaling_none = new com_badlogic_gdx_utils_Scaling$9_Scaling$9__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(434, 1, $intern_708); +var com_badlogic_gdx_utils_Scaling_fill, com_badlogic_gdx_utils_Scaling_fit, com_badlogic_gdx_utils_Scaling_none, com_badlogic_gdx_utils_Scaling_stretch, com_badlogic_gdx_utils_Scaling_temp; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Scaling', 434, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Scaling$1_Scaling$1__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(948, 434, $intern_708, com_badlogic_gdx_utils_Scaling$1_Scaling$1__V); +_.apply__FFFFLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_utils_Scaling$1_apply__FFFFLcom_badlogic_gdx_math_Vector2_2(sourceWidth, sourceHeight, targetWidth, targetHeight){ + var scale, sourceRatio, targetRatio; + targetRatio = targetHeight / targetWidth; + sourceRatio = sourceHeight / sourceWidth; + scale = targetRatio > sourceRatio?targetWidth / sourceWidth:targetHeight / sourceHeight; + com_badlogic_gdx_utils_Scaling_temp.com_badlogic_gdx_math_Vector2_x = sourceWidth * scale; + com_badlogic_gdx_utils_Scaling_temp.com_badlogic_gdx_math_Vector2_y = sourceHeight * scale; + return com_badlogic_gdx_utils_Scaling_temp; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Scaling/1', 948, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling_12_1classLit); +function com_badlogic_gdx_utils_Scaling$3_Scaling$3__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(949, 434, $intern_708, com_badlogic_gdx_utils_Scaling$3_Scaling$3__V); +_.apply__FFFFLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_utils_Scaling$3_apply__FFFFLcom_badlogic_gdx_math_Vector2_2(sourceWidth, sourceHeight, targetWidth, targetHeight){ + var scale, sourceRatio, targetRatio; + targetRatio = targetHeight / targetWidth; + sourceRatio = sourceHeight / sourceWidth; + scale = targetRatio < sourceRatio?targetWidth / sourceWidth:targetHeight / sourceHeight; + com_badlogic_gdx_utils_Scaling_temp.com_badlogic_gdx_math_Vector2_x = sourceWidth * scale; + com_badlogic_gdx_utils_Scaling_temp.com_badlogic_gdx_math_Vector2_y = sourceHeight * scale; + return com_badlogic_gdx_utils_Scaling_temp; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling$3_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Scaling/3', 949, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling_12_1classLit); +function com_badlogic_gdx_utils_Scaling$6_Scaling$6__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(950, 434, $intern_708, com_badlogic_gdx_utils_Scaling$6_Scaling$6__V); +_.apply__FFFFLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_utils_Scaling$6_apply__FFFFLcom_badlogic_gdx_math_Vector2_2(sourceWidth, sourceHeight, targetWidth, targetHeight){ + com_badlogic_gdx_utils_Scaling_temp.com_badlogic_gdx_math_Vector2_x = targetWidth; + com_badlogic_gdx_utils_Scaling_temp.com_badlogic_gdx_math_Vector2_y = targetHeight; + return com_badlogic_gdx_utils_Scaling_temp; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling$6_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Scaling/6', 950, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling_12_1classLit); +function com_badlogic_gdx_utils_Scaling$9_Scaling$9__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(951, 434, $intern_708, com_badlogic_gdx_utils_Scaling$9_Scaling$9__V); +_.apply__FFFFLcom_badlogic_gdx_math_Vector2_2 = function com_badlogic_gdx_utils_Scaling$9_apply__FFFFLcom_badlogic_gdx_math_Vector2_2(sourceWidth, sourceHeight, targetWidth, targetHeight){ + com_badlogic_gdx_utils_Scaling_temp.com_badlogic_gdx_math_Vector2_x = sourceWidth; + com_badlogic_gdx_utils_Scaling_temp.com_badlogic_gdx_math_Vector2_y = sourceHeight; + return com_badlogic_gdx_utils_Scaling_temp; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling$9_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Scaling/9', 951, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling_12_1classLit); +function com_badlogic_gdx_utils_Select_$fastMax__Lcom_badlogic_gdx_utils_Select_2_3Ljava_lang_Object_2Ljava_util_Comparator_2II(items, comp, size_0){ + var comparison, highestIdx, i; + highestIdx = 0; + for (i = 1; i < size_0; i++) { + comparison = comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(items[i], items[highestIdx]); + comparison > 0 && (highestIdx = i); + } + return highestIdx; +} + +function com_badlogic_gdx_utils_Select_$fastMin__Lcom_badlogic_gdx_utils_Select_2_3Ljava_lang_Object_2Ljava_util_Comparator_2II(items, comp, size_0){ + var comparison, i, lowestIdx; + lowestIdx = 0; + for (i = 1; i < size_0; i++) { + comparison = comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(items[i], items[lowestIdx]); + comparison < 0 && (lowestIdx = i); + } + return lowestIdx; +} + +function com_badlogic_gdx_utils_Select_$select__Lcom_badlogic_gdx_utils_Select_2_3Ljava_lang_Object_2Ljava_util_Comparator_2IILjava_lang_Object_2(this$static, items, comp, kthLowest, size_0){ + var idx; + idx = com_badlogic_gdx_utils_Select_$selectIndex__Lcom_badlogic_gdx_utils_Select_2_3Ljava_lang_Object_2Ljava_util_Comparator_2III(this$static, items, comp, kthLowest, size_0); + return items[idx]; +} + +function com_badlogic_gdx_utils_Select_$selectIndex__Lcom_badlogic_gdx_utils_Select_2_3Ljava_lang_Object_2Ljava_util_Comparator_2III(this$static, items, comp, kthLowest, size_0){ + var idx; + if (size_0 < 1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('cannot select from empty array (size < 1)')); + } + else if (kthLowest > size_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2V('Kth rank is larger than size. k: ' + kthLowest + ', size: ' + size_0)); + } + if (kthLowest == 1) { + idx = com_badlogic_gdx_utils_Select_$fastMin__Lcom_badlogic_gdx_utils_Select_2_3Ljava_lang_Object_2Ljava_util_Comparator_2II(items, comp, size_0); + } + else if (kthLowest == size_0) { + idx = com_badlogic_gdx_utils_Select_$fastMax__Lcom_badlogic_gdx_utils_Select_2_3Ljava_lang_Object_2Ljava_util_Comparator_2II(items, comp, size_0); + } + else { + !this$static.com_badlogic_gdx_utils_Select_quickSelect && (this$static.com_badlogic_gdx_utils_Select_quickSelect = new com_badlogic_gdx_utils_QuickSelect_QuickSelect__V); + idx = com_badlogic_gdx_utils_QuickSelect_$select__Lcom_badlogic_gdx_utils_QuickSelect_2_3Ljava_lang_Object_2Ljava_util_Comparator_2III(this$static.com_badlogic_gdx_utils_Select_quickSelect, items, comp, kthLowest, size_0); + } + return idx; +} + +function com_badlogic_gdx_utils_Select_Select__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(781, 1, {}, com_badlogic_gdx_utils_Select_Select__V); +var com_badlogic_gdx_utils_Select_instance; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Select_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Select', 781, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_SerializationException_$addTrace__Lcom_badlogic_gdx_utils_SerializationException_2Ljava_lang_String_2V(this$static, info){ + !this$static.com_badlogic_gdx_utils_SerializationException_trace && (this$static.com_badlogic_gdx_utils_SerializationException_trace = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(512)); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2CLcom_badlogic_gdx_utils_StringBuilder_2(this$static.com_badlogic_gdx_utils_SerializationException_trace); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(this$static.com_badlogic_gdx_utils_SerializationException_trace, info); +} + +function com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V(message){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, message); +} + +function com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V(message, cause){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, message, cause); +} + +function com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V(cause){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, '', cause); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(44, 31, {44:1, 3:1, 51:1, 31:1, 52:1}, com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2V, com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_String_2Ljava_lang_Throwable_2V, com_badlogic_gdx_utils_SerializationException_SerializationException__Ljava_lang_Throwable_2V); +_.getMessage__Ljava_lang_String_2 = function com_badlogic_gdx_utils_SerializationException_getMessage__Ljava_lang_String_2(){ + var sb; + if (!this.com_badlogic_gdx_utils_SerializationException_trace) + return this.java_lang_Throwable_detailMessage; + sb = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(512); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(sb, this.java_lang_Throwable_detailMessage); + sb.com_badlogic_gdx_utils_StringBuilder_length > 0 && (sb.com_badlogic_gdx_utils_StringBuilder_length == sb.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(sb, sb.com_badlogic_gdx_utils_StringBuilder_length + 1) , sb.com_badlogic_gdx_utils_StringBuilder_chars[sb.com_badlogic_gdx_utils_StringBuilder_length++] = 10 , sb); + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(sb, 'Serialization trace:'); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_StringBuilder_2(sb, this.com_badlogic_gdx_utils_SerializationException_trace); + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(sb); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1SerializationException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'SerializationException', 44, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2IV(this$static, value_0){ + var items; + items = this$static.com_badlogic_gdx_utils_ShortArray_items; + this$static.com_badlogic_gdx_utils_ShortArray_size == items.length && (items = com_badlogic_gdx_utils_ShortArray_$resize__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_ShortArray_size * $intern_636)))); + items[this$static.com_badlogic_gdx_utils_ShortArray_size++] = value_0 << 16 >> 16; +} + +function com_badlogic_gdx_utils_ShortArray_$add__Lcom_badlogic_gdx_utils_ShortArray_2SV(this$static, value_0){ + var items; + items = this$static.com_badlogic_gdx_utils_ShortArray_items; + this$static.com_badlogic_gdx_utils_ShortArray_size == items.length && (items = com_badlogic_gdx_utils_ShortArray_$resize__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_ShortArray_size * $intern_636)))); + items[this$static.com_badlogic_gdx_utils_ShortArray_size++] = value_0; +} + +function com_badlogic_gdx_utils_ShortArray_$ensureCapacity__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(this$static, additionalCapacity){ + var sizeNeeded; + if (additionalCapacity < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_637 + additionalCapacity)); + sizeNeeded = this$static.com_badlogic_gdx_utils_ShortArray_size + additionalCapacity; + sizeNeeded > this$static.com_badlogic_gdx_utils_ShortArray_items.length && com_badlogic_gdx_utils_ShortArray_$resize__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(this$static, $wnd.Math.max($wnd.Math.max(8, sizeNeeded), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_badlogic_gdx_utils_ShortArray_size * $intern_636))); + return this$static.com_badlogic_gdx_utils_ShortArray_items; +} + +function com_badlogic_gdx_utils_ShortArray_$removeIndex__Lcom_badlogic_gdx_utils_ShortArray_2IS(this$static, index_0){ + var items, value_0; + if (index_0 >= this$static.com_badlogic_gdx_utils_ShortArray_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_badlogic_gdx_utils_ShortArray_size)); + items = this$static.com_badlogic_gdx_utils_ShortArray_items; + value_0 = items[index_0]; + --this$static.com_badlogic_gdx_utils_ShortArray_size; + this$static.com_badlogic_gdx_utils_ShortArray_ordered?java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, index_0 + 1, items, index_0, this$static.com_badlogic_gdx_utils_ShortArray_size - index_0):(items[index_0] = items[this$static.com_badlogic_gdx_utils_ShortArray_size]); + return value_0; +} + +function com_badlogic_gdx_utils_ShortArray_$removeRange__Lcom_badlogic_gdx_utils_ShortArray_2IIV(this$static, start_0, end){ + var count, i, lastIndex, n; + n = this$static.com_badlogic_gdx_utils_ShortArray_size; + if (end >= n) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_642 + end + $intern_640 + this$static.com_badlogic_gdx_utils_ShortArray_size)); + if (start_0 > end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_643 + start_0 + ' > ' + end)); + count = end - start_0 + 1; + lastIndex = n - count; + if (this$static.com_badlogic_gdx_utils_ShortArray_ordered) + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_ShortArray_items, start_0 + count, this$static.com_badlogic_gdx_utils_ShortArray_items, start_0, n - (start_0 + count)); + else { + i = $wnd.Math.max(lastIndex, end + 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_ShortArray_items, i, this$static.com_badlogic_gdx_utils_ShortArray_items, start_0, n - i); + } + this$static.com_badlogic_gdx_utils_ShortArray_size = n - count; +} + +function com_badlogic_gdx_utils_ShortArray_$resize__Lcom_badlogic_gdx_utils_ShortArray_2I_3S(this$static, newSize){ + var items, newItems; + newItems = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, newSize, 15, 1); + items = this$static.com_badlogic_gdx_utils_ShortArray_items; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, 0, newItems, 0, $wnd.Math.min(this$static.com_badlogic_gdx_utils_ShortArray_size, newItems.length)); + this$static.com_badlogic_gdx_utils_ShortArray_items = newItems; + return newItems; +} + +function com_badlogic_gdx_utils_ShortArray_ShortArray__V(){ + com_badlogic_gdx_utils_ShortArray_ShortArray__ZIV.call(this, true, 16); +} + +function com_badlogic_gdx_utils_ShortArray_ShortArray__ZIV(ordered, capacity){ + this.com_badlogic_gdx_utils_ShortArray_ordered = ordered; + this.com_badlogic_gdx_utils_ShortArray_items = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, capacity, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(248, 1, {248:1}, com_badlogic_gdx_utils_ShortArray_ShortArray__V, com_badlogic_gdx_utils_ShortArray_ShortArray__ZIV); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_ShortArray_equals__Ljava_lang_Object_2Z(object){ + var array, i, items1, items2, n; + if (object === this) + return true; + if (!this.com_badlogic_gdx_utils_ShortArray_ordered) + return false; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 248)) + return false; + array = object; + if (!array.com_badlogic_gdx_utils_ShortArray_ordered) + return false; + n = this.com_badlogic_gdx_utils_ShortArray_size; + if (n != array.com_badlogic_gdx_utils_ShortArray_size) + return false; + items1 = this.com_badlogic_gdx_utils_ShortArray_items; + items2 = array.com_badlogic_gdx_utils_ShortArray_items; + for (i = 0; i < n; i++) + if (items1[i] != items2[i]) + return false; + return true; +} +; +_.hashCode__I = function com_badlogic_gdx_utils_ShortArray_hashCode__I(){ + var h, i, items, n; + if (!this.com_badlogic_gdx_utils_ShortArray_ordered) + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); + items = this.com_badlogic_gdx_utils_ShortArray_items; + h = 1; + for (i = 0 , n = this.com_badlogic_gdx_utils_ShortArray_size; i < n; i++) + h = h * 31 + items[i]; + return h; +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_ShortArray_toString__Ljava_lang_String_2(){ + var buffer, i, items; + if (this.com_badlogic_gdx_utils_ShortArray_size == 0) + return $intern_6; + items = this.com_badlogic_gdx_utils_ShortArray_items; + buffer = new com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(32); + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 91; + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2IICLcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[0]); + for (i = 1; i < this.com_badlogic_gdx_utils_ShortArray_size; i++) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(buffer, $intern_15); + com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2IICLcom_badlogic_gdx_utils_StringBuilder_2(buffer, items[i]); + } + buffer.com_badlogic_gdx_utils_StringBuilder_length == buffer.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(buffer, buffer.com_badlogic_gdx_utils_StringBuilder_length + 1); + buffer.com_badlogic_gdx_utils_StringBuilder_chars[buffer.com_badlogic_gdx_utils_StringBuilder_length++] = 93; + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(buffer); +} +; +_.com_badlogic_gdx_utils_ShortArray_ordered = false; +_.com_badlogic_gdx_utils_ShortArray_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'ShortArray', 248, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_SnapshotArray_$begin__Lcom_badlogic_gdx_utils_SnapshotArray_2_3Ljava_lang_Object_2(this$static){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static); + this$static.com_badlogic_gdx_utils_SnapshotArray_snapshot = this$static.com_badlogic_gdx_utils_Array_items; + ++this$static.com_badlogic_gdx_utils_SnapshotArray_snapshots; + return this$static.com_badlogic_gdx_utils_Array_items; +} + +function com_badlogic_gdx_utils_SnapshotArray_$clear__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static); + java_util_Arrays_fill___3Ljava_lang_Object_2IILjava_lang_Object_2V(this$static.com_badlogic_gdx_utils_Array_items, this$static.com_badlogic_gdx_utils_Array_size); + this$static.com_badlogic_gdx_utils_Array_size = 0; +} + +function com_badlogic_gdx_utils_SnapshotArray_$end__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static){ + var i, n; + this$static.com_badlogic_gdx_utils_SnapshotArray_snapshots = $wnd.Math.max(0, this$static.com_badlogic_gdx_utils_SnapshotArray_snapshots - 1); + if (this$static.com_badlogic_gdx_utils_SnapshotArray_snapshot == null) + return; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_SnapshotArray_snapshot) !== com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Array_items) && this$static.com_badlogic_gdx_utils_SnapshotArray_snapshots == 0) { + this$static.com_badlogic_gdx_utils_SnapshotArray_recycled = this$static.com_badlogic_gdx_utils_SnapshotArray_snapshot; + for (i = 0 , n = this$static.com_badlogic_gdx_utils_SnapshotArray_recycled.length; i < n; i++) + this$static.com_badlogic_gdx_utils_SnapshotArray_recycled[i] = null; + } + this$static.com_badlogic_gdx_utils_SnapshotArray_snapshot = null; +} + +function com_badlogic_gdx_utils_SnapshotArray_$insert__Lcom_badlogic_gdx_utils_SnapshotArray_2ILjava_lang_Object_2V(this$static, index_0, value_0){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static); + com_badlogic_gdx_utils_Array_$insert__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this$static, index_0, value_0); +} + +function com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static){ + if (this$static.com_badlogic_gdx_utils_SnapshotArray_snapshot == null || com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_SnapshotArray_snapshot) !== com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_Array_items)) + return; + if (this$static.com_badlogic_gdx_utils_SnapshotArray_recycled != null && this$static.com_badlogic_gdx_utils_SnapshotArray_recycled.length >= this$static.com_badlogic_gdx_utils_Array_size) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_Array_items, 0, this$static.com_badlogic_gdx_utils_SnapshotArray_recycled, 0, this$static.com_badlogic_gdx_utils_Array_size); + this$static.com_badlogic_gdx_utils_Array_items = this$static.com_badlogic_gdx_utils_SnapshotArray_recycled; + this$static.com_badlogic_gdx_utils_SnapshotArray_recycled = null; + } + else + com_badlogic_gdx_utils_Array_$resize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this$static, this$static.com_badlogic_gdx_utils_Array_items.length); +} + +function com_badlogic_gdx_utils_SnapshotArray_$removeIndex__Lcom_badlogic_gdx_utils_SnapshotArray_2ILjava_lang_Object_2(this$static, index_0){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static); + return com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static, index_0); +} + +function com_badlogic_gdx_utils_SnapshotArray_$swap__Lcom_badlogic_gdx_utils_SnapshotArray_2IIV(this$static, first, second){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this$static); + com_badlogic_gdx_utils_Array_$swap__Lcom_badlogic_gdx_utils_Array_2IIV(this$static, first, second); +} + +function com_badlogic_gdx_utils_SnapshotArray_SnapshotArray__ZILjava_lang_Class_2V(arrayType){ + com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V.call(this, true, 4, arrayType); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(734, 27, $intern_644, com_badlogic_gdx_utils_SnapshotArray_SnapshotArray__ZILjava_lang_Class_2V); +_.clear__V = function com_badlogic_gdx_utils_SnapshotArray_clear__V(){ + com_badlogic_gdx_utils_SnapshotArray_$clear__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); +} +; +_.insert__ILjava_lang_Object_2V = function com_badlogic_gdx_utils_SnapshotArray_insert__ILjava_lang_Object_2V(index_0, value_0){ + com_badlogic_gdx_utils_SnapshotArray_$insert__Lcom_badlogic_gdx_utils_SnapshotArray_2ILjava_lang_Object_2V(this, index_0, value_0); +} +; +_.insertRange__IIV = function com_badlogic_gdx_utils_SnapshotArray_insertRange__IIV(index_0, count){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + com_badlogic_gdx_utils_Array_$insertRange__Lcom_badlogic_gdx_utils_Array_2IIV(this, index_0, count); +} +; +_.pop__Ljava_lang_Object_2 = function com_badlogic_gdx_utils_SnapshotArray_pop__Ljava_lang_Object_2(){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + return com_badlogic_gdx_utils_Array_$pop__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2(this); +} +; +_.removeAll__Lcom_badlogic_gdx_utils_Array_2ZZ = function com_badlogic_gdx_utils_SnapshotArray_removeAll__Lcom_badlogic_gdx_utils_Array_2ZZ(array, identity){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + return com_badlogic_gdx_utils_Array_$removeAll__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2ZZ(this, array, identity); +} +; +_.removeIndex__ILjava_lang_Object_2 = function com_badlogic_gdx_utils_SnapshotArray_removeIndex__ILjava_lang_Object_2(index_0){ + return com_badlogic_gdx_utils_SnapshotArray_$removeIndex__Lcom_badlogic_gdx_utils_SnapshotArray_2ILjava_lang_Object_2(this, index_0); +} +; +_.removeRange__IIV = function com_badlogic_gdx_utils_SnapshotArray_removeRange__IIV(start_0, end){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + com_badlogic_gdx_utils_Array_$removeRange__Lcom_badlogic_gdx_utils_Array_2IIV(this, start_0, end); +} +; +_.removeValue__Ljava_lang_Object_2ZZ = function com_badlogic_gdx_utils_SnapshotArray_removeValue__Ljava_lang_Object_2ZZ(value_0, identity){ + return com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this) , com_badlogic_gdx_utils_Array_$removeValue__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(this, value_0, identity); +} +; +_.reverse__V = function com_badlogic_gdx_utils_SnapshotArray_reverse__V(){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + com_badlogic_gdx_utils_Array_$reverse__Lcom_badlogic_gdx_utils_Array_2V(this); +} +; +_.set__ILjava_lang_Object_2V = function com_badlogic_gdx_utils_SnapshotArray_set__ILjava_lang_Object_2V(index_0, value_0){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + com_badlogic_gdx_utils_Array_$set__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2V(this, index_0, value_0); +} +; +_.setSize__I_3Ljava_lang_Object_2 = function com_badlogic_gdx_utils_SnapshotArray_setSize__I_3Ljava_lang_Object_2(newSize){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + return com_badlogic_gdx_utils_Array_$setSize__Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(this, newSize); +} +; +_.shuffle__V = function com_badlogic_gdx_utils_SnapshotArray_shuffle__V(){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + com_badlogic_gdx_utils_Array_$shuffle__Lcom_badlogic_gdx_utils_Array_2V(this); +} +; +_.sort__V = function com_badlogic_gdx_utils_SnapshotArray_sort__V(){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + com_badlogic_gdx_utils_Sort_$sort__Lcom_badlogic_gdx_utils_Sort_2_3Ljava_lang_Object_2IIV((!com_badlogic_gdx_utils_Sort_instance && (com_badlogic_gdx_utils_Sort_instance = new com_badlogic_gdx_utils_Sort_Sort__V) , com_badlogic_gdx_utils_Sort_instance), this.com_badlogic_gdx_utils_Array_items, this.com_badlogic_gdx_utils_Array_size); +} +; +_.sort__Ljava_util_Comparator_2V = function com_badlogic_gdx_utils_SnapshotArray_sort__Ljava_util_Comparator_2V(comparator){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + com_badlogic_gdx_utils_Sort_$sort__Lcom_badlogic_gdx_utils_Sort_2_3Ljava_lang_Object_2Ljava_util_Comparator_2IIV((!com_badlogic_gdx_utils_Sort_instance && (com_badlogic_gdx_utils_Sort_instance = new com_badlogic_gdx_utils_Sort_Sort__V) , com_badlogic_gdx_utils_Sort_instance), this.com_badlogic_gdx_utils_Array_items, comparator, this.com_badlogic_gdx_utils_Array_size); +} +; +_.swap__IIV = function com_badlogic_gdx_utils_SnapshotArray_swap__IIV(first, second){ + com_badlogic_gdx_utils_SnapshotArray_$swap__Lcom_badlogic_gdx_utils_SnapshotArray_2IIV(this, first, second); +} +; +_.truncate__IV = function com_badlogic_gdx_utils_SnapshotArray_truncate__IV(newSize){ + com_badlogic_gdx_utils_SnapshotArray_$modified__Lcom_badlogic_gdx_utils_SnapshotArray_2V(this); + com_badlogic_gdx_utils_Array_$truncate__Lcom_badlogic_gdx_utils_Array_2IV(this, newSize); +} +; +_.com_badlogic_gdx_utils_SnapshotArray_snapshots = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1SnapshotArray_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'SnapshotArray', 734, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit); +function com_badlogic_gdx_utils_Sort_$sort__Lcom_badlogic_gdx_utils_Sort_2_3Ljava_lang_Object_2IIV(this$static, a, toIndex){ + !this$static.com_badlogic_gdx_utils_Sort_comparableTimSort && (this$static.com_badlogic_gdx_utils_Sort_comparableTimSort = new com_badlogic_gdx_utils_ComparableTimSort_ComparableTimSort__V); + com_badlogic_gdx_utils_ComparableTimSort_$doSort__Lcom_badlogic_gdx_utils_ComparableTimSort_2_3Ljava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_Sort_comparableTimSort, a, 0, toIndex); +} + +function com_badlogic_gdx_utils_Sort_$sort__Lcom_badlogic_gdx_utils_Sort_2_3Ljava_lang_Object_2Ljava_util_Comparator_2IIV(this$static, a, c, toIndex){ + !this$static.com_badlogic_gdx_utils_Sort_timSort && (this$static.com_badlogic_gdx_utils_Sort_timSort = new com_badlogic_gdx_utils_TimSort_TimSort__V); + com_badlogic_gdx_utils_TimSort_$doSort__Lcom_badlogic_gdx_utils_TimSort_2_3Ljava_lang_Object_2Ljava_util_Comparator_2IIV(this$static.com_badlogic_gdx_utils_Sort_timSort, a, c, 0, toIndex); +} + +function com_badlogic_gdx_utils_Sort_Sort__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(327, 1, {}, com_badlogic_gdx_utils_Sort_Sort__V); +var com_badlogic_gdx_utils_Sort_instance; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Sort_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Sort', 327, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_StreamUtils_closeQuietly__Ljava_io_Closeable_2V(c){ + if (c) { + try { + c.close__V(); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 52)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } +} + +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_8, 'CharSequence'); +function com_badlogic_gdx_utils_StringBuilder_$clinit__V(){ + com_badlogic_gdx_utils_StringBuilder_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_StringBuilder_digits = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [48, 49, 50, 51, 52, 53, 54, 55, 56, 57]); +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2CLcom_badlogic_gdx_utils_StringBuilder_2(this$static){ + this$static.com_badlogic_gdx_utils_StringBuilder_length == this$static.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, this$static.com_badlogic_gdx_utils_StringBuilder_length + 1); + this$static.com_badlogic_gdx_utils_StringBuilder_chars[this$static.com_badlogic_gdx_utils_StringBuilder_length++] = 10; + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2FLcom_badlogic_gdx_utils_StringBuilder_2(this$static, f){ + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(this$static, '' + f); + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2IICLcom_badlogic_gdx_utils_StringBuilder_2(this$static, value_0){ + if (value_0 == $intern_84) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(this$static, '-2147483648'); + return this$static; + } + if (value_0 < 0) { + this$static.com_badlogic_gdx_utils_StringBuilder_length == this$static.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, this$static.com_badlogic_gdx_utils_StringBuilder_length + 1); + this$static.com_badlogic_gdx_utils_StringBuilder_chars[this$static.com_badlogic_gdx_utils_StringBuilder_length++] = 45; + value_0 = -value_0; + } + if (value_0 >= $intern_709) { + value_0 >= $intern_308 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_710), $intern_308))]); + value_0 >= $intern_711 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[value_0 % $intern_308 / $intern_711 | 0]); + value_0 >= $intern_712 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[value_0 % $intern_711 / $intern_712 | 0]); + value_0 >= $intern_34 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[value_0 % $intern_712 / $intern_34 | 0]); + value_0 >= $intern_713 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[value_0 % $intern_34 / $intern_713 | 0]); + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[value_0 % $intern_713 / $intern_709 | 0]); + } + value_0 >= $intern_54 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[value_0 % $intern_709 / $intern_54 | 0]); + value_0 >= 100 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[value_0 % $intern_54 / 100 | 0]); + value_0 >= 10 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[value_0 % 100 / 10 | 0]); + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[value_0 % 10]); + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2JICLcom_badlogic_gdx_utils_StringBuilder_2(this$static, value_0){ + if (com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0, $intern_415)) { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(this$static, $intern_714); + return this$static; + } + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, 0) < 0) { + this$static.com_badlogic_gdx_utils_StringBuilder_length == this$static.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, this$static.com_badlogic_gdx_utils_StringBuilder_length + 1); + this$static.com_badlogic_gdx_utils_StringBuilder_chars[this$static.com_badlogic_gdx_utils_StringBuilder_length++] = 45; + value_0 = com_google_gwt_lang_LongLib_neg__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0); + } + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_709) >= 0) { + com_google_gwt_lang_LongLib_gte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0, $intern_715) && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_Cast_round_1int__DI(com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0) % 1.0E19 / 1000000000000000000)]); + com_google_gwt_lang_LongLib_gte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0, $intern_716) && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_715), $intern_716))]); + com_google_gwt_lang_LongLib_gte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0, $intern_717) && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_716), $intern_717))]); + com_google_gwt_lang_LongLib_gte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0, $intern_718) && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_717), $intern_718))]); + com_google_gwt_lang_LongLib_gte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0, $intern_719) && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_718), $intern_719))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_720) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_719), $intern_720))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_721) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_720), $intern_721))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_722) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_721), $intern_722))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_710) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_722), $intern_710))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_308) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_710), $intern_308))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_711) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_308), $intern_711))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_712) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_711), $intern_712))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_34) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_712), $intern_34))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_713) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_34), $intern_713))]); + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_713), $intern_709))]); + } + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, $intern_54) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_709), $intern_54))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, 100) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, $intern_54), 100))]); + com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(value_0, 10) >= 0 && com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, 100), 10))]); + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, com_badlogic_gdx_utils_StringBuilder_digits[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(value_0, 10))]); + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_StringBuilder_2(this$static, builder){ + !builder?com_badlogic_gdx_utils_StringBuilder_$appendNull__Lcom_badlogic_gdx_utils_StringBuilder_2V(this$static):com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2_3CIIV(this$static, builder.com_badlogic_gdx_utils_StringBuilder_chars, builder.com_badlogic_gdx_utils_StringBuilder_length); + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_utils_StringBuilder_2(this$static, csq){ + var builder; + if (csq == null) { + com_badlogic_gdx_utils_StringBuilder_$appendNull__Lcom_badlogic_gdx_utils_StringBuilder_2V(this$static); + } + else if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(csq, 109)) { + builder = csq; + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2_3CIIV(this$static, builder.com_badlogic_gdx_utils_StringBuilder_chars, builder.com_badlogic_gdx_utils_StringBuilder_length); + } + else { + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(this$static, com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(csq)); + } + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_StringBuilder_2(this$static, obj){ + obj == null?com_badlogic_gdx_utils_StringBuilder_$appendNull__Lcom_badlogic_gdx_utils_StringBuilder_2V(this$static):com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(this$static, com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(obj)); + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(this$static, str){ + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(this$static, str); + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2ZLcom_badlogic_gdx_utils_StringBuilder_2(this$static, b){ + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(this$static, b?$intern_148:$intern_203); + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append__Lcom_badlogic_gdx_utils_StringBuilder_2_3CLcom_badlogic_gdx_utils_StringBuilder_2(this$static, ch_0){ + var com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2_3CV_newSize_0; + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2_3CV_newSize_0 = this$static.com_badlogic_gdx_utils_StringBuilder_length + ch_0.length; + com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2_3CV_newSize_0 > this$static.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2_3CV_newSize_0); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(ch_0, 0, this$static.com_badlogic_gdx_utils_StringBuilder_chars, this$static.com_badlogic_gdx_utils_StringBuilder_length, ch_0.length); + this$static.com_badlogic_gdx_utils_StringBuilder_length = com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2_3CV_newSize_0; + return this$static; +} + +function com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2CV(this$static, ch_0){ + this$static.com_badlogic_gdx_utils_StringBuilder_length == this$static.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, this$static.com_badlogic_gdx_utils_StringBuilder_length + 1); + this$static.com_badlogic_gdx_utils_StringBuilder_chars[this$static.com_badlogic_gdx_utils_StringBuilder_length++] = ch_0; +} + +function com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2V(this$static, string){ + var adding, newSize; + if (string == null) { + com_badlogic_gdx_utils_StringBuilder_$appendNull__Lcom_badlogic_gdx_utils_StringBuilder_2V(this$static); + return; + } + adding = string.length; + newSize = this$static.com_badlogic_gdx_utils_StringBuilder_length + adding; + newSize > this$static.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, newSize); + java_lang_String_$getChars__Ljava_lang_String_2II_3CIV(string, adding, this$static.com_badlogic_gdx_utils_StringBuilder_chars, this$static.com_badlogic_gdx_utils_StringBuilder_length); + this$static.com_badlogic_gdx_utils_StringBuilder_length = newSize; +} + +function com_badlogic_gdx_utils_StringBuilder_$append0__Lcom_badlogic_gdx_utils_StringBuilder_2_3CIIV(this$static, value_0, length_0){ + var newSize; + if (0 > value_0.length) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__Ljava_lang_String_2V('Offset out of bounds: 0')); + } + if (length_0 < 0 || value_0.length < length_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__Ljava_lang_String_2V('Length out of bounds: ' + length_0)); + } + newSize = this$static.com_badlogic_gdx_utils_StringBuilder_length + length_0; + newSize > this$static.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, newSize); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(value_0, 0, this$static.com_badlogic_gdx_utils_StringBuilder_chars, this$static.com_badlogic_gdx_utils_StringBuilder_length, length_0); + this$static.com_badlogic_gdx_utils_StringBuilder_length = newSize; +} + +function com_badlogic_gdx_utils_StringBuilder_$appendNull__Lcom_badlogic_gdx_utils_StringBuilder_2V(this$static){ + var newSize; + newSize = this$static.com_badlogic_gdx_utils_StringBuilder_length + 4; + newSize > this$static.com_badlogic_gdx_utils_StringBuilder_chars.length && com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, newSize); + this$static.com_badlogic_gdx_utils_StringBuilder_chars[this$static.com_badlogic_gdx_utils_StringBuilder_length++] = 110; + this$static.com_badlogic_gdx_utils_StringBuilder_chars[this$static.com_badlogic_gdx_utils_StringBuilder_length++] = 117; + this$static.com_badlogic_gdx_utils_StringBuilder_chars[this$static.com_badlogic_gdx_utils_StringBuilder_length++] = 108; + this$static.com_badlogic_gdx_utils_StringBuilder_chars[this$static.com_badlogic_gdx_utils_StringBuilder_length++] = 108; +} + +function com_badlogic_gdx_utils_StringBuilder_$charAt__Lcom_badlogic_gdx_utils_StringBuilder_2IC(this$static, index_0){ + if (index_0 < 0 || index_0 >= this$static.com_badlogic_gdx_utils_StringBuilder_length) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__IV(index_0)); + } + return this$static.com_badlogic_gdx_utils_StringBuilder_chars[index_0]; +} + +function com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, min_0){ + var newData, newSize; + newSize = (this$static.com_badlogic_gdx_utils_StringBuilder_chars.length >> 1) + this$static.com_badlogic_gdx_utils_StringBuilder_chars.length + 2; + newData = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, min_0 > newSize?min_0:newSize, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_StringBuilder_chars, 0, newData, 0, this$static.com_badlogic_gdx_utils_StringBuilder_length); + this$static.com_badlogic_gdx_utils_StringBuilder_chars = newData; +} + +function com_badlogic_gdx_utils_StringBuilder_$equals__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Z(this$static, obj){ + var chars, chars2, i, length_0, other; + if (this$static === obj) + return true; + if (obj == null) + return false; + if (com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1StringBuilder_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(obj)) + return false; + other = obj; + length_0 = this$static.com_badlogic_gdx_utils_StringBuilder_length; + if (length_0 != other.com_badlogic_gdx_utils_StringBuilder_length) + return false; + chars = this$static.com_badlogic_gdx_utils_StringBuilder_chars; + chars2 = other.com_badlogic_gdx_utils_StringBuilder_chars; + for (i = 0; i < length_0; i++) + if (chars[i] != chars2[i]) + return false; + return true; +} + +function com_badlogic_gdx_utils_StringBuilder_$indexOf__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2II(this$static, start_0){ + var firstChar, found, i, maxIndex, o1, o2, subCount; + start_0 < 0 && (start_0 = 0); + subCount = $intern_39.length; + if (subCount == 0) + return start_0 < this$static.com_badlogic_gdx_utils_StringBuilder_length || start_0 == 0?start_0:this$static.com_badlogic_gdx_utils_StringBuilder_length; + maxIndex = this$static.com_badlogic_gdx_utils_StringBuilder_length - subCount; + if (start_0 > maxIndex) + return -1; + firstChar = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, $intern_39.length) , $intern_39.charCodeAt(0)); + while (true) { + i = start_0; + found = false; + for (; i <= maxIndex; i++) { + if (this$static.com_badlogic_gdx_utils_StringBuilder_chars[i] == firstChar) { + found = true; + break; + } + } + if (!found) + return -1; + o1 = i; + o2 = 0; + while (++o2 < subCount && this$static.com_badlogic_gdx_utils_StringBuilder_chars[++o1] == (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(o2, $intern_39.length) , $intern_39.charCodeAt(o2))) + ; + if (o2 == subCount) + return i; + start_0 = i + 1; + } +} + +function com_badlogic_gdx_utils_StringBuilder_$insert0__Lcom_badlogic_gdx_utils_StringBuilder_2ILjava_lang_String_2V(this$static, index_0, string){ + var min_0; + if (0 <= index_0 && index_0 <= this$static.com_badlogic_gdx_utils_StringBuilder_length) { + min_0 = string.length; + if (min_0 != 0) { + com_badlogic_gdx_utils_StringBuilder_$move__Lcom_badlogic_gdx_utils_StringBuilder_2IIV(this$static, min_0, index_0); + java_lang_String_$getChars__Ljava_lang_String_2II_3CIV(string, min_0, this$static.com_badlogic_gdx_utils_StringBuilder_chars, index_0); + this$static.com_badlogic_gdx_utils_StringBuilder_length += min_0; + } + } + else { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__IV(index_0)); + } +} + +function com_badlogic_gdx_utils_StringBuilder_$move__Lcom_badlogic_gdx_utils_StringBuilder_2IIV(this$static, size_0, index_0){ + var a, b, newData, newSize; + if (this$static.com_badlogic_gdx_utils_StringBuilder_chars.length - this$static.com_badlogic_gdx_utils_StringBuilder_length >= size_0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_StringBuilder_chars, index_0, this$static.com_badlogic_gdx_utils_StringBuilder_chars, index_0 + size_0, this$static.com_badlogic_gdx_utils_StringBuilder_length - index_0); + return; + } + a = this$static.com_badlogic_gdx_utils_StringBuilder_length + size_0; + b = (this$static.com_badlogic_gdx_utils_StringBuilder_chars.length << 1) + 2; + newSize = a > b?a:b; + newData = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, newSize, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_StringBuilder_chars, 0, newData, 0, index_0); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_StringBuilder_chars, index_0, newData, index_0 + size_0, this$static.com_badlogic_gdx_utils_StringBuilder_length - index_0); + this$static.com_badlogic_gdx_utils_StringBuilder_chars = newData; +} + +function com_badlogic_gdx_utils_StringBuilder_$replace__Lcom_badlogic_gdx_utils_StringBuilder_2CLjava_lang_String_2Lcom_badlogic_gdx_utils_StringBuilder_2(this$static, find_0, replace){ + var index_0, replaceLength; + replaceLength = replace.length; + index_0 = 0; + while (true) { + while (true) { + if (index_0 == this$static.com_badlogic_gdx_utils_StringBuilder_length) + return this$static; + if (this$static.com_badlogic_gdx_utils_StringBuilder_chars[index_0] == find_0) + break; + ++index_0; + } + com_badlogic_gdx_utils_StringBuilder_$replace0__Lcom_badlogic_gdx_utils_StringBuilder_2IILjava_lang_String_2V(this$static, index_0, index_0 + 1, replace); + index_0 += replaceLength; + } +} + +function com_badlogic_gdx_utils_StringBuilder_$replace0__Lcom_badlogic_gdx_utils_StringBuilder_2IILjava_lang_String_2V(this$static, start_0, end, string){ + var diff, stringLength; + if (start_0 >= 0) { + end > this$static.com_badlogic_gdx_utils_StringBuilder_length && (end = this$static.com_badlogic_gdx_utils_StringBuilder_length); + if (end > start_0) { + stringLength = string.length; + diff = end - start_0 - stringLength; + diff > 0?java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_badlogic_gdx_utils_StringBuilder_chars, end, this$static.com_badlogic_gdx_utils_StringBuilder_chars, start_0 + stringLength, this$static.com_badlogic_gdx_utils_StringBuilder_length - end):diff < 0 && com_badlogic_gdx_utils_StringBuilder_$move__Lcom_badlogic_gdx_utils_StringBuilder_2IIV(this$static, -diff, end); + java_lang_String_$getChars__Ljava_lang_String_2II_3CIV(string, stringLength, this$static.com_badlogic_gdx_utils_StringBuilder_chars, start_0); + this$static.com_badlogic_gdx_utils_StringBuilder_length -= diff; + return; + } + if (start_0 == end) { + com_badlogic_gdx_utils_StringBuilder_$insert0__Lcom_badlogic_gdx_utils_StringBuilder_2ILjava_lang_String_2V(this$static, start_0, string); + return; + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__V); +} + +function com_badlogic_gdx_utils_StringBuilder_$setLength__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, newLength){ + if (newLength < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__IV(newLength)); + } + newLength > this$static.com_badlogic_gdx_utils_StringBuilder_chars.length?com_badlogic_gdx_utils_StringBuilder_$enlargeBuffer__Lcom_badlogic_gdx_utils_StringBuilder_2IV(this$static, newLength):this$static.com_badlogic_gdx_utils_StringBuilder_length < newLength && java_util_Arrays_fill___3CIICV(this$static.com_badlogic_gdx_utils_StringBuilder_chars, this$static.com_badlogic_gdx_utils_StringBuilder_length, newLength); + this$static.com_badlogic_gdx_utils_StringBuilder_length = newLength; +} + +function com_badlogic_gdx_utils_StringBuilder_$substring__Lcom_badlogic_gdx_utils_StringBuilder_2IILjava_lang_String_2(this$static, start_0, end){ + if (0 <= start_0 && start_0 <= end && end <= this$static.com_badlogic_gdx_utils_StringBuilder_length) { + if (start_0 == end) { + return ''; + } + return java_lang_String_valueOf___3CIILjava_lang_String_2(this$static.com_badlogic_gdx_utils_StringBuilder_chars, start_0, end - start_0); + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__V); +} + +function com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(this$static){ + if (this$static.com_badlogic_gdx_utils_StringBuilder_length == 0) + return ''; + return java_lang_String_valueOf___3CIILjava_lang_String_2(this$static.com_badlogic_gdx_utils_StringBuilder_chars, 0, this$static.com_badlogic_gdx_utils_StringBuilder_length); +} + +function com_badlogic_gdx_utils_StringBuilder_StringBuilder__V(){ + com_badlogic_gdx_utils_StringBuilder_$clinit__V(); + this.com_badlogic_gdx_utils_StringBuilder_chars = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, 16, 15, 1); +} + +function com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV(capacity){ + com_badlogic_gdx_utils_StringBuilder_$clinit__V(); + if (capacity < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NegativeArraySizeException_NegativeArraySizeException__V); + } + this.com_badlogic_gdx_utils_StringBuilder_chars = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, capacity, 15, 1); +} + +function com_badlogic_gdx_utils_StringBuilder_StringBuilder__Ljava_lang_String_2V(string){ + com_badlogic_gdx_utils_StringBuilder_$clinit__V(); + this.com_badlogic_gdx_utils_StringBuilder_length = string.length; + this.com_badlogic_gdx_utils_StringBuilder_chars = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, this.com_badlogic_gdx_utils_StringBuilder_length + 16, 15, 1); + java_lang_String_$getChars__Ljava_lang_String_2II_3CIV(string, this.com_badlogic_gdx_utils_StringBuilder_length, this.com_badlogic_gdx_utils_StringBuilder_chars, 0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(109, 1, {109:1, 459:1, 260:1}, com_badlogic_gdx_utils_StringBuilder_StringBuilder__V, com_badlogic_gdx_utils_StringBuilder_StringBuilder__IV, com_badlogic_gdx_utils_StringBuilder_StringBuilder__Ljava_lang_String_2V); +_.charAt__IC = function com_badlogic_gdx_utils_StringBuilder_charAt__IC(index_0){ + return com_badlogic_gdx_utils_StringBuilder_$charAt__Lcom_badlogic_gdx_utils_StringBuilder_2IC(this, index_0); +} +; +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gdx_utils_StringBuilder_equals__Ljava_lang_Object_2Z(obj){ + return com_badlogic_gdx_utils_StringBuilder_$equals__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2Z(this, obj); +} +; +_.hashCode__I = function com_badlogic_gdx_utils_StringBuilder_hashCode__I(){ + var index_0, result; + result = 31 + this.com_badlogic_gdx_utils_StringBuilder_length; + for (index_0 = 0; index_0 < this.com_badlogic_gdx_utils_StringBuilder_length; ++index_0) + result = 31 * result + this.com_badlogic_gdx_utils_StringBuilder_chars[index_0]; + return result; +} +; +_.length__I = function com_badlogic_gdx_utils_StringBuilder_length__I(){ + return this.com_badlogic_gdx_utils_StringBuilder_length; +} +; +_.subSequence__IILjava_lang_CharSequence_2 = function com_badlogic_gdx_utils_StringBuilder_subSequence__IILjava_lang_CharSequence_2(start_0, end){ + return com_badlogic_gdx_utils_StringBuilder_$substring__Lcom_badlogic_gdx_utils_StringBuilder_2IILjava_lang_String_2(this, start_0, end); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gdx_utils_StringBuilder_toString__Ljava_lang_String_2(){ + return com_badlogic_gdx_utils_StringBuilder_$toString__Lcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_String_2(this); +} +; +_.com_badlogic_gdx_utils_StringBuilder_length = 0; +var com_badlogic_gdx_utils_StringBuilder_digits; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1StringBuilder_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, $intern_723, 109, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_TimSort_$doSort__Lcom_badlogic_gdx_utils_TimSort_2_3Ljava_lang_Object_2Ljava_util_Comparator_2IIV(this$static, a, c, lo, hi){ + var force, i, initRunLen, minRun, n, nRemaining, runLen, tmp; + this$static.com_badlogic_gdx_utils_TimSort_stackSize = 0; + com_badlogic_gdx_utils_TimSort_rangeCheck__IIIV(a.length, lo, hi); + nRemaining = hi - lo; + if (nRemaining < 2) + return; + if (nRemaining < 32) { + initRunLen = com_badlogic_gdx_utils_TimSort_countRunAndMakeAscending___3Ljava_lang_Object_2IILjava_util_Comparator_2I(a, lo, hi, c); + com_badlogic_gdx_utils_TimSort_binarySort___3Ljava_lang_Object_2IIILjava_util_Comparator_2V(a, lo, hi, lo + initRunLen, c); + return; + } + this$static.com_badlogic_gdx_utils_TimSort_a = a; + this$static.com_badlogic_gdx_utils_TimSort_c = c; + this$static.com_badlogic_gdx_utils_TimSort_tmpCount = 0; + minRun = com_badlogic_gdx_utils_TimSort_minRunLength__II(nRemaining); + do { + runLen = com_badlogic_gdx_utils_TimSort_countRunAndMakeAscending___3Ljava_lang_Object_2IILjava_util_Comparator_2I(a, lo, hi, c); + if (runLen < minRun) { + force = nRemaining <= minRun?nRemaining:minRun; + com_badlogic_gdx_utils_TimSort_binarySort___3Ljava_lang_Object_2IIILjava_util_Comparator_2V(a, lo, lo + force, lo + runLen, c); + runLen = force; + } + this$static.com_badlogic_gdx_utils_TimSort_runBase[this$static.com_badlogic_gdx_utils_TimSort_stackSize] = lo; + this$static.com_badlogic_gdx_utils_TimSort_runLen[this$static.com_badlogic_gdx_utils_TimSort_stackSize] = runLen; + ++this$static.com_badlogic_gdx_utils_TimSort_stackSize; + com_badlogic_gdx_utils_TimSort_$mergeCollapse__Lcom_badlogic_gdx_utils_TimSort_2V(this$static); + lo += runLen; + nRemaining -= runLen; + } + while (nRemaining != 0); + com_badlogic_gdx_utils_TimSort_$mergeForceCollapse__Lcom_badlogic_gdx_utils_TimSort_2V(this$static); + this$static.com_badlogic_gdx_utils_TimSort_a = null; + this$static.com_badlogic_gdx_utils_TimSort_c = null; + tmp = this$static.com_badlogic_gdx_utils_TimSort_tmp; + for (i = 0 , n = this$static.com_badlogic_gdx_utils_TimSort_tmpCount; i < n; i++) + tmp[i] = null; +} + +function com_badlogic_gdx_utils_TimSort_$ensureCapacity__Lcom_badlogic_gdx_utils_TimSort_2I_3Ljava_lang_Object_2(this$static, minCapacity){ + var newArray, newSize; + this$static.com_badlogic_gdx_utils_TimSort_tmpCount = $wnd.Math.max(this$static.com_badlogic_gdx_utils_TimSort_tmpCount, minCapacity); + if (this$static.com_badlogic_gdx_utils_TimSort_tmp.length < minCapacity) { + newSize = minCapacity; + newSize |= newSize >> 1; + newSize |= newSize >> 2; + newSize |= newSize >> 4; + newSize |= newSize >> 8; + newSize |= newSize >> 16; + ++newSize; + newSize < 0?(newSize = minCapacity):(newSize = $wnd.Math.min(newSize, this$static.com_badlogic_gdx_utils_TimSort_a.length >>> 1)); + newArray = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + this$static.com_badlogic_gdx_utils_TimSort_tmp = newArray; + } + return this$static.com_badlogic_gdx_utils_TimSort_tmp; +} + +function com_badlogic_gdx_utils_TimSort_$mergeAt__Lcom_badlogic_gdx_utils_TimSort_2IV(this$static, i){ + var base1, base2, k, len1, len2; + base1 = this$static.com_badlogic_gdx_utils_TimSort_runBase[i]; + len1 = this$static.com_badlogic_gdx_utils_TimSort_runLen[i]; + base2 = this$static.com_badlogic_gdx_utils_TimSort_runBase[i + 1]; + len2 = this$static.com_badlogic_gdx_utils_TimSort_runLen[i + 1]; + this$static.com_badlogic_gdx_utils_TimSort_runLen[i] = len1 + len2; + if (i == this$static.com_badlogic_gdx_utils_TimSort_stackSize - 3) { + this$static.com_badlogic_gdx_utils_TimSort_runBase[i + 1] = this$static.com_badlogic_gdx_utils_TimSort_runBase[i + 2]; + this$static.com_badlogic_gdx_utils_TimSort_runLen[i + 1] = this$static.com_badlogic_gdx_utils_TimSort_runLen[i + 2]; + } + --this$static.com_badlogic_gdx_utils_TimSort_stackSize; + k = com_badlogic_gdx_utils_TimSort_gallopRight__Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2I(this$static.com_badlogic_gdx_utils_TimSort_a[base2], this$static.com_badlogic_gdx_utils_TimSort_a, base1, len1, 0, this$static.com_badlogic_gdx_utils_TimSort_c); + base1 += k; + len1 -= k; + if (len1 == 0) + return; + len2 = com_badlogic_gdx_utils_TimSort_gallopLeft__Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2I(this$static.com_badlogic_gdx_utils_TimSort_a[base1 + len1 - 1], this$static.com_badlogic_gdx_utils_TimSort_a, base2, len2, len2 - 1, this$static.com_badlogic_gdx_utils_TimSort_c); + if (len2 == 0) + return; + len1 <= len2?com_badlogic_gdx_utils_TimSort_$mergeLo__Lcom_badlogic_gdx_utils_TimSort_2IIIIV(this$static, base1, len1, base2, len2):com_badlogic_gdx_utils_TimSort_$mergeHi__Lcom_badlogic_gdx_utils_TimSort_2IIIIV(this$static, base1, len1, base2, len2); +} + +function com_badlogic_gdx_utils_TimSort_$mergeCollapse__Lcom_badlogic_gdx_utils_TimSort_2V(this$static){ + var n; + while (this$static.com_badlogic_gdx_utils_TimSort_stackSize > 1) { + n = this$static.com_badlogic_gdx_utils_TimSort_stackSize - 2; + if (n >= 1 && this$static.com_badlogic_gdx_utils_TimSort_runLen[n - 1] <= this$static.com_badlogic_gdx_utils_TimSort_runLen[n] + this$static.com_badlogic_gdx_utils_TimSort_runLen[n + 1] || n >= 2 && this$static.com_badlogic_gdx_utils_TimSort_runLen[n - 2] <= this$static.com_badlogic_gdx_utils_TimSort_runLen[n] + this$static.com_badlogic_gdx_utils_TimSort_runLen[n - 1]) { + this$static.com_badlogic_gdx_utils_TimSort_runLen[n - 1] < this$static.com_badlogic_gdx_utils_TimSort_runLen[n + 1] && --n; + } + else if (this$static.com_badlogic_gdx_utils_TimSort_runLen[n] > this$static.com_badlogic_gdx_utils_TimSort_runLen[n + 1]) { + break; + } + com_badlogic_gdx_utils_TimSort_$mergeAt__Lcom_badlogic_gdx_utils_TimSort_2IV(this$static, n); + } +} + +function com_badlogic_gdx_utils_TimSort_$mergeForceCollapse__Lcom_badlogic_gdx_utils_TimSort_2V(this$static){ + var n; + while (this$static.com_badlogic_gdx_utils_TimSort_stackSize > 1) { + n = this$static.com_badlogic_gdx_utils_TimSort_stackSize - 2; + n > 0 && this$static.com_badlogic_gdx_utils_TimSort_runLen[n - 1] < this$static.com_badlogic_gdx_utils_TimSort_runLen[n + 1] && --n; + com_badlogic_gdx_utils_TimSort_$mergeAt__Lcom_badlogic_gdx_utils_TimSort_2IV(this$static, n); + } +} + +function com_badlogic_gdx_utils_TimSort_$mergeHi__Lcom_badlogic_gdx_utils_TimSort_2IIIIV(this$static, base1, len1, base2, len2){ + var a, c, count1, count2, cursor1, cursor2, dest, minGallop, tmp; + a = this$static.com_badlogic_gdx_utils_TimSort_a; + tmp = com_badlogic_gdx_utils_TimSort_$ensureCapacity__Lcom_badlogic_gdx_utils_TimSort_2I_3Ljava_lang_Object_2(this$static, len2); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, base2, tmp, 0, len2); + cursor1 = base1 + len1 - 1; + cursor2 = len2 - 1; + dest = base2 + len2 - 1; + a[dest--] = a[cursor1--]; + if (--len1 == 0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, 0, a, dest - (len2 - 1), len2); + return; + } + if (len2 == 1) { + dest -= len1; + cursor1 -= len1; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor1 + 1, a, dest + 1, len1); + a[dest] = tmp[cursor2]; + return; + } + c = this$static.com_badlogic_gdx_utils_TimSort_c; + minGallop = this$static.com_badlogic_gdx_utils_TimSort_minGallop; + outer: while (true) { + count1 = 0; + count2 = 0; + do { + if (c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(tmp[cursor2], a[cursor1]) < 0) { + a[dest--] = a[cursor1--]; + ++count1; + count2 = 0; + if (--len1 == 0) + break outer; + } + else { + a[dest--] = tmp[cursor2--]; + ++count2; + count1 = 0; + if (--len2 == 1) + break outer; + } + } + while ((count1 | count2) < minGallop); + do { + count1 = len1 - com_badlogic_gdx_utils_TimSort_gallopRight__Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2I(tmp[cursor2], a, base1, len1, len1 - 1, c); + if (count1 != 0) { + dest -= count1; + cursor1 -= count1; + len1 -= count1; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor1 + 1, a, dest + 1, count1); + if (len1 == 0) + break outer; + } + a[dest--] = tmp[cursor2--]; + if (--len2 == 1) + break outer; + count2 = len2 - com_badlogic_gdx_utils_TimSort_gallopLeft__Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2I(a[cursor1], tmp, 0, len2, len2 - 1, c); + if (count2 != 0) { + dest -= count2; + cursor2 -= count2; + len2 -= count2; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, cursor2 + 1, a, dest + 1, count2); + if (len2 <= 1) + break outer; + } + a[dest--] = a[cursor1--]; + if (--len1 == 0) + break outer; + --minGallop; + } + while (count1 >= 7 | count2 >= 7); + minGallop < 0 && (minGallop = 0); + minGallop += 2; + } + this$static.com_badlogic_gdx_utils_TimSort_minGallop = minGallop < 1?1:minGallop; + if (len2 == 1) { + dest -= len1; + cursor1 -= len1; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor1 + 1, a, dest + 1, len1); + a[dest] = tmp[cursor2]; + } + else if (len2 == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_651)); + } + else { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, 0, a, dest - (len2 - 1), len2); + } +} + +function com_badlogic_gdx_utils_TimSort_$mergeLo__Lcom_badlogic_gdx_utils_TimSort_2IIIIV(this$static, base1, len1, base2, len2){ + var a, c, count1, count2, cursor1, cursor2, dest, minGallop, tmp; + a = this$static.com_badlogic_gdx_utils_TimSort_a; + tmp = com_badlogic_gdx_utils_TimSort_$ensureCapacity__Lcom_badlogic_gdx_utils_TimSort_2I_3Ljava_lang_Object_2(this$static, len1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, base1, tmp, 0, len1); + cursor1 = 0; + cursor2 = base2; + dest = base1; + a[dest++] = a[cursor2++]; + if (--len2 == 0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, cursor1, a, dest, len1); + return; + } + if (len1 == 1) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor2, a, dest, len2); + a[dest + len2] = tmp[cursor1]; + return; + } + c = this$static.com_badlogic_gdx_utils_TimSort_c; + minGallop = this$static.com_badlogic_gdx_utils_TimSort_minGallop; + outer: while (true) { + count1 = 0; + count2 = 0; + do { + if (c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(a[cursor2], tmp[cursor1]) < 0) { + a[dest++] = a[cursor2++]; + ++count2; + count1 = 0; + if (--len2 == 0) + break outer; + } + else { + a[dest++] = tmp[cursor1++]; + ++count1; + count2 = 0; + if (--len1 == 1) + break outer; + } + } + while ((count1 | count2) < minGallop); + do { + count1 = com_badlogic_gdx_utils_TimSort_gallopRight__Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2I(a[cursor2], tmp, cursor1, len1, 0, c); + if (count1 != 0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, cursor1, a, dest, count1); + dest += count1; + cursor1 += count1; + len1 -= count1; + if (len1 <= 1) + break outer; + } + a[dest++] = a[cursor2++]; + if (--len2 == 0) + break outer; + count2 = com_badlogic_gdx_utils_TimSort_gallopLeft__Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2I(tmp[cursor1], a, cursor2, len2, 0, c); + if (count2 != 0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor2, a, dest, count2); + dest += count2; + cursor2 += count2; + len2 -= count2; + if (len2 == 0) + break outer; + } + a[dest++] = tmp[cursor1++]; + if (--len1 == 1) + break outer; + --minGallop; + } + while (count1 >= 7 | count2 >= 7); + minGallop < 0 && (minGallop = 0); + minGallop += 2; + } + this$static.com_badlogic_gdx_utils_TimSort_minGallop = minGallop < 1?1:minGallop; + if (len1 == 1) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, cursor2, a, dest, len2); + a[dest + len2] = tmp[cursor1]; + } + else if (len1 == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_651)); + } + else { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(tmp, cursor1, a, dest, len1); + } +} + +function com_badlogic_gdx_utils_TimSort_TimSort__V(){ + this.com_badlogic_gdx_utils_TimSort_tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 256, 5, 1); + this.com_badlogic_gdx_utils_TimSort_runBase = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 40, 15, 1); + this.com_badlogic_gdx_utils_TimSort_runLen = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 40, 15, 1); +} + +function com_badlogic_gdx_utils_TimSort_binarySort___3Ljava_lang_Object_2IIILjava_util_Comparator_2V(a, lo, hi, start_0, c){ + var left, mid, n, pivot, right; + start_0 == lo && ++start_0; + for (; start_0 < hi; start_0++) { + pivot = a[start_0]; + left = lo; + right = start_0; + while (left < right) { + mid = left + right >>> 1; + c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(pivot, a[mid]) < 0?(right = mid):(left = mid + 1); + } + n = start_0 - left; + switch (n) { + case 2: + a[left + 2] = a[left + 1]; + case 1: + a[left + 1] = a[left]; + break; + default:java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(a, left, a, left + 1, n); + } + a[left] = pivot; + } +} + +function com_badlogic_gdx_utils_TimSort_countRunAndMakeAscending___3Ljava_lang_Object_2IILjava_util_Comparator_2I(a, lo, hi, c){ + var runHi; + runHi = lo + 1; + if (runHi == hi) + return 1; + if (c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(a[runHi++], a[lo]) < 0) { + while (runHi < hi && c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(a[runHi], a[runHi - 1]) < 0) + ++runHi; + com_badlogic_gdx_utils_TimSort_reverseRange___3Ljava_lang_Object_2IIV(a, lo, runHi); + } + else { + while (runHi < hi && c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(a[runHi], a[runHi - 1]) >= 0) + ++runHi; + } + return runHi - lo; +} + +function com_badlogic_gdx_utils_TimSort_gallopLeft__Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2I(key, a, base, len, hint, c){ + var lastOfs, m, maxOfs, ofs, tmp; + lastOfs = 0; + ofs = 1; + if (c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(key, a[base + hint]) > 0) { + maxOfs = len - hint; + while (ofs < maxOfs && c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(key, a[base + hint + ofs]) > 0) { + lastOfs = ofs; + ofs = (ofs << 1) + 1; + ofs <= 0 && (ofs = maxOfs); + } + ofs > maxOfs && (ofs = maxOfs); + lastOfs += hint; + ofs += hint; + } + else { + maxOfs = hint + 1; + while (ofs < maxOfs && c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(key, a[base + hint - ofs]) <= 0) { + lastOfs = ofs; + ofs = (ofs << 1) + 1; + ofs <= 0 && (ofs = maxOfs); + } + ofs > maxOfs && (ofs = maxOfs); + tmp = lastOfs; + lastOfs = hint - ofs; + ofs = hint - tmp; + } + ++lastOfs; + while (lastOfs < ofs) { + m = lastOfs + (ofs - lastOfs >>> 1); + c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(key, a[base + m]) > 0?(lastOfs = m + 1):(ofs = m); + } + return ofs; +} + +function com_badlogic_gdx_utils_TimSort_gallopRight__Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2I(key, a, base, len, hint, c){ + var lastOfs, m, maxOfs, ofs, tmp; + ofs = 1; + lastOfs = 0; + if (c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(key, a[base + hint]) < 0) { + maxOfs = hint + 1; + while (ofs < maxOfs && c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(key, a[base + hint - ofs]) < 0) { + lastOfs = ofs; + ofs = (ofs << 1) + 1; + ofs <= 0 && (ofs = maxOfs); + } + ofs > maxOfs && (ofs = maxOfs); + tmp = lastOfs; + lastOfs = hint - ofs; + ofs = hint - tmp; + } + else { + maxOfs = len - hint; + while (ofs < maxOfs && c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(key, a[base + hint + ofs]) >= 0) { + lastOfs = ofs; + ofs = (ofs << 1) + 1; + ofs <= 0 && (ofs = maxOfs); + } + ofs > maxOfs && (ofs = maxOfs); + lastOfs += hint; + ofs += hint; + } + ++lastOfs; + while (lastOfs < ofs) { + m = lastOfs + (ofs - lastOfs >>> 1); + c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(key, a[base + m]) < 0?(ofs = m):(lastOfs = m + 1); + } + return ofs; +} + +function com_badlogic_gdx_utils_TimSort_minRunLength__II(n){ + var r; + r = 0; + while (n >= 32) { + r |= n & 1; + n >>= 1; + } + return n + r; +} + +function com_badlogic_gdx_utils_TimSort_rangeCheck__IIIV(arrayLen, fromIndex, toIndex){ + if (fromIndex > toIndex) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_652 + fromIndex + $intern_653 + toIndex + ')')); + if (fromIndex < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__IV(fromIndex)); + if (toIndex > arrayLen) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__IV(toIndex)); +} + +function com_badlogic_gdx_utils_TimSort_reverseRange___3Ljava_lang_Object_2IIV(a, lo, hi){ + var t; + --hi; + while (lo < hi) { + t = a[lo]; + a[lo++] = a[hi]; + a[hi--] = t; + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(920, 1, {}, com_badlogic_gdx_utils_TimSort_TimSort__V); +_.com_badlogic_gdx_utils_TimSort_minGallop = 7; +_.com_badlogic_gdx_utils_TimSort_stackSize = 0; +_.com_badlogic_gdx_utils_TimSort_tmpCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1TimSort_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'TimSort', 920, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_TimeUtils_timeSinceMillis__JJ(prevTime){ + return java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), prevTime); +} + +function com_badlogic_gdx_utils_Timer_$clinit__V(){ + com_badlogic_gdx_utils_Timer_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_Timer_instances = new com_badlogic_gdx_utils_Array_Array__IV(1); + com_badlogic_gdx_utils_Timer_instance = new com_badlogic_gdx_utils_Timer_Timer__V; +} + +function com_badlogic_gdx_utils_Timer_$delay__Lcom_badlogic_gdx_utils_Timer_2JV(this$static, delayMillis){ + var i, n, task; + for (i = 0 , n = this$static.com_badlogic_gdx_utils_Timer_tasks.com_badlogic_gdx_utils_Array_size; i < n; i++) { + task = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_utils_Timer_tasks, i); + task.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(task.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis, delayMillis); + } +} + +function com_badlogic_gdx_utils_Timer_$scheduleTask__Lcom_badlogic_gdx_utils_Timer_2Lcom_badlogic_gdx_utils_Timer$Task_2FFILcom_badlogic_gdx_utils_Timer$Task_2(this$static, task, delaySeconds, intervalSeconds, repeatCount){ + if (task.com_badlogic_gdx_utils_Timer$Task_repeatCount != -1) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('The same task may not be scheduled twice.')); + task.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34), $intern_34), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(delaySeconds * $intern_54))); + task.com_badlogic_gdx_utils_Timer$Task_intervalMillis = com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(intervalSeconds * $intern_54); + task.com_badlogic_gdx_utils_Timer$Task_repeatCount = repeatCount; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_Timer_tasks, task); + com_google_gwt_user_client_Timer_$schedule__Lcom_google_gwt_user_client_Timer_2IV(com_badlogic_gdx_utils_Timer_thread, 0); + return task; +} + +function com_badlogic_gdx_utils_Timer_$start__Lcom_badlogic_gdx_utils_Timer_2V(this$static){ + if (com_badlogic_gdx_utils_Array_$contains__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(com_badlogic_gdx_utils_Timer_instances, this$static, true)) + return; + com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gdx_utils_Timer_instances, this$static); + !com_badlogic_gdx_utils_Timer_thread && (com_badlogic_gdx_utils_Timer_thread = new com_badlogic_gdx_utils_Timer$TimerThread_Timer$TimerThread__V); + com_google_gwt_user_client_Timer_$schedule__Lcom_google_gwt_user_client_Timer_2IV(com_badlogic_gdx_utils_Timer_thread, 0); +} + +function com_badlogic_gdx_utils_Timer_$update__Lcom_badlogic_gdx_utils_Timer_2JJJ(this$static, timeMillis, waitMillis){ + var i, n, task; + for (i = 0 , n = this$static.com_badlogic_gdx_utils_Timer_tasks.com_badlogic_gdx_utils_Array_size; i < n; i++) { + task = com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_utils_Timer_tasks, i); + if (com_google_gwt_lang_LongLib_gt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(task.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis, timeMillis)) { + waitMillis = java_lang_Math_min__JJJ(waitMillis, com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(task.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis, timeMillis)); + continue; + } + if (task.com_badlogic_gdx_utils_Timer$Task_repeatCount != -1) { + task.com_badlogic_gdx_utils_Timer$Task_repeatCount == 0 && (task.com_badlogic_gdx_utils_Timer$Task_repeatCount = -1); + com_badlogic_gdx_backends_gwt_GwtApplication_$postRunnable__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Ljava_lang_Runnable_2V(com_badlogic_gdx_Gdx_app, task); + } + if (task.com_badlogic_gdx_utils_Timer$Task_repeatCount == -1) { + com_badlogic_gdx_utils_Array_$removeIndex__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(this$static.com_badlogic_gdx_utils_Timer_tasks, i); + --i; + --n; + } + else { + task.com_badlogic_gdx_utils_Timer$Task_executeTimeMillis = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(timeMillis, task.com_badlogic_gdx_utils_Timer$Task_intervalMillis); + waitMillis = java_lang_Math_min__JJJ(waitMillis, task.com_badlogic_gdx_utils_Timer$Task_intervalMillis); + task.com_badlogic_gdx_utils_Timer$Task_repeatCount > 0 && --task.com_badlogic_gdx_utils_Timer$Task_repeatCount; + } + } + return waitMillis; +} + +function com_badlogic_gdx_utils_Timer_Timer__V(){ + this.com_badlogic_gdx_utils_Timer_tasks = new com_badlogic_gdx_utils_Array_Array__ZIV(false, 8); + com_badlogic_gdx_utils_Timer_$start__Lcom_badlogic_gdx_utils_Timer_2V(this); +} + +function com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FLcom_badlogic_gdx_utils_Timer$Task_2(task, delaySeconds){ + com_badlogic_gdx_utils_Timer_$clinit__V(); + return com_badlogic_gdx_utils_Timer_$scheduleTask__Lcom_badlogic_gdx_utils_Timer_2Lcom_badlogic_gdx_utils_Timer$Task_2FFILcom_badlogic_gdx_utils_Timer$Task_2((!com_badlogic_gdx_utils_Timer_instance && (com_badlogic_gdx_utils_Timer_instance = new com_badlogic_gdx_utils_Timer_Timer__V) , com_badlogic_gdx_utils_Timer_instance), task, delaySeconds, 0, 0); +} + +function com_badlogic_gdx_utils_Timer_schedule__Lcom_badlogic_gdx_utils_Timer$Task_2FFLcom_badlogic_gdx_utils_Timer$Task_2(task, delaySeconds, intervalSeconds){ + com_badlogic_gdx_utils_Timer_$clinit__V(); + return com_badlogic_gdx_utils_Timer_$scheduleTask__Lcom_badlogic_gdx_utils_Timer_2Lcom_badlogic_gdx_utils_Timer$Task_2FFILcom_badlogic_gdx_utils_Timer$Task_2((!com_badlogic_gdx_utils_Timer_instance && (com_badlogic_gdx_utils_Timer_instance = new com_badlogic_gdx_utils_Timer_Timer__V) , com_badlogic_gdx_utils_Timer_instance), task, delaySeconds, intervalSeconds, -2); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(517, 1, {517:1}, com_badlogic_gdx_utils_Timer_Timer__V); +var com_badlogic_gdx_utils_Timer_instance, com_badlogic_gdx_utils_Timer_instances, com_badlogic_gdx_utils_Timer_thread; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Timer', 517, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_Timer_$cancel__Lcom_google_gwt_user_client_Timer_2V(this$static){ + if (!this$static.com_google_gwt_user_client_Timer_timerId) { + return; + } + ++this$static.com_google_gwt_user_client_Timer_cancelCounter; + this$static.com_google_gwt_user_client_Timer_isRepeating?com_google_gwt_user_client_Timer_clearInterval__IV(this$static.com_google_gwt_user_client_Timer_timerId.java_lang_Integer_value):com_google_gwt_user_client_Timer_clearTimeout__IV(this$static.com_google_gwt_user_client_Timer_timerId.java_lang_Integer_value); + this$static.com_google_gwt_user_client_Timer_timerId = null; +} + +function com_google_gwt_user_client_Timer_$schedule__Lcom_google_gwt_user_client_Timer_2IV(this$static, delayMillis){ + if (delayMillis < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('must be non-negative')); + } + !!this$static.com_google_gwt_user_client_Timer_timerId && com_google_gwt_user_client_Timer_$cancel__Lcom_google_gwt_user_client_Timer_2V(this$static); + this$static.com_google_gwt_user_client_Timer_isRepeating = false; + this$static.com_google_gwt_user_client_Timer_timerId = java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_google_gwt_user_client_Timer_setTimeout__Lcom_google_gwt_core_client_JavaScriptObject_2II(com_google_gwt_user_client_Timer_createCallback__Lcom_google_gwt_user_client_Timer_2ILcom_google_gwt_core_client_JavaScriptObject_2(this$static, this$static.com_google_gwt_user_client_Timer_cancelCounter), delayMillis)); +} + +function com_google_gwt_user_client_Timer_Timer__V(){ +} + +function com_google_gwt_user_client_Timer_clearInterval__IV(timerId){ + $wnd.clearInterval(timerId); +} + +function com_google_gwt_user_client_Timer_clearTimeout__IV(timerId){ + $wnd.clearTimeout(timerId); +} + +function com_google_gwt_user_client_Timer_createCallback__Lcom_google_gwt_user_client_Timer_2ILcom_google_gwt_core_client_JavaScriptObject_2(timer, cancelCounter){ + return $entry(function(){ + timer.package_private$com_google_gwt_user_client$fire__IV(cancelCounter); + } + ); +} + +function com_google_gwt_user_client_Timer_setTimeout__Lcom_google_gwt_core_client_JavaScriptObject_2II(func, time){ + return $wnd.setTimeout(func, time); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(654, 1, {}); +_.package_private$com_google_gwt_user_client$fire__IV = function com_google_gwt_user_client_Timer_fire__IV(scheduleCancelCounter){ + if (scheduleCancelCounter != this.com_google_gwt_user_client_Timer_cancelCounter) { + return; + } + this.com_google_gwt_user_client_Timer_isRepeating || (this.com_google_gwt_user_client_Timer_timerId = null); + this.run__V(); +} +; +_.com_google_gwt_user_client_Timer_cancelCounter = 0; +_.com_google_gwt_user_client_Timer_isRepeating = false; +_.com_google_gwt_user_client_Timer_timerId = null; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1Timer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_724, 'Timer', 654, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_Timer$TimerThread_$resume__Lcom_badlogic_gdx_utils_Timer$TimerThread_2V(this$static){ + var delayMillis, i, n; + delayMillis = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34), $intern_34), this$static.com_badlogic_gdx_utils_Timer$TimerThread_pauseMillis)); + com_badlogic_gdx_utils_Timer_$clinit__V(); + for (i = 0 , n = com_badlogic_gdx_utils_Timer_instances.com_badlogic_gdx_utils_Array_size; i < n; i++) + com_badlogic_gdx_utils_Timer_$delay__Lcom_badlogic_gdx_utils_Timer_2JV(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(com_badlogic_gdx_utils_Timer_instances, i), delayMillis); + this$static.com_badlogic_gdx_utils_Timer$TimerThread_app = com_badlogic_gdx_Gdx_app; + com_badlogic_gdx_utils_Timer$TimerThread_$run__Lcom_badlogic_gdx_utils_Timer$TimerThread_2V(this$static); +} + +function com_badlogic_gdx_utils_Timer$TimerThread_$run__Lcom_badlogic_gdx_utils_Timer$TimerThread_2V(this$static){ + var ex, i, n, timeMillis, waitMillis; + com_badlogic_gdx_utils_Timer_$clinit__V(); + if (this$static.com_badlogic_gdx_utils_Timer$TimerThread_app != com_badlogic_gdx_Gdx_app) + return; + timeMillis = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34), $intern_34)); + waitMillis = 5000; + for (i = 0 , n = com_badlogic_gdx_utils_Timer_instances.com_badlogic_gdx_utils_Array_size; i < n; i++) { + try { + waitMillis = com_badlogic_gdx_utils_Timer_$update__Lcom_badlogic_gdx_utils_Timer_2JJJ(com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(com_badlogic_gdx_utils_Timer_instances, i), timeMillis, waitMillis); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 52)) { + ex = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_GdxRuntimeException_GdxRuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Task failed: ' + java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2((com_badlogic_gdx_utils_Array_$get__Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(com_badlogic_gdx_utils_Timer_instances, i) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer_12_1classLit)), ex)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + if (this$static.com_badlogic_gdx_utils_Timer$TimerThread_app != com_badlogic_gdx_Gdx_app) + return; + com_google_gwt_user_client_Timer_$schedule__Lcom_google_gwt_user_client_Timer_2IV(this$static, com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(0, waitMillis) > 0?0:waitMillis)); +} + +function com_badlogic_gdx_utils_Timer$TimerThread_Timer$TimerThread__V(){ + com_google_gwt_user_client_Timer_Timer__V.call(this); + com_badlogic_gdx_backends_gwt_GwtApplication_$addLifecycleListener__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2Lcom_badlogic_gdx_LifecycleListener_2V(com_badlogic_gdx_Gdx_app, this); + com_badlogic_gdx_utils_Timer$TimerThread_$resume__Lcom_badlogic_gdx_utils_Timer$TimerThread_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_725, 654, {1141:1, 227:1}, com_badlogic_gdx_utils_Timer$TimerThread_Timer$TimerThread__V); +_.pause__V = function com_badlogic_gdx_utils_Timer$TimerThread_pause__V(){ + this.com_badlogic_gdx_utils_Timer$TimerThread_pauseMillis = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34), $intern_34)); + com_badlogic_gdx_utils_Timer_$clinit__V(); + this.com_badlogic_gdx_utils_Timer$TimerThread_app = null; + com_google_gwt_user_client_Timer_$schedule__Lcom_google_gwt_user_client_Timer_2IV(com_badlogic_gdx_utils_Timer_thread, 0); +} +; +_.resume__V = function com_badlogic_gdx_utils_Timer$TimerThread_resume__V(){ + com_badlogic_gdx_utils_Timer$TimerThread_$resume__Lcom_badlogic_gdx_utils_Timer$TimerThread_2V(this); +} +; +_.run__V = function com_badlogic_gdx_utils_Timer$TimerThread_run__V(){ + com_badlogic_gdx_utils_Timer$TimerThread_$run__Lcom_badlogic_gdx_utils_Timer$TimerThread_2V(this); +} +; +_.com_badlogic_gdx_utils_Timer$TimerThread_pauseMillis = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$TimerThread_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Timer/TimerThread', $intern_725, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1Timer_12_1classLit); +function com_badlogic_gdx_utils_Utf8Decoder_$clinit__V(){ + com_badlogic_gdx_utils_Utf8Decoder_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gdx_utils_Utf8Decoder_BYTE_1TABLE = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 10, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 11, 6, 6, 6, 5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8]); + com_badlogic_gdx_utils_Utf8Decoder_TRANSITION_1TABLE = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 12, 24, 36, 60, 96, 84, 12, 12, 12, 48, 72, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 0, 12, 12, 12, 12, 12, 0, 12, 0, 12, 12, 12, 24, 12, 12, 12, 12, 12, 24, 12, 24, 12, 12, 12, 12, 12, 12, 12, 12, 12, 24, 12, 12, 12, 12, 12, 24, 12, 12, 12, 12, 12, 12, 12, 24, 12, 12, 12, 12, 12, 12, 12, 12, 12, 36, 12, 36, 12, 12, 12, 36, 12, 12, 12, 12, 12, 36, 12, 36, 12, 12, 12, 36, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12]); +} + +function com_badlogic_gdx_utils_Utf8Decoder_$decode__Lcom_badlogic_gdx_utils_Utf8Decoder_2BV(this$static, b){ + var codePointLength, i, next, type_0; + if (b > 0 && this$static.com_badlogic_gdx_utils_Utf8Decoder_state == 0) { + this$static.com_badlogic_gdx_utils_Utf8Decoder_charBuffer[this$static.com_badlogic_gdx_utils_Utf8Decoder_charOffset++] = b & 255 & $intern_4; + } + else { + i = b & 255; + type_0 = com_badlogic_gdx_utils_Utf8Decoder_BYTE_1TABLE[i]; + this$static.com_badlogic_gdx_utils_Utf8Decoder_codePoint = this$static.com_badlogic_gdx_utils_Utf8Decoder_state == 0?255 >> type_0 & i:i & 63 | this$static.com_badlogic_gdx_utils_Utf8Decoder_codePoint << 6; + next = com_badlogic_gdx_utils_Utf8Decoder_TRANSITION_1TABLE[this$static.com_badlogic_gdx_utils_Utf8Decoder_state + type_0]; + switch (next) { + case 0: + this$static.com_badlogic_gdx_utils_Utf8Decoder_state = next; + if (this$static.com_badlogic_gdx_utils_Utf8Decoder_codePoint < $intern_726) { + this$static.com_badlogic_gdx_utils_Utf8Decoder_charBuffer[this$static.com_badlogic_gdx_utils_Utf8Decoder_charOffset++] = this$static.com_badlogic_gdx_utils_Utf8Decoder_codePoint & $intern_4; + } + else { + codePointLength = java_lang_Character_toChars__I_3CII(this$static.com_badlogic_gdx_utils_Utf8Decoder_codePoint, this$static.com_badlogic_gdx_utils_Utf8Decoder_utf16Char, 0); + this$static.com_badlogic_gdx_utils_Utf8Decoder_charBuffer[this$static.com_badlogic_gdx_utils_Utf8Decoder_charOffset++] = this$static.com_badlogic_gdx_utils_Utf8Decoder_utf16Char[0]; + codePointLength == 2 && (this$static.com_badlogic_gdx_utils_Utf8Decoder_charBuffer[this$static.com_badlogic_gdx_utils_Utf8Decoder_charOffset++] = this$static.com_badlogic_gdx_utils_Utf8Decoder_utf16Char[1]); + } + + break; + case 12: + this$static.com_badlogic_gdx_utils_Utf8Decoder_codePoint = 0; + this$static.com_badlogic_gdx_utils_Utf8Decoder_state = 0; + this$static.com_badlogic_gdx_utils_Utf8Decoder_charBuffer[this$static.com_badlogic_gdx_utils_Utf8Decoder_charOffset++] = 65533; + break; + default:this$static.com_badlogic_gdx_utils_Utf8Decoder_state = next; + } + } +} + +function com_badlogic_gdx_utils_Utf8Decoder_$decode__Lcom_badlogic_gdx_utils_Utf8Decoder_2_3BII_3CII(this$static, b, length_0, charBuffer, charOffset){ + var end, i; + this$static.com_badlogic_gdx_utils_Utf8Decoder_charBuffer = charBuffer; + this$static.com_badlogic_gdx_utils_Utf8Decoder_charOffset = charOffset; + end = length_0; + for (i = 0; i < end; i++) + com_badlogic_gdx_utils_Utf8Decoder_$decode__Lcom_badlogic_gdx_utils_Utf8Decoder_2BV(this$static, b[i]); + return this$static.com_badlogic_gdx_utils_Utf8Decoder_charOffset - charOffset; +} + +function com_badlogic_gdx_utils_Utf8Decoder_Utf8Decoder__V(){ + com_badlogic_gdx_utils_Utf8Decoder_$clinit__V(); + this.com_badlogic_gdx_utils_Utf8Decoder_utf16Char = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, 2, 15, 1); + this.com_badlogic_gdx_utils_Utf8Decoder_state = 0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1059, 1, {}, com_badlogic_gdx_utils_Utf8Decoder_Utf8Decoder__V); +_.com_badlogic_gdx_utils_Utf8Decoder_charOffset = 0; +_.com_badlogic_gdx_utils_Utf8Decoder_codePoint = 0; +_.com_badlogic_gdx_utils_Utf8Decoder_state = 0; +var com_badlogic_gdx_utils_Utf8Decoder_BYTE_1TABLE, com_badlogic_gdx_utils_Utf8Decoder_TRANSITION_1TABLE; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Utf8Decoder_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_13, 'Utf8Decoder', 1059, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_reflect_ArrayReflection_newInstance__Ljava_lang_Class_2ILjava_lang_Object_2(c, size_0){ + var type_0; + return com_badlogic_gwtref_client_ReflectionCache_$clinit__V() , type_0 = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(c) , type_0.com_badlogic_gwtref_client_Type_source.newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2(type_0, size_0); +} + +function com_badlogic_gdx_utils_reflect_ArrayReflection_set__Ljava_lang_Object_2ILjava_lang_Object_2V(array, index_0, value_0){ + com_badlogic_gwtref_client_Type_$setArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2V(com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(array)), array, index_0, value_0); +} + +function com_badlogic_gdx_utils_reflect_ClassReflection_forName__Ljava_lang_String_2Ljava_lang_Class_2(name_0){ + var e; + try { + return com_badlogic_gwtref_client_ReflectionCache_forName__Ljava_lang_String_2Lcom_badlogic_gwtref_client_Type_2(name_0).com_badlogic_gwtref_client_Type_clazz; + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 680)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V($intern_237 + name_0, e)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_reflect_ClassReflection_getConstructor__Ljava_lang_Class_2_3Ljava_lang_Class_2Lcom_badlogic_gdx_utils_reflect_Constructor_2(c){ + var e; + try { + return new com_badlogic_gdx_utils_reflect_Constructor_Constructor__Lcom_badlogic_gwtref_client_Constructor_2V(com_badlogic_gwtref_client_Type_$getConstructor__Lcom_badlogic_gwtref_client_Type_2_3Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Constructor_2(com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(c), null)); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 455)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(c) , $intern_727 + c.java_lang_Class_typeName), e)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_reflect_ClassReflection_getDeclaredConstructor__Ljava_lang_Class_2_3Ljava_lang_Class_2Lcom_badlogic_gdx_utils_reflect_Constructor_2(c, parameterTypes){ + var e; + try { + return new com_badlogic_gdx_utils_reflect_Constructor_Constructor__Lcom_badlogic_gwtref_client_Constructor_2V(com_badlogic_gwtref_client_Type_$getConstructor__Lcom_badlogic_gwtref_client_Type_2_3Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Constructor_2(com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(c), parameterTypes)); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 455)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(c) , $intern_727 + c.java_lang_Class_typeName), e)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_reflect_ClassReflection_getDeclaredFields__Ljava_lang_Class_2_3Lcom_badlogic_gdx_utils_reflect_Field_2(c){ + var fields, i, j, result; + fields = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(c).com_badlogic_gwtref_client_Type_fields; + result = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1reflect_1Field_12_1classLit, $intern_144, 645, fields.length, 0, 1); + for (i = 0 , j = fields.length; i < j; i++) { + result[i] = new com_badlogic_gdx_utils_reflect_Field_Field__Lcom_badlogic_gwtref_client_Field_2V(fields[i]); + } + return result; +} + +function com_badlogic_gdx_utils_reflect_ClassReflection_getMethods__Ljava_lang_Class_2_3Lcom_badlogic_gdx_utils_reflect_Method_2(c){ + var i, j, methods, result; + methods = com_badlogic_gwtref_client_Type_$getMethods__Lcom_badlogic_gwtref_client_Type_2_3Lcom_badlogic_gwtref_client_Method_2(com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(c)); + result = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1reflect_1Method_12_1classLit, $intern_144, 630, methods.length, 0, 1); + for (i = 0 , j = methods.length; i < j; i++) { + result[i] = new com_badlogic_gdx_utils_reflect_Method_Method__Lcom_badlogic_gwtref_client_Method_2V(methods[i]); + } + return result; +} + +function com_badlogic_gdx_utils_reflect_ClassReflection_getSimpleName__Ljava_lang_Class_2Ljava_lang_String_2(c){ + return java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(c) , c.java_lang_Class_simpleName; +} + +function com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(c1, c2){ + var c1Type, c2Type; + c1Type = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(c1); + c2Type = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(c2); + return c1Type.com_badlogic_gwtref_client_Type_clazz == c2Type.com_badlogic_gwtref_client_Type_clazz || c1Type.com_badlogic_gwtref_client_Type_clazz == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit && !c2Type.com_badlogic_gwtref_client_Type_isPrimitive || c2Type.com_badlogic_gwtref_client_Type_assignables.contains__Ljava_lang_Object_2Z(c1Type.com_badlogic_gwtref_client_Type_clazz); +} + +function com_badlogic_gdx_utils_reflect_ClassReflection_isInstance__Ljava_lang_Class_2Ljava_lang_Object_2Z(c, obj){ + return !!obj && com_badlogic_gdx_utils_reflect_ClassReflection_isAssignableFrom__Ljava_lang_Class_2Ljava_lang_Class_2Z(c, obj.java_lang_Object__1_1_1clazz); +} + +function com_badlogic_gdx_utils_reflect_ClassReflection_newInstance__Ljava_lang_Class_2Ljava_lang_Object_2(c){ + var e; + try { + return com_badlogic_gwtref_client_Method_$invoke__Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gwtref_client_Type_$getConstructor__Lcom_badlogic_gwtref_client_Type_2_3Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Constructor_2(com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(c), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [])), null, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [])); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 455)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(c) , 'Could not use default constructor of ' + c.java_lang_Class_typeName), e)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_reflect_Constructor_$newInstance__Lcom_badlogic_gdx_utils_reflect_Constructor_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this$static, args){ + var e; + try { + return com_badlogic_gwtref_client_Method_$invoke__Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_reflect_Constructor_constructor, null, args); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 24)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Illegal argument(s) supplied to constructor for class: ' + java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this$static.com_badlogic_gdx_utils_reflect_Constructor_constructor.com_badlogic_gwtref_client_Method_enclosingType.com_badlogic_gwtref_client_CachedTypeLookup_clazz), e)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_reflect_Constructor_Constructor__Lcom_badlogic_gwtref_client_Constructor_2V(constructor){ + this.com_badlogic_gdx_utils_reflect_Constructor_constructor = constructor; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(776, 1, {}, com_badlogic_gdx_utils_reflect_Constructor_Constructor__Lcom_badlogic_gwtref_client_Constructor_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1reflect_1Constructor_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_728, $intern_729, 776, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_reflect_Field_$get__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, obj){ + var e; + try { + return com_badlogic_gwtref_client_Field_$get__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_reflect_Field_field, obj); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 24)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Could not get ' + com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(this$static.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_enclosingType).com_badlogic_gwtref_client_Type_clazz + '#' + this$static.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_38 + e.java_lang_Throwable_detailMessage, e)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_reflect_Field_$isAnnotationPresent__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Class_2Z(this$static, annotationType){ + var annotation, annotation$array, annotation$index, annotation$max, annotations; + annotations = this$static.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_annotations; + for (annotation$array = annotations , annotation$index = 0 , annotation$max = annotation$array.length; annotation$index < annotation$max; ++annotation$index) { + annotation = annotation$array[annotation$index]; + if (annotation.annotationType__Ljava_lang_Class_2() == annotationType) { + return true; + } + } + return false; +} + +function com_badlogic_gdx_utils_reflect_Field_$set__Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, obj, value_0){ + var e; + try { + com_badlogic_gwtref_client_Field_$set__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static.com_badlogic_gdx_utils_reflect_Field_field, obj, value_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 24)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Could not set ' + com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(this$static.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_enclosingType).com_badlogic_gwtref_client_Type_clazz + '#' + this$static.com_badlogic_gdx_utils_reflect_Field_field.com_badlogic_gwtref_client_Field_name + $intern_38 + e.java_lang_Throwable_detailMessage, e)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_reflect_Field_Field__Lcom_badlogic_gwtref_client_Field_2V(field){ + this.com_badlogic_gdx_utils_reflect_Field_field = field; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(645, 1, {645:1}, com_badlogic_gdx_utils_reflect_Field_Field__Lcom_badlogic_gwtref_client_Field_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1reflect_1Field_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_728, 'Field', 645, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_reflect_Method_$invoke__Lcom_badlogic_gdx_utils_reflect_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this$static, obj, args){ + var e; + try { + return com_badlogic_gwtref_client_Method_$invoke__Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_badlogic_gdx_utils_reflect_Method_method, obj, args); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 24)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V('Illegal argument(s) supplied to method: ' + this$static.com_badlogic_gdx_utils_reflect_Method_method.com_badlogic_gwtref_client_Method_name, e)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function com_badlogic_gdx_utils_reflect_Method_Method__Lcom_badlogic_gwtref_client_Method_2V(method){ + this.com_badlogic_gdx_utils_reflect_Method_method = method; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(630, 1, {630:1}, com_badlogic_gdx_utils_reflect_Method_Method__Lcom_badlogic_gwtref_client_Method_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1reflect_1Method_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_728, 'Method', 630, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V(message, cause){ + java_lang_Exception_Exception__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, message, cause); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(113, 51, {113:1, 3:1, 51:1, 52:1}, com_badlogic_gdx_utils_reflect_ReflectionException_ReflectionException__Ljava_lang_String_2Ljava_lang_Throwable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1reflect_1ReflectionException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_728, 'ReflectionException', 113, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Exception_12_1classLit); +function com_badlogic_gdx_utils_viewport_Viewport_$apply__Lcom_badlogic_gdx_utils_viewport_Viewport_2ZV(this$static, centerCamera){ + com_badlogic_gdx_graphics_glutils_HdpiUtils_glViewport__IIIIV(this$static.com_badlogic_gdx_utils_viewport_Viewport_screenX, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenY, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenWidth, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenHeight); + this$static.com_badlogic_gdx_utils_viewport_Viewport_camera.com_badlogic_gdx_graphics_Camera_viewportWidth = this$static.com_badlogic_gdx_utils_viewport_Viewport_worldWidth; + this$static.com_badlogic_gdx_utils_viewport_Viewport_camera.com_badlogic_gdx_graphics_Camera_viewportHeight = this$static.com_badlogic_gdx_utils_viewport_Viewport_worldHeight; + centerCamera && com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_utils_viewport_Viewport_camera.com_badlogic_gdx_graphics_Camera_position, this$static.com_badlogic_gdx_utils_viewport_Viewport_worldWidth / 2, this$static.com_badlogic_gdx_utils_viewport_Viewport_worldHeight / 2, 0); + com_badlogic_gdx_graphics_OrthographicCamera_$update__Lcom_badlogic_gdx_graphics_OrthographicCamera_2ZV(this$static.com_badlogic_gdx_utils_viewport_Viewport_camera); +} + +function com_badlogic_gdx_utils_viewport_Viewport_$calculateScissors__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(this$static, batchTransform, area, scissor){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_calculateScissors__Lcom_badlogic_gdx_graphics_Camera_2FFFFLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(this$static.com_badlogic_gdx_utils_viewport_Viewport_camera, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenX, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenY, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenWidth, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenHeight, batchTransform, area, scissor); +} + +function com_badlogic_gdx_utils_viewport_Viewport_$project__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, worldCoords){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp, worldCoords.com_badlogic_gdx_math_Vector2_x, worldCoords.com_badlogic_gdx_math_Vector2_y, 1); + com_badlogic_gdx_graphics_Camera_$project__Lcom_badlogic_gdx_graphics_Camera_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_utils_viewport_Viewport_camera, this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenX, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenY, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenWidth, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenHeight); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(worldCoords, this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp.com_badlogic_gdx_math_Vector3_y); + return worldCoords; +} + +function com_badlogic_gdx_utils_viewport_Viewport_$setScreenBounds__Lcom_badlogic_gdx_utils_viewport_Viewport_2IIIIV(this$static, screenX_0, screenY_0, screenWidth, screenHeight){ + this$static.com_badlogic_gdx_utils_viewport_Viewport_screenX = screenX_0; + this$static.com_badlogic_gdx_utils_viewport_Viewport_screenY = screenY_0; + this$static.com_badlogic_gdx_utils_viewport_Viewport_screenWidth = screenWidth; + this$static.com_badlogic_gdx_utils_viewport_Viewport_screenHeight = screenHeight; +} + +function com_badlogic_gdx_utils_viewport_Viewport_$toScreenCoordinates__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector2_2(this$static, worldCoords, transformMatrix){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp, worldCoords.com_badlogic_gdx_math_Vector2_x, worldCoords.com_badlogic_gdx_math_Vector2_y, 0); + com_badlogic_gdx_math_Vector3_$mul__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp, transformMatrix); + com_badlogic_gdx_graphics_Camera_$project__Lcom_badlogic_gdx_graphics_Camera_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_utils_viewport_Viewport_camera, this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenX, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenY, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenWidth, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenHeight); + this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp.com_badlogic_gdx_math_Vector3_y = com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height - this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp.com_badlogic_gdx_math_Vector3_y; + worldCoords.com_badlogic_gdx_math_Vector2_x = this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp.com_badlogic_gdx_math_Vector3_x; + worldCoords.com_badlogic_gdx_math_Vector2_y = this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp.com_badlogic_gdx_math_Vector3_y; + return worldCoords; +} + +function com_badlogic_gdx_utils_viewport_Viewport_$unproject__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static, screenCoords){ + com_badlogic_gdx_math_Vector3_$set__Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp, screenCoords.com_badlogic_gdx_math_Vector2_x, screenCoords.com_badlogic_gdx_math_Vector2_y, 1); + com_badlogic_gdx_graphics_Camera_$unproject__Lcom_badlogic_gdx_graphics_Camera_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(this$static.com_badlogic_gdx_utils_viewport_Viewport_camera, this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenX, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenY, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenWidth, this$static.com_badlogic_gdx_utils_viewport_Viewport_screenHeight); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(screenCoords, this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp.com_badlogic_gdx_math_Vector3_x, this$static.com_badlogic_gdx_utils_viewport_Viewport_tmp.com_badlogic_gdx_math_Vector3_y); + return screenCoords; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(602, 1, {602:1}); +_.com_badlogic_gdx_utils_viewport_Viewport_screenHeight = 0; +_.com_badlogic_gdx_utils_viewport_Viewport_screenWidth = 0; +_.com_badlogic_gdx_utils_viewport_Viewport_screenX = 0; +_.com_badlogic_gdx_utils_viewport_Viewport_screenY = 0; +_.com_badlogic_gdx_utils_viewport_Viewport_worldHeight = 0; +_.com_badlogic_gdx_utils_viewport_Viewport_worldWidth = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_730, 'Viewport', 602, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gdx_utils_viewport_ScalingViewport_$update__Lcom_badlogic_gdx_utils_viewport_ScalingViewport_2IIZV(this$static, screenWidth, screenHeight, centerCamera){ + var scaled, viewportHeight, viewportWidth; + scaled = this$static.com_badlogic_gdx_utils_viewport_ScalingViewport_scaling.apply__FFFFLcom_badlogic_gdx_math_Vector2_2(this$static.com_badlogic_gdx_utils_viewport_Viewport_worldWidth, this$static.com_badlogic_gdx_utils_viewport_Viewport_worldHeight, screenWidth, screenHeight); + viewportWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(scaled.com_badlogic_gdx_math_Vector2_x)); + viewportHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(scaled.com_badlogic_gdx_math_Vector2_y)); + com_badlogic_gdx_utils_viewport_Viewport_$setScreenBounds__Lcom_badlogic_gdx_utils_viewport_Viewport_2IIIIV(this$static, (screenWidth - viewportWidth) / 2 | 0, (screenHeight - viewportHeight) / 2 | 0, viewportWidth, viewportHeight); + com_badlogic_gdx_utils_viewport_Viewport_$apply__Lcom_badlogic_gdx_utils_viewport_Viewport_2ZV(this$static, centerCamera); +} + +function com_badlogic_gdx_utils_viewport_ScalingViewport_ScalingViewport__Lcom_badlogic_gdx_utils_Scaling_2FFV(scaling){ + com_badlogic_gdx_utils_viewport_ScalingViewport_ScalingViewport__Lcom_badlogic_gdx_utils_Scaling_2FFLcom_badlogic_gdx_graphics_Camera_2V.call(this, scaling, 32, 24, new com_badlogic_gdx_graphics_OrthographicCamera_OrthographicCamera__V); +} + +function com_badlogic_gdx_utils_viewport_ScalingViewport_ScalingViewport__Lcom_badlogic_gdx_utils_Scaling_2FFLcom_badlogic_gdx_graphics_Camera_2V(scaling, worldWidth, worldHeight, camera){ + this.com_badlogic_gdx_utils_viewport_Viewport_tmp = new com_badlogic_gdx_math_Vector3_Vector3__V; + this.com_badlogic_gdx_utils_viewport_ScalingViewport_scaling = scaling; + this.com_badlogic_gdx_utils_viewport_Viewport_worldWidth = worldWidth; + this.com_badlogic_gdx_utils_viewport_Viewport_worldHeight = worldHeight; + this.com_badlogic_gdx_utils_viewport_Viewport_camera = camera; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(647, 602, {602:1}, com_badlogic_gdx_utils_viewport_ScalingViewport_ScalingViewport__Lcom_badlogic_gdx_utils_Scaling_2FFV, com_badlogic_gdx_utils_viewport_ScalingViewport_ScalingViewport__Lcom_badlogic_gdx_utils_Scaling_2FFLcom_badlogic_gdx_graphics_Camera_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1viewport_1ScalingViewport_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_730, 'ScalingViewport', 647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_12_1classLit); +function com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(this$static){ + !this$static.com_badlogic_gwtref_client_CachedTypeLookup_type && !!this$static.com_badlogic_gwtref_client_CachedTypeLookup_clazz && (this$static.com_badlogic_gwtref_client_CachedTypeLookup_type = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(this$static.com_badlogic_gwtref_client_CachedTypeLookup_clazz)); + return this$static.com_badlogic_gwtref_client_CachedTypeLookup_type; +} + +function com_badlogic_gwtref_client_CachedTypeLookup_CachedTypeLookup__Ljava_lang_Class_2V(clazz){ + this.com_badlogic_gwtref_client_CachedTypeLookup_clazz = clazz; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(226, 1, {226:1}, com_badlogic_gwtref_client_CachedTypeLookup_CachedTypeLookup__Ljava_lang_Class_2V); +_.toString__Ljava_lang_String_2 = function com_badlogic_gwtref_client_CachedTypeLookup_toString__Ljava_lang_String_2(){ + return java_lang_String_valueOf__Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gwtref_client_CachedTypeLookup_clazz); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1CachedTypeLookup_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'CachedTypeLookup', 226, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gwtref_client_Method_$clinit__V(){ + com_badlogic_gwtref_client_Method_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gwtref_client_Method_EMPTY_1PARAMS = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, $intern_144, 7, 0, 0, 1); +} + +function com_badlogic_gwtref_client_Method_$invoke__Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this$static, obj, params){ + if (this$static.com_badlogic_gwtref_client_Method_parameters.length != (params != null?params.length:0)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Parameter mismatch')); + return com_badlogic_gwtref_client_ReflectionCache_$clinit__V() , com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(this$static.com_badlogic_gwtref_client_Method_enclosingType).com_badlogic_gwtref_client_Type_source.invoke__Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this$static, obj, params); +} + +function com_badlogic_gwtref_client_Method_$match__Lcom_badlogic_gwtref_client_Method_2_3Ljava_lang_Class_2Z(this$static, types){ + var i, t1, t2; + if (types == null) + return this$static.com_badlogic_gwtref_client_Method_parameters.length == 0; + if (types.length != this$static.com_badlogic_gwtref_client_Method_parameters.length) + return false; + for (i = 0; i < types.length; i++) { + t1 = com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(this$static.com_badlogic_gwtref_client_Method_parameters[i].com_badlogic_gwtref_client_Parameter_type); + t2 = com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(types[i]); + if (t1 != t2 && !(t1.com_badlogic_gwtref_client_Type_clazz == t2.com_badlogic_gwtref_client_Type_clazz || t1.com_badlogic_gwtref_client_Type_clazz == com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit && !t2.com_badlogic_gwtref_client_Type_isPrimitive || t2.com_badlogic_gwtref_client_Type_assignables.contains__Ljava_lang_Object_2Z(t1.com_badlogic_gwtref_client_Type_clazz))) + return false; + } + return true; +} + +function com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V(name_0, enclosingType, returnType, parameters, isAbstract, isFinal, isStatic, isDefaultAccess, isPrivate, isProtected, isPublic, isNative, isVarArgs, isMethod, isConstructor, methodId){ + com_badlogic_gwtref_client_Method_$clinit__V(); + this.com_badlogic_gwtref_client_Method_name = name_0; + this.com_badlogic_gwtref_client_Method_enclosingType = new com_badlogic_gwtref_client_CachedTypeLookup_CachedTypeLookup__Ljava_lang_Class_2V(enclosingType); + this.com_badlogic_gwtref_client_Method_parameters = parameters != null?parameters:com_badlogic_gwtref_client_Method_EMPTY_1PARAMS; + this.com_badlogic_gwtref_client_Method_returnType = new com_badlogic_gwtref_client_CachedTypeLookup_CachedTypeLookup__Ljava_lang_Class_2V(returnType); + this.com_badlogic_gwtref_client_Method_isAbstract = isAbstract; + this.com_badlogic_gwtref_client_Method_isFinal = isFinal; + this.com_badlogic_gwtref_client_Method_isStatic = isStatic; + this.com_badlogic_gwtref_client_Method_isNative = isNative; + this.com_badlogic_gwtref_client_Method_isDefaultAccess = isDefaultAccess; + this.com_badlogic_gwtref_client_Method_isPrivate = isPrivate; + this.com_badlogic_gwtref_client_Method_isProtected = isProtected; + this.com_badlogic_gwtref_client_Method_isPublic = isPublic; + this.com_badlogic_gwtref_client_Method_isVarArgs = isVarArgs; + this.com_badlogic_gwtref_client_Method_isMethod = isMethod; + this.com_badlogic_gwtref_client_Method_isConstructor = isConstructor; + this.com_badlogic_gwtref_client_Method_methodId = methodId; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(6, 1, {6:1}, com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V); +_.toString__Ljava_lang_String_2 = function com_badlogic_gwtref_client_Method_toString__Ljava_lang_String_2(){ + return 'Method [name=' + this.com_badlogic_gwtref_client_Method_name + $intern_732 + this.com_badlogic_gwtref_client_Method_enclosingType + ', returnType=' + this.com_badlogic_gwtref_client_Method_returnType + ', isAbstract=' + this.com_badlogic_gwtref_client_Method_isAbstract + $intern_733 + this.com_badlogic_gwtref_client_Method_isFinal + $intern_734 + this.com_badlogic_gwtref_client_Method_isStatic + ', isNative=' + this.com_badlogic_gwtref_client_Method_isNative + $intern_735 + this.com_badlogic_gwtref_client_Method_isDefaultAccess + $intern_736 + this.com_badlogic_gwtref_client_Method_isPrivate + $intern_737 + this.com_badlogic_gwtref_client_Method_isProtected + $intern_738 + this.com_badlogic_gwtref_client_Method_isPublic + ', isVarArgs=' + this.com_badlogic_gwtref_client_Method_isVarArgs + ', isMethod=' + this.com_badlogic_gwtref_client_Method_isMethod + ', isConstructor=' + this.com_badlogic_gwtref_client_Method_isConstructor + ', parameters=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gwtref_client_Method_parameters) + ']'; +} +; +_.com_badlogic_gwtref_client_Method_isAbstract = false; +_.com_badlogic_gwtref_client_Method_isConstructor = false; +_.com_badlogic_gwtref_client_Method_isDefaultAccess = false; +_.com_badlogic_gwtref_client_Method_isFinal = false; +_.com_badlogic_gwtref_client_Method_isMethod = false; +_.com_badlogic_gwtref_client_Method_isNative = false; +_.com_badlogic_gwtref_client_Method_isPrivate = false; +_.com_badlogic_gwtref_client_Method_isProtected = false; +_.com_badlogic_gwtref_client_Method_isPublic = false; +_.com_badlogic_gwtref_client_Method_isStatic = false; +_.com_badlogic_gwtref_client_Method_isVarArgs = false; +_.com_badlogic_gwtref_client_Method_methodId = 0; +var com_badlogic_gwtref_client_Method_EMPTY_1PARAMS; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'Method', 6, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V(name_0, enclosingType, returnType, parameters, isProtected, isPublic, isVarArgs, methodId){ + com_badlogic_gwtref_client_Method_$clinit__V(); + com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V.call(this, name_0, enclosingType, returnType, parameters, false, false, false, false, false, isProtected, isPublic, false, isVarArgs, false, true, methodId); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(12, 6, {12:1, 6:1}, com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, $intern_729, 12, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit); +function com_badlogic_gwtref_client_Field_$get__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, obj){ + return com_badlogic_gwtref_client_ReflectionCache_$clinit__V() , com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(this$static.com_badlogic_gwtref_client_Field_enclosingType).com_badlogic_gwtref_client_Type_source.get__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, obj); +} + +function com_badlogic_gwtref_client_Field_$getElementType__Lcom_badlogic_gwtref_client_Field_2ILcom_badlogic_gwtref_client_Type_2(this$static, index_0){ + if (this$static.com_badlogic_gwtref_client_Field_elementTypes != null && index_0 >= 0 && index_0 < this$static.com_badlogic_gwtref_client_Field_elementTypes.length) + return com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(this$static.com_badlogic_gwtref_client_Field_elementTypes[index_0]); + return null; +} + +function com_badlogic_gwtref_client_Field_$set__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, obj, value_0){ + com_badlogic_gwtref_client_ReflectionCache_$clinit__V(); + com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(this$static.com_badlogic_gwtref_client_Field_enclosingType).com_badlogic_gwtref_client_Type_source.set__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, obj, value_0); +} + +function com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V(name_0, enclosingType, type_0, isFinal, isDefaultAccess, isPrivate, isProtected, isPublic, isStatic, isTransient, getter, setter, elementTypes){ + var i, tmp; + this.com_badlogic_gwtref_client_Field_name = name_0; + this.com_badlogic_gwtref_client_Field_enclosingType = new com_badlogic_gwtref_client_CachedTypeLookup_CachedTypeLookup__Ljava_lang_Class_2V(enclosingType); + this.com_badlogic_gwtref_client_Field_type = new com_badlogic_gwtref_client_CachedTypeLookup_CachedTypeLookup__Ljava_lang_Class_2V(type_0); + this.com_badlogic_gwtref_client_Field_isFinal = isFinal; + this.com_badlogic_gwtref_client_Field_isDefaultAccess = isDefaultAccess; + this.com_badlogic_gwtref_client_Field_isPrivate = isPrivate; + this.com_badlogic_gwtref_client_Field_isProtected = isProtected; + this.com_badlogic_gwtref_client_Field_isPublic = isPublic; + this.com_badlogic_gwtref_client_Field_isStatic = isStatic; + this.com_badlogic_gwtref_client_Field_isTransient = isTransient; + this.com_badlogic_gwtref_client_Field_isVolatile = false; + this.com_badlogic_gwtref_client_Field_getter = getter; + this.com_badlogic_gwtref_client_Field_setter = setter; + tmp = null; + if (elementTypes != null) { + tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1CachedTypeLookup_12_1classLit, $intern_144, 226, elementTypes.length, 0, 1); + for (i = 0; i < tmp.length; i++) { + tmp[i] = new com_badlogic_gwtref_client_CachedTypeLookup_CachedTypeLookup__Ljava_lang_Class_2V(elementTypes[i]); + } + } + this.com_badlogic_gwtref_client_Field_elementTypes = tmp; + this.com_badlogic_gwtref_client_Field_annotations = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1annotation_1Annotation_12_1classLit, 1), $intern_144, 258, 0, []); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(8, 1, {8:1}, com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V); +_.toString__Ljava_lang_String_2 = function com_badlogic_gwtref_client_Field_toString__Ljava_lang_String_2(){ + return 'Field [name=' + this.com_badlogic_gwtref_client_Field_name + $intern_732 + this.com_badlogic_gwtref_client_Field_enclosingType + ', type=' + this.com_badlogic_gwtref_client_Field_type + $intern_733 + this.com_badlogic_gwtref_client_Field_isFinal + $intern_735 + this.com_badlogic_gwtref_client_Field_isDefaultAccess + $intern_736 + this.com_badlogic_gwtref_client_Field_isPrivate + $intern_737 + this.com_badlogic_gwtref_client_Field_isProtected + $intern_738 + this.com_badlogic_gwtref_client_Field_isPublic + $intern_734 + this.com_badlogic_gwtref_client_Field_isStatic + ', isTransient=' + this.com_badlogic_gwtref_client_Field_isTransient + ', isVolatile=' + this.com_badlogic_gwtref_client_Field_isVolatile + ', getter=' + this.com_badlogic_gwtref_client_Field_getter + ', setter=' + this.com_badlogic_gwtref_client_Field_setter + ', elementTypes=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gwtref_client_Field_elementTypes) + ', annotations=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gwtref_client_Field_annotations) + ']'; +} +; +_.com_badlogic_gwtref_client_Field_getter = 0; +_.com_badlogic_gwtref_client_Field_isDefaultAccess = false; +_.com_badlogic_gwtref_client_Field_isFinal = false; +_.com_badlogic_gwtref_client_Field_isPrivate = false; +_.com_badlogic_gwtref_client_Field_isProtected = false; +_.com_badlogic_gwtref_client_Field_isPublic = false; +_.com_badlogic_gwtref_client_Field_isStatic = false; +_.com_badlogic_gwtref_client_Field_isTransient = false; +_.com_badlogic_gwtref_client_Field_isVolatile = false; +_.com_badlogic_gwtref_client_Field_setter = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'Field', 8, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gwtref_client_IReflectionCache2Generated_$clinit__V(){ + com_badlogic_gwtref_client_IReflectionCache2Generated_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, $intern_144, 7, 0, 0, 1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$forName__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_lang_String_2Lcom_badlogic_gwtref_client_Type_2(name_0){ + var hashCode; + hashCode = java_lang_String_$hashCode__Ljava_lang_String_2I(name_0); + switch (hashCode) { + case -306030142: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_739)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c16__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1235500964: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_740)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c93__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1618199155: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_741)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c163__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1159084822: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_742)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c178__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1957744307: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'int[][]')) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c204__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1779825168: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_743)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c88__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1159102226: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_744)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c177__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1306755049: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_745)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c68__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1114429031: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_746)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c86__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1605469115: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_747)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c18__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 309256: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_748)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c123__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2056817302: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_749)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c214__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1888107655: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_750)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c222__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1605363645: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_751)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c66__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1383349348: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_752)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c229__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -822987541: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_753)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c116__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1167951236: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_754)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c148__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1839437242: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_755)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c51__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1398757701: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_756)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c152__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1770022813: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_757)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c64__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1259181357: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_758)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c76__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1156304592: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_759)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c54__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 262480769: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_760)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c109__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1062240117: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_761)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c207__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 105753189: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_762)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c50__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1383341662: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_763)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c221__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1236765598: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_764)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c102__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1999774466: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_765)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c158__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 535549400: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_766)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c156__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 256421245: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_767)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c181__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -275171935: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_768)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c77__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1860869840: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_769)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c131__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1555282570: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_770)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c220__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1954761913: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_771)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c79__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1308787773: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_772)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c173__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1097129250: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'long[]')) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c231__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -230799240: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_773)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c32__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -576876587: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_774)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c155__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2088100924: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_775)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c2__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -482193653: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_776)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c82__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 3327612: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_777)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c230__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -189785345: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_778)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c80__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -462281183: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_779)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c59__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 930021691: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_780)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c53__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1196660485: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_781)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c219__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 816709881: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_782)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c129__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2040142275: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_783)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c61__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 922426017: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_784)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c60__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1272736640: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_785)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c1__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1187819666: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_786)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c57__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 385388198: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_787)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c100__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 72864308: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_788)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c5__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1959745709: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_789)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c136__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 218888035: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_790)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c140__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 100361105: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'int[]')) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c203__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -441319999: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_791)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c55__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 453480309: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_792)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c196__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 897003789: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_793)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c139__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -566664126: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_794)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c117__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1429004113: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_795)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c37__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1946002305: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_796)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c188__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1943175596: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_797)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c4__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 577341676: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_798)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c228__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1858254924: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_799)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c111__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1110702266: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_800)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c62__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2111153504: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'float[][]')) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c201__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1476302706: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_801)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c108__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -256833987: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_802)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c137__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 904961888: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_803)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c157__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2101314991: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_804)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c147__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -417108559: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_805)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c105__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1772436790: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_806)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c69__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1985765578: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_807)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c45__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -515992664: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_808)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c217__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1672036144: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_809)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c21__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2002486725: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_810)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c9__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1304356124: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_811)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c110__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1453418499: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_812)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c126__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -78275087: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_813)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c162__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -688322466: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_814)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c224__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 629288748: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_815)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c27__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2131778977: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_816)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c20__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1912437577: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_817)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c172__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1009539217: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_818)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c75__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -91147184: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_819)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c166__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -617324555: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_820)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c187__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 183594037: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_821)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c216__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 53647354: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_822)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c191__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1926512153: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_823)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c25__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 421401554: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_824)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c184__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1911406371: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_825)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c3__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -252497347: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_826)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c19__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1503113544: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_827)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c169__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -781384260: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_828)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c144__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -369523413: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_829)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c174__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1242655940: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_830)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c179__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1439653148: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_831)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c85__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1430755732: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_832)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c122__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 344809556: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_833)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c205__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1779466442: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_834)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c87__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1776337725: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_835)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c103__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1288488978: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_836)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c46__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1427834309: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_837)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c106__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1824583200: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_838)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c44__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -623476174: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_839)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c101__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -766441794: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'float[]')) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c200__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1389066300: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_840)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c47__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2082354413: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_841)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c159__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1870073729: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_842)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c133__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 109413500: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_843)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c232__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1113771673: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_844)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c154__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1063877011: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_845)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c215__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1443587829: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_846)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c70__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1757273155: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_847)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c161__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -741306065: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_848)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c65__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -527879800: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_849)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c213__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 362762903: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_850)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c135__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -726328898: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_851)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c10__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1550998881: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_852)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c0__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -725864530: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_853)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c134__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 155276373: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_854)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c209__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 809083183: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_855)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c35__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 126550672: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_856)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c186__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1657673684: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_857)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c26__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -50371615: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_858)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c95__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2004437607: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_859)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c176__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1291627992: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_860)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c92__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1325958191: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_861)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c197__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1503764103: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_862)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c43__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -145949595: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_863)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c31__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -548092803: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_864)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c63__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1762240035: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_865)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c30__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -393503321: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_866)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c171__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1000877202: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_867)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c99__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -837885135: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_868)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c98__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -219456598: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_869)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c22__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1958994311: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_870)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c38__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1304319739: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_871)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c81__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2019291423: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_872)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c149__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 761287205: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_873)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c210__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -217320895: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_874)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c112__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1998557268: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_875)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c180__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -678264097: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_876)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c83__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1114099497: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_877)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c223__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1092010051: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_878)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c124__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1768482877: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_879)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c153__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1303837408: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_880)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c58__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 616055778: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_881)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c52__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -713463262: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_882)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c17__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1195259493: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_883)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c218__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1587225541: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_884)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c127__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1397223462: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_885)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c39__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2062152074: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_886)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c36__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1966627419: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_887)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c40__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -211629557: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_888)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c34__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -724591197: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_889)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c12__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 822250606: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_890)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c165__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -730574567: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_891)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c8__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1968586299: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_892)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c48__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 789002871: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_893)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c212__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1207402119: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_894)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c130__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 751788990: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_895)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c193__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1305668257: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_896)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c49__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -965838563: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_897)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c185__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -596927713: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_898)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c189__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 395712225: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_899)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c121__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1798527564: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_900)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c28__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1539428929: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_901)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c72__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1579886508: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_902)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c145__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1781682099: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_903)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c113__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -573986740: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_904)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c13__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1313961432: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_905)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c107__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2083728309: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_906)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c182__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1172980846: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_907)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c6__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 97526364: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_908)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c199__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 398585941: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_909)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c211__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2109717031: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_910)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c175__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 551604602: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_911)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c151__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 791666355: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_912)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c143__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 398507100: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_913)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c206__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 456959137: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_914)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c84__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1876469830: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_915)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c132__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 551587198: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_916)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c150__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 918747997: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_917)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c118__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 735095921: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_918)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c78__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2110428267: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_919)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c138__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 123071223: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_920)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c91__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 3625364: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'void')) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c234__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 452503902: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_921)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c41__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1304109596: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_922)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c71__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -869401211: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_923)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c142__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1711326121: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_924)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c128__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 11105536: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_925)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c160__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 550802813: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_926)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c164__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 986245473: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_927)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c190__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1809049727: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_928)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c120__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 65821278: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_929)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c227__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 404017069: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_930)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c33__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -476289499: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_931)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c170__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -858391786: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_932)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c195__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 82383663: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_933)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c56__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1773664368: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_934)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c183__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1402722386: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_935)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c226__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -116004136: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_936)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c104__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1881882597: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_937)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c24__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1511184836: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_938)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c67__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1770490453: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_939)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c42__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 40820157: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_940)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c94__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -566368786: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_941)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c119__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1390112015: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_942)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c96__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1112638853: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_943)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c115__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1023590613: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_944)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c89__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -662609575: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_945)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c114__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -85920456: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_946)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c192__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1987896231: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_947)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c90__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1096744578: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_948)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c23__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1953158540: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_949)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c7__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1834877120: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_950)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c73__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1973427268: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_951)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c14__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1299448984: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_952)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c74__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2067161310: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'short[]')) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c233__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1911943198: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_953)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c15__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 104431: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'int')) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c202__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1611212793: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_954)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c125__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -532047944: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_955)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c194__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1912678387: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_956)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c167__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 596063348: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_957)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c97__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1359468275: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'double[]')) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c198__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1080974235: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_958)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c141__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1132432008: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_959)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c29__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 773952475: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_960)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c146__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1026367702: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_961)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c168__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1389466925: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_962)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c208__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 136840149: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_963)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c225__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1567466642: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_964)) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c11__Lcom_badlogic_gwtref_client_Type_2(); + } + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$invoke1__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params){ + switch (m.com_badlogic_gwtref_client_Method_methodId) { + case 1654: + case $intern_608: + return obj.getPadLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 1099: + case 1655: + case 2025: + case $intern_611: + return new java_lang_Float_Float__FV(obj.getPadLeft__F()); + case 1656: + case 1033: + return obj.getPadBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case $intern_965: + case 1657: + case 2026: + case $intern_624: + return new java_lang_Float_Float__FV(obj.getPadBottom__F()); + case 1658: + case $intern_626: + return obj.getPadRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 1101: + case 1659: + case 2027: + case $intern_627: + return new java_lang_Float_Float__FV(obj.getPadRight__F()); + case 1660: + case 1037: + return new java_lang_Float_Float__FV(obj.getPadX__F()); + case 1661: + case 1038: + return new java_lang_Float_Float__FV(obj.getPadY__F()); + case $intern_966: + return new java_lang_Float_Float__FV(obj.getFillX__F()); + case $intern_967: + return new java_lang_Float_Float__FV(obj.getFillY__F()); + case 1108: + case 1134: + case 1662: + case 2034: + case 1041: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getAlign__I()); + case 1042: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1042__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1043: + return obj.clip__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + case 1044: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1044__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1045: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1045__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1601: + case 1046: + return java_lang_Boolean_$clinit__V() , obj.getClip__Z()?true:false; + case 1047: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1047__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1419: + case 1680: + case 1048: + return obj.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(params[0]) , null; + case 1049: + return new com_badlogic_gdx_scenes_scene2d_ui_Container_Container__V; + case 1050: + return new com_badlogic_gdx_scenes_scene2d_ui_Container_Container__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]); + case 1051: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Dialog$initialize__V() , null; + case 1430: + case 1475: + case $intern_307: + return obj.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(params[0]) , null; + case 1053: + return obj.getContentTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1054: + return obj.getButtonTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case $intern_968: + return obj.text__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0]); + case 1056: + return obj.text__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0], params[1]); + case 1057: + return obj.text__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0]); + case 1058: + return obj.button__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0]); + case 1059: + return obj.button__Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0], params[1]); + case 1060: + return obj.button__Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0], params[1], params[2]); + case 1061: + return obj.button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0]); + case $intern_969: + return obj.button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0], params[1]); + case 1063: + return obj.show__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0], params[1]); + case 1064: + return obj.show__Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(params[0]); + case 1065: + return obj.hide__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0]) , null; + case 1472: + case 1861: + case 1066: + return obj.hide__V() , null; + case 1067: + return obj.setObject__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2V(params[0], params[1]) , null; + case 1068: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1068__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2ILjava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 1069: + return obj.result__Ljava_lang_Object_2V(params[0]) , null; + case 1279: + case 1330: + case 1070: + return obj.cancel__V() , null; + case 1071: + return new com_badlogic_gdx_scenes_scene2d_ui_Dialog_Dialog__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 1072: + return new com_badlogic_gdx_scenes_scene2d_ui_Dialog_Dialog__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 1073: + return new com_badlogic_gdx_scenes_scene2d_ui_Dialog_Dialog__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(params[0], params[1]); + case 1200: + case 1577: + case 1602: + case 1901: + case 2003: + case 1074: + return obj.invalidate__V() , null; + case 1075: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup$computeSize__V() , null; + case 1127: + case 1203: + case 1234: + case 1335: + case 1437: + case 1545: + case 1580: + case 1676: + case 1877: + case 1905: + case 2005: + case 1076: + return obj.layout__V() , null; + case 1077: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup$layoutWrapped__V() , null; + case 1137: + case 1205: + case 1254: + case 1305: + case 1340: + case 1453: + case 1546: + case 1581: + case 1621: + case 1801: + case 1879: + case $intern_970: + case 2007: + case 1078: + return new java_lang_Float_Float__FV(obj.getPrefWidth__F()); + case 1138: + case 1206: + case 1255: + case 1306: + case 1341: + case 1454: + case 1547: + case 1582: + case 1622: + case 1699: + case 1802: + case 1880: + case 1936: + case 2008: + case 1079: + return new java_lang_Float_Float__FV(obj.getPrefHeight__F()); + case 1666: + case 1080: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getRows__I()); + case 1081: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1081__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1082: + return obj.reverse__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1083: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1083__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2013: + case 1084: + return java_lang_Boolean_$clinit__V() , obj.getReverse__Z()?true:false; + case 1085: + return obj.wrapReverse__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1086: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1086__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case $intern_971: + return java_lang_Boolean_$clinit__V() , obj.getWrapReverse__Z()?true:false; + case 1088: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1088__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_972: + case 1089: + return new java_lang_Float_Float__FV(obj.getSpace__F()); + case $intern_973: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1090__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2017: + case 1091: + return new java_lang_Float_Float__FV(obj.getWrapSpace__F()); + case 1092: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1092__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1093: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1093__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1094: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1094__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1095: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1095__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1096: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1096__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1097: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1097__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1653: + case 2024: + case 1098: + return new java_lang_Float_Float__FV(obj.getPadTop__F()); + case 1102: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1102__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1103: + return obj.center__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case $intern_974: + return obj.top__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1105: + return obj.left__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1106: + return obj.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case $intern_975: + return obj.right__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1109: + return obj.fill__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1110: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1110__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2037: + case $intern_976: + return new java_lang_Float_Float__FV(obj.getFill__F()); + case $intern_977: + return obj.expand__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1113: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1113__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case $intern_978: + case 1114: + return java_lang_Boolean_$clinit__V() , obj.getExpand__Z()?true:false; + case 1115: + return obj.grow__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case $intern_979: + return obj.wrap__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1117: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1117__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1209: + case 1118: + return java_lang_Boolean_$clinit__V() , obj.getWrap__Z()?true:false; + case 1119: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1119__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1120: + return obj.rowCenter__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1121: + return obj.rowTop__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1122: + return obj.rowLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1123: + return obj.rowBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1124: + return obj.rowRight__Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(); + case 1681: + case 1125: + return obj.drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(params[0]) , null; + case 1126: + return new com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_HorizontalGroup__V; + case 1128: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1128__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1129: + return obj.setDrawable__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1]) , null; + case 1130: + return obj.setDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0]) , null; + case 1131: + return obj.getDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 1132: + return obj.setScaling__Lcom_badlogic_gdx_utils_Scaling_2V(params[0]) , null; + case 1133: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1133__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1342: + case 1548: + case 1583: + case 1623: + case 1135: + return new java_lang_Float_Float__FV(obj.getMinWidth__F()); + case 1343: + case 1549: + case 1584: + case 1624: + case 1136: + return new java_lang_Float_Float__FV(obj.getMinHeight__F()); + case 1139: + return new java_lang_Float_Float__FV(obj.getImageX__F()); + case 1140: + return new java_lang_Float_Float__FV(obj.getImageY__F()); + case 1141: + return new java_lang_Float_Float__FV(obj.getImageWidth__F()); + case 1142: + return new java_lang_Float_Float__FV(obj.getImageHeight__F()); + case 1160: + case 1186: + case 1223: + case 1741: + case 1994: + case 1143: + return obj.toString__Ljava_lang_String_2(); + case 1144: + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__V; + case 1145: + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(params[0]); + case 1146: + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 1147: + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]); + case 1148: + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1]); + case 1149: + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0]); + case 1150: + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2V(params[0], params[1]); + case 1151: + return new com_badlogic_gdx_scenes_scene2d_ui_Image_Image__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_utils_Scaling_2IV(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1171: + case 1152: + return obj.newImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(); + case 1173: + case 1732: + case 1153: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(params[0]) , null; + case 1154: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2(); + case 1175: + case 1155: + return obj.getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 1176: + case 1156: + return obj.updateImage__V() , null; + case 1157: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1157__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1179: + case 1158: + return obj.getImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(); + case 1180: + case 1159: + return obj.getImageCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 1161: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0]); + case 1162: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1]); + case 1163: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V(params[0]); + case 1164: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0]); + case 1165: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1]); + case 1166: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton_ImageButton__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1], params[2]); + case 1167: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__V; + case 1168: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1], params[2], params[3], params[4], params[5]); + case 1169: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_2V(params[0]); + case 1170: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_ImageButton$ImageButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(params[0]); + case 1731: + case 1838: + case 1172: + return obj.newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(params[0], params[1]); + case 1174: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2(); + case 1439: + case 1734: + case 1177: + return obj.getFontColor__Lcom_badlogic_gdx_graphics_Color_2(); + case 1178: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1178__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1736: + case 1181: + return obj.setLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2V(params[0]) , null; + case 1737: + case 1182: + return obj.getLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(); + case 1738: + case 1183: + return obj.getLabelCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 1197: + case 1184: + return obj.setText__Ljava_lang_CharSequence_2V(params[0]) , null; + case 1740: + case 1185: + return obj.getText__Ljava_lang_CharSequence_2(); + case 1187: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 1188: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 1189: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_ImageTextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2V(params[0], params[1]); + case 1190: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__V; + case 1191: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V(params[0], params[1], params[2], params[3]); + case 1192: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_2V(params[0]); + case 1193: + return new com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_ImageTextButton$ImageTextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V(params[0]); + case 1194: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(params[0]) , null; + case 1195: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2(); + case 1196: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1196__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 1198: + return java_lang_Boolean_$clinit__V() , obj.textEquals__Ljava_lang_CharSequence_2Z(params[0])?true:false; + case 1199: + return obj.getText__Lcom_badlogic_gdx_utils_StringBuilder_2(); + case 1201: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Label$scaleAndComputePrefSize__V() , null; + case 1202: + return obj.computePrefSize__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(params[0]) , null; + case 1204: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1204__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1207: + return obj.getGlyphLayout__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(); + case 1208: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1208__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1210: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getLabelAlign__I()); + case 1211: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getLineAlign__I()); + case 1212: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1212__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1213: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1213__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1214: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1214__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1215: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1215__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1216: + return new java_lang_Float_Float__FV(obj.getFontScaleX__F()); + case 1217: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1217__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1218: + return new java_lang_Float_Float__FV(obj.getFontScaleY__F()); + case 1219: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1219__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1220: + return obj.setEllipsis__Ljava_lang_String_2V(params[0]) , null; + case 1221: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1221__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1222: + return obj.getBitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2(); + case 1224: + return new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 1225: + return new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 1226: + return new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2V(params[0], params[1], params[2], params[3]); + case 1227: + return new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2Ljava_lang_String_2V(params[0], params[1], params[2], params[3]); + case 1228: + return new com_badlogic_gdx_scenes_scene2d_ui_Label_Label__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(params[0], params[1]); + case 1229: + return new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__V; + case 1230: + return new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(params[0], params[1]); + case 1231: + return new com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_Label$LabelStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2V(params[0]); + case 1232: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(params[0]) , null; + case 1233: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2(); + case 1235: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1235__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1236: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1236__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFLjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 1237: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1237__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1238: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1238__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILjava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), params[3], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6])); + case 1443: + case 1239: + return obj.getSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2(); + case 1240: + return obj.setSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2V(params[0]) , null; + case 1444: + case 1241: + return obj.getSelected__Ljava_lang_Object_2(); + case 1445: + case 1242: + return obj.setSelected__Ljava_lang_Object_2V(params[0]) , null; + case 1446: + case 1243: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getSelectedIndex__I()); + case 1244: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1244__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1245: + return obj.getOverItem__Ljava_lang_Object_2(); + case 1246: + return obj.getPressedItem__Ljava_lang_Object_2(); + case 1247: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1247__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1248: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1248__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FI(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1249: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1249__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0])); + case 1434: + case 1250: + return obj.setItems__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 1435: + case 1251: + return obj.clearItems__V() , null; + case 1436: + case 1252: + return obj.getItems__Lcom_badlogic_gdx_utils_Array_2(); + case 1253: + return new java_lang_Float_Float__FV(obj.getItemHeight__F()); + case 1455: + case 1256: + return obj.toString__Ljava_lang_Object_2Ljava_lang_String_2(params[0]); + case 1257: + return obj.setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V(params[0]) , null; + case 1258: + return obj.getCullingArea__Lcom_badlogic_gdx_math_Rectangle_2(); + case 1259: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1259__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1804: + case 1260: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getAlignment__I()); + case 1261: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1261__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1262: + return obj.getKeyListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2(); + case 1263: + return new com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0]); + case 1264: + return new com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1]); + case 1265: + return new com_badlogic_gdx_scenes_scene2d_ui_List_List__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(params[0]); + case 1266: + return new com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__V; + case 1267: + return new com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1], params[2], params[3]); + case 1268: + return new com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_List$ListStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(params[0]); + case 1269: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1269__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1270: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1270__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1271: + return obj.start__V() , null; + case 1272: + return java_lang_Boolean_$clinit__V() , obj.isResetOnStart__Z()?true:false; + case 1273: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1273__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1274: + return java_lang_Boolean_$clinit__V() , obj.isAutoRemove__Z()?true:false; + case 1275: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1275__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1276: + return java_lang_Boolean_$clinit__V() , obj.isRunning__Z()?true:false; + case 1277: + return obj.getEffect__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2(); + case 1278: + return obj.scaleChanged__V() , null; + case 1280: + return obj.allowCompletion__V() , null; + case 1511: + case 1281: + return obj.dispose__V() , null; + case 1282: + return new com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ParticleEffectActor__Lcom_badlogic_gdx_graphics_g2d_ParticleEffect_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1283: + return new com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ParticleEffectActor__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(params[0], params[1]); + case 1284: + return new com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ParticleEffectActor__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2V(params[0], params[1]); + case 1285: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V(params[0]) , null; + case 1286: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2(); + case 1287: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1287__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1288: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1288__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1289: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1289__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFLjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 1290: + return new java_lang_Float_Float__FV(obj.getValue__F()); + case 1291: + return new java_lang_Float_Float__FV(obj.getVisualValue__F()); + case 1292: + return obj.updateVisualValue__V() , null; + case 1293: + return new java_lang_Float_Float__FV(obj.getPercent__F()); + case 1294: + return new java_lang_Float_Float__FV(obj.getVisualPercent__F()); + case 1438: + case 1522: + case 1761: + case 1295: + return obj.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 1523: + case 1296: + return obj.getKnobDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 1524: + case 1297: + return obj.getKnobBeforeDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 1525: + case 1298: + return obj.getKnobAfterDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 1299: + return new java_lang_Float_Float__FV(obj.getKnobPosition__F()); + case 1300: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1300__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 1301: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1301__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1302: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1302__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1303: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1303__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1304: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1304__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1307: + return new java_lang_Float_Float__FV(obj.getMinValue__F()); + case 1308: + return new java_lang_Float_Float__FV(obj.getMaxValue__F()); + case 1309: + return new java_lang_Float_Float__FV(obj.getStepSize__F()); + case 1310: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1310__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1311: + return obj.setAnimateInterpolation__Lcom_badlogic_gdx_math_Interpolation_2V(params[0]) , null; + case 1312: + return obj.setVisualInterpolation__Lcom_badlogic_gdx_math_Interpolation_2V(params[0]) , null; + case 1313: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1313__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1314: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1314__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1315: + return java_lang_Boolean_$clinit__V() , obj.isAnimating__Z()?true:false; + case 1452: + case 1810: + case 1316: + return java_lang_Boolean_$clinit__V() , obj.isDisabled__Z()?true:false; + case 1551: + case 1317: + return java_lang_Boolean_$clinit__V() , obj.isVertical__Z()?true:false; + case 1318: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1318__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1319: + return new com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4]); + case 1320: + return new com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4], params[5]); + case 1321: + return new com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_ProgressBar__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4]); + case 1322: + return new com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__V; + case 1323: + return new com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1]); + case 1324: + return new com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_ProgressBar$ProgressBarStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_2V(params[0]); + case 1325: + return obj.addCaptureListener__V() , null; + case 1326: + return obj.getFlickScrollListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2(); + case 1327: + return obj.addScrollListener__V() , null; + case 1328: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1328__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1329: + return obj.cancelTouchFocus__V() , null; + case 1331: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$clamp__V() , null; + case 1332: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(params[0]) , null; + case 1333: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2(); + case 1334: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1334__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1336: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$updateActorPosition__V() , null; + case 1337: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1337__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1338: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1338__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1339: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1339__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1851: + case 1344: + return obj.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 1852: + case 1345: + return obj.getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 1346: + return obj.setWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 1347: + return obj.getWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case $intern_980: + case 1348: + return obj.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 1349: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1349__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 1566: + case 1350: + return obj.addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0], params[1]) , null; + case 1351: + return obj.addActorAfter__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0], params[1]) , null; + case $intern_981: + case 1611: + case 1352: + return java_lang_Boolean_$clinit__V() , obj.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(params[0])?true:false; + case 1353: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1353__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 1354: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1354__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1355: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1355__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1356: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1356__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1357: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1357__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1358: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1358__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1359: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1359__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1360: + return new java_lang_Float_Float__FV(obj.getMouseWheelX__F()); + case 1361: + return new java_lang_Float_Float__FV(obj.getMouseWheelY__F()); + case 1362: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1362__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1363: + return new java_lang_Float_Float__FV(obj.getScrollX__F()); + case 1364: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1364__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1365: + return new java_lang_Float_Float__FV(obj.getScrollY__F()); + case 1366: + return obj.updateVisualScroll__V() , null; + case 1367: + return new java_lang_Float_Float__FV(obj.getVisualScrollX__F()); + case 1368: + return new java_lang_Float_Float__FV(obj.getVisualScrollY__F()); + case 1369: + return new java_lang_Float_Float__FV(obj.getVisualScrollPercentX__F()); + case 1370: + return new java_lang_Float_Float__FV(obj.getVisualScrollPercentY__F()); + case 1371: + return new java_lang_Float_Float__FV(obj.getScrollPercentX__F()); + case 1372: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1372__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1373: + return new java_lang_Float_Float__FV(obj.getScrollPercentY__F()); + case 1374: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1374__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1375: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1375__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1376: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1376__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1377: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1377__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1378: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1378__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFFZZLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[5])); + case 1379: + return new java_lang_Float_Float__FV(obj.getMaxX__F()); + case 1380: + return new java_lang_Float_Float__FV(obj.getMaxY__F()); + case 1381: + return new java_lang_Float_Float__FV(obj.getScrollBarHeight__F()); + case 1382: + return new java_lang_Float_Float__FV(obj.getScrollBarWidth__F()); + case 1383: + return new java_lang_Float_Float__FV(obj.getScrollWidth__F()); + case 1384: + return new java_lang_Float_Float__FV(obj.getScrollHeight__F()); + case 1385: + return java_lang_Boolean_$clinit__V() , obj.isScrollX__Z()?true:false; + case 1386: + return java_lang_Boolean_$clinit__V() , obj.isScrollY__Z()?true:false; + case 1387: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1387__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1388: + return java_lang_Boolean_$clinit__V() , obj.isScrollingDisabledX__Z()?true:false; + case 1389: + return java_lang_Boolean_$clinit__V() , obj.isScrollingDisabledY__Z()?true:false; + case 1390: + return java_lang_Boolean_$clinit__V() , obj.isLeftEdge__Z()?true:false; + case 1391: + return java_lang_Boolean_$clinit__V() , obj.isRightEdge__Z()?true:false; + case 1392: + return java_lang_Boolean_$clinit__V() , obj.isTopEdge__Z()?true:false; + case 1393: + return java_lang_Boolean_$clinit__V() , obj.isBottomEdge__Z()?true:false; + case 1532: + case 1394: + return java_lang_Boolean_$clinit__V() , obj.isDragging__Z()?true:false; + case 1395: + return java_lang_Boolean_$clinit__V() , obj.isPanning__Z()?true:false; + case 1396: + return java_lang_Boolean_$clinit__V() , obj.isFlinging__Z()?true:false; + case 1397: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1397__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1398: + return new java_lang_Float_Float__FV(obj.getVelocityX__F()); + case 1399: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1399__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1400: + return new java_lang_Float_Float__FV(obj.getVelocityY__F()); + case 1401: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1401__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1402: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1402__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1403: + return new java_lang_Float_Float__FV(obj.getOverscrollDistance__F()); + case 1404: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1404__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1405: + return java_lang_Boolean_$clinit__V() , obj.isForceScrollX__Z()?true:false; + case 1406: + return java_lang_Boolean_$clinit__V() , obj.isForceScrollY__Z()?true:false; + case 1407: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1407__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1408: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1408__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1409: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1409__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1410: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1410__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1411: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1411__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1412: + return java_lang_Boolean_$clinit__V() , obj.getFadeScrollBars__Z()?true:false; + case 1413: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1413__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1414: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1414__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1415: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1415__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1416: + return java_lang_Boolean_$clinit__V() , obj.getVariableSizeKnobs__Z()?true:false; + case 1417: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1417__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1418: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1418__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1420: + return new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]); + case 1421: + return new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 1422: + return new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 1423: + return new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_ScrollPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(params[0], params[1]); + case 1424: + return new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__V; + case 1425: + return new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1], params[2], params[3], params[4]); + case 1426: + return new com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_ScrollPane$ScrollPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2V(params[0]); + case 1427: + return obj.newScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2(); + case 1428: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1428__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1429: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getMaxListCount__I()); + case 1431: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(params[0]) , null; + case 1432: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2(); + case 1433: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1433__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0])); + case 1440: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1440__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1441: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1441__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 1442: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1442__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1447: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1447__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1448: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1448__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1449: + return java_lang_Boolean_$clinit__V() , obj.getSelectedPrefWidth__Z()?true:false; + case 1450: + return new java_lang_Float_Float__FV(obj.getMaxSelectedPrefWidth__F()); + case 1451: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1451__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1456: + return obj.showList__V() , null; + case 1457: + return obj.showScrollPane__V() , null; + case 1458: + return obj.hideList__V() , null; + case 1459: + return obj.hideScrollPane__V() , null; + case 1476: + case 1460: + return obj.getList__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2(); + case 1461: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1461__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1462: + return obj.getScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2(); + case 1521: + case 1463: + return java_lang_Boolean_$clinit__V() , obj.isOver__Z()?true:false; + case 1946: + case 1464: + return obj.getClickListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2(); + case 1465: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1465__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1466: + return obj.onHide__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 1467: + return new com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0]); + case 1468: + return new com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1]); + case 1469: + return new com_badlogic_gdx_scenes_scene2d_ui_SelectBox_SelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(params[0]); + case 1470: + return obj.newList__Lcom_badlogic_gdx_scenes_scene2d_ui_List_2(); + case 1471: + return obj.show__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(params[0]) , null; + case 1473: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1473__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1474: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1477: + return obj.getSelectBox__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2(); + case 1478: + return new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_SelectBox$SelectBoxScrollPane__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2V(params[0]); + case 1479: + return new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_SelectBox$SelectBoxStyle__V; + case 1480: + return new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_SelectBox$SelectBoxStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_2V(params[0], params[1], params[2], params[3], params[4]); + case 1481: + return new com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_SelectBox$SelectBoxStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_2V(params[0]); + case 1482: + return obj.load__Lcom_badlogic_gdx_files_FileHandle_2V(params[0]) , null; + case 1483: + return obj.addRegions__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(params[0]) , null; + case 1484: + return obj.add__Ljava_lang_String_2Ljava_lang_Object_2V(params[0], params[1]) , null; + case 1485: + return obj.add__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(params[0], params[1], params[2]) , null; + case 1486: + return obj.remove__Ljava_lang_String_2Ljava_lang_Class_2V(params[0], params[1]) , null; + case 1487: + return obj.get__Ljava_lang_Class_2Ljava_lang_Object_2(params[0]); + case 1488: + return obj.get__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(params[0], params[1]); + case 1489: + return obj.optional__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(params[0], params[1]); + case 1490: + return java_lang_Boolean_$clinit__V() , obj.has__Ljava_lang_String_2Ljava_lang_Class_2Z(params[0], params[1])?true:false; + case 1491: + return obj.getAll__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_ObjectMap_2(params[0]); + case 1492: + return obj.getColor__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2(params[0]); + case 1493: + return obj.getFont__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2(params[0]); + case 1494: + return obj.getRegion__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(params[0]); + case 1495: + return obj.getRegions__Ljava_lang_String_2Lcom_badlogic_gdx_utils_Array_2(params[0]); + case 1496: + return obj.getTiledDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2(params[0]); + case 1497: + return obj.getPatch__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2(params[0]); + case 1498: + return obj.getSprite__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2(params[0]); + case 1499: + return obj.getDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(params[0]); + case 1500: + return obj.find__Ljava_lang_Object_2Ljava_lang_String_2(params[0]); + case 1501: + return obj.newDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(params[0]); + case 1502: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1502__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1503: + return obj.newDrawable__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(params[0], params[1]); + case 1504: + return obj.newDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(params[0]); + case 1505: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1505__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1506: + return obj.newDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(params[0], params[1]); + case 1507: + return obj.scale__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0]) , null; + case 1508: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1508__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1509: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1509__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1510: + return obj.getAtlas__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2(); + case 1512: + return obj.getJsonLoader__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_Json_2(params[0]); + case 1513: + return obj.getJsonClassTags__Lcom_badlogic_gdx_utils_ObjectMap_2(); + case 1514: + return com_badlogic_gdx_scenes_scene2d_ui_Skin_findMethod__Ljava_lang_Class_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_reflect_Method_2(params[0], params[1]); + case 1515: + return new com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__V; + case 1516: + return new com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__Lcom_badlogic_gdx_files_FileHandle_2V(params[0]); + case 1517: + return new com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(params[0], params[1]); + case 1518: + return new com_badlogic_gdx_scenes_scene2d_ui_Skin_Skin__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(params[0]); + case 1519: + return new com_badlogic_gdx_scenes_scene2d_ui_Skin$TintedDrawable_Skin$TintedDrawable__V; + case 1520: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2(); + case 1526: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1526__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 1527: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1527__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1528: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1528__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2F_3FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 1529: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1529__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2_3FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1530: + return obj.getSnapToValues___3F(); + case 1531: + return new java_lang_Float_Float__FV(obj.getSnapToValuesThreshold__F()); + case 1533: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1533__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1534: + return obj.setVisualInterpolationInverse__Lcom_badlogic_gdx_math_Interpolation_2V(params[0]) , null; + case 1535: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1535__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_982: + return new com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4]); + case 1537: + return new com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4], params[5]); + case 1538: + return new com_badlogic_gdx_scenes_scene2d_ui_Slider_Slider__FFFZLcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4]); + case $intern_983: + return new com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_Slider$SliderStyle__V; + case 1540: + return new com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_Slider$SliderStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1]); + case 1541: + return new com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_Slider$SliderStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_2V(params[0]); + case $intern_984: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_SplitPane$initialize__V() , null; + case $intern_985: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V(params[0]) , null; + case 1544: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2(); + case 1550: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1550__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1552: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_SplitPane$calculateHorizBoundsAndPositions__V() , null; + case 1553: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_SplitPane$calculateVertBoundsAndPositions__V() , null; + case 1554: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1554__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1555: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1555__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1556: + return new java_lang_Float_Float__FV(obj.getSplitAmount__F()); + case 1557: + return obj.clampSplitAmount__V() , null; + case 1558: + return new java_lang_Float_Float__FV(obj.getMinSplitAmount__F()); + case 1559: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1559__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1560: + return new java_lang_Float_Float__FV(obj.getMaxSplitAmount__F()); + case 1561: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1561__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1562: + return obj.setFirstWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 1563: + return obj.setSecondWidget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 1565: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1565__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 1568: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1568__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 1569: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1569__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1570: + return java_lang_Boolean_$clinit__V() , obj.isCursorOverHandle__Z()?true:false; + case 1571: + return new com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2]), params[3]); + case 1572: + return new com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2]), params[3], params[4]); + case 1573: + return new com_badlogic_gdx_scenes_scene2d_ui_SplitPane_SplitPane__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2]), params[3]); + case 1574: + return new com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_SplitPane$SplitPaneStyle__V; + case 1575: + return new com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_SplitPane$SplitPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0]); + case 1576: + return new com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_SplitPane$SplitPaneStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_2V(params[0]); + case 1578: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Stack$computeSize__V() , null; + case 1579: + return obj.add__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 1585: + return new java_lang_Float_Float__FV(obj.getMaxWidth__F()); + case 1586: + return new java_lang_Float_Float__FV(obj.getMaxHeight__F()); + case 1587: + return new com_badlogic_gdx_scenes_scene2d_ui_Stack_Stack__V; + case 1588: + return new com_badlogic_gdx_scenes_scene2d_ui_Stack_Stack___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]); + case 1589: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Table$obtainCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 1590: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1590__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1591: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1591__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1592: + return obj.setBackground__Ljava_lang_String_2V(params[0]) , null; + case 1593: + return obj.setBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0]) , null; + case 1594: + return obj.background__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0]); + case 1595: + return obj.background__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0]); + case 1596: + return obj.getBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 1597: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1597__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1598: + return obj.clip__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1599: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1599__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1600: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1600__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1603: + return obj.add__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 1604: + return obj.add___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0]); + case 1605: + return obj.add__Ljava_lang_CharSequence_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 1606: + return obj.add__Ljava_lang_CharSequence_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0], params[1]); + case 1607: + return obj.add__Ljava_lang_CharSequence_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0], params[1], params[2]); + case 1608: + return obj.add__Ljava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0], params[1], params[2]); + case 1609: + return obj.add__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 1610: + return obj.stack___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 1612: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1612__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 1613: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1613__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1614: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1614__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1615: + return obj.reset__V() , null; + case 1616: + return obj.row__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 1617: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Table$endRow__V() , null; + case 1618: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1618__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1619: + return obj.getCell__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 1620: + return obj.getCells__Lcom_badlogic_gdx_utils_Array_2(); + case 1625: + return obj.defaults__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 1626: + return obj.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0]); + case 1627: + return obj.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0], params[1], params[2], params[3]); + case 1628: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1628__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1629: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1629__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1630: + return obj.padTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0]); + case 1631: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1631__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_986: + return obj.padLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0]); + case 1633: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1633__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1634: + return obj.padBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0]); + case 1635: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1635__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1636: + return obj.padRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0]); + case 1637: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1637__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_987: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1638__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ILcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1639: + return obj.center__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1640: + return obj.top__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1641: + return obj.left__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1642: + return obj.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1643: + return obj.right__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1644: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1644__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1645: + return obj.debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1646: + return obj.debug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(params[0]); + case 1647: + return obj.debugAll__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1648: + return obj.debugTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1649: + return obj.debugCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 1650: + return obj.debugActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case $intern_988: + return obj.getTableDebug__Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2(); + case 1652: + return obj.getPadTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 1663: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1663__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FI(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1664: + return obj.setSkin__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0]) , null; + case 1665: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1665__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2009: + case 1667: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getColumns__I()); + case 1668: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1668__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1669: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1669__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1670: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1670__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1671: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1671__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1672: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1672__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1673: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1673__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1674: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1674__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1675: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Table$computeSize__V() , null; + case 1677: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1677__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1678: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Table$clearDebugRects__V() , null; + case 1679: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1679__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_graphics_Color_2Ljava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), params[4]); + case 1682: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Table$drawDebugRects__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(params[0]) , null; + case 1683: + return obj.getSkin__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2(); + case 1684: + return new com_badlogic_gdx_scenes_scene2d_ui_Table_Table__V; + case 1685: + return new com_badlogic_gdx_scenes_scene2d_ui_Table_Table__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0]); + case 1686: + return com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), $intern_596, 221, 0, [com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell, com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor]); + case 1687: + return com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_scenes_scene2d_ui_Table$Debug$Map_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug$Map_$MAP), params[0]); + case 1688: + return new com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_Table$DebugRect__V; + case 1748: + case 1695: + return obj.initialize__V() , null; + case 1696: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1696__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2FI(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1758: + case 1697: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(params[0]) , null; + case 1698: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1698__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1700: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getLines__I()); + case 1701: + return java_lang_Boolean_$clinit__V() , obj.newLineAtEnd__Z()?true:false; + case 1702: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1702__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1703: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$updateCurrentLine__V() , null; + case 1704: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$showCursor__V() , null; + case 1705: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$updateFirstLineShowing__V() , null; + case 1706: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1706__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1707: + return obj.sizeChanged__V() , null; + case 1763: + case 1708: + return new java_lang_Float_Float__FV(obj.getTextY__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2F(params[0], params[1])); + case 1709: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1709__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1710: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1710__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1711: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1711__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1760: + case 1712: + return obj.calculateOffsets__V() , null; + case 1749: + case 1713: + return obj.createInputListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2(); + case 1714: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1714__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1715: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1715__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1716: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1716__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 1717: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getCursorLine__I()); + case 1718: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getFirstLineShowing__I()); + case 1719: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getLinesShowing__I()); + case 1720: + return new java_lang_Float_Float__FV(obj.getCursorX__F()); + case 1721: + return new java_lang_Float_Float__FV(obj.getCursorY__F()); + case 1722: + return new com_badlogic_gdx_scenes_scene2d_ui_TextArea_TextArea__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 1723: + return new com_badlogic_gdx_scenes_scene2d_ui_TextArea_TextArea__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 1724: + return new com_badlogic_gdx_scenes_scene2d_ui_TextArea_TextArea__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(params[0], params[1]); + case 1725: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1725__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1726: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1726__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 1727: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1727__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2CZ(obj, params[0].java_lang_Character_value)?true:false; + case 1728: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1728__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(obj, params[0], params[1].java_lang_Character_value)?true:false; + case 1729: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1729__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1730: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1730__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1733: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2(); + case 1735: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1735__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1786: + case 1739: + return obj.setText__Ljava_lang_String_2V(params[0]) , null; + case 1742: + return new com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 1743: + return new com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 1744: + return new com_badlogic_gdx_scenes_scene2d_ui_TextButton_TextButton__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V(params[0], params[1]); + case 1745: + return new com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__V; + case 1746: + return new com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V(params[0], params[1], params[2], params[3]); + case 1747: + return new com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_TextButton$TextButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_2V(params[0]); + case 1750: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1750__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FI(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1751: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1751__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(obj, params[0].java_lang_Character_value)?true:false; + case 1752: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1752__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2I_3I(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1753: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1753__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2F_3I(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1754: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1754__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 1755: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1755__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1756: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getMaxLength__I()); + case 1757: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1757__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1759: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2(); + case 1762: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1762__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1764: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1764__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1765: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1765__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1766: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1766__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFLjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1767: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1767__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1768: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$updateDisplayText__V() , null; + case 1769: + return obj.copy__V() , null; + case 1770: + return obj.cut__V() , null; + case 1771: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1771__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1772: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1772__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1773: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1773__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1], params[2]); + case 1774: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1774__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZI(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]))); + case 1775: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1775__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1776: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1776__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2(obj, params[0], params[1], params[2], params[3], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4])); + case 1777: + return obj.getDefaultInputListener__Lcom_badlogic_gdx_scenes_scene2d_InputListener_2(); + case 1778: + return obj.setTextFieldListener__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldListener_2V(params[0]) , null; + case 1779: + return obj.setTextFieldFilter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter_2V(params[0]) , null; + case 1780: + return obj.getTextFieldFilter__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter_2(); + case 1781: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1781__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1782: + return java_lang_Boolean_$clinit__V() , obj.getFocusTraversal__Z()?true:false; + case 1783: + return obj.getMessageText__Ljava_lang_String_2(); + case 1784: + return obj.setMessageText__Ljava_lang_String_2V(params[0]) , null; + case 1785: + return obj.appendText__Ljava_lang_String_2V(params[0]) , null; + case 1787: + return obj.getText__Ljava_lang_String_2(); + case 1788: + return java_lang_Boolean_$clinit__V() , obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$changeText__Ljava_lang_String_2Ljava_lang_String_2Z(params[0], params[1])?true:false; + case 1789: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1789__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1790: + return java_lang_Boolean_$clinit__V() , obj.getProgrammaticChangeEvents__Z()?true:false; + case $intern_989: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getSelectionStart__I()); + case $intern_990: + return obj.getSelection__Ljava_lang_String_2(); + case 1793: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1793__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1794: + return obj.selectAll__V() , null; + case 1795: + return obj.clearSelection__V() , null; + case 1796: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1796__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1797: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getCursorPosition__I()); + case 1798: + return obj.getOnscreenKeyboard__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$OnscreenKeyboard_2(); + case $intern_991: + return obj.setOnscreenKeyboard__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$OnscreenKeyboard_2V(params[0]) , null; + case 1800: + return obj.setClipboard__Lcom_badlogic_gdx_utils_Clipboard_2V(params[0]) , null; + case 1803: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1803__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1805: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1805__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1806: + return java_lang_Boolean_$clinit__V() , obj.isPasswordMode__Z()?true:false; + case $intern_992: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1807__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CLjava_lang_Object_2(obj, params[0].java_lang_Character_value); + case 1808: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1808__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1809: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1809__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1811: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1811__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1812: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1812__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IIZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 1813: + return new com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 1814: + return new com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 1815: + return new com_badlogic_gdx_scenes_scene2d_ui_TextField_TextField__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(params[0], params[1]); + case 1816: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1816__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$DefaultOnscreenKeyboard_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1817: + return new com_badlogic_gdx_scenes_scene2d_ui_TextField$DefaultOnscreenKeyboard_TextField$DefaultOnscreenKeyboard__V; + case 1818: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1818__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$OnscreenKeyboard_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1819: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1819__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1820: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1820__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]))?true:false; + case 1821: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1821__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 1822: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1822__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 1823: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1823__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1824: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1824__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1825: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1825__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1826: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1826__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 1827: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1827__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1828: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1828__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 1829: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1829__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2CZ(obj, params[0].java_lang_Character_value)?true:false; + case 1830: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1830__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(obj, params[0], params[1].java_lang_Character_value)?true:false; + case 1831: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1831__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(obj, params[0], params[1].java_lang_Character_value)?true:false; + case 1832: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1832__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(obj, params[0], params[1].java_lang_Character_value)?true:false; + case 1833: + return new com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_TextField$TextFieldFilter$DigitsOnlyFilter__V; + case 1834: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1834__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldListener_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CLjava_lang_Object_2(obj, params[0], params[1].java_lang_Character_value); + case 1835: + return new com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_TextField$TextFieldStyle__V; + case 1836: + return new com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_TextField$TextFieldStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1], params[2], params[3], params[4]); + case 1837: + return new com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_TextField$TextFieldStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_2V(params[0]); + case 1839: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(params[0]) , null; + case 1840: + return new com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 1841: + return new com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 1842: + return new com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(params[0], params[1]); + case 1843: + return new com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1], params[2]); + case 1844: + return new com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2], params[3]); + case 1845: + return new com_badlogic_gdx_scenes_scene2d_ui_TextTooltip_TextTooltip__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(params[0], params[1], params[2]); + case 1846: + return new com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_TextTooltip$TextTooltipStyle__V; + case 1847: + return new com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_TextTooltip$TextTooltipStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1]); + case 1848: + return new com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_TextTooltip$TextTooltipStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2V(params[0]); + case 1849: + return obj.getManager__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2(); + case 1850: + return obj.getContainer__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + case 1853: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1853__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1854: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1854__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1855: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1855__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1856: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1856__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]))?true:false; + case 1857: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m1857__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))?true:false; + case 1858: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1858__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1859: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1859__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4]); + case 1860: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1860__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4]); + case 1862: + return new com_badlogic_gdx_scenes_scene2d_ui_Tooltip_Tooltip__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]); + case 1863: + return new com_badlogic_gdx_scenes_scene2d_ui_Tooltip_Tooltip__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2V(params[0], params[1]); + case 1864: + return obj.touchDown__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(params[0]) , null; + case 1865: + return obj.enter__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(params[0]) , null; + case 1866: + return obj.hide__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(params[0]) , null; + case 1867: + return obj.showAction__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(params[0]) , null; + case 1868: + return obj.hideAction__Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2V(params[0]) , null; + case 1869: + return obj.hideAll__V() , null; + case 1870: + return obj.instant__V() , null; + case 1871: + return com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_getInstance__Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2(); + case 1872: + return new com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_TooltipManager__V; + case 1873: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1873__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FFZLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1874: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V(params[0]) , null; + case 1875: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2(); + case 1876: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1876__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1878: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1878__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1881: + return java_lang_Boolean_$clinit__V() , obj.isTouched__Z()?true:false; + case 1882: + return java_lang_Boolean_$clinit__V() , obj.getResetOnTouchUp__Z()?true:false; + case 1883: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1883__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1884: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1884__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1885: + return new java_lang_Float_Float__FV(obj.getKnobX__F()); + case 1886: + return new java_lang_Float_Float__FV(obj.getKnobY__F()); + case 1887: + return new java_lang_Float_Float__FV(obj.getKnobPercentX__F()); + case 1888: + return new java_lang_Float_Float__FV(obj.getKnobPercentY__F()); + case 1889: + return new com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 1890: + return new com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1], params[2]); + case 1891: + return new com_badlogic_gdx_scenes_scene2d_ui_Touchpad_Touchpad__FLcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 1892: + return new com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_Touchpad$TouchpadStyle__V; + case 1893: + return new com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_Touchpad$TouchpadStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1]); + case 1894: + return new com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_Touchpad$TouchpadStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_2V(params[0]); + case 1895: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$initialize__V() , null; + case 1896: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V(params[0]) , null; + case 1897: + return obj.add__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(params[0]) , null; + case 1898: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1898__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 1899: + return obj.remove__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(params[0]) , null; + case 1900: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1900__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1902: + return new java_lang_Float_Float__FV(obj.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$plusMinusWidth__F()); + case 1903: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$computeSize__V() , null; + case 1904: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1904__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1906: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1906__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFFF(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 1907: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1907__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1908: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1908__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1909: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1909__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_utils_Array_2FFF(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), params[5], params[6], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]))); + case 1910: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1910__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6])); + case $intern_993: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1911__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6])); + case 1912: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1912__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1913: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1913__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1914: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1914__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2FLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1915: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1915__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1916: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1916__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFF(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 1917: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1917__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1918: + return obj.getSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2(); + case 1919: + return obj.getSelectedNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(); + case $intern_994: + return obj.getSelectedValue__Ljava_lang_Object_2(); + case 1921: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2(); + case 1922: + return obj.getRootNodes__Lcom_badlogic_gdx_utils_Array_2(); + case $intern_995: + return obj.getNodes__Lcom_badlogic_gdx_utils_Array_2(); + case 1924: + return obj.updateRootNodes__V() , null; + case 1925: + return obj.getOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(); + case 1926: + return obj.getOverValue__Ljava_lang_Object_2(); + case 1927: + return obj.setOverNode__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(params[0]) , null; + case 1928: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1928__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1929: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1929__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1930: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1930__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1931: + return new java_lang_Float_Float__FV(obj.getIndentSpacing__F()); + case 1932: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1932__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1933: + return new java_lang_Float_Float__FV(obj.getYSpacing__F()); + case 1934: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1934__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1937: + return obj.findExpandedValues__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 1938: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Tree_findExpandedValues__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2Z(params[0], params[1])?true:false; + case 1939: + return obj.restoreExpandedValues__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 1940: + return obj.findNode__Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(params[0]); + case 1941: + return com_badlogic_gdx_scenes_scene2d_ui_Tree_findNode__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(params[0], params[1]); + case 1942: + return obj.collapseAll__V() , null; + case 1943: + return com_badlogic_gdx_scenes_scene2d_ui_Tree_collapseAll__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 1944: + return obj.expandAll__V() , null; + case 1945: + return com_badlogic_gdx_scenes_scene2d_ui_Tree_expandAll__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 1947: + return new com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0]); + case 1948: + return new com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1]); + case 1949: + return new com_badlogic_gdx_scenes_scene2d_ui_Tree_Tree__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V(params[0]); + case 1950: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1950__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case $intern_996: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m1951__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2II(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 1952: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1952__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1954: + case 1958: + case 1961: + case 1968: + case 1970: + case 1979: + case 1980: + case 1953: + return obj.$_nullMethod(params[0]) , null; + case 1955: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1955__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 1972: + case 1956: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.$_nullMethod()); + case 1959: + case 1966: + case 1974: + case 1975: + case 1976: + case 1957: + return obj.$_nullMethod() , null; + case 1962: + case 1964: + case 1967: + case 1969: + case 1971: + case 1960: + return obj.$_nullMethod(); + case 1965: + case 1977: + case 1963: + return java_lang_Boolean_$clinit__V() , obj.$_nullMethod()?true:false; + case 1973: + return obj.$_nullMethod(params[0]); + case 1978: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1978__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1981: + return new java_lang_Float_Float__FV(obj.$_nullMethod()); + case 1983: + case 1982: + return java_lang_Boolean_$clinit__V() , obj.$_nullMethod(params[0])?true:false; + case $intern_997: + return new com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_Tree$TreeStyle__V; + case 1985: + return new com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_Tree$TreeStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1], params[2]); + case 1986: + return new com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_Tree$TreeStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_2V(params[0]); + case 1987: + return new java_lang_Float_Float__FV(obj.get__F()); + case 1993: + case 1988: + return new java_lang_Float_Float__FV(obj.get__Lcom_badlogic_gdx_scenes_scene2d_Actor_2F(params[0])); + case 1989: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1989__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_ui_Value_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1990: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1990__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 1991: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1991__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_ui_Value_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1992: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1992__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 1995: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1995__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1996: + return new com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_Value$Fixed__FV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2004: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup$computeSize__V() , null; + case 2006: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup$layoutWrapped__V() , null; + case 2010: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2010__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2011: + return obj.reverse__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2012: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2012__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2014: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2014__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_998: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2016__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2018: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2018__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2019: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2019__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2020: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2020__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2021: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2021__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2022: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2022__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2023: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2023__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2028: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2028__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2029: + return obj.center__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2030: + return obj.top__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2031: + return obj.left__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case $intern_999: + return obj.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2033: + return obj.right__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2035: + return obj.fill__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2036: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2036__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2038: + return obj.expand__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2039: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2039__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2041: + return obj.grow__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2042: + return obj.wrap__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2043: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2043__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + } + return com_badlogic_gwtref_client_IReflectionCache2Generated_$invoke2__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$invoke2__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params){ + var java_util_Collections_enumeration__Ljava_util_Collection_2Ljava_util_Enumeration_2_it_1, java_util_Collections_singleton__Ljava_lang_Object_2Ljava_util_Set_2_set_1, java_util_Collections_singletonMap__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_util_Map_2_map_1; + switch (m.com_badlogic_gwtref_client_Method_methodId) { + case $intern_1000: + return java_lang_Boolean_$clinit__V() , obj.getWrap__Z()?true:false; + case 2045: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2045__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case $intern_1001: + return obj.columnCenter__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case $intern_1002: + return obj.columnTop__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2048: + return obj.columnLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2049: + return obj.columnBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2050: + return obj.columnRight__Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(); + case 2051: + return obj.drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(params[0]) , null; + case 2052: + return new com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_VerticalGroup__V; + case 2070: + case 2147: + case 2272: + case 2302: + case 2053: + return new java_lang_Float_Float__FV(obj.getMinWidth__F()); + case 2071: + case 2149: + case 2274: + case 2303: + case 2054: + return new java_lang_Float_Float__FV(obj.getMinHeight__F()); + case 2072: + case 2108: + case 2304: + case 2055: + return new java_lang_Float_Float__FV(obj.getPrefWidth__F()); + case 2073: + case 2305: + case 2056: + return new java_lang_Float_Float__FV(obj.getPrefHeight__F()); + case 2074: + case 2306: + case 2057: + return new java_lang_Float_Float__FV(obj.getMaxWidth__F()); + case 2075: + case 2307: + case 2058: + return new java_lang_Float_Float__FV(obj.getMaxHeight__F()); + case 2059: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2059__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2078: + case 2135: + case 2298: + case 2060: + return obj.validate__V() , null; + case 2079: + case 2061: + return java_lang_Boolean_$clinit__V() , obj.needsLayout__Z()?true:false; + case 2080: + case 2296: + case 2062: + return obj.invalidate__V() , null; + case 2081: + case 2297: + case 2063: + return obj.invalidateHierarchy__V() , null; + case 2083: + case 2064: + return obj.sizeChanged__V() , null; + case 2084: + case 2299: + case 2065: + return obj.pack__V() , null; + case 2066: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2066__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2067: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2067__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2086: + case 2295: + case 2068: + return obj.layout__V() , null; + case 2069: + return new com_badlogic_gdx_scenes_scene2d_ui_Widget_Widget__V; + case 2076: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2076__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2077: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2077__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 2082: + return obj.childrenChanged__V() , null; + case 2085: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2085__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2087: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2087__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 2088: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2088__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2089: + return new com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup__V; + case 2090: + return new com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_WidgetGroup___3Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]); + case 2091: + return obj.newLabel__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(params[0], params[1]); + case 2092: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(params[0]) , null; + case 2093: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2(); + case 2094: + return obj.keepWithinStage__V() , null; + case 2095: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2095__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2096: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2096__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 2097: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2097__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2098: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2098__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 2099: + return java_lang_Boolean_$clinit__V() , obj.isMovable__Z()?true:false; + case 2100: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2100__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2101: + return java_lang_Boolean_$clinit__V() , obj.isModal__Z()?true:false; + case 2102: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2102__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2103: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2103__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2104: + return java_lang_Boolean_$clinit__V() , obj.isResizable__Z()?true:false; + case 2105: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2105__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2106: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2106__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2201: + case 2235: + case 2107: + return java_lang_Boolean_$clinit__V() , obj.isDragging__Z()?true:false; + case 2109: + return obj.getTitleTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 2110: + return obj.getTitleLabel__Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2(); + case 2111: + return new com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 2112: + return new com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 2113: + return new com_badlogic_gdx_scenes_scene2d_ui_Window_Window__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(params[0], params[1]); + case 2114: + return new com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_Window$WindowStyle__V; + case 2115: + return new com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_Window$WindowStyle__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1], params[2]); + case 2116: + return new com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_Window$WindowStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_2V(params[0]); + case 2157: + case 2276: + case 2117: + return java_lang_Boolean_$clinit__V() , obj.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(params[0])?true:false; + case 2118: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2118__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 2119: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2119__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 2120: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2120__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 2121: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2121__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))?true:false; + case 2122: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2122__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2123: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2123__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 2124: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2124__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 2125: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2125__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2126: + return obj.pinch__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(params[0], params[1], params[2], params[3], params[4]) , null; + case 2127: + return obj.getGestureDetector__Lcom_badlogic_gdx_input_GestureDetector_2(); + case 2128: + return obj.getTouchDownTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 2129: + return new com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_ActorGestureListener__V; + case 2130: + return new com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_ActorGestureListener__FFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2325: + case 2131: + return obj.choose__Ljava_lang_Object_2V(params[0]) , null; + case 2342: + case 2132: + return obj.changed__V() , null; + case 2133: + return java_lang_Boolean_$clinit__V() , obj.getRangeSelect__Z()?true:false; + case 2134: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2134__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2136: + return new com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_ArraySelection__Lcom_badlogic_gdx_utils_Array_2V(params[0]); + case 2137: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2137__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 2264: + case 2138: + return new java_lang_Float_Float__FV(obj.getLeftWidth__F()); + case 2139: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2139__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2266: + case 2140: + return new java_lang_Float_Float__FV(obj.getRightWidth__F()); + case 2141: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2141__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2268: + case 2142: + return new java_lang_Float_Float__FV(obj.getTopHeight__F()); + case 2143: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2143__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2270: + case 2144: + return new java_lang_Float_Float__FV(obj.getBottomHeight__F()); + case 2145: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2145__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2146: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2146__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2148: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2148__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2150: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2150__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2151: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2151__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2152: + return obj.getName__Ljava_lang_String_2(); + case 2736: + case 2153: + return obj.setName__Ljava_lang_String_2V(params[0]) , null; + case 2358: + case 2450: + case 2509: + case 2751: + case 2832: + case 2846: + case 2894: + case 2154: + return obj.toString__Ljava_lang_String_2(); + case 2155: + return new com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_BaseDrawable__V; + case 2156: + return new com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_BaseDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0]); + case 2158: + return obj.changed__Lcom_badlogic_gdx_scenes_scene2d_utils_ChangeListener$ChangeEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0], params[1]) , null; + case 2159: + return new com_badlogic_gdx_scenes_scene2d_utils_ChangeListener$ChangeEvent_ChangeListener$ChangeEvent__V; + case 2160: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2160__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]))?true:false; + case 2161: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2161__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2162: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2162__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 2163: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2163__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4]); + case 2164: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2164__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4]); + case 2234: + case 2165: + return obj.cancel__V() , null; + case 2166: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2166__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2167: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2167__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))?true:false; + case 2168: + return java_lang_Boolean_$clinit__V() , obj.isOver__Z()?true:false; + case 2169: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2169__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2170: + return java_lang_Boolean_$clinit__V() , obj.inTapSquare__Z()?true:false; + case 2171: + return obj.invalidateTapSquare__V() , null; + case 2172: + return java_lang_Boolean_$clinit__V() , obj.isPressed__Z()?true:false; + case 2173: + return java_lang_Boolean_$clinit__V() , obj.isVisualPressed__Z()?true:false; + case 2174: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2174__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2175: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2175__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2237: + case 2176: + return new java_lang_Float_Float__FV(obj.getTapSquareSize__F()); + case 2177: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2177__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2178: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getTapCount__I()); + case 2179: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2179__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2238: + case 2180: + return new java_lang_Float_Float__FV(obj.getTouchDownX__F()); + case 2239: + case 2181: + return new java_lang_Float_Float__FV(obj.getTouchDownY__F()); + case 2182: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getPressedButton__I()); + case 2183: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getPressedPointer__I()); + case 2251: + case 2184: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getButton__I()); + case 2185: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2185__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2186: + return new com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__V; + case 2187: + return new com_badlogic_gdx_scenes_scene2d_utils_ClickListener_ClickListener__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2188: + return obj.setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V(params[0]) , null; + case 2189: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2189__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Disableable_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2350: + case 2190: + return java_lang_Boolean_$clinit__V() , obj.isDisabled__Z()?true:false; + case 2191: + return obj.addSource__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2V(params[0]) , null; + case 2192: + return obj.removeSource__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2V(params[0]) , null; + case 2193: + return obj.addTarget__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2V(params[0]) , null; + case 2194: + return obj.removeTarget__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2V(params[0]) , null; + case 2341: + case 2430: + case 2499: + case 2822: + case 2867: + case 2892: + case 3498: + case 3527: + case 3613: + case 2195: + return obj.clear__V() , null; + case 2196: + return obj.cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2V(params[0]) , null; + case 2197: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2197__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2198: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2198__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2199: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2199__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2200: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2200__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2212: + case 2202: + return obj.getDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 2203: + return obj.getDragPayload__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2(); + case 2204: + return obj.getDragSource__Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2(); + case 2205: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2205__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2206: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getDragTime__I()); + case 2207: + return java_lang_Boolean_$clinit__V() , obj.isDragValid__Z()?true:false; + case 2208: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2208__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2209: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2209__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2210: + return new com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_DragAndDrop__V; + case 2211: + return obj.setDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 2213: + return obj.setValidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 2214: + return obj.getValidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 2215: + return obj.setInvalidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 2216: + return obj.getInvalidDragActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 2217: + return obj.getObject__Ljava_lang_Object_2(); + case 2218: + return obj.setObject__Ljava_lang_Object_2V(params[0]) , null; + case 2219: + return new com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_DragAndDrop$Payload__V; + case 2220: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2220__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2221: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2221__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2222: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2222__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2Ljava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4], params[5]); + case 2227: + case 2223: + return obj.$_nullMethod(); + case 2224: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2224__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2FFIZ(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]))?true:false; + case 2225: + return obj.$_nullMethod(params[0], params[1]) , null; + case 2226: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2226__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2FFILjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 2228: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2228__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]))?true:false; + case 2229: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2229__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2230: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2230__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 2231: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2231__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2232: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2232__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2233: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2233__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2236: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2236__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2240: + return new java_lang_Float_Float__FV(obj.getStageTouchDownX__F()); + case 2241: + return new java_lang_Float_Float__FV(obj.getStageTouchDownY__F()); + case 2242: + return new java_lang_Float_Float__FV(obj.getDragStartX__F()); + case 2243: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2243__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2244: + return new java_lang_Float_Float__FV(obj.getDragStartY__F()); + case 2245: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2245__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2246: + return new java_lang_Float_Float__FV(obj.getDragX__F()); + case 2247: + return new java_lang_Float_Float__FV(obj.getDragY__F()); + case 2248: + return new java_lang_Float_Float__FV(obj.getDragDistance__F()); + case 2249: + return new java_lang_Float_Float__FV(obj.getDeltaX__F()); + case 2250: + return new java_lang_Float_Float__FV(obj.getDeltaY__F()); + case 2252: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2252__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2253: + return new com_badlogic_gdx_scenes_scene2d_utils_DragListener_DragListener__V; + case 2254: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2254__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2255: + return new java_lang_Float_Float__FV(obj.package_private$com_badlogic_gdx_scenes_scene2d_utils$getScrollPixels__F()); + case 2256: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2256__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2257: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2257__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2258: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2258__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2259: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2259__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2260: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2260__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2261: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2261__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2262: + return new com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_DragScrollListener__Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2V(params[0]); + case 2263: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2263__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 2265: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2265__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2267: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2267__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2269: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2269__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2271: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2271__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2273: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2273__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2275: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2275__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2277: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2277__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 2278: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2278__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 2469: + case 2524: + case 2530: + case 2538: + case 2908: + case 2279: + return obj.reset__V() , null; + case 2280: + return java_lang_Boolean_$clinit__V() , obj.isFocused__Z()?true:false; + case 2281: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2281__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2282: + return obj.getType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2(); + case 2283: + return obj.setType__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_2V(params[0]) , null; + case 2284: + return obj.getRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 2285: + return obj.setRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 2286: + return new com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_FocusListener$FocusEvent__V; + case 2287: + return com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), $intern_630, 371, 0, [com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_keyboard, com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_scroll]); + case 2288: + return com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type$Map_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type$Map_$MAP), params[0]); + case 2300: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2300__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Layout_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2301: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2301__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Layout_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2308: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2308__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 2309: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2309__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 2310: + return obj.setPatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(params[0]) , null; + case 2311: + return obj.getPatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2(); + case 2312: + return obj.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2(params[0]); + case 2313: + return new com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__V; + case 2314: + return new com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(params[0]); + case 2315: + return new com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_NinePatchDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2V(params[0]); + case 2316: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_pushScissors__Lcom_badlogic_gdx_math_Rectangle_2Z(params[0])?true:false; + case 2317: + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_popScissors__Lcom_badlogic_gdx_math_Rectangle_2(); + case 2318: + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_peekScissors__Lcom_badlogic_gdx_math_Rectangle_2(); + case 2319: + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_fix__Lcom_badlogic_gdx_math_Rectangle_2V(params[0]) , null; + case 2320: + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_calculateScissors__Lcom_badlogic_gdx_graphics_Camera_2FFFFLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(params[0], 0, 0, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height, params[1], params[2], params[3]) , undefined , null; + case 2321: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2321__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_graphics_Camera_2FFFFLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2Ljava_lang_Object_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), params[5], params[6], params[7]); + case 2322: + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_getViewport__Lcom_badlogic_gdx_math_Rectangle_2(); + case 2323: + return new com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_ScissorStack__V; + case 2324: + return obj.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 2326: + return java_lang_Boolean_$clinit__V() , obj.hasItems__Z()?true:false; + case 2428: + case 2494: + case 2674: + case 2818: + case 2887: + case 2327: + return java_lang_Boolean_$clinit__V() , obj.notEmpty__Z()?true:false; + case 2429: + case 2495: + case 2675: + case 2819: + case 2888: + case 3507: + case 3530: + case 3618: + case 2328: + return java_lang_Boolean_$clinit__V() , obj.isEmpty__Z()?true:false; + case 2676: + case 3515: + case 3534: + case 3623: + case 2329: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.size__I()); + case 2330: + return obj.items__Lcom_badlogic_gdx_utils_OrderedSet_2(); + case 2427: + case 2889: + case 2331: + return obj.first__Ljava_lang_Object_2(); + case 2332: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_utils$snapshot__V() , null; + case 2333: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_utils$revert__V() , null; + case 2334: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_utils$cleanup__V() , null; + case 3612: + case 2335: + return obj.set__Ljava_lang_Object_2V(params[0]) , null; + case 2336: + return obj.setAll__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 2403: + case 3606: + case 2337: + return obj.add__Ljava_lang_Object_2V(params[0]) , null; + case 2407: + case 2338: + return obj.addAll__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 2339: + return obj.remove__Ljava_lang_Object_2V(params[0]) , null; + case 2340: + return obj.removeAll__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 2343: + return java_lang_Boolean_$clinit__V() , obj.fireChangeEvent__Z()?true:false; + case 3500: + case 3528: + case 2344: + return java_lang_Boolean_$clinit__V() , obj.contains__Ljava_lang_Object_2Z(params[0])?true:false; + case 2345: + return obj.getLastSelected__Ljava_lang_Object_2(); + case 2510: + case 2521: + case 2527: + case 2535: + case 2772: + case 2893: + case 2902: + case 2909: + case 3505: + case 2346: + return obj.iterator__Ljava_util_Iterator_2(); + case 2531: + case 2539: + case 2851: + case 2857: + case 2347: + return obj.toArray__Lcom_badlogic_gdx_utils_Array_2(); + case 2532: + case 2540: + case 2852: + case 2858: + case 2348: + return obj.toArray__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(params[0]); + case 2349: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2349__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2351: + return java_lang_Boolean_$clinit__V() , obj.getToggle__Z()?true:false; + case 2352: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2352__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2353: + return java_lang_Boolean_$clinit__V() , obj.getMultiple__Z()?true:false; + case 2354: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2354__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2355: + return java_lang_Boolean_$clinit__V() , obj.getRequired__Z()?true:false; + case 2356: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2356__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2357: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2357__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2359: + return new com_badlogic_gdx_scenes_scene2d_utils_Selection_Selection__V; + case 2360: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2360__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 2361: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2361__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 2362: + return obj.setSprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(params[0]) , null; + case 2363: + return obj.getSprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2(); + case 2364: + return obj.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2(params[0]); + case 2365: + return new com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__V; + case 2366: + return new com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(params[0]); + case 2367: + return new com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_SpriteDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2V(params[0]); + case 2368: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2368__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 2369: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2369__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 2370: + return obj.setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]) , null; + case 2371: + return obj.getRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(); + case 2372: + return obj.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(params[0]); + case 2373: + return new com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__V; + case 2374: + return new com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]); + case 2375: + return new com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 2376: + return new com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_TextureRegionDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V(params[0]); + case 2377: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2377__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 2378: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2378__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFILjava_lang_Object_2(params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[7])); + case 2379: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2379__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 2380: + return obj.getColor__Lcom_badlogic_gdx_graphics_Color_2(); + case 2381: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2381__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2382: + return new java_lang_Float_Float__FV(obj.getScale__F()); + case 2383: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getAlign__I()); + case 2384: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2384__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2385: + return obj.tint__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2(params[0]); + case 2386: + return new com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__V; + case 2387: + return new com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 2388: + return new com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_TiledDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2V(params[0]); + case 2389: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2389__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TransformDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 2390: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isButtonPressed__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2IZ(com_badlogic_gdx_Gdx_input, 0))?true:false; + case 2391: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2391__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 2392: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isButtonPressed__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2IZ(com_badlogic_gdx_Gdx_input, 1))?true:false; + case 2393: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2393__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 2394: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_backends_gwt_DefaultGwtInput_$isButtonPressed__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2IZ(com_badlogic_gdx_Gdx_input, 2))?true:false; + case 2395: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2395__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 2396: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 59) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 60))?true:false; + case 2397: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2397__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 2398: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac?com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 63):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 129) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 130))?true:false; + case 2399: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2399__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 2400: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 57) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 58))?true:false; + case 2401: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2401__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 2402: + return new com_badlogic_gdx_scenes_scene2d_utils_UIUtils_UIUtils__V; + case 2404: + return obj.add__Ljava_lang_Object_2Ljava_lang_Object_2V(params[0], params[1]) , null; + case 2405: + return obj.add__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2V(params[0], params[1], params[2]) , null; + case 2406: + return obj.add__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2V(params[0], params[1], params[2], params[3]) , null; + case 2408: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2408__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2IILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 2409: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2409__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0])); + case 2410: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2410__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IILjava_lang_Object_2(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 2411: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2411__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2412: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2412__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 2413: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2413__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 2414: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2414__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 2415: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2415__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 2416: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2416__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2417: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2417__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2418: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2418__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2419: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2419__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))); + case 2420: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2420__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))); + case 2421: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2421__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2422: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2422__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2423: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2423__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 2424: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2424__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2425: + return obj.pop__Ljava_lang_Object_2(); + case 2426: + return obj.peek__Ljava_lang_Object_2(); + case 2431: + return obj.shrink___3Ljava_lang_Object_2(); + case 2432: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2432__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2433: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2433__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2434: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2434__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2435: + return obj.sort__V() , null; + case 3516: + case 2436: + return obj.sort__Ljava_util_Comparator_2V(params[0]) , null; + case 2437: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2437__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_util_Comparator_2ILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 2438: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2438__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_util_Comparator_2II(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 2503: + case 2439: + return obj.reverse__V() , null; + case 2504: + case 2440: + return obj.shuffle__V() , null; + case 2463: + case 2470: + case 2441: + return obj.iterator__Lcom_badlogic_gdx_utils_Array$ArrayIterator_2(); + case 2442: + return obj.select__Lcom_badlogic_gdx_utils_Predicate_2Ljava_lang_Iterable_2(params[0]); + case 2443: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2443__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2444: + return obj.random__Ljava_lang_Object_2(); + case 3517: + case 3535: + case 2445: + return obj.toArray___3Ljava_lang_Object_2(); + case 2446: + return obj.toArray__Ljava_lang_Class_2_3Ljava_lang_Object_2(params[0]); + case 2506: + case 2828: + case 2896: + case 2447: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.hashCode__I()); + case 2507: + case 2829: + case 2897: + case 2448: + return java_lang_Boolean_$clinit__V() , obj.equals__Ljava_lang_Object_2Z(params[0])?true:false; + case 2508: + case 2830: + case 2898: + case 2449: + return java_lang_Boolean_$clinit__V() , obj.equalsIdentity__Ljava_lang_Object_2Z(params[0])?true:false; + case 2831: + case 2895: + case 2451: + return obj.toString__Ljava_lang_String_2Ljava_lang_String_2(params[0]); + case 2459: + case 2452: + return new com_badlogic_gdx_utils_Array_Array__Ljava_lang_Class_2V(params[0]); + case 2453: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2453__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ZILjava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), params[2]); + case 2454: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2454__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2_3Ljava_lang_Object_2Lcom_badlogic_gdx_utils_Array_2(com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0])); + case 2455: + return new com_badlogic_gdx_utils_Array_Array__V; + case 2456: + return new com_badlogic_gdx_utils_Array_Array__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2457: + return new com_badlogic_gdx_utils_Array_Array__ZIV(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 2458: + return new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), params[2]); + case 2460: + return new com_badlogic_gdx_utils_Array_Array__Lcom_badlogic_gdx_utils_Array_2V(params[0]); + case 2461: + return new com_badlogic_gdx_utils_Array_Array___3Ljava_lang_Object_2V(com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0])); + case 2462: + return new com_badlogic_gdx_utils_Array_Array__Z_3Ljava_lang_Object_2IIV(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2464: + return new com_badlogic_gdx_utils_Array$ArrayIterable_Array$ArrayIterable__Lcom_badlogic_gdx_utils_Array_2V(params[0]); + case 2465: + return new com_badlogic_gdx_utils_Array$ArrayIterable_Array$ArrayIterable__Lcom_badlogic_gdx_utils_Array_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 2520: + case 2526: + case 2534: + case 2769: + case 2843: + case 2848: + case 2854: + case 2905: + case 2466: + return java_lang_Boolean_$clinit__V() , obj.hasNext__Z()?true:false; + case 2528: + case 2536: + case 2849: + case 2855: + case 2906: + case 2467: + return obj.next__Ljava_lang_Object_2(); + case 2523: + case 2529: + case 2537: + case 2673: + case 2771: + case 2907: + case 3611: + case 2468: + return obj.remove__V() , null; + case 2471: + return new com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2V(params[0]); + case 2472: + return new com_badlogic_gdx_utils_Array$ArrayIterator_Array$ArrayIterator__Lcom_badlogic_gdx_utils_Array_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 2473: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.put__Ljava_lang_Object_2Ljava_lang_Object_2I(params[0], params[1])); + case 2474: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2II(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 2475: + return obj.putAll__Lcom_badlogic_gdx_utils_ArrayMap_2V(params[0]) , null; + case 2476: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap_2IILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 2815: + case 3617: + case 2477: + return obj.get__Ljava_lang_Object_2Ljava_lang_Object_2(params[0]); + case 2816: + case 2478: + return obj.get__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(params[0], params[1]); + case 2479: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2479__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 2480: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2480__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2481: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2481__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2482: + return obj.firstKey__Ljava_lang_Object_2(); + case 2483: + return obj.firstValue__Ljava_lang_Object_2(); + case 2484: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2484__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 2485: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2485__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 2486: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2486__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1], params[2]); + case 2824: + case 3614: + case 2487: + return java_lang_Boolean_$clinit__V() , obj.containsKey__Ljava_lang_Object_2Z(params[0])?true:false; + case 2488: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2488__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2489: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.indexOfKey__Ljava_lang_Object_2I(params[0])); + case 2490: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2490__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2ZI(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))); + case 2491: + return obj.removeKey__Ljava_lang_Object_2Ljava_lang_Object_2(params[0]); + case 2492: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2492__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2493: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2493__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2496: + return obj.peekKey__Ljava_lang_Object_2(); + case 2497: + return obj.peekValue__Ljava_lang_Object_2(); + case 2498: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2498__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2500: + return obj.shrink__V() , null; + case 2501: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2501__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2502: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2502__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2505: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2505__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2511: + return obj.entries__Lcom_badlogic_gdx_utils_ArrayMap$Entries_2(); + case 2512: + return obj.values__Lcom_badlogic_gdx_utils_ArrayMap$Values_2(); + case 2513: + return obj.keys__Lcom_badlogic_gdx_utils_ArrayMap$Keys_2(); + case 2514: + return new com_badlogic_gdx_utils_ArrayMap_ArrayMap__V; + case 2515: + return new com_badlogic_gdx_utils_ArrayMap_ArrayMap__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2516: + return new com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZIV(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 2517: + return new com_badlogic_gdx_utils_ArrayMap_ArrayMap__ZILjava_lang_Class_2Ljava_lang_Class_2V(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), params[2], params[3]); + case 2518: + return new com_badlogic_gdx_utils_ArrayMap_ArrayMap__Ljava_lang_Class_2Ljava_lang_Class_2V(params[0], params[1]); + case 2519: + return new com_badlogic_gdx_utils_ArrayMap_ArrayMap__Lcom_badlogic_gdx_utils_ArrayMap_2V(params[0]); + case 2842: + case 2522: + return obj.next__Lcom_badlogic_gdx_utils_ObjectMap$Entry_2(); + case 2525: + return new com_badlogic_gdx_utils_ArrayMap$Entries_ArrayMap$Entries__Lcom_badlogic_gdx_utils_ArrayMap_2V(params[0]); + case 2533: + return new com_badlogic_gdx_utils_ArrayMap$Keys_ArrayMap$Keys__Lcom_badlogic_gdx_utils_ArrayMap_2V(params[0]); + case 2541: + return new com_badlogic_gdx_utils_ArrayMap$Values_ArrayMap$Values__Lcom_badlogic_gdx_utils_ArrayMap_2V(params[0]); + case 2542: + return obj.dispose__V() , null; + case 2543: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2543__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2544: + return java_lang_Boolean_$clinit__V() , obj.getIgnoreUnknownFields__Z()?true:false; + case 2545: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2545__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2546: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2546__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2783: + case 2547: + return obj.setOutputType__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(params[0]) , null; + case 2548: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2548__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2549: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2549__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2550: + return obj.addClassTag__Ljava_lang_String_2Ljava_lang_Class_2V(params[0], params[1]) , null; + case 2551: + return obj.getClass__Ljava_lang_String_2Ljava_lang_Class_2(params[0]); + case 2552: + return obj.getTag__Ljava_lang_Class_2Ljava_lang_String_2(params[0]); + case 2553: + return obj.setTypeName__Ljava_lang_String_2V(params[0]) , null; + case 2554: + return obj.setDefaultSerializer__Lcom_badlogic_gdx_utils_Json$Serializer_2V(params[0]) , null; + case 2555: + return obj.setSerializer__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2V(params[0], params[1]) , null; + case 2556: + return obj.getSerializer__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Json$Serializer_2(params[0]); + case 2557: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2557__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2558: + return obj.setElementType__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_Class_2V(params[0], params[1], params[2]) , null; + case 2559: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2559__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_String_2ZLjava_lang_Object_2(obj, params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 2560: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2560__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2561: + return obj.sortFields__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2V(params[0], params[1]) , null; + case 2562: + return obj.private$com_badlogic_gdx_utils_Json$getFields__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_OrderedMap_2(params[0]); + case 2563: + return obj.toJson__Ljava_lang_Object_2Ljava_lang_String_2(params[0]); + case 2564: + return obj.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2(params[0], params[1]); + case 2565: + return obj.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2(params[0], params[1], params[2]); + case 2566: + return obj.toJson__Ljava_lang_Object_2Lcom_badlogic_gdx_files_FileHandle_2V(params[0], params[1]) , null; + case 2567: + return obj.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V(params[0], params[1], params[2]) , null; + case 2568: + return obj.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2V(params[0], params[1], params[2], params[3]) , null; + case 2569: + return obj.toJson__Ljava_lang_Object_2Ljava_io_Writer_2V(params[0], params[1]) , null; + case 2570: + return obj.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_io_Writer_2V(params[0], params[1], params[2]) , null; + case 2571: + return obj.toJson__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Writer_2V(params[0], params[1], params[2], params[3]) , null; + case 2572: + return obj.setWriter__Ljava_io_Writer_2V(params[0]) , null; + case 2573: + return obj.getWriter__Lcom_badlogic_gdx_utils_JsonWriter_2(); + case 2574: + return obj.writeFields__Ljava_lang_Object_2V(params[0]) , null; + case 2575: + return obj.private$com_badlogic_gdx_utils_Json$getDefaultValues__Ljava_lang_Class_2_3Ljava_lang_Object_2(params[0]); + case 2576: + return obj.writeField__Ljava_lang_Object_2Ljava_lang_String_2V(params[0], params[1]) , null; + case 2577: + return obj.writeField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_Class_2V(params[0], params[1], params[2]) , null; + case 2578: + return obj.writeField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2V(params[0], params[1], params[2]) , null; + case 2579: + return obj.writeField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2V(params[0], params[1], params[2], params[3]) , null; + case 2580: + return obj.writeValue__Ljava_lang_String_2Ljava_lang_Object_2V(params[0], params[1]) , null; + case 2581: + return obj.writeValue__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2V(params[0], params[1], params[2]) , null; + case 2582: + return obj.writeValue__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(params[0], params[1], params[2], params[3]) , null; + case 2583: + return obj.writeValue__Ljava_lang_Object_2V(params[0]) , null; + case 2584: + return obj.writeValue__Ljava_lang_Object_2Ljava_lang_Class_2V(params[0], params[1]) , null; + case 2585: + return obj.writeValue__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Class_2V(params[0], params[1], params[2]) , null; + case 2586: + return obj.writeObjectStart__Ljava_lang_String_2V(params[0]) , null; + case 2587: + return obj.writeObjectStart__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2V(params[0], params[1], params[2]) , null; + case 2588: + return obj.writeObjectStart__V() , null; + case 2589: + return obj.writeObjectStart__Ljava_lang_Class_2Ljava_lang_Class_2V(params[0], params[1]) , null; + case 2590: + return obj.writeObjectEnd__V() , null; + case 2591: + return obj.writeArrayStart__Ljava_lang_String_2V(params[0]) , null; + case 2592: + return obj.writeArrayStart__V() , null; + case 2593: + return obj.writeArrayEnd__V() , null; + case 2594: + return obj.writeType__Ljava_lang_Class_2V(params[0]) , null; + case 2595: + return obj.fromJson__Ljava_lang_Class_2Ljava_io_Reader_2Ljava_lang_Object_2(params[0], params[1]); + case 2596: + return obj.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_Reader_2Ljava_lang_Object_2(params[0], params[1], params[2]); + case 2597: + return obj.fromJson__Ljava_lang_Class_2Ljava_io_InputStream_2Ljava_lang_Object_2(params[0], params[1]); + case 2598: + return obj.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_io_InputStream_2Ljava_lang_Object_2(params[0], params[1], params[2]); + case 2599: + return obj.fromJson__Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2(params[0], params[1]); + case 2600: + return obj.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_files_FileHandle_2Ljava_lang_Object_2(params[0], params[1], params[2]); + case 2601: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2601__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2_3CIILjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 2602: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2602__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2_3CIILjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 2603: + return obj.fromJson__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_Object_2(params[0], params[1]); + case 2604: + return obj.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_Object_2(params[0], params[1], params[2]); + case 2605: + return obj.readField__Ljava_lang_Object_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1], params[2]) , null; + case 2606: + return obj.readField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1], params[2], params[3]) , null; + case 2607: + return obj.readField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1], params[2], params[3]) , null; + case 2608: + return obj.readField__Ljava_lang_Object_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1], params[2], params[3], params[4]) , null; + case 2609: + return obj.readField__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_reflect_Field_2Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1], params[2], params[3], params[4]) , null; + case 2610: + return obj.readFields__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1]) , null; + case 2611: + return java_lang_Boolean_$clinit__V() , obj.ignoreUnknownField__Ljava_lang_Class_2Ljava_lang_String_2Z(params[0], params[1])?true:false; + case 2612: + return obj.readValue__Ljava_lang_String_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(params[0], params[1], params[2]); + case 2613: + return obj.readValue__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(params[0], params[1], params[2], params[3]); + case 2614: + return obj.readValue__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(params[0], params[1], params[2], params[3]); + case 2615: + return obj.readValue__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(params[0], params[1], params[2], params[3], params[4]); + case 2616: + return obj.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(params[0], params[1], params[2], params[3]); + case 2617: + return obj.readValue__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(params[0], params[1]); + case 2618: + return obj.readValue__Ljava_lang_Class_2Ljava_lang_Class_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Object_2(params[0], params[1], params[2]); + case 2619: + return obj.copyFields__Ljava_lang_Object_2Ljava_lang_Object_2V(params[0], params[1]) , null; + case 2620: + return obj.private$com_badlogic_gdx_utils_Json$convertToString__Ljava_lang_Enum_2Ljava_lang_String_2(params[0]); + case 2621: + return obj.private$com_badlogic_gdx_utils_Json$convertToString__Ljava_lang_Object_2Ljava_lang_String_2(params[0]); + case 2622: + return obj.newInstance__Ljava_lang_Class_2Ljava_lang_Object_2(params[0]); + case 2623: + return obj.prettyPrint__Ljava_lang_Object_2Ljava_lang_String_2(params[0]); + case 2624: + return obj.prettyPrint__Ljava_lang_String_2Ljava_lang_String_2(params[0]); + case 2625: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2625__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2ILjava_lang_String_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 2626: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2626__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2ILjava_lang_String_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 2627: + return obj.prettyPrint__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(params[0], params[1]); + case 2628: + return obj.prettyPrint__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(params[0], params[1]); + case 2629: + return new com_badlogic_gdx_utils_Json_Json__V; + case 2630: + return new com_badlogic_gdx_utils_Json_Json__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(params[0]); + case 2635: + case 2631: + return obj.write__Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2Ljava_lang_Class_2V(params[0], params[1], params[2]) , null; + case 2636: + case 2632: + return obj.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_Class_2Ljava_lang_Object_2(params[0], params[1], params[2]); + case 2633: + return obj.write__Lcom_badlogic_gdx_utils_Json_2V(params[0]) , null; + case 2634: + return obj.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1]) , null; + case 2637: + return obj.parse__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(params[0]); + case 2638: + return obj.parse__Ljava_io_Reader_2Lcom_badlogic_gdx_utils_JsonValue_2(params[0]); + case 2639: + return obj.parse__Ljava_io_InputStream_2Lcom_badlogic_gdx_utils_JsonValue_2(params[0]); + case 2640: + return obj.parse__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_utils_JsonValue_2(params[0]); + case 2641: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2641__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonReader_2_3CIILcom_badlogic_gdx_utils_JsonValue_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 2642: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 1, 6, 1, 7, 1, 8, 2, 0, 7, 2, 0, 8, 2, 1, 3, 2, 1, 5]); + case 2643: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), $intern_183, 9, 15, [0, 0, 11, 13, 14, 16, 25, 31, 37, 39, 50, 57, 64, 73, 74, 83, 85, 87, 96, 98, 100, 101, 103, 105, 116, 123, 130, 141, 142, 153, 155, 157, 168, 170, 172, 174, 179, 184, 184]); + case 2644: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 42, 47, 34, 42, 47, 13, 32, 34, 44, 47, 58, 125, 9, 10, 13, 32, 47, 58, 9, 10, 13, 32, 47, 58, 9, 10, 42, 47, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 9, 10, 13, 32, 44, 47, 125, 9, 10, 13, 32, 44, 47, 125, 13, 32, 34, 44, 47, 58, 125, 9, 10, 34, 13, 32, 34, 44, 47, 58, 125, 9, 10, 42, 47, 42, 47, 13, 32, 34, 44, 47, 58, 125, 9, 10, 42, 47, 42, 47, 34, 42, 47, 42, 47, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 9, 10, 13, 32, 44, 47, 93, 9, 10, 13, 32, 44, 47, 93, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 34, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 42, 47, 42, 47, 13, 32, 34, 44, 47, 58, 91, 93, 123, 9, 10, 42, 47, 42, 47, 42, 47, 13, 32, 47, 9, 10, 13, 32, 47, 9, 10, 0]); + case 2645: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 9, 2, 1, 2, 7, 4, 4, 2, 9, 7, 7, 7, 1, 7, 2, 2, 7, 2, 2, 1, 2, 2, 9, 7, 7, 9, 1, 9, 2, 2, 9, 2, 2, 2, 3, 3, 0, 0]); + case 2646: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0]); + case 2647: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), $intern_183, 9, 15, [0, 0, 11, 14, 16, 19, 28, 34, 40, 43, 54, 62, 70, 79, 81, 90, 93, 96, 105, 108, 111, 113, 116, 119, 130, 138, 146, 157, 159, 170, 173, 176, 187, 190, 193, 196, 201, 206, 207]); + case 2648: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [1, 1, 2, 3, 4, 3, 5, 3, 6, 1, 0, 7, 7, 3, 8, 3, 9, 9, 3, 11, 11, 12, 13, 14, 3, 15, 11, 10, 16, 16, 17, 18, 16, 3, 19, 19, 20, 21, 19, 3, 22, 22, 3, 21, 21, 24, 3, 25, 3, 26, 3, 27, 21, 23, 28, 29, 29, 28, 30, 31, 32, 3, 33, 34, 34, 33, 13, 35, 15, 3, 34, 34, 12, 36, 37, 3, 15, 34, 10, 16, 3, 36, 36, 12, 3, 38, 3, 3, 36, 10, 39, 39, 3, 40, 40, 3, 13, 13, 12, 3, 41, 3, 15, 13, 10, 42, 42, 3, 43, 43, 3, 28, 3, 44, 44, 3, 45, 45, 3, 47, 47, 48, 49, 50, 3, 51, 52, 53, 47, 46, 54, 55, 55, 54, 56, 57, 58, 3, 59, 60, 60, 59, 49, 61, 52, 3, 60, 60, 48, 62, 63, 3, 51, 52, 53, 60, 46, 54, 3, 62, 62, 48, 3, 64, 3, 51, 3, 53, 62, 46, 65, 65, 3, 66, 66, 3, 49, 49, 48, 3, 67, 3, 51, 52, 53, 49, 46, 68, 68, 3, 69, 69, 3, 70, 70, 3, 8, 8, 71, 8, 3, 72, 72, 73, 72, 3, 3, 3, 0]); + case 2649: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [35, 1, 3, 0, 4, 36, 36, 36, 36, 1, 6, 5, 13, 17, 22, 37, 7, 8, 9, 7, 8, 9, 7, 10, 20, 21, 11, 11, 11, 12, 17, 19, 37, 11, 12, 19, 14, 16, 15, 14, 12, 18, 17, 11, 9, 5, 24, 23, 27, 31, 34, 25, 38, 25, 25, 26, 31, 33, 38, 25, 26, 33, 28, 30, 29, 28, 26, 32, 31, 25, 23, 2, 36, 2]); + case 2650: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [13, 0, 15, 0, 0, 7, 3, 11, 1, 11, 17, 0, 20, 0, 0, 5, 1, 1, 1, 0, 0, 0, 11, 13, 15, 0, 7, 3, 1, 1, 1, 1, 23, 0, 0, 0, 0, 0, 0, 11, 11, 0, 11, 11, 11, 11, 13, 0, 15, 0, 0, 7, 9, 3, 1, 1, 1, 1, 26, 0, 0, 0, 0, 0, 0, 11, 11, 0, 11, 11, 11, 1, 0, 0]); + case 2651: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), $intern_71, 9, 15, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]); + case 2652: + return obj.stop__V() , null; + case 2653: + return java_lang_Boolean_$clinit__V() , obj.isStopped__Z()?true:false; + case 2654: + return obj.private$com_badlogic_gdx_utils_JsonReader$addChild__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1]) , null; + case 2655: + return obj.startObject__Ljava_lang_String_2V(params[0]) , null; + case 2656: + return obj.startArray__Ljava_lang_String_2V(params[0]) , null; + case 2657: + return obj.pop__V() , null; + case 2658: + return obj.string__Ljava_lang_String_2Ljava_lang_String_2V(params[0], params[1]) , null; + case 2659: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2659__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2DLjava_lang_String_2Ljava_lang_Object_2(obj, params[0], java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[1]), params[2]); + case 2661: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2661__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 2662: + return obj.private$com_badlogic_gdx_utils_JsonReader$unescape__Ljava_lang_String_2Ljava_lang_String_2(params[0]); + case 2663: + return new com_badlogic_gdx_utils_JsonReader_JsonReader__V; + case 2664: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2664__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2665: + return obj.get__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(params[0]); + case 2666: + return java_lang_Boolean_$clinit__V() , obj.has__Ljava_lang_String_2Z(params[0])?true:false; + case 2667: + return obj.iterator__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue$JsonIterator_2(params[0]); + case 2668: + return obj.iterator__Lcom_badlogic_gdx_utils_JsonValue$JsonIterator_2(); + case 2669: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2669__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2670: + return obj.require__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(params[0]); + case 2671: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2671__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2672: + return obj.remove__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(params[0]); + case 2677: + return obj.asString__Ljava_lang_String_2(); + case 2678: + return new java_lang_Float_Float__FV(obj.asFloat__F()); + case 2679: + return obj.asDouble__D(); + case 2681: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.asInt__I()); + case 2682: + return java_lang_Boolean_$clinit__V() , obj.asBoolean__Z()?true:false; + case 2683: + return java_lang_Byte$BoxedValues_get__BLjava_lang_Byte_2(obj.asByte__B()); + case 2684: + return java_lang_Short_valueOf__SLjava_lang_Short_2(obj.asShort__S()); + case 2685: + return java_lang_Character_valueOf__CLjava_lang_Character_2(obj.asChar__C()); + case 2686: + return obj.asStringArray___3Ljava_lang_String_2(); + case 2687: + return obj.asFloatArray___3F(); + case 2688: + return obj.asDoubleArray___3D(); + case 2690: + return obj.asIntArray___3I(); + case 2691: + return obj.asBooleanArray___3Z(); + case 2692: + return obj.asByteArray___3B(); + case 2693: + return obj.asShortArray___3S(); + case 2694: + return obj.asCharArray___3C(); + case 2695: + return java_lang_Boolean_$clinit__V() , obj.hasChild__Ljava_lang_String_2Z(params[0])?true:false; + case 2696: + return obj.getChild__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2(params[0]); + case 2697: + return obj.getString__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(params[0], params[1]); + case 2698: + return obj.getString__Ljava_lang_String_2Ljava_lang_String_2(params[0]); + case 2699: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2699__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ILjava_lang_String_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2700: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2700__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2FF(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 2701: + return new java_lang_Float_Float__FV(obj.getFloat__Ljava_lang_String_2F(params[0])); + case 2702: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2702__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 2703: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2703__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2DD(obj, params[0], java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[1])); + case 2704: + return obj.getDouble__Ljava_lang_String_2D(params[0]); + case 2705: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2705__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ID(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2709: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2709__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2II(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 2710: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getInt__Ljava_lang_String_2I(params[0])); + case 2711: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2711__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 2712: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2712__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2713: + return java_lang_Boolean_$clinit__V() , obj.getBoolean__Ljava_lang_String_2Z(params[0])?true:false; + case 2714: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2714__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 2715: + return java_lang_Byte$BoxedValues_get__BLjava_lang_Byte_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2715__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2BB(obj, params[0], java_lang_Number_byteValue_1_1B_1_1devirtual$__Ljava_lang_Number_2B(params[1]))); + case 2716: + return java_lang_Byte$BoxedValues_get__BLjava_lang_Byte_2(obj.getByte__Ljava_lang_String_2B(params[0])); + case 2717: + return java_lang_Byte$BoxedValues_get__BLjava_lang_Byte_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2717__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IB(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 2718: + return java_lang_Short_valueOf__SLjava_lang_Short_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2718__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2SS(obj, params[0], java_lang_Number_shortValue_1_1S_1_1devirtual$__Ljava_lang_Number_2S(params[1]))); + case 2719: + return java_lang_Short_valueOf__SLjava_lang_Short_2(obj.getShort__Ljava_lang_String_2S(params[0])); + case 2720: + return java_lang_Short_valueOf__SLjava_lang_Short_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2720__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IS(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 2721: + return java_lang_Character_valueOf__CLjava_lang_Character_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2721__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2CC(obj, params[0], params[1].java_lang_Character_value)); + case 2722: + return java_lang_Character_valueOf__CLjava_lang_Character_2(obj.getChar__Ljava_lang_String_2C(params[0])); + case 2723: + return java_lang_Character_valueOf__CLjava_lang_Character_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2723__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IC(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 2724: + return obj.type__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2(); + case 2725: + return obj.setType__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2V(params[0]) , null; + case 2726: + return java_lang_Boolean_$clinit__V() , obj.isArray__Z()?true:false; + case 2727: + return java_lang_Boolean_$clinit__V() , obj.isObject__Z()?true:false; + case 2728: + return java_lang_Boolean_$clinit__V() , obj.isString__Z()?true:false; + case 2729: + return java_lang_Boolean_$clinit__V() , obj.isNumber__Z()?true:false; + case 2730: + return java_lang_Boolean_$clinit__V() , obj.isDouble__Z()?true:false; + case 2731: + return java_lang_Boolean_$clinit__V() , obj.isLong__Z()?true:false; + case 2732: + return java_lang_Boolean_$clinit__V() , obj.isBoolean__Z()?true:false; + case 2733: + return java_lang_Boolean_$clinit__V() , obj.isNull__Z()?true:false; + case 2734: + return java_lang_Boolean_$clinit__V() , obj.isValue__Z()?true:false; + case 2735: + return obj.name__Ljava_lang_String_2(); + case 2737: + return obj.parent__Lcom_badlogic_gdx_utils_JsonValue_2(); + case 2738: + return obj.child__Lcom_badlogic_gdx_utils_JsonValue_2(); + case 2739: + return obj.addChild__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1]) , null; + case 2740: + return obj.addChild__Lcom_badlogic_gdx_utils_JsonValue_2V(params[0]) , null; + case 2770: + case 2741: + return obj.next__Lcom_badlogic_gdx_utils_JsonValue_2(); + case 2742: + return obj.setNext__Lcom_badlogic_gdx_utils_JsonValue_2V(params[0]) , null; + case 2743: + return obj.prev__Lcom_badlogic_gdx_utils_JsonValue_2(); + case 2744: + return obj.setPrev__Lcom_badlogic_gdx_utils_JsonValue_2V(params[0]) , null; + case 2745: + return obj.set__Ljava_lang_String_2V(params[0]) , null; + case 2746: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2746__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2DLjava_lang_String_2Ljava_lang_Object_2(obj, java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[0]), params[1]); + case 2748: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2748__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2749: + return obj.toJson__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_lang_String_2(params[0]); + case 2750: + return obj.private$com_badlogic_gdx_utils_JsonValue$json__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2V(params[0], params[1], params[2]) , null; + case 2752: + return obj.trace__Ljava_lang_String_2(); + case 2753: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2753__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 2754: + return obj.prettyPrint__Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_String_2(params[0]); + case 2755: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2755__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_Object_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), params[3]); + case 2756: + return obj.prettyPrint__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2Ljava_io_Writer_2V(params[0], params[1]) , null; + case 2757: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2757__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_Object_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), params[3]); + case 2758: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_utils_JsonValue_isFlat__Lcom_badlogic_gdx_utils_JsonValue_2Z(params[0])?true:false; + case 2759: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_utils_JsonValue_isNumeric__Lcom_badlogic_gdx_utils_JsonValue_2Z(params[0])?true:false; + case 2760: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2760__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ILcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 2761: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2761__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ILjava_io_Writer_2Ljava_lang_Object_2(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 2762: + return new com_badlogic_gdx_utils_JsonValue_JsonValue__Lcom_badlogic_gdx_utils_JsonValue$ValueType_2V(params[0]); + case 2763: + return new com_badlogic_gdx_utils_JsonValue_JsonValue__Ljava_lang_String_2V(params[0]); + case 2764: + return new com_badlogic_gdx_utils_JsonValue_JsonValue__DV(java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[0])); + case 2766: + return new com_badlogic_gdx_utils_JsonValue_JsonValue__DLjava_lang_String_2V(java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[0]), params[1]); + case 2768: + return new com_badlogic_gdx_utils_JsonValue_JsonValue__ZV(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2773: + return new com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_JsonValue$PrettyPrintSettings__V; + case 2774: + return com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), $intern_683, 189, 0, [com_badlogic_gdx_utils_JsonValue$ValueType_object, com_badlogic_gdx_utils_JsonValue$ValueType_array, com_badlogic_gdx_utils_JsonValue$ValueType_stringValue, com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue, com_badlogic_gdx_utils_JsonValue$ValueType_longValue, com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue, com_badlogic_gdx_utils_JsonValue$ValueType_nullValue]); + case 2775: + return com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_utils_JsonValue$ValueType$Map_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType$Map_$MAP), params[0]); + case 2782: + return obj.getWriter__Ljava_io_Writer_2(); + case 2784: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2784__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonWriter_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 2785: + return obj.name__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(params[0]); + case 2786: + return obj.object__Lcom_badlogic_gdx_utils_JsonWriter_2(); + case 2787: + return obj.object__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(params[0]); + case 2788: + return obj.array__Lcom_badlogic_gdx_utils_JsonWriter_2(); + case 2789: + return obj.array__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(params[0]); + case 2790: + return obj.value__Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(params[0]); + case 2791: + return obj.json__Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(params[0]); + case 2792: + return obj.json__Ljava_lang_String_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_JsonWriter_2(params[0], params[1]); + case 2793: + return obj.private$com_badlogic_gdx_utils_JsonWriter$requireCommaOrName__V() , null; + case 2794: + return obj.set__Ljava_lang_String_2Ljava_lang_Object_2Lcom_badlogic_gdx_utils_JsonWriter_2(params[0], params[1]); + case 2795: + return obj.pop__Lcom_badlogic_gdx_utils_JsonWriter_2(); + case 2796: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2796__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonWriter_2_3CIILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 2797: + return obj.flush__V() , null; + case 2798: + return obj.close__V() , null; + case 2799: + return new com_badlogic_gdx_utils_JsonWriter_JsonWriter__Ljava_io_Writer_2V(params[0]); + case 2800: + return obj.quoteValue__Ljava_lang_Object_2Ljava_lang_String_2(params[0]); + case 2801: + return obj.quoteName__Ljava_lang_String_2Ljava_lang_String_2(params[0]); + case 2802: + return com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), $intern_688, 271, 0, [com_badlogic_gdx_utils_JsonWriter$OutputType_json, com_badlogic_gdx_utils_JsonWriter$OutputType_javascript, com_badlogic_gdx_utils_JsonWriter$OutputType_minimal]); + case 2803: + return com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_utils_JsonWriter$OutputType$Map_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType$Map_$MAP), params[0]); + case 2810: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.place__Ljava_lang_Object_2I(params[0])); + case 2811: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.package_private$com_badlogic_gdx_utils$locateKey__Ljava_lang_Object_2I(params[0])); + case 2860: + case 3620: + case 2812: + return obj.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(params[0], params[1]); + case 2813: + return obj.putAll__Lcom_badlogic_gdx_utils_ObjectMap_2V(params[0]) , null; + case 2814: + return obj.private$com_badlogic_gdx_utils_ObjectMap$putResize__Ljava_lang_Object_2Ljava_lang_Object_2V(params[0], params[1]) , null; + case 2862: + case 3622: + case 2817: + return obj.remove__Ljava_lang_Object_2Ljava_lang_Object_2(params[0]); + case 2820: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2820__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2821: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2821__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2823: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2823__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2825: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2825__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 2826: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2826__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2827: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2827__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2833: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2833__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_String_2ZLjava_lang_String_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 2844: + case 2869: + case 2834: + return obj.iterator__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(); + case 2870: + case 2835: + return obj.entries__Lcom_badlogic_gdx_utils_ObjectMap$Entries_2(); + case 2871: + case 2836: + return obj.values__Lcom_badlogic_gdx_utils_ObjectMap$Values_2(); + case 2872: + case 2837: + return obj.keys__Lcom_badlogic_gdx_utils_ObjectMap$Keys_2(); + case 2838: + return new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + case 2839: + return new com_badlogic_gdx_utils_ObjectMap_ObjectMap__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2840: + return new com_badlogic_gdx_utils_ObjectMap_ObjectMap__IFV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2841: + return new com_badlogic_gdx_utils_ObjectMap_ObjectMap__Lcom_badlogic_gdx_utils_ObjectMap_2V(params[0]); + case 2845: + return new com_badlogic_gdx_utils_ObjectMap$Entries_ObjectMap$Entries__Lcom_badlogic_gdx_utils_ObjectMap_2V(params[0]); + case 2847: + return new com_badlogic_gdx_utils_ObjectMap$Entry_ObjectMap$Entry__V; + case 2850: + return obj.iterator__Lcom_badlogic_gdx_utils_ObjectMap$Keys_2(); + case 2853: + return new com_badlogic_gdx_utils_ObjectMap$Keys_ObjectMap$Keys__Lcom_badlogic_gdx_utils_ObjectMap_2V(params[0]); + case 2856: + return obj.iterator__Lcom_badlogic_gdx_utils_ObjectMap$Values_2(); + case 2859: + return new com_badlogic_gdx_utils_ObjectMap$Values_ObjectMap$Values__Lcom_badlogic_gdx_utils_ObjectMap_2V(params[0]); + case 2861: + return obj.putAll__Lcom_badlogic_gdx_utils_OrderedMap_2V(params[0]) , null; + case 2863: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2863__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2864: + return java_lang_Boolean_$clinit__V() , obj.alter__Ljava_lang_Object_2Ljava_lang_Object_2Z(params[0], params[1])?true:false; + case 2865: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2865__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2Z(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1])?true:false; + case 2866: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2866__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2868: + return obj.orderedKeys__Lcom_badlogic_gdx_utils_Array_2(); + case 2873: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2873__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_OrderedMap_2Ljava_lang_String_2ZLjava_lang_String_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 2874: + return new com_badlogic_gdx_utils_OrderedMap_OrderedMap__V; + case 2875: + return new com_badlogic_gdx_utils_OrderedMap_OrderedMap__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2876: + return new com_badlogic_gdx_utils_OrderedMap_OrderedMap__IFV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2877: + return new com_badlogic_gdx_utils_OrderedMap_OrderedMap__Lcom_badlogic_gdx_utils_OrderedMap_2V(params[0]); + case 2878: + return obj.addLast__Ljava_lang_Object_2V(params[0]) , null; + case 2879: + return obj.addFirst__Ljava_lang_Object_2V(params[0]) , null; + case 2880: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2880__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2881: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2881__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2882: + return obj.removeFirst__Ljava_lang_Object_2(); + case 2883: + return obj.removeLast__Ljava_lang_Object_2(); + case 2884: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m2884__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2ZI(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))); + case 2885: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m2885__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 2886: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2886__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2890: + return obj.last__Ljava_lang_Object_2(); + case 2891: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2891__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2899: + return new com_badlogic_gdx_utils_Queue_Queue__V; + case 2900: + return new com_badlogic_gdx_utils_Queue_Queue__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2901: + return new com_badlogic_gdx_utils_Queue_Queue__ILjava_lang_Class_2V(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 2903: + return new com_badlogic_gdx_utils_Queue$QueueIterable_Queue$QueueIterable__Lcom_badlogic_gdx_utils_Queue_2V(params[0]); + case 2904: + return new com_badlogic_gdx_utils_Queue$QueueIterable_Queue$QueueIterable__Lcom_badlogic_gdx_utils_Queue_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 2910: + return new com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2V(params[0]); + case 2911: + return new com_badlogic_gdx_utils_Queue$QueueIterator_Queue$QueueIterator__Lcom_badlogic_gdx_utils_Queue_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 3525: + case 3494: + return java_lang_Boolean_$clinit__V() , obj.add__Ljava_lang_Object_2Z(params[0])?true:false; + case 3495: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3495__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 3526: + case 3496: + return java_lang_Boolean_$clinit__V() , obj.addAll__Ljava_util_Collection_2Z(params[0])?true:false; + case 3497: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m3497__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_util_Collection_2Z(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1])?true:false; + case 3589: + case 3499: + return obj.clone__Ljava_lang_Object_2(); + case 3501: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3501__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 3502: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3502__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 3599: + case 3503: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.indexOf__Ljava_lang_Object_2I(params[0])); + case 3504: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m3504__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2Ljava_lang_Object_2II(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 3506: + return obj.forEach__Ljava_util_function_Consumer_2V(params[0]) , null; + case 3600: + case 3508: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.lastIndexOf__Ljava_lang_Object_2I(params[0])); + case 3509: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCache2Generated_$m3509__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2Ljava_lang_Object_2II(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 3510: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3510__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 3531: + case 3511: + return java_lang_Boolean_$clinit__V() , obj.remove__Ljava_lang_Object_2Z(params[0])?true:false; + case 3512: + return java_lang_Boolean_$clinit__V() , obj.removeIf__Ljava_util_function_Predicate_2Z(params[0])?true:false; + case 3513: + return obj.replaceAll__Ljava_util_function_UnaryOperator_2V(params[0]) , null; + case 3514: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3514__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 3518: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3518__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0])); + case 3519: + return obj.trimToSize__V() , null; + case 3520: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3520__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 3521: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3521__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 3522: + return new java_util_ArrayList_ArrayList__V; + case 3523: + return new java_util_ArrayList_ArrayList__Ljava_util_Collection_2V(params[0]); + case 3524: + return new java_util_ArrayList_ArrayList__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 3529: + return java_lang_Boolean_$clinit__V() , obj.containsAll__Ljava_util_Collection_2Z(params[0])?true:false; + case 3532: + return java_lang_Boolean_$clinit__V() , obj.removeAll__Ljava_util_Collection_2Z(params[0])?true:false; + case 3533: + return java_lang_Boolean_$clinit__V() , obj.retainAll__Ljava_util_Collection_2Z(params[0])?true:false; + case 3536: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3536__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_Collection_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0])); + case 3538: + case 3539: + case 3540: + case 3541: + case 3542: + case 3543: + case 3544: + case 3537: + return java_util_Collections_$clinit__V() , params[0]; + case 3545: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m3545__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_Collection_2_3Ljava_lang_Object_2Z(params[0], com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[1]))?true:false; + case 3546: + return java_util_Collections_$clinit__V() , new java_util_Collections$LifoQueue_Collections$LifoQueue__Ljava_util_Deque_2V(params[0]); + case 3547: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((java_util_Collections_$clinit__V() , java_util_Collections_binarySearch__Ljava_util_List_2Ljava_lang_Object_2Ljava_util_Comparator_2I(params[0], params[1], null))); + case 3548: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(java_util_Collections_binarySearch__Ljava_util_List_2Ljava_lang_Object_2Ljava_util_Comparator_2I(params[0], params[1], params[2])); + case 3549: + return java_util_Collections_copy__Ljava_util_List_2Ljava_util_List_2V(params[0], params[1]) , null; + case 3550: + return java_lang_Boolean_$clinit__V() , java_util_Collections_disjoint__Ljava_util_Collection_2Ljava_util_Collection_2Z(params[0], params[1])?true:false; + case $intern_51: + case 3551: + return java_util_Collections_$clinit__V() , java_util_Collections$EmptyListIterator_$clinit__V() , java_util_Collections$EmptyListIterator_INSTANCE; + case 3552: + return java_util_Collections_$clinit__V() , java_util_Collections_EMPTY_1LIST; + case 3554: + return java_util_Collections_$clinit__V() , java_util_Collections_EMPTY_1MAP; + case 3555: + return java_util_Collections_$clinit__V() , java_util_Collections_EMPTY_1SET; + case 3556: + return java_util_Collections_$clinit__V() , java_util_Collections_enumeration__Ljava_util_Collection_2Ljava_util_Enumeration_2_it_1 = params[0].iterator__Ljava_util_Iterator_2() , new java_util_Collections$1_Collections$1__V(java_util_Collections_enumeration__Ljava_util_Collection_2Ljava_util_Enumeration_2_it_1); + case 3557: + return java_util_Collections_fill__Ljava_util_List_2Ljava_lang_Object_2V(params[0], params[1]) , null; + case 3558: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(java_util_Collections_frequency__Ljava_util_Collection_2Ljava_lang_Object_2I(params[0], params[1])); + case 3559: + return java_util_Collections_list__Ljava_util_Enumeration_2Ljava_util_ArrayList_2(params[0]); + case 3560: + return java_util_Collections_$clinit__V() , java_util_Collections_max__Ljava_util_Collection_2Ljava_util_Comparator_2Ljava_lang_Object_2(params[0], null); + case 3561: + return java_util_Collections_max__Ljava_util_Collection_2Ljava_util_Comparator_2Ljava_lang_Object_2(params[0], params[1]); + case 3562: + return java_util_Collections_$clinit__V() , java_util_Collections_max__Ljava_util_Collection_2Ljava_util_Comparator_2Ljava_lang_Object_2(params[0], (java_util_Comparators_$clinit__V() , java_util_Comparators_$clinit__V() , java_util_Comparators_REVERSE_1NATURAL_1ORDER)); + case 3563: + return java_util_Collections_$clinit__V() , java_util_Collections_max__Ljava_util_Collection_2Ljava_util_Comparator_2Ljava_lang_Object_2(params[0], !params[1]?(java_util_Comparators_$clinit__V() , java_util_Comparators_$clinit__V() , java_util_Comparators_REVERSE_1NATURAL_1ORDER):params[1].reversed__Ljava_util_Comparator_2()); + case 3564: + return java_util_Collections_$clinit__V() , javaemul_internal_InternalPreconditions_checkCriticalArgument__ZLjava_lang_Object_2V(params[0].isEmpty__Z(), 'map is not empty') , new java_util_Collections$SetFromMap_Collections$SetFromMap__Ljava_util_Map_2V(params[0]); + case 3565: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3565__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ILjava_lang_Object_2Ljava_util_List_2(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 3566: + return java_lang_Boolean_$clinit__V() , java_util_Collections_replaceAll__Ljava_util_List_2Ljava_lang_Object_2Ljava_lang_Object_2Z(params[0], params[1], params[2])?true:false; + case 3567: + return java_util_Collections_reverse__Ljava_util_List_2V(params[0]) , null; + case 3568: + return java_util_Collections_$clinit__V() , java_util_Comparators_$clinit__V() , java_util_Comparators_$clinit__V() , java_util_Comparators_REVERSE_1NATURAL_1ORDER; + case 3569: + return java_util_Collections_$clinit__V() , !params[0]?(java_util_Comparators_$clinit__V() , java_util_Comparators_$clinit__V() , java_util_Comparators_REVERSE_1NATURAL_1ORDER):params[0].reversed__Ljava_util_Comparator_2(); + case 3570: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3570__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 3571: + return java_util_Collections_$clinit__V() , java_util_Collections_shuffle__Ljava_util_List_2Ljava_util_Random_2V(params[0], (java_util_Collections$RandomHolder_$clinit__V() , java_util_Collections$RandomHolder_rnd)) , undefined , null; + case 3572: + return java_util_Collections_shuffle__Ljava_util_List_2Ljava_util_Random_2V(params[0], params[1]) , null; + case 3573: + return java_util_Collections_$clinit__V() , java_util_Collections_singleton__Ljava_lang_Object_2Ljava_util_Set_2_set_1 = new java_util_HashSet_HashSet__IV , java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(java_util_Collections_singleton__Ljava_lang_Object_2Ljava_util_Set_2_set_1.java_util_HashSet_map, params[0], java_util_Collections_singleton__Ljava_lang_Object_2Ljava_util_Set_2_set_1) , new java_util_Collections$UnmodifiableSet_Collections$UnmodifiableSet__Ljava_util_Set_2V(java_util_Collections_singleton__Ljava_lang_Object_2Ljava_util_Set_2_set_1); + case 3574: + return java_util_Collections_$clinit__V() , new java_util_Collections$SingletonList_Collections$SingletonList__Ljava_lang_Object_2V(params[0]); + case 3575: + return java_util_Collections_$clinit__V() , java_util_Collections_singletonMap__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_util_Map_2_map_1 = new java_util_HashMap_HashMap__IV(1) , com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(params[0])?java_util_AbstractHashMap_$putStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Object_2(java_util_Collections_singletonMap__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_util_Map_2_map_1, params[0], params[1]):java_util_InternalHashCodeMap_$put__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(java_util_Collections_singletonMap__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_util_Map_2_map_1.java_util_AbstractHashMap_hashCodeMap, params[0], params[1]) , new java_util_Collections$UnmodifiableMap_Collections$UnmodifiableMap__Ljava_util_Map_2V(java_util_Collections_singletonMap__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_util_Map_2_map_1); + case 3576: + return java_util_Collections_$clinit__V() , params[0].sort__Ljava_util_Comparator_2V(null) , undefined , null; + case 3577: + return java_util_Collections_$clinit__V() , params[0].sort__Ljava_util_Comparator_2V(params[1]) , undefined , null; + case 3578: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3578__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2IILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 3579: + return java_util_Collections_$clinit__V() , new java_util_Collections$UnmodifiableCollection_Collections$UnmodifiableCollection__Ljava_util_Collection_2V(params[0]); + case 3580: + return java_util_Collections_$clinit__V() , com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(params[0], 313)?new java_util_Collections$UnmodifiableRandomAccessList_Collections$UnmodifiableRandomAccessList__Ljava_util_List_2V(params[0]):new java_util_Collections$UnmodifiableList_Collections$UnmodifiableList__Ljava_util_List_2V(params[0]); + case 3581: + return java_util_Collections_$clinit__V() , new java_util_Collections$UnmodifiableMap_Collections$UnmodifiableMap__Ljava_util_Map_2V(params[0]); + case 3582: + return java_util_Collections_$clinit__V() , new java_util_Collections$UnmodifiableSet_Collections$UnmodifiableSet__Ljava_util_Set_2V(params[0]); + case 3583: + return java_util_Collections_$clinit__V() , new java_util_Collections$UnmodifiableSortedMap_Collections$UnmodifiableSortedMap__Ljava_util_SortedMap_2V(params[0]); + case 3584: + return java_util_Collections_$clinit__V() , new java_util_Collections$UnmodifiableSortedSet_Collections$UnmodifiableSortedSet__Ljava_util_SortedSet_2V(params[0]); + case 3585: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(java_util_Collections_hashCode__Ljava_lang_Iterable_2I(params[0])); + case 3586: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(java_util_Collections_hashCode__Ljava_util_List_2I(params[0])); + case 3587: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3587__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2IILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 3588: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3588__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2_3Ljava_lang_Object_2IILjava_lang_Object_2(com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 3590: + return java_lang_Boolean_$clinit__V() , obj.package_private$java_util$equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(params[0], params[1])?true:false; + case 3591: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.package_private$java_util$getHashCode__Ljava_lang_Object_2I(params[0])); + case 3592: + return new java_util_HashMap_HashMap__V; + case 3593: + return new java_util_HashMap_HashMap__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 3594: + return new java_util_HashMap_HashMap__IFV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 3595: + return new java_util_HashMap_HashMap__Ljava_util_Map_2V(params[0]); + case 3596: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3596__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 3597: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m3597__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_util_Collection_2Z(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1])?true:false; + case 3598: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3598__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 3601: + return obj.listIterator__Ljava_util_ListIterator_2(); + case 3602: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3602__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_util_ListIterator_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 3603: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3603__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 3604: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3604__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 3605: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m3605__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2IILjava_util_List_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 3607: + return java_lang_Boolean_$clinit__V() , obj.hasPrevious__Z()?true:false; + case 3608: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.nextIndex__I()); + case 3609: + return obj.previous__Ljava_lang_Object_2(); + case 3610: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.previousIndex__I()); + case 3615: + return java_lang_Boolean_$clinit__V() , obj.containsValue__Ljava_lang_Object_2Z(params[0])?true:false; + case 3616: + return obj.entrySet__Ljava_util_Set_2(); + case 3619: + return obj.keySet__Ljava_util_Set_2(); + case 3621: + return obj.putAll__Ljava_util_Map_2V(params[0]) , null; + case 3624: + return obj.values__Ljava_util_Collection_2(); + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_1003 + m.com_badlogic_gwtref_client_Method_methodId + $intern_1004 + m.com_badlogic_gwtref_client_Method_name)); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1001__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1003__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1005__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1007__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0, p1){ + return obj.fill__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1008__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0, p1){ + return obj.fill__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1009__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.fill__ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1012__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ILcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.align__ILcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1042__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLjava_lang_Object_2(obj, p0){ + obj.setRound__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1044__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.clip__ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1045__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLjava_lang_Object_2(obj, p0){ + obj.setClip__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1047__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2){ + return obj.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m105__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1068__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2ILjava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(obj, p0, p1){ + return obj.key__ILjava_lang_Object_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1081__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLjava_lang_Object_2(obj, p0){ + obj.setRound__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1083__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.reverse__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1086__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.wrapReverse__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1088__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.space__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1090__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.wrapSpace__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1092__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1093__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0, p1, p2, p3){ + return obj.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1094__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1095__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1096__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1097__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1102__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.align__ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1110__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.fill__FLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1113__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.expand__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1117__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.wrap__ZLcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1119__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(obj, p0){ + return obj.rowAlign__ILcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1128__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1133__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2ILjava_lang_Object_2(obj, p0){ + obj.setAlign__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1157__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ImageButton_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1178__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1196__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IZ(obj, p0){ + return obj.setText__IZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1204__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1208__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZLjava_lang_Object_2(obj, p0){ + obj.setWrap__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m121__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1212__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ILjava_lang_Object_2(obj, p0){ + obj.setAlignment__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1213__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IILjava_lang_Object_2(obj, p0, p1){ + obj.setAlignment__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1214__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FLjava_lang_Object_2(obj, p0){ + obj.setFontScale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1215__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setFontScale__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1217__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FLjava_lang_Object_2(obj, p0){ + obj.setFontScaleX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1219__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FLjava_lang_Object_2(obj, p0){ + obj.setFontScaleY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m122__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.act__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1221__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZLjava_lang_Object_2(obj, p0){ + obj.setEllipsis__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1235__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1236__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5){ + obj.drawSelection__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(p0, p1, p2, p3, p4, p5); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1237__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1238__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILjava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5, p6){ + return obj.drawItem__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILjava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m124__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(obj, p0, p1){ + return obj.notify__Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1244__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2ILjava_lang_Object_2(obj, p0){ + obj.setSelectedIndex__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1247__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FLjava_lang_Object_2(obj, p0){ + return obj.getItemAt__FLjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1248__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FI(obj, p0){ + return obj.getItemIndexAt__FI(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1249__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, p0){ + obj.setItems___3Ljava_lang_Object_2V(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m125__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2){ + return obj.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1259__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2ILjava_lang_Object_2(obj, p0){ + obj.setAlignment__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1261__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2ZLjava_lang_Object_2(obj, p0){ + obj.setTypeToSelect__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1269__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1270__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2FLjava_lang_Object_2(obj, p0){ + obj.act__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1273__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2(obj, p0){ + return obj.setResetOnStart__ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1275__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2(obj, p0){ + return obj.setAutoRemove__ZLcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1287__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FLjava_lang_Object_2(obj, p0){ + obj.act__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1288__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1289__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5){ + obj.private$com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$drawRound__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFV(p0, p1, p2, p3, p4, p5); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1300__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FZ(obj, p0){ + return obj.setValue__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1301__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FF(obj, p0){ + return obj.round__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1302__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FF(obj, p0){ + return obj.clamp__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1303__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setRange__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1304__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FLjava_lang_Object_2(obj, p0){ + obj.setStepSize__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1310__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FLjava_lang_Object_2(obj, p0){ + obj.setAnimateDuration__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1313__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZLjava_lang_Object_2(obj, p0){ + obj.setRound__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1314__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZLjava_lang_Object_2(obj, p0){ + obj.setDisabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1318__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZLjava_lang_Object_2(obj, p0){ + obj.setProgrammaticChangeEvents__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1328__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setScrollbarsVisible__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1334__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.act__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1337__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1338__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.drawScrollBars__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1339__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.fling__FFFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1349__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1){ + obj.addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1353__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, p0, p1){ + return obj.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1354__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1){ + return obj.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1355__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2){ + return obj.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1356__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.scrollX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1357__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.scrollY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1358__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.visualScrollX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1359__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.visualScrollY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1362__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.setScrollX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1364__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.setScrollY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1372__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.setScrollPercentX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1374__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.setScrollPercentY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1375__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setFlickScroll__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1376__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.setFlickScrollTapSquareSize__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1377__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.scrollTo__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1378__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFFZZLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5){ + obj.scrollTo__FFFFZZV(p0, p1, p2, p3, p4, p5); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1387__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.setScrollingDisabled__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1397__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.setVelocityX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1399__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.setVelocityY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1401__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.setOverscroll__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1402__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.setupOverscroll__FFFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1404__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.setForceScroll__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1407__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.setFlingTime__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1408__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setClamp__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1409__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.setScrollBarPositions__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1410__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setFadeScrollBars__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1411__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setupFadeScrollBars__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1413__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setScrollBarTouch__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1414__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setSmoothScrolling__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1415__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setScrollbarsOnTop__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1417__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setVariableSizeKnobs__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1418__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setCancelTouchFocus__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1428__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ILjava_lang_Object_2(obj, p0){ + obj.setMaxListCount__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1433__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, p0){ + obj.setItems___3Ljava_lang_Object_2V(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1440__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1441__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.drawItem__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_Object_2FFFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1442__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ILjava_lang_Object_2(obj, p0){ + obj.setAlignment__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1447__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ILjava_lang_Object_2(obj, p0){ + obj.setSelectedIndex__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1448__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZLjava_lang_Object_2(obj, p0){ + obj.setSelectedPrefWidth__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1451__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZLjava_lang_Object_2(obj, p0){ + obj.setDisabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1461__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZLjava_lang_Object_2(obj, p0){ + obj.setScrollingDisabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1465__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, p0, p1){ + obj.onShow__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1473__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2FLjava_lang_Object_2(obj, p0){ + obj.act__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1502__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(obj, p0, p1, p2, p3, p4){ + return obj.newDrawable__Ljava_lang_String_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1505__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(obj, p0, p1, p2, p3, p4){ + return obj.newDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FFFFLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1508__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2FLjava_lang_Object_2(obj, p0){ + obj.setScale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1509__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, p0, p1){ + obj.setEnabled__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m152__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, p0){ + obj.setVisible__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1526__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FFZ(obj, p0, p1){ + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$calculatePositionAndValue__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1527__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FF(obj, p0){ + return obj.snap__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1528__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2F_3FLjava_lang_Object_2(obj, p0, p1){ + obj.setSnapToValues__F_3FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1529__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2_3FFLjava_lang_Object_2(obj, p0, p1){ + obj.setSnapToValues___3FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1533__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2ILjava_lang_Object_2(obj, p0){ + obj.setButton__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1535__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FLjava_lang_Object_2(obj, p0){ + obj.setVisualPercent__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1550__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2ZLjava_lang_Object_2(obj, p0){ + obj.setVertical__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1554__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1555__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FLjava_lang_Object_2(obj, p0){ + obj.setSplitAmount__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1559__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FLjava_lang_Object_2(obj, p0){ + obj.setMinSplitAmount__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1561__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FLjava_lang_Object_2(obj, p0){ + obj.setMaxSplitAmount__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1565__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1){ + obj.addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1568__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, p0, p1){ + return obj.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1569__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1){ + return obj.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1590__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1591__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1597__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2){ + return obj.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1599__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, p0){ + return obj.clip__ZLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1600__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLjava_lang_Object_2(obj, p0){ + obj.setClip__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1612__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, p0, p1){ + return obj.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1613__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1){ + return obj.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1614__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLjava_lang_Object_2(obj, p0){ + obj.clearChildren__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1618__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.columnDefaults__ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m162__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(obj, p0){ + return obj.getX__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1628__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, p0){ + return obj.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1629__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, p0, p1, p2, p3){ + return obj.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m163__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1631__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, p0){ + return obj.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1633__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, p0){ + return obj.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1635__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, p0){ + return obj.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1637__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, p0){ + return obj.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Table_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1638__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ILcom_badlogic_gdx_scenes_scene2d_ui_Table_2(obj, p0){ + return obj.align__ILcom_badlogic_gdx_scenes_scene2d_ui_Table_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m164__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FILjava_lang_Object_2(obj, p0, p1){ + obj.setX__FIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1644__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLjava_lang_Object_2(obj, p0){ + obj.setDebug__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m166__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(obj, p0){ + return obj.getY__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1663__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FI(obj, p0){ + return obj.getRow__FI(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1665__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZLjava_lang_Object_2(obj, p0){ + obj.setRound__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1668__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, p0){ + return obj.getRowHeight__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1669__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, p0){ + return obj.getRowMinHeight__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m167__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1670__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, p0){ + return obj.getRowPrefHeight__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1671__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, p0){ + return obj.getColumnWidth__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1672__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, p0){ + return obj.getColumnMinWidth__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1673__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IF(obj, p0){ + return obj.getColumnPrefWidth__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1674__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2_3FI_3F(obj, p0, p1){ + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Table$ensureSize___3FI_3F(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1677__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.private$com_badlogic_gdx_scenes_scene2d_ui_Table$addDebugRects__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1679__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FFFFLcom_badlogic_gdx_graphics_Color_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.private$com_badlogic_gdx_scenes_scene2d_ui_Table$addDebugRect__FFFFLcom_badlogic_gdx_graphics_Color_2V(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m168__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FILjava_lang_Object_2(obj, p0, p1){ + obj.setY__FIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m169__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1696__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2FI(obj, p0){ + return obj.letterUnderCursor__FI(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1698__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2FLjava_lang_Object_2(obj, p0){ + obj.setPrefRows__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m170__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFILjava_lang_Object_2(obj, p0, p1, p2){ + obj.setPosition__FFIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1702__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2ILjava_lang_Object_2(obj, p0){ + obj.moveCursorLine__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1706__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2II(obj, p0){ + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_TextArea$calculateCurrentLineIndex__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1709__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.drawSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m171__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.moveBy__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1710__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.drawText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1711__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.drawCursor__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1714__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IILjava_lang_Object_2(obj, p0, p1){ + obj.setSelection__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1715__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.moveCursor__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1716__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IIZ(obj, p0, p1){ + return obj.continueCursor__IIZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1725__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setCursorPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1726__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, p0, p1){ + return obj.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1727__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2CZ(obj, p0){ + return obj.checkFocusTraversal__CZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1728__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(obj, p0, p1){ + return obj.keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1729__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2ZLjava_lang_Object_2(obj, p0){ + obj.goHome__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m173__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1730__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea$TextAreaListener_2ZLjava_lang_Object_2(obj, p0){ + obj.goEnd__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1735__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextButton_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m175__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1750__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FI(obj, p0){ + return obj.letterUnderCursor__FI(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1751__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(obj, p0){ + return obj.isWordCharacter__CZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1752__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2I_3I(obj, p0){ + return obj.wordUnderCursor__I_3I(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1753__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2F_3I(obj, p0){ + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$wordUnderCursor__F_3I(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1754__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IZ(obj, p0){ + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$withinMaxLength__IZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1755__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_Object_2(obj, p0){ + obj.setMaxLength__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1757__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, p0){ + obj.setOnlyFontChars__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1762__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1764__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.drawSelection__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1765__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.drawText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1766__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.drawMessageText__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1767__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.drawCursor__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1771__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, p0){ + obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$cut__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1772__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Ljava_lang_String_2ZLjava_lang_Object_2(obj, p0, p1){ + obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$paste__Ljava_lang_String_2ZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1773__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2(obj, p0, p1, p2){ + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$insert__ILjava_lang_CharSequence_2Ljava_lang_String_2Ljava_lang_String_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1774__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZI(obj, p0){ + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$delete__ZI(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1775__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, p0){ + obj.next__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1776__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2(obj, p0, p1, p2, p3, p4){ + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_TextField$findNextTextField__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2ZLcom_badlogic_gdx_scenes_scene2d_ui_TextField_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1781__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, p0){ + obj.setFocusTraversal__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1789__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, p0){ + obj.setProgrammaticChangeEvents__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1793__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IILjava_lang_Object_2(obj, p0, p1){ + obj.setSelection__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1796__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_Object_2(obj, p0){ + obj.setCursorPosition__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1803__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ILjava_lang_Object_2(obj, p0){ + obj.setAlignment__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1805__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, p0){ + obj.setPasswordMode__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1807__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CLjava_lang_Object_2(obj, p0){ + obj.setPasswordCharacter__CV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1808__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FLjava_lang_Object_2(obj, p0){ + obj.setBlinkTime__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1809__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZLjava_lang_Object_2(obj, p0){ + obj.setDisabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1811__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.moveCursor__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1812__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IIZ(obj, p0, p1){ + return obj.continueCursor__IIZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1816__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$DefaultOnscreenKeyboard_2ZLjava_lang_Object_2(obj, p0){ + obj.show__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1818__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$OnscreenKeyboard_2ZLjava_lang_Object_2(obj, p0){ + obj.show__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1819__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m182__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setSize__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1820__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, p0, p1, p2, p3, p4){ + return obj.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1821__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1822__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1823__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setCursorPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1824__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2ZLjava_lang_Object_2(obj, p0){ + obj.goHome__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1825__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2ZLjava_lang_Object_2(obj, p0){ + obj.goEnd__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1826__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, p0, p1){ + return obj.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1827__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2ILjava_lang_Object_2(obj, p0){ + obj.scheduleKeyRepeatTask__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1828__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, p0, p1){ + return obj.keyUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1829__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2CZ(obj, p0){ + return obj.checkFocusTraversal__CZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m183__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.sizeBy__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1830__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(obj, p0, p1){ + return obj.keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1831__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(obj, p0, p1){ + return obj.acceptChar__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1832__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldFilter$DigitsOnlyFilter_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(obj, p0, p1){ + return obj.acceptChar__Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1834__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldListener_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CLjava_lang_Object_2(obj, p0, p1){ + obj.$_nullMethod(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m184__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.sizeBy__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m185__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setBounds__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1853__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZLjava_lang_Object_2(obj, p0){ + obj.setInstant__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1854__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZLjava_lang_Object_2(obj, p0){ + obj.setAlways__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1855__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZLjava_lang_Object_2(obj, p0){ + obj.setTouchIndependent__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1856__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, p0, p1, p2, p3, p4){ + return obj.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1857__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(obj, p0, p1, p2){ + return obj.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1858__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.private$com_badlogic_gdx_scenes_scene2d_ui_Tooltip$setContainerPosition__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1859__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1860__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m187__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setOriginX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1873__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FFZLjava_lang_Object_2(obj, p0, p1, p2){ + obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$calculatePositionAndValue__FFZV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1876__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2){ + return obj.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1878__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1883__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2ZLjava_lang_Object_2(obj, p0){ + obj.setResetOnTouchUp__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1884__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FLjava_lang_Object_2(obj, p0){ + obj.setDeadzone__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m189__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setOriginY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1898__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Ljava_lang_Object_2(obj, p0, p1){ + obj.insert__ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m190__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setOrigin__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1900__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ZLjava_lang_Object_2(obj, p0){ + obj.clearChildren__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1904__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$computeSize__Lcom_badlogic_gdx_utils_Array_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1906__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFFF(obj, p0, p1, p2, p3){ + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$layout__Lcom_badlogic_gdx_utils_Array_2FFFF(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1907__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1908__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1909__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_utils_Array_2FFF(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8){ + return obj.drawIcons__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_utils_Array_2FFF(p0, p1, p2, p3, p4, p5, p6, p7, p8); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m191__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ILjava_lang_Object_2(obj, p0){ + obj.setOrigin__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1910__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6){ + obj.drawSelection__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4, p5, p6); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1911__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6){ + obj.drawOver__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4, p5, p6); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1912__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.drawExpandIcon__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1913__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.drawIcon__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1914__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2FLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(obj, p0, p1){ + return obj.getExpandIcon__Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2FLcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1915__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(obj, p0){ + return obj.getNodeAt__FLcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1916__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFF(obj, p0, p1, p2){ + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Tree$getNodeAt__Lcom_badlogic_gdx_utils_Array_2FFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1917__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2Lcom_badlogic_gdx_utils_Array_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$selectNodes__Lcom_badlogic_gdx_utils_Array_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1928__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLjava_lang_Object_2(obj, p0){ + obj.setPadding__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1929__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setPadding__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m193__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setScaleX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1930__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLjava_lang_Object_2(obj, p0){ + obj.setIndentSpacing__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1932__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FLjava_lang_Object_2(obj, p0){ + obj.setYSpacing__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1934__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setIconSpacing__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m195__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setScaleY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1950__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ZLjava_lang_Object_2(obj, p0){ + obj.$_nullMethod(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1951__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2II(obj, p0, p1){ + return obj.$_nullMethod(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1952__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ILjava_lang_Object_2(obj, p0, p1){ + obj.$_nullMethod(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1955__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ILcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2Ljava_lang_Object_2(obj, p0, p1){ + obj.$_nullMethod(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m196__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setScale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m197__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setScale__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1978__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ZLjava_lang_Object_2(obj, p0){ + obj.$_nullMethod(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m198__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.scaleBy__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1989__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_ui_Value_2(p0){ + return com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , new com_badlogic_gdx_scenes_scene2d_ui_Value$7_Value$7__V(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m199__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.scaleBy__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1990__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_ui_Value_percentWidth__FLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1991__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_ui_Value_2(p0){ + return com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , new com_badlogic_gdx_scenes_scene2d_ui_Value$8_Value$8__V(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1992__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_ui_Value_percentHeight__FLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m1995__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(p0){ + return com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_valueOf__FLcom_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2FLjava_lang_Object_2(obj, p0){ + obj.addValue__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m201__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.setRotation__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2010__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZLjava_lang_Object_2(obj, p0){ + obj.setRound__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2012__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.reverse__ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2014__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.space__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2016__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.wrapSpace__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2018__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2019__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0, p1, p2, p3){ + return obj.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m202__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, p0){ + obj.rotateBy__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2020__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2021__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2022__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2023__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2028__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.align__ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2036__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.fill__FLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2039__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.expand__ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m204__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setColor__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2043__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.wrap__ZLcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2045__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(obj, p0){ + return obj.columnAlign__ILcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2059__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZLjava_lang_Object_2(obj, p0){ + obj.setLayoutEnabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2066__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZLjava_lang_Object_2(obj, p0){ + obj.setFillParent__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2067__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2076__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZLjava_lang_Object_2(obj, p0){ + obj.setLayoutEnabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2077__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZLjava_lang_Object_2(obj, p0, p1){ + obj.private$com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup$setLayoutEnabled__Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2085__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZLjava_lang_Object_2(obj, p0){ + obj.setFillParent__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2087__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2){ + return obj.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2088__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2095__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2096__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5){ + obj.drawStageBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFV(p0, p1, p2, p3, p4, p5); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2097__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2098__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2){ + return obj.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m210__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(obj, p0){ + return obj.setZIndex__IZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2100__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZLjava_lang_Object_2(obj, p0){ + obj.setMovable__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2102__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZLjava_lang_Object_2(obj, p0){ + obj.setModal__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2103__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZLjava_lang_Object_2(obj, p0){ + obj.setKeepWithinStage__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2105__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZLjava_lang_Object_2(obj, p0){ + obj.setResizable__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2106__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ILjava_lang_Object_2(obj, p0){ + obj.setResizeBorder__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2118__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2119__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2120__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.tap__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2121__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(obj, p0, p1, p2){ + return obj.longPress__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2122__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.fling__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2123__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.pan__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2124__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.panStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2125__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.zoom__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m213__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(obj, p0, p1, p2, p3){ + return obj.clipBegin__FFFFZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2134__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2ZLjava_lang_Object_2(obj, p0){ + obj.setRangeSelect__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2137__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2139__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, p0){ + obj.setLeftWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2141__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, p0){ + obj.setRightWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2143__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, p0){ + obj.setTopHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2145__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, p0){ + obj.setBottomHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2146__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setPadding__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2148__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, p0){ + obj.setMinWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2150__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FLjava_lang_Object_2(obj, p0){ + obj.setMinHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2151__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setMinSize__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2160__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, p0, p1, p2, p3, p4){ + return obj.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2161__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2162__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2163__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2164__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2166__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.clicked__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2167__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(obj, p0, p1, p2){ + return obj.isOver__Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2169__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FFZ(obj, p0, p1){ + return obj.inTapSquare__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2174__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ZLjava_lang_Object_2(obj, p0){ + obj.setVisualPressed__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2175__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FLjava_lang_Object_2(obj, p0){ + obj.setTapSquareSize__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2177__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FLjava_lang_Object_2(obj, p0){ + obj.setTapCountInterval__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2179__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ILjava_lang_Object_2(obj, p0){ + obj.setTapCount__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2185__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ILjava_lang_Object_2(obj, p0){ + obj.setButton__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2189__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Disableable_2ZLjava_lang_Object_2(obj, p0){ + obj.setDisabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2197__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FLjava_lang_Object_2(obj, p0){ + obj.setTapSquareSize__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2198__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ILjava_lang_Object_2(obj, p0){ + obj.setButton__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2199__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setDragActorPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2200__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setTouchOffset__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2205__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ILjava_lang_Object_2(obj, p0){ + obj.setDragTime__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2208__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZLjava_lang_Object_2(obj, p0){ + obj.setCancelTouchFocus__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2209__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZLjava_lang_Object_2(obj, p0){ + obj.setKeepWithinStage__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2220__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2(obj, p0, p1, p2, p3){ + return obj.$_nullMethod(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2221__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.$_nullMethod(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2222__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5){ + obj.$_nullMethod(p0, p1, p2, p3, p4, p5); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2224__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2FFIZ(obj, p0, p1, p2, p3, p4){ + return obj.$_nullMethod(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2226__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Target_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Source_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.$_nullMethod(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2228__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, p0, p1, p2, p3, p4){ + return obj.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2229__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2230__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2231__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.dragStart__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2232__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.drag__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2233__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.dragStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2236__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FLjava_lang_Object_2(obj, p0){ + obj.setTapSquareSize__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2243__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FLjava_lang_Object_2(obj, p0){ + obj.setDragStartX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2245__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FLjava_lang_Object_2(obj, p0){ + obj.setDragStartY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m225__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, p0){ + obj.setDebug__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2252__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2ILjava_lang_Object_2(obj, p0){ + obj.setButton__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2254__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setup__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2256__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.drag__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2257__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.dragStop__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2258__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FZ(obj, p0){ + return obj.isAbove__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2259__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FZ(obj, p0){ + return obj.isBelow__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2260__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FLjava_lang_Object_2(obj, p0){ + obj.scroll__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2261__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setPadding__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2263__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2265__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, p0){ + obj.setLeftWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2267__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, p0){ + obj.setRightWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2269__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, p0){ + obj.setTopHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2271__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, p0){ + obj.setBottomHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2273__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, p0){ + obj.setMinWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2275__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2FLjava_lang_Object_2(obj, p0){ + obj.setMinHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2277__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, p0, p1, p2){ + obj.keyboardFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2278__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, p0, p1, p2){ + obj.scrollFocusChanged__Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2281__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2ZLjava_lang_Object_2(obj, p0){ + obj.setFocused__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2300__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Layout_2ZLjava_lang_Object_2(obj, p0){ + obj.setFillParent__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2301__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Layout_2ZLjava_lang_Object_2(obj, p0){ + obj.setLayoutEnabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2308__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2309__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2321__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_graphics_Camera_2FFFFLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2Ljava_lang_Object_2(p0, p1, p2, p3, p4, p5, p6, p7){ + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_calculateScissors__Lcom_badlogic_gdx_graphics_Camera_2FFFFLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(p0, p1, p2, p3, p4, p5, p6, p7); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2349__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, p0){ + obj.setDisabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2352__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, p0){ + obj.setToggle__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2354__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, p0){ + obj.setMultiple__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2356__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, p0){ + obj.setRequired__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2357__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZLjava_lang_Object_2(obj, p0){ + obj.setProgrammaticChangeEvents__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2360__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2361__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2368__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2369__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2377__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2378__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFILjava_lang_Object_2(p0, p1, p2, p3, p4, p5, p6, p7){ + com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFIV(p0, p1, p2, p3, p4, p5, p6, p7); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2379__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2381__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2FLjava_lang_Object_2(obj, p0){ + obj.setScale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2384__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2ILjava_lang_Object_2(obj, p0){ + obj.setAlign__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2389__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TransformDrawable_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2391__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(p0){ + return com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , p0 == 0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2393__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(p0){ + return com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , p0 == 1; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2395__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(p0){ + return com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , p0 == 2; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2397__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(p0){ + return com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , p0 == 59 || p0 == 60; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2399__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(p0){ + return com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac?p0 == 63:p0 == 129 || p0 == 130; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2401__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2IZ(p0){ + return com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , p0 == 57 || p0 == 58; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2408__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2IILjava_lang_Object_2(obj, p0, p1, p2){ + obj.addAll__Lcom_badlogic_gdx_utils_Array_2IIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2409__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, p0){ + obj.addAll___3Ljava_lang_Object_2V(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2410__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2IILjava_lang_Object_2(obj, p0, p1, p2){ + obj.addAll___3Ljava_lang_Object_2IIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2411__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(obj, p0){ + return obj.get__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2412__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.set__ILjava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2413__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.insert__ILjava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2414__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2IILjava_lang_Object_2(obj, p0, p1){ + obj.insertRange__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2415__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2IILjava_lang_Object_2(obj, p0, p1){ + obj.swap__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2416__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(obj, p0, p1){ + return obj.contains__Ljava_lang_Object_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2417__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2ZZ(obj, p0, p1){ + return obj.containsAll__Lcom_badlogic_gdx_utils_Array_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2418__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2ZZ(obj, p0, p1){ + return obj.containsAny__Lcom_badlogic_gdx_utils_Array_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2419__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(obj, p0, p1){ + return obj.indexOf__Ljava_lang_Object_2ZI(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2420__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZI(obj, p0, p1){ + return obj.lastIndexOf__Ljava_lang_Object_2ZI(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2421__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2ZZ(obj, p0, p1){ + return obj.removeValue__Ljava_lang_Object_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2422__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(obj, p0){ + return obj.removeIndex__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2423__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2IILjava_lang_Object_2(obj, p0, p1){ + obj.removeRange__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2424__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2ZZ(obj, p0, p1){ + return obj.removeAll__Lcom_badlogic_gdx_utils_Array_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2432__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(obj, p0){ + return obj.ensureCapacity__I_3Ljava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2433__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(obj, p0){ + return obj.setSize__I_3Ljava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2434__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2I_3Ljava_lang_Object_2(obj, p0){ + return obj.resize__I_3Ljava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2437__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_util_Comparator_2ILjava_lang_Object_2(obj, p0, p1){ + return obj.selectRanked__Ljava_util_Comparator_2ILjava_lang_Object_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2438__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2Ljava_util_Comparator_2II(obj, p0, p1){ + return obj.selectRankedIndex__Ljava_util_Comparator_2II(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2443__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ILjava_lang_Object_2(obj, p0){ + obj.truncate__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m245__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZLjava_lang_Object_2(obj, p0){ + obj.setBubbles__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2453__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ZILjava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2(p0, p1, p2){ + return new com_badlogic_gdx_utils_Array_Array__ZILjava_lang_Class_2V(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2454__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2_3Ljava_lang_Object_2Lcom_badlogic_gdx_utils_Array_2(p0){ + return new com_badlogic_gdx_utils_Array_Array___3Ljava_lang_Object_2V(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2Ljava_lang_Object_2II(obj, p0, p1, p2){ + return obj.put__Ljava_lang_Object_2Ljava_lang_Object_2II(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Lcom_badlogic_gdx_utils_ArrayMap_2IILjava_lang_Object_2(obj, p0, p1, p2){ + obj.putAll__Lcom_badlogic_gdx_utils_ArrayMap_2IIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2479__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2ZLjava_lang_Object_2(obj, p0, p1){ + return obj.getKey__Ljava_lang_Object_2ZLjava_lang_Object_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2480__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, p0){ + return obj.getKeyAt__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2481__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, p0){ + return obj.getValueAt__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2484__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.setKey__ILjava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2485__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.setValue__ILjava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2486__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1, p2){ + obj.insert__ILjava_lang_Object_2Ljava_lang_Object_2V(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2488__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2ZZ(obj, p0, p1){ + return obj.containsValue__Ljava_lang_Object_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m249__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZLjava_lang_Object_2(obj, p0){ + obj.setCapture__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2490__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2ZI(obj, p0, p1){ + return obj.indexOfValue__Ljava_lang_Object_2ZI(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2492__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2Ljava_lang_Object_2ZZ(obj, p0, p1){ + return obj.removeValue__Ljava_lang_Object_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2493__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, p0){ + obj.removeIndex__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2498__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, p0){ + obj.clear__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2501__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, p0){ + obj.ensureCapacity__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2502__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, p0){ + obj.resize__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2505__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ILjava_lang_Object_2(obj, p0){ + obj.truncate__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2543__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, p0){ + obj.setIgnoreUnknownFields__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2545__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, p0){ + obj.setIgnoreDeprecated__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2546__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, p0){ + obj.setReadDeprecated__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2548__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, p0){ + obj.setQuoteLongValues__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2549__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, p0){ + obj.setEnumNames__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m255__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2FLjava_lang_Object_2(obj, p0){ + obj.act__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2557__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, p0){ + obj.setUsePrototypes__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2559__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_String_2ZLjava_lang_Object_2(obj, p0, p1, p2){ + obj.setDeprecated__Ljava_lang_Class_2Ljava_lang_String_2ZV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m256__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2560__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZLjava_lang_Object_2(obj, p0){ + obj.setSortFields__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m257__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.drawChildren__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2601__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2_3CIILjava_lang_Object_2(obj, p0, p1, p2, p3){ + return obj.fromJson__Ljava_lang_Class_2_3CIILjava_lang_Object_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2602__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Class_2Ljava_lang_Class_2_3CIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + return obj.fromJson__Ljava_lang_Class_2Ljava_lang_Class_2_3CIILjava_lang_Object_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2625__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_Object_2ILjava_lang_String_2(obj, p0, p1){ + return obj.prettyPrint__Ljava_lang_Object_2ILjava_lang_String_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2626__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2Ljava_lang_String_2ILjava_lang_String_2(obj, p0, p1){ + return obj.prettyPrint__Ljava_lang_String_2ILjava_lang_String_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2641__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonReader_2_3CIILcom_badlogic_gdx_utils_JsonValue_2(obj, p0, p1, p2){ + return obj.parse___3CIILcom_badlogic_gdx_utils_JsonValue_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2659__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2DLjava_lang_String_2Ljava_lang_Object_2(obj, p0, p1, p2){ + obj.number__Ljava_lang_String_2DLjava_lang_String_2V(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2661__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonReader_2Ljava_lang_String_2ZLjava_lang_Object_2(obj, p0, p1){ + obj.bool__Ljava_lang_String_2ZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2664__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(obj, p0){ + return obj.get__ILcom_badlogic_gdx_utils_JsonValue_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2669__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(obj, p0){ + return obj.require__ILcom_badlogic_gdx_utils_JsonValue_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m267__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2){ + return obj.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2671__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ILcom_badlogic_gdx_utils_JsonValue_2(obj, p0){ + return obj.remove__ILcom_badlogic_gdx_utils_JsonValue_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2699__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ILjava_lang_String_2(obj, p0){ + return obj.getString__ILjava_lang_String_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m270__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1){ + obj.addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2700__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2FF(obj, p0, p1){ + return obj.getFloat__Ljava_lang_String_2FF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2702__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IF(obj, p0){ + return obj.getFloat__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2703__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2DD(obj, p0, p1){ + return obj.getDouble__Ljava_lang_String_2DD(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2705__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ID(obj, p0){ + return obj.getDouble__ID(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2709__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2II(obj, p0, p1){ + return obj.getInt__Ljava_lang_String_2II(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2711__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2II(obj, p0){ + return obj.getInt__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2712__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2ZZ(obj, p0, p1){ + return obj.getBoolean__Ljava_lang_String_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2714__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IZ(obj, p0){ + return obj.getBoolean__IZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2715__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2BB(obj, p0, p1){ + return obj.getByte__Ljava_lang_String_2BB(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2717__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IB(obj, p0){ + return obj.getByte__IB(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2718__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2SS(obj, p0, p1){ + return obj.getShort__Ljava_lang_String_2SS(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2720__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IS(obj, p0){ + return obj.getShort__IS(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2721__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_lang_String_2CC(obj, p0, p1){ + return obj.getChar__Ljava_lang_String_2CC(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2723__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IC(obj, p0){ + return obj.getChar__IC(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m274__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, p0, p1){ + return obj.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2746__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2DLjava_lang_String_2Ljava_lang_Object_2(obj, p0, p1){ + obj.set__DLjava_lang_String_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2748__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2ZLjava_lang_Object_2(obj, p0){ + obj.set__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m275__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1){ + return obj.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2753__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2(obj, p0, p1){ + return obj.prettyPrint__Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ILjava_lang_String_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2755__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.private$com_badlogic_gdx_utils_JsonValue$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_StringBuilder_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2757__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2Ljava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.private$com_badlogic_gdx_utils_JsonValue$prettyPrint__Lcom_badlogic_gdx_utils_JsonValue_2Ljava_io_Writer_2ILcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2V(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2760__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ILcom_badlogic_gdx_utils_StringBuilder_2Ljava_lang_Object_2(p0, p1){ + com_badlogic_gdx_utils_JsonValue_indent__ILcom_badlogic_gdx_utils_StringBuilder_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2761__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ILjava_io_Writer_2Ljava_lang_Object_2(p0, p1){ + com_badlogic_gdx_utils_JsonValue_indent__ILjava_io_Writer_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m277__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZLjava_lang_Object_2(obj, p0){ + obj.clearChildren__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2784__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonWriter_2ZLjava_lang_Object_2(obj, p0){ + obj.setQuoteLongValues__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m279__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZLjava_lang_Object_2(obj, p0){ + obj.clear__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2796__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonWriter_2_3CIILjava_lang_Object_2(obj, p0, p1, p2){ + obj.write___3CIIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m282__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2IIZ(obj, p0, p1){ + return obj.swapActor__IIZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2820__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2ILjava_lang_Object_2(obj, p0){ + obj.shrink__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2821__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2ILjava_lang_Object_2(obj, p0){ + obj.clear__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2823__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2ZZ(obj, p0, p1){ + return obj.containsValue__Ljava_lang_Object_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2825__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2ZLjava_lang_Object_2(obj, p0, p1){ + return obj.findKey__Ljava_lang_Object_2ZLjava_lang_Object_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2826__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2ILjava_lang_Object_2(obj, p0){ + obj.ensureCapacity__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2827__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2ILjava_lang_Object_2(obj, p0){ + obj.package_private$com_badlogic_gdx_utils$resize__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2833__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_String_2ZLjava_lang_String_2(obj, p0, p1){ + return obj.toString__Ljava_lang_String_2ZLjava_lang_String_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m284__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0){ + return obj.getChild__ILcom_badlogic_gdx_scenes_scene2d_Actor_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2863__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2(obj, p0){ + return obj.removeIndex__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2865__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2Z(obj, p0, p1){ + return obj.alterIndex__ILjava_lang_Object_2Z(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2866__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_OrderedMap_2ILjava_lang_Object_2(obj, p0){ + obj.clear__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m287__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZLjava_lang_Object_2(obj, p0){ + obj.setTransform__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2873__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_OrderedMap_2Ljava_lang_String_2ZLjava_lang_String_2(obj, p0, p1){ + return obj.toString__Ljava_lang_String_2ZLjava_lang_String_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2880__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(obj, p0){ + obj.ensureCapacity__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2881__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(obj, p0){ + obj.resize__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2884__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2ZI(obj, p0, p1){ + return obj.indexOf__Ljava_lang_Object_2ZI(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2885__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2Ljava_lang_Object_2ZZ(obj, p0, p1){ + return obj.removeValue__Ljava_lang_Object_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2886__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(obj, p0){ + return obj.removeIndex__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m2891__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2ILjava_lang_Object_2(obj, p0){ + return obj.get__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m290__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.setDebug__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m293__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2Ljava_lang_StringBuilder_2ILjava_lang_Object_2(obj, p0, p1){ + obj.package_private$com_badlogic_gdx_scenes_scene2d$toString__Ljava_lang_StringBuilder_2IV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m297__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FLjava_lang_Object_2(obj, p0){ + obj.setStageX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m299__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FLjava_lang_Object_2(obj, p0){ + obj.setStageY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m303__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ILjava_lang_Object_2(obj, p0){ + obj.setPointer__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m305__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ILjava_lang_Object_2(obj, p0){ + obj.setButton__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m307__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ILjava_lang_Object_2(obj, p0){ + obj.setKeyCode__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m309__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CLjava_lang_Object_2(obj, p0){ + obj.setCharacter__CV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m312__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FLjava_lang_Object_2(obj, p0){ + obj.setScrollAmountX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m313__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FLjava_lang_Object_2(obj, p0){ + obj.setScrollAmountY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m319__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ZLjava_lang_Object_2(obj, p0){ + obj.setTouchFocus__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m331__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, p0, p1, p2, p3, p4){ + return obj.touchDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m332__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.touchUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m333__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.touchDragged__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m334__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(obj, p0, p1, p2){ + return obj.mouseMoved__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m335__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.enter__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m336__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.exit__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m337__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFZ(obj, p0, p1, p2, p3, p4){ + return obj.scrolled__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFZ(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m338__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, p0, p1){ + return obj.keyDown__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m339__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, p0, p1){ + return obj.keyUp__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m340__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(obj, p0, p1){ + return obj.keyTyped__Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m346__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2FLjava_lang_Object_2(obj, p0){ + obj.act__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m347__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2, p3){ + return obj.private$com_badlogic_gdx_scenes_scene2d_Stage$fireEnterAndExit__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m348__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.private$com_badlogic_gdx_scenes_scene2d_Stage$fireExit__Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m349__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIIIZ(obj, p0, p1, p2, p3){ + return obj.touchDown__IIIIZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3495__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.add__ILjava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3497__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_util_Collection_2Z(obj, p0, p1){ + return obj.addAll__ILjava_util_Collection_2Z(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m350__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIIZ(obj, p0, p1, p2){ + return obj.touchDragged__IIIZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3501__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2(obj, p0){ + obj.ensureCapacity__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3502__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2(obj, p0){ + return obj.get__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3504__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2Ljava_lang_Object_2II(obj, p0, p1){ + return obj.package_private$java_util$indexOf__Ljava_lang_Object_2II(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3509__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2Ljava_lang_Object_2II(obj, p0, p1){ + return obj.package_private$java_util$lastIndexOf__Ljava_lang_Object_2II(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m351__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIIIZ(obj, p0, p1, p2, p3){ + return obj.touchUp__IIIIZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3510__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2(obj, p0){ + return obj.remove__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3514__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + return obj.set__ILjava_lang_Object_2Ljava_lang_Object_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3518__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(obj, p0){ + return obj.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m352__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIIIZ(obj, p0, p1, p2, p3){ + return obj.touchCancelled__IIIIZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3520__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2IILjava_lang_Object_2(obj, p0, p1){ + obj.removeRange__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3521__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_ArrayList_2ILjava_lang_Object_2(obj, p0){ + obj.package_private$java_util$setSize__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m353__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIZ(obj, p0, p1){ + return obj.mouseMoved__IIZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3536__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_Collection_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(obj, p0){ + return obj.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m354__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZ(obj, p0, p1){ + return obj.scrolled__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3545__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_Collection_2_3Ljava_lang_Object_2Z(p0, p1){ + return java_util_Collections_addAll__Ljava_util_Collection_2_3Ljava_lang_Object_2Z(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m355__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IZ(obj, p0){ + return obj.keyDown__IZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m356__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IZ(obj, p0){ + return obj.keyUp__IZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3565__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ILjava_lang_Object_2Ljava_util_List_2(p0, p1){ + return java_util_Collections_nCopies__ILjava_lang_Object_2Ljava_util_List_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m357__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2CZ(obj, p0){ + return obj.keyTyped__CZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3570__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2(p0, p1){ + java_util_Collections_rotate__Ljava_util_List_2IV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3578__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2IILjava_lang_Object_2(p0, p1, p2){ + java_util_Collections_$clinit__V(); + java_util_Collections_swapImpl__Ljava_util_List_2IIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m358__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.addTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3587__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2IILjava_lang_Object_2(p0, p1, p2){ + java_util_Collections_swapImpl__Ljava_util_List_2IIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3588__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2_3Ljava_lang_Object_2IILjava_lang_Object_2(p0, p1, p2){ + java_util_Collections_swapImpl___3Ljava_lang_Object_2IIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m359__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.removeTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3596__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.add__ILjava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3597__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_util_Collection_2Z(obj, p0, p1){ + return obj.addAll__ILjava_util_Collection_2Z(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3598__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2(obj, p0){ + return obj.get__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3602__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_util_ListIterator_2(obj, p0){ + return obj.listIterator__ILjava_util_ListIterator_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3603__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2(obj, p0){ + return obj.remove__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3604__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2ILjava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + return obj.set__ILjava_lang_Object_2Ljava_lang_Object_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m3605__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_util_List_2IILjava_util_List_2(obj, p0, p1){ + return obj.subList__IILjava_util_List_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m386__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1, p2){ + return obj.hit__FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m39__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_collision_BoundingBox_2(obj, p0, p1){ + return obj.ext__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_collision_BoundingBox_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m391__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, p0){ + obj.setActionsRequestRendering__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m394__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, p0){ + obj.setDebugInvisible__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m395__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, p0){ + obj.setDebugAll__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m397__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, p0){ + obj.setDebugUnderMouse__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m398__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, p0){ + obj.setDebugParentUnderMouse__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m400__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, p0){ + obj.setDebugTableUnderMouse__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m402__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIZ(obj, p0, p1){ + return obj.isInsideViewport__IIZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m41__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_BoundingBox_2FFFLcom_badlogic_gdx_math_collision_BoundingBox_2(obj, p0, p1, p2){ + return obj.ext__FFFLcom_badlogic_gdx_math_collision_BoundingBox_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m421__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_moveTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m422__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_moveTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m423__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2, p3){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_moveTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m424__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFILcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_moveToAligned__FFIFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m425__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFIFLcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2, p3){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_moveToAligned__FFIFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2, p3, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m426__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFIFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2, p3, p4){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_moveToAligned__FFIFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m427__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_moveBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(p0, p1, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m428__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_moveBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(p0, p1, p2, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m429__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(p0, p1, p2, p3){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_moveBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m430__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_sizeTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(p0, p1, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m431__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_sizeTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(p0, p1, p2, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m432__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(p0, p1, p2, p3){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_sizeTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m433__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_sizeBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(p0, p1, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m434__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_sizeBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(p0, p1, p2, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m435__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(p0, p1, p2, p3){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_sizeBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m436__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(p0, p1, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m437__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(p0, p1, p2, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m438__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(p0, p1, p2, p3){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleTo__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m439__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(p0, p1, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m440__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(p0, p1, p2, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m441__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(p0, p1, p2, p3){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_scaleBy__FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m442__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(p0){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_rotateTo__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(p0, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m443__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_rotateTo__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(p0, p1, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m444__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_rotateTo__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m445__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(p0){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_rotateBy__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(p0, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m446__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_rotateBy__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(p0, p1, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m447__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_rotateBy__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m449__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_color__Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2(p0, p1, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m450__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_color__Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m451__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_alpha__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0, 0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m452__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_alpha__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0, p1, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m453__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0, p1, p2){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_alpha__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m454__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_alpha__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(0, p0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m455__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeOut__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m456__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_alpha__FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(1, p0, null); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m457__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_fadeIn__FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m460__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ZLcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2(p0){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_visible__ZLcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m464__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2(p0){ + var com_badlogic_gdx_scenes_scene2d_actions_Actions_delay__FLcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2_action_0; + return com_badlogic_gdx_scenes_scene2d_actions_Actions_delay__FLcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2_action_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit) , com_badlogic_gdx_scenes_scene2d_actions_Actions_delay__FLcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2_action_0.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration = p0 , com_badlogic_gdx_scenes_scene2d_actions_Actions_delay__FLcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2_action_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m465__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2(p0, p1){ + var com_badlogic_gdx_scenes_scene2d_actions_Actions_delay__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2_action_0; + return com_badlogic_gdx_scenes_scene2d_actions_Actions_delay__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2_action_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit) , com_badlogic_gdx_scenes_scene2d_actions_Actions_delay__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2_action_0.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration = p0 , com_badlogic_gdx_scenes_scene2d_actions_Actions_delay__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2_action_0.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action = p1 , com_badlogic_gdx_scenes_scene2d_actions_Actions_delay__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2_action_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m466__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2(p0, p1){ + var com_badlogic_gdx_scenes_scene2d_actions_Actions_timeScale__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2_action_0; + return com_badlogic_gdx_scenes_scene2d_actions_Actions_timeScale__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2_action_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit) , com_badlogic_gdx_scenes_scene2d_actions_Actions_timeScale__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2_action_0.com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_scale = p0 , com_badlogic_gdx_scenes_scene2d_actions_Actions_timeScale__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2_action_0.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action = p1 , com_badlogic_gdx_scenes_scene2d_actions_Actions_timeScale__FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2_action_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m481__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ILcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2(p0, p1){ + var com_badlogic_gdx_scenes_scene2d_actions_Actions_repeat__ILcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0; + return com_badlogic_gdx_scenes_scene2d_actions_Actions_repeat__ILcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit) , com_badlogic_gdx_scenes_scene2d_actions_Actions_repeat__ILcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount = p0 , com_badlogic_gdx_scenes_scene2d_actions_Actions_repeat__ILcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action = p1 , com_badlogic_gdx_scenes_scene2d_actions_Actions_repeat__ILcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m484__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ZLcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2(p0){ + var com_badlogic_gdx_scenes_scene2d_actions_Actions_layout__ZLcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2_action_0; + return com_badlogic_gdx_scenes_scene2d_actions_Actions_layout__ZLcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2_action_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit) , com_badlogic_gdx_scenes_scene2d_actions_Actions_layout__ZLcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2_action_0.com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_enabled = p0 , com_badlogic_gdx_scenes_scene2d_actions_Actions_layout__ZLcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2_action_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m486__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2(p0, p1){ + var com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0; + return com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit) , com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_listener = p0 , com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_capture = p1 , com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m487__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2(p0, p1, p2){ + var com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0; + return com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit) , com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0.com_badlogic_gdx_scenes_scene2d_Action_target = p2 , com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_listener = p0 , com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_capture = p1 , com_badlogic_gdx_scenes_scene2d_actions_Actions_addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2_addAction_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m488__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2(p0, p1){ + return com_badlogic_gdx_scenes_scene2d_actions_Actions_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m489__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2(p0, p1, p2){ + var com_badlogic_gdx_scenes_scene2d_actions_Actions_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2_addAction_0; + return com_badlogic_gdx_scenes_scene2d_actions_Actions_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2_addAction_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit) , com_badlogic_gdx_scenes_scene2d_actions_Actions_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2_addAction_0.com_badlogic_gdx_scenes_scene2d_Action_target = p2 , com_badlogic_gdx_scenes_scene2d_actions_Actions_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2_addAction_0.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_listener = p0 , com_badlogic_gdx_scenes_scene2d_actions_Actions_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2_addAction_0.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_capture = p1 , com_badlogic_gdx_scenes_scene2d_actions_Actions_removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2_addAction_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m492__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m498__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m50__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFF(p0, p1){ + return com_badlogic_gdx_math_collision_BoundingBox_min__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m502__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2ZLjava_lang_Object_2(obj, p0){ + obj.setCapture__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m507__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2FZ(obj, p0){ + return obj.delegate__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m51__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFF(p0, p1){ + return com_badlogic_gdx_math_collision_BoundingBox_max__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m510__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m515__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2FLjava_lang_Object_2(obj, p0){ + obj.setAlpha__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m518__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m527__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FZ(obj, p0){ + return obj.delegate__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m531__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FLjava_lang_Object_2(obj, p0){ + obj.setTime__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m533__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FLjava_lang_Object_2(obj, p0){ + obj.setDuration__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m538__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelegateAction_2FZ(obj, p0){ + return obj.delegate__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m539__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelegateAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m548__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m550__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2ZLjava_lang_Object_2(obj, p0){ + obj.setActive__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m552__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m554__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FLjava_lang_Object_2(obj, p0){ + obj.setValue__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m556__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FLjava_lang_Object_2(obj, p0){ + obj.setStart__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m558__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FLjava_lang_Object_2(obj, p0){ + obj.setEnd__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m564__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m566__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2ILjava_lang_Object_2(obj, p0){ + obj.setValue__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m568__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2ILjava_lang_Object_2(obj, p0){ + obj.setStart__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m570__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2ILjava_lang_Object_2(obj, p0){ + obj.setEnd__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m576__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m578__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2ZLjava_lang_Object_2(obj, p0){ + obj.setLayoutEnabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m580__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FLjava_lang_Object_2(obj, p0){ + obj.updateRelative__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m581__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setAmount__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m583__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FLjava_lang_Object_2(obj, p0){ + obj.setAmountX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m585__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FLjava_lang_Object_2(obj, p0){ + obj.setAmountY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m588__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m590__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setStartPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m591__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m592__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FFILjava_lang_Object_2(obj, p0, p1, p2){ + obj.setPosition__FFIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m594__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FLjava_lang_Object_2(obj, p0){ + obj.setX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m596__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FLjava_lang_Object_2(obj, p0){ + obj.setY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m600__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2ILjava_lang_Object_2(obj, p0){ + obj.setAlignment__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m602__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m616__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m617__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_2FLjava_lang_Object_2(obj, p0){ + obj.updateRelative__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m618__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m623__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m626__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m630__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2ZLjava_lang_Object_2(obj, p0){ + obj.setCapture__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m633__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2FZ(obj, p0){ + return obj.delegate__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m636__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2ILjava_lang_Object_2(obj, p0){ + obj.setCount__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m639__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2FLjava_lang_Object_2(obj, p0){ + obj.updateRelative__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m641__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2FLjava_lang_Object_2(obj, p0){ + obj.setAmount__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m644__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m646__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2FLjava_lang_Object_2(obj, p0){ + obj.setRotation__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m648__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2ZLjava_lang_Object_2(obj, p0){ + obj.setUseShortestDirection__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m651__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m658__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FLjava_lang_Object_2(obj, p0){ + obj.updateRelative__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m659__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setAmount__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m660__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FLjava_lang_Object_2(obj, p0){ + obj.setAmount__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m662__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FLjava_lang_Object_2(obj, p0){ + obj.setAmountX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m664__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FLjava_lang_Object_2(obj, p0){ + obj.setAmountY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m667__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m668__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setScale__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m669__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FLjava_lang_Object_2(obj, p0){ + obj.setScale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m671__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FLjava_lang_Object_2(obj, p0){ + obj.setX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m673__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FLjava_lang_Object_2(obj, p0){ + obj.setY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m675__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m683__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FLjava_lang_Object_2(obj, p0){ + obj.updateRelative__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m684__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setAmount__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m686__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FLjava_lang_Object_2(obj, p0){ + obj.setAmountWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m688__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FLjava_lang_Object_2(obj, p0){ + obj.setAmountHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m691__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m692__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setSize__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m694__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FLjava_lang_Object_2(obj, p0){ + obj.setWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m696__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FLjava_lang_Object_2(obj, p0){ + obj.setHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m698__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m701__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m706__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FLjava_lang_Object_2(obj, p0){ + obj.setTime__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m708__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FLjava_lang_Object_2(obj, p0){ + obj.setDuration__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m712__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2ZLjava_lang_Object_2(obj, p0){ + obj.setReverse__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m714__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2FZ(obj, p0){ + return obj.delegate__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m716__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2FLjava_lang_Object_2(obj, p0){ + obj.setScale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m718__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m722__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2FZ(obj, p0){ + return obj.act__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m724__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2ZLjava_lang_Object_2(obj, p0){ + obj.setVisible__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m727__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZLjava_lang_Object_2(obj, p0){ + obj.setChecked__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m728__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$setChecked__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m735__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZLjava_lang_Object_2(obj, p0){ + obj.setDisabled__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m736__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZLjava_lang_Object_2(obj, p0){ + obj.setProgrammaticChangeEvents__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m741__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m765__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZ(obj, p0, p1){ + return obj.canCheck__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m771__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2ILjava_lang_Object_2(obj, p0){ + obj.setMinCheckCount__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m772__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2ILjava_lang_Object_2(obj, p0){ + obj.setMaxCheckCount__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m773__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2ZLjava_lang_Object_2(obj, p0){ + obj.setUncheckLast__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m789__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.size__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m790__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1){ + return obj.size__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m792__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.width__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m794__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.height__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m797__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.minSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m798__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1){ + return obj.minSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m800__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.minWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m802__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.minHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m805__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1){ + return obj.prefSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m806__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.prefSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m808__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.prefWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m810__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.prefHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m813__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.maxSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m814__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1){ + return obj.maxSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m816__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.maxWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m818__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.maxHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m821__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.space__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m822__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1, p2, p3){ + return obj.space__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m824__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.spaceTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m826__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.spaceLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m828__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.spaceBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m83__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.getEndPoint__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m830__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.spaceRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m833__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m834__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1, p2, p3){ + return obj.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m836__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m838__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.padLeft__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m840__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.padBottom__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m842__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.padRight__FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m844__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1){ + return obj.fill__FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m845__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1){ + return obj.fill__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m846__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.fill__ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m849__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.align__ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m859__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2IILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1){ + return obj.expand__IILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m860__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1){ + return obj.expand__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m863__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.colspan__ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m865__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0){ + return obj.uniform__ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m866__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, p0, p1){ + return obj.uniform__ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m869__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setActorBounds__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m87__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_Ray_2FFFFFFLcom_badlogic_gdx_math_collision_Ray_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.set__FFFFFFLcom_badlogic_gdx_math_collision_Ray_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m871__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLjava_lang_Object_2(obj, p0){ + obj.setActorX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m873__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLjava_lang_Object_2(obj, p0){ + obj.setActorY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m875__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLjava_lang_Object_2(obj, p0){ + obj.setActorWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m877__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLjava_lang_Object_2(obj, p0){ + obj.setActorHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m935__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m945__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m946__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.drawBackground__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m948__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZLjava_lang_Object_2(obj, p0, p1){ + obj.setBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m956__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, p0, p1){ + obj.addActorAt__ILcom_badlogic_gdx_scenes_scene2d_Actor_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m960__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, p0, p1){ + return obj.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m961__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, p0, p1){ + return obj.removeActorAt__IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m964__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.size__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m965__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0, p1){ + return obj.size__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m967__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.width__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m969__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.height__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m972__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.minSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m973__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0, p1){ + return obj.minSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m975__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.minWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m977__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.minHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m980__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0, p1){ + return obj.prefSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m981__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.prefSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m983__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.prefWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m985__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.prefHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m988__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.maxSize__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m989__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0, p1){ + return obj.maxSize__FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m991__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.maxWidth__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m993__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.maxHeight__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m996__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.pad__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m997__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0, p1, p2, p3){ + return obj.pad__FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$m999__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, p0){ + return obj.padTop__FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_WindowedMean_added_1values = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1001__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonWriter_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_JsonWriter_named = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1003__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonWriter_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_JsonWriter_quoteLongValues = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s101__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1011__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_ObjectMap_size = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1012__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2_3Ljava_lang_Object_2V(obj, value_0){ + obj.com_badlogic_gdx_utils_ObjectMap_keyTable = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1013__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2_3Ljava_lang_Object_2V(obj, value_0){ + obj.com_badlogic_gdx_utils_ObjectMap_valueTable = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1014__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2FV(obj, value_0){ + obj.com_badlogic_gdx_utils_ObjectMap_loadFactor = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1015__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_ObjectMap_threshold = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1016__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_ObjectMap_shift = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1017__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_ObjectMap_mask = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s102__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1028__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2_3Ljava_lang_Object_2V(obj, value_0){ + obj.com_badlogic_gdx_utils_Queue_values = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1029__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_Queue_head = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1030__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_Queue_tail = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1031__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_Queue_size = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1039__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue$QueueIterator_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_Queue$QueueIterator_index = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s1040__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue$QueueIterator_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Queue$QueueIterator_valid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s107__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage_actionsRequestRendering = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s109__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage_debugInvisible = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s110__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage_debugAll = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s111__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage_debugUnderMouse = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s112__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage_debugParentUnderMouse = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s118__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_pointer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s119__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_button = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s125__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_capture = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s127__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_start = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s128__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s130__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startR = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s131__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startG = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s132__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startB = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s133__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startA = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s136__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_count = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s137__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_current = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s138__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s139__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s142__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_EventAction_result = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s143__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_EventAction_active = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s145__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s146__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s147__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_value = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s148__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s149__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s150__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_IntAction_value = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s151__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_enabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s152__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s153__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s154__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s155__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s156__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s157__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s158__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s160__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_complete = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s161__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_lastPercent = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s163__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_removed = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s165__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_capture = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s167__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s168__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_executedCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s169__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_finished = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s170__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_amount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s171__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_start = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s172__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_end = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s173__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_useShortestDirection = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s175__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_ran = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s176__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s177__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s178__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s179__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s180__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s181__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s182__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_index = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s183__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s184__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s185__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s186__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s187__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s188__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s189__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s190__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s192__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_reverse = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s193__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_began = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s194__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_complete = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s195__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_scale = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s197__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_visible = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s199__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s2__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_WindowedMean_last_1value = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s200__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s203__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s213__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s214__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s215__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s216__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s217__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s218__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s221__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s222__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_maxCheckCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s223__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_uncheckLast = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s259__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s260__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s261__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s262__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s264__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s265__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_column = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s266__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_row = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s267__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_cellAboveIndex = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s268__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s269__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s270__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s271__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s28__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_Sphere_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_collision_Sphere_radius = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s292__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s293__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s294__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_align = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s296__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_clip = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s297__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_round = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s3__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_WindowedMean_mean = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s302__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_cancelHide = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s307__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s308__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s309__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_lastPrefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s310__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s312__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s313__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s314__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s315__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_round = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s316__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s317__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapReverse = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s318__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s319__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s320__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapSpace = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s321__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s322__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s323__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s324__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s325__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s327__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Image_align = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s328__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s329__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s330__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Image_imageWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s331__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Image_imageHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s356__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_prefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s357__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_prefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s359__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_intValue = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s361__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_labelAlign = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s362__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_lineAlign = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s363__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_wrap = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s364__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_lastPrefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s365__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeInvalid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s366__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s367__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s368__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleChanged = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s377__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s378__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s379__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s380__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_List_alignment = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s381__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s382__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s384__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_List_typeToSelect = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s393__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_lastDelta = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s394__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isRunning = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s395__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ownsEffect = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s396__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_resetOnStart = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s397__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_autoRemove = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s399__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s4__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2ZV(obj, value_0){ + obj.com_badlogic_gdx_math_WindowedMean_dirty = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s400__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s401__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s402__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s403__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateFromValue = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s404__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s406__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateDuration = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s407__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s41__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_visible = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s410__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s411__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_round = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s412__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_programmaticChangeEvents = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s42__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_debug = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s43__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s430__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s431__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s432__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s433__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollOnBottom = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s434__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s435__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s436__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s437__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s438__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s439__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s44__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s440__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollH = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s441__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollV = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s443__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeScrollBars = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s444__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_smoothScrolling = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s445__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollBarTouch = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s446__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s447__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlphaSeconds = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s448__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelay = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s449__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelaySeconds = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s45__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_width = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s450__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_cancelTouchFocus = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s451__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScroll = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s452__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s453__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s454__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s455__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s456__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s457__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s458__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s459__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s46__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_height = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s460__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMax = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s461__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s462__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s463__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s464__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s465__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_clamp = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s466__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollbarsOnTop = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s467__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_variableSizeKnobs = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s468__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s47__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_originX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s479__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s48__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_originY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s480__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s482__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_disabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s483__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_alignment = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s484__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selectedPrefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s487__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_maxListCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s49__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_scaleX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s50__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_scaleY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s504__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s509__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_button = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s51__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Actor_rotation = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s510__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s511__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s514__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_threshold = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s526__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s527__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s528__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_minAmount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s529__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_maxAmount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s533__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_cursorOverHandle = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s538__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s539__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s540__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_minWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s541__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_minHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s542__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s543__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s544__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s551__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_columns = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s552__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rows = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s553__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_implicitEndRow = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s558__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s563__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s564__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s565__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s566__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s57__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Event_capture = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s575__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_align = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s579__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_clip = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s58__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Event_bubbles = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s581__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_round = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s59__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Event_handled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s595__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s596__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s597__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesShowing = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s598__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s599__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_prefRows = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s60__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Event_stopped = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s61__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Event_cancelled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s621__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(value_0){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatInitialTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s622__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(value_0){ + com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s624__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s625__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s626__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s627__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_writeEnters = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s638__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_focusTraversal = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s639__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_onlyFontChars = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s640__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s641__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHAlign = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s642__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s643__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s646__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s648__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordCharacter = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s649__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_fontOffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s650__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s651__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s652__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s653__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s654__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextEnd = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s655__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_maxLength = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s656__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_focused = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s657__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s658__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s661__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_programmaticChangeEvents = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s67__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Group_transform = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s675__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_wrapWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s679__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_instant = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s680__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_always = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s681__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_touchIndependent = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s685__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_initialTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s686__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_subsequentTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s687__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s688__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_enabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s689__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_animations = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s690__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_maxWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s691__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_offsetX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s692__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_offsetY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s693__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_edgeDistance = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s695__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s70__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s700__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touched = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s701__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_resetOnTouchUp = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s702__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneRadius = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s71__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s714__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s715__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s716__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s717__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s718__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s719__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s72__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s720__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s721__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s722__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_sizeInvalid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s73__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s730__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ZV(obj, value_0){ + obj.$_nullField = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s731__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ZV(obj, value_0){ + obj.$_nullField = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s733__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2FV(obj, value_0){ + obj.$_nullField = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s74__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s75__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_button = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s751__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s752__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s753__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_lastPrefWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s754__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s756__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s757__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s758__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s759__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_round = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s76__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_keyCode = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s760__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s761__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s762__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s763__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrapSpace = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s764__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s765__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s766__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s767__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s768__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s769__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s77__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_character = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s770__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Widget_fillParent = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s771__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Widget_layoutEnabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s772__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s773__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_fillParent = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s774__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_layoutEnabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s779__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_isMovable = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s780__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s781__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_isResizable = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s782__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_resizeBorder = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s783__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_keepWithinStage = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s786__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_drawTitleTable = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s787__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_edge = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s788__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_dragging = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s79__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_touchFocus = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s800__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeSelect = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s803__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s804__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s805__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s806__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s807__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s808__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s809__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FV(value_0){ + com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedDuration = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s810__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapSquareSize = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s811__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s812__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s813__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedPointer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s814__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedButton = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s815__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s816__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s817__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_over = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s818__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s821__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s827__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_removeDragActor = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s829__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_isValidTarget = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s832__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tapSquareSize = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s833__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_button = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s834__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s835__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s836__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s837__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s839__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s840__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_activePointer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s841__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_cancelTouchFocus = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s842__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_keepWithinStage = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s849__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_tapSquareSize = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s850__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s851__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s852__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s853__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s854__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s855__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s856__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s857__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s858__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s859__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s860__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_pressedPointer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s861__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_button = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s862__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s868__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_minSpeed = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s869__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_maxSpeed = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s870__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tickSecs = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s873__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padTop = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s874__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padBottom = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s875__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s887__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_isDisabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s888__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_toggle = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s889__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_multiple = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s890__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_required = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s891__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s896__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2FV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_scale = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s897__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2IV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_align = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s898__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV(value_0){ + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isAndroid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s899__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV(value_0){ + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s900__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV(value_0){ + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isWindows = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s901__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV(value_0){ + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isLinux = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s902__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV(value_0){ + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isIos = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s903__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2V(obj, value_0){ + obj.com_badlogic_gdx_utils_Array_items = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s904__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_Array_size = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s905__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Array_ordered = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s91__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(value_0){ + com_badlogic_gdx_scenes_scene2d_Stage_debug = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s914__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_Array$ArrayIterator_index = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s915__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Array$ArrayIterator_valid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s916__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2_3Ljava_lang_Object_2V(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap_keys = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s917__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2_3Ljava_lang_Object_2V(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap_values = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s918__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap_size = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s919__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap_ordered = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s928__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Entries_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap$Entries_index = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s929__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Entries_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap$Entries_valid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s931__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Keys_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap$Keys_index = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s932__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Keys_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap$Keys_valid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s934__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Values_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap$Values_index = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s935__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Values_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_ArrayMap$Values_valid = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s939__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Json_usePrototypes = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s94__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, value_0){ + obj.com_badlogic_gdx_scenes_scene2d_Stage_ownsBatch = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s941__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Json_quoteLongValues = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s942__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Json_ignoreUnknownFields = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s943__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Json_ignoreDeprecated = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s944__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Json_readDeprecated = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s945__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Json_enumNames = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s946__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_Json_sortFields = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s975__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonReader_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_JsonReader_stop = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s978__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2DV(obj, value_0){ + obj.com_badlogic_gdx_utils_JsonValue_doubleValue = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s985__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_JsonValue_size = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s989__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2IV(obj, value_0){ + obj.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_singleLineColumns = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_$s990__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2ZV(obj, value_0){ + obj.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_wrapNumericArrays = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_IReflectionCache2Generated__V(){ + com_badlogic_gwtref_client_IReflectionCache2Generated_$clinit__V(); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_aX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_aX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_aX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_aX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('aX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_aY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_aY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_aY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_aY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('aY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_aZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_aZ_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_aZ_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_aZ_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('aZ', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1D) + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1D; + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), '[C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_1006); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_a_1bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_a_1bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_a_1bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a_bounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, $intern_1007); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('action1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1008); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('action2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1008); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('action3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1008); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('action4', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1008); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_action5_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_action5_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_action5_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_action5_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('action5', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1008); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1009, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1008); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actionsRequestRendering_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actionsRequestRendering_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actionsRequestRendering_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actionsRequestRendering_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1010, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actions_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actions_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actions_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actions_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1011, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, 1), '[Lcom/badlogic/gdx/scenes/scene2d/Action;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_active_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_active_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_active_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_active_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_151, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actorAfter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actorAfter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorAfter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorAfter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('actorAfter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actorBefore_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actorBefore_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorBefore_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorBefore_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('actorBefore', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actorCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actorCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('actorCoords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actorHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actorHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1014, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actorIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actorIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('actorIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actorWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actorWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1015, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actorX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actorX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('actorX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actorY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actorY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actorY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('actorY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('actors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('actors', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, 1), '[Lcom/badlogic/gdx/scenes/scene2d/Actor;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_actualType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_actualType_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_actualType_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_actualType_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('actualType', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_additionalCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_additionalCapacity_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_additionalCapacity_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_additionalCapacity_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('additionalCapacity', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_additional_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_additional_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_additional_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_additional_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('additional', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_adjustPadding_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_adjustPadding_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_adjustPadding_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_adjustPadding_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('adjustPadding', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_after_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_after_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_after_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_after_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('after', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1020, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_allowRemove_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_allowRemove_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_allowRemove_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_allowRemove_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1021, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_alpha_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_alpha_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_alpha_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_248, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_alsoIgnored_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_alsoIgnored_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_alsoIgnored_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_alsoIgnored_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('alsoIgnored', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_always_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_always_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_always_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_always_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('always', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_amountInDegrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_amountInDegrees_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_amountInDegrees_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_amountInDegrees_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('amountInDegrees', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1022, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1023, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_animateInterpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_animateInterpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_animateInterpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_animateInterpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1024, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, $intern_1025); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_area_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_area_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_area_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_area_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1026, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('arg0', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_arrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_arrayType_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_arrayType_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_arrayType_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('arrayType', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, $intern_1029); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_678, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_678, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_1006); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ascendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ascendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ascendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ascendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ascendant', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_at_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_at_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_at_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_at_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('at', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('atlas', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_12_1classLit, $intern_1031); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_autoRemove_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_autoRemove_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_autoRemove_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_autoRemove_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1032, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bZ_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bZ_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bZ_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bZ', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1B) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1B; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1B = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 'B'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1D) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1D; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, $intern_1007); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Boolean_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Boolean_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Boolean_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Boolean_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, $intern_1033); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Byte_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Byte_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Byte_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Byte_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, $intern_1034); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Double_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Double_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Double_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Double_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, $intern_1035); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Float_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Float_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Float_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Float_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, $intern_1036); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Integer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Integer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Integer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Integer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, $intern_1037); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Short_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Short_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Short_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Short_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, $intern_1038); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1S) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1S; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 'S'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_batchTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_batchTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_batchTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_batchTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('batchTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_12_1classLit, $intern_1043); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_before_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_before_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_before_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_before_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('before', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('beginIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_below_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_below_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_below_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_below_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('below', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bestCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bestCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bestCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bestCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bestCoords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_best_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_best_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_best_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_best_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('best', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, $intern_1044); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bits', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1J) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1J; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bits', com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_blinkTime_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_blinkTime_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_blinkTime_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_blinkTime_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('blinkTime', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bottomHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bottomHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bottomHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bottomHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1045, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, $intern_1007); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_braces_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_braces_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_braces_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_braces_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('braces', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bubbles_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bubbles_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bubbles_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bubbles_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bubbles', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Lcom_1badlogic_1gdx_1utils_1StringBuilder_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Lcom_1badlogic_1gdx_1utils_1StringBuilder_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Lcom_1badlogic_1gdx_1utils_1StringBuilder_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Lcom_1badlogic_1gdx_1utils_1StringBuilder_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1047, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1StringBuilder_12_1classLit, 'Lcom/badlogic/gdx/utils/StringBuilder;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1io_1Writer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1io_1Writer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1io_1Writer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1047, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Writer_12_1classLit, $intern_1048); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1lang_1StringBuilder_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1lang_1StringBuilder_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1lang_1StringBuilder_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1lang_1StringBuilder_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1047, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, $intern_1049); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_buttonStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_buttonStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_buttonStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_buttonStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('buttonStyle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, $intern_1050); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Button;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_buttons_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_buttons_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_buttons_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_buttons_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('buttons', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, 1), '[Lcom/badlogic/gdx/scenes/scene2d/ui/Button;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B) + return com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B; + return com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bytes', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), '[B'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c0__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c0) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c0; + com_badlogic_gwtref_client_IReflectionCache2Generated_c0 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_852, 0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c0.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c0.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c0.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, true, false, false, false, false, false, 0, 0, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('added_values', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 1, 1, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('last_value', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 2, 2, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('mean', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 3, 3, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1052, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 4, 4, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c0.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasEnoughData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 0), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMean', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getOldest', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 4), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLatest', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 5), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('standardDeviation', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 6), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLowest', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 7), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getHighest', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 8), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getValueCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 9), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getWindowSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 10), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getWindowValues', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 11)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c0.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_423, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_window_1size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 12)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c0; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c1__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c1; + com_badlogic_gwtref_client_IReflectionCache2Generated_c1 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_785, 1, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c1.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c1.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c1.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 5, 5, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpVector', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, true, false, 6, 6, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 7, 7, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 8, 8, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cnt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, false, false, 9, 9, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dim', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, false, false, 10, 10, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c1.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 13), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCenterX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 14), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCenterY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 15), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCenterZ', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 16), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1058, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 17), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1059, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 18), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 19), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1061, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 20), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1062, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 21), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1063, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 22), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1064, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 23), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1065, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 24), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDimensions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 25), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 26), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 27), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 28), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 29), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMax', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 30), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 31), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 32), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 33), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 34), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 35), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('inf', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 36), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ext', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 37), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ext', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 38), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ext', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 39), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ext', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 40), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ext', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 41), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clr', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 42), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isValid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 43), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 44), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 45), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 46), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 47), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1073, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 48), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 49), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, true, false, false, false, false, false, true, false, 50), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, true, false, false, false, false, false, true, false, 51)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c1.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 52), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 53), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 54)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c1; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c10__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c10) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c10; + com_badlogic_gwtref_client_IReflectionCache2Generated_c10 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_851, 10, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c10.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c10.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c10.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stage', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, false, false, true, false, false, false, false, 54, 54, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1075, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 55, 55, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1076, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 56, 56, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1077, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 57, 57, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bubbles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 58, 58, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('handled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 59, 59, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stopped', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 60, 60, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1078, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 61, 61, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c10.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 236), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1080, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 237), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('stop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 238), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 239), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 240), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1082, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 241), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getListenerActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 242), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setListenerActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listenerActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 243), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBubbles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 244), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setBubbles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bubbles_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 245), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isHandled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 246), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isStopped', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 247), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isCancelled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 248), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1083, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 249), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isCapture', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 250), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1084, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 251), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStage', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 252)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c10.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Event', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 253)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c10; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c100__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c100) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c100; + com_badlogic_gwtref_client_IReflectionCache2Generated_c100 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_787, 100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c100.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c100.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c100.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c100.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c100.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1085, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_textField_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1831)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c100; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c101__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c101) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c101; + com_badlogic_gwtref_client_IReflectionCache2Generated_c101 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_839, 101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter$DigitsOnlyFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c101.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c101.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c101.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c101.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1085, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter$DigitsOnlyFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_textField_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1832)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c101.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('DigitsOnlyFilter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter$DigitsOnlyFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter$DigitsOnlyFilter_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1833)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c101; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c102__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c102) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c102; + com_badlogic_gwtref_client_IReflectionCache2Generated_c102 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_764, 102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c102.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c102.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c102.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c102.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c102.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_446, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_textField_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1834)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c102; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c103__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c103) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c103; + com_badlogic_gwtref_client_IReflectionCache2Generated_c103 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_835, 103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c103.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c103.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c103.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c103.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, false, false, false, false, true, false, false, 662, 662, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1087, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 663, 663, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1088, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 664, 664, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1089, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 665, 665, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 666, 666, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('focusedBackground', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 667, 667, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1090, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 668, 668, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1091, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 669, 669, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 670, 670, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('messageFont', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, false, false, false, false, true, false, false, 671, 671, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('messageFontColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 672, 672, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c103.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1093, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1835), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1093, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1836), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1093, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1837)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c103; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c104__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c104) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c104; + com_badlogic_gwtref_client_IReflectionCache2Generated_c104 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_936, 104, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c104.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c104.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c104.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1838), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1839)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c104.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_603, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1840), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_603, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1841), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_603, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1842), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_603, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_manager_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1843), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_603, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_manager_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1844), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_603, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_manager_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1845)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c104; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c105__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c105) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c105; + com_badlogic_gwtref_client_IReflectionCache2Generated_c105 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_805, 105, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c105.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c105.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c105.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c105.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1095, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, false, false, false, false, true, false, false, 673, 673, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 674, 674, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('wrapWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 675, 675, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c105.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1096, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1846), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1096, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1847), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1096, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1848)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c105; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c106__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c106) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c106; + com_badlogic_gwtref_client_IReflectionCache2Generated_c106 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_837, 106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c106.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c106.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c106.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, true, false, false, false, true, false, 676, 676, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1098, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, true, false, true, false, false, false, false, 677, 677, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('container', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, true, true, false, false, false, false, false, 678, 678, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1099, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 679, 679, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('always', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 680, 680, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 681, 681, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1075, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 682, 682, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c106.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getManager', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1849), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getContainer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1850), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_contents_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1851), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1852), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setInstant', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_instant_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1853), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAlways', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_always_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1854), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTouchIndependent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_touchIndependent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1855), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1856), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_440, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1857), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setContainerPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1858), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_441, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fromActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1859), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_442, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_toActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1860), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1861)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c106.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_602, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_contents_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1862), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_602, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_contents_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_manager_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1863)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c106; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c107__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c107) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c107; + com_badlogic_gwtref_client_IReflectionCache2Generated_c107 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_905, 107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c107.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c107.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c107.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, false, false, true, false, false, true, false, 683, 683, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('files', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Files_12_1classLit, false, false, true, false, false, true, false, 684, 684, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('initialTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 685, 685, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('subsequentTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 686, 686, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('resetTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 687, 687, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_452, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 688, 688, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1105, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 689, 689, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 690, 690, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 691, 691, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 692, 692, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('edgeDistance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 693, 693, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('shown', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, true, false, false, false, false, false, 694, 694, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 695, 695, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('resetTask', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit, true, true, false, false, false, false, false, 696, 696, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('showTooltip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, false, true, false, false, false, false, false, 697, 697, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('showTask', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit, true, true, false, false, false, false, false, 698, 698, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c107.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1864), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_441, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1865), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1866), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('showAction', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1867), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hideAction', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1868), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hideAll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1869), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1099, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1870), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getInstance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 1871)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c107.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_606, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1872)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c107; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c108__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c108) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c108; + com_badlogic_gwtref_client_IReflectionCache2Generated_c108 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_801, 108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c108.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c108.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c108.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, false, false, true, false, false, false, false, 699, 699, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('touched', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 700, 700, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('resetOnTouchUp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 701, 701, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 702, 702, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, true, false, true, false, false, false, false, 703, 703, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('touchBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, true, false, true, false, false, false, false, 704, 704, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('deadzoneBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, true, false, true, false, false, false, false, 705, 705, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, false, false, 706, 706, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobPercent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, false, false, 707, 707, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c108.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_isTouchUp_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1873), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1874), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1875), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1876), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1877), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1878), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1879), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1880), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isTouched', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1881), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getResetOnTouchUp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1882), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setResetOnTouchUp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_reset_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1883), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDeadzone', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_deadzoneRadius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1884), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKnobX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1885), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKnobY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1886), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKnobPercentX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1887), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKnobPercentY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1888)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c108.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_610, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_deadzoneRadius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1889), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_610, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_deadzoneRadius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1890), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_610, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_deadzoneRadius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1891)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c108; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c109__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c109) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c109; + com_badlogic_gwtref_client_IReflectionCache2Generated_c109 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_760, 109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c109.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c109.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c109.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c109.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 708, 708, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knob', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 709, 709, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c109.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1892), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1893), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1894)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c109; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c11__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c11) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c11; + com_badlogic_gwtref_client_IReflectionCache2Generated_c11 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_964, 11, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c11.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c11.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c11.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c11.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 254)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c11; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c110__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c110) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c110; + com_badlogic_gwtref_client_IReflectionCache2Generated_c110 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_811, 110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c110.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c110.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c110.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 710, 710, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, false, true, false, false, false, false, false, 711, 711, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rootNodes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, true, false, false, false, false, false, 712, 712, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, true, true, false, false, false, false, false, 713, 713, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ySpacing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 714, 714, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('iconSpacingLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 715, 715, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('iconSpacingRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 716, 716, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('paddingLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 717, 717, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('paddingRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 718, 718, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1119, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 719, 719, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 720, 720, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 721, 721, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 722, 722, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('foundNode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, false, false, true, false, false, false, false, 723, 723, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('overNode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, false, false, true, false, false, false, false, 724, 724, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1123, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, false, true, false, false, false, false, false, 725, 725, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, false, false, true, false, false, false, false, 726, 726, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c110.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1895), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1896), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1897), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1898), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1899), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1900), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1901), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1131, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1902), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1903), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_plusMinusWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1904), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1905), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_plusMinusWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1906), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1907), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1133, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1908), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawIcons', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_plusMinusWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1909), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1910), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_over_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, $intern_993), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawExpandIcon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_expandIcon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1912), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawIcon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_icon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1913), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getExpandIcon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_iconX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1914), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getNodeAt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1915), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getNodeAt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_rowY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1916), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('selectNodes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_low_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_high_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1917), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1135, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1918), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSelectedNode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1919), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSelectedValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_994), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1921), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRootNodes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1922), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getNodes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_995), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('updateRootNodes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1924), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getOverNode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1925), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getOverValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1926), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setOverNode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_overNode_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1927), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1136, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padding_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1928), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1136, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1929), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setIndentSpacing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_indentSpacing_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1930), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getIndentSpacing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1931), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setYSpacing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ySpacing_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1932), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getYSpacing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1933), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setIconSpacing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1934), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_970), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1936), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1137, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1937), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1137, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1938), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1138, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1939), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1940), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1941), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1942), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1943), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1141, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1944), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1141, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1945), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1946)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c110.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_612, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1947), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_612, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1948), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_612, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1949)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c110; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c111__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c111) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c111; + com_badlogic_gwtref_client_IReflectionCache2Generated_c111 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_799, 111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c111.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c111.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c111.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c111.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 727, 727, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, false, true, false, false, false, false, false, 728, 728, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, true, false, false, false, false, false, 729, 729, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1144, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 730, 730, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('expanded', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 731, 731, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('icon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, true, false, false, false, false, false, 732, 732, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 733, 733, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, true, false, false, false, false, false, 734, 734, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c111.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setExpanded', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_expanded_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1950), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addToTree', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tree_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actorIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, $intern_996), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeFromTree', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tree_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actorIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1952), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1953), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1954), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_childIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1955), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('countActors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 1956), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1957), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1958), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1959), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTree', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1960), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1961), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1962), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isExpanded', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1963), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1146, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1964), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1965), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('updateChildren', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1966), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1967), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setIcon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_icon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1968), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1969), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1150, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1970), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getIcon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1971), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLevel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1972), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1973), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1974), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1141, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1975), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('expandTo', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1976), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isSelectable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1977), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSelectable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_selectable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1978), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1137, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1979), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1138, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1980), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1981), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1151, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1982), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1983)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c111; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c112__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c112) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c112; + com_badlogic_gwtref_client_IReflectionCache2Generated_c112 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_874, 112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c112.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c112.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c112.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c112.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('plus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 735, 735, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('minus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 736, 736, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('plusOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 737, 737, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('minusOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 738, 738, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 739, 739, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 740, 740, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 741, 741, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c112.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1154, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, $intern_997), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1154, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_plus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_minus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1985), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1154, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1986)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c112; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c113__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c113) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c113; + com_badlogic_gwtref_client_IReflectionCache2Generated_c113 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_903, 113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c113.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c113.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c113.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('zero', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, true, false, false, false, true, true, false, 742, 742, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 743, 743, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 744, 744, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 745, 745, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 746, 746, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 747, 747, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 748, 748, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c113.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1987), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_context_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1988), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1159, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1989), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1159, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1990), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1160, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1991), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1160, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1992)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c113; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c114__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c114) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c114; + com_badlogic_gwtref_client_IReflectionCache2Generated_c114 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_945, 114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c114.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c114.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c114.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c114.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cache', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, 1), true, true, false, false, false, true, false, 749, 749, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, false, false, 750, 750, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c114.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_context_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1993), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1994), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1995)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c114.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Fixed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1996)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c114; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c115__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c115) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c115; + com_badlogic_gwtref_client_IReflectionCache2Generated_c115 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_943, 115, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c115.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c115.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c115.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c115.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1997), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1998), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1999), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2000), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2001), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2002)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c115.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c115; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c116__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c116) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c116; + com_badlogic_gwtref_client_IReflectionCache2Generated_c116 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_753, 116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c116.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c116.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c116.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 751, 751, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 752, 752, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastPrefWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 753, 753, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 754, 754, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('columnSizes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, false, false, true, false, false, false, false, 755, 755, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 756, 756, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 757, 757, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 758, 758, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 759, 759, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 760, 760, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 761, 761, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 762, 762, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 763, 763, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 764, 764, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 765, 765, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 766, 766, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 767, 767, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 768, 768, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c116.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2003), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 2004), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2005), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 2006), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2007), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2008), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2009), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2010), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2011), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_reverse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2012), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1181, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2013), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2014), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpace', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_972), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_wrapSpace_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_998), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1182, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2017), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2018), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2019), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2020), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2021), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2022), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2023), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2024), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2025), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2026), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2027), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2028), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2029), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2030), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2031), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_999), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2033), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2034), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2035), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2036), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFill', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2037), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2038), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_expand_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2039), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getExpand', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_978), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('grow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2041), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2042), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2043), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1191, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_1000), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_columnAlign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2045), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('columnCenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_1001), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('columnTop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_1002), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('columnLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2048), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('columnBottom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2049), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('columnRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2050), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1192, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2051)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c116.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_615, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2052)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c116; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c117__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c117) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c117; + com_badlogic_gwtref_client_IReflectionCache2Generated_c117 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_794, 117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c117.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c117.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c117.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1193, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 769, 769, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1194, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 770, 770, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1195, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 771, 771, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c117.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2053), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2054), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2055), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2056), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2057), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2058), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2059), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2060), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1193, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2061), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2062), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1202, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2063), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1203, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2064), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pack', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2065), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1204, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fillParent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2066), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2067), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2068)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c117.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_530, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2069)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c117; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c118__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c118) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c118; + com_badlogic_gwtref_client_IReflectionCache2Generated_c118 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_917, 118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c118.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c118.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c118.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1193, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 772, 772, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1194, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 773, 773, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1195, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 774, 774, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c118.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2070), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2071), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2072), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2073), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2074), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2075), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2076), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2077), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2078), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1193, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2079), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2080), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1202, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2081), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1205, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2082), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1203, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2083), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pack', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2084), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1204, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fillParent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2085), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2086), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2087), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2088)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c118.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_485, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2089), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_485, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 2090)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c118; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c119__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c119) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c119; + com_badlogic_gwtref_client_IReflectionCache2Generated_c119 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_941, 119, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c119.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c119.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c119.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 775, 775, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 776, 776, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MOVE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 777, 777, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, false, false, true, false, false, false, false, 778, 778, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1206, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 779, 779, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 780, 780, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1208, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 781, 781, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1209, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 782, 782, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1210, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 783, 783, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('titleLabel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, false, true, false, false, false, false, false, 784, 784, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('titleTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, false, true, false, false, false, false, false, 785, 785, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('drawTitleTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 786, 786, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('edge', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 787, 787, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dragging', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, true, false, false, false, 788, 788, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c119.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2091), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2092), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2093), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1210, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2094), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2095), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawStageBackground', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2096), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1133, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2097), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2098), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1206, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2099), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMovable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_isMovable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2100), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2101), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setModal', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_isModal_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2102), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1211, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keepWithinStage_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2103), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1208, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2104), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setResizable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_isResizable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2105), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setResizeBorder', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_resizeBorder_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2106), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1212, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2107), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2108), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTitleTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2109), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTitleLabel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2110)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c119.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_520, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2111), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_520, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2112), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_520, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2113)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c119; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c12__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c12) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c12; + com_badlogic_gwtref_client_IReflectionCache2Generated_c12 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_889, 12, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c12.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c12.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c12.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 62, 62, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1SnapshotArray_12_1classLit, true, true, false, false, false, false, false, 63, 63, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('worldTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, true, false, true, false, false, false, false, 64, 64, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('computedTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, false, false, 65, 65, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('oldTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, false, false, 66, 66, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 67, 67, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, false, false, true, false, false, false, false, 68, 68, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c12.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 255), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 256), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawChildren', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 257), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 258), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawDebugChildren', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 259), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('computeTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 260), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1217, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 261), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1217, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 262), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 263), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 264), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cullingArea_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 265), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 266), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 267), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1205, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 268), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 269), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 270), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorBefore_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 271), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1224, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorAfter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 272), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 273), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 274), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 275), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 276), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 277), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 278), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 279), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 280), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1084, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 281), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('swapActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 282), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('swapActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 283), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 284), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1146, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1SnapshotArray_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 285), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 286), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 287), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 288), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('localToDescendantCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_descendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 289), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1229, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_recursively_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 290), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1230, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 291), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 292), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1lang_1StringBuilder_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 293)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c12.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Group', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 294)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c12; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c120__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c120) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c120; + com_badlogic_gwtref_client_IReflectionCache2Generated_c120 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_928, 120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c120.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c120.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c120.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c120.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 789, 789, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('titleFont', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, false, false, false, false, true, false, false, 790, 790, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 791, 791, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stageBackground', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 792, 792, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c120.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1232, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2114), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1232, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_titleFont_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_titleFontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2115), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1232, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2116)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c120; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c121__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c121) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c121; + com_badlogic_gwtref_client_IReflectionCache2Generated_c121 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_899, 121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c121.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c121.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c121.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1233, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, true, false, false, false, true, false, 793, 793, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpCoords2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, true, false, false, false, true, false, 794, 794, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('detector', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1input_1GestureDetector_12_1classLit, true, false, true, false, false, false, false, 795, 795, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, false, true, false, false, false, false, false, 796, 796, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 797, 797, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('touchDownTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 798, 798, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c121.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2117), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2118), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_438, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2119), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('tap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2120), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('longPress', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2121), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fling', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_velocityX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_velocityY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2122), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pan', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_deltaX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_deltaY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2123), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('panStop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2124), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('zoom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_initialDistance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2125), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pinch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2126), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGestureDetector', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1input_1GestureDetector_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2127), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTouchDownTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2128)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c121.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_549, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2129), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_549, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_tapCountInterval_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_longPressDuration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_maxFlingDelay_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2130)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c121; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c122__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c122) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c122; + com_badlogic_gwtref_client_IReflectionCache2Generated_c122 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_832, 122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c122.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c122.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c122.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 799, 799, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1235, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 800, 800, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1123, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, true, false, false, false, false, 801, 801, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c122.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('choose', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2131), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2132), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRangeSelect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2133), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRangeSelect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rangeSelect_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2134), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2135)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c122.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_554, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2136)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c122; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c123__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c123) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c123; + com_badlogic_gwtref_client_IReflectionCache2Generated_c123 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_748, 123, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c123.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c123.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c123.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 802, 802, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1237, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 803, 803, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1238, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 804, 804, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1239, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 805, 805, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1045, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 806, 806, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 807, 807, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 808, 808, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c123.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2137), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2138), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1241, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_leftWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2139), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2140), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1243, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rightWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2141), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1244, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2142), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1245, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_topHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2143), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1246, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2144), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1247, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bottomHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2145), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1136, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_topHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_leftWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottomHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_rightWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2146), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2147), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1248, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2148), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2149), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2150), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMinSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2151), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1250, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2152), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2153), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2154)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c123.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_620, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2155), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_620, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2156)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c123; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c124__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c124) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c124; + com_badlogic_gwtref_client_IReflectionCache2Generated_c124 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_878, 124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c124.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c124.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c124.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2157), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2158)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c124; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c125__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c125) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c125; + com_badlogic_gwtref_client_IReflectionCache2Generated_c125 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_954, 125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c125.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c125.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c125.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c125.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ChangeEvent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2159)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c125; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c126__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c126) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c126; + com_badlogic_gwtref_client_IReflectionCache2Generated_c126 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_812, 126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c126.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c126.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c126.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('visualPressedDuration', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, true, false, 809, 809, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1252, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 810, 810, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1253, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 811, 811, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1254, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 812, 812, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1255, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 813, 813, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pressedButton', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 814, 814, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 815, 815, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pressed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 816, 816, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 817, 817, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1078, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 818, 818, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('visualPressedTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, false, true, false, false, false, false, 819, 819, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1256, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, false, true, false, false, false, false, 820, 820, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tapCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 821, 821, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastTapTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, false, true, false, false, false, false, 822, 822, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c126.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2160), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_439, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2161), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_438, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2162), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_441, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fromActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2163), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_442, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_toActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2164), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1080, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2165), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clicked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2166), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1257, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2167), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1257, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2168), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1258, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2169), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1258, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2170), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('invalidateTapSquare', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2171), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isPressed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2172), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isVisualPressed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2173), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setVisualPressed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_visualPressed_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2174), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1259, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2175), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1260, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2176), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTapCountInterval', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tapCountInterval_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2177), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTapCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2178), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTapCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tapCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2179), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2180), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1262, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2181), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPressedButton', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2182), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPressedPointer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2183), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1263, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2184), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2185)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c126.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_501, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2186), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_501, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2187)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c126; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c127__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c127) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c127; + com_badlogic_gwtref_client_IReflectionCache2Generated_c127 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_884, 127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c127.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c127.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c127.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c127.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cullingArea_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2188)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c127; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c128__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c128) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c128; + com_badlogic_gwtref_client_IReflectionCache2Generated_c128 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_924, 128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c128.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c128.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c128.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c128.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_isDisabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2189), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2190)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c128; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c129__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c129) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c129; + com_badlogic_gwtref_client_IReflectionCache2Generated_c129 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_782, 129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c129.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c129.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c129.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpVector', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, true, false, false, false, true, false, 823, 823, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dragSource', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, false, true, false, false, false, false, false, 824, 824, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('payload', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, false, true, false, false, false, false, false, 825, 825, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1267, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 826, 826, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('removeDragActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 827, 827, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit, false, true, false, false, false, false, false, 828, 828, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('isValidTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 829, 829, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('targets', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, true, false, false, false, false, false, 830, 830, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('sourceListeners', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, true, true, false, false, false, false, false, 831, 831, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1252, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 832, 832, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 833, 833, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1269, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 834, 834, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1270, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 835, 835, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1271, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 836, 836, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1272, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 837, 837, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dragValidTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, true, false, false, false, false, false, 838, 838, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dragTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 839, 839, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('activePointer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 840, 840, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1273, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 841, 841, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1210, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 842, 842, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c129.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addSource', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2191), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeSource', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2192), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2193), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2194), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2195), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1274, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2196), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1259, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2197), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2198), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDragActorPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2199), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTouchOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2200), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1212, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2201), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1275, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2202), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDragPayload', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2203), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDragSource', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2204), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDragTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_dragMillis_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2205), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDragTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2206), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isDragValid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2207), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1276, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cancelTouchFocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2208), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1211, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keepWithinStage_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2209)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c129.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_621, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2210)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c129; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c13__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c13) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c13; + com_badlogic_gwtref_client_IReflectionCache2Generated_c13 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_904, 13, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c13.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c13.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c13.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, false, false, true, false, false, false, false, 69, 69, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stageX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 70, 70, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stageY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 71, 71, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('scrollAmountX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 72, 72, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('scrollAmountY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 73, 73, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1277, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 74, 74, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 75, 75, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keyCode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 76, 76, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('character', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, false, false, true, false, false, false, false, 77, 77, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1278, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 78, 78, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1279, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 79, 79, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c13.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 295), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStageX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 296), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setStageX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stageX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 297), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStageY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 298), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setStageY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stageY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 299), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1280, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 300), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1281, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 301), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPointer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 302), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPointer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 303), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1263, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 304), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 305), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKeyCode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 306), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setKeyCode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keyCode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 307), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCharacter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 308), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setCharacter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 309), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollAmountX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 310), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollAmountY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 311), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollAmountX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scrollAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 312), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollAmountY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scrollAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 313), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1282, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 314), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1283, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_relatedActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 315), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actorCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 316), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isTouchFocusCancel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 317), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTouchFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 318), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTouchFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_touchFocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 319), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 320)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c13.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_436, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 321)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c13; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c130__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c130) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c130; + com_badlogic_gwtref_client_IReflectionCache2Generated_c130 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_894, 130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c130.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c130.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c130.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c130.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1267, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 843, 843, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1284, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 844, 844, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1285, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 845, 845, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, true, false, false, false, false, false, 846, 846, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c130.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDragActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_dragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2211), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1275, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2212), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setValidDragActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_validDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2213), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getValidDragActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2214), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setInvalidDragActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_invalidDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2215), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getInvalidDragActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2216), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getObject', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2217), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setObject', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2218)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c130.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Payload', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2219)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c130; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c131__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c131) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c131; + com_badlogic_gwtref_client_IReflectionCache2Generated_c131 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_769, 131, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c131.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c131.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c131.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c131.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, true, true, false, false, false, false, false, 847, 847, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c131.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('dragStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2220), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1286, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2221), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1287, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_payload_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2222), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2223)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c131; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c132__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c132) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c132; + com_badlogic_gwtref_client_IReflectionCache2Generated_c132 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_915, 132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c132.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c132.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c132.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c132.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, true, true, false, false, false, false, false, 848, 848, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c132.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1286, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_payload_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2224), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_payload_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2225), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_payload_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2226), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2227)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c132; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c133__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c133) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c133; + com_badlogic_gwtref_client_IReflectionCache2Generated_c133 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_842, 133, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c133.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c133.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c133.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1252, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 849, 849, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1253, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 850, 850, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1254, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 851, 851, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stageTouchDownX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 852, 852, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stageTouchDownY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 853, 853, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1288, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 854, 854, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1289, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 855, 855, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dragLastX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 856, 856, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dragLastY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 857, 857, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dragX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 858, 858, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dragY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 859, 859, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1255, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 860, 860, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 861, 861, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dragging', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 862, 862, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c133.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2228), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_439, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2229), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_438, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2230), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('dragStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2231), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1286, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2232), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1287, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2233), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1080, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2234), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1212, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2235), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1259, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2236), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1260, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2237), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2238), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1262, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2239), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStageTouchDownX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2240), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStageTouchDownY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2241), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDragStartX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2242), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDragStartX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2243), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDragStartY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2244), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDragStartY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2245), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDragX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2246), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDragY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2247), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDragDistance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2248), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDeltaX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2249), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDeltaY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2250), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1263, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2251), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2252)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c133.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_623, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2253)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c133; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c134__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c134) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c134; + com_badlogic_gwtref_client_IReflectionCache2Generated_c134 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_853, 134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c134.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c134.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c134.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1233, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, true, false, false, false, true, false, 863, 863, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_629, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, false, false, true, false, false, false, false, 864, 864, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('scrollUp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit, false, false, true, false, false, false, false, 865, 865, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('scrollDown', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit, false, false, true, false, false, false, false, 866, 866, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1290, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, false, true, false, false, false, false, false, 867, 867, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('minSpeed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 868, 868, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('maxSpeed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 869, 869, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tickSecs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 870, 870, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('startTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, true, false, false, false, false, false, 871, 871, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rampTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, true, false, false, false, false, false, 872, 872, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 873, 873, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 874, 874, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c134.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setup', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minSpeedPixels_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_maxSpeedPixels_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_tickSecs_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_rampSecs_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2254), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollPixels', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 2255), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1286, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2256), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1287, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2257), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isAbove', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2258), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isBelow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2259), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_629, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2260), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1136, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2261)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c134.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_625, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2262)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c134; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c135__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c135) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c135; + com_badlogic_gwtref_client_IReflectionCache2Generated_c135 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_850, 135, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c135.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c135.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c135.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c135.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2263), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2264), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1241, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_leftWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2265), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2266), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1243, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rightWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2267), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1244, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2268), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1245, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_topHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2269), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1246, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2270), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1247, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bottomHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2271), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2272), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1248, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2273), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2274), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2275)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c135; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c136__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c136) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c136; + com_badlogic_gwtref_client_IReflectionCache2Generated_c136 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_789, 136, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c136.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c136.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c136.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2276), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('keyboardFocusChanged', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_focused_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2277), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('scrollFocusChanged', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_focused_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2278)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c136; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c137__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c137) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c137; + com_badlogic_gwtref_client_IReflectionCache2Generated_c137 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_802, 137, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c137.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c137.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c137.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c137.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1291, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 875, 875, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, false, false, true, false, false, false, false, 876, 876, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1278, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 877, 877, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c137.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2279), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFocused', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2280), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFocused', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_focused_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2281), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1280, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2282), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1281, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_focusType_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2283), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1282, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2284), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1283, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_relatedActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2285)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c137.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('FocusEvent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2286)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c137; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c138__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c138) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c138; + com_badlogic_gwtref_client_IReflectionCache2Generated_c138 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_919, 138, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c138.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c138.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c138.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c138.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c138.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_628, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, true, false, false, false, true, true, false, 878, 878, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_629, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, true, false, false, false, true, true, false, 879, 879, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c138.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2287), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2288)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c138.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 2, 5, 1); + com_badlogic_gwtref_client_IReflectionCache2Generated_c138.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_keyboard); + com_badlogic_gwtref_client_IReflectionCache2Generated_c138.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_scroll; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c138; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c139__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c139) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c139; + com_badlogic_gwtref_client_IReflectionCache2Generated_c139 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_793, 139, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c139.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c139.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c139.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c139.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2289), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2290), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2291), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2292), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2293), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2294)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c139.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c139; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c14__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c14) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c14; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_951, 14, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 80, 80, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_438, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 81, 81, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_439, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 82, 82, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_440, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 83, 83, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_441, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 84, 84, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_442, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 85, 85, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_443, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 86, 86, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_444, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 87, 87, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_445, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 88, 88, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_446, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, true, false, false, false, true, true, false, 89, 89, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 322), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 323)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 10, 5, 1); + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDown); + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDragged; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[3] = com_badlogic_gdx_scenes_scene2d_InputEvent$Type_mouseMoved; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[4] = com_badlogic_gdx_scenes_scene2d_InputEvent$Type_enter; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[5] = com_badlogic_gdx_scenes_scene2d_InputEvent$Type_exit; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[6] = com_badlogic_gdx_scenes_scene2d_InputEvent$Type_scrolled; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[7] = com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyDown; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[8] = com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyUp; + com_badlogic_gwtref_client_IReflectionCache2Generated_c14.com_badlogic_gwtref_client_Type_enumConstants[9] = com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyTyped; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c14; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c140__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c140) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c140; + com_badlogic_gwtref_client_IReflectionCache2Generated_c140 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_790, 140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c140.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c140.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c140.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c140.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2295), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2296), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1202, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2297), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2298), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pack', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2299), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1204, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fillParent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2300), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2301), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2302), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2303), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2304), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2305), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2306), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2307)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c140; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c141__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c141) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c141; + com_badlogic_gwtref_client_IReflectionCache2Generated_c141 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_958, 141, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c141.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c141.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c141.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('patch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, false, false, true, false, false, false, false, 880, 880, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c141.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2308), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2309), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_patch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2310), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2311), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1292, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2312)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c141.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_631, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2313), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_631, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_patch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2314), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_631, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2315)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c141; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c142__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c142) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c142; + com_badlogic_gwtref_client_IReflectionCache2Generated_c142 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_923, 142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c142.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c142.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c142.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('scissors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, true, false, 881, 881, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, true, false, false, false, true, false, 882, 882, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1293, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, true, false, false, false, true, false, 883, 883, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c142.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pushScissors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scissor_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2316), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('popScissors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2317), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('peekScissors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2318), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fix', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2319), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1294, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1Camera_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batchTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_area_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scissor_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2320), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1294, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1Camera_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_viewportX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_viewportY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_viewportWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_viewportHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batchTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_area_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scissor_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2321), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1295, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2322)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c142.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_632, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2323)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c142; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c143__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c143) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c143; + com_badlogic_gwtref_client_IReflectionCache2Generated_c143 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_912, 143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c143.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c143.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c143.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 884, 884, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('selected', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedSet_12_1classLit, true, true, false, false, false, false, false, 885, 885, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('old', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedSet_12_1classLit, true, false, true, false, false, false, false, 886, 886, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 887, 887, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1296, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 888, 888, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('multiple', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 889, 889, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('required', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 890, 890, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1297, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 891, 891, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastSelected', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, true, false, false, false, false, false, 892, 892, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c143.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2324), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('choose', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2325), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasItems', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2326), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1298, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2327), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2328), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2329), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_575, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedSet_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2330), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1300, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2331), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('snapshot', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 2332), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('revert', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 2333), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cleanup', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 2334), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2335), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_items_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2336), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2337), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_items_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2338), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2339), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1301, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_items_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2340), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2341), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2342), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1302, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2343), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2344), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLastSelected', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2345), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2346), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2347), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2348), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_isDisabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2349), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2350), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getToggle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2351), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setToggle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_toggle_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2352), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMultiple', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2353), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMultiple', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_multiple_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2354), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRequired', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2355), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRequired', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_required_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2356), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1305, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_programmaticChangeEvents_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2357), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2358)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c143.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Selection', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2359)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c143; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c144__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c144) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c144; + com_badlogic_gwtref_client_IReflectionCache2Generated_c144 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_828, 144, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c144.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c144.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c144.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1306, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, false, false, true, false, false, false, false, 893, 893, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c144.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2360), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2361), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSprite', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2362), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSprite', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2363), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1292, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2364)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c144.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_633, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2365), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_633, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2366), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_633, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2367)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c144; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c145__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c145) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c145; + com_badlogic_gwtref_client_IReflectionCache2Generated_c145 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_902, 145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c145.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c145.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c145.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1307, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, false, false, true, false, false, false, false, 894, 894, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c145.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2368), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2369), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1308, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2370), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1309, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2371), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1292, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2372)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c145.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_634, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2373), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_634, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2374), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_634, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2375), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_634, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2376)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c145; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c146__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c146) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c146; + com_badlogic_gwtref_client_IReflectionCache2Generated_c146 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_960, 146, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c146.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c146.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c146.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, false, false, 895, 895, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 896, 896, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 897, 897, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c146.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2377), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2378), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2379), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2380), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2381), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1313, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2382), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2383), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAlign', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2384), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1292, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2385)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c146.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_635, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2386), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_635, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2387), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_635, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2388)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c146; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c147__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c147) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c147; + com_badlogic_gwtref_client_IReflectionCache2Generated_c147 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_804, 147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit, null, (lastArg = null , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c147.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c147.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c147.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c147.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2389)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c147; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c148__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c148) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c148; + com_badlogic_gwtref_client_IReflectionCache2Generated_c148 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_754, 148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c148.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c148.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c148.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('isAndroid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, true, false, 898, 898, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('isMac', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, true, false, 899, 899, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('isWindows', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, true, false, 900, 900, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('isLinux', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, true, false, 901, 901, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('isIos', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, true, false, 902, 902, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c148.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2390), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2391), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2392), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2393), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1314, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2394), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1314, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2395), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('shift', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2396), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('shift', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2397), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ctrl', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2398), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ctrl', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2399), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('alt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2400), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('alt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2401)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c148.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('UIUtils', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2402)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c148; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c149__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c149) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c149; + com_badlogic_gwtref_client_IReflectionCache2Generated_c149 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_872, 149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c149.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c149.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c149.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_575, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), false, false, false, false, true, false, false, 903, 903, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 904, 904, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1315, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 905, 905, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1316, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, false, false, true, false, false, false, false, 906, 906, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('predicateIterable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Predicate$PredicateIterable_12_1classLit, false, false, true, false, false, false, false, 907, 907, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c149.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2403), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value2_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2404), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value2_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value3_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2405), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value2_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value3_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value4_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2406), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2407), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2408), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 2409), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2410), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2411), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2412), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2413), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('insertRange', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2414), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1317, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2415), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2416), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1318, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2417), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('containsAny', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2418), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2419), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1320, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2420), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1321, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2421), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1322, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2422), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1323, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2423), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1301, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2424), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2425), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('peek', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2426), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1300, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2427), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1298, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2428), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2429), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2430), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1324, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2431), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1325, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_additionalCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2432), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1326, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2433), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1327, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2434), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1328, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2435), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1328, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_comparator_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2436), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('selectRanked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_comparator_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_kthLowest_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2437), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('selectRankedIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_comparator_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_kthLowest_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2438), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2439), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1329, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2440), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2441), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('select', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_predicate_1_1Lcom_1badlogic_1gdx_1utils_1Predicate_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2442), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1330, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2443), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2444), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2445), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2446), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2447), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2448), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1331, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2449), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2450), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2451), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('of', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_arrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2452), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('of', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_arrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2453), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('with', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, true, true, false, 2454)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c149.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2455), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2456), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2457), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_arrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2458), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_arrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2459), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2460), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2461), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2462)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c149; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c15__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c15) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c15; + com_badlogic_gwtref_client_IReflectionCache2Generated_c15 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_953, 15, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c15.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c15.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c15.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c15.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 324), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 325), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 326), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 327), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 328), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 329)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c15.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c15; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c150__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c150) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c150; + com_badlogic_gwtref_client_IReflectionCache2Generated_c150 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_916, 150, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c150.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c150.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c150.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c150.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 908, 908, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1021, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, true, false, true, false, false, false, false, 909, 909, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('iterator1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, false, false, true, false, false, false, false, 910, 910, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('iterator2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, false, false, true, false, false, false, false, 911, 911, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c150.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2463)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c150.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1332, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2464), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1332, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_allowRemove_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2465)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c150; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c151__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c151) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c151; + com_badlogic_gwtref_client_IReflectionCache2Generated_c151 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_911, 151, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c151.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c151.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c151.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c151.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 912, 912, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1021, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, true, false, true, false, false, false, false, 913, 913, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 914, 914, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1333, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 915, 915, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c151.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1334, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2466), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2467), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2468), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2469), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2470)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c151.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1336, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2471), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1336, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_allowRemove_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2472)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c151; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c152__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c152) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c152; + com_badlogic_gwtref_client_IReflectionCache2Generated_c152 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_756, 152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c152.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c152.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c152.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1337, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), false, false, false, false, true, false, false, 916, 916, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), false, false, false, false, true, false, false, 917, 917, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 918, 918, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1315, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 919, 919, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('entries1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, false, false, true, false, false, false, true, 920, 920, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('entries2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, false, false, true, false, false, false, true, 921, 921, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('values1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, false, false, true, false, false, false, true, 922, 922, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('values2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, false, false, true, false, false, false, true, 923, 923, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keys1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, false, false, true, false, false, false, true, 924, 924, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keys2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, false, false, true, false, false, false, true, 925, 925, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c152.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1338, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2473), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1338, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2474), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1339, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2475), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1339, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2476), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2477), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2478), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2479), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKeyAt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2480), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getValueAt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2481), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('firstKey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2482), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('firstValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2483), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setKey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2484), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1150, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2485), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2486), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1340, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2487), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1341, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2488), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('indexOfKey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2489), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('indexOfValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2490), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeKey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2491), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1321, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2492), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1322, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2493), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1298, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2494), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2495), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('peekKey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2496), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('peekValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2497), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maximumCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2498), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2499), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1324, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2500), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1325, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_additionalCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2501), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1327, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2502), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2503), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1329, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2504), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1330, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2505), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2506), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2507), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1331, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2508), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2509), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2510), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1342, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2511), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2512), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1337, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2513)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c152.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_650, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2514), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_650, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2515), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_650, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2516), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_650, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_keyArrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_valueArrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2517), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_650, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keyArrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_valueArrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2518), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_650, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2519)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c152; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c153__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c153) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c153; + com_badlogic_gwtref_client_IReflectionCache2Generated_c153 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_879, 153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c153.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c153.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c153.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c153.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, true, false, true, false, false, false, false, 926, 926, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('entry', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, false, true, false, false, false, false, false, 927, 927, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 928, 928, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1333, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 929, 929, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c153.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1334, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2520), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2521), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2522), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2523), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2524)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c153.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Entries', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2525)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c153; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c154__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c154) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c154; + com_badlogic_gwtref_client_IReflectionCache2Generated_c154 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_844, 154, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c154.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c154.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c154.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c154.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, true, false, true, false, false, false, false, 930, 930, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 931, 931, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1333, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 932, 932, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c154.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1334, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2526), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2527), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2528), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2529), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2530), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2531), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2532)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c154.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Keys', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2533)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c154; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c155__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c155) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c155; + com_badlogic_gwtref_client_IReflectionCache2Generated_c155 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_774, 155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c155.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c155.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c155.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c155.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, true, false, true, false, false, false, false, 933, 933, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 934, 934, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1333, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 935, 935, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c155.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1334, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2534), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2535), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2536), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2537), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2538), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2539), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2540)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c155.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Values', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2541)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c155; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c156__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c156) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c156; + com_badlogic_gwtref_client_IReflectionCache2Generated_c156 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_766, 156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c156.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c156.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c156.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c156.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2542)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c156; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c157__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c157) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c157; + com_badlogic_gwtref_client_IReflectionCache2Generated_c157 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_803, 157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c157.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c157.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c157.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, true, false, true, false, false, true, false, 936, 936, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1346, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, false, false, true, false, false, false, false, 937, 937, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('typeName', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 938, 938, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1347, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 939, 939, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1348, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, false, false, true, false, false, false, false, 940, 940, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1349, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 941, 941, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1350, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 942, 942, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1351, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 943, 943, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1352, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 944, 944, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('enumNames', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 945, 945, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1353, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 946, 946, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1354, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit, false, false, true, false, false, false, false, 947, 947, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('typeToFields', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, true, false, true, false, false, false, false, 948, 948, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tagToClass', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, true, false, true, false, false, false, false, 949, 949, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('classToTag', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, true, false, true, false, false, false, false, 950, 950, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('classToSerializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, true, false, true, false, false, false, false, 951, 951, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('classToDefaultValues', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, true, false, true, false, false, false, false, 952, 952, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, null])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('equals1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), true, false, true, false, false, false, false, 953, 953, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('equals2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), true, false, true, false, false, false, false, 954, 954, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c157.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setIgnoreUnknownFields', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreUnknownFields_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2543), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getIgnoreUnknownFields', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2544), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setIgnoreDeprecated', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreDeprecated_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2545), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setReadDeprecated', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_readDeprecated_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2546), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1355, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2547), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1356, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_quoteLongValues_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2548), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setEnumNames', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enumNames_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2549), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addClassTag', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tag_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2550), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_tag_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2551), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTag', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2552), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTypeName', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_typeName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2553), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDefaultSerializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_defaultSerializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2554), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSerializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_serializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2555), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSerializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2556), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setUsePrototypes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_usePrototypes_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2557), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setElementType', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2558), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDeprecated', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_deprecated_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2559), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSortFields', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sortFields_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2560), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1353, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fieldNames_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2561), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFields', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2562), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2563), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2564), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2565), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2566), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2567), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2568), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2569), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2570), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2571), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setWriter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2572), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getWriter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2573), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('writeFields', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2574), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDefaultValues', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2575), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1358, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2576), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1358, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2577), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1358, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2578), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1358, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2579), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1359, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2580), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1359, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2581), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1359, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2582), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1359, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2583), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1359, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2584), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1359, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2585), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1360, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2586), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1360, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actualType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2587), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1360, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2588), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1360, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actualType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2589), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('writeObjectEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2590), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1361, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2591), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1361, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2592), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('writeArrayEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2593), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('writeType', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2594), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_reader_1_1Ljava_1io_1Reader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2595), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_reader_1_1Ljava_1io_1Reader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2596), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_input_1_1Ljava_1io_1InputStream_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2597), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_input_1_1Ljava_1io_1InputStream_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2598), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2599), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2600), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_data_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2601), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_data_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2602), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2603), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1362, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2604), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1363, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2605), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1363, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2606), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1363, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2607), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1363, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2608), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1363, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_field_1_1Lcom_1badlogic_1gdx_1utils_1reflect_1Field_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2609), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('readFields', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2610), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ignoreUnknownField', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2611), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1364, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2612), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1364, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2613), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1364, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2614), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1364, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2615), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1364, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2616), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1364, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2617), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1364, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2618), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('copyFields', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2619), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1365, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1lang_1Enum_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2620), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1365, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2621), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('newInstance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2622), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2623), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2624), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_singleLineColumns_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2625), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_singleLineColumns_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2626), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2627), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2628)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c157.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Json', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2629), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Json', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2630)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c157; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c158__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c158) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c158; + com_badlogic_gwtref_client_IReflectionCache2Generated_c158 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_765, 158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$ReadOnlySerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c158.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c158.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c158.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c158.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$ReadOnlySerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2631), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$ReadOnlySerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2632)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c158; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c159__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c159) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c159; + com_badlogic_gwtref_client_IReflectionCache2Generated_c159 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_841, 159, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c159.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c159.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c159.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c159.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c159.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2633), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2634)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c159; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c16__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c16) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c16; + com_badlogic_gwtref_client_IReflectionCache2Generated_c16 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_739, 16, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c16.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c16.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c16.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1233, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 90, 90, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c16.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 330), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 331), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_438, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 332), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_439, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 333), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_440, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 334), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_441, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fromActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 335), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_442, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_toActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 336), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_443, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 337), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_444, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 338), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_445, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 339), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_446, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 340)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c16.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_449, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 341)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c16; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c160__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c160) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c160; + com_badlogic_gwtref_client_IReflectionCache2Generated_c160 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_925, 160, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c160.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c160.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c160.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c160.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c160.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2635), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2636)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c160; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c161__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c161) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c161; + com_badlogic_gwtref_client_IReflectionCache2Generated_c161 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_847, 161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1BaseJsonReader_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1BaseJsonReader_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c161.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c161.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c161.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_actions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), true, false, true, false, false, true, false, 955, 955, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_key_offsets', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), true, false, true, false, false, true, false, 956, 956, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_trans_keys', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), true, false, true, false, false, true, false, 957, 957, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_single_lengths', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), true, false, true, false, false, true, false, 958, 958, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_range_lengths', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), true, false, true, false, false, true, false, 959, 959, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_index_offsets', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), true, false, true, false, false, true, false, 960, 960, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_indicies', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), true, false, true, false, false, true, false, 961, 961, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_trans_targs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), true, false, true, false, false, true, false, 962, 962, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_trans_actions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), true, false, true, false, false, true, false, 963, 963, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('_json_eof_actions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), true, false, true, false, false, true, false, 964, 964, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('json_start', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, true, false, 965, 965, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('json_first_final', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, true, false, 966, 966, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('json_error', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, true, false, 967, 967, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('json_en_object', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, true, false, 968, 968, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('json_en_array', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, true, false, 969, 969, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('json_en_main', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, true, false, 970, 970, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1369, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 971, 971, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastChild', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 972, 972, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1370, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, false, false, true, false, false, false, false, 973, 973, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1371, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, false, false, true, false, false, false, false, 974, 974, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 975, 975, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c161.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1372, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2637), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1372, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_reader_1_1Ljava_1io_1Reader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2638), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1372, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_input_1_1Ljava_1io_1InputStream_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2639), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1372, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2640), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1372, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_data_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2641), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_actions_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2642), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_key_offsets_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2643), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_trans_keys_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2644), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_single_lengths_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2645), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_range_lengths_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2646), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_index_offsets_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2647), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_indicies_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2648), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_trans_targs_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2649), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_trans_actions_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2650), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('init__json_eof_actions_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 2651), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('stop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2652), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isStopped', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2653), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1373, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2654), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('startObject', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2655), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('startArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2656), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2657), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('string', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2658), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2659), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2660), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('bool', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2661), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unescape', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2662)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c161.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_664, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2663)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c161; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c162__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c162) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c162; + com_badlogic_gwtref_client_IReflectionCache2Generated_c162 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_813, 162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c162.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c162.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c162.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, false, false, true, false, false, false, false, 976, 976, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_679, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 977, 977, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_680, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, false, false, true, false, false, false, false, 978, 978, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_681, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, false, true, false, false, false, false, 979, 979, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 980, 980, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1374, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, false, false, false, false, true, false, false, 981, 981, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, false, false, false, false, true, false, false, 982, 982, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, false, false, false, false, true, false, false, 983, 983, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('prev', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, false, false, false, false, true, false, false, 984, 984, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 985, 985, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c162.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2664), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2665), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('has', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2666), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2667), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2668), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('require', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2669), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('require', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2670), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2671), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2672), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2673), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1298, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2674), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2675), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2676), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asString', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2677), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asFloat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2678), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asDouble', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2679), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asLong', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2680), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asInt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2681), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asBoolean', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2682), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asByte', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2683), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asShort', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2684), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asChar', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2685), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asStringArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2686), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asFloatArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2687), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asDoubleArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2688), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asLongArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2689), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asIntArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2690), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asBooleanArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2691), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asByteArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2692), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asShortArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2693), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asCharArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2694), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasChild', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2695), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2696), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1375, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2697), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1375, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2698), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1375, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2699), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1376, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2700), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1376, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2701), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1376, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2702), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1377, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2703), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1377, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2704), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1377, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2705), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1378, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2706), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1378, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2707), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1378, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2708), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1379, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2709), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1379, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2710), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1379, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2711), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1380, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2712), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1380, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2713), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1380, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2714), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1381, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1B__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2715), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1381, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2716), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1381, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2717), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1382, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2718), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1382, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2719), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1382, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2720), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1383, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2721), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1383, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2722), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1383, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2723), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2724), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1281, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2725), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2726), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isObject', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2727), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isString', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2728), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isNumber', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2729), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isDouble', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2730), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isLong', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2731), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isBoolean', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2732), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isNull', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2733), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2734), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2735), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2736), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2737), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1374, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2738), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1373, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2739), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1373, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2740), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2741), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setNext', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_next_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2742), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('prev', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2743), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPrev', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prev_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2744), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2745), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2746), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2747), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2748), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2749), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_686, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Lcom_1badlogic_1gdx_1utils_1StringBuilder_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2750), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2751), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('trace', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2752), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_singleLineColumns_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2753), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2754), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Lcom_1badlogic_1gdx_1utils_1StringBuilder_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2755), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2756), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2757), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFlat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2758), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isNumeric', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2759), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1384, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Lcom_1badlogic_1gdx_1utils_1StringBuilder_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2760), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1384, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2761)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c162.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_677, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2762), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_677, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2763), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_677, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2764), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_677, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2765), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_677, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2766), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_677, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2767), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_677, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2768)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c162; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c163__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c163) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c163; + com_badlogic_gwtref_client_IReflectionCache2Generated_c163 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_741, 163, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c163.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c163.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c163.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c163.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('entry', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, false, true, false, false, false, false, false, 986, 986, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1371, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, false, true, false, false, false, false, false, 987, 987, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c163.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1334, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2769), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2770), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2771), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2772)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c163; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c164__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c164) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c164; + com_badlogic_gwtref_client_IReflectionCache2Generated_c164 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_926, 164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c164.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c164.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c164.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c164.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1348, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, false, false, false, false, true, false, false, 988, 988, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1385, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 989, 989, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('wrapNumericArrays', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 990, 990, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c164.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('PrettyPrintSettings', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2773)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c164; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c165__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c165) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c165; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_890, 165, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, true, false, false, false, true, true, false, 991, 991, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, true, false, false, false, true, true, false, 992, 992, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_679, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, true, false, false, false, true, true, false, 993, 993, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_680, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, true, false, false, false, true, true, false, 994, 994, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_681, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, true, false, false, false, true, true, false, 995, 995, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_682, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, true, false, false, false, true, true, false, 996, 996, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('nullValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, true, false, false, false, true, true, false, 997, 997, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2774), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2775)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 7, 5, 1); + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object); + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_utils_JsonValue$ValueType_array; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_utils_JsonValue$ValueType_stringValue; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_enumConstants[3] = com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_enumConstants[4] = com_badlogic_gdx_utils_JsonValue$ValueType_longValue; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_enumConstants[5] = com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue; + com_badlogic_gwtref_client_IReflectionCache2Generated_c165.com_badlogic_gwtref_client_Type_enumConstants[6] = com_badlogic_gdx_utils_JsonValue$ValueType_nullValue; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c165; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c166__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c166) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c166; + com_badlogic_gwtref_client_IReflectionCache2Generated_c166 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_819, 166, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c166.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c166.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c166.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c166.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2776), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2777), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2778), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2779), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2780), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2781)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c166.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c166; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c167__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c167) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c167; + com_badlogic_gwtref_client_IReflectionCache2Generated_c167 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_956, 167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Writer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Writer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Appendable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Closeable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1AutoCloseable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Flushable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c167.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c167.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c167.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1346, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Writer_12_1classLit, true, true, false, false, false, false, false, 998, 998, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_657, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 999, 999, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [null])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1371, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, null, false, false, true, false, false, false, false, $intern_54, $intern_54, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('named', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, $intern_613, $intern_613, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1348, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, false, false, true, false, false, false, false, $intern_523, $intern_523, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1349, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, $intern_525, $intern_525, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c167.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getWriter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Writer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2782), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1355, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2783), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1356, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_quoteLongValues_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2784), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2785), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2786), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2787), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2788), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2789), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2790), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_686, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2791), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_686, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2792), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('requireCommaOrName', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 2793), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2794), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2795), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cbuf_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_off_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2796), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('flush', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2797), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('close', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2798)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c167.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_685, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2799)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c167; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c168__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c168) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c168; + com_badlogic_gwtref_client_IReflectionCache2Generated_c168 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_961, 168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_686, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, true, false, false, false, true, true, false, $intern_527, $intern_527, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_687, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, true, false, false, false, true, true, false, 1005, 1005, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('minimal', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, true, false, false, false, true, true, false, $intern_528, $intern_528, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('javascriptPattern', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1regex_1Pattern_12_1classLit, false, false, true, false, false, true, false, $intern_616, $intern_616, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('minimalNamePattern', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1regex_1Pattern_12_1classLit, false, false, true, false, false, true, false, $intern_617, $intern_617, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('minimalValuePattern', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1regex_1Pattern_12_1classLit, false, false, true, false, false, true, false, $intern_618, $intern_618, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('quoteValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2800), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('quoteName', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2801), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2802), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2803)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 3, 5, 1); + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_json); + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_utils_JsonWriter$OutputType_javascript; + com_badlogic_gwtref_client_IReflectionCache2Generated_c168.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_utils_JsonWriter$OutputType_minimal; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c168; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c169__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c169) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c169; + com_badlogic_gwtref_client_IReflectionCache2Generated_c169 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_827, 169, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c169.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c169.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c169.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c169.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2804), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2805), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2806), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2807), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2808), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2809)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c169.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c169; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c17__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c17) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c17; + com_badlogic_gwtref_client_IReflectionCache2Generated_c17 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_882, 17, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1InputAdapter_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1InputAdapter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1InputProcessor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c17.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c17.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c17.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, true, false, 91, 91, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1293, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_12_1classLit, false, false, true, false, false, false, false, 92, 92, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_12_1classLit, true, false, true, false, false, false, false, 93, 93, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ownsBatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 94, 94, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1370, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, false, false, true, false, false, false, false, 95, 95, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tempCoords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, false, false, 96, 96, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pointerOverActors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, 1), true, false, true, false, false, false, false, 97, 97, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pointerTouched', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), true, false, true, false, false, false, false, 98, 98, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pointerScreenX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), true, false, true, false, false, false, false, 99, 99, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pointerScreenY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), true, false, true, false, false, false, false, 100, 100, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('mouseScreenX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 101, 101, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('mouseScreenY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 102, 102, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('mouseOverActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 103, 103, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keyboardFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 104, 104, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('scrollFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 105, 105, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('touchFocuses', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1SnapshotArray_12_1classLit, true, true, false, false, false, false, false, 106, 106, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1010, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 107, 107, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('debugShapes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_12_1classLit, false, false, true, false, false, false, false, 108, 108, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1386, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 109, 109, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1230, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 110, 110, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1387, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 111, 111, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1388, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 112, 112, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1389, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, false, false, true, false, false, false, false, 113, 113, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('debugColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, false, false, 114, 114, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c17.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 342), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 343), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('disableDebug', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 344), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 345), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 346), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fireEnterAndExit', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_overLast_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 347), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fireExit', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 348), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 349), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_439, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 350), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_438, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 351), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('touchCancelled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 352), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_440, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 353), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_443, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 354), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_444, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keyCode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 355), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_445, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keyCode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 356), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_446, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 357), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addTouchFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_listenerActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 358), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeTouchFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_listenerActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 359), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1273, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listenerActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 360), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1273, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 361), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1274, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_exceptListener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_exceptActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 362), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 363), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1390, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 364), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getActors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 365), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1391, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 366), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1392, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 367), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1393, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 368), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1394, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 369), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('actorRemoved', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 370), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 371), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unfocusAll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 372), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unfocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 373), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setKeyboardFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 374), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKeyboardFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 375), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 376), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 377), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 378), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1295, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 379), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setViewport', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_viewport_1_1Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 380), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 381), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 382), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCamera', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Camera_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 383), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRoot', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 384), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRoot', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_root_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 385), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stageX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stageY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 386), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('screenToStageCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_screenCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 387), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('stageToScreenCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stageCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 388), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toScreenCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_coords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_transformMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 389), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1294, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_localRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scissorRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 390), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setActionsRequestRendering', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actionsRequestRendering_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 391), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getActionsRequestRendering', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 392), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDebugColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 393), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDebugInvisible', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_debugInvisible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 394), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDebugAll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_debugAll_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 395), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isDebugAll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 396), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDebugUnderMouse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_debugUnderMouse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 397), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDebugParentUnderMouse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_debugParentUnderMouse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 398), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1395, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 399), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1395, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 400), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 401), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isInsideViewport', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 402)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c17.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_451, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 403), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_451, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_viewport_1_1Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 404), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_451, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_viewport_1_1Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 405)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c17; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c170__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c170) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c170; + com_badlogic_gwtref_client_IReflectionCache2Generated_c170 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_931, 170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c170.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c170.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c170.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('dummy', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, true, true, false, false, false, true, false, 1010, 1010, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, $intern_538, $intern_538, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keyTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), false, true, false, false, false, false, false, $intern_619, $intern_619, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('valueTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), false, true, false, false, false, false, false, $intern_313, $intern_313, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1396, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, $intern_311, $intern_311, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1397, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, $intern_725, $intern_725, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('shift', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, $intern_557, $intern_557, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('mask', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, $intern_558, $intern_558, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('entries1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, false, true, false, false, false, false, true, $intern_559, $intern_559, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('entries2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, false, true, false, false, false, false, true, $intern_555, $intern_555, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('values1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, false, true, false, false, false, false, true, $intern_556, $intern_556, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('values2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, false, true, false, false, false, false, true, $intern_579, $intern_579, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keys1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, false, true, false, false, false, false, true, $intern_582, $intern_582, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keys2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, false, true, false, false, false, false, true, $intern_586, $intern_586, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c170.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('place', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2810), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('locateKey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 2811), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1338, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2812), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1339, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2813), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('putResize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 2814), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2815), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2816), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2817), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1298, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2818), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2819), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1324, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maximumCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2820), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maximumCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2821), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2822), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1341, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2823), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1340, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2824), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findKey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2825), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1325, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_additionalCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2826), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1327, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, true, false, false, false, false, false, true, false, 2827), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2828), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2829), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1331, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2830), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2831), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2832), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_braces_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2833), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2834), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1342, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2835), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2836), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1337, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2837)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c170.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_695, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2838), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_695, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2839), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_695, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_loadFactor_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2840), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_695, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2841)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c170; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c171__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c171) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c171; + com_badlogic_gwtref_client_IReflectionCache2Generated_c171 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_866, 171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, null, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c171.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c171.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c171.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c171.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('entry', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, false, true, false, false, false, false, false, $intern_44, $intern_44, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c171.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2842), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1334, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2843), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2844)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c171.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Entries', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2845)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c171; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c172__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c172) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c172; + com_badlogic_gwtref_client_IReflectionCache2Generated_c172 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_817, 172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c172.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c172.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c172.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c172.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('key', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, false, false, true, false, false, $intern_587, $intern_587, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, false, false, true, false, false, $intern_589, $intern_589, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c172.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2846)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c172.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Entry', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2847)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c172; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c173__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c173) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c173; + com_badlogic_gwtref_client_IReflectionCache2Generated_c173 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_772, 173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, null, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c173.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c173.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c173.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c173.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1334, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2848), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2849), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2850), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2851), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2852)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c173.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Keys', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2853)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c173; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c174__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c174) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c174; + com_badlogic_gwtref_client_IReflectionCache2Generated_c174 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_829, 174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, null, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c174.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c174.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c174.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c174.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1334, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2854), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2855), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2856), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2857), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2858)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c174.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Values', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2859)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c174; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c175__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c175) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c175; + com_badlogic_gwtref_client_IReflectionCache2Generated_c175 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_910, 175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c175.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c175.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c175.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1337, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, true, false, false, false, false, false, 1027, 1027, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c175.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1338, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2860), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1339, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1OrderedMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2861), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2862), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1322, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2863), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('alter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_before_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_after_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2864), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('alterIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_after_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2865), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maximumCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2866), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2867), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('orderedKeys', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2868), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2869), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1342, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2870), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2871), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1337, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2872), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_braces_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2873)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c175.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_703, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2874), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_703, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2875), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_703, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_loadFactor_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2876), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_703, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1OrderedMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2877)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c175; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c176__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c176) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c176; + com_badlogic_gwtref_client_IReflectionCache2Generated_c176 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_859, 176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c176.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c176.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c176.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), false, false, false, true, false, false, false, $intern_601, $intern_601, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('head', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, $intern_604, $intern_604, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tail', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, $intern_607, $intern_607, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, $intern_608, $intern_608, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1316, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, false, false, true, false, false, false, true, $intern_611, $intern_611, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c176.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addLast', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2878), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addFirst', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2879), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1325, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_additional_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2880), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1327, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 2881), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeFirst', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2882), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeLast', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2883), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2884), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1321, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2885), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1322, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2886), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1298, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2887), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2888), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1300, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2889), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('last', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2890), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2891), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2892), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2893), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2894), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2895), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2896), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2897), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1331, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2898)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c176.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_707, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2899), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_707, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_initialSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2900), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_707, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_initialSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2901)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c176; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c177__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c177) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c177; + com_badlogic_gwtref_client_IReflectionCache2Generated_c177 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_744, 177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c177.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c177.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c177.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c177.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('queue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, true, false, true, false, false, false, false, 1033, 1033, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1021, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, true, false, true, false, false, false, false, $intern_624, $intern_624, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('iterator1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, false, false, true, false, false, false, false, $intern_626, $intern_626, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('iterator2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, false, false, true, false, false, false, false, $intern_627, $intern_627, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c177.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2902)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c177.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1398, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_queue_1_1Lcom_1badlogic_1gdx_1utils_1Queue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2903), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1398, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_queue_1_1Lcom_1badlogic_1gdx_1utils_1Queue_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_allowRemove_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2904)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c177; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c178__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c178) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c178; + com_badlogic_gwtref_client_IReflectionCache2Generated_c178 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_742, 178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c178.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c178.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c178.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c178.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('queue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, true, false, true, false, false, false, false, 1037, 1037, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1021, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, true, false, true, false, false, false, false, 1038, 1038, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, $intern_966, $intern_966, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1333, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, $intern_967, $intern_967, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c178.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1334, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2905), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2906), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2907), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2908), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2909)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c178.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1399, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_queue_1_1Lcom_1badlogic_1gdx_1utils_1Queue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2910), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1399, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_queue_1_1Lcom_1badlogic_1gdx_1utils_1Queue_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_allowRemove_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2911)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c178; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c179__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c179) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c179; + com_badlogic_gwtref_client_IReflectionCache2Generated_c179 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_830, 179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c179.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c179.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c179.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Boolean_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2912), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2913), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Boolean_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2914), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Boolean_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2915), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2916), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2917), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Boolean_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2918)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c179.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1407, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2919)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c179; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c18__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c18) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c18; + com_badlogic_gwtref_client_IReflectionCache2Generated_c18 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_747, 18, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c18.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c18.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c18.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c18.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, false, true, false, false, false, false, false, 115, 115, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1076, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 116, 116, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 117, 117, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1277, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 118, 118, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 119, 119, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c18.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 406)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c18.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('TouchFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 407)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c18; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c180__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c180) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c180; + com_badlogic_gwtref_client_IReflectionCache2Generated_c180 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_875, 180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c180.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c180.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c180.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Byte_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2920), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2921), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Byte_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2922), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Byte_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2923), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2924), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2925), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Byte_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2926)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c180.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1409, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2927)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c180; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c181__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c181) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c181; + com_badlogic_gwtref_client_IReflectionCache2Generated_c181 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_767, 181, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c181.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c181.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c181.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Character_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2928), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2929), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Character_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2930), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Character_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2931), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2932), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2933), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Character_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2934)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c181.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1410, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2935)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c181; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c182__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c182) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c182; + com_badlogic_gwtref_client_IReflectionCache2Generated_c182 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_906, 182, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c182.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c182.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c182.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Double_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2936), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2937), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Double_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2938), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Double_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2939), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2940), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2941), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Double_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2942)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c182.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1411, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2943)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c182; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c183__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c183) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c183; + com_badlogic_gwtref_client_IReflectionCache2Generated_c183 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_934, 183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c183.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c183.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c183.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Float_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2944), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2945), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Float_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2946), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Float_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2947), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2948), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2949), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Float_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2950)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c183.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1412, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2951)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c183; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c184__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c184) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c184; + com_badlogic_gwtref_client_IReflectionCache2Generated_c184 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_824, 184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c184.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c184.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c184.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Integer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2952), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2953), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Integer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2954), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Integer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2955), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2956), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2957), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Integer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2958)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c184.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1413, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2959)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c184; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c185__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c185) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c185; + com_badlogic_gwtref_client_IReflectionCache2Generated_c185 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_897, 185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Object_11Array_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c185.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c185.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c185.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Object_11Array_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2960), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Object_11Array_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2961), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Object_11Array_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2962), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Object_11Array_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2963)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c185.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Object_11Array_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Object_11Array_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2964)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c185; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c186__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c186) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c186; + com_badlogic_gwtref_client_IReflectionCache2Generated_c186 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_856, 186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c186.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c186.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c186.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Short_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2965), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2966), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Short_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2967), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Short_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2968), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2969), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2970), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Short_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2971)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c186.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1415, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2972)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c186; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c187__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c187) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c187; + com_badlogic_gwtref_client_IReflectionCache2Generated_c187 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_820, 187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c187.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c187.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c187.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2973), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2974), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2975), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2976), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2977), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2978), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2979)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c187.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1416, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2980)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c187; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c188__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c188) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c188; + com_badlogic_gwtref_client_IReflectionCache2Generated_c188 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_796, 188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1ArrayList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c188.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c188.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c188.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1ArrayList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1ArrayList_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2981), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1ArrayList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1ArrayList_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2982), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1ArrayList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1ArrayList_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2983), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1ArrayList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1ArrayList_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2984)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c188.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1417, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1ArrayList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1ArrayList_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2985)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c188; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c189__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c189) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c189; + com_badlogic_gwtref_client_IReflectionCache2Generated_c189 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_898, 189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collection_11CustomFieldSerializerBase_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c189.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c189.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c189.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collection_11CustomFieldSerializerBase_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2986), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collection_11CustomFieldSerializerBase_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2987)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c189.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1418, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collection_11CustomFieldSerializerBase_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collection_11CustomFieldSerializerBase_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2988)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c189; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c19__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c19) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c19; + com_badlogic_gwtref_client_IReflectionCache2Generated_c19 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_826, 19, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c19.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c19.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c19.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c19.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_452, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, true, false, false, false, true, true, false, 120, 120, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_453, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, true, false, false, false, true, true, false, 121, 121, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_454, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, true, false, false, false, true, true, false, 122, 122, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c19.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 408), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 409)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c19.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 3, 5, 1); + com_badlogic_gwtref_client_IReflectionCache2Generated_c19.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled); + com_badlogic_gwtref_client_IReflectionCache2Generated_c19.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_scenes_scene2d_Touchable_disabled; + com_badlogic_gwtref_client_IReflectionCache2Generated_c19.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c19; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c190__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c190) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c190; + com_badlogic_gwtref_client_IReflectionCache2Generated_c190 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_927, 190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c190.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c190.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c190.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1419, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2989)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c190; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c191__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c191) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c191; + com_badlogic_gwtref_client_IReflectionCache2Generated_c191 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_822, 191, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c191.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c191.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c191.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c191.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1420, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2990), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2991), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2992), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2993), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2994), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2995), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2996), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2997)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c191.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('EmptyList_CustomFieldSerializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 2998)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c191; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c192__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c192) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c192; + com_badlogic_gwtref_client_IReflectionCache2Generated_c192 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_946, 192, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c192.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c192.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c192.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c192.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1420, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2999), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3000), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3001), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3002), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3003), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3004), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3005), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3006)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c192.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('EmptyMap_CustomFieldSerializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3007)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c192; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c193__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c193) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c193; + com_badlogic_gwtref_client_IReflectionCache2Generated_c193 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_895, 193, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c193.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c193.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c193.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c193.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1420, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 3008), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Set_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3009), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3010), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Set_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3011), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Set_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3012), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3013), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3014), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Set_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3015)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c193.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('EmptySet_CustomFieldSerializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3016)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c193; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c194__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c194) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c194; + com_badlogic_gwtref_client_IReflectionCache2Generated_c194 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_955, 194, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c194.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c194.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c194.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c194.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1420, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 3017), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3018), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1401, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3019), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3020), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3021), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1404, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3022), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3023), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3024)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c194.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('SingletonList_CustomFieldSerializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3025)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c194; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c195__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c195) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c195; + com_badlogic_gwtref_client_IReflectionCache2Generated_c195 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_932, 195, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1HashMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c195.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c195.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c195.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1HashMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1HashMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3026), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1HashMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1HashMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3027), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1HashMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1HashMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3028), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1406, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1HashMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1HashMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3029)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c195.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1421, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1HashMap_11CustomFieldSerializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1HashMap_11CustomFieldSerializer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3030)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c195; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c196__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c196) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c196; + com_badlogic_gwtref_client_IReflectionCache2Generated_c196 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_792, 196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Map_11CustomFieldSerializerBase_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c196.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c196.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c196.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1400, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Map_11CustomFieldSerializerBase_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3031), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1402, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Map_11CustomFieldSerializerBase_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3032)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c196.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1422, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Map_11CustomFieldSerializerBase_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Map_11CustomFieldSerializerBase_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3033)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c196; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c197__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c197) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c197; + com_badlogic_gwtref_client_IReflectionCache2Generated_c197 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_861, 197, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c197.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c197.com_badlogic_gwtref_client_Type_isPrimitive = true; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c197; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c198__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c198) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c198; + com_badlogic_gwtref_client_IReflectionCache2Generated_c198 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('double[]', 198, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c198.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c198.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c198.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c198.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3034), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3035), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3036), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3037), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3038), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3039)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c198.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_D_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c198; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c199__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c199) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c199; + com_badlogic_gwtref_client_IReflectionCache2Generated_c199 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_908, 199, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c199.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c199.com_badlogic_gwtref_client_Type_isPrimitive = true; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c199; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c1_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c1_1_1Ljava_1util_1Collection_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c1_1_1Ljava_1util_1Collection_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c1_1_1Ljava_1util_1Collection_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c1', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, $intern_1423); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c2__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c2) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c2; + com_badlogic_gwtref_client_IReflectionCache2Generated_c2 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_775, 2, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c2.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c2.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c2.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 11, 11, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tempAxes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), true, false, true, false, false, true, false, 12, 12, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1424, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), true, false, true, false, false, true, false, 13, 13, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpVectors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), true, false, true, false, false, true, false, 14, 14, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, true, false, true, false, false, false, false, 15, 15, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, false, false, true, false, false, 16, 16, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('inverseTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, false, false, 17, 17, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('axes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), true, false, true, false, false, false, false, 18, 18, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1425, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), true, false, true, false, false, false, false, 19, 19, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c2.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 55), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 56), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 57), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 58), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1428, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 59), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1429, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 60), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 61), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 62), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1058, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 63), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1059, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 64), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 65), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1061, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 66), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1062, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 67), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1063, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 68), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1064, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 69), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1065, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 70), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 71), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_invTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 72), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 73), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 74), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1073, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 75), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1073, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 76), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 77), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 78)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c2.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 79), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 80), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 81)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c2; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c20__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c20) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c20; + com_badlogic_gwtref_client_IReflectionCache2Generated_c20 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_816, 20, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c20.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c20.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c20.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c20.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 410), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 411), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 412), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 413), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 414), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 415)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c20.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c20; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c200__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c200) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c200; + com_badlogic_gwtref_client_IReflectionCache2Generated_c200 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('float[]', 200, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c200.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c200.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c200.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c200.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3040), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3041), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3042), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3043), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3044), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3045)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c200.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_F_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c200; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c201__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c201) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c201; + com_badlogic_gwtref_client_IReflectionCache2Generated_c201 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('float[][]', 201, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c201.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c201.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c201.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c201.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3046), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3047), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3048), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3049), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3050), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3051)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c201.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c201; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c202__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c202) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c202; + com_badlogic_gwtref_client_IReflectionCache2Generated_c202 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('int', 202, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c202.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c202.com_badlogic_gwtref_client_Type_isPrimitive = true; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c202; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c203__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c203) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c203; + com_badlogic_gwtref_client_IReflectionCache2Generated_c203 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('int[]', 203, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c203.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c203.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c203.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c203.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3052), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3053), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3054), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3055), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3056), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3057)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c203.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_I_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c203; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c204__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c204) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c204; + com_badlogic_gwtref_client_IReflectionCache2Generated_c204 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('int[][]', 204, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 2), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c204.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c204.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c204.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c204.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3058), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3059), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3060), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3061), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3062), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3063)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c204.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c204; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c205__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c205) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c205; + com_badlogic_gwtref_client_IReflectionCache2Generated_c205 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_833, 205, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c205.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c205.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c205.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('FALSE', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, true, false, false, false, true, true, false, 1041, 1041, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TRUE', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, true, false, false, false, true, true, false, 1042, 1042, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1430, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, true, false, false, false, true, true, false, 1043, 1043, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c205.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1431, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3064), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3065), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3066), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('logicalAnd', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3067), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('logicalOr', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3068), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('logicalXor', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3069), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('parseBoolean', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3070), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3071), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3072), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3073), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3074), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_682, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3075), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Boolean_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3076), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3077), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3078), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3079), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1434, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3080)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c205.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1435, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3081), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1435, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3082)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c205; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c206__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c206) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c206; + com_badlogic_gwtref_client_IReflectionCache2Generated_c206 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_913, 206, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c206.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c206.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c206.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1436, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, true, false, false, false, true, true, false, 1044, 1044, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1437, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, true, false, false, false, true, true, false, 1045, 1045, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1438, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1046, 1046, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1439, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1047, 1047, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1430, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, true, false, false, false, true, true, false, 1048, 1048, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, true, false, true, false, false, false, true, 1049, 1049, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c206.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1431, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1B__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3083), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1440, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3084), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1B__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3085), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3086), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('parseByte', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3087), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('parseByte', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3088), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1B__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3089), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3090), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1B__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3091), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3092), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3093), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1441, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3094), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Byte_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3095), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_680, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3096), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3097), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1442, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3098), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1443, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3099), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_681, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3100), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1444, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3101)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c206.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Byte', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1B__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3102), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Byte', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3103)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c206; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c207__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c207) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c207; + com_badlogic_gwtref_client_IReflectionCache2Generated_c207 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_761, 207, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c207.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c207.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c207.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c207.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('charAt', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3104), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1445, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3105), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1446, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3106), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3107)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c207; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c208__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c208) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c208; + com_badlogic_gwtref_client_IReflectionCache2Generated_c208 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_962, 208, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c208.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c208.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c208.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c208.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3108), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3109), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3110), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3111), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3112), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3113)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c208.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c208; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c209__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c209) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c209; + com_badlogic_gwtref_client_IReflectionCache2Generated_c209 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_854, 209, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c209.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c209.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c209.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1430, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, true, false, false, false, true, true, false, 1050, 1050, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MIN_RADIX', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1051, 1051, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MAX_RADIX', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, $intern_307, $intern_307, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1436, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, false, true, true, false, 1053, 1053, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1437, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, false, true, true, false, 1054, 1054, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MIN_SURROGATE', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, false, true, true, false, $intern_968, $intern_968, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MAX_SURROGATE', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, false, true, true, false, 1056, 1056, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MIN_LOW_SURROGATE', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, false, true, true, false, 1057, 1057, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MAX_LOW_SURROGATE', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, false, true, true, false, 1058, 1058, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MIN_HIGH_SURROGATE', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, false, true, true, false, 1059, 1059, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MAX_HIGH_SURROGATE', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, false, true, true, false, 1060, 1060, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MIN_SUPPLEMENTARY_CODE_POINT', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1061, 1061, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MIN_CODE_POINT', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, $intern_969, $intern_969, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MAX_CODE_POINT', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1063, 1063, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1438, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1064, 1064, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1439, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1065, 1065, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('digitRegex', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, false, false, true, false, false, true, false, 1066, 1066, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('leterRegex', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, false, false, true, false, false, true, false, 1067, 1067, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('isLeterOrDigitRegex', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, false, false, true, false, false, true, false, 1068, 1068, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('whitespaceRegex', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, false, false, true, false, false, true, false, 1069, 1069, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, true, false, false, false, true, 1070, 1070, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c209.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('charCount', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3114), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1447, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3115), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1447, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_limit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3116), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1447, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_seq_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3117), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1447, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cs_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_limit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 3118), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1448, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3119), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1448, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3120), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1448, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cs_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3121), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1448, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cs_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 3122), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1449, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3123), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1449, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_seq_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3124), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1431, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3125), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('digit', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3126), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('forDigit', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_digit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3127), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('forDigit', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_digit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 3128), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3129), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3130), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isBmpCodePoint', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3131), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isDigit', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3132), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isHighSurrogate', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3133), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isLetter', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3134), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isLetterOrDigit', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3135), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isLowerCase', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3136), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isLowSurrogate', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3137), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isSpace', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3138), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1450, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3139), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1450, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3140), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1450, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3141), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isSupplementaryCodePoint', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3142), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isSurrogatePair', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_highSurrogate_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_lowSurrogate_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3143), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isTitleCase', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3144), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isUpperCase', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3145), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isValidCodePoint', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3146), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1451, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_codePointOffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3147), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1451, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_seq_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_codePointOffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3148), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toChars', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3149), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toChars', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dst_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dstIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3150), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toCodePoint', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_highSurrogate_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_lowSurrogate_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3151), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1452, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3152), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3153), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3154), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1453, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3155), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3156), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getHighSurrogate', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 3157), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLowSurrogate', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 3158), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('charValue', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3159), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1lang_1Character_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3160), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3161)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c209.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Character', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3162)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c209; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c21__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c21) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c21; + com_badlogic_gwtref_client_IReflectionCache2Generated_c21 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_809, 21, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c21.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c21.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c21.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1009, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 416), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1390, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 417), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1390, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 418), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1454, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 419), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1454, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 420), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1455, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 421), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1455, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 422), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1455, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 423), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1456, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 424), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1456, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 425), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1456, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 426), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1457, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 427), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1457, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 428), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1457, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 429), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1458, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 430), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1458, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 431), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1458, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 432), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1459, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 433), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1459, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 434), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1459, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 435), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1460, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 436), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1460, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 437), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1460, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 438), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1461, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 439), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1461, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 440), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1461, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 441), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1462, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 442), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1462, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 443), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1462, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 444), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1463, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rotationAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 445), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1463, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rotationAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 446), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1463, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rotationAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 447), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 448), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 449), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 450), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_248, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 451), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_248, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 452), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_248, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 453), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fadeOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 454), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fadeOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 455), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fadeIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 456), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fadeIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 457), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 458), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 459), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1465, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 460), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1466, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 461), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 462), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_removeActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 463), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_241, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 464), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_241, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_delayedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 465), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('timeScale', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaledAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 466), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1467, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 467), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1467, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 468), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1467, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 469), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1467, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 470), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1467, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action5_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 471), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1467, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actions_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, true, true, false, 472), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1467, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 473), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 474), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 475), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 476), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 477), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action5_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 478), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actions_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, true, true, false, 479), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 480), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('repeat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_repeatedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 481), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('forever', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_repeatedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 482), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('run', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_runnable_1_1Ljava_1lang_1Runnable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 483), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 484), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('after', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 485), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1391, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 486), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1391, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 487), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1392, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 488), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1392, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 489), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('targeting', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 490)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c21.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Actions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 491)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c21; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c210__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c210) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c210; + com_badlogic_gwtref_client_IReflectionCache2Generated_c210 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_873, 210, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c210.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c210.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c210.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1437, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, false, false, true, true, false, 1071, 1071, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1436, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, false, false, true, true, false, 1072, 1072, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1469, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, false, false, true, true, false, 1073, 1073, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1470, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1074, 1074, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1471, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1075, 1075, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('NaN', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, false, false, true, true, false, 1076, 1076, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1472, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, false, false, true, true, false, 1077, 1077, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1473, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, false, false, true, true, false, 1078, 1078, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1438, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1079, 1079, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1439, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1080, 1080, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1430, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, true, false, false, false, true, true, false, 1081, 1081, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c210.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1431, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3163), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('doubleToLongBits', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3164), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('doubleToRawLongBits', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3165), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_d_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3166), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3167), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFinite', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3168), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1474, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3169), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1474, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3170), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1475, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3171), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1475, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3172), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('longBitsToDouble', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3173), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3174), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3175), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('parseDouble', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3176), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('sum', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3177), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3178), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3179), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_d_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3180), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3181), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1441, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3182), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Double_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3183), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_680, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3184), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3185), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1442, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3186), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1443, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3187), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_681, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3188), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1444, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3189), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3190), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3191), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1434, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3192)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c210.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1476, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3193), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1476, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3194)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c210; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c211__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c211) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c211; + com_badlogic_gwtref_client_IReflectionCache2Generated_c211 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_909, 211, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c211.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c211.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c211.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, true, false, true, false, false, false, false, 1082, 1082, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ordinal', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, false, false, 1083, 1083, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c211.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enumType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3195), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3196), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('createValueOfMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enumConstants_1_1_1Ljava_1lang_1Enum_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3197), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('get0', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3198), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('invokeValueOf', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enumValueOfFunc_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3199), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('put0', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Enum_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3200), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Enum_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, false, false, false, true, false, false, true, false, 3201), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, false, false, false, true, false, false, true, false, 3202), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDeclaringClass', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, false, false, false, true, false, false, true, false, 3203), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, false, false, false, true, false, false, true, false, 3204), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, false, false, false, true, false, false, true, false, 3205), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ordinal', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, false, false, false, true, false, false, true, false, 3206), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3207)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c211.com_badlogic_gwtref_client_Type_annotations = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1annotation_1Annotation_12_1classLit, 1), $intern_144, 258, 0, [new com_badlogic_gwtref_client_IReflectionCache2Generated$7_IReflectionCache2Generated$7__V]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c211; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c212__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c212) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c212; + com_badlogic_gwtref_client_IReflectionCache2Generated_c212 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_893, 212, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c212.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c212.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c212.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c212.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3208), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3209), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3210), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3211), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3212), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3213)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c212.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c212; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c213__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c213) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c213; + com_badlogic_gwtref_client_IReflectionCache2Generated_c213 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_849, 213, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c213.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c213.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c213.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1437, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 1084, 1084, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1436, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 1085, 1085, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1470, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1086, 1086, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1471, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, $intern_971, $intern_971, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1469, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 1088, 1088, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('NaN', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 1089, 1089, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1472, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, $intern_973, $intern_973, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1473, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 1091, 1091, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1438, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1092, 1092, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1439, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1093, 1093, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1430, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, true, false, false, false, true, true, false, 1094, 1094, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('POWER_31_INT', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 1095, 1095, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, false, true, 1096, 1096, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c213.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1431, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3214), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('floatToIntBits', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3215), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('floatToRawIntBits', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3216), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_f_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3217), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3218), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intBitsToFloat', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3219), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFinite', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3220), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1474, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3221), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1474, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3222), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1475, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3223), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1475, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3224), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3225), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3226), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('parseFloat', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3227), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('sum', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3228), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3229), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3230), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_f_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3231), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3232), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1441, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3233), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Float_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3234), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_680, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3235), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3236), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1442, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3237), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1443, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3238), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_681, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3239), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1444, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3240)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c213.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1477, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3241), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1477, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3242), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1477, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3243)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c213; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c214__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c214) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c214; + com_badlogic_gwtref_client_IReflectionCache2Generated_c214 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_749, 214, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c214.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c214.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c214.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1437, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1097, 1097, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1436, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1098, 1098, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1438, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1099, 1099, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1439, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, $intern_965, $intern_965, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1430, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, true, false, false, false, true, true, false, 1101, 1101, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, false, true, 1102, 1102, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c214.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('bitCount', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3244), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1431, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3245), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1440, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3246), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3247), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3248), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('highestOneBit', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3249), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('lowestOneBit', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3250), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3251), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3252), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('numberOfLeadingZeros', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3253), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('numberOfTrailingZeros', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3254), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('parseInt', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3255), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('parseInt', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3256), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3257), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1478, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3258), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotateLeft', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3259), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotateRight', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3260), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('signum', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3261), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('sum', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3262), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toBinaryString', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3263), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toHexString', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3264), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toOctalString', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3265), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toUnsignedString', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 3266), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3267), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3268), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3269), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3270), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3271), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3272), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1441, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3273), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Integer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3274), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_680, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3275), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3276), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1442, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3277), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1443, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3278), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_681, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3279), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1444, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3280)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c214.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1479, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3281), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1479, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3282)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c214; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c215__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c215) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c215; + com_badlogic_gwtref_client_IReflectionCache2Generated_c215 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_845, 215, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c215.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c215.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c215.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('___clazz', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, false, false, true, false, false, false, true, 1103, 1103, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [null])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('expando', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, false, false, true, false, false, false, true, $intern_974, $intern_974, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('castableTypeMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, false, false, true, false, false, false, true, 1105, 1105, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('typeMarker', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, false, false, true, false, false, false, true, 1106, 1106, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c215.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3283), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3284), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3285), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3286), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3287), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3288)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c215.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Object', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3289)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c215; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c216__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c216) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c216; + com_badlogic_gwtref_client_IReflectionCache2Generated_c216 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_821, 216, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c216.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c216.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c216.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c216.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3290), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3291), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3292), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3293), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3294), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3295)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c216.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c216; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c217__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c217) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c217; + com_badlogic_gwtref_client_IReflectionCache2Generated_c217 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_808, 217, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c217.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c217.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c217.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1436, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, true, false, false, false, true, true, false, $intern_975, $intern_975, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1437, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, true, false, false, false, true, true, false, 1108, 1108, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1438, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1109, 1109, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1439, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 1110, 1110, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1430, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, true, false, false, false, true, true, false, $intern_976, $intern_976, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, true, false, true, false, false, false, true, $intern_977, $intern_977, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c217.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1431, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3296), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1440, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3297), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3298), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3299), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1480, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3300), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1480, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3301), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1478, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3302), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3303), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3304), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3305), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3306), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3307), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1441, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3308), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Short_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3309), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_680, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3310), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3311), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1442, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3312), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1443, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3313), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_681, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3314), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1444, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3315)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c217.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Short', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3316), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Short', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3317)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c217; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c218__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c218) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c218; + com_badlogic_gwtref_client_IReflectionCache2Generated_c218 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_883, 218, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c218.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c218.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c218.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('CASE_INSENSITIVE_ORDER', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparator_12_1classLit, true, false, false, false, true, true, false, 1113, 1113, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c218.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1481, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3318), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1481, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3319), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('join', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delimiter_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, true, true, false, 3320), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('join', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delimiter_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1Ljava_1lang_1Iterable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3321), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3322), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3323), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3324), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3325), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3326), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3327), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3328), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3329), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3330), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fromCharCode', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3331), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFromCharCodeFunction', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, null, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, true, false, false, false, false, true, false, 3332), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('translateReplaceString', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_replaceStr_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3333), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCharset', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1charset_1Charset_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3334), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fromCodePoint', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 3335), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asNativeString', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, null, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 3336), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('charAt', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3337), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1447, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3338), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1448, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3339), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1449, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3340), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3341), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('compareToIgnoreCase', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3342), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('concat', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3343), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3344), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1482, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cs_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3345), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1482, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuffer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3346), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('endsWith', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_suffix_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3347), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3348), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('equalsIgnoreCase', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3349), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1483, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3350), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1483, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3351), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1483, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3352), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getChars', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_srcBegin_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_srcEnd_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dst_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dstBegin_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3353), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getChars0', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_srcBegin_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_srcEnd_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dst_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dstBegin_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 3354), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3355), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3356), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3357), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3358), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3359), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intern', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3360), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3361), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1320, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3362), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1320, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3363), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1320, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3364), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1320, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3365), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1445, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3366), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('matches', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3367), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1451, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_codePointOffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3368), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1484, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreCase_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_toffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_ooffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3369), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1484, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_toffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_ooffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3370), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1485, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3371), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1485, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3372), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1486, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_replace_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3373), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nativeReplaceAll', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_replace_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 3374), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('replaceFirst', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_replace_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3375), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_563, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3376), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_563, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_maxMatch_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3377), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1487, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefix_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3378), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1487, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefix_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_toffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3379), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1446, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3380), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('substring', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3381), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('substring', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3382), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toCharArray', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3383), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1452, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3384), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1452, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_locale_1_1Ljava_1util_1Locale_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3385), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1453, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3386), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1453, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_locale_1_1Ljava_1util_1Locale_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3387), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3388), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('trim', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3389), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, true, false, false, false, true, false, 3390), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3391), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3392), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3393), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3394), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3395), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3396), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3397), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3398), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoints_1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3399), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3400), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuffer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3401), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1433, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuilder_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3402), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1434, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, true, false, false, false, true, false, 3403)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c218.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3404), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3405), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3406), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3407), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3408), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3409), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3410), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3411), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3412), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_codePoints_1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3413), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3414), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuffer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3415), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1488, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuilder_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3416)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c218; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c219__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c219) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c219; + com_badlogic_gwtref_client_IReflectionCache2Generated_c219 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_781, 219, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, null, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Appendable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c219.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c219.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c219.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3417), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3418), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3419), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3420), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3421), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3422), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3423), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3424), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3425), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3426), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3427), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3428), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1StringBuffer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3429), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1490, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3430), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1491, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3431), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1492, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3432), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3433), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3434), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3435), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3436), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_chars_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3437), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_chars_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3438), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3439), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3440), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3441), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3442), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3443), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3444), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1485, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_toInsert_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3445), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3446)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c219.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1493, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3447), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1493, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3448), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1493, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ignoredCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3449), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1493, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3450)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c219; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c22__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c22) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c22; + com_badlogic_gwtref_client_IReflectionCache2Generated_c22 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_869, 22, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c22.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c22.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c22.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1009, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, false, false, true, false, false, false, false, 123, 123, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c22.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 492), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1494, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 493), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1495, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 494), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 495), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 496)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c22.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('AddAction', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 497)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c22; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c220__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c220) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c220; + com_badlogic_gwtref_client_IReflectionCache2Generated_c220 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_770, 220, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, null, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Appendable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c220.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c220.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c220.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3451), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3452), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3453), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3454), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3455), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3456), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3457), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3458), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3459), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3460), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3461), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3462), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1489, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1StringBuffer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3463), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1490, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3464), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1491, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3465), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1492, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3466), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3467), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3468), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3469), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3470), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_chars_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3471), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_chars_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3472), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3473), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3474), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3475), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3476), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3477), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3478), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1485, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_toInsert_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3479), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3480)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c220.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_723, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3481), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_723, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3482), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_723, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ignoredCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3483), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_723, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3484)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c220; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c221__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c221) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c221; + com_badlogic_gwtref_client_IReflectionCache2Generated_c221 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_763, 221, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringIndexOutOfBoundsException_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1IndexOutOfBoundsException_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1IndexOutOfBoundsException_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Exception_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Throwable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c221.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c221.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c221.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1497, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringIndexOutOfBoundsException_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringIndexOutOfBoundsException_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3485), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1497, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringIndexOutOfBoundsException_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringIndexOutOfBoundsException_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_message_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3486), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1497, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringIndexOutOfBoundsException_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringIndexOutOfBoundsException_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3487)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c221; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c222__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c222) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c222; + com_badlogic_gwtref_client_IReflectionCache2Generated_c222 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_750, 222, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c222.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c222.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c222.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c222.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3488), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3489), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3490), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3491), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3492), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3493)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c222.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c222; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c223__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c223) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c223; + com_badlogic_gwtref_client_IReflectionCache2Generated_c223 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_877, 223, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Cloneable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1RandomAccess_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractCollection_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Cloneable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1RandomAccess_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c223.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c223.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c223.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), false, false, true, false, false, false, true, 1114, 1114, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('exposeElement', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, true, false, false, false, false, 1115, 1115, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c223.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3494), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3495), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3496), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3497), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3498), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clone', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3499), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3500), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1325, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ignored_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3501), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3502), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3503), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 3504), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3505), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('forEach', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_consumer_1_1Ljava_1util_1function_1Consumer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3506), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3507), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1320, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3508), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1320, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 3509), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3510), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3511), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeIf', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Ljava_1util_1function_1Predicate_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3512), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1486, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_operator_1_1Ljava_1util_1function_1UnaryOperator_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3513), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3514), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3515), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1328, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3516), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3517), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3518), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('trimToSize', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3519), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1323, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fromIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 3520), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1326, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 3521)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c223.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1498, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3522), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1498, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3523), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1498, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3524)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c223; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c224__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c224) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c224; + com_badlogic_gwtref_client_IReflectionCache2Generated_c224 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_814, 224, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, null, (lastArg = null , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c224.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c224.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c224.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c224.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3525), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3526), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3527), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3528), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1318, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3529), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3530), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3531), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1301, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3532), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('retainAll', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3533), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3534), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3535), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1304, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3536)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c224.com_badlogic_gwtref_client_Type_annotations = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1annotation_1Annotation_12_1classLit, 1), $intern_144, 258, 0, [new com_badlogic_gwtref_client_IReflectionCache2Generated$11_IReflectionCache2Generated$11__V]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c224; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c225__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c225) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c225; + com_badlogic_gwtref_client_IReflectionCache2Generated_c225 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_963, 225, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c225.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c225.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c225.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('EMPTY_LIST', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, true, false, false, false, true, true, false, $intern_979, $intern_979, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('EMPTY_MAP', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, true, false, false, false, true, true, false, 1117, 1117, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('EMPTY_SET', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, true, false, false, false, true, true, false, 1118, 1118, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c225.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('synchronizedCollection', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3537), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('synchronizedList', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3538), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('synchronizedMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3539), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('synchronizedNavigableMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1NavigableMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1NavigableMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3540), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('synchronizedNavigableSet', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1NavigableSet_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1NavigableSet_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3541), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('synchronizedSet', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1Set_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3542), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('synchronizedSortedMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1SortedMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3543), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('synchronizedSortedSet', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedSet_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1SortedSet_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3544), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, true, true, false, 3545), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asLifoQueue', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Queue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_deque_1_1Ljava_1util_1Deque_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3546), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1499, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sortedList_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3547), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1499, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sortedList_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_comparator_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3548), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_dest_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_src_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3549), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('disjoint', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c1_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_c2_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3550), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('emptyIterator', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 3551), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('emptyList', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 3552), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('emptyListIterator', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, $intern_51), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('emptyMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 3554), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('emptySet', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 3555), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('enumeration', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Enumeration_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3556), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3557), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('frequency', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3558), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('list', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1util_1Enumeration_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3559), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3560), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_comp_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3561), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3562), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_comp_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3563), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('newSetFromMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3564), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nCopies', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_n_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3565), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1486, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_oldVal_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_newVal_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3566), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_l_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3567), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1501, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 3568), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1501, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparator_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cmp_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3569), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_lst_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dist_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3570), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1329, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3571), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1329, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_rnd_1_1Ljava_1util_1Random_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3572), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('singleton', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3573), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('singletonList', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3574), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('singletonMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3575), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1328, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3576), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1328, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3577), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1317, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_j_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3578), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unmodifiableCollection', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3579), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unmodifiableList', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3580), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unmodifiableMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3581), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unmodifiableSet', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1Set_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3582), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unmodifiableSortedMap', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1SortedMap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3583), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unmodifiableSortedSet', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedSet_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1SortedSet_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 3584), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_collection_1_1Ljava_1lang_1Iterable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 3585), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 3586), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('swapImpl', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_j_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3587), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('swapImpl', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_j_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3588)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c225.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, []); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c225; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c226__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c226) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c226; + com_badlogic_gwtref_client_IReflectionCache2Generated_c226 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_935, 226, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, null, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Cloneable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Cloneable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c226.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c226.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c226.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('exposeKey', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, true, false, false, false, false, 1119, 1119, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('exposeValue', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, true, false, false, false, false, 1120, 1120, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c226.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clone', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3589), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value2_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 3590), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getHashCode', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 3591)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c226.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1502, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 3592), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1502, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ignored_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3593), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1502, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ignored_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_alsoIgnored_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3594), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1502, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_toBeCopied_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 3595)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c226; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c227__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c227) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c227; + com_badlogic_gwtref_client_IReflectionCache2Generated_c227 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_929, 227, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, null, (lastArg = null , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c227.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c227.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c227.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c227.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_element_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3596), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1145, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3597), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3598), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3599), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1320, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3600), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1503, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3601), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1503, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3602), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3603), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_element_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3604), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('subList', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fromIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_toIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3605)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c227.com_badlogic_gwtref_client_Type_annotations = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1annotation_1Annotation_12_1classLit, 1), $intern_144, 258, 0, [new com_badlogic_gwtref_client_IReflectionCache2Generated$19_IReflectionCache2Generated$19__V]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c227; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c228__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c228) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c228; + com_badlogic_gwtref_client_IReflectionCache2Generated_c228 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_798, 228, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, null, (lastArg = null , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c228.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c228.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c228.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c228.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3606), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasPrevious', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3607), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextIndex', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3608), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('previous', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3609), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1504, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3610), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3611), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3612)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c228; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c229__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c229) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c229; + com_badlogic_gwtref_client_IReflectionCache2Generated_c229 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_752, 229, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c229.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c229.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c229.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c229.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3613), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1340, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3614), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1341, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3615), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('entrySet', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3616), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3617), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1299, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3618), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('keySet', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3619), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1338, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3620), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1339, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_t_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3621), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 3622), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3623), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 3624)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c229.com_badlogic_gwtref_client_Type_annotations = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1annotation_1Annotation_12_1classLit, 1), $intern_144, 258, 0, [new com_badlogic_gwtref_client_IReflectionCache2Generated$21_IReflectionCache2Generated$21__V]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c229; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c23__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c23) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c23; + com_badlogic_gwtref_client_IReflectionCache2Generated_c23 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_948, 23, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c23.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c23.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c23.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, false, false, true, false, false, false, false, 124, 124, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1077, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 125, 125, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c23.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 498), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1505, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 499), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1506, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 500), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1507, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 501), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1083, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 502), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 503)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c23.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_457, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 504)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c23; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c230__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c230) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c230; + com_badlogic_gwtref_client_IReflectionCache2Generated_c230 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_777, 230, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c230.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c230.com_badlogic_gwtref_client_Type_isPrimitive = true; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c230; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c231__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c231) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c231; + com_badlogic_gwtref_client_IReflectionCache2Generated_c231 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('long[]', 231, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c231.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c231.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c231.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c231.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3625), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3626), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3627), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3628), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3629), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3630)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c231.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_J_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c231; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c232__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c232) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c232; + com_badlogic_gwtref_client_IReflectionCache2Generated_c232 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_843, 232, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c232.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c232.com_badlogic_gwtref_client_Type_isPrimitive = true; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c232; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c233__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c233) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c233; + com_badlogic_gwtref_client_IReflectionCache2Generated_c233 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('short[]', 233, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c233.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c233.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c233.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c233.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 3631), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3632), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3633), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3634), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 3635), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 3636)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c233.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_S_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c233; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c234__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c234) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c234; + com_badlogic_gwtref_client_IReflectionCache2Generated_c234 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('void', 234, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c234.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c234.com_badlogic_gwtref_client_Type_isPrimitive = true; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c234; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c24__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c24) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c24; + com_badlogic_gwtref_client_IReflectionCache2Generated_c24 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_937, 24, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c24.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c24.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c24.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('waitForActions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 126, 126, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c24.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1082, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 505), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 506), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1508, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 507)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c24.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_458, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 508)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c24; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c25__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c25) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c25; + com_badlogic_gwtref_client_IReflectionCache2Generated_c25 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_823, 25, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c25.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c25.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c25.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 127, 127, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 128, 128, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, true, false, false, false, false, 129, 129, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c25.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 509), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 510), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 511), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 512), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 513), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 514), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 515)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c25.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_459, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 516)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c25; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c26__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c26) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c26; + com_badlogic_gwtref_client_IReflectionCache2Generated_c26 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_857, 26, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c26.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c26.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c26.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('startR', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 130, 130, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('startG', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 131, 131, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('startB', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 132, 132, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('startA', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 133, 133, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, true, false, false, false, false, 134, 134, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, false, false, 135, 135, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c26.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 517), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 518), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 519), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 520), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 521), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getEndColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 522), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setEndColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 523)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c26.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_460, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 524)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c26; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c27__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c27) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c27; + com_badlogic_gwtref_client_IReflectionCache2Generated_c27 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_815, 27, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1CountdownEventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c27.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c27.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c27.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1513, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1CountdownEventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 136, 136, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1371, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1CountdownEventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 137, 137, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c27.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1CountdownEventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 525)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c27.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_461, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1CountdownEventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1CountdownEventAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_eventClass_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 526)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c27; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c28__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c28) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c28; + com_badlogic_gwtref_client_IReflectionCache2Generated_c28 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_900, 28, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c28.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c28.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c28.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 138, 138, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 139, 139, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c28.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1508, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 527), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1514, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 528), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 529), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 530), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_time_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 531), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1515, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 532), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1516, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 533)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c28.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_462, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 534), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_462, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 535)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c28; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c29__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c29) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c29; + com_badlogic_gwtref_client_IReflectionCache2Generated_c29 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_959, 29, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c29.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c29.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c29.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1009, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, false, false, false, true, false, false, false, 140, 140, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c29.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1495, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 536), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1494, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 537), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1508, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, true, false, true, false, true, false, 538), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, false, false, false, true, false, false, true, false, 539), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 540), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 541), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 542), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1082, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 543), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 544)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c29; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c2_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c2_1_1Ljava_1util_1Collection_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c2_1_1Ljava_1util_1Collection_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c2_1_1Ljava_1util_1Collection_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c2', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, $intern_1423); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c3__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c3) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c3; + com_badlogic_gwtref_client_IReflectionCache2Generated_c3 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_825, 3, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c3.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c3.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c3.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 20, 20, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('origin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 21, 21, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1517, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 22, 22, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, true, false, false, false, true, false, 23, 23, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c3.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 82), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getEndPoint', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 83), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 84), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 85), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_origin_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 86), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_dz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 87), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 88), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 89), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 90)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c3.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Ray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 91), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Ray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_origin_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 92)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c3; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c30__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c30) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c30; + com_badlogic_gwtref_client_IReflectionCache2Generated_c30 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_865, 30, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c30.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c30.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c30.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1519, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, true, true, false, false, false, false, false, 141, 141, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1520, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 142, 142, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_151, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 143, 143, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, true, false, true, false, false, false, false, 144, 144, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c30.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 545), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1082, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newTarget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 546), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 547), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 548), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isActive', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 549), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1521, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_active_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 550)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c30; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c31__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c31) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c31; + com_badlogic_gwtref_client_IReflectionCache2Generated_c31 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_863, 31, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c31.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c31.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c31.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 145, 145, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 146, 146, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 147, 147, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c31.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 551), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 552), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 553), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1150, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 554), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 555), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 556), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 557), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 558)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c31.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_463, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 559), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_463, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 560), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_463, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 561), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_463, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 562)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c31; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c32__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c32) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c32; + com_badlogic_gwtref_client_IReflectionCache2Generated_c32 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_773, 32, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c32.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c32.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c32.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 148, 148, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 149, 149, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 150, 150, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c32.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 563), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 564), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 565), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1150, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 566), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 567), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 568), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 569), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 570)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c32.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 571), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 572), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 573), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 574)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c32; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c33__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c33) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c33; + com_badlogic_gwtref_client_IReflectionCache2Generated_c33 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_930, 33, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c33.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c33.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c33.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_452, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 151, 151, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c33.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1082, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 575), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 576), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isEnabled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 577), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 578)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c33.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_465, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 579)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c33; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c34__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c34) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c34; + com_badlogic_gwtref_client_IReflectionCache2Generated_c34 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_888, 34, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c34.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c34.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c34.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1022, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 152, 152, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1023, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 153, 153, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c34.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1522, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 580), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1523, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 581), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1524, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 582), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1525, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 583), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1526, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 584), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1527, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 585)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c34.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_466, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 586)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c34; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c35__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c35) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c35; + com_badlogic_gwtref_client_IReflectionCache2Generated_c35 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_855, 35, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c35.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c35.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c35.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1528, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 154, 154, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1529, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 155, 155, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1530, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 156, 156, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1531, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 157, 157, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1020, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 158, 158, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c35.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 587), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 588), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 589), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setStartPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 590), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 591), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 592), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 593), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 594), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 595), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1536, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 596), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStartX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 597), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStartY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 598), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1537, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 599), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1538, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 600)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c35.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_467, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 601)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c35; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c36__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c36) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c36; + com_badlogic_gwtref_client_IReflectionCache2Generated_c36 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_886, 36, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c36.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c36.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c36.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1011, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, true, false, false, false, false, false, 159, 159, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1539, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 160, 160, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c36.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 602), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 603), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 604), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1390, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 605), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 606), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1540, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 607), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 608)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c36.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 609), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 610), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 611), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 612), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 613), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_468, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action5_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 614)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c36; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c37__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c37) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c37; + com_badlogic_gwtref_client_IReflectionCache2Generated_c37 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_795, 37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c37.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c37.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c37.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastPercent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 161, 161, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c37.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 615), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 616), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1522, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, true, false, true, false, true, false, 617)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c37; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c38__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c38) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c38; + com_badlogic_gwtref_client_IReflectionCache2Generated_c38 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_870, 38, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c38.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c38.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c38.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1009, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, false, false, true, false, false, false, false, 162, 162, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c38.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 618), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1494, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 619), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1495, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 620), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 621)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c38.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_469, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 622)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c38; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c39__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c39) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c39; + com_badlogic_gwtref_client_IReflectionCache2Generated_c39 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_885, 39, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c39.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c39.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c39.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('removed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 163, 163, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c39.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 623), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 624)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c39.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_470, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 625)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c39; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c4__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c4) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c4; + com_badlogic_gwtref_client_IReflectionCache2Generated_c4 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_797, 4, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c4.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c4.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c4.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 24, 24, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('a', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 25, 25, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('b', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 26, 26, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c4.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 93), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 94), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 95), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 96)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c4.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_428, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 97), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_428, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_aX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_aY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_aZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 98)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c4; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c40__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c40) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c40; + com_badlogic_gwtref_client_IReflectionCache2Generated_c40 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_887, 40, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c40.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c40.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c40.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, false, false, true, false, false, false, false, 164, 164, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1077, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 165, 165, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c40.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 626), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1505, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 627), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1506, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 628), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1507, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 629), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1083, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 630), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 631)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c40.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_471, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 632)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c40; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c41__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c41) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c41; + com_badlogic_gwtref_client_IReflectionCache2Generated_c41 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_921, 41, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c41.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c41.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c41.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('FOREVER', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 166, 166, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('repeatCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 167, 167, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('executedCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 168, 168, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('finished', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 169, 169, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c41.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1508, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 633), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1514, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 634), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 635), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 636), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1543, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 637)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c41.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_472, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 638)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c41; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c42__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c42) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c42; + com_badlogic_gwtref_client_IReflectionCache2Generated_c42 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_939, 42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c42.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c42.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c42.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('amount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 170, 170, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c42.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1522, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 639), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 640), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1523, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rotationAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 641)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c42.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_473, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 642)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c42; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c43__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c43) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c43; + com_badlogic_gwtref_client_IReflectionCache2Generated_c43 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_862, 43, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c43.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c43.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c43.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 171, 171, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 172, 172, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1544, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 173, 173, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c43.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 643), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 644), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 645), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1546, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 646), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isUseShortestDirection', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 647), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setUseShortestDirection', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_useShortestDirection_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 648)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c43.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_474, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 649), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_474, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_useShortestDirection_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 650)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c43; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c44__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c44) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c44; + com_badlogic_gwtref_client_IReflectionCache2Generated_c44 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_838, 44, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c44.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c44.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c44.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('runnable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Runnable_12_1classLit, false, false, true, false, false, false, false, 174, 174, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ran', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 175, 175, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c44.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 651), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('run', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 652), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 653), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 654), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRunnable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Runnable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 655), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRunnable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_runnable_1_1Ljava_1lang_1Runnable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 656)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c44.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_475, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 657)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c44; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c45__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c45) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c45; + com_badlogic_gwtref_client_IReflectionCache2Generated_c45 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_807, 45, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c45.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c45.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c45.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1022, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 176, 176, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1023, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 177, 177, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c45.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1522, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 658), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1523, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 659), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1523, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 660), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1524, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 661), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1525, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 662), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1526, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 663), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1527, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 664)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c45.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_476, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 665)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c45; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c46__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c46) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c46; + com_badlogic_gwtref_client_IReflectionCache2Generated_c46 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_836, 46, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c46.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c46.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c46.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1528, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 178, 178, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1529, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 179, 179, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1530, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 180, 180, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1531, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 181, 181, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c46.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 666), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 667), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 668), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 669), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 670), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 671), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 672), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1536, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 673)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c46.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_477, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 674)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c46; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c47__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c47) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c47; + com_badlogic_gwtref_client_IReflectionCache2Generated_c47 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_840, 47, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c47.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c47.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c47.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 182, 182, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c47.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 675), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 676)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c47.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_478, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 677), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_478, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 678), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_478, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 679), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_478, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 680), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_478, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 681), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_478, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action5_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 682)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c47; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c48__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c48) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c48; + com_badlogic_gwtref_client_IReflectionCache2Generated_c48 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_892, 48, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c48.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c48.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c48.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('amountWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 183, 183, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('amountHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 184, 184, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c48.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1522, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 683), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1523, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 684), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAmountWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 685), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAmountWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 686), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAmountHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 687), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAmountHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 688)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c48.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_479, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 689)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c48; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c49__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c49) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c49; + com_badlogic_gwtref_client_IReflectionCache2Generated_c49 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_896, 49, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c49.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c49.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c49.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('startWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 185, 185, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('startHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 186, 186, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('endWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 187, 187, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('endHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 188, 188, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c49.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 690), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 691), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1326, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 692), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 693), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1547, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 694), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 695), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1548, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 696)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c49.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_480, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 697)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c49; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c5__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c5) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c5; + com_badlogic_gwtref_client_IReflectionCache2Generated_c5 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_788, 5, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c5.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c5.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c5.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 27, 27, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1549, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 28, 28, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 29, 29, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('PI_4_3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, true, false, 30, 30, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c5.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1550, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_sphere_1_1Lcom_1badlogic_1gdx_1math_1collision_1Sphere_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 99), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 100), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 101), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('volume', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 102), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('surfaceArea', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 103)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c5.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Sphere', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 104)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c5; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c50__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c50) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c50; + com_badlogic_gwtref_client_IReflectionCache2Generated_c50 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_762, 50, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c50.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c50.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c50.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 189, 189, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 190, 190, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1290, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, false, false, true, false, false, false, false, 191, 191, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 192, 192, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('began', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 193, 193, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1539, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 194, 194, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c50.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 698), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 699), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 700), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, true, false, true, false, true, false, 701), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1514, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 702), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 703), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 704), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 705), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_time_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 706), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1515, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 707), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1516, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 708), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getInterpolation', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 709), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setInterpolation', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 710), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isReverse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 711), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setReverse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_reverse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 712), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1551, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 713)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c50; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c51__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c51) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c51; + com_badlogic_gwtref_client_IReflectionCache2Generated_c51 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_755, 51, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c51.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c51.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c51.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 195, 195, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c51.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1508, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 714), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1313, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 715), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 716)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c51.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_481, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 717)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c51; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c52__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c52) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c52; + com_badlogic_gwtref_client_IReflectionCache2Generated_c52 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_881, 52, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c52.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c52.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c52.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1466, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, false, false, true, false, false, false, false, 196, 196, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c52.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 718), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1552, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 719), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1553, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 720)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c52.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_482, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 721)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c52; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c53__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c53) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c53; + com_badlogic_gwtref_client_IReflectionCache2Generated_c53 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_780, 53, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c53.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c53.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c53.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1465, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 197, 197, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c53.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 722), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1554, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 723), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1555, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 724)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c53.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_483, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 725)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c53; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c54__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c54) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c54; + com_badlogic_gwtref_client_IReflectionCache2Generated_c54 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_759, 54, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c54.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c54.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c54.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, false, false, true, false, false, false, false, 198, 198, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1556, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 199, 199, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 200, 200, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('buttonGroup', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, false, true, false, false, false, false, false, 201, 201, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, false, false, true, false, false, false, false, 202, 202, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1297, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 203, 203, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c54.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 726), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1557, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_isChecked_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 727), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1557, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_isChecked_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fireEvent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 728), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1296, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 729), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1556, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 730), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isPressed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 731), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1257, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 732), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 733), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 734), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_isDisabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 735), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1305, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_programmaticChangeEvents_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 736), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 737), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 738), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getButtonGroup', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 739), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1558, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 740), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 741), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 742), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 743), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 744), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 745)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c54.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 746), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 747), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 748), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 749), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 750), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 751), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 752), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 753), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 754), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_499, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 755)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c54; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c55__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c55) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c55; + com_badlogic_gwtref_client_IReflectionCache2Generated_c55 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_791, 55, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c55.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c55.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c55.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c55.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('up', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 204, 204, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1559, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 205, 205, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 206, 206, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1291, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 207, 207, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_453, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 208, 208, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 209, 209, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 210, 210, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedDown', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 211, 211, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedFocused', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 212, 212, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pressedOffsetX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 213, 213, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pressedOffsetY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 214, 214, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('unpressedOffsetX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 215, 215, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('unpressedOffsetY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 216, 216, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedOffsetX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 217, 217, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedOffsetY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 218, 218, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c55.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1560, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 756), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1560, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 757), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1560, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 758)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c55; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c56__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c56) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c56; + com_badlogic_gwtref_client_IReflectionCache2Generated_c56 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_933, 56, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c56.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c56.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c56.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('buttons', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 219, 219, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedButtons', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 220, 220, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1561, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 221, 221, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1562, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 222, 222, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1563, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 223, 223, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastChecked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, false, false, true, false, false, false, false, 224, 224, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c56.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 759), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_buttons_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 760), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 761), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_buttons_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 762), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 763), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1557, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 764), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('canCheck', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_newState_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 765), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('uncheckAll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 766), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getChecked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 767), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCheckedIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 768), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAllChecked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 769), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getButtons', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 770), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMinCheckCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minCheckCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 771), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMaxCheckCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxCheckCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 772), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setUncheckLast', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_uncheckLast_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 773)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c56.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_504, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 774), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_504, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_buttons_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 775)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c56; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c57__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c57) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c57; + com_badlogic_gwtref_client_IReflectionCache2Generated_c57 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_786, 57, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c57.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c57.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c57.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c57.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 776), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 777), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 778), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 779), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 780), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 781)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c57.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c57; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c58__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c58) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c58; + com_badlogic_gwtref_client_IReflectionCache2Generated_c58 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_880, 58, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c58.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c58.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c58.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('zerof', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, true, false, true, false, false, true, false, 225, 225, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('onef', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, true, false, true, false, false, true, false, 226, 226, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('zeroi', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, true, false, true, false, false, true, false, 227, 227, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('onei', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, true, false, true, false, false, true, false, 228, 228, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('centeri', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, true, false, true, false, false, true, false, 229, 229, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('topi', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, true, false, true, false, false, true, false, 230, 230, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bottomi', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, true, false, true, false, false, true, false, 231, 231, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lefti', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, true, false, true, false, false, true, false, 232, 232, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('righti', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, true, false, true, false, false, true, false, 233, 233, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('files', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Files_12_1classLit, false, false, true, false, false, true, false, 234, 234, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, false, false, true, false, false, true, false, 235, 235, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 236, 236, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 237, 237, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 238, 238, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 239, 239, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 240, 240, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 241, 241, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1565, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 242, 242, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1566, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 243, 243, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1567, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 244, 244, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 245, 245, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 246, 246, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 247, 247, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 248, 248, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 249, 249, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, false, true, false, false, false, false, false, 250, 250, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1570, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, false, true, false, false, false, false, false, 251, 251, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, false, true, false, false, false, false, false, 252, 252, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('expandX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, false, true, false, false, false, false, false, 253, 253, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('expandY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, false, true, false, false, false, false, false, 254, 254, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1571, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, false, true, false, false, false, false, false, 255, 255, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('uniformX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, false, true, false, false, false, false, false, 256, 256, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('uniformY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, false, true, false, false, false, false, false, 257, 257, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 258, 258, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('actorX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 259, 259, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('actorY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 260, 260, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1015, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 261, 261, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1014, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 262, 262, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_593, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, false, false, true, false, false, false, false, 263, 263, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('endRow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 264, 264, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('column', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 265, 265, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('row', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 266, 266, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cellAboveIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 267, 267, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('computedPadTop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 268, 268, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('computedPadLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 269, 269, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('computedPadBottom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 270, 270, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('computedPadRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 271, 271, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c58.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_table_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 782), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 783), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clearActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 784), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 785), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 786), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 787), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 788), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 789), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 790), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 791), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 792), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 793), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 794), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1572, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 795), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1572, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 796), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1572, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 797), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1572, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 798), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 799), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 800), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 801), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 802), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1573, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 803), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1573, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 804), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1573, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 805), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1573, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 806), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 807), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 808), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 809), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 810), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1574, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 811), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1574, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 812), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1574, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 813), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1574, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 814), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 815), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 816), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 817), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 818), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 819), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 820), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 821), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 822), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1565, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 823), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1565, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 824), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1566, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 825), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1566, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 826), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1567, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 827), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1567, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 828), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 829), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 830), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 831), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 832), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 833), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 834), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 835), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 836), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 837), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 838), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 839), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 840), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 841), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 842), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 843), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 844), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 845), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 846), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 847), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1570, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 848), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 849), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 850), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 851), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 852), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 853), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 854), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('grow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 855), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('growX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 856), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('growY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 857), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 858), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 859), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 860), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('expandX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 861), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('expandY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 862), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1571, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_colspan_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 863), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1575, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 864), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1575, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_uniform_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 865), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1575, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 866), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('uniformX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 867), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('uniformY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 868), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setActorBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 869), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getActorX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 870), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setActorX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 871), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getActorY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 872), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setActorY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 873), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getActorWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 874), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setActorWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 875), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getActorHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 876), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setActorHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 877), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getColumn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 878), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 879), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMinWidthValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 880), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 881), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 882), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 883), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1577, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 884), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 885), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1578, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 886), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 887), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1579, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 888), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 889), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 890), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 891), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpaceTopValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 892), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpaceTop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 893), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpaceLeftValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 894), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpaceLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 895), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpaceBottomValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 896), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpaceBottom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 897), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpaceRightValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 898), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpaceRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 899), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1581, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 900), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 901), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1582, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 902), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 903), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1583, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 904), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 905), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1584, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 906), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 907), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1585, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 908), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1586, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 909), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFillX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 910), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFillY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 911), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 912), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getExpandX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 913), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getExpandY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 914), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getColspan', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 915), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getUniformX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 916), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getUniformY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 917), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isEndRow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 918), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getComputedPadTop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 919), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getComputedPadLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 920), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getComputedPadBottom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 921), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getComputedPadRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 922), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('row', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 923), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 924), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 925), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 926), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cell_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 927), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1587, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cell_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 928), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 929), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 930)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c58.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Cell', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 931)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c58; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c59__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c59) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c59; + com_badlogic_gwtref_client_IReflectionCache2Generated_c59 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_779, 59, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c59.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c59.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c59.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('image', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, false, false, true, false, false, false, false, 272, 272, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('imageCell', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, false, false, true, false, false, false, false, 273, 273, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, false, false, true, false, false, false, false, 274, 274, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c59.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1588, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 932), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 933), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 934), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 935), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1589, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 936), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1590, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 937), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1591, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 938)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c59.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_516, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 939), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_516, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 940), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_516, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 941)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c59; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c6__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c6) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c6; + com_badlogic_gwtref_client_IReflectionCache2Generated_c6 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_907, 6, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c6.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c6.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c6.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, false, true, false, false, false, 31, 31, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, false, true, false, false, false, 32, 32, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1592, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit, false, false, true, false, false, false, false, 33, 33, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c6.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 105), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1496, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 106), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 107), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 108), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1082, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 109), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 110), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 111), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPool', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 112), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPool', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 113), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 114)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c6; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c60__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c60) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c60; + com_badlogic_gwtref_client_IReflectionCache2Generated_c60 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_784, 60, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c60.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c60.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c60.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c60.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1593, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 275, 275, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1594, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 276, 276, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkboxOnOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 277, 277, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkboxOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 278, 278, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkboxOnDisabled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 279, 279, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkboxOffDisabled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 280, 280, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c60.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 942), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOff_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOn_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 943), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 944)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c60; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c61__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c61) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c61; + com_badlogic_gwtref_client_IReflectionCache2Generated_c61 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_783, 61, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c61.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c61.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c61.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 281, 281, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 282, 282, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 283, 283, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 284, 284, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 285, 285, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 286, 286, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 287, 287, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 288, 288, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 289, 289, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 290, 290, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, true, false, false, false, false, 291, 291, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 292, 292, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1570, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 293, 293, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 294, 294, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, true, false, false, false, false, 295, 295, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1596, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 296, 296, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 297, 297, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c61.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 945), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1133, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 946), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1597, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 947), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1597, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_adjustPadding_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 948), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 949), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1598, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 950), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 951), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cullingArea_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 952), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 953), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 954), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 955), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 956), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorBefore_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 957), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1224, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorAfter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 958), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 959), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 960), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 961), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 962), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 963), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 964), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 965), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 966), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 967), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 968), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 969), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1572, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 970), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1572, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 971), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1572, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 972), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1572, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 973), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 974), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 975), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 976), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 977), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1573, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 978), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1573, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 979), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1573, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 980), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1573, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 981), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 982), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 983), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 984), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 985), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1574, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 986), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1574, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 987), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1574, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 988), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1574, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 989), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 990), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 991), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 992), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 993), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 994), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 995), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 996), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 997), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 998), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 999), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_54), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_613), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_523), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_525), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_527), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1005), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_528), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_616), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_617), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_618), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1010), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1570, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_538), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_619), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_313), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_311), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_725), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_557), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_558), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_559), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_555), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_556), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1577, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_579), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_582), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1578, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_586), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_44), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1579, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_587), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_589), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1027), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_601), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1581, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_604), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_607), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1582, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_608), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_611), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1583, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1033), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_624), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1584, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_626), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_627), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1585, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1037), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1586, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1038), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFillX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_966), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFillY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_967), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1041), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1042), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1596, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1043), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1596, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1044), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setClip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1045), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getClip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1046), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1047), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1048)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c61.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_519, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1049), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_519, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1050)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c61; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c62__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c62) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c62; + com_badlogic_gwtref_client_IReflectionCache2Generated_c62 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_800, 62, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c62.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c62.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c62.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('contentTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, false, true, false, false, false, false, false, 298, 298, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('buttonTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, false, true, false, false, false, false, false, 299, 299, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1599, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, false, false, true, false, false, false, false, 300, 300, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, false, true, false, false, false, false, false, 301, 301, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cancelHide', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 302, 302, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('previousKeyboardFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 303, 303, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1600, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, true, false, false, false, false, false, 304, 304, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('focusListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener_12_1classLit, false, true, false, false, false, false, false, 305, 305, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ignoreTouchDown', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, false, false, false, true, false, false, false, 306, 306, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c62.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1051), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1084, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, $intern_307), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getContentTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1053), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getButtonTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1054), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1601, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_968), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1601, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1056), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1601, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1057), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1058), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1059), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_buttonStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1060), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1061), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_969), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1063), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1064), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1065), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1066), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setObject', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1067), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('key', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1068), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1520, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1069), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1080, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1070)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c62.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_522, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1071), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_522, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1072), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_522, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1073)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c62; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c63__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c63) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c63; + com_badlogic_gwtref_client_IReflectionCache2Generated_c63 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_864, 63, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c63.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c63.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c63.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 307, 307, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 308, 308, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1602, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 309, 309, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 310, 310, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rowSizes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, false, false, true, false, false, false, false, 311, 311, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 312, 312, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1603, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 313, 313, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 314, 314, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 315, 315, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 316, 316, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1604, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 317, 317, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 318, 318, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 319, 319, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 320, 320, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 321, 321, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 322, 322, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 323, 323, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 324, 324, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 325, 325, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c63.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1074), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1075), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1076), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1077), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1078), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1079), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRows', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1080), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1081), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1082), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_reverse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1083), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1181, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1084), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1604, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1085), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1604, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_wrapReverse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1086), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getWrapReverse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_971), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1088), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpace', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1089), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_wrapSpace_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_973), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1182, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1091), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1092), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1093), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1094), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1095), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1096), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1097), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1098), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1099), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_965), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1101), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1102), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1103), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_974), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1105), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1106), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_975), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1108), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1109), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1110), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFill', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_976), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_977), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_expand_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1113), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getExpand', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1114), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('grow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1115), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_979), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1117), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1191, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1118), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1603, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rowAlign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1119), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rowCenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1120), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rowTop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1121), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rowLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1122), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rowBottom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1123), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rowRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1124), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1192, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1125)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c63.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_529, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1126)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c63; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c64__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c64) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c64; + com_badlogic_gwtref_client_IReflectionCache2Generated_c64 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_757, 64, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c64.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c64.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c64.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling_12_1classLit, false, false, true, false, false, false, false, 326, 326, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 327, 327, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('imageX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 328, 328, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('imageY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 329, 329, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('imageWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 330, 330, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('imageHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 331, 331, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1605, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, true, false, false, false, false, 332, 332, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c64.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1127), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1128), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1606, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_drawableName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1129), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1606, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1130), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1607, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1131), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1608, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scaling_1_1Lcom_1badlogic_1gdx_1utils_1Scaling_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1132), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAlign', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1133), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1134), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1135), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1136), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1137), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1138), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getImageX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1139), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getImageY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1140), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getImageWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1141), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getImageHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1142), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1143)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c64.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_68, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1144), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_68, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_patch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1145), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_68, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1146), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_68, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1147), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_68, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_drawableName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1148), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_68, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1149), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_68, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaling_1_1Lcom_1badlogic_1gdx_1utils_1Scaling_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1150), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_68, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaling_1_1Lcom_1badlogic_1gdx_1utils_1Scaling_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1151)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c64; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c65__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c65) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c65; + com_badlogic_gwtref_client_IReflectionCache2Generated_c65 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_848, 65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c65.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c65.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c65.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('image', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, true, false, true, false, false, false, false, 333, 333, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, false, false, true, false, false, false, false, 334, 334, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c65.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1588, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1152), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1153), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1154), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1589, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1155), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1609, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1156), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1157), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1590, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1158), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1591, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1159), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1160)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c65.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_531, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1161), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_531, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1162), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_531, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1163), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_531, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_imageUp_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1164), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_531, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_imageUp_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_imageDown_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1165), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_531, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_imageUp_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_imageDown_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_imageChecked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1166)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c65; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c66__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c66) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c66; + com_badlogic_gwtref_client_IReflectionCache2Generated_c66 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_751, 66, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c66.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c66.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c66.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c66.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1610, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 335, 335, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1611, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 336, 336, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('imageOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 337, 337, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1612, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 338, 338, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1613, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 339, 339, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1614, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 340, 340, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1615, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 341, 341, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c66.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1616, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1167), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1616, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_imageUp_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_imageDown_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_imageChecked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1168), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1616, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1169), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1616, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1170)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c66; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c67__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c67) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c67; + com_badlogic_gwtref_client_IReflectionCache2Generated_c67 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_938, 67, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c67.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c67.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c67.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('image', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, true, false, true, false, false, false, false, 342, 342, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1095, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, false, false, true, false, false, false, false, 343, 343, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, false, false, true, false, false, false, false, 344, 344, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c67.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1588, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1171), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1172), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1173), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1174), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1589, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1175), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1609, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1176), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1617, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1177), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1178), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1590, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1179), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1591, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1180), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setLabel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1181), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLabel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1182), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1618, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1183), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1184), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1620, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1185), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1186)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c67.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1187), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1188), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1189)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c67; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c68__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c68) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c68; + com_badlogic_gwtref_client_IReflectionCache2Generated_c68 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_745, 68, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c68.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c68.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c68.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c68.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1610, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 345, 345, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1611, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 346, 346, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('imageOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 347, 347, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1612, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 348, 348, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1613, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 349, 349, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1614, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 350, 350, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1615, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 351, 351, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c68.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1621, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1190), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1621, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1191), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1621, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1192), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1621, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1193)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c68; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c69__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c69) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c69; + com_badlogic_gwtref_client_IReflectionCache2Generated_c69 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_806, 69, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c69.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c69.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c69.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tempColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, true, false, 352, 352, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('prefSizeLayout', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, true, false, true, false, false, true, false, 353, 353, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, false, false, true, false, false, false, false, 354, 354, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, true, false, true, false, false, false, false, 355, 355, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 356, 356, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 357, 357, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1601, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1StringBuilder_12_1classLit, true, false, true, false, false, false, false, 358, 358, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1443, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 359, 359, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cache', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, false, false, true, false, false, false, false, 360, 360, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1622, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 361, 361, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lineAlign', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 362, 362, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 363, 363, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1602, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 364, 364, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('prefSizeInvalid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 365, 365, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1623, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 366, 366, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1624, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 367, 367, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('fontScaleChanged', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 368, 368, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1625, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 369, 369, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c69.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1194), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1195), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1196), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1197), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('textEquals', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1198), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1620, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1StringBuilder_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1199), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1200), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('scaleAndComputePrefSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1201), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('computePrefSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1202), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1203), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1204), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1205), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1206), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGlyphLayout', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1207), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setWrap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1208), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1191, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1209), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLabelAlign', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1210), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLineAlign', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1211), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1538, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1212), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1538, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_labelAlign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_lineAlign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1213), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1626, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fontScale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1214), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1626, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1215), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFontScaleX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1216), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFontScaleX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1217), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFontScaleY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1218), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFontScaleY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1219), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1627, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1220), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1627, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1221), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBitmapFontCache', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1222), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1223)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c69.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1224), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1225), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1226), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_colorName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1227), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1228)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c69; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c7__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c7) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c7; + com_badlogic_gwtref_client_IReflectionCache2Generated_c7 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_949, 7, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c7.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c7.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c7.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c7.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 115), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 116), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 117), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 118), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 119), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 120)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c7.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c7; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c70__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c70) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c70; + com_badlogic_gwtref_client_IReflectionCache2Generated_c70 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_846, 70, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c70.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c70.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c70.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c70.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, false, false, false, false, true, false, false, 370, 370, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1087, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 371, 371, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 372, 372, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c70.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1628, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1229), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1628, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1230), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1628, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1231)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c70; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c71__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c71) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c71; + com_badlogic_gwtref_client_IReflectionCache2Generated_c71 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_922, 71, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c71.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c71.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c71.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, false, true, false, false, false, false, false, 373, 373, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_575, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, true, false, false, false, false, false, 374, 374, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, false, true, false, false, false, false, false, 375, 375, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, false, false, true, false, false, false, false, 376, 376, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 377, 377, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 378, 378, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('itemHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 379, 379, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1020, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 380, 380, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pressedIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 381, 381, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('overIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 382, 382, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keyListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, false, false, true, false, false, false, false, 383, 383, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1629, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 384, 384, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c71.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1232), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1233), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1234), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1235), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1236), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1133, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1237), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawItem', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1238), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1135, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1239), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1630, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1240), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1631, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1241), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1632, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1242), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1633, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1243), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1634, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1244), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getOverItem', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1245), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPressedItem', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1246), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getItemAt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1247), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getItemIndexAt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1248), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1635, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 1249), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1635, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1250), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1636, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1251), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getItems', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1252), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getItemHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1253), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1254), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1255), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1256), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cullingArea_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1257), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1258), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1538, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1259), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1537, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1260), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTypeToSelect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_typeToSelect_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1261), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKeyListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1262)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c71.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_537, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1263), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_537, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1264), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_537, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1265)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c71; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c72__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c72) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c72; + com_badlogic_gwtref_client_IReflectionCache2Generated_c72 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_901, 72, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c72.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c72.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c72.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c72.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, false, false, false, false, true, false, false, 385, 385, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1637, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 386, 386, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1638, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 387, 387, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 388, 388, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1559, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 389, 389, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 390, 390, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 391, 391, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c72.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1639, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1266), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1639, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorSelected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorUnselected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1267), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1639, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1268)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c72; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c73__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c73) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c73; + com_badlogic_gwtref_client_IReflectionCache2Generated_c73 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_950, 73, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c73.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c73.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c73.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1640, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_12_1classLit, true, false, true, false, false, false, false, 392, 392, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastDelta', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 393, 393, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('isRunning', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, true, false, false, false, 394, 394, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ownsEffect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, true, false, false, false, 395, 395, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1641, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 396, 396, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1032, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 397, 397, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c73.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1269), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1270), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1271), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isResetOnStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1272), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setResetOnStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_resetOnStart_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1273), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isAutoRemove', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1274), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAutoRemove', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_autoRemove_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1275), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isRunning', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1276), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getEffect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1277), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1642, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1278), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1080, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1279), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('allowCompletion', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1280), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1281)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c73.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_539, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_particleEffect_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_resetOnStart_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1282), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_539, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_particleFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1283), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_539, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_particleFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_imagesDir_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1284)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c73; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c74__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c74) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c74; + com_badlogic_gwtref_client_IReflectionCache2Generated_c74 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_952, 74, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c74.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c74.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c74.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, false, false, true, false, false, false, false, 398, 398, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 399, 399, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 400, 400, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stepSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 401, 401, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 402, 402, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('animateFromValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 403, 403, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1643, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 404, 404, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, true, true, false, false, false, false, false, 405, 405, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('animateDuration', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 406, 406, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('animateTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 407, 407, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1024, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, false, false, true, false, false, false, false, 408, 408, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('visualInterpolation', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, false, false, true, false, false, false, false, 409, 409, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_453, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 410, 410, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 411, 411, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1297, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 412, 412, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c74.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1285), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1286), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1287), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1288), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawRound', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_h_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1289), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1290), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVisualValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1291), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('updateVisualValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1292), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPercent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1293), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVisualPercent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1294), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1558, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1295), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1644, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1296), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1645, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1297), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1298), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKnobPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1299), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1150, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1300), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1301), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1302), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRange', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1303), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setStepSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1304), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1305), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1306), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMinValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1307), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMaxValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1308), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStepSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1309), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAnimateDuration', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1310), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAnimateInterpolation', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_animateInterpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1311), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setVisualInterpolation', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1312), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1313), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_disabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1314), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isAnimating', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1315), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1316), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1648, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1317), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1305, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_programmaticChangeEvents_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1318)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c74.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_544, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1319), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_544, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1320), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_544, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1321)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c74; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c75__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c75) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c75; + com_badlogic_gwtref_client_IReflectionCache2Generated_c75 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_818, 75, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c75.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c75.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c75.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c75.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 413, 413, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1090, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 414, 414, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knob', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 415, 415, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('disabledKnob', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 416, 416, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobBefore', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 417, 417, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('disabledKnobBefore', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 418, 418, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobAfter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 419, 419, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('disabledKnobAfter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 420, 420, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c75.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1649, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1322), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1649, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1323), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1649, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1324)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c75; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c76__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c76) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c76; + com_badlogic_gwtref_client_IReflectionCache2Generated_c76 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_758, 76, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c76.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c76.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c76.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, false, false, true, false, false, false, false, 421, 421, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 422, 422, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('actorArea', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, true, false, false, false, false, false, 423, 423, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hScrollBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, true, false, false, false, false, false, 424, 424, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hKnobBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, true, false, false, false, false, false, 425, 425, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('vScrollBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, true, false, false, false, false, false, 426, 426, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('vKnobBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, true, false, false, false, false, false, 427, 427, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('actorCullingArea', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, false, true, false, false, false, false, 428, 428, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('flickScrollListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, false, false, true, false, false, false, false, 429, 429, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('scrollX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 430, 430, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('scrollY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 431, 431, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('vScrollOnRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 432, 432, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hScrollOnBottom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 433, 433, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1022, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 434, 434, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1023, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 435, 435, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('visualAmountX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 436, 436, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('visualAmountY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 437, 437, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('maxX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 438, 438, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('maxY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 439, 439, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('touchScrollH', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 440, 440, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('touchScrollV', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 441, 441, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastPoint', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, true, false, false, false, false, false, 442, 442, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1650, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 443, 443, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1651, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 444, 444, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1652, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 445, 445, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('fadeAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 446, 446, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1653, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 447, 447, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('fadeDelay', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 448, 448, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1654, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 449, 449, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1273, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 450, 450, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1655, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 451, 451, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('flingTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 452, 452, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('flingTimer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 453, 453, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('velocityX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 454, 454, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('velocityY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 455, 455, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1656, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 456, 456, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1657, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 457, 457, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('overscrollDistance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 458, 458, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('overscrollSpeedMin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 459, 459, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('overscrollSpeedMax', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 460, 460, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('forceScrollX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 461, 461, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('forceScrollY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 462, 462, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('disableX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 463, 463, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('disableY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 464, 464, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 465, 465, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1658, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 466, 466, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1659, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 467, 467, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1660, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 468, 468, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c76.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1393, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1325), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFlickScrollListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1326), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addScrollListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1327), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollbarsVisible', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1328), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1273, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1329), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1080, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1330), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 1331), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1332), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1333), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1334), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1335), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('updateActorPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1336), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1337), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawScrollBars', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1338), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fling', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_flingTime_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_velocityX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_velocityY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1339), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1340), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1341), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1342), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1343), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1344), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1345), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setWidget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1346), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getWidget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1347), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1348), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1349), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorBefore_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1350), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1224, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorAfter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1351), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1352), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1353), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1354), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1355), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('scrollX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1356), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('scrollY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1357), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('visualScrollX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1358), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('visualScrollY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1359), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMouseWheelX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1360), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMouseWheelY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1361), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pixels_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1362), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1363), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pixels_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1364), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1365), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('updateVisualScroll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1366), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVisualScrollX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1367), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVisualScrollY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1368), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVisualScrollPercentX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1369), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVisualScrollPercentY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1370), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollPercentX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1371), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollPercentX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percentX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1372), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollPercentY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1373), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollPercentY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percentY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1374), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFlickScroll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_flickScroll_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1375), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFlickScrollTapSquareSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1376), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('scrollTo', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1377), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('scrollTo', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_centerHorizontal_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_centerVertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1378), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMaxX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1379), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMaxY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1380), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollBarHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1381), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollBarWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1382), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1383), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1384), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isScrollX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1385), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isScrollY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1386), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1661, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1387), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isScrollingDisabledX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1388), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isScrollingDisabledY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1389), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isLeftEdge', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1390), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isRightEdge', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1391), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isTopEdge', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1392), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isBottomEdge', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1393), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1212, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1394), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isPanning', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1395), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFlinging', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1396), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setVelocityX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_velocityX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1397), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVelocityX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1398), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setVelocityY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_velocityY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1399), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVelocityY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1400), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setOverscroll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollX_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollY_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1401), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setupOverscroll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_speedMin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_speedMax_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1402), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getOverscrollDistance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1403), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setForceScroll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1404), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isForceScrollX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1405), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isForceScrollY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1406), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFlingTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_flingTime_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1407), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setClamp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_clamp_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1408), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollBarPositions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1409), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFadeScrollBars', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fadeScrollBars_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1410), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setupFadeScrollBars', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fadeAlphaSeconds_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fadeDelaySeconds_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1411), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFadeScrollBars', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1412), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollBarTouch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scrollBarTouch_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1413), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSmoothScrolling', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_smoothScrolling_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1414), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScrollbarsOnTop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scrollbarsOnTop_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1415), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVariableSizeKnobs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1416), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setVariableSizeKnobs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_variableSizeKnobs_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1417), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1276, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cancelTouchFocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1418), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1419)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c76.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_547, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1420), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_547, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1421), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_547, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1422), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_547, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1423)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c76; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c77__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c77) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c77; + com_badlogic_gwtref_client_IReflectionCache2Generated_c77 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_768, 77, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c77.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c77.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c77.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c77.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 469, 469, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('corner', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 470, 470, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hScroll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 471, 471, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1662, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 472, 472, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('vScroll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 473, 473, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1663, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 474, 474, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c77.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1664, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1424), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1664, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_hScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_hScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1425), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1664, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1426)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c77; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c78__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c78) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c78; + com_badlogic_gwtref_client_IReflectionCache2Generated_c78 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_918, 78, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c78.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c78.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c78.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('temp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, true, false, false, false, true, false, 475, 475, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, false, true, false, false, false, false, false, 476, 476, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_575, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, true, false, false, false, false, false, 477, 477, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1665, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, false, true, false, false, false, false, false, 478, 478, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 479, 479, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 480, 480, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, false, false, true, false, false, false, false, 481, 481, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_453, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 482, 482, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1020, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 483, 483, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1666, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 484, 484, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, true, true, false, false, false, false, false, 485, 485, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c78.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('newScrollPane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1427), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMaxListCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxListCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1428), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMaxListCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1429), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1084, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1430), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1431), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1432), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1635, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 1433), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1635, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1434), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1636, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1435), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getItems', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1436), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1437), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1558, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1438), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1617, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1439), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1440), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawItem', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1441), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1538, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1442), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1135, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1443), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1631, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1444), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1632, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1445), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1633, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1446), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1634, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1447), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSelectedPrefWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_selectedPrefWidth_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1448), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSelectedPrefWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1449), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMaxSelectedPrefWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1450), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_disabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1451), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1452), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1453), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1454), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1455), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('showList', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1456), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('showScrollPane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1457), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hideList', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1458), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hideScrollPane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1459), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getList', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1460), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1661, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1461), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScrollPane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1462), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1257, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1463), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1464), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('onShow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scrollPane_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_below_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1465), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('onHide', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scrollPane_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1466)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c78.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_550, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1467), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_550, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1468), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_550, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1469)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c78; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c79__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c79) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c79; + com_badlogic_gwtref_client_IReflectionCache2Generated_c79 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_771, 79, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c79.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c79.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c79.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c79.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('selectBox', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, true, true, false, false, false, false, false, 486, 486, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1667, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 487, 487, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stagePosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, false, false, 488, 488, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('list', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, true, true, false, false, false, false, false, 489, 489, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hideListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, false, false, true, false, false, false, false, 490, 490, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1600, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 491, 491, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c79.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('newList', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1470), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1471), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1472), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1473), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1474), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1084, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1475), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getList', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1476), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSelectBox', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1477)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c79.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('SelectBoxScrollPane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_selectBox_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1478)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c79; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c8__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c8) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c8; + com_badlogic_gwtref_client_IReflectionCache2Generated_c8 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_891, 8, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c8.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c8.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c8.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('stage', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, false, false, true, false, false, false, false, 34, 34, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, false, true, false, false, false, false, false, 35, 35, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('listeners', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1DelayedRemovalArray_12_1classLit, true, false, true, false, false, false, false, 36, 36, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('captureListeners', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1DelayedRemovalArray_12_1classLit, true, false, true, false, false, false, false, 37, 37, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1011, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 38, 38, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 39, 39, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1466, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, false, false, true, false, false, false, false, 40, 40, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1465, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 41, 41, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 42, 42, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 43, 43, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 44, 44, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 45, 45, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 46, 46, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1668, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 47, 47, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1669, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 48, 48, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1670, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 49, 49, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1671, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 50, 50, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 51, 51, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, true, false, false, false, false, false, 52, 52, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1673, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, true, false, false, false, false, 53, 53, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c8.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 121), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 122), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fire', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 123), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('notify', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 124), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 125), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 126), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1391, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 127), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1392, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 128), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getListeners', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1DelayedRemovalArray_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 129), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1393, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 130), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1394, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 131), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCaptureListeners', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1DelayedRemovalArray_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 132), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1390, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 133), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1454, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 134), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1540, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 135), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasActions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 136), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clearActions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 137), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clearListeners', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 138), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 139), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStage', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 140), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1084, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 141), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 142), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1151, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 143), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('firstAscendant', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 144), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasParent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 145), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 146), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setParent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 147), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isTouchable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 148), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1552, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 149), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1553, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 150), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1554, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 151), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1555, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 152), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ascendantsVisible', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 153), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ancestorsVisible', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 154), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasKeyboardFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 155), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasScrollFocus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 156), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isTouchFocusTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 157), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isTouchFocusListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 158), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getUserObject', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 159), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setUserObject', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_userObject_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 160), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 161), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 162), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 163), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 164), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 165), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 166), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1536, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 167), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1536, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 168), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 169), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 170), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1457, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 171), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 172), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1547, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 173), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 174), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1548, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 175), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 176), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 177), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('positionChanged', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 178), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1203, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 179), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1642, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 180), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotationChanged', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 181), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1326, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 182), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1459, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 183), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1459, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 184), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1428, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 185), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1674, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 186), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1675, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 187), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1676, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 188), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1677, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 189), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 190), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 191), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1679, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 192), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScaleX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 193), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1680, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 194), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScaleY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 195), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scaleXY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 196), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 197), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1461, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 198), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1461, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 199), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 200), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1546, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 201), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1463, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_amountInDegrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 202), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 203), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 204), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 205), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1250, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 206), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 207), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toFront', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 208), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toBack', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 209), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setZIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 210), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getZIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 211), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clipBegin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 212), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clipBegin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 213), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clipEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 214), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('screenToLocalCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_screenCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 215), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('stageToLocalCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_stageCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 216), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('parentToLocalCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_parentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 217), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('localToScreenCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 218), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('localToStageCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 219), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('localToParentCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 220), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('localToAscendantCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_ascendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 221), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('localToActorCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 222), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 223), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1192, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 224), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1229, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 225), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDebug', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 226), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 227), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 228)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c8.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Actor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 229)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c8; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c80__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c80) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c80; + com_badlogic_gwtref_client_IReflectionCache2Generated_c80 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_778, 80, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c80.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c80.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c80.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c80.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, false, false, false, false, true, false, false, 492, 492, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1087, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 493, 493, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1681, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 494, 494, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1089, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 495, 495, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 496, 496, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1682, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, false, false, false, false, true, false, false, 497, 497, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('listStyle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, false, false, false, false, true, false, false, 498, 498, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1683, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 499, 499, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('backgroundOpen', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 500, 500, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('backgroundDisabled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 501, 501, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c80.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1684, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1479), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1684, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_scrollStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_listStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1480), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1684, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1481)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c80; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c81__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c81) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c81; + com_badlogic_gwtref_client_IReflectionCache2Generated_c81 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_871, 81, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c81.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c81.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c81.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1685, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, false, true, false, false, false, false, false, 502, 502, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('atlas', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_12_1classLit, false, true, false, false, false, false, false, 503, 503, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 504, 504, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('jsonClassTags', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, true, false, true, false, false, false, false, 505, 505, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('defaultTagClasses', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), true, false, true, false, false, true, false, 506, 506, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c81.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skinFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1482), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addRegions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1483), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_resource_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1484), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_resource_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1485), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1486), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1487), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1488), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('optional', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1489), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('has', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1490), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1491), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1492), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFont', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1493), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1309, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1494), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1686, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_regionName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1495), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTiledDrawable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1496), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1497), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSprite', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1498), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1607, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1499), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('find', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_resource_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1500), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1687, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1501), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1687, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1502), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1687, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1503), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1687, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1504), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1687, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1505), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1687, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1506), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawble_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1507), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1508), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setEnabled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1509), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAtlas', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1510), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1511), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getJsonLoader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skinFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1512), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getJsonClassTags', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1513), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findMethod', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1reflect_1Method_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1514)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c81.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_570, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1515), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_570, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skinFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1516), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_570, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skinFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1517), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_570, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1518)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c81; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c82__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c82) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c82; + com_badlogic_gwtref_client_IReflectionCache2Generated_c82 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_776, 82, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c82.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c82.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c82.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c82.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 507, 507, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 508, 508, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c82.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('TintedDrawable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1519)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c82; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c83__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c83) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c83; + com_badlogic_gwtref_client_IReflectionCache2Generated_c83 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_876, 83, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c83.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c83.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c83.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 509, 509, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1660, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 510, 510, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('mouseOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 511, 511, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('visualInterpolationInverse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, false, false, true, false, false, false, false, 512, 512, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('snapValues', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 513, 513, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1397, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 514, 514, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c83.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1520), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1257, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1521), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1558, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1522), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1644, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1523), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1645, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1524), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1525), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1526), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('snap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1527), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1688, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_threshold_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 1528), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1688, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_threshold_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1529), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSnapToValues', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1530), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSnapToValuesThreshold', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1531), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1212, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1532), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1533), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setVisualInterpolationInverse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1534), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setVisualPercent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1535)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c83.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_588, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, $intern_982), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_588, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1537), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_588, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1538)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c83; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c84__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c84) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c84; + com_badlogic_gwtref_client_IReflectionCache2Generated_c84 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_914, 84, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c84.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c84.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c84.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c84.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1683, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 515, 515, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('backgroundDown', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 516, 516, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 517, 517, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobDown', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 518, 518, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobBeforeOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 519, 519, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobBeforeDown', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 520, 520, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobAfterOver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 521, 521, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knobAfterDown', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 522, 522, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c84.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1689, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, $intern_983), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1689, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_knob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1540), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1689, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1541)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c84; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c85__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c85) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c85; + com_badlogic_gwtref_client_IReflectionCache2Generated_c85 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_831, 85, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c85.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c85.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c85.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, false, true, false, false, false, false, false, 523, 523, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1690, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 524, 524, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1691, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, false, false, true, false, false, false, false, 525, 525, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 526, 526, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1692, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 527, 527, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('minAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 528, 528, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('maxAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 529, 529, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('firstWidgetBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, false, true, false, false, false, false, 530, 530, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('secondWidgetBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, false, true, false, false, false, false, 531, 531, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('handleBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, true, false, false, false, false, false, 532, 532, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cursorOverHandle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 533, 533, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tempScissors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, false, true, false, false, false, false, 534, 534, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastPoint', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, true, false, false, false, false, false, 535, 535, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('handlePosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, true, false, false, false, false, false, 536, 536, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c85.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, $intern_984), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_985), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1544), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1545), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1546), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1547), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1548), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1549), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setVertical', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1550), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1648, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1551), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateHorizBoundsAndPositions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1552), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateVertBoundsAndPositions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1553), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1554), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSplitAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_splitAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1555), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSplitAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1556), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clampSplitAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1557), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMinSplitAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1558), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMinSplitAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_minAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1559), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMaxSplitAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1560), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMaxSplitAmount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1561), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFirstWidget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_widget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1562), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSecondWidget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_widget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1563), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_980), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1565), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actorBefore_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1566), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_981), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1568), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1569), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isCursorOverHandle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1570)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c85.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_591, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_firstWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_secondWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1571), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_591, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_firstWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_secondWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1572), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_591, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_firstWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_secondWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1573)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c85; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c86__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c86) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c86; + com_badlogic_gwtref_client_IReflectionCache2Generated_c86 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_746, 86, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c86.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c86.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c86.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c86.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, false, false, false, true, false, false, 537, 537, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c86.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1693, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1574), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1693, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_handle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1575), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1693, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1576)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c86; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c87__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c87) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c87; + com_badlogic_gwtref_client_IReflectionCache2Generated_c87 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_834, 87, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c87.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c87.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c87.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 538, 538, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 539, 539, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 540, 540, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 541, 541, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 542, 542, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 543, 543, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 544, 544, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c87.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1577), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1578), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1579), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1580), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1581), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1582), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1583), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1584), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1585), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1586)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c87.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Stack', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1587), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Stack', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 1588)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c87; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c88__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c88) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c88; + com_badlogic_gwtref_client_IReflectionCache2Generated_c88 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_743, 88, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c88.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c88.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c88.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('debugTableColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, true, false, 545, 545, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('debugCellColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, true, false, 546, 546, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('debugActorColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, true, false, 547, 547, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cellPool', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit, true, true, false, false, false, true, false, 548, 548, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('columnWeightedWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, true, false, 549, 549, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rowWeightedHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, true, false, 550, 550, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('columns', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 551, 551, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rows', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 552, 552, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('implicitEndRow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 553, 553, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cells', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 554, 554, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cellDefaults', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, true, false, true, false, false, false, false, 555, 555, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1694, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 556, 556, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rowDefaults', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, false, false, true, false, false, false, false, 557, 557, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 558, 558, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('columnMinWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 559, 559, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rowMinHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 560, 560, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('columnPrefWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 561, 561, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rowPrefHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 562, 562, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tableMinWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 563, 563, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tableMinHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 564, 564, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tablePrefWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 565, 565, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tablePrefHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 566, 566, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('columnWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 567, 567, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rowHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 568, 568, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('expandWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 569, 569, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('expandHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 570, 570, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 571, 571, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 572, 572, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 573, 573, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, true, false, false, false, false, false, 574, 574, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 575, 575, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, false, true, false, false, false, false, false, 576, 576, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('debugRects', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, true, false, false, false, false, false, 577, 577, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, false, true, false, false, false, false, false, 578, 578, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1596, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 579, 579, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1599, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, false, false, true, false, false, false, false, 580, 580, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 581, 581, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('backgroundTop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 582, 582, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('backgroundLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 583, 583, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('backgroundBottom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 584, 584, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('backgroundRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, false, false, false, false, true, true, false, 585, 585, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c88.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('obtainCell', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1589), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1590), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1133, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1591), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1597, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawableName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1592), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1597, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1593), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1594), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_drawableName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1595), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1598, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1596), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1597), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1596, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1598), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1596, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1599), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setClip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1600), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getClip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1601), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1602), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1603), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 1604), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1605), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1606), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1607), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fontName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_colorName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1608), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1609), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_657, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 1610), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1611), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1612), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1613), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1614), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1615), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('row', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1616), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('endRow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1617), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1694, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_column_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1618), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCell', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1619), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCells', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1620), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1621), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1622), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1623), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1624), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1625), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1626), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1627), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1628), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1629), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1630), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1631), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_986), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1633), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1634), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1635), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1636), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1637), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1019, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_987), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1639), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1640), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1641), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1642), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1643), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1229, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1644), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1645), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_debug_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1646), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1230, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1647), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('debugTable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1648), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('debugCell', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1649), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('debugActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1650), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTableDebug', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_988), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1581, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1652), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1653), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1582, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1654), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1655), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1583, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1656), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1657), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1584, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1658), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1659), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1585, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1660), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1586, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1661), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1662), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1663), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSkin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1664), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1665), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRows', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1666), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1667), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRowHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rowIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1668), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRowMinHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rowIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1669), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRowPrefHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_rowIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1670), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getColumnWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_columnIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1671), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getColumnMinWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_columnIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1672), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getColumnPrefWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_columnIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1673), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ensureSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1674), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1675), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1676), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addDebugRects', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_currentX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_currentY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1677), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clearDebugRects', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1678), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addDebugRect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_h_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1679), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1680), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1192, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1681), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawDebugRects', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1682), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSkin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1683)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c88.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Table', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1684), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Table', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1685)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c88; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c89__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c89) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c89; + com_badlogic_gwtref_client_IReflectionCache2Generated_c89 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_944, 89, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('none', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, true, false, false, false, true, true, false, 586, 586, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('all', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, true, false, false, false, true, true, false, 587, 587, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_593, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, true, false, false, false, true, true, false, 588, 588, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_594, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, true, false, false, false, true, true, false, 589, 589, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_595, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, true, false, false, false, true, true, false, 590, 590, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 1686), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1687)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 5, 5, 1); + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none); + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all; + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table; + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_enumConstants[3] = com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell; + com_badlogic_gwtref_client_IReflectionCache2Generated_c89.com_badlogic_gwtref_client_Type_enumConstants[4] = com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c89; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c9__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c9) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c9; + com_badlogic_gwtref_client_IReflectionCache2Generated_c9 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_810, 9, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c9.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c9.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c9.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c9.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 230), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 231), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 232), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 233), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 234), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 235)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c9.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c9; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c90__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c90) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c90; + com_badlogic_gwtref_client_IReflectionCache2Generated_c90 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_947, 90, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c90.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c90.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c90.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c90.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1592, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit, false, true, false, false, false, true, false, 591, 591, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, true, false, false, false, false, false, 592, 592, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c90.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('DebugRect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1688)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c90; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c91__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c91) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c91; + com_badlogic_gwtref_client_IReflectionCache2Generated_c91 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_920, 91, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c91.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c91.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c91.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c91.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1689), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1690), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1691), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1692), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1693), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1694)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c91.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c91; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c92__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c92) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c92; + com_badlogic_gwtref_client_IReflectionCache2Generated_c92 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_860, 92, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c92.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c92.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c92.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('linesBreak', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, false, true, false, false, false, false, false, 593, 593, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 594, 594, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cursorLine', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 595, 595, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('firstLineShowing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 596, 596, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('linesShowing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 597, 597, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('moveOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 598, 598, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('prefRows', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 599, 599, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c92.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1695), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1695, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1696), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1697), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPrefRows', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_prefRows_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1698), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1699), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLines', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1700), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('newLineAtEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1701), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('moveCursorLine', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_line_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1702), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('updateCurrentLine', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 1703), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('showCursor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 1704), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('updateFirstLineShowing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 1705), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateCurrentLineIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1706), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1203, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1707), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTextY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1708), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1709), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1710), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1696, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPatch_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1711), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1697, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1712), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1698, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1713), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1630, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_selectionStart_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_selectionEnd_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1714), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1699, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_forward_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1715), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1700, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1716), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCursorLine', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1717), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFirstLineShowing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1718), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLinesShowing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1719), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCursorX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1720), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCursorY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1721)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c92.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_600, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1722), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_600, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1723), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_600, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1724)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c92; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c93__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c93) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c93; + com_badlogic_gwtref_client_IReflectionCache2Generated_c93 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_740, 93, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea$TextAreaListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c93.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c93.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c93.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c93.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1701, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea$TextAreaListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1725), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_444, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea$TextAreaListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1726), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1702, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea$TextAreaListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1727), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_446, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea$TextAreaListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1728), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('goHome', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea$TextAreaListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1729), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('goEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea$TextAreaListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1730)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c93; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c94__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c94) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c94; + com_badlogic_gwtref_client_IReflectionCache2Generated_c94 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_940, 94, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c94.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c94.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c94.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1095, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, false, false, true, false, false, false, false, 600, 600, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, false, false, true, false, false, false, false, 601, 601, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c94.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1731), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1732), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1733), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1617, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1734), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1735), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setLabel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1736), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLabel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1737), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1618, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1738), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1739), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1620, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1740), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1741)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c94.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_515, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1742), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_515, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1743), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_515, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1744)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c94; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c95__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c95) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c95; + com_badlogic_gwtref_client_IReflectionCache2Generated_c95 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_858, 95, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c95.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c95.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c95.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c95.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, false, false, false, false, true, false, false, 602, 602, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1087, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 603, 603, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('downFontColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 604, 604, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1681, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 605, 605, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1088, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 606, 606, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1089, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 607, 607, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedFontColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 608, 608, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedDownFontColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 609, 609, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedOverFontColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 610, 610, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('checkedFocusedFontColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 611, 611, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c95.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1703, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1745), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1703, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1746), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1703, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1747)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c95; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c96__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c96) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c96; + com_badlogic_gwtref_client_IReflectionCache2Generated_c96 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_942, 96, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c96.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c96.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c96.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BACKSPACE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, true, false, true, false, 612, 612, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('CARRIAGE_RETURN', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, true, false, true, false, 613, 613, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('NEWLINE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, true, false, true, false, 614, 614, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TAB', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, true, false, true, false, 615, 615, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_60, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, true, false, true, false, 616, 616, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BULLET', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, true, false, false, true, false, true, false, 617, 617, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1704, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 618, 618, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1705, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 619, 619, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1706, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 620, 620, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keyRepeatInitialTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, true, false, 621, 621, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keyRepeatTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, true, false, 622, 622, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1601, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, true, false, false, false, 623, 623, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1091, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 624, 624, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1707, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 625, 625, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hasSelection', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, true, false, false, false, 626, 626, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('writeEnters', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, true, false, false, false, 627, 627, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, true, false, false, true, false, false, false, 628, 628, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('glyphPositions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, true, false, false, true, false, false, false, 629, 629, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, false, true, false, false, false, false, false, 630, 630, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1708, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 631, 631, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('displayText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, false, false, false, true, false, false, false, 632, 632, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_46, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Clipboard_12_1classLit, false, true, false, false, false, false, false, 633, 633, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('inputListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, false, true, false, false, false, false, false, 634, 634, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_12_1classLit, false, true, false, false, false, false, false, 635, 635, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_12_1classLit, false, true, false, false, false, false, false, 636, 636, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_628, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_12_1classLit, false, true, false, false, false, false, false, 637, 637, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1709, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 638, 638, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1710, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 639, 639, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_453, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 640, 640, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('textHAlign', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 641, 641, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('selectionX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 642, 642, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('selectionWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 643, 643, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('undoText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, true, false, false, false, false, false, 644, 644, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastChangeTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, true, false, false, false, false, false, 645, 645, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1711, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 646, 646, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('passwordBuffer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, false, false, true, false, false, false, false, 647, 647, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1712, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, false, false, true, false, false, false, false, 648, 648, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('fontOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 649, 649, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('textHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 650, 650, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('textOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 651, 651, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('renderOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 652, 652, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('visibleTextStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 653, 653, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('visibleTextEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 654, 654, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('maxLength', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 655, 655, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1291, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 656, 656, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cursorOn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 657, 657, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('blinkTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 658, 658, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('blinkTask', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Timer$Task_12_1classLit, true, true, false, false, false, false, false, 659, 659, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keyRepeatTask', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, null, true, true, false, false, false, false, false, 660, 660, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1297, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 661, 661, null)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c96.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1748), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1698, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1749), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1695, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1750), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isWordCharacter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1751), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1713, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_at_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1752), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1713, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1753), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('withinMaxLength', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1754), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMaxLength', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_maxLength_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1755), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMaxLength', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1756), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setOnlyFontChars', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_onlyFontChars_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1757), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_569, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1758), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1759), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1697, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1760), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1558, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1761), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1762), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTextY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1763), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1764), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1765), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('drawMessageText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1766), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1696, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPatch_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1767), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('updateDisplayText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 1768), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1769), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1770), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fireChangeEvent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1771), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('paste', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_content_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_fireChangeEvent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1772), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_position_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1773), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1491, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_fireChangeEvent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1774), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1775), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findNextTextField', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_best_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_bestCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_currentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1776), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDefaultInputListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1777), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTextFieldListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1778), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTextFieldFilter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1779), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTextFieldFilter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1780), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFocusTraversal', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_focusTraversal_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1781), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFocusTraversal', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1782), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMessageText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1783), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMessageText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_messageText_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1784), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('appendText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1785), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1786), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1620, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1787), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('changeText', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_oldText_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1788), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1305, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_programmaticChangeEvents_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1789), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getProgrammaticChangeEvents', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1790), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSelectionStart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_989), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1135, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_990), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1630, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_selectionStart_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_selectionEnd_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1793), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('selectAll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1794), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clearSelection', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1795), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1701, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPosition_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1796), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCursorPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1797), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getOnscreenKeyboard', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1798), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setOnscreenKeyboard', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keyboard_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_991), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setClipboard', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_clipboard_1_1Lcom_1badlogic_1gdx_1utils_1Clipboard_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1800), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1801), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1802), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1538, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1803), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1537, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1804), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPasswordMode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_passwordMode_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1805), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isPasswordMode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1806), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPasswordCharacter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_passwordCharacter_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_992), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setBlinkTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_blinkTime_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1808), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_disabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1809), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1810), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1699, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_forward_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1811), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1700, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1812)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c96.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_599, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1813), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_599, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1814), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_599, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1815)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c96; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c97__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c97) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c97; + com_badlogic_gwtref_client_IReflectionCache2Generated_c97 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_957, 97, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$DefaultOnscreenKeyboard_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCache2Generated_c97.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c97.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c97.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c97.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$DefaultOnscreenKeyboard_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1816)]); + com_badlogic_gwtref_client_IReflectionCache2Generated_c97.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('DefaultOnscreenKeyboard', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$DefaultOnscreenKeyboard_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$DefaultOnscreenKeyboard_12_1classLit, com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, false, true, false, 1817)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c97; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c98__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c98) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c98; + com_badlogic_gwtref_client_IReflectionCache2Generated_c98 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_868, 98, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCache2Generated_c98.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c98.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c98.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c98.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c98.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1464, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1818)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c98; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c99__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c99) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c99; + com_badlogic_gwtref_client_IReflectionCache2Generated_c99 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_867, 99, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCache2Generated_c99.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c99.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCache2Generated_c99.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCache2Generated_c99.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clicked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1819), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_437, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1820), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_439, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1821), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_438, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1822), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1701, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1823), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('goHome', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1824), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('goEnd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1825), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_444, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1826), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('scheduleKeyRepeatTask', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1827), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_445, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1828), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1702, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 1829), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_446, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1830)]); + return com_badlogic_gwtref_client_IReflectionCache2Generated_c99; +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1lang_1Character_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1lang_1Character_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1lang_1Character_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1lang_1Character_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, $intern_1714); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, $intern_1423); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Comparator_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Comparator_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Comparator_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparator_12_1classLit, $intern_1715); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1Camera_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1Camera_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1Camera_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1Camera_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('camera', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Camera_12_1classLit, 'Lcom/badlogic/gdx/graphics/Camera;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cancelTouchFocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cancelTouchFocus_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cancelTouchFocus_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cancelTouchFocus_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1273, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1716, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1077, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cbuf_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cbuf_1_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cbuf_1_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cbuf_1_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cbuf', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), '[C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cell_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cell_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cell_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cell_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_594, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Cell;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_centerHorizontal_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_centerHorizontal_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_centerHorizontal_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_centerHorizontal_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('centerHorizontal', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_centerVertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_centerVertical_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_centerVertical_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_centerVertical_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('centerVertical', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1717, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1717, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('character', com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_chars_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_chars_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_chars_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_chars_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('chars', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('charsetName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('charset', com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1charset_1Charset_12_1classLit, 'Ljava/nio/charset/Charset;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOff_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOff_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOff_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOff_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1594, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOn_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOn_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOn_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOn_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1593, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('checked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_childIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_childIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_childIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_childIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('childIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1374, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1374, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_1719); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_clamp_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_clamp_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_clamp_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_clamp_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_clipboard_1_1Lcom_1badlogic_1gdx_1utils_1Clipboard_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_clipboard_1_1Lcom_1badlogic_1gdx_1utils_1Clipboard_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_clipboard_1_1Lcom_1badlogic_1gdx_1utils_1Clipboard_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_clipboard_1_1Lcom_1badlogic_1gdx_1utils_1Clipboard_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_46, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Clipboard_12_1classLit, 'Lcom/badlogic/gdx/utils/Clipboard;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cmp_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cmp_1_1Ljava_1util_1Comparator_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cmp_1_1Ljava_1util_1Comparator_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cmp_1_1Ljava_1util_1Comparator_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cmp', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparator_12_1classLit, $intern_1715); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_codePointOffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_codePointOffset_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_codePointOffset_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_codePointOffset_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('codePointOffset', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('codePoint', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_codePoints_1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_codePoints_1_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_codePoints_1_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_codePoints_1_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('codePoints', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), '[I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('coll', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, $intern_1423); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_collection_1_1Ljava_1lang_1Iterable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_collection_1_1Ljava_1lang_1Iterable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_collection_1_1Ljava_1lang_1Iterable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_collection_1_1Ljava_1lang_1Iterable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('collection', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, $intern_1720); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_colorName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_colorName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_colorName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_colorName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('colorName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_1721); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_colspan_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_colspan_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_colspan_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_colspan_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1571, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_columnAlign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_columnAlign_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_columnAlign_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_columnAlign_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1166, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_columnIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_columnIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_columnIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_columnIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('columnIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_column_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_column_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_column_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_column_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('column', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_comp_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_comp_1_1Ljava_1util_1Comparator_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_comp_1_1Ljava_1util_1Comparator_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_comp_1_1Ljava_1util_1Comparator_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('comp', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparator_12_1classLit, $intern_1715); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_comparator_1_1Ljava_1util_1Comparator_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_comparator_1_1Ljava_1util_1Comparator_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_comparator_1_1Ljava_1util_1Comparator_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_comparator_1_1Ljava_1util_1Comparator_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('comparator', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparator_12_1classLit, $intern_1715); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_consumer_1_1Ljava_1util_1function_1Consumer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_consumer_1_1Ljava_1util_1function_1Consumer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_consumer_1_1Ljava_1util_1function_1Consumer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_consumer_1_1Ljava_1util_1function_1Consumer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('consumer', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1function_1Consumer_12_1classLit, 'Ljava/util/function/Consumer;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_content_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_content_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_content_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_content_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1722, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_contents_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_contents_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_contents_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_contents_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('contents', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_context_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_context_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_context_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_context_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('context', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_coords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_coords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_coords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_coords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('coords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1513, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cs_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cs_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cs_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cs_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cs', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cullingArea_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cullingArea_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cullingArea_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cullingArea_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_currentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_currentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_currentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_currentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('currentCoords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_currentX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_currentX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_currentX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_currentX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('currentX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_currentY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_currentY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_currentY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_currentY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('currentY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPatch_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPatch_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPatch_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPatch_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cursorPatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPosition_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPosition_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPosition_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPosition_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cursorPosition', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1091, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1091, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_d_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_d_1_1D) + return com_badlogic_gwtref_client_IReflectionCache2Generated_d_1_1D; + return com_badlogic_gwtref_client_IReflectionCache2Generated_d_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('d', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_data_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_data_1_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_data_1_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_data_1_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_231, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), '[C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_deadzoneRadius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_deadzoneRadius_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_deadzoneRadius_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_deadzoneRadius_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1111, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_debugAll_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_debugAll_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugAll_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugAll_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1230, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_debugInvisible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_debugInvisible_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugInvisible_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugInvisible_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1386, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_debugParentUnderMouse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_debugParentUnderMouse_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugParentUnderMouse_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugParentUnderMouse_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1388, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1389, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, $intern_1723); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1389, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_debugUnderMouse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_debugUnderMouse_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugUnderMouse_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_debugUnderMouse_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1387, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_debug_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_debug_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_debug_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_debug_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, $intern_1723); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultSerializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultSerializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultSerializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultSerializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1354, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit, $intern_1724); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1B) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1B; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1B = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 'B'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1D) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1D; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1J) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1J; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1S) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1S; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 'S'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_degrees_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_degrees_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_degrees_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1726, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_delayedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_delayedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_delayedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_delayedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('delayedAction', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1008); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_delimiter_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_delimiter_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_delimiter_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_delimiter_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('delimiter', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_deltaX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_deltaX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_deltaX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_deltaX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('deltaX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_deltaY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_deltaY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_deltaY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_deltaY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('deltaY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('delta', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_deprecated_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_deprecated_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_deprecated_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_deprecated_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('deprecated', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_deque_1_1Ljava_1util_1Deque_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_deque_1_1Ljava_1util_1Deque_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_deque_1_1Ljava_1util_1Deque_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_deque_1_1Ljava_1util_1Deque_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('deque', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Deque_12_1classLit, 'Ljava/util/Deque;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_descendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_descendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_descendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_descendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('descendant', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dest_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dest_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dest_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dest_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dest', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_digit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_digit_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_digit_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_digit_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('digit', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1517, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_disabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_disabled_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_disabled_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_disabled_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_453, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dist_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dist_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dist_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dist_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dist', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1728, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1728, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1559, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1269, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1270, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1267, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dragMillis_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dragMillis_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragMillis_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragMillis_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dragMillis', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1288, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1289, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_drawableName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_drawableName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawableName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawableName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('drawableName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1605, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1605, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/utils/NinePatchDrawable;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1605, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/utils/SpriteDrawable;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1605, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/utils/TextureRegionDrawable;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_drawble_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_drawble_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawble_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_drawble_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('drawble', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dstBegin_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dstBegin_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dstBegin_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dstBegin_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dstBegin', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dstIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dstIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dstIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dstIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dstIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dst_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dst_1_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dst_1_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dst_1_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1729, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), '[C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_242, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dx_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dx_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dx_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dx', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dy_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dy_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dy_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dy', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_dz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_dz_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_dz_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_dz_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1730, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('e', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, $intern_1731); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1lang_1Enum_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1lang_1Enum_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1lang_1Enum_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1lang_1Enum_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('e', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, $intern_1732); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1util_1Enumeration_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1util_1Enumeration_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1util_1Enumeration_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1util_1Enumeration_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('e', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Enumeration_12_1classLit, 'Ljava/util/Enumeration;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('elementType', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_element_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_element_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_element_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_element_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('element', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1Ljava_1lang_1Iterable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1Ljava_1lang_1Iterable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1Ljava_1lang_1Iterable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1Ljava_1lang_1Iterable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1369, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, $intern_1720); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1369, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, 1), '[Ljava/lang/CharSequence;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1625, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1625, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_452, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('endIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_enumConstants_1_1_1Ljava_1lang_1Enum_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_enumConstants_1_1_1Ljava_1lang_1Enum_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_enumConstants_1_1_1Ljava_1lang_1Enum_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_enumConstants_1_1_1Ljava_1lang_1Enum_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('enumConstants', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, 1), '[Ljava/lang/Enum;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_enumNames_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_enumNames_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_enumNames_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_enumNames_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('enumNames', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_enumType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_enumType_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_enumType_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_enumType_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('enumType', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_enumValueOfFunc_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_enumValueOfFunc_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_enumValueOfFunc_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_enumValueOfFunc_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('enumValueOfFunc', com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, $intern_1733); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_eventClass_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_eventClass_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_eventClass_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_eventClass_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1519, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, $intern_1731); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/InputEvent;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/utils/ChangeListener$ChangeEvent;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/utils/FocusListener$FocusEvent;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_exceptActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_exceptActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_exceptActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_exceptActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('exceptActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_exceptListener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_exceptListener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_exceptListener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_exceptListener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('exceptListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, $intern_1734); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('except', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('except', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, $intern_1735); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_expandIcon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_expandIcon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_expandIcon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_expandIcon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('expandIcon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_expand_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_expand_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_expand_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_expand_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1170, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_expanded_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_expanded_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_expanded_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_expanded_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('expanded', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_f_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_f_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_f_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_f_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('f', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fadeAlphaSeconds_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fadeAlphaSeconds_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fadeAlphaSeconds_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fadeAlphaSeconds_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1653, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fadeDelaySeconds_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fadeDelaySeconds_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fadeDelaySeconds_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fadeDelaySeconds_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1654, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fadeScrollBars_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fadeScrollBars_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fadeScrollBars_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fadeScrollBars_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1650, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fieldName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fieldNames_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fieldNames_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fieldNames_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fieldNames_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fieldNames', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_field_1_1Lcom_1badlogic_1gdx_1utils_1reflect_1Field_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_field_1_1Lcom_1badlogic_1gdx_1utils_1reflect_1Field_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_field_1_1Lcom_1badlogic_1gdx_1utils_1reflect_1Field_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_field_1_1Lcom_1badlogic_1gdx_1utils_1reflect_1Field_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('field', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1reflect_1Field_12_1classLit, 'Lcom/badlogic/gdx/utils/reflect/Field;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_583, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, $intern_1736); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fillParent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fillParent_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fillParent_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fillParent_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1194, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/TextField$TextFieldFilter;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Ljava_1util_1function_1Predicate_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Ljava_1util_1function_1Predicate_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Ljava_1util_1function_1Predicate_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Ljava_1util_1function_1Predicate_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_197, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1function_1Predicate_12_1classLit, 'Ljava/util/function/Predicate;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fireChangeEvent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fireChangeEvent_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fireChangeEvent_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fireChangeEvent_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1302, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fireEvent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fireEvent_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fireEvent_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fireEvent_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fireEvent', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_firstWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_firstWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_firstWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_firstWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1690, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1300, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1300, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_flickScroll_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_flickScroll_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_flickScroll_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_flickScroll_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1655, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_flingTime_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_flingTime_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_flingTime_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_flingTime_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('flingTime', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_focusTraversal_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_focusTraversal_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_focusTraversal_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_focusTraversal_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1709, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_focusType_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_focusType_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_focusType_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_focusType_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('focusType', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/utils/FocusListener$FocusEvent$Type;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_focused_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_focused_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_focused_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_focused_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1291, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorSelected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorSelected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorSelected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorSelected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1637, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_1721); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorUnselected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorUnselected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorUnselected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorUnselected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1638, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_1721); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1087, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_1721); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fontName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fontName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fontName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1623, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1624, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fontScale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fontScale_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontScale_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fontScale_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fontScale', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, $intern_1737); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_forward_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_forward_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_forward_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_forward_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('forward', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fromActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fromActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fromActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fromActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fromActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_fromIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_fromIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_fromIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_fromIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fromIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1738, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1738, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1738, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1738, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('g', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_hScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_hScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_hScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_hScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1662, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_hScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_hScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_hScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_hScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('hScroll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_h_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_h_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_h_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_h_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('h', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('halfTapSquareSize', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_handle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_handle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_handle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_handle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_highSurrogate_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_highSurrogate_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_highSurrogate_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_highSurrogate_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('highSurrogate', com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_high_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_high_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_high_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_high_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('high', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('i', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_iconX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_iconX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_iconX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_iconX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('iconX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_icon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_icon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_icon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_icon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('icon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('identity', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreCase_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreCase_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreCase_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreCase_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1739, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreDeprecated_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreDeprecated_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreDeprecated_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreDeprecated_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1351, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreUnknownFields_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreUnknownFields_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreUnknownFields_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreUnknownFields_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1350, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ignoredCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ignoredCapacity_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignoredCapacity_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignoredCapacity_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ignoredCapacity', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ignored_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ignored_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignored_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ignored_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ignored', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_imageChecked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_imageChecked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_imageChecked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_imageChecked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1613, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_imageDown_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_imageDown_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_imageDown_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_imageDown_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1611, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_imageUp_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_imageUp_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_imageUp_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_imageUp_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1610, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_imagesDir_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_imagesDir_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_imagesDir_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_imagesDir_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('imagesDir', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, $intern_1736); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_indentSpacing_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_indentSpacing_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_indentSpacing_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_indentSpacing_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1119, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1384, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1384, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_201, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('initialCapacity', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_initialDistance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_initialDistance_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialDistance_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialDistance_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('initialDistance', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('initialPointer1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('initialPointer2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_initialSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_initialSize_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialSize_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_initialSize_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('initialSize', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_input_1_1Ljava_1io_1InputStream_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_input_1_1Ljava_1io_1InputStream_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_input_1_1Ljava_1io_1InputStream_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_input_1_1Ljava_1io_1InputStream_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('input', com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1InputStream_12_1classLit, $intern_1740); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Boolean_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Boolean_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Boolean_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Boolean_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, $intern_1033); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Byte_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Byte_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Byte_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Byte_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, $intern_1034); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Character_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Character_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Character_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Character_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, $intern_1714); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Double_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Double_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Double_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Double_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, $intern_1035); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Float_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Float_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Float_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Float_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, $intern_1036); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Integer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Integer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Integer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Integer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, $intern_1037); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Short_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Short_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Short_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Short_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, $intern_1038); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1ArrayList_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1ArrayList_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1ArrayList_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1ArrayList_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, 'Ljava/util/ArrayList;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Collection_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Collection_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Collection_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Collection_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, $intern_1423); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1HashMap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1HashMap_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1HashMap_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1HashMap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, 'Ljava/util/HashMap;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, $intern_1741); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Set_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Set_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Set_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Set_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, $intern_1742); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1104, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_1006); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_instant_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_instant_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_instant_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_instant_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1099, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1290, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, $intern_1025); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_invTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_invTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_invTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_invTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('invTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_invalidDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_invalidDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_invalidDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_invalidDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1285, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_isChecked_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_isChecked_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_isChecked_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_isChecked_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1556, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_isDisabled_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_isDisabled_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_isDisabled_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_isDisabled_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1266, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_isModal_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_isModal_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_isModal_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_isModal_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1207, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_isMovable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_isMovable_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_isMovable_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_isMovable_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1206, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_isResizable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_isResizable_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_isResizable_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_isResizable_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1208, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_isTouchUp_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_isTouchUp_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_isTouchUp_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_isTouchUp_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('isTouchUp', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('item', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_items_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_items_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_items_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_items_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_575, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_j_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_j_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_j_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_j_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('j', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('jsonData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_1719); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('jsonMap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_1719); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('jsonName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_686, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, $intern_1743); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_686, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('jump', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_keepWithinStage_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_keepWithinStage_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_keepWithinStage_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_keepWithinStage_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1210, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_keyArrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_keyArrayType_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_keyArrayType_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_keyArrayType_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('keyArrayType', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_keyCode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_keyCode_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_keyCode_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_keyCode_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('keyCode', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('key', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_keyboard_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_keyboard_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_keyboard_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_keyboard_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_628, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/TextField$OnscreenKeyboard;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('keycode', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_knob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_knob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_knob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_knob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('knob', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('knownType', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_kthLowest_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_kthLowest_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_kthLowest_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_kthLowest_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('kthLowest', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_l_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_l_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_l_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_l_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('l', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_labelAlign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_labelAlign_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_labelAlign_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_labelAlign_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1622, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyleName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyleName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyleName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('labelStyleName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('labelStyle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, $intern_1744); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1095, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, $intern_1744); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1095, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Label;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, $intern_1745); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_leftWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_leftWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_leftWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_leftWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1237, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_length_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_length_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_length_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1445, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_limit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_limit_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_limit_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_limit_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1746, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_lineAlign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_lineAlign_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_lineAlign_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_lineAlign_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('lineAlign', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_line_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_line_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_line_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_line_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_171, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_listStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_listStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_listStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_listStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('listStyle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, $intern_1747); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('list', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_listenerActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_listenerActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_listenerActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_listenerActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1076, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, $intern_1734); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/TextField$TextFieldListener;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_loadFactor_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_loadFactor_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_loadFactor_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_loadFactor_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1396, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('localCoords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_localRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_localRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_localRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_localRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('localRect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_locale_1_1Ljava_1util_1Locale_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_locale_1_1Ljava_1util_1Locale_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_locale_1_1Ljava_1util_1Locale_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_locale_1_1Ljava_1util_1Locale_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1748, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Locale_12_1classLit, 'Ljava/util/Locale;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_longPressDuration_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_longPressDuration_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_longPressDuration_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_longPressDuration_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('longPressDuration', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_lowSurrogate_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_lowSurrogate_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_lowSurrogate_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_lowSurrogate_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('lowSurrogate', com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_low_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_low_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_low_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_low_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('low', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_lst_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_lst_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_lst_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_lst_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('lst', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1Map_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1Map_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1Map_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('m', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, $intern_1741); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1NavigableMap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1NavigableMap_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1NavigableMap_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1NavigableMap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('m', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1NavigableMap_12_1classLit, 'Ljava/util/NavigableMap;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1SortedMap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1SortedMap_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1SortedMap_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1SortedMap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('m', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedMap_12_1classLit, $intern_1749); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_manager_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_manager_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_manager_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_manager_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1098, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/TooltipManager;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, $intern_1029); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, 'Lcom/badlogic/gdx/utils/ObjectMap;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1OrderedMap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1OrderedMap_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1OrderedMap_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1OrderedMap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, 'Lcom/badlogic/gdx/utils/OrderedMap;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptObject_12_1classLit, $intern_1733); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1Map_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1Map_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1Map_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, $intern_1741); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1SortedMap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1SortedMap_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1SortedMap_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1SortedMap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedMap_12_1classLit, $intern_1749); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1750, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxAmount_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxAmount_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxAmount_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('maxAmount', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxCheckCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxCheckCount_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxCheckCount_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxCheckCount_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1562, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxFlingDelay_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxFlingDelay_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxFlingDelay_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxFlingDelay_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('maxFlingDelay', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxLength_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxLength_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxLength_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxLength_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('maxLength', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxListCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxListCount_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxListCount_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxListCount_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1667, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxMatch_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxMatch_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxMatch_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxMatch_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('maxMatch', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxSpeedPixels_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxSpeedPixels_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxSpeedPixels_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxSpeedPixels_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('maxSpeedPixels', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maximumCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maximumCapacity_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maximumCapacity_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maximumCapacity_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('maximumCapacity', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('maximum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_messageText_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_messageText_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_messageText_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_messageText_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1708, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_message_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_message_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_message_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_message_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('message', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_minAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_minAmount_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_minAmount_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_minAmount_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('minAmount', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_minCheckCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_minCheckCount_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_minCheckCount_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_minCheckCount_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1561, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_minSpeedPixels_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_minSpeedPixels_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_minSpeedPixels_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_minSpeedPixels_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('minSpeedPixels', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('minimum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_minus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_minus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_minus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_minus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('minus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_multiple_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_multiple_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_multiple_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_multiple_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('multiple', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_n_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_n_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_n_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_n_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('n', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_newActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_newActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_newActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_newActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newItems', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newItems', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_1006); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newSize', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_newState_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_newState_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_newState_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_newState_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newState', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_newTarget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_newTarget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_newTarget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_newTarget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newText', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newText', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_newVal_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_newVal_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_newVal_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_newVal_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newVal', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_next_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_next_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_next_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_next_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_1719); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('node', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, $intern_1751); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1752, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('o', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('obb', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, $intern_1753); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('obj', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_1719); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_0, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_off_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_off_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_off_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_off_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('off', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_199, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ofs', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_oldText_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_oldText_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_oldText_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_oldText_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('oldText', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_oldVal_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_oldVal_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_oldVal_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_oldVal_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('oldVal', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_onlyFontChars_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_onlyFontChars_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_onlyFontChars_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_onlyFontChars_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1710, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ooffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ooffset_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ooffset_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ooffset_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ooffset', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_operator_1_1Ljava_1util_1function_1UnaryOperator_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_operator_1_1Ljava_1util_1function_1UnaryOperator_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_operator_1_1Ljava_1util_1function_1UnaryOperator_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_operator_1_1Ljava_1util_1function_1UnaryOperator_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('operator', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1function_1UnaryOperator_12_1classLit, 'Ljava/util/function/UnaryOperator;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1315, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1668, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1669, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_origin_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_origin_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_origin_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_origin_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('origin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Enum_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Enum_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Enum_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Enum_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, $intern_1732); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1755, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1755, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_1006); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1348, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, $intern_1756); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_overLast_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_overLast_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_overLast_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_overLast_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('overLast', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_overNode_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_overNode_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_overNode_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_overNode_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('overNode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, $intern_1751); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_over_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_over_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_over_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_over_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollX_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollX_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollX_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollX_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1656, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollY_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollY_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollY_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollY_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1657, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_564, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_padding_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_padding_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_padding_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_padding_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('padding', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('parentAlpha', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_parentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_parentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_parentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_parentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('parentCoords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, $intern_1757); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, $intern_1751); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_particleEffect_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_particleEffect_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_particleEffect_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_particleEffect_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1640, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_12_1classLit, 'Lcom/badlogic/gdx/graphics/g2d/ParticleEffect;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_particleFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_particleFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_particleFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_particleFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('particleFile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, $intern_1736); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_passwordCharacter_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_passwordCharacter_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_passwordCharacter_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_passwordCharacter_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1712, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_passwordMode_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_passwordMode_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_passwordMode_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_passwordMode_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1711, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_patch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_patch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_patch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_patch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('patch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, $intern_1758); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_payload_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_payload_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_payload_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_payload_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('payload', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/utils/DragAndDrop$Payload;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('percentDelta', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_percentX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_percentX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_percentX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_percentX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('percentX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_percentY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_percentY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_percentY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_percentY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('percentY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1759, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pixelsX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pixelsY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_pixels_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_pixels_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_pixels_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_pixels_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pixels', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_plusMinusWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_plusMinusWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_plusMinusWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_plusMinusWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1131, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_plus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_plus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_plus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_plus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('plus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_pointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_pointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_pointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_pointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pointer1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_pointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_pointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_pointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_pointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pointer2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1277, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1760, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1760, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), $intern_1761); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1592, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit, $intern_1762); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_position_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_position_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_position_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_position_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1643, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_predicate_1_1Lcom_1badlogic_1gdx_1utils_1Predicate_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_predicate_1_1Lcom_1badlogic_1gdx_1utils_1Predicate_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_predicate_1_1Lcom_1badlogic_1gdx_1utils_1Predicate_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_predicate_1_1Lcom_1badlogic_1gdx_1utils_1Predicate_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('predicate', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Predicate_12_1classLit, 'Lcom/badlogic/gdx/utils/Predicate;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_prefRows_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_prefRows_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefRows_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefRows_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('prefRows', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_prefix_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_prefix_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefix_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_prefix_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('prefix', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_prev_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_prev_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_prev_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_prev_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('prev', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_1719); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_programmaticChangeEvents_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_programmaticChangeEvents_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_programmaticChangeEvents_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_programmaticChangeEvents_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1297, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_queue_1_1Lcom_1badlogic_1gdx_1utils_1Queue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_queue_1_1Lcom_1badlogic_1gdx_1utils_1Queue_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_queue_1_1Lcom_1badlogic_1gdx_1utils_1Queue_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_queue_1_1Lcom_1badlogic_1gdx_1utils_1Queue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('queue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, 'Lcom/badlogic/gdx/utils/Queue;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_quoteLongValues_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_quoteLongValues_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_quoteLongValues_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_quoteLongValues_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1349, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('r', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_radius_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_radius_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_radius_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1549, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('radix', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rampSecs_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rampSecs_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rampSecs_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rampSecs_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rampSecs', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rangeSelect_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rangeSelect_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rangeSelect_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rangeSelect_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1235, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, $intern_1763); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_readDeprecated_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_readDeprecated_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_readDeprecated_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_readDeprecated_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1352, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_reader_1_1Ljava_1io_1Reader_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_reader_1_1Ljava_1io_1Reader_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_reader_1_1Ljava_1io_1Reader_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_reader_1_1Ljava_1io_1Reader_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('reader', com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Reader_12_1classLit, 'Ljava/io/Reader;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_recursively_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_recursively_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_recursively_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_recursively_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('recursively', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('regex', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_regionName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_regionName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_regionName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_regionName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('regionName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1307, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, $intern_1764); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_relatedActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_relatedActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_relatedActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_relatedActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1278, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_removeActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_removeActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_removeActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_removeActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_repeatedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_repeatedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_repeatedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_repeatedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('repeatedAction', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1008); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_replaceStr_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_replaceStr_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_replaceStr_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_replaceStr_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('replaceStr', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_replace_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_replace_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_replace_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_replace_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1485, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_required_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_required_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_required_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_required_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('required', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_resetOnStart_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_resetOnStart_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_resetOnStart_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_resetOnStart_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1641, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_reset_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_reset_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_reset_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_reset_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_resizeBorder_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_resizeBorder_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_resizeBorder_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_resizeBorder_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1209, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_resource_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_resource_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_resource_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_resource_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_233, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_reverse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_reverse_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_reverse_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_reverse_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1167, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rightWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rightWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rightWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rightWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1238, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rnd_1_1Ljava_1util_1Random_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rnd_1_1Ljava_1util_1Random_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rnd_1_1Ljava_1util_1Random_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rnd_1_1Ljava_1util_1Random_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rnd', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Random_12_1classLit, 'Ljava/util/Random;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_root_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_root_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_root_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_root_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1370, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, $intern_1757); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rotationAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rotationAmount_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rotationAmount_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rotationAmount_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rotationAmount', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1168, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rowAlign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rowAlign_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rowAlign_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rowAlign_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1603, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rowIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rowIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rowIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rowIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rowIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_rowY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_rowY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_rowY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_rowY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rowY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_runnable_1_1Ljava_1lang_1Runnable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_runnable_1_1Ljava_1lang_1Runnable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_runnable_1_1Ljava_1lang_1Runnable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_runnable_1_1Ljava_1lang_1Runnable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('runnable', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Runnable_12_1classLit, 'Ljava/lang/Runnable;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('s', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('s', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1NavigableSet_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1NavigableSet_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1NavigableSet_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1NavigableSet_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('s', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1NavigableSet_12_1classLit, 'Ljava/util/NavigableSet;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1Set_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1Set_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1Set_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1Set_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('s', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, $intern_1742); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1SortedSet_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1SortedSet_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1SortedSet_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1SortedSet_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('s', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedSet_12_1classLit, $intern_1765); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1S) + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1S; + return com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('s', com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 'S'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuffer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuffer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuffer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuffer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('sb', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, $intern_1766); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuilder_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuilder_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuilder_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuilder_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('sb', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, $intern_1049); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scaleXY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scaleXY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaleXY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaleXY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scaleXY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1670, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1671, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scaledAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scaledAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaledAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaledAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scaledAction', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1008); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scaling_1_1Lcom_1badlogic_1gdx_1utils_1Scaling_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scaling_1_1Lcom_1badlogic_1gdx_1utils_1Scaling_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaling_1_1Lcom_1badlogic_1gdx_1utils_1Scaling_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scaling_1_1Lcom_1badlogic_1gdx_1utils_1Scaling_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Scaling_12_1classLit, 'Lcom/badlogic/gdx/utils/Scaling;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scissorRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scissorRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scissorRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scissorRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scissorRect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scissor_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scissor_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scissor_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scissor_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scissor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_screenCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_screenCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_screenCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_screenCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('screenCoords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('screenX', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('screenY', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scrollAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scrollAmount_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollAmount_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollAmount_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scrollAmount', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scrollBarTouch_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scrollBarTouch_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollBarTouch_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollBarTouch_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1652, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scrollPane_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scrollPane_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollPane_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollPane_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1665, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scrollStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scrollStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1682, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, $intern_1767); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_629, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/ScrollPane;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_scrollbarsOnTop_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_scrollbarsOnTop_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollbarsOnTop_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_scrollbarsOnTop_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1658, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_secondWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_secondWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_secondWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_secondWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1691, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('second', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('second', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_selectBox_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_selectBox_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectBox_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectBox_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('selectBox', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/SelectBox;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_selectable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_selectable_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectable_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectable_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1144, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_selectedPrefWidth_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_selectedPrefWidth_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectedPrefWidth_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectedPrefWidth_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1666, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_selectionEnd_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_selectionEnd_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectionEnd_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectionEnd_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('selectionEnd', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_selectionStart_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_selectionStart_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectionStart_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_selectionStart_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1707, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/utils/ArraySelection;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('separator', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_seq_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_seq_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_seq_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_seq_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('seq', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_serializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_serializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_serializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_serializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('serializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit, $intern_1724); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1Set_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1Set_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1Set_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1Set_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit, $intern_1742); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1SortedSet_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1SortedSet_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1SortedSet_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1SortedSet_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedSet_12_1classLit, $intern_1765); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('settings', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_12_1classLit, 'Lcom/badlogic/gdx/utils/JsonValue$PrettyPrintSettings;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('shapes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_12_1classLit, 'Lcom/badlogic/gdx/graphics/glutils/ShapeRenderer;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_singleLineColumns_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_singleLineColumns_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_singleLineColumns_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_singleLineColumns_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1385, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_skinFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_skinFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_skinFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_skinFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('skinFile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, $intern_1736); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1599, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Skin;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_smoothScrolling_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_smoothScrolling_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_smoothScrolling_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_smoothScrolling_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1651, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_sortFields_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_sortFields_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_sortFields_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_sortFields_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1353, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_sortedList_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_sortedList_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_sortedList_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_sortedList_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('sortedList', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('source', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, $intern_1735); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1567, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1567, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1566, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1566, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1568, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1568, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1565, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1565, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_speedMax_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_speedMax_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_speedMax_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_speedMax_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('speedMax', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_speedMin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_speedMin_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_speedMin_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_speedMin_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('speedMin', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_sphere_1_1Lcom_1badlogic_1gdx_1math_1collision_1Sphere_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_sphere_1_1Lcom_1badlogic_1gdx_1math_1collision_1Sphere_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_sphere_1_1Lcom_1badlogic_1gdx_1math_1collision_1Sphere_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_sphere_1_1Lcom_1badlogic_1gdx_1math_1collision_1Sphere_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('sphere', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, 'Lcom/badlogic/gdx/math/collision/Sphere;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_splitAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_splitAmount_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_splitAmount_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_splitAmount_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1692, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1306, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, $intern_1768); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_srcBegin_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_srcBegin_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_srcBegin_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_srcBegin_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('srcBegin', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_srcEnd_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_srcEnd_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_srcEnd_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_srcEnd_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('srcEnd', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_src_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_src_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_src_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_src_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('src', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_stageCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_stageCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_stageCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_stageCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('stageCoords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_stageX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_stageX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_stageX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_stageX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('stageX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_stageY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_stageY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_stageY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_stageY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('stageY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('stage', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/Stage;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_startIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_startIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_startIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1769, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('stepSize', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1770, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('streamReader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_12_1classLit, 'Lcom/google/gwt/user/client/rpc/SerializationStreamReader;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('streamWriter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_12_1classLit, 'Lcom/google/gwt/user/client/rpc/SerializationStreamWriter;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_679, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('styleName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Button$ButtonStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/CheckBox$CheckBoxStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/ImageButton$ImageButtonStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/ImageTextButton$ImageTextButtonStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, $intern_1744); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, $intern_1747); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/ProgressBar$ProgressBarStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, $intern_1767); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/SelectBox$SelectBoxStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Slider$SliderStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/SplitPane$SplitPaneStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, $intern_1050); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/TextField$TextFieldStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/TextTooltip$TextTooltipStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Touchpad$TouchpadStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Tree$TreeStyle;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, $intern_1771); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_suffix_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_suffix_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_suffix_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_suffix_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('suffix', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_t_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_t_1_1Ljava_1util_1Map_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_t_1_1Ljava_1util_1Map_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_t_1_1Ljava_1util_1Map_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('t', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, $intern_1741); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_table_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_table_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_table_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_table_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_593, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Table;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_tag_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_tag_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_tag_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_tag_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('tag', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_tapCountInterval_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_tapCountInterval_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_tapCountInterval_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_tapCountInterval_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1256, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_tapCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_tapCount_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_tapCount_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_tapCount_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('tapCount', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1075, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/utils/DragAndDrop$Target;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_textField_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_textField_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_textField_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_textField_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('textField', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, $intern_1044); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1601, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1601, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1772, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, $intern_1764); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1773, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, $intern_1774); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_threshold_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_threshold_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_threshold_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_threshold_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1397, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_tickSecs_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_tickSecs_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_tickSecs_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_tickSecs_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('tickSecs', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_time_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_time_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_time_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_time_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1109, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1292, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_1721); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_titleFontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_titleFontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_titleFontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_titleFontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_1721); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_titleFont_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_titleFont_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_titleFont_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_titleFont_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('titleFont', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, $intern_1737); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('title', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_toActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_toActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_toActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_toActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('toActor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_toBeCopied_1_1Ljava_1util_1Map_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_toBeCopied_1_1Ljava_1util_1Map_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_toBeCopied_1_1Ljava_1util_1Map_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_toBeCopied_1_1Ljava_1util_1Map_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('toBeCopied', com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, $intern_1741); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_toIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_toIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_toIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_toIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('toIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_toInsert_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_toInsert_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_toInsert_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_toInsert_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('toInsert', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('to', com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('to', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('to', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('to', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_toffset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_toffset_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_toffset_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_toffset_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('toffset', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_toggle_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_toggle_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_toggle_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_toggle_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1296, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('tooltip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Tooltip;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_topHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_topHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_topHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_topHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1239, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_touchFocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_touchFocus_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchFocus_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchFocus_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1279, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_touchIndependent_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_touchIndependent_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchIndependent_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchIndependent_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1100, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1271, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1272, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1466, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/Touchable;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1466, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_transformMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_transformMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_transformMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_transformMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1775, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1213, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_tree_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_tree_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_tree_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_tree_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('tree', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/ui/Tree;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_typeName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_typeName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_typeName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_typeName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('typeName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_typeToSelect_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_typeToSelect_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_typeToSelect_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_typeToSelect_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1629, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 'Lcom/badlogic/gdx/scenes/scene2d/InputEvent$Type;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, 'Lcom/badlogic/gdx/utils/JsonValue$ValueType;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_uncheckLast_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_uncheckLast_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_uncheckLast_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_uncheckLast_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1563, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('unfocus', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_uniform_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_uniform_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_uniform_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_uniform_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1575, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('up', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('up', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_usePrototypes_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_usePrototypes_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_usePrototypes_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_usePrototypes_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1347, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_useShortestDirection_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_useShortestDirection_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_useShortestDirection_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_useShortestDirection_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1544, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_userObject_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_userObject_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_userObject_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_userObject_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1673, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_vScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_vScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_vScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_vScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1663, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_vScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_vScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_vScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_vScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vScroll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_1040); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), '[C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_validDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_validDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_validDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_validDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1284, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value1_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value1_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value1_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('value1', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value2_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value2_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value2_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value2_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('value2', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value3_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value3_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value3_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value3_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('value3', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value4_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value4_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value4_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value4_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('value4', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_valueArrayType_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_valueArrayType_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_valueArrayType_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_valueArrayType_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('valueArrayType', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1B) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1B; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1B = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 'B'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1J) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1J; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_1719); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Enum_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Enum_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Enum_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Enum_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, $intern_1732); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1S) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1S; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 'S'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), '[C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_576, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_variableSizeKnobs_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_variableSizeKnobs_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_variableSizeKnobs_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_variableSizeKnobs_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1659, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_velocityX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_velocityX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_velocityX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_velocityX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('velocityX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_velocityY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_velocityY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_velocityY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_velocityY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('velocityY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_541, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_viewportHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_viewportHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewportHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewportHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('viewportHeight', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_viewportWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_viewportWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewportWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewportWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('viewportWidth', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_viewportX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_viewportX_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewportX_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewportX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('viewportX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_viewportY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_viewportY_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewportY_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewportY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('viewportY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_viewport_1_1Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_viewport_1_1Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewport_1_1Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_viewport_1_1Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1293, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_12_1classLit, 'Lcom/badlogic/gdx/utils/viewport/Viewport;'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1465, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_visualPressed_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_visualPressed_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_visualPressed_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_visualPressed_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('visualPressed', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_w_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_w_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_w_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('w', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_widget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_widget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_widget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_widget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('widget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1012); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, $intern_1046); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyleName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyleName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyleName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyleName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('windowStyleName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('windowStyle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, $intern_1771); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_window_1size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_window_1size_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_window_1size_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_window_1size_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('window_size', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_wrapReverse_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_wrapReverse_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_wrapReverse_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_wrapReverse_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1604, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_wrapSpace_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_wrapSpace_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_wrapSpace_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_wrapSpace_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1172, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_wrap_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_wrap_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_wrap_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1346, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Writer_12_1classLit, $intern_1048); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1B) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1B; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1B = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 'B'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1StringBuffer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1StringBuffer_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1StringBuffer_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1StringBuffer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, $intern_1766); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1S) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1S; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 'S'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), '[C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_ySpacing_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_ySpacing_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_ySpacing_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_ySpacing_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ySpacing', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1B) + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1B; + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1B = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 'B'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1C) + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1C; + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1D) + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1D; + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1I) + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1I; + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1S) + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1S; + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 'S'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z) + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z; + return com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCache2Generated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCache2Generated_z_1_1F) + return com_badlogic_gwtref_client_IReflectionCache2Generated_z_1_1F; + return com_badlogic_gwtref_client_IReflectionCache2Generated_z_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('z', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(931, 1, {}, com_badlogic_gwtref_client_IReflectionCache2Generated_IReflectionCache2Generated__V); +_.get__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated_get__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(field, obj){ + switch (field.com_badlogic_gwtref_client_Field_getter) { + case 0: + return obj.com_badlogic_gdx_math_WindowedMean_values; + case 1: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_WindowedMean_added_1values); + case 2: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_WindowedMean_last_1value); + case 3: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_WindowedMean_mean); + case 4: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_math_WindowedMean_dirty?true:false; + case 6: + return com_badlogic_gdx_math_collision_BoundingBox_$clinit__V() , com_badlogic_gdx_math_collision_BoundingBox_tmpVector; + case 7: + return obj.com_badlogic_gdx_math_collision_BoundingBox_min; + case 8: + return obj.com_badlogic_gdx_math_collision_BoundingBox_max; + case 9: + return obj.com_badlogic_gdx_math_collision_BoundingBox_cnt; + case 10: + return obj.com_badlogic_gdx_math_collision_BoundingBox_dim; + case 12: + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V() , com_badlogic_gdx_math_collision_OrientedBoundingBox_tempAxes; + case 13: + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V() , com_badlogic_gdx_math_collision_OrientedBoundingBox_tempVertices; + case 14: + return com_badlogic_gdx_math_collision_OrientedBoundingBox_$clinit__V() , com_badlogic_gdx_math_collision_OrientedBoundingBox_tmpVectors; + case 15: + return obj.com_badlogic_gdx_math_collision_OrientedBoundingBox_bounds; + case 16: + return obj.com_badlogic_gdx_math_collision_OrientedBoundingBox_transform; + case 17: + return obj.com_badlogic_gdx_math_collision_OrientedBoundingBox_inverseTransform; + case 18: + return obj.com_badlogic_gdx_math_collision_OrientedBoundingBox_axes; + case 19: + return obj.com_badlogic_gdx_math_collision_OrientedBoundingBox_vertices; + case 21: + return obj.com_badlogic_gdx_math_collision_Ray_origin; + case 22: + return obj.com_badlogic_gdx_math_collision_Ray_direction; + case 23: + return com_badlogic_gdx_math_collision_Ray_$clinit__V() , com_badlogic_gdx_math_collision_Ray_tmp; + case 25: + return obj.com_badlogic_gdx_math_collision_Segment_a; + case 26: + return obj.com_badlogic_gdx_math_collision_Segment_b; + case 28: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_collision_Sphere_radius); + case 29: + return obj.com_badlogic_gdx_math_collision_Sphere_center; + case 30: + return new java_lang_Float_Float__FV($intern_429); + case 31: + return obj.com_badlogic_gdx_scenes_scene2d_Action_actor; + case 32: + return obj.com_badlogic_gdx_scenes_scene2d_Action_target; + case 33: + return obj.com_badlogic_gdx_scenes_scene2d_Action_pool; + case 34: + return obj.com_badlogic_gdx_scenes_scene2d_Actor_stage; + case 35: + return obj.com_badlogic_gdx_scenes_scene2d_Actor_parent; + case 36: + return obj.com_badlogic_gdx_scenes_scene2d_Actor_listeners; + case 37: + return obj.com_badlogic_gdx_scenes_scene2d_Actor_captureListeners; + case 38: + return obj.com_badlogic_gdx_scenes_scene2d_Actor_actions; + case 39: + return obj.com_badlogic_gdx_scenes_scene2d_Actor_name; + case 40: + return obj.com_badlogic_gdx_scenes_scene2d_Actor_touchable; + case 41: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Actor_visible?true:false; + case 42: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Actor_debug?true:false; + case 43: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_Actor_x); + case 44: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_Actor_y); + case 45: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_Actor_width); + case 46: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_Actor_height); + case 47: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_Actor_originX); + case 48: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_Actor_originY); + case 49: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_Actor_scaleX); + case 50: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_Actor_scaleY); + case 51: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_Actor_rotation); + case 52: + return obj.com_badlogic_gdx_scenes_scene2d_Actor_color; + case 53: + return obj.com_badlogic_gdx_scenes_scene2d_Actor_userObject; + case 54: + return obj.com_badlogic_gdx_scenes_scene2d_Event_stage; + case 55: + return obj.com_badlogic_gdx_scenes_scene2d_Event_targetActor; + case 56: + return obj.com_badlogic_gdx_scenes_scene2d_Event_listenerActor; + case 57: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Event_capture?true:false; + case 58: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Event_bubbles?true:false; + case 59: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Event_handled?true:false; + case 60: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Event_stopped?true:false; + case 61: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Event_cancelled?true:false; + case 62: + return com_badlogic_gdx_scenes_scene2d_Group_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Group_tmp; + case 63: + return obj.com_badlogic_gdx_scenes_scene2d_Group_children; + case 64: + return obj.com_badlogic_gdx_scenes_scene2d_Group_worldTransform; + case 65: + return obj.com_badlogic_gdx_scenes_scene2d_Group_computedTransform; + case 66: + return obj.com_badlogic_gdx_scenes_scene2d_Group_oldTransform; + case 67: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Group_transform?true:false; + case 68: + return obj.com_badlogic_gdx_scenes_scene2d_Group_cullingArea; + case 69: + return obj.com_badlogic_gdx_scenes_scene2d_InputEvent_type; + case 70: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_InputEvent_stageX); + case 71: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_InputEvent_stageY); + case 72: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountX); + case 73: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_InputEvent_scrollAmountY); + case 74: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_InputEvent_pointer); + case 75: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_InputEvent_button); + case 76: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_InputEvent_keyCode); + case 77: + return java_lang_Character_valueOf__CLjava_lang_Character_2(obj.com_badlogic_gdx_scenes_scene2d_InputEvent_character); + case 78: + return obj.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor; + case 79: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_InputEvent_touchFocus?true:false; + case 80: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDown; + case 81: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp; + case 82: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDragged; + case 83: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_mouseMoved; + case 84: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_enter; + case 85: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_exit; + case 86: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_scrolled; + case 87: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyDown; + case 88: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyUp; + case 89: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyTyped; + case 90: + return com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputListener_tmpCoords; + case 91: + return java_lang_Boolean_$clinit__V() , obj , com_badlogic_gdx_scenes_scene2d_Stage_debug?true:false; + case 92: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_viewport; + case 93: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_batch; + case 94: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Stage_ownsBatch?true:false; + case 95: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_root; + case 96: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_tempCoords; + case 97: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_pointerOverActors; + case 98: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_pointerTouched; + case 99: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenX; + case 100: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_pointerScreenY; + case 101: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenX); + case 102: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_Stage_mouseScreenY); + case 103: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_mouseOverActor; + case 104: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus; + case 105: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus; + case 106: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_touchFocuses; + case 107: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Stage_actionsRequestRendering?true:false; + case 108: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes; + case 109: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Stage_debugInvisible?true:false; + case 110: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Stage_debugAll?true:false; + case 111: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Stage_debugUnderMouse?true:false; + case 112: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_Stage_debugParentUnderMouse?true:false; + case 113: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_debugTableUnderMouse; + case 114: + return obj.com_badlogic_gdx_scenes_scene2d_Stage_debugColor; + case 115: + return obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener; + case 116: + return obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor; + case 117: + return obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target; + case 118: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_pointer); + case 119: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_button); + case 120: + return com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_enabled; + case 121: + return com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_disabled; + case 122: + return com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly; + case 123: + return obj.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action; + case 124: + return obj.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_listener; + case 125: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_capture?true:false; + case 126: + return obj.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions; + case 127: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_start); + case 128: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_end); + case 129: + return obj.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color; + case 130: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startR); + case 131: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startG); + case 132: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startB); + case 133: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_startA); + case 134: + return obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color; + case 135: + return obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_end; + case 136: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_count); + case 137: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_current); + case 138: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_duration); + case 139: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_DelayAction_time); + case 140: + return obj.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action; + case 141: + return obj.com_badlogic_gdx_scenes_scene2d_actions_EventAction_eventClass; + case 142: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_EventAction_result?true:false; + case 143: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_EventAction_active?true:false; + case 144: + return obj.com_badlogic_gdx_scenes_scene2d_actions_EventAction_listener; + case 145: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_start); + case 146: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_end); + case 147: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_FloatAction_value); + case 148: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_actions_IntAction_start); + case 149: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_actions_IntAction_end); + case 150: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_actions_IntAction_value); + case 151: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_enabled?true:false; + case 152: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountX); + case 153: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_amountY); + case 154: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startX); + case 155: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_startY); + case 156: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endX); + case 157: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_endY); + case 158: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_alignment); + case 159: + return obj.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions; + case 160: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_complete?true:false; + case 161: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_lastPercent); + case 162: + return obj.com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_action; + case 163: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_removed?true:false; + case 164: + return obj.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_listener; + case 165: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_capture?true:false; + case 166: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(-1); + case 167: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount); + case 168: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_executedCount); + case 169: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_finished?true:false; + case 170: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_amount); + case 171: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_start); + case 172: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_end); + case 173: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_useShortestDirection?true:false; + case 174: + return obj.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_runnable; + case 175: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_ran?true:false; + case 176: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountX); + case 177: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_amountY); + case 178: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startX); + case 179: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_startY); + case 180: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endX); + case 181: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_endY); + case 182: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_index); + case 183: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountWidth); + case 184: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_amountHeight); + case 185: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startWidth); + case 186: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_startHeight); + case 187: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endWidth); + case 188: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_endHeight); + case 189: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_duration); + case 190: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_time); + case 191: + return obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation; + case 192: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_reverse?true:false; + case 193: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_began?true:false; + case 194: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_complete?true:false; + case 195: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_scale); + case 196: + return obj.com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_touchable; + case 197: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_visible?true:false; + case 198: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button_style; + case 199: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Button_isChecked?true:false; + case 200: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Button_isDisabled?true:false; + case 201: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button_buttonGroup; + case 202: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener; + case 203: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Button_programmaticChangeEvents?true:false; + case 204: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up; + case 205: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down; + case 206: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_over; + case 207: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_focused; + case 208: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_disabled; + case 209: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked; + case 210: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOver; + case 211: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedDown; + case 212: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedFocused; + case 213: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetX); + case 214: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_pressedOffsetY); + case 215: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetX); + case 216: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_unpressedOffsetY); + case 217: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetX); + case 218: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOffsetY); + case 219: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_buttons; + case 220: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons; + case 221: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_minCheckCount); + case 222: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_maxCheckCount); + case 223: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_uncheckLast?true:false; + case 224: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_lastChecked; + case 225: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_zerof; + case 226: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_onef; + case 227: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_zeroi; + case 228: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_onei; + case 229: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_centeri; + case 230: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_topi; + case 231: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_bottomi; + case 232: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_lefti; + case 233: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_righti; + case 234: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_files; + case 235: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults; + case 236: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth; + case 237: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight; + case 238: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth; + case 239: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight; + case 240: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth; + case 241: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight; + case 242: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop; + case 243: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft; + case 244: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom; + case 245: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight; + case 246: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop; + case 247: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft; + case 248: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom; + case 249: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight; + case 250: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX; + case 251: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY; + case 252: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_align; + case 253: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX; + case 254: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY; + case 255: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan; + case 256: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX; + case 257: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY; + case 258: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor; + case 259: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorX); + case 260: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorY); + case 261: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorWidth); + case 262: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actorHeight); + case 263: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_table; + case 264: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_endRow?true:false; + case 265: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_column); + case 266: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_row); + case 267: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_cellAboveIndex); + case 268: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadTop); + case 269: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadLeft); + case 270: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadBottom); + case 271: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_computedPadRight); + case 272: + return obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_image; + case 273: + return obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_imageCell; + case 274: + return obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style; + case 275: + return obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOn; + case 276: + return obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOff; + case 277: + return obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnOver; + case 278: + return obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOver; + case 279: + return obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnDisabled; + case 280: + return obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOffDisabled; + case 281: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_actor; + case 282: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth; + case 283: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight; + case 284: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth; + case 285: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight; + case 286: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth; + case 287: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight; + case 288: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop; + case 289: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft; + case 290: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom; + case 291: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight; + case 292: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Container_fillX); + case 293: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Container_fillY); + case 294: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Container_align); + case 295: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Container_background; + case 296: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Container_clip?true:false; + case 297: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Container_round?true:false; + case 298: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_contentTable; + case 299: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_buttonTable; + case 300: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin; + case 301: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_values; + case 302: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_cancelHide?true:false; + case 303: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousKeyboardFocus; + case 304: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousScrollFocus; + case 305: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_focusListener; + case 306: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_ignoreTouchDown; + case 307: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefWidth); + case 308: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_prefHeight); + case 309: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_lastPrefHeight); + case 310: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_sizeInvalid?true:false; + case 311: + return obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowSizes; + case 312: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_align); + case 313: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowAlign); + case 314: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_reverse?true:false; + case 315: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_round?true:false; + case 316: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrap?true:false; + case 317: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapReverse?true:false; + case 318: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_expand?true:false; + case 319: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_space); + case 320: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_wrapSpace); + case 321: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_fill); + case 322: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padTop); + case 323: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padLeft); + case 324: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padBottom); + case 325: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_padRight); + case 326: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Image_scaling; + case 327: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Image_align); + case 328: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Image_imageX); + case 329: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Image_imageY); + case 330: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Image_imageWidth); + case 331: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Image_imageHeight); + case 332: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable; + case 333: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_image; + case 334: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style; + case 335: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageUp; + case 336: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDown; + case 337: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageOver; + case 338: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDisabled; + case 339: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageChecked; + case 340: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedDown; + case 341: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedOver; + case 342: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_image; + case 343: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label; + case 344: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style; + case 345: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageUp; + case 346: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDown; + case 347: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageOver; + case 348: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDisabled; + case 349: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageChecked; + case 350: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedDown; + case 351: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedOver; + case 352: + return com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Label_tempColor; + case 353: + return com_badlogic_gdx_scenes_scene2d_ui_Label_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeLayout; + case 354: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Label_style; + case 355: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Label_layout; + case 356: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Label_prefWidth); + case 357: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Label_prefHeight); + case 358: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Label_text; + case 359: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Label_intValue); + case 360: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Label_cache; + case 361: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Label_labelAlign); + case 362: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Label_lineAlign); + case 363: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Label_wrap?true:false; + case 364: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Label_lastPrefHeight); + case 365: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Label_prefSizeInvalid?true:false; + case 366: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleX); + case 367: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleY); + case 368: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Label_fontScaleChanged?true:false; + case 369: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Label_ellipsis; + case 370: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font; + case 371: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor; + case 372: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background; + case 373: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List_style; + case 374: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List_items; + case 375: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List_selection; + case 376: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List_cullingArea; + case 377: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_List_prefWidth); + case 378: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_List_prefHeight); + case 379: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_List_itemHeight); + case 380: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_List_alignment); + case 381: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_List_pressedIndex); + case 382: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_List_overIndex); + case 383: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List_keyListener; + case 384: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_List_typeToSelect?true:false; + case 385: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_font; + case 386: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorSelected; + case 387: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorUnselected; + case 388: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_selection; + case 389: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_down; + case 390: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_over; + case 391: + return obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background; + case 392: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_particleEffect; + case 393: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_lastDelta); + case 394: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_isRunning?true:false; + case 395: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_ownsEffect?true:false; + case 396: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_resetOnStart?true:false; + case 397: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_autoRemove?true:false; + case 398: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style; + case 399: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_min); + case 400: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_max); + case 401: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_stepSize); + case 402: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_value); + case 403: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateFromValue); + case 404: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_position); + case 405: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_vertical?true:false; + case 406: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateDuration); + case 407: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateTime); + case 408: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateInterpolation; + case 409: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_visualInterpolation; + case 410: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_disabled?true:false; + case 411: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_round?true:false; + case 412: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_programmaticChangeEvents?true:false; + case 413: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_background; + case 414: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledBackground; + case 415: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob; + case 416: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnob; + case 417: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobBefore; + case 418: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobBefore; + case 419: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobAfter; + case 420: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobAfter; + case 421: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style; + case 422: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor; + case 423: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorArea; + case 424: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollBounds; + case 425: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hKnobBounds; + case 426: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollBounds; + case 427: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vKnobBounds; + case 428: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actorCullingArea; + case 429: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener; + case 430: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollX?true:false; + case 431: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollY?true:false; + case 432: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_vScrollOnRight?true:false; + case 433: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_hScrollOnBottom?true:false; + case 434: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountX); + case 435: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_amountY); + case 436: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountX); + case 437: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_visualAmountY); + case 438: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxX); + case 439: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_maxY); + case 440: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollH?true:false; + case 441: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_touchScrollV?true:false; + case 442: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_lastPoint; + case 443: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeScrollBars?true:false; + case 444: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_smoothScrolling?true:false; + case 445: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollBarTouch?true:false; + case 446: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlpha); + case 447: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeAlphaSeconds); + case 448: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelay); + case 449: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_fadeDelaySeconds); + case 450: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_cancelTouchFocus?true:false; + case 451: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScroll?true:false; + case 452: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTime); + case 453: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flingTimer); + case 454: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityX); + case 455: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_velocityY); + case 456: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollX?true:false; + case 457: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollY?true:false; + case 458: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollDistance); + case 459: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMin); + case 460: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_overscrollSpeedMax); + case 461: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollX?true:false; + case 462: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_forceScrollY?true:false; + case 463: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableX?true:false; + case 464: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_disableY?true:false; + case 465: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_clamp?true:false; + case 466: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_scrollbarsOnTop?true:false; + case 467: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_variableSizeKnobs?true:false; + case 468: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_draggingPointer); + case 469: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background; + case 470: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_corner; + case 471: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll; + case 472: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob; + case 473: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll; + case 474: + return obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob; + case 475: + return com_badlogic_gdx_scenes_scene2d_ui_SelectBox_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_SelectBox_temp; + case 476: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style; + case 477: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_items; + case 478: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane; + case 479: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefWidth); + case 480: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_prefHeight); + case 481: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_clickListener; + case 482: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_disabled?true:false; + case 483: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_alignment); + case 484: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selectedPrefWidth?true:false; + case 485: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_selection; + case 486: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_selectBox; + case 487: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_maxListCount); + case 488: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_stagePosition; + case 489: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_list; + case 490: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_hideListener; + case 491: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_previousScrollFocus; + case 492: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_font; + case 493: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_fontColor; + case 494: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_overFontColor; + case 495: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_disabledFontColor; + case 496: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_background; + case 497: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle; + case 498: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_listStyle; + case 499: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOver; + case 500: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOpen; + case 501: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundDisabled; + case 502: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources; + case 503: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Skin_atlas; + case 504: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Skin_scale); + case 505: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Skin_jsonClassTags; + case 506: + return com_badlogic_gdx_scenes_scene2d_ui_Skin_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Skin_defaultTagClasses; + case 507: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Skin$TintedDrawable_name; + case 508: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Skin$TintedDrawable_color; + case 509: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_button); + case 510: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_draggingPointer); + case 511: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_mouseOver?true:false; + case 512: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_visualInterpolationInverse; + case 513: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_snapValues; + case 514: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_threshold); + case 515: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundOver; + case 516: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundDown; + case 517: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobOver; + case 518: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobDown; + case 519: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeOver; + case 520: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeDown; + case 521: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterOver; + case 522: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterDown; + case 523: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style; + case 524: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget; + case 525: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget; + case 526: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_vertical?true:false; + case 527: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_splitAmount); + case 528: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_minAmount); + case 529: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_maxAmount); + case 530: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidgetBounds; + case 531: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidgetBounds; + case 532: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handleBounds; + case 533: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_cursorOverHandle?true:false; + case 534: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_tempScissors; + case 535: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_lastPoint; + case 536: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handlePosition; + case 537: + return obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle; + case 538: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefWidth); + case 539: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_prefHeight); + case 540: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_minWidth); + case 541: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_minHeight); + case 542: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxWidth); + case 543: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_maxHeight); + case 544: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Stack_sizeInvalid?true:false; + case 545: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_debugTableColor; + case 546: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_debugCellColor; + case 547: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_debugActorColor; + case 548: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_cellPool; + case 549: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_columnWeightedWidth; + case 550: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_rowWeightedHeight; + case 551: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Table_columns); + case 552: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rows); + case 553: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Table_implicitEndRow?true:false; + case 554: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_cells; + case 555: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_cellDefaults; + case 556: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_columnDefaults; + case 557: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults; + case 558: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Table_sizeInvalid?true:false; + case 559: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_columnMinWidth; + case 560: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rowMinHeight; + case 561: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_columnPrefWidth; + case 562: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rowPrefHeight; + case 563: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinWidth); + case 564: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Table_tableMinHeight); + case 565: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefWidth); + case 566: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Table_tablePrefHeight); + case 567: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_columnWidth; + case 568: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rowHeight; + case 569: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_expandWidth; + case 570: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_expandHeight; + case 571: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop; + case 572: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft; + case 573: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom; + case 574: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight; + case 575: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Table_align); + case 576: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_debug; + case 577: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects; + case 578: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_background; + case 579: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Table_clip?true:false; + case 580: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table_skin; + case 581: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Table_round?true:false; + case 582: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundTop; + case 583: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundLeft; + case 584: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundBottom; + case 585: + return com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundRight; + case 586: + return com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_none; + case 587: + return com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_all; + case 588: + return com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_table; + case 589: + return com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_cell; + case 590: + return com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$Debug_actor; + case 591: + return com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_pool; + case 592: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_color; + case 593: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak; + case 594: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_lastText; + case 595: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_cursorLine); + case 596: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_firstLineShowing); + case 597: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesShowing); + case 598: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_moveOffset); + case 599: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_prefRows); + case 600: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label; + case 601: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style; + case 602: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font; + case 603: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor; + case 604: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_downFontColor; + case 605: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor; + case 606: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_focusedFontColor; + case 607: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_disabledFontColor; + case 608: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFontColor; + case 609: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedDownFontColor; + case 610: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedOverFontColor; + case 611: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFocusedFontColor; + case 612: + return java_lang_Character_valueOf__CLjava_lang_Character_2(8); + case 613: + return java_lang_Character_valueOf__CLjava_lang_Character_2(13); + case 614: + return java_lang_Character_valueOf__CLjava_lang_Character_2(10); + case 615: + return java_lang_Character_valueOf__CLjava_lang_Character_2(9); + case 616: + return java_lang_Character_valueOf__CLjava_lang_Character_2(127); + case 617: + return java_lang_Character_valueOf__CLjava_lang_Character_2(149); + case 618: + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp1; + case 619: + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp2; + case 620: + return com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_TextField_tmp3; + case 621: + return new java_lang_Float_Float__FV((com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatInitialTime)); + case 622: + return new java_lang_Float_Float__FV((com_badlogic_gdx_scenes_scene2d_ui_TextField_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_TextField_keyRepeatTime)); + case 623: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_text; + case 624: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursor); + case 625: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionStart); + case 626: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_hasSelection?true:false; + case 627: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_writeEnters?true:false; + case 628: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_layout; + case 629: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_glyphPositions; + case 630: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_style; + case 631: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_messageText; + case 632: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText; + case 633: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_clipboard; + case 634: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_inputListener; + case 635: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_listener; + case 636: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_filter; + case 637: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyboard; + case 638: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_focusTraversal?true:false; + case 639: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_onlyFontChars?true:false; + case 640: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_disabled?true:false; + case 641: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHAlign); + case 642: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionX); + case 643: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_selectionWidth); + case 644: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_undoText; + case 646: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordMode?true:false; + case 647: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordBuffer; + case 648: + return java_lang_Character_valueOf__CLjava_lang_Character_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordCharacter); + case 649: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_fontOffset); + case 650: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_textHeight); + case 651: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_textOffset); + case 652: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_renderOffset); + case 653: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextStart); + case 654: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_visibleTextEnd); + case 655: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_maxLength); + case 656: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_focused?true:false; + case 657: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_cursorOn?true:false; + case 658: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTime); + case 659: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_blinkTask; + case 661: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_programmaticChangeEvents?true:false; + case 662: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font; + case 663: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_fontColor; + case 664: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedFontColor; + case 665: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledFontColor; + case 666: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background; + case 667: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground; + case 668: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground; + case 669: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_cursor; + case 670: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_selection; + case 671: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFont; + case 672: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor; + case 673: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_label; + case 674: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_background; + case 675: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_wrapWidth); + case 676: + return com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Tooltip_tmp; + case 677: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_manager; + case 678: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_container; + case 679: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_instant?true:false; + case 680: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_always?true:false; + case 681: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_touchIndependent?true:false; + case 682: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_targetActor; + case 683: + return com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_instance; + case 684: + return com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_files; + case 685: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_initialTime); + case 686: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_subsequentTime); + case 687: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTime); + case 688: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_enabled?true:false; + case 689: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_animations?true:false; + case 690: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_maxWidth); + case 691: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_offsetX); + case 692: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_offsetY); + case 693: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_edgeDistance); + case 694: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_shown; + case 695: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_time); + case 696: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_resetTask; + case 697: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip; + case 698: + return obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTask; + case 699: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style; + case 700: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touched?true:false; + case 701: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_resetOnTouchUp?true:false; + case 702: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneRadius); + case 703: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobBounds; + case 704: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_touchBounds; + case 705: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_deadzoneBounds; + case 706: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPosition; + case 707: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_knobPercent; + case 708: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background; + case 709: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_knob; + case 710: + return com_badlogic_gdx_scenes_scene2d_ui_Tree_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Tree_tmp; + case 711: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_style; + case 712: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_rootNodes; + case 713: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_selection; + case 714: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_ySpacing); + case 715: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingLeft); + case 716: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_iconSpacingRight); + case 717: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingLeft); + case 718: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_paddingRight); + case 719: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_indentSpacing); + case 720: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefWidth); + case 721: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_prefHeight); + case 722: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_sizeInvalid?true:false; + case 723: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_foundNode; + case 724: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_overNode; + case 725: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_rangeStart; + case 726: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_clickListener; + case 728: + case 729: + case 732: + case 734: + case 847: + case 848: + case 727: + return obj.$_nullField; + case 731: + case 730: + return java_lang_Boolean_$clinit__V() , obj.$_nullField?true:false; + case 733: + return new java_lang_Float_Float__FV(obj.$_nullField); + case 735: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plus; + case 736: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minus; + case 737: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plusOver; + case 738: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minusOver; + case 739: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_over; + case 740: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_selection; + case 741: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_background; + case 742: + return com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_zero; + case 743: + return com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_minWidth; + case 744: + return com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_minHeight; + case 745: + return com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_prefWidth; + case 746: + return com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_prefHeight; + case 747: + return com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_maxWidth; + case 748: + return com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value_maxHeight; + case 749: + return com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_cache; + case 750: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_Value$Fixed_value); + case 751: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefWidth); + case 752: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_prefHeight); + case 753: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_lastPrefWidth); + case 754: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_sizeInvalid?true:false; + case 755: + return obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnSizes; + case 756: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_align); + case 757: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnAlign); + case 758: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_reverse?true:false; + case 759: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_round?true:false; + case 760: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrap?true:false; + case 761: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_expand?true:false; + case 762: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_space); + case 763: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_wrapSpace); + case 764: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_fill); + case 765: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padTop); + case 766: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padLeft); + case 767: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padBottom); + case 768: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_padRight); + case 769: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Widget_needsLayout?true:false; + case 770: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Widget_fillParent?true:false; + case 771: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Widget_layoutEnabled?true:false; + case 772: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_needsLayout?true:false; + case 773: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_fillParent?true:false; + case 774: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_layoutEnabled?true:false; + case 775: + return com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Window_tmpPosition; + case 776: + return com_badlogic_gdx_scenes_scene2d_ui_Window_$clinit__V() , com_badlogic_gdx_scenes_scene2d_ui_Window_tmpSize; + case 777: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(32); + case 778: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Window_style; + case 779: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Window_isMovable?true:false; + case 780: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Window_isModal?true:false; + case 781: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Window_isResizable?true:false; + case 782: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Window_resizeBorder); + case 783: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Window_keepWithinStage?true:false; + case 784: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Window_titleLabel; + case 785: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable; + case 786: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Window_drawTitleTable?true:false; + case 787: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_ui_Window_edge); + case 788: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_ui_Window_dragging?true:false; + case 789: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_background; + case 790: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFont; + case 791: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFontColor; + case 792: + return obj.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_stageBackground; + case 793: + return com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords; + case 794: + return com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_tmpCoords2; + case 795: + return obj.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_detector; + case 796: + return obj.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_event; + case 797: + return obj.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor; + case 798: + return obj.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_touchDownTarget; + case 799: + return obj.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_array; + case 800: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeSelect?true:false; + case 801: + return obj.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart; + case 802: + return obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name; + case 803: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_leftWidth); + case 804: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_rightWidth); + case 805: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_topHeight); + case 806: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_bottomHeight); + case 807: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minWidth); + case 808: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_minHeight); + case 809: + return new java_lang_Float_Float__FV((com_badlogic_gdx_scenes_scene2d_InputListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ClickListener_visualPressedDuration)); + case 810: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapSquareSize); + case 811: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownX); + case 812: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_touchDownY); + case 813: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedPointer); + case 814: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressedButton); + case 815: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_button); + case 816: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_pressed?true:false; + case 817: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_over?true:false; + case 818: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_cancelled?true:false; + case 821: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_ClickListener_tapCount); + case 823: + return com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tmpVector; + case 824: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragSource; + case 825: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload; + case 826: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActor; + case 827: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_removeDragActor?true:false; + case 828: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_target; + case 829: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_isValidTarget?true:false; + case 830: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_targets; + case 831: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_sourceListeners; + case 832: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_tapSquareSize); + case 833: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_button); + case 834: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorX); + case 835: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActorY); + case 836: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetX); + case 837: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_touchOffsetY); + case 839: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragTime); + case 840: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_activePointer); + case 841: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_cancelTouchFocus?true:false; + case 842: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_keepWithinStage?true:false; + case 843: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_dragActor; + case 844: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_validDragActor; + case 845: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_invalidDragActor; + case 846: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_object; + case 849: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_tapSquareSize); + case 850: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownX); + case 851: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_touchDownY); + case 852: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownX); + case 853: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_stageTouchDownY); + case 854: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartX); + case 855: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragStartY); + case 856: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastX); + case 857: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragLastY); + case 858: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragX); + case 859: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragY); + case 860: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_pressedPointer); + case 861: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_button); + case 862: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_DragListener_dragging?true:false; + case 863: + return com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tmpCoords; + case 864: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scroll; + case 865: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollUp; + case 866: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollDown; + case 867: + return obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_interpolation; + case 868: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_minSpeed); + case 869: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_maxSpeed); + case 870: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_tickSecs); + case 873: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padTop); + case 874: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_padBottom); + case 875: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_focused?true:false; + case 876: + return obj.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_type; + case 877: + return obj.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor; + case 878: + return com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_keyboard; + case 879: + return com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent$Type_scroll; + case 880: + return obj.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch; + case 881: + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors; + case 882: + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp; + case 883: + return com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_viewport; + case 884: + return obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_actor; + case 885: + return obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_selected; + case 886: + return obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_old; + case 887: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_isDisabled?true:false; + case 888: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_toggle?true:false; + case 889: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_multiple?true:false; + case 890: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_required?true:false; + case 891: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_programmaticChangeEvents?true:false; + case 892: + return obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected; + case 893: + return obj.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite; + case 894: + return obj.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region; + case 895: + return obj.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_color; + case 896: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_scale); + case 897: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_align); + case 898: + return java_lang_Boolean_$clinit__V() , obj , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isAndroid)?true:false; + case 899: + return java_lang_Boolean_$clinit__V() , obj , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isMac)?true:false; + case 900: + return java_lang_Boolean_$clinit__V() , obj , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isWindows)?true:false; + case 901: + return java_lang_Boolean_$clinit__V() , obj , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isLinux)?true:false; + case 902: + return java_lang_Boolean_$clinit__V() , obj , (com_badlogic_gdx_scenes_scene2d_utils_UIUtils_$clinit__V() , com_badlogic_gdx_scenes_scene2d_utils_UIUtils_isIos)?true:false; + case 903: + return obj.com_badlogic_gdx_utils_Array_items; + case 904: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_Array_size); + case 905: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Array_ordered?true:false; + case 906: + return obj.com_badlogic_gdx_utils_Array_iterable; + case 907: + return obj.com_badlogic_gdx_utils_Array_predicateIterable; + case 908: + return obj.com_badlogic_gdx_utils_Array$ArrayIterable_array; + case 909: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Array$ArrayIterable_allowRemove?true:false; + case 910: + return obj.com_badlogic_gdx_utils_Array$ArrayIterable_iterator1; + case 911: + return obj.com_badlogic_gdx_utils_Array$ArrayIterable_iterator2; + case 912: + return obj.com_badlogic_gdx_utils_Array$ArrayIterator_array; + case 913: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Array$ArrayIterator_allowRemove?true:false; + case 914: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_Array$ArrayIterator_index); + case 915: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Array$ArrayIterator_valid?true:false; + case 916: + return obj.com_badlogic_gdx_utils_ArrayMap_keys; + case 917: + return obj.com_badlogic_gdx_utils_ArrayMap_values; + case 918: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_ArrayMap_size); + case 919: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_ArrayMap_ordered?true:false; + case 920: + return obj.com_badlogic_gdx_utils_ArrayMap_entries1; + case 921: + return obj.com_badlogic_gdx_utils_ArrayMap_entries2; + case 922: + return obj.com_badlogic_gdx_utils_ArrayMap_values1; + case 923: + return obj.com_badlogic_gdx_utils_ArrayMap_values2; + case 924: + return obj.com_badlogic_gdx_utils_ArrayMap_keys1; + case 925: + return obj.com_badlogic_gdx_utils_ArrayMap_keys2; + case 926: + return obj.com_badlogic_gdx_utils_ArrayMap$Entries_map; + case 927: + return obj.com_badlogic_gdx_utils_ArrayMap$Entries_entry; + case 928: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_ArrayMap$Entries_index); + case 929: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_ArrayMap$Entries_valid?true:false; + case 930: + return obj.com_badlogic_gdx_utils_ArrayMap$Keys_map; + case 931: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_ArrayMap$Keys_index); + case 932: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_ArrayMap$Keys_valid?true:false; + case 933: + return obj.com_badlogic_gdx_utils_ArrayMap$Values_map; + case 934: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_ArrayMap$Values_index); + case 935: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_ArrayMap$Values_valid?true:false; + case 936: + return java_lang_Boolean_$clinit__V() , obj , false; + case 937: + return obj.com_badlogic_gdx_utils_Json_writer; + case 938: + return obj.com_badlogic_gdx_utils_Json_typeName; + case 939: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Json_usePrototypes?true:false; + case 940: + return obj.com_badlogic_gdx_utils_Json_outputType; + case 941: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Json_quoteLongValues?true:false; + case 942: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Json_ignoreUnknownFields?true:false; + case 943: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Json_ignoreDeprecated?true:false; + case 944: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Json_readDeprecated?true:false; + case 945: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Json_enumNames?true:false; + case 946: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Json_sortFields?true:false; + case 947: + return obj.com_badlogic_gdx_utils_Json_defaultSerializer; + case 948: + return obj.com_badlogic_gdx_utils_Json_typeToFields; + case 949: + return obj.com_badlogic_gdx_utils_Json_tagToClass; + case 950: + return obj.com_badlogic_gdx_utils_Json_classToTag; + case 951: + return obj.com_badlogic_gdx_utils_Json_classToSerializer; + case 952: + return obj.com_badlogic_gdx_utils_Json_classToDefaultValues; + case 953: + return obj.com_badlogic_gdx_utils_Json_equals1; + case 954: + return obj.com_badlogic_gdx_utils_Json_equals2; + case 955: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1actions; + case 956: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1key_1offsets; + case 957: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1trans_1keys; + case 958: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1single_1lengths; + case 959: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1range_1lengths; + case 960: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1index_1offsets; + case 961: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1indicies; + case 962: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1trans_1targs; + case 963: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1trans_1actions; + case 964: + return com_badlogic_gdx_utils_JsonReader_$clinit__V() , com_badlogic_gdx_utils_JsonReader__1json_1eof_1actions; + case 970: + case 965: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(1); + case 966: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(35); + case 967: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(0); + case 968: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(5); + case 969: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(23); + case 971: + return obj.com_badlogic_gdx_utils_JsonReader_elements; + case 972: + return obj.com_badlogic_gdx_utils_JsonReader_lastChild; + case 973: + return obj.com_badlogic_gdx_utils_JsonReader_root; + case 974: + return obj.com_badlogic_gdx_utils_JsonReader_current; + case 975: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_JsonReader_stop?true:false; + case 976: + return obj.com_badlogic_gdx_utils_JsonValue_type; + case 977: + return obj.com_badlogic_gdx_utils_JsonValue_stringValue; + case 978: + return obj.com_badlogic_gdx_utils_JsonValue_doubleValue; + case 980: + return obj.com_badlogic_gdx_utils_JsonValue_name; + case 981: + return obj.com_badlogic_gdx_utils_JsonValue_child; + case 982: + return obj.com_badlogic_gdx_utils_JsonValue_parent; + case 983: + return obj.com_badlogic_gdx_utils_JsonValue_next; + case 984: + return obj.com_badlogic_gdx_utils_JsonValue_prev; + case 985: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_JsonValue_size); + case 986: + return obj.com_badlogic_gdx_utils_JsonValue$JsonIterator_entry; + case 987: + return obj.com_badlogic_gdx_utils_JsonValue$JsonIterator_current; + case 988: + return obj.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_outputType; + case 989: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_singleLineColumns); + case 990: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_wrapNumericArrays?true:false; + case 991: + return com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_object; + case 992: + return com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_array; + case 993: + return com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_stringValue; + case 994: + return com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_doubleValue; + case 995: + return com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_longValue; + case 996: + return com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_booleanValue; + case 997: + return com_badlogic_gdx_utils_JsonValue$ValueType_$clinit__V() , com_badlogic_gdx_utils_JsonValue$ValueType_nullValue; + case 998: + return obj.com_badlogic_gdx_utils_JsonWriter_writer; + case 999: + return obj.com_badlogic_gdx_utils_JsonWriter_stack; + case $intern_613: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_JsonWriter_named?true:false; + case $intern_523: + return obj.com_badlogic_gdx_utils_JsonWriter_outputType; + case $intern_525: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_JsonWriter_quoteLongValues?true:false; + case $intern_527: + return com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_json; + case 1005: + return com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_javascript; + case $intern_528: + return com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimal; + case $intern_616: + return com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_javascriptPattern; + case $intern_617: + return com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimalNamePattern; + case $intern_618: + return com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V() , com_badlogic_gdx_utils_JsonWriter$OutputType_minimalValuePattern; + case 1010: + return com_badlogic_gdx_utils_ObjectMap_$clinit__V() , com_badlogic_gdx_utils_ObjectMap_dummy; + case $intern_538: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_ObjectMap_size); + case $intern_619: + return obj.com_badlogic_gdx_utils_ObjectMap_keyTable; + case $intern_313: + return obj.com_badlogic_gdx_utils_ObjectMap_valueTable; + case $intern_311: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_utils_ObjectMap_loadFactor); + case $intern_725: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_ObjectMap_threshold); + case $intern_557: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_ObjectMap_shift); + case $intern_558: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_ObjectMap_mask); + case $intern_559: + return obj.com_badlogic_gdx_utils_ObjectMap_entries1; + case $intern_555: + return obj.com_badlogic_gdx_utils_ObjectMap_entries2; + case $intern_556: + return obj.com_badlogic_gdx_utils_ObjectMap_values1; + case $intern_579: + return obj.com_badlogic_gdx_utils_ObjectMap_values2; + case $intern_582: + return obj.com_badlogic_gdx_utils_ObjectMap_keys1; + case $intern_586: + return obj.com_badlogic_gdx_utils_ObjectMap_keys2; + case $intern_44: + return obj.com_badlogic_gdx_utils_ObjectMap$Entries_entry; + case $intern_587: + return obj.com_badlogic_gdx_utils_ObjectMap$Entry_key; + case $intern_589: + return obj.com_badlogic_gdx_utils_ObjectMap$Entry_value; + case 1027: + return obj.com_badlogic_gdx_utils_OrderedMap_keys; + case $intern_601: + return obj.com_badlogic_gdx_utils_Queue_values; + case $intern_604: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_Queue_head); + case $intern_607: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_Queue_tail); + case $intern_608: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_Queue_size); + case $intern_611: + return obj.com_badlogic_gdx_utils_Queue_iterable; + case 1033: + return obj.com_badlogic_gdx_utils_Queue$QueueIterable_queue; + case $intern_624: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Queue$QueueIterable_allowRemove?true:false; + case $intern_626: + return obj.com_badlogic_gdx_utils_Queue$QueueIterable_iterator1; + case $intern_627: + return obj.com_badlogic_gdx_utils_Queue$QueueIterable_iterator2; + case 1037: + return obj.com_badlogic_gdx_utils_Queue$QueueIterator_queue; + case 1038: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Queue$QueueIterator_allowRemove?true:false; + case $intern_966: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_utils_Queue$QueueIterator_index); + case $intern_967: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_utils_Queue$QueueIterator_valid?true:false; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_1776 + field.com_badlogic_gwtref_client_Field_getter + $intern_1777 + field.com_badlogic_gwtref_client_Field_name)); +} +; +_.getArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated_getArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2(type_0, obj, i){ + switch (type_0.com_badlogic_gwtref_client_Type_id) { + case 203: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj[i]); + case 231: + return java_lang_Long_valueOf__JLjava_lang_Long_2(obj[i]); + case 233: + return java_lang_Short_valueOf__SLjava_lang_Short_2(obj[i]); + case 200: + return new java_lang_Float_Float__FV(obj[i]); + case 198: + return obj[i]; + } + return com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(obj)[i]; +} +; +_.getArrayLength__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2I = function com_badlogic_gwtref_client_IReflectionCache2Generated_getArrayLength__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2I(type_0, obj){ + switch (type_0.com_badlogic_gwtref_client_Type_id) { + case 231: + case 233: + case 200: + case 198: + case 203: + return obj.length; + } + return com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(obj).length; +} +; +_.invoke__Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated_invoke__Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params){ + var com_badlogic_gwtref_client_IReflectionCache2Generated_$m417__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_addAction_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m418__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_addAction_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m419__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_removeAction_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m420__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_removeAction_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m461__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_touchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m463__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m467__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m482__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_forever__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m483__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_lang_Runnable_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_run__Ljava_lang_Runnable_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2_action_0_0, com_badlogic_gwtref_client_IReflectionCache2Generated_$m485__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_after__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2_afterAction_0_0; + switch (m.com_badlogic_gwtref_client_Method_methodId) { + case 0: + return java_lang_Boolean_$clinit__V() , obj.hasEnoughData__Z()?true:false; + case 139: + case 278: + case 371: + case 763: + case 1: + return obj.clear__V() , null; + case 2: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m2__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 3: + return new java_lang_Float_Float__FV(obj.getMean__F()); + case 4: + return new java_lang_Float_Float__FV(obj.getOldest__F()); + case 5: + return new java_lang_Float_Float__FV(obj.getLatest__F()); + case 6: + return new java_lang_Float_Float__FV(obj.standardDeviation__F()); + case 7: + return new java_lang_Float_Float__FV(obj.getLowest__F()); + case 8: + return new java_lang_Float_Float__FV(obj.getHighest__F()); + case 9: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getValueCount__I()); + case 10: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getWindowSize__I()); + case 11: + return obj.getWindowValues___3F(); + case 12: + return new com_badlogic_gdx_math_WindowedMean_WindowedMean__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 13: + return obj.getCenter__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 14: + return new java_lang_Float_Float__FV(obj.getCenterX__F()); + case 15: + return new java_lang_Float_Float__FV(obj.getCenterY__F()); + case 16: + return new java_lang_Float_Float__FV(obj.getCenterZ__F()); + case 63: + case 17: + return obj.getCorner000__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 64: + case 18: + return obj.getCorner001__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 65: + case 19: + return obj.getCorner010__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 66: + case 20: + return obj.getCorner011__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 67: + case 21: + return obj.getCorner100__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 68: + case 22: + return obj.getCorner101__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 69: + case 23: + return obj.getCorner110__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 70: + case 24: + return obj.getCorner111__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 25: + return obj.getDimensions__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 172: + case 381: + case 693: + case 26: + return new java_lang_Float_Float__FV(obj.getWidth__F()); + case 174: + case 382: + case 695: + case 27: + return new java_lang_Float_Float__FV(obj.getHeight__F()); + case 28: + return new java_lang_Float_Float__FV(obj.getDepth__F()); + case 29: + return obj.getMin__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 30: + return obj.getMax__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 31: + return obj.set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0]); + case 32: + return obj.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0], params[1]); + case 33: + return obj.set___3Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0]); + case 34: + return obj.set__Ljava_util_List_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0]); + case 35: + return obj.update__V() , null; + case 36: + return obj.inf__Lcom_badlogic_gdx_math_collision_BoundingBox_2(); + case 37: + return obj.ext__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0]); + case 38: + return obj.ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0]); + case 39: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m39__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_collision_BoundingBox_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 40: + return obj.ext__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0], params[1]); + case 41: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m41__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_BoundingBox_2FFFLcom_badlogic_gdx_math_collision_BoundingBox_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 42: + return obj.clr__Lcom_badlogic_gdx_math_collision_BoundingBox_2(); + case 43: + return java_lang_Boolean_$clinit__V() , obj.isValid__Z()?true:false; + case 44: + return obj.mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0]); + case 73: + case 45: + return java_lang_Boolean_$clinit__V() , obj.contains__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(params[0])?true:false; + case 74: + case 46: + return java_lang_Boolean_$clinit__V() , obj.contains__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z(params[0])?true:false; + case 71: + case 47: + return java_lang_Boolean_$clinit__V() , obj.contains__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 75: + case 48: + return java_lang_Boolean_$clinit__V() , obj.intersects__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(params[0])?true:false; + case 85: + case 114: + case 228: + case 292: + case 320: + case 544: + case 608: + case 929: + case 49: + return obj.toString__Ljava_lang_String_2(); + case 50: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m50__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 51: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m51__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 52: + return new com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__V; + case 53: + return new com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(params[0]); + case 54: + return new com_badlogic_gdx_math_collision_BoundingBox_BoundingBox__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(params[0], params[1]); + case 55: + return obj.private$com_badlogic_gdx_math_collision_OrientedBoundingBox$init__V() , null; + case 56: + return obj.getVertices___3Lcom_badlogic_gdx_math_Vector3_2(); + case 57: + return obj.private$com_badlogic_gdx_math_collision_OrientedBoundingBox$getVertices__Lcom_badlogic_gdx_math_collision_BoundingBox_2_3Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 58: + return obj.getBounds__Lcom_badlogic_gdx_math_collision_BoundingBox_2(); + case 59: + return obj.setBounds__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(params[0]) , null; + case 60: + return obj.getTransform__Lcom_badlogic_gdx_math_Matrix4_2(); + case 61: + return obj.setTransform__Lcom_badlogic_gdx_math_Matrix4_2V(params[0]) , null; + case 62: + return obj.set__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2(params[0], params[1]); + case 72: + return java_lang_Boolean_$clinit__V() , obj.private$com_badlogic_gdx_math_collision_OrientedBoundingBox$contains__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2Z(params[0], params[1])?true:false; + case 76: + return java_lang_Boolean_$clinit__V() , obj.intersects__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z(params[0])?true:false; + case 77: + return obj.mul__Lcom_badlogic_gdx_math_Matrix4_2V(params[0]) , null; + case 78: + return obj.private$com_badlogic_gdx_math_collision_OrientedBoundingBox$update__V() , null; + case 79: + return new com_badlogic_gdx_math_collision_OrientedBoundingBox_OrientedBoundingBox__V; + case 80: + return new com_badlogic_gdx_math_collision_OrientedBoundingBox_OrientedBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2V(params[0]); + case 81: + return new com_badlogic_gdx_math_collision_OrientedBoundingBox_OrientedBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2V(params[0], params[1]); + case 82: + return obj.cpy__Lcom_badlogic_gdx_math_collision_Ray_2(); + case 83: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m83__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 84: + return obj.mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_collision_Ray_2(params[0]); + case 86: + return obj.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_collision_Ray_2(params[0], params[1]); + case 87: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m87__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_Ray_2FFFFFFLcom_badlogic_gdx_math_collision_Ray_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 88: + return obj.set__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_Ray_2(params[0]); + case 95: + case 101: + case 89: + return java_lang_Boolean_$clinit__V() , obj.equals__Ljava_lang_Object_2Z(params[0])?true:false; + case 96: + case 100: + case 90: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.hashCode__I()); + case 91: + return new com_badlogic_gdx_math_collision_Ray_Ray__V; + case 92: + return new com_badlogic_gdx_math_collision_Ray_Ray__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(params[0], params[1]); + case 93: + return new java_lang_Float_Float__FV(obj.len__F()); + case 94: + return new java_lang_Float_Float__FV(obj.len2__F()); + case 97: + return new com_badlogic_gdx_math_collision_Segment_Segment__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(params[0], params[1]); + case 98: + return new com_badlogic_gdx_math_collision_Segment_Segment__FFFFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 99: + return java_lang_Boolean_$clinit__V() , obj.overlaps__Lcom_badlogic_gdx_math_collision_Sphere_2Z(params[0])?true:false; + case 102: + return new java_lang_Float_Float__FV(obj.volume__F()); + case 103: + return new java_lang_Float_Float__FV(obj.surfaceArea__F()); + case 104: + return new com_badlogic_gdx_math_collision_Sphere_Sphere__Lcom_badlogic_gdx_math_Vector3_2FV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 105: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m105__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 495: + case 506: + case 529: + case 540: + case 545: + case 603: + case 624: + case 635: + case 653: + case 676: + case 703: + case 106: + return obj.restart__V() , null; + case 542: + case 606: + case 953: + case 107: + return obj.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 785: + case 954: + case 108: + return obj.getActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 241: + case 505: + case 543: + case 546: + case 575: + case 109: + return obj.setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 240: + case 110: + return obj.getTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 239: + case 295: + case 406: + case 496: + case 503: + case 511: + case 519: + case 541: + case 589: + case 604: + case 621: + case 631: + case 654: + case 704: + case 926: + case 111: + return obj.reset__V() , null; + case 112: + return obj.getPool__Lcom_badlogic_gdx_utils_Pool_2(); + case 113: + return obj.setPool__Lcom_badlogic_gdx_utils_Pool_2V(params[0]) , null; + case 121: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m121__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 122: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m122__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 123: + return java_lang_Boolean_$clinit__V() , obj.fire__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(params[0])?true:false; + case 124: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m124__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 125: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m125__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 126: + return java_lang_Boolean_$clinit__V() , obj.remove__Z()?true:false; + case 366: + case 127: + return java_lang_Boolean_$clinit__V() , obj.addListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(params[0])?true:false; + case 367: + case 128: + return java_lang_Boolean_$clinit__V() , obj.removeListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(params[0])?true:false; + case 129: + return obj.getListeners__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2(); + case 368: + case 130: + return java_lang_Boolean_$clinit__V() , obj.addCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(params[0])?true:false; + case 369: + case 131: + return java_lang_Boolean_$clinit__V() , obj.removeCaptureListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Z(params[0])?true:false; + case 132: + return obj.getCaptureListeners__Lcom_badlogic_gdx_utils_DelayedRemovalArray_2(); + case 364: + case 605: + case 133: + return obj.addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0]) , null; + case 134: + return obj.removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0]) , null; + case 607: + case 135: + return obj.getActions__Lcom_badlogic_gdx_utils_Array_2(); + case 136: + return java_lang_Boolean_$clinit__V() , obj.hasActions__Z()?true:false; + case 137: + return obj.clearActions__V() , null; + case 138: + return obj.clearListeners__V() , null; + case 252: + case 140: + return obj.getStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2(); + case 251: + case 281: + case 141: + return obj.setStage__Lcom_badlogic_gdx_scenes_scene2d_Stage_2V(params[0]) , null; + case 142: + return java_lang_Boolean_$clinit__V() , obj.isDescendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(params[0])?true:false; + case 143: + return java_lang_Boolean_$clinit__V() , obj.isAscendantOf__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(params[0])?true:false; + case 144: + return obj.firstAscendant__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2(params[0]); + case 145: + return java_lang_Boolean_$clinit__V() , obj.hasParent__Z()?true:false; + case 146: + return obj.getParent__Lcom_badlogic_gdx_scenes_scene2d_Group_2(); + case 147: + return obj.setParent__Lcom_badlogic_gdx_scenes_scene2d_Group_2V(params[0]) , null; + case 148: + return java_lang_Boolean_$clinit__V() , obj.isTouchable__Z()?true:false; + case 719: + case 149: + return obj.getTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2(); + case 720: + case 150: + return obj.setTouchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2V(params[0]) , null; + case 723: + case 151: + return java_lang_Boolean_$clinit__V() , obj.isVisible__Z()?true:false; + case 152: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m152__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 153: + return java_lang_Boolean_$clinit__V() , obj.ascendantsVisible__Z()?true:false; + case 154: + return java_lang_Boolean_$clinit__V() , obj.ancestorsVisible__Z()?true:false; + case 155: + return java_lang_Boolean_$clinit__V() , obj.hasKeyboardFocus__Z()?true:false; + case 156: + return java_lang_Boolean_$clinit__V() , obj.hasScrollFocus__Z()?true:false; + case 157: + return java_lang_Boolean_$clinit__V() , obj.isTouchFocusTarget__Z()?true:false; + case 158: + return java_lang_Boolean_$clinit__V() , obj.isTouchFocusListener__Z()?true:false; + case 159: + return obj.getUserObject__Ljava_lang_Object_2(); + case 160: + return obj.setUserObject__Ljava_lang_Object_2V(params[0]) , null; + case 593: + case 670: + case 161: + return new java_lang_Float_Float__FV(obj.getX__F()); + case 162: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m162__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 163: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m163__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 164: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m164__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FILjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 595: + case 672: + case 165: + return new java_lang_Float_Float__FV(obj.getY__F()); + case 166: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCache2Generated_$m166__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 167: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m167__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 168: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m168__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FILjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 169: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m169__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 170: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m170__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFILjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 171: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m171__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 173: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m173__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 175: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m175__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 176: + return new java_lang_Float_Float__FV(obj.getTop__F()); + case 177: + return new java_lang_Float_Float__FV(obj.getRight__F()); + case 178: + return obj.positionChanged__V() , null; + case 179: + return obj.sizeChanged__V() , null; + case 180: + return obj.scaleChanged__V() , null; + case 181: + return obj.rotationChanged__V() , null; + case 182: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m182__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 183: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m183__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 184: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m184__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 185: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m185__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 186: + return new java_lang_Float_Float__FV(obj.getOriginX__F()); + case 187: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m187__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 188: + return new java_lang_Float_Float__FV(obj.getOriginY__F()); + case 189: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m189__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 190: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m190__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 191: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m191__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 192: + return new java_lang_Float_Float__FV(obj.getScaleX__F()); + case 193: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m193__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 194: + return new java_lang_Float_Float__FV(obj.getScaleY__F()); + case 195: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m195__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 196: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m196__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 197: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m197__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 198: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m198__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 199: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m199__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 645: + case 200: + return new java_lang_Float_Float__FV(obj.getRotation__F()); + case 201: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m201__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 202: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m202__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 513: + case 521: + case 203: + return obj.setColor__Lcom_badlogic_gdx_graphics_Color_2V(params[0]) , null; + case 204: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m204__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 512: + case 520: + case 205: + return obj.getColor__Lcom_badlogic_gdx_graphics_Color_2(); + case 206: + return obj.getName__Ljava_lang_String_2(); + case 207: + return obj.setName__Ljava_lang_String_2V(params[0]) , null; + case 208: + return obj.toFront__V() , null; + case 209: + return obj.toBack__V() , null; + case 210: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m210__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 211: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getZIndex__I()); + case 212: + return java_lang_Boolean_$clinit__V() , obj.clipBegin__Z()?true:false; + case 213: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m213__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FFFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))?true:false; + case 214: + return obj.clipEnd__V() , null; + case 215: + return obj.screenToLocalCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 216: + return obj.stageToLocalCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 217: + return obj.parentToLocalCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 218: + return obj.localToScreenCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 219: + return obj.localToStageCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 220: + return obj.localToParentCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 221: + return obj.localToAscendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0], params[1]); + case 222: + return obj.localToActorCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0], params[1]); + case 258: + case 223: + return obj.drawDebug__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(params[0]) , null; + case 224: + return obj.drawDebugBounds__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(params[0]) , null; + case 225: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m225__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 226: + return java_lang_Boolean_$clinit__V() , obj.getDebug__Z()?true:false; + case 227: + return obj.debug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 229: + return new com_badlogic_gdx_scenes_scene2d_Actor_Actor__V; + case 236: + return obj.handle__V() , null; + case 237: + return obj.cancel__V() , null; + case 238: + return obj.stop__V() , null; + case 242: + return obj.getListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 243: + return obj.setListenerActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 244: + return java_lang_Boolean_$clinit__V() , obj.getBubbles__Z()?true:false; + case 245: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m245__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 246: + return java_lang_Boolean_$clinit__V() , obj.isHandled__Z()?true:false; + case 247: + return java_lang_Boolean_$clinit__V() , obj.isStopped__Z()?true:false; + case 248: + return java_lang_Boolean_$clinit__V() , obj.isCancelled__Z()?true:false; + case 249: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m249__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 250: + return java_lang_Boolean_$clinit__V() , obj.isCapture__Z()?true:false; + case 253: + return new com_badlogic_gdx_scenes_scene2d_Event_Event__V; + case 330: + case 525: + case 547: + case 254: + return java_lang_Boolean_$clinit__V() , obj.handle__Lcom_badlogic_gdx_scenes_scene2d_Event_2Z(params[0])?true:false; + case 255: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m255__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 256: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m256__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 257: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m257__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 259: + return obj.drawDebugChildren__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(params[0]) , null; + case 260: + return obj.computeTransform__Lcom_badlogic_gdx_math_Matrix4_2(); + case 261: + return obj.applyTransform__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_math_Matrix4_2V(params[0], params[1]) , null; + case 262: + return obj.applyTransform__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2Lcom_badlogic_gdx_math_Matrix4_2V(params[0], params[1]) , null; + case 263: + return obj.resetTransform__Lcom_badlogic_gdx_graphics_g2d_Batch_2V(params[0]) , null; + case 264: + return obj.resetTransform__Lcom_badlogic_gdx_graphics_glutils_ShapeRenderer_2V(params[0]) , null; + case 952: + case 265: + return obj.setCullingArea__Lcom_badlogic_gdx_math_Rectangle_2V(params[0]) , null; + case 266: + return obj.getCullingArea__Lcom_badlogic_gdx_math_Rectangle_2(); + case 267: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m267__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 268: + return obj.childrenChanged__V() , null; + case 363: + case 955: + case 269: + return obj.addActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 270: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m270__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 957: + case 271: + return obj.addActorBefore__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0], params[1]) , null; + case 958: + case 272: + return obj.addActorAfter__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0], params[1]) , null; + case 959: + case 273: + return java_lang_Boolean_$clinit__V() , obj.removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(params[0])?true:false; + case 274: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m274__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 275: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m275__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 276: + return obj.clearChildren__V() , null; + case 277: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m277__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 279: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m279__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 280: + return obj.findActor__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2(params[0]); + case 282: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m282__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2IIZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 283: + return java_lang_Boolean_$clinit__V() , obj.swapActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(params[0], params[1])?true:false; + case 284: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m284__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 285: + return obj.getChildren__Lcom_badlogic_gdx_utils_SnapshotArray_2(); + case 286: + return java_lang_Boolean_$clinit__V() , obj.hasChildren__Z()?true:false; + case 287: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m287__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 288: + return java_lang_Boolean_$clinit__V() , obj.isTransform__Z()?true:false; + case 289: + return obj.localToDescendantCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0], params[1]); + case 290: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m290__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 291: + return obj.debugAll__Lcom_badlogic_gdx_scenes_scene2d_Group_2(); + case 293: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m293__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2Ljava_lang_StringBuilder_2ILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 294: + return new com_badlogic_gdx_scenes_scene2d_Group_Group__V; + case 296: + return new java_lang_Float_Float__FV(obj.getStageX__F()); + case 297: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m297__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 298: + return new java_lang_Float_Float__FV(obj.getStageY__F()); + case 299: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m299__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 300: + return obj.getType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2(); + case 301: + return obj.setType__Lcom_badlogic_gdx_scenes_scene2d_InputEvent$Type_2V(params[0]) , null; + case 302: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getPointer__I()); + case 303: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m303__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 304: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getButton__I()); + case 305: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m305__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 306: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getKeyCode__I()); + case 307: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m307__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 308: + return java_lang_Character_valueOf__CLjava_lang_Character_2(obj.getCharacter__C()); + case 309: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m309__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CLjava_lang_Object_2(obj, params[0].java_lang_Character_value); + case 310: + return new java_lang_Float_Float__FV(obj.getScrollAmountX__F()); + case 311: + return new java_lang_Float_Float__FV(obj.getScrollAmountY__F()); + case 312: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m312__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 313: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m313__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 314: + return obj.getRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 315: + return obj.setRelatedActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 316: + return obj.toCoordinates__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0], params[1]); + case 317: + return java_lang_Boolean_$clinit__V() , obj.isTouchFocusCancel__Z()?true:false; + case 318: + return java_lang_Boolean_$clinit__V() , obj.getTouchFocus__Z()?true:false; + case 319: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m319__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 321: + return new com_badlogic_gdx_scenes_scene2d_InputEvent_InputEvent__V; + case 322: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, 1), $intern_447, 153, 0, [com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDown, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchUp, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_touchDragged, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_mouseMoved, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_enter, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_exit, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_scrolled, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyDown, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyUp, com_badlogic_gdx_scenes_scene2d_InputEvent$Type_keyTyped]); + case 323: + return com_badlogic_gdx_scenes_scene2d_InputEvent$Type_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_scenes_scene2d_InputEvent$Type$Map_$clinit__V() , com_badlogic_gdx_scenes_scene2d_InputEvent$Type$Map_$MAP), params[0]); + case 331: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m331__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIIZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]))?true:false; + case 332: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m332__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 333: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m333__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 334: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m334__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))?true:false; + case 335: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m335__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4]); + case 336: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m336__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4]); + case 337: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m337__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FFFFZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]))?true:false; + case 338: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m338__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 339: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m339__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IZ(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 340: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m340__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputListener_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CZ(obj, params[0], params[1].java_lang_Character_value)?true:false; + case 341: + return new com_badlogic_gdx_scenes_scene2d_InputListener_InputListener__V; + case 342: + return obj.draw__V() , null; + case 343: + return obj.private$com_badlogic_gdx_scenes_scene2d_Stage$drawDebug__V() , null; + case 344: + return obj.private$com_badlogic_gdx_scenes_scene2d_Stage$disableDebug__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0], params[1]) , null; + case 345: + return obj.act__V() , null; + case 346: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m346__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 347: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m347__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 348: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m348__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IIILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 349: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m349__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIIIZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]))?true:false; + case 350: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m350__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIIZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))?true:false; + case 351: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m351__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIIIZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]))?true:false; + case 352: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m352__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIIIZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]))?true:false; + case 353: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m353__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 354: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m354__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 355: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m355__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 356: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m356__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 357: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m357__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2CZ(obj, params[0].java_lang_Character_value)?true:false; + case 358: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m358__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IILjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 359: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m359__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2IILjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 360: + return obj.cancelTouchFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 361: + return obj.cancelTouchFocus__V() , null; + case 362: + return obj.cancelTouchFocusExcept__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0], params[1]) , null; + case 365: + return obj.getActors__Lcom_badlogic_gdx_utils_Array_2(); + case 370: + return obj.actorRemoved__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 372: + return obj.unfocusAll__V() , null; + case 373: + return obj.unfocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , null; + case 374: + return java_lang_Boolean_$clinit__V() , obj.setKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(params[0])?true:false; + case 375: + return obj.getKeyboardFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 376: + return java_lang_Boolean_$clinit__V() , obj.setScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Z(params[0])?true:false; + case 377: + return obj.getScrollFocus__Lcom_badlogic_gdx_scenes_scene2d_Actor_2(); + case 378: + return obj.getBatch__Lcom_badlogic_gdx_graphics_g2d_Batch_2(); + case 379: + return obj.getViewport__Lcom_badlogic_gdx_utils_viewport_Viewport_2(); + case 380: + return obj.setViewport__Lcom_badlogic_gdx_utils_viewport_Viewport_2V(params[0]) , null; + case 383: + return obj.getCamera__Lcom_badlogic_gdx_graphics_Camera_2(); + case 384: + return obj.getRoot__Lcom_badlogic_gdx_scenes_scene2d_Group_2(); + case 385: + return obj.setRoot__Lcom_badlogic_gdx_scenes_scene2d_Group_2V(params[0]) , null; + case 386: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m386__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2FFZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 387: + return obj.screenToStageCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 388: + return obj.stageToScreenCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 389: + return obj.toScreenCoordinates__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector2_2(params[0], params[1]); + case 390: + return obj.calculateScissors__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2V(params[0], params[1]) , null; + case 391: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m391__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 392: + return java_lang_Boolean_$clinit__V() , obj.getActionsRequestRendering__Z()?true:false; + case 393: + return obj.getDebugColor__Lcom_badlogic_gdx_graphics_Color_2(); + case 394: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m394__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 395: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m395__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 396: + return java_lang_Boolean_$clinit__V() , obj.isDebugAll__Z()?true:false; + case 397: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m397__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 398: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m398__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 399: + return obj.setDebugTableUnderMouse__Lcom_badlogic_gdx_scenes_scene2d_ui_Table$Debug_2V(params[0]) , null; + case 400: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m400__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 401: + return obj.dispose__V() , null; + case 402: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m402__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IIZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))?true:false; + case 403: + return new com_badlogic_gdx_scenes_scene2d_Stage_Stage__V; + case 404: + return new com_badlogic_gdx_scenes_scene2d_Stage_Stage__Lcom_badlogic_gdx_utils_viewport_Viewport_2V(params[0]); + case 405: + return new com_badlogic_gdx_scenes_scene2d_Stage_Stage__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(params[0], params[1]); + case 407: + return new com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_Stage$TouchFocus__V; + case 408: + return com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, 1), $intern_455, 288, 0, [com_badlogic_gdx_scenes_scene2d_Touchable_enabled, com_badlogic_gdx_scenes_scene2d_Touchable_disabled, com_badlogic_gdx_scenes_scene2d_Touchable_childrenOnly]); + case 409: + return com_badlogic_gdx_scenes_scene2d_Touchable_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_scenes_scene2d_Touchable$Map_$clinit__V() , com_badlogic_gdx_scenes_scene2d_Touchable$Map_$MAP), params[0]); + case 416: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(params[0]); + case 417: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m417__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_addAction_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m417__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_addAction_0_0.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action = params[0] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m417__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_addAction_0_0; + case 418: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m418__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_addAction_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m418__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_addAction_0_0.com_badlogic_gdx_scenes_scene2d_Action_target = params[1] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m418__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_addAction_0_0.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action = params[0] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m418__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_addAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2_addAction_0_0; + case 419: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m419__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_removeAction_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m419__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_removeAction_0_0.com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_action = params[0] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m419__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_removeAction_0_0; + case 420: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m420__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_removeAction_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m420__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_removeAction_0_0.com_badlogic_gdx_scenes_scene2d_Action_target = params[1] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m420__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_removeAction_0_0.com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_action = params[0] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m420__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2_removeAction_0_0; + case 421: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m421__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 422: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m422__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 423: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m423__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 424: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m424__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFILcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 425: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m425__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFIFLcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 426: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m426__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFIFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), params[4]); + case 427: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m427__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 428: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m428__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 429: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m429__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 430: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m430__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 431: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m431__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 432: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m432__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 433: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m433__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 434: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m434__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 435: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m435__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 436: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m436__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 437: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m437__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 438: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m438__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 439: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m439__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 440: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m440__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 441: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m441__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 442: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m442__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 443: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m443__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 444: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m444__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 445: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m445__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 446: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m446__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 447: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m447__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 448: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_color__Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2(params[0], 0, null); + case 449: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m449__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 450: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m450__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 451: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m451__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 452: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m452__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 453: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m453__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FFLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 454: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m454__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 455: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m455__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 456: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m456__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 457: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m457__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 458: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_visible__ZLcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2(true); + case 459: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_visible__ZLcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2(false); + case 460: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m460__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ZLcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 461: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m461__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_touchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m461__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_touchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_touchable = params[0] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m461__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Touchable_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_touchable__Lcom_badlogic_gdx_scenes_scene2d_Touchable_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2_action_0_0; + case 462: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit); + case 463: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m463__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m463__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_target = params[0] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m463__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_removeActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2_action_0_0; + case 464: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m464__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 465: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m465__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 466: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m466__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2FLcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 467: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m467__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m467__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[0]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m467__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[0].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m467__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m467__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0; + case 468: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(params[0], params[1]); + case 469: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(params[0], params[1], params[2]); + case 470: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[0]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[0].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[1]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[1].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[2]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[2].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[3]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[3].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m470__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0; + case 471: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[0]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[0].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[1]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[1].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[2]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[2].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[3]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[3].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[4]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[4].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m471__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2_action_0_0; + case 472: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_sequence___3Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2(params[0]); + case 473: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit); + case 474: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[0]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[0].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m474__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0; + case 475: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2(params[0], params[1]); + case 476: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[0]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[0].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[1]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[1].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[2]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[2].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m476__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0; + case 477: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[0]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[0].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[1]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[1].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[2]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[2].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[3]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[3].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m477__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0; + case 478: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[0]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[0].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[1]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[1].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[2]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[2].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[3]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[3].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions, params[4]) , !!com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor && params[4].setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_Action_actor) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m478__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2_action_0_0; + case 479: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_parallel___3Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2(params[0]); + case 480: + return com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit); + case 481: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m481__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ILcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 482: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m482__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_forever__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m482__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_forever__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_repeatCount = -1 , com_badlogic_gwtref_client_IReflectionCache2Generated_$m482__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_forever__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action = params[0] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m482__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_forever__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2_action_0_0; + case 483: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m483__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_lang_Runnable_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_run__Ljava_lang_Runnable_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2_action_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m483__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_lang_Runnable_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_run__Ljava_lang_Runnable_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2_action_0_0.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_runnable = params[0] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m483__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_lang_Runnable_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_run__Ljava_lang_Runnable_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2_action_0_0; + case 484: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m484__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2ZLcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 485: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m485__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_after__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2_afterAction_0_0 = com_badlogic_gdx_scenes_scene2d_actions_Actions_action__Ljava_lang_Class_2Lcom_badlogic_gdx_scenes_scene2d_Action_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit) , com_badlogic_gwtref_client_IReflectionCache2Generated_$m485__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_after__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2_afterAction_0_0.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action = params[0] , com_badlogic_gwtref_client_IReflectionCache2Generated_$m485__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2_com_badlogic_gdx_scenes_scene2d_actions_Actions_after__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2_afterAction_0_0; + case 486: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m486__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 487: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m487__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]), params[2]); + case 488: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m488__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 489: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m489__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_EventListener_2ZLcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]), params[2]); + case 490: + return params[1].setTarget__Lcom_badlogic_gdx_scenes_scene2d_Actor_2V(params[0]) , params[1]; + case 491: + return new com_badlogic_gdx_scenes_scene2d_actions_Actions_Actions__V; + case 492: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m492__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 537: + case 619: + case 493: + return obj.getAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2(); + case 536: + case 620: + case 494: + return obj.setAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0]) , null; + case 497: + return new com_badlogic_gdx_scenes_scene2d_actions_AddAction_AddAction__V; + case 498: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m498__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 627: + case 499: + return obj.getListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2(); + case 628: + case 500: + return obj.setListener__Lcom_badlogic_gdx_scenes_scene2d_EventListener_2V(params[0]) , null; + case 629: + case 501: + return java_lang_Boolean_$clinit__V() , obj.getCapture__Z()?true:false; + case 502: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m502__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 504: + return new com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_AddListenerAction__V; + case 507: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m507__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AfterAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 508: + return new com_badlogic_gdx_scenes_scene2d_actions_AfterAction_AfterAction__V; + case 517: + case 551: + case 563: + case 587: + case 615: + case 643: + case 666: + case 690: + case 699: + case 509: + return obj.begin__V() , null; + case 510: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m510__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 514: + return new java_lang_Float_Float__FV(obj.getAlpha__F()); + case 515: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m515__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 516: + return new com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_AlphaAction__V; + case 518: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m518__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 522: + return obj.getEndColor__Lcom_badlogic_gdx_graphics_Color_2(); + case 523: + return obj.setEndColor__Lcom_badlogic_gdx_graphics_Color_2V(params[0]) , null; + case 524: + return new com_badlogic_gdx_scenes_scene2d_actions_ColorAction_ColorAction__V; + case 526: + return new com_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_CountdownEventAction__Ljava_lang_Class_2IV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 527: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m527__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 634: + case 702: + case 528: + return obj.finish__V() , null; + case 705: + case 530: + return new java_lang_Float_Float__FV(obj.getTime__F()); + case 531: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m531__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 707: + case 532: + return new java_lang_Float_Float__FV(obj.getDuration__F()); + case 533: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m533__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 534: + return new com_badlogic_gdx_scenes_scene2d_actions_DelayAction_DelayAction__V; + case 535: + return new com_badlogic_gdx_scenes_scene2d_actions_DelayAction_DelayAction__FV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 538: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m538__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelegateAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 539: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m539__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelegateAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 548: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m548__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 549: + return java_lang_Boolean_$clinit__V() , obj.isActive__Z()?true:false; + case 550: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m550__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 552: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m552__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 553: + return new java_lang_Float_Float__FV(obj.getValue__F()); + case 554: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m554__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 555: + return new java_lang_Float_Float__FV(obj.getStart__F()); + case 556: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m556__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 557: + return new java_lang_Float_Float__FV(obj.getEnd__F()); + case 558: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m558__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 559: + return new com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__V; + case 560: + return new com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__FFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 561: + return new com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__FFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 562: + return new com_badlogic_gdx_scenes_scene2d_actions_FloatAction_FloatAction__FFFLcom_badlogic_gdx_math_Interpolation_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 564: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m564__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 565: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getValue__I()); + case 566: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m566__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 567: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getStart__I()); + case 568: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m568__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 569: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getEnd__I()); + case 570: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m570__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 571: + return new com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__V; + case 572: + return new com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__IIV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 573: + return new com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__IIFV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 574: + return new com_badlogic_gdx_scenes_scene2d_actions_IntAction_IntAction__IIFLcom_badlogic_gdx_math_Interpolation_2V(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 576: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m576__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 577: + return java_lang_Boolean_$clinit__V() , obj.isEnabled__Z()?true:false; + case 578: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m578__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 579: + return new com_badlogic_gdx_scenes_scene2d_actions_LayoutAction_LayoutAction__V; + case 580: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m580__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 581: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m581__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 661: + case 582: + return new java_lang_Float_Float__FV(obj.getAmountX__F()); + case 583: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m583__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 663: + case 584: + return new java_lang_Float_Float__FV(obj.getAmountY__F()); + case 585: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m585__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 586: + return new com_badlogic_gdx_scenes_scene2d_actions_MoveByAction_MoveByAction__V; + case 588: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m588__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 590: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m590__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 591: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m591__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 592: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m592__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FFILjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 594: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m594__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 596: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m596__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 597: + return new java_lang_Float_Float__FV(obj.getStartX__F()); + case 598: + return new java_lang_Float_Float__FV(obj.getStartY__F()); + case 599: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getAlignment__I()); + case 600: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m600__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 601: + return new com_badlogic_gdx_scenes_scene2d_actions_MoveToAction_MoveToAction__V; + case 602: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m602__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 609: + return new com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__V; + case 610: + return new com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0]); + case 611: + return new com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0], params[1]); + case 612: + return new com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0], params[1], params[2]); + case 613: + return new com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0], params[1], params[2], params[3]); + case 614: + return new com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_ParallelAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0], params[1], params[2], params[3], params[4]); + case 616: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m616__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 617: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m617__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 618: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m618__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 622: + return new com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_RemoveAction__V; + case 623: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m623__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 625: + return new com_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_RemoveActorAction__V; + case 626: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m626__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 630: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m630__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 632: + return new com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_RemoveListenerAction__V; + case 633: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m633__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 636: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m636__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 637: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getCount__I()); + case 638: + return new com_badlogic_gdx_scenes_scene2d_actions_RepeatAction_RepeatAction__V; + case 639: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m639__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 640: + return new java_lang_Float_Float__FV(obj.getAmount__F()); + case 641: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m641__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 642: + return new com_badlogic_gdx_scenes_scene2d_actions_RotateByAction_RotateByAction__V; + case 644: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m644__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 646: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m646__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 647: + return java_lang_Boolean_$clinit__V() , obj.isUseShortestDirection__Z()?true:false; + case 648: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m648__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 649: + return new com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_RotateToAction__V; + case 650: + return new com_badlogic_gdx_scenes_scene2d_actions_RotateToAction_RotateToAction__ZV(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 651: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m651__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 652: + return obj.run__V() , null; + case 655: + return obj.getRunnable__Ljava_lang_Runnable_2(); + case 656: + return obj.setRunnable__Ljava_lang_Runnable_2V(params[0]) , null; + case 657: + return new com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_RunnableAction__V; + case 658: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m658__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 659: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m659__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 660: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m660__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 662: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m662__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 664: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m664__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 665: + return new com_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_ScaleByAction__V; + case 667: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m667__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 668: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m668__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 669: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m669__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 671: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m671__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 673: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m673__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 674: + return new com_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_ScaleToAction__V; + case 675: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m675__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 677: + return new com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__V; + case 678: + return new com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0]); + case 679: + return new com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0], params[1]); + case 680: + return new com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0], params[1], params[2]); + case 681: + return new com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0], params[1], params[2], params[3]); + case 682: + return new com_badlogic_gdx_scenes_scene2d_actions_SequenceAction_SequenceAction__Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2Lcom_badlogic_gdx_scenes_scene2d_Action_2V(params[0], params[1], params[2], params[3], params[4]); + case 683: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m683__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 684: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m684__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 685: + return new java_lang_Float_Float__FV(obj.getAmountWidth__F()); + case 686: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m686__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 687: + return new java_lang_Float_Float__FV(obj.getAmountHeight__F()); + case 688: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m688__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 689: + return new com_badlogic_gdx_scenes_scene2d_actions_SizeByAction_SizeByAction__V; + case 691: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m691__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 692: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m692__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 694: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m694__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 696: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m696__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 697: + return new com_badlogic_gdx_scenes_scene2d_actions_SizeToAction_SizeToAction__V; + case 698: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m698__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 700: + return obj.end__V() , null; + case 701: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m701__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 706: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m706__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 708: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m708__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 709: + return obj.getInterpolation__Lcom_badlogic_gdx_math_Interpolation_2(); + case 710: + return obj.setInterpolation__Lcom_badlogic_gdx_math_Interpolation_2V(params[0]) , null; + case 711: + return java_lang_Boolean_$clinit__V() , obj.isReverse__Z()?true:false; + case 712: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m712__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 713: + return java_lang_Boolean_$clinit__V() , obj.isComplete__Z()?true:false; + case 714: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m714__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 715: + return new java_lang_Float_Float__FV(obj.getScale__F()); + case 716: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m716__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 717: + return new com_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_TimeScaleAction__V; + case 718: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m718__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TouchableAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 721: + return new com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_TouchableAction__V; + case 722: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m722__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 724: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m724__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 725: + return new com_badlogic_gdx_scenes_scene2d_actions_VisibleAction_VisibleAction__V; + case 726: + return obj.private$com_badlogic_gdx_scenes_scene2d_ui_Button$initialize__V() , null; + case 727: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m727__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 728: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m728__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 729: + return obj.toggle__V() , null; + case 730: + return java_lang_Boolean_$clinit__V() , obj.isChecked__Z()?true:false; + case 731: + return java_lang_Boolean_$clinit__V() , obj.isPressed__Z()?true:false; + case 732: + return java_lang_Boolean_$clinit__V() , obj.isOver__Z()?true:false; + case 733: + return obj.getClickListener__Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2(); + case 734: + return java_lang_Boolean_$clinit__V() , obj.isDisabled__Z()?true:false; + case 735: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m735__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 736: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m736__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 933: + case 737: + return obj.setStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(params[0]) , null; + case 738: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2(); + case 739: + return obj.getButtonGroup__Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2(); + case 740: + return obj.getBackgroundDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 741: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m741__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 885: + case $intern_582: + case 742: + return new java_lang_Float_Float__FV(obj.getPrefWidth__F()); + case 887: + case $intern_44: + case 743: + return new java_lang_Float_Float__FV(obj.getPrefHeight__F()); + case 881: + case $intern_559: + case 744: + return new java_lang_Float_Float__FV(obj.getMinWidth__F()); + case 883: + case $intern_556: + case 745: + return new java_lang_Float_Float__FV(obj.getMinHeight__F()); + case 746: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0]); + case 747: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1]); + case 748: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 749: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(params[0], params[1]); + case 750: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(params[0]); + case 751: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__V; + case 752: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0]); + case 753: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1]); + case 754: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1], params[2]); + case 755: + return new com_badlogic_gdx_scenes_scene2d_ui_Button_Button__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 756: + return new com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__V; + case 757: + return new com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0], params[1], params[2]); + case 758: + return new com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_Button$ButtonStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2V(params[0]); + case 759: + return obj.add__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(params[0]) , null; + case 760: + return obj.add___3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(params[0]) , null; + case 761: + return obj.remove__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(params[0]) , null; + case 762: + return obj.remove___3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(params[0]) , null; + case 764: + return obj.setChecked__Ljava_lang_String_2V(params[0]) , null; + case 765: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m765__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 766: + return obj.uncheckAll__V() , null; + case 767: + return obj.getChecked__Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2(); + case 768: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getCheckedIndex__I()); + case 769: + return obj.getAllChecked__Lcom_badlogic_gdx_utils_Array_2(); + case 770: + return obj.getButtons__Lcom_badlogic_gdx_utils_Array_2(); + case 771: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m771__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 772: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m772__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 773: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m773__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 774: + return new com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_ButtonGroup__V; + case 775: + return new com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_ButtonGroup___3Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2V(params[0]); + case 782: + return obj.setTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2V(params[0]) , null; + case 783: + return obj.setActor__Lcom_badlogic_gdx_scenes_scene2d_Actor_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 784: + return obj.clearActor__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 786: + return java_lang_Boolean_$clinit__V() , obj.hasActor__Z()?true:false; + case 787: + return obj.size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 788: + return obj.size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0], params[1]); + case 789: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m789__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 790: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m790__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 791: + return obj.width__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 792: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m792__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 793: + return obj.height__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 794: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m794__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 795: + return obj.minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 796: + return obj.minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0], params[1]); + case 797: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m797__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 798: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m798__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 799: + return obj.minWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 800: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m800__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 801: + return obj.minHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 802: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m802__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 803: + return obj.prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 804: + return obj.prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0], params[1]); + case 805: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m805__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 806: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m806__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 807: + return obj.prefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 808: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m808__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 809: + return obj.prefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 810: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m810__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 811: + return obj.maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 812: + return obj.maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0], params[1]); + case 813: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m813__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 814: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m814__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 815: + return obj.maxWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 816: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m816__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 817: + return obj.maxHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 818: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m818__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 819: + return obj.space__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 820: + return obj.space__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0], params[1], params[2], params[3]); + case 821: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m821__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 822: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m822__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 823: + return obj.spaceTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 824: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m824__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 825: + return obj.spaceLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 826: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m826__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 827: + return obj.spaceBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 828: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m828__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 829: + return obj.spaceRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 830: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m830__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 831: + return obj.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 832: + return obj.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0], params[1], params[2], params[3]); + case 833: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m833__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 834: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m834__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 835: + return obj.padTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 836: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m836__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 837: + return obj.padLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 838: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m838__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 839: + return obj.padBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 840: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m840__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 841: + return obj.padRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(params[0]); + case 842: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m842__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 843: + return obj.fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 844: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m844__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 845: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m845__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 846: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m846__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 847: + return obj.fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 848: + return obj.fillY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 849: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m849__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 850: + return obj.center__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 851: + return obj.top__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 852: + return obj.left__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 853: + return obj.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 854: + return obj.right__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 855: + return obj.grow__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 856: + return obj.growX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 857: + return obj.growY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 858: + return obj.expand__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 859: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m859__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2IILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 860: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m860__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 861: + return obj.expandX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 862: + return obj.expandY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 863: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m863__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ILcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 864: + return obj.uniform__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 865: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m865__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 866: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m866__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZZLcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 867: + return obj.uniformX__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 868: + return obj.uniformY__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 869: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m869__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 870: + return new java_lang_Float_Float__FV(obj.getActorX__F()); + case 871: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m871__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 872: + return new java_lang_Float_Float__FV(obj.getActorY__F()); + case 873: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m873__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 874: + return new java_lang_Float_Float__FV(obj.getActorWidth__F()); + case 875: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m875__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 876: + return new java_lang_Float_Float__FV(obj.getActorHeight__F()); + case 877: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m877__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 878: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getColumn__I()); + case 879: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getRow__I()); + case 880: + return obj.getMinWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case $intern_555: + case 882: + return obj.getMinHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case $intern_579: + case 884: + return obj.getPrefWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case $intern_586: + case 886: + return obj.getPrefHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case $intern_587: + case 888: + return obj.getMaxWidthValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case $intern_589: + case 889: + return new java_lang_Float_Float__FV(obj.getMaxWidth__F()); + case 1027: + case 890: + return obj.getMaxHeightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case $intern_601: + case 891: + return new java_lang_Float_Float__FV(obj.getMaxHeight__F()); + case 892: + return obj.getSpaceTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 893: + return new java_lang_Float_Float__FV(obj.getSpaceTop__F()); + case 894: + return obj.getSpaceLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 895: + return new java_lang_Float_Float__FV(obj.getSpaceLeft__F()); + case 896: + return obj.getSpaceBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 897: + return new java_lang_Float_Float__FV(obj.getSpaceBottom__F()); + case 898: + return obj.getSpaceRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 899: + return new java_lang_Float_Float__FV(obj.getSpaceRight__F()); + case $intern_604: + case 900: + return obj.getPadTopValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case $intern_607: + case 901: + return new java_lang_Float_Float__FV(obj.getPadTop__F()); + case 902: + return obj.getPadLeftValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 903: + return new java_lang_Float_Float__FV(obj.getPadLeft__F()); + case 904: + return obj.getPadBottomValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 905: + return new java_lang_Float_Float__FV(obj.getPadBottom__F()); + case 906: + return obj.getPadRightValue__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2(); + case 907: + return new java_lang_Float_Float__FV(obj.getPadRight__F()); + case 908: + return new java_lang_Float_Float__FV(obj.getPadX__F()); + case 909: + return new java_lang_Float_Float__FV(obj.getPadY__F()); + case 910: + return obj.getFillX__Ljava_lang_Float_2(); + case 911: + return obj.getFillY__Ljava_lang_Float_2(); + case 912: + return obj.getAlign__Ljava_lang_Integer_2(); + case 913: + return obj.getExpandX__Ljava_lang_Integer_2(); + case 914: + return obj.getExpandY__Ljava_lang_Integer_2(); + case 915: + return obj.getColspan__Ljava_lang_Integer_2(); + case 916: + return obj.getUniformX__Ljava_lang_Boolean_2(); + case 917: + return obj.getUniformY__Ljava_lang_Boolean_2(); + case 918: + return java_lang_Boolean_$clinit__V() , obj.isEndRow__Z()?true:false; + case 919: + return new java_lang_Float_Float__FV(obj.getComputedPadTop__F()); + case 920: + return new java_lang_Float_Float__FV(obj.getComputedPadLeft__F()); + case 921: + return new java_lang_Float_Float__FV(obj.getComputedPadBottom__F()); + case 922: + return new java_lang_Float_Float__FV(obj.getComputedPadRight__F()); + case 923: + return obj.row__V() , null; + case 924: + return obj.getTable__Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2(); + case 925: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$clear__V() , null; + case 927: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$set__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(params[0]) , null; + case 928: + return obj.package_private$com_badlogic_gdx_scenes_scene2d_ui$merge__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2V(params[0]) , null; + case 930: + return com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 931: + return new com_badlogic_gdx_scenes_scene2d_ui_Cell_Cell__V; + case 932: + return obj.newImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(); + case 934: + return obj.getStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2(); + case 935: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m935__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 936: + return obj.getImageDrawable__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 937: + return obj.getImage__Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2(); + case 938: + return obj.getImageCell__Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2(); + case 939: + return new com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2V(params[0], params[1]); + case 940: + return new com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2Ljava_lang_String_2V(params[0], params[1], params[2]); + case 941: + return new com_badlogic_gdx_scenes_scene2d_ui_CheckBox_CheckBox__Ljava_lang_String_2Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2V(params[0], params[1]); + case 942: + return new com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_CheckBox$CheckBoxStyle__V; + case 943: + return new com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_CheckBox$CheckBoxStyle__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_Color_2V(params[0], params[1], params[2], params[3]); + case 944: + return new com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_CheckBox$CheckBoxStyle__Lcom_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_2V(params[0]); + case 945: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m945__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 946: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m946__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 947: + return obj.setBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2V(params[0]) , null; + case 948: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m948__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 949: + return obj.background__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 950: + return obj.getBackground__Lcom_badlogic_gdx_scenes_scene2d_utils_Drawable_2(); + case 951: + return obj.layout__V() , null; + case 956: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m956__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ILcom_badlogic_gdx_scenes_scene2d_Actor_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 960: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCache2Generated_$m960__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZZ(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]))?true:false; + case 961: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m961__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2IZLcom_badlogic_gdx_scenes_scene2d_Actor_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 962: + return obj.size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 963: + return obj.size__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0], params[1]); + case 964: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m964__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 965: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m965__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 966: + return obj.width__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 967: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m967__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 968: + return obj.height__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 969: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m969__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 970: + return obj.minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 971: + return obj.minSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0], params[1]); + case 972: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m972__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 973: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m973__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 974: + return obj.minWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 975: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m975__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 976: + return obj.minHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 977: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m977__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 978: + return obj.prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 979: + return obj.prefSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0], params[1]); + case 980: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m980__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 981: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m981__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 982: + return obj.prefWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 983: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m983__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 984: + return obj.prefHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 985: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m985__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 986: + return obj.maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 987: + return obj.maxSize__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0], params[1]); + case 988: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m988__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 989: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m989__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 990: + return obj.maxWidth__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 991: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m991__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 992: + return obj.maxHeight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 993: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m993__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 994: + return obj.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 995: + return obj.pad__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0], params[1], params[2], params[3]); + case 996: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m996__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 997: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m997__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFFFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 998: + return obj.padTop__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 999: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m999__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_54: + return obj.padLeft__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case $intern_613: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1001__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_523: + return obj.padBottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case $intern_525: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1003__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_527: + return obj.padRight__Lcom_badlogic_gdx_scenes_scene2d_ui_Value_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(params[0]); + case 1005: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1005__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_528: + return obj.fill__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + case $intern_616: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1007__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FFLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case $intern_617: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1008__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case $intern_618: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1009__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZLcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1010: + return obj.fillX__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + case $intern_538: + return obj.fillY__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + case $intern_619: + return com_badlogic_gwtref_client_IReflectionCache2Generated_$m1012__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ILcom_badlogic_gdx_scenes_scene2d_ui_Container_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case $intern_313: + return obj.center__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + case $intern_311: + return obj.top__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + case $intern_725: + return obj.left__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + case $intern_557: + return obj.bottom__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + case $intern_558: + return obj.right__Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2(); + } + return com_badlogic_gwtref_client_IReflectionCache2Generated_$invoke1__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params); +} +; +_.newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated_newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2(t, size_0){ + if (t) { + switch (t.com_badlogic_gwtref_client_Type_id) { + case 0: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, $intern_144, 496, size_0, 0, 1); + case 1: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, $intern_655, 200, size_0, 0, 1); + case 2: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, $intern_655, 431, size_0, 0, 1); + case 3: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, $intern_655, 359, size_0, 0, 1); + case 4: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Segment_12_1classLit, $intern_655, 503, size_0, 0, 1); + case 5: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Sphere_12_1classLit, $intern_655, 601, size_0, 0, 1); + case 6: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1778, 78, size_0, 0, 1); + case 7: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_12_1classLit, $intern_1779, 50, size_0, 0, 2); + case 8: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_450, 70, size_0, 0, 1); + case 9: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_12_1classLit, $intern_1779, 54, size_0, 0, 2); + case 10: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_12_1classLit, $intern_1780, 220, size_0, 0, 1); + case 11: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_12_1classLit, $intern_144, 82, size_0, 0, 1); + case 12: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_12_1classLit, {54:1, 80:1, 74:1, 3:1, 4:1, 5:1}, 79, size_0, 0, 1); + case 13: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_12_1classLit, $intern_1780, 361, size_0, 0, 1); + case 14: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, $intern_447, 153, size_0, 0, 1); + case 15: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_12_1classLit, $intern_1779, 796, size_0, 0, 2); + case 16: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputListener_12_1classLit, $intern_144, 91, size_0, 0, 1); + case 17: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_12_1classLit, $intern_144, 287, size_0, 0, 1); + case 18: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage$TouchFocus_12_1classLit, {1156:1, 38:1, 3:1, 4:1, 5:1}, 603, size_0, 0, 1); + case 19: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, $intern_455, 288, size_0, 0, 1); + case 20: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_12_1classLit, $intern_1779, 797, size_0, 0, 2); + case 21: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1Actions_12_1classLit, $intern_144, 604, size_0, 0, 1); + case 22: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddAction_12_1classLit, $intern_1778, 605, size_0, 0, 1); + case 23: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AddListenerAction_12_1classLit, $intern_1778, 624, size_0, 0, 1); + case 24: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AfterAction_12_1classLit, $intern_1778, 623, size_0, 0, 1); + case 25: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1AlphaAction_12_1classLit, $intern_1778, 615, size_0, 0, 1); + case 26: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ColorAction_12_1classLit, $intern_1778, 614, size_0, 0, 1); + case 27: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1CountdownEventAction_12_1classLit, $intern_1778, 626, size_0, 0, 1); + case 28: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelayAction_12_1classLit, $intern_1778, 506, size_0, 0, 1); + case 29: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1DelegateAction_12_1classLit, $intern_1778, 363, size_0, 0, 1); + case 30: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1EventAction_12_1classLit, $intern_1778, 507, size_0, 0, 1); + case 31: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1FloatAction_12_1classLit, $intern_1778, 364, size_0, 0, 1); + case 32: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1IntAction_12_1classLit, $intern_1778, 365, size_0, 0, 1); + case 33: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1LayoutAction_12_1classLit, $intern_1778, 622, size_0, 0, 1); + case 34: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveByAction_12_1classLit, $intern_1778, 608, size_0, 0, 1); + case 35: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1MoveToAction_12_1classLit, $intern_1778, 607, size_0, 0, 1); + case 36: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ParallelAction_12_1classLit, $intern_1778, 143, size_0, 0, 1); + case 37: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RelativeTemporalAction_12_1classLit, $intern_1778, 362, size_0, 0, 1); + case 38: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveAction_12_1classLit, $intern_1778, 606, size_0, 0, 1); + case 39: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveActorAction_12_1classLit, $intern_1778, 618, size_0, 0, 1); + case 40: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RemoveListenerAction_12_1classLit, $intern_1778, 625, size_0, 0, 1); + case 41: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RepeatAction_12_1classLit, $intern_1778, 620, size_0, 0, 1); + case 42: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateByAction_12_1classLit, $intern_1778, 613, size_0, 0, 1); + case 43: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RotateToAction_12_1classLit, $intern_1778, 505, size_0, 0, 1); + case 44: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1RunnableAction_12_1classLit, $intern_1778, 621, size_0, 0, 1); + case 45: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleByAction_12_1classLit, $intern_1778, 612, size_0, 0, 1); + case 46: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1ScaleToAction_12_1classLit, $intern_1778, 611, size_0, 0, 1); + case 47: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SequenceAction_12_1classLit, $intern_1778, 251, size_0, 0, 1); + case 48: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeByAction_12_1classLit, $intern_1778, 610, size_0, 0, 1); + case 49: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1SizeToAction_12_1classLit, $intern_1778, 609, size_0, 0, 1); + case 50: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TemporalAction_12_1classLit, $intern_1778, 117, size_0, 0, 1); + case 51: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TimeScaleAction_12_1classLit, $intern_1778, 619, size_0, 0, 1); + case 52: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1TouchableAction_12_1classLit, $intern_1778, 617, size_0, 0, 1); + case 53: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1actions_1VisibleAction_12_1classLit, $intern_1778, 616, size_0, 0, 1); + case 54: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, $intern_1781, 97, size_0, 0, 1); + case 55: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_12_1classLit, $intern_144, 128, size_0, 0, 1); + case 56: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ButtonGroup_12_1classLit, $intern_144, 508, size_0, 0, 1); + case 57: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_12_1classLit, $intern_1779, 259, size_0, 0, 2); + case 58: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_12_1classLit, $intern_1780, 432, size_0, 0, 1); + case 59: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox_12_1classLit, $intern_1781, 289, size_0, 0, 1); + case 60: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_12_1classLit, $intern_144, 366, size_0, 0, 1); + case 61: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Container_12_1classLit, $intern_1782, 290, size_0, 0, 1); + case 62: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Dialog_12_1classLit, $intern_1783, 433, size_0, 0, 1); + case 63: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1HorizontalGroup_12_1classLit, $intern_1782, 628, size_0, 0, 1); + case 64: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Image_12_1classLit, $intern_1784, 100, size_0, 0, 1); + case 65: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton_12_1classLit, $intern_1781, 162, size_0, 0, 1); + case 66: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_12_1classLit, $intern_144, 201, size_0, 0, 1); + case 67: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton_12_1classLit, $intern_1781, 291, size_0, 0, 1); + case 68: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_12_1classLit, $intern_144, 292, size_0, 0, 1); + case 69: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_12_1classLit, $intern_1784, 106, size_0, 0, 1); + case 70: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_12_1classLit, $intern_144, 154, size_0, 0, 1); + case 71: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List_12_1classLit, {54:1, 74:1, 59:1, 3:1, 4:1, 5:1}, 222, size_0, 0, 1); + case 72: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_12_1classLit, $intern_144, 368, size_0, 0, 1); + case 73: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ParticleEffectActor_12_1classLit, $intern_450, 435, size_0, 0, 1); + case 74: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar_12_1classLit, $intern_1785, 223, size_0, 0, 1); + case 75: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_12_1classLit, $intern_144, 253, size_0, 0, 1); + case 76: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_12_1classLit, $intern_1782, 188, size_0, 0, 1); + case 77: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_12_1classLit, $intern_144, 293, size_0, 0, 1); + case 78: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_12_1classLit, $intern_1785, 295, size_0, 0, 1); + case 79: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxScrollPane_12_1classLit, $intern_1782, 437, size_0, 0, 1); + case 80: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_12_1classLit, $intern_144, 436, size_0, 0, 1); + case 81: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_12_1classLit, $intern_144, 367, size_0, 0, 1); + case 82: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin$TintedDrawable_12_1classLit, $intern_144, 631, size_0, 0, 1); + case 83: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider_12_1classLit, $intern_1785, 296, size_0, 0, 1); + case 84: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_12_1classLit, $intern_144, 438, size_0, 0, 1); + case 85: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane_12_1classLit, $intern_1782, 297, size_0, 0, 1); + case 86: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_12_1classLit, $intern_144, 439, size_0, 0, 1); + case 87: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Stack_12_1classLit, $intern_1782, 370, size_0, 0, 1); + case 88: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_12_1classLit, $intern_1783, 99, size_0, 0, 1); + case 89: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, $intern_596, 221, size_0, 0, 1); + case 90: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$DebugRect_12_1classLit, $intern_655, 632, size_0, 0, 1); + case 91: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_12_1classLit, $intern_1779, 798, size_0, 0, 2); + case 92: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea_12_1classLit, $intern_1785, 440, size_0, 0, 1); + case 93: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextArea$TextAreaListener_12_1classLit, $intern_144, 509, size_0, 0, 1); + case 94: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton_12_1classLit, $intern_1781, 186, size_0, 0, 1); + case 95: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_12_1classLit, $intern_144, 170, size_0, 0, 1); + case 96: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_12_1classLit, $intern_1785, 171, size_0, 0, 1); + case 97: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$DefaultOnscreenKeyboard_12_1classLit, $intern_144, 510, size_0, 0, 1); + case 98: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_12_1classLit, $intern_144, 1137, size_0, 0, 1); + case 99: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldClickListener_12_1classLit, $intern_144, 441, size_0, 0, 1); + case 100: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_12_1classLit, $intern_144, 1138, size_0, 0, 1); + case 101: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter$DigitsOnlyFilter_12_1classLit, $intern_144, 633, size_0, 0, 1); + case 102: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_12_1classLit, $intern_144, 1336, size_0, 0, 1); + case 103: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_12_1classLit, $intern_144, 442, size_0, 0, 1); + case 104: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip_12_1classLit, $intern_144, 163, size_0, 0, 1); + case 105: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_12_1classLit, $intern_144, 443, size_0, 0, 1); + case 106: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_12_1classLit, $intern_144, 298, size_0, 0, 1); + case 107: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_12_1classLit, $intern_144, 511, size_0, 0, 1); + case 108: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad_12_1classLit, $intern_1784, 299, size_0, 0, 1); + case 109: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_12_1classLit, $intern_144, 444, size_0, 0, 1); + case 110: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_12_1classLit, $intern_1782, 300, size_0, 0, 1); + case 111: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit, $intern_144, 1337, size_0, 0, 1); + case 112: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_12_1classLit, $intern_144, 445, size_0, 0, 1); + case 113: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_12_1classLit, {799:1, 3:1, 4:1, 5:1}, 129, size_0, 0, 1); + case 114: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, $intern_614, 301, size_0, 0, 1); + case 115: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value$Fixed_12_1classLit, $intern_1779, 1085, size_0, 0, 2); + case 116: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1VerticalGroup_12_1classLit, $intern_1782, 634, size_0, 0, 1); + case 117: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Widget_12_1classLit, $intern_1784, 112, size_0, 0, 1); + case 118: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1WidgetGroup_12_1classLit, $intern_1782, 86, size_0, 0, 1); + case 119: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window_12_1classLit, $intern_1783, 187, size_0, 0, 1); + case 120: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_12_1classLit, $intern_144, 446, size_0, 0, 1); + case 121: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ActorGestureListener_12_1classLit, $intern_144, 294, size_0, 0, 1); + case 122: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_12_1classLit, $intern_1786, 369, size_0, 0, 1); + case 123: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1BaseDrawable_12_1classLit, $intern_144, 155, size_0, 0, 1); + case 124: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener_12_1classLit, $intern_144, 635, size_0, 0, 1); + case 125: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_12_1classLit, $intern_1780, 512, size_0, 0, 1); + case 126: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ClickListener_12_1classLit, $intern_144, 144, size_0, 0, 1); + case 127: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Cullable_12_1classLit, {74:1, 3:1, 4:1, 5:1}, 102, size_0, 0, 1); + case 128: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Disableable_12_1classLit, $intern_1786, 168, size_0, 0, 1); + case 129: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop_12_1classLit, $intern_144, 636, size_0, 0, 1); + case 130: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_12_1classLit, $intern_144, 637, size_0, 0, 1); + case 131: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit, $intern_144, 1338, size_0, 0, 1); + case 132: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit, $intern_144, 1339, size_0, 0, 1); + case 133: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragListener_12_1classLit, $intern_144, 302, size_0, 0, 1); + case 134: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragScrollListener_12_1classLit, $intern_144, 638, size_0, 0, 1); + case 135: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_12_1classLit, $intern_144, 530, size_0, 0, 1); + case 136: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener_12_1classLit, $intern_144, 627, size_0, 0, 1); + case 137: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_12_1classLit, $intern_1780, 513, size_0, 0, 1); + case 138: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, $intern_630, 371, size_0, 0, 1); + case 139: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_12_1classLit, $intern_1779, 800, size_0, 0, 2); + case 140: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Layout_12_1classLit, {59:1, 3:1, 4:1, 5:1}, 45, size_0, 0, 1); + case 141: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_12_1classLit, $intern_144, 172, size_0, 0, 1); + case 142: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ScissorStack_12_1classLit, $intern_144, 639, size_0, 0, 1); + case 143: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Selection_12_1classLit, $intern_1786, 252, size_0, 0, 1); + case 144: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_12_1classLit, $intern_144, 173, size_0, 0, 1); + case 145: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_12_1classLit, $intern_144, 145, size_0, 0, 1); + case 146: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TiledDrawable_12_1classLit, $intern_144, 224, size_0, 0, 1); + case 147: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TransformDrawable_12_1classLit, $intern_144, 531, size_0, 0, 1); + case 148: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1UIUtils_12_1classLit, $intern_144, 641, size_0, 0, 1); + case 149: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_144, 27, size_0, 0, 1); + case 150: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterable_12_1classLit, $intern_144, 324, size_0, 0, 1); + case 151: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array$ArrayIterator_12_1classLit, $intern_144, 209, size_0, 0, 1); + case 152: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, $intern_144, 125, size_0, 0, 1); + case 153: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Entries_12_1classLit, $intern_144, 372, size_0, 0, 1); + case 154: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Keys_12_1classLit, $intern_144, 374, size_0, 0, 1); + case 155: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap$Values_12_1classLit, $intern_144, 373, size_0, 0, 1); + case 156: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, $intern_144, 49, size_0, 0, 1); + case 157: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, $intern_144, 250, size_0, 0, 1); + case 158: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$ReadOnlySerializer_12_1classLit, $intern_144, 375, size_0, 0, 1); + case 159: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, $intern_144, 55, size_0, 0, 1); + case 160: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializer_12_1classLit, $intern_144, 532, size_0, 0, 1); + case 161: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonReader_12_1classLit, $intern_144, 135, size_0, 0, 1); + case 162: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_144, 95, size_0, 0, 1); + case 163: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$JsonIterator_12_1classLit, $intern_144, 376, size_0, 0, 1); + case 164: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_12_1classLit, $intern_144, 448, size_0, 0, 1); + case 165: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, $intern_683, 189, size_0, 0, 1); + case 166: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_12_1classLit, $intern_1779, 801, size_0, 0, 2); + case 167: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter_12_1classLit, $intern_144, 447, size_0, 0, 1); + case 168: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, $intern_688, 271, size_0, 0, 1); + case 169: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, $intern_1779, 802, size_0, 0, 2); + case 170: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, $intern_144, 63, size_0, 0, 1); + case 171: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entries_12_1classLit, $intern_144, 232, size_0, 0, 1); + case 172: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit, $intern_144, 325, size_0, 0, 1); + case 173: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Keys_12_1classLit, $intern_144, 234, size_0, 0, 1); + case 174: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Values_12_1classLit, $intern_144, 233, size_0, 0, 1); + case 175: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1OrderedMap_12_1classLit, $intern_144, 303, size_0, 0, 1); + case 176: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue_12_1classLit, $intern_144, 202, size_0, 0, 1); + case 177: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterable_12_1classLit, $intern_144, 377, size_0, 0, 1); + case 178: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Queue$QueueIterator_12_1classLit, $intern_144, 225, size_0, 0, 1); + case 179: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit, $intern_144, 1340, size_0, 0, 1); + case 180: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit, $intern_144, 1341, size_0, 0, 1); + case 181: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit, $intern_144, 1342, size_0, 0, 1); + case 182: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit, $intern_144, 1343, size_0, 0, 1); + case 183: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit, $intern_144, 1344, size_0, 0, 1); + case 184: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit, $intern_144, 1345, size_0, 0, 1); + case 185: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Object_11Array_11CustomFieldSerializer_12_1classLit, $intern_144, 1346, size_0, 0, 1); + case 186: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit, $intern_144, 1347, size_0, 0, 1); + case 187: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit, $intern_144, 1348, size_0, 0, 1); + case 188: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1ArrayList_11CustomFieldSerializer_12_1classLit, $intern_144, 1349, size_0, 0, 1); + case 189: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collection_11CustomFieldSerializerBase_12_1classLit, $intern_144, 1350, size_0, 0, 1); + case 190: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections_12_1classLit, $intern_144, 1351, size_0, 0, 1); + case 191: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit, $intern_144, 1352, size_0, 0, 1); + case 192: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit, $intern_144, 1353, size_0, 0, 1); + case 193: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit, $intern_144, 1354, size_0, 0, 1); + case 194: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit, $intern_144, 1355, size_0, 0, 1); + case 195: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1HashMap_11CustomFieldSerializer_12_1classLit, $intern_144, 1356, size_0, 0, 1); + case 196: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Map_11CustomFieldSerializerBase_12_1classLit, $intern_144, 1357, size_0, 0, 1); + case 197: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_409, 9, size_0, 15, 1); + case 198: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_655, 60, size_0, 0, 2); + case 199: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, size_0, 15, 1); + case 200: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_134, 33, size_0, 0, 2); + case 201: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_1779, 160, size_0, 0, 3); + case 202: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, size_0, 15, 1); + case 203: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_1787, 25, size_0, 0, 2); + case 204: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_1779, 138, size_0, 0, 3); + case 205: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit, $intern_1788, 695, size_0, 8, 1); + case 206: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, $intern_1788, 389, size_0, 0, 1); + case 207: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1789, 260, size_0, 0, 1); + case 208: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1779, 22, size_0, 0, 2); + case 209: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, $intern_1788, 318, size_0, 0, 1); + case 210: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit, $intern_1788, 696, size_0, 7, 1); + case 211: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, $intern_11, 39, size_0, 0, 1); + case 212: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, $intern_1779, 34, size_0, 0, 2); + case 213: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit, $intern_1788, 13, size_0, 0, 1); + case 214: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, $intern_1788, 319, size_0, 0, 1); + case 215: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, size_0, 5, 1); + case 216: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1779, 5, size_0, 3, 2); + case 217: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, $intern_1788, 321, size_0, 0, 1); + case 218: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, size_0, 6, 1); + case 219: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit, $intern_1789, 463, size_0, 0, 1); + case 220: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit, $intern_1789, 46, size_0, 0, 1); + case 221: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringIndexOutOfBoundsException_12_1classLit, $intern_655, 174, size_0, 0, 1); + case 222: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1779, 23, size_0, 0, 2); + case 223: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit, $intern_655, 96, size_0, 0, 1); + case 224: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit, $intern_144, 68, size_0, 0, 1); + case 225: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit, $intern_144, 1358, size_0, 0, 1); + case 226: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit, $intern_655, 88, size_0, 0, 1); + case 227: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_144, 229, size_0, 0, 1); + case 228: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit, $intern_144, 528, size_0, 0, 1); + case 229: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, $intern_144, 149, size_0, 0, 1); + case 230: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, size_0, 14, 1); + case 231: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_655, 11, size_0, 0, 2); + case 232: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, size_0, 15, 1); + case 233: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_655, 159, size_0, 0, 2); + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_1790)); +} +; +_.set__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V = function com_badlogic_gwtref_client_IReflectionCache2Generated_set__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V(field, obj, value_0){ + switch (field.com_badlogic_gwtref_client_Field_setter) { + case 0: + obj.com_badlogic_gdx_math_WindowedMean_values = value_0; + return; + case 1: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 2: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s2__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 3: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s3__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 4: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s4__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_WindowedMean_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 23: + com_badlogic_gdx_math_collision_Ray_$clinit__V(); + com_badlogic_gdx_math_collision_Ray_tmp = value_0; + return; + case 28: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s28__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_math_collision_Sphere_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 31: + obj.com_badlogic_gdx_scenes_scene2d_Action_actor = value_0; + return; + case 32: + obj.com_badlogic_gdx_scenes_scene2d_Action_target = value_0; + return; + case 33: + obj.com_badlogic_gdx_scenes_scene2d_Action_pool = value_0; + return; + case 34: + obj.com_badlogic_gdx_scenes_scene2d_Actor_stage = value_0; + return; + case 35: + obj.com_badlogic_gdx_scenes_scene2d_Actor_parent = value_0; + return; + case 39: + obj.com_badlogic_gdx_scenes_scene2d_Actor_name = value_0; + return; + case 40: + obj.com_badlogic_gdx_scenes_scene2d_Actor_touchable = value_0; + return; + case 41: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s41__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 42: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s42__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 43: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s43__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 44: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s44__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 45: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s45__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 46: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s46__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 47: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s47__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 48: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s48__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 49: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s49__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 50: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s50__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 51: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s51__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Actor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 53: + obj.com_badlogic_gdx_scenes_scene2d_Actor_userObject = value_0; + return; + case 54: + obj.com_badlogic_gdx_scenes_scene2d_Event_stage = value_0; + return; + case 55: + obj.com_badlogic_gdx_scenes_scene2d_Event_targetActor = value_0; + return; + case 56: + obj.com_badlogic_gdx_scenes_scene2d_Event_listenerActor = value_0; + return; + case 57: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s57__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 58: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s58__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 59: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s59__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 60: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s60__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 61: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s61__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Event_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 67: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s67__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Group_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 68: + obj.com_badlogic_gdx_scenes_scene2d_Group_cullingArea = value_0; + return; + case 69: + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_type = value_0; + return; + case 70: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s70__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 71: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s71__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 72: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s72__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 73: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s73__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 74: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s74__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 75: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s75__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 76: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s76__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 77: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s77__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2CV(obj, value_0.java_lang_Character_value); + return; + case 78: + obj.com_badlogic_gdx_scenes_scene2d_InputEvent_relatedActor = value_0; + return; + case 79: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s79__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_InputEvent_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 91: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s91__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 92: + obj.com_badlogic_gdx_scenes_scene2d_Stage_viewport = value_0; + return; + case 94: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s94__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 95: + obj.com_badlogic_gdx_scenes_scene2d_Stage_root = value_0; + return; + case 101: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s101__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 102: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s102__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 103: + obj.com_badlogic_gdx_scenes_scene2d_Stage_mouseOverActor = value_0; + return; + case 104: + obj.com_badlogic_gdx_scenes_scene2d_Stage_keyboardFocus = value_0; + return; + case 105: + obj.com_badlogic_gdx_scenes_scene2d_Stage_scrollFocus = value_0; + return; + case 107: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s107__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 108: + obj.com_badlogic_gdx_scenes_scene2d_Stage_debugShapes = value_0; + return; + case 109: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s109__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 110: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s110__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 111: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s111__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 112: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s112__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 113: + obj.com_badlogic_gdx_scenes_scene2d_Stage_debugTableUnderMouse = value_0; + return; + case 115: + obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listener = value_0; + return; + case 116: + obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_listenerActor = value_0; + return; + case 117: + obj.com_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_target = value_0; + return; + case 118: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s118__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 119: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s119__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_Stage$TouchFocus_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 123: + obj.com_badlogic_gdx_scenes_scene2d_actions_AddAction_action = value_0; + return; + case 124: + obj.com_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_listener = value_0; + return; + case 125: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s125__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AddListenerAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 126: + obj.com_badlogic_gdx_scenes_scene2d_actions_AfterAction_waitForActions = value_0; + return; + case 127: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s127__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 128: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s128__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_AlphaAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 129: + obj.com_badlogic_gdx_scenes_scene2d_actions_AlphaAction_color = value_0; + return; + case 130: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s130__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 131: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s131__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 132: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s132__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 133: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s133__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ColorAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 134: + obj.com_badlogic_gdx_scenes_scene2d_actions_ColorAction_color = value_0; + return; + case 136: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s136__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 137: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s137__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_CountdownEventAction_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 138: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s138__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 139: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s139__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_DelayAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 140: + obj.com_badlogic_gdx_scenes_scene2d_actions_DelegateAction_action = value_0; + return; + case 142: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s142__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 143: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s143__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_EventAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 145: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s145__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 146: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s146__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 147: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s147__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_FloatAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 148: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s148__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 149: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s149__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 150: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s150__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_IntAction_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 151: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s151__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_LayoutAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 152: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s152__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 153: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s153__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveByAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 154: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s154__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 155: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s155__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 156: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s156__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 157: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s157__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 158: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s158__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_MoveToAction_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 159: + obj.com_badlogic_gdx_scenes_scene2d_actions_ParallelAction_actions = value_0; + return; + case 160: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s160__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ParallelAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 161: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s161__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RelativeTemporalAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 162: + obj.com_badlogic_gdx_scenes_scene2d_actions_RemoveAction_action = value_0; + return; + case 163: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s163__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveActorAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 164: + obj.com_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_listener = value_0; + return; + case 165: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s165__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RemoveListenerAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 167: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s167__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 168: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s168__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 169: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s169__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RepeatAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 170: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s170__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateByAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 171: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s171__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 172: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s172__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 173: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s173__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RotateToAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 174: + obj.com_badlogic_gdx_scenes_scene2d_actions_RunnableAction_runnable = value_0; + return; + case 175: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s175__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_RunnableAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 176: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s176__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 177: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s177__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleByAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 178: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s178__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 179: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s179__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 180: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s180__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 181: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s181__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_ScaleToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 182: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s182__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SequenceAction_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 183: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s183__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 184: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s184__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeByAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 185: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s185__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 186: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s186__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 187: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s187__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 188: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s188__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_SizeToAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 189: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s189__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 190: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s190__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 191: + obj.com_badlogic_gdx_scenes_scene2d_actions_TemporalAction_interpolation = value_0; + return; + case 192: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s192__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 193: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s193__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 194: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s194__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TemporalAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 195: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s195__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_TimeScaleAction_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 196: + obj.com_badlogic_gdx_scenes_scene2d_actions_TouchableAction_touchable = value_0; + return; + case 197: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s197__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_actions_VisibleAction_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 198: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button_style = value_0; + return; + case 199: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s199__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 200: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s200__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 201: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button_buttonGroup = value_0; + return; + case 202: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button_clickListener = value_0; + return; + case 203: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s203__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 204: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_up = value_0; + return; + case 205: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_down = value_0; + return; + case 206: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_over = value_0; + return; + case 207: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_focused = value_0; + return; + case 208: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_disabled = value_0; + return; + case 209: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checked = value_0; + return; + case 210: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedOver = value_0; + return; + case 211: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedDown = value_0; + return; + case 212: + obj.com_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_checkedFocused = value_0; + return; + case 213: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s213__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 214: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s214__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 215: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s215__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 216: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s216__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 217: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s217__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 218: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s218__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Button$ButtonStyle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 220: + obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_checkedButtons = value_0; + return; + case 221: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s221__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 222: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s222__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 223: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s223__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 224: + obj.com_badlogic_gdx_scenes_scene2d_ui_ButtonGroup_lastChecked = value_0; + return; + case 234: + com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Cell_files = value_0; + return; + case 235: + com_badlogic_gdx_scenes_scene2d_ui_Cell_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Cell_defaults = value_0; + return; + case 236: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_minWidth = value_0; + return; + case 237: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_minHeight = value_0; + return; + case 238: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefWidth = value_0; + return; + case 239: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_prefHeight = value_0; + return; + case 240: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxWidth = value_0; + return; + case 241: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_maxHeight = value_0; + return; + case 242: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceTop = value_0; + return; + case 243: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceLeft = value_0; + return; + case 244: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceBottom = value_0; + return; + case 245: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_spaceRight = value_0; + return; + case 246: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_padTop = value_0; + return; + case 247: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_padLeft = value_0; + return; + case 248: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_padBottom = value_0; + return; + case 249: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_padRight = value_0; + return; + case 250: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillX = value_0; + return; + case 251: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_fillY = value_0; + return; + case 252: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_align = value_0; + return; + case 253: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandX = value_0; + return; + case 254: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_expandY = value_0; + return; + case 255: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_colspan = value_0; + return; + case 256: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformX = value_0; + return; + case 257: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_uniformY = value_0; + return; + case 258: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_actor = value_0; + return; + case 259: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s259__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 260: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s260__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 261: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s261__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 262: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s262__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 263: + obj.com_badlogic_gdx_scenes_scene2d_ui_Cell_table = value_0; + return; + case 264: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s264__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 265: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s265__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 266: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s266__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 267: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s267__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 268: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s268__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 269: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s269__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 270: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s270__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 271: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s271__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Cell_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 272: + obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_image = value_0; + return; + case 273: + obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_imageCell = value_0; + return; + case 274: + obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox_style = value_0; + return; + case 275: + obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOn = value_0; + return; + case 276: + obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOff = value_0; + return; + case 277: + obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnOver = value_0; + return; + case 278: + obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOver = value_0; + return; + case 279: + obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOnDisabled = value_0; + return; + case 280: + obj.com_badlogic_gdx_scenes_scene2d_ui_CheckBox$CheckBoxStyle_checkboxOffDisabled = value_0; + return; + case 281: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_actor = value_0; + return; + case 282: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_minWidth = value_0; + return; + case 283: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_minHeight = value_0; + return; + case 284: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_prefWidth = value_0; + return; + case 285: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_prefHeight = value_0; + return; + case 286: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_maxWidth = value_0; + return; + case 287: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_maxHeight = value_0; + return; + case 288: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_padTop = value_0; + return; + case 289: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_padLeft = value_0; + return; + case 290: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_padBottom = value_0; + return; + case 291: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_padRight = value_0; + return; + case 292: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s292__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 293: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s293__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 294: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s294__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 295: + obj.com_badlogic_gdx_scenes_scene2d_ui_Container_background = value_0; + return; + case 296: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s296__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 297: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s297__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Container_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 298: + obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_contentTable = value_0; + return; + case 299: + obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_buttonTable = value_0; + return; + case 300: + obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_skin = value_0; + return; + case 301: + obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_values = value_0; + return; + case 302: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s302__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Dialog_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 303: + obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousKeyboardFocus = value_0; + return; + case 304: + obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_previousScrollFocus = value_0; + return; + case 305: + obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_focusListener = value_0; + return; + case 306: + obj.com_badlogic_gdx_scenes_scene2d_ui_Dialog_ignoreTouchDown = value_0; + return; + case 307: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s307__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 308: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s308__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 309: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s309__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 310: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s310__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 311: + obj.com_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_rowSizes = value_0; + return; + case 312: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s312__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 313: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s313__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 314: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s314__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 315: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s315__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 316: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s316__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 317: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s317__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 318: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s318__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 319: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s319__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 320: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s320__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 321: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s321__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 322: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s322__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 323: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s323__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 324: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s324__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 325: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s325__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_HorizontalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 326: + obj.com_badlogic_gdx_scenes_scene2d_ui_Image_scaling = value_0; + return; + case 327: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s327__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 328: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s328__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 329: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s329__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 330: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s330__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 331: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s331__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Image_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 332: + obj.com_badlogic_gdx_scenes_scene2d_ui_Image_drawable = value_0; + return; + case 334: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton_style = value_0; + return; + case 335: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageUp = value_0; + return; + case 336: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDown = value_0; + return; + case 337: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageOver = value_0; + return; + case 338: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageDisabled = value_0; + return; + case 339: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageChecked = value_0; + return; + case 340: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedDown = value_0; + return; + case 341: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageButton$ImageButtonStyle_imageCheckedOver = value_0; + return; + case 343: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_label = value_0; + return; + case 344: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton_style = value_0; + return; + case 345: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageUp = value_0; + return; + case 346: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDown = value_0; + return; + case 347: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageOver = value_0; + return; + case 348: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageDisabled = value_0; + return; + case 349: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageChecked = value_0; + return; + case 350: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedDown = value_0; + return; + case 351: + obj.com_badlogic_gdx_scenes_scene2d_ui_ImageTextButton$ImageTextButtonStyle_imageCheckedOver = value_0; + return; + case 354: + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_style = value_0; + return; + case 356: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s356__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 357: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s357__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 359: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s359__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 360: + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_cache = value_0; + return; + case 361: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s361__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 362: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s362__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 363: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s363__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 364: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s364__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 365: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s365__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 366: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s366__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 367: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s367__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 368: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s368__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Label_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 369: + obj.com_badlogic_gdx_scenes_scene2d_ui_Label_ellipsis = value_0; + return; + case 370: + obj.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_font = value_0; + return; + case 371: + obj.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_fontColor = value_0; + return; + case 372: + obj.com_badlogic_gdx_scenes_scene2d_ui_Label$LabelStyle_background = value_0; + return; + case 373: + obj.com_badlogic_gdx_scenes_scene2d_ui_List_style = value_0; + return; + case 375: + obj.com_badlogic_gdx_scenes_scene2d_ui_List_selection = value_0; + return; + case 376: + obj.com_badlogic_gdx_scenes_scene2d_ui_List_cullingArea = value_0; + return; + case 377: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s377__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 378: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s378__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 379: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s379__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 380: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s380__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 381: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s381__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 382: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s382__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 383: + obj.com_badlogic_gdx_scenes_scene2d_ui_List_keyListener = value_0; + return; + case 384: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s384__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_List_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 385: + obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_font = value_0; + return; + case 386: + obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorSelected = value_0; + return; + case 387: + obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_fontColorUnselected = value_0; + return; + case 388: + obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_selection = value_0; + return; + case 389: + obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_down = value_0; + return; + case 390: + obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_over = value_0; + return; + case 391: + obj.com_badlogic_gdx_scenes_scene2d_ui_List$ListStyle_background = value_0; + return; + case 393: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s393__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 394: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s394__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 395: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s395__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 396: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s396__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 397: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s397__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ParticleEffectActor_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 398: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_style = value_0; + return; + case 399: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s399__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 400: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s400__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 401: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s401__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 402: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s402__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 403: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s403__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 404: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s404__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 406: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s406__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 407: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s407__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 408: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_animateInterpolation = value_0; + return; + case 409: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar_visualInterpolation = value_0; + return; + case 410: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s410__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 411: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s411__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 412: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s412__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ProgressBar_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 413: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_background = value_0; + return; + case 414: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledBackground = value_0; + return; + case 415: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knob = value_0; + return; + case 416: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnob = value_0; + return; + case 417: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobBefore = value_0; + return; + case 418: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobBefore = value_0; + return; + case 419: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_knobAfter = value_0; + return; + case 420: + obj.com_badlogic_gdx_scenes_scene2d_ui_ProgressBar$ProgressBarStyle_disabledKnobAfter = value_0; + return; + case 421: + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_style = value_0; + return; + case 422: + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_actor = value_0; + return; + case 429: + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane_flickScrollListener = value_0; + return; + case 430: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s430__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 431: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s431__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 432: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s432__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 433: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s433__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 434: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s434__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 435: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s435__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 436: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s436__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 437: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s437__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 438: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s438__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 439: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s439__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 440: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s440__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 441: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s441__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 443: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s443__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 444: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s444__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 445: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s445__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 446: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s446__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 447: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s447__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 448: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s448__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 449: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s449__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 450: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s450__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 451: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s451__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 452: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s452__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 453: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s453__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 454: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s454__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 455: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s455__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 456: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s456__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 457: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s457__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 458: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s458__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 459: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s459__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 460: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s460__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 461: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s461__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 462: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s462__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 463: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s463__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 464: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s464__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 465: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s465__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 466: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s466__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 467: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s467__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 468: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s468__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_ScrollPane_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 469: + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_background = value_0; + return; + case 470: + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_corner = value_0; + return; + case 471: + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScroll = value_0; + return; + case 472: + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_hScrollKnob = value_0; + return; + case 473: + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScroll = value_0; + return; + case 474: + obj.com_badlogic_gdx_scenes_scene2d_ui_ScrollPane$ScrollPaneStyle_vScrollKnob = value_0; + return; + case 476: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_style = value_0; + return; + case 478: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_scrollPane = value_0; + return; + case 479: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s479__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 480: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s480__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 481: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox_clickListener = value_0; + return; + case 482: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s482__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 483: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s483__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 484: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s484__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 487: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s487__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 490: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_hideListener = value_0; + return; + case 491: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxScrollPane_previousScrollFocus = value_0; + return; + case 492: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_font = value_0; + return; + case 493: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_fontColor = value_0; + return; + case 494: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_overFontColor = value_0; + return; + case 495: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_disabledFontColor = value_0; + return; + case 496: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_background = value_0; + return; + case 497: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_scrollStyle = value_0; + return; + case 498: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_listStyle = value_0; + return; + case 499: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOver = value_0; + return; + case 500: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundOpen = value_0; + return; + case 501: + obj.com_badlogic_gdx_scenes_scene2d_ui_SelectBox$SelectBoxStyle_backgroundDisabled = value_0; + return; + case 502: + obj.com_badlogic_gdx_scenes_scene2d_ui_Skin_resources = value_0; + return; + case 503: + obj.com_badlogic_gdx_scenes_scene2d_ui_Skin_atlas = value_0; + return; + case 504: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s504__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Skin_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 507: + obj.com_badlogic_gdx_scenes_scene2d_ui_Skin$TintedDrawable_name = value_0; + return; + case 508: + obj.com_badlogic_gdx_scenes_scene2d_ui_Skin$TintedDrawable_color = value_0; + return; + case 509: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s509__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 510: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s510__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 511: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s511__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 512: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_visualInterpolationInverse = value_0; + return; + case 513: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider_snapValues = value_0; + return; + case 514: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s514__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Slider_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 515: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundOver = value_0; + return; + case 516: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_backgroundDown = value_0; + return; + case 517: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobOver = value_0; + return; + case 518: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobDown = value_0; + return; + case 519: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeOver = value_0; + return; + case 520: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobBeforeDown = value_0; + return; + case 521: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterOver = value_0; + return; + case 522: + obj.com_badlogic_gdx_scenes_scene2d_ui_Slider$SliderStyle_knobAfterDown = value_0; + return; + case 523: + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_style = value_0; + return; + case 524: + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_firstWidget = value_0; + return; + case 525: + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_secondWidget = value_0; + return; + case 526: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s526__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 527: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s527__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 528: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s528__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 529: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s529__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 533: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s533__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_SplitPane_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 535: + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_lastPoint = value_0; + return; + case 536: + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane_handlePosition = value_0; + return; + case 537: + obj.com_badlogic_gdx_scenes_scene2d_ui_SplitPane$SplitPaneStyle_handle = value_0; + return; + case 538: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s538__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 539: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s539__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 540: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s540__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 541: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s541__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 542: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s542__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 543: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s543__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 544: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s544__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Stack_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 545: + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_debugTableColor = value_0; + return; + case 546: + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_debugCellColor = value_0; + return; + case 547: + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_debugActorColor = value_0; + return; + case 549: + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_columnWeightedWidth = value_0; + return; + case 550: + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_rowWeightedHeight = value_0; + return; + case 551: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s551__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 552: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s552__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 553: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s553__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 557: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rowDefaults = value_0; + return; + case 558: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s558__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 559: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_columnMinWidth = value_0; + return; + case 560: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rowMinHeight = value_0; + return; + case 561: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_columnPrefWidth = value_0; + return; + case 562: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rowPrefHeight = value_0; + return; + case 563: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s563__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 564: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s564__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 565: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s565__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 566: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s566__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 567: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_columnWidth = value_0; + return; + case 568: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_rowHeight = value_0; + return; + case 569: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_expandWidth = value_0; + return; + case 570: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_expandHeight = value_0; + return; + case 571: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_padTop = value_0; + return; + case 572: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_padLeft = value_0; + return; + case 573: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_padBottom = value_0; + return; + case 574: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_padRight = value_0; + return; + case 575: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s575__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 576: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_debug = value_0; + return; + case 577: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_debugRects = value_0; + return; + case 578: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_background = value_0; + return; + case 579: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s579__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 580: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table_skin = value_0; + return; + case 581: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s581__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Table_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 582: + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundTop = value_0; + return; + case 583: + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundLeft = value_0; + return; + case 584: + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundBottom = value_0; + return; + case 585: + com_badlogic_gdx_scenes_scene2d_ui_Table_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table_backgroundRight = value_0; + return; + case 591: + com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_pool = value_0; + return; + case 592: + obj.com_badlogic_gdx_scenes_scene2d_ui_Table$DebugRect_color = value_0; + return; + case 593: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_linesBreak = value_0; + return; + case 594: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextArea_lastText = value_0; + return; + case 595: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s595__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 596: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s596__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 597: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s597__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 598: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s598__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 599: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s599__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextArea_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 600: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton_label = value_0; + return; + case 601: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton_style = value_0; + return; + case 602: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_font = value_0; + return; + case 603: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_fontColor = value_0; + return; + case 604: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_downFontColor = value_0; + return; + case 605: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_overFontColor = value_0; + return; + case 606: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_focusedFontColor = value_0; + return; + case 607: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_disabledFontColor = value_0; + return; + case 608: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFontColor = value_0; + return; + case 609: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedDownFontColor = value_0; + return; + case 610: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedOverFontColor = value_0; + return; + case 611: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextButton$TextButtonStyle_checkedFocusedFontColor = value_0; + return; + case 621: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s621__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 622: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s622__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 623: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_text = value_0; + return; + case 624: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s624__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 625: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s625__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 626: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s626__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 627: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s627__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 630: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_style = value_0; + return; + case 631: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_messageText = value_0; + return; + case 632: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_displayText = value_0; + return; + case 633: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_clipboard = value_0; + return; + case 634: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_inputListener = value_0; + return; + case 635: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_listener = value_0; + return; + case 636: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_filter = value_0; + return; + case 637: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_keyboard = value_0; + return; + case 638: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s638__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 639: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s639__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 640: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s640__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 641: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s641__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 642: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s642__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 643: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s643__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 644: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_undoText = value_0; + return; + case 646: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s646__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 647: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField_passwordBuffer = value_0; + return; + case 648: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s648__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2CV(obj, value_0.java_lang_Character_value); + return; + case 649: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s649__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 650: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s650__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 651: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s651__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 652: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s652__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 653: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s653__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 654: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s654__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 655: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s655__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 656: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s656__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 657: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s657__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 658: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s658__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 661: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s661__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextField_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 662: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_font = value_0; + return; + case 663: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_fontColor = value_0; + return; + case 664: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedFontColor = value_0; + return; + case 665: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledFontColor = value_0; + return; + case 666: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_background = value_0; + return; + case 667: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_focusedBackground = value_0; + return; + case 668: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_disabledBackground = value_0; + return; + case 669: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_cursor = value_0; + return; + case 670: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_selection = value_0; + return; + case 671: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFont = value_0; + return; + case 672: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextField$TextFieldStyle_messageFontColor = value_0; + return; + case 673: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_label = value_0; + return; + case 674: + obj.com_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_background = value_0; + return; + case 675: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s675__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TextTooltip$TextTooltipStyle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 676: + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Tooltip_tmp = value_0; + return; + case 679: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s679__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 680: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s680__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 681: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s681__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tooltip_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 682: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tooltip_targetActor = value_0; + return; + case 683: + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_instance = value_0; + return; + case 684: + com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_files = value_0; + return; + case 685: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s685__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 686: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s686__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 687: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s687__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 688: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s688__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 689: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s689__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 690: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s690__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 691: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s691__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 692: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s692__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 693: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s693__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 695: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s695__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_TooltipManager_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 697: + obj.com_badlogic_gdx_scenes_scene2d_ui_TooltipManager_showTooltip = value_0; + return; + case 699: + obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad_style = value_0; + return; + case 700: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s700__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 701: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s701__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 702: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s702__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Touchpad_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 708: + obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_background = value_0; + return; + case 709: + obj.com_badlogic_gdx_scenes_scene2d_ui_Touchpad$TouchpadStyle_knob = value_0; + return; + case 711: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_style = value_0; + return; + case 714: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s714__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 715: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s715__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 716: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s716__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 717: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s717__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 718: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s718__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 719: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s719__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 720: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s720__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 721: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s721__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 722: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s722__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 723: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_foundNode = value_0; + return; + case 724: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_overNode = value_0; + return; + case 725: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_rangeStart = value_0; + return; + case 726: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree_clickListener = value_0; + return; + case 728: + case 732: + case 734: + case 727: + obj.$_nullField = value_0; + return; + case 730: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s730__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 731: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s731__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 733: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s733__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Tree$Node_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 735: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plus = value_0; + return; + case 736: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minus = value_0; + return; + case 737: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_plusOver = value_0; + return; + case 738: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_minusOver = value_0; + return; + case 739: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_over = value_0; + return; + case 740: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_selection = value_0; + return; + case 741: + obj.com_badlogic_gdx_scenes_scene2d_ui_Tree$TreeStyle_background = value_0; + return; + case 743: + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Value_minWidth = value_0; + return; + case 744: + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Value_minHeight = value_0; + return; + case 745: + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Value_prefWidth = value_0; + return; + case 746: + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Value_prefHeight = value_0; + return; + case 747: + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Value_maxWidth = value_0; + return; + case 748: + com_badlogic_gdx_scenes_scene2d_ui_Value_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_ui_Value_maxHeight = value_0; + return; + case 751: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s751__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 752: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s752__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 753: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s753__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 754: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s754__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 755: + obj.com_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_columnSizes = value_0; + return; + case 756: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s756__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 757: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s757__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 758: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s758__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 759: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s759__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 760: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s760__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 761: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s761__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 762: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s762__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 763: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s763__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 764: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s764__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 765: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s765__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 766: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s766__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 767: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s767__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 768: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s768__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_VerticalGroup_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 769: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s769__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 770: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s770__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 771: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s771__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Widget_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 772: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s772__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 773: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s773__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 774: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s774__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_WidgetGroup_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 778: + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_style = value_0; + return; + case 779: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s779__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 780: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s780__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 781: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s781__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 782: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s782__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 783: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s783__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 784: + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_titleLabel = value_0; + return; + case 785: + obj.com_badlogic_gdx_scenes_scene2d_ui_Window_titleTable = value_0; + return; + case 786: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s786__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 787: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s787__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 788: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s788__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_ui_Window_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 789: + obj.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_background = value_0; + return; + case 790: + obj.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFont = value_0; + return; + case 791: + obj.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_titleFontColor = value_0; + return; + case 792: + obj.com_badlogic_gdx_scenes_scene2d_ui_Window$WindowStyle_stageBackground = value_0; + return; + case 796: + obj.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_event = value_0; + return; + case 797: + obj.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_actor = value_0; + return; + case 798: + obj.com_badlogic_gdx_scenes_scene2d_utils_ActorGestureListener_touchDownTarget = value_0; + return; + case 799: + obj.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_array = value_0; + return; + case 800: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s800__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ArraySelection_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 801: + obj.com_badlogic_gdx_scenes_scene2d_utils_ArraySelection_rangeStart = value_0; + return; + case 802: + obj.com_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_name = value_0; + return; + case 803: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s803__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 804: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s804__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 805: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s805__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 806: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s806__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 807: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s807__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 808: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s808__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_BaseDrawable_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 809: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s809__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 810: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s810__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 811: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s811__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 812: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s812__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 813: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s813__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 814: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s814__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 815: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s815__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 816: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s816__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 817: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s817__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 818: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s818__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 821: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s821__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_ClickListener_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 824: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragSource = value_0; + return; + case 825: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_payload = value_0; + return; + case 826: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_dragActor = value_0; + return; + case 827: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s827__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 828: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_target = value_0; + return; + case 829: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s829__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 832: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s832__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 833: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s833__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 834: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s834__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 835: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s835__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 836: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s836__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 837: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s837__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 839: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s839__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 840: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s840__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 841: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s841__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 842: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s842__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragAndDrop_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 843: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_dragActor = value_0; + return; + case 844: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_validDragActor = value_0; + return; + case 845: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_invalidDragActor = value_0; + return; + case 846: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragAndDrop$Payload_object = value_0; + return; + case 849: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s849__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 850: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s850__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 851: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s851__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 852: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s852__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 853: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s853__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 854: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s854__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 855: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s855__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 856: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s856__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 857: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s857__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 858: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s858__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 859: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s859__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 860: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s860__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 861: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s861__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 862: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s862__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragListener_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 864: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scroll = value_0; + return; + case 865: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollUp = value_0; + return; + case 866: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_scrollDown = value_0; + return; + case 867: + obj.com_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_interpolation = value_0; + return; + case 868: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s868__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 869: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s869__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 870: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s870__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 873: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s873__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 874: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s874__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_DragScrollListener_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 875: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s875__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 876: + obj.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_type = value_0; + return; + case 877: + obj.com_badlogic_gdx_scenes_scene2d_utils_FocusListener$FocusEvent_relatedActor = value_0; + return; + case 880: + obj.com_badlogic_gdx_scenes_scene2d_utils_NinePatchDrawable_patch = value_0; + return; + case 881: + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_scissors = value_0; + return; + case 882: + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_$clinit__V(); + com_badlogic_gdx_scenes_scene2d_utils_ScissorStack_tmp = value_0; + return; + case 884: + obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_actor = value_0; + return; + case 887: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s887__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 888: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s888__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 889: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s889__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 890: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s890__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 891: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s891__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_Selection_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 892: + obj.com_badlogic_gdx_scenes_scene2d_utils_Selection_lastSelected = value_0; + return; + case 893: + obj.com_badlogic_gdx_scenes_scene2d_utils_SpriteDrawable_sprite = value_0; + return; + case 894: + obj.com_badlogic_gdx_scenes_scene2d_utils_TextureRegionDrawable_region = value_0; + return; + case 896: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s896__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 897: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s897__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_TiledDrawable_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 898: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s898__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 899: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s899__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 900: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s900__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 901: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s901__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 902: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s902__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_scenes_scene2d_utils_UIUtils_2ZV((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 903: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s903__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2_3Ljava_lang_Object_2V(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)); + return; + case 904: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s904__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 905: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s905__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 906: + obj.com_badlogic_gdx_utils_Array_iterable = value_0; + return; + case 907: + obj.com_badlogic_gdx_utils_Array_predicateIterable = value_0; + return; + case 910: + obj.com_badlogic_gdx_utils_Array$ArrayIterable_iterator1 = value_0; + return; + case 911: + obj.com_badlogic_gdx_utils_Array$ArrayIterable_iterator2 = value_0; + return; + case 914: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s914__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 915: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s915__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Array$ArrayIterator_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 916: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s916__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2_3Ljava_lang_Object_2V(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)); + return; + case 917: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s917__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2_3Ljava_lang_Object_2V(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)); + return; + case 918: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s918__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 919: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s919__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 920: + obj.com_badlogic_gdx_utils_ArrayMap_entries1 = value_0; + return; + case 921: + obj.com_badlogic_gdx_utils_ArrayMap_entries2 = value_0; + return; + case 922: + obj.com_badlogic_gdx_utils_ArrayMap_values1 = value_0; + return; + case 923: + obj.com_badlogic_gdx_utils_ArrayMap_values2 = value_0; + return; + case 924: + obj.com_badlogic_gdx_utils_ArrayMap_keys1 = value_0; + return; + case 925: + obj.com_badlogic_gdx_utils_ArrayMap_keys2 = value_0; + return; + case 927: + obj.com_badlogic_gdx_utils_ArrayMap$Entries_entry = value_0; + return; + case 928: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s928__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Entries_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 929: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s929__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Entries_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 931: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s931__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Keys_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 932: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s932__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Keys_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 934: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s934__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Values_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 935: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s935__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ArrayMap$Values_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 937: + obj.com_badlogic_gdx_utils_Json_writer = value_0; + return; + case 938: + obj.com_badlogic_gdx_utils_Json_typeName = value_0; + return; + case 939: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s939__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 940: + obj.com_badlogic_gdx_utils_Json_outputType = value_0; + return; + case 941: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s941__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 942: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s942__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 943: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s943__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 944: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s944__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 945: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s945__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 946: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s946__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Json_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 947: + obj.com_badlogic_gdx_utils_Json_defaultSerializer = value_0; + return; + case 973: + obj.com_badlogic_gdx_utils_JsonReader_root = value_0; + return; + case 974: + obj.com_badlogic_gdx_utils_JsonReader_current = value_0; + return; + case 975: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s975__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonReader_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 976: + obj.com_badlogic_gdx_utils_JsonValue_type = value_0; + return; + case 977: + obj.com_badlogic_gdx_utils_JsonValue_stringValue = value_0; + return; + case 978: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s978__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2DV(obj, java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(value_0)); + return; + case 980: + obj.com_badlogic_gdx_utils_JsonValue_name = value_0; + return; + case 981: + obj.com_badlogic_gdx_utils_JsonValue_child = value_0; + return; + case 982: + obj.com_badlogic_gdx_utils_JsonValue_parent = value_0; + return; + case 983: + obj.com_badlogic_gdx_utils_JsonValue_next = value_0; + return; + case 984: + obj.com_badlogic_gdx_utils_JsonValue_prev = value_0; + return; + case 985: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s985__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 986: + obj.com_badlogic_gdx_utils_JsonValue$JsonIterator_entry = value_0; + return; + case 987: + obj.com_badlogic_gdx_utils_JsonValue$JsonIterator_current = value_0; + return; + case 988: + obj.com_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_outputType = value_0; + return; + case 989: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s989__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 990: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s990__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonValue$PrettyPrintSettings_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case $intern_613: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1001__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonWriter_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case $intern_523: + obj.com_badlogic_gdx_utils_JsonWriter_outputType = value_0; + return; + case $intern_525: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1003__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_JsonWriter_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case $intern_616: + com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V(); + com_badlogic_gdx_utils_JsonWriter$OutputType_javascriptPattern = value_0; + return; + case $intern_617: + com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V(); + com_badlogic_gdx_utils_JsonWriter$OutputType_minimalNamePattern = value_0; + return; + case $intern_618: + com_badlogic_gdx_utils_JsonWriter$OutputType_$clinit__V(); + com_badlogic_gdx_utils_JsonWriter$OutputType_minimalValuePattern = value_0; + return; + case $intern_538: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1011__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case $intern_619: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1012__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2_3Ljava_lang_Object_2V(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)); + return; + case $intern_313: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1013__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2_3Ljava_lang_Object_2V(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)); + return; + case $intern_311: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1014__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case $intern_725: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1015__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case $intern_557: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1016__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case $intern_558: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1017__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_ObjectMap_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case $intern_559: + obj.com_badlogic_gdx_utils_ObjectMap_entries1 = value_0; + return; + case $intern_555: + obj.com_badlogic_gdx_utils_ObjectMap_entries2 = value_0; + return; + case $intern_556: + obj.com_badlogic_gdx_utils_ObjectMap_values1 = value_0; + return; + case $intern_579: + obj.com_badlogic_gdx_utils_ObjectMap_values2 = value_0; + return; + case $intern_582: + obj.com_badlogic_gdx_utils_ObjectMap_keys1 = value_0; + return; + case $intern_586: + obj.com_badlogic_gdx_utils_ObjectMap_keys2 = value_0; + return; + case $intern_44: + obj.com_badlogic_gdx_utils_ObjectMap$Entries_entry = value_0; + return; + case $intern_587: + obj.com_badlogic_gdx_utils_ObjectMap$Entry_key = value_0; + return; + case $intern_589: + obj.com_badlogic_gdx_utils_ObjectMap$Entry_value = value_0; + return; + case $intern_601: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1028__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2_3Ljava_lang_Object_2V(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)); + return; + case $intern_604: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1029__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case $intern_607: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1030__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case $intern_608: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1031__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case $intern_611: + obj.com_badlogic_gdx_utils_Queue_iterable = value_0; + return; + case $intern_626: + obj.com_badlogic_gdx_utils_Queue$QueueIterable_iterator1 = value_0; + return; + case $intern_627: + obj.com_badlogic_gdx_utils_Queue$QueueIterable_iterator2 = value_0; + return; + case $intern_966: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1039__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue$QueueIterator_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case $intern_967: + com_badlogic_gwtref_client_IReflectionCache2Generated_$s1040__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Lcom_badlogic_gdx_utils_Queue$QueueIterator_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_1791 + field.com_badlogic_gwtref_client_Field_setter + $intern_1777 + field.com_badlogic_gwtref_client_Field_name)); +} +; +_.setArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2V = function com_badlogic_gwtref_client_IReflectionCache2Generated_setArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2V(type_0, obj, i, value_0){ + switch (type_0.com_badlogic_gwtref_client_Type_id) { + case 203: + obj[i] = java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0); + return; + case 231: + obj[i] = java_lang_Number_longValue_1_1J_1_1devirtual$__Ljava_lang_Number_2J(value_0); + return; + case 233: + obj[i] = java_lang_Number_shortValue_1_1S_1_1devirtual$__Ljava_lang_Number_2S(value_0); + return; + case 200: + obj[i] = java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0); + return; + case 198: + obj[i] = java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(value_0); + return; + } + com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(obj)[i] = value_0; +} +; +var com_badlogic_gwtref_client_IReflectionCache2Generated_EMPTY_1PARAMETERS, com_badlogic_gwtref_client_IReflectionCache2Generated_aX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_aY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_aZ_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1D, com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_a_1_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_a_1bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1, com_badlogic_gwtref_client_IReflectionCache2Generated_action1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_action2_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_action3_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_action4_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_action5_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_action_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_actionsRequestRendering_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_actions_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_active_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_actorAfter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_actorBefore_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_actorCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_actorHeight_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_actorIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_actorWidth_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_actorX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_actorY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_actor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCache2Generated_actors_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_actualType_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCache2Generated_additionalCapacity_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_additional_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_adjustPadding_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_after_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_align_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_alignment_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_allowRemove_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_alpha_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_alsoIgnored_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_always_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_amountInDegrees_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_amountX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_amountY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_animateInterpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1, com_badlogic_gwtref_client_IReflectionCache2Generated_area_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_arg0_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_arrayType_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1, com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_array_1_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_ascendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_at_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1, com_badlogic_gwtref_client_IReflectionCache2Generated_autoRemove_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_bX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_bY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_bZ_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1B, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1D, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Boolean_1, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Byte_1, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Double_1, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Float_1, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Integer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Ljava_1lang_1Short_1, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1S, com_badlogic_gwtref_client_IReflectionCache2Generated_b_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_background_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_batchTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCache2Generated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1, com_badlogic_gwtref_client_IReflectionCache2Generated_before_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_beginIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_below_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_bestCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_best_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1, com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_bits_1_1J, com_badlogic_gwtref_client_IReflectionCache2Generated_blinkTime_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_bottomHeight_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_bottom_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1, com_badlogic_gwtref_client_IReflectionCache2Generated_braces_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_bubbles_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Lcom_1badlogic_1gdx_1utils_1StringBuilder_1, com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1io_1Writer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_buffer_1_1Ljava_1lang_1StringBuilder_1, com_badlogic_gwtref_client_IReflectionCache2Generated_buttonStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_button_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1, com_badlogic_gwtref_client_IReflectionCache2Generated_buttons_1_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button_1, com_badlogic_gwtref_client_IReflectionCache2Generated_bytes_1_1_1B, com_badlogic_gwtref_client_IReflectionCache2Generated_c0, com_badlogic_gwtref_client_IReflectionCache2Generated_c1, com_badlogic_gwtref_client_IReflectionCache2Generated_c10, com_badlogic_gwtref_client_IReflectionCache2Generated_c100, com_badlogic_gwtref_client_IReflectionCache2Generated_c101, com_badlogic_gwtref_client_IReflectionCache2Generated_c102, com_badlogic_gwtref_client_IReflectionCache2Generated_c103, com_badlogic_gwtref_client_IReflectionCache2Generated_c104, com_badlogic_gwtref_client_IReflectionCache2Generated_c105, com_badlogic_gwtref_client_IReflectionCache2Generated_c106, com_badlogic_gwtref_client_IReflectionCache2Generated_c107, com_badlogic_gwtref_client_IReflectionCache2Generated_c108, com_badlogic_gwtref_client_IReflectionCache2Generated_c109, com_badlogic_gwtref_client_IReflectionCache2Generated_c11, com_badlogic_gwtref_client_IReflectionCache2Generated_c110, com_badlogic_gwtref_client_IReflectionCache2Generated_c111, com_badlogic_gwtref_client_IReflectionCache2Generated_c112, com_badlogic_gwtref_client_IReflectionCache2Generated_c113, com_badlogic_gwtref_client_IReflectionCache2Generated_c114, com_badlogic_gwtref_client_IReflectionCache2Generated_c115, com_badlogic_gwtref_client_IReflectionCache2Generated_c116, com_badlogic_gwtref_client_IReflectionCache2Generated_c117, com_badlogic_gwtref_client_IReflectionCache2Generated_c118, com_badlogic_gwtref_client_IReflectionCache2Generated_c119, com_badlogic_gwtref_client_IReflectionCache2Generated_c12, com_badlogic_gwtref_client_IReflectionCache2Generated_c120, com_badlogic_gwtref_client_IReflectionCache2Generated_c121, com_badlogic_gwtref_client_IReflectionCache2Generated_c122, com_badlogic_gwtref_client_IReflectionCache2Generated_c123, com_badlogic_gwtref_client_IReflectionCache2Generated_c124, com_badlogic_gwtref_client_IReflectionCache2Generated_c125, com_badlogic_gwtref_client_IReflectionCache2Generated_c126, com_badlogic_gwtref_client_IReflectionCache2Generated_c127, com_badlogic_gwtref_client_IReflectionCache2Generated_c128, com_badlogic_gwtref_client_IReflectionCache2Generated_c129, com_badlogic_gwtref_client_IReflectionCache2Generated_c13, com_badlogic_gwtref_client_IReflectionCache2Generated_c130, com_badlogic_gwtref_client_IReflectionCache2Generated_c131, com_badlogic_gwtref_client_IReflectionCache2Generated_c132, com_badlogic_gwtref_client_IReflectionCache2Generated_c133, com_badlogic_gwtref_client_IReflectionCache2Generated_c134, com_badlogic_gwtref_client_IReflectionCache2Generated_c135, com_badlogic_gwtref_client_IReflectionCache2Generated_c136, com_badlogic_gwtref_client_IReflectionCache2Generated_c137, com_badlogic_gwtref_client_IReflectionCache2Generated_c138, com_badlogic_gwtref_client_IReflectionCache2Generated_c139, com_badlogic_gwtref_client_IReflectionCache2Generated_c14, com_badlogic_gwtref_client_IReflectionCache2Generated_c140, com_badlogic_gwtref_client_IReflectionCache2Generated_c141, com_badlogic_gwtref_client_IReflectionCache2Generated_c142, com_badlogic_gwtref_client_IReflectionCache2Generated_c143, com_badlogic_gwtref_client_IReflectionCache2Generated_c144, com_badlogic_gwtref_client_IReflectionCache2Generated_c145, com_badlogic_gwtref_client_IReflectionCache2Generated_c146, com_badlogic_gwtref_client_IReflectionCache2Generated_c147, com_badlogic_gwtref_client_IReflectionCache2Generated_c148, com_badlogic_gwtref_client_IReflectionCache2Generated_c149, com_badlogic_gwtref_client_IReflectionCache2Generated_c15, com_badlogic_gwtref_client_IReflectionCache2Generated_c150, com_badlogic_gwtref_client_IReflectionCache2Generated_c151, com_badlogic_gwtref_client_IReflectionCache2Generated_c152, com_badlogic_gwtref_client_IReflectionCache2Generated_c153, com_badlogic_gwtref_client_IReflectionCache2Generated_c154, com_badlogic_gwtref_client_IReflectionCache2Generated_c155, com_badlogic_gwtref_client_IReflectionCache2Generated_c156, com_badlogic_gwtref_client_IReflectionCache2Generated_c157, com_badlogic_gwtref_client_IReflectionCache2Generated_c158, com_badlogic_gwtref_client_IReflectionCache2Generated_c159, com_badlogic_gwtref_client_IReflectionCache2Generated_c16, com_badlogic_gwtref_client_IReflectionCache2Generated_c160, com_badlogic_gwtref_client_IReflectionCache2Generated_c161, com_badlogic_gwtref_client_IReflectionCache2Generated_c162, com_badlogic_gwtref_client_IReflectionCache2Generated_c163, com_badlogic_gwtref_client_IReflectionCache2Generated_c164, com_badlogic_gwtref_client_IReflectionCache2Generated_c165, com_badlogic_gwtref_client_IReflectionCache2Generated_c166, com_badlogic_gwtref_client_IReflectionCache2Generated_c167, com_badlogic_gwtref_client_IReflectionCache2Generated_c168, com_badlogic_gwtref_client_IReflectionCache2Generated_c169, com_badlogic_gwtref_client_IReflectionCache2Generated_c17, com_badlogic_gwtref_client_IReflectionCache2Generated_c170, com_badlogic_gwtref_client_IReflectionCache2Generated_c171, com_badlogic_gwtref_client_IReflectionCache2Generated_c172, com_badlogic_gwtref_client_IReflectionCache2Generated_c173, com_badlogic_gwtref_client_IReflectionCache2Generated_c174, com_badlogic_gwtref_client_IReflectionCache2Generated_c175, com_badlogic_gwtref_client_IReflectionCache2Generated_c176, com_badlogic_gwtref_client_IReflectionCache2Generated_c177, com_badlogic_gwtref_client_IReflectionCache2Generated_c178, com_badlogic_gwtref_client_IReflectionCache2Generated_c179, com_badlogic_gwtref_client_IReflectionCache2Generated_c18, com_badlogic_gwtref_client_IReflectionCache2Generated_c180, com_badlogic_gwtref_client_IReflectionCache2Generated_c181, com_badlogic_gwtref_client_IReflectionCache2Generated_c182, com_badlogic_gwtref_client_IReflectionCache2Generated_c183, com_badlogic_gwtref_client_IReflectionCache2Generated_c184, com_badlogic_gwtref_client_IReflectionCache2Generated_c185, com_badlogic_gwtref_client_IReflectionCache2Generated_c186, com_badlogic_gwtref_client_IReflectionCache2Generated_c187, com_badlogic_gwtref_client_IReflectionCache2Generated_c188, com_badlogic_gwtref_client_IReflectionCache2Generated_c189, com_badlogic_gwtref_client_IReflectionCache2Generated_c19, com_badlogic_gwtref_client_IReflectionCache2Generated_c190, com_badlogic_gwtref_client_IReflectionCache2Generated_c191, com_badlogic_gwtref_client_IReflectionCache2Generated_c192, com_badlogic_gwtref_client_IReflectionCache2Generated_c193, com_badlogic_gwtref_client_IReflectionCache2Generated_c194, com_badlogic_gwtref_client_IReflectionCache2Generated_c195, com_badlogic_gwtref_client_IReflectionCache2Generated_c196, com_badlogic_gwtref_client_IReflectionCache2Generated_c197, com_badlogic_gwtref_client_IReflectionCache2Generated_c198, com_badlogic_gwtref_client_IReflectionCache2Generated_c199, com_badlogic_gwtref_client_IReflectionCache2Generated_c1_1_1Ljava_1util_1Collection_1, com_badlogic_gwtref_client_IReflectionCache2Generated_c2, com_badlogic_gwtref_client_IReflectionCache2Generated_c20, com_badlogic_gwtref_client_IReflectionCache2Generated_c200, com_badlogic_gwtref_client_IReflectionCache2Generated_c201, com_badlogic_gwtref_client_IReflectionCache2Generated_c202, com_badlogic_gwtref_client_IReflectionCache2Generated_c203, com_badlogic_gwtref_client_IReflectionCache2Generated_c204, com_badlogic_gwtref_client_IReflectionCache2Generated_c205, com_badlogic_gwtref_client_IReflectionCache2Generated_c206, com_badlogic_gwtref_client_IReflectionCache2Generated_c207, com_badlogic_gwtref_client_IReflectionCache2Generated_c208, com_badlogic_gwtref_client_IReflectionCache2Generated_c209, com_badlogic_gwtref_client_IReflectionCache2Generated_c21, com_badlogic_gwtref_client_IReflectionCache2Generated_c210, com_badlogic_gwtref_client_IReflectionCache2Generated_c211, com_badlogic_gwtref_client_IReflectionCache2Generated_c212, com_badlogic_gwtref_client_IReflectionCache2Generated_c213, com_badlogic_gwtref_client_IReflectionCache2Generated_c214, com_badlogic_gwtref_client_IReflectionCache2Generated_c215, com_badlogic_gwtref_client_IReflectionCache2Generated_c216, com_badlogic_gwtref_client_IReflectionCache2Generated_c217, com_badlogic_gwtref_client_IReflectionCache2Generated_c218, com_badlogic_gwtref_client_IReflectionCache2Generated_c219, com_badlogic_gwtref_client_IReflectionCache2Generated_c22, com_badlogic_gwtref_client_IReflectionCache2Generated_c220, com_badlogic_gwtref_client_IReflectionCache2Generated_c221, com_badlogic_gwtref_client_IReflectionCache2Generated_c222, com_badlogic_gwtref_client_IReflectionCache2Generated_c223, com_badlogic_gwtref_client_IReflectionCache2Generated_c224, com_badlogic_gwtref_client_IReflectionCache2Generated_c225, com_badlogic_gwtref_client_IReflectionCache2Generated_c226, com_badlogic_gwtref_client_IReflectionCache2Generated_c227, com_badlogic_gwtref_client_IReflectionCache2Generated_c228, com_badlogic_gwtref_client_IReflectionCache2Generated_c229, com_badlogic_gwtref_client_IReflectionCache2Generated_c23, com_badlogic_gwtref_client_IReflectionCache2Generated_c230, com_badlogic_gwtref_client_IReflectionCache2Generated_c231, com_badlogic_gwtref_client_IReflectionCache2Generated_c232, com_badlogic_gwtref_client_IReflectionCache2Generated_c233, com_badlogic_gwtref_client_IReflectionCache2Generated_c234, com_badlogic_gwtref_client_IReflectionCache2Generated_c24, com_badlogic_gwtref_client_IReflectionCache2Generated_c25, com_badlogic_gwtref_client_IReflectionCache2Generated_c26, com_badlogic_gwtref_client_IReflectionCache2Generated_c27, com_badlogic_gwtref_client_IReflectionCache2Generated_c28, com_badlogic_gwtref_client_IReflectionCache2Generated_c29, com_badlogic_gwtref_client_IReflectionCache2Generated_c2_1_1Ljava_1util_1Collection_1, com_badlogic_gwtref_client_IReflectionCache2Generated_c3, com_badlogic_gwtref_client_IReflectionCache2Generated_c30, com_badlogic_gwtref_client_IReflectionCache2Generated_c31, com_badlogic_gwtref_client_IReflectionCache2Generated_c32, com_badlogic_gwtref_client_IReflectionCache2Generated_c33, com_badlogic_gwtref_client_IReflectionCache2Generated_c34, com_badlogic_gwtref_client_IReflectionCache2Generated_c35, com_badlogic_gwtref_client_IReflectionCache2Generated_c36, com_badlogic_gwtref_client_IReflectionCache2Generated_c37, com_badlogic_gwtref_client_IReflectionCache2Generated_c38, com_badlogic_gwtref_client_IReflectionCache2Generated_c39, com_badlogic_gwtref_client_IReflectionCache2Generated_c4, com_badlogic_gwtref_client_IReflectionCache2Generated_c40, com_badlogic_gwtref_client_IReflectionCache2Generated_c41, com_badlogic_gwtref_client_IReflectionCache2Generated_c42, com_badlogic_gwtref_client_IReflectionCache2Generated_c43, com_badlogic_gwtref_client_IReflectionCache2Generated_c44, com_badlogic_gwtref_client_IReflectionCache2Generated_c45, com_badlogic_gwtref_client_IReflectionCache2Generated_c46, com_badlogic_gwtref_client_IReflectionCache2Generated_c47, com_badlogic_gwtref_client_IReflectionCache2Generated_c48, com_badlogic_gwtref_client_IReflectionCache2Generated_c49, com_badlogic_gwtref_client_IReflectionCache2Generated_c5, com_badlogic_gwtref_client_IReflectionCache2Generated_c50, com_badlogic_gwtref_client_IReflectionCache2Generated_c51, com_badlogic_gwtref_client_IReflectionCache2Generated_c52, com_badlogic_gwtref_client_IReflectionCache2Generated_c53, com_badlogic_gwtref_client_IReflectionCache2Generated_c54, com_badlogic_gwtref_client_IReflectionCache2Generated_c55, com_badlogic_gwtref_client_IReflectionCache2Generated_c56, com_badlogic_gwtref_client_IReflectionCache2Generated_c57, com_badlogic_gwtref_client_IReflectionCache2Generated_c58, com_badlogic_gwtref_client_IReflectionCache2Generated_c59, com_badlogic_gwtref_client_IReflectionCache2Generated_c6, com_badlogic_gwtref_client_IReflectionCache2Generated_c60, com_badlogic_gwtref_client_IReflectionCache2Generated_c61, com_badlogic_gwtref_client_IReflectionCache2Generated_c62, com_badlogic_gwtref_client_IReflectionCache2Generated_c63, com_badlogic_gwtref_client_IReflectionCache2Generated_c64, com_badlogic_gwtref_client_IReflectionCache2Generated_c65, com_badlogic_gwtref_client_IReflectionCache2Generated_c66, com_badlogic_gwtref_client_IReflectionCache2Generated_c67, com_badlogic_gwtref_client_IReflectionCache2Generated_c68, com_badlogic_gwtref_client_IReflectionCache2Generated_c69, com_badlogic_gwtref_client_IReflectionCache2Generated_c7, com_badlogic_gwtref_client_IReflectionCache2Generated_c70, com_badlogic_gwtref_client_IReflectionCache2Generated_c71, com_badlogic_gwtref_client_IReflectionCache2Generated_c72, com_badlogic_gwtref_client_IReflectionCache2Generated_c73, com_badlogic_gwtref_client_IReflectionCache2Generated_c74, com_badlogic_gwtref_client_IReflectionCache2Generated_c75, com_badlogic_gwtref_client_IReflectionCache2Generated_c76, com_badlogic_gwtref_client_IReflectionCache2Generated_c77, com_badlogic_gwtref_client_IReflectionCache2Generated_c78, com_badlogic_gwtref_client_IReflectionCache2Generated_c79, com_badlogic_gwtref_client_IReflectionCache2Generated_c8, com_badlogic_gwtref_client_IReflectionCache2Generated_c80, com_badlogic_gwtref_client_IReflectionCache2Generated_c81, com_badlogic_gwtref_client_IReflectionCache2Generated_c82, com_badlogic_gwtref_client_IReflectionCache2Generated_c83, com_badlogic_gwtref_client_IReflectionCache2Generated_c84, com_badlogic_gwtref_client_IReflectionCache2Generated_c85, com_badlogic_gwtref_client_IReflectionCache2Generated_c86, com_badlogic_gwtref_client_IReflectionCache2Generated_c87, com_badlogic_gwtref_client_IReflectionCache2Generated_c88, com_badlogic_gwtref_client_IReflectionCache2Generated_c89, com_badlogic_gwtref_client_IReflectionCache2Generated_c9, com_badlogic_gwtref_client_IReflectionCache2Generated_c90, com_badlogic_gwtref_client_IReflectionCache2Generated_c91, com_badlogic_gwtref_client_IReflectionCache2Generated_c92, com_badlogic_gwtref_client_IReflectionCache2Generated_c93, com_badlogic_gwtref_client_IReflectionCache2Generated_c94, com_badlogic_gwtref_client_IReflectionCache2Generated_c95, com_badlogic_gwtref_client_IReflectionCache2Generated_c96, com_badlogic_gwtref_client_IReflectionCache2Generated_c97, com_badlogic_gwtref_client_IReflectionCache2Generated_c98, com_badlogic_gwtref_client_IReflectionCache2Generated_c99, com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1lang_1Character_1, com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Collection_1, com_badlogic_gwtref_client_IReflectionCache2Generated_c_1_1Ljava_1util_1Comparator_1, com_badlogic_gwtref_client_IReflectionCache2Generated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1Camera_1, com_badlogic_gwtref_client_IReflectionCache2Generated_cancelTouchFocus_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_capacity_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_capture_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_cbuf_1_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_cell_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Cell_1, com_badlogic_gwtref_client_IReflectionCache2Generated_centerHorizontal_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_centerVertical_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_ch_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_character_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_chars_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_charsetName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_charset_1_1Ljava_1nio_1charset_1Charset_1, com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOff_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_checkboxOn_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_checked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_childIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_child_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1, com_badlogic_gwtref_client_IReflectionCache2Generated_clamp_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_clipboard_1_1Lcom_1badlogic_1gdx_1utils_1Clipboard_1, com_badlogic_gwtref_client_IReflectionCache2Generated_cmp_1_1Ljava_1util_1Comparator_1, com_badlogic_gwtref_client_IReflectionCache2Generated_codePointOffset_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_codePoint_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_codePoints_1_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_coll_1_1Ljava_1util_1Collection_1, com_badlogic_gwtref_client_IReflectionCache2Generated_collection_1_1Ljava_1lang_1Iterable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_colorName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1, com_badlogic_gwtref_client_IReflectionCache2Generated_colspan_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_columnAlign_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_columnIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_column_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_comp_1_1Ljava_1util_1Comparator_1, com_badlogic_gwtref_client_IReflectionCache2Generated_comparator_1_1Ljava_1util_1Comparator_1, com_badlogic_gwtref_client_IReflectionCache2Generated_consumer_1_1Ljava_1util_1function_1Consumer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_content_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_contents_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_context_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_coords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_count_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_cs_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_cullingArea_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_currentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_currentX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_currentY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPatch_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_cursorPosition_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_cursor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_d_1_1D, com_badlogic_gwtref_client_IReflectionCache2Generated_data_1_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_deadzoneRadius_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_debugAll_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_debugInvisible_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_debugParentUnderMouse_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1, com_badlogic_gwtref_client_IReflectionCache2Generated_debugTableUnderMouse_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_debugUnderMouse_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_debug_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table$Debug_1, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultSerializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1B, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1D, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1J, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1S, com_badlogic_gwtref_client_IReflectionCache2Generated_defaultValue_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_degrees_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_delayedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_delimiter_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_deltaX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_deltaY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_delta_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_deprecated_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_deque_1_1Ljava_1util_1Deque_1, com_badlogic_gwtref_client_IReflectionCache2Generated_descendant_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_dest_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCache2Generated_digit_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_disabled_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_dist_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_distance_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_down_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_dragActorY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_dragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_dragMillis_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_dragStartY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_drawableName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1NinePatchDrawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1SpriteDrawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_drawable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1TextureRegionDrawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_drawble_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_dstBegin_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_dstIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_dst_1_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_duration_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_dx_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_dy_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_dz_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1, com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1lang_1Enum_1, com_badlogic_gwtref_client_IReflectionCache2Generated_e_1_1Ljava_1util_1Enumeration_1, com_badlogic_gwtref_client_IReflectionCache2Generated_elementType_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCache2Generated_element_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1Ljava_1lang_1Iterable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_elements_1_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_ellipsis_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_enabled_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_endIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_end_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_enumConstants_1_1_1Ljava_1lang_1Enum_1, com_badlogic_gwtref_client_IReflectionCache2Generated_enumNames_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_enumType_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCache2Generated_enumValueOfFunc_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1, com_badlogic_gwtref_client_IReflectionCache2Generated_eventClass_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Event_1, com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent_1, com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ChangeListener$ChangeEvent_1, com_badlogic_gwtref_client_IReflectionCache2Generated_event_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent_1, com_badlogic_gwtref_client_IReflectionCache2Generated_exceptActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_exceptListener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1, com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_except_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1, com_badlogic_gwtref_client_IReflectionCache2Generated_expandIcon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_expand_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_expanded_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_f_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_fadeAlphaSeconds_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_fadeDelaySeconds_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_fadeScrollBars_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_fieldName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_fieldNames_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCache2Generated_field_1_1Lcom_1badlogic_1gdx_1utils_1reflect_1Field_1, com_badlogic_gwtref_client_IReflectionCache2Generated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_fillParent_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_fill_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldFilter_1, com_badlogic_gwtref_client_IReflectionCache2Generated_filter_1_1Ljava_1util_1function_1Predicate_1, com_badlogic_gwtref_client_IReflectionCache2Generated_fireChangeEvent_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_fireEvent_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_firstWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_first_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_flickScroll_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_flingTime_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_focusTraversal_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_focusType_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1FocusListener$FocusEvent$Type_1, com_badlogic_gwtref_client_IReflectionCache2Generated_focused_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorSelected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1, com_badlogic_gwtref_client_IReflectionCache2Generated_fontColorUnselected_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1, com_badlogic_gwtref_client_IReflectionCache2Generated_fontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1, com_badlogic_gwtref_client_IReflectionCache2Generated_fontName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_fontScaleY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_fontScale_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1, com_badlogic_gwtref_client_IReflectionCache2Generated_forward_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_fromActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_fromIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_from_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_g_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_hScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_hScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_h_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_halfTapSquareSize_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_handle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_height_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_highSurrogate_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_high_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_i_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_iconX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_icon_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_identity_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreCase_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreDeprecated_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_ignoreUnknownFields_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_ignoredCapacity_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_ignored_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_imageChecked_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_imageDown_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_imageUp_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_imagesDir_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_indentSpacing_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_indent_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_index_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_initialCapacity_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_initialDistance_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_initialPointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_initialSize_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_input_1_1Ljava_1io_1InputStream_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Boolean_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Byte_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Character_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Double_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Float_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Integer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1Short_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1ArrayList_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Collection_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1HashMap_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Map_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1Ljava_1util_1Set_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instance_1_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_instant_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1, com_badlogic_gwtref_client_IReflectionCache2Generated_invTransform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCache2Generated_invalidDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_isChecked_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_isDisabled_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_isModal_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_isMovable_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_isResizable_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_isTouchUp_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_item_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_items_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCache2Generated_j_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1, com_badlogic_gwtref_client_IReflectionCache2Generated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1, com_badlogic_gwtref_client_IReflectionCache2Generated_jsonName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1, com_badlogic_gwtref_client_IReflectionCache2Generated_json_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_jump_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_keepWithinStage_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_keyArrayType_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCache2Generated_keyCode_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_key_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_keyboard_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$OnscreenKeyboard_1, com_badlogic_gwtref_client_IReflectionCache2Generated_keycode_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_knob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_knownType_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCache2Generated_kthLowest_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_l_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCache2Generated_labelAlign_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyleName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_labelStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_label_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label_1, com_badlogic_gwtref_client_IReflectionCache2Generated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1, com_badlogic_gwtref_client_IReflectionCache2Generated_leftWidth_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_left_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_len_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_length_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_limit_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_lineAlign_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_line_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_listStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_list_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCache2Generated_listenerActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1EventListener_1, com_badlogic_gwtref_client_IReflectionCache2Generated_listener_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_1, com_badlogic_gwtref_client_IReflectionCache2Generated_loadFactor_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_localCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_localRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_locale_1_1Ljava_1util_1Locale_1, com_badlogic_gwtref_client_IReflectionCache2Generated_longPressDuration_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_lowSurrogate_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_low_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_lst_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1Map_1, com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1NavigableMap_1, com_badlogic_gwtref_client_IReflectionCache2Generated_m_1_1Ljava_1util_1SortedMap_1, com_badlogic_gwtref_client_IReflectionCache2Generated_manager_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TooltipManager_1, com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ArrayMap_1, com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1ObjectMap_1, com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1badlogic_1gdx_1utils_1OrderedMap_1, com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Lcom_1google_1gwt_1core_1client_1JavaScriptObject_1, com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1Map_1, com_badlogic_gwtref_client_IReflectionCache2Generated_map_1_1Ljava_1util_1SortedMap_1, com_badlogic_gwtref_client_IReflectionCache2Generated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCache2Generated_maxAmount_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_maxCheckCount_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_maxFlingDelay_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_maxHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_maxLength_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_maxListCount_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_maxMatch_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_maxSpeedPixels_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_maxWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_max_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_maximumCapacity_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_messageText_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_message_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_minAmount_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_minCheckCount_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_minHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_minSpeedPixels_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_minWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_min_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_minus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_multiple_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_n_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_name_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_newActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCache2Generated_newItems_1_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_newSize_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_newState_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_newTarget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_newText_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_newVal_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_next_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1, com_badlogic_gwtref_client_IReflectionCache2Generated_node_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1, com_badlogic_gwtref_client_IReflectionCache2Generated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCache2Generated_o_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1, com_badlogic_gwtref_client_IReflectionCache2Generated_obj_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1, com_badlogic_gwtref_client_IReflectionCache2Generated_object_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_off_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_offset_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_ofs_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_oldText_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_oldVal_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_onlyFontChars_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_ooffset_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_operator_1_1Ljava_1util_1function_1UnaryOperator_1, com_badlogic_gwtref_client_IReflectionCache2Generated_ordered_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_originX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_originY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_origin_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Enum_1, com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_other_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_out_1_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_outputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1, com_badlogic_gwtref_client_IReflectionCache2Generated_overLast_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_overNode_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1, com_badlogic_gwtref_client_IReflectionCache2Generated_over_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollX_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_overscrollY_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_padBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_padLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_padRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_padTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_pad_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_padding_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_parentAlpha_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_parentCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1, com_badlogic_gwtref_client_IReflectionCache2Generated_parent_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_1, com_badlogic_gwtref_client_IReflectionCache2Generated_particleEffect_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1ParticleEffect_1, com_badlogic_gwtref_client_IReflectionCache2Generated_particleFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_passwordCharacter_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_passwordMode_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_patch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1, com_badlogic_gwtref_client_IReflectionCache2Generated_payload_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Payload_1, com_badlogic_gwtref_client_IReflectionCache2Generated_percentDelta_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_percentX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_percentY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_percent_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_pixelsY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_pixels_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_plusMinusWidth_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_plus_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_pointer1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_pointer2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_pointer_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCache2Generated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1, com_badlogic_gwtref_client_IReflectionCache2Generated_position_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_predicate_1_1Lcom_1badlogic_1gdx_1utils_1Predicate_1, com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_prefHeight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_prefRows_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_prefWidth_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_prefix_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_prev_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1, com_badlogic_gwtref_client_IReflectionCache2Generated_programmaticChangeEvents_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_queue_1_1Lcom_1badlogic_1gdx_1utils_1Queue_1, com_badlogic_gwtref_client_IReflectionCache2Generated_quoteLongValues_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_r_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_radius_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_radix_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_rampSecs_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_rangeSelect_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1, com_badlogic_gwtref_client_IReflectionCache2Generated_readDeprecated_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_reader_1_1Ljava_1io_1Reader_1, com_badlogic_gwtref_client_IReflectionCache2Generated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_recursively_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_regex_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_regionName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1, com_badlogic_gwtref_client_IReflectionCache2Generated_relatedActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_removeActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_repeatedAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_replaceStr_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_replace_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_required_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_resetOnStart_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_reset_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_resizeBorder_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_resource_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_reverse_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_rightWidth_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_right_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_rnd_1_1Ljava_1util_1Random_1, com_badlogic_gwtref_client_IReflectionCache2Generated_root_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Group_1, com_badlogic_gwtref_client_IReflectionCache2Generated_rotationAmount_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_rotation_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_round_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_rowAlign_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_rowIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_rowY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_runnable_1_1Ljava_1lang_1Runnable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1NavigableSet_1, com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1Set_1, com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1Ljava_1util_1SortedSet_1, com_badlogic_gwtref_client_IReflectionCache2Generated_s_1_1S, com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuffer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_sb_1_1Ljava_1lang_1StringBuilder_1, com_badlogic_gwtref_client_IReflectionCache2Generated_scaleXY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_scaleX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_scaleY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_scale_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_scaledAction_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Action_1, com_badlogic_gwtref_client_IReflectionCache2Generated_scaling_1_1Lcom_1badlogic_1gdx_1utils_1Scaling_1, com_badlogic_gwtref_client_IReflectionCache2Generated_scissorRect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_scissor_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_screenCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_screenX_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_screenY_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_scrollAmount_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_scrollBarTouch_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_scrollPane_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_scrollStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_scroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane_1, com_badlogic_gwtref_client_IReflectionCache2Generated_scrollbarsOnTop_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_secondWidget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_second_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_selectBox_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox_1, com_badlogic_gwtref_client_IReflectionCache2Generated_selectable_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_selectedPrefWidth_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_selectionEnd_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_selectionStart_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1ArraySelection_1, com_badlogic_gwtref_client_IReflectionCache2Generated_selection_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_separator_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_seq_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_serializer_1_1Lcom_1badlogic_1gdx_1utils_1Json$Serializer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1Set_1, com_badlogic_gwtref_client_IReflectionCache2Generated_set_1_1Ljava_1util_1SortedSet_1, com_badlogic_gwtref_client_IReflectionCache2Generated_settings_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$PrettyPrintSettings_1, com_badlogic_gwtref_client_IReflectionCache2Generated_shapes_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShapeRenderer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_singleLineColumns_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_size_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_skinFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_skin_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Skin_1, com_badlogic_gwtref_client_IReflectionCache2Generated_smoothScrolling_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_sortFields_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_sortedList_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCache2Generated_source_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_1, com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_spaceBottom_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_spaceLeft_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_spaceRight_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_spaceTop_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_space_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_speedMax_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_speedMin_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_sphere_1_1Lcom_1badlogic_1gdx_1math_1collision_1Sphere_1, com_badlogic_gwtref_client_IReflectionCache2Generated_splitAmount_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1, com_badlogic_gwtref_client_IReflectionCache2Generated_srcBegin_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_srcEnd_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_src_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCache2Generated_stageCoords_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCache2Generated_stageX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_stageY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_stage_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Stage_1, com_badlogic_gwtref_client_IReflectionCache2Generated_startIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_start_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_stepSize_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_str_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_streamReader_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_1, com_badlogic_gwtref_client_IReflectionCache2Generated_streamWriter_1_1Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_1, com_badlogic_gwtref_client_IReflectionCache2Generated_stringValue_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_styleName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Button$ButtonStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1CheckBox$CheckBoxStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageButton$ImageButtonStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ImageTextButton$ImageTextButtonStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Label$LabelStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1List$ListStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ProgressBar$ProgressBarStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1ScrollPane$ScrollPaneStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SelectBox$SelectBoxStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Slider$SliderStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1SplitPane$SplitPaneStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextButton$TextButtonStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextTooltip$TextTooltipStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Touchpad$TouchpadStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$TreeStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_style_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_suffix_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_t_1_1Ljava_1util_1Map_1, com_badlogic_gwtref_client_IReflectionCache2Generated_table_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Table_1, com_badlogic_gwtref_client_IReflectionCache2Generated_tag_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_tapCountInterval_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_tapCount_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_targetActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_1, com_badlogic_gwtref_client_IReflectionCache2Generated_target_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCache2Generated_textField_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField_1, com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_text_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1, com_badlogic_gwtref_client_IReflectionCache2Generated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1, com_badlogic_gwtref_client_IReflectionCache2Generated_threshold_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_tickSecs_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_time_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1, com_badlogic_gwtref_client_IReflectionCache2Generated_titleFontColor_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1, com_badlogic_gwtref_client_IReflectionCache2Generated_titleFont_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1, com_badlogic_gwtref_client_IReflectionCache2Generated_title_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_toActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_toBeCopied_1_1Ljava_1util_1Map_1, com_badlogic_gwtref_client_IReflectionCache2Generated_toIndex_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_toInsert_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_to_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_toffset_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_toggle_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_tooltip_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tooltip_1, com_badlogic_gwtref_client_IReflectionCache2Generated_topHeight_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_top_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_touchFocus_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_touchIndependent_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_touchOffsetY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Touchable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_touchable_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_transformMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCache2Generated_transform_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_tree_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree_1, com_badlogic_gwtref_client_IReflectionCache2Generated_typeName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_typeToSelect_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1InputEvent$Type_1, com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue$ValueType_1, com_badlogic_gwtref_client_IReflectionCache2Generated_type_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCache2Generated_uncheckLast_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_unfocus_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_uniform_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_up_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_usePrototypes_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_useShortestDirection_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_userObject_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_vScrollKnob_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_vScroll_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1Drawable_1, com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCache2Generated_v_1_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_validDragActor_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_value1_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_value2_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_value3_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_value4_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_valueArrayType_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1B, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1D, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1J, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Enum_1, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1S, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_value_1_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCache2Generated_values_1_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_variableSizeKnobs_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_velocityX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_velocityY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_vertical_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_viewportHeight_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_viewportWidth_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_viewportX_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_viewportY_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_viewport_1_1Lcom_1badlogic_1gdx_1utils_1viewport_1Viewport_1, com_badlogic_gwtref_client_IReflectionCache2Generated_visible_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_visualPressed_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_w_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_widget_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1Actor_1, com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_width_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Value_1, com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyleName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_windowStyle_1_1Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Window$WindowStyle_1, com_badlogic_gwtref_client_IReflectionCache2Generated_window_1size_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_wrapReverse_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_wrapSpace_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_wrap_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_writer_1_1Ljava_1io_1Writer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1B, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1D, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1J, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1StringBuffer_1, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1S, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_x_1_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_ySpacing_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1B, com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1C, com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1D, com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1F, com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1I, com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1S, com_badlogic_gwtref_client_IReflectionCache2Generated_y_1_1Z, com_badlogic_gwtref_client_IReflectionCache2Generated_z_1_1F; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'IReflectionCache2Generated', 931, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1annotation_1Annotation_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2('java.lang.annotation', 'Annotation'); +var com_google_gwt_lang_ClassLiteralHolder_Ljsinterop_1annotations_1JsType_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2('jsinterop.annotations', 'JsType'); +function com_badlogic_gwtref_client_IReflectionCache2Generated$11_IReflectionCache2Generated$11__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(933, 1, $intern_1792, com_badlogic_gwtref_client_IReflectionCache2Generated$11_IReflectionCache2Generated$11__V); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gwtref_client_IReflectionCache2Generated$11_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.hashCode__I = function com_badlogic_gwtref_client_IReflectionCache2Generated$11_hashCode__I(){ + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated$11_toString__Ljava_lang_String_2(){ + var number; + return java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$11_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$11_12_1classLit.java_lang_Class_typeName + '@' + (number = javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this) >>> 0 , number.toString(16)); +} +; +_.annotationType__Ljava_lang_Class_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated$11_annotationType__Ljava_lang_Class_2(){ + return com_google_gwt_lang_ClassLiteralHolder_Ljsinterop_1annotations_1JsType_12_1classLit; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$11_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'IReflectionCache2Generated/11', 933, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gwtref_client_IReflectionCache2Generated$19_IReflectionCache2Generated$19__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(934, 1, $intern_1792, com_badlogic_gwtref_client_IReflectionCache2Generated$19_IReflectionCache2Generated$19__V); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gwtref_client_IReflectionCache2Generated$19_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.hashCode__I = function com_badlogic_gwtref_client_IReflectionCache2Generated$19_hashCode__I(){ + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated$19_toString__Ljava_lang_String_2(){ + var number; + return java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$19_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$19_12_1classLit.java_lang_Class_typeName + '@' + (number = javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this) >>> 0 , number.toString(16)); +} +; +_.annotationType__Ljava_lang_Class_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated$19_annotationType__Ljava_lang_Class_2(){ + return com_google_gwt_lang_ClassLiteralHolder_Ljsinterop_1annotations_1JsType_12_1classLit; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$19_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'IReflectionCache2Generated/19', 934, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gwtref_client_IReflectionCache2Generated$21_IReflectionCache2Generated$21__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(935, 1, $intern_1792, com_badlogic_gwtref_client_IReflectionCache2Generated$21_IReflectionCache2Generated$21__V); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gwtref_client_IReflectionCache2Generated$21_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.hashCode__I = function com_badlogic_gwtref_client_IReflectionCache2Generated$21_hashCode__I(){ + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated$21_toString__Ljava_lang_String_2(){ + var number; + return java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$21_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$21_12_1classLit.java_lang_Class_typeName + '@' + (number = javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this) >>> 0 , number.toString(16)); +} +; +_.annotationType__Ljava_lang_Class_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated$21_annotationType__Ljava_lang_Class_2(){ + return com_google_gwt_lang_ClassLiteralHolder_Ljsinterop_1annotations_1JsType_12_1classLit; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$21_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'IReflectionCache2Generated/21', 935, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gwtref_client_IReflectionCache2Generated$7_IReflectionCache2Generated$7__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(932, 1, $intern_1792, com_badlogic_gwtref_client_IReflectionCache2Generated$7_IReflectionCache2Generated$7__V); +_.equals__Ljava_lang_Object_2Z = function com_badlogic_gwtref_client_IReflectionCache2Generated$7_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.hashCode__I = function com_badlogic_gwtref_client_IReflectionCache2Generated$7_hashCode__I(){ + return javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated$7_toString__Ljava_lang_String_2(){ + var number; + return java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$7_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$7_12_1classLit.java_lang_Class_typeName + '@' + (number = javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this) >>> 0 , number.toString(16)); +} +; +_.annotationType__Ljava_lang_Class_2 = function com_badlogic_gwtref_client_IReflectionCache2Generated$7_annotationType__Ljava_lang_Class_2(){ + return com_google_gwt_lang_ClassLiteralHolder_Ljsinterop_1annotations_1JsType_12_1classLit; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCache2Generated$7_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'IReflectionCache2Generated/7', 932, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$clinit__V(){ + com_badlogic_gwtref_client_IReflectionCacheGenerated_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, $intern_144, 7, 0, 0, 1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$forName__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Ljava_lang_String_2Lcom_badlogic_gwtref_client_Type_2(name_0){ + var hashCode; + hashCode = java_lang_String_$hashCode__Ljava_lang_String_2I(name_0); + switch (hashCode) { + case 503501322: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1793)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c19__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1916360242: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1794)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c166__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 606220331: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1795)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c202__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 569975283: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1796)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c69__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1130883946: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1797)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c110__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1572175783: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1798)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c81__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 927159120: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1799)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c24__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -220869440: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1800)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c112__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1827692775: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1801)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c169__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2122712210: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1802)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c225__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -632794030: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1803)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c46__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1116104859: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1804)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c34__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1115745438: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1805)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c8__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2049327160: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1806)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c54__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1698203930: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1807)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c13__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 502277585: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1808)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c150__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1961206472: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1809)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c17__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 612464805: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1810)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c135__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 221509398: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1811)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c218__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2124291770: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1812)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c102__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -232615928: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1813)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c92__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1812525091: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1814)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c200__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1788090552: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1815)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c65__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1181962334: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1816)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c160__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -443056217: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1817)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c38__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1906112939: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1818)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c185__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -206887534: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1819)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c149__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 123080553: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1820)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c168__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1289525918: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1821)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c121__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1619585226: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1822)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c176__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1668119855: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1823)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c134__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2124291801: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1824)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c101__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -614263509: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1825)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c144__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1039534012: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1826)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c88__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2022577372: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1827)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c78__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1549746184: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1828)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c15__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1853189678: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1829)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c56__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1668963619: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1830)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c207__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1685371951: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1831)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c139__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1332593463: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1832)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c76__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1124076893: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1833)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c32__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2085165096: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1834)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c174__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 945125431: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1835)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c206__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 317069957: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1836)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c159__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -417122491: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1837)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c122__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1937180958: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1838)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c137__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -409304077: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1839)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c188__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 940787833: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1840)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c173__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 653418649: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1841)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c39__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -409304076: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1842)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c189__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1566589712: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1843)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c82__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1374008726: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'byte[]')) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c3__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1774396340: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1844)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c25__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1828083845: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1845)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c205__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1663286619: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1846)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c51__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1466531092: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1847)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c20__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1959338679: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1848)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c183__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1018297393: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1849)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c115__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2087734514: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1850)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c22__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1843928426: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1851)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c212__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 681355288: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1852)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c142__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 451747426: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1853)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c74__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -183863401: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1854)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c141__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -14825539: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1855)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c37__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1002026777: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1856)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c232__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -228264767: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1857)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c49__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1676951902: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1858)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c7__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 172055787: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1859)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c222__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1335671608: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1860)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c71__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -196532510: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1861)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c192__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1335586616: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1862)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c113__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -735821176: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1863)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c138__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2133558662: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1864)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c64__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2014949047: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1865)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c80__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1770296116: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1866)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c47__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1973318448: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1867)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c216__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 933201192: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1868)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c227__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 788678075: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1869)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c129__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -670740801: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1870)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c98__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -773070512: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1871)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c163__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1505435912: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1872)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c109__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1032007487: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1873)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c180__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 764654381: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1874)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c103__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1185276516: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1875)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c124__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1456948758: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1876)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c133__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1833696649: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1877)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c83__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1716390539: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1878)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c140__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1043020015: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1879)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c217__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1387015276: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1880)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c40__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1387800178: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1881)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c178__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1651664571: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1882)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c179__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1285997677: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1883)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c157__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 197517582: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1884)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c204__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1709544233: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1885)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c186__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1130111891: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1886)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c16__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 254049776: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1887)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c29__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -771116836: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1888)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c89__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1609263934: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1889)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c151__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1415555207: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1890)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c108__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 785895438: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1891)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c196__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1075111120: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1892)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c177__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 335221536: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1893)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c194__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -70332139: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1894)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c215__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 623389684: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1895)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c105__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1002688798: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1896)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c127__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1680014531: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1897)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c66__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 205381853: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1898)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c191__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 778281606: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1899)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c23__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 92758368: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1900)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c58__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1508803847: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1901)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c147__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 266898178: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1902)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c181__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1877830408: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1903)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c219__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1019823141: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1904)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c14__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -654596076: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1905)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c128__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 656476112: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1906)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c30__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 200278286: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1907)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c182__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1316940671: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1908)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c120__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1048010102: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1909)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c96__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1466862704: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1910)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c118__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1539098814: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1911)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c209__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -895329365: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1912)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c170__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1997325830: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1913)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c119__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 491331651: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1914)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c155__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1094877769: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1915)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c143__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1119841202: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1916)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c117__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1892459485: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1917)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c164__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -704709908: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1918)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c97__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1729871374: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1919)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c28__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 717915613: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1920)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c26__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2056828802: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1921)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c86__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1856932280: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1922)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c175__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 927015519: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1923)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c52__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1517530963: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1924)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c184__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 901500057: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1925)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c41__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1920107352: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1926)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c201__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 3039496: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1927)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c2__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1672199822: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1928)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c100__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1654835081: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1929)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c223__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 88481899: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1930)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c132__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1078909792: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1931)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c148__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1379535106: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1932)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c107__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 447521174: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1933)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c48__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2058423690: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'boolean[]')) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c1__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1449352481: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1934)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c77__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1000868076: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1935)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c187__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 246768123: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1936)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c104__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 297048314: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1937)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c162__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -279645177: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1938)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c210__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1792041862: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1939)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c171__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 755014231: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1940)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c72__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2087497016: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1941)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c165__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -279645176: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1942)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c211__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -988471224: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1943)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c130__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1986065726: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1944)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c90__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1002027738: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1945)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c230__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1512256321: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1946)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c126__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1019248040: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1947)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c61__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 331256021: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1948)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c10__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1316267808: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1949)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c44__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 771226266: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1950)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c18__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -876553553: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1951)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c106__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1173650564: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1952)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c12__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 331888827: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1953)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c35__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 918780336: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1954)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c167__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 3052374: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1955)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c5__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1471176755: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1956)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c53__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1732311238: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1957)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c131__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1522900289: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1958)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c152__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 34731412: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1959)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c153__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1818977251: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1960)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c84__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -578840842: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1961)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c161__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -256889541: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1962)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c111__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1468107787: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1963)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c156__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1614851533: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1964)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c220__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1791079247: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1965)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c57__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 594197754: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1966)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c73__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1478740407: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1967)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c158__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -783164731: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1968)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c231__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -783164732: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1969)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c229__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -783164730: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1970)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c233__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1852917739: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1971)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c60__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 244825866: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1972)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c62__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 299402822: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1973)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c199__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1523182423: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1974)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c11__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1255904123: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1975)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c9__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1047021002: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1976)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c99__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 998957096: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1977)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c94__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1158616235: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1978)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c224__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -589196988: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1979)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c21__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1852878806: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1980)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c63__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1897630899: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1981)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c154__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -527134915: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1982)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c123__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 453622435: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1983)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c50__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1641595498: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1984)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c79__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2103473362: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1985)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c228__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1917110775: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1986)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c203__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1892128113: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1987)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c136__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2005143614: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1988)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c42__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1639512699: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1989)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c214__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1810622511: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1990)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c75__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1989747037: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1991)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c213__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -196595827: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1992)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c93__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1719211455: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1993)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c146__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1326586076: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1994)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c87__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1740416630: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1995)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c33__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1919825828: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1996)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c226__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 638959582: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1997)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c125__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -486645966: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1998)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c31__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1492933933: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1999)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c70__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1518475089: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2000)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c221__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1155861303: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2001)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c116__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 126259804: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2002)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c55__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1930004691: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2003)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c198__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1619337561: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2004)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c190__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1812514792: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2005)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c197__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1474779655: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2006)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c36__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1317175144: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2007)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c43__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1452674416: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2008)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c85__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 25351269: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2009)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c195__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1797534415: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2010)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c193__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1361632968: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'char[]')) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c6__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 336345598: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2011)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c145__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 64711720: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_1)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c0__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1053518654: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2012)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c59__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 413741919: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2013)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c67__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1794898188: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2014)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c68__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 568217641: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2015)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c114__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1137121854: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2016)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c45__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 2119337387: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2017)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c208__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 1491698448: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2018)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c234__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 438514137: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2019)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c27__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -2020372887: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2020)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c91__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 281277241: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2021)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c172__Lcom_badlogic_gwtref_client_Type_2(); + break; + case -1867422900: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, 'byte[][]')) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c4__Lcom_badlogic_gwtref_client_Type_2(); + break; + case 845130146: + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(name_0, $intern_2022)) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c95__Lcom_badlogic_gwtref_client_Type_2(); + } + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$invoke1__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params){ + var com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1, com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1, com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v2_1, com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d00_1, com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d01_1, com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d11_1, com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d20_1, com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d21_1, com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_denom_1, com_badlogic_gdx_math_GeometryUtils_fromBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_u_1, com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestX_1, com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestY_1; + switch (m.com_badlogic_gwtref_client_Method_methodId) { + case $intern_975: + return new com_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_CylinderSpawnShapeValue__V; + case 1108: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1108__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1109: + return obj.getSide__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_2(); + case 1110: + return obj.setSide__Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_2V(params[0]) , null; + case 1131: + case 1147: + case 1164: + case 1212: + case $intern_976: + return obj.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(params[0]) , null; + case 1128: + case 1153: + case 1187: + case 1214: + case 1220: + case 1226: + case $intern_977: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(); + case 1123: + case 1142: + case 1148: + case 1165: + case 1183: + case 1205: + case 1215: + case 1113: + return obj.write__Lcom_badlogic_gdx_utils_Json_2V(params[0]) , null; + case 1124: + case 1143: + case 1149: + case 1166: + case 1184: + case 1206: + case 1216: + case 1114: + return obj.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1]) , null; + case 1115: + return new com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_EllipseSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2V(params[0]); + case $intern_979: + return new com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_EllipseSpawnShapeValue__V; + case 1199: + case 1117: + return obj.getTimeline___3F(); + case 1200: + case 1118: + return obj.setTimeline___3FV(params[0]) , null; + case 1119: + return obj.getColors___3F(); + case 1120: + return obj.setColors___3FV(params[0]) , null; + case 1121: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1121__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2F_3F(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1122: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1122__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2F_3FILjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1125: + return obj.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2V(params[0]) , null; + case 1126: + return new com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_GradientColorValue__V; + case 1127: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1127__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1129: + return new com_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_LineSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_2V(params[0]); + case 1130: + return new com_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_LineSpawnShapeValue__V; + case 1213: + case 1132: + return obj.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(params[0], params[1]) , null; + case 1218: + case 1133: + return obj.setMesh__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_g3d_Model_2V(params[0], params[1]) , null; + case 1134: + return obj.setMesh__Lcom_badlogic_gdx_graphics_Mesh_2V(params[0]) , null; + case 1217: + case 1135: + return obj.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(params[0], params[1]) , null; + case 1136: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1136__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFFLcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), params[9]); + case 1137: + return obj.pick__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 1138: + return new com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_MeshSpawnShapeValue$Triangle__FFFFFFFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8])); + case 1139: + return new java_lang_Float_Float__FV(obj.getValue__F()); + case 1140: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1140__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_NumericValue_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1141: + return obj.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_NumericValue_2V(params[0]) , null; + case 1144: + return new com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_NumericValue__V; + case 1145: + return java_lang_Boolean_$clinit__V() , obj.isActive__Z()?true:false; + case 1146: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1146__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1150: + return new com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_ParticleValue__V; + case 1151: + return new com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_ParticleValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2V(params[0]); + case 1152: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1152__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1154: + return new com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_PointSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_2V(params[0]); + case 1155: + return new com_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_PointSpawnShapeValue__V; + case 1156: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1156__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1157: + return java_lang_Boolean_$clinit__V() , obj.isEdges__Z()?true:false; + case 1158: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1158__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1159: + return obj.getSpawnWidth__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(); + case 1160: + return obj.getSpawnHeight__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(); + case 1161: + return obj.getSpawnDepth__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(); + case 1162: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1162__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1211: + case 1163: + return obj.start__V() , null; + case 1167: + return com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), $intern_291, 280, 0, [com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_both, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_top, com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_bottom]); + case 1168: + return com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide$Map_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide$Map_$MAP), params[0]); + case 1175: + return new java_lang_Float_Float__FV(obj.newLowValue__F()); + case 1176: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1176__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1177: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1177__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1178: + return new java_lang_Float_Float__FV(obj.getLowMin__F()); + case 1179: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1179__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1180: + return new java_lang_Float_Float__FV(obj.getLowMax__F()); + case 1181: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1181__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1182: + return obj.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2V(params[0]) , null; + case 1185: + return new com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_RangedNumericValue__V; + case 1186: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1186__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1188: + return new com_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_RectangleSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_2V(params[0]); + case 1189: + return new com_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_RectangleSpawnShapeValue__V; + case 1190: + return new java_lang_Float_Float__FV(obj.newHighValue__F()); + case 1191: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1191__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1192: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1192__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1193: + return new java_lang_Float_Float__FV(obj.getHighMin__F()); + case 1194: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1194__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1195: + return new java_lang_Float_Float__FV(obj.getHighMax__F()); + case 1196: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1196__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1197: + return obj.getScaling___3F(); + case 1198: + return obj.setScaling___3FV(params[0]) , null; + case 1201: + return java_lang_Boolean_$clinit__V() , obj.isRelative__Z()?true:false; + case 1202: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1203: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1203__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1204: + return obj.load__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2V(params[0]) , null; + case 1207: + return new com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_ScaledNumericValue__V; + case 1208: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1208__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1209: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1209__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1223: + case 1210: + return obj.init__V() , null; + case 1219: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1219__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1221: + return new com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_UnweightedMeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2V(params[0]); + case 1222: + return new com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_UnweightedMeshSpawnShapeValue__V; + case 1224: + return obj.calculateWeights__V() , null; + case 1225: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1225__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1227: + return new com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_WeightMeshSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_2V(params[0]); + case 1228: + return new com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_WeightMeshSpawnShapeValue__V; + case 1233: + case 1229: + return obj.getLayers__Lcom_badlogic_gdx_maps_MapLayers_2(); + case 1256: + case 1280: + case 1405: + case 1230: + return obj.getProperties__Lcom_badlogic_gdx_maps_MapProperties_2(); + case 1348: + case 1231: + return obj.dispose__V() , null; + case 1232: + return new com_badlogic_gdx_maps_Map_Map__V; + case 1250: + case 1234: + return obj.invalidateRenderOffset__V() , null; + case 1235: + return new com_badlogic_gdx_maps_MapGroupLayer_MapGroupLayer__V; + case 1272: + case 1403: + case 1236: + return obj.getName__Ljava_lang_String_2(); + case 1273: + case 1404: + case 1237: + return obj.setName__Ljava_lang_String_2V(params[0]) , null; + case 1276: + case 1238: + return new java_lang_Float_Float__FV(obj.getOpacity__F()); + case 1239: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1239__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1240: + return new java_lang_Float_Float__FV(obj.getOffsetX__F()); + case 1241: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1241__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1242: + return new java_lang_Float_Float__FV(obj.getOffsetY__F()); + case 1243: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1243__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1244: + return new java_lang_Float_Float__FV(obj.getParallaxX__F()); + case 1245: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1245__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1246: + return new java_lang_Float_Float__FV(obj.getParallaxY__F()); + case 1247: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1247__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1248: + return new java_lang_Float_Float__FV(obj.getRenderOffsetX__F()); + case 1249: + return new java_lang_Float_Float__FV(obj.getRenderOffsetY__F()); + case 1251: + return obj.getParent__Lcom_badlogic_gdx_maps_MapLayer_2(); + case 1252: + return obj.setParent__Lcom_badlogic_gdx_maps_MapLayer_2V(params[0]) , null; + case 1253: + return obj.getObjects__Lcom_badlogic_gdx_maps_MapObjects_2(); + case 1278: + case 1254: + return java_lang_Boolean_$clinit__V() , obj.isVisible__Z()?true:false; + case 1255: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1255__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1257: + return obj.calculateRenderOffsets__V() , null; + case 1258: + return new com_badlogic_gdx_maps_MapLayer_MapLayer__V; + case 1259: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1259__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayers_2ILcom_badlogic_gdx_maps_MapLayer_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1260: + return obj.get__Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapLayer_2(params[0]); + case 1284: + case 1261: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getIndex__Ljava_lang_String_2I(params[0])); + case 1262: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getIndex__Lcom_badlogic_gdx_maps_MapLayer_2I(params[0])); + case 1286: + case 1263: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getCount__I()); + case 1264: + return obj.add__Lcom_badlogic_gdx_maps_MapLayer_2V(params[0]) , null; + case 1265: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1265__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayers_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1266: + return obj.remove__Lcom_badlogic_gdx_maps_MapLayer_2V(params[0]) , null; + case 1410: + case 1578: + case 1267: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.size__I()); + case 1290: + case 1268: + return obj.getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2(params[0]); + case 1291: + case 1269: + return obj.getByType__Ljava_lang_Class_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(params[0], params[1]); + case 1292: + case 1407: + case 1418: + case 1270: + return obj.iterator__Ljava_util_Iterator_2(); + case 1271: + return new com_badlogic_gdx_maps_MapLayers_MapLayers__V; + case 1274: + return obj.getColor__Lcom_badlogic_gdx_graphics_Color_2(); + case 1275: + return obj.setColor__Lcom_badlogic_gdx_graphics_Color_2V(params[0]) , null; + case 1277: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1277__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObject_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1279: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1279__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObject_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1281: + return new com_badlogic_gdx_maps_MapObject_MapObject__V; + case 1282: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1282__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObjects_2ILcom_badlogic_gdx_maps_MapObject_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1283: + return obj.get__Ljava_lang_String_2Lcom_badlogic_gdx_maps_MapObject_2(params[0]); + case 1285: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getIndex__Lcom_badlogic_gdx_maps_MapObject_2I(params[0])); + case 1287: + return obj.add__Lcom_badlogic_gdx_maps_MapObject_2V(params[0]) , null; + case 1288: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1288__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObjects_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1289: + return obj.remove__Lcom_badlogic_gdx_maps_MapObject_2V(params[0]) , null; + case 1293: + return new com_badlogic_gdx_maps_MapObjects_MapObjects__V; + case 1294: + return java_lang_Boolean_$clinit__V() , obj.containsKey__Ljava_lang_String_2Z(params[0])?true:false; + case 1295: + return obj.get__Ljava_lang_String_2Ljava_lang_Object_2(params[0]); + case 1296: + return obj.get__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Object_2(params[0], params[1]); + case 1297: + return obj.get__Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_Object_2(params[0], params[1], params[2]); + case 1298: + return obj.put__Ljava_lang_String_2Ljava_lang_Object_2V(params[0], params[1]) , null; + case 1299: + return obj.putAll__Lcom_badlogic_gdx_maps_MapProperties_2V(params[0]) , null; + case 1300: + return obj.remove__Ljava_lang_String_2V(params[0]) , null; + case 1583: + case 1301: + return obj.clear__V() , null; + case 1302: + return obj.getKeys__Ljava_util_Iterator_2(); + case 1303: + return obj.getValues__Ljava_util_Iterator_2(); + case 1304: + return new com_badlogic_gdx_maps_MapProperties_MapProperties__V; + case 1308: + case 1357: + case 1358: + case 1359: + case 1360: + case 1364: + case 1366: + case 1305: + return obj.$_nullMethod(params[0]) , null; + case 1306: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1306__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapRenderer_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1307: + return obj.$_nullMethod() , null; + case 1309: + return obj.getCircle__Lcom_badlogic_gdx_math_Circle_2(); + case 1310: + return new com_badlogic_gdx_maps_objects_CircleMapObject_CircleMapObject__V; + case 1311: + return new com_badlogic_gdx_maps_objects_CircleMapObject_CircleMapObject__FFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1312: + return obj.getEllipse__Lcom_badlogic_gdx_math_Ellipse_2(); + case 1313: + return new com_badlogic_gdx_maps_objects_EllipseMapObject_EllipseMapObject__V; + case 1314: + return new com_badlogic_gdx_maps_objects_EllipseMapObject_EllipseMapObject__FFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1315: + return obj.getPolygon__Lcom_badlogic_gdx_math_Polygon_2(); + case 1316: + return obj.setPolygon__Lcom_badlogic_gdx_math_Polygon_2V(params[0]) , null; + case 1317: + return new com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject__V; + case 1318: + return new com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject___3FV(params[0]); + case 1319: + return new com_badlogic_gdx_maps_objects_PolygonMapObject_PolygonMapObject__Lcom_badlogic_gdx_math_Polygon_2V(params[0]); + case 1320: + return obj.getPolyline__Lcom_badlogic_gdx_math_Polyline_2(); + case 1321: + return obj.setPolyline__Lcom_badlogic_gdx_math_Polyline_2V(params[0]) , null; + case 1322: + return new com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject__V; + case 1323: + return new com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject___3FV(params[0]); + case 1324: + return new com_badlogic_gdx_maps_objects_PolylineMapObject_PolylineMapObject__Lcom_badlogic_gdx_math_Polyline_2V(params[0]); + case 1325: + return obj.getRectangle__Lcom_badlogic_gdx_math_Rectangle_2(); + case 1326: + return new com_badlogic_gdx_maps_objects_RectangleMapObject_RectangleMapObject__V; + case 1327: + return new com_badlogic_gdx_maps_objects_RectangleMapObject_RectangleMapObject__FFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1352: + case 2067: + case 2080: + case 1328: + return new java_lang_Float_Float__FV(obj.getX__F()); + case 1329: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1329__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1354: + case 2068: + case 2081: + case 1330: + return new java_lang_Float_Float__FV(obj.getY__F()); + case 1331: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1331__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2069: + case 2082: + case 1332: + return new java_lang_Float_Float__FV(obj.getOriginX__F()); + case 1333: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1333__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2070: + case 2083: + case 1334: + return new java_lang_Float_Float__FV(obj.getOriginY__F()); + case 1335: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1335__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1958: + case 2072: + case 2085: + case 1336: + return new java_lang_Float_Float__FV(obj.getScaleX__F()); + case 1337: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1337__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1959: + case 2073: + case 2086: + case 1338: + return new java_lang_Float_Float__FV(obj.getScaleY__F()); + case 1339: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1339__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1884: + case 2071: + case 2084: + case 1340: + return new java_lang_Float_Float__FV(obj.getRotation__F()); + case 1341: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1341__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1350: + case 1342: + return obj.getTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(); + case 1351: + case 1343: + return obj.setTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]) , null; + case 1344: + return new com_badlogic_gdx_maps_objects_TextureMapObject_TextureMapObject__V; + case 1345: + return new com_badlogic_gdx_maps_objects_TextureMapObject_TextureMapObject__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 1346: + return obj.getTileSets__Lcom_badlogic_gdx_maps_tiled_TiledMapTileSets_2(); + case 1347: + return obj.setOwnedResources__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 1349: + return new com_badlogic_gdx_maps_tiled_TiledMap_TiledMap__V; + case 1353: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1353__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapImageLayer_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1355: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1355__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapImageLayer_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1356: + return new com_badlogic_gdx_maps_tiled_TiledMapImageLayer_TiledMapImageLayer__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1361: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.$_nullMethod()); + case 1362: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1362__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1365: + case 1371: + case 1372: + case 1363: + return obj.$_nullMethod(); + case 1369: + case 1367: + return new java_lang_Float_Float__FV(obj.$_nullMethod()); + case 1368: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1368__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1370: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1370__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1373: + return com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), $intern_328, 356, 0, [com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_NONE, com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_ALPHA]); + case 1374: + return com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode$Map_$clinit__V() , com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode$Map_$MAP), params[0]); + case 1381: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getWidth__I()); + case 1382: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getHeight__I()); + case 1383: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getTileWidth__I()); + case 1384: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getTileHeight__I()); + case 1385: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1385__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1386: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1386__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), params[2]); + case 1387: + return new com_badlogic_gdx_maps_tiled_TiledMapTileLayer_TiledMapTileLayer__IIIIV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 1424: + case 1388: + return obj.getTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2(); + case 1389: + return obj.setTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(params[0]); + case 1390: + return java_lang_Boolean_$clinit__V() , obj.getFlipHorizontally__Z()?true:false; + case 1391: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1391__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1392: + return java_lang_Boolean_$clinit__V() , obj.getFlipVertically__Z()?true:false; + case 1393: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1393__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1394: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getRotation__I()); + case 1395: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1395__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1396: + return new com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_TiledMapTileLayer$Cell__V; + case 1406: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1406__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1408: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1408__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 1409: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1409__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1411: + return new com_badlogic_gdx_maps_tiled_TiledMapTileSet_TiledMapTileSet__V; + case 1412: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1412__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSets_2ILcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1413: + return obj.getTileSet__Ljava_lang_String_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2(params[0]); + case 1414: + return obj.addTileSet__Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2V(params[0]) , null; + case 1415: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1415__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSets_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1416: + return obj.removeTileSet__Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2V(params[0]) , null; + case 1417: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1417__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSets_2ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1419: + return new com_badlogic_gdx_maps_tiled_TiledMapTileSets_TiledMapTileSets__V; + case 1420: + return java_lang_Boolean_$clinit__V() , obj.isFlipHorizontally__Z()?true:false; + case 1421: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1421__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1422: + return java_lang_Boolean_$clinit__V() , obj.isFlipVertically__Z()?true:false; + case 1423: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1423__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1425: + return obj.setTile__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2V(params[0]) , null; + case 1426: + return new com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_TiledMapTileMapObject__Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2ZZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1427: + return obj.idt__Lcom_badlogic_gdx_math_Affine2_2(); + case 1428: + return obj.set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1429: + return obj.set__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1430: + return obj.set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1431: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1431__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1432: + return obj.setToTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1433: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1433__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1434: + return obj.setToScaling__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1435: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1435__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1436: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1436__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1437: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1437__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1438: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1438__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1439: + return obj.setToShearing__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1440: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1440__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1441: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1441__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 1442: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1442__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 1443: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1443__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 1444: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1444__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFFFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1445: + return obj.setToTrnScl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0], params[1]); + case 1446: + return obj.setToProduct__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(params[0], params[1]); + case 1447: + return obj.inv__Lcom_badlogic_gdx_math_Affine2_2(); + case 1448: + return obj.mul__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1449: + return obj.preMul__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1450: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1450__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1451: + return obj.translate__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1452: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1452__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1453: + return obj.preTranslate__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1454: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1454__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1455: + return obj.scale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1456: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1456__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1457: + return obj.preScale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1458: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1458__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1459: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1459__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1460: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1460__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1461: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1461__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1462: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1462__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1463: + return obj.shear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1464: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1464__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1465: + return obj.preShear__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(params[0]); + case 1866: + case 1915: + case 1466: + return new java_lang_Float_Float__FV(obj.det__F()); + case 1882: + case 1467: + return obj.getTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 1468: + return java_lang_Boolean_$clinit__V() , obj.isTranslation__Z()?true:false; + case 1469: + return java_lang_Boolean_$clinit__V() , obj.isIdt__Z()?true:false; + case 1470: + return obj.applyTo__Lcom_badlogic_gdx_math_Vector2_2V(params[0]) , null; + case 1549: + case 1626: + case 1674: + case 1691: + case $intern_990: + case 1865: + case 1942: + case 2029: + case 2109: + case 1471: + return obj.toString__Ljava_lang_String_2(); + case 1472: + return new com_badlogic_gdx_math_Affine2_Affine2__V; + case 1473: + return new com_badlogic_gdx_math_Affine2_Affine2__Lcom_badlogic_gdx_math_Affine2_2V(params[0]); + case 1474: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1474__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4]); + case 1475: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1475__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4]), params[5]); + case 1476: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1476__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4]); + case 1477: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1477__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4]), params[5]); + case 1478: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1478__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4]), params[5]); + case 1479: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1479__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[5]), params[6]); + case 1480: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1480__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4]), params[5]); + case 1481: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1481__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[5]), params[6]); + case 1482: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1482__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_BSpline_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1483: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1483__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1484: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1484__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1485: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1485__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1486: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1486__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1527: + case 1487: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.nearest__Lcom_badlogic_gdx_math_Vector_2I(params[0])); + case 1488: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1488__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2III(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 1507: + case 1529: + case 1489: + return new java_lang_Float_Float__FV(obj.approximate__Lcom_badlogic_gdx_math_Vector_2F(params[0])); + case 1490: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1490__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IIF(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 1491: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1491__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IF(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 1508: + case 1532: + case 1492: + return new java_lang_Float_Float__FV(obj.locate__Lcom_badlogic_gdx_math_Vector_2F(params[0])); + case 1493: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1493__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1494: + return new com_badlogic_gdx_math_BSpline_BSpline__V; + case 1495: + return new com_badlogic_gdx_math_BSpline_BSpline___3Lcom_badlogic_gdx_math_Vector_2IZV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1496: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1496__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], params[3], params[4]); + case 1497: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1497__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], params[3], params[4]); + case 1498: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1498__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], params[3], params[4], params[5]); + case 1499: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1499__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], params[3], params[4], params[5]); + case 1500: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1500__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], params[3], params[4], params[5], params[6]); + case 1501: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1501__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], params[3], params[4], params[5], params[6]); + case 1502: + return obj.set___3Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Bezier_2(params[0]); + case 1503: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1503__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2_3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1504: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1504__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_utils_Array_2IILcom_badlogic_gdx_math_Bezier_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1505: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1505__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1506: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1506__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1509: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1509__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1510: + return new com_badlogic_gdx_math_Bezier_Bezier__V; + case 1511: + return new com_badlogic_gdx_math_Bezier_Bezier___3Lcom_badlogic_gdx_math_Vector_2V(params[0]); + case 1512: + return new com_badlogic_gdx_math_Bezier_Bezier___3Lcom_badlogic_gdx_math_Vector_2IIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1513: + return new com_badlogic_gdx_math_Bezier_Bezier__Lcom_badlogic_gdx_utils_Array_2IIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1514: + return obj.line__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_utils_Array_2(params[0], params[1]); + case 1515: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1515__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Array_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 1516: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1516__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4], params[5]); + case 1517: + return new com_badlogic_gdx_math_Bresenham2_Bresenham2__V; + case 1518: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1518__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4]); + case 1519: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1519__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4]), params[5]); + case 1520: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1520__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4]); + case 1521: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1521__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4]), params[5]); + case 1522: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1522__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_CatmullRomSpline_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1523: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1523__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1524: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1524__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1525: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1525__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1526: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1526__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1528: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1528__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2III(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 1530: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1530__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IIF(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 1531: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1531__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IF(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 1533: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1533__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1534: + return new com_badlogic_gdx_math_CatmullRomSpline_CatmullRomSpline__V; + case 1535: + return new com_badlogic_gdx_math_CatmullRomSpline_CatmullRomSpline___3Lcom_badlogic_gdx_math_Vector_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case $intern_982: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1536__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1537: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1537__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Vector2_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1609: + case 1538: + return obj.set__Lcom_badlogic_gdx_math_Circle_2V(params[0]) , null; + case 1610: + case $intern_983: + return obj.set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(params[0], params[1]) , null; + case 1540: + return obj.setPosition__Lcom_badlogic_gdx_math_Vector2_2V(params[0]) , null; + case 1541: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1541__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case $intern_984: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1542__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case $intern_985: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1543__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1544: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1544__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1545: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1545__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 1606: + case 2066: + case 2099: + case 1546: + return java_lang_Boolean_$clinit__V() , obj.contains__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 1547: + return java_lang_Boolean_$clinit__V() , obj.contains__Lcom_badlogic_gdx_math_Circle_2Z(params[0])?true:false; + case 1548: + return java_lang_Boolean_$clinit__V() , obj.overlaps__Lcom_badlogic_gdx_math_Circle_2Z(params[0])?true:false; + case 1615: + case 1550: + return new java_lang_Float_Float__FV(obj.circumference__F()); + case 1614: + case 2060: + case 1551: + return new java_lang_Float_Float__FV(obj.area__F()); + case 1616: + case 1672: + case 1689: + case 1552: + return java_lang_Boolean_$clinit__V() , obj.equals__Ljava_lang_Object_2Z(params[0])?true:false; + case 1617: + case 1673: + case 1690: + case 1553: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.hashCode__I()); + case 1554: + return new com_badlogic_gdx_math_Circle_Circle__V; + case 1555: + return new com_badlogic_gdx_math_Circle_Circle__FFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1556: + return new com_badlogic_gdx_math_Circle_Circle__Lcom_badlogic_gdx_math_Vector2_2FV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1557: + return new com_badlogic_gdx_math_Circle_Circle__Lcom_badlogic_gdx_math_Circle_2V(params[0]); + case 1558: + return new com_badlogic_gdx_math_Circle_Circle__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(params[0], params[1]); + case 1559: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1559__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_FloatArray_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1560: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1560__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FZLcom_badlogic_gdx_utils_FloatArray_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1561: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1561__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZLcom_badlogic_gdx_utils_FloatArray_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3])); + case 1562: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1562__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2Lcom_badlogic_gdx_utils_FloatArray_2ZZLcom_badlogic_gdx_utils_IntArray_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1563: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1563__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FZZLcom_badlogic_gdx_utils_IntArray_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case $intern_980: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1564__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZZLcom_badlogic_gdx_utils_IntArray_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4])); + case 1565: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1565__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2FFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 1566: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1566__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case $intern_981: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1567__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIII(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 1568: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1568__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIZLjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 1569: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1569__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZ_3SI(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4])); + case 1570: + return new com_badlogic_gdx_math_ConvexHull_ConvexHull__V; + case 1571: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1571__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2000: + case 1572: + return obj.add__Ljava_lang_Object_2V(params[0]) , null; + case 1573: + return obj.generate__V() , null; + case 1574: + return obj.generateNormalized__V() , null; + case 1575: + return obj.generateUniform__V() , null; + case 1576: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1576__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1577: + return obj.value__Ljava_lang_Object_2(); + case 1579: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1579__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1580: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1580__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1581: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1581__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1582: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1582__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2IFLjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1584: + return new com_badlogic_gdx_math_CumulativeDistribution_CumulativeDistribution__V; + case 1585: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1585__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_ShortArray_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1586: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1586__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FZLcom_badlogic_gdx_utils_ShortArray_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1587: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1587__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FIIZLcom_badlogic_gdx_utils_ShortArray_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3])); + case 1588: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1588__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2FFFFFFFFI(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]))); + case 1589: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1589__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1590: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1590__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FII_3SI(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), params[3])); + case 1591: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1591__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2Lcom_badlogic_gdx_utils_ShortArray_2_3F_3FIILjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 1592: + return new com_badlogic_gdx_math_DelaunayTriangulator_DelaunayTriangulator__V; + case 1593: + return obj.computeTriangles__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_ShortArray_2(params[0]); + case 1594: + return obj.computeTriangles___3FLcom_badlogic_gdx_utils_ShortArray_2(params[0]); + case 1595: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1595__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2_3FIILcom_badlogic_gdx_utils_ShortArray_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1596: + return obj.private$com_badlogic_gdx_math_EarClippingTriangulator$triangulate__V() , null; + case 1597: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1597__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1598: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.private$com_badlogic_gdx_math_EarClippingTriangulator$findEarTip__I()); + case 1599: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1599__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2IZ(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 1600: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1600__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1601: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1601__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1602: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1602__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1603: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1603__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case 1604: + return new com_badlogic_gdx_math_EarClippingTriangulator_EarClippingTriangulator__V; + case 1605: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1605__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 1607: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1607__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1608: + return obj.set__Lcom_badlogic_gdx_math_Ellipse_2V(params[0]) , null; + case 1611: + return obj.setPosition__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Ellipse_2(params[0]); + case 1612: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1612__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FFLcom_badlogic_gdx_math_Ellipse_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1613: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1613__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FFLcom_badlogic_gdx_math_Ellipse_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1618: + return new com_badlogic_gdx_math_Ellipse_Ellipse__V; + case 1619: + return new com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Ellipse_2V(params[0]); + case 1620: + return new com_badlogic_gdx_math_Ellipse_Ellipse__FFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1621: + return new com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Vector2_2FFV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1622: + return new com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(params[0], params[1]); + case 1623: + return new com_badlogic_gdx_math_Ellipse_Ellipse__Lcom_badlogic_gdx_math_Circle_2V(params[0]); + case 1624: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1624__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1625: + return obj.reset__V() , null; + case 1627: + return new com_badlogic_gdx_math_FloatCounter_FloatCounter__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1628: + return obj.update__Lcom_badlogic_gdx_math_Matrix4_2V(params[0]) , null; + case 1629: + return java_lang_Boolean_$clinit__V() , obj.pointInFrustum__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 1630: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1630__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2FFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))?true:false; + case 1631: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1631__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case $intern_986: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1632__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2FFFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))?true:false; + case 1633: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1633__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 1634: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1634__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2FFFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))?true:false; + case 1635: + return java_lang_Boolean_$clinit__V() , obj.boundsInFrustum__Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(params[0])?true:false; + case 1636: + return java_lang_Boolean_$clinit__V() , obj.boundsInFrustum__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1])?true:false; + case 1637: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1637__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2FFFFFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))?true:false; + case $intern_987: + return java_lang_Boolean_$clinit__V() , obj.boundsInFrustum__Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z(params[0])?true:false; + case 1639: + return new com_badlogic_gdx_math_Frustum_Frustum__V; + case 1640: + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1 = com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_GeometryUtils_tmp1, params[2]), params[1]) , com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1 = com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_GeometryUtils_tmp2, params[3]), params[1]) , com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v2_1 = com_badlogic_gdx_math_Vector2_$sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(com_badlogic_gdx_math_GeometryUtils_tmp3, params[0]), params[1]) , com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d00_1 = com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1.com_badlogic_gdx_math_Vector2_x * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1.com_badlogic_gdx_math_Vector2_x + com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1.com_badlogic_gdx_math_Vector2_y * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1.com_badlogic_gdx_math_Vector2_y , com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d01_1 = com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1.com_badlogic_gdx_math_Vector2_x * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1.com_badlogic_gdx_math_Vector2_x + com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1.com_badlogic_gdx_math_Vector2_y * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1.com_badlogic_gdx_math_Vector2_y , com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d11_1 = com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1.com_badlogic_gdx_math_Vector2_x * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1.com_badlogic_gdx_math_Vector2_x + com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1.com_badlogic_gdx_math_Vector2_y * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1.com_badlogic_gdx_math_Vector2_y , com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d20_1 = com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v2_1.com_badlogic_gdx_math_Vector2_x * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1.com_badlogic_gdx_math_Vector2_x + com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v2_1.com_badlogic_gdx_math_Vector2_y * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v0_1.com_badlogic_gdx_math_Vector2_y , com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d21_1 = com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v2_1.com_badlogic_gdx_math_Vector2_x * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1.com_badlogic_gdx_math_Vector2_x + com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v2_1.com_badlogic_gdx_math_Vector2_y * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_v1_1.com_badlogic_gdx_math_Vector2_y , com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_denom_1 = com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d00_1 * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d11_1 - com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d01_1 * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d01_1 , params[4].com_badlogic_gdx_math_Vector2_x = (com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d11_1 * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d20_1 - com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d01_1 * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d21_1) / com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_denom_1 , params[4].com_badlogic_gdx_math_Vector2_y = (com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d00_1 * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d21_1 - com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d01_1 * com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_d20_1) / com_badlogic_gdx_math_GeometryUtils_toBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_denom_1 , params[4]; + case 1641: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_GeometryUtils_$clinit__V() , params[0].com_badlogic_gdx_math_Vector2_x >= 0 && params[0].com_badlogic_gdx_math_Vector2_y >= 0 && params[0].com_badlogic_gdx_math_Vector2_x + params[0].com_badlogic_gdx_math_Vector2_y <= 1)?true:false; + case 1642: + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_fromBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_u_1 = 1 - params[0].com_badlogic_gdx_math_Vector2_x - params[0].com_badlogic_gdx_math_Vector2_y , params[4].com_badlogic_gdx_math_Vector2_x = com_badlogic_gdx_math_GeometryUtils_fromBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_u_1 * params[1].com_badlogic_gdx_math_Vector2_x + params[0].com_badlogic_gdx_math_Vector2_x * params[2].com_badlogic_gdx_math_Vector2_x + params[0].com_badlogic_gdx_math_Vector2_y * params[3].com_badlogic_gdx_math_Vector2_x , params[4].com_badlogic_gdx_math_Vector2_y = com_badlogic_gdx_math_GeometryUtils_fromBarycoord__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_u_1 * params[1].com_badlogic_gdx_math_Vector2_y + params[0].com_badlogic_gdx_math_Vector2_x * params[2].com_badlogic_gdx_math_Vector2_y + params[0].com_badlogic_gdx_math_Vector2_y * params[3].com_badlogic_gdx_math_Vector2_y , params[4]; + case 1643: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1643__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFFF(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 1644: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1644__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 1645: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1645__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFZ(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))?true:false; + case 1646: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1646__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), params[6]); + case 1647: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1647__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), params[6]); + case 1648: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1648__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case 1649: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1649__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case 1650: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1650__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case $intern_988: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1651__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), params[8]); + case 1652: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1652__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), params[3]); + case 1653: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1653__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIF(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 1654: + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_ensureCCW___3FIIV(params[0], 0, params[0].length) , undefined , null; + case 1655: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1655__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1656: + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_ensureClockwise___3FIIV(params[0], 0, params[0].length) , undefined , null; + case 1657: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1657__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1658: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1658__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1659: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1659__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIZ(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))?true:false; + case 1660: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1660__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIZ(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))?true:false; + case 1661: + return obj.set__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2(params[0]); + case 1662: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1662__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IILcom_badlogic_gdx_math_GridPoint2_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1663: + return new java_lang_Float_Float__FV(obj.dst2__Lcom_badlogic_gdx_math_GridPoint2_2F(params[0])); + case 1664: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1664__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IIF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 1665: + return new java_lang_Float_Float__FV(obj.dst__Lcom_badlogic_gdx_math_GridPoint2_2F(params[0])); + case 1666: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1666__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IIF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 1667: + return obj.add__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2(params[0]); + case 1668: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1668__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IILcom_badlogic_gdx_math_GridPoint2_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1669: + return obj.sub__Lcom_badlogic_gdx_math_GridPoint2_2Lcom_badlogic_gdx_math_GridPoint2_2(params[0]); + case 1670: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1670__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IILcom_badlogic_gdx_math_GridPoint2_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1671: + return obj.cpy__Lcom_badlogic_gdx_math_GridPoint2_2(); + case 1675: + return new com_badlogic_gdx_math_GridPoint2_GridPoint2__V; + case 1676: + return new com_badlogic_gdx_math_GridPoint2_GridPoint2__IIV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1677: + return new com_badlogic_gdx_math_GridPoint2_GridPoint2__Lcom_badlogic_gdx_math_GridPoint2_2V(params[0]); + case 1678: + return obj.set__Lcom_badlogic_gdx_math_GridPoint3_2Lcom_badlogic_gdx_math_GridPoint3_2(params[0]); + case 1679: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1679__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIILcom_badlogic_gdx_math_GridPoint3_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1680: + return new java_lang_Float_Float__FV(obj.dst2__Lcom_badlogic_gdx_math_GridPoint3_2F(params[0])); + case 1681: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1681__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIIF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 1682: + return new java_lang_Float_Float__FV(obj.dst__Lcom_badlogic_gdx_math_GridPoint3_2F(params[0])); + case 1683: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1683__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIIF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 1684: + return obj.add__Lcom_badlogic_gdx_math_GridPoint3_2Lcom_badlogic_gdx_math_GridPoint3_2(params[0]); + case 1685: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1685__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIILcom_badlogic_gdx_math_GridPoint3_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1686: + return obj.sub__Lcom_badlogic_gdx_math_GridPoint3_2Lcom_badlogic_gdx_math_GridPoint3_2(params[0]); + case 1687: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1687__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIILcom_badlogic_gdx_math_GridPoint3_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1688: + return obj.cpy__Lcom_badlogic_gdx_math_GridPoint3_2(); + case 1692: + return new com_badlogic_gdx_math_GridPoint3_GridPoint3__V; + case 1693: + return new com_badlogic_gdx_math_GridPoint3_GridPoint3__IIIV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1694: + return new com_badlogic_gdx_math_GridPoint3_GridPoint3__Lcom_badlogic_gdx_math_GridPoint3_2V(params[0]); + case 1695: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1695__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1696: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1696__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation_2FFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 1697: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1697__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Bounce_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1698: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1698__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Bounce_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1699: + return new com_badlogic_gdx_math_Interpolation$Bounce_Interpolation$Bounce___3F_3FV(params[0], params[1]); + case 1700: + return new com_badlogic_gdx_math_Interpolation$Bounce_Interpolation$Bounce__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1701: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1701__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$BounceIn_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1702: + return new com_badlogic_gdx_math_Interpolation$BounceIn_Interpolation$BounceIn___3F_3FV(params[0], params[1]); + case 1703: + return new com_badlogic_gdx_math_Interpolation$BounceIn_Interpolation$BounceIn__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1704: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1704__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$BounceOut_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1705: + return new com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut___3F_3FV(params[0], params[1]); + case 1706: + return new com_badlogic_gdx_math_Interpolation$BounceOut_Interpolation$BounceOut__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1707: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1707__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Elastic_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1708: + return new com_badlogic_gdx_math_Interpolation$Elastic_Interpolation$Elastic__FFIFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1709: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1709__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$ElasticIn_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1710: + return new com_badlogic_gdx_math_Interpolation$ElasticIn_Interpolation$ElasticIn__FFIFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1711: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1711__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$ElasticOut_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1712: + return new com_badlogic_gdx_math_Interpolation$ElasticOut_Interpolation$ElasticOut__FFIFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1713: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1713__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Exp_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1714: + return new com_badlogic_gdx_math_Interpolation$Exp_Interpolation$Exp__FFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1715: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1715__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$ExpIn_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1716: + return new com_badlogic_gdx_math_Interpolation$ExpIn_Interpolation$ExpIn__FFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1717: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1717__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$ExpOut_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1718: + return new com_badlogic_gdx_math_Interpolation$ExpOut_Interpolation$ExpOut__FFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1719: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1719__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Pow_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1720: + return new com_badlogic_gdx_math_Interpolation$Pow_Interpolation$Pow__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1721: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1721__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$PowIn_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1722: + return new com_badlogic_gdx_math_Interpolation$PowIn_Interpolation$PowIn__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1723: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1723__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$PowOut_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1724: + return new com_badlogic_gdx_math_Interpolation$PowOut_Interpolation$PowOut__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1725: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1725__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Swing_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1726: + return new com_badlogic_gdx_math_Interpolation$Swing_Interpolation$Swing__FV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1727: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1727__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$SwingIn_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1728: + return new com_badlogic_gdx_math_Interpolation$SwingIn_Interpolation$SwingIn__FV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1729: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1729__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$SwingOut_2FF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1730: + return new com_badlogic_gdx_math_Interpolation$SwingOut_Interpolation$SwingOut__FV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1731: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_isPointInTriangle__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2], params[3])?true:false; + case 1732: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_isPointInTriangle__FFFFFFFFZ(params[0].com_badlogic_gdx_math_Vector2_x, params[0].com_badlogic_gdx_math_Vector2_y, params[1].com_badlogic_gdx_math_Vector2_x, params[1].com_badlogic_gdx_math_Vector2_y, params[2].com_badlogic_gdx_math_Vector2_x, params[2].com_badlogic_gdx_math_Vector2_y, params[3].com_badlogic_gdx_math_Vector2_x, params[3].com_badlogic_gdx_math_Vector2_y))?true:false; + case 1733: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1733__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFZ(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]))?true:false; + case 1734: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectSegmentPlane__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2], params[3])?true:false; + case 1735: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_math_Intersector_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(java_lang_Math_signum__DD((params[1].com_badlogic_gdx_math_Vector2_x - params[0].com_badlogic_gdx_math_Vector2_x) * (params[2].com_badlogic_gdx_math_Vector2_y - params[0].com_badlogic_gdx_math_Vector2_y) - (params[1].com_badlogic_gdx_math_Vector2_y - params[0].com_badlogic_gdx_math_Vector2_y) * (params[2].com_badlogic_gdx_math_Vector2_x - params[0].com_badlogic_gdx_math_Vector2_x))))); + case 1736: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1736__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case 1737: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_isPointInPolygon__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_math_Vector2_2Z(params[0], params[1])?true:false; + case 1738: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1738__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIFFZ(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]))?true:false; + case 1739: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectPolygons__Lcom_badlogic_gdx_math_Polygon_2Lcom_badlogic_gdx_math_Polygon_2Lcom_badlogic_gdx_math_Polygon_2Z(params[0], params[1], params[2])?true:false; + case 1740: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectPolygons__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2Z(params[0], params[1])?true:false; + case 1741: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectPolygonEdges__Lcom_badlogic_gdx_utils_FloatArray_2Lcom_badlogic_gdx_utils_FloatArray_2Z(params[0], params[1])?true:false; + case 1742: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1742__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case 1743: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1743__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case 1744: + return new java_lang_Float_Float__FV((com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Vector2_$dst__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(com_badlogic_gdx_math_Intersector_nearestSegmentPoint__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0], params[1], params[2], com_badlogic_gdx_math_Intersector_v2a), params[2]))); + case 1745: + return com_badlogic_gdx_math_Intersector_nearestSegmentPoint__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0], params[1], params[2], params[3]); + case 1746: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1746__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), params[6]); + case 1747: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1747__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))?true:false; + case 1748: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectSegmentCircle__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(params[0], params[1], params[2], params[3])?true:false; + case 1749: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectFrustumBounds__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Z(params[0], params[1])?true:false; + case 1750: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectFrustumBounds__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Z(params[0], params[1])?true:false; + case 1751: + return new java_lang_Float_Float__FV(com_badlogic_gdx_math_Intersector_intersectRayRay__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2F(params[0], params[1], params[2], params[3])); + case 1752: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayPlane__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2])?true:false; + case 1753: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1753__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFLcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2F(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), params[6], params[7])); + case 1754: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectPlanes__Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2], params[3])?true:false; + case 1755: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayTriangle__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2], params[3], params[4])?true:false; + case 1756: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1756__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3])?true:false; + case 1757: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2])?true:false; + case 1758: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayBoundsFast__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], com_badlogic_gdx_math_collision_BoundingBox_$getCenter__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[1], com_badlogic_gdx_math_Intersector_tmp1), com_badlogic_gdx_math_collision_BoundingBox_$getDimensions__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[1], com_badlogic_gdx_math_Intersector_tmp2)))?true:false; + case 1759: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayBoundsFast__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2])?true:false; + case 1760: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayOrientedBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], null))?true:false; + case 1761: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayOrientedBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2], null))?true:false; + case 1762: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayOrientedBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_OrientedBoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2])?true:false; + case 1763: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayOrientedBounds__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2], params[3])?true:false; + case 1764: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayTriangles__Lcom_badlogic_gdx_math_collision_Ray_2_3FLcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2])?true:false; + case 1765: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1765__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_collision_Ray_2_3F_3SILcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4])?true:false; + case 1766: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRayTriangles__Lcom_badlogic_gdx_math_collision_Ray_2Ljava_util_List_2Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2])?true:false; + case 1767: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectBoundsPlaneFast__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(com_badlogic_gdx_math_collision_BoundingBox_$getCenter__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0], com_badlogic_gdx_math_Intersector_tmp1), com_badlogic_gdx_math_Vector3_$scl__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(com_badlogic_gdx_math_collision_BoundingBox_$getDimensions__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0], com_badlogic_gdx_math_Intersector_tmp2), 0.5), params[1].com_badlogic_gdx_math_Plane_normal, params[1].com_badlogic_gdx_math_Plane_d))?true:false; + case 1768: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1768__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))?true:false; + case 1769: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectLines__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(params[0].com_badlogic_gdx_math_Vector2_x, params[0].com_badlogic_gdx_math_Vector2_y, params[1].com_badlogic_gdx_math_Vector2_x, params[1].com_badlogic_gdx_math_Vector2_y, params[2].com_badlogic_gdx_math_Vector2_x, params[2].com_badlogic_gdx_math_Vector2_y, params[3].com_badlogic_gdx_math_Vector2_x, params[3].com_badlogic_gdx_math_Vector2_y, params[4]))?true:false; + case 1770: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1770__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), params[8])?true:false; + case 1771: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectLinePolygon__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Polygon_2Z(params[0], params[1], params[2])?true:false; + case 1772: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectRectangles__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2Z(params[0], params[1], params[2])?true:false; + case 1773: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1773__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFLcom_badlogic_gdx_math_Rectangle_2Z(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), params[4])?true:false; + case 1774: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectSegmentRectangle__FFFFLcom_badlogic_gdx_math_Rectangle_2Z(params[0].com_badlogic_gdx_math_Vector2_x, params[0].com_badlogic_gdx_math_Vector2_y, params[1].com_badlogic_gdx_math_Vector2_x, params[1].com_badlogic_gdx_math_Vector2_y, params[2]))?true:false; + case 1775: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectSegmentPolygon__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Polygon_2Z(params[0], params[1], params[2])?true:false; + case 1776: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_intersectSegments__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(params[0].com_badlogic_gdx_math_Vector2_x, params[0].com_badlogic_gdx_math_Vector2_y, params[1].com_badlogic_gdx_math_Vector2_x, params[1].com_badlogic_gdx_math_Vector2_y, params[2].com_badlogic_gdx_math_Vector2_x, params[2].com_badlogic_gdx_math_Vector2_y, params[3].com_badlogic_gdx_math_Vector2_x, params[3].com_badlogic_gdx_math_Vector2_y, params[4]))?true:false; + case 1777: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1777__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), params[8])?true:false; + case 1778: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1778__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 1779: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1779__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2DDDDD(java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[0]), java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[1]), java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[2]), java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[3])); + case 1780: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Circle_$overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Circle_2Z(params[0], params[1]))?true:false; + case 1781: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , params[0].com_badlogic_gdx_math_Rectangle_x < params[1].com_badlogic_gdx_math_Rectangle_x + params[1].com_badlogic_gdx_math_Rectangle_width && params[0].com_badlogic_gdx_math_Rectangle_x + params[0].com_badlogic_gdx_math_Rectangle_width > params[1].com_badlogic_gdx_math_Rectangle_x && params[0].com_badlogic_gdx_math_Rectangle_y < params[1].com_badlogic_gdx_math_Rectangle_y + params[1].com_badlogic_gdx_math_Rectangle_height && params[0].com_badlogic_gdx_math_Rectangle_y + params[0].com_badlogic_gdx_math_Rectangle_height > params[1].com_badlogic_gdx_math_Rectangle_y)?true:false; + case 1782: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestX_1 = params[0].com_badlogic_gdx_math_Circle_x , com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestY_1 = params[0].com_badlogic_gdx_math_Circle_y , params[0].com_badlogic_gdx_math_Circle_x < params[1].com_badlogic_gdx_math_Rectangle_x?(com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestX_1 = params[1].com_badlogic_gdx_math_Rectangle_x):params[0].com_badlogic_gdx_math_Circle_x > params[1].com_badlogic_gdx_math_Rectangle_x + params[1].com_badlogic_gdx_math_Rectangle_width && (com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestX_1 = params[1].com_badlogic_gdx_math_Rectangle_x + params[1].com_badlogic_gdx_math_Rectangle_width) , params[0].com_badlogic_gdx_math_Circle_y < params[1].com_badlogic_gdx_math_Rectangle_y?(com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestY_1 = params[1].com_badlogic_gdx_math_Rectangle_y):params[0].com_badlogic_gdx_math_Circle_y > params[1].com_badlogic_gdx_math_Rectangle_y + params[1].com_badlogic_gdx_math_Rectangle_height && (com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestY_1 = params[1].com_badlogic_gdx_math_Rectangle_y + params[1].com_badlogic_gdx_math_Rectangle_height) , com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestX_1 = com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestX_1 - params[0].com_badlogic_gdx_math_Circle_x , com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestX_1 *= com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestX_1 , com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestY_1 = com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestY_1 - params[0].com_badlogic_gdx_math_Circle_y , com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestY_1 *= com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestY_1 , com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestX_1 + com_badlogic_gdx_math_Intersector_overlaps__Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Rectangle_2Z_closestY_1 < params[0].com_badlogic_gdx_math_Circle_radius * params[0].com_badlogic_gdx_math_Circle_radius)?true:false; + case 1783: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_overlapConvexPolygons___3F_3FLcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(params[0]), com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(params[1]), null))?true:false; + case 1784: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_overlapConvexPolygons___3F_3FLcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(params[0]), com_badlogic_gdx_math_Polygon_$getTransformedVertices__Lcom_badlogic_gdx_math_Polygon_2_3F(params[1]), params[2]))?true:false; + case 1785: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_overlapConvexPolygons___3F_3FLcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(params[0], params[1], params[2])?true:false; + case 1786: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1786__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), params[3], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5]), params[6])?true:false; + case 1787: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1787__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2ZZ(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), params[3], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5]), params[6], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[7]))?true:false; + case 1788: + return com_badlogic_gdx_math_Intersector_splitTriangle___3FLcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2V(params[0], params[1], params[2]) , null; + case 1789: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1789__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIILcom_badlogic_gdx_math_Plane_2_3FILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4], params[5], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6])); + case 1790: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Intersector_hasOverlap___3Lcom_badlogic_gdx_math_Vector3_2_3Lcom_badlogic_gdx_math_Vector3_2_3Lcom_badlogic_gdx_math_Vector3_2Z(params[0], params[1], params[2])?true:false; + case $intern_989: + return new com_badlogic_gdx_math_Intersector$MinimumTranslationVector_Intersector$MinimumTranslationVector__V; + case 1793: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1793__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 1794: + return java_lang_Boolean_$clinit__V() , obj.package_private$com_badlogic_gdx_math$getSide__Z()?true:false; + case 1795: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1795__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1796: + return obj.package_private$com_badlogic_gdx_math$reset__V() , null; + case 1797: + return new com_badlogic_gdx_math_Intersector$SplitTriangle_Intersector$SplitTriangle__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 1798: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1798__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case $intern_991: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1799__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1800: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1800__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1801: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1801__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1802: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1802__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1803: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1803__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1804: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1804__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2DF(java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[0]))); + case 1805: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1805__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 1806: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1806__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2DD(java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[0])); + case $intern_992: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1807__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 1808: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1808__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 1809: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1809__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1810: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1810__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1811: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1811__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1812: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1812__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1813: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1813__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1814: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1814__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1815: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1815__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2II(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1816: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1816__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2III(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 1819: + return new java_lang_Float_Float__FV((com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F())); + case 1820: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1820__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1821: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1821__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 1822: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextBoolean__Z())?true:false; + case 1823: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1823__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FZ(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 1824: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_math_MathUtils_$clinit__V() , 1 | com_badlogic_gdx_math_MathUtils_random.nextInt__I() >> 31)); + case 1825: + return new java_lang_Float_Float__FV((com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() - com_badlogic_gdx_math_MathUtils_random.nextFloat__F())); + case 1826: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1826__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1827: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1827__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 1828: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1828__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 1829: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1829__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2II(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 1830: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1830__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2IZ(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))?true:false; + case 1831: + return java_lang_Short_valueOf__SLjava_lang_Short_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1831__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2SSSS(java_lang_Number_shortValue_1_1S_1_1devirtual$__Ljava_lang_Number_2S(params[0]), java_lang_Number_shortValue_1_1S_1_1devirtual$__Ljava_lang_Number_2S(params[1]), java_lang_Number_shortValue_1_1S_1_1devirtual$__Ljava_lang_Number_2S(params[2]))); + case 1832: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1832__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2IIII(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 1834: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1834__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 1835: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1835__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2DDDD(java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[0]), java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[1]), java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(params[2])); + case 1836: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1836__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 1837: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1837__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 1838: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1838__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]))); + case 1839: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1839__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 1840: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1840__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 1841: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1841__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1842: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1842__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1843: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1843__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1844: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1844__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1845: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1845__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1846: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1846__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1847: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1847__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FZ(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 1848: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1848__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFZ(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 1849: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1849__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFZ(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 1850: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1850__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFZ(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))?true:false; + case 1851: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1851__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 1852: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1852__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 1853: + return obj.idt__Lcom_badlogic_gdx_math_Matrix3_2(); + case 1854: + return obj.mul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1855: + return com_badlogic_gdx_math_Matrix3_mul___3F_3FV(params[0], params[1]) , null; + case 1856: + return obj.mulLeft__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1857: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1857__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1858: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1858__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1859: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1859__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1860: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1860__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1861: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1861__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1862: + return obj.setToTranslation__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1863: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1863__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1864: + return obj.setToScaling__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1867: + return obj.inv__Lcom_badlogic_gdx_math_Matrix3_2(); + case 1868: + return obj.set__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1869: + return obj.set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1870: + return obj.set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1871: + return obj.set___3FLcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1872: + return obj.trn__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1873: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1873__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1874: + return obj.trn__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1875: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1875__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1876: + return obj.translate__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1877: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1877__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1878: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1878__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1879: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1879__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1880: + return obj.scale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1907: + case 1881: + return obj.getValues___3F(); + case 1883: + return obj.getScale__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 1885: + return new java_lang_Float_Float__FV(obj.getRotationRad__F()); + case 1886: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1886__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1887: + return obj.scl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1888: + return obj.scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix3_2(params[0]); + case 1889: + return obj.transpose__Lcom_badlogic_gdx_math_Matrix3_2(); + case 1890: + return new com_badlogic_gdx_math_Matrix3_Matrix3__V; + case 1891: + return new com_badlogic_gdx_math_Matrix3_Matrix3__Lcom_badlogic_gdx_math_Matrix3_2V(params[0]); + case 1892: + return new com_badlogic_gdx_math_Matrix3_Matrix3___3FV(params[0]); + case 1893: + return obj.set__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1894: + return obj.set___3FLcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1895: + return obj.set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1896: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1896__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1897: + return obj.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1]); + case 1898: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1898__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6])); + case 1899: + return obj.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1], params[2]); + case 1900: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1900__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 1901: + return obj.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1], params[2], params[3]); + case 1902: + return obj.set__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1903: + return obj.set__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1904: + return obj.cpy__Lcom_badlogic_gdx_math_Matrix4_2(); + case 1905: + return obj.trn__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1906: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1906__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1908: + return obj.mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1909: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_matrix4_1mul___3F_3FV(params[0], params[1]) , undefined , null; + case 1910: + return obj.mulLeft__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case $intern_993: + return obj.tra__Lcom_badlogic_gdx_math_Matrix4_2(); + case 1912: + return obj.idt__Lcom_badlogic_gdx_math_Matrix4_2(); + case 1913: + return obj.inv__Lcom_badlogic_gdx_math_Matrix4_2(); + case 1914: + return java_lang_Boolean_$clinit__V() , (com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_matrix4_1inv___3FZ(params[0]))?true:false; + case 1964: + case 1916: + return new java_lang_Float_Float__FV((com_badlogic_gdx_math_Matrix4_$clinit__V() , params[0][3] * params[0][6] * params[0][9] * params[0][12] - params[0][2] * params[0][7] * params[0][9] * params[0][12] - params[0][3] * params[0][5] * params[0][10] * params[0][12] + params[0][1] * params[0][7] * params[0][10] * params[0][12] + params[0][2] * params[0][5] * params[0][11] * params[0][12] - params[0][1] * params[0][6] * params[0][11] * params[0][12] - params[0][3] * params[0][6] * params[0][8] * params[0][13] + params[0][2] * params[0][7] * params[0][8] * params[0][13] + params[0][3] * params[0][4] * params[0][10] * params[0][13] - params[0][0] * params[0][7] * params[0][10] * params[0][13] - params[0][2] * params[0][4] * params[0][11] * params[0][13] + params[0][0] * params[0][6] * params[0][11] * params[0][13] + params[0][3] * params[0][5] * params[0][8] * params[0][14] - params[0][1] * params[0][7] * params[0][8] * params[0][14] - params[0][3] * params[0][4] * params[0][9] * params[0][14] + params[0][0] * params[0][7] * params[0][9] * params[0][14] + params[0][1] * params[0][4] * params[0][11] * params[0][14] - params[0][0] * params[0][5] * params[0][11] * params[0][14] - params[0][2] * params[0][5] * params[0][8] * params[0][15] + params[0][1] * params[0][6] * params[0][8] * params[0][15] + params[0][2] * params[0][4] * params[0][9] * params[0][15] - params[0][0] * params[0][6] * params[0][9] * params[0][15] - params[0][1] * params[0][4] * params[0][10] * params[0][15] + params[0][0] * params[0][5] * params[0][10] * params[0][15])); + case 1917: + return new java_lang_Float_Float__FV(obj.det3x3__F()); + case 1918: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1918__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1919: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1919__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case $intern_994: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1920__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1921: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1921__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 1922: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1922__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case $intern_995: + return obj.setTranslation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1924: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1924__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1925: + return obj.setToTranslation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1926: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1926__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1927: + return obj.setToTranslationAndScaling__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1]); + case 1928: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1928__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 1929: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1929__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1930: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1930__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1931: + return obj.setToRotation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1]); + case 1932: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1932__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 1933: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1933__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1934: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1934__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case $intern_970: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1935__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1936: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1936__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1937: + return obj.setToScaling__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1938: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1938__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1939: + return obj.setToLookAt__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1]); + case 1940: + return obj.setToLookAt__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1], params[2]); + case 1941: + return obj.setToWorld__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1], params[2]); + case 1943: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1943__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1944: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1944__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1945: + return obj.avg___3Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1946: + return obj.avg___3Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(params[0], params[1]); + case 1947: + return obj.setAsAffine__Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1948: + return obj.setAsAffine__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1949: + return obj.scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1950: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1950__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case $intern_996: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1951__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 1952: + return obj.getTranslation__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 1953: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1953__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 1954: + return obj.getRotation__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(params[0]); + case 1955: + return new java_lang_Float_Float__FV(obj.getScaleXSquared__F()); + case 1956: + return new java_lang_Float_Float__FV(obj.getScaleYSquared__F()); + case 1957: + return new java_lang_Float_Float__FV(obj.getScaleZSquared__F()); + case 1960: + return new java_lang_Float_Float__FV(obj.getScaleZ__F()); + case 1961: + return obj.getScale__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 1962: + return obj.toNormalMatrix__Lcom_badlogic_gdx_math_Matrix4_2(); + case 1963: + return com_badlogic_gdx_math_Matrix4_matrix4_1mul___3F_3FV(params[0], params[1]) , null; + case 1965: + return java_lang_Boolean_$clinit__V() , com_badlogic_gdx_math_Matrix4_matrix4_1inv___3FZ(params[0])?true:false; + case 1966: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1966__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FILjava_lang_Object_2(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1967: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1967__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FILjava_lang_Object_2(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1968: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1968__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FILjava_lang_Object_2(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 1969: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_matrix4_1mulVec___3F_3FIV(params[0], params[1], 0) , undefined , null; + case 1970: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1970__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FIIILjava_lang_Object_2(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 1971: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_matrix4_1proj___3F_3FIV(params[0], params[1], 0) , undefined , null; + case 1972: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1972__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FIIILjava_lang_Object_2(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 1973: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_matrix4_1rot___3F_3FIV(params[0], params[1], 0) , undefined , null; + case 1974: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1974__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FIIILjava_lang_Object_2(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 1975: + return obj.translate__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1976: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1976__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1977: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1977__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1978: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1978__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1979: + return obj.rotate__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Matrix4_2(params[0]); + case 1980: + return obj.rotate__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1]); + case 1981: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1981__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1982: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1982__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 1983: + return obj.rotateTowardDirection__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1]); + case $intern_997: + return obj.rotateTowardTarget__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Matrix4_2(params[0], params[1]); + case 1985: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1985__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 1986: + return obj.extract4x3Matrix___3FV(params[0]) , null; + case 1987: + return java_lang_Boolean_$clinit__V() , obj.hasRotationOrScaling__Z()?true:false; + case 1988: + return new com_badlogic_gdx_math_Matrix4_Matrix4__V; + case 1989: + return new com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Matrix4_2V(params[0]); + case 1990: + return new com_badlogic_gdx_math_Matrix4_Matrix4___3FV(params[0]); + case 1991: + return new com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Quaternion_2V(params[0]); + case 1992: + return new com_badlogic_gdx_math_Matrix4_Matrix4__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2V(params[0], params[1], params[2]); + case 2001: + return obj.remove__Ljava_lang_Object_2V(params[0]) , null; + case 2002: + return obj.update__Ljava_lang_Object_2V(params[0]) , null; + case 2003: + return obj.getAll__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2(params[0]); + case 2004: + return obj.query__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2(params[0], params[1]); + case 2005: + return obj.query__Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2(params[0], params[1]); + case 2006: + return obj.rayCast__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2Ljava_lang_Object_2(params[0], params[1]); + case 2007: + return obj.getNodesBoxes__Lcom_badlogic_gdx_utils_ObjectSet_2Lcom_badlogic_gdx_utils_ObjectSet_2(params[0]); + case 2008: + return new com_badlogic_gdx_math_Octree_Octree__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2IILcom_badlogic_gdx_math_Octree$Collider_2V(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4]); + case 2010: + case 2009: + return java_lang_Boolean_$clinit__V() , obj.$_nullMethod(params[0], params[1])?true:false; + case 2011: + return new java_lang_Float_Float__FV(obj.$_nullMethod(params[0], params[1])); + case 2012: + return new com_badlogic_gdx_math_Octree$RayCastResult_Octree$RayCastResult__V; + case 2013: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2013__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Path_2Ljava_lang_Object_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2014: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2014__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Path_2Ljava_lang_Object_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case $intern_972: + return new java_lang_Float_Float__FV(obj.approximate__Ljava_lang_Object_2F(params[0])); + case $intern_998: + return new java_lang_Float_Float__FV(obj.locate__Ljava_lang_Object_2F(params[0])); + case 2017: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2017__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Path_2IF(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 2018: + return obj.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(params[0], params[1], params[2]) , null; + case 2019: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2019__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Plane_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2020: + return obj.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(params[0], params[1]) , null; + case 2021: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2021__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Plane_2FFFFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 2022: + return obj.set__Lcom_badlogic_gdx_math_Plane_2V(params[0]) , null; + case 2023: + return new java_lang_Float_Float__FV(obj.distance__Lcom_badlogic_gdx_math_Vector3_2F(params[0])); + case 2024: + return obj.testPoint__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Plane$PlaneSide_2(params[0]); + case 2025: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2025__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2026: + return java_lang_Boolean_$clinit__V() , obj.isFrontFacing__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 2027: + return obj.getNormal__Lcom_badlogic_gdx_math_Vector3_2(); + case 2028: + return new java_lang_Float_Float__FV(obj.getD__F()); + case 2030: + return new com_badlogic_gdx_math_Plane_Plane__V; + case 2031: + return new com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2FV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case $intern_999: + return new com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(params[0], params[1]); + case 2033: + return new com_badlogic_gdx_math_Plane_Plane__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2V(params[0], params[1], params[2]); + case 2034: + return com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), $intern_399, 286, 0, [com_badlogic_gdx_math_Plane$PlaneSide_OnPlane, com_badlogic_gdx_math_Plane$PlaneSide_Back, com_badlogic_gdx_math_Plane$PlaneSide_Front]); + case 2035: + return com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_math_Plane$PlaneSide$Map_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide$Map_$MAP), params[0]); + case 2076: + case 2048: + return obj.getVertices___3F(); + case 2077: + case 2049: + return obj.getTransformedVertices___3F(); + case 2050: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2050__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2051: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2051__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2089: + case 2052: + return obj.setVertices___3FV(params[0]) , null; + case 2053: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2053__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2IFFLjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2054: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2054__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2055: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2055__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2056: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2056__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2057: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2057__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2058: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2058__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2096: + case 2059: + return obj.dirty__V() , null; + case 2061: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getVertexCount__I()); + case 2062: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2062__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2ILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 2063: + return obj.getCentroid__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2098: + case 2064: + return obj.getBoundingRectangle__Lcom_badlogic_gdx_math_Rectangle_2(); + case 2065: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2065__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2074: + return new com_badlogic_gdx_math_Polygon_Polygon__V; + case 2075: + return new com_badlogic_gdx_math_Polygon_Polygon___3FV(params[0]); + case 2078: + return new java_lang_Float_Float__FV(obj.getLength__F()); + case 2079: + return new java_lang_Float_Float__FV(obj.getScaledLength__F()); + case 2087: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2087__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2088: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2088__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2090: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2090__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2091: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2091__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2092: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2092__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2093: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2093__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2094: + return obj.calculateLength__V() , null; + case 2095: + return obj.calculateScaledLength__V() , null; + case 2097: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2097__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2100: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2100__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2101: + return new com_badlogic_gdx_math_Polyline_Polyline__V; + case 2102: + return new com_badlogic_gdx_math_Polyline_Polyline___3FV(params[0]); + case 2103: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2103__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2104: + return obj.set__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(params[0]); + case 2105: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2105__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2106: + return obj.cpy__Lcom_badlogic_gdx_math_Quaternion_2(); + case 2107: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2107__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2108: + return new java_lang_Float_Float__FV(obj.len__F()); + case 2110: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2110__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2111: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2111__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2112: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getGimbalPole__I()); + case 2113: + return new java_lang_Float_Float__FV(obj.getRollRad__F()); + case 2114: + return new java_lang_Float_Float__FV(obj.getRoll__F()); + case 2115: + return new java_lang_Float_Float__FV(obj.getPitchRad__F()); + case 2116: + return new java_lang_Float_Float__FV(obj.getPitch__F()); + case 2117: + return new java_lang_Float_Float__FV(obj.getYawRad__F()); + case 2118: + return new java_lang_Float_Float__FV(obj.getYaw__F()); + case 2119: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2119__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2120: + return new java_lang_Float_Float__FV(obj.len2__F()); + case 2121: + return obj.nor__Lcom_badlogic_gdx_math_Quaternion_2(); + case 2122: + return obj.conjugate__Lcom_badlogic_gdx_math_Quaternion_2(); + case 2123: + return obj.transform__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2124: + return obj.mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(params[0]); + case 2125: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2125__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2126: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2126__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2127: + return obj.mulLeft__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(params[0]); + case 2128: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2128__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2129: + return obj.add__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(params[0]); + case 2130: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2130__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2131: + return obj.toMatrix___3FV(params[0]) , null; + case 2132: + return obj.idt__Lcom_badlogic_gdx_math_Quaternion_2(); + case 2133: + return java_lang_Boolean_$clinit__V() , obj.isIdentity__Z()?true:false; + case 2134: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2134__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2135: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2135__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2136: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2136__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2137: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2137__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2138: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2138__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2139: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2139__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), params[1]); + case 2140: + return obj.setFromMatrix__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2(params[0]); + case 2141: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2141__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), params[1]); + case 2142: + return obj.setFromMatrix__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Quaternion_2(params[0]); + case 2143: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2143__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8])); + case 2144: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2144__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 2145: + return obj.setFromCross__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2(params[0], params[1]); + case 2146: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2146__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFFFLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 2147: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2147__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + } + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$invoke2__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$invoke2__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params){ + switch (m.com_badlogic_gwtref_client_Method_methodId) { + case 2148: + return obj.slerp___3Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2(params[0]); + case 2149: + return obj.slerp___3Lcom_badlogic_gdx_math_Quaternion_2_3FLcom_badlogic_gdx_math_Quaternion_2(params[0], params[1]); + case 2150: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2150__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2227: + case 2328: + case 2431: + case 2505: + case 2151: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.hashCode__I()); + case 2228: + case 2329: + case 2432: + case 2506: + case 2152: + return java_lang_Boolean_$clinit__V() , obj.equals__Ljava_lang_Object_2Z(params[0])?true:false; + case 2153: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2153__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]))); + case 2154: + return new java_lang_Float_Float__FV(obj.dot__Lcom_badlogic_gdx_math_Quaternion_2F(params[0])); + case 2155: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2155__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2156: + return new java_lang_Float_Float__FV(obj.getAxisAngle__Lcom_badlogic_gdx_math_Vector3_2F(params[0])); + case 2157: + return new java_lang_Float_Float__FV(obj.getAxisAngleRad__Lcom_badlogic_gdx_math_Vector3_2F(params[0])); + case 2158: + return new java_lang_Float_Float__FV(obj.getAngleRad__F()); + case 2159: + return new java_lang_Float_Float__FV(obj.getAngle__F()); + case 2160: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2160__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Ljava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3], params[4]); + case 2161: + return obj.getSwingTwist__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2V(params[0], params[1], params[2]) , null; + case 2162: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2162__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 2163: + return new java_lang_Float_Float__FV(obj.getAngleAroundRad__Lcom_badlogic_gdx_math_Vector3_2F(params[0])); + case 2164: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2164__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 2165: + return new java_lang_Float_Float__FV(obj.getAngleAround__Lcom_badlogic_gdx_math_Vector3_2F(params[0])); + case 2166: + return new com_badlogic_gdx_math_Quaternion_Quaternion__FFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2167: + return new com_badlogic_gdx_math_Quaternion_Quaternion__V; + case 2168: + return new com_badlogic_gdx_math_Quaternion_Quaternion__Lcom_badlogic_gdx_math_Quaternion_2V(params[0]); + case 2169: + return new com_badlogic_gdx_math_Quaternion_Quaternion__Lcom_badlogic_gdx_math_Vector3_2FV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2178: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2178__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_RandomXS128_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 2179: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.nextInt__I()); + case 2180: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2180__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_RandomXS128_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 2181: + return obj.nextDouble__D(); + case 2182: + return new java_lang_Float_Float__FV(obj.nextFloat__F()); + case 2183: + return java_lang_Boolean_$clinit__V() , obj.nextBoolean__Z()?true:false; + case 2184: + return obj.nextBytes___3BV(params[0]) , null; + case 2189: + return new com_badlogic_gdx_math_RandomXS128_RandomXS128__V; + case 2192: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2192__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2193: + return obj.set__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(params[0]); + case 2194: + return new java_lang_Float_Float__FV(obj.getX__F()); + case 2195: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2195__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2196: + return new java_lang_Float_Float__FV(obj.getY__F()); + case 2197: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2197__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2198: + return new java_lang_Float_Float__FV(obj.getWidth__F()); + case 2199: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2199__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2200: + return new java_lang_Float_Float__FV(obj.getHeight__F()); + case 2201: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2201__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2202: + return obj.getPosition__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2203: + return obj.setPosition__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2(params[0]); + case 2204: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2204__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2205: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2205__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2206: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2206__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2207: + return obj.getSize__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2208: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2208__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2232: + case 2209: + return java_lang_Boolean_$clinit__V() , obj.contains__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 2210: + return java_lang_Boolean_$clinit__V() , obj.contains__Lcom_badlogic_gdx_math_Circle_2Z(params[0])?true:false; + case 2211: + return java_lang_Boolean_$clinit__V() , obj.contains__Lcom_badlogic_gdx_math_Rectangle_2Z(params[0])?true:false; + case 2212: + return java_lang_Boolean_$clinit__V() , obj.overlaps__Lcom_badlogic_gdx_math_Rectangle_2Z(params[0])?true:false; + case 2213: + return obj.merge__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(params[0]); + case 2214: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2214__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2215: + return obj.merge__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2(params[0]); + case 2216: + return obj.merge___3Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2(params[0]); + case 2217: + return new java_lang_Float_Float__FV(obj.getAspectRatio__F()); + case 2218: + return obj.getCenter__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2219: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2219__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2220: + return obj.setCenter__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Rectangle_2(params[0]); + case 2221: + return obj.fitOutside__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(params[0]); + case 2222: + return obj.fitInside__Lcom_badlogic_gdx_math_Rectangle_2Lcom_badlogic_gdx_math_Rectangle_2(params[0]); + case 2304: + case 2424: + case 2498: + case 2223: + return obj.toString__Ljava_lang_String_2(); + case 2224: + return obj.fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Rectangle_2(params[0]); + case 2225: + return new java_lang_Float_Float__FV(obj.area__F()); + case 2226: + return new java_lang_Float_Float__FV(obj.perimeter__F()); + case 2229: + return new com_badlogic_gdx_math_Rectangle_Rectangle__V; + case 2230: + return new com_badlogic_gdx_math_Rectangle_Rectangle__FFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2231: + return new com_badlogic_gdx_math_Rectangle_Rectangle__Lcom_badlogic_gdx_math_Rectangle_2V(params[0]); + case 2233: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2233__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Shape2D_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2234: + return obj.cpy__Lcom_badlogic_gdx_math_Vector_2(); + case 2274: + case 2377: + case 2468: + case 2235: + return new java_lang_Float_Float__FV(obj.len__F()); + case 2276: + case 2379: + case 2470: + case 2236: + return new java_lang_Float_Float__FV(obj.len2__F()); + case 2237: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2237__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2238: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2238__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2239: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2239__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2240: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2240__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2241: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2241__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FFLcom_badlogic_gdx_math_Vector_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2242: + return obj.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0]); + case 2243: + return obj.sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0]); + case 2244: + return obj.nor__Lcom_badlogic_gdx_math_Vector_2(); + case 2245: + return obj.add__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0]); + case 2246: + return new java_lang_Float_Float__FV(obj.dot__Lcom_badlogic_gdx_math_Vector_2F(params[0])); + case 2247: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2247__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2248: + return obj.scl__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0]); + case 2249: + return new java_lang_Float_Float__FV(obj.dst__Lcom_badlogic_gdx_math_Vector_2F(params[0])); + case 2250: + return new java_lang_Float_Float__FV(obj.dst2__Lcom_badlogic_gdx_math_Vector_2F(params[0])); + case 2251: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2251__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2252: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2252__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 2253: + return obj.setToRandomDirection__Lcom_badlogic_gdx_math_Vector_2(); + case 2334: + case 2407: + case 2482: + case 2254: + return java_lang_Boolean_$clinit__V() , obj.isUnit__Z()?true:false; + case 2255: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2255__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2336: + case 2409: + case 2484: + case 2256: + return java_lang_Boolean_$clinit__V() , obj.isZero__Z()?true:false; + case 2257: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2257__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2258: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2258__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2259: + return java_lang_Boolean_$clinit__V() , obj.isOnLine__Lcom_badlogic_gdx_math_Vector_2Z(params[0])?true:false; + case 2260: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2260__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2261: + return java_lang_Boolean_$clinit__V() , obj.isCollinear__Lcom_badlogic_gdx_math_Vector_2Z(params[0])?true:false; + case 2262: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2262__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2263: + return java_lang_Boolean_$clinit__V() , obj.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2Z(params[0])?true:false; + case 2264: + return java_lang_Boolean_$clinit__V() , obj.isPerpendicular__Lcom_badlogic_gdx_math_Vector_2Z(params[0])?true:false; + case 2265: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2265__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2266: + return java_lang_Boolean_$clinit__V() , obj.hasSameDirection__Lcom_badlogic_gdx_math_Vector_2Z(params[0])?true:false; + case 2267: + return java_lang_Boolean_$clinit__V() , obj.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector_2Z(params[0])?true:false; + case 2268: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2268__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2269: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2269__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2270: + return obj.mulAdd__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(params[0], params[1]); + case 2271: + return obj.setZero__Lcom_badlogic_gdx_math_Vector_2(); + case 2272: + return obj.cpy__Lcom_badlogic_gdx_math_Vector2_2(); + case 2273: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2273__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 2275: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2275__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 2277: + return obj.set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2278: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2278__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2279: + return obj.sub__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2280: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2280__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2281: + return obj.nor__Lcom_badlogic_gdx_math_Vector2_2(); + case 2282: + return obj.add__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2283: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2283__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2284: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2284__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2285: + return new java_lang_Float_Float__FV(obj.dot__Lcom_badlogic_gdx_math_Vector2_2F(params[0])); + case 2286: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2286__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 2287: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2287__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2288: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2288__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2289: + return obj.scl__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2290: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2290__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2291: + return obj.mulAdd__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(params[0], params[1]); + case 2292: + return java_lang_Boolean_$clinit__V() , obj.idt__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 2293: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2293__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2294: + return new java_lang_Float_Float__FV(obj.dst__Lcom_badlogic_gdx_math_Vector2_2F(params[0])); + case 2295: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2295__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 2296: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2296__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2297: + return new java_lang_Float_Float__FV(obj.dst2__Lcom_badlogic_gdx_math_Vector2_2F(params[0])); + case 2298: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2298__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 2299: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2299__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2300: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2300__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2301: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2301__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2302: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2302__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2303: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2303__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2305: + return obj.fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2306: + return obj.mul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector2_2(params[0]); + case 2307: + return new java_lang_Float_Float__FV(obj.crs__Lcom_badlogic_gdx_math_Vector2_2F(params[0])); + case 2308: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2308__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 2309: + return new java_lang_Float_Float__FV(obj.angle__F()); + case 2310: + return new java_lang_Float_Float__FV(obj.angle__Lcom_badlogic_gdx_math_Vector2_2F(params[0])); + case 2311: + return new java_lang_Float_Float__FV(obj.angleDeg__F()); + case 2312: + return new java_lang_Float_Float__FV(obj.angleDeg__Lcom_badlogic_gdx_math_Vector2_2F(params[0])); + case 2313: + return new java_lang_Float_Float__FV(obj.angleRad__F()); + case 2314: + return new java_lang_Float_Float__FV(obj.angleRad__Lcom_badlogic_gdx_math_Vector2_2F(params[0])); + case 2315: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2315__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2316: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2316__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2317: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2317__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2318: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2318__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2319: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2319__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2320: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2320__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2321: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2321__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2322: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2322__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2323: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2323__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2324: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2324__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2ILcom_badlogic_gdx_math_Vector2_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 2325: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2325__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2326: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2326__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector2_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 2327: + return obj.setToRandomDirection__Lcom_badlogic_gdx_math_Vector2_2(); + case 2330: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2330__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2331: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2331__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))?true:false; + case 2332: + return java_lang_Boolean_$clinit__V() , obj.epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 2333: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2333__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2335: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2335__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2337: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2337__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2338: + return java_lang_Boolean_$clinit__V() , obj.isOnLine__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 2339: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2339__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2340: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2340__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2341: + return java_lang_Boolean_$clinit__V() , obj.isCollinear__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 2342: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2342__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2343: + return java_lang_Boolean_$clinit__V() , obj.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 2344: + return java_lang_Boolean_$clinit__V() , obj.isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 2345: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2345__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2346: + return java_lang_Boolean_$clinit__V() , obj.hasSameDirection__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 2347: + return java_lang_Boolean_$clinit__V() , obj.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector2_2Z(params[0])?true:false; + case 2348: + return obj.setZero__Lcom_badlogic_gdx_math_Vector2_2(); + case 2349: + return new com_badlogic_gdx_math_Vector2_Vector2__V; + case 2350: + return new com_badlogic_gdx_math_Vector2_Vector2__FFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2351: + return new com_badlogic_gdx_math_Vector2_Vector2__Lcom_badlogic_gdx_math_Vector2_2V(params[0]); + case 2358: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2358__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2359: + return obj.set__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2360: + return obj.set___3FLcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2361: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2361__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2362: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2362__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2363: + return obj.setToRandomDirection__Lcom_badlogic_gdx_math_Vector3_2(); + case 2364: + return obj.cpy__Lcom_badlogic_gdx_math_Vector3_2(); + case 2365: + return obj.add__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2366: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2366__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2367: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2367__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2368: + return obj.sub__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2369: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2369__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2370: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2370__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2371: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2371__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2372: + return obj.scl__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2373: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2373__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2374: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2374__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2375: + return obj.mulAdd__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0], params[1]); + case 2376: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2376__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 2378: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2378__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 2380: + return java_lang_Boolean_$clinit__V() , obj.idt__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 2381: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2381__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case 2382: + return new java_lang_Float_Float__FV(obj.dst__Lcom_badlogic_gdx_math_Vector3_2F(params[0])); + case 2383: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2383__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 2384: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2384__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case 2385: + return new java_lang_Float_Float__FV(obj.dst2__Lcom_badlogic_gdx_math_Vector3_2F(params[0])); + case 2386: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2386__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 2387: + return obj.nor__Lcom_badlogic_gdx_math_Vector3_2(); + case 2388: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2388__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]))); + case 2389: + return new java_lang_Float_Float__FV(obj.dot__Lcom_badlogic_gdx_math_Vector3_2F(params[0])); + case 2390: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2390__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 2391: + return obj.crs__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2392: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2392__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2393: + return obj.mul4x3___3FLcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2394: + return obj.mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2395: + return obj.mul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2396: + return obj.mul__Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2397: + return obj.traMul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2398: + return obj.traMul__Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2399: + return obj.prj__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2400: + return obj.rot__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2401: + return obj.unrotate__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2402: + return obj.untransform__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2403: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2403__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2404: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2404__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2405: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2405__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2406: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2406__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2408: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2408__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2410: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2410__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2411: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2411__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2412: + return java_lang_Boolean_$clinit__V() , obj.isOnLine__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 2413: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2413__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2414: + return java_lang_Boolean_$clinit__V() , obj.isCollinear__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 2415: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2415__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2416: + return java_lang_Boolean_$clinit__V() , obj.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 2417: + return java_lang_Boolean_$clinit__V() , obj.isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 2418: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2418__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2419: + return java_lang_Boolean_$clinit__V() , obj.hasSameDirection__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 2420: + return java_lang_Boolean_$clinit__V() , obj.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 2421: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2421__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2422: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2422__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 2423: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2423__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2425: + return obj.fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Vector3_2(params[0]); + case 2426: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2426__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2427: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2427__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2428: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2428__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2429: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2429__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2430: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2430__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2433: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2433__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2434: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2434__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))?true:false; + case 2435: + return java_lang_Boolean_$clinit__V() , obj.epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2Z(params[0])?true:false; + case 2436: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2436__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))?true:false; + case 2437: + return obj.setZero__Lcom_badlogic_gdx_math_Vector3_2(); + case 2438: + return new com_badlogic_gdx_math_Vector3_Vector3__V; + case 2439: + return new com_badlogic_gdx_math_Vector3_Vector3__FFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2440: + return new com_badlogic_gdx_math_Vector3_Vector3__Lcom_badlogic_gdx_math_Vector3_2V(params[0]); + case 2441: + return new com_badlogic_gdx_math_Vector3_Vector3___3FV(params[0]); + case 2442: + return new com_badlogic_gdx_math_Vector3_Vector3__Lcom_badlogic_gdx_math_Vector2_2FV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2449: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2449__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2450: + return obj.set__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(params[0]); + case 2451: + return obj.set___3FLcom_badlogic_gdx_math_Vector4_2(params[0]); + case 2452: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2452__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2453: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2453__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2454: + return obj.setToRandomDirection__Lcom_badlogic_gdx_math_Vector4_2(); + case 2455: + return obj.cpy__Lcom_badlogic_gdx_math_Vector4_2(); + case 2456: + return obj.add__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(params[0]); + case 2457: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2457__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2458: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2458__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2459: + return obj.sub__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(params[0]); + case 2460: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2460__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2461: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2461__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2462: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2462__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2463: + return obj.scl__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(params[0]); + case 2464: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2464__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2465: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2465__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2466: + return obj.mulAdd__Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2(params[0], params[1]); + case 2467: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2467__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2469: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2469__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2471: + return java_lang_Boolean_$clinit__V() , obj.idt__Lcom_badlogic_gdx_math_Vector4_2Z(params[0])?true:false; + case 2472: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2472__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]))); + case 2473: + return new java_lang_Float_Float__FV(obj.dst__Lcom_badlogic_gdx_math_Vector4_2F(params[0])); + case 2474: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2474__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2475: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2475__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]))); + case 2476: + return new java_lang_Float_Float__FV(obj.dst2__Lcom_badlogic_gdx_math_Vector4_2F(params[0])); + case 2477: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2477__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2478: + return obj.nor__Lcom_badlogic_gdx_math_Vector4_2(); + case 2479: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2479__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]))); + case 2480: + return new java_lang_Float_Float__FV(obj.dot__Lcom_badlogic_gdx_math_Vector4_2F(params[0])); + case 2481: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2481__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFF(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 2483: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2483__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2485: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2485__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))?true:false; + case 2486: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2486__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2487: + return java_lang_Boolean_$clinit__V() , obj.isOnLine__Lcom_badlogic_gdx_math_Vector4_2Z(params[0])?true:false; + case 2488: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2488__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2489: + return java_lang_Boolean_$clinit__V() , obj.isCollinear__Lcom_badlogic_gdx_math_Vector4_2Z(params[0])?true:false; + case 2490: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2490__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2491: + return java_lang_Boolean_$clinit__V() , obj.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2Z(params[0])?true:false; + case 2492: + return java_lang_Boolean_$clinit__V() , obj.isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2Z(params[0])?true:false; + case 2493: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2493__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2494: + return java_lang_Boolean_$clinit__V() , obj.hasSameDirection__Lcom_badlogic_gdx_math_Vector4_2Z(params[0])?true:false; + case 2495: + return java_lang_Boolean_$clinit__V() , obj.hasOppositeDirection__Lcom_badlogic_gdx_math_Vector4_2Z(params[0])?true:false; + case 2496: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2496__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2497: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2497__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector4_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), params[2]); + case 2499: + return obj.fromString__Ljava_lang_String_2Lcom_badlogic_gdx_math_Vector4_2(params[0]); + case 2500: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2500__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2501: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2501__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2502: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2502__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2503: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2503__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 2504: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2504__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFLcom_badlogic_gdx_math_Vector4_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 2507: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2507__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))?true:false; + case 2508: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2508__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]))?true:false; + case 2509: + return java_lang_Boolean_$clinit__V() , obj.epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2Z(params[0])?true:false; + case 2510: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2510__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFZ(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))?true:false; + case 2511: + return obj.setZero__Lcom_badlogic_gdx_math_Vector4_2(); + case 2512: + return new com_badlogic_gdx_math_Vector4_Vector4__V; + case 2513: + return new com_badlogic_gdx_math_Vector4_Vector4__FFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 2514: + return new com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector4_2V(params[0]); + case 2515: + return new com_badlogic_gdx_math_Vector4_Vector4___3FV(params[0]); + case 2516: + return new com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector2_2FFV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 2517: + return new com_badlogic_gdx_math_Vector4_Vector4__Lcom_badlogic_gdx_math_Vector3_2FV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_1003 + m.com_badlogic_gwtref_client_Method_methodId + $intern_1004 + m.com_badlogic_gwtref_client_Method_name)); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1007__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1008__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2IILjava_lang_Object_2(obj, p0, p1){ + obj.killParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m101__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFI(p0, p1, p2, p3){ + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 * 255) << 24 | com_google_gwt_lang_Cast_round_1int__DI(p1 * 255) << 16 | com_google_gwt_lang_Cast_round_1int__DI(p2 * 255) << 8 | com_google_gwt_lang_Cast_round_1int__DI(p3 * 255); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1014__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1015__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2IILjava_lang_Object_2(obj, p0, p1){ + obj.killParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m103__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(p0, p1){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + p0.com_badlogic_gdx_graphics_Color_r = ((p1 & 63488) >>> 11) / 31; + p0.com_badlogic_gdx_graphics_Color_g = ((p1 & $intern_998) >>> 5) / 63; + p0.com_badlogic_gdx_graphics_Color_b = (p1 & 31) / 31; + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m104__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(p0, p1){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + p0.com_badlogic_gdx_graphics_Color_r = ((p1 & 61440) >>> 12) / 15; + p0.com_badlogic_gdx_graphics_Color_g = ((p1 & 3840) >>> 8) / 15; + p0.com_badlogic_gdx_graphics_Color_b = ((p1 & 240) >>> 4) / 15; + p0.com_badlogic_gdx_graphics_Color_a = (p1 & 15) / 15; + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1041__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m105__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(p0, p1){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + p0.com_badlogic_gdx_graphics_Color_r = ((p1 & $intern_82) >>> 16) / 255; + p0.com_badlogic_gdx_graphics_Color_g = ((p1 & $intern_83) >>> 8) / 255; + p0.com_badlogic_gdx_graphics_Color_b = (p1 & 255) / 255; + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1053__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1059__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m106__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(p0, p1){ + com_badlogic_gdx_graphics_Color_rgba8888ToColor__Lcom_badlogic_gdx_graphics_Color_2IV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1066__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m107__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(p0, p1){ + com_badlogic_gdx_graphics_Color_$clinit__V(); + p0.com_badlogic_gdx_graphics_Color_a = ((p1 & $intern_81) >>> 24) / 255; + p0.com_badlogic_gdx_graphics_Color_r = ((p1 & $intern_82) >>> 16) / 255; + p0.com_badlogic_gdx_graphics_Color_g = ((p1 & $intern_83) >>> 8) / 255; + p0.com_badlogic_gdx_graphics_Color_b = (p1 & 255) / 255; + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m108__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(p0, p1){ + com_badlogic_gdx_graphics_Color_abgr8888ToColor__Lcom_badlogic_gdx_graphics_Color_2IV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m109__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FLjava_lang_Object_2(p0, p1){ + com_badlogic_gdx_graphics_Color_abgr8888ToColor__Lcom_badlogic_gdx_graphics_Color_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m110__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFLcom_badlogic_gdx_graphics_Color_2(obj, p0, p1, p2){ + return obj.fromHsv__FFFLcom_badlogic_gdx_graphics_Color_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1104__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1108__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1121__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2F_3F(obj, p0){ + return obj.getColor__F_3F(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1122__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_2F_3FILjava_lang_Object_2(obj, p0, p1, p2){ + obj.getColor__F_3FIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1127__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_LineSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1136__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFFLcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + return com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_pick__FFFFFFFFFLcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1140__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_NumericValue_2FLjava_lang_Object_2(obj, p0){ + obj.setValue__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1146__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2ZLjava_lang_Object_2(obj, p0){ + obj.setActive__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1152__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PointSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1156__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2ZLjava_lang_Object_2(obj, p0){ + obj.setActive__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1158__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2ZLjava_lang_Object_2(obj, p0){ + obj.setEdges__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1162__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FFFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.setDimensions__FFFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1176__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FLjava_lang_Object_2(obj, p0){ + obj.setLow__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1177__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setLow__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1179__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FLjava_lang_Object_2(obj, p0){ + obj.setLowMin__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1181__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FLjava_lang_Object_2(obj, p0){ + obj.setLowMax__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1186__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RectangleSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1191__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FLjava_lang_Object_2(obj, p0){ + obj.setHigh__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1192__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setHigh__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1194__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FLjava_lang_Object_2(obj, p0){ + obj.setHighMin__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1196__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FLjava_lang_Object_2(obj, p0){ + obj.setHighMax__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2ZLjava_lang_Object_2(obj, p0){ + obj.setRelative__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1203__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FF(obj, p0){ + return obj.getScale__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1208__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1209__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.spawn__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1219__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1225__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.spawnAux__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1239__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, p0){ + obj.setOpacity__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m124__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Texture_2Lcom_badlogic_gdx_graphics_Pixmap_2IILjava_lang_Object_2(obj, p0, p1, p2){ + obj.draw__Lcom_badlogic_gdx_graphics_Pixmap_2IIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1241__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, p0){ + obj.setOffsetX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1243__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, p0){ + obj.setOffsetY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1245__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, p0){ + obj.setParallaxX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1247__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FLjava_lang_Object_2(obj, p0){ + obj.setParallaxY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1255__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2ZLjava_lang_Object_2(obj, p0){ + obj.setVisible__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1259__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayers_2ILcom_badlogic_gdx_maps_MapLayer_2(obj, p0){ + return obj.get__ILcom_badlogic_gdx_maps_MapLayer_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1265__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayers_2ILjava_lang_Object_2(obj, p0){ + obj.remove__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1277__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObject_2FLjava_lang_Object_2(obj, p0){ + obj.setOpacity__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1279__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObject_2ZLjava_lang_Object_2(obj, p0){ + obj.setVisible__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1282__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObjects_2ILcom_badlogic_gdx_maps_MapObject_2(obj, p0){ + return obj.get__ILcom_badlogic_gdx_maps_MapObject_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1288__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObjects_2ILjava_lang_Object_2(obj, p0){ + obj.remove__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1306__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapRenderer_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.$_nullMethod(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1329__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, p0){ + obj.setX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1331__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, p0){ + obj.setY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1333__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, p0){ + obj.setOriginX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1335__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, p0){ + obj.setOriginY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1337__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, p0){ + obj.setScaleX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1339__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, p0){ + obj.setScaleY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1341__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FLjava_lang_Object_2(obj, p0){ + obj.setRotation__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1353__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapImageLayer_2FLjava_lang_Object_2(obj, p0){ + obj.setX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1355__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapImageLayer_2FLjava_lang_Object_2(obj, p0){ + obj.setY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1362__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2ILjava_lang_Object_2(obj, p0){ + obj.$_nullMethod(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1368__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2FLjava_lang_Object_2(obj, p0){ + obj.$_nullMethod(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1370__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTile_2FLjava_lang_Object_2(obj, p0){ + obj.$_nullMethod(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1385__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(obj, p0, p1){ + return obj.getCell__IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1386__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2Ljava_lang_Object_2(obj, p0, p1, p2){ + obj.setCell__IILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2V(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1391__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(obj, p0){ + return obj.setFlipHorizontally__ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1393__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(obj, p0){ + return obj.setFlipVertically__ZLcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1395__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(obj, p0){ + return obj.setRotation__ILcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1406__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2(obj, p0){ + return obj.getTile__ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1408__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2Ljava_lang_Object_2(obj, p0, p1){ + obj.putTile__ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1409__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2ILjava_lang_Object_2(obj, p0){ + obj.removeTile__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1412__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSets_2ILcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2(obj, p0){ + return obj.getTileSet__ILcom_badlogic_gdx_maps_tiled_TiledMapTileSet_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1415__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSets_2ILjava_lang_Object_2(obj, p0){ + obj.removeTileSet__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1417__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileSets_2ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2(obj, p0){ + return obj.getTile__ILcom_badlogic_gdx_maps_tiled_TiledMapTile_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1421__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_2ZLjava_lang_Object_2(obj, p0){ + obj.setFlipHorizontally__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1423__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_2ZLjava_lang_Object_2(obj, p0){ + obj.setFlipVertically__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1431__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.setToTranslation__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1433__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.setToScaling__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1435__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, p0){ + return obj.setToRotation__FLcom_badlogic_gdx_math_Affine2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1436__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.setToRotation__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1437__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, p0){ + return obj.setToRotationRad__FLcom_badlogic_gdx_math_Affine2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1438__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.setToShearing__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1440__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1, p2, p3, p4){ + return obj.setToTrnRotScl__FFFFFLcom_badlogic_gdx_math_Affine2_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1441__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(obj, p0, p1, p2){ + return obj.setToTrnRotScl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1442__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFFFFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1, p2, p3, p4){ + return obj.setToTrnRotRadScl__FFFFFLcom_badlogic_gdx_math_Affine2_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1443__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(obj, p0, p1, p2){ + return obj.setToTrnRotRadScl__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Affine2_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1444__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFFFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1, p2, p3){ + return obj.setToTrnScl__FFFFLcom_badlogic_gdx_math_Affine2_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1450__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.translate__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1452__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.preTranslate__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1454__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.scale__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1456__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.preScale__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1458__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, p0){ + return obj.rotate__FLcom_badlogic_gdx_math_Affine2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1459__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, p0){ + return obj.rotateRad__FLcom_badlogic_gdx_math_Affine2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1460__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, p0){ + return obj.preRotate__FLcom_badlogic_gdx_math_Affine2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1461__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FLcom_badlogic_gdx_math_Affine2_2(obj, p0){ + return obj.preRotateRad__FLcom_badlogic_gdx_math_Affine2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1462__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.shear__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1464__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FFLcom_badlogic_gdx_math_Affine2_2(obj, p0, p1){ + return obj.preShear__FFLcom_badlogic_gdx_math_Affine2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1474__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4){ + var com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0, com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0; + return com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 = p3?p2.length:p2.length - 3 , com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 = p1 * com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 , com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 = p1 >= 1?com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 - 1:com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0) , com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 -= com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 , com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0, com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1475__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1476__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4){ + var com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0, com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0; + return com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 = p3?p2.length:p2.length - 3 , com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 = p1 * com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 , com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 = p1 >= 1?com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 - 1:com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0) , com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 -= com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 , com_badlogic_gdx_math_BSpline_cubic__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0, com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1477__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_BSpline_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1478__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5){ + var com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0, com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0; + return com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 = p4?p2.length:p2.length - p3 , com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 = p1 * com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 , com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 = p1 >= 1?com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 - 1:com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0) , com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 -= com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 , com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0, com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1479__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5, p6){ + return com_badlogic_gdx_math_BSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1480__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5){ + var com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0, com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0; + return com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 = p4?p2.length:p2.length - p3 , com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 = p1 * com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 , com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 = p1 >= 1?com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 - 1:com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0) , com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 -= com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 , com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0, com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1481__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5, p6){ + return com_badlogic_gdx_math_BSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1482__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2_3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_BSpline_2(obj, p0, p1, p2){ + return obj.set___3Lcom_badlogic_gdx_math_Vector_2IZLcom_badlogic_gdx_math_BSpline_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1483__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0, p1){ + return obj.valueAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1484__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(obj, p0, p1, p2){ + return obj.valueAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1485__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0, p1){ + return obj.derivativeAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1486__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(obj, p0, p1, p2){ + return obj.derivativeAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1488__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2III(obj, p0, p1, p2){ + return obj.nearest__Lcom_badlogic_gdx_math_Vector_2III(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1490__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IIF(obj, p0, p1, p2){ + return obj.approximate__Lcom_badlogic_gdx_math_Vector_2IIF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1491__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2Lcom_badlogic_gdx_math_Vector_2IF(obj, p0, p1){ + return obj.approximate__Lcom_badlogic_gdx_math_Vector_2IF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1493__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2IF(obj, p0){ + return obj.approxLength__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1496__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4){ + return com_badlogic_gdx_math_Bezier_linear__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1497__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4){ + return p0.set__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p3).sub__Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1498__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_Bezier_quadratic__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1499__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_Bezier_quadratic_1derivative__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1500__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5, p6){ + return com_badlogic_gdx_math_Bezier_cubic__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1501__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5, p6){ + return com_badlogic_gdx_math_Bezier_cubic_1derivative__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1503__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2_3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2(obj, p0, p1, p2){ + return obj.set___3Lcom_badlogic_gdx_math_Vector_2IILcom_badlogic_gdx_math_Bezier_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1504__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_utils_Array_2IILcom_badlogic_gdx_math_Bezier_2(obj, p0, p1, p2){ + return obj.set__Lcom_badlogic_gdx_utils_Array_2IILcom_badlogic_gdx_math_Bezier_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1505__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0, p1){ + return obj.valueAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1506__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0, p1){ + return obj.derivativeAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1509__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bezier_2IF(obj, p0){ + return obj.approxLength__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1515__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Array_2(obj, p0, p1, p2, p3){ + return obj.line__IIIILcom_badlogic_gdx_utils_Array_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1516__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Bresenham2_2IIIILcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.line__IIIILcom_badlogic_gdx_utils_Pool_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_Array_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1518__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4){ + var com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0, com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0; + return com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 = p3?p2.length:p2.length - 3 , com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 = p1 * com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 , com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 = p1 >= 1?com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 - 1:com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0) , com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 -= com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 , com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0, com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1519__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_CatmullRomSpline_calculate__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1520__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4){ + var com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0, com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0; + return com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 = p3?p2.length:p2.length - 3 , com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 = p1 * com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 , com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 = p1 >= 1?com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_n_0 - 1:com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0) , com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0 -= com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0 , com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_i_0, com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2F_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2_u_0, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1521__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_CatmullRomSpline_derivative__Lcom_badlogic_gdx_math_Vector_2IF_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1522__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2_3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_CatmullRomSpline_2(obj, p0, p1){ + return obj.set___3Lcom_badlogic_gdx_math_Vector_2ZLcom_badlogic_gdx_math_CatmullRomSpline_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1523__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0, p1){ + return obj.valueAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1524__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(obj, p0, p1, p2){ + return obj.valueAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1525__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0, p1){ + return obj.derivativeAt__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1526__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(obj, p0, p1, p2){ + return obj.derivativeAt__Lcom_badlogic_gdx_math_Vector_2IFLcom_badlogic_gdx_math_Vector_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1528__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2III(obj, p0, p1, p2){ + return obj.nearest__Lcom_badlogic_gdx_math_Vector_2III(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1530__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IIF(obj, p0, p1, p2){ + return obj.approximate__Lcom_badlogic_gdx_math_Vector_2IIF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1531__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2Lcom_badlogic_gdx_math_Vector_2IF(obj, p0, p1){ + return obj.approximate__Lcom_badlogic_gdx_math_Vector_2IF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1533__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2IF(obj, p0){ + return obj.approxLength__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1536__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FFFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.set__FFFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1537__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2Lcom_badlogic_gdx_math_Vector2_2FLjava_lang_Object_2(obj, p0, p1){ + obj.set__Lcom_badlogic_gdx_math_Vector2_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1541__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1542__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FLjava_lang_Object_2(obj, p0){ + obj.setX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1543__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FLjava_lang_Object_2(obj, p0){ + obj.setY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1544__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FLjava_lang_Object_2(obj, p0){ + obj.setRadius__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1545__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FFZ(obj, p0, p1){ + return obj.contains__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1559__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_FloatArray_2(obj, p0, p1){ + return obj.computePolygon__Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_FloatArray_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1560__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FZLcom_badlogic_gdx_utils_FloatArray_2(obj, p0, p1){ + return obj.computePolygon___3FZLcom_badlogic_gdx_utils_FloatArray_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1561__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZLcom_badlogic_gdx_utils_FloatArray_2(obj, p0, p1, p2, p3){ + return obj.computePolygon___3FIIZLcom_badlogic_gdx_utils_FloatArray_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1562__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2Lcom_badlogic_gdx_utils_FloatArray_2ZZLcom_badlogic_gdx_utils_IntArray_2(obj, p0, p1, p2){ + return obj.computeIndices__Lcom_badlogic_gdx_utils_FloatArray_2ZZLcom_badlogic_gdx_utils_IntArray_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1563__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FZZLcom_badlogic_gdx_utils_IntArray_2(obj, p0, p1, p2){ + return obj.computeIndices___3FZZLcom_badlogic_gdx_utils_IntArray_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1564__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZZLcom_badlogic_gdx_utils_IntArray_2(obj, p0, p1, p2, p3, p4){ + return obj.computeIndices___3FIIZZLcom_badlogic_gdx_utils_IntArray_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1565__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2FFF(obj, p0, p1){ + return obj.private$com_badlogic_gdx_math_ConvexHull$ccw__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1566__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FILjava_lang_Object_2(obj, p0, p1){ + obj.private$com_badlogic_gdx_math_ConvexHull$sort___3FIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1567__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIII(obj, p0, p1, p2){ + return obj.private$com_badlogic_gdx_math_ConvexHull$quicksortPartition___3FIII(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1568__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIZLjava_lang_Object_2(obj, p0, p1, p2){ + obj.private$com_badlogic_gdx_math_ConvexHull$sortWithIndices___3FIZV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1569__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_ConvexHull_2_3FIIZ_3SI(obj, p0, p1, p2, p3, p4){ + return obj.private$com_badlogic_gdx_math_ConvexHull$quicksortPartitionWithIndices___3FIIZ_3SI(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1571__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FLjava_lang_Object_2(obj, p0, p1){ + obj.add__Ljava_lang_Object_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1576__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2FLjava_lang_Object_2(obj, p0){ + return obj.value__FLjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1579__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2IF(obj, p0){ + return obj.getInterval__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1580__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2ILjava_lang_Object_2(obj, p0){ + return obj.getValue__ILjava_lang_Object_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1581__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2Ljava_lang_Object_2FLjava_lang_Object_2(obj, p0, p1){ + obj.setInterval__Ljava_lang_Object_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1582__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CumulativeDistribution_2IFLjava_lang_Object_2(obj, p0, p1){ + obj.setInterval__IFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1585__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_ShortArray_2(obj, p0, p1){ + return obj.computeTriangles__Lcom_badlogic_gdx_utils_FloatArray_2ZLcom_badlogic_gdx_utils_ShortArray_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1586__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FZLcom_badlogic_gdx_utils_ShortArray_2(obj, p0, p1){ + return obj.computeTriangles___3FZLcom_badlogic_gdx_utils_ShortArray_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1587__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FIIZLcom_badlogic_gdx_utils_ShortArray_2(obj, p0, p1, p2, p3){ + return obj.computeTriangles___3FIIZLcom_badlogic_gdx_utils_ShortArray_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1588__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2FFFFFFFFI(obj, p0, p1, p2, p3, p4, p5, p6, p7){ + return obj.private$com_badlogic_gdx_math_DelaunayTriangulator$circumCircle__FFFFFFFFI(p0, p1, p2, p3, p4, p5, p6, p7); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1589__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FILjava_lang_Object_2(obj, p0, p1){ + obj.private$com_badlogic_gdx_math_DelaunayTriangulator$sort___3FIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1590__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2_3FII_3SI(obj, p0, p1, p2, p3){ + return obj.private$com_badlogic_gdx_math_DelaunayTriangulator$quicksortPartition___3FII_3SI(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1591__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_DelaunayTriangulator_2Lcom_badlogic_gdx_utils_ShortArray_2_3F_3FIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.trim__Lcom_badlogic_gdx_utils_ShortArray_2_3F_3FIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1595__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2_3FIILcom_badlogic_gdx_utils_ShortArray_2(obj, p0, p1, p2){ + return obj.computeTriangles___3FIILcom_badlogic_gdx_utils_ShortArray_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1597__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(obj, p0){ + return obj.private$com_badlogic_gdx_math_EarClippingTriangulator$classifyVertex__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1599__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2IZ(obj, p0){ + return obj.private$com_badlogic_gdx_math_EarClippingTriangulator$isEarTip__IZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1600__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2ILjava_lang_Object_2(obj, p0){ + obj.private$com_badlogic_gdx_math_EarClippingTriangulator$cutEarTip__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1601__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(obj, p0){ + return obj.private$com_badlogic_gdx_math_EarClippingTriangulator$previousIndex__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1602__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2II(obj, p0){ + return obj.private$com_badlogic_gdx_math_EarClippingTriangulator$nextIndex__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1603__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFI(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_EarClippingTriangulator_computeSpannedAreaSign__FFFFFFI(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1605__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FFZ(obj, p0, p1){ + return obj.contains__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1607__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.set__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1612__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FFLcom_badlogic_gdx_math_Ellipse_2(obj, p0, p1){ + return obj.setPosition__FFLcom_badlogic_gdx_math_Ellipse_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1613__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FFLcom_badlogic_gdx_math_Ellipse_2(obj, p0, p1){ + return obj.setSize__FFLcom_badlogic_gdx_math_Ellipse_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1624__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FLjava_lang_Object_2(obj, p0){ + obj.put__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1630__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2FFFZ(obj, p0, p1, p2){ + return obj.pointInFrustum__FFFZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1631__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, p0, p1){ + return obj.sphereInFrustum__Lcom_badlogic_gdx_math_Vector3_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1632__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2FFFFZ(obj, p0, p1, p2, p3){ + return obj.sphereInFrustum__FFFFZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1633__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, p0, p1){ + return obj.sphereInFrustumWithoutNearFar__Lcom_badlogic_gdx_math_Vector3_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1634__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2FFFFZ(obj, p0, p1, p2, p3){ + return obj.sphereInFrustumWithoutNearFar__FFFFZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1637__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Frustum_2FFFFFFZ(obj, p0, p1, p2, p3, p4, p5){ + return obj.boundsInFrustum__FFFFFFZ(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1643__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFFF(p0, p1, p2, p3){ + var com_badlogic_gdx_math_GeometryUtils_fromBarycoord__Lcom_badlogic_gdx_math_Vector2_2FFFF_u_0; + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_fromBarycoord__Lcom_badlogic_gdx_math_Vector2_2FFFF_u_0 = 1 - p0.com_badlogic_gdx_math_Vector2_x - p0.com_badlogic_gdx_math_Vector2_y , com_badlogic_gdx_math_GeometryUtils_fromBarycoord__Lcom_badlogic_gdx_math_Vector2_2FFFF_u_0 * p1 + p0.com_badlogic_gdx_math_Vector2_x * p2 + p0.com_badlogic_gdx_math_Vector2_y * p3; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1644__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(p0, p1, p2){ + return com_badlogic_gdx_math_GeometryUtils_lowestPositiveRoot__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1645__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFZ(p0, p1, p2, p3, p4, p5){ + var com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dx21_0, com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dy21_0, com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dx32_0, com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dy32_0, com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_det_0; + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dx21_0 = p2 - p0 , com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dy21_0 = p3 - p1 , com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dx32_0 = p4 - p2 , com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dy32_0 = p5 - p3 , com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_det_0 = com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dx32_0 * com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dy21_0 - com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dx21_0 * com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_dy32_0 , $wnd.Math.abs(com_badlogic_gdx_math_GeometryUtils_colinear__FFFFFFZ_det_0) < $intern_347; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1646__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3, p4, p5, p6){ + return com_badlogic_gdx_math_GeometryUtils_triangleCentroid__FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1647__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3, p4, p5, p6){ + return com_badlogic_gdx_math_GeometryUtils_triangleCircumcenter__FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1648__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_GeometryUtils_triangleCircumradius__FFFFFFF(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1649__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(p0, p1, p2, p3, p4, p5){ + var com_badlogic_gdx_math_GeometryUtils_triangleQuality__FFFFFFF_sqLength1_0, com_badlogic_gdx_math_GeometryUtils_triangleQuality__FFFFFFF_sqLength2_0, com_badlogic_gdx_math_GeometryUtils_triangleQuality__FFFFFFF_sqLength3_0; + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_triangleQuality__FFFFFFF_sqLength1_0 = p0 * p0 + p1 * p1 , com_badlogic_gdx_math_GeometryUtils_triangleQuality__FFFFFFF_sqLength2_0 = p2 * p2 + p3 * p3 , com_badlogic_gdx_math_GeometryUtils_triangleQuality__FFFFFFF_sqLength3_0 = p4 * p4 + p5 * p5 , $wnd.Math.sqrt($wnd.Math.min(com_badlogic_gdx_math_GeometryUtils_triangleQuality__FFFFFFF_sqLength1_0, $wnd.Math.min(com_badlogic_gdx_math_GeometryUtils_triangleQuality__FFFFFFF_sqLength2_0, com_badlogic_gdx_math_GeometryUtils_triangleQuality__FFFFFFF_sqLength3_0))) / com_badlogic_gdx_math_GeometryUtils_triangleCircumradius__FFFFFFF(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1650__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , $wnd.Math.abs((p0 - p4) * (p3 - p1) - (p0 - p2) * (p5 - p1)) * 0.5; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1651__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3, p4, p5, p6, p7, p8){ + var com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgX1_0, com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgY1_0, com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgX2_0, com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgY2_0; + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgX1_0 = (p0 + p2 + p4) / 3 , com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgY1_0 = (p1 + p3 + p5) / 3 , com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgX2_0 = (p0 + p6 + p4) / 3 , com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgY2_0 = (p1 + p7 + p5) / 3 , p8.com_badlogic_gdx_math_Vector2_x = com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgX1_0 - (com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgX1_0 - com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgX2_0) / 2 , p8.com_badlogic_gdx_math_Vector2_y = com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgY1_0 - (com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgY1_0 - com_badlogic_gdx_math_GeometryUtils_quadrilateralCentroid__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2_avgY2_0) / 2 , p8; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1652__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3){ + return com_badlogic_gdx_math_GeometryUtils_polygonCentroid___3FIILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1653__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIF(p0, p1, p2){ + return com_badlogic_gdx_math_GeometryUtils_polygonArea___3FIIF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1655__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIILjava_lang_Object_2(p0, p1, p2){ + com_badlogic_gdx_math_GeometryUtils_ensureCCW___3FIIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1657__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIILjava_lang_Object_2(p0, p1, p2){ + com_badlogic_gdx_math_GeometryUtils_ensureClockwise___3FIIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1658__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIILjava_lang_Object_2(p0, p1, p2){ + com_badlogic_gdx_math_GeometryUtils_reverseVertices___3FIIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1659__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIZ(p0, p1, p2){ + return com_badlogic_gdx_math_GeometryUtils_isClockwise___3FIIZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1660__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIZ(p0, p1, p2){ + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , !com_badlogic_gdx_math_GeometryUtils_isClockwise___3FIIZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1662__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IILcom_badlogic_gdx_math_GridPoint2_2(obj, p0, p1){ + return obj.set__IILcom_badlogic_gdx_math_GridPoint2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1664__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IIF(obj, p0, p1){ + return obj.dst2__IIF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1666__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IIF(obj, p0, p1){ + return obj.dst__IIF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1668__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IILcom_badlogic_gdx_math_GridPoint2_2(obj, p0, p1){ + return obj.add__IILcom_badlogic_gdx_math_GridPoint2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1670__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IILcom_badlogic_gdx_math_GridPoint2_2(obj, p0, p1){ + return obj.sub__IILcom_badlogic_gdx_math_GridPoint2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1679__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIILcom_badlogic_gdx_math_GridPoint3_2(obj, p0, p1, p2){ + return obj.set__IIILcom_badlogic_gdx_math_GridPoint3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1681__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIIF(obj, p0, p1, p2){ + return obj.dst2__IIIF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1683__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIIF(obj, p0, p1, p2){ + return obj.dst__IIIF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1685__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIILcom_badlogic_gdx_math_GridPoint3_2(obj, p0, p1, p2){ + return obj.add__IIILcom_badlogic_gdx_math_GridPoint3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1687__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IIILcom_badlogic_gdx_math_GridPoint3_2(obj, p0, p1, p2){ + return obj.sub__IIILcom_badlogic_gdx_math_GridPoint3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1695__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1696__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation_2FFFF(obj, p0, p1, p2){ + return obj.apply__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1697__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Bounce_2FF(obj, p0){ + return obj.private$com_badlogic_gdx_math_Interpolation$Bounce$out__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1698__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Bounce_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1701__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$BounceIn_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1704__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$BounceOut_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1707__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Elastic_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1709__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$ElasticIn_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1711__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$ElasticOut_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1713__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Exp_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1715__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$ExpIn_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1717__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$ExpOut_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1719__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Pow_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1721__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$PowIn_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1723__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$PowOut_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1725__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$Swing_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1727__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$SwingIn_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1729__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Interpolation$SwingOut_2FF(obj, p0){ + return obj.apply__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1733__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFZ(p0, p1, p2, p3, p4, p5, p6, p7){ + return com_badlogic_gdx_math_Intersector_isPointInTriangle__FFFFFFFFZ(p0, p1, p2, p3, p4, p5, p6, p7); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1736__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFI(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(java_lang_Math_signum__DD((p2 - p0) * (p5 - p1) - (p3 - p1) * (p4 - p0))); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1738__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIFFZ(p0, p1, p2, p3, p4){ + return com_badlogic_gdx_math_Intersector_isPointInPolygon___3FIIFFZ(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1742__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(p0, p1, p2, p3, p4, p5){ + var com_badlogic_gdx_math_Intersector_distanceLinePoint__FFFFFFF_normalLength_0; + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_distanceLinePoint__FFFFFFF_normalLength_0 = (com_badlogic_gdx_math_Vector2_$clinit__V() , $wnd.Math.sqrt((p2 - p0) * (p2 - p0) + (p3 - p1) * (p3 - p1))) , $wnd.Math.abs((p4 - p0) * (p3 - p1) - (p5 - p1) * (p2 - p0)) / com_badlogic_gdx_math_Intersector_distanceLinePoint__FFFFFFF_normalLength_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1743__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Vector2_$dst__Lcom_badlogic_gdx_math_Vector2_2FFF(com_badlogic_gdx_math_Intersector_nearestSegmentPoint__FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3, p4, p5, com_badlogic_gdx_math_Intersector_v2a), p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1746__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3, p4, p5, p6){ + return com_badlogic_gdx_math_Intersector_nearestSegmentPoint__FFFFFFLcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1747__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Intersector_intersectSegmentCircle__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1753__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFLcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2F(p0, p1, p2, p3, p4, p5, p6, p7){ + return com_badlogic_gdx_math_Intersector_intersectLinePlane__FFFFFFLcom_badlogic_gdx_math_Plane_2Lcom_badlogic_gdx_math_Vector3_2F(p0, p1, p2, p3, p4, p5, p6, p7); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1756__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2Z(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Intersector_intersectRaySphere__Lcom_badlogic_gdx_math_collision_Ray_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2Z(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1765__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_collision_Ray_2_3F_3SILcom_badlogic_gdx_math_Vector3_2Z(p0, p1, p2, p3, p4){ + return com_badlogic_gdx_math_Intersector_intersectRayTriangles__Lcom_badlogic_gdx_math_collision_Ray_2_3F_3SILcom_badlogic_gdx_math_Vector3_2Z(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1768__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Intersector_intersectBoundsPlaneFast__Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1770__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(p0, p1, p2, p3, p4, p5, p6, p7, p8){ + return com_badlogic_gdx_math_Intersector_intersectLines__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(p0, p1, p2, p3, p4, p5, p6, p7, p8); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1773__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFLcom_badlogic_gdx_math_Rectangle_2Z(p0, p1, p2, p3, p4){ + return com_badlogic_gdx_math_Intersector_intersectSegmentRectangle__FFFFLcom_badlogic_gdx_math_Rectangle_2Z(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1777__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(p0, p1, p2, p3, p4, p5, p6, p7, p8){ + return com_badlogic_gdx_math_Intersector_intersectSegments__FFFFFFFFLcom_badlogic_gdx_math_Vector2_2Z(p0, p1, p2, p3, p4, p5, p6, p7, p8); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1778__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Intersector_$clinit__V() , p0 * p3 - p1 * p2; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1779__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2DDDDD(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Intersector_$clinit__V() , p0 * p3 - p1 * p2; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1786__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(p0, p1, p2, p3, p4, p5, p6){ + return com_badlogic_gdx_math_Intersector_overlapConvexPolygons___3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2Z(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1787__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2ZZ(p0, p1, p2, p3, p4, p5, p6, p7){ + return com_badlogic_gdx_math_Intersector_overlapsOnAxisOfShape___3FII_3FIILcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2ZZ(p0, p1, p2, p3, p4, p5, p6, p7); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1789__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3FIIILcom_badlogic_gdx_math_Plane_2_3FILjava_lang_Object_2(p0, p1, p2, p3, p4, p5, p6){ + com_badlogic_gdx_math_Intersector_splitEdge___3FIIILcom_badlogic_gdx_math_Plane_2_3FIV(p0, p1, p2, p3, p4, p5, p6); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1793__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2ZLjava_lang_Object_2(obj, p0){ + obj.package_private$com_badlogic_gdx_math$setSide__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1795__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2_3FIILjava_lang_Object_2(obj, p0, p1, p2){ + obj.package_private$com_badlogic_gdx_math$add___3FIIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1798__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_sin__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1799__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((p0 + $intern_285) * $intern_284) & $intern_141]; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1800__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_sinDeg__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1801__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_cosDeg__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1802__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_tan__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1803__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_tanDeg__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1804__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2DF(p0){ + return com_badlogic_gdx_math_MathUtils_atanUnchecked__DF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1805__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(p0, p1){ + return com_badlogic_gdx_math_MathUtils_atan2__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1806__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2DD(p0){ + return com_badlogic_gdx_math_MathUtils_atanUncheckedDeg__DD(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1807__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(p0, p1){ + return com_badlogic_gdx_math_MathUtils_atan2Deg__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1808__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(p0, p1){ + return com_badlogic_gdx_math_MathUtils_atan2Deg360__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1809__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_acos__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m181__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Texture3D_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.unsafeSetWrap__Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1810__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_asin__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1811__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + var com_badlogic_gdx_math_MathUtils_atan__FF_n_0, com_badlogic_gdx_math_MathUtils_atan__FF_c_0, com_badlogic_gdx_math_MathUtils_atan__FF_c2_0, com_badlogic_gdx_math_MathUtils_atan__FF_c3_0, com_badlogic_gdx_math_MathUtils_atan__FF_c5_0, com_badlogic_gdx_math_MathUtils_atan__FF_c7_0, com_badlogic_gdx_math_MathUtils_atan__FF_c9_0, com_badlogic_gdx_math_MathUtils_atan__FF_c11_0; + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_atan__FF_n_0 = $wnd.Math.min($wnd.Math.abs(p0), $intern_2023) , com_badlogic_gdx_math_MathUtils_atan__FF_c_0 = (com_badlogic_gdx_math_MathUtils_atan__FF_n_0 - 1) / (com_badlogic_gdx_math_MathUtils_atan__FF_n_0 + 1) , com_badlogic_gdx_math_MathUtils_atan__FF_c2_0 = com_badlogic_gdx_math_MathUtils_atan__FF_c_0 * com_badlogic_gdx_math_MathUtils_atan__FF_c_0 , com_badlogic_gdx_math_MathUtils_atan__FF_c3_0 = com_badlogic_gdx_math_MathUtils_atan__FF_c_0 * com_badlogic_gdx_math_MathUtils_atan__FF_c2_0 , com_badlogic_gdx_math_MathUtils_atan__FF_c5_0 = com_badlogic_gdx_math_MathUtils_atan__FF_c3_0 * com_badlogic_gdx_math_MathUtils_atan__FF_c2_0 , com_badlogic_gdx_math_MathUtils_atan__FF_c7_0 = com_badlogic_gdx_math_MathUtils_atan__FF_c5_0 * com_badlogic_gdx_math_MathUtils_atan__FF_c2_0 , com_badlogic_gdx_math_MathUtils_atan__FF_c9_0 = com_badlogic_gdx_math_MathUtils_atan__FF_c7_0 * com_badlogic_gdx_math_MathUtils_atan__FF_c2_0 , com_badlogic_gdx_math_MathUtils_atan__FF_c11_0 = com_badlogic_gdx_math_MathUtils_atan__FF_c9_0 * com_badlogic_gdx_math_MathUtils_atan__FF_c2_0 , java_lang_Math_signum__DD(p0) * ($intern_379 + (0.99997726 * com_badlogic_gdx_math_MathUtils_atan__FF_c_0 - 0.33262347 * com_badlogic_gdx_math_MathUtils_atan__FF_c3_0 + 0.19354346 * com_badlogic_gdx_math_MathUtils_atan__FF_c5_0 - 0.11643287 * com_badlogic_gdx_math_MathUtils_atan__FF_c7_0 + 0.05265332 * com_badlogic_gdx_math_MathUtils_atan__FF_c9_0 - 0.0117212 * com_badlogic_gdx_math_MathUtils_atan__FF_c11_0)); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1812__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_asinDeg__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1813__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_acosDeg__FF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1814__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + var com_badlogic_gdx_math_MathUtils_atanDeg__FF_n_0, com_badlogic_gdx_math_MathUtils_atanDeg__FF_c_0, com_badlogic_gdx_math_MathUtils_atanDeg__FF_c2_0, com_badlogic_gdx_math_MathUtils_atanDeg__FF_c3_0, com_badlogic_gdx_math_MathUtils_atanDeg__FF_c5_0, com_badlogic_gdx_math_MathUtils_atanDeg__FF_c7_0, com_badlogic_gdx_math_MathUtils_atanDeg__FF_c9_0, com_badlogic_gdx_math_MathUtils_atanDeg__FF_c11_0; + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_atanDeg__FF_n_0 = $wnd.Math.min($wnd.Math.abs(p0), $intern_2023) , com_badlogic_gdx_math_MathUtils_atanDeg__FF_c_0 = (com_badlogic_gdx_math_MathUtils_atanDeg__FF_n_0 - 1) / (com_badlogic_gdx_math_MathUtils_atanDeg__FF_n_0 + 1) , com_badlogic_gdx_math_MathUtils_atanDeg__FF_c2_0 = com_badlogic_gdx_math_MathUtils_atanDeg__FF_c_0 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c_0 , com_badlogic_gdx_math_MathUtils_atanDeg__FF_c3_0 = com_badlogic_gdx_math_MathUtils_atanDeg__FF_c_0 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c2_0 , com_badlogic_gdx_math_MathUtils_atanDeg__FF_c5_0 = com_badlogic_gdx_math_MathUtils_atanDeg__FF_c3_0 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c2_0 , com_badlogic_gdx_math_MathUtils_atanDeg__FF_c7_0 = com_badlogic_gdx_math_MathUtils_atanDeg__FF_c5_0 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c2_0 , com_badlogic_gdx_math_MathUtils_atanDeg__FF_c9_0 = com_badlogic_gdx_math_MathUtils_atanDeg__FF_c7_0 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c2_0 , com_badlogic_gdx_math_MathUtils_atanDeg__FF_c11_0 = com_badlogic_gdx_math_MathUtils_atanDeg__FF_c9_0 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c2_0 , java_lang_Math_signum__DD(p0) * (45 + ($intern_380 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c_0 - $intern_381 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c3_0 + $intern_382 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c5_0 - $intern_383 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c7_0 + $intern_384 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c9_0 - $intern_385 * com_badlogic_gdx_math_MathUtils_atanDeg__FF_c11_0)); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1815__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2II(p0){ + return com_badlogic_gdx_math_MathUtils_random__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1816__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2III(p0, p1){ + return com_badlogic_gdx_math_MathUtils_random__III(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1820__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * p0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1821__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(p0, p1){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , p0 + com_badlogic_gdx_math_MathUtils_random.nextFloat__F() * (p1 - p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1823__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FZ(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random.nextFloat__F() < p0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1826__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils_random.nextFloat__F() - com_badlogic_gdx_math_MathUtils_random.nextFloat__F()) * p0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1827__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(p0, p1){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_randomTriangular__FFFF(p0, p1, (p0 + p1) * 0.5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1828__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(p0, p1, p2){ + return com_badlogic_gdx_math_MathUtils_randomTriangular__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1829__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2II(p0){ + return com_badlogic_gdx_math_MathUtils_nextPowerOfTwo__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1830__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2IZ(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , p0 != 0 && (p0 & p0 - 1) == 0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1831__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2SSSS(p0, p1, p2){ + return com_badlogic_gdx_math_MathUtils_clamp__SSSS(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1832__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2IIII(p0, p1, p2){ + return com_badlogic_gdx_math_MathUtils_clamp__IIII(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1834__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(p0, p1, p2){ + return com_badlogic_gdx_math_MathUtils_clamp__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1835__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2DDDD(p0, p1, p2){ + return com_badlogic_gdx_math_MathUtils_clamp__DDDD(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1836__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(p0, p1, p2){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , p0 + (p1 - p0) * p2; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1837__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(p0, p1, p2){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , (p2 - p0) / (p1 - p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1838__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFF(p0, p1, p2, p3, p4){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , p2 + (p4 - p0) * (p3 - p2) / (p1 - p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1839__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(p0, p1, p2){ + var com_badlogic_gdx_math_MathUtils_lerpAngle__FFFF_delta_0; + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_lerpAngle__FFFF_delta_0 = ((p1 - p0) % $intern_282 + $intern_282 + $intern_283) % $intern_282 - $intern_283 , ((p0 + com_badlogic_gdx_math_MathUtils_lerpAngle__FFFF_delta_0 * p2) % $intern_282 + $intern_282) % $intern_282; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1840__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(p0, p1, p2){ + return com_badlogic_gdx_math_MathUtils_lerpAngleDeg__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1841__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 + $intern_390) - $intern_390; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1842__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1843__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $intern_390 - com_google_gwt_lang_Cast_round_1int__DI($intern_390 - p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1844__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 + 0.9999999); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1845__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 + $intern_2024) - $intern_390; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1846__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 + 0.5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1847__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FZ(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(p0) <= $intern_347; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1848__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFZ(p0, p1){ + return com_badlogic_gdx_math_MathUtils_isZero__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1849__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFZ(p0, p1){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.abs(p0 - p1) <= $intern_347; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1850__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFZ(p0, p1, p2){ + return com_badlogic_gdx_math_MathUtils_isEqual__FFFZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1851__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(p0, p1){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.log(p1) / $wnd.Math.log(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1852__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FF(p0){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , $wnd.Math.log(p0) / $wnd.Math.log(2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1857__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, p0){ + return obj.setToRotation__FLcom_badlogic_gdx_math_Matrix3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1858__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, p0, p1){ + return obj.setToRotation__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1859__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, p0, p1, p2){ + return obj.setToRotation__Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Matrix3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1860__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, p0){ + return obj.setToRotationRad__FLcom_badlogic_gdx_math_Matrix3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1861__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, p0, p1){ + return obj.setToTranslation__FFLcom_badlogic_gdx_math_Matrix3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1863__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, p0, p1){ + return obj.setToScaling__FFLcom_badlogic_gdx_math_Matrix3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1873__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, p0, p1){ + return obj.trn__FFLcom_badlogic_gdx_math_Matrix3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1875__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, p0, p1){ + return obj.translate__FFLcom_badlogic_gdx_math_Matrix3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1877__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, p0){ + return obj.rotate__FLcom_badlogic_gdx_math_Matrix3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1878__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, p0){ + return obj.rotateRad__FLcom_badlogic_gdx_math_Matrix3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1879__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FFLcom_badlogic_gdx_math_Matrix3_2(obj, p0, p1){ + return obj.scale__FFLcom_badlogic_gdx_math_Matrix3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1886__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix3_2FLcom_badlogic_gdx_math_Matrix3_2(obj, p0){ + return obj.scl__FLcom_badlogic_gdx_math_Matrix3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1896__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3){ + return obj.set__FFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1898__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3, p4, p5, p6){ + return obj.set__FFFFFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1900__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + return obj.set__FFFFFFFFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1906__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2){ + return obj.trn__FFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1918__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3){ + return obj.setToProjection__FFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1919__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.setToProjection__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1920__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3){ + return obj.setToOrtho2D__FFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1921__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.setToOrtho2D__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1922__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.setToOrtho__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1924__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2){ + return obj.setTranslation__FFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1926__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2){ + return obj.setToTranslation__FFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1928__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.setToTranslationAndScaling__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1929__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1){ + return obj.setToRotation__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1930__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3){ + return obj.setToRotation__FFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1932__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.setToRotation__FFFFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1933__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1){ + return obj.setToRotationRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1934__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3){ + return obj.setToRotationRad__FFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1935__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2){ + return obj.setFromEulerAngles__FFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1936__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2){ + return obj.setFromEulerAnglesRad__FFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1938__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2){ + return obj.setToScaling__FFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1943__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1){ + return obj.lerp__Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1944__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1){ + return obj.avg__Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1950__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2){ + return obj.scl__FFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1951__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FLcom_badlogic_gdx_math_Matrix4_2(obj, p0){ + return obj.scl__FLcom_badlogic_gdx_math_Matrix4_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1953__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1){ + return obj.getRotation__Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Quaternion_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1966__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FILjava_lang_Object_2(p0, p1, p2){ + com_badlogic_gdx_math_Matrix4_matrix4_1mulVec___3F_3FIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1967__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FILjava_lang_Object_2(p0, p1, p2){ + com_badlogic_gdx_math_Matrix4_matrix4_1proj___3F_3FIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1968__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FILjava_lang_Object_2(p0, p1, p2){ + com_badlogic_gdx_math_Matrix4_matrix4_1rot___3F_3FIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1970__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FIIILjava_lang_Object_2(p0, p1, p2, p3, p4){ + com_badlogic_gdx_math_Matrix4_mulVec___3F_3FIIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1972__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FIIILjava_lang_Object_2(p0, p1, p2, p3, p4){ + com_badlogic_gdx_math_Matrix4_prj___3F_3FIIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1974__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2_3F_3FIIILjava_lang_Object_2(p0, p1, p2, p3, p4){ + com_badlogic_gdx_math_Matrix4_rot___3F_3FIIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1976__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2){ + return obj.translate__FFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1977__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1){ + return obj.rotate__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1978__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3){ + return obj.rotate__FFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1981__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1){ + return obj.rotateRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Matrix4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1982__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2, p3){ + return obj.rotateRad__FFFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1985__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Matrix4_2FFFLcom_badlogic_gdx_math_Matrix4_2(obj, p0, p1, p2){ + return obj.scale__FFFLcom_badlogic_gdx_math_Matrix4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2013__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Path_2Ljava_lang_Object_2FLjava_lang_Object_2(obj, p0, p1){ + return obj.derivativeAt__Ljava_lang_Object_2FLjava_lang_Object_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2014__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Path_2Ljava_lang_Object_2FLjava_lang_Object_2(obj, p0, p1){ + return obj.valueAt__Ljava_lang_Object_2FLjava_lang_Object_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2017__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Path_2IF(obj, p0){ + return obj.approxLength__IF(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2019__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Plane_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.set__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2021__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Plane_2FFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5){ + obj.set__FFFFFFV(p0, p1, p2, p3, p4, p5); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2025__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Plane_2FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(obj, p0, p1, p2){ + return obj.testPoint__FFFLcom_badlogic_gdx_math_Plane$PlaneSide_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2050__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setOrigin__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2051__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2053__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2IFFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.setVertex__IFFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2054__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.translate__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2055__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FLjava_lang_Object_2(obj, p0){ + obj.setRotation__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2056__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FLjava_lang_Object_2(obj, p0){ + obj.rotate__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2057__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setScale__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2058__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FLjava_lang_Object_2(obj, p0){ + obj.scale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2062__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2ILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.getVertex__ILcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2065__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FFZ(obj, p0, p1){ + return obj.contains__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2087__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setOrigin__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2088__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2090__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FLjava_lang_Object_2(obj, p0){ + obj.setRotation__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2091__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FLjava_lang_Object_2(obj, p0){ + obj.rotate__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2092__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setScale__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2093__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FLjava_lang_Object_2(obj, p0){ + obj.scale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2097__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.translate__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2100__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FFZ(obj, p0, p1){ + return obj.contains__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2103__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2, p3){ + return obj.set__FFFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2105__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1){ + return obj.set__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2107__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Quaternion_$clinit__V() , $wnd.Math.sqrt(p0 * p0 + p1 * p1 + p2 * p2 + p3 * p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2110__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2){ + return obj.setEulerAngles__FFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2111__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2){ + return obj.setEulerAnglesRad__FFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2119__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Quaternion_len2__FFFFF(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2125__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2, p3){ + return obj.mul__FFFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2126__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(obj, p0){ + return obj.mul__FLcom_badlogic_gdx_math_Quaternion_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2128__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2, p3){ + return obj.mulLeft__FFFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2130__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2, p3){ + return obj.add__FFFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2134__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FZ(obj, p0){ + return obj.isIdentity__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2135__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1){ + return obj.setFromAxis__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2136__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2, p3){ + return obj.setFromAxis__FFFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2137__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1){ + return obj.setFromAxisRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Quaternion_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2138__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2, p3){ + return obj.setFromAxisRad__FFFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2139__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1){ + return obj.setFromMatrix__ZLcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Quaternion_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2141__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2ZLcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1){ + return obj.setFromMatrix__ZLcom_badlogic_gdx_math_Matrix3_2Lcom_badlogic_gdx_math_Quaternion_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2143__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8){ + return obj.setFromAxes__FFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2, p3, p4, p5, p6, p7, p8); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2144__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + return obj.setFromAxes__ZFFFFFFFFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2146__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFFFLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.setFromCross__FFFFFFLcom_badlogic_gdx_math_Quaternion_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2147__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(obj, p0, p1){ + return obj.slerp__Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2150__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FLcom_badlogic_gdx_math_Quaternion_2(obj, p0){ + return obj.exp__FLcom_badlogic_gdx_math_Quaternion_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2153__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFF(p0, p1, p2, p3, p4, p5, p6, p7){ + return com_badlogic_gdx_math_Quaternion_$clinit__V() , p0 * p4 + p1 * p5 + p2 * p6 + p3 * p7; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2155__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFFF(obj, p0, p1, p2, p3){ + return obj.dot__FFFFF(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2160__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFLcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.getSwingTwist__FFFLcom_badlogic_gdx_math_Quaternion_2Lcom_badlogic_gdx_math_Quaternion_2V(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2162__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFF(obj, p0, p1, p2){ + return obj.getAngleAroundRad__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2164__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FFFF(obj, p0, p1, p2){ + return obj.getAngleAround__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2178__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_RandomXS128_2II(obj, p0){ + return obj.next__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2180__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_RandomXS128_2II(obj, p0){ + return obj.nextInt__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2192__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFFFLcom_badlogic_gdx_math_Rectangle_2(obj, p0, p1, p2, p3){ + return obj.set__FFFFLcom_badlogic_gdx_math_Rectangle_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2195__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, p0){ + return obj.setX__FLcom_badlogic_gdx_math_Rectangle_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2197__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, p0){ + return obj.setY__FLcom_badlogic_gdx_math_Rectangle_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2199__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, p0){ + return obj.setWidth__FLcom_badlogic_gdx_math_Rectangle_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2201__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, p0){ + return obj.setHeight__FLcom_badlogic_gdx_math_Rectangle_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2204__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(obj, p0, p1){ + return obj.setPosition__FFLcom_badlogic_gdx_math_Rectangle_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2205__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(obj, p0, p1){ + return obj.setSize__FFLcom_badlogic_gdx_math_Rectangle_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2206__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FLcom_badlogic_gdx_math_Rectangle_2(obj, p0){ + return obj.setSize__FLcom_badlogic_gdx_math_Rectangle_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2208__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFZ(obj, p0, p1){ + return obj.contains__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m221__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2Z_3Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_TextureArrayData_2(p0, p1, p2){ + return new com_badlogic_gdx_graphics_glutils_FileTextureArrayData_FileTextureArrayData__Lcom_badlogic_gdx_graphics_Pixmap$Format_2Z_3Lcom_badlogic_gdx_files_FileHandle_2V(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2214__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(obj, p0, p1){ + return obj.merge__FFLcom_badlogic_gdx_math_Rectangle_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2219__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FFLcom_badlogic_gdx_math_Rectangle_2(obj, p0, p1){ + return obj.setCenter__FFLcom_badlogic_gdx_math_Rectangle_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2233__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Shape2D_2FFZ(obj, p0, p1){ + return obj.contains__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2237__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0){ + return obj.limit__FLcom_badlogic_gdx_math_Vector_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2238__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0){ + return obj.limit2__FLcom_badlogic_gdx_math_Vector_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2239__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0){ + return obj.setLength__FLcom_badlogic_gdx_math_Vector_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2240__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0){ + return obj.setLength2__FLcom_badlogic_gdx_math_Vector_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2241__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FFLcom_badlogic_gdx_math_Vector_2(obj, p0, p1){ + return obj.clamp__FFLcom_badlogic_gdx_math_Vector_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2247__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0){ + return obj.scl__FLcom_badlogic_gdx_math_Vector_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2251__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0, p1){ + return obj.lerp__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2252__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector_2(obj, p0, p1, p2){ + return obj.interpolate__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2255__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, p0){ + return obj.isUnit__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2257__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, p0){ + return obj.isZero__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2258__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, p0, p1){ + return obj.isOnLine__Lcom_badlogic_gdx_math_Vector_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2260__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, p0, p1){ + return obj.isCollinear__Lcom_badlogic_gdx_math_Vector_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2262__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, p0, p1){ + return obj.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2265__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, p0, p1){ + return obj.isPerpendicular__Lcom_badlogic_gdx_math_Vector_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2268__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FZ(obj, p0, p1){ + return obj.epsilonEquals__Lcom_badlogic_gdx_math_Vector_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2269__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector_2Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(obj, p0, p1){ + return obj.mulAdd__Lcom_badlogic_gdx_math_Vector_2FLcom_badlogic_gdx_math_Vector_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2273__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(p0, p1){ + return com_badlogic_gdx_math_Vector2_len__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2275__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFF(p0, p1){ + return com_badlogic_gdx_math_Vector2_$clinit__V() , p0 * p0 + p1 * p1; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2278__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.set__FFLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m228__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_TextureData_2ILjava_lang_Object_2(obj, p0){ + obj.consumeCustomData__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2280__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.sub__FFLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2283__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.add__FFLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2284__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Vector2_$clinit__V() , p0 * p2 + p1 * p3; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2286__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFF(obj, p0, p1){ + return obj.dot__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2287__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.scl__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2288__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.scl__FFLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2290__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.mulAdd__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2293__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(p0, p1, p2, p3){ + var com_badlogic_gdx_math_Vector2_dst__FFFFF_x_d_0, com_badlogic_gdx_math_Vector2_dst__FFFFF_y_d_0; + return com_badlogic_gdx_math_Vector2_$clinit__V() , com_badlogic_gdx_math_Vector2_dst__FFFFF_x_d_0 = p2 - p0 , com_badlogic_gdx_math_Vector2_dst__FFFFF_y_d_0 = p3 - p1 , $wnd.Math.sqrt(com_badlogic_gdx_math_Vector2_dst__FFFFF_x_d_0 * com_badlogic_gdx_math_Vector2_dst__FFFFF_x_d_0 + com_badlogic_gdx_math_Vector2_dst__FFFFF_y_d_0 * com_badlogic_gdx_math_Vector2_dst__FFFFF_y_d_0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2295__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFF(obj, p0, p1){ + return obj.dst__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2296__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(p0, p1, p2, p3){ + var com_badlogic_gdx_math_Vector2_dst2__FFFFF_x_d_0, com_badlogic_gdx_math_Vector2_dst2__FFFFF_y_d_0; + return com_badlogic_gdx_math_Vector2_$clinit__V() , com_badlogic_gdx_math_Vector2_dst2__FFFFF_x_d_0 = p2 - p0 , com_badlogic_gdx_math_Vector2_dst2__FFFFF_y_d_0 = p3 - p1 , com_badlogic_gdx_math_Vector2_dst2__FFFFF_x_d_0 * com_badlogic_gdx_math_Vector2_dst2__FFFFF_x_d_0 + com_badlogic_gdx_math_Vector2_dst2__FFFFF_y_d_0 * com_badlogic_gdx_math_Vector2_dst2__FFFFF_y_d_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2298__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFF(obj, p0, p1){ + return obj.dst2__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2299__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.limit__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2300__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.limit2__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2301__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.clamp__FFLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2302__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.setLength__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2303__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.setLength2__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2308__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFF(obj, p0, p1){ + return obj.crs__FFF(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2315__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.setAngle__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2316__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.setAngleDeg__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2317__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.setAngleRad__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2318__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.rotate__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2319__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.rotateAround__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2320__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.rotateDeg__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2321__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.rotateRad__FLcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2322__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.rotateAroundDeg__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2323__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.rotateAroundRad__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2324__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2ILcom_badlogic_gdx_math_Vector2_2(obj, p0){ + return obj.rotate90__ILcom_badlogic_gdx_math_Vector2_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2325__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(obj, p0, p1){ + return obj.lerp__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector2_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2326__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector2_2(obj, p0, p1, p2){ + return obj.interpolate__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector2_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2330__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, p0, p1){ + return obj.epsilonEquals__Lcom_badlogic_gdx_math_Vector2_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2331__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFFZ(obj, p0, p1, p2){ + return obj.epsilonEquals__FFFZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2333__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FFZ(obj, p0, p1){ + return obj.epsilonEquals__FFZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2335__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, p0){ + return obj.isUnit__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2337__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, p0){ + return obj.isZero__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2339__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, p0, p1){ + return obj.isOnLine__Lcom_badlogic_gdx_math_Vector2_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m234__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_files_FileHandle_2ZLcom_badlogic_gdx_graphics_TextureData_2(p0, p1){ + return com_badlogic_gdx_graphics_TextureData$Factory_loadFromFile__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZLcom_badlogic_gdx_graphics_TextureData_2(p0, null, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2340__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, p0, p1){ + return obj.isCollinear__Lcom_badlogic_gdx_math_Vector2_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2342__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, p0, p1){ + return obj.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector2_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2345__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2FZ(obj, p0, p1){ + return obj.isPerpendicular__Lcom_badlogic_gdx_math_Vector2_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m235__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZLcom_badlogic_gdx_graphics_TextureData_2(p0, p1, p2){ + return com_badlogic_gdx_graphics_TextureData$Factory_loadFromFile__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZLcom_badlogic_gdx_graphics_TextureData_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2358__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1, p2){ + return obj.set__FFFLcom_badlogic_gdx_math_Vector3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2361__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.set__Lcom_badlogic_gdx_math_Vector2_2FLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2362__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.setFromSpherical__FFLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2366__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1, p2){ + return obj.add__FFFLcom_badlogic_gdx_math_Vector3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2367__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0){ + return obj.add__FLcom_badlogic_gdx_math_Vector3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2369__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1, p2){ + return obj.sub__FFFLcom_badlogic_gdx_math_Vector3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2370__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0){ + return obj.sub__FLcom_badlogic_gdx_math_Vector3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2371__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0){ + return obj.scl__FLcom_badlogic_gdx_math_Vector3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2373__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1, p2){ + return obj.scl__FFFLcom_badlogic_gdx_math_Vector3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2374__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.mulAdd__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2376__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(p0, p1, p2){ + return com_badlogic_gdx_math_Vector3_$clinit__V() , $wnd.Math.sqrt(p0 * p0 + p1 * p1 + p2 * p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2378__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFF(p0, p1, p2){ + return com_badlogic_gdx_math_Vector3_len2__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2381__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(p0, p1, p2, p3, p4, p5){ + var com_badlogic_gdx_math_Vector3_dst__FFFFFFF_a_0, com_badlogic_gdx_math_Vector3_dst__FFFFFFF_b_0, com_badlogic_gdx_math_Vector3_dst__FFFFFFF_c_0; + return com_badlogic_gdx_math_Vector3_$clinit__V() , com_badlogic_gdx_math_Vector3_dst__FFFFFFF_a_0 = p3 - p0 , com_badlogic_gdx_math_Vector3_dst__FFFFFFF_b_0 = p4 - p1 , com_badlogic_gdx_math_Vector3_dst__FFFFFFF_c_0 = p5 - p2 , $wnd.Math.sqrt(com_badlogic_gdx_math_Vector3_dst__FFFFFFF_a_0 * com_badlogic_gdx_math_Vector3_dst__FFFFFFF_a_0 + com_badlogic_gdx_math_Vector3_dst__FFFFFFF_b_0 * com_badlogic_gdx_math_Vector3_dst__FFFFFFF_b_0 + com_badlogic_gdx_math_Vector3_dst__FFFFFFF_c_0 * com_badlogic_gdx_math_Vector3_dst__FFFFFFF_c_0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2383__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFF(obj, p0, p1, p2){ + return obj.dst__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2384__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(p0, p1, p2, p3, p4, p5){ + var com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_a_0, com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_b_0, com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_c_0; + return com_badlogic_gdx_math_Vector3_$clinit__V() , com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_a_0 = p3 - p0 , com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_b_0 = p4 - p1 , com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_c_0 = p5 - p2 , com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_a_0 * com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_a_0 + com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_b_0 * com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_b_0 + com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_c_0 * com_badlogic_gdx_math_Vector3_dst2__FFFFFFF_c_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2386__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFF(obj, p0, p1, p2){ + return obj.dst2__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2388__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFF(p0, p1, p2, p3, p4, p5){ + return com_badlogic_gdx_math_Vector3_$clinit__V() , p0 * p3 + p1 * p4 + p2 * p5; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2390__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFF(obj, p0, p1, p2){ + return obj.dot__FFFF(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2392__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1, p2){ + return obj.crs__FFFLcom_badlogic_gdx_math_Vector3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2403__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1, p2, p3){ + return obj.rotate__FFFFLcom_badlogic_gdx_math_Vector3_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2404__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.rotate__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2405__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFFLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1, p2, p3){ + return obj.rotateRad__FFFFLcom_badlogic_gdx_math_Vector3_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2406__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.rotateRad__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2408__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, p0){ + return obj.isUnit__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2410__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, p0){ + return obj.isZero__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2411__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, p0, p1){ + return obj.isOnLine__Lcom_badlogic_gdx_math_Vector3_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2413__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, p0, p1){ + return obj.isCollinear__Lcom_badlogic_gdx_math_Vector3_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2415__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, p0, p1){ + return obj.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector3_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2418__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, p0, p1){ + return obj.isPerpendicular__Lcom_badlogic_gdx_math_Vector3_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2421__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.lerp__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2422__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector3_2(obj, p0, p1, p2){ + return obj.interpolate__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector3_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2423__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.slerp__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2426__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0){ + return obj.limit__FLcom_badlogic_gdx_math_Vector3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2427__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0){ + return obj.limit2__FLcom_badlogic_gdx_math_Vector3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2428__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0){ + return obj.setLength__FLcom_badlogic_gdx_math_Vector3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2429__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector3_2(obj, p0){ + return obj.setLength2__FLcom_badlogic_gdx_math_Vector3_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2430__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFLcom_badlogic_gdx_math_Vector3_2(obj, p0, p1){ + return obj.clamp__FFLcom_badlogic_gdx_math_Vector3_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2433__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2Lcom_badlogic_gdx_math_Vector3_2FZ(obj, p0, p1){ + return obj.epsilonEquals__Lcom_badlogic_gdx_math_Vector3_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2434__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFFZ(obj, p0, p1, p2, p3){ + return obj.epsilonEquals__FFFFZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2436__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FFFZ(obj, p0, p1, p2){ + return obj.epsilonEquals__FFFZ(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2449__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(obj, p0, p1, p2, p3){ + return obj.set__FFFFLcom_badlogic_gdx_math_Vector4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2452__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector4_2(obj, p0, p1, p2){ + return obj.set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2453__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0, p1){ + return obj.set__Lcom_badlogic_gdx_math_Vector3_2FLcom_badlogic_gdx_math_Vector4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2457__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(obj, p0, p1, p2, p3){ + return obj.add__FFFFLcom_badlogic_gdx_math_Vector4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2458__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0){ + return obj.add__FLcom_badlogic_gdx_math_Vector4_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2460__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(obj, p0, p1, p2, p3){ + return obj.sub__FFFFLcom_badlogic_gdx_math_Vector4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2461__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0){ + return obj.sub__FLcom_badlogic_gdx_math_Vector4_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2462__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0){ + return obj.scl__FLcom_badlogic_gdx_math_Vector4_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2464__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFLcom_badlogic_gdx_math_Vector4_2(obj, p0, p1, p2, p3){ + return obj.scl__FFFFLcom_badlogic_gdx_math_Vector4_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2465__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0, p1){ + return obj.mulAdd__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2467__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Vector4_$clinit__V() , $wnd.Math.sqrt(p0 * p0 + p1 * p1 + p2 * p2 + p3 * p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2469__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(p0, p1, p2, p3){ + return com_badlogic_gdx_math_Vector4_$clinit__V() , p0 * p0 + p1 * p1 + p2 * p2 + p3 * p3; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m247__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(p0){ + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2IV(16, 2, $intern_299 + p0, p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2472__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFF(p0, p1, p2, p3, p4, p5, p6, p7){ + var com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_a_0, com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_b_0, com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_c_0, com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_d_0; + return com_badlogic_gdx_math_Vector4_$clinit__V() , com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_a_0 = p4 - p0 , com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_b_0 = p5 - p1 , com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_c_0 = p6 - p2 , com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_d_0 = p7 - p3 , $wnd.Math.sqrt(com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_a_0 * com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_a_0 + com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_b_0 * com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_b_0 + com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_c_0 * com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_c_0 + com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_d_0 * com_badlogic_gdx_math_Vector4_dst__FFFFFFFFF_d_0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2474__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFF(obj, p0, p1, p2, p3){ + return obj.dst__FFFFF(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2475__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFF(p0, p1, p2, p3, p4, p5, p6, p7){ + var com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_a_0, com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_b_0, com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_c_0, com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_d_0; + return com_badlogic_gdx_math_Vector4_$clinit__V() , com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_a_0 = p4 - p0 , com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_b_0 = p5 - p1 , com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_c_0 = p6 - p2 , com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_d_0 = p7 - p3 , com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_a_0 * com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_a_0 + com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_b_0 * com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_b_0 + com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_c_0 * com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_c_0 + com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_d_0 * com_badlogic_gdx_math_Vector4_dst2__FFFFFFFFF_d_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2477__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFF(obj, p0, p1, p2, p3){ + return obj.dst2__FFFFF(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2479__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFFFFFF(p0, p1, p2, p3, p4, p5, p6, p7){ + return com_badlogic_gdx_math_Vector4_$clinit__V() , p0 * p4 + p1 * p5 + p2 * p6 + p3 * p7; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2481__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFF(obj, p0, p1, p2, p3){ + return obj.dot__FFFFF(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2483__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, p0){ + return obj.isUnit__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2485__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, p0){ + return obj.isZero__FZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2486__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, p0, p1){ + return obj.isOnLine__Lcom_badlogic_gdx_math_Vector4_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2488__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, p0, p1){ + return obj.isCollinear__Lcom_badlogic_gdx_math_Vector4_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2490__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, p0, p1){ + return obj.isCollinearOpposite__Lcom_badlogic_gdx_math_Vector4_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2493__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, p0, p1){ + return obj.isPerpendicular__Lcom_badlogic_gdx_math_Vector4_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2496__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0, p1){ + return obj.lerp__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2497__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector4_2(obj, p0, p1, p2){ + return obj.interpolate__Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Interpolation_2Lcom_badlogic_gdx_math_Vector4_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2500__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0){ + return obj.limit__FLcom_badlogic_gdx_math_Vector4_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2501__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0){ + return obj.limit2__FLcom_badlogic_gdx_math_Vector4_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2502__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0){ + return obj.setLength__FLcom_badlogic_gdx_math_Vector4_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2503__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FLcom_badlogic_gdx_math_Vector4_2(obj, p0){ + return obj.setLength2__FLcom_badlogic_gdx_math_Vector4_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2504__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFLcom_badlogic_gdx_math_Vector4_2(obj, p0, p1){ + return obj.clamp__FFLcom_badlogic_gdx_math_Vector4_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2507__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2Lcom_badlogic_gdx_math_Vector4_2FZ(obj, p0, p1){ + return obj.epsilonEquals__Lcom_badlogic_gdx_math_Vector4_2FZ(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2508__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFFZ(obj, p0, p1, p2, p3, p4){ + return obj.epsilonEquals__FFFFFZ(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m2510__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FFFFZ(obj, p0, p1, p2, p3){ + return obj.epsilonEquals__FFFFZ(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m253__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(p0){ + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2IV(64, 2, 'a_boneWeight' + p0, p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m26__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net_2Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2(obj, p0, p1, p2, p3){ + return obj.newServerSocket__Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m269__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2III(obj, p0, p1){ + return obj.getOffset__III(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m27__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net_2Lcom_badlogic_gdx_Net$Protocol_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2(obj, p0, p1, p2){ + return obj.newServerSocket__Lcom_badlogic_gdx_Net$Protocol_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m270__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2II(obj, p0){ + return obj.getOffset__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m271__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(obj, p0){ + return obj.findByUsage__ILcom_badlogic_gdx_graphics_VertexAttribute_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m274__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(obj, p0){ + return obj.get__ILcom_badlogic_gdx_graphics_VertexAttribute_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m28__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net_2Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_SocketHints_2Lcom_badlogic_gdx_net_Socket_2(obj, p0, p1, p2, p3){ + return obj.newClientSocket__Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_SocketHints_2Lcom_badlogic_gdx_net_Socket_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m287__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3){ + return obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m288__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5, p6){ + return obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5, p6); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m289__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8){ + return obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5, p6, p7, p8); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m290__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + return obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m291__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m294__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setColor__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m298__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILcom_badlogic_gdx_graphics_g2d_TextureRegion_2(obj, p0){ + return obj.getRegion__ILcom_badlogic_gdx_graphics_g2d_TextureRegion_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m309__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZLjava_lang_Object_2(obj, p0){ + obj.setUseIntegerPositions__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m314__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZLjava_lang_Object_2(obj, p0){ + obj.setOwnsTexture__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m317__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Ljava_lang_CharSequence_2CII(p0, p1, p2){ + return com_badlogic_gdx_graphics_g2d_BitmapFont_indexOf__Ljava_lang_CharSequence_2CII(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m328__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_files_FileHandle_2ZLjava_lang_Object_2(obj, p0, p1){ + obj.load__Lcom_badlogic_gdx_files_FileHandle_2ZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m330__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FLjava_lang_Object_2(obj, p0){ + obj.setLineHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m331__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Ljava_lang_Object_2(obj, p0, p1){ + obj.setGlyph__ILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m333__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(obj, p0){ + return obj.hasGlyph__CZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m334__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(obj, p0){ + return obj.getGlyph__CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m335__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.getGlyphs__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2V(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m336__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2II(obj, p0, p1){ + return obj.getWrapIndex__Lcom_badlogic_gdx_utils_Array_2II(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m337__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(obj, p0){ + return obj.isBreakChar__CZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m338__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(obj, p0){ + return obj.isWhitespace__CZ(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m339__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ILjava_lang_String_2(obj, p0){ + return obj.getImagePath__ILjava_lang_String_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m34__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ILjava_lang_Object_2(obj, p0){ + obj.setTimeOut__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m342__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setScale__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m343__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FLjava_lang_Object_2(obj, p0){ + obj.setScale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m344__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FLjava_lang_Object_2(obj, p0){ + obj.scale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m348__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2CI(obj, p0){ + return obj.getKerning__CI(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m349__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IILjava_lang_Object_2(obj, p0, p1){ + obj.setKerning__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m35__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ZLjava_lang_Object_2(obj, p0){ + obj.setFollowRedirects__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m358__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m359__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.translate__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m36__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ZLjava_lang_Object_2(obj, p0){ + obj.setIncludeCredentials__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m361__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FLjava_lang_Object_2(obj, p0){ + obj.setAlphas__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m362__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FLjava_lang_Object_2(obj, p0){ + obj.setColors__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m364__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setColors__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m365__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_Color_2IILjava_lang_Object_2(obj, p0, p1, p2){ + obj.setColors__Lcom_badlogic_gdx_graphics_Color_2IIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m366__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FIILjava_lang_Object_2(obj, p0, p1, p2){ + obj.setColors__FIIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m369__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setColor__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m371__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2IILjava_lang_Object_2(obj, p0, p1, p2){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2IIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m372__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m375__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IILjava_lang_Object_2(obj, p0, p1){ + obj.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$requirePageGlyphs__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m376__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2ILjava_lang_Object_2(obj, p0){ + obj.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$setPageCount__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m377__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$addToCache__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m378__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$addGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m379__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2){ + return obj.setText__Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m380__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.setText__Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m381__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5, p6, p7){ + return obj.setText__Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5, p6, p7); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m382__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8){ + return obj.setText__Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5, p6, p7, p8); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m383__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.setText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m384__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2){ + return obj.addText__Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m385__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5){ + return obj.addText__Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m386__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5, p6, p7){ + return obj.addText__Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5, p6, p7); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m387__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8){ + return obj.addText__Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(p0, p1, p2, p3, p4, p5, p6, p7, p8); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m388__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.addText__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m392__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2ZLjava_lang_Object_2(obj, p0){ + obj.setUseIntegerPositions__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m395__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2I_3F(obj, p0){ + return obj.getVertices__I_3F(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m396__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2II(obj, p0){ + return obj.getVertexCount__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m401__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5){ + obj.setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZV(p0, p1, p2, p3, p4, p5); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m402__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2Ljava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8){ + obj.setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(p0, p1, p2, p3, p4, p5, p6, p7, p8); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m404__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FILjava_lang_Object_2(obj, p0, p1){ + obj.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$alignRuns__FIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m405__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FLjava_lang_String_2Ljava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$truncate__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FLjava_lang_String_2V(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m406__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2ILcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2(obj, p0, p1, p2){ + return obj.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$wrap__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2ILcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m410__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Ljava_lang_CharSequence_2III(obj, p0, p1, p2){ + return obj.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$parseColorMarkup__Ljava_lang_CharSequence_2III(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m422__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(obj, p0, p1, p2){ + return obj.private$com_badlogic_gdx_graphics_g2d_NinePatch$add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m423__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5){ + obj.private$com_badlogic_gdx_graphics_g2d_NinePatch$set__IFFFFFV(p0, p1, p2, p3, p4, p5); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m424__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.private$com_badlogic_gdx_graphics_g2d_NinePatch$prepareVertices__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m425__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m426__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m430__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setLeftWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m432__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setRightWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m434__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setTopHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m436__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setBottomHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m438__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setMiddleWidth__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m440__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setMiddleHeight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m443__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setPadding__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m445__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setPadLeft__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m447__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setPadRight__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m449__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setPadTop__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m451__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, p0){ + obj.setPadBottom__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m452__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.scale__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m464__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setBounds__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m465__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setSize__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m466__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m467__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setOriginBasedPosition__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m468__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m469__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m470__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setCenterX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m471__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setCenterY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m472__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setCenter__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m473__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.translateX__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m474__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.translateY__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m475__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.translate__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m477__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setColor__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m478__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setAlpha__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m479__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setPackedColor__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m480__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setOrigin__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m482__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setRotation__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m484__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.rotate__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m485__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZLjava_lang_Object_2(obj, p0){ + obj.rotate90__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m486__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setScale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m487__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.setScale__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m488__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.scale__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m492__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, p0, p1){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m502__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setRegion__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m503__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setU__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m504__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setV__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m505__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setU2__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m506__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, p0){ + obj.setV2__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m507__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.setFlip__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m508__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.flip__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m509__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.scroll__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m521__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setColor__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m523__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FLjava_lang_Object_2(obj, p0){ + obj.setPackedColor__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m525__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15){ + obj.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m526__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10){ + obj.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m527__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFIIIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6){ + obj.draw__Lcom_badlogic_gdx_graphics_Texture_2FFIIIIV(p0, p1, p2, p3, p4, p5, p6); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m528__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8){ + obj.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m529__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.draw__Lcom_badlogic_gdx_graphics_Texture_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m530__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m531__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2_3FIILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m532__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m533__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m534__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m535__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFZLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFZV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m536__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLcom_badlogic_gdx_math_Affine2_2Ljava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLcom_badlogic_gdx_math_Affine2_2V(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m540__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IILjava_lang_Object_2(obj, p0, p1){ + obj.setBlendFunction__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m541__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IIIILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setBlendFunctionSeparate__IIIIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m561__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setColor__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m563__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2FLjava_lang_Object_2(obj, p0){ + obj.setPackedColor__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m566__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2ILjava_lang_Object_2(obj, p0){ + obj.beginCache__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m569__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.add__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m570__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.add__Lcom_badlogic_gdx_graphics_Texture_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m571__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFIIFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + obj.add__Lcom_badlogic_gdx_graphics_Texture_2FFIIFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m572__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFIIIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6){ + obj.add__Lcom_badlogic_gdx_graphics_Texture_2FFIIIIV(p0, p1, p2, p3, p4, p5, p6); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m573__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10){ + obj.add__Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m574__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15){ + obj.add__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m575__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m576__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m577__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9){ + obj.add__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m581__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2ILjava_lang_Object_2(obj, p0){ + obj.draw__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m582__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2IIILjava_lang_Object_2(obj, p0, p1, p2){ + obj.draw__IIIV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m595__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.flip__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m604__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIILjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setRegion__IIIIV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m605__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFLjava_lang_Object_2(obj, p0, p1, p2, p3){ + obj.setRegion__FFFFV(p0, p1, p2, p3); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m607__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIILjava_lang_Object_2(obj, p0, p1, p2, p3, p4){ + obj.setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(p0, p1, p2, p3, p4); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m611__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FLjava_lang_Object_2(obj, p0){ + obj.setU__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m613__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FLjava_lang_Object_2(obj, p0){ + obj.setV__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m615__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FLjava_lang_Object_2(obj, p0){ + obj.setU2__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m617__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FLjava_lang_Object_2(obj, p0){ + obj.setV2__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m619__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ILjava_lang_Object_2(obj, p0){ + obj.setRegionX__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m621__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ILjava_lang_Object_2(obj, p0){ + obj.setRegionY__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m623__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ILjava_lang_Object_2(obj, p0){ + obj.setRegionWidth__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m625__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ILjava_lang_Object_2(obj, p0){ + obj.setRegionHeight__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m626__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZLjava_lang_Object_2(obj, p0, p1){ + obj.flip__ZZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m629__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLjava_lang_Object_2(obj, p0, p1){ + obj.scroll__FFV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m630__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(obj, p0, p1){ + return obj.split__II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m631__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Texture_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(p0, p1, p2){ + var com_badlogic_gdx_graphics_g2d_TextureRegion_split__Lcom_badlogic_gdx_graphics_Texture_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2_region_0; + return com_badlogic_gdx_graphics_g2d_TextureRegion_split__Lcom_badlogic_gdx_graphics_Texture_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2_region_0 = new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(p0) , com_badlogic_gdx_graphics_g2d_TextureRegion_$split__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(com_badlogic_gdx_graphics_g2d_TextureRegion_split__Lcom_badlogic_gdx_graphics_Texture_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2_region_0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m653__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIILcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(obj, p0, p1, p2, p3, p4){ + return obj.set__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIILcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m657__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ZLjava_lang_Object_2(obj, p0, p1){ + obj.render__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ZV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m664__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZLjava_lang_Object_2(obj, p0){ + obj.calculateTransforms__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m665__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZLjava_lang_Object_2(obj, p0){ + obj.calculateBoneTransforms__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m667__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(obj, p0, p1){ + return obj.calculateBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m669__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(obj, p0, p1){ + return obj.extendBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m674__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2(obj, p0){ + return obj.getChild__ILcom_badlogic_gdx_graphics_g3d_model_Node_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m675__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(obj, p0, p1, p2){ + return obj.getChild__Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(p0, p1, p2); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m678__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(obj, p0, p1){ + return obj.insertChild__ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m679__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILjava_lang_Iterable_2I(obj, p0, p1){ + return obj.insertChildren__ILjava_lang_Iterable_2I(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m68__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(obj, p0, p1, p2, p3){ + return obj.set__FFFFLcom_badlogic_gdx_graphics_Color_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m686__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(p0, p1, p2, p3){ + return com_badlogic_gdx_graphics_g3d_model_Node_getNode__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m69__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILcom_badlogic_gdx_graphics_Color_2(obj, p0){ + return obj.set__ILcom_badlogic_gdx_graphics_Color_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m71__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_graphics_Color_2(obj, p0){ + return obj.mul__FLcom_badlogic_gdx_graphics_Color_2(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m72__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(obj, p0, p1, p2, p3){ + return obj.mul__FFFFLcom_badlogic_gdx_graphics_Color_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m735__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2(obj, p0){ + obj.removeArray__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m736__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2II(obj, p0){ + return obj.private$com_badlogic_gdx_graphics_g3d_particles_ParallelArray$findIndex__II(p0); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m737__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, p0){ + obj.addElement___3Ljava_lang_Object_2V(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m738__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2(obj, p0){ + obj.removeElement__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m74__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(obj, p0, p1, p2, p3){ + return obj.add__FFFFLcom_badlogic_gdx_graphics_Color_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m741__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2(obj, p0){ + obj.setCapacity__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m743__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2I_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.add__I_3Ljava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m744__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2IILjava_lang_Object_2(obj, p0, p1){ + obj.swap__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m745__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2ILjava_lang_Object_2(obj, p0){ + obj.setCapacity__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m748__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2I_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.add__I_3Ljava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m749__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2IILjava_lang_Object_2(obj, p0, p1){ + obj.swap__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m750__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2ILjava_lang_Object_2(obj, p0){ + obj.setCapacity__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m751__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_2I_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.add__I_3Ljava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m752__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_2IILjava_lang_Object_2(obj, p0, p1){ + obj.swap__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m753__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_2ILjava_lang_Object_2(obj, p0){ + obj.setCapacity__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m754__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_2I_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, p0, p1){ + obj.add__I_3Ljava_lang_Object_2V(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m755__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_2IILjava_lang_Object_2(obj, p0, p1){ + obj.swap__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m756__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_2ILjava_lang_Object_2(obj, p0){ + obj.setCapacity__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m757__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FLjava_lang_Object_2(obj, p0){ + obj.private$com_badlogic_gdx_graphics_g3d_particles_ParticleController$setTimeStep__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m759__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFFFFFFLjava_lang_Object_2(obj, p0, p1, p2, p3, p4, p5, p6, p7){ + obj.setTransform__FFFFFFFFV(p0, p1, p2, p3, p4, p5, p6, p7); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m76__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(obj, p0, p1, p2, p3){ + return obj.sub__FFFFLcom_badlogic_gdx_graphics_Color_2(p0, p1, p2, p3); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m761__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.rotate__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m764__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.scale__FFFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m770__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2ILjava_lang_Object_2(obj, p0){ + obj.allocateChannels__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m775__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m776__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IILjava_lang_Object_2(obj, p0, p1){ + obj.killParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m778__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m78__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_graphics_Color_2(obj, p0, p1){ + return obj.lerp__Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_graphics_Color_2(p0, p1); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m79__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFFLcom_badlogic_gdx_graphics_Color_2(obj, p0, p1, p2, p3, p4){ + return obj.lerp__FFFFFLcom_badlogic_gdx_graphics_Color_2(p0, p1, p2, p3, p4); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m794__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m795__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2IILjava_lang_Object_2(obj, p0, p1){ + obj.killParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m813__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2FLjava_lang_Object_2(obj, p0){ + obj.update__FV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m818__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, p0, p1){ + obj.rotate__Lcom_badlogic_gdx_math_Vector3_2FV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m820__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2FFFLjava_lang_Object_2(obj, p0, p1, p2){ + obj.scale__FFFV(p0, p1, p2); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m84__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2IIIIF(p0, p1, p2, p3){ + var com_badlogic_gdx_graphics_Color_toFloatBits__IIIIF_color_0; + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_toFloatBits__IIIIF_color_0 = p3 << 24 | p2 << 16 | p1 << 8 | p0 , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = com_badlogic_gdx_graphics_Color_toFloatBits__IIIIF_color_0 & $intern_80 , com_google_gwt_corp_compatibility_Numbers_wfa[0]; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m85__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(p0, p1, p2, p3){ + var com_badlogic_gdx_graphics_Color_toFloatBits__FFFFF_color_0; + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_toFloatBits__FFFFF_color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * p3) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * p2) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * p1) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * p0) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = com_badlogic_gdx_graphics_Color_toFloatBits__FFFFF_color_0 & $intern_80 , com_google_gwt_corp_compatibility_Numbers_wfa[0]; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m87__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2IIIII(p0, p1, p2, p3){ + return com_badlogic_gdx_graphics_Color_$clinit__V() , p3 << 24 | p2 << 16 | p1 << 8 | p0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m871__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2ILjava_lang_Object_2(obj, p0){ + obj.setMinParticleCount__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m873__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2ILjava_lang_Object_2(obj, p0){ + obj.setMaxParticleCount__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m874__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2IILjava_lang_Object_2(obj, p0, p1){ + obj.setParticleCount__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m881__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m883__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2ILjava_lang_Object_2(obj, p0){ + obj.private$com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$addParticles__IV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m890__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2ZLjava_lang_Object_2(obj, p0){ + obj.setContinuous__ZV(p0); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m91__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(p0){ + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 * 255); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m911__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m916__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m92__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFI(p0, p1){ + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 * 255) << 8 | com_google_gwt_lang_Cast_round_1int__DI(p1 * 255); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m926__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m93__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFI(p0, p1, p2){ + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 * 31) << 11 | com_google_gwt_lang_Cast_round_1int__DI(p1 * 63) << 5 | com_google_gwt_lang_Cast_round_1int__DI(p2 * 31); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m938__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m95__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFI(p0, p1, p2, p3){ + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 * 15) << 12 | com_google_gwt_lang_Cast_round_1int__DI(p1 * 15) << 8 | com_google_gwt_lang_Cast_round_1int__DI(p2 * 15) << 4 | com_google_gwt_lang_Cast_round_1int__DI(p3 * 15); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m97__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFI(p0, p1, p2){ + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 * 255) << 16 | com_google_gwt_lang_Cast_round_1int__DI(p1 * 255) << 8 | com_google_gwt_lang_Cast_round_1int__DI(p2 * 255); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m972__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m984__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2IILjava_lang_Object_2(obj, p0, p1){ + obj.activateParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m985__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2IILjava_lang_Object_2(obj, p0, p1){ + obj.killParticles__IIV(p0, p1); + return null; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$m99__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFI(p0, p1, p2, p3){ + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(p0 * 255) << 24 | com_google_gwt_lang_Cast_round_1int__DI(p1 * 255) << 16 | com_google_gwt_lang_Cast_round_1int__DI(p2 * 255) << 8 | com_google_gwt_lang_Cast_round_1int__DI(p3 * 255); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s107__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont_flipped = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s108__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont_integer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s109__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s113__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_flipped = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s114__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padTop = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s115__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s116__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padBottom = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s117__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s118__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s119__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s120__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s121__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s122__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s123__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_blankLineScale = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s124__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s125__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s126__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s127__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_cursorX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s13__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ZV(obj, value_0){ + obj.com_badlogic_gdx_Net$HttpRequest_followRedirects = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s130__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_spaceXadvance = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s131__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s135__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s136__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s137__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s138__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s139__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s14__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ZV(obj, value_0){ + obj.com_badlogic_gdx_Net$HttpRequest_includeCredentials = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s140__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s141__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s142__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u2 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s143__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v2 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s144__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s145__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_yoffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s146__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s148__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s149__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_page = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s152__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_integer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s155__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_glyphCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s156__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s157__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s159__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_currentTint = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s169__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s170__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_GlyphLayout_width = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s171__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_GlyphLayout_height = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s174__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s175__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s176__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_width = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s188__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_bottomLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s189__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_bottomCenter = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s190__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_bottomRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s191__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s192__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleCenter = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s193__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s194__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_topLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s195__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_topCenter = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s196__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_topRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s197__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s198__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s199__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s200__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s201__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s204__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_idx = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s206__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s207__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_padRight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s208__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_padTop = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s209__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s214__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s215__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s216__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_width = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s217__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_height = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s218__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_originX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s219__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_originY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s220__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_rotation = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s221__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_scaleX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s222__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_scaleY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s223__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_Sprite_dirty = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s228__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s230__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s231__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s232__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s236__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s237__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFunc = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s238__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFunc = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s239__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFuncAlpha = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s240__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFuncAlpha = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s243__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_ownsShader = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s245__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s246__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_renderCalls = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s247__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_totalRenderCalls = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s248__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_maxSpritesInBatch = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s251__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s261__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s263__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteCache_renderCalls = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s264__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_SpriteCache_totalRenderCalls = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s265__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s267__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s268__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s269__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s270__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s271__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s272__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s273__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s274__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_degrees = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s278__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureRegion_u = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s279__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureRegion_v = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s280__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s281__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s282__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s283__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s285__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Animation_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_Animation_duration = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s288__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s289__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s290__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_size = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s294__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_radius = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s297__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_Node_inheritTransform = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s298__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_Node_isAnimated = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s311__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_NodeKeyframe_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_NodeKeyframe_keytime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s317__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_NodePart_enabled = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s333__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_shininess = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s334__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_opacity = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s344__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_primitiveType = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s356__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_keytime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s377__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelTexture_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_usage = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s379__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s380__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s381__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_id = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s383__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s384__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s386__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s390__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_2_3Ljava_lang_Object_2V(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s401__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s402__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTimeSqr = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s422__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_prettyPrint = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s426__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_currentLoadIndex = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s432__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_loadIndex = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s434__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s435__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s436__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s442__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emission = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s443__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDiff = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s444__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s445__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s446__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetDiff = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s447__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_life = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s448__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeDiff = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s449__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s450__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delay = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s451__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s452__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s453__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s471__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_hasAcceleration = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s472__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has2dAngularVelocity = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s473__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has3dAngularVelocity = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s478__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s503__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasScale = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s504__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasRotation = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s51__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_Color_r = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s513__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s514__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s515__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s516__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s517__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s52__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_Color_g = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s53__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_Color_b = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s535__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasColor = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s536__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasScale = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s537__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasRotation = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s54__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_Color_a = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s553__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s554__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s555__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s556__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x2 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s557__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y2 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s558__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z2 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s559__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x3 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s560__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y3 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s561__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z3 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s562__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_NumericValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_value = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s563__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s568__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s569__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s570__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s571__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s572__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s573__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s574__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s578__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s579__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s582__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s583__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s584__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2ZV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s590__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_positionOffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s591__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s592__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s593__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_triangleCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s599__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapLayer_opacity = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s600__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapLayer_visible = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s601__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapLayer_offsetX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s602__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapLayer_offsetY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s603__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapLayer_renderOffsetX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s604__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapLayer_renderOffsetY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s605__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapLayer_parallaxX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s606__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapLayer_parallaxY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s607__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2ZV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapLayer_renderOffsetDirty = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s613__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObject_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapObject_opacity = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s614__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObject_2ZV(obj, value_0){ + obj.com_badlogic_gdx_maps_MapObject_visible = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s624__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_objects_TextureMapObject_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s625__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_objects_TextureMapObject_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s626__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_objects_TextureMapObject_originX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s627__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_objects_TextureMapObject_originY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s628__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_objects_TextureMapObject_scaleX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s629__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_objects_TextureMapObject_scaleY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s630__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_objects_TextureMapObject_rotation = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s635__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapImageLayer_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s636__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapImageLayer_2FV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s639__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_width = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s640__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_height = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s641__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileWidth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s642__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileHeight = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s645__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ZV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipHorizontally = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s646__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ZV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipVertically = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s647__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2IV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_rotation = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s656__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_2ZV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipHorizontally = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s657__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_2ZV(obj, value_0){ + obj.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipVertically = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s660__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Affine2_m00 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s661__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Affine2_m01 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s662__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Affine2_m02 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s663__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Affine2_m10 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s664__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Affine2_m11 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s665__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Affine2_m12 = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s669__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_BSpline_degree = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s670__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2ZV(obj, value_0){ + obj.com_badlogic_gdx_math_BSpline_continuous = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s671__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_BSpline_spanCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s682__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2ZV(obj, value_0){ + obj.com_badlogic_gdx_math_CatmullRomSpline_continuous = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s683__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_CatmullRomSpline_spanCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s687__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Circle_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s688__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Circle_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s689__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Circle_radius = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s713__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s716__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Ellipse_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s717__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Ellipse_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s718__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Ellipse_width = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s719__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Ellipse_height = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s721__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_FloatCounter_count = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s722__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_FloatCounter_total = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s723__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_FloatCounter_min = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s724__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_FloatCounter_max = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s725__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_FloatCounter_average = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s726__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_FloatCounter_latest = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s727__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_FloatCounter_value = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s739__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_GridPoint2_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s740__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_GridPoint2_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s742__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_GridPoint3_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s743__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_GridPoint3_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s744__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_GridPoint3_z = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s82__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttribute_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_VertexAttribute_offset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s828__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_depth = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s832__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_Intersector$SplitTriangle_numFront = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s833__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_Intersector$SplitTriangle_numBack = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s834__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_Intersector$SplitTriangle_total = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s835__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2ZV(obj, value_0){ + obj.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s836__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_Intersector$SplitTriangle_frontOffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s837__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, value_0){ + obj.com_badlogic_gdx_math_Intersector$SplitTriangle_backOffset = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s84__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttribute_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_VertexAttribute_unit = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s89__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_VertexAttributes_boneWeightUnits = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s9__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2IV(obj, value_0){ + obj.com_badlogic_gdx_Net$HttpRequest_timeOut = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s90__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2IV(obj, value_0){ + obj.com_badlogic_gdx_graphics_VertexAttributes_textureCoordinates = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s908__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Octree$RayCastResult_distance = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s909__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Octree$RayCastResult_maxDistanceSq = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s912__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Plane_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Plane_d = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s918__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polygon_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s919__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polygon_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s920__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polygon_originX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s921__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polygon_originY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s922__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polygon_rotation = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s923__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polygon_scaleX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s924__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polygon_scaleY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s925__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2ZV(obj, value_0){ + obj.com_badlogic_gdx_math_Polygon_dirty = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s929__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s930__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s931__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_originX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s932__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_originY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s933__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_rotation = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s934__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_scaleX = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s935__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_scaleY = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s936__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_length = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s937__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_scaledLength = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s938__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2ZV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_calculateScaledLength = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s939__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2ZV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_calculateLength = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s940__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2ZV(obj, value_0){ + obj.com_badlogic_gdx_math_Polyline_dirty = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s945__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Quaternion_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s946__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Quaternion_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s947__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Quaternion_z = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s948__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Quaternion_w = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s956__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Rectangle_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s957__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Rectangle_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s958__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Rectangle_width = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s959__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Rectangle_height = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s964__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Vector2_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s965__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Vector2_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s967__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Vector3_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s968__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Vector3_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s969__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Vector3_z = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s976__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Vector4_x = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s977__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Vector4_y = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s978__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Vector4_z = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_$s979__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FV(obj, value_0){ + obj.com_badlogic_gdx_math_Vector4_w = value_0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_IReflectionCacheGenerated__V(){ + com_badlogic_gwtref_client_IReflectionCacheGenerated_$clinit__V(); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_URI_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_URI_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_URI_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_URI_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('URI', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_aMax_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_aMax_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aMax_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aMax_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('aMax', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_aMin_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_aMin_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aMin_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aMin_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('aMin', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_aVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_aVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('aVertices', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), $intern_1761); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1D) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1D; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Plane_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Plane_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Plane_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, $intern_2025); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a_vec', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('a_vec', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, $intern_2026); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_aabb_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_aabb_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aabb_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aabb_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('aabb', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, $intern_1007); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_active_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_active_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_active_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_active_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_151, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_affine_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_affine_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_affine_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_affine_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('affine', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, $intern_2027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_alias_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_alias_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_alias_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_alias_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('alias', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_alphaModulation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_alphaModulation_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_alphaModulation_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_alphaModulation_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('alphaModulation', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_248, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_amount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_amount_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_amount_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_amount_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('amount', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_angle_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_angle_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_angle_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_angle_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('angle', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('app', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Application_12_1classLit, 'Lcom/badlogic/gdx/Application;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('arg0', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('arg0', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectRatio_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectRatio_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectRatio_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectRatio_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('aspectRatio', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectTextureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectTextureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectTextureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectTextureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('aspectTextureRegion', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/RegionInfluencer$AspectTextureRegion;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_assetManager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_assetManager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_assetManager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_assetManager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2028, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetManager_12_1classLit, $intern_2029); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_atlasName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_atlasName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_atlasName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_atlasName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('atlasName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('atlas', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_12_1classLit, $intern_1031); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_attributes_1_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_attributes_1_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_attributes_1_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_attributes_1_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2030, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), '[Lcom/badlogic/gdx/graphics/VertexAttribute;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_autoBind_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_autoBind_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_autoBind_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_autoBind_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('autoBind', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ax_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ax_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ax_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ax_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ax', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_axes_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_axes_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axes_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axes_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('axes', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), $intern_1761); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('axisX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('axisY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('axisZ', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('axis', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ay_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ay_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ay_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ay_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2031, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_azimuthalAngle_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_azimuthalAngle_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_azimuthalAngle_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_azimuthalAngle_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('azimuthalAngle', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_bVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_bVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bVertices', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), $intern_1761); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1D) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1D; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Plane_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Plane_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Plane_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, $intern_2025); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('b', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentricOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentricOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentricOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentricOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('barycentricOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentric_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentric_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentric_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentric_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('barycentric', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_12_1classLit, $intern_1043); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BillboardParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BillboardParticleBatch_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BillboardParticleBatch_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BillboardParticleBatch_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BillboardParticleBatch_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/batches/BillboardParticleBatch;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ModelInstanceParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ModelInstanceParticleBatch_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ModelInstanceParticleBatch_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ModelInstanceParticleBatch_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ModelInstanceParticleBatch_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/batches/ModelInstanceParticleBatch;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/batches/ParticleBatch;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1PointSpriteParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1PointSpriteParticleBatch_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1PointSpriteParticleBatch_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1PointSpriteParticleBatch_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1PointSpriteParticleBatch_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/batches/PointSpriteParticleBatch;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_batches_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_batches_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batches_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_batches_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2032, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_billboardColorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_billboardColorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_billboardColorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_billboardColorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('billboardColorInfluencer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, $intern_2033); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_bits_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_bits_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bits_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bits_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bits', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_blendMode_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_blendMode_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_blendMode_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_blendMode_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('blendMode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 'Lcom/badlogic/gdx/maps/tiled/TiledMapTile$BlendMode;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_bottomHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_bottomHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bottomHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bottomHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1045, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bounces', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, $intern_1007); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_box_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_box_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_box_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_box_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('box', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, $intern_1007); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_boxes_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_boxes_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_boxes_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_boxes_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('boxes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit, $intern_2034); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_bx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_bx_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bx_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bx_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bx', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_by_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_by_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_by_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_by_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2035, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_bytes_1_1_1B) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bytes_1_1_1B; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_bytes_1_1_1B = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('bytes', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), '[B'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c0__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c0) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c0; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c0 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1, 0, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c0.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c0.com_badlogic_gwtref_client_Type_isPrimitive = true; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c0; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c1__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c1; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c1 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('boolean[]', 1, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c1.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c1.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c1.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c1.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 0), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 3), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 4), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 5)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c1.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Z_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c1; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c10__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c10) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c10; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c10 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1948, 10, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c10.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c10.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c10.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c10.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c10.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getResult', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 50), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getResultAsString', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 51), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getResultAsStream', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1InputStream_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 52), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getStatus', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1HttpStatus_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 53), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getHeader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 54), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2036, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 55)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c10; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c100__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c100) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c100; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c100 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1928, 100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c100.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c100.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c100.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c100.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2037, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 488, 488, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c100.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 956), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 957), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 958)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c100.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 959), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2039, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 960)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c100; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c101__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c101) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c101; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c101 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1824, 101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c101.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c101.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c101.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c101.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rotationalVelocity2dChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 489, 489, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c101.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 961), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 962), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 963)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c101.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2040, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 964), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2040, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 965)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c101; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c102__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c102) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c102; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c102 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1812, 102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c102.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c102.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c102.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c102.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2041, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 490, 490, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rotationalForceChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 491, 491, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c102.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 966), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 967), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 968)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c102.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 969), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 970)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c102; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c103__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c103) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c103; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c103 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1874, 103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c103.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c103.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c103.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c103.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('strengthChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, true, false, false, false, 492, 492, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_253, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 493, 493, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c103.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 971), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 972), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 973), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 974)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c103; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c104__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c104) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c104; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c104 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1936, 104, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c104.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c104.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c104.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c104.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2037, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 494, 494, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2044, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 495, 495, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c104.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 975), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 976), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 977)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c104.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2045, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 978), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2045, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 979)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c104; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c105__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c105) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c105; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c105 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1895, 105, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c105.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c105.com_badlogic_gwtref_client_Type_isAbstract = true; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c105; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c106__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c106) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c106; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c106 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1951, 106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c106.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c106.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c106.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('models', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 496, 496, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('modelChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, false, true, false, false, false, false, false, 497, 497, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1ModelInstance_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c106.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 980), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 981), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 982)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c106; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c107__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c107) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c107; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c107 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1932, 107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c107.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c107.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c107.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c107.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1592, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, null, false, true, false, false, false, false, false, 498, 498, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c107.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 983), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 984), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2047, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 985), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 986)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c107.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 987), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 988), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_models_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 989)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c107; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c108__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c108) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c108; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c108 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1890, 108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c108.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c108.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c108.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c108.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 990), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 991)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c108.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 992), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 993), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_models_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 994)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c108; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c109__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c109) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c109; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c109 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1872, 109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c109.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c109.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c109.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2044, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 499, 499, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2049, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 500, 500, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2041, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 501, 501, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2050, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, false, true, false, false, false, false, false, 502, 502, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hasScale', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 503, 503, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 504, 504, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c109.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 995), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 996), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 997), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 998)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c109.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_258, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 999)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c109; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c11__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c11) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c11; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c11 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1974, 11, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponseListener_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c11.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c11.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c11.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c11.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c11.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('handleHttpResponse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponseListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponse_1_1Lcom_1badlogic_1gdx_1Net$HttpResponse_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 56), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('failed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponseListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1Ljava_1lang_1Throwable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 57), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1078, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponseListener_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 58)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c11; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c110__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c110) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c110; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c110 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1797, 110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c110.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c110.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c110.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('templates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 505, 505, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('particleControllerChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, false, true, false, false, false, false, false, 506, 506, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c110.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_54), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_613), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_523), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_525), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_527)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c110; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c111__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c111) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c111; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c111 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1962, 111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c111.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c111.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c111.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c111.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1592, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, null, false, true, false, false, false, false, false, 507, 507, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c111.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1005), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_528), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_616), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2047, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_617), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_618)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c111.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1010), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_templates_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, $intern_538), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerRandom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, $intern_619)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c111; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c112__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c112) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c112; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c112 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1800, 112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c112.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c112.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c112.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c112.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_313), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_311), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2047, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_725), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_557)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c112.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_templates_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, $intern_558), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, $intern_559), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerSingle_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, $intern_555)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c112; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c113__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c113) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c113; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c113 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1862, 113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c113.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c113.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c113.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_260, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 508, 508, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2052, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 509, 509, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('atlasName', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 510, 510, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ASSET_DATA', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, true, false, true, false, false, true, false, 511, 511, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c113.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAtlasName', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_atlasName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_556), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_regions_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, $intern_579), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_582), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_586), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_44), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_587), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_589), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1027)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c113; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c114__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c114) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c114; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c114 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2015, 114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c114.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c114.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c114.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c114.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2053, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 512, 512, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c114.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_601), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_604), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_607)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c114.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, $intern_608), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, $intern_611), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1033), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, $intern_624)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c114; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c115__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c115) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c115; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c115 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1849, 115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c115.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c115.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c115.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c115.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('u', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 513, 513, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 514, 514, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('u2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 515, 515, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 516, 516, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('halfInvAspectRatio', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 517, 517, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('imageName', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 518, 518, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c115.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_626), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectTextureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_627), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('updateUV', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1037)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c115.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1038), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectTextureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, $intern_966), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, $intern_967)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c115; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c116__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c116) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c116; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c116 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2001, 116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c116.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c116.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c116.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c116.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1041), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1042)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c116.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1043), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1044), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1045), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1046)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c116; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c117__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c117) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c117; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c117 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1916, 117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c117.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c117.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c117.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c117.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1047), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1048)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c117.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1049), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1050), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1051), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, $intern_307)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c117; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c118__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c118) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c118; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c118 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1910, 118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c118.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c118.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c118.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1053), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1054)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c118.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_262, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, $intern_968), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_262, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1056)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c118; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c119__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c119) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c119; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c119 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1913, 119, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c119.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c119.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c119.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 519, 519, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('valueChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 520, 520, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('interpolationChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 521, 521, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2053, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 522, 522, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('valueChannelDescriptor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, false, true, false, false, false, false, false, 523, 523, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c119.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1057), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1058), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1059), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1060), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1061), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_969)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c119; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c12__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c12) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c12; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c12 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1952, 12, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c12.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c12.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c12.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c12.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c12.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TCP', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, true, false, false, false, true, true, false, 15, 15, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c12.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 59), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 60)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c12.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 1, 5, 1); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c12.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_Net$Protocol_$clinit__V() , com_badlogic_gdx_Net$Protocol_TCP); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c12; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c120__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c120) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c120; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c120 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1908, 120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c120.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c120.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c120.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2056, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, false, false, false, false, true, false, false, 524, 524, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2044, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 525, 525, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2041, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 526, 526, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c120.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1063), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1064), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1065), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1066), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1067), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1068), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1069), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1070), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1071)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c120.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1072), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_spawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1073), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_source_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1074)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c120; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c121__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c121) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c121; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c121 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1821, 121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c121.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c121.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c121.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2052, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 527, 527, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 528, 528, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2049, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 529, 529, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2041, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 530, 530, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c121.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardControllerRenderData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1075)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c121; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c122__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c122) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c122; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c122 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1837, 122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c122.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c122.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c122.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1076), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1077), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2058, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1078)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c122.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_267, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1079), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_267, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BillboardParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1080)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c122; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c123__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c123) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c123; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c123 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1982, 123, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c123.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c123.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c123.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('modelInstanceChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, false, false, false, false, true, false, false, 531, 531, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1ModelInstance_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 532, 532, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2049, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 533, 533, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2041, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 534, 534, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c123.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceControllerRenderData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1081)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c123; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c124__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c124) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c124; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c124 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1875, 124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c124.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c124.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c124.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hasColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 535, 535, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hasScale', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 536, 536, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2051, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 537, 537, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c124.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1082), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1083), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1084), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1085), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2058, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1086)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c124.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_269, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, $intern_971), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_269, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ModelInstanceParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1088)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c124; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c125__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c125) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c125; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c125 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1997, 125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c125.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c125.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c125.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2050, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, false, true, false, false, false, false, false, 538, 538, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c125.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1089), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_973), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1091), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2058, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1092)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c125.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_270, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1093)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c125; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c126__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c126) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c126; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c126 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1946, 126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c126.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c126.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c126.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2059, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, false, false, false, false, true, false, false, 539, 539, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2044, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 540, 540, null)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c126; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c127__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c127) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c127; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c127 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1896, 127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c127.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c127.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c127.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_12_1classLit, false, false, false, true, false, false, false, 541, 541, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('renderData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit, false, false, false, true, false, false, false, 542, 542, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c127.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1094), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setBatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1095), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2058, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1096), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_particleController_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1097)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c127; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c128__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c128) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c128; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c128 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1905, 128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c128.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c128.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c128.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2052, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 543, 543, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 544, 544, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2049, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 545, 545, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2041, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, false, true, false, false, 546, 546, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c128.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_271, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteControllerRenderData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteControllerRenderData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1098)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c128; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c129__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c129) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c129; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c129 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1869, 129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c129.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c129.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c129.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1099), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2058, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_965), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1101)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c129.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_272, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1102), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_272, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1PointSpriteParticleBatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1103)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c129; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c13__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c13) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c13; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c13 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1807, 13, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c13.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c13.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c13.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c13.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 61), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 62), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 63), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 64), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 65), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 66)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c13.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c13; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c130__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c130) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c130; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c130 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1943, 130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c130.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c130.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c130.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_974), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1105)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c130.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_281, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_cylinderSpawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1106), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_281, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, $intern_975)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c130; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c131__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c131) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c131; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c131 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1957, 131, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c131.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c131.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c131.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, false, true, false, false, false, false, false, 547, 547, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c131.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1108), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSide', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1109), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSide', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_side_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1110), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_976), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_977), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1113), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1114)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c131.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_286, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1115), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_286, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, $intern_979)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c131; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c132__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c132) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c132; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c132 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1930, 132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c132.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c132.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c132.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('temp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, true, false, 548, 548, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 549, 549, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_154, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, false, false, true, false, false, 550, 550, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c132.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2061, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1117), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2062, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_timeline_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1118), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getColors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1119), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2063, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_colors_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1120), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1121), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1122), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1123), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1124), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1125)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c132.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_287, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1126)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c132; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c133__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c133) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c133; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c133 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1876, 133, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c133.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c133.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c133.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1127), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1128)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c133.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_288, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1129), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_288, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1130)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c133; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c134__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c134) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c134; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c134 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1823, 134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c134.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c134.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c134.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2064, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Mesh_12_1classLit, false, false, false, true, false, false, false, 551, 551, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('model', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_12_1classLit, false, false, false, true, false, false, false, 552, 552, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c134.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1131), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1132), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2065, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_model_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1133), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2065, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1134), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1135)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c134; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c135__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c135) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c135; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c135 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1810, 135, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c135.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c135.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c135.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c135.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 553, 553, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 554, 554, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('z1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 555, 555, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 556, 556, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 557, 557, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('z2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 558, 558, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 559, 559, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 560, 560, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('z3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 561, 561, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c135.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pick', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1136), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('pick', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1137)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c135.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Triangle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1138)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c135; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c136__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c136) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c136; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c136 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1987, 136, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c136.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c136.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c136.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 562, 562, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c136.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1139), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1150, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1140), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1141), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1142), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1143)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c136.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_289, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1144)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c136; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c137__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c137) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c137; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c137 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1838, 137, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c137.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c137.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c137.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_151, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 563, 563, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c137.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isActive', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1145), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1521, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_active_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1146), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1147), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1148), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1149)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c137.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_274, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1150), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_274, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1151)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c137; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c138__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c138) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c138; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c138 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1863, 138, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c138.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c138.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c138.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1152), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1153)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c138.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_290, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1154), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_290, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1155)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c138; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c139__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c139) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c139; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c139 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1831, 139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c139.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c139.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c139.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 564, 564, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_278, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 565, 565, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_279, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 566, 566, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_280, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 567, 567, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('spawnWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 568, 568, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('spawnWidthDiff', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 569, 569, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('spawnHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 570, 570, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('spawnHeightDiff', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 571, 571, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('spawnDepth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 572, 572, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('spawnDepthDiff', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 573, 573, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 574, 574, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c139.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1521, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_active_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1156), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isEdges', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1157), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setEdges', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_edges_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1158), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpawnWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1159), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpawnHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1160), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpawnDepth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1161), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setDimensions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1162), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1163), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1164), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1165), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1166)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c139; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c14__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c14) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c14; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c14 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1904, 14, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c14.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c14.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c14.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('WHITE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 16, 16, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_86, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 17, 17, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('GRAY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 18, 18, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('DARK_GRAY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 19, 19, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BLACK', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 20, 20, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('WHITE_FLOAT_BITS', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 21, 21, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('CLEAR', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 22, 22, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BLUE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 23, 23, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('NAVY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 24, 24, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ROYAL', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 25, 25, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('SLATE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 26, 26, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('SKY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 27, 27, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('CYAN', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 28, 28, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TEAL', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 29, 29, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('GREEN', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 30, 30, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_87, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 31, 31, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('LIME', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 32, 32, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('FOREST', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 33, 33, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('OLIVE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 34, 34, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('YELLOW', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 35, 35, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_88, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 36, 36, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('GOLDENROD', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 37, 37, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ORANGE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 38, 38, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BROWN', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 39, 39, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TAN', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 40, 40, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('FIREBRICK', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 41, 41, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('RED', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 42, 42, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('SCARLET', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 43, 43, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('CORAL', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 44, 44, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('SALMON', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 45, 45, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('PINK', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 46, 46, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MAGENTA', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 47, 47, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('PURPLE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 48, 48, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('VIOLET', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 49, 49, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MAROON', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, false, false, true, true, false, 50, 50, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('r', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 51, 51, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('g', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 52, 52, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('b', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 53, 53, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('a', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 54, 54, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c14.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 67), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 68), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 69), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 70), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 71), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 72), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 73), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 74), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 75), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 76), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 77), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 78), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 79), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('premultiplyAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 80), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 81), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 82), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 83), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 84), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 85), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toIntBits', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 86), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toIntBits', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 87), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 88), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_hex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 89), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_hex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 90), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_248, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 91), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('luminanceAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_luminance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 92), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgb565', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 93), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgb565', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 94), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgba4444', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 95), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgba4444', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 96), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgb888', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 97), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgb888', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 98), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 99), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 100), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('argb8888', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 101), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('argb8888', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 102), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgb565ToColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 103), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgba4444ToColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 104), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgb888ToColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 105), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rgba8888ToColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 106), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('argb8888ToColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 107), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 108), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 109), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fromHsv', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_h_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 110), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fromHsv', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_hsv_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 111), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toHsv', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_hsv_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 112), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 113)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c14.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_85, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 114), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_85, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba8888_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 115), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_85, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 116), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_85, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 117)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c14; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c140__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c140) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c140; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1878, 140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('both', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, true, false, false, false, true, true, false, 575, 575, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, true, false, false, false, true, true, false, 576, 576, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, true, false, false, false, true, true, false, 577, 577, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 1167), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1168)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 3, 5, 1); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_both); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_top; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c140.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_bottom; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c140; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c141__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c141) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c141; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c141 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1854, 141, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c141.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c141.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c141.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c141.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1169), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1170), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1171), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1172), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1173), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1174)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c141.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c141; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c142__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c142) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c142; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c142 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1852, 142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c142.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c142.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c142.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 578, 578, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 579, 579, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c142.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('newLowValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1175), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setLow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1176), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setLow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1177), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLowMin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1178), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setLowMin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1179), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLowMax', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1180), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setLowMax', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMax_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1181), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1182), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1183), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1184)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c142.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_292, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1185)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c142; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c143__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c143) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c143; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c143 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1915, 143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c143.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c143.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c143.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1186), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1187)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c143.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_293, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1188), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_293, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1189)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c143; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c144__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c144) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c144; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c144 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1825, 144, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c144.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c144.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c144.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 580, 580, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_154, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, false, false, true, false, false, 581, 581, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 582, 582, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_159, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 583, 583, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_160, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 584, 584, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c144.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('newHighValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1190), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setHigh', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1191), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setHigh', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1192), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getHighMin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1193), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setHighMin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_highMin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1194), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getHighMax', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1195), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setHighMax', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_highMax_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1196), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScaling', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1197), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1608, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1198), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2061, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1199), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2062, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_timeline_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1200), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isRelative', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1201), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRelative', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_relative_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1202), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1313, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1203), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1204), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1205), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1206)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c144.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_294, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1207)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c144; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c145__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c145) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c145; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c145 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2011, 145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c145.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c145.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c145.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_275, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, false, false, false, false, true, false, false, 585, 585, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_276, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, false, false, false, false, true, false, false, 586, 586, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_277, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, false, false, false, false, true, false, false, 587, 587, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c145.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1208), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('spawn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, false, false, false, true, false, false, true, false, 1209), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1210), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1211), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1212), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1213), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 1214), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1215), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1216), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1217)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c145; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c146__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c146) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c146; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c146 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1993, 146, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c146.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c146.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c146.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1425, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 588, 588, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_238, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), false, false, true, false, false, false, false, 589, 589, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('positionOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 590, 590, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 591, 591, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2073, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 592, 592, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('triangleCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 593, 593, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c146.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2065, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_model_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1218), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1219), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1220)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c146.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_295, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1221), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_295, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1222)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c146; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c147__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c147) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c147; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c147 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1901, 147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c147.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c147.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c147.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('distribution', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, false, false, true, false, false, false, false, 594, 594, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c147.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1223), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateWeights', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1224), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2060, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1225), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1226)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c147.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_296, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1227), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_296, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1228)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c147; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c148__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c148) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c148; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c148 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1931, 148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c148.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c148.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c148.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, false, false, true, false, false, false, false, 595, 595, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2075, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, false, false, true, false, false, false, false, 596, 596, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c148.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLayers', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1229), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2076, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1230), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1231)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c148.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Map', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1232)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c148; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c149__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c149) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c149; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c149 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1819, 149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapGroupLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c149.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c149.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c149.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapGroupLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, false, false, true, false, false, false, false, 597, 597, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c149.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLayers', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapGroupLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1233), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2077, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapGroupLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1234)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c149.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_315, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapGroupLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapGroupLayer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1235)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c149; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c15__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c15) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c15; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c15 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1828, 15, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Colors_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c15.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c15.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c15.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Colors_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, true, false, true, false, false, true, false, 55, 55, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c15.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getColors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Colors_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 118), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Colors_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 119), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1338, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Colors_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 120), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Colors_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 121)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c15.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, []); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c15; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c150__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c150) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c150; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c150 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1808, 150, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c150.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c150.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c150.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 598, 598, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2078, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 599, 599, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1465, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 600, 600, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 601, 601, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 602, 602, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('renderOffsetX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 603, 603, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('renderOffsetY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 604, 604, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('parallaxX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 605, 605, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('parallaxY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 606, 606, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('renderOffsetDirty', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 607, 607, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, false, false, true, false, false, false, false, 608, 608, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, false, false, true, false, false, false, false, 609, 609, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2075, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, false, false, true, false, false, false, false, 610, 610, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c150.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1250, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1236), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1237), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2080, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1238), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_opacity_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1239), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2082, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1240), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2083, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1241), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2084, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1242), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2085, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1243), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getParallaxX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1244), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setParallaxX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1245), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getParallaxY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1246), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setParallaxY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1247), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRenderOffsetX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1248), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRenderOffsetY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1249), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2077, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1250), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1251), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setParent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1252), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1253), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1554, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1254), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1555, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1255), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2076, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1256), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateRenderOffsets', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1257)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c150.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('MapLayer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1258)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c150; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c151__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c151) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c151; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c151 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1889, 151, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c151.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c151.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c151.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 611, 611, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c151.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1259), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1260), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2087, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1261), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2087, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1262), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1543, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1263), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1264), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1265), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1266), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1267), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2088, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1268), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2088, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_fill_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1269), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1270)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c151.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('MapLayers', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1271)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c151; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c152__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c152) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c152; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c152 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1958, 152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c152.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c152.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c152.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 612, 612, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2078, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 613, 613, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1465, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 614, 614, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2075, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, false, false, true, false, false, false, false, 615, 615, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, true, false, false, false, false, 616, 616, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c152.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1250, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1272), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1273), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1274), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1275), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2080, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1276), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_opacity_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1277), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1554, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1278), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1555, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1279), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2076, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1280)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c152.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('MapObject', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1281)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c152; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c153__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c153) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c153; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c153 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1959, 153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c153.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c153.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c153.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2079, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 617, 617, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c153.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1282), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1283), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2087, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1284), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2087, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Lcom_1badlogic_1gdx_1maps_1MapObject_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1285), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1543, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1286), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Lcom_1badlogic_1gdx_1maps_1MapObject_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1287), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1288), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Lcom_1badlogic_1gdx_1maps_1MapObject_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1289), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2088, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1290), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2088, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_fill_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1291), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1292)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c153.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_316, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1293)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c153; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c154__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c154) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c154; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c154 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1981, 154, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c154.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c154.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c154.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2075, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, false, false, true, false, false, false, false, 618, 618, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c154.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1340, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1294), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1295), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_clazz_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1296), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultValue_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_clazz_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1297), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1338, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1298), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1339, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_properties_1_1Lcom_1badlogic_1gdx_1maps_1MapProperties_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1299), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1300), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1301), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKeys', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1302), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2089, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1303)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c154.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_317, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1304)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c154; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c155__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c155) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c155; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c155 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1914, 155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapRenderer_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c155.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c155.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c155.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c155.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setView', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1OrthographicCamera_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1305), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setView', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_projectionMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1306), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2090, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 1307), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2090, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layers_1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1308)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c155; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c156__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c156) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c156; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c156 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1963, 156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1CircleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c156.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c156.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c156.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2091, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1CircleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, false, false, true, false, false, false, false, 619, 619, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c156.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCircle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1CircleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1309)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c156.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_319, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1CircleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1CircleMapObject_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1310), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_319, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1CircleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1CircleMapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1311)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c156; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c157__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c157) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c157; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c157 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1883, 157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1EllipseMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c157.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c157.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c157.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1EllipseMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, false, false, true, false, false, false, false, 620, 620, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c157.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getEllipse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1EllipseMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1312)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c157.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_320, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1EllipseMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1EllipseMapObject_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1313), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_320, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1EllipseMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1EllipseMapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1314)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c157; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c158__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c158) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c158; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c158 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1967, 158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c158.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c158.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c158.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, false, false, true, false, false, false, false, 621, 621, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c158.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPolygon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1315), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPolygon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1316)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c158.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_321, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1317), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_321, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1318), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_321, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1319)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c158; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c159__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c159) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c159; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c159 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1836, 159, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c159.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c159.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c159.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('polyline', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, false, false, true, false, false, false, false, 622, 622, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c159.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPolyline', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1320), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPolyline', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polyline_1_1Lcom_1badlogic_1gdx_1math_1Polyline_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1321)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c159.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_322, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1322), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_322, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1323), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_322, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polyline_1_1Lcom_1badlogic_1gdx_1math_1Polyline_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1324)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c159; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c16__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c16) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c16; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c16 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1886, 16, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c16.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c16.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c16.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2028, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetManager_12_1classLit, false, false, true, false, false, true, false, 56, 56, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('managedTextures', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, true, true, false, false, false, true, false, 57, 57, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Application_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, false, true, false, false, false, false, false, 58, 58, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c16.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 122), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2093, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 123), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_pixmap_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 124), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 125), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 126), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 127), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTextureData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 128), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 129), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 130), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 131), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2095, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 132), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('clearAllTextures', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 133), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('invalidateAllTextures', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 134), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAssetManager', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 135), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2096, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 136), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getNumManagedTextures', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 137)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c16.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPath_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 138), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 139), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 140), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 141), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_pixmap_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 142), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_pixmap_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 143), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_pixmap_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 144), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 145), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 146), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_glTarget_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_glHandle_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, 147)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c16; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c160__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c160) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c160; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c160 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1816, 160, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1RectangleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c160.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c160.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c160.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rectangle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1RectangleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, false, false, true, false, false, false, false, 623, 623, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c160.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRectangle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1RectangleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1325)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c160.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_323, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1RectangleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1RectangleMapObject_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1326), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_323, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1RectangleMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1RectangleMapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1327)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c160; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c161__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c161) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c161; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c161 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1961, 161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c161.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c161.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c161.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 624, 624, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 625, 625, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1668, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 626, 626, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1669, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 627, 627, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1670, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 628, 628, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1671, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 629, 629, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 630, 630, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1772, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, false, false, true, false, false, false, false, 631, 631, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c161.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1328), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1329), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1330), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1536, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1331), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1674, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1332), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1675, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1333), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1676, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1334), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1677, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1335), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1679, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1336), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScaleX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1337), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1680, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1338), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setScaleY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1339), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1340), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1546, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1341), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1342), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2098, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1343)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c161.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_324, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1344), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_324, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1345)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c161; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c162__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c162) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c162; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c162 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1937, 162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c162.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c162.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c162.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tilesets', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, false, false, true, false, false, false, false, 632, 632, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ownedResources', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 633, 633, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [null]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c162.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTileSets', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1346), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setOwnedResources', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1347), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1348)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c162.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('TiledMap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1349)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c162; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c163__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c163) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c163; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c163 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1871, 163, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c163.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c163.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c163.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1307, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, false, false, true, false, false, false, false, 634, 634, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 635, 635, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 636, 636, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c163.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1350), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2098, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1351), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1352), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1353), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1354), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1536, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1355)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c163.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_326, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1356)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c163; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c164__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c164) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c164; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c164 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1917, 164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapRenderer_12_1classLit, null, (lastArg = null , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapRenderer_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c164.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c164.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c164.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c164.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('renderObjects', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1357), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('renderObject', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Lcom_1badlogic_1gdx_1maps_1MapObject_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1358), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('renderTileLayer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1359), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('renderImageLayer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapRenderer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1360)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c164; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c165__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c165) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c165; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c165 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1941, 165, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c165.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c165.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c165.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c165.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getId', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 1361), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setId', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1362), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBlendMode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 1363), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setBlendMode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_blendMode_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1364), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 1365), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2098, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1366), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2082, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 1367), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2083, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1368), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2084, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 1369), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2085, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1370), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2076, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 1371), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 1372)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c165; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c166__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c166) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c166; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1794, 166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('NONE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, true, false, false, false, true, true, false, 637, 637, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_327, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, true, false, false, false, true, true, false, 638, 638, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 1373), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1374)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 2, 5, 1); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_$clinit__V() , com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_NONE); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c166.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_ALPHA; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c166; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c167__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c167) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c167; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c167 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1954, 167, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c167.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c167.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c167.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c167.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1375), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1376), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1377), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1378), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1379), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1380)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c167.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c167; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c168__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c168) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c168; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c168 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1820, 168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c168.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c168.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c168.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 639, 639, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 640, 640, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tileWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 641, 641, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2099, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 642, 642, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cells', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 2), false, false, true, false, false, false, false, 643, 643, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c168.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1381), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1382), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTileWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1383), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTileHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1384), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCell', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1385), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setCell', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_cell_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1386)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c168.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_330, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tileWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tileHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1387)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c168; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c169__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c169) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c169; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c169 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1801, 169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c169.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c169.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c169.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c169.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, false, false, true, false, false, false, false, 644, 644, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 645, 645, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 646, 646, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 647, 647, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ROTATE_0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 648, 648, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ROTATE_90', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 649, 649, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ROTATE_180', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 650, 650, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ROTATE_270', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 651, 651, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c169.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1388), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tile_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1389), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFlipHorizontally', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1390), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_flipHorizontally_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1391), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFlipVertically', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1392), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2104, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_flipVertically_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1393), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1394), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1546, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1395)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c169.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Cell', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1396)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c169; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c17__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c17) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c17; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1809, 17, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Nearest', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, true, false, false, false, true, true, false, 59, 59, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Linear', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, true, false, false, false, true, true, false, 60, 60, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MipMap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, true, false, false, false, true, true, false, 61, 61, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, true, false, false, false, true, true, false, 62, 62, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, true, false, false, false, true, true, false, 63, 63, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, true, false, false, false, true, true, false, 64, 64, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_104, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, true, false, false, false, true, true, false, 65, 65, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('glEnum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, false, false, 66, 66, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isMipMap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 148), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGLEnum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 149), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 150), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 151)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 7, 5, 1); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_graphics_Texture$TextureFilter_Linear; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_graphics_Texture$TextureFilter_MipMap; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_enumConstants[3] = com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestNearest; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_enumConstants[4] = com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearNearest; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_enumConstants[5] = com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestLinear; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c17.com_badlogic_gwtref_client_Type_enumConstants[6] = com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearLinear; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c17; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c170__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c170) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c170; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c170 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1912, 170, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 2), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c170.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c170.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c170.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c170.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1397), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1398), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1399), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1400), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1401), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1402)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c170.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 1); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c170; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c171__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c171) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c171; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c171 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1939, 171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c171.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c171.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c171.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 652, 652, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tiles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntMap_12_1classLit, false, false, true, false, false, false, false, 653, 653, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2075, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, false, false, true, false, false, false, false, 654, 654, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c171.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1250, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1403), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1404), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2076, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1405), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1406), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1407), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('putTile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tile_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1408), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeTile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1409), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1410)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c171.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_331, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1411)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c171; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c172__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c172) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c172; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c172 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2021, 172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c172.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c172.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c172.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tilesets', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 655, 655, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c172.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2105, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1412), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2105, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1413), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addTileSet', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tileset_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1414), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1415), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tileset_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1416), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1417), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1418)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c172.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_332, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1419)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c172; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c173__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c173) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c173; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c173 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1840, 173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c173.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c173.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c173.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2100, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 656, 656, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 657, 657, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, false, false, true, false, false, false, false, 658, 658, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c173.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFlipHorizontally', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1420), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2103, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_flipHorizontally_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1421), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFlipVertically', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1422), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2104, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_flipVertically_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1423), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2102, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1424), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tile_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1425)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c173.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_333, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tile_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipHorizontally_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipVertically_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1426)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c173; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c174__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c174) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c174; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c174 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1834, 174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c174.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c174.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c174.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 659, 659, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('m00', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 660, 660, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('m01', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 661, 661, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('m02', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 662, 662, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('m10', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 663, 663, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('m11', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 664, 664, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('m12', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 665, 665, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c174.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1427), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1428), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1429), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1430), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1431), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1432), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1433), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1434), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1435), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_cos_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1436), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1437), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shearX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_shearY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1438), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shear_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1439), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1440), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1441), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1442), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1443), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1444), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1445), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setToProduct', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_l_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1446), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('inv', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1447), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1448), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('preMul', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1449), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1450), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1451), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1452), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1453), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1454), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1455), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('preScale', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1456), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('preScale', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1457), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1458), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1459), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('preRotate', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1460), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('preRotateRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1461), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('shear', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shearX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_shearY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1462), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('shear', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shear_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1463), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('preShear', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shearX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_shearY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1464), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('preShear', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shear_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1465), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('det', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1466), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2119, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1467), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isTranslation', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1468), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isIdt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1469), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('applyTo', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1470), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1471)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c174.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1472), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1473)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c174; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c175__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c175) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c175; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c175 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1922, 175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c175.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c175.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c175.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('d6', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, true, false, 666, 666, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), false, false, false, false, true, false, false, 667, 667, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('knots', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 668, 668, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('degree', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 669, 669, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 670, 670, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('spanCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 671, 671, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, false, false, true, false, false, false, false, 672, 672, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1705, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, false, false, true, false, false, false, false, 673, 673, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1706, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, false, false, true, false, false, false, false, 674, 674, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c175.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cubic', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1474), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cubic', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1475), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1476), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1477), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1478), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1479), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2123, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1480), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2123, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1481), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_controlPoints_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1482), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1483), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_span_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1484), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1485), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_span_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1486), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1487), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1488), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1489), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1490), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1491), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1492), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_samples_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1493)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c175.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_337, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1494), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_337, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_controlPoints_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1495)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c175; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c176__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c176) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c176; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c176 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1822, 176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c176.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c176.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c176.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1760, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 675, 675, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, false, false, true, false, false, false, false, 676, 676, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1705, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, false, false, true, false, false, false, false, 677, 677, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1706, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, false, false, true, false, false, false, false, 678, 678, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c176.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('linear', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1496), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('linear_derivative', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1497), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('quadratic', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1498), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('quadratic_derivative', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1499), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cubic', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1500), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2121, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1501), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 1502), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1503), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1504), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1505), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1506), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1507), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1508), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_samples_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1509)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c176.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_339, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1510), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_339, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 1511), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_339, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1512), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_339, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1513)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c176; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c177__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c177) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c177; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c177 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1892, 177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c177.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c177.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c177.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1760, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 679, 679, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1592, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit, true, false, true, false, false, false, false, 680, 680, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c177.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1514), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1515), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_output_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1516)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c177.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_340, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1517)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c177; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c178__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c178) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c178; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c178 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1881, 178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c178.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c178.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c178.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2120, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), false, false, false, false, true, false, false, 681, 681, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 682, 682, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('spanCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 683, 683, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, false, false, true, false, false, false, false, 684, 684, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1705, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, false, false, true, false, false, false, false, 685, 685, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1706, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, false, false, true, false, false, false, false, 686, 686, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c178.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1518), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2122, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1519), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2123, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1520), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2123, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1521), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_controlPoints_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1522), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1523), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_span_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1524), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1525), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_span_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1526), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1527), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1528), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1529), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1530), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1531), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1532), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_samples_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1533)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c178.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_341, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1534), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_341, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_controlPoints_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1535)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c178; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c179__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c179) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c179; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c179 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1882, 179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c179.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c179.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c179.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 687, 687, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 688, 688, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1549, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 689, 689, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c179.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_982), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1537), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1538), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_edge_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_983), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1540), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1541), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_984), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1536, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_985), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRadius', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1544), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1545), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1546), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1547), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1550, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1548), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1549), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1550), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1026, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1551), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1552), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1553)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c179.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_342, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1554), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_342, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1555), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_342, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1556), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_342, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1557), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_342, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_edge_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1558)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c179; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c18__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c18) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c18; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c18 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1950, 18, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c18.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c18.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c18.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c18.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 152), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 153), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 154), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 155), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 156), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 157)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c18.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c18; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c180__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c180) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c180; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c180 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1873, 180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c180.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c180.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c180.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2131, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, true, false, true, false, false, false, false, 690, 690, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 691, 691, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hull', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, true, false, true, false, false, false, false, 692, 692, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_238, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, true, false, true, false, false, false, false, 693, 693, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2133, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, true, false, true, false, false, false, false, 694, 694, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c180.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1559), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1560), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2134, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1561), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2135, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1562), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2135, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1563), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2135, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_980), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ccw', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p3x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p3y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1565), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1328, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1566), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2136, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_lower_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_upper_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, $intern_981), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('sortWithIndices', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1568), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('quicksortPartitionWithIndices', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_lower_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_upper_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originalIndices_1_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1569)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c180.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_345, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1570)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c180; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c181__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c181) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c181; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c181 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1902, 181, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c181.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c181.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c181.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 695, 695, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c181.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intervalSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1571), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1572), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('generate', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1573), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('generateNormalized', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1574), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('generateUniform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1575), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_probability_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1576), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1577), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1578), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getInterval', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1579), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1580), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2137, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intervalSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1581), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2137, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intervalSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1582), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1583)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c181.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_346, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1584)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c181; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c182__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c182) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c182; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c182 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1907, 182, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c182.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c182.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c182.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2138, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, true, false, 696, 696, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('INSIDE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 697, 697, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('COMPLETE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 698, 698, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('INCOMPLETE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 699, 699, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2131, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, true, false, true, false, false, false, false, 700, 700, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2132, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 701, 701, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, true, false, true, false, false, false, false, 702, 702, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2133, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, true, false, true, false, false, false, false, 703, 703, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, true, false, true, false, false, false, false, 704, 704, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1539, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1BooleanArray_12_1classLit, true, false, true, false, false, false, false, 705, 705, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('superTriangle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, false, true, false, false, false, false, 706, 706, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('centroid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, false, false, 707, 707, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c182.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1585), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1586), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1587), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('circumCircle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_xp_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yp_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1588), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1328, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1589), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2136, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_lower_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_upper_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originalIndices_1_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1590), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('trim', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Lcom_1badlogic_1gdx_1utils_1ShortArray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_hull_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1591)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c182.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_349, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1592)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c182; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c183__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c183) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c183; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c183 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1848, 183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c183.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c183.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c183.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('CONCAVE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 708, 708, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('CONVEX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 709, 709, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('indicesArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, true, false, true, false, false, false, false, 710, 710, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_238, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), false, false, true, false, false, false, false, 711, 711, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1425, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 712, 712, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2073, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 713, 713, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('vertexTypes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, true, false, true, false, false, false, false, 714, 714, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, true, false, true, false, false, false, false, 715, 715, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c183.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1593), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1594), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2140, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1595), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('triangulate', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1596), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('classifyVertex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1597), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findEarTip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 1598), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isEarTip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_earTipIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1599), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cutEarTip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_earTipIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1600), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1504, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1601), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1602), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('computeSpannedAreaSign', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p1x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p1y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p3x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p3y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1603)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c183.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_350, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1604)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c183; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c184__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c184) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c184; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c184 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1924, 184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c184.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c184.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c184.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 716, 716, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 717, 717, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 718, 718, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 719, 719, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 720, 720, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c184.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1605), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1606), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1607), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ellipse_1_1Lcom_1badlogic_1gdx_1math_1Ellipse_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1608), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1609), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1610), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1611), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1612), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1326, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1613), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1026, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1614), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2130, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1615), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1616), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1617)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c184.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_351, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1618), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_351, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ellipse_1_1Lcom_1badlogic_1gdx_1math_1Ellipse_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1619), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_351, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1620), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_351, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1621), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_351, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1622), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_351, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1623)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c184; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c185__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c185) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c185; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c185 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1818, 185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c185.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c185.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c185.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1513, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 721, 721, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('total', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 722, 722, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 723, 723, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 724, 724, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('average', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 725, 725, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('latest', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 726, 726, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 727, 727, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('mean', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1WindowedMean_12_1classLit, true, false, false, false, true, false, false, 728, 728, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c185.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1338, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1624), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1625), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1626)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c185.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_354, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_windowSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1627)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c185; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c186__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c186) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c186; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c186 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1885, 186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c186.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c186.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c186.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('clipSpacePlanePoints', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), true, false, false, true, false, true, false, 729, 729, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('clipSpacePlanePointsArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, false, false, true, false, true, false, 730, 730, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpV', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, true, false, 731, 731, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('planes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, 1), true, false, false, false, true, false, false, 732, 732, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('planePoints', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), true, false, false, false, true, false, false, 733, 733, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('planePointsArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, false, false, true, false, false, false, 734, 734, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c186.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_inverseProjectionView_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1628), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2141, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1629), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2141, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1630), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1631), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_986), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1633), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1634), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2144, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1635), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2144, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_dimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1636), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2144, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halfWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halfHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDepth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1637), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2144, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_987)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c186.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Frustum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1639)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c186; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c187__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c187) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c187; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c187 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1935, 187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c187.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c187.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c187.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1704, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 735, 735, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1705, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 736, 736, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1706, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 737, 737, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c187.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toBarycoord', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentricOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1640), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('barycoordInsideTriangle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentric_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1641), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentric_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolatedOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1642), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentric_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1643), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('lowestPositiveRoot', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1644), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('colinear', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1645), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('triangleCentroid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_centroid_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1646), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('triangleCircumcenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_circumcenter_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1647), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('triangleCircumradius', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1648), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('triangleQuality', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1649), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('triangleArea', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1650), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('quadrilateralCentroid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x4_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y4_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_centroid_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, $intern_988), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('polygonCentroid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_centroid_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1652), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('polygonArea', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1653), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ensureCCW', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1654), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ensureCCW', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1655), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2146, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1656), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2146, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1657), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('reverseVertices', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1658), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isClockwise', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1659), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isCCW', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1660)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c187.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, []); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c187; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c188__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c188) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c188; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c188 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1839, 188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c188.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c188.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c188.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 738, 738, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 739, 739, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 740, 740, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c188.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1661), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1662), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1663), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1664), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1665), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1666), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1667), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1668), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1669), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1670), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1671), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1672), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1673), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1674)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c188.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1675), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1676), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_357, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1677)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c188; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c189__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c189) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c189; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c189 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1842, 189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c189.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c189.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c189.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 741, 741, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 742, 742, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 743, 743, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('z', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 744, 744, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c189.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1678), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1679), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1680), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1681), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1682), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1683), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1684), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1685), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1686), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1687), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1688), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1689), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1690), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1691)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c189.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_358, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1692), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_358, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1693), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_358, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1694)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c189; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c19__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c19) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c19; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1793, 19, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_106, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, true, false, false, false, true, true, false, 67, 67, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, true, false, false, false, true, true, false, 68, 68, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Repeat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, true, false, false, false, true, true, false, 69, 69, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('glEnum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, false, false, 70, 70, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGLEnum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 158), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 159), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 160)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 3, 5, 1); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap_MirroredRepeat); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c19.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_graphics_Texture$TextureWrap_Repeat; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c19; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c190__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c190) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c190; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c190 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2004, 190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c190.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c190.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c190.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('linear', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 745, 745, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('smooth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 746, 746, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('smooth2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 747, 747, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('smoother', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 748, 748, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('fade', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 749, 749, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, true, false, false, false, true, true, false, 750, 750, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow2In', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, true, false, false, false, true, true, false, 751, 751, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('slowFast', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, true, false, false, false, true, true, false, 752, 752, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow2Out', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, true, false, false, false, true, true, false, 753, 753, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('fastSlow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, true, false, false, false, true, true, false, 754, 754, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow2InInverse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 755, 755, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow2OutInverse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 756, 756, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, true, false, false, false, true, true, false, 757, 757, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow3In', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, true, false, false, false, true, true, false, 758, 758, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow3Out', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, true, false, false, false, true, true, false, 759, 759, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow3InInverse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 760, 760, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow3OutInverse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 761, 761, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow4', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, true, false, false, false, true, true, false, 762, 762, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow4In', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, true, false, false, false, true, true, false, 763, 763, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow4Out', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, true, false, false, false, true, true, false, 764, 764, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow5', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, true, false, false, false, true, true, false, 765, 765, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow5In', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, true, false, false, false, true, true, false, 766, 766, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pow5Out', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, true, false, false, false, true, true, false, 767, 767, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('sine', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 768, 768, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('sineIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 769, 769, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('sineOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 770, 770, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('exp10', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, true, false, false, false, true, true, false, 771, 771, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('exp10In', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpIn_12_1classLit, true, false, false, false, true, true, false, 772, 772, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('exp10Out', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpOut_12_1classLit, true, false, false, false, true, true, false, 773, 773, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('exp5', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, true, false, false, false, true, true, false, 774, 774, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('exp5In', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpIn_12_1classLit, true, false, false, false, true, true, false, 775, 775, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('exp5Out', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpOut_12_1classLit, true, false, false, false, true, true, false, 776, 776, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2091, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 777, 777, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('circleIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 778, 778, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('circleOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, true, false, false, false, true, true, false, 779, 779, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('elastic', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, true, false, false, false, true, true, false, 780, 780, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('elasticIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticIn_12_1classLit, true, false, false, false, true, true, false, 781, 781, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('elasticOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticOut_12_1classLit, true, false, false, false, true, true, false, 782, 782, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('swing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Swing_12_1classLit, true, false, false, false, true, true, false, 783, 783, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('swingIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingIn_12_1classLit, true, false, false, false, true, true, false, 784, 784, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('swingOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingOut_12_1classLit, true, false, false, false, true, true, false, 785, 785, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bounce', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit, true, false, false, false, true, true, false, 786, 786, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bounceIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceIn_12_1classLit, true, false, false, false, true, true, false, 787, 787, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bounceOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, true, false, false, false, true, true, false, 788, 788, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c190.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 1695), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1696)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c190; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c191__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c191) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c191; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c191 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1898, 191, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c191.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c191.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c191.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c191.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1755, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 1697), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1698)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c191.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Bounce', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_widths_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_heights_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1699), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Bounce', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1700)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c191; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c192__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c192) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c192; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c192 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1861, 192, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c192.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c192.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c192.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c192.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1701)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c192.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('BounceIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceIn_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_widths_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_heights_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1702), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('BounceIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceIn_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1703)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c192; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c193__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c193) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c193; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c193 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2010, 193, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c193.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c193.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c193.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c193.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('widths', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, true, false, false, false, false, false, 789, 789, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('heights', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, true, false, false, false, false, false, 790, 790, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c193.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1704)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c193.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('BounceOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_widths_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_heights_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1705), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('BounceOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1706)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c193; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c194__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c194) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c194; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c194 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1893, 194, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c194.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c194.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c194.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c194.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, true, false, false, false, false, false, 791, 791, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, true, false, false, false, false, false, 792, 792, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, true, false, false, false, false, false, 793, 793, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bounces', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, true, false, false, false, false, false, 794, 794, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c194.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1707)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c194.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Elastic', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1708)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c194; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c195__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c195) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c195; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c195 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2009, 195, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c195.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c195.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c195.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c195.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1709)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c195.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ElasticIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticIn_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1710)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c195; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c196__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c196) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c196; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c196 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1891, 196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c196.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c196.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c196.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c196.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1711)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c196.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ElasticOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticOut_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1712)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c196; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c197__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c197) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c197; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c197 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2005, 197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c197.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c197.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c197.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c197.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, true, false, false, false, false, false, 795, 795, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, true, false, false, false, false, false, 796, 796, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, true, false, false, false, false, false, 797, 797, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, true, false, false, false, false, false, 798, 798, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c197.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1713)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c197.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Exp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1714)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c197; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c198__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c198) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c198; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c198 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2003, 198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c198.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c198.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c198.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c198.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1715)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c198.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ExpIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpIn_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1716)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c198; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c199__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c199) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c199; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c199 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1973, 199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c199.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c199.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c199.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c199.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1717)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c199.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ExpOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpOut_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1718)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c199; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c1_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c1_1_1Lcom_1badlogic_1gdx_1math_1Circle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c1_1_1Lcom_1badlogic_1gdx_1math_1Circle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c1_1_1Lcom_1badlogic_1gdx_1math_1Circle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, $intern_2150); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c2__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c2) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c2; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c2 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1927, 2, com_google_gwt_lang_ClassLiteralHolder_B_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c2.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c2.com_badlogic_gwtref_client_Type_isPrimitive = true; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c2; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c20__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c20) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c20; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c20 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1847, 20, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c20.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c20.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c20.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c20.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 161), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 162), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 163), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 164), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 165), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 166)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c20.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c20; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c200__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c200) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c200; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c200 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1814, 200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c200.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c200.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c200.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c200.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, false, false, 799, 799, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c200.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1719)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c200.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Pow', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1720)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c200; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c201__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c201) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c201; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c201 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1926, 201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c201.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c201.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c201.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c201.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1721)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c201.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('PowIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1722)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c201; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c202__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c202) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c202; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c202 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1795, 202, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c202.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c202.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c202.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c202.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1723)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c202.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('PowOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1724)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c202; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c203__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c203) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c203; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c203 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1986, 203, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Swing_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c203.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c203.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c203.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c203.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Swing_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, false, false, 800, 800, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c203.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Swing_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1725)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c203.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Swing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Swing_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Swing_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1726)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c203; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c204__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c204) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c204; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c204 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1884, 204, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c204.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c204.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c204.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c204.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, false, false, 801, 801, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c204.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1727)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c204.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('SwingIn', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingIn_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingIn_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1728)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c204; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c205__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c205) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c205; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c205 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1845, 205, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c205.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c205.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c205.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c205.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, false, false, 802, 802, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c205.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1729)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c205.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('SwingOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingOut_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingOut_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1730)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c205; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c206__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c206) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c206; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c206 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1835, 206, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c206.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c206.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c206.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, true, false, 803, 803, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, true, false, 804, 804, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, true, false, 805, 805, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('floatArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, true, false, true, false, false, true, false, 806, 806, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('floatArray2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, true, false, true, false, false, true, false, 807, 807, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 808, 808, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ep1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 809, 809, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ep2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 810, 810, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('s', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 811, 811, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('e', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, true, false, false, true, false, 812, 812, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v2a', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, true, false, false, false, true, false, 813, 813, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v2b', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, true, false, false, false, true, false, 814, 814, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v2c', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, true, false, false, false, true, false, 815, 815, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v2d', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, true, false, false, false, true, false, 816, 816, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('p', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, true, false, true, false, false, true, false, 817, 817, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('i', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, true, false, 818, 818, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2151, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, true, false, 819, 819, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, true, false, false, true, false, 820, 820, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('best', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, true, false, false, false, true, false, 821, 821, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, true, false, false, false, true, false, 822, 822, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1704, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, true, false, false, false, true, false, 823, 823, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1705, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, true, false, false, false, true, false, 824, 824, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1706, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, true, false, false, false, true, false, 825, 825, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, true, false, false, false, true, false, 826, 826, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c206.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1731), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1732), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2153, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_px_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_py_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_ax_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_ay_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_by_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_cx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_cy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1733), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectSegmentPlane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1734), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2154, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1735), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2154, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1X_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1Y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2X_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2Y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1736), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1737), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2155, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1738), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_overlap_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1739), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2156, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon1_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon2_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1740), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectPolygonEdges', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon1_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon2_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1741), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('distanceLinePoint', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1742), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1743), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2157, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1744), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_nearest_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1745), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_nearest_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1746), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2159, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_squareRadius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1747), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2159, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1748), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2160, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_frustum_1_1Lcom_1badlogic_1gdx_1math_1Frustum_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1749), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2160, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_frustum_1_1Lcom_1badlogic_1gdx_1math_1Frustum_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1750), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectRayRay', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_direction1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_direction2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1751), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectRayPlane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1752), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectLinePlane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1753), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectPlanes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1754), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectRayTriangle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1755), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectRaySphere', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1756), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectRayBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_box_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1757), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_box_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1758), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_dimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1759), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1760), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1761), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2163, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1762), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2163, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1763), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1764), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_indices_1_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1765), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1766), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2165, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_box_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1767), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2165, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_normal_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_distance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1768), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p4_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1769), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x4_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y4_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1770), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectLinePolygon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1771), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectRectangles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1772), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1773), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1774), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('intersectSegmentPolygon', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1775), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p4_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1776), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x4_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y4_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1777), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('det', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1778), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('detd', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1779), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1550, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_c1_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_c2_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1780), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1550, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_r2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1781), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1550, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1782), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1783), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1784), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_verts1_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_verts2_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1785), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_verts1_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_verts2_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset2_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count2_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1786), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('overlapsOnAxisOfShape', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_verts1_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_verts2_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset2_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count2_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_shapesShifted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1787), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('splitTriangle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_triangle_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1788), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('splitEdge', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_e_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1789), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasOverlap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axes_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_aVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1790)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c206.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, []); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c206; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c207__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c207) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c207; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c207 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1830, 207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c207.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c207.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c207.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c207.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, false, false, false, true, false, false, 827, 827, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('depth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 828, 828, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c207.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('MinimumTranslationVector', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, $intern_989)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c207; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c208__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c208) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c208; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c208 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2017, 208, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c208.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c208.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c208.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c208.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('front', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, false, false, true, false, false, 829, 829, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('back', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, false, false, true, false, false, 830, 830, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('edgeSplit', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, true, false, false, false, false, false, 831, 831, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('numFront', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 832, 832, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('numBack', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 833, 833, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('total', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 834, 834, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('frontCurrent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 835, 835, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('frontOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 836, 836, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('backOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 837, 837, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c208.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_990), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSide', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_front_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1793), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSide', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 1794), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertex_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1795), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, true, false, false, false, false, false, true, false, 1796)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c208.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('SplitTriangle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_numAttributes_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1797)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c208; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c209__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c209) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c209; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c209 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1911, 209, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c209.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c209.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c209.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('nanoToSec', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 838, 838, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('FLOAT_ROUNDING_ERROR', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 839, 839, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('PI', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 840, 840, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('PI2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 841, 841, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('HALF_PI', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 842, 842, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('E', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 843, 843, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('SIN_BITS', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 844, 844, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('SIN_MASK', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 845, 845, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('SIN_COUNT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 846, 846, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('radFull', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, true, false, 847, 847, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('degFull', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, true, false, 848, 848, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('radToIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, true, false, 849, 849, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('degToIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, true, false, 850, 850, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('radiansToDegrees', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 851, 851, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('radDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 852, 852, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('degreesToRadians', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 853, 853, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('degRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, false, true, true, false, 854, 854, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Random_12_1classLit, false, false, false, false, true, true, false, 855, 855, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BIG_ENOUGH_INT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 856, 856, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BIG_ENOUGH_FLOOR', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, true, false, false, true, false, 857, 857, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('CEIL', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, true, false, false, true, false, 858, 858, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BIG_ENOUGH_CEIL', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, true, false, false, true, false, 859, 859, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BIG_ENOUGH_ROUND', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, true, false, false, true, false, 860, 860, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c209.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('sin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1798), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cos', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, $intern_991), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('sinDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1800), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cosDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1801), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('tan', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1802), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('tanDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1803), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('atanUnchecked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1804), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('atan2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1805), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('atanUncheckedDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1806), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('atan2Deg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, $intern_992), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('atan2Deg360', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1808), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('acos', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1809), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asin', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1810), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('atan', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1811), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('asinDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1812), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('acosDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1813), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('atanDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1814), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1815), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1816), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1817), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1818), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 1819), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1820), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1821), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 1822), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2171, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_chance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1823), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('randomSign', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 1824), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 1825), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1826), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1827), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mode_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1828), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextPowerOfTwo', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1829), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isPowerOfTwo', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1830), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1S__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1831), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1832), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1833), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1834), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1D__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1835), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fromValue_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_toValue_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_progress_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1836), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('norm', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeStart_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeEnd_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1837), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1343, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeStart_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeEnd_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeStart_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeEnd_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1838), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('lerpAngle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fromRadians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_toRadians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_progress_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1839), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('lerpAngleDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fromDegrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_toDegrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_progress_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1840), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('floor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1841), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('floorPositive', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1842), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ceil', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1843), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ceilPositive', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1844), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1168, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1845), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('roundPositive', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1846), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1847), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tolerance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1848), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isEqual', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1849), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isEqual', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tolerance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1850), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('log', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1851), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('log2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1852)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c209.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, []); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c209; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c21__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c21) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c21; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c21 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1979, 21, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c21.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c21.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c21.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('managedTexture3Ds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, true, true, false, false, false, true, false, 71, 71, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Application_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, false, false, true, false, false, false, false, 72, 72, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('rWrap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, false, false, false, true, false, false, false, 73, 73, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c21.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3DData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 167), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 168), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('upload', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 169), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 170), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 171), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 172), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 173), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2093, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 174), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2095, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3D_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 175), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 176), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 177), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2096, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 178), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getNumManagedTextures3D', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 179), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setWrap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 180), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_force_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 181), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 182)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c21.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_glFormat_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_glInternalFormat_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_glType_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 183), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3DData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 184)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c21; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c210__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c210) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c210; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c210 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1938, 210, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c210.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c210.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c210.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 861, 861, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M00', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 862, 862, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M01', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 863, 863, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M02', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 864, 864, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M10', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 865, 865, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M11', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 866, 866, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M12', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 867, 867, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M20', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 868, 868, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M21', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 869, 869, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M22', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 870, 870, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('val', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, false, false, true, false, false, 871, 871, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 872, 872, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c210.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1853), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_m_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1854), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mata_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_matb_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1855), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_m_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1856), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1857), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1858), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_cos_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_sin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1859), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1860), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1861), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1862), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1863), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1864), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1865), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('det', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1866), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('inv', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1867), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1868), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_affine_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1869), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1870), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1871), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1872), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1873), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1874), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1875), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1876), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1877), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1878), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1879), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1880), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2089, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1881), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2119, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1882), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1313, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1883), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1884), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRotationRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1885), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1886), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1887), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1888), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('transpose', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1889)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c210.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_396, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1890), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_396, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1891), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_396, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1892)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c210; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c211__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c211) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c211; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c211 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1942, 211, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c211.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c211.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c211.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 873, 873, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M00', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 874, 874, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M01', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 875, 875, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M02', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 876, 876, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M03', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 877, 877, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M10', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 878, 878, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M11', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 879, 879, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M12', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 880, 880, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M13', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 881, 881, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M20', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 882, 882, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M21', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 883, 883, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M22', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 884, 884, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M23', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 885, 885, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M30', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 886, 886, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M31', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 887, 887, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M32', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 888, 888, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('M33', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 889, 889, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, false, false, false, true, true, false, 890, 890, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('val', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, false, false, false, true, false, false, 891, 891, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('quat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, false, true, false, false, false, true, false, 892, 892, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('quat2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, false, true, false, false, false, true, false, 893, 893, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('l_vez', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, true, false, false, false, true, false, 894, 894, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('l_vex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, true, false, false, false, true, false, 895, 895, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('l_vey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, true, false, false, false, true, false, 896, 896, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpVec', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, true, false, false, false, true, false, 897, 897, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpMat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, true, false, false, false, true, false, 898, 898, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, true, false, false, false, true, false, 899, 899, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpForward', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, true, false, false, false, true, false, 900, 900, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpUp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, true, false, false, false, true, false, 901, 901, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c211.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1893), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1894), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1895), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionW_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1896), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_orientation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1897), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translationX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_translationY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_translationZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionW_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1898), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_orientation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1899), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translationX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_translationY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_translationZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionW_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1900), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_xAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_zAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1901), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1902), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_affine_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1903), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1904), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1905), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1906), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2089, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1907), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1908), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mata_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_matb_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1909), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1910), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('tra', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_993), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1912), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('inv', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1913), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('inv', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1914), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('det', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1915), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('det', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1916), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('det3x3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1917), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_far_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_fovy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectRatio_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1918), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2180, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_far_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1919), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2181, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_994), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2181, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_far_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1921), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setToOrtho', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_far_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1922), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2182, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_995), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2182, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1924), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1925), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1926), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaling_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1927), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translationX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_translationY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_translationZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1928), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1929), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1930), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1931), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2110, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1932), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1933), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2111, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1934), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFromEulerAngles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_yaw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pitch_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_roll_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_970), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFromEulerAnglesRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_yaw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pitch_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_roll_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1936), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1937), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2109, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1938), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1939), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1940), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setToWorld', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_forward_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1941), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1942), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1943), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('avg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1944), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('avg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1945), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('avg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1946), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_affine_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1947), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1948), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1949), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1950), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_996), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2119, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1952), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_normalizeAxes_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1953), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1954), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScaleXSquared', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1955), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScaleYSquared', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1956), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScaleZSquared', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1957), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1679, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1958), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1680, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1959), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScaleZ', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1960), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1313, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1961), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toNormalMatrix', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1962), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('matrix4_mul', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mata_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_matb_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1963), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('matrix4_det', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_val_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1964), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('matrix4_inv', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_val_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1965), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('matrix4_mulVec', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1966), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('matrix4_proj', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1967), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('matrix4_rot', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 1968), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1969), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_numVecs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1970), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('prj', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1971), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('prj', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_numVecs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1972), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rot', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1973), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rot', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_numVecs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 1974), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1975), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1976), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1977), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1978), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1979), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1980), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1981), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1982), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotateTowardDirection', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1983), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotateTowardTarget', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, $intern_997), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1985), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('extract4x3Matrix', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_dst_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1986), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasRotationOrScaling', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1987)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c211.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_397, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 1988), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_397, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1989), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_397, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1990), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_397, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1991), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_397, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 1992)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c211; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c212__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c212) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c212; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c212 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1851, 212, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c212.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c212.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c212.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c212.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 1993), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1994), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1995), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 1996), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 1997), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 1998)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c212.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c212; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c213__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c213) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c213; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c213 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1991, 213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c213.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c213.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c213.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, false, false, 902, 902, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('nodePool', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit, true, true, false, false, false, false, false, 903, 903, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1370, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, null, false, false, false, true, false, false, false, 904, 904, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('collider', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$Collider_12_1classLit, true, true, false, false, false, false, false, 905, 905, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, true, false, false, false, true, false, 906, 906, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c213.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('createNode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, null, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_level_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 1999), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2000), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2001), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2002), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_resultSet_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2003), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('query', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_aabb_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2004), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('query', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_frustum_1_1Lcom_1badlogic_1gdx_1math_1Frustum_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2005), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rayCast', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2006), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getNodesBoxes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_boxes_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2007)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c213.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Octree', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_maxDepth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_maxItemsPerNode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_collider_1_1Lcom_1badlogic_1gdx_1math_1Octree$Collider_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2008)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c213; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c214__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c214) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c214; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c214 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1989, 214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$Collider_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c214.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c214.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c214.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c214.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c214.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1073, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$Collider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_nodeBounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_geometry_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2009), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1073, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$Collider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_frustum_1_1Lcom_1badlogic_1gdx_1math_1Frustum_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_geometry_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2010), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1073, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$Collider_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_geometry_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2011)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c214; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c215__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c215) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c215; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c215 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1894, 215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c215.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c215.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c215.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c215.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('geometry', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, true, false, false, false, false, false, 907, 907, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1728, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 908, 908, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('maxDistanceSq', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 909, 909, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c215.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('RayCastResult', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2012)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c215; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c216__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c216) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c216; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c216 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1867, 216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c216.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c216.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c216.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c216.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2125, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2013), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2124, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2014), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, $intern_972), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2128, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, $intern_998), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2129, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_samples_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2017)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c216; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c217__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c217) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c217; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c217 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1879, 217, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c217.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c217.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c217.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 910, 910, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 911, 911, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('d', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 912, 912, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c217.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_point2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_point3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2018), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_nx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_ny_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_nz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2019), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_normal_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2020), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pointZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_norX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_norY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_norZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2021), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2022), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1728, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2023), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('testPoint', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2024), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('testPoint', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2025), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFrontFacing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2026), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getNormal', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2027), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getD', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2028), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2029)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c217.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_398, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2030), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_398, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_normal_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2031), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_398, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_normal_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, $intern_999), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_398, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_point2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_point3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2033)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c217; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c218__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c218) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c218; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1811, 218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('OnPlane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, true, false, false, false, true, true, false, 913, 913, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Back', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, true, false, false, false, true, true, false, 914, 914, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Front', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, true, false, false, false, true, true, false, 915, 915, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 2034), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2035)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 3, 5, 1); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_OnPlane); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_math_Plane$PlaneSide_Back; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c218.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_math_Plane$PlaneSide_Front; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c218; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c219__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c219) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c219; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c219 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1903, 219, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c219.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c219.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c219.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c219.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2036), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2037), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2038), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2039), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, $intern_978), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2041)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c219.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c219; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c22__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c22) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c22; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c22 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1850, 22, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c22.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c22.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c22.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c22.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 185), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 186), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 187), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 188), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 189), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 190), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGLType', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 191), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2191, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 192), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('consume3DData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 193), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 194)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c22; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c220__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c220) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c220; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c220 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1964, 220, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c220.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c220.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c220.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c220.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2042), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2043), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, $intern_1000), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2045), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, $intern_1001), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, $intern_1002)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c220.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c220; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c221__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c221) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c221; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c221 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2000, 221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c221.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c221.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c221.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2192, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 916, 916, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2193, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 917, 917, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 918, 918, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 919, 919, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1668, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 920, 920, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1669, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 921, 921, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 922, 922, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1670, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 923, 923, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1671, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 924, 924, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1052, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 925, 925, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, false, false, true, false, false, false, false, 926, 926, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c221.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2048), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2194, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2049), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2050), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2051), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2195, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2052), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setVertex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexNum_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2053), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2054), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1546, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2055), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2056), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2057), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_amount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2058), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1052, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2059), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1026, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2060), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2061), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getVertex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexNum_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2062), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCentroid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_centroid_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2063), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2064), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2065), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2066), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2067), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2068), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1674, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2069), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1676, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2070), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2071), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1679, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2072), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1680, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2073)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c221.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2074), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_403, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2075)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c221; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c222__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c222) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c222; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c222 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1859, 222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c222.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c222.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c222.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2192, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 927, 927, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2193, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 928, 928, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 929, 929, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 930, 930, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1668, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 931, 931, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1669, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 932, 932, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 933, 933, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1670, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 934, 934, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1671, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 935, 935, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1445, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 936, 936, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('scaledLength', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 937, 937, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 938, 938, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 939, 939, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1052, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 940, 940, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, false, false, true, false, false, false, false, 941, 941, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c222.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2076), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2194, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2077), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLength', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2078), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getScaledLength', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2079), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2080), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2081), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1674, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2082), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1676, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2083), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2084), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1679, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2085), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1680, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2086), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2087), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2088), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2195, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2089), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1546, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2090), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2091), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2092), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_amount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2093), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2094), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2095), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1052, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2096), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2097), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2098), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2099), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2100)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c222.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2101), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_405, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2102)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c222; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c223__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c223) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c223; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c223 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1929, 223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c223.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c223.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c223.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 942, 942, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1704, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, false, false, true, false, false, true, false, 943, 943, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1705, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, false, false, true, false, false, true, false, 944, 944, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 945, 945, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 946, 946, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('z', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 947, 947, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('w', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 948, 948, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c223.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2103), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2104), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_angle_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2105), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2106), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, false, false, false, true, false, false, true, false, 2107), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2108), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2109), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setEulerAngles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_yaw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pitch_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_roll_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2110), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setEulerAnglesRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_yaw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pitch_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_roll_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2111), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGimbalPole', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2112), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRollRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2113), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRoll', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2114), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPitchRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2115), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPitch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2116), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getYawRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2117), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getYaw', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2118), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, false, false, false, true, false, false, true, false, 2119), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2120), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2121), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('conjugate', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2122), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2123), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2124), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2125), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2126), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2127), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2128), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2129), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_qx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_qy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_qz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_qw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2130), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('toMatrix', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2131), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2132), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2133), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tolerance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2134), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2135), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2136), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2202, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2137), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2202, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2138), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2203, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_normalizeAxes_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2139), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2203, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2140), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2203, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_normalizeAxes_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2141), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2203, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2142), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2204, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_xx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_xy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_xz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_zx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_zy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_zz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2143), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2204, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_normalizeAxes_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_xx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_xy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_xz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_zx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_zy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_zz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2144), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2205, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2145), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2205, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2146), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2206, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2147), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2206, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_q_1_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2148), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2206, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_q_1_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2149), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('exp', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2150), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2151), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2152), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, false, false, false, true, false, false, true, false, 2153), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2154), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2155), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAxisAngle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2156), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAxisAngleRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2157), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAngleRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2158), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAngle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2159), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2208, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_swing_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_twist_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2160), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2208, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_swing_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_twist_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2161), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2209, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2162), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2209, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2163), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2210, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2164), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2210, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2165)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c223.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2166), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2167), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2168), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_408, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_angle_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2169)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c223; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c224__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c224) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c224; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c224 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1978, 224, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c224.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c224.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c224.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c224.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2170), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2171), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2172), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2173), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2174), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2175)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c224.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c224; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c225__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c225) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c225; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c225 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1802, 225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Random_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Random_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c225.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c225.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c225.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('NORM_DOUBLE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, true, false, false, true, false, 949, 949, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('NORM_FLOAT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, true, false, true, false, false, true, false, 950, 950, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('seed0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, false, true, false, false, false, false, 951, 951, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('seed1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, false, true, false, false, false, false, 952, 952, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c225.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextLong', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2176), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextLong', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2177), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1335, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_bits_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, false, false, true, false, false, false, true, false, 2178), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextInt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2179), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextInt', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2180), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextDouble', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2181), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextFloat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2182), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextBoolean', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2183), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nextBytes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_bytes_1_1_1B__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2184), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setSeed', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2185), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setState', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_seed0_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_seed1_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2186), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getState', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2187), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('murmurHash3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, false, true, false, false, false, false, true, false, 2188)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c225.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_417, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2189), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_417, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2190), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_417, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_seed0_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_seed1_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2191)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c225; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c226__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c226) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c226; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c226 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1996, 226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c226.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c226.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c226.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, false, false, false, true, true, false, 953, 953, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1705, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, true, false, false, false, true, true, false, 954, 954, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 955, 955, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 956, 956, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 957, 957, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 958, 958, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 959, 959, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c226.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2192), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2193), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2194), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2195), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2196), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1536, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2197), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2198), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1547, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2199), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2200), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1548, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2201), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2202), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2203), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2204), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1326, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2205), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1326, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_sizeXY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2206), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2207), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2208), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2209), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2210), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2211), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1550, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2212), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1587, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2213), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1587, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2214), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1587, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2215), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1587, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2216), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAspectRatio', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2217), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2218), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2211, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2219), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2211, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2220), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fitOutside', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2221), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('fitInside', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2222), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2223), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2212, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2224), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1026, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2225), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('perimeter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2226), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2227), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2228)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c226.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_418, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2229), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_418, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2230), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_418, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2231)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c226; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c227__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c227) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c227; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c227 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1868, 227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c227.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c227.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c227.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c227.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2232), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2233)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c227; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c228__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c228) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c228; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c228 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1985, 228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c228.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c228.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c228.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c228.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2234), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2235), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2236), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1746, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_limit_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2237), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_limit2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2238), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_len_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2239), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_len2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2240), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2241), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2242), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2243), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2244), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2245), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2246), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2247), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2248), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2249), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2250), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2251), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolator_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2252), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2217, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2253), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2254), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2255), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2256), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2257), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2258), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2259), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2260), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2261), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2262), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2263), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2264), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2265), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2266), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2224, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2267), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2268), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2269), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 2270), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 2271)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c228; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c229__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c229) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c229; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c229 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1969, 229, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c229.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c229.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c229.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 960, 960, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('X', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, false, false, true, true, false, 961, 961, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, false, false, true, true, false, 962, 962, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Zero', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, true, false, false, false, true, true, false, 963, 963, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 964, 964, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 965, 965, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c229.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2272), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2273), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2274), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2275), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2276), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2277), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2278), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2279), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2280), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2281), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2282), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2283), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2284), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2285), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ox_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_oy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2286), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2287), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2288), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2289), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2290), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2291), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2292), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2293), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2294), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2295), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2296), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2297), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2298), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1746, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_limit_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2299), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_limit2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2300), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2301), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_len_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2302), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_len2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2303), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2304), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2212, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2305), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2306), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('crs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2307), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('crs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2308), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('angle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2309), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('angle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2310), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('angleDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2311), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('angleDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2312), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('angleRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2313), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('angleRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2314), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAngle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2315), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAngleDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2316), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAngleRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2317), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2318), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotateAround', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2319), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotateDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2320), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2321), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotateAroundDeg', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2322), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotateAroundRad', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2323), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotate90', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_dir_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2324), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2325), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2326), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2217, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2327), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2328), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2329), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2330), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2331), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2332), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2333), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2334), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2335), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2336), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2337), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2338), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2339), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2340), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2341), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2342), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2343), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2344), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2345), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2346), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2224, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2347), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2348)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c229.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_420, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2349), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_420, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2350), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_420, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2351)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c229; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c23__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c23) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c23; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c23 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1899, 23, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1GLTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c23.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c23.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c23.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('managedTextureArrays', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, true, true, false, false, false, true, false, 74, 74, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Application_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, false, false, true, false, false, false, false, 75, 75, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c23.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getInternalHandles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPaths_1_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, true, true, false, 195), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 196), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 197), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 198), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 199), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 200), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2093, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 201), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2095, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArray_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 202), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 203), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 204), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2096, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 205), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getNumManagedTextureArrays', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 206)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c23.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPaths_1_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 207), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_files_1_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 208), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_files_1_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 209), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_files_1_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 210), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_112, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 211)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c23; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c230__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c230) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c230; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c230 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1945, 230, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c230.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c230.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c230.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c230.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2352), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2353), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2354), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2355), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2356), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2357)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c230.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c230; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c231__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c231) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c231; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c231 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1968, 231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c231.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c231.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c231.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 966, 966, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 967, 967, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 968, 968, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('z', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 969, 969, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('X', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, true, false, 970, 970, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, true, false, 971, 971, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Z', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, true, false, 972, 972, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Zero', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, true, false, 973, 973, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpMat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, true, false, 974, 974, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c231.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2358), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2359), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2360), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2361), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFromSpherical', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_azimuthalAngle_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_polarAngle_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2362), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2217, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2363), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2364), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2365), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2366), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2367), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2368), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2369), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2370), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2371), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2372), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2373), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2374), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2375), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2376), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2377), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2378), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2379), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2380), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2381), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2382), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2383), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2384), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2385), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2386), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2387), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2388), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2389), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2390), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('crs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2391), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('crs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2392), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('mul4x3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2393), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2394), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2395), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_quat_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2396), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('traMul', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2397), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('traMul', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2398), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('prj', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2399), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rot', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2400), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('unrotate', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2401), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('untransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2402), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2403), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2404), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2405), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2406), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2407), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2408), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2409), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2410), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2411), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2412), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2413), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2414), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2415), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2416), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2417), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2418), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2419), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2224, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2420), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2421), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolator_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2422), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2206, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2423), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2424), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2212, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2425), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1746, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_limit_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2426), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_limit2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2427), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_len_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2428), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_len2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2429), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2430), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2431), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2432), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2433), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2434), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2435), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2436), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2437)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c231.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_421, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2438), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_421, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2439), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_421, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2440), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_421, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2441), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_421, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2442)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c231; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c232__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c232) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c232; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c232 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1856, 232, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c232.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c232.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c232.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c232.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2443), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2444), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2445), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2446), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2447), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2448)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c232.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c232; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c233__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c233) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c233; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c233 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1970, 233, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c233.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c233.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c233.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1055, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, true, false, true, false, false, true, false, 975, 975, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 976, 976, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 977, 977, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('z', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 978, 978, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('w', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 979, 979, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('X', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, true, false, false, false, true, true, false, 980, 980, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, true, false, false, false, true, true, false, 981, 981, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Z', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, true, false, false, false, true, true, false, 982, 982, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('W', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, true, false, false, false, true, true, false, 983, 983, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Zero', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, true, false, false, false, true, true, false, 984, 984, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c233.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2449), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2450), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2451), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2452), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2453), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2217, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2454), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1518, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2455), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2456), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2457), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2458), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2459), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2460), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2461), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2462), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2463), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2179, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2464), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2465), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2466), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2467), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2468), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2469), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2470), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2471), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2472), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2473), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1729, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2474), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2475), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2476), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2477), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('nor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2478), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 2479), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2480), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2481), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2482), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2483), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2484), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2485), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2486), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2487), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2488), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2489), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2490), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2221, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2491), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2492), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2493), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2223, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2494), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2224, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2495), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2496), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolator_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2497), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2498), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2212, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2499), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1746, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_limit_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2500), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_limit2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2501), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_len_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2502), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2215, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_len2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2503), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1647, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2504), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2505), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2506), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2507), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2508), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2509), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2225, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2510), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2511)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c233.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_422, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 2512), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_422, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2513), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_422, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2514), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_422, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2515), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_422, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2516), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_422, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 2517)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c233; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c234__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c234) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c234; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c234 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2018, 234, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c234.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c234.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c234.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c234.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 2518), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2519), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2520), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 2521), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 2522), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 2523)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c234.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c234; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c24__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c24) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c24; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c24 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1799, 24, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c24.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c24.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c24.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c24.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 212), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 213), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('consumeTextureArrayData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 214), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 215), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 216), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 217), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 218), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2190, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 219), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGLType', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 220)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c24; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c25__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c25) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c25; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c25 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1844, 25, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData$Factory_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c25.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c25.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c25.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c25.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('loadFromFiles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData$Factory_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_files_1_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, true, true, false, 221)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c25.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Factory', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData$Factory_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData$Factory_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 222)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c25; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c26__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c26) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c26; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c26 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1920, 26, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c26.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c26.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c26.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c26.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1280, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 223), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2188, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 224), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2189, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 225), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('consumePixmap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Pixmap_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 226), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('disposePixmap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 227), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('consumeCustomData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 228), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 229), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 230), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFormat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 231), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2191, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 232), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2094, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 233)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c26; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c27__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c27) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c27; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c27 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2019, 27, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$Factory_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c27.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c27.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c27.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c27.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$Factory_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 234), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$Factory_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 235)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c27.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Factory', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$Factory_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$Factory_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 236)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c27; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c28__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c28) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c28; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1919, 28, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_96, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, true, false, false, false, true, true, false, 76, 76, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Custom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, true, false, false, false, true, true, false, 77, 77, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 237), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 238)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 2, 5, 1); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , com_badlogic_gdx_graphics_TextureData$TextureDataType_Pixmap); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c28.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_graphics_TextureData$TextureDataType_Custom; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c28; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c29__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c29) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c29; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c29 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1887, 29, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c29.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c29.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c29.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c29.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 239), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 240), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 241), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 242), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 243), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 244)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c29.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c29; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c2_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c2_1_1Lcom_1badlogic_1gdx_1math_1Circle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c2_1_1Lcom_1badlogic_1gdx_1math_1Circle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c2_1_1Lcom_1badlogic_1gdx_1math_1Circle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, $intern_2150); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c3__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c3) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c3; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c3 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('byte[]', 3, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c3.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c3.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c3.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c3.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 6), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 7), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 8), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 9), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 10), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 11)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c3.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_B_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c3; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c30__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c30) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c30; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c30 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1906, 30, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c30.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c30.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c30.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('usage', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, false, false, 78, 78, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2229, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, false, false, 79, 79, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2230, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, true, false, false, false, true, false, false, 80, 80, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, false, false, 81, 81, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 82, 82, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('alias', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 83, 83, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('unit', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 84, 84, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('usageIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, false, false, 85, 85, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c30.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 245), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Position', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 246), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('TexCoords', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_unit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 247), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Normal', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 248), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 249), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2232, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 250), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Tangent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 251), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Binormal', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 252), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2233, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_unit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 253), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 254), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 255), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKey', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 256), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSizeInBytes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 257), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 258)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c30.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_numComponents_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alias_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 259), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_numComponents_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alias_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_unit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 260), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_numComponents_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_normalized_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alias_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 261), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_numComponents_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_normalized_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alias_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_unit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 262)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c30; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c31__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c31) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c31; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c31 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1998, 31, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c31.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c31.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c31.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c31.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 263), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 264), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 265), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 266), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 267), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 268)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c31.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c31; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c32__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c32) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c32; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c32 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1833, 32, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c32.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c32.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c32.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2030, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), true, false, true, false, false, false, false, 86, 86, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2072, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, false, false, 87, 87, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('mask', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, false, true, false, false, false, false, 88, 88, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('boneWeightUnits', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 89, 89, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('textureCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 90, 90, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1316, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, null, false, false, true, false, false, false, false, 91, 91, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c32.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultIfNotFound_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 269), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 270), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findByUsage', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 271), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1697, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, true, false, false, false, false, true, false, 272), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 273), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1158, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 274), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 275), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 276), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 277), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMask', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 278), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMaskWithSizePacked', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 279), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBoneWeights', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 280), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTextureCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 281), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1432, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 282), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Iterator_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 283)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c32.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_attributes_1_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 284)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c32; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c33__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c33) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c33; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c33 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1995, 33, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c33.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c33.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c33.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c33.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Position', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 92, 92, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2232, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 93, 93, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 94, 94, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Normal', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 95, 95, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TextureCoordinates', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 96, 96, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Generic', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 97, 97, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2233, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 98, 98, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Tangent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 99, 99, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BiNormal', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 100, 100, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c33.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Usage', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 285)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c33; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c34__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c34) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c34; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c34 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1804, 34, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c34.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c34.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c34.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('LOG2_PAGE_SIZE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 101, 101, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('PAGE_SIZE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 102, 102, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('PAGES', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, true, false, false, true, false, 103, 103, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, true, true, false, false, false, false, false, 104, 104, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_260, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, true, false, false, false, false, false, 105, 105, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cache', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, true, false, true, false, false, false, false, 106, 106, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('flipped', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 107, 107, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 108, 108, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2235, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 109, 109, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c34.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 286), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 287), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 288), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 289), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 290), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 291), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 292), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 293), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 294), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1679, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 295), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1680, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 296), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1309, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 297), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1309, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 298), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1686, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 299), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLineHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 300), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getSpaceXadvance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 301), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getXHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 302), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCapHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 303), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAscent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 304), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDescent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 305), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFlipped', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 306), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 307), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFixedWidthGlyphs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 308), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 309), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2237, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 310), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCache', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 311), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 312), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2235, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 313), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setOwnsTexture', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ownsTexture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 314), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('newFontCache', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 315), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 316), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1319, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, true, false, false, false, false, false, true, false, 317)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c34.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 318), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 319), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 320), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 321), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 322), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 323), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_imageFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 324), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_imageFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 325), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 326), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_127, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_pageRegions_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 327)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c34; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c35__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c35) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c35; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c35 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1953, 35, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c35.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c35.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c35.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c35.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 110, 110, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('imagePaths', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), false, false, false, false, true, false, false, 111, 111, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('fontFile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, false, false, false, false, true, false, false, 112, 112, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('flipped', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 113, 113, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 114, 114, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 115, 115, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 116, 116, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 117, 117, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lineHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 118, 118, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('capHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 119, 119, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ascent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 120, 120, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('descent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 121, 121, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1559, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 122, 122, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('blankLineScale', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 123, 123, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1670, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 124, 124, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1671, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 125, 125, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_585, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 126, 126, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('cursorX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 127, 127, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2238, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, 2), true, false, false, false, true, false, false, 128, 128, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('missingGlyph', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, false, false, false, false, true, false, false, 129, 129, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('spaceXadvance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 130, 130, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('xHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 131, 131, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('breakChars', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), false, false, false, false, true, false, false, 132, 132, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('xChars', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), false, false, false, false, true, false, false, 133, 133, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('capChars', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), false, false, false, false, true, false, false, 134, 134, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c35.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 328), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setGlyphRegion', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_glyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 329), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setLineHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 330), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setGlyph', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_glyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 331), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFirstGlyph', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 332), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasGlyph', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 333), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGlyph', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 334), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGlyphs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_run_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_lastGlyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 335), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getWrapIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 336), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isBreakChar', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 337), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1450, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 338), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getImagePath', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 339), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getImagePaths', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 340), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFontFile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 341), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 342), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleXY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 343), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_amount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 344), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 345)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c35.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2239, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 346), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2239, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 347)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c35; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c36__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c36) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c36; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c36 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2006, 36, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c36.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c36.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c36.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c36.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 135, 135, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('srcX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 136, 136, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('srcY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 137, 137, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 138, 138, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 139, 139, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('u', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 140, 140, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 141, 141, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('u2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 142, 142, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 143, 143, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('xoffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 144, 144, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('yoffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 145, 145, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('xadvance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 146, 146, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('kerning', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), false, false, false, false, true, false, false, 147, 147, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('fixedWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 148, 148, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('page', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 149, 149, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c36.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getKerning', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1C__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 348), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setKerning', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 349), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 350)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c36.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Glyph', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 351)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c36; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c37__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c37) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c37; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c37 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1855, 37, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, 2), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c37.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c37.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c37.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c37.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 352), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 353), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 354), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 355), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 356), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 357)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c37.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, 1); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c37; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c38__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c38) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c38; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c38 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1817, 38, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c38.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c38.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c38.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tempColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, true, false, 150, 150, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, true, false, true, false, false, false, false, 151, 151, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 152, 152, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('layouts', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 153, 153, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pooledLayouts', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 154, 154, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2241, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 155, 155, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 156, 156, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 157, 157, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, false, false, 158, 158, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('currentTint', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 159, 159, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pageVertices', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 2), false, false, true, false, false, false, false, 160, 160, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('idx', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), false, false, true, false, false, false, false, 161, 161, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('pageGlyphIndices', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, 1), false, false, true, false, false, false, false, 162, 162, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tempGlyphCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), false, false, true, false, false, false, false, 163, 163, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c38.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 358), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 359), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1292, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 360), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAlphas', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 361), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2063, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 362), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2063, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 363), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2063, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 364), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2063, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 365), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2063, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 366), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 367), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 368), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 369), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteBatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 370), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteBatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 371), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteBatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alphaModulation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 372), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 373), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('requireGlyphs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 374), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('requirePageGlyphs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_page_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 375), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPageCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_pageCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 376), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addToCache', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 377), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addGlyph', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_glyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 378), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 379), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 380), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 381), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 382), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 383), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 384), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 385), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 386), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 387), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 388), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 389), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 390), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFont', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 391), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_use_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 392), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2237, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 393), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 394), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_page_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 395), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_page_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 396), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLayouts', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 397)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c38.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_137, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 398), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_137, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 399)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c38; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c39__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c39) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c39; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c39 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1841, 39, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c39.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c39.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c39.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('glyphRunPool', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit, true, false, true, false, false, true, false, 164, 164, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('colorStack', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, true, false, true, false, false, true, false, 165, 165, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2243, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, true, false, false, true, false, 166, 166, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('runs', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, false, false, true, false, false, 167, 167, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, true, false, false, false, true, false, false, 168, 168, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2241, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 169, 169, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 170, 170, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 171, 171, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c39.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 400), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 401), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1619, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 402), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateWidths', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 403), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('alignRuns', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 404), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1330, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_run_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 405), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_first_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrapIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 406), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setLastGlyphXAdvance', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_run_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 407), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getGlyphWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_glyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 408), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLineOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 409), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('parseColorMarkup', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 410), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 411), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 412)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c39.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 413), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 414), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 415), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 416)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c39; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c4__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c4) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c4; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c4 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('byte[][]', 4, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c4.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c4.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c4.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c4.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 12), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 13), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 14), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 15), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 16), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 17)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c4.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 1); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c4; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c40__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c40) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c40; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c40 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1880, 40, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c40.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c40.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c40.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c40.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2238, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 172, 172, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('xAdvances', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, false, false, false, false, true, false, false, 173, 173, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 174, 174, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 175, 175, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 176, 176, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c40.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('appendRun', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_run_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 417), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 418), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 419)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c40.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('GlyphRun', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 420)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c40; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c41__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c41) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c41; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c41 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1925, 41, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c41.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c41.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c41.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TOP_LEFT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 177, 177, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TOP_CENTER', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 178, 178, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TOP_RIGHT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 179, 179, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MIDDLE_LEFT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 180, 180, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MIDDLE_CENTER', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 181, 181, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('MIDDLE_RIGHT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 182, 182, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BOTTOM_LEFT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 183, 183, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BOTTOM_CENTER', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 184, 184, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('BOTTOM_RIGHT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 185, 185, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('tmpDrawColor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, true, false, 186, 186, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1773, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, false, false, true, false, false, false, false, 187, 187, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bottomLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 188, 188, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bottomCenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 189, 189, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bottomRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 190, 190, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('middleLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 191, 191, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('middleCenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 192, 192, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('middleRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 193, 193, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('topLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 194, 194, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('topCenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 195, 195, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('topRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 196, 196, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1237, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 197, 197, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1238, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 198, 198, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2244, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 199, 199, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2245, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 200, 200, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1239, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 201, 201, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1045, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 202, 202, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1425, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, true, false, false, false, false, 203, 203, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('idx', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 204, 204, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, false, false, 205, 205, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1175, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 206, 206, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1177, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 207, 207, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 208, 208, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1176, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 209, 209, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c41.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_patches_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 421), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchW_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchH_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 422), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_idx_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 423), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('prepareVertices', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 424), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 425), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 426), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 427), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 428), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 429), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1241, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_leftWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 430), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 431), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1243, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rightWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 432), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1244, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 433), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1245, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_topHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 434), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1246, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 435), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1247, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_bottomHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 436), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMiddleWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 437), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMiddleWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_middleWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 438), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMiddleHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 439), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMiddleHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_middleHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 440), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTotalWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 441), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTotalHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 442), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1136, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 443), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1184, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 444), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPadLeft', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 445), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 446), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPadRight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 447), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1183, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 448), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPadTop', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 449), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 450), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setPadBottom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 451), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 452), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2246, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 453)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c41.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 454), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 455), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 456), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 457), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 458), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 459), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_patches_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 460), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ninePatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 461), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_142, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_ninePatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 462)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c41; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c42__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c42) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c42; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c42 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1988, 42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c42.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c42.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c42.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('VERTEX_SIZE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, true, false, 210, 210, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('SPRITE_SIZE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, true, false, false, false, true, false, 211, 211, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1425, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, true, false, false, false, false, false, 212, 212, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, false, false, 213, 213, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('x', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 214, 214, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('y', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 215, 215, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 216, 216, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 217, 217, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1668, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 218, 218, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1669, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 219, 219, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 220, 220, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1670, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 221, 221, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1671, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 222, 222, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1052, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 223, 223, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, false, false, true, false, false, false, false, 224, 224, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c42.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 463), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1428, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 464), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1326, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 465), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1532, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 466), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setOriginBasedPosition', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 467), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 468), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1536, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 469), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setCenterX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 470), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setCenterY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 471), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2211, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 472), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('translateX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 473), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('translateY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 474), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 475), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 476), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 477), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 478), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2247, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_packedColor_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 479), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1678, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 480), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setOriginCenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 481), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1546, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 482), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1545, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 483), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 484), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('rotate90', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_clockwise_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 485), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleXY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 486), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1312, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 487), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_amount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 488), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1427, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 489), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2197, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 490), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 491), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_alphaModulation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 492), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 493), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1535, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 494), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 495), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1067, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 496), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1674, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 497), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1676, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 498), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1679, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 499), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1680, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 500), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 501), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1308, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 502), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setU', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 503), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setV', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 504), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setU2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 505), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setV2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 506), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFlip', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 507), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_584, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 508), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_629, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 509)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c42.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 510), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 511), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 512), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 513), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 514), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 515), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_167, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 516)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c42; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c43__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c43) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c43; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c43 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2007, 43, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c43.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c43.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c43.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('defaultVertexDataType', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Mesh$VertexDataType_12_1classLit, false, false, false, false, true, true, false, 225, 225, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2064, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Mesh_12_1classLit, false, false, true, false, false, false, false, 226, 226, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1425, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, true, false, false, false, false, false, 227, 227, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('idx', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 228, 228, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lastTexture', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, false, true, false, false, false, false, false, 229, 229, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('invTexWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 230, 230, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('invTexHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 231, 231, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('drawing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 232, 232, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1775, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, false, false, 233, 233, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2248, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, false, false, 234, 234, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, false, false, 235, 235, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('blendingDisabled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 236, 236, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('blendSrcFunc', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 237, 237, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('blendDstFunc', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 238, 238, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('blendSrcFuncAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 239, 239, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('blendDstFuncAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 240, 240, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2250, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, true, false, true, false, false, false, false, 241, 241, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, false, false, true, false, false, false, false, 242, 242, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ownsShader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 243, 243, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, false, false, 244, 244, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2252, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 245, 245, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2253, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 246, 246, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2254, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 247, 247, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('maxSpritesInBatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 248, 248, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c43.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2255, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 517), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 518), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 519), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 520), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 521), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 522), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2247, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_packedColor_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 523), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2256, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 524), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipX_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipY_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 525), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipX_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipY_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 526), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 527), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 528), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 529), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 530), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteVertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 531), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 532), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 533), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 534), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_clockwise_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 535), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 536), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('flush', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 537), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('disableBlending', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 538), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('enableBlending', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 539), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setBlendFunction', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFunc_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFunc_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 540), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setBlendFunctionSeparate', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncColor_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncColor_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncAlpha_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncAlpha_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 541), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBlendSrcFunc', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 542), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBlendDstFunc', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 543), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBlendSrcFuncAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 544), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getBlendDstFuncAlpha', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 545), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 546), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2257, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 547), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2258, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 548), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2259, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_projection_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 549), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2260, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 550), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setupMatrices', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 551), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('switchTexture', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 552), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setShader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 553), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getShader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 554), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isBlendingEnabled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 555), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isDrawing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 556)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c43.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 557), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 558), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_185, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultShader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 559)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c43; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c44__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c44) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c44; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c44 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1949, 44, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c44.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c44.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c44.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1424, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), true, false, true, false, false, true, false, 249, 249, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2064, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Mesh_12_1classLit, true, false, true, false, false, false, false, 250, 250, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('drawing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 251, 251, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1775, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, false, false, 252, 252, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2248, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, false, false, 253, 253, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('caches', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 254, 254, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [null])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, true, false, false, false, false, 255, 255, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2250, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, true, false, true, false, false, false, false, 256, 256, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('currentCache', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, null, false, false, true, false, false, false, false, 257, 257, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('textures', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 258, 258, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('counts', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, true, false, true, false, false, false, false, 259, 259, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, true, false, true, false, false, false, false, 260, 260, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2252, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, true, false, false, false, false, 261, 261, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, false, false, true, false, false, false, false, 262, 262, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2253, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 263, 263, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2254, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 264, 264, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c44.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 560), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1512, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 561), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1311, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 562), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2247, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_packedColor_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 563), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2256, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 564), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 565), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_cacheID_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 566), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('endCache', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 567), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 568), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 569), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 570), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 571), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 572), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipX_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipY_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 573), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipX_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_flipY_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 574), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 575), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 576), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 577), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 578), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1511, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 579), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 580), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_cacheID_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 581), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_cacheID_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 582), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 583), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2257, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 584), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2259, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_projection_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 585), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2258, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 586), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2260, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 587), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2255, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, true, false, false, false, false, false, true, false, 588), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setShader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 589), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getCustomShader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 590), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isDrawing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 591)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c44.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_194, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 592), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_194, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_useIndices_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 593), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_194, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_useIndices_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 594)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c44; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c45__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c45) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c45; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c45 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2016, 45, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c45.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c45.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c45.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c45.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_201, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 265, 265, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 266, 266, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1107, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 267, 267, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1108, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 268, 268, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('packedWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 269, 269, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('packedHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 270, 270, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('originalWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 271, 271, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('originalHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 272, 272, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 273, 273, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1726, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 274, 274, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('names', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), false, false, false, false, true, false, false, 275, 275, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 2), false, false, false, false, true, false, false, 276, 276, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c45.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_584, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 595), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRotatedPackedWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 596), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRotatedPackedHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 597), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 598), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 599)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c45.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2262, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 600), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2262, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 601), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2262, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 602)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c45; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c46__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c46) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c46; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c46 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1803, 46, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c46.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c46.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c46.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1773, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, false, true, false, false, false, false, false, 277, 277, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('u', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 278, 278, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 279, 279, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('u2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 280, 280, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('v2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, true, false, false, false, false, false, 281, 281, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('regionWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 282, 282, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('regionHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, true, false, false, false, false, false, 283, 283, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c46.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1308, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 603), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1308, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 604), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1308, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 605), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1308, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 606), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1308, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 607), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2246, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 608), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTexture', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 609), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getU', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 610), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setU', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 611), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getV', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 612), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setV', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 613), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getU2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 614), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setU2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 615), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getV2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 616), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setV2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 617), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRegionX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 618), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRegionX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 619), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRegionY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 620), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRegionY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 621), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRegionWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 622), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRegionWidth', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 623), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getRegionHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 624), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRegionHeight', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 625), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_584, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 626), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFlipX', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 627), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isFlipY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 628), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_629, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 629), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_563, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 2), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_tileWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tileHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 630), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_563, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 2), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tileWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_tileHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 631)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c46.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 632), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 633), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 634), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 635), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 636), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 637), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_166, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 638)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c46; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c47__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c47) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c47; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c47 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1866, 47, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c47.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c47.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c47.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c47.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 639), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 640), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 641), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 642), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 643), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 644)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c47.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c47; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c48__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c48) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c48; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c48 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1933, 48, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 2), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c48.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c48.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c48.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c48.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 645), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 646), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 647), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 648), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 649), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 2), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 650)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c48.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c48; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c49__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c49) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c49; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c49 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1857, 49, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Animation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c49.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c49.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c49.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Animation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 284, 284, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Animation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 285, 285, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2263, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Animation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 286, 286, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c49.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_123, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Animation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Animation_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 651)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c49; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c5__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c5) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c5; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c5 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1955, 5, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c5.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c5.com_badlogic_gwtref_client_Type_isPrimitive = true; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c5; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c50__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c50) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c50; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c50 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1983, 50, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c50.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c50.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c50.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 287, 287, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 288, 288, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_199, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 289, 289, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 290, 290, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2064, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Mesh_12_1classLit, false, false, false, false, true, false, false, 291, 291, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 292, 292, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('halfExtents', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 293, 293, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1549, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 294, 294, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, true, false, true, false, false, true, false, 295, 295, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c50.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 652), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 653), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 654), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 655), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 656), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2090, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_autoBind_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 657), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2090, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 658)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c50.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 659), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 660), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_207, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_copyFrom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 661)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c50; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c51__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c51) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c51; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c51 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1846, 51, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c51.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c51.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c51.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 296, 296, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('inheritTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 297, 297, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('isAnimated', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 298, 298, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 299, 299, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, true, false, false, false, true, false, false, 300, 300, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, false, true, false, false, 301, 301, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('localTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, false, false, true, false, false, 302, 302, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('globalTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, false, false, true, false, false, 303, 303, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('parts', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 304, 304, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, false, false, false, true, false, false, false, 305, 305, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, true, false, false, false, false, 306, 306, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c51.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateLocalTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 662), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateWorldTransform', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 663), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateTransforms', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_recursive_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 664), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('calculateBoneTransforms', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_recursive_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 665), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 666), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 667), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2267, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 668), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2267, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 669), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('attachTo', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 670), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('detach', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 671), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 672), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getChildCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 673), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 674), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_recursive_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_ignoreCase_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 675), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1373, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_child_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 676), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addChildren', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Ljava_1lang_1Iterable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 677), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('insertChild', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_child_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 678), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('insertChildren', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Ljava_1lang_1Iterable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 679), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeChild', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_child_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 680), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1146, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 681), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1148, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 682), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('hasParent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 683), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 684), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 685), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getNode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_recursive_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_ignoreCase_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 686)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c51.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('Node', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 687)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c51; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c52__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c52) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c52; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c52 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1923, 52, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c52.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c52.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c52.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('node', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, false, false, false, false, true, false, false, 307, 307, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 308, 308, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 309, 309, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 310, 310, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c52.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_208, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 688)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c52; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c53__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c53) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c53; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c53 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1956, 53, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c53.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c53.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c53.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keytime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 311, 311, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, true, false, false, false, true, false, false, 312, 312, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c53.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_209, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 689)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c53; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c54__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c54) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c54; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c54 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1806, 54, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c54.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c54.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c54.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('meshPart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, false, false, false, false, true, false, false, 313, 313, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('material', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Material_12_1classLit, false, false, false, false, true, false, false, 314, 314, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('invBoneBindTransforms', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, false, false, false, false, true, false, false, 315, 315, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bones', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, 1), false, false, false, false, true, false, false, 316, 316, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_452, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 317, 317, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c54.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setRenderable', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Renderable_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Renderable_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 690), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 691), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 692)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c54.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_211, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 693), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_211, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_meshPart_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_material_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Material_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 694)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c54; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c55__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c55) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c55; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c55 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2002, 55, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c55.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c55.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c55.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 318, 318, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2263, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 319, 319, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c55.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelAnimation_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 695)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c55; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c56__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c56) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c56; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c56 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1829, 56, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c56.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c56.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c56.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 320, 320, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('version', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), true, false, false, false, true, false, false, 321, 321, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('meshes', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, false, false, true, false, false, 322, 322, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('materials', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, false, false, true, false, false, 323, 323, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1752, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, false, false, true, false, false, 324, 324, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1105, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, true, false, false, false, true, false, false, 325, 325, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelAnimation_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c56.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addMesh', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 696)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c56.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ModelData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 697)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c56; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c57__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c57) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c57; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c57 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1965, 57, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c57.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c57.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c57.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 326, 326, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, false, false, false, false, true, false, false, 327, 327, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('ambient', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 328, 328, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('diffuse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 329, 329, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('specular', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 330, 330, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('emissive', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 331, 331, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('reflection', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, false, false, false, false, true, false, false, 332, 332, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('shininess', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 333, 333, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2078, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 334, 334, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('textures', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 335, 335, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c57.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_214, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 698)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c57; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c58__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c58) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c58; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1900, 58, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Lambert', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, true, false, false, false, true, true, false, 336, 336, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Phong', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, true, false, false, false, true, true, false, 337, 337, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 699), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 700)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 2, 5, 1); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_$clinit__V() , com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Lambert); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c58.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Phong; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c58; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c59__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c59) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c59; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c59 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2012, 59, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c59.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c59.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c59.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c59.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 701), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 702), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 703), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 704), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 705), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 706)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c59.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c59; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c6__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c6) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c6; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c6 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V('char[]', 6, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c6.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c6.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c6.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c6.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 18), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 19), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 20), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 21), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 22), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 23)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c6.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_C_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c6; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c60__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c60) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c60; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c60 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1971, 60, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c60.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c60.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c60.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 338, 338, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2030, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), false, false, false, false, true, false, false, 339, 339, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1425, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, false, false, true, false, false, 340, 340, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('parts', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, 1), false, false, false, false, true, false, false, 341, 341, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c60.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ModelMesh', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 707)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c60; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c61__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c61) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c61; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c61 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1947, 61, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c61.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c61.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c61.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 342, 342, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_238, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), false, false, false, false, true, false, false, 343, 343, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2264, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 344, 344, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c61.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_216, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 708)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c61; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c62__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c62) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c62; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c62 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1972, 62, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c62.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c62.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c62.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c62.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 709), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 710), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 711), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 712), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 713), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 714)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c62.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c62; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c63__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c63) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c63; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c63 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1980, 63, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c63.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c63.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c63.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 345, 345, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, false, false, false, true, false, false, 346, 346, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, false, false, false, false, true, false, false, 347, 347, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, false, false, false, true, false, false, 348, 348, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('meshId', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 349, 349, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('parts', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, 1), false, false, false, false, true, false, false, 350, 350, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, 1), false, false, false, false, true, false, false, 351, 351, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c63.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ModelNode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 715)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c63; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c64__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c64) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c64; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c64 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1864, 64, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c64.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c64.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c64.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('nodeId', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 352, 352, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 353, 353, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 354, 354, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 355, 355, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c64.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_217, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 716)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c64; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c65__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c65) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c65; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c65 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1815, 65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c65.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c65.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c65.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('keytime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 356, 356, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, false, false, true, false, false, 357, 357, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c65.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_218, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 717)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c65; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c66__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c66) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c66; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c66 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1897, 66, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c66.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c66.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c66.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('materialId', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 358, 358, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('meshPartId', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 359, 359, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('bones', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ArrayMap_12_1classLit, false, false, false, false, true, false, false, 360, 360, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('uvMapping', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 2), false, false, false, false, true, false, false, 361, 361, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c66.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_219, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 718)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c66; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c67__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c67) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c67; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c67 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2013, 67, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c67.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c67.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c67.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c67.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 719), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 720), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 721), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 722), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 723), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 724)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c67.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c67; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c68__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c68) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c68; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c68 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2014, 68, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c68.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c68.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c68.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c68.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 725), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 726), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 727), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 728), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 729), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 730)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c68.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c68; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c69__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c69) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c69; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c69 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1796, 69, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c69.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c69.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c69.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_UNKNOWN', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 362, 362, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_NONE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 363, 363, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_DIFFUSE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 364, 364, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_EMISSIVE', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 365, 365, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_AMBIENT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 366, 366, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_SPECULAR', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 367, 367, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_SHININESS', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 368, 368, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_NORMAL', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 369, 369, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_BUMP', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 370, 370, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_TRANSPARENCY', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 371, 371, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('USAGE_REFLECTION', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, true, false, false, false, true, true, false, 372, 372, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 373, 373, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('fileName', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 374, 374, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('uvTranslation', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, false, false, false, true, false, false, 375, 375, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('uvScaling', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, false, false, false, false, true, false, false, 376, 376, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('usage', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 377, 377, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c69.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_220, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 731)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c69; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c7__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c7) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c7; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c7 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1858, 7, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c7.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c7.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c7.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c7.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('sendHttpRequest', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_httpRequest_1_1Lcom_1badlogic_1gdx_1Net$HttpRequest_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponseListener_1_1Lcom_1badlogic_1gdx_1Net$HttpResponseListener_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 24), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('cancelHttpRequest', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_httpRequest_1_1Lcom_1badlogic_1gdx_1Net$HttpRequest_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 25), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1ServerSocket_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_protocol_1_1Lcom_1badlogic_1gdx_1Net$Protocol_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_hostname_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_port_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1ServerSocketHints_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 26), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1ServerSocket_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_protocol_1_1Lcom_1badlogic_1gdx_1Net$Protocol_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_port_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1ServerSocketHints_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 27), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('newClientSocket', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1Socket_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_protocol_1_1Lcom_1badlogic_1gdx_1Net$Protocol_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_host_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_port_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1SocketHints_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 28), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('openURI', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_URI_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 29)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c7; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c70__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c70) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c70; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c70 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1999, 70, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c70.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c70.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c70.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('arrays', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, true, false, false, false, false, false, 378, 378, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1716, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 379, 379, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 380, 380, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c70.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2269, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_channelDescriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 732), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2269, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_channelDescriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_initializer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 733), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('allocateChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_channelDescriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 734), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeArray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 735), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 736), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addElement', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 737), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeElement', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 738), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_descriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 739), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1054, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 740), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2270, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 741)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c70.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_222, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 742)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c70; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c71__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c71) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c71; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c71 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1860, 71, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c71.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c71.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c71.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c71.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 381, 381, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, false, false, true, false, false, 382, 382, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('strideSize', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 383, 383, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c71.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_objects_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, true, true, false, 743), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1317, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_k_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 744), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2270, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, true, false, true, false, true, false, 745)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c71; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c72__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c72) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c72; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c72 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1940, 72, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c72.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c72.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c72.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c72.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 384, 384, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, false, false, false, false, true, false, false, 385, 385, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [null])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1513, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 386, 386, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c72.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ChannelDescriptor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 746)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c72; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c73__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c73) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c73; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c73 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1966, 73, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c73.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c73.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c73.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c73.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c73.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_channel_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 747)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c73; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c74__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c74) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c74; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c74 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1853, 74, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c74.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c74.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c74.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c74.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), false, false, false, false, true, false, false, 387, 387, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c74.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_objects_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 748), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1317, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_k_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 749), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2270, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 750)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c74; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c75__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c75) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c75; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c75 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1990, 75, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$IntChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c75.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c75.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c75.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c75.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$IntChannel_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), false, false, false, false, true, false, false, 388, 388, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c75.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$IntChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_objects_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 751), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1317, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$IntChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_k_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 752), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2270, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$IntChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 753)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c75; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c76__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c76) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c76; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c76 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1832, 76, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c76.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c76.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c76.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c76.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('componentType', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, false, true, false, false, false, false, false, 389, 389, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), false, false, false, false, true, false, false, 390, 390, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c76.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_objects_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, true, true, false, 754), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1317, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_k_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 755), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2270, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 756)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c76; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c77__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c77) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c77; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c77 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1934, 77, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c77.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c77.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c77.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('DEFAULT_TIME_STEP', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, true, false, false, true, false, true, false, 391, 391, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 392, 392, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, false, false, false, false, true, false, false, 393, 393, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_227, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 394, 394, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, false, false, false, false, true, false, false, 395, 395, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [null, null])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('particles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, false, false, false, false, true, false, false, 396, 396, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('particleChannels', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleChannels_12_1classLit, false, false, false, false, true, false, false, 397, 397, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, false, false, false, false, true, false, false, 398, 398, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, false, false, false, false, true, false, false, 399, 399, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('boundingBox', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, false, false, false, true, false, false, false, 400, 400, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('deltaTime', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 401, 401, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('deltaTimeSqr', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 402, 402, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c77.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTimeStep', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_timeStep_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 757), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 758), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_qx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_qy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_qz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_qw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 759), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 760), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_angle_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 761), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 762), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2182, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 763), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 764), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 765), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1071, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 766), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1429, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 767), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1551, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 768), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 769), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_maxParticleCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, true, false, false, false, true, false, 770), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('bind', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 771), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 772), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 773), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 774), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 775), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2047, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 776), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 777), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_deltaTime_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 778), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 779), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 780), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 781), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2271, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 782), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2266, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 783), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 784), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findInfluencer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_influencerClass_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 785), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('removeInfluencer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 786), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('replaceInfluencer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_newInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 787), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 788), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 789), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 790), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 791)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c77.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_229, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 792), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_229, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_renderer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_influencers_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 793)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c77; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c78__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c78) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c78; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c78 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1827, 78, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c78.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c78.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c78.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 403, 403, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_V2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 404, 404, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_V3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 405, 405, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_V4', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 406, 406, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_V5', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 407, 407, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_V6', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 408, 408, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_Q', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, true, false, false, true, false, true, false, 409, 409, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_Q2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, true, false, false, true, false, true, false, 410, 410, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_M3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, true, false, false, true, false, true, false, 411, 411, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_M4', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, true, false, false, true, false, true, false, 412, 412, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2059, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, false, false, false, true, false, false, false, 413, 413, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c78.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 794), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2047, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 795), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 796), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 797), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 798), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 799), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 800), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, true, false, false, false, false, false, true, true, false, true, false, 801), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 802), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_particleController_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 803), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 804), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 805), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 806), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 807)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c78; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c79__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c79) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c79; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c79 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1984, 79, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c79.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c79.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c79.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('controllers', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 414, 414, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_198, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, false, false, true, false, false, false, false, 415, 415, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c79.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 808), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 809), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 810), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 811), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 812), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_deltaTime_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 813), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1115, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 814), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1551, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 815), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 816), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 817), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_200, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_angle_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 818), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2116, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 819), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 820), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 821), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getControllers', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 822), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('findController', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 823), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1344, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 824), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2271, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 825), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setBatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batches_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 826), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 827), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_assetManager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 828), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_assetManager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 829)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c79.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 830), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_effect_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 831), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_143, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_emitters_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 832)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c79; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c8__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c8) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c8; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c8 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1805, 8, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpMethods_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c8.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c8.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c8.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c8.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c8.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_58, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpMethods_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, true, false, false, false, true, true, false, 0, 0, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_59, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpMethods_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, true, false, false, false, true, true, false, 1, 1, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_57, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpMethods_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, true, false, false, false, true, true, false, 2, 2, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('PUT', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpMethods_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, true, false, false, false, true, true, false, 3, 3, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('PATCH', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpMethods_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, true, false, false, false, true, true, false, 4, 4, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_60, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpMethods_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, true, false, false, false, true, true, false, 5, 5, null)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c8; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c80__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c80) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c80; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c80 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1865, 80, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1loaders_1AsynchronousAssetLoader_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1loaders_1AsynchronousAssetLoader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1loaders_1AssetLoader_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c80.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c80.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c80.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_575, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, true, false, false, false, 416, 416, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap$Entry_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c80.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('loadAsync', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_fileName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 833), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDependencies', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_fileName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 834), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_effect_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 835), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('loadSync', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_fileName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 836), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('find', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 837)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c80.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_230, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_resolver_1_1Lcom_1badlogic_1gdx_1assets_1loaders_1FileHandleResolver_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 838)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c80; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c81__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c81) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c81; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c81 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1798, 81, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetLoaderParameters_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetLoaderParameters_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c81.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c81.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c81.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c81.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2032, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, true, false, false, false, false, false, 417, 417, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_12_1classLit]))]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c81.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('ParticleEffectLoadParameter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_batches_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 839)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c81; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c82__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c82) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c82; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c82 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1843, 82, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetLoaderParameters_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetLoaderParameters_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c82.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c82.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c82.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c82.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2032, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, true, false, false, false, false, false, 418, 418, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_583, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, false, true, false, false, false, false, false, 419, 419, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1098, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetManager_12_1classLit, false, true, false, false, false, false, false, 420, 420, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2272, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, false, true, false, false, false, false, false, 421, 421, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 422, 422, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c82.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2273, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_batches_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 840), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2273, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_batches_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonOutputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_prettyPrint_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 841)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c82; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c83__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c83) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c83; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c83 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1877, 83, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c83.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c83.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c83.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('uniqueData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, false, false, true, false, false, false, false, 423, 423, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, true, false, false, false, false, 424, 424, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('sharedAssets', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, true, false, false, false, false, false, 425, 425, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('currentLoadIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 426, 426, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_233, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, false, false, false, false, true, false, false, 427, 427, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c83.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAssetData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_filename_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, true, false, false, false, false, false, true, false, 842), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAssetDescriptors', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 843), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getAssets', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 844), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2274, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 845), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2274, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 846), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2275, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 847), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2275, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 848), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 849), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 850)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c83.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 851), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_234, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_resource_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 852)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c83; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c84__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c84) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c84; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c84 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1960, 84, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c84.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c84.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c84.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c84.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_235, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, false, false, true, false, false, 428, 428, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, false, false, false, false, true, false, false, 429, 429, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c84.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 853), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 854)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c84.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('AssetData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 855), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('AssetData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_filename_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 856)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c84; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c85__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c85) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c85; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c85 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2008, 85, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c85.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c85.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c85.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c85.com_badlogic_gwtref_client_Type_isInterface = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c85.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 857), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), true, false, false, false, false, false, true, true, false, true, false, 858)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c85; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c86__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c86) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c86; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c86 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1921, 86, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c86.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c86.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c86.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c86.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectMap_12_1classLit, false, true, false, false, false, false, false, 430, 430, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_232, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1IntArray_12_1classLit, false, true, false, false, false, false, false, 431, 431, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('loadIndex', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 432, 432, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1685, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, false, false, false, true, false, false, false, 433, 433, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c86.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('saveAsset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_filename_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 859), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2046, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 860), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('loadAsset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetDescriptor_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 861), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_65, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 862), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 863), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 864)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c86.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('SaveData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 865), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('SaveData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 866)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c86; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c87__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c87) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c87; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c87 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1994, 87, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c87.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c87.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c87.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_146, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 434, 434, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_147, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, false, true, false, false, 435, 435, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1759, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, false, true, false, false, 436, 436, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c87.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 867), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 868), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1551, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 869), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMinParticleCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 870), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMinParticleCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_minParticleCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 871), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMaxParticleCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 872), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMaxParticleCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_maxParticleCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 873), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setParticleCount', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_aMin_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_aMax_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 874), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 875), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 876), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 877)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c87; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c88__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c88) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c88; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c88 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1826, 88, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c88.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c88.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c88.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('delayValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, false, false, false, false, true, false, false, 437, 437, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('durationValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, false, false, false, false, true, false, false, 438, 438, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lifeOffsetValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 439, 439, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lifeValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 440, 440, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('emissionValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 441, 441, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_240, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 442, 442, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('emissionDiff', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 443, 443, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('emissionDelta', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 444, 444, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_243, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 445, 445, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lifeOffsetDiff', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 446, 446, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('life', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 447, 447, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('lifeDiff', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, false, true, false, false, false, 448, 448, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_242, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 449, 449, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_241, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 450, 450, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('durationTimer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 451, 451, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('delayTimer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, false, false, false, true, false, false, false, 452, 452, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_149, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 453, 453, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2276, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, false, false, true, false, false, false, false, 454, 454, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2053, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, true, false, false, false, false, 455, 455, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c88.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 878), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 879), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 880), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 881), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 882), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('addParticles', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, true, false, false, false, false, true, false, 883), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLife', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 884), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getEmission', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 885), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1515, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 886), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getDelay', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 887), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getLifeOffset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 888), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('isContinuous', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 889), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setContinuous', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 890), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getEmissionMode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 891), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setEmissionMode', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_emissionMode_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 892), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1551, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 893), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getPercentComplete', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 894), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 895), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 896), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 897), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 898)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c88.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_244, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 899), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_244, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_regularEmitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 900)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c88; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c89__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c89) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c89; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1888, 89, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Comparable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Serializable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_isEnum = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Enabled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, true, false, false, false, true, true, false, 456, 456, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_245, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, true, false, false, false, true, true, false, 457, 457, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('Disabled', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, true, false, false, false, true, true, false, 458, 458, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, true, false, false, false, true, false, false, true, false, 901), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, false, false, true, false, false, true, false, 902)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_enumConstants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 3, 5, 1); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_enumConstants[0] = (com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Enabled); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_enumConstants[1] = com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_EnabledUntilCycleEnd; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c89.com_badlogic_gwtref_client_Type_enumConstants[2] = com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Disabled; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c89; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c9__Lcom_badlogic_gwtref_client_Type_2(){ + var lastArg; + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c9) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c9; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c9 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1975, 9, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, (lastArg = new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool$Poolable_12_1classLit]))) , lastArg)); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c9.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c9.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c9.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c9.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2277, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 6, 6, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('url', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 7, 7, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('headers', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, false, false, true, false, false, false, false, 8, 8, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('timeOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, false, false, true, false, false, false, false, 9, 9, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_1722, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, false, false, true, false, false, false, false, 10, 10, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2278, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1InputStream_12_1classLit, false, false, true, false, false, false, false, 11, 11, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2279, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, false, false, true, false, false, false, false, 12, 12, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2280, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 13, 13, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2281, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, true, false, false, false, false, 14, 14, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c9.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setUrl', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_url_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 30), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setHeader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 31), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2282, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_content_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 32), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2282, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_contentStream_1_1Ljava_1io_1InputStream_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_contentLength_1_1J__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 33), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setTimeOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_timeOut_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 34), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setFollowRedirects', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_followRedirects_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 35), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setIncludeCredentials', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_includeCredentials_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 36), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('setMethod', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_httpMethod_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 37), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getTimeOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 38), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getMethod', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 39), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getUrl', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 40), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getContent', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 41), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getContentStream', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1InputStream_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 42), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getContentLength', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 43), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2036, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 44), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getFollowRedirects', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 45), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V('getIncludeCredentials', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 46), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1081, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 47)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c9.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2283, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 48), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2283, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_httpMethod_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 49)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c9; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c90__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c90) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c90; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c90 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1944, 90, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), null, null); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c90.com_badlogic_gwtref_client_Type_isArray = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c90.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c90.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c90.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1162, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 903), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1163, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 904), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1164, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_I_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 905), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 906), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, true, false, true, false, false, false, false, true, false, 907), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1165, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, true, false, false, false, true, false, 908)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c90.com_badlogic_gwtref_client_Type_componentType = com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c90; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c91__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c91) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c91; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c91 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2020, 91, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c91.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c91.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c91.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 459, 459, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c91.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 909)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c91; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c92__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c92) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c92; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c92 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1813, 92, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c92.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c92.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c92.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c92.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 460, 460, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c92.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 910), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 911), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 912)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c92.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_414, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 913)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c92; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c93__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c93) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c93; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c93 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1992, 93, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c93.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c93.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c93.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c93.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('alphaInterpolationChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 461, 461, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2053, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 462, 462, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('alphaValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 463, 463, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('colorValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, false, false, false, false, true, false, false, 464, 464, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c93.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_colorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 914), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 915), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 916), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 917), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 918), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 919), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 920)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c93.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 921), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2048, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_billboardColorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 922)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c93; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c94__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c94) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c94; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c94 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1977, 94, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c94.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c94.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c94.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_250, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, false, false, false, false, true, false, false, 465, 465, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit])), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2284, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, true, false, false, false, false, 466, 466, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2044, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, true, false, false, false, false, 467, 467, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('previousPositionChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, true, false, false, false, false, 468, 468, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2041, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, true, false, false, false, false, 469, 469, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('angularVelocityChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, true, false, false, false, false, 470, 470, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('hasAcceleration', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 471, 471, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('has2dAngularVelocity', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 472, 472, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('has3dAngularVelocity', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, true, false, false, false, false, false, 473, 473, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c94.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 923), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1069, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_particleController_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 924), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1426, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 925), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 926), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 927), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 928), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 929), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 930)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c94.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 931), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_velocities_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, true, 932), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_251, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_velocityInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 933)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c94; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c95__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c95) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c95; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c95 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_2022, 95, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c95.com_badlogic_gwtref_client_Type_isStatic = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c95.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c95.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2066, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 474, 474, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_V2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 475, 475, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_V3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, true, false, false, true, false, true, false, 476, 476, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('TMP_Q', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, true, false, false, true, false, true, false, 477, 477, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_252, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, false, false, false, false, true, false, false, 478, 478, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2053, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, true, false, false, false, 479, 479, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c95.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 934), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 935), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 936)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c95; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c96__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c96) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c96; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c96 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1909, 96, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c96.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c96.com_badlogic_gwtref_client_Type_isAbstract = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c96.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c96.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V('angularChannel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, false, false, true, false, false, false, 480, 480, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_254, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 481, 481, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_255, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, false, false, false, false, true, false, false, 482, 482, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c96.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 937), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 938), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1367, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 939), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1368, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(), com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, false, false, false, false, false, true, false, false, true, false, 940)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c96; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c97__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c97) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c97; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c97 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1918, 97, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c97.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c97.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c97.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c97.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2285, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 483, 483, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c97.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 941), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 942), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 943)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c97.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2286, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 944), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2286, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 945)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c97; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c98__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c98) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c98; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c98 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1870, 98, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c98.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c98.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c98.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c98.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2285, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 484, 484, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2044, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 485, 485, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c98.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 946), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 947), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 948)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c98.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2287, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 949), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2287, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 950)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c98; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c99__Lcom_badlogic_gwtref_client_Type_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c99) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c99; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c99 = new com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V($intern_1976, 99, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, new java_util_HashSet_HashSet__Ljava_util_Collection_2V(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, 1), $intern_144, 16, 0, [com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Disposable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json$Serializable_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit])))); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c99.com_badlogic_gwtref_client_Type_isStatic = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c99.com_badlogic_gwtref_client_Type_isAbstract = false; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c99.com_badlogic_gwtref_client_Type_isMemberClass = true; + com_badlogic_gwtref_client_IReflectionCacheGenerated_c99.com_badlogic_gwtref_client_Type_fields = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, 1), $intern_144, 8, 0, [new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2041, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 486, 486, null), new com_badlogic_gwtref_client_Field_Field__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2ZZZZZZZZII_3Ljava_lang_Class_2_3Ljava_lang_annotation_Annotation_2V($intern_2284, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, false, true, false, false, false, false, false, 487, 487, null)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c99.com_badlogic_gwtref_client_Type_methods = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, 1), $intern_1053, 6, 0, [new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2038, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 951), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_V_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 952), new com_badlogic_gwtref_client_Method_Method__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_1500, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, false, false, false, false, false, true, false, false, true, false, 953)]); + com_badlogic_gwtref_client_IReflectionCacheGenerated_c99.com_badlogic_gwtref_client_Type_constructors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, 1), $intern_1053, 12, 0, [new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2288, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, false, true, false, 954), new com_badlogic_gwtref_client_Constructor_Constructor__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2_3Lcom_badlogic_gwtref_client_Parameter_2ZZZZZZZZZZZI_3Ljava_lang_annotation_Annotation_2V($intern_2288, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit, 1), $intern_144, 7, 0, [com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_1__Lcom_badlogic_gwtref_client_Parameter_2()]), false, true, false, 955)]); + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c99; +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1C) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1C; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1D) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1D; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Circle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Circle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Circle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, $intern_2150); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Plane_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Plane_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Plane_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, $intern_2025); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('c', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_cacheID_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_cacheID_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cacheID_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cacheID_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cacheID', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1OrthographicCamera_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1OrthographicCamera_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1OrthographicCamera_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1OrthographicCamera_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('camera', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1OrthographicCamera_12_1classLit, 'Lcom/badlogic/gdx/graphics/OrthographicCamera;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_capacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_capacity_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_capacity_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_capacity_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1716, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_cell_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_cell_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cell_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cell_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_594, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, 'Lcom/badlogic/gdx/maps/tiled/TiledMapTileLayer$Cell;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1187, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_centroid_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_centroid_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_centroid_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_centroid_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('centroid', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1C__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1C) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1C; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1C = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1717, com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 'C'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1717, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_chance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_chance_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_chance_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_chance_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('chance', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_channelDescriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_channelDescriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_channelDescriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_channelDescriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('channelDescriptor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, $intern_2289); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_channel_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_channel_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_channel_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_channel_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('channel', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/ParallelArray$Channel;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_child_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_child_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_child_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_child_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1374, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, $intern_2290); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2091, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, $intern_2150); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_circumcenter_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_circumcenter_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_circumcenter_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_circumcenter_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('circumcenter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_clazz_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_clazz_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_clazz_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_clazz_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('clazz', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_clockwise_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_clockwise_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_clockwise_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_clockwise_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('clockwise', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_collider_1_1Lcom_1badlogic_1gdx_1math_1Octree$Collider_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_collider_1_1Lcom_1badlogic_1gdx_1math_1Octree$Collider_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_collider_1_1Lcom_1badlogic_1gdx_1math_1Octree$Collider_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_collider_1_1Lcom_1badlogic_1gdx_1math_1Octree$Collider_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('collider', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$Collider_12_1classLit, 'Lcom/badlogic/gdx/math/Octree$Collider;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_colorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_colorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_colorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_colorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('colorInfluencer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, $intern_2033); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_249, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_1721); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_colors_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_colors_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_colors_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_colors_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_152, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_contentLength_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_contentLength_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_contentLength_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_contentLength_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2279, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_contentStream_1_1Ljava_1io_1InputStream_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_contentStream_1_1Ljava_1io_1InputStream_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_contentStream_1_1Ljava_1io_1InputStream_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_contentStream_1_1Ljava_1io_1InputStream_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2278, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1InputStream_12_1classLit, $intern_1740); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_content_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_content_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_content_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_content_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1722, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_149, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_controlPoints_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_controlPoints_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_controlPoints_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_controlPoints_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2120, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), $intern_2291); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_copyFrom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_copyFrom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_copyFrom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_copyFrom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('copyFrom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, $intern_2292); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_cos_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_cos_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cos_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cos_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cos', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_count1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_count1_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_count1_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_count1_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('count1', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_count2_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_count2_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_count2_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_count2_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('count2', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1513, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_cx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_cx_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cx_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cx_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cx', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_cy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_cy_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cy_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cy_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cy', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_cylinderSpawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_cylinderSpawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cylinderSpawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_cylinderSpawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('cylinderSpawnShapeValue', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/CylinderSpawnShapeValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1D) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1D; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('d', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('d', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3DData_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3DData_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3DData_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3DData_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, 'Lcom/badlogic/gdx/graphics/Texture3DData;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, 'Lcom/badlogic/gdx/graphics/TextureArrayData;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureData_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureData_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureData_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureData_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, 'Lcom/badlogic/gdx/graphics/TextureData;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, $intern_2293); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_231, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, $intern_2294); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultIfNotFound_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultIfNotFound_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultIfNotFound_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultIfNotFound_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('defaultIfNotFound', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultShader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultShader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultShader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultShader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('defaultShader', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, $intern_2295); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultValue_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultValue_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultValue_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultValue_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1725, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('degree', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1726, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_deltaTime_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_deltaTime_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_deltaTime_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_deltaTime_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('deltaTime', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('depth', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('depth', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_descriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_descriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_descriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_descriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('descriptor', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, $intern_2289); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_dimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_dimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dimensions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_dir_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_dir_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dir_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dir_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2151, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_direction1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_direction1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_direction1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_direction1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('direction1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_direction2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_direction2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_direction2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_direction2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('direction2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1517, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_distance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_distance_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_distance_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_distance_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1728, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncAlpha_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncAlpha_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncAlpha_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncAlpha_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dstFuncAlpha', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncColor_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncColor_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncColor_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncColor_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dstFuncColor', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFunc_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFunc_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFunc_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFunc_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('dstFunc', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_dst_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_dst_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dst_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_dst_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1729, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_e_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_e_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_e_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_e_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('e', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_earTipIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_earTipIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_earTipIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_earTipIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('earTipIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_edge_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_edge_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_edge_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_edge_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('edge', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_edges_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_edges_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_edges_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_edges_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_173, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_effect_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_effect_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_effect_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_effect_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('effect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/ParticleEffect;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ellipse_1_1Lcom_1badlogic_1gdx_1math_1Ellipse_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ellipse_1_1Lcom_1badlogic_1gdx_1math_1Ellipse_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ellipse_1_1Lcom_1badlogic_1gdx_1math_1Ellipse_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ellipse_1_1Lcom_1badlogic_1gdx_1math_1Ellipse_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_172, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, 'Lcom/badlogic/gdx/math/Ellipse;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_emissionMode_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_emissionMode_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_emissionMode_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_emissionMode_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2276, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/emitters/RegularEmitter$EmissionMode;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/emitters/Emitter;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_226, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, $intern_2296); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_emitters_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_emitters_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_emitters_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_emitters_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('emitters', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, 1), $intern_2297); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1530, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1530, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1531, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1531, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, $intern_2298); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, $intern_2299); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1510, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2243, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_far_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_far_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_far_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_far_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('far', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_fileName_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_fileName_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fileName_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fileName_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fileName', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_583, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, $intern_1736); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_filename_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_filename_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_filename_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_filename_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_235, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_files_1_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_files_1_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_files_1_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_files_1_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('files', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, 1), '[Lcom/badlogic/gdx/files/FileHandle;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_fill_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_fill_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fill_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fill_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1173, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_first_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_first_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_first_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_first_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1300, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, $intern_2300); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_flipHorizontally_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_flipHorizontally_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flipHorizontally_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flipHorizontally_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2100, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_flipVertically_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_flipVertically_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flipVertically_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flipVertically_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2101, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_flipX_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_flipX_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flipX_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flipX_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('flipX', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_flipY_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_flipY_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flipY_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flipY_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('flipY', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_584, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_followRedirects_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_followRedirects_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_followRedirects_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_followRedirects_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2280, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fontData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, $intern_2293); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fontFile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, $intern_1736); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1086, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, $intern_1737); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_force_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_force_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_force_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_force_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('force', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('format', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_12_1classLit, 'Lcom/badlogic/gdx/graphics/Pixmap$Format;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_forward_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_forward_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_forward_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_forward_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('forward', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_fovy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_fovy_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fovy_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fovy_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fovy', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_fromDegrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_fromDegrees_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fromDegrees_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fromDegrees_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fromDegrees', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_fromRadians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_fromRadians_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fromRadians_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fromRadians_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fromRadians', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_fromValue_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_fromValue_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fromValue_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_fromValue_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('fromValue', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_front_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_front_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_front_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_front_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('front', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_frustum_1_1Lcom_1badlogic_1gdx_1math_1Frustum_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_frustum_1_1Lcom_1badlogic_1gdx_1math_1Frustum_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_frustum_1_1Lcom_1badlogic_1gdx_1math_1Frustum_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_frustum_1_1Lcom_1badlogic_1gdx_1math_1Frustum_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('frustum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, 'Lcom/badlogic/gdx/math/Frustum;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('g', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('g', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_geometry_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_geometry_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_geometry_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_geometry_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('geometry', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_glFormat_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_glFormat_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glFormat_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glFormat_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('glFormat', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_glHandle_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_glHandle_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glHandle_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glHandle_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('glHandle', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_glInternalFormat_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_glInternalFormat_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glInternalFormat_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glInternalFormat_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('glInternalFormat', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_glTarget_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_glTarget_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glTarget_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glTarget_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('glTarget', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_glType_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_glType_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glType_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glType_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('glType', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphCount_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphCount_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphCount_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2241, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_glyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_glyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('glyph', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, $intern_2301); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2238, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2238, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_h_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_h_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_h_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_h_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('h', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDepth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDepth_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDepth_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDepth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('halfDepth', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('halfDimensions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_halfHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_halfHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halfHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halfHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('halfHeight', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_halfWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_halfWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halfWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halfWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('halfWidth', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('halign', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_42, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_heights_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_heights_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_heights_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_heights_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('heights', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_hex_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_hex_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hex_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hex_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('hex', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_highMax_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_highMax_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_highMax_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_highMax_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_159, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_highMin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_highMin_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_highMin_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_highMin_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_158, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1ServerSocketHints_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1ServerSocketHints_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1ServerSocketHints_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1ServerSocketHints_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('hints', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1ServerSocketHints_12_1classLit, 'Lcom/badlogic/gdx/net/ServerSocketHints;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1SocketHints_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1SocketHints_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1SocketHints_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1SocketHints_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('hints', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1SocketHints_12_1classLit, 'Lcom/badlogic/gdx/net/SocketHints;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_host_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_host_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_host_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_host_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('host', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_hostname_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_hostname_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hostname_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hostname_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('hostname', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_hsv_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_hsv_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hsv_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hsv_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('hsv', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_httpMethod_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_httpMethod_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_httpMethod_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_httpMethod_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2277, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_httpRequest_1_1Lcom_1badlogic_1gdx_1Net$HttpRequest_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_httpRequest_1_1Lcom_1badlogic_1gdx_1Net$HttpRequest_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_httpRequest_1_1Lcom_1badlogic_1gdx_1Net$HttpRequest_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_httpRequest_1_1Lcom_1badlogic_1gdx_1Net$HttpRequest_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('httpRequest', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, 'Lcom/badlogic/gdx/Net$HttpRequest;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponseListener_1_1Lcom_1badlogic_1gdx_1Net$HttpResponseListener_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponseListener_1_1Lcom_1badlogic_1gdx_1Net$HttpResponseListener_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponseListener_1_1Lcom_1badlogic_1gdx_1Net$HttpResponseListener_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponseListener_1_1Lcom_1badlogic_1gdx_1Net$HttpResponseListener_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('httpResponseListener', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponseListener_12_1classLit, 'Lcom/badlogic/gdx/Net$HttpResponseListener;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponse_1_1Lcom_1badlogic_1gdx_1Net$HttpResponse_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponse_1_1Lcom_1badlogic_1gdx_1Net$HttpResponse_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponse_1_1Lcom_1badlogic_1gdx_1Net$HttpResponse_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponse_1_1Lcom_1badlogic_1gdx_1Net$HttpResponse_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('httpResponse', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit, 'Lcom/badlogic/gdx/Net$HttpResponse;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_hull_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_hull_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hull_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_hull_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('hull', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1D) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1D; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('i', com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('i', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('i', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2240, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_idx_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_idx_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_idx_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_idx_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('idx', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ignoreCase_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ignoreCase_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ignoreCase_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ignoreCase_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1739, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_imageFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_imageFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_imageFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_imageFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('imageFile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1files_1FileHandle_12_1classLit, $intern_1736); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeEnd_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeEnd_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeEnd_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeEnd_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('inRangeEnd', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeStart_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeStart_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeStart_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeStart_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('inRangeStart', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('in', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_includeCredentials_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_includeCredentials_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_includeCredentials_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_includeCredentials_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2281, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_201, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_indices_1_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_indices_1_1_1S) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_indices_1_1_1S; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_indices_1_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_238, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), '[S'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_influencerClass_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_influencerClass_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_influencerClass_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_influencerClass_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('influencerClass', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/ModelInfluencer$Random;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2303, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/ModelInfluencer$Single;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_influencers_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_influencers_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_influencers_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_influencers_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_227, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, 1), '[Lcom/badlogic/gdx/graphics/g3d/particles/influencers/Influencer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_initializer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_initializer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_initializer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_initializer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('initializer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/ParallelArray$ChannelInitializer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2234, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPath_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPath_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPath_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPath_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('internalPath', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPaths_1_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPaths_1_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPaths_1_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPaths_1_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('internalPaths', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), '[Ljava/lang/String;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolatedOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolatedOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolatedOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolatedOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('interpolatedOut', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1290, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, $intern_1025); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolator_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolator_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolator_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolator_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('interpolator', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, $intern_1025); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2152, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_intervalSize_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_intervalSize_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_intervalSize_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_intervalSize_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('intervalSize', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_inverseProjectionView_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_inverseProjectionView_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_inverseProjectionView_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_inverseProjectionView_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('inverseProjectionView', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchH_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchH_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchH_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchH_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('isStretchH', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchW_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchW_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchW_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchW_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('isStretchW', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('jsonData', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_1719); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('jsonMap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonValue_12_1classLit, $intern_1719); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonOutputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonOutputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonOutputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonOutputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2272, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_12_1classLit, $intern_1756); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_686, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Json_12_1classLit, $intern_1743); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_k_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_k_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_k_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_k_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('k', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('key', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_l_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_l_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_l_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_l_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('l', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, $intern_2027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_lastGlyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_lastGlyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_lastGlyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_lastGlyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('lastGlyph', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, $intern_2301); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('layer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, $intern_2304); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('layer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, 'Lcom/badlogic/gdx/maps/tiled/TiledMapImageLayer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('layer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, 'Lcom/badlogic/gdx/maps/tiled/TiledMapTileLayer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_layers_1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_layers_1_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layers_1_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layers_1_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2074, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), '[I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1114, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, $intern_1745); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_leftWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_leftWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_leftWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_leftWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1237, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1188, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_len2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_len2_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_len2_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_len2_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1542, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_len_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_len_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_len_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_len_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1541, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1445, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_level_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_level_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_level_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_level_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('level', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_limit2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_limit2_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_limit2_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_limit2_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2213, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_limit_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_limit_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_limit_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_limit_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1746, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1X_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1X_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1X_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1X_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('linePoint1X', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1Y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1Y_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1Y_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1Y_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('linePoint1Y', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('linePoint1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2X_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2X_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2X_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2X_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('linePoint2X', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2Y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2Y_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2Y_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2Y_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('linePoint2Y', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('linePoint2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMax_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMax_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMax_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMax_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_156, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMin_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMin_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMin_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_155, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_lower_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_lower_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_lower_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_lower_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('lower', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_luminance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_luminance_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_luminance_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_luminance_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('luminance', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_m_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_m_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_m_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_m_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('m', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, $intern_2305); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1098, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetManager_12_1classLit, $intern_2029); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('margin', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('mat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, $intern_2305); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('mat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('mat', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mata_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mata_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mata_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mata_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('mata', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_matb_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_matb_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_matb_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_matb_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('matb', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_material_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Material_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_material_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Material_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_material_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Material_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_material_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Material_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('material', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Material_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/Material;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1750, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, $intern_2305); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1750, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1750, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_maxDepth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_maxDepth_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_maxDepth_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_maxDepth_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('maxDepth', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_maxItemsPerNode_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_maxItemsPerNode_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_maxItemsPerNode_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_maxItemsPerNode_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2187, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_maxParticleCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_maxParticleCount_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_maxParticleCount_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_maxParticleCount_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_147, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1D) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1D; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1S) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1S; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1057, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 'S'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('maximum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_meshPart_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_meshPart_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_meshPart_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_meshPart_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('meshPart', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, $intern_2292); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2064, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Mesh_12_1classLit, 'Lcom/badlogic/gdx/graphics/Mesh;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2064, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/model/data/ModelMesh;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_middleHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_middleHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_middleHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_middleHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2245, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_middleWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_middleWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_middleWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_middleWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2244, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_minParticleCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_minParticleCount_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_minParticleCount_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_minParticleCount_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_146, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1D) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1D; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1S) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1S; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1056, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 'S'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('minimum', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mode_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mode_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mode_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mode_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('mode', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_model_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_model_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_model_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_model_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('model', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/Model;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_models_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_models_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_models_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_models_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('models', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_12_1classLit, 1), '[Lcom/badlogic/gdx/graphics/g3d/Model;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('mtv', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_12_1classLit, 'Lcom/badlogic/gdx/math/Intersector$MinimumTranslationVector;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, $intern_2026); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2186, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('n', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('n', com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_145, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('near', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('near', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_nearest_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_nearest_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nearest_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nearest_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2126, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_newInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_newInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_newInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_newInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('newInfluencer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/Influencer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ninePatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ninePatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ninePatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ninePatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ninePatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, $intern_1758); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_nodeBounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_nodeBounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nodeBounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nodeBounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('nodeBounds', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, $intern_1007); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1752, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Ljava_1lang_1Iterable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Ljava_1lang_1Iterable_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Ljava_1lang_1Iterable_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Ljava_1lang_1Iterable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1752, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Iterable_12_1classLit, $intern_1720); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_norX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_norX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_norX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_norX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('norX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_norY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_norY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_norY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_norY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('norY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_norZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_norZ_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_norZ_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_norZ_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('norZ', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_normal_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_normal_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_normal_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_normal_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_normalizeAxes_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_normalizeAxes_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_normalizeAxes_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_normalizeAxes_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('normalizeAxes', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_normalized_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_normalized_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_normalized_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_normalized_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2230, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_numAttributes_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_numAttributes_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_numAttributes_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_numAttributes_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('numAttributes', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_numComponents_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_numComponents_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_numComponents_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_numComponents_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2229, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_numVecs_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_numVecs_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_numVecs_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_numVecs_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('numVecs', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_nx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_nx_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nx_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nx_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('nx', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ny_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ny_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ny_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ny_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2306, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_nz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_nz_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nz_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_nz_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2307, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('o', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, 'Lcom/badlogic/gdx/graphics/VertexAttributes;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('o', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('obb', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_12_1classLit, $intern_1753); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('obj', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Lcom_1badlogic_1gdx_1maps_1MapObject_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Lcom_1badlogic_1gdx_1maps_1MapObject_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Lcom_1badlogic_1gdx_1maps_1MapObject_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Lcom_1badlogic_1gdx_1maps_1MapObject_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_0, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, 'Lcom/badlogic/gdx/maps/MapObject;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_0, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_objects_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_objects_1_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_objects_1_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_objects_1_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2079, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_1006); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_offset1_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_offset1_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offset1_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offset1_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('offset1', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_offset2_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_offset2_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offset2_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offset2_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('offset2', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1107, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1108, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_199, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_opacity_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_opacity_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_opacity_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_opacity_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2078, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_orientation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_orientation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_orientation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_orientation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('orientation', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, $intern_2299); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1668, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1669, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_originalIndices_1_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_originalIndices_1_1_1S) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_originalIndices_1_1_1S; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_originalIndices_1_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2133, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 1), '[S'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 'Lcom/badlogic/gdx/graphics/VertexAttribute;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, $intern_2292); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/model/NodePart;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, $intern_2290); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, $intern_2027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, $intern_2298); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, $intern_2308); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, $intern_2299); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, $intern_2026); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1754, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeEnd_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeEnd_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeEnd_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeEnd_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('outRangeEnd', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeStart_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeStart_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeStart_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeStart_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('outRangeStart', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Renderable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Renderable_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Renderable_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Renderable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1755, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Renderable_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/Renderable;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1755, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1755, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_12_1classLit, $intern_1007); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1755, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1755, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_output_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_output_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_output_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_output_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('output', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_overlap_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_overlap_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_overlap_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_overlap_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('overlap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, $intern_2309); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ownsTexture_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ownsTexture_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ownsTexture_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ownsTexture_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2235, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ox_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ox_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ox_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ox_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ox', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_oy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_oy_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_oy_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_oy_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('oy', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p0', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, $intern_2309); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p1x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p1x_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1x_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1x_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p1x', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p1y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p1y_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1y_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p1y_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p1y', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, $intern_2309); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p2x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p2x_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2x_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2x_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p2x', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p2y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p2y_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2y_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p2y_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p2y', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p3x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p3x_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p3x_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p3x_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p3x', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p3y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p3y_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p3y_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p3y_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p3y', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p4_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p4_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p4_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p4_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p4', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_p_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_p_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_p_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('p', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_packedColor_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_packedColor_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_packedColor_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_packedColor_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('packedColor', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pageCount_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pageCount_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pageCount_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pageCount_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pageCount', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pageRegions_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pageRegions_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pageRegions_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pageRegions_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pageRegions', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_page_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_page_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_page_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_page_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('page', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('parallaxX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('parallaxY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('parameter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/ParticleEffectLoader$ParticleEffectLoadParameter;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('parameter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/ParticleEffectLoader$ParticleEffectSaveParameter;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, $intern_2290); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_580, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, $intern_2304); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerRandom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerRandom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerRandom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerRandom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('particleControllerRandom', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/ParticleControllerInfluencer$Random;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerSingle_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerSingle_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerSingle_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerSingle_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('particleControllerSingle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/ParticleControllerInfluencer$Single;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_particleController_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_particleController_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_particleController_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_particleController_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('particleController', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/ParticleController;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_patches_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_patches_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_patches_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_patches_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('patches', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), $intern_2310); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1759, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pitch_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pitch_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pitch_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pitch_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pitch', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pixmap_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pixmap_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pixmap_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pixmap_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pixmap', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Pixmap_12_1classLit, 'Lcom/badlogic/gdx/graphics/Pixmap;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('plane', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, $intern_2025); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_point1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_point1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('point1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_point2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_point2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('point2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_point3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_point3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('point3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pointX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pointY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pointZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pointZ_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pointZ_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pointZ_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pointZ', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, $intern_2298); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, $intern_2308); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_170, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, $intern_2026); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1760, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1760, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, $intern_2311); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1760, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1760, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, 1), $intern_2291); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_polarAngle_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_polarAngle_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polarAngle_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polarAngle_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('polarAngle', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon1_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon1_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon1_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon1_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('polygon1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, $intern_2311); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon2_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon2_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon2_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon2_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('polygon2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, $intern_2311); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, $intern_2309); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2092, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2092, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_polyline_1_1Lcom_1badlogic_1gdx_1math_1Polyline_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_polyline_1_1Lcom_1badlogic_1gdx_1math_1Polyline_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polyline_1_1Lcom_1badlogic_1gdx_1math_1Polyline_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_polyline_1_1Lcom_1badlogic_1gdx_1math_1Polyline_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('polyline', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, 'Lcom/badlogic/gdx/math/Polyline;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1592, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Pool_12_1classLit, $intern_1762); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_port_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_port_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_port_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_port_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('port', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pos', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('pos', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1643, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1643, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2149, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2149, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_prettyPrint_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_prettyPrint_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_prettyPrint_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_prettyPrint_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1366, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_probability_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_probability_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_probability_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_probability_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('probability', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_progress_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_progress_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_progress_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_progress_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('progress', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_projectionMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_projectionMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_projectionMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_projectionMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2248, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_projection_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_projection_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_projection_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_projection_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('projection', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_properties_1_1Lcom_1badlogic_1gdx_1maps_1MapProperties_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_properties_1_1Lcom_1badlogic_1gdx_1maps_1MapProperties_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_properties_1_1Lcom_1badlogic_1gdx_1maps_1MapProperties_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_properties_1_1Lcom_1badlogic_1gdx_1maps_1MapProperties_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2075, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, 'Lcom/badlogic/gdx/maps/MapProperties;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_protocol_1_1Lcom_1badlogic_1gdx_1Net$Protocol_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_protocol_1_1Lcom_1badlogic_1gdx_1Net$Protocol_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_protocol_1_1Lcom_1badlogic_1gdx_1Net$Protocol_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_protocol_1_1Lcom_1badlogic_1gdx_1Net$Protocol_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('protocol', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 'Lcom/badlogic/gdx/Net$Protocol;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_px_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_px_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_px_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_px_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_41, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_py_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_py_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_py_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_py_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('py', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_q_1_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_q_1_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_q_1_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_q_1_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('q', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, 1), '[Lcom/badlogic/gdx/math/Quaternion;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_quat_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_quat_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quat_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quat_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('quat', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, $intern_2299); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionW_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionW_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionW_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionW_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('quaternionW', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('quaternionX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('quaternionY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionZ_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionZ_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionZ_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('quaternionZ', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('quaternion', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, $intern_2299); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_qw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_qw_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_qw_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_qw_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('qw', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_qx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_qx_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_qx_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_qx_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('qx', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_qy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_qy_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_qy_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_qy_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('qy', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_qz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_qz_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_qz_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_qz_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('qz', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_r1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_r1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('r1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_r2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_r2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('r2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('r', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('r', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('r', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, $intern_2312); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('r', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, $intern_2027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('r', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('radians', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1549, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeEnd_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeEnd_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeEnd_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeEnd_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rangeEnd', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeStart_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeStart_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeStart_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeStart_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1123, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('range', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('range', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('range', com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('ray', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1collision_1Ray_12_1classLit, $intern_1763); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rect', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rectangle1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rectangle2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rectangle', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_1027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_recursive_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_recursive_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_recursive_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_recursive_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('recursive', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('reference', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2313, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/RegionInfluencer$Animated;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2313, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/RegionInfluencer$Random;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2313, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/RegionInfluencer$Single;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1307, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, 'Lcom/badlogic/gdx/graphics/g2d/TextureAtlas$AtlasRegion;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1307, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, $intern_1764); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_regions_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_regions_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regions_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regions_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_260, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, 1), $intern_2310); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_regularEmitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_regularEmitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regularEmitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_regularEmitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('regularEmitter', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, $intern_2296); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_relative_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_relative_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_relative_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_relative_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_160, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_renderer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_renderer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_renderer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_renderer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_228, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/renderers/ParticleControllerRenderer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('requiredCapacity', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_resolver_1_1Lcom_1badlogic_1gdx_1assets_1loaders_1FileHandleResolver_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_resolver_1_1Lcom_1badlogic_1gdx_1assets_1loaders_1FileHandleResolver_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resolver_1_1Lcom_1badlogic_1gdx_1assets_1loaders_1FileHandleResolver_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resolver_1_1Lcom_1badlogic_1gdx_1assets_1loaders_1FileHandleResolver_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('resolver', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1loaders_1FileHandleResolver_12_1classLit, 'Lcom/badlogic/gdx/assets/loaders/FileHandleResolver;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_resource_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_resource_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resource_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resource_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_233, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1685, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, $intern_2294); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1utils_1Array_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1utils_1Array_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1utils_1Array_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1utils_1Array_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1685, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Array_12_1classLit, $intern_1016); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_resultSet_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_resultSet_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resultSet_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_resultSet_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('resultSet', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit, $intern_2034); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1520, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_12_1classLit, 'Lcom/badlogic/gdx/math/Octree$RayCastResult;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1520, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ObjectSet_12_1classLit, $intern_2034); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba8888_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba8888_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba8888_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba8888_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2070, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('rgba', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rightWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rightWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rightWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rightWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1238, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1189, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_roll_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_roll_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_roll_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_roll_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('roll', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/DynamicsModifier$BrownianAcceleration;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/DynamicsModifier$CentripetalAcceleration;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/DynamicsModifier$FaceDirection;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/DynamicsModifier$PolarAcceleration;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/DynamicsModifier$Rotational2D;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/DynamicsModifier$Rotational3D;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/DynamicsModifier$TangentialAcceleration;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1672, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, $intern_2299); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_run_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_run_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_run_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_run_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('run', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, $intern_2300); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('s', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('s', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_samples_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_samples_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_samples_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_samples_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('samples', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scalar', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2314, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/ScaleInfluencer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2314, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/SimpleInfluencer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleXY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleXY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleXY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleXY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scaleXY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1670, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1671, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleZ_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleZ_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleZ_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scaleZ', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1310, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scalingX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scalingY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingZ_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingZ_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingZ_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('scalingZ', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_scaling_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_scaling_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaling_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_scaling_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_161, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_seed0_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_seed0_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_seed0_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_seed0_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('seed0', com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_seed1_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_seed1_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_seed1_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_seed1_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('seed1', com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('seed', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('seed', com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2250, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_12_1classLit, $intern_2295); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_shapesShifted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_shapesShifted_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shapesShifted_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shapesShifted_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('shapesShifted', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_shearX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_shearX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shearX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shearX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('shearX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_shearY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_shearY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shearY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shearY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('shearY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_shear_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_shear_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shear_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_shear_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('shear', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_side_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_side_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_side_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_side_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_174, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/PrimitiveSpawnShapeValue$SpawnSide;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_sin_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_sin_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_sin_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_sin_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('sin', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_sizeXY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_sizeXY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_sizeXY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_sizeXY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('sizeXY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_196, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('sorted', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_source_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_source_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_source_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_source_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('source', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/SpawnInfluencer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_span_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_span_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_span_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_span_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('span', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_spawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_spawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_spawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_spawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2056, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/SpawnShapeValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_563, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, 'Lcom/badlogic/gdx/math/Intersector$SplitTriangle;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_563, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteBatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteBatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteBatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteBatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('spriteBatch', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_12_1classLit, $intern_1043); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteVertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteVertices_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteVertices_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteVertices_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('spriteVertices', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1306, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, $intern_1768); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_squareRadius_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_squareRadius_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_squareRadius_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_squareRadius_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('squareRadius', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncAlpha_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncAlpha_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncAlpha_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncAlpha_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('srcFuncAlpha', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncColor_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncColor_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncColor_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncColor_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('srcFuncColor', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFunc_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFunc_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFunc_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFunc_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('srcFunc', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('srcHeight', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('srcWidth', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('srcX', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('srcY', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_start1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_start1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('start1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_start2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_start2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('start2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1769, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1528, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1528, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1529, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1529, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, $intern_2298); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1509, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1770, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('stride', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_swing_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_swing_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_swing_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_swing_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('swing', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, $intern_2299); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_t1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_t1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('t1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_t2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_t2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('t2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_t3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_t3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('t3', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('t', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1Ljava_1lang_1Throwable_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1Ljava_1lang_1Throwable_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1Ljava_1lang_1Throwable_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1Ljava_1lang_1Throwable_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('t', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Throwable_12_1classLit, 'Ljava/lang/Throwable;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('t', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, 1), '[Lcom/badlogic/gdx/math/Matrix4;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('targetWidth', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_1721); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, $intern_2026); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1268, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_templates_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_templates_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_templates_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_templates_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('templates', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, 1), $intern_2297); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_text_1_1Ljava_1lang_1CharSequence_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_text_1_1Ljava_1lang_1CharSequence_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_text_1_1Ljava_1lang_1CharSequence_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_text_1_1Ljava_1lang_1CharSequence_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1601, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1CharSequence_12_1classLit, $intern_1718); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1772, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, $intern_1764); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3D_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3D_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3D_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3D_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1773, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, 'Lcom/badlogic/gdx/graphics/Texture3D;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArray_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArray_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArray_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArray_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1773, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, 'Lcom/badlogic/gdx/graphics/TextureArray;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1773, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, $intern_1774); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_tileHeight_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_tileHeight_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tileHeight_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tileHeight_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2099, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_tileWidth_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_tileWidth_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tileWidth_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tileWidth_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('tileWidth', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_tile_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_tile_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tile_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tile_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('tile', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, 'Lcom/badlogic/gdx/maps/tiled/TiledMapTile;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_tileset_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_tileset_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tileset_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tileset_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('tileset', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, 'Lcom/badlogic/gdx/maps/tiled/TiledMapTileSet;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_timeOut_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_timeOut_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_timeOut_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_timeOut_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('timeOut', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_timeStep_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_timeStep_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_timeStep_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_timeStep_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('timeStep', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_timeline_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_timeline_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_timeline_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_timeline_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_154, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1292, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_1721); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1097, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_toDegrees_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_toDegrees_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_toDegrees_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_toDegrees_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('toDegrees', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_toRadians_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_toRadians_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_toRadians_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_toRadians_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('toRadians', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_toValue_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_toValue_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_toValue_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_toValue_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('toValue', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_tolerance_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_tolerance_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tolerance_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_tolerance_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('tolerance', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_topHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_topHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_topHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_topHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1239, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_168, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, $intern_2027); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1213, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1041); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1213, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_translationX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_translationX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translationX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translationX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('translationX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_translationY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_translationY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translationY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translationY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('translationY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_translationZ_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_translationZ_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translationZ_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translationZ_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('translationZ', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2265, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_triangle_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_triangle_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_triangle_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_triangle_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('triangle', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Lcom_1badlogic_1gdx_1utils_1ShortArray_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Lcom_1badlogic_1gdx_1utils_1ShortArray_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Lcom_1badlogic_1gdx_1utils_1ShortArray_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Lcom_1badlogic_1gdx_1utils_1ShortArray_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2139, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1ShortArray_12_1classLit, 'Lcom/badlogic/gdx/utils/ShortArray;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Ljava_1util_1List_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Ljava_1util_1List_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Ljava_1util_1List_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Ljava_1util_1List_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2139, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit, $intern_1727); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2139, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2178, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1330, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_twist_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_twist_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_twist_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_twist_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('twist', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, $intern_2299); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_236, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Class_12_1classLit, $intern_1017); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('u2', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('u', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('u', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, $intern_2312); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_unit_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_unit_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_unit_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_unit_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('unit', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('up', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_upper_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_upper_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_upper_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_upper_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('upper', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_url_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_url_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_url_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_url_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('url', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('usage', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_useIndices_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_useIndices_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_useIndices_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_useIndices_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('useIndices', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2191, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_use_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_use_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_use_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_use_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('use', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v1', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v2', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v2', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, $intern_2312); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_2302); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('v', com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_val_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_val_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_val_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_val_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('val', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1D__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1D) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1D; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1D = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 'D'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/EllipseSpawnShapeValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/GradientColorValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/LineSpawnShapeValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/NumericValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/ParticleValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/PointSpawnShapeValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/RangedNumericValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/RectangleSpawnShapeValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/ScaledNumericValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/UnweightedMeshSpawnShapeValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/values/WeightMeshSpawnShapeValue;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_1018); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1String_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1String_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1String_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1String_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_1028); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1S__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1S) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1S; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1S = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_261, com_google_gwt_lang_ClassLiteralHolder_S_1classLit, 'S'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_576, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_576, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1Ljava_1lang_1Object_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1Ljava_1lang_1Object_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1Ljava_1lang_1Object_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1Ljava_1lang_1Object_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_576, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_1006); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vec', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vec', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vec', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, $intern_2026); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vec', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vecs', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vecs', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, 1), '[Lcom/badlogic/gdx/math/Vector2;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2315, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1013); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2315, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2315, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, $intern_2026); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_velocities_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_velocities_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_velocities_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_velocities_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_250, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, 1), '[Lcom/badlogic/gdx/graphics/g3d/particles/influencers/DynamicsModifier;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_velocityInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_velocityInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_velocityInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_velocityInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('velocityInfluencer', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, 'Lcom/badlogic/gdx/graphics/g3d/particles/influencers/DynamicsInfluencer;'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexNum_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexNum_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexNum_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexNum_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vertexNum', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexSize_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexSize_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexSize_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_2072, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vertex_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vertex_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertex_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertex_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vertex', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1425, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1FloatArray_12_1classLit, $intern_2311); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1425, com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_verts1_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_verts1_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_verts1_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_verts1_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('verts1', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_verts2_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_verts2_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_verts2_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_verts2_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('verts2', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsHeight_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsHeight_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsHeight_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsHeight_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('viewboundsHeight', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsWidth_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsWidth_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsWidth_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsWidth_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('viewboundsWidth', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsX_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsX_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsX_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsX_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('viewboundsX', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsY_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsY_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsY_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsY_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('viewboundsY', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_visible_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_visible_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_visible_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_visible_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1465, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vw_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vw_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vw_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vw', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vx_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vx_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vx_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vx', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vy_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vy_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vy_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vy', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_vz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_vz_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vz_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_vz_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('vz', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_w1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_w1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_w1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_w1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('w1', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_w2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_w2_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_w2_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_w2_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('w2', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('w', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('w', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_37, com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_widths_1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_widths_1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_widths_1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_widths_1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('widths', com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_1030); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_windowSize_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_windowSize_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_windowSize_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_windowSize_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('windowSize', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_wrapIndex_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_wrapIndex_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_wrapIndex_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_wrapIndex_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('wrapIndex', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V($intern_1169, com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x1', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x2', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x3', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_x4_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_x4_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x4_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x4_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x4', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('xAmount', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_xAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_xAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('xAxis', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1J__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1J) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1J; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1J = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 'J'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('x', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_xp_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_xp_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xp_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xp_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('xp', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_xx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_xx_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xx_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xx_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('xx', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_xy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_xy_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xy_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xy_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('xy', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_xz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_xz_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xz_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_xz_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('xz', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y1', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y2', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y3', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_y4_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_y4_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y4_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y4_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y4', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('yAmount', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_yAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_yAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('yAxis', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('yDown', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1Z__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1Z) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1Z; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1Z = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('y', com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, 'Z'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_yaw_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_yaw_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yaw_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yaw_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('yaw', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_yp_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_yp_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yp_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yp_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('yp', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_yx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_yx_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yx_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yx_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('yx', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_yy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_yy_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yy_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yy_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('yy', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_yz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_yz_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yz_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_yz_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('yz', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('z1', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('z2', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_z3_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_z3_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z3_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z3_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('z3', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_zAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_zAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_zAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_zAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1 = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('zAxis', com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1005); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('z', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('z', com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 'I'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_zx_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_zx_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_zx_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_zx_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('zx', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_zy_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_zy_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_zy_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_zy_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('zy', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +function com_badlogic_gwtref_client_IReflectionCacheGenerated_zz_1_1F__Lcom_badlogic_gwtref_client_Parameter_2(){ + if (com_badlogic_gwtref_client_IReflectionCacheGenerated_zz_1_1F) + return com_badlogic_gwtref_client_IReflectionCacheGenerated_zz_1_1F; + return com_badlogic_gwtref_client_IReflectionCacheGenerated_zz_1_1F = new com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V('zz', com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 'F'); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(928, 1, {}, com_badlogic_gwtref_client_IReflectionCacheGenerated_IReflectionCacheGenerated__V); +_.get__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gwtref_client_IReflectionCacheGenerated_get__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2(field, obj){ + switch (field.com_badlogic_gwtref_client_Field_getter) { + case 0: + return $intern_58; + case 1: + return $intern_59; + case 2: + return $intern_57; + case 3: + return 'PUT'; + case 4: + return 'PATCH'; + case 5: + return $intern_60; + case 6: + return obj.com_badlogic_gdx_Net$HttpRequest_httpMethod; + case 7: + return obj.com_badlogic_gdx_Net$HttpRequest_url; + case 8: + return obj.com_badlogic_gdx_Net$HttpRequest_headers; + case 9: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_Net$HttpRequest_timeOut); + case 10: + return obj.com_badlogic_gdx_Net$HttpRequest_content; + case 11: + return obj.com_badlogic_gdx_Net$HttpRequest_contentStream; + case 13: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_Net$HttpRequest_followRedirects?true:false; + case 14: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_Net$HttpRequest_includeCredentials?true:false; + case 15: + return com_badlogic_gdx_Net$Protocol_$clinit__V() , com_badlogic_gdx_Net$Protocol_TCP; + case 16: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE; + case 17: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_LIGHT_1GRAY; + case 18: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_GRAY; + case 19: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_DARK_1GRAY; + case 20: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_BLACK; + case 21: + return new java_lang_Float_Float__FV((com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_WHITE_1FLOAT_1BITS)); + case 22: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_CLEAR; + case 23: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_BLUE; + case 24: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_NAVY; + case 25: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_ROYAL; + case 26: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_SLATE; + case 27: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_SKY; + case 28: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_CYAN; + case 29: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_TEAL; + case 30: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_GREEN; + case 31: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_CHARTREUSE; + case 32: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_LIME; + case 33: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_FOREST; + case 34: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_OLIVE; + case 35: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_YELLOW; + case 36: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_GOLD; + case 37: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_GOLDENROD; + case 38: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_ORANGE; + case 39: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_BROWN; + case 40: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_TAN; + case 41: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_FIREBRICK; + case 42: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_RED; + case 43: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_SCARLET; + case 44: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_CORAL; + case 45: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_SALMON; + case 46: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_PINK; + case 47: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_MAGENTA; + case 48: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_PURPLE; + case 49: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_VIOLET; + case 50: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_MAROON; + case 51: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_Color_r); + case 52: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_Color_g); + case 53: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_Color_b); + case 54: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_Color_a); + case 55: + return com_badlogic_gdx_graphics_Colors_$clinit__V() , com_badlogic_gdx_graphics_Colors_map; + case 56: + return com_badlogic_gdx_graphics_Texture_$clinit__V() , com_badlogic_gdx_graphics_Texture_assetManager; + case 57: + return com_badlogic_gdx_graphics_Texture_$clinit__V() , com_badlogic_gdx_graphics_Texture_managedTextures; + case 58: + return obj.com_badlogic_gdx_graphics_Texture_data; + case 59: + return com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest; + case 60: + return com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_Linear; + case 61: + return com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_MipMap; + case 62: + return com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestNearest; + case 63: + return com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearNearest; + case 64: + return com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestLinear; + case 65: + return com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearLinear; + case 66: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_Texture$TextureFilter_glEnum); + case 67: + return com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap_MirroredRepeat; + case 68: + return com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge; + case 69: + return com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap_Repeat; + case 70: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_Texture$TextureWrap_glEnum); + case 71: + return com_badlogic_gdx_graphics_Texture3D_$clinit__V() , com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds; + case 72: + return obj.com_badlogic_gdx_graphics_Texture3D_data; + case 73: + return obj.com_badlogic_gdx_graphics_Texture3D_rWrap; + case 74: + return com_badlogic_gdx_graphics_TextureArray_$clinit__V() , com_badlogic_gdx_graphics_TextureArray_managedTextureArrays; + case 75: + return obj.com_badlogic_gdx_graphics_TextureArray_data; + case 76: + return com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , com_badlogic_gdx_graphics_TextureData$TextureDataType_Pixmap; + case 77: + return com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , com_badlogic_gdx_graphics_TextureData$TextureDataType_Custom; + case 78: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_VertexAttribute_usage); + case 79: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_VertexAttribute_numComponents); + case 80: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_VertexAttribute_normalized?true:false; + case 81: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_VertexAttribute_type); + case 82: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_VertexAttribute_offset); + case 83: + return obj.com_badlogic_gdx_graphics_VertexAttribute_alias; + case 84: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_VertexAttribute_unit); + case 85: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_VertexAttribute_usageIndex); + case 86: + return obj.com_badlogic_gdx_graphics_VertexAttributes_attributes; + case 87: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_VertexAttributes_vertexSize); + case 89: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_VertexAttributes_boneWeightUnits); + case 90: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_VertexAttributes_textureCoordinates); + case 178: + case 363: + case 649: + case 698: + case 709: + case 865: + case 878: + case 92: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(1); + case 179: + case 364: + case 650: + case 699: + case 868: + case 882: + case 93: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(2); + case 181: + case 366: + case 866: + case 875: + case 94: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(4); + case 185: + case 370: + case 870: + case 876: + case 95: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(8); + case 96: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(16); + case 97: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(32); + case 98: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(64); + case 103: + case 99: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(128); + case 100: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(256); + case 371: + case 880: + case 101: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(9); + case 102: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(512); + case 104: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont_data; + case 105: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont_regions; + case 106: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont_cache; + case 107: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_BitmapFont_flipped?true:false; + case 108: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_BitmapFont_integer?true:false; + case 109: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_BitmapFont_ownsTexture?true:false; + case 110: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_name; + case 111: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths; + case 112: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_fontFile; + case 113: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_flipped?true:false; + case 114: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padTop); + case 115: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padRight); + case 116: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padBottom); + case 117: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_padLeft); + case 118: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_lineHeight); + case 119: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capHeight); + case 120: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_ascent); + case 121: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_descent); + case 122: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_down); + case 123: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_blankLineScale); + case 124: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleX); + case 125: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_scaleY); + case 126: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled?true:false; + case 127: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_cursorX); + case 128: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_glyphs; + case 129: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_missingGlyph; + case 130: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_spaceXadvance); + case 131: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xHeight); + case 132: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_breakChars; + case 133: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xChars; + case 134: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capChars; + case 135: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_id); + case 136: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcX); + case 137: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_srcY); + case 138: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_width); + case 139: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_height); + case 140: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u); + case 141: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v); + case 142: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_u2); + case 143: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_v2); + case 144: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xoffset); + case 145: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_yoffset); + case 146: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_xadvance); + case 147: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_kerning; + case 148: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_fixedWidth?true:false; + case 149: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_page); + case 150: + return com_badlogic_gdx_graphics_g2d_BitmapFontCache_$clinit__V() , com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempColor; + case 151: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_font; + case 152: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_integer?true:false; + case 153: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_layouts; + case 154: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pooledLayouts; + case 155: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_glyphCount); + case 156: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_x); + case 157: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_y); + case 158: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_color; + case 159: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_currentTint); + case 160: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices; + case 161: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx; + case 162: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices; + case 163: + return obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempGlyphCount; + case 164: + return com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V() , com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphRunPool; + case 165: + return com_badlogic_gdx_graphics_g2d_GlyphLayout_$clinit__V() , com_badlogic_gdx_graphics_g2d_GlyphLayout_colorStack; + case 166: + return new java_lang_Float_Float__FV($intern_138); + case 167: + return obj.com_badlogic_gdx_graphics_g2d_GlyphLayout_runs; + case 168: + return obj.com_badlogic_gdx_graphics_g2d_GlyphLayout_colors; + case 169: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_GlyphLayout_glyphCount); + case 170: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_GlyphLayout_width); + case 171: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_GlyphLayout_height); + case 172: + return obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs; + case 173: + return obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances; + case 174: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_x); + case 175: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_y); + case 176: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_width); + case 362: + case 648: + case 697: + case 862: + case 874: + case 177: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(0); + case 365: + case 651: + case 863: + case 886: + case 180: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(3); + case 210: + case 367: + case 869: + case 879: + case 182: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(5); + case 368: + case 864: + case 883: + case 183: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(6); + case 369: + case 867: + case 887: + case 184: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(7); + case 186: + return com_badlogic_gdx_graphics_g2d_NinePatch_$clinit__V() , com_badlogic_gdx_graphics_g2d_NinePatch_tmpDrawColor; + case 187: + return obj.com_badlogic_gdx_graphics_g2d_NinePatch_texture; + case 188: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_bottomLeft); + case 189: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_bottomCenter); + case 190: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_bottomRight); + case 191: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleLeft); + case 192: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleCenter); + case 193: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleRight); + case 194: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_topLeft); + case 195: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_topCenter); + case 196: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_topRight); + case 197: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_leftWidth); + case 198: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_rightWidth); + case 199: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleWidth); + case 200: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_middleHeight); + case 201: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_topHeight); + case 202: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_bottomHeight); + case 203: + return obj.com_badlogic_gdx_graphics_g2d_NinePatch_vertices; + case 204: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_NinePatch_idx); + case 205: + return obj.com_badlogic_gdx_graphics_g2d_NinePatch_color; + case 206: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_padLeft); + case 207: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_padRight); + case 208: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_padTop); + case 209: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_NinePatch_padBottom); + case 211: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(20); + case 212: + return obj.com_badlogic_gdx_graphics_g2d_Sprite_vertices; + case 213: + return obj.com_badlogic_gdx_graphics_g2d_Sprite_color; + case 214: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_Sprite_x); + case 215: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_Sprite_y); + case 216: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_Sprite_width); + case 217: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_Sprite_height); + case 218: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_Sprite_originX); + case 219: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_Sprite_originY); + case 220: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_Sprite_rotation); + case 221: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_Sprite_scaleX); + case 222: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_Sprite_scaleY); + case 223: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_Sprite_dirty?true:false; + case 224: + return obj.com_badlogic_gdx_graphics_g2d_Sprite_bounds; + case 225: + return com_badlogic_gdx_graphics_g2d_SpriteBatch_$clinit__V() , com_badlogic_gdx_graphics_g2d_SpriteBatch_defaultVertexDataType; + case 226: + return obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_mesh; + case 227: + return obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_vertices; + case 228: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_idx); + case 229: + return obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture; + case 230: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexWidth); + case 231: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_invTexHeight); + case 232: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_drawing?true:false; + case 233: + return obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_transformMatrix; + case 234: + return obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_projectionMatrix; + case 235: + return obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_combinedMatrix; + case 236: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendingDisabled?true:false; + case 237: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFunc); + case 238: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFunc); + case 239: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendSrcFuncAlpha); + case 240: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_blendDstFuncAlpha); + case 241: + return obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_shader; + case 242: + return obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader; + case 243: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_ownsShader?true:false; + case 244: + return obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_color; + case 245: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_colorPacked); + case 246: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_renderCalls); + case 247: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_totalRenderCalls); + case 248: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_maxSpritesInBatch); + case 249: + return com_badlogic_gdx_graphics_g2d_SpriteCache_$clinit__V() , com_badlogic_gdx_graphics_g2d_SpriteCache_tempVertices; + case 250: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_mesh; + case 251: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_SpriteCache_drawing?true:false; + case 252: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_transformMatrix; + case 253: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_projectionMatrix; + case 254: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_caches; + case 255: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_combinedMatrix; + case 256: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_shader; + case 258: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_textures; + case 259: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_counts; + case 260: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_color; + case 261: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_SpriteCache_colorPacked); + case 262: + return obj.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader; + case 263: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteCache_renderCalls); + case 264: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_SpriteCache_totalRenderCalls); + case 265: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_index); + case 266: + return obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name; + case 267: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetX); + case 268: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_offsetY); + case 269: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedWidth); + case 270: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_packedHeight); + case 271: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalWidth); + case 272: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_originalHeight); + case 273: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_rotate?true:false; + case 274: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_degrees); + case 275: + return obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_names; + case 276: + return obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_values; + case 277: + return obj.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + case 278: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_TextureRegion_u); + case 279: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_TextureRegion_v); + case 280: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_TextureRegion_u2); + case 281: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g2d_TextureRegion_v2); + case 282: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth); + case 283: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight); + case 284: + return obj.com_badlogic_gdx_graphics_g3d_model_Animation_id; + case 285: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_model_Animation_duration); + case 286: + return obj.com_badlogic_gdx_graphics_g3d_model_Animation_nodeAnimations; + case 287: + return obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_id; + case 288: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_primitiveType); + case 289: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_offset); + case 290: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_size); + case 291: + return obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh; + case 292: + return obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_center; + case 293: + return obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_halfExtents; + case 294: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_radius); + case 295: + return com_badlogic_gdx_graphics_g3d_model_MeshPart_$clinit__V() , com_badlogic_gdx_graphics_g3d_model_MeshPart_bounds; + case 296: + return obj.com_badlogic_gdx_graphics_g3d_model_Node_id; + case 297: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_model_Node_inheritTransform?true:false; + case 298: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_model_Node_isAnimated?true:false; + case 299: + return obj.com_badlogic_gdx_graphics_g3d_model_Node_translation; + case 300: + return obj.com_badlogic_gdx_graphics_g3d_model_Node_rotation; + case 301: + return obj.com_badlogic_gdx_graphics_g3d_model_Node_scale; + case 302: + return obj.com_badlogic_gdx_graphics_g3d_model_Node_localTransform; + case 303: + return obj.com_badlogic_gdx_graphics_g3d_model_Node_globalTransform; + case 304: + return obj.com_badlogic_gdx_graphics_g3d_model_Node_parts; + case 305: + return obj.com_badlogic_gdx_graphics_g3d_model_Node_parent; + case 306: + return obj.com_badlogic_gdx_graphics_g3d_model_Node_children; + case 307: + return obj.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_node; + case 308: + return obj.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_translation; + case 309: + return obj.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_rotation; + case 310: + return obj.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_scaling; + case 311: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_model_NodeKeyframe_keytime); + case 312: + return obj.com_badlogic_gdx_graphics_g3d_model_NodeKeyframe_value; + case 313: + return obj.com_badlogic_gdx_graphics_g3d_model_NodePart_meshPart; + case 314: + return obj.com_badlogic_gdx_graphics_g3d_model_NodePart_material; + case 315: + return obj.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms; + case 316: + return obj.com_badlogic_gdx_graphics_g3d_model_NodePart_bones; + case 317: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_model_NodePart_enabled?true:false; + case 318: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelAnimation_id; + case 319: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelAnimation_nodeAnimations; + case 320: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelData_id; + case 321: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelData_version; + case 322: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelData_meshes; + case 323: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelData_materials; + case 324: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelData_nodes; + case 325: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelData_animations; + case 326: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_id; + case 327: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_type; + case 328: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_ambient; + case 329: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_diffuse; + case 330: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_specular; + case 331: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_emissive; + case 332: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_reflection; + case 333: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_shininess); + case 334: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_opacity); + case 335: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_textures; + case 336: + return com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_$clinit__V() , com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Lambert; + case 337: + return com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_$clinit__V() , com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Phong; + case 338: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_id; + case 339: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_attributes; + case 340: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_vertices; + case 341: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_parts; + case 342: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_id; + case 343: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_indices; + case 344: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_primitiveType); + case 345: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_id; + case 346: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_translation; + case 347: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_rotation; + case 348: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_scale; + case 349: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_meshId; + case 350: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_parts; + case 351: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_children; + case 352: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_nodeId; + case 353: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_translation; + case 354: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_rotation; + case 355: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_scaling; + case 356: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_keytime); + case 357: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_value; + case 358: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_materialId; + case 359: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_meshPartId; + case 360: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_bones; + case 361: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_uvMapping; + case 884: + case 372: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(10); + case 373: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_id; + case 374: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_fileName; + case 375: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_uvTranslation; + case 376: + return obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_uvScaling; + case 377: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_usage); + case 378: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays; + case 379: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_capacity); + case 380: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_size); + case 381: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_id); + case 382: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_data; + case 383: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_strideSize); + case 384: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_id); + case 385: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_type; + case 386: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_count); + case 387: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data; + case 388: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data; + case 389: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_componentType; + case 390: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_data; + case 391: + return new java_lang_Float_Float__FV($intern_225); + case 392: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_name; + case 393: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter; + case 394: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers; + case 395: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer; + case 396: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles; + case 397: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particleChannels; + case 398: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform; + case 399: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale; + case 400: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_boundingBox; + case 401: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTime); + case 402: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_deltaTimeSqr); + case 403: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V1; + case 404: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V2; + case 405: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V3; + case 406: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V4; + case 407: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V5; + case 408: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1V6; + case 409: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q; + case 410: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1Q2; + case 411: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1M3; + case 412: + return com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_TMP_1M4; + case 413: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller; + case 414: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers; + case 415: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_bounds; + case 416: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_items; + case 417: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_batches; + case 418: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_batches; + case 419: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_file; + case 420: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_manager; + case 421: + return obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_jsonOutputType; + case 422: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_prettyPrint?true:false; + case 423: + return obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData; + case 424: + return obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data; + case 425: + return obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets; + case 426: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_currentLoadIndex); + case 427: + return obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_resource; + case 428: + return obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename; + case 429: + return obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type; + case 430: + return obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data; + case 431: + return obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_assets; + case 432: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_loadIndex); + case 433: + return obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_resources; + case 434: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_minParticleCount); + case 435: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_maxParticleCount); + case 436: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_percent); + case 437: + return obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue; + case 438: + return obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue; + case 439: + return obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue; + case 440: + return obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue; + case 441: + return obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue; + case 442: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emission); + case 443: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDiff); + case 444: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionDelta); + case 445: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffset); + case 446: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetDiff); + case 447: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_life); + case 448: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeDiff); + case 449: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_duration); + case 450: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delay); + case 451: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationTimer); + case 452: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayTimer); + case 453: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_continuous?true:false; + case 454: + return obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionMode; + case 455: + return obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel; + case 456: + return com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Enabled; + case 457: + return com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_EnabledUntilCycleEnd; + case 458: + return com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Disabled; + case 459: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel; + case 460: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel; + case 461: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel; + case 462: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_lifeChannel; + case 463: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue; + case 464: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue; + case 465: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities; + case 466: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_accellerationChannel; + case 467: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel; + case 468: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel; + case 469: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel; + case 470: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel; + case 471: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_hasAcceleration?true:false; + case 472: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has2dAngularVelocity?true:false; + case 473: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_has3dAngularVelocity?true:false; + case 474: + return com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V1; + case 475: + return com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V2; + case 476: + return com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1V3; + case 477: + return com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_TMP_1Q; + case 478: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_isGlobal?true:false; + case 479: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel; + case 480: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel; + case 481: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue; + case 482: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue; + case 483: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_accelerationChannel; + case 484: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_accelerationChannel; + case 485: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_positionChannel; + case 486: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_rotationChannel; + case 487: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_accellerationChannel; + case 488: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_directionalVelocityChannel; + case 489: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_rotationalVelocity2dChannel; + case 490: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationChannel; + case 491: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationalForceChannel; + case 492: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel; + case 493: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue; + case 494: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_directionalVelocityChannel; + case 495: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_positionChannel; + case 496: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_models; + case 497: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_modelChannel; + case 499: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_positionChannel; + case 500: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_scaleChannel; + case 501: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_rotationChannel; + case 502: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_controllerChannel; + case 503: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasScale?true:false; + case 504: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_hasRotation?true:false; + case 505: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_templates; + case 506: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel; + case 508: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions; + case 509: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel; + case 510: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_atlasName; + case 511: + return $intern_259; + case 512: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_lifeChannel; + case 513: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u); + case 514: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v); + case 515: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_u2); + case 516: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_v2); + case 517: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_halfInvAspectRatio); + case 518: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_imageName; + case 519: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value; + case 520: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel; + case 521: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel; + case 522: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_lifeChannel; + case 523: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannelDescriptor; + case 524: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue; + case 525: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_positionChannel; + case 526: + return obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel; + case 527: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_regionChannel; + case 528: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_colorChannel; + case 529: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_scaleChannel; + case 530: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_rotationChannel; + case 531: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_modelInstanceChannel; + case 532: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_colorChannel; + case 533: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_scaleChannel; + case 534: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_rotationChannel; + case 535: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasColor?true:false; + case 536: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasScale?true:false; + case 537: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_hasRotation?true:false; + case 538: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_controllerChannel; + case 539: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_controller; + case 540: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_positionChannel; + case 541: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_batch; + case 542: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData; + case 543: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_regionChannel; + case 544: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_colorChannel; + case 545: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_scaleChannel; + case 546: + return obj.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_rotationChannel; + case 547: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side; + case 548: + return com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_temp; + case 549: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors; + case 550: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline; + case 551: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_mesh; + case 552: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_model; + case 553: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x1); + case 554: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y1); + case 555: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z1); + case 556: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x2); + case 557: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y2); + case 558: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z2); + case 559: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_x3); + case 560: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_y3); + case 561: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_z3); + case 562: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_NumericValue_value); + case 563: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_active?true:false; + case 564: + return com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_TMP_1V1; + case 565: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue; + case 566: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue; + case 567: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue; + case 568: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidth); + case 569: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthDiff); + case 570: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeight); + case 571: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightDiff); + case 572: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepth); + case 573: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthDiff); + case 574: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_edges?true:false; + case 575: + return com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_both; + case 576: + return com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_top; + case 577: + return com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue$SpawnSide_bottom; + case 578: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMin); + case 579: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_lowMax); + case 580: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling; + case 581: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline; + case 582: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMin); + case 583: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_highMax); + case 584: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_relative?true:false; + case 585: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_xOffsetValue; + case 586: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_yOffsetValue; + case 587: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_zOffsetValue; + case 588: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices; + case 589: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices; + case 590: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_positionOffset); + case 591: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexSize); + case 592: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertexCount); + case 593: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_triangleCount); + case 594: + return obj.com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_distribution; + case 595: + return obj.com_badlogic_gdx_maps_Map_layers; + case 596: + return obj.com_badlogic_gdx_maps_Map_properties; + case 597: + return obj.com_badlogic_gdx_maps_MapGroupLayer_layers; + case 598: + return obj.com_badlogic_gdx_maps_MapLayer_name; + case 599: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_MapLayer_opacity); + case 600: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_maps_MapLayer_visible?true:false; + case 601: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_MapLayer_offsetX); + case 602: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_MapLayer_offsetY); + case 603: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_MapLayer_renderOffsetX); + case 604: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_MapLayer_renderOffsetY); + case 605: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_MapLayer_parallaxX); + case 606: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_MapLayer_parallaxY); + case 607: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_maps_MapLayer_renderOffsetDirty?true:false; + case 608: + return obj.com_badlogic_gdx_maps_MapLayer_parent; + case 609: + return obj.com_badlogic_gdx_maps_MapLayer_objects; + case 610: + return obj.com_badlogic_gdx_maps_MapLayer_properties; + case 611: + return obj.com_badlogic_gdx_maps_MapLayers_layers; + case 612: + return obj.com_badlogic_gdx_maps_MapObject_name; + case 613: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_MapObject_opacity); + case 614: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_maps_MapObject_visible?true:false; + case 615: + return obj.com_badlogic_gdx_maps_MapObject_properties; + case 616: + return obj.com_badlogic_gdx_maps_MapObject_color; + case 617: + return obj.com_badlogic_gdx_maps_MapObjects_objects; + case 618: + return obj.com_badlogic_gdx_maps_MapProperties_properties; + case 619: + return obj.com_badlogic_gdx_maps_objects_CircleMapObject_circle; + case 620: + return obj.com_badlogic_gdx_maps_objects_EllipseMapObject_ellipse; + case 621: + return obj.com_badlogic_gdx_maps_objects_PolygonMapObject_polygon; + case 622: + return obj.com_badlogic_gdx_maps_objects_PolylineMapObject_polyline; + case 623: + return obj.com_badlogic_gdx_maps_objects_RectangleMapObject_rectangle; + case 624: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_objects_TextureMapObject_x); + case 625: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_objects_TextureMapObject_y); + case 626: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_objects_TextureMapObject_originX); + case 627: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_objects_TextureMapObject_originY); + case 628: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_objects_TextureMapObject_scaleX); + case 629: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_objects_TextureMapObject_scaleY); + case 630: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_objects_TextureMapObject_rotation); + case 631: + return obj.com_badlogic_gdx_maps_objects_TextureMapObject_textureRegion; + case 632: + return obj.com_badlogic_gdx_maps_tiled_TiledMap_tilesets; + case 633: + return obj.com_badlogic_gdx_maps_tiled_TiledMap_ownedResources; + case 634: + return obj.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_region; + case 635: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_x); + case 636: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_y); + case 637: + return com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_$clinit__V() , com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_NONE; + case 638: + return com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_$clinit__V() , com_badlogic_gdx_maps_tiled_TiledMapTile$BlendMode_ALPHA; + case 639: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_width); + case 640: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_height); + case 641: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileWidth); + case 642: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_tileHeight); + case 643: + return obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_cells; + case 644: + return obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_tile; + case 645: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipHorizontally?true:false; + case 646: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_flipVertically?true:false; + case 647: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_rotation); + case 652: + return obj.com_badlogic_gdx_maps_tiled_TiledMapTileSet_name; + case 653: + return obj.com_badlogic_gdx_maps_tiled_TiledMapTileSet_tiles; + case 654: + return obj.com_badlogic_gdx_maps_tiled_TiledMapTileSet_properties; + case 655: + return obj.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets; + case 656: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipHorizontally?true:false; + case 657: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_flipVertically?true:false; + case 658: + return obj.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_tile; + case 660: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Affine2_m00); + case 661: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Affine2_m01); + case 662: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Affine2_m02); + case 663: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Affine2_m10); + case 664: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Affine2_m11); + case 665: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Affine2_m12); + case 666: + return new java_lang_Float_Float__FV($intern_336); + case 667: + return obj.com_badlogic_gdx_math_BSpline_controlPoints; + case 668: + return obj.com_badlogic_gdx_math_BSpline_knots; + case 669: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_BSpline_degree); + case 670: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_math_BSpline_continuous?true:false; + case 671: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_BSpline_spanCount); + case 672: + return obj.com_badlogic_gdx_math_BSpline_tmp; + case 673: + return obj.com_badlogic_gdx_math_BSpline_tmp2; + case 674: + return obj.com_badlogic_gdx_math_BSpline_tmp3; + case 675: + return obj.com_badlogic_gdx_math_Bezier_points; + case 676: + return obj.com_badlogic_gdx_math_Bezier_tmp; + case 677: + return obj.com_badlogic_gdx_math_Bezier_tmp2; + case 678: + return obj.com_badlogic_gdx_math_Bezier_tmp3; + case 679: + return obj.com_badlogic_gdx_math_Bresenham2_points; + case 680: + return obj.com_badlogic_gdx_math_Bresenham2_pool; + case 681: + return obj.com_badlogic_gdx_math_CatmullRomSpline_controlPoints; + case 682: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_math_CatmullRomSpline_continuous?true:false; + case 683: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_CatmullRomSpline_spanCount); + case 684: + return obj.com_badlogic_gdx_math_CatmullRomSpline_tmp; + case 685: + return obj.com_badlogic_gdx_math_CatmullRomSpline_tmp2; + case 686: + return obj.com_badlogic_gdx_math_CatmullRomSpline_tmp3; + case 687: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Circle_x); + case 688: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Circle_y); + case 689: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Circle_radius); + case 690: + return obj.com_badlogic_gdx_math_ConvexHull_quicksortStack; + case 691: + return obj.com_badlogic_gdx_math_ConvexHull_sortedPoints; + case 692: + return obj.com_badlogic_gdx_math_ConvexHull_hull; + case 693: + return obj.com_badlogic_gdx_math_ConvexHull_indices; + case 694: + return obj.com_badlogic_gdx_math_ConvexHull_originalIndices; + case 695: + return obj.com_badlogic_gdx_math_CumulativeDistribution_values; + case 839: + case 696: + return new java_lang_Float_Float__FV($intern_347); + case 700: + return obj.com_badlogic_gdx_math_DelaunayTriangulator_quicksortStack; + case 701: + return obj.com_badlogic_gdx_math_DelaunayTriangulator_sortedPoints; + case 702: + return obj.com_badlogic_gdx_math_DelaunayTriangulator_triangles; + case 703: + return obj.com_badlogic_gdx_math_DelaunayTriangulator_originalIndices; + case 704: + return obj.com_badlogic_gdx_math_DelaunayTriangulator_edges; + case 705: + return obj.com_badlogic_gdx_math_DelaunayTriangulator_complete; + case 706: + return obj.com_badlogic_gdx_math_DelaunayTriangulator_superTriangle; + case 707: + return obj.com_badlogic_gdx_math_DelaunayTriangulator_centroid; + case 708: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(-1); + case 710: + return obj.com_badlogic_gdx_math_EarClippingTriangulator_indicesArray; + case 711: + return obj.com_badlogic_gdx_math_EarClippingTriangulator_indices; + case 712: + return obj.com_badlogic_gdx_math_EarClippingTriangulator_vertices; + case 713: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_EarClippingTriangulator_vertexCount); + case 714: + return obj.com_badlogic_gdx_math_EarClippingTriangulator_vertexTypes; + case 715: + return obj.com_badlogic_gdx_math_EarClippingTriangulator_triangles; + case 716: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Ellipse_x); + case 717: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Ellipse_y); + case 718: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Ellipse_width); + case 719: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Ellipse_height); + case 721: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_FloatCounter_count); + case 722: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_FloatCounter_total); + case 723: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_FloatCounter_min); + case 724: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_FloatCounter_max); + case 725: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_FloatCounter_average); + case 726: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_FloatCounter_latest); + case 727: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_FloatCounter_value); + case 728: + return obj.com_badlogic_gdx_math_FloatCounter_mean; + case 729: + return com_badlogic_gdx_math_Frustum_$clinit__V() , com_badlogic_gdx_math_Frustum_clipSpacePlanePoints; + case 730: + return com_badlogic_gdx_math_Frustum_$clinit__V() , com_badlogic_gdx_math_Frustum_clipSpacePlanePointsArray; + case 731: + return com_badlogic_gdx_math_Frustum_$clinit__V() , com_badlogic_gdx_math_Frustum_tmpV; + case 732: + return obj.com_badlogic_gdx_math_Frustum_planes; + case 733: + return obj.com_badlogic_gdx_math_Frustum_planePoints; + case 734: + return obj.com_badlogic_gdx_math_Frustum_planePointsArray; + case 735: + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_tmp1; + case 736: + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_tmp2; + case 737: + return com_badlogic_gdx_math_GeometryUtils_$clinit__V() , com_badlogic_gdx_math_GeometryUtils_tmp3; + case 739: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_GridPoint2_x); + case 740: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_GridPoint2_y); + case 742: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_GridPoint3_x); + case 743: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_GridPoint3_y); + case 744: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_GridPoint3_z); + case 745: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_linear; + case 746: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_smooth; + case 747: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_smooth2; + case 748: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_smoother; + case 749: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fade; + case 750: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow2; + case 751: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow2In; + case 752: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_slowFast; + case 753: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow2Out; + case 754: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_fastSlow; + case 755: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow2InInverse; + case 756: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow2OutInverse; + case 757: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow3; + case 758: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow3In; + case 759: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow3Out; + case 760: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow3InInverse; + case 761: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow3OutInverse; + case 762: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow4; + case 763: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow4In; + case 764: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow4Out; + case 765: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow5; + case 766: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow5In; + case 767: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_pow5Out; + case 768: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_sine; + case 769: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_sineIn; + case 770: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_sineOut; + case 771: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_exp10; + case 772: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_exp10In; + case 773: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_exp10Out; + case 774: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_exp5; + case 775: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_exp5In; + case 776: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_exp5Out; + case 777: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_circle; + case 778: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_circleIn; + case 779: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_circleOut; + case 780: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_elastic; + case 781: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_elasticIn; + case 782: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_elasticOut; + case 783: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_swing; + case 784: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_swingIn; + case 785: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_swingOut; + case 786: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_bounce; + case 787: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_bounceIn; + case 788: + return com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_bounceOut; + case 789: + return obj.com_badlogic_gdx_math_Interpolation$BounceOut_widths; + case 790: + return obj.com_badlogic_gdx_math_Interpolation$BounceOut_heights; + case 791: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$Elastic_value); + case 792: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$Elastic_power); + case 793: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$Elastic_scale); + case 794: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$Elastic_bounces); + case 795: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$Exp_value); + case 796: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$Exp_power); + case 797: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$Exp_min); + case 798: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$Exp_scale); + case 799: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_Interpolation$Pow_power); + case 800: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$Swing_scale); + case 801: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$SwingIn_scale); + case 802: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Interpolation$SwingOut_scale); + case 803: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_v0; + case 804: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_v1; + case 805: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_v2; + case 806: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_floatArray; + case 807: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_floatArray2; + case 808: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_ip; + case 809: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_ep1; + case 810: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_ep2; + case 811: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_s; + case 812: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_e; + case 813: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_v2a; + case 814: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_v2b; + case 815: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_v2c; + case 816: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_v2d; + case 817: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_p; + case 818: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_i; + case 819: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_dir; + case 820: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_start; + case 821: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_best; + case 822: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_tmp; + case 823: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_tmp1; + case 824: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_tmp2; + case 825: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_tmp3; + case 826: + return com_badlogic_gdx_math_Intersector_$clinit__V() , com_badlogic_gdx_math_Intersector_intersection; + case 827: + return obj.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_normal; + case 828: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_depth); + case 829: + return obj.com_badlogic_gdx_math_Intersector$SplitTriangle_front; + case 830: + return obj.com_badlogic_gdx_math_Intersector$SplitTriangle_back; + case 831: + return obj.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit; + case 832: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_Intersector$SplitTriangle_numFront); + case 833: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_Intersector$SplitTriangle_numBack); + case 834: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_Intersector$SplitTriangle_total); + case 835: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_math_Intersector$SplitTriangle_frontCurrent?true:false; + case 836: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_Intersector$SplitTriangle_frontOffset); + case 837: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_Intersector$SplitTriangle_backOffset); + case 838: + return new java_lang_Float_Float__FV($intern_419); + case 840: + return new java_lang_Float_Float__FV($intern_283); + case 847: + case 841: + return new java_lang_Float_Float__FV($intern_282); + case 842: + return new java_lang_Float_Float__FV($intern_285); + case 843: + return new java_lang_Float_Float__FV(2.7182817459106445); + case 885: + case 844: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(14); + case 845: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2($intern_141); + case 856: + case 846: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2($intern_390); + case 848: + return new java_lang_Float_Float__FV(360); + case 849: + return new java_lang_Float_Float__FV($intern_284); + case 850: + return new java_lang_Float_Float__FV($intern_140); + case 852: + case 851: + return new java_lang_Float_Float__FV($intern_394); + case 854: + case 853: + return new java_lang_Float_Float__FV($intern_256); + case 855: + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_random; + case 857: + return $intern_390; + case 858: + return 0.9999999; + case 859: + return 16384.999999999996; + case 860: + return $intern_2024; + case 871: + return obj.com_badlogic_gdx_math_Matrix3_val; + case 872: + return obj.com_badlogic_gdx_math_Matrix3_tmp; + case 877: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(12); + case 881: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(13); + case 888: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(11); + case 889: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(15); + case 890: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_tmp; + case 891: + return obj.com_badlogic_gdx_math_Matrix4_val; + case 892: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_quat; + case 893: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_quat2; + case 894: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_l_1vez; + case 895: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_l_1vex; + case 896: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_l_1vey; + case 897: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_tmpVec; + case 898: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_tmpMat; + case 899: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_right; + case 900: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_tmpForward; + case 901: + return com_badlogic_gdx_math_Matrix4_$clinit__V() , com_badlogic_gdx_math_Matrix4_tmpUp; + case 902: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.com_badlogic_gdx_math_Octree_maxItemsPerNode); + case 903: + return obj.com_badlogic_gdx_math_Octree_nodePool; + case 905: + return obj.com_badlogic_gdx_math_Octree_collider; + case 906: + return com_badlogic_gdx_math_Octree_$clinit__V() , com_badlogic_gdx_math_Octree_tmp; + case 907: + return obj.com_badlogic_gdx_math_Octree$RayCastResult_geometry; + case 908: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Octree$RayCastResult_distance); + case 909: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Octree$RayCastResult_maxDistanceSq); + case 911: + return obj.com_badlogic_gdx_math_Plane_normal; + case 912: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Plane_d); + case 913: + return com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_OnPlane; + case 914: + return com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Back; + case 915: + return com_badlogic_gdx_math_Plane$PlaneSide_$clinit__V() , com_badlogic_gdx_math_Plane$PlaneSide_Front; + case 916: + return obj.com_badlogic_gdx_math_Polygon_localVertices; + case 917: + return obj.com_badlogic_gdx_math_Polygon_worldVertices; + case 918: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polygon_x); + case 919: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polygon_y); + case 920: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polygon_originX); + case 921: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polygon_originY); + case 922: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polygon_rotation); + case 923: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polygon_scaleX); + case 924: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polygon_scaleY); + case 925: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_math_Polygon_dirty?true:false; + case 926: + return obj.com_badlogic_gdx_math_Polygon_bounds; + case 927: + return obj.com_badlogic_gdx_math_Polyline_localVertices; + case 928: + return obj.com_badlogic_gdx_math_Polyline_worldVertices; + case 929: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polyline_x); + case 930: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polyline_y); + case 931: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polyline_originX); + case 932: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polyline_originY); + case 933: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polyline_rotation); + case 934: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polyline_scaleX); + case 935: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polyline_scaleY); + case 936: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polyline_length); + case 937: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Polyline_scaledLength); + case 938: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_math_Polyline_calculateScaledLength?true:false; + case 939: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_math_Polyline_calculateLength?true:false; + case 940: + return java_lang_Boolean_$clinit__V() , obj.com_badlogic_gdx_math_Polyline_dirty?true:false; + case 941: + return obj.com_badlogic_gdx_math_Polyline_bounds; + case 943: + return com_badlogic_gdx_math_Quaternion_$clinit__V() , com_badlogic_gdx_math_Quaternion_tmp1; + case 944: + return com_badlogic_gdx_math_Quaternion_$clinit__V() , com_badlogic_gdx_math_Quaternion_tmp2; + case 945: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Quaternion_x); + case 946: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Quaternion_y); + case 947: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Quaternion_z); + case 948: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Quaternion_w); + case 949: + return $intern_416; + case 950: + return $intern_412; + case 953: + return com_badlogic_gdx_math_Rectangle_$clinit__V() , com_badlogic_gdx_math_Rectangle_tmp; + case 954: + return com_badlogic_gdx_math_Rectangle_$clinit__V() , com_badlogic_gdx_math_Rectangle_tmp2; + case 956: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Rectangle_x); + case 957: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Rectangle_y); + case 958: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Rectangle_width); + case 959: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Rectangle_height); + case 961: + return com_badlogic_gdx_math_Vector2_$clinit__V() , com_badlogic_gdx_math_Vector2_X; + case 962: + return com_badlogic_gdx_math_Vector2_$clinit__V() , com_badlogic_gdx_math_Vector2_Y; + case 963: + return com_badlogic_gdx_math_Vector2_$clinit__V() , com_badlogic_gdx_math_Vector2_Zero; + case 964: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Vector2_x); + case 965: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Vector2_y); + case 967: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Vector3_x); + case 968: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Vector3_y); + case 969: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Vector3_z); + case 970: + return com_badlogic_gdx_math_Vector3_$clinit__V() , com_badlogic_gdx_math_Vector3_X; + case 971: + return com_badlogic_gdx_math_Vector3_$clinit__V() , com_badlogic_gdx_math_Vector3_Y; + case 972: + return com_badlogic_gdx_math_Vector3_$clinit__V() , com_badlogic_gdx_math_Vector3_Z; + case 973: + return com_badlogic_gdx_math_Vector3_$clinit__V() , com_badlogic_gdx_math_Vector3_Zero; + case 974: + return com_badlogic_gdx_math_Vector3_$clinit__V() , com_badlogic_gdx_math_Vector3_tmpMat; + case 976: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Vector4_x); + case 977: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Vector4_y); + case 978: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Vector4_z); + case 979: + return new java_lang_Float_Float__FV(obj.com_badlogic_gdx_math_Vector4_w); + case 980: + return com_badlogic_gdx_math_Vector4_$clinit__V() , com_badlogic_gdx_math_Vector4_X; + case 981: + return com_badlogic_gdx_math_Vector4_$clinit__V() , com_badlogic_gdx_math_Vector4_Y; + case 982: + return com_badlogic_gdx_math_Vector4_$clinit__V() , com_badlogic_gdx_math_Vector4_Z; + case 983: + return com_badlogic_gdx_math_Vector4_$clinit__V() , com_badlogic_gdx_math_Vector4_W; + case 984: + return com_badlogic_gdx_math_Vector4_$clinit__V() , com_badlogic_gdx_math_Vector4_Zero; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_1776 + field.com_badlogic_gwtref_client_Field_getter + $intern_1777 + field.com_badlogic_gwtref_client_Field_name)); +} +; +_.getArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2 = function com_badlogic_gwtref_client_IReflectionCacheGenerated_getArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2(type_0, obj, i){ + switch (type_0.com_badlogic_gwtref_client_Type_id) { + case 6: + return java_lang_Character_valueOf__CLjava_lang_Character_2(obj[i]); + case 3: + return java_lang_Byte$BoxedValues_get__BLjava_lang_Byte_2(obj[i]); + case 1: + return java_lang_Boolean_$clinit__V() , obj[i]?true:false; + } + return com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(obj)[i]; +} +; +_.getArrayLength__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2I = function com_badlogic_gwtref_client_IReflectionCacheGenerated_getArrayLength__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2I(type_0, obj){ + switch (type_0.com_badlogic_gwtref_client_Type_id) { + case 3: + case 1: + case 6: + return obj.length; + } + return com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(obj).length; +} +; +_.invoke__Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2 = function com_badlogic_gwtref_client_IReflectionCacheGenerated_invoke__Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params){ + var lastArg, com_badlogic_gwtref_client_IReflectionCacheGenerated_$m175__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_Texture3D_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2V_managedTextureArray_0_0, com_badlogic_gwtref_client_IReflectionCacheGenerated_$m202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_TextureArray_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2V_managedTextureArray_0_0; + switch (m.com_badlogic_gwtref_client_Method_methodId) { + case 24: + return obj.sendHttpRequest__Lcom_badlogic_gdx_Net$HttpRequest_2Lcom_badlogic_gdx_Net$HttpResponseListener_2V(params[0], params[1]) , null; + case 25: + return obj.cancelHttpRequest__Lcom_badlogic_gdx_Net$HttpRequest_2V(params[0]) , null; + case 26: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m26__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net_2Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), params[3]); + case 27: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m27__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net_2Lcom_badlogic_gdx_Net$Protocol_2ILcom_badlogic_gdx_net_ServerSocketHints_2Lcom_badlogic_gdx_net_ServerSocket_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), params[2]); + case 28: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m28__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net_2Lcom_badlogic_gdx_Net$Protocol_2Ljava_lang_String_2ILcom_badlogic_gdx_net_SocketHints_2Lcom_badlogic_gdx_net_Socket_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), params[3]); + case 29: + return java_lang_Boolean_$clinit__V() , obj.openURI__Ljava_lang_String_2Z(params[0])?true:false; + case 30: + return obj.setUrl__Ljava_lang_String_2V(params[0]) , null; + case 31: + return obj.setHeader__Ljava_lang_String_2Ljava_lang_String_2V(params[0], params[1]) , null; + case 32: + return obj.setContent__Ljava_lang_String_2V(params[0]) , null; + case 34: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m34__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 35: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m35__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 36: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m36__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 37: + return obj.setMethod__Ljava_lang_String_2V(params[0]) , null; + case 38: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getTimeOut__I()); + case 39: + return obj.getMethod__Ljava_lang_String_2(); + case 40: + return obj.getUrl__Ljava_lang_String_2(); + case 41: + return obj.getContent__Ljava_lang_String_2(); + case 42: + return obj.getContentStream__Ljava_io_InputStream_2(); + case 55: + case 44: + return obj.getHeaders__Ljava_util_Map_2(); + case 45: + return java_lang_Boolean_$clinit__V() , obj.getFollowRedirects__Z()?true:false; + case 46: + return java_lang_Boolean_$clinit__V() , obj.getIncludeCredentials__Z()?true:false; + case 411: + case 418: + case 773: + case 811: + case 47: + return obj.reset__V() , null; + case 48: + return new com_badlogic_gdx_Net$HttpRequest_Net$HttpRequest__V; + case 49: + return new com_badlogic_gdx_Net$HttpRequest_Net$HttpRequest__Ljava_lang_String_2V(params[0]); + case 50: + return obj.getResult___3B(); + case 51: + return obj.getResultAsString__Ljava_lang_String_2(); + case 52: + return obj.getResultAsStream__Ljava_io_InputStream_2(); + case 53: + return obj.getStatus__Lcom_badlogic_gdx_net_HttpStatus_2(); + case 54: + return obj.getHeader__Ljava_lang_String_2Ljava_lang_String_2(params[0]); + case 57: + case 56: + return obj.$_nullMethod(params[0]) , null; + case 58: + return obj.$_nullMethod() , null; + case 59: + return com_badlogic_gdx_Net$Protocol_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, 1), $intern_14, 399, 0, [com_badlogic_gdx_Net$Protocol_TCP]); + case 60: + return com_badlogic_gdx_Net$Protocol_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_Net$Protocol$Map_$clinit__V() , com_badlogic_gdx_Net$Protocol$Map_$MAP), params[0]); + case 67: + return obj.set__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(params[0]); + case 68: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m68__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 69: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m69__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILcom_badlogic_gdx_graphics_Color_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 70: + return obj.mul__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(params[0]); + case 71: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m71__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_graphics_Color_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 72: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m72__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 73: + return obj.add__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(params[0]); + case 74: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m74__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 75: + return obj.sub__Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(params[0]); + case 76: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m76__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 77: + return obj.clamp__Lcom_badlogic_gdx_graphics_Color_2(); + case 78: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m78__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2FLcom_badlogic_gdx_graphics_Color_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 79: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m79__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFFFLcom_badlogic_gdx_graphics_Color_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 80: + return obj.premultiplyAlpha__Lcom_badlogic_gdx_graphics_Color_2(); + case 254: + case 276: + case 656: + case 81: + return java_lang_Boolean_$clinit__V() , obj.equals__Ljava_lang_Object_2Z(params[0])?true:false; + case 258: + case 277: + case 82: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.hashCode__I()); + case 83: + return new java_lang_Float_Float__FV(obj.toFloatBits__F()); + case 84: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m84__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2IIIIF(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]))); + case 85: + return new java_lang_Float_Float__FV(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m85__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFF(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 86: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.toIntBits__I()); + case 87: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m87__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2IIIII(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]))); + case 131: + case 275: + case 316: + case 345: + case 350: + case 412: + case 419: + case 599: + case 88: + return obj.toString__Ljava_lang_String_2(); + case 89: + return com_badlogic_gdx_graphics_Color_$clinit__V() , com_badlogic_gdx_graphics_Color_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(params[0], new com_badlogic_gdx_graphics_Color_Color__V); + case 90: + return com_badlogic_gdx_graphics_Color_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2Lcom_badlogic_gdx_graphics_Color_2(params[0], params[1]); + case 91: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m91__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]))); + case 92: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m92__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]))); + case 93: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m93__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 94: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_r * 31) << 11 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_g * 63) << 5 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_b * 31))); + case 95: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m95__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 96: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_r * 15) << 12 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_g * 15) << 8 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_b * 15) << 4 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_a * 15))); + case 97: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m97__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]))); + case 98: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_r * 255) << 16 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_g * 255) << 8 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_b * 255))); + case 99: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m99__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 100: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_r * 255) << 24 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_g * 255) << 16 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_b * 255) << 8 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_a * 255))); + case 101: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m101__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2FFFFI(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]))); + case 102: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_graphics_Color_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_a * 255) << 24 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_r * 255) << 16 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_g * 255) << 8 | com_google_gwt_lang_Cast_round_1int__DI(params[0].com_badlogic_gdx_graphics_Color_b * 255))); + case 103: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m103__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 104: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m104__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 105: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m105__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 106: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m106__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 107: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m107__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 108: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m108__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2ILjava_lang_Object_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 109: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m109__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FLjava_lang_Object_2(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 110: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m110__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FFFLcom_badlogic_gdx_graphics_Color_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 111: + return obj.fromHsv___3FLcom_badlogic_gdx_graphics_Color_2(params[0]); + case 112: + return obj.toHsv___3F_3F(params[0]); + case 113: + return obj.cpy__Lcom_badlogic_gdx_graphics_Color_2(); + case 114: + return new com_badlogic_gdx_graphics_Color_Color__V; + case 115: + return new com_badlogic_gdx_graphics_Color_Color__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 116: + return new com_badlogic_gdx_graphics_Color_Color__FFFFV(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 117: + return new com_badlogic_gdx_graphics_Color_Color__Lcom_badlogic_gdx_graphics_Color_2V(params[0]); + case 118: + return com_badlogic_gdx_graphics_Colors_$clinit__V() , com_badlogic_gdx_graphics_Colors_map; + case 119: + return com_badlogic_gdx_graphics_Colors_get__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Color_2(params[0]); + case 120: + return com_badlogic_gdx_graphics_Colors_$clinit__V() , com_badlogic_gdx_utils_ObjectMap_$put__Lcom_badlogic_gdx_utils_ObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Colors_map, params[0], params[1]); + case 121: + return com_badlogic_gdx_graphics_Colors_reset__V() , null; + case 122: + return obj.load__Lcom_badlogic_gdx_graphics_TextureData_2V(params[0]) , null; + case 174: + case 201: + case 123: + return obj.reload__V() , null; + case 124: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m124__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Texture_2Lcom_badlogic_gdx_graphics_Pixmap_2IILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 170: + case 187: + case 197: + case 215: + case 229: + case 125: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getWidth__I()); + case 171: + case 188: + case 198: + case 216: + case 230: + case 126: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getHeight__I()); + case 172: + case 189: + case 199: + case 217: + case 127: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getDepth__I()); + case 128: + return obj.getTextureData__Lcom_badlogic_gdx_graphics_TextureData_2(); + case 173: + case 194: + case 200: + case 218: + case 233: + case 129: + return java_lang_Boolean_$clinit__V() , obj.isManaged__Z()?true:false; + case 307: + case 546: + case 583: + case 781: + case 800: + case 824: + case $intern_523: + case $intern_528: + case 130: + return obj.dispose__V() , null; + case 132: + return com_badlogic_gdx_graphics_Texture_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture_2V(params[0], params[1]) , null; + case 133: + return com_badlogic_gdx_graphics_Texture_$clinit__V() , java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture_managedTextures, params[0]) , null; + case 134: + return com_badlogic_gdx_graphics_Texture_invalidateAllTextures__Lcom_badlogic_gdx_Application_2V(params[0]) , null; + case 135: + return com_badlogic_gdx_graphics_Texture_$clinit__V() , com_badlogic_gdx_graphics_Texture_assetManager = params[0] , null; + case 136: + return com_badlogic_gdx_graphics_Texture_getManagedStatus__Ljava_lang_String_2(); + case 137: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_graphics_Texture_$clinit__V() , java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture_managedTextures, com_badlogic_gdx_Gdx_app).com_badlogic_gdx_utils_Array_size)); + case 138: + return new com_badlogic_gdx_graphics_Texture_Texture__Ljava_lang_String_2V(params[0]); + case 139: + return new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2V(params[0]); + case 140: + return new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 141: + return new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 142: + return new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_Pixmap_2V(params[0]); + case 143: + return new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_Pixmap_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 144: + return new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_Pixmap_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZV(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 145: + return new com_badlogic_gdx_graphics_Texture_Texture__IILcom_badlogic_gdx_graphics_Pixmap$Format_2V(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), (lastArg = java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]) , params[2] , lastArg)); + case 146: + return new com_badlogic_gdx_graphics_Texture_Texture__Lcom_badlogic_gdx_graphics_TextureData_2V(params[0]); + case 147: + return new com_badlogic_gwtref_client_IReflectionCacheGenerated$1_IReflectionCacheGenerated$1__IILcom_badlogic_gdx_graphics_TextureData_2V(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), params[2]); + case 148: + return java_lang_Boolean_$clinit__V() , obj.isMipMap__Z()?true:false; + case 158: + case 149: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getGLEnum__I()); + case 150: + return com_badlogic_gdx_graphics_Texture$TextureFilter_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, 1), $intern_105, 177, 0, [com_badlogic_gdx_graphics_Texture$TextureFilter_Nearest, com_badlogic_gdx_graphics_Texture$TextureFilter_Linear, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMap, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestNearest, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearNearest, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapNearestLinear, com_badlogic_gdx_graphics_Texture$TextureFilter_MipMapLinearLinear]); + case 151: + return com_badlogic_gdx_graphics_Texture$TextureFilter_valueOf__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Texture$TextureFilter_2(params[0]); + case 159: + return com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, 1), $intern_108, 267, 0, [com_badlogic_gdx_graphics_Texture$TextureWrap_MirroredRepeat, com_badlogic_gdx_graphics_Texture$TextureWrap_ClampToEdge, com_badlogic_gdx_graphics_Texture$TextureWrap_Repeat]); + case 160: + return com_badlogic_gdx_graphics_Texture$TextureWrap_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_Texture$TextureWrap$Map_$clinit__V() , com_badlogic_gdx_graphics_Texture$TextureWrap$Map_$MAP), params[0]); + case 167: + return obj.private$com_badlogic_gdx_graphics_Texture3D$load__Lcom_badlogic_gdx_graphics_Texture3DData_2V(params[0]) , null; + case 168: + return obj.getData__Lcom_badlogic_gdx_graphics_Texture3DData_2(); + case 169: + return obj.upload__V() , null; + case 175: + return com_badlogic_gdx_graphics_Texture3D_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m175__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_Texture3D_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2V_managedTextureArray_0_0 = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds, params[0]) , !com_badlogic_gwtref_client_IReflectionCacheGenerated_$m175__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_Texture3D_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2V_managedTextureArray_0_0 && (com_badlogic_gwtref_client_IReflectionCacheGenerated_$m175__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_Texture3D_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2V_managedTextureArray_0_0 = new com_badlogic_gdx_utils_Array_Array__V) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m175__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_Texture3D_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2V_managedTextureArray_0_0, params[1]) , java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds, params[0], com_badlogic_gwtref_client_IReflectionCacheGenerated_$m175__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_Texture3D_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_Texture3D_2V_managedTextureArray_0_0) , null; + case 176: + return com_badlogic_gdx_graphics_Texture3D_$clinit__V() , java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds, params[0]) , null; + case 177: + return com_badlogic_gdx_graphics_Texture3D_invalidateAllTextureArrays__Lcom_badlogic_gdx_Application_2V(params[0]) , null; + case 178: + return com_badlogic_gdx_graphics_Texture3D_getManagedStatus__Ljava_lang_String_2(); + case 179: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_graphics_Texture3D_$clinit__V() , java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_Texture3D_managedTexture3Ds, com_badlogic_gdx_Gdx_app).com_badlogic_gdx_utils_Array_size)); + case 180: + return obj.setWrap__Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(params[0], params[1], params[2]) , null; + case 181: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m181__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Texture3D_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2ZLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3])); + case 182: + return obj.unsafeSetWrap__Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2Lcom_badlogic_gdx_graphics_Texture$TextureWrap_2V(params[0], params[1], params[2]) , null; + case 183: + return new com_badlogic_gdx_graphics_Texture3D_Texture3D__IIIIIIV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), (java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]) , java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5])); + case 184: + return new com_badlogic_gdx_graphics_Texture3D_Texture3D__Lcom_badlogic_gdx_graphics_Texture3DData_2V; + case 212: + case 224: + case 185: + return java_lang_Boolean_$clinit__V() , obj.isPrepared__Z()?true:false; + case 213: + case 225: + case 186: + return obj.prepare__V() , null; + case 219: + case 190: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getInternalFormat__I()); + case 220: + case 191: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getGLType__I()); + case 232: + case 192: + return java_lang_Boolean_$clinit__V() , obj.useMipMaps__Z()?true:false; + case 193: + return obj.consume3DData__V() , null; + case 195: + return com_badlogic_gdx_graphics_TextureArray_getInternalHandles___3Ljava_lang_String_2_3Lcom_badlogic_gdx_files_FileHandle_2(params[0]); + case 196: + return obj.private$com_badlogic_gdx_graphics_TextureArray$load__Lcom_badlogic_gdx_graphics_TextureArrayData_2V(params[0]) , null; + case 202: + return com_badlogic_gdx_graphics_TextureArray_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_TextureArray_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2V_managedTextureArray_0_0 = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_TextureArray_managedTextureArrays, params[0]) , !com_badlogic_gwtref_client_IReflectionCacheGenerated_$m202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_TextureArray_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2V_managedTextureArray_0_0 && (com_badlogic_gwtref_client_IReflectionCacheGenerated_$m202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_TextureArray_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2V_managedTextureArray_0_0 = new com_badlogic_gdx_utils_Array_Array__V) , com_badlogic_gdx_utils_Array_$add__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Object_2V(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_TextureArray_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2V_managedTextureArray_0_0, params[1]) , java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_TextureArray_managedTextureArrays, params[0], com_badlogic_gwtref_client_IReflectionCacheGenerated_$m202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2Ljava_lang_Object_2_com_badlogic_gdx_graphics_TextureArray_addManagedTexture__Lcom_badlogic_gdx_Application_2Lcom_badlogic_gdx_graphics_TextureArray_2V_managedTextureArray_0_0) , null; + case 203: + return com_badlogic_gdx_graphics_TextureArray_$clinit__V() , java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_TextureArray_managedTextureArrays, params[0]) , null; + case 204: + return com_badlogic_gdx_graphics_TextureArray_invalidateAllTextureArrays__Lcom_badlogic_gdx_Application_2V(params[0]) , null; + case 205: + return com_badlogic_gdx_graphics_TextureArray_getManagedStatus__Ljava_lang_String_2(); + case 206: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2((com_badlogic_gdx_graphics_TextureArray_$clinit__V() , java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_badlogic_gdx_graphics_TextureArray_managedTextureArrays, com_badlogic_gdx_Gdx_app).com_badlogic_gdx_utils_Array_size)); + case 207: + return new com_badlogic_gdx_graphics_TextureArray_TextureArray___3Ljava_lang_String_2V(params[0]); + case 208: + return new com_badlogic_gdx_graphics_TextureArray_TextureArray___3Lcom_badlogic_gdx_files_FileHandle_2V(params[0]); + case 209: + return new com_badlogic_gdx_graphics_TextureArray_TextureArray__Z_3Lcom_badlogic_gdx_files_FileHandle_2V(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), params[1]); + case 210: + return new com_badlogic_gdx_graphics_TextureArray_TextureArray__ZLcom_badlogic_gdx_graphics_Pixmap$Format_2_3Lcom_badlogic_gdx_files_FileHandle_2V(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), params[1], params[2]); + case 211: + return new com_badlogic_gdx_graphics_TextureArray_TextureArray__Lcom_badlogic_gdx_graphics_TextureArrayData_2V; + case 214: + return obj.consumeTextureArrayData__V() , null; + case 221: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m221__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2Z_3Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_TextureArrayData_2(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]), params[2]); + case 222: + return new com_badlogic_gdx_graphics_TextureArrayData$Factory_TextureArrayData$Factory__V; + case 223: + return obj.getType__Lcom_badlogic_gdx_graphics_TextureData$TextureDataType_2(); + case 226: + return obj.consumePixmap__Lcom_badlogic_gdx_graphics_Pixmap_2(); + case 227: + return java_lang_Boolean_$clinit__V() , obj.disposePixmap__Z()?true:false; + case 228: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m228__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_TextureData_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 231: + return obj.getFormat__Lcom_badlogic_gdx_graphics_Pixmap$Format_2(); + case 234: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m234__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_files_FileHandle_2ZLcom_badlogic_gdx_graphics_TextureData_2(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 235: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m235__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_Pixmap$Format_2ZLcom_badlogic_gdx_graphics_TextureData_2(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 236: + return new com_badlogic_gdx_graphics_TextureData$Factory_TextureData$Factory__V; + case 237: + return com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, 1), $intern_113, 330, 0, [com_badlogic_gdx_graphics_TextureData$TextureDataType_Pixmap, com_badlogic_gdx_graphics_TextureData$TextureDataType_Custom]); + case 238: + return com_badlogic_gdx_graphics_TextureData$TextureDataType_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_TextureData$TextureDataType$Map_$clinit__V() , com_badlogic_gdx_graphics_TextureData$TextureDataType$Map_$MAP), params[0]); + case 245: + return obj.copy__Lcom_badlogic_gdx_graphics_VertexAttribute_2(); + case 246: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(1, 3, $intern_180); + case 247: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m247__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 248: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(8, 3, 'a_normal'); + case 249: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2V(4, 4, $intern_53, true, $intern_181); + case 250: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2V(2, 4, 5126, false, $intern_181); + case 251: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(128, 3, 'a_tangent'); + case 252: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(256, 3, 'a_binormal'); + case 253: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m253__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 255: + return java_lang_Boolean_$clinit__V() , obj.equals__Lcom_badlogic_gdx_graphics_VertexAttribute_2Z(params[0])?true:false; + case 256: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getKey__I()); + case 257: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getSizeInBytes__I()); + case 259: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), params[2]); + case 260: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), params[2], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 261: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2V(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4]); + case 262: + return new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IIIZLjava_lang_String_2IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3]), params[4], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5])); + case 269: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m269__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2III(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 270: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m270__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 271: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m271__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 272: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.private$com_badlogic_gdx_graphics_VertexAttributes$calculateOffsets__I()); + case 273: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.size__I()); + case 274: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m274__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2ILcom_badlogic_gdx_graphics_VertexAttribute_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 280: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getBoneWeights__I()); + case 281: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getTextureCoordinates__I()); + case 282: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.compareTo__Lcom_badlogic_gdx_graphics_VertexAttributes_2I(params[0])); + case 283: + return obj.iterator__Ljava_util_Iterator_2(); + case 284: + return new com_badlogic_gdx_graphics_VertexAttributes_VertexAttributes___3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(params[0]); + case 285: + return new com_badlogic_gdx_graphics_VertexAttributes$Usage_VertexAttributes$Usage__V; + case 286: + return obj.load__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(params[0]) , null; + case 287: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m287__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 288: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m288__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[6])); + case 289: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m289__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[7]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[8])); + case 290: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m290__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[7]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[8]), params[9]); + case 291: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m291__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFLjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 367: + case 428: + case 501: + case 522: + case 562: + case 292: + return obj.getColor__Lcom_badlogic_gdx_graphics_Color_2(); + case 368: + case 427: + case 476: + case 520: + case 560: + case 293: + return obj.setColor__Lcom_badlogic_gdx_graphics_Color_2V(params[0]) , null; + case 294: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m294__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 499: + case 295: + return new java_lang_Float_Float__FV(obj.getScaleX__F()); + case 500: + case 296: + return new java_lang_Float_Float__FV(obj.getScaleY__F()); + case 297: + return obj.getRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(); + case 298: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m298__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ILcom_badlogic_gdx_graphics_g2d_TextureRegion_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 299: + return obj.getRegions__Lcom_badlogic_gdx_utils_Array_2(); + case 300: + return new java_lang_Float_Float__FV(obj.getLineHeight__F()); + case 301: + return new java_lang_Float_Float__FV(obj.getSpaceXadvance__F()); + case 302: + return new java_lang_Float_Float__FV(obj.getXHeight__F()); + case 303: + return new java_lang_Float_Float__FV(obj.getCapHeight__F()); + case 304: + return new java_lang_Float_Float__FV(obj.getAscent__F()); + case 305: + return new java_lang_Float_Float__FV(obj.getDescent__F()); + case 306: + return java_lang_Boolean_$clinit__V() , obj.isFlipped__Z()?true:false; + case 308: + return obj.setFixedWidthGlyphs__Ljava_lang_CharSequence_2V(params[0]) , null; + case 309: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m309__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 393: + case 310: + return java_lang_Boolean_$clinit__V() , obj.usesIntegerPositions__Z()?true:false; + case 311: + return obj.getCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2(); + case 312: + return obj.getData__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2(); + case 313: + return java_lang_Boolean_$clinit__V() , obj.ownsTexture__Z()?true:false; + case 314: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m314__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 315: + return obj.newFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2(); + case 317: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m317__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Ljava_lang_CharSequence_2CII(params[0], params[1].java_lang_Character_value, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 318: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__V; + case 319: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__ZV(java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 320: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0], params[1]); + case 321: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 322: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2V(params[0]); + case 323: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 324: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZV(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 325: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2ZZV(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3])); + case 326: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZV(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 327: + return new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2ZV(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 328: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m328__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_files_FileHandle_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 329: + return obj.setGlyphRegion__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0], params[1]) , null; + case 330: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m330__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 331: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m331__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 332: + return obj.getFirstGlyph__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(); + case 333: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m333__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(obj, params[0].java_lang_Character_value)?true:false; + case 334: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m334__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CLcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2(obj, params[0].java_lang_Character_value); + case 335: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m335__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Ljava_lang_Object_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4]); + case 336: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m336__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_utils_Array_2II(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]))); + case 337: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m337__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(obj, params[0].java_lang_Character_value)?true:false; + case 338: + return java_lang_Boolean_$clinit__V() , com_badlogic_gwtref_client_IReflectionCacheGenerated_$m338__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2CZ(obj, params[0].java_lang_Character_value)?true:false; + case 339: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m339__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ILjava_lang_String_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 340: + return obj.getImagePaths___3Ljava_lang_String_2(); + case 341: + return obj.getFontFile__Lcom_badlogic_gdx_files_FileHandle_2(); + case 342: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m342__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 343: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m343__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 344: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m344__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 346: + return new com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__V; + case 347: + return new com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_BitmapFont$BitmapFontData__Lcom_badlogic_gdx_files_FileHandle_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 348: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m348__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2CI(obj, params[0].java_lang_Character_value)); + case 349: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m349__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 351: + return new com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_BitmapFont$Glyph__V; + case 358: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m358__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 359: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m359__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 360: + return obj.tint__Lcom_badlogic_gdx_graphics_Color_2V(params[0]) , null; + case 361: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m361__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 362: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m362__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 363: + return obj.setColors__Lcom_badlogic_gdx_graphics_Color_2V(params[0]) , null; + case 364: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m364__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 365: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m365__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_Color_2IILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 366: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m366__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FIILjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 369: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m369__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 491: + case 370: + return obj.draw__Lcom_badlogic_gdx_graphics_g2d_Batch_2V(params[0]) , null; + case 371: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m371__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2IILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 372: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m372__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 568: + case 740: + case $intern_582: + case 373: + return obj.clear__V() , null; + case 374: + return obj.private$com_badlogic_gdx_graphics_g2d_BitmapFontCache$requireGlyphs__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2V(params[0]) , null; + case 375: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m375__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 376: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m376__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 377: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m377__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 378: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m378__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 379: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m379__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 380: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m380__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[5])); + case 381: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m381__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[7])); + case 382: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m382__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[7]), params[8]); + case 383: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m383__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 384: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m384__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 385: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m385__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[5])); + case 386: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m386__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[7])); + case 387: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m387__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Ljava_lang_CharSequence_2FFIIFIZLjava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[7]), params[8]); + case 388: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m388__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 493: + case 389: + return new java_lang_Float_Float__FV(obj.getX__F()); + case 494: + case 390: + return new java_lang_Float_Float__FV(obj.getY__F()); + case 391: + return obj.getFont__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2(); + case 392: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m392__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 489: + case 394: + return obj.getVertices___3F(); + case 395: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m395__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2I_3F(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 396: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m396__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 397: + return obj.getLayouts__Lcom_badlogic_gdx_utils_Array_2(); + case 398: + return new com_badlogic_gdx_graphics_g2d_BitmapFontCache_BitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2V(params[0]); + case 399: + return new com_badlogic_gdx_graphics_g2d_BitmapFontCache_BitmapFontCache__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 400: + return obj.setText__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(params[0], params[1]) , null; + case 401: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m401__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_Object_2(obj, params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[5])); + case 402: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m402__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2Ljava_lang_Object_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[7]), params[8]); + case 403: + return obj.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$calculateWidths__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2V(params[0]) , null; + case 404: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m404__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FILjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 405: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m405__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FLjava_lang_String_2Ljava_lang_Object_2(obj, params[0], params[1], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 406: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m406__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2ILcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 407: + return obj.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$setLastGlyphXAdvance__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V(params[0], params[1]) , null; + case 408: + return new java_lang_Float_Float__FV(obj.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$getGlyphWidth__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2F(params[0], params[1])); + case 409: + return new java_lang_Float_Float__FV(obj.private$com_badlogic_gdx_graphics_g2d_GlyphLayout$getLineOffset__Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2F(params[0], params[1])); + case 410: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m410__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2Ljava_lang_CharSequence_2III(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]))); + case 413: + return new com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__V; + case 414: + return new com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2V(params[0], params[1]); + case 415: + return new com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2Lcom_badlogic_gdx_graphics_Color_2FIZV(params[0], params[1], params[2], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[5])); + case 416: + return new com_badlogic_gdx_graphics_g2d_GlyphLayout_GlyphLayout__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Ljava_lang_CharSequence_2IILcom_badlogic_gdx_graphics_Color_2FIZLjava_lang_String_2V(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), params[4], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[7]), params[8]); + case 417: + return obj.package_private$com_badlogic_gdx_graphics_g2d$appendRun__Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2V(params[0]) , null; + case 420: + return new com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_GlyphLayout$GlyphRun__V; + case 421: + return obj.private$com_badlogic_gdx_graphics_g2d_NinePatch$load___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]) , null; + case 422: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m422__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZI(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2]))); + case 423: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m423__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IFFFFFLjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5])); + case 424: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m424__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 425: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m425__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 426: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m426__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FFFFFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 429: + return new java_lang_Float_Float__FV(obj.getLeftWidth__F()); + case 430: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m430__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 431: + return new java_lang_Float_Float__FV(obj.getRightWidth__F()); + case 432: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m432__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 433: + return new java_lang_Float_Float__FV(obj.getTopHeight__F()); + case 434: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m434__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 435: + return new java_lang_Float_Float__FV(obj.getBottomHeight__F()); + case 436: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m436__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 437: + return new java_lang_Float_Float__FV(obj.getMiddleWidth__F()); + case 438: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m438__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 439: + return new java_lang_Float_Float__FV(obj.getMiddleHeight__F()); + case 440: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m440__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 441: + return new java_lang_Float_Float__FV(obj.getTotalWidth__F()); + case 442: + return new java_lang_Float_Float__FV(obj.getTotalHeight__F()); + case 443: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m443__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 444: + return new java_lang_Float_Float__FV(obj.getPadLeft__F()); + case 445: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m445__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 446: + return new java_lang_Float_Float__FV(obj.getPadRight__F()); + case 447: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m447__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 448: + return new java_lang_Float_Float__FV(obj.getPadTop__F()); + case 449: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m449__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 450: + return new java_lang_Float_Float__FV(obj.getPadBottom__F()); + case 451: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m451__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 452: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m452__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 608: + case 453: + return obj.getTexture__Lcom_badlogic_gdx_graphics_Texture_2(); + case 454: + return new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 455: + return new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 456: + return new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2Lcom_badlogic_gdx_graphics_Color_2V(params[0], params[1]); + case 457: + return new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]); + case 458: + return new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_Color_2V(params[0], params[1]); + case 459: + return new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 460: + return new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 461: + return new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2V(params[0]); + case 462: + return new com_badlogic_gdx_graphics_g2d_NinePatch_NinePatch__Lcom_badlogic_gdx_graphics_g2d_NinePatch_2Lcom_badlogic_gdx_graphics_Color_2V(params[0], params[1]); + case 463: + return obj.set__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(params[0]) , null; + case 464: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m464__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 465: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m465__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 466: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m466__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 467: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m467__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 468: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m468__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 469: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m469__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 470: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m470__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 471: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m471__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 472: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m472__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 473: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m473__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 474: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m474__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 475: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m475__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 477: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m477__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 478: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m478__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 479: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m479__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 480: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m480__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 481: + return obj.setOriginCenter__V() , null; + case 482: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m482__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 483: + return new java_lang_Float_Float__FV(obj.getRotation__F()); + case 484: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m484__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 485: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m485__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 486: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m486__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 487: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m487__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 488: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m488__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 490: + return obj.getBoundingRectangle__Lcom_badlogic_gdx_math_Rectangle_2(); + case 492: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m492__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 495: + return new java_lang_Float_Float__FV(obj.getWidth__F()); + case 496: + return new java_lang_Float_Float__FV(obj.getHeight__F()); + case 497: + return new java_lang_Float_Float__FV(obj.getOriginX__F()); + case 498: + return new java_lang_Float_Float__FV(obj.getOriginY__F()); + case 502: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m502__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 503: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m503__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 504: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m504__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 505: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m505__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 506: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m506__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 507: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m507__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 508: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m508__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 509: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m509__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 510: + return new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__V; + case 511: + return new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]); + case 512: + return new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2IIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 513: + return new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 514: + return new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 515: + return new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 516: + return new com_badlogic_gdx_graphics_g2d_Sprite_Sprite__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(params[0]); + case 517: + return com_badlogic_gdx_graphics_g2d_SpriteBatch_createDefaultShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(); + case 579: + case 518: + return obj.begin__V() , null; + case 580: + case 774: + case 799: + case 810: + case 868: + case $intern_613: + case 519: + return obj.end__V() , null; + case 521: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m521__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 523: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m523__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 564: + case 524: + return new java_lang_Float_Float__FV(obj.getPackedColor__F()); + case 525: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m525__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[10]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[11]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[12]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[13]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[14]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[15])); + case 526: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m526__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[7]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[8]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[9]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[10])); + case 527: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m527__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFIIIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6])); + case 528: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m528__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8])); + case 529: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m529__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 530: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m530__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 531: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m531__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_Texture_2_3FIILjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 532: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m532__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 533: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m533__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 534: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m534__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 535: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m535__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFZLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[10])); + case 536: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m536__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLcom_badlogic_gdx_math_Affine2_2Ljava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), params[3]); + case 537: + return obj.flush__V() , null; + case 538: + return obj.disableBlending__V() , null; + case 539: + return obj.enableBlending__V() , null; + case 540: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m540__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 541: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m541__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IIIILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 542: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getBlendSrcFunc__I()); + case 543: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getBlendDstFunc__I()); + case 544: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getBlendSrcFuncAlpha__I()); + case 545: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getBlendDstFuncAlpha__I()); + case 584: + case 547: + return obj.getProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2(); + case 586: + case 548: + return obj.getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2(); + case 585: + case 549: + return obj.setProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(params[0]) , null; + case 587: + case 550: + return obj.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(params[0]) , null; + case 551: + return obj.setupMatrices__V() , null; + case 552: + return obj.switchTexture__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]) , null; + case 589: + case 553: + return obj.setShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(params[0]) , null; + case 554: + return obj.getShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(); + case 555: + return java_lang_Boolean_$clinit__V() , obj.isBlendingEnabled__Z()?true:false; + case 591: + case 556: + return java_lang_Boolean_$clinit__V() , obj.isDrawing__Z()?true:false; + case 557: + return new com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__V; + case 558: + return new com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 559: + return new com_badlogic_gdx_graphics_g2d_SpriteBatch_SpriteBatch__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1]); + case 561: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m561__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 563: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m563__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 565: + return obj.beginCache__V() , null; + case 566: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m566__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 567: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.endCache__I()); + case 569: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m569__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2_3FIILjava_lang_Object_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 570: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m570__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 571: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m571__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFIIFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 572: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m572__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFIIIILjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6])); + case 573: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m573__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFFFIIIIZZLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[5]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[6]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[7]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[8]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[9]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[10])); + case 574: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m574__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFFIIIIZZLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[10]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[11]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[12]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[13]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[14]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[15])); + case 575: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m575__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 576: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m576__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 577: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m577__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[8]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[9])); + case 578: + return obj.add__Lcom_badlogic_gdx_graphics_g2d_Sprite_2V(params[0]) , null; + case 581: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m581__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 582: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m582__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2IIILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 588: + return com_badlogic_gdx_graphics_g2d_SpriteCache_createDefaultShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(); + case 590: + return obj.getCustomShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(); + case 592: + return new com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__V; + case 593: + return new com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__IZV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 594: + return new com_badlogic_gdx_graphics_g2d_SpriteCache_SpriteCache__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ZV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 595: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m595__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 596: + return new java_lang_Float_Float__FV(obj.getRotatedPackedWidth__F()); + case 597: + return new java_lang_Float_Float__FV(obj.getRotatedPackedHeight__F()); + case 598: + return obj.findValue__Ljava_lang_String_2_3I(params[0]); + case 600: + return new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 601: + return new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2V(params[0]); + case 602: + return new com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_TextureAtlas$AtlasRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 603: + return obj.setRegion__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]) , null; + case 604: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m604__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3])); + case 605: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m605__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3])); + case 606: + return obj.setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]) , null; + case 607: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m607__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIILjava_lang_Object_2(obj, params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 609: + return obj.setTexture__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]) , null; + case 610: + return new java_lang_Float_Float__FV(obj.getU__F()); + case 611: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m611__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 612: + return new java_lang_Float_Float__FV(obj.getV__F()); + case 613: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m613__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 614: + return new java_lang_Float_Float__FV(obj.getU2__F()); + case 615: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m615__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 616: + return new java_lang_Float_Float__FV(obj.getV2__F()); + case 617: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m617__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 618: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getRegionX__I()); + case 619: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m619__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 620: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getRegionY__I()); + case 621: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m621__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 622: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getRegionWidth__I()); + case 623: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m623__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 624: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getRegionHeight__I()); + case 625: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m625__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 626: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m626__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 627: + return java_lang_Boolean_$clinit__V() , obj.isFlipX__Z()?true:false; + case 628: + return java_lang_Boolean_$clinit__V() , obj.isFlipY__Z()?true:false; + case 629: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m629__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 630: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m630__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 631: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m631__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Texture_2II_3_3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 632: + return new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__V; + case 633: + return new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]); + case 634: + return new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2IIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 635: + return new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2IIIIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 636: + return new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_Texture_2FFFFV(params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4])); + case 637: + return new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 638: + return new com_badlogic_gdx_graphics_g2d_TextureRegion_TextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IIIIV(params[0], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 651: + return new com_badlogic_gdx_graphics_g3d_model_Animation_Animation__V; + case 652: + return obj.set__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(params[0]); + case 653: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m653__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIILcom_badlogic_gdx_graphics_g3d_model_MeshPart_2(obj, params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 777: + case 796: + case 812: + case 882: + case 917: + case 927: + case 942: + case 947: + case 952: + case 957: + case 962: + case 967: + case 976: + case 997: + case $intern_604: + case 1060: + case 1084: + case $intern_973: + case 1094: + case 654: + return obj.update__V() , null; + case 655: + return java_lang_Boolean_$clinit__V() , obj.equals__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Z(params[0])?true:false; + case 657: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m657__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2ZLjava_lang_Object_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 658: + return obj.render__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(params[0]) , null; + case 659: + return new com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__V; + case 660: + return new com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_Mesh_2IIIV(params[0], params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[3]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[4])); + case 661: + return new com_badlogic_gdx_graphics_g3d_model_MeshPart_MeshPart__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2V(params[0]); + case 662: + return obj.calculateLocalTransform__Lcom_badlogic_gdx_math_Matrix4_2(); + case 663: + return obj.calculateWorldTransform__Lcom_badlogic_gdx_math_Matrix4_2(); + case 664: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m664__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 665: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m665__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 666: + return obj.calculateBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0]); + case 667: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m667__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 668: + return obj.extendBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2Lcom_badlogic_gdx_math_collision_BoundingBox_2(params[0]); + case 669: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m669__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_math_collision_BoundingBox_2ZLcom_badlogic_gdx_math_collision_BoundingBox_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1])); + case 670: + return obj.attachTo__Lcom_badlogic_gdx_graphics_g3d_model_Node_2V(params[0]) , null; + case 671: + return obj.detach__V() , null; + case 672: + return java_lang_Boolean_$clinit__V() , obj.hasChildren__Z()?true:false; + case 673: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getChildCount__I()); + case 674: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m674__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 675: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m675__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(obj, params[0], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[1]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2])); + case 676: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.addChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2I(params[0])); + case 677: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.addChildren__Ljava_lang_Iterable_2I(params[0])); + case 678: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m678__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILcom_badlogic_gdx_graphics_g3d_model_Node_2I(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1])); + case 679: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m679__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ILjava_lang_Iterable_2I(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1])); + case 680: + return java_lang_Boolean_$clinit__V() , obj.removeChild__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Z(params[0])?true:false; + case 681: + return obj.getChildren__Ljava_lang_Iterable_2(); + case 682: + return obj.getParent__Lcom_badlogic_gdx_graphics_g3d_model_Node_2(); + case 683: + return java_lang_Boolean_$clinit__V() , obj.hasParent__Z()?true:false; + case 684: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_model_Node_2(); + case 685: + return obj.set__Lcom_badlogic_gdx_graphics_g3d_model_Node_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2(params[0]); + case 686: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m686__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_utils_Array_2Ljava_lang_String_2ZZLcom_badlogic_gdx_graphics_g3d_model_Node_2(params[0], params[1], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[2]), java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[3])); + case 687: + return new com_badlogic_gdx_graphics_g3d_model_Node_Node__V; + case 688: + return new com_badlogic_gdx_graphics_g3d_model_NodeAnimation_NodeAnimation__V; + case 689: + return new com_badlogic_gdx_graphics_g3d_model_NodeKeyframe_NodeKeyframe__FLjava_lang_Object_2V(java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), params[1]); + case 690: + return obj.setRenderable__Lcom_badlogic_gdx_graphics_g3d_Renderable_2Lcom_badlogic_gdx_graphics_g3d_Renderable_2(params[0]); + case 691: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2(); + case 692: + return obj.set__Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2(params[0]); + case 693: + return new com_badlogic_gdx_graphics_g3d_model_NodePart_NodePart__V; + case 694: + return new com_badlogic_gdx_graphics_g3d_model_NodePart_NodePart__Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2Lcom_badlogic_gdx_graphics_g3d_Material_2V(params[0], params[1]); + case 695: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelAnimation_ModelAnimation__V; + case 696: + return obj.addMesh__Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMesh_2V(params[0]) , null; + case 697: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelData_ModelData__V; + case 698: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_ModelMaterial__V; + case 699: + return com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, 1), $intern_215, 337, 0, [com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Lambert, com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_Phong]); + case 700: + return com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType$Map_$clinit__V() , com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial$MaterialType$Map_$MAP), params[0]); + case 707: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_ModelMesh__V; + case 708: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_ModelMeshPart__V; + case 715: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelNode_ModelNode__V; + case 716: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_ModelNodeAnimation__V; + case 717: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_ModelNodeKeyframe__V; + case 718: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_ModelNodePart__V; + case 731: + return new com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_ModelTexture__V; + case 732: + return obj.addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(params[0]); + case 733: + return obj.addChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelInitializer_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(params[0], params[1]); + case 734: + return obj.private$com_badlogic_gdx_graphics_g3d_particles_ParallelArray$allocateChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(params[0]); + case 735: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m735__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 736: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_badlogic_gwtref_client_IReflectionCacheGenerated_$m736__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2II(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]))); + case 737: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m737__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[0])); + case 738: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m738__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 739: + return obj.getChannel__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2(params[0]); + case 741: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m741__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 742: + return new com_badlogic_gdx_graphics_g3d_particles_ParallelArray_ParallelArray__IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 743: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m743__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2I_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[1])); + case 744: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m744__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 745: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m745__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 746: + return new com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_ParallelArray$ChannelDescriptor__ILjava_lang_Class_2IV(java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), params[1], java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[2])); + case 747: + return obj.init__Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2V(params[0]) , null; + case 748: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m748__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2I_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[1])); + case 749: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m749__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 750: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m750__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 751: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m751__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_2I_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[1])); + case 752: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m752__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 753: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m753__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 754: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m754__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_2I_3Ljava_lang_Object_2Ljava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(params[1])); + case 755: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m755__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 756: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m756__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 757: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m757__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 816: + case 758: + return obj.setTransform__Lcom_badlogic_gdx_math_Matrix4_2V(params[0]) , null; + case 759: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m759__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFFFFFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[3]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[4]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[5]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[6]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[7])); + case 817: + case 760: + return obj.rotate__Lcom_badlogic_gdx_math_Quaternion_2V(params[0]) , null; + case 761: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m761__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 819: + case 762: + return obj.translate__Lcom_badlogic_gdx_math_Vector3_2V(params[0]) , null; + case 763: + return obj.setTranslation__Lcom_badlogic_gdx_math_Vector3_2V(params[0]) , null; + case 764: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m764__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 821: + case 765: + return obj.scale__Lcom_badlogic_gdx_math_Vector3_2V(params[0]) , null; + case 766: + return obj.mul__Lcom_badlogic_gdx_math_Matrix4_2V(params[0]) , null; + case 767: + return obj.getTransform__Lcom_badlogic_gdx_math_Matrix4_2V(params[0]) , null; + case 815: + case 869: + case 893: + case 768: + return java_lang_Boolean_$clinit__V() , obj.isComplete__Z()?true:false; + case 797: + case 808: + case 867: + case 880: + case 925: + case 983: + case 990: + case 995: + case 1005: + case $intern_313: + case 1047: + case 1063: + case 1083: + case 1089: + case 769: + return obj.init__V() , null; + case 770: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m770__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 771: + return obj.bind__V() , null; + case 798: + case 809: + case 879: + case 1065: + case 772: + return obj.start__V() , null; + case 775: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m775__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 776: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m776__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 778: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m778__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 814: + case 779: + return obj.draw__V() , null; + case 780: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(); + case 825: + case 782: + return obj.getBoundingBox__Lcom_badlogic_gdx_math_collision_BoundingBox_2(); + case 783: + return obj.calculateBoundingBox__V() , null; + case 784: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.private$com_badlogic_gdx_graphics_g3d_particles_ParticleController$findIndex__Ljava_lang_Class_2I(params[0])); + case 785: + return obj.findInfluencer__Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2(params[0]); + case 786: + return obj.removeInfluencer__Ljava_lang_Class_2V(params[0]) , null; + case 787: + return java_lang_Boolean_$clinit__V() , obj.replaceInfluencer__Ljava_lang_Class_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2Z(params[0], params[1])?true:false; + case 806: + case 849: + case 853: + case 863: + case 876: + case 897: + case 919: + case 929: + case 935: + case 939: + case 973: + case $intern_589: + case 1061: + case 1068: + case 788: + return obj.write__Lcom_badlogic_gdx_utils_Json_2V(params[0]) , null; + case 807: + case 850: + case 854: + case 864: + case 877: + case 898: + case 920: + case 930: + case 936: + case 940: + case 974: + case 1027: + case $intern_969: + case 1069: + case 789: + return obj.read__Lcom_badlogic_gdx_utils_Json_2Lcom_badlogic_gdx_utils_JsonValue_2V(params[0], params[1]) , null; + case 804: + case 828: + case 857: + case 981: + case $intern_525: + case $intern_44: + case 1070: + case 790: + return obj.save__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(params[0], params[1]) , null; + case 805: + case 829: + case 858: + case 982: + case $intern_527: + case $intern_586: + case 1071: + case 791: + return obj.load__Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(params[0], params[1]) , null; + case 792: + return new com_badlogic_gdx_graphics_g3d_particles_ParticleController_ParticleController__V; + case 793: + return new com_badlogic_gdx_graphics_g3d_particles_ParticleController_ParticleController__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_2_3Lcom_badlogic_gdx_graphics_g3d_particles_influencers_Influencer_2V(params[0], params[1], params[2], params[3]); + case 794: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m794__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 795: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m795__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 896: + case 953: + case 1054: + case 1077: + case 1085: + case 1091: + case 1101: + case 801: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_2(); + case 878: + case 909: + case 910: + case 915: + case 923: + case 934: + case 937: + case 941: + case 946: + case 951: + case 956: + case 961: + case 966: + case 971: + case 975: + case 980: + case 996: + case $intern_54: + case $intern_587: + case $intern_601: + case 1058: + case 1064: + case 1076: + case 1082: + case 1099: + case 802: + return obj.allocateChannels__V() , null; + case 924: + case 1097: + case 803: + return obj.set__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(params[0]) , null; + case 813: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m813__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2FLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0])); + case 818: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m818__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 820: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m820__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2FFFLjava_lang_Object_2(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[0]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1]), java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[2])); + case 822: + return obj.getControllers__Lcom_badlogic_gdx_utils_Array_2(); + case 823: + return obj.findController__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2(params[0]); + case 826: + return obj.setBatch__Lcom_badlogic_gdx_utils_Array_2V(params[0]) , null; + case 827: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2(); + case 830: + return new com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect__V; + case 831: + return new com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2V(params[0]); + case 832: + return new com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_ParticleEffect___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(params[0]); + case 833: + return obj.loadAsync__Lcom_badlogic_gdx_assets_AssetManager_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_2V(params[0], params[1], params[2], params[3]) , null; + case 834: + return obj.getDependencies__Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_2Lcom_badlogic_gdx_utils_Array_2(params[0], params[1], params[2]); + case 835: + return obj.save__Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_2V(params[0], params[1]) , null; + case 836: + return obj.loadSync__Lcom_badlogic_gdx_assets_AssetManager_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffect_2(params[0], params[1], params[2], params[3]); + case 837: + return obj.private$com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$find__Lcom_badlogic_gdx_utils_Array_2Ljava_lang_Class_2Ljava_lang_Object_2(params[0], params[1]); + case 838: + return new com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_ParticleEffectLoader__Lcom_badlogic_gdx_assets_loaders_FileHandleResolver_2V; + case 839: + return new com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_ParticleEffectLoader$ParticleEffectLoadParameter__Lcom_badlogic_gdx_utils_Array_2V(params[0]); + case 840: + return new com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_ParticleEffectLoader$ParticleEffectSaveParameter__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_utils_Array_2V(params[0], params[1], params[2]); + case 841: + return new com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_ParticleEffectLoader$ParticleEffectSaveParameter__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_assets_AssetManager_2Lcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_utils_JsonWriter$OutputType_2ZV(params[0], params[1], params[2], params[3], java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[4])); + case 842: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.package_private$com_badlogic_gdx_graphics_g3d_particles$getAssetData__Ljava_lang_String_2Ljava_lang_Class_2I(params[0], params[1])); + case 843: + return obj.getAssetDescriptors__Lcom_badlogic_gdx_utils_Array_2(); + case 844: + return obj.getAssets__Lcom_badlogic_gdx_utils_Array_2(); + case 845: + return obj.createSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(); + case 846: + return obj.createSaveData__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(params[0]); + case 847: + return obj.getSaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(); + case 848: + return obj.getSaveData__Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2(params[0]); + case 851: + return new com_badlogic_gdx_graphics_g3d_particles_ResourceData_ResourceData__V; + case 852: + return new com_badlogic_gdx_graphics_g3d_particles_ResourceData_ResourceData__Ljava_lang_Object_2V(params[0]); + case 855: + return new com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_ResourceData$AssetData__V; + case 856: + return new com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_ResourceData$AssetData__Ljava_lang_String_2Ljava_lang_Class_2V(params[0], params[1]); + case 859: + return obj.saveAsset__Ljava_lang_String_2Ljava_lang_Class_2V(params[0], params[1]) , null; + case 860: + return obj.save__Ljava_lang_String_2Ljava_lang_Object_2V(params[0], params[1]) , null; + case 861: + return obj.loadAsset__Lcom_badlogic_gdx_assets_AssetDescriptor_2(); + case 862: + return obj.load__Ljava_lang_String_2Ljava_lang_Object_2(params[0]); + case 865: + return new com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_ResourceData$SaveData__V; + case 866: + return new com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_ResourceData$SaveData__Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2V(params[0]); + case 870: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getMinParticleCount__I()); + case 871: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m871__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 872: + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(obj.getMaxParticleCount__I()); + case 873: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m873__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 874: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m874__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 875: + return obj.set__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2V(params[0]) , null; + case 881: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m881__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 883: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m883__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2ILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0])); + case 884: + return obj.getLife__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(); + case 885: + return obj.getEmission__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(); + case 886: + return obj.getDuration__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2(); + case 887: + return obj.getDelay__Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2(); + case 888: + return obj.getLifeOffset__Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2(); + case 889: + return java_lang_Boolean_$clinit__V() , obj.isContinuous__Z()?true:false; + case 890: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m890__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2ZLjava_lang_Object_2(obj, java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(params[0])); + case 891: + return obj.getEmissionMode__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_2(); + case 892: + return obj.setEmissionMode__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_2V(params[0]) , null; + case 894: + return new java_lang_Float_Float__FV(obj.getPercentComplete__F()); + case 895: + return obj.set__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(params[0]) , null; + case 899: + return new com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_RegularEmitter__V; + case 900: + return new com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_RegularEmitter__Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2V(params[0]); + case 901: + return com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V() , com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, 1), $intern_246, 273, 0, [com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Enabled, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_EnabledUntilCycleEnd, com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_Disabled]); + case 902: + return com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode_$clinit__V() , java_lang_Enum_valueOf__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2Ljava_lang_Enum_2((com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode$Map_$clinit__V() , com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter$EmissionMode$Map_$MAP), params[0]); + case 911: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m911__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 912: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_2(); + case 913: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_ColorInfluencer$Random__V; + case 914: + return obj.set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2V(params[0]) , null; + case 916: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m916__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 918: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2(); + case 921: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_ColorInfluencer$Single__V; + case 922: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_ColorInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_2V(params[0]); + case 926: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m926__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 928: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2(); + case 931: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer__V; + case 932: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer___3Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2V(params[0]); + case 933: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_DynamicsInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2V(params[0]); + case 938: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m938__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 943: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_2(); + case 944: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_DynamicsModifier$BrownianAcceleration__V; + case 945: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_DynamicsModifier$BrownianAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_2V(params[0]); + case 948: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_2(); + case 949: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_DynamicsModifier$CentripetalAcceleration__V; + case 950: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_DynamicsModifier$CentripetalAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_2V(params[0]); + case 954: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_DynamicsModifier$FaceDirection__V; + case 955: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_DynamicsModifier$FaceDirection__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_2V(params[0]); + case 958: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_2(); + case 959: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_DynamicsModifier$PolarAcceleration__V; + case 960: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_DynamicsModifier$PolarAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_2V(params[0]); + case 963: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_2(); + case 964: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_DynamicsModifier$Rotational2D__V; + case 965: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_DynamicsModifier$Rotational2D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_2V(params[0]); + case 968: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_2(); + case 969: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_DynamicsModifier$Rotational3D__V; + case 970: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_DynamicsModifier$Rotational3D__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_2V(params[0]); + case 972: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m972__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 977: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_2(); + case 978: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_DynamicsModifier$TangentialAcceleration__V; + case 979: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_DynamicsModifier$TangentialAcceleration__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_2V(params[0]); + case 984: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m984__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 985: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m985__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 986: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2(); + case 987: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random__V; + case 988: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_2V(params[0]); + case 989: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Random_ModelInfluencer$Random___3Lcom_badlogic_gdx_graphics_g3d_Model_2V(params[0]); + case 991: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_2(); + case 992: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single__V; + case 993: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_2V(params[0]); + case 994: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer$Single_ModelInfluencer$Single___3Lcom_badlogic_gdx_graphics_g3d_Model_2V(params[0]); + case 998: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_2(); + case 999: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_ParticleControllerFinalizerInfluencer__V; + case $intern_616: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1007__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case $intern_617: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1008__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case $intern_618: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2(); + case 1010: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random__V; + case $intern_538: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(params[0]); + case $intern_619: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_ParticleControllerInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Random_2V(params[0]); + case $intern_311: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1014__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case $intern_725: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1015__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case $intern_557: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2(); + case $intern_558: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single___3Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2V(params[0]); + case $intern_559: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single__V; + case $intern_555: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_ParticleControllerInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer$Single_2V(params[0]); + case $intern_556: + return obj.setAtlasName__Ljava_lang_String_2V(params[0]) , null; + case $intern_579: + return obj.add___3Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]) , null; + case $intern_607: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_2(); + case $intern_608: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__V; + case $intern_611: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_2V(params[0]); + case 1033: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case $intern_624: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_RegionInfluencer$Animated__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]); + case $intern_626: + return obj.set__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]) , null; + case $intern_627: + return obj.set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V(params[0]) , null; + case 1037: + return obj.updateUV__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2V(params[0]) , null; + case 1038: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__V; + case $intern_966: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2V(params[0]); + case $intern_967: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_RegionInfluencer$AspectTextureRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 1041: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1041__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1042: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2(); + case 1043: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__V; + case 1044: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_2V(params[0]); + case 1045: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case 1046: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Random_RegionInfluencer$Random__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]); + case 1048: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_2(); + case 1049: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__V; + case 1050: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_2V(params[0]); + case 1051: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(params[0]); + case $intern_307: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Single_RegionInfluencer$Single__Lcom_badlogic_gdx_graphics_Texture_2V(params[0]); + case 1053: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1053__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case $intern_968: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_ScaleInfluencer__V; + case 1056: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_ScaleInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ScaleInfluencer_2V(params[0]); + case 1057: + return obj.private$com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer$set__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_2V(params[0]) , null; + case 1059: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1059__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1066: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1066__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2IILjava_lang_Object_2(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[0]), java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(params[1])); + case 1067: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2(); + case 1072: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__V; + case 1073: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2V(params[0]); + case 1074: + return new com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_SpawnInfluencer__Lcom_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_2V(params[0]); + case 1075: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_BillboardControllerRenderData__V; + case 1086: + case 1092: + case 1096: + case $intern_965: + case 1078: + return java_lang_Boolean_$clinit__V() , obj.isCompatible__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(params[0])?true:false; + case 1079: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_BillboardRenderer__V; + case 1080: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardRenderer_BillboardRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_BillboardParticleBatch_2V(params[0]); + case 1081: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_ModelInstanceControllerRenderData__V; + case $intern_971: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_ModelInstanceRenderer__V; + case 1088: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_ModelInstanceRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ModelInstanceParticleBatch_2V(params[0]); + case 1093: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_ParticleControllerControllerRenderer__V; + case 1095: + return java_lang_Boolean_$clinit__V() , obj.setBatch__Lcom_badlogic_gdx_graphics_g3d_particles_batches_ParticleBatch_2Z(params[0])?true:false; + case 1098: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_PointSpriteControllerRenderData__V; + case 1102: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_PointSpriteRenderer__V; + case 1103: + return new com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteRenderer_PointSpriteRenderer__Lcom_badlogic_gdx_graphics_g3d_particles_batches_PointSpriteParticleBatch_2V(params[0]); + case $intern_974: + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$m1104__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_2Lcom_badlogic_gdx_math_Vector3_2FLjava_lang_Object_2(obj, params[0], java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(params[1])); + case 1105: + return obj.copy__Lcom_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_2(); + case 1106: + return new com_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_CylinderSpawnShapeValue__Lcom_badlogic_gdx_graphics_g3d_particles_values_CylinderSpawnShapeValue_2V(params[0]); + } + return com_badlogic_gwtref_client_IReflectionCacheGenerated_$invoke1__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gwtref_client_Method_2Ljava_lang_Object_2_3Ljava_lang_Object_2Ljava_lang_Object_2(m, obj, params); +} +; +_.newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2 = function com_badlogic_gwtref_client_IReflectionCacheGenerated_newArray__Lcom_badlogic_gwtref_client_Type_2ILjava_lang_Object_2(t, size_0){ + if (t) { + switch (t.com_badlogic_gwtref_client_Type_id) { + case 0: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_20, 9, size_0, 16, 1); + case 1: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Z_1classLit, $intern_655, 193, size_0, 0, 2); + case 2: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_71, 9, size_0, 15, 1); + case 3: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_132, 90, size_0, 0, 2); + case 4: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_1779, 529, size_0, 0, 3); + case 5: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, size_0, 15, 1); + case 6: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_2316, 36, size_0, 0, 2); + case 7: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net_12_1classLit, $intern_144, 1125, size_0, 0, 1); + case 8: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpMethods_12_1classLit, $intern_144, 1326, size_0, 0, 1); + case 9: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpRequest_12_1classLit, $intern_1780, 398, size_0, 0, 1); + case 10: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponse_12_1classLit, $intern_144, 1126, size_0, 0, 1); + case 11: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponseListener_12_1classLit, $intern_144, 1327, size_0, 0, 1); + case 12: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, $intern_14, 399, size_0, 0, 1); + case 13: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$Protocol_12_1classLit, $intern_1779, 785, size_0, 0, 2); + case 14: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Color_12_1classLit, $intern_144, 37, size_0, 0, 1); + case 15: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Colors_12_1classLit, $intern_144, 1328, size_0, 0, 1); + case 16: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit, $intern_192, 93, size_0, 0, 1); + case 17: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, $intern_105, 177, size_0, 0, 1); + case 18: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureFilter_12_1classLit, $intern_1779, 786, size_0, 0, 2); + case 19: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, $intern_108, 267, size_0, 0, 1); + case 20: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_12_1classLit, $intern_1779, 787, size_0, 0, 2); + case 21: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3D_12_1classLit, $intern_144, 400, size_0, 0, 1); + case 22: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture3DData_12_1classLit, $intern_144, 1128, size_0, 0, 1); + case 23: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArray_12_1classLit, $intern_144, 178, size_0, 0, 1); + case 24: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_12_1classLit, $intern_144, 1129, size_0, 0, 1); + case 25: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureArrayData$Factory_12_1classLit, $intern_144, 563, size_0, 0, 1); + case 26: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData_12_1classLit, $intern_144, 788, size_0, 0, 1); + case 27: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$Factory_12_1classLit, $intern_144, 564, size_0, 0, 1); + case 28: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, $intern_113, 330, size_0, 0, 1); + case 29: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1TextureData$TextureDataType_12_1classLit, $intern_1779, 789, size_0, 0, 2); + case 30: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, $intern_115, 76, size_0, 0, 1); + case 31: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, $intern_1779, 460, size_0, 0, 2); + case 32: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_12_1classLit, {3:1, 4:1, 17:1, 5:1}, 331, size_0, 0, 1); + case 33: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttributes$Usage_12_1classLit, $intern_144, 565, size_0, 0, 1); + case 34: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_12_1classLit, $intern_144, 94, size_0, 0, 1); + case 35: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_12_1classLit, $intern_144, 239, size_0, 0, 1); + case 36: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, $intern_131, 332, size_0, 0, 1); + case 37: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_12_1classLit, $intern_1779, 1130, size_0, 0, 3); + case 38: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFontCache_12_1classLit, $intern_144, 268, size_0, 0, 1); + case 39: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_12_1classLit, $intern_1780, 212, size_0, 0, 1); + case 40: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_12_1classLit, $intern_1780, 566, size_0, 0, 1); + case 41: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_12_1classLit, $intern_144, 115, size_0, 0, 1); + case 42: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_12_1classLit, $intern_126, 105, size_0, 0, 1); + case 43: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteBatch_12_1classLit, $intern_144, 213, size_0, 0, 1); + case 44: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1SpriteCache_12_1classLit, $intern_144, 269, size_0, 0, 1); + case 45: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_12_1classLit, $intern_126, 152, size_0, 0, 1); + case 46: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, $intern_126, 69, size_0, 0, 1); + case 47: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, $intern_164, 150, size_0, 0, 2); + case 48: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit, $intern_1779, 1081, size_0, 0, 3); + case 49: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Animation_12_1classLit, $intern_144, 478, size_0, 0, 1); + case 50: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_12_1classLit, $intern_144, 270, size_0, 0, 1); + case 51: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_12_1classLit, {1153:1, 3:1, 4:1, 5:1}, 335, size_0, 0, 1); + case 52: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeAnimation_12_1classLit, $intern_144, 479, size_0, 0, 1); + case 53: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodeKeyframe_12_1classLit, $intern_144, 567, size_0, 0, 1); + case 54: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_12_1classLit, $intern_144, 336, size_0, 0, 1); + case 55: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelAnimation_12_1classLit, $intern_144, 568, size_0, 0, 1); + case 56: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelData_12_1classLit, $intern_144, 570, size_0, 0, 1); + case 57: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial_12_1classLit, $intern_144, 572, size_0, 0, 1); + case 58: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, $intern_215, 337, size_0, 0, 1); + case 59: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMaterial$MaterialType_12_1classLit, $intern_1779, 790, size_0, 0, 2); + case 60: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_12_1classLit, $intern_144, 571, size_0, 0, 1); + case 61: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, {1131:1, 3:1, 4:1, 5:1}, 575, size_0, 0, 1); + case 62: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMeshPart_12_1classLit, $intern_1779, 1131, size_0, 0, 2); + case 63: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, {1132:1, 3:1, 4:1, 5:1}, 573, size_0, 0, 1); + case 64: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeAnimation_12_1classLit, $intern_144, 569, size_0, 0, 1); + case 65: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodeKeyframe_12_1classLit, $intern_144, 577, size_0, 0, 1); + case 66: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, {1133:1, 3:1, 4:1, 5:1}, 576, size_0, 0, 1); + case 67: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNodePart_12_1classLit, $intern_1779, 1133, size_0, 0, 2); + case 68: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelNode_12_1classLit, $intern_1779, 1132, size_0, 0, 2); + case 69: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelTexture_12_1classLit, $intern_144, 574, size_0, 0, 1); + case 70: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray_12_1classLit, $intern_144, 480, size_0, 0, 1); + case 71: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_12_1classLit, $intern_2317, 240, size_0, 0, 1); + case 72: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_12_1classLit, $intern_144, 116, size_0, 0, 1); + case 73: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_12_1classLit, $intern_144, 684, size_0, 0, 1); + case 74: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$FloatChannel_12_1classLit, $intern_2317, 481, size_0, 0, 1); + case 75: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$IntChannel_12_1classLit, $intern_2317, 482, size_0, 0, 1); + case 76: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ObjectChannel_12_1classLit, $intern_2317, 483, size_0, 0, 1); + case 77: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_12_1classLit, {1154:1, 3:1, 4:1, 5:1}, 338, size_0, 0, 1); + case 78: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleControllerComponent_12_1classLit, $intern_144, 73, size_0, 0, 1); + case 79: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_12_1classLit, $intern_144, 340, size_0, 0, 1); + case 80: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader_12_1classLit, $intern_144, 579, size_0, 0, 1); + case 81: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_12_1classLit, $intern_144, 581, size_0, 0, 1); + case 82: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_12_1classLit, $intern_144, 402, size_0, 0, 1); + case 83: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_12_1classLit, $intern_144, 341, size_0, 0, 1); + case 84: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$AssetData_12_1classLit, $intern_144, 403, size_0, 0, 1); + case 85: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$Configurable_12_1classLit, $intern_144, 64, size_0, 0, 1); + case 86: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData$SaveData_12_1classLit, $intern_144, 342, size_0, 0, 1); + case 87: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_12_1classLit, $intern_144, 484, size_0, 0, 1); + case 88: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_12_1classLit, $intern_144, 272, size_0, 0, 1); + case 89: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, $intern_246, 273, size_0, 0, 1); + case 90: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_12_1classLit, $intern_1779, 791, size_0, 0, 2); + case 91: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer_12_1classLit, $intern_224, 485, size_0, 0, 1); + case 92: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Random_12_1classLit, $intern_224, 405, size_0, 0, 1); + case 93: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_12_1classLit, $intern_224, 274, size_0, 0, 1); + case 94: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_12_1classLit, $intern_224, 241, size_0, 0, 1); + case 95: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_12_1classLit, $intern_2318, 141, size_0, 0, 1); + case 96: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Angular_12_1classLit, $intern_2318, 180, size_0, 0, 1); + case 97: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_12_1classLit, $intern_2318, 343, size_0, 0, 1); + case 98: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_12_1classLit, $intern_2318, 344, size_0, 0, 1); + case 99: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_12_1classLit, $intern_2318, 406, size_0, 0, 1); + case 100: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_12_1classLit, $intern_2318, 345, size_0, 0, 1); + case 101: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_12_1classLit, $intern_2318, 346, size_0, 0, 1); + case 102: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_12_1classLit, $intern_2318, 347, size_0, 0, 1); + case 103: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Strength_12_1classLit, $intern_2318, 126, size_0, 0, 1); + case 104: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_12_1classLit, $intern_2318, 348, size_0, 0, 1); + case 105: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_12_1classLit, $intern_224, 84, size_0, 0, 1); + case 106: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer_12_1classLit, $intern_224, 181, size_0, 0, 1); + case 107: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_12_1classLit, $intern_224, 275, size_0, 0, 1); + case 108: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_12_1classLit, $intern_224, 276, size_0, 0, 1); + case 109: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerFinalizerInfluencer_12_1classLit, $intern_224, 408, size_0, 0, 1); + case 110: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer_12_1classLit, $intern_224, 182, size_0, 0, 1); + case 111: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_12_1classLit, $intern_224, 277, size_0, 0, 1); + case 112: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_12_1classLit, $intern_224, 278, size_0, 0, 1); + case 113: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer_12_1classLit, $intern_224, 111, size_0, 0, 1); + case 114: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_12_1classLit, $intern_224, 243, size_0, 0, 1); + case 115: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_12_1classLit, {1155:1, 3:1, 4:1, 5:1}, 242, size_0, 0, 1); + case 116: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_12_1classLit, $intern_224, 244, size_0, 0, 1); + case 117: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_12_1classLit, $intern_224, 245, size_0, 0, 1); + case 118: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_12_1classLit, $intern_224, 409, size_0, 0, 1); + case 119: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_12_1classLit, $intern_224, 349, size_0, 0, 1); + case 120: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_12_1classLit, $intern_224, 279, size_0, 0, 1); + case 121: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardControllerRenderData_12_1classLit, $intern_144, 487, size_0, 0, 1); + case 122: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1BillboardRenderer_12_1classLit, $intern_144, 350, size_0, 0, 1); + case 123: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceControllerRenderData_12_1classLit, $intern_144, 488, size_0, 0, 1); + case 124: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ModelInstanceRenderer_12_1classLit, $intern_144, 351, size_0, 0, 1); + case 125: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerControllerRenderer_12_1classLit, $intern_144, 489, size_0, 0, 1); + case 126: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderData_12_1classLit, $intern_144, 410, size_0, 0, 1); + case 127: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_12_1classLit, $intern_144, 214, size_0, 0, 1); + case 128: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteControllerRenderData_12_1classLit, $intern_144, 490, size_0, 0, 1); + case 129: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1PointSpriteRenderer_12_1classLit, $intern_144, 352, size_0, 0, 1); + case 130: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_12_1classLit, $intern_144, 411, size_0, 0, 1); + case 131: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_12_1classLit, $intern_144, 412, size_0, 0, 1); + case 132: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_12_1classLit, $intern_144, 486, size_0, 0, 1); + case 133: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_12_1classLit, $intern_144, 413, size_0, 0, 1); + case 134: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue_12_1classLit, $intern_144, 246, size_0, 0, 1); + case 135: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1MeshSpawnShapeValue$Triangle_12_1classLit, $intern_144, 414, size_0, 0, 1); + case 136: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_12_1classLit, $intern_144, 582, size_0, 0, 1); + case 137: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_12_1classLit, $intern_144, 121, size_0, 0, 1); + case 138: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_12_1classLit, $intern_144, 353, size_0, 0, 1); + case 139: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue_12_1classLit, $intern_144, 127, size_0, 0, 1); + case 140: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, $intern_291, 280, size_0, 0, 1); + case 141: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_12_1classLit, $intern_1779, 792, size_0, 0, 2); + case 142: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_12_1classLit, $intern_144, 215, size_0, 0, 1); + case 143: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_12_1classLit, $intern_144, 415, size_0, 0, 1); + case 144: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_12_1classLit, $intern_144, 110, size_0, 0, 1); + case 145: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_12_1classLit, $intern_144, 134, size_0, 0, 1); + case 146: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_12_1classLit, $intern_144, 416, size_0, 0, 1); + case 147: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_12_1classLit, $intern_144, 417, size_0, 0, 1); + case 148: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1Map_12_1classLit, $intern_144, 419, size_0, 0, 1); + case 149: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapGroupLayer_12_1classLit, $intern_144, 583, size_0, 0, 1); + case 150: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayer_12_1classLit, $intern_144, 216, size_0, 0, 1); + case 151: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapLayers_12_1classLit, $intern_144, 420, size_0, 0, 1); + case 152: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObject_12_1classLit, $intern_144, 122, size_0, 0, 1); + case 153: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapObjects_12_1classLit, $intern_144, 491, size_0, 0, 1); + case 154: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapProperties_12_1classLit, $intern_144, 281, size_0, 0, 1); + case 155: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapRenderer_12_1classLit, $intern_144, 1329, size_0, 0, 1); + case 156: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1CircleMapObject_12_1classLit, $intern_144, 421, size_0, 0, 1); + case 157: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1EllipseMapObject_12_1classLit, $intern_144, 422, size_0, 0, 1); + case 158: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolygonMapObject_12_1classLit, $intern_144, 354, size_0, 0, 1); + case 159: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1PolylineMapObject_12_1classLit, $intern_144, 355, size_0, 0, 1); + case 160: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1RectangleMapObject_12_1classLit, $intern_144, 425, size_0, 0, 1); + case 161: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1objects_1TextureMapObject_12_1classLit, $intern_144, 282, size_0, 0, 1); + case 162: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMap_12_1classLit, $intern_144, 584, size_0, 0, 1); + case 163: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_12_1classLit, $intern_144, 585, size_0, 0, 1); + case 164: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapRenderer_12_1classLit, $intern_144, 1330, size_0, 0, 1); + case 165: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit, $intern_144, 1331, size_0, 0, 1); + case 166: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, $intern_328, 356, size_0, 0, 1); + case 167: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_12_1classLit, $intern_1779, 793, size_0, 0, 2); + case 168: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_12_1classLit, $intern_144, 586, size_0, 0, 1); + case 169: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, $intern_329, 493, size_0, 0, 1); + case 170: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_12_1classLit, $intern_1779, 1134, size_0, 0, 3); + case 171: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_12_1classLit, $intern_144, 587, size_0, 0, 1); + case 172: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSets_12_1classLit, $intern_144, 492, size_0, 0, 1); + case 173: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1objects_1TiledMapTileMapObject_12_1classLit, $intern_144, 588, size_0, 0, 1); + case 174: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Affine2_12_1classLit, $intern_655, 426, size_0, 0, 1); + case 175: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1BSpline_12_1classLit, $intern_144, 494, size_0, 0, 1); + case 176: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bezier_12_1classLit, $intern_144, 357, size_0, 0, 1); + case 177: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Bresenham2_12_1classLit, $intern_144, 589, size_0, 0, 1); + case 178: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CatmullRomSpline_12_1classLit, $intern_144, 495, size_0, 0, 1); + case 179: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Circle_12_1classLit, $intern_655, 183, size_0, 0, 1); + case 180: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1ConvexHull_12_1classLit, $intern_144, 590, size_0, 0, 1); + case 181: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1CumulativeDistribution_12_1classLit, $intern_144, 418, size_0, 0, 1); + case 182: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1DelaunayTriangulator_12_1classLit, $intern_144, 591, size_0, 0, 1); + case 183: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1EarClippingTriangulator_12_1classLit, $intern_144, 593, size_0, 0, 1); + case 184: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Ellipse_12_1classLit, $intern_655, 217, size_0, 0, 1); + case 185: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1FloatCounter_12_1classLit, $intern_1780, 594, size_0, 0, 1); + case 186: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Frustum_12_1classLit, $intern_144, 497, size_0, 0, 1); + case 187: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GeometryUtils_12_1classLit, $intern_144, 1332, size_0, 0, 1); + case 188: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint2_12_1classLit, $intern_655, 283, size_0, 0, 1); + case 189: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1GridPoint3_12_1classLit, $intern_655, 358, size_0, 0, 1); + case 190: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation_12_1classLit, $intern_144, 85, size_0, 0, 1); + case 191: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Bounce_12_1classLit, $intern_144, 429, size_0, 0, 1); + case 192: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceIn_12_1classLit, $intern_144, 430, size_0, 0, 1); + case 193: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$BounceOut_12_1classLit, $intern_144, 185, size_0, 0, 1); + case 194: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Elastic_12_1classLit, $intern_144, 249, size_0, 0, 1); + case 195: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticIn_12_1classLit, $intern_144, 498, size_0, 0, 1); + case 196: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ElasticOut_12_1classLit, $intern_144, 499, size_0, 0, 1); + case 197: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Exp_12_1classLit, $intern_144, 219, size_0, 0, 1); + case 198: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpIn_12_1classLit, $intern_144, 427, size_0, 0, 1); + case 199: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$ExpOut_12_1classLit, $intern_144, 428, size_0, 0, 1); + case 200: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Pow_12_1classLit, $intern_144, 184, size_0, 0, 1); + case 201: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowIn_12_1classLit, $intern_144, 284, size_0, 0, 1); + case 202: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$PowOut_12_1classLit, $intern_144, 285, size_0, 0, 1); + case 203: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$Swing_12_1classLit, $intern_144, 500, size_0, 0, 1); + case 204: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingIn_12_1classLit, $intern_144, 501, size_0, 0, 1); + case 205: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Interpolation$SwingOut_12_1classLit, $intern_144, 502, size_0, 0, 1); + case 206: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector_12_1classLit, $intern_144, 1333, size_0, 0, 1); + case 207: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_12_1classLit, $intern_144, 595, size_0, 0, 1); + case 208: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_12_1classLit, $intern_144, 596, size_0, 0, 1); + case 209: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1MathUtils_12_1classLit, $intern_144, 1334, size_0, 0, 1); + case 210: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix3_12_1classLit, $intern_655, 339, size_0, 0, 1); + case 211: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_210, 72, size_0, 0, 1); + case 212: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Matrix4_12_1classLit, $intern_1779, 1083, size_0, 0, 2); + case 213: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree_12_1classLit, $intern_144, 597, size_0, 0, 1); + case 214: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$Collider_12_1classLit, $intern_144, 1335, size_0, 0, 1); + case 215: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_12_1classLit, $intern_144, 598, size_0, 0, 1); + case 216: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Path_12_1classLit, $intern_144, 794, size_0, 0, 1); + case 217: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, $intern_356, 218, size_0, 0, 1); + case 218: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, $intern_399, 286, size_0, 0, 1); + case 219: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane$PlaneSide_12_1classLit, $intern_1779, 795, size_0, 0, 2); + case 220: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Plane_12_1classLit, $intern_1779, 1084, size_0, 0, 2); + case 221: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polygon_12_1classLit, $intern_144, 423, size_0, 0, 1); + case 222: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Polyline_12_1classLit, $intern_144, 424, size_0, 0, 1); + case 223: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, {1135:1, 3:1, 15:1, 4:1, 5:1}, 133, size_0, 0, 1); + case 224: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Quaternion_12_1classLit, $intern_1779, 1135, size_0, 0, 2); + case 225: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1RandomXS128_12_1classLit, $intern_144, 471, size_0, 0, 1); + case 226: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Rectangle_12_1classLit, $intern_655, 98, size_0, 0, 1); + case 227: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Shape2D_12_1classLit, $intern_144, 462, size_0, 0, 1); + case 228: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, {166:1, 3:1, 4:1, 5:1}, 784, size_0, 0, 1); + case 229: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, {1136:1, 166:1, 3:1, 15:1, 4:1, 5:1}, 40, size_0, 0, 1); + case 230: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector2_12_1classLit, $intern_1779, 1136, size_0, 0, 2); + case 231: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_355, 32, size_0, 0, 1); + case 232: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector3_12_1classLit, $intern_1779, 314, size_0, 0, 2); + case 233: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector4_12_1classLit, {166:1, 3:1, 15:1, 4:1, 5:1}, 142, size_0, 0, 1); + case 234: + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Vector_12_1classLit, $intern_1779, 166, size_0, 0, 2); + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_1790)); +} +; +_.set__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V = function com_badlogic_gwtref_client_IReflectionCacheGenerated_set__Lcom_badlogic_gwtref_client_Field_2Ljava_lang_Object_2Ljava_lang_Object_2V(field, obj, value_0){ + switch (field.com_badlogic_gwtref_client_Field_setter) { + case 6: + obj.com_badlogic_gdx_Net$HttpRequest_httpMethod = value_0; + return; + case 7: + obj.com_badlogic_gdx_Net$HttpRequest_url = value_0; + return; + case 8: + obj.com_badlogic_gdx_Net$HttpRequest_headers = value_0; + return; + case 9: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s9__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 10: + obj.com_badlogic_gdx_Net$HttpRequest_content = value_0; + return; + case 11: + obj.com_badlogic_gdx_Net$HttpRequest_contentStream = value_0; + return; + case 13: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s13__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 14: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s14__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_Net$HttpRequest_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 51: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s51__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 52: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s52__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 53: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s53__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 54: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s54__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_Color_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 56: + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_assetManager = value_0; + return; + case 58: + obj.com_badlogic_gdx_graphics_Texture_data = value_0; + return; + case 72: + obj.com_badlogic_gdx_graphics_Texture3D_data = value_0; + return; + case 73: + obj.com_badlogic_gdx_graphics_Texture3D_rWrap = value_0; + return; + case 75: + obj.com_badlogic_gdx_graphics_TextureArray_data = value_0; + return; + case 82: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s82__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttribute_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 83: + obj.com_badlogic_gdx_graphics_VertexAttribute_alias = value_0; + return; + case 84: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s84__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttribute_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 89: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s89__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 90: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s90__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_VertexAttributes_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 105: + obj.com_badlogic_gdx_graphics_g2d_BitmapFont_regions = value_0; + return; + case 107: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s107__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 108: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s108__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 109: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s109__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 110: + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_name = value_0; + return; + case 111: + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_imagePaths = value_0; + return; + case 112: + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_fontFile = value_0; + return; + case 113: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s113__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 114: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s114__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 115: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s115__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 116: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s116__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 117: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s117__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 118: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s118__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 119: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s119__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 120: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s120__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 121: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s121__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 122: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s122__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 123: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s123__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 124: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s124__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 125: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s125__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 126: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s126__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 127: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s127__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 129: + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_missingGlyph = value_0; + return; + case 130: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s130__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 131: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s131__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 132: + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_breakChars = value_0; + return; + case 133: + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_xChars = value_0; + return; + case 134: + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_capChars = value_0; + return; + case 135: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s135__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 136: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s136__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 137: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s137__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 138: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s138__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 139: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s139__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 140: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s140__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 141: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s141__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 142: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s142__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 143: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s143__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 144: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s144__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 145: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s145__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 146: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s146__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 147: + obj.com_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_kerning = value_0; + return; + case 148: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s148__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 149: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s149__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFont$Glyph_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 152: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s152__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 155: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s155__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 156: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s156__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 157: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s157__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 159: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s159__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_BitmapFontCache_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 160: + obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageVertices = value_0; + return; + case 161: + obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_idx = value_0; + return; + case 162: + obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_pageGlyphIndices = value_0; + return; + case 163: + obj.com_badlogic_gdx_graphics_g2d_BitmapFontCache_tempGlyphCount = value_0; + return; + case 169: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s169__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 170: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s170__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 171: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s171__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 172: + obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_glyphs = value_0; + return; + case 173: + obj.com_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_xAdvances = value_0; + return; + case 174: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s174__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 175: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s175__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 176: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s176__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_GlyphLayout$GlyphRun_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 187: + obj.com_badlogic_gdx_graphics_g2d_NinePatch_texture = value_0; + return; + case 188: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s188__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 189: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s189__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 190: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s190__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 191: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s191__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 192: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s192__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 193: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s193__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 194: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s194__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 195: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s195__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 196: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s196__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 197: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s197__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 198: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s198__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 199: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s199__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 200: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s200__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 201: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s201__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 202: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s202__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 203: + obj.com_badlogic_gdx_graphics_g2d_NinePatch_vertices = value_0; + return; + case 204: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s204__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 206: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s206__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 207: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s207__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 208: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s208__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 209: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s209__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_NinePatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 214: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s214__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 215: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s215__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 216: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s216__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 217: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s217__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 218: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s218__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 219: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s219__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 220: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s220__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 221: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s221__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 222: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s222__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 223: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s223__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_Sprite_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 224: + obj.com_badlogic_gdx_graphics_g2d_Sprite_bounds = value_0; + return; + case 225: + com_badlogic_gdx_graphics_g2d_SpriteBatch_$clinit__V(); + com_badlogic_gdx_graphics_g2d_SpriteBatch_defaultVertexDataType = value_0; + return; + case 226: + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_mesh = value_0; + return; + case 228: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s228__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 229: + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_lastTexture = value_0; + return; + case 230: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s230__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 231: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s231__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 232: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s232__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 236: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s236__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 237: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s237__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 238: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s238__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 239: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s239__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 240: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s240__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 242: + obj.com_badlogic_gdx_graphics_g2d_SpriteBatch_customShader = value_0; + return; + case 243: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s243__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 245: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s245__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 246: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s246__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 247: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s247__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 248: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s248__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteBatch_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 251: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s251__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 254: + obj.com_badlogic_gdx_graphics_g2d_SpriteCache_caches = value_0; + return; + case 261: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s261__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 262: + obj.com_badlogic_gdx_graphics_g2d_SpriteCache_customShader = value_0; + return; + case 263: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s263__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 264: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s264__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_SpriteCache_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 265: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s265__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 266: + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_name = value_0; + return; + case 267: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s267__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 268: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s268__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 269: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s269__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 270: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s270__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 271: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s271__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 272: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s272__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 273: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s273__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 274: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s274__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 275: + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_names = value_0; + return; + case 276: + obj.com_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_values = value_0; + return; + case 277: + obj.com_badlogic_gdx_graphics_g2d_TextureRegion_texture = value_0; + return; + case 278: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s278__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 279: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s279__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 280: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s280__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 281: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s281__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 282: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s282__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 283: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s283__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 284: + obj.com_badlogic_gdx_graphics_g3d_model_Animation_id = value_0; + return; + case 285: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s285__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Animation_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 286: + obj.com_badlogic_gdx_graphics_g3d_model_Animation_nodeAnimations = value_0; + return; + case 287: + obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_id = value_0; + return; + case 288: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s288__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 289: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s289__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 290: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s290__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 291: + obj.com_badlogic_gdx_graphics_g3d_model_MeshPart_mesh = value_0; + return; + case 294: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s294__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_MeshPart_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 296: + obj.com_badlogic_gdx_graphics_g3d_model_Node_id = value_0; + return; + case 297: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s297__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 298: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s298__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_Node_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 304: + obj.com_badlogic_gdx_graphics_g3d_model_Node_parts = value_0; + return; + case 305: + obj.com_badlogic_gdx_graphics_g3d_model_Node_parent = value_0; + return; + case 307: + obj.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_node = value_0; + return; + case 308: + obj.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_translation = value_0; + return; + case 309: + obj.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_rotation = value_0; + return; + case 310: + obj.com_badlogic_gdx_graphics_g3d_model_NodeAnimation_scaling = value_0; + return; + case 311: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s311__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_NodeKeyframe_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 313: + obj.com_badlogic_gdx_graphics_g3d_model_NodePart_meshPart = value_0; + return; + case 314: + obj.com_badlogic_gdx_graphics_g3d_model_NodePart_material = value_0; + return; + case 315: + obj.com_badlogic_gdx_graphics_g3d_model_NodePart_invBoneBindTransforms = value_0; + return; + case 316: + obj.com_badlogic_gdx_graphics_g3d_model_NodePart_bones = value_0; + return; + case 317: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s317__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_NodePart_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 318: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelAnimation_id = value_0; + return; + case 319: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelAnimation_nodeAnimations = value_0; + return; + case 320: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelData_id = value_0; + return; + case 326: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_id = value_0; + return; + case 327: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_type = value_0; + return; + case 328: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_ambient = value_0; + return; + case 329: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_diffuse = value_0; + return; + case 330: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_specular = value_0; + return; + case 331: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_emissive = value_0; + return; + case 332: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_reflection = value_0; + return; + case 333: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s333__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 334: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s334__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 335: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMaterial_textures = value_0; + return; + case 338: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_id = value_0; + return; + case 339: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_attributes = value_0; + return; + case 340: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_vertices = value_0; + return; + case 341: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMesh_parts = value_0; + return; + case 342: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_id = value_0; + return; + case 343: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_indices = value_0; + return; + case 344: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s344__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelMeshPart_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 345: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_id = value_0; + return; + case 346: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_translation = value_0; + return; + case 347: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_rotation = value_0; + return; + case 348: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_scale = value_0; + return; + case 349: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_meshId = value_0; + return; + case 350: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_parts = value_0; + return; + case 351: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNode_children = value_0; + return; + case 352: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_nodeId = value_0; + return; + case 353: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_translation = value_0; + return; + case 354: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_rotation = value_0; + return; + case 355: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeAnimation_scaling = value_0; + return; + case 356: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s356__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 357: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodeKeyframe_value = value_0; + return; + case 358: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_materialId = value_0; + return; + case 359: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_meshPartId = value_0; + return; + case 360: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_bones = value_0; + return; + case 361: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelNodePart_uvMapping = value_0; + return; + case 373: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_id = value_0; + return; + case 374: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_fileName = value_0; + return; + case 375: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_uvTranslation = value_0; + return; + case 376: + obj.com_badlogic_gdx_graphics_g3d_model_data_ModelTexture_uvScaling = value_0; + return; + case 377: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s377__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_model_data_ModelTexture_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 378: + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray_arrays = value_0; + return; + case 379: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s379__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 380: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s380__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 381: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s381__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 382: + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_data = value_0; + return; + case 383: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s383__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$Channel_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 384: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s384__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 385: + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_type = value_0; + return; + case 386: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s386__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ChannelDescriptor_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 387: + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$FloatChannel_data = value_0; + return; + case 388: + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$IntChannel_data = value_0; + return; + case 389: + obj.com_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_componentType = value_0; + return; + case 390: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s390__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParallelArray$ObjectChannel_2_3Ljava_lang_Object_2V(obj, com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)); + return; + case 392: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_name = value_0; + return; + case 393: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_emitter = value_0; + return; + case 394: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_influencers = value_0; + return; + case 395: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_renderer = value_0; + return; + case 396: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particles = value_0; + return; + case 397: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_particleChannels = value_0; + return; + case 398: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_transform = value_0; + return; + case 399: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_scale = value_0; + return; + case 400: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleController_boundingBox = value_0; + return; + case 401: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s401__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 402: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s402__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleController_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 413: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleControllerComponent_controller = value_0; + return; + case 414: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_controllers = value_0; + return; + case 415: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffect_bounds = value_0; + return; + case 416: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader_items = value_0; + return; + case 417: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectLoadParameter_batches = value_0; + return; + case 418: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_batches = value_0; + return; + case 419: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_file = value_0; + return; + case 420: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_manager = value_0; + return; + case 421: + obj.com_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_jsonOutputType = value_0; + return; + case 422: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s422__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ParticleEffectLoader$ParticleEffectSaveParameter_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 423: + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_uniqueData = value_0; + return; + case 424: + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_data = value_0; + return; + case 425: + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_sharedAssets = value_0; + return; + case 426: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s426__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 427: + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData_resource = value_0; + return; + case 428: + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_filename = value_0; + return; + case 429: + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$AssetData_type = value_0; + return; + case 430: + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_data = value_0; + return; + case 431: + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_assets = value_0; + return; + case 432: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s432__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 433: + obj.com_badlogic_gdx_graphics_g3d_particles_ResourceData$SaveData_resources = value_0; + return; + case 434: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s434__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 435: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s435__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 436: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s436__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_Emitter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 437: + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_delayValue = value_0; + return; + case 438: + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_durationValue = value_0; + return; + case 439: + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeOffsetValue = value_0; + return; + case 440: + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeValue = value_0; + return; + case 441: + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionValue = value_0; + return; + case 442: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s442__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 443: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s443__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 444: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s444__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 445: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s445__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 446: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s446__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 447: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s447__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 448: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s448__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 449: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s449__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 450: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s450__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 451: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s451__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 452: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s452__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 453: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s453__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 454: + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_emissionMode = value_0; + return; + case 455: + obj.com_badlogic_gdx_graphics_g3d_particles_emitters_RegularEmitter_lifeChannel = value_0; + return; + case 459: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer_colorChannel = value_0; + return; + case 460: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Random_colorChannel = value_0; + return; + case 461: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaInterpolationChannel = value_0; + return; + case 462: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_lifeChannel = value_0; + return; + case 463: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_alphaValue = value_0; + return; + case 464: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ColorInfluencer$Single_colorValue = value_0; + return; + case 465: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_velocities = value_0; + return; + case 466: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_accellerationChannel = value_0; + return; + case 467: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_positionChannel = value_0; + return; + case 468: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_previousPositionChannel = value_0; + return; + case 469: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_rotationChannel = value_0; + return; + case 470: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_angularVelocityChannel = value_0; + return; + case 471: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s471__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 472: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s472__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 473: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s473__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsInfluencer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 478: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s478__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 479: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier_lifeChannel = value_0; + return; + case 480: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_angularChannel = value_0; + return; + case 481: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_thetaValue = value_0; + return; + case 482: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Angular_phiValue = value_0; + return; + case 483: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$BrownianAcceleration_accelerationChannel = value_0; + return; + case 484: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_accelerationChannel = value_0; + return; + case 485: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$CentripetalAcceleration_positionChannel = value_0; + return; + case 486: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_rotationChannel = value_0; + return; + case 487: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$FaceDirection_accellerationChannel = value_0; + return; + case 488: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$PolarAcceleration_directionalVelocityChannel = value_0; + return; + case 489: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational2D_rotationalVelocity2dChannel = value_0; + return; + case 490: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationChannel = value_0; + return; + case 491: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Rotational3D_rotationalForceChannel = value_0; + return; + case 492: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthChannel = value_0; + return; + case 493: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$Strength_strengthValue = value_0; + return; + case 494: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_directionalVelocityChannel = value_0; + return; + case 495: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_DynamicsModifier$TangentialAcceleration_positionChannel = value_0; + return; + case 496: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_models = value_0; + return; + case 497: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ModelInfluencer_modelChannel = value_0; + return; + case 499: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_positionChannel = value_0; + return; + case 500: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_scaleChannel = value_0; + return; + case 501: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_rotationChannel = value_0; + return; + case 502: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_controllerChannel = value_0; + return; + case 503: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s503__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 504: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s504__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerFinalizerInfluencer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 505: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_templates = value_0; + return; + case 506: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_ParticleControllerInfluencer_particleControllerChannel = value_0; + return; + case 508: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regions = value_0; + return; + case 509: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_regionChannel = value_0; + return; + case 510: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer_atlasName = value_0; + return; + case 512: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$Animated_lifeChannel = value_0; + return; + case 513: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s513__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 514: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s514__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 515: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s515__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 516: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s516__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 517: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s517__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 518: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_RegionInfluencer$AspectTextureRegion_imageName = value_0; + return; + case 519: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_value = value_0; + return; + case 520: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannel = value_0; + return; + case 521: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_interpolationChannel = value_0; + return; + case 522: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_lifeChannel = value_0; + return; + case 523: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SimpleInfluencer_valueChannelDescriptor = value_0; + return; + case 524: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_spawnShapeValue = value_0; + return; + case 525: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_positionChannel = value_0; + return; + case 526: + obj.com_badlogic_gdx_graphics_g3d_particles_influencers_SpawnInfluencer_rotationChannel = value_0; + return; + case 527: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_regionChannel = value_0; + return; + case 528: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_colorChannel = value_0; + return; + case 529: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_scaleChannel = value_0; + return; + case 530: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_BillboardControllerRenderData_rotationChannel = value_0; + return; + case 531: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_modelInstanceChannel = value_0; + return; + case 532: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_colorChannel = value_0; + return; + case 533: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_scaleChannel = value_0; + return; + case 534: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceControllerRenderData_rotationChannel = value_0; + return; + case 535: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s535__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 536: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s536__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 537: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s537__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_renderers_ModelInstanceRenderer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 538: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerControllerRenderer_controllerChannel = value_0; + return; + case 539: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_controller = value_0; + return; + case 540: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderData_positionChannel = value_0; + return; + case 541: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_batch = value_0; + return; + case 542: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_ParticleControllerRenderer_renderData = value_0; + return; + case 543: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_regionChannel = value_0; + return; + case 544: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_colorChannel = value_0; + return; + case 545: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_scaleChannel = value_0; + return; + case 546: + obj.com_badlogic_gdx_graphics_g3d_particles_renderers_PointSpriteControllerRenderData_rotationChannel = value_0; + return; + case 547: + obj.com_badlogic_gdx_graphics_g3d_particles_values_EllipseSpawnShapeValue_side = value_0; + return; + case 548: + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_$clinit__V(); + com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_temp = value_0; + return; + case 549: + obj.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_colors = value_0; + return; + case 550: + obj.com_badlogic_gdx_graphics_g3d_particles_values_GradientColorValue_timeline = value_0; + return; + case 551: + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_mesh = value_0; + return; + case 552: + obj.com_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue_model = value_0; + return; + case 553: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s553__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 554: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s554__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 555: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s555__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 556: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s556__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 557: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s557__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 558: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s558__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 559: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s559__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 560: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s560__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 561: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s561__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_MeshSpawnShapeValue$Triangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 562: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s562__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_NumericValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 563: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s563__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ParticleValue_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 565: + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnWidthValue = value_0; + return; + case 566: + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnHeightValue = value_0; + return; + case 567: + obj.com_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_spawnDepthValue = value_0; + return; + case 568: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s568__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 569: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s569__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 570: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s570__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 571: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s571__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 572: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s572__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 573: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s573__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 574: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s574__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_PrimitiveSpawnShapeValue_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 578: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s578__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 579: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s579__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_RangedNumericValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 580: + obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_scaling = value_0; + return; + case 581: + obj.com_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_timeline = value_0; + return; + case 582: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s582__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 583: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s583__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 584: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s584__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_ScaledNumericValue_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 585: + obj.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_xOffsetValue = value_0; + return; + case 586: + obj.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_yOffsetValue = value_0; + return; + case 587: + obj.com_badlogic_gdx_graphics_g3d_particles_values_SpawnShapeValue_zOffsetValue = value_0; + return; + case 588: + obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_vertices = value_0; + return; + case 589: + obj.com_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_indices = value_0; + return; + case 590: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s590__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 591: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s591__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 592: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s592__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 593: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s593__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_graphics_g3d_particles_values_UnweightedMeshSpawnShapeValue_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 594: + obj.com_badlogic_gdx_graphics_g3d_particles_values_WeightMeshSpawnShapeValue_distribution = value_0; + return; + case 595: + obj.com_badlogic_gdx_maps_Map_layers = value_0; + return; + case 596: + obj.com_badlogic_gdx_maps_Map_properties = value_0; + return; + case 597: + obj.com_badlogic_gdx_maps_MapGroupLayer_layers = value_0; + return; + case 598: + obj.com_badlogic_gdx_maps_MapLayer_name = value_0; + return; + case 599: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s599__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 600: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s600__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 601: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s601__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 602: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s602__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 603: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s603__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 604: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s604__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 605: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s605__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 606: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s606__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 607: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s607__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapLayer_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 608: + obj.com_badlogic_gdx_maps_MapLayer_parent = value_0; + return; + case 609: + obj.com_badlogic_gdx_maps_MapLayer_objects = value_0; + return; + case 610: + obj.com_badlogic_gdx_maps_MapLayer_properties = value_0; + return; + case 611: + obj.com_badlogic_gdx_maps_MapLayers_layers = value_0; + return; + case 612: + obj.com_badlogic_gdx_maps_MapObject_name = value_0; + return; + case 613: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s613__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObject_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 614: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s614__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_MapObject_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 615: + obj.com_badlogic_gdx_maps_MapObject_properties = value_0; + return; + case 616: + obj.com_badlogic_gdx_maps_MapObject_color = value_0; + return; + case 617: + obj.com_badlogic_gdx_maps_MapObjects_objects = value_0; + return; + case 618: + obj.com_badlogic_gdx_maps_MapProperties_properties = value_0; + return; + case 619: + obj.com_badlogic_gdx_maps_objects_CircleMapObject_circle = value_0; + return; + case 620: + obj.com_badlogic_gdx_maps_objects_EllipseMapObject_ellipse = value_0; + return; + case 621: + obj.com_badlogic_gdx_maps_objects_PolygonMapObject_polygon = value_0; + return; + case 622: + obj.com_badlogic_gdx_maps_objects_PolylineMapObject_polyline = value_0; + return; + case 623: + obj.com_badlogic_gdx_maps_objects_RectangleMapObject_rectangle = value_0; + return; + case 624: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s624__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 625: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s625__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 626: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s626__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 627: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s627__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 628: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s628__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 629: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s629__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 630: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s630__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_objects_TextureMapObject_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 631: + obj.com_badlogic_gdx_maps_objects_TextureMapObject_textureRegion = value_0; + return; + case 632: + obj.com_badlogic_gdx_maps_tiled_TiledMap_tilesets = value_0; + return; + case 633: + obj.com_badlogic_gdx_maps_tiled_TiledMap_ownedResources = value_0; + return; + case 634: + obj.com_badlogic_gdx_maps_tiled_TiledMapImageLayer_region = value_0; + return; + case 635: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s635__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapImageLayer_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 636: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s636__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapImageLayer_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 639: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s639__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 640: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s640__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 641: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s641__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 642: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s642__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 643: + obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer_cells = value_0; + return; + case 644: + obj.com_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_tile = value_0; + return; + case 645: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s645__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 646: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s646__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 647: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s647__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_TiledMapTileLayer$Cell_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 652: + obj.com_badlogic_gdx_maps_tiled_TiledMapTileSet_name = value_0; + return; + case 653: + obj.com_badlogic_gdx_maps_tiled_TiledMapTileSet_tiles = value_0; + return; + case 654: + obj.com_badlogic_gdx_maps_tiled_TiledMapTileSet_properties = value_0; + return; + case 655: + obj.com_badlogic_gdx_maps_tiled_TiledMapTileSets_tilesets = value_0; + return; + case 656: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s656__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 657: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s657__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 658: + obj.com_badlogic_gdx_maps_tiled_objects_TiledMapTileMapObject_tile = value_0; + return; + case 660: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s660__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 661: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s661__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 662: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s662__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 663: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s663__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 664: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s664__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 665: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s665__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Affine2_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 667: + obj.com_badlogic_gdx_math_BSpline_controlPoints = value_0; + return; + case 668: + obj.com_badlogic_gdx_math_BSpline_knots = value_0; + return; + case 669: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s669__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 670: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s670__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 671: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s671__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_BSpline_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 672: + obj.com_badlogic_gdx_math_BSpline_tmp = value_0; + return; + case 673: + obj.com_badlogic_gdx_math_BSpline_tmp2 = value_0; + return; + case 674: + obj.com_badlogic_gdx_math_BSpline_tmp3 = value_0; + return; + case 675: + obj.com_badlogic_gdx_math_Bezier_points = value_0; + return; + case 676: + obj.com_badlogic_gdx_math_Bezier_tmp = value_0; + return; + case 677: + obj.com_badlogic_gdx_math_Bezier_tmp2 = value_0; + return; + case 678: + obj.com_badlogic_gdx_math_Bezier_tmp3 = value_0; + return; + case 681: + obj.com_badlogic_gdx_math_CatmullRomSpline_controlPoints = value_0; + return; + case 682: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s682__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 683: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s683__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_CatmullRomSpline_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 684: + obj.com_badlogic_gdx_math_CatmullRomSpline_tmp = value_0; + return; + case 685: + obj.com_badlogic_gdx_math_CatmullRomSpline_tmp2 = value_0; + return; + case 686: + obj.com_badlogic_gdx_math_CatmullRomSpline_tmp3 = value_0; + return; + case 687: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s687__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 688: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s688__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 689: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s689__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Circle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 691: + obj.com_badlogic_gdx_math_ConvexHull_sortedPoints = value_0; + return; + case 695: + obj.com_badlogic_gdx_math_CumulativeDistribution_values = value_0; + return; + case 701: + obj.com_badlogic_gdx_math_DelaunayTriangulator_sortedPoints = value_0; + return; + case 711: + obj.com_badlogic_gdx_math_EarClippingTriangulator_indices = value_0; + return; + case 712: + obj.com_badlogic_gdx_math_EarClippingTriangulator_vertices = value_0; + return; + case 713: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s713__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_EarClippingTriangulator_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 716: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s716__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 717: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s717__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 718: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s718__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 719: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s719__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Ellipse_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 721: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s721__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 722: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s722__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 723: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s723__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 724: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s724__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 725: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s725__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 726: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s726__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 727: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s727__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_FloatCounter_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 739: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s739__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 740: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s740__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint2_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 742: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s742__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 743: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s743__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 744: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s744__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_GridPoint3_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 813: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_v2a = value_0; + return; + case 814: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_v2b = value_0; + return; + case 815: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_v2c = value_0; + return; + case 816: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_v2d = value_0; + return; + case 821: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_best = value_0; + return; + case 822: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_tmp = value_0; + return; + case 823: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_tmp1 = value_0; + return; + case 824: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_tmp2 = value_0; + return; + case 825: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_tmp3 = value_0; + return; + case 826: + com_badlogic_gdx_math_Intersector_$clinit__V(); + com_badlogic_gdx_math_Intersector_intersection = value_0; + return; + case 827: + obj.com_badlogic_gdx_math_Intersector$MinimumTranslationVector_normal = value_0; + return; + case 828: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s828__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$MinimumTranslationVector_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 829: + obj.com_badlogic_gdx_math_Intersector$SplitTriangle_front = value_0; + return; + case 830: + obj.com_badlogic_gdx_math_Intersector$SplitTriangle_back = value_0; + return; + case 831: + obj.com_badlogic_gdx_math_Intersector$SplitTriangle_edgeSplit = value_0; + return; + case 832: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s832__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 833: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s833__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 834: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s834__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 835: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s835__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 836: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s836__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 837: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s837__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Intersector$SplitTriangle_2IV(obj, java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(value_0)); + return; + case 855: + com_badlogic_gdx_math_MathUtils_$clinit__V(); + com_badlogic_gdx_math_MathUtils_random = value_0; + return; + case 871: + obj.com_badlogic_gdx_math_Matrix3_val = value_0; + return; + case 872: + obj.com_badlogic_gdx_math_Matrix3_tmp = value_0; + return; + case 892: + com_badlogic_gdx_math_Matrix4_$clinit__V(); + com_badlogic_gdx_math_Matrix4_quat = value_0; + return; + case 893: + com_badlogic_gdx_math_Matrix4_$clinit__V(); + com_badlogic_gdx_math_Matrix4_quat2 = value_0; + return; + case 907: + obj.com_badlogic_gdx_math_Octree$RayCastResult_geometry = value_0; + return; + case 908: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s908__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 909: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s909__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Octree$RayCastResult_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 912: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s912__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Plane_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 916: + obj.com_badlogic_gdx_math_Polygon_localVertices = value_0; + return; + case 917: + obj.com_badlogic_gdx_math_Polygon_worldVertices = value_0; + return; + case 918: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s918__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 919: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s919__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 920: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s920__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 921: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s921__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 922: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s922__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 923: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s923__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 924: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s924__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 925: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s925__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polygon_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 926: + obj.com_badlogic_gdx_math_Polygon_bounds = value_0; + return; + case 927: + obj.com_badlogic_gdx_math_Polyline_localVertices = value_0; + return; + case 928: + obj.com_badlogic_gdx_math_Polyline_worldVertices = value_0; + return; + case 929: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s929__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 930: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s930__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 931: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s931__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 932: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s932__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 933: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s933__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 934: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s934__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 935: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s935__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 936: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s936__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 937: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s937__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 938: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s938__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 939: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s939__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 940: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s940__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Polyline_2ZV(obj, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0)); + return; + case 941: + obj.com_badlogic_gdx_math_Polyline_bounds = value_0; + return; + case 943: + com_badlogic_gdx_math_Quaternion_$clinit__V(); + com_badlogic_gdx_math_Quaternion_tmp1 = value_0; + return; + case 944: + com_badlogic_gdx_math_Quaternion_$clinit__V(); + com_badlogic_gdx_math_Quaternion_tmp2 = value_0; + return; + case 945: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s945__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 946: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s946__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 947: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s947__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 948: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s948__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Quaternion_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 956: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s956__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 957: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s957__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 958: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s958__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 959: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s959__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Rectangle_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 964: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s964__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 965: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s965__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector2_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 967: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s967__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 968: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s968__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 969: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s969__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector3_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 976: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s976__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 977: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s977__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 978: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s978__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + case 979: + com_badlogic_gwtref_client_IReflectionCacheGenerated_$s979__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Lcom_badlogic_gdx_math_Vector4_2FV(obj, java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(value_0)); + return; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_1791 + field.com_badlogic_gwtref_client_Field_setter + $intern_1777 + field.com_badlogic_gwtref_client_Field_name)); +} +; +_.setArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2V = function com_badlogic_gwtref_client_IReflectionCacheGenerated_setArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2V(type_0, obj, i, value_0){ + switch (type_0.com_badlogic_gwtref_client_Type_id) { + case 6: + obj[i] = value_0.java_lang_Character_value; + return; + case 3: + obj[i] = java_lang_Number_byteValue_1_1B_1_1devirtual$__Ljava_lang_Number_2B(value_0); + return; + case 1: + obj[i] = (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) , value_0); + return; + } + com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(obj)[i] = value_0; +} +; +var com_badlogic_gwtref_client_IReflectionCacheGenerated_EMPTY_1PARAMETERS, com_badlogic_gwtref_client_IReflectionCacheGenerated_URI_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_aMax_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_aMin_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_aVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1D, com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Plane_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_a_1vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_aabb_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_active_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_affine_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_alias_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_alphaModulation_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_alpha_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_amount_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_angle_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_app_1_1Lcom_1badlogic_1gdx_1Application_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_arg0_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_array_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectRatio_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_aspectTextureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$AspectTextureRegion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_assetManager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_atlasName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_atlas_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_attributes_1_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_autoBind_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_ax_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_axes_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_axisX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_axisY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_axisZ_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_axis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_ay_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_azimuthalAngle_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_bVertices_1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1D, com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Plane_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_b_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentricOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_barycentric_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BillboardParticleBatch_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ModelInstanceParticleBatch_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_batch_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1PointSpriteParticleBatch_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_batches_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_billboardColorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_bits_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_blendMode_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile$BlendMode_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_bottomHeight_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_bottom_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_bounces_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_bounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_box_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_boxes_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_bx_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_by_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_bytes_1_1_1B, com_badlogic_gwtref_client_IReflectionCacheGenerated_c0, com_badlogic_gwtref_client_IReflectionCacheGenerated_c1, com_badlogic_gwtref_client_IReflectionCacheGenerated_c10, com_badlogic_gwtref_client_IReflectionCacheGenerated_c100, com_badlogic_gwtref_client_IReflectionCacheGenerated_c101, com_badlogic_gwtref_client_IReflectionCacheGenerated_c102, com_badlogic_gwtref_client_IReflectionCacheGenerated_c103, com_badlogic_gwtref_client_IReflectionCacheGenerated_c104, com_badlogic_gwtref_client_IReflectionCacheGenerated_c105, com_badlogic_gwtref_client_IReflectionCacheGenerated_c106, com_badlogic_gwtref_client_IReflectionCacheGenerated_c107, com_badlogic_gwtref_client_IReflectionCacheGenerated_c108, com_badlogic_gwtref_client_IReflectionCacheGenerated_c109, com_badlogic_gwtref_client_IReflectionCacheGenerated_c11, com_badlogic_gwtref_client_IReflectionCacheGenerated_c110, com_badlogic_gwtref_client_IReflectionCacheGenerated_c111, com_badlogic_gwtref_client_IReflectionCacheGenerated_c112, com_badlogic_gwtref_client_IReflectionCacheGenerated_c113, com_badlogic_gwtref_client_IReflectionCacheGenerated_c114, com_badlogic_gwtref_client_IReflectionCacheGenerated_c115, com_badlogic_gwtref_client_IReflectionCacheGenerated_c116, com_badlogic_gwtref_client_IReflectionCacheGenerated_c117, com_badlogic_gwtref_client_IReflectionCacheGenerated_c118, com_badlogic_gwtref_client_IReflectionCacheGenerated_c119, com_badlogic_gwtref_client_IReflectionCacheGenerated_c12, com_badlogic_gwtref_client_IReflectionCacheGenerated_c120, com_badlogic_gwtref_client_IReflectionCacheGenerated_c121, com_badlogic_gwtref_client_IReflectionCacheGenerated_c122, com_badlogic_gwtref_client_IReflectionCacheGenerated_c123, com_badlogic_gwtref_client_IReflectionCacheGenerated_c124, com_badlogic_gwtref_client_IReflectionCacheGenerated_c125, com_badlogic_gwtref_client_IReflectionCacheGenerated_c126, com_badlogic_gwtref_client_IReflectionCacheGenerated_c127, com_badlogic_gwtref_client_IReflectionCacheGenerated_c128, com_badlogic_gwtref_client_IReflectionCacheGenerated_c129, com_badlogic_gwtref_client_IReflectionCacheGenerated_c13, com_badlogic_gwtref_client_IReflectionCacheGenerated_c130, com_badlogic_gwtref_client_IReflectionCacheGenerated_c131, com_badlogic_gwtref_client_IReflectionCacheGenerated_c132, com_badlogic_gwtref_client_IReflectionCacheGenerated_c133, com_badlogic_gwtref_client_IReflectionCacheGenerated_c134, com_badlogic_gwtref_client_IReflectionCacheGenerated_c135, com_badlogic_gwtref_client_IReflectionCacheGenerated_c136, com_badlogic_gwtref_client_IReflectionCacheGenerated_c137, com_badlogic_gwtref_client_IReflectionCacheGenerated_c138, com_badlogic_gwtref_client_IReflectionCacheGenerated_c139, com_badlogic_gwtref_client_IReflectionCacheGenerated_c14, com_badlogic_gwtref_client_IReflectionCacheGenerated_c140, com_badlogic_gwtref_client_IReflectionCacheGenerated_c141, com_badlogic_gwtref_client_IReflectionCacheGenerated_c142, com_badlogic_gwtref_client_IReflectionCacheGenerated_c143, com_badlogic_gwtref_client_IReflectionCacheGenerated_c144, com_badlogic_gwtref_client_IReflectionCacheGenerated_c145, com_badlogic_gwtref_client_IReflectionCacheGenerated_c146, com_badlogic_gwtref_client_IReflectionCacheGenerated_c147, com_badlogic_gwtref_client_IReflectionCacheGenerated_c148, com_badlogic_gwtref_client_IReflectionCacheGenerated_c149, com_badlogic_gwtref_client_IReflectionCacheGenerated_c15, com_badlogic_gwtref_client_IReflectionCacheGenerated_c150, com_badlogic_gwtref_client_IReflectionCacheGenerated_c151, com_badlogic_gwtref_client_IReflectionCacheGenerated_c152, com_badlogic_gwtref_client_IReflectionCacheGenerated_c153, com_badlogic_gwtref_client_IReflectionCacheGenerated_c154, com_badlogic_gwtref_client_IReflectionCacheGenerated_c155, com_badlogic_gwtref_client_IReflectionCacheGenerated_c156, com_badlogic_gwtref_client_IReflectionCacheGenerated_c157, com_badlogic_gwtref_client_IReflectionCacheGenerated_c158, com_badlogic_gwtref_client_IReflectionCacheGenerated_c159, com_badlogic_gwtref_client_IReflectionCacheGenerated_c16, com_badlogic_gwtref_client_IReflectionCacheGenerated_c160, com_badlogic_gwtref_client_IReflectionCacheGenerated_c161, com_badlogic_gwtref_client_IReflectionCacheGenerated_c162, com_badlogic_gwtref_client_IReflectionCacheGenerated_c163, com_badlogic_gwtref_client_IReflectionCacheGenerated_c164, com_badlogic_gwtref_client_IReflectionCacheGenerated_c165, com_badlogic_gwtref_client_IReflectionCacheGenerated_c166, com_badlogic_gwtref_client_IReflectionCacheGenerated_c167, com_badlogic_gwtref_client_IReflectionCacheGenerated_c168, com_badlogic_gwtref_client_IReflectionCacheGenerated_c169, com_badlogic_gwtref_client_IReflectionCacheGenerated_c17, com_badlogic_gwtref_client_IReflectionCacheGenerated_c170, com_badlogic_gwtref_client_IReflectionCacheGenerated_c171, com_badlogic_gwtref_client_IReflectionCacheGenerated_c172, com_badlogic_gwtref_client_IReflectionCacheGenerated_c173, com_badlogic_gwtref_client_IReflectionCacheGenerated_c174, com_badlogic_gwtref_client_IReflectionCacheGenerated_c175, com_badlogic_gwtref_client_IReflectionCacheGenerated_c176, com_badlogic_gwtref_client_IReflectionCacheGenerated_c177, com_badlogic_gwtref_client_IReflectionCacheGenerated_c178, com_badlogic_gwtref_client_IReflectionCacheGenerated_c179, com_badlogic_gwtref_client_IReflectionCacheGenerated_c18, com_badlogic_gwtref_client_IReflectionCacheGenerated_c180, com_badlogic_gwtref_client_IReflectionCacheGenerated_c181, com_badlogic_gwtref_client_IReflectionCacheGenerated_c182, com_badlogic_gwtref_client_IReflectionCacheGenerated_c183, com_badlogic_gwtref_client_IReflectionCacheGenerated_c184, com_badlogic_gwtref_client_IReflectionCacheGenerated_c185, com_badlogic_gwtref_client_IReflectionCacheGenerated_c186, com_badlogic_gwtref_client_IReflectionCacheGenerated_c187, com_badlogic_gwtref_client_IReflectionCacheGenerated_c188, com_badlogic_gwtref_client_IReflectionCacheGenerated_c189, com_badlogic_gwtref_client_IReflectionCacheGenerated_c19, com_badlogic_gwtref_client_IReflectionCacheGenerated_c190, com_badlogic_gwtref_client_IReflectionCacheGenerated_c191, com_badlogic_gwtref_client_IReflectionCacheGenerated_c192, com_badlogic_gwtref_client_IReflectionCacheGenerated_c193, com_badlogic_gwtref_client_IReflectionCacheGenerated_c194, com_badlogic_gwtref_client_IReflectionCacheGenerated_c195, com_badlogic_gwtref_client_IReflectionCacheGenerated_c196, com_badlogic_gwtref_client_IReflectionCacheGenerated_c197, com_badlogic_gwtref_client_IReflectionCacheGenerated_c198, com_badlogic_gwtref_client_IReflectionCacheGenerated_c199, com_badlogic_gwtref_client_IReflectionCacheGenerated_c1_1_1Lcom_1badlogic_1gdx_1math_1Circle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_c2, com_badlogic_gwtref_client_IReflectionCacheGenerated_c20, com_badlogic_gwtref_client_IReflectionCacheGenerated_c200, com_badlogic_gwtref_client_IReflectionCacheGenerated_c201, com_badlogic_gwtref_client_IReflectionCacheGenerated_c202, com_badlogic_gwtref_client_IReflectionCacheGenerated_c203, com_badlogic_gwtref_client_IReflectionCacheGenerated_c204, com_badlogic_gwtref_client_IReflectionCacheGenerated_c205, com_badlogic_gwtref_client_IReflectionCacheGenerated_c206, com_badlogic_gwtref_client_IReflectionCacheGenerated_c207, com_badlogic_gwtref_client_IReflectionCacheGenerated_c208, com_badlogic_gwtref_client_IReflectionCacheGenerated_c209, com_badlogic_gwtref_client_IReflectionCacheGenerated_c21, com_badlogic_gwtref_client_IReflectionCacheGenerated_c210, com_badlogic_gwtref_client_IReflectionCacheGenerated_c211, com_badlogic_gwtref_client_IReflectionCacheGenerated_c212, com_badlogic_gwtref_client_IReflectionCacheGenerated_c213, com_badlogic_gwtref_client_IReflectionCacheGenerated_c214, com_badlogic_gwtref_client_IReflectionCacheGenerated_c215, com_badlogic_gwtref_client_IReflectionCacheGenerated_c216, com_badlogic_gwtref_client_IReflectionCacheGenerated_c217, com_badlogic_gwtref_client_IReflectionCacheGenerated_c218, com_badlogic_gwtref_client_IReflectionCacheGenerated_c219, com_badlogic_gwtref_client_IReflectionCacheGenerated_c22, com_badlogic_gwtref_client_IReflectionCacheGenerated_c220, com_badlogic_gwtref_client_IReflectionCacheGenerated_c221, com_badlogic_gwtref_client_IReflectionCacheGenerated_c222, com_badlogic_gwtref_client_IReflectionCacheGenerated_c223, com_badlogic_gwtref_client_IReflectionCacheGenerated_c224, com_badlogic_gwtref_client_IReflectionCacheGenerated_c225, com_badlogic_gwtref_client_IReflectionCacheGenerated_c226, com_badlogic_gwtref_client_IReflectionCacheGenerated_c227, com_badlogic_gwtref_client_IReflectionCacheGenerated_c228, com_badlogic_gwtref_client_IReflectionCacheGenerated_c229, com_badlogic_gwtref_client_IReflectionCacheGenerated_c23, com_badlogic_gwtref_client_IReflectionCacheGenerated_c230, com_badlogic_gwtref_client_IReflectionCacheGenerated_c231, com_badlogic_gwtref_client_IReflectionCacheGenerated_c232, com_badlogic_gwtref_client_IReflectionCacheGenerated_c233, com_badlogic_gwtref_client_IReflectionCacheGenerated_c234, com_badlogic_gwtref_client_IReflectionCacheGenerated_c24, com_badlogic_gwtref_client_IReflectionCacheGenerated_c25, com_badlogic_gwtref_client_IReflectionCacheGenerated_c26, com_badlogic_gwtref_client_IReflectionCacheGenerated_c27, com_badlogic_gwtref_client_IReflectionCacheGenerated_c28, com_badlogic_gwtref_client_IReflectionCacheGenerated_c29, com_badlogic_gwtref_client_IReflectionCacheGenerated_c2_1_1Lcom_1badlogic_1gdx_1math_1Circle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_c3, com_badlogic_gwtref_client_IReflectionCacheGenerated_c30, com_badlogic_gwtref_client_IReflectionCacheGenerated_c31, com_badlogic_gwtref_client_IReflectionCacheGenerated_c32, com_badlogic_gwtref_client_IReflectionCacheGenerated_c33, com_badlogic_gwtref_client_IReflectionCacheGenerated_c34, com_badlogic_gwtref_client_IReflectionCacheGenerated_c35, com_badlogic_gwtref_client_IReflectionCacheGenerated_c36, com_badlogic_gwtref_client_IReflectionCacheGenerated_c37, com_badlogic_gwtref_client_IReflectionCacheGenerated_c38, com_badlogic_gwtref_client_IReflectionCacheGenerated_c39, com_badlogic_gwtref_client_IReflectionCacheGenerated_c4, com_badlogic_gwtref_client_IReflectionCacheGenerated_c40, com_badlogic_gwtref_client_IReflectionCacheGenerated_c41, com_badlogic_gwtref_client_IReflectionCacheGenerated_c42, com_badlogic_gwtref_client_IReflectionCacheGenerated_c43, com_badlogic_gwtref_client_IReflectionCacheGenerated_c44, com_badlogic_gwtref_client_IReflectionCacheGenerated_c45, com_badlogic_gwtref_client_IReflectionCacheGenerated_c46, com_badlogic_gwtref_client_IReflectionCacheGenerated_c47, com_badlogic_gwtref_client_IReflectionCacheGenerated_c48, com_badlogic_gwtref_client_IReflectionCacheGenerated_c49, com_badlogic_gwtref_client_IReflectionCacheGenerated_c5, com_badlogic_gwtref_client_IReflectionCacheGenerated_c50, com_badlogic_gwtref_client_IReflectionCacheGenerated_c51, com_badlogic_gwtref_client_IReflectionCacheGenerated_c52, com_badlogic_gwtref_client_IReflectionCacheGenerated_c53, com_badlogic_gwtref_client_IReflectionCacheGenerated_c54, com_badlogic_gwtref_client_IReflectionCacheGenerated_c55, com_badlogic_gwtref_client_IReflectionCacheGenerated_c56, com_badlogic_gwtref_client_IReflectionCacheGenerated_c57, com_badlogic_gwtref_client_IReflectionCacheGenerated_c58, com_badlogic_gwtref_client_IReflectionCacheGenerated_c59, com_badlogic_gwtref_client_IReflectionCacheGenerated_c6, com_badlogic_gwtref_client_IReflectionCacheGenerated_c60, com_badlogic_gwtref_client_IReflectionCacheGenerated_c61, com_badlogic_gwtref_client_IReflectionCacheGenerated_c62, com_badlogic_gwtref_client_IReflectionCacheGenerated_c63, com_badlogic_gwtref_client_IReflectionCacheGenerated_c64, com_badlogic_gwtref_client_IReflectionCacheGenerated_c65, com_badlogic_gwtref_client_IReflectionCacheGenerated_c66, com_badlogic_gwtref_client_IReflectionCacheGenerated_c67, com_badlogic_gwtref_client_IReflectionCacheGenerated_c68, com_badlogic_gwtref_client_IReflectionCacheGenerated_c69, com_badlogic_gwtref_client_IReflectionCacheGenerated_c7, com_badlogic_gwtref_client_IReflectionCacheGenerated_c70, com_badlogic_gwtref_client_IReflectionCacheGenerated_c71, com_badlogic_gwtref_client_IReflectionCacheGenerated_c72, com_badlogic_gwtref_client_IReflectionCacheGenerated_c73, com_badlogic_gwtref_client_IReflectionCacheGenerated_c74, com_badlogic_gwtref_client_IReflectionCacheGenerated_c75, com_badlogic_gwtref_client_IReflectionCacheGenerated_c76, com_badlogic_gwtref_client_IReflectionCacheGenerated_c77, com_badlogic_gwtref_client_IReflectionCacheGenerated_c78, com_badlogic_gwtref_client_IReflectionCacheGenerated_c79, com_badlogic_gwtref_client_IReflectionCacheGenerated_c8, com_badlogic_gwtref_client_IReflectionCacheGenerated_c80, com_badlogic_gwtref_client_IReflectionCacheGenerated_c81, com_badlogic_gwtref_client_IReflectionCacheGenerated_c82, com_badlogic_gwtref_client_IReflectionCacheGenerated_c83, com_badlogic_gwtref_client_IReflectionCacheGenerated_c84, com_badlogic_gwtref_client_IReflectionCacheGenerated_c85, com_badlogic_gwtref_client_IReflectionCacheGenerated_c86, com_badlogic_gwtref_client_IReflectionCacheGenerated_c87, com_badlogic_gwtref_client_IReflectionCacheGenerated_c88, com_badlogic_gwtref_client_IReflectionCacheGenerated_c89, com_badlogic_gwtref_client_IReflectionCacheGenerated_c9, com_badlogic_gwtref_client_IReflectionCacheGenerated_c90, com_badlogic_gwtref_client_IReflectionCacheGenerated_c91, com_badlogic_gwtref_client_IReflectionCacheGenerated_c92, com_badlogic_gwtref_client_IReflectionCacheGenerated_c93, com_badlogic_gwtref_client_IReflectionCacheGenerated_c94, com_badlogic_gwtref_client_IReflectionCacheGenerated_c95, com_badlogic_gwtref_client_IReflectionCacheGenerated_c96, com_badlogic_gwtref_client_IReflectionCacheGenerated_c97, com_badlogic_gwtref_client_IReflectionCacheGenerated_c98, com_badlogic_gwtref_client_IReflectionCacheGenerated_c99, com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1C, com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1D, com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Circle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Plane_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_c_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_cacheID_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_camera_1_1Lcom_1badlogic_1gdx_1graphics_1OrthographicCamera_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_capacity_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_cell_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer$Cell_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_center_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_centroid_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1C, com_badlogic_gwtref_client_IReflectionCacheGenerated_ch_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_chance_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_channelDescriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_channel_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$Channel_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_child_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_circle_1_1Lcom_1badlogic_1gdx_1math_1Circle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_circumcenter_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_clazz_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_clockwise_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_collider_1_1Lcom_1badlogic_1gdx_1math_1Octree$Collider_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_colorInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ColorInfluencer$Single_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_color_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_colors_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_contentLength_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_contentStream_1_1Ljava_1io_1InputStream_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_content_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_continuous_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_controlPoints_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_copyFrom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_cos_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_count1_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_count2_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_count_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_cx_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_cy_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_cylinderSpawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1CylinderSpawnShapeValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1D, com_badlogic_gwtref_client_IReflectionCacheGenerated_d_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3DData_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArrayData_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1TextureData_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_data_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultIfNotFound_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultShader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_defaultValue_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_degree_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_degrees_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_deltaTime_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_depth_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_descriptor_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelDescriptor_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_dimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_dir_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_direction1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_direction2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_direction_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_distance_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncAlpha_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFuncColor_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_dstFunc_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_dst_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_e_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_earTipIndex_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_edge_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_edges_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_effect_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffect_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_ellipse_1_1Lcom_1badlogic_1gdx_1math_1Ellipse_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_emissionMode_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter$EmissionMode_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1Emitter_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_emitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_emitters_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_endX_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_endY_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_end_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_epsilon_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_far_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_fileName_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_file_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_filename_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_files_1_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_fill_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_first_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_flipHorizontally_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_flipVertically_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_flipX_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_flipY_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_flip_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_followRedirects_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_fontData_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$BitmapFontData_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_fontFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_font_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_force_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_format_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap$Format_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_forward_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_fovy_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_fromDegrees_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_fromRadians_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_fromValue_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_front_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_frustum_1_1Lcom_1badlogic_1gdx_1math_1Frustum_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_g_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_geometry_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_glFormat_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_glHandle_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_glInternalFormat_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_glTarget_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_glType_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphCount_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_glyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_glyphs_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_h_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDepth_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_halfDimensions_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_halfHeight_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_halfWidth_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_halign_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_height_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_heights_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_hex_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_highMax_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_highMin_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1ServerSocketHints_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_hints_1_1Lcom_1badlogic_1gdx_1net_1SocketHints_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_host_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_hostname_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_hsv_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_httpMethod_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_httpRequest_1_1Lcom_1badlogic_1gdx_1Net$HttpRequest_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponseListener_1_1Lcom_1badlogic_1gdx_1Net$HttpResponseListener_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_httpResponse_1_1Lcom_1badlogic_1gdx_1Net$HttpResponse_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_hull_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1D, com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_i_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_id_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_idx_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_ignoreCase_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_imageFile_1_1Lcom_1badlogic_1gdx_1files_1FileHandle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeEnd_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_inRangeStart_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_in_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_includeCredentials_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_index_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_indices_1_1_1S, com_badlogic_gwtref_client_IReflectionCacheGenerated_influencerClass_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Random_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_influencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ModelInfluencer$Single_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_influencers_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_initializer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParallelArray$ChannelInitializer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_integer_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPath_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_internalPaths_1_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolatedOut_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolation_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_interpolator_1_1Lcom_1badlogic_1gdx_1math_1Interpolation_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_intersection_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_intervalSize_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_inverseProjectionView_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchH_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_isStretchW_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonData_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonMap_1_1Lcom_1badlogic_1gdx_1utils_1JsonValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_jsonOutputType_1_1Lcom_1badlogic_1gdx_1utils_1JsonWriter$OutputType_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_json_1_1Lcom_1badlogic_1gdx_1utils_1Json_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_k_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_key_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_l_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_lastGlyph_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1BitmapFont$Glyph_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapImageLayer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_layer_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileLayer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_layers_1_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_layout_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_leftWidth_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_left_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_len2_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_len_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_length_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_level_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_limit2_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_limit_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1X_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1Y_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2X_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2Y_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_linePoint2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMax_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_lowMin_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_lower_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_luminance_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_m_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_manager_1_1Lcom_1badlogic_1gdx_1assets_1AssetManager_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_margin_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mat_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_mata_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_matb_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_material_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Material_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_matrix_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_maxDepth_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_maxItemsPerNode_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_maxParticleCount_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1D, com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_max_1_1S, com_badlogic_gwtref_client_IReflectionCacheGenerated_maximum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_meshPart_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1Mesh_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mesh_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1data_1ModelMesh_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_middleHeight_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_middleWidth_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_minParticleCount_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1D, com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_min_1_1S, com_badlogic_gwtref_client_IReflectionCacheGenerated_minimum_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mode_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_model_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_models_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mtv_1_1Lcom_1badlogic_1gdx_1math_1Intersector$MinimumTranslationVector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_mulVec_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_n_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_name_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_near_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_nearest_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_newInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1Influencer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_ninePatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1NinePatch_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_nodeBounds_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_nodes_1_1Ljava_1lang_1Iterable_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_norX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_norY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_norZ_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_normal_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_normalizeAxes_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_normalized_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_numAttributes_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_numComponents_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_numVecs_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_nx_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_ny_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_nz_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttributes_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_o_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_obb_1_1Lcom_1badlogic_1gdx_1math_1collision_1OrientedBoundingBox_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_obj_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Lcom_1badlogic_1gdx_1maps_1MapObject_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_object_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_objects_1_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_offset1_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_offset2_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_offsetY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_offset_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_opacity_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_orientation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_originX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_originY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_originalIndices_1_1_1S, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1MeshPart_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1NodePart_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_other_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeEnd_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_outRangeStart_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1Renderable_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Lcom_1badlogic_1gdx_1math_1collision_1BoundingBox_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_out_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_output_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_overlap_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_ownsTexture_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_ox_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_oy_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_p0_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p1x_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_p1y_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p2_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p2x_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_p2y_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p3_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p3x_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_p3y_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_p4_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_p_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_packedColor_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_pageCount_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_pageRegions_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_page_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_parallaxY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectLoadParameter_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_parameter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleEffectLoader$ParticleEffectSaveParameter_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1model_1Node_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_parent_1_1Lcom_1badlogic_1gdx_1maps_1MapLayer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerRandom_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Random_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_particleControllerSingle_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ParticleControllerInfluencer$Single_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_particleController_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_patches_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_percent_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_pitch_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_pixmap_1_1Lcom_1badlogic_1gdx_1graphics_1Pixmap_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_plane_1_1Lcom_1badlogic_1gdx_1math_1Plane_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_point1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_point2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_point3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_pointX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_pointY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_pointZ_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1GridPoint3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_point_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_points_1_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_polarAngle_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon1_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon2_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1math_1Polygon_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_polygon_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_polyline_1_1Lcom_1badlogic_1gdx_1math_1Polyline_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_pool_1_1Lcom_1badlogic_1gdx_1utils_1Pool_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_port_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_pos_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_position_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_power_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_prettyPrint_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_probability_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_progress_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_projectionMatrix_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_projection_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_properties_1_1Lcom_1badlogic_1gdx_1maps_1MapProperties_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_protocol_1_1Lcom_1badlogic_1gdx_1Net$Protocol_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_px_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_py_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_q_1_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_quat_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionW_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternionZ_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_quaternion_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_qw_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_qx_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_qy_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_qz_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_r1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_r2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_r_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_radians_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_radius_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeEnd_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_rangeStart_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_range_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_ray_1_1Lcom_1badlogic_1gdx_1math_1collision_1Ray_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rect_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle1_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle2_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rectangle_1_1Lcom_1badlogic_1gdx_1math_1Rectangle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_recursive_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_reference_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Animated_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Random_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_regionInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1RegionInfluencer$Single_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureAtlas$AtlasRegion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_region_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_regions_1_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_regularEmitter_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1emitters_1RegularEmitter_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_relative_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_renderer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1renderers_1ParticleControllerRenderer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_requiredCapacity_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_resolver_1_1Lcom_1badlogic_1gdx_1assets_1loaders_1FileHandleResolver_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_resource_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ResourceData_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_resources_1_1Lcom_1badlogic_1gdx_1utils_1Array_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_resultSet_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1math_1Octree$RayCastResult_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_result_1_1Lcom_1badlogic_1gdx_1utils_1ObjectSet_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba8888_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_rgba_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_rightWidth_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_right_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_roll_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$BrownianAcceleration_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$CentripetalAcceleration_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$FaceDirection_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$PolarAcceleration_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational2D_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$Rotational3D_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier$TangentialAcceleration_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_rotation_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_run_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1GlyphLayout$GlyphRun_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_s_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_samples_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_scalar_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1ScaleInfluencer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SimpleInfluencer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleXY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_scaleZ_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_scale_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_scalingZ_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_scaling_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_seed0_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_seed1_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_seed_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_shader_1_1Lcom_1badlogic_1gdx_1graphics_1glutils_1ShaderProgram_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_shapesShifted_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_shearX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_shearY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_shear_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_side_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PrimitiveSpawnShapeValue$SpawnSide_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_sin_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_sizeXY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_size_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_sorted_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_source_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1SpawnInfluencer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_span_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_spawnShapeValue_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1SpawnShapeValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1Lcom_1badlogic_1gdx_1math_1Intersector$SplitTriangle_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_split_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteBatch_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Batch_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_spriteVertices_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_sprite_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1Sprite_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_squareRadius_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncAlpha_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFuncColor_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_srcFunc_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_srcHeight_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_srcWidth_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_srcX_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_srcY_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_start1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_start2_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_startIndex_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_startX_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_startY_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1GridPoint2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_start_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_str_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_stride_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_swing_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_t1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_t2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_t3_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1Ljava_1lang_1Throwable_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_t_1_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_targetWidth_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_target_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_templates_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1ParticleController_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_text_1_1Ljava_1lang_1CharSequence_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_textureRegion_1_1Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture3D_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1TextureArray_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_texture_1_1Lcom_1badlogic_1gdx_1graphics_1Texture_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_tileHeight_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_tileWidth_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_tile_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_tileset_1_1Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTileSet_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_timeOut_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_timeStep_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_timeline_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_tint_1_1Lcom_1badlogic_1gdx_1graphics_1Color_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_tmp_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_toDegrees_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_toRadians_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_toValue_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_tolerance_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_topHeight_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_top_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Affine2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Lcom_1badlogic_1gdx_1math_1Matrix4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_transform_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_translationX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_translationY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_translationZ_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_translation_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_triangle_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Lcom_1badlogic_1gdx_1utils_1ShortArray_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1Ljava_1util_1List_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_triangles_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_trn_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_truncate_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_twist_1_1Lcom_1badlogic_1gdx_1math_1Quaternion_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_type_1_1Ljava_1lang_1Class_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_u2_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_u_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_unit_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_up_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_upper_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_url_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_usage_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_useIndices_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_useMipMaps_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_use_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_v1_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_v2_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1graphics_1Texture$TextureWrap_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Lcom_1badlogic_1gdx_1math_1Vector_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_v_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_val_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1D, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1EllipseSpawnShapeValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1GradientColorValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1LineSpawnShapeValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1NumericValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ParticleValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1PointSpawnShapeValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RangedNumericValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1RectangleSpawnShapeValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1ScaledNumericValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1UnweightedMeshSpawnShapeValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1values_1WeightMeshSpawnShapeValue_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1Ljava_1lang_1String_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_value_1_1S, com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_values_1_1_1Ljava_1lang_1Object_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_vec_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_vecs_1_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector2_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_vector_1_1Lcom_1badlogic_1gdx_1math_1Vector4_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_velocities_1_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsModifier_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_velocityInfluencer_1_1Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1influencers_1DynamicsInfluencer_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexNum_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_vertexSize_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_vertex_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1Lcom_1badlogic_1gdx_1utils_1FloatArray_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_vertices_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_verts1_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_verts2_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsHeight_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsWidth_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsX_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_viewboundsY_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_visible_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_vw_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_vx_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_vy_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_vz_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_w1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_w2_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_w_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_width_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_widths_1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_windowSize_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_wrapIndex_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_wrap_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_x1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_x2_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_x3_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_x4_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_xAmount_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_xAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1J, com_badlogic_gwtref_client_IReflectionCacheGenerated_x_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_xp_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_xx_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_xy_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_xz_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_y1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_y2_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_y3_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_y4_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_yAmount_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_yAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_yDown_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_y_1_1Z, com_badlogic_gwtref_client_IReflectionCacheGenerated_yaw_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_yp_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_yx_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_yy_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_yz_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_z1_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_z2_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_z3_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_zAxis_1_1Lcom_1badlogic_1gdx_1math_1Vector3_1, com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_z_1_1I, com_badlogic_gwtref_client_IReflectionCacheGenerated_zx_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_zy_1_1F, com_badlogic_gwtref_client_IReflectionCacheGenerated_zz_1_1F; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCacheGenerated_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'IReflectionCacheGenerated', 928, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gwtref_client_IReflectionCacheGenerated$1_IReflectionCacheGenerated$1__IILcom_badlogic_gdx_graphics_TextureData_2V($anonymous0, $anonymous1, $anonymous2){ + com_badlogic_gdx_graphics_Texture_$clinit__V(); + com_badlogic_gdx_graphics_Texture_Texture__IILcom_badlogic_gdx_graphics_TextureData_2V.call(this, $anonymous0, $anonymous1, $anonymous2); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(930, 93, $intern_99, com_badlogic_gwtref_client_IReflectionCacheGenerated$1_IReflectionCacheGenerated$1__IILcom_badlogic_gdx_graphics_TextureData_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1IReflectionCacheGenerated$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'IReflectionCacheGenerated/1', 930, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1Texture_12_1classLit); +function com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V(name_0, type_0, jnsi){ + this.com_badlogic_gwtref_client_Parameter_name = name_0; + this.com_badlogic_gwtref_client_Parameter_type = new com_badlogic_gwtref_client_CachedTypeLookup_CachedTypeLookup__Ljava_lang_Class_2V(type_0); + this.com_badlogic_gwtref_client_Parameter_jnsi = jnsi; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(7, 1, {7:1}, com_badlogic_gwtref_client_Parameter_Parameter__Ljava_lang_String_2Ljava_lang_Class_2Ljava_lang_String_2V); +_.toString__Ljava_lang_String_2 = function com_badlogic_gwtref_client_Parameter_toString__Ljava_lang_String_2(){ + return 'Parameter [name=' + this.com_badlogic_gwtref_client_Parameter_name + ', type=' + this.com_badlogic_gwtref_client_Parameter_type + ', jnsi=' + this.com_badlogic_gwtref_client_Parameter_jnsi + ']'; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Parameter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'Parameter', 7, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_badlogic_gwtref_client_ReflectionCache_$clinit__V(){ + com_badlogic_gwtref_client_ReflectionCache_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gwtref_client_ReflectionCache_instance1 = new com_badlogic_gwtref_client_IReflectionCacheGenerated_IReflectionCacheGenerated__V; + com_badlogic_gwtref_client_ReflectionCache_instance2 = new com_badlogic_gwtref_client_IReflectionCache2Generated_IReflectionCache2Generated__V; +} + +function com_badlogic_gwtref_client_ReflectionCache_convert__Ljava_lang_String_2Ljava_lang_String_2(className){ + var c, dimensions, suffix, t; + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(className.substr(0, 1), '[')) { + dimensions = 0; + c = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, className.length) , className.charCodeAt(0)); + suffix = ''; + while (c == 91) { + ++dimensions; + suffix += $intern_6; + c = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(dimensions, className.length) , className.charCodeAt(dimensions)); + } + t = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(dimensions, className.length) , className.charCodeAt(dimensions)); + switch (t) { + case 90: + return $intern_1 + suffix; + case 66: + return $intern_1927 + suffix; + case 67: + return $intern_1955 + suffix; + case 76: + return java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(className, dimensions + 1, className.length - 1), 36, 46) + suffix; + case 68: + return $intern_861 + suffix; + case 70: + return $intern_908 + suffix; + case 73: + return 'int' + suffix; + case 74: + return $intern_777 + suffix; + case 83: + return $intern_843 + suffix; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V("Couldn't transform '" + className + "' to qualified source name")); + } + } + else { + return java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(className, 36, 46); + } +} + +function com_badlogic_gwtref_client_ReflectionCache_forName__Ljava_lang_String_2Lcom_badlogic_gwtref_client_Type_2(name_0){ + com_badlogic_gwtref_client_ReflectionCache_$clinit__V(); + var type_0; + type_0 = com_badlogic_gwtref_client_IReflectionCacheGenerated_$forName__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Ljava_lang_String_2Lcom_badlogic_gwtref_client_Type_2(com_badlogic_gwtref_client_ReflectionCache_convert__Ljava_lang_String_2Ljava_lang_String_2(name_0)); + !type_0?(type_0 = com_badlogic_gwtref_client_IReflectionCache2Generated_$forName__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_lang_String_2Lcom_badlogic_gwtref_client_Type_2(com_badlogic_gwtref_client_ReflectionCache_convert__Ljava_lang_String_2Ljava_lang_String_2(name_0))):(type_0.com_badlogic_gwtref_client_Type_source = com_badlogic_gwtref_client_ReflectionCache_instance1); + if (!type_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_ClassNotFoundException_ClassNotFoundException__Ljava_lang_String_2V($intern_2319 + name_0 + "'")); + } + !type_0.com_badlogic_gwtref_client_Type_source && (type_0.com_badlogic_gwtref_client_Type_source = com_badlogic_gwtref_client_ReflectionCache_instance2); + return type_0; +} + +function com_badlogic_gwtref_client_ReflectionCache_getType__Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Type_2(clazz){ + com_badlogic_gwtref_client_ReflectionCache_$clinit__V(); + var type_0; + if (!clazz) + return null; + type_0 = com_badlogic_gwtref_client_IReflectionCacheGenerated_$forName__Lcom_badlogic_gwtref_client_IReflectionCacheGenerated_2Ljava_lang_String_2Lcom_badlogic_gwtref_client_Type_2(com_badlogic_gwtref_client_ReflectionCache_convert__Ljava_lang_String_2Ljava_lang_String_2((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(clazz) , clazz.java_lang_Class_typeName))); + !type_0?(type_0 = com_badlogic_gwtref_client_IReflectionCache2Generated_$forName__Lcom_badlogic_gwtref_client_IReflectionCache2Generated_2Ljava_lang_String_2Lcom_badlogic_gwtref_client_Type_2(com_badlogic_gwtref_client_ReflectionCache_convert__Ljava_lang_String_2Ljava_lang_String_2((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(clazz) , clazz.java_lang_Class_typeName)))):(type_0.com_badlogic_gwtref_client_Type_source = com_badlogic_gwtref_client_ReflectionCache_instance1); + if (!type_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V((java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(clazz) , $intern_2319 + clazz.java_lang_Class_typeName + "'"))); + } + !type_0.com_badlogic_gwtref_client_Type_source && (type_0.com_badlogic_gwtref_client_Type_source = com_badlogic_gwtref_client_ReflectionCache_instance2); + return type_0; +} + +var com_badlogic_gwtref_client_ReflectionCache_instance1, com_badlogic_gwtref_client_ReflectionCache_instance2; +function com_badlogic_gwtref_client_Type_$clinit__V(){ + com_badlogic_gwtref_client_Type_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_badlogic_gwtref_client_Type_EMPTY_1FIELDS = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Field_12_1classLit, $intern_144, 8, 0, 0, 1); + com_badlogic_gwtref_client_Type_EMPTY_1METHODS = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, $intern_1053, 6, 0, 0, 1); + com_badlogic_gwtref_client_Type_EMPTY_1CONSTRUCTORS = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Constructor_12_1classLit, $intern_1053, 12, 0, 0, 1); + com_badlogic_gwtref_client_Type_EMPTY_1ANNOTATIONS = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1annotation_1Annotation_12_1classLit, $intern_144, 258, 0, 0, 1); + com_badlogic_gwtref_client_Type_EMPTY_1ASSIGNABLES = (java_util_Collections_$clinit__V() , new java_util_Collections$UnmodifiableSet_Collections$UnmodifiableSet__Ljava_util_Set_2V(new java_util_HashSet_HashSet__V)); + new java_util_Collections$UnmodifiableSet_Collections$UnmodifiableSet__Ljava_util_Set_2V(new java_util_HashSet_HashSet__V); +} + +function com_badlogic_gwtref_client_Type_$getArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2(this$static, obj, i){ + return com_badlogic_gwtref_client_ReflectionCache_$clinit__V() , this$static.com_badlogic_gwtref_client_Type_source.getArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2(this$static, obj, i); +} + +function com_badlogic_gwtref_client_Type_$getArrayLength__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2I(this$static, obj){ + return com_badlogic_gwtref_client_ReflectionCache_$clinit__V() , this$static.com_badlogic_gwtref_client_Type_source.getArrayLength__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2I(this$static, obj); +} + +function com_badlogic_gwtref_client_Type_$getConstructor__Lcom_badlogic_gwtref_client_Type_2_3Ljava_lang_Class_2Lcom_badlogic_gwtref_client_Constructor_2(this$static, parameterTypes){ + var c, c$array, c$index, c$max; + for (c$array = this$static.com_badlogic_gwtref_client_Type_constructors , c$index = 0 , c$max = c$array.length; c$index < c$max; ++c$index) { + c = c$array[c$index]; + if (c.com_badlogic_gwtref_client_Method_isPublic && com_badlogic_gwtref_client_Method_$match__Lcom_badlogic_gwtref_client_Method_2_3Ljava_lang_Class_2Z(c, parameterTypes)) + return c; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NoSuchMethodException_NoSuchMethodException__V); +} + +function com_badlogic_gwtref_client_Type_$getMethods__Lcom_badlogic_gwtref_client_Type_2_3Lcom_badlogic_gwtref_client_Method_2(this$static){ + var allMethodsList, m, m$array, m$index, m$max, t; + if (this$static.com_badlogic_gwtref_client_Type_allMethods == null) { + allMethodsList = new java_util_ArrayList_ArrayList__V; + t = this$static; + while (t) { + for (m$array = t.com_badlogic_gwtref_client_Type_methods , m$index = 0 , m$max = m$array.length; m$index < m$max; ++m$index) { + m = m$array[m$index]; + m.com_badlogic_gwtref_client_Method_isPublic && (javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(allMethodsList.java_util_ArrayList_array, m) , true); + } + t = com_badlogic_gwtref_client_CachedTypeLookup_$getType__Lcom_badlogic_gwtref_client_CachedTypeLookup_2Lcom_badlogic_gwtref_client_Type_2(t.com_badlogic_gwtref_client_Type_superClass); + } + this$static.com_badlogic_gwtref_client_Type_allMethods = java_util_ArrayList_$toArray__Ljava_util_ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(allMethodsList, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Method_12_1classLit, $intern_1053, 6, allMethodsList.java_util_ArrayList_array.length, 0, 1)); + } + return this$static.com_badlogic_gwtref_client_Type_allMethods; +} + +function com_badlogic_gwtref_client_Type_$setArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2V(this$static, obj, i, value_0){ + com_badlogic_gwtref_client_ReflectionCache_$clinit__V(); + this$static.com_badlogic_gwtref_client_Type_source.setArrayElement__Lcom_badlogic_gwtref_client_Type_2Ljava_lang_Object_2ILjava_lang_Object_2V(this$static, obj, i, value_0); +} + +function com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V(name_0, id_0, clazz, superClass, assignables){ + com_badlogic_gwtref_client_Type_$clinit__V(); + this.com_badlogic_gwtref_client_Type_fields = com_badlogic_gwtref_client_Type_EMPTY_1FIELDS; + this.com_badlogic_gwtref_client_Type_methods = com_badlogic_gwtref_client_Type_EMPTY_1METHODS; + this.com_badlogic_gwtref_client_Type_constructors = com_badlogic_gwtref_client_Type_EMPTY_1CONSTRUCTORS; + this.com_badlogic_gwtref_client_Type_annotations = com_badlogic_gwtref_client_Type_EMPTY_1ANNOTATIONS; + this.com_badlogic_gwtref_client_Type_name = name_0; + this.com_badlogic_gwtref_client_Type_id = id_0; + this.com_badlogic_gwtref_client_Type_clazz = clazz; + this.com_badlogic_gwtref_client_Type_superClass = new com_badlogic_gwtref_client_CachedTypeLookup_CachedTypeLookup__Ljava_lang_Class_2V(superClass); + this.com_badlogic_gwtref_client_Type_assignables = assignables?assignables:com_badlogic_gwtref_client_Type_EMPTY_1ASSIGNABLES; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(18, 1, {}, com_badlogic_gwtref_client_Type_Type__Ljava_lang_String_2ILjava_lang_Class_2Ljava_lang_Class_2Ljava_util_Set_2Ljava_util_Set_2V); +_.toString__Ljava_lang_String_2 = function com_badlogic_gwtref_client_Type_toString__Ljava_lang_String_2(){ + return 'Type [name=' + this.com_badlogic_gwtref_client_Type_name + ',\n clazz=' + this.com_badlogic_gwtref_client_Type_clazz + ',\n superClass=' + this.com_badlogic_gwtref_client_Type_superClass + ',\n assignables=' + this.com_badlogic_gwtref_client_Type_assignables + ',\n isAbstract=' + this.com_badlogic_gwtref_client_Type_isAbstract + ',\n isInterface=' + this.com_badlogic_gwtref_client_Type_isInterface + ',\n isPrimitive=' + this.com_badlogic_gwtref_client_Type_isPrimitive + ',\n isEnum=' + this.com_badlogic_gwtref_client_Type_isEnum + ',\n isArray=' + this.com_badlogic_gwtref_client_Type_isArray + ',\n isMemberClass=' + this.com_badlogic_gwtref_client_Type_isMemberClass + ',\n isStatic=' + this.com_badlogic_gwtref_client_Type_isStatic + ',\n isAnnotation=' + this.com_badlogic_gwtref_client_Type_isAnnotation + ',\n fields=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gwtref_client_Type_fields) + ',\n methods=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gwtref_client_Type_methods) + ',\n constructors=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gwtref_client_Type_constructors) + ',\n annotations=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gwtref_client_Type_annotations) + ',\n componentType=' + this.com_badlogic_gwtref_client_Type_componentType + ',\n enumConstants=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_badlogic_gwtref_client_Type_enumConstants) + ']'; +} +; +_.com_badlogic_gwtref_client_Type_id = 0; +_.com_badlogic_gwtref_client_Type_isAbstract = false; +_.com_badlogic_gwtref_client_Type_isAnnotation = false; +_.com_badlogic_gwtref_client_Type_isArray = false; +_.com_badlogic_gwtref_client_Type_isEnum = false; +_.com_badlogic_gwtref_client_Type_isInterface = false; +_.com_badlogic_gwtref_client_Type_isMemberClass = false; +_.com_badlogic_gwtref_client_Type_isPrimitive = false; +_.com_badlogic_gwtref_client_Type_isStatic = false; +var com_badlogic_gwtref_client_Type_EMPTY_1ANNOTATIONS, com_badlogic_gwtref_client_Type_EMPTY_1ASSIGNABLES, com_badlogic_gwtref_client_Type_EMPTY_1CONSTRUCTORS, com_badlogic_gwtref_client_Type_EMPTY_1FIELDS, com_badlogic_gwtref_client_Type_EMPTY_1METHODS; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gwtref_1client_1Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_731, 'Type', 18, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_smooth_ParentSprite_$draw__Lcom_github_yellowstonegames_smooth_ParentSprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(this$static, batch){ + com_github_tommyettinger_SunBatch_$draw__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(batch, this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture, (com_github_yellowstonegames_smooth_ParentSprite_$setPosition__Lcom_github_yellowstonegames_smooth_ParentSprite_2FFV(this$static, com_github_yellowstonegames_smooth_Glider_$getFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2F(this$static.com_github_tommyettinger_AnimatedGlidingSprite_location, 'x') + com_github_yellowstonegames_smooth_VectorSequenceGlider_$getX__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2F(this$static.com_github_tommyettinger_AnimatedGlidingSprite_smallMotion), com_github_yellowstonegames_smooth_Glider_$getFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2F(this$static.com_github_tommyettinger_AnimatedGlidingSprite_location, 'y') + com_github_yellowstonegames_smooth_VectorSequenceGlider_$getY__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2F(this$static.com_github_tommyettinger_AnimatedGlidingSprite_smallMotion)) , com_github_yellowstonegames_smooth_ParentSprite_$getVertices__Lcom_github_yellowstonegames_smooth_ParentSprite_2_3F(this$static)), 0, 20); +} + +function com_github_yellowstonegames_smooth_ParentSprite_$getVertices__Lcom_github_yellowstonegames_smooth_ParentSprite_2_3F(this$static){ + var cos_0, localX, localX2, localX2Cos, localX2Sin, localXCos, localXSin, localY, localY2, localY2Cos, localY2Sin, localYCos, localYSin, sin_0, vertices, worldOriginX, worldOriginY, x1, x2, x3, y1, y2, y3; + if (this$static.com_github_yellowstonegames_smooth_ParentSprite_dirty) { + this$static.com_github_yellowstonegames_smooth_ParentSprite_dirty = false; + vertices = this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices; + localX = -this$static.com_github_yellowstonegames_smooth_ParentSprite_originX; + localY = -this$static.com_github_yellowstonegames_smooth_ParentSprite_originY; + localX2 = localX + this$static.com_github_yellowstonegames_smooth_ParentSprite_width; + localY2 = localY + this$static.com_github_yellowstonegames_smooth_ParentSprite_height; + worldOriginX = this$static.com_github_yellowstonegames_smooth_ParentSprite_x - localX; + worldOriginY = this$static.com_github_yellowstonegames_smooth_ParentSprite_y - localY; + if (this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleX != 1 || this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleY != 1) { + localX *= this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleX; + localY *= this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleY; + localX2 *= this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleX; + localY2 *= this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleY; + } + if (this$static.com_github_yellowstonegames_smooth_ParentSprite_rotation != 0) { + cos_0 = com_badlogic_gdx_math_MathUtils_cosDeg__FF(this$static.com_github_yellowstonegames_smooth_ParentSprite_rotation); + sin_0 = com_badlogic_gdx_math_MathUtils_sinDeg__FF(this$static.com_github_yellowstonegames_smooth_ParentSprite_rotation); + localXCos = localX * cos_0; + localXSin = localX * sin_0; + localYCos = localY * cos_0; + localYSin = localY * sin_0; + localX2Cos = localX2 * cos_0; + localX2Sin = localX2 * sin_0; + localY2Cos = localY2 * cos_0; + localY2Sin = localY2 * sin_0; + x1 = localXCos - localYSin + worldOriginX; + y1 = localYCos + localXSin + worldOriginY; + vertices[0] = x1; + vertices[1] = y1; + x2 = localXCos - localY2Sin + worldOriginX; + y2 = localY2Cos + localXSin + worldOriginY; + vertices[5] = x2; + vertices[6] = y2; + x3 = localX2Cos - localY2Sin + worldOriginX; + y3 = localY2Cos + localX2Sin + worldOriginY; + vertices[10] = x3; + vertices[11] = y3; + vertices[15] = x1 + (x3 - x2); + vertices[16] = y3 - (y2 - y1); + } + else { + x1 = localX + worldOriginX; + y1 = localY + worldOriginY; + x2 = localX2 + worldOriginX; + y2 = localY2 + worldOriginY; + vertices[0] = x1; + vertices[1] = y1; + vertices[5] = x1; + vertices[6] = y2; + vertices[10] = x2; + vertices[11] = y2; + vertices[15] = x2; + vertices[16] = y1; + } + } + return this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices; +} + +function com_github_yellowstonegames_smooth_ParentSprite_$setPosition__Lcom_github_yellowstonegames_smooth_ParentSprite_2FFV(this$static, x_0, y_0){ + var vertices, x2, y2; + this$static.com_github_yellowstonegames_smooth_ParentSprite_x = x_0; + this$static.com_github_yellowstonegames_smooth_ParentSprite_y = y_0; + if (this$static.com_github_yellowstonegames_smooth_ParentSprite_dirty) + return; + if (this$static.com_github_yellowstonegames_smooth_ParentSprite_rotation != 0 || this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleX != 1 || this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleY != 1) { + this$static.com_github_yellowstonegames_smooth_ParentSprite_dirty = true; + return; + } + x2 = x_0 + this$static.com_github_yellowstonegames_smooth_ParentSprite_width; + y2 = y_0 + this$static.com_github_yellowstonegames_smooth_ParentSprite_height; + vertices = this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices; + vertices[0] = x_0; + vertices[1] = y_0; + vertices[5] = x_0; + vertices[6] = y2; + vertices[10] = x2; + vertices[11] = y2; + vertices[15] = x2; + vertices[16] = y_0; +} + +function com_github_yellowstonegames_smooth_ParentSprite_$setSize__Lcom_github_yellowstonegames_smooth_ParentSprite_2FFV(this$static){ + var vertices, x2, y2; + this$static.com_github_yellowstonegames_smooth_ParentSprite_width = 1; + this$static.com_github_yellowstonegames_smooth_ParentSprite_height = 1; + if (this$static.com_github_yellowstonegames_smooth_ParentSprite_dirty) + return; + if (this$static.com_github_yellowstonegames_smooth_ParentSprite_rotation != 0 || this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleX != 1 || this$static.com_github_yellowstonegames_smooth_ParentSprite_scaleY != 1) { + this$static.com_github_yellowstonegames_smooth_ParentSprite_dirty = true; + return; + } + x2 = this$static.com_github_yellowstonegames_smooth_ParentSprite_x + 1; + y2 = this$static.com_github_yellowstonegames_smooth_ParentSprite_y + 1; + vertices = this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices; + vertices[0] = this$static.com_github_yellowstonegames_smooth_ParentSprite_x; + vertices[1] = this$static.com_github_yellowstonegames_smooth_ParentSprite_y; + vertices[5] = this$static.com_github_yellowstonegames_smooth_ParentSprite_x; + vertices[6] = y2; + vertices[10] = x2; + vertices[11] = y2; + vertices[15] = x2; + vertices[16] = this$static.com_github_yellowstonegames_smooth_ParentSprite_y; +} + +function com_github_yellowstonegames_smooth_ParentSprite_$setU__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this$static, u){ + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u = u; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 - u) * this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())); + this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices[3] = u; + this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices[8] = u; +} + +function com_github_yellowstonegames_smooth_ParentSprite_$setU2__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this$static, u2){ + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u2 = u2; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionWidth = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(u2 - this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_u) * this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I())); + this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices[13] = u2; + this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices[18] = u2; +} + +function com_github_yellowstonegames_smooth_ParentSprite_$setV__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this$static, v){ + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v = v; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 - v) * this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())); + this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices[9] = v; + this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices[14] = v; +} + +function com_github_yellowstonegames_smooth_ParentSprite_$setV2__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this$static, v2){ + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v2 = v2; + this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_regionHeight = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round($wnd.Math.abs(v2 - this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_v) * this$static.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I())); + this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices[4] = v2; + this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices[19] = v2; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_966, 69, {69:1}); +_.flip__ZZV = function com_github_yellowstonegames_smooth_ParentSprite_flip__ZZV(x_0, y_0){ + var temp, vertices; + com_badlogic_gdx_graphics_g2d_TextureRegion_$flip__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2ZZV(this, x_0, y_0); + vertices = this.com_github_yellowstonegames_smooth_ParentSprite_vertices; + if (x_0) { + temp = vertices[3]; + vertices[3] = vertices[13]; + vertices[13] = temp; + temp = vertices[8]; + vertices[8] = vertices[18]; + vertices[18] = temp; + } + if (y_0) { + temp = vertices[4]; + vertices[4] = vertices[14]; + vertices[14] = temp; + temp = vertices[9]; + vertices[9] = vertices[19]; + vertices[19] = temp; + } +} +; +_.scroll__FFV = function com_github_yellowstonegames_smooth_ParentSprite_scroll__FFV(xAmount, yAmount){ + var u, u2, v, v2, vertices; + vertices = this.com_github_yellowstonegames_smooth_ParentSprite_vertices; + if (xAmount != 0) { + u = (vertices[3] + xAmount) % 1; + u2 = u + this.com_github_yellowstonegames_smooth_ParentSprite_width / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + com_github_yellowstonegames_smooth_ParentSprite_$setU__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this, u); + com_github_yellowstonegames_smooth_ParentSprite_$setU2__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this, u2); + vertices[3] = u; + vertices[8] = u; + vertices[13] = u2; + vertices[18] = u2; + } + if (yAmount != 0) { + v = (vertices[9] + yAmount) % 1; + v2 = v + this.com_github_yellowstonegames_smooth_ParentSprite_height / this.com_badlogic_gdx_graphics_g2d_TextureRegion_texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); + com_github_yellowstonegames_smooth_ParentSprite_$setV__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this, v); + com_github_yellowstonegames_smooth_ParentSprite_$setV2__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this, v2); + vertices[4] = v2; + vertices[9] = v; + vertices[14] = v; + vertices[19] = v2; + } +} +; +_.setColor__FFFFV = function com_github_yellowstonegames_smooth_ParentSprite_setColor__FFFFV(r, g, b, a){ + var color_0, vertices; + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(this.com_github_yellowstonegames_smooth_ParentSprite_color, r, g, b, a); + color_0 = com_badlogic_gdx_graphics_Color_$toFloatBits__Lcom_badlogic_gdx_graphics_Color_2F(this.com_github_yellowstonegames_smooth_ParentSprite_color); + vertices = this.com_github_yellowstonegames_smooth_ParentSprite_vertices; + vertices[2] = color_0; + vertices[7] = color_0; + vertices[12] = color_0; + vertices[17] = color_0; +} +; +_.setRegion__FFFFV = function com_github_yellowstonegames_smooth_ParentSprite_setRegion__FFFFV(u, v, u2, v2){ + var vertices; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this, u, v, u2, v2); + vertices = this.com_github_yellowstonegames_smooth_ParentSprite_vertices; + vertices[3] = u; + vertices[4] = v2; + vertices[8] = u; + vertices[9] = v; + vertices[13] = u2; + vertices[14] = v; + vertices[18] = u2; + vertices[19] = v2; +} +; +_.setU__FV = function com_github_yellowstonegames_smooth_ParentSprite_setU__FV(u){ + com_github_yellowstonegames_smooth_ParentSprite_$setU__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this, u); +} +; +_.setU2__FV = function com_github_yellowstonegames_smooth_ParentSprite_setU2__FV(u2){ + com_github_yellowstonegames_smooth_ParentSprite_$setU2__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this, u2); +} +; +_.setV__FV = function com_github_yellowstonegames_smooth_ParentSprite_setV__FV(v){ + com_github_yellowstonegames_smooth_ParentSprite_$setV__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this, v); +} +; +_.setV2__FV = function com_github_yellowstonegames_smooth_ParentSprite_setV2__FV(v2){ + com_github_yellowstonegames_smooth_ParentSprite_$setV2__Lcom_github_yellowstonegames_smooth_ParentSprite_2FV(this, v2); +} +; +_.com_github_yellowstonegames_smooth_ParentSprite_dirty = false; +_.com_github_yellowstonegames_smooth_ParentSprite_height = 0; +_.com_github_yellowstonegames_smooth_ParentSprite_originX = 0; +_.com_github_yellowstonegames_smooth_ParentSprite_originY = 0; +_.com_github_yellowstonegames_smooth_ParentSprite_rotation = 0; +_.com_github_yellowstonegames_smooth_ParentSprite_scaleX = 0; +_.com_github_yellowstonegames_smooth_ParentSprite_scaleY = 0; +_.com_github_yellowstonegames_smooth_ParentSprite_width = 0; +_.com_github_yellowstonegames_smooth_ParentSprite_x = 0; +_.com_github_yellowstonegames_smooth_ParentSprite_y = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1ParentSprite_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2320, 'ParentSprite', $intern_966, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g2d_1TextureRegion_12_1classLit); +function com_github_tommyettinger_AnimatedGlidingSprite_$animate__Lcom_github_tommyettinger_AnimatedGlidingSprite_2FLcom_github_tommyettinger_AnimatedGlidingSprite_2(this$static, stateTime){ + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this$static, com_badlogic_gdx_graphics_g2d_Animation_$getKeyFrame__Lcom_badlogic_gdx_graphics_g2d_Animation_2FLjava_lang_Object_2(this$static.com_github_tommyettinger_AnimatedGlidingSprite_animation, stateTime)); + return this$static; +} + +function com_github_tommyettinger_AnimatedGlidingSprite_$getX__Lcom_github_tommyettinger_AnimatedGlidingSprite_2F(this$static){ + return com_github_yellowstonegames_smooth_Glider_$getFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2F(this$static.com_github_tommyettinger_AnimatedGlidingSprite_location, 'x') + com_github_yellowstonegames_smooth_VectorSequenceGlider_$getX__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2F(this$static.com_github_tommyettinger_AnimatedGlidingSprite_smallMotion); +} + +function com_github_tommyettinger_AnimatedGlidingSprite_$getY__Lcom_github_tommyettinger_AnimatedGlidingSprite_2F(this$static){ + return com_github_yellowstonegames_smooth_Glider_$getFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2F(this$static.com_github_tommyettinger_AnimatedGlidingSprite_location, 'y') + com_github_yellowstonegames_smooth_VectorSequenceGlider_$getY__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2F(this$static.com_github_tommyettinger_AnimatedGlidingSprite_smallMotion); +} + +function com_github_tommyettinger_AnimatedGlidingSprite_$setPackedColor__Lcom_github_tommyettinger_AnimatedGlidingSprite_2FV(this$static, packedColor){ + var vertices; + vertices = this$static.com_github_yellowstonegames_smooth_ParentSprite_vertices; + vertices[2] = packedColor; + vertices[7] = packedColor; + vertices[12] = packedColor; + vertices[17] = packedColor; +} + +function com_github_tommyettinger_AnimatedGlidingSprite_AnimatedGlidingSprite__Lcom_badlogic_gdx_graphics_g2d_Animation_2Lcom_github_yellowstonegames_grid_Coord_2V(animation, coord){ + var com_github_tommyettinger_AnimatedGlidingSprite_AnimatedGlidingSprite__Lcom_badlogic_gdx_graphics_g2d_Animation_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2V_frameNumber_0; + this.com_github_yellowstonegames_smooth_ParentSprite_vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 20, 15, 1); + this.com_github_yellowstonegames_smooth_ParentSprite_color = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 1, 1, 1); + this.com_github_yellowstonegames_smooth_ParentSprite_scaleX = 1; + this.com_github_yellowstonegames_smooth_ParentSprite_scaleY = 1; + this.com_github_yellowstonegames_smooth_ParentSprite_dirty = true; + this.setColor__FFFFV(1, 1, 1, 1); + this.com_github_tommyettinger_AnimatedGlidingSprite_ownEmptyMotion = new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2V((com_github_yellowstonegames_smooth_VectorSequenceGlider_$clinit__V() , com_github_yellowstonegames_smooth_VectorSequenceGlider_EMPTY)); + this.com_github_tommyettinger_AnimatedGlidingSprite_animation = animation; + com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(this, (com_github_tommyettinger_AnimatedGlidingSprite_AnimatedGlidingSprite__Lcom_badlogic_gdx_graphics_g2d_Animation_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2V_frameNumber_0 = com_badlogic_gdx_graphics_g2d_Animation_$getKeyFrameIndex__Lcom_badlogic_gdx_graphics_g2d_Animation_2FI(animation, 0) , animation.com_badlogic_gdx_graphics_g2d_Animation_keyFrames[com_github_tommyettinger_AnimatedGlidingSprite_AnimatedGlidingSprite__Lcom_badlogic_gdx_graphics_g2d_Animation_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2V_frameNumber_0])); + this.com_github_tommyettinger_AnimatedGlidingSprite_location = new com_github_yellowstonegames_smooth_CoordGlider_CoordGlider__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2V(coord, coord); + this.com_github_tommyettinger_AnimatedGlidingSprite_smallMotion = this.com_github_tommyettinger_AnimatedGlidingSprite_ownEmptyMotion; + com_github_tommyettinger_AnimatedGlidingSprite_$setPackedColor__Lcom_github_tommyettinger_AnimatedGlidingSprite_2FV(this, (com_github_tommyettinger_SunBatch_$clinit__V() , com_github_tommyettinger_SunBatch_NEUTRAL)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(519, $intern_966, {69:1, 519:1}, com_github_tommyettinger_AnimatedGlidingSprite_AnimatedGlidingSprite__Lcom_badlogic_gdx_graphics_g2d_Animation_2Lcom_github_yellowstonegames_grid_Coord_2V); +_.setColor__FFFFV = function com_github_tommyettinger_AnimatedGlidingSprite_setColor__FFFFV(r, g, b, a){ + var color_0, color0, vertices; + color0 = (com_badlogic_gdx_graphics_Color_$clinit__V() , color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); + vertices = this.com_github_yellowstonegames_smooth_ParentSprite_vertices; + vertices[2] = color0; + vertices[7] = color0; + vertices[12] = color0; + vertices[17] = color0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1AnimatedGlidingSprite_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2321, 'AnimatedGlidingSprite', 519, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1ParentSprite_12_1classLit); +function com_github_tommyettinger_Data_$clinit__V(){ + com_github_tommyettinger_Data_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_tommyettinger_Data_possibleCharacters = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['ordinary human', 'fighter', 'ranger', 'bandit', 'valkyrie', 'slayer', 'wizard', 'monk', 'priest', 'aide', 'samurai', 'collector', 'brute', 'nomad', 'tourist', 'convict', 'man', 'knight', 'yeoman', 'thief', 'champion', 'exterminator', 'archmage', 'sensei', 'bishop', 'healer', 'ninja', 'archaeologist', 'barbarian', 'caveman', 'sightseer', 'desperado', 'ordinary woman', 'priestess', 'cavewoman']); + com_github_tommyettinger_Data_possibleEnemies = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['frog', 'baby plains chickabay', 'plains chickabay', 'baby fen chickabay', 'fen chickabay', 'baby taiga chickabay', 'taiga chickabay', 'baby doom chickabay', 'doom chickabay', 'baby nighthawk', 'nighthawk', 'baby cave swift', 'cave swift', 'baby arctic tern', 'arctic tern', 'baby robin', 'robin', 'baby osprey', 'osprey', 'baby phoenix', 'phoenix', 'baby aluminum falcon', 'aluminum falcon', 'baby cave penguin', 'cave penguin', 'baby penguin', 'penguin', 'baby pelican', 'pelican', 'baby duck', 'duck', 'baby puffin', 'puffin', 'baby swan', 'swan', 'baby albatross', 'albatross', 'baby condor', 'condor', 'baby green parrot', 'green parrot', 'baby dove', 'dove', 'baby parakeet', 'parakeet', 'baby thrush', 'thrush', 'baby cormorant', 'cormorant', 'baby seagull', 'seagull', 'baby bald eagle', 'bald eagle', 'golden eagle', 'baby golden eagle', 'baby ostrich', 'ostrich', 'baby emu', 'emu', 'baby kiwi', 'kiwi', 'chick', 'hen', 'rooster', 'baby peacock', 'peahen', 'peacock', 'baby griffon', 'griffon', 'baby snow griffon', 'snow griffon', 'baby barn owl', 'barn owl', 'baby snowy owl', 'snowy owl', 'white nosed bat', 'giant bat', 'vampire bat', 'werebat', 'baby bat', 'baby gray parrot', 'gray parrot', 'bobcat', 'leopard', 'panther', 'tiger', 'lion', 'puma kitten', 'puma', 'fierce puma', 'lynx kitten', 'lynx', 'fierce lynx', 'barn kitten', 'barn cat', 'fierce barn cat', 'weretiger', 'werecat', 'barbed devil', 'marilith', 'vrock', 'lava demon', 'juiblex', 'yeenoghu', 'orcus', 'geryon', 'sandestin', 'lesser devil', 'pit fiend', 'nalzok', 'ixoth', 'minion of huhetotl', 'water demon', 'mail daemon', 'asmodeus', 'baalzebub', 'dispater', 'erinys', 'demogorgon', 'cthulhu', 'balrog', 'bone devil', 'ice devil', 'horned devil', 'homunculus', 'manes', 'lemure', 'imp', 'quasit', 'succubus', 'incubus', 'derro slaver', 'derro brute', 'nalfeshnee', 'hezrou', 'jackal', 'fox', 'dingo', 'coyote', 'rabid jackal', 'werejackal', 'wolf', 'warg', 'baby winter wolf', 'winter wolf', 'rabid wolf', 'werewolf', 'little hound', 'hound', 'big hound', 'little cogdog', 'cogdog', 'big cogdog', 'little terrier', 'terrier', 'big terrier', 'heck puppy', 'hell hound', 'cerberus', 'straw golem', 'paper golem', 'wax golem', 'rope golem', 'gold golem', 'leather golem', 'wood golem', 'flesh golem', 'clay golem', 'stone golem', 'glass golem', 'iron golem', 'snow golem', 'crystal golem', 'fog cloud', 'dust vortex', 'ice vortex', 'energy vortex', 'steam vortex', 'fire vortex', 'stalker', 'air elemental', 'fire elemental', 'earth elemental', 'water elemental', 'gas spore', 'freezing sphere', 'flaming sphere', 'shocking sphere', 'floating eye', 'evil eye', 'eye tyrant', 'rock piercer', 'iron piercer', 'glass piercer', 'small mimic', 'large mimic', 'giant mimic', 'strange object', 'xorn', 'invisible creature', 'lurker above', 'lurker below', 'yellow light', 'black light', 'giant', 'stone giant', 'hill giant', 'fire giant', 'frost giant', 'storm giant', 'ettin', 'titan', 'minotaur', 'cyclops', 'surtur', 'keystone kop', 'kop sergeant', 'kop lieutenant', 'kop kaptain', 'shopkeeper', 'executioner', 'assassin', 'prisoner', 'forest sprite', 'forest fairy', 'forest spirit', 'mountain sprite', 'mountain fairy', 'mountain spirit', 'orc', 'hill orc', 'deep orc', 'militant orc', 'orc shaman', 'orc king', 'uruk', 'soldier', 'sergeant', 'lieutenant', 'captain', 'watchman', 'watch captain', 'guard', 'elf', 'wood elf', 'green elf', 'gray elf', 'elf lord', 'elf king', 'troll', 'ice troll', 'rock troll', 'water troll', 'olog hai', 'gnome', 'gnome lord', 'gnome wizard', 'gnome king', 'leprechaun', 'peasant man', 'peasant woman', 'farmer man', 'farmer woman', 'miner', 'hobbit', 'dwarf', 'dwarf lord', 'dwarf king', 'wood nymph', 'water nymph', 'mountain nymph', 'fire nymph', 'quest leader a', 'quest leader b', 'quest leader c', 'quest leader d', 'satyr', 'plains centaur', 'forest centaur', 'mountain centaur', 'ogre', 'ogre lord', 'ogre king', 'quantum mechanic', 'croesus', 'angel', 'dark angel', 'archon', 'weeping angel', 'weeping archangel', 'tengu', 'djinn', 'marid', 'dao', 'goblin', 'hobgoblin', 'goblin king', 'mind flayer', 'master mind flayer', 'bugbear', 'yeti', 'oracle', 'nurse', 'aligned priest', 'high priest', 'ocean spirit', 'river spirit', 'snow puff', 'sand puff', 'medusa', 'rodent of unusual size', 'ratzilla', 'snowy owlbear', 'owlbear', 'spriggan', 'pegasus', 'kirin', 'gremlin', 'gargoyle', 'winged gargoyle', 'uranium imp', 'kobold', 'large kobold', 'kobold shaman', 'kobold lord', 'monkey', 'ape', 'carnivorous ape', 'jabberwock', 'vorpal jabberwock', 'umber hulk', 'water hulk', 'big hallucination', 'small hallucination', 'baby terror bird', 'terror bird', 'zruty', 'giant tick', 'giant flea', 'giant louse', 'giant beetle', 'larva', 'maggot', 'dung worm', 'tunnel worm', 'walking stick', 'dragonfly', 'bee grub', 'queen bee', 'tsetse fly', 'killer bee', 'cave spider', 'giant spider', 'shelob', 'scorpion', 'giant scorpion', 'scorpius', 'baby long worm', 'long worm', 'long worm tail', 'baby purple worm', 'purple worm', 'giant ant', 'soldier ant', 'fire ant', 'snow ant', 'firefly', 'locust', 'assassin bug', 'grid bug', 'xan', 'chillbug', 'baby slug', 'giant slug', 'baby snail', 'giant snail', 'spark bug', 'arc bug', 'phase spider', 'centipede', 'spitting beetle', 'killer beetle', 'evil shrub', 'burning evil shrub', 'demon shrub', 'burning demon shrub', 'blizzard shrub', 'withered blizzard shrub', 'maelstrom shrub', 'withered maelstrom shrub', 'evil tree', 'burning evil tree', 'demon tree', 'burning demon tree', 'blizzard tree', 'withered blizzard tree', 'maelstrom tree', 'withered maelstrom tree', 'dungeon fern', 'dungeon fern sprout', 'dungeon fern spore', 'arctic fern', 'arctic fern sprout', 'arctic fern spore', 'blazing fern', 'blazing fern sprout', 'blazing fern spore', 'swamp fern', 'swamp fern sprout', 'swamp fern spore', 'devil snare', 'mould', 'ungenomold', 'shrieker', 'baby pig', 'pig', 'baby hog', 'hog', 'feral hog', 'baby black boar', 'black boar', 'vicious black boar', 'baby dairy cow', 'dairy cow', 'baby bull', 'bull', 'raging bull', 'camel', 'llama', 'baby white goat', 'white goat', 'baby gray goat', 'gray goat', 'baby black goat', 'black goat', 'baby white sheep', 'white sheep', 'baby gray sheep', 'gray sheep', 'baby black sheep', 'black sheep', 'brown unicorn', 'white unicorn', 'gray unicorn', 'black unicorn', 'newborn brown horse', 'baby brown horse', 'brown horse', 'strong brown horse', 'baby gray horse', 'gray horse', 'strong gray horse', 'baby black horse', 'black horse', 'strong black horse', 'baby deer', 'deer', 'mastodon', 'mumak', 'titanothere', 'baluchitherium', 'wumpus', 'leocrotta', 'baby sphinx', 'sphinx', 'baby wyvern', 'wyvern', 'baby dreadwyrm', 'dreadwyrm', 'baby glendrake', 'glendrake', 'baby firedrake', 'firedrake', 'baby icewyrm', 'icewyrm', 'baby sanddrake', 'sanddrake', 'baby stormwyrm', 'storrmwyrm', 'baby darkwyrm', 'darkwyrm', 'baby lightwyrm', 'lightwyrm', 'baby bogwyrm', 'bogwyrm', 'baby sheenwyrm', 'sheenwyrm', 'baby kingwyrm', 'kingwyrm', 'baby searwyrm', 'searwyrm', 'hydra', 'baby hydra', 'garter snake', 'snake', 'python', 'water moccasin', 'pit viper', 'cobra', 'asp', 'serpent', 'baby red naga', 'red naga', 'baby black naga', 'black naga', 'baby golden naga', 'golden naga', 'baby white naga', 'white naga', 'baby guardian naga', 'guardian naga', 'baby cockatrice', 'cockatrice', 'baby pyrolisk', 'pyrolisk', 'lizard', 'iguana', 'chameleon', 'baby crocodile', 'crocodile', 'gecko', 'komodo dragon', 'gila monster', 'newt', 'giant turtle', 'giant tortoise', 'salamander', 'red squirrel', 'gray squirrel', 'rabbit', 'jackrabbit', 'woodchuck', 'sewer rat', 'giant rat', 'rabid rat', 'enormous rat', 'disintegrator', 'rust monster', 'rock mole', 'wererat', 'gray ooze', 'brown pudding', 'black pudding', 'acid blob', 'quivering blob', 'gelatinous cube', 'blue jelly', 'spotted jelly', 'ochre jelly', 'green slime', 'blue slime', 'kobold zombie', 'gnome zombie', 'orc zombie', 'dwarf zombie', 'elf zombie', 'human zombie', 'ettin zombie', 'giant zombie', 'kobold mummy', 'gnome mummy', 'orc mummy', 'dwarf mummy', 'elf mummy', 'human mummy', 'ettin mummy', 'giant mummy', 'skeleton', 'fire skeleton', 'plague skeleton', 'shadow skeleton', 'lich', 'demilich', 'master lich', 'archlich', 'vampire', 'vampire lord', 'vampire mage', 'vlad the impaler', 'wisp', 'spirit', 'ghost', 'shade', 'death', 'pestilence', 'famine', 'wraith', 'nazgul', 'barrow wight', 'charon', 'wizard of yendor', 'war', 'ghoul', 'dark one', 'meathead', 'small meathead']); +} + +var com_github_tommyettinger_Data_possibleCharacters, com_github_tommyettinger_Data_possibleEnemies; +function com_github_tommyettinger_DaybreakDemo_$clinit__V(){ + com_github_tommyettinger_DaybreakDemo_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_tommyettinger_DaybreakDemo_OKLAB_1BLOOD = (com_github_yellowstonegames_core_DescriptiveColor_$clinit__V() , com_github_yellowstonegames_core_DescriptiveColor_describeOklab__Ljava_lang_String_2III($intern_2322, 0, $intern_2322.length)); +} + +function com_github_tommyettinger_DaybreakDemo_$afterChange__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static){ + var ci, lightLevels, mon, monCount, pos, small_0, tmp; + this$static.com_github_tommyettinger_DaybreakDemo_phase = 2; + this$static.com_github_tommyettinger_DaybreakDemo_playerArray[0] = this$static.com_github_tommyettinger_DaybreakDemo_player; + monCount = this$static.com_github_tommyettinger_DaybreakDemo_monsters.com_github_tommyettinger_ds_ObjectObjectMap_size; + lightLevels = this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult; + for (ci = 0; ci < monCount; ci++) { + pos = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keyAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_monsters, ci); + mon = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$getAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_monsters, ci); + if (!mon) + continue; + if (lightLevels[pos.com_github_yellowstonegames_grid_Coord_x][pos.com_github_yellowstonegames_grid_Coord_y] > 0.01) { + com_github_yellowstonegames_path_DijkstraMap_$clearGoals__Lcom_github_yellowstonegames_path_DijkstraMap_2V(this$static.com_github_tommyettinger_DaybreakDemo_getToPlayer); + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_tommyettinger_DaybreakDemo_nextMovePositions); + com_github_yellowstonegames_path_DijkstraMap_$findPath__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_tommyettinger_ds_ObjectDeque_2IILjava_util_Collection_2Ljava_util_Collection_2Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_tommyettinger_ds_ObjectDeque_2(this$static.com_github_tommyettinger_DaybreakDemo_getToPlayer, this$static.com_github_tommyettinger_DaybreakDemo_nextMovePositions, 1, 7, com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this$static.com_github_tommyettinger_DaybreakDemo_monsters), null, pos, this$static.com_github_tommyettinger_DaybreakDemo_playerArray); + if (this$static.com_github_tommyettinger_DaybreakDemo_nextMovePositions.com_github_tommyettinger_ds_ObjectDeque_size != 0) { + tmp = com_github_tommyettinger_ds_ObjectDeque_$get__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_nextMovePositions, 0); + if (!tmp) + continue; + if (tmp.com_github_yellowstonegames_grid_Coord_x == this$static.com_github_tommyettinger_DaybreakDemo_player.com_github_yellowstonegames_grid_Coord_x && tmp.com_github_yellowstonegames_grid_Coord_y == this$static.com_github_tommyettinger_DaybreakDemo_player.com_github_yellowstonegames_grid_Coord_y) { + com_github_tommyettinger_AnimatedGlidingSprite_$setPackedColor__Lcom_github_tommyettinger_AnimatedGlidingSprite_2FV(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite, com_github_tommyettinger_digital_BitConversion_intBitsToFloat__IF($intern_80 & com_github_tommyettinger_DaybreakDemo_OKLAB_1BLOOD)); + --this$static.com_github_tommyettinger_DaybreakDemo_health; + small_0 = com_github_tommyettinger_ds_ObjectObjectMap_$getOrDefault__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2((com_github_yellowstonegames_smooth_VectorSequenceGlider_$clinit__V() , com_github_yellowstonegames_smooth_VectorSequenceGlider_BUMPS), com_github_yellowstonegames_grid_Coord_$toGoTo__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Direction_2(pos, this$static.com_github_tommyettinger_DaybreakDemo_player), null); + if (small_0) { + small_0 = new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2V(small_0); + com_github_yellowstonegames_smooth_Glider_$setCompleteRunner__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_Runnable_2V(small_0, new com_github_tommyettinger_DaybreakDemo$lambda$3$Type_DaybreakDemo$lambda$3$Type__Lcom_github_tommyettinger_AnimatedGlidingSprite_2V(mon)); + } + !small_0?(mon.com_github_tommyettinger_AnimatedGlidingSprite_smallMotion = mon.com_github_tommyettinger_AnimatedGlidingSprite_ownEmptyMotion):(mon.com_github_tommyettinger_AnimatedGlidingSprite_smallMotion = small_0); + com_github_yellowstonegames_smooth_Director_$play__Lcom_github_yellowstonegames_smooth_Director_2V(this$static.com_github_tommyettinger_DaybreakDemo_directorSmall); + } + else { + com_github_yellowstonegames_smooth_CoordGlider_$setStart__Lcom_github_yellowstonegames_smooth_CoordGlider_2Lcom_github_yellowstonegames_grid_Coord_2V(mon.com_github_tommyettinger_AnimatedGlidingSprite_location, pos); + com_github_yellowstonegames_smooth_CoordGlider_$setEnd__Lcom_github_yellowstonegames_smooth_CoordGlider_2Lcom_github_yellowstonegames_grid_Coord_2V(mon.com_github_tommyettinger_AnimatedGlidingSprite_location, tmp); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$alter__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static.com_github_tommyettinger_DaybreakDemo_monsters, pos, tmp); + com_github_yellowstonegames_grid_LightingManager_$moveLight__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_LightingManager_2(this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_lighting, pos, tmp); + } + } + } + } + com_github_yellowstonegames_smooth_Director_$play__Lcom_github_yellowstonegames_smooth_Director_2V(this$static.com_github_tommyettinger_DaybreakDemo_monsterDirector); +} + +function com_github_tommyettinger_DaybreakDemo_$create__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static){ + var input_0; + com_badlogic_gdx_Gdx_app.com_badlogic_gdx_backends_gwt_GwtApplication_logLevel = 2; + this$static.com_github_tommyettinger_DaybreakDemo_batch = new com_github_tommyettinger_SunBatch_SunBatch__V; + this$static.com_github_tommyettinger_DaybreakDemo_rng = new com_github_tommyettinger_random_ChopRandom_ChopRandom__JV(this$static.com_github_tommyettinger_DaybreakDemo_seed); + this$static.com_github_tommyettinger_DaybreakDemo_mainViewport = new com_badlogic_gdx_utils_viewport_ScalingViewport_ScalingViewport__Lcom_badlogic_gdx_utils_Scaling_2FFV((com_badlogic_gdx_utils_Scaling_$clinit__V() , com_badlogic_gdx_utils_Scaling_fill)); + com_badlogic_gdx_utils_viewport_Viewport_$setScreenBounds__Lcom_badlogic_gdx_utils_viewport_Viewport_2IIIIV(this$static.com_github_tommyettinger_DaybreakDemo_mainViewport, 0, 0, $intern_44, 768); + this$static.com_github_tommyettinger_DaybreakDemo_camera = this$static.com_github_tommyettinger_DaybreakDemo_mainViewport.com_badlogic_gdx_utils_viewport_Viewport_camera; + com_badlogic_gdx_graphics_OrthographicCamera_$update__Lcom_badlogic_gdx_graphics_OrthographicCamera_2ZV(this$static.com_github_tommyettinger_DaybreakDemo_camera); + this$static.com_github_tommyettinger_DaybreakDemo_toCursor = new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__IV(200); + this$static.com_github_tommyettinger_DaybreakDemo_awaitedMoves = new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__IV(200); + this$static.com_github_tommyettinger_DaybreakDemo_nextMovePositions = new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__IV(200); + this$static.com_github_tommyettinger_DaybreakDemo_atlas = new com_badlogic_gdx_graphics_g2d_TextureAtlas_TextureAtlas__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_files_FileHandle_2V(com_badlogic_gdx_backends_gwt_GwtFiles_$internal__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, 'dawnlike/Dawnlike.atlas'), com_badlogic_gdx_backends_gwt_GwtFiles_$internal__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, 'dawnlike')); + this$static.com_github_tommyettinger_DaybreakDemo_font = new com_badlogic_gdx_graphics_g2d_BitmapFont_BitmapFont__Lcom_badlogic_gdx_files_FileHandle_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(com_badlogic_gdx_backends_gwt_GwtFiles_$internal__Lcom_badlogic_gdx_backends_gwt_GwtFiles_2Ljava_lang_String_2Lcom_badlogic_gdx_files_FileHandle_2(com_badlogic_gdx_Gdx_files, 'dawnlike/font.fnt'), com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, $intern_1086)); + com_badlogic_gdx_graphics_g2d_BitmapFont_$setUseIntegerPositions__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2ZV(this$static.com_github_tommyettinger_DaybreakDemo_font, false); + com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_$setScale__Lcom_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_2FFV(this$static.com_github_tommyettinger_DaybreakDemo_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data, 0.0625, 0.0625); + this$static.com_github_tommyettinger_DaybreakDemo_font.com_badlogic_gdx_graphics_g2d_BitmapFont_data.com_badlogic_gdx_graphics_g2d_BitmapFont$BitmapFontData_markupEnabled = true; + this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_rememberedColor = -8355744; + this$static.com_github_tommyettinger_DaybreakDemo_solid = com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'pixel'); + this$static.com_github_tommyettinger_DaybreakDemo_charMapping = new com_github_tommyettinger_ds_IntObjectMap_IntObjectMap__IV; + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 46, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'day tile floor c')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 44, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'brick clear pool center')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 126, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'brick murky pool center')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 34, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'dusk grass floor c')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 35, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall center')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 43, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'closed wooden door front')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 47, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'open wooden door side')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2323, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall right down')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2324, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall right up')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2325, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall left right up')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2326, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall left right down')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2327, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall left right')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2328, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, $intern_2329)); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2330, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall right up down')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2331, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall left right up down')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2332, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall left up down')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2333, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall left up')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, $intern_2334, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'lit brick wall left down')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 32, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, $intern_2329)); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 49, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'red liquid drizzle')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 50, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, 'red liquid spatter')); + com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 115, com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegion__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2ILcom_badlogic_gdx_graphics_g2d_TextureAtlas$AtlasRegion_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas)); + this$static.com_github_tommyettinger_DaybreakDemo_cursor = (com_github_yellowstonegames_grid_Coord_$clinit__V() , -1 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && -1 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + -com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + -1]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(-1, -1)); + com_github_tommyettinger_DaybreakDemo_$restart__Lcom_github_tommyettinger_DaybreakDemo_2JV(this$static, this$static.com_github_tommyettinger_DaybreakDemo_seed); + input_0 = new com_github_tommyettinger_DaybreakDemo$1_DaybreakDemo$1__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static); + com_badlogic_gdx_backends_gwt_DefaultGwtInput_$setInputProcessor__Lcom_badlogic_gdx_backends_gwt_DefaultGwtInput_2Lcom_badlogic_gdx_InputProcessor_2V(com_badlogic_gdx_Gdx_input, input_0); +} + +function com_github_tommyettinger_DaybreakDemo_$handleHeldKeys__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static){ + var c; + c = this$static.com_github_tommyettinger_DaybreakDemo_playerSprite.com_github_tommyettinger_AnimatedGlidingSprite_location.com_github_yellowstonegames_smooth_Glider_change; + if (c != 0 && c != 1) + return; + com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 29) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 36) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 21) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 148)?com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_LEFT)):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 47) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 38) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 20) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 146)?com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_DOWN)):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 51) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 39) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 19) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 152)?com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_UP)):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 32) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 40) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 22) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 150)?com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_RIGHT)):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 53) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 151)?com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_UP_1LEFT)):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 49) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 153)?com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_UP_1RIGHT)):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 30) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 145)?com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_DOWN_1LEFT)):com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 42) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 147)?com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT)):(com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 56) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 149) || com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 158)) && com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_NONE)); +} + +function com_github_tommyettinger_DaybreakDemo_$lambda$1__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_smooth_Glider_2(this$static, c_0){ + return com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_monsters, c_0).com_github_tommyettinger_AnimatedGlidingSprite_location; +} + +function com_github_tommyettinger_DaybreakDemo_$lambda$2__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_smooth_Glider_2(this$static, c_0){ + return com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_monsters, c_0).com_github_tommyettinger_AnimatedGlidingSprite_smallMotion; +} + +function com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static, next){ + var cg, newX, newY, x_0, y_0; + this$static.com_github_tommyettinger_DaybreakDemo_lastMove = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())); + if (this$static.com_github_tommyettinger_DaybreakDemo_health <= 0) + return; + cg = this$static.com_github_tommyettinger_DaybreakDemo_playerSprite.com_github_tommyettinger_AnimatedGlidingSprite_location; + if (cg.com_github_yellowstonegames_smooth_Glider_change != 0 && cg.com_github_yellowstonegames_smooth_Glider_change != 1) + return; + newX = next.com_github_yellowstonegames_grid_Coord_x; + newY = next.com_github_yellowstonegames_grid_Coord_y; + com_github_tommyettinger_AnimatedGlidingSprite_$setPackedColor__Lcom_github_tommyettinger_AnimatedGlidingSprite_2FV(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite, (com_github_tommyettinger_SunBatch_$clinit__V() , com_github_tommyettinger_SunBatch_NEUTRAL)); + if (newX >= 0 && newY >= 0 && newX < 64 && newY < 48 && this$static.com_github_tommyettinger_DaybreakDemo_barePlaceMap[newX][newY] != 35) { + if (this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap[newX][newY] == 43) { + com_github_yellowstonegames_grid_VisionFramework_$editSingle__Lcom_github_yellowstonegames_grid_VisionFramework_2Lcom_github_yellowstonegames_grid_Coord_2CV(this$static.com_github_tommyettinger_DaybreakDemo_vision, next); + } + else { + if (com_github_tommyettinger_ds_ObjectObjectMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Z(this$static.com_github_tommyettinger_DaybreakDemo_monsters, next)) { + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$remove__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_monsters, next); + com_github_yellowstonegames_grid_LightingManager_$removeLight__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_LightingManager_2(this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_lighting, next); + for (x_0 = -1; x_0 <= 1; x_0++) { + for (y_0 = -1; y_0 <= 1; y_0++) { + this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap[newX + x_0][newY + y_0] == 46 && com_github_tommyettinger_random_ChopRandom_$nextBoolean__Lcom_github_tommyettinger_random_ChopRandom_2Z(this$static.com_github_tommyettinger_DaybreakDemo_rng) && (this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap[newX + x_0][newY + y_0] = com_github_tommyettinger_random_ChopRandom_$next__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_tommyettinger_DaybreakDemo_rng) != 0?49:50); + } + } + } + com_github_yellowstonegames_grid_VisionFramework_$moveViewer__Lcom_github_yellowstonegames_grid_VisionFramework_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static.com_github_tommyettinger_DaybreakDemo_vision, this$static.com_github_tommyettinger_DaybreakDemo_player, next); + com_github_yellowstonegames_grid_LightingManager_$moveLight__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_LightingManager_2(this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_lighting, this$static.com_github_tommyettinger_DaybreakDemo_player, next); + com_github_yellowstonegames_smooth_CoordGlider_$setStart__Lcom_github_yellowstonegames_smooth_CoordGlider_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite.com_github_tommyettinger_AnimatedGlidingSprite_location, this$static.com_github_tommyettinger_DaybreakDemo_player); + com_github_yellowstonegames_smooth_CoordGlider_$setEnd__Lcom_github_yellowstonegames_smooth_CoordGlider_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite.com_github_tommyettinger_AnimatedGlidingSprite_location, this$static.com_github_tommyettinger_DaybreakDemo_player = next); + this$static.com_github_tommyettinger_DaybreakDemo_phase = 1; + com_github_yellowstonegames_smooth_Director_$play__Lcom_github_yellowstonegames_smooth_Director_2V(this$static.com_github_tommyettinger_DaybreakDemo_playerDirector); + } + com_github_yellowstonegames_grid_VisionFramework_$finishChanges__Lcom_github_yellowstonegames_grid_VisionFramework_2V(this$static.com_github_tommyettinger_DaybreakDemo_vision); + this$static.com_github_tommyettinger_DaybreakDemo_phase = 1; + } +} + +function com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Direction_2V(this$static, dir_0){ + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_tommyettinger_DaybreakDemo_toCursor); + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_tommyettinger_DaybreakDemo_awaitedMoves); + com_github_tommyettinger_ds_ObjectDeque_$add__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2Z(this$static.com_github_tommyettinger_DaybreakDemo_awaitedMoves, com_github_yellowstonegames_grid_Coord_$add__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite.com_github_tommyettinger_AnimatedGlidingSprite_location.com_github_yellowstonegames_smooth_CoordGlider_start, dir_0.com_github_yellowstonegames_grid_Direction_coord)); +} + +function com_github_tommyettinger_DaybreakDemo_$onGrid__Lcom_github_tommyettinger_DaybreakDemo_2IIZ(screenX_0, screenY_0){ + return screenX_0 >= 0 && screenX_0 < 64 && screenY_0 >= 0 && screenY_0 < 48; +} + +function com_github_tommyettinger_DaybreakDemo_$putMap__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static){ + var change, curr, glyph, i, i0, j, lightLevels, monster, rainbow, time, x_0, y_0; + change = $wnd.Math.min($wnd.Math.max(com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_badlogic_gdx_utils_TimeUtils_timeSinceMillis__JJ(this$static.com_github_tommyettinger_DaybreakDemo_lastMove)) * 4, 0), $intern_54); + com_github_yellowstonegames_grid_VisionFramework_$update__Lcom_github_yellowstonegames_grid_VisionFramework_2FV(this$static.com_github_tommyettinger_DaybreakDemo_vision, change); + time = com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_badlogic_gdx_utils_TimeUtils_timeSinceMillis__JJ(this$static.com_github_tommyettinger_DaybreakDemo_startTime)) * $intern_2335; + rainbow = com_github_yellowstonegames_core_DescriptiveColor_maximizeSaturation__IIIII(160, (com_github_tommyettinger_digital_TrigTools_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(time * 0.5 * $intern_390 + $intern_2024) & $intern_141] * 30) + 128), com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_digital_TrigTools_COS_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(time * 0.5 * $intern_390 + $intern_2024) & $intern_141] * 30) + 128, 255); + for (i0 = 0; i0 < this$static.com_github_tommyettinger_DaybreakDemo_toCursor.com_github_tommyettinger_ds_ObjectDeque_size; i0++) { + curr = com_github_tommyettinger_ds_ObjectDeque_$get__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_toCursor, i0); + com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_inView, curr) && (this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[curr.com_github_yellowstonegames_grid_Coord_x][curr.com_github_yellowstonegames_grid_Coord_y] = rainbow); + } + lightLevels = this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult; + for (x_0 = 0; x_0 < 64; x_0++) { + for (y_0 = 0; y_0 < 48; y_0++) { + glyph = this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap[x_0][y_0]; + if (com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_seen, x_0, y_0)) { + com_github_tommyettinger_SunBatch_$setPackedColor__Lcom_github_tommyettinger_SunBatch_2FV(this$static.com_github_tommyettinger_DaybreakDemo_batch, com_github_tommyettinger_digital_BitConversion_intBitsToFloat__IF($intern_80 & this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[x_0][y_0])); + (glyph == 47 || glyph == 43 || glyph == 49 || glyph == 50) && com_github_tommyettinger_SunBatch_$draw__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this$static.com_github_tommyettinger_DaybreakDemo_batch, com_github_tommyettinger_ds_IntObjectMap_$getOrDefault__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, 46, this$static.com_github_tommyettinger_DaybreakDemo_solid), x_0, y_0, 1, 1); + com_github_tommyettinger_SunBatch_$draw__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this$static.com_github_tommyettinger_DaybreakDemo_batch, com_github_tommyettinger_ds_IntObjectMap_$getOrDefault__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_charMapping, glyph, this$static.com_github_tommyettinger_DaybreakDemo_solid), x_0, y_0, 1, 1); + } + } + } + for (i = 0; i < 64; i++) { + for (j = 0; j < 48; j++) { + if (lightLevels[i][j] > 0.01) { + if (monster = com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_monsters, (com_github_yellowstonegames_grid_Coord_$clinit__V() , i >= -3 && j >= -3 && i < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && j < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + j * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + i]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(i, j)))) { + monster = (com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(monster, com_badlogic_gdx_graphics_g2d_Animation_$getKeyFrame__Lcom_badlogic_gdx_graphics_g2d_Animation_2FLjava_lang_Object_2(monster.com_github_tommyettinger_AnimatedGlidingSprite_animation, time)) , monster); + com_github_tommyettinger_AnimatedGlidingSprite_$setPackedColor__Lcom_github_tommyettinger_AnimatedGlidingSprite_2FV(monster, com_github_tommyettinger_digital_BitConversion_intBitsToFloat__IF($intern_80 & com_github_yellowstonegames_grid_VisionFramework_$getForegroundColor__Lcom_github_yellowstonegames_grid_VisionFramework_2IIFI(this$static.com_github_tommyettinger_DaybreakDemo_vision, i, j, change))); + com_github_yellowstonegames_smooth_ParentSprite_$draw__Lcom_github_yellowstonegames_smooth_ParentSprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(monster, this$static.com_github_tommyettinger_DaybreakDemo_batch); + } + } + else if (com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_justHidden, i, j) && !!(monster = com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_monsters, (com_github_yellowstonegames_grid_Coord_$clinit__V() , i >= -3 && j >= -3 && i < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && j < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + j * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + i]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(i, j))))) { + monster = (com_badlogic_gdx_graphics_g2d_TextureRegion_$setRegion__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2V(monster, com_badlogic_gdx_graphics_g2d_Animation_$getKeyFrame__Lcom_badlogic_gdx_graphics_g2d_Animation_2FLjava_lang_Object_2(monster.com_github_tommyettinger_AnimatedGlidingSprite_animation, time)) , monster); + com_github_tommyettinger_AnimatedGlidingSprite_$setPackedColor__Lcom_github_tommyettinger_AnimatedGlidingSprite_2FV(monster, com_github_tommyettinger_digital_BitConversion_intBitsToFloat__IF($intern_80 & com_github_yellowstonegames_grid_VisionFramework_$getForegroundColor__Lcom_github_yellowstonegames_grid_VisionFramework_2IIFI(this$static.com_github_tommyettinger_DaybreakDemo_vision, i, j, change))); + com_github_yellowstonegames_smooth_ParentSprite_$draw__Lcom_github_yellowstonegames_smooth_ParentSprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(monster, this$static.com_github_tommyettinger_DaybreakDemo_batch); + } + } + } + com_github_yellowstonegames_smooth_ParentSprite_$draw__Lcom_github_yellowstonegames_smooth_ParentSprite_2Lcom_badlogic_gdx_graphics_g2d_Batch_2V(com_github_tommyettinger_AnimatedGlidingSprite_$animate__Lcom_github_tommyettinger_AnimatedGlidingSprite_2FLcom_github_tommyettinger_AnimatedGlidingSprite_2(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite, time), this$static.com_github_tommyettinger_DaybreakDemo_batch); +} + +function com_github_tommyettinger_DaybreakDemo_$render__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static){ + var m, wide, x_0, y_0; + com_badlogic_gdx_Gdx_input.com_badlogic_gdx_AbstractInput_justPressedKeys[46] && com_github_tommyettinger_DaybreakDemo_$restart__Lcom_github_tommyettinger_DaybreakDemo_2JV(this$static, java_lang_String_$hashCode__Ljava_lang_String_2I(this$static.com_github_tommyettinger_DaybreakDemo_lang)); + com_badlogic_gdx_Gdx_gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.clearColor(0, 0, 0, 0); + com_badlogic_gdx_Gdx_gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.clear($intern_390); + this$static.com_github_tommyettinger_DaybreakDemo_camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_x = com_github_tommyettinger_AnimatedGlidingSprite_$getX__Lcom_github_tommyettinger_AnimatedGlidingSprite_2F(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite); + this$static.com_github_tommyettinger_DaybreakDemo_camera.com_badlogic_gdx_graphics_Camera_position.com_badlogic_gdx_math_Vector3_y = com_github_tommyettinger_AnimatedGlidingSprite_$getY__Lcom_github_tommyettinger_AnimatedGlidingSprite_2F(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite); + com_badlogic_gdx_graphics_OrthographicCamera_$update__Lcom_badlogic_gdx_graphics_OrthographicCamera_2ZV(this$static.com_github_tommyettinger_DaybreakDemo_camera); + com_badlogic_gdx_utils_viewport_Viewport_$apply__Lcom_badlogic_gdx_utils_viewport_Viewport_2ZV(this$static.com_github_tommyettinger_DaybreakDemo_mainViewport, false); + com_github_tommyettinger_SunBatch_$setProjectionMatrix__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static.com_github_tommyettinger_DaybreakDemo_batch, this$static.com_github_tommyettinger_DaybreakDemo_camera.com_badlogic_gdx_graphics_Camera_combined); + com_github_tommyettinger_SunBatch_$begin__Lcom_github_tommyettinger_SunBatch_2V(this$static.com_github_tommyettinger_DaybreakDemo_batch); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformf__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2FFFV(this$static.com_github_tommyettinger_DaybreakDemo_batch.com_github_tommyettinger_SunBatch_shader, 'u_globalMul', 1, $intern_662, $intern_545); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformf__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2FFFV(this$static.com_github_tommyettinger_DaybreakDemo_batch.com_github_tommyettinger_SunBatch_shader, 'u_globalAdd', 0, $intern_89 - this$static.com_github_tommyettinger_DaybreakDemo_health * 0.011500000022351742, 0.07999999821186066 - this$static.com_github_tommyettinger_DaybreakDemo_health * 0.011099999770522118); + if (this$static.com_github_tommyettinger_DaybreakDemo_health <= 0) { + com_github_tommyettinger_DaybreakDemo_$putMap__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static); + wide = this$static.com_github_tommyettinger_DaybreakDemo_mainViewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth; + x_0 = com_github_tommyettinger_AnimatedGlidingSprite_$getX__Lcom_github_tommyettinger_AnimatedGlidingSprite_2F(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite) - this$static.com_github_tommyettinger_DaybreakDemo_mainViewport.com_badlogic_gdx_utils_viewport_Viewport_worldWidth * 0.5; + y_0 = com_github_tommyettinger_AnimatedGlidingSprite_$getY__Lcom_github_tommyettinger_AnimatedGlidingSprite_2F(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite); + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_github_tommyettinger_DaybreakDemo_font, this$static.com_github_tommyettinger_DaybreakDemo_batch, '[RED]YOUR CRAWL IS OVER!', x_0, y_0 + 2, wide, 1, true); + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_github_tommyettinger_DaybreakDemo_font, this$static.com_github_tommyettinger_DaybreakDemo_batch, '[GRAY]A monster sniffs your corpse and says,', x_0, y_0 + 1, wide, 1, true); + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_github_tommyettinger_DaybreakDemo_font, this$static.com_github_tommyettinger_DaybreakDemo_batch, '[FOREST]' + this$static.com_github_tommyettinger_DaybreakDemo_lang, x_0, y_0, wide, 1, true); + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_github_tommyettinger_DaybreakDemo_font, this$static.com_github_tommyettinger_DaybreakDemo_batch, '[GRAY]q to quit.', x_0, y_0 - 2, wide, 1, true); + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFFIZLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_github_tommyettinger_DaybreakDemo_font, this$static.com_github_tommyettinger_DaybreakDemo_batch, '[YELLOW]r to restart.', x_0, y_0 - 4, wide, 1, true); + com_github_tommyettinger_SunBatch_$end__Lcom_github_tommyettinger_SunBatch_2V(this$static.com_github_tommyettinger_DaybreakDemo_batch); + com_badlogic_gdx_AbstractInput_$isKeyPressed__Lcom_badlogic_gdx_AbstractInput_2IZ(com_badlogic_gdx_Gdx_input, 45) && undefined; + return; + } + com_github_yellowstonegames_smooth_Director_$step__Lcom_github_yellowstonegames_smooth_Director_2V(this$static.com_github_tommyettinger_DaybreakDemo_playerDirector); + com_github_yellowstonegames_smooth_Director_$step__Lcom_github_yellowstonegames_smooth_Director_2V(this$static.com_github_tommyettinger_DaybreakDemo_monsterDirector); + com_github_yellowstonegames_smooth_Director_$step__Lcom_github_yellowstonegames_smooth_Director_2V(this$static.com_github_tommyettinger_DaybreakDemo_directorSmall); + if (this$static.com_github_tommyettinger_DaybreakDemo_phase == 2) { + if (!this$static.com_github_tommyettinger_DaybreakDemo_monsterDirector.com_github_yellowstonegames_smooth_Director_playing) { + this$static.com_github_tommyettinger_DaybreakDemo_phase = 0; + if (this$static.com_github_tommyettinger_DaybreakDemo_awaitedMoves.com_github_tommyettinger_ds_ObjectDeque_size != 0) { + m = com_github_tommyettinger_ds_ObjectDeque_$removeFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_awaitedMoves); + this$static.com_github_tommyettinger_DaybreakDemo_toCursor.com_github_tommyettinger_ds_ObjectDeque_size == 0 || com_github_tommyettinger_ds_ObjectDeque_$removeFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_toCursor); + com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static, m); + } + } + } + else if (this$static.com_github_tommyettinger_DaybreakDemo_phase == 0 && this$static.com_github_tommyettinger_DaybreakDemo_awaitedMoves.com_github_tommyettinger_ds_ObjectDeque_size != 0) { + m = com_github_tommyettinger_ds_ObjectDeque_$removeFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_awaitedMoves); + this$static.com_github_tommyettinger_DaybreakDemo_toCursor.com_github_tommyettinger_ds_ObjectDeque_size == 0 || com_github_tommyettinger_ds_ObjectDeque_$removeFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_toCursor); + com_github_tommyettinger_DaybreakDemo_$move__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static, m); + } + else if (this$static.com_github_tommyettinger_DaybreakDemo_phase == 1) { + if (!this$static.com_github_tommyettinger_DaybreakDemo_playerDirector.com_github_yellowstonegames_smooth_Director_playing && !this$static.com_github_tommyettinger_DaybreakDemo_monsterDirector.com_github_yellowstonegames_smooth_Director_playing) { + this$static.com_github_tommyettinger_DaybreakDemo_phase = 2; + com_github_tommyettinger_DaybreakDemo_$afterChange__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static); + if (this$static.com_github_tommyettinger_DaybreakDemo_awaitedMoves.com_github_tommyettinger_ds_ObjectDeque_size == 0) { + com_github_yellowstonegames_path_DijkstraMap_$clearGoals__Lcom_github_yellowstonegames_path_DijkstraMap_2V(this$static.com_github_tommyettinger_DaybreakDemo_playerToCursor); + com_github_yellowstonegames_path_DijkstraMap_$resetMap__Lcom_github_yellowstonegames_path_DijkstraMap_2V(this$static.com_github_tommyettinger_DaybreakDemo_playerToCursor); + com_github_yellowstonegames_path_DijkstraMap_$setGoal__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static.com_github_tommyettinger_DaybreakDemo_playerToCursor, this$static.com_github_tommyettinger_DaybreakDemo_player); + com_github_yellowstonegames_path_DijkstraMap_$partialScan__Lcom_github_yellowstonegames_path_DijkstraMap_2ILjava_util_Collection_2_3_3F(this$static.com_github_tommyettinger_DaybreakDemo_playerToCursor, this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_blockage); + } + } + } + else { + com_github_tommyettinger_DaybreakDemo_$handleHeldKeys__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static); + } + com_github_tommyettinger_DaybreakDemo_$putMap__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static); + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_github_tommyettinger_DaybreakDemo_pos, 10, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height - 32 - 32); + com_badlogic_gdx_utils_viewport_Viewport_$unproject__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_github_tommyettinger_DaybreakDemo_mainViewport, this$static.com_github_tommyettinger_DaybreakDemo_pos); + com_badlogic_gdx_graphics_g2d_BitmapFont_$draw__Lcom_badlogic_gdx_graphics_g2d_BitmapFont_2Lcom_badlogic_gdx_graphics_g2d_Batch_2Ljava_lang_CharSequence_2FFLcom_badlogic_gdx_graphics_g2d_GlyphLayout_2(this$static.com_github_tommyettinger_DaybreakDemo_font, this$static.com_github_tommyettinger_DaybreakDemo_batch, '[GRAY]Current Health: [RED]' + this$static.com_github_tommyettinger_DaybreakDemo_health + '[WHITE] at ' + com_google_gwt_lang_Cast_round_1int__DI(com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_fps) + ' FPS', this$static.com_github_tommyettinger_DaybreakDemo_pos.com_badlogic_gdx_math_Vector2_x, this$static.com_github_tommyettinger_DaybreakDemo_pos.com_badlogic_gdx_math_Vector2_y); + com_github_tommyettinger_SunBatch_$end__Lcom_github_tommyettinger_SunBatch_2V(this$static.com_github_tommyettinger_DaybreakDemo_batch); +} + +function com_github_tommyettinger_DaybreakDemo_$resize__Lcom_github_tommyettinger_DaybreakDemo_2IIV(this$static, width_0, height){ + com_badlogic_gdx_utils_viewport_ScalingViewport_$update__Lcom_badlogic_gdx_utils_viewport_ScalingViewport_2IIZV(this$static.com_github_tommyettinger_DaybreakDemo_mainViewport, width_0, height, false); +} + +function com_github_tommyettinger_DaybreakDemo_$restart__Lcom_github_tommyettinger_DaybreakDemo_2JV(this$static, seed){ + var dungeonGen, enemy, i, linePlaceMap, monPos, monster; + this$static.com_github_tommyettinger_DaybreakDemo_health = 9; + this$static.com_github_tommyettinger_DaybreakDemo_phase = 0; + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_tommyettinger_DaybreakDemo_toCursor); + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_tommyettinger_DaybreakDemo_awaitedMoves); + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_tommyettinger_DaybreakDemo_nextMovePositions); + this$static.com_github_tommyettinger_DaybreakDemo_startTime = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())); + this$static.com_github_tommyettinger_DaybreakDemo_lastMove = this$static.com_github_tommyettinger_DaybreakDemo_startTime; + com_github_tommyettinger_random_ChopRandom_$setSeed__Lcom_github_tommyettinger_random_ChopRandom_2JV(this$static.com_github_tommyettinger_DaybreakDemo_rng, seed); + dungeonGen = new com_github_yellowstonegames_place_DungeonProcessor_DungeonProcessor__IILcom_github_tommyettinger_random_EnhancedRandom_2V(this$static.com_github_tommyettinger_DaybreakDemo_rng); + com_github_yellowstonegames_place_DungeonProcessor_$addWater__Lcom_github_yellowstonegames_place_DungeonProcessor_2IILcom_github_yellowstonegames_place_DungeonProcessor_2(dungeonGen, 12); + com_github_yellowstonegames_place_DungeonProcessor_$addDoors__Lcom_github_yellowstonegames_place_DungeonProcessor_2IZLcom_github_yellowstonegames_place_DungeonProcessor_2(dungeonGen, 10); + com_github_yellowstonegames_place_DungeonProcessor_$addGrass__Lcom_github_yellowstonegames_place_DungeonProcessor_2IILcom_github_yellowstonegames_place_DungeonProcessor_2(dungeonGen, 10); + com_github_yellowstonegames_place_DungeonProcessor_$addBoulders__Lcom_github_yellowstonegames_place_DungeonProcessor_2IILcom_github_yellowstonegames_place_DungeonProcessor_2(dungeonGen, 5); + linePlaceMap = (com_github_yellowstonegames_grid_LineTools_$clinit__V() , com_github_yellowstonegames_grid_LineTools_hashesToLinesInto___3_3C_3_3CZ_3_3C(com_github_yellowstonegames_place_DungeonProcessor_$generate__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_place_tileset_TilesetType_2_3_3C(dungeonGen, (com_github_yellowstonegames_place_tileset_TilesetType_$clinit__V() , com_github_yellowstonegames_place_tileset_TilesetType_DEFAULT_1DUNGEON)), null, true)); + this$static.com_github_tommyettinger_DaybreakDemo_barePlaceMap = com_github_yellowstonegames_place_DungeonTools_simplifyDungeon___3_3C_3_3C(dungeonGen.com_github_yellowstonegames_place_DungeonProcessor_dungeon); + this$static.com_github_tommyettinger_DaybreakDemo_floors = !this$static.com_github_tommyettinger_DaybreakDemo_floors?new com_github_yellowstonegames_grid_Region_Region___3_3CCV(this$static.com_github_tommyettinger_DaybreakDemo_barePlaceMap, 46):com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(this$static.com_github_tommyettinger_DaybreakDemo_floors, this$static.com_github_tommyettinger_DaybreakDemo_barePlaceMap); + this$static.com_github_tommyettinger_DaybreakDemo_player = com_github_yellowstonegames_grid_Region_$singleRandom__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Coord_2(this$static.com_github_tommyettinger_DaybreakDemo_floors, this$static.com_github_tommyettinger_DaybreakDemo_rng); + this$static.com_github_tommyettinger_DaybreakDemo_playerSprite = new com_github_tommyettinger_AnimatedGlidingSprite_AnimatedGlidingSprite__Lcom_badlogic_gdx_graphics_g2d_Animation_2Lcom_github_yellowstonegames_grid_Coord_2V(new com_badlogic_gdx_graphics_g2d_Animation_Animation__FLcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_graphics_g2d_Animation$PlayMode_2V(com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegions__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_Array_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, com_github_tommyettinger_random_EnhancedRandom_$randomElement__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_rng, (com_github_tommyettinger_Data_$clinit__V() , com_github_tommyettinger_Data_possibleCharacters)))), this$static.com_github_tommyettinger_DaybreakDemo_player); + com_github_yellowstonegames_smooth_ParentSprite_$setSize__Lcom_github_yellowstonegames_smooth_ParentSprite_2FFV(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite); + this$static.com_github_tommyettinger_DaybreakDemo_playerDirector = new com_github_yellowstonegames_smooth_Director_Director__Lcom_github_tommyettinger_function_ObjToObjFunction_2Ljava_lang_Iterable_2JV(new com_github_tommyettinger_DaybreakDemo$0methodref$getLocation$Type_DaybreakDemo$0methodref$getLocation$Type__V, com_github_tommyettinger_ds_ObjectList_with__Ljava_lang_Object_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static.com_github_tommyettinger_DaybreakDemo_playerSprite), 150); + com_github_yellowstonegames_grid_VisionFramework_$restart__Lcom_github_yellowstonegames_grid_VisionFramework_2_3_3CLcom_github_yellowstonegames_grid_Coord_2FV(this$static.com_github_tommyettinger_DaybreakDemo_vision, linePlaceMap, this$static.com_github_tommyettinger_DaybreakDemo_player); + com_github_yellowstonegames_grid_LightingManager_$addLight__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Radiance_2Lcom_github_yellowstonegames_grid_LightingManager_2(this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_lighting, this$static.com_github_tommyettinger_DaybreakDemo_player, new com_github_yellowstonegames_grid_Radiance_Radiance__FIFFV(8, $intern_2336, $intern_366)); + com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_tommyettinger_DaybreakDemo_floors, this$static.com_github_tommyettinger_DaybreakDemo_player); + this$static.com_github_tommyettinger_DaybreakDemo_monsters = new com_github_yellowstonegames_grid_CoordObjectOrderedMap_CoordObjectOrderedMap__IV(100); + for (i = 0; i < 100; i++) { + monPos = com_github_yellowstonegames_grid_Region_$singleRandom__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Coord_2(this$static.com_github_tommyettinger_DaybreakDemo_floors, this$static.com_github_tommyettinger_DaybreakDemo_rng); + com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_tommyettinger_DaybreakDemo_floors, monPos); + enemy = com_github_tommyettinger_random_EnhancedRandom_$randomElement__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_rng, com_github_tommyettinger_Data_possibleEnemies); + monster = new com_github_tommyettinger_AnimatedGlidingSprite_AnimatedGlidingSprite__Lcom_badlogic_gdx_graphics_g2d_Animation_2Lcom_github_yellowstonegames_grid_Coord_2V(new com_badlogic_gdx_graphics_g2d_Animation_Animation__FLcom_badlogic_gdx_utils_Array_2Lcom_badlogic_gdx_graphics_g2d_Animation$PlayMode_2V(com_badlogic_gdx_graphics_g2d_TextureAtlas_$findRegions__Lcom_badlogic_gdx_graphics_g2d_TextureAtlas_2Ljava_lang_String_2Lcom_badlogic_gdx_utils_Array_2(this$static.com_github_tommyettinger_DaybreakDemo_atlas, enemy)), monPos); + com_github_yellowstonegames_smooth_ParentSprite_$setSize__Lcom_github_yellowstonegames_smooth_ParentSprite_2FFV(monster); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo_monsters, monPos, monster); + com_github_yellowstonegames_grid_LightingManager_$addLight__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Radiance_2Lcom_github_yellowstonegames_grid_LightingManager_2(this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_lighting, monPos, new com_github_yellowstonegames_grid_Radiance_Radiance__FIFFV(com_github_tommyettinger_random_ChopRandom_$nextFloat__Lcom_github_tommyettinger_random_ChopRandom_2FF(this$static.com_github_tommyettinger_DaybreakDemo_rng) + 2, (com_github_yellowstonegames_core_FullPalette_$clinit__V() , com_github_yellowstonegames_core_FullPalette_COLOR_1WHEEL_1PALETTE_1MID)[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_tommyettinger_DaybreakDemo_rng, com_github_yellowstonegames_core_FullPalette_COLOR_1WHEEL_1PALETTE_1MID.length)], 0.5)); + } + this$static.com_github_tommyettinger_DaybreakDemo_monsterDirector = new com_github_yellowstonegames_smooth_Director_Director__Lcom_github_tommyettinger_function_ObjToObjFunction_2Ljava_lang_Iterable_2JV(new com_github_tommyettinger_DaybreakDemo$lambda$1$Type_DaybreakDemo$lambda$1$Type__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static), this$static.com_github_tommyettinger_DaybreakDemo_monsters.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys, 150); + this$static.com_github_tommyettinger_DaybreakDemo_directorSmall = new com_github_yellowstonegames_smooth_Director_Director__Lcom_github_tommyettinger_function_ObjToObjFunction_2Ljava_lang_Iterable_2JV(new com_github_tommyettinger_DaybreakDemo$lambda$2$Type_DaybreakDemo$lambda$2$Type__Lcom_github_tommyettinger_DaybreakDemo_2V(this$static), this$static.com_github_tommyettinger_DaybreakDemo_monsters.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys, 300); + this$static.com_github_tommyettinger_DaybreakDemo_playerToCursor = new com_github_yellowstonegames_path_DijkstraMap_DijkstraMap___3_3CLcom_github_yellowstonegames_grid_Measurement_2V(this$static.com_github_tommyettinger_DaybreakDemo_barePlaceMap); + this$static.com_github_tommyettinger_DaybreakDemo_getToPlayer = new com_github_yellowstonegames_path_DijkstraMap_DijkstraMap___3_3CLcom_github_yellowstonegames_grid_Measurement_2V(this$static.com_github_tommyettinger_DaybreakDemo_barePlaceMap); + com_github_yellowstonegames_path_DijkstraMap_$setGoal__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static.com_github_tommyettinger_DaybreakDemo_playerToCursor, this$static.com_github_tommyettinger_DaybreakDemo_player); + com_github_yellowstonegames_path_DijkstraMap_$partialScan__Lcom_github_yellowstonegames_path_DijkstraMap_2ILjava_util_Collection_2_3_3F(this$static.com_github_tommyettinger_DaybreakDemo_playerToCursor, this$static.com_github_tommyettinger_DaybreakDemo_vision.com_github_yellowstonegames_grid_VisionFramework_blockage); + this$static.com_github_tommyettinger_DaybreakDemo_lang = '"' + com_github_yellowstonegames_text_Language_$sentence__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2II_3Ljava_lang_String_2_3Ljava_lang_String_2DLjava_lang_String_2((com_github_yellowstonegames_text_Language_$clinit__V() , com_github_yellowstonegames_text_Language_DEMONIC), this$static.com_github_tommyettinger_DaybreakDemo_rng, 4, 7, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [',', ',', ',', ' -']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['..."', ', heh..."', ', nyehehe..."', '!"', '!"', '!"', '!" *PTOOEY!*']), 0.2); +} + +function com_github_tommyettinger_DaybreakDemo_DaybreakDemo__JV(seed){ + com_github_tommyettinger_DaybreakDemo_$clinit__V(); + var c, c$iterator, f; + this.com_github_tommyettinger_DaybreakDemo_vision = new com_github_yellowstonegames_grid_VisionFramework_VisionFramework__V; + this.com_github_tommyettinger_DaybreakDemo_playerArray = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, 1, 0, 1); + this.com_github_tommyettinger_DaybreakDemo_pos = new com_badlogic_gdx_math_Vector2_Vector2__V; + this.com_github_tommyettinger_DaybreakDemo_seed = seed; + for (c$iterator = (com_badlogic_gdx_graphics_Colors_$clinit__V() , com_badlogic_gdx_utils_ObjectMap_$values__Lcom_badlogic_gdx_utils_ObjectMap_2Lcom_badlogic_gdx_utils_ObjectMap$Values_2(com_badlogic_gdx_graphics_Colors_map)); com_badlogic_gdx_utils_ObjectMap$Values_$hasNext__Lcom_badlogic_gdx_utils_ObjectMap$Values_2Z(c$iterator);) { + c = c$iterator.next__Ljava_lang_Object_2(); + f = com_github_yellowstonegames_core_DescriptiveColor_fromRGBA__FFFFI(c.com_badlogic_gdx_graphics_Color_r, c.com_badlogic_gdx_graphics_Color_g, c.com_badlogic_gdx_graphics_Color_b, c.com_badlogic_gdx_graphics_Color_a); + com_badlogic_gdx_graphics_Color_$set__Lcom_badlogic_gdx_graphics_Color_2FFFFLcom_badlogic_gdx_graphics_Color_2(c, (com_github_yellowstonegames_core_DescriptiveColor_$clinit__V() , (f & 255) / 255), (f >>> 8 & 255) / 255, (f >>> 16 & 255) / 255, c.com_badlogic_gdx_graphics_Color_a); + } +} + +function com_github_tommyettinger_DaybreakDemo_lambda$3__Lcom_github_tommyettinger_AnimatedGlidingSprite_2V(mon_0){ + com_github_tommyettinger_DaybreakDemo_$clinit__V(); + mon_0.com_github_tommyettinger_AnimatedGlidingSprite_smallMotion = mon_0.com_github_tommyettinger_AnimatedGlidingSprite_ownEmptyMotion; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(806, 1110, {}, com_github_tommyettinger_DaybreakDemo_DaybreakDemo__JV); +_.com_github_tommyettinger_DaybreakDemo_health = 9; +_.com_github_tommyettinger_DaybreakDemo_lastMove = 0; +_.com_github_tommyettinger_DaybreakDemo_phase = 0; +_.com_github_tommyettinger_DaybreakDemo_seed = 0; +_.com_github_tommyettinger_DaybreakDemo_startTime = 0; +var com_github_tommyettinger_DaybreakDemo_OKLAB_1BLOOD = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1DaybreakDemo_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2321, 'DaybreakDemo', 806, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1ApplicationAdapter_12_1classLit); +function com_github_tommyettinger_DaybreakDemo$0methodref$getLocation$Type_DaybreakDemo$0methodref$getLocation$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(848, 1, {}, com_github_tommyettinger_DaybreakDemo$0methodref$getLocation$Type_DaybreakDemo$0methodref$getLocation$Type__V); +_.apply__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_DaybreakDemo$0methodref$getLocation$Type_apply__Ljava_lang_Object_2Ljava_lang_Object_2(arg0){ + return arg0.com_github_tommyettinger_AnimatedGlidingSprite_location; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1DaybreakDemo$0methodref$getLocation$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2321, 'DaybreakDemo/0methodref$getLocation$Type', 848, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_DaybreakDemo$1_$keyUp__Lcom_github_tommyettinger_DaybreakDemo$1_2IZ(keycode){ + if (keycode == 34) { + java_lang_System_$clinit__V(); + String.fromCharCode(10); + } + return true; +} + +function com_github_tommyettinger_DaybreakDemo$1_$mouseMoved__Lcom_github_tommyettinger_DaybreakDemo$1_2IIZ(this$static, screenX_0, screenY_0){ + if (this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_awaitedMoves.com_github_tommyettinger_ds_ObjectDeque_size != 0) + return false; + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_pos, screenX_0, screenY_0); + com_badlogic_gdx_utils_viewport_Viewport_$unproject__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_mainViewport, this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_pos); + if (com_github_tommyettinger_DaybreakDemo_$onGrid__Lcom_github_tommyettinger_DaybreakDemo_2IIZ(screenX_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_pos.com_badlogic_gdx_math_Vector2_x + $intern_390) - $intern_390), screenY_0 = com_google_gwt_lang_Cast_round_1int__DI(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_pos.com_badlogic_gdx_math_Vector2_y + $intern_390) - $intern_390)) { + if (this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_cursor.com_github_yellowstonegames_grid_Coord_x == screenX_0 && this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_cursor.com_github_yellowstonegames_grid_Coord_y == screenY_0) { + return false; + } + this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_cursor = (com_github_yellowstonegames_grid_Coord_$clinit__V() , screenX_0 >= -3 && screenY_0 >= -3 && screenX_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && screenY_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + screenY_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + screenX_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(screenX_0, screenY_0)); + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_toCursor); + com_github_yellowstonegames_path_DijkstraMap_$findPathPreScanned__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_tommyettinger_ds_ObjectDeque_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_tommyettinger_ds_ObjectDeque_2(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_playerToCursor, this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_toCursor, this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_cursor); + this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_toCursor.com_github_tommyettinger_ds_ObjectDeque_size == 0 || com_github_tommyettinger_ds_ObjectDeque_$removeFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_toCursor); + } + return false; +} + +function com_github_tommyettinger_DaybreakDemo$1_$touchUp__Lcom_github_tommyettinger_DaybreakDemo$1_2IIIIZ(this$static, screenX_0, screenY_0){ + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2FFLcom_badlogic_gdx_math_Vector2_2(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_pos, screenX_0, screenY_0); + com_badlogic_gdx_utils_viewport_Viewport_$unproject__Lcom_badlogic_gdx_utils_viewport_Viewport_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_mainViewport, this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_pos); + if (com_github_tommyettinger_DaybreakDemo_$onGrid__Lcom_github_tommyettinger_DaybreakDemo_2IIZ((com_badlogic_gdx_math_MathUtils_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_pos.com_badlogic_gdx_math_Vector2_x + $intern_390) - $intern_390), com_google_gwt_lang_Cast_round_1int__DI(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_pos.com_badlogic_gdx_math_Vector2_y + $intern_390) - $intern_390)) { + com_github_tommyettinger_DaybreakDemo$1_$mouseMoved__Lcom_github_tommyettinger_DaybreakDemo$1_2IIZ(this$static, screenX_0, screenY_0); + com_github_tommyettinger_ds_ObjectDeque_$addAll__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_util_Collection_2Z(this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_awaitedMoves, this$static.com_github_tommyettinger_DaybreakDemo$1_this$01.com_github_tommyettinger_DaybreakDemo_toCursor); + return true; + } + return false; +} + +function com_github_tommyettinger_DaybreakDemo$1_DaybreakDemo$1__Lcom_github_tommyettinger_DaybreakDemo_2V(this$0){ + this.com_github_tommyettinger_DaybreakDemo$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(851, 466, $intern_12, com_github_tommyettinger_DaybreakDemo$1_DaybreakDemo$1__Lcom_github_tommyettinger_DaybreakDemo_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1DaybreakDemo$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2321, 'DaybreakDemo/1', 851, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1InputAdapter_12_1classLit); +function com_github_tommyettinger_DaybreakDemo$lambda$1$Type_DaybreakDemo$lambda$1$Type__Lcom_github_tommyettinger_DaybreakDemo_2V($$outer_0){ + this.com_github_tommyettinger_DaybreakDemo$lambda$1$Type_$$outer_10 = $$outer_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(849, 1, {}, com_github_tommyettinger_DaybreakDemo$lambda$1$Type_DaybreakDemo$lambda$1$Type__Lcom_github_tommyettinger_DaybreakDemo_2V); +_.apply__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_DaybreakDemo$lambda$1$Type_apply__Ljava_lang_Object_2Ljava_lang_Object_2(arg0){ + return com_github_tommyettinger_DaybreakDemo_$lambda$1__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_smooth_Glider_2(this.com_github_tommyettinger_DaybreakDemo$lambda$1$Type_$$outer_10, arg0); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1DaybreakDemo$lambda$1$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2321, 'DaybreakDemo/lambda$1$Type', 849, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_DaybreakDemo$lambda$2$Type_DaybreakDemo$lambda$2$Type__Lcom_github_tommyettinger_DaybreakDemo_2V($$outer_0){ + this.com_github_tommyettinger_DaybreakDemo$lambda$2$Type_$$outer_10 = $$outer_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(850, 1, {}, com_github_tommyettinger_DaybreakDemo$lambda$2$Type_DaybreakDemo$lambda$2$Type__Lcom_github_tommyettinger_DaybreakDemo_2V); +_.apply__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_DaybreakDemo$lambda$2$Type_apply__Ljava_lang_Object_2Ljava_lang_Object_2(arg0){ + return com_github_tommyettinger_DaybreakDemo_$lambda$2__Lcom_github_tommyettinger_DaybreakDemo_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_smooth_Glider_2(this.com_github_tommyettinger_DaybreakDemo$lambda$2$Type_$$outer_10, arg0); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1DaybreakDemo$lambda$2$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2321, 'DaybreakDemo/lambda$2$Type', 850, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_DaybreakDemo$lambda$3$Type_DaybreakDemo$lambda$3$Type__Lcom_github_tommyettinger_AnimatedGlidingSprite_2V(mon_0){ + this.com_github_tommyettinger_DaybreakDemo$lambda$3$Type_mon_10 = mon_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(852, 1, {227:1}, com_github_tommyettinger_DaybreakDemo$lambda$3$Type_DaybreakDemo$lambda$3$Type__Lcom_github_tommyettinger_AnimatedGlidingSprite_2V); +_.run__V = function com_github_tommyettinger_DaybreakDemo$lambda$3$Type_run__V(){ + com_github_tommyettinger_DaybreakDemo_lambda$3__Lcom_github_tommyettinger_AnimatedGlidingSprite_2V(this.com_github_tommyettinger_DaybreakDemo$lambda$3$Type_mon_10); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1DaybreakDemo$lambda$3$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2321, 'DaybreakDemo/lambda$3$Type', 852, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_SunBatch_$clinit__V(){ + com_github_tommyettinger_SunBatch_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_tommyettinger_SunBatch_defaultVertexDataType = (com_badlogic_gdx_graphics_Mesh$VertexDataType_$clinit__V() , com_badlogic_gdx_graphics_Mesh$VertexDataType_VertexArray); + com_github_tommyettinger_SunBatch_NEUTRAL = (com_github_tommyettinger_digital_BitConversion_$clinit__V() , com_github_tommyettinger_digital_BitConversion_wia[0] = -25198593 , undefined , com_github_tommyettinger_digital_BitConversion_wfa[0]); +} + +function com_github_tommyettinger_SunBatch_$begin__Lcom_github_tommyettinger_SunBatch_2V(this$static){ + if (this$static.com_github_tommyettinger_SunBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('SunBatch.end must be called before begin.')); + this$static.com_github_tommyettinger_SunBatch_renderCalls = 0; + com_badlogic_gdx_Gdx_gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.depthMask(false); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$bind__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this$static.com_github_tommyettinger_SunBatch_shader); + com_github_tommyettinger_SunBatch_$setupMatrices__Lcom_github_tommyettinger_SunBatch_2V(this$static); + this$static.com_github_tommyettinger_SunBatch_drawing = true; +} + +function com_github_tommyettinger_SunBatch_$draw__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this$static, texture, spriteVertices, offset, count){ + var copyCount, remainingVertices, verticesLength; + if (!this$static.com_github_tommyettinger_SunBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_2338)); + verticesLength = this$static.com_github_tommyettinger_SunBatch_vertices.length; + remainingVertices = verticesLength; + if (texture != this$static.com_github_tommyettinger_SunBatch_lastTexture) + com_github_tommyettinger_SunBatch_$switchTexture__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this$static, texture); + else { + remainingVertices -= this$static.com_github_tommyettinger_SunBatch_idx; + if (remainingVertices == 0) { + com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this$static); + remainingVertices = verticesLength; + } + } + copyCount = $wnd.Math.min(remainingVertices, count); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(spriteVertices, offset, this$static.com_github_tommyettinger_SunBatch_vertices, this$static.com_github_tommyettinger_SunBatch_idx, copyCount); + this$static.com_github_tommyettinger_SunBatch_idx += copyCount; + count -= copyCount; + while (count > 0) { + offset += copyCount; + com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this$static); + copyCount = $wnd.Math.min(verticesLength, count); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(spriteVertices, offset, this$static.com_github_tommyettinger_SunBatch_vertices, 0, copyCount); + this$static.com_github_tommyettinger_SunBatch_idx += copyCount; + count -= copyCount; + } +} + +function com_github_tommyettinger_SunBatch_$draw__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this$static, region, x_0, y_0, width_0, height){ + var color_0, fx2, fy2, idx, texture, u, u2, v, v2, vertices; + if (!this$static.com_github_tommyettinger_SunBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_2338)); + vertices = this$static.com_github_tommyettinger_SunBatch_vertices; + texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + texture != this$static.com_github_tommyettinger_SunBatch_lastTexture?com_github_tommyettinger_SunBatch_$switchTexture__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this$static, texture):this$static.com_github_tommyettinger_SunBatch_idx == vertices.length && com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this$static); + fx2 = x_0 + width_0; + fy2 = y_0 + height; + u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + color_0 = this$static.com_github_tommyettinger_SunBatch_colorPacked; + idx = this$static.com_github_tommyettinger_SunBatch_idx; + vertices[idx] = x_0; + vertices[idx + 1] = y_0; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x_0; + vertices[idx + 6] = fy2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = fx2; + vertices[idx + 11] = fy2; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = fx2; + vertices[idx + 16] = y_0; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this$static.com_github_tommyettinger_SunBatch_idx = idx + 20; +} + +function com_github_tommyettinger_SunBatch_$end__Lcom_github_tommyettinger_SunBatch_2V(this$static){ + var gl; + if (!this$static.com_github_tommyettinger_SunBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('SunBatch.begin must be called before end.')); + this$static.com_github_tommyettinger_SunBatch_idx > 0 && com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this$static); + this$static.com_github_tommyettinger_SunBatch_lastTexture = null; + this$static.com_github_tommyettinger_SunBatch_drawing = false; + gl = com_badlogic_gdx_Gdx_gl; + gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.depthMask(true); + gl.com_badlogic_gdx_backends_gwt_GwtGL20_gl.disable(3042); +} + +function com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this$static){ + var count, indicesBuffer, mesh, spritesInBatch; + if (this$static.com_github_tommyettinger_SunBatch_idx == 0) + return; + ++this$static.com_github_tommyettinger_SunBatch_renderCalls; + ++this$static.com_github_tommyettinger_SunBatch_totalRenderCalls; + spritesInBatch = this$static.com_github_tommyettinger_SunBatch_idx / 20 | 0; + spritesInBatch > this$static.com_github_tommyettinger_SunBatch_maxSpritesInBatch && (this$static.com_github_tommyettinger_SunBatch_maxSpritesInBatch = spritesInBatch); + count = spritesInBatch * 6; + com_badlogic_gdx_graphics_GLTexture_$bind__Lcom_badlogic_gdx_graphics_GLTexture_2V(this$static.com_github_tommyettinger_SunBatch_lastTexture); + mesh = this$static.com_github_tommyettinger_SunBatch_mesh; + com_badlogic_gdx_graphics_Mesh_$setVertices__Lcom_badlogic_gdx_graphics_Mesh_2_3FIILcom_badlogic_gdx_graphics_Mesh_2(mesh, this$static.com_github_tommyettinger_SunBatch_vertices, this$static.com_github_tommyettinger_SunBatch_idx); + indicesBuffer = mesh.com_badlogic_gdx_graphics_Mesh_indices.getBuffer__ZLjava_nio_ShortBuffer_2(true); + java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(indicesBuffer, 0); + java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(indicesBuffer, count); + com_badlogic_gdx_backends_gwt_GwtGL20_$glEnable__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IV(com_badlogic_gdx_Gdx_gl, 3042); + this$static.com_github_tommyettinger_SunBatch_blendSrcFunc != -1 && com_badlogic_gdx_backends_gwt_GwtGL20_$glBlendFuncSeparate__Lcom_badlogic_gdx_backends_gwt_GwtGL20_2IIIIV(com_badlogic_gdx_Gdx_gl, this$static.com_github_tommyettinger_SunBatch_blendSrcFunc, this$static.com_github_tommyettinger_SunBatch_blendDstFunc, this$static.com_github_tommyettinger_SunBatch_blendSrcFuncAlpha, this$static.com_github_tommyettinger_SunBatch_blendDstFuncAlpha); + com_badlogic_gdx_graphics_Mesh_$render__Lcom_badlogic_gdx_graphics_Mesh_2Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2IIIV(mesh, this$static.com_github_tommyettinger_SunBatch_shader, 4, 0, count); + this$static.com_github_tommyettinger_SunBatch_idx = 0; +} + +function com_github_tommyettinger_SunBatch_$setBlendFunctionSeparate__Lcom_github_tommyettinger_SunBatch_2IIIIV(this$static, srcFuncColor, dstFuncColor, srcFuncAlpha, dstFuncAlpha){ + if (this$static.com_github_tommyettinger_SunBatch_blendSrcFunc == srcFuncColor && this$static.com_github_tommyettinger_SunBatch_blendDstFunc == dstFuncColor && this$static.com_github_tommyettinger_SunBatch_blendSrcFuncAlpha == srcFuncAlpha && this$static.com_github_tommyettinger_SunBatch_blendDstFuncAlpha == dstFuncAlpha) + return; + com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this$static); + this$static.com_github_tommyettinger_SunBatch_blendSrcFunc = srcFuncColor; + this$static.com_github_tommyettinger_SunBatch_blendDstFunc = dstFuncColor; + this$static.com_github_tommyettinger_SunBatch_blendSrcFuncAlpha = srcFuncAlpha; + this$static.com_github_tommyettinger_SunBatch_blendDstFuncAlpha = dstFuncAlpha; +} + +function com_github_tommyettinger_SunBatch_$setPackedColor__Lcom_github_tommyettinger_SunBatch_2FV(this$static, packedColor){ + this$static.com_github_tommyettinger_SunBatch_colorPacked = packedColor; +} + +function com_github_tommyettinger_SunBatch_$setProjectionMatrix__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static, projection){ + this$static.com_github_tommyettinger_SunBatch_drawing && com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this$static); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_github_tommyettinger_SunBatch_projectionMatrix, projection.com_badlogic_gdx_math_Matrix4_val); + this$static.com_github_tommyettinger_SunBatch_drawing && com_github_tommyettinger_SunBatch_$setupMatrices__Lcom_github_tommyettinger_SunBatch_2V(this$static); +} + +function com_github_tommyettinger_SunBatch_$setupMatrices__Lcom_github_tommyettinger_SunBatch_2V(this$static){ + com_badlogic_gdx_math_Matrix4_$mul__Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2Lcom_badlogic_gdx_math_Matrix4_2(com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this$static.com_github_tommyettinger_SunBatch_combinedMatrix, this$static.com_github_tommyettinger_SunBatch_projectionMatrix.com_badlogic_gdx_math_Matrix4_val), this$static.com_github_tommyettinger_SunBatch_transformMatrix); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformMatrix__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2Lcom_badlogic_gdx_math_Matrix4_2V(this$static.com_github_tommyettinger_SunBatch_shader, $intern_188, this$static.com_github_tommyettinger_SunBatch_combinedMatrix); + com_badlogic_gdx_graphics_glutils_ShaderProgram_$setUniformi__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2IV(this$static.com_github_tommyettinger_SunBatch_shader, $intern_177, 0); +} + +function com_github_tommyettinger_SunBatch_$switchTexture__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this$static, texture){ + com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this$static); + this$static.com_github_tommyettinger_SunBatch_lastTexture = texture; + 1 / texture.com_badlogic_gdx_graphics_Texture_data.getWidth__I(); + 1 / texture.com_badlogic_gdx_graphics_Texture_data.getHeight__I(); +} + +function com_github_tommyettinger_SunBatch_SunBatch__V(){ + com_github_tommyettinger_SunBatch_$clinit__V(); + com_github_tommyettinger_SunBatch_SunBatch__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V.call(this); +} + +function com_github_tommyettinger_SunBatch_SunBatch__ILcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(){ + var i, indices, j, vertexDataType; + this.com_github_tommyettinger_SunBatch_transformMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_github_tommyettinger_SunBatch_projectionMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_github_tommyettinger_SunBatch_combinedMatrix = new com_badlogic_gdx_math_Matrix4_Matrix4__V; + this.com_github_tommyettinger_SunBatch_color = new com_badlogic_gdx_graphics_Color_Color__FFFFV(1, 0.5, 0.5, 1); + this.com_github_tommyettinger_SunBatch_colorPacked = com_github_tommyettinger_SunBatch_NEUTRAL; + vertexDataType = com_github_tommyettinger_SunBatch_defaultVertexDataType; + this.com_github_tommyettinger_SunBatch_mesh = new com_badlogic_gdx_graphics_Mesh_Mesh__Lcom_badlogic_gdx_graphics_Mesh$VertexDataType_2ZII_3Lcom_badlogic_gdx_graphics_VertexAttribute_2V(vertexDataType, 4000, 6000, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1VertexAttribute_12_1classLit, 1), $intern_115, 76, 0, [new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(1, 2, $intern_180), new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(4, 4, $intern_181), new com_badlogic_gdx_graphics_VertexAttribute_VertexAttribute__IILjava_lang_String_2V(16, 2, $intern_182)])); + com_badlogic_gdx_math_Matrix4_$setToOrtho2D__Lcom_badlogic_gdx_math_Matrix4_2FFFFLcom_badlogic_gdx_math_Matrix4_2(this.com_github_tommyettinger_SunBatch_projectionMatrix, 0, 0, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.width, com_badlogic_gdx_Gdx_graphics.com_badlogic_gdx_backends_gwt_GwtGraphics_canvas.height); + this.com_github_tommyettinger_SunBatch_vertices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 20000, 15, 1); + indices = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_S_1classLit, $intern_183, 9, 6000, 15, 1); + j = 0; + for (i = 0; i < 6000; i += 6 , j = j + 4 << 16 >> 16) { + indices[i] = j; + indices[i + 1] = j + 1 << 16 >> 16; + indices[i + 2] = j + 2 << 16 >> 16; + indices[i + 3] = j + 2 << 16 >> 16; + indices[i + 4] = j + 3 << 16 >> 16; + indices[i + 5] = j; + } + com_badlogic_gdx_graphics_Mesh_$setIndices__Lcom_badlogic_gdx_graphics_Mesh_2_3SLcom_badlogic_gdx_graphics_Mesh_2(this.com_github_tommyettinger_SunBatch_mesh, indices); + this.com_github_tommyettinger_SunBatch_shader = com_github_tommyettinger_SunBatch_createDefaultShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(); + this.com_github_tommyettinger_SunBatch_ownsShader = true; +} + +function com_github_tommyettinger_SunBatch_createDefaultShader__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2(){ + var shader; + shader = new com_badlogic_gdx_graphics_glutils_ShaderProgram_ShaderProgram__Ljava_lang_String_2Ljava_lang_String_2V('attribute vec4 a_position;\nattribute vec4 a_color;\nattribute vec2 a_texCoord0;\nuniform mat4 u_projTrans;\nuniform vec3 u_globalAdd;\nuniform vec3 u_globalMul;\nvarying vec4 v_color;\nvarying vec2 v_texCoords;\n\nvoid main()\n{\n v_color = a_color;\n v_color.r = (v_color.r - 0.5) * 0.5 * u_globalMul.r + u_globalAdd.r - 0.25;\n v_color.gb = (v_color.gb - 0.5) * u_globalMul.gb + u_globalAdd.gb;\n v_color.a = v_color.a * (255.0/254.0);\n v_texCoords = a_texCoord0;\n gl_Position = u_projTrans * a_position;\n}\n', '#ifdef GL_ES\n#define LOWP lowp\nprecision mediump float;\n#else\n#define LOWP \n#endif\nvarying vec2 v_texCoords;\nvarying LOWP vec4 v_color;\nuniform sampler2D u_texture;\nconst vec3 forward = vec3(1.0 / 3.0);\nvoid main()\n{\n vec4 tgt = texture2D( u_texture, v_texCoords );\n vec3 lab = mat3(+0.2104542553, +1.9779984951, +0.0259040371, +0.7936177850, -2.4285922050, +0.7827717662, -0.0040720468, +0.4505937099, -0.8086757660) * pow(mat3(0.4121656120, 0.2118591070, 0.0883097947, 0.5362752080, 0.6807189584, 0.2818474174, 0.0514575653, 0.1074065790, 0.6302613616) \n * (tgt.rgb * tgt.rgb), forward);\n lab.x = pow(clamp(pow(lab.x, 1.5) + v_color.r, 0.0, 1.0), 0.666666);\n lab.yz = clamp(lab.yz + v_color.gb * 2.0, -1.0, 1.0);\n lab = mat3(1.0, 1.0, 1.0, +0.3963377774, -0.1055613458, -0.0894841775, +0.2158037573, -0.0638541728, -1.2914855480) * lab;\n gl_FragColor = vec4(sqrt(clamp( mat3(+4.0767245293, -1.2681437731, -0.0041119885, -3.3072168827, +2.6093323231, -0.7034763098, +0.2307590544, -0.3411344290, +1.7068625689) *\n (lab * lab * lab), 0.0, 1.0)), v_color.a * tgt.a);\n}'); + if (!shader.com_badlogic_gdx_graphics_glutils_ShaderProgram_isCompiled) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_184 + com_badlogic_gdx_graphics_glutils_ShaderProgram_$getLog__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2Ljava_lang_String_2(shader))); + return shader; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(736, 1, {1140:1, 49:1}, com_github_tommyettinger_SunBatch_SunBatch__V); +_.begin__V = function com_github_tommyettinger_SunBatch_begin__V(){ + com_github_tommyettinger_SunBatch_$begin__Lcom_github_tommyettinger_SunBatch_2V(this); +} +; +_.dispose__V = function com_github_tommyettinger_SunBatch_dispose__V(){ + com_badlogic_gdx_graphics_Mesh_$dispose__Lcom_badlogic_gdx_graphics_Mesh_2V(this.com_github_tommyettinger_SunBatch_mesh); + this.com_github_tommyettinger_SunBatch_ownsShader && !!this.com_github_tommyettinger_SunBatch_shader && com_badlogic_gdx_graphics_glutils_ShaderProgram_$dispose__Lcom_badlogic_gdx_graphics_glutils_ShaderProgram_2V(this.com_github_tommyettinger_SunBatch_shader); +} +; +_.draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV = function com_github_tommyettinger_SunBatch_draw__Lcom_badlogic_gdx_graphics_Texture_2FFFFFFFFV(texture, x_0, y_0, width_0, height, u, v, u2, v2){ + var color_0, fx2, fy2, idx, vertices; + if (!this.com_github_tommyettinger_SunBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_2338)); + vertices = this.com_github_tommyettinger_SunBatch_vertices; + texture != this.com_github_tommyettinger_SunBatch_lastTexture?com_github_tommyettinger_SunBatch_$switchTexture__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture):this.com_github_tommyettinger_SunBatch_idx == vertices.length && com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this); + fx2 = x_0 + width_0; + fy2 = y_0 + height; + color_0 = this.com_github_tommyettinger_SunBatch_colorPacked; + idx = this.com_github_tommyettinger_SunBatch_idx; + vertices[idx] = x_0; + vertices[idx + 1] = y_0; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x_0; + vertices[idx + 6] = fy2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = fx2; + vertices[idx + 11] = fy2; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = fx2; + vertices[idx + 16] = y_0; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this.com_github_tommyettinger_SunBatch_idx = idx + 20; +} +; +_.draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV = function com_github_tommyettinger_SunBatch_draw__Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(texture, spriteVertices, offset, count){ + com_github_tommyettinger_SunBatch_$draw__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_Texture_2_3FIIV(this, texture, spriteVertices, offset, count); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV = function com_github_tommyettinger_SunBatch_draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(region, x_0, y_0, width_0, height){ + com_github_tommyettinger_SunBatch_$draw__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFV(this, region, x_0, y_0, width_0, height); +} +; +_.draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFV = function com_github_tommyettinger_SunBatch_draw__Lcom_badlogic_gdx_graphics_g2d_TextureRegion_2FFFFFFFFFV(region, x_0, y_0, originX, originY, width_0, height, scaleX, scaleY, rotation){ + var color_0, cos_0, fx, fx2, fy, fy2, idx, p1x, p1y, p2x, p2y, p3x, p3y, p4x, p4y, sin_0, texture, u, u2, v, v2, vertices, worldOriginX, worldOriginY, x1, x2, x3, x4, y1, y2, y3, y4; + if (!this.com_github_tommyettinger_SunBatch_drawing) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_2338)); + vertices = this.com_github_tommyettinger_SunBatch_vertices; + texture = region.com_badlogic_gdx_graphics_g2d_TextureRegion_texture; + texture != this.com_github_tommyettinger_SunBatch_lastTexture?com_github_tommyettinger_SunBatch_$switchTexture__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_graphics_Texture_2V(this, texture):this.com_github_tommyettinger_SunBatch_idx == vertices.length && com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this); + worldOriginX = x_0 + originX; + worldOriginY = y_0 + originY; + fx = -originX; + fy = -originY; + fx2 = width_0 - originX; + fy2 = height - originY; + if (scaleX != 1 || scaleY != 1) { + fx *= scaleX; + fy *= scaleY; + fx2 *= scaleX; + fy2 *= scaleY; + } + p1x = fx; + p1y = fy; + p2x = fx; + p2y = fy2; + p3x = fx2; + p3y = fy2; + p4x = fx2; + p4y = fy; + if (rotation != 0) { + cos_0 = (com_badlogic_gdx_math_MathUtils_$clinit__V() , (com_badlogic_gdx_math_MathUtils$Sin_$clinit__V() , com_badlogic_gdx_math_MathUtils$Sin_table)[com_google_gwt_lang_Cast_round_1int__DI((rotation + 90) * $intern_140) & $intern_141]); + sin_0 = com_badlogic_gdx_math_MathUtils$Sin_table[com_google_gwt_lang_Cast_round_1int__DI(rotation * $intern_140) & $intern_141]; + x1 = cos_0 * p1x - sin_0 * p1y; + y1 = sin_0 * p1x + cos_0 * p1y; + x2 = cos_0 * p2x - sin_0 * p2y; + y2 = sin_0 * p2x + cos_0 * p2y; + x3 = cos_0 * p3x - sin_0 * p3y; + y3 = sin_0 * p3x + cos_0 * p3y; + x4 = x1 + (x3 - x2); + y4 = y3 - (y2 - y1); + } + else { + x1 = p1x; + y1 = p1y; + x2 = p2x; + y2 = p2y; + x3 = p3x; + y3 = p3y; + x4 = p4x; + y4 = p4y; + } + x1 += worldOriginX; + y1 += worldOriginY; + x2 += worldOriginX; + y2 += worldOriginY; + x3 += worldOriginX; + y3 += worldOriginY; + x4 += worldOriginX; + y4 += worldOriginY; + u = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u; + v = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v2; + u2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_u2; + v2 = region.com_badlogic_gdx_graphics_g2d_TextureRegion_v; + color_0 = this.com_github_tommyettinger_SunBatch_colorPacked; + idx = this.com_github_tommyettinger_SunBatch_idx; + vertices[idx] = x1; + vertices[idx + 1] = y1; + vertices[idx + 2] = color_0; + vertices[idx + 3] = u; + vertices[idx + 4] = v; + vertices[idx + 5] = x2; + vertices[idx + 6] = y2; + vertices[idx + 7] = color_0; + vertices[idx + 8] = u; + vertices[idx + 9] = v2; + vertices[idx + 10] = x3; + vertices[idx + 11] = y3; + vertices[idx + 12] = color_0; + vertices[idx + 13] = u2; + vertices[idx + 14] = v2; + vertices[idx + 15] = x4; + vertices[idx + 16] = y4; + vertices[idx + 17] = color_0; + vertices[idx + 18] = u2; + vertices[idx + 19] = v; + this.com_github_tommyettinger_SunBatch_idx = idx + 20; +} +; +_.end__V = function com_github_tommyettinger_SunBatch_end__V(){ + com_github_tommyettinger_SunBatch_$end__Lcom_github_tommyettinger_SunBatch_2V(this); +} +; +_.flush__V = function com_github_tommyettinger_SunBatch_flush__V(){ + com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this); +} +; +_.getColor__Lcom_badlogic_gdx_graphics_Color_2 = function com_github_tommyettinger_SunBatch_getColor__Lcom_badlogic_gdx_graphics_Color_2(){ + com_badlogic_gdx_graphics_Color_abgr8888ToColor__Lcom_badlogic_gdx_graphics_Color_2FV(this.com_github_tommyettinger_SunBatch_color, this.com_github_tommyettinger_SunBatch_colorPacked); + return this.com_github_tommyettinger_SunBatch_color; +} +; +_.getPackedColor__F = function com_github_tommyettinger_SunBatch_getPackedColor__F(){ + return this.com_github_tommyettinger_SunBatch_colorPacked; +} +; +_.getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2 = function com_github_tommyettinger_SunBatch_getTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2(){ + return this.com_github_tommyettinger_SunBatch_transformMatrix; +} +; +_.setBlendFunction__IIV = function com_github_tommyettinger_SunBatch_setBlendFunction__IIV(srcFunc, dstFunc){ + com_github_tommyettinger_SunBatch_$setBlendFunctionSeparate__Lcom_github_tommyettinger_SunBatch_2IIIIV(this, srcFunc, dstFunc, srcFunc, dstFunc); +} +; +_.setColor__FFFFV = function com_github_tommyettinger_SunBatch_setColor__FFFFV(r, g, b, a){ + var color_0; + this.com_github_tommyettinger_SunBatch_colorPacked = (com_badlogic_gdx_graphics_Color_$clinit__V() , color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); +} +; +_.setColor__Lcom_badlogic_gdx_graphics_Color_2V = function com_github_tommyettinger_SunBatch_setColor__Lcom_badlogic_gdx_graphics_Color_2V(tint){ + var color_0; + this.com_github_tommyettinger_SunBatch_colorPacked = (color_0 = com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_a) << 24 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_b) << 16 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_g) << 8 | com_google_gwt_lang_Cast_round_1int__DI(255 * tint.com_badlogic_gdx_graphics_Color_r) , com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wia[0] = color_0 & $intern_80 , undefined , com_google_gwt_corp_compatibility_Numbers_wfa[0]); +} +; +_.setPackedColor__FV = function com_github_tommyettinger_SunBatch_setPackedColor__FV(packedColor){ + com_github_tommyettinger_SunBatch_$setPackedColor__Lcom_github_tommyettinger_SunBatch_2FV(this, packedColor); +} +; +_.setProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2V = function com_github_tommyettinger_SunBatch_setProjectionMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(projection){ + com_github_tommyettinger_SunBatch_$setProjectionMatrix__Lcom_github_tommyettinger_SunBatch_2Lcom_badlogic_gdx_math_Matrix4_2V(this, projection); +} +; +_.setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V = function com_github_tommyettinger_SunBatch_setTransformMatrix__Lcom_badlogic_gdx_math_Matrix4_2V(transform){ + this.com_github_tommyettinger_SunBatch_drawing && com_github_tommyettinger_SunBatch_$flush__Lcom_github_tommyettinger_SunBatch_2V(this); + com_badlogic_gdx_math_Matrix4_$set__Lcom_badlogic_gdx_math_Matrix4_2_3FLcom_badlogic_gdx_math_Matrix4_2(this.com_github_tommyettinger_SunBatch_transformMatrix, transform.com_badlogic_gdx_math_Matrix4_val); + this.com_github_tommyettinger_SunBatch_drawing && com_github_tommyettinger_SunBatch_$setupMatrices__Lcom_github_tommyettinger_SunBatch_2V(this); +} +; +_.com_github_tommyettinger_SunBatch_blendDstFunc = 771; +_.com_github_tommyettinger_SunBatch_blendDstFuncAlpha = 771; +_.com_github_tommyettinger_SunBatch_blendSrcFunc = 770; +_.com_github_tommyettinger_SunBatch_blendSrcFuncAlpha = 770; +_.com_github_tommyettinger_SunBatch_colorPacked = 0; +_.com_github_tommyettinger_SunBatch_drawing = false; +_.com_github_tommyettinger_SunBatch_idx = 0; +_.com_github_tommyettinger_SunBatch_lastTexture = null; +_.com_github_tommyettinger_SunBatch_maxSpritesInBatch = 0; +_.com_github_tommyettinger_SunBatch_ownsShader = false; +_.com_github_tommyettinger_SunBatch_renderCalls = 0; +_.com_github_tommyettinger_SunBatch_totalRenderCalls = 0; +var com_github_tommyettinger_SunBatch_NEUTRAL = 0, com_github_tommyettinger_SunBatch_defaultVertexDataType; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1SunBatch_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2321, 'SunBatch', 736, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_digital_AlternateRandom_AlternateRandom__V(){ + java_util_Random_$clinit__V(); + java_util_Random_Random__V.call(this); + this.com_github_tommyettinger_digital_AlternateRandom_stateA = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340)); + this.com_github_tommyettinger_digital_AlternateRandom_stateB = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340)); + this.com_github_tommyettinger_digital_AlternateRandom_stateC = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340)); + this.com_github_tommyettinger_digital_AlternateRandom_stateD = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340)); + this.com_github_tommyettinger_digital_AlternateRandom_stateE = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1056, 140, {140:1}, com_github_tommyettinger_digital_AlternateRandom_AlternateRandom__V); +_.nextBoolean__Z = function com_github_tommyettinger_digital_AlternateRandom_nextBoolean__Z(){ + var fa, fb, fc, fd, fe; + fa = this.com_github_tommyettinger_digital_AlternateRandom_stateA; + fb = this.com_github_tommyettinger_digital_AlternateRandom_stateB; + fc = this.com_github_tommyettinger_digital_AlternateRandom_stateC; + fd = this.com_github_tommyettinger_digital_AlternateRandom_stateD; + fe = this.com_github_tommyettinger_digital_AlternateRandom_stateE; + this.com_github_tommyettinger_digital_AlternateRandom_stateA = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fe, $intern_2341); + this.com_github_tommyettinger_digital_AlternateRandom_stateB = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(fa, 44), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(fa, 20)); + this.com_github_tommyettinger_digital_AlternateRandom_stateC = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fb, fd); + this.com_github_tommyettinger_digital_AlternateRandom_stateD = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fd, $intern_661); + return com_google_gwt_lang_LongLib_lt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_digital_AlternateRandom_stateE = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fa, fc), 0); +} +; +_.nextFloat__F = function com_github_tommyettinger_digital_AlternateRandom_nextFloat__F(){ + var fa, fb, fc, fd, fe; + fa = this.com_github_tommyettinger_digital_AlternateRandom_stateA; + fb = this.com_github_tommyettinger_digital_AlternateRandom_stateB; + fc = this.com_github_tommyettinger_digital_AlternateRandom_stateC; + fd = this.com_github_tommyettinger_digital_AlternateRandom_stateD; + fe = this.com_github_tommyettinger_digital_AlternateRandom_stateE; + this.com_github_tommyettinger_digital_AlternateRandom_stateA = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fe, $intern_2341); + this.com_github_tommyettinger_digital_AlternateRandom_stateB = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(fa, 44), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(fa, 20)); + this.com_github_tommyettinger_digital_AlternateRandom_stateC = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fb, fd); + this.com_github_tommyettinger_digital_AlternateRandom_stateD = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fd, $intern_661); + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_digital_AlternateRandom_stateE = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fa, fc), 40)) * $intern_412; +} +; +_.nextInt__I = function com_github_tommyettinger_digital_AlternateRandom_nextInt__I(){ + var fa, fb, fc, fd, fe; + fa = this.com_github_tommyettinger_digital_AlternateRandom_stateA; + fb = this.com_github_tommyettinger_digital_AlternateRandom_stateB; + fc = this.com_github_tommyettinger_digital_AlternateRandom_stateC; + fd = this.com_github_tommyettinger_digital_AlternateRandom_stateD; + fe = this.com_github_tommyettinger_digital_AlternateRandom_stateE; + this.com_github_tommyettinger_digital_AlternateRandom_stateA = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fe, $intern_2341); + this.com_github_tommyettinger_digital_AlternateRandom_stateB = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(fa, 44), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(fa, 20)); + this.com_github_tommyettinger_digital_AlternateRandom_stateC = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fb, fd); + this.com_github_tommyettinger_digital_AlternateRandom_stateD = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fd, $intern_661); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(this.com_github_tommyettinger_digital_AlternateRandom_stateE = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fa, fc)); +} +; +_.nextInt__II = function com_github_tommyettinger_digital_AlternateRandom_nextInt__II(bound){ + var fa, fb, fc, fd, fe; + fa = this.com_github_tommyettinger_digital_AlternateRandom_stateA; + fb = this.com_github_tommyettinger_digital_AlternateRandom_stateB; + fc = this.com_github_tommyettinger_digital_AlternateRandom_stateC; + fd = this.com_github_tommyettinger_digital_AlternateRandom_stateD; + fe = this.com_github_tommyettinger_digital_AlternateRandom_stateE; + this.com_github_tommyettinger_digital_AlternateRandom_stateA = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fe, $intern_2341); + this.com_github_tommyettinger_digital_AlternateRandom_stateB = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(fa, 44), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(fa, 20)); + this.com_github_tommyettinger_digital_AlternateRandom_stateC = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fb, fd); + this.com_github_tommyettinger_digital_AlternateRandom_stateD = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fd, $intern_661); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shr__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(bound, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_digital_AlternateRandom_stateE = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fa, fc), $intern_2342)), 32)) & ~(bound >> 31); +} +; +_.setSeed__JV = function com_github_tommyettinger_digital_AlternateRandom_setSeed__JV(seed){ + this.com_github_tommyettinger_digital_AlternateRandom_stateA = seed; + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 32)); + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2343); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 29)); + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2343); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 32)); + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2343); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 29)); + this.com_github_tommyettinger_digital_AlternateRandom_stateB = seed; + this.com_github_tommyettinger_digital_AlternateRandom_stateC = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2344); + this.com_github_tommyettinger_digital_AlternateRandom_stateD = com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed); + this.com_github_tommyettinger_digital_AlternateRandom_stateE = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2345); +} +; +_.com_github_tommyettinger_digital_AlternateRandom_stateA = 0; +_.com_github_tommyettinger_digital_AlternateRandom_stateB = 0; +_.com_github_tommyettinger_digital_AlternateRandom_stateC = 0; +_.com_github_tommyettinger_digital_AlternateRandom_stateD = 0; +_.com_github_tommyettinger_digital_AlternateRandom_stateE = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1digital_1AlternateRandom_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2346, 'AlternateRandom', 1056, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Random_12_1classLit); +function com_github_tommyettinger_digital_ArrayTools_$clinit__V(){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var ins; + com_github_tommyettinger_digital_ArrayTools_greekLowerCase = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_248, 'beta', 'gamma', 'delta', $intern_2243, 'zeta', 'eta', 'theta', 'iota', 'kappa', 'lambda', 'mu', 'nu', 'xi', 'omicron', 'pi', 'rho', 'sigma', 'tau', 'upsilon', 'phi', 'chi', 'psi', 'omega']); + com_github_tommyettinger_digital_ArrayTools_greekUpperCase = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_327, 'BETA', 'GAMMA', 'DELTA', $intern_2138, 'ZETA', 'ETA', 'THETA', 'IOTA', 'KAPPA', 'LAMBDA', 'MU', 'NU', 'XI', 'OMICRON', 'PI', 'RHO', 'SIGMA', 'TAU', 'UPSILON', 'PHI', 'CHI', 'PSI', 'OMEGA']); + com_github_tommyettinger_digital_ArrayTools_demonsLowerCase = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['baal', 'agares', 'vassago', 'samigina', 'marbas', 'valefor', 'amon', 'barbatos', 'paimon', 'buer', 'gusion', 'sitri', 'beleth', 'leraje', 'eligos', 'zepar', 'botis', 'bathin', 'sallos', 'purson', 'marax', 'ipos', 'aim', 'naberius', $intern_2347, 'bune', 'ronove', 'berith', 'astaroth', 'forneus', 'foras', 'asmoday', 'gaap', 'furfur', $intern_2348, 'stolas', 'phenex', 'halphas', 'malphas', 'raum', 'focalor', 'vepar', 'sabnock', 'shax', 'vine', 'bifrons', 'vual', 'haagenti', 'crocell', 'furcas', 'balam', 'alloces', 'caim', 'murmur', 'orobas', 'gremory', 'ose', 'amy', 'orias', 'vapula', 'zagan', 'valac', 'andras', 'flauros', $intern_2349, 'kimaris', 'amdusias', 'belial', 'decarabia', 'seere', 'dantalion', $intern_2350]); + com_github_tommyettinger_digital_ArrayTools_demonsUpperCase = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['BAAL', 'AGARES', 'VASSAGO', 'SAMIGINA', 'MARBAS', 'VALEFOR', 'AMON', 'BARBATOS', 'PAIMON', 'BUER', 'GUSION', 'SITRI', 'BELETH', 'LERAJE', 'ELIGOS', 'ZEPAR', 'BOTIS', 'BATHIN', 'SALLOS', 'PURSON', 'MARAX', 'IPOS', 'AIM', 'NABERIUS', $intern_2351, 'BUNE', 'RONOVE', 'BERITH', 'ASTAROTH', 'FORNEUS', 'FORAS', 'ASMODAY', 'GAAP', 'FURFUR', $intern_2352, 'STOLAS', 'PHENEX', 'HALPHAS', 'MALPHAS', 'RAUM', 'FOCALOR', 'VEPAR', 'SABNOCK', 'SHAX', 'VINE', 'BIFRONS', 'VUAL', 'HAAGENTI', 'CROCELL', 'FURCAS', 'BALAM', 'ALLOCES', 'CAIM', 'MURMUR', 'OROBAS', 'GREMORY', 'OSE', 'AMY', 'ORIAS', 'VAPULA', 'ZAGAN', 'VALAC', 'ANDRAS', 'FLAUROS', $intern_2353, 'KIMARIS', 'AMDUSIAS', 'BELIAL', 'DECARABIA', 'SEERE', 'DANTALION', $intern_2354]); + com_github_tommyettinger_digital_ArrayTools_chemistryLowerCase = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['hydrogen', 'helium', 'lithium', 'beryllium', 'boron', 'carbon', 'nitrogen', 'oxygen', 'fluorine', 'neon', 'sodium', 'magnesium', 'aluminium', 'silicon', $intern_2355, 'sulfur', 'chlorine', 'argon', 'potassium', 'calcium', 'scandium', 'titanium', 'vanadium', 'chromium', 'manganese', 'iron', $intern_2356, 'nickel', 'copper', 'zinc', 'gallium', 'germanium', 'arsenic', 'selenium', 'bromine', 'krypton', 'rubidium', 'strontium', 'yttrium', 'zirconium', 'niobium', $intern_2357, $intern_2358, 'ruthenium', 'rhodium', 'palladium', $intern_2359, 'cadmium', 'indium', 'tin', 'antimony', 'tellurium', 'iodine', 'xenon', 'caesium', 'barium', 'lanthanum', 'cerium', $intern_2360, 'neodymium', $intern_2361, 'samarium', 'europium', $intern_2362, 'terbium', $intern_2363, 'holmium', 'erbium', 'thulium', 'ytterbium', 'lutetium', 'hafnium', 'tantalum', 'tungsten', 'rhenium', 'osmium', 'iridium', 'platinum', 'gold', 'mercury', 'thallium', 'lead', 'bismuth', 'polonium', 'astatine', 'radon', 'francium', 'radium', 'actinium', 'thorium', $intern_2364, 'uranium', 'neptunium', 'plutonium', 'americium', 'curium', 'berkelium', $intern_2365, $intern_2366, 'fermium', $intern_2367, 'nobelium', $intern_2368, $intern_2369, 'dubnium', $intern_2370, 'bohrium', 'hassium', $intern_2371, $intern_2372, $intern_2373, $intern_2374, 'nihonium', 'flerovium', 'moscovium', $intern_2375, $intern_2376, 'oganesson']); + com_github_tommyettinger_digital_ArrayTools_chemistryUpperCase = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['HYDROGEN', 'HELIUM', 'LITHIUM', 'BERYLLIUM', 'BORON', 'CARBON', 'NITROGEN', 'OXYGEN', 'FLUORINE', 'NEON', 'SODIUM', 'MAGNESIUM', 'ALUMINIUM', 'SILICON', $intern_2377, 'SULFUR', 'CHLORINE', 'ARGON', 'POTASSIUM', 'CALCIUM', 'SCANDIUM', 'TITANIUM', 'VANADIUM', 'CHROMIUM', 'MANGANESE', 'IRON', 'COBALT', 'NICKEL', 'COPPER', 'ZINC', 'GALLIUM', 'GERMANIUM', 'ARSENIC', 'SELENIUM', 'BROMINE', 'KRYPTON', 'RUBIDIUM', 'STRONTIUM', 'YTTRIUM', 'ZIRCONIUM', 'NIOBIUM', $intern_2378, $intern_2379, 'RUTHENIUM', 'RHODIUM', 'PALLADIUM', 'SILVER', 'CADMIUM', 'INDIUM', 'TIN', 'ANTIMONY', 'TELLURIUM', 'IODINE', 'XENON', 'CAESIUM', 'BARIUM', 'LANTHANUM', 'CERIUM', $intern_2380, 'NEODYMIUM', $intern_2381, 'SAMARIUM', 'EUROPIUM', $intern_2382, 'TERBIUM', $intern_2383, 'HOLMIUM', 'ERBIUM', 'THULIUM', 'YTTERBIUM', 'LUTETIUM', 'HAFNIUM', 'TANTALUM', 'TUNGSTEN', 'RHENIUM', 'OSMIUM', 'IRIDIUM', 'PLATINUM', $intern_88, 'MERCURY', 'THALLIUM', 'LEAD', 'BISMUTH', 'POLONIUM', 'ASTATINE', 'RADON', 'FRANCIUM', 'RADIUM', 'ACTINIUM', 'THORIUM', $intern_2384, 'URANIUM', 'NEPTUNIUM', 'PLUTONIUM', 'AMERICIUM', 'CURIUM', 'BERKELIUM', $intern_2385, $intern_2386, 'FERMIUM', $intern_2387, 'NOBELIUM', $intern_2388, $intern_2389, 'DUBNIUM', $intern_2390, 'BOHRIUM', 'HASSIUM', $intern_2391, $intern_2392, $intern_2393, $intern_2394, 'NIHONIUM', 'FLEROVIUM', 'MOSCOVIUM', $intern_2395, $intern_2396, 'OGANESSON']); + com_github_tommyettinger_digital_ArrayTools_allSymbols = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, com_github_tommyettinger_digital_ArrayTools_greekLowerCase.length + com_github_tommyettinger_digital_ArrayTools_greekUpperCase.length + com_github_tommyettinger_digital_ArrayTools_demonsLowerCase.length + com_github_tommyettinger_digital_ArrayTools_demonsUpperCase.length + com_github_tommyettinger_digital_ArrayTools_chemistryLowerCase.length + com_github_tommyettinger_digital_ArrayTools_chemistryUpperCase.length, 6, 1); + ins = 0; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(com_github_tommyettinger_digital_ArrayTools_greekLowerCase, 0, com_github_tommyettinger_digital_ArrayTools_allSymbols, 0, com_github_tommyettinger_digital_ArrayTools_greekLowerCase.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(com_github_tommyettinger_digital_ArrayTools_greekUpperCase, 0, com_github_tommyettinger_digital_ArrayTools_allSymbols, ins += com_github_tommyettinger_digital_ArrayTools_greekLowerCase.length, com_github_tommyettinger_digital_ArrayTools_greekUpperCase.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(com_github_tommyettinger_digital_ArrayTools_demonsLowerCase, 0, com_github_tommyettinger_digital_ArrayTools_allSymbols, ins += com_github_tommyettinger_digital_ArrayTools_greekUpperCase.length, com_github_tommyettinger_digital_ArrayTools_demonsLowerCase.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(com_github_tommyettinger_digital_ArrayTools_demonsUpperCase, 0, com_github_tommyettinger_digital_ArrayTools_allSymbols, ins += com_github_tommyettinger_digital_ArrayTools_demonsLowerCase.length, com_github_tommyettinger_digital_ArrayTools_demonsUpperCase.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(com_github_tommyettinger_digital_ArrayTools_chemistryLowerCase, 0, com_github_tommyettinger_digital_ArrayTools_allSymbols, ins += com_github_tommyettinger_digital_ArrayTools_demonsUpperCase.length, com_github_tommyettinger_digital_ArrayTools_chemistryLowerCase.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(com_github_tommyettinger_digital_ArrayTools_chemistryUpperCase, 0, com_github_tommyettinger_digital_ArrayTools_allSymbols, ins += com_github_tommyettinger_digital_ArrayTools_chemistryLowerCase.length, com_github_tommyettinger_digital_ArrayTools_chemistryUpperCase.length); + new com_github_tommyettinger_digital_AlternateRandom_AlternateRandom__V; + com_github_tommyettinger_digital_ArrayTools_emptyInts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 0, 15, 1); + com_github_tommyettinger_digital_ArrayTools_emptyChars2D = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [0, 0], 2); + com_github_tommyettinger_digital_ArrayTools_emptyInts2D = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [0, 0], 2); + com_github_tommyettinger_digital_ArrayTools_emptyFloats2D = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [0, 0], 2); +} + +function com_github_tommyettinger_digital_ArrayTools_copy___3_3C_3_3C(source){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, len, target; + if (source == null) + return null; + if (source.length < 1) + return com_github_tommyettinger_digital_ArrayTools_emptyChars2D; + target = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_2316, 36, source.length, 0, 2); + for (i = 0; i < source.length; i++) { + len = source[i].length; + target[i] = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, len, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(source[i], 0, target[i], 0, len); + } + return target; +} + +function com_github_tommyettinger_digital_ArrayTools_copy___3_3F_3_3F(source){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, len, target; + if (source == null) + return null; + if (source.length < 1) + return com_github_tommyettinger_digital_ArrayTools_emptyFloats2D; + target = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_134, 33, source.length, 0, 2); + for (i = 0; i < source.length; i++) { + len = source[i].length; + target[i] = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, len, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(source[i], 0, target[i], 0, len); + } + return target; +} + +function com_github_tommyettinger_digital_ArrayTools_copy___3_3I_3_3I(source){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, len, target; + if (source == null) + return null; + if (source.length < 1) + return com_github_tommyettinger_digital_ArrayTools_emptyInts2D; + target = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_1787, 25, source.length, 0, 2); + for (i = 0; i < source.length; i++) { + len = source[i].length; + target[i] = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, len, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(source[i], 0, target[i], 0, len); + } + return target; +} + +function com_github_tommyettinger_digital_ArrayTools_fill__CII_3_3C(contents, width_0, height){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var next, x_0; + next = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [width_0, height], 2); + for (x_0 = 0; x_0 < width_0; x_0++) { + java_util_Arrays_fill___3CCV(next[x_0], contents); + } + return next; +} + +function com_github_tommyettinger_digital_ArrayTools_fill__III_3_3I(contents, width_0, height){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var next, x_0; + next = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [width_0, height], 2); + for (x_0 = 0; x_0 < width_0; x_0++) { + java_util_Arrays_fill___3IIV(next[x_0], contents); + } + return next; +} + +function com_github_tommyettinger_digital_ArrayTools_fill___3_3CC_3_3C(array2d){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, width_0; + width_0 = array2d.length; + for (i = 0; i < width_0; i++) { + java_util_Arrays_fill___3CCV(array2d[i], 35); + } + return array2d; +} + +function com_github_tommyettinger_digital_ArrayTools_fill___3_3FF_3_3F(array2d, value_0){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, width_0; + width_0 = array2d.length; + for (i = 0; i < width_0; i++) { + java_util_Arrays_fill___3FFV(array2d[i], value_0); + } + return array2d; +} + +function com_github_tommyettinger_digital_ArrayTools_fill___3_3II_3_3I(array2d, value_0){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, width_0; + width_0 = array2d.length; + for (i = 0; i < width_0; i++) { + java_util_Arrays_fill___3IIV(array2d[i], value_0); + } + return array2d; +} + +function com_github_tommyettinger_digital_ArrayTools_fill___3_3Ljava_lang_Object_2Ljava_lang_Object_2_3_3Ljava_lang_Object_2(array2d){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, width_0; + width_0 = array2d.length; + for (i = 0; i < width_0; i++) { + java_util_Arrays_fill___3Ljava_lang_Object_2Ljava_lang_Object_2V(array2d[i]); + } + return array2d; +} + +function com_github_tommyettinger_digital_ArrayTools_insert___3_3C_3_3CII_3_3C(source, target){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i; + if (source == null || target == null) + return target; + if (source.length < 1 || source[0].length < 1) + return target; + for (i = 0; i < source.length && i < target.length; i++) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(source[i], 0, target[i], 0, $wnd.Math.min(source[i].length, target[i].length)); + } + return target; +} + +function com_github_tommyettinger_digital_ArrayTools_range__I_3I(end){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, r; + if (end <= 0) + return com_github_tommyettinger_digital_ArrayTools_emptyInts; + r = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, end, 15, 1); + for (i = 0; i < end; i++) { + r[i] = i; + } + return r; +} + +function com_github_tommyettinger_digital_ArrayTools_set___3_3C_3_3C_3_3C(source, target){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, minWidth; + if (source == null || target == null || source.length == 0) + return target; + minWidth = $wnd.Math.min(source.length, target.length); + for (i = 0; i < minWidth; i++) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(source[i], 0, target[i], 0, $wnd.Math.min(source[i].length, target[i].length)); + } + return target; +} + +function com_github_tommyettinger_digital_ArrayTools_set___3_3F_3_3F_3_3F(source, target){ + com_github_tommyettinger_digital_ArrayTools_$clinit__V(); + var i, minWidth; + if (source == null || target == null || source.length == 0) + return target; + minWidth = $wnd.Math.min(source.length, target.length); + for (i = 0; i < minWidth; i++) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(source[i], 0, target[i], 0, $wnd.Math.min(source[i].length, target[i].length)); + } + return target; +} + +var com_github_tommyettinger_digital_ArrayTools_allSymbols, com_github_tommyettinger_digital_ArrayTools_chemistryLowerCase, com_github_tommyettinger_digital_ArrayTools_chemistryUpperCase, com_github_tommyettinger_digital_ArrayTools_demonsLowerCase, com_github_tommyettinger_digital_ArrayTools_demonsUpperCase, com_github_tommyettinger_digital_ArrayTools_emptyChars2D, com_github_tommyettinger_digital_ArrayTools_emptyFloats2D, com_github_tommyettinger_digital_ArrayTools_emptyInts, com_github_tommyettinger_digital_ArrayTools_emptyInts2D, com_github_tommyettinger_digital_ArrayTools_greekLowerCase, com_github_tommyettinger_digital_ArrayTools_greekUpperCase; +function com_github_tommyettinger_digital_Base_$clinit__V(){ + com_github_tommyettinger_digital_Base_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_tommyettinger_digital_Base_BASE2 = new com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV('01', true, 36, 43, 45); + com_github_tommyettinger_digital_Base_BASE8 = new com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV('01234567', true, 36, 43, 45); + com_github_tommyettinger_digital_Base_BASE10 = new com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV('0123456789', true, 36, 43, 45); + com_github_tommyettinger_digital_Base_BASE16 = new com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV('0123456789ABCDEF', true, 112, 43, 45); + com_github_tommyettinger_digital_Base_BASE36 = new com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ', true, 36, 43, 45); + com_github_tommyettinger_digital_Base_BASE64 = new com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV($intern_69, false, 61, 42, 45); + com_github_tommyettinger_digital_Base_URI_1SAFE = new com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-', false, 36, 42, 33); + com_github_tommyettinger_digital_Base_SIMPLE64 = new com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!?', false, 36, 43, 45); + com_github_tommyettinger_digital_Base_BASE86 = new com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'/!@#$%^&*()[]{}<>:?;|_=", false, 92, 43, 45); + new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1digital_1Base_12_1classLit, 1), $intern_144, 176, 0, [com_github_tommyettinger_digital_Base_BASE2, com_github_tommyettinger_digital_Base_BASE8, com_github_tommyettinger_digital_Base_BASE10, com_github_tommyettinger_digital_Base_BASE16, com_github_tommyettinger_digital_Base_BASE36, com_github_tommyettinger_digital_Base_BASE64, com_github_tommyettinger_digital_Base_URI_1SAFE, com_github_tommyettinger_digital_Base_SIMPLE64, com_github_tommyettinger_digital_Base_BASE86])); +} + +function com_github_tommyettinger_digital_Base_$readInt__Lcom_github_tommyettinger_digital_Base_2Ljava_lang_CharSequence_2I(this$static, cs){ + return com_github_tommyettinger_digital_Base_$readInt__Lcom_github_tommyettinger_digital_Base_2Ljava_lang_CharSequence_2III(this$static, cs, 0, cs == null?0:cs.length); +} + +function com_github_tommyettinger_digital_Base_$readInt__Lcom_github_tommyettinger_digital_Base_2Ljava_lang_CharSequence_2III(this$static, cs, start_0, end){ + var c, data_0, h, i, len, lim; + if (start_0 < 0 || end <= 0 || end - start_0 <= 0 || (len = cs.length) - start_0 <= 0 || end > len) + return 0; + c = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(start_0, cs.length) , cs.charCodeAt(start_0)); + if (c == this$static.com_github_tommyettinger_digital_Base_negativeSign) { + len = -1; + h = 0; + lim = this$static.com_github_tommyettinger_digital_Base_length4Byte + 1; + } + else if (c == this$static.com_github_tommyettinger_digital_Base_positiveSign) { + len = 1; + h = 0; + lim = this$static.com_github_tommyettinger_digital_Base_length4Byte + 1; + } + else if ((h = this$static.com_github_tommyettinger_digital_Base_fromEncoded[c & 127]) < 0) + return 0; + else { + len = 1; + lim = this$static.com_github_tommyettinger_digital_Base_length4Byte; + } + data_0 = h; + for (i = start_0 + 1; i < end && i < start_0 + lim; i++) { + if ((h = this$static.com_github_tommyettinger_digital_Base_fromEncoded[javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, cs.length) , cs.charCodeAt(i) & 127]) < 0) + return data_0 * len; + data_0 *= this$static.com_github_tommyettinger_digital_Base_base; + data_0 += h; + } + return data_0 * len; +} + +function com_github_tommyettinger_digital_Base_$unsigned__Lcom_github_tommyettinger_digital_Base_2ILjava_lang_String_2(this$static, number){ + var halfBase, i, len, quotient; + len = this$static.com_github_tommyettinger_digital_Base_length4Byte - 1; + halfBase = this$static.com_github_tommyettinger_digital_Base_base >>> 1; + for (i = 0; i <= len; i++) { + quotient = (number >>> 1) / halfBase | 0; + this$static.com_github_tommyettinger_digital_Base_progress[len - i] = this$static.com_github_tommyettinger_digital_Base_toEncoded[number - quotient * this$static.com_github_tommyettinger_digital_Base_base | 0]; + number = quotient; + } + return java_lang_String_valueOf___3CIILjava_lang_String_2(this$static.com_github_tommyettinger_digital_Base_progress, 0, this$static.com_github_tommyettinger_digital_Base_length4Byte); +} + +function com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV(digits, caseInsensitive, padding, positiveSign, negativeSign){ + var i, logBase, to; + this.com_github_tommyettinger_digital_Base_paddingChar = padding; + this.com_github_tommyettinger_digital_Base_caseInsensitive = caseInsensitive; + this.com_github_tommyettinger_digital_Base_positiveSign = positiveSign; + this.com_github_tommyettinger_digital_Base_negativeSign = negativeSign; + this.com_github_tommyettinger_digital_Base_toEncoded = java_lang_String_$toCharArray__Ljava_lang_String_2_3C(digits); + this.com_github_tommyettinger_digital_Base_base = this.com_github_tommyettinger_digital_Base_toEncoded.length; + this.com_github_tommyettinger_digital_Base_fromEncoded = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 128, 15, 1); + java_util_Arrays_fill___3IIV(this.com_github_tommyettinger_digital_Base_fromEncoded, -1); + for (i = 0; i < this.com_github_tommyettinger_digital_Base_base; i++) { + to = this.com_github_tommyettinger_digital_Base_toEncoded[i]; + this.com_github_tommyettinger_digital_Base_fromEncoded[to & 127] = i; + caseInsensitive && (this.com_github_tommyettinger_digital_Base_fromEncoded[java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(to).toLowerCase(), 0) & 127] = i); + } + logBase = 1 / $wnd.Math.log(this.com_github_tommyettinger_digital_Base_base); + com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil($wnd.Math.log(256) * logBase)); + com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil($wnd.Math.log($intern_2397) * logBase)); + this.com_github_tommyettinger_digital_Base_length4Byte = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil($wnd.Math.log(4294967296) * logBase)); + this.com_github_tommyettinger_digital_Base_length8Byte = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil($wnd.Math.log($intern_2340) * logBase)); + this.com_github_tommyettinger_digital_Base_progress = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, $wnd.Math.max(this.com_github_tommyettinger_digital_Base_length8Byte + 1, 32), 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(176, 1, {176:1}, com_github_tommyettinger_digital_Base_Base__Ljava_lang_String_2ZCCCV); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_digital_Base_equals__Ljava_lang_Object_2Z(o){ + var base; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1digital_1Base_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + base = o; + if (this.com_github_tommyettinger_digital_Base_paddingChar != base.com_github_tommyettinger_digital_Base_paddingChar) + return false; + if (this.com_github_tommyettinger_digital_Base_positiveSign != base.com_github_tommyettinger_digital_Base_positiveSign) + return false; + if (this.com_github_tommyettinger_digital_Base_negativeSign != base.com_github_tommyettinger_digital_Base_negativeSign) + return false; + if (this.com_github_tommyettinger_digital_Base_caseInsensitive != base.com_github_tommyettinger_digital_Base_caseInsensitive) + return false; + return java_util_Arrays_equals___3C_3CZ(this.com_github_tommyettinger_digital_Base_toEncoded, base.com_github_tommyettinger_digital_Base_toEncoded); +} +; +_.hashCode__I = function com_github_tommyettinger_digital_Base_hashCode__I(){ + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3CI((com_github_tommyettinger_digital_Hasher_$clinit__V() , com_github_tommyettinger_digital_Hasher_barium), this.com_github_tommyettinger_digital_Base_toEncoded) + (this.com_github_tommyettinger_digital_Base_caseInsensitive?1225043:-8) + this.com_github_tommyettinger_digital_Base_paddingChar * 107 * 107 + this.com_github_tommyettinger_digital_Base_positiveSign * 107 + this.com_github_tommyettinger_digital_Base_negativeSign; +} +; +_.com_github_tommyettinger_digital_Base_base = 0; +_.com_github_tommyettinger_digital_Base_caseInsensitive = false; +_.com_github_tommyettinger_digital_Base_length4Byte = 0; +_.com_github_tommyettinger_digital_Base_length8Byte = 0; +_.com_github_tommyettinger_digital_Base_negativeSign = 0; +_.com_github_tommyettinger_digital_Base_paddingChar = 0; +_.com_github_tommyettinger_digital_Base_positiveSign = 0; +var com_github_tommyettinger_digital_Base_BASE10, com_github_tommyettinger_digital_Base_BASE16, com_github_tommyettinger_digital_Base_BASE2, com_github_tommyettinger_digital_Base_BASE36, com_github_tommyettinger_digital_Base_BASE64, com_github_tommyettinger_digital_Base_BASE8, com_github_tommyettinger_digital_Base_BASE86, com_github_tommyettinger_digital_Base_SIMPLE64, com_github_tommyettinger_digital_Base_URI_1SAFE; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1digital_1Base_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2346, 'Base', 176, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_digital_BitConversion_$clinit__V(){ + com_github_tommyettinger_digital_BitConversion_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_tommyettinger_digital_BitConversion_wba = new Int8Array(8); + com_github_tommyettinger_digital_BitConversion_wia = com_google_gwt_typedarrays_client_Int32ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Int32ArrayNative_2(com_github_tommyettinger_digital_BitConversion_wba.buffer, 0, 2); + com_github_tommyettinger_digital_BitConversion_wfa = com_google_gwt_typedarrays_client_Float32ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Float32ArrayNative_2(com_github_tommyettinger_digital_BitConversion_wba.buffer, 0, 2); + com_github_tommyettinger_digital_BitConversion_wda = com_google_gwt_typedarrays_client_Float64ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Float64ArrayNative_2(com_github_tommyettinger_digital_BitConversion_wba.buffer, 0, 1); + com_google_gwt_typedarrays_client_DataViewNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2Lcom_google_gwt_typedarrays_shared_DataView_2(com_github_tommyettinger_digital_BitConversion_wba.buffer); +} + +function com_github_tommyettinger_digital_BitConversion_countLeadingZeros__II(n){ + return Math.clz32(n); +} + +function com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(n){ + com_github_tommyettinger_digital_BitConversion_$clinit__V(); + var x_0; + x_0 = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32)); + return x_0 == 0?32 + com_github_tommyettinger_digital_BitConversion_countLeadingZeros__II(com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(n)):Math.clz32(x_0); +} + +function com_github_tommyettinger_digital_BitConversion_doubleToLongBits__DJ(value_0){ + com_github_tommyettinger_digital_BitConversion_$clinit__V(); + com_github_tommyettinger_digital_BitConversion_wda[0] = value_0; + return com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[1], 32), com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[0], $intern_2342)); +} + +function com_github_tommyettinger_digital_BitConversion_doubleToMixedIntBits__DI(value_0){ + com_github_tommyettinger_digital_BitConversion_$clinit__V(); + com_github_tommyettinger_digital_BitConversion_wda[0] = value_0; + return com_github_tommyettinger_digital_BitConversion_wia[0] ^ com_github_tommyettinger_digital_BitConversion_wia[1]; +} + +function com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(value_0){ + com_github_tommyettinger_digital_BitConversion_$clinit__V(); + com_github_tommyettinger_digital_BitConversion_wda[0] = value_0; + return com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[1], 32), com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[0], $intern_2342)); +} + +function com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(value_0){ + com_github_tommyettinger_digital_BitConversion_$clinit__V(); + com_github_tommyettinger_digital_BitConversion_wfa[0] = value_0; + return com_github_tommyettinger_digital_BitConversion_wia[0]; +} + +function com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(value_0){ + com_github_tommyettinger_digital_BitConversion_$clinit__V(); + com_github_tommyettinger_digital_BitConversion_wfa[0] = value_0; + return com_github_tommyettinger_digital_BitConversion_wia[0]; +} + +function com_github_tommyettinger_digital_BitConversion_imul__III(left, right){ + com_github_tommyettinger_digital_BitConversion_$clinit__V(); + return Math.imul(left, right); +} + +function com_github_tommyettinger_digital_BitConversion_intBitsToFloat__IF(bits){ + com_github_tommyettinger_digital_BitConversion_$clinit__V(); + com_github_tommyettinger_digital_BitConversion_wia[0] = bits; + return com_github_tommyettinger_digital_BitConversion_wfa[0]; +} + +function com_github_tommyettinger_digital_BitConversion_lowestOneBit__JJ(num){ + com_github_tommyettinger_digital_BitConversion_$clinit__V(); + return com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(num, com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(num, 1))); +} + +var com_github_tommyettinger_digital_BitConversion_wba, com_github_tommyettinger_digital_BitConversion_wda, com_github_tommyettinger_digital_BitConversion_wfa, com_github_tommyettinger_digital_BitConversion_wia; +function com_github_tommyettinger_digital_Hasher_$clinit__V(){ + com_github_tommyettinger_digital_Hasher_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_248); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('beta'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('gamma'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('delta'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2243); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('zeta'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('eta'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('theta'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('iota'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('kappa'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('lambda'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('mu'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('nu'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('xi'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('omicron'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('pi'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('rho'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('sigma'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('tau'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('upsilon'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('phi'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('chi'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('psi'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('omega'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_327); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BETA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('GAMMA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('DELTA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2138); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ZETA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ETA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('THETA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('IOTA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('KAPPA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('LAMBDA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('MU'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NU'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('XI'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('OMICRON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('PI'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('RHO'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SIGMA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('TAU'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('UPSILON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('PHI'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CHI'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('PSI'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('OMEGA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('baal'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('agares'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('vassago'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('samigina'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('marbas'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('valefor'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('amon'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('barbatos'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('paimon'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('buer'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('gusion'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('sitri'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('beleth'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('leraje'); + com_github_tommyettinger_digital_Hasher_eligos = new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('eligos'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('zepar'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('botis'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('bathin'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('sallos'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('purson'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('marax'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ipos'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('aim'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('naberius'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2347); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('bune'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ronove'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('berith'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('astaroth'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('forneus'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('foras'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('asmoday'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('gaap'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('furfur'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2348); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('stolas'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('phenex'); + com_github_tommyettinger_digital_Hasher_halphas = new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('halphas'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('malphas'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('raum'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('focalor'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('vepar'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('sabnock'); + com_github_tommyettinger_digital_Hasher_shax = new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('shax'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('vine'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('bifrons'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('vual'); + com_github_tommyettinger_digital_Hasher_haagenti = new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('haagenti'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('crocell'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('furcas'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('balam'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('alloces'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('caim'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('murmur'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('orobas'); + com_github_tommyettinger_digital_Hasher_gremory = new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('gremory'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ose'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('amy'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('orias'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('vapula'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('zagan'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('valac'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('andras'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('flauros'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2349); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('kimaris'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('amdusias'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('belial'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('decarabia'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('seere'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('dantalion'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2350); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BAAL'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('AGARES'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('VASSAGO'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SAMIGINA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('MARBAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('VALEFOR'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('AMON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BARBATOS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('PAIMON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BUER'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('GUSION'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SITRI'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BELETH'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('LERAJE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ELIGOS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ZEPAR'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BOTIS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BATHIN'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SALLOS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('PURSON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('MARAX'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('IPOS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('AIM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NABERIUS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2351); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BUNE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('RONOVE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BERITH'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ASTAROTH'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FORNEUS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FORAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ASMODAY'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('GAAP'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FURFUR'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2352); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('STOLAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('PHENEX'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('HALPHAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('MALPHAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('RAUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FOCALOR'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('VEPAR'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SABNOCK'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SHAX'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('VINE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BIFRONS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('VUAL'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('HAAGENTI'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CROCELL'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FURCAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BALAM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ALLOCES'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CAIM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('MURMUR'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('OROBAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('GREMORY'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('OSE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('AMY'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ORIAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('VAPULA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ZAGAN'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('VALAC'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ANDRAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FLAUROS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2353); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('KIMARIS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('AMDUSIAS'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BELIAL'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('DECARABIA'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SEERE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('DANTALION'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2354); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('hydrogen'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('helium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('lithium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('beryllium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('boron'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('carbon'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('nitrogen'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('oxygen'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('fluorine'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('neon'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('sodium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('magnesium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('aluminium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('silicon'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2355); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('sulfur'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('chlorine'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('argon'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('potassium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('calcium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('scandium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('titanium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('vanadium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('chromium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('manganese'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('iron'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2356); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('nickel'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('copper'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('zinc'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('gallium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('germanium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('arsenic'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('selenium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('bromine'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('krypton'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('rubidium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('strontium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('yttrium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('zirconium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('niobium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2357); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2358); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ruthenium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('rhodium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('palladium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2359); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('cadmium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('indium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('tin'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('antimony'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('tellurium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('iodine'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('xenon'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('caesium'); + com_github_tommyettinger_digital_Hasher_barium = new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('barium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('lanthanum'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('cerium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2360); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('neodymium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2361); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('samarium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('europium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2362); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('terbium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2363); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('holmium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('erbium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('thulium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ytterbium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('lutetium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('hafnium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('tantalum'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('tungsten'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('rhenium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('osmium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('iridium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('platinum'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('gold'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('mercury'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('thallium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('lead'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('bismuth'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('polonium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('astatine'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('radon'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('francium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('radium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('actinium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('thorium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2364); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('uranium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('neptunium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('plutonium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('americium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('curium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('berkelium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2365); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2366); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('fermium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2367); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('nobelium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2368); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2369); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('dubnium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2370); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('bohrium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('hassium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2371); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2372); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2373); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2374); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('nihonium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('flerovium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('moscovium'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2375); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2376); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('oganesson'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('HYDROGEN'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('HELIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('LITHIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BERYLLIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BORON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CARBON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NITROGEN'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('OXYGEN'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FLUORINE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NEON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SODIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('MAGNESIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ALUMINIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SILICON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2377); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SULFUR'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CHLORINE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ARGON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('POTASSIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CALCIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SCANDIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('TITANIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('VANADIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CHROMIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('MANGANESE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('IRON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('COBALT'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NICKEL'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('COPPER'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ZINC'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('GALLIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('GERMANIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ARSENIC'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SELENIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BROMINE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('KRYPTON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('RUBIDIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('STRONTIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('YTTRIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ZIRCONIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NIOBIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2378); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2379); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('RUTHENIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('RHODIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('PALLADIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SILVER'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CADMIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('INDIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('TIN'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ANTIMONY'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('TELLURIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('IODINE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('XENON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CAESIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BARIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('LANTHANUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CERIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2380); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NEODYMIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2381); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('SAMARIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('EUROPIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2382); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('TERBIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2383); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('HOLMIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ERBIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('THULIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('YTTERBIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('LUTETIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('HAFNIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('TANTALUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('TUNGSTEN'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('RHENIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('OSMIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('IRIDIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('PLATINUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_88); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('MERCURY'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('THALLIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('LEAD'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BISMUTH'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('POLONIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ASTATINE'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('RADON'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FRANCIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('RADIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('ACTINIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('THORIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2384); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('URANIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NEPTUNIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('PLUTONIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('AMERICIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('CURIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BERKELIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2385); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2386); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FERMIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2387); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NOBELIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2388); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2389); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('DUBNIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2390); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('BOHRIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('HASSIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2391); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2392); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2393); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2394); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('NIHONIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('FLEROVIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('MOSCOVIUM'); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2395); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V($intern_2396); + new com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V('OGANESSON'); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3CI(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3CIII(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3CIII(this$static, data_0, length_0){ + var i, len, n, n0, n1, n2, n3, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + seed = (n0 = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 3], $intern_2398), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 2], $intern_2399)) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30)), seed), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 1], $intern_2400), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i], $intern_2401)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + } + switch (len & 3) { + case 0: + seed = (n0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + break; + case 1: + seed = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, data_0[len - 1])) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 2: + seed = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 2], seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, data_0[len - 1])) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 3: + seed = (n3 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 3], seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, data_0[len - 2])) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, data_0[len - 1])) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3DI(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3DIII(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3DIII(this$static, data_0, length_0){ + var a, b, c, d, i, len, n, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3FI(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3FIII(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3FIII(this$static, data_0, length_0){ + var i, len, n, n0, n1, n2, n3, n4, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + seed = (n1 = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i - 3]), $intern_2398), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i - 2]), $intern_2399)) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30)), seed), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i - 1]), $intern_2400), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i]), $intern_2401)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + } + switch (len & 3) { + case 0: + seed = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 1: + n0 = com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 1]); + seed = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0 >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 2: + seed = (n3 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 2]), seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 1]))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30))); + break; + case 3: + n0 = com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 1]); + seed = (n4 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 3]), seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 2]))) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n4, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n4, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0 >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3JI(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3JIII(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3JIII(this$static, data_0, length_0){ + var a, b, c, d, i, len, n, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 3], $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 2], $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 1], $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i], $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, data_0[len - 1])); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, data_0[len - 2]), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, data_0[len - 1])); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, data_0[len - 3]), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, data_0[len - 2])), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, data_0[len - 1]), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2I(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2III(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2III(this$static, data_0, length_0){ + var a, b, c, d, i, len, n, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_Object_2I(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_Object_2III(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_Object_2III(this$static, data_0, length_0){ + var a, b, c, d, i, len, n, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3FI(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3FIII(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3FIII(this$static, data_0, length_0){ + var a, b, c, d, i, len, n, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3II(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3IIII(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3IIII(this$static, data_0, length_0){ + var a, b, c, d, i, len, n, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2IIJ(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2IIJ(this$static, data_0, length_0){ + var i, len, n, n0, n1, n2, n3, seed; + if (data_0 == null || length_0 < 0 || 0 >= length_0) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + seed = (n0 = (n1 = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i - 3, data_0.length) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(i - 3), $intern_2398), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i - 2, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(i - 2), $intern_2399)))) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30)), seed), (n = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i - 1, data_0.length) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(i - 1), $intern_2400), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(i), $intern_2401)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + } + switch (len & 3) { + case 0: + seed = (n0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + break; + case 1: + seed = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 1, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, data_0.charCodeAt(len - 1)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 2: + seed = (n2 = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 2, data_0.length) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(len - 2), seed), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 1, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, data_0.charCodeAt(len - 1))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 3: + seed = (n3 = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 3, data_0.length) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(len - 3), seed), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 2, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, data_0.charCodeAt(len - 2))))) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 1, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, data_0.charCodeAt(len - 1)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0){ + if (data_0 == null) + return 0; + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(data_0), $intern_2401), com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, this$static.com_github_tommyettinger_digital_Hasher_seed)), this$static.com_github_tommyettinger_digital_Hasher_seed); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3DJ(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3DIIJ(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3DIIJ(this$static, data_0, length_0){ + var a, b, c, d, i, len, n, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_BitConversion_doubleToRawLongBits__DJ(data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FJ(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FIIJ(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3FIIJ(this$static, data_0, length_0){ + var i, len, n, n0, n1, n2, n3, n4, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + seed = (n1 = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i - 3]), $intern_2398), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i - 2]), $intern_2399)) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30)), seed), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i - 1]), $intern_2400), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i]), $intern_2401)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + } + switch (len & 3) { + case 0: + seed = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 1: + n0 = com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 1]); + seed = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0 >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 2: + seed = (n3 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 2]), seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 1]))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30))); + break; + case 3: + n0 = com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 1]); + seed = (n4 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 3]), seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 2]))) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n4, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n4, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0 >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IJ(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IIIJ(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3IIIJ(this$static, data_0, length_0){ + var i, len, n, n0, n1, n2, n3, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + seed = (n0 = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 3], $intern_2398), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 2], $intern_2399)) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30)), seed), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 1], $intern_2400), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i], $intern_2401)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + } + switch (len & 3) { + case 0: + seed = (n0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + break; + case 1: + seed = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 1] >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 1], $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 2: + seed = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 2], seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, data_0[len - 1])) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 3: + seed = (n3 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 3], seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, data_0[len - 2])) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 1] >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 1], $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2J(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2IIJ(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2IIJ(this$static, data_0, length_0){ + var a, b, c, d, i, len, n, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J(this$static, data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_Object_2J(this$static, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_Object_2IIJ(this$static, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_Object_2IIJ(this$static, data_0, length_0){ + var a, b, c, d, i, len, n, seed; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + seed = this$static.com_github_tommyettinger_digital_Hasher_seed; + len = $wnd.Math.min(length_0, data_0.length); + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_Object_2J(this$static, data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_Hasher__JV(seed){ + this.com_github_tommyettinger_digital_Hasher_seed = seed; +} + +function com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V(seed){ + com_github_tommyettinger_digital_Hasher_Hasher__JV.call(this, com_github_tommyettinger_digital_Hasher_randomize3__JJ(com_github_tommyettinger_digital_Hasher_hash64__JLjava_lang_CharSequence_2IIJ(1, seed, seed.length))); +} + +function com_github_tommyettinger_digital_Hasher_hash__J_3_3CI(data_0){ + com_github_tommyettinger_digital_Hasher_$clinit__V(); + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_hash__J_3_3CIII($intern_2404, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_hash__J_3_3CIII(seed, data_0, length_0){ + var a, b, c, d, i, len, n; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_hash__J_3_3FI(data_0){ + com_github_tommyettinger_digital_Hasher_$clinit__V(); + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_hash__J_3_3FIII($intern_2404, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_hash__J_3_3FIII(seed, data_0, length_0){ + var a, b, c, d, i, len, n; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_hash__J_3_3II(data_0){ + com_github_tommyettinger_digital_Hasher_$clinit__V(); + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_hash__J_3_3IIII($intern_2404, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_hash__J_3_3IIII(seed, data_0, length_0){ + var a, b, c, d, i, len, n; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + a = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2401); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, $intern_2400); + c = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, $intern_2399); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, $intern_2398); + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + a = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[i - 3]), $intern_2398)); + a = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 23), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 41)), $intern_2400); + b = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[i - 2]), $intern_2399)); + b = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39)), $intern_2401); + c = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[i - 1]), $intern_2400)); + c = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 29), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(c, 35)), $intern_2402); + d = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[i]), $intern_2401)); + d = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 31), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(d, 33)), $intern_2398); + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b), c), d)); + } + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2402); + switch (len & 3) { + case 0: + seed = (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), 25)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32))); + break; + case 1: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(seed, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[len - 1]))); + break; + case 2: + seed = com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[len - 2])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[len - 1]))); + break; + case 3: + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[len - 3])), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[len - 2]))), com_github_tommyettinger_digital_Hasher_wow__JJJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0[len - 1])), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2400))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45)))); +} + +function com_github_tommyettinger_digital_Hasher_hash64__JLjava_lang_CharSequence_2IIJ(seed, data_0, length_0){ + var i, len, n, n0, n1, n2, n3; + if (length_0 < 0 || 0 >= length_0) + return 0; + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + seed = (n0 = (n1 = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i - 3, data_0.length) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(i - 3), $intern_2398), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i - 2, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(i - 2), $intern_2399)))) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30)), seed), (n = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i - 1, data_0.length) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(i - 1), $intern_2400), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(i), $intern_2401)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + } + switch (len & 3) { + case 0: + seed = (n0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + break; + case 1: + seed = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 1, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, data_0.charCodeAt(len - 1)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 2: + seed = (n2 = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 2, data_0.length) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(len - 2), seed), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 1, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, data_0.charCodeAt(len - 1))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 3: + seed = (n3 = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 3, data_0.length) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0.charCodeAt(len - 3), seed), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 2, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, data_0.charCodeAt(len - 2))))) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(len - 1, data_0.length) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, data_0.charCodeAt(len - 1)))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_hash64__J_3CJ(seed, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_hash64__J_3CIIJ(seed, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_hash64__J_3CIIJ(seed, data_0, length_0){ + var i, len, n, n0, n1, n2, n3; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + seed = (n0 = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 3], $intern_2398), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 2], $intern_2399)) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30)), seed), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 1], $intern_2400), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i], $intern_2401)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + } + switch (len & 3) { + case 0: + seed = (n0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + break; + case 1: + seed = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, data_0[len - 1])) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 2: + seed = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 2], seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, data_0[len - 1])) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 3: + seed = (n3 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 3], seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, data_0[len - 2])) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, data_0[len - 1])) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_hash64__J_3FJ(seed, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_hash64__J_3FIIJ(seed, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_hash64__J_3FIIJ(seed, data_0, length_0){ + var i, len, n, n0, n1, n2, n3, n4; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + seed = (n1 = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i - 3]), $intern_2398), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i - 2]), $intern_2399)) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30)), seed), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i - 1]), $intern_2400), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[i]), $intern_2401)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + } + switch (len & 3) { + case 0: + seed = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 1: + n0 = com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 1]); + seed = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0 >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 2: + seed = (n3 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 2]), seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 1]))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30))); + break; + case 3: + n0 = com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 1]); + seed = (n4 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 3]), seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(data_0[len - 2]))) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n4, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n4, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0 >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_hash64__J_3IJ(seed, data_0){ + if (data_0 == null) + return 0; + return com_github_tommyettinger_digital_Hasher_hash64__J_3IIIJ(seed, data_0, data_0.length); +} + +function com_github_tommyettinger_digital_Hasher_hash64__J_3IIIJ(seed, data_0, length_0){ + var i, len, n, n0, n1, n2, n3; + if (data_0 == null || length_0 < 0 || 0 >= data_0.length) + return 0; + len = $wnd.Math.min(length_0, data_0.length); + for (i = 3; i < len; i += 4) { + seed = (n0 = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 3], $intern_2398), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 2], $intern_2399)) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30)), seed), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i - 1], $intern_2400), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[i], $intern_2401)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + } + switch (len & 3) { + case 0: + seed = (n0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + break; + case 1: + seed = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 1] >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 1], $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 2: + seed = (n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 2], seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, data_0[len - 1])) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 3: + seed = (n3 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 3], seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, data_0[len - 2])) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 1] >>> 16, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data_0[len - 1], $intern_4))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_digital_Hasher_randomize2__JJ(state){ + com_github_tommyettinger_digital_Hasher_$clinit__V(); + state = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, $intern_2405); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 25))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 17), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 47))), {l:2792089, m:999837, h:648902}), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 23)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 51)), {l:2792091, m:737725, h:648918}), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 23)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 51)); +} + +function com_github_tommyettinger_digital_Hasher_randomize3__JJ(state){ + state = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, $intern_2406); + state = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 32)); + state = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, $intern_2343); + state = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 29)); + state = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, $intern_2343); + state = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 32)); + state = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, $intern_2343); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(state, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(state, 29)); +} + +function com_github_tommyettinger_digital_Hasher_wow__JJJ(a, b){ + var n; + n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(b, 25))), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 39), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 25)))); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 32)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(19, 1, {}, com_github_tommyettinger_digital_Hasher_Hasher__Ljava_lang_CharSequence_2V); +_.com_github_tommyettinger_digital_Hasher_seed = 0; +var com_github_tommyettinger_digital_Hasher_barium, com_github_tommyettinger_digital_Hasher_eligos, com_github_tommyettinger_digital_Hasher_gremory, com_github_tommyettinger_digital_Hasher_haagenti, com_github_tommyettinger_digital_Hasher_halphas, com_github_tommyettinger_digital_Hasher_shax; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1digital_1Hasher_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2346, 'Hasher', 19, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_digital_TrigTools_$clinit__V(){ + com_github_tommyettinger_digital_TrigTools_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var i, theta; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 16385, 15, 1); + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE_1D = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_409, 9, 16385, 15, 1); + com_github_tommyettinger_digital_TrigTools_COS_1TABLE = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 16385, 15, 1); + com_github_tommyettinger_digital_TrigTools_COS_1TABLE_1D = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_409, 9, 16385, 15, 1); + for (i = 0; i <= $intern_390; i++) { + theta = i / $intern_390 * 6.283185307179586; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[i] = com_github_tommyettinger_digital_TrigTools_SIN_1TABLE_1D[i] = $wnd.Math.sin(theta); + com_github_tommyettinger_digital_TrigTools_COS_1TABLE[i] = com_github_tommyettinger_digital_TrigTools_COS_1TABLE_1D[i] = $wnd.Math.cos(theta); + } + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[0] = 0; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[$intern_391] = 1; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[$intern_392] = 0; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[$intern_393] = -1; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[$intern_390] = 0; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE_1D[0] = 0; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE_1D[$intern_391] = 1; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE_1D[$intern_392] = 0; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE_1D[$intern_393] = -1; + com_github_tommyettinger_digital_TrigTools_SIN_1TABLE_1D[$intern_390] = 0; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE[0] = 1; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE[$intern_391] = 0; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE[$intern_392] = -1; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE[$intern_393] = 0; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE[$intern_390] = 1; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE_1D[0] = 1; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE_1D[$intern_391] = 0; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE_1D[$intern_392] = -1; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE_1D[$intern_393] = 0; + com_github_tommyettinger_digital_TrigTools_COS_1TABLE_1D[$intern_390] = 1; +} + +function com_github_tommyettinger_digital_TrigTools_atan2Turns__FFF(y_0, x_0){ + com_github_tommyettinger_digital_TrigTools_$clinit__V(); + var n; + n = y_0 / x_0; + n != n?(n = y_0 == x_0?1:-1):n - n != n - n && (x_0 = 0); + if (x_0 > 0) { + return y_0 >= 0?com_github_tommyettinger_digital_TrigTools_atanUncheckedTurns__DD(n):com_github_tommyettinger_digital_TrigTools_atanUncheckedTurns__DD(n) + 1; + } + else if (x_0 < 0) { + return com_github_tommyettinger_digital_TrigTools_atanUncheckedTurns__DD(n) + 0.5; + } + else if (y_0 > 0) + return x_0 + $intern_163; + else if (y_0 < 0) + return x_0 + 0.75; + return x_0 + y_0; +} + +function com_github_tommyettinger_digital_TrigTools_atanUncheckedTurns__DD(i){ + var c, c11, c2, c3, c5, c7, c9, n; + n = $wnd.Math.abs(i); + c = (n - 1) / (n + 1); + c2 = c * c; + c3 = c * c2; + c5 = c3 * c2; + c7 = c5 * c2; + c9 = c7 * c2; + c11 = c9 * c2; + return (i == 0 || isNaN(i)?i:i < 0?-1:1) * (0.125 + (0.15915132390848943 * c - 0.052938669438878753 * c3 + 0.030803398362108523 * c5 - 0.01853086679887605 * c7 + 0.008380036148199356 * c9 - 0.0018654869189687236 * c11)); +} + +function com_github_tommyettinger_digital_TrigTools_sinTurns__FF(turns){ + com_github_tommyettinger_digital_TrigTools_$clinit__V(); + return com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(turns * $intern_390 + $intern_2024) & $intern_141]; +} + +var com_github_tommyettinger_digital_TrigTools_COS_1TABLE, com_github_tommyettinger_digital_TrigTools_COS_1TABLE_1D, com_github_tommyettinger_digital_TrigTools_SIN_1TABLE, com_github_tommyettinger_digital_TrigTools_SIN_1TABLE_1D; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Map_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'Map'); +function com_github_tommyettinger_ds_ObjectObjectMap_$clear__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this$static){ + if (this$static.com_github_tommyettinger_ds_ObjectObjectMap_size == 0) { + return; + } + this$static.com_github_tommyettinger_ds_ObjectObjectMap_size = 0; + java_util_Arrays_fill___3Ljava_lang_Object_2Ljava_lang_Object_2V(this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable); + java_util_Arrays_fill___3Ljava_lang_Object_2Ljava_lang_Object_2V(this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable); +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Z(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectObjectMap_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return true; + if (other == null) + return false; + } +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$containsValue__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2ZZ(this$static, value_0){ + var i, keyTable, valueTable; + valueTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable; + if (value_0 == null) { + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + for (i = valueTable.length - 1; i >= 0; i--) { + if (keyTable[i] != null && valueTable[i] == null) { + return true; + } + } + } + else { + for (i = valueTable.length - 1; i >= 0; i--) { + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, valueTable[i])) { + return true; + } + } + } + return false; +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectObjectMap_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[i]; + if (other == null) + return null; + } +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$getOrDefault__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, defaultValue){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectObjectMap_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[i]; + if (other == null) + return defaultValue; + } +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$hashCode__Lcom_github_tommyettinger_ds_ObjectObjectMap_2I(this$static){ + var h, i, key, keyTable, n, value_0, valueTable; + h = this$static.com_github_tommyettinger_ds_ObjectObjectMap_size; + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null) { + h ^= java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key); + value_0 = valueTable[i]; + value_0 != null && (h ^= java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(value_0)); + } + } + return h; +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectObjectMap_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return i; + if (other == null) + return ~i; + } +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + var i, oldValue; + i = com_github_tommyettinger_ds_ObjectObjectMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) { + oldValue = this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[i]; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[i] = value_0; + return oldValue; + } + i = ~i; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable[i] = key; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[i] = value_0; + ++this$static.com_github_tommyettinger_ds_ObjectObjectMap_size >= this$static.com_github_tommyettinger_ds_ObjectObjectMap_threshold && com_github_tommyettinger_ds_ObjectObjectMap_$resize__Lcom_github_tommyettinger_ds_ObjectObjectMap_2IV(this$static, this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable.length << 1); + return null; +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$putResize__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, key, value_0){ + var i, keyTable; + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectObjectMap_mask) { + if (keyTable[i] == null) { + keyTable[i] = key; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[i] = value_0; + return; + } + } +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$remove__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + var i, keyTable, mask, next, oldValue, placement, rem, valueTable; + i = com_github_tommyettinger_ds_ObjectObjectMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2I(this$static, key); + if (i < 0) { + return null; + } + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable; + oldValue = valueTable[i]; + mask = this$static.com_github_tommyettinger_ds_ObjectObjectMap_mask; + next = i + 1 & mask; + while ((rem = keyTable[next]) != null) { + placement = this$static.place__Ljava_lang_Object_2I(rem); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = rem; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + valueTable[i] = null; + --this$static.com_github_tommyettinger_ds_ObjectObjectMap_size; + return oldValue; +} + +function com_github_tommyettinger_ds_ObjectObjectMap_$resize__Lcom_github_tommyettinger_ds_ObjectObjectMap_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable, oldValueTable; + oldCapacity = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable.length; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_github_tommyettinger_ds_ObjectObjectMap_loadFactor); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_mask = newSize - 1; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this$static.com_github_tommyettinger_ds_ObjectObjectMap_mask); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_hashMultiplier = (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_GOOD_1MULTIPLIERS)[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_ds_ObjectObjectMap_hashMultiplier, 48 + this$static.com_github_tommyettinger_ds_ObjectObjectMap_shift)) & 511]; + oldKeyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + oldValueTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + if (this$static.com_github_tommyettinger_ds_ObjectObjectMap_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != null && com_github_tommyettinger_ds_ObjectObjectMap_$putResize__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, key, oldValueTable[i]); + } + } +} + +function com_github_tommyettinger_ds_ObjectObjectMap_ObjectObjectMap__IFV(initialCapacity, loadFactor){ + var tableSize; + if (loadFactor <= 0 || loadFactor > 1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_2407 + loadFactor)); + } + this.com_github_tommyettinger_ds_ObjectObjectMap_loadFactor = loadFactor; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(initialCapacity, loadFactor); + this.com_github_tommyettinger_ds_ObjectObjectMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(tableSize * loadFactor); + this.com_github_tommyettinger_ds_ObjectObjectMap_mask = tableSize - 1; + this.com_github_tommyettinger_ds_ObjectObjectMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this.com_github_tommyettinger_ds_ObjectObjectMap_mask); + this.com_github_tommyettinger_ds_ObjectObjectMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); + this.com_github_tommyettinger_ds_ObjectObjectMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(553, 1, $intern_2408); +_.entrySet__Ljava_util_Set_2 = function com_github_tommyettinger_ds_ObjectObjectMap_entrySet__Ljava_util_Set_2(){ + return this.entrySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2(); +} +; +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectMap_iterator__Ljava_util_Iterator_2(){ + return this.iterator__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2(); +} +; +_.keySet__Ljava_util_Set_2 = function com_github_tommyettinger_ds_ObjectObjectMap_keySet__Ljava_util_Set_2(){ + return this.keySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(); +} +; +_.values__Ljava_util_Collection_2 = function com_github_tommyettinger_ds_ObjectObjectMap_values__Ljava_util_Collection_2(){ + return this.values__Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2(); +} +; +_.clear__V = function com_github_tommyettinger_ds_ObjectObjectMap_clear__V(){ + com_github_tommyettinger_ds_ObjectObjectMap_$clear__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this); +} +; +_.containsKey__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectObjectMap_containsKey__Ljava_lang_Object_2Z(key){ + return com_github_tommyettinger_ds_ObjectObjectMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Z(this, key); +} +; +_.containsValue__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectObjectMap_containsValue__Ljava_lang_Object_2Z(value_0){ + return com_github_tommyettinger_ds_ObjectObjectMap_$containsValue__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2ZZ(this, value_0); +} +; +_.ensureCapacity__IV = function com_github_tommyettinger_ds_ObjectObjectMap_ensureCapacity__IV(additionalCapacity){ + var tableSize; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(this.com_github_tommyettinger_ds_ObjectObjectMap_size + additionalCapacity, this.com_github_tommyettinger_ds_ObjectObjectMap_loadFactor); + this.com_github_tommyettinger_ds_ObjectObjectMap_keyTable.length < tableSize && com_github_tommyettinger_ds_ObjectObjectMap_$resize__Lcom_github_tommyettinger_ds_ObjectObjectMap_2IV(this, tableSize); +} +; +_.entrySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2 = function com_github_tommyettinger_ds_ObjectObjectMap_entrySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2(){ + if (!this.com_github_tommyettinger_ds_ObjectObjectMap_entries1 || !this.com_github_tommyettinger_ds_ObjectObjectMap_entries2) { + this.com_github_tommyettinger_ds_ObjectObjectMap_entries1 = new com_github_tommyettinger_ds_ObjectObjectMap$Entries_ObjectObjectMap$Entries__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this); + this.com_github_tommyettinger_ds_ObjectObjectMap_entries2 = new com_github_tommyettinger_ds_ObjectObjectMap$Entries_ObjectObjectMap$Entries__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this); + } + if (!this.com_github_tommyettinger_ds_ObjectObjectMap_entries1.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + this.com_github_tommyettinger_ds_ObjectObjectMap_entries1.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectObjectMap_entries1.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectObjectMap_entries2.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectObjectMap_entries1; + } + this.com_github_tommyettinger_ds_ObjectObjectMap_entries2.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectObjectMap_entries2.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectObjectMap_entries1.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectObjectMap_entries2; +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectObjectMap_equals__Ljava_lang_Object_2Z(obj){ + var i, key, keyTable, n, other, value_0, valueTable; + if (obj === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 149)) { + return false; + } + other = obj; + if (other.size__I() != this.com_github_tommyettinger_ds_ObjectObjectMap_size) { + return false; + } + keyTable = this.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectObjectMap_valueTable; + try { + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null) { + value_0 = valueTable[i]; + if (value_0 == null) { + if (other.getOrDefault__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_neverIdentical)) != null) { + return false; + } + } + else { + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, other.get__Ljava_lang_Object_2Ljava_lang_Object_2(key))) { + return false; + } + } + } + } + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 151)) { + return false; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + return true; +} +; +_.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectObjectMap_equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right){ + return java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right); +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap_get__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.getOrDefault__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap_getOrDefault__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, defaultValue){ + return com_github_tommyettinger_ds_ObjectObjectMap_$getOrDefault__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, defaultValue); +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectObjectMap_hashCode__I(){ + return com_github_tommyettinger_ds_ObjectObjectMap_$hashCode__Lcom_github_tommyettinger_ds_ObjectObjectMap_2I(this); +} +; +_.isEmpty__Z = function com_github_tommyettinger_ds_ObjectObjectMap_isEmpty__Z(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap_size == 0; +} +; +_.iterator__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2 = function com_github_tommyettinger_ds_ObjectObjectMap_iterator__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2(){ + return this.entrySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2().com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter; +} +; +_.keySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2 = function com_github_tommyettinger_ds_ObjectObjectMap_keySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(){ + if (!this.com_github_tommyettinger_ds_ObjectObjectMap_keys1 || !this.com_github_tommyettinger_ds_ObjectObjectMap_keys2) { + this.com_github_tommyettinger_ds_ObjectObjectMap_keys1 = new com_github_tommyettinger_ds_ObjectObjectMap$Keys_ObjectObjectMap$Keys__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this); + this.com_github_tommyettinger_ds_ObjectObjectMap_keys2 = new com_github_tommyettinger_ds_ObjectObjectMap$Keys_ObjectObjectMap$Keys__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this); + } + if (!this.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + this.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectObjectMap_keys2.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectObjectMap_keys1; + } + this.com_github_tommyettinger_ds_ObjectObjectMap_keys2.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectObjectMap_keys2.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectObjectMap_keys2; +} +; +_.place__Ljava_lang_Object_2I = function com_github_tommyettinger_ds_ObjectObjectMap_place__Ljava_lang_Object_2I(item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromInt__ILcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0)), this.com_github_tommyettinger_ds_ObjectObjectMap_hashMultiplier), this.com_github_tommyettinger_ds_ObjectObjectMap_shift)); +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap_put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0){ + return com_github_tommyettinger_ds_ObjectObjectMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, value_0); +} +; +_.putAll__Ljava_util_Map_2V = function com_github_tommyettinger_ds_ObjectObjectMap_putAll__Ljava_util_Map_2V(m){ + var kv, kv$iterator; + this.ensureCapacity__IV(m.size__I()); + for (kv$iterator = m.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2(); kv$iterator.hasNext__Z();) { + kv = kv$iterator.next__Ljava_lang_Object_2(); + this.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(kv.getKey__Ljava_lang_Object_2(), kv.getValue__Ljava_lang_Object_2()); + } +} +; +_.remove__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap_remove__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return com_github_tommyettinger_ds_ObjectObjectMap_$remove__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.size__I = function com_github_tommyettinger_ds_ObjectObjectMap_size__I(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap_size; +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectObjectMap_toString__Ljava_lang_String_2(){ + return this.toString__Ljava_lang_String_2ZLjava_lang_String_2($intern_15, true); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_github_tommyettinger_ds_ObjectObjectMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, key, keyTable, value_0, valueTable; + if (this.com_github_tommyettinger_ds_ObjectObjectMap_size == 0) { + return braces?$intern_649:''; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + keyTable = this.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectObjectMap_valueTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += '' + (value_0 === this?$intern_694:value_0); + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += separator; + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += '' + (value_0 === this?$intern_694:value_0); + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.values__Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2 = function com_github_tommyettinger_ds_ObjectObjectMap_values__Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2(){ + if (!this.com_github_tommyettinger_ds_ObjectObjectMap_values1 || !this.com_github_tommyettinger_ds_ObjectObjectMap_values2) { + this.com_github_tommyettinger_ds_ObjectObjectMap_values1 = new com_github_tommyettinger_ds_ObjectObjectMap$Values_ObjectObjectMap$Values__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this); + this.com_github_tommyettinger_ds_ObjectObjectMap_values2 = new com_github_tommyettinger_ds_ObjectObjectMap$Values_ObjectObjectMap$Values__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this); + } + if (!this.com_github_tommyettinger_ds_ObjectObjectMap_values1.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + this.com_github_tommyettinger_ds_ObjectObjectMap_values1.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectObjectMap_values1.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectObjectMap_values2.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectObjectMap_values1; + } + this.com_github_tommyettinger_ds_ObjectObjectMap_values2.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectObjectMap_values2.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectObjectMap_values1.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectObjectMap_values2; +} +; +_.com_github_tommyettinger_ds_ObjectObjectMap_hashMultiplier = $intern_2405; +_.com_github_tommyettinger_ds_ObjectObjectMap_loadFactor = 0; +_.com_github_tommyettinger_ds_ObjectObjectMap_mask = 0; +_.com_github_tommyettinger_ds_ObjectObjectMap_shift = 0; +_.com_github_tommyettinger_ds_ObjectObjectMap_size = 0; +_.com_github_tommyettinger_ds_ObjectObjectMap_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectMap', 553, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_$alter__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static, before, after){ + var index_0; + if (com_github_tommyettinger_ds_ObjectObjectMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Z(this$static, after)) { + return false; + } + index_0 = java_util_ArrayList_$indexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys, before, 0); + if (index_0 == -1) { + return false; + } + com_github_tommyettinger_ds_ObjectObjectMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, after, com_github_tommyettinger_ds_ObjectObjectMap_$remove__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, before)); + java_util_ArrayList_$set__Ljava_util_ArrayList_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys, index_0, after); + return true; +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_$clear__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static){ + javaemul_internal_ArrayHelper_setLength__Ljava_lang_Object_2IV(this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys.java_util_ArrayList_array, 0); + com_github_tommyettinger_ds_ObjectObjectMap_$clear__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this$static); +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries1 || !this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries2) { + this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries1 = new com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries_ObjectObjectOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries2 = new com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries_ObjectObjectOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries1.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries1.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries1.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries2.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries1; + } + this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries2.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries2.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries1.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_entries2; +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_$getAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static, index_0){ + return com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys, index_0)); +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keyAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static, index_0){ + return java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys, index_0); +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1 || !this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2) { + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1 = new com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_ObjectObjectOrderedMap$OrderedMapKeys__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2 = new com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_ObjectObjectOrderedMap$OrderedMapKeys__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1; + } + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2; +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + var i, oldValue; + i = com_github_tommyettinger_ds_ObjectObjectMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) { + oldValue = this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[i]; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[i] = value_0; + return oldValue; + } + i = ~i; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable[i] = key; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[i] = value_0; + java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys, key); + ++this$static.com_github_tommyettinger_ds_ObjectObjectMap_size >= this$static.com_github_tommyettinger_ds_ObjectObjectMap_threshold && com_github_tommyettinger_ds_ObjectObjectMap_$resize__Lcom_github_tommyettinger_ds_ObjectObjectMap_2IV(this$static, this$static.com_github_tommyettinger_ds_ObjectObjectMap_keyTable.length << 1); + return null; +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_$remove__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + if (!com_github_tommyettinger_ds_ObjectObjectMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Z(this$static, key)) { + return null; + } + java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys, key); + return com_github_tommyettinger_ds_ObjectObjectMap_$remove__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key); +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_$values__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap_values1 || !this$static.com_github_tommyettinger_ds_ObjectObjectMap_values2) { + this$static.com_github_tommyettinger_ds_ObjectObjectMap_values1 = new com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_ObjectObjectOrderedMap$OrderedMapValues__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_values2 = new com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_ObjectObjectOrderedMap$OrderedMapValues__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap_values1.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + this$static.com_github_tommyettinger_ds_ObjectObjectMap_values1.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_values1.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_values2.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_values1; + } + this$static.com_github_tommyettinger_ds_ObjectObjectMap_values2.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_values2.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_values1.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_values2; +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV(initialCapacity){ + com_github_tommyettinger_ds_ObjectObjectMap_ObjectObjectMap__IFV.call(this, initialCapacity, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_defaultLoadFactor)); + this.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(initialCapacity); +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap_with__Ljava_lang_Object_2Ljava_lang_Object_2_3Ljava_lang_Object_2Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2(key0, value0, rest){ + var i, map_0; + map_0 = new com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV(1 + (rest.length >>> 1)); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(map_0, key0, value0); + for (i = 1; i < rest.length; i += 2) { + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(map_0, rest[i - 1], rest[i]); + } + return map_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(211, 553, $intern_2408, com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV); +_.entrySet__Ljava_util_Set_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_entrySet__Ljava_util_Set_2(){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2(this); +} +; +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2(this).com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter; +} +; +_.keySet__Ljava_util_Set_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_keySet__Ljava_util_Set_2(){ + return this.keySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(); +} +; +_.values__Ljava_util_Collection_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_values__Ljava_util_Collection_2(){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap_$values__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2(this); +} +; +_.clear__V = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_clear__V(){ + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$clear__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this); +} +; +_.ensureCapacity__IV = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_ensureCapacity__IV(additionalCapacity){ + var tableSize; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(this.com_github_tommyettinger_ds_ObjectObjectMap_size + additionalCapacity, this.com_github_tommyettinger_ds_ObjectObjectMap_loadFactor); + this.com_github_tommyettinger_ds_ObjectObjectMap_keyTable.length < tableSize && com_github_tommyettinger_ds_ObjectObjectMap_$resize__Lcom_github_tommyettinger_ds_ObjectObjectMap_2IV(this, tableSize); +} +; +_.entrySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_entrySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2(){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2(this); +} +; +_.iterator__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_iterator__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2(){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2(this).com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter; +} +; +_.keySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_keySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this); +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, value_0); +} +; +_.remove__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_remove__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap_$remove__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, key, keys_0, n, value_0; + if (this.com_github_tommyettinger_ds_ObjectObjectMap_size == 0) { + return braces?$intern_649:''; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + keys_0 = this.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys; + for (i = 0 , n = keys_0.java_util_ArrayList_array.length; i < n; i++) { + key = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(i, keys_0.java_util_ArrayList_array.length) , keys_0.java_util_ArrayList_array[i]); + i > 0 && (buffer.java_lang_AbstractStringBuilder_string += separator , buffer); + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); + buffer.java_lang_AbstractStringBuilder_string += '' + (value_0 === this?$intern_694:value_0); + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.values__Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap_values__Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2(){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap_$values__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectOrderedMap', 211, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap_12_1classLit); +function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_$keySet__Lcom_github_tommyettinger_ds_CaseInsensitiveOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1 || !this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2) { + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1 = new com_github_tommyettinger_ds_CaseInsensitiveOrderedMap$CaseInsensitiveKeys_CaseInsensitiveOrderedMap$CaseInsensitiveKeys__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2 = new com_github_tommyettinger_ds_CaseInsensitiveOrderedMap$CaseInsensitiveKeys_CaseInsensitiveOrderedMap$CaseInsensitiveKeys__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1; + } + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys1.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectObjectMap_keys2; +} + +function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_CaseInsensitiveOrderedMap__IV(){ + com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV.call(this, 64); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1047, 211, $intern_2408, com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_CaseInsensitiveOrderedMap__IV); +_.keySet__Ljava_util_Set_2 = function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_keySet__Ljava_util_Set_2(){ + return com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_$keySet__Lcom_github_tommyettinger_ds_CaseInsensitiveOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this); +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_equals__Ljava_lang_Object_2Z(obj){ + var i, key, keyTable, n, other, value_0, valueTable; + if (obj === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 149)) { + return false; + } + other = obj; + if (other.size__I() != this.com_github_tommyettinger_ds_ObjectObjectMap_size) { + return false; + } + keyTable = this.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectObjectMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null) { + value_0 = valueTable[i]; + if (value_0 == null) { + if (other.getOrDefault__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_neverIdentical)) != null) { + return false; + } + } + else { + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, other.get__Ljava_lang_Object_2Ljava_lang_Object_2(key))) { + return false; + } + } + } + } + return true; +} +; +_.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(left, 260) && com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(right, 260)) { + return com_github_tommyettinger_ds_Utilities_equalsIgnoreCase__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Z(left, right); + } + return false; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_hashCode__I(){ + var h, i, key, keyTable, n, value_0, valueTable; + h = this.com_github_tommyettinger_ds_ObjectObjectMap_size; + keyTable = this.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectObjectMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null) { + h = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(h, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_longHashCodeIgnoreCase__Ljava_lang_CharSequence_2JJ(key, $intern_2410)))); + value_0 = valueTable[i]; + value_0 != null && (h ^= java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(value_0)); + } + } + return h; +} +; +_.keySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2 = function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_keySet__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(){ + return com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_$keySet__Lcom_github_tommyettinger_ds_CaseInsensitiveOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this); +} +; +_.place__Ljava_lang_Object_2I = function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_place__Ljava_lang_Object_2I(item_0){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(item_0, 260)) + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_github_tommyettinger_ds_Utilities_longHashCodeIgnoreCase__Ljava_lang_CharSequence_2JJ(item_0, this.com_github_tommyettinger_ds_ObjectObjectMap_hashMultiplier)) & this.com_github_tommyettinger_ds_ObjectObjectMap_mask; + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0), this.com_github_tommyettinger_ds_ObjectObjectMap_hashMultiplier), this.com_github_tommyettinger_ds_ObjectObjectMap_shift)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1CaseInsensitiveOrderedMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'CaseInsensitiveOrderedMap', 1047, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collection_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'Collection'); +function java_util_AbstractCollection_$addAll__Ljava_util_AbstractCollection_2Ljava_util_Collection_2Z(this$static, c){ + var changed, e, e$iterator; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(c); + changed = false; + for (e$iterator = c.iterator__Ljava_util_Iterator_2(); e$iterator.hasNext__Z();) { + e = e$iterator.next__Ljava_lang_Object_2(); + changed = changed | this$static.add__Ljava_lang_Object_2Z(e); + } + return changed; +} + +function java_util_AbstractCollection_$advanceToFind__Ljava_util_AbstractCollection_2Ljava_lang_Object_2ZZ(this$static, o, remove){ + var e, iter; + for (iter = this$static.iterator__Ljava_util_Iterator_2(); iter.hasNext__Z();) { + e = iter.next__Ljava_lang_Object_2(); + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(e) || o != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(o, e)) { + remove && iter.remove__V(); + return true; + } + } + return false; +} + +function java_util_AbstractCollection_$containsAll__Ljava_util_AbstractCollection_2Ljava_util_Collection_2Z(this$static, c){ + var e, e$iterator; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(c); + for (e$iterator = c.iterator__Ljava_util_Iterator_2(); e$iterator.hasNext__Z();) { + e = e$iterator.next__Ljava_lang_Object_2(); + if (!this$static.contains__Ljava_lang_Object_2Z(e)) { + return false; + } + } + return true; +} + +function java_util_AbstractCollection_$toString__Ljava_util_AbstractCollection_2Ljava_lang_String_2(this$static){ + var e, e$iterator, joiner; + joiner = new java_util_StringJoiner_StringJoiner__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2V('[', ']'); + for (e$iterator = this$static.iterator__Ljava_util_Iterator_2(); e$iterator.hasNext__Z();) { + e = e$iterator.next__Ljava_lang_Object_2(); + java_util_StringJoiner_$add__Ljava_util_StringJoiner_2Ljava_lang_CharSequence_2Ljava_util_StringJoiner_2(joiner, e === this$static?'(this Collection)':e == null?$intern_571:com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(e)); + } + return !joiner.java_util_StringJoiner_builder?joiner.java_util_StringJoiner_emptyValue:joiner.java_util_StringJoiner_suffix.length == 0?joiner.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string:joiner.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string + ('' + joiner.java_util_StringJoiner_suffix); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(81, 1, $intern_2411); +_.add__Ljava_lang_Object_2Z = function java_util_AbstractCollection_add__Ljava_lang_Object_2Z(o){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V('Add not supported on this collection')); +} +; +_.addAll__Ljava_util_Collection_2Z = function java_util_AbstractCollection_addAll__Ljava_util_Collection_2Z(c){ + return java_util_AbstractCollection_$addAll__Ljava_util_AbstractCollection_2Ljava_util_Collection_2Z(this, c); +} +; +_.clear__V = function java_util_AbstractCollection_clear__V(){ + var iter; + for (iter = this.iterator__Ljava_util_Iterator_2(); iter.hasNext__Z();) { + iter.next__Ljava_lang_Object_2(); + iter.remove__V(); + } +} +; +_.contains__Ljava_lang_Object_2Z = function java_util_AbstractCollection_contains__Ljava_lang_Object_2Z(o){ + return java_util_AbstractCollection_$advanceToFind__Ljava_util_AbstractCollection_2Ljava_lang_Object_2ZZ(this, o, false); +} +; +_.containsAll__Ljava_util_Collection_2Z = function java_util_AbstractCollection_containsAll__Ljava_util_Collection_2Z(c){ + return java_util_AbstractCollection_$containsAll__Ljava_util_AbstractCollection_2Ljava_util_Collection_2Z(this, c); +} +; +_.isEmpty__Z = function java_util_AbstractCollection_isEmpty__Z(){ + return this.size__I() == 0; +} +; +_.remove__Ljava_lang_Object_2Z = function java_util_AbstractCollection_remove__Ljava_lang_Object_2Z(o){ + return java_util_AbstractCollection_$advanceToFind__Ljava_util_AbstractCollection_2Ljava_lang_Object_2ZZ(this, o, true); +} +; +_.removeAll__Ljava_util_Collection_2Z = function java_util_AbstractCollection_removeAll__Ljava_util_Collection_2Z(c){ + var changed, iter, o; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(c); + changed = false; + for (iter = this.iterator__Ljava_util_Iterator_2(); iter.hasNext__Z();) { + o = iter.next__Ljava_lang_Object_2(); + if (c.contains__Ljava_lang_Object_2Z(o)) { + iter.remove__V(); + changed = true; + } + } + return changed; +} +; +_.retainAll__Ljava_util_Collection_2Z = function java_util_AbstractCollection_retainAll__Ljava_util_Collection_2Z(c){ + var changed, iter, o; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(c); + changed = false; + for (iter = this.iterator__Ljava_util_Iterator_2(); iter.hasNext__Z();) { + o = iter.next__Ljava_lang_Object_2(); + if (!c.contains__Ljava_lang_Object_2Z(o)) { + iter.remove__V(); + changed = true; + } + } + return changed; +} +; +_.toArray___3Ljava_lang_Object_2 = function java_util_AbstractCollection_toArray___3Ljava_lang_Object_2(){ + return this.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, this.size__I(), 5, 1)); +} +; +_.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2 = function java_util_AbstractCollection_toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(a){ + var i, it, result, size_0; + size_0 = this.size__I(); + a.length < size_0 && (a = javaemul_internal_ArrayStamper_stampJavaTypeInfo__Ljava_lang_Object_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(new Array(size_0), a)); + result = a; + it = this.iterator__Ljava_util_Iterator_2(); + for (i = 0; i < size_0; ++i) { + result[i] = it.next__Ljava_lang_Object_2(); + } + a.length > size_0 && (a[size_0] = null); + return a; +} +; +_.toString__Ljava_lang_String_2 = function java_util_AbstractCollection_toString__Ljava_lang_String_2(){ + return java_util_AbstractCollection_$toString__Ljava_util_AbstractCollection_2Ljava_lang_String_2(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractCollection_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractCollection', 81, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Set_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'Set'); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_976, 81, $intern_2412); +_.equals__Ljava_lang_Object_2Z = function java_util_AbstractSet_equals__Ljava_lang_Object_2Z(o){ + var other; + if (o === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 89)) { + return false; + } + other = o; + if (other.size__I() != this.size__I()) { + return false; + } + return java_util_AbstractCollection_$containsAll__Ljava_util_AbstractCollection_2Ljava_util_Collection_2Z(this, other); +} +; +_.hashCode__I = function java_util_AbstractSet_hashCode__I(){ + return java_util_Collections_hashCode__Ljava_lang_Iterable_2I(this); +} +; +_.removeAll__Ljava_util_Collection_2Z = function java_util_AbstractSet_removeAll__Ljava_util_Collection_2Z(c){ + var iter, o, o$iterator, size_0; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(c); + size_0 = this.size__I(); + if (size_0 < c.size__I()) { + for (iter = this.iterator__Ljava_util_Iterator_2(); iter.hasNext__Z();) { + o = iter.next__Ljava_lang_Object_2(); + c.contains__Ljava_lang_Object_2Z(o) && iter.remove__V(); + } + } + else { + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + this.remove__Ljava_lang_Object_2Z(o); + } + } + return size_0 != this.size__I(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractSet', $intern_976, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractCollection_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectMap$Keys_ObjectObjectMap$Keys__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(map_0){ + this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter = new com_github_tommyettinger_ds_ObjectObjectMap$Keys$1_ObjectObjectMap$Keys$1__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(556, $intern_976, $intern_2412, com_github_tommyettinger_ds_ObjectObjectMap$Keys_ObjectObjectMap$Keys__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Keys_iterator__Ljava_util_Iterator_2(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter; +} +; +_.contains__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectObjectMap$Keys_contains__Ljava_lang_Object_2Z(o){ + return com_github_tommyettinger_ds_ObjectObjectMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Z(this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map, o); +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectObjectMap$Keys_hashCode__I(){ + var currentIdx, hc, hn, nextIdx; + currentIdx = this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex; + nextIdx = this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + hn = this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext; + this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.reset__V(); + hc = java_util_Collections_hashCode__Ljava_lang_Iterable_2I(this); + this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = currentIdx; + this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = nextIdx; + this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = hn; + return hc; +} +; +_.size__I = function com_github_tommyettinger_ds_ObjectObjectMap$Keys_size__I(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Keys_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectMap/Keys', 556, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_ObjectObjectOrderedMap$OrderedMapKeys__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(map_0){ + com_github_tommyettinger_ds_ObjectObjectMap$Keys_ObjectObjectMap$Keys__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V.call(this, map_0); + this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_keys = map_0.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys; + this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter = new com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_ObjectObjectOrderedMap$OrderedMapKeys$1__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(557, 556, $intern_2412, com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_ObjectObjectOrderedMap$OrderedMapKeys__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap$OrderedMapKeys_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectOrderedMap/OrderedMapKeys', 557, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Keys_12_1classLit); +function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap$CaseInsensitiveKeys_CaseInsensitiveOrderedMap$CaseInsensitiveKeys__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(map_0){ + com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_ObjectObjectOrderedMap$OrderedMapKeys__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V.call(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(757, 557, $intern_2412, com_github_tommyettinger_ds_CaseInsensitiveOrderedMap$CaseInsensitiveKeys_CaseInsensitiveOrderedMap$CaseInsensitiveKeys__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V); +_.hashCode__I = function com_github_tommyettinger_ds_CaseInsensitiveOrderedMap$CaseInsensitiveKeys_hashCode__I(){ + var h, obj; + h = 0; + this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.reset__V(); + while (this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.hasNext__Z()) { + obj = this.com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter.next__Ljava_lang_Object_2(); + obj != null && (h = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(h, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_longHashCodeIgnoreCase__Ljava_lang_CharSequence_2JJ(obj, $intern_2410))))); + } + return h; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1CaseInsensitiveOrderedMap$CaseInsensitiveKeys_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'CaseInsensitiveOrderedMap/CaseInsensitiveKeys', 757, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap$OrderedMapKeys_12_1classLit); +function com_github_tommyettinger_ds_HolderSet_$add__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this$static, key){ + var i; + i = com_github_tommyettinger_ds_HolderSet_$locateKey__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this$static, com_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_$apply__Lcom_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_2Ljava_lang_Object_2Ljava_lang_Object_2(key)); + if (i >= 0) { + return false; + } + i = ~i; + this$static.com_github_tommyettinger_ds_HolderSet_keyTable[i] = key; + ++this$static.com_github_tommyettinger_ds_HolderSet_size >= this$static.com_github_tommyettinger_ds_HolderSet_threshold && com_github_tommyettinger_ds_HolderSet_$resize__Lcom_github_tommyettinger_ds_HolderSet_2IV(this$static, this$static.com_github_tommyettinger_ds_HolderSet_keyTable.length << 1); + return true; +} + +function com_github_tommyettinger_ds_HolderSet_$addAll__Lcom_github_tommyettinger_ds_HolderSet_2Lcom_github_tommyettinger_ds_HolderSet_2Z(this$static, set_0){ + var i, key, keyTable, n, oldSize; + com_github_tommyettinger_ds_HolderSet_$ensureCapacity__Lcom_github_tommyettinger_ds_HolderSet_2IV(this$static, set_0.com_github_tommyettinger_ds_HolderSet_size); + keyTable = set_0.com_github_tommyettinger_ds_HolderSet_keyTable; + oldSize = this$static.com_github_tommyettinger_ds_HolderSet_size; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + key != null && com_github_tommyettinger_ds_HolderSet_$add__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this$static, key); + } + return oldSize != this$static.com_github_tommyettinger_ds_HolderSet_size; +} + +function com_github_tommyettinger_ds_HolderSet_$addAll__Lcom_github_tommyettinger_ds_HolderSet_2_3Ljava_lang_Object_2Z(this$static, array){ + return com_github_tommyettinger_ds_HolderSet_$addAll__Lcom_github_tommyettinger_ds_HolderSet_2_3Ljava_lang_Object_2IIZ(this$static, array, array.length); +} + +function com_github_tommyettinger_ds_HolderSet_$addAll__Lcom_github_tommyettinger_ds_HolderSet_2_3Ljava_lang_Object_2IIZ(this$static, array, length_0){ + var i, n, oldSize, tableSize; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(this$static.com_github_tommyettinger_ds_HolderSet_size + length_0, this$static.com_github_tommyettinger_ds_HolderSet_loadFactor); + this$static.com_github_tommyettinger_ds_HolderSet_keyTable.length < tableSize && com_github_tommyettinger_ds_HolderSet_$resize__Lcom_github_tommyettinger_ds_HolderSet_2IV(this$static, tableSize); + oldSize = this$static.com_github_tommyettinger_ds_HolderSet_size; + for (i = 0 , n = i + length_0; i < n; i++) { + com_github_tommyettinger_ds_HolderSet_$add__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this$static, array[i]); + } + return oldSize != this$static.com_github_tommyettinger_ds_HolderSet_size; +} + +function com_github_tommyettinger_ds_HolderSet_$addResize__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2V(this$static, key){ + var i, keyTable; + keyTable = this$static.com_github_tommyettinger_ds_HolderSet_keyTable; + for (i = com_github_tommyettinger_ds_HolderSet_$place__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this$static, key.com_github_yellowstonegames_smooth_Glider$Changer_name);; i = i + 1 & this$static.com_github_tommyettinger_ds_HolderSet_mask) { + if (keyTable[i] == null) { + keyTable[i] = key; + return; + } + } +} + +function com_github_tommyettinger_ds_HolderSet_$ensureCapacity__Lcom_github_tommyettinger_ds_HolderSet_2IV(this$static, additionalCapacity){ + var tableSize; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(this$static.com_github_tommyettinger_ds_HolderSet_size + additionalCapacity, this$static.com_github_tommyettinger_ds_HolderSet_loadFactor); + this$static.com_github_tommyettinger_ds_HolderSet_keyTable.length < tableSize && com_github_tommyettinger_ds_HolderSet_$resize__Lcom_github_tommyettinger_ds_HolderSet_2IV(this$static, tableSize); +} + +function com_github_tommyettinger_ds_HolderSet_$equals__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this$static, obj){ + var i, keyTable, n, other; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 524)) { + return false; + } + other = obj; + if (other.com_github_tommyettinger_ds_HolderSet_size != this$static.com_github_tommyettinger_ds_HolderSet_size) { + return false; + } + keyTable = this$static.com_github_tommyettinger_ds_HolderSet_keyTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + if (keyTable[i] != null && com_github_tommyettinger_ds_HolderSet_$locateKey__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(other, keyTable[i].com_github_yellowstonegames_smooth_Glider$Changer_name) < 0) { + return false; + } + } + return true; +} + +function com_github_tommyettinger_ds_HolderSet_$get__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + var i; + i = com_github_tommyettinger_ds_HolderSet_$locateKey__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this$static, key); + return i < 0?null:this$static.com_github_tommyettinger_ds_HolderSet_keyTable[i]; +} + +function com_github_tommyettinger_ds_HolderSet_$hashCode__Lcom_github_tommyettinger_ds_HolderSet_2I(this$static){ + var h, i, key, keyTable, n; + h = this$static.com_github_tommyettinger_ds_HolderSet_size; + keyTable = this$static.com_github_tommyettinger_ds_HolderSet_keyTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + key != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key)); + } + return h; +} + +function com_github_tommyettinger_ds_HolderSet_$iterator__Lcom_github_tommyettinger_ds_HolderSet_2Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_HolderSet_iterator1 || !this$static.com_github_tommyettinger_ds_HolderSet_iterator2) { + this$static.com_github_tommyettinger_ds_HolderSet_iterator1 = new com_github_tommyettinger_ds_HolderSet$HolderSetIterator_HolderSet$HolderSetIterator__Lcom_github_tommyettinger_ds_HolderSet_2V(this$static); + this$static.com_github_tommyettinger_ds_HolderSet_iterator2 = new com_github_tommyettinger_ds_HolderSet$HolderSetIterator_HolderSet$HolderSetIterator__Lcom_github_tommyettinger_ds_HolderSet_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_HolderSet_iterator1.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_valid) { + com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$reset__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2V(this$static.com_github_tommyettinger_ds_HolderSet_iterator1); + this$static.com_github_tommyettinger_ds_HolderSet_iterator1.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_valid = true; + this$static.com_github_tommyettinger_ds_HolderSet_iterator2.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_valid = false; + return this$static.com_github_tommyettinger_ds_HolderSet_iterator1; + } + com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$reset__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2V(this$static.com_github_tommyettinger_ds_HolderSet_iterator2); + this$static.com_github_tommyettinger_ds_HolderSet_iterator2.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_valid = true; + this$static.com_github_tommyettinger_ds_HolderSet_iterator1.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_valid = false; + return this$static.com_github_tommyettinger_ds_HolderSet_iterator2; +} + +function com_github_tommyettinger_ds_HolderSet_$locateKey__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_HolderSet_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), this$static.com_github_tommyettinger_ds_HolderSet_hashMultiplier), this$static.com_github_tommyettinger_ds_HolderSet_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_HolderSet_mask) { + other = keyTable[i]; + if (other == null) { + return ~i; + } + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other.com_github_yellowstonegames_smooth_Glider$Changer_name)) { + return i; + } + } +} + +function com_github_tommyettinger_ds_HolderSet_$place__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this$static, item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_String_$hashCode__Ljava_lang_String_2I(item_0), this$static.com_github_tommyettinger_ds_HolderSet_hashMultiplier), this$static.com_github_tommyettinger_ds_HolderSet_shift)); +} + +function com_github_tommyettinger_ds_HolderSet_$remove__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this$static, key){ + var i, keyTable, mask, next, placement, tk; + i = com_github_tommyettinger_ds_HolderSet_$locateKey__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this$static, key); + if (i < 0) { + return false; + } + keyTable = this$static.com_github_tommyettinger_ds_HolderSet_keyTable; + mask = this$static.com_github_tommyettinger_ds_HolderSet_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + tk = key; + placement = com_github_tommyettinger_ds_HolderSet_$place__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this$static, tk.com_github_yellowstonegames_smooth_Glider$Changer_name); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = tk; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this$static.com_github_tommyettinger_ds_HolderSet_size; + return true; +} + +function com_github_tommyettinger_ds_HolderSet_$resize__Lcom_github_tommyettinger_ds_HolderSet_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable; + oldCapacity = this$static.com_github_tommyettinger_ds_HolderSet_keyTable.length; + this$static.com_github_tommyettinger_ds_HolderSet_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_github_tommyettinger_ds_HolderSet_loadFactor); + this$static.com_github_tommyettinger_ds_HolderSet_mask = newSize - 1; + this$static.com_github_tommyettinger_ds_HolderSet_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this$static.com_github_tommyettinger_ds_HolderSet_mask); + oldKeyTable = this$static.com_github_tommyettinger_ds_HolderSet_keyTable; + this$static.com_github_tommyettinger_ds_HolderSet_hashMultiplier = (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_GOOD_1MULTIPLIERS)[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_ds_HolderSet_hashMultiplier, 48 + this$static.com_github_tommyettinger_ds_HolderSet_shift)) & 511]; + this$static.com_github_tommyettinger_ds_HolderSet_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + if (this$static.com_github_tommyettinger_ds_HolderSet_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != null && com_github_tommyettinger_ds_HolderSet_$addResize__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2V(this$static, key); + } + } +} + +function com_github_tommyettinger_ds_HolderSet_$toArray__Lcom_github_tommyettinger_ds_HolderSet_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this$static, a){ + var i, it, result, size_0; + size_0 = this$static.com_github_tommyettinger_ds_HolderSet_size; + a.length < size_0 && (a = (javaemul_internal_InternalPreconditions_checkCriticalArraySize__IV(size_0) , javaemul_internal_ArrayHelper_clone___3Ljava_lang_Object_2II_3Ljava_lang_Object_2(a, size_0))); + result = a; + it = com_github_tommyettinger_ds_HolderSet_$iterator__Lcom_github_tommyettinger_ds_HolderSet_2Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2(this$static); + for (i = 0; i < size_0; ++i) { + result[i] = com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$next__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2Ljava_lang_Object_2(it); + } + a.length > size_0 && (a[size_0] = null); + return a; +} + +function com_github_tommyettinger_ds_HolderSet_$toString__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_String_2Ljava_lang_String_2(this$static){ + var buffer, i, key, keyTable; + if (this$static.com_github_tommyettinger_ds_HolderSet_size == 0) { + return ''; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + keyTable = this$static.com_github_tommyettinger_ds_HolderSet_keyTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this$static?$intern_694:key); + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this$static?$intern_694:key); + } + return buffer.java_lang_AbstractStringBuilder_string; +} + +function com_github_tommyettinger_ds_HolderSet_HolderSet__Lcom_github_tommyettinger_function_ObjToObjFunction_2V(extractor){ + com_github_tommyettinger_ds_HolderSet_HolderSet__Lcom_github_tommyettinger_function_ObjToObjFunction_2IFV.call(this, extractor, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_defaultLoadFactor)); +} + +function com_github_tommyettinger_ds_HolderSet_HolderSet__Lcom_github_tommyettinger_function_ObjToObjFunction_2IFV(extractor, loadFactor){ + var tableSize; + if (loadFactor <= 0 || loadFactor > 1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_2407 + loadFactor)); + } + this.com_github_tommyettinger_ds_HolderSet_loadFactor = loadFactor; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(51, loadFactor); + this.com_github_tommyettinger_ds_HolderSet_threshold = com_google_gwt_lang_Cast_round_1int__DI(tableSize * loadFactor); + this.com_github_tommyettinger_ds_HolderSet_mask = tableSize - 1; + this.com_github_tommyettinger_ds_HolderSet_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this.com_github_tommyettinger_ds_HolderSet_mask); + this.com_github_tommyettinger_ds_HolderSet_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); + this.com_github_tommyettinger_ds_HolderSet_extractor = extractor; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(524, 1, {524:1, 29:1, 68:1, 89:1}, com_github_tommyettinger_ds_HolderSet_HolderSet__Lcom_github_tommyettinger_function_ObjToObjFunction_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_HolderSet_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_HolderSet_$iterator__Lcom_github_tommyettinger_ds_HolderSet_2Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2(this); +} +; +_.add__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_HolderSet_add__Ljava_lang_Object_2Z(key){ + return com_github_tommyettinger_ds_HolderSet_$add__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this, key); +} +; +_.addAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_HolderSet_addAll__Ljava_util_Collection_2Z(coll){ + var length_0, oldSize, t, t$iterator, tableSize; + length_0 = coll.size__I(); + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(this.com_github_tommyettinger_ds_HolderSet_size + length_0, this.com_github_tommyettinger_ds_HolderSet_loadFactor); + this.com_github_tommyettinger_ds_HolderSet_keyTable.length < tableSize && com_github_tommyettinger_ds_HolderSet_$resize__Lcom_github_tommyettinger_ds_HolderSet_2IV(this, tableSize); + oldSize = this.com_github_tommyettinger_ds_HolderSet_size; + for (t$iterator = coll.iterator__Ljava_util_Iterator_2(); t$iterator.hasNext__Z();) { + t = t$iterator.next__Ljava_lang_Object_2(); + com_github_tommyettinger_ds_HolderSet_$add__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this, t); + } + return oldSize != this.com_github_tommyettinger_ds_HolderSet_size; +} +; +_.clear__V = function com_github_tommyettinger_ds_HolderSet_clear__V(){ + if (this.com_github_tommyettinger_ds_HolderSet_size == 0) { + return; + } + this.com_github_tommyettinger_ds_HolderSet_size = 0; + java_util_Arrays_fill___3Ljava_lang_Object_2Ljava_lang_Object_2V(this.com_github_tommyettinger_ds_HolderSet_keyTable); +} +; +_.contains__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_HolderSet_contains__Ljava_lang_Object_2Z(key){ + return com_github_tommyettinger_ds_HolderSet_$locateKey__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this, key) >= 0; +} +; +_.containsAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_HolderSet_containsAll__Ljava_util_Collection_2Z(c){ + var o, o$iterator; + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + if (com_github_tommyettinger_ds_HolderSet_$locateKey__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this, o) < 0) { + return false; + } + } + return true; +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_HolderSet_equals__Ljava_lang_Object_2Z(obj){ + return com_github_tommyettinger_ds_HolderSet_$equals__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this, obj); +} +; +_.hashCode__I = function com_github_tommyettinger_ds_HolderSet_hashCode__I(){ + return com_github_tommyettinger_ds_HolderSet_$hashCode__Lcom_github_tommyettinger_ds_HolderSet_2I(this); +} +; +_.isEmpty__Z = function com_github_tommyettinger_ds_HolderSet_isEmpty__Z(){ + return this.com_github_tommyettinger_ds_HolderSet_size == 0; +} +; +_.remove__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_HolderSet_remove__Ljava_lang_Object_2Z(key){ + return com_github_tommyettinger_ds_HolderSet_$remove__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this, key); +} +; +_.removeAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_HolderSet_removeAll__Ljava_util_Collection_2Z(c){ + var modified, o, o$iterator; + modified = false; + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + modified = modified | com_github_tommyettinger_ds_HolderSet_$remove__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this, o); + } + return modified; +} +; +_.retainAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_HolderSet_retainAll__Ljava_util_Collection_2Z(c){ + var modified, o, o$iterator; + modified = false; + for (o$iterator = com_github_tommyettinger_ds_HolderSet_$iterator__Lcom_github_tommyettinger_ds_HolderSet_2Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2(this); com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$hasNext__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2Z(o$iterator);) { + o = com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$next__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2Ljava_lang_Object_2(o$iterator); + c.contains__Ljava_lang_Object_2Z(o) || (modified = modified | com_github_tommyettinger_ds_HolderSet_$remove__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this, o)); + } + return modified; +} +; +_.size__I = function com_github_tommyettinger_ds_HolderSet_size__I(){ + return this.com_github_tommyettinger_ds_HolderSet_size; +} +; +_.toArray___3Ljava_lang_Object_2 = function com_github_tommyettinger_ds_HolderSet_toArray___3Ljava_lang_Object_2(){ + return com_github_tommyettinger_ds_HolderSet_$toArray__Lcom_github_tommyettinger_ds_HolderSet_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, this.com_github_tommyettinger_ds_HolderSet_size, 5, 1)); +} +; +_.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2 = function com_github_tommyettinger_ds_HolderSet_toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(a){ + return com_github_tommyettinger_ds_HolderSet_$toArray__Lcom_github_tommyettinger_ds_HolderSet_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this, a); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_HolderSet_toString__Ljava_lang_String_2(){ + return '{' + com_github_tommyettinger_ds_HolderSet_$toString__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_String_2Ljava_lang_String_2(this) + '}'; +} +; +_.com_github_tommyettinger_ds_HolderSet_hashMultiplier = $intern_2405; +_.com_github_tommyettinger_ds_HolderSet_loadFactor = 0; +_.com_github_tommyettinger_ds_HolderSet_mask = 0; +_.com_github_tommyettinger_ds_HolderSet_shift = 0; +_.com_github_tommyettinger_ds_HolderSet_size = 0; +_.com_github_tommyettinger_ds_HolderSet_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1HolderSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'HolderSet', 524, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$findNextIndex__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_set.com_github_tommyettinger_ds_HolderSet_keyTable; + for (n = this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_set.com_github_tommyettinger_ds_HolderSet_keyTable.length; ++this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_nextIndex < n;) { + if (keyTable[this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_nextIndex] != null) { + this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_hasNext = true; + return; + } + } + this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_hasNext = false; +} + +function com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$hasNext__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2Z(this$static){ + if (!this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_hasNext; +} + +function com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$next__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2Ljava_lang_Object_2(this$static){ + var key; + if (!this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + key = this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_set.com_github_tommyettinger_ds_HolderSet_keyTable[this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_nextIndex]; + this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_currentIndex = this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_nextIndex; + com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$findNextIndex__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2V(this$static); + return key; +} + +function com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$reset__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2V(this$static){ + this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_currentIndex = -1; + this$static.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_nextIndex = -1; + com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$findNextIndex__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2V(this$static); +} + +function com_github_tommyettinger_ds_HolderSet$HolderSetIterator_HolderSet$HolderSetIterator__Lcom_github_tommyettinger_ds_HolderSet_2V(set_0){ + this.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_set = set_0; + com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$reset__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(766, 1, $intern_119, com_github_tommyettinger_ds_HolderSet$HolderSetIterator_HolderSet$HolderSetIterator__Lcom_github_tommyettinger_ds_HolderSet_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_HolderSet$HolderSetIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_HolderSet$HolderSetIterator_hasNext__Z(){ + return com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$hasNext__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2Z(this); +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_HolderSet$HolderSetIterator_next__Ljava_lang_Object_2(){ + return com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$next__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2Ljava_lang_Object_2(this); +} +; +_.remove__V = function com_github_tommyettinger_ds_HolderSet$HolderSetIterator_remove__V(){ + var i, key, keyTable, mask, next, placement; + i = this.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_currentIndex; + if (i < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + keyTable = this.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_set.com_github_tommyettinger_ds_HolderSet_keyTable; + mask = this.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_set.com_github_tommyettinger_ds_HolderSet_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = com_github_tommyettinger_ds_HolderSet_$place__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2I(this.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_set, key.com_github_yellowstonegames_smooth_Glider$Changer_name); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_set.com_github_tommyettinger_ds_HolderSet_size; + i != this.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_currentIndex && --this.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_nextIndex; + this.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_currentIndex = -1; +} +; +_.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_currentIndex = 0; +_.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_hasNext = false; +_.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_nextIndex = 0; +_.com_github_tommyettinger_ds_HolderSet$HolderSetIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1HolderSet$HolderSetIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'HolderSet/HolderSetIterator', 766, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_PrimitiveCollection$OfInt_$addAll__Lcom_github_tommyettinger_ds_PrimitiveCollection$OfInt_2Lcom_github_tommyettinger_ds_PrimitiveCollection$OfInt_2Z(this$static, other){ + var changed, it; + it = com_github_tommyettinger_ds_IntList_$iterator__Lcom_github_tommyettinger_ds_IntList_2Lcom_github_tommyettinger_ds_IntList$IntListIterator_2(other); + changed = false; + while (com_github_tommyettinger_ds_IntList$IntListIterator_$hasNext__Lcom_github_tommyettinger_ds_IntList$IntListIterator_2Z(it)) { + changed = changed | com_github_tommyettinger_ds_IntDeque_$add__Lcom_github_tommyettinger_ds_IntDeque_2IZ(this$static, com_github_tommyettinger_ds_IntList$IntListIterator_$nextInt__Lcom_github_tommyettinger_ds_IntList$IntListIterator_2I(it)); + } + return changed; +} + +function com_github_tommyettinger_ds_IntDeque_$add__Lcom_github_tommyettinger_ds_IntDeque_2IZ(this$static, t){ + var oldSize; + oldSize = this$static.com_github_tommyettinger_ds_IntDeque_size; + com_github_tommyettinger_ds_IntDeque_$addLast__Lcom_github_tommyettinger_ds_IntDeque_2IV(this$static, t); + return oldSize != this$static.com_github_tommyettinger_ds_IntDeque_size; +} + +function com_github_tommyettinger_ds_IntDeque_$addFirst__Lcom_github_tommyettinger_ds_IntDeque_2IV(this$static, item_0){ + var head, values; + values = this$static.com_github_tommyettinger_ds_IntDeque_values; + if (this$static.com_github_tommyettinger_ds_IntDeque_size == values.length) { + com_github_tommyettinger_ds_IntDeque_$resize__Lcom_github_tommyettinger_ds_IntDeque_2IV(this$static, values.length << 1); + values = this$static.com_github_tommyettinger_ds_IntDeque_values; + } + head = this$static.com_github_tommyettinger_ds_IntDeque_head; + --head; + head == -1 && (head = values.length - 1); + values[head] = item_0; + this$static.com_github_tommyettinger_ds_IntDeque_head = head; + ++this$static.com_github_tommyettinger_ds_IntDeque_size; +} + +function com_github_tommyettinger_ds_IntDeque_$addLast__Lcom_github_tommyettinger_ds_IntDeque_2IV(this$static, item_0){ + var values; + values = this$static.com_github_tommyettinger_ds_IntDeque_values; + if (this$static.com_github_tommyettinger_ds_IntDeque_size == values.length) { + com_github_tommyettinger_ds_IntDeque_$resize__Lcom_github_tommyettinger_ds_IntDeque_2IV(this$static, values.length << 1); + values = this$static.com_github_tommyettinger_ds_IntDeque_values; + } + this$static.com_github_tommyettinger_ds_IntDeque_tail == values.length && (this$static.com_github_tommyettinger_ds_IntDeque_tail = 0); + values[this$static.com_github_tommyettinger_ds_IntDeque_tail++] = item_0; + ++this$static.com_github_tommyettinger_ds_IntDeque_size; +} + +function com_github_tommyettinger_ds_IntDeque_$clear__Lcom_github_tommyettinger_ds_IntDeque_2V(this$static){ + if (this$static.com_github_tommyettinger_ds_IntDeque_size == 0) + return; + this$static.com_github_tommyettinger_ds_IntDeque_head = 0; + this$static.com_github_tommyettinger_ds_IntDeque_tail = 0; + this$static.com_github_tommyettinger_ds_IntDeque_size = 0; +} + +function com_github_tommyettinger_ds_IntDeque_$removeLast__Lcom_github_tommyettinger_ds_IntDeque_2I(this$static){ + var result, tail, values; + if (this$static.com_github_tommyettinger_ds_IntDeque_size == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V('IntDeque is empty.')); + } + values = this$static.com_github_tommyettinger_ds_IntDeque_values; + tail = this$static.com_github_tommyettinger_ds_IntDeque_tail; + --tail; + tail == -1 && (tail = values.length - 1); + result = values[tail]; + this$static.com_github_tommyettinger_ds_IntDeque_tail = tail; + --this$static.com_github_tommyettinger_ds_IntDeque_size; + return result; +} + +function com_github_tommyettinger_ds_IntDeque_$resize__Lcom_github_tommyettinger_ds_IntDeque_2IV(this$static, newSize){ + var head, newArray, rest, tail, values; + values = this$static.com_github_tommyettinger_ds_IntDeque_values; + head = this$static.com_github_tommyettinger_ds_IntDeque_head; + tail = this$static.com_github_tommyettinger_ds_IntDeque_tail; + newArray = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, $wnd.Math.max(1, newSize), 15, 1); + if (head < tail) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, head, newArray, 0, tail - head); + } + else if (this$static.com_github_tommyettinger_ds_IntDeque_size > 0) { + rest = values.length - head; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, head, newArray, 0, rest); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, 0, newArray, rest, tail); + } + this$static.com_github_tommyettinger_ds_IntDeque_values = newArray; + this$static.com_github_tommyettinger_ds_IntDeque_head = 0; + this$static.com_github_tommyettinger_ds_IntDeque_tail = this$static.com_github_tommyettinger_ds_IntDeque_size; +} + +function com_github_tommyettinger_ds_IntDeque_IntDeque__IV(){ + this.com_github_tommyettinger_ds_IntDeque_values = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 256, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(666, 1, {666:1}, com_github_tommyettinger_ds_IntDeque_IntDeque__IV); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_IntDeque_equals__Ljava_lang_Object_2Z(o){ + var itsBackingLength, itsIndex, itsValue, itsValues, myBackingLength, myIndex, myValue, myValues, q, s, size_0; + if (this === o) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 666)) + return false; + q = o; + size_0 = this.com_github_tommyettinger_ds_IntDeque_size; + if (q.com_github_tommyettinger_ds_IntDeque_size != size_0) + return false; + myValues = this.com_github_tommyettinger_ds_IntDeque_values; + myBackingLength = myValues.length; + itsValues = q.com_github_tommyettinger_ds_IntDeque_values; + itsBackingLength = itsValues.length; + myIndex = this.com_github_tommyettinger_ds_IntDeque_head; + itsIndex = q.com_github_tommyettinger_ds_IntDeque_head; + for (s = 0; s < size_0; s++) { + myValue = myValues[myIndex]; + itsValue = itsValues[itsIndex]; + if (myValue != itsValue) + return false; + ++myIndex; + ++itsIndex; + myIndex == myBackingLength && (myIndex = 0); + itsIndex == itsBackingLength && (itsIndex = 0); + } + return true; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_IntDeque_hashCode__I(){ + var backingLength, hash, index_0, s, size_0, value_0, values; + size_0 = this.com_github_tommyettinger_ds_IntDeque_size; + values = this.com_github_tommyettinger_ds_IntDeque_values; + backingLength = values.length; + index_0 = this.com_github_tommyettinger_ds_IntDeque_head; + hash = size_0 + 1; + for (s = 0; s < size_0; s++) { + value_0 = values[index_0]; + hash *= 421; + hash += value_0; + ++index_0; + index_0 == backingLength && (index_0 = 0); + } + return hash; +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_IntDeque_toString__Ljava_lang_String_2(){ + var head, i, sb, tail, values; + if (this.com_github_tommyettinger_ds_IntDeque_size == 0) { + return $intern_6; + } + values = this.com_github_tommyettinger_ds_IntDeque_values; + head = this.com_github_tommyettinger_ds_IntDeque_head; + tail = this.com_github_tommyettinger_ds_IntDeque_tail; + sb = new java_lang_StringBuilder_StringBuilder__IV; + sb.java_lang_AbstractStringBuilder_string += '['; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, values[head]); + for (i = (head + 1) % values.length; i != tail;) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((sb.java_lang_AbstractStringBuilder_string += $intern_15 , sb), values[i]); + if (++i == tail) + break; + i == values.length && (i = 0); + } + sb.java_lang_AbstractStringBuilder_string += ']'; + return sb.java_lang_AbstractStringBuilder_string; +} +; +_.com_github_tommyettinger_ds_IntDeque_head = 0; +_.com_github_tommyettinger_ds_IntDeque_size = 0; +_.com_github_tommyettinger_ds_IntDeque_tail = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntDeque_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntDeque', 666, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(this$static, key){ + var i, keyTable, other; + if (key == 0) { + return this$static.com_github_tommyettinger_ds_IntIntMap_hasZeroValue; + } + keyTable = this$static.com_github_tommyettinger_ds_IntIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, this$static.com_github_tommyettinger_ds_IntIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntIntMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_IntIntMap_mask) { + other = keyTable[i]; + if (other == 0) + return false; + if (other == key) + return true; + } +} + +function com_github_tommyettinger_ds_IntIntMap_$get__Lcom_github_tommyettinger_ds_IntIntMap_2II(this$static, key){ + var i, keyTable, other; + if (key == 0) { + return this$static.com_github_tommyettinger_ds_IntIntMap_hasZeroValue?this$static.com_github_tommyettinger_ds_IntIntMap_zeroValue:0; + } + keyTable = this$static.com_github_tommyettinger_ds_IntIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, this$static.com_github_tommyettinger_ds_IntIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntIntMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_IntIntMap_mask) { + other = keyTable[i]; + if (other == 0) + return 0; + if (other == key) + return this$static.com_github_tommyettinger_ds_IntIntMap_valueTable[i]; + } +} + +function com_github_tommyettinger_ds_IntIntMap_$locateKey__Lcom_github_tommyettinger_ds_IntIntMap_2II(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_IntIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, this$static.com_github_tommyettinger_ds_IntIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntIntMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_IntIntMap_mask) { + other = keyTable[i]; + if (other == 0) { + return ~i; + } + if (other == key) { + return i; + } + } +} + +function com_github_tommyettinger_ds_IntIntMap_$place__Lcom_github_tommyettinger_ds_IntIntMap_2II(this$static, item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(item_0, this$static.com_github_tommyettinger_ds_IntIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntIntMap_shift)); +} + +function com_github_tommyettinger_ds_IntIntMap_$putResize__Lcom_github_tommyettinger_ds_IntIntMap_2IIV(this$static, key, value_0){ + var i, keyTable; + keyTable = this$static.com_github_tommyettinger_ds_IntIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, this$static.com_github_tommyettinger_ds_IntIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntIntMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_IntIntMap_mask) { + if (keyTable[i] == 0) { + keyTable[i] = key; + this$static.com_github_tommyettinger_ds_IntIntMap_valueTable[i] = value_0; + return; + } + } +} + +function com_github_tommyettinger_ds_IntIntMap_$remove__Lcom_github_tommyettinger_ds_IntIntMap_2II(this$static, key){ + var i, keyTable, mask, next, oldValue, placement, rem, valueTable; + if (key == 0) { + if (this$static.com_github_tommyettinger_ds_IntIntMap_hasZeroValue) { + this$static.com_github_tommyettinger_ds_IntIntMap_hasZeroValue = false; + --this$static.com_github_tommyettinger_ds_IntIntMap_size; + return this$static.com_github_tommyettinger_ds_IntIntMap_zeroValue; + } + return 0; + } + i = com_github_tommyettinger_ds_IntIntMap_$locateKey__Lcom_github_tommyettinger_ds_IntIntMap_2II(this$static, key); + if (i < 0) { + return 0; + } + keyTable = this$static.com_github_tommyettinger_ds_IntIntMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_IntIntMap_valueTable; + oldValue = valueTable[i]; + mask = this$static.com_github_tommyettinger_ds_IntIntMap_mask; + next = i + 1 & mask; + while ((rem = keyTable[next]) != 0) { + placement = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(rem, this$static.com_github_tommyettinger_ds_IntIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntIntMap_shift)); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = rem; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = 0; + --this$static.com_github_tommyettinger_ds_IntIntMap_size; + return oldValue; +} + +function com_github_tommyettinger_ds_IntIntMap_$replace__Lcom_github_tommyettinger_ds_IntIntMap_2III(this$static, key, value_0){ + var i, oldValue; + if (key == 0) { + if (this$static.com_github_tommyettinger_ds_IntIntMap_hasZeroValue) { + oldValue = this$static.com_github_tommyettinger_ds_IntIntMap_zeroValue; + this$static.com_github_tommyettinger_ds_IntIntMap_zeroValue = value_0; + return oldValue; + } + return 0; + } + i = com_github_tommyettinger_ds_IntIntMap_$locateKey__Lcom_github_tommyettinger_ds_IntIntMap_2II(this$static, key); + if (i >= 0) { + oldValue = this$static.com_github_tommyettinger_ds_IntIntMap_valueTable[i]; + this$static.com_github_tommyettinger_ds_IntIntMap_valueTable[i] = value_0; + return oldValue; + } + return 0; +} + +function com_github_tommyettinger_ds_IntIntMap_$resize__Lcom_github_tommyettinger_ds_IntIntMap_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable, oldValueTable; + oldCapacity = this$static.com_github_tommyettinger_ds_IntIntMap_keyTable.length; + this$static.com_github_tommyettinger_ds_IntIntMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_github_tommyettinger_ds_IntIntMap_loadFactor); + this$static.com_github_tommyettinger_ds_IntIntMap_mask = newSize - 1; + this$static.com_github_tommyettinger_ds_IntIntMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this$static.com_github_tommyettinger_ds_IntIntMap_mask); + this$static.com_github_tommyettinger_ds_IntIntMap_hashMultiplier = (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_GOOD_1MULTIPLIERS)[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_ds_IntIntMap_hashMultiplier, 48 + this$static.com_github_tommyettinger_ds_IntIntMap_shift)) & 511]; + oldKeyTable = this$static.com_github_tommyettinger_ds_IntIntMap_keyTable; + oldValueTable = this$static.com_github_tommyettinger_ds_IntIntMap_valueTable; + this$static.com_github_tommyettinger_ds_IntIntMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newSize, 15, 1); + this$static.com_github_tommyettinger_ds_IntIntMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newSize, 15, 1); + if (this$static.com_github_tommyettinger_ds_IntIntMap_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != 0 && com_github_tommyettinger_ds_IntIntMap_$putResize__Lcom_github_tommyettinger_ds_IntIntMap_2IIV(this$static, key, oldValueTable[i]); + } + } +} + +function com_github_tommyettinger_ds_IntIntMap_IntIntMap__IFV(initialCapacity, loadFactor){ + var tableSize; + if (loadFactor <= 0 || loadFactor > 1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_2407 + loadFactor)); + } + this.com_github_tommyettinger_ds_IntIntMap_loadFactor = loadFactor; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(initialCapacity, loadFactor); + this.com_github_tommyettinger_ds_IntIntMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(tableSize * loadFactor); + this.com_github_tommyettinger_ds_IntIntMap_mask = tableSize - 1; + this.com_github_tommyettinger_ds_IntIntMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this.com_github_tommyettinger_ds_IntIntMap_mask); + this.com_github_tommyettinger_ds_IntIntMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, tableSize, 15, 1); + this.com_github_tommyettinger_ds_IntIntMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, tableSize, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(452, 1, $intern_2413); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_IntIntMap_iterator__Ljava_util_Iterator_2(){ + return this.iterator__Lcom_github_tommyettinger_ds_IntIntMap$EntryIterator_2(); +} +; +_.entrySet__Lcom_github_tommyettinger_ds_IntIntMap$Entries_2 = function com_github_tommyettinger_ds_IntIntMap_entrySet__Lcom_github_tommyettinger_ds_IntIntMap$Entries_2(){ + if (!this.com_github_tommyettinger_ds_IntIntMap_entries1 || !this.com_github_tommyettinger_ds_IntIntMap_entries2) { + this.com_github_tommyettinger_ds_IntIntMap_entries1 = new com_github_tommyettinger_ds_IntIntMap$Entries_IntIntMap$Entries__Lcom_github_tommyettinger_ds_IntIntMap_2V(this); + this.com_github_tommyettinger_ds_IntIntMap_entries2 = new com_github_tommyettinger_ds_IntIntMap$Entries_IntIntMap$Entries__Lcom_github_tommyettinger_ds_IntIntMap_2V(this); + } + if (!this.com_github_tommyettinger_ds_IntIntMap_entries1.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid) { + this.com_github_tommyettinger_ds_IntIntMap_entries1.com_github_tommyettinger_ds_IntIntMap$Entries_iter.reset__V(); + this.com_github_tommyettinger_ds_IntIntMap_entries1.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_IntIntMap_entries2.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_IntIntMap_entries1; + } + this.com_github_tommyettinger_ds_IntIntMap_entries2.com_github_tommyettinger_ds_IntIntMap$Entries_iter.reset__V(); + this.com_github_tommyettinger_ds_IntIntMap_entries2.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_IntIntMap_entries1.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_IntIntMap_entries2; +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_IntIntMap_equals__Ljava_lang_Object_2Z(obj){ + var i, key, keyTable, n, other, value_0, valueTable; + if (obj === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 452)) { + return false; + } + other = obj; + if (other.com_github_tommyettinger_ds_IntIntMap_size != this.com_github_tommyettinger_ds_IntIntMap_size) { + return false; + } + if (other.com_github_tommyettinger_ds_IntIntMap_hasZeroValue != this.com_github_tommyettinger_ds_IntIntMap_hasZeroValue || other.com_github_tommyettinger_ds_IntIntMap_zeroValue != this.com_github_tommyettinger_ds_IntIntMap_zeroValue) { + return false; + } + keyTable = this.com_github_tommyettinger_ds_IntIntMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_IntIntMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != 0) { + value_0 = valueTable[i]; + if (value_0 != com_github_tommyettinger_ds_IntIntMap_$get__Lcom_github_tommyettinger_ds_IntIntMap_2II(other, key)) { + return false; + } + } + } + return true; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_IntIntMap_hashCode__I(){ + var h, i, key, keyTable, n, valueTable; + h = this.com_github_tommyettinger_ds_IntIntMap_hasZeroValue?this.com_github_tommyettinger_ds_IntIntMap_zeroValue ^ this.com_github_tommyettinger_ds_IntIntMap_size:this.com_github_tommyettinger_ds_IntIntMap_size; + keyTable = this.com_github_tommyettinger_ds_IntIntMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_IntIntMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != 0) { + h ^= key; + h ^= valueTable[i]; + } + } + return h; +} +; +_.iterator__Lcom_github_tommyettinger_ds_IntIntMap$EntryIterator_2 = function com_github_tommyettinger_ds_IntIntMap_iterator__Lcom_github_tommyettinger_ds_IntIntMap$EntryIterator_2(){ + return this.entrySet__Lcom_github_tommyettinger_ds_IntIntMap$Entries_2().com_github_tommyettinger_ds_IntIntMap$Entries_iter; +} +; +_.remove__II = function com_github_tommyettinger_ds_IntIntMap_remove__II(key){ + return com_github_tommyettinger_ds_IntIntMap_$remove__Lcom_github_tommyettinger_ds_IntIntMap_2II(this, key); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_IntIntMap_toString__Ljava_lang_String_2(){ + return this.toString__Ljava_lang_String_2ZLjava_lang_String_2($intern_15, true); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_github_tommyettinger_ds_IntIntMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, key, keyTable, value_0, valueTable; + if (this.com_github_tommyettinger_ds_IntIntMap_size == 0) { + return braces?$intern_649:''; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + if (this.com_github_tommyettinger_ds_IntIntMap_hasZeroValue) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((buffer.java_lang_AbstractStringBuilder_string += '0=' , buffer), this.com_github_tommyettinger_ds_IntIntMap_zeroValue); + this.com_github_tommyettinger_ds_IntIntMap_size > 1 && (buffer.java_lang_AbstractStringBuilder_string += separator , buffer); + } + keyTable = this.com_github_tommyettinger_ds_IntIntMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_IntIntMap_valueTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += key; + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += value_0; + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += separator; + buffer.java_lang_AbstractStringBuilder_string += key; + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += value_0; + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.com_github_tommyettinger_ds_IntIntMap_hasZeroValue = false; +_.com_github_tommyettinger_ds_IntIntMap_hashMultiplier = $intern_2405; +_.com_github_tommyettinger_ds_IntIntMap_loadFactor = 0; +_.com_github_tommyettinger_ds_IntIntMap_mask = 0; +_.com_github_tommyettinger_ds_IntIntMap_shift = 0; +_.com_github_tommyettinger_ds_IntIntMap_size = 0; +_.com_github_tommyettinger_ds_IntIntMap_threshold = 0; +_.com_github_tommyettinger_ds_IntIntMap_zeroValue = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntIntMap', 452, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_IntIntMap$Entries_IntIntMap$Entries__Lcom_github_tommyettinger_ds_IntIntMap_2V(map_0){ + this.com_github_tommyettinger_ds_IntIntMap$Entries_iter = new com_github_tommyettinger_ds_IntIntMap$EntryIterator_IntIntMap$EntryIterator__Lcom_github_tommyettinger_ds_IntIntMap_2V(map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(677, $intern_976, $intern_2412, com_github_tommyettinger_ds_IntIntMap$Entries_IntIntMap$Entries__Lcom_github_tommyettinger_ds_IntIntMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_IntIntMap$Entries_iterator__Ljava_util_Iterator_2(){ + return this.com_github_tommyettinger_ds_IntIntMap$Entries_iter; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_IntIntMap$Entries_hashCode__I(){ + var currentIdx, hc, hn, nextIdx; + currentIdx = this.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex; + nextIdx = this.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex; + hn = this.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext; + this.com_github_tommyettinger_ds_IntIntMap$Entries_iter.reset__V(); + hc = java_util_Collections_hashCode__Ljava_lang_Iterable_2I(this); + this.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex = currentIdx; + this.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex = nextIdx; + this.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext = hn; + return hc; +} +; +_.size__I = function com_github_tommyettinger_ds_IntIntMap$Entries_size__I(){ + return this.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap$Entries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntIntMap/Entries', 677, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function com_github_tommyettinger_ds_IntIntMap$Entry_IntIntMap$Entry__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(771, 1, {771:1}, com_github_tommyettinger_ds_IntIntMap$Entry_IntIntMap$Entry__V); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_IntIntMap$Entry_equals__Ljava_lang_Object_2Z(o){ + var entry; + if (this === o) { + return true; + } + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap$Entry_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) { + return false; + } + entry = o; + if (this.com_github_tommyettinger_ds_IntIntMap$Entry_key != entry.com_github_tommyettinger_ds_IntIntMap$Entry_key) { + return false; + } + return this.com_github_tommyettinger_ds_IntIntMap$Entry_value == entry.com_github_tommyettinger_ds_IntIntMap$Entry_value; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_IntIntMap$Entry_hashCode__I(){ + return this.com_github_tommyettinger_ds_IntIntMap$Entry_key * 31 + this.com_github_tommyettinger_ds_IntIntMap$Entry_value; +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_IntIntMap$Entry_toString__Ljava_lang_String_2(){ + return this.com_github_tommyettinger_ds_IntIntMap$Entry_key + '=' + this.com_github_tommyettinger_ds_IntIntMap$Entry_value; +} +; +_.com_github_tommyettinger_ds_IntIntMap$Entry_key = 0; +_.com_github_tommyettinger_ds_IntIntMap$Entry_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap$Entry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntIntMap/Entry', 771, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_IntIntMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_IntIntMap$MapIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_keyTable; + for (n = keyTable.length; ++this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex < n;) { + if (keyTable[this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex] != 0) { + this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext = true; + return; + } + } + this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext = false; +} + +function com_github_tommyettinger_ds_IntIntMap$MapIterator_$remove__Lcom_github_tommyettinger_ds_IntIntMap$MapIterator_2V(this$static){ + var i, key, keyTable, mask, next, placement, valueTable; + i = this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex; + if (i == -1 && this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_hasZeroValue) { + this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_hasZeroValue = false; + } + else if (i < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + else { + keyTable = this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_valueTable; + mask = this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != 0) { + placement = com_github_tommyettinger_ds_IntIntMap_$place__Lcom_github_tommyettinger_ds_IntIntMap_2II(this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_map, key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = 0; + i != this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex && --this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex; + } + this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex = -2; + --this$static.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_size; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1061, 1, {}); +_.reset__V = function com_github_tommyettinger_ds_IntIntMap$MapIterator_reset__V(){ + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex = -2; + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex = -1; + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_hasZeroValue?(this.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext = true):com_github_tommyettinger_ds_IntIntMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_IntIntMap$MapIterator_2V(this); +} +; +_.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex = 0; +_.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext = false; +_.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex = 0; +_.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap$MapIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntIntMap/MapIterator', 1061, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_IntIntMap$EntryIterator_IntIntMap$EntryIterator__Lcom_github_tommyettinger_ds_IntIntMap_2V(map_0){ + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_map = map_0; + this.reset__V(); + this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry = new com_github_tommyettinger_ds_IntIntMap$Entry_IntIntMap$Entry__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(770, 1061, $intern_119, com_github_tommyettinger_ds_IntIntMap$EntryIterator_IntIntMap$EntryIterator__Lcom_github_tommyettinger_ds_IntIntMap_2V); +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_IntIntMap$EntryIterator_next__Ljava_lang_Object_2(){ + return this.next__Lcom_github_tommyettinger_ds_IntIntMap$Entry_2(); +} +; +_.remove__V = function com_github_tommyettinger_ds_IntIntMap$EntryIterator_remove__V(){ + com_github_tommyettinger_ds_IntIntMap$MapIterator_$remove__Lcom_github_tommyettinger_ds_IntIntMap$MapIterator_2V(this); +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_IntIntMap$EntryIterator_hasNext__Z(){ + if (!this.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext; +} +; +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_IntIntMap$EntryIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Lcom_github_tommyettinger_ds_IntIntMap$Entry_2 = function com_github_tommyettinger_ds_IntIntMap$EntryIterator_next__Lcom_github_tommyettinger_ds_IntIntMap$Entry_2(){ + var keyTable; + if (!this.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + keyTable = this.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_keyTable; + if (this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex == -1) { + this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry.com_github_tommyettinger_ds_IntIntMap$Entry_key = 0; + this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry.com_github_tommyettinger_ds_IntIntMap$Entry_value = this.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_zeroValue; + } + else { + this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry.com_github_tommyettinger_ds_IntIntMap$Entry_key = keyTable[this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex]; + this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry.com_github_tommyettinger_ds_IntIntMap$Entry_value = this.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_valueTable[this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex]; + } + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex; + com_github_tommyettinger_ds_IntIntMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_IntIntMap$MapIterator_2V(this); + return this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap$EntryIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntIntMap/EntryIterator', 770, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap$MapIterator_12_1classLit); +function com_github_tommyettinger_ds_IntIntOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2Lcom_github_tommyettinger_ds_IntIntMap$Entries_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_IntIntMap_entries1 || !this$static.com_github_tommyettinger_ds_IntIntMap_entries2) { + this$static.com_github_tommyettinger_ds_IntIntMap_entries1 = new com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries_IntIntOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2V(this$static); + this$static.com_github_tommyettinger_ds_IntIntMap_entries2 = new com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries_IntIntOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_IntIntMap_entries1.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid) { + this$static.com_github_tommyettinger_ds_IntIntMap_entries1.com_github_tommyettinger_ds_IntIntMap$Entries_iter.reset__V(); + this$static.com_github_tommyettinger_ds_IntIntMap_entries1.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_IntIntMap_entries2.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_IntIntMap_entries1; + } + this$static.com_github_tommyettinger_ds_IntIntMap_entries2.com_github_tommyettinger_ds_IntIntMap$Entries_iter.reset__V(); + this$static.com_github_tommyettinger_ds_IntIntMap_entries2.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_IntIntMap_entries1.com_github_tommyettinger_ds_IntIntMap$Entries_iter.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_IntIntMap_entries2; +} + +function com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(this$static, key, value_0){ + var i, oldValue; + if (key == 0) { + oldValue = 0; + if (this$static.com_github_tommyettinger_ds_IntIntMap_hasZeroValue) { + oldValue = this$static.com_github_tommyettinger_ds_IntIntMap_zeroValue; + } + else { + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(this$static.com_github_tommyettinger_ds_IntIntOrderedMap_keys, 0); + ++this$static.com_github_tommyettinger_ds_IntIntMap_size; + } + this$static.com_github_tommyettinger_ds_IntIntMap_hasZeroValue = true; + this$static.com_github_tommyettinger_ds_IntIntMap_zeroValue = value_0; + return oldValue; + } + i = com_github_tommyettinger_ds_IntIntMap_$locateKey__Lcom_github_tommyettinger_ds_IntIntMap_2II(this$static, key); + if (i >= 0) { + oldValue = this$static.com_github_tommyettinger_ds_IntIntMap_valueTable[i]; + this$static.com_github_tommyettinger_ds_IntIntMap_valueTable[i] = value_0; + return oldValue; + } + i = ~i; + this$static.com_github_tommyettinger_ds_IntIntMap_keyTable[i] = key; + this$static.com_github_tommyettinger_ds_IntIntMap_valueTable[i] = value_0; + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(this$static.com_github_tommyettinger_ds_IntIntOrderedMap_keys, key); + ++this$static.com_github_tommyettinger_ds_IntIntMap_size >= this$static.com_github_tommyettinger_ds_IntIntMap_threshold && com_github_tommyettinger_ds_IntIntMap_$resize__Lcom_github_tommyettinger_ds_IntIntMap_2IV(this$static, this$static.com_github_tommyettinger_ds_IntIntMap_keyTable.length << 1); + return 0; +} + +function com_github_tommyettinger_ds_IntIntOrderedMap_$random__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2Ljava_util_Random_2I(this$static, rng){ + return com_github_tommyettinger_ds_IntList_$random__Lcom_github_tommyettinger_ds_IntList_2Ljava_util_Random_2I(this$static.com_github_tommyettinger_ds_IntIntOrderedMap_keys, rng); +} + +function com_github_tommyettinger_ds_IntIntOrderedMap_$remove__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2II(this$static, key){ + if (!com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(this$static, key)) { + return 0; + } + com_github_tommyettinger_ds_IntList_$remove__Lcom_github_tommyettinger_ds_IntList_2IZ(this$static.com_github_tommyettinger_ds_IntIntOrderedMap_keys, key); + return com_github_tommyettinger_ds_IntIntMap_$remove__Lcom_github_tommyettinger_ds_IntIntMap_2II(this$static, key); +} + +function com_github_tommyettinger_ds_IntIntOrderedMap_IntIntOrderedMap__IV(initialCapacity){ + com_github_tommyettinger_ds_IntIntMap_IntIntMap__IFV.call(this, initialCapacity, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_defaultLoadFactor)); + this.com_github_tommyettinger_ds_IntIntOrderedMap_keys = new com_github_tommyettinger_ds_IntList_IntList__IV(initialCapacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(768, 452, $intern_2413, com_github_tommyettinger_ds_IntIntOrderedMap_IntIntOrderedMap__IV); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_IntIntOrderedMap_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_IntIntOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2Lcom_github_tommyettinger_ds_IntIntMap$Entries_2(this).com_github_tommyettinger_ds_IntIntMap$Entries_iter; +} +; +_.entrySet__Lcom_github_tommyettinger_ds_IntIntMap$Entries_2 = function com_github_tommyettinger_ds_IntIntOrderedMap_entrySet__Lcom_github_tommyettinger_ds_IntIntMap$Entries_2(){ + return com_github_tommyettinger_ds_IntIntOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2Lcom_github_tommyettinger_ds_IntIntMap$Entries_2(this); +} +; +_.iterator__Lcom_github_tommyettinger_ds_IntIntMap$EntryIterator_2 = function com_github_tommyettinger_ds_IntIntOrderedMap_iterator__Lcom_github_tommyettinger_ds_IntIntMap$EntryIterator_2(){ + return com_github_tommyettinger_ds_IntIntOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2Lcom_github_tommyettinger_ds_IntIntMap$Entries_2(this).com_github_tommyettinger_ds_IntIntMap$Entries_iter; +} +; +_.remove__II = function com_github_tommyettinger_ds_IntIntOrderedMap_remove__II(key){ + return com_github_tommyettinger_ds_IntIntOrderedMap_$remove__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2II(this, key); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_github_tommyettinger_ds_IntIntOrderedMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, key, keys_0, n, value_0; + if (this.com_github_tommyettinger_ds_IntIntMap_size == 0) { + return braces?$intern_649:''; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + keys_0 = this.com_github_tommyettinger_ds_IntIntOrderedMap_keys; + for (i = 0 , n = keys_0.com_github_tommyettinger_ds_IntList_size; i < n; i++) { + key = com_github_tommyettinger_ds_IntList_$get__Lcom_github_tommyettinger_ds_IntList_2II(keys_0, i); + i > 0 && (buffer.java_lang_AbstractStringBuilder_string += separator , buffer); + buffer.java_lang_AbstractStringBuilder_string += key; + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = com_github_tommyettinger_ds_IntIntMap_$get__Lcom_github_tommyettinger_ds_IntIntMap_2II(this, key); + buffer.java_lang_AbstractStringBuilder_string += value_0; + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntOrderedMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntIntOrderedMap', 768, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap_12_1classLit); +function com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries_IntIntOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2V(map_0){ + com_github_tommyettinger_ds_IntIntMap$Entries_IntIntMap$Entries__Lcom_github_tommyettinger_ds_IntIntMap_2V.call(this, map_0); + this.com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries_keys = map_0.com_github_tommyettinger_ds_IntIntOrderedMap_keys; + this.com_github_tommyettinger_ds_IntIntMap$Entries_iter = new com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries$1_IntIntOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_IntIntMap_2V(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(769, 677, $intern_2412, com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries_IntIntOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntOrderedMap$OrderedMapEntries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntIntOrderedMap/OrderedMapEntries', 769, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap$Entries_12_1classLit); +function com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries$1_IntIntOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_IntIntMap_2V(this$1, $anonymous0){ + this.com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries$1_this$11 = this$1; + com_github_tommyettinger_ds_IntIntMap$EntryIterator_IntIntMap$EntryIterator__Lcom_github_tommyettinger_ds_IntIntMap_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_969, 770, $intern_119, com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries$1_IntIntOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_IntIntMap_2V); +_.next__Lcom_github_tommyettinger_ds_IntIntMap$Entry_2 = function com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries$1_next__Lcom_github_tommyettinger_ds_IntIntMap$Entry_2(){ + if (!this.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_IntIntMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry.com_github_tommyettinger_ds_IntIntMap$Entry_key = com_github_tommyettinger_ds_IntList_$get__Lcom_github_tommyettinger_ds_IntList_2II(this.com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries$1_this$11.com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries_keys, this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex); + this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry.com_github_tommyettinger_ds_IntIntMap$Entry_value = com_github_tommyettinger_ds_IntIntMap_$get__Lcom_github_tommyettinger_ds_IntIntMap_2II(this.com_github_tommyettinger_ds_IntIntMap$MapIterator_map, this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry.com_github_tommyettinger_ds_IntIntMap$Entry_key); + ++this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex < this.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_size; + return this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry; +} +; +_.remove__V = function com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries$1_remove__V(){ + if (this.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.remove__II(this.com_github_tommyettinger_ds_IntIntMap$EntryIterator_entry.com_github_tommyettinger_ds_IntIntMap$Entry_key); + --this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_github_tommyettinger_ds_IntIntOrderedMap$OrderedMapEntries$1_reset__V(){ + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_nextIndex = 0; + this.com_github_tommyettinger_ds_IntIntMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_IntIntMap$MapIterator_map.com_github_tommyettinger_ds_IntIntMap_size > 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntOrderedMap$OrderedMapEntries$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntIntOrderedMap/OrderedMapEntries/1', $intern_969, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntIntMap$EntryIterator_12_1classLit); +function com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(this$static, value_0){ + var items; + items = this$static.com_github_tommyettinger_ds_IntList_items; + this$static.com_github_tommyettinger_ds_IntList_size == items.length && (items = com_github_tommyettinger_ds_IntList_$resize__Lcom_github_tommyettinger_ds_IntList_2I_3I(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_github_tommyettinger_ds_IntList_size * $intern_636)))); + items[this$static.com_github_tommyettinger_ds_IntList_size++] = value_0; + return true; +} + +function com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IIV(this$static, value1){ + var items; + items = this$static.com_github_tommyettinger_ds_IntList_items; + this$static.com_github_tommyettinger_ds_IntList_size + 1 >= items.length && (items = com_github_tommyettinger_ds_IntList_$resize__Lcom_github_tommyettinger_ds_IntList_2I_3I(this$static, $wnd.Math.max(8, com_google_gwt_lang_Cast_round_1int__DI(this$static.com_github_tommyettinger_ds_IntList_size * $intern_636)))); + items[this$static.com_github_tommyettinger_ds_IntList_size] = value1; + items[this$static.com_github_tommyettinger_ds_IntList_size + 1] = 1; + this$static.com_github_tommyettinger_ds_IntList_size += 2; +} + +function com_github_tommyettinger_ds_IntList_$get__Lcom_github_tommyettinger_ds_IntList_2II(this$static, index_0){ + if (index_0 >= this$static.com_github_tommyettinger_ds_IntList_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_github_tommyettinger_ds_IntList_size)); + } + return this$static.com_github_tommyettinger_ds_IntList_items[index_0]; +} + +function com_github_tommyettinger_ds_IntList_$iterator__Lcom_github_tommyettinger_ds_IntList_2Lcom_github_tommyettinger_ds_IntList$IntListIterator_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_IntList_iterator1 || !this$static.com_github_tommyettinger_ds_IntList_iterator2) { + this$static.com_github_tommyettinger_ds_IntList_iterator1 = new com_github_tommyettinger_ds_IntList$IntListIterator_IntList$IntListIterator__Lcom_github_tommyettinger_ds_IntList_2V(this$static); + this$static.com_github_tommyettinger_ds_IntList_iterator2 = new com_github_tommyettinger_ds_IntList$IntListIterator_IntList$IntListIterator__Lcom_github_tommyettinger_ds_IntList_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_IntList_iterator1.com_github_tommyettinger_ds_IntList$IntListIterator_valid) { + com_github_tommyettinger_ds_IntList$IntListIterator_$reset__Lcom_github_tommyettinger_ds_IntList$IntListIterator_2V(this$static.com_github_tommyettinger_ds_IntList_iterator1); + this$static.com_github_tommyettinger_ds_IntList_iterator1.com_github_tommyettinger_ds_IntList$IntListIterator_valid = true; + this$static.com_github_tommyettinger_ds_IntList_iterator2.com_github_tommyettinger_ds_IntList$IntListIterator_valid = false; + return this$static.com_github_tommyettinger_ds_IntList_iterator1; + } + com_github_tommyettinger_ds_IntList$IntListIterator_$reset__Lcom_github_tommyettinger_ds_IntList$IntListIterator_2V(this$static.com_github_tommyettinger_ds_IntList_iterator2); + this$static.com_github_tommyettinger_ds_IntList_iterator2.com_github_tommyettinger_ds_IntList$IntListIterator_valid = true; + this$static.com_github_tommyettinger_ds_IntList_iterator1.com_github_tommyettinger_ds_IntList$IntListIterator_valid = false; + return this$static.com_github_tommyettinger_ds_IntList_iterator2; +} + +function com_github_tommyettinger_ds_IntList_$pop__Lcom_github_tommyettinger_ds_IntList_2I(this$static){ + if (this$static.com_github_tommyettinger_ds_IntList_size == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V('IntList is empty.')); + } + return this$static.com_github_tommyettinger_ds_IntList_items[--this$static.com_github_tommyettinger_ds_IntList_size]; +} + +function com_github_tommyettinger_ds_IntList_$random__Lcom_github_tommyettinger_ds_IntList_2Ljava_util_Random_2I(this$static, random){ + if (this$static.com_github_tommyettinger_ds_IntList_size == 0) { + return 0; + } + return this$static.com_github_tommyettinger_ds_IntList_items[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(random, this$static.com_github_tommyettinger_ds_IntList_size)]; +} + +function com_github_tommyettinger_ds_IntList_$remove__Lcom_github_tommyettinger_ds_IntList_2IZ(this$static, value_0){ + var i, items, n; + items = this$static.com_github_tommyettinger_ds_IntList_items; + for (i = 0 , n = this$static.com_github_tommyettinger_ds_IntList_size; i < n; i++) { + if (items[i] == value_0) { + com_github_tommyettinger_ds_IntList_$removeAt__Lcom_github_tommyettinger_ds_IntList_2II(this$static, i); + return true; + } + } + return false; +} + +function com_github_tommyettinger_ds_IntList_$removeAt__Lcom_github_tommyettinger_ds_IntList_2II(this$static, index_0){ + var items, value_0; + if (index_0 >= this$static.com_github_tommyettinger_ds_IntList_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_github_tommyettinger_ds_IntList_size)); + } + items = this$static.com_github_tommyettinger_ds_IntList_items; + value_0 = items[index_0]; + --this$static.com_github_tommyettinger_ds_IntList_size; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, index_0 + 1, items, index_0, this$static.com_github_tommyettinger_ds_IntList_size - index_0); + return value_0; +} + +function com_github_tommyettinger_ds_IntList_$resize__Lcom_github_tommyettinger_ds_IntList_2I_3I(this$static, newSize){ + var items, newItems; + newItems = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newSize, 15, 1); + items = this$static.com_github_tommyettinger_ds_IntList_items; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(items, 0, newItems, 0, $wnd.Math.min(this$static.com_github_tommyettinger_ds_IntList_size, newItems.length)); + this$static.com_github_tommyettinger_ds_IntList_items = newItems; + return newItems; +} + +function com_github_tommyettinger_ds_IntList_$set__Lcom_github_tommyettinger_ds_IntList_2IIV(this$static, index_0, value_0){ + if (index_0 >= this$static.com_github_tommyettinger_ds_IntList_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_github_tommyettinger_ds_IntList_size)); + } + this$static.com_github_tommyettinger_ds_IntList_items[index_0] = value_0; +} + +function com_github_tommyettinger_ds_IntList_IntList__IV(capacity){ + this.com_github_tommyettinger_ds_IntList_items = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, capacity, 15, 1); +} + +function com_github_tommyettinger_ds_IntList_IntList__Lcom_github_tommyettinger_ds_IntList_2V(list){ + this.com_github_tommyettinger_ds_IntList_size = list.com_github_tommyettinger_ds_IntList_size; + this.com_github_tommyettinger_ds_IntList_items = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this.com_github_tommyettinger_ds_IntList_size, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(list.com_github_tommyettinger_ds_IntList_items, 0, this.com_github_tommyettinger_ds_IntList_items, 0, this.com_github_tommyettinger_ds_IntList_size); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(175, 1, {175:1}, com_github_tommyettinger_ds_IntList_IntList__IV, com_github_tommyettinger_ds_IntList_IntList__Lcom_github_tommyettinger_ds_IntList_2V); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_IntList_equals__Ljava_lang_Object_2Z(object){ + var i, items1, items2, list, n; + if (object === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(object, 175)) { + return false; + } + list = object; + n = this.com_github_tommyettinger_ds_IntList_size; + if (n != list.com_github_tommyettinger_ds_IntList_size) { + return false; + } + items1 = this.com_github_tommyettinger_ds_IntList_items; + items2 = list.com_github_tommyettinger_ds_IntList_items; + for (i = 0; i < n; i++) { + if (items1[i] != items2[i]) { + return false; + } + } + return true; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_IntList_hashCode__I(){ + var h, i, items, n; + items = this.com_github_tommyettinger_ds_IntList_items; + h = 1; + for (i = 0 , n = this.com_github_tommyettinger_ds_IntList_size; i < n; i++) { + h = h * 31 + items[i]; + } + return h; +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_IntList_toString__Ljava_lang_String_2(){ + var buffer, i, items; + if (this.com_github_tommyettinger_ds_IntList_size == 0) { + return $intern_6; + } + items = this.com_github_tommyettinger_ds_IntList_items; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + buffer.java_lang_AbstractStringBuilder_string += '['; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(buffer, items[0]); + for (i = 1; i < this.com_github_tommyettinger_ds_IntList_size; i++) { + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(buffer, items[i]); + } + buffer.java_lang_AbstractStringBuilder_string += ']'; + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.com_github_tommyettinger_ds_IntList_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntList', 175, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_IntList$IntListIterator_$hasNext__Lcom_github_tommyettinger_ds_IntList$IntListIterator_2Z(this$static){ + if (!this$static.com_github_tommyettinger_ds_IntList$IntListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this$static.com_github_tommyettinger_ds_IntList$IntListIterator_index < this$static.com_github_tommyettinger_ds_IntList$IntListIterator_list.com_github_tommyettinger_ds_IntList_size; +} + +function com_github_tommyettinger_ds_IntList$IntListIterator_$nextInt__Lcom_github_tommyettinger_ds_IntList$IntListIterator_2I(this$static){ + if (!this$static.com_github_tommyettinger_ds_IntList$IntListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this$static.com_github_tommyettinger_ds_IntList$IntListIterator_index >= this$static.com_github_tommyettinger_ds_IntList$IntListIterator_list.com_github_tommyettinger_ds_IntList_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + return com_github_tommyettinger_ds_IntList_$get__Lcom_github_tommyettinger_ds_IntList_2II(this$static.com_github_tommyettinger_ds_IntList$IntListIterator_list, this$static.com_github_tommyettinger_ds_IntList$IntListIterator_latest = this$static.com_github_tommyettinger_ds_IntList$IntListIterator_index++); +} + +function com_github_tommyettinger_ds_IntList$IntListIterator_$reset__Lcom_github_tommyettinger_ds_IntList$IntListIterator_2V(this$static){ + this$static.com_github_tommyettinger_ds_IntList$IntListIterator_index = 0; + this$static.com_github_tommyettinger_ds_IntList$IntListIterator_latest = -1; +} + +function com_github_tommyettinger_ds_IntList$IntListIterator_IntList$IntListIterator__Lcom_github_tommyettinger_ds_IntList_2V(list){ + this.com_github_tommyettinger_ds_IntList$IntListIterator_list = list; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(709, 1, $intern_704, com_github_tommyettinger_ds_IntList$IntListIterator_IntList$IntListIterator__Lcom_github_tommyettinger_ds_IntList_2V); +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_IntList$IntListIterator_next__Ljava_lang_Object_2(){ + return java_lang_Integer_valueOf__ILjava_lang_Integer_2(com_github_tommyettinger_ds_IntList$IntListIterator_$nextInt__Lcom_github_tommyettinger_ds_IntList$IntListIterator_2I(this)); +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_IntList$IntListIterator_hasNext__Z(){ + return com_github_tommyettinger_ds_IntList$IntListIterator_$hasNext__Lcom_github_tommyettinger_ds_IntList$IntListIterator_2Z(this); +} +; +_.remove__V = function com_github_tommyettinger_ds_IntList$IntListIterator_remove__V(){ + if (!this.com_github_tommyettinger_ds_IntList$IntListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this.com_github_tommyettinger_ds_IntList$IntListIterator_latest == -1 || this.com_github_tommyettinger_ds_IntList$IntListIterator_latest >= this.com_github_tommyettinger_ds_IntList$IntListIterator_list.com_github_tommyettinger_ds_IntList_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + com_github_tommyettinger_ds_IntList_$removeAt__Lcom_github_tommyettinger_ds_IntList_2II(this.com_github_tommyettinger_ds_IntList$IntListIterator_list, this.com_github_tommyettinger_ds_IntList$IntListIterator_latest); + this.com_github_tommyettinger_ds_IntList$IntListIterator_index = this.com_github_tommyettinger_ds_IntList$IntListIterator_latest; + this.com_github_tommyettinger_ds_IntList$IntListIterator_latest = -1; +} +; +_.com_github_tommyettinger_ds_IntList$IntListIterator_index = 0; +_.com_github_tommyettinger_ds_IntList$IntListIterator_latest = -1; +_.com_github_tommyettinger_ds_IntList$IntListIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntList$IntListIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntList/IntListIterator', 709, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_IntObjectMap_$entrySet__Lcom_github_tommyettinger_ds_IntObjectMap_2Lcom_github_tommyettinger_ds_IntObjectMap$Entries_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_IntObjectMap_entries1 || !this$static.com_github_tommyettinger_ds_IntObjectMap_entries2) { + this$static.com_github_tommyettinger_ds_IntObjectMap_entries1 = new com_github_tommyettinger_ds_IntObjectMap$Entries_IntObjectMap$Entries__Lcom_github_tommyettinger_ds_IntObjectMap_2V(this$static); + this$static.com_github_tommyettinger_ds_IntObjectMap_entries2 = new com_github_tommyettinger_ds_IntObjectMap$Entries_IntObjectMap$Entries__Lcom_github_tommyettinger_ds_IntObjectMap_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_IntObjectMap_entries1.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_valid) { + com_github_tommyettinger_ds_IntObjectMap$MapIterator_$reset__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this$static.com_github_tommyettinger_ds_IntObjectMap_entries1.com_github_tommyettinger_ds_IntObjectMap$Entries_iter); + this$static.com_github_tommyettinger_ds_IntObjectMap_entries1.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_IntObjectMap_entries2.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_IntObjectMap_entries1; + } + com_github_tommyettinger_ds_IntObjectMap$MapIterator_$reset__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this$static.com_github_tommyettinger_ds_IntObjectMap_entries2.com_github_tommyettinger_ds_IntObjectMap$Entries_iter); + this$static.com_github_tommyettinger_ds_IntObjectMap_entries2.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_IntObjectMap_entries1.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_IntObjectMap_entries2; +} + +function com_github_tommyettinger_ds_IntObjectMap_$get__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2(this$static, key){ + var i, keyTable, other; + if (key == 0) { + return this$static.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue?this$static.com_github_tommyettinger_ds_IntObjectMap_zeroValue:null; + } + keyTable = this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, this$static.com_github_tommyettinger_ds_IntObjectMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntObjectMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_IntObjectMap_mask) { + other = keyTable[i]; + if (other == 0) + return null; + if (other == key) + return this$static.com_github_tommyettinger_ds_IntObjectMap_valueTable[i]; + } +} + +function com_github_tommyettinger_ds_IntObjectMap_$getOrDefault__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static, key, defaultValue){ + var i, keyTable, other; + if (key == 0) { + return this$static.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue?this$static.com_github_tommyettinger_ds_IntObjectMap_zeroValue:defaultValue; + } + keyTable = this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, this$static.com_github_tommyettinger_ds_IntObjectMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntObjectMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_IntObjectMap_mask) { + other = keyTable[i]; + if (other == 0) + return defaultValue; + if (other == key) + return this$static.com_github_tommyettinger_ds_IntObjectMap_valueTable[i]; + } +} + +function com_github_tommyettinger_ds_IntObjectMap_$locateKey__Lcom_github_tommyettinger_ds_IntObjectMap_2II(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, this$static.com_github_tommyettinger_ds_IntObjectMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntObjectMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_IntObjectMap_mask) { + other = keyTable[i]; + if (other == 0) { + return ~i; + } + if (other == key) { + return i; + } + } +} + +function com_github_tommyettinger_ds_IntObjectMap_$place__Lcom_github_tommyettinger_ds_IntObjectMap_2II(this$static, item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(item_0, this$static.com_github_tommyettinger_ds_IntObjectMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntObjectMap_shift)); +} + +function com_github_tommyettinger_ds_IntObjectMap_$put__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + var i, oldValue; + if (key == 0) { + oldValue = null; + this$static.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue?(oldValue = this$static.com_github_tommyettinger_ds_IntObjectMap_zeroValue):++this$static.com_github_tommyettinger_ds_IntObjectMap_size; + this$static.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue = true; + this$static.com_github_tommyettinger_ds_IntObjectMap_zeroValue = value_0; + return oldValue; + } + i = com_github_tommyettinger_ds_IntObjectMap_$locateKey__Lcom_github_tommyettinger_ds_IntObjectMap_2II(this$static, key); + if (i >= 0) { + oldValue = this$static.com_github_tommyettinger_ds_IntObjectMap_valueTable[i]; + this$static.com_github_tommyettinger_ds_IntObjectMap_valueTable[i] = value_0; + return oldValue; + } + i = ~i; + this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable[i] = key; + this$static.com_github_tommyettinger_ds_IntObjectMap_valueTable[i] = value_0; + ++this$static.com_github_tommyettinger_ds_IntObjectMap_size >= this$static.com_github_tommyettinger_ds_IntObjectMap_threshold && com_github_tommyettinger_ds_IntObjectMap_$resize__Lcom_github_tommyettinger_ds_IntObjectMap_2IV(this$static, this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable.length << 1); + return null; +} + +function com_github_tommyettinger_ds_IntObjectMap_$putResize__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2V(this$static, key, value_0){ + var i, keyTable; + keyTable = this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, this$static.com_github_tommyettinger_ds_IntObjectMap_hashMultiplier), this$static.com_github_tommyettinger_ds_IntObjectMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_IntObjectMap_mask) { + if (keyTable[i] == 0) { + keyTable[i] = key; + this$static.com_github_tommyettinger_ds_IntObjectMap_valueTable[i] = value_0; + return; + } + } +} + +function com_github_tommyettinger_ds_IntObjectMap_$resize__Lcom_github_tommyettinger_ds_IntObjectMap_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable, oldValueTable; + oldCapacity = this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable.length; + this$static.com_github_tommyettinger_ds_IntObjectMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_github_tommyettinger_ds_IntObjectMap_loadFactor); + this$static.com_github_tommyettinger_ds_IntObjectMap_mask = newSize - 1; + this$static.com_github_tommyettinger_ds_IntObjectMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this$static.com_github_tommyettinger_ds_IntObjectMap_mask); + this$static.com_github_tommyettinger_ds_IntObjectMap_hashMultiplier = (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_GOOD_1MULTIPLIERS)[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_ds_IntObjectMap_hashMultiplier, 48 + this$static.com_github_tommyettinger_ds_IntObjectMap_shift)) & 511]; + oldKeyTable = this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable; + oldValueTable = this$static.com_github_tommyettinger_ds_IntObjectMap_valueTable; + this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newSize, 15, 1); + this$static.com_github_tommyettinger_ds_IntObjectMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + if (this$static.com_github_tommyettinger_ds_IntObjectMap_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != 0 && com_github_tommyettinger_ds_IntObjectMap_$putResize__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2V(this$static, key, oldValueTable[i]); + } + } +} + +function com_github_tommyettinger_ds_IntObjectMap_$toString__Lcom_github_tommyettinger_ds_IntObjectMap_2Ljava_lang_String_2ZLjava_lang_String_2(this$static){ + var buffer, i, key, keyTable, value_0, valueTable; + if (this$static.com_github_tommyettinger_ds_IntObjectMap_size == 0) { + return $intern_649; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + buffer.java_lang_AbstractStringBuilder_string += '{'; + if (this$static.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2((buffer.java_lang_AbstractStringBuilder_string += '0=' , buffer), this$static.com_github_tommyettinger_ds_IntObjectMap_zeroValue); + this$static.com_github_tommyettinger_ds_IntObjectMap_size > 1 && (buffer.java_lang_AbstractStringBuilder_string += $intern_15 , buffer); + } + keyTable = this$static.com_github_tommyettinger_ds_IntObjectMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_IntObjectMap_valueTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += key; + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += '' + value_0; + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + buffer.java_lang_AbstractStringBuilder_string += key; + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += '' + value_0; + } + buffer.java_lang_AbstractStringBuilder_string += '}'; + return buffer.java_lang_AbstractStringBuilder_string; +} + +function com_github_tommyettinger_ds_IntObjectMap_IntObjectMap__IV(){ + com_github_tommyettinger_ds_IntObjectMap_IntObjectMap__IFV.call(this, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_defaultLoadFactor)); +} + +function com_github_tommyettinger_ds_IntObjectMap_IntObjectMap__IFV(loadFactor){ + var tableSize; + if (loadFactor <= 0 || loadFactor > 1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_2407 + loadFactor)); + } + this.com_github_tommyettinger_ds_IntObjectMap_loadFactor = loadFactor; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(64, loadFactor); + this.com_github_tommyettinger_ds_IntObjectMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(tableSize * loadFactor); + this.com_github_tommyettinger_ds_IntObjectMap_mask = tableSize - 1; + this.com_github_tommyettinger_ds_IntObjectMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this.com_github_tommyettinger_ds_IntObjectMap_mask); + this.com_github_tommyettinger_ds_IntObjectMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, tableSize, 15, 1); + this.com_github_tommyettinger_ds_IntObjectMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(516, 1, {516:1, 29:1}, com_github_tommyettinger_ds_IntObjectMap_IntObjectMap__IV); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_IntObjectMap_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_IntObjectMap_$entrySet__Lcom_github_tommyettinger_ds_IntObjectMap_2Lcom_github_tommyettinger_ds_IntObjectMap$Entries_2(this).com_github_tommyettinger_ds_IntObjectMap$Entries_iter; +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_IntObjectMap_equals__Ljava_lang_Object_2Z(obj){ + var i, key, keyTable, n, other, value_0, valueTable; + if (obj === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 516)) { + return false; + } + other = obj; + if (other.com_github_tommyettinger_ds_IntObjectMap_size != this.com_github_tommyettinger_ds_IntObjectMap_size) { + return false; + } + if (other.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue != this.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue || !java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(other.com_github_tommyettinger_ds_IntObjectMap_zeroValue, this.com_github_tommyettinger_ds_IntObjectMap_zeroValue)) { + return false; + } + keyTable = this.com_github_tommyettinger_ds_IntObjectMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_IntObjectMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != 0) { + value_0 = valueTable[i]; + if (value_0 == null) { + if (com_github_tommyettinger_ds_IntObjectMap_$getOrDefault__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2Ljava_lang_Object_2(other, key, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_neverIdentical)) != null) { + return false; + } + } + else { + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, com_github_tommyettinger_ds_IntObjectMap_$get__Lcom_github_tommyettinger_ds_IntObjectMap_2ILjava_lang_Object_2(other, key))) { + return false; + } + } + } + } + return true; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_IntObjectMap_hashCode__I(){ + var h, i, key, keyTable, n, v, valueTable; + h = this.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue && !!this.com_github_tommyettinger_ds_IntObjectMap_zeroValue?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.com_github_tommyettinger_ds_IntObjectMap_zeroValue) ^ this.com_github_tommyettinger_ds_IntObjectMap_size:this.com_github_tommyettinger_ds_IntObjectMap_size; + keyTable = this.com_github_tommyettinger_ds_IntObjectMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_IntObjectMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != 0) { + h ^= key; + v = valueTable[i]; + v != null && (h ^= java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(v)); + } + } + return h; +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_IntObjectMap_toString__Ljava_lang_String_2(){ + return com_github_tommyettinger_ds_IntObjectMap_$toString__Lcom_github_tommyettinger_ds_IntObjectMap_2Ljava_lang_String_2ZLjava_lang_String_2(this); +} +; +_.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue = false; +_.com_github_tommyettinger_ds_IntObjectMap_hashMultiplier = $intern_2405; +_.com_github_tommyettinger_ds_IntObjectMap_loadFactor = 0; +_.com_github_tommyettinger_ds_IntObjectMap_mask = 0; +_.com_github_tommyettinger_ds_IntObjectMap_shift = 0; +_.com_github_tommyettinger_ds_IntObjectMap_size = 0; +_.com_github_tommyettinger_ds_IntObjectMap_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntObjectMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntObjectMap', 516, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_IntObjectMap$Entries_IntObjectMap$Entries__Lcom_github_tommyettinger_ds_IntObjectMap_2V(map_0){ + this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter = new com_github_tommyettinger_ds_IntObjectMap$EntryIterator_IntObjectMap$EntryIterator__Lcom_github_tommyettinger_ds_IntObjectMap_2V(map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(740, $intern_976, $intern_2412, com_github_tommyettinger_ds_IntObjectMap$Entries_IntObjectMap$Entries__Lcom_github_tommyettinger_ds_IntObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_IntObjectMap$Entries_iterator__Ljava_util_Iterator_2(){ + return this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_IntObjectMap$Entries_hashCode__I(){ + var currentIdx, hc, hn, nextIdx; + currentIdx = this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_currentIndex; + nextIdx = this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex; + hn = this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_hasNext; + com_github_tommyettinger_ds_IntObjectMap$MapIterator_$reset__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter); + hc = java_util_Collections_hashCode__Ljava_lang_Iterable_2I(this); + this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_currentIndex = currentIdx; + this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex = nextIdx; + this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_hasNext = hn; + return hc; +} +; +_.size__I = function com_github_tommyettinger_ds_IntObjectMap$Entries_size__I(){ + return this.com_github_tommyettinger_ds_IntObjectMap$Entries_iter.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntObjectMap$Entries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntObjectMap/Entries', 740, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function com_github_tommyettinger_ds_IntObjectMap$Entry_IntObjectMap$Entry__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(739, 1, {739:1}, com_github_tommyettinger_ds_IntObjectMap$Entry_IntObjectMap$Entry__V); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_IntObjectMap$Entry_equals__Ljava_lang_Object_2Z(o){ + var entry; + if (this === o) { + return true; + } + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntObjectMap$Entry_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) { + return false; + } + entry = o; + if (this.com_github_tommyettinger_ds_IntObjectMap$Entry_key != entry.com_github_tommyettinger_ds_IntObjectMap$Entry_key) { + return false; + } + return java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_tommyettinger_ds_IntObjectMap$Entry_value, entry.com_github_tommyettinger_ds_IntObjectMap$Entry_value); +} +; +_.hashCode__I = function com_github_tommyettinger_ds_IntObjectMap$Entry_hashCode__I(){ + return this.com_github_tommyettinger_ds_IntObjectMap$Entry_value == null?this.com_github_tommyettinger_ds_IntObjectMap$Entry_key:this.com_github_tommyettinger_ds_IntObjectMap$Entry_key ^ java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.com_github_tommyettinger_ds_IntObjectMap$Entry_value); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_IntObjectMap$Entry_toString__Ljava_lang_String_2(){ + return this.com_github_tommyettinger_ds_IntObjectMap$Entry_key + '=' + this.com_github_tommyettinger_ds_IntObjectMap$Entry_value; +} +; +_.com_github_tommyettinger_ds_IntObjectMap$Entry_key = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntObjectMap$Entry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntObjectMap/Entry', 739, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_IntObjectMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_keyTable; + for (n = keyTable.length; ++this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex < n;) { + if (keyTable[this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex] != 0) { + this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_hasNext = true; + return; + } + } + this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_hasNext = false; +} + +function com_github_tommyettinger_ds_IntObjectMap$MapIterator_$remove__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this$static){ + var i, key, keyTable, mask, next, placement, valueTable; + i = this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_currentIndex; + if (i == -1 && this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue) { + this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue = false; + this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_zeroValue = null; + } + else if (i < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + else { + keyTable = this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_valueTable; + mask = this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != 0) { + placement = com_github_tommyettinger_ds_IntObjectMap_$place__Lcom_github_tommyettinger_ds_IntObjectMap_2II(this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map, key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = 0; + valueTable[i] = null; + i != this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_currentIndex && --this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex; + } + this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_currentIndex = -2; + --this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_size; +} + +function com_github_tommyettinger_ds_IntObjectMap$MapIterator_$reset__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this$static){ + this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_currentIndex = -2; + this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex = -1; + this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_hasZeroValue?(this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_hasNext = true):com_github_tommyettinger_ds_IntObjectMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this$static); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(967, 1, {}); +_.com_github_tommyettinger_ds_IntObjectMap$MapIterator_currentIndex = 0; +_.com_github_tommyettinger_ds_IntObjectMap$MapIterator_hasNext = false; +_.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex = 0; +_.com_github_tommyettinger_ds_IntObjectMap$MapIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntObjectMap$MapIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntObjectMap/MapIterator', 967, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_IntObjectMap$EntryIterator_$next__Lcom_github_tommyettinger_ds_IntObjectMap$EntryIterator_2Lcom_github_tommyettinger_ds_IntObjectMap$Entry_2(this$static){ + var keyTable; + if (!this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + keyTable = this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_keyTable; + if (this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex == -1) { + this$static.com_github_tommyettinger_ds_IntObjectMap$EntryIterator_entry.com_github_tommyettinger_ds_IntObjectMap$Entry_key = 0; + this$static.com_github_tommyettinger_ds_IntObjectMap$EntryIterator_entry.com_github_tommyettinger_ds_IntObjectMap$Entry_value = this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_zeroValue; + } + else { + this$static.com_github_tommyettinger_ds_IntObjectMap$EntryIterator_entry.com_github_tommyettinger_ds_IntObjectMap$Entry_key = keyTable[this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex]; + this$static.com_github_tommyettinger_ds_IntObjectMap$EntryIterator_entry.com_github_tommyettinger_ds_IntObjectMap$Entry_value = this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map.com_github_tommyettinger_ds_IntObjectMap_valueTable[this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex]; + } + this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_currentIndex = this$static.com_github_tommyettinger_ds_IntObjectMap$MapIterator_nextIndex; + com_github_tommyettinger_ds_IntObjectMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this$static); + return this$static.com_github_tommyettinger_ds_IntObjectMap$EntryIterator_entry; +} + +function com_github_tommyettinger_ds_IntObjectMap$EntryIterator_IntObjectMap$EntryIterator__Lcom_github_tommyettinger_ds_IntObjectMap_2V(map_0){ + this.com_github_tommyettinger_ds_IntObjectMap$MapIterator_map = map_0; + com_github_tommyettinger_ds_IntObjectMap$MapIterator_$reset__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this); + this.com_github_tommyettinger_ds_IntObjectMap$EntryIterator_entry = new com_github_tommyettinger_ds_IntObjectMap$Entry_IntObjectMap$Entry__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(968, 967, $intern_119, com_github_tommyettinger_ds_IntObjectMap$EntryIterator_IntObjectMap$EntryIterator__Lcom_github_tommyettinger_ds_IntObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_IntObjectMap$EntryIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_IntObjectMap$EntryIterator_next__Ljava_lang_Object_2(){ + return com_github_tommyettinger_ds_IntObjectMap$EntryIterator_$next__Lcom_github_tommyettinger_ds_IntObjectMap$EntryIterator_2Lcom_github_tommyettinger_ds_IntObjectMap$Entry_2(this); +} +; +_.remove__V = function com_github_tommyettinger_ds_IntObjectMap$EntryIterator_remove__V(){ + com_github_tommyettinger_ds_IntObjectMap$MapIterator_$remove__Lcom_github_tommyettinger_ds_IntObjectMap$MapIterator_2V(this); +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_IntObjectMap$EntryIterator_hasNext__Z(){ + if (!this.com_github_tommyettinger_ds_IntObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_IntObjectMap$MapIterator_hasNext; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntObjectMap$EntryIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'IntObjectMap/EntryIterator', 968, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1IntObjectMap$MapIterator_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Queue_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, $intern_707); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Deque_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'Deque'); +function com_github_tommyettinger_ds_ObjectDeque_$add__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2Z(this$static, index_0, item_0){ + var oldSize, values; + oldSize = this$static.com_github_tommyettinger_ds_ObjectDeque_size; + if (index_0 <= 0) + com_github_tommyettinger_ds_ObjectDeque_$addFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2V(this$static, item_0); + else if (index_0 >= oldSize) + com_github_tommyettinger_ds_ObjectDeque_$addLast__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2V(this$static, item_0); + else { + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + if (this$static.com_github_tommyettinger_ds_ObjectDeque_size == values.length) { + com_github_tommyettinger_ds_ObjectDeque_$resize__Lcom_github_tommyettinger_ds_ObjectDeque_2IV(this$static, values.length << 1); + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + } + if (this$static.com_github_tommyettinger_ds_ObjectDeque_head < this$static.com_github_tommyettinger_ds_ObjectDeque_tail) { + index_0 += this$static.com_github_tommyettinger_ds_ObjectDeque_head; + index_0 >= values.length && (index_0 -= values.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, index_0, values, (index_0 + 1) % values.length, this$static.com_github_tommyettinger_ds_ObjectDeque_tail - index_0); + values[index_0] = item_0; + ++this$static.com_github_tommyettinger_ds_ObjectDeque_tail; + this$static.com_github_tommyettinger_ds_ObjectDeque_tail > values.length && (this$static.com_github_tommyettinger_ds_ObjectDeque_tail = 1); + } + else { + if (this$static.com_github_tommyettinger_ds_ObjectDeque_head + index_0 < values.length) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, this$static.com_github_tommyettinger_ds_ObjectDeque_head, values, this$static.com_github_tommyettinger_ds_ObjectDeque_head - 1, index_0); + values[this$static.com_github_tommyettinger_ds_ObjectDeque_head - 1 + index_0] = item_0; + --this$static.com_github_tommyettinger_ds_ObjectDeque_head; + } + else { + index_0 -= values.length - 1; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, this$static.com_github_tommyettinger_ds_ObjectDeque_head + index_0, values, this$static.com_github_tommyettinger_ds_ObjectDeque_head + index_0 + 1, this$static.com_github_tommyettinger_ds_ObjectDeque_tail - this$static.com_github_tommyettinger_ds_ObjectDeque_head - index_0); + values[this$static.com_github_tommyettinger_ds_ObjectDeque_head + index_0] = item_0; + ++this$static.com_github_tommyettinger_ds_ObjectDeque_tail; + } + } + ++this$static.com_github_tommyettinger_ds_ObjectDeque_size; + } + return oldSize != this$static.com_github_tommyettinger_ds_ObjectDeque_size; +} + +function com_github_tommyettinger_ds_ObjectDeque_$add__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2Z(this$static, t){ + var oldSize; + oldSize = this$static.com_github_tommyettinger_ds_ObjectDeque_size; + com_github_tommyettinger_ds_ObjectDeque_$addLast__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2V(this$static, t); + return oldSize != this$static.com_github_tommyettinger_ds_ObjectDeque_size; +} + +function com_github_tommyettinger_ds_ObjectDeque_$addAll__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_util_Collection_2Z(this$static, c){ + var oldSize, t, t$iterator; + oldSize = this$static.com_github_tommyettinger_ds_ObjectDeque_size; + for (t$iterator = c.iterator__Ljava_util_Iterator_2(); t$iterator.hasNext__Z();) { + t = t$iterator.next__Ljava_lang_Object_2(); + com_github_tommyettinger_ds_ObjectDeque_$addLast__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2V(this$static, t); + } + return oldSize != this$static.com_github_tommyettinger_ds_ObjectDeque_size; +} + +function com_github_tommyettinger_ds_ObjectDeque_$addFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2V(this$static, object){ + var head, values; + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + if (this$static.com_github_tommyettinger_ds_ObjectDeque_size == values.length) { + com_github_tommyettinger_ds_ObjectDeque_$resize__Lcom_github_tommyettinger_ds_ObjectDeque_2IV(this$static, values.length << 1); + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + } + head = this$static.com_github_tommyettinger_ds_ObjectDeque_head; + --head; + head == -1 && (head = values.length - 1); + values[head] = object; + this$static.com_github_tommyettinger_ds_ObjectDeque_head = head; + ++this$static.com_github_tommyettinger_ds_ObjectDeque_size; +} + +function com_github_tommyettinger_ds_ObjectDeque_$addLast__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2V(this$static, object){ + var values; + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + if (this$static.com_github_tommyettinger_ds_ObjectDeque_size == values.length) { + com_github_tommyettinger_ds_ObjectDeque_$resize__Lcom_github_tommyettinger_ds_ObjectDeque_2IV(this$static, values.length << 1); + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + } + this$static.com_github_tommyettinger_ds_ObjectDeque_tail == values.length && (this$static.com_github_tommyettinger_ds_ObjectDeque_tail = 0); + values[this$static.com_github_tommyettinger_ds_ObjectDeque_tail++] = object; + ++this$static.com_github_tommyettinger_ds_ObjectDeque_size; +} + +function com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static){ + var head, i, i0, tail, values; + if (this$static.com_github_tommyettinger_ds_ObjectDeque_size == 0) + return; + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + head = this$static.com_github_tommyettinger_ds_ObjectDeque_head; + tail = this$static.com_github_tommyettinger_ds_ObjectDeque_tail; + if (head < tail) { + for (i = head; i < tail; i++) { + values[i] = null; + } + } + else { + for (i0 = head; i0 < values.length; i0++) { + values[i0] = null; + } + for (i = 0; i < tail; i++) { + values[i] = null; + } + } + this$static.com_github_tommyettinger_ds_ObjectDeque_head = 0; + this$static.com_github_tommyettinger_ds_ObjectDeque_tail = 0; + this$static.com_github_tommyettinger_ds_ObjectDeque_size = 0; +} + +function com_github_tommyettinger_ds_ObjectDeque_$get__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2(this$static, index_0){ + var i, values; + if (index_0 < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_705 + index_0)); + if (index_0 >= this$static.com_github_tommyettinger_ds_ObjectDeque_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_github_tommyettinger_ds_ObjectDeque_size)); + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + i = this$static.com_github_tommyettinger_ds_ObjectDeque_head + index_0; + i >= values.length && (i -= values.length); + return values[i]; +} + +function com_github_tommyettinger_ds_ObjectDeque_$indexOf__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2ZI(this$static, value_0){ + var head, i, i0, n, tail, values; + if (this$static.com_github_tommyettinger_ds_ObjectDeque_size == 0) + return -1; + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + head = this$static.com_github_tommyettinger_ds_ObjectDeque_head; + tail = this$static.com_github_tommyettinger_ds_ObjectDeque_tail; + if (value_0 == null) { + if (head < tail) { + for (i = head; i < tail; i++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return i - head; + } + else { + for (i0 = head , n = values.length; i0 < n; i0++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i0]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return i0 - head; + for (i = 0; i < tail; i++) + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(values[i]) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0)) + return i + values.length - head; + } + } + else { + if (head < tail) { + for (i = head; i < tail; i++) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i])) + return i - head; + } + else { + for (i0 = head , n = values.length; i0 < n; i0++) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i0])) + return i0 - head; + for (i = 0; i < tail; i++) + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, values[i])) + return i + values.length - head; + } + } + return -1; +} + +function com_github_tommyettinger_ds_ObjectDeque_$iterator__Lcom_github_tommyettinger_ds_ObjectDeque_2Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectDeque_iterator1 || !this$static.com_github_tommyettinger_ds_ObjectDeque_iterator2) { + this$static.com_github_tommyettinger_ds_ObjectDeque_iterator1 = new com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_ObjectDeque$ObjectDequeIterator__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectDeque_iterator2 = new com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_ObjectDeque$ObjectDequeIterator__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectDeque_iterator1.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid) { + com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$reset__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2V(this$static.com_github_tommyettinger_ds_ObjectDeque_iterator1); + this$static.com_github_tommyettinger_ds_ObjectDeque_iterator1.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectDeque_iterator2.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectDeque_iterator1; + } + com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$reset__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2V(this$static.com_github_tommyettinger_ds_ObjectDeque_iterator2); + this$static.com_github_tommyettinger_ds_ObjectDeque_iterator2.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectDeque_iterator1.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectDeque_iterator2; +} + +function com_github_tommyettinger_ds_ObjectDeque_$offerFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2Z(this$static, t){ + var oldSize; + oldSize = this$static.com_github_tommyettinger_ds_ObjectDeque_size; + com_github_tommyettinger_ds_ObjectDeque_$addFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2V(this$static, t); + return oldSize != this$static.com_github_tommyettinger_ds_ObjectDeque_size; +} + +function com_github_tommyettinger_ds_ObjectDeque_$pollFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2(this$static){ + var result, values; + if (this$static.com_github_tommyettinger_ds_ObjectDeque_size == 0) { + return this$static.com_github_tommyettinger_ds_ObjectDeque_defaultValue; + } + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + result = values[this$static.com_github_tommyettinger_ds_ObjectDeque_head]; + values[this$static.com_github_tommyettinger_ds_ObjectDeque_head] = null; + ++this$static.com_github_tommyettinger_ds_ObjectDeque_head; + this$static.com_github_tommyettinger_ds_ObjectDeque_head == values.length && (this$static.com_github_tommyettinger_ds_ObjectDeque_head = 0); + --this$static.com_github_tommyettinger_ds_ObjectDeque_size; + return result; +} + +function com_github_tommyettinger_ds_ObjectDeque_$removeAt__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2(this$static, index_0){ + var head, tail, value_0, values; + if (index_0 < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_705 + index_0)); + if (index_0 >= this$static.com_github_tommyettinger_ds_ObjectDeque_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_github_tommyettinger_ds_ObjectDeque_size)); + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + head = this$static.com_github_tommyettinger_ds_ObjectDeque_head; + tail = this$static.com_github_tommyettinger_ds_ObjectDeque_tail; + index_0 += head; + if (head < tail) { + value_0 = values[index_0]; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, index_0 + 1, values, index_0, tail - index_0 - 1); + --this$static.com_github_tommyettinger_ds_ObjectDeque_tail; + values[this$static.com_github_tommyettinger_ds_ObjectDeque_tail] = null; + } + else if (index_0 >= values.length) { + index_0 -= values.length; + value_0 = values[index_0]; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, index_0 + 1, values, index_0, tail - index_0 - 1); + --this$static.com_github_tommyettinger_ds_ObjectDeque_tail; + values[this$static.com_github_tommyettinger_ds_ObjectDeque_tail] = null; + } + else { + value_0 = values[index_0]; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, head, values, head + 1, index_0 - head); + values[this$static.com_github_tommyettinger_ds_ObjectDeque_head] = null; + ++this$static.com_github_tommyettinger_ds_ObjectDeque_head; + this$static.com_github_tommyettinger_ds_ObjectDeque_head == values.length && (this$static.com_github_tommyettinger_ds_ObjectDeque_head = 0); + } + --this$static.com_github_tommyettinger_ds_ObjectDeque_size; + return value_0; +} + +function com_github_tommyettinger_ds_ObjectDeque_$removeFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2(this$static){ + var result, values; + if (this$static.com_github_tommyettinger_ds_ObjectDeque_size == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V('ObjectDeque is empty.')); + } + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + result = values[this$static.com_github_tommyettinger_ds_ObjectDeque_head]; + values[this$static.com_github_tommyettinger_ds_ObjectDeque_head] = null; + ++this$static.com_github_tommyettinger_ds_ObjectDeque_head; + this$static.com_github_tommyettinger_ds_ObjectDeque_head == values.length && (this$static.com_github_tommyettinger_ds_ObjectDeque_head = 0); + --this$static.com_github_tommyettinger_ds_ObjectDeque_size; + return result; +} + +function com_github_tommyettinger_ds_ObjectDeque_$removeValue__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2ZZ(this$static, value_0){ + var index_0; + index_0 = com_github_tommyettinger_ds_ObjectDeque_$indexOf__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2ZI(this$static, value_0); + if (index_0 == -1) + return false; + com_github_tommyettinger_ds_ObjectDeque_$removeAt__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2(this$static, index_0); + return true; +} + +function com_github_tommyettinger_ds_ObjectDeque_$resize__Lcom_github_tommyettinger_ds_ObjectDeque_2IV(this$static, newSize){ + var head, newArray, rest, tail, values; + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + head = this$static.com_github_tommyettinger_ds_ObjectDeque_head; + tail = this$static.com_github_tommyettinger_ds_ObjectDeque_tail; + newArray = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, $wnd.Math.max(1, newSize), 5, 1); + if (head < tail) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, head, newArray, 0, tail - head); + } + else if (this$static.com_github_tommyettinger_ds_ObjectDeque_size > 0) { + rest = values.length - head; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, head, newArray, 0, rest); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(values, 0, newArray, rest, tail); + } + this$static.com_github_tommyettinger_ds_ObjectDeque_values = newArray; + this$static.com_github_tommyettinger_ds_ObjectDeque_head = 0; + this$static.com_github_tommyettinger_ds_ObjectDeque_tail = this$static.com_github_tommyettinger_ds_ObjectDeque_size; +} + +function com_github_tommyettinger_ds_ObjectDeque_$set__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static, index_0, item_0){ + var i, old, values; + if (index_0 < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_705 + index_0)); + if (index_0 >= this$static.com_github_tommyettinger_ds_ObjectDeque_size) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_639 + index_0 + $intern_640 + this$static.com_github_tommyettinger_ds_ObjectDeque_size)); + values = this$static.com_github_tommyettinger_ds_ObjectDeque_values; + i = this$static.com_github_tommyettinger_ds_ObjectDeque_head + index_0; + i >= values.length && (i -= values.length); + old = values[i]; + values[i] = item_0; + return old; +} + +function com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__V(){ + com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__IV.call(this, 16); +} + +function com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__IV(initialSize){ + this.com_github_tommyettinger_ds_ObjectDeque_values = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, initialSize, 5, 1); +} + +function com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__Lcom_github_tommyettinger_ds_ObjectDeque_2V(deque){ + this.com_github_tommyettinger_ds_ObjectDeque_values = java_util_Arrays_copyOf___3Ljava_lang_Object_2I_3Ljava_lang_Object_2(deque.com_github_tommyettinger_ds_ObjectDeque_values, deque.com_github_tommyettinger_ds_ObjectDeque_values.length); + this.com_github_tommyettinger_ds_ObjectDeque_size = deque.com_github_tommyettinger_ds_ObjectDeque_size; + this.com_github_tommyettinger_ds_ObjectDeque_head = deque.com_github_tommyettinger_ds_ObjectDeque_head; + this.com_github_tommyettinger_ds_ObjectDeque_tail = deque.com_github_tommyettinger_ds_ObjectDeque_tail; + this.com_github_tommyettinger_ds_ObjectDeque_defaultValue = deque.com_github_tommyettinger_ds_ObjectDeque_defaultValue; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(136, 1, {136:1, 29:1, 68:1, 1159:1}, com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__V, com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__IV, com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__Lcom_github_tommyettinger_ds_ObjectDeque_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectDeque_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_ObjectDeque_$iterator__Lcom_github_tommyettinger_ds_ObjectDeque_2Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2(this); +} +; +_.add__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectDeque_add__Ljava_lang_Object_2Z(t){ + return com_github_tommyettinger_ds_ObjectDeque_$add__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2Z(this, t); +} +; +_.addAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_ObjectDeque_addAll__Ljava_util_Collection_2Z(c){ + return com_github_tommyettinger_ds_ObjectDeque_$addAll__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_util_Collection_2Z(this, c); +} +; +_.clear__V = function com_github_tommyettinger_ds_ObjectDeque_clear__V(){ + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this); +} +; +_.contains__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectDeque_contains__Ljava_lang_Object_2Z(o){ + return com_github_tommyettinger_ds_ObjectDeque_$indexOf__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2ZI(this, o) != -1; +} +; +_.containsAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_ObjectDeque_containsAll__Ljava_util_Collection_2Z(c){ + var o, o$iterator; + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + if (com_github_tommyettinger_ds_ObjectDeque_$indexOf__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2ZI(this, o) == -1) + return false; + } + return true; +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectDeque_equals__Ljava_lang_Object_2Z(o){ + var itsBackingLength, itsIndex, itsValue, itsValues, myBackingLength, myIndex, myValue, myValues, q, s, size_0; + if (this === o) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 136)) + return false; + q = o; + size_0 = this.com_github_tommyettinger_ds_ObjectDeque_size; + if (q.com_github_tommyettinger_ds_ObjectDeque_size != size_0) + return false; + myValues = this.com_github_tommyettinger_ds_ObjectDeque_values; + myBackingLength = myValues.length; + itsValues = q.com_github_tommyettinger_ds_ObjectDeque_values; + itsBackingLength = itsValues.length; + myIndex = this.com_github_tommyettinger_ds_ObjectDeque_head; + itsIndex = q.com_github_tommyettinger_ds_ObjectDeque_head; + for (s = 0; s < size_0; s++) { + myValue = myValues[myIndex]; + itsValue = itsValues[itsIndex]; + if (!(com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(myValue) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(itsValue) || myValue != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(myValue, itsValue))) + return false; + ++myIndex; + ++itsIndex; + myIndex == myBackingLength && (myIndex = 0); + itsIndex == itsBackingLength && (itsIndex = 0); + } + return true; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectDeque_hashCode__I(){ + var backingLength, hash, index_0, s, size_0, value_0, values; + size_0 = this.com_github_tommyettinger_ds_ObjectDeque_size; + values = this.com_github_tommyettinger_ds_ObjectDeque_values; + backingLength = values.length; + index_0 = this.com_github_tommyettinger_ds_ObjectDeque_head; + hash = size_0 + 1; + for (s = 0; s < size_0; s++) { + value_0 = values[index_0]; + hash *= 31; + value_0 != null && (hash += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(value_0)); + ++index_0; + index_0 == backingLength && (index_0 = 0); + } + return hash; +} +; +_.isEmpty__Z = function com_github_tommyettinger_ds_ObjectDeque_isEmpty__Z(){ + return this.com_github_tommyettinger_ds_ObjectDeque_size == 0; +} +; +_.remove__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectDeque_remove__Ljava_lang_Object_2Z(o){ + return com_github_tommyettinger_ds_ObjectDeque_$removeValue__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2ZZ(this, o); +} +; +_.removeAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_ObjectDeque_removeAll__Ljava_util_Collection_2Z(other){ + var item_0, item$iterator, me, originalSize; + me = com_github_tommyettinger_ds_ObjectDeque_$iterator__Lcom_github_tommyettinger_ds_ObjectDeque_2Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2(this); + originalSize = this.com_github_tommyettinger_ds_ObjectDeque_size; + for (item$iterator = other.iterator__Ljava_util_Iterator_2(); item$iterator.hasNext__Z();) { + item_0 = item$iterator.next__Ljava_lang_Object_2(); + me.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index = me.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque.com_github_tommyettinger_ds_ObjectDeque_size - 1 & me.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_direction >> 31; + me.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest = -1; + while (com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Z(me)) { + java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$next__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Ljava_lang_Object_2(me), item_0) && com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$remove__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2V(me); + } + } + return originalSize != this.com_github_tommyettinger_ds_ObjectDeque_size; +} +; +_.retainAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_ObjectDeque_retainAll__Ljava_util_Collection_2Z(c){ + var idx, o, o$iterator, oldSize; + oldSize = this.com_github_tommyettinger_ds_ObjectDeque_size; + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + do { + (idx = com_github_tommyettinger_ds_ObjectDeque_$indexOf__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2ZI(this, o)) != -1 && com_github_tommyettinger_ds_ObjectDeque_$removeAt__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2(this, idx); + } + while (idx == -1); + } + return oldSize != this.com_github_tommyettinger_ds_ObjectDeque_size; +} +; +_.size__I = function com_github_tommyettinger_ds_ObjectDeque_size__I(){ + return this.com_github_tommyettinger_ds_ObjectDeque_size; +} +; +_.toArray___3Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectDeque_toArray___3Ljava_lang_Object_2(){ + var next; + next = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, this.com_github_tommyettinger_ds_ObjectDeque_size, 5, 1); + if (this.com_github_tommyettinger_ds_ObjectDeque_head < this.com_github_tommyettinger_ds_ObjectDeque_tail) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_github_tommyettinger_ds_ObjectDeque_values, this.com_github_tommyettinger_ds_ObjectDeque_head, next, 0, this.com_github_tommyettinger_ds_ObjectDeque_tail - this.com_github_tommyettinger_ds_ObjectDeque_head); + } + else { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_github_tommyettinger_ds_ObjectDeque_values, this.com_github_tommyettinger_ds_ObjectDeque_head, next, 0, this.com_github_tommyettinger_ds_ObjectDeque_size - this.com_github_tommyettinger_ds_ObjectDeque_head); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_github_tommyettinger_ds_ObjectDeque_values, 0, next, this.com_github_tommyettinger_ds_ObjectDeque_size - this.com_github_tommyettinger_ds_ObjectDeque_head, this.com_github_tommyettinger_ds_ObjectDeque_tail); + } + return next; +} +; +_.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectDeque_toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(a){ + var i, it, oldSize, result; + oldSize = this.com_github_tommyettinger_ds_ObjectDeque_size; + a.length < oldSize && (a = (javaemul_internal_InternalPreconditions_checkCriticalArraySize__IV(oldSize) , javaemul_internal_ArrayHelper_clone___3Ljava_lang_Object_2II_3Ljava_lang_Object_2(a, oldSize))); + result = a; + it = com_github_tommyettinger_ds_ObjectDeque_$iterator__Lcom_github_tommyettinger_ds_ObjectDeque_2Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2(this); + for (i = 0; i < oldSize; ++i) { + result[i] = com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$next__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Ljava_lang_Object_2(it); + } + a.length > oldSize && (a[oldSize] = null); + return a; +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectDeque_toString__Ljava_lang_String_2(){ + var head, i, sb, tail, values; + if (this.com_github_tommyettinger_ds_ObjectDeque_size == 0) { + return $intern_6; + } + values = this.com_github_tommyettinger_ds_ObjectDeque_values; + head = this.com_github_tommyettinger_ds_ObjectDeque_head; + tail = this.com_github_tommyettinger_ds_ObjectDeque_tail; + sb = new java_lang_StringBuilder_StringBuilder__IV; + sb.java_lang_AbstractStringBuilder_string += '['; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(sb, values[head]); + for (i = (head + 1) % values.length; i != tail;) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2((sb.java_lang_AbstractStringBuilder_string += $intern_15 , sb), values[i]); + if (++i == tail) + break; + i == values.length && (i = 0); + } + sb.java_lang_AbstractStringBuilder_string += ']'; + return sb.java_lang_AbstractStringBuilder_string; +} +; +_.com_github_tommyettinger_ds_ObjectDeque_defaultValue = null; +_.com_github_tommyettinger_ds_ObjectDeque_head = 0; +_.com_github_tommyettinger_ds_ObjectDeque_size = 0; +_.com_github_tommyettinger_ds_ObjectDeque_tail = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectDeque_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectDeque', 136, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ListIterator_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'ListIterator'); +function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Z(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_direction == 1?this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index < this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque.com_github_tommyettinger_ds_ObjectDeque_size:this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index > 0 && this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque.com_github_tommyettinger_ds_ObjectDeque_size != 0; +} + +function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$hasPrevious__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Z(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_direction == -1?this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index < this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque.com_github_tommyettinger_ds_ObjectDeque_size:this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index > 0 && this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque.com_github_tommyettinger_ds_ObjectDeque_size != 0; +} + +function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$next__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Ljava_lang_Object_2(this$static){ + if (!com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Z(this$static)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest = this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index; + this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index += this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_direction; + return com_github_tommyettinger_ds_ObjectDeque_$get__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque, this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest); +} + +function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$remove__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2V(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest == -1 || this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest >= this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque.com_github_tommyettinger_ds_ObjectDeque_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + com_github_tommyettinger_ds_ObjectDeque_$removeAt__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque, this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest); + this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index = this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest; + this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest = -1; +} + +function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$reset__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2V(this$static){ + this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index = this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque.com_github_tommyettinger_ds_ObjectDeque_size - 1 & this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_direction >> 31; + this$static.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest = -1; +} + +function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_ObjectDeque$ObjectDequeIterator__Lcom_github_tommyettinger_ds_ObjectDeque_2V(deque){ + this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque = deque; + this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_direction = 1; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(648, 1, $intern_2414, com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_ObjectDeque$ObjectDequeIterator__Lcom_github_tommyettinger_ds_ObjectDeque_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.add__Ljava_lang_Object_2V = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_add__Ljava_lang_Object_2V(t){ + if (!this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index > this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque.com_github_tommyettinger_ds_ObjectDeque_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + com_github_tommyettinger_ds_ObjectDeque_$add__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2Z(this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque, this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index, t); + this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index += this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_direction; + this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest = -1; +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_hasNext__Z(){ + return com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Z(this); +} +; +_.hasPrevious__Z = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_hasPrevious__Z(){ + return com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$hasPrevious__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Z(this); +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_next__Ljava_lang_Object_2(){ + return com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$next__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Ljava_lang_Object_2(this); +} +; +_.nextIndex__I = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_nextIndex__I(){ + return this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index; +} +; +_.previous__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_previous__Ljava_lang_Object_2(){ + if (!com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$hasPrevious__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2Z(this)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + return com_github_tommyettinger_ds_ObjectDeque_$get__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque, this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest = this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index -= this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_direction); +} +; +_.previousIndex__I = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_previousIndex__I(){ + return this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index - 1; +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_remove__V(){ + com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_$remove__Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2V(this); +} +; +_.set__Ljava_lang_Object_2V = function com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_set__Ljava_lang_Object_2V(t){ + if (!this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest == -1 || this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest >= this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque.com_github_tommyettinger_ds_ObjectDeque_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + com_github_tommyettinger_ds_ObjectDeque_$set__Lcom_github_tommyettinger_ds_ObjectDeque_2ILjava_lang_Object_2Ljava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_deque, this.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest, t); +} +; +_.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_direction = 0; +_.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_index = 0; +_.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_latest = -1; +_.com_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectDeque$ObjectDequeIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectDeque/ObjectDequeIterator', 648, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectFloatMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2Z(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectFloatMap_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return true; + if (other == null) + return false; + } +} + +function com_github_tommyettinger_ds_ObjectFloatMap_$get__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2F(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectFloatMap_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable[i]; + if (other == null) + return this$static.com_github_tommyettinger_ds_ObjectFloatMap_defaultValue; + } +} + +function com_github_tommyettinger_ds_ObjectFloatMap_$hashCode__Lcom_github_tommyettinger_ds_ObjectFloatMap_2I(this$static){ + var h, i, key, keyTable, n, valueTable; + h = this$static.com_github_tommyettinger_ds_ObjectFloatMap_size; + keyTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null) { + h ^= java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key); + h ^= com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(valueTable[i]); + } + } + return h; +} + +function com_github_tommyettinger_ds_ObjectFloatMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectFloatMap_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return i; + if (other == null) + return ~i; + } +} + +function com_github_tommyettinger_ds_ObjectFloatMap_$put__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2FF(this$static, key, value_0){ + var i, oldValue; + i = com_github_tommyettinger_ds_ObjectFloatMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) { + oldValue = this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable[i]; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable[i] = value_0; + return oldValue; + } + i = ~i; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable[i] = key; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable[i] = value_0; + ++this$static.com_github_tommyettinger_ds_ObjectFloatMap_size >= this$static.com_github_tommyettinger_ds_ObjectFloatMap_threshold && com_github_tommyettinger_ds_ObjectFloatMap_$resize__Lcom_github_tommyettinger_ds_ObjectFloatMap_2IV(this$static, this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable.length << 1); + return this$static.com_github_tommyettinger_ds_ObjectFloatMap_defaultValue; +} + +function com_github_tommyettinger_ds_ObjectFloatMap_$putResize__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2FV(this$static, key, value_0){ + var i, keyTable; + keyTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + for (i = java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key) & this$static.com_github_tommyettinger_ds_ObjectFloatMap_mask;; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectFloatMap_mask) { + if (keyTable[i] == null) { + keyTable[i] = key; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable[i] = value_0; + return; + } + } +} + +function com_github_tommyettinger_ds_ObjectFloatMap_$remove__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2F(this$static, key){ + var i, keyTable, mask, next, oldValue, placement, rem, valueTable; + i = com_github_tommyettinger_ds_ObjectFloatMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2I(this$static, key); + if (i < 0) { + return this$static.com_github_tommyettinger_ds_ObjectFloatMap_defaultValue; + } + keyTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable; + oldValue = valueTable[i]; + mask = this$static.com_github_tommyettinger_ds_ObjectFloatMap_mask; + next = i + 1 & mask; + while ((rem = keyTable[next]) != null) { + placement = this$static.place__Ljava_lang_Object_2I(rem); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = rem; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this$static.com_github_tommyettinger_ds_ObjectFloatMap_size; + return oldValue; +} + +function com_github_tommyettinger_ds_ObjectFloatMap_$resize__Lcom_github_tommyettinger_ds_ObjectFloatMap_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable, oldValueTable; + oldCapacity = this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable.length; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_github_tommyettinger_ds_ObjectFloatMap_loadFactor); + this$static.com_github_tommyettinger_ds_ObjectFloatMap_mask = newSize - 1; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this$static.com_github_tommyettinger_ds_ObjectFloatMap_mask); + this$static.com_github_tommyettinger_ds_ObjectFloatMap_hashMultiplier = (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_GOOD_1MULTIPLIERS)[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_ds_ObjectFloatMap_hashMultiplier, 48 + this$static.com_github_tommyettinger_ds_ObjectFloatMap_shift)) & 511]; + oldKeyTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + oldValueTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, newSize, 15, 1); + if (this$static.com_github_tommyettinger_ds_ObjectFloatMap_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != null && com_github_tommyettinger_ds_ObjectFloatMap_$putResize__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2FV(this$static, key, oldValueTable[i]); + } + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(396, 1, $intern_2415); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectFloatMap_iterator__Ljava_util_Iterator_2(){ + return this.iterator__Lcom_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_2(); +} +; +_.entrySet__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2 = function com_github_tommyettinger_ds_ObjectFloatMap_entrySet__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2(){ + if (!this.com_github_tommyettinger_ds_ObjectFloatMap_entries1 || !this.com_github_tommyettinger_ds_ObjectFloatMap_entries2) { + this.com_github_tommyettinger_ds_ObjectFloatMap_entries1 = new com_github_tommyettinger_ds_ObjectFloatMap$Entries_ObjectFloatMap$Entries__Lcom_github_tommyettinger_ds_ObjectFloatMap_2V(this); + this.com_github_tommyettinger_ds_ObjectFloatMap_entries2 = new com_github_tommyettinger_ds_ObjectFloatMap$Entries_ObjectFloatMap$Entries__Lcom_github_tommyettinger_ds_ObjectFloatMap_2V(this); + } + if (!this.com_github_tommyettinger_ds_ObjectFloatMap_entries1.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid) { + this.com_github_tommyettinger_ds_ObjectFloatMap_entries1.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectFloatMap_entries1.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectFloatMap_entries2.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectFloatMap_entries1; + } + this.com_github_tommyettinger_ds_ObjectFloatMap_entries2.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectFloatMap_entries2.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectFloatMap_entries1.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectFloatMap_entries2; +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectFloatMap_equals__Ljava_lang_Object_2Z(obj){ + var i, key, keyTable, n, other, value_0, valueTable; + if (obj === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 396)) { + return false; + } + other = obj; + if (other.com_github_tommyettinger_ds_ObjectFloatMap_size != this.com_github_tommyettinger_ds_ObjectFloatMap_size) { + return false; + } + keyTable = this.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectFloatMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null) { + value_0 = valueTable[i]; + if (value_0 != com_github_tommyettinger_ds_ObjectFloatMap_$get__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2F(other, key)) { + return false; + } + } + } + return true; +} +; +_.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectFloatMap_equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right){ + return java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right); +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectFloatMap_hashCode__I(){ + return com_github_tommyettinger_ds_ObjectFloatMap_$hashCode__Lcom_github_tommyettinger_ds_ObjectFloatMap_2I(this); +} +; +_.iterator__Lcom_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_2 = function com_github_tommyettinger_ds_ObjectFloatMap_iterator__Lcom_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_2(){ + return this.entrySet__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2().com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter; +} +; +_.place__Ljava_lang_Object_2I = function com_github_tommyettinger_ds_ObjectFloatMap_place__Ljava_lang_Object_2I(item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0), this.com_github_tommyettinger_ds_ObjectFloatMap_hashMultiplier), this.com_github_tommyettinger_ds_ObjectFloatMap_shift)); +} +; +_.remove__Ljava_lang_Object_2F = function com_github_tommyettinger_ds_ObjectFloatMap_remove__Ljava_lang_Object_2F(key){ + return com_github_tommyettinger_ds_ObjectFloatMap_$remove__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2F(this, key); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectFloatMap_toString__Ljava_lang_String_2(){ + return this.toString__Ljava_lang_String_2ZLjava_lang_String_2($intern_15, true); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_github_tommyettinger_ds_ObjectFloatMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, key, keyTable, value_0, valueTable; + if (this.com_github_tommyettinger_ds_ObjectFloatMap_size == 0) { + return braces?$intern_649:''; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + keyTable = this.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectFloatMap_valueTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += value_0; + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += separator; + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += value_0; + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.com_github_tommyettinger_ds_ObjectFloatMap_defaultValue = 0; +_.com_github_tommyettinger_ds_ObjectFloatMap_hashMultiplier = $intern_2405; +_.com_github_tommyettinger_ds_ObjectFloatMap_loadFactor = 0; +_.com_github_tommyettinger_ds_ObjectFloatMap_mask = 0; +_.com_github_tommyettinger_ds_ObjectFloatMap_shift = 0; +_.com_github_tommyettinger_ds_ObjectFloatMap_size = 0; +_.com_github_tommyettinger_ds_ObjectFloatMap_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectFloatMap', 396, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectFloatMap$Entries_ObjectFloatMap$Entries__Lcom_github_tommyettinger_ds_ObjectFloatMap_2V(map_0){ + this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter = new com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_ObjectFloatMap$EntryIterator__Lcom_github_tommyettinger_ds_ObjectFloatMap_2V(map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(550, $intern_976, $intern_2412, com_github_tommyettinger_ds_ObjectFloatMap$Entries_ObjectFloatMap$Entries__Lcom_github_tommyettinger_ds_ObjectFloatMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectFloatMap$Entries_iterator__Ljava_util_Iterator_2(){ + return this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectFloatMap$Entries_hashCode__I(){ + var currentIdx, hc, hn, nextIdx; + currentIdx = this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex; + nextIdx = this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex; + hn = this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext; + this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.reset__V(); + hc = java_util_Collections_hashCode__Ljava_lang_Iterable_2I(this); + this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex = currentIdx; + this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex = nextIdx; + this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext = hn; + return hc; +} +; +_.size__I = function com_github_tommyettinger_ds_ObjectFloatMap$Entries_size__I(){ + return this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap$Entries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectFloatMap/Entries', 550, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function com_github_tommyettinger_ds_ObjectFloatMap$Entry_ObjectFloatMap$Entry__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(722, 1, {722:1}, com_github_tommyettinger_ds_ObjectFloatMap$Entry_ObjectFloatMap$Entry__V); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectFloatMap$Entry_equals__Ljava_lang_Object_2Z(o){ + var entry; + if (this === o) { + return true; + } + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap$Entry_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o) || this.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key == null) { + return false; + } + entry = o; + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key, entry.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key)) { + return false; + } + return this.com_github_tommyettinger_ds_ObjectFloatMap$Entry_value == entry.com_github_tommyettinger_ds_ObjectFloatMap$Entry_value; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectFloatMap$Entry_hashCode__I(){ + return java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key) * 31 + com_github_tommyettinger_digital_BitConversion_floatToRawIntBits__FI(this.com_github_tommyettinger_ds_ObjectFloatMap$Entry_value); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectFloatMap$Entry_toString__Ljava_lang_String_2(){ + return this.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key + '=' + this.com_github_tommyettinger_ds_ObjectFloatMap$Entry_value; +} +; +_.com_github_tommyettinger_ds_ObjectFloatMap$Entry_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap$Entry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectFloatMap/Entry', 722, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectFloatMap$MapIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + for (n = keyTable.length; ++this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex < n;) { + if (keyTable[this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex] != null) { + this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext = true; + return; + } + } + this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext = false; +} + +function com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_$remove__Lcom_github_tommyettinger_ds_ObjectFloatMap$MapIterator_2V(this$static){ + var i, key, keyTable, mask, next, placement, valueTable; + i = this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex; + if (i < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + keyTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_valueTable; + mask = this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.place__Ljava_lang_Object_2I(key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_size; + i != this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex && --this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex; + this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex = -1; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(910, 1, {}); +_.reset__V = function com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_reset__V(){ + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex = -1; + com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectFloatMap$MapIterator_2V(this); +} +; +_.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex = 0; +_.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext = false; +_.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex = 0; +_.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap$MapIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectFloatMap/MapIterator', 910, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_2Z(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this$static.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext; +} + +function com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_ObjectFloatMap$EntryIterator__Lcom_github_tommyettinger_ds_ObjectFloatMap_2V(map_0){ + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map = map_0; + this.reset__V(); + this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry = new com_github_tommyettinger_ds_ObjectFloatMap$Entry_ObjectFloatMap$Entry__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(721, 910, $intern_119, com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_ObjectFloatMap$EntryIterator__Lcom_github_tommyettinger_ds_ObjectFloatMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_next__Ljava_lang_Object_2(){ + return this.next__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entry_2(); +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_remove__V(){ + com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_$remove__Lcom_github_tommyettinger_ds_ObjectFloatMap$MapIterator_2V(this); +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_hasNext__Z(){ + return com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_2Z(this); +} +; +_.next__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entry_2 = function com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_next__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entry_2(){ + var keyTable; + if (!this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + keyTable = this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_keyTable; + this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key = keyTable[this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex]; + this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectFloatMap$Entry_value = this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_valueTable[this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex]; + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex; + com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectFloatMap$MapIterator_2V(this); + return this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap$EntryIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectFloatMap/EntryIterator', 721, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap$MapIterator_12_1classLit); +function com_github_tommyettinger_ds_ObjectFloatOrderedMap_$alter__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static, before, after){ + var index_0; + if (com_github_tommyettinger_ds_ObjectFloatMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2Z(this$static, after)) { + return false; + } + index_0 = java_util_ArrayList_$indexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this$static.com_github_tommyettinger_ds_ObjectFloatOrderedMap_keys, before, 0); + if (index_0 == -1) { + return false; + } + com_github_tommyettinger_ds_ObjectFloatMap_$put__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2FF(this$static, after, com_github_tommyettinger_ds_ObjectFloatMap_$remove__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2F(this$static, before)); + java_util_ArrayList_$set__Ljava_util_ArrayList_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectFloatOrderedMap_keys, index_0, after); + return true; +} + +function com_github_tommyettinger_ds_ObjectFloatOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries1 || !this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries2) { + this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries1 = new com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries_ObjectFloatOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries2 = new com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries_ObjectFloatOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries1.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid) { + this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries1.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries1.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries2.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries1; + } + this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries2.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries2.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries1.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectFloatMap_entries2; +} + +function com_github_tommyettinger_ds_ObjectFloatOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Ljava_lang_Object_2FF(this$static, key, value_0){ + var i, oldValue; + i = com_github_tommyettinger_ds_ObjectFloatMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) { + oldValue = this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable[i]; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable[i] = value_0; + return oldValue; + } + i = ~i; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable[i] = key; + this$static.com_github_tommyettinger_ds_ObjectFloatMap_valueTable[i] = value_0; + java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static.com_github_tommyettinger_ds_ObjectFloatOrderedMap_keys, key); + ++this$static.com_github_tommyettinger_ds_ObjectFloatMap_size >= this$static.com_github_tommyettinger_ds_ObjectFloatMap_threshold && com_github_tommyettinger_ds_ObjectFloatMap_$resize__Lcom_github_tommyettinger_ds_ObjectFloatMap_2IV(this$static, this$static.com_github_tommyettinger_ds_ObjectFloatMap_keyTable.length << 1); + return this$static.com_github_tommyettinger_ds_ObjectFloatMap_defaultValue; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(909, 396, $intern_2415); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectFloatOrderedMap_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_ObjectFloatOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2(this).com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter; +} +; +_.entrySet__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2 = function com_github_tommyettinger_ds_ObjectFloatOrderedMap_entrySet__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2(){ + return com_github_tommyettinger_ds_ObjectFloatOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2(this); +} +; +_.iterator__Lcom_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_2 = function com_github_tommyettinger_ds_ObjectFloatOrderedMap_iterator__Lcom_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_2(){ + return com_github_tommyettinger_ds_ObjectFloatOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2(this).com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter; +} +; +_.remove__Ljava_lang_Object_2F = function com_github_tommyettinger_ds_ObjectFloatOrderedMap_remove__Ljava_lang_Object_2F(key){ + if (!com_github_tommyettinger_ds_ObjectFloatMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2Z(this, key)) { + return this.com_github_tommyettinger_ds_ObjectFloatMap_defaultValue; + } + java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this.com_github_tommyettinger_ds_ObjectFloatOrderedMap_keys, key); + return com_github_tommyettinger_ds_ObjectFloatMap_$remove__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2F(this, key); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_github_tommyettinger_ds_ObjectFloatOrderedMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, key, keys_0, n, value_0; + if (this.com_github_tommyettinger_ds_ObjectFloatMap_size == 0) { + return braces?$intern_649:''; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + keys_0 = this.com_github_tommyettinger_ds_ObjectFloatOrderedMap_keys; + for (i = 0 , n = keys_0.java_util_ArrayList_array.length; i < n; i++) { + key = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(i, keys_0.java_util_ArrayList_array.length) , keys_0.java_util_ArrayList_array[i]); + i > 0 && (buffer.java_lang_AbstractStringBuilder_string += separator , buffer); + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = com_github_tommyettinger_ds_ObjectFloatMap_$get__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2F(this, key); + buffer.java_lang_AbstractStringBuilder_string += value_0; + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatOrderedMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectFloatOrderedMap', 909, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap_12_1classLit); +function com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries_ObjectFloatOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2V(map_0){ + com_github_tommyettinger_ds_ObjectFloatMap$Entries_ObjectFloatMap$Entries__Lcom_github_tommyettinger_ds_ObjectFloatMap_2V.call(this, map_0); + this.com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries_keys = map_0.com_github_tommyettinger_ds_ObjectFloatOrderedMap_keys; + this.com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter = new com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries$1_ObjectFloatOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_ObjectFloatMap_2V(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(720, 550, $intern_2412, com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries_ObjectFloatOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatOrderedMap$OrderedMapEntries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectFloatOrderedMap/OrderedMapEntries', 720, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap$Entries_12_1classLit); +function com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries$1_ObjectFloatOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_ObjectFloatMap_2V(this$1, $anonymous0){ + this.com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries$1_this$11 = this$1; + com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_ObjectFloatMap$EntryIterator__Lcom_github_tommyettinger_ds_ObjectFloatMap_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(911, 721, $intern_119, com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries$1_ObjectFloatOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_ObjectFloatMap_2V); +_.next__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entry_2 = function com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries$1_next__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entry_2(){ + if (!this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key = java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries$1_this$11.com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries_keys, this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex); + this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectFloatMap$Entry_value = com_github_tommyettinger_ds_ObjectFloatMap_$get__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2F(this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map, this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key); + ++this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex < this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_size; + return this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry; +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries$1_remove__V(){ + if (this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key != null && this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.remove__Ljava_lang_Object_2F(this.com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key); + --this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_github_tommyettinger_ds_ObjectFloatOrderedMap$OrderedMapEntries$1_reset__V(){ + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_nextIndex = 0; + this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_ObjectFloatMap$MapIterator_map.com_github_tommyettinger_ds_ObjectFloatMap_size > 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatOrderedMap$OrderedMapEntries$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectFloatOrderedMap/OrderedMapEntries/1', 911, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatMap$EntryIterator_12_1classLit); +function com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), this$static.com_github_tommyettinger_ds_ObjectIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_ObjectIntMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectIntMap_mask) { + other = keyTable[i]; + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return true; + if (other == null) + return false; + } +} + +function com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), this$static.com_github_tommyettinger_ds_ObjectIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_ObjectIntMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectIntMap_mask) { + other = keyTable[i]; + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable[i]; + if (other == null) + return this$static.com_github_tommyettinger_ds_ObjectIntMap_defaultValue; + } +} + +function com_github_tommyettinger_ds_ObjectIntMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), this$static.com_github_tommyettinger_ds_ObjectIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_ObjectIntMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectIntMap_mask) { + other = keyTable[i]; + if (java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return i; + if (other == null) + return ~i; + } +} + +function com_github_tommyettinger_ds_ObjectIntMap_$place__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static, item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0), this$static.com_github_tommyettinger_ds_ObjectIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_ObjectIntMap_shift)); +} + +function com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static, key, value_0){ + var i, oldValue; + i = com_github_tommyettinger_ds_ObjectIntMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) { + oldValue = this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable[i]; + this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable[i] = value_0; + return oldValue; + } + i = ~i; + this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable[i] = key; + this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable[i] = value_0; + ++this$static.com_github_tommyettinger_ds_ObjectIntMap_size >= this$static.com_github_tommyettinger_ds_ObjectIntMap_threshold && com_github_tommyettinger_ds_ObjectIntMap_$resize__Lcom_github_tommyettinger_ds_ObjectIntMap_2IV(this$static, this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable.length << 1); + return this$static.com_github_tommyettinger_ds_ObjectIntMap_defaultValue; +} + +function com_github_tommyettinger_ds_ObjectIntMap_$putResize__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2IV(this$static, key, value_0){ + var i, keyTable; + keyTable = this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key), this$static.com_github_tommyettinger_ds_ObjectIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_ObjectIntMap_shift));; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectIntMap_mask) { + if (keyTable[i] == null) { + keyTable[i] = key; + this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable[i] = value_0; + return; + } + } +} + +function com_github_tommyettinger_ds_ObjectIntMap_$remove__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, mask, next, oldValue, placement, rem, valueTable; + i = com_github_tommyettinger_ds_ObjectIntMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static, key); + if (i < 0) { + return this$static.com_github_tommyettinger_ds_ObjectIntMap_defaultValue; + } + keyTable = this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable; + oldValue = valueTable[i]; + mask = this$static.com_github_tommyettinger_ds_ObjectIntMap_mask; + next = i + 1 & mask; + while ((rem = keyTable[next]) != null) { + placement = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(rem), this$static.com_github_tommyettinger_ds_ObjectIntMap_hashMultiplier), this$static.com_github_tommyettinger_ds_ObjectIntMap_shift)); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = rem; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this$static.com_github_tommyettinger_ds_ObjectIntMap_size; + return oldValue; +} + +function com_github_tommyettinger_ds_ObjectIntMap_$resize__Lcom_github_tommyettinger_ds_ObjectIntMap_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable, oldValueTable; + oldCapacity = this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable.length; + this$static.com_github_tommyettinger_ds_ObjectIntMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_github_tommyettinger_ds_ObjectIntMap_loadFactor); + this$static.com_github_tommyettinger_ds_ObjectIntMap_mask = newSize - 1; + this$static.com_github_tommyettinger_ds_ObjectIntMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this$static.com_github_tommyettinger_ds_ObjectIntMap_mask); + this$static.com_github_tommyettinger_ds_ObjectIntMap_hashMultiplier = (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_GOOD_1MULTIPLIERS)[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_ds_ObjectIntMap_hashMultiplier, 48 + this$static.com_github_tommyettinger_ds_ObjectIntMap_shift)) & 511]; + oldKeyTable = this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + oldValueTable = this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable; + this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newSize, 15, 1); + if (this$static.com_github_tommyettinger_ds_ObjectIntMap_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != null && com_github_tommyettinger_ds_ObjectIntMap_$putResize__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2IV(this$static, key, oldValueTable[i]); + } + } +} + +function com_github_tommyettinger_ds_ObjectIntMap_ObjectIntMap__V(){ + com_github_tommyettinger_ds_ObjectIntMap_ObjectIntMap__IFV.call(this, 51, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_defaultLoadFactor)); +} + +function com_github_tommyettinger_ds_ObjectIntMap_ObjectIntMap__IFV(initialCapacity, loadFactor){ + var tableSize; + if (loadFactor <= 0 || loadFactor > 1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_2407 + loadFactor)); + } + this.com_github_tommyettinger_ds_ObjectIntMap_loadFactor = loadFactor; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(initialCapacity, loadFactor); + this.com_github_tommyettinger_ds_ObjectIntMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(tableSize * loadFactor); + this.com_github_tommyettinger_ds_ObjectIntMap_mask = tableSize - 1; + this.com_github_tommyettinger_ds_ObjectIntMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this.com_github_tommyettinger_ds_ObjectIntMap_mask); + this.com_github_tommyettinger_ds_ObjectIntMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); + this.com_github_tommyettinger_ds_ObjectIntMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, tableSize, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(210, 1, $intern_2416, com_github_tommyettinger_ds_ObjectIntMap_ObjectIntMap__V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectIntMap_iterator__Ljava_util_Iterator_2(){ + return this.iterator__Lcom_github_tommyettinger_ds_ObjectIntMap$EntryIterator_2(); +} +; +_.entrySet__Lcom_github_tommyettinger_ds_ObjectIntMap$Entries_2 = function com_github_tommyettinger_ds_ObjectIntMap_entrySet__Lcom_github_tommyettinger_ds_ObjectIntMap$Entries_2(){ + if (!this.com_github_tommyettinger_ds_ObjectIntMap_entries1 || !this.com_github_tommyettinger_ds_ObjectIntMap_entries2) { + this.com_github_tommyettinger_ds_ObjectIntMap_entries1 = new com_github_tommyettinger_ds_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_github_tommyettinger_ds_ObjectIntMap_2V(this); + this.com_github_tommyettinger_ds_ObjectIntMap_entries2 = new com_github_tommyettinger_ds_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_github_tommyettinger_ds_ObjectIntMap_2V(this); + } + if (!this.com_github_tommyettinger_ds_ObjectIntMap_entries1.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid) { + this.com_github_tommyettinger_ds_ObjectIntMap_entries1.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectIntMap_entries1.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectIntMap_entries2.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectIntMap_entries1; + } + this.com_github_tommyettinger_ds_ObjectIntMap_entries2.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.reset__V(); + this.com_github_tommyettinger_ds_ObjectIntMap_entries2.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectIntMap_entries1.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectIntMap_entries2; +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectIntMap_equals__Ljava_lang_Object_2Z(obj){ + var i, key, keyTable, n, other, value_0, valueTable; + if (obj === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 210)) { + return false; + } + other = obj; + if (other.com_github_tommyettinger_ds_ObjectIntMap_size != this.com_github_tommyettinger_ds_ObjectIntMap_size) { + return false; + } + keyTable = this.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectIntMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null) { + value_0 = valueTable[i]; + if (value_0 != com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(other, key)) { + return false; + } + } + } + return true; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectIntMap_hashCode__I(){ + var h, i, key, keyTable, n, valueTable; + h = this.com_github_tommyettinger_ds_ObjectIntMap_size; + keyTable = this.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectIntMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != null) { + h ^= java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key); + h ^= valueTable[i]; + } + } + return h; +} +; +_.iterator__Lcom_github_tommyettinger_ds_ObjectIntMap$EntryIterator_2 = function com_github_tommyettinger_ds_ObjectIntMap_iterator__Lcom_github_tommyettinger_ds_ObjectIntMap$EntryIterator_2(){ + return this.entrySet__Lcom_github_tommyettinger_ds_ObjectIntMap$Entries_2().com_github_tommyettinger_ds_ObjectIntMap$Entries_iter; +} +; +_.remove__Ljava_lang_Object_2I = function com_github_tommyettinger_ds_ObjectIntMap_remove__Ljava_lang_Object_2I(key){ + return com_github_tommyettinger_ds_ObjectIntMap_$remove__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this, key); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectIntMap_toString__Ljava_lang_String_2(){ + return this.toString__Ljava_lang_String_2ZLjava_lang_String_2($intern_15, true); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_github_tommyettinger_ds_ObjectIntMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, key, keyTable, value_0, valueTable; + if (this.com_github_tommyettinger_ds_ObjectIntMap_size == 0) { + return braces?$intern_649:''; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + keyTable = this.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectIntMap_valueTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += value_0; + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += separator; + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += value_0; + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +_.com_github_tommyettinger_ds_ObjectIntMap_defaultValue = 0; +_.com_github_tommyettinger_ds_ObjectIntMap_hashMultiplier = $intern_2405; +_.com_github_tommyettinger_ds_ObjectIntMap_loadFactor = 0; +_.com_github_tommyettinger_ds_ObjectIntMap_mask = 0; +_.com_github_tommyettinger_ds_ObjectIntMap_shift = 0; +_.com_github_tommyettinger_ds_ObjectIntMap_size = 0; +_.com_github_tommyettinger_ds_ObjectIntMap_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, $intern_690, 210, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_github_tommyettinger_ds_ObjectIntMap_2V(map_0){ + this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter = new com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_ObjectIntMap$EntryIterator__Lcom_github_tommyettinger_ds_ObjectIntMap_2V(map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(545, $intern_976, $intern_2412, com_github_tommyettinger_ds_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_github_tommyettinger_ds_ObjectIntMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectIntMap$Entries_iterator__Ljava_util_Iterator_2(){ + return this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectIntMap$Entries_hashCode__I(){ + var currentIdx, hc, hn, nextIdx; + currentIdx = this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex; + nextIdx = this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex; + hn = this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext; + this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.reset__V(); + hc = java_util_Collections_hashCode__Ljava_lang_Iterable_2I(this); + this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex = currentIdx; + this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex = nextIdx; + this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext = hn; + return hc; +} +; +_.size__I = function com_github_tommyettinger_ds_ObjectIntMap$Entries_size__I(){ + return this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap$Entries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, $intern_692, 545, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function com_github_tommyettinger_ds_ObjectIntMap$Entry_ObjectIntMap$Entry__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(708, 1, {708:1}, com_github_tommyettinger_ds_ObjectIntMap$Entry_ObjectIntMap$Entry__V); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectIntMap$Entry_equals__Ljava_lang_Object_2Z(o){ + var entry; + if (this === o) { + return true; + } + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap$Entry_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o) || this.com_github_tommyettinger_ds_ObjectIntMap$Entry_key == null) { + return false; + } + entry = o; + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_tommyettinger_ds_ObjectIntMap$Entry_key, entry.com_github_tommyettinger_ds_ObjectIntMap$Entry_key)) { + return false; + } + return this.com_github_tommyettinger_ds_ObjectIntMap$Entry_value == entry.com_github_tommyettinger_ds_ObjectIntMap$Entry_value; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectIntMap$Entry_hashCode__I(){ + return java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.com_github_tommyettinger_ds_ObjectIntMap$Entry_key) * 31 + this.com_github_tommyettinger_ds_ObjectIntMap$Entry_value; +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectIntMap$Entry_toString__Ljava_lang_String_2(){ + return this.com_github_tommyettinger_ds_ObjectIntMap$Entry_key + '=' + this.com_github_tommyettinger_ds_ObjectIntMap$Entry_value; +} +; +_.com_github_tommyettinger_ds_ObjectIntMap$Entry_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap$Entry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, $intern_693, 708, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectIntMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectIntMap$MapIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + for (n = keyTable.length; ++this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex < n;) { + if (keyTable[this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex] != null) { + this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext = true; + return; + } + } + this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext = false; +} + +function com_github_tommyettinger_ds_ObjectIntMap$MapIterator_$remove__Lcom_github_tommyettinger_ds_ObjectIntMap$MapIterator_2V(this$static){ + var i, key, keyTable, mask, next, placement, valueTable; + i = this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex; + if (i < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + keyTable = this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + valueTable = this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_valueTable; + mask = this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = com_github_tommyettinger_ds_ObjectIntMap_$place__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map, key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_size; + i != this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex && --this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex; + this$static.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex = -1; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(882, 1, {}); +_.reset__V = function com_github_tommyettinger_ds_ObjectIntMap$MapIterator_reset__V(){ + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex = -1; + com_github_tommyettinger_ds_ObjectIntMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectIntMap$MapIterator_2V(this); +} +; +_.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex = 0; +_.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext = false; +_.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex = 0; +_.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap$MapIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, $intern_691, 882, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_ObjectIntMap$EntryIterator__Lcom_github_tommyettinger_ds_ObjectIntMap_2V(map_0){ + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map = map_0; + this.reset__V(); + this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry = new com_github_tommyettinger_ds_ObjectIntMap$Entry_ObjectIntMap$Entry__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(707, 882, $intern_119, com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_ObjectIntMap$EntryIterator__Lcom_github_tommyettinger_ds_ObjectIntMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_next__Ljava_lang_Object_2(){ + return this.next__Lcom_github_tommyettinger_ds_ObjectIntMap$Entry_2(); +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_remove__V(){ + com_github_tommyettinger_ds_ObjectIntMap$MapIterator_$remove__Lcom_github_tommyettinger_ds_ObjectIntMap$MapIterator_2V(this); +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_hasNext__Z(){ + if (!this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext; +} +; +_.next__Lcom_github_tommyettinger_ds_ObjectIntMap$Entry_2 = function com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_next__Lcom_github_tommyettinger_ds_ObjectIntMap$Entry_2(){ + var keyTable; + if (!this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + keyTable = this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_keyTable; + this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectIntMap$Entry_key = keyTable[this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex]; + this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectIntMap$Entry_value = this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_valueTable[this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex]; + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex; + com_github_tommyettinger_ds_ObjectIntMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectIntMap$MapIterator_2V(this); + return this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap$EntryIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectIntMap/EntryIterator', 707, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap$MapIterator_12_1classLit); +function com_github_tommyettinger_ds_ObjectIntOrderedMap_$ensureCapacity__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2IV(this$static, additionalCapacity){ + var tableSize; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(this$static.com_github_tommyettinger_ds_ObjectIntMap_size + additionalCapacity, this$static.com_github_tommyettinger_ds_ObjectIntMap_loadFactor); + this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable.length < tableSize && com_github_tommyettinger_ds_ObjectIntMap_$resize__Lcom_github_tommyettinger_ds_ObjectIntMap_2IV(this$static, tableSize); +} + +function com_github_tommyettinger_ds_ObjectIntOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Lcom_github_tommyettinger_ds_ObjectIntMap$Entries_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectIntMap_entries1 || !this$static.com_github_tommyettinger_ds_ObjectIntMap_entries2) { + this$static.com_github_tommyettinger_ds_ObjectIntMap_entries1 = new com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries_ObjectIntOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectIntMap_entries2 = new com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries_ObjectIntOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectIntMap_entries1.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid) { + this$static.com_github_tommyettinger_ds_ObjectIntMap_entries1.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectIntMap_entries1.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectIntMap_entries2.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectIntMap_entries1; + } + this$static.com_github_tommyettinger_ds_ObjectIntMap_entries2.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectIntMap_entries2.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectIntMap_entries1.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectIntMap_entries2; +} + +function com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(this$static, key, value_0){ + var i, oldValue; + i = com_github_tommyettinger_ds_ObjectIntMap_$locateKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static, key); + if (i >= 0) { + oldValue = this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable[i]; + this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable[i] = value_0; + return oldValue; + } + i = ~i; + this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable[i] = key; + this$static.com_github_tommyettinger_ds_ObjectIntMap_valueTable[i] = value_0; + java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static.com_github_tommyettinger_ds_ObjectIntOrderedMap_keys, key); + ++this$static.com_github_tommyettinger_ds_ObjectIntMap_size >= this$static.com_github_tommyettinger_ds_ObjectIntMap_threshold && com_github_tommyettinger_ds_ObjectIntMap_$resize__Lcom_github_tommyettinger_ds_ObjectIntMap_2IV(this$static, this$static.com_github_tommyettinger_ds_ObjectIntMap_keyTable.length << 1); + return this$static.com_github_tommyettinger_ds_ObjectIntMap_defaultValue; +} + +function com_github_tommyettinger_ds_ObjectIntOrderedMap_$putAll__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2V(this$static, map_0){ + var i, kl; + com_github_tommyettinger_ds_ObjectIntOrderedMap_$ensureCapacity__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2IV(this$static, map_0.com_github_tommyettinger_ds_ObjectIntMap_size); + for (i = 0 , kl = map_0.com_github_tommyettinger_ds_ObjectIntMap_size; i < kl; i++) { + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(this$static, java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(map_0.com_github_tommyettinger_ds_ObjectIntOrderedMap_keys, i), com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(map_0, java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(map_0.com_github_tommyettinger_ds_ObjectIntOrderedMap_keys, i))); + } +} + +function com_github_tommyettinger_ds_ObjectIntOrderedMap_ObjectIntOrderedMap__IV(initialCapacity){ + com_github_tommyettinger_ds_ObjectIntMap_ObjectIntMap__IFV.call(this, initialCapacity, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_defaultLoadFactor)); + this.com_github_tommyettinger_ds_ObjectIntOrderedMap_keys = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(initialCapacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(544, 210, $intern_2416, com_github_tommyettinger_ds_ObjectIntOrderedMap_ObjectIntOrderedMap__IV); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectIntOrderedMap_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_ObjectIntOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Lcom_github_tommyettinger_ds_ObjectIntMap$Entries_2(this).com_github_tommyettinger_ds_ObjectIntMap$Entries_iter; +} +; +_.entrySet__Lcom_github_tommyettinger_ds_ObjectIntMap$Entries_2 = function com_github_tommyettinger_ds_ObjectIntOrderedMap_entrySet__Lcom_github_tommyettinger_ds_ObjectIntMap$Entries_2(){ + return com_github_tommyettinger_ds_ObjectIntOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Lcom_github_tommyettinger_ds_ObjectIntMap$Entries_2(this); +} +; +_.iterator__Lcom_github_tommyettinger_ds_ObjectIntMap$EntryIterator_2 = function com_github_tommyettinger_ds_ObjectIntOrderedMap_iterator__Lcom_github_tommyettinger_ds_ObjectIntMap$EntryIterator_2(){ + return com_github_tommyettinger_ds_ObjectIntOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Lcom_github_tommyettinger_ds_ObjectIntMap$Entries_2(this).com_github_tommyettinger_ds_ObjectIntMap$Entries_iter; +} +; +_.remove__Ljava_lang_Object_2I = function com_github_tommyettinger_ds_ObjectIntOrderedMap_remove__Ljava_lang_Object_2I(key){ + if (!com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this, key)) { + return this.com_github_tommyettinger_ds_ObjectIntMap_defaultValue; + } + java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this.com_github_tommyettinger_ds_ObjectIntOrderedMap_keys, key); + return com_github_tommyettinger_ds_ObjectIntMap_$remove__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this, key); +} +; +_.toString__Ljava_lang_String_2ZLjava_lang_String_2 = function com_github_tommyettinger_ds_ObjectIntOrderedMap_toString__Ljava_lang_String_2ZLjava_lang_String_2(separator, braces){ + var buffer, i, key, keys_0, n, value_0; + if (this.com_github_tommyettinger_ds_ObjectIntMap_size == 0) { + return braces?$intern_649:''; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + braces && (buffer.java_lang_AbstractStringBuilder_string += '{' , buffer); + keys_0 = this.com_github_tommyettinger_ds_ObjectIntOrderedMap_keys; + for (i = 0 , n = keys_0.java_util_ArrayList_array.length; i < n; i++) { + key = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(i, keys_0.java_util_ArrayList_array.length) , keys_0.java_util_ArrayList_array[i]); + i > 0 && (buffer.java_lang_AbstractStringBuilder_string += separator , buffer); + buffer.java_lang_AbstractStringBuilder_string += '' + (key === this?$intern_694:key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this, key); + buffer.java_lang_AbstractStringBuilder_string += value_0; + } + braces && (buffer.java_lang_AbstractStringBuilder_string += '}' , buffer); + return buffer.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntOrderedMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectIntOrderedMap', 544, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap_12_1classLit); +function com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries_ObjectIntOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2V(map_0){ + com_github_tommyettinger_ds_ObjectIntMap$Entries_ObjectIntMap$Entries__Lcom_github_tommyettinger_ds_ObjectIntMap_2V.call(this, map_0); + this.com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries_keys = map_0.com_github_tommyettinger_ds_ObjectIntOrderedMap_keys; + this.com_github_tommyettinger_ds_ObjectIntMap$Entries_iter = new com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries$1_ObjectIntOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_ObjectIntMap_2V(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(706, 545, $intern_2412, com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries_ObjectIntOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntOrderedMap$OrderedMapEntries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectIntOrderedMap/OrderedMapEntries', 706, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap$Entries_12_1classLit); +function com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries$1_ObjectIntOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_ObjectIntMap_2V(this$1, $anonymous0){ + this.com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries$1_this$11 = this$1; + com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_ObjectIntMap$EntryIterator__Lcom_github_tommyettinger_ds_ObjectIntMap_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(883, 707, $intern_119, com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries$1_ObjectIntOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_ObjectIntMap_2V); +_.next__Lcom_github_tommyettinger_ds_ObjectIntMap$Entry_2 = function com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries$1_next__Lcom_github_tommyettinger_ds_ObjectIntMap$Entry_2(){ + if (!this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectIntMap$Entry_key = java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries$1_this$11.com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries_keys, this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex); + this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectIntMap$Entry_value = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map, this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectIntMap$Entry_key); + ++this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex < this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_size; + return this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry; +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries$1_remove__V(){ + if (this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectIntMap$Entry_key != null && this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.remove__Ljava_lang_Object_2I(this.com_github_tommyettinger_ds_ObjectIntMap$EntryIterator_entry.com_github_tommyettinger_ds_ObjectIntMap$Entry_key); + --this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_github_tommyettinger_ds_ObjectIntOrderedMap$OrderedMapEntries$1_reset__V(){ + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_nextIndex = 0; + this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_ObjectIntMap$MapIterator_map.com_github_tommyettinger_ds_ObjectIntMap_size > 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntOrderedMap$OrderedMapEntries$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectIntOrderedMap/OrderedMapEntries/1', 883, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectIntMap$EntryIterator_12_1classLit); +function java_util_List_$sort__Ljava_util_List_2Ljava_util_Comparator_2V(this$static, c){ + var a, i; + a = this$static.toArray___3Ljava_lang_Object_2(); + java_util_Arrays_mergeSort___3Ljava_lang_Object_2IILjava_util_Comparator_2V(a, 0, a.length, c); + for (i = 0; i < a.length; i++) { + this$static.set__ILjava_lang_Object_2Ljava_lang_Object_2(i, a[i]); + } +} + +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1List_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, $intern_537); +function java_util_AbstractList_$equals__Ljava_util_AbstractList_2Ljava_lang_Object_2Z(this$static, o){ + var elem, elem$iterator, elemOther, iterOther, other; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static)) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 229)) { + return false; + } + other = o; + if (this$static.size__I() != other.size__I()) { + return false; + } + iterOther = other.iterator__Ljava_util_Iterator_2(); + for (elem$iterator = this$static.iterator__Ljava_util_Iterator_2(); elem$iterator.hasNext__Z();) { + elem = elem$iterator.next__Ljava_lang_Object_2(); + elemOther = iterOther.next__Ljava_lang_Object_2(); + if (!(com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(elem) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(elemOther) || elem != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(elem, elemOther))) { + return false; + } + } + return true; +} + +function java_util_AbstractList_$indexOf__Ljava_util_AbstractList_2Ljava_lang_Object_2I(this$static, toFind){ + var i, n; + for (i = 0 , n = this$static.size__I(); i < n; ++i) { + if (java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(toFind, this$static.get__ILjava_lang_Object_2(i))) { + return i; + } + } + return -1; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(263, 81, $intern_2417); +_.sort__Ljava_util_Comparator_2V = function java_util_AbstractList_sort__Ljava_util_Comparator_2V(c){ + java_util_List_$sort__Ljava_util_List_2Ljava_util_Comparator_2V(this, c); +} +; +_.add__ILjava_lang_Object_2V = function java_util_AbstractList_add__ILjava_lang_Object_2V(index_0, element){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V('Add not supported on this list')); +} +; +_.add__Ljava_lang_Object_2Z = function java_util_AbstractList_add__Ljava_lang_Object_2Z(obj){ + this.add__ILjava_lang_Object_2V(this.size__I(), obj); + return true; +} +; +_.addAll__ILjava_util_Collection_2Z = function java_util_AbstractList_addAll__ILjava_util_Collection_2Z(index_0, c){ + var changed, e, e$iterator; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(c); + changed = false; + for (e$iterator = c.iterator__Ljava_util_Iterator_2(); e$iterator.hasNext__Z();) { + e = e$iterator.next__Ljava_lang_Object_2(); + this.add__ILjava_lang_Object_2V(index_0++, e); + changed = true; + } + return changed; +} +; +_.clear__V = function java_util_AbstractList_clear__V(){ + this.removeRange__IIV(0, this.size__I()); +} +; +_.equals__Ljava_lang_Object_2Z = function java_util_AbstractList_equals__Ljava_lang_Object_2Z(o){ + return java_util_AbstractList_$equals__Ljava_util_AbstractList_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function java_util_AbstractList_hashCode__I(){ + return java_util_Collections_hashCode__Ljava_util_List_2I(this); +} +; +_.indexOf__Ljava_lang_Object_2I = function java_util_AbstractList_indexOf__Ljava_lang_Object_2I(toFind){ + return java_util_AbstractList_$indexOf__Ljava_util_AbstractList_2Ljava_lang_Object_2I(this, toFind); +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_AbstractList_iterator__Ljava_util_Iterator_2(){ + return new java_util_AbstractList$IteratorImpl_AbstractList$IteratorImpl__Ljava_util_AbstractList_2V(this); +} +; +_.lastIndexOf__Ljava_lang_Object_2I = function java_util_AbstractList_lastIndexOf__Ljava_lang_Object_2I(toFind){ + var i; + for (i = this.size__I() - 1; i > -1; --i) { + if (java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(toFind, this.get__ILjava_lang_Object_2(i))) { + return i; + } + } + return -1; +} +; +_.listIterator__Ljava_util_ListIterator_2 = function java_util_AbstractList_listIterator__Ljava_util_ListIterator_2(){ + return this.listIterator__ILjava_util_ListIterator_2(0); +} +; +_.listIterator__ILjava_util_ListIterator_2 = function java_util_AbstractList_listIterator__ILjava_util_ListIterator_2(from){ + return new java_util_AbstractList$ListIteratorImpl_AbstractList$ListIteratorImpl__Ljava_util_AbstractList_2IV(this, from); +} +; +_.remove__ILjava_lang_Object_2 = function java_util_AbstractList_remove__ILjava_lang_Object_2(index_0){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V('Remove not supported on this list')); +} +; +_.removeRange__IIV = function java_util_AbstractList_removeRange__IIV(fromIndex, endIndex){ + var i, iter; + iter = this.listIterator__ILjava_util_ListIterator_2(fromIndex); + for (i = fromIndex; i < endIndex; ++i) { + iter.next__Ljava_lang_Object_2(); + iter.remove__V(); + } +} +; +_.set__ILjava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractList_set__ILjava_lang_Object_2Ljava_lang_Object_2(index_0, o){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V('Set not supported on this list')); +} +; +_.subList__IILjava_util_List_2 = function java_util_AbstractList_subList__IILjava_util_List_2(fromIndex, toIndex){ + return new java_util_AbstractList$SubList_AbstractList$SubList__Ljava_util_List_2IIV(this, fromIndex, toIndex); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractList', 263, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractCollection_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Cloneable_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_8, 'Cloneable'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1RandomAccess_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'RandomAccess'); +function java_util_ArrayList_$$init__Ljava_util_ArrayList_2V(this$static){ + this$static.java_util_ArrayList_array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 0, 5, 1); +} + +function java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static, o){ + javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(this$static.java_util_ArrayList_array, o); + return true; +} + +function java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(this$static, c){ + var cArray, len; + cArray = c.toArray___3Ljava_lang_Object_2(); + len = cArray.length; + if (len == 0) { + return false; + } + javaemul_internal_ArrayHelper_insertTo___3Ljava_lang_Object_2I_3Ljava_lang_Object_2V(this$static.java_util_ArrayList_array, this$static.java_util_ArrayList_array.length, cArray); + return true; +} + +function java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static, index_0){ + javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, this$static.java_util_ArrayList_array.length); + return this$static.java_util_ArrayList_array[index_0]; +} + +function java_util_ArrayList_$indexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this$static, o, index_0){ + for (; index_0 < this$static.java_util_ArrayList_array.length; ++index_0) { + if (java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(o, this$static.java_util_ArrayList_array[index_0])) { + return index_0; + } + } + return -1; +} + +function java_util_ArrayList_$lastIndexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this$static, o, index_0){ + for (; index_0 >= 0; --index_0) { + if (java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(o, this$static.java_util_ArrayList_array[index_0])) { + return index_0; + } + } + return -1; +} + +function java_util_ArrayList_$remove__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static, index_0){ + var previous; + previous = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, this$static.java_util_ArrayList_array.length) , this$static.java_util_ArrayList_array[index_0]); + javaemul_internal_ArrayHelper_removeFrom___3Ljava_lang_Object_2IIV(this$static.java_util_ArrayList_array, index_0, 1); + return previous; +} + +function java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static, o){ + var i; + i = java_util_ArrayList_$indexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this$static, o, 0); + if (i == -1) { + return false; + } + this$static.remove__ILjava_lang_Object_2(i); + return true; +} + +function java_util_ArrayList_$removeRange__Ljava_util_ArrayList_2IIV(this$static, fromIndex, endIndex){ + var count; + javaemul_internal_InternalPreconditions_checkCriticalPositionIndexes__IIIV(fromIndex, endIndex, this$static.java_util_ArrayList_array.length); + count = endIndex - fromIndex; + javaemul_internal_ArrayHelper_removeFrom___3Ljava_lang_Object_2IIV(this$static.java_util_ArrayList_array, fromIndex, count); +} + +function java_util_ArrayList_$set__Ljava_util_ArrayList_2ILjava_lang_Object_2Ljava_lang_Object_2(this$static, index_0, o){ + var previous; + previous = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, this$static.java_util_ArrayList_array.length) , this$static.java_util_ArrayList_array[index_0]); + this$static.java_util_ArrayList_array[index_0] = o; + return previous; +} + +function java_util_ArrayList_$toArray__Ljava_util_ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this$static, out){ + var i, size_0; + size_0 = this$static.java_util_ArrayList_array.length; + out.length < size_0 && (out = javaemul_internal_ArrayStamper_stampJavaTypeInfo__Ljava_lang_Object_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(new Array(size_0), out)); + for (i = 0; i < size_0; ++i) { + out[i] = this$static.java_util_ArrayList_array[i]; + } + out.length > size_0 && (out[size_0] = null); + return out; +} + +function java_util_ArrayList_ArrayList__V(){ + java_util_ArrayList_$$init__Ljava_util_ArrayList_2V(this); +} + +function java_util_ArrayList_ArrayList__IV(initialCapacity){ + java_util_ArrayList_$$init__Ljava_util_ArrayList_2V(this); + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZLjava_lang_Object_2V(initialCapacity >= 0, 'Initial capacity must not be negative'); +} + +function java_util_ArrayList_ArrayList__Ljava_util_Collection_2V(c){ + java_util_ArrayList_$$init__Ljava_util_ArrayList_2V(this); + javaemul_internal_ArrayHelper_insertTo___3Ljava_lang_Object_2I_3Ljava_lang_Object_2V(this.java_util_ArrayList_array, 0, c.toArray___3Ljava_lang_Object_2()); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(96, 263, {3:1, 4:1, 29:1, 81:1, 263:1, 96:1, 68:1, 229:1, 313:1}, java_util_ArrayList_ArrayList__V, java_util_ArrayList_ArrayList__IV, java_util_ArrayList_ArrayList__Ljava_util_Collection_2V); +_.add__ILjava_lang_Object_2V = function java_util_ArrayList_add__ILjava_lang_Object_2V(index_0, o){ + javaemul_internal_InternalPreconditions_checkCriticalPositionIndex__IIV(index_0, this.java_util_ArrayList_array.length); + javaemul_internal_ArrayHelper_insertTo___3Ljava_lang_Object_2ILjava_lang_Object_2V(this.java_util_ArrayList_array, index_0, o); +} +; +_.add__Ljava_lang_Object_2Z = function java_util_ArrayList_add__Ljava_lang_Object_2Z(o){ + return java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this, o); +} +; +_.addAll__ILjava_util_Collection_2Z = function java_util_ArrayList_addAll__ILjava_util_Collection_2Z(index_0, c){ + var cArray, len; + javaemul_internal_InternalPreconditions_checkCriticalPositionIndex__IIV(index_0, this.java_util_ArrayList_array.length); + cArray = c.toArray___3Ljava_lang_Object_2(); + len = cArray.length; + if (len == 0) { + return false; + } + javaemul_internal_ArrayHelper_insertTo___3Ljava_lang_Object_2I_3Ljava_lang_Object_2V(this.java_util_ArrayList_array, index_0, cArray); + return true; +} +; +_.addAll__Ljava_util_Collection_2Z = function java_util_ArrayList_addAll__Ljava_util_Collection_2Z(c){ + return java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(this, c); +} +; +_.clear__V = function java_util_ArrayList_clear__V(){ + javaemul_internal_ArrayHelper_setLength__Ljava_lang_Object_2IV(this.java_util_ArrayList_array, 0); +} +; +_.clone__Ljava_lang_Object_2 = function java_util_ArrayList_clone__Ljava_lang_Object_2(){ + return new java_util_ArrayList_ArrayList__Ljava_util_Collection_2V(this); +} +; +_.contains__Ljava_lang_Object_2Z = function java_util_ArrayList_contains__Ljava_lang_Object_2Z(o){ + return java_util_ArrayList_$indexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this, o, 0) != -1; +} +; +_.ensureCapacity__IV = function java_util_ArrayList_ensureCapacity__IV(ignored){ +} +; +_.forEach__Ljava_util_function_Consumer_2V = function java_util_ArrayList_forEach__Ljava_util_function_Consumer_2V(consumer){ + var e$array, e$index, e$max; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(consumer); + for (e$array = this.java_util_ArrayList_array , e$index = 0 , e$max = e$array.length; e$index < e$max; ++e$index) { + null.$_nullMethod(); + } +} +; +_.get__ILjava_lang_Object_2 = function java_util_ArrayList_get__ILjava_lang_Object_2(index_0){ + return java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this, index_0); +} +; +_.indexOf__Ljava_lang_Object_2I = function java_util_ArrayList_indexOf__Ljava_lang_Object_2I(o){ + return java_util_ArrayList_$indexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this, o, 0); +} +; +_.package_private$java_util$indexOf__Ljava_lang_Object_2II = function java_util_ArrayList_indexOf__Ljava_lang_Object_2II(o, index_0){ + return java_util_ArrayList_$indexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this, o, index_0); +} +; +_.isEmpty__Z = function java_util_ArrayList_isEmpty__Z(){ + return this.java_util_ArrayList_array.length == 0; +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_ArrayList_iterator__Ljava_util_Iterator_2(){ + return new java_util_ArrayList$1_ArrayList$1__Ljava_util_ArrayList_2V(this); +} +; +_.lastIndexOf__Ljava_lang_Object_2I = function java_util_ArrayList_lastIndexOf__Ljava_lang_Object_2I(o){ + return java_util_ArrayList_$lastIndexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this, o, this.size__I() - 1); +} +; +_.package_private$java_util$lastIndexOf__Ljava_lang_Object_2II = function java_util_ArrayList_lastIndexOf__Ljava_lang_Object_2II(o, index_0){ + return java_util_ArrayList_$lastIndexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(this, o, index_0); +} +; +_.remove__ILjava_lang_Object_2 = function java_util_ArrayList_remove__ILjava_lang_Object_2(index_0){ + return java_util_ArrayList_$remove__Ljava_util_ArrayList_2ILjava_lang_Object_2(this, index_0); +} +; +_.remove__Ljava_lang_Object_2Z = function java_util_ArrayList_remove__Ljava_lang_Object_2Z(o){ + return java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this, o); +} +; +_.removeIf__Ljava_util_function_Predicate_2Z = function java_util_ArrayList_removeIf__Ljava_util_function_Predicate_2Z(filter){ + var e, index_0, newArray, newIndex; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(filter); + newArray = null; + newIndex = 0; + for (index_0 = 0; index_0 < this.java_util_ArrayList_array.length; ++index_0) { + e = this.java_util_ArrayList_array[index_0]; + if (null.$_nullMethod()) { + if (newArray == null) { + newArray = javaemul_internal_ArrayHelper_clone___3Ljava_lang_Object_2II_3Ljava_lang_Object_2(this.java_util_ArrayList_array, index_0); + newIndex = index_0; + } + } + else + newArray != null && (newArray[newIndex++] = e); + } + if (newArray == null) { + return false; + } + this.java_util_ArrayList_array = newArray; + return true; +} +; +_.removeRange__IIV = function java_util_ArrayList_removeRange__IIV(fromIndex, endIndex){ + java_util_ArrayList_$removeRange__Ljava_util_ArrayList_2IIV(this, fromIndex, endIndex); +} +; +_.replaceAll__Ljava_util_function_UnaryOperator_2V = function java_util_ArrayList_replaceAll__Ljava_util_function_UnaryOperator_2V(operator){ + var i; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(operator); + for (i = 0; i < this.java_util_ArrayList_array.length; i++) { + this.java_util_ArrayList_array[i] = null.$_nullMethod(); + } +} +; +_.set__ILjava_lang_Object_2Ljava_lang_Object_2 = function java_util_ArrayList_set__ILjava_lang_Object_2Ljava_lang_Object_2(index_0, o){ + return java_util_ArrayList_$set__Ljava_util_ArrayList_2ILjava_lang_Object_2Ljava_lang_Object_2(this, index_0, o); +} +; +_.package_private$java_util$setSize__IV = function java_util_ArrayList_setSize__IV(newSize){ + javaemul_internal_ArrayHelper_setLength__Ljava_lang_Object_2IV(this.java_util_ArrayList_array, newSize); +} +; +_.size__I = function java_util_ArrayList_size__I(){ + return this.java_util_ArrayList_array.length; +} +; +_.sort__Ljava_util_Comparator_2V = function java_util_ArrayList_sort__Ljava_util_Comparator_2V(c){ + java_util_Arrays_sort___3Ljava_lang_Object_2IILjava_util_Comparator_2V(this.java_util_ArrayList_array, this.java_util_ArrayList_array.length, c); +} +; +_.toArray___3Ljava_lang_Object_2 = function java_util_ArrayList_toArray___3Ljava_lang_Object_2(){ + return javaemul_internal_ArrayHelper_clone___3Ljava_lang_Object_2_3Ljava_lang_Object_2(this.java_util_ArrayList_array); +} +; +_.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2 = function java_util_ArrayList_toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(out){ + return java_util_ArrayList_$toArray__Ljava_util_ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this, out); +} +; +_.trimToSize__V = function java_util_ArrayList_trimToSize__V(){ +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, $intern_1498, 96, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList_12_1classLit); +function com_github_tommyettinger_ds_ObjectList_$equals__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_lang_Object_2Z(this$static, o){ + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static)) + return true; + return java_util_AbstractList_$equals__Ljava_util_AbstractList_2Ljava_lang_Object_2Z(this$static, o); +} + +function com_github_tommyettinger_ds_ObjectList_$insert__Lcom_github_tommyettinger_ds_ObjectList_2ILjava_lang_Object_2V(this$static, index_0, element){ + javaemul_internal_InternalPreconditions_checkCriticalPositionIndex__IIV(index_0, this$static.java_util_ArrayList_array.length); + javaemul_internal_ArrayHelper_insertTo___3Ljava_lang_Object_2ILjava_lang_Object_2V(this$static.java_util_ArrayList_array, index_0, element); +} + +function com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectList_iterator1 || !this$static.com_github_tommyettinger_ds_ObjectList_iterator2) { + this$static.com_github_tommyettinger_ds_ObjectList_iterator1 = new com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectList_iterator2 = new com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectList_iterator1.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$reset__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2V(this$static.com_github_tommyettinger_ds_ObjectList_iterator1); + this$static.com_github_tommyettinger_ds_ObjectList_iterator1.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectList_iterator2.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectList_iterator1; + } + com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$reset__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2V(this$static.com_github_tommyettinger_ds_ObjectList_iterator2); + this$static.com_github_tommyettinger_ds_ObjectList_iterator2.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectList_iterator1.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectList_iterator2; +} + +function com_github_tommyettinger_ds_ObjectList_$listIterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectList_iterator1 || !this$static.com_github_tommyettinger_ds_ObjectList_iterator2) { + this$static.com_github_tommyettinger_ds_ObjectList_iterator1 = new com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectList_iterator2 = new com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectList_iterator1.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$reset__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2V(this$static.com_github_tommyettinger_ds_ObjectList_iterator1); + this$static.com_github_tommyettinger_ds_ObjectList_iterator1.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectList_iterator2.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectList_iterator1; + } + com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$reset__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2V(this$static.com_github_tommyettinger_ds_ObjectList_iterator2); + this$static.com_github_tommyettinger_ds_ObjectList_iterator2.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectList_iterator1.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectList_iterator2; +} + +function com_github_tommyettinger_ds_ObjectList_$listIterator__Lcom_github_tommyettinger_ds_ObjectList_2ILcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(this$static, index_0){ + if (!this$static.com_github_tommyettinger_ds_ObjectList_iterator1 || !this$static.com_github_tommyettinger_ds_ObjectList_iterator2) { + this$static.com_github_tommyettinger_ds_ObjectList_iterator1 = new com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2IV(this$static, index_0); + this$static.com_github_tommyettinger_ds_ObjectList_iterator2 = new com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2IV(this$static, index_0); + } + if (!this$static.com_github_tommyettinger_ds_ObjectList_iterator1.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$reset__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2IV(this$static.com_github_tommyettinger_ds_ObjectList_iterator1, index_0); + this$static.com_github_tommyettinger_ds_ObjectList_iterator1.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectList_iterator2.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectList_iterator1; + } + com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$reset__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2IV(this$static.com_github_tommyettinger_ds_ObjectList_iterator2, index_0); + this$static.com_github_tommyettinger_ds_ObjectList_iterator2.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectList_iterator1.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectList_iterator2; +} + +function com_github_tommyettinger_ds_ObjectList_$random__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Random_2Ljava_lang_Object_2(this$static, random){ + var n; + n = this$static.java_util_ArrayList_array.length; + if (n == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('ObjectList is empty.')); + } + return java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static, com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(random, n)); +} + +function com_github_tommyettinger_ds_ObjectList_$sort__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Comparator_2V(this$static, c){ + com_github_tommyettinger_ds_support_sort_ObjectComparators_sort__Ljava_util_List_2IILjava_util_Comparator_2V(this$static, 0, this$static.java_util_ArrayList_array.length, c); +} + +function com_github_tommyettinger_ds_ObjectList_ObjectList__V(){ + java_util_ArrayList_ArrayList__V.call(this); +} + +function com_github_tommyettinger_ds_ObjectList_ObjectList__IV(initialCapacity){ + java_util_ArrayList_ArrayList__IV.call(this, initialCapacity); +} + +function com_github_tommyettinger_ds_ObjectList_ObjectList__Ljava_util_Collection_2V(c){ + java_util_ArrayList_ArrayList__Ljava_util_Collection_2V.call(this, c); +} + +function com_github_tommyettinger_ds_ObjectList_with__Ljava_lang_Object_2Lcom_github_tommyettinger_ds_ObjectList_2(item_0){ + var list; + list = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(1); + javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(list.java_util_ArrayList_array, item_0); + return list; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(75, 96, {75:1, 3:1, 4:1, 29:1, 81:1, 263:1, 96:1, 68:1, 229:1, 313:1}, com_github_tommyettinger_ds_ObjectList_ObjectList__V, com_github_tommyettinger_ds_ObjectList_ObjectList__IV, com_github_tommyettinger_ds_ObjectList_ObjectList__Ljava_util_Collection_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectList_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(this); +} +; +_.listIterator__Ljava_util_ListIterator_2 = function com_github_tommyettinger_ds_ObjectList_listIterator__Ljava_util_ListIterator_2(){ + return com_github_tommyettinger_ds_ObjectList_$listIterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(this); +} +; +_.listIterator__ILjava_util_ListIterator_2 = function com_github_tommyettinger_ds_ObjectList_listIterator__ILjava_util_ListIterator_2(index_0){ + return com_github_tommyettinger_ds_ObjectList_$listIterator__Lcom_github_tommyettinger_ds_ObjectList_2ILcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(this, index_0); +} +; +_.add__ILjava_lang_Object_2V = function com_github_tommyettinger_ds_ObjectList_add__ILjava_lang_Object_2V(index_0, element){ + javaemul_internal_InternalPreconditions_checkCriticalPositionIndex__IIV(index_0, this.java_util_ArrayList_array.length); + javaemul_internal_ArrayHelper_insertTo___3Ljava_lang_Object_2ILjava_lang_Object_2V(this.java_util_ArrayList_array, index_0, element); +} +; +_.ensureCapacity__IV = function com_github_tommyettinger_ds_ObjectList_ensureCapacity__IV(additionalCapacity){ +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectList_equals__Ljava_lang_Object_2Z(o){ + return com_github_tommyettinger_ds_ObjectList_$equals__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectList_hashCode__I(){ + return java_util_Collections_hashCode__Ljava_util_List_2I(this); +} +; +_.remove__ILjava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectList_remove__ILjava_lang_Object_2(index_0){ + return java_util_ArrayList_$remove__Ljava_util_ArrayList_2ILjava_lang_Object_2(this, index_0); +} +; +_.removeRange__IIV = function com_github_tommyettinger_ds_ObjectList_removeRange__IIV(start_0, end){ + java_util_ArrayList_$removeRange__Ljava_util_ArrayList_2IIV(this, start_0, end); +} +; +_.sort__Ljava_util_Comparator_2V = function com_github_tommyettinger_ds_ObjectList_sort__Ljava_util_Comparator_2V(c){ + com_github_tommyettinger_ds_ObjectList_$sort__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Comparator_2V(this, c); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectList_toString__Ljava_lang_String_2(){ + var buffer, i, n; + n = this.java_util_ArrayList_array.length; + if (n == 0) { + return $intern_6; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + buffer.java_lang_AbstractStringBuilder_string += '['; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(0, this.java_util_ArrayList_array.length) , this.java_util_ArrayList_array[0])); + for (i = 1; i < n; i++) { + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(i, this.java_util_ArrayList_array.length) , this.java_util_ArrayList_array[i])); + } + buffer.java_lang_AbstractStringBuilder_string += ']'; + return buffer.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectList', 75, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList_12_1classLit); +function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$$init__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2V(this$static){ +} + +function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index < this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list.java_util_ArrayList_array.length; +} + +function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index >= this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list.java_util_ArrayList_array.length) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + return java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list, this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest = this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index++); +} + +function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$reset__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2V(this$static){ + this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index = 0; + this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest = -1; +} + +function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$reset__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2IV(this$static, index_0){ + if (index_0 < 0 || index_0 >= this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list.java_util_ArrayList_array.length) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_2418)); + this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index = index_0; + this$static.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest = -1; +} + +function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2V(list){ + com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$$init__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2V(this); + this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list = list; +} + +function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2IV(list, index_0){ + com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$$init__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2V(this); + if (index_0 < 0 || index_0 >= list.java_util_ArrayList_array.length) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_2418)); + this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list = list; + this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index = index_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(326, 1, $intern_2414, com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2V, com_github_tommyettinger_ds_ObjectList$ObjectListIterator_ObjectList$ObjectListIterator__Lcom_github_tommyettinger_ds_ObjectList_2IV); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.add__Ljava_lang_Object_2V = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_add__Ljava_lang_Object_2V(t){ + if (!this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index > this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list.java_util_ArrayList_array.length) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + com_github_tommyettinger_ds_ObjectList_$insert__Lcom_github_tommyettinger_ds_ObjectList_2ILjava_lang_Object_2V(this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list, this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index, t); + ++this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index; + this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest = -1; +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_hasNext__Z(){ + return com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(this); +} +; +_.hasPrevious__Z = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_hasPrevious__Z(){ + if (!this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index > 0 && this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list.java_util_ArrayList_array.length != 0; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_next__Ljava_lang_Object_2(){ + return com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(this); +} +; +_.nextIndex__I = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_nextIndex__I(){ + return this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index; +} +; +_.previous__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_previous__Ljava_lang_Object_2(){ + if (!this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index <= 0 || this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list.java_util_ArrayList_array.length == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + return java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list, this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest = --this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index); +} +; +_.previousIndex__I = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_previousIndex__I(){ + return this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index - 1; +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_remove__V(){ + if (!this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest == -1 || this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest >= this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list.java_util_ArrayList_array.length) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + java_util_ArrayList_$remove__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list, this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest); + this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index = this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest; + this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest = -1; +} +; +_.set__Ljava_lang_Object_2V = function com_github_tommyettinger_ds_ObjectList$ObjectListIterator_set__Ljava_lang_Object_2V(t){ + if (!this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + if (this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest == -1 || this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest >= this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list.java_util_ArrayList_array.length) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + java_util_ArrayList_$set__Ljava_util_ArrayList_2ILjava_lang_Object_2Ljava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_list, this.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest, t); +} +; +_.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_index = 0; +_.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_latest = -1; +_.com_github_tommyettinger_ds_ObjectList$ObjectListIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectList$ObjectListIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectList/ObjectListIterator', 326, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectMap$Entries_ObjectObjectMap$Entries__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(map_0){ + this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_entry = new com_github_tommyettinger_ds_ObjectObjectMap$Entry_ObjectObjectMap$Entry__V; + this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter = new com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_ObjectObjectMap$Entries$1__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(554, $intern_976, $intern_2412, com_github_tommyettinger_ds_ObjectObjectMap$Entries_ObjectObjectMap$Entries__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Entries_iterator__Ljava_util_Iterator_2(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter; +} +; +_.contains__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectObjectMap$Entries_contains__Ljava_lang_Object_2Z(o){ + return com_github_tommyettinger_ds_ObjectObjectMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Z(this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map, o); +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectObjectMap$Entries_hashCode__I(){ + var currentIdx, hc, hn, nextIdx; + currentIdx = this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex; + nextIdx = this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + hn = this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext; + this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.reset__V(); + hc = java_util_Collections_hashCode__Ljava_lang_Iterable_2I(this); + this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = currentIdx; + this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = nextIdx; + this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = hn; + return hc; +} +; +_.size__I = function com_github_tommyettinger_ds_ObjectObjectMap$Entries_size__I(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Entries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectMap/Entries', 554, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + for (n = keyTable.length; ++this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex < n;) { + if (keyTable[this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex] != null) { + this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = true; + return; + } + } + this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = false; +} + +function com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_ObjectObjectMap$MapIterator__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(map_0){ + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map = map_0; + this.reset__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(328, 1, $intern_119); +_.remove__V = function com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_remove__V(){ + var i, key, keyTable, mask, next, placement, valueTable; + i = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex; + if (i < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + keyTable = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + valueTable = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_valueTable; + mask = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.place__Ljava_lang_Object_2I(key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + valueTable[i] = valueTable[next]; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + valueTable[i] = null; + --this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size; + i != this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex && --this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_reset__V(){ + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = -1; + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2V(this); +} +; +_.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = 0; +_.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = false; +_.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = 0; +_.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$MapIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectMap/MapIterator', 328, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_$next__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries$1_2Ljava_util_Map$Entry_2(this$static){ + var keyTable; + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + keyTable = this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_keyTable; + this$static.com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_this$11.com_github_tommyettinger_ds_ObjectObjectMap$Entries_entry.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key = keyTable[this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex]; + this$static.com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_this$11.com_github_tommyettinger_ds_ObjectObjectMap$Entries_entry.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value = this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex]; + this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2V(this$static); + return this$static.com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_this$11.com_github_tommyettinger_ds_ObjectObjectMap$Entries_entry; +} + +function com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_ObjectObjectMap$Entries$1__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this$1, $anonymous0){ + this.com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_this$11 = this$1; + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_ObjectObjectMap$MapIterator__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(914, 328, $intern_119, com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_ObjectObjectMap$Entries$1__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_next__Ljava_lang_Object_2(){ + return com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_$next__Lcom_github_tommyettinger_ds_ObjectObjectMap$Entries$1_2Ljava_util_Map$Entry_2(this); +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectObjectMap$Entries$1_hasNext__Z(){ + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Entries$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectMap/Entries/1', 914, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$MapIterator_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectMap$Entry_ObjectObjectMap$Entry__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(723, 1, {723:1, 228:1}, com_github_tommyettinger_ds_ObjectObjectMap$Entry_ObjectObjectMap$Entry__V); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectObjectMap$Entry_equals__Ljava_lang_Object_2Z(o){ + var entry; + if (this === o) { + return true; + } + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Entry_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) { + return false; + } + entry = o; + if (!java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key, entry.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key)) { + return false; + } + return java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value, entry.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value); +} +; +_.getKey__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Entry_getKey__Ljava_lang_Object_2(){ + java_util_Objects_requireNonNull__Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key); + return this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key; +} +; +_.getValue__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Entry_getValue__Ljava_lang_Object_2(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectObjectMap$Entry_hashCode__I(){ + var result; + result = this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key != null?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key):0; + result = 31 * result + (this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value != null?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value):0); + return result; +} +; +_.setValue__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Entry_setValue__Ljava_lang_Object_2Ljava_lang_Object_2(value_0){ + var old; + old = this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value; + this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value = value_0; + return old; +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Entry_toString__Ljava_lang_String_2(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key + '=' + this.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Entry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectMap/Entry', 723, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectMap$Keys$1_ObjectObjectMap$Keys$1__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V($anonymous0){ + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_ObjectObjectMap$MapIterator__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(916, 328, $intern_119, com_github_tommyettinger_ds_ObjectObjectMap$Keys$1_ObjectObjectMap$Keys$1__Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Keys$1_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectObjectMap$Keys$1_hasNext__Z(){ + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Keys$1_next__Ljava_lang_Object_2(){ + var key; + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + key = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_keyTable[this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex]; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2V(this); + return key; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Keys$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectMap/Keys/1', 916, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$MapIterator_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectMap$Values_ObjectObjectMap$Values__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(map_0){ + this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter = new com_github_tommyettinger_ds_ObjectObjectMap$Values$1_ObjectObjectMap$Values$1__Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(555, 81, $intern_2411, com_github_tommyettinger_ds_ObjectObjectMap$Values_ObjectObjectMap$Values__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Values_iterator__Ljava_util_Iterator_2(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter; +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectObjectMap$Values_hashCode__I(){ + var currentIdx, hc, hn, nextIdx; + currentIdx = this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex; + nextIdx = this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + hn = this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext; + this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.reset__V(); + hc = javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this); + this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = currentIdx; + this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = nextIdx; + this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = hn; + return hc; +} +; +_.size__I = function com_github_tommyettinger_ds_ObjectObjectMap$Values_size__I(){ + return this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Values_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectMap/Values', 555, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractCollection_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectMap$Values$1_ObjectObjectMap$Values$1__Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V($anonymous0){ + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_ObjectObjectMap$MapIterator__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(915, 328, $intern_119, com_github_tommyettinger_ds_ObjectObjectMap$Values$1_ObjectObjectMap$Values$1__Lcom_github_tommyettinger_ds_ObjectObjectMap$Values_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Values$1_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectObjectMap$Values$1_hasNext__Z(){ + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectMap$Values$1_next__Ljava_lang_Object_2(){ + var value_0; + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + value_0 = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_valueTable[this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex]; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectObjectMap$MapIterator_2V(this); + return value_0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Values$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectMap/Values/1', 915, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$MapIterator_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries_ObjectObjectOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(map_0){ + com_github_tommyettinger_ds_ObjectObjectMap$Entries_ObjectObjectMap$Entries__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V.call(this, map_0); + this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries_keys = map_0.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys; + this.com_github_tommyettinger_ds_ObjectObjectMap$Entries_iter = new com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_ObjectObjectOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(725, 554, $intern_2412, com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries_ObjectObjectOrderedMap$OrderedMapEntries__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap$OrderedMapEntries_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectOrderedMap/OrderedMapEntries', 725, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Entries_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_$next__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Entry_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_this$11.com_github_tommyettinger_ds_ObjectObjectMap$Entries_entry.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key = java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_this$11.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries_keys, this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex); + this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_this$11.com_github_tommyettinger_ds_ObjectObjectMap$Entries_entry.com_github_tommyettinger_ds_ObjectObjectMap$Entry_value = com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map, this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_this$11.com_github_tommyettinger_ds_ObjectObjectMap$Entries_entry.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key); + ++this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex < this$static.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size; + return this$static.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_this$11.com_github_tommyettinger_ds_ObjectObjectMap$Entries_entry; +} + +function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_ObjectObjectOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this$1, $anonymous0){ + this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_this$11 = this$1; + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_ObjectObjectMap$MapIterator__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(917, 328, $intern_119, com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_ObjectObjectOrderedMap$OrderedMapEntries$1__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_next__Ljava_lang_Object_2(){ + return com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_$next__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Entry_2(this); +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_hasNext__Z(){ + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext; +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_remove__V(){ + if (this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.remove__Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_this$11.com_github_tommyettinger_ds_ObjectObjectMap$Entries_entry.com_github_tommyettinger_ds_ObjectObjectMap$Entry_key); + --this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapEntries$1_reset__V(){ + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = 0; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size > 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap$OrderedMapEntries$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectOrderedMap/OrderedMapEntries/1', 917, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$MapIterator_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_ObjectObjectOrderedMap$OrderedMapKeys$1__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this$1, $anonymous0){ + this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_this$11 = this$1; + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_ObjectObjectMap$MapIterator__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(918, 328, $intern_119, com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_ObjectObjectOrderedMap$OrderedMapKeys$1__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_hasNext__Z(){ + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_next__Ljava_lang_Object_2(){ + var key; + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + key = java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_this$11.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_keys, this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex); + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + ++this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex < this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size; + return key; +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_remove__V(){ + if (this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.remove__Ljava_lang_Object_2Ljava_lang_Object_2(java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_this$11.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys_keys, this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex)); + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapKeys$1_reset__V(){ + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = 0; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size > 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap$OrderedMapKeys$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectOrderedMap/OrderedMapKeys/1', 918, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$MapIterator_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_ObjectObjectOrderedMap$OrderedMapValues__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(map_0){ + com_github_tommyettinger_ds_ObjectObjectMap$Values_ObjectObjectMap$Values__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V.call(this, map_0); + this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_keys = map_0.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys; + this.com_github_tommyettinger_ds_ObjectObjectMap$Values_iter = new com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_ObjectObjectOrderedMap$OrderedMapValues$1__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this, map_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(726, 555, $intern_2411, com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_ObjectObjectOrderedMap$OrderedMapValues__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap$OrderedMapValues_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectOrderedMap/OrderedMapValues', 726, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$Values_12_1classLit); +function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_ObjectObjectOrderedMap$OrderedMapValues$1__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V(this$1, $anonymous0){ + this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_this$11 = this$1; + com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_ObjectObjectMap$MapIterator__Lcom_github_tommyettinger_ds_ObjectObjectMap_2V.call(this, $anonymous0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(919, 328, $intern_119, com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_ObjectObjectOrderedMap$OrderedMapValues$1__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_2Lcom_github_tommyettinger_ds_ObjectObjectMap_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_hasNext__Z(){ + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext; +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_next__Ljava_lang_Object_2(){ + var value_0; + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + value_0 = com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map, java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_this$11.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_keys, this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex)); + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + ++this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex < this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size; + return value_0; +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_remove__V(){ + if (this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.remove__Ljava_lang_Object_2Ljava_lang_Object_2(java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_this$11.com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues_keys, this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex)); + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = -1; +} +; +_.reset__V = function com_github_tommyettinger_ds_ObjectObjectOrderedMap$OrderedMapValues$1_reset__V(){ + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_nextIndex = 0; + this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_hasNext = this.com_github_tommyettinger_ds_ObjectObjectMap$MapIterator_map.com_github_tommyettinger_ds_ObjectObjectMap_size > 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap$OrderedMapValues$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectObjectOrderedMap/OrderedMapValues/1', 919, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectMap$MapIterator_12_1classLit); +function com_github_tommyettinger_ds_ObjectSet_$add__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectSet_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectSet_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return false; + if (other == null) { + keyTable[i] = key; + ++this$static.com_github_tommyettinger_ds_ObjectSet_size >= this$static.com_github_tommyettinger_ds_ObjectSet_threshold && com_github_tommyettinger_ds_ObjectSet_$resize__Lcom_github_tommyettinger_ds_ObjectSet_2IV(this$static, keyTable.length << 1); + return true; + } + } +} + +function com_github_tommyettinger_ds_ObjectSet_$addAll__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_util_Collection_2Z(this$static, coll){ + var length_0, oldSize, t, t$iterator; + length_0 = coll.size__I(); + this$static.ensureCapacity__IV(length_0); + oldSize = this$static.com_github_tommyettinger_ds_ObjectSet_size; + for (t$iterator = coll.iterator__Ljava_util_Iterator_2(); t$iterator.hasNext__Z();) { + t = t$iterator.next__Ljava_lang_Object_2(); + this$static.add__Ljava_lang_Object_2Z(t); + } + return oldSize != this$static.com_github_tommyettinger_ds_ObjectSet_size; +} + +function com_github_tommyettinger_ds_ObjectSet_$addResize__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2V(this$static, key){ + var i, keyTable; + keyTable = this$static.com_github_tommyettinger_ds_ObjectSet_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectSet_mask) { + if (keyTable[i] == null) { + keyTable[i] = key; + return; + } + } +} + +function com_github_tommyettinger_ds_ObjectSet_$appendTo__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(this$static, builder){ + var i, key, keyTable; + if (this$static.com_github_tommyettinger_ds_ObjectSet_size == 0) { + return builder; + } + keyTable = this$static.com_github_tommyettinger_ds_ObjectSet_keyTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + builder.java_lang_AbstractStringBuilder_string += '' + (key === this$static?$intern_694:key); + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == null) { + continue; + } + builder.java_lang_AbstractStringBuilder_string += $intern_15; + builder.java_lang_AbstractStringBuilder_string += '' + (key === this$static?$intern_694:key); + } + return builder; +} + +function com_github_tommyettinger_ds_ObjectSet_$clear__Lcom_github_tommyettinger_ds_ObjectSet_2V(this$static){ + if (this$static.com_github_tommyettinger_ds_ObjectSet_size == 0) { + return; + } + this$static.com_github_tommyettinger_ds_ObjectSet_size = 0; + java_util_Arrays_fill___3Ljava_lang_Object_2Ljava_lang_Object_2V(this$static.com_github_tommyettinger_ds_ObjectSet_keyTable); +} + +function com_github_tommyettinger_ds_ObjectSet_$contains__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectSet_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectSet_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return true; + if (other == null) + return false; + } +} + +function com_github_tommyettinger_ds_ObjectSet_$containsAll__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_util_Collection_2Z(this$static, c){ + var o, o$iterator; + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + if (!com_github_tommyettinger_ds_ObjectSet_$contains__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this$static, o)) { + return false; + } + } + return true; +} + +function com_github_tommyettinger_ds_ObjectSet_$locateKey__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2I(this$static, key){ + var i, keyTable, other; + keyTable = this$static.com_github_tommyettinger_ds_ObjectSet_keyTable; + for (i = this$static.place__Ljava_lang_Object_2I(key);; i = i + 1 & this$static.com_github_tommyettinger_ds_ObjectSet_mask) { + other = keyTable[i]; + if (this$static.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, other)) + return i; + if (other == null) + return ~i; + } +} + +function com_github_tommyettinger_ds_ObjectSet_$remove__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this$static, key){ + var i, keyTable, mask, next, placement; + i = com_github_tommyettinger_ds_ObjectSet_$locateKey__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2I(this$static, key); + if (i < 0) { + return false; + } + keyTable = this$static.com_github_tommyettinger_ds_ObjectSet_keyTable; + mask = this$static.com_github_tommyettinger_ds_ObjectSet_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = this$static.place__Ljava_lang_Object_2I(key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this$static.com_github_tommyettinger_ds_ObjectSet_size; + return true; +} + +function com_github_tommyettinger_ds_ObjectSet_$resize__Lcom_github_tommyettinger_ds_ObjectSet_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable; + oldCapacity = this$static.com_github_tommyettinger_ds_ObjectSet_keyTable.length; + this$static.com_github_tommyettinger_ds_ObjectSet_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.com_github_tommyettinger_ds_ObjectSet_loadFactor); + this$static.com_github_tommyettinger_ds_ObjectSet_mask = newSize - 1; + this$static.com_github_tommyettinger_ds_ObjectSet_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this$static.com_github_tommyettinger_ds_ObjectSet_mask); + this$static.com_github_tommyettinger_ds_ObjectSet_hashMultiplier = (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_GOOD_1MULTIPLIERS)[com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_ds_ObjectSet_hashMultiplier, 48 + this$static.com_github_tommyettinger_ds_ObjectSet_shift)) & 511]; + oldKeyTable = this$static.com_github_tommyettinger_ds_ObjectSet_keyTable; + this$static.com_github_tommyettinger_ds_ObjectSet_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, newSize, 5, 1); + if (this$static.com_github_tommyettinger_ds_ObjectSet_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != null && com_github_tommyettinger_ds_ObjectSet_$addResize__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2V(this$static, key); + } + } +} + +function com_github_tommyettinger_ds_ObjectSet_$toArray__Lcom_github_tommyettinger_ds_ObjectSet_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this$static, a){ + var i, it, result, size_0; + size_0 = this$static.size__I(); + a.length < size_0 && (a = (javaemul_internal_InternalPreconditions_checkCriticalArraySize__IV(size_0) , javaemul_internal_ArrayHelper_clone___3Ljava_lang_Object_2II_3Ljava_lang_Object_2(a, size_0))); + result = a; + it = this$static.iterator__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(); + for (i = 0; i < size_0; ++i) { + result[i] = it.next__Ljava_lang_Object_2(); + } + a.length > size_0 && (a[size_0] = null); + return a; +} + +function com_github_tommyettinger_ds_ObjectSet_ObjectSet__IFV(initialCapacity, loadFactor){ + var tableSize; + if (loadFactor <= 0 || loadFactor > 1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_2407 + loadFactor)); + } + this.com_github_tommyettinger_ds_ObjectSet_loadFactor = loadFactor; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(initialCapacity, loadFactor); + this.com_github_tommyettinger_ds_ObjectSet_threshold = com_google_gwt_lang_Cast_round_1int__DI(tableSize * loadFactor); + this.com_github_tommyettinger_ds_ObjectSet_mask = tableSize - 1; + this.com_github_tommyettinger_ds_ObjectSet_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(this.com_github_tommyettinger_ds_ObjectSet_mask); + this.com_github_tommyettinger_ds_ObjectSet_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, tableSize, 5, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(308, 1, $intern_2419); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectSet_iterator__Ljava_util_Iterator_2(){ + return this.iterator__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(); +} +; +_.add__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectSet_add__Ljava_lang_Object_2Z(key){ + return com_github_tommyettinger_ds_ObjectSet_$add__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this, key); +} +; +_.addAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_ObjectSet_addAll__Ljava_util_Collection_2Z(coll){ + return com_github_tommyettinger_ds_ObjectSet_$addAll__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_util_Collection_2Z(this, coll); +} +; +_.clear__V = function com_github_tommyettinger_ds_ObjectSet_clear__V(){ + com_github_tommyettinger_ds_ObjectSet_$clear__Lcom_github_tommyettinger_ds_ObjectSet_2V(this); +} +; +_.contains__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectSet_contains__Ljava_lang_Object_2Z(key){ + return com_github_tommyettinger_ds_ObjectSet_$contains__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this, key); +} +; +_.containsAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_ObjectSet_containsAll__Ljava_util_Collection_2Z(c){ + return com_github_tommyettinger_ds_ObjectSet_$containsAll__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_util_Collection_2Z(this, c); +} +; +_.ensureCapacity__IV = function com_github_tommyettinger_ds_ObjectSet_ensureCapacity__IV(additionalCapacity){ + var tableSize; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(this.com_github_tommyettinger_ds_ObjectSet_size + additionalCapacity, this.com_github_tommyettinger_ds_ObjectSet_loadFactor); + this.com_github_tommyettinger_ds_ObjectSet_keyTable.length < tableSize && com_github_tommyettinger_ds_ObjectSet_$resize__Lcom_github_tommyettinger_ds_ObjectSet_2IV(this, tableSize); +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectSet_equals__Ljava_lang_Object_2Z(o){ + var s; + if (o === this) + return true; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 89)) + return false; + s = o; + if (s.size__I() != this.size__I()) + return false; + try { + return com_github_tommyettinger_ds_ObjectSet_$containsAll__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_util_Collection_2Z(this, s); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 151)) { + return false; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} +; +_.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectSet_equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right){ + return java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right); +} +; +_.hashCode__I = function com_github_tommyettinger_ds_ObjectSet_hashCode__I(){ + var h, i, key, keyTable, n; + h = this.com_github_tommyettinger_ds_ObjectSet_size; + keyTable = this.com_github_tommyettinger_ds_ObjectSet_keyTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + key != null && (h += java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key)); + } + return h; +} +; +_.isEmpty__Z = function com_github_tommyettinger_ds_ObjectSet_isEmpty__Z(){ + return this.com_github_tommyettinger_ds_ObjectSet_size == 0; +} +; +_.iterator__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2 = function com_github_tommyettinger_ds_ObjectSet_iterator__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(){ + if (!this.com_github_tommyettinger_ds_ObjectSet_iterator1 || !this.com_github_tommyettinger_ds_ObjectSet_iterator2) { + this.com_github_tommyettinger_ds_ObjectSet_iterator1 = new com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_github_tommyettinger_ds_ObjectSet_2V(this); + this.com_github_tommyettinger_ds_ObjectSet_iterator2 = new com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_github_tommyettinger_ds_ObjectSet_2V(this); + } + if (!this.com_github_tommyettinger_ds_ObjectSet_iterator1.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid) { + this.com_github_tommyettinger_ds_ObjectSet_iterator1.reset__V(); + this.com_github_tommyettinger_ds_ObjectSet_iterator1.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectSet_iterator2.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectSet_iterator1; + } + this.com_github_tommyettinger_ds_ObjectSet_iterator2.reset__V(); + this.com_github_tommyettinger_ds_ObjectSet_iterator2.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid = true; + this.com_github_tommyettinger_ds_ObjectSet_iterator1.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid = false; + return this.com_github_tommyettinger_ds_ObjectSet_iterator2; +} +; +_.place__Ljava_lang_Object_2I = function com_github_tommyettinger_ds_ObjectSet_place__Ljava_lang_Object_2I(item_0){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0), this.com_github_tommyettinger_ds_ObjectSet_hashMultiplier), this.com_github_tommyettinger_ds_ObjectSet_shift)); +} +; +_.remove__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectSet_remove__Ljava_lang_Object_2Z(key){ + return com_github_tommyettinger_ds_ObjectSet_$remove__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this, key); +} +; +_.removeAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_ObjectSet_removeAll__Ljava_util_Collection_2Z(c){ + var modified, o, o$iterator; + modified = false; + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + modified = modified | this.remove__Ljava_lang_Object_2Z(o); + } + return modified; +} +; +_.retainAll__Ljava_util_Collection_2Z = function com_github_tommyettinger_ds_ObjectSet_retainAll__Ljava_util_Collection_2Z(c){ + var modified, o, o$iterator; + modified = false; + for (o$iterator = this.iterator__Ljava_util_Iterator_2(); com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2Z(o$iterator);) { + o = o$iterator.next__Ljava_lang_Object_2(); + c.contains__Ljava_lang_Object_2Z(o) || (modified = modified | this.remove__Ljava_lang_Object_2Z(o)); + } + return modified; +} +; +_.size__I = function com_github_tommyettinger_ds_ObjectSet_size__I(){ + return this.com_github_tommyettinger_ds_ObjectSet_size; +} +; +_.toArray___3Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectSet_toArray___3Ljava_lang_Object_2(){ + return com_github_tommyettinger_ds_ObjectSet_$toArray__Lcom_github_tommyettinger_ds_ObjectSet_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, this.size__I(), 5, 1)); +} +; +_.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectSet_toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(a){ + return com_github_tommyettinger_ds_ObjectSet_$toArray__Lcom_github_tommyettinger_ds_ObjectSet_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this, a); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectSet_toString__Ljava_lang_String_2(){ + return java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(com_github_tommyettinger_ds_ObjectSet_$appendTo__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(this, java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(new java_lang_StringBuilder_StringBuilder__IV, 91)), 93).java_lang_AbstractStringBuilder_string; +} +; +_.com_github_tommyettinger_ds_ObjectSet_hashMultiplier = $intern_2405; +_.com_github_tommyettinger_ds_ObjectSet_loadFactor = 0; +_.com_github_tommyettinger_ds_ObjectSet_mask = 0; +_.com_github_tommyettinger_ds_ObjectSet_shift = 0; +_.com_github_tommyettinger_ds_ObjectSet_size = 0; +_.com_github_tommyettinger_ds_ObjectSet_threshold = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectSet', 308, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(this$static, key){ + return com_github_tommyettinger_ds_ObjectSet_$add__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this$static, key) && java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static.com_github_tommyettinger_ds_ObjectOrderedSet_items, key); +} + +function com_github_tommyettinger_ds_ObjectOrderedSet_$clear__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2V(this$static){ + javaemul_internal_ArrayHelper_setLength__Ljava_lang_Object_2IV(this$static.com_github_tommyettinger_ds_ObjectOrderedSet_items.java_util_ArrayList_array, 0); + com_github_tommyettinger_ds_ObjectSet_$clear__Lcom_github_tommyettinger_ds_ObjectSet_2V(this$static); +} + +function com_github_tommyettinger_ds_ObjectOrderedSet_$iterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectSet_iterator1 || !this$static.com_github_tommyettinger_ds_ObjectSet_iterator2) { + this$static.com_github_tommyettinger_ds_ObjectSet_iterator1 = new com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_ObjectOrderedSet$ObjectOrderedSetIterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2V(this$static); + this$static.com_github_tommyettinger_ds_ObjectSet_iterator2 = new com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_ObjectOrderedSet$ObjectOrderedSetIterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2V(this$static); + } + if (!this$static.com_github_tommyettinger_ds_ObjectSet_iterator1.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid) { + this$static.com_github_tommyettinger_ds_ObjectSet_iterator1.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectSet_iterator1.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectSet_iterator2.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectSet_iterator1; + } + this$static.com_github_tommyettinger_ds_ObjectSet_iterator2.reset__V(); + this$static.com_github_tommyettinger_ds_ObjectSet_iterator2.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid = true; + this$static.com_github_tommyettinger_ds_ObjectSet_iterator1.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid = false; + return this$static.com_github_tommyettinger_ds_ObjectSet_iterator2; +} + +function com_github_tommyettinger_ds_ObjectOrderedSet_$random__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_util_Random_2Ljava_lang_Object_2(this$static, rng){ + return com_github_tommyettinger_ds_ObjectList_$random__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Random_2Ljava_lang_Object_2(this$static.com_github_tommyettinger_ds_ObjectOrderedSet_items, rng); +} + +function com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(this$static, key){ + return com_github_tommyettinger_ds_ObjectSet_$remove__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this$static, key) && java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static.com_github_tommyettinger_ds_ObjectOrderedSet_items, key); +} + +function com_github_tommyettinger_ds_ObjectOrderedSet_$toString__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_String_2Ljava_lang_String_2(this$static){ + var buffer, i, items; + if (this$static.com_github_tommyettinger_ds_ObjectSet_size == 0) { + return $intern_649; + } + items = this$static.com_github_tommyettinger_ds_ObjectOrderedSet_items; + buffer = new java_lang_StringBuilder_StringBuilder__IV; + buffer.java_lang_AbstractStringBuilder_string += '{'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(0, items.java_util_ArrayList_array.length) , items.java_util_ArrayList_array[0])); + for (i = 1; i < this$static.com_github_tommyettinger_ds_ObjectSet_size; i++) { + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(buffer, (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(i, items.java_util_ArrayList_array.length) , items.java_util_ArrayList_array[i])); + } + buffer.java_lang_AbstractStringBuilder_string += '}'; + return buffer.java_lang_AbstractStringBuilder_string; +} + +function com_github_tommyettinger_ds_ObjectOrderedSet_ObjectOrderedSet__V(){ + com_github_tommyettinger_ds_ObjectSet_ObjectSet__IFV.call(this, 51, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_defaultLoadFactor)); + this.com_github_tommyettinger_ds_ObjectOrderedSet_items = new com_github_tommyettinger_ds_ObjectList_ObjectList__V; +} + +function com_github_tommyettinger_ds_ObjectOrderedSet_ObjectOrderedSet__IV(initialCapacity){ + com_github_tommyettinger_ds_ObjectSet_ObjectSet__IFV.call(this, initialCapacity, (com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_$clinit__V() , com_github_tommyettinger_ds_Utilities_defaultLoadFactor)); + this.com_github_tommyettinger_ds_ObjectOrderedSet_items = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(initialCapacity); +} + +function com_github_tommyettinger_ds_ObjectOrderedSet_ObjectOrderedSet__IFV(initialCapacity){ + com_github_tommyettinger_ds_ObjectSet_ObjectSet__IFV.call(this, initialCapacity, $intern_545); + this.com_github_tommyettinger_ds_ObjectOrderedSet_items = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(initialCapacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(522, 308, $intern_2419, com_github_tommyettinger_ds_ObjectOrderedSet_ObjectOrderedSet__V, com_github_tommyettinger_ds_ObjectOrderedSet_ObjectOrderedSet__IV); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectOrderedSet_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_ObjectOrderedSet_$iterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(this); +} +; +_.add__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectOrderedSet_add__Ljava_lang_Object_2Z(key){ + return com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(this, key); +} +; +_.clear__V = function com_github_tommyettinger_ds_ObjectOrderedSet_clear__V(){ + com_github_tommyettinger_ds_ObjectOrderedSet_$clear__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2V(this); +} +; +_.ensureCapacity__IV = function com_github_tommyettinger_ds_ObjectOrderedSet_ensureCapacity__IV(additionalCapacity){ + var tableSize; + tableSize = com_github_tommyettinger_ds_Utilities_tableSize__IFI(this.com_github_tommyettinger_ds_ObjectSet_size + additionalCapacity, this.com_github_tommyettinger_ds_ObjectSet_loadFactor); + this.com_github_tommyettinger_ds_ObjectSet_keyTable.length < tableSize && com_github_tommyettinger_ds_ObjectSet_$resize__Lcom_github_tommyettinger_ds_ObjectSet_2IV(this, tableSize); +} +; +_.iterator__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2 = function com_github_tommyettinger_ds_ObjectOrderedSet_iterator__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(){ + return com_github_tommyettinger_ds_ObjectOrderedSet_$iterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(this); +} +; +_.remove__Ljava_lang_Object_2Z = function com_github_tommyettinger_ds_ObjectOrderedSet_remove__Ljava_lang_Object_2Z(key){ + return com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(this, key); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_ds_ObjectOrderedSet_toString__Ljava_lang_String_2(){ + return com_github_tommyettinger_ds_ObjectOrderedSet_$toString__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_String_2Ljava_lang_String_2(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectOrderedSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectOrderedSet', 522, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectSet_12_1classLit); +function com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2V(this$static){ + var keyTable, n; + keyTable = this$static.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set.com_github_tommyettinger_ds_ObjectSet_keyTable; + for (n = keyTable.length; ++this$static.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex < n;) { + if (keyTable[this$static.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex] != null) { + this$static.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_hasNext = true; + return; + } + } + this$static.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_hasNext = false; +} + +function com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2Z(this$static){ + if (!this$static.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + return this$static.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_hasNext; +} + +function com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_github_tommyettinger_ds_ObjectSet_2V(set_0){ + this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set = set_0; + this.reset__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(667, 1, $intern_119, com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_github_tommyettinger_ds_ObjectSet_2V); +_.iterator__Ljava_util_Iterator_2 = function com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_iterator__Ljava_util_Iterator_2(){ + return this; +} +; +_.hasNext__Z = function com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_hasNext__Z(){ + return com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2Z(this); +} +; +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_next__Ljava_lang_Object_2(){ + var key; + if (!this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + key = this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set.com_github_tommyettinger_ds_ObjectSet_keyTable[this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex]; + this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_currentIndex = this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex; + com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2V(this); + return key; +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_remove__V(){ + var i, key, keyTable, mask, next, placement; + i = this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_currentIndex; + if (i < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + keyTable = this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set.com_github_tommyettinger_ds_ObjectSet_keyTable; + mask = this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set.com_github_tommyettinger_ds_ObjectSet_mask; + next = i + 1 & mask; + while ((key = keyTable[next]) != null) { + placement = this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set.place__Ljava_lang_Object_2I(key); + if ((next - placement & mask) > (i - placement & mask)) { + keyTable[i] = key; + i = next; + } + next = next + 1 & mask; + } + keyTable[i] = null; + --this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set.com_github_tommyettinger_ds_ObjectSet_size; + i != this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_currentIndex && --this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_currentIndex = -1; +} +; +_.reset__V = function com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_reset__V(){ + this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_currentIndex = -1; + this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex = -1; + com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$findNextIndex__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2V(this); +} +; +_.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_currentIndex = 0; +_.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_hasNext = false; +_.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex = 0; +_.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid = true; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectSet$ObjectSetIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, $intern_702, 667, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_ObjectOrderedSet$ObjectOrderedSetIterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2V(set_0){ + com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_ObjectSet$ObjectSetIterator__Lcom_github_tommyettinger_ds_ObjectSet_2V.call(this, set_0); + this.com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_items = set_0.com_github_tommyettinger_ds_ObjectOrderedSet_items; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(761, 667, $intern_119, com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_ObjectOrderedSet$ObjectOrderedSetIterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2V); +_.next__Ljava_lang_Object_2 = function com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_next__Ljava_lang_Object_2(){ + var key; + if (!this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_hasNext) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + if (!this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_valid) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V($intern_120)); + } + key = java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_items, this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex); + ++this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_hasNext = this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex < this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set.com_github_tommyettinger_ds_ObjectSet_size; + return key; +} +; +_.remove__V = function com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_remove__V(){ + if (this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_663)); + } + --this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex; + this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set.remove__Ljava_lang_Object_2Z(java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_items, this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex)); +} +; +_.reset__V = function com_github_tommyettinger_ds_ObjectOrderedSet$ObjectOrderedSetIterator_reset__V(){ + this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_nextIndex = 0; + this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_hasNext = this.com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_set.com_github_tommyettinger_ds_ObjectSet_size > 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectOrderedSet$ObjectOrderedSetIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2409, 'ObjectOrderedSet/ObjectOrderedSetIterator', 761, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectSet$ObjectSetIterator_12_1classLit); +function com_github_tommyettinger_ds_Utilities_$clinit__V(){ + com_github_tommyettinger_ds_Utilities_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_tommyettinger_ds_Utilities_GOOD_1MULTIPLIERS = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2406, {l:2021001, m:660982, h:564760}, {l:824881, m:1778612, h:814365}, {l:1150395, m:31709, h:717677}, {l:3608807, m:1113307, h:632468}, {l:1289963, m:3000493, h:942306}, {l:3010397, m:3228611, h:724106}, {l:1392051, m:729140, h:601733}, {l:247829, m:3893088, h:966366}, {l:3137803, m:2371664, h:756429}, {l:1473139, m:3453449, h:592099}, {l:356003, m:3331829, h:545678}, {l:1451437, m:3887201, h:974724}, {l:300857, m:734753, h:906075}, {l:217091, m:518541, h:782940}, {l:730013, m:2056805, h:628890}, {l:3842411, m:3413269, h:584597}, {l:805709, m:662325, h:805066}, {l:188277, m:1680721, h:705419}, {l:3948943, m:1606227, h:618106}, {l:3259583, m:455246, h:929421}, {l:848435, m:3084437, h:875021}, {l:2553721, m:1586969, h:823806}, {l:2129613, m:2944158, h:647217}, {l:287095, m:606037, h:573671}, {l:2339675, m:3996634, h:540093}, {l:248575, m:158966, h:938444}, {l:2914411, m:999867, h:839879}, {l:3200275, m:603763, h:711098}, {l:3847589, m:1779968, h:602063}, {l:2529881, m:2888468, h:538828}, {l:237003, m:2472203, h:898819}, {l:1533021, m:906190, h:770451}, {l:455581, m:1737283, h:695227}, {l:2389499, m:1112255, h:660416}, {l:2080623, m:696651, h:627348}, {l:1617999, m:1879525, h:908431}, {l:3704877, m:2242884, h:825569}, {l:1418887, m:2232520, h:787017}, {l:2519919, m:3399469, h:750265}, {l:2871199, m:2623020, h:590702}, {l:2851817, m:1307035, h:563118}, {l:51483, m:1613657, h:1002701}, {l:1021699, m:3180492, h:958833}, {l:1600107, m:3374461, h:838413}, {l:279877, m:2802287, h:801733}, {l:2666997, m:2675142, h:670373}, {l:1208617, m:3340675, h:612999}, {l:4003081, m:1765528, h:1005425}, {l:145389, m:2888566, h:886338}, {l:1382835, m:1822003, h:849864}, {l:2816411, m:335566, h:781357}, {l:1273501, m:4138851, h:749202}, {l:185779, m:360304, h:718372}, {l:1670531, m:1838341, h:607224}, {l:3424533, m:762153, h:582236}, {l:2428651, m:1141786, h:535302}, {l:1772005, m:1283951, h:968694}, {l:2202767, m:1462427, h:931065}, {l:648675, m:3148183, h:826723}, {l:3724199, m:2698374, h:794609}, {l:3290213, m:39825, h:763743}, {l:3093609, m:1639569, h:734075}, {l:1229837, m:1145422, h:626490}, {l:767687, m:1914787, h:556281}, {l:926859, m:2884693, h:534672}, {l:3518407, m:2749745, h:937069}, {l:2190493, m:448681, h:902601}, {l:1230609, m:1789229, h:869400}, {l:3524183, m:3123354, h:776947}, {l:82869, m:59583, h:748369}, {l:998139, m:2117324, h:720841}, {l:1899223, m:2886044, h:644186}, {l:3516095, m:821948, h:534111}, {l:4114679, m:1728231, h:788991}, {l:1610137, m:1447575, h:761432}, {l:3258995, m:1928176, h:709168}, {l:138251, m:3818370, h:660491}, {l:1443187, m:1384794, h:947409}, {l:1494669, m:2131644, h:885447}, {l:771771, m:948590, h:856003}, {l:1665559, m:2030858, h:800019}, {l:1465593, m:4144292, h:773415}, {l:2770169, m:641389, h:747697}, {l:42607, m:1219305, h:675559}, {l:3822411, m:3952161, h:590083}, {l:1566169, m:2821963, h:551491}, {l:4003855, m:1610099, h:951892}, {l:3380077, m:932443, h:784447}, {l:1503105, m:3536898, h:759555}, {l:412661, m:2164323, h:712117}, {l:3394029, m:1000940, h:689521}, {l:3541479, m:3973057, h:646456}, {l:1856659, m:639368, h:625944}, {l:2484109, m:1054107, h:606082}, {l:2094215, m:2643943, h:550198}, {l:149911, m:916630, h:532740}, {l:3739385, m:2659474, h:985909}, {l:2205377, m:3200282, h:898861}, {l:3130131, m:1207130, h:794634}, {l:3806307, m:2117226, h:702492}, {l:3744865, m:2485340, h:602191}, {l:282581, m:3832242, h:583919}, {l:3910691, m:2339409, h:1018094}, {l:3552681, m:1706079, h:931864}, {l:2053623, m:4085109, h:780695}, {l:2023797, m:3816189, h:714572}, {l:3172393, m:1298643, h:654050}, {l:3713371, m:1420762, h:581251}, {l:2633221, m:3059013, h:564354}, {l:2539151, m:3206800, h:936364}, {l:2641523, m:1355138, h:812833}, {l:1721497, m:3773662, h:790155}, {l:2104411, m:666769, h:768111}, {l:1481561, m:2568714, h:725849}, {l:2048909, m:1204899, h:648174}, {l:1901005, m:963033, h:578811}, {l:1694321, m:3532890, h:562662}, {l:1053025, m:4121200, h:546964}, {l:1852713, m:339844, h:531705}, {l:1018417, m:2318605, h:1020453}, {l:3136191, m:1328533, h:890758}, {l:3840555, m:2036165, h:866868}, {l:844905, m:1557010, h:843619}, {l:1752451, m:3382236, h:660520}, {l:3944663, m:142148, h:625566}, {l:1284017, m:915883, h:1021501}, {l:75577, m:3604942, h:969430}, {l:1727653, m:2713037, h:944399}, {l:3410927, m:3159214, h:920014}, {l:2076649, m:2056552, h:896259}, {l:2461061, m:2519760, h:873117}, {l:3187091, m:3481176, h:807215}, {l:1821769, m:395824, h:786373}, {l:2136199, m:1599879, h:689959}, {l:2084077, m:1127277, h:672144}, {l:3045541, m:635977, h:654789}, {l:952931, m:2941719, h:621411}, {l:2764305, m:2204916, h:605366}, {l:987553, m:1516544, h:574508}, {l:3359625, m:77702, h:997021}, {l:2547779, m:38161, h:972202}, {l:3464327, m:3453528, h:948000}, {l:2409295, m:343088, h:924402}, {l:709059, m:1331081, h:878952}, {l:3587093, m:1726669, h:857072}, {l:2001231, m:696689, h:835737}, {l:45853, m:93703, h:814933}, {l:1044749, m:3929563, h:736767}, {l:1155473, m:548828, h:666100}, {l:157559, m:2078175, h:602210}, {l:3254275, m:3421559, h:572601}, {l:3931177, m:3958917, h:558347}, {l:1839221, m:3520714, h:530895}, {l:2027193, m:2515373, h:1023378}, {l:450683, m:2918448, h:998786}, {l:1489179, m:3096044, h:974785}, {l:904789, m:2207182, h:951361}, {l:1752083, m:3768051, h:863159}, {l:1473015, m:3001957, h:802417}, {l:4067885, m:701403, h:693456}, {l:245651, m:1412748, h:676792}, {l:336505, m:3943312, h:660528}, {l:260915, m:2838363, h:599290}, {l:4140077, m:2889786, h:570834}, {l:114667, m:3651825, h:543729}, {l:2713647, m:247395, h:954505}, {l:4119205, m:1456785, h:910683}, {l:2204477, m:34959, h:848694}, {l:541577, m:939483, h:790924}, {l:2989085, m:371219, h:772555}, {l:547655, m:3450505, h:703246}, {l:3854683, m:4135582, h:686913}, {l:3195189, m:2004132, h:670960}, {l:3918031, m:3539341, h:625288}, {l:3279273, m:2404974, h:610766}, {l:869787, m:2437754, h:596581}, {l:227075, m:1176736, h:569192}, {l:2480575, m:3659359, h:957451}, {l:2905893, m:3719294, h:914903}, {l:3388985, m:1163892, h:894344}, {l:1625353, m:2857519, h:874246}, {l:4055283, m:3002382, h:854600}, {l:1449085, m:1297046, h:816623}, {l:2432985, m:2399050, h:780333}, {l:1367637, m:853356, h:728900}, {l:3180917, m:3243514, h:696508}, {l:2934357, m:3265515, h:665556}, {l:2891411, m:2114006, h:594061}, {l:2707805, m:587759, h:567662}, {l:3987501, m:1581489, h:530246}, {l:252095, m:1504750, h:1025752}, {l:3612721, m:2114809, h:1003425}, {l:3079499, m:2613598, h:981584}, {l:4008859, m:790072, h:918873}, {l:4156277, m:2302044, h:879307}, {l:4047275, m:1086163, h:860168}, {l:3446355, m:3638454, h:805213}, {l:2503079, m:2306548, h:705613}, {l:1879805, m:3939615, h:690254}, {l:2688539, m:2638519, h:675230}, {l:3114881, m:4036618, h:646155}, {l:2668527, m:2200591, h:632091}, {l:2771299, m:914265, h:618333}, {l:2911441, m:724935, h:578829}, {l:3142263, m:284654, h:922613}, {l:1784999, m:76005, h:865425}, {l:720739, m:869189, h:847161}, {l:2872751, m:3495116, h:829282}, {l:3738867, m:3547866, h:777879}, {l:2468795, m:3160052, h:745393}, {l:2783411, m:1495703, h:714264}, {l:1285765, m:4180211, h:684434}, {l:2250045, m:3247819, h:669990}, {l:491783, m:2031112, h:628461}, {l:1967291, m:3800738, h:552965}, {l:3718363, m:3141433, h:529872}, {l:2480605, m:780198, h:1006068}, {l:315445, m:3840686, h:985464}, {l:2981753, m:2431604, h:965283}, {l:828421, m:2731864, h:907185}, {l:2502691, m:2044068, h:852584}, {l:2473613, m:3762038, h:818021}, {l:3314715, m:1129556, h:768787}, {l:2259781, m:1152862, h:753043}, {l:1487449, m:1661630, h:612290}, {l:3457535, m:4170455, h:587468}, {l:2835943, m:909382, h:575438}, {l:1624163, m:1435690, h:1007271}, {l:124645, m:3026287, h:857694}, {l:1463855, m:439376, h:823909}, {l:517393, m:2907198, h:807518}, {l:1593077, m:1441489, h:791454}, {l:1963915, m:2390294, h:775709}, {l:4126555, m:1870267, h:745153}, {l:3975617, m:3177906, h:730329}, {l:1421663, m:598739, h:660519}, {l:3472491, m:376105, h:621878}, {l:1430891, m:3255291, h:609506}, {l:1610567, m:5715, h:969783}, {l:2637555, m:3527403, h:951027}, {l:2748999, m:1664596, h:932635}, {l:3470295, m:3078287, h:896910}, {l:2255275, m:2125001, h:862554}, {l:796445, m:1245729, h:829514}, {l:1242511, m:2914496, h:797739}, {l:384693, m:3244229, h:782311}, {l:1485529, m:1120952, h:752345}, {l:1394869, m:874895, h:682355}, {l:353137, m:3231612, h:669158}, {l:3497313, m:2507361, h:643526}, {l:1888243, m:366108, h:631081}, {l:3600295, m:1598639, h:550447}, {l:3009219, m:246172, h:1028839}, {l:700147, m:3110598, h:917978}, {l:1549163, m:2580042, h:834776}, {l:1756979, m:3930562, h:819063}, {l:972479, m:53609, h:803647}, {l:1029635, m:1154523, h:788520}, {l:3502211, m:1100919, h:773678}, {l:3964765, m:2580240, h:759115}, {l:1804417, m:314422, h:744827}, {l:966531, m:4137597, h:703554}, {l:884625, m:3194581, h:677318}, {l:385671, m:3975195, h:627744}, {l:452679, m:616194, h:615929}, {l:740859, m:2113076, h:581799}, {l:2914861, m:2165542, h:570848}, {l:2958411, m:2747374, h:560103}, {l:294809, m:3750039, h:904558}, {l:3231221, m:1181987, h:871758}, {l:1625221, m:3073084, h:855806}, {l:396057, m:506462, h:809682}, {l:408897, m:1885272, h:794866}, {l:100279, m:1861101, h:766043}, {l:866899, m:1169281, h:752026}, {l:1047323, m:102884, h:711495}, {l:2081829, m:4168404, h:698475}, {l:2391625, m:784662, h:685695}, {l:474121, m:1028590, h:673148}, {l:3139633, m:865281, h:636868}, {l:2230195, m:2174988, h:602543}, {l:3791861, m:1762067, h:580694}, {l:392597, m:2523024, h:559637}, {l:3755189, m:1422645, h:529475}, {l:143223, m:1193456, h:1011449}, {l:933479, m:3468102, h:993381}, {l:3515619, m:449154, h:975637}, {l:2807163, m:1510682, h:958209}, {l:1723861, m:997433, h:924282}, {l:108129, m:1535554, h:891556}, {l:2168695, m:2300186, h:875630}, {l:3423725, m:891845, h:859989}, {l:2196165, m:3071315, h:814721}, {l:3167069, m:196775, h:785875}, {l:2609273, m:3062870, h:758049}, {l:1846689, m:3076720, h:744508}, {l:358197, m:274535, h:718148}, {l:61731, m:3121116, h:692720}, {l:3112633, m:2999683, h:680346}, {l:3569381, m:3433110, h:656257}, {l:748225, m:522656, h:644535}, {l:3971999, m:845543, h:621714}, {l:3512185, m:2341413, h:610608}, {l:2304487, m:3328341, h:578467}, {l:2433399, m:2760545, h:568134}, {l:2028409, m:431876, h:557986}, {l:2751801, m:3484627, h:548018}, {l:472963, m:2869849, h:1030392}, {l:3533089, m:1578986, h:960758}, {l:2512999, m:3786161, h:944097}, {l:1232815, m:4111378, h:895829}, {l:646749, m:1956372, h:765334}, {l:847045, m:1420656, h:739021}, {l:1092821, m:4187256, h:726205}, {l:1135189, m:46764, h:689078}, {l:1900055, m:557112, h:631368}, {l:4078165, m:3901646, h:609660}, {l:4048775, m:3454695, h:599088}, {l:4181225, m:199616, h:588700}, {l:1521415, m:3462572, h:568459}, {l:3875337, m:3652451, h:1030872}, {l:3706495, m:894369, h:996358}, {l:2148493, m:4093151, h:915042}, {l:4138695, m:1758895, h:884406}, {l:1466943, m:4061839, h:869474}, {l:4013975, m:4126597, h:798514}, {l:384937, m:3884533, h:758749}, {l:2910917, m:499461, h:720965}, {l:4105353, m:3210841, h:639956}, {l:3130653, m:1522079, h:629152}, {l:2305483, m:2981332, h:608087}, {l:3411879, m:2477414, h:568050}, {l:2101971, m:760808, h:558460}, {l:2955663, m:2330676, h:530649}, {l:1128159, m:1819870, h:1013911}, {l:3738163, m:1197832, h:997011}, {l:86827, m:1603190, h:964051}, {l:1651405, m:380182, h:932181}, {l:1794659, m:2473075, h:842753}, {l:541083, m:1032430, h:814893}, {l:3774857, m:3898977, h:787953}, {l:1175789, m:426558, h:774820}, {l:1520119, m:3292967, h:724437}, {l:2355699, m:3393488, h:700488}, {l:3070109, m:3662967, h:688812}, {l:3131821, m:2561815, h:666041}, {l:4011691, m:1618934, h:633288}, {l:2604017, m:2898990, h:612352}, {l:4163389, m:3113653, h:572534}, {l:80101, m:3380847, h:544379}, {l:3907475, m:1316528, h:526383}, {l:765207, m:3418498, h:1031803}, {l:2389111, m:3793974, h:1015299}, {l:3715883, m:4099751, h:999059}, {l:2851107, m:874097, h:951882}, {l:1502593, m:2716449, h:921674}, {l:3649125, m:1155339, h:906932}, {l:3142553, m:2979963, h:892425}, {l:3142605, m:1852739, h:850283}, {l:1049557, m:4136809, h:836682}, {l:2167107, m:305719, h:823300}, {l:994351, m:276756, h:784422}, {l:976443, m:321114, h:771875}, {l:304467, m:1967149, h:735425}, {l:469165, m:797120, h:723662}, {l:940315, m:2773371, h:667608}, {l:2232379, m:1659789, h:646422}, {l:630879, m:3099199, h:636082}, {l:2401159, m:3920017, h:615896}, {l:2298369, m:2945495, h:568190}, {l:437201, m:2141632, h:541359}, {l:3826855, m:3279668, h:1015661}, {l:2406785, m:1646556, h:952900}, {l:2980799, m:128000, h:879874}, {l:1811291, m:1147332, h:852255}, {l:4008939, m:1904254, h:825503}, {l:3527553, m:2645355, h:774492}, {l:706797, m:1127050, h:762240}, {l:449903, m:3092550, h:750181}, {l:1989113, m:2956305, h:715138}, {l:2817573, m:2633440, h:681732}, {l:1531785, m:777686, h:609728}, {l:3109693, m:1565492, h:600082}, {l:2933841, m:3736846, h:572050}, {l:3777255, m:3504435, h:545328}, {l:2627607, m:1117163, h:528211}, {l:2250073, m:3749880, h:968604}, {l:3834709, m:4129534, h:953357}, {l:1780559, m:1665969, h:923580}, {l:1868357, m:3556063, h:826494}, {l:810247, m:4137892, h:775670}, {l:165205, m:291894, h:763461}, {l:406605, m:2007950, h:694133}, {l:3535769, m:218484, h:683207}, {l:1447349, m:967729, h:611389}, {l:1360905, m:1215594, h:601765}, {l:593999, m:3836736, h:573792}, {l:762301, m:2175789, h:538508}, {l:3589595, m:3358144, h:530031}, {l:1864197, m:3257271, h:1033073}, {l:14227, m:3100345, h:1017800}, {l:2100223, m:1805046, h:958933}, {l:557185, m:2051779, h:944756}, {l:4016691, m:591108, h:930789}, {l:2855115, m:1203626, h:917028}, {l:306281, m:1625406, h:876954}, {l:1949, m:621744, h:851216}, {l:612309, m:2965997, h:838631}, {l:3942837, m:1322670, h:826233}, {l:3927751, m:932270, h:814018}, {l:1050471, m:3011558, h:801983}, {l:4168595, m:556723, h:790127}, {l:1742761, m:3275659, h:755598}, {l:1961363, m:1162923, h:733422}, {l:1279087, m:3271458, h:691002}, {l:3939331, m:3963244, h:680786}, {l:4111343, m:3175221, h:641411}, {l:3376149, m:959693, h:613382}, {l:3025015, m:2448358, h:586577}, {l:3270223, m:1236189, h:560944}, {l:595991, m:3429342, h:544480}, {l:707579, m:729138, h:536431}, {l:743817, m:1940816, h:1018868}, {l:1289533, m:2113267, h:961954}, {l:2583581, m:283066, h:934701}, {l:1359931, m:3305874, h:895261}, {l:2398983, m:2072322, h:845252}, {l:1692519, m:1590317, h:821305}, {l:3197945, m:1912454, h:809587}, {l:1164091, m:3265206, h:786650}, {l:742675, m:1206449, h:775427}, {l:1340495, m:3889162, h:764363}, {l:2987233, m:2062845, h:742708}, {l:2590829, m:3962799, h:732111}, {l:2832491, m:2446797, h:721666}, {l:1388471, m:1050509, h:711370}, {l:2276239, m:552055, h:671633}, {l:4177677, m:3697704, h:652604}, {l:680785, m:3048981, h:634115}, {l:490835, m:1653967, h:616150}, {l:1517979, m:1063396, h:581732}, {l:3003109, m:2973534, h:549236}, {l:3902587, m:3993503, h:1019173}, {l:3382775, m:2309820, h:1004783}, {l:2981139, m:1413580, h:990596}, {l:2846927, m:1854471, h:976609}, {l:1521919, m:325213, h:922609}, {l:3061277, m:584624, h:896739}, {l:2402541, m:421844, h:847155}, {l:68617, m:3104518, h:811774}, {l:680809, m:3135237, h:800312}, {l:3785733, m:656450, h:745385}, {l:1655287, m:2404128, h:724484}, {l:2318213, m:1138101, h:674761}, {l:3844851, m:4111269, h:655840}, {l:144379, m:3024077, h:646580}, {l:153517, m:895934, h:637451}, {l:1212185, m:2566343, h:628450}, {l:1023695, m:3651524, h:610828}, {l:1739449, m:702907, h:602204}, {l:518399, m:1577189, h:585318}, {l:452671, m:3977445, h:552953}, {l:2250183, m:4115241, h:1034433}, {l:2866767, m:2910903, h:1020482}, {l:1538999, m:251956, h:993142}, {l:999165, m:1700225, h:953498}, {l:200675, m:1700371, h:927952}, {l:3834363, m:933294, h:915437}, {l:3450585, m:3995488, h:890910}, {l:2816669, m:1440107, h:878895}, {l:2385903, m:3301672, h:867041}, {l:3068677, m:3054495, h:832431}, {l:2392839, m:1385285, h:810129}, {l:3323387, m:893750, h:799203}, {l:434215, m:1908949, h:788424}, {l:1223127, m:289356, h:777791}, {l:763753, m:1781950, h:736672}, {l:203845, m:1627096, h:688317}, {l:2545665, m:561228, h:679034}, {l:1377581, m:343180, h:669876}, {l:3736439, m:3576413, h:651928}, {l:4017505, m:1536687, h:643136}, {l:2251095, m:130039, h:617464}, {l:1755443, m:1965717, h:592816}, {l:3318653, m:939499, h:584821}, {l:424827, m:2813640, h:546433}, {l:2787703, m:2664460, h:1034153}, {l:2403625, m:3211995, h:978420}, {l:2316231, m:887030, h:938601}, {l:1112205, m:1955589, h:925691}, {l:642811, m:942382, h:900402}, {l:2567291, m:3573076, h:863757}, {l:990069, m:3455112, h:828604}, {l:2163905, m:4173815, h:817207}, {l:4017293, m:3418380, h:773166}, {l:3610213, m:475303, h:731499}, {l:1726063, m:4101871, h:692076}, {l:2436859, m:4135221, h:682557}, {l:1227181, m:4112483, h:663910}, {l:2468129, m:1160256, h:636891}, {l:686233, m:3580560, h:619491}, {l:1275307, m:2514129, h:578044}, {l:2850141, m:1957669, h:554519}, {l:2365577, m:1986251, h:546892}, {l:3808901, m:1610023, h:539370}, {l:364525, m:3576286, h:1020401}, {l:2096545, m:3950991, h:1006599}, {l:356627, m:3000455, h:992984}, {l:2175131, m:248393, h:953234}, {l:2441985, m:418096, h:866561}, {l:1136089, m:2112002, h:843277}]); + com_github_tommyettinger_ds_Utilities_neverIdentical = new java_lang_Object_Object__V; +} + +function com_github_tommyettinger_ds_Utilities_equalsIgnoreCase__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Z(a, b){ + com_github_tommyettinger_ds_Utilities_$clinit__V(); + var ac, al, bc, i; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(a) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(b)) + return true; + al = java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(a); + if (al != java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(b)) + return false; + for (i = 0; i < al; i++) { + ac = java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(a, i); + bc = java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(b, i); + if (ac != bc && java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(ac).toUpperCase(), 0) != java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(bc).toUpperCase(), 0)) { + return false; + } + } + return true; +} + +function com_github_tommyettinger_ds_Utilities_longHashCodeIgnoreCase__Ljava_lang_CharSequence_2JJ(data_0, seed){ + com_github_tommyettinger_ds_Utilities_$clinit__V(); + var i, len, n, n0, n1, n2, n3; + len = java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(data_0); + for (i = 3; i < len; i += 4) { + seed = (com_github_tommyettinger_digital_Hasher_$clinit__V() , n0 = (n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, i - 3)).toUpperCase(), 0), $intern_2398), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, i - 2)).toUpperCase(), 0), $intern_2399)) , com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30)), seed), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, i - 1)).toUpperCase(), 0), $intern_2400), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, i)).toUpperCase(), 0), $intern_2401)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + } + switch (len & 3) { + case 0: + seed = (com_github_tommyettinger_digital_Hasher_$clinit__V() , n0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2398, seed), com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, seed)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n0, 30))); + break; + case 1: + seed = (com_github_tommyettinger_digital_Hasher_$clinit__V() , n1 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2400, java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, len - 1)).toUpperCase(), 0))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n1, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n1, 30))); + break; + case 2: + seed = (com_github_tommyettinger_digital_Hasher_$clinit__V() , n2 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, len - 2)).toUpperCase(), 0), seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2403, java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, len - 1)).toUpperCase(), 0))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n2, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n2, 30))); + break; + case 3: + seed = (com_github_tommyettinger_digital_Hasher_$clinit__V() , n3 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, len - 3)).toUpperCase(), 0), seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2399, java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, len - 2)).toUpperCase(), 0))) , com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n3, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n3, 30)), (n = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2402, seed), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2401, java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(data_0, len - 1)).toUpperCase(), 0))) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(n, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(n, 30))))); + } + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, len), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 16), $intern_2403)); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 33), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 31))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 19), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 45))); +} + +function com_github_tommyettinger_ds_Utilities_tableSize__IFI(capacity, loadFactor){ + com_github_tommyettinger_ds_Utilities_$clinit__V(); + var tableSize; + if (capacity < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_699 + capacity)); + } + tableSize = 1 << -java_lang_Integer_numberOfLeadingZeros__II($wnd.Math.max(2, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil(capacity / loadFactor))) - 1); + if (tableSize > $intern_700 || tableSize < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_701 + capacity)); + } + return tableSize; +} + +var com_github_tommyettinger_ds_Utilities_GOOD_1MULTIPLIERS, com_github_tommyettinger_ds_Utilities_defaultLoadFactor = $intern_598, com_github_tommyettinger_ds_Utilities_neverIdentical; +function com_github_tommyettinger_ds_support_sort_ObjectComparators_inPlaceMerge__Ljava_util_List_2IIILjava_util_Comparator_2V(items, from, mid, to, comp){ + var first1, first2, firstCut, last1, last2, middle2, secondCut; + if (from >= mid || mid >= to) { + return; + } + if (to - from == 2) { + comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(items.get__ILjava_lang_Object_2(mid), items.get__ILjava_lang_Object_2(from)) < 0 && com_github_tommyettinger_ds_support_sort_ObjectComparators_swap__Ljava_util_List_2IIV(items, from, mid); + return; + } + if (mid - from > to - mid) { + firstCut = from + ((mid - from) / 2 | 0); + secondCut = com_github_tommyettinger_ds_support_sort_ObjectComparators_lowerBound__Ljava_util_List_2IIILjava_util_Comparator_2I(items, mid, to, firstCut, comp); + } + else { + secondCut = mid + ((to - mid) / 2 | 0); + firstCut = com_github_tommyettinger_ds_support_sort_ObjectComparators_upperBound__Ljava_util_List_2IIILjava_util_Comparator_2I(items, from, mid, secondCut, comp); + } + first2 = firstCut; + middle2 = mid; + last2 = secondCut; + if (middle2 != first2 && middle2 != last2) { + first1 = first2; + last1 = middle2; + while (first1 < --last1) { + com_github_tommyettinger_ds_support_sort_ObjectComparators_swap__Ljava_util_List_2IIV(items, first1++, last1); + } + first1 = middle2; + last1 = last2; + while (first1 < --last1) { + com_github_tommyettinger_ds_support_sort_ObjectComparators_swap__Ljava_util_List_2IIV(items, first1++, last1); + } + first1 = first2; + last1 = last2; + while (first1 < --last1) { + com_github_tommyettinger_ds_support_sort_ObjectComparators_swap__Ljava_util_List_2IIV(items, first1++, last1); + } + } + mid = firstCut + secondCut - mid; + com_github_tommyettinger_ds_support_sort_ObjectComparators_inPlaceMerge__Ljava_util_List_2IIILjava_util_Comparator_2V(items, from, firstCut, mid, comp); + com_github_tommyettinger_ds_support_sort_ObjectComparators_inPlaceMerge__Ljava_util_List_2IIILjava_util_Comparator_2V(items, mid, secondCut, to, comp); +} + +function com_github_tommyettinger_ds_support_sort_ObjectComparators_lowerBound__Ljava_util_List_2IIILjava_util_Comparator_2I(items, from, to, pos, comp){ + var half, len, middle; + len = to - from; + while (len > 0) { + half = len / 2 | 0; + middle = from + half; + if (comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(items.get__ILjava_lang_Object_2(middle), items.get__ILjava_lang_Object_2(pos)) < 0) { + from = middle + 1; + len -= half + 1; + } + else { + len = half; + } + } + return from; +} + +function com_github_tommyettinger_ds_support_sort_ObjectComparators_sort__Ljava_util_List_2IILjava_util_Comparator_2V(items, from, to, c){ + var i, j, length_0, mid; + if (to <= 0) { + return; + } + if (from < 0 || from >= items.size__I() || to > items.size__I()) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V('The given from/to range in Comparators.sort() is invalid.')); + } + if (!c) { + com_github_tommyettinger_ds_support_sort_ObjectComparators_sort__Ljava_util_List_2IILjava_util_Comparator_2V(items, from, to, (java_util_Comparators_$clinit__V() , java_util_Comparators_$clinit__V() , java_util_Comparators_NATURAL_1ORDER)); + return; + } + length_0 = to - from; + if (length_0 < 16) { + for (i = from; i < to; i++) { + for (j = i; j > from && c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(items.get__ILjava_lang_Object_2(j - 1), items.get__ILjava_lang_Object_2(j)) > 0; j--) { + com_github_tommyettinger_ds_support_sort_ObjectComparators_swap__Ljava_util_List_2IIV(items, j, j - 1); + } + } + return; + } + mid = from + to >>> 1; + com_github_tommyettinger_ds_support_sort_ObjectComparators_sort__Ljava_util_List_2IILjava_util_Comparator_2V(items, from, mid, c); + com_github_tommyettinger_ds_support_sort_ObjectComparators_sort__Ljava_util_List_2IILjava_util_Comparator_2V(items, mid, to, c); + if (c.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(items.get__ILjava_lang_Object_2(mid - 1), items.get__ILjava_lang_Object_2(mid)) <= 0) { + return; + } + com_github_tommyettinger_ds_support_sort_ObjectComparators_inPlaceMerge__Ljava_util_List_2IIILjava_util_Comparator_2V(items, from, mid, to, c); +} + +function com_github_tommyettinger_ds_support_sort_ObjectComparators_swap__Ljava_util_List_2IIV(items, first, second){ + var firstValue; + firstValue = items.get__ILjava_lang_Object_2(first); + items.set__ILjava_lang_Object_2Ljava_lang_Object_2(first, items.get__ILjava_lang_Object_2(second)); + items.set__ILjava_lang_Object_2Ljava_lang_Object_2(second, firstValue); +} + +function com_github_tommyettinger_ds_support_sort_ObjectComparators_upperBound__Ljava_util_List_2IIILjava_util_Comparator_2I(items, from, to, pos, comp){ + var half, len, middle; + len = to - from; + while (len > 0) { + half = len / 2 | 0; + middle = from + half; + if (comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(items.get__ILjava_lang_Object_2(pos), items.get__ILjava_lang_Object_2(middle)) < 0) { + len = half; + } + else { + from = middle + 1; + len -= half + 1; + } + } + return from; +} + +function com_github_tommyettinger_random_EnhancedRandom_$randomElement__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_Object_2Ljava_lang_Object_2(this$static, array){ + return array[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static, array.length)]; +} + +function com_github_tommyettinger_random_EnhancedRandom_$setWith__Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_tommyettinger_random_EnhancedRandom_2V(this$static, other){ + var i; + i = 0; + for (; i < 4 && i < 4; i++) { + com_github_tommyettinger_random_ChopRandom_$setSelectedState__Lcom_github_tommyettinger_random_ChopRandom_2IJV(this$static, i, com_github_tommyettinger_random_ChopRandom_$getSelectedState__Lcom_github_tommyettinger_random_ChopRandom_2IJ(other, i)); + } + for (; i < 4; i++) { + com_github_tommyettinger_random_ChopRandom_$setSelectedState__Lcom_github_tommyettinger_random_ChopRandom_2IJV(this$static, i, -1); + } +} + +function com_github_tommyettinger_random_EnhancedRandom_$shuffle__Lcom_github_tommyettinger_random_EnhancedRandom_2_3IIIV(this$static, items, offset, length_0){ + var i, ii, temp; + offset = $wnd.Math.min($wnd.Math.max(0, offset), items.length); + length_0 = $wnd.Math.min(items.length - offset, $wnd.Math.max(0, length_0)); + for (i = offset + length_0 - 1; i > offset; i--) { + ii = com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2III(this$static, offset, i + 1); + temp = items[i]; + items[i] = items[ii]; + items[ii] = temp; + } +} + +function com_github_tommyettinger_random_EnhancedRandom_$shuffle__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_Object_2V(this$static, items){ + com_github_tommyettinger_random_EnhancedRandom_$shuffle__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_Object_2IIV(this$static, items, 0, items.length); +} + +function com_github_tommyettinger_random_EnhancedRandom_$shuffle__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_Object_2IIV(this$static, items, offset, length_0){ + var i, ii, temp; + offset = $wnd.Math.min($wnd.Math.max(0, offset), items.length); + length_0 = $wnd.Math.min(items.length - offset, $wnd.Math.max(0, length_0)); + for (i = offset + length_0 - 1; i > offset; i--) { + ii = com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2III(this$static, offset, i + 1); + temp = items[i]; + items[i] = items[ii]; + items[ii] = temp; + } +} + +function com_github_tommyettinger_random_EnhancedRandom_EnhancedRandom__V(){ + java_util_Random_Random__V.call(this); +} + +function com_github_tommyettinger_random_EnhancedRandom_EnhancedRandom__JV(seed){ + this.setSeed__JV(seed); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(378, 140, {140:1}); +_.nextBoolean__Z = function com_github_tommyettinger_random_EnhancedRandom_nextBoolean__Z(){ + return com_google_gwt_lang_LongLib_lt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.nextLong__J(), 0); +} +; +_.nextFloat__F = function com_github_tommyettinger_random_EnhancedRandom_nextFloat__F(){ + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this.nextLong__J(), 40)) * $intern_412; +} +; +_.nextInt__I = function com_github_tommyettinger_random_EnhancedRandom_nextInt__I(){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(this.nextLong__J()); +} +; +_.nextInt__II = function com_github_tommyettinger_random_EnhancedRandom_nextInt__II(bound){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shr__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(bound, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.nextLong__J(), $intern_2342)), 32)) & ~(bound >> 31); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1EnhancedRandom_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2420, 'EnhancedRandom', 378, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Random_12_1classLit); +function com_github_tommyettinger_random_ChopRandom_$copy__Lcom_github_tommyettinger_random_ChopRandom_2Lcom_github_tommyettinger_random_EnhancedRandom_2(this$static){ + return new com_github_tommyettinger_random_ChopRandom_ChopRandom__IIIIV(this$static.com_github_tommyettinger_random_ChopRandom_stateA, this$static.com_github_tommyettinger_random_ChopRandom_stateB, this$static.com_github_tommyettinger_random_ChopRandom_stateC, this$static.com_github_tommyettinger_random_ChopRandom_stateD); +} + +function com_github_tommyettinger_random_ChopRandom_$getSelectedState__Lcom_github_tommyettinger_random_ChopRandom_2IJ(this$static, selection){ + switch (selection) { + case 0: + return this$static.com_github_tommyettinger_random_ChopRandom_stateA; + case 1: + return this$static.com_github_tommyettinger_random_ChopRandom_stateB; + case 2: + return this$static.com_github_tommyettinger_random_ChopRandom_stateC; + default:return this$static.com_github_tommyettinger_random_ChopRandom_stateD; + } +} + +function com_github_tommyettinger_random_ChopRandom_$next__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static){ + var fa, fb, fc, fd, sa, sb; + fa = this$static.com_github_tommyettinger_random_ChopRandom_stateA; + fb = this$static.com_github_tommyettinger_random_ChopRandom_stateB; + fc = this$static.com_github_tommyettinger_random_ChopRandom_stateC; + fd = this$static.com_github_tommyettinger_random_ChopRandom_stateD; + sa = fb ^ fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateA = sa << 26 | sa >>> 6; + sb = fc ^ fd; + this$static.com_github_tommyettinger_random_ChopRandom_stateB = sb << 11 | sb >>> 21; + this$static.com_github_tommyettinger_random_ChopRandom_stateC = fa ^ fb + fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateD = fd + $intern_2421 | 0; + return fc >>> 30; +} + +function com_github_tommyettinger_random_ChopRandom_$nextBoolean__Lcom_github_tommyettinger_random_ChopRandom_2Z(this$static){ + var fa, fb, fc, fd, sa, sb; + fa = this$static.com_github_tommyettinger_random_ChopRandom_stateA; + fb = this$static.com_github_tommyettinger_random_ChopRandom_stateB; + fc = this$static.com_github_tommyettinger_random_ChopRandom_stateC; + fd = this$static.com_github_tommyettinger_random_ChopRandom_stateD; + sa = fb ^ fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateA = sa << 26 | sa >>> 6; + sb = fc ^ fd; + this$static.com_github_tommyettinger_random_ChopRandom_stateB = sb << 11 | sb >>> 21; + this$static.com_github_tommyettinger_random_ChopRandom_stateC = fa ^ fb + fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateD = fd + $intern_2421 | 0; + return fc < 0; +} + +function com_github_tommyettinger_random_ChopRandom_$nextFloat__Lcom_github_tommyettinger_random_ChopRandom_2F(this$static){ + var fa, fb, fc, fd, sa, sb; + fa = this$static.com_github_tommyettinger_random_ChopRandom_stateA; + fb = this$static.com_github_tommyettinger_random_ChopRandom_stateB; + fc = this$static.com_github_tommyettinger_random_ChopRandom_stateC; + fd = this$static.com_github_tommyettinger_random_ChopRandom_stateD; + sa = fb ^ fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateA = sa << 26 | sa >>> 6; + sb = fc ^ fd; + this$static.com_github_tommyettinger_random_ChopRandom_stateB = sb << 11 | sb >>> 21; + this$static.com_github_tommyettinger_random_ChopRandom_stateC = fa ^ fb + fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateD = fd + $intern_2421 | 0; + return (fc >>> 8) * $intern_412; +} + +function com_github_tommyettinger_random_ChopRandom_$nextFloat__Lcom_github_tommyettinger_random_ChopRandom_2FF(this$static){ + var fa, fb, fc, fd, sa, sb; + fa = this$static.com_github_tommyettinger_random_ChopRandom_stateA; + fb = this$static.com_github_tommyettinger_random_ChopRandom_stateB; + fc = this$static.com_github_tommyettinger_random_ChopRandom_stateC; + fd = this$static.com_github_tommyettinger_random_ChopRandom_stateD; + sa = fb ^ fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateA = sa << 26 | sa >>> 6; + sb = fc ^ fd; + this$static.com_github_tommyettinger_random_ChopRandom_stateB = sb << 11 | sb >>> 21; + this$static.com_github_tommyettinger_random_ChopRandom_stateC = fa ^ fb + fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateD = fd + $intern_2421 | 0; + return (fc >>> 8) * $intern_412 * 3; +} + +function com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static, bound){ + var fa, fb, fc, fd, sa, sb; + fa = this$static.com_github_tommyettinger_random_ChopRandom_stateA; + fb = this$static.com_github_tommyettinger_random_ChopRandom_stateB; + fc = this$static.com_github_tommyettinger_random_ChopRandom_stateC; + fd = this$static.com_github_tommyettinger_random_ChopRandom_stateD; + sa = fb ^ fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateA = sa << 26 | sa >>> 6; + sb = fc ^ fd; + this$static.com_github_tommyettinger_random_ChopRandom_stateB = sb << 11 | sb >>> 21; + this$static.com_github_tommyettinger_random_ChopRandom_stateC = fa ^ fb + fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateD = fd + $intern_2421 | 0; + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shr__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(bound, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fc, $intern_2342)), 32)) & ~(bound >> 31); +} + +function com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2III(this$static, inner, outer){ + var bound, boundHigh, boundLow, fa, fb, fc, fd, ga, gb, gc, gd, randHigh, randLow; + fa = this$static.com_github_tommyettinger_random_ChopRandom_stateA; + fb = this$static.com_github_tommyettinger_random_ChopRandom_stateB; + fc = this$static.com_github_tommyettinger_random_ChopRandom_stateC; + fd = this$static.com_github_tommyettinger_random_ChopRandom_stateD; + ga = fb ^ fc; + ga = ga << 26 | ga >>> 6; + gb = fc ^ fd; + gb = gb << 11 | gb >>> 21; + gc = fa ^ fb + fc; + gd = fd + $intern_2421 | 0; + fa = gb ^ gc; + this$static.com_github_tommyettinger_random_ChopRandom_stateA = fa << 26 | fa >>> 6; + fb = gc ^ gd; + this$static.com_github_tommyettinger_random_ChopRandom_stateB = fb << 11 | fb >>> 21; + this$static.com_github_tommyettinger_random_ChopRandom_stateC = ga ^ gb + gc; + this$static.com_github_tommyettinger_random_ChopRandom_stateD = gd + $intern_2421 | 0; + if (inner >= outer) + return inner; + randLow = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fc, $intern_2342); + randHigh = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(gc, $intern_2342); + bound = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(outer, inner); + boundLow = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(bound, $intern_2342); + boundHigh = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(bound, 32); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(inner, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(randHigh, boundLow), 32)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(randLow, boundHigh), 32)), com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(randHigh, boundHigh))); +} + +function com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(this$static){ + var fa, fb, fc, fd, ga, gb, gc, gd; + fa = this$static.com_github_tommyettinger_random_ChopRandom_stateA; + fb = this$static.com_github_tommyettinger_random_ChopRandom_stateB; + fc = this$static.com_github_tommyettinger_random_ChopRandom_stateC; + fd = this$static.com_github_tommyettinger_random_ChopRandom_stateD; + ga = fb ^ fc; + ga = ga << 26 | ga >>> 6; + gb = fc ^ fd; + gb = gb << 11 | gb >>> 21; + gc = fa ^ fb + fc; + gd = fd + $intern_2421 | 0; + fa = gb ^ gc; + this$static.com_github_tommyettinger_random_ChopRandom_stateA = fa << 26 | fa >>> 6; + fb = gc ^ gd; + this$static.com_github_tommyettinger_random_ChopRandom_stateB = fb << 11 | fb >>> 21; + this$static.com_github_tommyettinger_random_ChopRandom_stateC = ga ^ gb + gc; + this$static.com_github_tommyettinger_random_ChopRandom_stateD = gd + $intern_2421 | 0; + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(fc, 32), gc); +} + +function com_github_tommyettinger_random_ChopRandom_$nextSignedInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static, outerBound){ + var fa, fb, fc, fd, sa, sb; + fa = this$static.com_github_tommyettinger_random_ChopRandom_stateA; + fb = this$static.com_github_tommyettinger_random_ChopRandom_stateB; + fc = this$static.com_github_tommyettinger_random_ChopRandom_stateC; + fd = this$static.com_github_tommyettinger_random_ChopRandom_stateD; + sa = fb ^ fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateA = sa << 26 | sa >>> 6; + sb = fc ^ fd; + this$static.com_github_tommyettinger_random_ChopRandom_stateB = sb << 11 | sb >>> 21; + this$static.com_github_tommyettinger_random_ChopRandom_stateC = fa ^ fb + fc; + this$static.com_github_tommyettinger_random_ChopRandom_stateD = fd + $intern_2421 | 0; + outerBound = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shr__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(outerBound, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(fc, $intern_2342)), 32)); + return outerBound + (outerBound >>> 31); +} + +function com_github_tommyettinger_random_ChopRandom_$setSeed__Lcom_github_tommyettinger_random_ChopRandom_2JV(this$static, seed){ + var x_0; + x_0 = seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_661); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2422); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 33)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2423); + this$static.com_github_tommyettinger_random_ChopRandom_stateA = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27))); + x_0 = seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_661); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2422); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 33)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2423); + this$static.com_github_tommyettinger_random_ChopRandom_stateB = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27))); + x_0 = seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_661); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2422); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 33)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2423); + this$static.com_github_tommyettinger_random_ChopRandom_stateC = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27))); + x_0 = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_661); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2422); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 33)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2423); + this$static.com_github_tommyettinger_random_ChopRandom_stateD = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27))); +} + +function com_github_tommyettinger_random_ChopRandom_$setSelectedState__Lcom_github_tommyettinger_random_ChopRandom_2IJV(this$static, selection, value_0){ + switch (selection) { + case 0: + this$static.com_github_tommyettinger_random_ChopRandom_stateA = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(value_0); + break; + case 1: + this$static.com_github_tommyettinger_random_ChopRandom_stateB = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(value_0); + break; + case 2: + this$static.com_github_tommyettinger_random_ChopRandom_stateC = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(value_0); + break; + default:this$static.com_github_tommyettinger_random_ChopRandom_stateD = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(value_0); + } +} + +function com_github_tommyettinger_random_ChopRandom_ChopRandom__IIIIV(stateA, stateB, stateC, stateD){ + com_github_tommyettinger_random_EnhancedRandom_EnhancedRandom__V.call(this); + this.com_github_tommyettinger_random_ChopRandom_stateA = stateA; + this.com_github_tommyettinger_random_ChopRandom_stateB = stateB; + this.com_github_tommyettinger_random_ChopRandom_stateC = stateC; + this.com_github_tommyettinger_random_ChopRandom_stateD = stateD; +} + +function com_github_tommyettinger_random_ChopRandom_ChopRandom__JV(seed){ + java_util_Random_$clinit__V(); + com_github_tommyettinger_random_EnhancedRandom_EnhancedRandom__V.call(this); + com_github_tommyettinger_random_ChopRandom_$setSeed__Lcom_github_tommyettinger_random_ChopRandom_2JV(this, seed); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(646, 378, {646:1, 140:1}, com_github_tommyettinger_random_ChopRandom_ChopRandom__IIIIV, com_github_tommyettinger_random_ChopRandom_ChopRandom__JV); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_random_ChopRandom_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1ChopRandom_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + return this.com_github_tommyettinger_random_ChopRandom_stateA == that.com_github_tommyettinger_random_ChopRandom_stateA && this.com_github_tommyettinger_random_ChopRandom_stateB == that.com_github_tommyettinger_random_ChopRandom_stateB && this.com_github_tommyettinger_random_ChopRandom_stateC == that.com_github_tommyettinger_random_ChopRandom_stateC && this.com_github_tommyettinger_random_ChopRandom_stateD == that.com_github_tommyettinger_random_ChopRandom_stateD; +} +; +_.nextBoolean__Z = function com_github_tommyettinger_random_ChopRandom_nextBoolean__Z(){ + return com_github_tommyettinger_random_ChopRandom_$nextBoolean__Lcom_github_tommyettinger_random_ChopRandom_2Z(this); +} +; +_.nextFloat__F = function com_github_tommyettinger_random_ChopRandom_nextFloat__F(){ + return com_github_tommyettinger_random_ChopRandom_$nextFloat__Lcom_github_tommyettinger_random_ChopRandom_2F(this); +} +; +_.nextInt__I = function com_github_tommyettinger_random_ChopRandom_nextInt__I(){ + var fa, fb, fc, fd, sa, sb; + fa = this.com_github_tommyettinger_random_ChopRandom_stateA; + fb = this.com_github_tommyettinger_random_ChopRandom_stateB; + fc = this.com_github_tommyettinger_random_ChopRandom_stateC; + fd = this.com_github_tommyettinger_random_ChopRandom_stateD; + sa = fb ^ fc; + this.com_github_tommyettinger_random_ChopRandom_stateA = sa << 26 | sa >>> 6; + sb = fc ^ fd; + this.com_github_tommyettinger_random_ChopRandom_stateB = sb << 11 | sb >>> 21; + this.com_github_tommyettinger_random_ChopRandom_stateC = fa ^ fb + fc; + this.com_github_tommyettinger_random_ChopRandom_stateD = fd + $intern_2421 | 0; + return fc; +} +; +_.nextInt__II = function com_github_tommyettinger_random_ChopRandom_nextInt__II(bound){ + return com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this, bound); +} +; +_.nextLong__J = function com_github_tommyettinger_random_ChopRandom_nextLong__J(){ + return com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(this); +} +; +_.setSeed__JV = function com_github_tommyettinger_random_ChopRandom_setSeed__JV(seed){ + com_github_tommyettinger_random_ChopRandom_$setSeed__Lcom_github_tommyettinger_random_ChopRandom_2JV(this, seed); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_random_ChopRandom_toString__Ljava_lang_String_2(){ + return 'ChopRandom{stateA=' + this.com_github_tommyettinger_random_ChopRandom_stateA + ', stateB=' + this.com_github_tommyettinger_random_ChopRandom_stateB + ', stateC=' + this.com_github_tommyettinger_random_ChopRandom_stateC + ', stateD=' + this.com_github_tommyettinger_random_ChopRandom_stateD + '}'; +} +; +_.com_github_tommyettinger_random_ChopRandom_stateA = 0; +_.com_github_tommyettinger_random_ChopRandom_stateB = 0; +_.com_github_tommyettinger_random_ChopRandom_stateC = 0; +_.com_github_tommyettinger_random_ChopRandom_stateD = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1ChopRandom_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2420, 'ChopRandom', 646, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1EnhancedRandom_12_1classLit); +function com_github_tommyettinger_random_DistinctRandom_DistinctRandom__V(){ + java_util_Random_$clinit__V(); + com_github_tommyettinger_random_DistinctRandom_DistinctRandom__JV.call(this, com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340))); +} + +function com_github_tommyettinger_random_DistinctRandom_DistinctRandom__JV(state){ + com_github_tommyettinger_random_EnhancedRandom_EnhancedRandom__JV.call(this, state); + this.com_github_tommyettinger_random_DistinctRandom_state = state; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(665, 378, {665:1, 140:1}, com_github_tommyettinger_random_DistinctRandom_DistinctRandom__V); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_random_DistinctRandom_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1DistinctRandom_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + return com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_random_DistinctRandom_state, that.com_github_tommyettinger_random_DistinctRandom_state); +} +; +_.nextLong__J = function com_github_tommyettinger_random_DistinctRandom_nextLong__J(){ + var x_0; + x_0 = this.com_github_tommyettinger_random_DistinctRandom_state = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_DistinctRandom_state, $intern_661); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2422); + x_0 = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 33)); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, $intern_2423); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27)); +} +; +_.setSeed__JV = function com_github_tommyettinger_random_DistinctRandom_setSeed__JV(seed){ + this.com_github_tommyettinger_random_DistinctRandom_state = seed; +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_random_DistinctRandom_toString__Ljava_lang_String_2(){ + return 'DistinctRandom{state=' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.com_github_tommyettinger_random_DistinctRandom_state) + 'L}'; +} +; +_.com_github_tommyettinger_random_DistinctRandom_state = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1DistinctRandom_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2420, 'DistinctRandom', 665, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1EnhancedRandom_12_1classLit); +function com_github_tommyettinger_random_FlowRandom_$nextLong__Lcom_github_tommyettinger_random_FlowRandom_2J(this$static){ + var x_0, y_0; + x_0 = this$static.com_github_tommyettinger_random_FlowRandom_stateA = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_random_FlowRandom_stateA, $intern_2405); + y_0 = this$static.com_github_tommyettinger_random_FlowRandom_stateB = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_random_FlowRandom_stateB, {l:4034007, m:3054780, h:576402}); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(y_0, 37), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(y_0, 27))), $intern_2422); + x_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 33)), $intern_2423); + return com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(x_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(x_0, 27)); +} + +function com_github_tommyettinger_random_FlowRandom_$setState__Lcom_github_tommyettinger_random_FlowRandom_2JJV(this$static, stateA, stateB){ + this$static.com_github_tommyettinger_random_FlowRandom_stateA = stateA; + this$static.com_github_tommyettinger_random_FlowRandom_stateB = stateB; +} + +function com_github_tommyettinger_random_FlowRandom_FlowRandom__JJV(){ + java_util_Random_$clinit__V(); + com_github_tommyettinger_random_EnhancedRandom_EnhancedRandom__JV.call(this, 0); + this.com_github_tommyettinger_random_FlowRandom_stateA = 0; + this.com_github_tommyettinger_random_FlowRandom_stateB = $intern_661; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(760, 378, {760:1, 140:1}, com_github_tommyettinger_random_FlowRandom_FlowRandom__JJV); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_random_FlowRandom_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1FlowRandom_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + return com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_random_FlowRandom_stateA, that.com_github_tommyettinger_random_FlowRandom_stateA) && com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_random_FlowRandom_stateB, that.com_github_tommyettinger_random_FlowRandom_stateB); +} +; +_.nextLong__J = function com_github_tommyettinger_random_FlowRandom_nextLong__J(){ + return com_github_tommyettinger_random_FlowRandom_$nextLong__Lcom_github_tommyettinger_random_FlowRandom_2J(this); +} +; +_.setSeed__JV = function com_github_tommyettinger_random_FlowRandom_setSeed__JV(seed){ + seed = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_661); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 32)); + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2343); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 29)); + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2343); + this.com_github_tommyettinger_random_FlowRandom_stateA = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2345); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 32)); + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2343); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 29)); + this.com_github_tommyettinger_random_FlowRandom_stateB = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2344); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_random_FlowRandom_toString__Ljava_lang_String_2(){ + return 'FlowRandom{stateA=' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.com_github_tommyettinger_random_FlowRandom_stateA) + $intern_2424 + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.com_github_tommyettinger_random_FlowRandom_stateB) + 'L}'; +} +; +_.com_github_tommyettinger_random_FlowRandom_stateA = 0; +_.com_github_tommyettinger_random_FlowRandom_stateB = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1FlowRandom_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2420, 'FlowRandom', 760, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1EnhancedRandom_12_1classLit); +function com_github_tommyettinger_random_LaserRandom_$nextDouble__Lcom_github_tommyettinger_random_LaserRandom_2D(this$static){ + var s, z_0; + s = this$static.com_github_tommyettinger_random_LaserRandom_stateA = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_random_LaserRandom_stateA, $intern_2345); + z_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(s, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(s, 31)), this$static.com_github_tommyettinger_random_LaserRandom_stateB = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_random_LaserRandom_stateB, $intern_2425)); + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(z_0, 11), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(z_0, 37)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(z_0, 17))) * $intern_416; +} + +function com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(this$static, bound){ + var s, z_0; + s = this$static.com_github_tommyettinger_random_LaserRandom_stateA = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_random_LaserRandom_stateA, $intern_2345); + z_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(s, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(s, 31)), this$static.com_github_tommyettinger_random_LaserRandom_stateB = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_tommyettinger_random_LaserRandom_stateB, $intern_2425)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shr__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(bound, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(z_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(z_0, 26)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(z_0, 6)), $intern_2342)), 32)) & ~(bound >> 31); +} + +function com_github_tommyettinger_random_LaserRandom_$shuffle__Lcom_github_tommyettinger_random_LaserRandom_2_3Ljava_lang_Object_2V(this$static, items){ + var i, ii, temp; + for (i = items.length - 1; i > 0; i--) { + ii = com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(this$static, i + 1); + temp = items[i]; + items[i] = items[ii]; + items[ii] = temp; + } +} + +function com_github_tommyettinger_random_LaserRandom_LaserRandom__JJV(seedA, seedB){ + java_util_Random_$clinit__V(); + this.setSeed__JV(seedA); + this.com_github_tommyettinger_random_LaserRandom_stateA = seedA; + this.com_github_tommyettinger_random_LaserRandom_stateB = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seedB, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(668, 378, {668:1, 140:1}, com_github_tommyettinger_random_LaserRandom_LaserRandom__JJV); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_random_LaserRandom_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1LaserRandom_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_random_LaserRandom_stateA, that.com_github_tommyettinger_random_LaserRandom_stateA)) + return false; + return com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_random_LaserRandom_stateB, that.com_github_tommyettinger_random_LaserRandom_stateB); +} +; +_.nextBoolean__Z = function com_github_tommyettinger_random_LaserRandom_nextBoolean__Z(){ + var s; + s = this.com_github_tommyettinger_random_LaserRandom_stateA = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_LaserRandom_stateA, $intern_2345); + return com_google_gwt_lang_LongLib_lt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(s, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(s, 31)), this.com_github_tommyettinger_random_LaserRandom_stateB = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_LaserRandom_stateB, $intern_2425)), 0); +} +; +_.nextFloat__F = function com_github_tommyettinger_random_LaserRandom_nextFloat__F(){ + var s, z_0; + s = this.com_github_tommyettinger_random_LaserRandom_stateA = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_LaserRandom_stateA, $intern_2345); + z_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(s, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(s, 31)), this.com_github_tommyettinger_random_LaserRandom_stateB = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_LaserRandom_stateB, $intern_2425)); + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(z_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(z_0, 6)), 40)) * $intern_412; +} +; +_.nextInt__I = function com_github_tommyettinger_random_LaserRandom_nextInt__I(){ + var s, z_0; + s = this.com_github_tommyettinger_random_LaserRandom_stateA = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_LaserRandom_stateA, $intern_2345); + z_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(s, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(s, 31)), this.com_github_tommyettinger_random_LaserRandom_stateB = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_LaserRandom_stateB, $intern_2425)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(z_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(z_0, 26)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(z_0, 6))); +} +; +_.nextInt__II = function com_github_tommyettinger_random_LaserRandom_nextInt__II(bound){ + return com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(this, bound); +} +; +_.nextLong__J = function com_github_tommyettinger_random_LaserRandom_nextLong__J(){ + var com_github_tommyettinger_random_LaserRandom_$nextLong__Lcom_github_tommyettinger_random_LaserRandom_2J_s_0, com_github_tommyettinger_random_LaserRandom_$nextLong__Lcom_github_tommyettinger_random_LaserRandom_2J_z_0; + return com_github_tommyettinger_random_LaserRandom_$nextLong__Lcom_github_tommyettinger_random_LaserRandom_2J_s_0 = this.com_github_tommyettinger_random_LaserRandom_stateA = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_LaserRandom_stateA, $intern_2345) , com_github_tommyettinger_random_LaserRandom_$nextLong__Lcom_github_tommyettinger_random_LaserRandom_2J_z_0 = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_LaserRandom_$nextLong__Lcom_github_tommyettinger_random_LaserRandom_2J_s_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_LaserRandom_$nextLong__Lcom_github_tommyettinger_random_LaserRandom_2J_s_0, 31)), this.com_github_tommyettinger_random_LaserRandom_stateB = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_LaserRandom_stateB, $intern_2425)) , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_LaserRandom_$nextLong__Lcom_github_tommyettinger_random_LaserRandom_2J_z_0, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_LaserRandom_$nextLong__Lcom_github_tommyettinger_random_LaserRandom_2J_z_0, 26)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_LaserRandom_$nextLong__Lcom_github_tommyettinger_random_LaserRandom_2J_z_0, 6)); +} +; +_.setSeed__JV = function com_github_tommyettinger_random_LaserRandom_setSeed__JV(seed){ + this.com_github_tommyettinger_random_LaserRandom_stateB = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_LaserRandom_stateA = seed, 1); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_random_LaserRandom_toString__Ljava_lang_String_2(){ + return 'LaserRandom{stateA=' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.com_github_tommyettinger_random_LaserRandom_stateA) + $intern_2424 + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.com_github_tommyettinger_random_LaserRandom_stateB) + 'L}'; +} +; +_.com_github_tommyettinger_random_LaserRandom_stateA = 0; +_.com_github_tommyettinger_random_LaserRandom_stateB = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1LaserRandom_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2420, 'LaserRandom', 668, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1EnhancedRandom_12_1classLit); +function com_github_tommyettinger_random_LineWobble_trobble__IFF(seed, value_0){ + var end, floor_0, start_0, z_0; + floor_0 = com_google_gwt_lang_Cast_round_1int__DI(value_0 + $intern_390) - $intern_390; + z_0 = seed + com_github_tommyettinger_digital_BitConversion_imul__III(floor_0, $intern_2426); + start_0 = com_github_tommyettinger_digital_BitConversion_imul__III(z_0 ^ -776648139, -1833581789); + end = com_github_tommyettinger_digital_BitConversion_imul__III(z_0 + $intern_2426 ^ -776648139, -1833581789); + value_0 = (com_github_tommyettinger_digital_TrigTools_$clinit__V() , com_github_tommyettinger_digital_TrigTools_SIN_1TABLE)[com_google_gwt_lang_Cast_round_1int__DI((value_0 - floor_0) * $intern_391) & $intern_141]; + value_0 *= value_0; + return ((1 - value_0) * start_0 + value_0 * end) * 4.6566125955216364E-10; +} + +function com_github_tommyettinger_random_PouchRandom_$nextLong__Lcom_github_tommyettinger_random_PouchRandom_2J(this$static){ + var a, b, c, d; + a = this$static.com_github_tommyettinger_random_PouchRandom_stateA; + b = this$static.com_github_tommyettinger_random_PouchRandom_stateB; + c = this$static.com_github_tommyettinger_random_PouchRandom_stateC; + d = this$static.com_github_tommyettinger_random_PouchRandom_stateD; + this$static.com_github_tommyettinger_random_PouchRandom_stateA = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(c, d); + this$static.com_github_tommyettinger_random_PouchRandom_stateB = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 47), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, 17)); + this$static.com_github_tommyettinger_random_PouchRandom_stateC = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(b, a); + this$static.com_github_tommyettinger_random_PouchRandom_stateD = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(d, {l:1367258, m:1419404, h:931297}); + return c; +} + +function com_github_tommyettinger_random_PouchRandom_PouchRandom__V(){ + java_util_Random_$clinit__V(); + com_github_tommyettinger_random_EnhancedRandom_EnhancedRandom__V.call(this); + this.com_github_tommyettinger_random_PouchRandom_stateA = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340)); + this.com_github_tommyettinger_random_PouchRandom_stateB = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340)); + this.com_github_tommyettinger_random_PouchRandom_stateC = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340)); + this.com_github_tommyettinger_random_PouchRandom_stateD = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2339), com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(($wnd.Math.random() - 0.5) * $intern_2340)), 1); + com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_PouchRandom_stateA, this.com_github_tommyettinger_random_PouchRandom_stateB), this.com_github_tommyettinger_random_PouchRandom_stateC), 0) && (this.com_github_tommyettinger_random_PouchRandom_stateA = 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(759, 378, {759:1, 140:1}, com_github_tommyettinger_random_PouchRandom_PouchRandom__V); +_.equals__Ljava_lang_Object_2Z = function com_github_tommyettinger_random_PouchRandom_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1PouchRandom_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + return com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_random_PouchRandom_stateA, that.com_github_tommyettinger_random_PouchRandom_stateA) && com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_random_PouchRandom_stateB, that.com_github_tommyettinger_random_PouchRandom_stateB) && com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_random_PouchRandom_stateC, that.com_github_tommyettinger_random_PouchRandom_stateC) && com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this.com_github_tommyettinger_random_PouchRandom_stateD, that.com_github_tommyettinger_random_PouchRandom_stateD); +} +; +_.nextLong__J = function com_github_tommyettinger_random_PouchRandom_nextLong__J(){ + return com_github_tommyettinger_random_PouchRandom_$nextLong__Lcom_github_tommyettinger_random_PouchRandom_2J(this); +} +; +_.setSeed__JV = function com_github_tommyettinger_random_PouchRandom_setSeed__JV(seed){ + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 32)); + this.com_github_tommyettinger_random_PouchRandom_stateA = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2345); + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2343); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 29)); + this.com_github_tommyettinger_random_PouchRandom_stateB = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, {l:3385524, m:392898, h:182220}); + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2343); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 32)); + this.com_github_tommyettinger_random_PouchRandom_stateC = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, {l:808779, m:3801405, h:866355}); + seed = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2343); + seed = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(seed, 29)); + this.com_github_tommyettinger_random_PouchRandom_stateD = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seed, $intern_2344), 1); + com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_random_PouchRandom_stateA, this.com_github_tommyettinger_random_PouchRandom_stateB), this.com_github_tommyettinger_random_PouchRandom_stateC), 0) && (this.com_github_tommyettinger_random_PouchRandom_stateA = 1); +} +; +_.toString__Ljava_lang_String_2 = function com_github_tommyettinger_random_PouchRandom_toString__Ljava_lang_String_2(){ + return 'PouchRandom{stateA=' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.com_github_tommyettinger_random_PouchRandom_stateA) + $intern_2424 + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.com_github_tommyettinger_random_PouchRandom_stateB) + 'L, stateC=' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.com_github_tommyettinger_random_PouchRandom_stateC) + 'L, stateD=' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.com_github_tommyettinger_random_PouchRandom_stateD) + 'L}'; +} +; +_.com_github_tommyettinger_random_PouchRandom_stateA = 0; +_.com_github_tommyettinger_random_PouchRandom_stateB = 0; +_.com_github_tommyettinger_random_PouchRandom_stateC = 0; +_.com_github_tommyettinger_random_PouchRandom_stateD = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1PouchRandom_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2420, 'PouchRandom', 759, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1random_1EnhancedRandom_12_1classLit); +function com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var name_0, name$iterator, trn; + com_github_yellowstonegames_core_DescriptiveColor_NAMED = new com_github_tommyettinger_ds_ObjectIntOrderedMap_ObjectIntOrderedMap__IV(51); + com_github_yellowstonegames_core_DescriptiveColor_ALIASES = new com_github_tommyettinger_ds_ObjectIntOrderedMap_ObjectIntOrderedMap__IV(10); + com_github_yellowstonegames_core_DescriptiveColor_LIST = new com_github_tommyettinger_ds_IntList_IntList__IV(51); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'black', $intern_2427); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2427); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'gray', $intern_2428); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2428); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, $intern_2359, $intern_2429); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2429); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'white', $intern_2430); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2430); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'red', $intern_2431); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2431); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'orange', $intern_2432); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2432); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'yellow', $intern_2433); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2433); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'green', $intern_2434); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2434); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'blue', $intern_2435); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2435); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'indigo', -10581935); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -10581935); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'violet', -10121357); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -10121357); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'purple', $intern_2436); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2436); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'brown', -7895450); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -7895450); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'pink', -8810813); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -8810813); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'magenta', $intern_2437); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2437); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'brick', $intern_2438); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2438); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'ember', $intern_2439); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2439); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'salmon', $intern_2440); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2440); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'chocolate', -7829947); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -7829947); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'tan', $intern_2441); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2441); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'bronze', -7371877); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -7371877); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'cinnamon', -7370104); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -7370104); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'apricot', -7109189); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -7109189); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'peach', $intern_2442); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2442); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'pear', -6982187); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -6982187); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'saffron', $intern_2443); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2443); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'butter', -7439122); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -7439122); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'chartreuse', $intern_2444); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2444); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'cactus', -7312509); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -7312509); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'lime', -7049286); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -7049286); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'olive', $intern_2445); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2445); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'fern', $intern_2446); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2446); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'moss', $intern_2447); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2447); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'celery', $intern_2448); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2448); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'sage', $intern_2449); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2449); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'jade', $intern_2450); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2450); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'cyan', $intern_2451); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2451); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'mint', $intern_2452); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2452); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'teal', $intern_2453); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2453); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'turquoise', -8556871); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -8556871); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'sky', $intern_2454); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2454); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, $intern_2356, $intern_2455); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2455); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'denim', -9144450); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, -9144450); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'navy', $intern_2456); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2456); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'lavender', $intern_2457); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2457); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'plum', $intern_2458); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2458); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'mauve', $intern_2459); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2459); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'rose', $intern_2460); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2460); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, 'raspberry', $intern_2461); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2461); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_NAMED, $intern_2462, $intern_2463); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_LIST, $intern_2463); + com_github_yellowstonegames_core_DescriptiveColor_NAMES = com_github_yellowstonegames_core_DescriptiveColor_NAMED.com_github_tommyettinger_ds_ObjectIntOrderedMap_keys; + com_github_yellowstonegames_core_DescriptiveColor_NAMED.com_github_tommyettinger_ds_ObjectIntMap_defaultValue = 256; + com_github_tommyettinger_ds_ObjectList_$sort__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Comparator_2V(com_github_yellowstonegames_core_DescriptiveColor_NAMES, null); + com_github_yellowstonegames_core_DescriptiveColor_NAMES_1BY_1HUE = new com_github_tommyettinger_ds_ObjectList_ObjectList__Ljava_util_Collection_2V(com_github_yellowstonegames_core_DescriptiveColor_NAMES); + com_github_yellowstonegames_core_DescriptiveColor_COLORS_1BY_1HUE = new com_github_tommyettinger_ds_IntList_IntList__IV(com_github_yellowstonegames_core_DescriptiveColor_NAMES_1BY_1HUE.java_util_ArrayList_array.length); + com_github_yellowstonegames_core_DescriptiveColor_NAMES_1BY_1LIGHTNESS = new com_github_tommyettinger_ds_ObjectList_ObjectList__Ljava_util_Collection_2V(com_github_yellowstonegames_core_DescriptiveColor_NAMES); + com_github_tommyettinger_ds_ObjectList_$sort__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Comparator_2V(com_github_yellowstonegames_core_DescriptiveColor_NAMES_1BY_1HUE, new com_github_yellowstonegames_core_DescriptiveColor$lambda$0$Type_DescriptiveColor$lambda$0$Type__V); + for (name$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(com_github_yellowstonegames_core_DescriptiveColor_NAMES_1BY_1HUE); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(name$iterator);) { + name_0 = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(name$iterator); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_DescriptiveColor_COLORS_1BY_1HUE, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, name_0)); + } + com_github_tommyettinger_ds_ObjectList_$sort__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Comparator_2V(com_github_yellowstonegames_core_DescriptiveColor_NAMES_1BY_1LIGHTNESS, new com_github_yellowstonegames_core_DescriptiveColor$lambda$1$Type_DescriptiveColor$lambda$1$Type__V); + com_github_yellowstonegames_core_DescriptiveColor_mixing = new com_github_tommyettinger_ds_IntList_IntList__IV(4); + com_github_yellowstonegames_core_DescriptiveColor_namesByHue = new com_github_tommyettinger_ds_ObjectList_ObjectList__Ljava_util_Collection_2V(com_github_yellowstonegames_core_DescriptiveColor_NAMES_1BY_1HUE); + com_github_yellowstonegames_core_DescriptiveColor_colorsByHue = new com_github_tommyettinger_ds_IntList_IntList__Lcom_github_tommyettinger_ds_IntList_2V(com_github_yellowstonegames_core_DescriptiveColor_COLORS_1BY_1HUE); + trn = java_util_ArrayList_$indexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_namesByHue, $intern_2462, 0); + java_util_ArrayList_$remove__Ljava_util_ArrayList_2ILjava_lang_Object_2(com_github_yellowstonegames_core_DescriptiveColor_namesByHue, trn); + com_github_tommyettinger_ds_IntList_$removeAt__Lcom_github_tommyettinger_ds_IntList_2II(com_github_yellowstonegames_core_DescriptiveColor_colorsByHue, trn); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_ALIASES, 'grey', $intern_2428); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_ALIASES, 'gold', $intern_2443); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_ALIASES, 'puce', $intern_2459); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_ALIASES, 'sand', $intern_2441); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_ALIASES, $intern_1599, $intern_2442); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_ALIASES, 'coral', $intern_2440); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_ALIASES, 'azure', $intern_2454); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_ALIASES, 'ocean', $intern_2453); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_DescriptiveColor_ALIASES, 'sapphire', $intern_2455); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$putAll__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2V(com_github_yellowstonegames_core_DescriptiveColor_NAMED, com_github_yellowstonegames_core_DescriptiveColor_ALIASES); + com_github_yellowstonegames_core_DescriptiveColor_builder = new java_lang_StringBuilder_StringBuilder__IV; + com_github_yellowstonegames_core_DescriptiveColor_sub = new com_github_yellowstonegames_core_DescriptiveColor$lambda$2$Type_DescriptiveColor$lambda$2$Type__V; + new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Lregexodus_Substitution_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('(?>> 2) + (ix >>> 4); + ix += ix >>> 4; + ix += (ix >>> 8) + 709965728; + x_0 = (com_github_tommyettinger_digital_BitConversion_wia[0] = ix , undefined , com_github_tommyettinger_digital_BitConversion_wfa[0]); + x_0 = $intern_2464 * (2 * x_0 + x0 / (x_0 * x_0)); + x_0 = $intern_2464 * ($intern_2465 * x_0 + x0 / (x_0 * x_0)); + return x_0; +} + +function com_github_yellowstonegames_core_DescriptiveColor_chroma__IF(oklab){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var a, b; + a = ((oklab >>> 7 & 510) - 255) * 0.00390625; + b = ((oklab >>> 15 & 510) - 255) * 0.00390625; + return $wnd.Math.sqrt(a * a + b * b); +} + +function com_github_yellowstonegames_core_DescriptiveColor_describe__Ljava_lang_String_2I(description){ + var initial; + if (description == null || description.length == 0) + return 0; + initial = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, description.length) , description.charCodeAt(0)); + if (initial == 35) { + if (description.length >= 7 && description.length < 9) + return com_github_tommyettinger_digital_Base_$readInt__Lcom_github_tommyettinger_digital_Base_2Ljava_lang_CharSequence_2III((com_github_tommyettinger_digital_Base_$clinit__V() , com_github_tommyettinger_digital_Base_BASE16), description, 1, 7) << 8 | 255; + else if (description.length >= 9) + return com_github_tommyettinger_digital_Base_$readInt__Lcom_github_tommyettinger_digital_Base_2Ljava_lang_CharSequence_2III((com_github_tommyettinger_digital_Base_$clinit__V() , com_github_tommyettinger_digital_Base_BASE16), description, 1, 9); + return 0; + } + return com_github_yellowstonegames_core_DescriptiveColor_toRGBA8888__II(com_github_yellowstonegames_core_DescriptiveColor_describeOklab__Ljava_lang_String_2III(description, initial == 124?1:0, description.length)); +} + +function com_github_yellowstonegames_core_DescriptiveColor_describeOklab__Ljava_lang_String_2III(description, start_0, length_0){ + var com_github_yellowstonegames_core_DescriptiveColor_lighten__IFI_L_0, com_github_yellowstonegames_core_DescriptiveColor_lighten__IFI_other_0, com_github_yellowstonegames_core_DescriptiveColor_darken__IFI_i_0, com_github_yellowstonegames_core_DescriptiveColor_darken__IFI_other_0; + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var i, len, lightness, result, saturation, term, terms; + lightness = 0; + saturation = 0; + terms = java_lang_String_$split__Ljava_lang_String_2Ljava_lang_String_2I_3Ljava_lang_String_2(java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(description, start_0, length_0 < 0?description.length - start_0:$wnd.Math.min(description.length, start_0 + length_0)), '[^a-zA-Z0-9_]+', 0); + com_github_yellowstonegames_core_DescriptiveColor_mixing.com_github_tommyettinger_ds_IntList_size = 0; + for (i = 0; i < terms.length; i++) { + term = terms[i]; + if (term == null || term.length == 0) + continue; + len = term.length; + switch (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, term.length) , term.charCodeAt(0)) { + case 76: + case 108: + if (len > 2 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(2, term.length) , term.charCodeAt(2) == 103 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(2, term.length) , term.charCodeAt(2) == 71))) { + switch (len) { + case 9: + lightness += $intern_365; + case 8: + lightness += $intern_365; + case 7: + lightness += $intern_365; + case 5: + lightness += $intern_365; + continue; + } + } + + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IIV(com_github_yellowstonegames_core_DescriptiveColor_mixing, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, term)); + break; + case 66: + case 98: + if (len > 3 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(3, term.length) , term.charCodeAt(3) == 103 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(3, term.length) , term.charCodeAt(3) == 71))) { + switch (len) { + case 10: + lightness += $intern_365; + saturation += $intern_363; + case 9: + lightness += $intern_365; + saturation += $intern_363; + case 8: + lightness += $intern_365; + saturation += $intern_363; + case 6: + lightness += $intern_365; + saturation += $intern_363; + continue; + } + } + + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IIV(com_github_yellowstonegames_core_DescriptiveColor_mixing, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, term)); + break; + case 80: + case 112: + if (len > 2 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(2, term.length) , term.charCodeAt(2) == 108 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(2, term.length) , term.charCodeAt(2) == 76))) { + switch (len) { + case 8: + case 7: + lightness += $intern_365; + saturation -= $intern_363; + case 6: + lightness += $intern_365; + saturation -= $intern_363; + case 5: + lightness += $intern_365; + saturation -= $intern_363; + case 4: + lightness += $intern_365; + saturation -= $intern_363; + continue; + } + } + + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IIV(com_github_yellowstonegames_core_DescriptiveColor_mixing, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, term)); + break; + case 87: + case 119: + if (len > 3 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(3, term.length) , term.charCodeAt(3) == 107 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(3, term.length) , term.charCodeAt(3) == 75))) { + switch (len) { + case 8: + lightness -= $intern_365; + saturation -= $intern_363; + case 7: + lightness -= $intern_365; + saturation -= $intern_363; + case 6: + lightness -= $intern_365; + saturation -= $intern_363; + case 4: + lightness -= $intern_365; + saturation -= $intern_363; + continue; + } + } + + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IIV(com_github_yellowstonegames_core_DescriptiveColor_mixing, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, term)); + break; + case 82: + case 114: + if (len > 1 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, term.length) , term.charCodeAt(1) == 105 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, term.length) , term.charCodeAt(1) == 73))) { + switch (len) { + case 8: + saturation += $intern_363; + case 7: + saturation += $intern_363; + case 6: + saturation += $intern_363; + case 4: + saturation += $intern_363; + continue; + } + } + + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IIV(com_github_yellowstonegames_core_DescriptiveColor_mixing, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, term)); + break; + case 68: + case 100: + if (len > 1 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, term.length) , term.charCodeAt(1) == 97 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, term.length) , term.charCodeAt(1) == 65))) { + switch (len) { + case 8: + lightness -= $intern_365; + case 7: + lightness -= $intern_365; + case 6: + lightness -= $intern_365; + case 4: + lightness -= $intern_365; + continue; + } + } + else if (len > 1 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, term.length) , term.charCodeAt(1) == 117 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, term.length) , term.charCodeAt(1) == 85))) { + switch (len) { + case 8: + saturation -= $intern_363; + case 7: + saturation -= $intern_363; + case 6: + saturation -= $intern_363; + case 4: + saturation -= $intern_363; + continue; + } + } + else if (len > 3 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(3, term.length) , term.charCodeAt(3) == 112 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(3, term.length) , term.charCodeAt(3) == 80))) { + switch (len) { + case 8: + lightness -= $intern_365; + saturation += $intern_363; + case 7: + lightness -= $intern_365; + saturation += $intern_363; + case 6: + lightness -= $intern_365; + saturation += $intern_363; + case 4: + lightness -= $intern_365; + saturation += $intern_363; + continue; + } + } + + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IIV(com_github_yellowstonegames_core_DescriptiveColor_mixing, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, term)); + break; + case 48: + case 49: + case 50: + case 51: + case 52: + case 53: + case 54: + case 55: + case 56: + case 57: + com_github_yellowstonegames_core_DescriptiveColor_mixing.com_github_tommyettinger_ds_IntList_size >= 2 && com_github_tommyettinger_ds_IntList_$set__Lcom_github_tommyettinger_ds_IntList_2IIV(com_github_yellowstonegames_core_DescriptiveColor_mixing, (com_github_yellowstonegames_core_DescriptiveColor_mixing.com_github_tommyettinger_ds_IntList_size & -2) - 1, com_github_tommyettinger_digital_Base_$readInt__Lcom_github_tommyettinger_digital_Base_2Ljava_lang_CharSequence_2I((com_github_tommyettinger_digital_Base_$clinit__V() , com_github_tommyettinger_digital_Base_BASE10), term)); + break; + default:com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IIV(com_github_yellowstonegames_core_DescriptiveColor_mixing, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, term)); + } + } + if (com_github_yellowstonegames_core_DescriptiveColor_mixing.com_github_tommyettinger_ds_IntList_size < 2) + return 256; + result = com_github_yellowstonegames_core_DescriptiveColor_unevenMix___3IIII(com_github_yellowstonegames_core_DescriptiveColor_mixing.com_github_tommyettinger_ds_IntList_items, 0, com_github_yellowstonegames_core_DescriptiveColor_mixing.com_github_tommyettinger_ds_IntList_size); + if (result == 256) + return result; + lightness > 0?(result = (com_github_yellowstonegames_core_DescriptiveColor_lighten__IFI_L_0 = result & 255 , com_github_yellowstonegames_core_DescriptiveColor_lighten__IFI_other_0 = result & -256 , com_google_gwt_lang_Cast_round_1int__DI(com_github_yellowstonegames_core_DescriptiveColor_lighten__IFI_L_0 + (255 - com_github_yellowstonegames_core_DescriptiveColor_lighten__IFI_L_0) * lightness) & 255 | com_github_yellowstonegames_core_DescriptiveColor_lighten__IFI_other_0)):lightness < 0 && (result = (com_github_yellowstonegames_core_DescriptiveColor_darken__IFI_i_0 = result & 255 , com_github_yellowstonegames_core_DescriptiveColor_darken__IFI_other_0 = result & -256 , com_google_gwt_lang_Cast_round_1int__DI(com_github_yellowstonegames_core_DescriptiveColor_darken__IFI_i_0 * (1 - -lightness)) & 255 | com_github_yellowstonegames_core_DescriptiveColor_darken__IFI_other_0)); + saturation > 0?(result = com_github_yellowstonegames_core_DescriptiveColor_limitToGamut__II(com_google_gwt_lang_Cast_round_1int__DI(((result >>> 8 & 255) - $intern_2466) * (1 - saturation) + $intern_2466) << 8 | com_google_gwt_lang_Cast_round_1int__DI(((result >>> 16 & 255) - $intern_2466) * (1 - saturation) + $intern_2466) << 16 | result & $intern_79)):saturation < 0 && (result = com_google_gwt_lang_Cast_round_1int__DI(((result >>> 8 & 255) - $intern_2466) * (1 - -saturation) + $intern_2466) << 8 | com_google_gwt_lang_Cast_round_1int__DI(((result >>> 16 & 255) - $intern_2466) * (1 - -saturation) + $intern_2466) << 16 | result & $intern_79); + return result; +} + +function com_github_yellowstonegames_core_DescriptiveColor_fade__IFI(start_0, change){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var opacity, other; + opacity = start_0 >>> 24; + other = start_0 & $intern_136; + return (com_google_gwt_lang_Cast_round_1int__DI(opacity * (1 - change)) & 255) << 24 | other; +} + +function com_github_yellowstonegames_core_DescriptiveColor_fromRGBA__FFFFI(r, g, b, a){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var l, m, s; + r = r * r; + g = g * g; + b = b * b; + l = com_github_yellowstonegames_core_DescriptiveColor_cbrtPositive__FF(0.4121656119823456 * r + 0.5362752079963684 * g + 0.051457565277814865 * b); + m = com_github_yellowstonegames_core_DescriptiveColor_cbrtPositive__FF(0.2118591070175171 * r + 0.6807189583778381 * g + 0.10740657895803452 * b); + s = com_github_yellowstonegames_core_DescriptiveColor_cbrtPositive__FF(0.08830979466438293 * r + 0.28184741735458374 * g + 0.6302613615989685 * b); + return $wnd.Math.min($wnd.Math.max(com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.sqrt(($intern_2467 * l + $intern_2468 * m - $intern_2469 * s) * ($intern_2467 * l + $intern_2468 * m - $intern_2469 * s) * ($intern_2467 * l + $intern_2468 * m - $intern_2469 * s)) * $intern_2470), 0), 255) | $wnd.Math.min($wnd.Math.max(com_google_gwt_lang_Cast_round_1int__DI((1.9779984951019287 * l - 2.4285922050476074 * m + 0.4505937099456787 * s) * $intern_2471 + $intern_2466), 0), 255) << 8 | $wnd.Math.min($wnd.Math.max(com_google_gwt_lang_Cast_round_1int__DI((0.025904037058353424 * l + 0.7827717661857605 * m - 0.8086757659912109 * s) * $intern_2471 + $intern_2466), 0), 255) << 16 | com_google_gwt_lang_Cast_round_1int__DI(a * 255) << 24; +} + +function com_github_yellowstonegames_core_DescriptiveColor_hue__IF(oklab){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var a, b; + a = (oklab >>> 7 & 510) - 255; + b = (oklab >>> 15 & 510) - 255; + return com_github_tommyettinger_digital_TrigTools_atan2Turns__FFF(a, b); +} + +function com_github_yellowstonegames_core_DescriptiveColor_lambda$0__Ljava_lang_String_2Ljava_lang_String_2I(o1_0, o2_1){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var c1, c2, s1, s2; + c1 = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, o1_0); + c2 = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, o2_1); + if (c1 >= 0) + return -10000; + else if (c2 >= 0) + return $intern_709; + s1 = com_github_yellowstonegames_core_DescriptiveColor_chroma__IF(c1); + s2 = com_github_yellowstonegames_core_DescriptiveColor_chroma__IF(c2); + return s1 <= $intern_2472 && s2 > $intern_2472?-1000:s1 > $intern_2472 && s2 <= $intern_2472?$intern_54:s1 <= $intern_2472 && s2 <= $intern_2472?(c1 & 255) - (c2 & 255):(com_google_gwt_lang_Cast_round_1int__DI(java_lang_Math_signum__DD(com_github_yellowstonegames_core_DescriptiveColor_hue__IF(c1) - com_github_yellowstonegames_core_DescriptiveColor_hue__IF(c2))) << 8) + (c1 & 255) - (c2 & 255); +} + +function com_github_yellowstonegames_core_DescriptiveColor_lerpColors__IIFI(start_0, end, change){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var eA, eAlpha, eB, eL, sA, sAlpha, sB, sL; + sL = start_0 & 255; + sA = start_0 >>> 8 & 255; + sB = start_0 >>> 16 & 255; + sAlpha = start_0 >>> 24 & 255; + eL = end & 255; + eA = end >>> 8 & 255; + eB = end >>> 16 & 255; + eAlpha = end >>> 24 & 255; + return com_google_gwt_lang_Cast_round_1int__DI(sL + change * (eL - sL)) & 255 | (com_google_gwt_lang_Cast_round_1int__DI(sA + change * (eA - sA)) & 255) << 8 | (com_google_gwt_lang_Cast_round_1int__DI(sB + change * (eB - sB)) & 255) << 16 | (com_google_gwt_lang_Cast_round_1int__DI(sAlpha + change * (eAlpha - sAlpha)) & 255) << 24; +} + +function com_github_yellowstonegames_core_DescriptiveColor_lerpColorsBlended__IIFI(start_0, end, change){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var eA, eAlpha, eB, eL, sA, sAlpha, sB, sL; + sL = start_0 & 255; + sA = start_0 >>> 8 & 255; + sB = start_0 >>> 16 & 255; + sAlpha = start_0 & $intern_81; + eL = end & 255; + eA = end >>> 8 & 255; + eB = end >>> 16 & 255; + eAlpha = end >>> 24; + change *= eAlpha * 0.00392156862745098; + return com_google_gwt_lang_Cast_round_1int__DI(sL + change * (eL - sL)) & 255 | (com_google_gwt_lang_Cast_round_1int__DI(sA + change * (eA - sA)) & 255) << 8 | (com_google_gwt_lang_Cast_round_1int__DI(sB + change * (eB - sB)) & 255) << 16 | sAlpha; +} + +function com_github_yellowstonegames_core_DescriptiveColor_limitToGamut__II(packed){ + var A, B, dist, hue, idx; + A = (packed >>> 8 & 255) - $intern_2466; + B = (packed >>> 16 & 255) - $intern_2466; + hue = com_github_tommyettinger_digital_TrigTools_atan2Turns__FFF(B, A); + idx = (packed & 255) << 8 | com_google_gwt_lang_Cast_round_1int__DI(256 * hue); + dist = (com_github_yellowstonegames_core_Gamut_$clinit__V() , com_github_yellowstonegames_core_Gamut_GAMUT_1DATA)[idx] * 0.5; + if (dist * dist >= A * A + B * B) + return packed; + return packed & $intern_79 | (com_github_tommyettinger_digital_TrigTools_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_digital_TrigTools_COS_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(hue * $intern_390 + $intern_2024) & $intern_141] * dist + 128) << 8) | com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(hue * $intern_390 + $intern_2024) & $intern_141] * dist + 128) << 16; +} + +function com_github_yellowstonegames_core_DescriptiveColor_limitToGamut__IIIII(L, A, B, alpha_0){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var A2, B2, dist, hue, idx; + L = $wnd.Math.min($wnd.Math.max(L, 0), 255); + A = $wnd.Math.min($wnd.Math.max(A, 0), 255); + B = $wnd.Math.min($wnd.Math.max(B, 0), 255); + alpha_0 = $wnd.Math.min($wnd.Math.max(alpha_0, 0), 255); + A2 = (A - $intern_2466) / 255; + B2 = (B - $intern_2466) / 255; + hue = com_github_tommyettinger_digital_TrigTools_atan2Turns__FFF(B2, A2); + idx = L << 8 | com_google_gwt_lang_Cast_round_1int__DI(256 * hue); + dist = (com_github_yellowstonegames_core_Gamut_$clinit__V() , com_github_yellowstonegames_core_Gamut_GAMUT_1DATA)[idx] * 0.5; + if (dist * dist * $intern_410 + 6.103515625E-5 >= A2 * A2 + B2 * B2) + return L | A << 8 | B << 16 | alpha_0 << 24; + return alpha_0 << 24 | (com_github_tommyettinger_digital_TrigTools_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(hue * $intern_390 + $intern_2024) & $intern_141] * dist + 128) << 16) | com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_digital_TrigTools_COS_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(hue * $intern_390 + $intern_2024) & $intern_141] * dist + 128) << 8 | L; +} + +function com_github_yellowstonegames_core_DescriptiveColor_maximizeSaturation__IIIII(L, A, B, alpha_0){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + var A2, B2, dist, hue, idx; + L = $wnd.Math.min($wnd.Math.max(L, 0), 255); + A = $wnd.Math.min($wnd.Math.max(A, 0), 255); + B = $wnd.Math.min($wnd.Math.max(B, 0), 255); + alpha_0 = $wnd.Math.min($wnd.Math.max(alpha_0, 0), 255); + A2 = A - $intern_2466; + B2 = B - $intern_2466; + hue = com_github_tommyettinger_digital_TrigTools_atan2Turns__FFF(B2, A2); + idx = L << 8 | com_google_gwt_lang_Cast_round_1int__DI(256 * hue); + dist = (com_github_yellowstonegames_core_Gamut_$clinit__V() , com_github_yellowstonegames_core_Gamut_GAMUT_1DATA)[idx] * 0.5; + return alpha_0 << 24 | (com_github_tommyettinger_digital_TrigTools_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(hue * $intern_390 + $intern_2024) & $intern_141] * dist + 128) << 16) | com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_digital_TrigTools_COS_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(hue * $intern_390 + $intern_2024) & $intern_141] * dist + 128) << 8 | L; +} + +function com_github_yellowstonegames_core_DescriptiveColor_reverseLight__FF(L){ + var ix, x0; + ix = (com_github_tommyettinger_digital_BitConversion_$clinit__V() , com_github_tommyettinger_digital_BitConversion_wfa[0] = L , undefined , com_github_tommyettinger_digital_BitConversion_wia[0]); + x0 = L; + ix = (ix >>> 2) + (ix >>> 4); + ix += ix >>> 4; + ix += (ix >>> 8) + 709965728; + L = (com_github_tommyettinger_digital_BitConversion_wia[0] = ix , undefined , com_github_tommyettinger_digital_BitConversion_wfa[0]); + L = $intern_2464 * (2 * L + x0 / (L * L)); + L = $intern_2464 * ($intern_2465 * L + x0 / (L * L)); + return L * L; +} + +function com_github_yellowstonegames_core_DescriptiveColor_toRGBA8888__II(oklab){ + var A, B, L, b, g, l, m, r, s; + L = com_github_yellowstonegames_core_DescriptiveColor_reverseLight__FF((oklab & 255) / 255); + A = ((oklab >>> 8 & 255) - $intern_2466) / $intern_2466; + B = ((oklab >>> 16 & 255) - $intern_2466) / $intern_2466; + l = (L + $intern_2473 * A + $intern_2474 * B) * (L + $intern_2473 * A + $intern_2474 * B) * (L + $intern_2473 * A + $intern_2474 * B); + m = (L - $intern_2475 * A - $intern_2476 * B) * (L - $intern_2475 * A - $intern_2476 * B) * (L - $intern_2475 * A - $intern_2476 * B); + s = (L - $intern_2477 * A - $intern_2478 * B) * (L - $intern_2477 * A - $intern_2478 * B) * (L - $intern_2477 * A - $intern_2478 * B); + r = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.sqrt($wnd.Math.min($wnd.Math.max(4.076724529266357 * l - 3.3072168827056885 * m + 0.23075905442237854 * s, 0), 1)) * $intern_2470); + g = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.sqrt($wnd.Math.min($wnd.Math.max(-1.2681437730789185 * l + 2.609332323074341 * m - 0.3411344289779663 * s, 0), 1)) * $intern_2470); + b = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.sqrt($wnd.Math.min($wnd.Math.max(-0.004111988469958305 * l - 0.7034763097763062 * m + 1.7068625688552856 * s, 0), 1)) * $intern_2470); + return r << 24 | g << 16 | b << 8 | (oklab & -33554432) >>> 24 | oklab >>> 31; +} + +function com_github_yellowstonegames_core_DescriptiveColor_unevenMix___3IIII(colors, offset, size_0){ + var current, end, i, i0, mixColor, result, total, weight; + size_0 &= -2; + end = offset + size_0; + if (colors == null || colors.length < end || offset < 0 || size_0 <= 0) + return 256; + while (colors[offset] == 256) { + if ((offset += 2) >= end) + return 256; + } + result = colors[offset]; + current = colors[offset + 1]; + total = current; + for (i0 = offset + 3; i0 < end; i0 += 2) { + colors[i0 - 1] != 256 && (total += colors[i0]); + } + total = 1 / total; + current *= total; + for (i = offset + 3; i < end; i += 2) { + mixColor = colors[i - 1]; + if (mixColor == 256) + continue; + weight = colors[i] * total; + result = com_github_yellowstonegames_core_DescriptiveColor_lerpColors__IIFI(result, mixColor, weight / (current += weight)); + } + return result; +} + +var com_github_yellowstonegames_core_DescriptiveColor_ALIASES, com_github_yellowstonegames_core_DescriptiveColor_COLORS_1BY_1HUE, com_github_yellowstonegames_core_DescriptiveColor_LIST, com_github_yellowstonegames_core_DescriptiveColor_NAMED, com_github_yellowstonegames_core_DescriptiveColor_NAMES, com_github_yellowstonegames_core_DescriptiveColor_NAMES_1BY_1HUE, com_github_yellowstonegames_core_DescriptiveColor_NAMES_1BY_1LIGHTNESS, com_github_yellowstonegames_core_DescriptiveColor_builder, com_github_yellowstonegames_core_DescriptiveColor_colorsByHue, com_github_yellowstonegames_core_DescriptiveColor_mixing, com_github_yellowstonegames_core_DescriptiveColor_namesByHue, com_github_yellowstonegames_core_DescriptiveColor_sub; +function com_github_yellowstonegames_core_DescriptiveColor$lambda$0$Type_DescriptiveColor$lambda$0$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(876, 1, $intern_204, com_github_yellowstonegames_core_DescriptiveColor$lambda$0$Type_DescriptiveColor$lambda$0$Type__V); +_.compare__Ljava_lang_Object_2Ljava_lang_Object_2I = function com_github_yellowstonegames_core_DescriptiveColor$lambda$0$Type_compare__Ljava_lang_Object_2Ljava_lang_Object_2I(arg0, arg1){ + return com_github_yellowstonegames_core_DescriptiveColor_lambda$0__Ljava_lang_String_2Ljava_lang_String_2I(arg0, arg1); +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_core_DescriptiveColor$lambda$0$Type_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.reversed__Ljava_util_Comparator_2 = function com_github_yellowstonegames_core_DescriptiveColor$lambda$0$Type_reversed__Ljava_util_Comparator_2(){ + return new java_util_Comparators$ReversedComparator_Comparators$ReversedComparator__Ljava_util_Comparator_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1core_1DescriptiveColor$lambda$0$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2479, 'DescriptiveColor/lambda$0$Type', 876, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_core_DescriptiveColor$lambda$1$Type_DescriptiveColor$lambda$1$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(877, 1, $intern_204, com_github_yellowstonegames_core_DescriptiveColor$lambda$1$Type_DescriptiveColor$lambda$1$Type__V); +_.compare__Ljava_lang_Object_2Ljava_lang_Object_2I = function com_github_yellowstonegames_core_DescriptiveColor$lambda$1$Type_compare__Ljava_lang_Object_2Ljava_lang_Object_2I(arg0, arg1){ + return com_github_yellowstonegames_core_DescriptiveColor_$clinit__V() , (com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, arg0) + $intern_84 & -2147483393) - (com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_DescriptiveColor_NAMED, arg1) + $intern_84 & -2147483393); +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_core_DescriptiveColor$lambda$1$Type_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.reversed__Ljava_util_Comparator_2 = function com_github_yellowstonegames_core_DescriptiveColor$lambda$1$Type_reversed__Ljava_util_Comparator_2(){ + return new java_util_Comparators$ReversedComparator_Comparators$ReversedComparator__Ljava_util_Comparator_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1core_1DescriptiveColor$lambda$1$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2479, 'DescriptiveColor/lambda$1$Type', 877, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_core_DescriptiveColor$lambda$2$Type_DescriptiveColor$lambda$2$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(878, 1, {}, com_github_yellowstonegames_core_DescriptiveColor$lambda$2$Type_DescriptiveColor$lambda$2$Type__V); +_.appendSubstitution__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V = function com_github_yellowstonegames_core_DescriptiveColor$lambda$2$Type_appendSubstitution__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V(arg0, arg1){ + com_github_yellowstonegames_core_DescriptiveColor_$clinit__V(); + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(com_github_yellowstonegames_core_DescriptiveColor_builder, 0); + regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILjava_lang_StringBuilder_2IZ(arg0, com_github_yellowstonegames_core_DescriptiveColor_builder); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(arg1.regexodus_Replacer$StringBuilderBuffer_sb, 91); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(arg1.regexodus_Replacer$StringBuilderBuffer_sb, 35); + regexodus_Replacer$StringBuilderBuffer_$append__Lregexodus_Replacer$StringBuilderBuffer_2Ljava_lang_String_2V(arg1, com_github_yellowstonegames_core_DigitTools_hex__ILjava_lang_String_2(com_github_yellowstonegames_core_DescriptiveColor_describe__Ljava_lang_String_2I(com_github_yellowstonegames_core_DescriptiveColor_builder.java_lang_AbstractStringBuilder_string))); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(arg1.regexodus_Replacer$StringBuilderBuffer_sb, 93); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1core_1DescriptiveColor$lambda$2$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2479, 'DescriptiveColor/lambda$2$Type', 878, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_core_DigitTools_hex__ILjava_lang_String_2(number){ + return com_github_tommyettinger_digital_Base_$unsigned__Lcom_github_tommyettinger_digital_Base_2ILjava_lang_String_2((com_github_tommyettinger_digital_Base_$clinit__V() , com_github_tommyettinger_digital_Base_BASE16), number); +} + +function com_github_yellowstonegames_core_FullPalette_$clinit__V(){ + com_github_yellowstonegames_core_FullPalette_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var name_0, name$iterator; + com_github_yellowstonegames_core_FullPalette_NAMED = new com_github_tommyettinger_ds_ObjectIntOrderedMap_ObjectIntOrderedMap__IV($intern_556); + com_github_yellowstonegames_core_FullPalette_LIST = new com_github_tommyettinger_ds_IntList_IntList__IV($intern_556); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Alice Blue', -8487177); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8487177); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Alizarin', $intern_2480); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2480); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aloewood', -7961523); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7961523); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aloewood Brown', -8290976); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8290976); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Amaranth', -7955846); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7955846); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Amber', -6979383); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6979383); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Amber Dye', -7435643); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7435643); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Amethyst', -9401727); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9401727); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Amur Cork Tree', -7110713); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7110713); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Apricot', -8027176); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8027176); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aqua', $intern_2451); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2451); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aquamarine', $intern_2452); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2452); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Army Green', -7833011); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7833011); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Asparagus', -7768430); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7768430); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Atomic Tangerine', $intern_2481); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2481); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Auburn', -7829690); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7829690); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Azul', $intern_2482); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2482); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Azure', -8487428); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8487428); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Baby Blue', -8487688); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8487688); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Baiko Brown', -7963013); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7963013); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Beige', -8159501); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8159501); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Bellflower', -8878516); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8878516); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Beni Dye', -7827884); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7827884); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Betel Nut Dye', -8290004); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8290004); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Birch Brown', -7697044); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7697044); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Bistre', -8158673); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8158673); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Black', $intern_2427); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2427); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Black Chestnut Oak', -8356061); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8356061); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Black Dye', -8355820); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8355820); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Black Kite', -8289243); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8289243); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Blood', -7564430); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7564430); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Blood Red', -7498612); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7498612); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Blue', $intern_2435); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2435); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Blue Black Crayfish', -7898268); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7898268); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Blue Green', -8753473); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8753473); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Blue Green Dye', -8423330); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8423330); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Blue Violet', -10186392); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10186392); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Blue Violet Dye', -8486364); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8486364); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Boiled Red Bean Brown', -8092104); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8092104); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Bondi Blue', -9014396); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9014396); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Brass', -7439196); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7439196); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Brewed Mustard Brown', -7763040); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7763040); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Bright Gold Brown', -7305840); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7305840); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Bright Golden Yellow', -7043655); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7043655); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Bright Green', -6920748); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6920748); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Bright Pink', $intern_2483); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2483); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Bright Turquoise', -8622649); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8622649); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Brilliant Rose', -8611431); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8611431); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Bronze', -7436654); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7436654); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Brown', $intern_2445); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2445); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Brown Rat Grey', -8289728); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8289728); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Browner', -7501728); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7501728); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Brushwood Dyed', -7830170); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7830170); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Buff', -7569957); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7569957); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Burgundy', -7891896); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7891896); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Burnt Bamboo', -8355264); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8355264); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Burnt Orange', -7369349); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7369349); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Burnt Sienna', -7631464); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7631464); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Burnt Umber', -7828143); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7828143); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Camo Green', -8160128); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8160128); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cape Jasmine', -7371833); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7371833); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Caput Mortuum', -8091593); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8091593); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cardinal', -7891098); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7891098); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Carmine', -7760821); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7760821); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Carnation Pink', -8483644); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8483644); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Carolina Blue', -8880970); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8880970); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Carrot Orange', -7174488); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7174488); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cattail', -7631251); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7631251); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Celadon', -8030511); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8030511); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Celadon Dye', -8291436); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8291436); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cerise', -8218246); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8218246); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cerulean', -9144721); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9144721); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cerulean Blue', -9863846); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9863846); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Chartreuse', -6786325); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6786325); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Chartreuse Green', -6854440); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6854440); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cherry Blossom', -8353331); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8353331); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cherry Blossom Dye', -8157738); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8157738); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cherry Blossom Mouse', -8288883); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8288883); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Chestnut', -7958654); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7958654); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Chestnut Leather Brown', $intern_2484); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2484); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Chestnut Plum', -7959213); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7959213); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Chinese Tea Brown', -7828618); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7828618); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Chinese Tea Yellow', -7502206); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7502206); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Chocolate', -7633328); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7633328); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cinnabar', $intern_2485); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2485); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cinnamon', -7369848); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7369848); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Clove Brown', -7895449); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7895449); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Clove Dyed', $intern_2486); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2486); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Coarse Wool', -8618213); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8618213); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cobalt', $intern_2455); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2455); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cochineal Red', -7957930); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7957930); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Columbia Blue', -8881710); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8881710); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Copper', -7567740); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7567740); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Copper Rose', -8222859); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8222859); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Coral', -7565658); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7565658); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Coral Dye', -7630184); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7630184); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Coral Red', -7628661); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7628661); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Corn', -7177497); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7177497); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Corn Dye', -7305797); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7305797); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cornflower Blue', -9470827); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9470827); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cosmic Latte', $intern_2336); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2336); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cream', -8028678); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8028678); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Crimson', -7824784); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7824784); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cyan', $intern_2451); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2451); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cypress Bark', -7959738); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7959738); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Cypress Bark Red', -8025531); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8025531); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Blue', -10650819); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10650819); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Blue Dye', -8815070); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8815070); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Blue Lapis Lazuli', -9011670); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9011670); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Brown', -7830709); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7830709); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Cerulean', -9340349); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9340349); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Chestnut', -8157578); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8157578); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Coral', -7762304); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7762304); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Goldenrod', -7241329); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7241329); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Gray', $intern_2487); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2487); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Green', -8227031); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8227031); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Indigo', -8747946); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8747946); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Khaki', -7635789); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7635789); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Pastel Green', -7378788); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7378788); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Pink', -8350068); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8350068); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Scarlet', -8155605); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8155605); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Red', $intern_2488); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2488); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Red Dye', -8486372); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8486372); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Salmon', -7894611); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7894611); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Slate Gray', -8488376); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8488376); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Spring Green', -8031905); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8031905); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Tan', -7831678); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7831678); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Turquoise', -8753230); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8753230); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dark Violet', -10054045); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10054045); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dawn', -7762013); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7762013); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Daylily', -7304278); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7304278); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, "Dead Man's Fingers Seaweed", -7963062); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7963062); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Decaying Leaves', -7435887); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7435887); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Deep Cerise', -8611205); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8611205); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Deep Chestnut', -7893134); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7893134); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Deep Fuchsia', -9268348); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9268348); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Deep Lilac', -9400970); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9400970); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Deep Magenta', -9593480); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9593480); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Deep Peach', -7895849); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7895849); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Deep Pink', -8609400); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8609400); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Deep Purple', -8682195); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8682195); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Deep Scarlet', -8156592); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8156592); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Denim', -9733535); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9733535); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Disappearing Purple', -8486347); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8486347); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Distant River Brown', -7762811); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7762811); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dodger Blue', -9865331); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9865331); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dove Feather Grey', -8289437); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8289437); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dried Weathered Bamboo', -7830182); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7830182); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Dull Blue', -8355766); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8355766); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Earthen Yellow', -7764594); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7764594); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Earthen Yellow Red Brown', -7367281); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7367281); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ecru', -7897166); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7897166); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Edo Brown', -7827873); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7827873); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Egg Dye', -7174726); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7174726); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Eggshell Paper', -7961656); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7961656); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Egyptian Blue', -9995198); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9995198); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Electric Blue', -8686879); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8686879); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Electric Green', $intern_2434); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2434); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Electric Indigo', -10712226); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10712226); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Electric Lime', -6852377); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6852377); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Electric Purple', $intern_2436); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2436); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Emerald', -7835990); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7835990); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Eggplant', -8550837); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8550837); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Faded Chinese Tea Brown', $intern_2484); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2484); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, "Faded Sen No Rikyu's Tea", -8093032); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8093032); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Fake Purple', -8354258); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8354258); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Falu Red', -7827389); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7827389); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Fern Green', $intern_2446); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2446); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Finch Brown', -7635074); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7635074); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Firebrick', -7695267); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7695267); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Flattery Brown', -7830451); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7830451); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Flax', -7569958); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7569958); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Flirtatious Indigo Tea', -8159425); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8159425); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Floral Leaf', -7306297); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7306297); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Foreign Crimson', -7825303); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7825303); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Forest Green', -7508622); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7508622); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Fox', -7698584); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7698584); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Fragile Seaweed Brown', -8291020); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8291020); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'French Rose', -8414833); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8414833); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Fresh Onion', -7572359); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7572359); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Fuchsia Pink', -9398606); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9398606); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Gamboge', -7109718); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7109718); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Gamboge Dye', -7044412); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7044412); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Glazed Persimmon', -7630468); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7630468); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Gold', -7242062); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7242062); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Golden', -6914856); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6914856); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Golden Brown', -7502992); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7502992); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Golden Brown Dye', $intern_2486); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2486); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Golden Fallen Leaves', -7371605); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7371605); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Golden Oak', -7568242); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7568242); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Golden Yellow', -6849570); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6849570); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Goldenrod', -7176019); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7176019); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Goryeo Storeroom', -8488141); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8488141); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Grape Mouse', -8420020); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8420020); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Gray', $intern_2428); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2428); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Gray Asparagus', -8225965); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8225965); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Green', -7508889); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7508889); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Greenfinch', -7242585); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7242585); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Green Bamboo', -8162733); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8162733); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Green Tea Dye', -7960742); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7960742); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Green Yellow', -6918687); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6918687); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Greyish Dark Green', -8224926); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224926); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Half Purple', -8812431); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8812431); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Han Purple', -10779047); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10779047); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Harbor Rat', -8356486); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8356486); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Heliotrope', -9530459); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9530459); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Hollywood Cerise', -8871549); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8871549); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Horsetail', -8161197); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8161197); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Hot Magenta', -9330034); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9330034); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Hot Pink', -8677469); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8677469); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ibis', -8091857); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8091857); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ibis Wing', -7959378); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7959378); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Indigo', -9728969); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9728969); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Indigo Dye', -9143747); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9143747); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Indigo Ink Brown', -8355787); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8355787); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Indigo White', -8487180); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8487180); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ink', -8355805); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8355805); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Insect Screen', -8291779); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8291779); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Inside Of A Bottle', -8290366); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8290366); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'International Klein Blue', -10060737); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10060737); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'International Orange', -7302001); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7302001); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Iris', -8811184); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8811184); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Iron', -8422348); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8422348); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ironhead Flower', -8618936); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8618936); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Iron Storage', -8422092); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8422092); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Islamic Green', -7378060); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7378060); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ivory', -8290562); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8290562); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Iwai Brown', -8159402); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8159402); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Jade', -8032885); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8032885); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Japanese Indigo', -8553667); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8553667); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Japanese Iris', -7896476); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7896476); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Japanese Pale Blue', -8029291); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8029291); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Japanese Triandra Grass', -7241544); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7241544); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Kelly Green', -7246948); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7246948); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Khaki', -8027981); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8027981); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Kimono Storage', -8553143); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8553143); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lapis Lazuli', -9405368); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9405368); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lavender Floral', -9270632); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9270632); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lavender', -8617752); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8617752); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lavender Blue', $intern_2489); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2489); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lavender Blush', -8420875); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8420875); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lavender Gray', -8552251); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8552251); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lavender Magenta', $intern_2490); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2490); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lavender Pink', -8549688); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8549688); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lavender Purple', -9009783); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9009783); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lavender Rose', -8810814); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8810814); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lawn Green', -6919979); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6919979); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Legal Dye', -8224476); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224476); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lemon', -6850076); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6850076); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lemon Chiffon', -7962888); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7962888); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Blue', -8684592); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8684592); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Blue Dye', -8685948); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8685948); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Blue Flower', -8816802); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8816802); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Blue Silk', -8882105); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8882105); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Gray', $intern_2491); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2491); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Khaki', -7570206); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7570206); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Lime', -6852892); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6852892); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Maroon', -8415900); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8415900); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Pink', -8353332); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8353332); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Violet', $intern_2490); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2490); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Light Yellow Dye', -7633720); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7633720); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lilac', -8681808); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8681808); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lime', $intern_2434); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2434); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lime Green', -7247704); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7247704); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Linen', -8290062); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8290062); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Long Spring', -8024457); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8024457); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Loquat Brown', -7698315); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7698315); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Lye', -8158865); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8158865); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Magenta Dye', -8676497); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8676497); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Magic Mint', -8292642); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8292642); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Magnolia', -8486665); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8486665); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Malachite', -7444814); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7444814); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Maroon', $intern_2488); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2488); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Magenta', -9854314); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9854314); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Maya Blue', -9209672); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9209672); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Mauve', -9074490); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9074490); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Mauve Taupe', -8419217); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8419217); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Meat', -7763026); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7763026); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Medium Blue', -10650818); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10650818); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Medium Carmine', $intern_2492); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2492); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Medium Crimson', -8087951); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8087951); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Medium Lavender Magenta', $intern_2493); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2493); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Medium Purple', -9533305); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9533305); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Medium Spring Green', -7837745); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7837745); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Midori', -8685482); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8685482); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Midnight Blue', -9274573); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9274573); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Mint Green', -7639071); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7639071); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Misty Rose', -8355093); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8355093); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Moss', -7635588); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7635588); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Moss Green', -8030257); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8030257); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Mountbatten Pink', -8551292); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8551292); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Mousy Indigo', -8290219); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8290219); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Mousy Wisteria', -8682897); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8682897); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Mulberry', -8222663); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8222663); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Mulberry Dyed', -7436913); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7436913); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Mustard', -7176739); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7176739); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Myrtle', -8030408); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8030408); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Navajo White', -7896605); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7896605); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Navy Blue', $intern_2456); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2456); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Navy Blue Bellflower', -9076957); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9076957); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Navy Blue Dye', -9470924); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9470924); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'New Bridge', -8882849); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8882849); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Nightingale', -7897258); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7897258); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Nightingale Brown', -7897013); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7897013); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ocean Blue', -8686434); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8686434); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ochre', -7370867); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7370867); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Old Bamboo', -8159903); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8159903); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Old Gold', -7242315); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7242315); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Old Lace', -8290314); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8290314); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Old Lavender', -8551826); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8551826); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Old Rose', -8222573); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8222573); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Olive', $intern_2445); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2445); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Olive Drab', -7441281); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7441281); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Olivine', -7767892); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7767892); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Onando', -8487618); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8487618); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'One Kin Dye', -8090451); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8090451); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Opposite Flower', -8618913); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8618913); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Orange', -6914097); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6914097); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Orange Peel', -7043402); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7043402); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Orange Red', -7301493); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7301493); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Orangutan', -7563659); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7563659); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Orchid', -9137507); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9137507); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Overdyed Red Brown', -7565175); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7565175); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Blue', -8554272); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8554272); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Brown', -7896451); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7896451); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Carmine', $intern_2492); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2492); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Chestnut', -8288837); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8288837); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Cornflower Blue', -8815415); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8815415); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Crimson', -7957610); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7957610); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Fallen Leaves', -7503732); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7503732); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Green Onion', -8357484); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8357484); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Incense', -7567172); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7567172); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Magenta', -9071949); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9071949); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Oak', -7766106); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7766106); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Persimmon', -7698245); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7698245); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Pink', -8354845); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8354845); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Red Violet', -8417131); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8417131); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pale Young Green Onion', -7572061); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7572061); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Papaya Whip', -8158991); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8158991); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pastel Green', -7639360); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7639360); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pastel Pink', -8419873); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8419873); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Patina', -8096405); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8096405); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Patrinia Flower', -7045704); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7045704); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Peach', -7896856); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7896856); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Peach Dye', -8089438); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8089438); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Peach Orange', -7830570); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7830570); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Peach Yellow', -7896862); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7896862); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pear', -7047724); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7047724); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Periwinkle', $intern_2489); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2489); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Persian Blue', -10126006); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10126006); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Persian Green', -8490867); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8490867); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Persian Indigo', -9796049); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9796049); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Persian Red', -7760529); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7760529); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Persian Pink', -8678741); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8678741); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Persian Rose', -8806516); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8806516); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Persimmon', -7302774); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7302774); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Persimmon Juice', -7959715); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7959715); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pigment Blue', -9797309); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9797309); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pine Green', -8490137); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8490137); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pine Needle', -8094647); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8094647); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pink', -8222265); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8222265); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pink Orange', $intern_2481); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2481); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Plain Mouse', -8289950); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8289950); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Platinum', -8421404); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421404); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Plum', $intern_2493); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2493); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Plum Blossom Mouse', -8092046); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8092046); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Plum Dyed', -7566673); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7566673); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Plum Purple', -8352420); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8352420); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Polished Brown', $intern_2494); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2494); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Powder Blue', $intern_2495); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2495); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Prussian Blue', -9077969); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9077969); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Psychedelic Purple', -10051960); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10051960); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Puce', -8418914); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8418914); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pumpkin', -7237985); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7237985); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pure Crimson', -7695001); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7695001); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Pure Dark Gray', $intern_2487); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2487); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Purple', -9333429); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9333429); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Purple Dye', -8746696); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8746696); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Purple Kite', -8288456); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8288456); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Purple Taupe', -8551611); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8551611); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rabbit Ear Iris', -8680913); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8680913); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rapeblossom Brown', -7176008); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7176008); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rapeseed Oil', -7372673); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7372673); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Raw Umber', -7634093); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7634093); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Razzamatazz', -8151691); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8151691); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red', $intern_2431); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2431); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Bean', -8025284); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8025284); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Birch', -7761834); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7761834); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Incense', -7696991); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7696991); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Dye Turmeric', -7369564); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7369564); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Kite', -7893420); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7893420); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Ochre', $intern_2494); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2494); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Pigment', -7562631); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7562631); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Plum', -8088952); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8088952); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Violet', -8807315); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8807315); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Red Wisteria', -8549746); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8549746); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rich Carmine', -7890067); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7890067); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rich Gardenia', -7565918); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7565918); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rinsed Out Red', -7565405); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7565405); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rikan Brown', -8093878); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8093878); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Robin Egg Blue', -8687696); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8687696); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rose', $intern_2483); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2483); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rose Madder', $intern_2480); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2480); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rose Taupe', -8222868); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8222868); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Royal Blue', -9929358); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9929358); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Royal Purple', -9467303); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9467303); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ruby', -8217228); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8217228); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Russet', -7698858); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7698858); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rust', -7499927); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7499927); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rusted Light Blue', -8422279); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8422279); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rusty Celadon', -8159608); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8159608); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rusty Storage', -8487853); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8487853); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Rusty Storeroom', -8356290); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8356290); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Safety Orange', -7237480); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7237480); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Safflower', -8879274); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8879274); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Saffron', -7110967); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7110967); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Salmon', -7696978); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7696978); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sandy Brown', -7502153); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7502153); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sangria', -7695544); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7695544); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sapphire', -9536213); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9536213); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sappanwood', -8220856); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8220856); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sappanwood Incense', -7959703); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7959703); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sawtooth Oak', -7763540); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7763540); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Scarlet', -7366014); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7366014); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'School Bus Yellow', -6914855); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6914855); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Scorched Brown', -8223963); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8223963); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sea Green', -8031883); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8031883); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Seashell', -8355593); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8355593); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Selective Yellow', -6979130); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6979130); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, "Sen No Rikyu's Tea", -8093328); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8093328); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sepia', -7699378); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7699378); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Shamrock Green', -7967357); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7967357); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Shocking Pink', -9198964); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9198964); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Shrimp Brown', -8091334); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8091334); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Silk Crepe Brown', -8488120); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8488120); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Silver', $intern_2491); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2491); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Silver Grey', -8289910); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8289910); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Silvered Red', -7695259); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7695259); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Simmered Seawead', -8158912); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8158912); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Siskin Sprout Yellow', -7440761); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7440761); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sky', -8882043); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8882043); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sky Blue', -8881982); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8881982); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Slate Gray', -8683906); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8683906); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Smalt', -9864130); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9864130); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sooty Bamboo', -8027326); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8027326); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sooty Willow Bamboo', -8159670); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8159670); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sparrow Brown', -7960228); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7960228); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Spring Bud', -6853411); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6853411); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Spring Green', -7576110); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7576110); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Stained Red', -8814213); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8814213); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Steamed Chestnut', -7831114); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7831114); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Steel Blue', -9143684); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9143684); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Storeroom Brown', -8290754); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8290754); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Stylish Persimnmon', -7632710); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7632710); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sumac', -8026311); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8026311); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Sumac Dyed', -7240033); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7240033); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tan', $intern_2441); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2441); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tangerine', -7173726); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7173726); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tangerine Yellow', -6914351); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6914351); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tatarian Aster', -8812674); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8812674); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Taupe', -8224450); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224450); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tawny', -7369348); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7369348); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tea Garden Contemplation', -8158889); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8158889); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tea Green', -8029724); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8029724); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tea Orange', -7958872); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7958872); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tea Rose', -8288816); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8288816); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Teal', -8621202); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8621202); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Terra Cotta', -7762539); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7762539); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Thin Violet', -8681588); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8681588); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Thistle', -8617016); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8617016); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Thousand Herb', -8816790); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8816790); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Thousand Year Old Brown', -8224715); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224715); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Thousand Year Old Green', -8225730); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8225730); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Thrice Dyed Crimson', -7761257); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7761257); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tomato', -7564392); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7564392); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tree Peony', -8416416); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8416416); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'True Pink', $intern_2496); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2496); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'True Red', -7892660); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7892660); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Turmeric', -7306068); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7306068); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Turquoise', -8556616); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8556616); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Tyrian Purple', -8547786); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8547786); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ultramarine', -10125779); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10125779); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Ultramarine Dye', -8947067); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8947067); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Unbleached Silk', -8158491); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8158491); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Undried Wall', -8093085); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8093085); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Vanishing Red Mouse', -8289482); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8289482); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Vegas Gold', -7504462); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7504462); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Velvet', -8292291); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8292291); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Vermillion', $intern_2485); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2485); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Vine Grape', -8614587); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8614587); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Violet', -10513815); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10513815); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Violet Dye', -8746686); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8746686); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Viridian', -8358541); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8358541); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Walnut', -8092545); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8092545); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Washed Out Crimson', -8091448); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8091448); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Washed Out Persimmon', -7631967); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7631967); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Water', -8422750); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8422750); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Water Persimmon', -8025727); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8025727); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Wheat', -7962399); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7962399); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'White', $intern_2430); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2430); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'White Mouse', -8224090); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224090); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'White Oak', -7765079); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7765079); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'White Tea Dye', -7895653); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7895653); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Whitish Green', -8095054); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8095054); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Willow Dye', -7767659); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7767659); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Willow Grey', -8224901); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224901); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Willow Tea', -7700854); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7700854); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Wilted Lawn Clippings', -7893653); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7893653); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Willow Leaves Underside', -7962956); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7962956); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Wisteria', -8943694); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8943694); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Wisteria Dye', -8878979); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8878979); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Wisteria Purple', -9009039); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9009039); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Yellow', $intern_2433); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2433); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Yellow Green', -7179848); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7179848); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Yellow Sea Pine Brown', -7765903); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7765903); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Young Bamboo', -7964794); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7964794); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Zinnwaldite', -8092724); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8092724); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Midnight', -8748528); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8748528); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Dark Leather', -8550609); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8550609); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Deep Ocean', -9273029); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9273029); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Lead', -8486837); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8486837); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Earth', -7829668); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7829668); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Forest', -7769002); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7769002); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Lobster', -7892104); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7892104); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Drab', -8224911); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224911); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Cadet Blue', -9470593); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9470593); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Tawny Brown', -7370861); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7370861); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Iron', -8618606); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8618606); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Pea Soup', -7376491); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7376491); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Putty', -8158284); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8158284); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Turquoise', -8685903); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8685903); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Mustard', -7308594); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7308594); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Eggshell', -8225560); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8225560); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Black', $intern_2427); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2427); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Ink', -8748766); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8748766); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Seal Brown', -8616397); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8616397); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Chestnut', -8091834); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8091834); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Cappuccino', -7895451); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7895451); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Pumpkin', -7369839); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7369839); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Fawn', -7699284); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7699284); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Nude', -7896372); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7896372); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Daffodil', -6915862); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6915862); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Key Lime', -7245878); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7245878); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Shamrock', -7311709); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7311709); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Jungle', -8162689); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8162689); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Olive', -7833762); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7833762); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Mud', -7897526); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7897526); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Shadow', -8422087); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8422087); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Cobalt', -9141947); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9141947); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Cerulean', -9012646); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9012646); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Denim', -9797511); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9797511); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Sky Blue', -9601892); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9601892); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Seafoam', -8883014); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8883014); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Platinum', -8814885); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8814885); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB White', $intern_2430); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2430); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Storm Cloud', -8553046); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8553046); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Elephant', -8486784); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8486784); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Graphite', -8421526); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421526); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Soot', -8356010); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8356010); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Eggplant', -9139366); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9139366); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Blood', -7826848); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7826848); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Coral', -8023419); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8023419); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Lavender', -8810594); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8810594); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Army Green', -7636336); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7636336); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'DB Compost', -7635086); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7635086); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Red', $intern_2497); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2497); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Red', -8090754); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8090754); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Red', -7497358); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7497358); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Red', -8090204); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8090204); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Red', -8222791); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8222791); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Red', -7628668); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7628668); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Red', -7695534); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7695534); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Red', -8024490); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8024490); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Red', -7563680); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7563680); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Orange', $intern_2498); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2498); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Orange', -7895898); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7895898); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Orange', -7304047); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7304047); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Orange', -7764542); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7764542); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Orange', -8027440); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8027440); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Orange', -7370073); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7370073); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Orange', -7501463); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7501463); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Orange', -7764615); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7764615); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Orange', -7435398); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7435398); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Brown', $intern_2499); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2499); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Brown', -8093271); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8093271); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Brown', -7436155); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7436155); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Brown', -8027455); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8027455); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Brown', -8158767); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8158767); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Brown', -7502173); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7502173); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Brown', -7699356); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7699356); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Brown', -8027526); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8027526); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Brown', -7567504); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7567504); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Apricot', $intern_2500); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2500); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Apricot', -7831103); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7831103); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Apricot', -7174741); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7174741); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Apricot', -7700012); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7700012); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Apricot', -8027937); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8027937); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Apricot', -7240513); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7240513); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Apricot', -7437444); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7437444); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Apricot', -7765614); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7765614); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Apricot', -7306096); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7306096); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Gold', $intern_2501); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2501); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Gold', -7701043); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7701043); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Gold', -7045953); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7045953); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Gold', -7504418); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7504418); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Gold', -7897371); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7897371); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Gold', -7046187); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7046187); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Gold', -7307896); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7307896); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Gold', -7570018); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7570018); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Gold', -7177054); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7177054); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Yellow', $intern_2502); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2502); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Yellow', -7570453); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7570453); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Yellow', -6850845); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6850845); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Yellow', -7374093); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7374093); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Yellow', -7832331); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7832331); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Yellow', -6916111); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6916111); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Yellow', -7178079); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7178079); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Yellow', -7439687); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7439687); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Yellow', -7047233); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7047233); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Chartreuse', $intern_2503); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2503); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Chartreuse', -7702053); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7702053); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Chartreuse', -6983217); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6983217); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Chartreuse', -7505688); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7505688); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Chartreuse', -7898131); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7898131); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Chartreuse', -6982943); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6982943); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Chartreuse', -7244652); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7244652); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Chartreuse', -7571286); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7571286); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Chartreuse', -7113809); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7113809); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Lime', -6983740); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -6983740); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Lime', -7637053); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7637053); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Lime', -7049287); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7049287); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Lime', -7506215); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7506215); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Lime', -7832863); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7832863); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Lime', -7049007); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7049007); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Lime', -7310716); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7310716); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Lime', -7506282); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7506282); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Lime', -7179876); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7179876); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Honeydew', $intern_2504); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2504); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Honeydew', -7833384); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7833384); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Honeydew', -7050294); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7050294); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Honeydew', -7702809); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7702809); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Honeydew', -8029460); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8029460); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Honeydew', -7115301); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7115301); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Honeydew', -7376495); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7376495); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Honeydew', -7702872); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7702872); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Honeydew', -7180630); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7180630); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Green', $intern_2505); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2505); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Green', -7769418); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7769418); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Green', -7117390); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7117390); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Green', -7638832); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7638832); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Green', -7964966); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7964966); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Green', -7117114); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7117114); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Green', -7378049); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7378049); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Green', -7638902); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7638902); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Green', -7247722); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7247722); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Jade', -7509571); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7509571); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Jade', -8030790); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8030790); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Jade', -7379024); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7379024); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Jade', -7965998); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7965998); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Jade', -8161061); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8161061); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Jade', -7509820); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7509820); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Jade', -7705218); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7705218); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Jade', -7966067); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7966067); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Jade', -7509356); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7509356); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Seafoam', $intern_2506); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2506); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Seafoam', -8292922); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8292922); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Seafoam', -7968318); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7968318); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Seafoam', -8293667); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8293667); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Seafoam', -8357917); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8357917); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Seafoam', -8098862); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8098862); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Seafoam', -8098166); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8098166); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Seafoam', -8227942); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8227942); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Seafoam', -8033117); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8033117); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Cyan', -8688183); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8688183); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Cyan', -8620609); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8620609); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Cyan', -8688193); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8688193); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Cyan', -8621096); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8621096); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Cyan', -8554529); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8554529); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Cyan', -8687919); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8687919); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Cyan', -8621689); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8621689); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Cyan', -8621165); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8621165); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Cyan', -8622176); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8622176); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Azure', $intern_2507); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2507); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Azure', -8750931); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8750931); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Azure', -9080161); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9080161); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Azure', -8751159); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8751159); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Azure', $intern_2495); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2495); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Azure', -9080139); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9080139); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Azure', -8948365); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8948365); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Azure', -8816767); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8816767); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Azure', -9014139); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9014139); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Blue', $intern_2508); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2508); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Blue', -9077625); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9077625); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Blue', -9930385); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9930385); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Blue', -9143124); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9143124); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Blue', -8815168); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8815168); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Blue', -9733752); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9733752); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Blue', -9536943); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9536943); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Blue', -9208740); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9208740); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Blue', -9799076); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9799076); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Sapphire', -10387619); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10387619); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Sapphire', -9338516); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9338516); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Sapphire', -10584756); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10584756); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Sapphire', -9404008); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9404008); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Sapphire', -9011023); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9011023); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Sapphire', -10387355); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10387355); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Sapphire', -10060229); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10060229); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Sapphire', -9535420); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9535420); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Sapphire', -10322624); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10322624); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Indigo', $intern_2509); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2509); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Indigo', -9468069); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9468069); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Indigo', -10516661); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10516661); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Indigo', -9533301); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9533301); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Indigo', -9075545); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9075545); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Indigo', -10319261); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10319261); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Indigo', -10058186); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10058186); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Indigo', -9664970); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9664970); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Indigo', -10320321); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10320321); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Violet', $intern_2510); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2510); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Violet', -9205385); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9205385); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Violet', -10251938); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10251938); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Violet', -9336162); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9336162); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Violet', -8944202); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8944202); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Violet', -10120587); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10120587); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Violet', -9859770); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9859770); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Violet', -9467059); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9467059); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Violet', -10055857); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10055857); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Purple', $intern_2511); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2511); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Purple', -9073527); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9073527); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Purple', -9921930); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9921930); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Purple', -9204052); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9204052); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Purple', -8878144); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8878144); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Purple', -9791094); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9791094); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Purple', -9530282); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9530282); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Purple', -9204128); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9204128); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Purple', -9726109); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9726109); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Magenta', $intern_2512); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2512); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Magenta', -8876157); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8876157); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Magenta', -9199749); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9199749); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Magenta', -8941143); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8941143); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Magenta', -8746564); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8746564); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Magenta', -9265778); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9265778); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Magenta', -9070504); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9070504); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Magenta', -8940965); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8940965); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Magenta', -9135256); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9135256); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rose', -8413831); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8413831); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Faded Rose', -8548743); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8548743); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Flush Rose', -8283023); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8283023); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Rose', -8548191); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8548191); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Pale Rose', -8484425); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8484425); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Bright Rose', -8479611); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8479611); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Rose', -8350127); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8350127); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Drab Rose', -8482478); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8482478); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Rich Rose', -8349345); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8349345); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Black', $intern_2427); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2427); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Almost Black', -8421601); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421601); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Gray Black', -8421569); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421569); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Dark Gray', -8421537); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421537); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Gray', -8421505); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421505); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Light Gray', -8421473); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421473); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Gray White', -8421441); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421441); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW Almost White', -8421409); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421409); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'CW White', $intern_2430); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2430); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Transparent', $intern_2463); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2463); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pitch Black', -8421631); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421631); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Coal Black', -8421613); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421613); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Shadow', -8421595); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421595); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Graphite', -8421577); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421577); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Smoke', -8421559); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421559); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Lead', -8421541); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421541); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Iron', -8421522); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421522); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Elephant', $intern_2428); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2428); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Chinchilla', -8421486); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421486); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Greyhound', -8421468); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421468); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Silver', $intern_2429); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2429); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Fog', -8421431); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421431); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Platinum', -8421413); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421413); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Cloud', -8421395); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8421395); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Shining White', $intern_2430); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2430); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Seawater', $intern_2453); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2453); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Hospital Green', -8687192); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8687192); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Cyan', $intern_2451); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2451); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Bubble', -8554255); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8554255); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Periwinkle', -9796718); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9796718); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Ultramarine', $intern_2435); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2435); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Faded Blue', -9993644); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9993644); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Ocean Blue', -10060762); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10060762); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Stygian Blue', -9535716); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9535716); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Deep Purple', -9333430); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9333430); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Tyrian Purple', -9398661); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9398661); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Magenta', $intern_2437); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2437); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Bubblegum Pink', -9333578); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9333578); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pork Chop', $intern_2496); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2496); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Raw Meat', -8023894); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8023894); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Fresh Blood', $intern_2431); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2431); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Putty', -7892370); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7892370); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Sienna', $intern_2488); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2488); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Seal Brown', -8025299); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8025299); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Mummy Brown', -7633071); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7633071); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Fawn', -7567986); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7567986); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Orange', $intern_2432); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2432); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Peach', $intern_2442); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2442); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Cream', -7832326); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7832326); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Lemon', $intern_2433); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2433); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Earwax', -7243337); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7243337); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Umber', -7374471); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7374471); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Ivy Green', -7508890); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7508890); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Jade', $intern_2450); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2450); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Shamrock Green', $intern_2434); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2434); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Celadon', -7834905); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7834905); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Puce', -8552012); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8552012); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Beige', -7961936); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7961936); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Wet Stone', -8224864); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224864); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Slow Creek', -8487793); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8487793); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Slate Gray', -8553346); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8553346); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Skin 1', -8224399); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224399); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Skin 2', -8091784); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8091784); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Skin 3', -8091251); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8091251); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Skin 4', -7960419); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7960419); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Skin 5', -7895123); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7895123); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Skin 6', -7960902); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7960902); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Skin 7', -7961144); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7961144); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Skin 8', -8026925); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8026925); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Skin 9', -8224283); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8224283); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dark Skin 1', -8289213); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8289213); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dark Skin 2', -8157360); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8157360); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dark Skin 3', -8222618); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8222618); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pink Skin 1', -8222845); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8222845); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pink Skin 2', -8222817); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8222817); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pink Skin 3', -8288581); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8288581); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pink Skin 4', -8420131); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8420131); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Bronze Skin 4', -8093236); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8093236); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Bronze Skin 3', -7896411); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7896411); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Bronze Skin 2', -8027528); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8027528); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Bronze Skin 1', -7962019); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7962019); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Taupe', -8158928); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8158928); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Drab Green', -8028865); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8028865); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Lizard Scales', -7766929); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7766929); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Cricket', -7832437); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7832437); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Olive Oil', -7636067); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7636067); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dun', -7766864); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7766864); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Corn Silk', -7897917); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7897917); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Tan', -7963178); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7963178); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Straw', -8094230); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8094230); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Honeydew', -7964200); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7964200); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Tarnish', -7898692); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7898692); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pea Soup', -7506773); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7506773); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Marsh', -7899004); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7899004); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Asparagus', -7768464); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7768464); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Peat Bog', -8029365); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8029365); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Deep Jungle', -8160229); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8160229); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pine Green', -8161723); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8161723); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Olive Green', -8160946); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8160946); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Gray Green', -8225955); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8225955); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Maidenhair Fern', -8030876); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8030876); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Kelly Green', -7900034); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7900034); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dusty Green', -7965286); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7965286); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Garter Snake', -7966296); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7966296); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Silver Green', -7965258); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7965258); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pistachio', -8030521); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8030521); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Angel Wing', -8487693); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8487693); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Sage Green', -8226850); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8226850); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dried Sage', $intern_2449); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2449); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Artichoke', -8161370); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8161370); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Viridian', -8161424); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8161424); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Floral Foam', -8162729); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8162729); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Hunter Green', -8291544); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8291544); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dark Teal', -8619461); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8619461); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Kyanite', -8554649); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8554649); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Spearmint', -8554852); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8554852); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Amazonite', -8554309); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8554309); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pastel Sky', -8554026); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8554026); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Aquamarine', -8488217); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8488217); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dust Bunny', -8749360); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8749360); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Patina', -8749629); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8749629); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Chipped Granite', -8814919); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8814919); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Blue Smoke', -8815193); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8815193); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Air Force Blue', -9209206); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9209206); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Cold Iron', -8815504); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8815504); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dreary Blue', -8881068); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8881068); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Murk', -8880615); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8880615); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Ninja', -8945374); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8945374); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Watercolor Black', -8814274); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8814274); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Iolite', -9010866); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9010866); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Boysenberry', -9141666); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9141666); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Watercolor Gray', -9141642); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9141642); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Blue Steel', -9403776); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9403776); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Twilight Cloud', -9010795); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9010795); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Smog', -9010767); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9010767); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Tropic Mist', -8749093); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8749093); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Feather Down', -8683290); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8683290); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Mild Violet', -8944227); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8944227); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Violet Cushions', -9532554); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9532554); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dull Violet', -9009563); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9009563); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Royal Violet', -9074870); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9074870); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Eminence', -8681939); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8681939); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Prune', -8616903); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8616903); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dusty Grape', -8877483); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8877483); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pink Violet', -8877458); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8877458); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Ripe Plum', -9072773); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9072773); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Mauve', $intern_2459); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2459); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Ham', -8812093); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8812093); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Cotton Candy', -8551192); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8551192); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Silver Pink', -8616751); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8616751); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Tea Rose', -8550969); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8550969); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Old Rose', -8550221); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8550221); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dusty Pink', -8681053); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8681053); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Roseate Spoonbill', -8549481); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8549481); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Thulian Pink', -8679038); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8679038); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Brown Velvet', -8485068); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8485068); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Nightshade', -8485344); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8485344); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Scribe Ink', -8615913); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8615913); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Varnish', -8091867); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8091867); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Cedar Wood', -7828428); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7828428); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Hot Sauce', -7629740); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7629740); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Lurid Red', -7497872); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7497872); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Brick', $intern_2438); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2438); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Fusion Red', -7301240); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7301240); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Embers', $intern_2439); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2439); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Salmon', $intern_2440); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2440); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Taxicab Yellow', -7110459); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7110459); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Apricot', -7240006); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7240006); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Burnt Yellow', -7175770); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7175770); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dry Pepper', -7304563); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7304563); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Redwood', -7435916); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7435916); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Koa', -7501468); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7501468); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Ochre', -7830209); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7830209); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dull Green', -7701683); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7701683); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Army Green', -7570851); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7570851); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Driftwood', -7962752); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7962752); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dry Brush', -7242604); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7242604); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Mush', -7112535); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7112535); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Banana Pudding', -7308334); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7308334); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Saffron', $intern_2443); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2443); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pencil Yellow', -7046426); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7046426); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Chartreuse', $intern_2444); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2444); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Absinthe', -7115310); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7115310); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Infection', -7049534); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7049534); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Frog Green', -7115348); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7115348); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Avocado', -7245678); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7245678); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Woodlands', -7572642); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7572642); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dark Pine', -7898834); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7898834); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Moss Green', $intern_2447); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2447); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Fern Green', -7704502); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7704502); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Forest Glen', -7378311); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7378311); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Malachite', -7117650); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7117650); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Apple Green', -7052358); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7052358); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Celery', $intern_2448); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2448); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Mint Green', -7313465); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7313465); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Emerald', -7182689); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7182689); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Prase', -7640429); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7640429); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Eucalyptus', -7901324); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7901324); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Zucchini', -8423120); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8423120); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Soft Teal', -8359807); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8359807); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Medium Teal', -8164188); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8164188); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Spring Green', -7575626); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7575626); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Turquoise', -8033594); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8033594); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Seafoam', -7902763); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7902763); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Variscite', -8229154); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8229154); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Refreshing Mist', -8816934); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8816934); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Shining Sky', -8949298); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8949298); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Steam', -8882489); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8882489); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Robin Egg Blue', -8622657); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8622657); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Denim Blue', -9407089); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9407089); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Deep Teal', -8620466); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8620466); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Navy Blue', -9077460); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9077460); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Blueberry', -9536453); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9536453); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Prussian Blue', -9668020); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9668020); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Desert Rain', -9209248); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9209248); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Electric Blue', -10454172); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10454172); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Hidden Blue', -9602712); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9602712); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Dull Azure', -9733769); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9733769); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Ripped Denim', -8947050); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8947050); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Calm Sky', -9602914); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9602914); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Vapor', -9339214); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9339214); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Powder Blue', -9210185); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9210185); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Suds', -9076030); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9076030); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Strong Cyan', -9342291); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9342291); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Sharp Azure', $intern_2482); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2482); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Blue Eye', -9405572); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9405572); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Subtlety', -9862014); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9862014); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Rough Sapphire', -10321807); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10321807); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Iris', -10385560); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10385560); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Cornflower Blue', -10583714); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10583714); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Polished Sapphire', -10650554); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10650554); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Royal Blue', -10519493); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10519493); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Indigo', -10125006); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10125006); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Space Blue', -9143005); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9143005); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Thick Amethyst', -10122684); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10122684); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Juicy Grape', -10384303); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10384303); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Blacklight Glow', -9990042); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9990042); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Purple Freesia', -10186629); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10186629); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Thin Amethyst', -10579867); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10579867); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Orchid', -9858669); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9858669); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Lavender', $intern_2457); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2457); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Lilac', -9205315); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9205315); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Soap', -8944434); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8944434); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pink Tutu', -8812583); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8812583); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Thistle', -9530456); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9530456); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Heliotrope', -9593692); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9593692); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Light Plum', -9724540); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9724540); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Wisteria', -10184576); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -10184576); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Medium Plum', $intern_2458); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2458); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Violet', -9923491); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9923491); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Grape Lollipop', -9466306); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9466306); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Mulberry', -9138115); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9138115); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Grape Soda', -9466836); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9466836); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Eggplant', -9205470); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9205470); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Cherry Syrup', -8549070); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8549070); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Plum Juice', -9070756); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -9070756); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Fruit Punch', -8676246); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8676246); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Bubble Gum', -8938597); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8938597); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Pink Lemonade', -8874074); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8874074); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Shrimp', -8418115); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8418115); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Flamingo', -8479603); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8479603); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Lipstick', $intern_2460); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2460); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Carmine', -7956384); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -7956384); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Bologna', -8286118); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, -8286118); + com_github_tommyettinger_ds_ObjectIntOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectIntOrderedMap_2Ljava_lang_Object_2II(com_github_yellowstonegames_core_FullPalette_NAMED, 'Aurora Raspberry', $intern_2461); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_LIST, $intern_2461); + com_github_yellowstonegames_core_FullPalette_NAMES = com_github_yellowstonegames_core_FullPalette_NAMED.com_github_tommyettinger_ds_ObjectIntOrderedMap_keys; + com_github_yellowstonegames_core_FullPalette_NAMED.com_github_tommyettinger_ds_ObjectIntMap_defaultValue = 256; + com_github_tommyettinger_ds_ObjectList_$sort__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Comparator_2V(com_github_yellowstonegames_core_FullPalette_NAMES, null); + com_github_yellowstonegames_core_FullPalette_NAMES_1BY_1HUE = new com_github_tommyettinger_ds_ObjectList_ObjectList__Ljava_util_Collection_2V(com_github_yellowstonegames_core_FullPalette_NAMES); + com_github_yellowstonegames_core_FullPalette_COLORS_1BY_1HUE = new com_github_tommyettinger_ds_IntList_IntList__IV(com_github_yellowstonegames_core_FullPalette_NAMES_1BY_1HUE.java_util_ArrayList_array.length); + com_github_yellowstonegames_core_FullPalette_NAMES_1BY_1LIGHTNESS = new com_github_tommyettinger_ds_ObjectList_ObjectList__Ljava_util_Collection_2V(com_github_yellowstonegames_core_FullPalette_NAMES); + com_github_tommyettinger_ds_ObjectList_$sort__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Comparator_2V(com_github_yellowstonegames_core_FullPalette_NAMES_1BY_1HUE, new com_github_yellowstonegames_core_FullPalette$lambda$0$Type_FullPalette$lambda$0$Type__V); + for (name$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(com_github_yellowstonegames_core_FullPalette_NAMES_1BY_1HUE); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(name$iterator);) { + name_0 = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(name$iterator); + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(com_github_yellowstonegames_core_FullPalette_COLORS_1BY_1HUE, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_FullPalette_NAMED, name_0)); + } + com_github_tommyettinger_ds_ObjectList_$sort__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_util_Comparator_2V(com_github_yellowstonegames_core_FullPalette_NAMES_1BY_1LIGHTNESS, new com_github_yellowstonegames_core_FullPalette$lambda$1$Type_FullPalette$lambda$1$Type__V); + com_github_yellowstonegames_core_FullPalette_COLOR_1WHEEL_1PALETTE_1MID = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [$intern_2497, $intern_2498, $intern_2499, $intern_2500, $intern_2501, $intern_2502, $intern_2503, $intern_2504, $intern_2505, $intern_2506, $intern_2507, $intern_2508, $intern_2509, $intern_2510, $intern_2511, $intern_2512]); +} + +function com_github_yellowstonegames_core_FullPalette_lambda$0__Ljava_lang_String_2Ljava_lang_String_2I(o1_0, o2_1){ + com_github_yellowstonegames_core_FullPalette_$clinit__V(); + var c1, c2, s1, s2; + c1 = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_FullPalette_NAMED, o1_0); + c2 = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_FullPalette_NAMED, o2_1); + if ((c1 & 128) == 0) + return -10000; + else if ((c2 & 128) == 0) + return $intern_709; + s1 = com_github_yellowstonegames_core_DescriptiveColor_chroma__IF(c1); + s2 = com_github_yellowstonegames_core_DescriptiveColor_chroma__IF(c2); + return s1 <= $intern_2472 && s2 > $intern_2472?-1000:s1 > $intern_2472 && s2 <= $intern_2472?$intern_54:s1 <= $intern_2472 && s2 <= $intern_2472?(c1 & 255) - (c2 & 255):(com_google_gwt_lang_Cast_round_1int__DI(java_lang_Math_signum__DD(com_github_yellowstonegames_core_DescriptiveColor_hue__IF(c1) - com_github_yellowstonegames_core_DescriptiveColor_hue__IF(c2))) << 8) + (c1 & 255) - (c2 & 255); +} + +var com_github_yellowstonegames_core_FullPalette_COLORS_1BY_1HUE, com_github_yellowstonegames_core_FullPalette_COLOR_1WHEEL_1PALETTE_1MID, com_github_yellowstonegames_core_FullPalette_LIST, com_github_yellowstonegames_core_FullPalette_NAMED, com_github_yellowstonegames_core_FullPalette_NAMES, com_github_yellowstonegames_core_FullPalette_NAMES_1BY_1HUE, com_github_yellowstonegames_core_FullPalette_NAMES_1BY_1LIGHTNESS; +function com_github_yellowstonegames_core_FullPalette$lambda$0$Type_FullPalette$lambda$0$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_967, 1, $intern_204, com_github_yellowstonegames_core_FullPalette$lambda$0$Type_FullPalette$lambda$0$Type__V); +_.compare__Ljava_lang_Object_2Ljava_lang_Object_2I = function com_github_yellowstonegames_core_FullPalette$lambda$0$Type_compare__Ljava_lang_Object_2Ljava_lang_Object_2I(arg0, arg1){ + return com_github_yellowstonegames_core_FullPalette_lambda$0__Ljava_lang_String_2Ljava_lang_String_2I(arg0, arg1); +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_core_FullPalette$lambda$0$Type_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.reversed__Ljava_util_Comparator_2 = function com_github_yellowstonegames_core_FullPalette$lambda$0$Type_reversed__Ljava_util_Comparator_2(){ + return new java_util_Comparators$ReversedComparator_Comparators$ReversedComparator__Ljava_util_Comparator_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1core_1FullPalette$lambda$0$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2479, 'FullPalette/lambda$0$Type', $intern_967, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_core_FullPalette$lambda$1$Type_FullPalette$lambda$1$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1041, 1, $intern_204, com_github_yellowstonegames_core_FullPalette$lambda$1$Type_FullPalette$lambda$1$Type__V); +_.compare__Ljava_lang_Object_2Ljava_lang_Object_2I = function com_github_yellowstonegames_core_FullPalette$lambda$1$Type_compare__Ljava_lang_Object_2Ljava_lang_Object_2I(arg0, arg1){ + return com_github_yellowstonegames_core_FullPalette_$clinit__V() , (com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_FullPalette_NAMED, arg0) & 255) - (com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(com_github_yellowstonegames_core_FullPalette_NAMED, arg1) & 255); +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_core_FullPalette$lambda$1$Type_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.reversed__Ljava_util_Comparator_2 = function com_github_yellowstonegames_core_FullPalette$lambda$1$Type_reversed__Ljava_util_Comparator_2(){ + return new java_util_Comparators$ReversedComparator_Comparators$ReversedComparator__Ljava_util_Comparator_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1core_1FullPalette$lambda$1$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2479, 'FullPalette/lambda$1$Type', 1041, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_core_Gamut_$clinit__V(){ + com_github_yellowstonegames_core_Gamut_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_core_Gamut_GAMUT_1DATA = java_lang_String_$getBytes__Ljava_lang_String_2Ljava_nio_charset_Charset_2_3B(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(new java_lang_StringBuilder_StringBuilder__V, "\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x06\x06\x07\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x07\x07\x07\b\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\b\b\t\n\r\r\r\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\b\b\b\t\t\n\x0B\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\t\t\t\b\b\b\b\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\b\b\b\t\t\n\n\x0B\f\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\t\t\t\t\t\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\t\t\t\n\n\x0B\f\r\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\x0B\x0B\x0B\n\n\n\n\t\t\t\t\t\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\t\t\t\t\t\n\n\n\n\n\n\n\t\t\t\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\t\t\t\t\n\n\x0B\x0B\f\r\x0E\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\f\f\x0B\x0B\x0B\x0B\n\n\n\n\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\n\n\n\n\n\x0B\x0B\x0B\x0B\n\n\n\t\t\t\t\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\t\t\t\t\n\n\n\x0B\x0B\f\r\x0E\x0F\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\r\r\f\f\x0B\x0B\x0B\x0B\n\n\n\n\n\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\t\t\t\t\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\t\t\t\t\n\n\n\x0B\x0B\f\f\r\x0E\x0F\x10\x16\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\f\f\f\x0B\x0B\x0B\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\x0B\x0B\x0B\x0B\f\f\f\f\f\x0B\x0B\x0B\n\n\n\n\t\t\t\t\t\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\t\t\t\t\t\n\n\n\n\x0B\x0B\f\f\r\x0E\x0E\x10\x11\x17\x17\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\r\r\f\f\f\f\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\f\f\f\r\r\r\r\f\f\x0B\x0B\x0B\n\n\n\n\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\n\n\n\n\x0B\x0B\x0B\f\f\r\x0E\x0E\x0F\x10\x12\x19\x19\x19\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0E\x0E\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\f\f\f\f\r\r\r\r\r\r\r\f\f\x0B\x0B\x0B\x0B\n\n\n\n\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\n\n\n\n\x0B\x0B\x0B\f\f\f\r\r\x0E\x0F\x10\x11\x13\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x10\x0F\x0F\x0E\x0E\x0E\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\r\r\r\x0E\x0E\x0E\x0E\x0E\r\r\f\f\f\x0B\x0B\x0B\n\n\n\n\n\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\n\n\n\n\n\x0B\x0B\x0B\f\f\f\r\r\x0E\x0F\x10\x11\x12\x14\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x0F\x0F\x0E\x0E\r\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\r\r\r\r\x0E\x0E\x0F\x0F\x0F\x0E\x0E\r\r\f\f\f\x0B\x0B\x0B\x0B\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\x0B\x0B\x0B\x0B\f\f\r\r\r\x0E\x0F\x0F\x10\x11\x13\x15\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x10\x10\x0F\x0F\x0E\x0E\x0E\r\r\r\r\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0E\x0E\r\r\r\f\f\f\x0B\x0B\x0B\x0B\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\x0B\x0B\x0B\x0B\f\f\f\r\r\r\x0E\x0F\x0F\x10\x11\x12\x14\x16\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\r\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x10\x0F\x0F\x0E\x0E\r\r\r\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\f\f\f\r\r\x0E\x0E\x0F\x0F\x10\x11\x12\x13\x14\x17\x1F\x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\r\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x10\x10\x10\x0F\x0F\x0E\x0E\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\f\f\f\f\r\r\x0E\x0E\x0E\x0F\x10\x10\x11\x12\x13\x15\x17 \x1F\x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x13\x13\x12\x11\x11\x10\x10\x10\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x11\x10\x10\x0F\x0F\x0E\x0E\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\r\r\r\x0E\x0E\x0E\x0F\x10\x10\x11\x12\x13\x14\x16\x18!!! \x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x14\x13\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\f\f\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x11\x11\x10\x10\x0F\x0F\x0E\x0E\x0E\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x11\x11\x12\x13\x15\x17\x19\"\"\"!!! \x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x14\x14\x13\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x12\x12\x11\x11\x10\x10\x0F\x0F\x0E\x0E\x0E\r\r\r\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x12\x13\x14\x15\x17\x1A####\"\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x16\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x15\x14\x14\x13\x12\x12\x11\x11\x11\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x12\x12\x12\x12\x11\x11\x10\x10\x0F\x0F\x0E\x0E\x0E\r\r\r\r\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x12\x13\x13\x15\x16\x18\x1B$$$$##\"\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x16\x16\x15\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x13\x12\x12\x11\x11\x10\x10\x0F\x0F\x0E\x0E\x0E\r\r\r\r\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x11\x12\x13\x14\x15\x17\x19\x1B%%%%$$##\"\"\"!!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x16\x15\x15\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x13\x13\x13\x12\x12\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\r\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x11\x12\x13\x14\x15\x16\x17\x19\x1C&&&&%%$$###\"\"\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x18\x17\x16\x15\x15\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x14\x14\x13\x13\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x10\x10\x10\x11\x12\x12\x13\x14\x15\x16\x18\x1A\x1D''''&&%%$$$##\"\"\"\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x17\x16\x16\x15\x14\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x14\x14\x14\x14\x13\x12\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\f\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x12\x13\x14\x15\x16\x17\x18\x1B\x1E((((''&&%%$$$###\"\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x18\x18\x18\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x18\x17\x16\x16\x15\x14\x14\x13\x13\x12\x12\x11\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x14\x15\x15\x15\x14\x14\x13\x12\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x12\x13\x13\x14\x15\x16\x17\x19\x1B\x1E))))((''&&%%%$$$###\"\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x19\x18\x18\x17\x16\x15\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x11\x12\x12\x13\x13\x14\x14\x15\x15\x15\x15\x15\x14\x13\x13\x12\x11\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\x0B\x0B\x0B\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x12\x12\x13\x14\x15\x15\x17\x18\x1A\x1C\x1F****)(((''&&%%%$$$####\"\"\"!!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x18\x17\x16\x16\x15\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x15\x15\x16\x16\x16\x15\x14\x14\x13\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x11\x12\x13\x13\x14\x15\x16\x17\x19\x1A\x1C +++**))(((''&&&%%%$$$###\"\"\"\"!!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1A\x19\x19\x18\x17\x16\x16\x15\x14\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x15\x16\x16\x16\x16\x16\x15\x14\x13\x13\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x12\x13\x14\x15\x15\x16\x18\x19\x1B\x1D ,,,++**))(((''&&&%%%$$$####\"\"\"\"!!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x19\x18\x17\x17\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x11\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x17\x17\x17\x16\x15\x15\x14\x13\x13\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x12\x13\x13\x14\x15\x16\x17\x18\x1A\x1B\x1E!---,,++**))(((''&&&%%%%$$$####\"\"\"\"!!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1A\x19\x18\x17\x17\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x16\x17\x17\x17\x17\x16\x15\x14\x14\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x12\x13\x13\x14\x15\x15\x16\x17\x19\x1A\x1C\x1E\"...--,,++**))((('''&&&%%%$$$$####\"\"\"\"!!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1A\x19\x18\x18\x17\x16\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x18\x18\x17\x16\x15\x15\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x12\x12\x13\x14\x14\x15\x16\x17\x18\x19\x1B\x1C\x1F\"///..-,,++***))((('''&&&%%%%$$$$####\"\"\"\"!!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1B\x1A\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x16\x17\x17\x18\x18\x18\x18\x17\x16\x15\x14\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x15\x15\x16\x17\x18\x1A\x1B\x1D\x1F#000/..--,,++***))((('''&&&&%%%$$$$####\"\"\"\"!!!!! \x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1B\x1A\x19\x19\x18\x17\x17\x16\x15\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x18\x18\x18\x18\x18\x17\x16\x15\x15\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x14\x15\x16\x17\x18\x19\x1A\x1C\x1E $1110//..--,,++***))(((''''&&&%%%%$$$$####\"\"\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1C\x1B\x1A\x19\x18\x18\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x19\x19\x19\x18\x17\x17\x16\x15\x14\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x12\x12\x12\x13\x13\x14\x15\x15\x16\x17\x18\x19\x1A\x1C\x1E!$111100/..--,,,++***)))((('''&&&&%%%$$$$####\"\"\"\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1C\x1B\x1A\x19\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x19\x19\x19\x19\x19\x18\x17\x16\x15\x15\x14\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x14\x15\x16\x16\x17\x18\x1A\x1B\x1D\x1F!%2222100//..--,,+++***)))((('''&&&&%%%%$$$$####\"\"\"\"!!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1D\x1C\x1B\x1A\x19\x18\x18\x17\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1A\x1A\x19\x18\x17\x17\x16\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x13\x14\x15\x15\x16\x17\x18\x19\x1A\x1B\x1D\x1F\"&333321100//..--,,+++***)))(((''''&&&%%%%$$$$####\"\"\"\"\"!!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1D\x1C\x1B\x1A\x19\x19\x18\x18\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x19\x19\x1A\x1A\x1A\x1A\x19\x18\x17\x16\x15\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x11\x11\x11\x12\x12\x12\x13\x13\x14\x14\x15\x16\x16\x17\x18\x19\x1A\x1C\x1E \"&4443322100//..---,,+++***)))(((('''&&&&%%%%$$$$####\"\"\"\"!!!!!! \x1F\x1F \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F \x1F\x1D\x1C\x1C\x1B\x1A\x19\x18\x18\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1B\x1B\x1B\x1A\x19\x18\x17\x16\x16\x15\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x11\x11\x11\x12\x12\x12\x13\x13\x14\x14\x15\x15\x16\x17\x18\x19\x1A\x1B\x1C\x1E #'555443221100//..--,,,+++***)))(((('''&&&&%%%%$$$$####\"\"\"\"\"!!!!!! \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1B\x1A\x19\x18\x18\x17\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x15\x16\x16\x17\x18\x19\x1A\x1B\x1D\x1E!#'6665443321100//...--,,,+++***))))(((''''&&&%%%%$$$$#####\"\"\"\"\"!!!!!!! !!!! !!!!!!!! \x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x17\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x18\x19\x19\x1A\x1B\x1B\x1B\x1B\x1B\x1A\x19\x18\x17\x16\x16\x15\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x12\x12\x12\x13\x13\x14\x14\x15\x15\x16\x17\x17\x18\x19\x1A\x1C\x1D\x1F!$(777655433221100//...--,,,+++***))))(((''''&&&&%%%$$$$$####\"\"\"\"\"\"!!!!!!!!!!!!!!!!!!!!!!!!!!!! \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x1A\x1A\x1B\x1C\x1C\x1C\x1B\x1A\x19\x18\x18\x17\x16\x16\x15\x14\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x13\x13\x14\x14\x14\x15\x16\x16\x17\x18\x19\x1A\x1B\x1C\x1E\x1F\"%)7777655443221100///..---,,,+++***))))(((''''&&&&%%%%$$$$#####\"\"\"\"\"\"\"!\"\"\"!!!!!!!!!!!!!\"\"\"\"\"\"\" \x1F\x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1C\x1C\x1C\x1B\x1A\x19\x18\x17\x16\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x17\x17\x18\x19\x1A\x1B\x1D\x1E \"%)888876654433221100///..---,,,+++***))))(((''''&&&&%%%%$$$$$#####\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"! \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x19\x18\x17\x17\x17\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x17\x17\x17\x18\x18\x19\x1A\x1A\x1B\x1C\x1D\x1D\x1D\x1C\x1B\x1A\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x18\x19\x1A\x1C\x1D\x1E #&*99988766544332211000//...---,,,+++***))))(((''''&&&&%%%%$$$$$#######\"###\"\"\"\"\"\"\"\"\"\"\"\"\"#######! \x1F\x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1D\x1D\x1C\x1B\x1A\x19\x19\x18\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x14\x14\x14\x15\x15\x16\x17\x17\x18\x19\x1A\x1B\x1C\x1D\x1F!#&+:::988766554433221100///...---,,,+++***))))(((''''&&&&%%%%%$$$$$############################\"!\x1F\x1E\x1E\x1D\x1C\x1B\x1A\x1A\x19\x19\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1D\x1D\x1D\x1D\x1D\x1C\x1B\x1A\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x18\x19\x1A\x1B\x1C\x1E\x1F!$'+;;;:9987765544332211100///...---,,,+++***))))(((''''&&&&%%%%%$$$$$$##$$##############$$$$$$$\"! \x1F\x1E\x1D\x1C\x1B\x1B\x1A\x1A\x19\x18\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1E\x1E\x1E\x1D\x1C\x1B\x1A\x19\x18\x18\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x14\x14\x14\x15\x15\x16\x17\x17\x18\x19\x19\x1A\x1C\x1D\x1E \"$',<<<;:99877665443322211000///..----,,,+++***))))(((''''&&&&&%%%%%$$$$$$$$$$$$$$$$$$$$$$$$$$$$#! \x1F\x1E\x1D\x1D\x1C\x1B\x1A\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1C\x1D\x1E\x1E\x1E\x1E\x1C\x1B\x1A\x1A\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x19\x1A\x1B\x1C\x1D\x1F \"%(,<<<<;:998776655443322111000//...---,,,,+++***))))(((''''&&&&&%%%%%%$$%%$$$$$$$$$$$$$$$%%%%%%#\"! \x1F\x1E\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1E\x1F\x1F\x1F\x1E\x1D\x1C\x1B\x1A\x19\x18\x18\x17\x16\x16\x15\x15\x15\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x15\x15\x15\x16\x17\x17\x18\x18\x19\x1A\x1B\x1C\x1D\x1F!#%(-===<<;:998876655443332211000///...---,,,++++***))))((('''''&&&&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%$\"! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1C\x1D\x1E\x1F\x1F\x1F\x1E\x1D\x1C\x1B\x1A\x19\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x19\x1A\x1A\x1B\x1D\x1E\x1F!#&)->>>=<<;::988776555443322211000///...---,,,+++****))))((('''''&&&&&&%%&%%%%%%%%%%%%%%%%%&&&&&$#\" \x1F\x1F\x1E\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1E\x1E\x1F\x1F\x1F\x1F\x1E\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1B\x1C\x1D\x1E !#&).???>=<<;::9887766554433322111000///...---,,,+++****)))(((((''''&&&&&&&&&&&&&%%%%%&&&&&&&&&&&%#\"! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x19\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1F \x1F\x1E\x1D\x1C\x1B\x1A\x19\x18\x18\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x19\x19\x1A\x1B\x1C\x1D\x1F \"$&*/@@@?>=<<;::9887766554443322211000///...---,,,,+++****)))((((('''''&&&&&&&&&&&&&&&&&&&&&''''&%$\"! \x1F\x1E\x1E\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F \x1E\x1D\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x16\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1B\x1B\x1C\x1E\x1F \"$'*/@@@??>=<<;::99887666554433322111000///...---,,,++++***))))((((('''''''''''&&&&&&&&&'''''''''%$#\"! \x1F\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1F \x1F\x1D\x1C\x1B\x1B\x1A\x19\x18\x18\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x19\x19\x1A\x1B\x1C\x1D\x1E\x1F!#%'+0AAA@??>=<<;::998877665544433222111000///...---,,,++++***)))))(((((''''''''''''''''''''''((('&$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !!! \x1F\x1E\x1D\x1C\x1B\x1A\x19\x19\x18\x17\x17\x16\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1A\x1B\x1C\x1D\x1E !#%(+0BBBA@??>=<<;;:998877665554433322211000///...---,,,,+++****)))))(((((((((('''''''''''((((((((&%$\"! \x1F\x1F\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1F\x1F !!!!\x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1B\x1B\x1C\x1D\x1F \"#&(,1CCCBA@??>=<<;;::988777665544433222111000///...---,,,,+++****)))))((((((((((((((((((((((()))('%$#\"! \x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1A\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !\"\"\"! \x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x17\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1C\x1D\x1E\x1F \"$&),1CCCCBA@??>==<;;::998877665554433322211100///....---,,,++++****))))))()))((((((((((((()))))))'&$#\"! \x1F\x1F\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"\"\"! \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x1A\x1A\x1B\x1C\x1D\x1E\x1F!\"$&)-2DDDCBBA@??>==<;;::9988776665544433222111000///...---,,,,++++*****)))))))))))))))))))))))))))(&%$\"!! \x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F !\"\"\"\" \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x19\x18\x17\x17\x17\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1E !#%'*-2EEEDCBAA@??>==<;;::99887776655544333222111000///...---,,,,++++*****))**)))))))))))))))******('%$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"###\"!\x1F\x1E\x1D\x1C\x1C\x1B\x1A\x19\x19\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1C\x1D\x1E\x1F !#%'*.3FFFEDCBAA@??>==<<;::99988776665544433222111000///...----,,,,++++***********)))))))**********('&$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"###\"! \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x19\x19\x1A\x1A\x1B\x1C\x1D\x1E\x1F \"#%(+.4FFFEEDCBAA@??>==<<;;::99887766655544333222111000///...----,,,,+++++**+*****************++++*)'&%$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !!\"####! \x1F\x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1E\x1F!\"$&(+/4GGGFEDDCBAA@??>==<<;;::99887776655544433222111000///....---,,,,,+++++++++***********++++++++)(&%$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"#$$$#\" \x1F\x1E\x1D\x1C\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x1A\x1A\x1B\x1C\x1D\x1E\x1F !#$&)+/5HHHGFEDCCBAA@??>==<<;;::998887766655444333222110000///...----,,,,,++++++++++++++++++++++,,,+*('%$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"#$$$#\"! \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1E\x1F !#%'),05IIIHGFEDCCBAA@??>==<<;;::999887776655544333222111000///....----,,,,,,,,,+++++++++++++,,,,,,,*)'&%$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F !!\"#$$$$\"! \x1F\x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x18\x19\x1A\x1A\x1B\x1C\x1C\x1D\x1E\x1F \"#%'),06IIIHGGFEDCCBA@@??>>=<<;;;::998877766555444333221110000///....----,,,,,,,,,,,,,+,,,,,,,,,,,,,*)'&%$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"#$%%%$#! \x1F\x1E\x1D\x1C\x1C\x1B\x1A\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1D\x1D\x1E\x1F!\"$%'*-16JJJIHGFFEDCBBA@@??>>==<<;;::998887766655444333222111000////....-----,--,,,,,,,,,,,,,,,------+)('%$#\"!! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F !\"#$%%%%#\" \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x18\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x18\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1E\x1F !\"$&(*-17KKKJIHGFEEDCBBA@@??>>==<<;;::9998877766555444332221110000///.....----------,,,,,,,,---------+*('&%$#\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"\"#$&&&%#\"! \x1F\x1E\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1C\x1D\x1E\x1F !#$&(+.17LLLJJIHGFEEDCBBA@@??>>==<<;;:::998877766655444333222111000////.....--------------------....-,*)'&%$#\"! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F !\"#$%&&&%$\"! \x1F\x1E\x1D\x1C\x1C\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1D\x1D\x1E\x1F \"#%&(+.28LLLKJIHHGFEDDCBBAA@??>>==<<;;;::9988877666554443332221110000////.........-----------........,*)(&%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1D\x1E\x1F\x1F !!\"#$%&&&&$#! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1E\x1F !\"#%')+.28MMMLKJIHGGFEDDCBBAA@??>>==<<;;;::99888777665554443322211110000////......................///.,+)('&%$#\"! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"##$%'''&$#\"! \x1F\x1E\x1D\x1C\x1C\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1C\x1D\x1E\x1F !\"$%'),/39NNNMLKJIHGFFEDDCBBAA@??>>==<<<;;::99988777665554443332221110000/////.//...............//////-+*('&%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1D\x1E\x1F\x1F !\"#$%&'''&%#\"! \x1F\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x19\x19\x19\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !#$&'*,/39NNNMLKJJIHGFFEDDCBBAA@??>>>==<<;;:::99887776665544433322211110000//////////.......//////////-,*)'&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&''''%$\"! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1E\x1E\x1F \"#$&(*,04:OOONMLKJIHHGFEEDDCBBAA@@??>>==<<;;:::998887766655544333322211110000//0/////////////////00000.,*)('%$$#\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"##$%&((('%$#! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1C\x1C\x1D\x1E\x1F !\"#%&(*-04:PPPONMLKJIHHGFEEDCCBBAA@@??>>==<<;;;::99888777665554443332221111000000000///////////00000000.,+)('&%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&'((('&$#\"! \x1F\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !\"#%'(+-05;PPPONMLKKJIHGGFEEDCCBBAA@@??>>==<<;;;::99988777665554443332222111100000000000000000000001110.-+*('&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"\"#$%&'((((&$#\"! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1E\x1E\x1F !\"$%')+.15;QQQPONMLKJJIHGGFEEDCCBBAA@@??>>==<<<;;::9998877766655444433322221111111000000000000001111111/-,*)(&%$$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !\"##$%&')))(&%#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1F\x1F !#$%')+.16>==<<<;;:::99888776665554443332222211111111100000001111111111/-,*)('&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&'()))('%$#! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !\"#$&'),.26>===<<;;:::99888776665554443333222221211111111111111111222220.,+)('&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !\"\"#$%&'())))'%$#\"! \x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F !\"#%&(*,/26=PPPPPPONMLKKJIHHGFFEEDCCBBAA@@??>>===<<;;:::9988877766555444433332222222211111111111222222220.-+*)'&%$$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F\x1F !!\"##$%&'(***)'&$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"$%&(*,/37=PPPPPPPONMLKJJIHHGFFEEDCCBBAA@@??>>>==<<;;;::998887776665554443333322222222222222222222233320/-+*)('&%$#\"\"! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !\"\"#$%%&()***)'&%#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !#$%'(*-037>OOOOOOOONNMLKJJIHHGFFEDDCCBBAA@@??>>>==<<;;;::99988777666555444433333332222222222222223333331/-,*)('&%$##\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F\x1F !!\"\"#$%&'()***)(&%$#!! \x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F !\"#$%')+-038>NNNNOOOOONMLLKJIIHGGFFEDDCCBBAA@@???>>==<<;;;::9998877766655554444333333333222222233333333331/.,+)('&%$$#\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !!\"##$%&'()+++*('%$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"#$&')+-048?NNNNNNNNNNNMLKKJIIHGGFFEDDCCBBAA@@???>>==<<;;;::9998887766665554444434333333333333333334444420.,+*)(&&%$#\"\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1F\x1F\x1F !\"\"#$%%&'(*+++*('%$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"#%&()+.149?MMMMMMNNNNNNMLKKJIIHGGFFEDDCCBBAA@@@??>>==<<<;;::999888777666555544444444333333333334444444420.-+*)('&%$##\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !!\"##$%&'()*+++*)'&$#\"! \x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F !!\"$%&(*,.159@LLLLMMMMMNNNMMLKJJIHHGGFFEDDCCBBAA@@@??>>==<<<;;:::9988877766655555444444444443344444444555420/-,*)('&%$$#\"\"! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !\"\"#$$%&'()*,,,+)'&%$\"\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"#$%'(*,.15:@LLLLLLLLMMMMMMLLKJJIHHGGFEEDDCCBBAA@@@??>>==<<<;;:::998887776666555555544444444444444455555531/.,+*('&%%$#\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !!\"\"#$%%&'()+,,,+)(&%$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"#$%'(*,/25:AKKKKKKLLLLMMMMMLLKJJIHHGGFEEDDCCBBAA@@@??>>==<<<;;:::99988777766665555555544444444455555555531/.,+*)('&%$##\"\"! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !!\"##$%&'()*+,,,+*('%$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F !\"#$&')+-/26:AKKKKKKKKKLLLMMMMLKKJIIHHGGFEEDDCCBBAA@@@??>>==<<<;;:::99988877766665565555555555555555566665310.-+*)('&%$$#\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"#$$%&'()*+---,*('&$#\"! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F !!\"$%&')+-026;BJJJJJJJKKKKLLMMMMLKKJIIHHGFFEEDDCCBBAAA@@??>>==<<<;;:::9998887777666666655555555555556666666420.-,*)('&%%$##\"!! \x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F !!\"##$%%&'()*,---,*)'&%#\"\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"#$%&()+-036;BIIIIIJJJJJKKLLMMMMLKKJIIHHGFFEEDDCCBBAAA@@??>>===<<;;:::999888777766666666665555566666667776420/-,+*(('&%$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"##$%&&'()+,---,+)'&%$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1C\x1D\x1E\x1E\x1F\x1F !\"#$%'(*,.037>===<<;;;::99988887777676666666666666666777777431/.,+*)('&%$$#\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"#$$%&'()*+,----+)(&%$#\"! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F !\"#$%'(*,.147>===<<;;;:::999888777777776666666666677777777531/.-+*)('&%%$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"##$%%&'()*+,...-+)('%$#\"!! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"\"#%&')*,.148>===<<;;;:::999888877777777777677777777788875310.-,*)(''&%$$#\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"##$%&&'()*+-...-+*('&$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"#$%&')+,/148=DGGGGGGGGHHHIIJJKKLMMMLKKJJIHHGGFFEEDDCCBBAA@@@??>>===<<;;;:::99998888887777777777777778888886420/-,+*)('&%$$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!!\"##$$%&'(()+,-....,*('&%$#\"! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F !\"#$%&()+-/258=DFFFFFFGGGGHHHIIJKKLMMMLKKJJIHHGGFFEEDDCCBBAA@@@??>>===<<;;;:::9999888888887777777778888888886420/.,+*)('&%%$##\"\"!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!\"\"##$%%&'()*+,-///.,*)'&%$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1F\x1F !!\"#$%&()+-/259>EFFFFFFFFFGGGHHIIJKKLLLLLKKJIIHHGGFFEEDDCCBBAA@@@??>>===<<;;;::::99998988888888888888888999996421/.-+*)('&&%$$##\"\"!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!!\"\"#$$%&&'()*+,.///.,+)(&%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"\"#$%'(*+-0259>EEEEEEEEFFFFGGHHIIJKLLLLLLKKJIIHHGGFFEEDDCCBBAA@@???>>===<<<;;;:::99999998888888888888999999975310.-,*)(('&%%$##\"\"!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!\"\"##$$%&''()*+-.///.-+)('%$#\"\"! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F !\"#$%&'(*,.036:?EEEDDDEEEEEFFGGHHIIJKLMMMLLKJJIIHHGGFFEEDDCCBBAA@@???>>===<<<;;;::::999999998888888999999:::975310.-,+*)('&%%$$#\"\"\"!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!!\"\"##$%%&'()*+,-.000/-+*('&%$#\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1D\x1E\x1F\x1F !\"#$%&')*,.036:?DDDDDDDDDEEEFFFGGHIIJKLMMMLLKJJIIHHGGFFEEDDCCBBAA@@???>>===<<<;;;::::9:9999999999999999::::::75320/-,+*)('&&%$$##\"\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!\"\"##$$%&&'()*+,-/000/-+*('&%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&()*,.136:?CCCCCCCDDDDEEEFFGGHIJJKLMMMLKKJJIIHHGGFFEEDDCCBBAA@@???>>===<<<;;;;:::::::99999999999::::::::86420/.,+*)(''&%%$##\"\"\"!! \x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F !!!\"\"##$$%&''()*+,-/000/-,*)'&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F !\"\"#$%&()+-/147;@CCCCCCCCCCDDDEEFFGGHIJKLMMMLLKKJJIIHHGFFEEDDDCCBBAA@@???>>===<<<;;;;::::::::::9999:::::::;;;:86421/.-,*))('&%%$$##\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"##$$%%&'(()*+-./1110.,*)(&%$##\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"#$$&'()+-/147;@BBBBBBBBCCCCDDEEFFGHHIJKLMMMLLKKJJIIHGGFFEEDDCCCBBAA@@???>>===<<<<;;;;;;:::::::::::::::;;;;;;864310.-,+*)('&&%$$##\"\"\"!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"##$$%&&'()*+,-./1110.,+)('&%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&'(*+-/147;ABBBBABBBBBBCCDDDEFFGHHIJKLMMMLLKKJJIHHGGFFEEDDCCBBBAA@@???>>>===<<<;;;;;;;;:::::::::;;;;;;;;;975310/-,+*)(''&%%$$##\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"###$%%&''()*+,-.01110.-+)('&%$#\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&'(*,-/248>>===<<<<;<;;;;;;;;;;;;;;;;;<<<<;975320/.,+*)(('&%%$$##\"\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"\"##$$%%&'(()*+,-/01111/-+*('&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !\"\"#$%&')*,.0258>>===<<<<<<<;;;;;;;;;;;;;<<<<<<<975420/.-,+*)('&&%%$###\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"\"##$$%&&'())*+,./02221/-+*)'&%$##\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !\"##$%&()*,.0258=@@@@@@@@@@@AAABBCCDDEFGGHIJKMMMMMLKKJJIIHHGGFFEEDDCCBBAAA@@???>>>====<<<<<<<;;;;;;;;;<<<<<===<:86421/.-,+*)(''&%%$$##\"\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"\"##$$%%&''()*+,-./12221/-,*)(&%$$#\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !!\"#$%&'()+,.0359=?????????@@@@AABBCCDDEFGHIJKLMMMMLLKKJJIIHHGGFFEEDDCCBBAAA@@???>>>====<=<<<<<<<<<<<<<<<<<=====:864310.-,+*)(('&&%$$###\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!!\"\"\"##$$%%&''()*+,-./12221/.,*)('&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !\"\"#$%&'()+-.1369=???????????@@@AAABCCDDEFGHIJKMMMMMLLKKJJIIHHGGFFEEDDCCBBAAA@@???>>>>======<<<<<<<<<<<<<=======;865310/-,+*))('&&%%$$##\"\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1F !!!!\"\"\"##$$%%&&'(()*+,-.0133320.,+)('&%$#\"\"! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !\"\"#$%&'(*+-/1369>>>>>>>>>>????@@@AABCCDEEFGHIKLMMMMMLLKKJJIHHGGFFEEDDDCCBBAAA@@???>>>>========<<<<<<<======>>>=;975320/.-,+*)(''&%%$$###\"\"\"!!!! !!!!\"\"\"###$$%%&''()**+,./0133320.,+*('&%$##\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !!\"##$%&')*+-/146:>>>>>>=>>>>>>???@@AABCCDEFGHIJKLNNNMMLLKJJIIHHGGFFEEDDCCCBBAAA@@????>>>>>================>>>>>>;975321/.-,+*)(('&&%%$$##\"\"\"!!!!! !!!!!\"\"\"##$$$%&&''()*+,-./0233320.-+*)'&%$$#\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !!\"#$%%&()*,-/147:===========>>>>??@@AABCCDEFGHIJLMNNNMMLKKJJIIHHGGFFEEDDCCCBBAAA@@@???>>>>>>>===========>>>>>>>><975421/.-,+*)(('&&%%$$###\"\"\"!!!!! !!!!!\"\"\"###$$%%&&'(()*+,-./1244431/-+*)('&%$#\"\"! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !\"\"#$%&'()*,.0247:====<<<<=====>>>??@@AABCDDEFGIJKLNNNNMLLKKJJIIHHGGFFEEDDCCBBBAAA@@@???>>>>>>>>>======>>>>>>???><:864310.-,+**)(''&%%$$$##\"\"\"\"!!!!! !!!!!\"\"\"\"###$$%%&''())*+,-.01244431/-,*)('&%$#\"\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !!\"##$%&'()+,.0247;<<<<<<<<<<<<===>>??@@AABCDEFGHIJLMNNNMMLLKKJJIIHHGGFFEEDDCCBBBAAA@@@??????>>>>>>>>>>>>>>>??????<:864310/.-,+*)(''&&%%$$###\"\"\"\"!!!!!! !!!!!!\"\"\"\"###$$%%&&''()**+,-/01344431/-,+)('&%$##\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !!\"##$%&'(*+,.0258;<<<;;;;;;<<<<<===>>?@@ABBCDEFGHJKMNNNNMMLLKKJJIHHGGFFFEEDDCCBBBAAA@@@???????>>>>>>>>>>>????????=:865320/.-,+*)(('&&%%$$$###\"\"\"\"!!!!!!! !!!!!!!!\"\"\"\"###$$%%&&'(()*+,-./01344431/.,+)('&%$$#\"\"! \x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !\"\"#$$%&')*+-.0358;;;;;;;;;;;;;<<<===>>?@@ABCCDEGHIJLMNNNNMMLLKJJIIHHGGFFEEEDDCCBBBAAA@@@@????????>>>>>??????@@@@?=;975321/.-,+*))(''&&%%$$###\"\"\"\"!!!!!!!!!!!!!!!!!!\"\"\"\"###$$%%%&''())*+,-./023555420.,+*('&%%$#\"\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !!\"\"#$%&'()*+-/1358;;;;:::::::;;;;<<<==>>?@@ABCDEFGHJKMNNNNNMMLKKJJIIHHGGFFEEDDDCCBBBAAA@@@@@@???????????????@@@@@@=;9754210.-,+**)(''&&%%$$$###\"\"\"\"!!!!!!!!!!!!!!!!\"\"\"\"###$$$%%&&''()**+,-./123555420.-+*)('&%$##\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !!\"##$%&'()*,-/1369::::::::::::::;;;<<==>>?@@ABCDEFHIJLNOOONNMLLKKJJIIHHGGFFEEDDDCCBBBAAAA@@@@@@???????????@@@@@@@@>;9764210/.-,+*)(('&&%%%$$####\"\"\"\"\"!!!!!!!!!!!!!\"\"\"\"\"###$$$%%&&'(()*++,-.0124555420.-+*)('&%$##\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !\"\"##$%&'()*,-/1369:::99999999::::;;;<<==>>?@ABBCEFGHJKMOOOONMMLLKKJJIIHHGGFFEEDDDCCBBBAAAA@A@@@@@@@???@@@@@@@AAAA@><:864310/.-,+*))(''&&%%$$$###\"\"\"\"\"\"!!!!!!!!!!\"\"\"\"\"\"###$$$%%&&''(()*+,-./0134666521/-,*)('&%$$#\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F !!\"\"#$$%&'()+,./146999999999999999:::;;<<==>??@ABCDEFHIJLNOOONNMMLLKKJIIHHGGGFFEEDDDCCBBBAAAAAA@@@@@@@@@@@@@@@AAAAAA><:865320/.-,+**)(''&&%%%$$####\"\"\"\"\"\"\"!!!!!!\"\"\"\"\"\"\"####$$$%%&&''())*+,-./0134666531/-,+)('&%%$#\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"#$%%&'(*+,.024799998888888889999::;;;<==>??@ABCDFGHJKMOOOONNMMLKKJJIIHHGGFFFEEDDCCCBBBBAAAAAAA@@@@@@@@@AAAAABBBA?<:865321/.-,++*)((''&&%%$$$####\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"####$$$%%&&&'(()**+,-./0235666531/.,+*('&&%$##\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F !!\"##$%&'()*+-.0247888888887888888999:::;;<==>?@ABCDEFHIKLNOOOONNMLLKKJJIIHHGGFFEEEDDCCCCBBBABAAAAAAA@@@AAAAAAABBBBB?=:9754210/-,,+*))(''&&%%%$$$####\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"#####$$$%%&&''(()*++,-./12356665310.,+*)('&%$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"#$$%&'()*+-.025788877777777778888999::;;<==>?@ABCDFGHJLMOOOOONMMLLKKJJIIHHGGFFEEEDDDCCCBBBBBBAAAAAAAAAAAAABBBBBBB?=;9754210/.-,+*))(('&&&%%$$$#####\"\"\"\"\"\"\"\"\"\"\"\"\"\"#####$$$%%%&&''())*+,-./012457776420.-+*)('&%$$#\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"#$$%&'()*,-/0357777777766677777788899::;;<=>>?@ABDEFHIKMOPPPONNMMLLKKJJIIHHGGFFEEEDDDCCCBBBBBBBAAAAAAAAABBBBBCCCB@=;9764310/.-,+**)((''&&%%%$$$#####\"\"\"\"\"\"\"\"\"\"\"\"#####$$$$%%&&''(()**+,-./012457776420.-,*)('&%%$##\"!!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"##$%%&'()+,-/13577776666666666677788899::;<<=>?@ABCDFGHJLNPPPOONNMMLKKJJIIHHGGGFFEEEDDDCCCBCBBBBBBBBAABBBBBBBCCCCC@>;9864320/.-,++*))(''&&%%%$$$$#####\"\"\"\"\"\"\"\"\"\"#####$$$$%%%&&''(()*++,-./013467776420/-,*)('&&%$##\"\"!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!\"\"##$%&&'(*+,./135666666655556666667778899::;<<=>?@ABCEFHIKMOPPPOONNMLLKKJJIIHHGGGFFEEEDDDCCCCCCBBBBBBBBBBBBBCCCCCCC@><:865321/.-,,+*))((''&&%%%$$$#######\"\"\"\"\"\"#######$$$%%%&&&''())*+,,-./023468887420/-,+*(''&%$$#\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"#$$%&'()*+,./1366666555555555556666778899::;<=>>?@BCDFGIJLNPPPPONNMMLLKKJJIIHHGGFFFEEEDDDCCCCCCCBBBBBBBBBCCCCCCCCCA><:8653210/.-,+**)((''&&%%%$$$$##################$$$$%%%&&''(()**+,-./0123568887531/.,+*)('&%$$##\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!!\"##$$%&'()*+-.014666555554444455555666778899:;;<=>?@ABCEFHJLNPPPPOONNMMLLKKJJIIHHGGFFFEEEDDDDDCCCCCCCCBCCCCCCBBBBBBBA?<:8754210/.-,++*))(''&&&%%%$$$$################$$$$%%%&&&''(()**+,-./0124578887531/.,+*)('&%%$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"##$%%&'()*+-.0245555544444444444555566778899:;;<=>?@BCDFGIKMOPPPPOONNMLLKKJJIIHHHGGFFFEEEDDDDDDCCCCCCCCCBBBBBAAAAAAA?=;9754310/.-,++*))((''&&%%%%$$$$##############$$$$$%%%&&''(())*++,-./01245788875310.-+*)('&%%$##\"\"!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!\"\"##$%&&'()*,-.02455544444333334444455566677899:;<=>?@ABCEGHJLNPPPPPOONMMLLKKJJIIHHHGGFFFEEEDDDDDDDCCCCCBBBAAAAAAAAAAA?=;9764320/.--,+**)((''&&&%%%$$$$$############$$$$$%%%&&&''(())*+,,-./01345799985310.-,*)('&&%$$#\"\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!!\"\"#$$%&''()+,-/024444443333333333344445556678899:;<=>?@ACDFGIKMPQQQPOONNMMLLKKJJIIHHGGGFFFEEEEEDDDDDCCBBAAA@@@@@@@@@@@?=;98643210/.-,+**))((''&&%%%%$$$$$$########$$$$$$%%%%&&'''(()**+,--./12346799986420.-,+)(('&%$$##\"\"!! \x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!\"\"##$$%&'()*+,-/124443333332222233333444555667889::;<=>@ABDEGIJLOQQQPPOONNMMLLKKJJIIHHGGGFFFEEEEEEDCCBBAAA@@@???????????>;:8653210/.-,++*))((''&&&%%%%$$$$$$$####$$$$$$$%%%%&&&''(())*++,-./012356899986420/-,+*)('&%%$##\"\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!!\"\"##$%%&'()*+,./1333333222222222222333344455667889:;<=>?@ACDFHJLNPQQQPPOONMMLLKKJJIIIHHGGGFFFEEEDDCBBAA@@@????>>>>>>>???><:8654210/.-,,+**)(('''&&&%%%%$$$$$$$$$$$$$$$$$%%%%&&'''(())*++,-./0123568:::96420/-,+*)('&%%$$#\"\"\"!! \x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F !!\"\"\"#$$%&&'()*+,./13333222222111112222233334455667899:;<=>?ABDEGIKMOQQQQPPONNMMLLKKJJIIIHHGGGFFFFDDCBBAA@@???>>>>>====>>>>><:8754310/.--,+**))((''&&&%%%%$$$$$$$$$$$$$$$$%%%%&&&''(())**+,,-./0124578:::96421/.,+*)('&&%$$##\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F !!!\"\"##$$%&&'()*+-.013332221111111111112222333445567789::;<>?@ACEFHJLOQQQQPPOONNMMLLKKJJIIHHHGGGFFECCBAA@@??>>>==============<:9764321//.-,++*))(('''&&&%%%%$$$$$$$$$$$$$$%%%%&&&'''(())**+,--./0134578:::97531/.-+*)(''&%$$##\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F !!!\"\"##$$%&''()*,-.0222221111110000011111122233445567789:;<=>?ABDFGILNPQQQQPPOONNMMLLKKJJIIHHHGGFEDBBA@@??>>>===<<<<<<<<<<<===;97643210/.-,++**)(((''&&&&%%%%%$$$$$$$$$$$%%%%%&&&'''(())*++,-./01234679:::975310.-,*)(('&%%$##\"\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F\x1F !!\"\"\"##$%%&'()*+,-/02222111000000000000111122233445567889:;<>?@BCEGIKMPRRRQQPPONNMMLLKKJJJIIHHGFEDCBA@@??>>==<<<<<;;;;;;;;<<<<;98653210/.-,,+**))(('''&&&%%%%%%$$$$$$$$%%%%%%&&&'''(())**+,,-./01234679;;;:75310.-,+*)('&%%$$##\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"##$$%%&'()*+,-/011111000000/////000000111223344566789:;<=>?ABDFHJLOQRRRQQPOONNMMLLKKJJJIHGFEDCBA@??>>==<<<;;;;;:::::;;;;;;;98654210/.--,++*))(('''&&&&%%%%%%%$$$$%%%%%%%&&&&'''(())**+,--./01235689;;;:85320/-,+*)('&&%$$##\"\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"##$$%&&'()*+,./11111000////////////0000111223344566789:;<=?@BCEGIKNPRRRQQPPOONNMMLLKKJJHGFEDCBB@??>==<<<;;;:::::::::::::;;;:8754310/..-,++**))(('''&&&&%%%%%%%%%%%%%%%%&&&&'''((())*++,--./01245689;;;:86420/-,+*)(''&%%$##\"\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"\"##$%%&''()*+,./111000//////.....//////00011223344567789:<=>@ACDFHKMPRRRRQQPPONNMMLLLKJIGFEDCBAA?>>==<<;;::::99999999999:::::87543210/.-,,+**))(('''&&&&&%%%%%%%%%%%%%%%&&&&'''(())**++,-.//0234578:<<<:86420/.,+*)(''&%%$$##\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"##$$%%&'(()*+-./0000/////...........////0001122334556789:;<=?@BDFHJLORRRRRQQPOONNMMLLJIHGEDCBAA@>>=<<;;:::999988888888899999997643210/.-,,++*))((('''&&&&&%%%%%%%%%%%%%&&&&'''((())**+,,-./01234578:<<<;86421/.-+*))('&%%$$##\"\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"\"##$$%&&'()*+,-.0000///......-----......///001122334556789:<=>@ACEGIKNQSSSRQQPPOONNMLKIHGFDCBAA@?==<<;;::99988888777778888899997643210/.--,++**))((''''&&&&&%%%%%%%%%%&&&&&''''(())**++,--./01234679:<<<;96431/.-,+*)('&&%$$###\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!!\"\"\"##$$%&&'()*+,-.000///....-----------....///00012233456789:;<=?ABDFHKMPSSSRRQQPPOONMKJHGFEDBAA@?>=<;;::9998887777777777777888888653210/..-,,+**))((('''&&&&&&%%%%%%%%&&&&&&'''((())**++,-../01235679;<<<;975310.-,+*)(''&%%$$##\"\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"\"##$$%%&''()*+,-/////...-------,,,-------...//00012234456789:;=>@BCEGJLORSSSRRQQPOONLJIGFEDCBA@?>=<;;:9998877776666666666677778886543100/.-,,++*)))((''''&&&&&&&%%%%&&&&&&&''''(()))**+,,-.//01245689;===<975310.-,+*)(''&%%$$##\"\"\"!!!! \x1F\x1F\x1F\x1F\x1F !!!!\"\"\"##$$%%&''()*+,-////...----,,,,,,,,,,,----...///001223455678:;<>?ACEGIKNQSSSSRQQPPNMKIHGEDCBA@?>=<;::99887776666655555556666677777543210/.--,++**))(((''''&&&&&&&&&&&&&&&&''''((())**++,,-./012345689;===<975320/-,+*)(('&&%$$###\"\"\"!!!! !!!\"\"\"###$$%&&'(()*+,......---,,,,,,,,+,,,,,,,----...//001223456789:;=>@BDFHKMPSSSSRRQQOMLJHGFDCBA@?>=<<::988777666555555555555555666777543210/.--,++**)))(((''''&&&&&&&&&&&&&&'''''((())**++,--./01234578:;===<:75320/.,+*))('&&%%$$##\"\"\"!!!! !!!!\"\"\"##$$%%&&'())*+-.....---,,,,+++++++++++,,,,---...//01123345678:;<>?ACEGJLORSSSSRRPNLKIGFECBA@?>=<<;99887766655544444444444455556666643210/..-,,++**))((('''''&&&&&&&&&&&&&''''((()))**+,,-../01234678:<===<:86421/.-,+*)(''&%%$$##\"\"\"\"!!!! !!!!\"\"\"\"##$$%%&''()*+,-...---,,,,+++++++++++++++,,,,---..//01123456789:<=?@BDFIKNQTTTSSQOMKJHFEDBA@?>=<;;:98776665554444333333333444455566653210//.-,,++**)))((('''''&&&&&&&&&&'''''(((())**++,,-.//01234679:<>>>=:86421/.-,+*)(''&%%$$###\"\"\"!!!!! !!!!!\"\"\"###$$%%&''()*+,------,,,++++***********++++,,,---..//0122345678:;<>@ACFHKMQTTTSRPNLJIGEDCA@?>=<;;:9877665544443333332223333334445555543210/.--,++**)))(((''''''&&&&&&&&''''''((()))**++,--./001245679:<>>>=:864210.-,+*)(('&&%%$$##\"\"\"\"!!!!! !!!!!\"\"\"\"##$$$%&&'(()*+,----,,,++++***************++++,,,--../00123345689:<=?ACEGJMPSTTTQOMKIHFECBA?>=<;;:98766555443333222222222222233344455543210/..-,,++**)))((('''''''&&&&'''''''(((())***+,,--./012345689;<>>>=;864310.-,+*)(('&&%%$$###\"\"\"!!!!!! !!!!!!\"\"\"###$$%%&&'(()*+,---,,,+++*****)))))))))*****+++,,,--../0012345678:;=>@BDFILORRRRPNLJHGEDBA@?=<<;:988665544333222221111111112222333444443210/..-,,++**)))((((''''''''''''''''(((()))**++,,-../012345689;=???=;965310/-,+*))(''&%%$$###\"\"\"\"!!!!!! !!!!!!\"\"\"\"###$$%%&''())*+,,,,,+++****)))))))))))))))****+++,,--.//0112345689:<=?ACFHKNQQQQOMKIGFDCA@?>=<;:9887654433322211111110001111112223334443210//.--,++***)))((((''''''''''''''(((()))***++,--.//01234578:;=???>;975320/.,++*)(''&&%$$$###\"\"\"\"!!!!!!!! !!!!!!!!!\"\"\"###$$$%%&''()*+,,,,,+++***)))))((((((((()))))***+++,,--.//012345678:;=?@BEGJMPPPPNLJHFECB@?>=<;:988765443322211110000000000000111122333332110/.--,,++**)))((((('''''''''''''(((()))**++,,--./001234678:;=???>;975320/.-,+*)(('&&%%$$###\"\"\"\"!!!!!!!!!!!!!!!!!\"\"\"\"###$$%%&&'(()*+,,,,++***))))((((((((((((((())))***++,,--.//012345689:<>@BDFILOOOOMKIGEDBA?>=<;:98776544332211100000/////////00001112223333210/..-,,++***)))((((('''''''''''(((()))***++,,-../011245679:<=???><975421/.-,+*)(('&&%%$$$###\"\"\"\"!!!!!!!!!!!!!!!\"\"\"\"####$$%%&&'(()*+,,,++***)))(((((('''''''(((((()))***++,,-../011234678:;=?ACFHKNNNNLJHFDCA@?=<;:98776553322111000///////..///////00001122333210//.--,+++**)))((((((''''''''(((((()))***++,,-../012345679:<>@@@><975421/.-,+*))(''&%%$$$###\"\"\"\"\"!!!!!!!!!!!!!\"\"\"\"\"###$$$%%&''())*+++++***)))(((('''''''''''''(((()))***++,,-../012345689;<>@BEGJMMMMKIGECB@?><;:9887655432211000////............////000111222210//.--,,++***)))((((((''''''(((((())))**++,,--.//012345689;<>@@@?<:864210.-,+*))(''&&%%$$####\"\"\"\"\"!!!!!!!!!!!\"\"\"\"\"####$$%%&&''()**++++**)))((((''''''&&&&&''''''(((()))**++,,-.//01234678:<=?BDFILLLLJHFDBA?>=<;988765443211000///.....--------.....///00011222100/..-,,++***))))(((((((((((((((())))***++,,--./0012345789;<>@@@?<:864310/-,+**)(''&&%%$$$###\"\"\"\"\"\"!!!!!!!!!\"\"\"\"\"\"###$$$%%&&''()*++++**)))(((''''&&&&&&&&&&&&&''''((()))**++,--./012345689;=?ACFHKKKKIGECA@?=<;:9876544321100///...----------------...///001122210/..--,,++***))))((((((((((((((()))***+++,,-../0112346789;=>@@@?=:864310/.-,+*)(('&&%%%$$####\"\"\"\"\"\"!!!!!!!\"\"\"\"\"\"####$$$%%&&'(()*+++**))(((''''&&&&&&&&%&&&&&&&&''''((())**++,--./01234679:<>@BEGJJJJHFDBA?><;:987654432200///...----,,,,,,,,,,,,----...///0011110//.--,,++***))))(((((((((((((())))***++,,--../012345678:;=?AAA?=:865320/.-,+*)((''&&%%$$$###\"\"\"\"\"\"\"\"!!!!\"\"\"\"\"\"\"###$$$%%&&''(()*****))((('''&&&&&%%%%%%%%%%%&&&&&'''((())**+,,-.//01345689;=?ADGJJJIGECA@>=;:987654432210//...---,,,,,,++++++,,,,,,---...//001110//.--,,+++***))))(((((((((((())))***+++,,--.//012345679:;=?AAA@=;975320/.-,+*))(''&&%%$$$####\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"####$$$%%&&''())****))(((''&&&&%%%%%%%%%%%%%%%%%&&&&'''(())**+,,-./01234679:<>ACFIIIHFDB@?=<;987654432210//..---,,,,++++++++++++++,,,,---..//000000/..--,,++***))))))((((((((()))))***++,,,-../0012345679:<=?AAA@=;975321/.-,+**)(''&&%%%$$$####\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"#####$$%%%&&''()****))(('''&&&%%%%%%$$$$$$$$$%%%%%%&&&'''(())**+,--./0124568:<>@BEHHHGECA?><;:976554321100..---,,,+++++**********+++++,,,---../00000/..--,,+++***))))))(((((())))))***+++,,--../0112345689:<>?AAA@>;9754210.-,+**)((''&&%%$$$####\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"####$$$%%%&&'(()***))(('''&&&%%%%$$$$$$$$$$$$$$$%%%%&&&'''(())*++,-./01234679;=?ADGGGFDB@>=;:98765432110//.--,,,++++****************++++,,,--..//000//.--,,+++****)))))))(()))))))****+++,,--.//0122345789;<>@BBB@>;9754210/-,,+*)((''&&%%$$$$####\"\"\"\"\"\"\"\"\"\"\"\"\"#####$$$%%&&''(()***)((''&&&%%%%$$$$$$#######$$$$$$%%%%&&&''(())*+,,-./0124578:<>ACFFFDCA?=<;98765432110//.--,,+++*****))))))))))))*****+++,,--..//////..--,,+++****)))))))))))))))***+++,,,-..//0123456789;<>@BBBA><9764310/.-,+*))(''&&%%%$$$#####\"\"\"\"\"\"\"\"\"\"\"#####$$$%%%&&''()))))((''&&&%%%$$$$$##############$$$$%%%&&&''(()**+,--./1234689;=@BEEECB@>=;:8765432110//..,,+++****))))))(((((())))))****++,,--../////..--,,+++****))))))))))))))****+++,,--../0012345678:;=>@BBBA><:864310/.-,+*))(('&&&%%$$$$#####\"\"\"\"\"\"\"\"\"#####$$$$%%%&&''())))((''&&&%%$$$$#######\"\"\"\"\"#######$$$$%%%&&''(()**+,-./0124579;=?ADDDBA?=<:9865432210//.--,++***))))((((((((((((((())))***+++,,--./////.--,,,+++****))))))))))))****+++,,,--../0012345679:;=?@BBBA?<:864320/.-,+**)((''&&%%%$$$#######\"\"\"\"\"\"######$$$%%%&&''(())))(''&&%%%$$$#####\"\"\"\"\"\"\"\"\"\"\"\"\"#####$$$%%%&&''())*++,-./123568:<>ACCCA@><;9876433210//.--,++**))))(((((''''''''''((((()))***++,,--.////..--,,+++*****))))))))))*****+++,,--..//0112345679:<=?ACCCA?<:865320/.-,++*)((''&&%%%$$$$########\"########$$$$%%%&&''(()))(''&&%%%$$$####\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"####$$$%%%&&''())*+,-./0124579;=@BBBA?=;:876543210//.--,,***)))((('''''''''''''''''(((()))**++,,--.///..--,,,+++******)))))))*****+++,,,--..//0122345689:<=?ACCCB?=:875321/.-,++*))(''&&&%%$$$$#################$$$$%%&&&''()))(('&&%%%$$####\"\"\"\"\"!!!!!!!!!!!\"\"\"\"\"####$$$%%&&''()**+,-./023568:<:986543210//.--,++*)))((('''''&&&&&&&&&&&&'''''((())***+,,--.....---,,++++******))))******++++,,,--../00123456789;<>?ACCCB?=;9754210/--,+*))((''&&%%%$$$$###############$$$$%%%&&''(((((('&&%%$$$###\"\"\"\"!!!!!!!!!!!!!!!!!\"\"\"\"###$$$%%&&'(()*+,,./0134689<>AAA?=;:87543210//.-,,++*))(((''''&&&&&&&%%%%&&&&&&&''''(()))**+,,-......--,,,+++****************+++,,,--..//01123456789;<>@ADDDB?=;9754210/.-,+**)((''&&%%%$$$$$#############$$$$$%%%&&''(((((''&%%$$$##\"\"\"\"!!!!!! !!!!!!\"\"\"\"###$$%%&&'(()*+,-./023579;=@@@><:976532100/.-,,++**)(('''&&&&&%%%%%%%%%%%%%%&&&&'''((())**++,-.....--,,,++++**************++++,,,--..//0112345678:;<>@BDDDB@=;9754210/.-,+**)((''&&&%%%$$$$$###########$$$$$%%%&&&''((((''&%%$$$##\"\"\"!!!!! !!!!!\"\"\"###$$%%&''())*+,-/013468:@BDDDC@=;9764310/.-,++*))('''&&%%%$$$$$$##########$$$$$%%%&&'''(((('&&%$$###\"\"\"!!!! \x1F\x1F\x1F\x1F\x1F !!!!\"\"\"###$$%%&''()*+,-./124579;>>><:87643210/.-,,+**))(''&&&&%%%%$$$$$$$$$$$$$$$%%%%%&&&''((()**+,,-....--,,,+++++**********+++++,,,--..//00123345689:;=?@BDDDC@>;9864320/.-,++*))((''&&&%%%$$$$$$#######$$$$$$%%%%&&''(((('&&%$$###\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!!\"\"\"##$$%&&'(()*+,-/013568;===;98653210/.--,+**))(('&&&%%%$$$$$$#########$$$$$$%%%%&&'''(()**+,,-...---,,,+++++********+++++,,,---..//01123456789:<=?ABEEEC@><:864321/.-,,+*))((''&&&%%%%$$$$$$#####$$$$$$$%%%&&&''((('&&%%$###\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"\"##$$%&&'()*+,-./12468:<<<:8754310/.--,+**))(('&&%%%$$$$#################$$$$%%%&&&''(()**+,--...--,,,++++++******++++++,,,---..//01123456789:<=?ACEEEDA><:8653210/.-,+**)(('''&&%%%%$$$$$$$$$$$$$$$$$%%%%&&'''''''&%%$##\"\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F\x1F !!\"\"\"##$$%&&'()*+,-/013579;;;97643210/.-,+**)((''&%%%$$$$#####\"\"\"\"\"\"\"\"\"\"\"######$$$%%%&&''(()**+,-...---,,,++++++++++++++++,,,,--..//001223456789;<>?ACEEEDA><:8653210/.-,+**))((''&&&%%%%$$$$$$$$$$$$$$$%%%%&&&''((('&%%$$#\"\"\"!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F !!!\"\"##$%%&'(()*+-./12468:::8654210/.-,+**)((''&&%$$$#####\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"####$$$%%&&''(()**+,------,,,,++++++++++++++,,,,---..//00123345678:;<>?ACEEEDA?<:8754210/.-,++*))((''&&&%%%%$$$$$$$$$$$$$$$%%%%&&&'''''&&%$$##\"\"!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!!\"\"##$%%&'()*+,-/02357999764310/.-,+**)((''&&%$$$###\"\"\"\"\"!!!!!!!!!!!!!\"\"\"\"\"####$$%%%&''(()*++,------,,,,++++++++++++,,,,,--...//01123445679:;=>@BCFFFDA?=:9754210/.-,,+*))(('''&&&%%%%$$$$$$$$$$$$$%%%%&&&''''''&%$$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!!\"\"#$$%&&'()*+-./135788865321/.-,++*)((''&&%%$###\"\"\"\"!!!!!!!!! !!!!!!!!!\"\"\"\"###$$$%%&&'(()*+,------,,,,,+++++++++++,,,,---..//001123456789:;=>@BDFFFDB?=;9754310/.-,,+**)(((''&&&%%%%%$$$$$$$$$$$%%%%%&&&'''''&%%$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"#$$%&'()*+,-/024677754210/.-,+*)(('&&%%$$##\"\"\"\"!!!!! !!!!!\"\"\"\"###$$%%&&'(()*+,------,,,,,+++++++++,,,,----..//001223456789:<=?@BDFFFEB?=;9764320/.--,+**))((''&&&&%%%%%$$$$$$$$$%%%%%&&&&''''&&%$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !!\"##$%%&'()*+-./1356664320/.-,+*)(('&&%%$$#\"\"\"\"!!!! \x1F\x1F\x1F !!!!\"\"\"\"##$$%%&&'())*+,-----,,,,,,++++++,,,,,,---...//011233456789:<=?@BDFFFEB@=;97643210/.-,++*))(('''&&&%%%%%%$$$$$$$%%%%%%&&&'''''&%$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F !!\"##$%&&'()+,-/024555421/.-,+*))('&&%%$$##\"\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"\"##$$%%&&'()**+------,,,,,,++++,,,,,,----..//0011233456789;<=?ABDGGGEB@=;98653210/.-,++*))(((''&&&&%%%%%%$$$$$%%%%%%&&&&''''&%$$#\"\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !\"\"##$%&'()*+-.013444310/-,+*))('&&%%$$##\"!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!\"\"##$$%%&''()*+,------,,,,,,,,,,,,,,,---...//001123445678:;<>?ACEGGGEC@><:8653210/.-,,+**))(('''&&&%%%%%%%%%%%%%%%%%&&&''''&&%$#\"\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F\x1F !\"\"#$$%&'()+,-/1333320/.-,+*)('&&%%$###\"\"! \x1F\x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F !!\"\"\"##$%%&''()*+,-----,,,,,,,,,,,,,,----..///001223456689:;<>?ACEGGGFC@><:8654210/.-,,+**))(('''&&&&%%%%%%%%%%%%%%%&&&&''''&%$##\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F\x1F !!\"\"#$%&'()*+-.0233310.-,+*)('&&%$$##\"\"\"! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!!\"\"##$%%&'(()*+------,,,,,,,,,,,,----...//0011223456789:;=>@ACEGGGFC@><:8754210/.--,++*))(((''&&&&&%%%%%%%%%%%%%&&&&&'''&%$$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F\x1F !!\"##$%&'()+,-/12220/-,+*)(''&%$$##\"\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F !!\"\"##$%%&'()*+,------,,,,,,,,,,-----...//0011233456789:;=>@BCEHHHFCA><:8754310/..-,++*)))(('''&&&&%%%%%%%%%%%%%&&&&''''&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$$%&')*+-.0111/.-+*)(''&%$$##\"\"!! \x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"##$%%&'()*+,------,,,,,,,,-----...///0012234456789:<=>@BDFHHHFDA?<:97543210/.-,++**))(('''&&&&&%%%%%%%%%%%&&&&&'''&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&'()+,./000.-,+*)('&%$$##\"\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F\x1F !!\"\"##$%&&'()*,-------,,,,,,-----....//00112234556789;<=?@BDFHHHGDA?=;97643210/.-,,+**))((('''&&&&&%%%%%%%%%&&&&&''''&%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"\"#$%&')*+-////.,+*)('&%%$##\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1F\x1F !!\"\"##$%&'()*+,-----------------...///0011233456678:;<=?ABDFHHHGDA?=;97643210/.-,,+**))((('''&&&&&&%%%%%%%&&&&&&'''&%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"#$%&'()+,....-,*)('&%%$##\"!! \x1F\x1F\x1F\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !\"\"#$$%&'()*+----------------....///0011233456789:;<>?ABDFIIIGDB?=;98653210/.--,++**))((''''&&&&&&&%%%&&&&&&&'''&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&')*+----,+*('&&%$##\"!! \x1F\x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F\x1F !\"\"#$$%&'()+,--------------....///00112234456789:;<>?ACEGIIIGDB?=;98654210/..-,++**))(((''''&&&&&&&&&&&&&&&&'''&%$#\"! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"\"#$%'()+,---+*)('&%$##\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1E\x1F\x1F !\"\"#$%&'()*+--------------....///00112234456789:;=>@ACEGIIIHEB@=;:8654210/..-,,+**))(((''''&&&&&&&&&&&&&&&'''&%$#\"!! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"#$%&')*,,,,*)('&%$##\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !\"\"#$%&'()*,------------....///000112334556789:<=>@ACEGIIIHEB@><:87543210/.-,,+**)))(((''''&&&&&&&&&&&&&''''&%$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F !\"#$%&()++++*('&%$$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1D\x1E\x1E\x1F\x1F !\"##$%&'(*+-...-------.....///001122334566789;<=>@BCEGJJJHEB@><:87543210/.-,,++**))(((''''&&&&&&&&&&&&&'''&%$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F !\"\"#%&')****)('%%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !\"#$$%'()*,-...----......///000112234456789:;<=?@BDFHJJJHEC@><:97643210/.--,++**))((((''''&&&&&&&&&&&''''&$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"#$%&())))('&%$#\"!! \x1F\x1F\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&'(*+-.............///000112234456789:;<=?@BDFHJJJIFC@><:97643210/..-,++**)))((('''''&&&&&&&&&''''&%$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F !\"#$&')))('&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1E\x1F\x1F !!\"#$%&')*,-...........////001122334556789:;<>?ABDFHJJJIFCA><;97653210/..-,,++**))(((('''''&&&&&&&'''''&$#\"! \x1F\x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F !\"#$%&((((&%$#\"\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"\"#$&'()+-..........////0001122334566789:;=>?ABDFHKKKIFCA?=;97653210//.-,,++**)))((('''''''&&&''''''&%$#!! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"#$&''''&%$#\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x19\x19\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F\x1F !\"#$%&')*,........./////0011122344566789:<=>@ACDFIKKKIFDA?=;986543100/.--,++**)))(((('''''''''''''''&$#\"! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1F\x1F !\"$%&&&&%$#\"! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1D\x1E\x1F !\"#$%&()+-......./////00011223344567889;<=>@ACEGIKKKJGDA?=;986543210/.--,++***))((((''''''''''''''&%$\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1A\x1A\x19\x19\x19\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !\"#$&&&%$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x19\x19\x19\x19\x18\x18\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"#$&'(*,......//////0001122334556789:;<=?@ACEGIKKKJGDB?=;:87543210/..-,,++**)))(((('''''''''''''&$#\"! \x1F\x1E\x1D\x1C\x1C\x1B\x1A\x1A\x19\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !\"$%%%%#\"!! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x1A\x19\x19\x19\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"#$%&()+-....//////00011122334556789:;<=?@BCEGIKKKJGDB?=<:87543210/..-,,++**)))((((('''''''''''&%$\"! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1D\x1E\x1F !\"#$$$$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x19\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1E\x1F !\"#$%'(*,.////////000011222344566789:;<>?@BDEGILLLJGDB@><:87643210//.-,,++***)))(((('''''''''''&$#\" \x1F\x1E\x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x18\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1C\x1D\x1E\x1F !\"####\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x17\x17\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x14\x14\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x17\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1F\x1F !\"#%&()+-////////000111223344567789:;<>?ABDFHJLLLKGEB@><:97643210//.--,++***)))(((((''''''''''%#\"! \x1F\x1E\x1D\x1C\x1B\x1B\x1A\x1A\x19\x18\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1D\x1D\x1E\x1F !###\"! \x1F\x1F\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x17\x16\x16\x15\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1A\x1B\x1B\x1C\x1C\x1D\x1E\x1F !\"#$%'(*,.//////0000111223345567889:<=>?ABDFHJLLLKHEB@><:976532100/.--,,++**))))(((((''''''''&$#! \x1F\x1E\x1D\x1C\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1A\x1B\x1C\x1D\x1E\x1F !\"\"\"\" \x1F\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x16\x16\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x19\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !\"#$&')+-/////0000111222344556789:;<=>@ACDFHJLLLKHEC@><;976543210/..-,,++***)))(((((('''''''%#\"! \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x17\x17\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1E\x1F !!!! \x1F\x1E\x1D\x1C\x1C\x1B\x1B\x1A\x19\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x16\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1D\x1E\x1F !\"$%'(*,////00000111223344566789:;<=>@ACDFHJKKKIGEC@><;986543210/..-,,++***))))(((((((((((&$#! \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x19\x18\x17\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1C\x1C\x1D\x1E\x1F!!! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x18\x17\x17\x16\x16\x16\x16\x15\x15\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1E\x1E\x1F!\"#$&')+.//000001112223344566789:;<=?@ACEFHKKKIGECB@?=;986543210//.--,,++**))))(((((((((('%#\"!\x1F\x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x17\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1A\x1B\x1C\x1D\x1E\x1F \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1E\x1F !\"#%'(*-/0000001112223345567789:;<=?@BCEGIIIIGECA@?><;987543210//.--,,++***))))(((((((((&$#! \x1F\x1E\x1D\x1C\x1B\x1A\x19\x19\x18\x17\x17\x16\x16\x16\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1A\x1B\x1C\x1D\x1E\x1F\x1F\x1F\x1F\x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x13\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1B\x1C\x1D\x1E\x1F !#$&(),.0000011112233445567889:;<>?@BCEGIIIGECA@>=<;:9875432100/.--,,++***))))(((((((('%$\"!\x1F\x1E\x1D\x1C\x1B\x1A\x19\x19\x18\x18\x17\x16\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1B\x1B\x1C\x1D\x1E\x1E\x1E\x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x17\x17\x16\x16\x16\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1C\x1C\x1D\x1E\x1F!\"#%')+-000011112223344566789::<=>?@BDEGGGGDCA?><;:987765432110/..-,,+++***))))(((((((&$#! \x1E\x1D\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1B\x1C\x1D\x1E\x1E\x1E\x1D\x1C\x1B\x1B\x1A\x19\x19\x18\x18\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x19\x1A\x1B\x1C\x1D\x1E\x1F !\"$&(*,/00011112233344566789:;<=>?ABDFGGGEBA?=<;:9876554333210/..--,,++***)))))((((((&$\" \x1F\x1E\x1D\x1C\x1B\x1A\x19\x18\x18\x17\x16\x16\x15\x15\x15\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x19\x19\x1A\x1B\x1C\x1D\x1D\x1D\x1C\x1C\x1B\x1A\x19\x19\x18\x18\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1A\x1B\x1C\x1D\x1E\x1F \"#%')+.00111122233445567789:;<=>@ABDFFFEB@?=<:987654433221100//.--,,++****)))))(((('%#! \x1E\x1D\x1C\x1B\x1A\x19\x18\x18\x17\x17\x16\x15\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x15\x15\x16\x16\x17\x17\x18\x19\x1A\x1A\x1B\x1C\x1C\x1C\x1C\x1B\x1A\x19\x19\x18\x17\x17\x16\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x17\x18\x18\x19\x1A\x1A\x1B\x1C\x1D\x1E\x1F!\"$&(*-/1111122233445567789:;<=>@ACDEEEB@>=;:9765443221100////..--,,+++***))))))(((&$\" \x1F\x1E\x1C\x1B\x1A\x19\x19\x18\x17\x17\x16\x15\x15\x14\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x16\x17\x17\x18\x19\x1A\x1B\x1C\x1C\x1C\x1B\x1A\x19\x19\x18\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x13\x14\x14\x15\x15\x15\x16\x16\x17\x18\x18\x19\x1A\x1B\x1B\x1C\x1E\x1F !#%')+.1111222333445667889:;<=?@ACDDDC@>=;987654321100//...------,,,++****)))))))'%#! \x1E\x1D\x1C\x1B\x1A\x19\x18\x17\x17\x16\x15\x15\x14\x14\x14\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x18\x19\x1A\x1B\x1B\x1B\x1A\x19\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x18\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F!\"$&(*-0111222334455667899:;<>?@ACCCC@><;9865432110//..---,,,,,+++++++****)))))))&$\" \x1F\x1D\x1C\x1B\x1A\x19\x18\x17\x17\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x11\x11\x11\x11\x12\x12\x12\x12\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x19\x19\x1A\x1A\x1A\x1A\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x14\x15\x15\x16\x16\x17\x18\x18\x19\x1A\x1B\x1C\x1D\x1E !#%'),/11222333445567789:;<=>?@BCCCA><:976543210//.--,,,++++**************)))))(%#!\x1F\x1E\x1D\x1B\x1A\x19\x18\x18\x17\x16\x16\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x11\x11\x11\x11\x12\x12\x12\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x19\x1A\x1A\x1A\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x11\x11\x11\x11\x11\x12\x12\x12\x13\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x19\x19\x1A\x1B\x1C\x1E\x1F \"$&(+.12222333445567789:;<=>?@BBBA><:87543210/..--,,++****))))))))))))***)))))'$\" \x1F\x1D\x1C\x1B\x1A\x19\x18\x17\x16\x16\x15\x14\x14\x13\x13\x13\x12\x12\x11\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x12\x12\x12\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x19\x19\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x10\x11\x11\x11\x12\x12\x12\x12\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F!#%'*-02222334455667889:;<=>?AAAA?<:8754210/..-,,++**)))((((((('((((((())))))(&#!\x1F\x1E\x1C\x1B\x1A\x19\x18\x17\x16\x16\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x14\x15\x15\x16\x17\x17\x18\x18\x18\x17\x17\x16\x16\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x10\x11\x11\x11\x12\x12\x12\x13\x13\x14\x14\x15\x15\x16\x16\x17\x18\x19\x1A\x1B\x1C\x1D\x1F \"$&),/2223334455667889:;<=>@AAA?<:8653210/.-,,+**))((('''''&&&&&&&'''''((((('%\" \x1F\x1D\x1C\x1A\x19\x18\x17\x17\x16\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x13\x14\x15\x15\x16\x17\x18\x18\x18\x17\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x11\x11\x11\x11\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x11\x12\x12\x13\x13\x14\x14\x15\x15\x16\x17\x17\x18\x19\x1A\x1B\x1C\x1E\x1F!#%'*.2223334455677899:;<=>@@@?<:864320/.-,,+*))(((''&&&&&%%%%%%%%%%&&&&''''&$!\x1F\x1E\x1C\x1B\x1A\x19\x18\x17\x16\x15\x14\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x12\x12\x12\x13\x13\x14\x15\x15\x16\x17\x17\x17\x16\x15\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x11\x12\x12\x12\x13\x13\x14\x15\x15\x16\x17\x17\x18\x19\x1A\x1C\x1D\x1E \"$&),023334445567789::;<>?@@@=:864310/.-,+*))((''&&%%%%$$$$$$$$$$$$$%%%%&&&%\" \x1E\x1D\x1B\x1A\x19\x18\x17\x16\x15\x15\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x15\x15\x16\x16\x16\x15\x15\x14\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x10\x11\x11\x12\x12\x12\x13\x13\x14\x15\x15\x16\x17\x18\x19\x1A\x1B\x1C\x1D\x1F!#%(+/33334455667789:;<=>???=:86421/.-,+*))(''&&%%%$$$###############$$$$$$$!\x1F\x1D\x1C\x1A\x19\x18\x17\x16\x15\x15\x14\x13\x13\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x15\x15\x15\x15\x15\x14\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x11\x12\x12\x13\x13\x14\x15\x15\x16\x17\x18\x19\x1A\x1B\x1D\x1E \"$'*-23344455667889:;<=>>>>;86420/.,+*))(''&%%$$$###\"\"\"\"\"\"\"!!!!\"\"\"\"\"\"###### \x1E\x1D\x1B\x1A\x18\x17\x16\x16\x15\x14\x13\x13\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x12\x13\x14\x14\x15\x15\x15\x14\x14\x13\x12\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x12\x13\x13\x14\x15\x15\x16\x17\x18\x19\x1A\x1C\x1D\x1F!#&),03344455677899:;<=>>>;86420.-,+*)('&&%%$$##\"\"\"!!!!!! !!!!!\"\"\"\"\"\x1F\x1D\x1C\x1A\x19\x18\x17\x16\x15\x14\x13\x13\x12\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x12\x13\x14\x14\x14\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x12\x13\x13\x14\x15\x15\x16\x17\x18\x19\x1B\x1C\x1E \"$'+/3444556677899:;<===;86310.-+*)('&&%$$##\"\"!!!! \x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1F !!!!\x1E\x1C\x1B\x19\x18\x17\x16\x15\x14\x13\x13\x12\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\f\f\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x12\x12\x13\x13\x13\x13\x13\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\f\f\f\r\r\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x11\x12\x13\x13\x14\x15\x15\x16\x17\x19\x1A\x1B\x1D\x1F!#&)-244455667789::;<<<<9631/.,+*(''&%$$#\"\"!!! \x1F\x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1E\x1F\x1F\x1F\x1F\x1F\x1F\x1F\x1D\x1B\x1A\x18\x17\x16\x15\x14\x13\x13\x12\x12\x11\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\r\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x12\x12\x13\x13\x13\x12\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\f\f\r\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x10\x11\x11\x12\x13\x13\x14\x15\x16\x17\x18\x19\x1A\x1C\x1E \"%(,044555667889:;<<<<9631/-,*)('&%$##\"\"!! \x1F\x1F\x1F\x1E\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1D\x1E\x1E\x1E\x1E\x1E\x1E\x1C\x1A\x19\x18\x16\x15\x14\x14\x13\x12\x12\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\r\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\r\r\r\r\x0E\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x11\x12\x12\x12\x12\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\r\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x12\x13\x13\x14\x15\x16\x17\x18\x19\x1B\x1D\x1E!#&*/44556677889:;<<<:641/-+*)'&%$##\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1C\x1D\x1D\x1D\x1D\x1D\x1B\x1A\x18\x17\x16\x15\x14\x13\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x0F\x10\x10\x11\x11\x11\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\r\r\r\r\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\f\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x11\x12\x13\x13\x14\x15\x16\x17\x18\x1A\x1B\x1D \"%)-24556677899:;;;;741/-+)('&%$#\"!! \x1F\x1F\x1E\x1E\x1E\x1D\x1D\x1D\x1C\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1A\x1A\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1B\x1C\x1C\x1C\x1C\x1A\x19\x17\x16\x15\x14\x13\x12\x11\x11\x10\x10\x0F\x0F\x0E\x0E\x0E\r\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\r\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\r\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x11\x12\x13\x13\x14\x15\x16\x17\x19\x1A\x1C\x1E!$'+15556677899:;;;741/,+)'&%$#\"! \x1F\x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1C\x1B\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x1A\x1A\x1A\x1A\x1A\x1A\x1A\x1B\x1B\x1B\x19\x18\x16\x15\x14\x13\x12\x12\x11\x10\x10\x0F\x0F\x0E\x0E\x0E\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x10\x10\x10\x0F\x0F\x0E\x0E\x0E\r\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\f\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x12\x13\x13\x14\x15\x17\x18\x19\x1B\x1D \"&*/556667889::::841.,*)'&$#\"! \x1F\x1E\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x1A\x1A\x19\x19\x19\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x18\x18\x19\x19\x19\x19\x19\x19\x19\x19\x19\x18\x17\x15\x14\x13\x12\x12\x11\x10\x10\x0F\x0F\x0E\x0E\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\f\f\f\f\r\r\r\x0E\x0E\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\r\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\f\f\f\f\r\r\r\x0E\x0E\x0E\x0F\x0F\x10\x10\x11\x12\x13\x13\x14\x16\x17\x18\x1A\x1C\x1E!$(-356677889:::951.,*(&%$#\"! \x1F\x1E\x1E\x1D\x1C\x1C\x1B\x1B\x1B\x1A\x1A\x19\x19\x19\x19\x18\x18\x18\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x17\x18\x18\x18\x18\x18\x18\x18\x18\x17\x16\x14\x13\x12\x12\x11\x10\x10\x0F\x0E\x0E\x0E\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\f\f\f\r\r\r\x0E\x0E\x0F\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\f\f\f\r\r\r\x0E\x0E\x0F\x0F\x10\x10\x11\x12\x13\x14\x15\x16\x17\x19\x1B\x1D #&+156"), '677899:::62.,*(&$#"! \x1F\x1E\x1D\x1D\x1C\x1C\x1B\x1B\x1A\x1A\x19\x19\x19\x18\x18\x18\x18\x17\x17\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x16\x17\x17\x17\x17\x17\x17\x17\x16\x15\x14\x13\x12\x11\x10\x0F\x0F\x0E\x0E\r\r\r\f\f\f\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\f\f\f\r\r\r\x0E\x0E\x0E\x0E\x0E\r\r\r\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\x0B\x0B\x0B\x0B\x0B\f\f\f\r\r\x0E\x0E\x0E\x0F\x10\x10\x11\x12\x13\x14\x15\x16\x18\x1A\x1C\x1E!%)/666778999962/,)\'%$"! \x1F\x1E\x1D\x1D\x1C\x1B\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x17\x17\x16\x16\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x15\x16\x16\x16\x16\x16\x16\x15\x14\x13\x12\x11\x10\x0F\x0F\x0E\x0E\r\r\f\f\f\x0B\x0B\x0B\x0B\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\x0B\x0B\x0B\f\f\f\r\r\r\x0E\x0E\x0E\r\r\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\t\n\n\n\n\n\n\x0B\x0B\x0B\x0B\f\f\f\r\r\x0E\x0E\x0F\x0F\x10\x11\x12\x13\x14\x15\x17\x18\x1A\x1D #(-46778899983/,)\'%#"!\x1F\x1E\x1D\x1D\x1C\x1B\x1A\x1A\x19\x19\x18\x18\x18\x17\x17\x16\x16\x16\x16\x15\x15\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x15\x15\x15\x15\x15\x14\x13\x12\x11\x10\x0F\x0F\x0E\x0E\r\r\f\f\f\x0B\x0B\x0B\n\n\n\n\n\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\n\n\n\n\n\x0B\x0B\x0B\f\f\f\r\r\r\r\f\f\f\x0B\x0B\x0B\x0B\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\t\n\n\n\n\n\x0B\x0B\x0B\f\f\f\r\r\x0E\x0E\x0F\x0F\x10\x11\x12\x13\x14\x16\x17\x19\x1B\x1E!&+2677889993/+)&$#! \x1F\x1E\x1D\x1C\x1B\x1A\x1A\x19\x18\x18\x17\x17\x17\x16\x16\x16\x15\x15\x15\x15\x14\x14\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x13\x14\x14\x14\x14\x13\x12\x11\x10\x0F\x0F\x0E\r\r\f\f\f\x0B\x0B\x0B\n\n\n\n\n\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\n\n\n\n\n\x0B\x0B\x0B\f\f\f\f\f\f\f\x0B\x0B\x0B\n\n\n\n\n\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\t\n\n\n\n\x0B\x0B\x0B\f\f\f\r\r\x0E\x0F\x0F\x10\x11\x12\x13\x14\x16\x18\x1A\x1D $)067789994/+(&$" \x1F\x1E\x1D\x1C\x1B\x1A\x19\x19\x18\x18\x17\x17\x16\x16\x15\x15\x15\x14\x14\x14\x14\x13\x13\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x12\x13\x13\x13\x13\x12\x11\x10\x0F\x0F\x0E\r\r\f\f\x0B\x0B\x0B\n\n\n\n\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\b\t\t\t\t\t\n\n\n\n\x0B\x0B\x0B\x0B\f\f\f\x0B\x0B\x0B\n\n\n\n\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\t\t\t\t\t\t\n\n\n\n\x0B\x0B\x0B\f\f\r\r\x0E\x0E\x0F\x10\x11\x12\x13\x15\x16\x19\x1B\x1E"\'.67888860,(%#! \x1E\x1D\x1C\x1B\x1A\x19\x19\x18\x17\x17\x16\x16\x15\x15\x14\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x12\x12\x12\x11\x10\x0F\x0E\x0E\r\r\f\f\x0B\x0B\x0B\n\n\n\t\t\t\t\t\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\b\b\t\t\t\t\t\n\n\n\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\t\t\t\t\t\n\n\n\n\x0B\x0B\f\f\f\r\x0E\x0E\x0F\x10\x11\x12\x14\x15\x17\x19\x1C %+4788881,(%#!\x1F\x1E\x1C\x1B\x1A\x19\x18\x18\x17\x16\x16\x15\x15\x14\x14\x13\x13\x13\x13\x12\x12\x12\x12\x11\x11\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x0F\x0E\x0E\r\f\f\x0B\x0B\x0B\n\n\n\t\t\t\t\t\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\t\t\t\t\t\n\n\n\n\n\n\n\n\n\t\t\t\t\t\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\t\t\t\t\n\n\n\n\x0B\x0B\f\f\r\r\x0E\x0F\x10\x11\x12\x14\x16\x18\x1B\x1E#)178882,(%" \x1E\x1D\x1B\x1A\x19\x18\x17\x17\x16\x15\x15\x14\x14\x13\x13\x13\x12\x12\x12\x11\x11\x11\x11\x10\x10\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\r\r\f\f\x0B\x0B\n\n\n\t\t\t\t\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\t\t\t\t\n\n\n\n\t\t\t\t\t\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\t\t\t\t\n\n\x0B\x0B\x0B\f\r\r\x0E\x0F\x10\x11\x13\x14\x16\x19\x1C!&.7773,($!\x1F\x1D\x1C\x1A\x19\x18\x17\x16\x16\x15\x14\x14\x13\x13\x12\x12\x12\x11\x11\x11\x10\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\x0E\r\r\f\x0B\x0B\n\n\n\t\t\t\t\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\t\t\t\t\t\t\t\t\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\t\t\t\t\n\n\x0B\x0B\f\f\r\x0E\x0F\x10\x11\x13\x15\x17\x1A\x1E$+666-\'$!\x1E\x1C\x1B\x19\x18\x17\x16\x15\x15\x14\x13\x13\x12\x12\x11\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\f\f\x0B\x0B\n\n\t\t\t\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\t\t\t\t\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\b\b\b\b\b\t\t\t\n\n\x0B\x0B\f\r\x0E\x0F\x10\x11\x13\x16\x18\x1C!(...\'# \x1D\x1B\x1A\x18\x17\x16\x15\x14\x14\x13\x12\x12\x11\x11\x10\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\x0E\x0E\r\r\r\r\r\r\r\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\x0B\x0B\n\n\t\t\t\b\b\b\b\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\b\b\b\b\t\t\n\n\x0B\x0B\f\r\x0E\x0F\x10\x12\x14\x16\x1A\x1F%\'\'\'"\x1F\x1C\x1A\x19\x17\x16\x15\x14\x13\x12\x12\x11\x11\x10\x10\x0F\x0F\x0F\x0E\x0E\x0E\r\r\r\r\r\f\f\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\t\t\b\b\b\b\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\b\b\b\t\t\n\n\x0B\x0B\f\r\x0F\x10\x12\x14\x18\x1C""""\x1E\x1B\x19\x17\x16\x15\x14\x13\x12\x11\x11\x10\x10\x0F\x0F\x0E\x0E\r\r\r\r\f\f\f\f\f\x0B\x0B\x0B\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\b\b\b\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x07\x07\x07\x07\b\b\b\t\t\n\n\x0B\f\r\x0F\x10\x12\x15\x19\x1F\x1F\x1F\x1D\x1A\x18\x16\x15\x13\x12\x11\x11\x10\x0F\x0F\x0E\x0E\r\r\r\f\f\f\f\x0B\x0B\x0B\x0B\x0B\n\n\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\b\b\b\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x06\x07\x07\x07\x07\b\b\t\t\n\x0B\f\r\x0E\x10\x13\x17\x1B\x1B\x1B\x18\x16\x14\x13\x12\x11\x10\x0F\x0F\x0E\r\r\r\f\f\f\x0B\x0B\x0B\n\n\n\n\n\n\t\t\t\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x06\x07\x07\x07\b\b\t\t\n\x0B\r\x0E\x11\x14\x16\x16\x16\x14\x13\x11\x10\x0F\x0E\x0E\r\r\f\f\x0B\x0B\x0B\n\n\n\n\t\t\t\t\t\t\b\b\b\b\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x05\x05\x06\x06\x06\x07\x07\b\b\t\n\x0B\f\x0E\x11\x12\x12\x12\x11\x0F\x0E\x0E\r\f\f\x0B\x0B\n\n\n\t\t\t\t\b\b\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x05\x06\x06\x06\x07\x07\b\t\n\f\x0E\x0E\x0E\x0E\r\f\f\x0B\n\n\t\t\t\b\b\b\b\x07\x07\x07\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x04\x04\x05\x05\x05\x05\x06\x06\x07\b\t\x0B\x0B\x0B\x0B\n\t\t\b\b\b\x07\x07\x07\x07\x06\x06\x06\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x04\x04\x04\x04\x04\x05\x05\x06\x07\b\b\b\b\x07\x07\x06\x06\x06\x06\x05\x05\x05\x05\x05\x05\x05\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x03\x03\x03\x03\x03\x03\x04\x04\x05\x05\x05\x04\x04\x04\x04\x04\x04\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x03\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02').java_lang_AbstractStringBuilder_string, (java_nio_charset_StandardCharsets_$clinit__V() , java_nio_charset_StandardCharsets_ISO_18859_11)); +} + +var com_github_yellowstonegames_core_Gamut_GAMUT_1DATA; +function com_github_yellowstonegames_grid_BlueNoise_$clinit__V(){ + com_github_yellowstonegames_grid_BlueNoise_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var x_0; + com_github_yellowstonegames_grid_BlueNoise_TILE_1NOISE = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), $intern_132, 90, 0, [(java_nio_charset_StandardCharsets_$clinit__V() , java_nio_charset_StandardCharsets_ISO_18859_11).getBytes__Ljava_lang_String_2_3B('\x9EO\xD54g\xCD\xEAt\xB2.\xD4\x18w\x01\xAC]\xD07\x82H\x0F\xCBo\x1BJ\xB3\x07\xDCW\xA2\x1D\xD2I\xC0\x0B\x839\xC9_\x04\xDBw\xA42\x06\x99:\xCE\x15^\x9B\xE7A\x07\xA8a\xCB\xEET\xAA\xC7l\xE6/\x13\xB6\xF7\x93\xA8\x1EF\x0E\x8E\xF9i\xC1\x9D>\xE2\x91\xF8l\xE7\xB1b\x9E\xE5\x8A\xF2\x99z%\xC3\xF7v\x8D-\xF0lU\x19\xE7\x9F\x8E\'F\xF0\xD2oU\xB6y\xEF*\xBDp\x83#\xDC\x932\x12\x87B\'\f\x9D~\xE9k&{\x02\xBB_\x9D=\xE1K\x80\xEE+S\x17&\x9B\xBF\x1D\xFAA*\xBA8\xD2^\x81?\xE8\x06\xB4b\xA9\x99\xD8\xB7|@\x16\xC4\xB2\x86\x1A\xBF\xE6\xFD\x88\xA7O\x02\xD2U\xB5xH\xFE\xA1z\xE0\xF7\x8EN\xBC\xC5\x88@\xE0R\x86\xDB\xC6$Y\xA9\x11\xCDd\xB5\xC5\x04}1X\x90\xD8x\fh\xFC\x16\xAC.\x96R\x12\xE0<#\x00.\xAC\xF2Yl\xFEOc\x93"Fe\x0E\xDD\x901\xF7\x16\xC5\xE7f\xBB\x1F[\xB35\xD6\x18Z\x00\xAC\xC9\x11+w\xF5\b\xB5~7\xFDr\x8B\xDAJ\xA7\xF0\xCA\x06\xABR\xC6\xA2O\xE6\xCBre\xBDD\x86\xF6q\xCCL\x89\x0E\xD1\x98-\xDC\t8\xA2\xD7/\xC7\x1C|\xAB_\x9E9\x8B)\xD2\x04\x97\xC8u\xFFc6\x18\x9Bd\xEF:\xA5f\x8A\xE8\xD6\x94"\xA5\r?_\x83\xE0\x18\xFCa\xA0#Q\xD7`F\xC7%\x96\xDE?\xF3\xD3f#\x84\x16p\x93\xC2\x12\\\xB0!K\x82l\xFFS\xDD\x13F\x00Pm\x9C\x18\xAA\x8FQ\x1C1\xC5\x95\xD5\xAD\xC83J\x04+\xA0\x17\xF3[\x05\x9A!U\xD4\xA5,\x8A\xCB\xEF\xBE\x80\xB1\x14\xF0sO\t\xA3_\x8B\xB25\xFA\xBE\xEA0\xA0i\xE33\x9B\xF7\xF8\'\xC5\x1D\xADu\x88f\xD5\xB0\xE66\xF8q\x04\xCEz\xB4\x10:w\xFC\x84p\xF1\xB9\x8E\xD5P\xAE5\xDE\xBAm\xE6\nf\xB5Q\x10nB,|8\xA4\xB8\xD26z\xC1\x1B\xE4\x0Bz\xAB[\x06A\xD0M\bt\xD9\xA5_\xD4\x943\xC0\xF7*\xA5\x1F\n\xCCJ\xBC\xE0D\x85\xF1b\xE5\xA2C\x18&\x98h<\xFDq\xC7C\x8B\x15\xABH\x84\xF2}\xE14\xA9\xD1\xFD\xE4\x81\x06\x1E\x8F\xE8*\xFETC\x9B\xCCG\xDD\x89\xB7\x1C\xA9\x82\xBF?\r>~\xEE\tX\xE3;\x92vW\x88-\x97_\r\xA5+L\x8D\xBEZ\xEA\xD9\xC2\x0EZ \xE9\x96`\xFF{0\xCD\x1C;\x9C\x03\x91[\x1C\x9BT\xC6_C\xF8h\xAB\x85\xD8l,\x90\x12q&\xF0}\xFB-X\x95\xB9\xE1\x8AL\x9Fp\xB7\x17\xC7B\xDC\xB6}\xED"<\xC3\xFB\xD7\x1F\x05l\xB27Q\xAA\xCF\x85\xB6\x10\'\xD3\xEB\x9F\xFA]\xC2\xD7\'\xB9\xECv\f\xB3&r\xDC\x97X\xCB\x17\xB6\xEF\xA6c\xF7\xC4P\x9B\xD8a\xCB\xE7\x17d.\x00\xB2#\xD1\x82c\xEC\x04\x9D\xF7\x14\xAC\xD3\x8EtV\xAE}\xCD\x96\x14\x89u\xE4\xF8~3M\xA6\xBDhQ\x90\xB0u\x10dK\xC9\x83F\xF5\xD4\xA7\x14\xBA\x04>M\x7F\x06!\xD3<\xAE\x034\x8FB\f\xB1q\x97\x1A\xCAjC\x10\xFAO\xAC+\\j7Q\x00d\xE3\x99\f@/\xF4K\x00\xA1+A\x9A\xDDd\xF4\x87>\x0F+\xE4B\x89\xA3\xFB8\xDCg/\x8E;\xEEn#\xA1\xE4\x8C7\xBET\x80\xE8^\xBB\x15l\x9F\xF5(\xDBQ\xA8\xE62\x94\xDA|\x1B\x8D\xBE\xD7\x84\xC6\x9E\x1A\xBA(\xED\x80\xA7\xDD`\xC5\x1Fg\t\xC1\x1A\xCB\x07x \xD8\xC7\x02V\xF0"p\xAD\x16\xBF\x9E}R\xC4\x862\xD2\xF6`\x99\xDFk\x1B\xA2z$\xE2\xC6S\x88\xD4\xFCx\x86\xF3\\\xC1\xA35\xCCH\xE7\f%s\xEB4Fn\xC4Oi\xB99\xEC\xD4\xB5\x8D]\xAD:\x93\xE6\xB4\x99o\xA82\xBC\xD3\x94\x07_\xE8 \xF9\n\xE1c\xB0v\x0E\xC6+\xB2\xFA\x0B?\xD6\x83\xFC\xAA6{F\xBF=\x0F\xB8o\x1E\x05h\xF2\x99v>\xA9K\x07\xB0\x8A\xD9\xF8\x19\x04#\x83{\x97F\xF1N\xFDm)WG\xF9b\x81\x19\x7F\xE2R+\x8B\xCEK\xB6\x96\x1CD\xFE\x91VF\x16uL\x92\xC9,Ji\n\xEB\x1A\xB4\x1D\xA0,\xD6G\x8C\xE4\xAFX\x13\xB8\xFD\x90\xDC[\xCD\x11W\x95x\xCF\xA0X\r0\x16t\xE1\x80\xD2\xA4\xBE\x12\xDE8\xCF\x0B\x9Df\xB3\xEFA\xA7j5\\\xD6\xA3-\xBC\xEB\xA6\x81\xD2\xED\xA9n\xF3\xB5\x99\\\xCF\x92\x00e\xEAY\x96\xFA\'\xC8B\x85-\xD1 j\xF4\x98\x7F%\xA7:\xB4\xE5I\xF5\xB0\xD9\xA3\xC3"3\x0E\xEDw\x8B&\xAFN\xF3D\xC56\x10y\xFE\xDF\x84\xC9z\xF3\x17i\xDC%\x03b4\xC0Z\x10\xDD\x1F@\xBF0q\x8D\xCF\x06|\xA9Vt\f\xDDb\xA2O\xC4/\xB7@\xFD\xE9a.\x8Bf\xC8An\x03Y\xB7\x9CS@\x01_\xC6r\xE6\x91$\x02\x87\xD7\x9A\xBE\x15*\x06\xAFO\x898\xCA|A\x9C\xE1\x1D\x899\xA4u\x87\xE6P\xA1L\xB05\xC2\x16\xEC\x9B:\xBF\x01|\xE8\x88\x17e\xE0\x81\xC0\x0B\xD5\x18\xFE%\x93\xE9\x82:\xF6\x7F\xCC\xAD\xDA\x97\x1B\xA2X\xBAm\xAA`I!Yq\xED?\x94\xE4Z\x0B\xB2\x92\xF4\xB9\nx\xFBN\xC9\x02a\x14\xD6\xF6\x12m\xE2\x80O\xD4\xB5\x1E\x92\xF1\xAE<\f\xD5S\xA3\x1EmR\x9Av\xBB\xA6S\x1A\xD0f\xE0\x14\x89i.\xEF>\r\xFE3\xDD\x18\xE9\xCB\xF6\x90\xB5\xA3f \xC2\xFC\xA0o\x19P\\)\xAC\x96\xD8-\xF1\xAD(\xB8k\xA1\xF4D&f\xF81n\\H)\x9Aq\xB1\x036\xCCE\xAD\xF1=\xE10|\b\xB1\'\x95H\x05!\xB8M\x84\xD3{\xC8\x8BQw\xA00<\xDAK\x0F\xD0uE\xD90\xE9\xD1\x87\xC6gA\xBCW\x8F}\x9A=\f/\xD8\x94\xBA\x0B\xA3\x8C\x06\xD8\xC9\x19\xE2^\x8D\xECy\xF9\x91)\x06\x86^\xC4\xF3\x9DL\xBE_\xA7\xE7\xC3u\xF9b\xB3*\x9C?\xFB\xB1\nl\xC1\x02\x88\xE76\xB7\x84$e\xA7\x019\xDF\x11\xEBp\x1A\b\xE0I\xCF\x83\xC6v\x19]\xCD~\xE5S\xA8\x82\xFB\xB9L"\xC4\x9D\x15\xDAs\xB6\xD1\x13D\x8C\xD8l1\xFC\xD4xc2\xD1\x07De\xBCX\xE7Kh\xA4\xFFs\x1D\xEC\r\x85z\x1A\x8F\x0F5\x04VF\x92\xDFZ\xD3Bb\x9A\xCA\xF3+\x1A\x01LY\xCCk\xF4\xB5\x94`R\xD0&\x9Fg\xFC\xA8s\t:\xEC\xDD!\x98\xF2*\xB3\xDE\x10\x95\xA4\xF2*\x85;\xA6\x1C3\x96%\xE37\xAC\x94\xCAB\xB4\xF2,\xCDm\x89\xBB\xCB\xF67\xA2z\xF0\xAC/\x0E\xBA\x91\xD3w\xDF\xAD5\b\x1C\xD61\xC1\x05;w\xE8\x15\x8B/\xBE\xB5\xA1Pr\x85e\x00m\x8F\xED\xC1Ri{\xAF\xDF\f\xFE\x8C\xC9\xF5\xC1Z\xB7Ne#U\xA0\xDFe\xAC?\xE7\x7F$\xADo\x01\x15\x90O\xFDqGc;\xC2\x8A(\x9FB\x85\xE5r\xAAH\xDB\x93\xB9D\xD7Q\x0Fj\x1D\xD0\xC0\x0E\xB7\xD5\xA0X6 \x01\x8A\xE6\xC8[m\xD3~P\x10u\x80\t\xD0\xFB\xE5\xBEp\x01J\xC1\xFA\x17\x9B\x0BJ\x82\xBD\xCC"\xB6\xD6\x86\xE1\xA4\xEF\x13m\xFC\xEBz\xC5[\x14\xED\x8A\x1D\xF6a\x03{\x98\xE6\xE4\x8D\xFA@^2I\x18\xCAu\xA9\xD4=\x16I \x9B-\xB4\xEC\xAA;\xDA,\x9E\x7F\x8A3\x0E\x95\x1D\x80\xDASa\xD5-\xE2W4l\xEA]7$\t\xB2P\x96^\xD5\xAFN\x00\x9C*jW\xC7\xA4\x1A\xCC\xB1;L+|\x99\xF0\xA9\xE4\x07\x87C\xF8*\xBB\xA1\xF4\x90\xC0\xFAC`\x9C\x1BkH\xED\x18>\xA9\xD6)Zt\xA51\xB7\x8E\xF1e\b\x97E\xA6\x11\xC3\x9B|\xCF\x1D@\xBD\r"\x929\xB9\xCE\b\xAF1@\x85)Z\xFB\xC6\x07\xB0\xDB#\x8Cy[\xB8\xDE\x98P_p\n8U\xD9\x83\x06\xE2\xCB\x8E\xFF\xAF\xC5Rd\xF3\xCB\xB3\xECC\x04\xC9w\xA3\x1A\xAF\xDA\xF8\x8Bs\x00S\xF4-\x82\xE5\xA43d\xF2o\xE0E~\x98\xE7h\xF2\xDDp\x8F\x9E9b\x13P\xC3-\xF5\x1Eg\r\xEA\x81\xCF\xE1\xA9y\x11#h1T\xBB\'^\x94\xE0\x05\x83y9\x98\x12\xE1#H\xFE<\xC4}\x1F.\xD2A\x90\xB9k\x03Ut\xDA\x88\xCB\xA8\x16\x84\xF9\xD6\x13\xBDI\xAB\x0E\xC3t\xF3\x80\xCEq\x02\x95\xD1\xAD2\xC5\x7F\x1B\xB1(b\xEE\xC7\xB7\x93\xAC\xF6z\xD7\x0Fq/\xB9L\x18\xFE\xC2n\x88\\\x96\xD2j\x86S\xE6\xBA\xABg\xE8\xDA9\xAC\xC7\xF8\x18K\x070_R%=\x8Et\xFF\x9A"R\xDA\'\xBBE\xE9\xA3:nI\x8D\xA59\xF9E\x04\x8A\x9DJ9q\xE8\x17C\x85\xA5\xF1\x1E\x9Ch\xA7\xDC,N\xAE\xF4\xBD/\xEB\x0E\x9FHa\x16\b(\x9F]\x10\x92B\x9C\xB2z\xBD\xEB\xA0\xC6\xB3V\x1C\xCFa8\xEB\x01V\x83\x1B\xAF`\x11\xDA\xF0\x05X\xDC\x97\xBCr/\xD6\x19\xFDS\xD0\x9E6\x02O\xC8=\xD3\xEAE\x8Eb\xCF\t|\x17W\xB1%\x02\xCB\x94\xF2\x82M\xCC\x1E\x7F\xED*g\xE2$\x91\x02\xDBv\n\xEE\xA5.\x87\xD9\xB0\xABh\xD44\xF8S\x80\xBD w\xCC\x15eM\xCA\xF3]\xA8\xDF\x87\n\xC1g\xE2\xB5\\\x8C}\b\xBF\xF7\x1F\x9E\xE45\xA5\xD9\x90v>\xDD4x\xC1m\xFD\xB5\x89\xD6\xBDX\xFB\xCE:lE\x894]\xE2\xC0z\bgB\x96\r{\xDF\xC6)g\x9C\xB1-\x87\xEB\xAA!\x92>\xBF{\'a\x1B\x91v"\xF5\x13\xAE)7Y\xB3k@\x80\xFFFc\xC0\xF7\xA8W \x9D/\xDFES\x056\xA7\x84\x19Q\xAE\xF5 \xCD\x95K\x14\xF6C\x92\x1A\xC2\xEF\xA0K\x83\xFF<\xE5R\xFB?\nx\xE2\x11k\x06\x98\xB3G\xED\xAA\xD8.\x99G\xE4\x86s\x96\x13\xF1\xC2\'r\xCA\xE9\x1D\x87j\xB6\xD6\xEE\r\xAB\x95r\xC8\x14x\xE9`\x98\xC3\x11\xA4e\xFEo\xB2\x9E\xCA)\xE5u-\xB7\x1Dl\xAB\x0E\xD4\x91c\xC2\x9E4\xB7\x84P\xE97\xF8\xCC2U\xFE\xBDp\xD0c\x01\xC9\xDFM\xD4\x83U\xB4\x0F\x9A.O\x12\x03\x8EJd:\xE8!\xF5\x9EB\xB7\t\xD60y\xE0\xBB(\x819\x1FV\xECN\x89^\x05@\xCD\xED~H\xB8\x19o\xD9Z\x00\xD3%\xC5[\x8Cj\x9E\x14\x81?\x0B\xA5Q\xB7 \xA0\x06\x7F\x1B\xF9\xE1;\\\xAC\xCC\xE0=|\xC4\x18\x85\xBAh1\x8C\xDEk&I\xEE\x88TA\xEB\xD2\x05\xDCi\xB9\xAD\xD2\xF9\x95\xDBY\x8E2#\xA5\xF5\xE7(\x94B\x7F\xA1\xAD\x1A\xD9\t\xE6}\xC8`\xEE\x90(\xF6=f1\xAED\xA3j\x8C\x07\xF3s\x95\'\xA3\xFB\xD1Y\x06\xD9\xADV\x01\xC9\xA8\x91d\x02\xAF\x1A\x9BZ}\xA8\x8A\x11\x138n&\xB0\x17\x9F\xC4\x03]\x85L\xAD\xCB\x13\xEFb\xFCJu\xBBD$\xB0\xDD5\x17\xD5y\x88\xEA\xC0\x8F^\xD0$\xBB\xD8Cc\xBF\xEBS\xB0p*\x9AL\xC3\x1Et;\xF9\x15\xBF:\xCEp\x0B\xC3F\xFA,NT\xA1\xC3\xEAxN\xF8j\xDE\xD06\ntU\x8B\xBC0\xE2\x86+\xA7\x93\xF3N\x9Dm\xBCW\xAA\x0FK\xDA\x00\x12\xED5y\x9F\x19\x84\x007\x1E\x89\xE1\xF3={\x10\xEE\x82\x9D[\xE3\x7F\x98,\xF4\x8E3\xB5\xE7\x96\xCD\xDCe\b\x856\xBD\f\x8A?y\x99\xBE\xFA\xDF <\x98o\x0E\xCE:\x01[\x1B\x81\xF9C\xE6\x97\xC8o)\xB4t\x97\xC5P\xE3+W\xB5\xD5hG\x13\xC8\xA6\x8D\xE2\xB8)\xCFN\xB4 \xD9H\xA7i\xDB\x15as\t\x93\xF5!I\xA8\xE3a,\xB3\xED\x15&E\xA1k\x07\xC8\xAFV\xECh\xC1\xD4s\r\xCD-\x04]\x1C\xF3\x9EAU\x1E\x88\xFD\xAE\r\xC9~\xA1\t\x95\xBA`\x022fEo\x073\xF2`\x86\x10\xE9R"\x80\xA37\xBC4\xB4\xCAo\xD7\x19\x95\xCCW\xA7d\x8D\xD0\xB5[\xF5\xD9F#\x9D\x16\x8C\xE31\xB6\xA2~\x8B\xB18d\x84\xE5\xD5\te\x88\xCBM\xEA\xB1\xD5\x8C\x19l.\x94\xC3\xFD\xB2N\xD3g\xAF\xC6\\\n\xE7*;\x9E\xB0\x93\xC7l=\xE4\x0B\xA3\xD0\x84\xF0\x9B\xCAY\x12?\x9A.\x17\x92\xED\xC7\x98\x15G\xE8y\xAB\xFF(8\f\x8Fn\xA4\xDD\x93\xE7\xA1q\x036\x96\x1E\xFC9\xE4\xCF\x07D\xDF\x16k\xBC\x04\x86D\x16s\xD6\x83i\xCE[~ \xD8\x00\x97K\x1Cq+]\xBEs8\xB0x\x85\xF4\\\xB8E\x03`\xDD\xFD\xA6\xC5\nbT\xF1\x9FG\xD7\xBC\x03f\xC6I-\xF4\xAE\xDF\xBD]}\xA2Jb\x86\xAAT\x9E9>\x1F{\xDE\xF9\x978\xAC\x18\xFC\xDF\x125V\xB6\xF1\xCC\x8A\xB1\xF7>\x17\xDB\x1F\xE8\x05(\xC6\xE5{\xD7\x87:\xB2,i\x80>\x94\xCF\xB6\x1B\xE6^\x131P\x1E\xB6\xD5\x14Sh\x82\x0E\xEF\xC7\xB3\x12\xF2!w\xEA\xCB\x94\xF2\xA6U\xBA&\xECMq\xB9\x8E\xEE\xA6\x87w$f\x04R\xE5\x93\xA8g\x8BV\x9F\xD4N\xAB6\x1F\xA2\rw\xD1Q\xF4\x18\xE00i\x88y\xAE\x98\xEA\x80\xF8]\x8Dw\x9C"\xCF/P\x90(o\xBF\xD71\x8B\x10d\xCD3\r\x8Da\xCA\x05\x9C(Cc\xC4\tA\xDB\xA12\xC3z\x0E\xCEG\xFB\xBB2n\x11\x8F\xF8g\xC2L\xEC\x93"\xBCu\xA3\x04J\xC4\xFA$A\xCEm\xA9\n8\xC1\xE8D\xFF\xAAt\xDB\x03>\x99^\xFE\xB4O'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\b\xD9?\xA4q\x06\xB4E\xEAy\xC09!\xE3d\xC3,\x8F]\xDD k\xC1\xF2\x96[\xCC\x12\xE2\x80/\n\xD6\x98\x131\xADZ\xE2\r\x9F4\xEDO\xCE!\xF1\xC0u\xDB\xFD^\x91\xB3h\x0E\xA02\xCBr\x91-\x07{\x80j\xC2\xEF0\xDCb\x18\x90\xD1\xFB\xAA\x89\x05=\x9D\xF6\x0F\xAB@\xFE\x89I\x17v\x01\xAEBrS\xA8\xC3]Cl\xEB\xCE@\x8E$\xC4r\x89\xB0}\x94dA\x89\x1C\xA4.\xECJ\xC6\xF4\x87U\x18\xED\xB5\xD9C\xA3\xB1R\x12\x95M\x87\xC7)\xA0Rl\x13\\\xD4\xB1lJ\xCD{\xBA\x9B\xD40\xA3\xE46\x83 \xBB\xED\xFEx!\xB5\x87\x04\x9Dy\xF8d\xD7C\x17\xE1.\x0E\xA6\x023T\xCC\x11|\xD87!\xE2f\xAA\x01P`\xC2\xF4\xFC(\xD1|\x1C\xF9\xACs\x0B/\xE1C\x99}\xEB\x1A\x81\xE4(W\xEE\tc\xB4R\xD8\xF7h\x9D\xD28\x90\xE4\xF6U\xC1)\x18\xB7P\xAA\x03a\xF9\xC6Z\xD9\xB8\xE7\x9Al\xBC\x85\b\x99v\xBEB\xD5\x9B$\x83\x13k\xE9<\xA0\xB9\xE5Y?\xD8\xF2\x80\xB8\xC9\xF7(\xBE4S\x03\x94\x16;t\xC9#\x8F~\xC4-\t`K\x14\xA32\xD3Io\xDE\x84\xED1\x91\xBB\x9E<\x81Lx\x17\xF4F$\xA9?Z\xAF\xFB\x8E\r5~\xE5=\x97[\x8B\ff2\x02\x9A\xBEgN\xA6\x1DU\x8C\x0B\xA5\xD5\xB3n\xC2\xA8\x86\xE7>\x03\x13\xA9F\xE0\x8A\xB1\xC8qd\x94\r\xA5:\xC8\x0B{\xD2J\'q\xEE\x1F\xD0\xAF\x8E]\xDD\xFE\xEA\xCF\x17)pJ\xB9\xF6\xCD\xAF.\xBEt\xDE\xAA\xC9\x8Ex"5\xE6\x03u8\xDDct>\xF5^\xDF.\xFAN\x9E\xBBW\xEB\x96\x1Bz\xF3\'\x02\xDD\x1C\xB2a\xFEY\x99\x1Cg\xE7\x12\xAB\x05\x956i\x0B\xC8-oP\x93c\xDC\xEE\xC8\xA4\x1BYs\xD8 \xFEJ\'C\x0F\xD2\xAE\x15\x83a\xD1\xB0\x94\xFD\xC8\x9C!\x8BF\x10b\xD5\x1Dp\xCDe6\xB7\xD4[>\x80\xBDC\xF2\x8C\xE5$D\xA7\xF7\x88\xCA^\xDF\xC1W\xFCB\x9F\xB7\x89\x0E\xC0\xA32\x81Ri\x93\x01\x8A\f\x99\xCF\xF1\x85b\xECT\xF6J\xC5\x9E\x0F\xEFH/\x18\xE6P\x06\xCC\x97{\xB2\x8D\xF5)\x85\xFDM\x0B\x9B\xAB\xEBS~,\xD1t\xB5\xC1\xDC7T\xB6@\x7F\xA3&\x80\xE3x\xF29\x1F~D\x06\xB3\x13\xE0*B\xBFQR\xAEo\x18\xA2\xB8q\x95\xDB\x7F?"X\xBDl\x85\xB8w\xAC*\xBD\xEE8\tD\xDC\xA7u\xE3\xC10r\x12\x96\xC7\n\xA0L\x12j\x90v\x07\x1A\x8E/\xF0\x0F\xB2\xD4\x18N\xCE\xAC\xE6\xD5\\\xF1w:\xD2\xAC\xED&1\t[\xC2\xE48*\b\xA8.\xFC\x8A\xE1\xA5\b\xD6`\xF17\xDBW\x19\xA2jU\xC4\x11"\x8Fc\xF7\x1E\xD78\xADg\xF6\x831\x00\xEB)\xA1\xD6\xFBg\xCCGo_2\x95\x04g\xFB\x99$\x8D\xC3\x9E\xFAe{\x9C\xE7\x8A\xD8?\x02\x90\xCC\x1A_\xE9\xB6f\xCDz%@\x9F\x15\x8Ff\xFC\x81\xD0\xE6\xB6\x98;Z\xB2D\xCB\x81j\xFF\xE3!?\xDAX\xCC\xB0`\xC5P\xE5\x9A\x1F\xBD\x82\xEB\xA7\xC4W\x86>\xBBoH\nX\x1E\x86\x0F\xC7\xBBs\x1D\x9AyMj\x87\xC0E\x97\x176\xF6\x91U\xFF\xC0G\xA7!tM\x03.\x7F\xEC\xD3\x04\x9D\xE9T\xB7H\x8D\\\xBF\xAA\x1B\x97:\x0E\x85Bt\xADV\x06;\xFA\'\x10w\xDF,\x16\xCC\xAA4\xDE\xB8J\xE4]E\xA4\xF9(\xB0\xF1\xDD\xFEW\xD5t\x0BO\xC4\xB1\xE80\xD0y\xE4\xC61\xAE\x91\x1E\xF9\x87m\x195y\xA5*\x16\xD2\x9Bx\xE9nI\xF4}"\xBA2\x14\x90\xE0z\x9D\xD5F\xB6\xF3\xA2S\x01\xEAg\x95\xCF*:\xFD\x10`\xD0V\xC6\x15\x9F4$\xAD\xEE\xA2\x82\xDD^\x1Bl\x87\x10\xF7\x9B\nB\xDBc\xC9\xA9M\xBC\xDA\x0E\xF9\xC5q\xF0\x03.\x0F\x89\xB8\xDF\xA5\xD0\xED\xFE\xD7b\xC2N\xB0i\x8A\x1Ec\x93\xD8|\x84\x1B\xF7v\xA6\x8E\xB3\x92\xEC4\x80gA\xB9}\x91\x04=\x1Fk+\x03\x9A\xABK;\xB6ap\xED\xBDX\x0E=\x94(e\x8B@\x96`\xB1=P\xC8\xFB+c\x07N\x8Cl\xA0+\xF4\x1A\t0\xE8\xC9<\b1\xB4\xC5>[\x06R\x17kz\xBF\x02\xE0\x80\b\xE7K\xCEb\xC3\xE3\xB7F\xCB\x7F\xEF\xDA%\x92S\xD5\x88&\x9Fu\xE4\x00\xF0\xAD\xCDO\xE6!\x85\xDC\xA2g\x94\xD4<\x9B\x19[8\xB5E\x86\xCEr\x96\xFF[\xA9n\xEDN\'\xA1\xE2\xBC\xD7\xF0\xC9%\xA8N\x1Au+\xA7\xF7\x17\x88Qu\xFA\x939\r\xBEY\xFC\xC8\x14\xAB8\xF6\x17\xB5\xD42U|\x1C\x04\xBB6\r\x7F\xBD#\x15Ty\xC4\xB0\xE7\xCA\x0B\x7F\xE1\xA6>\xB8K\xDD\xC0\x1A\x8D\xD3\rh\x8A5\x99&C\xDAk;\xB5\xD3S\x94j\xDB,\x9C\x0B\xA9\xD7c\x8A\x19\xA1i\xE4.\x01}O\x90Dg\x84\xC2\x9C\xE0^\xA6l\xCF\xF8H\xE5\xAA\xF1\x82\x00)r\x93"\xFB]\x1E\xEEd\x13\x84\xF9T\x9Ds\xF5\xB0H}\x10c\x83\t\x8B\xF8\x9B\xF0\xC8\x1F\xBCC\xB0\xF05\x1ET\xE9)\xB1=x\x84H\x9C\xC3\xE2\xCD\x05\xA6#\x11\xFBG\x89,\xEF\x99X\x8C0n\xB7\xDB4J\xF5\xD5\xABQ\xBF\x8E\xD6,\xA1}&5\xE3B\xC9!\xFE\xE9\xC4\xB1\x01Y\xC3D\x13]4r\xFD\x0E[|\xD0\x84l\xC4\xFFM\xD1\xF4\xBA\x1F^\xB0k,W\xEEw?\xB3r\xD6\x12=\xB4\x1A\x01\xCAA\x0B_\xA2\x11\x82hA\x9B\x10n9\xC6\x06\xAE\xCF_\xB9\x16\x93^\xD5\xA40V\xDF\xA5,\xE0~\xAB\x81\xE8\xA2\x8C\xC7\xE4J\xB5\x07\x9Fs\xE1\x964\n\xD8\xEC\x0F\x89\x1A\xBB\xDB\x92\xCA\xE7&\x95\xC6Lv\xDAe\x9F \x93u\xCD\xBD\\\xDF\xB80\xE7\x00M\x97hD\xEC\x89\x01\xAAw8\x82L\x14\x91v\xEBi\x93\xFF&\xD9Ha:(\x97\x14\xF5B2\x8B\x13f\xAAV\x92v9\xFAK\x9Ab6\n[\xA8j\x03\xE9\x80\xA87\xBE\xE2\xFAN\xEC%:\x05\x1Bs\xCF\x86\xB2\xF5 \xD9\x11mO-\xDD\t\xBCm\xF2\xCC\x1FL\x19\xCE\xBBR\x10\xB3\xCF\x05q\xAAd"\xBE\xD8Z$\xC9\xFDA\'\xC7\xA4\xD2p\xAC\xF3\x1D\x87N\xF53\xBAa$\x0E\xF2zY\x87\x17\xAC\x99|\x8D\xF2\xA4V&x\xE1X\x8F\xBF\xA1\xF6\xC7\x9A\xEBZ&\x9EA\xB7\xB3\x886o\x9F\xEDx\x1C\xBF\xEF\xDCV\x8Ev\xA5\xF2\xB3}\xE7\x87\xB9gG\xE5\x05/\xC6z\xB5\xD2\x9D\x1A\xDC\x83T\xD1D)\xB3\xD6/E\xFF\xD3\xB1I\xC6\t>\xBD\x14\xA81{$?e\x18F\xAE\x00\xE1q\n\xDC`\xF3\x07B\x8D0\x98P\x857\x00\xCD\xE8\x0EO;\x99\x1B^\xF6\x13\x95 \x82V\x13C\xE2m\x07G|\xAF\xFD\xC3\x9B\x8F\x05h\xC7p\xE5X)l\xDE\x91a\x9C\xFD<\xCA\xE7\x04\xB4\x86\xD2~\x8F\xC55\x88T\x0F(\xA7\xD4\xC4e\xDB\xFCl\x12\xB7G\x9C1i\x80\xC1\x06\xD1K\xDD\xAF5|\xBD\xDA\xA2\x92\xFC*\xC1\x8F:\xEE.p\\\x15\xE9Q\xA2\x92\xBE\x14\x85\xF64\x18\xEC\xD4n\x80^I\x96\xDFW\xF2.\x0Fc\xD7\xF5\xACH\x98}T\x16$\xAE>\xA3\xD5(\x7F\x17\xB0\xFB \xE0p-\xA2k\t\xCBM\xFDa\xED8Y\xAA`\xE6\xCC\x0B\xA3\x1C\xE0\xBA=\xF7\x1F5\nAe\xBA\xA0\x7F\xAFL*\xF3\r\xAB\x1Cu6\xBD\xA5\x1EM\x9Bw$\xC0\xFB\xE7\xB7\x84\x01\xE3Y\xC8\xF5\\\x93\xC3`\xD4E\xA9X\x90\xBD;\x8A\xF1\x9D(\xB2v\xCD\x1E\x88\x11t\x98Nh\x89\xD3\x7F\xAC\x84s\xD9\xEF\xA8\xCF"S\x05\xC5\x1F\x83\xB9\xD9f\xC6\xFA\n\x94k\xE6\xB3\x06?\xC0f\x8C9,mJ\x94z3\x89\x07\xE0\xEE:\x83w\xF4\x15\x00\xEB\x1FUr\xE0\x16\x81\tI\xBC\xF4\xD9@"\xB7\xF94I\b)\xCCZ\xB5Kz\x97\xFD\xDA\x8DC\xE5vX9\x9D+\x89K\xD8>\xFC\x81\xD0_\xEC\x1B\xD8\f\xA0\xCF\xF1\xBD\r\x1C\xB4oL\xA5\f\'\xBA\x98\xCAB}\xD6\xAA\xC2Cf1\xD7\x99n5\xB0\xFFU\xC6\xE3\xA9\x94\xEAd\x9D\x16\x02\x8B*\xE8_:q\x11\x9A\xCE\x01\x16\xEDq\xB6_#\xC9{V3\x14\x92W\xADsB_\x1F\xA8R\xE9\x9D?"\xCDjV\xDC2e\xB4\x85.\x10\xFF\x90\xB9\xF6\xA8S\xE9\x19f\xA1\x84y\x14^\x1F\xC2@\xFB\xE19\xC4j\x1A\xAE\xBE\xF3\xA72N\xB0\x8FD\xD0\xE3\xA9\xF0\x9E\x0E\xBB\xA8\xDBs\x98\xEF\xC3\xFD\xDF\x8D<\xCCd\xDB\xFA\xBE\x8E\xFF\x9F\xEA\x1D\x07Q\xE5\x9E^7\xD2Y\x7F$\x04\xC3\x91\xD1-\xEF;\xD6\x02Rx\x88\xAFnW\xA3\xD5\f\x83P\'\xD4j\xEA\xC1}!\x06T3\x19e\x90+I\xF7#1M\x86\x17\xB5+v\x03\x81-sP\x19\xB2{G\x8B\xA7q\xFA\xC7m\xEC\x1C\x9C\xE4=\x8AsC\\\n\xBBm\x8D\x9F\xB4\xF1\xDA/"\x91\xEFH2\xCA]\x93\x02\x1C\x88_\xF7\xA5\x96k\x80\xC0@\x00\xE8i\xC7\xA0\x02\xD2|X\x9Bi\xF4\xC2\x14\xAD\x97\xD3a=\xF5\xD0\xC06\xD8\x19*\x8C\xACH\f\xCA\xB2\x15\xDE\xF9\xAB \xE0G(\xCA7\tK\xCD\x11\xBB\x05y\x9C\xF8\xE4{\xB7I\x0F\xDE,;\xC9\x11\xFA\xDEx\xD1\xB2\x87\fQ\xB4"\xE57\r\xD5\xA4M]7\xF0\x0E\xE4\x86-\x10_K\x95\xB5\t@\xBFw\x85Qi/\x9EN\xCB}\x95\xA7\xFAg\x18p\x95\xA6u?\xDE\xB1d\x12B\xA37\xC8\x9BR\xB2\xD6wG\xABP\x9A[\x1D\xDAJt\xB8-\x97\xC4G\xE1\x9E~\xAB\xDD\xC5\x93\xD3\xE3K\x85\xB2R\x8C\xF4\xBC\xF0\xAD\x1C\x9F\xC0n\xEF\xA8\xBER\xEAa2\xA2M\xFC(\x99y\f\xAEj\xDD\x9B\x06\xF5\x82\xC1_E\xC8%\xE7\xB8H\xDD\xC5.\xBA\xE8 \x90\xF6\x13\xD7{\x19Z\xB7\x04Q\x83F\f\xB3V\xA1\x1C\xC1\x0B\xE6&l%\x88:R\xF9H\xD2\\<\x7F\x9C\x80!u\r\\\xB1\xC3;\x8D\xCBM\xFBZ+~\xD16m\b\x8E\xB2|\xF4\xCEb\x92q\xF1\rd\xA8\xCB\\\x87D\xE7\xA7\x8A\xF5j\x1F\xEA2c\xFF%z0\xF6g8\x9B\xBBe\x07}\xD6\x91+\x04\x88\xE0\x15G\x07\xDF\xBF\x95\xD9\x1Ao\x06\xF14%\xA4\x10\xBD\x91\x17Q\xA7\xEA \x13=\x85\x0B7\xA4!D\x80P\x018*\xB3f\xFF\xCA:+\xD4\xC1\x99t\xCB\x89\xE9\xB9\x97\xDBW\xA9\xD5\x13\xC7\x9B\xE3\x11\xB8h\xA6#\xF7\xB5\xCFl\xAAA\xF0/\x83H\xE1\x9D]\xD8\x85\xE9F\xAF\xDC\xFC\x98\xCC[\xDE\xA0U)\xAF\xFD\xE3\xB4\xD0\x9Ez\xE1\xC2\f\x9C#oT\x92\x12\xB0@\xF8\xA6P\x11;q\xCA\x8F\x00tN\xF71\xAA\\>\xE9\xC6Qp\x906\xFB)S\x02{\xCD\xA7h\xB9\x15{\xC5l3`#t@.q\xBB\x00g\xD6yO\x12m3\xF7\x18\x93p\xEFO\xDC\xAE\b\xEDy`\xDE\x19*\xD7j\xAC\x05\x18F#\xEE\x82Gp \xCC\x82y\x18\x980\xD9^\xA0\xC7\x8C\xB4Y\xEB$>\xFFO\xAB\x1D\x02\xF2\x8B\xC3\x0B\xB4\x87\xF2J\x94\xC7\xEC\x8B\xC2\x98^\xDB\xBBX\xAB=\xD03\x84\xBFF\xA01\x86\x04Y\x90\xBC\xF1C\x80\xE5^\xB2\xC14\x8D\xBA\xECO\xFD4\xB1\b\xEE\xBCJ\r\xE6f\x17\x9E\xC1\x0F\x93\xD1\x8A\xE2A\x96\xD1K\xA0\xE4d\xD3\x18\xAB3\x10D\x1E\xF8<(\x83\tG \x8Cd\x15\xFAv\x1D\xE4\xCF\xB6I\xC7\x7F4\x9Cb\xC5-\xA2{\xDE\b\xDA\x15\x96\n\xA1\xDFb\xCEt\x1B\x85|%\xD37L\xFAv1b\xF5*r\xB8Y\x12{\xF9)Q\x05\x7F\xE3m\xB6\xA2c\xCE\xAA\xF0r\xC6\xE8\x02\xB6S\x9A\xC9]\xFEk%\xF3\xA3\xE7\r!\xFEO\xD4\xF9=\x97Vw9Vl\xC2B\x8BN\xA6\xFE;\xAE\xF3\x92q\xE1\x87\xD8\xAD\xBET\b\xA56\xDF \xAD<\x99\xBF\x8E>\xCB\x82%\x03v\xE5\x17Z\x9F1\xD4\x7F\xA4\xE1-@\x8A\xA99\x95\x15o>\x83\xDC\xB5t\x92\x10k\x1E\xCE\x00\xA7(\xD3\xF3#\x11\xE8-\x96\xDCT\xBE\x07\xA8+\x13Ei\xEC\x9B\x19\xCB\x80\xEEj\x80\xC9X\xEB\x1D\xA1\xFB\\H\xD8\x91N\xB8>\xFF\x94M&\x0F\xF4o\xD7\xBA\nO\xDB\\\xB0\xD0Sh\xA5\x1C\xE9\xBB\x87\xF1\xA6\xC4\xE8\x86\xB5~\x94Z\xB9h\xC7n\x14Cc\xCBZ\xB8\x95\x049\xDB\x7FC`\xBF\x03-\xD7\x0Erb\xDD0\xAF\xEF\xC0,\f\x88y\xDD\xB2`\x85\xC0e\x91\x16(}\xEF\xBF\x8C\x06\xF8\'\xC3E\x037YI\'c[Af\x185\xA9\x02\xD5F\x1F\xEA\x8C/\x9D\xFC\xE6\x1Dx\xC8#\x83\xB3\xF8\x0FO\xA1wF\xF5\xA8\xBAK\x0Bi\x18\x9Eo7\xF5\xC4"\x0B\xEA8\xCFI\xAF\xE6Y\x9E\xCB\x1E0x:\x97\xE4\x8C|\xCB\xAB\xDE\xC3\x02\x9C\t\xDA\xF9Q\xE2s\x84\f\xA1\xB4\xF8\xD7t\x81=P\xA3\xF3]L+\xD2\x92\x1E\xE4\xB6\x956\x82&\xD2\x98\x8C\xCAR\xE2\xAB\xD2hE\xA5s\xF7\x1A\xA0\x06=\xF8\x81Fk\xE2\xA0\xBA\x18]\xF1,\x9A\x16m\x8E@)x\x8F\xC8\x9E\xBF=\xF2,_}O\xC4#\n\xB1\xD0\x10\x8E\xBC\xE2p\xA9i:\xC7\xFEe\x15\xE6\x04n8\xF8z!\x01a\x98\x16\x8CW\xBA\x93Sx/\xD2\xB6a\x03\xAC\xF3V\xCFr\b\xB2\xD7a\xF83\xEB\xA1\xD1\xB1\x1BH\x04#c\xAD\xCE\x93\x019\xA6]\xEEk\xDFd6\xFE\x16\x9D\x07\xEBW\x8A)Q\xCD~\xC2T\xB2\xDF@\xB7\x84H)\xE6\x043\xD9\'\xE3\xC5\x89l\x1C\xDE+\x92A\x12\x86J\xA4\x1FC\x84\f\xB3x\x1C\xF2\xA7\x19\x0E\x9F\xE6H\xF6.\x97[\xFC2\x0B`\xF6\xBB\xD74\x9Ap\x17\xF0x\x1E\xBE\x8C\xEA9\xA5\xF7\xBB@\xCFN\xEC\xB1\x04\x86e\xBE\x12C\xF0\'\xD1\n\x9B\x1B-b\x14>#\x8B\xE5\x1Bz\xA4f\xFC\x9A\xCA[\x8D7u\xC2\x8E\x0F\xB1\x84q\xBAN\xA5\xD0\xB4o,\x9F\x0ES\xCC&\xA8O\xD1\xFAd\x11\xCDU%`\x18\xE6o\xFC\x91\x7F\\:\xE80\x92s\x9Fa\xB6Hv\xC7\xE1\xFC\x98y\xA2Jg\x94\xF5\xC6G\xB2-n\xA7\xDD"\xB3t\xF2hS\xCE\x05\xE9\x0Fy\xDD\x19\x81\xC9F\x7F\xAE\x00\xE2\x8F_.\x86;\xAC\x7F\x9B\xDE\x83\x07\xAB\x9F3\xBD\x19\x9B\xC7\xFAM\xB3\x06\xC99\x16\xF3\x8EX:\xB0\xD3V\xC5\x035\xAD\x0B9\x86\xE2\x05C\xF6Ob\x01\xA5*\xDC\x9A5b&\x8DD8\x99W\x04\x1F\xED\x88j>\x0F\xC4\xB2\t\xD8J\xF3\xB90v\xC5[#\xD6UC\xDF%\xA8h\xD9#\x81\xE1i\xA9\xD8\x05l\x8A\r+\xEE\xB6\xDDr\xD0P\x17x\x92\xC0\x13\x9D\xCC\x82\bE\xB8\x1C\xF8\xA2\xD6\xB0\xC3\xF3k\xE7\xA9\xDBc\xC1/\xF4\x9DzD\xE8m#\x8E\x01\x14F\xEE;\x8C\x10\xF2\xAE\tx\x8C\x16\xEEUz\xFC\x95O1\x1E\xBB\xE7Np\x18\x85Y!\x9E\xEC\xBBX$\xD5s1\xE7A\xD1_\x88}\xC6Ln\x13_\x00%\xBAP<\x96\x15\xB4V\xDC \xFF\x94\xA3\xC2Qp\xCF\xB1\x94\xFDg\xCAq\x84Z\xD1G\xC2\x99>\xBA,\x10\xC4}\xA0\xF8C\xA9\x94\xCDA\xF70\x8Fe\xFF\xAB>\xF2\x8A\xB6g\x1A\x94\x15\xE7\x00=\x91\xEE0\x82\xA0\xCEv\x8A\xFA)\xD5oJ\x84\xCDf3]\x17\xE17\xA0b\xDBL\xB6,\xA3\xE67\xFE-p\f\xA4\xD4^\xAF\xEC\xD1\x83d&\xD7\xFF`\xA1\x7F\xC3\x11\xE03\xCD\xA0]\fL\xFD\xA6w/Q\xAD\xDE \xBEV\xE2G\x184\r]\xC8\xA2\x06\xEB\xAA\x11\xBA\xF6\xD4\xAF\xF1\x85\f)\x19\xE8}\x05@\x18\xBC\x96\xB1\xE3b\xF6\x1C\x89H\x02>U\x13\xC2x3\xB9\x0B\xD9\xAFJn\x80\x1A}\xDD-\x96\xC6\xDA\xF2\xBC\x9Fi\rs\xA8\x06{\xB5\xDA\x95\xAE\xE4C{\x8F&8vG\x8A(|>X\xBEk\xA8\x88\xC4\x99\xDA_m\xF5!\x86L\xC78\xE5f"\x98\xE0\xB1\xEF\x8D\x1B\xE4T(\x96\x03[\xB5\xF5H\xBD\xEA\x1FuV@\xD9#\xCB\x827\xD2\x99\'\xFAdM\xF0i\xBB\x18\xF8W\xC4\xE4\x9CS\t\xC8\x93\x00\xD5\xEC4U H\xF0\x8D\xCDTB\xDBw\x04\x93q\xA2\xBDt6\bY\x9E\x8B\xC2#\x07\x84/\xDD\x9Be\xB4\x01\x1D\xD8\xA7l J\x9Cx\xF9\xCF\x0Es\xB2*\n\xA7\x14\x9C\xB9)\xAE\x0F\xD9\xFB\xCC\x88(i\xD0\xFC\xAA\xC5d\x16\xA47r\xD8c>\xCF\x02\xF2\x14\xB0o\xEA\x16\xB4\x92\x1C\xC7\xE5\x12\xA4y\xCDT\xAA?\xD0\x0E\x88q@\xED]\xBB\xE5\x15\xB1B\x8F\xB8c\xA2\xFF=\xC2{\xEB4\xCFY\xF1O/[\x18\xAAC\xDD\xB8K\x100\xD4w\x8C\xBFR\xFB\xA9(P\x9E\xB8FN\x9B+\xC1\xDF~2\xAFrE\xD87\x99\xFCl\x1E\xEFM*\xCB\x945\xFB\x811f\xCB\t*\xE48\xD5\x82h\xDF\\\x8B\xFBk\x1B\x84\xC4@\x90\xE7y\xF6\x95\x1F|\xEA\x94\xB3M\b\xE2\x1C\x91\x13\xC3\xE3\\|\xD6\xD3\xF7;\xA6\x04X\x9E\x0B\x85\xF5\xB9^\x15\xE7\xC2\x8D\x7F\xA3\xE2Z\xAD\x10{\xA0M\xDC\x80tQ\x97\x15V\xEC\x1E\x9A\xB5%F\xA6\xE2\x7F\b\x9Ef\xBA\x05P\xC6^\x82\x02A&\xF5`/\xAFx\xED7\x88\t#\x92\x1Bx\x86fI\xD4\xEC)Qh\x03\x8E*F\xB3\\2\x05\xBB\x19g\xD3\xC2%\x05\xF5\xA8"\xC1\xFE\xAB\x7F\xC71\x03O\xCB\r\x96;\xD6\xB3\xEE$\xD09\xA0\x12\xE44\xA7i\xDC\x9C\xCC\x85?\xD3d\x9Bo\xCA\xEF:\xB5\xE1\x0E\xC8\x1D\x8Dm\xBE\xCE\x1F\xDF\xACp\xD2\r\xF8\xD9\x98K\xF2\x83D\xE7W\xB4;\\\xE8m\xD2G\xF5\x90B\xA8u\xF3e\xBDT-o\x14H\x86m,\xB1s\xD2\xC0Y\r\xBA|\x01V\xBC\xF9G\xB3\x17\xA4iT\x94^\xF10\xB2\xFD>\xA5\x974\xEFT\xA1\x82v@\xC8"r\xFE-\x9Au\x90\xD5\x12\x9D3\x83\x1B`\xBC\x10\xE3\xD4\x85\x19\xE9\x01\x8A\xC9_\xA9\xFF\xD9\xF2\x8FD"\xFA\x89\x18H\xEC"\xA4\x0F%\xDE0\xFDS\xBF%\x02\xBDC\x99x\xE1`\x13N}\xC7\x1B;\xE4\x16\xA7S\x8E\xB6\xDC\xA9\f\xCA\x1Eh\xBEC\x05\xB5\xDD+\x9FpW\'7\xA1z\xAD!\xF8\x94\xE5R\x1C\xBEV\t\xEA\x9Bm8\xAC\x93n\xE4\x89P\x93\xD0z\x80\xE1\xA58r\xDA\xA9\b$\x80\xD5\xF6\xB8\x8A\xFFl\xBF(`\xEB\x0B6Yi?\xECO\xFB\x8Az\xF0Pj\n\xCE\x8B\xF9\xB2\xC3C\\\xDEM4\xC0?y\x9Bf\xCD\xAA\x7FK\xDE\xC7+\xD5^:\xC5t\xAB_\x0B\'A\xE9\x83\xCC\x16ZO\xED\xC4k,\nGY\xD6\x92\xB1\x01\xCEy\x9F\xC1\x1A\x87\xB12\xDA\xAA)\xC8\x92\xA7<\xE9K\x16d\x06\x91\xCF\x0F\x9Cs\xD4\x07\xB2/\x10<\x85\'\xB7\x04W\xF6\n\xB4\x1A\xF4\x053\xEC\x9B\xB1\xF7Mj\xFA-\x8C\xBA9\xA1C\x93\xAD\xE8\x9E0\xF7f:\x88\xE1*\xF7\xD2\x04}\x98c\x14\xE4]\x1D\xFDu\xC22\x98\xD7\xEDn/\xB8\xF1f\x81\x19\xEE\x8D\xDF\xFB]\xD4\x16\x91\xA2g\x81J\x9E\xD1j\xBB\x1EK\xC6p\xB5\x1E\x9F\xE5~\xD2\x02\x1Av\xDEb"s\xCA\x0FM\xA3 Hn\x94R\xE3"\xC6H\x066\x9D\xD5S\x87\xB0#}\xA6O \x80\xFEA\xA8&`\xC8O\xA5k\xC0\xF22s\xE5=\xC2{-\x90@\xE2\x87[\xD9\x16\x07`\xC4F\x10\x96\\\xB2\xF8\xCD\x11\xBC?\x85\xDD\x7F\xED\xC4\x13\xAB\xBBaB\xA4\xF4\xB6\x84x\xBDB\xF3\x13\xE0Z\x02\xBC<\xE3\xC8W\x14\xDC\xBAG\xFF{5\x1E\x94E\xAEQ\xCF!\x13\xEC\xDBV\x11\xA4}\x01;\x91\x93\xDB:\xAC\xF1h\'\x834V\x8E\xEE\x00\xAA\x1D\xB8\x96X\xD8\xFB6\f\x8D.qW\xD1\xEDi\xAB+f\x95\xCF\xF1\x83\x11s\xAF\x95~1\x8F\xE7\x9D\xD4\xB6\x06\xE9w\f\x89\xFC\xB8a\xA8\x02\xB3f\xF8\xCE(\xAB\xEE(x\x87\x00M\xBF\xD8\xEAD\xA5{)Km]1\x07=g\x81y\xEB\xCB\xDB\x16\xFE\x96!\x0E\x8C\xC6\x048Gi-\x9E]\x05H\xCE\xF7l\r[*\x80T\xCB\xA0\xDA,n\x9A9\x8BL$\xC45\x97R\xBEu\xEAQ\xCD\x1B0\xA2t\x17\xC7\x05\xB6\xD6\x98\xC6\xE5\x8C\xF4\xA0\xCD)\xB2\x1E\x9Ed\xAE"b\xC3F\xE2\nv\xD3\xF0\x84q\xE6\t\x1AB\xB9\x0B\x98m\xE2\x8D\x0BQ\x9Ah\x1BY\xF9\x12D\xD2w\x19K\xE3\x04EU\xF2\x88\xC1l\xA3\xB4\xF8\x9A\x16\xEB\x89\xDFpP\x8B\xBA5c\x85M\xDA\x97t\xBF\xDF\x8F\xB1\xF0\x11\xA7\xF7\xC8+]\xA0\x15I\xB5c\x89\xDD3\xA7_\xF2\xB5Z8\xAE\xF3\xE0<\x860\xA4\xB2%U\xBD\xA9r\x8E\xC32\x7F\r*\xCE\x06t:\\&Ja\n3\xADBy\xE0\n\xB4w\xED\x033I\x19\xFE\x7F7\x82\\N\x91\x19\xAF@\xDB\xFA-\xD0\xA4\xFDt\xD6B&\xC3\xFC\xD3~,\x91\xBDw\xEAal\x01\x82\xEE\x0F^\xF9\x98\xD7\xB5\xE4I\x91\x1C\xE6\x81\xCA\xAA\xFC\xD2\xBD\x97\xF0\xCC\x13\x93X\xFA(\xD0\x8A_\xA5\xCE\x9CR\xBC\xD6\x1Fz\xB9\xDFg\x04\xC1~\x90Y$k\x81\x02\x15\x90pI\x85\x1F\xC9H\x00\xD0\f\x95\xC4\xDE9\x9A-\xCA=\x14k#\xFD\xA0a\xF3R\xBC\x0Ek\x92<\x7F"\x01g+\xA7\xC5;\x9DU\x12\xB9\xE5/e\n\xE9*\x97\x00\xEB4\x88Q\x9A\x1C\xAE\xE3=\xBFP\xE6\xC9\xAC.\x07\xE7\xA4\x0FfV\xAB!N?\x18}\xD6f\xB3\xE1X\xA8\x849o\xD5\xACAz\xD9/\xE8S\x10\xA4Z\x84\xE8Kq\xDC\x1F\xACCj\xF6!\x88B\xA8p\xCD>\xA1m\x11\xD1\xEF1K\r\xF3\x97$\x9E|\\\xDC\x99j<\xB6\xEE\x9B4\xE2\xB7\x8B\xF6\xA7L\xFF\x89\x1FG\xF0\xBDT\xC7\x102\x8B!\x9F\xF7\xB2\x88\xC8\xE1\xB8=\xD3\x17\x04\x8C\xF3}\xC7\x06\x96t\xC5\xDB\xF9_\xB2\x0EJ\xC2%\xAAq_\xC9\x83w\x18\xC19\xEF\x1CM\xBD\xF9Y\xD9\x1A\x80r\xFC]n\xCC(\xBC\rq\xA1\xCF\x07{\x19\x97\xFA\xB7\xE1\x03Id\x17u&Fm\xF9\x9C\xB3f\xBF0\xE4\x82\xD79\xB4M\x15\x8F\x1CT\x86\xF4\xDAW\xFD\x8E\xE0\x06\xB6\xD7Qh\xFF\xB4\x87\r\xCF1\x8Cz\xC6A)\xD3\t\xA2\x14\xE5V\x96\xEB4]\x8E\xDD,\xE8Mr]\xCC\x95\xBF9\xD3\xF3\x92\t3{$S\x97E^\x18)W\xA5\xEB|6\xC0\xE3.x\x95\xB7@*\xA1Dj4\xA6\x90\xD4El\xA5u"\xB0\x06L\xF4\xA9\xBE\x91J8\x85y?\xC5%\xB7\xF9B\xAFj\x87\xA5\x16*\xEBW\x04\xA1P\xAC\xC3\xDA\x89\xEA\xCB\xFB\f\xB1\x9Fq\xFA\x0F\xD1\x99\x02k\x9F\xCF\x07b\x18\xE8|\xC0\x1B\x93\xFF\xE6X\x11+\xF4\xE0?\x95\xE9\x17\xA0\xE0X\x7F \xEBi\xB1\xD5\xF5\xA8g\x10t\x9E\xC95\f\xD8={\xAD\x80o\xE3-h\x1D\\I\x12\xA7;w\xD1\xF0\xBD\x8CGc$\xB8E\xEE ;\xA7\xC9\x82\r\\\xF4\xCD&d\xE7\xAD\x99\xC5_\x00U\xC0bo\x88\f2\xDB\xFE\xC4,\x07\x1CK\xE0\x82\xD4O\x1D\xFF\xBA\xF1\x90\xC5\xFA\x126\xBB\x8C\x0E\xED\x9E\xB7.b\xDC\x87&Mh\xE2\xC60\x80\xDC[\xAE\x8Ct\xF9L1\xD5\xADOs\x89\xB56rI\x1F\xB5\x848\xD5,\xFB\xCA=\x97\xACS\x8Ca\x9Cu\x91\x01X*\xEE\x93eZF#hN\xDB \xCC~\xFD?\xCEu\xF7\x93\xC0U\x03\xA98\x1D\t\xAC\xF4y\x13\xFFQ\xBC\xE0\x9An\xEC<\x9C\xE06\f\xCB\x89\x05\xDA~\x13\xEF\x9C\xADF\x1A\xB9`\xD0\x12C\xF0\xBA;\xCB\xB37\xA4\xBF\x7F\xE2\xAA\xD1\x9C\b\xB6\xA3[E\x98\xB0S\x83\xE3\x07\x1Dm\xE8\x14\x90\xD6\x9BmT=\xCA\x964\xD5\'^\t\x1D\x8F\xBB\x03\x16\xC4I\x1A\xF5P\xA2/\xC9g\by\x8F\xE8k\xF4(v\xA4\x1F\xDC\x0E^\xE7p\x17\x05>\x86\x111s\xE6:\x81\xF7\xEAd\xD8%5g\xABG\x9C6\xC9~D\xFD\xBA\x83\xE5 \xA6i\xEB\x86\xB1\xC6Gc(~V\xA5\xEFw\xB0a\xE9\x91AR\xBC$\xDAM\xA0\b\x80\xE4\xC9lL\x87\xF9#\x99\xD9R\xCC"\xB7\xF2\x8D_\xC8x-\x18\xBF\x03\xA1\x14\xC5\xD5)\xB9]\xF5\xB0b\xEC)t\x03L\xBE\x0BAp\x17\xFE\xA1\xCF\xF5\x85\xD7b\x91\x99=\xC0$\xFD\xAB\xE1\x87:\xF9\xB1.W\xBE:\xFD\x94+\xA9|\xC1E\x8B\xAE\xFBoXH\x03\x1E\xD7\x0B\xAB\x92;v\xE6Y\x90{\xFD\x80\xDE\x0B/\x8A\xC5\x15\xA0\xD3a\x8D,\xCD\x98V7w\xE4?\xAF \xFE-\t\xE0\xD1h\x0Et\x1D\xCCd\x11r\xD3\x83|\x17\xB0U\xED\xD45\x12Z\xF1e6\x9D\xDC\xC3\xA8\x97O\xBAlV\xCD\x87I\xB5\xF28\x19Op\xA3\x1BR\xDBW\xF2\xC6\x9A\xD2\xB4\x87\x11hC\xD3d\x0F\xDE\xC0/N\xB1\xC9U\x85\xEA\f*\xC4\xA1Z\xB4I\xDC\xA5\x86K\xB8\xFE\xA5P\xEDr\xBD\xA6\xCA\x1B\x85\xAF_5\xBBk\xDCy\xE9\x8BB\xF3\x1C\xC3\x9D\xEFD\xC0\xE0_\x1A\x82\x01B{N\x1CZ8\x9C\xF2\xBA\x00\x97\xEF\x86l\x13\xE8w\xF82\\\xD3\x8Ey\x1B\x04\xCCt\x15k\xF0\x1FY\x8Ey\x17\xAF\t0\rsU\xFBDv\xE7\x8A\xA8>\xC3\x12\xA3g\xB7q-\xDDz$\x90\x04\xA3u\xD4\x82\xE3\f\xA6\xF8\xDD\xC8\x06|\x8B4sF!\xD5\x9E>\x8D\xDD\xA6\x1DK\xB7\xF2d\x811\xE7\x92A\xAF\xD3\x0B\xE7<\xD0\x87I\xDE:\x92\xDE(\x9E\xC6\x05!Z\xF8\x95P0\xD2\x01\x80S\f\xAE\xD0g3\xEE\xB5J"e\xBC6\x91o\'\xADP\xE1\x19\xC7\xA8[\xFF\xB9e)\t\xC1j\x97\x01<\xD7\xAAS"\xC1\x00c.\x9Dl\xBF%\xF7_\xA2'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x9C6\xDDK\x16p\xED\xCC`\xAC\x06w-\x82\xF7\x15\xB7J\'\x9A\xFCc5\xAA\xEA%\x91\x10\xE2N\x04\x96.\xD3[\xB59k\x94\xE31]\xB6\x12\xEB;\xD3}\x1E\xF1\xB7v\xF9\x98g\xC2H\xE1\xB0f\xEC2\x81~\xCDh\xB2\x93\xC2\xA40\x80"G\xD7\x9B\xE7\xC2n\\\x90\xEB\xD7X\xC4\x8C\xDB\n{\xBFDk\xAF\xC9t\xF1d\xA7\x06\x89\x10\xC4\xF5\x1F\xA5\xD1\x82sU\x92\t\xBD\x9EY\x8C=\xCA%\x0E\x88\xF5 \x90\x13\x9E\xCFD\x16\x10\xFC\xE9z\x04@h\r\xE5\xBE\xFBX\x1C@\xCF4\xA9}\x0E\xB1=\x16o\x9BR\xFE\xD3\x9E6!\x85\xB8\x18H\xE2%S\xD9B~\nM\xF7%\xC5\xAAfD.\xE1\x02P\xA8\xDCV8\xA4x?U\xF9p\xAC\xE5S\x83-\x1EX\xD9\xB5\x98}8\x8Dr\xB4\xA2\b\xE0"\xFF\x86i,\xF3I\xCC\x84._\xEB\xFAY\xDC?\xC4\x91{\xFA\x9Eb\xAD\x8B\xBEg\xDD\xA05\xE5\xFA\x86\x12\xD5k\x172\xEB\xB8n\xD5\x03\xC7\xB7\'\b\xC0a\xBCA\xA9\xCB\x83\xF3\xFER\xD1\xA8&\x10\xF1Re\x96E\xC1P\xCF\xE7\xA5\xBA!\xE3\xB1\x18\x8Dz\xA9\x02*l\xED6\xBA\xCD+\xEC\x1A7\x96E\x01z\x1A\xCD\\s\xAE\xC3\x9B\x84_\t\x92-\xE7`\x82\xDCM\x8E0\xF2t\xDF^:\xA1*\x19b\xEAI\xC4\xD9\x87*\xB2\xF0o\x9F\x1E\x92^\x03wAh\t\xBD\xCEF\x9A\x0E\xD4\xA3^\x16\x80rN\xFD\xE4\xCC\x11\xB1\x8CO\xB9\'\x95\xF0J"v\xFC\xCDF\xAF\x15\x9B5\xF0z\x19\x9D$\x98\b\x13\xBEwD\xC6\x88\x03\x97l:\xFEy\xCB\x147\xDC\x0Br1\xD4\x8B\xF6\xA33Q\x1E\xE1c\x8AS\xB2\x00\xDE>\b\x99\xB5xX)n\xD8=\xE9\xA5\xFF;\f\xE3\xBC9\xA0\x1E}\xF7Oj\xA6\xC9@\xD7\xCEN\xB2k\xED\x92\xDE\xAEp2\xBA\\\x1E\x9F\xE7N\x8D_\xB9\xF9K\xAE\x15Y\xC3\xD9\x94\xEFq\xAE/\xF7t\x1DL\x83j\xC5\xD7\x1F\xA6\x86\xF0\xC3\x9C\x0BjU\xD2~\x8AY\xD7h\xEEU\x88\xBB\xD1\x0B!\xB3\xF9ce\xFD\x8A2\xD4#P\r\xF2\x17\xE2\xAC\xD3\r\xBD?\x02\xA8\'\x82\xC8\xED\x9A9&{D\x12\x81\xC8;\xE8\xBE\xCC(\xF2\xAD0Ug<\x05Ha\x1E\xF8\x80/\x17\xC7\xB3+\xA7\x90\r\xC4\xDE/C\x91\xE4U\x89\x11\xA1\xE2\x1DF\xA9\xF9`\x9B\xCCTA\x80u/\x93h\xD0\x7F\xE4WAv\xBB\x07\xE3\xA8\xFC\xB9[\x05\xA1\x15\x91@\x9Cw\xE3\x11\x8F\xF6\xDE\xB9\x95\xE33\xAE\xBE\xDF\x94_E\xF6\x1AM4r\xFFb\xA1p\x038w\xC05\xBBY\xC8x\x85:\xBC~\x90"\xFC\xE9W\xB0\xF6\x183\x9C\x0F\xD6\x1F`\x87Pg\xD1#m\xDBI~W\xD9\x0B\\\xBDJ\xA0\xCA+t\x19\xCDSyBo\t\xEA\x9C\x03x\xB7\xE6\x97\xAB\x17\xF0\'\xC5\xDB\x9A)o\x0F\xEE\x9A\x06\x17\xE4+\x02\xDB\xA4i\xC6G%\xDD\x83\xBFe\xFD\x90\xAA\xF6\xCA\x18\x91=\x9C\xEC\x8C(\xB5\xFE\xAA4\x8A\xFC\x1Cz8\f\xAAe\x8A\x01\x9E\xF1$\xAA8g\xDA\x83\xCAA"\xD4X\xB8\x84]\xACH\xEB\x81\xD5)c\xB6p\xD2G\xB0a5\xB9\x14\x04\xA0rS\xEDG\xB3+\x12\xD7\xC5\x89P\xCE\xBD [\xF3j\x07\x8B>u\xCE\xF9\x1A\bg\xFA\xAEJ\x90>\xF4\x9F\x8A\fP\xF4\x98x\x8C\xCF7\xAB\x1E\xCAx\x06\xDBK\xA2~\xFB\xDFr\x17a\xA6\r\x84E\x9A\xC4\'A_\x00\xD8\x97L(\xB4mZ\x17\xF9{\x901\x12\xA3R\xB2+\xEB\fL/|\x8B\xB9T|\x1A\xE1\xCDU"f\xEA\xC8\x1C\xD7@\xE6\\\xF7\f\x94\xE2Z\x86\xBD\x96#\xC3X\x84\xAB\xD2\x96Rw\xBF\xE0cQ\b\x94\xA5m!\xF7\x7F\xA4\xE40\x97C\xDD\f\xADI\xE4\x95\xC3\x7F\xDB\x9D\xC1\x93\xE3\xA3\xD5<\xC7\x9C\x053\xA9\xFE\xC11{\xA9\x81.e\xAE\xC1(k>\xA3\x155\xF0f\f\xD5;\'\xF2B\x01\xE6!9\xFB\x16\xAE\xF21\xC9\x14\xB65\xD0\x0E\x82\xFF\xBBh\xA2*\xEEp\xD2\x034\xF6G\x15k6\xB4b#\xF69\xEC\xBA_\x85m\x13\x96\xDCCW\xFB\t\x19J\x88\xD8\xBBs\xFA\xD0R\x1B\xAA\x8E\x02d\xBBu.\xB0\x90\xD4\xA2r\x8B\xDB|I\xE1[\x8Ed\xC2Tw\xEB9\xCA\x86\\\xB9=e\x1D\x82\\\xAA\x00R\xF2\x11\xC8Z\x15\x8Ct%\xD3J\xE7\xB5\x07 \xBC\xA2\xCB\x7F\x9B\xF0\x04b*\x8C\xB1z\xE2Dp\xEA\xA0\x1B\x89\xC8\\L\x07\xB8?\x1EY\xBB\x81\xEF\xA0\x07B\xF2\x18\xD5!\xAF\x06N\xF8\x14\x8D\xA7\xE1\xB7\xCD$\x8E\xD8p\x86H\x99i\xDCF\r\xF3\xA39s\x8B_\xEDl\x90\xE16U\xA9\xC7\xE7N\b\x9D\xC7.\xB8T\xCEK\xE1\x11\xF1\x7F\'`\xEA\xCE\f)\xFF=u\xB2(\x96\xAAH\x8B^\xE0}\x9B#\xC7tL\x0Fy\xE9B\xC5+\xAB\xE6\x06\xA5\xFB\xB1\xC5\x92Y*\xCB\xF9K\xD4<\x10&\xB9o\x1FE\x94\x18^<\x80\xFB\x13\x94\x076l\x99\xA8\xD9\x81\xC3\x9Cj\x92\xA9S\xD6\x1B\xCAk\xDE3s\x9F\x0E,\xBD\xD7D\xEA.\xFB\x944h\xA1\x19\xFD}9\xB7+W<|\x1C\xE0e\xAC\x17\x9A0\xB1R\xF6\xD1\x84\x0E\xDC1\xB6\xD4\xED"c\xDB}\xAF&\xC0\xFAF:\x13\xFF2G\xF6x\xBF7\x8C\xEAV\x02\xBD\xFA\xCD\xEF=\x92f\xAB\n`\x9F\xC2\xDA\x06X\xBA\x96`\xD1!\xC9\x87\xEA\x9C\b\xBD\x84\x03z\xC0\xE8\x88w\xA5c\x00\x9F|\xF5g\xA4v\xBFH\xA2\xF3\\\x86\xD4a\x1F\xB5Tq\xD2\xAF\x18\xE4\x9Ae\x11\xA4G\x85\x14eO\xB2o\x1B\xFFS\x87\xD0\x1BQ\xB1\x83\xF11\xE0\f\x8AQ\x12l\xD6\'Q7\xEFC\xD9%`\t\xC9\x1D>\xE8L\xC3\x8A:\xFF\x0F\x820\xCB@\x17\xEAs\x05\x8F\xE5\x9F\xEF\x8C#]\xC9\x05-\xF7\xB6"~\xD4\x94%\xE4\x81\xC44\xDE\xB9m\xF47s#G\xCAk@\xA4\xF3@\xA7\xFEc\xB3\xCEm\xA3U\x8F\xF5E\xDE\x96\xBE,]\xAE$\xCDV\xE4\xB2q\x01\x91\xBCQ\xA7/\xCCy\xBFf\b\xDD=\x85Kq\xDAZ\xC5\xE79\xA7D\nY\xA2\xF2x$?\x8E\xE2\r_\xA8\x90\xFB\x1E\xC1v\xE6\xBCJ\x8C\x10\x96-\x1B\xB5\rt\xAB2l\x0F\x8D\xD4\x07p\x16\x96K\x1D\xD9Y\'\xE19\x99\x10J\xF88*N\xA4}\xB9\xEF\xAC\x8E?\x98\x07_\xF4\xBAz\xCC\x17I\x95\x0F\xA6\xC6\xFF\x9A\xD2\xE9y\xB3Z\xD7\x14\x97u!\xF1\xDC}\xFC\xE4\xC79\x9C\xD0N\xFD\xB3y\xF0E\xDF\xA8\xF3\xC1j\x9D\f\xAC{\xF4\xC4n\xDC\x82\xAD\x16\x94\xC5\xFC3\x1F\xCE\x0F*v\xB0\x1B\x89\xDD,\xFCi\xD5\xB4\xE9ZK\x7F\xBAB\x17\x05)\x868\x9A\n0\xC7\\:\xADP\x87j[\xEF\x1E\x80\xE5W\x18\x9B5\x85c+;\x8C\xF9F\xD0\x88\x1AW\xB5#\x04^\xD2\xECX\x11d\x9DSk\xE0\xFB\xCC2oP\x9A\xAD\x8D2b\x05+\xD9\x1D\x880T\xC3\xDDK\xEEmP\xD9\x82\xA2\x19\xC0B\n\xD6$\xBB\x05f\xC2(\xA6\xCAQ\xBD\x01\x7F\xCA\xE6]\xBA4f\x00B\x92\xE9i\x9E>v\xB1\xD8\x90\xE6\x02\xBE\x80M\xA1\xE9\x0E\xC1>\x1E\xEFD\xC2\x84\x9Dk\xAF\xEFd\xA2\x93r\xA9\x02\xBA\xAB\xF5g\x04\xE7r\x91\xF3\xA8\x97E\x7F\x83\xDA@\xF7p \xEA\xB0\r\xA1$\x15w\xEC\x98\xDA\xA6.\xCEL\xBC\x1D\xF7\x87(Ey6\xA8\x1CBh\x92^\xD6\x00w\xE0\x11o\xCF\xF7:\x13\xC9\xFD\xE2=\x10]\xCF"\x1By\xB8H\'\xD02Wu,\xE9\xAE\x126a\x93\x07\xDB\\\x92?T\xDA\x84\xA8*\xC8\x12]\xF3|\r\x8E\xE11Q\x05\xB7\xC9\xF4\\\xD3\n\xB4\xF1&\xA9\x85Y\xB9\xA2N%\xDFW\x95Iw \xB6\xF5-\x8BG\x93<\xCA\x81\x0E\x9B\xB3\xFD\x16\xDD\xC9P\xFE\xA2\xD0\xB4K\x890u\xD2\xFCl\xB5\bSDq\xBB\x869\xAC\xFEr\xC3\xA7k\x15\x9A%\x83p\xDF9\xC7\x7F\x18I\xCC+\x8F\xFD\xAB{\xBC\n\xA7\xD5\x80i\xC6\x9Dx\xE6\xE9,\xFERc\xE0n\xC4\x88>b\x91n\xF0$z\x11\xC6\xF2\x18\x9B\xBFI2\xE2\xF6\x8D \x04\xE5%\xC8EZ\x98\xEE\xD1a\xE4O\xAF\xFD+\x8CR\xFA\x983\xEC\tt;\x1B\xEB\x892_(\x03O5\xD9\t\xB4X\x9F\xDA\xAB\xF18\x1BJ\xA4\x0B\xB8\x1D0\xC0X\xE4\x99Ed\xAC&\xE9\x8A\x1Af\xC4\xA3\xD8\xB1Om\x9F\x1A\xDA\x0F; \x8DC\x0Bz\xC2\x9Ec\x10\xBC\xE3i\xAF^\xD8\x99\xC9dE\xF6\xC5\xE6\xAF\x83\xED\x1BfA\xC4j\x14~\xBE\x8E\\\xD6\xEC{\xF7\x9E\xDC\x86\x04\xA94\xD7\xB9\x05X;t\xCF\x98V\x7F<`\x95\xD1\xF8f\xB7\x82\x7F\xFA\xBF\xA3\xD76\x1A\xE9D\xA6\xD7?\x8A\x13\xC1\xF6S\xB4\x0F\xDA\x9Fq\x16A~Z\xA8\x91\xF8\x05\x89"B\x98-\x00\xAF(T7\xCBMv@\x1Ci\xF8\x80}\xDD\xA5\xFE\x0F\xAE(\xFB\x12\xED-\n\x8C6\xEA)L\xAEn,\xF1W\x93\xCEv"[\x00p\xA0&B\x81/m#\x8ER\xBA\x98\xD0\x0E\xBD\'\xCBK\xAF\xD1\xF7\xE5\r\xCBq\x84\x97\xE3f\x14\xB5\xEB\x94\xC8Q*\x13\x92\xC6N\xEC8\xDF\xBA\x80\xC6Ey\xBEV\xA5\x05\xDF\xCBZ\x03\x87\xB8j\x06\xF4\x84\xB3/\xCFO\xE0}\x07\xE8\xA5\xFF\xCF7\b-\xFA\xDF:uT\xE15s_O\xA3dB\xBD"\b\xAC\x8E\xFE\xD2q\x0B\xA0\xE6Bm\x1F\xB7`\x83Gi\x1D\xA1\xDE\xAD!\xD4o>\x8F\x19\x9B9\xE4&\xAAN\xC2;\r\x96\xF0\x1A\xAD\x92\xCCV\xC0Hy\xEBa\xA6jK\x88\xE8\xA1\x97\x10\xC6\x85\xB72\xDC\x14\xFA\xD4oF,Z;#\xAC`\xBD\xD2\xF6\x9D.x\x83\x07\xD1Pt\x01]\xF0\x11\x98\xC3R\xF2f\xD3|G\x12\xDE\x9Ch\xE6x\xBEb\xFC8 h\x96\x15\xB0\x85\xDB\xC6\x93\x17\xB3\x00\x1DZ&\xA7\x02\x1D\xEF\x8D|\x9DV\xEE\xC3\xA1\xE1\xBA\x81I\x011\x8BV\n\xCB\xDB\xF8%\xAC\xE8/\x97:\x87J\xFC#w\xB6\x0F\xA6\xC5\xF9\x8B^-\x19\xCALA\x87\xD8s\xB7\xF4\xDD=\xF9\x1FU)\xF3{5e\xD7\xF3{\xD9?nU\xC7(\xB26\x88\x1Db\xF7\x7F\x17\xD9\xEFw\xB2n\xE3]z\x9F\xC7K\xA6V\xFE\x944\x1C\x9Fa\xB4\x98\xDB0\xA8\xCFg\x14\xE0Z\x1D{\xAB_I\x04\xA4\x85\xC1`\xE2O\x1D\xF8\x13\xAFh\xF9\xCBb>\x9D\xD01\x87yG\x0FU\xB6~F\xDA\x9C\xB4sG\xA2\xD7\x88\x16\xAF\x91\x0B\xE7s\xF5\x1A\xCCv\xA9\b\xF1\xCFCl![\xB8?\xF8\xA25\xBF\x90A\xE5\xC3\xEF:(S\x1A\r\x8F\xA8d\xCA\xDEL"\xA3\x93\x17\xECw)\xB7\x1D\xC8\xA4$\xCF\x9A\x06]\x8B$\x0F\xE5\xF6.x\xBF7\xF0$@\xB82\x98\xB2B\xEA\xDAR,\x7F\x12\x89\x00\xE5q\x82\bTn\xB2\x01c\x9D\x16\x8Al\xDA\xE8u\xB15\xED(t;\x8A\xE9~E\x02\xC2\x8A\tOl\xE2\xFDd>\xE5\x1A\xAC\xF9;X\xCF\x8Fa\x10\x99N\xCBj\xD6\x81`\xDE#Z\x87i\xB5\x90\xBF\xF9\xA5M\xC6\x16+\xD7\x95\xC9%\xF0\xD4/w\xB8\xFB\xAC\x94\xC9Aj\xD3\x01\x9F\xB8\x07.\xD4\xB3[2\xABi\x99\n6\x8D\xC0u\x86-o\xCA\xBB{\xA4\x1E\xB0\xE9\x03[\xA6\xFC\x1CI\x03p\x0E\xC18\x02\x15=\xE3Y\xD67\x99\xAFJ\xEA\x7F\x0EH\x85Q\t\xCC!YJ0\x06\xF5\x87\xBEF\x94]\xC6o\x12\x85\xE1O\xF5\xD3\xF2\xD3\xACK\xEE\xB3\x00\xD5J\x96\xEC\x071S\xC6<\xD9+\x83\x7F\xC0\x9E\xEF\xCD\x8F\xA5\xF4\xD3\x9Et\x1F\xADj&y\xF4c\xBB\xA6<\xDC\xADq\x95?\xA2\x0E\xD4\x7F\x9E#Y\x0Fz\x19\xF0P\xA5\xFBd$\x9E\x18AV|\x16`)\x0EW\xA3e\x15@\x82\xD6\xFEi\x8Bq\xB6\x12\xE46S\xAD/D|&^H\xC9\x80\x0B\xEE\x8F\xD0\x05\x88\x1E.\xFAf\x1B\xC1\xE6\xF5i\x82\xC0\xEEb\xB6\xD9\xA6\xE42\xD0 \x91:\xBC\xCBv\x8D\xB6"\x80\xC5\x9E\xDD\x939\xF6\xC2\xE1&q\xB7I\x98\x1C\xF2C\xD1b\x92\n\xDAe\x19\xE3\xB3\x94\xEC1\xFFSB\xC2\x13W?\xE0\xC6\x8F\x9D\x054]\xB4-\xE0\x1CF\x8E\x14:P\xFA\x84\xB0g\xD9\xE8I\r\xEE^\x04\xB7\xE6\x04Av\xCD\x1Em\x8B\xB0\\\xA0\xF3\x11\xE3\xA9U\x04\x9D!\xF5r\xB9\x88\xFC\xC5N\x11k\xBC\xA3\xDDd\x9B4\xB5\xA2t]O\xEEv\xD6\x8AM\x01r\xAA4\xC9\xE7s\x96\xC4oA\x03,|\xAB\x973\xDC*Gi3\xF4\xABP\xB8\xE80\x0BN\xCD ~\xC07\xCAv\xB1M\xC6>)W\x9Ct\x06\x83\xD6#}\xB1\x1A\xE7m\xD6\xF0\x02\x16\xD1\xB0C&\xA4\x16\xCE\x92U\xF3g\x00\xAF*\x0BV\x9E\xBD\x15\x88\xFDUo\xC2\xA4\xA1\xD2\x91\x19c\x80\x02F{\xF8\x91\xDB;\x87^)\x8F\xDF0\x86\xE8\xA6\x12\xE0\xCE4\xA9?\\\xF5:\x8DM\xFA\x85)J\x93\xBC7\x81\x0E\xC5\xF8{<\xBD\t\x9D%\x87G\xD3\x1B\xDF\xF3\xCD^F\xB8\xD2\x1A\x83M\xFFz&\xC0\xDF\x10\xD5\x9A\xC8\xA9*d\x02\xB2\xEF\tl\x17\xFDY|\x03\x93Fd\xF3\x1C\xE7\xC3\x99\x05\xCF.\xBEx\x10\xADi"}\xE5bS\x97\xDD\xECa\x1B\xD8x\xBF]\xA5{\x8B4l\x95\xE3\'\xF1<\x02\xE7Q\xB0\xEBX\xA3r#_>\x13\xBBu\x9CF\xD6\xA5K\x99\xD1\xB6\x1F\xD6k\xBE$\x8D\xB7wJ\x14q\xE1a\t\xA0\xCD=\xDE\xF7\x9E\x00/\xB8l!\xAC\x85O\xB18\xE2\xF2=\x04\xB5L\x1F\xAA\x0Fu\x9Db\xAEm\x13\x89:\xFCI0\xB2\xE5\x83V\xF1\xE1\x1D\xC7X$\xBD\xEBeC\x9F3\xEE\xAB\x00R\xDC\xA1*\x87\xB5\xA7A\x90Q\xEC]\x88\xC6O\xA9\xD8\x8D\tH3\xFD\xC8j\f\x90\x17\xCA\x9Ac\xE9\xFF\xD5?\xC4\x8A/\xCC\x15\xC6\xDBj\x99\xCD\x8E\xF5\x07m\xD21\x8C\no\xF8\x84z;\r\x8B\xC8\n^\x81z9\fa\xC9\xFFW\x1B\xF2\xD7$\xB6\x180\x07gD\x1C\xF1\xCC\xA0y\xE6(\x99\xF7L.q\xDB%\xC0\x81~\xF5[\n\xDFD\x92a.\x1C\xB8\f~;\xC1\x1F\xA3L\xB0@\x976\x14\xDE\xAB\xF4)sL\xE2\x19\xC4\xD3\x95\xF6C\xE8m/\xC4~f\xFD\x97s\xD4\x91\xBFu:W\x14\xBE\x8EA\xD5[\xA8\xB9\x80TC\x11\xA1Q*\xB5\xA6s\xFA\xBA\xF5\xA7s\xE4[\xD8\xA8R\x95\xFE{\xC5c\xE7\xB6\xCE^\x95\xC2V\xDA\xB3\x93\xF8H-\xB1i!\x8F\xD3\x9B\x0B\x835\xA6\xE0@\xB0&\x0E\xE2\x84\xAE\xDC_\x03o\x1A\xC3}\xE8\t\xFA\xAEn6\xCB\x91\x18\xEDP _\x94?\x01\x85)\x18\xEEh-\xDF\x11\xF3(\xA5\x06L.k\x19\x01\xA4!7p\xA0\\\x12\xDF\xA7\xBES=\xB1\xE5J\xBF\x11V\xEBa\xA3\xFD,k\xF5"\x9D\xB4\xEF\x824\x1Eb\xD1\x95\xEF\xE0\x06e\xDA:\x86\xD1\xA1V\xD2\xC1O\x9FE\xC8\x89\xB9C\xD0\x86Y\x18x\x8A\xFB\xE5=\x86~\xF1\xCD\x07\xBC\xEA\x81|3\x05u\x16\xF9^\x1F\xCFy\x87\xF7\xC8I|\xBB\x97M\xCF8T\x10H\xDD\xA0>\xC1,X \xB9F\x9By\xC2\x0F1$\x0B\xEAx\xB3\xFB_\tt\x1C\x9Cj\xBB\xDA?\xC7\xA0\xB2\xD3P\xBEaD\x8C%T\xFE\xC7M\xEE\x89\xDB\xA2q\x90\x04/\x9E\x1C7\x8D\xD5\x19=\n\x89\xE3u\xAA\xCC\x02l\x8D\x13z\xA7\x88q\xF4\xAD\'\xFFh\xE9\xADd\x8F3\x13\xD5\x967\xE8\xADO\x013\x95\xF0U t\x04,\x9A\xE2\x13\xADl\xD6<\x99\x1C\xB4e+\xC8C\xF1\xB5Q\xDCn\xB3\x06[\xEB\xA7g\xBF+\xFB\x93Z)\xB6\xEDM\xD8\x01;\xC7\x15Z\xDF\x8EH\xB4'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x12\xCB\xAEp4\x9C\xD6?\xBC\xF9]\xCB\x13\xEC\xAEd\x1F\x93\x0FL\xB4h/\xC6_\xE7\xB3\bU\xD4\x1C\x8CK\t+\xCDW\xA0C\xDE\xC6M\x10\xA9\\\xDA\x1Cy\xE5/\xAA\x01g\xBDB\xE7\x8F\xF81\xC8b@\xD8\f\x94c\xF6!\xE4Z\x1A|\x88$\x9FFx\x8A8N\xD3\xBCn\xDE\x8A\xEB\xFE\x9E\x8E#@j\x9D\xEF5\xC7p\x98\xA9l\xE6\x0B\x1D\x8F\xF6p\x89\xEC>\x994\xC0\x8EUq\xCA\x87#\xA1w\x19S\xAB\x9B\x16\x8B\xB1~\xDE9P\x82\xBD\x00\xACM\xE7\x0B\xDA\xB2+\xDF\t\x9E\xFC\xEE=\xA5!E\x13Nz\xCE\xF9\x86\xC0x\xAC\xFE\xE1\xBA\xF2<\x87\xBFw_2\xB6\'\xD1\x02f\xB3\xFA\x0E\xD5\x18\xF3K\xDD\x07\xD1\xB7j\xE1\x04s\xE9+V\xB7\x07\xA3\xD1t\x10\x91\xCCb3o\x93\xF6g\xC7[\x85y*\x06\xC8k\xBA\xDB\xAD9\x16\xDE+\x0BF[$d\x18R\xFD)\xAE\xD4\x07\xA1W}\xC5\x15\x85mF\xA4\x96*a\x92:[)\x80D\xCFP\xBF\xFB\x9Fj,G\xED_<(\xF3\xA1\xC3\x02U\xBB\x1C\xA72\x12\xB1W\xD7\x991\x80\xF1\x07p\xA4Lf\x92\xD6\xA1\x823\xCB\x94\xD9@\x9A\xF0I\xE4\x1B\x92C\xDFS\xEE\xC78~\xB6\xE7\x11\xAD\xFA\xC6\xF0\x0F4\x95\x1F=\xD1\xF4\x8C\xC4\x18\x99\xDD\xB6xD\x18\x849\xE8}\xD2G\xE2\xC1\x90L\xF8~]\x1ES\x90\xE8\xC9\xB5\xF6<\x13\xECs\xB2\r~Y\x16n\x849\xBD\xFB\xAB/\x9F&\x06\xDBR\xFD\xC3k\x9D|L\x83\xA8v\xB6_\x87p"\xDA|\xAA\xFDQ\x8A\x07\xE3\xAD\xD5K\x9B\f\x8B"o\x01f\x15\xAC\xE4\xA0\xD2\xC23%\x02W\x1C{\xBE\xCF\x02I\xA6\xE8\xC3\xF8\xB4\xCDb\x0Es\xEA]\xBBu\x8D\xAF\x1C\x82C.\xD7\x17\xE4!g\xD9\xF4\n\xE4\x18\xB3P\t7n\xC10g"Yt\xFC)\xB2_\xF4\x978\xEC\xCB?)\x0ED\xB0a\x9Bn\x80\xA8\xDFQ\x9A)`\x88\x1F4\x90Q,\xA4\xDAJ\x89\x1E\xD3\x11Ge\xF0\xCDX\x05\x8E=\xB1X\xFF+\xA0\xC8K\xAD\x98_\xE7\x85\x1E\xD5\xED\x9D\xCB\x94\xBE\xEEf\xC9@\xDB\xBA\xA3\x1D\x87s\xBB\x8D\xFDw\xF4\xD7\x10>\xEE4\x8Cn\xF2=\xB9\xD3e\t\xE0{!\x96\xC6\x03m\x95\xF9\xE3\x9D5w\xA8\xEA\xBBr\xCF\x97\xC1?S}\x927A\xF8\xCC\xA3H\xB2W\xF7A\r4\x89\x18\xA5\x05.zYI\xD9\x04dR\xDD\x1A\x83H\xBD\xCBe"\t\xAE\x18\xDE\xFEu\x9EE\xAB\x00\xF28Y\xB21A\xC9T(\xC0\x0F\x95%`\xF91\x0B\xE9\x8A\x13\xD5#\xFA\x14\xB8w\'\fk\x8E\x17~\xAA\xD8mJ\xE1T\x82\xC6\x0B\xB33\xF3\x9A\xC78\xA5.\xE6\x7F\xA0\xFE\xB7\xD5Z\xC4\x94O*\xEB\xC8\x1A\x89\xBBk\xE4\x15\xEF\xA5y\xB5\x87\x00l\xDAN\x14\x86I\xA6bp\xB1\xEF\xBDe\xD8d2\x94\xDE\xFF9\xBB\xE2P\x01#\xB5\x95q\xF8&\xE7\x91^\xA9#\xEAp\xB8Z\x04\'P\x93Eu0\xA3l\f\x84\xB2V:p\xD1H\xA0\x81d\xDC\x05\x1D^\xD1D\xF2\xAE\xC7\xE2{\xD7\x1A5\x9C\x05F\x80\xA7\x89\xF1\xC1[\xCF\xA6+\x80`\x9C\xCC\xEC<\x13\xD2\x9Fj\x19\xCD}\fK\x94\x14\xCF\x8D\xAE\xDD\x17\xEB\x86\xFA\xE3B\xCE\xF1y\x11\xDC\x93.\t$\xC2P,\x90=\xE9\xA1-\x8Cg;\x9C\'\xB5\xF6\xC4\\)t\xDFQ\x04>\x19tN\xEBo\xC6\xF42v\b\xBF`\xAF6L\xFE\xBD>\x85\xD6\xF9gC\xF0`s:\xC7U&\xB8b\x1C3\xC0\x9Bc\xF6\xA9X\xFD}\xD4\x10\xAFo\xBD\x14\x7F\xFD\xB9\x1D\x07Z\x8FB\xE6\x83\xCD\xA8\x19 |\xE2\xB0\x9E\x83"\x0BC\x1A\xAD\x8EG)\x87\xF2t\xDC\x8C,\xE3W\xB11\xC0\x9D\t\x1F\xBA\x9A\x0E\xAB{\x98\x00\x8D\xA8L\x03 F\xCA\xE1\x8C\xB5\xF2\x9BK\xFA\xE0X\x96\xCDR\xE6p\xD0\x00Om\r9\xFCV\xBB\x97\xCE\x0EE\xFA\xD8\xB5\x97Y\xE6h\xDA\xA5V\x1D\xC4\x9Ad\x13\xA2q\x03$z\xE05\x84\xD7i\xF6\xD1\x16>\xDAYk\xE5\xD2\x86\xB8t\x0EhA3`\xC8\x859%\xAA\f3\x81\xA5\xC1/\x99\xAF\xDAy\x93\xB9\xFA6Th\xBE0_{\x02\xD2\xC1\x11\xF7}\x02\xE4D\n\xB5\xF5I\xC9\xED\x8A\xA7S\xC9H\x00Y/\x8BN\xEC\xC4\f\xB4&\x7F=\xEE0\x98\x1A\xA7\xE5!v\x06\xD2fG\xDDv\xF5@_\xED\x14#\xBFJ\xEE1m\x88\xED&\x90\xE5\xA2:\x8BN(7\x9A\xB6\xCE\x911w\xD0] \x949_\x18\xF4k\xB1%\xA4\xE4\xBEo"\xA08\xF3\x93\x12\xA1_\xC5P\xD6\x01\xC0\x91\x13\xA3\xB7\xF1\x8C\xC4!\xB2\n\xD7}\x8Ai\xF8\xA0\x16\xD4\x15\xD9\xA8\x05w\x16\xCC\xF3\x1E\xA9r\x84_?$Q\xA7\xEA\x81<\xAB\xDD\n\xBB\xD5\x97\r\xE9\x90~F\x06\xAFc\x82vI\xCAW\xDB\xFB\xB0&\x84y[E\xDAQq1\x19\x9EkM\x93(\xA3T\xE0=Z\x87f\xB8C]\xC5I\xB2Uh\xE0\xBA\xFE\xEB\xD8\x0Bl\xBF\x15h(\xFF\xC1~fO-Au\xC09\x15\xCD\x973\xD7\xFE\xE1,\xAB\x045\x8Cg\x0B\xF46\xB3\xEE\'\xFC\x96\xE2^\x00\xD0\xE98\xBC\xFD\xCD\xB0\t\xC7+\xAAr#\x9C\xF6\xDD\x85*\x99\x0EBY\xC8\x1C\xAD\x8B\xDE\xFB\x98\xD6X\x1A\x81\xE8\x9E\xAF\xFD\x87T\xD9\xF7^\x1F\xF1W\xB9\x17\x83n\xBF\x1Ds\xE6G\x9D\xC9m\x8A\xAB=\xC5\fC\xB8T\x88u\x0FH\x1E5\x96{\xE7\xFF\xE9\x8C7\x11t>\x03\xC3\x7F\x8E2\xA0uH\xF3;{\xB4J\xA1\xF2F\x05%\xCF\xE3c!\xA0\xB7\x81r\xA6\x0ED\xCEb\xE9O\x96\xD0\xB9-\xDC\x1BT\x10\xCFbw\x80\xAC-\x16\xF8\xA9\xE2n\x84\xF0c\xB8\x1FQ\xCD\b\xACd\xD1\xED\xA6K\xDA\xF7\xB3&\x04\x95]\xC5-\x07b\xC92\xB2k\x92r\x14\xC51\x01H\xDF=\xC6\x8F}\x9C$\xF9\xA4?\x13\\\xA7|\x91\x01\xE3/\x9F\x1D\xDC\xF0\x7F\x96\xD7]\xC5\x9BW\xD5\x14A\x8B\xCEJ[\xBF/\x92\xB9$j\x14\xCDcP\xE4\xD2\x18\xA5\x86\x1E\xE6\x8F\x12\xDC\xC06M\xF0\x8D\xA9w\fi)\xEER\x01\xB1<\xD6\nx\xEE\x85\xF6;\xBFIi\xB6\xF7V\bL\xCAe4!B\x06-\xAA\xFC\xDF\xA3q\x9A\xF9\xDFD\x1B\xFCW\x896\x9D\xF0\x82\xBA1l\xEFS\xD4j?z\xFCW\xA4\b\xB5@\\\xEA\x93\xBF\xAD\xD5\x1C5\xE4]\x8C\xC4)\xB3M\x05%\xD6\x9B\xED\x83;\xC0\x90(\xA2\xBB\xFF\x8D\xB3\xEAy\xBDiJ2\r%w\x81h\xA0y\xE4\xB1\x06q >|\x0E\xAFC\x01\xBC\x9A\xAC&\x87\xD2\x1C\xDF\x7F#\xD6\xCA\x19W\xFC\x9Ep\x86\xBCj\x17V\x94\xDFb\xCAn\xAE\x12u#^\xD4r\xE7E\x0F\xDFrP\x17\xD0\x88 \x97\xF2\xB5\xB5\x12\xF0\xC5\x0B\xD5(\xC1E\xDD\xA9\xC4\xFD\x9A\xE0\x8Fv6\xF5\f]\xECF\x99a\x84\xF9\x9CO/\x89:a\b\xCC.\xF5\xAAD\x006\xA1\x1B\x8AV1\xC7\x03\xA6\x14\xB0\xFBk\x859\xA7\xF4\x95;S\b\xC7zV7\xD3T\xAA=O\x97\xF5Z\x8Fa\x16S\xD0f\x1B\xC8(\xDBN\xC5\xB6n\x03-\xC2;l\x04\xB8{\xF0\xE0H\xA5\x10\xDBr\xEA\xCD\x7F\xBB\xE7E\xF4\xDC\x92B\xE2P6\x99\x1C\xCFV%\xC3\xDBd\xA4\xE8+\xD7\x83\xE8\x90a\x19\xFE\x803s\x10\xD2-\xE8\x893G\xB4\\\x84\xA4r\x94\x168\xCD\xF2\xB0\x15\xE6\xA5\xDA\x11\x95\xC3\x1Fx\x91N\x9B#\x82\x0F.h\x98\nz\xB8c\xF1\x88}\xC4]\xEE\xB4\x02{0\x0F\xFBo\xACB\x19j\xA3+\xB9~\xCB\xEA\xB0\xA0\x01\xB7v\xF8\xA7\x05\xED\x0F\xE3<\xFC!\xE5\x8C\xA7Wu\x92Ka\'A\xAE\\4\xB6\xFB:\xC2\\\xB1B\xD7\xFD\xAB\xC4N\x1F\xA0\xCE*\x07\xDC.\x8FA\x9DZ\x82\xB7G\x90\xC0^\xEE\x0BH\xF5\xE0\x9B"Sg\x1A?L\x97i\xC2%\x9C\x7FQ\xBFh\xD0J|\fB\x1F\xD4\xC6\x87\xF5o\xD0\x02\x80\xEBh\xD3\x1B\x04l\xF2\x8F^\x17*\x85;\xFBm\x17\xB7\xA5\xF8g\f\xD3\x1B\xEB\xCB$\xE03\x02\x9F\xC2\x88\xCE@l\b\xD9\xC2\x83\xE4\xCB\x1E\xDE;^\xD6\x90.\xAF\b\x9F*\xB4\xDB\xEB\x9B\xFE7\x0B\xBC\x9DL\x17\xDE)R\xAB\x8A\xE3L\xA3\xCA7\xE0s\xD3\xE8\xAFY\x91FsO\xBE\xE3q\xABMh\x9B}\x11\xD0q%vR\x13\xAB\x8E9\xF9+|X\xAD\t\x85J\xF6\xCA\x19\xEE\x89U\xF5d\x82\xBFk+Zx\xE8"e\x83\x7F\xC5\x9E\x0Fw2\xBD&zS\xB6\x9E\x03R\x0F\xC3\xE27\xD1\x80\x12;\x94\xFA5\t\xF3U\x87\xB6F\xA7\xFD\x982\xF0\xB8`I\xA6\r\x91\xF4o\xB9\x13\xA6dBs\xDD:\xC6\x154N\xF3\xA6\x8E\xB0>\xD7\xFA\xAA9F\xFFY\xD8\xEF\x96\x13\x06\x88\xF7@k\x8D/{\x9B\xFF#\xED\xA1)_\xB9\x8B\xC3\xD7\xAA<\xE8 a\xE7\xD6[\xC7x\x16\x98\xEC\xBE7\xD4)\xE7z4\x02\x98\xB6#]\x92\x00\xACz\x1C\xCE\xE2\x16R\x96\xC9\x10\xB9\xF1\x93\x1F\xB3>n\xD0\xAE\xE8"\xBE\x15\xCD\xA8\xF3\x1Ae\xB1V\x7F\xCB\xDC\x1EvD(\x17`\xFC\x9A:\xBC\x1E\x85\x04\'\xDF\xD1q"fD\x9ER\x8E\xC4\xE1P\xD3\x0B\xA2o\xE6\xD7\x98\bFf\xBA\x04.[m&\xE1u\xCAf\x84\xFAH[4g\x96I\xDE^>\x83\xD8\xC4\tC\xAD\x01T\xE6\xA3i\x92\xBCw\xCB\x8F\nKj\xA3D\x8BV\x03\xAC\x87\xFB\xC9\x1C\xB1\xF1\'\x80v\xF9\xBD\x1D=S)\xC3\x824\xF4|\x8A\xEB\xA2J\x8B6\x06\xA5*\xC0\x1B\x9F\xDB\xC8u\xF0%\b\xBCM*o\x8D\xF5\x982\x86\x0F\xCF\xEF\x04\xDD.M\xD0u\xB0.\xE9\xF8\xB45\xC6N\x15\xDCb\x07Z<\x11f\xAC0I\xCF\x88\xB6j\xEAX\xA0\xD2\xACD\xDB\t\xB2\xD3U\x15\xEAM\xDF|\x8D\x0F\xAA\x01\x80\xB2\x9Dy\xE9\xA6\x137\xE3c\x1An\xB2K5W\x81\xAC\r\xF1\x17\x99\xDB\xC0~\x1Bh\x9C\xE6u\x950\xA5x\xCE\x9CC\xE9\x90`\xF1x\x10\xA8\xFC s\x12\'\xC0p\x1Da\xF7\x9A\xBB_\x95\x038\xF3`D,Tc5\xCE\xFB\x95Z\xCA\xB4L\xD5\xC2\xFC\x9D~\xC6 m\xE6Y@\xFFcQ\x92\n\xD8,\xF4\xB2J\xBE\xEB\x83\xFE\xBA\xDB\x07\xC9\x17\x9F\x022\xD8A\x8D\xE0M\x93\xFF:\x84\xC7}/A\xD6r\xAD\xCC\xB8\x1E\xE5\xD2\xBD\x17\xE1\rgH!\x03z\xA1,\xEC@\x8B\x12\xB7\xF7@\xA1\xA6\xC6\x86!7\xCC\xA8\\\x81?\f\x1Dm\xD7+Kk!{Q\xB4\xE2E\x95\xC7b\xB8\x06\xCAi\xF0\x9FQ\x11\xE5\xAA\xFE\x88"\x10Ul\x82\x9By\xF8\x93B\x89\xAE\xD9\xBC\x85\xF3\r\x91t![\xE30\xD4\x8Ec/z\xE6\xB8\x10\xEDE\xFD\xBBz\xD0\x8E;\xF7V\x16\x93\xA54\x87(o\\\x1B\xEF\x7F\xA39Z\xAE1\xDF\xB7E\x90\'d\xC1\xF1I\xA1-\xFE;N\xA7l\xC6)t\xEC?0j\xCEV\xAD\xD9\x06\xA6qQ\x19\x02\x03\xD5L\xA0q\x8Dk&\xE1\xA2a\x02\xAC\x9B\xC8\xB3\xE4\xF4\xC2\x00\xD5\xA9\xBE\x84O\'\x10\xE6\x86\x18\xD3x]\xF3\xCC\nw\xDD<\x91\xD1\xEA\xC3\r\xD9"\xEF\x05S\x19\x98a\xA7\xE1G\x17\xBD5d\xCB\x96\xEC\xAE\xC4d\x93\'\xF5X\xDA\xB0\x15R1\xC3\xE7i(\x7F\nbBYj\xED;\x0B\xFA\xD3\x99\xC2\xFDt+\x96\x07 \xA56S\x9E\x18\xB2[\b\x7F`\x8E\xB33]\x9F\xB8\xD1\xFD\x0F\xC5$\x8A\xFF\x9C\xE9\x82H\xFB=*[\xB0\x14A\xC0\x024\xC7\x99\xF3\x89K\x10C\xD9\x868\xD0\x8D\x12\x9D\x1E\x91y0\xAFl=H\xB5\xF4N\xC3\x8An\xD9\xBC\x81\xFAp%\xE1\xAAA\x19s\xCA\x81\xE5x;\x8BN{\xB4\xF5mAv\x0B$\xBA|\x89\xE0\xEC\xCCw\xA8\x84\x1D}\n]\xD4\x1E\x95\xF0\xBC\x1B\xF8\xA9,\xB9\xDEG\xCBU\xE2`\x1A\xDC\x90\xCFd\xA8?\xEB\xFFb-K\xEB\xC85\x88\xBD\xF6\x9DQ\x01\x13F-\xAC\xF1\xDB\x9E9\\\xD2\x1D\xC6\xAFX\xDA\x14\xA4\t[\x8B0\xE1cH\xE8<\xAAm\xB6y\xA4^Gu\xE7lT\x07r\xA4\xB6\xF3\x88\x05\xA2W\x0E#\xE1~\x14\xB1\x93\x1C\x06\xA8e\x99\x11M,\xDB\xEC\x95f\xD6\xC1l\x1EX+\b\xE5\x94\xA6/\xF2\x8Fi\xCC1e \xFAO\t\xD0\x9F\xBA\x8F\xFF&\xE47\b\xC9\x8E\x03\x99 \xC5\x82\xFB\'\x12C\xC5,{\xE97\x82\xC8\x99R:\xCF\xE2yC\xD7U\xFEx\xCEc7\xBA&\xA2\r\x91\xFF\xCC\x84\xBFK\x14b\xE0O\x03\x9D?\xF6\xBD\xBD\x9Co\xB3*\xF7t\xD9T\xC5\x81\xF9V+\xDD\xB4O\xD5?\xAE\xEA9\x8Fp\xD8L\xAD\xBE\xF9j\b,\xBB\xF5Y\xA0\xC1\x8C \xB7\xE5\xA4\x1D\x85\xABU\xF8}\xEB^B\xA9r\xEF\xB1~\x88;\xB8x\x1A\xE5L\x92?\xD9\x15\x92D_\x183\fIh\xD1\x9Ar\x155e\xF3\x11}[\xD0e\x9E\x00!\x93\x14\\\xA0F\xD8p\x86&h\x12\xF81o\x92B\xC2\x05l\x15\xC8\x894\xB7\xE1\x19f7%\xC9\xF8\r\xD3(\x85\xB1q"v\xE9Z\xCA\xEE\x87\xC2\xA6\x97\xED\xB0A \xA9\xEE\xC3\x83\xA2/\x95\xBF\x1B\xE3\xB9S\xEFu\xD3?\xB4\xE5\x1A\xAA\x05\xE8I\xB1>\xCA\xEF\rZ(\xF2\xE2\xCEK\x19\xF9\xAC\x95\xE8<.\xB0\xE5*\xA5\xBC\x1F\x0B\xB7\x19\x86\xDCk\xC1\x05|\xFBb\x14t\x8E\x00c\x88\x0B\xB1\\i\xE1z\t\xDB\xFD8m\xF5\xC8\xB4?\xEEy:\xAE\x17\xA1Gd\x07\x98nE\x83&_\xBEp(\x86\xA8h+T\xC4x\x1D\xCF\bcy\x01\xDDtBeR\xF7\x0FI-\xE2\x80Q\x07\xAC6\xD4C\xC4~2\xFE\x97F\xA9\xC9\x91\x18\xB0\x81\x12G)\x90\x1E\x9B\x06\xD4r\xFF\xC72\x8A\x1DT\xE3\xB49\x14\xF3\x97\x0E^\xDA5\xD2\x16\x00\xA2N\x84E\x9C\xC66\x89\xAB\xF1\xD1\xA3\xBAv\x9A\xD4\xB3!\xCC>\xDEY\x9B\xF6\x1F\xA2\xCF&\xBE\x13X,qL]\xE9\xD8\xA2g\xE2\xCEl\xBE-Z\xF0\xB5Q\xD8\xF4\xC0\f\xA6w\xDCV\xAD\xE7\x01\xC1\x92q\x89a\xB8\xEDp\xD9\x17\xEA\\%O\x973\x04#\x8B:^\xF5q\x83\xA3\xF2\xBFv\x11\xE3f\x8C\xF2m\xD6\x88\xF6\xE5\x9A\xC0$~\xFC\xBBY6\xF4J\x93\xE2\x81\x0E\'\x9E>r#\x94\xFC\xC7\x8B/O?n\x15\xF1A\xDE2\x10\xF9\xAE>\x94\xB5\xF8\xC8\x0Fq\xE0X\xCA\xEA\xA8\x113Ji\x1B.\x80M\xB6:S\x1A\xAF8\x06C\xA7\xD3\n>\x8DO\x16\x05\x87\xB0\x11a\xA8B{i\xE7\xAD]\xCE4cF\x1C|\xB7\xCF\xA1\xED\xAF"\x9C\xC9\x8Fg\'R\x06~\xD5eE\x81\xB0\x16gE\x01\xC2\x96\xE6\xB7\xFF\xCF^\xA9\x05\xD8\x96x\xE7\x9E\xC6|\x1Bb0\xF1\xCC\xAD-\x9Cz\xC5$\xFE\xD0\x1D\xBA\xCC\x90\x16\x00\x85\xED\xBB\x07\x9C\xD8\xFA\x80$RO\x06|X:\xA3\xD1\xC2\x861\x1B\x9D\xEA\xC1,\xF9\x94\xD9}*T\xD7\rz\x98\xEBD\'\xFA\xC9\fH`(\xB9P\x86\xB3i\x96r\xE3\xD2U@\xDCs\x998\xF6\x07X0\xDD}O\xA4*\xE5g\x12;s\xB2\x94\xD6\xBC\x19\xE4\x03t\xF2^\xE0\xA8<\x00Ty\xA26\xB9\x87\x1C\xA6d\x8C6 \xC3s\x8Bj\xBA/\x83\xDD\xFC\x94\xEC\x03\xDBG\x0E\xF9:\x1C\xEF\xA4\x8DQ\xE9f\x88J\xA1\xC2A\xB2\x10\xD2t\x8CM\xA9\xC7\x04\xDE*e\xF5\x82J\xB3 \x97G\r\xBCj\x8E\x1E\xCC\xE5M\nm\xEF\xC8@\xF7\xAFW\xDE\x13\xA2=\xEEZ\xAB\x18o\xCB6v\xA2!\xC2\\\x81\xB7i\x040\xBF\x0F\xAD)\xD5o\xF1 \x95_\xF78\xBE\x1F\xEF^\x90-'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xDB0\xAF\n\xCEm7\xED\xB4u\xF6\x93;\xC8k\xFC&_\xA0\xC8\x17m\xB4S\xF4\x95q\xB9\x17a\x8D\x03\xB6+\xA2\x1B\xCA\x92e\xFF%\xCE^\x97P\x11\xF1r\xC3(\xF4f\xB2A\xE3\x17\xA6F\xF6+\xAD\xE8Dm\x99iP\xF2$\xA3L\x89\x1B\xCB,Y\x12\xE5\x9A\xB3\x87\xDA\xEEK\x8D/\xE6\x0E@\xC7\x060\xE5\xCB=\xD8fGr\xFCT?\xE7\xAE\x83\xE11\xC1\xAA\xD19\x8E\xA6U\xD8\x89\b\x96v\xC3\x82k\xCC\x90y\x0B\x9A\xC6\x00\xC4\x87x\x94\xE0\xBE\x02U\xA0\xDB\x03\xBBz\x1DS4\f>t\xFB\xD4\xA2\x87g\xDB\xA9J\x9DU\xF4\x12\x96\xE3\x81\xBA\x0F\xD9)~I\x16q\xF8g#\xE2K\x15\x00~7\x1F\xD0[-\x01\xE0M\x1E\\\xD73\x19\x1DE\xD5\x13>a)}\xE6Bl\x85\xA9F\xF0\xCDg\xBD\x95\xAF\x1F`9\xBD\x1A)y\xFE\x85o\xAE$\xC5X4\xEE\xA9`\x9C\xC5\t\xB8\x91@\x04\x86x\xB6\xCD\x97\xE8\xBC\xA4O\xED\xB5=\x11\xA1\xBB\xF0\x86\xB5s\xAA^\xE7\xB6\xFA\xA8\f\xD2\x96\xB14"`\xD8\x8E\x00\xA4\x15\xE3U\xC4\x05~\xEFY\x90\xD0\xED\x1E\xBE1z\xA5\n\xD1!u\x836\xF3T\xA3\xEA\xD7X\x9F\xEE1b&mG\x0E\xF9\x8Cn\xD6\x96f0\x03R>\xF8\xF3*\x9E5q\xC8\x84Z\x17\xFE\xEA\xC7\r9m,J{\xF6(\x82\xA9\xDE\x9BD\xB2\x11@c\xDE\x01\x8CC\xF7kK\xC2\x04\x19\xD0f y-\xB2\x1B\xC5B\x07\xAD\x80\xDE\xC7x(\xAB\x1BV\xE4\xC8~\xA8\xE0\x91\xCBv\x8AT\x1A\xEEH.\xBCtP\x91\xF8\x9E\xC2\xB1\xDB\x81@\xD1o3M\x0B\xFA\xC3l\xA3\x94M\xCD\xE9b\xB4\x9D\x8F\xE1?\xAF\x94\xDE;\x88\xCB\x0FNp\x8E\xD6\xF6T\x14?\x94`\x06\xC0\xF4D\x8C\x0E\x1D\xCEbL\r\xFD\xBF\xD7\x93j\xE1\xA2<\xD5\xAC|\x18[\xED!\x07\xA0\\\xE9\x18\xCA\x8Cv-\xE76\x07\xB6Z\x169\xDB\x11.\xFD_wM\xF7\xBC\x02]\x98\xE1\xFD\xA6!^\xB8/\xA1\xD4\xE7L\x85t&\xB4j\x9DH\'\x97\xE0\xADcD$\xAF\xF5\x0B\x88_&D\xE0\x83Mq\xC8\xB9\x10\x93\xB0f$\xD9V\x82\xD3"\x7F\x9B)\x85\xC8zU\xB8\xEB\xA0(\x10j\xA8C\xF2f\xBE8|\x9B\xEDi\x01!\xB12\xCF\xA5\xFF\xD79\xEC\xFB\xB9 n2\x13\x9F\x01w\xC5e\x1B\xBE\xEF\x04\xCE/\x98\xF9:Qj\xFDE\xF1\x9F\xB9\x14\xAAI\xED\xC6\xFB\xABh\xF0 \xA8\xD5\x1B\x86\xC7\xD8\x904\x1E\xD3\x80\'\x10\xE5\xCEL\x88\xC1{U\f?c\x14\x94\\\xC5\x82v\xB5\xF1\x85\xC9\xE6;\x8CM2\xDD\x94Q\xA1\xB5d\f\xAC\xD5\x8A*\xDB\xC19P\x03b\xF8s\x8F\x0EQ<\xBD\bH\x8D\xBF/f\xD7\x8Bs\xDE\x9A\xF7a\xBF/\xEF\xA4\xFE\xC2\x13\x9C\x03\xDDu\xC4\\\xB2o\xA7\x13a\xC9r\x1D\x88B\xE5\xAE\x9F\xDA\x058\xA4\xFC\x96+\xEF[ \xB2\xE7\xC9\x87\xF5\xBF\x8FU\xC46^\x98\n\xD2\xAE*\xCC\x1E\xDD\x9F\xB2\x19\xEA$X4\xCE\x10\xE2\x94\xB3#_\x83/b=\xF3\xA20\xF8\x95%\xD2G1\xB4(\xA9N\xF6\xD0!m<\x92\xC0#\x15\xDCk\xAA\x82~D\x11(]\xD6!h\x9E\x02\x13\xB4\xE5N5\xEEZ\x89p\b_\xF9K\xCA\xA4\x02\xB6|\xAAOn@\x16\xD1L\xEB\xCA\x91"\xD5kB\xE7\x04R\x80\xE2\xF9\x07Z\xC4\x97\x0FW\x8B\xF3q\xE4a\xB0B\xC6\x059\xD8\xC2\x91\xA8H\t\xAF/\xDF>\x80n\xC9\xFFh\xA0\x0FH\xB5\xEC7\x85yA\x93d\x16\x81\'\xFC\xCA\x8A\xDFr\xA0\fz\xBCZ\x17\x86\xB8\xC9\x7F\x9D\xBEi=\x8D\xD9g8~\xB7*\xC3\x0EL\x87\xF4v\x90\x1Ae\xF8S\x02o\xED\x99t\xFCO\xCF\xF1E+\x8F\xBA \xC5\xFB\x97T\xD0\xAB\x0E\xBD.\xF1\xD4>\xEA\x9Eg\x07\xBB8\xF9\xB0)\xE2\xFE\xABO\r+`\xF0\x1F\x0Ex\xA1\xEB\x18\xFD\xA6\xDC\x04b\xCD\xA0,\xD4S3\xE6\xB6\x9D-\xDE\xBA;\xCCW\x8C\xBC\xA4y\x1C\xAB\xDEv^=\xD6|,\x1C\xE5l\xFE\xDDPp\xC3]\x1CI2\xF2\x95Sd\x8AG\x9Cv8\xDC\x8F\xA76\xD6\xAE\xCBF-\xBC\x83K\xE8\x95@;z\x01\xBB\x0B\xA5\xCEI\x8Ay"c\x84\x1A\xE6\x0E\'b\x04\x97U\f\xF6\x82\xE7\xAA\x13\x8C\xC1]\x9A"\x8B\xB0\xA1\x05\x8F\xB7\xD9\xA9}"\xC5\x15\xD93\b\xCC\xEDh\xFB\x15I\x81]\xF5\x95To\xD13r\x1A\xAF\xB2\x1C\xEA\x97l!^\x12\xEF\xC8\n\xA6\xF71}\xB1\xD98\xE8\xC0\xD36K\x9C/h\x01F\xA34\xD3EZ\x108*w\xE7\x0FX\x85\xD3?\xA1\xEAp\xC0&\x95\xB2S\xC3\xE5p\x01\'\x12\xE2\xB0"\x0B[\xCB\xF5g\x8CZF\xDF\x85\xFAs?\xB0W\xD4K\x9C\xC3C\x91\x18m\x83_\xB0\x17\xCC\xB9U\xDD\xF0u\t\xF7\xB8\x7F\xC9\xDF\xF4L\xCC\x9A-\xED\x03k\xB4\xFBV\x81cC\xD2z!\x9B\xB8;\xC5\xA7a\xF1\x90\xC1\xA2\x88G\xF9\xD9\xC4\'9\xAB\xC0\xD8\x993\x8F\x16\xE1i\x02Y\xF2\xA1H\xFA&}\xEC\x04r\x1F\x93\xB1\xC7c\x80\xE7\x1A\x97i\x86\xAC\x1FAt\xBE]\x1D\x90K\x10\xA9\x1B\xF3\x04\x8A1\nV\xD8}\x88B\x05xM\xFA-\xDB7\x14\x9D\xF3~\x05R)\xE5b\xFDv\xBB&\x88\xD1r\xAE\xCA\x0B\xE0\x92\xA5E\x88\xD2;\x12P#?\xA92\x01\xBDT\bd\xF9\x8E\xDF\xAD6\xCB|\xD6\xE3\xBA8\xA3\xDFl\xAB\xEE\x92\x18/\xDD\xB77\xD5d\x13v\xA9rN\xB5\xCC\x18\x8Bm\xB7\x1E\xCBB\xAA\xEC<\x0F/ S\xBA2e\xC3Z+\xF8f\x9F\xE3\x83\xD9rW\xEF$=\xDA\xA2\xC6\x18P\x9D\x0B\xF1.\x9B%t_M\x15\xCDBd\xFCN\xCAi\x9A\x1C\xE9\xAA\x93\xBA\xE7\x80\tc\x93\xECH\xA5\f\xF2\x81S\b\x95d\xB5\xDD\x98w\x8B\xF3>\x1A\xDA\xAC\x0B\xBD|.\x03\xB5\x0E\x9E\xCF\x8Bz\xB74\xE9o\xFFCe\x88\xBFF\xFD\x8D\xC7\x97\xFA\xB6\x85#\xBD\xA2\f\xF4W\x84\xC5&S\bX\xD2!=\xE1/\\\xD3>s\xA1-\xD9{\xC7M\xFE\xE9a\x14\xD2\x9C\x00x\xE8\x96I\xF1\xCA`D\xC3fI\xE4\x13\x94_(\x81\xB4\xD4"\xE6Wo\xAE\x0E\xEC*yZ\xE85v\xE1(\xADz\x00Dr\xF2:,\xBA\xFB\xA2w\xB1\x00\xC3\x95\xE1Z\xC1"\xF4\x16\xA5\x84A\x06\xABJj\xB6\x84S9\x1E\x8D\xA8\x1A\xF5\x90\'\xFA\xADm\x01\xCBL\r\x7F\xC3:\xA7\x05\xDA5R\xD3?\xA5\x1C\x05\xD2\x98\\\x8C:\xD3\x15\xA1\xDD\x8B\xCB\x82hJ\xC7\x12\x87%g\x177\xFE\xB3H\x8E7pZ\xCE\xC03\xE2$\xC7.\x0F\xD0s\xDFV7\x9A{\xDC9\xBD\x1FA\xF1\xA9\xDF\x99\xF6i\x17\x94\xB8\x1E\x84m\xBC\xDE\x8EQ\xAF\x13B\xC1\xEBQ\xB83^\xAFn\x18\xDA\xF0\x99T\xDEE\xF3\xAA\x7F\x82\x10a\xE5\xAE\xD6\x1D*\x9A\x7F\x89X\xF0n\xAF\x9E\xFA\xB9j\xD3\xEAO\x17\x84Y\x9C\xD7\x8A3[%Q\x8B\xCEz`\xF3\x9E\x07]\xF68\xC6m\xF1c\x02!g\x90\xE6\r#\xFC\x02\xAD{2\x07q\xBC\x8F\xD6+\xEB\xD0m\x99\xFC\f\xB8\xEBg\xF9\x11\xA6\x03\xDDC^\b(\x86\x11\xB3\x04\xA5\xCEu\x0BN\xC2w\x14\xB1\xE8-\xFB?\xE1\xC5G&\xAC\x15\x7F\x9D+\xDB\x81\xA8\xCD\x9C\xF7}\xC0O\x9D\\=\x8C\x1C\xCE\xA4:_\x0BR\x9E>\xBE0Vy?\x90M\xB3\xD4G\x95\x1D\x8C4\xC3\xE3J2r\xC5b\xF2*\xE5i\xF8\xA0\x02\xD2\xBDG\xA3\x0F\xAF1v\xE6\xCC\x89H\xFF\xB7N\rw2\x14F)\x86\xD2<\x97\xC4\xE4\xB6b\xFC\xE9\x1F\xC8\xB4t\x03!\xDC\x87\xC9\xA3\x04\xDE\x196c\xBBt\xCD\xEE|\x99\xAC\xF9\x91\x1AE5\xB7\x93\xAE#:c\x92q^\x86#T\x8E\x00\x97i3\xEA\xD4\x1E\x83<\xE4\xB5k\xDA\xA7\x05s\xE3%l\xF5N*\x84m\x96K\xF7\x8B]\xA9\x14O\xF3\'rZ\x80\xC5\'\xF5S\xA8\x11O d\xCFW\x9F\xDE\x89\xFF\x14G\xCA\x82\xDA\x1E\x07\xED\xC8\xDCl\xBD\x19\xD8R\xB2\tar\xC4W\xF8\x95R\xC6\xF1c\xB2\x13\xD5\x06A\x9D\x10\xD7\xB01\xE2\x175\xC4\xEA\x93i\xBB7\xCF\xAC\xECz\x9F\n\xE2<\x80\xB7\xD9>\f\xEB$\x7F\xC2fX\xE1{\xEFRA\xA82}\x0B\x9C\xF6`@!\xC1\xA1\x91\xF3\xAB\'\xD1\n\x89\x1CC3\x90YU\x88\xAA~\xC2X\x02y\xA6g\xD8G}\x00@\xE2\x99\x0E#\xFEC\x91\xD5k,\x01p\xF4\x8D\xBEj\xB2\x05;\xD0\x980\xA3\xB4\x12\xC1\x96\xF9\xB2M;\xCF\xAA\x82\xEE{\x106E\x16\x9D|].\xDF\x9E\xBE\xFA\xCD\xB9\x18\xE05\xEC\x1AF\xCD\x87\b\xB8\x9A)\xD2\xAF\x19c\x8ALh\xB9\x17]\xB1\xC6\x9DZ\x18\xA61F\x83Q\xA6\xF5 \tk\xFC(t\xE3[\x88\'\xE9\x16n\x04.\xE1\\\xCA\xDAj\xE9\xBA\xFF\xAAn\x0Fy%F:r\xCBd\x8E\x99\xBA\xF3?#Y\xEE\x10\x82pU\xF8\xC2\xD8\xA2\xE38\xF8\x8B#H\xE8\xCBz\xFE\xE1\xD3\x15\xE9v\xBB\x87\xD9U\x8D\xCFG\x18\xD6f\xC2\x90Q\xB8\x9BK\x8A\xB0\x01-\x86J:\xCA\xEEN\x80\xE8\xA5\xF0\xA0\n\xFB%On-\xE3\x92s\xA8P\xC80\xA0\xE9\x19\x84o\xC0b\xFF(\xA5<\xC1Q9\xB8\x9E\x15\xD5\xEF)\xC5E\x0B\xD0\\\xF9\x82\xE7C^\xF4\xA8\x11\x85\xEBo\xFB\x8A\rd0\xA8A]\xDD\xAF\x90\xE8\xB7L\xABY\x12\xFDi\xA8\x03\xC0\xB2\xF1Jn6\t\xE6v\xB1\xEDE-\x15\x95J\xEF\xC9 \x89\xEC,\xF7y7\x05[\x80h\x1B\x8FI\xC2\x10\x7F\xB2\b5x\xD8>\xAF\xD1\x1BK&\xC1\x8F\x19\xBC\x85\x11Gw`/\x88o\xE4\xD4\xB8\x82\x18G{\xD5W\x86\xFC"\xCB\x8A\xDB&\x06\xA1\xCC\xE4Y\xBCv\x19x\xA8[\xDC\x8F \xAE\x9A@\xDF\xFA\xB4v\xEE)\xA3e\xCF\x93\xC1\xE5g\x00)b\x97\xE6\xAD\xE0T\xFB\x7F\xEC(\xC4\x9B\xD2\x1F\xF3\n\x9A\'xS\xDC1\x8E\r(\xE4\xC4\xA1_1M\xBEV\x91~:\xAB\x07\xDA\x90\xD5\xFC\x11q\xC6R\xE6l\xCC$\xA42\xDA\x97V\xE28\xFAO\'\x9E\x16\x8FR\xBF\tw9g\x9B\xD44\xA2O\xF7\x04@\xA6\xBFcF5\xEC\xA2\xC6\xF5\x9A\x9F\xC2\xF6\xD0\xADe$\x80\xF2|\x9C\xBD\xE7%\rTq\xE0\xA3\x05\x95,C\xE2`\xA7\x03~8\x94\xC1tI\xB3\x1D\xC8+\xE6\n\xD6\x92\xC0\xE8a\x1BnN\xB0\xC3\x9B\xCFW\x938`\xF2\xFF\x15\xA5Ke\x98\xD4n\x19`,:\x98\xD9\b4[\xC6\x1E\xFE\\\xDA\x9F\x00\xB3+\x19{Y\xB0\x8Af&\xD6Q\xB7\xE4V\xA9\t\xF7\xE0\x8Dh\xF9\xB8[1Q\x14\xA0+\xD4\x96\xEC\'\x0E>\x1CK\x02\xDD\xCC\xACC|\x83\xC65\xF9\t\xBA\xEA\x86\x0B~J\xC0p\x83\xB3\x0F;\x8C\xACh5\x8EJ`\xF8\xCB=\xD7!\xFE\x96\r\xC7\x8El\x12\xCE\x87@$v\x0E\x99C\x80l\xB0\xF7|\x8CF\xBD\xFCsc\xE4\x8C\xBAj\x0F\x82O$\xBC\xEA\x1DYx\x8EDW\xA7\xDC\xB5\xF1\x1B\xFD\xE6\xD3k\xEDM\xCE\x18\xBF\xEA\xD3\x99\xBD\x84\xED\r\xA3\xC2sB3\xF7\x1FE\xEE1c\xBC\xA3P\xD2\x1A\xE1\x00\xC9=\xDC\x03W3\xA4\x84\xD6\xAD,\xF0\xA12u\xE4\x9Cl\x04\xD8\xB4\xA1\xE3\xC84\x00h&\x8D\xA3V.D\xA6\x98r,\xF7~?\x12i#En3_J\xE7\xAAd\xDC\xA0\xB3{\x97\xD7\x00\xEB/\xC3~\xA7K\x96 ^\xAC\x10\xCB\x1D:P\x07~D\xC7\x1A\xB2\xF7\xD1T\x92.G\x10)q\x1D\x99\xC3R=u\xC9\x94b\x1F\xDC\t\xB6\x85\xA3Z\x06\xAC\xDE\xFC\x9C\xB5\xE4\x92\xC2\x01\x81*]\x04\xC6\x1AU\xAE<\x83`\x07)\xEAp\xBC\x86\xF0i\xE2w\xF5\xBF\x98\xD0_\xFD\x94@e\n7\xABa\xED\x86\xD2\xF6\xAFH\xEC\xD1\f\xE0\x16\xB8\x03\xF4\xC1AS"\xE2\xC70\x8ByU\xC9\x1Ct\x03U\x1Bx\xD1\x81N\xE2j\x8E\rq\xDC\xF5\xB4\x8D9\x11\xD70L\x9B\xB6\x8D[\x13$\xE9\x88Q\xDB(\xBE\x89\x18\xC8\xFD|\xBESg\x91\x14x\x80\xFA\xADkK\x87+x\x91\xD1e\x01\x96O\xF2\xBB(\n\x88\xD3-\x9A>\xF0\xB8\x109\xA4\xF6+\xC0H\x9C\x1DR\xCFe\xA4\xFDz\xC6%\x03C\xD9\xA7l6\xB5\x0Ex\xA5\xEFJs\xE0\x9A :\xA6\x06\xDF6\xBA[$\x9B7\xEA\xCCX\xA9\x14\xEC5\xB1t\x17\xD6>\xA4e\xEEL\xAD'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xAE\xFFr\xBC%m\x92\x19\xC4s\xE6\x11\xD17\xF2\x9FV\xDF\xBB\xFA$N\xA7\x15\xF0f\xD0\x1F\xA4[\t\xD4\x80Q\x14\xEF[\xD7.\x8FM\xB3\xDBZ\xF5}\x19\xE5P#\xAA\xE7f\xBD\b\x81\xE3\x18b\x9BB\xB6\xF1vO\x89\xD3B\xA1\xE1L\xF3;\xA7\'\x97{\xBEc\x19-\x90p^\x81\xD3v\x95D\xB1\x8A\xFE;\xC1\xEA4v\xBC,\xA9\x95\xB9\tt\xF8 7\x8A\xA9\xCD\x9A\xC2\x8C\x04yC\x946\xD3mJ\xAD\xF5\xD8#W\xCB2\xE3\x106\xEF^\n\xB2\xD4e\x88X\xFBD\xAB\x86\x01\xCD=\r\xAC\xE99\x03\xC6\xE31zM\xDBq\x93\x1D\xA1\x01\xE1m<\x19_\xE2\xA0\xCBp\x06F%V5n\xD9\xC9\xFA\x1A\\\xA5&<\xC3\x8E\f~\x87\x04\x9F\xC4e\x97\x1B\xC8\x85x/\x00\xBA\xE0\xCA\x0BS\xE6k\xB4\xEE\x9DH\x17\xB9i(]\x0B\xBC\x9C\xF3\x13\xB4fB\xC9\x8BJ\xCF\xF4\x82\xC0A\x13\x96\xB8\xE7i\xF9\xB2\x12\xA3.\x87\xB4\xDF\xF0\x99\xFErQ0\xA7\xE5\x1Cn(\xA6{\xB6\xFAU!\x9A\x0FHl \x901\xD8#K~\xC7+\xDA\x8F\xF5\xA2\x86\xD7\x1Ab,\x81S\xD1\xF7_\r x\xAES%z\xECa-\xD6\f\x82@\xEEaIq\rP|\xCC\x13\xB8\xE9\xCDh:\xC0J\x04\xE7L-\xDB>\xAB\xEA\xCE7\x9F\xB1\xEDv\xC1\x98\x10\x88\xFCeQx\x1D?V\xFC\xAB\xCBA\xE2\x04\xA7\'\x96\xB5\xE8\x9D\x011\xD2\xA7\xFD\x88R\xC4\x9Dw\xDF\xBD\x96!\xE8\xC2\x91#4\x86^\x1F\x96\xFC\xB0\xD9\x91E\x87\xCE\x07\x8Fs\xC3`\x8B~\xF7Z\x14@\xA5^8\xE0\xAA\b\x99\xCE\xAF\xC3\xE5s&\x96~\xBBk4\xECuW7\xC4c\x92\fL\xDC<\x15e\xAA0\x1BZ\x07\xD1\xA9?\xF7[\xAF\xDDA\xA3\bNa\x17\xF5\xB0\xF7Wi\x9E\x10\xF5O\x1C\xD8\xBE+\x82\xD0\x00\xF2\x1Es\xBFA\xE94\x11K\x06\x8C9\xEF\x0EI\x8E\x19\xD8\xBF\x86\x11\xDDD\xEBl\xBD\x99\xB2"\xF1\x01N\xCA\x8A~\xFC0f\xD6\x9E\x02j\xEFx\xD5\'\x81{?o\x18\xBD$7\xE0\xB5,\x02\x96i\x07\xE1pP\xB2\x8F\xD5U#\x84a\xF2\x95j\xBA]\xDB\xAF\xFB\xC7\x9E?N\xF9#\x7F\xB2\x8A\x18Z/|\xD0\x8Cr\xE6\xB19\x9FS\xB8\x84\x1AL\xBD\x0F\xC6.\x91\xBB\xE8\xC8\xA6\xDC\x93\xED\xA9\xCAe\x80D\xA6\xE7R\xAEF\x9D2\xC6\fc\x9F\xF9\xB5}\xDB\xA5,\xD0\x15\xA0R#v`\b\xADg\xA3\xD0\xFE)\xC9\xF6\xE4\x06I\xBE\x98B\x0F\xF2$\xDDm\x0B\xE6z:\x8BU\xABG\x13Z3\x06+_@}\x00Q\x16\xD0b3\xC4"\x8C\x18\xE9|\'E\xE2\x15/\xC5T\x1F\xFEFy\x841\xE9\xD2\x89\xE3-\xEE\x93J8q\xA9A\x82\xA4_\xDE)j\xD5`\xC1\x93C\xA6\xCA$\x98\xE1\x1D\xFEq\xDC\xF7\x95i\xA2\xCF\r\x83\xE5\x9Bu\xF2\x91\nz\xF9\xCE]\xB8\xFD\x86\xAC\xCCq\x91\t>\x89\xB1\xE4\xC5\x04f\xBD\x13:\xB7r\x1D\xC1X\n\x98\xD9\x1Fv\x105\xF8\x19\xA5\x85\x00N\x17\xEE.\xFB\xB1o\xF3\xCFd\x9F8\xB3%\xD3\xFDL\xB62!\xC2\xAE(\xDE\xB7;\xA2n\xDB?\x99h\xF3:O\x9C\xED\xD5t[\xF5\x1D\x9A?\xA8[\x96Q\x04\xD6\x80\xE1\xF2\xB7]N\xC4\xB3\x92Q\xC8\xB70p\xAE\xD0wc\x88WG2\xB9\x82\f\xC4w\x89Il\x90\xF0\\\xD7I8\x10lY\x85\xEC\x12+\x05V\xD6\x1C\xBD\x03d\xAB\x13\xBE5\x91Nn\xD6\xF0\xFE$\xC9\xA1E{2f\x15\x8B\xEA\x02\xD4e\xEDy\nG\xE7\x8E:\x9E\xBB\x07\xD7\x11\xA3Z#A\xEDS\x1A\xFB\xC6\x1Dw\xA4\x05f\x89\xFA\x9E\xD5\x1EN\xB0\x8F\xC2\xA55v\x8B*\xDFGk\'\xA2\xDE\r\xAF*\x8Cz\xDFk\xF4\x10\xB0"\xA2\xCE;,n\x9C%<\x8A\xDB[\x1F\xF8\x10\xDF&@\x94\xC3\xE6\xFA~\xD1\x98\xE0\xA8\xC09\xE2\x0F\xBE\x95\xEC\xCDT\xBCD\x03\xC9b{F\xF0\x10\xE5\xB4X\xCA\xF7\x81\xFF\xCE\x7F:\xBFX\x18H\xB4\x834^\x91\xFF\xC0w\xF8\xAAH\xE0\x15\xAE\xFE\xA1\xC1\x97}Q\xC8]\xF0u\x1Ef\x8F\xAE0\x06\\k5\xAC\x88UD.r\x1B\xA9y\xE42\x96\xF7\xDF \x80\xCDg\x9F\x19\x948\xB6\x1A`\xEE\x81\x03\xE7\xCC\xA4\tA\xC3\xD3\xE8TC\xDB\x95\t\xBE\x85V\xCCqC,\xD4\xB13\x80\xA6\x01\xB06O\xDD\x16H\xB9\xF3\x91\fi(\xD2\xF7\xB4\xE0=\r)\x8Ch\x17\xA89\xB8[K0\x06}\xEBOs\x9B/\xABCi\x95t-\xEEc\x1B\x9E(p\x87\x18aO\x1F\x7F2\xF1\x0Ef\x18\xEFb\t\xE5oK\xD2\x88\t\xA0\xCBo\x86!D\xD6\xEA\x03~\x9E\\\x84\xC8\x99\xF3\xB3\xC3R\xD2t\t\x9A\xFC\xAD\xD7@\xC1\x0E\xD3\xE3T\xC6\x12\xD7"\xBAT\xDA\x94\x7F\xF9\xB8\x0B6\xEE\xB2\xCA\xE6\xFC\x9E\xB7\x91\xE0\xA8\x83F\xBA#\x98\x14\xC0\xEBz)\xFF_\xE7\xC5v\xAEM\x92\xC3\x14$\x00Ln]\x07B\xFD\x80\xEA*\xC5n\x8F\xF3b\x88\xA6\x02$\x8C\xFB]\x9F\xF5:\x8A\x01\xAF8P\xE1\xA9\xD0\x9Cu.\x8Di\xD6_;\xC7O\xFFq\xCC=\xF6.c@\xB5T\x94\xA8<\x10\x9A\xFC\x1B\xB2@c\xED\xD50\xAC\xE8\xD9\x7F\x1F\xA2`D\x14\xE4&\xBB\x1CU.nI\xBDu3\xB3K\x0E\xC5p\x17\xCD\x85AiW"\x02?\xA6\x13F!\x05y*\x9D\x1C\xDA\x83Y\xA4\xDF\x8D\x1E\xD4\xF01\xDAS&a\xD1p\xE3\xA8\x8Cv\xBD\x1A\x899\x97\xBB0\xD8\xB2\x83Oz;\x9B\xCC\xE7\xB0\x94\xDB\x18\xE9\x82|\xE1\xA8[,\xE8\x05\xC2\x14\x8F\xF4\xBA\xDEY\xC4\xEE\xAC\x88\xE6\xBD\xF3U\xAB|\x04\xC7r\r\xFCh\xBFx\x04\xB6\x8A\xCD\x81,\b6S\x0F\x9FCX\xC9\x0Ep\xF1\x04l\xCC\xA8\t\xDA\xFDj\x12\xF69b\xA4\b\xD0c\x1EB\xF2\x98f\xA3w-\xD8Hp\x80\n{\x96T\xCF8l\x8F2\x12\xEB\xB7O*\x9C\xADI\x84\x17\xA0o\xF4C\xFBP\x9A\xB8\xF7\xCC\xDDk\xEC&\xA6L\x8DW\x1D7\xEB\x93[\xB3G\x84~ \xC9DW\'\x9C\xFF\x8E\xBC\xD4"R\xB4\xEA\x97b\xC9\x1C4\xB4\'\xF8\x15\\\xB1\x06\xD3h;\x93\x1A\xD1]\xE49$\xD0L\xE34\x15g\xDC\xC5z&c\x92\x04\xB4\xFA\xD46\xE3\xC0\x9C\xFBd+\x18\xC51\xA1\xD7\xBA\x01\x8A\xF1\xB5\xC4\xDCl3J\f\x8B\xFD9\x0F\xAD\xFA\x9E\xE7\xD4=t\xA1\xDD\x1FH\xC3\xA0\xE2\xFBF\x87\xF3~\xC5\x00\x92d\xAD\xC3\x96\xAC!\xEC@\x87\x18K.|\x81h\x16\xAEw@\xD5\xB8u\x8A\xE2\x07Y\xEDL\x9Am0w?R\x07\xAEv\xE1\xC5_\xD2})@Pk\x04\x83J\xC7\x92\xFCu\x86\'_\xB0m2\xBA\x13\xA4W\xED-\t{Y7\x90[\x03\xB2\xE4\xA7\xC2=\x9E\\\xC7\x06(\x87\x11I\xA4\xF5?p\xAE\'e\x0E\xE1\xA9\x12\x92\xEA\x1B\x85\xF6\x9DB\x1A\xA6\x81\xBF\xE0\x90]\xA9\xBF\xED\f`4\xAA\xF0R\x16\xCA\x07\xDD\x97Bg\xD8\xB5\x1C\x87\xF9\xD2\xD4\x11\xA3l\xD1U\xF4\x10\xD9 \xEAO\x94\xF3V\xE6\xCA#a\xD2\x97\x1A\x8D\xCC<\xBF"\xD2`\xA2\xC9(W\xBA0n\xEDV\x07!\xCC\xF5\x18/l#\xB6\xE4B\x0E\xD8\x8Fx\xA4T\x1F\xFA\x8A5tF\xDE\xA5>\xF5J\xBE\x1D3\x95s_\x8D\xFF\xB8C\xDBj\xAB\x7F\x98\x0BP\xBF\x027\xDC\xFCx\x84P\xF4\x019\x7F\xD8g\x13\x02\x96\xD9Fq\xB58{\x99\xDAV\x8B\xD3\x7F\x98g\xBC>\xEB+\xC2r\xE9\xCA\x0E\x99\xC0Tn\re\x88}\xE0\xFBD\xB6(\xCDx3\xA3\x14\xBF/\xFF:\xB4\x82\xE5{U\xB6\x9F\\\xE8\xB1k\x8C\xBCG\xAA\xE9\x89\xCF\xB0&\xFA\x8E\xA3\xE9\rF\xB3\xFB\xA4M\x19\xC9\x011\x9D\xF9K\x82\xAF_)\xA9\x03\xF2$\x91\xB7\xB0\x0B,\x9D\xC8\x84\b\xE5\xABS\f\x86^\x1E\x8F\xD8\xEFe\x1D-\xA7\xF1G\x15)\bD/\x18\xE0\x0B\x954Mz\xCF\xEEMq\x176e\x9A\xEE\xC5m\xF6\xCFMr\xA2F\xC8l\x0F\x89\xCAr\x92\xD6\xA6\xC8\x9Bq^\xF9\x1F\xC1\xF2\x0E\x9E\xE52\xD3\x00*\xE1\x1F\x90^\xBFq\xF6C\xE2{\x8D\xB7\xDF9\x9E\x8F\xBB\xDB\x85\x17v\xFD\x94_!\xB9Z\xA5\xD6J\xFD$@\xDF\xB0;\x06\xB9\x12\xE0\x93\xFB\xD7]1\xE3\xBB\xF9|W\xEE\'\xB4\xCDU\xA3\xDEZ\x85w\xADm\xBBX\xAA\xF3\xCF?\x9E\x10U\xD4\xA5\x0B\'EY\xF3!\xFFS\xEC,\xAE\x9AN\xE7\xA8\x00\x8C\xDE\xF5\xC1~\x89\xB7t\x92-\x9D`\x81(X8\xBC\x9CA\xAB e7\x88\f\xD9:\x82\x06u\x90+\xBA\x05\x1E\xF4\x90<\x9C\x17ez\xB5\xDD%\x8Bl6\xC3\xEC\x97\xA9w\xC2m\x12\xA3i?\xD7\xBF\x16x4j\x10?\x93.\x1B\xD3\x12N\xFE\xE6{\xCA\xF5\xABy\x1C\x0Bo\xED\x04\x99J\x1B\xBEQ\xAAi\xE4>\x14Ii\xCBBS\xDC\n\xEAH\x80\xFF-O\xEF\xBC\x9A\xFCN\x16d\xCF2\x88\xE2E\xC8\xFA\nZ Q\xD6\xC5\x9B\'V\x05\xADb\xECY\xA7\xC2"\x16\xD9G\x03\x8B\xE5L\xC4\x84Y\xCD\xB1\xE1n\xFF\x94\x1E\xC5\xF6\xB0\xD6\xEC\xA7\x96\'\xC3}1\xD4\xC5\x0E\x94\xACs\t ^\xB2\x84\xDB\x00\x0F\xB1&b\x92\xB7z\x89\xE8\xB3\x82F\xEF\xB4\xCD\xE3o\x9C\xC7\t\x83k=\xB2\x98m/\xD0d\xB3&\xDAt\x13\xF5,\xA0B\xD43a\x9B\x7F\x874\xFDq\x12\xB2\x83g\xA6T:\xE4\\\xC8A\xD2\xE4y*@oQ\xF1\x9D\xD55\x1C\xF2\xA18%\xF9\nra\x82K\xF88E\xDE0\xF0]\x8DQ\xBF\xEE\xA3<\x96\xFA4\xA5=\x8Db\xC7y\xF0\x10\xBB*\x04P\x1C`\xE4\xD1\\\x01\xF2\x1F\xB8o\xF7\x19\x86.\xA7\x92\xF6\xC7\xA1\xB9\x90:~\x04W\xDFK\xCDk]\xA1:\xDA\x1E\xA6\x15\xBC$\x90|\xB6\xCE\xFB\f\xE2$\x12\\\x05w\x19V\xBB\xE7N\x06\x1A\x86\xAEI\x8DX\xDE\xC8\xA1\xBC\x8DK-\x9DD\xDD\x8B(\xA0\xD8w\xFFLf8\nY!\xE7\xCC\x15\xBE\x80\xAC,\x0F\xB6\xE2|\x90\xC01\xEBy\xD5\x02\xA5V\x1A\x9Bq\xAA6\x7F\x85\xB8\xDE\xC9\x8A\xEF\xD3~\x99\xB6\xD9[\xE6\xFEs\xA6\xEEB\x0Ev9\xAC\xEA\xC0\x16y\x04c\xC2F\xB5\x11\xEA\xBC\x1A\x8A\xD7\xFCe\xA7I_\xF8s\x98a\xFE\xCA\x16\xAFT\xFE\x99Z\x89k\xEE\x0FJ)\xD9A\xC6\x9E\xF6F,P\xA0f\x0B0"\xF8k)9\xC4\x1F\xD0h&\x95\xF6\x06"kY\x93\xCE\xADO\xE65\x8EX\x9D\xDC|\xADFs\r\x83(\xE5<\xCA"\xEB\x8EJ+\xF0j\xCFH&\xC64\xB2\xE3\xC3\x86d\x02T\x1A\xD5g\xAE \xFD?\xAD\x80\xCAA\xA5\x90S\x9A\b5\x81\xB5U\xD5\xC3\x87\xD9\xFB/>\xF1\r\x98!\xF7j\xCB,R\xF2\x97\xC2/\xB6\xD9\x9B\t\xB9E\xD7T\x9B\x04\x86>\x0F\xAA\xDF\bAb\x95u\xF5\xB9\x93\xE8o\x8D\n\xEB\x94r\xC0\x17^p\xE1\x11\xBD\xD6c\xAC\xF4z\x15\xE5eG~\x11\xA5\xB9s\x84_\xD2\x7F\xA8\b=\x81\x01#\xD1>\xEDSy\x18g\x89}\xA8\x17c\xC1t\xE4\xBA\x8Fu\xF7\xA0\x18\xD0.=\r#\xAC1\xBFY8\xCB\xE4K\xDA\x9C\xF0P\x01|\xED\x17H\xDC\xC2>\xA2+\xB0\x98;P\xE2\x1B\xC6*D\xB9\xDD\x19\xC0p\xB3b\x12\xA4j\x92\xF9\xAC5\xED\xFF/\xC1\x1D\xD5\xA43"bM\xBF\x84R\xFD\xAB\\\xDCx\xCCC\xFA\xA2|\x14\x832\x05\xB8\x1E\x83\xB0E%\x89m\x97Y\x02\x8C\xFA\x19\xC9\xEF\x07\x8Eh\xFD\xA3\xEB\x8AeQ\xF1\x9C\xE8J\x8B\xDF\x05 \xC4M\xCF[\x9E\xDEf\xF1CW\xF9\x98\x17\xEA/\xDA\x7F\x1F\xEA\x8B\x9FP\x16\x81\xDF%\xB7R\xF6\xA8xZ9\xCF-\x9F\xC6\xFC\xB7/\r\xCEtP\xDE3r[\xD3\xB16V\x14\x024\x94&\xD70\xC7w6\xB8^@\xE3\x8F$\x11H\x80\x8E\xB3\b{\xC4\xD2\xADj\x0E\xB5\xC6fG\xBD\x03\xEFl`\x07\x98\xD6d\'\xC7\x93\xFAg\ft\xE0_<\xE8\xA7"\xBA\xEDa\x84\xBD\xA0"I\x95\xD9t\xC4I\xAFz\fZ\xA7\x1B\xF6\xD4\x85\xA2t\x03\xBE\xB0u\xF2p+\xDD\x85;]\x01\x8CE7\x97\x0B*\xD77\x95\xB1\xC6I\xEC=\x8E\x0B\xE6B\xD8\xA6\xEBR\x91\x1C\xD1{\x86gE\x97\xAA&\xFE\x12\xE4z\xF6\xB7$\xA0\xE5\xCE\xF8\x88B\x00\x93Qn+\x14\xF31`=\xCD\n\xC8P\xA1\x12\xEFK\x9C#\xF4\xA5\xE2p\xF9\xA8|V\x1F0\xA5v\x1A\xBEm\xB2\x1BM\x8B\xC05\xAF\x07\x9BO\xF4\x16\xDA\x07:\xD1jD\x8A\xCA\rZ\x81j\x0F^\x1D\xBAh\xC3\xE1\xAF\n\xC8K\xAB\xD7\x99\xE9\x82*\x1B\xE8d\xB9.p\xE1\xCAyX\xD1M\x85\x14\xCB\xE7\x0B\xDB\x88\xFF\xCE6V\x9F\x02\x7F*\x13n\xF8C\xC2\'\xB36\xC6Zu\xB5\xEFU+\xA9=\xEA2\xFDD\x916\xA2\xEC)\x7F=\x9A\xEBd\x8Cy\x1CRm\xB9\x97\x00E\xD1\x91\xAA\x19\xBB-\x03\x91\x1D>\xB6^\x8EA\xBAeN\xAC\xF5\xDD\x85a\xEF\xB5\xCC\\\x84\xD8Xo\xE2\xA0\x8B\xF7\x10\x90\xDD\x9D\xC0\x00p\x98\xD1\xBF\xAC\xDEtS\xD5\x12\x81\\\x1E\xBB\xDC@\x0B\xC1\xFC\xA4;s\xAE#~\xF8\tQ\x82d\xAF\xEB\xC2h\xF6(\xA0s\xF0\x14\x99*z\x11#\xD2<\x99\xE2!\xA1\xEC\x0F\x90\x00b,M\xA6 5\x7F\x19_\xDB\x1EQ}\'\xF2\xC7\x07\x99L\xF4\xCF\x01l(\xF7\xB33\xD0\x15\xE0\xD9<\x87\xC3Y8\xE9\xD7A\x0Fs3\x9A\xDEL\x02\xCF4T\xE4\xC6\x8DG\xBD\xA8\xFDuJ\x059|\xB9\x1D>\xCFy\xBE\xE6h\xC7\xF8\x86F\xB4\x8D\x07\xA4\x15\x87/\xB0f9\xB8\xA85\x91\xA2Z\x83Ih\x8E\\W\xF1\x11\xDE\xA3k\x97%\xF8\xA1T\xCE\x07\xADl\xC0!\x80\xB1o?\x03\xE9jR0\x8A\xC1`\xAC+\xCBS\xA9\xF0\x16\x82\x05>P\xAC\f\xCE\xF1:c\xE5HZm\xFD\x1B\x8E\xDFuU\x17\xD3}\xE3"\xEE\x9F\x06\xBA\x9Cg3\x1D\xB5\xCCx\xBE\x8D\xE3\x1E\x87;\x15\x94{\xF9\xD9\r\x9E\xB5]\x96\x19\xDB\x0E\xF1\x94\xD6\xFB\x87r\x99\xDCG\xB3)\xD6\x95\xE4Y1k\x9A\xBD\xFB\xCB\x94\xD9\xBC\xE9G%\b\xC3\xE8E\x05\xC7\xABq-\xBE)\x05L\x8E\xEC\xFFE\x13^.H\x7F\xF1a\xD3\xE9G\xA7Y\x1B1\xD1\xF6)\xC9\xB1nB\x1CgO\xE9\t2i\xFEW\x9Fs\x1A\xBAw\xA3\x14\xDD)x\xAA @\xA1{\xCC^\x9C\xFA\x89\xB17\x93\x11O\xD8Bx\xCB\xAB\xD4tV\x86\xA8\xDA\x02\xB4\xC6\xA4V\xB8%7\xC8f\x8BNu\n\x83}\xA2\xE73\xBB\xA0\x13<\xC1\xAF"\x8D\xC9\xEA`\xFB\x89%\x00\xC6C\x84\t4\xEFT\x03\x12\x82\xADo.Nt\x1Dd\xFC\xB5\x88\xF2\x80\xF7 >\f\xC0)\xF2:o\x94\x0E(\xF9\x8C\n\x9B\x01\xE2\xF1\xC1\xA9\xE07E\x00X\x80\xCEy\xDD\x8Fd\xF4\xD4~:\x0E0\xC4H\xEB\x92Rn\xB6^\xD2q\x8B\xC11\xF6=\xD3\x0F\xBB\xEE\xDB\x9D\xCFw\x19]\xE3Rl\xB3\x93\xE5d\x9D\x1B\xD0\xEAhC\xDCuMk\xB6+>\x95h\x1C\xB6a\xD4$\x0B\xF8H\xB4)X\xA2\x18M\xB8\x93\xA5\xDEg8\xD1\xA9\xF3\x1D\xE1\x9B\xB2\x17h\xDAX\x1F\xE5\x90]\xA6*U?\xE62\xA18\x10\x9F\xDA1}\xC9L\xB2U\x825\x9D\xBC\x16\xAA\xD7\x85~\x11\xD3J\xFA\x91\xEC\x9B\xC2m\x83\x1E\xE6\x03\xCBD\x85\xE3\xF7l S\xB1\x06}+\x0F\x8FN\xFE=\xE8J\x96\xB7\xA3i\xC5A\xF8\x84\n\xBE\x90\x03\xC9\x83\xC6_\x01G\x15\xF8\x8E\x0Bx\xFE\x1E\xCDd\xE7;\xF5 R\xA0\x05(\xC7s\x13.\xADM5\xA5h\x96r3\n\xAB\\\x02\xD2\x81\x16\x9C\xBD\xDAX3\xC8y$\xA7\xCC\f}\xEFL\x03\x18m\xCB|\x1EK\xAFov&\xF1\xBC\x80\xAA%\xD6@\xE2\xC2\xADX\x06\x8A/\xC8`\xBE\xE8\xAF[\x86`\x88\xE9\xA2\xB9\b\x85W,\xFC7\x87%\x9B\xB3\xE07\xAA\xEB[\xDC\x11\xD8\xA7;j\xE7Qq\xB9`\xA1-G\xF3\x97zK\xA3\x00\x8ECw\xF4\xDC\xBB\xA4\x02\x8C\x17\xB7\xFF?\x89O!\x9B=\x8C\xEC\xA0/\xE0\xC7!\xFDr;b\xF4\xD8n\x92\xC0c\xDD\xCEv-\x8Dc\xFE\x9A*\x88<\bU\x92\x1C\xCB\x05\x975\xF0\x13\x83j\xD5&\xB7\x10\xDCo\x1C\xCD2\x9A\x0Ed%\xCBCg\x99*\xDF|\xAF\xF9g\xCE\x14Y\xB4\bi\x93K\xAF\x13\xD0\x95!H\xAE\xEB\x1AE\xA9\rW\xF3\xBFI\x14\xD2i\xBA\xF4'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xC7\x12\xA8r\xCF9\x9D\xE6\xC32\xF6n\x9A\x16D\xD6`\xFA\x9B\xC0J\xEC#n\x9E\xFE\xBFs\x0F\xD4\xB3I\xE6\xA3\'U\xC9\xEE\xAB.\xDC\x95F\xEC\b]\xB99\x01\x9B\x1D\xEBh\x92\xCD?\x01f\x98\xBE/\xD6w\x19Q\x89B \xF1iR\x14{\x8CB\xCE\xE5\x01\xBE\x8D\xAD k\x0F3\x8E\xB3\x15\xCC^?\x8E+\xF1c\x87\x14\xFEo\x8B;\x18sW\x0B\xC9x\xB1)\x99\xD3~\xE0Sp\xBD5\r]\xB6\x88\xDC\x1EV\xF5\x8DQ\xB5\xE9\xFF\xD9\xB9\x92\x03\xB1\'\xD5\xA8\x1E\xB5^*}Q0\xE4\x83W\xD0|\xDF9\x87\xED\xD9\xADV\x9A5t\xC2C\xB7\xDD\t\x99\xBF\x87\xF8a4\x8A\xE2L\x17\x81,\xAA\xCF\x89\xFC\xDE\xA3)\xF1H\xA9~\x11\xA2>\xFE\xB0v\\+I\xDF\x86c\xF8\brS\x81\xA5\xF1\t\xCCA\xB7\xF3\x03\xA6Qd\n(O\x1C\xFD\xCA\x07\xD9\x1E\x96^\xF7kJ\xE5$A\xA5\x13\xC1q\xFAd\xC5\xF4F\x12?\xB1|N\x16o\xCA\x07\xE76\xC4\xE3i6\x98\n\xA3\xC7z5\xC0D\x93\xEA\xC58\xD8\x1C\x94t\xA0\x19p+\xC4\x9A\xF7\xB7p\xA3\xE5~\xB9[\xA6\xEE2\xD0\xAD!\xA3\xD3~\xB6\xED\xD8!\x9D=\xAC\x0B\x94t\xE5Y$\x99\xE9\xBF3\x90c\xB4\x85q&\x94\x15\xCD\xF6j\x1C\xEF\r\xA1\\\xDE.\x0F\xFAJb\xBC\xEC[\xD6\x90=\xE9\x1EG\xD4\x92\xC57\x82D%\x8EL{\x10\x848d\x030\x96Qj\x04Y\xCE\xEB\'^\xBF\xA1\x04\xD4d\x84\xFF\xD7\xA0B!\xD0\x01S\xD8\xE6V\x83=\xB3\x8EQ\xCF\x18\xB0k\x9Ex\x8C\xB04\x13\xFEM\xB0g\x10\x85z2\x03\x15h\xF2\x0E\xDFl\x02\xB8\xE4R\xC6\xEF\x8D\x17\xCB\xFB\x81E\xBA\x8Dz8\xD7\x18\x8C2\xC5\x1B=Ty\x0E\xF6\\I\xA8\x14\xBBm\xBDJ\xD5/\xE5g%\xF4\x87M\xBE\xD1%\xE4m\xC9\x87(\xE3\xBDX\xCB\xAB\xDE]I\xB3\xD1\x99\xAC;\xCB\x9F+\xFDt\xB1H_\xE2v\xAE)\xE6\x1B\xA2\xFC\xB4Rj\xF7w\xB4\xF0\xA6*\xBA\xDD\x98\xEA/\x8Cz\xA5&\x07\xAAv\x00\x97\xB9{;\x02\x1B\xF0A\b\x9AH\xA9z\b\x9D\xFAB#\xF0\x9F\x8C*Yy\xF9\x18c\x89\\\x1A\x97\xDC\t\xBB;\x9B\f6\xD5hL\t\x85@\xE9\xA8K\x93\b\xCEj\x8A\x19t\xC0e\xF8:\xFC\x91\xDE\x16Y\xC6B\x0B\xA8\xD9X\x92f\xA6V\xD9 \xF1;\xD01j\x92\ft\xBC\xFE\xE5\x1CP\xC00\xEBF\xD6\xC0@(l\xA3!S\xC5p\xF6\x93\xC2`\xE1\xCB#\x0F\xDA/`\xE4H:\xAE(\t\xCC\xA2\xDB>_o\x9C\xF2\x82\xE0a3\xCA\xE9\xB5*\xC5\x84\xFDr\xC0`\x8B\x1B\xEA\xB3P\xD3b?\xC8\xA5\x86\xDC\x95\xB4\x07z\xF4\xAAV\x85\xF8\xD3\xF0\x8B\\\xA8\x142\xAE*\x7F\x9B\xBEn\x88\x1F\x9C\xC3\xFE\xE8U\x81AZ\x1D\xE9\xCC3\xC0\x1EI+\xA0\x15\x8BrG\r~8\x16\xB0\x94R\xDC\xA6\x7F\xC5,\x80\x131m\x06Cu\x13i\xA2$\x8F\x13\xE7\xC90}\x16\xB6\xDF\x03G\xD0m\xF4\x8E\x02Y8\xFA\xB6R\x11q\x94\xD2y\xB4\x01\x92\xB5\x88\fS\xAF~\xD0\xEDj\xFC\x1F\x9E\xE0\xF6\xD2\\\xE8+\n\xF8J>\x01\xE3\x9D\xF5\xB0\x93\xEB\'\xD0\xFE8\xE0M\xCEp9]\x05\x91BO\'y\x86\xEC\x9ES\x1BG\xAB\xCE\xED{\xD72\xA8\xF5K\x15\xE1+nMw$\xDA\xFA\x8F\x07U\xB1\xC2:_\xAD\x90\xBBC\xA0i\xCC\xB5\x15\x83d\x1FpX\xDAJ\xBB`\xACW\xC4\x82a\xB9\xFB\x99\xAF\xBFf\xA7\xEA\x9B\xBC\x1E=\x10\xB6\xD6\xE6d\x15\x92@\x06\x83^ \xBE7\xA6\xEE\xC2\x04\x97\xEE\xA2m\xBC<\x96)\xD8\x85\x05Q1n\x01\x88\x1C6v\x99\xD8\xBE\xAA;\xCA\x1C}\x0E\x8C\xF5\x9A.\xED\x19\t,G\xE3"\xD7\x0F/\xCCb\xDCY\xC6x2\x82\xC1&\xA3i\xC6\xB1\xDEk\x9C\n\x89c>\xD6e5E\x17`\xE2\x11yF\xEFt\xC7\x11#\xD7N\xC3\xE4X\xF01T\t\xEC\x80\xFD\xA27\xE2\x1FqI\xB2}\xA4\xD5\x89xQ\xF7\x84r\x018\x8D\xA9\xFC\x94\x07As\xFD\xE0M\x17.\xECD\xCB~T\xD5\xFE\x1E\xAD\xC2\xCF\x84.\xA9\xC8\xF8\xA1\x1B\xB7\xE5\x97\xA5\xED{\xAE\x8E\x06\xA4%s\x92L\xB8-\xD5h\xC0?\xCE\x02\xDA\x8F=i\xF0\x15\x9E<\xC3V\xB0\xF0\flH!\xEE\xB1T\x987\xF1\x8BW\x02\x91)\xF6\xAE\x1B\x96y\x8C\x0E[\x02\xECoK\x8Ad/\xD1CfY\xFB:\x0FEk\xD1\xFC\xC5\xE1\x12w_\x97\x05P\x83\xA7\x12T(\xBEX\xC9\x03\xB6m\xE0\x1B\x96z(\xE2\xCF\xA1a\xDC\x12\xCE\xAA|\xBA\xD3p\xA9\x14\xDBF\xBC/;\xF8K\xDD\xB5\x99"\xD7\x0B\xB2T\x8F\b*\x81\xBD\xCE\x9B!\xBA]\x886\xB0C\xCF \xF1\xAF\x17z\xE9c\x98\xF6\xE3\x1F\xAA5\x91&K\xA4\xD6B\xB6\x85R-\xBC\x8Ch*\x07[\x1D\x9B<\xC2d\x80q\xEAZ\xE7\x9Ci\x1C}3W\xC0=\xE8\xFC\x7F\xAA\xDD\x17q.T\xF3\xDE?\x18\x9Dg\xF7\xA5\x83V\xDC2\xFA\xB9\xC95t\r\x85E_\xD2\xEC\tf\xFB\x15]\xC3\xF9}\x17=\xF3\xC3\x85\xDAD\xF8\x0E\xE2P5\x03\xA1\xCC\xBB+\xCA\xA8\xF2\x8F\xFD\xA4u\x1A\x9B9\xC5\xF2J\xB2\xE7\x82z\xA9\x04u\xE7S$\b<\xC6j\x9DE&\x8AL\xA3\xB7g\xDC\xFA\x7F\xBC\x87.\xC9\x90\xEA6\b\x98\xE5M\xA5r4\xE9\xB2w\'\x93\xF2\xB7"\x80\x10E\x06\x86S>\xD1\x0F`\x80\xDC\xBB]#h\x95\x00^\f\xC8\x93,\xB6\xCA\x8D\xDA\xBC{\xE8\x0F\x8F\xD2p\x1D\xEF\xD5\x05)\x96\x11\xA0U=\xB1wO\xA0e\xAC\xD3k\xB5\xFF!Q\x9F`\x89\xCCX\xA7\xD4|:ab\xDAu\x14\xB7\xE4I\xC7,\xF5N\x06\x8A\xD0@\xA3\xD87\x1ANc\xF9\x113o\x97K*\xB5_\x04\xE1\xAD[>x\xC3P2\xCB\x18\xE2\xF2"\x03\xDB\x18G&\x88\x0F\xDE\x91\xCE\n\x18\xBD\x011g\x17\xF8\xC0\xE4\x95\xAE\xEB(f\x9Es \xAFk4\xA7\xE3\x10{(\xC0m\xAE\xEA\xD5\xA0H\\\xF1\xAD\x1A\xFC\xA26N\xC0\x14\x99\xFA\x8D\xE6\xA9\xF3r\x8Cj\xA7E\xBE\x82r\xEF\xC6>^1\xC1\x7F\xF2:nL\xE7\x9AB\x83L\xAB\x1D7\x00\xC5\x90:\x04\x83\xEA\xD5\x93u\x1F\xB5\xEFR\x89\xF8D\x8Fw \x84\xC1\x05\xD1d\x88\xCB\xF3\x7F\x84/k\xCB\x0E9d\xB8$\xD7\x07\x95_\xD11V\xB7\x94u\xF5\x9DGX\xE0\xA6\x90\xD8\xB0\x0F\xC7l\x07#\xCFQ\xA3\\\xD8\xF7\xBDU\fF\xC1\xFBW\xCA3\x99\x06\xDE#\xBA\x0B<\xE0\xA6,B\xE2m"@\xD9\xA7\xECT\xB2H\x1C\x80\x00[I\xC38\x14\xF9\x9D\r\xE0\x00\x1B\xD1\xAF$\x81\xB8+\xFC\x1F{-\xEF\xDD\x93s\xF4x\x86E\x18|-\xA7c\x19\x9FA\x85e\xAB\x18s[\xA2k\xEF\xC7`}\x14\x90U\xBA\b\x96\x16b\x02%\xDE\xA0|\xD0\xE3\x9C\xAF*\xE7y\xB2h%;\xA6Oe\xE8\x05\x15lCc\xC1\x87\\\xA4S6\xB4\x13\xB9\xE2\x07\xB0\xED\x96\xCA\xDFp)\xF0\n\xDBJ\xE8\xC4;\xD1/\x95\xFEM\xB5\xF6\x9E4\xEE\xADu\xC6F\xB8\x92n\xF4\xC0V7\x13u\xF7\x86N\xDE\x8F\xCC}\x87\xC3-\x8Fy\xD5\xEE\x98\f\xD1:\xF7\xBB\x1A\xD0\xFE\x9Ag&4\xD0lM>\x00\x8C\xAF\xCF\x7F-\x91\x00\xB4\x81\x11P\xAE\x1D\x88\xD8(\xC8p\xD5P+\xE5\x8A6\xD2\f0\x82\x05#\x92\xCAb\xA4\x1E\xC1C\xF5]\xEB\x0BA\xBB\xA14\xC5R\xAA\xE9I\x95\x05x\x8AGJ\xC9\x8E_\xA0\x1F\x87\x11\xB9\xE9_<\xBD\xA4h!Vw\xF9\xE3e8s\fH^\x01\x81\x12\xA1\xFCZz\x18O\xABAh\xB7\xED=\xD9\rZ0\x05\x9F\x19\xAE\xD8q\xF6J_\x01\x8A%v\x16g\xDF\'a\xEB\x1C\xEB\x01A\xC1\xF7\xDBy1R\x1E\x96\xF6\x12@\xD6\xF0\x9D(\xBE\xCD\xA4\xEA\x98\xBC\xE1\xAA!Df\xCD\xB1\xF0\x99\xC2\xE5\xFB\xD7\xA1oM\xFE\xB4\x96\xE8p\xB86R\'\x98\x17\xDF\xB0\x1Bl\xDA\xB7\xA0\xCA4\xAE\x9C\xC6\xA6n\xD9\xAEV\nd\xA9\x9C\xD4\x06r\xE1[\x89\xC8\xACH\n\x8BW\xFC\x18i=\x8E{\xF2\xC1\x94\n>\xDC$bv\x8F[\x19\xC3\x88\'\x7F\xCEF\x84\xD3i\x8D\xC9b\x06\x82\xCD>\xF1/Z\xFF\x84P\xF4\x0B\ruD\xCF7s\x8A"\xA14\xDBo\xE6\xBF\x0B\x99\xDF\x10A\xB3\x07\x1C\x9A\xF9\xD0\xA5K\xC5\xF7\xA8iO\xFB9q\xAFMk8\xC6`$\x12\xD0\x03O\xDEx\x14\xF3xI\x98\xC1/\xCBY\x9A\x05!O\xE6-\x96\xDB\xB0\x01\xE0\x97\f\xE5\xD2W\xFE\r\xB2\x1E\xA2V\xEF\xAC\xC2\x800Z\xCD@*r\xEB\x17\x93\xE1%\x85\xC9\xA1b\xCE$\x9A\xE5\x01\xB4\xF3\x9B\xE8\xB9\xA3\x1F\xEE\x86\x9F\xBE\x10\xD2\xEAqR\xB0\x11\xE5}\x83\xF5\xAC\x03o"W\xA0\x19\xBCI1\xB6{\x8D\xC8a\x85\xF8,gHw\xFC\xDCo\x90\xACN\xB7\feB\xB2o\x0B1\xE7\x8F\xF0\r\xBFw\x8B\x1BL|-Wl5\x0B\\?k\xB94\xA8&\xDC\x8CeH\xB8\xD4i\x9D^\xCD\x874\xEB~b\xFA\xA6h\x18@\xEBLy9\xD7\x8C\xCD\x19\'\xA3\xF2\x14\xE4\x03\x83\xDB\x9E \x00T\xBEG\x16|WB-\xD4\\4\xDD\xAB\x82\xFA\xD6\x92\xAF\xC8\xDA\x1E]\x88j\f\xF39\xFD\xA4,\x198\rD\xB7\xF9N\xC5\x8E$\xCD\x81\xF4\xD9\x99&\xA9\x02\xBC\x16\xB3\x06\x97V\xBB8d\xC4xW9\xCA\x7F\x8B\xD3\xF1\x95\xDA\xAA\xB9\x80\xFA\xA7\x10\x97\xCC\t<\x16\xC2D{)\x03\x8F\xE1\xFFL\x9D\xB8w\xCD\x94Z\xE0\xC4\x8D\xE9\x1D\xD9l\x13\xB1>X\t+P\xC1\x10\xD1\x92\xE4Ys?\xE8m\xD2\x89F"\x97.\xF7\xBB\xEA,c\xA2r"6\x04\xDFnF\xEEhR\xBCqa\xA0\xE4\xF8P\xA4\xEB\x1F>\xC6\xD7\x1BE$\xED\bq\xAFUx.\xA6\x93\x05\xF1\xDD\x9Fp\xE7\xADw_2kD\x9F\xF5.\xAAK\xF9\x0E\xB2\xEB\xD5\xA9\x16^E\xAD\r;\xFA[\xC4O\x1A\x93\xC7\xB5 \xFF\xE1\x90\xF1%X\x88\xBA7d\xAE\x94|X\x84\xABn\xBD\x88A\xF3\x9B\xFFJ\xBF`7wK\x1D\xBD\x90<\xFB\x87\xEE\n\xC7"\x81\xDB\xC3\x90\x1E~\x9E\x00Nj\x89\b\x97\xDE\x1C\xB7\xCE\x83\xE9\x9Ea(\x7F9\x86\xA1,I\xB2\xCD\x07\x19l\xD0\x11b\xF6-\xE7\x02\x13\xDDO1\xD3\x17\'\xCC\x80\xE4\x1A\xD0\xAB\x87\xC92f\xD3\x17\xB8\x9CS\xAD|\x13]\x04e5\xDFY)\xC8;\xE3v\xC6Rm\x80Kz\x12\xB2\xF4\xD6\x06\xE6Zt\xD3\x104v\x9A@\xAC\xE1\x94\xCD\x0E\xBA\xA28^\x98\xF5g\xA4\x7F\xB4Y\x0FsD\x9C\xFEc\x11\xED\x04\xA2ZG)\xE0\xFD\xD2<\xB5\xEE\xA3\xCE\xBA\x85o\x10\x92\xB6!\xFE\x9F\xEF3\x05\xD9.l?\x8B\xA7\xBE\x17\xF4\xACf\x8A\xDD\xBE\xEE~/M&\x8AQi\xCF"\xB2\xC7\x0E\x91\xE8=\xDB\x832\xEE\xBA)\xDFT\xB1\x7F#\xDB\xC3v6\x8Be\x9AN(qC\t\xF1\xAC\xD9b\xF4-A\xD4]\xBD#\xA9\x98\xFF\xCAW0K\x95B\xC6\x03S\xF7_!\x81\xFB\xC2o\xDD@\xF1\x8Fx\xFDB,`\x02\xC1l\xFB\xAE\\\x0By\x8E6\x99C\x84\xF6\x0F\x93\xEB\x1C\xBF\n\xE3\x89\x17\x98U!3E\xC2Q\xA7\x83|\x15\x91\xE5gF\xBB\x1Bs\f\xD8k#\xE4\x9E<\x15\xA6F\xD7\r]\x9D\xFE\xAD\xC1\x11\xE3N\x81\xD7\xAC\x1DL\x9F$\xC9\x95\xD6I\xF5\xC2\xCF\xE5`\xA9L\xB3mW\xA70z\xD7\xFD\xC4\xE5y\x8E\xFD\x9B\rg\xE9\xB2\x02\xC87U\xF3\x86\xE1\xA1\xEF\xB3\xFD\x80{\xB9+\x91\xCBh\xB3(\xA1M\x1B}4\'\xA6m\xBD\xEFv5\x8A\xE2U9\x17d\xA7\x1Fm\x13\x00-t\xCC\x04\xD6A\xF7\xC9\\\xAE:j\xA5\xD3\xB8\x1Aq\xDF\xCE\x1D\x15Nl\x9E`\x04.\x82\xE7)\r\xC6\x1C1\x05P\x13\xCC\xA7=\x1B\xE9\x8E\xB3\xFF\xE3&\xF4\xDCs\xFF\xBB\xEB%\xAF?\xC2St=\xECn$\b\x9B7%\xE1\xF1J\x05_@\xDD2\xAF"K\xB9]\xE6H*\xD3\x00\x8F\xCB5\x18\xD8\xF0Ty\xB9Fo\xB1\xD5i\x96\xEE`v\x86\x05UwF\xA71\xC7h\x13\xADA_\x91P\xFCx\x87\xF5\xD8\xA0N\x8B\xBF\xADY\xC7\xBA\x0B\x94\xAA\xCAl\x9CSy\x88\xE8\x0F\xD4\x8C\x1E\xBF\xA3b\xEC~&\xABL\x97\xC4\xA9\x15\xD0\x8E\x9B\xFB@%\xBBE+\xB1\xF5\xC2\x9C\xCC\xD9\r\x95L\x899\x99\xD3,\xE1\xA2\xCD\x11\\ .\xCC\x03a3\xFBp\x13a?o\x19\'\xFA\xB4\x12\xCE\xFFa\x9B.r\xF2\x0B\x96T\xB4\xDB\b\xBB\xF8sj\xC8\x144\x87CZ\xE6\x8A\n#\x9EO\x1F\t\xA5\xCA\x14c\xFDn\x8B\xDD\x12\xAB?\x80\xB8\x19\xD4r%\xA5\xC6\x86\xB5\x04\x8DE\xEF\tJ\x80}\xF4\xA3\xCA(J\xCE0\x86\xEC}5]D\xBD\xF1\x91\x19\xFA\xE2\x85\xD7,\xF5p\x9C\x1Ef\xD4,\xB6\xCDj\x85\xC1t\xD93\xAFT\xC5:\x1D}\x95\xECc\xE1-\xA2C\xFD\xE3\\\x12G\xF8Y\xC4z\xA69\xC7\xE7&\xBAe\x0Fw\xB3u\x12G\xB0\t\xD4\x97\x04\xDC#W\xD2\xB5|\x04Z\xA8M\xE3\x02\xC7\xA5\x12\x95|H\xE8\xF5\xB2^\x93K!\xF2\x97\xE6\xB7W\x00\xBFR\t\xC9{\x83\xB01\x92u\xD7:\x9A&\xE3\x1Dd\xFCZ\x91Q\xD5:\x00\xDF\x98\xBD\xFCe \xA4kO\x82u\xA3\nc)\x9D\x1D\xBD\x8E:\xB1x\xEDO6\xDD\xA8\x05A*\x11\xE4\xFF\x89y.\xA7D\xCF(\xA48\x90\xF6N\x10f\xCF\xBA\x1F\xEA\xAA\fm\xB3\x83\xD4\x9E0\x07\xAC\x1B\x88\x9DY#X\xE1\x8F<\xC6\xF4\x15\xB33\xE7G\x8D\xC9@\xEAu\f\xD1X$\x80\xFC\xBE]\x1C\x8Fp\xCB\xA0\x00a\x8BP\xCB0\xF3M\x13v\xBE\xE0Am\xF2\xC4%'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('H\xB0!n\xEE=e\xAE\xFB5\xC4O"\xACk2\xEB\x13\x9C^\xCB\x18F\xA9\xF5v\xD2/\x0F\xC6V\x1C\xF5\x95I\xD3\\\xB42\xF0\x94@\x0F\xD9V\xC5\x01\x9F5\xE7\x1Au\x8F\xC2\xF9\x9D\x14J\xAF!`\x93\xFB|\xD9\xFC\x8D\xCF\xBA\x9A\x16\xD5t\x94\xEB\x04\x88\xD7\xFA\xC2\x8EP\xB5\xDF5\x8Ae\xE4\x94;\xB7\x8A\xF0\x9E\xE1\xB8m\xAA\x07&\x88\x15\xDDRk\xBF\xA2v\x8BB\x15}c\xCB\xB2Q\xDA?^p\xD2\x8A\xEF\xDC>\xBC\xD7/\x9Cs5\x0B]\'\xE4\x82U\x1F\xD1_r\x14V\xA3Dq)\xF4|\x04\xBF%\x11X\xFEcHs5\x86^=\xC5z\xFCe\xA6\xCA$\x00\xE6\x1E0\xEF\xB7\xDB\x87\xFB\x99-\x04\xEB%\xB43W\x05\x9Fn\fK\xA6\x14\xC1Q\xDD\xA6|K\x07\xBD@\xA5\xB58\x99&\xE5\x02\xD4\x80\x0E\xAC\x9AOo\xCA\xA1\xDC\x19\xAD"\x00\xD7\x11,\xE0\x9E\xEAC\x8F\n}\x85\xB4b\xD0\x95[%N<\x12l\xA8\x81\x0F\x96\xE5\xC4~-\x85\xCB\x1Bh\\\xE8\x86?\x00\x92\xC9.\xF6x\x11\xE0\xF4\xCB~\xBAe\x1F\xC7Y@\xED\xD5\xFA\x85+~\xC1\xEA\x96R\xC9\xF2\x90\xB2U\x1F\xBB7\xD6H-P\xF9\xA9p\x07\xA2\xC3\xEE\xD4[\xBDy\xCCEd\x17\xAB\xF8P\xB5\xEA\x8F\xF6\xAB+\x1B\xB7\xF1k\xB0\x9Bd\x8D*I\x85\n?\x91\xA86k\xBD\x1A0\xB0E\x06O\x8D\xD2@y\xA5fGo\f\xCFs\xF8\xAC\xEF\x9B\xC8\x149F\xE4\x1Bx\xAE\x8CD\x1F\xF4S\xD8\xFE\x8E\xFF\x84{\xACH\x88b7|T\x02\xF0\xAB\x1E0\xB9\x07\xED\x90/\x0E]G\xC7\xFF\xD5\x89\xBCt\xFA9\x0EZ\xA9-\b\xB4\xFC\xD6\xA4g\x93\xB4\xE2\xCC\x02\xBC@\x80\xB1\xD9\\\xBB&\xD7V\xA7\xC0\xEF\xD4\xA9Z\x92\xBB\xD6\x1B\x9A\x0B\xDA+\xF5\xC0\xD4\x19\x9F\xCEv\xE1U\x88I\xD3m\xC0\x9A\xDDr\xB6\x97\xE4-\b\xA0\x91\xC5#\xD6\x90rQ;\x8Cn\x15\x05M;mrS\xDB\xF5v#\x15\x8Ey\x03\xCA1\x14\x7F> \x04\xC7-\rRm1\xEDh\xB7\xA1N\x94\xE9.b@\x96\xFAq\x146\xF8N\x1D\xAA\x04)Uf@\xCCY\x16\xB0o\xE5\xFF\xC0\xEE\xA1\xE3E\'\xC1\xF1\xD2\x9E\x83\x174\x9B\xC8Q\xA2\xF17\xACO\xEC\x93\xDF\x9DQ\x85y\xE8\xA3\xF4\xB1\xC5B\x91\x1Bu\x07=m\x8A\xB7#\x06\xD7\xC3\x9E\xAEc\x82\xE6h7\x8D\x13\xF6\xABz\xDFH3d\x9EC(\x18\xCDa\xB8\x9A~\x86/\r\xED\xAF]\t\xE4h\xFF\xC2l\x1B\x83r\xB8)j\xF4\xB1\x15Jf$\x88\xE2Z\xFC\xCE&\xE0\xAD\xF9\x13\xC7P\xA8_<\xEA%\xC9\nA\xBC\xD0\xEC\xA1\xC3\x1E\x84\x01\xF0\xD0\x89\t\xB6^\x81w\r\xF8X\xDD\x1C\xB0P;\xC4}\x91*\xB6G\xD4\x96\xE2\x0BA\\\xD0\x01\xC32\xD9\x91\xCB:\x04\x7F\x15\xA6Q\x84\xC4]G\xD6\x7F\xF2\x80\x1Ax\x91Z\xDC}\x96\xFDXvD\xD9k+\x9A\xBBQ\x1D}\xF6\xDBL\xAA1\x90\xCA:\xFEc\xE8\x05\x9F \xD6?\x88\x120^L\xC6\xF9\xA6\x1C\x8AbDp\xFD\xB8_\x9D\xD4\xBC9i\xEF1\x0F\x90\xA3)7\xE3\xBA\t\xF5I\xB6\x16.\xA5"\x87\bR\xB2:_\x11\xA7\xE2/\xC9\x98:\x02\xE9#K\xA6u\x8F\xBEmH\xE8\xFBZ\xA9y\xF5\xA1\xB4*\xD8\x98;\f\xE4\xA9\x9B!\x11\xE6H(\x8E\b\xD8\x9Cz\xB8\xE8i\x00\x9Ae\xD2#\xA14\x83\xD1\xF2b\xC6\xE1\x18\x95\xFB\xE8\xC7vC\x90Z\xAE\x16g\xBF\xD5n\xB5\xF0\x12\xD2C\xCF\x89e\xBA\f\xCC\xE7"\x8D\x02dv\xEEN|\xBA+\xF1U\x81w\xA9\xF2oL\xB0\x19\xFACV\x1C\xC4L\xB0@X\xC6o\x01Qr\xB0J5\xB9\x7F\xD2!\x88\x04\xD7\xF8$q\xE6\x8BS\x9D\x18\x85]3\x9C\x01*\xB1\x156\x99oC\xBDj8\x11\x86\xAF%\xC9\x91]\xD1=\xDC\xC14\x1C\xC9\xE4.c\x89\xCE\xA9\xDB\x83\x10s\xFB\x8B\xDD\xAB\x1D\xE5\x8E\x0E\x9A\xED[\xA4Af\xAC4l\xA1\xC2<\b\xF3)|B\x07\xC2\xE1\'q\xF7z\xDET\xF1\x84\x1B\xDCR\xCF\xE5\xC0Y\xFE\xDF\x17\x06r\xB1\xFC\fZ\x82\x01\x96W\xBE\x0B);w\xF01\x96\xE7,\f]D\xBF:\'\xCBi\x03,\x8F\xF4M\xBC\x0ET\x80\xD1J\xB8\xA8\xDC\xFB\xCElQ\x8B\xB7K\x90\xA4%\xC5`\xAC\xFD\x95\xA5H\x1B4\x9CnJ\x80/\xA2P\x97h\xB8|>\xA4\xF3\xE1j\x9C\x04\xB2Z\xC8\x19\xB9}\x94\xF3\x9F\xDAz\xF9\x84\xD7\x12\xC4\xDF\x19\x97\xEC\x1F\xE1y\x95\x13_2\x8F\xAE:\xA2\x1A\xF6\xBE\t;\xD4\x011~\x0F-t\xF3\x8Fg\xD7\xA9\xF5\xC5\xE9\x1E\xCDB\xEE\xDE\xD0\x0F r\xC7\x90Q"\xD3Ah\xA6N7\xCE\x04c\xB6S\x1BE\xADsR1{\xCFcB\xB2\xFC%i\xC5\xEDW!\xE7\r\xD5a\xE9bs\xB3G\x9E\xEA\xB9\xCB^\x05\xB2C\r(\xB8\'o\xC2\x8C\xCC\xF0OB\x1A\xB9\xCB\xFD\x81T\x97O\xCA\xF3Xn\xD0\xF8e\x14\x9AT8k\xD2\x19\xFD\xE2\xA66V\xC3H\x05\x8F\xBEy$\x98\xEB\xCE\x86\x1AJ\xC3\x12?\xFCW\x99\xA9\xF7\xD3\x95\xCB\xF3j\xD5\xBE\x10\xDA\xE80\x1Au\x10\xB3o\xA6\xDEd(\xB1\xEF\n1\x04\xAA+\n\xC1#\xAD\xE5{\xA8\xFB\x93I\xA2\xC7M$i\xEB\x86\x1D\xCCY\x169\xAC\bn?\x01\xB1\xEE\xD4\x92a\xBC\fw\xDCA\x12~L\xB2\x19Hw\xA3\x92M\xF6\x9C]\xE1\x95*\xF97O\x15\xD8>m\xDC|\xBB\x947\xA1sK\x020\xCC\x1D\xB5\xEF,u\x89\xBD\x11\x9B.\xDCt\xF3\x9F\xD3T\x8C\xBF[\xDD5pU\xA6\xE2,\x8A\x1Fd\xB7\x82!\xE0\x9B.\x87\xEE W\xCE\xAEA\xBD\x00<\xCD\x89\xEB\x9F\x91w\xC8\xA4\x8D\x18F`\xDE\xEF\x81\xD6\xBB\x8EDp\x0FX\xDE\b9\xF3\xD1{\x01\xAA=\xB6)\xE4F\xF6\x12&\xA1\x90\x0B\xFA:k\xCFN\xEF\xC6\x000\xA7Y\xFA\n\xCA\xAC4\xFD\x7F\tc\x85\x1E{U\fj\xC4\x03W.\xE5Z\xA3\xCF\xF9i?\x11Y&\xEB_\xDA\x86\xBFf\xAD\x95U\xB2D_\x8DP\rl\x84d\xC9\xB4{N\xCC\xBB\x1D\x80\xB6\b\xA07\x93S\xE9h\xC0:t]\xE2h\xBC\x8B\xDF(\xC7\xED\xAB\xD7\xB7E"\xAD\xF5\x88\x17\x01\xE7\'\x83\xB3\x1E\xC8\x99u\t\xA3\xF7>\x9D F\xFEn\x19\xE3\xC6"\xEC\x97\xC1\x00\x1D6\x9A\xE1\xF0d0w\xE7G\xF7|\xAF\x14s\xCE\x0E\x8D\xD9\xB5\x95\x16C\x9E\x119n\xA0J0\x96\x18u\xE0=c\xBAJ9t\xC1M\x05{\xAB\xFC6\xB3\xC6\x19.\x7F\xE9\xC8\xD8*\x82\xA06\xFA\xD1\x7F2\xD9\xA9t\x07B\x88\x14\xAB\xDA\x9A(`\xD6#\xE2D\x9D\'I\xF2Q\x02+\xD3\xF3R\xB4\xD1\xFBY\x07e\xF4\x82\xD1\x99\ny\xD5\xAD\x96\x132\xD8\x8FR\xE4Hi\x92S\xD2\x03\x8B`\xA5\xED\fw\xB9e\x12\xA5I]\xEA\x8FS\xD3#\xFFKX\xC8\x10\x8D\xC1W\x86\xBB\xFC\xAE{\x1E\xA4f\x81\xC1u \x94\xE8\x17\x8C\xC2\xE2\xA6)Z6\xED\xA7(\xDEh\xF4^\xA0\xED*\xCE\x87 \xDFq\xA8\xB7\x12L3\xBCRA\x93\xDDX\x88$\xBB\xFA\x18\xB3k\xA1\xC2\x93\xEBo@\xA4\xF1n\x068i\xD3\x88\xE3\xC84\xEBJ\xA8\xFF^zC\xAEr8M\x02\xBE\x13\xC9\x8F\xFDD\x8A\xCD\xB8>m\x16c\xBB\xF5\r4\xF0Ag\x94\xF8q\xD1\x00\x1D\xAB;\x04\xCD\x9Bq>\xC7,\xF4y3\n\xAF\xFD/\x17K\x98\xEA-\x16`?\x07\xB7\x0Fl\xDE\x831\xBD\xD8&\x0E\xCC\x94~\xB1eBqU\x1C\x03U"\t\xC5\x97\x00:\xA2\\\xC2\x80$\xE0\xC5\x1F\xAD\x89\xE7j\xC2\xF2x\xE60\x0B\xDC\x82Y\xE3=\xB9f\x85\xCFx\xB6\xDB\xCA\xA7Y\xC3\xF5\x9EwT\x99$=\xCA\n\x9C\xF7g\x86\xEF\x1F\xDB\xF8\x87\x1C\xE3\xB6\xB1v\xE5\xA7\x84~\xDD\xAFFw\xD5\x98Pz\t\x9E\xB8SbG\xA32\xD3\x9B.\xD5\x98-\xF9K3Y\xEC\x8C\x19+\xE6\xFE\xAC\xD1j\xF3\xDB}\xC8\\\t\x84\xD6\x19\xA4\xC3\xEE\x1F\x9DI^\xA8\xF2Ea\xA0\xEDg\xF8\x80E\xE4M\xFFj9\x17`\x7F\x90\xECl\xE3\x05.\x99\xE7\xC5\x0FwQ\xF4\r[>\xC6i\xB6\x0F\xD0&\x05\xC6d\xB66\x17D\x83*\xB4\x91\xFA\xA7\xE2pb\xF7;|(\xD1q\xC0\xDF~\x97\xC4\x07\xBA\x11*\xAD\xD65o\xCC \xA9\xE7\xBC\xA0\x03\xC24\xCD\x8A{\xD4\x18\xAA9\x8E\x03\xAD\xC3k\x0B\x8B\x18\xDA\xF0\x91\x9EpL\xA7\xF6u\x8EY\xED\xBF_\bM@\x1C\xBA2\x97\xC7\x05\xB1[\x92\xF95\x0B+O\xFA7\x88u\xC7Q\x02\xBB\xA1\x0F\x83]\xF8G+\xDDR\x14\xB2$[\xBF\xFBqf\'\xDF^=\x81\xEC{\xA2RB a\xBB\xE3\x81;\x0E\xCB\xDE\xA5s\x1A\xCE\x9E\xE9x\xD0O\x12D\xE0\x87\x14\xE8B\xB3\x84\xCDg\xAB\xDC\x1CA\xE5\x95`#\xEEyS\xC6\x94v\x0E\x86q\x9B\xF6I\x94\rD\x80\xD0\xF1\xBA\x97\x1A\xE9\xB95\x01\xAFs\xC9\xFE2\x14V\xD8\x9DH!\x04\x93\xF87h\x87+\x01\x8E\xEE\xA2u/\xBEkV\xA0"\xEB\x14\x91p\xCF[\xA4\f;\x8B\xDA0\xB5\x1A\xD67\xAA\xEF\xD2;f\xE1\xA63\xEC\xB3T\x15Bz\xCC,b\xD2%\x85\f\xE9\x8C\xABz\xC2)k\xB4a0P\xAF\xDA\xBD\x10\xAA^\xB5n\x1D\xD3K\xA9\t\xD5\x00w[\xB9D\'\xFF\xB4\xF3x\xC1i\xFB\x98A\xE3\x04N\xB8c\'\xFF\xBD\x1Cu\xD8_!\x93\x01\xA4N\xFA\xAB\x95K\xE3\xBFY9\xD3G\xF2\x06\x90\xEA\xFA\x87\xC4\xE4\x7F#W>\xF6\xDB6\xC4T\xFB\x99$<\xE3\x94\xC58\xF7\xE2\x9FL\x81+\xD4\x18\xACK\na\xA5\x8Am\x1E\xC9\x91W\xAD\x82\x06\xC8\x9C~\xC20\xDB\x89\x0Eo\x1B\xF9x\x9Fi\x15\x98"f\xA1>\x1Cx\xD2@\x14\x9B\x8B\xED\xC6t\x96$\x06\x80\xE7c\xC9\x8AnM\x0E\xA6\x89|\xC8\x0Fg6\x92U\xE9\xCC%\xBE~/\xEB\xFC\xA1F\x0E\xE6lP\xF29\f\xE5l`\xB87\xDF\xC7\xAA?,\xF0\xB2N\xDE\xB9Z\xCA\xAER\t\xA6\xF3mF\x04\xA3\x19Jj\xA7?\xB3\x7F\x16\xF5\xAE*a\xDA/T\x1D\xEC\xBD\xDE\x06B\x9Er\x85\xF2\x13\xD0\x96[\xDE|1\xD4>&\xB7\x8CL\xA9\xF7#\xCAS\x92e\n\x89\xD8\xC5\x05~\x84\xFE.\x11\xDC\x986f\xBE)\xB2\xD5\\\x83\xE4\xCF\xF2Z\f\xD73H\xBC\xEC\x19\xC0\xFD\xB0l\x97\\\xAA{\xF8\xB7-\xE0X\xB0J<\xC0\x17\x81\xF6\xC3\x95\xA3\xFE\\\xD0\x18\x85G\x9E\xEE\x1B/\xE8V!\x93`4\xCF\xEBl\x8Bt\xE8 \x81Z\xDF\r8z-\xBB\x13\x93/\xBF\x8E\x9F\x01x\x82\x9Aq>\x8F\xD5\x01:%\xCA\x89\x1Bh9\x00\x90k\b)\xB5a\xAB v\x15h\xDF*s\xB5\xD8{\xFFe\x99\xBAGv\xF6\xA4C\x1D\x9CK\xC3@\x03\xB8\xCE\xFDL\x8E\xC9\xF4\xAB\x00bs\xDDM"`\xE1;\xD1\x07P\xE5$I\x16\xA2\xF2N`\x0B\xD4\xA8\xC6"\xD9\xA4\xE7t\x02AS\xEA\xCDE\xBE\x9A\x02=\x11,\xA8\xC3p\x02\xCE\xAE\x13\xE2\xBE\n\xB0&\xF7\xA5V2{\xA0\x1Bo\x98"SA\x9F\x1D\xAE\xFBo\xC8\xAAV\'f\xA3\xC6\xF5\xB9\x85r\xDB\xBE\x92E\xEE\x98Sw\xF7\x88L\xCA\x9B\xD9\x8E\x0B\xB1\x872\xEFd\x91\xE6[\x89:\xDE\x1C\x82:kT\x8Cs[\xD3g\x17\x93\xD9\xF0B\xAF\xE8a\xDB\xC4\x8A\xEA\xCCD\x85\xEE\x0B\x1B\x91\xF3\xB5\x106\x7FS\xD0b\r1\xE5\xB2o\x16A\xBB\x10^4\x1B\xF0,g9\xF7|X\x1F\xAC\xC9M\xBA\xD4\x0E\xA7[\xEB&\x9A\xD6\xFF\xEC8\x86\xE3\xB5\ba\x89(\x12\xBC<\xFAu\x114\x06|\xB99\x9Bi\xC1\xDAF\x8A\xDF\x96\x05*\xAF?\x9D|\x02)\x80\xCF-\xE2\xB2\x94o\xBCV\xA5\xC5\xE2\x12\xA0\xD9\tx\xFA"p\xED?z\xBC\x07\xC7-G\xA8\x10\xC6y.F\xC2n\xCCU\x05\x84\xA5M\xB5g\x93\xD9T*\xE3N1\xFFs_\x1C\xA8j\xE8\x8E\xF8!X\xC3\xDAa\xF4\x9F\x7F\x06B\xD5\x13\x85\x03$o\x90O\xC0B\x803\xA3\x94C\r\x93\xF5Qe\xB5}\x92#O\xF3\x97\x1E\xAB\xFF\xE1\x9D\x7F/\x1E\xCE\xE3\'\xA0]\x15\xA8\xD1x\x86\x16\xAE\xCD-\xFBC\xC5\x19P\xCE\x83\xA6\fL\xAF:\x8CW\xEB\xA8\xFBzG\xB4=\xD2\xFE+i\xEC\xDC\x15f\xB6\xCF+\xDB\xA4\x82\x16\xDD\xFB\xBBm\xA3\xD7S\xEB7\x91G\xD6\xEEd\x8E\x02A\xF1\xC6\xFC\x8D\x07\xB8\xEA\xA0=\xF0\xBDX\xD8\x9Fx\xB7\xF1l8\xE8t"\xFF\xC9\x1D\xC0)a\xCB\xDD\x98\xEFc\xAE\x18\x99\xB8]N\xCA\xFD\xB0tE\x1F8\xEA]@\xCF3\x03c\x84\x10x$]\xB1\xBF\x0BQ\xACy\xBC p;c%H\\\x0B\x94{\x81\x102^\x07\xDCF\x16\x8F\xBD\x99g\xDCHk\x9C8\x8D\x1F]\n2\x83\xCDt\xF7\xA8\b\x88/\\\x8B\xFEk\xCA\xAC\t\x9E\x89\xE4\x19\xB0>\xCB\xB9\xA3\xF7\x18=\x99j\xDB1\x80O\xE6\xAF\x96\xF6\xC0\xD2m\xE1!J\xB2\xE6\x8C(\x97\xAD,\xFC\xD5Z\x11\xF0\x84\xB6\b\xE3\xF5Q\xBE\xA2~\xE6U&<\xD7 y\xE4\x18\xE5\xBD\x99\xF2wP)hI\xC3t\xF9X\xDC\bm\x87\xE5(\xC8\xF9\x17\x83\xD3\x0BE\xDD~\x19\x8B,\x03\x9E\xCB:\xFFr\xC0Mg\xC7}D\xB14\xA5r\x17?x\xAD/\x15\xD7C\x02\xC2\f\x8CI\xBF\x98;<\xD3V\x133\x8F\xD8\xB6\x11\xEF\x92"\x9C-\x8DK4\xD0uZ\xA5I\xECm\\+\xA2\xC73W\xA7\xB5Oe\xF4l\xA7\xD1\x13\xF7\xE4\xA1\n\x88\xE7%\xCDR\xFC\xD4\x92\xC7d\x82\xF8\xB6\x92p\xDF\xA0g\xF1W\xAC\xA0h\x07\xB2C#\xC4\xFEq\xA4\\\xD2\r\xE6f\xC3\xF1\xAF\x01\x91\x10\xB78\x9C\xB3\xFDr\x80\x0F\xEC\xFC?\xDB\xC1\x1B\x92R$@\x84[\x1F:V\xF6d\x8E\xBB*\xA1X\r\xE5Hk\x1D6M\xAF\x1A,\x00\xCC\x12\xF7(\x86}\xA2\xE7d\x84<\xDE5\xB4~C\xAA\x1E\x9BTA\xD7#}\xC5\x05\x1F\xCE\xE7M\xB8d\x98w\x13\x860\xEC\xBA\xDE\x9Dx\xB3\xCD\xDD\x96\xC2\rz\xE0L\xEDi\xB7&\x9A\xD1\xA7\xEF\xCA_\xE9{\xB4\x80lO\xC0\xDF\xCDL\xF6W\x1D\xCB\x06P\xF3\x87\xFF\xCD\x10y*\xBD\xEBb\x89\xE0W?g\x83\x1A:\xD5&\xC9Y\xA5\x04}\\\f4\xEF\x03.s\xAAJ \x9D\x038\x87\x1C\xFE=|\x06U(\x87\x0F\x96\xD45F\xE0\x95q9\x03\x17\xBA\x9Bv\xAE\x90\'\xBFl2\x95_\xDE\x81\t\xA1K\xF8.\x93\xA9\xF1\xBFz\x03\xAC\x8C\xF36\xE2E\xCE\xAD\x8AG\xC1e\x8D\x16\xFEj\xD3B\xB0\xC8s\xD9\xA9\xC4\x8B\xE1\xB9u\xFC@\xBET\x06\x83\x1E\x1F\xED\xAA_\x8D2\xDA\x0BF\xEAa\xA0\x17\xDAK\xB5\xF68r\xCC\x1A\xB1n\xD4\x10R,\x9A\xE0Ip\x0E\xBAi\x96!\xF9p\xD6\x1D\xA5R\xE9\xB91\x81\xF1_\x0F\x97-N\xF2`\x164\x9F\xD9j!\xA7\xF0b\xC3'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xD5\xAA^\xDC>p\x81\xD4E\xC4\x11p;\xCA\x03Z\x93\x12>\xD2]%\xACN\xF2\x0Fn\xA7\xCDF\x02\x8E\x1D?\xB0[\x0E\xA7#\xECC\x83\x1Bq\xA5-\x07{\xC3\x18\x99[\xF7\xADh)\x99\xE8?\xCEW\x96,{0\x93\x1F\xF5\xB5\x0B\'\xFA|\x99\xE1\xF2\x8F\xA6\'\xB3\xE4g\xA3\x89\xF1\x06\x93{\xC0\x89\xE2V \xEE]\xA1g\xE1\xF6\x81E\xD9w\xBBa\xCD\xDD\xFB\xC2Y\xD8\x88J\xE3l\xD08\x88\xDD\xC4P\t\x82p\xF6\x11\xB1\xD7\x04Mw\xC5\x9Fc\xE9\xA9W \xB4.`\xD5}A\xF8\xBD v\xC4G\xDF0\xD2>\xFF\x974\xB7\xDC\xC8\x11\xBA%\xCDh\x03\x90,\x9C\x0B8P\x93\xEE>\xB2\xF63\b\xB8\x1EH\xFF\x17w\xB4%\xA6\xC1Fj\x05\xB7\xEC\x87\x11.K\x90\xBF9\x01\x87I\x0B\xE9\x16\x85P\xD9\n6\xB2k\x15\xA0\x1Fh\xAE\x13y\x85,pM\x94}1\x9E\xE8\xC7U\xF3\xAA~\xB5%h\x9E\x1Fq\x8F\xA5\xEC~\x95`\xA2\xD3\xF97\xDE\x1C\xEA\x89;e\xD1:Z\xE2\xCCu\x17\xDAj\xCEs\xBDU\x9E\xC7l/\x9AW\xFD\xE9\x82T\xB9J\xE7\xC5`\xF5\n\xAB;\x00\xEDY\xAE\x1E>l\x15J\x8B\x00\xE5\x14\xD0\x03W\xC8(R\r\xC2\xE6@\x8CXg\x92~S\x9F\xC7\xA2\xFD\x1A\x99\xAE\x05A\xEF\x9C)\xA8\xF7\x945\xFE$\xAC\xEE\x8B\xD3\xA7A\xC8\x04v\xF6\x8D9\xD4G\x9C\xE6\xD0\x89\x14\xBFI\t\x87\xB8\xE2\xD4/\xC9[\x85v\xBCA\xDDd\x81\xD65\xAC+\xEF\xBC\r\xCD\x02\xB7)b\'F\xBE}\xF6f\x84\xB7_\b=\xE1\x1E\xB1w\xDCF\x12_|\x19*c\xD8\x98\r)\xA3\x1B\xBCk!Tu\xA4\xDDc\xD2z\xFD\x96 d\xA1E6\xAD\xF0\x96\x16\xFC\xB3Eq\x03e\x1AL\x9C/B\xF4\xD8\x16\xE8n\xDA\x8E#3\xD6\x1DH\x8E\xC3[L\xD0a\x8E\x04\xBB8\xE4\xB7\x92\xF07\xAB\\\xDE}R\xFF\x8F3\xC3\xF8D\x1A\x8F\xF1)\xA8;r\t\xC0\xF7\xDB\x0EP/\xA7z"\xF1\x9C\xCC\x87\xDB\xB0o\xE4\x85\xABt\x90\x82\xB2W\x0BM\xC2\xA6q\xFA\xE8\x7F\x0E\x81\xF1\x18\xA3o\xCB\xF9\x9EN\tr\xBF\x1DD\xCB\x82\xEE\xAF\xD9\\\f\xB3+k\x9B7[\xC4S\xEE\xB1\x91|(i\x8B\xD2\\\xE3\x8F\xBE\x12V$|\xFD\xC8\x14^J\x078\x147\xCC\xF0\x9B\xE6\x10U\xCB\xAF.\xA0\xBA2?\xE9T+\x85j"\xCFV\x88\xE7n\xB5\x07A\x17s\x99\xE3\x84\xEB\xCC\x05\xBA\xE3\x12\x81\xD7K\x1A\xE7\x9B\xB5\x04\xC2;\fLj1\xA8\xE9\x94E4\xA3"\xD1\xEB\xC2j\xFC\xA7cBx\x8B8\x98\x1A\xD8d\xFDu\xC4\x97\xB2\x14G\xDD\xAA\xFD1\xA4\x12\xF9.\x9Ee6\xC9&K\x7F:\xAAPu"\xA1n\x003`\xCA?V\x1E\xEAt\x9E\xCE\xFA\xD9@\b\xBF_\xF1\x8F\xBB{\x9Bd\xDE\x94\x1C*\xB8\x01\xDA&h\x05BR\x92\xDF&\b\xD5{\xEE\xC2=\x90\x7F\xD7J\x94Z\xE0\xBD\x8C\xF6\xA5\x03\xB9`\x11\xD9\x8A\xF9D\xCE\'\xAA\x83\x10\xFB\xD6n\xAC\x85%\xB5`\x8As\xB2)\xD2k\x10P\xFE.\x19\xB6Ns\x86\xC8Y\xAC\xF3\xBE\x82\xEE\xC9\x1F\xAAYCd\x8D\x01[\x19\xB8\xECb\xC3"\xD1w\x0F\xEAWo\xD0 \xF2\x93/d\xB2\xEA\x94h\xBB\xE3w\xA5\x8FD\xF34\x02G\x18\x9A\xF5Y\x1A\x80\xE4\xAD9\xDB\x88\xB4:\xCE\xEE\x0E\xE3>\x14pM\xA6z\xB4\x10n\x86\xF4\xBC\xA63\x9Bl\n(@\xAD\x05\x86N*\xAEE\x16\x88\xDF\x9FI\xBF\x01=|\x15O\xF37I\xC1+\x14e\xC7\xDA\x7F\xE7\xC2:\xDE\xA0K\x03r\xC9Z\xF4E\x04\\\xA04~\x90\x9D\xCF0\xE4#:\xFA\xD1\xE68\x16$\xE3\xD1L\x80\xE0\x9A\xF4j:\xA2\xFC\xD8\x97\xC2>-Zx\xCB\x1A\xA4\xDC\xC5\b\x9B\x1Ec\x00\xDF\x99\xB7P\x8D\xA5-S\x0F\xCBy0\xBC\x1E\x91\xA3\rj\x8B!\xAF\xFB\xC0\x1EH\xFD_\t\x98e\x8EI\xA1y\xCAQt\xFA\xB0\xC6xY\x1E\xB9\xE6\xC8\x19}^\x06l\xF9\xB1\x0B\xE8\x81Y(\x8C]\xD7\xB0\x88\xCDTq\xE9 \n^\xFB\xAD\x83g\xF8\x95\xECd@(\xE5\xCFy\xDCbO\xD5f\xEA\xB6\x8A\xC7\xDCS\xBF,\x04\xB5\x95\x0B\x83B+\x14\x00\xD2\x8D\rsS\x901\xB8\xE5\xA3\xD5\x8F&Di\xF78\xB9r0\xED~\x0E5\xA8\xF9@\xCF\x97o\xD6&\xB7B\x15\xD1\xAB\xFC}\xB7\x95\xC1\f\x97,\x84\n\xAA\'tC\xA4\x11\xEBi\x1CV\xDFa\xC0\xED\xA0f7\xA8F-\xDA\xAFA\xF3\x80\x12R7r\xBD\x9C\xD2\xAC\xE4\x04J\xA3\x18C\x95\xBC&\x81x\xB36\x1BF\xE9\x06\xA4]5\xDD\x85L\x1345\xECD\xB9\xF5m8\xD8\x16\xF45{\xAF\xD6\x89\xF6/\xA9\x19n\xD8\x91Q\xBE\xEF]\x9B\bh\xCF&d\xC7\xED\x1C\xFES\x11y\x1F\x97\xCD\xFB\xC0\xDEb\x06\xD7f\x14\xE2\xF2\xC0\x8F|R\xC7\x8Cv\tX\xC3\xEF`k\xA7\x18w\xCA\xA1J\x94X\xBB\x84\xFF(\x99Ar\xCCI\xFF9\xB4\xF8\xE3!}\x80\xFA\xC1\x1D\xE0K\xAD\x9AE\x88\xE01\xC4\x8D\xAF\xFA\x0F^%@\xF7\f\xB7\x90\xDA\x16\x81b\xE0\xB0[\xF1A\xAC\xFEH\'\x8C\xD2a#\x83Z\xE4\x91O\xAE\\\x84\x10~V\xD3Fs\x02M\xCFh\xB0t\x1E\xEA\x8B\xF7v\tO`\xFE:e\xAEO\xC0\x12\x9B\xC8y\xD9O\xB6\xED\x96\xD3`C3z\x00K\xC0\xF9 m\x9A\x19\xBDr\x94\nv\xF5\xAF\x13\xDAp\xA5\x07:\xEB$\xCA\x98\xBD\xFC\x8A\xF1-\x94\\\xDB\x87<\x11H\xC5eU\xBA\xE2\xF0-\xA3!\x80\xE1\x98\x1A\xDBmJ\x1F\xA2\x80p\xC6\x17t\x87\xE8\xC5\xAEX\xD0\xA06\x8FG\x04\xE5Q\xD6\xEF\xA6\xC1C\x98\xC8Q\xEF0\xC2|\x9D\xF7qH3b"\xAF\xE29\xA5\xBE*\xF1\x92\xA8\x03,\xA06\xCC\x8D~\xC3\xD4n\x0F\xF2[6\x83\x02\xE8/\bE\xE07\xA9R\x06&\x97\xED.f\x10\xD8\xAA\xC9,\x8Ai9\x1AW-\x06y9\xB4\x1E\x87\xD8S\xB8\x1A\xDF\xA5\xCC\x0Ew\xC3\xF9\x19\x7F\x07cT\xE0{\xD4\x17\x95\x0FC\xB2X\x05H\xB89\xD0\xF6\xBF]\xAE\xCEi\xF5\x9C#\xFC\xBE\xD8hG\x1A\x8B\xB3q\xEC:|_\xA2\r\xC7\xE0\x85b\xE5\xA2\x8E\xF8\x10h>\x02\x8Ee\b\xEE\x92>X\x81bC\xE7\x9D\xCD\xB6!\x84\xF3K^l\xF9\x1A\x9A\xEB0\xA1z\x8Dg\'\x95\x19<\x82X\xB4c\x90y\x14\xA3\xF8s\xDF\x05\xC3O\x84\xFB\x1E\xB3\xF4\'z\xB8\xFD\xD1$L^\xCD\xAB\xE8%\xC65\xB0mQ\xDB\xA0\x05\xD3\xB3\x8EO6\xFClA\xB1\xC0\xE5\xA7\xD9*r\x81\xDDb\xFB$\xA2\xD5O~\xE3\xC1)\xD9\nL\xE6<\x84\xBA\xCA?!\\\x9D\x14\xBB\xD3M\x8F?\x9CJ\xAB\x17m\xBE\xDF\x96wK\x9F\\\xD6\x86(\x17\xB6\xF3\x1E1o\x10$\xD9\xC2\r\x9A3v\x06\x88=\xB9Q\xCD\x17\xAF\xC5E\x15\xF0\xB8\x0B\xFD\xA4u\x18\xC9\xAD0\xD1^\x0BU\xA7\x92\xF4*\xE1s4\xE9[\x00\xD9i\xEC5\x88\nD.\xFE\xBD\x15\xF2B}\xFC\xC17uJ\xC8\x98\xEFg\xA8\x8A\\\xEC\x1A\xD1%U\xC8\r\xF17\x01U\x96\xE8Y\x89A-\x91R\xEDB\x8Ap\xF1\x9A\x1D\x7F\xE82\xD7w\xAFD\x07\x97\xA9m\xCB\x10!\x92\xC6x\xA5\xEE\x1F\x82\xDAl\x92\f\xA6\xE4\x96`\x8B\xAA\xE1W\xBC\x02Ew\xDFP\xA5\x8F\xF5d\x9E{\x91\xA8k!v\r\xC4r\xDC\xADk\xCF6\x98\x03[\xC0*\xFC\xB1\x8BL\x01e\xCF\x88a\xC4\x18,\x80\xBC;\\\x01R\xD5\xB6hU9\xB0#\xCAXH\xD1\x11\xEA\x01,|\x859\x19\xCA-\xFE\xBBq4\xB0\xE6\x1CK\xBE\xE3\x88\xD3\xB64\x9C\x1C\xF3]\x11\xBA\xDE!J\xA6j\xDB:\xC6\x13\x9F\xBD\x1F\xEC9\xF8T\xE0\x7F\xAE\xF6\x9E\xE2(@\xF7\x98\xC6\x02\xEAr2\xBA\x04*i@\x9C\x1C\xD4\xF6\xA0\xE5\xB2\x95i>\x11\xDBF\x00\xCE.e\xF8@*N\xE7\x07K\xC8\x84%\xA1{\xF8\xD4\x86\nS\x96o\xF0.P\x0B\x93p\xB5\xA0\x03BO\xD0g\x14\xAC\x8D\r~\x1B\xA2]\x8B\xDD\x9Dy\x84\xAF\xC6[\xB9L\x11dT&\x0B\xD5\x82\xC5!\x96[\x86\x0F\xD9\x98\t\xA3\xF1\x8Ci\xB4v\x01\xE3Cd\xB12\x18\xEA\xB6D\x1C\xE1\x82|\xAA\xDCI"\xD5\x8E\xED\r2\x81u\xC2a2\xE4N\xD4?\x0F\xFAP\xED\x15\xD9\xF8s\x8A5\xAC\xC7\x8Cz\xEDM`\xA9\x7F\xF1\xBAs=\xACR|\xCA_%\xD1;\xA70Y\x8D\r\xC7\x95t]\xCB\xFF\xA3b\xCF\xFBZ2\xC6\x11^v\'\x9A\xB9\xDA \xEEI\xCE\xB8\x86\'\xAE\xC1g \xA8\xAD\xC2lX\x06<\x93\xFD\x9E\x07j\xF5v\x94F\xCF\x8Dm\xBF\x93\xA3F)\x98\xD3 \xDD<\x15\xB6\x92C\xD2\x17\xFA`\x8En\xFE\xE0\x15\x9E\xBEV\xDA~J\x1Dp\xA9\x02\xBD\x9F\x12\xF4\xC2\x0E\x92\xE8\x07ft\xE2\xFE\xCE\x19\xE6\xF8\xA4N\xB2m\x18U5\xE6\x16\xDA.\x06\xB6\xE83b\xCB\x7F\xB6\x10]\xF6g\x87u\xCD#l\x895\xDB\x9A\f\xD0H\x83k\xE3D\x87#\n\xAF\x9B,\x80h\xEE9K\xD5Xj\xDAM\x8A\x1B\xB2R*\x93I6\x8A}\xC8\xE3-\xD8\xAA\x90\xBCL\xA2^\xF2z\x11\xD6\xFE\x1B\xF2\x82P\xA6\xC3-\xAFV\xFFN\xC0\xE9\xAFwK+\xA6:\xF3\xC3s\x043\xC9f\xFB\xE6X\x0F\xCE"a\xAC\x86\x1E\x9C*z\xCA7\xD6\xA1`\n\xA9d\xD3\x13$_\x85xC\xCCc\xFE\x80\xC5;\x99M\x88\xADY.\xDBq:\x90\f\xED\x99\xDA\xA4\x0E>e\x02\xBB\xE4]\xB4#S\x1B\xB3[\xA4\x8F=\xC1\xD8v\xB4\x94\xDE\x7F\x05\xEC\xB8\xFE\xA8\xF4\x10D\xEB\xBEz\xDD-\xB8\x99\xF2\x0B\xBF\xFB\xEB"\r\x7F(\xE1\x18\xB1%hA\x9C\xBC\x05\xCA\x18\xE2Hk\x1F6}\xF4\x95\x1C\xCA\x86\x15~\x91\x07\x9F\x96\xD5\xF2\xE2p\x16R\x834E\xFA\x17\xBFH2q=T\xC1\x98i\x8D!\xF5\x84\xFFpDR\xAD;\xA0Z\x96\xB4>\xA9jV\xCD\xF7\xDD\x0B\xEBlL\x96\xFBz\xB9\xD1\x06\xC4\x81_+\xA9W\xF61\xD5\xEEn\xDE>x&L\x03\xB5(\xF0\x07\x9EZ-\xCC\xA5\x90\xE2\xCF\x81$w\x020P\xCC\x16Y\xC4\xE9\x8C\xD6t\x1A2\xDE\xF6\xD2\x83\xED\b\x91t\xA3\xC34\x8C#\xB15_\x88\xA8YC\xE7\xB9\xD3\xE1sA\x9DN\xC7\x1B9\xC6\xFE\x86\xBE\x9D\xD3|\xA9\xC7\xE3t\x89\xF2dQ\b\x18b\xE7\xAB\xD7\xB9\x9FA\xB08\xA4\x1D*a\x01\xC9\x89HoR\x1E5\xB9G*Z\x19|\xCF\xE5U\xA1\xF0!1\xF7\x97\x17lK\f\x8E\xBF\x04\xADb\x88\xB8U\xA9f6\x1CD\x93gT!\xB1\x0E?\xD7"\x9B\xB2\xF6BZ\x13\xE4u_\xED\x93\f|\xE0\x9B\xB0\x13e\xBC\xA5\xFD\xC4r\x9F\xE6\x00\x86\xB5I\xFE\x13e\xD8\xC6\x10\xDEx\xB1\'\xFD\xA08\xEC\x1Fm)\xFAF\f\x14\xEA\xD9\t[\xE7\xF7\x12;\xD4\x92l\xBA\xFCy\xC5n,\x91\xC75\x87\x1C\x05\xDBk\xCE\xFA\xBAM=\xF2\xE4)\x0B\x97\xDC\x13a\xCB=\xD8\xF2\x99\xAA=\x83\x07rF\x8FR\xCF]\x89\xC5x\xB3T\xDA\x96\xE5\xA5r\x97,{\x8D\xC9\xB2.\x87\xBF\x02L\xE71\xA8\x809\xDC\r\xA2L\xF3f\x9B\xBF,\x89DZ1\x81r\xD2\x91y@\\0\x8BL\xAD vg.\xE0o\xBE+\xB3\x9D7\xBF\xED\t>\xDE\x19/\x84\xCB\x13\\0\xD0J\xB9\xF8\xA4mQ\xDCr\xA5\xEF)\x9B_\x15M\xEEW\xBA\xFF{\xD0\xAA<\xFCP\xB4\x12\xA9\xE7\xC5\b$V\xAD\xCD\xEB\xB4}\xF5\t\x91\xBF\x10O\xC9\x1D\x95M\xF3\x00f\x16\xA9m\x99\xF3_\xA6\xFFH{\xBD\x8D\xF5\xD4a;#\x0F\x9A\xFD@a\x17v\xC4\xDE\x04\xCF\x97\x1Bi\x8A\xE1"\x10W\xD5y \xF0o\x98\x1Bc\xA0\xF9\x16\x86\x03"\xD6\x9D8U\xEB\xA4\x8A\xF9\\\xE8y\xD0%\xE0\x84H-\xD6N\xBC\x0Fj\xF0\xAE;\x06T\x04\x81\xE3\xC4G\xD2\x1D\xB9\x8F\xCEU\x83=\xB5})\xA9\xC4@0\xB3q\x84\xE6\xA3\x91\xCC?\xFF\xD9G\xB67\xC2OjC\xBDf\xE1+b\xD3C\xB6\x068\xAB\x8C_\xC6t\xFB\xB4\x1F\x7F\x8A6\xD4\x98&\xDE\x1D\xA1o\x19\xB0Y\x81\xEC~4\xE4\t\xAE\xFA\x1Ec\x8E\xF5G\xE7^\x06\x94\xF1\xC33I\b`\xBB/\x7F\x8C\xEDp\xE2,\x92\xA7\xFC\x1B\x82\xAF\x01\x19\x7F\'\xA0\xDA\x18B\x0B\xA26\xE8\x93\xC9\x03\xA1\xE9\xC3Af\x86t\xC9\xA7\xF1u+\x06h\xAB\x97[&G\xA1\xE6O\f\xD6p\x13\x9F\xCDNd\x1C\xFAm\xDB\'\x86V\xA7\xD0\x06_\x9A\xD5\rw\xE9Q\xCEn\xC0\x95\xEF_\x85k\xC1\xF1W\xBA\x1BR\x0F]B(sV\x16\xFC\xB9\xEBEQ8\xD1\x9B\xBA<\xF7\x13\xC1\xD5x7\xCB\xBB\x9C3\xB2\x85\xFA&\xDC\xA8?\xB7\x99\x16\xAF\xE5\xF5\x12"@\xAE\x1C\xF4\\\xC8:\x99\x0FG1\xDF<\x0E\xCCP*\x94\xDD{\x8B\xD4o\xAB\xDE\xF5\xB3\x8E\xDB\x9D_\x0F/\xC6\x92\x11\xE9J\xDA\x8BNn\xF0\x83\x03i+u\xE2Y;j\xBA\x7F\x0E\x88\xD1Zz\xC7Df\x97\xC0S\x80t\xBA3\x8A%\xB7y\xF2\x8CX\xAB\xBB\xE7\xFDq\xB2\x05/\xF8\x9F;\xC0\x82e\x1C\b4N\xD1\xAC\x90%\xFF^z\x1D\xCA/\x01\xA0"\xB7\x96\x17\xF3\x8A\x01\xC1\x19\xEC\x904U\xE4\x01.\xF0\x8F2\x02u\xE0+\xCC\x00G\xE1\xABV\x06\xD7\xA5"\x00u\x9BI\x1F\xA4=d\xCBK$\xEB\x002I\xCC\xA5}\xEF!p\xFFi\xE0\x87\xB3\xA3Xg\xB0\xE1<`I\xD9\xABS!\xA4\xD3I\x07\xC8\xA1!g\xABP\f\xA2\xD2\xB38\xF1\xA4e\x15\x9D\xFBj\xE5Ac\xC4\xD1\x12g2\x8E\xD7\x13\x80\xE4\xACk\x91x\x13\x9A\xE7X\xBC\x85\xC4H\xDD\xA0\xBFC1\x0B\xED\x93\x17{\xC5\n\xEA1g\xCA?x\x97]\xB0t\xF4F\x95\xC1\xDD\x1EoK\x89Z\x0E\x93<\xD4~ \xCB\x83\x17\x96.O\x86\xDC\xF6\xC5}\xF0Q\xBC\x1A\n\xC8T\xB5\xD6l%\x01<\x12\x9Bd\x15T\xF9\xD4q\xC3\xFB*\xD3\x89T\x9D\xBE\x90\x0E\xE5\xF5/\x12\xE1\x821\xCF\x17x\x82?\xEB\xBE\xFB\x1Bx\xC2\xEAY\x8C\xBDN6\xB4\xF7|\xEB\xAD\x1B?\xB5Z\x072\x9A^?\xDC\xA6-\xF9@\x92\xAEs\xF5(\xB7t\xEA#\x99=\x84SE\xA7\xF4o\x1B\xFE~M\xB6\x80h\xBD$\x00n\xB3\xE9V\xFD\xAE)\x95e\xD7\xA9\'\x02\xB1/\f\xEFs\xA3\bF\xBDa\x02m\x95&\xA8\xD3s\xF9\x8A\xF0 c\x87\x0E\xC9\xE2^\xD2\x8C9\xC9\x8E\xACa\xDF\x1C\xB5j\x0E8\xDC\xB1(\xD26\xA2\x05\xD8T\xA7?\\\x9A\n8\xD5`\xCA\b4\xE5F\x84Qq\xDDD\x92^\xE1\x1F\xD6\x8D5\xA1\xCDM\xEA\x83C\xC3)\xB2~M\xC2\xE9uQ\x1D\xA2J\xE7\x077L\x0E}\xCB\x05\x9E\xE7\xC0\x94\\G\x83\xEBa\x18rE\xC9\x91\xEF\xD7\xBE#\x8E\xA2q\x18Q\x9E\xB7i\xCF\x12\x9A\xF9\xA9\xD0)\xC1k\x9CV$\xF3\x0F\xDEy\x16\xFFf\xD8\x14\x96\x04\xA15\xB6\x99\x032\xC1l\xAA\xDB\xFE\xB9+\xF2X3x#\xCE\x03v\xA8\xF9\xC3\x98\xE3+\xFC\x1Dk\x10K|\xF6F\xB8\xEF\x87}\xF7\x1F:\xEE\xC5c\x1BU\x00\x86=\x14\xE5\xC6u\x80:\xBE\xB1T\x9F\xE5;Z\xD0G\x15i\xD6\xEFz\x82\x15W\x9Do\x87B\xA6\x90\xD7H\x88\xEF0\xBB\x11@#W\xB0\x89{\xB7\x9F2\x87\xE2\xC7.\x05\xDC=\xC6\f\x91\xA6y,\x89?\xB8\xEAz\xAC\xF8g\xB5G\xA6]\x1F\xEF0\x8B\tp\xBC\x80\xDF\xFB%\x8DB\xB2\'\xF8\xCB\x1CU\xEA\xC6\x18b\xFC\xB1\x13f\x9EO\xDE\x90o\xD0\t9\xE9Q\xCE\x00a\xAD\x19X\x94l\xAB\'^\xE1N\xBB\x05\xDBo\x9E\x0F1\xCCP\x91\t,\xD7\xFD\x95k\xCEI\xAE \xF2/w\xAAW\xC6\fc\xDF\x97<'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xC5\xA3\xE2p\x17\xA8\xF7F\xC6,\xFE\xD7r1\f\xA2V\xEF\xB6)\x9AJ\x16\xC1\x92:\xA7O\xDFg\xFB\xB7V\xF0\x80.\xC6f\fN\xD0\xA1A\xF5\xC32\xD1\x1Bg\xE7\xB5x\x19\x98>\xC8\xF0\'\x91p\xEC\x9FP\x05S,\x02>\xCCO|\x88\xE4_\x94\x18\xB7\x8B\xCBD\xDD\x87n\x03e\xE3\xF6Wo\xEB\x04\xC7\x13\x8B$\xA1<\xCD\x18Z\xA8\xDE\xF2\x89)\xE5l\x8EX\x7F\xA6\x93?\r\x805\xDC\xFCk\x89`F\xB3\x16\xC90}\xBA\x11\x87h\xB7\x91\xDA#\f\xB4t\xA7Q\xE7e\xF8z%\x13>\xC9\x8B5\xAF\xD0,\x1E\xB6}\x982\xD6p\x0B\x83z\xFEF\x986\xB5{\x1D\x04\xB2\x12\xE2\xFFQ\xC0\xF7\\\xCC\xA2P\xBD\f\xE2\xA3\xD7U\xFB\x87\xE0\x1F\xEE\xD6\x9D\xF51b\xBF\x9D6\xF1\xCE?\x07 \xAD\x94\xC0]\xA9\xD8\x1B{\xA1\n\x81\xD9Z\xF7G`\xEB\xBCJ\xE4\xAE"\xBEr\x15`\xC4\x96O\xD4;\x86&r\xD8\xAB\x17o\xEC%\xAE2~\x1E\x04;h\xAACc\xB0Cz\x19W\x04\xEDj\x14K&\x84\xC2Y\xD88\xFF\x9D\xEAS\xFA\xBB^;t\x81A\xA3\xCE\xAF\x1B\xFF\x96b7\xD2\x8F\xE9\x00\xD8C\xF6\xA8-f\xBA\xEF\x9CE*\x82I\x06\x90Z\xCF\xF6\x84\xC1\x97$\xD3\x0B\x93[%\xC2\xE2\xA7\x84@\xCA\x8F\xDC\xFD~\x9C/\xF0pI\fv$\x93K\xEF\xDF\x15\xBE\xE7*\r\x88;w\xC6\x12\xF5Ql)\xA2W\x84\x0Eu\xEA\xC8Y\x1A\t\xC9d\xE08\xC2v\x15\x9CJn]\xEB\xB7x\xF4\xC2\xF8\x8B\x06M\xD1(\xB1xT\xA4\xBAg\xE3\x11\x8D\xB5\xD2\x83\xC6\xB21\x07\xCB\x9Ci\x00!es\xDFU\xA7-\xDB\xA0\xB7\t?\xCB\xB03\xDD"\x9E\x8B?\xADz\x8F\x01\xB7\x9F\xFA\xD5\xE6>\xB3\xDD+\x12F\xA10Z\xCFn:\x97d\x15\xFC\xE6,\n\x1C=\xABM^\x1D+d;\xE5l\x88\x1FE\xABP\xC7\x96\xB4\x06\xF1\x90h \x86]\xE3\x8C\x1Bxe\xBCT\x06o\xFB\xE4M1\xEBqW c\x89(\xFF\xA4\xC9\x8Ek\xE1\x81\x17\x18\xA4\xB6\xEEv\xBEH\x98\xD4_\x89\xF4\xCE\x03\xC3\xA1\xDD\xF9\x14\xA6Z\xD8~\xB9.\x8B\xF6\xD6J2\xC1\xD1L\xFD:{\xC1I\xF7\x04\xE6\x93\xCD8\x17\xD6\x97\xBF!\xD2\x12\xAE\x93E\xBAz\x0EW9\xFAP\x04\xCF?\xE5^/\x0E\xD9\x8D7m\xAD\xC4Gt\x965k\xED{\x94H\xBD\xF3\x99\xFD\x0F\xE9o]<\xA2\x1E\x7F\x0E\xB8\xE7\xA8\x14/\xD5\x9C\xAA+E\xF3\xA6\xB5)]k\xA6\x87P\xF44\t\xCD\xED\x96p\xD6\xAD!\xBCc\xA8H\xC3\x86\xFEV\xA6\xF3\x1A\x052\xEA%\xDA\x10\x86A\xB0\tV\xD1\'Ba9\xCC\x94\x16\x03\xE2\x84a\x9A@p\xCA\xF1\x95mP_\x0F\x88g}K\x82\xF1B\x04;\x7F\xC4\xDCi\xA7L\x1C\xC2\x86\xEC~\x95-\xF1\x98x\x1FC\xC9&b\xDF\x81|\x9F\xB1O\xBCY \xCA.\x8Av\x18\xAF\x84\xDE\xA5&\xBBu\xADS\xF5\xDB*\x8BS\b\xB3\x1D\xE0\xC7\xB8\x1F\xDA\x01\xC2\x10\xDF\xCA\x18\xB5\xE6\x9B+\x82\xF98\xE0d.\x12B\xDD\x0Bq\x05\xD7\xAF\xE7r\x91J\xB4\xCFS\x14\xFBo\xE4\xA6\xF7i\xDB\x01\x9F\xE7\xC4\nrHV\xD1\xED.\xC6\x15\xB2\x00\xA3$fB\x808\xFCr?\xEB\x983b\x9Fv\x92\xFCT\x1Eo\x0FZ\xB3\x9E\x03Q\xB8\xA4[\x89\xC59f\xF6\x9B\x13\xBD\t<\xEFe\x92\xCC.\x8C\n9\x96\xB9b7Qj-\xF2\xB3\xFD\x88?g\x91Gx8^\xE2\xD2\xBF|\xED\xA3\x91V\xAC\xCDQ"\xAFG0f\xD0\xAAC\xBD\xD3|\'\x8F\xF2s\xD0\xFD$=\xBA\x8A(Y2\xD5l\xA1"\x02\xBEB\x1C_\xD2\x7F\xEEF\x1F\xAA\xF9\x8E\xD5\x9A\x1B}\r\x9F \x05\xE7\xCE\xBC\x96\xF8\x17\x83\x04)\x13\xD6.\by\x8C\xF2\x0B\xD5\xED\xBF\x8B\x06\xF1\x95\xE8\x18A\xC9\xDB4\x98K\xE4\xABT\x0E\xCC~\xAA\xFCP\x8B\xE15\xAAt\xE9\x9EK\xC2\x14\x82\xE3\xCF\x0EG\xBEX5\xE2\xC2O\xD9\xA8l\x87\x1DKp\xA9YH\xB1`n\xC0\x1AD\xE1\xB9p\x80\x1D[7w%bO\x88\ni\xAE\x1C^\xBF\x14d\xEE\xA1\xE2B\x85\xEB\x1C\xC7zX\xD7\x80\x06\xB6\xF9(\xADm[\x9Bz"\xEDm\xA9\x90b\xF6\xB75U\xF2-\x07\xC7\xEB0\xDC\xC9\x99\xE8\x85\xF7\xA0f\x00*R\xA6\xE1\x12\x9C\xDA\xAF\xFF\xC1\xA4W\xFA\x84\bz\x8F\xF5u6!\xC0\x06`\xB2,\x95\xF3\x16Nk8\x8EU\xDA1\x04\xC5,\xB3\x86\x03\x13\xCCB$w\x96\x10\xD5\xB0\x7F\x9D=\x8Fk\x1F\x00O>\xB4[\xCB7\x9A\xC5{\xFD\xB6K\xC7/t<\xE4)r\xECD\xB3\xD27\xB5\x90hM\x98\xDBoF\r\xBB\xA0%\xC9\xDE\x0Ew\xA2\xF1B\x90\xE6^;\xD9R/\xEA\x81\xFF\xC8_C\x8C\xE0c\x12\xB9\xF6\xA5t3\xD1\x0F&\x8E\xDB\x16E\xF0\x91=k\x83\xF5\x1B\x91I\xD4\x9A\xC61\xE0\x1F\x9D\x01\x19\xD0\xF5\x10:\xA4\xD1\xFF]@\xAF\xEE`\x98\x1E\xD0\xBAP\x16q\xA1\xF7\xC0{\x9B\xB0j\x18\xE4\xA1%\xC2O\xFD(\xCFU\r\x8A\xDF\xAAx\xECIk\xAF\bc\xCF!\t\xE6a\xD0\xAB\x0E\xB8!Q\xA6\xFFnHc\xDE\xA8{\xB9$\xEF\x87u\xE4\x8E}/\xBF\xFF1\x00\x9D\xDC3_\x14\xEB6\xF6\x1F\x07\xD0:\xE0I\xFD\t\x8F9\x17\xEF\xDF<\x01\x1D\x9AC\xC1\x109\x8C\x7F\xC8C\x11\xD3x\x97\xCC#^\xE1s\x0B\xB7\x1Ad\x9CV \xD4e\x17\xF4\xC9\x8F\x1A\xD1\x9Dj$\xCC\x12\xACeD|\xB1\xCA\x8Bpc\x89x0U\x9C\x13\x89\xCBs\xDAc\xBEYu\xB7\xD6k4\xF2\\\xA5\x03\xE9.\x9Eb\xE3\xA6)M\xB5\x81;\xBD\xFET\x88\xD7\xF9\xC00\xE4\x03E\x97x\xA3l\xFEC\xEC\x8BG\xE4q\x83\xC6\xE8\x1AW\xD7(G\xD8\xA0\xC9\xB9\x90j\xF4a\xA9Q\x1D\x9A\xFB\x8A%\xA3L\x90\n\xDD\x82Rm\xD0K\xF4\x1C\x90\x03m\xEB\x13\xF6y\x92J\xA6o5F\x91\x12^\x85\xB1\'\r\xE6T/\xABc\n\xB1\xFD\x1DZ\xF6\x92\x0B\xA5=\x98\xF9)\x0FI\xEB\x03\xDA+\xC1A\xEE\xB4.\xCEA\x11\xC9a\xEA\xBAx\'\xB0\x17\x95\xBE\xACv7\xC2A\xD8\xA1W*\xD2\x1C\xEF\xC6\xE3\x05\xADz\xF2\xC45\xD0\\\xBA\xD8\x81\xC36\xDB}\xBC\x9F\xD5*M\xBF\xFFh\xE3\xBA]\xADr\x1D=\xA4w \x0B\x84}\x03g\xE6\xAE\xF6,\x1A\x9EH\xC8\xF7\xE2?d\r\xD9R\xB1\x88 h\xC5\xE5\xAE1\r\x9BX&h\xA1\xDAOr\xFC\x8DH \xF4\x15\\\x95(O\xAE\xD7\x89\xF2\xA0[\xBBw\xF0\xCER\x87\x109\xF1\x9E\xD6d\x92\bF\xBB\x10\xD5\xF2\xB4G\x9C\x042w\x1Bc\xE0D\xC7N\x1A=\x80L/u\x91\xAFlW?)\x9A\x19\xCB\xB8&r\xA0Q\xFB\xA6\xBA\x1An\x85\xC3\x00N4\x0Br\x18\xFC\xDF\x9Dd%\xD9y\xCB\xAEt2\x1A\xF57\xE0\xA0\x1F[+d\x15\xC1j\xE2\xB6\xA0\xD0\b\x86\xB5\xFE\x93\xAC\xCB\x0B\x9E\xEE\xFE8!\xCC\xF7\xDFd\xE2\x86:\xFD\x14\xE1\xC3E)\xDB:M\x11]"{\xBD\xE7\xAC\xD2\x92D0\x01\xBA\xA4G\x93)\xE5\x8A\xBCY\xA9n\x02K\x92\xC8\xE5\x83;\xF0Y)K\xF5u!\\l\xDA\'x\xB7\x1Dh\xC5I\x9B\f\x8Ep1\xF2{K\xAE\xCDg\x94\xECs\x8A\xF5\xAF\xD3\xF1\xA5\xDE\x99`>)g\xB2\x11\x8B[\xED\x1B\tP\xFCm\x0F\xDA#\x82\xEC}\xAB\xFBtN\x1D\x93\xC9\x00\x8C\xBF<\x9B\xEC\x106\xF8V\xE3B\x83\xD7_\xEB\xAAN\xB6\xA7\xBF\r\xD9\x8D/X \xB4\na\xCB\x962k\x8EC\x14\x02\x80\xC4P\xE9\x7F\xC7\x19\xBB\xA7\x86j\x17\xFA\xBC\xE0\x1B\xC5\xEA\xFBR\xA9\xDB6m\x83E\xAAV\x151{\xD6\x02i\x89\x18\xAE;\x90\xA1i\x87\xCEm\xF2\xA1$\x85\xD1s\x02`\x19\xF4\bR\x1E,N\xB1Z%Dk8\x99\bx\xE7\xC8R\xDD|H\xC4\xE6@\xA8\x81\\\x9De\x89z\xBF\x96^&\xB9\xFE\xE3i\xCD\xA0L\xE8\x96U/\xC2\b\xE5t\xF5,\xE8\x02E\x8D\xE1c\xFB\xBA\x9AL\xE3\xC4\x81\xB2k\xDF\x8E\x0F\xE7\xCD\xA1\xF5\xC4\xB1\xED\xA94\x80\xB3(\x95\x0F\xF4%\x92v.N\x01\xD38 \xE1\x10J\xEE\xD0\x16s9\x8E\b\xF3(\xBD\x10?\xDE\xA3Z!\xB8N\xC6\xA9U\xB5\x18u\xC5=\\\r#\xA8q8\xEB\x9F3r\xBE=h\x19\x8E\fw\x1F^\x14Fk\x05a6\xD0W\xB6\xD8\x10\xEE\xB0t\x0B\xA3\xB4@\x01\x8D\xAFT\x9C\xC4N\xB3`\x83u\xAB\xF8\xD0\x7FE\x84\xD86\x14\x97|:\xD4\b\x95\xAD-\xF1\x8C\xD4F\x11X\xD0\xF9\xA9\x02\x85\xD8T-J\xDC\\\xDF\xC1\xF3\xD4\xA2\xE9\xAE\x89q\xFE\x9Ee\xC3>\x93\xF3X-j\xC5w3\xDE\xF8,\xEB!\xD97\xCA\x1Df\x8F)\xFE\x9Dm\x06b\xDF\xF6#\xA3\xEEN\x1B\xDC|\xBEe\xFF\x95\xB8\x1AH]&~\xF0\xAE\xBD\x00\xA5\x83\x96#P\x80u?\xC1\x1F\nL3\x1C\x88T"\xDA\xCA\x84\xE8\x9E!\ta\x86}\x12\xA5m\x01Z\x9BJ\xBA\xE9\x15\xC8\xEF\xB0\x8DD\xC0\x81_4j\x88\xC9A\x9D3\xE1\'z\x88\xDC\xC6\x9A\n4\x94q\xE9\xCD5w\x01\xB7.\x18\xFA]\xDE\x97\xEC\xAA\xCE\xE4p\xB95\x7F\x18\xFCM\xD6\xA9B\xBB\xD3\x97H\xC0\x8D\xF0\xE0\t4p\xA9^L\x1B\xD2)o\n\xCF\xB9\xE5\x02W\x11\xF7S\xAD\xCA\x04b>\xEC\xB4N\xCC[\x15@g\t;\xA4g\xE2\xCA\x9CH\'h\xBC{C\xF9\x11\x99\x03\xAB]\xBCf\x93\xEF\x16R\xFDc\xE6>\x19/\xB2U\x86\xD3>\x92.z\x9F\xFDP\xAB\x16H\x99t\xA6\xB6\x1E\x84n\xEF\xA4-\x92\x12h \xE2\xFA\xA0\x8B&\xB6\xCE\xEFX\f\x90~\xB3\xD1\x829\b\x90`\xA5M\xEAB\x8C\xE18*n\xC8\x8F%\xAC\bq\xCF\xA3z\xC5#\x03\xDD\xBC\n\xE5\xB7;\xE9\x8Fy\xF4(\xD71\xE8a\xD4D\fO\xBEv\xF8\xA7\x81E\xC0{\xDBQ\xF3\x15\x8A\xAFD2\x02\xED\x13S\xF3\xD9!\xC5-\xD5l\'\xCC\x0B\xA4\x02\xB3Q\x98\xB3]\x89\x1A>\x0B\xEC\xCA\x94\xBC\xD5\x82\xE4,\n\xA0\xD53\xAC\xDD|\x89#\xA8\x97\xF5\xC1E\xED\xB4\xD1\xA9r/\xD7y\xE7R\xB9\xD6I\xF9\'`\xCF\x1Fy\xB7\x12qX\xE6\xB2O\xA4\xC1\x8D\xD3L\x17\xB8\xFA\x1Es\x0F(\xE5\x9FX\x8Fq\xA5/\xF6O\xAD\xFF\xC8oR\xF9s\x1D\xBF\xF1\tU\xE5k\x1E\xD7*t\x8BC#_\x91\fC\xA9\xF4\x05:\x9C\x14q\xBB\r\x91\xABI,\x8B\xF5\xC5\x10$l\xE1y0\x9E\xE8k\x90\xD2\xA7<\xCAK\xF8-\xDDa\x18C\tj#[\x16\x93\xEB\xB7\x84_N\xA3.\xB6\xCE9O\xAF\x8E\x1CS\xDC\xF4\x9F\xBF\x1Bi\xCA\\\x8E\x7F\xE1\xAF\x82V\xE38\xEF\xD6\x05\xA5:i\x9B\x84\xFD@\x1A\xB3\x06\xC8D&_\xF0\x85h\xB8x\xAC\xC3\x00\xD1\xB4\x8D\xDD\x9B\xBE@\xA7\'9\x01\x11\xD2=\x90t\x13\x80\x03\xE8`\xC6\x98\x03}9\xE5\x80\xFE3\xA2\'\xBFM\xF24\xC9\xFEm\x99Pc\xBD\x1C\xD2G^\xEE\xCC\x94a\xF2s\xAC\f\xBD3\x01\xD8\t\x95\x16:\x82Tz\xEA5u\xF3\xD3i\xDF~\xCA\x99\xE7f\xFD\xDDZ\xC0\xA2y\x10\xE83\xB8\x11\xCCZM\xB3\xDB\x12l\xD0\n\x1Dv\xA5E\x16\xC3"\x86|\xEA\x00/\xB8\xA7\rS"\x874\x99V\xE0}\xA0R"\xE8Gp\xF3&\xA2I\xC7\x0F\x86L\x04\x8DX\xAFI$\xBB\x1A\x9AD%\xF84\xC8Lo\x83b\xA8(\xF0v\x96A\xE9\x88d\x98\xD7*\x8C\xB2\\\xF7\xDE@\xAE\x91u\xDD)o\xBD\xD4\xE4I\xFC\xCF\x8C\x17@\xC4\x8Ac\xCE\x9B\xE0\xBD\x03\x1C\xACX.\xB5 \xC3\x15\xF30\x89y\xAA\xEFn\xD3\xB2L\x93\xA5\x1F\xFA\xD8D\x83\b\xC2\x1EX\xAC\x00;\xB9T\xEA\by\xCF3\xA0\x0BY\xC7\x14M\x8C\xF9<\xA0{\x13\xB5i*\xEC\xACq\xF90\xB2\x10^7\x8Fi\xD8\xFB\x98e\xE6>\xA0n\xD8\x05S\xC76\x0B\x81b\xE3\x19'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xD6!\xA2\x02>\xB8c\xDEI\b\xA5\xEE(\xBAl\xE45\xCE\xAA_#\xEC\xBAd\xD0\xF7\x9F>\xB9\x13U\xAC\x01!\x9BS\xDF\xFF\xC3I\x98)t\xB0\xD8V\xEE\x15\xCDg\xA8\xFD]\xC8=\x83\x0F\xAEa\x90/\xB9s\x02\x8EkP\xC5x\x93!\xF4\x87\xC7nT\xD3C\x0F\x88W\x97\x01\xDD\x837M\x92*z\f\xDEb\xEC\x8D\xD3qB\xBAe0\x8Bz\x10\xE7\xD0\xFA\x1A:\x8A~\x9C.@\xDD#\x8F\xB3\xF5q\xE6#\xCC\xFA\xE0\x14R\x95A\xB4\xEE\xDE\x16\xD10\xAE}7\x19\x8E\x01\x9A\xAC\xFA\x1FnJ\x12}\xA4\x04\x15\xAEG\x80#\xCBl(7\xE3\x86\xF6\xD0\xAA\x1C=\xB2Q\x87_\xA1\x05\xC6E\xB6\xF9\x81w\x0ELj-\xD7P\x9F9I~\xA4\xCF=\xF8\x104\x85Xh\xA0O\x0F\xD8\xB4\xE7t1`\xC6\xEC\xB3>\xBF\xF5\xCBi\xDA\xE9\xC1[\xF3\xAA\x98\t\xC2\xA3\x19K\no\xED\x9D\xD9k5\xC0\xEAn%\xDF\fS\xC3\xED\x99\xD0\xA3\x03\xBC\x93e\x06\xB3\x86\xF3#i\xCE\x9At\xAA\xF6\x06\xE4\xC0\xFA\x98Y \xBFI\xDCx,\x8D\xD6\x9C0Y\x8A;s\x9A3\x01x@N\xF9~`\xC6\x95)T\xFB\xC8\b\x1E\x95L\xAD\\\x90s\x1F\xACa9\x19\xE3F\x1Ex\xED\x16\xC3Z5\xE5\xBCe(\xC0H\x1E;\x8Ct\'Ah\xA4\xF6\x81\x14\xA1\bQ\x1Ar\xE6!\xB5\xFB\x1CU\xD3\xB6\x1B\x83\xDB\xB0.\xEB<\xB4\xE1\x84d.\xA8{\xDD\x13\xFE3\xD2\xA1\xE5/\x02\xB8|\x87^\xAC\xCF\x8A+\xD9n\x9B\r\x8F\xFFP\xE9\xD7\x96\xB4\xCD_\xED\x80\xC9\x06<\xD1Z\xE8\xBBe\xF8\xAB\f\x94L\xC5\xA5\x0E\x8E\xE3_\xBF\x12T\x9D\x8D\x0E\xD4w\x16\xBEG\x8C\xF2@\xCC\x81\xBC\xF5?i\x8A\xD6N\xF4\xC7\r2\xFBBU\xA7\xFF\x1EyI\xB1\x88\n[{,F\x0B\xAC\x16\xE1.z\xAF$\x958\xCA\x86Ga\xD1y.\xEBEp%;\xF1u\xCF\x1Ej\xFDZA\x9B\x05\xE5Y\xB6)boN\x19\b\xC6W\x13\x94%>\x9B\xE9r\xBE\x94\xE3;\xC9\xAD\xD7\xDE>\xA5\x17\xC5\xFE\xDC\x9FTl\xB9O\x90\xF0mE\x00\x7F\xE04\xBD\x03\xDD\x84d\xB1\x04\xC8\xA3\x93\xFFE\xE4\xBE\xA51\xEE\xAE"\xD1s\x98\x0B\xA5\xEB\x92\xAFz\x9B\xF0\xB5r\xA8i\xD9\xB3[!\x10gP\x83\xF5/q$d\x91\xF1i\x82"6\xD3\x00\x9C\x1C\xC4\f\xD8\xA4\xB4\x1E\xEF\x9F&X\x17\xF6\x99\xD9Rl+\xACc\x86\'z\xC9\x8AQj9\xFA\x1A\xC36\xD5$]\xDE8*G\xE2\xFF\x19R\x81\x06\xA0\xD2\xEF\xB7r\b^\xF3\xBB\xD02\xADN\xBE\xE8~\x8C\xF4A`\xE4U\x89*O\x12q\x8FC\xA9\xB9<{1\x88\xEC\x10\xB98\n\xD7J\x17\xF8\xDE\xC1\xA2\x85J\xDF\x7F\x03F\xBF\xFC\x85\xD0^\xC1\x8C4\xCC\xF6Hw6\x8E+\x18\xC2\x94\x98V\x04\xE5w;\x19\x04\xB1\xC7+q\xA9\xB73\xF7g\x97\xD3Z\xC7\xFBk\xE5\xCE\t\xC0\x1BK\xDF\xCCX\xF2\x9D\xB4`\x96t\x0B-\xEBf\xB1U\x89\xA0\x13u\xA9\x1F\x07\x9F}\xE9d(\xC2\xE1\xAC\xFFL\xA2\xE7C\x1BE\x87\x11\x9E\xD2\x90eDY\x0E\xD6\x84\x17{\xCD\xBE\b\xE8\xAE9\x0EP\x8A$[\xA6\xF9e\x9A\x7F\x8F o\xE7\x01<\x1C\xB7]\xCD\x00\x95 \xF3\xCD.\xE7Kh\xF3?\x0F\xAB\xB8\x97\x15@\\\xCA~\xDBk#\xD6\xB1r\xC6]*\xF3\xDF\xA5\x97 \xEA=\x03\x9EJ"@u\x81+\xD8\x9D\xF3p\x92C\xD4\xB1)?\xFC\xAAF/\x82\xCF\xAAL\x8CB\x14p\xBC?mX\x8E\xB6\xC8\x94\xD9U\x1DJo\x89\xF0\x9B\x1E\r\x87\xB2\xFEa\xEC"\xFD@\xB8\x0Bp/\xFA\xB9c\xC6V\xDF\x8D\xF0\xA5`\x02\xBC~\x1C\xB35\xDE\x12s\x80\x07\xE4\xC5\x14\xD4\xBDV}\xE3\xF4(\xD9\xA64\xE2\r\xAC\xD8\x059\x18q1\x82\xCF\xFA\xDC\t1h\xBC\xEB9V\xCB\xA30\x8EP\xDB\xA9\x85R\xCEI\x8Ax\xA7,q\x13\xB32\xDD\x95\xEDG\xCCf\x03\xBE\xEES8\xBB]v\x8Af\x06\xA2$\x10h\x9Cw\xC5\xEF\x84N\x9A\xF9\'d\xA4\xE3\x01\xBF]*\xA5{\xB0\xD5H\x92d-\x9A\b{\xBD\x9Ag\x1Ez\xC1\x17\xE29\f\xEE\x94\xFD\xD1jS\xC7 X\x10\x83\xA6K,\x9C\xCD\x1D\xF4\xA2$M\xF0\xDE:\x90\xC7\xFE\xB9S\x05b#y\xC9]\xBD\x87\xF0K\xAFw\x99\xECC\xC6S\xFE&\xA9\xF6\xD9\f>\xD0\xF8\xE4\x0F3\xEB\x00\x9Ej\xAE\xD4#\xBDO<\x82\x0B\xF7q\xAC=\xE4\xFB_\x83|\xADk\x94\xDA4\xB4\x97\x19n\xAF`3\x88\x18>\x94\xB78\x1A\xEAB\x7F\xD2\x11%;\x0Be\x8F\x14\xE3\x84v\x17\xC1nC\x80\x1AoH\xC8\x8C\xB1^\'\x90M\xFB\\5\xA1\xE4\x1D\xBE\x9E/\x8F\xD1w$\xC3\x17\xE8\x0BH\x00Y\x0E\xCDB\xF9Q\xD1\xEEF\xDB\xE9\xAD\xCF\xFD\xDC\xA6\x90\n/\x9DY\x8C\xCB\xDE\xB5"7\xA0_\xCC=\xE7\x8A\xB5^\xB3)\xA5Y;\xD7E\xF3\xBB\x7F\x10\x82\xC9c\xAFzI\xD8e\x06\xB95\x98\xDBT?\xD4(\xC3\x86h\xA9|\xC0\x85(\x0B\xA4y\\-mL\x11tT\xB2\xE1\xC3l\xF7\xA8M\xFDp\xBE\xF3\bN\x98\x02$V\xED\xDA\x81\x04\xF0\x98t\b\xCB3\xDC\x9C\xEAs\x16\x03\xF0\x8C&\xE9Q\xF6i\r\xB2\xF3\xA1\x8F\xB6u\xE0\xEC /\x04\xE3r\x96\x1D\xC0\x8E\t\x9D\xF1\x86(\xD3h\x02\x1D>\xE8u\x18\x86\xD3Gj\xAF\xDC/|\xA3\xD4M\x0Ee}\xB8$\x16\xA7\x87f\x1A?\xB6(\xD5\x93@[\xCA\xB0\x18\xA3E\x8C\\y/e\xFB6\x14R\x90\xD4\x9EX\xB69M\xF8\xD6B\xC6^\xBB<\xF8\x98K\x84\xB9(\x97V2\xEB\x95(\x11\x8B\xBCb\xF7\x19\xA88\xC2/\xCE\xE1Jm\xE7S\x01\xAAJ\xF7T\xC2\xA9\r7\x7F\x85\xDF\xC5\x1D\xD2\x04\xC1\x1AO\x97\xA6\xF6\xBDGd\x17\xF1\xCBk\xA9\x15&|\xE3\x1D\xA4\xC90\xEE\xAC_\f\xD8\xC2\x04~\xA7\xCA\\;\xEA\xC9F\x83\xD3\x97\xF6\x80T\xFD\x92\xB2\xC4%\x91\xD1d\x8A0p\x1F\xE2\x9Ba\x00-r\xED9\xAA\x85\xE9\xDA\xCB];w\x0B\xAB5\x8B\xE0\x02Y\x82\xED\xB1\x91J\tkW\x15|\xCDG\xA1d\xB3=\x1B\xE0\xFCr\x1F\xAB\tu\x15kE\x1D\xA3a:\x111\xF6{\xBC\x0E\xE6\xA1\x00g\xB8\xF6\xD0?\xBAX\x9CM&oD\rj\xB2$\x80\xDE\xFC\xC4\x7FE\x9D-\xBDf5\xFDr\xD7\x89\xBD\xDD\x937\xF7\xE6,\x8F\xF4T\x81\xB8\x9EO\x923\xDER\xE6\xB5\xDD\nv\xEC\xD5\x9DY\xDE\x1E:w\xC7\xD8\x84H\'\x91\x15\xAB\f\x8D\xE1\xFD\xB8\x9F-\x8D\x03\xEA\xCDn,\x94 \xB2\x0Fu\xDCG\xCC\x9E\x14\xAE>\xEA$\x05h\x88\x1Cs\x10\xCFkE.\x0F\xD6\xF2i\xBD\x8C\xFE{5\xC7\x8B\xBAHq\x83A\xA5\xF0\x96M\x1A6\xEBxP\xDBn\xF4\xCA{\x16\xD6S\xF4}\xC0J\x19\xA2B`\xE7R\xCF\xF5\x90\x06\x1ET\xF2b,v\xA2\xB6S\xC7\xAAK\xDE\x9B\xC1\x04\xE5y]\xB1\x1BB\xCA&\x9B\xABZ(\xF7\x1B\xAF\x07\xCBa\xB5*\n\\\xA4\xB0\x06\xC4\xA0\x1FF\\2\x95c\xC7\x1F\xAB3\x99X\xF2\xB9\xD5\xFF\x83\x1B=\xA3^\xB7\x87\xE1\xC3\x98\xFB\x11B\xD51\xFE\xBB^7 \xA8\x90\xC5\'\x87\x00\x9F9b\xF0\x12K\xD1\x96f\xE3,\xFA\x15n\x88\xBD\xF7\xCEb\x8B/f\xE8\x81\xBE\x06\xB0:\x87\xE5`\x0E\xDBj\x8A\x12p6\xADZ\xC2m\xEB)~9J\xD0[\x80m\xF0\x94z\n\x86\xEFuX\xF9=\xD1L\xE9s\t\xBB\xD7\x85m\x00<\xA3T\xBF\x92F\xD5R\xE2uA\x12\xDF\xFE\xB6<\xD3)\xA3\xEDmF\x00\x93\xCE:\xFB\xA9\xC8(\x9Cy\xE2\t1\xD7\xAA\xFE\x92\t \xAB\xE3\xC0\x18X\xE0%\xA4G\xD5\xB5\x18h\x98\f\xBF,\x94rB!\xE4\xC1~\x10\xD85w\xEA\x9F\x032\x8F\x9C"W~\x97\x14U\xFAv\x10\xDC\x1A\xBCOt\xB5!RA\x06\xEF\xBBJ\x89\x97M\xC9\x16k\xB84zN*\xA0<\xB0i\xCB/\x0F\x8A\xEA1}\xADW\xD6T\xAD\xFC\x9F1\xB1\x8D\xF1\x1F\x86]\xAC&\xC6\x18h\xEF\xBB\xC9D\xF2\xACh\x8FK\xCB\x990\xA7\xF1*\x81\xE8|\xDF\x8Df\xCE\x12\xF9!u\xF3W\x9F\xD9\xEE\x82\xF9\x07\xD2\x8D\x12\xE9\xFC\x96cP\xC4\xA2\xE0\xF8\x15\x91\xE1\x17\xCDNc\x06Y\xCBH\xB7\x0B\xF7>|\xB1\xDA:\xA7\n\x86\xD92\xC5\xE4#\xB6Z\x7F\xD4c\x04\xA0\x17\xBF\x98W\x1B/\xA0`\xB0;\xBC\x80Ab\x1C\xCA\xB5Cva\xC1O|\xBC\xDD\x02?\x1F\x81Ef7+\x89y\xEA\x92\xDA(r\x9B\xE3f\xD2\x95X\x83\xFD_*mP\x1Er\x05\xA2:\x85\xFC\x0B\x8C\xC4>oI\xD14\xFC\xAB\xDADp\xE7\xD4\x0E-\xE3\x05\xA7oW\x96\xDD\xF1\x1E\x846\xA0\'p\xAF]\b\xCA\xB4\xEB]\xC3\x0B7\xB9\x18A\xAA\xFC.M\xC1\x1B\xE7\x0FF\xD0\x90\xF8\xE6\x9A\xBA_\x16\xF2lC\xE6T\x1F\xDB\xAF\xEE\tg\xB7w\x85\xF2\xC4\x90\x1D\xA4x\xC2P\x916\x0F%\xA43\x04\xAED\x14\xF5\x8C\xD3\xEFx)\x9Er\x99\xF8H\xA2i\xF4\x81\xC5\x0El\x8B\xA6q5\xB7\xA1v\xBF\x17\xAE@\xD2\x8BQ\xD9\xBE)\xAD\x9E6\xFA\x94_\x89!\xE5<\r\'Z\x05Nd\x82\xFB"\xCF\xF5\xE5\xBBm\xC8\\\xD5\xE5e\xC9W:\x95\xBAP\xDB\xFF\xD9m\xB2#\xCEQ}\xE98\xD7#\x02\xDD\xF2Q#\x07\xDCZ.|\xFC&\xA7x\x96\xCE\x13w\xBBY\x10-\xC4Q\xA1\xCCL\xBA\x9C4\xAE\xEE\xD88h\xAD\x7F\x87@\xFB\x8EK\x98s\xB6\x07\xA7\x1C\xE2\x134\x8B!\x11/\x87\xE5\x03\x9A\x14\xB5\\\x93\xBCCa\x88\xC9\x96i7\x85\xEF\xC7\rF\xE94\x05bL\xEE\x86\xCBs\xDF\xAA\x7F\x01\x92m\xD9\xFA}\xC8\x16E\xB7\x99\x13J\xD6b\x17,\xEC\f"\x880~I\xF9m\xAB_\xBFV\xC5z;a\xD9+F\xA3\xF6x\x15\xAF0\x7F\xFC\xE8\xABN\xA0^\x93\xB2g\xC5\x1C\x8D\xE1\xFFE&\x9CA\xF5\x182\xEC\x12^\x89\xE5%\x91s\x04\xE1-\xC0\x02\x9B\xB3y\xA6\xC0=\xFB\xDA\x9C\xC3\x82\xCE\n\xF0C\xA5\xF5\x93\x1A\xA9\xBF\x8Bj\b\xCFS\xEA\x9C\x0E\xD5E\xB8\x1F\x12\xD6n"\xDE\x82\xF8X\xB51\xA6f\xD7\x07\xB4b\x80\xD4G\xB2\x1F\xA7@U\xD2\xA2`Q\x8B\xEFX8\xCC\xE0Sn\xD0N`\xED%V;\x9Dy\xD7D\xD5\x07K\xECW\xFD\xE2"2\x85=\xC2)V\x8Ec\xC6>\xFE\xBC5\x07t\xA1?\xD3~\xC1\x15\x929\xE9P\xBFj\x99\xC78q\x01\xBD\r2\xF5\xC7\x1Dv\xA8$\n\x80\xF6\x1A\x91\xAD\x14\xB9\x03g\xE0\xB6\x1D\x91\x1Ft\xB3g\xCC4w\x96\xC4\xADt\xDB\xFFo\xA5\xF5\n\x9As\x89\xEAS\xCAH\xEE\x0F\x96"S\xF0o\xC7!\x83\xFF(V\b\xF1\xDC\x97h\xE8\x84\xB0?\xD9\x95k\xE8Hd*\xA06\xE6w@\x94\xA8\x11.Q\xFE\x8C\xE4-\x9E\x84\x10\xB6I\x16\xF2\\\x91\x1C\xB4\xE56$\xDDY-\xA7\x95\x16\xAD*_\xE5\x04\x88\xB1H\xA1\rw\xD9\xE7\xA3{\x87,\xB3\x1AH{&f\x0F\xBA\xFD\xC5\x83\xB5\xD6\x02g\xC8\x86,\xD7r\xF2\x88\xC5l^\xBF?\xFF$\xF5\xD7;m\xA0\nMB\xCDg\x80y\xD0\xB5D\xF9}f\xD9\x81\xBA\xC8j-\xFB\xE0]1\xAB<\xB7\x19B\xCEL\\\xC5\xFC\x9D\xCF\x03\xA4O3\x18\\<~\xBD\xEFW\nL\xFA\xCB[D\xE3\xAB\xF2\x15\xD2Y\x7F\xA7P\x8C\xE6\xD0\'\xBE\xED\x9B\x06O\xAC\xF0\x1A\x0E\xE2\xBD!\x026xM\xA7=\xD0z\x8D\xF4\xCDZn\x91\xF8\x10\xAA\xED\x8E:\xDFU\x89\xE6x\x90\xDD\xF4\xA9\x0FF\x97\x1D\xB0\x9E!\xBA4\x9D\t%\x9Ap\xAE\x91\xE1\xC7b+\xFE\xB0e\x89}.\x16\xC3;\x83_\x9FM\x8B\xCEW\x9D\xF8\x13\xDC\x98\x07\x1E\xBE\x17\x99\x03%\xC3c\xE2u$j\x13\xB7b\x1B>)\xCDl\x9C"\xE1\x8B2\xD4y\xE4e\x8E\x15}\xD3aL\n2E\x1D\x07\x99\xC0v\x1B8\xDC\xFA\xA7a\xE1\x01p\'\xC6k0\xEF@\xB2\xE8\x8E%_\xB4BUp\xE9I\x88\xD70\x9A\xBC\x05\xD5\xA50\xEF\xC4\xAC\xF9\xB8K\x05X\xCBp^\xF7\xC39\x04R\xEB\xB3\x82\xF9\xC4\xE9\x86\xBBl\xED9\x11\x81X\x9E\fQ\xCF\x8EF\xBA\x97\xD5\xFD\xAA\x0B\x95c\x1BqI\xC1l\xEC\x84\xA6\xDA8\xB0\x0EQ\xA6:V\x80D\x7F\x91\x0Bs\x99[\x13\x878\xB1+\x00\xA5\x11\x80G\xAA\xD8k,A\xC2)v\xDA\xFBV\xB0\xD3K\xF3\xE2\xC9@\xB2!u\xF3\x1BV4\xE6Dt\xDA\xC4\x06\xA5\xD21\xFA\x0F\xCC/\x01\xC4e\xF4|\xE7\x00\x1A\xCA\xE4\xF8R\xD2"D\xE2\xD4|\xEE\xC1\x93\xE9O\xB7l(\x96\xC7\xFD\xA1\x10U\xA9R\x16\x9F&\x8Dy\xA60\xB8s\x92i\xE73\xA2\x0B\xB0\x7F\x88\x16\xB8&\x84:\xE1[\x8A\xA1\x7FN#s\x8F\x9F \xCD\xB3l\x93a\'\xB08\xBC\x83k\x07,\xA3`\x1DuA\xD2\x19\xDF\xF1`\x1C7s\xDF\x93\x03\x938\xCA`?\xDF\x1A]\x06\'\xF8\x13\xC1\x85[\xDD\xCAL\xF1\xA0Z\xF9O{\xF2\xB7E\x1C\xDF\x96\xB3\xE5\x15ZB\x81,G\xF2\xBF\x0E\xA0h\x02\xEB\xAA\xC6\x8E?\xFB\xDA\f\x83.\x9D~\t\xB1N\x88\xB8\xF4)g\xD5}\xF4\r\xC1\x00\x98\xCD\x88d\xA8M\xD5\x03?h\x92 \xC0f\xD23\xAE\x9B\x12*\x01c\xC0\xF6V=\xD2\xFC\xBB\xDF\x12\x9D\xD86x\x8CJ\xDAZ3N\x18\xB8T\x9A\xAEhZ\xC4:\x8E\xCF\xE7\rF\xCA]\xEC\xB6I\xAC\x84\xE9qO5\xED\xDB:\x99$z\xAE\xEB,\xFF;\x0F\x8F\xE8\x1E\xC8i\x92\xCE\xAB6\f\x87j\xA81u\x07Pp\xAC[\xFB\xCE\x1E\x11\x96\xF6z\xD1\xE8n)\xCB\xF7\xE6\x02\xA8T+g\x9B{\xA9\x16&\x8B\x122 e\xB7\xA4\x11\x7F\xB4\xC5Z\xF1\x8F\xBD\x14\x9Er\xE0\xA9x\x01^\xDBC\xECqL\xD7x)\xC8\xF1\x99^\x8D\xED\xC3\x1C\x86\xE7-\xA6\xC2q\xB4%\x9E\x03\x898\x17K\xBA#p\xDB\xF8\xC0 \x00\xDA\x8D\\\xC9o\xE0\x9DA\xD6%\x90D\xFE\x1Bo\n0H\xD4S\x82\xCCDQ\xBA\x897\xA8\x0B\x82"\x9F\xE8\x93\x04K\xDB\xB1%\xD13\x03D\xB7WiA\xE2\x81\fGc\xC0\xDD|\xA2\x88D\x96\x10@\x84W4\xEEA\x9F\x05R\xBD\xFDX\t\xF3\xC2U\xE3\x80\xA2\xCD\xE1k\xFC_\xB6\xF5"\x99-\x17n\xC2Y\xFC\xB9\x14aB\xBE \x13~=\xA4f\x95z\xDC\x07\x8F\xF12^\xD8\xA8\xF2\x12\x94[\xEF\td\xC9\xB4x\xA3\xD3o\xBBa\xDC<\xEF\x91{\xCC\x88l0\xABg*L\xB2>\x8A\xA6\x1B6\nf\xEA\xD3\xF6\x9E\xE2\'}:\xCC\xF7\xAEnV\x84\xFE\xBA\xE2U\xF5\xC6\x17\x9F#\xCC\x01\xBBQ+u@\xAF&\xD04\xE1\x1D\xF20\xE5\x19\xAF\x95\bt\xB1\x1F.\xA9\x18;\xE0\x9B\x13\xD1\x05\xECz\x0F&\xC6\xE6~\x8E\xC2\xAFv?\x05M\xB2\x96\xDCR\x8A.\xE4\xA1\xC9\xEFH\x19\x8A*\xAF\xD4\xF9\x89\xCB\x9A|\x18\x93\xF7\xA0nK\xCF\x99 I}\xC1\x1Bc\xB5\xE0\x83\xF0\xCA\xB2.v\x06U\x85\xDE\xA8\xED\x12c\xE3\b\x91-\xA1T7\xD1\xFFqR\x1C\x8Fd*Qv\xAF\x90i\t+\xF3\x8Cb!{\x94.t\x1E[\xB5\xD6gG\f\xAF\xE0\xFFy1\xA8\xDB\x825\xD0C\x95&Pl\x19\xDD\x8BG\xCF\xF07\x1DN\xD1t\x89\xA4Y\x1CC\xDA\x80\xBF`F\x8B\xC8J\xF1\xC6\x14\x9D\xFE\xCF@\x18\xB9\x9CU9\xDC\xB2\b\xC3R\xE2\xA6\b=\xEE\x80+\xC8_7\x8F\x14\xBEU\xF4k\x0E\xA4\xECu\x05\xC3\xA7=\xFAe\x9E\x15\xB6j\x97\x01\xB9>\'\xF8\xCEv\xB3\x01l\x19\xE6\xA7+\xF3'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xD3\x14\xBC/\xA5r\xC8\xF4^\x98\xE0v\x1F\xCD\xAC\\\xE0J\xA3\xFBa\x82/p\x9C\xD0D\xF4\x97f4\xCE\xEF\x1F\x91;\xFE\xDAJ\x1A\xCAB\xA6v\x042\xD2o\x80E\xE5x\x0B\xA3]\x8D\xF5@\x9A\x05\xD9O\xB8\x03H\x89c\xE0N\x1AC\xB1%:\xBF\xFEQ\x800\xF3\x18\x8E3\xCE\x1D\xE7\xC0\xF9\x0E`\xB7\x1D\xE1\x0B\xAF\x81Jg\xBFY\x9Ek\xB0\x8Cc\xFB\xE1\x89\xC4V\xAE\x16\xFF\xBE\x1F\x93\xD0<\xBD\x1C\xD6V\xB3e/\x8B~8\xA9\x01p\xF1\x91\xD5\x03\x87|\xD4\x14\xA4\xE6m\f\x9As\xBE\x06w\xB2L<\xDB\xA9&\x88yM\xC5\'q\x04\xA9\x11\xE9\xCD,\r\xEC\x9A5\x1F^\xEE%\x9C\xE89\xD8X\xB0c\x00\xE81r\xC6\x12\xEA\xA6\x1B\xCC_\xE8(\xB4\x0F8\x9F[\xEA\f\x90iG\xB7;\xD5a\xAEA\xDCX\x9A\x11\x8D}T\xED5\xD6\xA0\xFA[\xE5\x99\xD9C#\x86t\xBBR{\xD4\xB6\x0E\x92@~N\x83q,\xF3I\x87j\xAB\x96\'\x85Gl\xF7\x94\xE5]\x98\xCFT\xC3t)\xBAL\xC8/\xF0\x83#\xC2\xF9*\xE9\x86"\xF2f\xC7\x04\x96\xBC\x01c\x16\x8F\xBA=\x1B~\xB5d\xF88\xDF\x01(\xAAJq\xDD\xBC\xF8\xCA\b\xA7\x99\x1A\xC7\r\xDDP\xF1\x01{\xDF\xBD\x0B*\xAC\x12>|\x81\x1F\xF9\xE0\xA8b\xFB\x1C\x9EZ\x03~\x90S\xCAl8\xA8\xD4+E\x1Al\xCD\xABDu\xF10\xCF\xFF\x8F\xC7M\xA6\x92\x17\xC3\x80\xF4:\xA2\x1A`\xB1\x14e\xE1\xBA|7\x9F\x17\xB6?\xCE3\x9CTBw\xBE\xF5\xDA\x07\xAEiB\x966\xDB\xB2r\xCC\xE0\xA7H\r\xA0\x16\xFC\xBAP\xEB\xA2\xDE:\x84+\f\xDBQ\x87\xA5X-\xEE\x0B_\xD1ChU\b\xCBj-\x8E\xD54K\xFD@\x90\'\xD3uZ\x8C\x1E\xA9a\xD5\x87\xC7Q\xA51L\xE9\x81\xCB\x0F{\x8AQ\t>\x185\xEF\xB5\xD7[\x93z\t\x88r\xB3\xF5Z\xE7\x98\xC7\xB1o\r\xE0j\x9A\xB0 x\xEB\xA0\xDA \x83\xE6\x02S\xEFy\x88\xCF\xEAV\xAD\xF8\xC0\b\xE4h\xFB\x14\xEF"\x04\xE5\x8Dc\xB9\x15,[\xF1"\xC4\xE8\x94f\xBB\x89`(q=\xE4/\xC4a"\x10M\xC0{\x1Ea\xF7$I\xBA\x16A\xDA2\x89\xB7\xFD/}\xBB\xAEB\x99#\xBD\xA4\x1Dn\x04c\x80H-\x97\xC8M\xB4\x92q=p\x03!\x9Cn\xD6\xA4\xB5\x00I+\xAB\xF7\xD9u\x99\x00\xC3\x80\xAF\x1B\xD8\x9B?\xD0\x91\xFE\xA5A\x059\x91\xE9\xCA\x81s\x03\xC2W\x12>\x94^K\x13p\xC7\xE0[\x0E0\xB6\x9B\xDE"\xECl\xA49}\xE8-\xC1\x9E\xB1\xD1E\xC6\xFBO7r\x9B\xD3jV\x122\xC8 \xE9L\x11\xF7FV\x01\xEF\xACj\'\xD9\x8A\xB9\xD3\xA0{*\xF9R\xA3\xF0k\xDF\xA9\xC8\xEE\xD4\xF9\xA57\x06t\x91G\xC7P\x14=\xCC\xB3\x11\xDA\x83\tEd\xDD\x19:\xEE}\x91\xE3\f\x89?\x19\xBB\x84\xA1E\x07T\xA9\xD2e\x9Et\x8E\xB9~4\xE2W\x14q\xEFf\x19Z\xAD:\xD3\x1E\x95G)v\n\x1D\x8C*d\x86\xF2\xAF\xD5\xE9\xFA\x7F\xA9\x94rW\xFD\'\\\xCF\xAA\x19\xFE\x98]\x86\x11\xAC&\xBE\xEE\\\xDF\x04\xF1y\xE2\xB3\x8B|5\xBB%\xE1\xCC,\x0B\x82\xC4\x9BF\xAE/N\xC2\b\xDF\x8Ed\xB8\f\xCD\x85\xB4S\x9Fr\xBA\xDDT\x1C@b%\x812\xD8\t\xF2\x8AD\xBA\x9D\xF6u\x8BT\xFB\xC1\xD94eU\xCEv\xA7)n7\xCD#_\xFA\x19\x95\b\xF0;`\xA3P\x1Cf\xF6\t\xCD\xE4\x86\xFC\x9AE\x13\xEB}7\\\xF4\x02=\xE43H\x0E\xCD\x97\xBF\x00\xA0U\xBB\x1Ba\xC3.\xE0\x15i7\xE5\xBD+sN#\xB6\x9F\x01E\x14\x96\xC8\xB1\x8FK\x99\xC1\xEC@\xD9i\x87\xB0\x15\xFA\xD6\xE8<\xBAv\x93&>x\xB3k\xC6-\xA7\xE1\x9B$\xD7f\xC5\x94\xFC\xA6j2x\x14\xCEh:\xE3\x9CH\xAC{\x91\xC8!L\x98\xD5\xA5\xE7\tm\xF3\xDD\x845\xFBR\x1A\xDCc\x0E0p\xA4S\xC8Hq\xC1\x95w\xAE\x82N\x1F\xA7a\x11\xD7\xF3"S\x86\xFAL\xC0q\x8B\xAD\x15\x7F\xEC#\xB5\xE3\x89K\xAD\xF0\x8F\xFEu#\xD4\x05Q\xED\xB1\x01\x10a8\x8A\xCCC\x93\x1E{\xB8\xE8g=\xF3\xA6\x00\xD2\x80\xB7\x10+\xFF\xE4"A[(\xD0\x01\xDD\xF0T\xBC\x8E6\xA1\xD1\x05\xB2a\x1A\tF.Y\xD3\x80N\x06]\xF5\'\xD7o\x10\xB7S\x86\xF6;\xA3c\x82x=\xA7\x1Cy\xB0W,\xC5^\xD6\xA0\n\x88\xBD\x7FDU\xE6!\xF4\x98\xA9V\x8C\x07\xF1\x9F\x12e8\x9C\xCA\x03o\xE6\\\x17u>\x91\xCC\xE6\xA2\xF0\xFF\xBE\xAA\xFDE\xEC\xA0\x84;\x00\xAA\xDA \xFCk\x96\xD5`\x7F\xCBD\x8A\x00IX\xF5o\x17\x8C\xDFT\x0E\xB8"\xD2\\\xA3\xF8tK\xD5\xC1\xF4\x06\xDB\xC6\x18\xEB\t\xCC/\xA8\xE4~\xD2\x0F\xA3jU\xEAy\xC2\x8C\xD3l\x96P\x1Ai-\xCD\xF6\xBB\x12Xh4\xA4\xEFV\xC2.\xA0\xF1\xB0\x1B_\x9D\xD0,\xB0\xC4@\xF8\x9DF\x87w0\x13?\xCB\xB3#\x9F\x13h; ~`\xA63\x82\x07\xC5\xF9@\x971\xBFB\x82\t9\xA8\x18\xF7\xB7)\xE6\xC3\x89\xB1Rl\xE2&\x9A\xD0\x85\xC8I\x16\xB5;\xE3#n\xDA\xBC6\xE5\x1F\x96b3\xA8l-\xF2\xDE\x97\xBFl\xEDa\x93\xFFX\x80\xA8\xB9\x93\xFEM\xDFv\xDBpZ\x19\xEEa\xFC\x1D\xD4\x9E$c\xDDC|\xA2\\\bu\xD9\x16B\x8Fw\xED\n?|\x02\x8Et\x07\x88R\x95\fx\xFB\x8Dt\x04\xEC\xD4\x1D\xBD\xCFY\xAC\xFCN\x8B\t5\xE0C\xC9\xE8/S\xF2\xD1)\xB7\x10P\x89\xA0\xB2\xCB\x8Eo\xE6\xB6t\xF1\x92S\x0E\x85\xCE!\xF2:\x9B\xFB\xA7\xC51\xAF_\xB9\xE3*\xAD\xD7\xF6]\xC5@\xED\xAAM\xC9<\xB9[\x85~\x12\x91\x07d9\x1F\xD6\xA9)\xBCn\x1Aw\xD8\fg\x89?\x9AW\xBA"8\x03L)\xAAW\x10I\xCB\xFE\xAF\xC01\xE0L\x91\xBA*X\x06c\xD5J\x1A\xF8\x95e\x1CEk\xA7\x14\xD11\x82\x16f\xA1\x0FF\xE1\xFDP\'\xE6\xC5s\x9C\xE8\x7FT\x83\xA3\xF6\xB1\x96H\xC2\x16n\xEE\xC6\x11\xE7e\xD7y\x0B\xDE\x985\x88*i<\xE9r\x02\xABf\xCA}\xE0\x80!\xF3\x9F\x8AR9\xCE\x9F\xEB\xBD&\x99\x01b\xB6$\xDE\xF4)\xAD\x997\xB5\xA2F\x81\x0F\xB2C\x16\xFD\xD3\x0E6`%\x00\xA2\xE2\xB0"\x03H\x97\xF5\xBE\x84?\xC6\xF7\x7F\xBC\xD9\xA3W\x1E\x8D_\x17>\f\xEC\xB3@q\xBD\x0Fx\xDB\xC0\xFEY\x806\xDDrG\xE3}S\x93\xCFuV\xC6h\xF0w\xDA0\xF7\xCE^\xC1\x97jI\xE4\x8D\xCE=|X4\x8Ft\xD0v\xAB1\x17\xA0P!]\xE8\x18\x07\x97\xD1\xB8\xF6\x9C\xD6\x83O\x18\x99\xCF7\xE6\'\xAAm0\x12{\tP\xB0\x8C\xF8\xC2\xA4\b?\x87\x02\x1C\xD3\x8C\x18\xBBTk$\x8A:\xEF\xAD!\xC3s\xED\xB8\x84\xF8\xD5E\xA7\x8E)\x00Zn\xEE\xB3\x01\x8F\xACm4\xF1{H-\xC4o4\xA6i\x01U\x8F^\x05C\x83\xE3\xB4\xD2\x94\xF3\x1D\xCC-\x117\xEDm\xBE\xE22D\xFA_\x0B\x99\xA8\xE1\x06w.\xDC\\\x9C\x07P/\x1D\x0F\xC8b\xE7\rN\xE1\xCA\x8B\xDCd\xD0,G\xC8\x81@\xDE\xA8\bY\xE5\xFC$\xC1\xDD+\xB6\xA4\xF6\xC9\x19J\xA2$`\xBFiB\x9B\\\xD5\xAF`\x14\xA1|\x94\xAC+\xCB>\xEDK\x92\xB9V\xFE\x86@\x16\xA7\xD8i\x9B\xB4&\x06e\x9F\xB6 F\b6u\x9A\x0EY\xFD\xBE%e\x89\x1A\xB4z\x8F\xF3G\x13\x7F\xD4k\x98X\xEFt\xFC<\xE6\xA7\x05s\x85 F\x8F(\xF5\xB7R\xE8n\x87\x00t\x1D\xD5\x12\xA4\xCAy\xB5\xF4_\x91\xE8Au\x88P\xC4\xF0<}\x95\xA8\xBF\x1A\xF4\xE2\xB2p\x12\x9F\xEC\xCCP\x97=\xD2]\xAC\x85\xEB\xB5\xF2P\x1B\xBAG\xA9o-\r|C\xF7i\xD7\xED\f\xB6\xE4:\x93L\x1D\x83y\xC6\x10k&\xBB\\\x17g\xE4.Xd\xD6\xEC\xFF\x93A\xDAV\xBBH$\x007\x94\xAB\x10Y\x02\xE5\x96i\xBA"m\x0F\xF7\x95\xDB\xA7Z\xE2\x97b\xEA\xCE\x19\x87\xD6\xEB\xC6\xB58\x99Q-D\xFD\xC9v\xFB\xBF\xDBG\xEF\xABO\x9D\xDF7\xA9\x98s\xCB\x10\x95\xB2q\x18\xA7z\x06\xEA\x90s\x9E\xE3g\xCEwC\x82+rNA\xED9\xD1\x8DI\'\x15k!\xC72\x8A\x03W\x9E\xFCQ!\x93]\x00s\xC0\x87b\xA4%\xED\xA3\\\n$\x8F3b\xF7\xCD\x7F\x03\xEF\xB8M\xFD<\xC6J2]\xBF\x819\x19\xAE\x0BR*\xB5\x1C\xDC\x9F\xB9\xD6\x19\xA9\xC7\x9C\x02c\xE4}\xBB\x86\x07@x\xB2\'r8\xBBi\xA60\xE2\x17\xAB%\xDE\xCA\x19R\x8B\x15<\xB4r\xE3\xD2\x16\x85J)\x8E?\x1E\xDC\x8A\'\xE2\x9E\f\xD1\xF5&h\xCC^\xBE\xD7\x8C\xFB_\t=\xF34\x8C\nyT.\xB3\xA1\xCB5\xF9\xD6\x9E\xEF\x12\xDC\xC6\x90\xE6D\nw\xCD\x8CJ\b\xF6y<\xD9\xAEe\xCF\x96V\xA4\x04o\xC2\xAF\r\xD3]\xA1x\xADZj\xF0\x83\xB4N\xE0\x9B\xFDB\xF0~6\x9A\xEA\xC2U|\xCBd\xFA\xE1\x84\x1B\xF4B\x0BW\xACHg\xBE_\xA5K\x1D\xF6\xD3\x84\xB7>\xEFm\x9ES\xB2\x925x\x04\xE8+\xF8A\xB9 :W\xEAl\xBC\xF81\x12\xC1\x03\x1F\x7F=\x15o\xAB.\x80 \xA5\x11Gp\x89\xA8 \x97\xB4)F\xC0`\xD4s\x8A\xEAn\x93+\xFC\x821\x05z\xAFd\x15\xFC[+\xD6\xBC3\xEA\x0E\xF9\xC0!\x85N\xC5}\x8B\xEF\xDB\xA1\x94\x1BO\x82\xE6\xD0@\x90\xA8\xD8_\x92\xC5\b\xD4X\xE4f\xC8\xB1%\xD2\xFD\x0F\xE7Z\xD8o\xAB\x0E\x97+\xC3"\x13\xDF\xC9\x1CQ\xE5\xD0:\x9AP%\xA2\xC7\x94\x0F_\x80k\xD1\x94D\xA1j\xDD\x19\t\x9Bd,w\xFF\xC86\x07a\x9BnM.\xBA\xF9\xE66xK\xB8\x96\x05\xF6S\xDE1jN?\xA2\x16\x90\xF1=\xE2[\xFC\x9EO\xB2>~\x9C\xB7k\x8C\xC2\xEB\xDEG~\xAE\x1D\xE1\x01#Ia\xD6\x0E\xB6:\xAB^\xD3G\x10\xB5B\xE2\xA7|\xB6#\xEC\xFE\xC9V\x10\xA2$\x8A\xEE\x184u\x83=\x17\x93\xB7\xC6\x85\x048\xCD&\x7F\xB9\xA8D\xD7u\x04\x8D\xEF\rZ\xF8\x13,q\b\x882\xF7Cs\x83\xC2\xA8(\xEBTz\xF5\x90\xE9%\xC1\x80\xF5[\x8F*\xD7I\x8B\x18\xDEv\x86Dd\xB2\xFEk\xCB\xAA\xDB\xC0\\\x9Fw\xE3\xF5^y\xBB\xFBQ\x88\x07j3\x82\xBD`4\xD3\xAC&\xDAC\xA5Y\xB4\xD4b\xE9\xCC\xA17X\xFB\xA9\xC5\x88\x1C\xCEK3\x01\xA4k\xD0\x1Fs\x11\xF2\xC4;\xA5\xB2(\x99\xEB\xD6\xC2<\x9B]D\x0E,\xEC\xAE\nF \xAA+\xDDe\x9F\x18\xEB\xC8\x1E\xF2\x11\xE4\xA1pJ\x86g\xC9\x92\xFF \xBF\x99\x0BR\xB8\x15\xDCl\x07p0\xFF\x9Eg\xB3uS\xE5=\xAD\xBF\x9DT\x02qZ\nh4\x19{S\f\xE0 \xF9\x90m\xCF\xFCc5\x8D\xCB\xEC\x95C\xB3\xD4Z\x92K\xADU*\xC5\x18\x01\xBB\xE96w\xF0O\xA3\xE2H\xF3l\xD1\xECU\xC5\xE5\x12?\x7F\x9BX\xA5\xF6\xC4\x80\xE5\xA5\xBF<%\b\xCDg\xB3\xDC\xF4|\xD1[\x9E)e\xCA\xE5]4\xC4\x87h>f%\x13\xA5\xD1\x92\xE9`\x7F\xB8Yo\xC9\xA6F^\x9C\x7F\xDA\x81\\t#\xB4\x12`2\x05:\x95\xB4R\xF1\xE2\x043\xB6v9O\x00\x13\x8A\xB7D\xEA\x803_\xA5+\x8BK\xC1A\x02}\xB9\x97\x1B\x04W"\xEB\xFA\xC4\x86Jd\x06E\xAA\x9D\x10\xD5$\x92x\xF9\x0B*\xAE\xFE\x1E\xB9\n\x95\xC9A\x9F\x8D\x1C\xD9i\xFE\xA6.\xC3!\x83^\x11\xDA\x94[}\xD1b\xA3\x19N\x03\x14\xC7\xE5\x06j\xF3\xD5\x1A\x8CM\xEEn\xA4\xDF\x95\xB8\x9D|.\xE5\xB4\x1D\xC1)\xE1H\xF2\xB0\x15\xE4\xBC\x89k\xC77e\xE90V\xDC}\xFA\xBF\xACw\'\xCB]\x8EpA\xD1\xE9\x9E(\xC8\xAE!\xE1\xF5/v\xD8\xBE\x95t;\xB5\x17\xA8\x959\xB0,\fB\xCF{\xFCNV\x0B=\xCB\xF6x\x89\xFFl3\x84fP-@\xD6\xF0K\x91\xA0\xD0\xF7\xAB\x86%\xE5JX\xF2\x81D\x18\xDC\r\xAF{J\xFEg\xF1C\n\x9BL\xC5\x90\xADi!\xF6I\x82\xDDyQ\xFA`\xD9\xC1\x84\'\xAE6\x11\xD5\xAD\x8Fk\x9A7\xD7\\\x96\xCD\x07\xC3\xA2\x03\x98Y!\x11\xE3rC\x14n:\x06h\x16\xD3\x9C\n\xE7\xB8g\xF9\x96\xC0\x1B\xAA\x8Bs\xBC4\x85p\xFD\x0F>\xEDT\x9F\xD2a2#\xE7\xC6t\x9D\xF5j\xE6^\x8D\xC7\x1E\xEDQ\x02\x15\xABM\xEE\xB9\x1B;|\xECa\xCD\xB2y\xA8\xC0\x04\x8AO\xC2\x99\xCD\xB6\x8E=r\xC32O\xA0)\xEDY/\xE1;\x15\xD4W\xE7\xB3\'Z\xDE\x88-\xB1\x11\x00\xBD\x9C\t\x88\x135\x1FO\xBB\x17\xF2oi\xBE(\xDB_\xC4$\fpV\xA9\xD9\x8A\x183\xF7\x82:_,\xB4 \xDF\xF1[/\xA3\xFD$\xAE_\x8B\xD2\x10\xC9\xB1\x87Z;z\xE3\x98O\x1D\x92J\x03b\x13\xC8\xEA\xD3+\xA6\x1Dr(J\x17\xBDU\xD4(\x93\x03Q,n\x1BBX\x93\xAA\xE8\x8C\xC1j\xD2\x82>\xF8n\b\xAF\xE3\x84lY%\f\x86s\xFA\xA22\xC0#Qd\xFA\xE8\xBC\x1B\xAA[\x05\xCAg\xF4\xAA\xC1v\x85Z8\xB0U\xF2c\xBA\xE7\xACm\x97A\xE4v\xCA;\x9E\xB7\xEF\xA7\xBDs\xF6\n\'A\x13\x9A\xE4\\\x1E\xB7\x9D1\xC3(M\x02\xB4\xE0\xEEL\xB9U\xCCh\x82\xF2\xA6\x951y\x1F\xC4\x8D\xF1\'\xB19\xDD\x18*\xEE\xD9\xA1\x1E}\x89\x10\xDC?\x86\x06^\xF0\x10\xB3Z\xF6\x1F\xD8]\x0B8\xD5\x810f\xCBY\xB0u\x06-\xC9z\xEBI\xD2w\xA2;\xCD/c\x9D\x159\xE8\rF\xB6\xE2\n\xD7G\xA0hI\xD8v\x87X\x9En\x8ER\x0E\xF9\xBCH\x01\xCA\x99y2\xD2\xC3$\x8B2\xA4j\x88\xE7|\x90\xFBR\x15\xDE\xB7\x98\xFF\xD8K\xF3\xA6\x91U\xFF\x88 \r\x92\xF3p\x8A\x05\xC3{\x8E\xAE\xD4v\x1EYm\x89\x14\xCC\xFF\x9D4\x14\xBD\xEB\x07B\xCF\xAF5h\x93\xDF.`\xB2\x1A\xF4O\xA1u\xDA\x02M\xC2\x13D\xAD(\xC7m\xA1@\xEE{\x1F\x835\xBEh\x14\xD99\xACc\xE7\xBDS\x19\xABE\xDB&\xF7\\.\x9A\xFE\xC58\xAF\xF3W'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB1\xE9p?\xB7\x1Fh\xE2\xCDs\x9D\x18\xD2\xECk\xB1\x1AW\xEE\x9BnC\x02*\xA1\xF2\xC0f\xD5\x1E\x8F6\xE3\x04\x9BZ\x15\xD9L\x9C]\f\xAEd\x1F\xE2w\x9E\xF5\xC6]\x14\xA6K\x92\xCA\'\xA1O\xE9\xB3\x1C\\\xF8,\x93\xCF\x10\xF5\x9AH\x8C,\x07\xC15\\\x04\x93.\xC3\x874\xD2\x15\xBF\x8C\xD9k:O\x0F\xAB\xFBt\xBFJk\xCC-\xBC\x8B\xFB$\xCB\xEB\x916\xC5\x88I\x16?,\x8A{\xD4\xFCg\xE3]\xF9\x87mD\xCC\x9D|\xFDcL\xA5\xDA|\xFF\xB1_\xF1N\x82}\xA8F\x0F\xE0v\xFF\xADQ\xE6]\xB2\x1A\x94\xE3\x83/W\xED\xA7\x12\x86\xAECs\xE57\xB7}B\xDB\xF9S\x07\xD1\xABn\xDB\x06\xEB\xB5>\x1C\x0B\xB96\xD8\x11,\x8E\xE19\x14\xC5\x803Y\'\xC8:\xA4\x1E\xD9\xB5\xE7\xCBT\xF6\x9Eb@\x91#\xF91r\xCC\t}\xB7F\xC8\x97*`\xDD \xF0\nb\xA7U\x81\x12p\xA3g\xB5\xED%\x93\xBBT\x9D1\x85r\xAB\x8F~\xC4\xFF\xAAs\t\xBA\xA9\xE2t\xEE\xBA\x80\f\xE8w\x94@\xFB\'\x16\x8B:\xD3\xB5\n\xC9x\xA4\x86G\xEC\x9E\xFE \xDDi\t\xD3=\xFFx\xA0\x90\xC7\x1C\x03\xD2-\xBF"\x953~\\\xFE\x11iF!\xC4\xDB\xF1U@\x1F\x98L\xEFW \\"B\x05\x1Af\xD5P\xBF\x10mX\x9Cj\xBEr\x1DW*\xF2e\xDB\x12\xC4V+`?\xA3\xF3z\x8D\xB4\xC2T1\xD6Km\x98\xF1\xAFM\xE7\f\xD7D\x84\xC9\xE5\xA8\xD1\xF6cN\x14\x9F\xD0\xE7i\xB5<\xCE\x83\xF7\x95\xD0\xB0\x83F\x9D\xFA*\x8A\xD0\xAD\b4\xDD\xEF\xA9\x84\xE3\x9BK\xBA\x02<\xAE\x8E\xD4\xBF\x87\x15M%\\\x99\xE9\x10\xB4\xF8\'\xE0y;[\x8A\xFB\xC2\xA6\x16=.t\x8B\x07\x995\xBD\x04-_\x82\x17\xDD\xA3k\xBD5S{\xDE/q\xA9a\xDF8\xF3\xC6M\x96\x02H~\xC17\x1A\x8C^"\xDFt\xF8g3\xAF\xC6\xE0\xF9\x19B\x80^8\xBE\x89\b\x9F\xCA\x1BrbO\xF3\x9B\xB9K\x19\xB3\xE2y\x89l\xA9\xF9\xC23{\x05*n\x0E\xA2\xF0\x01\xC3\x14\xED\xB6F\x1Ew\x86`%\xB70\x11\xFAj\xD4\xAA{\xF2\x98\x0B\x1BJ\xEA\x04s9\xA8l\xCD}\xDC\xA2iD\x18d\xDB2\x97\xB0%\xDFx\xFC\xD8[(C\xCD\xED#F\xD7\x0ER\x93\xF5\xC0\xE4\x8A)\xB7]<\x8EV\x0B\x98\x01\xA4\xE7\x15\xD4h\xA2\xCC\x93X\t\xE82\xC8P\xB8\xA6\xCB\x92W\x9B\x0E\x83\xF0)\xAF\x06!\xEB\xCF\xAC\xF7\xB8H\xEC\x05\xCE\x88e\r\x93\xEFh\xA2\x0FW\x92\xB6u\x9D\xEA\xB1cAD\xD5e\x1B\x97\xD8$\xCF~\xC1gO\xB4B\x8C\xEDQ\xE1?\xB1&\x9CE\x81m)>\x7F\xDC+\xBC\xD2eP\xC1\x96V\xFA\x8ENt,\x84\x10{:X\xBE+9\xAD\xC7\x80\xFE\xBF<\xDE\x1AZ7%\xD4\x89\x19\xAA\xFD\xC8Iv\xAE\xE9@\x841\xD9&\xC9\xFDy\n\x1En\x87\xF5v\xBC\xFD\x13\xD7\xE6\x81\xFA\x12aF \xFE\xDE\x14;s\xC65\x0E\x99\xE4U\xC5\xA7\x91\xE6\x1D\xA4\xD3Ts!1}\xAB\b\xF5\x86\xC5\x00yO\xE1l3\x12\x86\xF6\bl\xA3\xFB\x17\xF1\x90^.\xAC\x9A\xBE5\xC8\x17L\xD0d\xAEV\x05j\xB4\xA3\xF0\x8B\xAEz\xA0I\x8A\xE7\xB3]\xD8\xBF\x01n\x1A\xD6\xFCjK\b\xF6C\x13\xE5\xD5N\x9Af\xCEq\xA7?\xBA\n\xA3\x91\xBC\xE7\xA0R*\xBC_J\xB1r\x9F\x0F\xDF=\xD3X\x01\xA7^\xDD\x8F9!\x9E\xC16\x1DR\xC9=\xE62\xB9\t\xD1.\x1E\xA4\x7F>%\x9EB\\2\xB6\x9B~\x83\xBC\x97\xB2\xF8\x8C\x1E\xE9+H\x11\xEE\x95k1\x1EY};\xDC\xCB\x1D\x94\xE1\xD06R\xBDp\x82\xF2${\xE8\x99+\x0B\xEAz\xF4J\x94\xD5w\x07f\x17\x93Xn\xF2c\x00\x86\x13\xF0\x8C\xD0\xB1\xF3\x88\x12\xCA\xDB\xEDXo6cB\xC1U\xB4\x90\xE0b$\xC8\xF6\xF2\xD1\x04\xB1g\x8B8\x00x\x0B\x89\xEA\xF9\x18eF\xB3\x8C\x12B\xB9h\xA9\x89\xCD`\xE3(\x87\xBD\x9E\xD7\xFB\xC6$\xAA\x98H\xE2T\xBAeM\x0B\xE2w#b>,\x18\x03\xCD\xA6\x10\xD9\x01l\xA1\x19\xD3V\x81C\xA6K%\x98\x14\xF3W\xA8\xC4]#B\xA7\xC9\x97\b\xDCQ\xCEo\xF9\xC5S\x191\xB1\x10\xFAF\xED/qN\x84B\xDA\xBFl\xCB4\xA7\xFD,l\x95\xC1P\xFF\xAC\x9F\xC3\x8E\xE2\'x\x840\xF3<~\xB7\xFF\xAA\xDEu\x83\xC5\xE3q\xB7E\xE8.\x9A\xB5\xD8\x7F3Y\xBB-\xA0\xF05\x84\b\xD7D\x00v\x9Bl\xAA[\x1F\xB1\f\xEBw\x158\x06"\x92u\xDB\xC6\x1C\xA59\xD6\x8B\xE7tEjP\xF1\x9DZ\xAD\xCC\t\x8B\'L\x0Fo2\x0B_?+\xD5\b\x80\x17mL\x03\x90 \xE6\xFBv\x17]\xAC"\x7F\x9C\xE2\x8F\xBE9\xCA\xDC\x8D?\xCE\x96-\xA5\xF8\x8AZ\xAE\xEF\x10@\x82\xEBI\x06\xB5Z\x11\xF7 \xAF\n\xBB@\x1F\xE4J\xBF`\xE8\x9C0\xC2\xD9\xED\xAA\xFC\x91\xA1|a\xCC\xDF\xF1\x12i\xD2\xAD\x87A\xC2\x93\xE4I\xB6b,Y\xF1"O\x14\x02\x7F\xE4\xC0Uf\xB9\xE6|\xD6K\x9B`\xB4}\xF7)f\x984\xCF\x85\xDA8\x91\xD4e\x0Fp\x985\xF7\xCE[\x90O\xBB\x1EkH\xC2"\xF8\xAA<\x81\xA4\xC0U7d\f\xD7n\x01\xC9\x10\xEE\xA7\xCF\n\x84d\xB9\xA0\xF6a\x18\x05\xD3>\x9E\x1B\xC41\x01&\xD1S\x82\xC5\xDD\x1Az\xB9S`\xFE\x7F\xC5\xFA\x8A\xA7\xD8\x18y\xAF\xE1\x1E\x99z\x89\xD1\x12\xE1Q6\xB9Xy\'G\xF8\x99\xED%\xA5S*:\x88s\x18An\xAE\xE80G%\x86\xABJ\x90(\xFCQ\x81q\xB9\xE2\x17\xA2\rq\xAA\xF0H\xA2\xEA\'\x9A\x16/\xB3T%\x02F\x85i;\xFE&\x047X\xB0\xEE\x99\x8D\x00\x1C\xC7\xE3\t\xB4\x17\xCA|\x8D\xB8\xF7\x9A\xDBP\xC1\x92\xFB\xD9x\x96\xC7\xD5q6\xE0y\xC9j\r\xA7\xF4W\x8Fl;\xE6D-\x8F\x04\xC8\rp\xAB\xE2H\xEFu9\xB9\xEC\xC7\r\xA1P\xE5\xC5\xA4\xF6h.u\x0E\xD8l\x9D0\x91tZ\xDEJ\x06\xE6j\\\xB1\x03#\xA24M\x1C\x0E^\xEF\xB5\xFD\x9C\x12\xEE\xB2\xDA@ \xCA3\xAF\xFD\x95\xBB\xD3]k8\x89A\xD1\\\x82\x9F\xCD\xDEb\x96V(\xD6\xBCbC\xD8\x1B\x84\xBC\xCC[C\xAF\xF4R\xD6:\x85\xAB/\xC0@\x1D\xD01|\xE6h\xCC\xBB\xF3\xA8\x8A=S\x1B\xC2X\x835a\x94\xE9{\t\xD5e$T\x12\xF7\xB3\xDD\x1B\xBF\xF5\x07#g\x11\x8D\x1D\xAEw\xF7\x8Aq\xB1\x8EtM\x05?\xA1#\xE8\x88\x16f\xBA\x03\xEE\x1Fl\x9D\x0F\x82\xA6\xF3\x8FG\f\x86[&m\xDE\x07\x94+mB\xA5\x1E\x01\xBCM\xA0\x87F\xC2\xEF\x7F\x80\x9FO(\x96{J\xB75\xC3\xF9N.\x05>\xE5\x173\xFD\x14\xEA\x9B)\xDF\xFBy\xC2\x07I\xCD&\xA1_\xC8\xFAU\xD8rL\xC5\x16\xB6\xDC:\x02\x99D\xBE~\xCE\xAC\xE7\xD6\xF7x\xCD.k\x14\xF8Z\x1B\xA5\xE04\xCBr\xFF\xEBa\xA4\x90o\xE6\xA8}\xD6\xBF\xA0\xCB[\xB0.\\\xBF\xCFc\xB3Q\x935\xA9o\x95\xE4y\x11E\x94\xB6\xEB5\x01e(^\x9Fy\xB0\xD4\xEA2\x17\xFAZ\x8A\f\xB7J\x8E\xE4\xAA\xD9*\xB5\x92>\x06\xB8\x18A\xAB\xD3/\x12\xDB\x02R\x98A\xF0\x84mI\x94\x00\xD6\xA69}\r\x89\xF0\x19^\xDA+\xFE=\xB2\x8A\xDF,~!\x8C\xAF\xD4\x95\xFB\xEC-\x18Pd\x82\xA0Jh 9p\x9D[\b>\xC5u\xEAf\xD0n\xF2^\x8D\r\xC2\x83W>\xC8(\x19\xB4\tc"\x10\xDAu\x81O\xF2\x94"Dk\xD1\xB8\xEC\x80Y\xC3\x1BN\t\xA7\xCEY\x0B\xE4\x9B\xEE\x87(|F\xBC\xF8:\xB4\xA1\xF2\x1DBs\x11Wp2\xD5\xA1!\x02\xBC\xEDU;\x87[j\xAA\xF3~\x80\xEC1\xBD\x92[\x13\xA9z\xD9He\xD1A)\x92\xD3\xBD\xA9T\xCB}:\x07e\xB4\xA6O&\xC6V\xD0l\x11\xC53\x07\x9C"k\xCAV\x7F\x89\x07\xD2\x9C$\xC0\x0B@\xB6rG\xDF\x1B\x9C\xB0\x13\xE6.\x1D\b\xCC\xB5cR\xFA?\xAE\xC9\x8C$\xBE4\x90\xF3\xA6U\x06zE\x86\xFD\x12\x91G\xF5 \x94t\x13\xE7p\x0B\xB0L\xF9\xA2\xD8_\xECK\xDF\x8F6\xE5\xBCg\xB08M\xE5\x8Bh\xFC\xCC\x8F\xAA\x7Ff\xC8Cu\xB9\x9DU\x83=\x0E\xA5\xDF{)0h\xFA\xE7\xAF\x03x\xDD\xB7\xEA\x9E\x1A\xE1-d\xD8\xBC\x87W0\xD2\xF9\x80\x9F/\xE0\x8E:q\xB3\x16\x81t\xAB\f\x19\x9AQ)\xDC\x91\xFB\xC9\xA7T+\xEF]\x0B*\xD8\xF2\x04\x8E\xDC\xFEl\xE3#r\xC4\x1D\x88\xEE\xDEA\xA0Om\x1B;\x84#^3j\xC3M\xA4\xECr\x0F\xC9\xE3E\xBB]\x1C\xF4b\xBE\x1F\xE6\x93B\x02\xC30\xF6c\xCE\x02\xEFG\x17_}\x1F\xDA\x10\x9B<\xC0\x816\x97N"`\xC14\xAC\xF7\xD5\x97\x05g\xCA\xB2\x07\x87\x12\xCB\x97\xC1P\x10\xCA\x8D\xF4\xB1\b\x955\x1D\xA9i\x9A\x02z7\xACG\xD4{\xFFX-h\xD3\xA0U\xB6?w\xA9\x84o\xB8\xA0\xEA9\x85\xB2v\xE3O\xFA\x16\xB6y\xA8>\xD1\x14L\x8E^8Q\xB3ES{\xD4^.\xE3\xF8d\xAD\xFF>\xD6v%Z\xCD\xFCP<\xB2$\x82\xDB\xC7\x97\t\x87\xA8\xCD\xB8\xF3#|\xEA\xD7\x8B!\xC47\x0F\xD4.\x06\xBEH`\x1C\xD2\xADlY\xCE\xE2\r\x86\xEB\x9A|\xB7\xE9&\xA1\xFA\x15\x96\x1E\xEF\xB8@w\xA3(\xE7r\x9A\x15H\x81\xBA|\xDC\x8C\xE8\x0BY\xF1\x15Rr*A\x14N\x9B\x0E\x82F\x15\x97\x07M\xE1[\xF7\x8DRj\x98\xF4\xC8\x03\x90%\xEC\xA0@+\xF6qS \x01C\x0F\xC0x\xE0\x919\xC5\x01\xA7\x8F\x0B\xD7\x88G\xBBY\xA8\xE0\xEF\x04@\x9E,\xBFp\xCF\xA5f\x00\xE1\xB3\xEEk\xDA8_\xC7\xAF*aq\xF1\xB3\x9Dz"\xAE\xCF\x16s2\xA5D{\x0F\x89\xC4j\x95\xBA2\xC7\xA5\xD9h\x85\xD03a\xE7s&IX\x19g6\xCE\x07\x1E0\xC6g\x13\xAEd\xF4\x17G\x95)\xBD\x8E5\xA0\xC4"\x90\xE9\x04n\xDE\xFC\xBE\xA40\x1B\xCBB\xE7\x00?\xDF\x8BX\xE6\xBD.\xD9J\xFF\x1C\xAB\n\xDEb\x8C+\xF1U\x1C\xAB\xF5\xA1b\x82\xDC\xF3\xC3\xB3\xEC~\x92\xF3m\x83R\x97#\xC8V\x86\xD7\x7F;\xEAL\x18b\xFCV}\xBD\xA32\x8CN\xCF=\x86\x04i\x94\xBFa\xA3(\xB5\fi\xF9\x9Bd\xB4\\7\xD5WG\xFAv\xB2:\x9C\x05D\xBE\r\xB6\xCF3o\x95\x03#\x9FO\xDB\xB5\xFD9\xD4\xE9r7\x05\xB6\xF8\xAA\n\xCCw\xD7\x84\f\xACC\x1FW\xEEv\x0F\xE5Z\xDAL\x131\x80x\xF2R\xD3\x1F\x84\xCC\b\xE4\x92\xF0}\x80\x9E\xE8\x19\f\xC4r\xE5\x8CoV@\xFC\x13\xACS>_\xC8\x10A\'\xA5{\xBD\f\x8F\xA6\xE1\x1ERg\x88$\x9B\xB8<,\xCA\xF6\xD3\x13\x9A\xAD&\x92\x7F\xB9\xA8\xEF\xD4\tI\xC6\x966\xACN=u!\xA5\xC8\x13\'\xBF<\xCF\x93L\xD7Y*\x13\xEB\x8E|\x9C)\xE5\x82\xD6\xAEt\x8B\\\xE4\x19K-\xF2Eb\x98/\xC2\xDCD]\xF4\xE5Q\x96p\x87e\xBC\x01H\xC7\x1A\xFB)q^\xB2\x1A\xE3l\x00\x7F\xEB\x15\xC0T2oC\xB0\x04m]\xA9$\xF9\xB6\xA4\xD1\xC2!\xDFJ\xCBv\x1A\xFE4\xEF\xC1\x06\xCE\x9C\x87_\xB0\xC6y\xD1\x11\xEDn\xFE\x14\xA8t\x1B\xDB\x05K*\xDD;`\xF0\x9F9\x8A\xC9\x99=\xF9\x8D&\xBB\x9F\xDB\x8F\xB1\xF8\x88\xDF\xF4\xD4S\x8A1\xED~\x837j\xFF;d\xB0\n\xBC\xF4\xA6fM\x97\x1Fi=\xF9s\xD7\x06&\xFD\x80?\xA2\xB2\x914\xC7\x8CZ\xB67\xAA\xEBr\xCC\x82\xB4hQ\r\xEAV\xDC\xA5dA\x0BZ0G\x05a\x9E\x0Fe\x95\x1F\xFC\xDE\xBA\t\x18\xE2J\x92\xA2\xF9\x87m7Y\x8D\x0E\xB9+\xDC\xA9Q\xB64\x15\x9FO\xE4\xB9[(P|\xD4\bA\x9E\xFB\xC5"\x90\xA2\x17\t-\xE0\xD2u\xBB /w\xC4\xD6\x86\xF4\xCAq\'\xD2<\xC3I\xA9w\xC7\x9FdC\x99\xC9^!W\x14\xD3,\x99\xE1D\xD0\xE9n\x85\f\xF1\x90\xE0\xC1k\x933t\n\xF4\xC0\x1D\xE8c*\xEDh\x7F\x0EP\\\xF5zL\x94\xFF\xA7E\x85\x03\x12\xB0M!g\xAA\x97\xE4\x18{\xB5-\xE3\x158N&\xD3n\xAD\xEB\xBD\xC8u\xECP\xFE\xC3$y\x9E6Z\xC9\x7F)^?\xEE\x1D\xAB\xD4\x8B\xDE\x9CI\x83\xAC\xBD\x17\x80\xD1\xE3<\xBE\xD6\xAC \xC24\x15c\xCE\x9D\xF16\x94\xE8\x16\x00\xBAW\x81\xED\x02\x8EX\xF0\x85\xB2\x01\x8D\xF6/\r>4\x91\xB4\x1B\xA7a\x12\xB0\xF5\x02\xBEF\x17\xA0\x03\x81\xCDU\xF8C`\x15k:\x03s\xDDTD\x99\xB2\x00\x89/\x9A\xE5n\x8B\xED\xB3}R\xDF_s\xCFDz1\xC7M\xA6!o\xCE\x0Bb\xDBu\x13Q\xA1x\x80\x02\xE4F~\x84\xDA<\x8BL\x1E\x93\xE5\xAD\xD5p\xB2\x11|\xBD\xA3%\xC7\xB0\xF6\xCF.\xA1\n\xF23a\x1ArGd\x06AX\xD9:\xFC%\x8D\xC0\x07\xB5\xA1\x8A\xF1\x0F8f\xDA?\xBC\xA2F\xC3\x96;\xB8\xDF\xCE\xFB\xA5i\xC1&\x05\xEFo\xCBc\xD8v;\xFDV!I\xE6\x968\x02q\xE5\x92Y\x1F\x83`\xC8$v\xA4\xC3\xEC\x10\xCA\xB7\xF7\xA4\x1C\x96\xC5I\xA8\x19-U\xDD%]\xD5\x91\xB2\xFA\x9A\x1A~/\xF4!\xE9i(aG\x16;\xD3\x9DZ\xBB.\x99\n\xB5)\x88f\x99\xF0\xC6-e\xDB\x86K1\x0E\xBBw\xECH\xB8\x8F\xD5\xFBT\x92\xDD\'\x84x\xD1,m\n\xE7q\xF5\x81:\xFEm\xA9\x06x\xE8,T\x88\xE2\x03\xA9X\xCB\x82\xAB\x18\x98`\x89\xF7\x0EK\xAC\x19\xE7V\xA5\xF2\xCC\r\xBB6\x8C\xA8\n\x1F\xCF\xF0\x9EQ\xD6<\xA9\xFFn\x13\xE5?,\xB1_\xA09\x13O\xAF\x88\\\xB7@\xD6c\xC7\xEA\x94?\xBF\x19G\xC6\rg\xD0M\x8Fm\x0EC\x05\xBE\xEF\xDE\xB3t2\xE1\x8Ez\xFCE4s\x1BH\xD9yS\xF6p\xB7^\xAD{\x04\x8B\x16\xE0\x955P\xAC\x85{\x04K\xEEg\xC0\xE2\x03\xF02\xCE\x92\x0E\x9D~\xB3 \xD0S\x85\xA0q\xF1\xAF\'\xB97\xD9\x9F\xF7|1U(S\x97\xC4_>\xD5\xC7\x83\xBD\xDF\x9E\\\xAE\x01\x18\xCBD\x90;\xFA\xC2&i\xCA["\xC1\x07g\xCC\x16\xBB\xD2\x1F\xFC\x98@j\x18\xA2v!P*\x01K\x11a\xE1\xF87\xD7\x93_\x15\xFCv\x1C\xC2`\xE0\x8D\xD1\x00\xCD\xEF\x1D\x03\xA4&e\x16\x06i\x91\xEB+\x85\xE2\x9CY\xE8\x11-\xDE\x99G\xB2\xF8~\xA1\xD9)\xF5\x96o5\x89\xAB~\xCA\x8E\xBAV\xDE\xFA\xAD\xC1\xDC\x89\xA4/\xB6j$\x03\xBEA\xA2\x81\xE9E\x94(\xB4=\xA6\x9FD|\x85\xB8n\xF2\x97\xB0J\xF7#\xC3Bl4\xBD\x1E\xA7s\x81c\x0B\xE90\x86A\xED\x8D`I\xA3\xE9Y\xDC\rR*\xD87\bE\x86\xEC[o=\xF4x\x90\f\xABL}\xE00W\xD2\xADQ\x11\xF0p\x1Ej\x10/\xE5K\r.\xDAV8\xCFz\x10\xA3\xD2\b}\xFD\xD7N\xCD\xB8T\xA2o\xD2\x0ER\xB7\x1A9\x06\xC3#B\xB8\xEB\x1C_\xF5\x9A\xC6z\x141\x96\x07\xD5\xC4\xEAX\xCD\x88\xEE\x10\xC6j\xF7\by\xCC\x87Z\x05\xBE\x8F\xD7\xAD[\xCB\x8Bv\xE9\xA1\x88\xB6Q\xF5c\xB1\x8A>(\x95\xF38\x1B\xFF\xC1 \xAAu\xFD\xC9\xE0\xAFz\x91e\x9E\x00\x82\xA8p\xB4#c\xD2\xA6\xBB\x1CS)C\x9C\x18;^\x97\xB0#\x8D9\xA3\xE42\xBA\xD8;\xF6d \x9B\xFDB\xBA\x1C\x04a2\xDC\x95 K\xE9\xC5i\n\xACw\xDA\x8F\\=\xE4\x96,h\x80N\x14\xF3\xD00v\xC6H\x0F\xE3:\x90\x00I\xE8h\x82\xAE\xFFm\xDB\xB9+\x00u\xDDN\xC0\x1Af\xFE\x96J'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xCD\xAAY\xDE?\xC7w$\xB4N\xCB\xFDq\xAD\x0F\xE8@\xB3\x18\xDEV0\xFAj\xAD\xD89\xF8\x82_\xDC\x14\xBFY\xEB\x8E@\r\xE2r\x9A\xFF2\xA9}\xCDE(\xC1h\xDFM\x8D\x05f\xAA\xCE7\xFF\x92O\xC3~\x1A7\xFFq\x0F\x8C\xF5\x9F\\\xEA\x89\x1C\xE14\x92(k\x83\xFBf\x92\xA5\xC4\x87\xE8M\x98y\xC4!G\xA9\x94;\'\xA2u\xC6\xA9.\xD0I\xC0\xE5S\x0F\x89\xE8\xFD\x93\x1C\f\xB0\xC72\xEFQ\x88\xE7w&\xA5\xF25\x9B\x82\x1D\x9C\xB9/l\x15\xD4\x06=x\x9E[\xC6\xD6S\xA0\xCCF(\x10}?\x1D\x01)\r\xB2\xE6q\b\xF2n\xD3\x01\x1AQ\xFA^\x80!k\x90\xD7\x1Fm\xB2Q\xA5z\xF3;m\xD7\x96\x0E\x1FG\xB4\xDBd\x0B\xD1k\xEEI\xD6\xE9T\xADH\xC0\x94d\xB1\x0E\xF3J\x03\xB8\x1Du\xEA\xBD\xF4\xD5[\xB6\xCB\x8EeT\x9F\xCC0\xB8N\x86\xB1d\xDC\x95\xBA\x13\xEE\x07\\\xA0<\xC5\x06_/\xD0\x85Y\xA1&~\xBF]\x9E\xC7\x17=\x86\xB2\xEA[\xC4z&\x00\x86\xE07\xF9+\xDB\xBF#\x8B~\xE40\b\x89b5\x95\n\xA1t\xDD\xF16\x17\xFD\x8Da\xE2\x0F8\xF1&D|6\xACA\xB6\xF9,\xEC\x9A\xDC@\xBB\xE5\x02\x18\xB6\xE2>\xF5\x07q\x90\xFBYG(\xFC\xA7\x90@\xCCg\x1E}\xA5V\x82Ci\xA7:\x94]\xD9\xA6M\xB0m\xE51QE\xBC\x87\xD5~B\x1E\xC8x\x9B\xC1\x8B\xD1\xE7\x9Co\xDD\xCCy\x83Ip\x15\x8C#vP\x92\xFAd\x80\xAC\xD4N0\xE3\xC0z\x943\x17b\n\x9F\xF1\xBA\x0F\xCA\xEEr\x01\xD1\xEB\x13\xB2\xC3B\x18\x00\xCA!\x80\xF5\x15\xA9\x05$\\\xAF\x98\xED\xA7)Km\x0BV\xFF\xC4$\x8CM\f\x1C\xBD\xAD\xF5f\b\xA9\xC4/C\xCE\x13(i\xEC\x9B \xA6\x11\xD7\xB8\xE5\xD4\xB31X\x8DJ\x98\'\xB4\x17\x9B`\xFC&n\xF5\x99t\xE0?W\xC0\xD2\x93p>\xE0\xC2\x11Y\x05\xD6\xF9\xB5\x1C\xA81a\x12\xF0f\xA6\xE3X6\xC7\xD5\x98F\xEE\xDBt\xA3T9\x83\xB9u\xCDc\x03:m\x88Ov\x1A\xDAl:\x05\xE1O3\xC5A\xDBO\x85\xD0Z*\xB9\xA3\xFE{-b\xEA\x9E\xFAi,H\x82g\x92=\xDEr\x85E\xB4\x98.\x00\xD3\x92}\xFE,[\x16k\x89\xB2\n\xE6\xC2\x00\x18A\xF6M\x87\xB9\xF3=\x04\x97\xF8\xC3\xEB\xA9\xD2x\x88g\xAD\x8Fy\xA2\x0B5\xE7\x8F\x12f\x83\x1C\xAE\t\xC7P\x1A\x8F\xD1\xB8\xE64\xC6]\xED\x9E\xCC\xF7\xDAY\xBFmC!\xA0L\x81\xE4\xB9(\xFDX \x93x\xDA]\xAF\x93\xDE%s\xA4\xC8\x1F\xADH\x84)\\\x1B\xBC\xF7\r\xE6-\x19\xEF\xBE\xAF}\x03P\xD6\xEFI\xDE9\x80\xB53r\xA4\xF5|\n\xAD%\x13Q\x05~\x1F<\xE9\x87\x13\xB5\xEE\tc\xA7\xCF=\x9D\xC84\xF5J\x9F,\n5\xC4V\xEE,We\xE05{\t\x9EB\x93W\xD7J\x01\xCAdU\x1FB\xC6\xA73\xBC\x9A\\"x\xF1\xDB\fL"@\x9C\xD8u\x89\xBC+\xAB\x8F\x0B\xA3\xCAQr\xDA\xC21p\xF4\x0E\x7F\xDFb\xB8l\xCF\x8A\xE8~\xA5\x15\x99\xD7\x8B\xED\xBC\x13\xD0\xB5\xFDo\xC9&\xA4l\xB6\x97;\x8A\xD8\x9B\xF3k\x18v\xF9\xCD\xA4\x01V\x96\xCA^\x83\xC1\x1AV\xFBB\xE6jH\xD4_v8\xF7\'\x8C?\x1A\x97S\x8EE\x1B\x85\xA6\x12$\xFCGf\xD4\x04\x81 v\xE3\xFC\ra\'\x87\xE2?\x8F\x11l\xBEB+\xAF\xEB\x02\xDEn\x94\xB5\xD15\x97\xC4\xF0\x1C\xB8\x03\x96\xAAg\xE8\xB1\x01\xD7\xC1\xAF\xED\x05\xDB>\xC2Z\xB4\x1C\x80\xBCn\xB3\x1AB\xFD\xA7$\xF2L\x87\xAC\x7F\xC3\xF4Y\xCF0\xA3r\xB7N\xD1\x07\xB1,L\xD8\x89\xE5\x16z:e\xA82\xF0\tb\xA4\x10\xFES\x81\xE31\xD6V\x10\xCDGx$7nX,Nz\x90\xE2\x9C\xF1B+\xE0N\xCD)\xDE\xC4=\x9D\x19\xBB_\x05\x9A\xDE\n\xAF\x17F\xC4\xEA7\x96Y\xC3h\xEE\xAC!a\x9E\xBC\x8E\x12\xCEG\'\x86N \xDBx)\xA0gJ\xBF|\xF2\x9D_\x84\xE3\xF9\x9F\xD0\xBC\x98\xF4\f1m\xCB_\xFB\xAC\xA0\xF4\x82a|\x0B\xD5s5\xF8F*iO\x8E\xEF]\x85#\xAB\xFA\x7F\x1D\x9F\x03;u\xF5\b\xD5T\xFA\x9B\xBA\x7F\xC6\xE9o\x8D\xB5@\xD0\xAE\n \x88;*\xBD\t\xA9e\x11\x8B"`\xD5\xB1\x1FO\xA6\x11\x8ERx7U\x82\xB4\xEAZ\x94\xCA\xE4\x8B\xD3\xA76\xBE|\xD6\x02h\x15\xDCD\xE7\x84\xCEO\x94\xC54I\x1Fp\xE3W\x15\xFD\xAC:\xC2Y\xF7\x17q\x93\xE6\xFD\xA6\xDC\x19T\xC61Au\x01\xA88s\x81\x04\xDB|\xBF\x1D\r\xE6\xBF\x17\x02/\xAB\x14S#\xB5x\x1A\xFC\x97&<\x9F\xC8R\x8E\xBA`3\x0F\xB4Z\xE1\xA7\x85\xEE\xB2+\x8B\xD6h\x96\x1A\xDF\x07\x9A\xEC7\\\xC9Hbs\x8DD\xF4\x94\xD7\xEB\xC3G\xE3\xFA\xC5?\xEB\x985\xD3\xD3\xA8#q\xCDJ\x83\xFDk\xA0\fK\xC6\xEAZ\x0F\xB3\xE4t-\n\xA7\xF8l\xDA\'\xFD\x17|g\xC9A\x04\xA43D\xF1_,J}\x88\xD9\xB9,\x13\xB2\xD1\x01\xE7o\xB6\x1AU\x81\x0Eh\x96Z\xB7%Ib\xF5i\x92\xF9<\x9Df\xDF8\xC2\xEC;c\x84\xDDDn\x8A\xF6G\x95\xD2>"\xC4\x9Bs\x8C.\xBA\r\xDB\x96ay\f\xB5\xCC\x80\xA3\xB3\xC7"U\xA2l\xF0\x976#\xA2[*\xABz0\xA1\x1C\xD0-n\xA4\b\x87\xAF*K^\xD9\xBB\xF1\'\xB2s\xD8\x95\x03\xAF/\xA2\xCF\x05\x1F\xBFd\xF0y\x87T\xEB\xAED\xF1\x9D6S%\xF4\xBE\xE6Q$v\x00i\x10>\xF9\t\xDF\x84Q~\xBB\x0E\x87\xCC\x06\xF6\xDC\xBBO\xEF\x8D\x14\xE4\xC7x\x16\xB4\xEA\x87\x10~\x94\x07M\x8C\x1EU\xF5v\x16_\xB97T\xA8\x17\xDF\xB4\x12\x034d\xD5\xC2`\xFE\x8A\xAC\x19\xD3\x82\x9D\x14\xDA5\xE9\xD3\xAB\x91uB\x1E\xC7\xF6\xDDi?\xE4M\x98a9\x03~\xB2W\xFD\xD6P4\x07\xCA4\xAA\x1FC\\\xCA\x10\xAA2\xD1\xC0%\x8E\xED\x7F\xD8\x812[\x9DJ\xCE\x92\x1B\x0BM\xE2w\xCEGr:Ym\xF8H\xBC\x8BO^.\xC2\xB0f\x05\xA7K\x922\xC0o \x8A\xCA\xA8\xE0E5\x9C"\x91\xBA\x9ClX\xFB\xC3\xE4\xA0\xF7z\xE7e\x9B@\xE1\xFDL\x98\fi\xFF\xC6(o\xE3\xBD\x7F\xA4\x80"\xB3\x10\xE9\x92\x01(\xC6\xAF\x96b\x1C\x9E\xF3\x18\xD7\xEB\x9A*`\xD1\x1C\xFC\xA1\x13\xD5Cs&\x0E\x84\xC2ct\xEC\x04C\xDA\x14\x8Dq\xD47\x84+\xBBG\x88\bk\xA5\xC9+\xB0\xE8E\x8D\xF3\xAA;\xFCY,\xF3?\x9Ak1\xBB\xA4\xDF\x0BA\xED+q\xC9\x06|\x87M9\x11\x89\xB7\xEAy\xB0\\\xEE\xB6\xFA\x9Bi\xD2\xF6\x17\xA7\xCC\x1Fe\xC7My-\xDE\x07u2\xF1&g\x05\x16P\xE3\x0Ee\xA2\xDF\xF7\xCA1F\xA1\x19\xDF\x8E\xBCD\xD8(\x0B\xEDqb\x18\xEFj\x83\xB8I/\xABv\x162\x8A\x0B\xE7\x91m\xFC\x9A*\xAB\x002\x17\xD4\xBA_J\t\x86\xE5\xFF \xB6T\x91\xCA\xB0\xE0\xC2\x7F\x89\xB7.\xCC!\x86\x05[&\xAB\x7F\x81\xFBX\xAF\x0F5\x9Et\x8B\xC1?\xDD\xBA\x90\xC5\f\xA6\xE4\xFC\x92\xF1\xC0\x97\xE1i<\xC6.^\xD1A\xBEgG\xF0\x81h&\xAB\x96~\xBB:\xAC\x99\xD2e\x17\xFD\\M\x99;\xFBXq\x93Fl\xD3@\xBBR\xE7\x1E\xC3:\xCFf"\xF2\xFF`\x16\x97.R \xD62>q!\x0ERn\xCD\x1F\xB5\xF6\x9D\x14\xB0\xEF\x85\x0F\xDD\x91\xC9O\x048\xE8\xFC\x17\xDAZo\nF\xED\xA5?\x88\x0B\x1B\xD1\xA8\xEE\xDC\xC1\xFD\xAE\xEC\x99\x10\x8E\x02\xD5n\x94\xECz\x86\xC8K\xAA\xD2\x7F\xF6\xA0Dx\xF7\x96\xCE\\\xDA\x88+\x04N_\xD7F~\xE3V7r\xF6\x1Cv\xA4\xDD\x8Fp\xCF/\x9F\xF2&\xC5\x82{#\xD9\xBDt\xE7,d\x10\x9D8|\x16-\xC6r5]\x9FH+\x06\xA6\xE1-\xB8:\xE9V\x07\xB4\xE6\x89T\xAE\x19\xBB\x9F8\xB2\xEB\xA3\x84)\xBF\x8D\x07$\xC8\xB5\xA1\\\x0B@\x1E\xC3R\xB3Dh\x8EQ\xE77\xB4\xF80h\xA2D\xB4\x84H\x1FU\x8B\xE1aL\xF4\xA9\xE0\x0E\xB3b\xBE\x19P^\f\x94\x1D\x82\xCBn\x13\xBF\x02f\xEBH\x7F\xF9cA\x10v\xFC\x1Bj\xA8\x95\x00N,\xCF\xBC\x98\xF6`\x12\x80\x06\xC1\x1B\xA8\xD4\x13\x98]\xCD\x8F\xF4\x04\xCBy\xF7\xBC\xD2\x06\xA3\xB8\x84\x1C\xD0{%\x87\xF1\xD9>\x8E\xF4w\xDAe*\xA98_"\xDD0\x84\x07%\xC3\xE1\x95\xCB\xAE\xDFL\xCF=a\xDB{\x8B\xF0Z0s\xA8\xED%{\xE2\xFB@cs\x00H\xE3\x1ES7\x96[\xE3\xAC3g&?\xFCX\x95\xBCC\xFEUs\x9E\xD0\xB2\x01\xA1\xC0L\xFD\xD4\x8EB\x9E\xC9o\xA9\xD4\x8DT\x19h5X\x9B\xF4\xB7\x11\xEA9\xAE\x16\xE7\x88\xCA\xDA9\x9D\xD1W\x93\xB8*\x8A\xC4\xA3\x11\xAFn\xBE\x15(\tn\x94\xF0\xC8v\xD8\b:\xE8i\xCB\x93/\x10j5$E\xEDt\x0F\x99\xF2|\xB2O\xF5=\x13v.\xFF\xBA\xEF\x8A\x0B,q\x82!\xC1Ji\x00#I\x0BfN\xAE2l\r\xEF\xDEX4\x7F\x85\xDA\xED\xA5\xD5\x88BP\x14\xE5\x8D\xADn-\xA2\x15\xAE \xBF\xEAJ\x81\xC8\x15\x8C\xE0\xB8S-\xE4\t\x1B]\x96\xE6\xB3J\xA0\xD9"z\xC4I\xD7\\\xA3\xFC\x93\xD4\xAE|\x95\xB7\xF9\x8B\xEA\x03\xC9\xA2M!\xB2\x07\xF2A$dNs\xC6\xFA\xB6\xA0\\\x1EI\xC1\xF3\x8AS\xDCx\x05\xA6\xDF\xFA}]\xAD;l\x1D\xA5d\xD0\x8A\xBE)e\xCD\xF2\x80lA\xA5\xE6\xB0\x01@\xCDu\x0B1Q\xD4<\x19\xC4*w\x1D<\x84y\xD1\x99j\xC8\x93\xB5\xFB\x9C:\x1B/\xDC{\x034\x99\x12\xCFd\xFBG3\x83fV\xB9\x9C\xD8/\x02\xCC\x84\xC1\xFB6K\xDF\x02\xA4\x0E8Z\x06\xCA\x13c\x8D\x19\x99)\xE3a\xB3\x0E\xA1\xE5j[\xDE\x9A\xBA\xD8^\x15\xFAF\xE7(\x0F[\xCD\x06\x8D\xE9\xA9h\x82\xD2\xBAU\xDF\x7F"\xB7\x99\xEE\xD3>\x1B*\tN\x91\xF1aA\x0Er\x97\xACyB\x83p\x1E\xBE\x93.\xF7R3~\xEF\xBBR\x87\xF3q\xF4.\x85\xA8\x11AR\xF1\xAA/\xBD\x8CU\xA5w4\xE1Gz\xBDW\f%@\xEC\xFE\x82\xA7=\n\xC7]\x10\xB1\x90\xC9\xE8r\xBD#\x9F\xDB\xE9U \xF4\x14\xC7\xECR\xD8\xAD\xE4w\x9C\xB7\xDE\xC7K\x10\xA98\x1D\x8F\xC1F\x04\xD1s\xFB\x8Ao\b\xE2e8\x04\xD8\xBF\x80\x18\xAE*\xF5\x96I\xC8\xAEu^+L\xE8\x91o)\xA1z\xF4i9\xA6\x16H|\xB0-\x8F\xBA\xD7i0\xB5\x9A\xFC(`D\xD2 \x85\xFBi\x90\xD9r\xCB`\x1C\xB0V\xE93\xC8\xB3&\x94\xCC\xA0\x1D\xB1o\xF7O\x9Fl\xD5\x14c\xDE\xF9\x90\x1B\x9F\xC5\x14\xB2\xD8P\xFC\xBCD\xD9\x01\x85Z\xD3\xFA\x89]\x03\xCB>\xA0O\x8C\t\x7F>\x12\x88\xEE\x04p;\xA4%B\x04Z\x9D\xE2\xCD~%\x92\xA2L\x18h:P}\xEC\x83?#\xE8_\x00\xC6\x883\xA4m;\x06\xD4e\xF3s9\x1A\x87\xE5!T\x9A0\xB3\xE4\r\xC38\x1Bwc\xFA$\xE4]\xCF\xBBm\xA6\xC4W\xB1\r`\xE2\xC1\xB4\xF7-<\x9C\xF8\x0F\xBE^\x03\xD7\xE6\xC0\xF8\x12\xD3]\b\xCA\x94/\xB6B\xEET\xBB \xE7R\xB71\x8B\x02\x9D\xC9la\xAB\n\xC1\x18dEn\x99\xD9\xA5\xED\x80\x0F\xC0\xAB:\xF4\x93\xE0J4\x18\x8F\xEA\xCD\x98m\x1A\x81\xE5\bP\x87k9\xF2z\x81\x9DF\xAC\x8E)\xB9I\xA8\xDD\x0E{\x1C\x9At\n\xCC\x86y\x98\xE1DX\xAE\xEF-\x95\xD2@~\xEC\xCB\x8F"\xF3R\xB6+\xDEIu\x9C\x18)W\x00"\x9B\xD9{G+P\n7yF\xB9*\xA9\xD3\xE0\xB0-\x1E\na2p\xFF\x9Bw3e\x8BM\xAB\xDB\xFE,\xAFI\xF7\x11%\xBF}\f\xDAJ\x13\xF8\x8A+\xA0\xFE4\xADyB\x14[\x95\xCE\x02e\xD9\x86w\xB1\xCCj\xF6\xBA\xFF\xAA\x8A\xF0\xD4\xAC\xC5u\xEEX\x19D\x91\xCBW\xBA\xEE\xDC\xC5S\xE2\xF2\x19\xC1\xFC\xEB\xCEv\x89#\xA4\x16>\x86\xD2V\x9Fp!\x80\xC0\x15\xE8\xA1\xC4\x01\x8F]\xE4\xFBS\xA4\xC6\xE6#\bK\x81\x1Bb\xD2\x9Ej7\x1E\xE5\x8C\xB9\x14S\xA5\x91.\x13N\xA1\xC9\x11\xBF0\xF8$\x90\r1\xF6\x9D%\xE5\x11\xF7\xD4\x05Kc\x93l\xB0&C\b\xB87P\xF5~C!p\xECL;\x9Bm(\x90\x02E\x997\xCE\xA8\xF6>)\xEB\x0E\xBD\xA3P\n|\x99\xFA\x1Fm\xC0\xAE\xD6\xEEh\x95D|\xB3L\xE5gA\xB3N\x85\xC0Q\xB4\x97:\xAE\xCB\r\xF9\xBE}\xE5\x95c\x10\xE1\xAC\x9A\x07\xB7\x85.\xAF\t\xBD\xF0\xCBc\x1As\xF2\xBFo\x11\x96|\xB2H\x90X\xD1\xF3=b\xC9\xD7[\xF0C}\x043U\xE4\x01\x85\xCF\bk\xA3\xD0{\x15\xD9t4h\x19\xE1{\xEC1\xD6[\x04\xA7/\xD5\x82\xC8Z2\xD2T\xE0\x17d\xD7{\x14\xA7>\xD9\x86\xAE`\xE50\xD9\xC5\\\x00\xDFw$\x81\xDD\xAB*8\xB5\x86\xE0\x9A\x1A\x8A\xB6(\xA9\x1D<\xA1\xBD\xFE\x8B\xE9.\x03\xAA\xF0\x8C(\xC2U\x81\x1E\x9C;\x8CN\xF2\x1Dx\x00\'j\x8E\xF9v\xC8\x96%\x89F\xE2,\xBB\fQ\x1F\x8D\x02O\x1D\x88\xA5\x153\xB4k\x03\x19\x8Ft\xFF\x10\'Q\xC5u\xD3a\xF2q\xDD[-T \xBD`\x96D\xCE\x0B_\xA2\xFEC\xB6j\xE0\x14\xC6n\xB3A\x9E\xE8\xBC\x13H\xA66\xF3W\xB5\x00^\x97y\xF5\xD0:\xA3t\xB7\xEF9h\xCB\xF9\x97C\xC1V\xE9\xA2E\xCEe\xAA\xF69\x0B\x99I\xC2\x12\x8D\xF0'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x01\xA9q\xD3J\x9Cj\xD70\x12\xC5\xE7=\xFC[\xB50\x96\x06\xBFF"\xE1<\x98\xF1Q\xCA\x0B$\xD6m\x91\xC5\x1B\xADg\x93\xE3\x13_\xD8)\x98\xF3!|\xA9\xE5\x1Br\xD0\x10\x8Cm\xAC\xD3\x17W\xA2\xB9G\x1F\x81\xDC\x89:\x15\xBE#\xFF\xB2\x80_\x99|\xA9\xD1\x8E\x18\xE0Ld\xF6\x8A{\xB3\x07a\x18\xADy\x8AD\xA1\xF52I\\\xF0<(\xC9A\x8A\xB8Kk\xCA?\x90\x02E\xBAU\x9A\xEFP,\x04?\x88\xF3/\xDD~\xCBl&X\xB6\xF7\xE5R8u\xF1D\x02R&\fj\xF1t\xCB\xA9\x15\xD4\xA0i\xC6\x85\xD64\xE9\xBD\xFFb\xB2\x0E\xE2\x88\xD1\n\xB6T\xFA\xA6y\x01\xE1\xAF[\r\xD4f\x87\xFB7\xB0\xC3\xE1\x9D`\xC6q\x05\x91\x10\xFA<\xC4l\t\x95|\x83\xA7\xE0\xCA\x1F\xBA\xDA\x875\xC3\xA0@\x85&W7\xEEK.\xFCq\x9F\'h\xDFP\xCC!y\xA6\xFEm\x9Du\xEB\x1E\xC4\x0F9\x82\xE9\xBF1\xA2#\xDE~\x16gE\xFA\x1E\xE7\xB2Kd\x9F\xE5\xAE\xF0\x9FA0\xCD[\x1C\r\x92n\xA3\xEDb\xB2O\x1F\x01\xE9\xBBn\t\x90\x1C\xE3\xB8AW\b\x95\x18\x84=\x99\xC0/N\x1A\xDA\x802^\x92\'\x9Fr\x1BIw\xF2\xC8B\x91\x07\xD6\x82\xBB{\x943\xD3!\xC2X.M\x1D\xD7\xAD\xED\x00\xC1eM;,\x11v\xF7\x92\xD5}1\x9A\xDD\xAF\xCCT\xA6\x12\x8D\xF4\xCE\xB15\xEFs\x04X\xE8\x8F\xBAF\x0E\xB0\xD0O\xF1\xD9W\xFB\xB4\x96\x13c\xAB.Z\xA4&S:\xA8\x13\xF0\x85Bx\x90\x02\x87br%G\x9C\xB2\xF5\xD3\x8B\xC5B\xDF\nZ\xAA\x11^I\xFDx%`\xC5~\xDBLo\xC2_\xD8\xAC\x13\xCDc\xF6$h\xE4\x05}A\xAB\xCB+\x8B\xD8O\x01\xBD\xEB\xCEu\xF2\xDE\x06\xCB[p\xB8\xDB\xF7\x18\xB4\xE6\xC7\r\x8D\xDB4t\xE4\x06\xAE^\x9C$\xBCG\xCC\x8C\xF3\xC3=\x82\xEA\x99\x03/\xA9 \r\xA0(\xFB\x8AB~7\xA7\xC7\x96=\xA2\xBD\x87\x16l\b`;\xE5t\x80\x1CK\x96\xAF\x18i\x8C\xFDM,\n\xA5\xC9n-Q\xA1\xBCZ\x13\x86"U\x7F\x19\xEB5\x80f\xE8*r\x1F\xA3\x0E4\xD3Dg\x86\xE8>\x91\xE3T\xB8\x1F\x9E\xDD\x01Tv\xEF\x1Dc\xF95\x9A\xE8\xC2\xA8&\x9B7\x0Bl\xFC/\xC0D\x9E\xE4\xB0\x959iV\x97\x15<\xFC|\xF0A\xC9\xA61\x94\xFA\xD0o\xA4\xFC;\xB3\x95\xD8c\xBCn\xB0\xF6\x19\xBE[\xFFz\xC60g\xEE\x0B\x85-\xB6\xD6\x8A*\xCD\xDFT\xB6Gx\x11\xCFY\xB1\xDA\xC6?\x88Y\xD4\'t\x19\xD0\xED\x89#\xF3\xCE\xAB\xDE(\x94\xB5m\xFF\xDA\xBFF\xB1S\x13\xDAx\x19\x05V\xE5\xFBN\x90\xE0R\x9D\xD1\xB3I\x17\xA4\xD2L\xC2oH\x14]\bM\xAEr\x04\x90\xF2 \x83\xFEp\xF4R\xA2\xE6\x10~\xEF\b\xBB_?|\xBE\xE0Df\x81W\x06\xD2`\x0E\xE8\x81U(B\x8En\xE9\x19\xF8\x8AC\xD5P\xA4\xFCr\xAE\xC23 \xCF\xA3\xE2\xFF\xED\x8EZA%\xAB\xF0\xDFl8\xD8w\x10\xC6\x8Ek\xF0Iv\xFB\x1E\xA0\xE2S\t]\xCAx\xF0D8#\x86\xC6C\xDC\x89u\xD4\xA7\x02\xC3\x99\x0B\xB35\xA1\xC0\xDBs\xAA\x15%\x90=\xCAU\xE5J\x95z<\x87\xB1e\x0B\xA5t\x81\x06F\x94\xBDX\xF3\x990\x02@\x1C\xCE\xA6\xBA:\x91\xF4i\xBC>\xB2\xE1M\xA2\xD2\x92}\xF8Z\x9Ch\xF0\x1F,\xE6d\x19j\xEF\xDE\x7F\x85V=\n\x98\xC6p\xF1\b*\x89\x12\xFF\\\xF1\t-r\xD66\x1A\xCD\xE7.a\x1D\xFC\xA8)e\xE7\xB6t\x97[\t\xE3\'qG\xD1%\xFD\x932\x17j\xBB\xE3P\xAB\n\xDB5\x9B\xC1W\x93\xB96\xD2\xA5G\x1E\xFE\xCB\'\xECa4\xE0\xB0^\xD6\x7F\x9F\xBA\xD8\xAE\x17\xC8L\xBA\x96\xF9h\xB6\x9B\xC7p\x8C\x16\xD1\xC0\x88K\xF6\xDA4\x84S\xC9\xB1\x0F\x89\xA6\x7F\xECa\x82\xF9\b.\xC8\x1A7l\xB1\xFDz\nD\xF7s\x8A*^\xBB\x12g\x8F\xB4I\xFF\x80M\xBD\x1B\xEBF/l\x8DT\x9D\xEA%[\xDEI:\x0E\xD8N\xEA@\x7FS\x0E"\xA0\xC2\x13}\xFD\x9Cc\xDEY\x04C\xD5\xC4\xA9\'[s\x99\xF0\x8B\xBAN\x1A\xD0\x86\xDF\xAF\x0FN\xC6\xF5\x95\xE4O\xA4{\xD2\x17\x9Ej8\x92\xA9d\xCB!\xE4t?\x02\x85\x10\xAC\x8Cv\xF2\xA43\xB2\x05\x9D\xDD\xAC8na\xE9\xAAE\x1A\xEF7\xC0\x1D\x99o\x10<\xDA\x83\xB2C\xD4S#\xE3m\xA53$Y\x9E\xD9\x05v\xAD7\xD7\xF7\x1F\xBF/\xE5\f\xC9\xF4\x03=\x83\r\xFB\xC0\xAAd\xCC}+\xC2\xFF V\x81t\xCA%^\xEE\x00\xD2\x8F+\xBB\xD50\x92x\xAE\xE6+S\xB6\xF2N\x1F\xE9\x04e\xA1\xFA\x8E@\xEEe\xC4|\xEA;#\x84Dk,\b\x88]E\xAAxR)u\xDC\xB3Q\x973\xD9\x1C\xEF9P\xE5\x97`\xBB\xE1\x13\xF7\x93>\x85\xB5T\x1EI\x07\x88g\xC6\fI\x81\xF8\xCA\x8Fg\x9Fw\xC28\x13z\xCC\xC8\x06\xB5\x97\xFA\x18\x8E\xBC\\\xD0\x10\xB8\x9A\xC7r\xEE\x94\xFC\xD8\x8A\xB9\x9A\x14\\\xEF&yK\x90\xA1\xB7\x07\xD4\x17=\xCE*fH\xC0l\fy\xC6\x9A\xF7s\xE1R\xF2\xA2`\xD8s4\t\x1A\xD1\xFD\x93\xAA\xE0\x872a+\x14S\xD3F\xABo\xF1\xA2\xFE\xE7bQ\xDC9\xB3\x12d\x1D\xE8E\xC7l\xA5\xD2\xB9\f\xF7pW\x88h\xA8z\x8D\x04\x9E\xAD\xD5-\xE4\x19;\xDC]\xA5\x16\xB4&;\x01 \xB1[\xA4\xE2D-bK!\xB7V\x9D\xD9w\x846\t\xE2/\x1DNz(\x8E\x16\xA5%Z\xCE0\xA1p\xF8,\x8F\x028\x82b\xE1.\xC5#\xE8G\xB5\xF5Q\xEB\x1DX\xFD\xA4\x8E\xF2\xB0/\xCB?\x94l\xD0\xBE\x98\xEA?\xC0~\x85\xB3\r\xC8m\xED\x05\xFDH\xE8\xBF\xA4gU\x96\xC7\x89\xDA\xAE>\xF5\xBE\x00\x7F\x81\xC1@\t\xAD\xD5N\x1A\xEAC\xC9\x16\xAC>\xFD\x9B\r0\xD9j:\x87}\xB8DdO\n\x80~\xFF\xEB\x11\x87zR\x16\x8D\x03$\xF1Y\xDC\xF8\x8E>\x9E \xAD^\xF6\'\xCC\x00\xB3\x14dG\f\xCFuK\x9C\xE5G\xF4\xDEY\x87|\xBFf\xB0V\x9D\x7F\x92\xD6^t\xC9\x1F\x94\xBE\t\xCA\xE0\x96$\xC1\xD1j\x1A\xBDU\xA0J\xE0,\xF5e\xDBL\xCEn\x999\xA6{\xD3a\xCB\x8A;\x0Fq\x8C\xDC~\xF43\xC0\x98\xEC.\x83\x1D\x07\xAFh\x97!9\xE6\r\x95\xDB\xFD*\xEE\bJ\xBB\xF2\x84Xw\xAA\x17L3m\x03\xE97\x9C\xE3(\xD7f4\xB6\b\xA7\xC5\x9C2\xAC\x14\xBDP\x1C*\x0F\xBAS|\xDF\xB7\x9C\x1BL?\xA1\xE3\x03Vk\xB6b\xD3T5\x10\xD1\xBB\xFC\xA3I1u\x1E\xC0k\x892\x1D\xA5\xDD9\xFE\xE7c\xA0\xF4\xAE\x11\x83w\xFAF\x8E\xAC\xF7\xC9\x91o\x1E@w\xF9^\x8B\xEA\x02\xC5\x82\xE6F\x15\x95\x042Z\xEB\xBE*\x82p\xAA#\x8F\x13\xE1\xA7\xC2x\x8B*s]\x17\xCD\xF3\x85\xA6\xD3P\xB2\xE5d\x10M\xB2(C\x8B\xD6!\\\xCEU\xA6\xB7`\tv C\\\xE8\xD3\x80\xB9\f\xDFE.sW\xADh\xFD\xA6\xEFJ\xD1m\xA9\t\xCER\x16\xD5:\xC7\xFE@%\xEF\xFB\xA1L\xEB\xB0\x8Fp\xB9A`\x13:\x01\xCD\x95r\xF8\xD1\x9A\xC3\x05{\xBB\x92A+\xDD\x181\xC2\xED\x86\x14\x9F\xFF0X\xEE(m\xA3\xD5\x94\xF6\xDC2\x9Bi)\xC2\x85\xFB"\x92v\xF7\xB8_\xEF|\x9FRm\x93_\xDB\xC5\x06<\xE0#W\x00\xE7\x91z\xA0(?\xBF\x89Z\x15g-P\xE4\xFCo\xC4\xF1O\x95\xD2\x89g\b\xB8C\x114\xC7\xFA\xD6\xB6\bLv\xF6\x96r\xE90i\xCE\xB93D\x9D[\xF1j\x1E\xFC?z\xC0H6\xFCkM\xD9f\xC6o\\\xCD\xB6\xFFZ\xF3}\xA4\xCF\xF8\x95\xA7\xC9\x8Dh\r\xF2\x83\x02\x14\xBD\xEC\x1B\xF9\xE2\xA1\xD2\xED\x7F\x96`\x19o)\xBE\xDA@&\xC8T\xFD\x93\x15\xF5\x82\xC9q\x19\xBC\xA7\x86\xB6\x0E\x97\xE9\xA9 \xB3+\x11\x93\xBA"\xAA\x052\x8Fq7\x97\xBB=\x81q+D\xE2\xFA<\xBF^rES\x93a\xAF\xCA:Pd\x83\x03$J\xE7\x86\xFEV\x8C\x18\xAA\x05\x86\xBE>\xDF]z\xAF\xE3.\xD8x\'S\xD0i\x18\xD7^\x84\xCF~8\xF7\xE3\x80I\xDA\x1C\xEBF\xCA\x11#T\xEC\n\xB7W\x14\xA2\xDA(\xC8\x9F\xE0%\xD6q,\x92\x15\xAE/\xDB\xB8\x9E\xCE\xACc\xEC\x9Fj\xE36y\x1F\xA6J\x9A%\fP\x90\x03G\xF5\xE1:\x8A\x01Nt\xF0\x07\xA4\xE6X:|\xBAc\xA2\x0B\xAF\xE2`\xFE\xAC\xC36\xD4\x87\x7F\xB12\x8F\x19\xB5\xFC8\t\x85Y\xFFw\xC3\xF6p=\x12v.;\x10\xC6H\xB8Z\xD0\xEEm\x07\xD5\xC0\xF8=\xA3b\xC3\x99\xAD[\xC8)\xB7\x99>\xC1I\x8A\x1A\x82\x12\xF9%\xC5v\x86.l\x8F\xDBx\x9Ac$\xE7In\x06X\xE9w\xA9L\xBF\xEE\xD9\x9D"H\x90\xE9T\xC1\xF7\x94\xD4}\x00,\x98\x12\x8E\xB4+Y\x8Ao\xEC\xCE\x127p\x07\x1D}\xA2\xF7\xDF\x15o&\xB2\xCCU\xCE\xEE\x98P\xD6X\xF5\xA0J\x0E\x1C\xF6L\x01\xBD\x97\xF2\xD1?\x88d\xCD\x9A\x1AA\xB5\x0Fj\xCC\xA8\te\x89\xE0P\x1C\xB0\x81\xF4\xDDNe\xFC\xE79\xAB\x1FU\xB7\x84#\xE6\x8F\xBD\xEBEd2\x90\xD4[\xFEj+\xB1s@0\x17\x03\xC0$\xCF\xB5>\x8B\xA9\xCC\x11g \xA8\xC2$\x0F\xF4-a}\xE4S\x865\xD7\x1E\xB4(\x04\xA3mB]$\xA8?\xC4\xA0\x7F\xCA\x10\x98\xDF{\xF9e\xD7O0\x10\x81\xCBT\x05\xA9\xEC9\x9A\x03e\xA3\xE4\x8B\xB6\x96~8\xEA[n\xE0)w9\x84\xDC\xFE{F\x94\xDE\xAF\x01\x8E\xA5\'\xF2`\xFEL\x9B{\xCF3\xBB\x0B\xE8\xCBw\x031\x1B\x84Hf\x02?-\xA8E\xB3\x9Bu\xFB\xDC\xB0\x1Es\xBE\x86\x12\xE0\x91\xDB\xC3\x10\xFBbD\xDD\xAA\x82\x06\xC1\x9CV\xED\xB4P]3\x9E\xB9qW6\xC3\xD3<\b\xBB\x95n\xC3\xE3@\\\xF1\x8D\xD9\x9Eh\x8B\xB9\xD7_\xE2\xF4\xBA\xD3\x8C\xC4\x18\xEF\n\xCDY\xA4gA\x96\xF3F-yQC\x1CQ7o\xCD\xF0\x1AkM\xF4\x163\xD5\x0B\x92\xC5\x15\xE8\xCF\x07\xEE\x1D\x81h\x15Mr\xDF\xAB\x187\x82\xFA\xAD\x14V!5\xF9\x17V\x97\f\xAF5$wQ\x9E^n\x87%;\x16\xC0+\xE4\x0Eb\xD8\xC5\xA7\xB5|\xEC\x85\xABV\x07\x9E\xC8(\x93y\xAFi\xFDH\xA6\'e\x89O\xA8\xD5C\xE8\xF9\x98\xC9.X\xED\fs"\xC9\x97y\xC2O\xAE=\xEE*sM\x91\xA4\xEC\x13\xE1\xFE5\xBC\xDD\xEA\x91\x02\xD0{\xA1\xB4\x8E \x06\xFA\xD1\x9B)\xBF!\x8E5\xBA\\\xE4\xCF?\x86\x1E\xE2u\xF7\x99<\x11l)\xBC\xA2y\xB4\x1C\x89B\xD1\xA2\xB8\xDBaB\xE5\x00\x85p\xDF\xA1\xCD\xFB\xC1k\bZ\xB3+\xCF\x94N\x7F\xADFk\x88O8\x00Y\xEECa3\ft\xE2B\xD5{\x0FE\xFA\xA3%\xBD_\xCD2\xB8\xD9\x7F\xC2\xF6\x91`\x0E1Q\xEF\x04\x7F\x92dO+\x8C\x07\xA5-\xD1\x11\xBDbB\x88\x1B\xD6>\xC9\x82Eu\xA7\x1B\xF8\x0F[\xB8\xF1\x18\xC8\xE1)l\x9B\xAA\x8CM\xF4\xB3g\x00\xEC\x88\xB1f\bT\xF0\x9D\r\x8CU\x03 \xAE\xDFK\xFF\xCD\x81\xD9]\xC1&\xE6\xFF;\xF0\x17s\xB5H\xF4Y\x91"\x06y\xE8\x9B\xF8!h\xF1\x07\xDA`\xC7\x9D1\xD3&\x95\xACv\x80\xBD\xD2\x1B\xC7\xDAZ\x18\x93\xA6O"\xDE1\x8F\xD7|J\xAElA\xE9\x84]3\x9Cv">\xA7o\x9D\xB2\x15\xCC\xAD\x9C\xC1\xD5i\x1D\x9A\x7F2\xE3\xB5\xA6J2^\xAC\x97\xC06\x8D\'B\x84\xE2\tra=\x0FJ\xF8\x19yA\x04\xA0/\xC4:p\xCC\x9Ct\x15\xC56\xFF\x19\xD4)\xA2\xC9D\x14\xEB\xBF\xB0\xE3\x0B\xFA8Li\x83xU\xFB5\x87\xEB\xC8\xAC\xFER\xCBg\x0E\xBC\xDD}\x16I\xE5j\xBA\xF2wU\xA5\xFB\xC0\xEA\xD6\xA4_6\xED\xB2k\x83\xD2a\xF5\x13\xB9W\xEAA\xB5\x82\xE6\x96\xBD\xF3w\ni\xD3\x8BUkF\x1B\x8D\xC5\xDF.\f@ \xE0^\x0BN>\xDA\x16\x81:\xF3\x93*\x87\x04\xD2V\x9E\x11\xAA\x02\xCE8\xB4!\x89R0\x07\x90\xB4\x965\xE1"K\n\xE3\x80*\x03\xA7\xF6b*qQ;a\x91\xB4\xF8\xA6,\x06\xF3\x95\xD0zY\xF5\x99\xD3\xED\x90\xB3\xA3$\x94\xBAbr\xA0$\xD4oQ\xEC=\xB3\xF9/y\xD8N\x18\x8FnE\xDE\x9B}\xC8\xF0hW\x14\xFEu\xB7\xA8~\x98Hk\xCF\x92\x1D\xDA\xA4\xCB\x0F!\xDF4K\x18|\xC84\xA3O(\xB5\x06\xA9]\xBEGf\xD0v\xF6\x06+\xE7\xC4Z\x00\xAB\x1C\xC3s\x90!\xC8\x86[\x98)\xC2\xEC\x0E^\x1B\xB9%A\xDD\xD1\xA5\xC3\x83\xED=\x1C\xD9\xC16\x10zK\x07\\\xFB\xAF\x87\xC4W\x99\xD9\xBA\x84]\xDC\x0F\xEA\x86p4\x1E~\x01\x121\xC2S\xA9\x8BH\x0E\xB6B\xE4\x9A\nZ\xA5f\xEE\t9\xE4\xF9c\xA1\xD1\xF4\xAB\xFDW\x87\x12%jE],\xCDUf\xFC\xE5\x88\xB0\xBF\xEE\x9AB~\xE9n\x04\xEEd"C\xFD\xADh\xC1B\x15\xC8\x8C\xDC\x9E\xF1\x80\xE4<\xD5y\xF0\x98e\x8A{8\xD0)\xDEE\xBBq\xADG\xB7{4\x81>k\x94\xD4v\xAA\x04\x91\xDE\xF7\x9D\x06\x8D\xB2\xA3#_>\xD71\x8C$\xD2\x13-\xA8:\x8E\r\xE6u\x1A9\x97\xD6b\xF8P;\xAFX\x1Cp\x9A\x11 \xCA3\xDB\x16\xBE\xF2M\x80\xFE\x14\x9B\xD3\x1F\x8B\x11\xDC"Q\xC6\n-K\xEB6x\xB17\x1A\xBBu\x122\xF0R\x05\x9F\x19mT\xB6f\x9EH\xBE\xD0r\xB3\xA0\xCD\x8C\xEFS\x02\xA3\xE5\xB9\'k\xCBE\xB7\xFB]\xAEi\xF9Q\'\x04\xA8k\xB5`\xE8.T\x01m\xCC\x96\x00\xB0t\xE2\xBC\xA0\x05\xC7\xE9\xCBSg\xD6\xE7L\xC5o\x94\xCCx\xE1\xF9\xC6\t\xF2\xDE\x81b\xF6)JY1\xBC&{\xB1/s\x93\f\xEA\x83\x07\xDD.\x8F\xBFA\x84\xA2\xD2u\x91\x1E\xC97\x94~\xC4\xF3\xA5M1`\xED\x90\x15f"\x8Dc-\x88\r\xA7\x96;\x85\x1F\xDBA\xB8*\x80\xAB@\x938 R\x02\x19\x97\xDB\x07\xF9l\xDE\r\x81G\xD0\x19_\xA76x\xA1K\xEB\n}\xE6\xB4X/\xE9G\r\xD9\xABB\x83\'e\xE7\xBE\x1A\xA3E\xD7<\xF3O\xAFa\xFAH#}\x00_\xAB\xF9\x0Ed\xECM\x16\\{\xA4\xCCu\xAE\xE7\xC3~\x86\xAA@\x9C\xC7 X\xF2\xBFC\xFB\xD4\xC4c#V\xCC\x1B8\xFF\x12\xC5\x9Ce\xF6t\x1B\x05\xB7\xDC\r?\x88|\xFAZ\xB7\x85x\xCF\x13\x9D\xC3\xE1\xB5\xEF\xCE-\xBEt\x8C\xA66\x01\xBC\xD7\xE9\x10\xB9.\x8DD]6\x1F\xD2P\xEAc\xFE\xA0\xDD\x8B|&\x95\x16\xF5\x89\xAA\xD9\x9B_\x8Cp\xDD<\x87\xBC\xA0N\xEDnX\x9B\xB1\xD5&\xC6\x0B4\xA5\x00\xE61\x14n3\x8DX\x0B\x9AG\xE4\x1BU\xCF\x98l\'\x82I\xF9j\xD6\r\xA2\xF1\xB9i\x12\x8F1\xB7q9\b\xB1O\xE2n\xB9=\x02q*\xBD\xF2J\xAC!\x01\\\xD4,\x8F\xC85\x16\xF6qJ\x98\xE2j\x1E\xC1Y\x92'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xF6\xC11\xE0\xA9(\xCDCc\xA66\xCF\xF6[\x17\x9EE\xB8*\xF2\x94#f\xFA\x8D:\xE6\xAE\'\x02\xC2\xEBR\xA2\x1FD\xBF\xF7R\x91?\xAD\xF3\xCFi)\xB6\x0F\xD4w\xAC\xFC\x80\x11\xCFa>\xB0\x9A[\xEC\xC2~E_\x89Cs\tU\x8E\xF9\xBD\x0F\xE9x\x92\xB0\xDDv\xFE\x80oX\xC5J\xB6\xDAr\xCC\x10`\x95Fn\x88\x10b\xDE\x8Bm\x15\xD0\xE5\'r\x17\x8BM\xFC\x94W;#\xE8e.R\xBB\x8F\xF8\x1C\xD51\x8C\'\x12\x9B\xA7\x17\xD4\x99e\xEA\x19}\xDF\x87!I\x06*9\xCA\xEB\x10\xD6\xA6\x04\xE83\x9C\x1EO\xBC|\xF4\xD4\x1C\xB5:\xCD\xAF\x07-\x9E\xB5_\x05\xDB\x9F5\xC4\xDFo\xED\xA0\x83\xC7E\xDC|\xA2\b\xE3wE\x05m\xB4\xD9\xFA\xECQ\xB8\xFD\xC45\xB3\x9D-g\xC8\xA0l\xBF\x83Se\x997\x1Di\x87\x0E[\xA9\x00\x822\xA5U\xE1.\x99\xF8w\xE8U8{\x85G\xBBX~\x0B\xA8D\xC0\x19^\x06\xB2\x98\xF0%6d\x86\xC6\xF4\xA2T8b*\bz!\x84L\xD5\\\x01>\xB6\xFBX\xE6\x1A\xA7%\xBDK\xE2\xB0@\xCAv\xEFD\xE3\x0B\xC6\x8Fu\x03fG"\xC4\x93\xD7\xF2\x1E\xCB\x94\xFA\xEA!\x800\xFFz\xD77n\x1D\xC3M\xD2\xAA\x17\xB9L\xE1\x1C\x81\xC5\xCB\x92>\xDCj\xAA\x11\xF0\x93O\xDC\x16\x8F\xD4C\b\xF3q\xCF\x90}\xF6(\xBB\x93\xD1"h;\x15\xAB\xEE\xBC\x84\x0F\xA4k\x01\xAC\x10g,@\xB1c\xD0T\xB3\x91\xF4\xA6\x0F\x89\xFFs\x92\xEBX,\x96r\n\xABx[\xB0\xF7\xA1\xE8B(o\xCF\xA7z5\xF2ta\xB4\x891\x01\x14S\x9D\xDA\x18Un\xAF\x98\\\xD9D)\xCFZ\xDC\x8E\xDC[z\xAA\xF93w\xCB)D\xF4\xA8\xF1\xCC\x17\xAC\'j<\xC0~\x01\x9D8\xC3\x06\xF5Q\xB46c\x00\x7F\xAF\x05\xDEt\xAA>\x98\x07\x8D\xCCp\x10\xA4{=\xC9\xFB\xD6*\xC5\x97\xF4\xB2\xCFy\x81X\x99bo\x0E\xBC\x9D\x12\xE6\x1E\x8C\xA5\x03\xD8\x9A]\x1F-Q_\xBFI\xF4\x91\xE7+\xD0\xAD\xEDx\x8C\xAA\x19\x91\xEBT\xC6)K\x9Fb\xC7\x0FO\xB7yU\xAC\x1E\xBC3\x05\xAF\x19l\x0B\xA3\xE6j\x03`+\xE2\r\xC8&\xF7\xD1\x1ES5\xCBA\xB8gO\xEBc\x10\xC1\xE0\xB6\x8A\x00\x9C\xD7\x1C\xB4\xA1\x11lW\xDD(G_\xD2z \xA6\xDC\x8C\x14\xE9@\x86/\xFF\xD5#7\xE1\xFD\x98Q\xDA\xE8`\x902P\xB69\x8BG\x1C\x95k\xABI\x05\x88\xA4\xE9\x00\x92p\xDB\n\xC4;\xAEt\x8D@\x12\xE5}?\x0BpaM\xF9>\x81\x1A\xB8\x9A\xFE\xE2<\xBB\bFi\xD0p\xF7\xBCY\xA2\xEF\x14\x82Eb\xD0s\x88J\xA0\xBD\xF0t\x14\xDC\xC7\xA5\xED\xBF;\xD8u\xB80d|\xB2(]\xF4\x9B"\x84.\xF6S\x01i\xA53\xC6\xEC\x87/\xDE\xBC\x97\xCA\bh3\xC4\x10\x85b\x99\xF84\xB5\x95&\x19\xE3g\x93n\xC5\xA5\xF1-\x1B\xC4\xFA"@\xD0\x80\xFC&|\ngR\xFB\x16\x8F\xF0B\xC4\xD8K\x86\x17\xA8D~\xE2\x18\xBB\xD4\xA3K\xD3 \x94U\xAE\xCD\x04y%\xF5K\xE7t\xA3L\xEF*q\xC3\xE3\fS\xA7}\xCB4\xB2M\xDD|\n\x91\xB3g\x0E\x7F\xDEX\xADb\x9CL\xD2\xB2\x862\xA0Z\xE0\x1A\x97\f\xF2:\xD1\xC0\xFEY\xCEK\x97d4\x82\t\xB8\xFAs\x13E\x8DS\xA7`\xB1\x8A\xCF!X\xB2\xD6\x17\xAA\\\x848\xD8\x01\x8BA\f&\xFE\xBB<[\xEBC\xA8\x95/\x07\x1D\xC2>\x90\xF6!\xE4y\xCD\th\xAET$\xA1w\xE4h+\x8C\xB4\x07o\xE9\x11\xF0y^;\xD7\xA0\xF1\x1B\xE55\xD8\x15@\xF9\x94\x05{\x8DA\xFD!v\xEEH\xB8]\xF4\x9A\xCFU\x8A\x17\xA0\xD8)\xCC\xF3\xB9\x8Dj\xED\xE01Y\x0ED\xAA(\xBD6\x84n\xCB\x03\xB7R\x96\x0E\xEC\xA29%\x87\xC35\xA9\xE2&\xC1j,\xB6n\xC4\x9B\x7F,g\xDE\xBD1\xE8\x9FP\xCC\x97\xBF\x16\x9Ep\x1E\xE8d\xAA.\xE2v\x03\x85Rm8K\xD4\x11s\xA4\xBA\xC7p\x8E\xEFM\xD5\xFC\xE9._\x8A\x184\xD6x\\\xF5\xDA\xACV\xC9\x18\x83\x82Q\x06\x94\\\xFB\x85\t\xEC\xB9\xA6\x12Gc\xC7\rn\xDD,d\b\xE10\xC2\x85D\xF7m\xC9I\xBEb\x16\xE4\xFE\x9D\xAC(\x81\x01a\x98\xDA\x19\x02\x9B\x7F@\x93\xBF\xDCE\xF6\xABH\xBA\x1D\xC6A{\xFEFo\x00\xEDB\xAF\xDF\xD0J"\x1D\x93\xB28y\xE7\xB6@\xA6\xF92\xCFM\xEF\x1D\x9FH\x05\xAE%\x88`\x1CJ\xD9\x84\xB5}\xA2l\xD5\xF3\x94F\xCB p\xB1\x03x\xDD"\xC0>\x80\tyY\x93t\xAF`\x9D\tw\xAE\xE1\x84{\xF7\xAD\xE9\x87\xC7\xDFa\xD4\x13X\xFF\xD8f\x8F\xC3\x1E\x9Ca\xDC~\x91\xBE\xEBq\xA5A\x02\xCB/\x9C\x075\xE2\x16\xFC\'\xADy\x07h\xEAU\xD3\xA2\xF5\x83\xADt\xEFf\xE1\xB3\x9F\xDB<\xCAI\xD6\xF1\x94)P\x0F;\x932f\xB7*\x07G\xF0\xA9\x82"\x99\rT\xE4mC\x8A\xB0\x0B\'V\xD7>\x10\xD7\xEE\x90w\xF6dV\xC6\x8E@\xBAQ\x1A\xD9\x9E\xFE\x8E9\x1CgB\x0B,\x9A\xC74M%\xF6\x0E\x83\x1Eo2\xC1\xD1C\xA0\xBC\x02 \xCDB|\xA4\x8Dq.\xCBi\xBE\xF26\xAB\xD4\xFF,\xF4;\xC9h\x14\x9BXm\xB1P\x13\xBE$\xA9\xF1h\x9A^\xE6\x81=\xB3*\xBE\xE2Z\x95\xBA\xE4\xD0W\xF9\x1A\x8A\xC0nb\xA9\xE9\xB7U\x89\x04u\xEF\xDAXo\xE1\x99\xF5\x16\xC1S\x01=\xE0Iv&\x85\x13z\xB9Y\xA4\xE2\x80\xB6\xFB\x96\xC3\'=\xA3\xE6\x8BG\xD7\x1F\x03\xCF0\x0F\xC7`H\x7F\b\xC8/\x15Lo\x90\xAF\x7F\x05\xE6\xD1.C\x9A\x14\xF8_$\xB0e\x1B\x89\xA7\x0EN^\xD7&\xE5\xB5\x9E\x18\x8C\xB1\x04\xC8N\xE8\x95\x1Ar\x01M0u5\xFE\x85\xDBf\xCD1\fo\xB39{\xA7\xF8o\x96\xF0\x14\x86\xACu\xEF\xA5\x01\'\xD7E\xA3V\x92\xB9\xFF}\xD97\xA5\xE4\xC9\x970H\xC3\xFD\xB3\x82:k\x92\x10\x7F[\xED\xD6_?\xA2f\xC2\xD6B\x83!\xEC\xD1\xE9v\x1DV\b~\xFA\x9BO\x80\xED\xC1\x90T\xDE!\xA4\xD1R\xFC\xD9]\x89\xC1=\x11e\xEF7\x0B]$\xC6M\x90\x0Bn?\x12\xF7\xD2z#3\xED\xCA\xABG\xF8\xD13\xA5\x1Eq\x91\xFB)7\xF1\n\xAA\xBE]\xA0\xCE\xA0\xB7\xF1\x92\xAC<\xBD\x19\xE0Y\x13\'E\x06\xBA8i)C\x9B4\x1Ak\xE2\xB7\x84\xCA\x1D\xAE\xDF\x87\xF1i\xB3\xD2P\x80\xBAV\xA1\xE7d\x96v\n\x1E_\xBE\x86\x06E\xB8\xF4\xDE\x10\xB1\x8BTk\xCD}\x10=b?\x13J\xC4!_\xD3u\xA4\xFFi\xB1\xD4\x87t\xEB\x91\xC2\xE5\xB3\x06\xCEH\xF7\x9D,rN\x99w;\x19\x9E/\xFD \xECr\x05:\x8C\x11\xBFQ\xDF\x9D\xF0m%V\xC6\x98.Q\xCEx\x1E\xE4\x9B2\xDF\x90\xFC\x06\x8A+\xD6p\xE7\x83\xF3-D\xC9\x967\xF4_\x18\xADY\r\x1Fw`\x91\xAA{W\x03\xE5\xBC\xF9\xD3e\xBF\xE7E{\xC2\xA8\xD9(\xB5[\xDB\xA8\x02A\x8B5\xD6\xAD\xE5v\x16h\x81<\xA3c\xB8\x00K%\xB3Y\xAF\xE3j\x97\x005R\xB1\n\x8D!\xE6~\xA1+\xCAI\xFA\xD5\x81N\xBF\xEE$\x0E\xD49\x8F(\x15G\x02\xA9\x0F\x82\\\x9A\x16e\x93\xF1F\x1B/\xCEr\xB6\x13N\xFC\x8F:\xDA\x00\xBF\xEC\bE\xC6\x16\x86f\xEE\xC8Z\xC9O\xA8\xBB\x15\x9Eg\xC2\xDA^K\x0E\xBF\xDD\x04\x9Az;\xA7\xF8/\xDC?\x87\xC4\xAFm_\xA2\x8A2W\xCE(\xDC\xF3A4\xCE~\xC3j\x84\xF8`\'\xC5{\xA1\r^\xB2\x9C%\\\xD9\x90\xF6z\xD7\xA6B\x1B2\xF3\f$|\xDDG\xF9x3\xAA\xFB\x84Up\x8D1\xB9\xE1g\x97\x16s\xA1eO\x1C\xDB\xF3\xCB\xEB\xB7r\x93h\t\xB4S\x88\xFB\xAD\x07\x99\xE9U\xA3\xE2\x94\xECC \xCC\xF3M\x7F\xAC\x1B3W\xB09\tp\x97\x9Cs\x86\xEA@\x8E\xC9\x1F\xE9\x99\x16\xB8\xD28\x1A\xE8a#\x0FF\xCFW\xB5\b\xE7\xFC\x97B\x0ExQ\x1E\xE1\xF7<\xA0\xC8v\x10\xE2!P:\x0F\xB2\x1D?\x04g\xBB\x82q1\x06\x8B\xD0k\x9E\xE5(\x8E\xF4\xBD\xE1\x1C\xBF8\xD1^\x04\xAFV\x87>qd\xF0E\xB1\xA3\xCD\xF3\x89\xAE\x00)\x8C\xC74}\xBA*\x81\xAB7\x9A\x06\xC0M\x19\xEB)\x92b\xA1\xD2s\xBF\xD9y\x89\xD1S,\xDC\xA7\xE6\xC09H\xFA\x0E\xC2s\xCF]#P\xDBJ\xFD\xB2\x96k1\x0F\xD5\xC0\x06\xA0$\x93\xFDlR6\xC4\x7F\xECm\xDAH\x18\xA5\xD3\\\x02\xC4g\xD8-\x7F\x85\xABk\xD8\xB9D0\xF0\x8C(H\xF33\x14\xAF\xF8\x1AWd\x96\x18\xDF\xB8\x85N?\x15\xA3\x01\x80c\xA4x\x14\'\xE1\xA1\xF4a*K\xE0\xC9|\x0B\xDA\x16\x99]\x1B\xA1:\x95\xF6U\x83\xF0l\xE3J\x15\x8E\xB2[\xD2\xFC6X\x05\xC5m\xAE\x02`\x97\xA9l\xC2\x9C}\x91=\x0B\xF1\xA3yZ"\xED\x99\xDB\xB5j:\b\x8A\xC8T\xF0\xBBM\x7F\x93\xB0\xED\x8AZ/\xBE\x82A\xB5\x04\xE0N\xBD"c\xB0\f6\x1F\xB5\x9F\xF9@\xED\fC\x1D\x8E\x9C\xF5\x15\x82V\x1B\xE3\xCA\fZ\xEAL\x03\xC9\xB6\xD4o-\xC9\x03\xADc\xFDz*\xEB\xCB\xE90A\xD8n\x817\xCB\x01\x1Ct:\x13\xAAM\xEAv&\xD2h\x86\x0F\xCD\xE4s\xC3C\x90\xCEWq#\xC6\xA2s\xE3\xB4J|\xE6=\xDA\xB7v9\xFC\x85\xD60 \xE3F\x86$Q\x8F<\xD32\x8B\xC3R\x92\x12\xB9\x1D\x94\xAB\x03"\x12\xDEC\xA3\xD3\xBA\xF5\x9Bc\xCA\xF9\x91\xA93\xFDx\xA7,\x03\x99\xDEw.\x05\x87\xDBb\x95+\xCD^\xC1 \xA6\xCC+\x90O\xA0%D\xB2u\x8E]k\xA7\xFD\xBD\xEA\x9Dj\x17\xE3D\x06\xABoN|\xF5e\xC4\x9D]\xB5\x83gO\x03o\xDE\x1F\x076X\xE7H\xB9\xF0>\x8BK\\\xF8\xA4\x17\xE7\xAB3\xBAL\x02\xEF\x111\x8Ag\bo\xF7\x12\xBE\xDFf\x17\xA3\xC0\x0F\xEE6\x15\xDEu\nJ\xB7\xA6 ^\xD82\x9C\xDF\x0E:J\xEAy\xFA1\xE7$\x94-\x87F\xB3\xA0n\xC6\x1B\x95a\x13\xD5\xB6\x1D\xC9f\xBCO|\xF4\x13m\x80\xA9w\xDA\xFCR\x96B\xAB\xEB\x7F\x8C\xCE\xF5;\x00\xD9\x9AT\xB1`\x1F\x82\xF8\xCA~\xF0\x86\xBD\xF8[\xCB\x87\xB1)\x8F\xD0S\x0B\xC5\xAE]\xD0\xC0x\x16\xD7\x89\x0B-\xDAR\x9Fl\xED5\x85\f;\xD2\x8DD\xCA\xE0!>\x9AG\xB0\xEA\xBD\xD5\x1DU/\n\\\x95nP*\xCD}\x90\xC5B\xD6X)\x97:\x10g\x9B\x173\xFFt\xD9\x16\xA8=\x99l\xF2\x12;\xFDT\xEEAb\xF5{\xB0\x00\xC3&\x7F\xAB\xE1Z\x98\x1F\xFF\x9F`\xB1W\xF6\xC0a\r%4d\x86\xC7\x9CH\xB6\x1F\xE2\xAB\x80@\x07\xF41\xA0\xAEq\x04\xE0S\xD0&G\xAC\xE7a\xBBQ\xF5p\xBE\x1D\xDB\x89~\x9C\xE3\xA9\x92*\xBC\xA4L\x818\xE5\x8F\x07F\xFAr\xB3\xEEk*\n\x932\xD2\x1C\x83\xCCu\xA2\xFB\xE5r\x02\xD8\xEF4\xC5\x15s\xB9"\xDBh\x12\xEA6\x8E\xC1\xA4w\xB4\xE5x\x8CB\xA1\t%\x85\xE5[F/\xB9L"h\x0F\xCD\xE1\x04"\xD0i\x18W\xCD\x9A,\xD7P\xC56\xDA\xBC\xEA\x7F\xFFi\xE3<\x93W\x15\xB2<#\xA8y\x83f\xF8Y\xE8\xA5N\x88\x00\xBBa\x18J\xFA\b\x8C\x19\xD4(\xF1\xC9\x94f4\xAF\x06\xF8\xA4\xD5\x03\xC8\x80u9^\x97q\xEE\xB9A\xA8c\xBE\x1C\x8C\x10\xA7\x81u\x19A\x8B\xA6O\xB6\xF1\x05\xD6J\xC2j\x8FS\x11C\x9D\xD4\n\x948u\xCFT&\x9D\xD3m\xEB.]\xCAS\rm\x1E\xDEK\xD1v\xC6\x90o\x18d5\xF1\xB4\xFAE\xAE\x12.\x8E\xF9\r\xDF\xF2x=\x01gG\xF3\xADT\xC8&\x11\x9C/{\xAD\x89+\xF5\xD0\xE8\xBD\xFF\xB01I\xC1\x1A\xB1\xF7\x92z\xE4B\x84\xAC<\x9Ap\x9A\xC0\xAD?\x00\xA3\xEE\x12;$O\xEB\xAD\x98V\xDD\x1C\x8A\xC7P\xD9\xA2uK\x852\xB0T\xCB\xE2$\x9B\xD2d\x07\xDBnB\xC4b\x1F\xDF]\f\x9B:c(\xE0^\x8Bk\x02\xE2E4\xC6\x0B\xB5\x1FV\xDD\xBD\xF7\xFB8\x81[~\xB8\x8CU\x9B\xBC\xDE\x82@\x11\xC1,\x9F~\x07\xE8e8\xC5"\xD3j\x9F\xEA\x90\xB7\\\x13\xFC8\x94\xBA\xF6\x87\x18\xEA\x96\xFDE\xA6~\x1C\x88\xC8w\x16\xEF\xCD+\x9F_\x13\xA8\xF2]\xFF\xCD\x11(Lt\xD8\xE8\x10\xC5.\x1Dc\xFD{\n[\xD1w\x01fK\xD5\xBBZ\x19\x98\x02\xB4\\\x15\xFB)\f}1\xC1\x88\xE6x,[\xA7\xD3O\xBCq\xCA2\xB8\xDAH\xF9\x96\xA5\xB7Py\x80\xBC\xD7p\x8C0~\x96i\x89\xA9\x19`)\x92\xF6I\xD5\xE5\xA9\xCC*\xB2\xF6#\x8D\xA9\xEE9%\x84\xAB\xF4|\xE6?\x94\xC3qC\xDC\xA2Qi\x1A\xB0J\xE2\x02u;\x0B$\x83\xEE\x05l\xADW\n&?\xDC\x1C\b\xEBR$>\xA2\xC0\xEDC\x05\xE4\xA0\xC9\xB4A\x9Er\t\x814F\x91n\x9D7\xE6\xC8\x13\x95\xFBk/\xD1I\x89\t\xAAN\xD1\x84\xAF\x04\xEF\xCC?\x9E\x0E\xC7#\x8F\xB3\x9F\xDDhS\x92\x15\xE67\xD4r\xF5\x8F\xAB5d\x98\xFB\xCF\xE0P\x1B\xB56r\xF2M\x03i\xDF\xAES\xBFl\xEF\x14\xE1N\xBAiYAv\xB5\xE0\x0EW\xBE&\xDBf\x19\xF24\x1Fm\x95(\xFA\xD8\x81jS\xEC/\\\xF6\xAA>\xCE-\x9E\xBA\x85]\xC2h\xFEJ\xC7\xB3\x18l\n\x82e\xD5\x9C\xC30z\x87#\x15\xCE9\xFA"\xA4Z\xC3\x02\x1B\x85\t\xD2\xA0O\xC6=\x93\xA4n7\xE9\x9CW\xBB`\xE0I\xB8|^2\xBA\x9B\x14|\xD0I\x1C\xC0\xFF_y K\xE9\x12\x9D\xD1}\xE4,\x8FF\xF0\xAA-\xFC\\#\x96\xD7\xBE\xECZ\x8Dx\x98\r\xD4\x89\xDF\xB2N'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xA8f\xF6\xB9-p\xFAe\xC11\xD7\f\xE9s+\xA0_\x05\xC4\x95Z"\xD3p\xB7\xEBb.\x9Bl\x04\xD57\xA4J\xE1a\x10\xD5S\xE8\x97c\xCCM\xE2\x0B$T\xC4p\x1F\x98]\xBB7\xCD\x1D\x91U\xF3\xBE3~\xE0\x17\x89P\xD4\x94\xAC\x19\x8BQ\x9Da\xAD\xC2\x14\xDD\x8BD\xE7\x13\xAD\xF7G\x9D\x16\x87\xCC\xFE\xE1\xC2B\x83\xB8\x18\x07\x94*\xAD\x872\xBC\n\xF6\x1D\x88\xB3l\x90\xA2\xF2\xDF\xB0\xFFB\xEF\x86o\xE6<\xA5l\x06\x9B\xE0I\xCA9x\xEA#F\xDE\xEDy\x00%\x82IX\xF8\xB6k/Qy\xE0\x8D,\x05CV\x1D\xAFR"\xEDiT\xCBu\xC0\xFBq\x19H|\xA8?t1\xD5\xFEA3\x11\x8A}\xD6\x17\xA1\x02\xB4\x0E\xD7E\x80\x18a\x99\xFE\xAE\f\x9D[\xC68\x0E\xB5\xCD<\xF3\xD3\x968$\xA6\xCF\x85\xBD8_\xC6|\xDB\xA3r\x8D\x0Ex\x99\xDB.\x8A\xF0CW\xCE\xA3\x8F\xD8*\xC5\x9B\xEFZ\xBDx\xCFdQ+\xC7hO0Y{\xC7#\xEAM\xB6l+\xDBb\xBA\x02\x80r\xA4H\x91i\x1B\x7F\n\xC7v\x02\xF0\x1E\f\xA3\x00\xEF\xB15\xBF\xF4;\xCF\xF9\xA8_\x00\xB4\x1F\x9D\xE4\x069\xF3Y\xE4\x13\x04O\x1A\xAB\x85\x07\x9D\xB9\xE7\x93\xAC\xF4\xDC\x99\x8B\xF9\xADq\xCE-\x0F\xC3\x83K\x1B3\xF2\xD4V*\xE3\xBD\xA2\xEA\xAEa\xDF\x90@q\xD7Nl\x94#\ni\x98\xE4/L\xC6\x14>{\xD81k\xB8#n\xB0\x82d\xB7\x91\xDE(\xEAI\x1C\xF8>\n F\xBE\x14*a9\x9D\x03\x8F\xE8=\xF8}\xE4\xAAf\x99\x15\xF7\b[0@\x86\x17J\xBC[\x9A\xB4\'\xE2\xCDZ\x84J\x19a\xB7\x86(\xE6\x90\xA4\x0B[\x80\x97N\xC8\xFED4\xD2}\b\xAD\xDB,Jo%\xE1\b\xAE\xBE\x92m)cU\xFA\xAB\xC7*\x95F\x14\xC9\xE9\x88\xBE\xDE+\x96\x1E\r\xBB\xE7\xFB\xA9\xEF\xE0\x07Z#v\xE0\x96/\xD2\x1D\x8F\f4h\x01"p\xCB\xFDy)\x98\x10Y\x8D\xF4\xD0O\x1Ag\x97\xEB\x14@\x80\xD2^!\xEF=\xCD\x8A\xC0\xDA"\x0Ed\xB4\xE8i\x18w;f\x9F\xF1Q\xADo\x8EH\\\x80.}\x19\xA5\xD6\xFF<\x11nS\xF8\xC1y\xEA\xCE\x9B\xB91^\x15\xDC\xB3\xEBn\xCB\x1Cr)\x85\xFA{\xB8\x01\xA7\xC3u3\xA0H\xD9\x0B\xA6\x15v7k\x9C\xFF:\x8A\xC4W\xA5\xF6\fE~\xC47\xD9\x03\xC8\x1C\xD4e\xBA\x98H\xEC\xBCb\xC9\xB3\x86)J\xA3?\x1AW\xE3\xA8\x88\xC1R\x07@\xBEJ\x9C\xE6e\xA4\xC62>\xD4b\x93Q\x17\xFC\x83\x7F\xB2R\xF6\xE4\xB6\x84\xEBV\xD8x\t\xDA\xB9%\x91\xD1\x17\x85\xE9Y,z\xB3\x9E;\xFB\xCAo1\x8C\xA0\xF4D\xE5_\xD8\x03\xB2\x81\xF9\x7F\x0EJ\xF1j\xA4\x8E%\xFB6\xB5\xD6\x12Y\xE2\x8C \f\xF6\xE4\xB8f\xE9\xC5/`\x96B\x03K\xCD-\xA8\x1FA\x815^\xE5\xAA\x01g#\xA5\x96B\xF3\nP$\x82\x12U\x06%w\x16\xA8\n\x95q&f\xBEC\xD5+\x97\x1C\xCF`\xDAu\x88S\x05C\x98\xF2\xB2qG,\xAC\xCF%@\x06\x8E\x1B\xD1(\xA3|\x18\xBE\xF7\x99\xE2I\xFC\xCAmM\xB6?\xF7\xBF\x10\xE3\x8An\xD9\xE8`\xB2\xD2\xE1>\x92\xD0i\xBC9\xC8\xEE\xDD4\x93\x04\xB2\xE6v1\xF3\x0E\xAE\x18\xEDy\xBF&dN\x9F\xC7\x87x[\x98\xA5r\xDE\xF2n\xC2\f_\x925\\o\xB6\x0F{\x9C\x1C.\xDE\x8Fr\xD3cJ!\xBC\xA75\x96\xF8|\xA9\xBF[4\xF1\x1DQ\x8B\x13[\xA3\x1DRd\xC6=\x84\xBAY\x9E\xCB-\x90\xA9\xFC\xD1\x15\x07\xDC\xEE:\xFE\x10M\xBD8\xAEG\x88\xE0\xB2\xF0\xD6\x87\x02H\xAD\xEA\xBF\x89\t[\x9F\x153\xAD\xFC\xCBX\x13t\xC4E\x1DO\x0E\xFF\x84\xDB\x9E|\xFBG\xAFs\xD1\x88\xF6\x13\xA9\x00G\xE37fL\xDFl9\x82}\xB71i\x1B\x8F\xD8\xEB"e\x9B\x12V\xFC>jO\x13\'\xCCd#A\xF4\xD5w\xC6\xECS\x81y\x9C;\x8E\x03\xED,\x89\x9C\xEAr\xB0E,\xB7\xE4\x96\x0B\xC3\xEB/y\x9CW\xD6\x1E\x7F\x94\xF7\xB6\x0B\x1C\xC6\xE9B\x95R\xA3\xC0X\xB2{\x85\xF8\xD4-v\xCA!\x9B\xC3\xAB\xE7\x95\xD1\x91pT\xB09\x02&\xB9\xDB\b\xF0(\xD2]\xB5l\xDC\xCEb#\xC7W\x07l\xCD);b\x00I\xBA\xE1(n\x8C\xC2\x06\'\xD5\x83^\xA0V\x03!\xE3\xFA\xCED\b3\xC7\\\x06\xBA\x90\xA8\xEB0\x0B|8a2\xFF\xDF\xA1\x18\x81I\x98l?\x19g\xAB\xE4@\xA0\x16\xFC1=\x93\x14\xF6\x8A\xA6\x16T\x84\xDC\xA1 \x90B\xCA\r\xB1\xEDS\xA5sD\xEF+\xBB\xD3\xABu\x86(m\x9A\xE2\x19\xA4C\xE7N\x16n\x80\xDAS\xBA\xF9\xABL\x0F+\xBBd\xE1\xF8\xA5\xC9\x8CK\xC0\x7F\x0B\x84V\xBEz\xAA\xB9\xE1t\xD7A\xEC\xBC\xF7}\xB4i\b\xEFe\x993`?\xCA\x17\xB0\xFDw\x8Fg\n8[\x11\xF0\xACOr\x8C\'~\xD9\x01]D\xF4\xA3\x8D\x1D^\x88\xC7x\xF0\xCE2|"[\xE90\x96\xF9 \xCBF\xEC\x8D\x07]M\x9D5f!^\x982\x13\xD4P\xAA:\xFC\xDA\x12\x89\xE5j\x976\xDC\x14J\xEE\xC7\xB6\xD8\x92=\xFD\xD1\xB5\xF36\x9E\xB2\xCE\xBD&\x07s\xD1\xDB\xF7;\x95Y\n\x8D\xB0\x04\xD5\x12\xB4T\xD9e\xA6)h\xD5\x1E\xF1)\x00\xC0\x90\xAE\x03\xC9?\xE8\x8B\xC4x\x81$\xBD{\xA0.\x03\xBFO\xCB\xA6\'\x8A\x9DDe\x1E\xBD-d\x10\xC5g\x82\x1C<\x94c\xE3I4"\xB6m\xE6\xA9\x1ER\xC2:f\x9F\xFFq\x896\xB7\xE1\x0F\x9AA\xC9\x82\x7F\xD2\x0F\xE4sM\xA5$]\xFA\x19\xE4Y\xAEM\xF6\xD3\x1F\\\x86\xE8a\xF8\x7F/\xE5\x01w\x81W\xDD\x93"T\xE1\b\xF1y\xAC\x15\xC5\x9Bd\x9F\x05(E\xD8s\x99\xF2\x84C\xC5\x19\xEDI\x04\x90uP\xB2k\xA7\x1AFZ.\x86\xD8\nn\xB1/\x9EA\xCE\x07g\x93E\xABz\r<\x1D\xB2\xD3S\x15\xA8\xCB\xED\n\xA1A\xFB\xA9Eo*\xD7U\x87\xFEi\x11\xD1N\x85\xB9\xFC\x14\xE5M$w\xDF,\xAB\xCF_\xF5\xC2-\xFD\xDE9\xEB\xB5\xF6\xA1\x1E\xBB\xF0\x92G\xDA\xBAt\x8D\xEA\x16\xC74\xDE\xF1\x9F\xBCn\x94\b\xC1p\x96J6\xB1z\xE8k\xCD\xB7\x8E\xC1\x9E8\xEC"\xB6\x8F\xF13~\xCB\xA1i/\xD0\xBA\xA5\x06Q\x99y\x1F>\xA2\x17\x89\\\n\x95P\xC8g=|W\xCF\x00f\x11\xF45\xA6&v\xB8W\x8E,\xFFP\xE05\x83$\xDC\xF9`(\xC3\x1A\x873\x14\\\xFDL\r\xCCv@U\xBF\xE3\x17_@\x8A\xB1\f`\xF5\x8Dj\xC1\f\x80\xD8X\xE8\xCDy\xBD"r\x8D\xDD\xFC\x99\x174\x82"\x98O`\xD8I\x84\x02\x12h\xD6\xC7D\xAA\xF0h@\xB7\x12\x8C\xD4\x9AQ\x03\xDA\xEE}!\xE5\xAF^\x91\xDD r\xAC\x95\x02\xDD\xF4T\x94> \xD4:\xE60\xB7\xF1m\xADH1\x9F\xD6\x022\x10\xB1\xE9\xC4\xAAq\xE1\xC8\xAF\n\xC1\xF8\x9E\xE5;\xAF\x1Bu\x80\r\\\xCB\x00\xA0Tj\xF3;q\xB4I\xA6\x99\xCA\x84n-\xA3\x07\xA4\xFB;X)\xC2\x1Bo\xE8\xC7|\x13\xB0\xFD]F\x9B&\x03\x91\x10\xF3dB\xA6`\'SE\n]\xEF=\x7F\x8A-m[\xCDM\x93\xF5_\xE7\'\x97\x1Aw\xE9\xC5!\xAA\xE3\x0E\x92^&<\x06D\xBB\x19\xEFOI\x81\xD6\f\xB5w\xA66\x01\x9FI\x83e\xA1\xCD\x17\x7F\xC6;\xDCT\xB3\x84\xE7\xBF\xD0\x88w\xDA\x90\xB6*\x9E\xFF\x1A\xDF\xB3\r#|\xC31\xA0\xB9=\xD8\xAE3\x87F\x06\x7F\xBB/\xFB\xD2\xBFj\xDDV\xF9\xD4z\xC3\x12\xC8j\xED\x8EL\xD2\x82\'\xB8\xDD\xF0)P\x91\xE0\xF8\x88b\xBCt(\x18}K\xF6\x1B\x9F:\x02\x1EP\xD5eF\x95:\xEE\x8B\xA9\x04\xDE\x14Uz\xFA\xC0Y\xDD*\x94\xCFL\x80f\x1B\xF2\x8C\x12\xA8\x9A7\x89%\\\xE2-\xA0>a\x13\xE4hX\x0Es\xC2\x07?i\xAC\x0E \xE9\xA5\xFE\xCA\x996\x06l\xB9\xF1\xCAv\x86\xBE\xE9\xA6\xCAUq\xD77cF\x83\xD0\b\x8EKr\x11\xA7\xF5\\\x16\xA2\xE09\xAEt0\xE7l^\x01\xB0\x93\xAFz\x1F\xFF\xC4\xF3\xAEB\xCD\x8F6\xA8\xD7!\xB92V\xD2\x96K0\xD9X\xAF\x8F\xE2Z.\xA8a\xF9\x142y\x05\x1E\xBE\x9C\xF7\x1C\xB4\xECk\xA9 \xEE\x9C\x01\xB8o=\xEC\xC7xS\x97\xCEN\xB6\x1F\xC8\xDFI6\xF5N\xBA\xDA\x972}\x04\x9A\x1B\xF8^\x89\xE7u\x9E\xF1C\tp\x8A\xEF\x0Fh&\xD3\x0EK\x95\xDCB\xAF\x90Z\xF3\x81N\x10j\xCB\x93R*8\xE0A\xCCa2\xD5\x8B$\x00\xB8\x0B*\xF7\x05\x83C\r\x94u\xD4\x07\x86\x18pU\x8A!\xBFQ\xEB\xB3yK\x00\x15\xC9\x80e\xB3\xC5]=\xBC\x9DD\xC3\x80p\xEC%\bl\xD1\'\xB7\xDB.\xAD\xE5\x9B%\xD4\\\xB8\x1C\x9C\x12@,\xCC\x9E_\xE6\xFB.\x85\x12\xA0C\xF3\xADk\x05\xA1~\xE5\xD6s\x83S2\xAA`\x01\xCEz\x19\x86\xFD7\x14\x91\xCE|\xC2\n\xF4J\x87\\\xD3.\xABu\'C\xDC\xC0\xF5\xCCWu\xE9\xB0O\x14o\x88\xCFL\xE3\x90\xF4\x048\xB8v\x93Y\xDB\x02c\xE2/\xD5\x1F\xBBF\x8E4\x99A\xB5\xCB\xDB\x82P\xE34\x91\xD9Vc\xC8\xAAg\xF0\x1A\x9ATf\xAF\xBE?\xF1\x9D\x14\xD0\xED\xA1]\x81j)\x92\xBC\x015\x8E\xE1\xFBs\x15\xB3F-\x9E\xC0\x95c\x06\xAA\x1E\xDF\xB3\xCF\x90~`\xB9\x80\xFE\xDB\xB0\xA2\xF5\xC0\xE7\xD1\x8BW\x9CD\x87\xCF9\xC2\xA7\x82@\xC7O\xB5\x87\t\xCD\x9F\x8C\x1D\xE6Ww\xEEP\xFF\x81i\xDD^C\xB5bM1\xFF\x8B\xA1\xEA\xC9f\xDD\x14$\xE5\xD2-\x9A]oO\xF9\x9D\x11(;xG*s9\x91a\xAC\x11|\xC5\tu\x19\x94G\x10)\xFD\x93\xD9/\xF4\x19T,vK\xB3\xA7\x06\x90b\xD2?\xBC\n3\xE8\xFE\x87\xCE\xF7i\xD1"7\x0B\x8F\xF9pD\xB4O{\xC4\xF3\x86$5\xDB\xAF\xE7\xD0\t\x96\xEE\xD3\x1AR\x041\xEE%\xD9\xF7\\\xE6\xB7\xF5k\xD0[\x1Ev\xE9b\xC0\xAB\xFC\xD7\xF0d\xCC.\x18\xB5\x9F\x1E\xF5\x8F\xA5\xC5{!k\xA2\xACT\xF5~[\xB8P\xCC\xA5\f\x8C\xFB\x15G\xA7\x05\xC0tS\x83h\xA6\xBFZ\x86\xB7\xDD\x9Af\xB9K\xA4\x910\xAB$Q\x9D\xE3\xBB\xAE\b\xA48\x95iF\r\x936\xFAD\xDCp\xEAL+uU\x16\x989\xDF\x13.\xE1\xBF\x97\xA8\xE4\x1D\x862\xECe\xBA4\xD7\xE8a\x18\x97\xF1B\xFA 6m\x10\xF7z@\xCB\x80\x16q=\xBFb\x03\x7F\x8C7qE\x88W\xD4\x1F\xE5\x82\xC4#\xA1|\x87\xC1\r]\xAC\xCA\x04\xD7E\xF2\xAF\xC0H\x02\x80\x13H)\x07q_\xB9\xE3Q!\x978\x89\xE3j\xB8\x84e\b\\\x8Eu@c\xD7r\xC5\xF2\xB1\x95\x01\xC8\xE2L\x10\xCB\xFC\x89J\xA3\xC6}\x8B\x9C\x01\xAD\x8F\xC4\rk\xB0)\x96\xFAiK\xF0B\xAA\xC1\x97\xDCg\x9EL\xF5+\x01\xCF\xED\x16\x05\xA9\xD2\xEFz\xFD\x1C\x9B6$\xE5\xD0*\xF6\x83\xC9\xB0\xFD\x8D\x9DR\x13h@\x1C\x81\xB0\x7F,U \xE3\x03^\xDC\x1CM\xECv<_\xF2\x838}\xA6\x1F\xB43\xA0\'nNZ \xB5=\x8C\xDE\xA8\x98U\x8CL:kY,\xB4H\xC2S\r~\xA9>\x9Fs\x1D\xF08$\xE3_,\xD4\xBF\xA5r\xF7\t\xEB\xA6\x99\xBEw:\x91(\xBC\x0Bg\xD1\x18\xDES\xBD\xD6G\xEBZ\xDCv\x8F\xFC\xE5\xCD\x81\x01w\x15\xC2n\\\x1C2\xDA\xB1\x9A\xF8\x84\xC9\t\xA2d\xF3\xCC\x92\xFBP\x17\xC8\xDCX\xA4n\xBA\x04C\x88\xEE0O\xD0[A\xDAc\xF5\x13\xAC\xEDm\xA1A\x853\xB6\x95\'\xA0\xFF\x11\xC6\x89\b\xBD\x17b\xB1\x110\xA5\xD3\xE83\x07\xEF\xBD~\x0F\xC7(\xE0\x18v=\xDB\x8D1\xB1\xDEn\xBB\x88\xEBx\x96\x0FJ\xCD\x1B\xAC}\f\xDF\x94#\xBC\x8B\x197\xCD\x84H\xD2U\xFA\xC9\xE6\xA7\xF8\tp6c\x92m->\xD1V\x98;z\xF1G`\x92R\xAF\x85H\xA3\xFDcrE\xB9\x93\xEA%m\x15E`"\t0\\\xFE\xBF.\x83\xEA\x9Ac\xFAV\xB49\xA1y\xFBk\xB3&q\b1\xB2\x19b%R~E\xC4\xE6\x1C\xB2\xF6M\xA9\xEE$\xDF\xC4\b\x8D\xBB&\xFB\xCCh#\xD4\xE6>\x8A\xEE\xA7\x03^P\xAD\xD1\x00\x81\xEC\x9D\xD5B\xAB=\xD3f\xF6t7\xD8\x8F\xC8\x16d\xE8\xC6\x0E\x95\xDFQ\xC3\x9B\xE4\x8Bx\x97\xBE\x10\x8D\xD9\xAC\x88V\xCE\xDE\x9Bx\x03\x80m\xA2R\xD7j\xAB\x18\x9C<\ft\x94\x17V\xC14\xD5 \xF5\x9A|\xBCX:\xC6z\x90\x01\xA5Q\t\xB1 N\xBC\'@s\x85\x02S)F\xF0\xA7\xFAd\x12?\xDA\x037\xCFh!\xF2\x06z9\'\x15[\xB8G-\xF4\x1B5\xE7B|\xDE\xC1\xF2Y\xB7\xCF&\x9D\ri\x86\xC5\x12/\xE2\xA7\x1D\xF6\xB5h\xE0%\x8C\xE1\xC6\xA0\x10\xE5\x05\xA7\xF1\xDA4\xAC\xD3`\x87:}!\xB8Z\xF4J\xAB\xEA\x9C0_G\xA2\xBD\xFF\x83\xC7\xE6\x0E\xCF\xB2]\x9A\xC8\x86\x05P\x8D+\xA77\x05z\xDDM\xB3v:H\x06d\x95K\x0E+Q\x19q\xF2]A{\x88Xk\x96J\xBA\x1Ew\x9C\xC1\x16\x04\xD6\x8F\xCB\xA2+\x81uW\xFE\xB6\xC8\x11\x92\xEDsAh\x966}\x8B\xFFs\x11\xF0/\xB4o\xFE\xE3g\x82\xF2>\x91\xFD\xE8\xA3\xD9\x8C\xF1\xC9u\xD7\x87\xA1\xC3\xBD\x16\x97*\xD5\xFC\xAF1\xD0\x0F^\x8E\xF9?\xE5m\xAE.N\xECo\x0B\xBB\xD7\x1A?\x81p\xDF*S\xAD\xD7\x1F\xF8\xA9P\xDE$\xBBH\xA3a\xD5\x17\x98I\xC6\x1F\xAB_\xC9+\x16X\xBAp\x1F7\xAF\x02^\xEB8'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\n\xAF@\xE9\xCAy\x13\xD8E\xEF\xC6\x0Bn\xE2\x81\x00V\xBD\x17\xEC5\x8Br\b\xA3E\xD8\xEC%\x01\x825\xC1\xF5$\xAD\xE0l\x8F>\xD8\xA5E\xFDl\xCA&Z\x9E\x06u\xD4L\xEE\x92c\xC0\xE8&E\x99\xDB~\x15\xDBr\x82R4\x93]\xAD\x87v/\xA4\x1E\xB81w\xA0\xDE\x94l\xABJ\xD1(\xF4\x91w\xBD\xA9jH\xD5s\x96bN\x12-\xB8\xECb\'\x81\xE3\xB4\x91\x10\xF0\xBC3\x8C!\xA2\xB6\x17?\x03\x88i\xAF\xF8T1\xB8\x9C\xC6\x1D\x01\xB7&\xF8\xC0\x1FX\x98\xD5R\xF6G\xCE"=_\x05\x1F\xC4\xE6d\xB8\\\x188V\xC8\xE6\x17\xA6\t=\x88\xC9\xFBS\n\xC6~\x14N5x\xDA@m\xE3\xC7\xF9X|.\xCD\xA7Q\xD7\x1A\xC5\x06\x8Bd*Z\xF2l\xA5\xE0f;\x07\xE4\xFD>\x8Ce\xAB\x0B\xF0\x87\xB4\xD5\xF6U\x99\x131\xCD\x88\xFA\x9C\r\x92]/\xBC\xEA\xDA\xA3u\x98\x1E\xAC\xF3\x9A\xD0\x06\xA5S\x86\xAF\x16c9\x0B\x84\xE0\xF7o\x0E\x93x<\xA4\xD2\xEB\xE4E\x90\xD3\x10N\x9C\xCDo\xAA\xB9~\x11\xE8\x97\xC0o+Dv\xA39\x84~\xAB\x04O\xE0*{\xF3\xB3L\xFD} Z1\xD2\x83:X\xBFg!\xF6\xC4-\xFEJ\x98\xAA\xD9\xC1_\x9BH3\xBC\xEF_(sG\f\xA9\xBA2}\x82\xEE+\x8EK\x1B\xC8,\xD3[\x19O\xE2\x92\x10\xBE$\xFE\xD8\xED>n\xB5\xD2B\x1B\x86h\xCD\x90B\xB0\x03\xE7Jk\xDF+\x8B\xE7\\\x96\x1D~\xD0\xECp)A\x1C\xEB\xB0#\xDC\xFF\x80\xB6\r\x93o\xFAa\x1A\xC6\x04D\x14\xDA]\xED\x84i\xB2:\x01\xA0\xC8\xFCe\xE9\\Jj\xC3\x9F \x8Eb\xA8\xC3\xDD&\xA0\x14\xF3\xC2p\x17\xB8\xF8\b\xA2?\xB5qE\xDE\xB9\x8A\x07S\xB4\x90\x02u\x89\xC9Z\x9FK\xE4\x1E\xCA\xC4\x88>\xE7W\xB3t\xA7\xBD6\x9F\tB\xF7\x8E\'\xDA}4\xAC\xD0\x8C\xB3\x17\x93Y\x0B\xE5\xFB4r\x05U6\xE1_\x82Q\x9C6\x8F\xCBt\x17\xD4\x02\xA8\x0E`=\xA2\x19\xF8g\xD2N\x13;~\n1b\xA7:K\xDD%\xA0\x93\xD5\xF5a&\xFEzT\xDF\xA7r`\xB9\x80T\x16?\b\xE12\xF5+x\xBCK\x12\x95\xEF\xB7o\xAC\x0B*\xCE\xDC|#\xAF]M\xF0\x847\xC6\xF4$u\xE1\xC44\xA0\xBB\xE2\xA9\xF7\x91\xC1\xD6t\xFB\x10\xB1g\xFF0\x0F<\x89\xE5\xCF\x92\xB8\x1F\xC6\x11\xECE"\xF2\x96h\xA1{F\xCB\xAD\xD4\x80[\xA2\xCCC\x89\xD4I\x98i\x00\xA6G\x0F\xE90\x99\xBE(Xk\x90\xD6\xB1H\x82\\ \xF2m,\xD1h\x19\xF1\x8AM\x98\xF1z\xCEQp\xC2\x9BM\x17m\xF22O\x98\xD0\xA2\x06\xDF\xC4(\xF9\xBC\x83U\x05=\xF2\x1C\xDE0\x7F!\xFB\x16\xEA\xBB>\xF1c\xC0\x87\xFE\xDD|\b\xA1\xE6L2\x9A\x10\xEB|\x07\x97C\x86R\xB4@\x9D)\xBE[\x1D\xBD\x85\xA8\xEC\x1Eg\x02\xAE;\xD8\x87w\xFE.m\\\xAEuN\xD6\x1C\xECo\x9D%t\xB2f\x07\xBE\x9Db\xC7v\x8B/\x1B\x93\xD3Pn\xA9B\x16\xD1\xB8\x1B\x01n\xCB+\xAC\xD9X\xC8\r\x1F\xE9\x02X{\x0E\xD7A,\x05F\xDA\xB4,\xC9\\\xA1\nd\xB1\xE4\x1A\xBE\x813\x0E\x8E:a\xAA\x10\xDB\x83\xC5G\x90\xF4Q\xE3:\'\xA3X\xE0\xB2y\x069\x1F\xC8d\x93\xF9w\x87]\xBD\xF6P\x8C9\xB8\xFB\xA4q\x94\xC5\xD9\xAA\xE5\xAD\x8F\xE3`\x15\x91|\xF5\x80D\xE8(\xC2H\x90V\xF6B\xCD\xE7\xB6\xFF\x97\xC7D/`\xE8\x16\xD0\xAA\x12\x85\xB3\x04\xD6L\x0E\xCB[\xA0\xE3\xB6\x8B\xEF.U\xAC%\xDBA\xA2\x19j\xE7%y\xD3I.d8\x80#t\xF9\xC5m\x9E3P\r\xDDs\x95\x16\xCF\x047\xAA\xDAz \x9FpU\'k\xF6\xB4\x01\xA09lY.yD\xF2\x95s\xFA\x84@\xF4,\x11^\xD9?\xBF\t8\xED\x90y\xD1\x01\x9Ca\x14\x89\xE1\xAE\t\xF0lL6\rS\xB7\xF1\xD2\xAA\xBE8\xFC\xB7Y\x7F\xF3\x9Dg\x14\x8D\x02J\xF1\xD2\x16\xE2\x8CQ|\xBF\'\xFA\xDC\x9A\xC5^\x1B\xBD2\xA9$\xC1k\x96L\xFF\xA4t\xE5\x9A\xCAc\x11\xB4/G\xC5\xB0\xF2=]\xC0\x1B\x83\xCE\xB8\xA1\x1F\x87<\x03$q\x82d!\xA70\x89M\xDF\'\xC8\xBA^,\xAC\x85\xBC6\xA5\xD6\r\x94N\x89\xB6\x0B\xEB\xD2\x8DjH\xE6b\x15\xD5\xB0}\xCC"\x81\x18kK\xA8\xFEV\xE1\x81\x0FS\x95*\x00\x9E}B\xF9\x11\xEA\xCD}\xDC\x97X\xE6\x18\xCDM\xD9\xED\xBF\r\xB0p:\xEC\x98\xD8?~\tWn\x1F?\xF0\xCDt!>o*\xAE\x10\xDB\x03\x9BR\xED\x8A\t5\xBBQ\xFB\xD4,\x89\x1C\xBF\xF3r5\xDBh\xCA\xEAN\xD7\'\xA5WhL\xB0*b\xC3D\xF7\x9E\b\x90nA\x1CZ\x84\xFDO\x0Fi\x1C\xC5\xFB\x99\xE9\xC8\xAFe\x15\xE4\xA8\x00S\x9F\xF8Y\xC7\x88\xB5u1E\xDFf\xF1\x97A\xB1\xEA\x7F;f\x95!\xA4\x04\xBA\x1Co\x8F\xB4a\xE5\x95\x06\x91\x16\xF5\xA4\x0F\x8D\xB2{;_\xFF\xCB\x9A\xE7\xD4\xA6w\xB5\x8C\xE6\xA3a%F\x05\x843Z\x96H\xC1\x80\xE08\x1F\x7F?\'\xF7\xC4\x1A\x9E\xABZ\x11o\xC3\n\x9B\xDC\xCB\xAFI\xD0{\x81C\xA8\x107\x02\xC813\xC0\xE4Av\xD7/S$\xDE\xB9\xAA&yG\t1\x1F\xD0\xF85M\xDA\x8D\xB8z\xDE\xA2\xF8)\xD5{\x14g\xB8\x95\xEB\xA4\x0F\xD2\x91p\x04+\xCB\xDB\x8C\']P\xF80\b^\xE6\xF6U-\xE0\xF2v\x87\x1Al\xA6pU\x85\xB8\x05i\xC8\xEF\x83\x104\xF5\x8B\xB7d\xC3\x9DA\\\x0B\xAFt0\xF3\x11O\xBFq\x0B\xB3\xEF1\xCDJ\b\xD7lMa\xAFU\xEA\x86{9\x00\xA5\x1A\xB9\x85s\x14\x8E<\xB4\x9C\x07\xC5Z\xBDK\xD9\xAE\xD8\xFB\x1F\xCE8\xE8\x96\xA8\x19s\xD3Oj\xE1\x18\xFAR\x91\xEEq\x81\xC9\x18\x9A\xCFi \x91\xCC;\x89`\xA5\xFB\x8C\\.\xBB\x83\x00\xE1<\xBEH\x1D\xB5L\xE8w\xD6C\xEB\xA2\xC4&m\x19\xD3g\x92!\x9E\xEE\rO\x8Ee\x9F\x13[I\xFA?]\xA1\xC4\x97=\xA8\xD8\x7F&\xDF\xBC-\x01\xE5X9\xA8\xEBC\x02V\x1D\xE3B#s\xAE\xF5\x1B\xCC5$\xA1\x0E\xD3\xF9\x9Cj\xC8\x93-\xAD\x00eO\xD9\xFC\x8A6H\xB1\xFA=|V\f/\xEF\xB3(~\xDC\xBF\x90\x03+\xEB\nX.\x86\x06\xAD\x15L\xA0fB\xB5\xFD\x88`\xDB\xB0\x9Em\xBE\x94\r\xC5\xE6\x9DEz\x96\xF0fu\x90^\xE01\xF4\nb\x18\xCC4\x98\xBB~\xEE\xA5\x0Er\xD5.\xC9\x8F\xA9\xC2u\xD6\x00\x88\xAD h\xE3\xB2{\x1D\xBA\xCFbB\xC7m\xF6\xD2\x1F\x90v\xC4(\f\x7F/\xF5\xD0\x00x\xDAUR\xCBr:\xA6#\xDC\x9F\xF1\xB3W\x84\xAB\xE0\x96Q\xB9aJo\xE3\x1D\x80\xF6\x11dK\xEAq\x9B\x14\x8D\xD83\x11\x94Y\x83\x06\'\x9Dz\x18.]$y\xA3-^\x89\x03\xAE|\x84\xE5\xA4$\x99k\x06\\\xB2\x8Cj)Dz\x06"\xE2?\x91\xA4c9\x07\xBBV\x18e/ \x8AC\x15\\\x05f\xA7\xEAu\x9Fb\xEE\xB3j\xC9}\xDD\xB1I\xB0n\xEEQ\xC0\xD1\x07\x89C\xEE\x94p\xE7\xD2?\xF4f\x1AJq\xEC\x15\xC6-\xE2\xD1\xFD\xBE\x9B\xF72\x88P\xB2\x0BJ\xDE\x82n\xCE\xF0\xFE\xB3\xC7\xD8\xF7\xA92\xCD\x85\xDF4\x1E\b\x89#\x0EV\xFBF\x87%\x05\xE0]\xC7\x00\x80=k\xE2\xB2S\xCC\x1B\xB9(\x9AW\xC60\x94\xB56\x8B\xD9c\x9FFtT\x1C\xD7Z\xAB\xD0q\xC1-\xD3\xFA\xB0#B\x8D\xDE:Q\x0F_\xBEo\xEDN{\xFA\xB9Z:\xAD\xE1\x98,\xA7\xEAb@\x1A\x959\xD7"\xAC\xF7\x9A4\x10g\xDDL\xF8v\x0F\xA7\xDF\x05\xD1\xF8Q\xAC;\xF3\x93\x12\xAD\x85\xEF=f\x15\xEC\x9Aa\x1AyS\x0F\x9C`r\xA3\x84{\xE3\x9A\b\x1F\xAF\x9CA\x92\xD9\xCBiM\xC3s\x1A\xBB\xF9\xCC\xF8\xA6|\x11\x83E[u\xC3\xFC\xA8\x84\n\xB07\x8C!Dxb\xC1\x0B\x7F\x1F\xBB\x02\xCA6y\t\xC4\x90\'\xFF;\x80\xF0\xA2\xC6\xE71\xBC\x1A\x04(\xAF6H\x8E\xD7,\xC3\x11n\x01*\xF4\x82\x037\xD5\x8Fw\x9EW\xC1*c\xE5\x07\xCF\x1D\x8F+\x7F<`\xC9\xD9i\xBD\xEB\x87\x14\x9B+\xE6\x82lP\xE9a#\xB5K\xE4\xA4\x7F\xDBL\xBA)\x90k\xD6\xF7J\xCF\xED\xC1\xFD\x17uT\xF6a\xE7K\xA3\xB5~\x15\xA0\xE6I\fU3@\x8B\xF0\xB0O\xBC\xA1\xEDP\xD5\xE7\x9D\x1E\xEE\x94J\xFC[\xB17W\xA7\xCEA\xD7\x17\xA3\x8E\xDE\x9Ak\x0FV\xB3\xCA\no\xFD:\bV\xA9\x94xY\x8Ce\xCA\xA0\xB79\x80\xCE\x19\x8DW\xDDB^\xB7m\xAE\x1E\xDF\xDC\f\xCEp\x96$h7\xB4\x15Y\xC0\x01r,\x16\xA0\xCC$\xDC\xF1p\x00\x97\\\xB2*F\xFC\xCF.\xF5\x835!^\xA9D\xDF\xB4\x85%;\x13\xDA/B\xF2\xE0h\x03\xA9y%\xF22\xC6\x95#\xCE\xF4\x87\xFF\xBE\x9B^4\x00A\xDB\xF7\r\x86n\xAAC\x8AS\xAE\xE3v?\x03\x92F\xBA!3\xF5{\xC2\x07pZ\xBBA\xD8r\x98\xE9\x8C\xCD\x19ud\xC6\xE8\xB6\x9B\t\xAA \x83)\x0EG\xE1\xBBi\x07\xAA\xEB\x0Ef0\x9D{F"y\xA7\x17\xC5\x8DzG\xC9\xE1(\xF6\xD26\xBC\n\x80a\xC1z\x10\x89g\xC7\r\x81\xEB8\xAB\x8A\x1B\xA2\x04\xC3\x15\xF9/Y\x9D\xF1\x0EH\xFEapO\xBD\x7FR\xD5\xC2\x91Z\x9B\xD3:vR\x8C>\xDAW\'\xEB\xBE\xF5\x86\xE4U+\xAE\x9B_\x04\x94w\x12\x9Ek\xD7\xF3.\xA8\xD4P\xE9\xAC\xE0I\x9ET\xD4\x13\xE2z\xEFQg\xAEG{\xD9\xC0*\x8F\xD3\xA2\x1E\x88\xCD\xEA\xFE\x987t\xF8\x17@\xFF\x85\x1D\xC0\xFC\xA3\xBB\x14\xCB\x92R\xD5D\xB8c\xFD\xD2\xEC\x1C;N\xC3\xE9#Y=\x98M\x1D\xF9\x9C7[\x19p\xB6$d\x96J+\xCB\x8E8\xE1\xBA\x86\x03=P\xAD|4\xDE\xF6,>\x13\xA6`\xB2\xE9*\xA5c\xB3\xDF-j\xE8s\x04\xACe0\bn\x1D\xA0\x0Fm1\xBA\xA6\xD8b\xB3\x83\xFD\xC9\x14\xE5\xB5m&\x04\xCF\x8E\xFD>\xC9\xF0\x01\xBE\xAF^ \x9C\f&a\xA6\x1C\xE5g\x04\xBAEZ\xB0\x8Fj\xE0\x1C\xCD\x89N\xC5|\xF0F\xCE\x97\x1AL\x81C\xF7\x96\xAD\xE9\x8E<\xC2L\x81|\xFE\x8E/\tG\x7F\xADh\x8EW\xC5\x86}\xBC/\xA6\xDDx\x885k\n\xD7\xFBvK\xD1\xEEq\x95\xF9\xCC\x82\x17\x99\rx\xD6\xC0H\x012p\b\xD7\x13\x8FW\x0B\xAE`\xD23\xDF ^\xCC})\xDA\xF4\x98\xE2\x12Y\xF0r\x18\xDE\xA1\xED2\x07\xD6:\xF1E\xE6c\f \x9AX\x18\xA2D\x84\xEA\xAB\xC4\x8D5\x12\xBE\\&9s\xC5\xE8\xA4&U\x85\xF1\xA1\\\x96\xBA6#\xA1w;\xF2\xB6\x94{\xBF\xF3\x16J\xFFX\xB0d%\xCAA\xAB\xBF\x94\xCD%S\xBD\x1Cu\xA3\x11\xB0\x97T\xD2M\xF9\xB4\xE6\xC7\x7F2U\x16g\xFFT\xB1\xDFG\xA1\xD7\xF1Od\xFC6\ts\xB6$\xDDD\xF4a\xE3\x00\xC2\x89%\x02\x12[\xA3:\xBB\x86\xA5\xC8w\x079\x9D\xD6\x1EPh9\xF7\x88A\x99\xFB`\xDD#j\xF3\x84\xC1mB\xD5&\xF6\x95\xBD\xDE<\x9A*}\x81\x07m\xAF\x90"\xB7\x8A\xCB\x9D\xE7;\xC8\x14\xA8k\x82\xAFO\xD5\xEAiQ\xC9\xE6)\x9Bh\xE4\r2\x1A\x8A\xB8\xFAo\x87\xE8\x03\xB5]x\xE3\xD0\xB2H\x8D3\xCA\x18;\xAC,\x10\x8B[\xB1\x05"s\xA5\xF4\xD4\xC7\xEC\x15-W\x01?\x12\xDCG\x1Af\x92yT\x04,\xCF\x1B@q0\x9B\xABD\x8B\xFC\xD6&sC\x95\xDEQ\xEB_F\x0F1\x9C\xD9\x12\xA9\x05j+\f\xBFs\x9F\x05|\xEA\x96\xFFt\x9FKi\xCE\x87G\x0B!e>\x97\xC1\xE2\xCEg\xA8~X\xF3\xAE\xD6\xFB\x8B\xE9\xC1\x7F\b\x92\xBA\xFA\x1E\xDCt2fV\xFD\xAC\xF1\xBDf\xD1\xA4(\xC3\xAF}\xCAI\x8F \xC4O\x82\xE7T\xF8\xD9\xB7J\xDEd\xCC4\xEF\xDC\x118\xE9_\xB5\x8FR\xA9\xFBHx\x86\xEE3\x97\xC0*\fK\xBD0B\x99\xDCV\xA4\x11c\x85\xC2\t\xB3\xD1\x15\x8B\xCCN \x01\x80\xA5U\xBA\x95\xD3cx\xCB\xAB\no\xC2<\xF6\x0B\x82Bex-X\x1D\x9F\x12\x03\xE8\x8A\xD37`P\xCAqC\xD0v8\xDE\xF1\x0F\xA6\xFF\x88uK\xB1\'|\xA0\\Fw\xE9\xDA\x10.\xEE\xCB\xE23M\xD3\xB6\t\x18\xFC\xDDF\x10\x01\xB5\xE1\x18C\xEC\x9C[\xD6z)\xE2\x02\x99\xD3\xF2D\x84g\xCB(Y\xF4\xB1\xDB\xFA\x8D\xA5\x16\xB4\xFD\x97\xC9\x83P\xD1j\xC4\x17\x96\x00\xD4\x8C\xE8\xBD\x02\x99@\x04\xC2\x92CY\xFCy\xA9\xF1hv\xC24f\xAE-\x8C[L0\x85\xCF\x01\x17\xAE\x94\xC8]\xB1\x18P\xBB\xE3\xAD7P\x94\x7F\x18B\x98*h6Z\xEC\'T\x06{"4F\xB6\xF50o\xA9\x0Ei3\xD8$f\xABMl\xA3%\xBC\x88\xC8*\x90\xE6\x9C\xD0\x83\x7F\x1F\xED\xC3\x99\xF8|\xB6On5\xEBL\xA0\xF7<\x8A\f{"\xF9\xD9\xB7\xA5\xC6\x05t\xE8\xC0\n\xD7\x89j\xAA=\xB9\xE7\x91\xDB\x9F[\xE0C\x1E\xC7N#\x82\xCF\xF4\x87\xE5\x1A\xD4\neH\x13\x00AQ\x1C\\\x06\xE4\xA1=q\xD7\xA8`\xE5!\x8D\xC0\x0Fi#\xDBq\xCC^\x96\xC3l\tI\xEFc\x80"\xACJ\x9C\xF6E\xC4\xE0\x13\x9De\x02\x1Bx\x0B\x80\xBBd\xF2\x9B\xB3q\x14W\xB68t\xF7\xB2\x98\xDFq\xA0\xD6\xB07\xF5\xB9J\xCCW\xFC\x15(\b?\x9F\xDA\xFAD\x86\x06\xBA1\xA7)\xED@\xA1\x88-\x139\xE1S\xD0\x17z\xB6!\x93t.\xCF\xF5X\xAD-\xCA\xED8\x92\x06\xDEA\xFA\xA4z\x02\xC7,\x8B^\xEF2!\xBF_\x0F\x8Bn+\x95\f\xB1\x889\xBD\x91\xCAw0d\xA8\xD1~\x93\xE6M\xFE\xD4\x18a\xE2x\xCD\x93\xB9n\xFF\x83_2\fY\xFCL\x86@\xC2\x8DMk\xA4T\xD2}Z\x17\xC1\'\x93\xDBP\x9E\x14>\xCCT\x81\xF9z\xEB\xC7\xA6\xDAw\x1Ee\xE8Mk\xF2Y\x12\xB5\xE4\x1BV\xF3>\x14l\x81\xB3S\xBF\x00\xAEQ\xFA+\xA3?\xEF\xDD\xCA\xA6\xE9\xD4\xAF\x1E~\xE3\x0F\xD8\xFC"\x12\xB1*\x89\xA66F\xEEe\f\xBF\xE3~\xA5\xB8\tD\x94&M\x03>\xEF\xC00\xD1\x9E\xDC\xAC\x02\x80O\x99)\xC7\xB0_\x9D\xC4\x0Bz4\x8E"=\x9D\xD8]\x10\xC2\'\x97q:\x8Bm\xBF\x06\xA2h8\xB7\x98t\xE1I\xF8\xCCl\xE7\xD3\xB34\x84kI\xFF\x1D\xD9g\xE4\xAA\xD1j\x16\x85]\xAA\x92\x07\x19~,C\xD0\xEDs\xFD\x8D5\xD8\x1F\xEEE\xDE\xA5\xF1r\xC5\x1Al\xEA\x8D}I\xB2\x02O\x12(_\xED\x93%\xF4E\xC6\x835\x9D\xBD\x0ER\x95]\x1B\xFB\xA7$\xD1\x8E/\x99;\x13V1\xBA\x9E\xE2P\xFFm@X\x83\xC2 f7\xBB\x0EHx\x03\xBCe\x92)\xCE\x10Y\xE6\x85E\x07\xA9\xD3\x19b\xF2\xBB\x9C\xDCG5\xCBW\xAB\x19[\x05c\xF0y@\xFF"\x8Fy\xC9@\xEC\xAF_\xF2v\xC7\xB4\xF0\x8C\xF9}6\xD4&\xC7\xF3\xB6\xE4\xFA\xA7\x80\xDB\x9E]\xE1\xA6\x86/U\xAD\xFEiK\x99\x03\xB1.\xBCS8\xE2\x86"\xD0y\xF8\x81\xB4\r\xD5\x8Ap\xDD-\xCF\x1E\xAB\x87\xD5\xB7\x0E\xE4\x9AVr\x11\xBEQ\x04\x87m#^\n\xC3\x1B\xB1\x8Bx\xA25\x13Ru\x07K\x19\xC9$\xF5o\xD0\xE5\x19?\x88\xB9\xDB9b\xCFu\xF9\x9B\f\xACk0U\xA8\x1Bbw\xFEN\xEC\xA1\xB6\x91T\xE5j/[N\xB9,\x02\x8A\xDA8\xA1\x1B\xE1G\xA4\xD5@\x96g\xEDF\f\xDAc\x94\xCE.\xB2\xEFl\x90;\xB4N\r\x9A|\xC6\xF4%v\xA3\x15\xEE\x8F#`\xC3C\xEA\x92\b\xC5?\xE4\x9B(\xBF;\x13v\xFB=\xC2\x11\x99\xEF'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xFB\xB0\x16\xD4Q\x96\xE6#Y\xDCs\t\xC8\\\xE4\x9F\x0FG\x8F\xCFo7\xE9\xCA\x18\xB1^\xF6\x9Dh\x19\xE6\xC8/a\xB5\x15X\xE7\xA2-K\xD7\xB4\x18V\xCC\xF7C\xB1\x0Bq\xD6\x8CY\xF4\x97g\x05\xD3G~\x16\xC1I\x8Bs6\x02lA\xB0\xC3\x87\xA2\xF6A\x8B\x1C7e\xAF\xF6!\x0B\xA5\x87My\x91\xE2E\xCF3\xB3\x8AJ\x06\x97\xF2\x8D;\xCDy\x02\x94\xEEu\x899\xA2{)\xE3]\x9B\x00&\xBE@\xDF\xA7+\x89\xB4\x99\xE6i\xCC\xE6Z\xBC\xA7\xCB\x0Fy\xFC:\x14%\xAF{\xEF\xD3\xC1v\xDFU\xB8_*\xF4\x039#\xBC\x0F\x00Wn\xA5"u\xD9N\xBD\x0B\x82c\xC5"\\\xFD\xDE\x0E\x94\xC3\x86\x1B\xCBN\xAD\x11s\xC9\x1EP\xEB:\xFF$D*\x9B\xF5$\x81/\xF0\x91\xD5Oa\xE1\xBCK\x94\x02\'\x85\x9D@\xFF\x93k\xBE\xD2\xA7e\x85}\x95\xEA\xD5\xF9\xC15\xAB\x1Bk\'\xDE\xAE\x11>\xA8\xBDf \xEDTl\xF99~\xEB/\x82`\xF9\xBBua\xC8\xAB\x8Ff\xAE\x12|J\xDDd\x1C\xAB,\x99\xCDj0\xA6_P\x0E4\xEC\xC8\xDAD\x15\x99T\xEF\xDCM\xC5+\x16C\x80Y\xE5\xFE\x9CB\xF7U0\xE6\x99H\xD13\xB5F\xDA\xA0\xB9\x90\xDC\xA3\t;\x94\x16\xA0\r1\xDDq\x04D\xD4\xC4\xFF\xA2U\xBAn\x04\xEC\x84\f\xF3\x18\xC6\xE7\xB6m\x1B~\xAA$\xE5v\n0\x1A\xAD<\x9Fw\xB8g\x0E\xCA}\x91\xB6\xD3p\x8D\xCB~\t\x84s\xA9\x03.\x10"VCe\xD1\xB1\xE4Z\xD6\x85\xF3Q\x13\xED\x88![\x967\xE8\x8AC\xC6~R<\xD7w\x8A?\xD6\xA4\x8E\bZ\x82:\xB3\xC8\x8Dq\xFAa\x07\x8F\xF1\xDD\xA2.I\xEEd7\xA2\x01\x1BR\xF4\xE0\x16]\x8C\xCFv\xF2\xC6\x02\x1C\xEFzK"\xC2>{\x9C\xBB\xB7r\xE2\xA9j\x18\xCE\r\xF8$\xA5\xB7\x1F\x9C\xB0\xFAe"U\xF8J\xBA\xF2a\xFEL\xA3\xD6\xBB\xE5 \xCCR;\x1F\x8A\x05\xC3\x13"\xEA\xBEa\xB0,\xA0\xC5?\xE9\x99b\xAF\x81n\x98\xBD1\x8C\xFCl\xAF\x05\xD1&,Q\b>\xF5\xB5v2\xDA\x93]\xE4\x01iI,\t\x97\xE3\xC5.\xD2\x12\x95\xDDl\'?Y\x862\xAAp\xFB\xB1`\xD6P\xAA\x85wD\xD8\x8A;n\xFE#P\xBC3J\xE2)\xA9S\xCC\f\xA5+\xE9I\x8Dg\x9F\xCF\x90\xC2(\x84O\xAChG\x136\xC5\x8F\xEB\xBD\xCE{\xAC=j\x9Fy4\xBF\x18\xED\x99\x0F|K\xD8\x94\x14\xBFx\x984\xE2W\x07\x9C&\x12\xEB\xB7\x91{\xDB\xF8\x19\b\xD3>\xF9\x14rF\xDE\x96[\x176\xF7\xFBf\x13}\xEA\xD7\x03\x9D\xC1\xEF\x87\xD2uT\x169\x80[\x19\x00\x88\xEC!\xA9X\x82\x02\xCD\xB1\xF4\xC2\x04d\xE3A\xED\'\xFAi\xB9\xCF\xF6l\xC6_H\xD2\x0E\xAA\x83k\xA1}\x90_\xE7\x86\xB3d\xF5\xC9\xB9\xDA\xA9E\xDF6\xA3Y@c\x1A,p\b\xB3&\x9D\xDD\xA8L\xEF)\xB8\xDAP\b\xC9\xE7Gv-c\x1D\x9F(7\x84[\xA6\xCA\x8D\x18@0\x91O\xA7\x021\x9Ee9U\xC8\xEB\xB6$\xC26\xD6\x02:\x1F~\x82kN\xBD\x87\xB0\x1F\xF7\xBA\x8D\xCC\xE3Q\xA4A\xF3`\xFDr\x0B\xD4\x94sB`\x918j\xB7\xA4\xDEB\x8C\xE8o\xB6\xD1\xFE\x0FKt\x9F\xDB\xAE|\r\xE4\x80\xDD\x1A\xF1\xBA \x03EZ\x0E\x9Ew\x1B\x93\xBFR\xA2\x0F\xFF%a\x06r\xD2\x98\x0Fy:\xFC\x95\xD8}\x0F\x83\xB91\xC6c\xA3\x14\xC3\xAE\xF6\xD4\x10$\xF9\x95W\t\xC7P\x17\x9A\x7F#\xBD\xE6\tY\xF0\x1D\xBD\xF3\xDET\xAD:\x87*\xC5c\x83\xD3$\xF9\xB0M*B\xFA\xAEs\xCFg\xFE,\xC9\\\b\x8C\xE0\xB2r\xC5\x9E\xC9\x8E\xFE\xC2m\x81\xB5\xEAi\x8B [\x9Bm\xD9\xAF\x7FVJ\x84\x1F\xE5Z=\x04t\xEE\x16\xB3\xFE\x89f-\x91\xCD\xF5hN\xFE\x9AEk\xA4\x92\x13\xCD\x06\xA5\xD5R\x18\xBC;\xA6\x80\x15\xDA\x9BFf\x19Y/A){\xA7_\xF2\x0BE\xC7\x04=\xF2\xAAO\x01(?\xEA\xBB\x99\xCFo\xB9\x18\xC8\xDC\xAC\x84]9%\xD7\xC0E\x07r\x17\xA4\xD5\xB67\xE6\x07S1r\xEAc\x85n\x0B\xED\x90 X\xE4B\xB6z#\xFB\xA6\x88\xF3\xDC\xB4\x11\xE59\x9C\xD2.P\x97v\xDF\xB7\f\x90\xCD\xA1\x10#\xFC]\xA6D\xF1\x95m K\xE3\x98k\x0E\xA1\xEB\xB5\\\xE0\x94"r\x11\xAB\xC7\xF3\xD8\xBB\x9B<$\xC25\x9DH\x7F\x04\xC2o2\xF1\xCC\xBD\x0B\xD7OmQ\x86"\xBBW\x1Br\xF9\xA6&\xD1f/x\xF6a\x87t\xD80\r\x8D\xFF2`\xA2\n\xBE\xCE\xF4M{\x1C\x815\x01@\xEFV\x8D+\x7F\x87IZ\x1C\xDF\xB2\xF4`\xE2\xCB\xAD\xF6\x96\f\xA3\x83T,v:\x9C\b\xF3\xCDh\x01\x91\xAF\xDC\x89\xC0W\x15\x84B\xBE\xE0S\xC6F\xAE\xE9j\xC0R\xB1\xD4\xEB,x@\x8D\xAD(\xDBR\xC4\xA9y\xBB\xCC\xDCd\x1E\xB3\x0F\xFC\x8F{\x04U\x8C\x13l0\xD6eQ\x1B\xDDb\x93\xE8\xB4\x17\xAC\x950G\xE0~@\x13b\xE87\xFD\x9E\xEC\x1F\xA83\x02\x18\x91=\xCD"}\x13H\x88\xFD\xB5\x19[\x01\xC9\x97\xFAc*\x82\nK\xA0\x00A\xE7\xA3h\xC8E\xA8\xD3*\xB8A\x83"\xE8\xB4<\xF7\xABH\xFFm\xCF\xDC\x19\xB6\xF3wL\xEC\xA1\x85\xBC5\x19u\xEE1Cl\x1D\xE82\x0E\xF7\xB83\x96\xD5l\xFCX\t%\x88\x11\xD5w\'\xBAn\x98\xF7\b\xA1\xD7\xFD\xAE{K*\x00o\xD1*?\x1C\f\xD93\xF5g\xDD:\xBB(\x8F\xA2hU\x9A\t\xC0\xDBo\fFc\x8B\xAF\\\x96\xA4\xF8\x89Hb\xD0z\xE0\x01_@\x1D\xA8\xBE\xD9\xF0\xA64f\x95\b\x84\x170\xB2@Q5Z\xE6\xC5\x0B\xD1U\x82l\xA1\xE7\xC4V\x8F_\xBDG\x82\x7F\xF7]t\xC6\xFB$\xE2?\xAA\x17T\xCA\xFB\xDD(\xD3\x15\xC3\rv\xDC\xBD&\x98\x19\x8CT\xAD\xC9\x81\xE6N\x97yD\xFC\xC7\xAC>S\xCE\xDC{\x8D\xCB\xBA\x80\x1Ad\x94\xE0\xAF5\tN\xFA}\x9B%\xEB\x15\xA5\xCC\x05\x9D\xAE\xD6\fF\x84b\xCE4\x8A*\xB3\x7F\x95\x04Ig\xE4*U\xAE\x05\xF0\xA8A-\xED\x12(w5g\x18+\xB9\xDFV\x1F\xE7\xF8c\xA4!\xEF\x11o)\xF3\xA3Bs\x1C\xF1\xBA\x8B2\xAD\xD3o\xB4O\xE1-W!\xE8P3\xB4\xEE\xA4z\xFD]\xEF\x9D\xE6;\xA8\xBA\xF3\x86=\xCE\x93Ms]\xC8\xB5m\x99\xDA\x05\xF5\xB3\xCF\x83c\x05\x8D\x7F\x9D\xC08\x03I`\xE2\x9A\x04M\xB62\xFD\xBF^$]\xDE\x11B\x018\x8C\xFCl\xC1=\x88\x16\x97o\xC2\x1E\x10\x93\xBBH i\x12Qq\x1C\xA0|\xFB\x177\x82\f\xDE\xFDH\xBFa\xA4\x90A\r\xED\xA2G\x15\xD2)k\x89\xB7\x94\xC4/\xAD\xD9x\xCE\x11\x87\xD6\x9E\xCE\x97\xF2e\x84\xC8\x1Ez\x98\x0E\xB2\xF2x\xCD\x00Z*\xD8Q\xE3q\x06\xD6\x81\xC1\xD0\x913\xD9\xB4`\xC1\xE7\xD30\x9F\x7F\x887\x1DL\xC7X\xDDt8\xC4\xB1\xEFM\n\xDA\x1Bv\xF7W;g\x8E\xECX\'|CGx\x1B\xB9S\xA2\xDA\xED\\\xD1K\x92e\xA9\xE1:\x8B\xF9\xAE?\xC7\xA39_.\xED\xFEZF\b%\x9Ao\xAC\x1EQ\xEC\x0E\xD0\xE4\xFA{*\x99!\xF9[n\x955\xA8U\xEBA\xCF\x85\x16\xBF E\x98\xAB\xE2\x04\x01\xA9:\xE7\b.g\xBD\xA8\x193\xDB\'\nG\xB7~\x9Cf-\x83\x1B\xF5\xB1\rz\xAA\xE2\xC6\x89\xF0;W\xF8\xBBg\x92&\xABh\xB7\x86\x14\xBE\xAB\xD6\x88\xE2\x1E\xFC\xCAr\x9C\'\xAA\t\xE8\xA0\xFC\xC9\ng8\xC2\xD8\x89\xC6q\x93J\xF6%C\x85\xFFX\xC5\x9E\x1D\xF0\xCB\x15\x05\xEAVx\xDBJ\x80\x9D\'\x19fs\xA6\xD8\x12\x8AE\x03\xC7>V\x9C\x07<\xE9dP1\x06B\xBCb\x82\x12\xBB\x00a\x7FI-o\\\xB8\xF0\x1A\x91m\x0F\'X\xAE\xD0\x8B\x06t\xE2k\xB3\xF7u\x81b2J\xBD\xD2\x98\x01\xB9f\xCAU?\xBA\x95\x0EL\xCA+y\xE3\xA4\xD9s\xF1-\xDAo\xCC\xFE\x8Fr\x16\x9C|\xD8,H\xDF4\x8C\xD6\xB4\x92\xDE5\x80\xD3Mn4\x9A\xEF\xDD\x18}<\xB5\xC8\xA0\x14\x90=R\xE5\xD5\xA6\x8Ft!\xACD\x111\xE4\x03\xF3\xD32\xFD\xE6]\xB2\x966b\x15\x84\xC0\x1A\x91I\xA07\xB4\xEE\xC7\xA9S\xF4\xB2\x93X\xEF\x1C\xC3T\xF6\x13\xA8x&\x9F\xFA\xB3_F\xBB\xFD\x9D\xE9_P5\xEE\xD1,\xBE\x10%\xFD[\xE16k\xF1\x8F\xA0"n\x8Ba\xB0\x7F\x83\x1E\xC0\x07\xEE$\xB5M\xFC}\xAF\\\r \xD4`*\xE5;!\x03t\xCBj\x9B9r$\xCDP\x02A\xE2\xB5\xD3\x04\x837h#\x0E\xD7\x94\x1E{b\x06\xAC\x96j@\xB5\x0B\x87\xC7^\xD5z\xC0\xA9O\xDF\x16B\xA0\xF5Js\xCDY\x9B\x0B\xD44\xE7\xC4\xF5\x81yK\x95\r\x87\xD0\xA1>\x10\xAC\xFB\xE4\x0B\x88\xB1\xEC\x95\xC5\x11`\x1Fz\xA7\xCAN\x80\xAC.\xFA\xBC\xA7\x87\xDCJy\xC9\xEF\x9DS\x19\xF9(=\xEC\x188\n\x96\xC4\'\xD0e9\xA8\x88\xE1Bl\xA7\x8Ce&C\xE0\xA6\x02\xBEpYf\xEB\xC0)\x84Je\xA4D|[\x1Cj\x89+U\xE4.\xF7\xDBt\xC5Fm\xE3@X\x1B\xF55\x8A\x1E\xD9\xC0\x7F\xA7\x95\xB3W\x85\xCE\xF6p[\xED\r\x92\xDB\x17\xFF)\xC4\xF0\x1DP\x02\x9A\xB9W\x198\xF6\xDB\xB4\x15\x90O}\xD8\x06\xBE\xD1+\xE0\xB93\xF3\xAB\xD3\x95\xBF\x10b\x82\x07\xEFV\x8E\x11\x00\xC7\x9C\xB7\xE4\x04^,B\xE7\x06N\xDF\xFDtF\xB80\xA6L\xB6w.\xBCp\\\x907\xB6\xDDw\x11\xD2l\x8E\xCA&\x9AE1\xF8\xE1\x1E\xB22^\x93\x16\xFE\x9C\xD7v\x06U\xF4I\xA0\x1D\xB4<(\x9B\xD2\xB17v\'hO\xA4q\xAF\x81i3\xCAe\x0F\x9E#\xD9\x8D\x02\xE1\x86\xF9T\x9E\xEA\xAE\x13s\xFA\xC9\x86<+\xAF\xE5\x7FT\xAB\x06v\xC7\xA5Z\x99\xF3q\xE9=W\x81L\xC0@\x92i5\xD1vY\xE1\xBF~ _\xEB\x84\xD7\x14\x92\xCF\x0F\xF7\xD4\x9A\x14\xBB\x8A,\xAD\xEAfy\x1A?c"\xC7;\tL\xD2\x9CFb\xA5\xED^\xFB\n>\x80\xEA\xD3!\x89j\x01?\x1A\x8A\xC6\xAD\ff"\xA5\x17\xE5\xB2\x8B\xEB\xFE\x92\xA8\x14\xF8B\xA4\nR\xBF\xFCE8\xC3V#K\xF0x\xDBC\\\xC7\f\x9A\xC0\xD0\xA8\x10\x95\xD8j\x83%\xE2/\x07\x1F\xC1\x94J\xA1\xBF\x17gX\xB76\x11\xCF\xBAR\xDB\'u\xF1\xCC\xDF\xFB0m\f&C\xC8L0d\x88\xC9\xDEr\x972\xA9}\xEC\x8Bt\x02\xB49\xA3\x1B\xF4\x928S\xFA4P\xE7\x7F\xF3\xB3^\xF8\xC0x\x8E\xAFO{\xD5#n\xDC/\xFD\x9F\xF2H\x96\xE8y\xA7\x07I\x9E\xB86}\x89\xB4\xC9\xD9y\xA5\x19n\xD6\xE9\x06N\xB9#\xF4b\xE0\x1B\xB6-\xA1\xE1\x90^\xCDm\x03\xB7\xD5\x1F\x81\xB3j\'\x8BC0\x1A\xA2\x059\xF0\xCF\x14\xE33\x88\xF4\xB0N\x8F\xC6t\xDEc+\x828\xF8k\x8E\x16T\x97G]\x03N\xF3\xC0\x85\n\xB5\x99x5\x8F\x11\xCFH\x87\x07h\xD8Ad\x0B\xE9)\x86I}\xA6a\xDF\xF2\xA0\x05\xBFY\xDF\xCBmG\xB8Wh\x9B\x00\xB8V\x10\xCDx@\t%\xAF\xFF\xC3\x18^\xD2\xC1\xE6+\xFF\xD4\xEC\x13\x9E\x96/g\xE2>Z&\xAB\xFBYl\xAF)\xC3\x9BO\xF8\xC8\x1D\xBCQ\xAC\x12\xC3\xE6-\nuA\x17\xD4t\xAC\x0E\x88\xEA\x96\xD9\x1D\x85As\xA4\xEEvZ\x15\xAD\x82|\x991\xD9\xFBY\x9C=\x8B\xBD\xCB\x91K\xFB\x9A:T\'|\f\xAA\xF8\xC9 \xEE\xC3\x04*\xAA^\xBCn1\x0Fs\xD9!\x7FV\x86\xDBrC\xB0\x80\xDF\xCF\x12~Q\xC6\x90s\x12\x80\x1E\xD9\x0B\x8E\xFF\xD3\xE6(;\x01\xF0oB\x8Fi\x1C\xD2\x00R h.\xE4b\x1F\xB2\xFC\xC47^-\xDCR\x90a\xD8\x82\xFA:\x9C\xF4\xE5\xCD\xB6\x8CL.\xFA\xB8\x1A\x94\b\xF6Y\xBF$\xE9\x88\xD8)d\xA5\xEB`/|R\xBA4\xA3r\x93L\xD0]\xA5\xCA$\xB7\xF2\xAD_\xEA\xA4\xB5\f\x85\xC1\xF2\xD0f\x8E\xE5\x9D\xBBy\r\xB21\x17K\x7F\xCA!H\x91d8\x05\xE3\x9F\xCA\xEDI(\xCF{-\x10\xA3;G\xB7\xFA7\x05I\xB4\xFD\x97\xC9i\x1DE\r\xC1\xDF\xB3\x15\x87\b\xE1Nu\x10)\x96~\xF7>\xD9yO\xA1C\x17pM\x02\x89E\xE8\x9Fn\xB9\xE1\n\xB0\\\x15\xFB\xA9T\xBFi\x0Bw\xAB`\xE4\xA0\x83Mh\xC4\tq\x9A\xE0\xBF\x83\xD4;\xA9\xF6\xE3\x86\xB0\xF5Ym 8\xEBz.\x98\xC6\x84H\xDF3\xCEW\xA9\x14\x930\x06\xD7\xAD\xF2\xCC\x1Ci\xD1=\xF4\x92T/\x89\xDB\xC1z&\x81\x1A>\x954\x8A\xC5\xFF?\xB8\xEE\xF8\x90[\xAA\x15Rz!Xk\x17*Mc\xCE.\x8B\x03\x9DQ\xBCb\xAA<\xFE\xD7g\xBE\x07\x8Aj&\x00\xE9n\xBD\x80>([\x98\xAA\xFE%\xC6\x13\xA6\xEDh<\xA1\xEA\xCCq\xF0\xD4Z\xDF\x15To\x1E\xD7k2\xDC\x1F\xEC.\xCE\x93\f\xE7\xC3\x8C\xD7\n\x9C~\xEAA\xAA\xD6\xF9\x93\xD0\x1A\xEEq\x14\x9F@\xEF\x1B\x9B\xC7J\xB0]\x1E\xE2~\x0F\xBA7\xE1u\x86`Fv\xCE\x00\x1CM\x93\x0ED\xB1\x01\xA3%\xF7\xB2\x976\n\xA7\xB0x\xC9\x86iC\xF6\xB02\xA0t?\xBB\xFD#\xC4\x13ax%D\x04S\x8C\xB9X%\xADPw\xB7;\xDD\x8B\xF9\xCBU\xA5\x83\xEEe\nN\xB3\xDA\x05)\x9A\xBAo2\xD8`,\x8Eg\xBCu\xCEI\xE9\xC2\x8ED\rFV\x02\xBA\x9E\xDApL\x03\xEE^\xACS\xDD\x924\xB8\xE3\x82\xC3j\xDD\xA34\xE3\xCB\x8F\xFE\xD4\xE8d\nt(\x984\xFFF\xD5\xC4\x931\x1F\xC0\x8E\xE5[\xF7\x80\xB2\x06\xA7\xC4\xE1N\x101\x84\x07|(_\xF1\xE3\x94\xA49\x12$_\x88\x1C\xCC\x94\x106\x80uG\xA1\xF1V\x10/\xB1\x1F~\f\xF8_p8\x12\x81/\xA1\xBFD\xEDl\xB6\x1AwR\xFA\xA2\xEF|6\xAA@\x14\xC8S\xF1~!\xF8;\x98\xEBc\x9F\xDD\xAB\x18\xCCp(\xD5\xF1}\xE5\xC1\xFC@\xB6{\xE4 \xD3\xF7\x19\bp\xD0=\x9D\xF5L\xC6\x86E\x9A\x1D\xC0\xA6Z\xF3Q\x19\xD4\xA9\r\xDE\x90)\xAE\x14]\xCCI\fk\xD5"u\xE09\x9BY\x86p\xC8\xB0\x1F=X\xFD\x87o\xBE\xFCd\xB2\x8EQ1\xA8\xD6Z-\xA3\xC2j\xB2`\xC6\x8B\xAC\x01w\x90\xE8d\xD5*\xB5\xED\xDB|#\xCB\x93\x01z\x87N`\xCA=\xE8\x88p\xDE\x98\xFB\x83\xBE\x9FG\x8D\x0E\xD0\xB9\x19\x03\xD9R\xF5\xBD\xD1.J\xB7?\x81\x1AH\xCE\x07\x99j\x14\xF1\x83P\x05>\x96\xE7-O \xDAZ\xBA\x139\xA6\x03lL\x8D\x05?\xB1i\xE46\xBB"\xF6\xA0j\x06\xBE:\x1B\xB1W+\xE9a\xFF\xAE,i\xE9F\xA5+x\x8E\x0Eh\x9A\xE7\x12'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x83\xDEk\xA8R\xEE\xD6\x1Ea\xB6\xEDx\x16\xB1X\xD1\x94%\\\xED?\x9CS\x03\xC51\xA4h\x1B\xCF\xF0<\x9B\x12.\xFC\xC7_\xA2M\xDC&\xB9\xFC4\xCD{\x14\xEB?\xA3x\xC6\x8CK\xE2\xBBC\x96\xE7W)\xBE~K\t\xC1.\x13{\x938\xA0\xFED\xCB\x8E\x060\xF4j\xB5\n\x88\xC1\x1Ez\xDB\x87G\xE6\xFA\x91Q\xACa\xE0l\xB0\x89;\xE4\x14\xF7\x87Bo\x91\xE3P\xB2\x89`\xD5!\x0B\xEE\'^\xA0\x04x!\xFC\xA7\x8B\t\xE4\xB1\xF3>\xD2\x89\xBAJ\xC8r\x82\xDC"g\xE6\x9FA\x18\xE1\xA5p\xD45\xB1\xF5_\x16\xB7t\xC6(\f\x85\xC2E\xD4W{"\x93s\xC4\f\xA8[\x1D\x9E\x07+\xC2\x97T\xB5f\xFB\xCD\x186\x81\xD6\xC3a5lC\'v\x9C[\x01%\xF7\xE3\x0F-\\\xA99\xC4u\x85P\xC9,K\xFB\r\x91l&\x98\x07X\xDA7}\x00"\xF4\x98\b\xBB\xAA\xD00T\xD7\xED;\xC6gE\xEFr\x01\xE2\x85<\xA9\x93m\xEC\xB0iJ\x16\xCC\xB2\x95\xD8\x8E\x1C\xE8o\xA3d\xADQ\xBF\x05\x97L\xF8\xB7\xD9\x00~\x8F\xE7cB\xA8\xE4\xC2\xD2>\xAA\x8A\xEB\xA0\xB6No4\x19\xEDK\x03g\xB2\x97~\x14\x84\xF9\xDB\xA76K\x1Au,\xD8D\xC0T*\n\x9E\xF2\xDC#\x02\xFFQ\xC9\xB6D\xDA:\x18\x8C\xF2}\xD5\x1C\x0Fa&\xAB:\x11\x9C\xB8\xCD\x19O3w\xF2\x1DLh\x15\xCD\xE3\x8C\xA6\xDAd\x82=\xE3\x1B*\xFD\xBB\xD3v&\xB8\x8D\xCD\xA2\xBD\xEA\x03~\x13\xDF\xF9\x91>|\x87Qsb\xAB\x11/\x84\x07\x98\xD1i?\xE5\xAF\x89p\xEC\x93Y\xBF\xF1l)\x81[\x03\x9E\x81a\xB6\xFD\x95=*_\r\xC9t\'\x9F\xBF\xF4\x8CF\xA3_3\x94U\x16m\xF6Z\r\x98O\xB2\x87\xA3\xD0\\\xBC/\xE7\xA5\xC1\xEB8k\xF6}\xC2Y+\xB9\xA0#V4\xCC\xA3G\b\xD3\x1FS\xDB\xF7|\xBD\xED\xDD\x0E-\xC4\xD7v\xAB\xF8T?\xB3\xFC\\\x13y\xCBj\xDCM\x05\xAD\xE8\nA\xDF.f\xD29"`2q\x1E\xAC\x01d\x124\xBD\x8B\x9E\xE0O\x1E\xEA\xFEr\x13\xF7\xC5D\x02\xDD.y\xB2\x8B@\xA5\f0\xAFJ p\xA3W\xE8\x05\x84\xBE\x9A\x1C\xE8\x92\xD1O5\xAB\n\xEC\x87!\xC9d\x9B\xC0\x82\xB0\x1E\x8E\xF2\xC5\xFE\xE4B\f\xC8\x98\xD7D\x8FI\x0B$\xCF\xB2\x8D\xA6G\xDD\x85^\x96g\xB8\x19\x82\xF5^\xE4\xC6s\x96\xD1=i\x94\xC9:\x8EG$k6\xDC|I.\x06\xDF\xB8\x99&?\xBC{\xF6;\xD6qK\xFFy\xA8Tk\x9B\xB6\x8D\xEFYt!\xF6\xCD\xDAv\xFBAf\rw7\xB3\xCF,\x0B\xAA\xE9qN\xA0\x148\x00P\x19\xEA\x89\xFC\xD8\b\xF3\x7F\xB1\x14\xCD\xF0\f\x8A\xC4\xA5d\x86\x1BtY\xD3\x16\x9FP\x8C+\x1A\xEE\xC9<\xE2\x11\xD6\x1AzN\xDB:\x81\xB3Ok\xA6Y\xB9\x972\xF1\xC7\x95\x04Q\xE1|9\x8E#\xD1\xC1m\x92\'\xB4c\xC2%Z\xA9R\x1B\xBF\xE0\x9DbM\xB5]#\xEEo;\xF7\xE6\x90\xFD\xAFl\xE3\x04\xB5\xA5X\x96\x07\xB9H\x851\x02\xA7\xBF\x10,\xE6\xA1\b.\x83\x1B\xE5P\xD6&`n\x1C\x9E\xF4\xBDY\xFCA\n\xDF\xA8\xF1\xD5D\x9F\x11y\xB94\x85f\x011\x8F\xA8\xFF:\xD5\x11\xB0\xCAR\xBEhH,\xC66b\x12~\xDB2#p\xA2\xECf\xCE$_\x9B\xFC~\xC21\xF2\xCCm\x03\xAB\x80\x15\xBA\xE7\x8AJ\xC9\x14\xD8\x98\xB0d4W\x7F\x85\xFEl\xDF\xF0E\x9B\xE7\'\xD3Cs\x19\xE4x\x9CG\x91\x02*\x9E\xD9\t\x82\xF0\x97\xD0\xF9\x87\xC3d\x8D\xF5Y\xC2@\x91\xF2oD\xD2\x17c\x8E`\x109\xC0}W?\xA3\xFB1\xAE=j(x\xEE\x88\xCB\x1C\xBD\x0E9\xAF-\x8E\xCF\rt\xADZ\xF5\xBA\xCB-\x80\xC1W\xDEv\x14\xAB> yZ\xA9E"O\xE9@\xB2\xD3\x15*\xAC\xE3\x0B\xB6\x81\xE1\xAF>\xF3\xAD\x91H\x9D\xE0\xF4\n\xCFv\xDA]\x02\x84\xA4\rH,\x03\x9EL\xE4]\x97\xC6\x1Fh\xFCM\xC4\x8A\x0F\x98R\xF8b\n!\xF26\x88[\xEB\xC9\xB8\x18\xE0n\xBC\t\x9D\x18\xFFw\x97\x03Q{6\x1DLZ\x98$\xCA\xE9w\xD4\x1F0\x83j)O\x91 \xB8\xE8U\xC4\xE2\xB5p\xF7\x8F#\xD1w\xF6W5\xA4\xDC\x1B=\xEA$p\xD9\xACB\xA1\xB8d\xD4\xFBr\x90S\xF6;\x8A.\xAEsU\xC87\xDEj\x88\xCC\xA0\xC3\x00\xECq\x07U(\x07\xB8\xFA^\xC9\xB3\x9A\xC1\x11\xF3\x7F\xD35\x19\x93Q\xD86f\xA6E\x06\xB3\x81\xE6\xBC\x94_x\xA2\xB37\x83\x16\xE9\x7F\xC8\x94M\xB3/\xA3\x0F\xD6\x9B\x02c\xD2\xE1&\x80\xA7H\xBA\xF4&\xDAd\x90-\xBB\xD9\xA3Y\x89i\xA5M\xED\x1AC\xE5h\xA9@\x9C`\xFAu\xAA\x0F\xC7\xEE\xBA\x15\xDB\xAC\x8D/b:\x13\xB7H\x8Ba\x96\xFCe\x8C\xAF\xFF\xD41\xBC"V\x9C\xD9/K\xA7\xCE\x028\xD7\xF6\x98R\xBElZ7\xB7\xE9&=t\xECa\xA4\xDA\x7F\x8F\xCAL\xB6\x19T3\xCF\xF1\x80\x11s\xCF2\xC0\x10i\xD3x\xF0\xC5\xA9\xD8t-\xCF!\x0E\xDB\xA3\xCD\x16{\x81\xE9p\xA8\xF6j\xC0\xB2\xEEp\x99\xBCI\x12j\xE5-\xAD\x13\x9F\x1F\xFFP\xAA\x9D\xC9\x8DJ+\x07\xBB$\xF9:h\x98\xAC\xE3\x0BE\xA4\xC5Z\xEE\xA8\x1C\xE3\x97\xB7\bU\xE3E\xFB\x99\x06\xE5}\xBCX/q;\xF0P\x99K\x0E\xCB8\x90\x1E=\fU\'b\x8D\xB7\x1EB\x83M\xE2\xCE\x8Dd\x0E\xE43\x14\xD2\xAD\xF1k\x17^\x84\xEE&A\xBF`+k\xDE8\x8FD\x7F\\)K\x18\xA1\x87\x1Dh\xC1S\xAE7\x85I\xE7\x06\xB8\x9D\x1F\x1A\xD7\x86w\xE7\x01f\xDD\x81\xF7\xC7\xE3\xA2\x00\x7F\xC5\xF0\x05w0\xBFC}\xB4T\xFAwZ\x94=\x9F\xDE\xC2\x04\xD2w\x8A\xFD\x95\xAF\xF8!\xB9\x00\xD5\x82\xF8\xC7\xDB7`\xB5(\x8E?\xF1\x9F\x1B\xF9\xC5\x91]\xE0\xC7e\xFC?\xB6,Q\xA2\xD0]\xAF\x1Au2\xD2[\x92\xDAb\xA6\x16\x97\xD7\xF1\x84"\x99\xBE5\xE5\xCEN\xB01n\xA5\x0E\x1EQ\xD5{\x14L\x9En\f\xB1\xAC\x10%6\xB5?\xF9Z\'\t\xC6`\xDE\f\x1B\x86\xFFy\x10\x92DV\xE1\xB5\xED=\xC8\x88\xE7c\xC3/S\xA2\xE7\x03\xAC\xC32\xE9\xA6Y\x03+\x94\xB1s\xA1\rc\x93\xA9\xD18\xDF\x84\xC7\x05\x8FZ\\\x8A\xEB\x12v\xC3\xE8i\x87\xD1\xE5`\x02\xC8\xEE=W\x94\xEF)\x82\xA6\xEC\xD6\xC2\x11\xE5\xA1\xBE\x82\xE3\xCB\x9D-\x8E\xD1E\x98\xB2\x04\xA0sI*e\xF2Q\xC5\xD6\x12J\x8B\'\x01\xDAP\xF0\x9Ak\xB2*}\xAB\x1F\xAAm\xDBO\xB1\x02WA\xACq\xBF\x9C1P\x80\x0En\xC5\x1Ab\xB4\tJu\x9Bd@\xF5\x19h>W\x02\xDB\xF3n\x17\xE82@\xDE\xBF\xFA\x9B\xD7\xB9\x88 \x93\xFE\\\xCD\xE6W\xB31\x05\x1CG\xFB\x13\xD6O\xF1\xF8\xBF7\x96"\x8D\xCB.\x12\xF8"Cu\xB3\xDE$\xA6\x02\xD7O6\xCF\x91\x182\xFF\x8Dy\xD3+\xB3\x92x\x1D:\xBA\t|\x88\xCB\x12[\x8F\x1Av\x03;h\xEB\xAB4\xBFz?\x86r\xBC\xCA\x8C]\xE6\x9D;\xC2F\x1B\xD1}]\r\xDD\xA0K]\xD9\x83\x19\xFAi\xBEH\x8By\x9B\xE7\xC0[\xF2\xDC\xB5\xC9O\xA7\r\xEC\xC5H\xAB\x85\\\xA2(\xF9g\xA7/\xE6S5\xA4\xE2G\x16p#\x98\xF7\xA5\x11\xEBd<\xA7w\xBA.\x88l\x82\t\xA1\xF1\xBB\x0B\xD2\x17\xE2;i\xFA\x88\x05\xA0\x7F\x84\xEA\x1B\xDFp\x88\xD8\x9F%\xCF\x00tW\x19\xD2\xEE \x80\xD4\xF6\'\r\x7F\xFBQc9\xAEn.X\x9F\xFAR\xEE\x95D\xDE\xA8\xCD\xB3!cI\xD5iR,\xF3\x9A\xDD&\x8Dz\xA0\xB8X\xC9\x95\xDA\xB9S\xD5\x10J\xBBf\xAE"\xBEC~\xB42\x8C\xF0\xAE8\x04P\x9Em?L\x8C\xE8\xAE.\x9E\xEE\xC2\x8B\xE3\x00\xB7~\xC3\x80i\xB1r\xC8,8\x03\x92\xA9\xC5\x15\x97\xE2\x88\x0FH\xFD\xC1\xAF3\x00n\x84E+b\x1A7\xC4\xF5.\x9B\xCF>\xFEU\x16\xEA\x96^B\x0E\x9Be\x83\xC62\xE0\x11\xBBt\x1DXB\xD4\x1Aw\x0F[\xCAA\x16K2\xD8#\x01\x8E`\xE8zA\xF5u\x078\xBDa\xD2\xA5\x1Cq\xEF\xD6M \xF7\xA7\x0B\xEC\xAEt\x90g\xE2\nx\xF2\x90\xA5\xCC\x04l\x1C\xD6\xBE+\xDDq\xB4Z\xFE\x92d\xA3\xD9\xC4\x87\x03\xB6)F\x9A\xF4\x83\xAB\xE8\r\xA4>\xBC\x14\xEA\x9B\xBE\x19\xDCS\xA1\xEA @x\xB6X\x86a\x11\x93\xE5\xC2}\xD1L\x9C\xFD!C\xA8\x89P%\xDBs-\x81\xC3\xF7\xA6zH\xEC\x15%\xF3\xAA\xCE,\x05;\xF3o^\x92\xE0\xA6i5"t\xCE\x97f\xF3{T\xA0-_\x86\xD0)\x8Ck\xAE\xF7\x93\b\xE7$\xCBC\xAAg9\x18\x8C0\xDEV\xCD\xB8\x15`\xC6\xB4:\x0EZH\xE18S\x89\xFF\xCA\xA3\x8D~I\x1A\xEBU\x96\x16\xAA3M\xFA\xD0\b\xBD\xDB_\x01P\x1F\xDF\x86\xD2/\xFDL\rg\xB8F\x03\xCCU,\xD8<\x9F\x03\xBB)\xD9\x99X\xB6\x04m\x83\xEFz5\xE6\x00l\x9D\xEC\xB9\xAAh\x99\n\xB8!cV\xD77\xBDj\x85\xB5z\xCA\xE4\x0F\xC1}\x1DS\x8F\xED<\xB4\x8C\xC36\xAFI\t\xCB\xB0\xEB\xA4\xF8~\xDF\x17\x84s\xC3Oj\x8E{Q\r\xFBs\xE8@\xC3\x10*\xA0\xD4\x93\x1EK\x80\xFB\xD0\x17$\xF1n2\xE5\x95?\r\x01\x9A\xDF3\xFAG#h\x9D\xEF\x81@\xB0p\x14\xA1.y\fZ\xFBn\xBAm\x90<\x1F1\x94\xC19\xA7\xEC\x0E\xB0\xFA\xE14\xF0\x81\xB1\xCC&\xA2_\xAFJ\x02\\=\xAD\xD9\x12^v@\x8B\xC8\xD8\xADx\xC4\xEF\xACq\xCB`\x11\xA2\xD6\x8A>\xB7,b\xDA\x99)\xC9L\xF8\xD4\xE9\x9B\x19\x8F\xE4\x1B\xE0tX\xD3\x11J]#f\x99/\x1A\xD0\xA4\xC5d\x15I\x92\xF7\x1C\xDC\x8Fr\xBB\xF2(}\xC31\x94\xDF\x01N\\\x11\x84\x1CQ-\x89"\xE8P\xC0u\x01\xDEV\x0B\xCC\xF6\x04\\\xE2\x85m#\xABe\xCB)C\x9E\x06\xC3\x85\xB2\xE7\x9E\xF4\xB8\xD7E\x88[uA V\xE27k\xD3\x7F4\xE9\xC8\f\x83U\x9F\xE8\xB3S\xA6+\xBB\x9C9\xFCf\xDB\xBAE\xF6\xB0\x92)]\xAC\x1A\x93s\xA78y\xB6\x0FB\xBE\x94N;\xF3v\xA5F+\xF2Nf\bp\x8A\x00|\xC8\x07\xED\xB6\x91\x04\x9C\xBE\xAA\x06\x86\xBAU\x9CA\x19n\xCFE\b\x1B\xF4d\f\x7F\xEAG\xCE\xA5\x07\x96w\x17h9\b\xF1\xC85\xE6F\xBF\x18\x8D\xEB\xA4X\x02\xDE\x13\xB7\x82\xDB\x10\xB4|\xD7\xA6\x18>\xCCT\x1D6\xE4\xA9N\x13\xDCh\xF5x*\xEBM\x12\xFD&e\xA7\xE1\xFF\x91i9\x86\xC6\xD5\x1D\x8A\xB5%o\xEDY\xC3\xA1\xCF\xDD\x81M\x9Ce\xFE\x86%P\xD6h 2\xCE~,]\x07\xC0P^\x8B\x005\x93\xBD+\xDE\xA3\x92b(m\xC4<&\x89\xD4D\x96g\xAE\xCC\x8B\xF3\xB67#\xC1\xA9\xDALp\x984\xFA_\xE2\x8E;\x12/\x02B|\xB9\x1Fq\xD5\xB7Z\xF2\x9F\xC7?\x95\xF4\xAE\x8A\xE9\xA1k6\x95\xEA\xCB!m\xE5\xF9y\xB1\x0FC\xBB\xF4\x84\x9F\xFE\xB2S\f\xC7\x1C\xDF/\\\xD9{P\x97]w\xF8)\xB7\xE6A\xADu\n\xC5O\xAB\xD5\x83\xE4U\x9A\x0E\xEB.\xA8\x15\x7F\xDD\x0Eo\xFC]\xBDq\x1DF\xFC\xCC"\xF7\x10@\xADY\x9DF\x82_\xFD\xCFv\x18\xD71}\xE6`\xA46\xF9v\xA1>\x05\xC4\x13\xE9\xD4\x0E\x89V\x06\x16\xF2\xCCT\x9D,\x17{\xFBc\xB2#\xF5\xCAE\x8A\x02=\x943\xAC*\x80\xE1\x0B9\xD7\x92V\xAC\xE1q\x99t\xC0\x06\xD6\x15\xC83\xEAQ\x9A\b[K\xCC\x92\x15\xB7j\x80\xBF\xEF\x93!I\x851\xAFB\xCAk\xA2\x91b"\x82\xDD\xB9\xEF\x95H\xBEr2\x8Fam\xE0V\xCE\xC1a\xEAJ\xB6\x19R\xA4g\xC2\x15;\x88\xBA.\xDF\x87J(\xF1k\xA7\x1E\x8C;\xB4\xEC\xA9\x1EB\xF3\xDCL\x04W\x17\xB5s\xA6\xF7g\x1F\x9A\xEF5\xE0|\xBD1\xFCFl:\xCF\x1F\xE9\xA2\xD8\x15\xAD\xBD\x9D\x1D\xF8F\x8B\x05\xD2z\x9A\xCA\xEF)\x06{\xECa,V\xF6\x1Ae\xB4\x91U\xBCr\xDE&\xC6p\x88\x04\xC0t$\x83,\xD3\xE4a3\xCE\xE1\xBCz\x01R\xB2\x1BD\xD3\xAA\x10^\xA3\x06\x89Z\rA\xFEQ8\x07)x\xAF\x11q\xA2 c5\xFFE\x83\xB6\x9D\xD1J\b\xB9\xD0}\xA1\xE60\x0B\xD4\x01\xA1cD\xF9-e\x98;\xCE\xA0~\xACF\n\x8A\xFEYJ\x8E\xDA*\xC4\x80\n\xECr\x8F\xC8\xE4\'\xB4o\x9A\xC7\x86}\xD0\xE5^\x82\xED\xD80\xBB\xF4\xDF\x8F\xB0u\xE6[ \xF9\x90\xA9\x0B\x8E:\xFD\xC7Cy\x868\x16\xE8\x93\xD3\x12\xDDX\xB1\xE9\x0F\xFA8\x99\xC1l\'\x9D\x17\f\xA8_p\xFDY\x9CO8\xF6~T\xD9\xF5-^\x1D\xF0\xA5\x94A\xC8Ni\x96Y@\xC5\x0BU\x17\xD80B\xC4r\xDFo*\xAB^\x12\x98\xB0\xF2M\xC1\xAD~T\xBA\xA2\xF5\x1AlN\xC7e\x1C\xF1\xD9?\xB3\xED9\xD1\xE7\x97=\xB9(\xDA\xB1\x1F\xBF\x92\x13K\xAA\xE0\xB7k0\xFC\x17\xB5$\xA7\xFC\x14\x85\'j\xA5\xCD\x95k\xA4\fS\x1B\xE0M\xED\xD5R#\xE2h*\\\xFE \x822sF\x89/\x93\xB4\xE1\x86R\xA8|\xC9f\x83uG!\xF4\xCDl\x14\x87\x04A\xA13\xCBx\x07\x90H\xC2Uv\xDB\t9\xCA\xE5}\xB5G\xF6:\x03\xBC\xF2\x864\xB3\x9B\xC0\x1D\x80u\xBD\x05\xCE\x8D\x9D\xD8>\x0B\xCA\xE5\x01\xC2\xD7\bY%s\xFF\x10\x90\x1F\xF9.\xBF\xAF\x12\x8B\xA6]\xE6Kv\xD3h\xFE\x81\xE9=%\xD4\x0F\x88\xEA\x9Cn\x8B_L\xD5\x99\xEA\x1E\x8Ab(w\xE4\xCE`?\x06d\x80\xF65\xA5H\x13m\xF0\xB2O\x96c"\xA9z<\xEE\x9F\xCD6\xB9K\xDE\\\x9A\x05S\xDB|5\x00\xC3\x99*\xEF\xAEW\x1B\xBCf\x9E\xF8a\xAF*G\xC0\xF4\x1C\xAB0\br\xC0Q\xDC\xAD\x13I\x96\xFE'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x01\xCBr\x9C\'\xD6z3\x81\xE6u\xAC\x02+\xD2c\xA2J\xE9\xB6\'F\ff\xB5\xFB#\xCE[\x02\xC5\x9EV#\x01\xC84k\xAE\xE6K*\xA0\xDE_F\xC3\x14f\xE3\xB6@r\xA2\x14T\x80\xDEk\r\xB8\xE61}\xA78L\x0F\xF5^\xB8\xFE\xCAE!\xDAR\x88\xBD\xF2\x0B\x91\x1Ah\x80\xD8\xA7\x918\xE1\x9DD\x8Du\x1A\xE6?\xB3\x90\\\f\x81\xD5\x18\x90f\xC9\xFB\x1F\x8D\xEE\xA14\x8A\x1D\xF7\x94\xD86\xBC\xFA.\xA8\x94D_\xCD\xA6\xED\x88\xBC\xE1\xAC\x8D\x1A\xA2X\x0E\xC1\x9Dn\x13D5s\xDB\xC69\xFC\\\xF1|\xC4Un\xEF\xAF\xDA1\x86\xF6z\xDD\xA5\xEF%>y\x03\xBD\x10}\xB3.q\x03\xD1{S\xC6\th\xEC\xCBy\x1BL\xF1$\x88\x03\x1AX!d0m=N\xEDf\x93:\xFA\xEA_\xB3\x9A V\xADy\x9C\xCC/\x1E\x04\x85\x14-\xBF\fPi\xCF\x12cI\xC1S\xB5\x9E\xF3X\x86:\x9A\xD9X\xBAB\xEA\xAC.[\x83F\xAF\x9B`\xD7\xC5t\x9E=n\xD4\t\x99\xCC\x03\xC0\xD3(\xDF\xB4~\xCF%\x8F\xE1\xCB\xFF\x82\xEE\t\x17P\xB8\xE6L\xD3\xA3^\xFC@\x9A\xA9\xBD8)\x98\xFFl\xE2\xD0/E\xE8\xCDP\xF7\x1A\x81\x0F\x99\xFD\xDD\xA4!\x10\x00>\x8D\b\xB3W\xF8\xE0\xBB\xB3@\xF1}\x85\x15\x9As\t\x87/M\xA9\bu.Kd\xBBB\xDF\x8Am\x96\xAF\x14L\xEFrC^\xC5\xF2e)\xBE]\x87\xDBuD\xCF\x05=O\x16\x93\xD9"\x99\xF2Z\xBF\xEA\xAC\xCF\x7F>\xAE]\xCC\r\xDBa\x92Mg\xD9\x1F5\xE3\x84m\x14\'\\\xEB\x01.\x9F\xF0\xB0\x1E;\xB6\x82!V\x82\xBD-\x9A\xD8\x86\xFB\xA4\xE0\x8C\x9D\x15A\xF1\x1E\xC1\x94\xE6p#\xB7\xC84\x04\xC1D\x18\x8A\x026n\x0B\x9F\xF1\xBE\x15\x99C\xA5\xF57\xE7)\x99G\xB0\x0FV\xF3\xB2\xDD\x8FOi\xB9?a\t{\xA2?\xD7\x04p\xE5\xCF`\xB0 P\x12w\xCDJo\b\xD5\xA6d*\xF8S\xA2\x8C\xF4^r\x86Sh\xDC\xA8N\x97$^\xD9L4u\xE9\xFFS\xBE\x14m\xC9\xFC|\xEF\xCD\x97\x04;\x7F\xCC\xA4\x1B\xE2\x80\xC3\xD6P\xE5\xF4j\xC5\x987\xFF~\x0B\xC2\xE5\x96:\x1D-\xEA\xB6z\x93N\t\xB1i/\xD6\x0E\xE5\xA7*\xEA\xB5\rv\xCC\xE5\xB8\x8D\xF9*\x86\xD3f\x8F-{\x85\xA1\xB7\f\x8D]\x1BjI\xBC \xFB3\rrI&\xFF\x8F1\xA2+N\x19\xAAI\x8B\xF23jW\xB9\x02\xAA\x84W\xFC3\xCA\x89\xDE\x15\xC0Gx\x96@\xCF\xF9\x9D=-\xF5dA\x1C\xC6Y\xA6\t"\xB0\xCA\xDE\x02DX6\xE1\xA4\xC2-\x8B\xE8\x9CT\x83\xC6\xAD\xF5\x9B[\x16\xAF]\x8E\xB9\xEF\xDA$\xA0@\xD3\xA8\x8A\xF4\xD9g>\xC4\xE3\x17l\xEE=\x9Ba\xFB\xAF\x1FZ\b~\x8F \xC2\x82\x06q\xAF\x10z\xE3\xBBP\xF2<^\x1B\xED\xD1%l@\xD8\xFE\xADa\xD3t\xEE_\xDC7x\xBA\xCEj\xDF\x06{\x10gY\xC7u\x16\x06){\xC9N\x0E\x9E%\xACH\xBB\x7F&\xD1\x806\xC6\xDD\xB9\x17H_\xD5V\xA4\xDF\x98:\xEF\x91En\x9A\r\xA8\x8Bs\x96\xAD\xF4\x81Ox\x168\n&\xB6A\x18\x8D\x0B\xE9C\xF7"\xC86\x86\xAF\xFC\x95\xE3\xB4bD\x9B\x1A\x91\xEDva\xD6\x97\r\xF6\xA9X\x05\xEBQ\x80j\xA3\xE2\xAE\xEF\x121M\xD0\x01b-\xD7\x18\xC2x\xD5)L\xC5\x14\x06\xB9"\xE4\x94\xC4K\xA5\x02\x95\xD0g\xA7S\x87\'p\xA6H\xE8\xD1<.N\x84\xEC\xC0\xDD7\xF9\xB71\x8A\x03S4\x83\xE3n\x19\x9Ct,\xF37\x02g\x94{\xBA"\x88U\xB4\xA3\xF7\x84\x002\xE8\xB8\xFCf4Up\x9E\xCEf\xF6\x88\xDElP\xF80!\xC4\xDB\x9F\xF7\x94W\x1Al\xBC\fq \x00\\\xA6pR\xCD\x1E\xE0\xC1r \xCDI\xC0?\xB6\f\xCBJ\x80\xC0\'\xCC=\xFA\xE8s\x13\xC8 hAT\x94c@\x9F\xE4\xD7\x8E\xEC0\x0FB\xB3{3\x1C\xBF\xE4\xB2}\x01_>\xC00\xD8\x00\x8D\xA1\xF3\xD7\x98\xCD(\x13\x87\x06\xADB[\xA3\xEC\xB1e\xFF\x83\xDB&\xFA\xA9\xD7\x1DtQ\x0B\x8C\xABF\x9C\xDC8\x7F\xBA\xE2\xCE\xAE\x10\x1E\x85}\xABG\xC2\x00\xA7Z%\xEA\xCA\x9FZ\x85G\x98\xEF\x0F\xB9e\x11\xB2|(bA\xABT\x7F\xB3G\xE7c\x97{\x0E\xFA<\x91\x13+\xA4Rx\x83dW\xE9\xB3\x9E\xDD]-\xC2c\x07\x8D\xED\x98\x0B\'r\xF3\xCAY\x07(\x16`x\x82\xD8\xFD\x92\x12<\x04q\x15\xCB6\x8Bs\x80?\xEE\xC9K\xDF\xC2\x114\x8B\xF60\xBE\xD2\xF2\'\x82\xC9O\xD6|\xE5`\xC7\xEF8\x11\x98@\xFD\x17\xF0n\xD3\x1E\xF3R\xB00M_\xA4\x8BI\xBC7\xEE\xD0\xB5\x98\xE1:Q\xBBn`\xAE\xF2\xD9\'c\xAC\xD6\x1F\xE1U\xA8\x99\x07\x85\x1D\xE8g\x05\xDE\x9Et\x1B9\xDC\xB4j/\x9C\xBBB\n\x95\x1F\xB4\xDF\xC2\x7F\x895M\xB7\x02\x84\xA5j\xCA\x16\xF8\xD5<\x01\xDFg\x92\xA3qC\xF4$\xC9\x18\x9B,\xD1\x8AM\xBC\xA3\xE9DU\xF9\x1D\xFEv%8Zr\xB6\x95J\xC7Z\x0B\x8EK\xA0W\x17\x02\xEF#\xAC\xF8\xD4lJ\x04.\xD1h\xA7\xC7\x95z:\x0FB\xE4v\x86\xC0\x1C{\xB1+\x17\xFFV\x89\ti\xAD\xEE\x06F\xE2~\f5\x92x\b\xC1\x9C\xC4\x90\xD6\xBA\xF3\xCE\xA6\xFE\xD4$:\xACk\xB9\xFDx\xE7\xC2\x8Dq^\x86P2\xA3\x8CY\xAC!\xE5\n(G\xE9"\xD7\xBC\x99&\xA9b\xEB\x9BR\xD2\xE7=\xC0\xDC2M\x8FuY\xA7\xF8!\xC7V\xFD\x19\x83-p/lCa\x16\x8E,Qz\x11\x80\xF0\xE3,\xCC\x13\xAB4H\xDC\xCB\x0Et\xC2\x19\xEBv\xF7\x93aQ\xDA\xFA\xB1]\x8Eq\xFDUG\x064\xC7\x0E\x81o\xAB\x1F\x7F\xA0\xBA\xD5\x1E\xC4\x81?\xB3\x97e\xDC\xAE\xCE>\xE2\xA1\xEA\x05\xAD\xE2i>\xEC\x9D\xBEc\x1CR\x9BA\x88\xF5f\x97\x1C:\xB4\xE4\x01?\xD8\xB9E\x14\xA1\xBE\x87k\x9D\xC93\xEE\r\xCE\xB3\xDE\x8FkB\xFA[\x94\xCD\xF7\x11\xE8b\xFC7\xDDp\x14\xEC)Gk\xF5Z\xB4Y\x13\x86O\x9A\xC6\t\xB1\xDEF\xFB\x91\xD6\x07qZ&\xD3\x03\xA5\xF3Z\x90\x9Cd&\x84\xCA8\xED{\x1B<\x04\x16L\xA3e\x8A.y\xF5"\xA4\xB7)\x07Ke\x86G.\x96\f^\x9FQ\xD2\x89\xBE\x9E"\x90\t\xB6\xCB5\xF8)u\x1D\x83m1\xCB|\xB18\xC1\xE1\xB3N\x7F\xBE)I\x15y\xAF\xFBPn\x07\xB0/\xCDX\xDEx\xB8$\xDA?\x18\x9F\xBDP\xD6\xECw\xDF6\xB2&\xC7\xA7z\xB5\xF2\xC11\xFBt\x109\xE7zC!n\xDA`\xBDD\xD2\xF5X\x0B\xA6$^\xF1\xA2\x1E\x92\r\xE6\x81l\xD8\xC44\xD0\x0F\xE4\x98_\xD9\x8F\xF4\xAA\x95\xEA\x82n\xF7\xC2\\\xE5\x10f<\x1B\x8A\xC3\x9E\xF0s\x03\xE1M\xD2%\x8FC\xAB\xE0]\x02\xC7\xA9\xD4\x90@\x9E\xE8\x8C\x02\xA4&\x97\xBB\xE8C\x11\x85\x00g4\xC7]>\x9D\b\xEB\x89V\xA5,\xC2\x1F\xFDrN\x0F*\xC5H\n\xA9\x93K\xFE\x85\xCC\x97\xAEaO\x15\xD7\x92\x1A:\x88\x13f\x03|\x1D\x95\xB5M\x86\x1Ab\xF0\ty\x1A\xB4[~\xDC;h\x8C\xDA\xC6Mt\xD0F\xF8\xAA\x1A\xFE\xB2c!B\xF2|\x8AI;\xA3\xBDh@\xFF`0\xCF\x1Dj\xB12\x7F\t\xF3.\x00j>V\xBCo\xEDY\xA5\xC7\xE7S\xCE&p\xEE0\xFCP\xA9\xC5,L\x12\xED\xC1R\x18\xFAw0\x96\xE5\xB7(\x8Aw\xD3-Ks\x97\xBB\xDC\\\xB4\x12\xCF\xE5\x81\x1C\xD6\xB0\x9C\xE2{:\xEE\xD7$U\xE0H\xBA\xCC\x82\xAA\xF8\xCF\x9B\xB2,\xDB;\x84\x0E\xF6\xA18\xDB\xBA\x9A\xD2c\x81\xFA\xD5\x956\x87\x04\xB1\xA1V \xAB\x07\x17\x9E\xEEU\xBE\x8E\xE3\xCA\x17\xFD7\t\x9D\xEDd1\x05\x7F\xEF\x8ER\x12\xBB\x89\x05\x9A\xC5\xA9\x8Cm\xA0\x10\xE9|\x1F3\rH\xFB\x93m\xBB`Bj\x8D\b|A\x133\xE4>j\xAC\xCCp,H\xD2\xF0\xBDa;Qo\xDC\x0Ef<\xF5\xA7W\x84\xD2q\x1D\xC5P\xAB\x98W\xC9\'q\xF6\xA6L_u?\xFB\x195\xD5([D\xDE\x8Ce\xC1w\x16%\xF0\xAD\xD7\xC4\x15\xA8W\xC9\x93\xBAv\x9C\x07 ^\xF3\xE2\x99\x10k\x82\xFD\xD4\x8F\xC52\xAF\x1E\x9B}\x0B/i\xADJ\x91\xF8v%\xE0=\xB6\tC\xDA\x19\xCA(\xE3\x11\xBDX\xEDw\x93\xB2\xC4\xA3\x04T\xE8\xA8\xCAQ\x9B1\xFE O\xE5\xF5$[$\xF2S\xDD\xBDA\x8E\x1A{\xC6?.\xE4\x7F\xA6\xF6H\x85\x00Q\xB9\xD8C\xC3\xEA(\xDD>\x89\xBE\x16\xF4j\xA1\x85d5\x94\xB3\xF2\x82i\x99\xC8@\xFF\x18\xF1r)\xD5\x85@\x06\xE1~G\x88q\x97\xB6g\x83\x02\xD0\xAE\x80\x10y\xA3\xFF\xB8U\xDB\x92\x1C\xB5Y%\nc\xE4\xCE\'\xEE\x8A\x1C\x99\x05_\xA4k\x00\xD6^\x902\xD1\xEA\xBE\xFEoT\xD4F+\xAD\xE0\x0B\x87hL\x98;\xB7\xF4a\x1C\x8E\xB9\x0E\xE9\xCF,;\xD9\x0E\xA2qI9\xC8)\xEAK2\xAA\nd\xA2\x01\xC9A\x98\xBAx7\xA3m]\xFAu\xB7\x14\xCD1\xB1\fE\xA8\x1Ey\x10H\xAB!\n\x9E}\x00\x1DcR\xB8/\xDD\xC9\x0B!o\x9D5\xD6V\xA4d\xBF\x04z\xA5E0\xDB\x19\xFAh\x93\\\xD4\x83"\xF6\xE6Js\x87\xED\x19\xD9T\x93\x12\xC7\xAE9\xDFM\x87\xF0V\x9B{\xE7\xC4N\xFA\x96\\\xDE\x89\xE98\xB7\xCD\x8D7\xA0\xD1\xF9\xA8}\x8FW\xAD\xFF\xC4t(\xF79\x1BX\x8B\xFB\xC2]\x8B\xBF\x9C\xE3\xB0\bs\xC3lX\xBA5\xD5\x0Fj1\xAA\xFC\xE9F\x03+\xD2\x94"n;\xC0\x1A*\x80l\xDC\xB1+\xCB>v\xC4_\x13L\xF5\xE7w"`C\xEF\x15\xE0\xCEF\xEC\x13\xB2\x82\xDD\x9A\xAF\xEC%`\r\xF1|Q#C\x15\xF2;\x9C\xCE\x8C\'\x9A\xB1O\xC4\x8Bs!\xB8\x81Rz\xF5\xA9\n\xD8\x90d\xD2\xF5\x078\x8Cg\x18\xA3\xF6*\x92\xD9\xA8m\xBE\x11\x94\x04\x80\xBFNg.\x89\x97eK\x07Ah\xC7N\xDF\x95\xCA\xA86\x04\xB8\xD1\x8D\xA7\xE0\x19\x03D{\xF8\xE1^\x05?\xD0Yi\xE1\x9F\x15[\xBBG\xE6\xFEO\xB6A\x9FZ\xBD\xEC\x03P\xB4h\x06\x1FZ\x85-F\xAF\xE37\'\xB2\x9F\b{#\xE3\xC0\xD0u\xF3\r2w\x16El\xE6\x85Yg2~Q\xB5a\xE9\x12\xC0\x1E\xA2*\xF0\x97\xAF\f\xC37\xEB\xCB/\x9A}&\xA5\x15v\xCA\x0F$~\xD4\x83\xE2C\x9D\xEB;\xFD\xC8\xDAXn\xCEv\xFD\xD9>\xF4\xACT\xA0+\x90\x1F\xA7\x87\xD1\xB5\x96\x1A+\xD8\xA0\xF8\xC0\x1E\xFC\x86/\xA9\x93kH\x80v\xDB\x17:\xF7&\x90r\x01\x81_\r\xC6\x89\xED0\x93\xE4\xA9=\x99.\x15\xC0t\xCF\xB0\x7F\f\xA2\x1B\xF3\x9A\x13\x83W\xBC\xCA\x178\x00]\xE7\xBBJl\x02:\xFE\xB4\xC5x\x11G\xEA\x97\xD4p\xC8T\xDB6\xCE\x00\xBBNg\xA3\x7F\xD4M\xAC@\x1C\xD4\xB2=kY\xD5Je\xFCS\xC8n[\xF9\x8BQ(\x94Jh\x8A?\xC4K\xEB\x1Fb\x91q\xDB\x87z\x11<\xDA\xF6\x9E[aO\xF1=\x90\'\xADM\x0F>#\xF3\x0B\xB1c\xEC$\x91\xC8\xE8\x88\x05`\xE0\xB9l\xF1Q\xDF\xF9\xAA\x05\xBC\x86\x1B\xB4\xF0\n\xA7\xD74\x18\xE1\xBD\xF7\xE6\xB6-\x07\xACj3\xA3\x0BG\xB8\xF2\xCC\xB0\x95U\xC2(\xE2\xD7\x89\xA6i\x06\xCDt\xDFc\xB9\x8C\x9F}\x19\x83B\xAB\x0FZ/D\xBF\x18\x95\xFB)\xA1\x916\x1B\x98*t\xDB6x\x91$I\xB8e\xA1\ba9\x1F\xD3]y\xDF\x8E\xD1\xF9\xE5-\x9B%Li0\by\x18\x8F\x0F6!\xE0\xB8\\\x815\xA4\x05\xE6ZI\xBF\xE12x\xD4\xFF\xB4\x1Fo\xA65X\xCBy\x12\xBFp\xCDD\x0E\xF4\xA2\xD0B\xE3\x87\x01\xECz\xCB\x80\xA8r\x92\xFD\xA0%\xBFD|\xAFSm\x02\x14\xA5\xEB\x81\xCE\xAEdz\xC8\x00S\x9D\x18\xF0\xFD\xC5u,\xD1\xF9\x96\x04T\xA0\xF2e\x98\xE3\xD0\xF0\r\x89\xE8E\x03\x84_\xE9\xAF\x8CbR\x15\xBF\\m-\x96\xBD\x96U\xC5\x82`\xD0I3\xD8#\xB2\x03<\x8C0k\xFE%o\xF1\x01\xBB\xE2\x8A\xFC\xA2A\x98\xE1\xC9pG\xC1x5\x92\xFE\x16m\xBA\x95\xF7\xBDL\x11\xF1\xB4\xE4\x04^\xCA\xFE#\xA7\xF6]\xB5\x83\x19e\xE9\xCA~\x10\xDD9"w\x00\xBC\xAB\x13\xC3t\x85K\x1D}\xBB\xDD^\xB2@\x8Fw\x9C\x15:#\xB5\fd\'\xAEZ\x12\xF1"\xB0g\xE0I\x822\\\xCF\x06\xA1e#2\xC4\x87)~\x93Dm;\x9A|\x05N\xA6\xF8Y\x87\xB1i\xA5\xD3K\x9D+\xF4f\x97\xEBX\xCC\xF3\x9CH\x0B\x80\xCC3\xA8\x1EU\xC8j\xD9s\xEA\x86\xF7;\x8E\xD9\x9A\xD0@\t\xA1%\xF4\xD6+t\x889\xDE\x90uX\xD7\xF2\xB1\x15\xE4\x88\xD5\x1D\xEF\xC6\xDE<\xB7,\x07F\x1D\xF7\x8E\x0B\xE4W\x8AB\x058\xB9\x12\xD9b\xAB"\xEBS\xF9\xD8G\xE9\x06\xAA\x91J2\xD1z\xBC\x07hL\xFA\x89\\\xC9s\xB3Y\xAA\xEA\x19U\xC0\xFD\xA7\x0EH\x9B5c\xBD\bT\xAE/j\x91\x11u\xD2\x9B\xE6]\xBF4o\xAF\x1B\xC8{\xDF\xA5)q\x8F\xFF8\xC3u\x9A\x12g\xB8\x83,_\xF6\xBF\x16\xA0R \xE6\xA9+v\xBD\x18\xE89\x91\x06'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x9C\xDF?\xAE\x1F\xE6a\xA7y\x05\xC8[)\xA4s\xF9\xBF]\x8F\xEB2f\x92\xE88\xAC\x01T\xC8\xF0=\x8Dk\x01\xB7R\nm\x91\xEF6\xD1\xA4V\x1D\xBD\xE1E\x98c\x1A\xBE\xDFi\xA3=\xCC\x18\xFA\xA0F\xC2~1\x01e\xC8pP\x924\xD2\xF3$\x8B\xDE\xEE\x10\xD23\x9AC\xFF\xCE\x1C\xB6\x0FLt\xD6!\x95r\xA6\x13\xD9#\x9D\xE6/\xA9\xD8"\xBCL\b~\xE7\x90\x05x-\xCD\xF2\x03O\x93$\xF9\x87c\xE4\x90m\x1D\xD9\x06\xAB\xB7\x17\x87\xF2\x04\xC1\x10H\xB9\x9CQo\xBCH\x87g\xE1#\xA9pV\x9D\xC9\xF8\x87\xC0`\xE4*\xFD\xBC[\xCCHc\x83\xC9B[\x9Eh\x87(\xC88_\xA1\x10\xB4p\x897x\xB2\x0FT\xBB.@\xB3\\\x89\xEAiX7\xD4,\xA1t\xDC\x85j<\x17\xAC7\x98\x02\x19\xB3Q\r\x81:\xDE}-\x19\xA3\nE\x81N}3\xAD\r\xF5\x1D|\xEB\x0F\xFA\xDE\x18\xB3\xF3D\xD5\x80P#\xDA\xA5\xE9\xCBI\xD7\xED}\xA7\xD3\x0B\xF4)\x99H\xEB\x95{E\xB4\x1A_(\xFC\xE2\x07\xCE\xF4wV\xC7\xECz\xD5\xBE\xF3\x06\xAE\\A\xECk\xCC\xB3\xDD\x99\xEB\x8At\xC1\x98:\xB0\x8B4\xC4n\x95\x01s\xAC\xEA\xFC\xC4@Y\b/\x9C\x1D\x8E&\x02Ks\xC9:\xB9\x16\x0E\xAC\xFC\xE2W\x8E\xEE\xAB\xC6~\x90\\ \xDB\xA8.\x8D=\xA1+Ki\x8C\xD2\xB9\x976\xF6\x1Ed\x06\x18D)\xE0P\x05\xD4cF\xA6O/X\xC0 g5|\x90\x16f\xBD\xFCkW\xC4\x99\xE9\x84\xA3Uz\xD0\xCBO%\xBF\n\xCD8S\x9FD\xB6,\x83\xBFBk\b\xF8\\\x1A\x95\xE7#\x13\xFEVy\x8F0\xC0\xA4X\xD2\xB6\xFC\xA6q\x15\xBB$\xE9\xCF\r\x9E\xDB\x8C\x14\xB7\x9A\xF5\xAE\xE3\x83<\xA9\f\xDE3h\x14"\xDF\x00\x8Dg3\x81l\x9Ax"\x02\xD8e\x0F\xE9q\xFC\x12\x9A\xCE\xB7\xDDt\xC6\xA69q\xDD\xC4\xAA\x11\xD6p;\xF3\x91m]\x86,\xF0\x93z\xFE\x80u\xEF=K\x05\xE0V\xCA*t\xD4L\xF3w\xB4D[\xBC\xF6\xAF1b\xA0\xF2\xD8\x15>\xE8\xB1\x88\x19\xF3\x97=\xA4M\xE4`\'G\x86\r\xFCU\xB5H\x84(\xE9C\x00\x87\xE5&\xC6\x137\xD8I\xCA\xA1X\xD9\x1C\xB7*^\xA7\xCEq1F\x0B] \x95\xC9\x1B\x88\xFB\xCD\x91nA\x9C\x0E\x1E\xB9]\xA9\xF8c\xC2Nu4\xCAZ\xD4\x1C\xB2\x91\xF1\x7F\xAC5b\xD1\xF2\x9D\x06gR\x9Fa\xB8M{\x9D\x04\xE8\xAF\x1Bg\t?3\xAAh\xC7\x92\xFA#\x85\xED\xA3\x8D\xFF\xB8\xECf0\xDB\xA4\'\x10\xD7S\xC6\xE5\xE6vE\x81\x05\xD3/\x94\xE3\xA9\xBB\x07\x8Bx7\xC4T\x16\xE9\xC0"\x8B0z\x1A\xCB\xB2\xF4!\xD0\x15\xACEb\xBER\x8C\xF9\xE2\xC1\x82S\x04\xE3\x15\x7F\xB2c\xC1\x18\xDC\xAB|9\xA0\x02^M~8\xEE\x86x.\x91\n\xC8)X\x9Fo\f%Jl\xF8*\xE0g\xFD\xD3\x9F?\x94m\n\xD9\xBC\xE5>\x8C4v\x94\x07\xDF\x81\xF6(\x99\x7F0\xB2n\x13\xF0\x9BF7\xD3M\tf\nw\x80T\xB9\xF3\x04V\xC3\x87rP\xF2/y\xC2@\xA6%v\x16\x82\xFA\xC5\xDEM$\xE8\xC3q\b3H\x8F\xF27\xAFd\x19\xED\x98\xCF\xB3W\x1A\xF5u%\xEC\xD4}\xE0Y\x1E\xB2\x00T\xF7;\t\xDD%\xF8\xD1\x976\xFC\x17\xD6\x7F\xB0\x1Eb\xFC\xD9%\xC9\xA0\xE6\x17m\xDA\xEF\xBD\xAF\xE7mY8\x06\x98\xB4^\x88V\x9F\xDC\x18w\x03\x9BE\xB9\fmD\x04}\x84\xA9\xC7@\x89\x15-\xA2D\xBA@j\xD1\xA9\xEB\xBC\x8Eo\xB1W\xE5\xBFb\x9C<\x81+\xE1\x988\xB5\x8FX<\x82\xFE\xCC4\x89a;\xD1\x1D\x91\xAAc\xD6F\xF0*\xCE\xFFl\xC3Y)\xCC\xE5]\xA5\x8C%\xE8\xBE5J\xE1\x00i\xC0\t\xF3\x8El\xE4-\x87$sCa\x00/\x88I\x1E\xAA\xEDO\f\xC9oJ\x11{\xEC\bj\xAFI]\x9C\x12\x04M\x9E+\xF3\xBB\x19\xFDt\xA6\x13@\xB0\xEC\x80\xA8\x0F\x8E\xFC2\xC5\xDA;\\\x93\re*\xB5\x96M_\xAE3\xD6\xA0\xC0\fL\x97\xCB\x16\xA3\xD7\x10r\xC7\x06v\xD31\xA2\xBA\xF3\xCE\xA7!\xBF\xDD\x1C\xF4\xB9)|\xDF\xC7q\x0BH\x7F\xCB\x842\xE0\xBE\x95c"L<\xD7uQ\x1Fr\xF4\x15\xAD\xCC\xF8\xD8\xA1r\x1F\xD1\xE6x\x17\xFE`\xEFy\xDA\xB0\x1F\xE6S\xB9\xF0=\x8F(\xB4\x83`\xFF\x19Z\x89De\x980v\x8F\xD3T\xAC\x94\xFB\xB5\x88\xEA\xDC>\x9Eh\x1FR\n|\xE2\xF9\xB6g\xEE\x9E\xB1\x85Gf\x9Dx\x1CV\x8D\xEE6\xFC\x82\xC6\x98V\x1B\x8E2\x02Y\xF6\x81~5\x98d\xDDY\xF9\xE7Cl\x92\xE44\xF9\xD7R\x00\xA5;\n\xE5"BZ0f\xA7#Z\x04\xC5\xF4\x8B\xD24\xA2\x83.\xC0\x16@\xD2\t\xBD\xE5\x010\xB8C\xC4\x12Z\xA8I<\'\xB3\xCDE\xB7\xA2m9\xC2&\x03\xCF\xA6\rG\x9A\x1F\xC0\xD9\xAE&u\xB4\x0F\x86\xCA\xEDd\xC1s\x84\xEE\x15\xD9\xC2P\x11\x8F\xB2xB\xA8\\\x01\xC7\x1CZ\x05\x94\xE0\x7F(V\x8F\xD6O\x80\xE7\x06~\xDB\xBBh\x0B\xEFu\xF8U\xE2\x14\xD1\x94g\xADJ\x1Bu\xBE0\xCC}\x10;S\b\x9B\xC4>\x7F\'K\x18\x9EG\x01\xCC\xA2x\x95\xF28\xD2\xE4-\x16\xEB\xB8nH\xDBw\xA85M\xF8\xAA\x199s\xA7"g\xAE\x94.\x1E\x9E\xDF\xCD\x8D\xA8k\x87$A\xEC\x0E\xDF\x8D\xF8\xEA\x86g\xAC\xF1\x8C\xA3\xCFd\xEF\x1BW\xAA\xE2\xB7\x8B\xDA3\xB0h(>\x05\xB7q\xFEb\x96N\xD9\'\x9A\x10\x8F\xF1\xCFh\x89\xC7`\x98\xED\xC0\x0F\xF7<\xCEN\xF5\x83\x02oR\x19+\n\xBE|\xFC\x9ET\xC9`9R\xD5"\x01Mn1\xFD\x80\xDE.\x91\xF7\x07^o\xF3\x0FU\xBE\x8B\xE5`!\x81G\xA4\xC1\b\x86a\xF7>\xB1S"\xE7\x13\xB5\x05n\xCF.]\x9B\xDD\x14q\xC2]8\xAD\xBDB\x97\xE9\xCBL\xB01u\xBA(\xA2\xB5\x0B@\x96\xBB\xE5\x17\xB1zI\xBCm\xD4\x9A8!\xCE\x95}\xFA\x1BN\xD0\xAA\xC7\xEC\x19m5\xAE\x7F\xC4\xE11r\xBE\x9BD+\xDB=\x81\x00\xB2{\x8C&\xA3F\xD7\xE9(\x99\xF3f6Y\x90\x1D\xD6\x85\x15\xFEl\x92z\xDEa+\xD3[=\xC6\f\xA5`B\x12\xC3\xADJ\xE8.\xA8\xDD\x9B\r6{\'\xDBS\xF0\xD1F\x1F\xA4\x03\x85\f\xF9{R\xA2\x1BW\xE5B\xC8R\xEC\xB5\n\x92z\x11Y\xD2\x17\xAB\xF8\xDF\bj\xF0C\xE3\xCE\x1C\xF4\xC5\xA6\x0E\x89\x9D\xEC$\x8D\x00\x1F\xEA\x82y\xFE[\x83\xC6eBs\xF6W\x91\x03\x9B\xB9\x8B\x14\xFE\x93Z\xCEKf\xAA\xCA\x8C\xF1\xBDv\x94\x1F\x06c5\xFAi\x1D\xC5\x88\xFEt\xD7\x80x?\xA1\xC3P\x98\xAB1J\x81U9t\xFAPf\xD8v6\xCB\xB3O)\xD9\xA1;\x06\x14\xB7\x88\xC2\xE6\xB0g@/v_\xE7\xBDk*\xED\xD89&\xE1d\x0F\xAB\xF6\xD7\xA1\xBC\x86\xD0?\xAAN\xDF;\xB3G\xBA\x11,b\xB4 ~\r^\xBC\x03&\xE7\xB4\x1D\xC2\xAA\xF5\x96V\xE1\x9Eh\xF2\xBBq\x1E\xEE\xD5\\,\x1AK\xD5\x11\xF7\xCA\xA8#\x9D;\x0F\x8D\xB6\x1B\x95[\xFEA\xCF4L(p\x10\xE4v\x99\xF0,e\x9E"_\xEF\xCA\x93\xFD\xD37\xE9\x8C\xDBm\x9E\xD5h\x91C\b0H\xB8\x14\xFA>\x18\x93\x0BF\x8Di\xA7\x95\xFF<\xA1t\x85]\xE1\tO\xD9{\xF7\xA5Fu\xC3\x14\xB2\x9Dj\x87\xC4\\\x90E.\x1AW\x04\xBA\xCD\f\xEB\x9B"r\xE3G\x87\x04X\xC7\xF8?\xAE\x14\xF1\xCC}\xDC\x84p\xD1_\x89~\xC33\xE4\xB0\xCF1P\xE2\x7F\xC8\xF0)\xBD\x1E\x94\xB6D\x81\xC53\xE5W\x06\xF1\x84z,\xEC\x03\x18\xE0\xB2\xFD\xA4\xC1\xDA\x8D}B\x82U\t9\xADV\x17k\xA9)\x9A\x18y-\x89\\4\xA0\x17\xEA#\xA3+\x07\xAD\xD4Ub\xFBu\xC0\xF5"\xB3c\x8F\x06S7o\xF1h\xFF\xAF\x1Fn\xD0\x9A=\xDEK\xD3\xBAS\x98~\xF1\xCD_l9\xAE\x16\xF7n\xC1\xDA\x89\xC2\xF4\x9D\xD9\xBFtL\xB5\xE4\bI\xBD\xFDM\xB1i\xFF\xBF\xDFE\xED \xA3\x86\'\x13\x9AA\x84\x0E\xDAE\xAC\xE9\xD3\xA2\x11+\xCDb\x13\x8A\xBA-g \xA2\x0Bo$\xA78\x0EJ\x80\b\xE6R(\xA1\xDE2jN\x03|?#\x0B\xED8\xD0\x92c\xA6\xDD\'\x94\xCAT<\x98wY\x92p\x02J\xDC\xA9[\x04\xCDp3\x17\x98v\xC3?\x8C\xE4T\x96A\xDDN\xFD\xAD\xC5_\xF8\x8EB\xDAd\xBE*\x9D!\xF4\x95\xD1d\xB3\xFF\'\x97\xD2/\xB2\x8Fe\xFB\x82T"\xC5\xEFs\x11a\xF5\x8A\x0E\xCF4\xB5\x15\xC9=\xBA\xF0{.\xE7M\xA2\xBFW\xFA`\x1B\x03|\xBA\xA9\xEE\x05\xA4\x7F\xEC\x19\x896\xE7\xB1\xCA\x00\x83\xEAs\xD7\xB7y\xC5<\x10I\x90\xB7\xED\x11a\xE7\xCCH\xA4\xDE\x13k\x02A\x85\xD27\xBA\xE6l\x1C\xF0\x80\xFA\xD8j\x96\x1A\xC5\x8E\xB1j\xF2\x89\xE1,\xB4\x82\xDCH j9)]\xCB\x93l\xD9J\x12yZ\x192\xADT\x13CZ\x03\x87r\xE8!Ev\xA6\x85Q\x1A\xBC,~\xAE\x991\xB6Q\x9F\x1F|F\x9D\xABcL(\xA01Q\x05c\xD5:\x13${\t\xCCM\xF42\x9C\xC7\xFA\xD5\x85\xBF\x10%?\x04\xBD\x96*\x9F\xF2m\x94\xC9\xFB\x8E\xA80\xDA\xBB\x9E_\xFB\x1E\xC4:\x00n\x93\bY\xC1\xF8\xD9w\xE5\t\xAE\xFD\xDA.\x05\xBD\xE4}\r\xB0\xE1\x88!F\xFB\x99\xC8\xAB=\x95m\xA7b\nV\x91\x18vL\xF5\xB3W\xA6r\xD1Q\xDF\xC1G\x079\xE2$j\xEE\x1BO\xF8\xCD\x8E\xD4^\xE0\xAF\xF3\xD5D\xEB\x1E;\x8D\x15*d\x90X\xC6\x83Q\xD3:\x8E\xC7\\\xF6t\xB8\xA4\xE6fJ\xD9]\x12\xEB%\xD4\xB7\xEAn\xAF\xE1\x9F2\xD3\xE8\x810\xF6\x0B\x88!\xB5`\xA1w\xD2\xB5\x99\r~\xAC4S-\x9B\x0Bz2\xA0h\x87\xD0N^\xA5\xCB\xBC\xED>u\x11"q\xA5\xFF\x1DB\x9B6\xCDW\x07\x80+\xB7\xFE\x8B\xC1By\x88\x11-D\x04d\x8D{\xFE_\x1C\xB0e>\x7F\xD8\xED\x16\x85J4a\xC6?\x80\x07\xE8s\xB9G\x8B!\xC4\x14\xAAv\xB8\xF0\xFFm3\x1A\x9B\xE0\xB2\xF3\x96`\xEA\xBAp\xD7\x0F(\x7F\xC1\x16n\xE23u\x1D\x9B\xE09P\x97\xBB\x1F\xC8>\x0E\xBF\x9DC\xC7\xE5\xA7\x01\x90.T\xC1\xF6\x05\xE5\x92%j\xDE\xAC\x01\x16\xCE\xED[<\xFD\xE2)\f\x9CD\x82\xD6L\xFB\\5\xC2H\x0B-U\x85\xF2\xAB\x92\xEB?\x83\xF6\xA3L\xCF\xF1V\xAA\x01\xCA\xF7\xD8Z\xF1\xAB)P\xDA\x12s\x965Z\xCC\r\xAFr\x1E\xA5W\xD4\xF3\xBES?\x83(h\x97\xDA\xB4Na\x947\xDC x\xB0\n\x8D\xA7\xD0i\x89\xDC\xAD\xCB\x18Hl\xFEQ\xB1\xD4 [\x92\xB2\x0Bj\xBD\x18`~\xA5\x81s\xE3\x92i\xEE\x8AM$\xF4\xBBlD\x9A\xDD:\x8AxE\xAF\x18\x9Fc\xC7\xF6P\xA8\x07w\x80\xF4\xCBj\xBFS\xEA\xC8e*}\x17\x02$={\x9A\xE34\xBF%\xDDe8y\xC6\x00A*\x842\xE9\x8F#;\tI\x16\xB8\x03\xCD/\xB2\x07\xD3\x84\x1A\xE8\xFBf\xCD\xBB\x11+\xFDq2\xDC\x9F}\xE3/\x19\xC2%\xA4H\x04\x8A\x15\xA2>\xF5\xB8\xE4R\x9F\xEC\xB6\xF9c\x03X\x8B\xA0\xCA\x06\x96\xA9\x10\xE7f\xDC\xA0q\xD3K\xB5\xDE/\xCE\x9EX9w\xA3a\xDE{R\xAA*\x8EL\x07\xEDb\x98\xE2\x88\xD0!\n:\xBD\x83lB\xE8\x10\xD7\x7F\xAC_/\x90\x11\xD8B\x85\xC0oJ\x90\x1E\xD2\xA8\x12xJ\x1A\xEF/U\x8A\x1B\xC2\xF9=\x12\x99\x02f\xC1\xFAp!\x85\xF6\xC3\x1D>\x9D\xFD8\xC7u\xB4$5\xA8\xC6N\f`W\x91\xB0L\x00\xD2\x99d6\xB8+\xF1\xDE\xFEMw\x9Ba\xFB4\x0E\xD8,\xC3s@\xE9\xF7_\x86\xBCm\xD6\xB6J{\xAD[\xC7\xEFw\xA9\x8AS\xEA\xAE\xDC\x11I\xE9\x8C\x0E\xBE^\xDA\x13\xA0X\x81\xD8};\xF5\xB1\xC4\xE7q\x12\xEFY\xAD\xFB\x8BV\x97\x1Bn\xC1\xB3\xCE\x1C\'\xB0\xCCT\xA6]\x81\t\xB71\xD6\xAF;\xE3D\x9E)\xF0\x94\x04&\x88U\x1E@\x0F\x97+D\xBD^\x94q\xCF&k\xEF\x96G\xF8\xE4m\xFF!\xBD\x90\x1C\xFD_&\xA1\xCA2 \xE0t\xC5@\xD1\x84X:\xE9\x8B\x06r\xE0\x95\x19\xF6\xE5G\x99k\x8F\'\xC5~\xFB\f^\xCB6\xE2i\xBA\xD62\xE3\xC6a\xD1\x03\x7F0\xAB\xFAU\xB5C\x87\x1Cz\xCF\xB9@\x12\x9CZ\xEBD1\x88\xD8A\x93x\xBAI\t\xA4\xE7%\x03\x9D\x0EhI\xA3Z\xEF?\x7F\xB4g \xC9\xFD\x15Y\x07\x97\x1F\xAC\x82u\x14\xA6K\f\x9F\xFC\xB1s\x18\xF2\x8E\xA0\x1E\xD8\n5\xA2\xE0\x01\xAE3\t\x8DO\xAD\xCB/u\xD5\xA7z\xB7\x19e\x05\x85\xD5\x17l\xF6G|\xAB1\xF4\xD6\xC5/\x87\xBC\x026\xA0\xDBOx\xE6\xA5K\xD0h\xDER\xF9\xD8\x8E<\xEC}\\\x84J\xA37i\xE6\xC8Z\x82\xECx\xC9*Q\xC1f&\xF1b\xE1\x86\b\xA2I\r\xF7\xE5N\xAA\xF1a,\x8F\xB1[\xBE\xE1 \x93\xB6y\x12#L\xD2\x8C\x10,\xAE\x804\xBB\xF1\x8A1\xB6?\xC0\'p\xC9\x1C\x95\xD0&\x05\xDD\xB8P\r@o\xBFJ\x15]\x99q\xE7\xA5\xD7\x955\xFDk\xB8R\xDF\xC4\x978\xCE%\xC0=\x9C\xCC5\x13\x89\xCDQkA\xFB\xDD\x9Ce\xE8sX\xC4\xF2e\xD5A^\rt\xEB\x18\x9C\\\xB0\x02Q\xB89\xEFl\xC3\x1C\x87\xF7\xB0\x99$\xFB\x90\xD4\x0B\xF4\x84=\x1A|\xC3G\x16&\xF0j\x1FUq\x8A\xFC~\xE3T\x00\xDCe\xEE<\x04\x17\x82\xACU\b\xC8\xA7\xF9>\x96\x0B\x1C\x92\xFE#\xC3\xA7O\x91\x073\xF1\x86\xDBf\x12\xAAC\x99{-_\xD69\xE3\xB63\xAC\x1FE\xB8\xFFU\x0B\xB2\x9D\xD9\x8F=\x81.\xB4\xA3\x0F[\x94\xB5\fo\xA9#\x97v\xA2\xC3\xEA2p\x91F\x1A\'\xB8\xDDoM\xB3|\x9B\xDC+\xFB\xD2|\xE1iE\xA0.\xE6\x8AY\xFC\xCF\xEB\x91\x16w\x05dO~\xC4_\xDFo\xCC\x8A\xEC[w\xCA\xA9\xF5\xD4\x02\xEAF\xDA0\x1DC\x80\xC4N\xFB\xB4Y\xDBb&\xD0\xF0\xB3|\x85^\x02\xA4-\xCE\xE8\x15k\x85`A\xC5\xAB\x14#\xBEz\b\xC8!\xB3I\t\xAAS\xC8\xA2\x86\xDB\xEE\x8E6\x9A)\xA9\x1D:\xFA-\x0Fe?bz\x18\xBDn\xCB\xA5\xE8\xF5z-\xD1\x1B7\f\x96\xBBN\x136\xE4\xD3C\xC5\xEE:\x88VE\xAC6\xB9\x1D\x8BW\x97\xCF\xFC\\\x92>t\xE02o\xC0\'\xF5B\x1B,\x07\xA7\x12\xF7d\xD6Nr\xE0\x83\xB9\xE9\xA5\xC6\x8C\x9A8\xF9\x83Sh\x14\xB9\x90\xE3I\x88\xF2{\xA6\x00\x8AZ\x9F\x0Bk\x8F\x14v\xBB\x07\xF6\xC8\xE2\r\xEFn\x01:\xEAK\xAF\xD7\xF3\xA2\x17\x82\x9Cc\xE6\x8Dl\xD1\xBAsY\xCAG\xB6\x06\x94\xC0\xA5F#U\tP#\xE3]\xAF\b*\xD6\x9D;^\x06\xABj\xC9 >\xDDr\xC2+\xF4\xAFQ$\xDB\x9Fb(\x93yM\xA0\xD5)\xB6u\x80\x10+g\xBCQ\xFF\xD4<\x10\xAEP\xFE\x97;\xE4!\x82y\xEB4\x13g\xD2\xFF\x97'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xEE\xB6pI\x9E0\xC5R\x97\x1F\xD8v+\xC8\xFD;\xD8W\xB9\xE9g\x975\xF5\xBDU\xD9\x9E\x02l\xB30\xEFf\x82\xDDS\xC5c\xFC\x8D.\x0F\xDF\xBE{\x90\x18Y\xE6\xB14f\xCA\xEB\x1F\xA7N\xE4\x83\xBBZ\x16x\x98\x1E\xCA\n\xF6g\xE6z\xFC\xB2M\xEE\xA0]\x8Bo\x9B\x12\x87I\x1C\xD2\fq\x83\x18v:\xC4\xE5\x1E\x8F\xC9@\x15\x03-\x9A\x1B\xB3J\xCAm\x98Q\xFDA\xD6\xC1w\x10\x81\xFC\x9Ct\x8E\rg*\x03:\xF3\xAA\xD8B\\\x86\xD4\xAD!\x8A\x11=\xCB\x86\b\xBB\x14$\xAE\xF00{\xA6\xFC@\xB0\xE3F\xA6\xEE\x0B\x80E_\x0F\xA0Y\xBB\xABv\xE8<\xD6~\xF0\xAB7!\xEA\xA62\x04\x9AL\xDA#Q\xB7>\xD7\xC4\x96~\xCEF\x901\xFF\xDE-|@^\xBC\xA5\xDBs5dG\xE5\xD4Q\xC1\x05\xDE&\xC7\x8Eb \xCD.\xB6d&\xD0\xA9\xF6z\xD6%\x92F\xF7\x86\x10\xA1X\x07\x85`\xCCs\x88%h\xF3<\xC2\b]\xF6/\xAD\xEF\x1A\x9Fa\np\xBF\xA3\x14\xF1\x95\xE2\x04,X\xF4\x1A\xAB\x95\x7F\xFA=f\x93Z\xB4pP\x9E\x03y\x83\xFBS\x99s\xE1K\x017\xE5i\xCE\xC0`"\xE3A\xBD\xDA\x17\xB3\xF7V\xBA\xD0\xAD\x8Fy\xA2\xE1\x86pEU\xDC&\xB6\xE5\xC2Sm9\xB4O\xC7pD\x9D\x8F\xC2\x03\xCF,\xA4\x81\x1A\xCD8\xF5\x10\xDB\xEF6\xC2K\xD7\xE9\x16\xC0.\xB5\x87\x9B\x1CQ\b1o\xB6\x92,\x00hI\x9D\x10\xDFB\x1BS\xE5\x135\xCB\x1C\xFD\xBD\x0F\x89k\xFBR\x80\xED\x8B\xCF\x02%\x80\x15\xD2\xEA$m\xE0_B\xB9\fw\xEA\xA0E\x86*\xB9]\x92\ri\xA48\x8D\x06Wk\xC6\xF3\xB1\x8C\xA5\xFD\xD2Nu\xC9\x8C\'o6\x93~\xA0\x01+l\xB2Kd\x92\xA6x\xCC5\xA8\x16.(\x0Ba\x9Bu\xF5\xABi\xB7Q3\x0F\x8A\xF1U\xDD)\xB0\x01d\xD1}\xA9\x17\xE1$\xB2B~\xF1\x1E\xD4<\x0F|\xD8[\x15>\xEE\x9E\x19\xF5\xA7\xE8\xD1\xC0\t\xEEd\xC8\x87\xF4\x99\xD6\xEA):\x03\xED\x95D\xD5v\xAC\xDB\xBBF\xE5V8\n\x83\xFA\xA2z\xAF\x1D\xC6n\x90L\xC2\x1B\x96T\xFA?o\x9B\xD2\xFF\xC6\\\x96\xAB\xEA+\xA1E"\xE2w\x81^3\xBAW;\xFD_\x84.\xD7\xB5YE\x07|\x15\xC5^\xDFPf\xC0\xF4\x83Ox\x1B2\xA5\xC2 \xDCb?\xBE\xD5H\xFF\x9B6\b\xD7r1\xE6\n\xC9\x8A\xEDR0\x85\x12\xDDHq\xBE\x80b\xFA\x94\xBC\xC9\x06\xB0\xDE\x10|\x97\x1E\xB2P\xA7?\x0E\xDE!\xBF\xA8T\x81\xB4\x9E\x11!\xB0\bV\x98\xF0\x87\xFD\xD5\x8F}\x99\xCA\x18\xE9\x93,i\xEC\xAA[\xF6\x8A\xA5C\xB5 e\xBF\x07u\xB8d\xA3%\xFDU\b\xCE\xB3n6O%iC\xD3\x88K\xE0q\xF5\x17x\x94h3\x8E\xFA@$u\xD80\x8A~\xE2)>\xCBY\x12hB\x04\xF3/Mu\x06W\xCC\x84A#\xB8\x13b\xD9t\xA07\xDB\xAA\xF6E\xE55\xCB\x8E\x1AA\xE5-\r\xEC\xA6\x91\xF3\x9B\x00+\xC5\f\x9D\xCF\'\xE6\xC3\xA3\xEDr\xCE\r\xE4\xF5J\xCA\xFD>\x99\xC4\x05\xB6q\xAB\xE8&\xB8^\xA3\xB1\x89\xDB!\xB6\x14\xE2}\xCEP\xEF(\x81\xF9J\x11+\x8C\x1D\x98{\xF2\xB0\xDAx\x99X\x82\xD7~\x1BZ\xBEt\xAA\xEDgD\xBB\x89W\xFFK\x16^\xB1\x9Aj\x91\xB9o\xA4S\x1Bi\xE14#\x9C\xC6S\x85\xE2\x10k\xF8;\xA6s_\xFD\x9E\x909\xC1\x04[\xCB|\x93a\xD3W\xC3\rR,d\xA4\xC5\x16G\x00;\xCE\xE4\x135U \x908\x04b0\xAF\xD5\x85:\xDD,W\x17\x068\xED\xD3\xB2\xF7e\x8C\xD3I\f6v\xD1E\'\xC8P\x96\xEF\xC2G2\x0Eo\xAC\x99\x1A\xE8\xA8\xBD\xECn\xAE\xFE<\x80\xBA\x058\xF8k\xAD\xBFa\x8D\xB2J\x85\xF9\xD0\xB3w\xDA\xF0\x99\x12\x7F"\xBD\x02H\xC5\xAA(\x85[\x11\x8DD\xA5\x19|\xFB\x93\xF2\xAD\x1B\x90\xEB\xB9\b3\x1C\x8C\xD5\xB0\xEB\xDDeH\xD4=0\x03#@\x16\xDE\xA0k\xD3\xE9\x1F\x8B\xDF)\x9C\xF5!q\x04\xDC\x9E]\xE8\x18\xA4Ok\xCAC\xF5\xA1t\x8A\xF2\xD7e\xE6\xBCx2\xDDE\xED\xBAY\xDCe\xC1\x02W\x9C\x7F\\\xDFm\x02Sw\x1E\x86-\x0B\xB5p\x89Q\x9B\xCB\x83v\xEF#E\x95_N\xCDw\x10Q1\xA4\xC8?}\f/\xC3\x82%\xB7\xE3\x92\x0Ba\xE73\x1C}\x9DF\xCC#\x02\xA2\xC6\t\x80:!\xA1.n=\xD5\x13\x82\xAF\xCD\xA1+\xBD\xF6Z\xC7\x92\xF2W\xDB\x0F\xF9`\xB9/U\x10\xC4\x7F\xA7\x0B\xB7@\xE6\x93\xD3\xEEh%\xBC\x94Ln@\b\xFB3V\xAC\xC7L\x98\xB4\xFE:\x0E\xAE\x95cPu+h\xB0\xCFM\x88\xE1\xF7\xA8+I\xF9>c\x11\x96A\xA8\xFF\x7F"\xA1\xC4\xB1z\xE4D\xA9\xD0\x8F\xB2\xFF\xD92\xF3\x84c\xC1\x07Y\x88\x16\xAB\xFE\xF1\xCF\xAE]\xD4\x8Ao(\xDB\x13n\xD0V\x8D\xF7s\xD9\xF0\xC3\xDF\x96\xFE\xE9\x15{\x0B\xB6#\xC6s\xE4\xBE \x82\xE9\xDBj\xCFN5\xE2\x15c9(\x8D\x1B\x06\xF6e;X\x1C\x9Dp\x16\xAA7y\xB4E\xE5:e\x8B\xDF\x17\x9C{\xED\x19\xBB<\x84\x03%\xC0\xE0K/\x1E\x81=\x18U\xA6G\xC2\xF3\x9A[D\x8Eb\x97\x06T|\xB33\x07\x1B\x9B\xB9\x84E\x02\x95\xF1\xD7Qr\x9A\xDF(\x87\xE9I\xC4\xFCU\xDF\x1C\xF7\x99\xD7\xC3V,t9\xBEF\xA8O\xFC\x9F_\xEF\xA8c\x16\xA2\xC7X\xB5\x11\xB49\xD5r\x8Fa7\xD1\x02\xEB\x102\xD2\xA5\xF2\xC9K\x8Cv\xEE[\xD2t\xAB\xCCk\xA3\xBD5\xC8\x15x\xB9\xD1g\x94)\xCF\x8C\xA2-Nq\x10\xA3\x06\x96\xF9#\xE5\n\x94\xD1v\xE2D-z\x87\xECm\x05\x9Bfb\x88\b/ \xDE\xAB\x1Ay\xA2L\xB5l:\x15]%\xAD\xC2\xFB)\x0E\xE7S\x1F?\f]\x84\xEDL\xA8\n\xF87\xAE|G\x0Ek\xCA\x01\x82"\xED\xB6\xCBQ\x85b\xC9-V\x1F\xB3\xC7\x95\b\xBB?\xD26\xF5\xDD\xE6\xC5\xF6\x9F\xB8\xFFS\x80\xC0\xDC\'\x88\xFB\xE0\x91\x9D\x00B\xDAb\xA3\x932\xC0\x89\xFB\xDC+\xB1\x01l?\x8EV \xE1\x05\xEE\xB9Z\xE85\xBC^@~\xD9i\x12\xB0;m\xF0\x88\x0F5\xD6\xFAN#\x92\xAE|)%xQ>l\xE9)g@\xF2r\xC8`!\xBEw\xE5i\x87\x13;p\xB3\xF4|J\x96u\xD0#\x98\xC3\xD8b\xA2\xC0\x80>$\xAA\x91x\xD3\xAD\x8E\x1B3\xA0\xF4\xE0\x91\xBB\x01\xA3Hj[\xABr\xE2_\x18\x8A\xC2\xAA\x94\x14\xD0\x83\r\xC8\x97\xAF\x14U\b\xACAP\f\xD0-\xB8M\xCA\x03Y\xD6\x19\xA8\xEB\x11D`\xE4\x1A1\xEF\x12qS\x9B\xD9f\x19\xF4\tR\xE4\xFCI\xC3(wL\x19\xD9\x7F\xE7\x8F\x1A\xF1\x9F\r\xC8\xFDSAI\xF1\xDD_\xA7}M\xDA\xFD6\x8F\x9E\xD7\xEF\x843\xA4\xF7\x1D\xEC\x8F\xE1$\x9D9\xC8U\xBB\x88\xA4\xFB}\xAF\x83H\xCE,\xF8\x11\xC7I\xA0)l\x98\x0E\xB4\x89Y\x07\xA94_\xC3(\xB7\xCD1\x82:\xB4l\xEB\xA4\x07\xBE5\x1F\xB6\xF30\x19^\xBB\xE6,}\x1Ad\xB3n\x97V\x7F\xACBl\x81c\x01.j\xE07Q\x0B\xBCj\x01\xE4\xACyW\x889\xDF\xBF=\xCD`p\xD6\xEB\x96\xCF\xF6\x80\f?\xFEV\xDD{I%\x96\xD8\x0Fd\x89o\x99F\x04\x8D\xA1v\xCFhI\xFC\xC1\xCE\x05>\xDC\xC5\n/\xF8\xBD\x0E\xDA\xB2\x90\xF4\x1D\xCA\x93\xD5<\x9C\x1C4\x92\xBB\x06\xEB\xB3u\x00\x85\xAA#\xF77\x17Ed&\x9FN\xAC\x95h\t\xC0\xF5\xD1\\/t\xD2*\xF9\xE6[\xD4\xC1>\xED\x85\x0E\xA9\x97X\x8D\xEA!H\x88a\x9F\xCEN\x1E\xED{A\tp\xAB*u\xF4X\xC7fB\xD4\'i\x96\x1D\\\x14\xDBD\xA1\xBDy\xAF\xC6\xE5v\xD8o\xEA"\xA4\x8D\x1B\xAA\x04\x87\xBD\x9DS\xAE\xC9\x14s\'V\xB2\x1FB\xDF&:\x12q\xAA\xFC\xB7\x17\xE8t\x92_\xA4(\xD2\x9E\xBE]\xE9\x87\x11\xDD\xA9\x8A\xF0\x18\xA1L3\xD1\xF1O}\xE8\x8E,\xFE\x83\x0F9\xB8\xFA\x16\xC8;L`\xE7v=O\xED\x1D\n{?\x86\xA9\xE3\x0B\xF9n\xC3]\xF0\xB8\xD4\x9C^4y\xD5\'<\xB1\xFF\xC6J\x81T\x18>\x03G\xB6$N\xFF\x7F]\xE1\xC5\xFC\xA5\x8D\xB5\xC5\thV\xDEJj\x1E\x8FZ/\x87\xB5\xD4\xFF2\xB9\x9E\xCC"\xE1\xBB\x921\xFEg\x9A7\x90\xD6\x9E\x03\x89zO*\xE2\xC8\x94M\x03\x86\xDE3\x12s\xE6\xFA\xDB\x94\xCFb\xA1s0\xCE\f\xB1\x80p\x0FAk"6\x98\x1A\xCC\xA7\xEE\x9A\x04\xD1G\x9E\xF1z\x11\x98j\xE0\x12\xFAfLj\xF2\xD6\x19\xBEJ\xCB~O)e\x19\xAE\xF9\n\x83\xF3\x12\xA6\xBDoX\xF3\x96\xB9e6\xB3}!\xC3\xFB\x91\xE8\xBE\x9B: T\xBA\xE7\xD9\x00a\xAE\xF6@%^\xC2~\xAE\xE3c\x06Q(\xC4\x84UC\x8F\xB0\x81&\xA3D\xE9`"\xAF\xF2\x11\xA8\xDC4\xCCC\xBFmW?h\xEB\x1C\xCBF\xA8\x1F\x07\x8C*\xA4\f\xE39k\x17DZ\xF7\xD3\x92/y\x9DH\x83\xD5v\xB9\x8B\xD91\xF5>$\xC0\xA6\xDB?\xAF\xEF\x1E\xD5}.\xFF\xCDW\xB4y\x8A\x04\xE10\x81\xBFF\xEB\x8Fs\xA2 \xB3\xDB+\x9C\b\x8F\x7F\xDA>\xCDZ\xEAnM\x84V\xAD\xD8\x89&w\xEC\x05\xAC\x16\xCB)\xEFS\x15\x01mN\n\x86g\x94\x12t\x8C\xFA_q\x07\xA5\xC0\xE6r\x156\x96\r\xD1\xA1=Zl\x00w\x9AX\x13\xE37\x92\xFE\xCF_K\xB2(\xFCl\x9B\xC1\xF6B\xD2\xBA(\xF3\bd\xB5\xA4\xC5gN\x8A\\\n\xC0\xA02\x93\xE8\xA5\xB5\x1A\xCCT\xEB/\xC9\x19\x9C\xCE4L\xFEZ\xA9\xDC\xC0\xF6,Qi\xBB\x97\xD3\x1E\xB1\xF5&\xD1\x01R\xC4z\x884\xE4\xC3\x14\x84\xE2N\x11\xAE\x1A\x98\xFFx\x9F\xCAL\xE2\x13B4\xDD\xF9\xB5<\x7F\xE1f\xC6";r\xDF\x9D\xFF\xB7\xE2Z\xBF\x9A\xDD\x8B\x03;"\xAE\x97\xC4\x0F\x89L\x93\xF6\x1F\xB3\xCF4\xF8\x88I\t\x8ECg\xD4\xA7\x05\xD6pX\xCA\xDF1k\xE9+\xFB\xC24\xD3\x0Br\xDB\x03\xEC\xA6\xFB\xBF*\\\xB8\x00\xA9\'\x91\xDAl\x1B\xC6\x8B\x10\xB2\xF3L\xCD\x7F\xB8\x9F\xD2I\xFDg\'\xD2\t\xE6_\x00{\x9D\\\xAAv\x1F^\xA5\xE3\x13\x96<\xBAM\x9F\x1A;\xB8\xF8\xA9\x16\xB4\xDE|\x19\x83\xA7^\'H\xCFf9y\x9BF\x1D\x85C\x7F\xBC\x07\x9C\xE6R{\xA2$r\x18\xE8\\,\r\xEE^2\xE0\xA5S\xBBo-\xC1\xE0\x13\xEB*\xC9\xDE\xBFr\xB4\xF8{\x1FZ\xC0-\xF1\x82d\t\x94TBa\xA0\xEBK\xF9\xC0\x8E\x9EX\x11\x88\xE2\x07\xCAq\xEA\xD3\x13\\\xF0;\xB5+\xF7E\xD4\x86\xFE\xAA\x93@l\x80\x18\xB7\x8F}\xF28\xAC\x99C\x8CiM\x90@\x9A\x006\'P\xC4\x88\xE0\x90y\x03\xD3D r\xCB\x8B\x05#\xAF;v\x102\xE8\xC4\xB1&P\xA7\xF7\x928U\x9F#\x87r\xCF\x90\t\xC2`6T\'\xC7\xF6\xDA\xA8s\xCB\x06C\x1F\x84\xDAW\x0B$\xD4\xBB\xF4n\x0FT\x80\xD8\x9E\xED\r4\x15\xE7\xB1[\xA3\xE3\xBD\xF26\xD6n\xC6\x94\xE1\xB5c\x01}<\xF2\xD2_1\xC1\f\xAE\xE0\xC7\x02G\x17f\xAC\xED\x9A\xDC\xB6j\x07H\xBC!9\xEA\x9Ca\xC3\xFE\x18w\xC9\xA77\x05\x1D\xB0\xE6\xCDf\x19@p_\xB0Ge\xC64\x82z*\x12\x9BO\xFB\x14X\xD0!C\x85\xDA\x1C\x91s\xB5\x17gI\xFCub3\xA7\xDAW0x\x1F\x0F\x8E\xE5\xA0x\x83W\xFAM\x12\xD5m\xB34\xEB\xF8a\x86\x7F\x9F]2\x83\xF3\xBA\xA7\x00\x90\xD4\xD7\x9A"\r\xF7J\xDA\xACh\xB9\x850\xF0j\xA1\xF6\xADR\x9C\x0BA\xE9\x80\xDB\x9A*\x8C\xB7\xEA\x94\xF9\xBE\x81A\xCCoO9\x1A\xCE.\xE2\x95\xB1+\x8B\xE5Q\x9F\x91H\xB7\xE4P\xD9\xC2$uF\n.\xC9J%\xFEp\xAAV\xCD\x96\x02\\>\xE8\x7F\xA8F\x8D\bs)\xCD]\xBC\xFD\xA3!|\xCD\xF1?\x0ER|\'\x11\xE3\x01\xA5\xF1\xBE\xFCb\xAE\x0Eh\xC1z\\\xA9;#\t\xD2q+\xFE?\x16\x94\x02\xAB\xDE\x98}\xE5e\xF97\x89\xEE@\xB8k\x1E\x8C\xC5\f%\xDD\xBD\x1B\xC7\xE36\x14n\xDE+aP\x04\xBDX\xA9\x1E\xD2\xC5\xA0Nh\xB4\\/\x88\xD6\x99\xECE\xFF\xD8\x1D\x07\xF2\xBEu[\xC4\x1D\xAC\x8D\xCB\xF3p;Z\xD0R\x1E\x86\xBE\xA0\xBE\x1B~\xE1,\xA5\xEC3\xD4M\x9C\x00U:`\x97\xB7\x8A\xF0D\xC7\x82\xAF5\x15l\xDF\x85\x05m8\x8D\x1C\xD8\x95\rJ\x7F T\x8E\xA5>\x86\xCCH\x98\xFC\x81\xE2C\x10kT\xA3\xB5\xE9\x8B\x13\xF8\xB2A\r3[\xD2\x06\x91\x13Ox\xFB\xAEc\x90u\xD1\xAF\xEC{N\x03\xAA\x98w\xF8\xD5\xE7\x92\x9FGc-\xE8\xAF\xF5\xC9\xCB~7\x0F[\xDC\x16\xA2\xBA\x8B4`B\x84\xD9\xAB\xE3\x94K`\xF4\x8E\r\xD0\x00\x8A!\xE9\xB05\xFA\xCD\x93\xAA=j\x05\xA6\x17i\x87w\xE31\xF5\xCC%\xA1\x8AZ\t\xBC\xDCb\x91G2\x86\x00\xA0\xE0 \xA8\x05\x17\xD9\x8B\xA6"\xCE\x82,f\xF8\x18\xD1\xFE\x1ENy8\xFD\xD3\x1B<\xC3\xE7]t\xA3M\x14dB\x9E^\x18\xF0\xC3\x82T\xB9\xF3\t\xC8\xB8\x15\x8E\xADtM\x01\xEE*A\x97\xEA8\xCA\xF4\xAE\x0B}C]\xF1Rj\x9AL`\xEFl=\xE7G\x0B\xC4P\x93h\xBC\f\x8D+\xC5n\x81(\xADD\x951\xDE\xCA\xF6\x8F\xD5\xBC$qP\xFF\xE1\x1D7d/\xD9CRc \xE7\x95\xB7j\xD0\x15~\xB1\x06t\x19[\xD3*\x91\xC61\xD3\x84\xE4\'\xAF\xC7\xFD\x95\xB6q\xD8\x9C}\xB1\xEE<\xCD\x9D\xECT\xA7\x04\xDDc\x16\xF9\xB7\x0Bm\xAC*~\r\xE7\x8B\xB4,\x99|\xCF\x8DZ\x97\xFA\xA4\xD1\r\xC28\xD9T\xAB\x85\xFAR\'\x8A\xE0\x9AO\xB8\xF9\x14\xB0z\x01\xBAA\tw1R\x1D\xA8\xF28 \xDD*\xA6o\\\x14\xB6C\xF0r\x9C\xCCz\x86V=\x99I\x01Y\xA7A\xD8aE\x0B\xAF\xE8\xB1z&\xECn\x82J{\x07\x1D0b\xC4\xD6\xA1e\xBF[\xCD\x87D\x9Cm\xC7M8}\xA7\xF4\xB7\\\x12\x80\xE8\xAE\x17Q\x92\x0B\xF4\x1C\x89\xB4\x07\xA9\xC5|\xFBe\xCE;\x9F\xB7\xF12D\xCAT\xB74~\xA5\x847\xF7\x9F\x0E\xAB\xFE\x97\xB5\x05F&\xC9\xAF\x1Ab\xBC\n\x93\xB1\xEDz\x1F\xD50\xA2e\xF9\x17\xDB\x0B\x95>\xA4\xD9n\xFF\x9E\xF0\xB5[.\xC8S\xD7]/\x16\xE1!\xAA\tuL\xC7j\x14\xD9\x9Bg\x19\xDA\x01G\x14t\xBD+O\xC6;`\xCF~\xA6\x83\xEFv2\xA4\xF3\xDB&e5\xFA\xB9_\xDE\x06\xE8\x93\xB1Uh"\xEC0a\xC2I(w\xE0g\xA8\xFF;\x12\x90\xEEM\x9CV1\xDA\x81\x1E\x00\xA7\x8F)\xE9\f\x88Y\xE7\x97\xCE\x06\xD8\x91\xECm\x88J\xF3\x1B6\xDE\x11H\x8FU<~\x14\xC3\x9E\xE1\x8F\x07\x81W\xBC$;\x85\xCC\xBDz\x05\xB3\x1E\x8A\xCE8\x12\x82C\x97\xE3j\xBFu\xD1\xB6\x8Cj\xC1\xF7]\xE38zQ\xBDA\xA9&p\xB0bA f\xB4\x07\xDD&\xBF\x91Xp\xB3\xD5\x06\xE8\xCA\xAD\x84\xFFN=v,\x1BsD\xD0w\xFFM\xE0\x8D\x9CC\xE7X\x98\x06\xBD\xD6"}\xB1\xF8\xA2\x1FD\xFF\xE6>\x14\xB0F\x97\xD0\xB3\xF3\x03v\xD1\xF9\xC11\xEE\x8BV\xA68\x16\x9As\xAF\xEA\x01\x9B-\xC0i!\x9A/Yj\xD1\x11\xAC\xCA\xF3\xAB\x98\x0E\xED\xA0\x185\xF9e\x0F\xD7k\xF6\xADqN\xEE\xC7Y*7\x85d\x0E(}\x9E\xEDr%\x0BZ\x86!\x9F8\x91P\x1A\xA2\xC7\xFC\xE2y\xCD\xF9[B\x10\xC8N`\xF8\x89Br\xF5\xDF\xB7\x1D\xEB\x89S\xC93\xDC`,\xC4n\xACT)\xC8\xA7;\x1A/_\x9F\x00\x18\x8D\t\xDD\xCB\xF2\xA7\x91\xD6\xC84\x8A\xBCg\xDDC\xC7a\xE1k\x05\xD7|\x0F,\xBB\x82O/\xA3\xD8h\x86\x1D\xE0\xA2\x17\xB1\xD3\rI\xA4\x95Co\xF7kQ\xFD\x89\xB5F\x93\xD3\xEF\xBA\x80\x7F\xEB\x8F\xC5\xE1\x88=\xB7Lm\xACyS\xBAJa\x07V\x1A\xFB\xA32\x12\xAE\xEF\x16\xB9\x80;L\x98lF\x1D\xEE\xC3\x8E":\xB8\xF15}\x04]\xC4\x8C#{4\x04\xBD&\x91\xBB\x13|\xE7Z\n!uD\x17\xFEQ\xB3I\x0E&u\xE9\xD4\x95@\x15\xE42\x1E\xF8\xAC\xDFH\xCC\xEA\x8F\x7FK\x97-X\xA8\xE5\xF4\xB2\xD2\x03\xA9d\ru\xE6\x03n\xAA\xCF\x93L\xEB,f\xFD\xE7\xCBa\xDA\x9B\x1F@\xA4\'\xD6\x00;\x83\xA3\xDE\\\x9B+\xDBn\xFB\xCF\xA8d1\xF6\xBE\x02\x8A\x9Cr\xC2\x84w\x9A:l\x04\xC1\xD6\xFBr\xCE\fi"]\x8A9\xDC\x98T\xB4\xD1\x9BWF\'\xBD\xDC<\xA9\x98\xBBP\x85\xAF\x10X\xE3\xCD\xF5c\x98\xAF\xC8j\xF87\xCE\b\xBEa\xA16\x91\xC0\x07\x1D\xA0`&i\xD8\xEEA+\x12\xB6Y\x1D\xAA*T\x83=\x1F\xBD\x900\xC2\x14\xEB~#\xFD@0\x16\x8B\xF9\fp\x82Y\x12w\xD8\x19-u<\xE9xN\x861p\x1CR\xE5\x11\xB0\x91x\x1D\x86\xF1\x15yCX\x81\xDCN\xC9\xB1V\x0B\xA3f\xFF\xD4\xF3\x88\xE1d\x0F\xB3\xDF\x9D\x01E\xD8\xA2nK\xB9\xCA\x80\xEF\xA7z\xC3\xE2b\xA1\x1D\xF6\xC6\x02E\xEF\xA1\xFA\x90\xC2\x01\xB1\x0F\xC2\xEEE\x8E\xBC/fL\xE9=\xD4T\xAF\xE0*\xEE\xB4|\x0F\xF14\x92\x1A\xCA\xE2\x90O/y\xC9\xA0F\xF6{]\xEBsU\xF8\x07\x93+Z\x0FgL\xD8$\xB04\xED\xD2\xAF9\x8B[\xB6i\xD1\x1FH\x9A9Y\xDF\xA7\b\xD2t\x9C \xC4\xF6\xA9j\x05G\xC9\x9B\x00\xD0:\x82\xA8nE\xB9~7^\xBF\xAE\t:\xEA$\x8D\xC72\xAC\x17\x85\xCC?\xB0\xDA\x9F\xE4\xBF\x80\x05^@\x92xR)g\xE4!\x955\nV\xAAj\xD7\x1A\x92~<\xF4V\x01\xDC\x89\x0F-\x95\xBB"\x8Bqc\x19I\xE7!\x03\xDA\xF8\x86\xEC!\x9C\x17I\x93o\xBC\x15P\xD5\x95(\xB8\xE7`\x1DvG3o\x1B\xF5\x9D\xCB\x13\xFE\xBE\x99\n\xA5\xCEq\xBF\xDD\x88\xF2(\xBA\xF9a%\xB7\x84)\xAB@bO\xCD~\xE7Z\x103\xA9\xBE\x94t\xC3\x9DZ)M\xA9\x05r\xDE\xFA\xD0\\\x00\xA8l\nC\xFDy6\r\x8C\xF0\x00\xCE\xAB<\xB7P\xE0i\x87G\xDAuN\x15?\xFE_\'t\xE6\x89E\xCD\xA0\x13k\xC6\xE6y\xB9\xA2\x189\xFA\x9F\xD4\xF0R\xDD\xFB]/\xCF\x13\xB3e\xD3B\xC5d\x82\xB1+\xDD7\x87\xE4\xC2g\x9C\xDC\xA7\xC5e\x98\x13\x83\xEA\'}\b\xAA#\xEB3\xB4\xF4\x84\xE7\xAC\x9B\x11\xCBU\xAAw\x05\xE9M\xD77\r\x94\xF1\x03\xD9\x80\xB2d\xC3@\x87\'\f\xAE@\x89x\xE4\x97\x0F\x8D1\xEFT\x19\x7F\x99\xF3Y\x1D\xAF\xF1N!X>\xB6)Ru`\xD6\x8D\xC39\\\xCD\x91\x02c\xC6.}I\xB77\x0B8\xC2.\x95^\xFD\x8BY\x1E3iTE*s\x1B\x03|\x9Ci\xD6\xEDO\x00\xBE;\xF5{\xB8%\xA5\x0BA\xBB\xCBHv\x91/\xCD\x80\x02\x7F\xD8\xFA\xE1\xC1\x02\x9BE\x16\xF7\x9Ey\x19B\xA2!U\xD2\xED\x8D\xFD\x9D\xDA\xF0m\xB3#\xA8\xBEI\xD2\xAE\xC4\x83\xED\n\xDE\x91\xAC\xE86\xBA\x1F\x92\x17\xA7l"W\xDB\x9BK\xE6\xD4\x8Ej\x04\xA1\r\xD9b\x14\xBB\xEC1\xA0\x8EJ\x1D\xA62\xEDe\xB7\xE2Q\r\xBFk\xE0\x93\b\x1BnXd\x1B\x81H\x10\xE1y\xF2l\x9D\xE4v#\xA8\xCCX\xBCI_\xCD\xF8Wr\xC70\xEA\x84\xCB\x15\x02q\xC3d\xF82\xE8\'\xB4=\xF9I\x83k\x18\xCAr8\xB4\x0EV\xCCt\x84.\xAD\xD7\x89\xF09\xAA\xBCA\xDC\xA3\xC8\xFAY\x81\xD29\x98\t\x18/\x00A\x12a\x9A:\xFC,\r\xA4\x84D\x04\x9C\xD8J\xB0h\xA35\x89= \xADQ\x85p\xC5\x97{\xA9\xE1S\xAF\tZ\xF2\x87k\xDE\x94"\x07J\xFCpX\'\xFFx^\x86-\xC4&\xA7~+\xC1eD\xCA\x87`\xB5\x91\xD4\xF4{\x19\x8Aj\xD8$y\xE2\xB5:a\f\xFC&R\xF0\xB7\t\x96\xDF\x14]\xD3\x1C\xED-\b\xD2#?\x93\xE6&\xD3C\xFD\xAC\xBF=\xD1\x97\x1D\xB5\xC6\x99\x15\xCF\xF8s\rP\xE0\xB8\b\xEC\xFF\xAE$\xDD\xEDS4\xBFH\xE2\xB2\xC6\xEA\x98P\xC2\x13\xF1!\x8A\x7F\xBD\x95\xD4\xE1[z\xCFH\xBE\xA6\xFFBW\x8A\xBF_\x9D\xFC\xBAh\xA2\xC2{-\x15a\xF1~\xA6\xEBAfM\xE45\xB1\xEAQ\x92\x14A\x9DV\x8DpK\xBC}\xA2\xFBp\x86\x0E.Tu\xF6\xAE>\x91o\xA9\xCF\xE53Er\x1A\xAA*\xFBk6\x8Fx\xDD\xB0\x11m\xF07z\xDCH\x1B\xF6\x8DR\x9F\xE2\x8AQ\x102\xD9\x82\t\xA3[\x8E\x1F\x9D\xF5o\xD52\x1C\xE4\xA4.\x11\x94\x1E\xD9&\xA9h\xD0\xA1\x1E\t3d\xDB*N[\xF7\xA1\x0F\x8C\xC4@\x81\x9F\xE6\r%\xF2\x9A0\xCDE\x90\x19\xC8\x85\f_5\xB6\b\xD68j\xB8\xCA\x92r\xF5$\xC0}\x02C\xD7\xC4]\x88\xB3w\xC4\xF9\xD2i\x03B\xC9[\x06\xEE;\x90G\xBA\x87\xCB\xFF\x9D\t\xC5\x1C\xB2`\x03j\xF3\x12Y\xCA\xB1b\xC4Nr\xE8\xA6\x00\xB4/S\xAA\xCF\x97\xE9q\xC4\x1D\xF6(\x04Z\x19\xAD:\xE0\xCD-\xB8q;\xA6\x01J\r^9\x84U\xB2\xE8\x8BL\x9A\xB9_\xFB\xD7\xE5Z|\xEC\xB8D\x83x9\xD2\xE8\xBA0\xD9J\x7F\x8A?\x05\x18\x84#eM\xE1r\xED\x04mB\'[\x81K\x99\xAAC\xE5\xBCJ\x95lR\x87\x11\xF7\x16\xE2*\xEF\x94\xDB#\x9C\xF0\xC1v5\x12\xDD\x7F\x17\xACk$\x0E\xA5\x1B1m\xE0\x82O$\x99U\x90\xAD\x00\x1C\xEA\xD5\xA2\xB8\xFA\xD8\xC0\x0E\x9F \x94\xBF\x18\xDB\xA5\x00\xB2\x0Fw\xD0c\x87{\xD4\f\xFD\xA0\xEAd\xA8\x97c\xCFl\xBE\xAB|?\f\x1C\xA5b\xF8\xC4)\x814M\xC3\x8E>R\x96\xD0\x10\xEE\xFD\xA9v\x17\x8B\\\xD3\x13\xC7\x8D5\xDBz\x93L\x06t\xF7X\x07\x8C\xE7\xB6J\x87\xE4X\bl\x83Vq\xDF\xB6,\x06\xE6Y\x18\xA1H\xB45\x8AL\xA3#\x84\xDF\xA9\xBA\xCD,\x03\x17V\xB5\x06\xA6\xE2R\xC7\x0B\xE6\xBB\x9E\x15\xADLn\x98U\xE8\xA9N\xF6\xBC\x07\xE4\xD5#\xC4\xDE\xA4)p\x981\x02t\xCF\x1F\xB78\x0F\xA8 F_\x857\xC5\x8C\x7F\x03\x94\x1C^\xC1|\xFC@sKb!vG\xDBi\xE9K\x80\x11#\x97\\t6\xD5,\xF6\xE3\t\xB6\xD6t$g\x82\x19Y\xAF\x9F?\x90{H\xD0\xF4^\xAB\x15\xBFM\xF2\x99\xD9\xF9c\x8F\xCC\x13\xA2o$\xDC<\xCD\xE6p\xF3\x0F\x98\xB6\x14\xD5\x01\x9A\xEA\x86\xC1\xA3\x92\x1E7a\xBCq\xDA\xAB\xFA\x85\x05T|\xCC\x80_\xFA:\xC2\x02\x9E\xD1n8]\xE7\x16\xB03\r\xBB\x1FC\xEC\x8E\xA2(zC\xC2.\xE9|\xFC\xBB\xEEK\xAE\xF6S(\xA8\xD6D3\xE9f\x8E\xC5;\x0BU\xFB0y\xC7\xF4\xD5\xA0>\xEF)Ej\xC3\xA6\x95!G.\xA4\x90\x10\xDFD\'\xEB\x8F.\xBCf\xEF\x99k\x82\xDB~\xC95h\xE0\x12\x8AQ\xB3\x9A?\xD8W\x1D\x99\x07i\x84\x14\xB9Z\x88\xCAW\xAC-\x1C\xA6o\xB2\xD5A\x0E\xAE\x83l\x16\x03\x8B\xCC\xB5\x1A\xE59c\x10\xBD\xECx\x1C\xB3Q}\xAB\xC3\x12\xFD\x88K\x04\xC5S;\xFE\x95Y\n\xF8U\xAC\xD1\x02r\x1B\x0B\xAB2\x8Dx\xD4\xBE1\x9Dy\b\xE0$\xF6Mz\xDF\xF4_%\xE5\x97[\x01G.\xE6Nwc\x0E\x91P\xF2\xD7\xAD\xFFX\xDC\xCDa\xF2\x833\xFCi\xCEs\xA7(\xD4\x1B\xE6\xA4+\xB1\xD5\x85\xBA;$^\xF1\xC7\x80j\xE3\xCA@\x10^\xE3I\xF9\\\xAD\xCE\xF3\x03G\xE9\xC0|I\x00#6\x93L\xB6\x9B9\xFFp\f\xE6\xCE\xFAmD\x1E_\xD0m\x92\x18\xA0a\xC8\x8Bu0\x96\xE8=\xD7\x94:b\x87\xD9>\xECp\xBE\x10+\x8DCU\xDC\xC0r\xAE\x8B\xD1O\xBE\xDB0s\xB9\x17\x81*\x0E9\xCE\xB3e\xE1\xF5\xC5w \xDE,\xAD\x90P2\x9B\x05\xA7\xB9\x82L\x06\xC5}\xD6\xFC\x0B\xAB\xF2H\x1Eb\xB0M\xFBq\xE5\xABN\x14\x99\xB0T?\xF4\xC9\xB4\f\xA3\x92]\xF55m\x01\xA4\x91\ra\x9ER\xC9\xDCh\x90\x1B\x9Et\x84V\x17\xA6B\x88X\xC8\xF5#u\x8A\x188w\xF6-\xAC(C\x876Q\xE3f\xB8\x03\xA3\x7F\x12\xC3\x9F1\n\xBB)_\xD0\x04\x93\xD9`t\xFA >\xEA\xC7\x16\xE0)wK\xE4%\xEF\xB0e\xBC\xA0l\xAB<\xF7\n\xD0X\x9A\x10\xBC"\xA3\n>\xD4\x86\xAEP\xC00\xEB\xA6\xF7\x19zA\xD6"9\xE2\x1Ag\n\x8A\xCD\xAB>\x86\xA4\\z\xAE\xFB\x80b\xA0u\x88\\6x\x16\x80\xE5\xD1\x90k\xB9#\xCAR\x14\x8C\xF0 R\xD8\xB9M\x89\x1A>\xCBcM\xDA}\x93\x1Aj\x05\xF4\xD8\\\x88#g\x9B\xC0\x8C\xEET\x9C\x87\xFA\xA1\xECw\x15Y\xE8\x02\x1E\xD2\x8F\x0B)Q\x19\x1BD\xC9\x06\x99\xF2\xBBW\b4\xA7B\xF2`\x9B\x07\xD9:y\xC5\x03\x96g)\xE5\xB1t\xF3\x8F3\xFF\xB2W\xEA\xC66\x9Cv\x10\xB5H\xD4\x02Z+\xAD\nk\xCBK*\xB8B\xDB\x9A+u\xB9A\xF0g\xC5\xA1\xE8'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xA1\xD5L\xBA\x1F@\xD3\x9E2w\x01\xC7\xE4t\x9D\x17\xD6H\x8E\x0Fo\xA9\xFA@\xDA\x9C`\xE9H\xB0\x10\x8E3\xB6]\xE7$n\xC4\bR\xA6\xD48\xECv\x0E\xB31`\xDE\x139\xB3V\x9Bd\x18\x80<\xE3\xA2~\x03\xFBr\r\x87\xE3\\o\x11\xEA\xB2\x8B<\rQ\xBB2\xFBe\xB4\xE3(T\x80\x1Fv\xB5\n\xCC\x1Er\xD5\xF1P\x07\x96\x14\xA9\x88@\xDC\x90\x1D^\xFD\x9A\xC7T\x8D\xD1\xF8\x98l\x87\x00\xCE\xF2\xDD\xBE\xFDs\xCC!C\xC0"\xB2b6\xF6\xAC\x8F\xC3K\xD9)i\xAA\xF2\x86]\xCA\x97<\xF5\xC0\xD2a\xEC\xC39+\x87\xFC\x99c&\xC8l\xDDI\xD0\xF9\\2\xF0~\xBF\x86%E\xE2\x1A}K\xAA\xC5\xE8z\x1DD5\x83O\xAFY\r\x8Ac\x8D\xEC\xC7\x9B|\x05S!\xFB_\x9A\x1A\xD1B$\b\xACx\x19N\xA03\x83\x14\x01\x95Y~\xA8\xE3?\xB9\x81\xA3;|*\xBB\x10\x9C\xB4F\x06f\xAFo\xA3\x02\xBB$\n?+P\x90\xABm\x0F)\xEB\x99\xF6\xDB-Y@*\xDD\x19\xD0\xB8=\x84{\xEE\xBDX\x93\xDCm\xE7*\x8A\xD8\x03|C\xABh\xDD\xF2D\xC1.\x06Z\x1B\x00\xF0\xB1\x91f\xE8r$\xCE\xE5\x13\xD9-\xF3<\x81\xEC[\xD7\xA0\xB9\b\xCA\xE6\xA2\xC3a6\xB9x\xA5\xD0\xFE\xA6Jg\x94-\xE5\xA4\xCB\n5q\x00\xA3K\xC2\xF1Vk\x11\xB9\xE7\xCBN\x19\xB3\xD1\x12m\x93\xDBu\xCDU\x1F\tL\xD7\x84S\xA5\x93>X\xC9\x97cq\xCB\x92u\x16\xFAhW#}\x00\xD3H\x91\x16N\x12m\xBC\x86\x0B\xF2u[\x15F\xB0\x8A\xE3\x17\xB82\f\x9A\xCD\xB0\x90$\xFCq\x83\x9D(T\x8A\xF6N\xAD\xEB4\x89\xC2\xA1/\xC8\x01\x186n\xF7\x89\xB8\x1E\xDD\x100\xB3H\xE1\x853\xD5\x96B\x88\x1Cp\x06\xCA\xE9\x98\xF0!Z7\xC4\xAE\x00\xDBk\'\xF8O\xCD~\x81_A\x1C6\xDFY\xA3/=\x07y\xE4\xA59\xC4\x14\x9CCi\xE5s\xF5?\xAC`\xED\xC1\n{J\xFE\xA9R\x9C\x04 d\xC0\xED\xAF\f\xF4\xB6\xE2\xA9+c\x80M\xB0z\xD4\xE6\x9F\x1F\x8C;\x97\xC6^\x9D9 \xD8\xFA\xA8v\xF6If\xC4\xF0\xD9\xBC\\\xFD!g\xD4{%\xB8\x03\x19Y\x95\xB9y\xDA\x9A+\xAE\xD23^\xE8\xC2>\xF4\xD0\xA6:wN\'iT8\x9C\xF9\xBE<\xDC1\x8B\x05CUl\xCFN\xB8\x12w\xEF\xAC\x06\x93j\xE9\xBA\x87\xD2\x97\x0F\x1F\x8EE\xCC\x94\xB5\x06\x84G\xF2\x92\xD1\xA9\xDCH%\x10\x8CMj\xE2\x16\xA0\x8F&i\x87\x7FT\x8F\xFD\x18\x9E\x8C\xC0\xCF\x12\\\xDA{\x18\xFC_\xC8\x97\x15\xB7\xF9/\xEB\x06\xDF\x86D\xC1Z+J\xC8\x15-\x03}\xB4Sn\xAB3r\xEC_/\xDF\rRd8\x85\b\xEC\xCE5\xFD\x1E\x81G\xF2s\xCE\n\xDB\xB8*\x11^\xC7\xDD1\xEAy\xFF\x83I\xAE\xEF\xA1\x1B\xEBq*\xDE\x82~\xA1e"0\xD1p\xE3\xB5\f\x9D=]\xE3\xA54\xFA\xE7\x15\xDD\fL\x9C\xBF\xAAn\xC6)\xF9\x7F\xC2k\x9F^\xB6\xC7W\x06\xBD:\xAF\x1BE\xEF\x98\xE5\xAFAo\x07\xA6D\x98#\xC6/\x92j9\xB3K\xA4^\xC3\x13\xAFW\x92\xFB\xA3\x16\xF5\x88R\xD6p\x8F#G\xCF\x85b\x9E\'\x89\xC8\xF7\x1E>\x8B\xE8\x9E\xB6\x1AO\xAD=\xDF\xF4|\xA4\xD9b\x95\xFBQ\xA3e6s\xD3\x81\xF0X\x1D\xB4d\xE6\fpY\xC5\x87\xD7\x0B\xF1;\x02G\xD87\xBDkJ:\x97{ \xFD\xAD\xC1\xF4h\xB9\b=\xC1Q\x7F9\xD8Zx\xFF\x11]\xD7\x93.\x03\x89\x15\'\x91@-\xE9#z\x85\xCA\x02\xBF\x0BL\'\xBB\x928\xD8\xF7Q\xA1\xD2\x00\x03U{%\x91\xCEv\x8C\x1E\xF3\xCD\f\xB1\xD8a\xC91\xEAX\x11\xDE\x9B\x1Bw\xD6\xF0\xB3\x00\xA5\x13\x91\xB5\xCF3Eu\xF3\xE6d\xD1uR\xB1\x0Em\xD0\xB7\x12\xE1/W\x8C\x1D\xA8\xFAl\x0F\xCBr\x83\xBE)@\xB4-\xE7\x9D\xBFd\xAD+\xE8\x9CrO\x84\xEB(\x03\xBA\xA2C\x80z8O\x8D,Z\x93!d\xE6k,\xF0S\xA7\x82#\xC8\xA3C\xBC\x9A\xFF\xCA\xF0\x87\x9E[;\xABj\xF5\xD9|\x96_\xE0F\x9F\x012~\x15\x8C\xE3\xAB\x11A\xF7\x1A\xDET\xBA`\x00\xA8\x18vU\x8E\xE1h\x19\xD2\xB4\x05\xC8\xFA\xE5\xACI\x0B\xCD\x80\xBDF\x9B\x1C\xE2\xBF\tlU\x10 7\xE5aF\x1C\x04K\xC5\xEE\x98&\xB2B\xEB\xC6,\xAF\x19]\xDF\xAA\xF0cMv\x8B\xD0lM\x84\x0E?\xC82\xE0A\xC0\x9E7\nM\xF5\x96.b\xA6n\x14\xC3s\xA0\xAE\xF7\x9C\x11y!h\f\xD4\xB2\xF9\xA4P8\b\x84I\x97)\xA6\\\t\xBBu\x83\x12i,\x7FK:d\x1ES\xF6\xB1K\xFD,\xD6l\xF6[M\x8Da\x1B\x04j\xEC\xFF\xB4\x9A\xD4"\xF9e\x07G\xD4\xFC,\xC1\xED$W\xD6K\xB4\x93\xA7X)oB\x8B\xE7\xC0\xAA\xCCn\xE3=\xC3\x87\xEB3\xA0_\x01\xAC\xE9\x9A\x15\xB9\xF1\xA1\x8C\xCAq\x99\x13T\xB5\x91\xA2\xDE\x02\xCF\xE4;\xB7N\xA47\xDE|H\xAB\x94=\xCB\xA0x\xB1\x9FO\x91i\t\x80m\xEB>\xFF\xE4\xC2\x99_\x1F\x0F}W\xFA\x14\xB5T\x01{\xDBF%\xF0\xC8H\x8E$\x05\\\xD8yG\x06&\xE8\x82\xCE\xEF6\x1Ay\xB3)\x99v\x84#\xCD_\x10\x88\x19\xE8\xBDs\xF2&\x834\xE6\x17\xD4\xBB\xA8)\xC3\x16\xD0u\x8C8\b\xEE\xD7\xB6\x95\'@\x9E\xED1\x91\x1D\xCC\xB0\x93q\xB76V\xDF\xCC\x80)\xAD3\xE0\xBC>c\x7F\xC0H\r\x86>h\x15\xF7\xDA\tq\x93\xF2\xC6c5W\xDA\x16Q\xE4g\\2}\xF4F\xE0[\x9F0R\x1E\xAEz\xC9/Kj\xDC\x8At\xD3e\xAA\rlY\xFB\x17\xD5\tw\xA8fD\xFE\xC4\x16\x93Z\xA8\x1D\xF9*\xACX\xC8\xEC\xA5J\xC3X\xAB0\xBCL(\xFC\x9C\n\x8B\xA8\xB8\x04\xC6\xB3\x88\r\x997r\x04\xF0\x83\xBB\xDB\xF6N\xA3\x85\x02\xF2\xC6\x1B\x00\xBE#D\xF2\x9D;\xE4P\x86\x9F\xF4\xBF\x11\xEB\x9DkO\xF4t\xD3\x03\x9D\xDB\x93r\xFE\xD6\x0B2\x95\xEAA\x19\xE2\xA2w\xB2\xD1mF/}\x93C\x01\xCFd\x1F\xC6\x8E\xB2D`\x0Bj\x95\x12f<\xB0]5\xA6JX\x81\xDE\xC7-\x8B\xC1&hA\x1C/\x92{7\xDB\x82\f\xB70\x8ARk\xE6"\xBAb\x8Bx\xB7g\xFB\x89[\x06?\x81\x1C\xE3\xF8\xC9[\xEF\x1DI\xA2\xE4T\xFC\xD9\x14%\xCE\xA5>)\xE8\xD3\x1D\xE3\x99\x0Ey\xE9\xB2\ns`\xB6\x05\x7F\xAB\xDC\xCA_\xE2S\xAF\xCF\x1Ab\xA3\xE8E\x13\xC37\nC\x9FO\x17\xE0&\xCC\x9D\x7F\xD7\xC7\xEDgR\xBE%\xA1\r\xD9\xAE\'t\xBA=\xA8xg\x98\xE2}\xC5\xFF\xB7\x8ESp\xBC%\x8E\xCF9\x9A\xFAN\x1B\xE7?\x10\x94\xFE\xB6\x88\x05&\xF9\xBB?(\xCBz]\xF2\xB3\x85\xCF.\xEF\xAE=\x02P\x11-\xB5!6\xAA\x0F\x91>u\x863p\x92\xEF\x18\x85-\xED\xBFO5\xF3\x87Xt1\xCA\x06@\xDA\xF6i\x17+\xD5\x91\xA5\xCDW\xF2mK8s\xA4F\\\x8Eq\xFE\xAE\x94\xD8\xA1\x1BT}\xFA\x93n\xD4\x83\xA5\xF1D\x8En\x98\xFB\xDD]\xB4\xEB\xD0I\xFEP\xD6\t`\xCEH\x8B\x0F\x03\xAF\x1ED\xA4\x16\xF8\xA9\x80bK\xA2\xC3{\xEEBh2\x81\xA0(\xC2\xE8\x0F\xD8\xC8\xEF\x9B\xE1T\n";h\x01\xE1\xA7\xC5^\x1D\xBEYt\xC2_\xE2\nN\xCEx.\x04\x1Ah\x97\xBD\xBCj\x9B\xB0\xFF!\xA2\xD5^\x94m\xDC\xED\x97I\x7F\xE8.\xB6\x04V\x88\xAF\r\xBF\xFDx\xD7\x19\xADb\x97 ~6\x15\xC4/\x86\xEA\xBCH\x8Fp$\x0EE\xE4\b5!\xD9\xFF\xAB\x1B\xBCA\xA2\x89\xC5P\xA6\xDF*\xF8 @|\xE1V:v\xB6,\xCD\r\xBCe\xD6\x1B\xC5\x0F\x95\xE2"<\xDCP\x1F\xE2\xB5J\b\x8D1\xF8N\x84\xB0jG\xD4va\xF9\xCC-\xB5\xD59\x8A\xA0\xB2\xED\x90\x9B;z\x85g\xF4%\xE5l\xF6B\x11b7\x88\xC9\x10\x90\xC2\xF5\x19\xE8A\xFBU8\x82*\xB1\\:u\xCC`\xF8\x9Co\x8D],\xEF\xC6Yr\xD0\xBA\xE5\f\xF6\xA3\xB7\x1A\x99\xA9\x14Y\xEE\x99d\xF7zLg\x13V\xCA+\xE9\xD4W\xB0\x16\x942\xB3\x81\xF0\xA7\xDA\\\xEE1k\xAB\x81f\xC5\x8E\xA9w\x04M\x9E\xFA\x8A\xED\xA7\x12\xB81\xCB\x05\xA8\x98n:\xE0\x9D\x03>f*\x90[\x01?\xE14y\x82\x04M\xBF0\xDC\xCD)\xBB\xF6H\xB3\t\x9C7\x03~\xCCU\xD6v\xC3v\x02N\xB8\x9D\'\xDD\tK\xA0\x14$\xE0\xF1\xC9k\xDCD\'hJ\x84~\x1A\xF3E\xD2\x0F\x85\xB4&\x17\xA8U\xCA\xDD\x1Eo\x8AP\x0B\xC4\xDC\x1Em\xAC\x17\x01\x85\xA8w\xE1\x8Ao b\x8D\xBF>\xA2\r\xFF =(\x92\x16pF\xFC`\xCC4|\xD5\\\xB6\x90\x13"\xBE\x07\x98\xD4\xFE\xC3\xE6<\xB2i"S\xFF|I\xEC\x8Au\x9A9\xED\xBD\xD1\xF4\xB3j\xA1>\xCB\xE9\x95Cb\x0F<\x04\xA35\xC6\xF9\xDAL\xEEd\xE1\x90^\x9E\xC4\xE5\xAE\xD3\x83\xBE\x1C\x94\xAE\xF8\xEACp3Q\xA5{Y\xB1\x18.S\xA3[\xDA\x8A\xC1\xE7\xA4\xCEc\xBF\xDA\x0F\xFBL\xAC0\x7F%\x95G\xF9*\x8C}S#\xC2\xE7\x97\xD4\\\x12P\xA9s\x1A\x82\'\xAD/\xBB\xEBDf5\x07\xF1:s\xE1W,\x87\xC1\x99\xFC\xD1\xE9\x855\xE1n\x8E\xF0\x0B\x95)\xFBw3\x1C\x8F\xF66)\xB0\xC4l\x80\x12\xA2]\xE5\x18W\xBA\x0F\xF3\xD6\xB2\xFAsL\x1E\xBF\xEF\x92\xE50\xB7\xFDn\xC7Cz\x18\xF6\xA0\x1E}Y\xA4\rL\xB9\x02h\x0E\x1E\xB0g@\x10\xF6\xCAB\xAAy\xD0e\x13F\x9A\xB8@\fX\x98yD\x1C`\x06\xDB@\xC6\x04\x87\xD2\xA9g1\x9DZ\x8B+\xACf\x80}$\xCBB\x9C\xD3\x12N\xF5\x89\xD4W\x89\xDB\xC6\x96\xE9\xCF\x8C#\x9E\xD2:\xE4X\x8D&\xBA\x9B_\x05\xBF :\xB0\xC7\xE2_\xF3\xD8l\xAA\xE0\x04\x83\xD0\xE7\x97U\xF8\xB1e;x\xE0I\x05\xC7:\xDE\t\xCD\xF56\xB3\x00a\x0BwV\x92\xE4\xA5\x07Z\xC0\x10/M\xB5)@c\xF3uF\xA9\x7F\xC6\x01\xDALw\x1D\x89\xE6L\xF5\x81q\x07\xA7Q\x82\xC8#\xB9O\xF2\xA57\xB8#u\x8F.\xEF\xC0\x97\x1F\x84v\x18kC\xA0\x15H\xD7T\xA5\x89\xED7\xBF!k;\xB4v\xA8\xEDj\xFEx\x14\xAA\xC2\xDF\x16\x80\xF10\x97n\xEC\xA7\xD22k\x9E\xD9V4\x92(\x17|1\xEBc\x12q+gJ\xCB\x15\xD8\x9E\n\'^\xFC\xE8\xA5\xB8\xEE\x92\xC1t\xE2\x99-\xC2\x1D\xDC\xAE\xFF]\xCC\x98(\x00=\x91\x1C\xCB\x85\xD8\x065\x96]\xBC\tP\x1A\xB48\f\xF9[\xB6*\x01\x19\xBB\xEC\xD2\xB1\xFA\x9F=\x8D\xC3\x9B\xD7\xFE\x8A\xED\xA7RpE\xCE\xACQ4\xD5cS\x01"^\x83\x0Eo\xF8gF+~\x85\x16\xDE\xF8\xD1R\xE0\xB1G\x9DUi\xFAL&p\xD5\xA2`\xCB\x83D\x95\xC4\x12\x8D\x7F\xA3b>tH\r\xDCV\x00\x1FE\xB1\x0F}\xBE4\xFC\xE3\xB6\x8B\x14\x7F\xBD\x0F\x89*\xAE\xCF4\xED\xB7?\xCD\x93\x07\x9F\xBA\xEFArQ\x81#b\x0E7\xEF,\xB8\x8D\xCE\xEB\xB0@\xFB\xE5*g\xDEyP\xD6\xF0E\xC9\xE0\xFD\x88\xC2\x94h\xB6\xD1y\xE6Z\x94?!c\x80\x1B8j\xF1\xDD\x94>\xF7J\xDE|\xA6\xFDM\x1A\xAB\xE9Y\xD3N\x0E\xAA\xC1\x8Fq\xBE\xA4\xF6o\xC1\xE3{\x1F\xA0\x0E7\x89z\x94\x10\xBB\x02\x1E\xAA;f\xB1$\x96\x11-^\xE8\x1B4\xA7\x85.\xF5\xC6\xDD\x07\x9B\xD3W\xC3\x02\x9FH"r\xC8\x9Ag\x0B\x8FX\xD8z\x809t$\x8Cf4\xD6\b\b3\xDA\x96Y\x89\x0B\xA9A\\k\xDD\xC2\x1EJ\xACX\xF2\x9C/\xE6\x85\bUm\xA9P\xCE\xA1p\xF1M\ta\x19\xA6Qr\xB1\xF4z\xA9-`\xD0\xB1\x05\xE9\x18\xBA8\x1F\xC4\x9B+\xBE\x11\xF7\xC5\xE1\xFC\x9A(_\xE7J~\x19\xCF\'O\xD5\xF3\xBC\xFF\x98U\xEE2\xD6k\x8B\xCDs\xBE\x17\xF8\xD25\xBA\xF3\x05(A\x8F\xC9\xDF\xB9m\x8C2\xE8&B\x0E\x90\xE0\x18\x83i0\xA3Z\x86\xF4\xE5Ej\x02\xDDa\xB0\xA1\x19%\x0BI]\xA2x\x8F\xE2\x18}\x84\xD8\xBD\x13w&\x9CC\xCF\xFF\xBC\x81M\xC9\xEET=\xF5\xC1P\xD7Bu\xCD`\xA5\x13\xF0\x82P.Gl\xB9\x86\xCB\x17T+\xC5i\xEA\xADt\xC65\xE5\xA7C\xB4\t\x86\x7F\xC0\xAF\xEA\x94\xDA">\xC3M\x9B:\xB3Ve\xFA\xAB:\x03\xEEX\x14e\xDB\xA1\x1Cv\xBB\x9B\n{\x8F\xFC&\xAE\x05-\x92\xB7;p\xCC\x96\xEA\xD7Y\x04BU\xD4\r^\x85F\xDB\x11\x90J|\xCE\xF5^\xDAQ\x18\xDFeV3\xFF\xAB\xEDc\xFB%i\xEC\x0B\x96\xE4R\x87\xD6\x7F\x96\xAC9q\x031\xAFd\xD9+\xAC\xE6\x13\x97\xBF\xDFSy\xD3$\xAA\n\xFB \x8D\x10\xA6\xF3\x95t\x9C\xF1\x1C\xA20Z\xF1\xB3\x07f\x8C 7\x96+\xF7\x9E\x14\x82\xC9n\x10\xB5\x88\xDA\xCA\xA6E!0\xC2a\x1C\xB6,\xC7\xF7\x92Z\xE6\x88\xFCH\x1D\xC6aKl=\x1C\x88\xF7I\xE7[\xBD~b6\xC4u\xDC3!\xB99\xCEl\xFD\xC0$\x9B\xDEO\xA3\xC0\xE9m\xB8K\xD1x\xBABR\x981\x05[\x15x\x8A\xD2t\xA0\xF1\bH\xE6S \xD3\xBEA\x12\xCE\x94r8\x80\xF3\xCF\xA1\fe\xC2\x9B\x17\x8BB\xA1\xD2\xB2N#e\xBC\xE3\x90\x05O\xB1\x8Cv\xD3?\x15,\xFEy\x10\xA9\x03\x8B:\xEE\x04\'\xE4\xD3|I\x9E,\xBE\xF5\x02\xB4L\xCD\x90o\xA4\x86z\r\xA7\'oS\xEF\xA4\x06\xDA\xB5.~\xEB\xB25\x02t\xDE0\xF4\x1A\xE4\x98\xFE\x89\f[A|\xDF*\xE8\tR\x86k\xC7\x95=\xD5V\xC9f\x1C\xAD\\\xA2\x8E\x1A\xC4\xF1\xB0\xE5U?\x19\xDEi3\x14<\xD9\x00D\xECi\x99\xDF\xB22\xC0^\x16T\xFF\x90G\xD9\'R\xCB\xAD\x0ET\x84o@\xEC\xADL\xFA\xA5\xC5\x17\x99`6\xA7\xF8\xB7\xE6\\\xF3\x81!D\xE3\x94-\xD8o\xF9d=\x84q\x0E\x91f\x9A(\x82\xAD\xF8\xBE&[\xB7\x8F6\xC7\x07\x1A|\x8D\xE7@\x9A"\xC5]\xA7\x84k\xEF\x95g\xC1\x04)\xCA{.\xD5\xD2/\x82h\xF4\xBD\x1B\xCC~"I\xAD.\xB9t\x9F\xF6}\xC4\rE\xBB\xA7%\x01\xDC6\xCB\xAB\xEEX\fz\xE4c\x96\xCD\x1B\xF5aM\x80\xF7G(\xCAh\xAEs\xE4\x0B\x1D\xF9;\xBA"D\xD7]\xB5\x9F\x15[\x94q\fM\xD9\xADG\x90X\xDB\x9D\x11\x00d\xDF\b5\x16\xB3O\x864\xEA\x12\xCF`\xB8Q ~\xD6\xBBF\xC9\xA0O\x05x\xAC\xE1)\xD2\xA9f\xD7\x9E\x0E\xF4\x86\xD58\xB7w\x9A\xD1\x13|\xA4\xFB\x91:\xE0\xF7\xC0\b\x98\xB6"\xFEw1\xE7\x03<\x89p\xCF\x92O\xC2\x8C\xD3a\xFF\xE0\x99Uy\x8FG\x9F\xF4\x88\b0\xFD\x8F\x1F9\xEF\x87/C\x9C\x11v\xBE9\x02\xB4qL0\xFDQ\x8D\xECGa\xE1\x891\xEA\x1DhN\x87m<;\xEA\\\x82\xC8\x10\xA2c\xBA(\xEEB\xA7\x1Bm\xED?\xA6#r\xC8\x05\xB1.\xE2\x17l\xC3A\xA3_\xE0r\xB2\x13\xD5j\xBB\xFDV\x83\xEB Z\x91\xE1\x1E\xBF\xA1e\x11\xC8,\xAC\x07Q\xC7r\xAE\n\xD0&\xA8\xE7'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('I\xFD\xC7:\xDD\x13q\xC9\x83;\xFD\xAAo\xF1\x98X\xFDC\xBB\x17\x984\xD3L\x92\x00\xC68\x15\xA3\xD6L\xB7*\x9B\x10A\xC8\\\x8F<\xBAq\x9D\xEB5w\xCF&Z\x9B\xEE8\xA7\xD4l\x1C\xEA\x91\x079\xA6Q\xEB\xAE\x89t]\x94\xB4T\xEE {\xE0G&\xC2\xD9.\xA8\x8Bg\xDCY\xFA\xB5i {\xAE\xE8Xs\x05\x1B\x88qa\xE3\xAC\xF7\x17\xDC\xF0\x1D\x06F\xC2\x15\x8B\xB6\xF8\x0F|\xC9d\x0B\x8BD\xC2\xAFTs\xE0\xBC!{\xD8\xEF \xA4\x02-D\xA7\n\xBB\xCE\x8E\fa\x18}\xCE\x0F\xEB)y\x82\f\xEC\x9E\xDDC\x86\xF6\x93\xC7@\xEF\xFE\xD1R\x83y,\x9Aa\xCD\x86X\xDD\x00S?\xA6\xDA\x80\x1E\xB7O\xE2\xFB\x9B=#\xCF\x88b\xFE\x92\x102N\xBD\xE6k\x8C\xD7d\x9B1V\xE9\xB1\x80<\xF5Q\xB0\x9F\xC2I;\xCA\\/\x0E\xBEg,\xDD\\\xA8\xC1"8\xB9\x05L\xA7m2\xB1{\xA5*\x97j\xE7M1\xFF\x94s+[\x11g\xF3\xA20\x13A\xD3e\x97\xCE|\x19\xF7\xC1&M\xF8\x16w\xA3\x03N\xBD\x95r4\x03\x1E\xE2\xAA\x1A\x8Bt\xD2J\x1F\x9D\xB3~1\x8E\x0B\xA2l\xEB\xD5\xC2\f\xFA\xE6"\xD2`\xF3\xC7\x19q\xBFA\xD3\xF0\xA3\xCA\x84\xDA\x04}\xC6\xE7\xB2m\xB7C\t\x84Y\x9D?\xE3p\x86\xB5=\xD6)n\xE4#\xD8\xC8c\x91nV\xF2\x04\xB6\xA6\xFC\xE5P\x02\x13\xE8hG\xDD\x1C\x93C&\x89P=\x92\x11\xB88\x83\b\xAF\x9Eb\x12#\xB1x5\xBAG\x92YM\x9D\x0B\xE8\xFB\xAB\xDF7\xD1\x11\xAC\x04\xCA\xF0^\x91\xC6\xFB\x9E\x15Y\x88A\xF7\xD3\xBC\x98\'f6\x90v\xCB\x81?\xD3\x99T\xCA\xFB`\xB0~\xDF\xBC\xA0f\x03Ly\xD6(V\xF7\xE4\x88J\x00R\xED\x17\xA8(\xF9\x1C\x815(rU\x1C\xB6wb\x920S!\xE0\x10g2J\xAC\x07\xEA\xB5\x13+~D\xD9R\xEA\x17\xBB)j\xA5\xF6&\xB5v\x860\x13\xF2X\x1Bu\xC7\xEC\x80\xA9\xE3F\x91\xCD{9\xC1\xDC\x91d\xD0o\xE2\xB5\xD6x\xC0\x92\xC8\x9F.\x8D\xFD\xEDF\xBDt\x9A\xA9E\xB8\x83\xD1u8i\x9AO\xA6\xFD\x84\x10\xC6\x9F^D\xDA\x0BZ\xC0\x16\xEC;\b\xC5\xA3\xD0\x965\xF8\xD8/]\x1F\xFCm\xBA\n-\xAAk\x1C\x9F.\f\x88\\8\x05b\xF1F\x14\xF2lK\xC4(\xA4\xDB\x0B\xF68}\xE8\x1E\xF2\x93\xBF\xDE#\xCD]4\xE7\xB0l\x01\x89\xF3\xAE\x945y\x8Af\xAA\xE2Lo@\x03\xAD\x83I\xB3\x14\xC3\x9D4_\x18\x9A\xEBZ\x06\xB6B\xC4\xF4\x99D\xCB\xA3%\xDEc\xBA\xD5\f\xE5^\x81\x1Bi\xD2\x8A\xC3\x06Q`,\xFEz\x0E\xF0\x8F\xC2u\x1F=\xD4/|"\xE5K\xCD\x03+\x97\\ \x8D\xEAj(a\nr\x93?\xD2\xED\x89\xDAD\xC9\x80\xF7~\xE4U"r\xAF\x12\x8AP\xA4\x03\x86>\x9A\xAC~\x005\xAFL\\+\x98\xB1\xDA\xA2G\x86\xABCg\xDB\b\x94N\xA9\x12\xC7S\xB9\xFB\xA0\xDCE\xC2\xF9\xD4\xB3\x10\xBF\xE0\xCB\xA2\xE5T\x02zM\xB2\xFFv#O\xD47\x8F\xA6\x01\xD8\xEA0|\xDDT#y2X\x13\xCEA\xC0\x93\xEB\x14\xFA\xCFo\f\x1B\xC9U\xBA-\x17\xA0W\xF6\xBF\xECb\x9B\t\x85p\x1DX\xB2s\x167yT\x9CG\x1D9\xF4\xBA%\xA7\x11,h\xA1\xBD\x11\xAD\'c\x15\xBAKa\x93\xF9\xB8\xCB\xE9\xB2\xF8\xDE\x90 \xF1r\xDF&\xA3yB4\x8Ce\xF6\xE2o\x00\xCF;\xB3&s\x8C6\xDFiA\xEB1\x91\f\xE6\x81\xA1\xF0.\x88\xFB}\x8F\xD4l\x86\xDE\xC6\x91\xF2:\xE2^\x98\xEF\xCAv\x82)\xC3\n>\x1E9\x8E\x16\xC6nL\xB8\x9EV\x0Bd\xB7\x85\xE2\xBE\xED\xAD=%\x9C\x8D\xEBy\x82\xE1\x15F\xFC\xB2)\xD4\xA7\xC4a\xD0%Pd\xC8\b\xDAZ\xB5\x0E,[\x19=cS\xD1\x1C\x81\xFEmF\b\xDF;\xA0\xD3l\xA8Xv\x9Fb*\xA7\x05f-\x88\xD5:\xCAR\x03\x1E[\x96}\xD5\b_N\xC40\\\xD1\xA5\xC9Y\x91\x17\x06u\xF4;\xAB\xFF\xB9@\x1B\xA9g\xC5C\x9D\xAD\xEA\xFA\x9B\b\xB6sB\xC7.\xB7\xA4V\xED\x1BP\xF4\x88\xE5\xF4\xD5\x0BB\x84\xD0\xE6\xFBH\xAB\x19\xF4)j\x9FJ\x11\xC22\xB2\x1A\xA7\xF9\r\x99m\x04 }\xEFO\xB9\x89I\x98\x7F\xDE\x8Em\xE7\x96&\xEE\xFFu\xCDL\xBD\x7F3\xE8\xA9\x0E\x94\xDC \x8Bn\xFF\x95y\xB46\xC9\x1EO\xBB\xEEt6\x1D\xC3|\x06\x99t\x91\xB1\xDA\xCC\xFD\x80\xE7Fn\xDCA\xB8\xEEM\x823\xC0\x9Cl7\xE3\x1F\x12\xC10\rK\xCE7P\x84\xDD5\x07\x8C\'\xD8\x83!fO\xF3{[\x12\xCE\xBD+\xDB\x12\x02f\xAF\x8A]\xDD\x99\xB1Z\x8E\xDEb\xBEF\xE5\r \xEF\xCF1^\x8A\xF3\xB6\xA4\x15\xF1\x03\x9DW\x13\xC7^\x1Bf\xF8\x82\xB1[.i\xB2\x85\xD7p)\x8A\x02\xD5\x1FV\xAB\xC4\xE1\xF3\x11\xC9Z\xE1=\x1A\x87\xFC\x99c\n\x85\xCB\xE9\xA1\xBC\xEA\xCD\xA4~\xC0h\t\xCC,\xB4\x81U\xFF\xA8\xC4 d\xDF>\xBCt6\xE5\xA6\xFF\x91:\xA1\xCEJ\x1Az\x8F\xF7D\x05\x1B\xBB<\xC7c\xA1\xE6,\xFAI9\xA3\x95-y\x8D\tsR\xBB%\xE0~\xF5\x1CuN\xF8G\x0F\x92?\xD7\x87\xE7uO\x0Ep\x9D\x17\x7FH\x95\x0B\xD0\x89)[\xD4\xB5D\xF0v\xBB\no)\xC1\xE9\xD4\x9E\'xV\x96\xEA\x15QB\x90p\xD0\x87w\x1DS\xD4\xF6\xB6\xA6\xEA\xCBgD\xA2\xC3>\xB30\xD7a\xB4d!\xF4\xAD2\x1A\x95\xA9\xF9\xE0\xBC)\xD3\xE4\xFB4rN\xAA\xF6\x1D\x84h#P\xDE\x8B\xEDY\x95\x04>\x14\xC6\xE3\xA9\xFDj\xDB\xAD\xF5\xBF\f]\xB6\x04\xE9\xBFh\x0EH\'8\x93\x03\x14\xD5\x8EW\x00\x9B\x89\x14\x82\xE4\xC4M_\x02\xB9X\xD46aB\x8Fi\xB1X\xA0\xC1\xE9\x05\x97}\x0F\xC2\x99\xCF0\x16\xB46\xA8Qr\xB8`\x8C\xCFK/\x80v$8\x9A\x1A\xDBE\x902\xAB\x85_\xD7o\xF4\xAF1q"\xE5\ro\xC8:,o\t\x99\xDExD\xEE$\x82\xC6\x04\xF0\x0E9\x85$\x12_B\xC9\xDDL:\x07\xAB]\xF7\x7F\xCB\xE1!\x85\xF52B\t!\xB8\x9F\x06\xCCW\xEB}\xA5(o\xFA>\xE3\xC6\x1E\x9FU\xE1\x80\\\xB9K\xAA(\xF1\xB4\xF8S\xD2\xA8)\x8B\xCA\xA0o\x13\xAEz\xA1R\xCB\xECx\xD7\xB4\x8C1e\xA3\xF9\xE7m\x86F\x9C\x01a\x0E\xD6\xADl\xE9\x95\x7F\xF1_@\xE1\x8C\xB2\xFEM\xC4\xD1\x9D\x18\x7F\x05\x8F\xBB\x0FG\xC9\xFD\xEF\x94h\xDAEu\xBB\x907\x12j\xFA<\b]\xE4K/\xDA\x1B\xBAd\xFC\x9A\x19p\xF1%\xBA\x8DU\x1E\xD9\xBD&?\x8F\xBFH*\xA0\x12\xC4O\xD7\x19\xC0k\x13/c\x83\xEF\re\xB5L\xED[3u\'\xA8|\x1A\xD04\x86\x02\x9E\x1Ew\xE8K\xC1\x1C\xAC\xD7\x92\xBD\xF7\x97k\x8AE\xA8/@Q\xE3\xAB\x0E\xD5z/\xC8\x11r\xE9\xA6h\xEE{\xFEW\xDD\xB24\x81\xA7\xFA\x96H\xD6\xBD!fW/\x9A\xF2c\x87w\xB3S\xC3s[\xEF~\'d6\xC5\x19\xE0iE\xF58\xB7\x80Z\xB0\xE2;\x07D\xF4\x93\xE4>\xAF\xC96]\x91\xE2\x19\xCBz\xE9;\x15\xAF\rN\x1EkT\x8BH\xFC:\x91Q.\x8A\xD9"\xFD\xCF\f\xB7\xC8\x05\xE5\xA56\x14\x9C\xD6\xB0\x16\xA3\x83\xF4v\xB2\xED\'\x88^\xDDw#\xF8Ln\xBB\'\xA5\xCD\xB8_\xD3\x0B\x88\xF3\x10Oh\xF9F\xB9\x9FU\x86\xE0-\xC8\xA1\xF7\xD5\fq\xC9\xA2\'\x06\xAE{\xC5\x95\xA7Er9\xA0!Hg\xF2\x81*\xFBL=\xE0\n\xD2I\x91T\xBE\xD0\xA3\x16\xC5\x9C\x06\xD4\x8E\x14\xECxM-\x17\x9D}E!\xB3\xC3\xD4\x81)\x0Bj\xD2\xFCt\xF2\x8Fy8\xB1\x96\x19\xF0Y\xDC\xB7\x00M\x12\xEEm\x19\x8C\xEA\\\xD6\x94\r\xDCW\xBCi\x8D\xC7lX.\xA8\xFB\x0E:}\x021\xF0j=\xAA.^\x9A\xDA\x85\xFEg\xEE\xC0\xDEn\x982?\xA5`\xEE\x91 5^\xB9G\xDE\x01%\\\xBC2\x80w@\x99\xE1c+\xB4\xDE\xC2P\xF9|.\xC6\xAAu9\x05\x1F\xEA\x98\xB9\x18\xDCr\x9D\x1F\xE3\xB1d\x8CR\xBE\xE5\x7F\xFA\xC5V\x0F\xAE7\x90\'\xA7S\xFB\xE7x\x17\xDD\xB0K\xC5\xA9\x99\x1A\xCFb\x87C\xE6\xA6f\xD1\x12\xF7&\xBA<\x83U\x044\xA9\x14\x86\xB5@\x1D\xE7\x9D\xD1\xAC1y\x01\x8AD_\xCA\x84ZB\x97\xD8(\x10\x83C\x1F\xB3\x8E\xDA9\x93h*\xC37\x91\x191\xBB\x95v-@a\xEB\xAB \xE0\x94\x10\xC1\x1D[s\tc\x95!\xB1K\x8C\x0E\xB7$h\xEFx\x88\xFE\xBFh\x96~\x82S\xB1t\x89\x19k\xD9\x07<\xFC\xB0E\xEDu\xC6\x04\xF3|!\x00\x16\xE2\x87\xF4a\x06\xE8z\xF9\xAAS\xE7\x86\xB5M\x0B\xC5iR\xFF|\x85\xE6\xB3+N\xEB\xCB\x16\xFD,`\xCD=\xDF\x18\x9E\xD8\xB8S\xDB\x01A\x11\xF6"\xD6\xC8Y\xAEF\x84\xEAn\xA0e\xD6\x8F\xAD-\xD3K\xA5\xC7W\xB6\x0EK\xD8\x9E\xC9\x82&\x10\xC5\x1B\xD9\x00\x7F\xD1\x8B.\x9F\xD5=\xA73\x12\x8E\xDC6\xA5}\xD9\x97m\x06\x81\xA8F\xC8\x11c5\xA5*\xD0\xB8c3L\xFE\x96\x11\xC3T\x17\xCEY\xBD\xFF\x13Qm\xB9\x80b\xEB\x98<\x7F\xAA\x1FkAQ\xD6e\x9Fl\x92X\xA49\x17\xF8\xB8^"\xCCV\xFC\xC2p\x03\x87Z<\xAD\xE9\xC3{\xFC[-\xF3A\n\x89\xF0l\x9A\xE6\x8E\xA7|\xE2,\xF7w\x922\xE4\x87&:\x9E\xE5\x1D\fB(j\xFC\xCF\x90-\xBC\xFE\xB27\xEDC\xF60"\xBF\xEEIs\xE6\t\x92\xF2j\x9C>\xADa&\xBE\xF3\x14I2 \xB6\x95s\x8B\xAAx\xC9W\x16F\xC5\n\x1C@\xB9d\xA2\xD7\xB4 \x06N{\xF3\xCA^\x83\xF9\xDC\xAC\xBF\x19\xE6_\n\xF1t\x99\f\x8B\xB9\xCD\x06p\xDD\x96d\xAA\x87Dy\xBD\xE0L\x18\xEE\xCE\r\x9ER\xD1\x8E\xA0\xE3P\xD6\x07\xE7"\xB4<\xDF\xAA&v]\xD2\xEE\x86\x05K7\xF1p\xC6\xAA\x94\xDA\xB1Ex3\xCDq\x805\x9FN\xDB\x89U\x1C\xE1^{M\xAC\x84@\x10\xCB$\xDA1\x15\xAC,\x82\xD7z\x93C\xE0w\x1Dn\xF8e\x11\xBF;h\xCF\xFA\x94p\x02\x85\xF4\xB2\x9Dl%\xCC\x15\x8C[\x9CB\x0F/k\x18\x05\xBE\x9AZ\xF3H\x03u\xB0?\xC8\xA73\xD0)\xA3\x15\xE6\\\xF4\xB4S\x02\xC0Z\x99\xFE`\b!\xB7V\xFB0\x84\xB4\x06\xC8A\x87*\xAF\x9CNQ\x1B-\xBF\xD89O\x011U\xABz\xC1\xFF\xE1f\xD2\xF8W\x8D\xEB)\xA6\x11!\x83\xD4\xC1\x13%z\xE8i\xBE\x02\x94:\xC3\x1F\x9C}5\x8Fk\xF0\xD1?u\xC6\xA06i\xC7\xA6\xED]8\xDC\xA9V\xEEv\x19\xFB\xE8\xCCe\xA1Z\x14\x8E\xE0\xBD\x97\xEA\xDA=\x1C\xB2\x82#\xB8\xA1J\xC7>e\xE1\xB7T/e\xF2\x90\xFC\x0F\x84G\xF2q\xD9\xFDj*\xD3\xE3\xA4\x1AJ\xB5\xE4\x90\xF6G\xE8\x8B\x04\'M\xBE\x99$~\x93\x02\xDF\xC5\x80\xAB\x89E\f\xEB~\xC7C\x1Ap\r`\xA3.R\xEF\x7F9\xDF\x00v\xD6\x8F\b~\xED\xA8\xDE\x9AY\xBA;b\xB0\x19W\x8DI\xB7\x88\tD\xFAt\x82\x0E$\xA8W\x11\xD9\xAF\x17t\xD1\rk\xF3\x14\xCEG_6jy7\xF7\xB5\x96(\xA7f\xF5\x80G\xFA\x8Er\x07\x98\xC4\x14[\x87\x1A\xB0P4\x97\xC9C\x18n+\xA5\xD3\xDF\x9C.\xCA\xAA\x11\xEEaR\xC4\xAF.\xCAc:p\xBD/\x7F^=\x92\xE0@\x8A\xAF4\xBB\x1D\xA2\xB3\x0B\x05#\xD2sK\xDC\x034\xD2\xB1(\xC9\xB9\xD5\xE5Eb\xD0\xAB1n\xF2\xC0\xFC\x1Fa\x8C\x07J\xC4\x02Q\x1D\x7F\x07\xE8?y\xCF\xA0\x17\x94\xEBV\xDB\x9D\x00\xEC\xD2\x85\x9B\xFA\xBA\xF1\xA3c\x01P\xD9s\x83\xEC(\xD8\xDE\x91\xC2]\x1C\x83\xBAQ\x9E\xE7|:O\x18\xA6)\x8B\xF8\r\x9B\xE3\'\xA1k\xD3;\xAD\xF5\xD7\x86s3\xF1\x8A\xBCg\x98#5\x01q=\x1F|\x0B\xB9\x8FQ\x1E\bK$\xCCU.\x1A\xC6\xE9\x9Ab\xF9YD\x93Tk\xA1\xE8\xFC\xCB]J\x85\xE6\x0F\xBDz$\xEA\xB3\x96\xCCG\\\xFA\xDC\x80\xC0\xE4\xB3\xD7\x87\xA6D+\xDFm\xA4\xC6i\xE4\x10u\x81\xB6zE\x0F-\xC1\x05\xCCm\xB0>\t,\xAC\xCC\x94\xF1\xC3\x8B\xDB\xAC\r\x85\xC0\x00\x1F\xD8\xEC\xBC\x90\x06\x16\xB6q0P\x9B]?\x15i\n\xA4 \xB1\x0FHVk/\xF8f\xCF\xF0`\x146\xF5C\xB3\x8F\xA99\xD7\xF5&\xAA\x8C\xE1\xA0:\xAE\x12\x18\xF2\x88Jq\x18\xE2w*Jg2\xCEt\xDF\x96I\xA2f,s\xF6\xDAA\xA4\x00\x90\xDF\xCB\xA7\xF9V\xE29\xD5-v\x9E\xF3\xA9\x8F\x13N\x06\x97\xC2\xAE\x89{\xD9,`\x01N\x9C\tX\xCDi\x1C}T\x89\xE4\xD0w\xC0\xD8\x9CX\xB4A\xA4\xFB\xB8\xEC$?\x15_\xC8\n\x81\x1A\xAF\x99b%\xCE\xEF\x1Eg\b+\xBA\x8Ex\xC0\x83e\xE7\xC5\x07(B\xC8\xB72v$T\xD0\x05\x99\x17\xECq\xBC\xE2m\x94>\xFE\xB6\xD3\xF1#e\x953`\x11\xF55\x02\x86\xD7\x13z\x8F\x9FS\xAF\xE8~;\xF4\xD0N3\xC3\x89\x7FW\xC08\x81r\xD8L\xEF\x18\xFF?\x92\x1D]\xD9\x7F\x9DY\xE5\x84\xFBF\xE9\xB8Z@\x82\xCF"4\x16\xC0\xECO/\r\x97H\xB9Q\xE5\xA6(\x90\xBEe"R\xC7:\\\b\xBC\xFC\x8A#\xA9W\xE1x\x0E\xE8\xFDG\xAE\x0F\xA1\xE9C!\xAD1\x9ET\xAC\xD2L\xB5\x87\xED\xFF \xAB\xDBe\xA0\rq(\xC3\xFB\xA2G\xAF\x89`\xDB\xA3\x84r\xC75\x01\x1E\xB6\x05~M\xCF\xE6r\x97\xAB\xE3\xF5\xD3lH\xD90\xC0\x03\x8D\xB7\xA2=\x1B\x97\xDCmQ\xFC\xC4\x95\x04e\xCBz\x0E\xF7r4\x14h\xCF8o\x16\xC7<\x1E\x8D\xA8\xDFw^\x0B\xF3{\x03#9\xB0\xF8\\\xDA\xA2p\xF7\x81\xDE<\xAD\x1C\xF1\b.n\x82!5\x95\x12p\x9CcF*\xD5Yh\xBC0\x8E\x1A\xD1|X\x14\xDD\x87\xE9\xBD*\xA4\xE1\x97\xBFP\x8D\x07I\x95\xB3\xD5\xF5M2\x15\x92\xD8R\x9B\xCAn\x0FU\xE7\x1F\x8Dl\xD4B\xC6j\x0E\x9F\\\x8B?\xB7M\x16\xC4\xA8\xEEZ\xCD\xE7\x1D\xF7o\n\x84\xCB\xF5\x07\xE7\xB4;\xA6\xF2\xB8H8"\\\x8CF\x04`&\xF6\xA5\xBA\xF0}*Um\xCA\x04\xB5<\xC1+\xE8A\x8E\xD5\xBE|\xA9@\x15\x9E^\x1A\x96/\xFA\xBC{\xDB\xCE\xFF\x9Bd|\xB6\t\x85>\xAC\xC5\x96\xED7\xA8Jt]$\x86f-\x90o\xFE\x9C\xD4j\xF0\xCB\xAEz@\xD60_\xDF\x01\x85\xE6\x9Ab\xEF\x87f\x1C\xA7\xB7\xFDI\x98,\x04\xC5\xEC3\x07\xB2\xEBU\xC9%H\x10\xA5V*\xE1;\xFAP%y\xDBT\x18\xB5|!\xD9\x9B@\xC3\x00\xE4\f\xD8\xC8\xABO\x16\xB59\x1E\x82\f\xE6X\x88\x0F\xA2\xC16\x18B\xA6"}\xCE\x00Wj3\x16\xE0`\x87P\xB2\xE4\x8CIx\xD7\x81d\xE5\x93p\xF2\x88\r\xD5\x90\xC8\xA12\xFE\x8BC_\xE3\x01\x8A\x13\xAD\xD4xR\xA0A\x1F}\xE4\b\x93u\xDBM\xC4\x9B\x1Br\xCC$d\xAEt\n\xBE\xDEK\x96\x10\xDB\x82\xF0\xA2t\xCC\xF5"hf\xBF"\xFD\xA3:\x04\xB0\x1B7\xC2`\xADH\x1Co\xEC\xBAi\r\xD1\xA1-\xBFgP\xF13\x92\x18\xBBc\xF3\x804\xC2Y\xF8\xA4+g\xFD\xB3=\xED\x93J\xF9\xD3\x8DY,\xF6\xAF8u\xC5$R\xB4\x0B;\x95\xDC'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB7F\xE9\xA4w\xBB?\xE6e\xC8%T\xE2\x0Fb\xC7\x92H\xEB1\x80D\xC5$\x97\xD7\x1B\xBC\xEDH\xCB.\xE9\xA3a\b\xB8L\x82\x18\xD4o\x94E\xCD|\xE4\xAE[\x13\x99l\xEBP\x91=\xF1n\x8BJ!\xAC\xF9< \x8C\x05Z\x18\xD9\'\x9B\x0B\x8C\xF9\xAB\x988\xF1$\x03q\xA5\x15\xD4m\tTe\xFBr8\x9B\\\x80m\x17G\x8D$\xE2t\xF1?\xA5\xFE+\xB5\f"\x823\xF5\xD8&\xBF\x03\xAD\x1F\xC3\xD4\xA3\x02\xBA\xE1~\x95m\xDDp\xCD3\xF7\x87Vp\xB5Fv\xD3i\xBE\x87\xADT\xDE\xBD_\xFD\xB0\x9E\xEB\xB6\x88L\xAB\x02\x10\xDB\xB1\xC2\xFD\xD3;\xAB\xCB-U\xC0\xE0`\xEC\x9CT\x01p\xC6Kw\x887\xDFhW\x16-a:\xCES\x15\xC3\xA7P\xC0\x97g\xAD\xCB\xEE\x1E\xDF2\x03\x16B}\xD20\x9A>\x83\x1Fy\xDB;.\x15\xE3\xCF*v\xF5#\x97|X\x0Fj\x9B\x04\x90~\x13\x878h\xD5\xBAA\x92\xA4\r`\xCE\x9F\t\x85\xB2\xE8\x99\x0E\xF5\x861\xE6\x12;\xEC)\x0FJ\x01:\xA5\xC1\x81[\xA0\xE8\xFE\x1Cd\x0B\xF4\xCB,K\x8D\xF8\xC7~\x95b\xC0\x83Af3\xA7\xED\x86\xBE\x1Dc\xE8\xB0&H\xC4\xF9\xA7\x10\x1F\xE1\xED\xB5\xFA)~@\xF7pE\xC5t\xA6f\xB5H\xF6\x80z\xB3\xE1t\x8E\x15Qz\xF4)\xB7\xCAN\x8B\xE3\xB4vW\xE7\xC0\ri\xA4C\b\xEES\xA1\xD1\xE4\x06\xC7Q)\xFA\xD74M\xCF\b\x98\xDBx/\x89kX9\x19H\x90\xE5\xBA$\xD9T\x8E\x1E\xDD&\x01\x9Ae\xD4\x06D\xA1\xBF\xD6c\x98\xCF\rI\x94s4\xA6\xC4G\x93\x17\xAA\x9A^\x1D\xD2X\xB1!5\x11\xB5M\x19\x93\xDDpD\xB3\x8B\xF3\xA3r[\x1B\xB3R\xEF\xCC\x9By\xD3\xAB\\\xC8\x15\x97\xA81\x07\xEF>X\xD2y\xBA$\x83]\x1C\xF86$\xEA\xADf\xDB \xEFa\x12l\'\x04\xD6oB\xEF\xB8\x85\xFB\xDF\x8Ep\xFEy\x8Aa=\xAE\x12\x9DyY\x16?\xBC\xFD\xE6\x8FD\b\'\xBF\x01\x842s\xF1Qj\xFD\xCD{\xB2\x9E\xC2\x8A\x18R\xA69\xC9\xE8T\x80\xB7\x00?-\x89\x07\xB0\xD5\xFB\x9E\xEC;\x88-\x00\xDC7&l>\xC6\xA8\xD9\xEC-\xBC\xF4g\xCD\xEB\x02\xC5\xDEh\x82):\xC9\xA2a\xDE\xAEN\x11\xDC\xA0\x07\x8A9\xBD_\x81\x14Oh\xEA9\xEA\x14\xFCg\x99|\x0ELq\xC6\xA2\x7F\xBFR>\x84Y\xBA}\xCB\xB2T\x90v\f\x9CP\x16\\\x96F\xC9\xA0\x04\'\x80:!\x93/\x0B\xD1\xACo\x12\xF5{5\x94i\xF5"\xB8C\'\xDF\xEB\x1C@\xD8\xF9.\b\xB9\x96u\xDB\xB1*\xD0\xA9\xDF\x92\x13\xF7[\xE3\x9A*\xC8\x1C\xE0J\xF8\x11d\xC3\xA8\xCD\xE5\xB9\xF3(h\n\x1BX\x7F\xD6I\xA9n\xB8R\xA0\xF0^K\xD9\xBA\x86\x19\xE7>\xC3Uf\xCF\xB0o\xA3\x05\x99q\xC9\xA8\x93t4\xBEF\x83\x05>\xF10j\xD3G4\x19\xF2u\ni\xA9\x93$\xA0\xE4\x1CM/\x05}\x88\xD3\xAF<\x83\xDF\xB5\x95\f`\xE2\xF8D}\x1D\x8D\xFF\x9A#W\x03\xD0s\x9C\x89\xEC\x17\x94K.V\xB9\xE4K$Z\xDA\xD1\x0EW"o\xC1a\x9E \xB9\x86\xAC\xCE\x8EE\xB4\xFE1b\xD1:y\x81\xF6_\x936I\x01\xC1\xE8n\xF94S\xF0\xC2\x18\x88\xD8\xB1\xC1\xE62t\xC6B\xA7*\xB3\f3\xFFx\xDA\xF8\xC4~\x8E6\f\x87\xF5=e\x90\xEE\xA3\xE2\x18\x8AT\x00\xEB_\x0BpU\xA0\xD7\xE8\x88Q\xF0\xB0\x02E\xD6\xB3\x17\xA5\xDDq\x9C!K\xA7\x13\xD0,\x9Ev9(\x05Y>\x0F\xB0e\xED\x8F\xDA^H\xCA\xAA[!\x85\x11\xD4\xEE\x1Ej\xB4\xC4\x11\xAB\x00}\xB7M\xFA\xCC\xB1Bs(\xDF\xFD\xBD#9|\x17\xC4\x0Bl\x90\xBF%t\xEC\xC6Y\r/a\x93\xC5s\x8Ah\xAE\x00\xCA\x91j\x9E\xD0\x84\xDE\xFBL\x14}\xF7\x1F\xE2\x97;\xBBgG\xAE\x02\xA4^\xDDw\x9A\x1CB.\xD7\x96:x\r\xD8\x8F\xC5\x9A>\x13\xEEZ\x95\xB9C\x9D-W\xE0\x0E\x9Ai=\xF9\x8C\xB8\xF0\xD9\x07C\xE5\x1D?\\\xEBK\x15\xF4zQ.\x96\xBE6\xA2\x82\xB8oQ\t\xF0\x9F+Y<\xCD\x94\xFBD+\xE0\x88\xC7\x0B^(\xE9\xA1\x1D4\xA9Ng\x82\xCA\xA7\x03`\xD4\xE6\x1B\xCA\xA54R\x81\xD0\x1D\xAAv8\x19V\xB4\xFB\x97\xDB\x0E\xB9\xA7\xDD%\xBC\xAA\x18r\xCD\x07j\xEA.\x16\x8C\xD7z\xC9\xE2\x8As&O\x18\xE7\xAFwQ\xF6l\xAC\xC0\x84cR\xF8|\xE9\xB3+v\xDE5 s\x85\xFAzd\xF2\x03\xBB,H\xE3Q\xCE\x85\xA1}2\xC0P\x84x6e\x8BF\x01\xE8[\'\xAET\xD2E\xC4\xFA\xAB5\x19\xFF\xB5\xEB\n\xBD\x80\xCAU\xBC\xA28\x91\x1B\x05C\xDC\xB6\xCB\t\x19\xD4\xF7J\x0F\x8E\xF4\xAFN;\xB6\x8DA\xAC\xDB\x7F\x9B\x11\xC2\x00g\xEC#\xD1d\xF4!\xCE\x99\xEF\x0B\xD2n\x9F\x89A\xE0\x8F\xFF]\x99q$UC\x95l\xD6\x9C|6f\xFF*\x10\xE5\xD5Y\xF0u0\x98m\x899\x94a\x9F\xB8o\xC5.\xA1\x07\xD6\x18\xE7"]\t\xF5b\x91(A\xAE\x10\x8DG\xA0o\xFE*Y\xC29 \xB7\xF6\x0E\xC1"\xA4\x10:\xB6\xE1\x84\xC1\\\x12J.\xF6\xA8\xDA\x81\xFC`r\xB4&\xC9\xA6\xFD\x15\xE3GZ\xC2#\x01@\xD2V\xEB\x13`\xC2n\x95J\xC8\x8A\xB55\xA6y\xDC\xBDX\x03\xE4\xAC\x14\xB6\xE1M\xAD\x92_\xD9\x7FJ4hw\xEE\xCBf\xF6\f\xA5\xEF"\xAF\xC8^A\x10$\x98\xCB\x85I\x9D:\x8CP\xBD(\xA3\xF0\xAFz\xE3\x83\x1Ag\x96\xDE\x89(Q\xFC\xA32k\xD4V\xEA\x1A\xFA\x99j)\xC67]A\x87z\x17\xE7\xFD(\xCA\x96\xE6\xB4\x86\xD8\x1D\x92/\x7F\xD0d\xDE\x88\x05\x92\xE8\xB7uE1\xEF\x16\x00h\xE8~\xD0c\x05\xD83\x11O\xF2\xAB7\x03F~\xEF\xB0\xD0x\x13\xE3 D\xC6\x84O9\xD5\x88{\xF1\x93\xD7\xC9\x06\xA2k@\x82U\xA9\x07Q\xF9@Y\xAEL\x03?\x9A7vO\x17k\x9E\xCF\xB0\xDB{\xC0W\xD7\x0E\xAB\x1F\x81@k\x8F\xCA\x9Bn\xC0%\xCD\xA6\xBB4\r>\x85\xF3\xAC\x98\xFE\fo\xB1\xE7\x13I\xB8\x1F\x0Bq\'\xF73\xC4\xB3\x11\xF1e\x1B\xC8-\x13\x9E\xE9\xC5\x8B\x19\xB3\xFB)\xBD\xD4\xF45Jc\f\xA4$\x93\xB52\xF4K\x9C\xF9\xB9\x1A\\\xDC=\xFC\x8Es[\x1C\x9B\xDCd\xC1[,u\xBB^\xA10\xCAt\xA7\xFF\xDE\x9EE\xABc\x8BK\xDEw1\xD6\xA0{\x8C\xB9aq%\xDBZl\xCB\xE5\xA2X\x1F\x8B\x01\xF4\x8CR\xE5oB\x83_\xC2\xE0,s\xA7\b*\xB4U\x0F\xD6\xE6\xFAm\x90"\x03H\xD9\x8D:\xD1#\xF3\x06[\x8F4fS\xBD\xEE\xD3Y\x1E\x9C\x01\x8F\xBD;\xE1H\xF0\xD2\xFF6\xBB\xF2\x94\x12B\x84}\xAFc\xBD+\xD1;\xFA\xC9\x1A\x03\xD3x\x12P\xCC\xE7H\x87|\xEB\x9FM\x82@\xC9P\xEA\xB3\x9E\x19\xF0N\xE2\x89g\x97\xC0"\xE9\xCE\x80.\x17\x96\n\xE7m\xCEE^"\x03i\x97\x0E\xA6\x82Fz\xABR\x004\xED\r\xDE-\xBD\x16u\xB1\x9Cd\xEA\x958\xB1\x8B\x01d\x98\xF6\x1D\xC46\x18\xB2+\x0B\xA7|;\xCDn\b\xAD\x7F\x0FE\xDC;P\xB2\rm\xFC\x7F\xB0<\xBF-\xA6\x12\xF7\x80\xAE\xC3*vT\x1E\xE4\b.\xD7i\xB7\xC9E\x92s\x9FL\x87\b/G\xA8\'U\xEF\xA1<$\xBC\xD4i\xA8Z\x02x\xBE]\xD4\xF8\x87X(\x95\xC52\xB8\xA2\xF9\x14z\xF0\x9B@\xC7\xE1Mg\x85\xF2P\xB5r\xEAX\x17\xDA=\xB2\xCCe\x9F\xC3\x8B#\x9B\x1AV\xA6\xFAi\xF1\xE1Z\xD8\xC1q\n\xBB\x1C\\\xDAu\nD0\x90\xCE\xDF\x98\xF2\x8C4\x1C\r\xBC\xE7c\xFDU\x1Fq\xCD\xAB\x83\xD7]\x1E\xA5\x8E%\x02\xD9y!\x96\xD82\xA0L\x83\xF8\xEC\x92@\x19\xFA`\xE2x\xF3\xD59\xC22\xC5"~\x90\xFC\xE3\x88\xCE{\xF9\xC5\x80\xAD\xE4\x13\xFArG&j\xE4L\xA3r\xDCF\xA8\x81\xD7\xEC\x8EM`*\xFF4\xBAV\xF7\xCD5\xA2\n\xC8j\b7\xE4\x1B\xC5\x94x\xE5\x11q\xB4a\x90Z\xE5\x15\x89\xBC$\xAA8f\x9D0\xDF\x86\xD1\xEE\x0F\x93\xBC^\x11\xE3`\xD3T\xF5,\x9E\xB0 \xEC\xA7\xDF\xB6n\xF2\xD0#M\xEA\x05\xD8\x9D\xFA?\x07\xD1Q{\xC8\x9E\'\xB0\xBE\x9An\x0B\xB0D\xD2\x87I\xED\x1AB\xBE\xACSt\x05F\x93\xE4\x1F\xD3\x12\xAC}%\xA0m1\xCEA\x9A\xB3\xFFC\x82n\xCAb\xD6\x02Ee*\x83\x1B\x02\x93\x7F\xA5\xC9\x1DWz\x84)\xE8\x1E\x8A\xAF\x04]\xD2vJ\xFB\xD9<\xF2d\xA2\x05/\x98\xDC{\xFB-\xEF\x9C\xDC_\xF3\xC6n\x8CJ\xF1[\x02\xC7V\xDE\x1F\xFD\xEEt\xB1\xE2\x1F\n\xEA\x81W\xBA\x8F\xC7\tQ\xE9\xC1@.\rj\x911\xC2K\xA9pX\xBF7\xE3\x90\xF1\x11\x86.\xA5R\x8B%\x19\xC2i\xAA\xC8\f\x80\xD3D\x1B\xB51\x10U\xB2\xFD<\xC0\x18\x91E\xB4\x80y\xA8N*r0\x9C\xBEw\x191\xF2}=\xD3s\xA1b\xD9\xB3\xE0\xF6^\xB1\xED\x02\xDC\x98\x0F\xF2m\x19O@\xC4e\xE7\x7F\xBB\xCBZ\xE0v\xF9R!8f\xA6p\x90\xCB{\x85\xA2)x\xCE\x99i\xE6+\xF6\x0Bc\xC2\x8D\xD2\x8F\xCCQ>\xAB\xDDK\xA4\x12\x98\xFB\xAE3\x8E\x14T\x85C\xA0\xD3<\x1Ab\xCAC\xA4\xD50\x9B\xAC\x00#\x96\x17\x075\xED\x93\xB4<\x83\xE6Y\xB9\x04&P\xE9=\x02\xDAN\xEA\n\xA95\xD7r\xA3?\xE8\x179\x04\x18\xFCg\xF0\x94\x06j\xC3&\xE4[\x1EK\xEFx\xC6\xFFo&\fw\x89\xB9-\x7F\xFE\x84_\xBCx\xDCV\xD0\xB1Ep\x9F\x01L\xD5\x14\xA1\xF3\x96\xDF\x12\xC0\xF8\xAAd\x15\xBB\x8A%bR\x82\xBE\x1E\xCF\x98X\xB6k[\xDA\xB6\x11*\xCF\x8B9\xB5p\x86\xCC\xBB\x07+\xA7\x1C\xE7\xBC\x95V\xF5M\x91 \xB1\xE2\f&\xEE\x8B8a\xF6\x81\xDB\x11,c\xC0&~\xCCKl6\x89r\xD2.\x95At\xDD\xF9\xB2\x12\x03L|0\xDB\xF4\xA2\xA53\x86L{\\\xFF\xDAP\xF5\x0EA\xE1\x94i\xD3\x8CJ5\xCC\xDF\xA8\t\xE9\xD1?Tk\xCBH\x05\xA3\xC0)h\xA9\xC8x\x8A\xAC\x06^1\xFF\xAB\xD5\\\x9D\x1CU\xC5\xF1\xA3\x1A\xC8D\xEB\\\x92\xAE\xFE\x86F!\xEEu\xC8\x9E\xE6\xAD!\x99c\xA90w\xA1_8\xF5X}\xAF\x16b9u\xBEh\x14\x9F\xF5\x92\xB4\x1Cr\x0E\xE9N\x1E?\xE5\xF5E\xDA\x92\xB7\x86!\xEFD\t\xB5\xE3\x00kZ0\x8Dx\x9D(\xDE\xC6`\rp\xCCG\x07\x1E<\xF8\xBFD\t\xE9\xC4\x8F\xD6\xFE\x1F\xB5\xC3\n\x9B\xED\x00\x82#\x9B\xFC3\x88\xC4,|;\xE1S\x9A\xD5\x8F\xFE\xBA\x99W\x1Bl\xEB?\x0Ev\xBD+\x91\x7F;\x81\xAD\xD5\x06\xB8:\xD1i\xF6\x1B@\xBA\xE5\x91\xBC\x8Ce\xD2\x16p\x845~\x14$V\xECL\x80\x17A\xD7-q\xC6G\xD8[\xAEJ\xDF\x03\xA7\xD1\x82\xF72\xB6}\\/\n\xCF5\xA3\xC5R\xDDd\xA2\xCA\xF9\xDAP\'\x13G\x96\xE6P\x0E\xA96\x8Cw\xA4-V+\xE0\xAAS\x93\xDDZ\xCD\x9FH\xB9k\xAC\xCBu\xE5\xA8k\x91O\xB2\xE6\x1A\x8E\xF0s!dO\x12]k\xC8F\x15\xA5\xDDt\x84\xB3\x10y\xFB\x97\x1A\xE9Ih\x0F\xA0\xEC\xBEz_ \xFC\x85\xC1U\xEE\x06\xD4\x17\xF2`\xFBw2\xB8\x04)\xB0\xFC\xE2\x88\x076\x98*a\x02\x1F\xBE\xF5\x0F\xA4y+\xCF\n\xB7\x95\xEB\xBF\x00\xAD\x1F\xEF\x88\xF9\xC2@e\xF0#\x8D/\xCF\xAFY2\x83\xB1o\xCD5\xF4\xA4\xC9l\xDC~#\xB4\x97Jm\xAF\x9A\xC7\x0E\xEC\xA3K\xF1j\x1D^\xD2A\xF6\x10\xDAF\x8A\xCFW2e\xFF?\xC0S\xA2B\xDA6\x8D+\x9E=\xD7mO(\x97\x02\xD9]\xBFN\b=\x81\xFF\xC3!\\\x94\t\x8AA\xB22\x17\x9FC\xE4]\xC7\x828 I\x85@\x18z\x8C\xC4\x98/r\x92\xC1|\xA4\xB8\xF2<\x9D\xE0\x87\xD3\x97l\x15\x84\xFAj\x1BuL\xE3y\x92\f\xAF\xE7\x16S\xA98\xE6\x9Cn\xD9{\x16\xE2\xF69\xD8\x1At\xE1\x04\x90Z\xCE\xF9\x0Bs\'\xE0\x01\xE9\xB2\xD7_\xBE\xD17\rS\xEC\xB4\x15O\xE8"[o\x15\xB1\x7FI%\xB4\xF2\xE3/X\xC3\xAF\xF3\xCF\x06\xBCZ6\xD0h\xBB\x8B\xCC}\x1C\xB5\xF3(\xA4\xB9Er\xA8T\xB8M\'d\xF0I\xBC\x88<\xA7\x15\xBBfV|\x06\'\x9D\xE6f\xAC\xD8\x03\xA1\'g\x85\xFE\xC7\x92\x06\xE9\x1C\xC4Z\b;\xAA{\xD5\t\x9C]\x86\x18\xA7$\xED\x9FBu0\xFAG\x04\x83_\x10\xCCe\x98*\x89\x00\xEA\x9C\xC2\xD4\xA9\x0Fp/\xD8\x93\xF4G\x9E\x963\xF5\x8Eq\xFF#\x82Fw=\xCD\xDD\xAD3N\xD6,b\xA7\xFB\xDB\x8Dc\xCA \x8CG)\xE0;gM\xC8\xFE\x81\x07\x1E\xE0\xA5\x95h\xC7A\xE4\x8EM\xEF\xD5\xC6`\x14>\x80z \x99\xE5`\xB2R|\xCE0\xDE\xC3\xAAM=\xB7V\xF3\x19\xBC\x8C\xF9Y\fB\x9Fv\xBE\x807\x99w\x10M\x9D\x01\xBA\xECv\x10\xB6\xF7\x90/\x7Fb\xD4\xB3\\\xEE\x13\xD6-\xABW3\x01\x1F\r}0\xADn\xF55P\xFD\xC6%\x05\x1A\xE8\x8A\n\fb\x1E\xCE\x13\xDF\xA4\xC9`\xE41k\x95\xB9\x1B\xE6\xF7\x12TD\xEF)\xBD2\xE4k?U\x94\xC6\xA2q\xD8\xE6\xAD\x14I\x8F:\xC0Lv \x9B\xF8\xBFu\xB1\xA1B\x91\xE2\xCC\n\xB7\xDB\x8CEw\xA0\xC1=_\xB6Au\x86\xEDk\x913~\x99\x0E\xAAI\xEDz\xCE\x8Ai\xB3\xDE\xCCm\xAD\xD2\x83\xF8\x15\xA6\xD7\x1D3\x02B!S\x9A\xC3\xF4*n\x00\x87\xE7\xB9\tk\xDB\x85\\\xE9\xBD\xFCW\x1E\xA3\\h\x10\xAF\xF0\x83l\xFC\xD8#\xB6\xA1\xFEQ\xC0\x07%C\xFC\xD5"\xC3\x04*_\xAA4#\t\x8F\x00\x1ESf9\xB4\x7F\x80\xF2m\xCF\x89\xBA\x067Y\xDE\xA1\xCB\x1C\xAE_8\x90F\x17\xCD:&g\xD6J\x81,\xEC\x95\xD0;Y\xE01\xAA\x98N\xEA,\xD68\xAE]\xD1\x89\xB3Pq\x84\xA2\xDB?\xFEO\x9B}[\xA3\xE8\f\x95\xDD&\xC4\x07\\\xAFIb\xEDw\x1B\x87f\x0E{\x94S\xF6\xCF\x7F\xA6\xEER\x05\x8D\x12\x9Bx\x04\xC3C~\x1A)\x04\xC9H\x16f\xEDW\x8F{ \x99\xF3s\xE7\x1Af\xF17W\x13\x91\xC1\xD6\xF0\xC7:\xBAHt\xC9\xA1`N\xE5,\x9C\xDF\x12\x94\xA8\xD2\xFC\xB6\xEB@\xDA1\x11\xE1!\xC4.\x97\xAFt\xC6\xF2\xB47\xA9\xDC\xFB\xBB\xA5\x90r\xB5\t\x8B\xC5\x18\xCA\t\xE1F\x14\xA6=\xBD\x9D\x0B\xCC\xB7\xE5m b\x81\x13+\xD9\x89#\xF1B\xFD\x82\x17?\xBF\xFA%<\xC2l3J \xAA\x06\xBF\x9Df\x89Y\xF8j\xE1D4"\xE5e\x13n\x87O\xE7c\xF6\xD3%{7g\xA5\xBAl\x80\xC7U\x04/\xDD\x93&}G\xF7\xB1\bB\xA8p\xFB]\xAE\x11y\xBB\xD5\xA9s\x8EX|\xD9O\x0B\x9D\x8E\xC9c\x81rH\xB0<\n\xB8\x1C\xD2\xFF\xA4[\x8AQ\x99%\xCE0\r=\x9CU\xE3\xA5\xFC\xF3>O\xFC1a\xD8\x8DxJ^\xFD\xA8\x8A1\x9Dt\xDFR\xEA\x9A\xC17\xE2\x91+\tc\xEF\xCD\x04\xB2\x84\xF3\xE2,y\xF7T\xE5&\xFD\xED\xD4p\xA1L\x84a\xBF\x0E\xD9\xC8\x02\xEE^\xB0z\xC3\x1B\x85C]\xBC\x83\xDC"\x96\xEB\xB6\'\xF8\xAD\xC5\xEA>\x1A\xD1Z\xBE%\xCC\x91\x19i\x06O\xD0lV\x9B7\x1DL0\xA3\x16a\xBAW\xAF\x14\xD58\x96\xC7U\x14\x915\xEB|(\x96\xF7y;\xB7G\xA0\xE0\x8F\x01\xD9\xB3+\x07\x92\fu\xD1\xAC~\x10\x9Cm\x1E\r\x82\xB9j\xE1\x0F\xEE<\xFE\xB74\xD3(\x85\xA4\x1B\xF8\xB2\xDC\xC2\x97\xE8oA"\x96\xD0\x06C\xA2\xB8\x1A|\xA6)\xE0\xC1\x04\xCB\x16\xB2I-\x90\x1Dq\xFA6"gNw\xEA\xCBl_\xBE9\x01SB\xE3\xD08Nv\xA0\x04S\x97y\x86^K~\xAB\xF3e>\xC4\xE7F~\x86g\r\xD6\xC6\xFEr\xED\x87)u\xF3`\b\x86D^s\xAB?W\xDDo\xE9\xAA\n\xC1\x81Z\xCA\xA8\xF3\x10\xA0:\x18\x9F(\x8E\x18\xC8\x88c\xBB\x92\xF1\xDA,\xCA6\xB0\x1D\xDB\xA5\x0B\x8D\xE4\x15\xB9\x03t\x8D\x0F$\xFD:\xB6R\x8B\xA95Kh\xDE\xC5\x8F@\xE3\xCF\xB7\xF8\x1D\x8B\xF1\x9F\b\x87\xCCbP\xD7\x16\xE8C\x953\xBF\x89Q\xDD\xF7M\xE1i\xA6\xF4,\bX\xA9\x19d\x8D\xF7H\xC3m\xF4,\xC7C]\x99\xDA-S\xAA\xD0]\x9F\xF2({\xE2\x0F\xBF\x9E\x1DX\x00\xAC/k\x0F\x9AN\xD4.h\xBB!>\xF4\x9D+z\xB2\x06o\xD5\x1Fb\xFB\xAC'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xFBY\x96\x1Bl\xD9\xA1K\xC8\xE4n\x15\xA1N\xF81\xE7\xA3U\xF9A\xC95\t\xA1\xF1X\xC0\x16F\xA8\t_\xDDM\r\xC0j\xDA\xF5\x17C\xA4Y\xDB&|\xC36\x98\xF7\x1E\xC5:\x8E\xBDH\xEB\x9F\x04S\'\xC6~\xC9\xA8\xE5\xBC=\t{\x170\x8D\xFE\xBF\xDCs\x91\xBBk\x87\x19\xB2\x92\xE5t\x89h(\xDE\x94s\xCE\xEE\x8A"\x99\xAC+\x897\x98V\xCB\x8D\xBF3\xF1\x87\xA6\x05Q\xD8o\\\xA5v\x03`\xDA$n\xB6\x90\xE0\xF9\xA22vI)\xF6\xAE\x86\xEDb\xB2\'X=\xCC%\x11H\xD2\x03w_\x1F\xBBD\xD0\x11\xB3;\xFE.h\xBA9z\xF7\xD0]\x03\xB4!}\xE8d\bq\x14\xCEb\xEB\xB3\x12\x83\xD0\xF0)\x9B\x0F\x869\xD0uC1c\x82\x11\xD6\x8Df\xCEV\xBEB\x9Bv\xF1\x80\x07\xAD\xDE^8\xC2-\xD9\x9D\xF4\x00\xA9O}\x82\xE7\x9DT\xD7\x01\xC5C\x17o\xE0G\xA7/\xFD\xD4\x9BL\xB8A\x1F\x8E/E\bL\xE2\xAFk\xC7\xF7Z\x1A\b\xAD\x88\x12\xF0\xB2\x04R\x9E5\x1E\xDF\x02\x0F\xD4\xA6\x1CS|\x9A\xF2\xA7\x8E\xEB\x12Md2\x96\xEC \xC8b\r\xAE\x1Bm\x85\xEA\xA4\x91\xF0\xC6\x10\x80P\xB1$\x91\xE3\xF8w\x9E\xE0\xC0\x7F\x954\x1APA\xA9\xE3\x98\xC2\xF1U\xD5^"r\xC4\xE9\xFBp\x94N\xC6:d\xE6\xB93\xFEo!EY\xAC\x84\xC5r\xDC\\\x06\xBCD)\x8F\xE5J/\xB5P$y<[\xDCt\x18:g\xC82\xADW\xFF#\xA6_\xFA\xBB\xD6\x8E|0gL%y\xB9\xDE8\x96D\x13\xB5(\xA8~\x89-\xF9\x92H\xD5\x83\xC9\f\xB9~\xD2\x06%\xB5\x18\x8A6\xA2\xDAr\xFA\xCD\x9C\x10^\xD8\b\xBB\x9E\xF9\x83\xC1\xEA\xA7\x01Q\x85\x0Ek\xD2@\xEC\xCD\x87n\x07\xEE\x13\xB7\xFE\xD8\xA3\x918\xBD\xFC\xA9\xD3i\x82_\xD9\xF0\x19\xAFm\xC2\'\x13e;\xE2\x98\xF90@\xE4I\xFB\xD1lQ\xF2\xB6X;v\xC1\xF4j\x89-\xD2\x1Dc\x0BG\xD0~\xF0\xBE\xDC\x1B\x8B\xB6r\x14*=\xA0T(\xCC\x80<\xE8\x19\x03S\x8B|\x1C\xE3<\x00\xCBF[\xE2\n\xA0V\xEB\xB3\xA3Qa\x1C\x8Ci\xA3\x93z\xAF\'\x98\x13\x87\x1F\xA8\x05\x93\x1A\xAC8\xE7nB\xB41\x9F\x8B\x14*\x9B`F\xF31\x98V\xAD\xE5\xC5`\x97H\rv[\xC5i\x10-\xF2J\xC1\xA1/\x0F\xBA\x99>\xCFt\xFF\x8Fz,\x05\xD7\xBF\xEF\xCD\x0FZ\xEB\xC3\x00@\xE4\x7F4\xD5d\xE1C\xCDW\x00\xA8\x8F\xF2\xDFlV\xB69q\x05\xC8\xA4N\f\xD5\x00z!\xB4\xE0m\xA6\xF3\xB2\x8B\xDA\x9D^\xB1\b\x92Ww\x8B\xF7h!\x851\xDA\x1C\xCA\xF5\x87H\xA9wN\xB7)9\x16e\xA7\xCB\n\xBD\xEFM\x82&z\x97\xC2\x15wN\x07%\xFA\xD6\xE5\x8E\xAF\'x\xE1\xC2e\x8E\xF6E\x83\x04\x1C\xD41R%E\xE8\xCB\xDAf"\xEA\xAF\x18Q\xA6\xEA\xBCM\xABDZ\xBAl\x13#5\x9A\x03\xD5\x80\x80\xDDWJ\x8Fi\x9E.\xFD\xB5\x0E\xEEI*\xD9\xCA\x96\xAB\xC3b\x1FB\xED[\xFC\x81<\x1E\x9E2\xD0r\xEE:\xBF\x99\xFD\x0F\xA1Ar\x864\xFB\xD1o\xC6\xDD7}\x06`\xF1\x97\r\xE59\x93\xDE\xF8_\xE5kDu\xF3\xB6(\xF8\x18\xAF[\xC7o\xDB\xA3e\x86\xB7_\xB4\xFD+V\x06@\x7F1R\xFD\xCD^\xA5\xE8\xC1\x82\x01{\x9A$>\xCD\xAE|\xFC\x9FS\xB3\xE0\xCC2\x89\xF77\xA3}\x93\xCC\r\x8A\xFA\x9A~\xD8B\xF6L\xD5_e\xED\xC7\x8E+`S\xEC\xA4\xC1\xF6V\x9C\x02{\x81\x19G\x8D\xEF\x10\x9F\xD2\xEB\x93?{\xD9\x11aM\xAB3\xF2\xBBh\x05\x94\xC3G\x8B\xD1t\x93Y\xAB$\xE4\xC2\x12I\xF3$?u\xE77\xC9\x12\xAA\x9E4\x16\x97\xAC>\xD4\x19\xF7\xAB\xD8\x1Fx\x11?\xE6\xAC\x1FO\xD6\xE9\xC3\xACf\xDB\xB9\\\x16\xB2,\x88\x04:\x95"\xCA\x0BY\xA2\xD8\x18W0\xDDd\x04:\x1E\xF1lB\x05q\xB1\x85\xE0`\x9D\xB9\x1BJ\x84lZ\xC3s\xE3\xFF\x0Fv0\x9Em\x02\xC55\x90\xD4j\x88\xCD5\xBC\xF7\\v\x99\x1DK*\x8Bk\xF6O\xC6V\xB8\xF9w\xDE\x8Al\xE8E\x84p\xEB\x14\xBC\'\xA3\xC3\x0E\xD7\x9D\x90U\xD1:j\xC4\x03S\xD4\xAF+\xE9\xFD$\x8CS\xBB\xE2\x82X\xB8C\x89cK\xB4\xFE)]\x07t\x93\xA2\x0F-;\xFB\xC9x\x04\xDE\x9D\x1F\xE6\xAAg\xEC0\xB2\x1B9\xC4)\xB4\xFA\xA9\x98w\xF4F\x81O\xB6c\x17\xEC+\xFC\x1A\xAA0\x8D\xF6g\x07\x94<\xB1\xD0\fA\'\xC2\x07\xF1\xDE$\x0E\xA0\xE1\x1A\x9A\xBF\xEF\x16?c\xCF\xE2\xB6\x85\xED\xA87\xC0Fu\xD1\x14\x8DH\x9D\xD3S\xFE\x96\x7F\r\xCF;Q\xD6\xB0]\xE2}\xFC/\xC7\xA5z\xBA\x96X\xD9\x12{\xA3\xC0N\xDBz\xF2f\xA4j\xA5M|\x97\xCBq\xECY\x7FC\xA7Q\xDB\xB2&\x8CS\tpW#\x94a\x0B\x844n%\xC3\fs\xF0\xA7^\xDAK"k\x89\x1B4\t\xCC#\x81>\xDBL\x8A\r\xE6nF\xED6\xCD\x1Fc\x13\x9D/\x83\x1C\xFA7\xD2\x14-\xAE<\xBC\x80\xF8\xCC/o\x86\xEA\x00}\xC0B\x9E\xD9\x12\xCE\xF8\xB4\xEB\xA4\xFF\xDC>a\x85*\xBF\b\x8C\xED\x9F\xBE\x01\xE9\x92o\x9C\xEF\xABs\b\xF4\\@(\xC9\x81\xB4\x9AB\xE3\x88\xB7\x02X\xC4\xE7\x93\xB5\xEA\x8C\\\xFBP\x073\xD7\x0B\x94 \xC7gJ\xAA\x1B\xE90g\xAEL~(A]\xBA\x96\xF5\xAFM\xE3;\x17h\xB00T\xC8cC\xB8-\x15`\xBE\x96 \xB0\xD5\x9F\xF9\x1Dr\n[\xFAt)F\xD58naJ!p\xA2\xD9\x1E\x82\xAAjG\xB4\xF4\x123\x98\xD4\xF8\x92\xC7\x01\x88:\xE2\x90\xC8\x10Pz\x1D\xCE\x02\x92x\xCBD\xF7\xDFz\x0F\xA7\xDC\xFBJ\xD4S\xE77i\xC3v\x06aQ\xBF\xDC.\x91\xC7\xED\xA7\x93\xF8\xB3\xDF\xC7\x06>\xC0\xE7w\xC8`&\xE4zW\xA3\xDE\t]8mQ\xB8\x1F\xF1\xA1\x18m\xD6\x89\xE7.\xA3f#\xB5\x9C[\x82\x1E\x95=(\x86x\xC5\x8D\x02\xA4\x12\x86\xE0/\x90\xAC5\xF2\xA2\x17\xAFO\n^"|\x0E\x10\xA9\x86\xF6g\x94D\x10\xF0\x9D\xC1\x00\x88@\xBDu\xB3\x81&\x10\xDCt^\xBFU\xFA\xAB9\x06\xBEX\xDB\x10\xEA5\xD7\x06m\xBA\xD1\xEEW\x19\xAEd>)\xCEW\xFDI\x16\xE5\xCF\x8Ac~\xD47j\xBD\xDF\x8AA5yO\'\xB62\xFC\xB0T\x90\x197\xD1b#\xF2E\xCE\xE6\xA8\x98A\xD0\x051\x99#Ji\x98@\x88q\xFCI\xC0,\xAAN\xFE\xA0\b5\xE4\xF5\x99\x7F\xB7\xF0o\x9C\xB8yM#>\x02\xE9\x84\x9D\x18\xCET\xA6\x9B\xEF\xCE\xDB\x17\x9F^\xCF*u\xDCN\xA9\xE8\x91\x16\x9F\x02|X\xFA*\xAD\x83z\xE1\xEE\xB4\xD0\x16\xF2\xC6P\xA6\x8E|\xEF\x14\xE2ev\x91\xBDk"\xD9\x0BD\xA9\x1C\xD8:\b\xF7\xC2\x96\xB6J&\xF5u\x01*\xEE c\x8EU\b~\x88\xE1=\x05\xB6j\r,\xC9fL.\xC1\x1A\x8C\xEBe\x0FE\xC9o\x80\xFF\x7F4\xB2\'\xD3\x1C_\x9A@\x88\xC6-E\xCE\xA6O\x84\xC3_\x8D,\xC8d\x82\xA6r\x11\xDE\\\xC9\xAED\x94\xB7p\xBF\x01\xAF;\xC4\xEBI\x15\xA5\xC7\x85\xF3\x9A\x7F\xFD\xB0\x81\xD7j\xB49P\xD6\xB9\x1D\xA1T+^\xE0\x9E\fh\xE5\x01\xB6\xCCT"\xB3\x0E\xEC\\\x14\xFCu1\xE6\x02S\x96\xED&X\xD1\x1Dk\xA21\x0E\xE1d7\xD7K\xE1t,\x97h\xBB\xF9qS\x1E3F\xBCT\xE2=\xEF\x0B\x9C\xCAw\xFF\x936\xF3\n\xC1\xAA\x1E\x90ZC\x85r;\n\xDD\xF5a\x9C\xD9\x8B;\xB7\x9B\x1B\xCE\xB0{\x11G\xE0\xB33\xF0\x88\xFDw\x8DR\xC3\b\x80\x83\x0F\xA2\xF5\xD3"\xAC6\x90\xE8d\xCF\xDE\x8C\b\x1Fv\x93[\'\xE0\x16\xA5Lk\xDC\x83@\xD4L\xED\xCB\xBB\xF4\xA2-\x91m\xA96}\x02)p\xE0\xF2Ih6\xF7\xBD\xA0i\x03\x92R?\xBD\xD3\xEC\x1E\xA9\xF3$i\x1C[B\x80\x04a\xDA(\x9C\xFE\xAB\x13^\xA2\xCD4\xAC\xFBF\x86`\xEA\xC5&\xB1b\x15s\xFD7x\b\x1B\xD7W\xC1\x16H\x82\xBBN\xC7\xABU\x0E\x90\xA4\xDD\x87!\xD5}\x8F\xE4Pi\x98Y\xBA\xE2\xA6-E\x04V\x13?\xF9\xB9\x0EfC\xB0\x8F\xD7\xA4\xB5\xFD\xE5\x7F\xF6\xB0_\x98\nzb\x9C\xF6\x81\xCD\xA47j\xC4.\x17Je\x8A\f\xC1\xE0\xD3P\xFC,\xA3\xC5nR\x9D]\xAD\xFE\x0B\xB88\xC7\x03\xDCt\xF5\x86\fy\x8F\xF2\xAD\xCF\x80\xA0R\xD5\xC6\xF6v\x05>_\xCCFS\xA1\x8F-M\xD2@ \xE4\xD6\x0Ek\xBE\x04R\x91D\xE9\xA6\xF6\xCD\xADY\xF5u&\xAE\x95\x7F\xD9D\xF8\x0E\x1Dx\xC8\x96\xD6b\x17\x81*\xA5\x11%Ma\xC0\xD6\x9Ct/^\x07w+\x96\xE0\x1D\xBF\xEA\x14\x8A"\xBC\xD8\x19q\xE1\x80\xBA\x00\x8FK;\x1DZ\xEB%\xB7\xD4x^\xBFL\x19\x9E?\x85\x07]\xCB\x12!\xB1\xE8\x8E\xBE2\xF0j,E\xABr\xEEH\x93\xCD\xB0\xE9\x008\x17J\xE7\xBE\x1E\xEE\xAA;c\x83U,\x9By\xEFj\f:\xC2\xF0f6\xA7p\xC6\xB1\xA0\x8D\xDAq\x0F\x9D\x1F\x8A5\x01\xDC1\xE9g\xBC\xA1\xF3=\x88fW\xA8H\xDF\x85\x15\xA0\xE6\xFA\xD1]\xB61f=\x9F\x1Fm\xB7\xFB\x94\xDAg\x8DH\x13\xB8\xFB\xA7I\xDD\x031\x95\xAB\\\xFE\x9E$\x11U\xF5(\xE6y\xFC-\xAB?\xF3M\xDF\t\x95{\xB4\xC9\x14G2\xE3p\xC0\x00*\xD1s:\x05X\xBCN\x8C\n\x1B\xC3~\xF7\xD9\x8DZ\xCB\x81S%>\xB0\x01\xCC\xE5|$\xD3n\xC4\xB0B\xD0\xE7\x82H\xB3u\xCA\xDC\x96c\n7O\xCAe\x84\x03\xC5\xB0h9\\#\x8C\xFBx\xD2\x8F\nO\x9B\xEF\x18\x95\xB3\xF6o\xCC!x6\x9C\xE3\x87\x05\x13s*\xE1\n\xA7\x7F\xC6\x10qP\x9E5\x91\tZ\x87\xF4fQ\x1Ex,\xD5\b\x8BC\xBD\x18\x86\xD3\xB6\x99\x14\xE6|X&\x93\xC2\xF3\xD7N\x9A\xAC\x19a\xB4\xDB5|\xC5a$\xD6\xA7?\x97\xDB\xB2UC#\xA9K\xBF\xAF\xF4Db\xED\x9A2\x85\xF5\xD8_\xC2\xE8\x19:\'\x0F\xA0\xB9\xF6\x13\x98Z\xEE0\x7FR\xAA\xF2_"F\xBB2\xA1\xD8\xF9\x10\xA5m\x05.W\xEC(E\xA4\x14\x82\xE3\tO\x8B/\xED\x10g\xFF\xF2n\xD3`\xEC\x99U4\x90\xD1\x1C\xDFX\xBD+\x17\xAFDu\x9B\xBB\xE1\x8F\xCBk\xDE6\xC4i\xAE\xFD\x9E\xE1\x04=v\xDA\xF8\x90\xCE\x19l>c\x80@\xE4\xBD\xCD\x81\xFE\xC4l\xF5\\\xB9C\x9C\xFC{\\\xBE\x84*\xA3\xBB\x911\xCA\x1D\x01w\x11\xB7:\xFCf\xA2\to\x8A\xF2\xFF\xAAO\x7F\x06]=\x89\xA8M\xE5?"\xCFl,\xC4\x8B\xA4\foU\xED\x88\xB8\xCD\x1E\xB2}\rd9u\x97!\xD3<\xA8q\x1A\xC8\xAF\xE2\x1DK\xC8<\x17\x07zA\x84\xDA\xA3\xC4l\x88\xAEG\xCF\xE7?U\xCC$b\xD5/\xEF\xAF\x1A\xFEz\n\x92\x15\x84\xBAI\x95\x1A\xEAN&9\xAD\x02J\x12L\xEE4\x91\x9F\x1B\xDC\xAA\xE9T\x8E\x00*\xEC\xDAS8\x06\x94\xD4vW\xE8\xDB\xB0\xF9Yi\xE6)P\b!r\x92(\xB8\xDE\x959\x11\x82\xC2G\x97\xD2T\xBF(\xD8at\xF3\x0F\xAE[h\xB5\xCA\xE3\x98\xC3t\xDE\x9A\x02\xD7U\xF7C\xB7\x07H\x10\xB2i\xC2\x93\r\x87e\xA4m\xF1\f\x9B\x89b+\x9D\xBA\x18F\xF7\x98\xD6\xEE\xC6\x15\xFA{\xA6\x06j\xE5\xA1\xFC!r\xE82\x9F\xF1\xB2\xC9.R\xDD\xFE\xD32\x05\x82~Z\x1D0\xA6s\xBE`$\xC5p\x8A,y\xCA\xE23K\x7F!\xBB\xF6F%\xB84\xAD!G\xC6\x0E:\xD0\x8A\xAA[}?\xA0M\x80\\3\xC4K\xB3x>Y\xBA\x0F\x85m@V\x05\x99\xA5<\x88x\x9D\xF3C\x10\xD6\xFA\x8Da-\x14\x87\xA9\xE9P\xD2\xF4\x9D[\x85\x15\xA2\xD3Y1\xE6\xCF\x8B^\xDF\xFF\x7F\xF3k\x90\xECu\x005\xC0\xE4\xB50d\xD8\x10\xEB!\x8B\xF4\x17\xDA\x8F\xA7b\xDF\x1B\xFD\x8C{\xE6\x18l\xC6G"\xBFd-\xA0\xBAA\xEE\xAE\xE3Ak\f\x99\x18;\xBE#f\xFB\xEE\xB0\x02\x9Aw\xAB\x17=\xC1R\xCE\xA3\x1B\xD9O\xB1#h\f\x1C\x83\x04\xF3\xAD\xBE\x97n\xD1T+\xC9\x076\xF8\xC6G\xD1\xAA9\xBC)\xEE\xB1\x12\xE1\x8F\xAC\xE9Om\xCB"\xF8z\xCB\xFF2\xB2b\xE4\x04\xA8\xD87\x8CoA\xC3\x0BN\xF9r\x95\x11\x82A\xB8\x04]\x9C\xDF\xCB\x91Ro\xCF$x9W\xFFB\xAA\x9Ag\xEDK}\xB4\x92] \xDB\te\x92\\\x03Tr\xCF\x19\x02\x87\f\xAEK\x90\xA0Z\xDB\x84~E\x90Ru\xBAI\x1D\xDD)\x80`\xDA\xA0\xEC\'e\xE52w\x81,I\xFA\xA6<\xEA\x9BI\x8D\xE5\x1A\xB6\xDF\x0Ev\xBD\x87%\x9B\x11.\xEAqK\x80\xCC@\xD7\xA2\'\xF4=\x98y\xDB3X\xD2\x1D;\xB8)\xF6\xC1\x1F\xCF\xF1+\f\xC9\x97d\xEF\xB58\xCB/\x07\xB0W\xFB\xC5\xA8\x13\xF1\xBBya\xD7\x12\xC1g\f\xCA\xA2r\x843\xF8\\\x18\xCF\xDDl\x01\xC1\x9F\xF4\xAE0\xF9|\xBA\x852\xC4_\xB5G\xE7\x92`\x07j\xEB\x13U\xA3\x0Bk\xB1\x9B\xE6Y\xFD\xA8\x15}\x91\x1D\xBCIz\xD2\x90 h\xD4@\n\x89\'\xB44\xFE\xAA-]E\xF0&\xC7@\xB0\xE8Q8\xACE\x83\x16Vv\x0F\x99\x1EM\xDDh\x11\xFD\xA5\x1C\xC0p\xA5\xC0\x89\xD4\x97t4\xE0\x89<\x17y\x831\xD2P\x03\xDF[k\x89\xE1\x9E;O\xE7\x97[\xC7\xE3\x1A\x94Z\x7F\x86\xF4\xD4\x95\tS\xD8\x92\x03\xA0w\x8D\xF6\xCAf4\xD2\xB9\xE6a\xC7\x06\xEC\xAC\x8F\xD5R\xF2+\x06/\xF4|N\xAFC\xC9\x00_N\xF8\xD9\xB8Bp\xC1\x9C?\xF9\xA6\xF1\x1A\x0B\xBD\x01\xB3m0\xA3Qp\xF2\xCC\xE1A\xB3\x1Ch\xBC\xA8}c\x1E.\xBE\r[&\xE3\x06\x93#C\xA8\x8B6tF"~8\x81\x9F\xD3\x15\xDD7 \t\xE7\x8E\xB9"\xA5\xC4h#\x07\x8E\xE8,\xB2\x12\xD0E4`s)\xF0\x8C\x16\xF8\xAF\x069\xA0$T\x04u\xE77\x8A\x12\xE2L\xD1g\xEB\x99\xB3~\xA5Q\xF1m\xDBZ\x15\x9E\xBD\x01\xE2\xC8\\lA\x94]\xB7\x9F\xFAg.q\xD6\xEB6\x95\xADO\xF3\x1Fd\x86Ut\x93\xC8\xAD\x84\xD8H\xCC|>\xDA\x84J\xBC\x0E\x8E\xC5\x9B*\xFBG\xC3\xF3\xB3\x83\xFE@\x1CK\xD5:\xC0\x86\xFF*\xB5\xF7\xD0V.\x97\xB4\x13\xFB\xADF\xCAp\x85\xD1V\xA8\x14H\x81~\x0F\xE1_\xA2\xC9{\xD9\x07\xB9&\xE9\xFBT\xA4\x1F\x03\x9A\xBA`\x1B\xD1v\xEFb\xDDL\xAD\xD0`#\x97;o\xA6\xDD\xC4\x8A\xF9\x10s\x19\xCB<\x95p\xE8\x80\x18hL\xE9\x8E%\x03\xEF)>\x1A\xBD\xF1\x9A\x06X\xFA+\xD0?\x15\xBB;\xF72\x9CN\x16~=\xBFe\xE4V+\xEDj\x99(\xA73\x16n\x81\x0Ey\xA2\x05[)\x13yV.i\x9B\xE4^\xACK\t!bB\xA9\xF5\xD75s\xC3e\xA4\xE2\x0BO\xDBw8\xCC\xB5\xA1\xBFf\x87\xFFW\x92\xA9\xE7l\xD5\x8B\n\xDF\x943\x0E\xAB\xC8\x8E\x0B\xDFZ\xFE\xCB\xB7=\xF0\xE1\xB9B\xD6\xE8\xC9\xB9\x91\x03\xAB\xED\xB8%\x90\xD9|\xBD\xA1\xDD\xC5\ry\xBC\xA1\bQ\xC1\x8Cy\xB1\x96b\x89!\xE4Bo\x1D\xF0\x9Bs\xDF(K\x1B\xC2a\xB1-\xCDn\xF5\x87xM\xFA8\xB1D\x88}\x97\x02X/\x91\x1As\x886\xF4H \xCE8YF\xFD3\xEF\x83R\x008\x92%E\x87\x1E\xE04\x15J\xF5\xC8.\xFF\xAB]\r\x8F\xD6L3\xB2\x0B\xCCx\x82\x01?\xEF\xA0X\x19\xB6B\xD7 \x9Fq\xC2\x18\xEAP\xD5 \xA5i\xC6\xF9P\xAE\rd\x9E\xE0n\x81\x0B\xC7\xA5d\x16\xCF*s\xB1\xED]\xCE\xFCc\xAC'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xCDk\xEF\xBA2\xF8d\xC3B\xD6*\xAD\xF1p\x99\x1C\xF5\xB3_\xCA\xFE!n\xED\xC44\xFC\xB2@\xD8\x1DT\xC41\xAA\x1E\x91\xED\xCC;\x99\xF7j"\xCA}\x119\xBE\xDDr\x0F\x82\xF0b\xB4\xFD<\x90]\x18\xB52\xCF\x8E\b\xA6Z\x96|\xDE\x8A\x17\x95z\x05I\xCB\xE1Z?\x82\x15E\x93\xAD<\x8A\x9Fz\x19\x8Dk\xF3\xA2\x87\x0F\xE8oP\x07[y\x1AK\xBB\xDB\x8AQ\xAC\x94\xECd&\xA2C\xD3R\x9B%\xCCw\xEB\xDA\x9D\xF4~dK\x1D\xD8@\x11"\xAAR\xFE\xE8[\xBA\x87\x10-\xBFk\xD7\xA2y\xE5V\xD4d\rJ\xD0\xE6X\xBDv\x00a\x98\xD8@\xC0\xAF\xDF\x85\x02.\xA5\xEF5\xFF\xD7K\x89\x06\xF8\xBAx3\xE2\x15\x87\xA8+\xBFT@\x81\r\xB1.v\x85\xCB\xEB\xB88m\xC7\xA2\x1F9U\xA9\x92\x005\xEE(\x06\xB8/\xF8\xE0\xBA+\x9A\t"\xCB5F\xB7\xFB\x89-\x12\xA1l\xC7Us\x0B`\xC0 p\xB4Z\x95\x1B\xC8\xAB\x07eAO\x0Bk\xFF$\xE4\xAB\xF9\xE5\xBE\xFFHr\x9B\x0B(F\xDCs\xFA\xD4\xEB~\r\xB0R\xC3\x87o\x18\xA6R\x84h;\xACM\x92\xE0\xA9\x17~\xCEe\xF59"\xE9\xB1\x16\x97\xE1C\xA1\x13\xCB=.\xEAkK\x91\xC0\xD5\xF6\x97\xB0\xD1\x83\xC4N_\x94T\xA3\'`\xF5\xD3\x80\xB0\xF3\x8F^\x9C\'H\xCE\x8C\x1D`\xDDG\x97\xC9$\x01\xEEx\xDB\xF9e+\xEFZ%\x9D\xE4O\x93\xD5a\x8C?\xD1y\x82-\xF5\xDF|\xA7\xD7\x86\xFD\'~\xE6\x1Ft6\x17_x.\x17\xCF6\r\xDE\x8C\xBFVg\x1A3\xC3\t\xB6\x19d\xE4=t\x9F\xFC7\xEB~Z\xB1\x15\xC5\x8A\x1A\xB9q\x80\xC3\x05>\xB2t\xBE\fG\xF7*\xB8\xEDT\xAEc\x8E\x02P\r`<\xF2\xA0\xB6Y\x8C\xDFF\xEE\xA0\x04\xAEu\xEFk\xB2\x1E;\xFD\xE2\x9D{O?p\x84\xC5\xA5\xF4\xBC\x13\xD0\xAE\x0E\x8F=\xD5\x9D2^D\xD2\xA1\x10\xDCS\x8E\x1C\xFE0\xAA}\x9B\x05j\x1D\xC9\fE\xC0$\x9C\xBB\x1B\xAF\xCEG-\x07\xC8\xA6\r\xBC\x8F\xD6C\x88\x02\x9AE\xC9x\xA7-\x11\xCD\xEA\xAB\xDF\xFDV\b0\x95Mn)g\xBF\xE5Mr\n\xAA\xE9\x00=.x\xA6\xECh\xCA\x83\xE1X\xC4\xDA\xA69\xFA\x9Bl\xD4\xECs7\xE1\x94q\x10\x82f\xF9Tp*?c\xE6\xC3,\xD7R\x16\xEB\x94J\xBA\x88\x02*\x985\xD5w ]\xDA\x82\xF1\xA3\x05!\x87\xF5(\x95Vj\x8E\xF5K\xB8\xD6\\\x11D\xF1\x1F4\x88L_\x8F\xE20\x16\x80Z\xF9\xC6dQ\xE9\xD9:\x9A!\xD2\xAE\xF6\x19X\x10e\xA5\xF9\x85]\bs\xDBcU\x16j\xBAG\x8A\xB1\xE8\x01A\xC63\\\xCF\xB5d\xDC\xBE\xCD\x1B\xB0\xC8"\t9\x96)\xA1o\xB4\x0Fv\xE9\x14\xBC{W\xB4@\xAB)\x8C\x04\x1F\xBD\xA9z\xC3\xEAM\x86|\xC1\x97\xB6 |1\xBD\xD4\xAD8\xF1 \x91\xC8\xF6\xA3\xEC\x13\xC9\x9D|\xB6\x16L\x98z\x12D4\x06\x7FO\xE5\x9Bn\x87\xF9|\xBF\xD4Q\x91\xFB\xCE\xAC(\xD6\x01\xA1\xF3\xCE\n}\xD7A\x9D0\xFEZ\x15\x92\x04\xDE.\x9C5\xD1\xF2\x90\xE3Bk&\xC5\x9BD\xB3\x7F<[%pS8&d\x8D\xD7\xE7\xFD\xAA\x90\xEB\xA3\x819\x12\\1\xDET\xAD\xEA\x048\xDF\\C\x98oI\x83 Oh\x96\xE8M\xB5\xF1r\x8AE\xB15n^\x0EFu\x06I\xB0[\x01\x13\x8A\xFAo\f\xD3\xE5\x80\x05\xD9\x94\xFA\xE0\n\xA8\xF3p"=\xC7Ss$\xFA\xD7\xBC\xF1\xA5\xCE\x17F%\x89i\xA5\x1C\xC2\b\xEE7\xC6\x0F\xDD\xBD6#\xA5\x11f\xD1\xE2&\xC8\xF4\xA2\xB8\xCE\xEE\xE9\x81g\x19\x98\xCA\xA3U\xDE.\xA8P\x1D1\xC2\xACE\xBC\x87\xD0W\xC11\xB1\x85h\x17\xD2\xB7bB\x92r\x03f\x90\xC4u\x12\xB6\xF2/\x80f\xB3V\xA7.y\x8A\xFC[\xC6\x85T\x1C\x97\ta\xD8>$\x8CT\xA7\xC5<\xD9+q\xEA:\xB9]\x83\xEDf\x9Ew\x11a.m>\x15\x00\x9CN\x0B\xE0\xF5\x9B/\n\xAB\x1FK*\xB5;\xF8\x9E`\xCBN\x7F\xD5\x16\xE3\xFA\x92`\xEA\xB1\x16t\xE1:\xF9\xBF\xAB~O\x84\x18w\x01\xAE&S\x0E\xB7\xF7N\x1C\x92{\x00\xC9\x14\xB8\xF9M\xCD\xEE\x1E\xA5\xE8\x93b\xDDy\xBA)]H\x89\xE7x\xC6\xDB\x86\xE9X\xD6\t\xE1\'\x96\xFF>\x9F$q\xCC?\x07\x9DF\xD0\x92\blG*\xE7\xFD\x9F\xC3\xE2e3m\xEF\x9F~\x81\xC2\xAA\n\xD4%Hr\x91=\xE1\x89\x9A\x04\xB7\x7FD \xCD9\x8D\x01\xA7\xC2i\xD0U\xFB\xA0\f}\x1D\xAB5\x82C\xEA\xAE\xC0^\x8BJ\xBA\x1A\xD7)i\xF20\xB6\x9E\xD5\x8B8\xB5oB\xF6\x96\xD3\xD0\x8E\x03^4\xE5hC\xF2\x9A\xAD3\xD7\t_*qR\xDA\xC7\x84\xF8\xAD\xEFl\xD5>\x11\xF16\x94\x18>a\xC0\x96Np\xBC\x16Ys\f-\xDE\x05\xF3v\x84X\xC1\xA9P v\xEE\x17W\xCD\x0E!M\xBB\x0B;\x1F\xDDG\x14\xCD\'\x81W\xBFc\xE8!\xA2\xC4\xB1\xF44\x0F](L\f\xA0S\x1C\x96~\xAF#\xBBm\xAA\xF0/\xCF\xE5\x00e\xA4\xD9\x83\xF0\xCEi\xA8\x982\xAF\xE6\x03\x8D\x0F\xDE^\xC4\x04h\x92\xDC\xAB\x87.]\xB0w\xBE\xA6\x94\xFB\xB4y\xDD\x11\xFD\x8BP}\x18H\xD0\x8E\xA9\xEB\x99\xBDw2\xC5\xE8[\xDC\x84\x06M\xE1\x89\x04G\x13\x8D+\xF5\xC8#R8\xB3B\x12S\xC8d\x1E@\x7F\xCB8\x80\xAE1\xA4&\xF0ay\xE7\xA1\x01O\xEC*lU<\xA0\x1E7l\xCF\xB9\xF0\x84\x01i"u<\x04g\xDF\x16\x88\xB6+C\xF8e-\xD3u\xB5W\xA1x\xB3<\x95|\x01\x9C\x1C\x8Ey\xEB\xFDH\xDA\xA1\xF6k\x9A\xFEH\xE3{Q\xC2:\x02\xCE\x1B\x99c\x86\xC8\x0E\xD6\xEA\b\xC6\x91\xA8B)[\xE3:\x9E\xC0\xE1Q\xB3\xD3\x91E\xFEt\n\xCC\xA5\xC2\x9B\xED\x1E:\xC7\xDE!_\xD3J\x10\xBA\xE4`\xC1\xD4*\x89\xBB\x95\x15,\xB2W$\x12\xBB\x83\xFB\x99\x13\xB6\x8ET\xE3\x152\xF8u\xAD\x8AJ^\xF3v\x04\x9A\x10\xAE\xD5`\x15\xFB\x87\x1D-\xF5U\xAAd\x99!Pz\r\\\x91\xFCj\x81\xF3\x07\xA7\xEA\x882n\xF8N\xA3\x06o4gQ\xC1\xE7\xD5\xF1q\xCF<\x1E\xD4oF)\xF3J\xD1\xB7C\x9C#f/\xB6\xD2#\xDE\xC0Ly/\x93G\xCC\xA6y^\x9E\xC97\xD8\xEF\x8D\xE56\xB1D\xCD\xA6\x0F3Q\xBFs\x19Y\xCA\xAB&\xDD>\x19\xB2\xE4\xD0\x0B\x81Da\x8E\xA0Me\xEA\xACY\xDE\xA4v\xA8k\x8F[\xDC\xBF\x13\xE3\xFCQ\x86>f\x8C\xF4\x07\xB8p\xEE9\n\xBF\xE9$\x13\xB7Am\x16\xFD\x86\xDD)w\xB8\xE6\x9C@\x90\xDC\xFCE\x96\x0E\x84}\x99\\\xF4\xA7z\xFB!\xAB4\x03\xB5\f\x931\xFE\x86\x0E\xC6)\xFF\x1C\xEF;\x02~\x95\xA2s\xB0\xE9\x1A\xCA\xA4\x1E\xE6&Z\x8E\xDBDj\x82{\x05]\xA8\xD3\xBBpW\xF2\x19Ic\xCF%j/\xB3u\xEFf\xD0\xFE\xC0I$<\x92\xDDm\x13\xC9x\xE0\'\xC4~A\xB9c8\xE8\xC3w\xA3S\x84\xCCH\x1C4\f]\xFE3lW\x80\xC6\xAC\xFF\x1B\x98\xB2\xFA\xE0\x82\xC4%R0\xA1\x07\xC0\x98\x8B\x02\xAF\xF5\r\xC4\xA0\x1F8\xB8S,\xEB\x8A\x0F\xC6Y1\xBD\x99\xF7V\x86F\xA2\xF4\xD0 \xEA\x97L\x88\f\xD4.\xAE\xECc\xC4\xDA\x90\xBC\x9C\xD6\xB4;\xDCK\x7F1b\xD2S+\x1B\x99\'A\xD6\x9E7\bl-U\xB1%a\x8C\xE8D\xD9\x1F\xE5{\'9\xA5\xB72\xEDM\xAE@i\x80\xD8\nVf\xE2J\x96\xEA\x85(\xC1s\xAC\xF7\xBE\x9Fr\xEC0\xFB\x14Y\xD9\tL\xBD|\x98+f\xDC\xF7b\xCB\x07v\xF6\x8F\xE0H\xA6\xE8\x12y\x9E\xC4R\x19\xA4u\x83X\xAC\x97\x10nU\x1B\x92q#\x0E\xA2I\xEC\xAD%\xCA\x1C\x95\xD2p^\xDA\rJ\xE6\\\x82\xE0\n`\xB8!}\x876h\x91\x17\xE0\xF9R\xC8\xA2\xBD/\x84\xE4\xA7e\xC7\x18}\xBE\x93\xCB=\xF2\xDFm:\x00\xB71\xF3\b\xD6\xEB\x89\xDF\x06\xD1c\x83\xC8\xFF+r\x906\xA3}\x060\xFF\xB8B\x9A\x1F\xC9l9%M\xCB\x8C\xA7C\xC7\xF7\xB3\xD0B^\x80!\twG\x13lN\xB9,S\x00\x87\\ \xFEL\x82\t\xAF\x93\xCD\x12d\xC5AhM$\xC3\xAA\xF8:\xE6\xB5Y\xDE\xBD`\xF6\xD5>\xB5L\xA1\x19\xF0h\x90\xFC\xA5\x17\xB2\x97\xF4U\xDF\x06b\x9B$o\xA91\xF0\xB5:\x90\xEC\xB0\xFD\xD8\x1C\x97=\xB0\xF2/\xD9g\xB8q\x1D-]\xEBL\x9E\x90\x1D\xB9\xA00zEZ\x9C\x18}4\x99\x17\x03N\x88\xECY\xC6\x8B{\xD0\xB2,S\xD8\x7F\x03Au\x115\xBD\xEAJ\xDB\xFD\x0E\xC4\x9De\xCF\xDFX\x9E7\x8C{\r\xE5\xD3sD\xAA\x99\xE65\xA2\xBF\xD9~&\xFB\xE2w\x00\xCE\xF1\x94\f\xBB&\xD5\xF2\x8DE\xCE\xAF!m\xC1\x14\x10\xE0V6\t\xE3?\xBC\x8A\xE9\xC3\xD5\xA1k(\x8F\x19x\x83>\xE7zD\x19\xFAt \xC9E\xEF\xC1Y\xA0\x14\xC5\x04X\x11\xD1\xF7E\x05\x87\xAC\xCA4R\x81]\x16l\xE4\x87hP\xA9\x0Fe\xE7w\xA0\xDC.\x98e&\xA8\xF8\x84q\x9D\x14[.e\x1E\x81\xFA\xB0\xD2Y\xA5\xBCS(\x8E\x02\xAA\x86-\xB9\x07l\xA8*\x80i#\x8F\xEC;\x88uc\x91T\x18=o\xB5\x0E\xA7>\xD9\xAF6\xCB\x01@\xC3\xFC)\x85:\x0BG\xFCf\xEE\x95A\xBEa \xC8\xF7I\x93\xAA\xF08Lt\x0E0\xEE\x07\xCD\x16\xDB\\\xC1g\xD6Q\x94\xE2`\x01I\xF4\xB9P\x7F(\xB0\xC8 \xE3\xB9\xF1\x99_\xDE\xED*\xC2\xFAL\x1E\xA4x\x91\xDFs\xB7Z\xC7\xF2\x8F\xB2\xD2\xB5t\x06\xCEK\xEB\xACu\xDB\x0B\xCCW\xBB\xDD\x9B\xC4Db\x94j\xA2\xB7K2\r\xE9\xA3?\x16\xCD\xB1\xDA8\t\xD2\x9C\xDEL\x01\x9E2i\xD2\x0B"\x8BGh\x97t\x8Cb\t\xED1\x19\x9AK\xD8\xA7\x1C|Q%O\xD9/\x9F\x10\x8C):\xB6\xFE|\'\x15f\x02\x89\xE3\xB2\xFA-u\xE5\xF6\x98\x7F#\xF4r\x835\x1F\x95m\xA6^\x18\xF8\xBD\\\x0FB\xA8{\xC1\xFE\xA3\xCD\x1A\x06\xB6\xE8,\xD5\xBA\\\xAE\xF8#\x063a\xBE\xE7\x82\xFF\x88\x1C}\xDFTj\x99\x1A\x86A\xA3\x90\xEC?#~\x1A\xD7;\x85!A\xD1\x8B\xB3\xC6Z\xFC\xBE|S\xE5\xC6/\x85?l\x8F\xED\xD8\x81)O[3w\xDAT9\xC9\x9DV\x84Ck\xCE\x89q\xE2\x94\x12?\x049\xC5X\xAF\xFA\xBC\xD2\xF1]\xE4k\xD6\xB3Q\xCB\xA8X\x9EM\xC6\x0F\xACV\x03c\x14L*\xD7\x9F\xEF\x11\x8B\xFFw\xEA\xAB\xCE+v\xB4\x17\xF7\xE1\x94\xBA\xF2\x85\xA9\xF7\x14\x7F"\xFC\x0F\xE68\xBCT\xA1\xF9\xCC\xABq\xA3n\xED\x96A2\x07\xA4F\xBE/\xF9\tw2\xF6\f\xBB\x8D`\xF0n\xC1\xA05\xE3\xA7\x90\ng@\xACG"\xB9J\x0B\x1E\x9A\xFFId\xC9=\xAD\x14b%Bn\x90H\xC1\xDC\xA6\x96y\xF0\x14Ah\'W\xDB\xE4&\rc\x18\x82x$\xCA\x11V\x9A\x1D\xC0\x84\xDBo\xE9,\x02\xE0\x93\x1A\xD9w\xF0Co\xB7\xE0.\xCB`\xD6\x9Ef\xDDU\xBE8\xE5\xA1\x8Dr\x02I\xE6\xC2\n\xD1\xE3\xB13hP\x1E\xC7+\xAE\xD6\x81\xBA7\x92H\x8E\xB8\xD8\xC7K\xE6\x92d\xAD\x8Bq\xE2=c\x97\x17:\xD0z@\xB4N,\x81\xCA\x00\x1FR\x87\x18\x96\x06\xF09\x90\xF7p\x88\xD4Y!\r.\xCF\x9A|\x8B0\xA1^\x03\xEF\x89\xD3\x05a\x8EM\t~\xEE\x00\x19\xCB{U\xA5\xF7k\xB4\x00\xDA<\xF3\xCF\'\xA5\xFFG\xB5[\xA9\x9B!g\xF7\n\\\xBB\x9A9\xD1\xF8z\xBDnT\xB3\x1A\xC73\x14\xAA{\xF3\xB8k\xDB\x1BV\xB2\xF8j\x1B\x98&s\xB9?\x9F\xF9\xDE]!\xA4\xC5i\x1A\xF1\x05-:\x9A\x1FQ+\x7F\x05K\xB1U\xED\xCA$\x89\xF8\x10\xC5\x83\xD3\xABF\x12s\xAE\xEB[\xA53\xE4\x82(}\xA2\xE7\x01C\x95\xC5P\x84\xA6\xEE:\x0F\xD8M\xBB8X\xA9\x14\xE7w3\xB4\xCA\x95:J\xE3\x9F@\x86\xE1v\x0F\xC1\xEE\xA2\x85\xBC\x17m\x8E\x0Eg\xD7vK\xDEW5\xEA|\x80\xDF(e\x8C\t"\xC8L\xFC\xD2\bJ\xB9\\%\xDF\t7\xFDFg\xC6\x93r\xE9\x82\xCA\xDD\xFBK\xC3\x85\x1AE\xEBq\x10\x88\xB2s\xBE_\xB0\xCE\x8B[\xD4h6\xE6\x99\xDA0\xC2\x9F7\x06\xBE)n\xA4\x04\x1F\xCC7\xFB\xC4J\xD8A\x9C\x13\xACc<\x96i\x86\xCFo\xAF`\xE4#\xB9\x04,\xAA\x16D}\f\x91g(\xD6j\xA7\xFFU\xD3*b+\xD9\x14J"\x00D\xAC\x1B\n\xC7C^\xF5|\x1E\xE8\x90\xAD\xF1\x96C\xBBcN\xA0\xE8\x95\x1B\xB4i\xEFu\x91\xBC\xEC\xDA\x18\xF61\x9D\x1B\x8F\xCC\x9Ex\x88W\xD1\xFC%\xA4\xEC\xB6;\x9D\xF3\b\x8F/\xB9\x9F\xF3\x06\xFE\x8F\xEDg\x98\xE4r\xF5\x93Wt"\xA9\x03\x82\xB3Nb>\x19\xD6\xFB\x13\x8E\xB0p\x0EY\x7F\xFF\x836\xDFR -v\xA9\xC3R\xE9yH\x103\xF4\xDA=d\x97\xC1l1^\xCF\x12O\\\xC1y\xDC\x1CF\xC2\xA9V\xC86\xA4(\xBE=\xDC\xB5\xFB\x8B\xD2=X\xDF\x11\xCFp\x87Yx\xE3+\xD4?\xBD0\xA6\xD0(\xC2_\b\xCA\x88\xFEZ\nA\xB6\xF9\xD8\xBF_N\x18\xB4\x0B\xE3L\x8D\x1A\x00\x88{\xAD\xE3#>\x80Zm\x92>n\x07\xB6~\r\x80b/\xA1N\xEC\x13\xBBq,\xA3\xFD\xC02\xB3\x9F\xC6S\xEF\x03\x88\xDD\xF4S\x15\xAF\xA0\xF6D\xB49\x99\xD4\x8D\'f\x81\x04\xAB\x93\xE9\xA2z5\xF6\xAE\xD9G\xE7\xBD7\x96\xCB\xF0\f\xAF\xE66\xE2\x1B\x83\xF7\xDAP\xCC\x17\x03\xC5{(e\x9B\xC9\xF1I\x97"\xE9\bI\x1Cl\x98a#tB\x91\xE7yJ\x8Fq\xE6g\x1D~\xE3\x13\xA3;t\x1E\xC8m)\x85\xCDTr\xC6,\xA1i\x04\x16Io\x9B\xFC\xD1\x12\xC1\x9A+]B\xEB\xAEl\x83\xE4E\x90\xDB8\x1B\x89\nv\xD9d;\xF5\x84\xAC7\x15\xB5\x9E\xC7g\x01/\xD9\x1B\x0E\xD1\xA6\xF4J\xAF]\xCA\xEE+\xE1X\xFCA\xBA \x07\x99\x12Z\xF1"\xD3\x8B_\xB72Qz\xA7Fx\xD1\x13\xA0\x914\xF4V\x1E\xB4\x0B\xA8\xFEP\xB2\\/\xAB\x8D\xCB}\xDD\xBF\xFC\xD1\xE9O\x0B \xB8\x86\xC5d5\xBA*\x80\xC34\xFEP\x98\xB3G\x8A\x0F\xD7\xEFa\xA7\xE1?\x81\xB4Nt\xFA\xA4\xDB\x1D\xC0\x8AB\x03\xE8\xB0j\xC5"y\xD5\xA4;\xCFm[\xED\x7F\xD2\xE5\xBE\xFBO\x9D\x12*Er[\x8B:\xD8\xA9Z=\xF5\xA3\x95U\x02a\r\xDB\x8Fp\x17\xD5}\xC2\x9CiH\x8E0~\xC0g\f\x94\xC4*B\xED\x07b\'\xF3Y\x8C5O\n\xFD\xB6`\x11\x95\xF9,\x86\xC3$\x95@\x15n\x1F\xB9W\xE7\x93\b\xA4\'{\xFA\x94n\xE5\bM\xDDr\xEB?\x9Fi#\xBB@\x07\xF8\xA97\x19\xB2\x02\xD3\xED\x1F\xFD\xDA<\xE5\xAF|\x85\xCD\x98\xE2\xB3\xA3$\xF4\xDD\x86H\xE4&\xC2vN\xE7\xB7G\f\xA4f\x81\xEE8\xD4\x00b\xB2\x1D\xC9\xF0\xBCF\x18\xCE)}\xAD#\xC7\x83\x19\xCF\xAC\xF6\xE4\x86_!O\xE7u\xC7^\x97P\xAD4\xA0a\x1AU\x0E6iI\x14p\xD4v\xBF_\xAAp\x9B@\x8A\xDC\x05\x9F\x1As6\xDA\x03\xC7K\x96\xA8t\x88>\xDBn2\x81\xE0T\x9D\xBD\x8B\x14E\xFB\xB5zX,Lu\xA6\xCC\x94.\xD9\x80\xF6\'\x10m\x89\xCBx\xF0\x8D\xD2\x9D\xBC\xF6\xA90\xC9B\x05\x93\x181\xCA\xF2\rY\xAE2b\xCC\x8F\xF3V\xB1&z\xE0\f-\xC3\xF7Q\x9C\x11e\xB0\x037`\xF2\xD4j\x9C5\xE1\x05\x93\xC2\x129\xF2h\xB4\x0BX\xA2=\xBB\xE1F\x07\'\xB8K\x00o#\xDCY\x8C\x02'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\n\xD5\x9E\x00j\xDD\xF1\xA4\x8D_\xBA\xE2#\xC4\x86}"mG\xD7\x85\x19\x98?\xF9\xD8\xBD9\xCC|\'L\xFBy)\xC9\xA1M|\x154`J\x9C;P\x95\xF2H\x10^\xBF\xFF\xAEd\x82;\x9EB\xFA3\x92?\xCC\x82u!\x93\x07o\xB6\x14&O\x9Bu\x01ZJ\xD4\xE4\x9C\xF2]z\xDF/l\x8AWp\x01a\xF0\x8C[\x9B\xE3:f\xFF\xBD\x97\xD5\x8C\xAE\x0B\xDCi\xAC\xE4z\xD3\x80!\xE4\x92W\xD6\xF1rO\x9C\x10\xC4\x1Bj\xA0\x018\xE1\xAB[\xCBK\xD8~\xEB\xC8B\x17\xAF\xA1\xFE<\x90)\xB9\xA4\xEE\xC4\xB3\x0E\xE4\x9E\x16\xB6\xA91\xD3\xC1\xF3\xAF\x8D\x1B\xEB\\C\xFC*\xEC\x85\x1C\xC7&\\\x03\xA2s\xCE*G\x15\xC2\x04\xB4\xECtY\xB9\xDCR\x11\xB7f\xED\'\x9D3\x84\xFD\xAB5\x89\xDA\xEF/d\x19\xC9\x0B?\x02U H\xCE)K\x90>\xE1j\x0EF!^\xD9q1\r\xC6pR\xBC~6\xF6\x8E\xBE1D\xB3\xF7l\xA8\x9B2\x8D!L\xD4\x87(\xF7~\x96\xC7E\x8Ay\x02\xE5\xC0g\x1D\no`\x94\xC1x\xB4Oj\xD1\x89p\x94\xFC\xA9~\xF2\xC5S\x1E\x00\x82v\xA3\x07N\xB7\x85\xA9\xE2\x9C\x18\xD1\xA3W\x0Fr\x9A\xDD\x16T\x8B9\r\xE7{_\xD8\xB2\x01\xA4<\xE9\xAE-\x18\xFC\xD2P\xB3\x11@V\x97\xD1\xB7\xF6L\x0F\xE2\x81\xF8\xA8\xE62\x12\xD6b5\x80\b\xD9s\x99\xCD\xBB8\xEC\x93\xCE>\xF4$a8\x92\x05A\xDA\xB0I\xFEf\xEC\xC6\x06\xD9\xBCK\xCC\xF8>,b\x0El\x8FJ\xD9b\xA66\x1E\x90q\xA3\xF3\xDFH-\xA6#\xCE7\x9E[%|\xBFL\xA1\xE1\xBA\x1A]\xB0.\xF9`I\xAC\x15+\x7F\x01V\xC9y\xB5\xF5h\'\x8A\xEE\xCE+\xA8?\x96y&g\x85\x1A\xAE\x97\x95\xDE\xC3\x1F\xCFX\t\x85s\xC1\xF5\xDB^\xCB$\x8Bz\x00Y\x83s\x05F\xD8\x16\x96\xB2\xF4$v>\xEAF\xA3\x12\x8C\xE8"\xD7m\xC2\xE2\x9E\x1A\x8E\xD8\x11J\xE6\xC2\\\x1Al\xBC\x84\x1EY\xAF\xF1\xA0\x01\\-q\xF3Dv\xFA\x9E\xBD\xF1>\xE8\x99g\t.\xB9<\x14\xB1\xC7\xE5\x1A\xBA\xEEh\xC4\x00@`\f\x83\xC7\x02\x91\xD0n\xC0;{\x9FT\xF9\x88_\xAEH\xED4\xA4\x82v\xAC\x01\x95O\tv\xE5\xD4\x11E5\xDE\xB9\xEA\rW\xAA\x806\x13{*\xB3!N\xABF\x82\xE9\x03l\x986e\xA0R\x93\xAD.\x8B\xEB\xCEm0Q\x9Ee)\xF4P\xDE\x04\xC9\x91\x0FA0\b\xBF\\n\xFD\x1F\xCB/=\xA1\xDE7\xF8.\xC0d\x89\xCA~R\x8F\xC6\xD0(\xB8\xE6F\x94_\xDD\xCC\xFD\x13\xC5}\x9F[K\xDB\xF2\x0BA\xD7\'\x11xX\xA3\x1F\xDC\xAB\xF0\x17\xDA\xB2\f\x85\x1B\xAD3e\xEA\xB7k\xDC\x97&\xD1\xB8R\xE0a\xF3}\xD0\xB4\x8F\xA3M\xFF\x9B\x1D\b\xA6C"\x16d\bj\xD7\xAB\x02\x89Uu\x8F$\xD6\xF8\xAD\xCD"\x87\xBF\x7F\xFC\xC8;\xE0\xB8G\xFC\x90[\xBCHu6\x98_q\xBCM$\xD1\xA5\x1D\xF6x\x89\x0BD\x98\x15\x8D\xBE\r hC\x17s\xB2\xEFl\xD51\xF5b\x91\xEF\xA0N\xC6\x1Bn/\xA48\xE3hB3\x18\x92tU.\xAC\x8El\xF2\x84\nq\xC49\x7F\x05\x89\xCA\xFD\xE7@\xD5\xF0\x9A\xFE|\x81S\xC5>\xE8\xABh\xEFr\xAF*V\x86\xEE]\xCB\xDB(=X\x93\xB5\xE0\x83z\xC01\x80\xF8@\xE9\x10\xC0\xF3\xB1\x99\f\xBBb\xE1\x02\xA1\x14\xE8G\x1E\x9FU\xD3#\x9A\x13\xE1)\xA4\x1FV\xBF\xA8(\x8B\x14C\xE26\x05\x9C\x15P+\xC37\x05\xD8?\x9E\xE3\xC2\x02\x98\f\x81\xE6\xC1\x14Hv\x04=\xDDZ"x\xB6\x91\xD3H[\x05\xD0R\x88\xEDH\xC5>\xD6Z\xB8\x07d\xAB5\xF5f\xB0\xCED\xEFk\x91\x10z\x03Xi\xC1\xAF`\xCEq\xB5\xD6\xFF\xA2\x85X\xC9\xF9Jm.\xA6:R|\xAAc\xFB%\xCB\xAE\xFA\x13\xA7\xCF\x06\x9Dc\'~\x83\x1Eo,\xA7{%\xB2\xF7o\x96\xCC/\xDE\xBFL\x8E\xE7P\x85_\xB93\xDDK\xCB7\xA1\xDB\xF8\x92 \xEC/\x8BZ\x7F!\xE5\x19v\x8F\n\xB1\x14t\xF6\xBB\x1C0\xD2\x9F\x8BU3\xB3\x8En\xECS9\xDE\xF7\xBA\xA2\xE8\xC3\xFC\xD9\x11\x9Af\x84)\x0Fy\x89\xEEt\x19\x02-v\r\xFB\x9D\x17\xAD\xF7\x80\xEA\xB4-pP\f\xA6F\xF9\xE1\x96?b\xB9\xA8&\xDEa\xD3\x8A\xE9\xCD\x92\x03K\xEDi\x10\xE3fJ-\xBC\x83\x0E\xACM\x152C_\x92:N\xCE\x069\xEB\xAEK\xFB@\x97\xCB\xB5\xA2\xD7\xC2;|\xD1Yq"eI\x19\xCD\x87<\xBDf\x13\xC8\xAD\f\xCF\xF4P4\xC4\x97>"XgA\xDFq\xB9;\xC4\x96\xE5\x1C\x01\xD7s%\xCAk\x8D\xD2\n\xB0w\xF2\xBC \xE0U\xC1\xD9`\xA3$\x0Ei7[\x1F\x8C\xE4%\x93\t\xBE\x83\x06\xC5\x99\xFF\xE7u\xD8\x9B#oL-\x8Aj\x9C\xEAz\xFAN\xB7\x06\x9D\xAF\x17\x82#\xA7\xF6t\x97\xC9\xA1B\xF3\x95W\xEA\xFEt\x9B\xE2\x18\x87\\\xAA\x90~\x9C\x1C4\xBA\xD4T\x81\xDF\xF1Cg\xA9R\xEDE1\xDF>\xAA\x7FS+\xAF\x04U\x84\xE9\xBC\x01\xDD\x17E\t\x80\x1B\xA5\xE22y\xF9\xC8Q\t\xD7Y\x16S4}\xB1`\x1A\xA4:\xC0H*S\xC82\x02nC\x12\xF0j\x8D\b\xEA\xAB}\xFF\x99\xBB\x13\x01\xC7k\xB2\x9F\xF4]\x12\xD5\xF1\x94\x1D\xCA4\xF5;\xA0uU\xAA\xBF\xD4n[\xC9\x11\x88\xD8&a\x99}-\x8AA\xFB\xDB\x87\x0B\xC5/\xDC\x06\xB3\x85\xF4\xD7j\xA3\xE6(\xD3\xB3\xFFN\xC9uE(\xC3\x17L\xD2t/\x86\xDA\x1Cy\xC9(\x8Dg\xBBD`\xE0|\xB5d\xD5\x1F\x916\xF9(\xB19\xF2eI\xC0>\xEF\xB5\xE2\x00\xCC\xB0\xB9\\\x18H\xE6\x8Bxg\x14\\!\xAC\x0EK\x8E\xF6\xC58\x85+\xE1\x9A\xF6c\x813_\xB0\x91\xF6<\nO\x95\x00K\xE3\xA37\n\x89\xA7\x17\x96\x0EI\xF0\xC7c~\x82\xE7\x9F#\x93r\xA9\r\x8E6J\xA0c\xEE*\xEE\xA8e\xFD\xBAN\xD0\x9F\xE6\x7F\x93?\xB9^w\x9FTe\xA9\x18;\xB4\x0F\xDA\xA3\xED \xE0Y\xA1\xB9e\xD35\xAEo!\xFA\xC6lJ\xFE\xCE,\x88\xB0\x07\xE0\x12?V\x05\xD6\xB6\xFE\xE8\\\xD0m\x15\xBEu\x1E\x92m\xCC\x9B=(\x94\xF7C2\xC4\xFD\xD0\x1B\x06\xDC!\x0B\xEB\xBD\xD3m\x8FQ\xC9r\x07?\xC1\x7F\'\xE6\x15\x8A\xED\xC2\x16\x84U\xDA\xEB#\xBAW\xE6y^0\xA4\x97\xBC\xCCgC\x15S.\x9B\x1F\xF4\x81\x072\x93;\n \xD9u\x0F\xAB\x1D\xDD\x89Vm\xEB6\x82\xB0H\x94|\xFC]"\x02\xE7&G\x8Ah\x9A\xFE\xCBD\xA9Vw\x06?\xB6{\x9C2\x90q>\x9F\xC0\xF8D\xD7P\x1D\xF6\x8Dw\xC3\x86\xDB|\xC6\xAET\xDE\xD1[\xE0\xBE\x83X\xF1\xC8Sp\xBD\x04\xA7%\x9Aa\xC2q\xE4\xCE/\x8AD\x9F\xC0y\xAA\xF8\xB8\xD5\x196\x84n\xF4#\x9D\xDCQ\xF5\xD1\x0F^\xAC\xF3\xD6\x0B%\x8F\x18t\xECm3\xAD(\xEE\xA5<\x03fD%\xA4A\xB7Rz\xFB5\xB5\x80\xE80b\x12I\xB5\xDEN\xFA)\xA3=\x13\xB2\xF1\xDC8[\x950\x10V\xEB\xB1L\f\xD7\xB71d\x93\xA8*F\xC3\x03\x1D\x82hR\xCD\xAB\xB9\x86\x03\x9D\xE0\n]M\x19\xB5\xE4\x94\xFCz\xED\x04\x96\xAD&\xA0gB\xFF\xA2\x93\xD5\xF2w\x17\x90\fh\xEEZ\xC6nQ\f\x84\x19\xCA\xDEp\xA2d+\x97\xC4\\\x8D\x12\xC9\xE8\x1Bk\x8A\xE2xL\xB55\xE0\x01`;)\xC8b=\xD2\x95\xF9\xCE\x8B,\\\xC0\x17\x89k\x1A\xEAK\f\xDC\x16\xCF| >\x85\xC8/\xA9\xD3\xBA\x87\x03\x97&\xA7\xD1i\xECM\x06<\x87\xCD\x03\xDF{:\xF9qJ\x03<\xBB\xFB\xA09\xCB\xED\xA5v\x96\xEF\x0E\xD9Q\xB3\x13\x7F\xBEe5s\x0E\xD6\x9F9\xCD+a\xD1\xC4n\x8F+[\xC0\xAE\xE5h\x01XE}7\x1CK\xE0z\xF9\x1F\xB8\x9D}\xAE\xBF$\xF5Q\x18\xA7\xEA&\x9F\xB2\x81~\xD8Q\x16d\x8F\'\r\xC3\x1FJ\xA1w\x90\xE9F\x82 \xA1\xE9\xACI\xF3oO\xE6\xAF\x01\x88=\xF3\xB7\x9BH\xF8\fQ\'\xA1\xBE\xE8\xF7\x9Bb\xD6\xB4?\x8F`3E\xFB\x1D\x92tB\xB4j\x88\xBEY\xD0\xE2^-\x97\xF1\xAE\x06\xDDUkA\x80\xD1g\xF9\x1B\xA7\xFE0\xDAU\x07\xC5"\x84\xB6\x0B\x95Z0\xA2{W\x05\xE8t\x898\xDA\x95s\x12\x8A#\xCA\xAA\x10.\xEA\xC1\x05\xDA\x88\xC7\xE0X\xED\xD7\x9B\x0B0I\x00\x1A8\x0B\xC3!\xCFs1\xBB\x9B\xF8\xB0\xE7,\xBB7\xC6Zp\xB6\xF0l\x8F>w\xDF.f\xFE\x1E\xBC\xE1\x1C\xAC6"\xC8\xA6a\xB6\xCD\xFAB\xDClU\xFEv\x82\\O\xA5s\x11d-\b\xA85\xC3`\xDC\x95n\xAB\x83\xF4j\xA4@Y\x86\x1D<\xD3~\x14\\\x07\x8A\xE2\'\x9A\r\xCCL\x17\x9C\xFA\xCE\xA6C\xBF\xD8eJ\x0F\xD4\x84\xDEj\x15\xEC/\x1D]\xAE2\xB8\x90<\xF0\xA0\x19\xCB)\xF2\xB1\x9AMm\x81\x16\x7F\xF8#\xCA\xEDBy\xB8N\xE0\x91\xFC\xE9\xC5a\x04\x92L\x9D\xAD@z\xD4E\x837\xAD\xE3\xBDaP\x11\xEB\x8Ap\x8E\xF6\x98r\xBEDR\x00\x90\x7FI\x80\xEF\x07N\x1A\xD2\xBD\bi\xE2\x91C\x1C\xD4\xBB\xF9\xCEG\xE7\x8E\xAEQ\x11\x9E%\xD1\x04\x17\xB1w\x0FH\xA9)\xF1\xC1\xDCk\xF0\x16\x01\xBF^\xF7}&\x042\x91z$\xA06\'\xCD9Z\xFB)\xB2\x9E\xD0\t\xC2\xA5\xD6y\x9A\xE6(qB\xB24\xFD{^\xE6=\x95!\xB4\\:\x05t\xBC\xDB]\x8C;d+\xD5\x9Dk\xE2\x88s7\x1F\xCAS\x94\xA6f!\xD9\xA2W\x87\xD5\xB3\xF5\xC7T\xFBx\xB3\xE9\xA4\r\x8C\xF1:V\xE4l\x18,d\xC7\xA8`\x83\xDB\x98W\xC0\x86\xA8\x04+wd\x0E\x9A\xD4,\x86c\xFA2\xEB\x9A\xC4\xF1P\xB92\xCC\x19\xB4^\xFE\x85,\xB55\xE7\x8D\x11\xC5\x81\x0F\x9E\xD9\x860\xE2G\xAA\x12\x813\xF4P\xDF\xBBX\xEC\xB1\xCC\x7F\xA5k:\xE9n\x18\xDAU4\x00u\x15h\xE4A\x90Xo\xDF\x0B\xA6a9\xE7{\xF5\xD5\x95i\xBD\xDA\xF4\nV\xB1(x\xB8\xCDqY\xBE\xD2*bA\xC3_\xFF\x97\x1F\xBFn\x03\xC8x\xAC\xCF$v=\x95\t/\xBC\x02\x90\xB0-\x9C\xB8B\xCB\x85%\x93\xB4\xCF|\x9F\x00\xBB&\xF8\xCB\xD9\x10\x9A\xAD\xC2;-O\xAA%\x9B\x88\xC7\xA4A\xE0\x04,\x8B4\xFD~\xAA\xE5\xF3u\x10\xB7U7\xF7\xA0\xE7Z\x92\rh\x85\xA1\x19\xE3e\x88P\xDD[E\xF8}\t\x1Ej\xB0X=\xF90\fP\xD58\x89TAr\xBENg \x82r\xEC\x1Ac:|/\x16\xD4\x83aG\x9E\xDB\xEE\x1E\x93I*\x91\xE6\xA5\xD3}\x8EN,\xD9\x1D:\xEF\x04L\xD6\xBFB$\xF4\xA0\x1C\xC5\x80\xE3]\x92\xF4\xD8\xE9\xA2\xC0a\x81\xEE\xAB\x1Be\x97\xB2\x18\x8B+\xFC\xE0\r\xCD\x01\x8E\xC3\xFB\xE3]\xEFq \xF8\xAF\x13S\xB4^\x06\xC5\xAES\x99a\tr@\x15\xD6\xB3\xA4\x1E\x05\\\x9E\xEE\x86\xCA\x1C\xAB\x8Ci)\x1A\xFF\x92\xEF\x9E\f\xB4/ \xC5M\xD2$<\xF2d/?\xC4\'\x0E\xF3c\x82\xEE\xAF\re\xB7\x04\x9B\xDE$\xEC\\\x1E\xC6\xA7\xD8\xC04\x10\xCAO\xB8\xE5\x84\xC6\x00\x8EG1j\xE4\xB6(\xFEW\xBAs\x016O\xF6\x80p\xC1I*eP\xF4\xA1@f\xB1yS\xDC\x98\x00\x8FYr\x87O\xB6K5\x9C#F\x920Y\xC3L\xA3\xCF{\xFD.V\x96\xEA\xAD\x7F\xFD)\xD3\xA9Nx\xEAX\xCD\x10\x96u8\x13\xDAB\xE5\x9D\x0F\xD1\xB0_\xD9\x13\xA9\xE3\x88\xCDo\xDA\x84\xEE\x06\xA4\x89\x14\xCAM\xEC\xB8\x19\xDC\xAA\xE1\x1B\xFAu\xDA\xC1m\xF5\xADw7\x12\x8DA\xE4\x87\x0Bu\x1F_\xDD\x8F9l\r\x1E\xBA\x9C%\xFB\xC0R\xD2\x8A\xA6o\x93*[\xBF{\xEB\x990Vv\x05;\xBD\x11Y2\x1B\xC2\xE17j\xAC\x1Fn\xA4\xFCE1p\xA5\xCDS\x81\t\xE4\x1D\x89\xD8\x00\xB9\xF0k\xACc\xB8\xF3\xA1C\xBF\x19\xEC\x98]\xF37\xDFc\x86\xAA@\xF5!L\xB3\xF9\xCC\x18\x83F!\t@\xB6\xCF\xF7\x94&\xAC\x00\x99rI`\xF8)\xBD\x07;\xD2\x94z\xC7\n\x91+\xEA:\xA6UC\xCA*b\x98R"\xD4\x16M\xCB+\x80\x04V\xB2G\xC8\x89p\xAF\x163y\x07a\xE8\xC6\rf<\xF0m\xA5\xDF\xC4\x8C\xEE\xA0\x1B^F~\xE5\xB9\xCF\x8E\x0E\x9C\xD4}\x80\xE3+_\xEF\x0BA^\xB3i\x15\xBB}\xFC\xA0q\xE3=\x06\xC11\x90\xFF:\xE1i\xD2x\xA3\xFB.\xD9\x07B\xD0\xEF\x92\xDB\xB7\x9B~1\xDD\x8F\xB0Q\x028cy)Pm\xC6\xD8\x8B\xF2R+?\xAB\xEBXD\x83Q\xC1\x14\xB2\x8B\xD7\xF3\xC6\x02\x98&\xD3\x90\x0E\xB5\x1B\x84\xA6~\xDE\x9Dt\xAFQ\x96\x115\xE3 t\x93S\x9Ei\xC2O+;\x1A\x82W\xA3\x07#\xD7\xBA\x94\x14\xD4\xFE\x84\xE2\f\xA68\x15h\x05\xDBw#\xB7\x13\xF1\x00i\x9FC["\x89zK\xDDb\xF00ZG\xED\xC9W\xF6E_\f\xED\xC2%\xF4\xB9\x83b\xBE\x14\xEB\xB7"\xFD\x0E\xA5p\xCB\xFE\xEEH\xC3]|.\xF7J\xA7\xB3D4\xBA"`\x9D\xB2\x81\xC3\xFB\x945\xC9p\xAD3\xD0#\xE0Z\xA2\x0F3\xAD\x86?\xC4\xA8\xD9f-\x12\xB0%\xCF\x86\x1Bp\xA8XE\xCF\x03M\xA7,}\x80_\xE3\x8CT\xD8\xAB\'t\x13\x9A\xE7\x86\xCAr\xEC`\x07\x98x\xE9\xFD\xCC= mJ]\xE5\xA2\x1E\xDB\x96w\xF9\xBB\xB9=\xE5\xCC\xFAo\x18\x06v\x8B\xFD\x9Cm\x8E\xE8\xBC4B\xDB\x8E\b|\x99:\xDC\xF7\xC78\xD5E\xB1\xF3\x14jD\xBB\x8B\xD2\xFA@\x1BW\x9D\'\xC1\x19\xD5S\x88Hs\xDE\xEF\xA5\t\xD2\x8AAc\bN\x87\x119\xFEi\x90\x1ET\xBC\x9A\xE4N \xB8:\xD3M\bx\xA3\xFDc\xC7,\xEA\xB0\x1Bk\x83Y\x05\x9C\x1Cw\xC44\x97\x04\xE5b1\xA8k\xB6\b\xDF=\x8Di\xF8\xAB,\xBF\x0F\x94W0\xBA\x1Ay\xF5\xB2,\xC5\xEA^\xA7'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xD07\xAFm\xCD,\xA0t>\xD3\x0E\xB5g\xE2\x02\xACQ\x1C\xD8\xA5W\x11\x96v\xDB7\r\xB0,k\xD9#=\xB6d\x0BH\xE8\xC02Y\x97$\xC9U\xEC\xB7w2\x0F\xC6f\x8EH\xE6\x9AV\xF2\xCDE\x94\xBC\xE5y\x0E\x8CM\x00\x17a\xF4\xC1\x1E\x8C\xEAP \x8B-v\xC6\x87d\xFA0\xE8F\xB8\xFD\x8AR\xEA\x95\xFA\xC0\xA0\x8C\xF7\xD1\x94\xA8i\x88\x04\xD3\xEEy\xA6\fB\x93\xF7\xD9Q\x9D\xF1\x07\xD3\x1D\xB7,\x88} \xFDl\x137\xEEs\xBE\x9A\xE8\x81\xDAJ\xFF\xAB|6\x9F\xCFB\xF1\x9B\t;\xBB\x8C\xCAa\x1D\xA3g\xC2\xD0ZA\x11u^\x1BQ+\xDE;\x1Dq\xAE\x15<\x82a\xD1\x1Ah\x88\xB2 |9\xABpb\xC6\x05\xA6\xDCT-\x8A\xAD\xA5#\xDE1W;\xB5o\x96\\\x07\xC3\xF7p\xB8\x12K\xE7k$y\xAD\x06\xD4>\'\xF5}\x1A\x86\xE3\x04\xC9\xEA\xB0~\x10\xC7\xF6\x91R\xDF\xBF\xFF0\xE4\x9F*\x05F\xE3\xBE[\x85\x10\xF9?M\x17\xB3\x9B\xEF\xD4_9\\\xC8\x06}\xA6\x10&\xE4/\xD8\x85\x18^\xDE\x90Y\xCD\xA2\xDB\xF5Q2\x84n\xE0\x98\xAB4\xB8M\xA72F\x81\x00\x9A_\xB6D\'\x9DgJ\xB1\x7F\xC3W\xCDs\x92\x00-\xCC\xDF\xA1\x92\xE7q9d\xC5D\x02\xFB\x88\xB1\x1A\x91\xD3\xFBc\xC9E\xB1S;\xA7\x04#3\xB1\x18G\x93\x13\x9F\xED\xBC\x16I\t`\xD7j\'\x95\xDAh\xBF@\xEC\xD7x\x05\xCD\xF1\x8D\x1F\xF8>\xAB\xF0\x175\xA4\xEES"v3\xBD\xD0\x82\n$z\x92\xD1Fl\xF2O?\xBC\x88\xA0\xF3\ry\xE9\x98h\xC1~\x82\x00o\xC5\xE4^{\x02X\x8D\xC7\xFD\x9E\xF1\xC4x\xF6\x14T"0\xA7\x86[7\x10r\xD8\x97\x0E\x81`\xB8\xD8oB\x96\xB4^\xF2\x0EX\xFB\xE2\xA5\xB8\x19d\r\xE1\x9B,\xE9rU i\x90\xBE*\xD2C\xF8\xD7\xEE`:\xB6&@\xCC\xB18\xDB.v"\x8A\f:\xB2\xA1\xCF\x8Fm\xFD\x19\xE3\xB9\xA2\xC6P.l\xDF&N\x8C\f\xC5\x16\x01\xD3\x8B\xAD\x1E\x98Lm<\xD6\xA6\xBB"y\xC5\xAB\x15\x02\xD48\xE1\x1B\x01\xAE\x8B\x11M\x9A+\xA7\n\x89\xFB\x94\x1E\xA3f\xE9\xADF\\\xE2O\x1Eb\xE7\x0B\xB0\xC4Q\x94%D_\xE9\xB6\x01C\x9E\xFBh\xE7\xAA{I\'iE~1\xC0\xEC\x8BZ2\x8EW\xFC\x84\xDC4\x97\xB4H\xA4oN`6u\xB8\x1C\xE3\xCFwR\xDAlK\xF4\x0F\x82\xBF\x17\xD2\x93\xBC\x01\x87>z\xDD5e\xEF|\xFB\x87\x1B\xA6\xD0y\xC1\x1A\xCE=Y\x84\xDD\xBF\xE9\xA2\xCB\xDA`\x11)\x00\xF1\xD6>\bgF`\xEEw\xCC\xF8\x81\xC4\xED\xDE\xA3\xC9X\x8EC\xF2\x18\xA0.\xBA\xD4rT?\xF7\x7F\xA62q\xC7\xF3(L\x9E\x10\xCB\xAC\xD6\b9f\x8D\xED4\xAF\x94#\xF30\x9C\xFD:\x15\x04\x86\xF6\xAF\x9D\xC6j\x1C\xAF\x9F\xCC\xBA\x1F\x8C\t\'[\x120\x95$\x0Bj.\x01f\xAF\xC3_\xE8\x06\x8F#\xC8\x9F\x07e\xED%\xD8Y\xA9\x92\xBC\x00\x80?/i\x99\xC0T\x11H\x05_v\xDA\xBA\nsQ\x8Fe\xB7$uI6p\xC2P\xE5s*\x11\xE2\xA8P\xBB\x9B\xD8\x7F\xB5G\xFA\x83\xE6\xBE\x97\x0E7\x85D{\xB3;\xE5*\x8D\xB4L\x0E\x9BD\x16j\xD3!r\xE2\xB8N#\xF5\xDA)\x9C\xE2\x87L\x12\xA3b\xD2\xB0*\xDF@W\x94\xD4\xE5\x16\x98\x0F\x88\xF5\\\x93|\xFD8f\xE7@\x03V\xCEq\xAA?Oz$\xE1\xCB\xF8\x1B\x98c\xFFY\xDC7\xCB\x84\xFC\xB6\xE3\bR\xED[\xA1\x16\x8E\xE7n\xA9\x7F\xBA\xCB&\xFA\xC4A\x8B\x1D\xEE\xC5x\xA7\xEB\f\xBDb\x82z\xD3;L\xB4\xD7/\xC3\x81\xD0\x1C\xAB\x8A\xEF\x9D \xDA\x15\xF2\xD3\xA3Zl\xAAM\xD9\x12\xA6\xBEu\x18i\xE8]|1\x8A:\xAE\xC3\xF9w\x06\xC8@\x83\xFE[:h\xAC\xEAp5\xFF[\x0F\x99\xFA\xCD\x1F<\xAC\xFC-\xA7\x03!\x9C\xECBl\x14\xF3v*_\x10\xC19d\xB5\x8A3\x00\x92\n,\xC1\xF0q\x85E\xF5\x99\xAC*\xC0\x1F\xA3\xCCo\x96)G\xD4`\xB2/\x1C\xD4\x0E\xF1\x8F\x1BT\x98\xE0\xA9H\x802lO\x8B}*Q\xF1[\xBFi\xCB\x0BV\xA2\xB1N\x94\xB9\xDFKz\x91\x06W\xC7rI\xBA\xEA?\x8CU\xCA2"\xD0\nS=\x91\xD8\xF4J\x01\xDE\x0E\x877\x9C\xF0V\x97K\xB4\xA1r\xD6\b+\xCC\x7F\xBC\xD9!\xB3\x06\x9F\xDC\xEE\xCA\x90\xE1\x18\x85w%\x8D\x01\xE3<\x07\xC94\xFC\xA8\xE9-\x9A\xF9!\xD9\x17\x7F\x9E\x1Ff\b\xB2\xEA{\x8A\xDE\xFFq\x10c\xB4\x1BW{\xB9"\xE1k\n\xC1w\xE6(C\xC0\xB0b\x83\x17\xF4h@\xE5^\xC2F\x15\x96uC\xB0\xF97\xDE\xBAa\xD3\x1Dp\xA0i\x85\x19\xD1H\xDFj\xAA\x80X\xB0\xD0\xE3\xFA\x94J\xA1^(\xB8G\xC9\x9C9\x81\xEA\xA6\xCA\xF4O\xAB\x18\x8B\xDC3a\x86\x14\xFBM\xE5<\x03W\xA1\xCF\x91\x1A\xF9n\xB5\\\x04+\xD5c\xA4F\xF2\x7F-\x88S\xEC\xD8%Z\xB2t\x11\xBE8\xF1C\x011s\xBC9\xDC\x11\xC5\xF6j\xA6\xED#T\xC0/iA\x91\x02u\xCEH\xF9\xA8\x04\xCB|\x94"\xA0u\xB6\x83*\fx\xAA.\x868\xFF\xC6\x9BT\x0E\x91\xC7\x18\xAB\x9A\xC2\xF9\xB4D\x0B\xC3<\x89\xFF\'\x95c\xC3\x10\x80[\xA8\x1BmS\x904\x17\x82\x7F\x03\xDFs\n\x9B\xDA\\+\xBD;\x9D Z\xB9=\xDCV\xF3\xCA1\xD8\xEDP\xC3:\xF0R\xD0\xE1\xA3g\x1C\xB8\xEBo(Z\x07K6\x12e\x92z\x9C\xF2^\xA5N\xCF\xE4o\x9D%I\xED\x80\xD2\x00\xB1\xE5O\xD5-\xAE\x90\xCE\xF8\x1F\xB2\x12\xE7\x84d\xEFs\x8E\x12\xED\xA3\xB3h\x8C\rm\x1F\xAD\xE2d\x9B\xBD\x0Ey\x1E\xE4\x884K\xFE\xD9\x84\xE8\xCEs\xE0\xA7,\x00\xDE\x1F\xCA\xE8}\t/\xAD\xF6\xDB\xC9\x0B.xB\x9Ef\x07\xBD`C\x14Mb\x8A=}\xD2\xA5\r.\xC3\xD6Oo\'5\x18D\xBF]\x97\x05F\x8B\xFE&]\x8FB\xFC\xAB|\xC3\x99\xB0@h\xB7 \x8A]\xCF\xB9U3h\x90\xB5\x1C\x83T={\xB4c\x97\xC0\xF2%\xCD8\x95\xF5\xE8\xA0\xB83\xEE\xC5Q&\xFAK\xDF\xAEA\x9A\x07\x81\xE0\x00\xD1\xA8\xF97~\xD4\x18q\xDB\xAF\xEC\xC7\\C\xDB\n!u0\xF6\x95\x02=\xEC\x18A\x81\xAD\x13?\xFAH\xD5\xBF\x15\x90\xFDP\xE6\x18Z\x83m\xA9\x1Dt\xC8(y\xD9\xAA\x06\x9Dh\xBA\x94w\xFF\x19a\xCD\xBEzZ\x9AL\xE5\x86\xC6\xB41\xA2N:\x02m\xCB\'\x90\xF0^\xD0\x10\xA3T\xC7}\x9CO\xF7v\x05\xD8\xC1q\x9A\\\xEDg\xA2!7\xAB\xD6\x05\xB7\xE2\x0FI\x8BY\xFE\x84\x19kB\x8C\xDC\x146]\x88\xE61\xF6I\xAD\xED\x1Ft,\x13U\xEDi\xF7\xC0\x80\x13\x9E\x9F\x13k\xA7O\x89\xBD\xDDe\'\r\xB0\xBF\xE3\x96e\xA1&\xE36\xAA\x04,\xE1\xCFv\x8AJ/~=\xFA\xD3\xB3\xDF=\fS\xCB\xF7\x1EX\xEC\xAA\xC8!\xB7\xA2j\x93<\f\x8C\xBA\xD9e\x9E\b\x91\x1F\xCE{(T\xF78\xBF\xE6\x033\x1CH\xE9\x85\xD64` \xCA0\xF0N\x8A\x0Fz\xC8\x87F\n\xBC]\xF5\xA2\x92\xC4U\x9B2p\xA7\xBF\x97\xE6\xB3/u\xD0\tP?\x7F\xD4\x12$\xDBn\xCAB\xFF\xAF&I\xDF?^\xE6\xB4\xD5X\x82wE\xB1\x9Bz\xF9:\xA9l\xFE\x8DH\tY\xAFl\xCF\xF7 \xB5Vn\x9A\xEA\x1D\xC9\x12c\'\xEAh\x04\x1F\xF0b&~J\x9F\xBF\x81m\x99\xF2\x04\x8DX\xC0\xFB.\xA4]\xF1\x8E\xD0o\xBB\xA9\r\x995\xFA\xE0\x1E\xCC\r\xD8g\xC7\x91\xB7Q\x19\xEFx\xA5\xDC\x86\x17\xBAD\x95b\xDB;\xFA\xAE4jB\xDE\x00\xAF\x86\x14\xBB\x8F\xCDF\xFB\x89\xD5\r:\xFC)\xDB\xA73f\xEB\xB1Q\x85\xE5\x15N|5\x17\x80\xFDvM\x8Co\xA50\x96\xF4R(\x15\\\t\xD1\x97\xC4)\xB7?\xFA}\xE4\x040\xA5\xF0\x8F\x11(\xD7\x84\x98\xB8Ks\xD6@Oz\xA0\xDC5\x15\xAAe\xE3\\\x1CJ\xBA\x17\xCAE\x9E\x07x7\xB7\x99\x05\xC2\xE9Y*\xC8\xEF\x1E\xC1j\xB9_=\x82\xAA\xEB\xDD/qF\xE4W\x0F\xCE4\x9C#g\xC3P\x1B\xBAw\xC6S\x07|\xF0\x1A0\xA4\xF6\xE2)[\x07\xB6qR\xF3\x8D\xB0\xC5\x92r\xE4\x87(q\x1B\xC6\xD6c"\xDD\xACf\xA0;\xDA\xAE\x07C\xFD\x16\xE7~\xC2\x02t\x8B\xA2\xFC\x1F\x84\xA0na\x8FR\xAC\xD5\x81t\xE6E_\xA1\xF7:\xA9Y\xCD\x8B_\xC5\r\xAE\x82\xEE\xC4\x93 \xCCBx\bT\xF99c\xD8\xF3\x90A\xA9\xFA\x890E\xF8\x91\x11Rd\x9C\xE3I\x8D\xA1#\xD42N?\xBFb\xB38\xF4\x05\xDE\xBE\xEC\x13\xF9>\f\x98\x00\xD2\x89\xE2\x16\xBE\'\xE6\x028\x94r\x1D\xB0\xD12n%\x16\x83\x7FW\x1C\xD1\x92\xF5\xB4\xCB\x9FF\x7F\xED\xD1Q\xB2+l\x1B\xD2\xAF\x10\xE7\x97>\xF4p\x9E\xCA\xAC8\x12~\xAF\x1A(\xBB\x0B$\x9C\xDD\t\xA4\x8E\xEF\xCDh\fI\x956\x1Fr\x82\x14\xA8\xEDU\x0Bu\xC5\x8F\xAD\xF8\xCB\xE3\xBB\x9AbH\x13V\xE9"\xFB\x84\xA64\x1E\x8A\xFF\xDDZ@\xBEN\xD8\x07!\xBB1\x18\x05k\x89\xE8\x93\xCB4\x83\xEBUiI\x87\x1DeE\x03\x99Q\x80\xB7\x17\xEBX\x05\xDD\xFA\xCA-\x99\xE0\x1FE\xE8^jK\r<\xEB\x05\xA9\xD9z\x96\xC2k\x15`\xDFqD\xC2\xA4\xEC\x81s&\x8F[\x7F\x86\xD6U\xE1^,E\xFDXp\xA8C\xD1\xC7\xE95\xF8\xC4-\xE4\x1A2\xDBm>\xA8\x8D\xC3Li\xD6\xF3\x91<\xCDW\xB5J\x94\xCA\x1A\xE1l\xB7\x13b\xE8\'z\xF3\xD4sP\r\x9B\xC4\x01%C\x8EU\x15\x96@\x83\xF5y\x11U+~\xD7\x0F3\xE7\xF3J\'\xAA\xEF}\xDB\x19YA\xF2\x14\xDF\x9F]\x18\xCE\xA3\x8A\x03{[\xE8j\x86-\xD6\tdU\x9AG\xEF4\x91\xC6\n=\x81\x037\x8D(\\:\xB2\xE4\xD9\xFF&a\xE2\t!\xCF;\xE8\x8A\xB1\x98C\xB9Ym\x1B\x89\xC4\\2\xCC\x8Dn\xE6\x85\x01c\xCF\x8ED\xFD\'qS\x1C\xC9\xB3&\xA8\xFB\x1Dn\xE7\xB1*\xC2\x80 \xD4tK\xA7f\xB8\x17\xE3\xAE\xCC}\x87Iom\xBC\xF0\xC7\xA2M\xB9Z\x95&\xC7K\xEE\x07\x85\xCD\xA4\xDB=t\x97\xFB\xB5G\x04\xAD\xC9M\xB80\x0Bx\xAD\x95\xEC\xBC3\x9DI\x06\xDBO\xC4\xA0\x8C:\xFC{\x0BW\xB2\x9C\xFB\xDC#T\x9DHd\xF8\xEA\x1B\xD5\xA2\x9D7\x87~,\xFAo\xA9\xDE\x02a\x17k\xDD!w\x02Q\xB0\t\xE4 i\x13\x9B3#|\x97?\xEB\xC4\xDCJ\x12b\xF8\x83s\x16\x936z\xF4F\x16\xD1\xA5\xDE\xF6-^\x15\x89\xCB\xEEp\xC2%\b\x97\xBD0\xFC\x1CS\fF\xD3\x8E\xEB\x0FEt\xA0\xBB9\xA9.\xF5\x93\xBE\x17`\xD3\x81R\xC1\xEE_\xD5\xF7\xA7g\x1F\x81l,\xCC\xA7\xE1>\xD2\xEDa\xB6\x0F\xDFZ\xBEiM\x83r\xC4\xE8Cx5\x01\x8F\xD8\xA6BWj\x11R\xCF\xE9\xB6\xAA\x18f8\xC4\x86/\xD6\xFB\x8EV\xC5eH5\xEF\xA0.@\xA8\xDEt<\x89\x19\xE0\x06P\xB59\xFF\x8E\x7F\n\'\xBFT\xA4\xCE\x85)\xAC\x93\xEA2\x10>\xA9\x93\x07\xBB\xAE_\x12.z\x84\xDF\xAC\xCB\x8Dx\x94]\xDD\x01\x9BU\x1E\xB0\xF2P\x12{\xE9\x9C\x0E\xE1\x87|\xC8n\xF3\r)\x93\xB2\x0BZ\xBD\x91\xD2\xF5\xA1\x19Y\xB6M\x97h\x00/Dj\x06u\x1E\xFE\x9B\xB7!\xD8l)R\xE2\x9A?\xF4\xB6\x1C\x026t\xF0\xFE<&q1\xBB\xE4y\xD1g\x98$\xCA>\xB2\x1D\xD1\xAB$\x01\x90\xB9c\xCD\xFEL\xC6n.={]\xE5\xC5?\xEF\xD7\x1E\xAF\x8B\x1A\xE5\xF8\xC1\xD4AV\xC8e\xF2H\xCC\xF9\x85\x1D\xD2k\xC5[\xE9L\x98\xB9!\xA5\xC0\xF1\x81\xCBJ\xF7\x8D\tA\xB9\xE0\x82p\x04Nk[<\xE6GV\x1A\xA1\x7F\xE2$\x9D\xEC\xAC\x0E!\x96s\x07\x864p\xF4\xC7v\x95S\x9E1\x89\xDE|\b\x8CZ\x18\xA3}\xECJ\x06\x8B\xA1\xCF+d\xD7@Kl\n\x80Y\x13\xA7*[\xA1\xFF5]\xF1+\x8D\xF8\xBC\x98\x13\xAD\xDA\x884C\xF5\x84V\x01\xCA\x88\xDB,\xAEe\xCE\xA4\xE4Y\x0F<\xDA\xAD`\x13\xF2\xB2\xA4+\xE6\x99\xB5;a\xBE\xAB$9u\x16\xF9\x87\n\xA2\x1A\xE1\xD0"}\xB5<\xD9n\xC7\x17K\xAB\xD5\xC1\xA2\xDD\x0Bx\xCE+r\xEC\b\xBB\xA9\x19\xD7cBpK\xBB\xFDR\x14G)\x99\xB8N%\b\xBBGq\x1B9P\xC3u\xFF\xDD\f1\x93\xFB\xE1O\xB0\xC0{\xE5W\x83_\xAC3\xE8\x03\x96\xEF \x83\xE5j\x95\r\x7FE5!\x84K\xFC\xC3\x99i\xD2Ov0\xB3\x94\x16\xEE5\x9C\xE1\x90\xBE\xF8}\xD3\x82\xF0y\x8E\xE2\xCC\xFC\x84\xD5\x11D#\x88\xC8Vr\xD5d\r\x972D\x1C\xC5\xBA>\xFB\x9EgG\xC0Qz\xAF\xF9\xBD-\x1Da\xEB\xB2W\xF0\xA5b>\x1CX(\x8F\xE7\xC1\x0B\xF9\xA5]\xD2x g:\n`\xA9\x037\xC8g(\x98Zk\xB9\xED_\xACn\xF3\x9F\x19\xB7\x82\xC8\xECm\xAA\x8E\xF5x\fS\xC6\xDD\x8B\x11\xD13\t@X\xCE\x88\xFE\x99\xC7l\xD7\x06\xB8\x8C\xDF\xAE\xFD\x10\x9E;l\xDC&\xC5\x80\b\xF3\xA6\xC7\x8A"\xE0F\x19\xA2\xEA\x0E?\xAB"\x06\x9E\x925\xD4N*\xE7G;"\\\x03\xDD,b\xD6\xEB\x8F,s\x1E\xABd\x9F\x8F\xD9o\xA59\xE0N\x19\x8E-s\x147\xF4z\xC9Ba\xF2\x89M~>\xB6TE\xDAo\xECR\xB5t\x93]\xB3S\xC1\xF4\xDAJ~\x1A\xE4\xBF\x10\x8D\x00\xA7~\xF6\xA1\xD1M\xB7\x0E%\x9A\x16\xB6;\xF1X\xFD)\xE9N\x14\xF1\xB9v\t\xA8A\xE4\x9B\xCA^\xA3I\x82\xB9!\xCE\xAE\x1B\x99\xEA\x12\x83)\xB0\x162\x9D\xCF\xF6*\xD9\xFF\x864u\x8C-\xCA\xFEB]\xB1ta\xD9\xBD\x92\x156\x86y\x9DD`n\xD3\x05\x84\xE1\xBAr\xC9\xB1#\x95[(\xD2c\xF6\xBFQ$\xEA\f\xD7/o\xE3U\x061\xD5`\xFEr\xCC\\\x92\x01Ad\x12\xC2nH\x1D\xD0c\xE7\xA5\xB5i\x80\xF6\x9B1\xC8\nR)j\xEA\xC1?\xF0\xC9\xAE\xF7L\xA2~C\x96\x0B7\x86|\x02\xC5G\x80\xB46\x03~\x87\xB2j\x97\x01\x16\xA5\x92g\xF6\xBC\xA76\xE0\x9F\xF6v\xBA\xE6\x85\xAC9\x8F\xEF\xA8\b\x9A\x16X;\f\xDC"L\xEB\x1B\x87A\xE1\xAF\x06X \xCF\x06\x89\xE5/\xC1#\xCES\x1Ba\xF5A\xE2\xA2\x0F\xEB\x1Eo\x96\xD0\x193X\xC3O\xEE|8\xC6G\x88k\x19\xC0B%\xD7N\x1E|\x04T\xE3%y\xBAL\xF5\'\xC2\x83w\xA9\xCE=\xB6\xFAf\x98v\xCB\xA6\x90ku\x1DY\x94f\x0F\xEE\xAC\xDC\x9E\xBD\xD4f3w\x83\xDAL\xA6\xF0C\xDF\xF9\xA8)\x82\xB6\xDA$\x0E\xE7O\x94\x03X\x89\f\xA3\xC6/\xD6\xB7\x9Fg\xC96\xDD\x90p\xD3\xEFS\x14d\x90{\xA4\xD4#\xF1J\x14\xFC1\xA4=\xD7\xFE\xB4:\x8Bm\x03.P\x90\x1A\xB0\xF8V\xC2+\be\xBC\x91t\x13\xD1A]\xFF\x99s\xB1+\xD0{\xEB\xB36k\xF4\x95`\x10A\xF8\x80\x14^\xAD\x04E\x9D0\xBC\x02\xE0+W\f\xBE8\x81b\xDE\xB4'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xBD\xF6k\x9E\x15w\xBA\xEE"_\xC5\xFC\xA22b\x05\xAD[\x0F\xBA;\xFDb\xA0@\xE0v\xC5\xF7 \x9Af\n5\xCCd\x12\xBD(\xDBS\xFB\x93\'b\xD6?\xB4e#\xE4\x99h\xFB\xAD\xE9>\x8C\xD8P\x9A/\xE1}\x8C7\xD1A\xE3*R\xA8\x8A\xD5Bz\x18\xEB\xCA\x93\xE0(\x89n\xDB\x90\x18\xCC\xF2\x8A\x10\xA6`M\xD8\xBF\xED\x8B\xA7\xF9\x98B\x89h\xA1\xCA|\xBA\xEB\x14\x89\xF8\xCD\x06N\xBF/\xD1o\x14\xC1b\x04\x19\xC7i\xB4\f#Y\t\xB3\x87\xCA\xFE=o\x07\x96\xE2\xB9\x81Os\xF6F\xA2\xF0O\xAFy0T#\xB8;\xE8\x82/\xB0w@"Y\xE4y\x06\xEF\x1B9\fG\xA4Qu1\xA1}\x8D\x0F[\x86D\x96&\xA3w\xECD\xFB\x8F<\xDE\xA9z\xF1Ja\x94\xDD\x16\xB2.Ug\t<\x1D\xBD\xD23\xC6"\t\xE4\xBFp\x96\x00i\xCE\x16\xFD[\x10\xDBN\xB5\xD10\xACK\xD5\xB3\x80\xE0\x01\xC2\x96\x1C\xDF;\xB0\xF2\x1F\xA7\x01S\xE24\xB7\x85\xAB%U\xD1\x01\xC3\x97\x1E\x0Ft\xC04\\\xCB\xF7\xA3%\xD6\xAB\x99c\x14~Y\x9B?\x84\xFA\xAA\xD7L,\xA1oC\x92\xC5\x9D\xFF\x85\x16a\xC4\x90l.]r)\xD3f\xF0Z\xC6I\xD6s\xE7\xC5~\xD2\xF8Z\x0Fr\xE6\x9DnS/f\xD5\xA5\xE7&\x9F\xED}\x83G\xC3x\xEE,\xFC\x86\xB1\x00\xD8i\x13`E\xEB\f\x8E\xBE\xE1\xAB\xF2)e7t\xF1\x9F%\xFE\xE6\x12\x9B\xF3\xAF?\b\xB9\x85*\xFDf\x9B3\r\xB2\x8D\x1DK\xC0\xD75\x1B\xBA\xEB\x82E\xFA9\xB7\x05\x82O\x0E\x1F\xE6\x02\x90M\xB9\xDDS\xE9\x91.\xB8\xCE\x9E)\xC6[y\x1FP\x07~\xD0\x19\xE7\xBD\x0Be\xA4\x04\xBBC\x88\xB1W,\x03\x1AI\\\xE5\x83M\x19\xB6\x90\x0E\xFD\x8F1\xC0W\x02G\xB3\x8BR\x18\xEF\x85Di\xBF\xE6|\xF9\x80%\xB4\x060\xA2\x93v\'V\xDD?\x91]\r\x9C\x82\x17\xC0\xA0\x8D\xD4+x\xF0\x84\x1A\\w.\x0E \xE9\x94i\xB62\x97\t\'\xD5\x9Cg:[\xB0\x14\xE3e\x866\xE9\x0Fa\xD2,\xAA\r\xB55\x02\x91\xB0M\xD2B\x97\xCAs \xD5\xC2\xEF\x80\xB8\x1E\xF3\xCE6Uz\xD3L\xE5\x0EC\xAB\x99\xDFI\xD1\xAD\xEB\xDB\x9DK\xBF\xFB\xDA\x8B\xECB\xBBkU\xF1\x05\xC1\xE8o\xCDA\xA7\x1D\xD4\xC3\x9F9\xBD\x96I\x7F\xE0\x9A\xD4U*\xA1\x13x\xE7;\x10\xF6dC\f-|P\xACn\xE1\xB9A\xF5\xADdu\x00\x1CX\xBD\b6Q\x8F\xFFh\xCFu>T\x11\xCE~\xFA\xA7\xC90\x88z\xA9#U\x99\x0B\xF4jNy\xF8\x07n\xEA\xCA^\x1Dt\x0B\xEFj\xBB\xFF^\xAB\x83\xDF\x83\xAE[\xCF\x98\xFF\x16\x8A)\xA4\x06\x90/#\xBA\x86\xCC\xF6l$\x9Cq\xC6\x168\xA8\x81\x1B\xADb\x9E!\xDF\x8F>\x1D\xDAI\'\x80\xEC\xBB~-\x92\xAD"\x84\xDC>%\x8B\xFC\xA5A\x81\xC88\xDB\x8D"\xC2nQ4\x04\xE7\xA39\xD9D\xC5e\xE9\x1A\\\xC8\x9A\xDE^F0\x8C\xB3\xE6\xF8)\xB7V\xEF\x06/\xC7\xF47Q\x03p^\xB3\r\x95\xF6\x058\xD8H\x00\xCB\xE2\x13\\\xB6\x9EP\x11\xC0/\xE8\xB4K\x1B\x99V\xF0G\xD2(\xB8x\x1Aj\xBC\xEEt\x0B\x97K\xD5}\xFD<\f\xEB\xA7|\xD7\x13dC\x87\x7F\x98\xD6e\xE3\x95w\xB5\x85\xC1\x15\x9E\xE5s\xC4Xt\xA2b\xB0\x89X=\xED/h\xD6\xF2\xAEXp\xD2f\xF8\xA9r0\n\xA2\x16\xFC\x9C\xCA\x8EL&\x86W\xB2\xF65\xBC\x84R\xB0k*\xC3\x96\x03N\xA2\xCE\xDF\x0B\x1E@\xBCN%\r\xD8F+\xF2\xCEM\xFF:\xAE\xC4\x1C\xE5(\x11\xBEv\xA5\x95\xC5\x1By7\x94\x05 \x8C\x10^\xE4\xCD\xB5}\x91\xEAgE\xDE\xF7\x0E\xA81\xD0\x1Eo\xA7\x0F\xDB\xF2\x8C\x17V>\xF1!\xBC3_\xAD\xF4n\xA4\x8B\xFAl\xA6\xE8Z\x92g1\x82 \xD8Q\x90\xF8o\x9C\xD6\x04O\xFAC\b\x86\xE1\xC9E\xA0\xDE=\xBD\x03\x86P:\xD9X,\x03\xB2_\xC6\x7F\xE3\x03\x8D^\xE6\'Er\xA0\xD2\xB5\xDFf\x81u\xFDQ\x8E\xC62\x14\xD3^9\xCB\x1Cz\xAF\x0B\xBC\xA4\xEF_2\t\xCDC]7\x1E\x8A\xD1n\xA7[&\xFD\xB3|R-\x95u&\xF5\x1D\xAA\xC0\x859\xA0\x1C\x93\xA9\x82g\xB2\xFD\xD9-\x94\xED\f\x8BF\xDD.\xFB\xC2$\xD4S\xF1\x03vV\x0F\xAC{\x87\xFC\xA4\x1D\x8F\xCF\x9C&X\xF5;\x8C!\x9D1\x17\xBE\x9F\xF1L\xC2=\xD3\x80\xFA\xBEn(\xDF\xC8vJ\x8A\x0B\xF2O\xFE\xD2\x17\xF7\xC2\x1Ds\xC7`\xAB\xD59Y \xAE^\x85\xEDy\x93 \xCF\x806\xDD\x92\xD2\x05\xE8Ym2\xF2\x7FF\xB6r\xD0\xA4\x07t`\xF8\x88gW&~\xFEa\x1F4y\x95\xEB\x0Bg\xB3\xFF-\xA5V\xB03\x9Ew_\xDCN\x9A\x8B<\xF4\x19z\xB9\xC7\x99\x04o\x18\x9F3\x06\xA3n\x15\xB0#\xF3jB\xB7\x97\xC7\xE2\xAF]\r\xEB\x94L-\xC1B\xDC\xB2\xD2?\t\xAE\xDC\x83\x9C\xB8\b\xAB\xD9E\xA3\x85!^\xD0\xE3\x1Ak\xC4\xE6\x8D\xB68\x03+\xE8W\xA2\x06\x84K\xF8\xE65\xD1\xBCS\xDFB\xBE_\xE6M\xC1\xA2]0\x1B\f?Q\x82\x17\xC3\xDB\x1F\xFD\xB0\xE4T\x97\x11z\xE8\x90\xC8\x17.p\xE5V\x1Bc-\xBAP\xEF\x12\x94~<\x82\x05H\x10#\xA3|\xD0\x0F\xBBE\xE1h+\x13v\x8AD\xF3\xAFs\xC7/\t\x98=~\xFE\x80\xCD\xA9y\xD8%\x00\x9Dj:\x89dy\x18\x84\x00)P\xA55j\xEFA\xCFI\xF4\x8A\xCC\x10\xF9x\xC45\xAC\xFB\xBE\xD8*p\xCC[\xEC\x85c\xADq#\xCD\x9C\xB1\xD6U\xA7d$\x12\x8C\xFB\xDC\x8B\xF8\xCB(\x11\xE3I\xED\x8E\xF7\xBAq0\xACS\xCA\xA0\xEF\xD36o\xC9\xB9\x1C\xFBL\x97\xB3\x06\xA4\xC2v7\x99\xE1>\x8E\xDAZF\x9Fc\xF1\x97\xAB\xFCE\xC13\xDB\xFA\x8C6\\\xF0\x1E\x94\xC3\t\xD8\x9B-bDqR\xA9e\x83\xB5mX,\xA1_\xD0\xE3\xF3\x05\'E\x0E]\xAC\x9C\xF3e\x88\xDE\xBFt\x11b\'\x92\x00M\xB1j\xA2\bm%\xEA\r\x1F\xB6P:\xE0\x92\tR\x17\x97N\x02\xC0s=\x00\xEA7}Q\xE7\xB6\xA3\x1A\xB8\xEF\xD99\x1F\x03\xC2\x16E\n\x8AK\x95}\xB5\xDF\x91\xBF!G\xE5;\n\\$\xD4\x85\xE2;l\xD7\xEA"X\xCF\x1B\xB7\x87\xCBT\x8Ft\xD3\x14z!\xB5o\xF0\xA7\x7F\xE5\x0F\x87\xAAOk\xB7\x82\xCBA\x05\x01\xCF-\rV\x9Et\xD3\x94\xE0\xB3w8\x1E\xC1\x12`5\xF7t\x02Y\xD4\x93\x7F\xAE\xA01U\xF9\xAC\x19\xBA\x0E\x80/\xF2I\xFE{0\xAA\xE5\x013\x87\xC6c\x9D\xD5*\xCAA\xB6-e\xCE\xDD\'\xA0\xF7\x1A\xA8g]\x88|\x93\xC5\xF7D\xAC3d\xF5\xCB\xA8\xECh\xD6\x84\xA6N\xCD\x89\xB5.\x18\xC3C\x03\xF0x\xC5G\x9CR\x7F\xC7\xAAf\x92\xDC\x9D?i\xC1J\xF2\xA6+\xE8\x00I\x80Z\x1E\xD9\x9E\xF9\x19\x8FD\x11[2\xE0\x94\xE77I\xE0c\x15\x8B\xE7O#\x85\x02Y+\x9D\xFE@\x1B\xE8*\x10m\xA5\xFA\xEAQ\xCD\x97\x15\x8E\xDC,\xF3\x838\xE4\f\xBE[\xED\x13\xD1\x1D\x97m\x0EY\xAF;\x11\xBFk\x05\x91_J{\xC4\xF0q\xD3\xBDw$\xBC\x9B\x1D\xB1\x04+\xBD{\r\x9Fo>\xDC\xBAPp\xC9\xB1{V\x9B\xDE9]\x81p\x1F\xB4?_\x07p\xCFa\x01Cu\x1D+\xB2\x06\x84a\xB8\xDCC\xCC\x91r\xDD\x83\xF4\xAD<\xEC\xBB4\x05\xAE\x98\n\x88H\xFAj\xFC\xD2s\xA4@X\xF3\xB4\xD7\xC4\x18\x95\r\x8C\xE41\n\x91\xC1\xF1E\xB9\x0B\x81\xDA4i\xE6\xBE$\xA2\xB2\x1B\x98\xD6\xA4\x8A\xC9Kx\xF58(\xA1\x7F\xFA \xEEV5\x17v\xC8#\xA4\x85\xE2dT;\xEC\xAB\xC7\x14P)\xEE\x84\xDA\xCC\x93k1K\xEE}`!\xF6\xA0H\xD9\x01g\x1C\xD0{(\xC0\xFE\xA6\x0F\x87X\xEB3N\xBD\xF6T1d\xE2\x95\xA8U\xE8\x03\x88\xBEO\xA0\xB4\xD1\x99G\xE0\x0EmO\x17+\xB8\xDAk\x16Y\xAA\x8C\xC0Fg\x199\x07!\x89\xFC\xA3\xAF\xD0:\xBEub#\x865\xAA\x97K\xE5c\x9BO\xCE}\xFB\xD8\x8Fw\x12k\xEA\xAF\xFC\x16@\xD7\xC5\x10_=\xD9/\fx(f\xF9\x8BZ\xD5\xFD\xCC\x91\xF6"\x9D1\x8F6v\xE4\x0E\x9A\xFA\xAB_\xDE\xBCZ@*\x04\x82\xDE\x15\xAC\xCDX\xE7q\xF7\x06\xB0\x16@\xF1)\xAE:H\x04\xCA&\x85>\xD0\x9Cp\xBB#h\x90\xB3\x1Al\x95\xC7\x00\xE3\xA8\xC02\xB5\x9A@s\xA8M}\xCF\x02\xE2\xF4\xCAT\xB41~\xC6N\x9D\x13w\xE6\xC6lGT\x96\xF3?\xBB\x11\x8F\xC7V5\x8A\xD5o\x92\x1A\xC1\x9AZ\xA8\xDE\xB7\x0B!\\\x05\x873\xFAJ\xCE\xA7\xF4YF\x87`\x1CR\b{&\xE7\xC15\f\x81\xBEEo\x98\bb\xD8\x1F\x8D\xE6l\xF28\xD3\x8F\x9A\x19\xED\xB6-\tl\xA20H\x1F\xDC\xA3y\xC4\bT\xE0f\x11\xE9-bF\x7F\x92\xC6L\xEDz\x9E\xE4r+\xE0\xBA\x16\xED9\x92\xD8\xF1\xA2\x15\x89a\xF0\x1D\xDF_\xAF\x13B$\x86\xA6\xF5G\xB9)\x81\xB2\x0B&W\xF9\xA6\xD6\x7F\x89\xE2\xFF\xD4u\xB5b\xF5%\xE8\xB71\x84\xF6\xB4v\x8B\xFF\xA0\xF5\xE5.\xA8\xDA\xB6\x1C\n:\x83\x05|\xA1\xD0\xB0rD\xC9hJ\x01\xB1\xD3R\xA0\xFB8\x94\xDBz\xBF6q\x04\xD1\x18C\xFFiK\xBDr3\\\xC8F&^\x98\xEE\x84\nB\x96]J\xA2mA \xD16\xC4\x19\xD5Sm\x10B\x8EW\xC1a\x9AR\x1F2f\xFA\x0B"\x82\xBA\xDD,o;\x8Ew\'\xEB\xCB\xAEN\xEB\x12Z\x92R\xA1{\xC9\xA9\xEA\xDC\x87\x02\x1E\x93\x0F\xBC\xACQ\x15,\xCDl\xB0\xFC\x14\xD9\xC8\x04\xAAR\x96Jr\xB0\x81\xBD\xF8e(\xF1\xD5\xAD\xFD\xC9\xDB\x8EL\xBF\x9B\xE36\\\xF5\x94\xA6\x10\xC5\x07\xB4Kj\x1A\xFA\x9C\xCB\xE0\xAD/\xEF\xDA]\x95<\x15\x9E@\xB2\xECh\xF9\xD1z=\xC0\xA1\xE2\x1C\x88.u\x98\xEF_\xDD\x0E\xEA)\x02; \x99\xCD\xA56w\x12Go\xB4\xEA\x11)xQ\xAA\x05\x7F\xD0!W\xE3d\xD7\x88\x19]\x8Em@%d\xC1\x0E\x8B \xF8,f\xD0y\xE1L\xA36\x1C\x8D\xE7\x03O3\x7F\xD1\xBA\x0B<&\x87}\xB7\xA3h\x83^\xDD|H\x07\x86\xE6\x93,\xF5;\\\xA9\xD4\x8A\xEF\xC6\x15=\xB6G\xF8\x9A+A\xA5\xFC\xD1,\x07\xB8\x84\xFFu:U\xB8s\xC5\xAF\nU\xC0*\x82q\xDC\x9D\\\xB3f\x90\xF0DV\xAB\xE4M\xBF\x18\xFB?\xCF\xC2\r\xAB\xEA\x18\xC3lN\x1C\xBC\xA0\x80\x00l@\x1Cd.\x9E\x8C\xEAj\x84\xBEy\xEDY\xC3\xA9|\xE4L\xA3\xF2\xD4\x97\xE5\x04I\x80\xED$\x8F\xF7b\x07\xC9C\f%\xF6\xD7\x11\xC3\x9C\xF9i\x90\xCEm0\x92W\x1E\xF4P2\x90Z\xFE\xB5\xDA^\xCE\x7F!\xDF\xC2\x96\xF9\xB2\xCFXr\xD9\n\x1B5\xAE\x10\x94$\xF29\xC2\x14h!F\xB1\x1A\xA13\xD9`:\x9B\xD5\x18\xB5\xF0T\xBEk\x86H\xA8)]\xDB\x156\x02\xF1\xA7\xD6q\xE4\x9Du\xB9\xD3+\x9B>\xA6\b\xEEE\x0FW4\tv\xE1E\xFF$\xABO\xC9c\x02\xD1;l\x1B\x89T\xD7\x910\xC7^~\xCEj\x0F\xAA\xFDGm\xA64~\x93\xAA0\xCBy;\x06r\x82$\xB6\x9Ba\x10G\xB27\x8C\x15\xFCEf\xF3"t\x893\xAE\x91\xD2\xB7\xA3O\x83\x10\x96\xBC9\xF4\xA1\xE1\x8EQ\xB7\xDFl\x9E\x00\xADx\xE7\x0B\x87\xFC\xEC\x92\xBE\x1Cz\xCA\xE8R\x83\xE0\x1F\x01\xEB\x16\xE1\x96\xB9\xE9\xC9AyU\xC5\xE1\x85\x04$\xCC`\xA5\xDE\x80\xC9\x12\xE3Q\xC5d\xF7s&\xEC_\xC4,|\xE7`\x88pD!|\xF7\x81\xCFA\'\\\xF7\xBBL\xA8>*NZ\xE1\x8A\xB6)\xFF\x13=\xD1rL\xA1[\xFC P\xAC\xF6\xD7\x8D\x1B-{\xBFi\xE9L\b~8\xB1j\x97\xFD*\x9F\xDCJ\x8B\x16:\xD7\xF5\xA6\x1C\xD3\x0E-\xC0\xEB\xA62\f\xEC\xB6\x0E\xDF8\x9Bp\x1E\xDD\xB3\x06\x9E2C\n\x95[\xC3\x9E`\xB7\x8A7\xC3g\x8D\x13n\xA1\x0B=\xEBM\x9E\xF9>\x96\xAF\x1E\xC1\xED(K\xD5\xB9x\x1A>\x04\xC8m\x99\xB1g?\x8ET\xB3\xFF\x98\x15\xCAeIa\x8Ft\xC9\x82\x13\xD0W\x8E\xC6w\xF5\xD3p\xEEe\xDA\xAEF\xF7(\n\xD9\xAE,\xCFG\xDE_&\xB8f\xAD\xD4\x17T\xDB0\x83Y\x9E\x02\x8E_\f\xEA\x85\xB3Z\xA7\xE3\xFE"M\x06\xC9l\xDEHv\\\xD9\x91\xB2 N\xA4.Hj\x00\xF05g\x14\x84"\xC0\xA39\x1D{\xE4\x90n\xEES}\xF2\x04\x9A4\x86\xFD\xCE\x93\x05p\x8B\xBA\xF5x\x0F\xD3oC\x19\xA5:\xCB.j\xF1\x124z\x87\xBB\xEC\x9B\'\xF8\xA9\x80<\x06)\xED\xD6\x01\xF3\xBE\xE7\xAC\'\xB8\xA2E\xE4a\xAFU\x10\xCD\x86\x000\x11\xCA\x9C\x18\x80>\xBAu\xE8\xC3K~\x147\xE5)`\xA4\xC8<\xFB\xB5\xE5\xC4|\xF8V\x99\xD8\xBF\x90R\xCC\xDD]\x177}\xC23\xE7\xB7W\xA1s\x99:z\x1Ac\x93\xDA}\x0B\xCC\x97-\x02H\x92\xF3k\xB8P\xA7e\xBDH\xE2"\xA7\x12V\xAF.\xEF\xA5W\xC4H\b"\xE0d\x95Q%\x86\xDB\xB0!J\x07vB&\xA0\rD\xAC\xD5\x83\x10c\x1F\xD2\xF4\x19\xC4g\xB4\x89\xCE\tD[\x88\x1CR\xFA\xBB\xD8z\xE3(?\x99\xD7 8\xFC\xD4q\x94a\xF7\xD7\x1F\x98c\xDC\x81\xFB\xB1\x99q\x8A\x18\xAB2\xF1\\\x12l\x8D\xE6\xA5\x18\xF8\xB4\xE9s\x92i\xF3S\xA4\x01\x95Lk\x89B\x15\xE4T*\x9F\xF9\xC14\xE9\xA6j<\x8C\x19\xAAY\xC5\bw\xE9\x82X\xAF\t/\xC8C\x8Bp\x06\xBBA\x1Ax\xD24\xEEM\xBF\x04t\xCC\x9D>\xFE\xBB1c\xD0\x81X2\xC6\x02$\xB9<\xE1t\xC8,\xAE\n\xDF'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xD6\x1EA\xF4\xCAY$\xB7\xF9\xD50\xE8\xBA%\xFC\x9B]\xE0J\xA9\x1E\x92\xF0<\t\xD9s\xA4\xEA5\xFF\x81H!\xC9\x9D[\x1A\x8Ca\x05\xDC\x972\b\xC7b\x83\x11\xBAm\xE0\x8Db\xBE\x04I\x8B\x1CE\xE4\xB1s\xF9\x9Fo\x81\xAC{\x07\x8CqH\x93_|\x82Or\xC8\x18\x880\xBF\xFETz\x9F\xBA\x88H\x19\xBDg\xD0\xAB\xE3c\x05>\xEE\xB0\xD1.\xBBGh\xB1y\xE2\'L\xEB3\xFDO\x1B7\xD2\x9B\xE7m\xC5\x9E\x0EO\x913\n\xBFT\xE8.\xA1\xE09\x12\xA9\xC7\x02\x10\xD6\xAB=\xEC\x06s\xD4c\xE1&\xCDe/\xFA^\x90\fOv\x15\x93\xB6n\xDDN\xFA~\xA1\x15\xF3\x89B\xFA\x9D\xAC}\xCE\x95\xA4\xB3\xF1{\x13\xAD2\xF7\xD8~!\xCCh\xF65\xD2\x14K\xC2c\xD0\xF0S!\x9CA\xF3-\x91i\xB6\xA0B\x11\x85\xB0J\x16\xE3\xAD\xC8)\xDC\x9C%\xC2\xF81\x87\'\x0B\x94;\xE8\xC9R\xD4\x1E\xBDW\xDA\x17F$q\fZ\x84)Re\xB7?\x86\x00\xBA\xEAe\x94\xB5j\xF8\x97\x1D\xB2\x86w\xE2\xB5oX\xBE\xDC$N\xF7\x957\xC5\xF4\x02q\x99D\xF1\x7F:\xB4\xEFAS\xD5y\xA8\xBFY\x1F\x82p*\xA7\ns\x8F6\x05\x87\xC5\xE9\xD9@\xC9\xFD\xDD\x8F\x0B\\\xA8/V\x9B"\xDEC\x80(u\x034C\xFB+\xCE\x8A\x17\xA3`\f\xCE~\xE5)m\xA5Z\x8E\xD6\nV\x85\x01k\x8B_\xA4\x10\xEAC\xCDi\xDF\xB4\x01_\x99=\xED\xCB^\xF2\xB8Pd-\x99\xBDs\xA3#\xCF\xEEo\xDF\x11<\xA6Z\xEF\x0F\xAA\xD8\xE8^\x92\xC0g\b8\xE6\xFED\x84\xAD\x18\xBAR\xD7\x1D<\xC12"\xA6\xBC\xD2\x1C\xE2\x07\xC9\x97f\x19\xF5\x9C4\x11I\xC2\xE3k\x16\xAE\'\xA0v\xFC\x8F\xAA\x07I\x19\xE7N:\x98\x1B\xC6\x8Bx\xC3\x02x\xCA=\xBCO\xA1\x15\xDD\xA7U\x97z\xC4k\xEF9^\x8B\x05\x9B\xEB{\xB2\xE6t\x13eK-\xAAt8&\xB6V\x8C\x06u\xAA\xD7\x90\xFB0\x85\xDCfA\x0F\xD38\x1E\xF0j\x89\xAF\x03z\xBB\xFAK\xAD\xD3\x1CM\x9A-l\x8A\x0B\xCC~&J\xF2\x1E\xAF0\xD7\x9C!\xFC\xC8hG\x0F\x82\xFAR\xCA\x8D\xED\x9B\xFA\xC0N\xD9\x81\xFF\xDE.\xBDN\xEE$xB\xB8S\x07\xC3\x93\xE4\xB1\\\x7F\xDF\xCEW-\xC6a\x824k%\x05\xE6\x8C\xB6\xDD\x16\xF5c1\xEC\x84\xB7\xD5`\x89\x05O\xBBt\xE0\xA81\xB5\xCF-c\x9E\x06E\xDD5o\x91\x17\xF4~B\xACm\xD0<\x86Z\xA3\x1B\xCF\x9D|\xF9N/\x16\x80\xC0\xA1<\x10\xF6\x9C\xD9\x12\xE4\x9E\xF0[k8\xFD\\\xA5D\x95\xB1\x00m>\x0E\xC8B\xE4(\x91W\x15?\xF1w\x94\x1A\xDA=\xAB%\\\xB6\n\xCEZ\x9F\xBBb\x1F\xE9\x9A\x14\xFA\xC7\xE6\x0Ba\xEF6!\xA5m\xCCS\x03%\x94\xB7tF\'T\xB4\xCC9\x91\xAA\xD1&|\xBF!\xE2S\xC5\x1B\x9C\xF9x\xA5e\xF5\f\xA2\xD2\x87\x02Z\xE4K\xB9l\xF4\xC4}\x86\x1F>\xE4,\x10\xCA\x90\tU{\xB7f-\x93H\xB2\x89\xD7\xBC\xEB\x83\xF7Eh\xEE^\xE2\x8E\xAA\xFF~b\x1A\xC1\fV\xEC\x85\b\xD3t6\xA8d\xE7-\x92\x18\xB4\xCBzE\xBFk&\x9D\xC5\x0B\x82*\x95\x15\xD5\xA2\xF0f\xAE\x89K\xF19\xA7)\xD6\x8D8\xAB\xDA\x00r\x14e@\bx4\xD5\xA5\xC82\b\x1D\xD2?\xED\x88\tC\x94B\xC8\x9FN\xF3\x8E\x12\xDB\x87J\xBEX\xDA8\x80-\xE8\x1E\xDBN\xAE8\xEDz\xFFU\xE6F\x02S\xC2x\x03\xD5q]\xC1\xE1I\x04\x18oX\xBF(\xE3\x98Y\xAC\x1E\x92\xB5\x19{\x86L\xBEo\x96+\xA7\xDEpw\xB5\x15c)>\xB6[\x04%\xCEs\x06\xEFQo\xFC\xAC\\\x91\xF8s\x17_\xA5\xCE4\xAFt&\x94\xDE2\x17\x9A\xB4\xFE\x85i\xF3\x9E\xC9\xE9\x80?\xA3\xCC\xFC,\xC6\xDF`\xE8R\xFE\xDC\xAF\xF8Z\x11\xC8Q\xB7\xF8\xD6\x004\xE4\xABo\xCA\x9Ay\xF5:\xAE\x9F \x83\xBD\t\x9A;\x10\xB8\xCF\x8B\xDE\x1F\xBEg\x8A\x0E\xBC:\xF7\xA7O#\xE6/A\x1B\xAFwP$\f\xF5\x7FR\x8B\x10J\x9Eo\n,\x9BAg%\xA1\xE07f \x98#\x89k\x93\xD9\xFE\x1D\xEBE\xBA\x91\x12k\xD2G\xE1b\xC8\x7F\xEE1F\x01S\x98A\xF5\xE1\x9F]\xD2\x84p\xC9Z\x8E\x7F\xCE\x0E\x91:\xBA\xD4\x83\xB0\x184\xE9u\xB8\xF59\xCD\x8B\xC1\x15\xCF\x8F\xF1y\x81\x02\xD13T\xF2E\xBD\x0EW\x810\xA6T\xE1_\xFC3\xB2(\x17P\xD7\x86j\xA3(\xB3r\n/P\x1Ak\x00C\x11\xB8\xF2\t\xA3\xBDd\xDD+\xFDmCd\xDA\xC2\xA8b\xD6\x85$\xAE\\\xEFt0U\x0B\xBDH\xAD\xEA[\xA9\xC7\x18\xA0~;\xC4h\xD4\x18+\xC6\x8B\xECw\xA2\x90\xF5\xAA\x1F\xC1\xE2b\xEB\xC8\x84\xD6\xAB\xC4\xEA)\x99\xE1c8\xD8H\xFAT\xEC\xA7[\x96\xE6-\x01\x90>\x1D\x02E\x12}M\x05\xA2\xE3\xB2<\xD8\x1Bq\x8F\xC2u\xE8`+\xF5\xAE\xE7\t\x82\x00|\x9BM\x0F\xC1?\x04k7I\xFB\r\x8E9\x16Y\xFDwG\x8D\xB4y\x1F\xAB\x88r&\x973\x87\x1E\xCC\x12\xB8\xA0To\xEE\x9AW\xC0\xE4\x92\xD8\xB9C\x80 b\x96\xF5,O\x13\b7\x86\xD0O\x97#Gp\xB5\xF08\xACd\xD9V\xE5\xCC\xB6w\x99R\xD0}\xA1&\xBA\x963\rV\xCE\xF6K\xC6\x15\xE7\xB3k\xC3{\x04Jt!\xC5\x0F\xD1\xB4*i\xA6\xFD/\x19m\xF8\xC5~\xA6\xCB\x04\xDD\xA2\x99\xDA\xB2q\x04\xDEa\xC0\x9FU\xDC\xCB\x1E\xFF\x85#\x9C\x13\x8A+\xDC\x1A\xAD\xF4E\xE0\bb\xF2\xDB=\xA1\x05/\x94Y\x01\xCF\x0E?\xF2\xAE\x8C\xD7\xF7\x83H3x\x8A\xF2\xCB>^\x9B\xD1S\t\xE65\\\x87=hH[(\x14\xBB\x8E5\xF9\x11>(\x92jE\xBA{0^\xEE\x06d\xBDn1\xC5\x89l\xA6\xC9\x1C\x86_n\xB7\xD7|\xA6F]\x9D\xE10X;\xE9a\xAC\xFC\xDC\fM!s\x83\xEC\xAD)\x8EG\x14\xB3r\xBF\xF1\xC1\xEC\xFC\xA1Aj\x1C\xA9\xD4\x88t\n\xF3\xE3\xA6\xD3\xF9L\xC3\xA5@\x80\x00\x98\\\x12\xEAN(}\xBE\xE3\x13\xEE:\x1F\x81,\xDA\x91$h\xBC\xA2\x19}&\x93\xBFe\x9C\xB0\x07\xC4\x14;g\xBB\x9D\xD9\xFA \x95\x0E\x1C\x8Cy\xCDR\xEF\xC7}\xE5]\xB3\xC3\x9AX\x19:\xB0\x93u\xD2"\xE7K\xD8 \xB5=\xD3\x93\xAF\xF9D\x8C\x9ET\xFD\xB2\xF1\xC0x\x13\xFA\xD0\b\x97\xCA\xE3\\C\x19\xE85\xD9Qz\xDF\x01\xF0u+U\xCFL3`\xA99\xE1\x84\n\x99/E\xF7\x1FL1q\x8B\x01b\xE0\x103Y\xB2\x0Ey\xF1\xA0s\xFE4\x0BU*\xCDg\xC2\xE1pa\x06P\xAC\x86CnR\xB3\x127\xA4\xCF\x88l\xFA\xB9\xA2\x8A\x1F\xCA^\x85\xA7\xEB{\xAF\xD8\r,f\xB1$Y\xB9\x90\x05\xA4\xDD\xCD\r\xEA\xBEE\x1E\x83\xF4\x9Aj\xC7\x8D,V\xC0\x82d\xDC\xA5v\x1B\x032\x95=\x1A\xA0\xCB5\xED\x1E\xDB,\xFE\x81\xF0s\x02(Y\x93B.cL\xAC\x0F@\xC2\x05\x8D\xDF\xF7\x97\xBFI\xFF\xD7p\x14\xD0vd\x81@\xAD+\x7F\xA1\xCBn\xBAC\xFD\xA89\xD0\x07\xE6H\x16\xC6\x97\xEA\xB6M\xA9\x0F\xD3\x8AI\xE5q\xB9X\x90\xC2vI\xD5\xBAN\xAE\xC7\x1B\xED\t\xD3\x96\xFC\xDE1l\x17aBOl\x1A\xEA\xA0>\xF3\xA87%\xEDS\xFBg\x96\xD9U5\xE9\n\'\xDAO\x1Ae\xB1\x9A#p\xF5]>\xD5\x85\x7F\xF0[\xB3\'\xFD\x96c\xA4\xF6<\xA9 \x96d\x10\xF5~\xE0\xA8n\xC19|\xB6\x91\xF3\x9F&\xC9\xB5\x87\xD1|\x8F\xC6R\x87\xE2\xC2\x9B\xB8\x15\xC8#\xF4\x04\x83\xAE\\\x92|\xE5\x86\xF7wA\xD4\xA9.\x8B\x12j\xFB%\xC5B\xDEy\x12/\xD5\x07\x18\xE2[\n\xE9.\x8D\x9E6H\x84(\x13\xE5X$I\xD5S\xB2\xFB#:\x03\\0\x0Eh\x01E]\b3x\x8AN\xB5\x13vH\xD3\x16\xC3\xA20\xBC\x10\x8F\xEF\xB9M\x07\xC03\xE3\x9Ce\x06\xA5\xBE\x80Q\xC7G\x7F\x88\xCCj\xC0?\xDD`\xD3\x05\xBD\\\xF6\xA0\x88\xCC\bw\xE8\x82q\xEB\xA4\xDE\xBC\xAB!\xDA\xB4~\x8E\x1B\xD7\xE7\xA6;`\xDF\xC1\x9E\xF2\xFD\xB86\x9E\xCA\x86=\xF6i\x9D\xCC\x8F\xA5\x18\xFF\x83,\xF9=%|\r\xE1_\x1F\xD8;\xEE{\x9E\xC3S\t]\x9A)>\x87\x0B\xF4q\x1D\xE7\x9F\xD1:R\xE0\x11i\xBE\xFB\xD7\x8An\xCA1t\tI\x8B\x14j\xE4\x81|\xEBX.\xE5J\xA7\x06=N\'\xF3j@\xD1\xA1g\xB3\x97\xEFD\xB7s\x89\xBDW\x021\x8F"\xE6\xF2\xABq\x01\xD9iS4\xD6\xAB-a\x91\x18l\x80\xD2I\x91z7\tR\x98\xDAX\x9F\xD0_3\xC4F\xAC$\x11\x91p\x18\xD4x\xC3\xE5\xB4}\xC1\xDE\xADQ\f\xE3\x18S\xD5-\x9F\x05\xF5)\x96\xB0`\xD5Bg8\xD0L\x90\xEF\xB6\xA3\xC3\x8B\x10\xBBA\xEE\xC3\xA7)\xB7\xF3\x19Y\x9F\xEE\xB1?\xF9&\xAF\x1Ax\xFF\x95\r\xCDd\xD9\xC1\x00\xB5\x99!5\x0B`\x87\x130\x94p\xF1\x8E\xC5r\xFD\x84Y\xCFJ\xE5w\xC9\x17\xF8\xBA\xA3\x89\x1D\xBE2\\\x17z\xFCKf\xDE|\xFBM\nw_4\xAD\xCD+\xC0\x14~\xE5\x8E;\xBF\xE9\xA7+Z\xF5L\xA0@\xF2]O\x8A\xEB\x99\xD1\xEEF\x01\xB9\x1F9L*\xA5b\xBE\x117\xAAg\x0B>\x81Mt\x13\xFD|\xE1\f\x9D\xCA*\xE7\x1E\x99\x05\x82\xAF#\xDA\x9A\xE7\x03\x89\xDFfG\x84_\xC6\x0Fn\xF4P\x82\xDDt\xB9\x8C2j\xA9*\xE0\rfp"T\x9Fu\xD8_\xCC\xB1\x02\xDC>\xE9\x7F\x1C\x8D\xDB\xA0$\xEB\xAA\xDD.\x97T\xAFGn\x81?\xB1Z\xCF9,\xC9U\x8DD\xC2=o\r\xF6!\xD6\xA8/L\x98\xD1fA\xB1 \x04\xE5\x19\t\x84}\xCB\xBB\xA3<\xFA\xAB\xC76\xE9\x85\x9Dz\x12\x8A#\x9A\xCA\xB3\xF3/\xC3aT\x06\xCE^\xC4\xEC%\xD4\xF6\x04\xDC\x92s\xF5\xA5n\xEA\x13i\xF9\x1B\xA5P\x96\xB5r\x9C\x07\xFA\xDE\xB7"\x01\x11\xCA8\x9Am\xC4\xD3\xED\x1DF\xFC:\xBC\xE0\x15\x8Fh\t\x1A\xF7YC\xBBo\xF8^QAr\xFE\x95\xB85\x8D\x10>f\x83\xA67c\x14R\xC1\rG\xB9^\xA0\xD2\xB6\x7F\xD7&\xC95\xE6T\xDF\xBE\xAE)\xDD\xA6\r*\xD7\x9A\x04\x84\xA8\x1E\xB5g\xA2\x1C\xCF6\xA8 iI\xE7i\xB8P\x0E\x1F\xE7\xB5\xCB~9\x19\xFE\xEEW\xCC\x9A\\\x8F\ff\xD5\x17\xBF\xA9=k\xB0 d\x96\x17\xE6\xB1\x0FZ\x89\xB9\x98\x03\x1FL\xF8\xD0\x81P~\xB8\xFBVi\xDCv\xCF\x954{J_\xE6B\x83\x06\xB6\xC9\x8F*\xF6\xD4\xC2pF\x9B\xDE\xAFQ\xB9g\x89\x15\xB2}\xDFQ9\x9C\xE9\x05\x8B\x12\x9BK\xC0\x013U\x80@\xD4-\xFC8\xEAz\x8Be4\x14_\x029\xE3\x8A2\xB2=\x0B[\xED\x01\xC3\x82\xF4\xB2uW\xD9)X\x14t\xACa;\x90\x15\xFCZ*\xE6\x94\n\xDBF\xF95\x1C\xBA\xF5mH1rU\xD3\xECu\xE0\xA2\xB9%\xF4~\xA6c\x17\xD6U\xA8\xC9\x95\xE9\xB3\xC4\x9B\x1Eq\xCB\xF4"\xC1\x8CG\x16\xD7,\t\x96\x15\xC5\xFB\x92\xFD@\xDB\x85\x03\xA11\xEFi\x83\xCFtB0\xAAp\xC4\x85\xD2\xA3&\x92\xC9\xB3\xDF\xF7%\x858\f\\q\xC7\x07\x92\xBF\xE2D\xB2*\xF2\nwH#i\xF0M\xA8\x13\x95Q\xA2\xE1o\xAE\x9EUm\xCE0\xA2;d\x9D\xBC\xEDK$W\xD1\xBC\xAC!\x07\xA0\xF6\xBET$\xEAc\x07u\xE5]\x00\x1C\xA3d\xBAE\xAA\xCD\x90\x16H\xE8lQ\r\x83\x9Cn\x1C\xBC<\xA3\xDA\x8E\b\xD2@_\xE9|0\xFC9a!\xE8\xB7N\xDFy\xEA\xB0n4\xCC|\xB3\xE4\x0Fx=M\xC6`\x1B\xD5\x91\x10\x9D\x04\xC3y\xDCX\x8F\x14w\xAA\xF8"\xB5D\xEB\x94a\xF8\x9FJ\xC5:\xED\xA9L\x06,\xBDY\xD67\xF4\x97['), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB7\x00\x80;r\xD3T.\xAAy\xE6K&\xBEh<\xD0\xF9[\xBF.\x99\x06y\xAB \xDAD\x9A\x0BX\xD4\xFD`\x9E\xC5\nP\x8F\xEA)\x9Fb\x05\xD2,|\xE5\xC38u\x98\xDD]\x8B\xE4\b\xA2\xD4E\xF8\'\xB9V/^\xE2\x1D\xA3\xEE\x8E\x0F\xC7\xF9\x92\xD1\x00\x8A\x0E\xAA\x97#\x8B\x15f<\xCEG\xEF\x8Dp\xF9\xB5\xE8%\x8D\xAE\x1BF+o\xD3:{\xBF\xDD?\x89\xBCS\x9A\t\x8D\x18\xEE\x04#\xAE>j)W\x1C\x89b\x9B~\xE2\x9A\xD1l\xC2L\x02\xB4e\x1EY8\xA2s\xEET\xE0nI\xEA\xAF\xDD\xF5\x86\xBA^\x0E\xC4-Ow\xC3h5\xEC\x86\xDF\xB3\xF7\xA7\x14\xFFN\x19l\xF6\xAD\x1FFg\xB3S\xCEn\xBE\xFB\xCA\x96\xB5y\xE9\xAD\xCE\x04:\x15\xF3\xAD\f)}\xE0C\x82\xDA\xBA\x15`\xC8\x1F5\xB9\x06x\xA0Lm%\xD83\xA0e\xD3\x85\x15\xA4B\xCD}\x02U\x96!`\x81\xCD\xB0\x95\xE96r\xDE\xCA\xFB\xA4-\x86G\xA0\x13O\xF0;\xC4\x0F5M\x19\x83EW\x88>\x93\xCE\x9F0\xF3v\x06G,\xB1\x9B\xF7\x84\xD4*\xC9\x00\x12\x9AV\xFE\xE9\x1B\xAD=\xDE\xF6\t\x92\xB8\x14j\xC1E\xE2/Vv$\xD5\xA2\x12\x84_;\xD7~\f\xE45\xD6u\x81\x01\xDBn\x92\xF1\xBEs\xC4\xDEs\xF9\xBDU\x16k\xC3\xAC\x99\xE5\x88\xD6~Fd\x1A@_\x8C\xBFu\xB0?\x90}\x06W\x98c"M\xDA\xA12\xF1\fr\x9D\xEE\x07\xC1C\xFEP\xBE\xEC$\x95\xBA\xF4d\x90 ^\xA9,H\xA0$f\xDD\xA5\x07\x990 d\xE8\xFF\x8D?&Of\xFD9\n\xE9\xC1\x93\xE4\xA60\xEE\x1E\xE1\xCBL\xBC\'\xE6\xC1t\xB1\xEA]>\xCA\x89\xAC\xD5\xBA;\x8B[j\x91.z\xAB\x03H\x19V\xC6\xB1\x06\xE7\xBD\x18X\xD1\xB3\nS1]\xED\xB5\xD6\xA3I\xB2\xD7\r\xEC\xCD\x1C\xBCV\xA5\x16S\xB2\xFA{\xD2[9\x81\x0Eh\xA5\xF8\x898\xCF-\x82\x19\xFBz&e\x19K\xFA\xA8\x14\xCC\xB3\xE3\rW\x8Bn\xDD\x9C)qE\xCD\x98}\xF3\x87\xFEA\x8D\xCA\xAB;\x12w\x847\x1D|\\\xA5r\x94\xE0l\x8D\xCFr(\x10N\xB7\x02\xA0o\xF2.\xD7^G\x13\x01\xA7o\xBF\x96\xE0S\x01\x93\xE7~)\xDD7\xF3 \x9D\xD4\xC74\xAD\xFD<\x87\xEFP1\r\xE0a\xC0y\xE9\x1Fl\x8CN\xC6\t\xF4\x97\xBC.\x86\xF97\xB0$\xF11\x9E\xDC\x87=\x96\x18\xDBR\xC2\x94\x1A\xB5\x9Ez\xEFP\xD7\x0BH\xA5\xB6\xCF1^\xC5\x9Bc\x85uM?\xF9i\x12\xE8y\xD1\x16\xA4h\xB6\x8E=\xA7-\x10\x9Ch\xD0\xFE*\xDFhY\xD0\xE5\x06Q\xC6\x13K\x04_\xC4D\x07i\xEB\xCAb%\xADD\bs3\xDE\xC8\x8F\x1Da3\xF4m\x12@\x84\xAF\x1E\rH\x02\xA9\xC2\x92]\'\x82\xBEQ\x94\x05\xDE"\xF8s\xCA\x1CM\xD7\xB1\xFA\x1D\xE9\x95\xB8\xA7>#p\xAE<\xD9x\x9A\xD4\x82}\xF8\xBAU\xAA0\xF7\x8C\x7F\xD1\xE8\x81Q\xFFi@\x9A\xB0\xC6\x88!\xE4w\xF7P\xD9\xF0\xB9\xD2g\x19\xDE\xB6\xEF\xA6E\x1E`\xB2@\xC4Y\x9F\x03\xE5m\x80V<\xA4ByR\x13\x8A\xFD\x9E`\x90\xEF(\xB9\xEA;\xAC\x1F\x91\xD3\x16v\xBE\x0E7\xFC\xB9\'\xA9\xED\xBC$\x07\xE6Ef\xD3\x9F\xBD\b\x97o>\x8E&\xEA4\x07\x7F;\x01m\xC8\xF1-|\x84\xD6*D\x95\xBB\xF0&\xC7\\\xBF\x050\xCB\xEEK\xC0\x1A\x0Bi\xA7X\x18N\n\xE2p9\x9BI\xE0\xA4X\x98h\x14];\x83\xDAY\x7F\xFC\x93+V8`\xCB-\xA6Xx\x9EP\x88\xCD\x98\xD9\x10\x8D\xE1\x9B\tL\xEC\x12\xAF^4\t{\x99\xDC\x83\xF4m\xB0\xD9~5\xE2\xCEB\x89\xF8m\xC9\xA0[&\xF2\x02\x84k\xEE\x1DJ\xDA\xCA\x9D\x0Bs\xCD.\xA2\xB9\x16\x04\xAF\xED\x8B\x17\xE0\xFD\x12\xC7\xF9\xB0\x14aJ,\xB4\\9p\xAB\xBCg\x8Dt\xFA\xD1\xA8\x17\xE37d\x9F\x1C\x93[(\x80\xB4U\x02\xC2/\x94\xDC2\x88\xC2\xAF_\xCA+\xB1\xC4\x88/{\xF7\xB4L\x18\x8C\xF3<\xDCKl\xC5$}F\xBB\x829\xDAj#\xBF\xE6s\xA2\xF6$\xD3\xFB\x192\xDF\xC4"R\x88cC\x0F\xCE&\xE1@\f\xA5\xF9r\x99"z\xE6\x12\xB3vJ\xE7\x15A\xD7\x0B=r\x01\xE7C\x8F)\xEA\xAAjR\xCBw\x80\xA6\xFA\xD7\x99\xAEc\xE8q\x97D\xF1\xA8\xFE\x85\x17Q\xC1\x89>W\xA2\xF4I\x9A:\xDA\xC0\xFE\xA9{P\xB8\xFF\xC5j\xEA\x15F\xD7\xAD:d\xFC\xCF\x07f\x93}\xA1U\xF5\x97a\xA8\x1B\xC0\xD6`\x02\xC2\x0F\x9A\x1E\xE8.]\x0E3Q\x03\x1E+\xCE\x0B\x8E1ZA\xD0z\xEA\rd\x94\xCC|\x05\xB6\xEBv.\xAC\xFB\x8E\xEDo\x83I\xD28\xBC\x8F\xF3\\\x9F\x84C#\xA5\xF4\xB9)\xE3\x8A \xD1\xB8\x10Tn8\x96B\xE22\xB3b\x06B\xB7p\x8C\xF1\xC2\xA0\\\xB5Oy\xC5\xDB\x06\xB6\x97\xAAL\xD9\xB8*\x16\x81f\x1D\r\x91ZF\xC64\x14\xACb\x1F\x9FR,\r\xCC\x1D\xEC\xBFW\x8D6\x1BM\xFD\xC0w4K\xDF\x84\xFB\xA4\x1E|\x86\xF6o\xD4\x8F\xC6\xA0\xE4\xD0>x\xD9\x88\xFB\xE1\x1B\x9Bo%8i\x1E1\x03p\xE6D\xADV\xC8\xA1\xF5\xD5\x1C^\x9C\xD5*\xE7\x83\x05\xDFcq\xB6I\x7F\n\xE0o\xD5\xC7i\xAA^\x13\xED\x9Cg\xC7\xEF\f\xB7\xCFT\xA7H%\xEDX\x1AJ\'\xAA\x16\bEh\xA6:\xEE\xAF\x8A\xF7\xE1\xC6\xF1\x82\xA6Z\xFA\xD36\xE3l>!\xB2\xE0\x06w\xF6W\xB8|\xC8\xA9\x89\x00\xD8\x940\xB1@\x9C\x0E\x81\xDC;\x91\xB0\x03"/xG\xDC*\xFF\x16\xBB\x989\xFE}\x80\xF6i\x922\xEB\xC0(\x0F\xCCcI\x13Y\x92~:\x11\xC0\x9A(\x90\x01K\x87\xBEj\x88=\xBE\x95C\x103\xF7@\xE9\'Y\xA5\xF9\x17]\xF2wF\x06+\xCAqA\xD6\xA9\x90X\x9Be\x8Ct\xE1\rk\xAE\xD8\x0F\xBDP\xCC\xB2Y\x98\x7F\x80T\x01\xBC\xD4\xA2C\xB3\xD6%h\xEDv\x15\xBA\xAA|\x0E\xEFK&\xCEg\xA5\xD8\x90\x1BO\x9B\x116g\xCE\x87\xC1(\xE6\xB5\xA1\xF5X\xE4\x87b\xBF\x17\xE87\xC4\xF1>\xCDP\x83\xC34\xA3b\xDF\x01t\x1C\xD6\xF6@\xDF\x953v*\n`\xFFH\x8B\xCAO_\xD9,\xEB[\x9F\x11\xAC\xFD\x1FQ\xECs\xB0\xD0j\xC5\xB7\xE4Ms\x03\x93R\x19\xD1\x7F\x1D\xB9\rO\xFCr\xB3\x04 \xAB^\x9D+\xF8\\\xE8 ?\x9A,\x87H\xA7\n\xB4p\x1D\xAA\xE5\x83\xEE\xBE\x97\xE0\x1C\xB1\x07\xA19\xFC\x98\xCE\xD9V~\xE3\x86\t\xC2*\\\xFE\x80z\xF3\x8F\x1C;\xD8\xAB1a\x89J\x976\xA3\xF02\xCFE\x81\xD7\x7F\n\xB7\x1D\xD2y\x06\x8Dm\xF0\x13\xC2\xE64f%\xC5\xF1Ng\xCC\x1FTn\xA5y@\xF4\x84\xC6r\x18B2\xC4\x92:\xB6mB\x9D\xE19\f$C\xAC\t\x9D\xEEm\xBD\f\xE2\xC4\xFFo\xDB$\x8E\x9D\x11iR0\x8F\xEAL\xA9\x96E\xB9\xCE\xACN`\xFA\x8F\xD1\x9D\\\x8A\x11\xFEA\xAE6\xF8\x0F1\xD0e%\xE3T\x8C\xB2\x03i\xF2*X\xD6\xF7\x8C\x18\xBB\xA4\xDBRc\xC8}#D\xFA\xA4i?\x15\xAFU\xC5{[\xE3\xF4\xA2\xBD\xFDp7\x13\xDDX.\xFCx\xD8!\xB7{R\x01:\xD8\xB9\x9E}\x91\xD9\xC5\x87\xE9\xB8\x99G\x0B\xBCg-\x81\xB2\x17\x9C\xC8\x11\xAALu`\xEF\x96\xD1\xFB/\xB5\x82\xCFW\x90\xEC,\xD5\x84B\xEB\b\xB8)\xC9\x1B@\xDF\xC7\x87h\xF0\xC2\x0E\x858\xA1\x95?\x0E\xE3\xAE\x1AqI+\xE2\x16c$J[\x02\x19~\xA8\xD5\x00\xEC%\xDEGa\xE8z3\x01\xCD\'?k\x16\x8B\xE8[\x12\xDF4\x1A\xB3z\x9D\xFBe\x1E\xA7;\x88Nx\x93\x0B^&\xB3\xA0t"\xE1^\x04\xEEl\xC9\x82-\xEB\x93\xF5\xC7\x06R\xB7\x9Cr\xAB\xDC\x90\xEF7N\x9BuSx\xA6\xFE\x88"\x97\xB3\xE5\x81\xC3\xAE3u\xA1G\x00\x97uJ\xCB\x07]\xBE\xDE\x95n\xF8\xD6c\xB1\xED\xA8H\xD3\x02SA\x92\xB0L\xC01\x18\xA7Cv\xBC_\xA4l\x85<\xEF\xFD\xCE.?k\xC9(\x87\x16\xC3\xC0\x0B\xD1=\xBCS\xD8mZ\x0F\xF6I\x03\xB9\x1F\xC6l\xAE\xBF\xF5\x89"8M\x0E\xCD1I\x9C\x01\x135s\x1D\x992\xF6\xC9\x17\xEBn\xD2\x8Ac\xDC\xFFP\xD0\r\x1F4\xAD\xD3w\x8E\x1E\f\xBEU\xFA\xB2a\xE6=\x8E\xF0\x98,h\xF2\x07:\xA3 z\x9C\xE1T\xD6\xF1:*\x0Ed\xDB\xA8\xE8\x8Fr\xB0\x16\xE6\xBC\'\xCB\xDC\x81\xC1\xE7k\x8A\xD8\x7F\xA3*\x0B\xB4I\xF2\x9C&\x8A\xF9\xDAU\xE9\x11G\xA7\\\xE4\x82\xA1\x11\xDAr\x02\xA6\x1DmE\x11\xAB\xC7\x1A\x8E\xBAP\xD3\x89f\x11\x92_\x86\xE5\xA2Q>w\xB8-\xF4Z\x85vT\x8FlZ\xFAN\x0F\xB9^\x057Q\xFA\x98\x1F{\xC2\x12\\\xB3={\x95\xBA(h\xC76\xF5yJ#\x953\xCCX\xDA[\xB6\xE4\x84J~\xE0\xFC1\xED\xC5+>\xAA%\bp\xD3\x94\xFA\x14\xD0\x03\xA1"\xC7\x077\xF3\xA0A\xAD*w\x9D!\xAC\xC1\x84\xE3Y9\xD7\x911j\xE4\x9F\xC6e\x02\x8A\xDE\x99\x06\xB4\xD4d\xEB\xBDE\x8B\x196\xA2\xF9s\xD43\x9B]\xADiD\n\xB4\xF5z\xCC\xB7F\x1B\xC22\x82VFj\xD9A\xA9\xE0\xB7 \t\xC7\x8D\xDD<\xEFH\x12h\xCB\xADo\x04\xEB\xAA\xCC\bL.\x17C\xF3Q#lB\x91/\xA4\t{\xF7\xB4\xCA\x8A\'\x17W\x02\xEB#\xCE\x15\x93\xA3o\xE4M\x99\xFE[\xED}\xB1b\xE2\x98\xBE\xEE\x7F\x96\x14c\xD5{\xEB`\x00\xCDW\x93\xDA0\x1B\xF4\xBB\x87AUv\x1E\x80\xEC\xB0\xA3\xD0\x7F\xBD\xA9\x14\xFF\xC9\x1DV\xD2\xE6he\x07K\xBC\x91\xA6C\xC0\x86w\xDCU!\x80\x18\xD97\x8B\xA6(\x06\xC9\x1E7\x10\x89+O\xF8<\x82K\x9A4\x1A\xA5m\xB7\xFBy\x9CK(c\x15\x99\xFA\xB8\xDBr\xFFb4\x1A\x85\xEET\xE1t\xB1\x85:\x9E(\xE7\xADz\xF2\xCDq\fa/\x00\xF25\xC9\x03^\xBEj\x11\xDFB\x9B\xF4t\xAB\xFC_\xB2\xCEp\xC4\'\xB1\x11\xBCt\x85\'\f?\x8B\xE7\xA7\x0B\xD0\xE0\xC3+;\x83[\xCA\x92\xE2\b>\xD5a\x8D6\xF1c\x13M\xC3<\x99-\xDF 9\xB3\xE3O\x9A\xB9f\xAEB\xA0+\xF7\xB2S\xD1iL\x8F\xD5S!\xE2\b\x90\xA4\xE6\xFF\\\xDB\xF5N\xE8\xC5a\xD3Tq6\x92}E\xA4\xF0Q#\x10G\xB5\x9Bo\xC3)\x9FI\xBB\x02\xDB\x90\xFC\x0F\xD4[\x81d\x9E\xF7\x8D\xD1\x19F\xD8\x83\xEC|\xCB\x93t!\x86\xBB\x15\xE8?\xC2\x9FgD5\x1BPk\x8FA\xD0\xAC8\x97\x1C\xAF\x04\xC1\xF0\xB5\xFE\x1Al\xD4\x05\xBB\xA2v\xF3\x1EO\xFC\xAF\n"\xCF~\xA80ko\xB9F\x00\xC3\x13k)}\xA7\br&\x11P\xE3\n;\xEB\x005\xA3)\ny\x84\xF4\xBA\xD6{\xF0\xC9-\x9D\tg\xFD\x7F\xDF-D\x80$`N\x8A\xB0]\x91\xE7-e\xCD7\x8E\xE8x\xDDf\x96\x19W\xEB\xB6\x91\xF5\x1B\xA9R\xD5E\xE9\xBD[4\x95\xFB\xBB3\x8Cc\xA5\xC4Y|\xDDb\xB0\xCF/\x14Z\xAC\x03\x87\xB6\x14v#\xC0\x8CS\xA1\xF5j\x14\xD9\xA0\xE6\x0F\xC92yA\xFB\x86\xDCW\xA6\x14@\x804\xF7\xC3B\x87\x0E+\xCB|\xE60\x94\xAE\x04\x87\xF3\xC6\xE0\xA3m\xD3\xAF\x1CI\xD7\x96\xB4\xF5\x8AN\xFFm\x95\xE4(\x9BU=\xE1\xA8Z\xEB5\x10\xCF\xB9\x83Y\xC8v=(\xF6\xDE\x9A\x18\xC5\xAF%\x07\xBFk\xCB\xB6S\xA4\xE1&n\xD4U\xA0;\x81\rsY"=\x14La\x1E@V\x03\xF5k,\b\x17B#\x9D\xEC;\xC4Ij\x0F\xD4e\xF9J\x81\xD8\xB2!qL\xE72\b\xAE\x95\xBDdM\xA9\fYGz\xF1\x94]-\xEC\x10u\x05\x92\xAFO\xE3\x05f\xB3\xF1\xC6\xDE\x9B\xCFx\x90\xB2\xF0\x86\xC9\x98\xE1\xBC\x80q\xCCW\xBFu\xD6\x1C\xB2\x8C\xF66\xBD\x1E\x94\xCB\x05Bb\x99\x00<\xA8\xF9\x1FlE\x02\x85\x1E\xD6p\x8E\xE3\x9E2\x1A\xDA\xFB\x9AJ\xD3\\9\xF3\x1C \xBD\xD7K\'@\xFEg\xB7)\xDA\x07q\x12/\x7F#>\xA2\xEF6\x91\xE4\x10\xA7`\x06\x7F\xCC\xA2\xECt\xAF,|\x18\xF2\xC7\x8F\xD6|\xC1\x8C\xDD\xCE\xEE\x7F7\xB6\xF2\x01<\xD2\xB4M\x89}\xAD!\x83\xB8\xC8s\x9E\x8Dx\x98\x17_\x8B\xA4\x0E\xEAU\xA77\xC0\xE7\\\xA9\fP_\xDE\xAC\x04fD\x83-P\xDD$C\x85\x0B\\\xE5\x9F\xBBl/X\x0E\'\x9DN]\x15\xA3V\x97\xCAe!\xBF_r\x0B\xC8)B\x01i\xE9/\n\xDEX5\xF9\xAB\xE8\xC1~1E\x84\xFAe\x9CJ\xD7\xB6\x90\xD0\xFD\x1A{*\xB8\xF8\xCE\xEF\x99\xBA\x01nR\xD58\xFDN\x89\xDC\xAC\xEAG\xB5f\xF36\xB2+\xE4\x0FJ0\xA5\x81\x15\xF7\xA8\xE7d\xBD\xDC\x17\xA6G\x8A_\xEC\xC7\fp\xD2R\x1D\x95\xC8t\x1C\xD1&\x8A\xFF9\xEDn\xBE\x88K\xC9\x9FUx5\x17^\x90\xAA\x19\xB8\x92\xC6&\x14?\x05u\x84\x18\xE2\xC9\t\x88i\xBF\xF9\x8C\xDDo\xEAE\x93W:\x9D\xF3\x8EQy\xFA$\xBF\xA3H%\x859\x04\xB4\xF4\xE2\t\xBAA\xF2w\x15g C\x9A0\xDA\x11\x90 \xE1\xAD\xC5?\xE7\xF8/\xDFo_\xA8\xF6T\xC2\xA1\xD1\xFC@\x96z\xD9C\x19t\xAB\x07R\'\xC5\x05\xD8 t\x131\xCA\x99\xD5\xB1:t\xDB\xB8h\x9F\xDD*n_\xA0S\x92\xB1W\xA1\xC1\xE1\xAB\tt\xF2cA\x03k\x82\ts\xCFdK\x9D\x05\xEAz\xD3\x91g5$Zm\xA9\x1F\x00\x9E\xCB2Z\xBA\xD2\x9A|4\xB8\x86\xCF_\xB5>Z\x0Fn\xF0\x00\x91\x17\xED]M\x8C\xAC6\xD6\x11\xEA1\xCB\b\x81,Z\xCDO\xB4\xA5\xE9\xD2\xBDH)\xA1\x13\x89\xC0\x1FD\x84,\xB6\x1B\xE5\t\xB3\x8F\xC1.S\xB8b\xF2\x93\xE5<\x1C\xF4\xAE^\xE5L\f\xAA\xE9\x04\x82\xE1\x1D\x92V1B\xC3\xFC\x10\xCC\x1AG\x87|"k\xDDI\xF8}\x94\x19\xFC\x85"3]\x98\xFAT\xDA8\xF2x\xB1\xCC\x0FQ,\xEB\xA63\xBDH\xEFf\x1A\x8A\xD2\x12\xB7y\x05\x1Bj+K\xEB\x82\xD5w\n\'\xAF\xD2q\x98T\xC8\x03&\x10\x8F.H\xB5V\xFFi\x85\xE0A\xC4p\x88\xFDQ!\x8DL\x13\xD7\x96\xFD\xBA\'\x02\x16Y\x98\xF8l\xD5\x97\x1ASp\x80*\xA8\xB94q\xED\x96;\x8BX\x9F\xBA\xC8a\x04\xAA\xBE\x90\xDF\x17\x85D+\xE5x\x87c\xAE\xCCY\xF2\x1B\xE5\xC1\xA2N\xF7/\bH\x9E\x15\xC8\xE3\b\xA2\xED2Z\xE6?\xA3J\xEE0\xE2!\x8B\r]\xB1\xF6\x04\xCF\xE3U\n\xFC]\xAC$\xDBY\xD48\xFDu\x95.\x18jJ\xEDa\xC3\x00\xD9\xA03\xEFM\xDB\xFBj\xA8~\x966\ru\xB0\x91\xD4\xBB\xF0b9p\xB5@{\xC1\r\x8Bu\xDC\xC7\x8F~\xA9\xCCF\xBFs\xDF@\x83b\x16v\x91\xC5\xE0Gk\xC0\xF5\xE9\x8E\x13\xB1\xDB\xF0A\xCB\xFC5\xA5{ \xB5\\\x13\xBD\x939\x1F\xC3\x80*\xCFa\xD9 \xEAf\x17~%\xAE\x93\xD3\xF8\x82`\xD0\xA9Q\xF2d\x1F\xB7O\xFFh6\xF0\x92/\xC7"\x9E\xB4\xF1?\xA1-\x85\x0E\x9C\x1DnD&ZM\xA1~\x88\xB4X\x94\rL\x8Cm\xFC\xD1u\x07\x9CC\x12\xED\x05F\x8B\xBB>\x9CP\x80\xE5X\r.T"\x9C\xFF+\x16\xB23\x9B\x0B\xD4\x15\x82\xB4\x1C\b\xA4O\x7F\xDB5M\xCD\x1B|\x02\xD0O\xB0\xA5\xF7\xCD\x86\x05\xBC"\x0F\xE5)\xD7\xF5\xCA\xE9=\xA7%W\xB2\xE4pR\xB7t\xAB\xF5[\xCB\x010\xF7\xC5C\xA3\xDE\xBB\x14\xE7k<\xD8\x86\xFBrAb\xEA\xA1Tw\xE5a\xF8\xBA\x10\xFE\x88g\xE7\xBAZ\xEE8q\x0E\xC0x\xE2e8\xD2_\x9Eq?\xADi/\x97\xDEG\x83\xF32\xCD\x8E\xDC4\x99\x16)y\xA8\xDB\xB5s\x04g\x8AzH\xC8\x90\xB7xK\xC9\xE3\x8D\xBF#=\xD8\xC4,\x89\xD2=\x96Y\xAB\x0B0\x94\xA9#\x8B\xDES\x942\x18\xAA\xF4\x91I\x00\xC0\x1A\x81U\x04\xBB\x19z\xC6\fe\xA6!\xFD`\xC3M\xE4\x83\x10^:\x96\x1F\xCF\xF35\xA6\x07\\\xEF!\xA2\t[,\xAB\xF8k\x94\x03J\xAF\x18n\xE9(\xC3u\xD7D\xFBd\xC1\x10'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xA6\xF7\xD6m-\xEBS\x1Fq\x9A?\x0B\xD6%O\xCB\x83\x1DZ\x9F\x11m\xE4\x98\xF5b\xA9\xEAR\xD0\x1AH\x8F\x0Bd\xD8\x19\xABM\xED\x16\xBCY\xD2!q\xC1\xDEA\x13\xA5f\xE0\x92@\xC6\xE9 \x90l\xD4/\xA4|J#Z\x97\xAD\xCC\x8A\xB8\xD8\xF4\xC6x\xAB\x93\xEEc5\xF7\xDA\xB8M\xCA7H\x1E\xC40\x89k\xFA\xB0\xE24\xA4\xBES\x883\xCCr\x8D?\xA0\xF2\x83\x03S\x93\xFA{\xC9#\bV\xAE\x00^\x9F\bH\xC0\xFD\x18\xE7\xCD\x88\xBC\x0FE|\x158\x04`\x810\xFCl\x11\xB3\x9A\t{\x8E*\xFC\x86\xB2\bq\xDC\x10%\x9A\xC3Wp\xEC\xFD({\xE1\x03\x9Ab\xDC/~H\xAA\x192\xB6[\x88\xF0\xB9x2\x80o\xDA7\xACX\x87>a\x07v=\xEF\x00c\xE2\xA5O\xB1\xE7\x17W\xBFA\xE3o\xC3>\xED\xA7\x1BvZ\xD3\x91L\xB9@z\x06\x85\x1E\xCBB\x93\xB5\x10F\xC2&\xFC\r\xB7\xE4\xCDj\xEB\x9F\xDA:H\x9C\xD2\x11\xF4M\xBA%\xF2\xE1p\x98\xBA\xE8\xB0\x1E\xD9\x9E\xC2+\x91n$E\x9D\xCE\x8A)\xA5K \xD1Ui\xDF\xC0\xF0\xA05\xFF\xA5\xEC\xCE._\xAD\x0E\x9E\\\xF5f\xA7\xEAV\xAE\x8Ad:&\x8E\x0Et*\xFD\x1Ah\xE5(\xA6\xCB\x15\x8C~\xCA\x1E\x0B\xD7S\x95a3\x84T\xF9\xD1\x0F\xBB\xDC~8\xF3\xD7^\xFF\x86\xB01\x04\x90@\r(~\xE1Ue\x8D\xF5\xD7Iv\xDF8\xD0 \x819x\xD2\x1D\xC5\x99\xF7^\xBEL\xCE\xAD\x90\xC3R\x82u?b\x9C\x01C\xA5/O)\xF8\xC8r\xB6\x1Bx?\xF0\x89\x02c\xAD\x0Bs\x19\x96\xEA\x10b\x9C\xCCP\xACh\x80\xC7\x1D\xB3\x12<\x97\xBB\x01\x89*\xBFo\xDB\x15\x94L\xF0qT\xD9\xA8\x04\x81\xE6Y~\x06/\xB5\xFF\xDE\xEC4R\xB4f\xF5\x8F\xA9\xDE\x13I\b\xE8\xAB\x97_K\xC2 \x92O\xB8\xC8;|\xBF\xDB#x\xE9\x18\xBC\xF7E\t\x9Dx#\xE7h\x17R\xEF\xA3I\xFA\xB4\x071\xA3\x03B\x155m"A\x14\xA3\xF1\xD5E\x1B\x91\xC1\x0E\xD5\x84\xE3\xC4slC\x8A\xA2\xD5i7\xCA-\x14\xA4\xEC3\xDF\xFC\x9F%T\xF7G\xB5\x83\xFD9\xD6\x98`0\xDB\xBFP\xA70\xCA\xB1\x7F\x0B\x98[\xCAk\xE0\xBF\x85\xE8\xB5\x93\xC7\xF3\xDB\xB67e\x98r\xABUj\xA4v\'\x188\x07\x02\xBD\xEF%P\x8F\x03\xB7\xE3l\xD5wB\x81Zn\xE3\x8B\xA83\x13nY\xA5$O\xE8\x8Ao\x00\xD2\x82E\xF9\x91`\xE44\x1A\x8B@"W}+\xD3tR\x9D_\x8B\xC5%\xE4\n\xC9!\xF80\xB9\xEEX\x9B\xAF\x97\\1y\xC3\xF7[&\x85T\x99\x00\xCB\x17\xAB-\xD3\x04h\x95\xCF\xE4\xC3\x8Fu\x05\xCB\xAB@\xF1\\\rr\xDD\x1F>\xD1\xBBw\xED\xAE\x9C\xF8\f\xAAG\x1C\x00.\fy\xFBO\x85^;\xD8\x89L\x03\x92\xCC{H\xD3\x18\xE1\xAA\r\x9B\xDA|\x0F\xF2\xB1!d\xBD\xEF\fE\xC2\x1D\xF1N\n,B\xF4\xB7g\x13!\x94\xB5(\x9E\xBE\x07\xAA\x85)\x01O\xDBh\xCF\x92b\xEF\x88\xBD\xA8\xE8C\xD0\x16\xA2\xBC\xF0}\x9D\xE2Ab\x11\xDB\xF8s\xB4\x82\xF1\x88D\xAD\f\xCD]\xBE\x97\x1A7\xD4\xE6Bd\xD9Lp\xF6\xD3;\x00\xC4\\)\x06\x81>\xEE\x9B\xC0\xE3u\fU\xA8D\x96\xF2\xAF\xDD\x19\xBF\x92G\xB73`\x98\x05\xEB\x83\xAD,G\xE0\f0\n\xED7\x9Dg\xBD&\x02\xD8P\xE5\x7F\xA1"\xE0w\xF8X\x9B~\xAC\x01\x80\x0E\xB9\x9Ct\x87\xEB\xA4\xF5\xD2\xB1W\xCB,\x19G\x89/\xC4\x1B\xFE\xCDR\n\x87f%\\\r\xF2\x86\xE2\xD2k\x1CSh\xF1\xA1\xB7f\xF3R\xD8w\xC9\xE5\x8FzZ\x9B\x16\x90+\xFFiD\xC9\xA9*\x14\xF0 \xC3=\xE90a\xE2\x1AN8hF\x1D|\x82\xFE`\xD0\xF5\xB2\xEA\x8Fd\xB6x\xA0I\xFA\xC9p\xDB\xA9\x7F"J\xB2\x918\xCB\b#\x87Q\xC8"\xB9\x86*F\xF9\xD1\xB02p\xBB<\xD5\xB0\x0E\x8F`\xBD\x80\xCES\x95s\xA6\xCDE\xB1\x0B\xCB\x8D\xB9\x12\xE5\xA14\xB8s\x95=]\x7F\xD77)\xE2\x16:\xB3\x8D5\x9B\x17U\x000\xC3\xFC\xDD\x9Ax\xE6>\x19\x97\xA0i\x04X\x15\xA2!\t\xEC\xC8\xF8X\x87\xF1O3\xE8\x07nF-\xDD]\x16(\xFD\x94}$\xDEq\x96\xFAQ\xD6\t\xA7\xDD\x12"\x9BK\x07\x84\xC0\xEEl\xD4\b\xEAD\xBB\xCC\x8C\xA1\xEFq\x17K\xBDZ\xD2\xFFu?\xE3\xF4\xAD\xC2m:\x84gH\xA6\x1Ce\xC3\x9C\x19t\xD9\xA1\xF9\xB0\x05\xBB\xF2\x83i\xC3T\xF3\xAA[,\xC4>l\xEB\'S\xBD\x01\xC8\xA6\xF6rZ\x95 \xA7Ny\'\xF7^t\x11=a\xAA(\x8B\xF6\xA5\xB3/\xC9\x8D1}\x92\xE0M\xB7\xD8\x97\r\xE3({\x00\xD1\xB4:\\\x1D\x8B6{\x9EI\xD9:\xA00\x02\xCE\r\x88\xB0\x17\x8FDf\x86\xE60h\x19\xAF\xCBB\xFDa\xC1\xDF\x82\xAE5\xE5\xD7\xB8\x85\x05\xC95m\rb\xE0_\x1BQ\xD4\x0F\xEF`\xFE*v8\x8E\xB6\xDCG\x81$\x94\xED\xC7k\xE4\xD0V\b\xE9\x1C\xB7\x80eD\xE4xX\xF4\x9E\xCC\xFA\xADtF\x8D\xDER,\xD8\x890\x12\x99h\x1D\x06\x95Q"C\xE9~\xDB\x95G\x1F\x80\xFB\xA5\xBCB\'\x9D\xC8\x17\xA9Q\xCE\x04]=\xAAjU\tK\xA7\x11A\x91#\xADv\xCB\x0Fp\xED\x9B\xBB\x1D\xD4.\xB9}7\x1E\xD3\t\xB8<\xF3\x9F\nw\xB5\xF2V\xD0A\xC5\xA6n\xCD\xFA\x9ET\x15\xB7\xEE\xC6:\xE7v\x06\x85\xB1r5\x8B\xE8\xBE\xF4l\x9F\xEB\x12\xF7\xBC\xDFy+\xB8c\xFC\xC13\x83X@\xDB"P5\xA6\x06I`\xDF\x11\x93\\\xEC\x9A|\x13\xBEf\xE8J\xA47\xFE}\xEC],\r\x90g\xAE+\xFEX\xA1v\x95*\xD9g\xF6I\x05Zz$\x86\x18.\xC7\x904\xCD\x9D\xFB\x86\xD7\xEB\x9F\x14g\xF4\x99\xFF\xA9\xC6\x8C\xFBo\x94\xE9\x84\x01\xC2\xA3-K\xC8\'\x81W!\x93\xC9\x1B\xDC\x8E\xB9\x17\x88\xB1\xDFJ\xC18\xD0\x83h\xD6\x04=\xC7[\x16\xE3\xBF\xD1\x98\xDC?\xB1K\xD9\x7FY\x1FmC^\x1B:S}D\xD5\xE3\xB5.^\x7F\x15\xD8Z\xC9&\xAB?Sl\xF6\xB2b\x01\xE3\xAB\xD3A\x02n\\+\xA0N\xF6;w\x1E\xF1\by\xE4B\x18\xBA\x11\xAFM\xA2\x90; \xA7\x0Fd\x00\x96\xBF\x06\xA7\xE7\x8A\x0B\xAF\xC5\x96\x03\xB2\x8B(Mm\b\x92\xF0G\xAF;\ndw\x15\xD0\xE5\x88\x1B\xD77p\xF6/y\xB1\x85\xC1\f\xE4p\xC6\x04\xD3\xA3\x8BR\x9B&\xAB\x915j\x8A\xEC/\x7F\xFBjP\xEF\xC83q\xF3P@\xB6\xD5)\xEEt\xE11\xCC\f\xA6\xC4\x1A<\xD1\xBC*\x86\xE2\xBF\x9A\xF2\xB7\x919z\x0B\xA5\x92F\xC4\x9D\x0F\xEB;\xF8eC!\x98X.\xBAa\x11\xC7\xFBM\xF0o\xFA\xD3\x1F\xC3\n\xB3\x82-\xBA\x8D\xE4\xA4\'\x84\x16v\xFFcJ\xA3W\x1F\xF0]q\xF9\x85\xA2\xE6e\x0Fv\xF9\x1CJ\xDA1"\xFB\xC0Qi\xB8\x14]\x8BN%\xD7\xA6\x8F\xCF\xAE\xDE\x81i\xE9A\xDAr\xB5]\xDE\xC5\x9B6rR\xDA^\xE7\x17yB]\x0Eh\xDD\xC3\x9C6\x91\xBB\x12\x81i\xB9\x934\xDEUy\x1FL\x96\xA55U\x8Ao\xA4^G\x98\xDF\xF0)\xD0\xFD\xDEj\xB7Y\x18|3\bL\x16\xF8\xAB#\x906\x1B\x86\f+a\xB9\x03\xA8\x95@\xCD\x9E\xF9\xD5\x1F\xB3\xCE;\xF1Z!\xCB\xF9\xDB;\xFE\xD4H\x12\xAD\xCB\x02\xB3\xF5\xD7\xC7l\xB2\xCF\x02\xEB\x0F\xB0\xCD\x1E@\x86\x7F4\xA3\x05\xC9\x96I\xFE\xEE\xB7r9\xC2~\x06\xCC\xEC\xA6E|\x9F\xE7D\x86\x19\xF4(k\xAFN\x05\x98T\x8C|\n\xAD\xE3nC\x7F\xAE,\xA0u\xE9$C\x8E1]A\x06\xE9\x12,A\xC4\x83te\x07\xA9T\xE8\xB2\x1F?u\xE5+\xC4\x89_\x9F\xD5\x8CU\x9CMl\x00\xC0\xD5\xF7\'\xCB[\xE0z\xBF\f8\x88\xC3\xE2/\xFF\xA1*K\x87\x16\x99\xED\xC6Q\x07\x88\xC0c\x9Ap\xE3\xBF\x81$a\x90\x9F{W\xE1&\xF3\x8E\xC0m\x10\x93a\xF3\x82\x0E\xACn\xE1&\x0F\xF2*\xE2\x14\xB3.`\x95\xC4\xAAs\x8B-\xD4H\xBC\tq\xAD\x15\xD8P\xB1\xE1g\xD4\xBAzM\x1B\xF1\x12{\xA0O\fAd\xC1\x1A\xAFu\xBD\xEE\x7FH\xCE\\\xAE\xBDh\xC8\xFD\x87`\x9D\xCE\x174\xF8x\xE5b\xFB\xCA\x1E6\xF5\x9C\xAE.\xC2\x90u\xF6\x9Bp\xFCQ\x10\xEF!\xFD\\\x9B=\xC8\x01U\x8E\x0E7\x83\xB2\xC4\x94\xB6\xFD2\xD2\xA9\xEF\x83\\\xD4\x8E9\x14\xA2\xB7\x0B\x92<\x02G\xA28\xB6\n\x7F%\xAEjO\xC5#J\xD8~\x93\xB5\xE5\x13\xD6g\x06\xA44\xBA\x0B\x84\xD6\xA7`\x89\xE0\xCE\x8Fk\r&~\xA8B\xE9\xC9b\xF7dB+\xE5k\x96w\x120\xFFO$\x05\xD9\x85)Q\xF6t\x89\xE0\x10,\xD3\xEB\x90W\xE2\x88\xD6\x9A\xA6\x13\x80=\x04Iu\x87<\x1D\xE9O\xDE\x18Ge0\xC7A\xB4{7*\xBA\xE8\x81\xF3\xC0 n\x9A\t-\x00\xD4\x88\x18\xBEG \xDC\xB5j\xA3\xC6E]\xEAm\xC5\xE4#\xCF^\x94uJ\x1E\xF9C\xB9\x11>\xF42X\xBC\xEE\xA9%\xD0\xFEX\x95\xB5\x7F\x8A\xCA\xEF\xB1\x1E\xE7\x02\x17\x9FT\x05\xA8J`\x9E3\xFE\xDCP\xAA\xD6\xA4xS\xAB\xF4_\x8D\xC8>\xE7\x95\xF5p\xAC\x18?\x97\xA86\xB4\x1A\xF5\xC2\xACj\x9F\xC9+\x04ar\xCD\bo\xDFeS\xBE\xA3k\xC7\xF4?[,n\xA1Sw\x93c\xD7\xF0\xC5u\xDB\x1A\xD1F\xB4\x88\x17:s!\xEA\n:\xCD\x02\xA0V\tt\x1D3\xBA\x8C\xD1\xFCe\x0EV}\x9EO\xE6\x82:\xDC[w\xA8\x91\xE6\xB3\x83+\x9D\x19\x8C\r3\xDE)\x10\xA9\xFF\x94\xDB\x07\x8B\xC0\xF7F$\x80\x12<\xFC\x8Ej\fvY\xEE\xBE\x8FH\xC1\x98p&\xE0~*\xAF\x86\xD0R\xE1\by0\xBE\x80\xEF\xD7\x041b\x0E\x00\x19\x81\xED\xC2!Q\x17B\xFE\xC69\xF6{\xEAF\x84q\xD3\x1F\xBFK\x14;\xD2.\xA8\xB8l\x98[\xB2\'\xC3\xE2\x95*\xCDf\x01\x8E\xDCY\xB4\x84\x15\xBB\xEDJ\xFA\x12_\x99#L\xA2\xDC H\xC6\x8C#\xB7\xCC{\xB22K\xFC\xD3\x9B}\xD9_\xACK\xD4\x97\xAF\x03\xBA_\x9D7y\xF2\xB4^\xE5s\x04N\xE7\xCF/\xA4V\xF0=\xAC\xFB\x9E!Kv\x13,\xEFfD4\x95\xD6g\xA4\xC4@\xEC\xB3`\xF7k:\xABo\xE2C\xA2P\xD6\x99n\r<)\xBD\xF0\x92r\xE6"hY\xCD\x1AN\xED\xE1\x87(k\xA4\x1F\x83\xC66\x1A\xF8z\xDC\x06\x85L\x15}6\xDA\xB1\xFB?\x9E\xD4\xFD\xA7\xCAn\x1C9\xB6{\x01\x82\x15\xCB\x91\x06\x9B\x11W\xFB\x95g\xF2&\xE6\xB8\x8Cg\xA9Z\x07\x14.\xB9\x87\x11=\xA2.\x91\nc\xAE\xCE\xFD\x97\x0EW\xDD\x9Ec\x8AC\xB7\x1Fm\xD2\xBC\\\xEA\x81\x11\xAC\xC8lN\x0F\x8FS\x07\xE4\x8A\xF1*\xD4n7T,\xE7\xB5u\xD1\x1B\xBD.\x8A\x12]E\xCC\xF6\xE1\x86I\xA3\xCFU\x00\xC4\xF1\xDD}\xF9\xC3=\x16TF\xBE\xEC?\x7F\xB0\f\xC1\xEC\x96^2\xA1\x02\x91\xC8Bj\'\xE8\x87\xBB2\xE1z\xC0\xA0\\\x0EP\x97\xE2\xAA\xBD\x7F\xD6K2\x85\xED>\x07q\xC2\xA5\x02y\x165\xC6o\xEA7x\x99*m\x8AE\xB2i\x9F\xD9\x8D2o\xD5)\x91\x00R%t\x15\xC9\xF5\xE1r(T\xF3\xBAX|\x03\x1B_\xB0#\xF8/B\xAE\xC9\x1Cd\t\xF1\x89%\xF9\xC7\xA5b\xDA\xADT\xD19!\x94\xB0U$\xFE\x8F\x1A\xB2\xE3J\xA9\x1D\xD1\x0F\xE7&x\xF7\b\xA9Z\xB7\xF3\xCDG\xA6\xD88\xAF\x8C\x0E=\xA9\x19\x9A\x06\x9A\xD99\x94\xF0E\xD2\x81c\xD9u\x8E\xFAI\xA0>\x18\x98g\fQ |\x99\xE8\xF9\x84\xDDd\xEE\x9C\xD8\xB8Af\xD5\x0E_\xFC\xBEV4\x82\\\xB6\xC5\xE4"\x87\x13:l\xE4\x84c\xFCVHf\xB8\xD3{\xDF3\f\xC1\xAAi\xC9\x9Es\x15\xB9\x04\xEA%\xBF1\xDBsY\xC1\xAE<\x90\x01\xBAI\x16)wB\xBEM\r\x7F[\xA7\xF6\x80\xC7:\x90\xEAs\x9A\x01H\x18\x93>u\x9Eb\xC2\x1C\x99/\n\xBD\x9C\xE9\x1C\x82\xFEM\x8CdC P\xFA,\n\xE5M\x98<\xA3Xl\x85\xB4\xCF\xFF\xE8y\xD8\xF2\xCD6\x89j\xB5\xA1\x06\xCE\x1C\x87+\xC5\n1R |\xA2\t$\xDF\xAC\xCF\xEFgQ\xCC\xF9\xDE\x05\xACr\xF1\xCF}&\xDAo\xC3-\xF0\xAF\xCA\xEB\x8Cw\xDE\x83Z\xAD\x1E\xF4~\xD0\x13\xE2\x07P!\x8E.\x13V\xA0(\xE3\x0B\xC7V\xF41n\xAC\xF9\xE0\x92\xE9k\x99\xDC\xF2\xB4eL\xC2;~-\xA4\x0B\xB31M\x8ECV\xB6\x18@\x8F\x036\xA2a\x0B@\x1Dg\xD0\xB6\x14@\xBFo4\xC6\x89-\xABC\x9A\xEFi\xA5I\xB8\x82dtD\xA9a\xD8\x8C\xE6\x96_F8sJ\xAF\xBE\x13E/\xD5\x87\x10a\x8F\xFD\xD9\x81\x1F\xEB|\xD3$\xE6\x8A`\xA8P\xB3\xCCV\x92\xE3w\x9D\xA6\x042a\xA1\xD4\xFF\x93\xDFeQ\xF9\xC2z6\x10\xC7\xE09\x05\x19\xC1\x94\xFA\x1F9\x12O"\xBC\xD6\x9F\x18\xCF\x03)\\\x8D\xC6q\xF6\xA1\xE9\x1B\xBDZ:j\x96\xBB\xA2\x10\xC45\xF8\xDE\x0F\xEEt\x15\xD7(\xBC\x01I#\x96\xE6\xF3\'W\x10F\xB6\n\x1E\x90\xD4\xB1`\xFB\x98q\xEC\xB0\xD6O\xEA~\x9D\xB2\xCAt\x00\x0F\xB4b\xF1\x86z\xE4\xFC\xAA\x1D?U)\xB1v\xE4\xC7\x14\xFEX>d\x02y\x9C,h\x85D\xF7\xA8K\x87X\xF5z\xC5mL\x88\xABy\xEC\xA0\xD9p[+\xE7\x87$M\xD0]&\xFF2\x86\xBD\x05i>\x82\xEEV\x8D4!\xA7\xE0\xFF\x15\\x\nRk\xDDH\x86U\x194\xD9\xFD?\xCE\xA4\xF0j\xE3xM\xF7\xC1k6\xF2\xD7V~\x81\xC3\x15\xEE\x8FE\xE3\xB9\xF7\xCBR\xDD\xFC\xC6<)\x83S\xBB\x93\xF5nM*\xD0b\xE6tQ\xA4^v\xAC1\x9D\xF6\xD5\xA8\x8B\xF4(\x07q\xEC\xC8\x8Fh-\xB8\x94\x19G+\x9A\xB7"0\x8D\x04\\\x9B\x10\xB6\x1Ee\xDDM\xB4\xD5\x12f\x06\x1D\x95l\xB3\x8Eb\b\x99}\x14\xD7f\x19\xC4\xE2\x12\xFB\xAF\x92\x17\xB8\xED\x99\xCC eO\xC87\x1B\xC1]\xAD\x949\xFE\xA8w\x9B\xF2W}\xDC\x01\xC6S\x12\xEA\xA7C\xD1\xAEtG\x90\xFA=\x9EZ0{\x97\xC4XA\xEE%\x0FD\xAA\xE1\xBF\xEC6\xFFX\x9EA\xB8\x85p5\xC7Bh-\xDC\f\x8E\xBC\xE8\x88oC\xE9|\x15\xD8\xBA\\+\xDC\x10\xAF\xE4%\x8Ae\xAC\xF6\x87d\xC8|\x17\xE6$\xC54\xEB\xCD\f\x8A\xF4\x02\xAC&\xDC\x8A\xA5\xD4y0\xF4Qj%\xA4\xCB\x8A\x06z.\xD7P\x9D"\xF4\x06\x83U9\xFB~\x10&\xB3\xFD\x9F1\xCAMj\x9B\x0FD`D\xC2\x06;\xD21v=\xD9\b\x94P\xFB\x80\xDAa\xA8x*\xBEm\xD0L7u\xB6c\x01\xBD\x81\xCF\x1A\x91A\xB5K\xE9$\xAE\xF2_\x04\xE4}\xD5\xA6\xC2t\xB0F\xD3\xA3`\xD9\x93T\f\x84\xF6\xE7 \x89\xC1\xD1\x81l\xA5Q\x93\xBB\x1C\x9FY(\xBC8\xA1j\tJ\x96\x1A\xE3C\xA2\x13\x84\xE5\xF8\r2H\xE7Z\xA0\x04w\xDB\r^q\xD3<\x90\xA5\x1A\xBE\x89eH\x13\xE6#\x98\xF1/I\x06l\xE1\xB8%?\xAB\xCFz\xF92\xEC\x1F\xF7r\x0E\xEE\xE2\xFF\xB1o\xF1\xDFW\xB2-\xBD\xFDW\xB1e\xEF"\\\xC2\x9CS\xCB\x98\x1Fm:\xC3\xAD\xF8\x86\x1C\x98\xB9\x11l\xCCFY8\xB4+\xFD\x90i\xC8Y\x85\xBE\x1D\xCC9a\xA2rV\t4O\xAD\x0B\x99\xDB\xB2$_K\x8F\xCDC\x83"\xCF\x14q\xED\xCB\x86\x07\xD5\x92;\x7F\xAA\x1Ck\x8E\xF2\xB0\xD7\x10T,c\xC82\xE3\xFCN*\xE8\xF9\x95\x0B\xED\x9D^\xDA\x19:\x02\xE3z\xAA\xF5\x8A\x18\x01\xC3\x91\xE0\xB3\x9DGzT\xC99\x81\xC4~3\x16\x06\xA7z\xF9\x9A\x8C>!v1K\xB9\xFE\xCC.\x04\xDAC*|\xFE\x89\xE4\x9A\xEEG\x7F\xA6Z\xC3\x82z\xAE\xDB\x1Et\xCFN\xBC\xA5q\xB1\x10?\x9ANp\xEB\xD3H*\xF0l\x1C\xBF\x8D)g\xFCF\xAA\xD7\x9Di\xE6M\xC2;c\xD7O\xAA\xDF\x9Bh\x10\xE1\x8Bo\xEB\xB7\x12\xA4^\xBBI\x1Bo\xB9\x03\x8C\xD8?\x07\xA0\x13bC\xC42\x85\b?\xF7\x8A-\xD0`"\xC5/\xB2\x97~\x12\x86[\xCA\x02\xD3\xE9\xA1\x15\xE0\b+\xF3\xBAY\x94.\r\xE8\xB8\x03]\x14\xC3\xF6\xA5Y@\x99Oe\x845\xE2\xCC\x948\xD4\xAA&\x13k\xEB\xB47\xD2&\x8E\xFFg\xAC\xEA\x7F$\xDEJ\xEF\x8F\xFE\xDB\x0EX<\xFB\xBC\xD9A\x01`\x1C?\xB6v\x93Qd\x83!\xFF\xDA\xAEs\x1D\xA12\xF1\x8EF+y\x18\xB3$\xD2\xF7\xC3\x01Q#v\b\xF5SA\xCE\x96\x1D_t\xF4P\xB9\xA0\xDFW\x16\x96\xC3]\x9F\xBAw\xA9g\x82\xE5\xA3 b\xAC-\x9A\xA4q\x87\xF3[\xC0\x1A\xAF<\xC8nE\x8B\xCEV\x85~\xCAk\xB0\xD4\x82\xE8\xC6\t8\xA9y\x17\x9D\xEF\xAF_\x80\xA0t\xBF\xFA.\x89\xC7\x97\xE5\ryH)\xB4\xD5l\x00\x19R\b5E\xBFt\xCEQ\x90\xF5u\xE1\xDD,\f\xCE2\x01\xE7\xD2{\x0E\xA3\xE3)\x05\xF4\xBFB%\xE3\x047R\xFCqb\x8AG\xD9j\x8D>\xC6\xDE\x181\xE8\\\xAFI\xE0\x03V5\x1F\xCA\xF1\x8C8\x0FC\x800\xC9\xE3\x95\xF4\x16*\xEE\t6\xC2\x14NK\xBC\x98D\xA8j\x8BL\xEE\x95\\\x16\xB5Mh\xDD\x11\x94T\xA0\x1D\xBB\x93\xDD\xA1\x1E\xED,\xB7X\x0E*l\xBA\x01\xD7\x83\x0Bi\xA4\x18\xB0p\x84\xA9\x04j\xBF\xF8\xA5\xED\xB1r!\xD4]\xAF\x8Ce\x9C\xD5k\x88\xB4\x06\xEA~X\xDB\x1F\x9F6\'\xBF\xF8;q\x993\xA7\xFE\xB4t\xEFd\x0FB0W\xC0\x05\x94\xCD\xE5\xFA\xA4C\x93zQ;$\xD1~D\xC1\xD9^?\xD2O\x94{X\xDAf\x81>\xA2}\x03H\xB8\x1E\xE3D\x03\'^\x8E%\x13\xC5\xF6u\xB4\x06g\x85\xD6\xC9\xEB\x8D!a\xD2;\x89\xC9\xA9{\xD0\xF2\xB1Nf7\x7F\x87M\xD2\xF2\x1E\xA9\xC5\xEA\x9A\xF4\x8D(\xFD\xEC-\x9E\x1A\xE4\'\xCB\x14J\xFC\x0E\xC2.\xDF\xCC9y\xAA\\\x98\xCF\xA9\xD2\xFA\xB0\x84<]\xCE\xDF\xA5P\x1C\xAD\rxH\xC4\x16,L\xDF\xF9%\x82\nu\xE0\x15\xAB \xBFb\x0B\xB4g\x8C\x11_\xB71Y\x12\x97\xB9n\x0Ba\xAD\xFF\x836\x9D\xB5\xE9Z\x91P\xF5\x85\x10\xFB1\xEFq;k-T\xE4\n\x96\x15F.\x7F\xFBX>\xDB\xF7\x80\xE9\x9D\bl\xB5Z\x9C\x1B:\x82\xA0\xF1\x03\xDA\'\x9C9\xE1-\xFAs>\x05\xE2\xC9wK\x88\xDB\xC5Bo\xBAS\x1F\xD1i&\xAC\x16o\xA1T\xC6\x8E\xB9\x0E\xE6\xC0\x9DxI\xBBn\xF0\x89\xC4\xE6\x92*\x9E\xBCf\xAAZ}\xBF\x935I\xE7h\xC2\xD4_Iq\x91Y\xECx\xCCL\x95\xD9\xAC\x85h\xA67\x18\xB1\xF64\x90\xED\n\xDEy\xF6\x8AD\x00\xD6\xBB\xE5\'g\xDCJ8\f\x89\x1D\xD8\x01\xA33!\xAFk\x11\xB6\xCFp\x07&7\x00\xD7 \xF0\x12\xCB\x02\xAEB\xF9-\xB6\xCB?\xAD\x13\x84\x05\xBA\x1AT\xC4!H\xD4\x00\xE6W"\x7F\xA0[+\xA8\x95:\xC0u\x9A_4B\x05\xAE\x19x\xA3Lb\xF1A\x8F\xC7\\\xD2N\x02=`\xF3\x83L\xE4\x91\xB2SB\xA6e\x8C\xDB}\x93#\r\x8A\xE72\xFB\xC5kF\xA3e\xE7\x0B|\xF3\x91`\x9B\xC0D\x05\xD4\x17\xC7Id\xE5\b\xCD\x1C\xEF\x88|\x95\xD1\xEC\x82\x00\xA2\xCD\xB3\x0E(\xE8|\xF7\x98\xDD\xA2\x1D3\xD8\x14\xC7s\x1A\xCD\x86u\'\xBA1R\xEBm\xA6Ny\x19\x9FV#\xD6\xF1*\x899\x9D\xBA\'\x0Fu\xCF\x80\xAB\xE4l\x89\xFD\xB1\x15/\xA4S\xB3\xFB\xC4\x1FO`,\xC9\xFDv2Rg\xAB\x17\x81CY\xC1\x8Ez\xA9V\x99\xF9>\xEC\f\xDD\xF8\\\x07\xA0\x16\xBC\xDE\x04\xD1a\xBD\xE2\x8F6\xB3u\xCE\xFB[\xDA@\xB02\xEFi,N\xBC=#\xD8Y\x80n?\xE0-l\xA0\x0B\xB7>p!\xDF\x86\xC0\x9B\xDC9\xB8\t*n\xE5\xFEE\xB8i/\xA4^\xBE\x99K\xAC\xD2\x84?\xC9Y\x98)\x86\xF5D}\x00\x98\x10P\xAA\x18p\xEA\x83Q\xFF\x1B\x98\t\xF2t\x93\xEDz\xBD\x02\xD2\x91\x0FD\xD9\xF4\x8D\xE3\xA7\x96F\xEF\x05o#\xFDb\xCD\xEE\xAC\x10\xCB(\xF0\n\xDA\x8D{":n\x13\xF2v!i\xF87\xB3r\x0B\xA9\x1C\xCAa>\xDF\xC0\x8E\x03\xCBb\xA2\xDC\xC3X\xB23\xA3\x11\xCAG\x9C\xF2%e\xA7Z\xBEw$W\x0Fe\xAF\x15Z\xD0\x8FL\xA1x\x896N\x96c\x86 \xC4O\xB3\xFC\xE5\x8F\xC3F3\xB0\xE4\x8DG\x18\xEAS\xDA1\xBA\xEC\x81&m4J!\xB8\x12Dx\x8C\xD3f\xE1R*\xAD7\x16P\xC7\xE9\x82\x014\x9A\xD1\xF8\xC9.~\xA2>\xE8\xC3\x13\xDA\x1D]\xBC\xDF<\xA7t\xE9B\x14\xCF.\xA5d\xDA\x96\x01\x0F\xA7\xD5g\xC6\x9C\x8BnK\xA2\x06Y\xF3\x99\xA8z\xF9\x92/\xE8"\xFD?\xC0\x87\xF9h\xD7\x8B\xB5};\x1D\xAEM\xC5gA\xFE\x8A\xDA\xB8\xF8+s\xB1@\xF3\x9E\x02\x7F\x18\xD5W\x05\x99k\x83W\n\x1E\xED\xBB_\x7FP$\xBA\x03<\x12\xF7#g\xD4\xB1\xC8\x0F\xE5\xD38h\xCE\xAA^\x0E\x9C\x7F\x1D\x07X\xE6q\n\x9B\xF7\xDDn\x13\xEE\x88\xB4:V\f\x1EQ\x84\x07U\x93f\xCE/\xAF\xF8\x91\xBD4\xAD\xF2\xDC@\xB4tM\x88*\xC8\x9A\xF3\x80t\\\xD0\xB0\xE5\x93\x18\x7F@)W\x86\tR\xBE\xF5\x81L\xB5\xEC\xD0\xA7\x95\xBE F\xCE+\\\x94\xD4/|\x1F\xA6\xE5\x98l\xCD\xAB4\xE1\xC0&\x0E\x81S\xE7l)\xCCa\x1A}\xC6\x02\x9B\xCE9\x16\xFB\xDC@/\xE2\xA6)x\xC2E1\xFA\x8C\xBCs\xF0\xB1\x9A\x17+v\xDB6`+oA1\xFE\xA5S\x89\x07\xB8D\xA6\xFC\xDEc$\xBFA\xF0_\x9D\xFEm\xEAHr\xC5?\bJ\x88\xFF\xA17\x92\'\xF6i\xE3\xA8[p\xB0V\x19\x94\xFEO\x86\n\xA9\xDCN\x9F\x19\xDA=o\xE2E\xA5\x04\xC4\x8C\x12\xF4\xC9\x84\xDBd\xEF\xC3x\xE7`\f\x91R\xD3\xFAz\x90\x17\xD8w \x8D\xB4\xA3\xD9\x19\x95\xA5\xDE\x1F\xECP\xBB\xE6[\xAD\x0FG\x91\xBF\x07\x82\xCC\f\xBC=\xEDc\xCC[\xEAk\x03\xC9`&\xFF\x8A\xD1j\x1F\x99U\xDF\xAFP|\x16\xB38\x1A\x9E&\xCB:s\xC0\x82J\xAE\x050\xB8H\xC7<\n]4\xFD\xB9Zv\xB2j\xD2\x13qC\x85\xD8z\xF04\x1FI\xE8|f\xD7\xA0\x155\x96!\xAF.F\x93\xA9\xC1N\x0E\xB7\xF0@\xFDg\x9F$\xE8\x98\x03k\xD6M\xF9\x85\xB0\xEE#\x125\xC6\\\xE7\x87\x11\xF6T\xD0\xF0\x8A|&\xCF\x0E<\x98,\x8C\x04\xC8\x1B\xB7+\xA1d\xD5\x9A\xF83\x8D%\xB3s\xF7\xBEy\xD5\x81\xF2\x11|\xE92]\x92)\xCCy\xBA3\tF\xBFY\x8C\xAB2o\xDD\x14H\x9Ft\xE0\x9A%n\xA6b\x96\xAB-g\x9E\xE09\xF2\x85\xC2\xF9X\xAA\xDD5`\xFCT\xC5\x02r\xB7_\xA9\xC6T\x06\xE1\x8BK\f;d\xB9W\xCF\xA0\xFAu\xAE\xE4K\x86\x19\xD6\x8Fs\xCF>\xF5\r\xBC\x96[\xFFh\xD6\xAA\xF5Q\xCF\xFC8\xD6y\xE4\x1C\xBF\x12G\xABfQ\xE2!@|\xEF\x9Cn\x90\xE6\x17\x87>\xE3\rF\x1A\xF1i?\xA7\x1D\xC8\x9E\xFC\x19\xE0=#\x83\xD7\x177\x05\xA9\xEDb\xFA\xA6\x1B\xE2({\xEB\x1D>\xC4\x8D.]\x1E\x8B\xB6E\x17\xBE\x05O\x82p\x00\xC9\x91\x1A\x04\xA2a\xB3\n\xBFN$\xA8\xD0J\xB1!\x91,\xD9\x9D\x84\xCE,_\xDCU\xE8r\xAB\x8Fm\tR\xBDf\x9FoR\xC3;V\xB6m\x80\xC7\xA1U\xD2\xA7x\xB5\x0B\xD6=\f}\x9F\xEE\x8E\'A\xB4\xD8Y\xEBm\xB7\xD5w\x90\xCE\x18\x80\xD5\xF5\x107\x7F\xF0W\xC9t\xFEN}\xBC\x00\x97\xB3\x07\x813(K\xC7\xB1\xED@\xFF\xCB\x93\x11%\xDF\x9A.\xFFHd4\x8F\b\'\xE4\xF4X\x96\xC1f\xE2.Rr\xC8\xF7\xA4:#\x9B3L(\xEA6\xF6V+uE\xB8g\x96\x06\xA5c\xBA\xE9\xAD5\x15\xECl!{B\xC1\xD6\xF1\x9A\x1Ba\x8D\'\xDC\xF5\xB2\x7F\x8A\x0B\xD1\xEB\x11\xAF\xDD\xFBjL\x86:\x9E\'\xEF\x02\x84\xCD\xAD\r\x98`\xE5}\x8C\r\xF8\xC4\x87\x13D\x9Aj\xA6\xE4\x83\x00\xC4\xDF0\xD5\x14;\x8A#]\xD7\x8C8\xCA\xF4\x94\x0Fh\x01~5\xE1\xA6wG0[\xE9@\xBEtO\x83\xC1\x19B\xB6\xCBs\x12\xDAuG\xA3Z#i\xDAI\x1B\x03\xCEQ\xB0\xE0s[\xAA\xBD\xDD\x02\xC8<]\x9F R\x80H\xF6\x99l\x07\xC5\xA1IY\xA9\xDEO\xA2\xB6W\x86\xCF\x11U\xB9\x07\x82\xC6\x19\xA8h\x1F\xA29Z}\x96\xEB\xA3\x1F\xBDc\xB3\x115\xBC\xEA\xFC8\xB9\x87/\xC0\x16d\xA1=\xD1\b\x7FM#\xB4\x13\xED2p\r\xB5u\x1D\xD0S\xDF\xF7v\x0E\xB8\x00/a\x16\xE9#E\xC0\xF8\x97\x1E\xD4r\x9CK\x00\xDB\x92\xF5\xE2\x05\xD4,\xF9T\x03\x90/\xDE\x8B\xD3q\x18\x90\xA5w\xF1k\x959\xEE&\xFC\x94\x1B\xEC\x88d\x92y\xD8\xAE\xCB\xF9\x95\xEA\xC1\xA6C\xB3-\x94\x1C\xE8\x86w\xCF\x8D<\xDA\xAAq/\xE8h\xAC6\xF3d\xCC,T\xB9%a\xAC\x897g\xD1G\xEA[\xFAN\x98B\xC7V\'\xE1\xABX\xD7\xB8\x81Jp\xB15\xCC\xF8*\x07L\x8AAc)W6{\x10\x83i=\xC3eE"\xBE\xFAo\x9B\x06^\x90A\x01R\xE2\x15\xB4\x8B\fz\x1E\xBC\xEA\xB0\xFC\x93\xBB0G\xB1\x84\xC7\x02\x12\x95\xDDc\n8|\xD61\x14\x8D\xDC"\x05\xBB\x82\xFCS\x94\b\xD7\x88\x0F:q\x1B+\xCC\b\x932\xEE\xC7\x8D\xDDB\xB6\xEB\x7F\xC6h \xA7\xF3:\xCEo\xA2h\x04\xD6\xFBmIa\x0Br"\xD0\x99\x1AO\xEBf\x7FD\xC4\xFA\xA4\x1E\x81\x01e\xB2\x9E5\x97\xACJ0\xC9m\xE4)iF\xC8U\xDB\x84\xEBj\xE1Y\xA7q_%\x0E\xF5S)\xAB7\x91\xD7\n\xC2]\x97\xF96\xC1\xB2\x13\x99\xCA\x8B3\xE1\xC5\x87i\xF7x\xE1.\xA8\xD1\x87%=t\xCBJ\xBD\xE6#w\x04c\xE0w\xEB\x1E\xA8B\xB8\x9D\xFA!\xA6\x05\xBEJ\x9F\xB7=\x16\xFB\x99\xBBy\xA3\xCA\x8B\x16\x02X\xB7C{%\xAFR\x1C\xE0_/V#\xF4\x9E\x19U\x048\xA4\r\xB9\x91 \xF5V\xE6\xB7\x98\xEF\x12\x93U=\xF2\xC0\xFA=\x10\x9B^\x8B\x03\xD2[u\x92\xF0{5\x11c\xF6\x88\xCAI\xE5;\xD6\x1BfG\xE0r\xEF-\x9E\xE9\x82\x03\xD3\x8FB\xEE\x88\xAB\xDC~\xB7A\xAC\xEC\xDB^\xCAT@l\b\xAFe\x17P\xD7*i\xA5\xCF\x88M\xC5\x8C\xB5\xD4\xF6|4\x15\xE8\xC3/\xB2^\xD0\x96 \xD8~\x0B(\xABU\x801\xFA\x9C\xBC\xCF\x81\x19i\xDDL\x14gy\xA0\trJ7\rb\xD3v\x91H$\x89\xFE\xD8\x9E\xC10\x8E\x01n6\xAE\xFB\x0B\xDFp\x14\x1BsH(U\xC2\xAFM\x84>\t\xE0\x8BB\xFD\xAES0\xBD\x90o\x03\xED\xB3u\f9L^\xB1\x00\xC91\xB9\xF1\xC6)\xB7\xD0\xFE\xC0\xE8\x84\xFF*\xC1\x11\xB5s5\x15\xECwF\xDE\xA3\xC7\x85}\xC0\\/\x9B\xB03\xDE\x04\xA2\x17\xE0\x95\xF3k\xA8R\x18n\'\xC5\xE9k\xA2\xE2b\xD0\x17\xC4`\x92\xE7\x1F\xA3\xF4\x95Av\xA6\x92\x8E\x1ED\xEA\x97j\xCD\x85dA\x07 \xCA)\xD5\xBB\xF4\xA3L\x82:\x00\x1C\xF3?\x9EJ&\xD8V\xC6}+\x0F\xD4\x1DY\xFC\f\xAB\x85H\xF1\x10+m\xCC;\xAA\xD81\x07D\xD2\xBDO\xFC\x97:\xB9aI\xA0\xF7\xCB\xB7\x00c\xF6N\xAC\xEB,\xB6sZ\x9F\xFF~\x97V\x06u\x13\xCD\x95M\xB4\x88|\x0B\xAA<\x87\x04\xB6\xDEa\xBE\x87\xE6n\xD8b6\x9C|\xD6@\xB2\xE1y\x15\\\x86\xC7!{\xF3-\xB0\xE3&z\xD5\x92\x15fMw\xD6\x80\xBF\x0E;z\xFD\xC6\x8B\xDB\xECE\x888\xE5\xB0\xD8,\xBAx]\xDC3\xFB\xE3\xBBp\xF62j\x8E\xEEO4\x9D(\xB5\x17\xCD\x03\xBDX\x89\xF8\t\x90\xEE\xBAn\xFDU\x8E\x9Dc\bo\x89\xA8\x024\xB2\xDE\n\xA65\x17`\x8F \xD9\x9BQ\x102\xAEc\r\xC1 f\x90E\xED\n\xA4%\xC7d\x94\x1BQ\xD1\xA0\x18C\xAC\x06{\xC8\xF6J\x90r\xEA1\xA8\x1Bg\xC3K$\x9F:\xE2\xAE\x14=\xD9\xC1E\x18\xEDT\xC5q(\x83\xF0X\xC2'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xA2\xEER7\x95\x15y\xAE\xD4=\xEF#\xA9\xDCi\x1C\x8F\xE8`\x99\x0B\xC1v\x1A\xA3H\xE3+d\xCC\x01]\xB7\x1A\x97k\x06&\xD8\xF4T\xA9\'\xEBx\xC2\x14\xA4F\xCC\x0Ek\x9C\xF7W\xB4D\x9F\xD8\x0F\x93`>\xC9\x11t\xC3\xAC\xDC\xF1T+\x8Cd\xC2zO\x0B\xBD\xF9F\xB5-\xD6P<\x88\xF0\xCDp\x8D\xBB\x9E\x15\xE9\x87:\xDFK\xCB\xAFB\x93v\xC9\x8B?\xD3\x93N5\xF6}\xE3\x8FJ2\xD0\x8B\x1B\xED*}K\xE9\xB6\xFAz\xD1\x89\x03&nE\xC5\xFD\xE3\x18\x9B\x00\x876\x97[\xCE}\x17\xA6\xF7&\xE0\\\x01$\r\xF6DsS\xAA\'\xFDb\xEE\x82[\xBD3\x03\x13m\xB3\n_\xDA\x87,\x1E\xAE\xC0\x05x\xE0e\xBF\xFD\x83\xC64\x19\xA0(-G\xE6a\xB9\x85\xA2\rp\xB6I\xD2\xE6t(\xAB<\x80\x01m\x92\xB7h\xAE\x98\xC2X\xDB\xB12\x95\xD6{\xC0\xA20\n\x18\xE5I\x9C\xDFV\xF8\x1F\x9E\xEF\xBBp\xFE\\\xEB#\xA3@\x0B\x95Xm\xAC\x05h\x8A\xDF\xB3Z\x98\x13\xD4!8_\x921Y \xA2\xC6\xF3\xD9\r\xEB\xC4WA\xCE\x0F1N;~\x80 \xC6\t\xF3\x12\x8DEn\xDBy\xAA"g\xBA/\x84u\xCA?\xABR\x98\xD7i\x81O\xCA\xAF7\xD5 \xE4R\xD3Cq\x0B\xF3\xA7>\xFAy\xEC\xCA\xDC\xA9\xF5\t@`\x16Rj\x9F2\xDE\x1D\xF1y\x83\xE9\xD3\xA5\xFCj\xE5`\b\xFA`,\xC8\xDDTt\xEE\x9BZ\xCC-w\x00&\x86X\x10\x90\xC2\xB1\n\x96\xDAkK\xB0W{.\xE9b\x926\x1B\x01\xE1k\xC7\xEB^\x86\xFD\xCC\x91\x17\xBA\x00V\xC3\x0Fe\x8A\xFA^\x9E\x12Q\xC3|\xF7\xE5d\x96\xD6\x16\xBD\x94dA\x8B\xC3=\xDC\x07\x1B\xEB\xD87\xC5~\xA9\xDDj\x1D\xE6\xC7\\\x893\x0E\xD1\x9D\xB6!\x05\xD1\xB2[\xBE0\x93\tK\x1A\xDB\xB1{/\x83\xE7}\xA0\xF1Du\xE8\xD9Al\xAC: \x99\xA8\x180\xB5N\xE8p6\xF4\f\xA7l\xFA\xAFr\x8CO\xA6\x97\x06K\xEE3\x01G\xA1=%\xEB\xA6\x1E\xF09m\xC2Pq\x87>\xA4c!\xAD\xD0\x9Bk$\xE9L_@\xAF)\x80\xCF\xA85\xB6\x93\xC7\xFE\x89\xD6gU\x84\xC8x\xA3"\x86\x02\xB3\xD5&\x164\x94E\xBF\xF7]o\xB9\x19\xD0\x9At\x81\xF6n\xB6\xFEx\xC3e\x84\xFE\xDD\xA1\x18\xE5\x0E\xFB\xD6\xEF|4\x04?\xC1\xA3\b\xCB\x0E\xD7b\xFC\x19T\x02&\fY\xEBr\x0F\xBE\'\x05B\xF0\x0EZ\xCCH}\x9A]\xCB\xE6a!\xD3/\x12\xE3@\x8Cb#\xBE\xD6Z\x13\x92S\xD5\x98N\x13B\x93-\xF2I\xC5uC\x81\xBBX\x8F\xF2e\x89\xD3\xF30\x96M\xE3p\xBE\x9A{G\xDC0\xB3K\xF3\xE0\xB0]\xD9\x8F9\xAA\xDF+\xECN\x84\xB7\n\x9E{\xAE\x85\xCA(\xF4\xB0R\r\xA6(\xC6\xE18\x0B,\xE3\xAE\xCBXt\xB8d\x90\x9E&P\x14\xE4\xA9)Q\x17t\xA5x\xC0\x1E\xB2\x8D=\xCE\xEE\x82\xA6\x1A\x91<\xA0z4\x99p\xC1\xF8j\x19\x91\xC0\xFE8m\xD8\xF0I\x02hV\xA2w\xFF\xDEC\xEA}J\xAD\x86p\xBA_\xF7&\b\xA8\xD4\x1E3\xE1\xB2\xCC\xFFr\xC6\xD9\xFB\xB01X\x89\x01g3\xF5\x0F[!d\xC4v\xD0\x02a\x8A\xCD\x1E\x01*S\xB7\x06?v\x11\xA3V\x1B\x8C;\xC1\xEA\f\xD8:\x96f\x824\x98\x03c!\xF1\xA2F\x8B\x7F\xEA=\x85\xFDU\x0B\xF2:f\x98G\r`\x95\xE9\x15?\xE9\xCA\x9DI\xA7\xE0\xB5\xF8\tP\xE6)\xC0\x15\xECM\xA5\xE4\x81\xD1\x9Ea\xDA\xAF\xF5,\xC5u\xA9%\x942\xB6\x16\xC3\x1F\xCE\xB4\xF5\x17\xD3>\xC7\x01\x1A\xD9\xBE\x9C\x15l\xC8\xAB{^\x8C\xA5\x1D2\x85\xBC=\xCB\xB9\xDB)\tu\xD8j-\x8CB3\x98k\xADX\xFB>\xB3b\x116t#\xE9\x89L\xCF\x92\xE5\xFFc\xDEO}\x87^\xF0t\tRj\xBE\x8E\xE7x\x95i4Qa\xDE.J\x95\xD9\xBF*\xE7\xD3~\xEFk!Ue\x93\xAAT\x84\xBE\x16\xFE~\xA1\xD7\xBA\x10\x85\xDCo\x94\xD8\x7F\x83E\xF4\xC5W0\x17p=[\xB3\x14\x9C\xF5\xCA\x04J\x9D>\xA8\xE0-\x9F]%O\xB4\n\xCC\xAA\xFA\x8E\xBA\xED\x1CA\x11\xFAT\xB8\x06\xAC\xDE\xFF\xA0\xFD|D\x1D\xF39\x97\xCCN\xEA^\'\xF4A \xA11\xC9\b\xBC\xDE\xA6\x0E\xB3\xFD\x9B\xBD\b!\x80\xD4Bk \xAD\xD6\xE7(\x8C\xFB{D\r\xA9\xDB-\x82\xEC!>\x0Ev\x02e\xA2\x84uE\x19\x9A\\J\x8D\x124\xEC\xD0\xB4b\xE1Y\xAD\x1F\xC0\x06\x8FzM\xC4\x01U\xEE+Q\x1Ed\x93I|\xE2`\xA6\xEFL4\xBB\x0B\x90.p\xBD\\\x18\xC7\xD6\x86\xED\xC3r\xF8H\\{\xC3\x9FS\xB1\xD06\xE1\xB0\xCB\x907$\xC2\xD2o\xC1\x89\x10\x9D\x02x+\x0E\x86l:\xA8\xCE\xE7\xB1u\x89\x18\xAC\x9B\xF9q\xD57\xCA\x81&\xD8v\xC5e\xE8\xA3Y\xF2A\x00\x97h\xADQ\x1F\x02;\x99\x15\xA4\xE1\x82\xD6,\xE4\x8A"Y\nm\xF4b\xE6x\xF90\xAF^(nL\xC6\x8D\xEF\xD4G\xF8\xDFa\x1B\x98\r8\xDB_n=\xC1\x8B(\xEC\x07B\xF6S\x97\x02\x8C\x1Ay\xDD\xB4\x84\xCD\x0F:\xF4/u\xB6Uj\xCC5\xB8\x03i\x16Fr\xF0\xC4\x98-\x14\xBA\xD7\xA2\x80E\xEB\xA9\xE4;\xD9\x1F\xA57\xB3s\x9D1\xB8T+g\xF6\xBB\x92\xCD\x04\xE1Z\x14\x9D\xABl\xB72\x12\xAF)\xCB\xFB7S\x1E\x7FK\xB9\xE2\xA1\x94\xD1\xE5\x8A\x0Bd\x1DP\xAB\xF7\x94\xB7;\x00\xA8O\x8A?\x04U\x0E\x1C_\n\x97\xF9\xB9gP\x07W\xC3\x18\x8D\x05\xEF\x82\xD1\xA5H\x12\xEA4L\xB5w\xC6_\x1B\x8F\xCF\xE3?pJ\x99\xC1\x06\xA8\xEA\xD8\x8Bm\na\x18*\xB1\xF3E\x9A\xE91\xC9\\\xD4\x12\x7F\xDDd\xEA#\xADi\xCB\xBC\x96\xD1Iz\x83\x14\xE0\x98%\xE8f\xDA\x7F\xC6Ct\x00W\'{\x85\xA4\x0B\xF5;\xDCJ\xFF\x7FW\xA0\xEF\xD7b\x8Al-\x9B\\"6\xC8B\xFALw\x91\xD3\xC2z\x88\bm\xA1)\x85C\xBD\xD0w\x9A4\xE2|\xFF#\\\xB0.\xF1\xCDw\x80\xFD?\xA1N\x12\xB2!\xDD\x9A\xC4\xB1\x1D\xD8T\x94$\x87\xEB\xA5\xC0\x1D\x84\n\xB8$\x11\xF3F\xC6\x13\xFF\xAC\xEE\x82\xBE\xA6\xDC7\xFF%X\xDEB!\xECQ\xB2\xF7\x1D\x91\xFEI\xF2\x89%>\x8E\xE7\xC6\x02C\xAA_\xBB2\xCF\xAD)\x95\xE7<\x8Ci\xF1B\xFCb-\xCEr\xB9\x106i\xF5.^\xAB;\xE4\xCE\xB1s\x90Ny\xD6Vo \x0EPg\xB3\x13\xA6\xBC\xFE\x8E\xC7j\t6Y\xC4\x15\xB5S\xD5\xABj\x198\x9Am \rJ\xEF\\\no\xF8d\xBD\x060\xD0q\x8E\xBF\xE7\xAA\x03dN\xD2\x95B\xC9\xDCOv\x94e3\xDF\xF6\xBC\x9F,\x05\x96\xEA\xCB\x9F\x86\xF1;\x95d\xD8x2\xE2\x96\xA6p\xDB.\xA2r\x0Fa\xF7\xA4\xD7V\x83\xC0\xDC\x9F\x90\x1D\xE1\x87\xCCX\x19\xABR\x0E\xA3\x168}D\xF1\x9C\x1A\xE2\xAE\x07n\x8D\xFD\xA2\x1A\x04\x80&@a\x1C\xE2=\xB5_.\x7F\xBF\xE3r-N\f\xAA\x19[\xD2J\xED\x81f\x05\xE6\x91\xC6\xBCK\f}\xEC\xFB \xBC8G\xF9e\x8A\'\xB41\xCFO\x12)\xFFS\xA7\xED#\xFC@\xC7\xB1`)\xB8Z \xDAk\xB6\xFE\xEDF\x9D`8+~\xD6\xEFo\xFC\xB1|\xEDK\xAB\xD0\xDEV\xA5\x8EZ\xAF&\xE6b\x9Er\x8A\xFF~\xCA\xF7\x9B\xD2y$\x17\xE4\xCA\x01\x93c\xAC\x88\xF3\xD7\x94\bu\xB7\x90j\xF2\x1F\x00o\xCD\xF7I\xAC\f:\xCB\x1EV\xD3\xE0\xB1\x83\b\x99!E\x91S4\x9C\xFF&p6\xB8#mA\x9C|\x16\xCF\x06:\xC4W\xE3\x93cR\x16\x87\xB3\x9AF\\s\xA3\x1E\xE6v\xC8:g\x15.\xD0N\x105\x95\xD7\x89\xA51w\x8E\xE5\x97t\xA6\x81\x0Er\xF9dR\xE3\xB6\x12\xC9\xE0\x1F\xD4]\x84\xF2\x99\x06\xC9\xEE\xDA\x015\x83\xB4O\xDB/\xA3\x1CF,\xA9\xEF\xE0Y\xF6\xAE5\xDD\nA\xBB/Z\x9D\xB2\xE5\x80]\xDF\xA0\xBEzT<\x13\xED\xC0b\x17P\xF5.\xC2@\x94\x1A\xCD\xA9;k.\xA3u\x07\xB7;\xC2\x18yQ\x87c\x12\xBBU\xF4o \x92\xEEf\xB5\xD4\t\xBEn\x042o$\xBF\x85\xF4V\xD2\x90\x05"M\xC4C\xAC\x03c*\xE6\xAD\x07f\x99\xD1\x01A\xBA\xD7h\x04\xE6N\xBA(\xF1\x8D\xFFX\x86\xF5I\x92i\xE8G\xB0\xE1=\xA7*\x91\xE2\xC7B\xAA\xFDz\x12\x85\xF9v\x8D>\xA0\xC9\x8E\xD5\x11L\x9C~\x18\xEBp\xDB\xF9k\x1C\xF09\x83\xCB\xF7H\xBB\xE0M\x1E,\xA3\x88\\"\xAE|1\xA1n\fG\xD3\xBD\xE8c\xAE\x10)\x9E\xCE\x0B0\xF7\xD4wHf\xA0\r^\xD1\xC0C4\xE5Z#\xDA\x19c?]\xE8h\xCB(\xA8\xB5<\x81\xA5\n\x97\x7F\xB9\x0Fp\x1B\x8F\'s\x84\xB2\x7F\xF2\xE2\x10\x99\xCF\x8C\xEE\xD8[\xC6\x9B|\x14#=\xC8\xDA\x7F\xFD[\x8Dl\x97\xC3\x05\xB2\x1B1\xE9\x8A(\x9CV\xAB\xCA\x97L\xB1\xF4\x81\x04\xA1\xB1\xFB7\x8B\x02Ic\xC11R\xCD\'\xD8K\x9CZ\xA7\xD56\xFCU\xC87nG\xF9S;\x15\x02\x85\x1E7\xDD\xAA\x94\xFBU\x888\xA9!\xBCS\x15&\\\x86\xFA\xD7x<\x07\xDFn\x1E\fh\x00\xC3yC\xC9"y\x16\xBD\xDFY\x10\xF4\xD5t\xE8\x8C[\xA9\xE3\xFF<\xED\x0B\xC0\x9F\xE9\f\x91\xA8\xC2)\xB5b\xBFqM\xB3\xEAfP/q\xB9\xE4\x18\xF2t\xD9\xEBD\xA1\xE4\xCCk\x96\xBC\xADP\xF6\x8F\xBA\xED:\xA4,\x10\xE84\x88Q\x96Fn\xCE\x9F\x92%\x16\xB6\xFE6\x18i\x88\xC8|`E\x19j\xD2_\x1D\xDDv\b\x92\xE3\xA7\xF8*\x8E\x05\xCB\xF0\xA2\ff\x99\xC4>\x82\xAE\x00z5N\x11@\x1Fc\xC8\x15/\xD2}\x87\xDCW\x92\xB7r\xE4\xD3\xF3\xAA+\xEA{8\xAD_G\x9Ex\xF2\xBD0\xAF!\x95\xE2\x8B(\xAF@\x02\x84\xED\xA10\x1CB\xD2_w\xBC\x19\x80@\xD4*IY\x070h\xC1\x90\xF4\xB7\xA5\xDD\x01\xEE\x82u\xA6D]$\xFA\xCEk6\xB7\x01b\f<\x84\x1C\xC4\xFB\xE0\x86\b\xD9\xC9\x91C\x0FS\xD4\xF8\xB8tM\xF3\x9A1Vj\xD5L\x7F\xC7\x97\r\xA4G\xDAZu\xFD\xB0\x8E\xCF\xA4\xDF\x11"\xD5W+\x8B\x7FG\x9B6U\xE3\x05\xB4\x9CM\x1A\xAB\x06I\xA2\'\xC3k\xB5\x04QgA\xBF*eQ \xDE\x9C\x02l4\xA3\x07\xC5\xDB|\xB9\xCA\x11\xB0\xFB\x88\xF29\xE4#\xF92\x96\xC1\x1D\xE7{$\xF6^L\x9Bq\b\xE9d\xCD%\xB1\xD6\xBE\xF8\x90\x13\xC6\xEAw\x8B\xE2\x15\x8BV\xDF\x99H\xD7\xA4\x8E\x13v\xEC\xA6\xFB\xB4q]\xE9\x82H\x13[9\x87\x17\xFAH\x90\'\\\x14\xB6Ti\x83\xB2l\xED\xA79R\x04\xBCl\x8B\xB4\xCB:\xAB\x1A\xBE\xF9X\ro\x1B+fsA/\xB9a=\xF4\xCF}2\xF1\x12s+\xF5\xB2\xD2\x94:\r\x80.\xCD\xAA\xBE&\xCF\xE4\xABg$\xE7\xA48\xDF\xC3l\xA5,\xD8\xC4N\x07\x13a\xDC\x86\x9F\x172\xECA\xFD\xE2\x80P\x9F;\x93\xE7\x88J\xA1\xCD\xDD\x84\n\xF6\xD4\x9E;\xBC\x1B\xAD\x90^\xC9\xE4V5\x1FZ\xC6\x7FM\xF2\x19=z\xF4\x8Fq\xFD\x97Q\xD1cw\x07\x99>\xEA\x03\x1B\x9D{\xD1\x8D*\xC7qD\xCD\xDB\x95}\x1Ef.w\xD9\x14s\xC8\x07a\xF17\xB0U\xA6$K\x15\x9An\xE7D\xFF$\xBA\x87\t\x9Co\x00\xE5\xA1\xB9\xDA\x95\x05a\x9FO\x1D\xC22\xB3\f\x8A\xBC\xF6N\xCFy\x90`5\xE6@\xB5K\xFB\x0E\xB2eU\xA9\x0B\xBB\x83\xC5\x03\xEC\xB5,\xA7>\xB9\x95\x1F\x03\xE9~\x92\xC3mY\x06\x82\xD7h\xA38|F\xC0\xDC\x83\x14E#hU\xC5\xDF,\xB6\t\xD9lD\xEFX-\xAB\x1E\x82\x10\xB9\xF4\xAC\xFE \x9Av\xE0\x91%\xF0\x01)K\xD4\xF3]B\x8FMe\xF9\xE0W\xD6lD\xBD]3\xE4\xFE\xC8"M\xB7\x0F\xEFT\xD5\xFC\xA8fO0\xCE\xF8\x8C3\xAF\x12\x88uA\xEA\x84\xA2"\xDD\xCCq5\xE2WD\xC8o\x87]\xBF\xEFX\xA5=\xBF\x80s\xA08\x12\xAE"\xA1\xCE\x1A\x85|(\xFB\x8B\x16\x9B\xD2\x10\x88\xB2\xF1\xA91x\x98\xCC\x18\x90-\x1E\xF1\xB5\x97s\xA8\t{\xECJ\xFA\xD1\xA7`\x16\xFF\x7F\x91\x13\x9E\xFDh\x99\xD6*L\xDB\x0B:\x16.\xD3n\x1B\xE2\xCA[\xE8\x94y\xDEl\x0B8\xC0\x9D\x0E\xAD\xC7u+\xF3Og:r\x91\xE0\xF7_?\xB0\xE8k\xC7<\x0Ea\xE8\xC0@\xD5\x9D\x1F\\7\x96\'\xC9\xB8J9b\xC3\xED\xB4"\x05\xA4\x17\x94\x7F\xCD\xAF\x83\x03^\x9AE\xF9\xB3\x1FQ\xFC0\xBC\xF2U\xE8\xD2H5R\xE2\xB5\b\xA7\xC9\x18<\nU\xC2&\x81t\n\x9CU\x88\xD6\xFE([\x17\x85m\xC8\xBB\xE6\x06Op\xF8\xD7\xAD\x06RB\x8Du9\xC0Y\xE7\xF9\xA0gN\xEB\xB8\x12|1\x8Ci\xC1\xD1\x86_\x98\xAFr d\x93\xEE_\x80Cn\x97\xE0\xB2\xD3\x1C\xA2\x01\xDB1L\xBC\xE3}\xA3H\x8F\xB0\xDEQ\x030\x8Ex\xAF\xDE\x8B/\x9B\xE9\x85(\xD2\x0E\xDF\xF3\x81k,\xB7C"\xDA7\x8F\xD0\xAA\x06\xDA=\f\xA8G$\x05@\x8B\xF6\xB8\x03\xA4\x1D2\xD5\xFC&X^\x88~J\xB8f\xF0\xCF\x19\x003\x1F\xCAu9\xF5%\xA5\xEEc\x10?\x1B\xC2gW!m\xBAz\xA8^I\xB0\x02\xD3S\x8A\x07\xC2v\xF5R%d\xEE\x9Cq\x17\xE6\x7F\xDA\xC9\x15/\xDDx\xCF\x11\xBFz\xEC\x8D\xB8\xFC*\xEA\x0F\x93C\xA7\x8CZ\xAEg\xF3\xBB\x11\x9A\xCEh\xB6G\xD8\x9FT\xF1\xA5\x00B\x10\xDD\xF74\x95\x1A\xC4%\x9Dy\x11\xEEl\xA7\x19\x9BA\xC5\x85\xB8M\xF5\x915\xB5\x9FMm\xA9<\x83Fh\x9A\xACL9\x0F\xC4\x9F\xD9n\xCB\x1F\xFAw*\x98\xD9\x84O\xE5^\b\x89~\x1C\xFE\xCC\x825|\xD1\xB4\x8E\xC8\xA0M\xFF\xCFh>\xE02\xC8\x96?\xE3-\x00j\xE7Y\x1D.\xD5\xC5f\xFC[\xED\x93\b\xC2V\'\xF1\xDC[\x03\xCAqiG3\xAEV9\xDE\f\xC5F\x057q\xAA*A\xC1\xE3\x94+[\xBA\x07%\x96\xEEs9c\x1F\xE8\x88\f\xF0\x8F\xACb\x1D\xBB[\x87\xB1\xD8\x0F\xA4\xFCw\xACT"\x81\x11\xCF#b\xE4\xFC\xB3\x91\r-\x87\xE5\xA0\x16\x8E\x04\xF2\x85\xBD\x9Dj\xEB\xB4c\x14\xEF\x90\xD5\xFAS\x14;\xADr\xE6e\xDBIZ\x17\x04\xAC\xBEW~\xB4Pm\xFEK\xD9\xF8t\xCB9~\x93F\xCE\x8C;\b\xE2\xBCC2\xAFv\x9D\x1A\xCD~@\xBD\x1Fa4\xE1\xB8$`{\x15/O\x89"\xCD\xA0\xBF y\xB3\xA0i\xC8\xF6J\x8D\x13\xAB\xC1.\x82\xE1E\x92,\xDB\x9E"\xBF\x0F\x84)\x9F\tR\x17\xF2)\xBFg\x15\xEB\x98s\xA4i\xF6\x8A\xDAH6^\xA6\xF9m\xD5\xB0\xF5sQ\xD0\xA4\xE5\x00\xD3\xAB?~\xE2VH\x03\\/\xEC\x81\x0B\xD7\x9C!?\xFC\x9Ez\xD1\xF5p\xCA\x13A\xFA\xD29\xE4r\xAFE\xEA\x8D\xB9\xA8]\x03\xDCP\xB4,Y\xD7\x04\xC5R\x13\xBA\x05\x86\xEAM\x99\x13\x8EP\x9B\t<\xC5F\x90Z\xF0\t\x95\xFB3\x86\xDD\x98\xCC\x1AOo3\xBBx\xCE\xEDT\x1D\xB6\f\xA0e\xED\x86t\xA7_\x96\xC9Y5\xD4$l\xE15\x9E\x81z\xF8\xC7?\x1C\x93}%\xE7\x97n\xD4#\xC41\xE1w\xC10\xF8\x87e \xB3s(\xC7\xB9\x1Co\xAE\x11>e\xB7\xFB\xA8\xE1W\x02\x86i3\x94L^#3\xAE\x07T+\x14\xEC\x03\x1A\xBEy\x99\xFEL\xCC\x19C%\xA7\x10\x88\xF0\xB28\xA3c\xF4/T\x0B\xB4fF\x06%\xB2\xD9x\xEB\r\x9E\xDA:h\xA4]\xD3\xF5\xC2v\xE5\x8C#F\x92\x11+\xB2\xDD\xC5\x04\xE7\x89\xD6\xBDJ\xE1\xC7\x8E\xB7}L\x89\xF6\xAA\x10`\x83\xF0r\xBB\xE6\xD2aoK\xE1\r\xD0C\xC1\xAC\x8Fy\xFB\xA1\x82\xEF\xA9X\x19\x965\xBFS\xFC\x82\x14\xE8D\x8F\'Q\xA2\x078\xD4z\xC3\xF0`\xA1D\x17q\xAA<\xFD{\x98\x1Cj\xF7=\xD7\xA3\'g\xDE@\xC4,\xAD\tW\x916\x00\x9E\xC0)Z\x80\x00s\x1E\xDF?\xCA\x1B]\xD2:'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\'\xF7\xCCN\x17\xE5w\xB3 \xDF]\x95u\xCE#O\xB3\xF2\x93?\x05\xD8v*\xC2\xA5a\x07\xCA$\xA2X\x10\xB7/\x99d<\xBE\xEAr\x96\xCD\x1Dz\xA0\xDD\x17q?\xE4$\x98\xF4f\xBBG\x11\x82\xD9T\b\xCA|\xB4\x89t\xAD\x957`\x8C\xD0\x00<\xF1-\xA3\xE7\x88\x16r\xC7U!\xA0\x82\xF5\x148\x8BL\xDEi\xF3\x83\xD8vQ\xF0\xDB\x15\x88(N\r?\xB2\xF6Q/\xB9\x8E\xFB\xAD\xC7x\r\xD3\x8F\xE32\xF9k\x9E9\xAE$\xDD;Z\x06\xD8\xC1\xF8*U\xA7\xC3\x15\xB9\x0Bi\xFE[.\xA6\xE4f\xBDFW\xE6\xCFz\xEF\x94\xBA6C\xFD\xCB\x8E\n\xB0X\xD0\xFF\xA8\xDDa\xE8\x86j\xCA\nJ\xD5bV\x80;P\xA7$~\xB0\xC0\x19\xE8\x8FJf\x9B\xEC\x1FFo\x0F\x9BB{\x85dJ\xD7?\x99\xBB\xD3\n\x8C\xF93\xAFo\x99\x00\xB5-\x1C\tr\xAE\x18)\xA4I"|\x9Dg6\x8E\xC1!\x03<\x97\xEE|\xA2\x130\x03\xB6\x1B\xEB`\x99\xCE@Ys\xFE\xD7\x14\xFF\xBD/\x84\xA4\xEA\xB7\xDB\b2\xE5\x90\xAC~(\xE09Hz\x1A\xCD\f\xDC cC\xA8Y\xC6\xE5\x9Ad\xEBn\xC4\xFA\xE4\xBB\x18\xF4xF\xA1\xD6]\xAC&7\x83\xBF\xE8\xDA\x9Cs\xC4\x02L\r\xF1\x87\'\xBBb\xCAQ\xAA}\xD2cK\x19m\xF4\xCA!Y\xFB\xC6\xF0\x80`\xB1\x9C\xEBP\x91:\xC0\x81\x0E\xD6v\x89K\xD3U\xB88\x86@\x930T\xAE\xCB\f+r\xBC\x14\xDF\xFEOn\x1FEe\xF6\x88:\xD9\x92.\xDF\xA8\x13\x966\x8B\xE1\r\xF54\xC6\x8B%\x97\xB0r\x9F\x17R\rm\x1E\x03\xC5-j\xA7~\xF8R\xE9\x9E\xF6\'\x011\x90\x0E\xDB\x04[r\xD6\x07\x80\xEAX\x93\xF8M\x8Bh\xCE\xB3\xF3\x92\xA8\xCF1[\x12\xAFrcP\xC9|4\xF0l]\'\x92\xB0\x01\\\xD5P6\x04\xDA=\xB8\x83\xA7\xD1\xF4W\x87\xE2\x06\xB6$\xCA2h>\xBC\x16\xA7\xF2~\x1F\xAB\xCD\xEF\xA2\'>m\x1B\xB3\xE3\xC9?\x1F\x99Y\r,}\x00\xBA\xE2\xA2"\xBE\xFB\x9C\x06E\xEE\xB2\x1B\xA0\xC2Nw\xE6>\xA9i\xC0\xED\x8Dx+\xE4L1w\xB9?\x16\xD2I]\x8E\x14\xB2\x93\xE1p^\xC9M\x99,d\x16\xB7O\xC2\xDB\x9F3\x7F\n\xA5\xEAw9\xD9\xC4T\x8D&Nx\xCDC\xE9\x1C\xB3\xD5\x82G\xD2\x06;\xDB\x1D\x9B\x0E\xF7\x81\x15E^\xCD\xF8h\x13\x92\xDD\xA0%f\x96\xF0\xA3\xDDx\bV\xD1D\x84\xB3;\xFD\xC0\x89B{\xFA\x8F`\x01H\x83d,\xC0\x02\xAC\x87\xE7\x16A\xEF\x98\x07\x80g0\x8EWo#\x96y\xF8\x85Z\xB90\xCCu\xE1*\xB5\xA5 \x9A\xC2\xAFC^\x0B\xF9\xC1u5\x00C\xC4&\xF1\xA1\x1D\t\xEC\xDDnT\xE7\n\x97\xE0#\x11\xCF\xBA\xF4\xD6O\x90\x15Hbp\xA3\xB5\xD5j\x1A\xF7\xDB\xA6\x10:\xC3\xFE-\xE6\xAD\x14o\xED\x8D`G\x9E\xFFp\xD8\nV:\x01\xEA\xC8\x8AK\xAE\xE7\x84\x1Eb\xAA\x88k7\xBFy)\x8F\x13\xA1\xD21\xB2i:\xA9s(\x98\x19\xB1n\xF1\xCE#\xF82\x0BY\xC3\xAD9\\\xBAz\xE3\x99b\xBF_P\xC9\xA2B\x05\xB1\x1B\xC4T5\x92\xEF}\x86(n\x1Cz\xD9*W\x0E\xB9\xD5\xF9J\xE5\x02\x97O\xCEa\xAF"v\xF7Z\xC9\xF0\x88R\xE5=\xFEX\xDE3\x9E\xBB\x91\xDFv\x83)K\xE9\x94&\xD1\xF4J\xAF\x0B\x8C!6\xFD\xD4(~\xDC\xF3\x88\x12\xBBJ\xDF\xA9\xD3\xB7\x998\xA6\x05\xCBn=\x94{,\xB5\xD9f\xA9\xF64\x03J\xC4\x81\x1C\x9FH\x04\xC0c\xA4y\xC7\x81B\r^O\xC8>\xFC\xA0~\xCB\x02k\f\x87/\x19s\xDC\xF1\x97c\xBDQ\x94\xA8<]\xCEk+\x1Ac\xFCT\x11\xEE\\\x90G\x9E\xE2\x17\xC8Y\x8E\x0FA\x1A\x87\xBB\xE3\x94e9\f\xDA}.\x14\xD3\x8E\t \xEB\xAB}\x01\x1B\xEC\xB1!\xD9\x11\x8CR\xB0@\xA3t\xDE\xA4E\xB4z\x17\x84\xEA\x10h$\xE3\x05\xAE\x96\xC6E\x8E0\xDD\xC1h\xFB\xB5%\xF3R\x04\xA2 v\xC3\xE8V\x7FC\xD4\xED\xACS\xB9\xE8\x96\xAF\xF28L\xB9g*\xD4\x8A\xA5m\x96fE\xB82\xF1\x1B\xC5W\xFF\xBC%\xCF\x06L\xE10q\xCB\xF9\xB9\x9Cx?\xFA\xE9\x0E\xA4l?\x82 \xD2\x7F3\x87\xAFq\xEA2\xD1\xFB\x99,\x07\xA5\x16q\xFC*\x8D@jV#q\xDC\x99\xF8Q\xC3\xE25J\xF4\xCF\x04[\xE1\x9Cc\xD7\xEC\x90Lj\x888\xC4\x9F\xAE\x02B\x8DN1\xD8\x80R\xB6{\xCD\xF1\x05\xADN\xE4\b\xC3c\xDA;\xBC\x82Mb\xB1\xDAk\x8B%\xBF\x9B^\xCF\x18\xC2\xFE\x85\xCA\xA7\x17?\x92\x11t"\xB9\f\x87*\xA9t;\x84&o7\x12\xE5\x13\xF7]l\x1C\xD8[\xA3\x18\xEF\fh\x1E5[\x98\'\xBDv\x958\xA3\x19I\x9A\x12\xF6i\xA7\f\x1E>\xF3\xCBP6\xDE\x06o\xF0\xA3\xE0b/\x05w\xE7]\xB1\xFB\x9AS\xDC{\x94\xC4\x14\xF7\xB9\x0B\xAB\xCC\x9ET\xAB\x94)\xEC\x8B7\xBCv\xC9`\xAA\xBF\xD1\x81\xE1\x18H\xD9Z\x11\xF0o\x8D\xFC\xCD[$\xE1E\x83\xC1Y\x94\xB4\x0Fz\x85F\xAF";\x0EG\xB3R\xC0\x880\xCFd=\xC7\x16`@\xE7O\xD0hF\xFC\xE5_\xC1{=\xB7\xD0O\xF5\n%\xE6\x92E+\xF6\x07\xA7s\xFA\x8A-\xCC\xB2U\xDE/y\xB3\x93\x04\xD4{\xEB2\x00d\xE7\xA7\xF8\xC5T\x8By\x9C\xD3\x91\xEF\x1E\xD8\xA4\t\xEA\x84\xAA\xEF.\xB4\xFF \xA3\x91.|\x89\x1D#\xFE\xDC\rt\x9Cg\xAD\x85=\x01\x7F\x9DnN<\xC7\xB0e\x9F\x01B\xBE!\xA9\xEC?\xC5m*\xAF\x16\xA1o\xD2 @\x15\xD7,\xE9\xBB\xF9e\'n\xFD;}N\'q\x04j\x9F\xD5\x88w[\xEE\xDC\xB6O\xC5\x9DN\x82C\x1A\xC5+\xDEX\xCF\xB6\x17\xD8\xE9\xBA\x91\x0E\xEE\x1F:\xE5_\x84h\rQ\x89\x1AU\x9A\xFBA\xDEK\x87\xBD\x9Cat\x95\tY7\x12\xC7\xACX\x8E\x14\xB8\x97\xDA\xBF\x1DGV\f4\xC0A\x16\x9C)\x04\xD2\xEE_\xA8\xE7\x8F\xFBI\x13k\xF3R\x89 ^.lS\xD2}\x94\x17\xF4\xD4\x9D\x00\xDA7\xE8\xBA`\x8E\xC7%\nX3\xEE\xB2I\xCD\xA8\xDE\x81\xEAB\x9D\xE2\xC9\xF4BZ2\x8C\xCC\xF6\x98\xE2\xAE\x01\xCB]\xF3pi1\xBC\x07e4|\xA0\xBF\x950\xA8:\xCB\xFD\xA1\xDF\x86\xBD\xAA\t\xC72sG\xC1\x7F\xA6\x10\xD00u\xF0\xB0~\xF9\xDA\x8C&\xFCg\x1C\x7FP\xB8r\b3i!\xA6\xFF\xE8z\x12\xB9n(c\x80t5\x8E\xAD\x11\x91%\xCCS\xB4\xD5!\xEA\x04s\xE2d\f\xB2A\x1B\xF7G)kP\xA4\xB5"\x8FZ\xF5g\x85\x02O\x15\x96:\xA5\xC8m\x12\xC0\x830\xA0\xF4)\x18\xD1\xAFQ\x85t\xD2\x94\xAE_>\xD8\x18M\xA5\x0B\xD6\xE7B\xAE\xDFy\x9E\xF2\x82\r=\\\x8B$\xC5\x9AL|\xD5\x95r\x04\xE2\x8B\xEF\xDA>\x12\xE4,\xB2E!\xA1\xD8\xBFg\xE5\x07TG\x9D\xE6?\xD7\x05\xC5\x96[\x8C\x01\xEB\xC3\x0E;O&\x02\xA3\x83\xEC\xC4\xF7$U\xBE\x19\xFC8K\x03\x1EEp\xAA\xCBN\xB5\x14\xF6\x84\xED\'a\xC8\xB07\\\x1E\x96\xFBf\xCE\x06\x98\xC8o\xEB@)Y\x82\x1E\xB8,\x02uZ\xB5Lj:\xDFzF.a\xB4\x1B\xDF\xC6\xF0T6~\x95?\xB5x\x9Af\\\x89\xC1h\xD9\xBB\xE5\x98\xFAy\xDCDm5\xBE\t\xA6Q\x13\x9D\xD0\xB8{S\x80\xAAvU\xE0\x0E\xB6\x91\xFE\xAC\xD5r\xF2\x92\xD0\xAD\x18\x90\xEB\x0F\xAB\xFA\xBE\xA3\xD9\x90\xF5\x9Ef\x8At\xB8\xD2\x07h\xE0\x14\x88\xFF\xD1\xD2\x1A\xEB\xA6\x93_-\x188\b\xA1+\xD1\xACX\xE4\x8A/\xF1t\x00C\r\xC40\xF2<\x1C\x8B6^|\xCA\x0B4D\xA3\xE1`6\xF8&w\xCE\x85!e\x11\'U}\x06C0\x11\x98\x1B-\xAA\xCAK5\xEB+\x9An+=\x10O\xF4\xC3d\x86\xECU\x90\xFF\x1Dx\xD7I\xBFe\x83\xDE%\xA1\xE6L\xBB\xD6\xFB\xA8$\xF1I\x9Bh\xC2\x12}M\x87\xC6\xDE\xA0/SA\xEE\x97\xC9=\xE5\xBC\xCE\xA7\xFBK\xE6X\x8D\xF5]\xA1m\xB0N\xB2\xFA~\xD0\xAF\x8Du\xD6\xB3!\xC1\x0Fg\x9D9\xFA\x93\x1B\xE8:\xADbp\x80\x12_\x9Ds\xC6R\x86\xDC\x1B\xE9\x8B\xFD"\xB9\fnD_\xBC\x03\xB1\xD4u\xFE\xAD\x81!l\xDDa\xC3\xAFp\x01\'\xBF\xDB\nB\x14\xE5\xC7\x85\b%\xE0D\x9CY;|\xE1E\xB7\xC8k\x0B\xB3+\x9A\xC9\xF5\x03\xD3\xB1+\x07C\xE3\x13\xBDt/\xB3U=\xD7\x98\xEC\xAA\xFC\x92\x1A\xE5j\x8CZ\x15L5\xF2W\x90\x1E<\x85\xD6E\x99z\x1E\x80\xCC\x90aE\x9FWi\xFD1\x12\xF1\x03\xA5\xCE\x87\xF4)\xA8[\xD2\x7FN\x15XF\x1E|\x83\xEDk\x934\x01\xA1\\\xF5\xCB\xA6l-\\\x159\xD4\x7F\x9E5\x1F\xC0\xE1\x9Bp\xB6\x0F\xA0\xE9|\n3\xEC\x13\xB6P\xF0t\xFF1\xDA\x1F\xED\xB8\xA5\xC9p\xBB\x92P2b\x16N\xE5\x82A\x01\xED\x8B\xBA\x97\xE3\xC3:\xCE\xA5\x1F\xB2f\xD3\x90&x\x05\x84I\xDF\xC3\x89O\n\xC7H\xF5\xA7+\b\xC8\xD7G\x00*\xCD\xB8b\xA4\xC9f9\x83\x04o\xA9\xBEw7\x91M\x1B\x80\xDAg\x1F\xE9\xFE\x98\xD6w"\x9F\xC2n\xDA&6\xA8eP\xFEZ\xDAH\xF2<\x0BM\xE3\xBE\x1C\xB0\xF4u(\xB6\xECd\x81\xD8zO^\x891x\xADS\x8C\xF9\x19L\x8F\xFD\xE3\xAE,\xCC\x19\x89\xF7\x0F\xD1^\xE5@.\t\xB2\xC3r\xAB;\xBD\xF7\x113\xAC^\xF9w\f\xF2\x18\x8E\xBE\x0E\x7F\x85\xC3\xAE\x17\x9Ca5\xD1g\x9F\x03X\xA8-\x13\x00\xB2\x93\xE9\xFA\x17\x97\xC2j@\x9B\xE1p$\xD3\x0FY\xC4?\xE4\\H\x9Bn\x00\xABv\xF5\xA0F\x8BW+\b\x8FSg\xD0\x92\x1AC\x86\xD4\x9E\xB32l\x9B(\xE8Wq\xD8\x8AC\xFB\x10\x91>\x1D\xDC\x95Bm\xCC:#\xBCCe\xE2\xF5\x1F\xD5]/\xBF\xAA~H\x9Fj\x96\x05\xB4,\xDE\xC2(\x82\x14\xC7\xD4\x7F\x10\xDF\xCDm\xED\xB3\xE0?\x07\xE6\xB6\xC5Kp"\xDFD\xF7\xCF\xA8\x1D\xFD.\xEF|\xA5\xE6U\xBA\xCBw\xFB\xBE\xE4\x9Fa\nv\xA3\xCD)\x81\f\xB4\xED\x03\x86>\xF3\x93\x1B\xEBc!|\xA6U\xF0<\xB6Je\x968!\xF8\xA2D\x1B/\x81{\xA3Wi+\x02\xEB\\\xC8\x88\x05S7\x91i\xCA\xB5Q\xC3*q\x85\xEF4\\\x8B Q\xF0\x86\xDB4\xB0Rq:\xA4yP\xD0\x0B,\xDC\xBD=\xD5\xF2\x86\xCA\r\x92\x1DZ\xE1\x03\xEDR\xB9\x85_\xC1\x97Y\xFE\xC8#\xF2\x98\x12\xAB\x91<\x15v\xB0e\xBC\x10\x9F<\t\x1E\x94\xD5\x05\x16K\xAC\f\xD3|\xAF\x17\xC5\xFCY\x13\x9A\xE6I\xC7\x15\x96a\xB2lV\x89\x06K\xBE3Dg\xD4w\xA2\xC0\x8C,\xACl\x06\xE7z\xD5\xAB\x15I\xBA9\xCFP~\xD9\xBD\xA3\xF0,\xE2\xD4I\xE7[\x82\xDFjD\xB0d\xE1\xA0\'>\x02\x940Jm\x91\xD2\x06\xBA\xF8\x8C5\xE0\x1E\xA1\xC5\xFAu\xAB\xA2s\xFC\x17\xE7\xAF\xF7\b6q\x19\xDA\xCA@&\x0F6\xF4c\xDC\x8Do\xE2\x83\xF83\x0BbN\x98\x1F\x8A{\xF6\xADr4\xFE\x9C\xF31\x90\xC6q\xE9\xBAe\xE0\xA2&\xED=^\x7F!\xD7i\xFEJ\xEE&D\xD13\x0B\xDF\x8F\x9ER+\x88d\xCEG\x9B\xF6Y\x90\xA4P\x89\xB8t\x9E-\x01\x1C`\xB4"D\x80\xC4\xFCl@\x07\xC2\'\xD0\x12\xBCX\xCD\x7F\x1DR\xF9\x84E\xD0\x0Ft\xB3\xC1\x1C\x82\xA8.V\xAE\xBEw\x84\r\x9A\xE3\x15X\'>\xBA~\xC6B\x1F\xEB\xAA\x0Fy2\xB4\xFF\xDF\xCC \t\xE9S\xA9\xC3G\x9D\xCC\xE7x\xDD\x16\xA5\xB61\x9AS\x90\xEC\xA6=\x87\r\xB7\xD6`\x13\x9BZ\xF6\x8AA\xD9g\xF3\xCC\x9C\xEA\x11\x93\xD3;Y\xB8f\x90\xB1\xCDi\x03\xD9\x10\x97\xB6\xDDP\x82\xBF\xE8\x1Abv<[\x95B\xD1\x11z\xEC\bj\xAC\x029Z\xCF\xEFa\xDB\x19Fyc\x1F\xE4M\x00\xA2*\xB17\xC4#\bV\x99\xFFM8u\x02De-\xE8\xAA~\xF8K\xF1\x81\x1C\xA9_\xF1/u\\\xFD(h\xD4F\x99\xF0\xAA\xC2\xFCj\xB5\x888\x93/T\x8D(\xBB\x92J"\x86o\xFC\xB4\x06\xD6\xC3.\x94nB\xE2j\xF1}\xA6\xE40y\xAE\x10\xE1\xB8\x88\x1D\xC6\x9F\x07\x1B\xD8%\xCAsI7\xE3\x80L\xA4\x06\x8F\xC9<\xA2\x04\x8A\xC6-\x16\x843\xDA&Z\xF9\xDC\xB8\xD3\x18q\xA0\xF8\x7F\x0E\xAC\xE6\xC84\x8A\x9E\xF6u\xAE\xEF\xCC\x89\x1A\x92\xD7Q\xB7\xCD\x19\x8D\xC5$`R\xD9\xF7sT\xC1\x879\xA4\x83\r\xC0\xF8p\xCB9\xBC\x19\xEF|\xB1 Sp\f\xE4M\x7F\xF2\xA3\xC9t\x14a\xF1I\xC6\xE90\xD8\xC2;M\xA1^%AS\x15\xBD8W\x0B\xBFH(\x02\x85a\xEAGl\x96\xF1\xA6=\xB1\x8DG\xEFm\x02^-\xD4\\\x9B%\x13\xD7kF\x9C\xDF`\xF48\xD7\xB7d\x9D\xB1\t\x1BJ\x98=\xA6\x84\n>_\x89\x05i\x95\x17w\xED\r\xDDg\x82\x04$\x9Du\xFA^\xA2\x12q;\xFA\xA4-\xD4\fo1\x15\xE0(\x99\xB6\x13\xE4\xE9y\xB2\x03Q\xAC\x8A\xE7W1\x83\x12\xC0\x93\xA5\xFE"\xCF@X\x8A\xE3\xBF\x00$k\xB1\xDE\x1D\xA7R\xB6(\xFD\xD0\xB8\x91\xC6\xA6\xE9\xCFb\xDD\xAB>\xD1\xE82\x99\xBD\xDBX\x01@\xBD\x81\xCB\xFD]{\xD22E\x8F\xA3\x1A:\x91\xED}*\xFF\xB5\t\xD0Mr\xE6\\Gv\x91\xEE\xBBp/e\xEB\xCES\x9A\xFBw\xCD@\xEE\xDD\x80VFl\x1C:{K\x921\x1C\x86\xB4g\xC7\xF4"x\x8A\xB1\x1D\x7F\xEBe\xA0\xBF\n\xAA\xF7h\xBEi\xC8G\xDD\xBB_?\xA1\xC6v#\xAB\xFC.\x1A\x86\xDE5\x05$\xD5\xA9\x0E\x8F}5\xC1,\x90\x13n\x9Dd3\xA9\x07\xF3*\xB2\xFD\x11\xBA\xF7\xECz\bT\x8FL\xA8\t\xCCH\x9A\xDCM\'\x91C\x1E\x85X\xDD%\xF9\x89\x0Br\x1F\xCC\x10\xF5\x93]\xDD\x8D@\xB9\xCB\x0E\xAB\xC2_\x9B\xFAO?\xB6\x19\xD9\x07K\xE6\xBC\xF6"\xC7\x0F}\xE2\x9B]\x83\xDB\x9FVk\xC4A)\xDE\x16k9\xE3b\x11\xF54\xA9\x04\xD6U\xE3:\xC7\x9E\x00T+\xAA\xF3\x9E\x84\xE2iF4\x17\xEEW\x99f\xF2m=\x14{\x81\xE0\\\xA0\xF5\x87q\xAC[9\x81O\xB1C\x8E\xC0\xD2>q\xC9&6\x8C\xD6\xA4\x95\xF9\xAF\xD3\x80-\xB7s\x8FZ\xBA\x18w\xF3\xB4m\x15yM\xBE\xD7d7YL,\xAC\xD3\xBB\x00\xA2\x7F\xD6)M\x93\xE8\xD2\xB5*\xC5\x03 cB\xED\xCA\xA1\ty\xD1\x00\xE9\x1F0S\x14\x03\xEEc\xAE\x00I\x10`t\xC0D\x01\xEF\xA1 \xC7\xE6l\x87\xC95\x96\x06\xEB\x8D\xB7\x16\x95\xE8\xB5\x01\xC1\x17z\b\x88l\xC58\t\xB0\xFD!\xA4WH\xF2j9\xD1\xBA\x97)h\x1C\xDE/\x94b\xA0r\xF6\xB7\xA7\x94F\x19\xE0~ \xB8\xE84#\x9B}]\xD9Q\x07*@\xFE\xA2f)\xA9D\xD63qA"x\xD0\x8F\xEA\x9CT(\xE3N\x1C\x83\xE0\xBEy\x8A\x06\x1A\x97\xAD\x8Cz\xE4\x0BQ\xFD\x8D\xB7\xEFW\x12\xDAH\x86f\xE5x\xBD\x89\xC6\x9A\xF2Q\xCE\x82\nN\xC9\x18\x8B7\xAD\x98\xD3K\x11\xE0R\xBF_\x1D\xF5\xFF\xA5\x87\x0FI3_\xFA\xB4A\x97\xF3\xA9pHa4\xC8\xDBp1\xEA\x11U\xA65\xC2\xD5Hs>\xC0\xAA\'\xC8\x05\x18\xD4)V<\t]-\x80o\xA7\xE0\xF6\xAF>\xBE\xFAc{\xF0\xB3#\x8E\xCF\xFC\x81s\xA2\xC8\xE2h\xF5\xAD\xDCo\xC4\x1A\xD9d\x0E\xCB.\x92\xEE\x0FA\xFA\xB9b\xD6F\xF9#\x84m\xAE\x0F\x9D\x1F\xF9~\x8F<\\\x9B6\xFB\xAB\xECk\xD5\xB0\xFF;Z\x1Dk\x93\xEAr\x10\xE1\x84\xC2[j\xEA}<\f\xCAKH/W\xBD\x98%\x04\xA58\x8C{\xBAV\x02\xD4\xB3\x9C[\xA8\x85\x1E\xC4\x9D\xB4u\xE0\xF2^7\xE1\x86\xCEL\xE3\xB0\xEE\xC1o\x8E\xCB#\xA1\x16F\xC2\x10\xD8\xB91V\xD3(\x9DD\x1C3\x0B\x95\xAC.\x1A\x9A\xB5\xE7\x97\b\xD7\x19}D\x81[\xCE\xF7 \xE8\x9EB#i\x18\xE4+I~\x02;Z\xCD\x18\x95&\xC5T\x07l.\x0Eh\x1EQ\xDE\x10|L\x82\xE4s\x98\xEDy\x9F\xFC\x86\x06a\xA9\xCCS\xFF\xD7A\xF8\xBC\xDBVf%s\xB2\x8A9\xCA\xED\x10\xE2mJ\xAB5\x87v\xF6\xC5\x8Cu\xCF\xF1\x94\xDC*\x8A\nJ\xA5\xFF{\xB5\xEE\xA6\x95\xBD\xFD\x80\xA4A\xB4\x032\xBC\xF9U6\x8B$C\xC8\x17J\xBB\xF3x\x8D\xB7\xA0uP\x88n\xF0\x05\x8E\xE6#`\xFB\x9FU\xB7.\x95\b\xC1_\x13\xDB\xA7M4\x04\xB7V\x14\xABk\xEC\xBCe2\xD8\x8CA\x19]\xDB8x\xCF)\xF3`\x97\xD7g\x1D\xA9\xD0\x05^\xAD\xE6l\x967\xDB\x0F,c\xE7"\xC6\x0E6\xA7\xD1E'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xBAE\x07S\xB1\xF8y\xC8\xA0\\(\xB6\xFBX4\xAF^\xDF1\x99\xC1`\x00%\x81\xF1@\xCD\xFEg\x8F\x0B<\xA4\xE2g\x15>\xAC\xFC\x8FO\xB30\xF2\xA0`E\x94\xFC2\xE3A\x8C`\x1D\x97\xDE\b\xACS1\xCB{\xDD\x8Bs\xD0\x9A&=\x1A\xEA\x01\xD5J\xE4\x8D\xCA\f\xF4\x8A\x14s\xF09\xB0\xD6Z\x80x\xA4-\xDA\xB6\xEB_\xC51\x8C\xBB\xD7^#\xE2x\xD3\x18n\xDC\x07\xB7\x1B\xD1r\x9E\xB4\x05\xC6\xEFM9x\x89\x1F\xEB\xB5\x12!\xA4\xF1.\xE4a\x8C\xB9j\x86t\x9A\x14}"\x9EnC\xAA\xD2K\x83{\x125\xE5\t\xC0W\x15Fw\x99\x19\xF8V\b\x98o\xC86\r\x99A\x87\xC75~\xE8[\xC1$J|\xD6\xA5i\xBA\xCD\xF6\x9Fn\x90]\xFF9h\x14\xBEK\n\xDDE!7\xC5\xAAd\xEC\xD7P\xC0\'\xFC\x1D\xE3\xA2\xC7f\xB3M!\x97\xF4\x83\xD0%N\xAF|\xE8G\xF4\x84X\xA7\xEC\xBC\xFEV#\x8D\xA7\x0F\x82h\xF2\x131\x86\xFF(\x14bF\xE0;\xFB]\xB4\xC9\x85v\xAA\xF6\x96\xCD\xAF\xF3\x05B-\xB7\x827\x05\x92`\xB8S\x04,\x96\xFA\xD1p\xAD8k\xBB\x02\xDE\x87\xCD)\xA4\x1D\xC0\x02,cHr\xAD\xD6\xF7@Q\x00\xDC\x96\xABU\xE7C\x94\xAE\xD7\x05\xC0\'\xA4\xD9\x96F\x02\xD52V|\x11Pf\x8B\xD3T\xFA\x12w\xE1j\xCC\x9C=n\xEDG\x18\x89\xDD^\xE6\x0E0\xA6Bb\x11:\xB7Q\xDD}\xD0\x90\x1F\xE4\x11\x98g)\xCC\xB3\x1A<\xCFp\n\xC3vY3\x80~N\xD2\xF3\'U\xEB\x1A\xA0#\xC1\xE60\xA1\xE2\x1D\x96^\xC9\xA0\xB0\xF12\x0F\xD6\x8D\xAB\xBFw)@\xFF\xC7\x9CV\xF1u\xC1\x95\xF9q\x8D\x10?\xB1\xF5\xA0\xC59L\xBA\xED\x9Fz.d\xBC\x8D \xDC\xF1\x9E\x1D\xE9\xB7\x83\x19o\x0B\xADk;\x90a\xFF\x80p\xB9\n{\xA9\xE8)I\x16W\x86~\xF9 c\xE1\b\xA3\xBA\x91~ \xD6\x8D\x1B\xE53\xD4X\xE9\x9Dg(O\bw\x82\x01n\xDD[\x88\x07\xE6\xF9Ga\xB49Q\xCA\x0E`\xF3o\xA2\xC4\x89\xE1\xB9\xCE\xF1\xAE>\xD7\'E\xC48\x03q\x8E>\xC2%\xE6\xB5O\xCA7Z\xF3R\x133J\xB4_\x05\xA2i\n\xAE"\xFD\xC2\x88\xD9\\1\xD0\x16\x92 7\xC4\xA9P\x99)\xA4\x15\x89\xFCr\xA8?.\x9EN3\x16~C\rNi\x17\x9CZ\xEEc\x87\xDA\xB8\xF6\xD1\b\xA9hC\x9F\x13\x84\x99\xD5n\xAA\xEA\x85\xFA\xCC-N\xBC\x80G\xCB7u\x18\xF0\xB6\xA5\xE9V\xAF\xFBD\xF1\x15v\xD8\xC8\x04{\xD3+\x95\xE1\xC0\x03\xD9\xE8\xD1]\xFD\x97*\xDC\x83\x06\xC8\xF9\x91\xB1\x10#Rk\x9B_\xDC\x91-\x04\xEFz\x1E.\xC4\x05\xDCg\xEB\xBDIf!Y\x8BH\x96$\xB3\xEE\xA8\xC3q5\xB5uJ\x1C\xD3xC\xA6\xE7\x1D6\xFBv\xC1\xD4^\xB8\xE5L\x8BA\x19\xA0\xBE\x0F\xAD\xF7?\x83\xD7+\x92\r\xBC\x00\x7F\x8D\x0B\xDB-M\r\x8EY\xE4\x1E\xF7\xAE]\x9C\x07\xF0\xB2\xCF\x12q\x07r\x86Gb\x1BT\xA1\xEA$\xDF\xA44\xFD\x94\xCB\f\x81K\xB3\x17T\x89<\xA5\xFEe\xB2x\xCFZ(\xECUm\xC5\x11\xFF\xB1o=T\xD4/\xC8\xF5h\x80\xEC\xC9\'\xA5\xC2\tL\x8F\xDF2\x16\x85}5\xF7\xA9Q\xDA7\xCA\x04\x8F\xF7\xD0A\x8BeS\xBB\xEFl\'\xBF{\xEF\xCD\x9D\xE4\x0El(\xCC\x10\x9B\xF52\x93\x02\x88\xD04\xA3Pe\x1A\xC7\xF5\x85\x1C\xAFE\x9EX\xAD\x1Du\xFE;f\x9B,\xCEtS\xA6\xD9C\x93\xBD\'\xA3\xBC\x13y(\xE2\xBB\x12{\x00\xC4\t\x85^\xDD=W\xAA-fB#\xAD\xF4\x90I\xDD!Q\xE6\xB6rG!\xE3\x90\xBA0\x9A\xDE\\\xA4\xEBq\xE1\x15\x036\xBA\x94R\xD8\xF1\x7F\xB7\x11\xFD\xC2"l\x03P\xEAbi\xFA\xEB\x99\xACk2\\\x9A\xAF,<\x16\x9C\xB2\x00\x8D\xD6\x07\x93\xFDt\xD9R\xBF|8\x81\xC3^\x14\xD9\xAAa\x07z\xFA\xEA@v\t)7b\x93\xBEx\xD4I\xE6\x0F\xAF\x82C\xE4a\x89:\xB4\xE5\xC8\xA0\x19\xD5+\x89[E\xD6M\x84\x1F\xF1\xD9o\xE7\xD0\x7F P\xE5\x15\\\xB9\xC6\x854\x07\x9D\xEE\xAC\x03j\xA2\xF96\xC1\x98\x16\xC9Z\x87\xD1\xAD\xBE\x8E\xFE\xCBK#\x88\xF9\xA0n/^\x1C\xD1&\xA3H\xEF\x97V+h<\x81\xCF\x1A;\xB7\n\xFD\xA5\xCBBR\x8D\xA6I\xF6\xC01\xA2n9\xECJ\x1A_\xCE+W\x19\xD2D(\x8C}@\xF1L\xB1,\x1DIf\x14S\xD8\xB2\r\xEE[@\x19\xCC\x8D\xC1\xF7\x99\x07m\xC7\x1Bz\t\x8C\xF8\xB6\fv\xE4\x94\xC5#}\xDFc\f\xBB\xFC%f\x92\x0Et\x82\xC9&\x98z\xA7\xE6\xB5o\x8A\xE0t\xB3\f\xCC\xE8\x1F\x84h\xDE\xA5\x04\xF2\x97\xE5<{\x9Ej.\xA9\xDC\xB5e\x01Hy4Y\xB0\xFB\xD82\xAA\xD2u\xE2Z\xA7\x02_l\xED\x8E7\xB1\x96v\x18\xC75\xB6\xED\xD5G\xFA\xB0\x10\xD3\xF8\x92E\x0F\xFD<\x95\xF2O\x9Dc\xB6\x02\xD0r:\x8Ex\xC5$\xF7\x80\x1C\xE3\xC5\x97~\n(\xEB\xA8\xDE\xBB\x8F\xE9L\x84cB\x15\xC1G\xA3L\x12\xB3/\x9FU\x14\xF6+\xE5Y\x83\xDD_?\xAB\x06d\xE0Oj7 c\xA1\xBB%\xC6\\/\xDB\x13S2\x9A\x10\xBB_\xD73\xA6o\xBBF\x016Q\xF6\x849\x9CT\x17@\r-s\xBF\x01\x9A\xED)\x93\x1D\xC8\x81\xF3\xDAH\xCF\xBFh@\xD3\xA1\x04z\x14\x98U\x1D\x8F0\xBD\x88\x05\xC3\xED\xD8M\x7F\xA9\x05\x86\xBFv\xA8\xE5F\xF8#\xE9K\xB2\fW\xCE`\x90\x14p\xBC\xD3b\xC6s\x88\xD5e\xCB\xA2\x18\xE2\xB4Oa\xCE\xFB&z?\x1B\x81t\x06\xA7\x8A\x1FL\xB0\xF8\xCE*\xE5\xC4}\xA1\xF2Z\xACx/\x84\x1B\xF7\xE2eF!\xFB\x91i\xC7\x89V\x9E\x17\x82\xFE\xE0+\xA3\xD8\xB0\xE8%H\x0F\xE3!\x04\xAC\xF1\x94%X;\x7F\n\x87p5\xE6S\xA5\x00\xB7&\xDFQ\xF0\xC3k1D\x8C\xA7i:\x00\xD7\x19>\xE3\x9BT\xCBi\x936\xD1\x9C\xEB=\xD5*\xB1\x7F\x06\xCEs?i\x95\x1B\xF2?g\x8B\xFF\xA6\x93\xB4\xF5N2xD\xF8\xD7\x8C\xC9\xF5\xAC\xDE\xBB\x98\xBE\xD5j\xEB[\x9A4\x7F\f\x95\xEA\xBEq\x0E\xF4\x84\xB2Ks\xCD\'\x10\xFE\xB2B\f\xB9\x18o\xAE\b[\x19\xF29\xDB-\xBA\xF3\xC8Q\xB5w\tU\xCA3zW>k\x9E\xC2\xE0\xB2\x10m\xA61 D\x10W\bc7\x91\x10B\xCB\xFC\xB4\xD8\x19]\xD4 M\xDCa&\x0B\x94\xB8\x8AGq\xDC\xA1\xE9Y\x8BM\xC7y\x81\xBCL\x94\xA8c\x8E\x0F\xA0\xEA0\x86\xC0 \x9E\xEE\x17\xDA\xC9(\x8EY\x1E\x82M\xBC\x03]\xE9\x9Dt\x90.\xF0\x1F\xC4y\xAE\x8B!bH\x85\xAB\x02\x9C3\xB9\xCB\x9F\xE9k\xFBb\xEF\xC0 1{\x00*\xDD\xF60\xA2\xE7\x0Eo\xFD\xE4F%{:\xD5a\xF9\xDFJn\xBC\x80\b\xE9\x13\xD2\x00e\xEB8\x95x\xC2\xD5\'\x00\xB3\x88M\xA2\xE3.\bo\xA2\xE4,wR\xED\x91|\x17CU2\xA6\xD57\x96_\x87\xCE\xA9\xC0\x0F\x97@f\xD2$\xC2W\x1A\xD1\\\xAE\x04\x92\x16\xA9<\x94\x02\xAE0`r\xAAC}\xA2\xCC%\xDC\x17\x85Q\xB1?l\xDC\x13X\xF7F\xD2\xEF\xBF:\xF8\xCA\xB6>^\x07\xF6\x8C\xC1\xDE\x1F\x11O\xAF\b\xF6RDl\\\x1E\xB7\x03S\x8A4\x9D\xB5\x83\xF8\xC3\xE1mP\xB8}(\xD2T\xF3<\x96\xB9\xF6/\x90\rX\xAAF\xFAj\xEE\xC89\x02\xCBr\xB6\x84\\\x97\x15U\x8E\x0E&\xE0\xA9\xD2,\xAEt\x03\x82\x7F\xC7\xE7p\x18\xD7\x9B\xEE\x81\xCCs\xF0\xAC\xDEzA\bq/\x99H"\xCD\r\xEA\x83h\x19\xA0\xC6\xDB"R\xE2\xC3=\xF4g\xB9\x0B2\xA2u\xA8\x8F\'\x9B:\x1B|)\xB1k\xDA\x9Es\x1A\x80nP\xE7;]\xB8\x9B+@\x8E\xB9:%\xB05\xE1I\x93-\x14\xF7\xCD\xEBQ\x11c\xEE\x8A\xA16[\xC2\t\xE3Ky\xFF\x87m\x17\xB3s\x88\xD3\x99#\xE0\x8D\x18R\xF2g\xD6\x06\xC1\xE0\xFD\xCDA\x03Z\xC5G\xFE\xBD"\x97\xCC\xF3I\xD4g\xFE\xA5\xE0c\x0B\xFD~\x17\xA0\x06]\xBCg\xA4\x91\xD7\xBC\xAA=\xFEu\xDA\xF7\x9B>\xB4\x8C*\x10\\\xD1\x9AH\x01+\xE8}\xC5bC\xD2\xC3\x19F\xAD\xEDQ\xA55\x89\xE9\xA90\x83\xEFd\xA1\ti\x16\xA7$\x0B\xECY\x1Cx\xC9\x90U\xBE\xD5e=\xC8\x86H\x1C8)\x7F\xDE\x1C\xC5U.\xACm!\xCFb\xEB\xBF\xAD8\xEFc\xA6\x13P;\xFF\xA8U\x06n\xE0\x86-u\x90a\rpK\x16\x7F\xB3\xD04\xE4L\xDA\x888y\x91\xB1\xC2\x86*D\xE9\xA7,\x8A\xE8\xAD%\xDAu\xFC\xB3Y\x87\x05k\x94\xB5\x11\x80G\x01v\xA72F\x92\b&\xBD\xDB\xCA\x92\xB2\x1C\x82\xF2\xB7\x97\n\\\xBD\x14B\xC9\xF4\x9C\xBE\xD7\xF7%\rA\x8Es\xB6\xFC\xC4T\xDC1N\x12\xD1\x9C\xF8mM\rr\xFFX\xEF\x96\x0E\xE5\xCB\x9F\xF5K(\xEC\xCD_\xE0\xF0\x96\x15\xD9\xFB\x7F\xE2N\x80v4[\xEDj\xDDw,4\xF5\xD0\xA0\xFE\xDD\xB0\x1B(]\x90Q\x9Aa\xA9\xCA*Z\x1F\xE9k\x9F\x02\xF1u]\x06\xB6\x1F\xC48\x9B\x1A\xB92\xA6Nm>\x15b\xD2\xA6?|\x1E\xBA8\xC6N\x86^\xC8\xA3i\x1D\xF4\x04\x9F\'\xC0\x0F>\x9E\xB8Lz:#f\x81y\xE3;\x04\xC7\xE0v\xFD\x15\xF0\x96\xAB?\x13\xBAG\x8B\xAA\xE1{\xC2\x9BE\xB0Zp\x1C\xF3\xC1,\bY\xC3\xD0\x1CJ\xDB\x9E\x13?\xFF{\xC2$p\xAC\x8F\x1B\xCE\x01\xF2\xC1\xE1\\\x9C\xBBq\x84\xFC:\x98u\x86Dh\x1F\xC0C\x95\xD4Q\x8D\t\xD1\xB8m\x0B1\xBAu\xC7\xA2_\xF4\x1C\xDE)\xFA\xBD\x85P\xDA\xAF\xE7t\x98\xFEi\x8C\xE8-\xC8k\xE6\x95Z\xA1:\xF7\xD9F\tjZ\xA3~\x16\x04\xCAP\f\xAD\xD4k\xBE\x1A\xE4\xC6\xB2\xDC\xF3.l\xA7\xC6z\\\xA0\x1B\xEE\x8A\xCFb\x95\x1E\b\xB7\x82Oi\x90=\x16\xCF\x04l@\x9F\x1FO\xF0>\xADw\x01E\xAB4\x1B\xB6\xECO\xCB\x9Bx\xBD\x8A\xDF>\x93+o\x8A\xDD\x1ED\xEC*\x07T\xF6_&\x9D~\x80\x01\x118\xB5\xF9\x1E\xA2O}&\xA8\xEC8m\xD4/\x03\xCC\xABw\xEB\x9D%\x8E^\x12\xD3\x80\xB8*\x11\x9A[\x86\xF5\xD1r+\x06\x88\x17`)\xE95 \xB1R\xD3\xED\xA77]\x93e\xA3\x8B\xD7\xAB\x94=\fI\xBB`\xD9\xED*\x87E?\xC5\xFB\x14\xE0K\xF9\x8FF\xE7\xA1]\x0E\xDBdJ6\xB9\xF1\xC5/}\xE2b\xC6\xD8!\xBF\rT\x8F\xC4d\xDDA\xB3\xFB\xA5M\xC9\xF6\f\xBAGg\xF6\xB6\xFF\xC3\x12K|2\x02n\xCE\xE8\xAE\x1EN\x98h\xE1\xC3\xE6\x94]\xB5\x85Y\xC2\xAF\x17\x7F\xBE8"\x88\xC3\xF8\xA7\xE2o\x00\xAAG\t\xA2N\xFA8|\xE4\xA3I\xFD\xAB\x7F\x93\x0E\xD5n\x05\x97ua\x85$\x11\x9B\xCF1r\xE2=\xCA\xEC\x18\x83V\xFA/\x8C\xC9x\xA4\x13Xs,\xD6:\x04x*\xDB`\xFE\x97\xF2U\xB20|\fS\x83;[\x94\xF4$\x8Ah\xB0\x93`\x15\xD6 8\xE8-V\xC3\x82[\x18\xDA\xA0;\xC4\xE3{\x1AW\x81\xAF!\x9B\xB5a\xC0\xA5\xDFq<\x06\xF5B\xB7\x02\xAF\nh\xA3\x1C\xCE\x9D\f>\x87\xCFI\xE0\x05\x91\x1C\xD6\x99"\xCD\x13\xDB\xBEs\xCF\x17\xEC,\xB9A\xF0\x80j\xBE\x9F\x1EE\xF09\xBC/\xEA\x03n\xAE\x8EB\xD9\xF0\x0Bg\xFBO\xDB9$\x10\x96Y\xAB\x1A\xD43\x90\x1E\x89\xEF\xBCP\x8F\xF3o\xAA\x1C,t\xA3j\xCA^D\xBDt\xEE\xB3f2A\xA8\xDFK\x07\xCBp\x9AX\xCE\x06\xF7v\xAD\xE1\x92|\xACU\xD0I\xF8)\x05\xA4Q\xBF.\x8At\x06\x92zL\xD1\xBD\xEA\x85`q\xE7\xCFVA\xDFt.H\xE4\xC6e\xEC\xB9\x0F@\xF5\xE7\xAB\x02,L\x9F\x1B\x87\x00W\x9Bu\x83\xFB\xAB1\x10\xB3O\x8B\xD8e\x0B&\xF9\x11\x89\x1C\x97[\xB9d\xCBw\x96@\xD3\x1B\xE9\xC8\xB1\xF1\x02f+H\xC1\xA0$x\xF9\x96\xC6\x01\x12\xB4[\x99\x00Q\xD7\x81&\x9D7\x88e\xDD\x90\xF9|\xE8\xC6\x0F\'\xBC9b\xDB${\xE3A\x145\xC6\x9CP\xCABe\xBF3\xED\xDC\x889#\xE3\xF4\xABG\x9Fd4\x88\x1E\x9D~\xDB\x0B\xFCO\xA56%c\xA9\x80\xD4":\x8D\x14\xAE{X\xBB\x19w\x0F\xC5X6\xD2H\xB0k\xF2\xD1\x18R\x92\xC2\xF4\xA4h\x97!\\\xB7p\xE7\xA4\xD9q\x0B\x9F~\x18\xFA\x0E\xB4p\\\xC2\x11\'S\xDFA\xB6\x15\x91:\xB1\xCE\xE6\r\xB8S\xEA3~\xF0\xBEj.D\xE5\xC7\xFC\xD4N\xF0\xB6 \xA7\n_\x95>\x8C~\xA1\xEA\fH\x87\x02\xBC\xD3\xEE\xFE\x840\x07\x90\xF4\'\xB1R@\xC4\xA8W\x8F*\x01\x84m\xF7\xD0\xA9p\xFA\xCB\xEEZv\x8Ai\x83\xD9\x19k\x83D\t\xA5\xCE\xF6\x9C\x07\x91l*\xA2\x94Bs\x84\xE5\xBD-\x1D\xE2\x02\xB23\xCCr_+9tL\xA7\xDDE\x1Aa;\xC7\x81\x00\xE7\x95j\xD7B\xCD\xDF6\x99\xBA\x0B\x8FX-J\xA6%\xE2\x13B\xCDK\x9D\x05\xC8\xDF]\x1Ew\xDCT!`<\xB0\xE3\x01.\xCA\x15h\xFC\xD5\xA5VCf"\x98\xDF\xAE\x16\xCA\x8D\x0B(~\xCF\xBD\xABy\x12Z\xD3\x1FM-\xECz\xA1\x1FQ\xED};\x19\xE6\xBD\x81e\x03\x9A6\xFC z\xF2\xAC*\xB8\x95M\x87\xB33\xC0\xEE\x86\x0E}d\xD7R\xF3\x9DJr\x11\xC8\x85\xBE\xF8Y?\xEF\x9DV\xE5\xB2^\x95\x03T\xEC\x99\xDF1t\xBA\xAD\x06\x86\x14\xBDe\x07\xAF\xD9^\xA1\x01y\xDA>\xC5\xB5]\xAA\x92\xBF9Uq\xFB7\xE8\x10\xFFq\xA8\xD8J\xC9\x1D\xBA\x8C\xAA9"\x8B\xB47\xEEw\xDB\x15\x8C\b\xBA|\xFB\x1D=\xC3\xF26\x88#I\xF9\xA3\x8Cc\xF5<\xC9T\xF9\x92E\xC7\x89&L\xCD\x95\x1F\ro\xF5\xD5.b\xE4\x0E\x8B\xD1\x18\xA2d\xC6B\x92\x1Ag\xF9\x9C4X\xEA\tw\xC3\xDF[\x05\x9A)J\xA9m\xD0)K\x82\xD8p\xA1\x13g\xD6\xB4l\x0B\xC4D\x17\xDB\x99l\'\xAB\xE20r\x11\xF3\xB5j5\xEB\xABN\x8B"'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x9Co\x07\xC3\x80Y\xCD\xF1"\xC1\xE1\xAE\xEF\xD8T\xBE\xE3\xF8\x98\xB9\xD4m]\x98\xABT\xD9\xC7\x16\xB7\xDD\x93^\xD3\t&\xFE\x8Ad\xC4$\xE07\xC8I\xF1\x9E\xBE`\x8A1\xA3\x91\xE0"I\xFB;\n\xA3[\xB5\'t\x04a\xD3P\x0E\x88v\xA8`\x0F\x9A~$\x14u\xAA\r8oQ\x03\x82\xF5I*s\xECiD\x05p\xAA\xF4A\xE5\xBAL2\xD7>\xF6\xA7k\xB8\x83\x06&:\x0F\xD5\x1AmZ=\x10\xB1\xE9\xC3{\'\xFC\x94\xD0\x16\xA0\xC3\x8Fo\xE9\xBE5\x93\xD6\xFADY\x80\xC5\xFC*e\x89\xDC\x17\xA4<\xC6\xDE\xFD\xC1:\xA1\x84W\xCE\x11!\x86fx\x95\xAC\x07|\x80M\x11\xD7.\\\xCD\x92\xFBM\xC3\xEA\x01\xCC\x88q\x9D_\x8F\xD4\xE23kL\xE6?,\xB3!\xFEF\x17h*\xB8\xCF;\xA4J\x93\xEE\xB1\xCB,y\xB4g"\x8B\r\xB2\x1B,\xE6\x9B6P\xC7\xA5\x14\xDE[\x1C\x9E\xCDe\xE9\x98r\xB1\xE5xe\xADA\x9B)\xB7P\xD8\x1C0\xF5Sb\x0B\x89\xBA\xF9~\t\xD8f\x9D\xCB\xAF\xE6\x83p\xF2\t\xE4k\xD2\x1EC\\\xF3\x94\xE8\x13V\x9C\x7F\xD5\\\xF8\xBE{\x00\xB8\xEE/\xFAH\xC1\xF0+\xB5\x004\x1E\xF7C\x17\xA1#\xDE\x84z\x15\xF3g7\x04\xAC\x13\xBD\xC2\xA6\xDB7\x97W\xA9\x81K\xF1{V\x056\x9E\x1A\xB3/S\xBB\x01v\x9F\tK5\xCF\xAA=\xF2G\x93f\xDC?\x8BYj\x92\xD1:\x82n\xE2CX\x8D\xA9\xC6Q\x88\xBC\xF2\t2\xD1_\xA7\x91\xC5\xE1\x81t<\x19Rv$\xEF\xCA\x1B\xE31\x0F\x8C%\xC2\xDCL]\x8Dt\x9B\x10\x85\xE1\xC4%\x8B\xBD\x01p\xE3*\xC6\x07\xA7\x12\x1F\xB0\xD7\x0B$v\xB2\x06_\x96\x0E\xBFw\xDE_\x03\xD5;Ym\xB4J\xE4\x0B&}KZ\xEB\x9E\x97>\xFF\xAF\x11cB\xC0\\\xB5\xD6@\xA5v\xFE\xCA#\xD9\xF0>b5\xAEV{\xD9`\x84\x1D\xB5k\x88Q\xCCm\x9A3\xE7\xA1\x17R\xCB\xA6"\xD3\xF4;&\x9C\x12})\xC9\x97\xFF\x8D\xC1B\x9D\xFA\xB3\xD0$\x00\xEC\xC7\x86\xD5m\x8E\xA1\x00p\x98\xF9i\x13\x92\xEC\xAC\x06G\xC3\xA8!\xD3\xEE\x16\xF8\xA5\x0FO\x9A\xFE\xDF8%\xEFJ\xFExD\xC0\x8A\xE3\xF71\x7FP\xAF\x85m\xEB\xB4\x91\xE7\xA8\x1DT\xED-n\xD7\x18>\x95\xC0cz[+I\xBC5\xEB)\xCD\x1EO\xE8\xBC(d8z\x87X\xFBq\x8EgD\x94.A\xEC\xC0[y\xAD\x96\xE2\xBA\x81\xC9\xF2d(pH\xBB\x8E\xE5\x19\x07\xCD2I\xFCa@\xDAy\x13\xAD[\x82\xEFh\r1\xDA\b\xA4\xE2\r\xF7R\xDB|\x88\b\xAB4\x84I\xD5\x99\xB9\x17+\xE6\x9D\b\xBA\xCA\xE4\xB4i\xCD4\f\xD3\x16Ur.\x10[\xA8\x03\x95\xD6\x0E\x9E\x00`C\xA2V\xC0\x1Cp\x80\x0B\xBA\x9D9\xCE\x05\xBB#\xA9v\x8AF\xB8 \x8Ds\xAC\x97\x15\xB2k \xC5\xD8h\xF9\x94\xDF\xAB\xD1.M\xF8\x8Ar\xE2DR\xC8\xE6\xF9\xB0Gg\xD08]"\xC9f\xF0\xC2\x95\x19\xF2\xB1!B\xA43\x93\x10}\xDA\x82\xFD\xA0*\xDC~\xFAc\xA0)\x83a\xB3\xD2\x91|\xB8\x15\xE9\xCE\x84\xF15\xB3\x8B)x:\xF1X\xC5j\xE8\'a\xA4\x924\t\x9DX\x19\xF0\x9A\x02\xC0\xE5\x84\x00D\xA4+j\xFF\xA0\x7F\x8B\xC5Pp\x02Z\xC2\xF30\xAD_\x13\xC3M8\xE7\xB9w\xD99\xFAk\xECF\x87\xFAt+Z\xA9{\x10\xE8O\xB8\x14\x9F\x04\x1B\x96\xAF\r\xC1\x1C\xFB\x7F\xD8(f\xCE,\xDB~\x13N/w\xD8\r\x8CK\xD1:-a\xEA\x1A\xD7\x82\xE8\xA6Fj\xD2\xEA@\x98\xB0\xCF\x19\x07I \xE5O\x9B\n%\xC7b\x9F\xC0\t\xDEB\x9A"\xFF\xC9^A\x8D|\xDE7I\xD4U\xEB\xB3\x86\xBE<\x91X\x88A\xA2\xB3\xEE\x9B\xBB_!\xE7\xB6\b\xDE\xBC\x96\xFD\xAC)>\x15\x95!\xBD\x8Dq\xF5U\x82m\x97\xC7\xAB\x8E\x15\xBDX\xA7\xE2:\x1EL\x94\xF8S\xD1n\xA8\x81\xE5\xD3$\xB6b\xF5\x85t\x99;\x10lN\xF0\x04\xB0\xC9\x1E\xFBl\xCFS7\xF9\xAAvR\x81o\x13WEz\xB8a\xCAw\x02X\r3\x1E\xDE\xFF-]\xF3i3z\xCE/o\xFF\x8E\xD8\xB5h\x18\x88\xBD;\ne.r\xFBN\xA3\xCC\x18\x03\xAB]\xCC \xDE\xA8w\fc\xE1*\x8F\x07\x19\x87\xDE\xC7\x14\x99@\xCB\xA7\xF20\xD0\b\x8E\xF6\xE1\xA2K\xD7\xB4\x9ExB\xA7\xD4\x11\xB7\x00\xDD\x85\xF3\xB2J\x11}\xEE2\xC8u*\xF4\xD9H\x96\xAD\xC1\x0F\xE9D)\xB9\xE3.\x8C\xFD\x9B4\x17\xED\x95w\xB9H^\xA7{Cf*\xEC\xFB"e\x83\xE3\x9D$Q:\xB2+\x85\xF0f\xCA\t\xBE\xEA\x8A;R\xA1_C\x1D\x98`\xCF\xA3B\x01\xAD\xE6^\xA0\xB6\x16\xEE\x1DY\x893z\x92dM\xF2{E\xB7U\xC9L\xA54\xF3\xD9\xC4%\xEA\x03\x90\xBFZ\xB0\xD77\x05t\xC2j\xD9\x12c\xC4r\x19>\x8F\\%N}\x1B\x94\xEC(\xC3\f\xE51\xC1$\x80Y\x98!\x0E\x8EQ\x7F\xC8:m\xD6\x9C\xFD\xC7\x0E\xD9\xA3\xC3\x0Bc\xEB\x82\xD4\x16Z\x85\x11>\x96\xB5\xD12\xA2\r}M\x95\xB7G\x1C\xAB\x88\xEA\x98C\xFC\xA5\xE40\xF6\x99\xB0\xDF\xC9\x07p\xD5\xAAxN\x8C\xF9q\x0B\xDEI\xD3i?\x02\xDF\x86\xA2\x07\xE4`\xAC :\x80j\x1A\x93\xD7#o(\xC2\xFF\xADqd\xFAU\x18iF\xE0\x8B\xC6\x14\xE8W\xF95\x02\x7F&\xD3\x0BU\xB8\xD5l\x10\xFD6a\xBAH\x897\xFC\xB7\xDAg<\xEB\xB2x\xC3\xF6\xA9\xBC/W\xF7H\'\xBBQ\xE8p\xB6\xF6B1\xAE\xFF?\x8EzQ\xE2\xCD\xA16\xDEu\x81\xF1"\x01k+\xA1\xD4\x8F\xCB\\\xBBL\xAE\x91x \x88E\xC4r\x84 \xA6\xF4\x17k\x9AW\x1B\xA7\x96\xBF/\x18\x836\xE7u#\xD1\xB0\x15\x91x\xCF\x03\x99(W\xCC\xE5y\x9E\xC1\xF1@\x99/\b \x8C\xAF\n\xC8\xA8]\xB99\xF4_y\x0FB\x9C\xE3\x1A\xF63\xCA`\xED\xABS\x9F\xEB\xD2W0\xE0\xCA\b\xED,\xD0\x13Rc\xA1\x04\\\x97\x12\x8D_p\xC4@\xF3\x83\x13K\xDB\xA6\x06_\x87Q\r\xA9\x10\xBCk\xEDK\xC3\xF5P.\xDAA\x9A\xD0\xAD\x85\x1F\xB5\xEF.d\x80o\xDD\x9E\x01:\x19\xDB)?\x04t\x8F\xB3b<\x81\x7FF\xFF\x8D\xF2\xD5 O\xC9A\xF0\n\x9C\xE1/\xA7]3\xC2~\x8F\x16\xBD\'\xF1\xD2g#\xDA\x86\xB4~\xE7x\x94\xD4A\x04\x1A\xF3\xCE\x00S\x95\xEFM\xB2&j\b\x8F\xF4\x9B\x0E\xD7e\xB0T\x04H(\xB7\xA6`"\xB3Oj\xE0\xA6^\xB4\x86@z\xB9*q\xDA\x98\xC1\xA8\xCD\x82V\xD7\x9Dn\xE1\xA6|\fK\xBA\xCA\x0F\xEB\x9F;\x90\xA5+\x86\xCC\x10$\xF1\x89\x1B\xD2c\xC4J\xB54\x1FLX\xFF\'\xF3\x13\xCF}\x81V\x14\xDB\x8C4\xFE\xC5-\x99K\xE8m\x1F4\xD6\xA2\xFD\x10G\x1Fs\xE25\x19\xBC>\x06\x92\xFD9)\xDFY\xAA2\xD9~\x04\xF1h\xB8\xF9=\xAA\x9CH\\5\xA3\xF7\x94\xE9\xA5\xDD|\xCC\x84\xBCD\x9C\x8F6\xE0\xEF1p\xC8G\xED\x1A\x84s\xBA%\x0E\xC6\xA9\xF6\x8De\xCA]\x89\xF4\n\x95\xF8}\xABO%\xC6R\xD5\x87\xF7\x99@\x1A\x8CQ\xAFF\x15\xD8T|\xE8l\xCA\xFE\xDCP\x10/o[\xFD>\xB0,\xE1x\xC7[j\xAB\xBF\x95\xF8\b\x9C\x7F\xAA\f=\xF8\xD7S\x93\x06\xE1O\x199\xE8\xAElP+\xC5`\xEA\x82\xF4u\xB1f\xC1"v\x03\xE6a\xC4#\xCD^\x992\x8E\t\xB4,\x92\xBC\x7F\x86\xCE\x1D\xBE\x8A\x13\xF0i\xA4\x17\xEA#\xFC\r?e%\xB1P\xD5]\xE6\xCCd\x8B{1_A\xB1~\xBE\x9C0\xCF\xD6\xB4G\xA0\x11\xCE2\x9C\xE7\x14G\xA4\xCCj\x94\xB6\xFA7\x84\xE7\x01\xBF\x1F\xD3R\x16?\xE7_\xAFD\x03\x9Fu\xD3\x96I\x07;\x87\xB6\xD8\xA0K\xCE\xE5\x879\xC0)\x96F\xA3\x16\xEC\xC0\x9F\xCE\x0E\x80\x00"T\x0Bn\x89\x02#\xDDgD\b\\\x905\xEE\x0EM\xD6-q\xA1\ry\xADeG\xF1\x80w\xA6$\n\xF3*\xDFN4X!\xC2^\xD2qO.z\x8C\x1BYt\x11\xFDk\x1D\xB7\x047\xAF#\xF9h,\xEEJ\xDBs\x90\x19\xEC:y\x91\xB0\x1D\xBE\xDA\xF9\x7F\xB9\x84:\xAB\x17\xEDW\xDD=&\xC9\xA2\xDF^\xFA\xC4\xD4\x9As\x8F\xC6\xED\f\xB6\xE4\xF9\x8F\xAE\x01\x99\x13\xC4\xF2\x03\xB7\xD9\xA1\xEE\x8DW\xDBwM\xE2q\x83\xD8U\x97\xC6\xA8\xF5\xB8\xAA^\xCC\xBBU\xFEq\x88*\xAA\x1BS\xE2\xFC\\\xC8\x8BJ\xBA\x93\xF5\x16r6\x97\x10Kh8\xB8Uf\xAA\x82j\xA0}\'6\xEFY\xE1;\xACj\x953D\xCA\xAE0\xF4\x82\xCD\x99\x01D\x14\xB6v=a\x15EB\x98\xF7+\xE3\xA38\xC8Il\xD0\x9Fg\'\x98{\x06\x1F\xD3nZ\x88\x06\xBB(\xB0\xEB\x80\x02\x1D\xD8\x14=\xFE.E\xDA\x10\xC7m\xB8\x84b$I\xE7 zR\x14o\xC2\x0Bb-Y\xC6\xA9\x1F\xE4\x05\x88&\xE2\xDA\rs\x85\x17O\xF0\x0F\xE6\x92\x07B\xC1\x12\xDB\xB5?\xA5\xFE/\x9E\xEAC\xD0Ul\xDD/\xA5H\xF7\x9Dy\xCE\x1B\xBE\x89T\xA3G\x1C\xD3\xFB\xA1\xC9\x0B\xBD\x85\x01\xE0\x94<\xA7\x19\xB8\xEF:m\x8F\xF63\xD1\x9DkX\xC15\xB1e\xD1\x97yW\xB52\xED\x88o\xF5-b\xE8\xC4N\xB2\xDB\x7F\xA4\xFF\x18\x83{\xCDa\xC0\x8A\xE3[\xAD\xF2d\x02\xE5\x92\t2\x7FS\x8Fn\xF6\xA9\xD4e"J\xE7\x7F\x8C\xDB\x9F\tJ\xBE}\xAEW\xC3\x90\x1E\xE9E\x04\xC2(\xA8\xFC\xDA_ \xAEK\xCC\x92S\x82\x11i:\n"\x8F\xC5\xF2?\xB6\f\xEA7&L\x0B\x91q0\xCF%s\xAA\xBF\xEC\xDD\x12<^(8\xB6\xA0\xF8\xD2T\'\xFC\\\xCF)c\xDC\x108\xFE\xFB|\x9F\xD7\x8Dp\x1C?\x80\x14\xC6|\x017\xA4\x1Ax\xE0&\x97\xF4\xBDdM2]\x9E"N\x92u\xB2\xFB\xC5<\xDF\x9B\xB3?\xF4`N\x89*\xB4\xD0\x98\xE6M\tt\x87\xBFA\xAD\x11r\x85\xEB\xA4\x94 \xEE\x80=\xACc.\xF6Z\xE0\xBAgH\xA1\x90\xE2Z\xD4\n\xBA\xFC\xABt\xD3\x87\x13\xAE\xE4\xD1p\x05\xDA\xA9\x16\xD4h\xA2!N\x15\\\x85\xC4\x17\x9E\x00uE\xA5\x1B|\x8C\xC9\x173\x02i\x96\xC76\xB7\x18BR\xB9nG\xE1\xC4\x06K\xB3\x9A\x0B\xEC0\xD4\xF6*\xBBn\xEF\x9A5D\xC5V0H\xEEy\x93\xFB\xBC\x8Aj\xF4W1\x84\xEB\x7F\xBB\xF7\x07w\xE3\xD68!\xC6\xF5W\x03\xBF\xF2a\xDFX\xA5\xEC\x1E\xE0L\xF6z\x04\xE4\xCA\x83\fX\x16\x86"\xCC9~\x83\xACqR\x0F?\x85$Nl\x8C\xDB\x1B\x05\x9C\xCB,\x1ADT(;\xC1\x9A\x02G\x0E\xD8\x8C\xCD\xA6-G\xAEj\x93\xE8f\x81\xDB0@\xAF\x93(\xD5{\bb\x90\xAA\xD5\x9B2[\'\xD6\x9Ax\xEFh\xDDS\x18\xC5\x02\x1F\x96\xCBd\x05\xB1\xC8\x13\xF5c\xA5\xE6^\xB8h\xA7\xDD\r\xAF\xE7\x1Ce\xCB\xB5)]9lS\xED\x8F\x0FU\xBB\n4\xB2r\x11\xA0m\xFCI\xB5\x81=\xBD,U"l\xB1\xF9u\xA5\xD5*\xA8\xBD\x91\xFA\xA3F`\xE4\xB4\xF1\xA6\xDDz\xE8\x9F,\xB6~\x8A9\xF7\t\x84t\x9D\xCE|\x87?\xE0s\x96\xAC\xFB\x16\x99\xB9#\xF8q\xD4\xA3K\x1D\x95\xD2S\xE5 \xCC\x12R\xA0\xF9\xDC\r\x88\xC5\x12\x90\xEC;Q\x00B\x0F2n\xD2(\x8E\xF03]\xFA\x13\xA4\xF3L\x1F\xE8\xC3C\xE0|6\xC7\x87A\xE1a\xF0\xC5-\x06\x87\xBEv4\xEAh\xC8v8\xE9`AO\x1C\xBE\xB4\x8Cs\xE3]\xAF\xEE\n\xBF\xD9\xFF\x88&]\xBD\xF8\x1D\x81Q\xED\x15k\x91\xB1\xC8\x1E\xBB\x92\xD6.Y\xBF\x8B\x02b0\x82\x06\xD1c\x9F\x01\x15(\x8C\xFE\x7F\xB6Eg\xF3\x98\xAA\x05\x8C\x1D\xAE\x99\xFF\xB9\xD2\x9F\xDCe\x1D\xED\xCC\x9B\x1F\x86Ny\x9D/g\xC8\xA1\xD5\x0Bq\xADg\xDD\x99\xAA\xFC+r\xE4P\x04nF\xB2\by7\xCD\xA2u\xB3Y\x19\xAB\xEBQw\xC0\xAC\xD8\x93h\xCF\x12\x9C\xEC%\x90\xD6a\xFD\xC0~\x14\xF5\xE0\x84\xA8\xF1!6\xAF\xD7\xA4\x14}\xD9,\xE6\xCE\x939\xDFG\xB9)9\xE1\xA1%\xBA\x8D\r\xE9\xBEb\xF7\x7F\xDE;c\x81l\xF0\xB0\x92f)\x9A\xE7\xBEo\f\xB4 \xE54M\x83m\x00y\xC9\xB3\x85N\xA3\x94\xB5&\xC4Pb\xCA\xE4[\x06\x81G\xF5\x91i\xA2q\x07!\x82U\x02\x96l\x0FX\xF2K\xD6\xDA\xC7d\xFB\xD1\x9D\xEBx\xFD\x10+\xF3u\xE1\xCB6\x1C\x88^\xD8A\xBC\x154\xA5\x1E\xFB@\x9B\xE5\xC8P\xF4\xDCv\x97\xEF\x89\x05\xDB{\x8E\xC0-Y\x17\xEFN\x8D\x120\x9B\x18\xAE\x8B$c\x93\xF3j\x89Qu\xAA\x92\x16J\x89\xADX1\xD9\x87i\xCF\x83?\x0F\x98d\xE9\xB2\r+\x98f\xF8\x8DL\xDBr\xBD/\x06d\x90+\xB9\x13C\xCBk\x1F\xA3@\xF4h\b\x9C\xD65\xB2k\xFA\xBAe\xD5O\x03\xE1B\xA6\f8\xBB\xD0%\xFF[\xBA+\xE5u\x06\xBD\x1EM\xA9\xF3'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xBAW\xF3\xACCm\xC3"e\xAC\xE1\x1Cr\xD4\x99[=\xF9\xA5G\xD6\x1FS\xFA\x97f\xF0\x11\x8E b\xCCE\x8D[\xF7\x9DQ;\xDF\x912\xE7\xC6]D\xD1\x1E\xB8`\xEF\x9E\x06?\xB5\xF5F\x92\xCD\x12\xA6~\xF6G\x1E\x93\xD3\x06\x19\xDF\x8C:\xEF\x91\tH\xB6.\xF1\x15\xC0\x88e\r\x93{\xB5\xCD3\xAD\xD8\xC3S\xB0\xF5\xA0\x07\x1A\xB5+\xD1\x05\xBDd\x0E|\xA3\x1A\x8E\x01\xEB~\x89\x0F4w\xCCh\x83\xD7y\x1F6_\xDC\'\x93\xC6\xE4g4z\x9BR\xB4\x00\xD2|Z\xC7\x87\x03\xAAw\xDD#\xE8\xC8/\xF0\x80\tGv(hP\x917\xB4nV\xA9=_\x19\xE6\xA2\x87\xF9\x99\x0B\xBC\x80\xED\xC2\x95\xA7\x13_\xF0G)\xB9\x86\xD9\xC1\x12i@\xA4Y\xFA"\xADJ\x9B\xC2\f\xFDSqD\xE8m\f\x04\xCB\x13\xF9\xA5b\xC9\x84\xA7\xBD\xE5\'\xD7\x19\xE9\xCA\tH\x9B\x16\x00\xBC\xDCl\xC1\x04]\xCF\x1AJ^@"U\xFBL0\xC7\x92v\x9Ch\b\xEES&\xF8\xCC\n\xB5\xD6o\x03c\xF21j=\x98\xC9\x19\xA0\xD5\x8Dk\xED[<\xD7\x1FC\xF53\x16_\x94x\xBB\xA1a*\xD5\xF6\x83v\'\x9E\x91P#\xB4~\xDE\xA7\xFF\x93\xAFh\f\xDE\xB7B\xD6\x01\xE3<\x1D_\xA7\x94\xE3\x81b\x1C\x97>\x88\xD0\xB6\xE0\x8B\xD4\xAF,\xF5V\xBD$%\x94\xAFs\x8C\x06\x99X\xDDr\x01\xAF\fC\x82\xFE~\xAER\xE3\xCCE\xEE5\xD2\xF3>\x8D2\xC6s\xD6\x15\xCB\x89r\x9F\xF6\x1BW\xAF\xC3\x8D\xD1Bz4\xBFH\xF0|\xE63R\x1AxG#\xEBw\x80\x06?u\xBC\xDDR/\xB9\xE6~\xB3\xC5;\x8A\xD0Q/\xF0\x1D\xBE\x905\x1Ef\x0B\xB2z\x15\xA5V\x0E\xECd)\xF47F\xE9\']6\x86k\x0E0t\xFD\xB7\x16\x02l\xA9(\x10\xA1\xBE\t\xA8\x96\xF8\x0E\xBFJb\xAB\xE0\x9AF\f\xF0\x17\xCFK\'\f\x92\xEFk"\xE2o\xA8Z\xDB\rm\xC2\xA6\x8D_\xFC\x85\xE1m\xBF\x9AN\x83\xB8\xA1}\x96\xC1\x07\xAA\xCD\xEBO\xA2\xDAL\xE9\x9E\xCER\xDD\x8B\xCAX\xFBe*\xCBUl\xA1\xDA\x12\xCC6\xF8\xA3w\x83\x9Dm\xF7\xA6g\x19H\xA1\xFB\xC1\x96\xCD:L\xEC\x99\x00@\xDC*\xBBH\xCB\'\x01\xAE\x1D\n\xE0W\xFE\x19\xD7Ju#\xBC\x96\xF7(\x81j!\x8F-\xF9\xB7Fu\xDC\x84A\xE7\xB9\x89\xFF/\x94|\x1B]\xC9\xFC7`\xC3>\x80\xDB\xCCV2\xB2_\x17\x04\x89t\xB5/[\xF4\xC9S\x19s\x96;]\xD3yC\xCAl0\xB4b\xF2\x90\xE1>z\x15_\xC5\x0B?\xB0s^\x1A7\x95#\xB1\xF2\x7F8\x1E^A\xB3\xED\x89\xC0Y(\xD8\xB1 \x02\\,\xBA\x05\xE6\x86?z\xE8\'\xA4\x15\xD4\x84p\x0E\x9E\xE8\xAF\b\xF5\x8A\xE8-\xF9\x90\xAA\xE7\x809\xA1\x11X\x03\xB2\xCF6\xA7V\xF4\xD4\xE5\t\xA3\xEC\xD2\x12k\x9C\x07\xD3\xAA\xE3\xC7P(\nI\xEA\x90I\x0F\xE1\x83\xED\xAC{\x94o\x0F\xD6K\xB8\xF7\xCAeG#\xAC9\x8Fd1\xD8Q\xA7f\xBA\x9E\x10#Q\x05\xD0o\xC5.\x87e\xF0\x91\xE1\xBB\x7F\x97L\x85\xC0b\xFFP\xC4-M\x91\x14t\xF6\x9Dd\xDD\xA8\xAA{\xBCf\x9AtL\x16B\xF5$\xC6\xA9\x9A0V\x91\b\xE7\xBD\xDE\x7F\xF1\xC1E\x1F{\xC8\x197Mh\xD7w\xBB\x1FE\xFB\xA9\xDAI\x1Aq\x01 2\x11\xC9;l+\x8D\xA8\xE2]\xF9\xC0f&\x81\x05\xD0o2\x18\x05\xCE#\xF73\xC4\xD2\xA0\xDD6e\x00\x1Ek\xDC\x94\x11\xAB%N\x8F\xCE\x1E+\x7F\x14K\xCA\ni?\xD13n[\xF8y\f%\xDA\x8FJ\'\xD5U\x11\x96\xD2\x18\x9F\x8C\xFD\xC2\x10\xACN^x\xC2\x97\x00\x1BP~>\xC0\xA4u\f\xAB+@\x9FM\xD3\'\f\xD9\xE9\xF8\xC4\xD5u\xEF\xBEC\x9D\xDA\xB9`\xE6p\xAE\xFE\x89\xF1\xA6\x13\x84+\x96C\xB75\x07a\xBB\x82}\xA5c\xBD,Oj\xCD`\x98\xF3\x88\x1A\xA8\x0EI\xB65\xCA\xAA\x98^\xE4\xD12\x97\xD9\xBA\x05\x90u\xA6\x86S$yI\x80\x16\xA2e\t\xF3U\x88\xFA!\x90.Q\xC6"c\xBC\xDD\xCBV\xEEj\x9F\xCD=\x15\xF80\xE8?\x00p\xE1\xB1\x1E5\xDDr\x03\xB6&^\xE1s\x84\xF4\x14\xDA#\x03\x85iT\x1Fn`\xE16E\xFEb\xAE\x9B\x076Y\xDF/\xB2n5\xCD\xA3>\xBF\xD9\x9Fv\xE4\x039L\x1E\xAA\x14\x87\x00t\xE5\xA8\xC4L\x83\xDC\xAC\x92\xF3\b\x84G\xA5\'\xD19\xF1\x8D\xCF Z\bFp\xB79K\xC3\xF6\xEA\x88\xC9\x15\xB4\xEB\xC1\x17\xCD\xE2f\xB5\xFD\xC9\x81\x1A\x95\xE2G\rz\xECe\x14A\x92\xB1|\x9C\xFBr\xC1\xDCK \x8DXl\x04\x19\\&C\xC5Z{\xEB\xBDhL\x9Al:\xAF\xEB\xA2\xC3\x8Ce\xEE\x94\x1A\xB0\x10\xA1I,\xF8\x99!~\x8E/B\xF1\x93(A}N\x00\xC3$Z\xB3\x05\x84\xF7(Y\xD5\x0F\x8B\xE9>-Z\xA4\xF5\xB8,\xD7\x9B\xB2\xCCu\x10\xA00\xD4\x16\xFA\x8C\x11\xE8\x9C\x06R1{@\xD2,\xA6\xFD|\\\xD3v<\xABqX\xD3K\xA3j\x0F\xBEs\xA7\xD4\r\xEC\xAAr\x8C\xD5\x994O\xCE\xBA\xA5\xF11a\xB7\xD2\x93\n\x7F\xC9D\x0F\xEEz8\xFA\x8B\xE9N\xB7\x95>\xADT\xC5w\xC3\xDC\x15\xBB\x96\xFF\xE4\x12Q\xCB\xE0*\x8B\x02\xBF\xDD\n\x829\x06\xF6\xDB\x87R\x1E\xE5_\x9C\xBBV1\xF1h\x1B\xE3\xABr\x1CHm\xC3\x17Qn%\xB1\xE34\x97c\x87#P\xBCh\xD8!m\x03_\x1F\xDD-\x01E`\x87\xF5i$\xB1a\x80\xBAC\x9A\xE8V!\x93f\xC6\xE6\xB8[\xAF*\xCB\xFBH\x8B$:\xDB\x13\xA4\xFCA\xC4]\n\x8F\xE7\x04\x85\xDB\x9E\x01\xF3\x82f\x19\xFF\xAD\xD1\xE2\xA3\r.\xA9\xF7\x86\xE3\xC9\xA0o\x81\xB1\xEA\xA7r\x1C\xD7M\x9E8s\x1E\x06l7\xB3\xF4M\x182\x9Bo\x14=z\x9E\n\xB4j\xF4v\xCB\x85K\xB6\x7F\x8A+\xD88\x9CW@!\xACI\xC6<\xD7R\xBErY>\xF1\x93]C\xC37~\x0EG\xF18Y\f*\xCC=\x8F\xC4\t\xED\xD1\xF5\xA9\xC6\x13c\xA3\xCDu\xAD\xF1%\xD0\x94\xEAc4\xDE\xC6\x16\x95\x05d"\xD1\r\xEE\xA1\xFAx\xC9\xB4\xF6}\xE5`\x0Fv\xA2\xEB\x8D.\b\xC5\x1Dw\xCF\x05\x9AT\xB0\'\x91\xBF\xD5\x0B\x94X\xB5\x02\xE7Z}\x83/W\x92J\xD8\x86+\xE1B\xFEU\x88J\x00\xBD\x1B\x84W\xA5+B\xAE\xE4Z\x98;jR\xBD"b\r.\xCF\x8C3\x96\xB6\'I\x14\xF7\x9A\xB5J\x82\xE0\x19j\xEE\xD9\xFBe\x1Ay\x9A8\xE0y\x9F&B\xB9\xA7\x10\xE2o!\xFA\x7F\t\xBB\x8E\x10\xD8\xC2a\xA9q\xD7\xF7F|\xEC\xBEn\xF9/\xC1\xDF\xB0\x16\x80\xE3G\x92\xA5i\xBD\x1B\xF0\x04\xD0b\xAA\xDF}4g\xFF\xB0+\xBB\x8A2\xA2O\xB4\xEAB\xC3\xF5\x86\x13d\xF8\xDA\x1Cf\xC19\xB6\xA0\xEAP4d\x9Fx.\xE4\x0B:&\xB2\x93\x02\xD2\x89P\xA0\x18\x8EI\x052o\xAB\xD5\x18\xEB\xFEO\xD8[:\x80q\xC8B\x8A\xD6\xEB\xA2Qq\x10E^\xCE\x07\x87-\xC6i\x1FL\xD4\xAE\x926O\x9B\xFD\x8BD\xCF]\x95\xC7\x1F\xED\xB4\x19D\x8D\x9DQ\xCA\x13^;!\x0B\xD8{\xEF`\xCE\x83\xF3\x01\\8q\x86A\xADz\x9F\xE4\xFB\x19)^\x0E"\xCA8\xF4\x97\xE5\xC2 t\xDFj\xF9\xA3\x05\xB8,n\xC7\x05t\xCE\xEC\rw)\x17\xFF\xABIm\x81\xFA\xCE~\xF2\xE2n0\xA2\xE5\xB5h\xC86\xA8&v\xBFP$\x98\xC4\xB6*\b\xCA$\x11\xC0T\x94\xB9\xF1\x9D\xBEa\x8E\xD5\xAA|\xFE:\x9C\x12\xACKU\x8E;\xE2V\xF0\x87$\xB13T\xA6\xDD\x80r\xE4\xD2\x077]\xA6\xBC\x1Fe\x86\xBF\xFCu\x97G\x82\xFF\xB8\r\xE4\x9F>\xD1\x7F\x10\xDFV\x9A\xF7\x8Fk/F\xA6m\x03W?y\x17\x05N%\x84\xB5\xF1X\x90!\xCF\xEC|\x99\x17\xA7_E\xE1\x93g\xC4\xF3\xB8?,X\xBF\x9A\xE0M-\x04\xAB\x0F\xD9M\x1C\xF3*\xDEYA\x91U\x1B\xB2\xEE\x8BD\xA6\xE9uJ\xDB\xB2\xED\t\xD67\xE5\xAF\x85\xDF,\xB8gB\xDDb\xD0A\xBE\xD9\x11\'\xC0\xFFA\xD7\r\xBCy\x16\x02#Nb\n\xA2\x8D\xF6$\x11t\xD4\x94D4Y\x8E\xCD\xAAd\x12\x9Cr\xF6\xD6e\x06-h\xFC\x1Da\xBC\x174b\x83\xC6\x7F\x8D K\xD0\xFB\x9A\xED\xC7\xA3\x0B\x1Ao.\x02we\x81Q\xB1p\x8C1\xF9\xA0\xD3\x83\xAE5\x98\xCC\x1CwEf\xB3\x88\xFC`\xC5\xEE\xB4y\x07:\xBB\xEC\xD0\x1D\xC43\x87\xA7L\xC8\x94\xD49\x80\xCE\x00\xA1"[\xF9\x15\xC0s1\x11mU\x8A3\xF8\x97\xB0\x88\xEE\xA4\xA9\xDA4\xF4!\xC5c\xE8W>o\xED\xD8}\xFD\xE9\xAC\xD9\xC7\xEB=\xA2\xE3r\x1D\x9E(\xE3K\x87\x7F/\xACHm\xEA\x15\xE0\xB6q)\x07\xAC\xF0yO\xE2;\xAB\x99T\xEC\xA1\xB3@\x1E\xD9t[\xCB\xE6N\x0F]F\bk\x9F\xD1K\x97\xB0(\xC9\x1CI\x0E\x8C\xBEQ:\f\x95X\x18)O\x0B\x84\xF9i\xC4\x18\xA5R\b\x8D\xB7\x01\x9Aw:R\xF4\xA0YFj\x97\xB9\f\xCFi+\xDB\te\x90\xCD\x04\xA8\xBA)D~ \xC36\xC9\x93\x18\xE3u\x04\x13}\x8A\xFE\xBA\xA4Z,g!\x84o.\xF4\x7F\xBF\xAE\xD0B\xDBU\x92\x00\xD4\xF2g\xDF\\(\xD3\xBE\x0B \x83\xDC\x14\xE5\xC4+\x1B\x8AD\xF3\xB7\x868\xC3\xF7|P\xE7\x15\x8D\x00\x9E\xB6\xDD\x92)\xEF\\\xB8\x81>\xF0\xDB3S\xE3\x92\xF7\xD2\xB3\xE2\x01\xA5\xB9\xD3\x8B\x02\x97k5\xB9\xA91`@\x98!\xC7<\xF5T\x8F\xA5c\xC7|\xB4\x8F@\xFA\xDAs\x9F\x04z\x1DI]\xE2$\x825g\xF2\xD2;Ti\xF6y\xACN5%\xA8\xC0^\x9C\tj@t\x16\x99G\xCAT\x13bF\xE0!\\\x12\xF2{\x1F\xE7\xBDv\x10\xA6\x81|\x18D\xEE\xFF2H#\x04a\xA95Z\xC6P\xE7\xD1\x98\x13\xA5\xB9E\x9D\xC3X\xA9\x13\x85\x07*\x04\x8A\xD8\xFC\xCDgD\x1A\xB4\xCF#\xC2\xAB1b\xF2v4\xE7\x9D9p\xC4\xE9\x89\x9C\x06\xCB\x85\xB0+J\xEA\x03\xB1\xCA\xE1k\xAE\xD5\x98\xE9q\xD1\x85\xED\xB3\x10\x91.\xAD\xFEm0\xD5\xFC\ts\xDF#n\xE8\xCA\xAB<\xC4p\x11\x96\xEA\x8C\xF8sK\x84\xE9\x04\xD9\x89\n\xC0\x8F\x1F\xFB\xB3\r\xA4*S\xD6DjP\xFA\xDB\x91o1`\x9C&8\x83\x12\\\xBB\xA3N\x18k%\xDE;e\xBEU\xED\x8Bx^\x1C\x92\xB4L1\x9BzI\xE6a\xA1 Tx,\xD8\x10\xA6\xF37\x7FO\xA1A(\xAD\xD8{\x82\xD0J\xFAv\xBE\x17\xA58\x0Bf\xCE\x16\xBA\xD7M\b\xBFwP\xF6,\f9\xC1\x00\x9Ax\xF8\x80 \n=\xC8\xAE\xE5:\xCC\xF0\x89\xFD\xBB\xDB\x0E(\xB3H\xDF\xBA\x03\xC7\x99b&V\x95\xCB\x1C\xB5]\xEClDW\x18\xEFa\x90\xB04\xE3\x95\xEF\xC1X\x9D@\xFC\x8Bq\xF3\x94\x1C\xDC\xC8\x8A}\xE0\x92W\xD4G\xA9\xCCp\xDC\x95J\xF8&\xA1S\x0EdB\x1D[\x8F\x93\f\xF7\x853\xA9N<\xB2\xE1\b\xBCh\xFB\xDF\x12\xCE\x02\x98\xC6/\xBA<\xDB"\x01_|(\x8A\x1E\xAC\xE7S"\xA7\xE4C\xB1a\xA0\xFEE\xAE\xF21\xB8\x0F\xEA\\\x9F,\xB7\x15h\x85\xBFz*\xD6\xC5\xA4\xEF9B{\xCCm\\\x14\xE6{\x87\xCEpE\x8C*\x9By\x815\xA8\xE6\xFEi\x9Dq\x0F\x82\xC7\xAA\xD5m\xF62x\xC5\x0F]0\xCC\x04;#n\x14\xCDh\x1Ea\x8C?\x1A\xFEOu\xD4\x07Z\xDD\xFB\xAC\x96k\x02u\xB5\xBB\xEA\x9E&\xD5\x90\xF2\x1E\xFE0\x13\xAB\xE8=P\xC1"cL\x13\x8A\x1F\xAD\xCCF\xEAU:\x12H\xB6\x06\x84\xDE\x98\xB9\x7F\x86h\xEC\x90\xB9\xE5M\x80\xA5\x05\xC8\x7F\xB0\xE2\x89\xF1\xA71\x9A<\x1BM\xE64\x82$\xDEW\x1C;\x00\xC0f\xA3I\xC2^\x9E\xF6\xD3d\xB1\x0B\xEF\xD6\xB6xZ\xE0O\xF6\x96.\xB8\xFD\xE0\x99Y\xD0d9H\xFD\xD5\x18\xA4O\xD73\x9B\'\xFCr\xDA)\x987X\xBF"E\xC8\xE9m\x8B\xBA\tU\xCB\x12J\xDC\x8A\xAES\x0FA\xB5n\xDB\x91:w\x17\x83\xFFp\x9FA\xF9\x93\xD05\x07\x7F\x1Ad\xA1v\x8C#\xED\xA4\x14%\xAF\xE8U*\xC2\xF8\x10xY\xC1;\xEBR\xBB\xF4\n\xD2\x12c\x90{\xB1\x10\xD1C~\xF0\xAAc\x9Bg\xFBv\x95\xE1.\x82\b$\xEDT\xB8\'\xC84\xDE\x8D,\r\xC2%\xA0\xB4\x87\xC0\xD9\nL\xC8gA\xC0{\xF4\x8Ao\x07\x95tC\xAA\x83\x06\xD3\xB0\x90\x16Di\x85v\xA29\xDC\x02\xF2X%\xA2\x92\xDA-\xC0\xFC\x16\xCE)\xEF\xC5~\xF8W\xCB\xAC\f\xE0K\xA4\\\x1CR\xADsJ\xEEk?\xE7)W\xF3\xAE\x160\xFF\x90\xDAM\xCA\xA27\xB7\xDF\x1D\xC8f\xF1!`z\x9E\xCE\xAB\xE5-\xF9\xB5Q\x1D\x806\xC1`\xF8\x1Ds\x8B9\x9D\xB7H_\xA4\x1B\xD7\x986t\x89\xFD\x97\x7F\xEC\xBD\xCEd\xE4\x80\x18^\x01\xCAp\x908\xD3\x84\xE4q\xB3\x0B[-\x16`\xF3\x8CR-\xE4\xA1J\r\xDE0\x03[\x1CK\xC5\x94p\xCD\x9Fj\xE5\x06>\xB3M\x0B\xD35q\x87\t<\xB2Nk\xBC\x15Eb\xD6\x0F=\xFA\x94\x037\xBA\xD6\x97\xAA\x10D\x9D\x1Cy\xBER\xA0!<\x98\xBC\xE2l\xD1=\x01\xB3~\x8F8\xB8\x88\xF6?\xBE\x8Dg\b\xE0*\x0EH\xAF\xD5\x83n\xC7\x9C\xEBi\xE3\x01\xD3"\xE2\x8E\xFE\xE8\xA1&\xF0\xC5/\xB3\x87j)\x14\xA2v\xF70T\xDE\xB9\xFC\xE9^\x05?\xF3\xCCi\xEA\xFE\x81$\xA7\x0F\x9B\\\x17\xCE\xFDo\xC7 t\xED\xD6\xA0=\xEF[\xBC\xFA0R\x12)\xDEZ\x1A\xAF]\xA9Q\xBCtc\x132\xCF\\\x8F\xA6q\x1B\xE6H\xAC\xD9WB\xC8\x1E\x82{%h\xA8*\x94\xDBc\x89\x14\xAD|G\xC3Vs\xDA\xBFD\xEE)X\xA4L\x96\xB1\x11~"\x81\xA8y\x8E\xEAu\x97\xA8\xF42\x88B\x17\x93\xF5-\x9C\xC7@\x85\x07|\xE1?\x04T\x9C\xC9z\xEE\x8A\x0Bk\xB2K\xF1\xD1\x8B\xC7M\xB6\x0E\xA7.O\xD55\x06\x95\xEC1\xFB\x86k\x97\xAD\xD7\x14\xE4d6S\xFA\xB7E\xD3\x17:\xC5 \x02c\xBD}\xFD\xCD\xC6>}\r\xEDL\xAB\xDCS\xB2!\xF4\xBB\xD2c\xF92\x1D\xC0\x9A\xE7\x01\xA33\tY\x15\xE17~\xC4\xFAn\xB9\x9E_\x1F\xCC\xB0M%\xE0\x06cB\x84\x02\xCD(\x8A\xDE\xC8a\x03h\x9D\xDD\xB2I\xD2;\x92\x0FTg\xDB\x80\xB2\xD2\x1Bg\xF9\xC1\x11\x99l\x817\x0E\x8F\xB6N_(=\xD9a\xBD\x96@t\xFF\x83\x1DG\xE8\x8E\x1A\xDF\xF5A\x8B\x12y\xA3:\x19\xC22\xF4q\xBD\xA8\x0Bn0\x95\xE6&\xF7Tl\x86\xEE\x1C\xE2\x9E\xB7\x1F\xFFW5n\x95(\x8Cw3F\xD8P%\xA4\xE3s\xFE\xA9\xCF~\x8E\x17o\xE9\xAD\xD4\xA0\xF1W\x99\xD0\t+f\xABq\xD7Y\xBA\xF2\xCB\x8C}\xB4\x9DV\x1BH\xEB\x9FX\x11\xB0\x89A\xBE\n0\xA6\\Fk+\x9C\xBE\xE6\xA3F\x02\xE1[\xA2\xCA\xEB\xAE\xFFg\xC8C\x16\xD8\x85\x11\xF5I\xC6&\xFBQ.g\xBF\'\xB1t?S\x85\xBF\x006\xE7\x96dF\xFDO\xE8&\xDC\x91x\xD38\xF4\xC2Kp\xCF\x15\x96{\xC9\x04\xAF\xD4\xF2Cx&\x13\xC9\xB9\xF0;\x18\bp\x93\x1B\xB9\xF2[\x99;i1\xB5\x9F\\\x86\xDE\xB8\x8F=\f\xDA^\xFC\xA5\xC9\xED\x14N\xA0,\r \xD9\xA9\x11\xD0^\b?\xFD\xB6\x85 |\xDA,\xA2_\xE0\xF5%\x8Es\x18\x82\xD4\x8F\xF3a\x88uM\xAF\xD4\x82V.\xDE{\x89+\xAF\xE8\xC2S\x07\xEE6\x0Ew\x1E\x03\xCAz\x89\x17\xE5\x939}$\x8E\xD2v\xC4\x81l.\x99r\x88\xAD\xC5+Pd\xA7\x05\x91\xEC\xFF8\xB2Q?\xBD\xE76V\x0ET\xAD2\xDA\b\x99%f\xF8\xBDA\xA0\x0BM\xCF\x02x"\x91\xDBl\xAA\xCFC\x9B[\xEF\xA8J1\xBBj\x06\xD9\xAF`\xF6@\xB0\x03U\xEB\xBC=\x19\xF2i\x98\xE3\x14\xCB\xB5\xCD+T\x1B\xFC/\x93\x17\xC2\x8ES\xA1\xBA-\x86Wr\xE6\xC1\x9A.\xFD\xA4a<\x9D\xE3\n\x94^\xAF\xF1\x85P\x02\xA8j\xB0\xF6\xD9 \xE4\xC92\xBB\x97G\xC8\xDB\xF3\xA6\xD1m\x17^\x99\xC8\x13\xDC\x86\x03\x97\xE1{\x82\x0E\xE5\xBD~\xCEe8\x00\xD7>\x1Ci\xF1\x0B\xAD\xFBG\x12\xDCm\xCE\x0B\xBD\x19\x83n2\xD8}\x00@\xA0\xC2-\xEF9B\x9Cf\x90\xA5\xFD?g\x14-\t\x80s\xB8#T\x89,\x02zC\xB7\xF6T\xC51\xF0\xA7:\x96_\xA0\xF2\xB2V\xE8y\xAE\x07\xE2\x9A`9\x93\xCC~\x88\x1FE\x8E\xE8z\xF4F\xB5\x17\x8B\xCB#\x0Ex\xDBW\x97\xCE\x00O.\ft\xAE\x8B\xE0{\xB0Z3\x10\x96\xF8<\xBC\xE5\x1F\x92l)\xA2g\x07\x1EPl\x01\'A\r!\x84\x9DH\'\x89\xC8K\xBE\xD7#\xA4\xECO\xB6\xF65U\xAE&\xC8\xA2U:\xE2\\\x92E\xB6\x1D\xCD$v\xB4\xC2\xD4J\x1D\xF7\xCDP\xFD\x83\xE6e\xC4\xDF\xA2fK\xAB\xD5\r\xE7J\xB1\xD4\x90\xC0\xDC\xB0\xC8\x8C\xE1v\xC0\x14\xCEb\xF9q2\x18w\x01d3\x04\xA9i\xC5\x97\xDB\bg\xFE\xEEm\xBC\xAB\xF7h\xEA\x88t\xE6\x82\x17\xF0Z\x99\xE8c\xA2!\xBF@\xD2(I|\f\xCE\x84\xF5_;\xC9\x89\x16tE]\xF7\x15pM\xD2\\\x035\xED\xB7\x93\x10\xA6\xE8\x80R\xBA\x91\x18[\xD3)s\x14O\x88\xD5\x96\x1D\x054\xD1*\xA3\n6`\xA6?n\x824\xB8\x07=\x94\xF0r\xAA\x03\x8D\xB16\x1Ar.\xBF\x9B\x7F\xFD5\xEB\x9F(\x868\xA3\xF0/\x98\xABmO\xDB>W\xD2\xB3C\xF5\xDD\xC8?\xE3\x84\xFA\xA2\xEA<\xBF,I\xA5w\x80N\x13\xC3T\xFA\xC5\t\xDA\xFB$\xCBy\xD8*h\x13R\x9C\x1C\xEDY\xFC\x99\xE9Q\x05$\xA9X\xDD\xB5\x0E\xCD|\xE5W\n\xB5E\xF8\x8B\x1D\xA0}\x01%i\x9B\fn\'\x9Ey\x0EIa\xB7\x92~[\x0B\xDC\xC7^\xE5\x9A~\xD9\xAE,R\x9C\xB1G\x0F\xA9M\x88\xC7\xB4\xDC4d\xBB\xD9C\xC6\xAE\xDA\x8EF\xEF\x1Bo\x95@\xFC\xBC\x1E\x93\xC3%f\xE4\xC7\x0B,\xC0\x83\xF1\xC7\x1A1\xADW\xF0\xBD"\xAC2\x02\x19\xD0\xF5\xAF$>\xFD\xB5\x1Bd\x8A@\x92h\x1B\xE7p\x8E\xF5^\x00\xEA\x7F\b\x86\xCBw*\x88l\\\x0Fv\xB7\xD1\x80\xC4/iR\xA9c\xD9t\x81\x15\xD4wX\xB0\xE65aI\x90{\xD3\x88\x07h\x91\xDC\xC6n\xE5\xA07\x83p\xED\x90F1\x04\xF0"\xF3\xD0\xBC:V\xDF\xC1\x1C7\xA1C\'\xF9J\x12\xA5\x01 3\x9D\xF97^\tM\xF1\xD6\x8B\b<\xF4J\xFF2\xA4;\x93\xFCp\x9D\xDA\x06\xBB\xE4\xFCK5\xCDT\xF7A\x89&Ke\xC4\x15\x9Eb\xD6\xA6\xCC\xBAlD{\x87\x03\xA4&\x98k\xB2\xD2\x91]\xAE\xE6\x95U\xF0\xB5\xE1\xCC\x19h\xE4\xA4&\xB1\x9C\x1A\xE3,\x9E\xCF\xAFS\xBD\xEF"F\xCD\x19R\xA9=\\\xA1\x1D\xB2\xE8\x15|\x9D[\r\xB4\xDE\x04R\xB9*\x0BtW\x95\xE1\xA1\x0E\xEB1\xD4xE\x0B\xE3R\x15\xBFl\xD7=\xC2s\x90AP\x83\xC2\x96Bz\xFE_q\xC6\xB7z\x12\x91l\xDFa\x87\x10\xB8f\x8C\xEE\x10%\xC5u\x94D\xA6+\xBC\xD3\xEFv\x950\xCF{\xE0\xF4\x85:\x14H"Z\xB3d\x15\xC8\xEF\x84-u\xF6"\x9E\x051\x16_\xD4\n~\xAD-\xF6\x16\xCC\xDD\x0F4G\x82X\xEBA\x1E\b\x9C\x7F\xD98\xFA-y\xD5\x84i\xF3\xDAc\x0B\x81\xFF;\x1F\xA7D\xF9\x8B\x1B\xAAL\xC2%\xFB\xA2\xDD\xC5\x96J\x8D\xFD\xB9_\xA6\xC6\x8B?\xEC|\x81\xAB\xF9&\xA1\xE9\x03Yo\xB6\x88U\x92\xA8\xF6#\x03\xDA\xC1/\xF6\xCAN\xAB\xE8\x96\xC4\xB3F\x9D8\x04\xBA0\xC9q\xE0g\x8F\xC9Y\xE9h?\x99^\xEB\xB0e\xD2m6\xF5q\xAB>\x1FN\x06\xDBf\x0F\xB7P\xC9\xE3L\xBAk5\xC8\xD9G\xEC*>\xC0\xE8\xD1e\x99o\xA6\x8AZ\xB3&\x03oV\x1Bb\xFD\xE3O\x17\x8BW\xEBH\xAE\x16Q\x02%\xAF\xBF\f\xFC.\xCBz\x8B\r\x80\x06\x19\xE4+\xD9~\x9C\xE95H\x96\xD4)e\x1C\x81?\x98\x14\x8C!\xA6\x95\x00i\x1E\x7FQ\xB06\x15Ly\xD6:\x17\x84B\xA3\xD0\x0B)\xAD\xCA\x7F\xA5 \x99\xFA(\xC1\x9F\xDB~\x847\xD6l\x90\x17\xDF6PN\xBA\xA3\xCAT\f\x92\xCFk\xBC\xFB\xAD[\xF3\xA2\x01x\xCE\xF2`O\xBEy\x11]\xD5\xA0\xFB\x0B\x8D\xC9\xF1\xB8\xFF\x97\xEAk\xC2\xDF0\xF2\x89r\x94[\xEF5\xD8\xB8]\x89t\xF31\x11^\xE4\xA2F\xB9V\x01\x9C\xBC\xE9z:b\x87\xB5\xF4-\x15\x86#z\x14\x8CC\xC0.\x0E\xDE\xB2\xFD9\xE3\xCA\xAF2\x83\xBC= \\\xE4\'B\x0E\xA5^\xFB\x93yQ\xBC:\xDD\x10\xBF\x02Ew\r=\xD2L\x96\xB4\xC8\x1Cw\xF1&\xA8q\xF4!%\xD2\x98\xFF\x1DsB[\xAAO\xDF\xC42\xE7m\xDA\xAAUs\x9D,\x86m\xF4E\x1A\xE6Mp\xD8\x9Dg\x85\xC3r2\xCF\xB4\n\x1A\xA8\xEAg\x1EJ\x81l\x92\xE4\xCA\xA7\x05\xE9lC\xF8S\x8A\x06\xD19\x82a\xD7\xA9\rF\xEF\xDB\xC0\x9F\x01\xCCp\n\x9BW\xB3\x05\x968\x89\x1B\xE9d\n\xA3T\x91\x06w\xC7\xAA\xF41\b\xAFO\xDB\x8C"H9c\xD4\x05\x9A\xB2\xCE)\xF4\xB0\x17/f$\xBC\x8D\x0B\xAA,\x9A\xC1M\xE5\xB4\fBf\x8AY\xAE&g\xE37\xED\x90>\xF5\xD2H"b\xF8\xCB\xB8H\xD3\xC2 \xD9\xB8_\x9A)\x13\x8FG\xD0}\xF8\x17\xEDX\x9C\xE2\x86\xC6,B\xF9{\xA3b\xF0\xD2I\xFB\xA4\xEAd\xCF\x9B\xC5l\x84@\xF7\xAE\x10M\xA5\xE6\x04I\xD9)\xBCb\xF3\x83U\x12\xCE;`\xBF\xDC\xAC\xE7w\x8E!\xD0+\xFE\xCB\xAC\x14\xFA\xD1\x06r\xB2\xFB"\t9\xEF\xDD\xB3\x8F5\xE7\xAA%\x96\x12\xB0 \x99g\x1B\xB97&H\x16.\x07\xE2\x9D\xCA*\xDA\x95x"\xAD\xF5j\xE7\xD1B\x07\xE0\x99)\xF2\xB7\x036I\xCA\xFFO\fq\x86\xB9ZA\x90\xA2J\x87\xEE\\\x97{\xA4\xC7\x83H`\xD2\x15\xC4sL\xF6o^2\xE1\xC4Q\x07r\x88\xF8y\xAA\xD3L\x7F8\x87X\xF9`\xC7\x82U\xA0\x15\x8F\xAD~\xB9J\xA5x\x05\x90s\x9E*\x1A\x97\xEF`;\x9C\x1E\xF1e,\xE17\xA8\xCC\x11\xE6Lc\x1A\x05*\x9AD\xFEZ\x80\xDE\xBD\x03\x8D\xAB\x7F\xF2\x93\xAF\xDD\xBD\xE7\x94]\xBB\x00\x1B\xB4\t\xBD=\x120\xB9s9\x1F^.\xFE\xEB\x1F\x8ECT\x12\xF4e\xB0\xC1\xD8\xA6\xE5\x04w\xD8\x0B\xC4u\x17R&A\x8C\xD7\xB7\xF7\xA8\x7F\xE2l\x83\xB3\x1C.\xA1G\xCE;\x10*\xD2]A\x11S6 \x8C\xEEeC\xE7l\x9F\xD8\xED\x06\xCB\xFB\xDD\xC1\x95\xD3Vh\xC6\xDB\xE9\xBA\xD2\x80B~S\x17-\xBFN\xAF\x82V\xB4\xF7\x92\xBDv\xFC0o\x93>\xCA\xBA\xF2\x0F;\xC9{\xED\x18k\xE6\x85L\xA3\x1E\x00j\x9F\xCC\np\xDC\x97\xA7\xD0 \x8BL}\x97C\x88gM\r;\x85\x13\xAB-\xA50Z\xE1\x065\xF6\x8Bm\xCF\x934\xE9$\x9D\xD2j\b\xDE\xAEX\r\xEBQ\x1E3\xA2S\xD5c\b\x98T\xB6\xFCa\xBEv\xEA\xC6\x81(\xF4\xADH\xC3+Qu3\xFC\x18\xA9V&\xB3\xE9\xA7\xF4q\xB6\xE4\xFAu@\x19v\x80$\xCB\x9F\xB6G\xFDc\x15|\x00D_\xEB;\x84\x1D\x9F\xC2\xD3\x88i\x01\x91(\xEA\xAC\x8A6\xD8\'\x92\t\xDC/\x97:\xB6x\xD7c;\xFC\x15\x84\xF2\xB1\xC5h\xE3\xD1\x0F4x\x19\x9B\xCE2_H\x96\x83\xC9\xFF\xADg\xEC[\r"\xE1\xA8?\xC8\xDC\x8C\x10\xA5(\xCBeC-u\x12\xB1\xDA_w\xBDJ\xFDu\xC3\xA6pD\xB1\x15\xF9JZ\xE4\x18\x8A\x9B\xB8|\xDF\x0E^\x949\xBB\xF6^\x91\xC8GY%\x8D\x07\xBE\x1Fo\xF0O\xBC\x14\x94=\xD5x\x83\xF2\x99\xB8W/\xC2nP\xB4\xF0\xFF\xE1\x98I\xF8<\xC5\x14\x9C"\xDF\x10@\xF4\x1A\xCB[\x89n\xD0\f\xA41P\xEA$X\xCA\x9ED\x03#\x85r\xA1\x04\xDB\xBA\xFE\xE1}\xA1\xD6\xEE\x0F\xDB\x9AD0\xDFo\xAC\xC2R+\x07p\x1B\xAD\xFA\xE2\x95\x16~\x8D\\\xBC$\xA3\xE7\x85E\xF3i\xB4X\x80e\xE5\x9B7\xEE\xAA$\x90\xFE\xC1r\xD1\x02\xAA/k\xE9\xD0Q\x12A\xEB/j\x81?\xAD\x16N8m\xAAX\'|\xC5\b\x8C\xFF7\x13_\xD3E\xEE\x85xH\x03\xD58\xA8\n\xCDdz1\x07[\xCF\x8F0\xA2\xD2+\xBB{\x02Q\xC3\xE0\x7FD\xB2\x10e\x92J\x17\x8B\xB6y\xA7\xDE\xC6\xB1S!\x0E\xEFa\xC3\xF9\x87\xB17\xD0\x8A\xF7\xA4cN\xEE\x9D\xB4\xE5\x8E\xA3b5\xCC!\xA1Z\xC1,Q\xED\x18\x92\xD6\xB8\xA9\x17\x7F\x02\xEC\x0BO\x91!\xD7\x10f3\x9C]\xEE\x85:\xE0\xF3\xC0<\xFB)a\x8F\x1B\x7F\x98\xD3\xA6t\x94\xD0(X\fh\x03\x1F\xE4\xB5\x1A,\xCCh\x1E\x7F\xC7\x01\x11\xDE\xB9>\x8Ak\xF4\xDE\x81B\xAF\xFEKq(\xDDB\xC78s\xAE\xF8H\xA4\x82\xB5\xF6\x1A\xD5,\xC7!\xA1vZ\xD4\x0B\x9A\xF04\x01F\xF8\xC19+K\xE7j\x9D\xE0\xBD\x96t>Y\x84\xD8C\x94\xF8K;\xB0*\x92g\xEB\n\x1B\xB2u"\x9Fl\xC6\x0E\x89\xEFT\x98\xBB\x81`\x19\xDE\xC2t\'CX\x8D\t\xABpS\x06\xB1\x1C\x82nN\xCA\xB9g\x86\xE5\\\x05\x8A\xB6\x00\x1B\xBF4\xF2K\xA9\xC9\x0F\xECy\xBC\n(\x86\xDB[t\xF7R\xA7\xC4I\x97\x00X\xD86\xE5Z=\xA1\xFB n\xE8\xCD\x9AY9\xED\x06\xCE\xE5\xC0jF\xFB\xDB\x961\xE8D\xA9\xE2"U\xD7\x14\xAFm\x1A\xDA|\xA9B\x8Fp\x15\xDD1e\xFE\x9FQ\xAE\xE2k\xA7\x17\xBE\x9C\xCE\x190{\xE4:\xCB\x12\xBA\xF9\x96\x1D\xC0\xD3e\xB0\x11J)\xFF\x0E\x8Cj\xAE\x99y8\xA3\xEA\x89\xBD}\xCBa\xFE\xC2\x11z\x91\xA3?.\xCB\x9E=\xF0\x11S\xD6\xF9^\x87$\xBA\x91:\x180\\\xCF\xF3P\x06\xE7A\x82\xFF\xD6\x8E`\xA5/\x8A}a\xAC-x\b\x8F3\xDA\xA8}\xB9\xD4-\x1CM\xFF\x13\'a\r;L\x14\xA0+\x8B9\xB2\x05\xEAv\xF3\x93V\xBCd\x81\xC7&\xA3\xA2\xD0}\xF7\xE0n\xC2\x8A\x02\x979z\x8E#n\xB1f\xBC&\xF1pO\xE8\nG\xDE\x84\xEDL\xC7\\\xF5\x88?P\xA0_\xE1\x86\xB7\xD8\x94\xCF\xB3 \xE0\x8F\xF2t\xD8I\xF6b\'\xC3M\f$\xFD\xE20s\t]>\x06S\xAFG\f\xD4\xF0u\x1F\xC5\xB41\xD9W\x10\xA0L\x16\x04\xAF\xD4 \x9E\xC8\xFE\x188\xB6\xE3\x9Fq\xBF\x1D\xE9\xFC\xC4>\xF3gS4v\xF7\\\xAA\x04i\xB8\x1E[\x99\xD1\x84\xB6\xDCo\x8B\xD2\xAEJ\x95\xB5\xE0\xE9\xBF\x19\x99,b\xA6W@\xA0\xE6`\xFC\xA8\xC8\xED7\xDD\x98>\x85\xBFk@\xB4tS\x97i$E\x03/\xD7m\x92\x16{\xA7!\xC2\xEC\xA0\x82B\xC3S6\xCD\xE9\xA5\n2iD\x1D\xA7_8x\x02\xEE\x1C=c\x8Dq\xF3\xCA\x80!\xB8\xDA\x13L\x85\fF\x93~\xFAU\xCCv^\x0F\xF6*\x8B\xD6\t\xA8\xF8\xCF\x13\x94\xABV\t\xB31\xCF\x02\x8DG\x07\x19j+\xD7\x98\x18\x86A\x7F\xC5\x16\xE4\xFB\x9B\b\xEA\xC0\x13\x9F\xCEi\x8B#\xD77D\xE2{\x043\x92\xF7g\xCEr-\x1A\xBE\x88)\xB4\xEA1\xDE\x95Y\xECc/\xC1\x7F\x87_\xEEx\xCA\x80Jd\x9BW\xDCr\xAD\xCC\xE4\x00{\xEF\f\xB1P\xF5\x90W\xAD7y\xCCR(\x82@U.\xC1\xAC\xFD\x9F\xBA\x14\x83\xEBIp\xAB(\xBB\xF1\x9E\xE2]\x07o\x1D\xA4\xFFN\xAC\xCD\x1C\xA0H\xE6\x1A9\xDC\xBB\'<\xF8\xE1#\xEE\x11\xB7*9Y\x8F\xB7\xA3`0q\xDD\'\xBBo\xD6\x8AI\xB4\x94\xF7m\xDF\xAB\xF5\x0EwN\njU\xA9_\xCD\xC0\x00<\x8C\xD8Q:\xAC\xD3\x96I\xC6\x8D}8\x11n\xB9\x01\x8FU\xAF\x05P\xA1\x0Fj\xA9\xBECl\x86\xE9\x9A\x0FL%?\xC1\x8C\xD0\xFF\x9E:\x05!\xF1\x10-]\xD4\x1E\xB9|\x91`\xDD\x89\xC5%\xD4\xFB-\x18\x9B\xE1Y\x1Ey\x11\xFEf0\xF2\x13i\xD9#\xBD\xF9\x81<\xD9s\xC9+\x98u\xE8\x83\x1C\xD6\x923\xCC\xFD\x7F\xC4\xF6h\xD3\t\xE7U\x1B\xABc\xE3L\x9A\xC1f\xE0\x02\xA1F\b\xEB%\xD5\x164\xEF\x95;\xB5\x8EwAd\b\xA5\xB6\x95\xC9\x80\xBB\xE1<\xB1\x06]\x9C\xE4Q\'\xAA\xEE\x12g\xFA\xD3G\xC6Xy\bP\xA3\x16?]\xDE\xA7\x85x\xF8\x97Dm\x12\x80\xCC|\xA8=\x87w\xC34\x89N\x9E:f\xB2Y~\xE3K\n\xDA\xF2\x85\xCA5\xE7k@ Oz\xA1U\x87\xF0B\xC8y\bZ\x9CD\x88\xB8 7\x00\xB0,\xF3c\xB2\xD7\x90 \xBB3\x18\xB38#\xC7\xB9\xEDZ3\xF9\x1BT\xEC\xB0\x18h\xCD[\xFE\xBD\x9B\xD0\x05\xA6\x1Dn\x9F\xBE#\xB0M\xFB\'W\xF4\xDA\n\x91\xFD\x1D\xD1+f\xB3\x95\xD3\x1E\xBE2\xDD^\xA8\x93h\xE0\x9D\x89\xE7%v\x07\x9EIo\xE3X\xA0s\xDF\x0B\x83)\xB4\xDB\t\x94\xD0+\xF8\x99\xE6\xAE\x12p\xF9+E\x85\xF5\xC93Tg\x13~\xD6\x8D\xC0\x9C\xABn\xCC6\xE8u\xA7\f5\xFC\x81k\xF4|\x07\xEBO\x10\xC1@\x1A\xCFG\xBF6S\xEC\xFC\x8C\xC3\x04\xD1\x8EO\xFC?v\xA0Gq\xBDdM\rt;"\xDA\x81Qs\xDF\xBA\x11\\\x8B\x00\xE4\x94\xA3<\x0Eu\x1AG,^\xB5\xC2F\x8E\xDC\x18N\xE6:\xAC\xCD\x90,m\xD7\xF5~U\x04n\xF9\x80\xAD\xCAe*\x11E\xF2.f\xA8\xD6\xC4\x17\x8E\xE8#8\xA4\xD9\x8C\xC0aF\xF1\xC3\x91!c>\xEA\xA9\xD2F/\xC5\xED_\xB3\xE3\x00\x83\xEE\x15\x97Y\xF5o\xB9c\x99\x10VF\x9E\x19\xBB\x84\xA41\x91\xB5\xA6\x12\xE0s\x1C\xD6\x98}\xAC\\\xBA\x12\x95"b\xF2V\xCD\xFF\x84\xB7\xF0T\x04\xA8\x97-\xEC\f\xAC\xD5\x9A({\x18\xB5q\x05R\x884\xC7h\xD4\xA4~<\x02!\xCD\xA1)\xC4\xDA$\xB6\xFAw>\x02$\xE5\xCAf<)\x94YA\xB75\xE9\x83\x1F\xCAx\xE1K\xB2\x075\xAClC\x12|0\xCC\x19v\xB8By2\x01m\xC1K\xF7\x81\x1F\xDD\xAC\xFC$\x98?T\b&\xD8\xAF\x86R\xEFD{\xFF\x87b\xD1\xE2W\xC6aH\r\xEF\xD7M\xC4\t\xF4\xA4a\x03\xDB=\x9E\xEF2\xFE\x86}\x9B\xE0[\xC5\x1F\xE3\x93j\xFA\xD4M\x9E\xCE\x87S\xE2\x90\t\xCDi\x9BAd\xD1z\xF3\x16\xB8\x8C\xC4d\xE5u4\x06\x8F\xAA\xE8o\r3\xA9\x8D\x14\xB1\x9Aw\x87\x1E\x9Fz\xE5\x89\x14K\xBEpR\x0B\x8Dj\xC0A\xD1\'\r\x8D\xF7\x9FK\xB0=\x87\xE7\x0F\x1D`\xF5\xB5\x1A9\xA5X\xEC.\xBB\x10\x90I\xA9\xDEq/\xF6H\x9D\x13\xBA\xD5]\x1C<\xC0\x98P\xF0)r\xD9\xFA6\xBEZ\x00\xB13h\xCF%\x93\xF8\xAF*\xD5W\xA5\x18\xEBQ\xB8u.\xD5e\x06\xC3%\\\xA3'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x98V/\xEE\xC1Fr\x00\x90\xDAo\x16\xED\xCCM\x03\x98\xE4\\\x11\xC9K\x9D\x0Bx\xB2<\xE9#\x97a\xF1>\xA7\xE65\\\xB7$\xD8F\xA0\x01M\xABm\xF0\x9DU\xDC$y\x99\xCEF\xF8\xA62\xE1\x90q\xEF\xABl\x11\xA9\xD3h\x87"\xE2\xB2W.\xC4\xAA]\x8A\x1Fw\xBAD\x8D\xAB5o\xF4*\xCD\x8C\x02\xD6v\xBB\xCD\x15\x88m\xC3\x0E\x91\xFBq\x88\x13j\xC9\xDF\x19/\xD1>\x12\xB7\xFE\xEE\xB0\x14i\x89\xC5\\\x12D\xCA\'>\x16\xDE\xFC\xB7z\t\xA4<\xCE\x1C\xF3H\x9C\xFD8\xAF\xD8/d\xEF$\xDC\x87\xB8\xE3F]\x17\xA4C\x0BS-\xD9\x01P\x1D\xD0\xA4T\xE1\xBD(\x93~\x87\xFC\xC1w\x8CjE\x82]7\xDA"}\x01\x9A\xB3U\x04\x8A\xC3fK\x19\x92Q\xF6b\x9A{\x85\ts(\xE3h\x0F\xA1\xFB\xC0{\x05W\x1Ci\x99\xF0\xC0m\x81\xF6\xAD\x94}\xB5\x9DdC\xEB2\x0B@\xF3V5\xB6_\x97\'\b\xA7\xD5-\xBD\x07\x94O\xB8\xEC\x1Du\xD6\xA0\xE5x\x80\xC9?%\xD8\xC4\x132\xB9\xDE=\xD1\xBE\x94P\xC7\x82\x1B=\xD0\xA6\x92:\xFF\xAD2P&\xDE5\\\xE9G&\xF5\x84t\xC5\xB2y\x9A\xAC\xD3\xE8\x0FE\xDAQ\xEA\xC5\x1AVs\xE6\xF5\xAB3\xCF\x847\xF8e+O3\xF3\x9E\xB0\xEAq\x8B\x03\xEDN\xADc\x1A\xF8A\xEApU\x97K\x14e\xC3\xD5}\x83\xCE\x07\x9Eh\xC5\x19\b\xC0:\xD6\x14(\x8E\xFDc!\x07h\xA3\x1E\xF5\xB09f\xFA\x8F\xA2\xC9Af\x0EY\xE3M\xBF\x0B\xB1\x95\xE4\x07v[+F\xA8Wk%\xA0\x0F\x89y\xB2\x06(\xDD\xB6\xED0\xE1\xF7M\r\x1E\xE8t\xB7\xFE\xD4\x89\xA2k\xE4\xAB\x05^\xDDO\xCD\x82I\xC2\x90q\xCA\x85|\x9C\xDEL\x10!x\x8B\x9F\'n\xA8\x8FE\x1C\xDDh\xB8\x15\x81\x00\xBC\xD3\x18\x93\xC4\xD9\xF1W-\x9B\xD0\xA7^\xFFt\x88\xB1\'\x9E\xBB@\xA8V\x90I$wO.\x91XA\x9D\xBB\x19\xEC/{\xDF=\x01Y0\f\xB9%=\xB1\xD3\xFC\xBB\xDB\x04\xC6\x17\xED~\xCB5\xA7N\xCE\xDFd\x9B:\xE4\xFB~4D\xB9\xE1i9\x18\x8E\xC5\x0EBjX\x8Fq\xDA.\xF4\x14<\xE0\xAE\xF0\xCF\xFEv\xC8\xF2p;\xA4\xB6\xFA\x9C(\xAB\xE6\x18\xD1_\xEFn\x86U.`\xEF>\x950\\\xFE\x87g$\x92B0\xF1 uJ\xB3\x83_\x04\x92\xC7\f\xEDG\x7F,\xD8\xA3\xCE\xEE\x18\x01_\x88\xC7f\x9C\xBE\x0Eb\x1E\xB7\x15\x870\r\x8DgV\xD1\x13`\xBCK\x8E\xA5\xFE\x94\xC4\b\xE9\x98\x15I\xAFs\xD4\xB6\xE2\xA3\b\xD8\xF8|\xA3\xC5\x8D\t\xCB+\x14\xD2\xA9n#T\x85\xBD\xF8\x98P!\x069\xC4\xE5G\xB3\b\x7F\xEA3\x80B\x99S\xE8\xA9M\xD3\xE3"\x04C\x87\xEFo\xD8\xA2\xD6d\xB0\xE7l\xB8\x81{\xAB\x96(\xD2\x1D\xA5\xD8Q\xFA\xC7z\xDA8$\xFB\x7F\xC2\x97\xADv\xC6\x1D\x97\x07\xF4\xC2 \xACe\x1B\xBA9\xE2!\xFA\xC2\x9D\xF4\x8Du)\xC0\x88U9\xE8\x18\xDC\xF5@\xBFs\x8B\xB6\xE5w\x022\x1D<\xFDZ\xDE-Nd\xF8p8Y\x90\'n\xAB\t\x8Fg\x9FW\xB3=\xF5-\xE6Q4\xB3f*\x80\xE7\x10\x9D\xF3\x89\x03X\x934z\xDBd\xAE\x13\xEB\xEE\x1E\x9D\xD2\xBC\x852x\x91\x02\xDA4K\xCC\x95\x13\\\x8B\xCF\xA0\x12\x93\xF1\xBD\f\xA1\x85\xC0\xF1\x03\xB6\x19\xE4/\xF4\xBE\xCD\x07\x83`\x13m\x8E\xDA\f\xA4G\xCEY\xB8u\xD1S)o\xD5\xB5\xEBB\'\x01J\xD1\x96wF,m\xFB\\!\xB5\x0Fd%\x9F\xFCk,\xC1\xAA\xE0Ju\xC6Cn\xD3!A\xE1\x16He\xCF<\x9C^\x13Gr\x1C\xEB\xD5J\xA1\xB8\\\xFA}\xE2\x83\x02B6\x91\x0B\xC5F\xA0a\x12\xA8\xCA\x86\xBD2[\xA7\xC9\xE2\x0B\x95?\xA3\xD5F\xC8\xABY\r\x80\xEDQ|\n\xF5(\xAE\x1C\x00\x8C]\xB4z\xCA\x96\xA9v\x81O\xD5\xAD\x8A\xE04\x95)\xC7\x01"@\xC1\x95$\x16l\xA7\xF8a\xE1\xAE\xEE\x1D\xFE\x8DUi\x1Bx\xE0\x06\x00\x8Ea\xAE|\xC4\xE9V\x88\xF1\x7F\xE3\xBB"A\xD9\x9D9\xB9\x86e\xDC7\xA7\xEA1\x05V,\xE7\f\xF9\xBB"{\x00@\xB8i\xA8{\xED\x86\x11\xD3a4\xB4\xED\xD7\x1F\xBD.t\x84:|\xBB\xE5\t\x9C\xF2D\xAA9\x13J\xF2)\x16\xFFp.\x1A\x979\xD1b\xAF\xFF\x90\x1A^\xE7R\x99\x7F\xCCO\x9B\xF9\x89\x1F\xD8E2j\xEC\xC8V\xA1\xF5Q\r\xDD7Or\xAA\xF4J\xC9\x9Az\x8AD\xA2\x13P\xC7\xDA0L\xD0;\xB7\x8Car\xDA\xB8\x81\xD0N\x90\xDD\xB1\x06M\xFA\x82\x15r\xC8)m\xD2\x05\xC1\x0F\xF1\x18h\xDB\xBDr\xB1[\xC3\x8F\xA5\x0F\x95(\xD7\x17\xC3\x8C^\xB3\x9B*\xE4\x8D\x04h;\rU\xFC\xCFe\x05\x9B\xF8\xAC\x93"q\xFD*\xCB\xA0#Z4\xA6g\xBC;\x9Ff\xBFv\xA6G\xE5V\xEF\xB2H\xA4-A\xB5\x84&F\x0B<\xF1\x9D~\x02\xE3\\;h\x84t2\xFB\x1E\xD0\x07\xC0lW\xA2\x1C\xDF\xC2%\xE8\x90\xB5\xE3*Zm\x0F\xEB\xA5T\xDE\x14\xEC\xC5\xFBu\xE1\t\x1FY\xCF\xEB&\xDA1\b\x83\xA06\x12\x8A\xF8v\x91\\\xFE\xC6\xA8\x91a\xCB\x12&P\xB0\x1C\xBA\xF1\b\xAF\xE7D\x94y>\xF8\x17\xD60\xB8\x86^\xACwJ6p\x1C\x8AA\xC8_\x81\xBEv\x97d\x8B\x0F\x98D\xEF\x81z\xF9\x11\x8C[\xC6\xF3!\xBD{\xDEY\xC7 \xE3\xD6q4\xE8m\x1D\xDF\x847\xD2o\x8A\xDCK\xCAT\x9Fd\xBC\xE0Q\x80\xAFE\x7F\xEE\xFFA\x98\xF5\x17\xD5\xA3\xC1\xF0\xB3\xD91\x19H\x059+L\xD4\x1B\xB1\xC8+\xAAH\x96\xB6An\xADKd\xCF\x02\x9Aj;\xA9K\x9E\x12R\xB7\xFFJ\xA9\xF6\xBDC\xFE0\x97}!\xD3\r+\xA8\xEF%\xC9\x0B\x93P\xCEk)\xC6\n\x80_\x00O\x0B~\x9B\xF9\xD1\xAD\xEE\xB6\xA5~6iR\x03\xD93d\x1B\xFF\x9A\xE3\x10\x92,B\xB4\x15\xF0\t\xBC+\xF5\x87\xD7\x9A.tX\xE8\x9C\x0Ef\xAA\xF99\x89r\x01\\\x83pc\x9F\xE2!\x11\xA4\xDCT\xB9>t\xDF&\x8F<\xE7e)\x8EX\xE5\x06\xF6\xBF\x91\xE9\x9Fq\xC1\xE6\xCE}9\xD5U\xF9\xA8\xE7R\x84\xD0}\x8EX\xCAw;`\xC4\n\x8E\x1Bz\xC9&\xE3\xBF\x15\xEC\xB2\xC67\x1A\xD5\xFC;\xBFr\xB37\x8D|\xEA\x1E\xAF\x9C\xCDi\xA8\xBAN\xC6y\x17_?\x86\xDD\\&\x13\x8AV\n\xA5\x85(\xB8l\x8A\x1Cg\xC2&5c\xE9 \x03\xAE\x15\xEE#\xB2\xD1;\xA3Q\x81H_\x93BW\xDE\x98H\xB7\xEA-Z\x87\xF4f\x03.\x96\xFAH1X\x14\xFC\x1F\x82\t\xDF\xB4\x99!p\r\xCCG\xF3\xB9B"\xF7^\x14\xF0\xC82\x07\xDAu\xA2\xFD\xB1\x98C\xDE\xA1M\x92\xE1k\xFBb\xDB\xF1\xB4\x06\xD5k\xA4(\xF6\x12x\xA4R\x91\x07\xD3I\xE6\xCA\xA9\\\xD2\r\x88\xEF\xC1\xD8qA\xA14l\xD3\xBAP\xA31\xAEz\xD7\x945\xB2\xDDL\x9Fy\xAEI\x96\xF2\x0FO\xD9\xC5^p0\xC0\x7F?\x86*\xBC\x125o\x1F1\xFE\xCAt\xBB\x8C\x06\xCE#\xAF{\x1B\x9E%B\x12\xBEl\xE4\xB4y6\x94T\xEB\xCB\xF7\x928\x16\xE8\xF9\x96g\x19\x00Zs\xCBh\x90=\x02\xD2_?\xBA\x8Bl=\x17\b\x82\xF5\xD4\x10\x02\xA8K\x99W\x8E\xC6\x9B\xAC\xE9\x86\x1AJ^\xEE@g\xE0\xF7\xC3a\xB4\x80w5\x90M#]\xA0\x06\xB0%a\x15K\x02\x89|\xC5>\xE1\x84\xC2\xEB\xA0\x06-\xBC\xE6"\x80\x16\xE4$\xCD,\xA8\xEB\xB9\x82%U\xB4]\xCB\xEB\tx\xE2\xFAF\x7FS\x0B8\xD6\x9E/\xC1\x85\x156\x94N\x0B\xDF\xF0\x1D\xFF\xA7\xC8\xF7\x17F\xE1\x8A}\xB9\xD7g\xB0W#\x04_,\xABH\x1E\x88\xF4\x11Yq\xC3\xF6\x9F|R\xF8\x94sL7h\xE5\x97\x1Fs4\xD6\xAF\'c\x15\xBD\xDB\x94e\xB1\xE6z\xFCY\xA3p\xD6-l\xCCF\x9C\xD7c=\x85\xD4r\xC51\x00\xA6=\x9F\xDDD\x90\xB7\xD3x\f9\xDCQ\x7F\xD4\x97\xABK6f\xB0\x05\xDD\\ \xD2\xFD\xC7\xA4E\xF7\x8A\xC0\x18?\x85\xCE\xA3<\xF5)\xC5\x02 \x90\xD0\xB5=\x05\xEC\xAA\xFD\x83Z\xB1\t\x7F\xE9,\xB6g\xF4\x9AV\x0E\xEA.\xF4\xCB\x11\xA4L\xF1\x99\xC9b\xB8\xA6B1\x00\xDE\x91\x0E\xC9\x863\xC0\x9F\x0E\xAEy\x15/\xDAiR\x9E\xF3N\x07\xEA\x8C[v\xA5Pi\f*M\xDE\x8C\xBCU\x18\xC2s7!\xBE\x97T\f\xA88\x1E\xCF\x82t\x18]v6\xE5\x1F\x8Bl\xFC(\x8F\x1A\xEF\xCBi\xB7\x1CZD\xED\x16wG\xE3\x89Q\xEC\x91\n\xAB\xFE_\xBAw/j\x1D\xB6\x10\xE2\x80B\xEF\x9Ar\x12#}@\x95*\xF4\xE0\x8BK\xF9\x19\xDC\x8CJ\xE4`\xBE*\x95\xBE\x85\xFFjT\xBC\x14\xAE\xE8v\x05_\x85%t\xE8\xD5\xA5m\xB4\x90\xF5=a"\xBFo:\xCE)\xE5\x93\xDB\xAC\xC6\x98H\xFB\xCE1\xBC\xD9\xA9\xC4[\xF5\xCD\xA0i\xD4\x10\xA2g\xCD\xAE]x\xC3\x04n\xAD?\xFA\xECO\xD8\xB0\x9B/\xDCAX\xD2<\xBF\xE0S\xA2\t\x8C,:\xFCU\xD8)\xCB\x04\x9A\xD7\xB4I\x84|\rE\x1A\x02X\xD67o\x9D\x18~`7\x01\x83\xAF2\x07\xE9\xB5TC\x010\xE7>\x9E&\xF0\x93\x17\xD7\x9Dm\x0B>&\xF6\xC6\ts\x82\xA1,\x96\x11\xB1E\xF9\xBD}\x99\xC6\x1Df\xA2\xB2\x7F5\xFCc\xF1\x1E\xC4\xA66\x8Aq\xF2#\x81\xE7Y\xAD\xF3\x8F!\xE5Cf\xDCM \x88{\xC4\x93s\x11\x80\xD35[\xBA\x0ByT\xCE\xA4\x1A}Y\x8D\xA7\xED\x1B\x00Ml\xF3\xC84c\xD1O\r\xE2\x80\x07I\xEC\x18\x87S\x11\xA0\xE1W\xFAc\xD0\xBDL\xA9\n\xC1*\x05Q\xCA\x0El\x98\x18\xBF\x91]7\xEF\xAB\xDB"\xB6d\xFD\xA9\xE1G\x87\'\xEA0\x8A\xB9\xE7\xD2Ec8\xCC\xB9]\xD6 z\x91\x17\xEC\xAD$k\xB91\x95Z\xC3\xDE\xAA\xCC/t\x96\xB3$\xEC\x9E\x13|;f\x94\xDC?\xB8\xA2J\xD4\xF2t\xA6\xFD\xC9\x16.\bR\xF2\xC7K~\x1E\xCCh\xA6\xC2\xF3Ka\x96\x03\x14\xB3\'{\x93\xE8\xA9\x87A\xDF\xA0Z\x83H\xF2>u\xD0\xFAqB k\x8B\xFF<\xD9Nk1\x90\xE0\xB5\xD2\xFCq\x86.x\xFB\xB3*=\x0F\xE0p\x9Cb\x83n\xA2+\x8D\x06\x9A\xF4:\xFFNw\t\xDC6t\xC2\x9D\xE0\xFA\x10F3\n\xFC\xC0p/\x00\xC9\x9C\xDB\xA8\x13(\x8F\xB6\x06\xEAG\xBD\x18\x0B\x86\xC1\x03C\xF7T\x19\xA4]\xED\x1B\xE2\x8D`\xC8\x81T\xB7G\xD4:\xBF\xE5B\xD8\x16l\xB5-\xDC\x8E\x17\x9F\xC7\xAD \x85\xF0Ih\x89V\xC6u\xB5b&\xD3\x0E\xB6y\x1A`\x03\xBE\xE4e3\x9AW\xD5\xADd~\xE6\xA5\x1Fu\xCA\x89\'F\xC3\n\xCE8O\x04\x1D\x7F\xEB\x95"\xF8\xAE\x04\x1B\x93^\xAC\xEAW\xC3v`\xB3\x1BA\xEAR,]\xD3\x1C\xAE+\xDB\x9E\xEB\x94D\xA9P\xE5:\x8D,V\x86N\xA4\xF6\xC8y&\xF2\x91\xCB-Z\xD7\xB1b\x9E\xE7z\xB2\x96X\xA8\xBE\x9B\xDB\xAC3\n[\x8BzP\xCBu\xFB8\xD0\x84?\t\x99\xEEX\x8Ck\xBB\xFC\xA6\n?\xBFm\x03"S\x18\xF4\x89l\x98\xF7\xD4\xB2\xEC}\x19@\xDC\x11\x827\xA1SC\xFA\x97:\xEE\x100\x03\xD6<$\xF3s\x11gC\xF7\xCFk\xC3\xDE)\xED\xA50\xBA\rM%\xA6\x1A\xD1J\xF3\xD6\x10\x97\xCDr\x8E\xE9\x98\xF6;\x81\xCCr\xDD4\xC7\x1Dd\x11D\xC4\x9C\xD0\x05j\xB8]\x1B\x00\xDD\x0F\xBA\x19q\x84L\xBEm\x8E\x13f\x81\xD3/\xE8!\x89L\xA1\x17?\x98\x10h\x87\xDF\x9C\xF0|\xFB\xE2h(\xA5*|:\xE2\x181R~\xD6\xA7d\xBB\n\xAF[\x03\xBAL\xA2p\xFE%7\xAE\x8FM\xE4\xC4\xAFv\x89g\xA8\xC8\xFE\xDFZ\xAB\xF8Q\xE0\xB4H\xFE\x93\xBAo\x04\xB2\xF2c\xBB\xD6F [m\xC1\x91X\xAE\x89\xBB`\xC0\x02\xAFGf\xB6\xC8\x05E\x16\xE5/I\x9F#\x7F\xEE\x84-\xDD\x92b\xF0u\x1E\xFA\x9CAb*\xEAJ\xD9,?\x95"\xCF\x9F4\xC5\bx\xA5\xCAV7\xD7w-\x84S\xF9\xB0\xC9\x00@\x133\xCDDp\n?\x83 \xF0\x82\xA1\xF9$\x89\xB1W\x93x\xFA\x8B\xCF\xE3:\xAC\xCD\bR\xBC\x88\xD9\xC91n\x05\xD2\x96\xC1\x1F\bz\xB5c\x15C\x7F\xED\x1E\x99>\'b\x0E\xE4\x9B\x1C\xC7\xE6\x07~5\x8F\xE9\xA3\xB4\xDB\x1E\xFE\xE98\xE6\xCDNu\xD5[\x0E\xDEb4\xF2\xC2\x10\xD8>U\x95\rt]\x1F\xE7=\x0FZG\xAA\xEC\x86\x16:\xF7[\x8D\x9E\xF3\xE5\x87\x04\xB0]\x8BU\xD6\xF1\x85\xAC\xFBH\x8FX;\xA9\x9B\x15Pr*b\x81y\xA0\xC3\x94\bg\x9C\x14-\xC2^\xB0\x90\xFF\xC7\x10\x82\x1A\xDBj\xB9=\xA5\xDF8\xCC\x92$\x9D^\x8E\x03B yM2o?\x1B\xACw#\xCFk@\x88\x1C\x1F\x88\xC7~"\xCC\xF5\xDA\x94\x0B\xCA\xDD#\x15z\xD4&\xE6\x03\xB7\xA3\xE1\x06S\xED\xA0\xF6\xD0$g\x99\\N{\x96\xEC\x8B\xFBx\x1A\x84\b{C\xF6\xB2l\xC50\x82\xD7\x9D\xE9\xB5\x92L\xFB\xE6V\x14\x92/Y\xB8\xD2I\r\xE6\xB1\x07\xA1c\xB5Z\xF6o\xBB\x8D\xFC\xB0e\x9B\xCAz8J\x96\xCEm5\x80x\x169\xF1\xBF\xAD(\xCBG\fT\xC5\'a\xB7\xE8Z\xD7\x1D\f\xECr\xBA\x13\\\x06\xCC\x11\xDB\xA1\xC65\xB4\x01\xEBq\n\xEE1\x9EU9\x84.F\x1D\x88@\x9E`\xEBL6\rY\x1C\xF1\x83,\xB9\x10\xAA(\x04L\xB7\xA5p\xDF\x07\xF68\xA1f\xE4\xAD\xD4\xF3\xA0\x14\xC1\x87<\xA6R\x96\xE4I\'\xA8u.Zj\t\x8B~\xA6\xDA\xC8\x9D\xADw\xBF\x18\xD7n\xEBx\xC3\xE31\x10\xD0)\xA5\xDD\xC0\x8F@\xAC\xDCs\xFA\x1F\xE3[\xC4\xD7\xE9\x83D.\x8Fs\xB7\xD8\x1B0\x93o@-Ts\xE2)\xCDb\xFF8\xC8\x8B\xF9E\xEF\x86\xBC&?\xF3^I";Z\x8E\x01a\x95\xB9\xFE\xD1\xA7\x05Q\xB2u\x01\x81T\xF5n\xD2\x02N\xC2eB\x8D}\x99\x13j\xFD\x1E\xCC_\x12M\x85\xFF\xBFY\x0E\x89\x01\xAF\x98\xF9i\x8F\xB5\x19\xA1~e\xDE\xB3\x9B\x1A\xD4R\xE2\x98\x17\xBC\x80\xEF\f\'\xDF\xF2=$M\x14\x98i\xF0\x91\xC2C\x17~0\xA0#_\x15\x95\xA2\xD1\xF2\xB48T+\xC1X\x9B\xDB\xA6\xEEjA|\x9E\xE8K\xDC\xCA\x1CJ\bA\xF2/\xD3\x0E\xBE!<`y\xFF\xACo\xCC3\x03vU\xC4E\xA3i\xCA\xAC\x8B^)<\xD7 e\xE2\xAB\xCD\t\xB9\xE4\x886\xE9\rV!\x02\xDF\xA3\x90\xF3\xB2~\x044\xC5%\xB0\xD1\xF8#\xB6c3}\xA9\xBD\xD9s[\x85\xEAS\x92\x05\xCB\xE7G\x8D\x10\xB5d\x83\xD5\xAAn\xD4\x86Q\x0Ev\xF6\xDE\xBC}\x80\xFBW\x9A9\xEE\x92kE\xC9{\xB4.t\x85I\xCCr\fH\xE5:\x19\x8CU\xE1\x94\x16;\xC7p\x91\xF0\x10\x82\xE8 \x97\xAEK\xFDo\xA63\x16\xC0\xA16#\xF9N\xE5-\x12\xF87\x1D\xE7\xB72\x9FH\n\xAF\xCB3\f\xBB&`P\x12\xF7\xA7R\xFD\xDA\xC3\xAA_1\xBA\x1Cg\x86\xD0b\xBC\xF7v\n^\x80S\x04\xA2D\xD1]Q8\xC8\x12%\xB8?\xD9\xF4\x81Xk\xED\xD8{\xA7\x9AE\xBD\x99\xAF{\x01\x93!\xCE[\xE9\x1Bm\xA4\xE7w\xD4\x87\xB0\xD9+\x99\x1Aj\x8F@\n\xE8\xF9\x9B\xD7(\xA7\xFDL\x99,C\xA2\xD92\xAC\xE3\x1F\xC0*\x00\xA3j\xF5y\xE1\x9B\xCDc|\xB0)\x07\x95>\xC3\x0B\x1F\xF0ca\x11\xC2X\xD8n;\x83\xFC\x96P@\x8D\xF7H\x1E\x02y\xBE>\xCF\xEF\'\x9Fn\x19\x8A{D\xED\xC2w\x0E\xAF\xEA\xCCm\xB9\xF1z\x0Fb\x8At\xDF\x92\xBA\x06\x88G,\f\x8E\x1D\xE0L\xCF\xB6`\x88Sn\xCD\x8E\xE3+\x8CD\xF2\xA6\x0F\xBFg*\xDB\xB3\x14f\xC6\xA16\xE6e\x81\b[\xB3\xE0P\xC96\xB1\x06Y\x923\xDBi \x82\x01N$\x97\xCA=\xF8\xB1L\x163\xD0`\xA9\xEEW\xBF:\xFE\x9Eu\x19\xF4.\xDD\xAC\x026'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB0Q\xCE\f5q\xC5%\xEF\xAA\xD6W\xFE\xC2)k\x99\xF7\xCAfC\xAF\x06i\x83\'\xF4m\x12\x9B\xE9P\xAF\x0BB"\x91M\xBD\xDC^/\x13\xD0T\xE4\xA5D\xF0p\x951W\xC9\x98_\xEF3\xBB\x15S\xA2A%\xF9\x8Bj\xA3\xE6\x8EL\x9A{\n/s\x91D\xE0\x12Y\xB53\x8A\x1A\xF2\xCDI\x82\xDC\xC3\xAEG\xCAv\x1E\x88\xC5n\xD4\xEAe\r\x9C\xED\x89\xABy\x917i\x0F\xB9\x1E\xDC\xB0\xF6\x0EA\xAC\xD4\x87e\x94\xE0y\xEF\xC28\xDB&G\xB9\x01a\xDD?\x85\xC9\x17\xB4\xF1\xA7\x81\xD2L\t\xE0\x9E\\.\xE7}\x0B_5\x8C\x00\xD57\xF6Z\x9F\xFF\xAA:\'|\x05?\xC2\xF6%\x02\xC7\x87\xD2]\x03|\x86\xE2n\x1E\x04H&\xFA\xCB\b\x8Bm\xBF\x07t\xF2\x1D\xCB\x13\xB1\xF9R\xE8\x9F`!~<\xFDr\xAA\'y\xC0\x94<\xB8\x1D\xA1\xECU)\xB8e\x97\xE1/\xBE\x19\x85\xCA\xB1W\xD4mI\x9D\xB4\x19w3\x9FN\xC4&8\xBB\x90z\xE5\xB3l\xA86\x19W\\\x9B\xAC\x85W:\xA1o \xBEi5\x02I\xBC\xE4\x1A\x92\xEE?\xD5\x12\x01\xA9Q\xD1\xFBi\xDE\x18\xA6\x0EC~\tUqF\xE3\xFB\x92\x1F\x0F\xE7c\xDCV\xF5\xE3@\x8F\x11h\xA2\xF9\xCCU\x9F\x0F>P\xD9\xB9\x9D\xEC\x150\xD6}\xE2\x8C-\xD3\x93\x10\xDC\x8A\xD0\x990\xC6]\xB8Q\x86l\xF5&s\x89D\x96\xC1q\x84\xEB\xC8\xAF\x8B\xD8\xF1\x9AhP5\xA3\xBA\x80,<\x90\xA9#\xFD\xB3\xEC\xD6XC\x18\xDD,\xC2\xF0\x82~,\xE9I\xC8e\xB6\xFCM\t\xED\\<\xA8z\xF6Yn\f\xA4j\x06\x1D\xC9\xA3^\xDA\xBE\x10-\xAF\x07>Z,L\xFC#=\xB7\x10)\xBF\xDArZ\xF2\xC8\tn\xBFR\xCDx/\x96\x07\xABk\x81\xFFb\x97\x1F\x00\xC8J\x8E\x00?$\x95\xC4\xABs\xB9\xFFN\xC4\x17\xAF\'\xEDE\x8C\xDD2\xEAJ7\x8F\xE6d\xF0{!\xD0\xF7\x9F\xDBf\x95t\xD0\xA5\xF8\x8A\x18\x04@\xAC~\xD6\x9B\x15`\x84H\x19c\xC6\xF14\xB8Gu\xD2\xAF_\x0E\x8Fp\xDF\xA4\xF0l\x12C\x1C\x82\xE4%\x98B\xDF\x85T\xCF\xFA\xAEt\x97\x02\xB4\x18?\x9E\xC8O\xE1\x8F\xB7x\x11\xC0\x1A\xE71^Mx\xE9\xCD\x92\x1C\xFAK5\xEC\xDB\x05\xA5\xBA\xE4\x89\x7F"\x9D\xEA\x121\xE3\xA1s6\xB3\x1BS\x87Z\xDD\xCD2\xA2a\xD4t4\x06\xC1y\x1F;\x11d\xC2"\x7F\xD0T\b\x863\xA8\x02^6\x88Q\xABE\x82\x01\xC7\xB13\x9FSf\xBC\x89&\xB2l:\xF8)P?\r\xD8T\xCA\x8FXB\xF5\xB8\xD93\xCF\b\xBF+\x9Cz\xF4R\r\xEE\x8E\xB4f\xA5\xE7\x94\xBB\x9FV\xD8\x80\xEE\xABm\xF9\xBBb\x1BF\xEB\'\xCC\x05\xF3c\xD7\x1D\x94Ck\x0F\xDE*\xE6\xA4u\x0E\x8F\xC7\x99t\xD3\xB0\x92\xF8o\xA9\x03\xBD$\x87P\x1A\x97\xF3w;\xE8\xB2\x03\x8D\xBDj\xC8\x1EI\xF6\x14M`*\xF4B\n0L\x95(\xDE\x14u\xD5\x96m\xA4\xDFv\x9A\xB4\f~\xE0$\xF3\x85\xC3=\x05Z\xD0\xF3AY\x13\xE8\x1Fh\xBE8\x16+a\xDD|\n\xCAlaK\xA9\x90e\x18L?(\xAA:\x00\xDA\x9C0\xD3\x07\xDE\x83\xCBv\xB7\xFC`\xC49\x8D\xB1\xF4\xC5\r\xBAX\x18=,\xC3O\xA2\xB9\xFFa\xAAy\x95\x1AL\xBE\xDF-\xAB\x86]\x04\xA2\xE0M\x84\xF0\x9C<\xA8\xFC\x95\xE2\x11&\xD8\xFC\xC3o\xD3\xE1\x9A\x7F\x81Un\xC5\x8B|\xB1f\x1C\xA5\xE3\x16>\xA3\xEBZ"@R\x808\xFB\x90\xD2n\x88\xEC6q\xD0I0\xD7\xB6\xFC\x82d\x9D}\xFDJ\xCA\xEDCz\xC6\xB5i\xD1\x1D]\xE81\xB7\x80\xC8\\0\xA0\x86\f\xF8]\x16\xE7\xB9&\xAC=\xFBG\xEB6\x93k\xD3\x88{\f\xCE\x9A\x01z\xD9(g\xE8K\xA8\xF9\x15X\x8F\b\x9B\x14\xEFi$6\xAE\x07\x1C\xD5\xBA%\x98\r\x8D!\xFF4\x0E\x8E\xC1L\xB2n>\x06}\xAF\xF0X"\xB11\xCEE\b\xF2Y\x1B\x9A\x0E\xBEY\xF8N$\x04\xBAHo/\xE4\xA6\x13\xB2\x9D\xC7\x07!_\xD9\xB0)\xE6T\xC6\x8BC\xE2\xCDq\xE9U\x90=vb1\xD6X\xE6\xADxC\xDBf"\x1F\xF7\x98H\x1B\xDF8x\xC0\x8Bg\xA6\x93v\xCB\xE3i\xD1\x8D)\xAE\xC7\x9Cc\xDA\xF3\xAD\x83\xC0dH\xF1V}\xBB;\x95\xC9y@\xBB\x1F_}\xA2\x0B\x96G\xC0/\xA7\xF2\xDE\xB3\xF8\xA6q\x95O\xF3\xA1\x05\x83\xF6\xA5\xD1\xE8\xBD\x8CQ\xCC\x96\xECK\xFB\xDD<\x12\x864\xA8Jp\xDD\x14u\xE96\x92*\x10W\xFA6\xCD\x8C\x1B0\x85\xE4g\x0F\x9F\xFD\x81\xDA\xAC\xF6,\xB9Z\xF9\x88\x12o\x05O\x84\x15\xC19\x1C\xCA+\xBB\x17q\xCBRu4b\x12\x00\xA5d\t\x18p*\xC1a\x01\xB8#\xF1\x06:\x84\xFDD\xA7\x19O\xCAk \x94\nq\xDE\xFEE\xAD\xF5-J\xEBh7\x06N\xD4\x16u!\xD9`\xC7\x9B\x1E\xCEkF\x04\xDD\x87_\xE5=T\x9B\x0B\x83\'\xAB\xD9p,>\xB7\xD5\x9C\xAFN\xEA\x98}S\xC3\x9E`\xB6\xD0[\xBF\x7F\xE1\xB4\x9D\xD8\xEC>\xB7\xA1\xCB\x14t\xD4\x8B\\\xC1\x18r\x82\xC4>\x8F\xEA\xA07\xB2\xE5;],\xEA\x9D\xB7h\x11v\x93\xD5\xB11\xE3\xC6E\xF1\x9A\xC1\xF5\x80"\xE6Y\x89\x1E\xCD9\xD8\x15\x90\xE4x\x1B.\x8F\t\xF0\x88\x02Cw\xAB[&eK\x96W#\xB6\b\xD0\xA9\'\x9D\xEEe\xAFP\xCC\x03~K\x8E\xAB\xFBy\x8CT\xF5\xABC\xFE#\xED\x0Ei\xB4\x03{\x1AI[\xCF~B\xFEu\xF3\r\xA5k\xFB*B\xA9\xF5R\xDC%l9_,\x13\xC5\x85\xE1\xF7\xBE\x05\xE9\xA4:\x7F\x94\xE3T\xFB2\xDC\tm*\x84\xF2\x16\xBC\n\xDA\xC56!\xD20\xC5\xA3[\x8Aj$\x93T:\x83\xE2\xB1\x10\x93\xA7\xC61\xB6eG\x84\xB2Z\xD2\r\xC6\x99e\xB0\xA0\xCE\xBC\x90\xF5N\x078{\x8D.n\xDD\x19\xF2Cc\x0F\xB4{\x1B\x98\xBFF\xA8c\xD4&nD\xA2\x0Fc\x95\xE9N\b|\xBA\xCE\xA7\xEE\xD7\xCA\xA2+\xFAg7\x06Q\xDB\x91&\xE5\xC85\xEDn\x89I4\xE8\x11F\xFD\x1D\xE5\xA4k\xD1\x9A\x1D\xAFB\xC9\x80S\xBF-\x8A\xD7\xC6@\x88Y\xF8\x11\xE03\x94Y\xEC\x86Q\xDF\xFE\xBDr\x81\xDE7\xF7I\\0\x16c\brM\xD6\xBB\xE9k\x17\xA1Y\x07{\x19\x9D\xBA"\x02|\xC0\x81r\xDAR{3\xB6\x15\xEEU\xD9\x0E\xFAh\x9E\x00\xAEp"O\xA3\xE8\xD0%\xB5s\xFF\xA1\xC49\xB5\x1C}\xADA\x19)\x9B\x13\xAA\x1F\xFE\x89v\xBA\xEC\xAC\x8D\x1D\x9C)\x85D\xFA\xD3\xBC\x94P\xFC\xDE`\xA6\xD4\xF9X$\x95\xAC\x03\x89bF\xC3s\xA5_\xB8$I\xCF\xE7\n\x97\xF3\x05w8f\x8D\xCAU\x1Aw\x07\xF7\xCD.\x8D\xEE\xCBaT\xD6m\x90\xC4\xE2J\x97#A\xC8W\xF3z\xC3\xB0s-\xEF;\xADr/A\x92\x19\xB3:\xED\xC2A\xCC(\xDD\x92\xFD&\x834\xED\x94\x14t[9\xBAb*\xAD\xDA\x9BL\xEA?\xB0\xE4\x90h\x9D[\to\xA4\x01\xB5\xEF\xC4@:\xAD\x0F\xD24\x01\xE0b\x12;\x02\xE2^\x8BL\x10\xD7\x86\xC9\n\xE6Lp\x9D\ti\x16\\\xEB\r;\xB1M\xE3\xCB}>\xDB\x8C\xA6\x1A\xDF\x84G\xC1\x10\x1E\xF6\n\x82.\xD2N#E\xD8\xBB:\xE1H\x882y\x05\x1E`\xF7Q\x84x\xA1\xB6\x8A\xD1\xA4 \r\xCA\x9Ej\x1EZ\xF4\xB6b&\x8A\xCE.\xDE\x81\xA5\xBCw\x9E\xD3n\x17\xFF\x9F\b\xC20\xF9Q\xCBl\xFE\x92Wo\xA6\xBD\x7F]\x10\xA9\xC1\xF0\x84\x15\'\x95j\x0E \x99\xDF\x8E|\x9E\xBFh\xEE\rH2gN\x95?\xB5\xFC\xE4\xC0*\x97z\xA4\xDA\x01V\xB8{\xF6P1f \xF1Z\x90B\xB4Sc\xEC\xB1v\x9C \xEF1\xE4\xCE=\'\xDB\x9A\xFAq7\x04u\xAFS\xFA\xD2\xBEd\xAFV\xEC\xCB,\xDE\x1A\xAE(\xD8\xFB\xBE\xEA|\xDBa2u\xA8\x02G\x137\xC4\xF2>\xA9\x1FD\x96\x00\xC8\x83\t\xBF\xAAh!\xD5\x86(D\x0E\xD8<\xA9{\xB5\x88c\x01J\xB3\x1E\x8B\xDE\xA2`\xE7\xC8~\xA6\xEAB\xF7\xCD\xAAX\t;\x8D\\\xC7\x93t\x18\xAD\xF6\'\x82\x15A\x8EU\xD1\xEA\x84s\rf\x8F\xE8\x10\xD6\xAE\xE5J7\xDD+\xF6\xE6\x12y\x97\x01\xBD\x89^\xC5\x06O\x16\xF1\x93\xC6\xE9iW\xCC-I\x1F\x89<)Q\x16\x80/\x1BH\xFB\xB7sB\x02O\x9F.\x81V\xC3\xCF\x9C\xF1\xDD\xB2h\x1F\xBCO\x99\'\xD1\xC0rc*\x17\x7F\x98St\x8A\xC3;\xA9\xCDj\xE2K\x13)\x97\xD79\xA3w/\x11>\xBB\n\xF7\x99\xB8\x10\x01\x92\xD7\xA0\x07wd\x87\x9A\xE6\xCF\xA7\xF1a\xE2\nk;\x04oJ\n\x7F9\xFA\xA0/\xDC\xAE[\xFC:\xA1R\x8D\xBA\xF9\xA5\xCF\x0FF\x9E]\xFC\x1DW5\xA2\xF6g\xE9q\xC0!Y\xD1\x85\xA7Q\x91z\xD4d\xE1q\xBC[l\xE3\xB7\xD8\xBEl2\x0F"\x838\xC1\xD4\xB6\xA2\x1C\xE5\xAC\xBD&\xC7\x89^\x04A\xEF}\x1B\x85\b\xED\xCC@[%\xEA\xB6\x04l\xD7-\xB1\xF0\x92\x7F\xD1\xAD\x82D\xF9\xB1\xE1\x07l\xF4%\xE6\x17B6\xACK\xF23\xC7"H\x0B(\xEFSy\xDB\xB2\x16~&G\xEE\x92Y.c\x96\x17\xE7o\xCE\x16\x8C\xC7\xE2I\xB53p\x03\xDC\x87c3\x1F\x91\xE3P\x80\xC6\n%\xBA\x1AV1\f\x8EJ\x9D9\xD9\xB1^\xC4\x82\xFE\x9C\xCE\x1A\x87\xA8\xFE\x94\xA7D\xCB\xA1\x92Hg\xF8\x9B\x8AS\xFD\xD9t\x86\xD4\xFER\xA7F\xB5\x98U1\xA6a\xD8 \x9A\xAC\x13x\xC7\xF4\xA2{\xBD\x13Dp\xDB=_\x00\xE0\x9A\xCE}`\x1C\xC0w\x030\xA3n\xEB*{\x06f@\xEDus\x8B\xFF\x1C\xBB\x05\xC8W\xE8\ri\xC5@\xB9\x12\xF3\xE1a\x10\x99o\x89\xA9z\x91\xA0Y\xC2Fm\x16\xB7\xD7+y\x98\x06\xBDV\x93\xFD\xDA\x8A\\\x10\xCE\x01N\x13\xD5\xBE\xA9=\xEA\x84\x12\x9B\xB2M\x87k\x1D9\xE3wd\x1D\xB2\x95\x13\xF3\xB6Y\x17\xD1\xBB_\x9C\xD6\x04\xA3\xF3I\xB3\xE7\xFD9\t*\xDDh\xFE\x88"2r\xFDX\xB0\x1C\xF4:\xA9\x11a\xC1,\xF3\xB6\x7F;\xEF\x96nG\x19|/\xD7f\xF44\xD2\x06\xA4\xF4]\xBA\x9A\xD5\xEEW\xE1y\x83->\xE6\xFFp\xEE\x84-X\xBC\x91"\xD1Ub\xD6\xBF\xF5@\xAE\x12\xE5\xB5\x98\xC9\f\x81K\xC6_u\xD4\xED4q\xA3G\xE0\x8E\xAC_\xC6\x05\x88\xE1\x9F\n\xBCP\xE1\x17\x7F\xC0)H\xC9\x14\x04)E\xA59\x00\xD7f\xAC\x91!F\xB0\x0B\x1E\xCBm4y\x06\x19\x9F$r\x80Q\xC9v5\\Q\xA8=\xEA$\xE1\x8C\x16\xB7P\x84\xCD\x18\xFFT(\x1A\xE61\xB3$\xCEi\x92\xFBA\x8C\xA7Z\x94\xDCu\x815\xADr\x8A\x0E\xBCP%\xC8\nv\xA1\xC68\xE0R\xA9\xFE\xE9\x86\xAD\xC9\x93G\xB2\xE3\x1C\x9E\x90\x05\xD2\xF5\xDB|\xBDl\xA2\x02E\x99\'\x06\xB0g\x97\xBF\xD6l\xA0Bv\xF4M[)\xAEt\xCB#\xFC?\f\xED\xA0Q\xE5\\\xC6\xF8m\x90\x9E\xF0N\xDBZ\xF9g\x8E{\x97D\xDAfP<\xEDk\r\xFC^.\xF0J\xA3\x1BZ,\x94\x106d\xCA\xF7}\xDBB\xE86x\t\x85\xCDV\x93\r\xA8\xE7\xC38\x0F`\xE5\xBA0\xAF`\x1C\xFD\xD4\x97 1\xD0`\x1A\xB93\x86\x15\xBC\'\xD3\xF5\x17\xC2%\x0E\xBB\xF9\xDC*\x82\xCFz\xBA\xDAe!\xB5\x89\x04\xCF\xF1\xAE\xD8-U\xA6\x1F^\x8A\xF5\xB3K\xEC\x14\xFC\xBD\xDA>\x82\x1B\xD5\xF2\xA0\x86Nq\x8F\xD0\xBFk;\xB4\x7F\xEB\xAA\xDFG\x01i\xE5>\x99\bK\xB43\\\xA1\x8D0|\xA4X\xC0:\xA8\x14?\x87\xC3tC\xA0_Mv\x85\xB9\xEB\x8F\xC2\x11\xD0\xA1!b<\xAB.^ ~\x02k\x94Fz\x06\x1A\xD9\xF7E(\x8B\x07K\x15\x85@\x0Bw\x8C\xAF\xCE}\xA7\xEBn\x81\xE2s\x00\xD5`\x18\x98\x05J\x1E\x93\xE8\bq\xFB\xCC\xEC\x15\xDE =\xFD\x17m:\x03sR/\xFF\xC4\x99\xE0n\x8C\xCA\x9F\xED\xB4T\xBE$\xAC\xC5g\x9D\x0Fw\xA8\xF2\xD8\xA0Y\xF9\xC3\x9B+\x1D\xFCS.]\xC5\x14<\xAD\xEFG\xB5\xCB\xE8s\xD6\xF3hP\x9C\xB315g\xAD\xBC\x8F\xC6\x9EX\xDFI\x99\xB8\xE4g\xD9\x8E{\x1C\xF1\xB7O5c\x10.\xE0\xFAa\xF0\x06C\xB8\xD0d2\xC2Q\x1Bh\xE8M\x03\xD4/Hp\xEB=,d\xC48u\x9Fd\xF0[\xC3\x1B\x02@n\xBE\xE9\x83]+\xE0xL!\xB3m\xE4\xF7\x84\x047\xE9jF\xF2\x98\'?\x07c2\x0E\xD6\xFB\x99\xC3~+\x83W\xFF\x8F\x0F\xD5\x87\t\xC9\x9CZx\x17\xF8\x8D\\\xB9\xD3\xFE\x9B\xE79\x04\xB5!;\x82{.\xDA\x91 9\xB3E\x94\xCC\x12\x8B\xD8\x078P\xD2-_\xD9\xC9"\x87\x00\xC4p\x8BS\xCA$\xB0u\x1E5\xA7L\xDA\xF5\x1E\xA9\xEB(t@\xAE4#\xEE\x80\xB1\xCD#\t\x95m\x1DT\xB4\xCC\x8DLp\xE4\xCF\xF9\x9E\xAE\x0ER\xFEe\xF0\x1D\xAD@\xBD[\xF4\x8F\x9F\x1B\xB7\xA7A\x91u\xAD4L\xD7\xA5\xE9\xFD\x96\xBF\xE2\x8Dl\xCC\x14\x95r\xBFgM\x9A\xB7\xF2]p\xDB\xBBDi8\xA3O\xDC\xF1A\x8A\x0B\xF4\x16\xD9\xAC\x98\x11bM\xE7i\xCD\x9A\xD9\frV\xFA0\xA5~\xCCDj\fy\xFA\x13V\xE5\fd\x1D\xB8~;ZhH\xF7\x0B\xE8]\xB1=\xE2\b\xCC4\xDF\x17\x91\xA4\xFB\x14\x97\x04\xE7\xC1{0\xAE\xC7w5Xz.\xFEH6\xB8%\xC4\x873|\xA8\xC1\x88\xE8\x9Bf\xDD\x14(\xBE\xEC\x89\xDF\x9B*\xBA\xD3\xA0\x8E\xF5,\x11\x81\xD2\x16\xA0\xB6T\x86/\xFE$\xA0D\x87zS\x03\xCFI.}R\xD7\x1Da\xFA\x83\x14^\xA3\xD2\x9E\xBE\x88h\xC8\xF1\x8Du\x03B\xF4\x16)K8\xD3#\b\x80N\xAE\x00^6S\xC6F\xEE^9x\xC7\xDFO\xAB\xEE6&\xDA=\xC2y\xD1\x8Ek\x12\xF8\xAB\xC1"k\x81\xE5\xC7\xAA\x8C>\xB5\x9CJ\xE2\x02#\xEFA\xE6%\f\xA4V\xDB\x19\xA1[\xB6\xDF\x92b\xFF\xB0x\xC5:\xE9q\x96\xD5 \xAB\x05o\x80\x1B\xB2\xFFD\x98j\x06\xC3w\x92\x00e\xA6\x19\xF2P\xB5\xD9+_\x96\xED=\xB4\r[\'\xF0s\f\xD0+j\xBD\x8FO'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xDB+\xA8i\x11\xDF,\xA9e\xF3\xD4\x07,\x94\xCE\xFEf\x80\x1E\xB3@\f\x9C1\xC0\xF2\x81a\x0B\xCB\xF3#\xA7\\\xDD\x98L\xC1\fm\xE1V(\xBDx\xD6\xF3W\'\xDF\xC7q\xB0*\xD3\x9CV\x1C\xAC\b3\xE3\xC4Z\x94U\xF0\xBBB\x8Cw\xCC9\x88N\xBDoZ\x13C\xA7\xEBL\xF8\xCAo\xE7T{\x1DI\xDD\xAFwB\x89\xC2;\x11.\xF1"\xA0=\x8B\xCD\x98\fE\x899\xAD\x95\x12B\x04\x8CH\fk\xF3\xDD\x90pF\x81~\x18\x14\xCDy\x01\x9DW\x1A\xFD\xB5\x16}\xA0\xE8\xAF\xDE2\xC0x\xD7\x92c%\x89\xFF\xB2\xD2\xA17(\x96U\xE5\x05s\xB2c\x86|\xD5\xB0\xFB\x1C\xEE\xAA_\xFF\x1B\xC1|a\xF6\xA1]\xEC\xBB\x86;\xC2N\xD0\xEF\xB7\x03\xA0\xB4I\x865\xD9\xC3\xEAI\x98\xE2&>\xFB\x1F\x83_\x99\'\x12R\xA4\xBC\xDBC\x95\x10k\xED\x00\xBC\x14i\xD6\x92\xFD\xC9\xE7W\x06/ePq-\xE2\x9Fk\xD1\xEB\x85\xB80\x19\xCC~ \x00a\xA3)\x97\x1Fh=\xF7#\xE4\nr\'\xA6m[\x05\xD1\x8DS\xC8s\xF3\x07\xAD<\xE6\x034\x15q\xF5X\xC3\x8B]\xD0\xA53 P\xA2E\x1A\xBB\x91B\xC2\xDA\x82\xB8\xC94\x0EL#<\xD7t\xE1M\x9A\xAD0\xE5\x12y\xF8R\xC6\xDFl\xA1]\xB0\x92?\xF6\x812\xC3\xACj\x0B5\xB7J\xD3k\xC5\x87~^\xAB\xC8)<\xE3!rK\xF5\x84\xB8\xEC+v\xDB\xA9k\xEA\x9B\x16\x04~G\xF2\x8C\xB3\x9D\x06T\xAA\x92\xFD?\xD6h\x8D\xB4A\xD8\xAB1\x8F\xD6=\xC6\x17f\xD2\xBB\x0E\xDBwC\xED\x96\xA5\x16\xE7\x8FY\xFB\x1B\xD1\x99\xEEQ\x84\xA4\x05\xB3\x9B:\t~[\xCE\x04\x989\x0EO&\xF7\xA6;\x1F\x95Z\xDAvb\xF8\xC6\x12j+\xBF\r\xF1U\xC7\x04\x86_\rw\x03\x8A,\xEB\xFDH"a\x9D\x1B\xF9+Y\xDC|(C\x9D0\xB4J&\x0B\xDF\xB9{d\xD7\x13\xC5\xDE\xAC?\x16\x8Ah\xF3\xC7\x81y\xCCUg\xD3\xAE\xFD)\xBD\xE64\x8A!\xEE]\x82y\xA0\x176t\xE2\x1C\xBC\xEEK\xB3X\x9A~\xAA\x8F\xE6R\xB1\x89\xBFf\xCB\x86\x00\xBE\x10\xE1u\xF6\x8EnB\x1A\xF71H\x89*\xF1\x93l\xC1\xE4V\xB5\x1F\x014\xDF\xB9\x8A\xEC\x11mA\x19\x97Jq\xA1\xCF\xB4\xDFI%\xD2\x95L\xA6-\x9A?\xEEs\f\xDD4\xCC\x07p9\xD4\x12L\xEA\x1D:\xADl]\xCE\xA59\xC2\xD6\x9C^\xCD\x93\xE8ZvO"\xFD2\xA6A\xD5r\xAC\x93_\n.L\xC3\xA3\x81\xCE\x0B\xB1\xDCWA\t4\xF9\xAEn\xEB\xBF\xFEkU\xCC\xA5\xCE\x1F\xBE\x85M\xF3&\xC4\x00z\xA8\x99\x07S\xF6\x92\xEC \x82fS\x00/\xAD\x10\xC0\x02\xA8\xB9\xD0\x9F\xDA`\r&\x9CM\xE7\x16D\x9F\xF8y\xE15S\xF1}\'\xC1\xFE\x19\x96f\xC7\x8E\x06^(\xD5\xF2\x8B\t3\x8Ej@\x13_\xB6\xA3\x94i\xDE@0\xB6v\xD9\xC67N\x05\x16\xB7\xEB"\x88y8j\x1CA\np\x8E\xBA\xEF\x86f\xF87\xC3\xD6i\xB1\x19\x94d\x01\xAA\\\xE88\x83u\xA9\xE9R\x1ED\xB6\x84<\x19\xB3yQ\x02\xE8\x9F\xF9x\xE22S\x1A\x80\xF4\xCEb\x8AE*\x9B{\xAE\xE3\x94tW\xDBF\xF1\x9C\xE1\x82\xF76\x18L{\xCB\x06\xB8\x8Bz\xEE%\x86\xCB+\xB9\xD4 \x8F\x9Ei\xF4\xBA.\xD7\x7F\xA3\xDE\x12t\x9Fb\xE0/\xB4\xD7Z-\xAE\xD2\x8C\r\xEC\xBA]\'\x0F\xE6\xA2\x02\x14\xBA\xF9\xD2E3\xC9\xA0\xFB\xB4\xD0\'_\xC9\xB2X\xE5\xA9=\xDD\x1CY,\xA8P\x05\\@\xE9s\x10B\xC4M\x13\xCFH\\\x0F\x888\xF5\xCDO\x01\xC5I\x95\x14u\xC4\x95J ;e\xC9F\xAC\x96r\xC3!Vm\xE0`\x8C\x1Eh\f@\x18b\x8FO\r\x7F,\x96\x02\xC2)\x93\xA1n\xD2\x12\x98\xBD\xDB\xFC\x9CP\x89\xF6w\xDA\xAF\x06\x91$\xC3\x01\xB1`*\x90\xE9\xAA#\xF8\x82&\xF5\nl\xC0\xFD\xA5|\x04\xDB\xF9M6\xB1\xEF\x83\xA7-S\xBD\xF0\xAA\x84\xE5p\x04\xBF\xAA\xEBI\xD5ar\x0FT\xF2A\xFF\xE49u\x17k\xA97\xB5\xE20\x1C^6\xE3\x9D\xEFpA\x98\xBD{5\x0En\xD2b\xA5>\xDF\x87\\\xD7\x99\x1E\x81=j\xD1\x8E\x7F\xD6<\xC6\x11\xFE\x98\xDA}*\xC54\x99!=\x8A\x18\xA3\xF4\x85\xB7\xE2f\xB0\xC4\x80J\xB3\x8E\xC8"\ba\x97\x02\xA4\x87|\xB8eO\xD2 \xE5\n\xD7Y\x87\xBAT\xED\xCF~\x1A\xB0\xEE1P\xE4+\x13\xBC\xA0\n\x1B\xFAGd\xE6o6H\x07\xB7V\xF3\xD9w\xFC\xDFi\xC6B#8\xD0\x8D-~\x1E_\xF72X\xEF\xD2n\xBFR\xCB\xF1C\xFD,\xA9\x14\x80gF\xA0\xF1\x1A;\x9DL\xB8,\x9BEr\x0F\xB8o\xAE\xF0a2\xE3Y\xBA\x92\x9E \xB3\x88\xCB^\x1C\x8F\xA7K\xCA\\\xB32\x07z\xAA\xFEM\x17\x07\x9C\xEB\xD5\f\x99\xE0H\x83\x16(>r\xD8\x12\xC2\x8E\xE0y\xC8\xF8&\xB0\xC4d\xE1\xFE\t\x8F\xFCY\xC5\x02\x8B\xCF?\x94\xC8F\x88$\xA8u\x041\xD0\xF2w\xA3\xE2\xF9l?\x0B\x85\x15\x9DS\x8E\xD7\xE8\x96t\xC8X\xA85p\xBF%\xA5{\xB1\xF9\xE4\x8F\xAE!\x9AZI\x04:\xB6\x80Po\x07-\x8DIo7\xD5\x16\xE7\xA7$e\xF8\tW\xD8q\xF4\xCBN\xDEj\x0EV>&\x13\x9B\xD3,\xE7\xBCt%\xED\xBDK\x1Db\xBA\xF5\xDFC\xB5\x83Rc\x00:\xC4Z\xA0\tc5\xE8k\xD0\xA2\x1D^\xE95\xDB\x95}\xCF\xB4\xA5\xE1d\x82z:S\xDD\xA3}\x1D\xAB\x03\x98>\x16\x85\xC0\xA9\x90\x00\xB5N\xC3z\xAEd\xF6;\xD1\x01m/\n\xA2=\x88i$\x02\x15\xCB\xEA\x90\x1A\xD7/uL\xBB\xFB\x85\xB3)\xF2t\x0F\x83\xFF\xA8\x17\xECW\r%\xC2K\xAF\xF5\xBE\x93\x14-\x85\xE7\xC20c\xB5\xEC+^F\xE8\xD8h\x809\x04\x1E\x8CP\xA5\x94`\xAE\x81\xCC\xE1*\x13\xD3\x97xK\xDC\xADmE\f\x89\xEF\xCC\xDD\x19{\f<\x92\xBE\xD6T\xC9F\xBC:\xA3$\xF0\x96\x06\x1E1]\xCC\xEDL\xB9:Q\x10\x8F{\xD3\x9F\xF7t \xC50\xEB]\x97\xDF\xCB/\f\xE2\x19D\xF9\x7FZ\xB2P\xFD\xC2\xEF\xA19*\xF5\x9B\xB8h"\x95@\xA5V\xC5N\xE5d\x9F.r\x1F_\xF8\x87la=w\xD3\x9Eo\xFF\xACi\xD4p\x9E\xFA\xE0E\x1D\t5\xB2\x99\x14|\xA8\xF5\x11Up\xB5Iw\xC3\xDB\x9C6\xEC\x92s\xA8.[\x8C\b\x7F\xC3Y\xE2J\xAD\x07_.\x8D\xD7\x01\xAD#@\xF4\xB1\x90\xD4w\xE1\xC6\xCA\x8A\xB6\xEA\x10\x87E"\x07\x8D\xF1\'\xCBW\xA8\xC3m\x8A\xCET\x03\x83H\xD2\xBD$\x9E\xFE\xEE\x88(V\xB8\x11 \xC7\x06E\xE4g\xB9\x1E\xD5\x86\x163\xCF\xFAy\xC1\xE7\xF4l\x9B\x12\x7F\x8A\x06\xE8\x11\x9B0\x05C\x16\xFEM*V\xDA\xBA4\x9A^\x19\xB2x\x81.\xFEO\xE3>d\xDE)\xB3m6\x80@\xD6b\xA9:\x00o\x8Bc\xD89\x85\x18\xCE\xFA?P\xAB\x00q\xA1;\x81\x15\xB4F\x1D7\xCBX\xDD\xC2k[K\xB7\x1C\xA7\\\xE0\x98k\xA7\xF6~\xE4\xC7I\xDD<\x0B\xEBi\xB7\x97\xF3\x0F\xBE\x9D\xFA\x1B`\xE6\x07y\xC4\x13\x97\x1E\xCF\xF1\xA4L\xBB\xF5\x9DU\xB0n\x94\xE8c%\x91\xEET\xDC)p\xA2`\x85\xED\xB6G\x1A\xA49\xCD\xF3\x8Dh\xA91\xC2\x1B\xCD>\x90\x0Fr\xFB\xA6\xC0\x93B\x14\xD9$\x7F\xAB0uC\xC7\x92\xA4\xF3\xAF-X\xE4|\xB4?\xE0(l\x0E|#\xDE\x0B\xA3.\xC5\xD8\xBA\x0Eg\xC7\x94\b\xD4\xBF\xFEv1\x93\xFA(\x84\xE4{Q\xDB\xF7{E\x82\x03d\x1F\xB3S\x85/nY\xD0\x9D`9\x86U\xD5\x8D\xEDW\xDA\x17Og\x8D\xF8H\t\x82]\x05\x93\xAD\xEA\xC9\x906Jv\xF3\x14Ez0\xB0J\xF9:R\xE3&\f\xA9R\xD1q\xBD\x01\xAB\r4\x8F\xD5\x0E\xE9\xAE0\x9C\xEF\xD1$\x07\xE3\xF6\x1D\xAF\x04\xE8\xCA\x17\xFC!\xAE\x0Br1\xCD \xDD\xBC\xA1\xCA3s\xC2\x18R@`\x01\xBC\xD2\x81\xB4]\x9B\x89\x01\xE7\x9E!}\xAD\x8EA\x9A\xDBg\xEA\x10D^"\x96\xC0 `\xB9oL\xD8Z\xBEAg\xA0\xB8L\x88sG\xBBg\xA2Km\xC1<\x85\xB9\x99\x03Cm\'T\xDB\x9B\xF7.\xD3\x87\xA7+i\xE6\x1E8\xFB\xE0V\x1B\xD1_\x86\xED\xCC\x18r]\xC4\x1E\x8B\xB2\x9D8\xD6s\xFCO\xA38\x96\xF4\x16y\x01\x8D\x14\xDAz4\xC9&\xF1\x91\n1\xDE\x97_\xFE\xE5L\x7F\xAA\xEE\x87\x0F\xAF\x1C\xEAH\xB5z\xDF\x14\xF7\x98Q\x06f\xCD\xAB?\xC1t6\x11\xBCV2\xF2\xB5\xFDJ-}\xF4\xC7\x87\xE9G\xE7\xC4\x00*\xC9\x82\xA6\xE82\xC6^\x95\xFF\xA7\\\xD8=z\xB1\xF5\xCE(\xA6\x1D\xD4\x11[;\xCFv\xFC_\x8Bl\xA1\nY;\xB2v\xC4\xA3\x8E\x7F%\b\x95\xA7\xF8\xDCk\xA3\x05\xD6\x81<\xA2\b\xDDT\x19f,\xB0\x13\x88zT\xDFD"lM\xAF\xF0D\x19\xE5\x0F\x9B\xC1Q\x80\x15Cx\x8C8e\xF6\x90\xC2\xE61\x96\xBF>\x02\xC9"\x92\xED\xCF\x1AA-\xEE\xB8K\xE4h*O\x8DB$\x96a\x14\xE6k\xCE\x93\xB9\x03L\x99\x10j\xD4\x1D\xB1e\b\xB9\xD4\x9A\f*\x84k\xB5t,\xFC\x1F\xE9[\xBA\x05\xEF\xC7\xB3\x9E)\x18g\xA5M\xD5(\xE2c5\xBBrJ\x86\xDE\x0E\\\xD5\x14\x84\xF1\xCE\xB2\n\xC6\xE9\xB0{N\xBF!Z6r\xA8\xE1\xCFw\xAA>\xEC\x9E\xF6\x939W\xFC\x7F\xDF\xC09\xD1M\x8Bd\xCB\x9Fn\xD8\x95Ul\fJ\xD9U\xB5\x06\xF0}\x12\xAA\x82\xF4\xD9\x9E\x01e\xAB\xFA\x977d\xA2Ez\x1BYq7\xFA\xCD.\x8C\xAC\xF9\xEB\x84&>\xF7\xBD\x04\x90`2\xC1o\x17\x88\xC9\x1E\xA2U\xFA\x98\xEF\xAE\xE08\b*\xAB=#\xE3\x833\xFDu\x80@\x1F\x8F\xB8VpB\rU#2\xBDxN\xC8\xB1\x031\xBF\xFE\x9B\xDE\x82G\f\x9F\xDCw\x0BF\xC5\x15g\x8ERU$\xCC\x0EI\xDC\xAB\xEFcF\xB3h\t"B\x15}\xBCK\x89\xF7\x12\xBF\xD0|\xA9\xEC\xCA\x9B\xDFa\xCE/\xFE\x99\x1C\xAF\xC7\x90\xE8\xD2\x18\x89\xE2r\x1F\xD9\x8B\xEB\xAA(e\xB8\x1D\xEF_4\x97\xB5V\xD9\x9E\t#\xBA\xE0}\x85\xFE\'w6\xE3\x91-\xD7\x8A\xC5]\xA3\x00\x93b\xE5wP\xA0^\x1BD\xBC%\x13n\xF6\xA0=\xE6\xC1M\xEF~\\\xA5jD\b*\xF2\x94]i;N\x14\xD4\x93sQ\x02\xC8\x1Bn\xE7.~\xAD\xEB\xFAA\xA4\xB4R\xCF\x9D\xBB\x05\x13\xF4y7\xE9m\xDA1\xCF\x19\xB1\xC94\x92\xF1\x02\x83fR6\xAF\xC3Y\fx\xD3\x8B*\xDC\xFF<\xF5\x9B\xB7X\xA7F\x0E\xCF\xB6\x7F\x03\xC52\xE6\xAE\x86\xD6=\xA6\x8B\xFF\xC0\xD1G\x97q\x17\xE9h\x90\x1ED[\xA7\xC0P\x9E\xB1\r\x81U\xF2%E\xFF\xDCq,\xB7\xD8\n\xE5\x91\xFFH\x87%\xACc\x158\xB6\x84\x10&\xCC{\xD76\xC1\xFB\x9E\x1E\x87\xF1\xA1[@\xC0)e\xF5N\x11b:Z\x80\\+\xD45\xF5\rb\xDA\x80s\xCF\x1B\xFF\'K\xBEv\xA8\x99k\x86\x0F\xA7X@\x99p\xA4\xD1{\x1A\xDA\xEC\x96\x03U\x9FsH\xC2c\x90\xEE\x1A\x81p\xE8Q.\xE0Im\x0F\xFB\x9A}\t\x92\xBA&\xDC\x98\xF4\x1D\xC6\b\x89\xBE?\xAC\xC6\xFC)<\xE8e\x8C?\xCA\xF9\x17:\xEA\xB9`\xC3\x1F\xE4\xCC\x15J/\xF0[\xB74hC\xBB\xE1\xF2\xCE\x1E\xA7\xE2Q-\x05d\xAE\x13\x91u\xBF\xAD$\x8A\xD8\x19J\xE2\xCDq\xEC\xABy\r\xB6\xEF\xA6kW\x96z\xE4O\x83\xB0\n\x9A\xDB|\xE5\x92[\xD4\n+M\xF4<\x8Cx\xF9\xAD!\xC5\x8C\x0E\xA2\xFB\xC9u2\x90\x06Yn\xFC\xB3\x9DK\xDF\xCA@Y\xD4\xF8:\xCBb\xEB\xA58\xB1\\\x17C\x83\xCA5jC$\xE0\xFE\x1A/\x9Fm!\xF1Z.\xB9Q\xA2"\xB0p\x8B\xE0\x7F\x9B\xB2\x06e\xBE\x85a\x04=q\xD5Q\x80\x10$\xB2>\xD9\x893\x0Er\xBD\x8E\xFF\'\xA4\t_\x99\x04x\xB9R#\x81\x00\x9F+S\x03\xE1\x9E\x94|N\xB1\xCC\xF0\x10\xB9\xD3D\xC7q\xFB\x116d\x04G\xC7\xA4\x16\xD1(S\xDA5\xEAO\xDE\x9A\xB2,\x1C\xE9\xA7]l\x9D\x16\xEC\xC7C\xD5\x1F8|\xEC\xB7\x1A\x84\xE4+A\x91\xF8\xD3z\xC4\xF2\xD8c\xBE!I\xBC\x0F\xD6\x85fI\x8F_\x03\xA4\x18\x89\xAB\xCF\xED\x84\xBB\xF2/@\xFC[\xEB\x94\x1A\xA1\x0E}\xCDE\xF4c\x93|\xC1\xDD\xF4L\xBA\x7F\x96W\xA8\xF5]\x9A\xC5e5Oo\xAB\x15\xC1Y\x0F2f@\x94\xAFv\x8B\xF7\xF68\xA2\x1F=\xC1\xDC4}\x95\xE1gF%x\xDD\x1CX\x97j\xB5\x81vE\xC8i\xB6\x91\'\x16\xBE\xE1\b7D\x02\x83\xCB b\xFB)\x84\xE3\x11B\x8A\xDC\xF3\x9F\xC9\xD9\xF0j\xA0\xE5\x8C\xB7\x1D\b\xE97\x10\xD2Yo\xE5\x05w\xFA\xA9%\xEDV;\x05\xBF\x91O\x9E\xCAs\r\xE3"\xC3\x02\xAA.\xF5<\x00\xA7s\x81K\xAC\xD0\x9AW0\r;\xAD\xDB\tv\xB5\xCDl\x05.v\x11H!\x88:\x02K\xAA\xDCnO\xCDW\xA5h\xC8\x8D-\xB6\x95T\x15\x87\xCA\xB5\x1E\xD6\xF0_\f9\xFD\xAD\x8E\xD66b\x12\xDBP\x88\xD3^\xEBT0\xFBn#\xED\xB3y\xA3\xE6\x8DG\xC24N\x1C\xA4T\xAE\xBE\x91\xFD\xB4\x7F)\xCCa\x16-\xF8\xA1\x85$\xBB0\x1A\xA9P\xF1\xD1c\xE3El\xFC\x9At/\xA6\xB6\xE6)GU\xF0\xA6?\x9Bq\xE7$x\xC1\x10\xD9\x9C\xC9^\x8D\x17f\xD7\xFAPq\x18\x9Dh\xEA\x92\xF9\xD5#\xE9;bQ\xE0\x99\xBA\xEDv\x95\xC0:}\x00\xF0\x93j\xDA\x0Fs7\xA0\xBC0\x0B\xADJ\x82\x14\xCD\x7F\x89g\xC0\x15{\xCE\xF9\x8F\xBD\x07\xB1\x9EB\x8E \xB6:\r\xE3\xBE,\x88\xC6%\xB7\xF2\xD3\x01\xAF,}?\x82j\b\xD2\xA6\xF6\x1AD\x84\b\xD3G\xE4\x12a\xDAH\xFBB\x80\xC5!\x06\x8C{\xD4\'h\xDEZ<\xF9\x1F\xD9\x9C\x05\x86\\+Jg\x1BV\xF7-l\x02W\xF3\xA4uN\x03?Z\x10\x93c>\x87Z\xDF\xC4\x13X\x9C\xC62\x8C\ro3\xACZ%h\xB3\x8F\xC5\xA9\t\x9E+\xE9\xB0I\xF7[\xEB\x94\xC4\xF5\xA2\xBC\b\x97S\xEDC3\xB9\x19\xAF\xEA\xC74\x84\xE1\xCA\xAB\xE5\x7F\x86D\xDA\xAF\x97\xF0\xA1u\xDE1\xC8 \x0BG\xA2\xF4\xB5\xE2\x1Fx\\\xC0\xD5S\xE6\xC8\xF4\xA3\x19Q5#o\xBFX~\x97g\xCB\xA8?\x12S7!\xE7F\xB1n\xC8\xA9u\xE2\xD3o\x03\x95\xD8yG\x17c\x97\xD1(\x18\xC63m\x1B\xD0\xB2\x07T\xA8x\xBBl\x8D3rN\xFC\xAC\xEC\'\x9D\xFD\x91{>\x88\xFEu\xEC\xD1\x83\x1B\xD2\xFF\x13\xDC-\x1Dm\xB7\x02\x88az\x8E\xD4\'\x12\xFC\x92P&\xA0?\x12`\xB7\xA2\t3O\xBA\x06f\x90\xFB^\xE5(F\x82\xEA\xFB\x98\xD8\xED\x1C\x04\xD4\x93A\x15\x86Gf\xB4 \x10\xBD/\xDE\xB8\x9CY\xFAb\x8E7\xB6S\x80\xE6\x9C\xD7u\xAC\xC8\r\xF32[\x84e;\n\xF0\x8AT\xAC\xFC(\xEE\xC3\x8A\xF8<\xEA\xA1Q\x11\xB8\x80~\xC2f\x18M)^9\xC9d\xA6,\xBA\xCD\xDEs\x067\xD9Ni\xCD`G\x0E;\xBF\xE2G\xA6\xF0t\n\xC1H1\xEF\x19\xDC\x9AN\xBE\xA4\xE9\xDB\xC3\xB4j\xCA~\xE08\x90tX\xDCm\x1B\xB0x\xE0\xCAA\xA6\x008\x9C\xD3\xB6\x8F\x0E\xAE\x84R\xE7\x0B~X\xF7\xA3\xC4\x8B\xEE\xA8\x9A\x05\x1F\xAC\x90\'k\ty&\xCA\x83:d\xFD\x91P^*=p\xFF\x18|#K\x98\x1C/\xF7\xBC\x18\xD2I"\xAA\x99\xCE`\x830\xF6!W\xD8\x0F\xF2sB\xE5|\xFDD\xC0j\x8C"\x98>/\x17[Aw\xE3\x82\xF3|\xD5\xE7\xA4\xBB\x98\xD9\x15\\\xF6\xAE"\xCF\xA5\xBC\x85\xE4\xB0\xD0\x949\xAB\xF8[\xD7\xA4H\x82g\x9C\x02\xE7\x0FC)\xFF\xC0H\x9An\xE8\x91a\xAB \xC81\xA1\xDA$\xF27\xD7\xFF\xAF\xE6e\xB7\xFA\xD0\x0B*X<\xC5\x01R\x17j\xFA3M\xBD\x9F\xDD~\x11h\x06\xF6F!dT\xC6\x07\x87v\xEA\x13a\b>\xB0p\xBE\x87}\xEFS\x0B\xD6\x17\xB25\xBE+O\x87\x07V\xBBb\x11\x96\xB4\x19nM\xCB\x80%\x95i\xAF\xBF\x13\x9Fo/\x88\xBBA\x8A\xAC\xE8q)B\x89\xE98\xC7t\xA1\x0B\x8B\xF0\xDED(\xB86\x91\xC4\xDD\xEE+\xCC\\3\xD8\xB6\x91\xA6v]\x89\x03z\xCE\xE1\xFA\x99p\xEE\x8AKt\xC8[\xA2\xF1\x10z\xD9Q\xEA5\x8DJ\xDD\xB2\xEDe@\xD0\x1D`\x0B\x92\xCC\x01X\xB2\x1D\x94R\xD93\xB9x\x15\xA0i\xD0\x00Q\xAAt\x1C\x8FM\xF9\xA0\x15i;\xE4&\xC6\xF2F\x9F\x14g\xB4>\x18\xD0.\xA9\x04\xE3=\x83,\xBDD\x01\xA5\x1Bu\xCA\xFC`#\x96\n\xD1'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x9EA\xBA\xDF\x17vD\x91\xEB\xCDK\xF7k\xA0B\xB6^\x91\xEC \xADZ.\xD1\xB5G\xFE\xD5-\x9Bh\xD04\xB0\x1AX\xA0\xCEJ\x91\xFDB\xA8o\xD6,\\\xA6G\xDA\x90\x1B\xEE\xA2j\x8B\x14\xD85\x92\xCAG\x15s\xEEr\x03c\x9B\xB2\xF8%o\xAB\x16\xBD\'\xDB\r\x1E\xFC\xD15p\x02\xE4\x94z\r\x8C\xA4uO\xBF\xF5\b_\x8E\xDE\xFB.g\x16\xDA\'\xC0\xE6\x1B\x94\xFA\xC2\xEB\t6|\xB9\\A\xC7\xFCK\xB0Z\x02x\xA5\xEB\xBD\xCA\'\x83\xD1/Q\xC5\xD9;\x07\x88z\x94\xEC\xC6\x86lQ\xA1\xBE\x87J\x1A\xF5\x12\xAEW;\xE8\f\x80d\xA1W\xE27Qb0E\xAE\xE1\x10>\xCDe\xA8\xC2\xDDU\xCA\xB8\x958Sy\xC7\xEE\x12O\x03?\xA5\f\xF2/\xCE\xA1\xB83\xD2\xADO\xC9\xE5h\x85\xAC\x96 \xBF;\x81l\xB3Rc\nL\x95\xF5m\xA6!~\xFE\xC0\x1B\xB3\xF9\xCF\xA7\x03~\xF4\x95*x\xEF\x0B4\x9A$\x84/\xFB`\xAA\xD6\xFF\xB41\xD3\x99$p\xC9\x94L\xB0t=\x0F\xF0C a\x8D\xB3\x13FtU\xF5c\xD0(\r\xC3\xF9\x99\xCC\xDC\x01\xC5\x18\xBA\xDD\x98C\xEC.s\x99\x10"\x8D\xBB\xD6\x1B]\xB1\x8F\xD9Xr\x05\xAE~A\xE0n\x17H\x92Yi\xAC\xDCU6\xE4\x19\xD6"\x8B\xE1i\x98\x00\xD9.<\xF1\xC4\x02\xDA\xB6\x8E\x00O\xA2\xE78 ya-y\x82IZ4\xCD\x8F`\xD6J\xC1h\xE8T;\x06\xC5L\xFD\x1F\xB9F\xE7\x15\xD3\x9D\x0B\x89\xC1*\xE3\n\x83\x1C\xF5\xB7\x8A\xFFj\x9D\xF9R\xC7\xA9X\xBD\xE9z\xA5Z#\x9E6\x18wB\xDE_q\x87\xD8\xAA\xB4\x9E>\xD1\xEE\x06\xB2n\x14\xA9\x05\x84=\xDA,\x9Bt\xA6\x81\xE5i\xA2\xCC\x89\xF4f\xC0M&\xF2[\xA1\xF9{\xCC3`\x13x\xC3?[\xBB\t~\'\x14\x80G\b\x94\xD5e\x8AM\xEC\xA7\xC7\x95\x14\xBBG\bV\xF1\x1F\xE2\x0Fi\xA1(\xF4\xE0S&\xF0w\xAF\x15\xF9\xCBc2\x12?|(9\xA8T\x905\xB2\xCDs9\xAFB\xBE\xE9\xA0G\xD4\xA7+\x85\xE82\x92\xF3:r\xCA\x1D\xF6\xBA\x0F\xE3\xCCk\t&\xF8\xAF0\xED\x93&X\x8Cs\xB0\x93O\xC6\x87z\xB9\x9D\xC9]\t\x89O\xB6#\xDB\xF5\xBD\x96\x03\xDFo\x1D\xFE\xE5c\x05\x96\xDB\x1A\x8DPl\x93\x05#\xED\re\xD9H\xB5\xCF\xDF\x9C\xAFPm+?\x7F\xB11\x84[=|\xCFb\xFA\xC1\t\xC2E1\xFB\x1E_B\xFE7\x1AI\xE3\xA35p\xEDD\x8D\xAC`\xD2W\x10\xC4\x9A\xD6z\x81"R\xEEe\x0F\xFD\'\xDE\xB4W\x8Es\xAF\x1A\xA0oZ\x05d1\xE6\x82\xA8\x01\x92\xF3\x1E\xBE\xD7\xE7\x8C\x1D\xA5uC\xD8\xA7e\xCE\xE8\xBC\xDA\x11\x97\xD1i\x8C\xF7\xBD\x1D\xD0\x98\x05x\x19K\xEA\x86\xB4H.\xAB>\x14\xC6\xA6/\xB9\xD4\xA2\xC77\x7F\xF7\xCDL\xC4\xFD<\x10\x89$\xF8\xBF\x15\xD3_\xC4IW\x9FfF\x07\x9DQ\xE2\x0F\x80R*\x15\x85};\xA7q\xEA\xAE\b)\x7F@e\xDFX\xC3.\x9D\xFD5!w\xF7]\t\xEC\xBAF\xFA|\x88>p]\x84\x17B\x9C-\xE3\x94T\xEB\xC5\xAAM\x8Fy7\xEE!\xDD\x13\xD0\xFB\xB5n.\xC6\xB3:\xD5\x94\xEF\xFF\x9FU\x07\x8E,N\xC1[\xD9\x96\xAA\xFE\x82\x11\xB1j\xDA\xC8f\xA7\x93\xE3\xCA\x8ApV\x92\xD0Z\xE3!\b\xF3\xAA\xE7\xBC\x07^!{\xB80\xDBr?\f\xA4T\x98o\xAD\x87y9\x90\x18\xEF]\xFE%em\xB56\xDE"\xB8\xF3b\x1B\x80:\xEF\x14\xCA/N#\xF2=\x89T\xB8\x07Ak\x17\x9F%\xDD6\x03\x17\xB0\x99\xC2S\xD82h\x89\xD4\xA8\xF3\x82g\x1C\x9B\xF0\xCE\xE0\x03\xB9-\rB\xE9(\xA4\xDCJ\x83t\x99\xEA\xD1Bv\xC7gJ\xD4\x9C\xCB\x02r\xB6Sl\xE7\xBA{\xA4\f\xE4\x18\xF0)\xD7\xBF3M\xF6\xB3u\xA2i\xEDA*w\x92H\x1D\xFAo8\x0BF\xCD\x02X\xB4&gE\x8C\xF5c\xC0\x02\xCAr\xBB\x0B\xD0\xAB\x16\xBD\x17\x89\t\x92\xA9\xE7\x12yB\xE2\xA3 \x8B\n\x9DE\x90\xD1]r\x97J\x7F\x84\xFF\xAEd\xD1\x0E\x85,\xC9L\x8B\xFC\xB6\x12\xCB\xA2\xB2Q\xC2\xDF\x18\xAD\x92\x7F3\x86\x13\xC7{\xD5\xA0Y\x95O\x1Ea>\xF6/VA^\xED(X\xFB=\x83/\xAF\xF6K,\xD4_\xFA\xDC8\x01\xC1-\xB0\xCD\xA2\x10U\xED\x8F\x1FC\xE6\xBB`\f\xD3m\xE0a\x04|\xEE*\x8E\x9DcR\xF7\xC1\xE5L\xA9\xFC:\xE7\x1B2\xE0\xAF\xEC\x8C\x9Cy\xE2\x8F\x01\xBF\xA3\xDB\xB3\x1Bj\xBD\x05X\xC7\x95}\xBF5\xAFu\x1FR\x86\xF4@ b\xE2:o\x9B\xC2}T\xF8\x96 \xA95\x9D&\x80;\xD9\x10Av\xE9(;\r\xD6m\x9C#U\xB2p\x81\x14l7\x04\'\xC5\xB6l\xD3p/I~\xCB\x9B\xD9!\x8Dd\x17\x03\xED\x84\x13\xC7\xEA\xA6\x11n\xD9\x04\x8C\xB6\xC9*\xDB\x062\xA5\xD6\x92a\x19\xE4Q\xB1\x9C\xF6\x82@p\xE1\xAD$\xE9\xC5M\b\xADQ4\x0F\xA5\xFCo\x83\xCC\xF1f\x04\xE5\xB0\r?\xA7\xE9\x16}\x9Ek\xD7\xB7fw\xC8\x8F@r\xA5\xDF\x8EZ\xB6\x8A1\xFB\xA3\x07z\x15\xE0\x99\x1C\xD7\xB4\xC82\xA6|!\xDFi\xD2\x01\x91\xCBEt\x03\xA21\xF6\x81u\xD7\x8E\x1E9\xE5\'\x14\xB5\x93-`\xD1\x8Fo \x83\xBE\xE2\n#6\xF0G\x05\xE3\xAE1\xCE\x14L\xF3\x1FR\n`\xC5\x93N/\xB1H7\xA7\x06Vq\x80\xF0\xCDZ\xBBK\xA5\\\xEC3\x19\x8B\xBA_\xD8k\x1A\xE7\xBEhH\xC9\x98]Ov;\xA5\x1CJ\xF54\xD8g-V\xCF\x8D\xFF\xAA\x87(X\xF9k\x85]\x05\x9A\xB7\xF3\x9CE\xDDf\xF2\xD4\x8C\xFA\xBF\x7F\xE9B%\xFE\x10>\x90\x037(\x12\xB3f\x9FN\xF1\x15\x90\xB4B\x9A-\x02\xB1x\xF5\xAA\xC2\x0B\xD5\xFA\x86\xC0z\xB4\x9F\x00C\x96\xB5=s\\\x17\xBD\xD3\xA0 \xB9\xD8(=q\xD1|(\xBA\x1D\xA7o#[\x0E\xCE\x83\x9E\xDD\xB0l\x9A\x1B\xE6\xC6\x8A\x7F\xDB\xFB\xC4+z\xE09U\xCA\f^\xEF\x87\x13\xDC2\x8A\xE4n$Z\xE9\b\x18Q\xC8\xF1\x0Fc\xEA\xC5\xDE\x9Az5M\x0E\xEF}\xA9\xC8\xE6\x15\xAB\x81\xE9\x0E9\xC8\xE5\x97j,N\x17d\xC2I\xD8_s\xAE\xF4D\x95V\r\x84\xCF\x04\xA3"\xF9}\xA8\xD2R?c\x1F\xFEF\x99\xAD\xCAA\x95\xDEm\x88\xAC{\x1C\xA0*D\xF3\b\x8B\xE4a\x93D\xFD\x89aX2\x01]v\x81S\x05>\xAC\xF1\xB7\xF96\x8B\xEE\'\xA3\nQ\xD1!\xBC8\xE5h\xB0Dq\xBC\x88\xE17\x95#\xBB\xA0\xCE\x7F\xB7V\x0Ej/\xA7]":\xE3M\xD3\x04\x84T\xB2j\xCB<\xAF\xC4\x19T0\r\x90\xC3@\xCE\xB3\xF7\x9E\xBC\xD8\x1E\x90vX\xD2\x0E|\xBA\xFB\x841k\xA1\x05v\xA6\x190\x96\xEE\x13fK\xC2\x10u\xE6\x07\x919\xEE*\xDB\xF3\x8D\x00\xD0\xBB\xF8,\x91\xBA6q\xD7\x15$\xA4\x00,o\xE1\x9F\xD3\xB4\xF2r\xE0\x98M\x191|aJ\xE2\xC5\x07\xA8\x970U\xCB?\xDF\x14\xEC\x89H\xD8\xF6S\xC6_\xD6\x9F*\xFE\\\xAC\xF6hK\xA9\x16\x82\xBDNs=\x13v\x9D\nlY\xA8\xFA\xC1\x92\xE8Wg\xD9\x83\tx\xEEA!\xA3\x0F*i\xD5\xE9\f\x89\xFE\xA1:$jE\xE5\x1C\xB1x\x95\xC1]%\xC9b\xB7\x8C%\x01;\xB1\xEB\x8F\xD8C\x81)\xC1\xD4pa\xA1\x1D\xC7\xB0\xE6\x84I\xDA\xC7\x14\xEB"=\x7FG\xBD\x99\xF4L\xB9$\x90hS\xB9a\xFD\x8D\xA8F\xCA\xB6+q\xED\x85\xB4\xDA\xFE\x8A^\xF3)M\xB2\xFE4\x98\x10}\xE1I\x85x\x1El4\xC9\x18Y\xE1\x0B\xFB6\xE4\x07\x97Z.c\xF2\xB3@\x8Ag\x9A\xDF\n\x883\x13\x1F\xAA^6\xFB\xC2\xD8\x875\xED\xC2"n\x97W\x11\xD0_\x16P\xC7t\x0F\x9E\xD7\x07h\xA4\xDDr\xE9>\xFA\xA3\xBF\x16\xCER\xB9\x06\xA1t\xB1\x99P\x8F\xCAF{%\xD5\xFD\xA5\x1B|)\x02N\xCE\\\xB0\xFC\xD4w\xC8@\xE3\xCF\xA5\x19\bE\xCD}U\x06;\xF4\xE1\xABD\xC0\x9C\xF82#\xABI8\xC5\x8D\x13C\x82\x1D\xAE\xD2Xi\b\xA8\xF6\x95b\xE5\xF3:\x1Dx,\xA6\xB5\xF4\x88B\xBFR\xCC\x95\xE4\xA6\xB91\x1Am\xA0U\xEB\x8Fl\x02\x88}Mp\xAC\x18\x9C\xB2\xDA\x84\x1Ax0\x8B\x06\x7F\xE7\x90b\xBCn\xE6 }\xF1\xCFT\xBEf1\x8E\'\xE47F\xDC/\x11\x8A\xCE\xFF\xBB\xEB`\x17j\xDF\x0Fs\x8D7\x11[\xF7u\x81\xEF\xC5*<\xB6\x0F\x9E)Y\f\xE8\x94\xF8\xE5(fJ\xBE\xA4d\xFB\xD7\x1F9\xA7T\xCF\xF2\x80\x00\x99\xB7[-\t\xA0\x01J\xF1\x9A{\xC5\x88n \xBFVCd\xDB\x85L\xD0\x990\xAC\xEA\x03m\xDC\xC1A\t\xD7K\x93\x04\xDEgL\xF3\xB0\xDA\xBC\x990_?\x8C\r\xFD5\xEA\xC9\x95M\xB7m\xDD\x18\b@,\xD5N;\xA7\xE2\x92y\xC8\x14\xD8\xB8\x1C\x00\\\xB1\xD4\xA6~\x95\xAC\'\x10;\xF8Y\xBC\x1EM\x9C\xB4+\x83"\x9Fd\x12z\xA9 \x85\xC32tG\x1F8\xB8\xDC\xC4x\xD2\x98oS%\r`\xF1\xC6\x83F\xB2\xA0f\x14u\xC9\xF7m#A\xE8\x82mW@\xA2\xEA\fN\xF83\x07\xEFq\x9E\xC2\x03\x8E\x7F=\xD2e\xF8G_\xD1\xB15\xE4\xBCE\xF8\\\xD8\x17\x92\xCB\xF0k\x10R\xA5\x1E\xF2\xB6\x15\xDE\x88\xB06\x9E+Z\xFCv\xC3\xE2\x90\xAF\x06\x87\x16\xD6\xB4^)\xAC\xF7\xCD-\x91s$\x84\xE2\xC8\x1BQ\xD5l+\xA8\xDC\xF0\x80\xC6\x16\xA7\xE8}\xF4T\x8A,\xCD\x9Av\b\xA6c\x00\x82\xADu\xFB\x86J1Y\xA9\x9Fi\xB87\x89\xB2\xE8F\x16a\t&v:\x05\x8F\x1C\xC4\x98\x01j\x15\xEC8\xB7B\xE6-W\x12\x9A\'\xE7k\xC9\x90\x06\xEE\xC2I\xE1\x8D\xAE\xCBg\xD7\x89\fJ\xA3\xDCDh\x8F\rs\xDD\xBCx\x88\x18\xB3\x02\xD9\x12F[\xFAz\x0E\x97W\xCA\xB7\xA0Q\x96\xBA\xDDfK\x0E=\xDBY\xAFN\x89%\xCF\x9C|\xC1\xDE\xD3D\xAE\x04\xDB~"c\xA1\x19jS$>O\xB7\xF8~\xBD\xCF\x00\x99\xE7\xF4\xCC\x1CU\xEF\xC8d4\xF3\x97{\xCA\xEB\x8F\xA6\xDE&:\xF2\x83t2\xFC\xE6Y\xCC,\xA3\xB6p$\xA1\xC6\xE2\xFFoU\xF4\x1B\x90J^\xBE7\x19\x9B\xBA@\x81/\xF7\x96\xBE\x04\xEE\xA16\x1A\x94\x86\x9F\'C\x06\xA6k&N\xAC\x1D.\x07\xCE^\xBF\x00\x1F\xE3\xD0I\xAE\x1F\x87x\xFD\xEB\xD2\x80\xF7~1\x96\xC0\x0F\xDA\xB27\x02\xF3\x0F\x89gS\xFC\xE2\xCF\f\xB39\xDB{\x85\x0Eq\xE0\xAD\xEA\\\x80\x13R\xC3\xADk\xFF\xD5\xB1\x8F\xE7\xD19\x86\xFCf\xBCnL\x9Ew\xADCe\x8E\x12l\xF0\nA\x944c\x19@\n^\x1E\xA8h\x86Qr\xA3\x96{\xE4\xCC%\xAB`wG\xEBY\x1E\xA8^\xD2\xC3T)\t\xC92\xDF\xA0\x07]\xE53\x7FM\x1EZ\xC1\f\xE0V\x96?\xE6\x82\x15\xD9\x92-\x06\xA4\xC06\x9C_\xC5\xE3\xAAS\xBE\x83\xB2\xD0\xEEG4\xFA"\xE8\xCE,L\xA2=\xF1\x91\x15\xC4\xA4\x8Ao\xC8\xFC-E\x8F\xFF\x9FH\x83v\xFCB\xD3\x91\x17\xB9\x97\x0E\xF0p\x9B\xB4w\x14\xD4\xF5\xAF#\xFCH\xEE\xC7U\xDC~$\xD4\xB5N(\x03y\xF1\xDEMt\x8E\xE0\xC9\x9D\xBC\fe\xD9\xB2\x01\xC0r3P\xFF(\xD5L\x93\x16\xB5\xEDm\x19b\xD6\xF2\xA9\xBBg\'K\xF5\xCB`\xDC\x80=\xFAH+\xC3\xA22\x7F\xC9b6q\xB3\x1A\xF8>\x81\x01s\x17\x8B\xCC\x99\x0F.\xA2\x00%\x12Uz@\x8C)m\x1BX\x0E\x85\xDA\xB7\x9B\xF0\x103\xE4d\x9C=\xDC\xAF\xBFr\x11:\x1C\x99\xEA\x88m<\xA3.\xC4#\xAAe\xE6\x89DX\n\x8E\xBA\x9F\r\x88j\x99\xE8[\xAC\xDF\xF4fF"Zn\xC6:\xB8i\xAC\x03\xD6\\\xB5\xF5\x8C\xCFC\xE9 h[<}\xAB\x04\xC1w\xFA\x87"0\x94Q\xE1Z\xC8|\n\xAC\x1C\xFFsV\b\xD7\x91\x1B\x03q\xDB\x19\xECP\xD4\xE4&K\xCB\xBA\x11I\x958\xA4\xBB\xD8\xB0\x88\xE7b\x97\xF4\x84,\xE5\x98\xF7\xA94a\x9Ez\xAD\x06\x8E\xCD\xBC\x81W&\xD0O\x0B\\\xEA\xCC\x04\x8B\xB4\xFD4\xDA\xC0P\xE4\x82\xB5\xEC}\xC9^\xF2\xB9\x98\xAA/\x01y;\xAB^\x053y)\xD0n\t\xEC<\xF9\x1D\x0BH\xDC\x19\xCC&\xCEk[\x81\x1F\xC3\x90\xEF\xD9\xA1\x8B\xF7\xC3\x1A\x85_\x7F\x92R\xD1\xA83|S\xBE\xA4!\xC3 \x07P\x93\x14\xD77\xA5\xFA.\r\xA0\x1D\xA9n\xE2\x16\xC2\xF6a\x18\xE9\xD5\x85\x13\xF0w5\xF6h\'\xBE\x10\xE1\x86S\xF9B\xDF\xB5\xF6m\x16Dq X\xE4\xAFP/\xE0\xC5*\x9Fp\xBB\xFF\x8D\xEA\t^\x89\xE0\x82\xCA?\xEBc\x87vP\x97_\xB6x\xF9\xC7a\x05K\x849\xD1\x98\xBDy;W\xB9\x9D\x0B\xAE\xDB\x8C\xFFd\xB1u\t\xBF\x92\x11\xA4L\xCF\x9B\xFD\xB2\xC1\x0Bj9\xFE\x9A\xB5\x14\x02@\xF2\\#\x9BE\xB1\xF6q3W\xB1~\xA3%\xBC\xF1\x0B\xC4\xD4\x82H\xDA+?\x96\xD6(\xADq\fN\xF7\xAB\x03\xE3,\xC7\\:y\xCD\x97\xEF\x1C\xD37|$`4\xE8d-\x83>\xD3\x91\xA6w\xD7Xg\xAA\xE5\x80\xCA\x11\xE0u)\xD5\x96O\xF1\x111\xDD\x02V\xAF\x1Ep:\xEBV\x0F\x8B\xB2\xEDy\x00Y\xE0\x8B\x1D/\xCD\x90qM\x88\x1E\xA3\xE8O.CY\x8B\xAA\xEB\xC6\x04\x8A\xBB\x0E\xDE~Q\xEB&\x12C\xEF"\x8D\xD2zK.f\xAB\xC69\x15\xBB\x04\xD3n\x8D\xC4i\x98D\xDF\x8F\'\xFF\x9D\xBFj\x18T\xA2\xC0!\xF1\xB7i\xA0Dd\xD7\x16\xFAl\xB6\x05\x13\xC2\xA1\xDDo\xFEI\x9A\xD7tY\xA9\x1B\xC6\x9D\x03f\xBB\x86\xC8J\x0B8\x1A\xB6\x06\x91Q\xF9\x85b\xEA\xA9#\x9B\xF9:\x18\xCC.\xF8\xA8d\xCA~2\xE3\xFB\xCC8g\x933R\xC9\xE6\t%\xBE\x9A\xECC\xD4W\x82k\xF5\'\x16\xB8d/\x1E?\xF0\x94H\xF86\xADV\xE12\xFBk\x97\xC0\xF5\x9D\xD9\xEDo\x1F\xA0H{%C`\xADN\xEA\x84{Y\x10\xB7\x19A\xAB\x91#I\x86\xD9\x12\xA9\x01~\x81\xB2\xF2;{\xAC0\x92"\xE1:\xB3\x94\xCBR\xE1\x84\xF7\xB4\xCC&j\xD6s\x8D\x1D\xCF|\xA4\xB3\xE3Ps_5\xAF?\xD0\n\xDD\xC2\x8D\xBE\xE3\x0Ev\xB9\x07\xD7\x9BI\xE4\x87\xD5\b^s\xB7\x0B\xE9pG\xD2<\x17`T\x80\x10\xCBc\xBDx\xA7\xFE_~\x07<\xA5\r{\x9EU\x05\x86\x13\xB5\xF3F\x9A\x06\x18[(\x01\x86!\xC5\x13\x8AZ\xB31\xF4]\x00\x88\xD2+\xA3e8\xC3\xF2*uP\xED\xC5\x9B\xF6V)\xC3\x9C\xF8\x83+\xD8\xA6\xFF\xE1L\x1A\x06\xF0N\xC80\xD9\x8A\xEDi\xC3\x18E\xDD0\xC0[\xE5+\xC4a9\xEC\x8E@\xD3\xA9\xDFH|\xFC\xE7r\x98\x11=Sq\x1A\x93E\xFB!\xAEl\x94\x00\xA4\x1E4\xDDA\xAD\x8Eb\x1Cu\xBC\xEBl\xC73t\x8E\x9F\xD6?\x83\x11\x9D\x1FH\xB0)\xD4\\\x8C\xEC\xAAw=\xA1\fn\x82\xDA\xBAv\xC8\x12m\xF1\x93*\xA3\xBEO!\xCE\xAE\xA54\xF0\xC0\\\xDE\x8B\x0ES\xD09\xBAe\x81\x11z\xCD\x048\xE1\xABQ\n\x96F\x1D\xB7\xF5]*\xB1r\xE6Y\xBF\xF9u\x97\x026\xB8g\xFD\x1C\x91\xD2P\xFB\xAB$M\xF9\x9D.T\xB8\x0Be\xD58\x02\x80e\xED'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('2\x82c\xCE?y\xED\xBD\x1F\xD5V\x83\xC9\\\xFE\xABO\x18\x96?\xFA\xCA\x1D]\x9D\xD9O\xA8.\xFEZ\xD7\xA2Dd\xEB\xD0\x1EP\xC0?\x0E\xCD\xE7D\xFF]\xDA\x1Az\xF5\x97\x11?\xB0\xFA`\x94M\xEB\x9F\xCF~3\xF8\xAD\xE9\x1B\x06\x81S5\x98u\xF1)\x14\xE09\x8B\xD3i\xE6\xB0u\x8D4\xB7{\xFB\x14\xE8u\xBA\x87\xF0)\xBD\x15\x89\xACm\x97\xF0\x83v\x99\xADo\x88\xC5\xB1\x911\xB8M\xDFw\x8A0\xC0\xD8$\x01@\x13\xB1\xF2\xD3t\xC0+\xA1\xB5\xD9\xFE\xAB@\x06\xB4|\x9Ae\xF2-\x04\xC1W\x11H\xE1\b\x87;\xC0\x90\xD0\x1FIm\x04\x94:\\\n-\xDC\x02]\x1C1U&\x119P\xE9e\x06\xC8\xA6g\xCE\xE9\x0Eo\xAC\x80sS\x8Fb\x17J\x90Wp\xE5b\x15j\xC5\x91\xE6E\xC2 \xB2v\xA2\x85%\xD5\xA5\xF3k\xCE\'VhA\x9C\x0E\xAF\xCBz\xDB\xFA\xC7B|\xB7\xA7\xD4\xF6\xBB\xDF\xA1\xF2s \xD2\x86\\\'\xFC\x1CI\xA17\\\xCB\xE2,\xC2\x1F\x9E\xFF7\r\xC9D&\x89\xD0P/n\xA6\nT\xCF\x12I7\xFCo\x92+L\xAE\xEC\xA2\x07\xF7\xDC0b\xE6\x1AM\xB4\x9F\x8D!\xE59i\x07\x8F~\xCA\x01\x96\xA8B\x13\xF08\x92\xBAW\x83\xF3\x19\xB9\x0B\xF8\x9D\xD7e\xB7\xDC\xF2\xA9\x95\xF8<\xA0\x10\xF6\xD7\x864\xEB\x8E\xE1^\xCA\xE9\xB3\\\xC3\x15\x97a\x1B\xB6~\xC3\x8ET\xA3\x813\xEDkY\x0FL\x88\xC4P@\x1A_,J\xBF\xE3|\xB3\x9Dp\xE4\x05~\xDDD\x92e4Hy\xEC&\x86w^ \xBD~\xE9Z\xB8\x1Da\xFEsB\xBB\x98~\x06\x1D=\xDDz\x007\xE1\x80N:\xEF"\xFE\xBFr&\xD6\xFD\xCC\xA3\xF1(\x9E\xE8\xAF\x84\xD7l\f\x8DU"\xD6@\xC5.\xAE\xCF%u\xA8\xEA\x88\xB6O\xC6=\x18\xD4N\x05\xDB\xAE(\x95H\xC9\xAF\x9D(\xF8\x19\xAC\x8AQ\x9F\xF6\x83\xD0\xBDp&\xD4\xA8\x12v\xD1E\x0B\xAC\x95>\xB9b\x14y\xDBk\x0E;\xEC\xB6\xF82\xCC\x00N\x0Ef\x8E\x15S\x9B\x00\xC1X\x1B\x03\xA9m\x02\x9F\xB5\x8En6\x84h\tz\xDE\x17Y\xD4i3G\xD8d\xB91\rVF\x83\xF9\ti\x92\xB3]\xE0\x8CQ\x18\xE2t\x044\x94\xB6\xFE\xC8R\xA0$[\x99q\xAB\x81\xEC\xA4\xFB`\xB78\xE5\x12\xCCp>\x12\x92\xE3F-\xEE\x14\xC8\xFBC\xBF\xEE\x8B:\x05\xC1\x81\xED\f\xC5\'\xEAl\xA8!\xE7\xB0]\xC6A\xE8*\x9C;\xF2\xC5_*\x84\xAD\xD4H"Y1\x91z\x13\xC4>\xDE\x18\xBCu!\xDAC\xF0\x86lK\x90\xDA\x9E\xD8[\xF9|\xC3X\xA5c\x1B\xD4\x9B,R\xA7\xE6x\xB3V\xA3v\xFE\x8D\xCB@\x99v\x15/\xA0Q\x01\xBE\x19g\x06\x7F\xA0\xF8C\xEB\\\xC1\x89\xF2\xA8\xD5\x03\xE5\x88g\xF3-Z9\xCB\x97{\n\xD3)\xAE!\xF4/3\xBA#\x85\f\xDA\x98J\xE7\xACr\xF9!g\x94\x11?\x1F\xE0\x95;\x18[\xDE\x03\xC2\xF1\xD6\x8B{\xDB6\x85\xCE\xAD0\xD8\xBD\x1E\x9Bp\x0F\xDFv\x19hB\xB1L\xA6\xD1\x04\x8F\xE6K\xAC/\xC0V\xA0\xFCz\xBCU\x9Bh\xCF\xAC@q\x04$\x895Z\xB8\xCBG\xD80\xF6\xCDmO\xAD\xF4}\xB5N\x8F;f\x1D\xB0\xF7Zo\xECF\x92\x13lL\xCB/\xFA=\x9D\xBB(\xC9^\xFC\x1Ey\x9D\xB4\x11h\x01\x8B\x1B\xE2c<\xC9\x82\fI\xEC\x19S\xF4/\xB3\xC0|\x0B\xDB\x14\x85\x02\xB0_\x9E\x89\x03\xBC.\xD2\x85\x0F%q\xA6\bF\xCA\x96\x0F\xA5#\xB9U\xFC\x88\xE4\x06\x90\xAAcP\n\x81\xEE\x970\xBE;Po$\xC3\xDCAr\xB4\x91\x07J\xDFi\x07\x8Dy\xA0\xE3\x90\xD3^\xEE\x95D\xA1n\xE8\x7F\xC3K$c\x12\xE4G\xA16\xC8\xF9\xE3\xBA`\xEA)M\xD5\x03x\xDD4\xB2X|\xBA"\xCE\xEA\xD97\x7F\x16\xDF\x8A\x0B\xD8\xED\x80\xF9a\xA4\xF1\x125\xEB\x9D\x1D\xAF\xD7\xB87\xC6\x11j;\xFFL\xC8*\xF49\x1C\x90\r\xEE\xDA\xA8s\x90\\\x01i\xDAX\x99\x16\x844r\xBF\x8A?\x98\xC7e\xA2\x199\xF4H\x83s\xB0\x00V\xA5n\xF7d\xC7\xA7F1\x98R&\xC4~\xD2_.\xF3q)L\xFAX!\xA7\x82\x19\xAFf\xBDX\xCF-T\xB46B\xF9\xC4\x1F\xEB\xAF\x8A*?\x7F\xD4\xA9\xFD\xE2[\x1D\xF4\r\'\xEB\xD0\x95\xDC^\x13\'\x9A\xC2G\xD2\xB8@\x99)\x13}\xCF\xB8\t\xD8\x83\xA9O\xBB\x8BE\xA3\x0E\x87\xDD\x97\xBAw\xE9\xD9q\x04\x8B\xE1\xA9\x98\xFEl\x80\xD0\x9B,\xB7w\x11K\xC0\x04\xF0 R\x95\x13\xB3g\xA8K\x82>q\f\xC3\xA1\xFB?k\x0F\x8F-\xE7\x19T\xB2\x02X\xE5\x1Eq8f\xF6\x18\x01l\xC8\\\xEF\xB1eC\xCE\n4Q\x9B$?\ftF\xBF\xE4\x18z\x0BQ\xDE<\x96\xD2_\xA2\xB2k\xC6\x96f\xC6o\x15\xD1w\x8B\xFE\xE3t\x84\x05i.Jp\xE1\xAD\x02t\xD3\xBBH\x06\x92\xB4"K\x99\xD9\xF5i\t\xA9]\x17\xE8\xF7\x10_\xD4\n\xACm\xC4\x1F\xFEiV\x80}\xFF\xB1\x0Fd\x1E0\xBC\xD2^\xE9\x87\xCF\xF5\xA40\x82W\xAE\'\xBEY\x166\xF2\xB0>\xE9\xA8\xC6\x9BC\xD5\x90/\x80\xE4\'\xC9>\xF3c\xA8\x1B+\xB3\x96\xD2.\x88\xCA:\xA4\xC1P\x9C\xF3\x89\x0F\xD3\x91\xBC\xF4#\xC6_\x9A\xD1\xACv\x9EA]\xF1\x18\xDF\x06r&d\x97\xEC0v\xC3\xF1g\xDD\xCAS\x8BB\xEDN\x84\xF8\xBCT"\xC6\xA7\xED(H\xAA\xF4\x9A?\xE6\x8A8JkZ\xEA\xBD>\xA9}\xB7\x9E\xF6\x85X\xC3\x8E\xA26\\\x98\xC1\xFC\xEBa\x07\x8E.\xA6U\x8A\xC1\xA2\x8C\xCEJ\xBC\xA4\bL<\x82\xAC1\x98\b\xD5\xA6+\xDD<\x0E\x9C\xE43\xD6{\xBBa\x1Ek\xC5\x0F\xAD\x7F\xF0\xBE\xD5\xF9\xA0eM\xD7\x8A\\\x04\xCC\xB0\xE6zC \xF5\xD8{\x14F\x81\x1B\xC8\xDB\x11\xB7\xD0$s\xF5T\xE5\x0E:`\x8C\xD7\xFE}\x10Z\xF6\xBDx\x13`\x93|\xCEf\x8CqO\x10\x8E\xCD\xE4\x88.\\\xDB%\x97\x12/\x87#\n\x94-\x12\xE0Dj\x1E8\xD4\b\xAFM\x80\x03\xA5W\xB53jK\x7F\xEAd7\xF66\x1B\xAF|\xF8\xCA#\xB2+\x9F\xEAF\x1Ff7\xCA\xFD\xB7&\xAB\xF0\x1A\x00\xB2\x9B\xFB9R\x06\xA1E\xB9\xFDQ\xA7wG\xB4n\xC7\xF5s\xC0(\x90\x0F\xA1c\x95\xECk\xCB%\xE5r\xD6\xF5\x96\xAB\xFD\x85F\x9A\xB2\xBEl\xD8\x85\x9D\x15\xE1qS\xC1\xCF\x90\xAF\xE0\x86\x9FH\xE6\x07ZJ\xBF,\xDEDj\x17\xB5z\xEE\xD1q\x83a\xE6\xCD\x03\xDDT\xE8;\xAE\x9BU\xED\xB9\xFBR\xBF1\x17\xB7a8\x8F\r(\xBE< \xC6\b\xE2\x16\x93\x05D+Y=h\x95\xF4\x1Aa\x04n\'\xF1V\x1At\x89\xD49\xA2\x81_\xEF\xC4\xA5\xDD*\x92\x1A6\x0B\xC2>\x1B\x905\xA4\x1F\x84`\xFD\xD0yB\xDD\'\x82v\xE0\x99B\xF9\xC4\xA0R_\xDFp\xA21yY`\xF0\xA5\xC6\xEA\xBA\x00\xAAD\x874\xD9\xBA?\r\xAA\xC11\x9A\xF7p\x10\xCC}\x1D2\x81[\xF8\xC7e\xAB\xDA,\x9Dh\xEF\xBD~\xD4\nI\x164\x89\xABm\x12\xC8\xF7K\t\xAC\xD2\x1Cu\xE8\x06\x8C\xF3O\xD6\x8F\xC1\xCE&Py\r\x8D\xD3-\x0E\xE6x\xA3M\x95\x7F\xD1]\xDFD\xB3"\xE9N\x01\x96\xD5\fuH\x9C\x02T\x8E\xF7M\xB0\x10Y\xFB\x97j\xB4\xE1\xC2#\x06\x99[:\xA6"\x8BTi1\x85H\xB2\xCD\x19g\xAD+\xFE\x10\x8A\xDC\xB2\x1DcIu\xC8\xB4X\t\xCB\xFA\xE7$\x8D\xFF\rb\xC3\x92\xAA<\xBAU\xAD\xE7\x1F9\xB6\xE3|!\xCBs\x86C$\xC7/\xF1\xA2bO\xE7\xD2\xB3\xEEc\xD6y\xE9\xB8\xFF\xDB\x11}\x9B7\xBB\r\xEDKt@\x00\x976\xF8\xA1\xDF"\x99\xF0\x1B/\x82d:\xB6o\xA2.S\xDBv)\xF5n@\xBF\x8B\xD3m\x14A\xBA\xE9\x06\xD6\xA8\xE3Q\x8Bu?\x93\xF8\x7F3G\x91\x01\xBD,\x14\x97[\xA5\xC1@&\xFA]\x81m\x9F\xA2\xBBYo\xE6\xC4\x80[!\x88\xB2\xF9\x8FF\x07$3q\xEEB\x84Z\xB7\x9F\xFB\xBD\x90\xEB\xB1"\xE1D\x03\x94No\n\xF5\x918\xC4\xEF>#\x935\xB7\xD5]\x95\x18\xBE2\x81\xF1\x9Ad\xEAX\x9A\xB3\xE3\xC00\x9E G\xDE\x86\xF3\x94\xB9\t\xCDu8\x10_\xBC\xD7\x8C\xE2\xC0\t\xAFo7\x0EEb\x1D\x9Cn\x0B\x80w\xBD\x1D\xAC\xDEC_\xD2y\x0E\x8Ah\xD1Ie\xA4/\xC5v\xA1Ai\xDA#M\xBC\xD4\xA4+\x05=\x15Q\xEF\xCC\x0Fu\x03\x1D2\xE7dL\xDC\xA7\xE8k\x9FOy\x16\x9C,\xD3\x1A\xEA\xCA\x88\xDC\x04\xD0R0\xF2\xD68g\x11\xCB\x9C\xB7\x19\xA5J\xB5\xE0\x17\xBE\xE9\x8D\x0B\xF1S\xE5\r\xF7\xC8\xAB~4\xFC\x1F\xF3\xC9`\xA6\xDAp\x8CY\xC2\xA9j\xD2E\xA2\x91\'\xC5\x1C\x82+\xCA\xF29eT\xF7\x91Pi(\xAE{<\xBE\x83c\xB3\xA0\xF8\x89}5\x00*\xE8n1\x05\xA0[\xFCt\x1E:\x87\xB5(\x8F[\x07\xE3\x88GnU\x8A|\x94\x00%\xB0\xFA6\x9AT\xB2\xFF\x17\xF2X\x7F\x04\xF6B\xA9\r\xB4\x87\xC7{\xA9\x02\x9A5\xF4\x13\xA4\xE4\xFF\x18WG\xE5#P\xEFe\x86\xC7\x97\xF5S\x80\'\xCBD\xD9\xAAa\xD1Gm\x9B<\x19\xCE\x96\xB9\xB0\x1D\xEA2\xBCf@\xD7\xE9(\x10\xE1\x80p\xBE:\x98\xB3\xD5n[\xDD\x01I\xE7$<\xB8\xE2\xC3Z\x8DGj&\x98\xCD.\t\xC0\x96\xB0\xDAA["\xD4\x7F=\xB1f\x99\xBB\x04}\xFA\x1B\xC2\xEE\xB2Tg\r\xEF\xDEB\x0B\xD0M\x12\x9Fs\x89K|\xC8^.\xD1\x0B\xE5Q0\x8D \x95v\x1B\xA1\xD7\x0FmJ\x1Cs\xD6\xEF\xC7\xAB|\xDE\x8DsY\xD2\x17v\x05\xB8\x13\xA6\xC2\x0E\xDD\xF4\x15O0\x91\xE1\xA53x\xDC\xFB\xA3)Ar\x9C\\\xAA\x84\xF2\xC8\x1C\x07\xBB\x93\xF7\x1E\xA9I\x83g\xA3\x0F\xC1\xEC\xCF4\xBEc\x8DW\xCC\x81\t\xB2\x961^\x10>\xF4\xB7\xA6;\xFC1\xA3\x91\xE2Gj\xEC\x943n\x83\xE8]\xCB\x12U\x84\n$\x8E\xC7t\xD8,\xC4\xF8w:\xE3Ra\xAB>\xD58\x9Cu\xEE\xB9#\xFCy=M_\xA8\xF2C\xFD*\xEC\xA6\xF8A!\x00\xB9\x86Q\x05i\x14\xE4\x80j%O\xF76\x8A]\xFFL\x1F\xA8\xC2\'\x9Di>\xBC\xD2Nb5\xB1\x81\x03\x8C\xD7&\x18\xB6\x90.\xFBm\xEAX\x14\x04\xDA>]\xCC\xDF\x9B\xB6\b\x84\x14s\x99\xB5}3g\xDFTx\xCF\xE9\x9E)\xD4H^\xC8\xED\xBB\xCF{\xAE(\xD8\xB7\x9E\xCEy\xFAC\b\xF0\xAEq\xE9\x99\x16\xF3\x05Ze\xB3Dj\x9A\x05~\xDD\x9E\xC5"\xB2\x8B\xC0j\x93\xAD\x17\x89+\xF9p\xD3.\xDE\xC5\fO\xD3\x9D\xC2\x8B\xA7\x18n8\xC1\x92\x1F\x9C\xB2\fV\x1C\x99\t\xC5\x16t;\n\xDCa\xB4\x89\xD7\x1E\xFF.\xA9C\xBB\xE0\x1F\xE2Q\x0F\xEA\xC2V\xD0F\x11\x81Lz\xE4*Q\x0B2\xF1Uh\x1C\xE6I\xB0X\x1E\xE8\x91%]\x12\xED-G\xDCZ\xAD\xF1z\xFDAq4\x82\xDEbA\xE7\x87Y,\x8F\x19P2{I\x92Z\xC9f}\x90=\x98 \xA7\x86\xF66\xAE\'\xEF^\x00\xCEA\xF5\xA1\xD2{\xC4D\xA6\xBF\x8F9\x9Fl\x88@\xFB\xAE<\x04j\xB5\xF8\x8E\x01\x10d\xDA+\x8E\xD1\xA8\x02\xF4o\xA3Q\xF6\xAC\xC0\xF0\x9B\xE5\xCA\xA3\xBE\xDF\t\x86\xEE\x10\xA1\xC4n2\xCF[r\x1A\x8Cg\xBD\xA55\x96\xACa \x85\xE8\x03\x95\xD9\x0E\x7F\xCA\x03\xF2\xBBbx\xCD\xE3\x84N\xC8\x9A\x7F%\xCC\x80J\xBD\x14\xE4`K\xC1,\x90!\xCD\x05h@s\fc\xFC(m\x199\xD0\'U\xFB\xFB\xBD\b@\xDA\xA0\xFF\xE3u\x1E\n\xE0r\x11\xBAKm\xB1;e#\xEBR)\x13\xD61\x99\x19\xBCq\x1E\xD93B\xBAS\xA47\xECw\x9D <\xB0\xD7\f\xB9w5\xD9\xA6$\xB8\x82W\xEC\x9C\xB5w\xAAE\xDDo\xDD\x8C{\xB1+\xC6N;\x93\xD5U\xC2,\x8F\xFE\xDB)\x15W\xF7\xB8\x82\xAB`\x92L\xA9\x07W\xF1\xA4^\x0B\xAB\xEA\x17\xE0r\x07\xAFW\xFA\xCA\x93~\xEE[F\x98\x15\x81T\xF8\xD16\x13?\xD7N\xF7\x94\x05\xB7\x8AaM\x16\x96\xF0^\r\xB6\xF5E\x87g\xEB@\xC7\\\xA5\x8C\xCD\x9E5t\xFE\xE0\xC5r\xE7$\x8CE7\x93\xFDt\x88b\xF7\x94\x1C\xC6\x882e\x06\x18\x870\xE1\xFD`\xEB\xC3G\x97~\xAD\x8F\xC7a1\xE5g\x1C6\xA5%\xE7\x02i\x84\xD1|*\xAA\x16\xFB\xB2~\x9A7\xF3w\xE4\tN\xD4\x1B@\xA28\xFC\xD1}\xC6\xE0)\xCFH\xC3\xA0;\xD1k)E\xDA\xB6\xE6O\xABj\xC5\xA1\xB4*q\x1B\xDE\x05\xE8k\x1E\f\x84\xBFR\x9E\xCB8\xD2\xC3B\xAA3\x1F\x98\xE7`\xCD\x9EN\x1A\xD3\x06"F\xC2b+\x96\xBDk\x0E\x86\xB6b\x14\xAD\xF7k\xB5\x1CY/\x02\xB4P\xF0\xA6\fo\x9B?\xD0\xF5\x1Dz;\x91\x01\xA8^.B\xBA\xFD\xA5&\xD3{\x0F\xEB\xF6\x88xX\xBA\xDES\x03\xC06t\b/\xE2\x80d\xB8\xAA\x14\x87\xF5\xB1\xE9I)\xF0S\x9C.J\x82\r\x99\xEF\xDC\x0F}\x86\xE2\x15\x91Y%\xC2\x01*\x94S\xD6\x0F\xE5Q\xBC\x87\xCC\x9BV\xDBuI\xF2:\xAE`g\r\x9D\x1A\xFBq\xA3\x12\x89I\xDA\x90\xBCnB\xEF\x94r\xDD9|U\x06\x8E\xC9w\xDA\x02\xBF\xE6\\9yN\x8E\xA9\xCBA`\xBFw\xD4\xF4\x80t^\xBA\x07\x88E\xCAl\xF6\x12x$\xEF\x8C4\xB6\x98\x02\x89"\xB5I\xE3-\x8E\xCB=\xF0f\xAF#\xF5V\xA5\x11\xCC*R\x00\xC7\xA0!\xD8^\xAB\x18=\x91p\x1F\xA6\xD3\xFF\xBE*i\xEC!\x9D\x005\xAFJ\x16\xDF\xA35\xECf\xAE"\x9C5\xD9J\xAF\tc\xC9\x16h\xDFL\xC5'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B(';\xAE\xF9u\xD0g\x1F\xEA\xC1,v\xF4\xBAE\x9Aa\xF7\xBCW\x83\xDEc4\x00\x8Do\xDF\xAC-\xEB\xCBG\x90$k\f\xCAA\xFC\xA7\xD3m\x0E?\xDA{\xBAL\x13\xE1y\xB7\xF3\x9En$\xE3\x0E\x8FK\xCF0\x9B]\xC8\x94\'F\x88\xB6>\x92N\n\x81\xDC"\x06\xCE\x191\xA9\x0EB \xB2\x98\xE9>\xCA\x1CJv\x83\x16a\xF2\xD7\xA0\xB1T\x8Cx\x1C2\x88\xBF\x99\xED\x1F\x81\xFC\xCC-\x8C?\x05R\x87\xBED\xA5s\xB6\x19\xE3~\xFA\x10Z\xD8\xE8\x14\x01\xA1q\xD3\xAEc\xA4T{\x88\xE2p\x91\xEEi\xFB\xD1}\x13]\xBA\x9F\b\xFA\xB86\xA4\xBE\x03>0\xDF\xEF\xBBY\xE6\x03`P\xAB5f\x9FY\xAA\x1D`\xCE\x15\xDAb\xFB\xCBX\xEE\x06\xAA=\xBF\xEDo\xA3\xBEa/\xDEX\x18\xFD?\xC6/\xEE\xB3\xA4O\x06u\x9D5\x81\xE2\x1C\xD4\x9E\x87\xCC\x0F\x923\x05\x1A\xC7\xFD\xBBI\xEC\x97>\xA2\xFC[0\x9AJ\x0FT\xFF\xD5\x81\t\xDA7\xBBEd\xD3\nR\x82\x16\xEDH\x02W\xDCzD4\x8BQ\xFC\xA0\xDB\xC1n\x02\xCBd\xE5\x1E\xB2\xF7\xC0`L\xADq\b\xF0%T\xB6\xE6Z?\x94}` \xD6w\xC6\xE2#\xB8m\xC2\xE5\xF7\xB61h\xBE(\x9Dv\x12\xA9\x93z\xB1@\xFB\xA2\x7F\xAF\x97*\xC7\xF5\x14\xBDr\xAF\xCCx\x91\\\xB4$\x99\xF52\x87H\x10\xE8}\x96\xFA\xC3\x0B\x90\x18a\xEF\xCD)\xF6\x858\x9D*\x19@v.\x1C\xE95\xF4j\x07w\xAA2H\x7F\xAF.r\xE3\xD3)\xFA\x82\x7F\xB6#\xD0h)\xC6E\x8D\xAB5X\xC0;\x1D}I\xBC%\xDC\xC1%\xEC\x0F6\x9F\xF6\xB2\\\xD4\xF8o\xAF\x8B\xDBu\x17\xA9V}\xBCc\xA8\x84\xF6\x94oI\xA0)\xB4N\xEA\x8A\xDD\x97\xD1\x05\x8C \x96h\xA8\xC9Z\xE9C\x98\x0E\xDF\xA5\x1Ca\xF0\xE2\x16\x95d\xB2\xEB\xA0\xFC[qG\x9D\xB5tW\xCF\x1Au&\x9AJ\xC2\x04T;\x99e\xC5\xD6\xFE\xEBO\xD1\x0F\xC1[\xAD\x02\xD0\x859\xC3\xFCe%\x15\xBD\x0B\xF0\x92\xB0S\n\xB8\x80G\xDF\x16\xCD\x88=q\xC3M\'\x04\xCA\x16\xEC\xC2U@\xCAi\xE6\x8F\xC5\xA8#\xB7v>\xE1U\x97}\x0B2\x95\xD5R\xB5\x1D\xC8\xFD\xA1r\xAD\x02j\xA1t\xCA\xF59{\xB8Rh\xF8\x9A\xA9J+A\xDA4\xF5o!W\x9E\xFDa\xAE\xE5\x1A\xB5\x80\xA0\xE3Kd\b\xA9\xF4\x1B4\xB0D\x15\xF7X\xE9\x07\xBCm\xCE\x01\xAF\xE4\xBA\x18w\xEC+\x97\xDDOA\x1A6\xCB-\xEC\xDD\x15M\x86\xD7\f\xEA\x1D3\xD9Vn\xCD\x00\x83|\x9B\xD4\x07\x90u\xBD(S\x928\xF0\\?t\xB0\x92$\xDEw\x8C\xD6\x03`\x99\xD1k\x884&\x0F\xA2J8\x8Dc\xCC\xA4>[\xF5l\t\xB8\x94\xD9Z\x81\x1FD\x92\xC1Z\xA6/\x94\xB1u\xC7\x12\x8D"\xBE\xE5\x14D\xC4-\xB2;\xEC\r\xD1\xF9|\x10\xDB\xBF \xFA\xD2F\xBB]\x9FM\xEF~\xBC=\x1E\xA4\xC7\x90_\xEC\x1Dp\xF7F#\xFF\x84\xC2\xAC3\x8B\xEBw\x12\xF8\xBC~\xAC\xFD%q\xF1Ge\x01\x81C\xEB\xF7\xA2fY\'\xA9i\xFA\xE2eL\x85\xA1"\xC6\xA8k\x973\r\x82m9\xFF\x11\xC4\'\x84\f\xDC\x00xF\xFC\xDA\xB4\x85\xD4\xC1\x9C\xE1N\fs\x17\xD0I)\xC5Q\x9E<\b\xD5b\x9C\xE4\x11\xBB\xCD\xDF*\\\xB9y3\x05\xB2\x92\xEFP\x88\x1D\xA5\xD81tYE\x89\x00O\xE8[\xA7\xE2,\x93\xB3l\xE4\xA81P\x90\xB2\xE62P{*\x11Y0z\xB2\xD7\x99\xE7g\xA3\x00c\xB0\xE5l\x8EM/\xC8=\x89!Q\x9D\n\xAB\x1C\x96\xDBL\xD1v\x0B8\xCD\x7F\x12\xC2\x03\xB5\xE9\xD9.\x1C\xCE\xB7\x7F\xC6\x15\xF1\xCEU\x1B?[\xCBh\xF4+b\xA7\xC6\x97B\x05\xAC\x90\xEEa&7U\xB6!\xDE\x828&\xCC\x17\xEF\xB6y\x03\xADi\xF8\x7F:\xE6j\xC5<\x86\x1A\xBF\xE0\x9D\xB8U\x95C\xF4b\x98\x0B\xAEd\xF2\x8F;#\x9BKy\x89\xD9\xFA\x96\xB8\x17\x9E\xD4\fb\x18\xF2\xDFe\xCC\xFD\x19\xC4\x89\x03\xF6\x91E|\x0E\x98\xF6W\xA5\xDE\x85\x1CY\xDA1\x91\xBF\xD3\x89O\x0F\xEDc\xFAF._\xFF\xEC\'p\x8B\x1A:\xC1qG\xA0\bS\xF9e\xAF\x073\xA3o\t\xE7sD\xC1\x81\x01\x8Bp\xBB\x9F4lI\xA2?v\xCC\x14\xC1\xEF\xD4J\xB9w\n`C\xF6\xA3\xCBH\xEB\x17W/\xFC\xA6&\x99\xADo\x8D\x1E\xD6<\xAF\xE1\xCF\xA9T\xF8\x84\xE1%u\xD6\x86\xBD\xDDB\xED\xC2*N\x8A$\xFFY4I\xD2:#T\x81\xE5\xD5\xB7Z\xE0\xA9k9\x9E^\x1B\xC73\x93%\xC3n\x97\x0Ft\xB2\x03\xA1o\xBA\xCD|R\xE5\x10\xC9\xA6y\x82j\rK#}\xD43\x14\xC7\xAB\xEB6\x0Ft\x95 `\xD2\xB1:\xDA\xA7|\xE4\xA2\xE9\xB1\x07\xF4\x13~+\n\xF1\x1E\x85N&\xB2\x00i\x87\xE6\xFE\xB1\xD56Q\xE1)\x84e"\xDE\x90B\x06\xD7\xB78\xF6I\x06\xBE2\x9B\xC4\xE7\x91\x05\xB3X\x97aD\x1C\xCAX\xFC\xAB\x82\x14x\xF0\xC9\x91\x11\xB6\x1D_v\x94F\xC0\xAC\x8Fh\x9A2\xD3\x06\xE8\x8D\xDC,\xAASAf\x14\x8A\x01\xBA\xF29\xC6F\xF4\x13^0\x81"g\x96\xDDU\x16\xF1[\xFDf\xA2?\xEEm*\xFA\xB9\x90\xA1-\xE6nG\x01\x9BTd\x1F\xF4M\xC5\x87-\xDB\xCB["\xFFE\xC3yV\xB8oB\x13\x7F\xF4\xCF\x9Bu\xED\xA7!}\\\xA9\xD7\x99y\xAF\xEA\xC4\xA1W\xEDs(\xB2\xD2\x8EC\xB7)\x0FQ\xBF\x8A\xD0\n{Mg\xD6\xB4:\xC6\xDE0\n\xBCAn\x9FS\xFB\rg\xEE\x9F9\xD1\xE6\xAF\x10\xF9\x97\xC8\\\xA1\xBF;\b\x1F\xDF\xBEW>\xCD\x91\x19M\x02+\x8A=q\xFE\x15\xBD\x83=\x9Fc\x1F\xDFr\x85\xD8y \xE4:\xA5\xDD\xF0\x16\x04\x8A\x1D\xF5_\x8E\xAD\xE9\x86\xCD.\xD8>\xB9\xA8\x18x\x86Ob\x1B\x8A=*\xEE\x1E\xD7O\x90\xB5]\x82,\xFA\x9D\xDC\rm\xE5\xBEd\xD1\x1D\xE0J\xAA\xD4\x0B\xFA\xC5z\x02\xAA8\xCB\xF7\xAC\x9AL\x13\\\x80\xC1?\x9AV\x7F\xA3\xBFM&z\x00\xDF\x0E\x9D{\x8EL2\xDE\x07\xB9\xF3\xA1k\xDE\xABt\x80\xFC\x0E\xE5n4\xCA\x0FGb\xB61\x87\xF8V\xA0\t\xB6\x95b4~P\xE30H\xED\x98V\x170`\x02\xC7p\xB4\xFD1s\xCF(\xEA\x0Ej\xD0\x18\x9C;S\xB0\x1B\xE7%\xC3\xF9\x98h(\xC84I\x04\xCFT2\xAFb&\x9A\xF2\xACz\x8E\xE8\x05vB\xAE 7rF\xF6\xC7\x8C\x1F\x9A^\xAD\x89\x0E\xC0l\xE8\x8E\xBAD\xF1)\x95\x1Ed\xAA\xE1\xBAC\x933\xDB\xF3`\xC4\x8Dhk\x00Z\xD3r\xB3\x13T\xD7\x93~\xBE\x16\x9BC\xC4z\xD1E\x02Q\xD9\x1B\xC5\xA4$\xD3\x94\xC8\xED\x81\xD6\x10*\xEA\x02\xB9\xCE\x18p\xD8%B\xA3\tw\xDE\x83T\xD5\xE8I\x06\x87\xF8Q\xB0\x01\x84A\xB7\x11(\xF7\xC9\xAE\x81;\xE5E\x8C\xA8\x00"\xEA\x83^\xE3\b\xF2\x8C\xA6\x18\xBDl\x968gN\xF3[\xE1f\x02N\xB0w[\xA4jD\xF4,\x94S\xB3\xFCc\xD1"5\xAA\r|\xA0\xC9\x12[n\x19\xC9yX\xA8l\xE8\xD5\xA46O\x15\xA1\x07^\xEFu>e\xB4\xF9+j\xB8!:\xDEY\x87\xEC(\xB1\xFC\x84\xBD\x103~\xA4\x171\x9B\xBD\xDC6\x85v\xE0\x03;\xC8\x80\xE3K\x99\xC1\\\xFB>\xB6,\x928\xD6\x9C)\xE4\b\x1F\x966vN\x95\xEDf\xBE\x1E\xCE*\xC0\xE0\x9C\x1AG\xA5\xD7\x93Ro\xFB.\n\xCFA\x12\xE2u\x9BH\xB3\x8D&\xC2\xE5\xFBQ\x1B\b\xC5\xABW\xA0\xEF\x7F2\x13\xB1q\xEF\x18\xCD\x89e\xEEu\xC0\xA8\xF0>\x8B\xBDK\xF9\xC7\x87\x1A\f\xD6,}\x91\xAD7\x81\x11\xD2X\xC79x\x11\xCC\xAE\x9Be\xB5\x7F\xA2\\\xC7.\x1D\xCF\x07\xF5\xD9\\m\x89<\x93\xD3a#\x10\xBDe\x1D\x83Z\x04;\x8Fj\xE3P\x1D\x01\xDB$I\xFF`r\xD2-\xDD\\\x04\xBAr\xB6\xFD\xE2K\xF5n\x02Nz\x8F\x07\xEB\x88\xFEH\xE7\x1A\xC5K\xDD\x8B\x05O\xAB\xECiV7\x98C\xCD\r\xED}\xB0I\xF7\x8BA\xD0\xDD\xA9\xF6\xC4\xD8\'\xA5\xBC3\x9B\xAET\x80j\x10\x96\xB1\x17\x9F~\xACC\xEA\xA6T\x87=\x9E\xD4\\\xB9\xA3\xF30\xB0]%\xBE3u\x80\xF6$6\xF1m\x93\xD8<\x88\xA5\xE6x\xB5 \xA6U)\xE2\x9Ck\xE7+\x95Ll.\x9C{T\xFD\x10F\xD3\x7F\f\xE9\xB8\xCB\xE05Q\xEE\x0E\x8E\'f9\x1F\xC6b\x04\'\x18\xE7C \xC2q\xDE\x9Dg\xA8\xD9\fa\x98\xAD\x16\xBF(\xFB|\r\xBF\x19\xF9\x84\x03i\xBB\xC9\x00:\x17\xB4x\xFC\t\xB7\x19\xE8A\xB3\x85p\xF1\x91\xC78\xA2A\x1DZ\xF8\x83\xC3i9\xCE\x99\xD2\xF1\x12u\xB3\x94\xC9\x8Af\xD9\x98@\x16\xF6D\x1F\x92W:\xD3w\xE4Bd\xB4"[\xCBG*_\xDD5\x8F\x11s\x81\xD7\xC4R\xA1:\xCB`\x8D\f\xCE!\xDBY-\x18c\xF5p\x8F)x\xD9D\xB6\xFE\xE2\x14m\x8E\xA20\xEAVo,\xAD\r\xFF\x84V\xB5\xCF\x04\xEC\xC2\xB7\xFER\xA3\b\x82\xD1\x9D\xE2\x90s\xAC\xD1N\xF0\x9FGZ\xA80_ \xF0\x86u\xDFP\xF44a\xBF\x9E\x00\xB3\x81\xD5\x06\xC0\xAD\x9F\x03^ \xA4pG\x03R\xDD\xC0G\t\xD7\xF6O\x7F5\xCA\xE4l\x8B|I&r\x89\x1E\xC83Y\xF5M:\x03\xEE\x9A\x14\xBEv\x1E\xCE\xE9\xF8\n\x92\xE1\xAE\x11\'\xBF\xA6\x96s\xAB\xECLy\xE1CW1\xE4M\x14\xCA\x94.\xF0\x87\xC0\xB2={\xFC\x84\xA7;\xBD\x9D\xEA^\xA6*\x108\xAD\xDE\x9E\x0F\xEFE\x96\xDBy\xAB\x16j\xB8/e=\x88\xFD-\xB4h@\xBB\x7FJh\xD5V\xFE-D\x04\x1B\x8A\x0F&\xC5\xA6\x1B\x99u\xF3g<\xDD|\xAFU\x03\x18\x99\xCD!^\x15v#\x89\xD1\x1C\xBAJ\xEF\x98[/\xCAh\xB2-n\x11\xE9\xC2&\x82\xD8\f\xC5\xE4Y\xA9\n\x95\xDC\x8A%\xCA\x02\x9C?\x8F\xE9d\xB7\xD9\xC8>l\x95\xF7h\f\xB5\xCF$\x86\xBBI\x0B\x1A\xD72\xE3c,\xF1\xB8\x97\xE2\x00Hi\t\x8Fx\xC6\x01\x1A\xF7\x80U\xD5\xA4\xFB\xB9\x8FJ\xFE\xA4rS\x91$}\xD58pO\x15\xA57\xF3\x1B\xB4x\xCE\x15\x80~Y\xE6\xB1\xD37H\xEA\x8D_7\xA9\xFD\xEB\x8E\xC9d\x96P\x89\xABk\xD46R\xC4\xAF/\xF4\xDF\xA2d\xD8\xBCo:\xE5\x07Ld\x1C>]0\xCC\xF1?\xB0\xF7\x9EI\xEC\xC5\xFBa\xE7q\x85\xC21\t\xA0K#\xF6\x9C+\xFFa\x86\xBCx\x01P\xDF\x10oU\xA3t@\xF6\x0E\xC3\xFEH\t\x8C\xEDp\x13\x9BBX\';\x83M\xA7\x12\x93%\xC1\x88\xD1\x9F\xDE|\x97\x1E\xE0c\b\x17\xB9\x84 \xB0\x9A\xD2ES\xDE]\xEDl\xAE\xE08\xBEP\xA5\x0B"\xDB,\x9E\xC3\x1F\x95\xD2+\xC0#\xE4\xB5t\xD9;\x9F}\'\xA7]\xDA\x82t\xCC\xB3\x05\x1Ew\xEC\xB7]~\xF56q\xEF\x06\xB3\x10P\xBE\x89-\xCBkU3z\r+\xB9\x05\xAA#\x8C<\xC6\x04f\x8D\x13t\xC9\xF1\\\xAD@\xF5~\xB4b;\x06\x82N\x12\x96\x1FZ\xE5\xBF\x19\xCF=\x04\xBD\xE8\x16\xF7\x94\xE0\xCE-D\xC9\x9C\xE1\xAC\x12*\xC4\x86i5\xA7uC\xDB\xF4\xA6\x01\xE1\x8CZ\xF4\x93w\x13\xD2\xF9V\x95\x1C\xD6\xEB=\x98m\x8F\x14\xD3\t\x80G\xEF\x9C\xF9\xD8\xAAe\xF2\xB5/\x85\xF9g\x93\xF3M!5\xA6lG_\x9E\n\x8A\xFD\x1D@W\x92cM@\xF7\xD0\xE9\x01\x9C^\x92<\xD0\xBFA\x19\xCA9b\x9FH\xBAq.\xAAzL\xB5\xE01J\xBBVf2\xE0\xC9\x17Y{.\x93Ff\xCC\x0E\xADP*\xB5\x9F{\x8EV\xC5)\xB0\xF3Sg\xD9r\x07\xCF\xBB\xE7\xA0\xD9\x1C\x91X\'\xC3\x1B\ns%d\x9Dt\xE7\xB1\xDB\xFF(\x86\xDC\f\xF3\xC4\x84$\x06\xA6\xF8\x1E\xE7\x83\xA8$n\x8F\xB1@\xCD\xF0\x03\xA2z9\xD6s\x07\xE1c\xCD\xFB\xDC\n\x86|\x18\xBD5\xA6\xB4\x80/z\xFB$q\xB4\x0B}\xAEK\xE5\xB5\x88\xED\xABJ\x07\x82/O\xC3{\xEBB\xA0_9\xFDWg\xD0|\x9B\xC6s\x01\xB9O\b\xE7\x1E\xBB\x0F\xDA\x8C\x18\xEA\x91B\xC4\x871\x11F\xB8:\xEB\xD2@\x90\xE6%P\xF2E\x17\xAA\x89S\xC72\xF2\x80\xD4m/R\x15\xDA\xF9\xBA n\r\x91\xAD\x19h\xB7"\xD2\x97\x14\xC0\x8A<\f(D\xF1\xD47\xA0^\x87kJU)\xBC^\xFD\xA5\x1CX\xEE\xAAk\x95\x1E\\\xA4\x02t\xC8\fk\x9A\xDD\xC2_\x05=\xE1\x9Bd\x12?\xA2\xFB\xC7{\x935_\xD1\xA3\xF2Z7\xCF\x02\x8EK\xE7o\xAC.\xF0S\xDB\xB1`\x94\x16w\xC3\xFB+\xDC\xA7'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x07\xA2p\xC9\x17>s\xD5#Z\xDF\xF7\x80\x1C\xC4C\x9D\x18J\xC1\nk\x9A\xE7A\xAF\x06j\xD2\xF7S\xE1\x1B\\\xA0\xF0\xBEU+\xAE\xDC]\x1A\xC6T\xE2v3\x05V\xDC\xACj!\xBC\xE7F\xFE\xA8d\x15\x9Bw<\xD9H.\xE6\x95\xB0\xEF\x8B\xA5\f\xB9{0a\xFFt\xD8\xF3\x8FZ\xAC0\x1B\xFCy\x8B*\xBF\x98/\xA9\x8D\xC2\x018s\x17\x90\xFBx\x80\xF4;\x95\n\xAE\x89\xCC\xBA\x91\x17?\xFA\x89Y\x9B.\x87\xC5\xE51\xCE\xF1\xBC\x8E\xB4\xF9gO\t]4\xC8A\x97L\xD1\xAD\xE6\x83\xB6h7\xE4\xD1\x86P\xC4\xD4U\xE0\x16Hb\fzC\xB4\x86\xD4K\xE4\xC9E\x0F\xBD\xA5})\xFAC\x1Be\xF3{\x9D\xCF\fw\xD9\x18qU?\x8F\x05\\\x1B[\x1F\xC2\x85\xDC&\xBBx\xFFf\x17\xED\xA1\t;S\x13\'\xA0\x05}\xF0:\xB5!\x9F\xF4s\x85\xEA\xCD!\xDAj)\b\xA8h \x9C1l\xE8\xCFMb\xD8\xA3,\xE4N\xC12\xEDJ\xB3\xCC\b\xF4\xB8~\xABF\x81\xF0;z\x03\xA9D\x9A\xD3\xE6\x81+\xC2Z l\x96\xCB\xFAG\xBE`\x12\x96o\f\\2\xAE\x01\xB8;\x9D\xF9Q\xEC\x965\xB8^\x00\xD7W$\x82\xB7\xEE\x96s\r\xB1\x85#_\xA7\x90;h\xA4\x96"\xD3+\xE0q\x10\x9D\xD0U\x14l\xF5\x1ES\xB3r\xFA\x8D\xD6\xBB/\xDFw\xAE\x8A*\xDB\xA9F\xE6\x8F\xCAA\xDChV\x90\x15\xAD\xC7p\x12\xD2\x87\xEE\xB1\x93A\x03\x136\xC2W\x00:\xD6k\xFC\xE0\x1E\x00*\xDEP\x12j\xFD\x9E\xC1\xB0\xE2*\x93\xEA\xC7\x8D2\xA4\x0F\xDD7F|\xF2\xA5N\r\xEC\x1BT\xCA\xF9g\x04\xBB~\x1B\xA2\'\b\xC03a\xE1G\xF7~=R\r\xC6u\xDD\xAAn!\x8B\xCBG\x9A\x12\xB6~\xC7X\x83\xECA\xC4\x89\xE8V9dEq\xB78b\x01~B\xCC`\x9C\xAE\x18\x06\x86d\xC5\x92k@\x9E4\x80\xD4*N\xED\x88n\xD0\xF3v\x81!\xA3\x8F\xC1%\xA7f\x1D\xF6Z\x9CE\xE2\xF6\xA7x\xECQ\x8C@\x9F\x10\xBBv\xAAb4\xB4\x1A\x06\x06\x88\xF8\x1CN\xAA\xDB\xBF\x95\xEF\x04%\xC7\xE7Y@"6\xD6\x00\xB2\xE7z\x17\xABb\x9A\x0F\xFCH\xA8\xDDB\xB7\nW/\xD9\x05\xE3\x9A4\x8C\xBD,\xD0\x0Bj)\x18\xBF.\x07\xD0\xF1l2\xD5\xF9\x0B\x9Bz\xD0\x90\xC3\xDC\xA2\xCD\x0B\x84)\x15Wp\x87Nj\x92\xD2\xB8\xF8\x9Cu\xBE%\x0BY\xC3\xF2:\xDB\xC6\xB45\\\x94+\xFC\xCB\xEDm\xB2Nw\xCDI\xEA\x16\x7F\x86O\xB8\x93\xDBX\xAB\xE4e$\xB0G\x93 \xC9M\xEF?iT4{Z\xE6l\xF4>\xB4\xE30\xBB\xF94x\xA9\xE1\x11[D\x82\xDD\x94I#w\x90Ss\x1E\xE8\x12{\x9Ce\x1A<\x97\x13\x84\xFE\xB4m\xD9\x01\xAF\xEF7c\x02\x81u8\x97O\x89\x02\xE4^.\x85\xDD&\xAA\xAB\x11#\x96\xBDH\x9D\xCF \xA6\x11\xD7\x9F\x1E\x0BKg\x8D\xED\xAC0q\xFC\xA4\xB6\x05\x14\xE4\x9F\xCD\x82\xBEQ\xD6\xAE\x8A\xE5\xBFb\xF0B&V\xA3=_\x1E\xC6\xA1A\xF2\xC9\x15\xFA\xDB\xC2\x19|\xA5\xB8q\x14\xBF\xFC\xEA\x8DA\xF2\xAE0w\xFDb\x90{H^\xE9\x81\xC3.\x1F\xD0Q\xC5\x18e\xD2\xEB\x87>^-\xFFh\xF18$K\x01s"1\xD6\x9E\xC3\x8E\x0B\xCB\x96\xE5\x0Fz\xD4"J\xB9\xA4qY=\xCF\xF3S\x04\x9D`Jr\xD1\x02i\xDA\x0F\x88\xC2M\b\xF2\xC7>\xB3s\xDB\xFE\xA2\x7F\x07\xF4\x9B8U(n\xBD\xD6\xADC\x0B\xA5\x91\xE1\x0F\xC5\xA0X\xAD\x07z\x1Ah\xF2/rQ\x8A-\xB0m\x90c\t0\xEB\x9C\x0E\x8EA\xD95\x8B\xE3*\xB7\\\xC5\x1CS\xE9%\xD67\xAC\x83\x19\x03\x999b\xBA\x93>\xDA\xB3\x8C\f\xC8F\xF6\x95!}\xC4Yr\xB6cD\xD3\xF7\x89Q\xE28\xB9\xDDG\xA7\xFA\xC0\xDD\x06\x9C\xE3\x1C\xCE\x86\xB1(\xBCn\x1F\xAF\xCBx\r\x9FK\x828\xA4\x93q\xB7\x9Bi\xE4,m\xD0P\xF1\x13I\xE7l+[u\xE4\xAB\x9E\x06b\xE9\x89\xDC\x19\xF7+\x85\xEC\x7F\x12?\xCC\x94\xFD\\\x80\x16\xB5$e@Z6\xFETBy\xF7`J\xE2\xFDe\xF0$\xB5\xF9\x13\xE3~\b\xF75]\x15C\xBF\xF9X\xA6&\x8B\xC8\xAF"\x85\x11\xC1\xFC\x1BOy5\x16\xB3N9\x9B\xCF\x06\xAA2\x98\xBC!\xB2q\'\xA1\xD0\x04x\x95\xEC\x13\x85\xBA\xF0\xA9\xC1\xDC\x15\x96\xD23\x80\xA2X\x95Gt\xD4&\xB1E\xCC\xDE\xA6\x01\x8C}\x96\x10\xB8\xDFy4W\xF8\xCE\xA6J\x93\xD3,\x84\xDD\xCCo\xFE\'\xBBU>o\x1B\xDAhY\xF0\nK\xE7k;S\xD9\xC7\xA3|\xD2i&\x8D7Q\x05\xA7}\x19\xC1\t.\xCD\xBDb\x98\xEDg\x81+R\xEF\xCA#\xD7?\xEEf\x07\x9E\xD9s\x06c3\xEA\xB5i\xF2\xBEX\x92\xA6\xEDw\x8E\xE3\xC6O\x8D\xFE7\xA4\x83\xC5/\xAE\xF3\x8C+K\xF8\x1EF\x96\x0Fq\xE7\xB7f\xC7\xED>O\xDBn\xFB2\x8C\x02O\xC1\x1Fv\xB9\fIa\xA2.\x85H\x1C\xC0\x8E?\xE3\x98\x1E|@\x02\x9B%=\tG\xD4\x12a\xA0\xF4\x0E\xB0\xE6\xCFy\x1D\xDCa\x99\x1B\xBC\x0Bo\xB24\xE1\x04^\xCD\xA1\x1E\x89-\x0F\x92\xB2\xE9\x88\xA6U\x18\xAA;\x0E\x9F\xD9\x82m\xAF\xE3\x00u\xCD\xB0\xFC^-\xABR\xB9\xCA\x89\x10\xAA`\x14\xE2\xB1k\x86/\x00\xB5$^E*\x9BP\xB6B\x0F~\xCD[\xE5\x9Ac\x8A\xC3\xA7-\xF2A\xFDtL\xD7cw 9_\xEB\xC9\xDEz\xF6\\\xE94\x18\x97:\xBE\x11T\x94\xE6~\x16\xF0\fn\xF7V\xDF\xCFK\x8B\x7F\xC9\xF5\x1D\xC2C|\xD5\x82r\xC2\x14c\x03\xEA\x89\xFB2\xA7?\x02\xD4\x17rP\xB4\x80X\xDE\xBF\xAB\xF6\x9E\xCC\x02\xBC\x14\x9Cn-\xB5\x92\xCDB\xFD\xC5W\xF5\x8D l\xD68\xA3\xC7\x80\xD4\':\xA2t0\xBD\xFC)\x9E\\N\xAB\xE0\x968\x04\xA8\xED\x8F\xD6.\x97\xC1J\xDAs\x84$U\xED<\xFB\xD8\x7F\x169\x97$\x0BD,V\x90\xD6\bG\x86\x1DhM\xA9$|\xD7g\xACC\xEB\xB8%\x03AjJ\x94\xB2\x04\x1C\xEE\x97d\xD79\xE8\x90\ri\xF0\xCA\x19X>\xFAv\xADh\x1DX\xB4\x11\xF1\xC8\xB9\xA1\x91\x0E\'\x9D\xC9\x05l\\\xE4\x83\xAF\xEErH\xBC`\xD1\x01\xE1\x10\xBD\x8A\x9E\t*\xCB\x02\x9FO\x8A]\xDE\xBC\x18\xE8]\xC4\x83PB\xB3\x07\x18p\xBB3T\'\xA1n\xDE\xB7$M\xC9;\xEE\xA2)\x93Fk1z\xE1J\xBEh\xEB\xB1\x8C\xD13|\x11\xC5\xA0\xFA\'\xF4\xA8>\x99+p\xF1S\xE5I\x84r1\xF3\x0Ev\x98\xFB\xA8|-\xDAg\x0F\xE4y\x80\xC6\xA4\xFE\xD3\x87\xF9\xBEI\x8B\r\x9D\xE2\x85\x0B\xD3z\x03\xE2[\xFA\xAD\x1D\xCD_\x814S F\xF4\xB9N\xDDd\x1F5\xDD\x8ER~\xEA\xC6^\x1A\xAF9\xBB\x14\xDBX\xC0\xD1\xAE"5T\x8C\xF4>\x9D\xCD\xA7%\xF3?L {\xB3\x15_.\xD2\x7F6[\x18o\xBA\x8C=\xC3\x9D\xD7\x88\x02?\xF2\b\xA8\xD3\xFFt\xA1\x19\x92\x01=\x80\xB5k\x131\xB7\n\x845\xD1\xFFx\x98_\xA9\x1D\x91;g\xE4\xC3\b\xCF\x13\xB7p\xFE7]\xD3k\x99\xDFY\xECB\x96\xE7\xAD\xFD\xC3\xF3\xA8/\xFAL\x1Bg,\x11Rf\x99\xB3\x1Ax\x96\xE3\xC0/a\xCB\xA9\xE9t\xD5\xA0\xC3\xFC\xD6eD\xA3\xDF\x8E%\xCC\xF8\xE8{\x00L\x15\x81Er\xA1&I\x90\x1D\xBD\x83\x12\xB0,\x8C\f\xA7\xC6r\x06e\x1EO\x8F\xDA`\x98\xE7\xCE\xA9v\xBC\xEA%\xC6m\xD9=)^\x86\b\xDBo%H\x0BX8Y"\x94\xAC\x16\xF5YjH\x0E?\x89,\xB6\x9D\xEE\xD5[\xB2\xEBe\xDEX\xEEv\xE2R\x04\xF0\xCDn8#\xD9\x84@\x9B\xB7mB\x07\xB2V\x0E\x81\xF5C\x917\xE2L\x8B\xBA\xF5\x13D\xAFR\xF8\x9C\xC2\x82\xF6\xE7\x87x\xEFNq\xC2\b\xB2\x9C\xBDn\xD5S\xC7k)\xFC\x970\x01\x87\xC7\x07\xAEB\xA01\xC2^F\x9C\xFDS\xBB\xF2,\x11\xD0\xED"\xC8{(9\xDD_\x06\xAFz\xA2\xFD\x0EW\x9B\xCAj\xED\x8E9\x12}\xB1.\xB4\x0F\xCB<\xDA(\x8A: \xE3\xF22\xA5\x18\xE0\x0B\xABw?\xC0\x16\x7F6\x99)\xCE\xFB\x92| \xB6\xE4\x18\x91{\xA5Y\xE1w9\x86\xA3\xF7\x91\xB9l\x9B\xCA\x16\xD4!d.\xE8\x7F\xA74\x1E\xBB\xD3Z\xE4A\xD1Lc\xA4\x01\xB9\x9A\xEA\xD2Vt\x83`\x04\x91D]\x88\xCE\x1F\xE2M\xA9\xD7Un\x18f\xDA\xAA\x0E\x86d\xD41\tE\xC9\x8E\xAB\x00\x16bJ\xD1\xEB\x1FN/Z\xF3\x86\xC0\xAD\xD1J\x05\xDEu\x99(\x02\xA4e\x1D\xF5\x92\x1Bl1]}\xFF\xA9\x15\xC6&\xB1\x7F\xEC4\xBBQ\xF2\x8Ec\xB9\xF7\x10\x86\xB4M6\xE9C\xF8p\xC5\xAF\xE9c\xFA&iQ\xC1\xE3/p\x11\xA7\xFD\x8C\xB6Gt\n<\x93\x1A\x81\xC2\xF7cK\x87\xC6\xF0\x93&\xD4C\xE0\x84\x10\xC8D\x92N\xDC<\xF9\xD0\x9A"\x00\xA5k\b\x9F"F\xE6\xC4\xF1\x05\x8D\xCAZ\'\xA3\x1A\n\xEEV~,\xBCT=l\x82\xA4\n\xF5\xCBE\xEE\xB2\tK\x1A\xAAi\x89\x14\x986\xCAyS\x06\xCE\x9A^\xFC\xDF\xFF5`\x19q>\xD7\x88a\xCE\xB0-\xE6\xA88\xF6+\xEA\xC0\xFA\xAF\x19Q\xBD\x14Y\xFB\xE0l\x807\xB3\xCB\x8D\xF5\xA9\x95!\xE6\xC3a6\x8Ft\x17T\x82\xD1\xBC\xF1C}\xBFMf\xFE\xE5\xBC=h$\xC1\x8CW\xA6\xE2\x98\xD1\x8E\x03Z\x16\x9AI\x05f\xD7Sz\xCD\x9CP\x1F~5\xEDo\xD0\x89C\x96\xC1Q\xA6\xFEg\xE7\x1Ab\xD8/\xFEV\x16\xB1\xD6&\xAA\xC01\xF9v:\x91\xDB-\xE7\x07\xAB\x8A\x17\x9E\xF6\x85}\xE70\x13"t\xF79\xBB\xEB\xA6\xC4\xF9\x1F\xBD>\x97\xC4\x02\x17n\xDF\xA7\f\x8FH\x9Be\xE8\tv\xF1-\xD2H#\xA0@\x06L\xB5\xCCuB\x99o\xE8\x02`\x9B\xE5\xA6\x1F]\x10\xA1X\xD2#@tW\xD8\xB2L\x00\xD0\xA3\xC8I\xB1W~\rO2q\xE0\x82u\xF2\'\x8D\xB6?\x87f\xC9\xD9\xB5\xFF&\xA53\xB2\x1F\x83\x12\xDE\x94p\xC5\x86y\x12\xA2\x8B\xE1\xFCN\x86=\x11\xD8Fi\x00\xCC\xB4\xF7\x84o\xBA\xF1+\xC8\x0E7\x1B\x95@gc\x80\xD8\x1A\x9F\'\xDB\x91C\xAC[\x10\xA57b\xEC\bL\xF6(\\<\x13\xC3V\xDAh\xCB\\|\xBAU\xF9\xB06\xE3\xF1g9\xC0,\x1C\xBA\xCD}\x91(\xC2\x8APx8\x17I\x95\xDF\xA6\x8Ec\xE2\xAAr\xBC\xF2\x10\xF10\xFE\x80\xCAm\xB6\xF1+\xCB\xFFM\xDA\x1C\xAB\xCF1\xBC\x95u\xE5\x85{\xF7\x8FE\x9C\x03\xA91\xEC\f(\xCFZ\x92%\b\xD4[\xA6k\xF5R\xB2\xEF\t0\xE0\x9A\xEA\xC3\xFF\\\nDm\xFB\xC1R\t\x88#\x83?\xBFhH\xE8_\x01\x14{\x95\xE6\xBAi\x99}U\xE2\xA1\x1C\x03\xAB\xD2L\x1C\xB9\x10\xE1\xF4>\xC8\x8AfJ\xA5\x19\xBAQ\xAD{\xEB\x94\x066\xA0\x1A\\m\xA8D\x1Cc\xAD/\xD5\x7F\xB5\x193\x9A)\xD1Z\xDFv\xE4\xA2\n\xAF5\x1D\x8B\xA3\xD5Q0\x89B\xC4\xFC\x84\x10kE\xEFT,\x9F\xE99s\'P\x92t\x1E\xD7\x99\x7F\x02\xDE=\xF6\x81\x15D\xDD&\xC6\xE5\x84\xBB\xD7\xFB\x8F\xCFp\x88!\x9D\xEC\xCE\x82\xE8{\xF69\xAF\xCBT$p\xD5\x98\xC5U<\xB9!o\x07\x16\xEA*;\\\xC8\xB3\x8Bo\xBF\b`\xAD\x87\xD3\xBE\x07^\xE5\xB5@\xEF\x80`\xC9\x9Fo\xCF\xB6g\x8CuK:\x15|V+\r@\xF2\xBEP;\x05]G\xA5\x15\x90j\x17\x94\xB7\xEF]\xFAx\xDD\x0Bd\xF4\xAD\x9E\xD1s\xB0\x93\xDC\xF8\'\xD6\x156\x94\xCBH\xFFj\xA1\x16\xAC/\xFE\x12\xC4l-\fI\x1D4T\xF2\xA8\xFD\xD0\x05\x9D\xF1\xC7\xB6\x9F\xE1Z\x13\x8Fg\xAE#\xDA\xBAM\xC7\x05\xF87L\x83\x11.\xABI\xEB\x84\xC66\xE0^G\x1E\xBF\x0B{\x9ABc\xE0\xF7\x7F\x18,\xEEU;\xCC\x83oW\xA8 \x92\xB2\xD9\xFD\xBE\x98\x0E^!\xB3i(\x8B7d\x03x\xAA3\xFB\xE0\xC3n\x96\xFEt\xEA(\xA6y\xDE\xCEB\x91\xBE&\x9C\x18\x7F\x03R\x8B\xF5\xA2gP3\xA8\x01\xB7\x81W\xA4\xDA\xB6\x8D\xDFy\xF8M\x97\xD38\xE1N\xEDf\x8Ay\xE6.\xC4>\x93\xDBT\xAE\xE6\x18K\x80\xD8\xCAr\xA0\f0?\x1A\x87_\xA1a\xC0\x06\x1Fr\xE7\x03[m\xCF@\x95\xB6\x0F-\xCB\xEC\x87\xE3\x19\xCDu\xEC\r$\xC4b5\x9A!\xBF\xEA\'\t\xB9\xFBu\xA1<&\xACL\xD8\x85\x7F\xED\tDv\xCE\x97\xF4\xB9)D\x1CU\x88\xF0\xCC\xE2\xB32\xD4\xE9*\x9A\xB1c\xA34\xD9\xB4\xF8#\xE7f\xD8x=\x04\xB9qH\x91+O;\x98Fo\xFE\x0E\xB0Ge\xA4|\x8CY\xC2\x12\xD0\x05a\x17\xA0\xFBP\x1B\xA3\xC0\xF9!m:[\x07\x94\xE8\xB5I}\xA8fE\nRN\x8A<\xFCP\xC7\x87\x13S\x8D\xA7K\xC3\x1B\xAC\x99a)\xD3\xF5\\\xC0\xAB\xD2\x03\x81\xF1\xCBW\xD6\x88\x14\xDE@\xF1\x1C0\x84G\xB8\xF0\xC7;l\xB5\xCC2_\x83\r\xA8\xDC\xC4z\xA4d\xD5\xFF\x13\'\x9B\xF8\xBF\x92\xCA\x0F}\xD7\x1A\xF3Dx\xE5-\x04u5\x82\xFDS\x14\x8F\xB0\f\xA0\x1Fi\xE6x\xB4\x1D\xA6=v.\x02\xB5\xCAa\x9E\xD8j\xE5\x98v\x8B\n(\xE9\x8Fs\xE1\x9D+J\xED\x8C\x15\xF6$8\xC0\x90V\xDAw\x1E\xEBh\xA9\xE3\xB8\x91k\x07\xAC\xBFe\xCC\x9E\xEF]\xBB\xDB\xE8Em:\xDC\xFD\x8C\x141R\xE1a\x91\xE9\xA0Pr\x936\r\xB1\xFFQ\x1F/Z\xDD\xA9e\x14\x01@W\xCF\xB6g/R\xCC\x85u\xAD\xEC3\xC8\x81=`\xF8\x1EI^)\xA0\xD3"\x97?\x17\xE0\fB"y\xA4\xC6#\x85}G\xC9_\x9E\xBE\t)\xFA\xC4\x19\xD2\xF6!\xE7K\xC6\x7F\xA6\xF7\xD3\xBEF\x99M\xD3\xBD\xAD\xF5|\x1B\x98\xFF\xACA\xE1[\x0FJn\x04\xB5\x0E\xA7\x993\x83\xEF\xC0:X\xEB\xFBO\x89p\xB1\x94\xCE3\xF3d\x01\xBB\xEB+\xB1\xF4>\xD8\x89~\xAEiF\x84[\xAAm\x88%9\x8F\x14\xB0q\x03\xF3\x1E\x877%\x92\x07\xE4:\xD6\xBDm\x06\x9B\xD1 \xA3\xDFf,\xD4\xC6v\x0B\xD0o\x12\x80{2\xB7\xD6)b\xF9M\x88\n\x99\xD7O\xA5\x0FV\x95r!J\xCE3\x05\xB8:\x0F\xDC\xBF\x06\xEEV\xDFfA\x824\xC8}]\xEBpR\xC3\x86_v(\x90\xF31\xBA\x8A\xF8D\x97\xEEM[\xDF\xA4@\xFF\xAF\xDE\xC7\x0E\xA5W\xEC\xC5\xA2\x15l\xB3Y\x177\x8Dg\xD2\x00\xE5\x11\xA5\xEE\x94Y\xE4\x9D{-\x97d\xB5\xCE\x9C\t\xEB#\xA3\xE0\r\xB4\xA0\xDB\x13\xA8H\xEE\f\xA1\x19Lj\xE8~X\x17\xC0w\x8E\xFD%\xB6T\x93,dF\x90s\x02 5~\xD5\xE3*@\xC8u\xE0$\xC16\x84d\xB7n\x16\xD3&\xF3\xC8R\xFBA\x191y\xC5]\xB8mU\x8E\xF8B2\xCEh \xB4\xCAV\xDC\xB0\xC5<(\xAC\xCD6\x00 E\x8B\x15~\xEA\x1E\x9F\xF5\x1B\xE2\xBE\x98\x84A\x04\xBC\x92\xEE\xAA\xF8\x07\x98|\xADO\xC8;\xFDQ\x88s\xAC\x1C\x8D\xD4p\xA4\x81K\xFC\x94\x16\xD5G*\xC2k\x04\x97\xF5,\x8E8\xFB\x82b\x11\x94\xD9\t\x85d\xA1\xB7\xD1j\xF4\xC5\xD7O\xB8\xCEk:L_\xF6\xADRe\x1Fq\x82\\\xB7I\x19\xF4(\b\xDC\x9A-\xC1=\x04_H\xB1\xE5\f\xF3\xDB*\xAA=\x02\xE9\x9B\x1DY\x80\xBA|\xD5[\xE6wC"\x00\xA3T\xF5r\xE6\xD5<\xAC.\x9E<\x86_3\x05\x88\xB0\xD9\x10\xCA\xE9.\x9E\xD0K\x110\xD8;\xE9\xA2]\x8Fx\xE8\xB1f\xDB\x94\xE9\x12\xC4(:a\xBDtT\xC9\x87z\xAE\xD2\x10\xE1\xCE\x1E\x94`\x81\xB0.\xC0\x8A\r\x93\xDDf,\xE5\x025"V\xFDD\xBA"\f&DY\xE2t`\xC6\b\xF5W\x1E\x89\xD4\xBF\xF5\xDB\b\xC7v\xE0`\xF8\x90\x1A\xDA\xA4|\x13\xAFNu\xDDW\xAD)\x80\xBF\x03\xD9i\xABV\xED\xBC%\xF4hS\xE65\x1B\xC2<\xA9\x96E\xB0\xC3\xEF\x9C\xD3k\xE0\x98\xCB{\xBD\x8F\x10\xF06\xA6A\xE1\xBAuGU\x98#k<\xB7\x9A\'\xA7l\xE7O=\xC7\xEA\'\x85\xA3\xBD1h\xE9Bu!6\xF8\x87\x0FH\xD3w\x0B\x97\xA8\xCFH\xB1U\xFA\x11a\xD0~\x86e/\b\x916]\xDC\x15\xFD-\xD4N\x83}\xCF\x11\x92\xFE\xA3\x12d\xE7\xA8\x18Y\xEFC\xCA\x0F\xBE\x86\x03\x97i\xD1\xFF>\x11\xF6\x93\x19\xD5\x0B\x90\xB2\xE6x\xC41\xA2\xE1B\x1F\xFFq\xF1\xA0y\x81\xEB\xBAN\xF5\x14\xDD\xB6My\xA59\xF0\xA7T\x9Cl\xB1\xE7\'\x9DKj+<\xB4\xCB5\x8D\xFA\xC3\x81\x05~0Z q4\xB8K_\xE5{\xCAM\xB8\xA0R\xC7^D\'\x95\xFDm\x8D\xB7\xC8_\x80)\x07\xD5i2%\b\xA3>\\\x1F\xEB\xC9\x12\xB7r\x86\x1F\xC9>\x05\x1B\xBD^\xF9\xC6\xDA\xEE\x84\x03z\xD7Lp!\xDC\x93\xB2\xD3\xFA\xAA\xDD\r\x1D\x90\xB1#\x88n5\xFE}\xF1\x16\xD2\xA7P\x19[\xEB\x13M3\xDC\xBBD\x1D\xC7\x9B\xDF\x8Cv\xC6\x93\xAB\xFD\x88a\x05(J\xE4d\xF4\x93s\xD68\x8A\xADy\x1C\\F(\xAE\r\x9D3cR\xA1\xE9H\x8Da\xF1\xA1\xC58\xD8\b\xED\xA9\xDE+\x83\x9Dr\x06\xBB\xDA;\xAA\xF9{\x9B\rl\x91\xE7P\xB3_9\xFE\xD6-mG\xDA9\x96\xD5\xAF\x0E\xBE3\xA8W\x00\x16\xE5Q\t\x9E\xBB\xE1\x95X\xEB\xD0\xB7\xF2\x00;\x16v*\xCB@t\xFCfO\x98]D\x1Cf\xC1=\xE1\xF4\x8Aj\xC8-\x83\xD3\xB2\xEEZ\xA8\xFB<\x10o\xA6\x1D\xE7R\x0E\x9D%\xB9l\xEEW\x8D~\xDCG\x87\xB6i\x97>#\xCFm\xF9\x16\xC1g?\x1A\x8B\xC7g\xBC\x07\x9A\xB4Q\x81\x16\xEA\xA4*\xBE\xCF\x8F\xB3\x0ET0b#\f\x9EsS$?\x18\xC4+\x7F\x87\xCD\xF4\xBEY\x84\xB1\xC2\xF3{\x05\xC3@0\xFB\x9B\x14\xEB&\xCD1\xF2\xC1c\x8E0\xA8:\x86\x02t\xA7J+\xDF\x85X\xF6\xE4!\xD41\xB9z\x10\xF6k\x03J\xED\xCD\xA9\x93\xB5I\xE7\xFF\xBF\xE0d\x8C\x02\xD8V\x1B\xE3\x96)\t@r1\xD0\x8DK\x17\xA3e\xCE `\xC3x\f\xA2u\xDC\x00K\xE9\x7FT\xD8&\x93\xE4\ny\xAC\x1E\xCF8}\n\xA9\\\x91\xDF=\x86%\xD9\x99q\x1E\xFD\x7F<\xCE_\x1D\x94\n\xA5Ir\x99\xBB\xAC4Mx\xD4\xEE\x97\x18e\xE4\xA9\xE6\x81\x04\xB8N\xAC\xF7\x8FRD\xB1\x82\x14\xA0\xB8\n\xC8\xF4\xB2^\xCBT\x97\xEFlC\xA4\x8Ee\xC0F\x01\xCBT\xAFv6\xA5]\x82\xBD\xDD\x13\xF1\x87\xAF9|\xCD\xE82\xF7C\ri\xFE\x8A\xB5^\xA5\x02:W"w)\xD8q\x809+\xD5\x03\xE6\x1B\\-\xD3` \x98I7\x17\xFA\xBC2\xD7\x0F\xB7\xFF.\xDD\xF3\x14q\x9F\x1E\xF0\xC3\x12\xE4\bA\'R\xA1-o\xD7O\xF5(\xB4\x85\x1F\xCB]\xA1\xDA\xC4 H\xDF\xC7\x86\xBA\xF7\xB0UD\xEF\x0F\xE2n\x9A\xBAh8\xC5\xF6wA\x89\xDFm\xA2{\x84A!`\x8CL\xC6V\x9A(\x885\xE5c\x94HX\xB7\xD2\xF5f\xC6\x8F\x05B\xBC\x11\x9BbW\x06o\xE2\x8F\xEF\x17=o\xF6,~\x13\xD9k\n\xC8\x9C\x1D\xA8\xC1BX$\x83\xA7\xDF\x93\x04\xAF\xEF/\xC0\x0E\xE8\xD3\xAB\x04\xA0\xE3n\x1A\xEDw\xB1\xD6O\xBA\x0B\xD0\xFC\x8B.z\x96\xAE\xE9wZ\xA7\xE4#\x8D\xC5\xDA\xA6L\xBF$|T\xAD\x9A\t\x90P\xB0D\x9A8\x8D\xFAy_\x92\xED\xCD\xFA\x11sFS\xBD\x1ChX\x00\x91)fJv\xC1\xF87\x84\xCF\tBh\xF9\xA6\x7F;$l\xA1\x1AL5\x0F\x1E\xF7\xCCj\x00u4\x19\xF4\x95:\xB2\x00\x821\xE8\xBD\xD2d\xEC\x04$\xE5[$\xD13\x03\x19|\xAE/\xEB\xCC\r\x9C8\xCE\xA8\xD9P\xB3\x1A\xF0\x95+\x12\xAF^\xA3"\xBF\x92\x18/\x80\xDE\xAC\xEB\xC9\x02\xE0\x87\xD4\xB5\x977\x84T\xB7\xEAAz\x0Bf-\xD6\xC7\x0FiX\x1C\xA21\x8A\xCDk\xBD\xAB\xDFK\xB7\x89N\xDA\x9Fb\x8D\'}\xE2\x84\x11v>\xC6\x88\xDEX\xCDE\xDB}N\xFC\xE7]\xC9\xEEW\xC0F\x0FZ\xB9q?cO)\xDEE\f\x9D\xD4\xAE\x88\xCD\xE5\xA3OuD\xDD\x82\xFA>\xC4sJ\x12@\x86o\r\xA1f7\xC4\x01=\xB4\xF1[\xFBK"\x99\xF5b\n9\xB7p\x8D\x05\xBC.\x8A:v\x9C\x07o\x1C\x81g2\x91\xF3\xA4\xC2\xFDt\xAA\xC4\xF3.nP"[\xFA\x15\x8E\xF1\x9D\xB5\'y\n\xE3\xB2\xF5\x9E\xED\x00+\xC8\xF3\xE6!\x93Vp\x1A\xD6\xA5\xC2i\xB6\xE9.\xAA|\xFE$\xA6\x19\xF1\x99\xE2\x11\xAA\xD9&M\xB2\xD1\xF7\x9E\xD7Q\x16&\n\x8E\xEB\x18h\\\x8F\x14\xFF\xC3\x9A\xB8\xB43K\x88\x03=y5\xED\x80|\rT\xD4\x89\x18\x98\x10\xC2\x87\x00\xD0d\x8C\xE5#\x9F\t\x87\xBC\xAC\xFB|\x9F\xF4\xBFk\xA9\xD2\x7F\xE2Au\xEC\xD7o\xE4\xBC\x80\xFE\xB7K2\x01<\xF0"\xFD:\xE3F\x9B\x1F\xB0\x15\x81\xF6\xD9\x99S8 q\x96\xF0k\xB8\xE6\x9A\x17r\xB4\x93\x1EjC\xCAx\xAE\x01\xC3g#\xEBP\x12\xD5B]\x958\xEAa\x16\xF6\x91\xBA\xFF*\x98\x126P\xD3\x14\x91\xD9[\xCA\xB2\x7F\x0F\xA7V)\xBE{7\xE1Yr\xA7\xF6{\x8E\xE7\xBFW\x14\xCD0M\x8Cc\f@\xC0\xD1\xDF\x88\xA1\xE9\x16\x93U\xD2u;\x8Ed1\xB6\x19\xCC#\x8CJ\xB2 \xCCg\xA5X\xC6y\xF2\x9Eh\'p\xAA\x1B\x87d\x98\xC3\xDA\x91\xF5\f\xD5O\x96\xB8\x1EH\xC9\xA8F\xD23\xF9\x81\xAE\x06t\xC3\xD7\xA6\xF2(N\x0Eo:\xFBcE.\xB2\xE0\xFF\xA4\xC7\xEF\x84\xE2w\xF9\t\xC5\x9AV3\x0EB\x1B\x83G\xAB\xDE\x06\xC5\xF5C\xE5\x07(?N\x18o]\xAC\x8A\xFFn\xED\xCB\x02]\x1A\x04k\x9E$~\xDD[\xEE\x1C:\x01^{\x8F\xB0\x03*\xB9\xD6\x80\xF3\x11\x96J\x1F\x07pY\xACN\xA1n>\xDFx\x81\xD9\xE9\xB7\xFA\xD0 `<\x8AU\x9B\xBBs\xD4\xF9\xE8\xB6/\xCA@\xE7\x14\xA2*;\x8F/\x87\xEE\xB1\r\xC9K=\xA0\x92+\xB3\x85\xE4\x9F4\xEFW\x97\xC7z!\xA8]\xCB}\xB9,\x99;\x10(\xD7\xBA-\xEF\x01\xAF_\x9Cv/k\x0E\x94\xB4\xECw\x0F/L\x8F\xA5`\x83\x04\x9D\x1EhL\xC3^\xDBv\xBB\xE0S9_\x8D\xBA\x18\xFE\xD3IlX\xCC\x16\xBC\xD8f\x1C\xE6O\x06j7\xE9\x87V\xDE\xD0\xFC\xC2\xE9\x88\\\x15\x90P\xC1\'\tL\x90\xE2\xBFQ*\xCE\x1D\xDB\xAF\xFF\xCB\x1Ez8\xF0u\xDD\xB73\x85\xF9\xB1\x0Em\x10\x94\xD6s\xF3\xE4g\xACv\xC0\x0B\xF8A$sG\xA6\x82>\xB4\x9E\xDB\xC0\x1BA\xF7\xAAl\x8E{D\x05g\xAA\xD1\x1E\x02|\xA5\xFBd\x81:jZ\xBB\x0E\xD6\xAEE\x8E\x06\xD0~!\x9DI\xA2F&\xC0\xA5.\b7\x88\'\xEA\x96\xA5\xDD\x8B\x04\xC9\xF9\x10q\xF1.\x8B\x00s\x9B\f3\x16Q \xB3\x982\xF8~\xA1\xE5\x89\xD6\x1A]\xEE\x86\xD76\x98G\xC4\xE7\xA0\xEF,\x95P\xC5%X\xF3\xA7\x11R\xED\xC1\xF9\xCC|\xFF\x1DO\x98\xCBX\xD9\x15O1~\xB6b\x95:\xDE\\\xCE\x17JZ\xB2\xD5e\xE6\xBC\xA2\xF2\xCD\xE0T\xC7F\r\xB5r\x973\xB9g$\x15Y\xB8\t\'~\x17\x8BC\xE2\xFDg\x16\x9Ad>\xE2\x92i34\x8C\xE8\\\x84\xDC\xB6zC\x02\xB0`\xC7\xF1\x11-T\xAD&\xBD\x96\x7F\xA7\xEB%\x90\xC7F\x82^:j\x13%\x85\xED\\/\xFBR\x07E\xA0\xC6\xE4t\xF3\xD3O\xAA\x02V\xD0t\xA7\x86\xE8\xBB+\xC8r\xB3\xD4\xFDg\xB7\x17\xA9Af\x0F\xF5\xA2\x8Fm\x1D\x81I\x9D\xE6\xD4o\x8A\b5\xFA\xC49\x10Sz\x01*\xDA\t\x8F\xABt\xBD\x9B\xD8\x1F\xC4\xAC\xDFo\xF8\x92B\xAE\x8Ah\x94\xDE\xC16\xB2\x1F\n;{\xD8\x01\x89\x18F\'\x82\xDCI\x07\xD32\xEC\xC4!1\xE7\xBC\xFB\xD79k\xBF\x01\x1B\xEAGc\xD7\x84i\xDE\xA0\x1D\xAD\xEFn\xC3J\xF63\x02Be\x8Ez\x14\x80\xD0*\x10S\x000\x1A?\x0Fo\xF6\x99[\xC4\xF2J\xAE4W\xF5\xA5\ba\x9B x\x94\xB2r\x8B_Q\xD0@u\xA6\b"\x83Q\xA3w\xB5\x9C \x05E\xB9\xF8\xD1?\x94\xB6\x1F\x9E\xD1X\xE1\x11\xA8\xF1;N\xEA`\xB5|\xD9\xC3\xA1\xE9\xB9Y\x85-\xDAj\x8F\'\x9E\fb\x96\xCE{\xBE\xE1^\xC0\xF0U\xFC\x18\x9D\xDF\xAC\f)\x95\xEFZ\xB1\xCF?\xF8\xC6.\xE2T\xADx(\x8Ba\x0BP0\x7F\xE7d\x8A\xB3w+\xD2\xB8\x9C1\x1A\xA7\x837d!q\xCE\xF0\xA6F\x18\x02N\xD2p\xC1\xE0\x1E\xEC8M\x9B\x006\x86)\xC9H8\x05}\x82f\xC9\x15\xE3|,e\r\x91^\x16\xF3\xCA\x95\xEA4q\xE2\xC9\x86\xFC\x10=\'\xCA\x95K\xFC\fk\xC8\xFFF\xF2\x0B\xE3\x96L\x05(v\xCA\xE7\xB9\xAB\xED\x15\x80Cl\xB4\x8D\x0F,\xA8\xD2i\xE3\xA3n\xD5\xBE\xF0\x1E\xB7VE\x8D\xBD\x99\xDD\xAC:\xD3\x89n?\x0FY\xC0\x9C\xAA\x18[\xD6\xA7\xBC\x04S\x19\xE7\x87Z\xDD\x90Su\xBA\xCC[\xAF\x899\xB3\x98b\x8B=}2]\xFB*\xA7S\xD7p\xFAP\x14?\xB8\r"\x8C\\K\xFC\xA1\xD82\x04\xF6K\x17\xEDz\x03M\xBB\xA4\xFA\xD7!\x03E\xF1i\x96Gn\xF3\xA0g0\xC1\x7F#\xA5\xE6(\x9BA\x18\xFC\x7F\xD5\x12\xF8\x1FS\t\xA0\xDB\x83\xBA\xCC\x06\xF2\x1C\xC6\xA4\xED\x90|\x99_\xEC\xB0/\x96\xE2;x\xAB%\\o\x85!\xC1\xA1\xE82\x1Ce\x80M|\xB5\'\xC21\xE3\x1F\x82\xDC\xCF\xABD\x15\xB3=\xD0\x12\x8Bm-\xC1\xECeH\xE0\xBF/\xCF\xF4\x1DVw7\x99c\x87\x95\x1F\xEB\xA0n\x12\xE1\x87\xA8\x0B\x8Ek\xC37P\xA3\xD4?\x14\xE0\xA6\x8C\xF1\xDB\x0Eq\xA2:\xB5\x15V\xA9\x06\x1A\xA0*e\xB5\xD5]\x97BU\x8C)\x10I\xB3\xF8\xA1\\\x8D\xEE\x82\xD1\xE4\xA5\xC8#\x96\xFC+\xBF\xF4P\xB82Y\x02\x91\xF7?r\xCBT\xA0$\xAF\xE2f*\x8Ev7a\xCF}B\xFC\xC2R,\x03\x9A\xDC\x81\x7F\xBEFr\xC8\fJ\x84\xBF\xE6\xCB\x1Du\xA6\x01a.\xD8F\x06Gg\xFB*t\x82\xEB{\x13\xDD\x8E\xA8z\f\x89\xC6*{\xBE\x1D3\xB1\xE5\xF9x\x84\x1A\xBBY\xEC\xB1\xFE\x1B\x9BO\xB7\x92h\xE3\x89w\xF0H5\xF8\xCE\x8F\xE3\xF4\x9C&\xFDh3\xF9\x9B@\xE4\xCF\x81k\x1A\xADq\x17\x9E\xB6\x0BQ\xBD=L\xB3V6\x1B\xD6\xFBi\xE5\xACF\xA2\xD8\xEE\x14D+\xD1\x06\xF3\x99\f\xCAJ\x85\xC0\x06)\xEC3\x19\xAC\xD5 \xC9g\xAE$\\<\x15U\xADw\xDF\x16\xB1p\x07\xBAR5\xF0\xBD\x97\xE9\xC4\xC5x8\x92\xDA\x1B\xF5\xCD\x9Fe\xE7\xC7J\x9D<\x17\xD1_\x05Q\x96u\x8B\xBCbM9p&\xDCj/U\xD7d\xA4\xCBK\bb<\xBA\x0F\xE6\x97\t\xB7m\x88/B\xCC\xA2L\x88\xD9^\x91 }\x0EM)=\xDE"\xECZ\xAAp2\x8B\x0E\x01v\x84(\xB3U\x90\xF2 \x81j\xC4\xFE\\\x9C\xDF\xA9\xC6\x8AC\x9F\xF7\xA9\xE5\x90s\x12\x82{\xF6\x94\xA2T\x8Cs\xD61\xA3\xEE\xD8\xBE\x06\x90 d\xF1,\x13\xAD\xC8\xA0Z\xDB\x89\xFDb\x8AH\xCB\x03\x9A\xE1]&\xAB@\xF0\x07q\xDE\xC2w7\xB5\xE2%\xD34\n\x1Ez\xE9\x01\xB8\x1C}\r>#\xB3\xFE\xDD@\xBF\xE80\xFE\x1BL\xC3a\x00!M_\xF5}\xE5\xBB=\xCEt\xEAB\x06\xF5\xB4s\xA6\b\xB2\xF8+i\x13\xB8I\xC4\xD9\x97\xBB`\x13\xA5/\xFC\x9C\x0BB\xA3M\xB0\xF0G\x92.h\xD7N\x93\xCD[\xF3\xC67_\xAF%Ym\xDB\xAB\xF4>\x84x\xCA\x96\x13\xA66R\f\x97\xA4\xFEd\x85&\xD06b\x1BA\xA0z\xBF\x85?\xEE~\xFBl\x1DS\xD0\x8C\xEAMf\xCEY\xED~\x13\x87n\xB9\xCF\x15V\xAD\xF05\xBB\x88o\x9FN\x1A\x99\xD2\x0E\x87\xCA|\x9C\x13\xE9\xB09\xE0p\xB4\xD5\x82\xC6[#K\xB8\xE0wH\x92\xC2\xE5\xCF\x1A\xE6T\xD7"\x94\xA50\x89\xE45\xFAC$\xB0\x82\x1A\xBE\x91,\xDD\xC8_:\xFA\xA3\x80\x07c\xE0\x18G\xD5\x0B\xE5\x8Bx\xF1J\xB6\x1FD,\xBDQ\n&\x8BE\x02+\x19m\xF7\xDA\x8E4\x19\x9D\xAF\x11\xFFTd\x904\xFE\xABa\b\xCEP\x10\xB1e\x9B\xC5y\x06\xDA:q\xF9\xADR\x05\x99"\xDFtA\xC2(\x99y\xFA\xAB-h\xBE\x024\xA3f\xE3\x01\x8Fc\xD8\xA2h\xF3\xC1Y\x9D\xE8;\xAEz\n\xC4W\xF2h\xD5.\x80'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xEE\xAFj\xDC\bQ\xC7y\x16\xA8V\xFE\xDDs\x9AC\xF7\xCF\xA8gA\xE3&s\xB6\x07\xDCH\xC9\x16\x9Ak\xD1\xB0#M\xE1\xB8\x18B\x94\x02\xDBH\x80\xCB\x1ER\xA3\xFEy\xDC\x93:i\xC8\x1A\x8F\xE8a)\x82~\t@\x93\x180\x99\xB3<\x82\xE9\xD22\x8F\x1A\xC2(\x0Bb\x890\x0F\x97\xFC\x88I\xEC\x982\x8D_\xE4,\xF9B\x0B\x90d\xFF\x89U\xE7j\xC2z/\xF6t\b\xDE2\xBF?\x16\xB5\xF9\xE4\xA3U\x02G\xAB\xCA\xF2F\xBC\xC7W\xD1v\xF1d\x1F\xFCi\xBEEm\xF1Z\xAB\xE4\xBBJ\x1E\xD8\xC0Z\xCC\xA6\x1AVu\xAE\xF1z\xB8\x86Y\xDD\xA5.\xC7n\xA3\xD0)\xAD\x12\x9E\xBAW\xAE\x95m\x87\xD0P^%\x802\xB7q\xD9\x9C<\x17\xDCk\x0F\xFC\x86\xBBG\xA5\xDB\x93+\b\x9D\xB3\xCF\x858~\x93\xEEn\xB2w5\th\xD6\xFA\xC5\r!\xA1\x055\xC4\x18y\xF0=\x0E!\xF7:\x83Z\xED\xD3<&\xE8`\xF2\x04\xAA\x9A\x0B~A\xCE\x0F#\xFAv\xB2\x90/\xA7m*\xE7\x045\xCBM\\\xE3z"\x10M\x02\xD6\x16V\x9F\xF8\xE0!\x91?\xB9(\x84\xA9)d\x9F\xB7z\x8A(\x00\xC2\x1CB\xA2\xC4\x7F\xDFe\xCB\xEC`:\xCF\xAEg9\x90V\xE0\xA4\x98E\xCF\\M\'\xFBf\x95\x06\xC9\xED\xB7\x07b)\xD0E\xE5/\xFE}9\xF0\xC0\xA8\xDF\x106\xD5f\x06\xF1\x8F\x12\xDB\x81\xC9\x04\xE3^\xCD\xA4uZ\x96\xF93\xEF\x19<\xB8\x00\x8B\x1F\x11|\xF7\x82\x0Ew&@\x12\xFDv\xAE\x05\x9C\xDD\xAC\xC3C+q\x16\x85u\xE0\xA7\x8Cm\xAF\x10\xA1\xC9\x1A\x90\xD3A]\x8A\xEE#R\xC7_\xA0L\xFDr\xED1\x95 I\xEF:\r\xE3p^\xAC\xD4\x91*uN\xD9\x95\xBAB%\x9E\xCE\xBB\x86e\xC2+\xE3\x1A=\x7F\x12Y\x88\xE6\xD8\xAB=J\xF45\x1D\xED;^\xD8Nb\bv$\xFC\xB2\x7F\xBF\x94B+\xE5\xBC7U\xAFg@\xC0\x10\xB2\x84\xD1+\xB8\x89\x05hC\xF4\xA5\xB2k\xEF\bX\xDE_\xED\x04Q\xD7\xF3\x90o\xBD\x82\xED\xCF4\xB6Oh\xFD#\xBF\x97\xD6{\x04\x93\xBF"\x88\xE9\xB8\x9DK\xC8\x18\xA1\x0B\xDE\xFB\xADx\xD2 \x9B\x15\xD7\x89\xFAr\xDCe\x9EP\xC8%K\x9B\xC1\f\xE3F\'\x9E5\xC8\xA8.\xAEp\x1D\xA7I\x0E3S\xA5e\x01\x99\x1E\f\xA0\x8F\xCEYg\x15\xB4\xC9G\xF9t\xAC,\xF77\x85\xE5Tc=o\x1D\x82\fc\x8D\xC6\x07~(\xA8T5\x1E\xFF{\x15\xEC\xDCw\x1EY\x81\x17\xD1_\x8Ao\x15\x14\x8A:\xE2\x96j\xB3\xCD\xF7"\xD9Gv\xF4\xC61}\xEA\n\xA3O\x80(Z\x9E\r>\xDCf\x14r\xD6-\xF1\x8C\xD0\xB8O\xF2.E\xE8\xB6K\xF0\xCB\x97\xE6\xBDA\xA8\x929\xB0\xFB\xCC5\xB9}\x00\xC2\xF8\xE6H\xD3|\xFA\xC6$>\xE9\x8Aa\n\xC1\x8D\xAA]\xD6TA\xAF,\xE2\xF67\xDBo\xE8\xCET\x92\xC4\xA5\x05\xBA\x95\xAC\x034]\x9A\xDA\xA9s\xFBZ\xA02\x1Aa\n\x88\xF4\xD4g\x0BU\x83\xA2d\xF0\x93>Q\xB0/\x96M\xB8\x9Ec\x06\xD4zL\x9C.n<\xE9\'\x84\xBA\xFA\x1B\x8Aw\xBE\x03\xAA\x1D\x81\xB9\x19|G\xEDZ!Cw\xC6\xE8#{\xC1\x18\x94\xCE9\x84o\xD9\xB1uG]-\xE2\xC0qA&\xE0\x07\xAA\xD9\x1Fs\x07\xD2\t\xEAD.\x84\xBB\x16\xFE\xAE\xDF\x18\xB6\x03q\x14\xE0\x98l\xC9F]\x92fD\xF23\xFF\xB1\'\x89\xCCl\xF8\x17P\xA2\x0EG\xFF>i#\xDF\x10\xC0\x02\x91&\xC8\x9D\xB4\x1F\x8F\xF0\xD2\x14tO.b\x9F\x86\xBE[h\x91\x1AW\xF1\xA2]8\xC9\xF1W\x96\xCD\xA2Ld\b4\xD9\xA0"\x12\xD1\xC1uX\xA1\xE2\f;\x9C\xDB\xB4\x82g\xD5\x8E\xB0\xE3\x87\n\xB5\xA6f\xF6Q<\xEA\x14\xFD\x7FO3\x01\xAE\x99\xBE\x8A\xCA\xEC\x16;\xF3%\xA8\xDC\xCA\xB1m\xE2(\x93k\x85Dz/\xF3>\xC3\xAAX\xFF\xEF\xB5;\xE4\x9B\x07\x81\xD6p`\xF1Q3\t\xE5*;\xF6oV\xC7\xF0\\F*\x9Az\xD1\xA7Y\xDD\x82\x0E\xA4_jI9\xFA\x0F\xB7k\xDEz\xA6)\x01w:\r\xC3K\xD6\x04"\xBF\f\xDA\x8B\x1E\xE8\x90&n\x85S\x7F\xFA*K\x1F?\xC5\x91\xBC\x1B\xA7}\x94\xC3^\xBA&\x990\x7F\xD3\x8D\xE6\x18\xB7\x88/j\xBD9\xCF\xE9\xC3\x1B\xD8\xE6{\\\x93D\xCE\x8D\x0BS\x87I\x9A\xF9\x8C~\x15\xA5^\xE5\xACSh\xB7|\xD5I\xBF\f\xCE\xAB\x8Ec\xB4\xEC\xA6\x13-f\xD2\xFFYA\x12\xA5\x02\xDAL\x13\xA1\x038\xC5N\f\xF0E\x1D\x98\xF5tB\x94,\x86\x06\x9F0\xAC\x1E\xFEP3\xBE\xE8\xD3!2\xAC\xEC?\xB8\xF8u\'\x9C\xFD\x107\xF5\x9E\x19\xE1B0\x14\xDA\xC9Qz\xFA\xE1H\x83\xB6\xE8\xCCp\xEF\x1E\x85s\xE9\xBD l\xADb\xDAp\xC7\x02\xADc"\xB7Q\xF6r\xB4\x17\xD2U\xEF\xC2h\xB4\xF6d\x13\xB8Yh\xCCQ\x986\x8D\xD0@\xC5\x82V\xAE+v\x94g\xED\x9Fq\x03\x8B3\x97\xAF\bu8%\x8B\x9DIb\xD0\xAB@\x91T\xF5\x81\xFE\x9F)\x92\xE4V\x10\x8C\xDE\b\xA6X\xC6H\xE3n\x80(\x9A\xE19\x94y\xA1\xDF\x04\x80\x1C\xD9\x0El\xEDM\x18\xE2q\xCC\x03[\xB6\xFC\xC3V\x1D<\xBBY\xCFm \x9F\xF5U\x0B\xE0.\xB66\x0E\xFE\xDEx\xCB1\x1B@\xB4zJ\xD13\xA1}\xCB6\xEB%\x8D:\x04\xA6\x0EAu\xAC\x07(\xC7C\xF3v,[\xC4\xFF\xB2`\xA4%\x93\xF0:\x88\xD7#H\x84\xAD\xF3\xDE%\x10\xEE\xBE\xDB`\xAC\xC1w\xF9\x92j\xC5\\)\xB4I\x97\xD4]\xEB\x15\x86\xC0\xEF\xFED\x17i\x97a\xFA\xBA~\xD8_\xC9\xF9[\xE4\x83P\x19\x83\xBD\xAA\xE7\xA1=\x870\xD5\be\xBBN\x15\xA85k\xD1\r}\x9Cc\x87L?\x8E1\x15\xD2P\x1B\xA6\xECG\x89\xA0\xF1\x0F\xE5i\xBD\b\xA6;l$_\xBB\x84\xD8\xB0\x11\xCE\x9EM-\xAF\x19\x91\xCC0i\xAF\xD67\tHd#t\x13\xC0\x7F\xF7E\x9E\xDE{\xEC\x06\x9A\xE4,D\xC7\xFC\xA9i\xCB\x02\x7F\x98A\x80\x04\xDC"|\xD5\x18=q\xA9P\x8C.\xF8Y\xD7\xAE\x99\xE6*N\x034l\x1F\xF3\x81\xE8V=\x99\x12\xFC\xEC~W\x9B\xFB\xCD\x91\xF2\xDFV\xAD\x8B-\xC7 ^\x90\xBFXr\xB3\x8ER8\xE6\x19,\xB5\xE2\xF0f\xBB5X\x99\xB9\x05c\xC3\x86\x01 \xC7t\xDF\x92\x1B\x06Sr\xF7\xC2z\x8A\xDE@\xC5\x0Bg\xBB\xDBp?\xBC\xA3#\xC4\xE1o\x17\xB7M\x9D\x029\xE9k\x0F\xAF\xFA\xCF=\x19\xF0\x01 \xDB\xB9\f\x94q\xA3U\x10&\xAAr\xCCB\xF50\xADU\xDA7\xEDB\x9FL\xB7{\xCA\x8A;\xA7\x1A\x9F\xECW\xAB\x94r4\x9D\x06\xDC\x89`L\x92\x0F/\x89@\xD7*f\xCA\x1C\x97\xD4K\x81t*O\xA7\x87\xCDh\xA1xY\xD4\xF8E\x88\xD7\xC5\xFD\xEA\x83\x13n\x8E\xE7&\x9B\x7F\xB2\x14\xD1\xFE*8\xF0\x10\xDCH\xCFd,\xBC\x12P\xF7\xCD!w&\xF3\xCA\x03k\xB4\xF2_\xAD{\f\x80Cw\xBAX\x036\xE2\x9C\r\xBB`F\x11/\xF3\x81\'\xBF`\x1A7x\x9C,a\xDF\xA5M\xC9\re\xF8\x91Rn\x80\xE5c\x9D\xB1"]\x90\n\xFAu\xD5\'\xE3\x8BI\xAB\xAF8\x17\xE0F\xD5:\x9E\x00\xE9\xC1\xA4\xF9\xDD\'\xF0\xA3\xC2f\xF3\xD7|5\xE1\x95\xC3M\xAD>\xE7\x05\x96\xB6L\x0BT\xB3 \x029u\xBA\x1C\xD31\xC0\x07\xAA\x17\xC3Nk\xFD\xBE\xE56\xB2\x86E\xA3b\xB5\x00\xEA]\x98{\xA8\x84!t\xCB\x1CO6\\\x12\xB0\x8Eq\x17C\xB3\x1E\x8E\xFB#\xB0\xEDt\x1D\x00\xCB|\xA7h\xE1\xF3\x8E\xD2?\xC1\x95\xD6\xF2\x85F\xA2^\xEA$YC\x93\xD6-\x83\x7FD\x9Bm\x18\xC7\x05}\x1B7Z\t\xC5S.\xEE\xBD\tX\x8B\xDF\x95n\xCEK1_\xCC\x82T0o\xC7\x9F[\b\x8B\xD9d\x9B\x13+A\xC8\x1Fo\xA9\xFA}f.[\xAE\x01\xDFy\x8B\xB6\xDA\xF6x\x0B\xEB\xA6\x14\xD2\xF5T\xDB\xEB+\x99\xC1\xD2\x81\xD9\x8B\xFA\x11o\x99H\xAA\xF8,\xB5 \xED\x05\x9D\xE2\xFB\x10\xE9\x98\x05?P\xD0jC\xB74Q\x8D\xD5\xFB\x85[1\xE8\x16\x88\xE3\x0E\x9CO(\xC6?\x136g\x9C\xCC<\xB8R3\xC3&\xA8`:\x8EO\xF4m\x16v?\xB1\xCD`\xE35\xC7ya\xD5B\x87\x7F\xC0;\xAEv\xD3a\xB9\xE0\x85\x14\xF8&\xA6\xE9\xF5\xBDrI\xB1\x0E\xBE\x9AVG\xCA\xB7\x1F\xE9l\n\x96\xEF\xA7\xFF)\x88\x1En\x00\x92d\x07\x89\xBA\xFCr\xB2A\xDE\xA9\x1D\xE8N\xA2%\x8E\x03\x19\xEB\x9F\x0F\xFB\xA9d\x17\x92N$\xA5F\x1A\xF2\xAC8\xBE\x96p\x1A\\\t"\x9E\xDFz<\xD7$\x05\xA38x\x8A\xD0\xB9cQ\xD2qE\xAE_\xE0\xA0\xD9u\xE7L\x1F\xD1\x13\xA0\n)X\x9D4g\xFE\xDBA\xB3i\x80\xBF6T\xC8\xE5-\xD8l\x01\x89\xC3}*]s\xE5U\xC9\x84\xDD\xAB6a\xEE\x01\x90e\xAFp\xEE`\xDA\xFCC\xA9.\x82\x1C\xBC\xE7\x0E\xC2\xF4H\x19\xB3>\x98|5\xE4f\xC9\x8C\xFC\xD3\xBC\x86\x15\xC2~Q\xD1(Ip\x90#\x06Z\xB5\xCA\xEE7\x0E\xDA\x91\xA0\x07\xD41\xFF@\x7F\xD0\x93\xC6\x1CO\xCE-\xF7\x80\xC3\x1A\x93W\x14\xF3\x7F\xE0\x05\x97Nz\x8F4Z\x82\xCB\x0F\xF3\xAB\xC1\x85T\xEEz\xBD\\\x0Bt/\x95\xF2\xA6\x0B\xFA\xE1\xB1\xF1v\xA1\x85\xF6D\x97eU\xB3\xFBM!\x8A\xB1\x11\x9E\'G\x06o\x87\xB5\xA1\x12\xE0=O\n\xB25\x9B\xC1"]>\xCA\xF9(\xD4\xAA\x03$k/\xD7\\\x00E\x170\x9A>\xF4C\xA8\xEBV\x1C8\x83\\\x9B\x1B\xD4\xBCH5\x15{ \xA3\xE61k\xCA\xEEwIg\xF2\xB7\xE7W\xF8.CtZ\xBB}\x9D(\xCDv\xE6L\xD3\x8C\xB1o\xA1\x15hB\xE4\xC0\xA2R\x8Dn\'\xA4\xD3\xB4\x06\xDD\x93&\xDF\xC8l\xD6\xB8f\xC9>j1\x0E\xE3b\xAC\xDB\xBE\x06\xD0\x82\x13\xBD:\xA7\xE0\xC4Z\x8C\x18\xA7\xBF\xDC\b\xEA\x1E\x94\x01\xD5e\xF5\x86a\x01\xA4\x0F4W\xEA\x80\xB6]\x94x\xFC\xEB\xB6\f\xE1\x92ua Rx\xB4\x07\x8CF\x9C+\xE6\x14\xAC\xFD\x89S\x98\xC6\xFF\x8CYA%yF\x99b\x1C\n\x96,\xD7y8\x9Bi\x8E\xD1\xAAJ2\xE5\xA9G\x1B\xB8*s\xF4\xBF \xD7\x06/\xF2\xD0\x11G!\xC9;M\xF9\xC6\xEA\x88\xAB\xCEN3a\x12\xF4\x02uM\x92\xEC}\xCF"m\xEF+r\x95\xF6\xAA\xEA\x02\xD3\x87\xF77m\x01\xCAN\x0E]%<\xF5\xC1l\x8C\x07\xC4:\xDB\x91B\xE3k\x9AJ|\xC6\x1D8\xB0\x88e\x9B~\xAD\x153Am\xFC\x18\xEC\xA1\xC1|\xAF\x87\xBF\xDA C\xB5\b\xA5;K\xB4\r\xE1\xC5O\xB7[\'~R\xBB\xA2\x1F\x82\xE4\xF1\xB3\xC8{\x85[\x11$Tq\xA0\x13Y\xAD\xCC\x83\xFF;\xA9\x8FU\xA0n\xDE2\xF4\xD5\x84^\xBA\x99\r\xCD^\x81\xFE\xDD!>Z2\xA2a\xC5.[\xE6\x80\x16\xD5\xA19i\x1D\x8F4\xDF\xAE\xCB\xEA`B\xADr2\x93\x17P\xFF\xD8\xB0\xEE\x95\xD2\xFB\xEA}\x062S\x16\xBB\xE0q\f\xEAK\x00\xBD\x18P\x04\xE6%\xDAW.\xB1;pQ\x95\xCD\xE4\tn\xF5\x11\x9A\xDB\xFAx\xC1eR\x88\xFC\xCFt\n\x9D\x16J\x8C\x10\xDB\xFC\xBFJ\x05\xA4\xE20\x9C>w\xBA-K\x80\xBE#\x9Ef\xEC)a\xF9\xD3\xB3&\x95\\\xA6,\xC4h\xA2{\x8D\xB5\t\xD7)\xA8\xF1\x19J\x8F\xB0\xD4\x83rJ\xAC\'\x96\x03\xE7\x18.\xA5D\xEF\xC2e9\xF4*y\x9B"b\xD4l\xB9\x1F`\xCB\x02\x19c\xAC9i\xD8\xF6\xB3\xD1\x8B\x9CB\x1B\x84y\xCC?\xEEp\x93D\xF8\x14\xEBKx\x91\xC5\x0F_\xB9y\xFD\'9S\x1A\xBA6_\xCE@\xB0|\xBD\xDB^\x84\x00s\x96\xD2\xB5U\xC8\x8D\xE8@\x87\xF4s\x8F\xE7E\x83\xDD\r\xC7\x1C\x90DxN\x11\xC8R2\xC0c\x12\xDC\x89\r\xB6\x1E\xD1\xAB9\x01\xE8C\xFBk\x810\xA0\xC3g\xE5\xCA\x01\xEB\x8D\r\xF3!X\x91\xF5\x11N\xAD,\xE2\x1D\xA8l\x027\x15\xAC+\rL\xC4\x13\xADW\xA3y\xEF\x9CV\xE5\x0B\xA6-\xFFh\xAB\xE4\x05\xF58\xADwW\xE34b\x86s\xCA\xA4X\xB56\xE2\xD1\xEFC\x0E\x95\xA7\x7FF\x9Di\xDD\xA4\xC74o\x9A$\xC8@\xB9X\x0E\x85\xDFK\xF2\x7F\xCC\\\xA1\xD9;,\xF7\xD0#M\xFDp\xB9<\x86\xDC\xBC\xF0}\x8E\xA3T\x98$\xFE\xC6\x9FL\x07\xBE&\x9B!\xCD\x13\x9CP\x04q\x8AU\xB8`$\xD7\xC0-w\x84E\xE3\x01\xD2c\xE9x\x8D\xF7F0\xBC\xA0d\x94\xB7\xFD%\x96{\x07f\xBC7\x8B\xB0(\xCD_ r\x94\x16="\xD8n\xBB\xD2F+\xF2\x90\xD7k\xE6Rj\x8A\xF1~\x1D\xAE*\xD9\x19\xFA3\x87\x14\xF5S\xB2\x1B\x0Bf\xB7\x89\x19\xA2\t\xD8a\xCC\xEBs\x1F\xD8\t>\xE2j\xEF\xB5\x88\xE2\x99\x12]\xD8\b\x96\xF8\xE8L3\xCE\xB2[\rI\xEB\x14\x82h\\\xB1\x1B\xF9B\f\x02J\xD9=\x90\xC8\\\xA3?\xE9\xCDl\xA9=\x03\xCF\xEAL\xA8*=T\xFB4\x97%\xA5\x12\x8CY\xC4-\x81W\x18\xC2DS\x1Dt\xC4\xE8F0~\xAB\xC2\x05\xA0d\xFC\x81\xC50\x92z\xA6\xDD\n<}\xA5\x8A\xB6\xC0-\xA7\xB9d\f\xF6\xBEv\x99\bO\xE1\x96c\x8Eq\x9C\xF7\xDA~\xC4\xAFjO\xC1|:\x01\xB1H\xF8w\xAE\x912\xFF\xD4\xAA>\x03i\xA4\x84Q\x1Aj\x8C\xD8D\xEDv\xE1\xAC\x01:!\xB9\xE9\x98\xC4W\xD02Z\xEAv\xFF\xDF1G\x84g#\xB1\xC4{)\xBA 6\xC6]\x92\x11\xF0\x83\xE3\x1B\xB4\xF4\xDD\x95n\xE7\xA3\x13\xCD\xDCr\x9Fd\xF5-\x8F\xB6\xF3\x11\xCB\xE19X\x10\xBC+\x97\x1BVb\xF4\xCAoO/\x00"\xE5c\x99\x17\x86$S\x96\xD0\x13\xE4\xFD8\x8B\x10\xEDX\xFC\xD5\x15C\xBB%o\xCEH\x00\x82V(B\xCF\x1C4T\xF2J&\f\x85\xCBP\xDD"v=\xBC\x9A\xF0\xAF!q\xA5M\n\xBE\xD3\x9EE\x8E\x17\xD5\x85s\x11\x9A?\xD4\xC4n\xA2\xEF|\xABQ\xD6aH\xCE\x9F?\xAE\x81y\xE6\x03R\xA48\f,m\xC8\xA0\fe\x87\xBF\x98\x04\xB6]\xE6\xBD|\x13\x9DX\xD2\xFDb(x\x00\x86\xCD\xF8;\xDC}\x87)\x0F\xAF\\\xF1\xA6D\xB4\xF6j\xF4\x0BD\xB5\x1C:\xC0+\x92\xA4\x1A\xF7t\xDD\nh\x9E/\xB2\x8B\xDEb\x95\xAB\xD8\xEEx\xB8\xFB\xDE_}>\x8B\xA57 F\xB0\xED5\x88\xA9K\x90\xD52H\xE7i\x8F\xB34\xEAl\xFD\xDEy\xBE7g\xCBP\xAD*\x90^\xDA\xFE\x8A[\n\xEBk\xB91\x83P\xC2"\xF1K\xCDu\x19\xF6\xBFY?\x15\x8F1N\xA8$\xEC\xCA\x15p\xD4\xF9\x94e\x07\xC3m\x1E\xE6\r\xB6_\x9E\x17\xC2U\x02\x1F\xA4S\xC5=\x97%\x06\xE2\x8D\x1E'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xF2\x95K\xD1s$\xB0\xF39\x9B\x06["\x9F\xE6\x17]\xB6\xF2F\xC0\x16s\x98\f\xB3:\xF9k\xA6\x1Eb\x8E?\n\xD5.\xB4k\x19\x9DH\xE9\xB6S\x02{\x9D\x19\xD3\xFA]\xA6\xE1\x12\xBCM\x93\x1BX\xAA\xD8C\x03\xC5`\x10\x00\xA0\xE4kP\xD5|\xBD\xCE\xF6vN\x8B\xD33\x97m\x89\xE3=\xF1Z\xD2\x90\xE6K\xD8\xC9\xFC\xE3\xBDu\x9D]\x8D\xF0\xDC4\xCA\r\x8D0\xC7\xDF7bF\x90%y6\x88m\xF5\xCA\xE4\x05+l\x91~(\xAC6\xB9D\x83\xC6\n\x8E)\xE8\x866\xAF\xC3\ni\xA7"\xFBW/\xA6\xC6%}\x1A\xC0.\x87\x11S2\xAC\x1BM\xF9\x11\xC0T\x86~_!r\xAA\xF3\x88\xBC\x06\xAF\xC7\xF1\x9A\xD2B\'\xA5z\x82\xB9\xF1\x19\xC3\xE0\x88y\xECe/\x15]\xAAB\x1BhG\xDA*\xFD@\xE7\xC9\f\xB4\xD7d\x06\x81G\xFE\x9Fr\\\xB7\x99n\xED\x80\xCB\xDFCq\'\x03\xA5\xF8\xD7\x98B\x0Fm(\xE5s\x17Q\nc\xB2\x00_2G\xCF=\xA0]\xFBQ\xCD\x1E\xD9\x9C\xF8\xBB\xDEo\xFF\xA3\x0E\x91a\x9D~\x84Qr\x1C\x90L\xB9\xDFi\xAE=\xEE#\xDE\x03A%`\x066\xA8\x94\xD1\xB2=\xE5\xBD[\x1C\xCDJ\xA2W\xD8\x80>\xBE\xE8\x1E\x8D\xDA\x11\x98d\x0B\xDD0h\r\xA6\x91\x07Lw4\xEE\x95\xB6\xCAV\xE3\xBB\x19\xF4\xAD\xDC4\x9E\xF7y+\xEC\x96\x14\xCB\t\x92{\xA4\xD2\xC1\x83|\xB8\x1F\\\xECP\x17n-\x84\xFD\xB3\xED\x942\x01f\xA9,|\x9FN\xEF\xC2\xAE\xFAx\x89\xB6\xBA-B\\\xB4#\xCC\x89Y\x17K1\xF1t<\xD0(D\xBDa\xE9\xCB\x0F\xA4V6\xD7aO\xBE1I\xF7\x12Q\xE9\x9F\xFB\rw\xC4\x8E\x9F\x07Ng\xDE}\x1F\xCA\xB6\xF5\x83\xDE\x06\xCDZ8q#L\xE7\x1CU\x96\xDD\xF3\xC2n\xE7\xA8@\x04\xD4|\x80"\xA7\x05\x8C\\\x10\x95\x04I\x87?!\xC1v\xF6\x82\xA9\xE7\x18\x8Bg\xB0*\xD8iH\x87\xDD2\xF6D\xD5\xC6\xA79\x8DT\x13uI7\x1Bo\x94\xB8\xFF\x87\xD6\xA6\xC7\x96\xFEO\x14}\x856\xFA\x99h&\xBF\x9F\xFB\xD9k\xB4N\xEB\xC6z$\xABg\xD4\x00\x8E\xB3\x1BDp\x01X\xCC\xE2t\x95=\xC9/\xBB\x9Bc \xAFz\x12\xF2%\b\xC1\xE7\x99\xD3^\xC3\xF2D(\xE3\x15Ba*p<\xEB\xA2\xCF\x04\x1BS\xD9\x11\xB1\xEB^>\xC5\x16\x990p\xA4\xF8\xDF1\xB7s\xE2]\x0B/\xA0\xDA(\xB47\x9E\n\xFD\x18\xAB\xF3s\x11\xCDV\xE84\x89Z\x9CEl\xAD(\x03\xA4\x8C\x11\xADi\xA1{\x92\x04\xEE\xBA\xD3k>\'\xADe\x8F\xC6yN-\x92\fIb\xE2\x00\xD6\x83\x1CW\x91\x12\xF2\x9AJ\xCD\xEAd\xC3\x93\xF3cE\xBES\x89a$\xE3L\xA8\xFC\x95\xBCk\xDC\xB5\xD0\xF9\x86?h\xECN/\xD1U\xF6\xC15\xAFZ\x81\x11\xB6\x8DX\xE4\xBBE\xF0\x01\x81\xE1s\xAC\xF0\x89%\xB9F9f\xBE\xD0Q;%\xA9\x7F\x89\x04>y\x11\x85\x1F\xD5\xED\x7F\xB6\x93\x05:\x80q\n)I\x19\x03x/R\xDA\x1A\xB4\x7F\xE0\x07\x80 \xDA\r\xCCH"w\xD8\x0B\xF6v\x9A1!\xA5;\xD0\x1B\xBD4\xCD\x7FU\xAD\b\xEC\x9B\x03l\x85\xC4\x0F4\xB8T!\xAD\xE4\xC8o\xA73\xDEC\xD0Z\xC1\x1E\xD7@\xC9\xE5\xA9b\x94\xEA\xC7\x0E\x91\xC2;\x9Bb\xB9>Qo\xE5\x9D\xF8\xAB\x1D8\xC5J\x15\xCEc\xB7kT\x9A\x04g\xA2\xF8\x94\x14\xC9y*E\xB1\xE6\xFBZ\xDB\xF0\x98\xD3\xFCL-\x03_\x97\r*\xF9\xA2z\xF0\xB2f\x9D\xF8\x83<"\xBA\xA1`r\xF0$\xFD\xC9v\x94\xA8\x1A\x8Cf.\xDB\x9Ff\x86\xA9\xDD\x07\x8A\xE7\x10\xF6(\xDEM? \xE7\\\x88\xDE\xA7\x18\xD7v\x1E\xA1nG\x16u\xA2[\x8E\xB9\xF2O\xC6\x81g\x14\xE14\x8CW\x0E\x7FN\xD6\x07U3\xFBB\xAA\x82Y\x13\xEB,\x01\xF1\xBF9\x06Wz\xE9(\\\xFAQ}A\xC3\x8Fx\xB2\x85\x0E\xD4\xC0l7M\xF4a\x8C8\xBC\x92)\xC8\x842\xBF\xDAA\x17\x9Fw\x1D\xADH\xBC\x96P\x01$\xB80\xC4\xAE\xEFv\x89\xDF\x1D\xD2L2\xDC\xB0G\xD3[}\xB1\xCA\x93\xCF\x00\xBB<\x96\xB2%\x9E\xD87Z\xC8\xEDs\xA9,\xFE\xB5"\x97\xC5\x00Q\xEDf\x02\xB1\x0Ba\xF4$q\xE4\xD09\xFC\xE8o/\xD1d\xA6\xE9\xDA\x90\x1Ai\x9A\x13\xCB\xB4k\f\x9E\xBDg\x8Ar\xA0"\x85\x13J\xE8K\x92\x1At\xCB\xED\x16`\xFC\xA7\x1C\x031a\x8DD\x9E\n\xD1q/\x10\xAB\xD0A\xDDV\xE7=\x95\xAD\x05\x86d\xB5V\xD7\x8B\x06\xF3\x1A\xC8Gm\xF6[?\xE2-J]\x92\xE9{\xF8\x1B\x077\xC4\xE2B\xF7l%+\xAE\fd\xDB4\x84\xBCIm\xE0\x9B\xBAQ\xF9\xDC|W\x82\xE9?\x9Dy"\x88\x14}\xA5\xCFk\x12\xC5H\'\x94\x0F\xA4#?\xB0u\x868\x9F\x07\xCF\x80\xFF\xBC\xA2\xF38&\xADS\xCD\x96\xEFR\f\xAA\xD4\x9C\xB7\xE6V\x88\xF3\xA3Oq\r\xCF+\x8A@\x11\xCD\xB0\x19\xEF\xC1\x1De\xB7\xE0[\xF5\xBA\x9A-\xF9\x8AR1\xEC{\xF7\xBF5a~\x98\xC2W\x10*\xB5x%\xABS{\x1D\x06\xC2\xD9\x88\x8A\xDB\xA4)\xFA\xE60\x19Z\x8E\xF20\rY\xAE\xA0Kg\x99\xC5\xEFg,\xFA\x143\t\xB8\xA4\xFCM\x99\x1D\xC05\xF5$^\x043\x95\xBFC\xCEX\x85\xF4\xA1\xD2\x11\x82\xC7\xE9\n:\xF4\xA1\x078\xF1\xCA\x9D#\xAF\x00qC\xC5Q\x90?\xAA\xDDo\x1F\x97E\xD5r\xFB-\xB4{\x0E\xC5\x82M\xCCm]\xE9S\x85\xCCr\xB2\xEFyR\x97E\xC4\xA0Sj\xE1\xFD\x9E\xB4+\xC2Lp$\xF8Ow\x97\xBEr&\xC4\x95[C\xE0}5\xCC\x1EW\xB4\f\x7F\xEFi\x07\xCC:\xB4\xEC\xC1\x909\b\x86\xE7DX\x0E\xDB;\xA1\x90\xC3\xF5+c\xE4=\x0B\x8A\xDD\xABo\x19\xEA\xD2 \x89t7\x0F{\x01>\xE0\xBA4\xA5\x1A\xDEX\x88\x14\xE5w\xAC\x1A\xF9\x80c\x99\xE3\xF3\x87\xD4\xA1#\xC3\x85U\xA4x\x02h\x18\xDDc\xD0$\xA4"\x98{\xF2\xB5\x1Fv\x15C\x05\x90"\xA3i\x14\xCE\x01\x85\xB3?\n\xBAO\xF1\xD5\x8EU\xAE\x97\xEE`\x8EA\x01\xB3J\xD33\x02\xB9+\xD2S\xC0\t/v\x16^5J\xB7\xFA,\x11\xDF\x88%R\x9C\xBAV\xF9r\xE5\xA9\xBF(\x04K\xDD\x9A\xAA\xBC\xD7Z\xC70\xEB`:*\x7F\xF8b\x98)\xABi\xE6 \xCD\x18\x05\x7F\xD4\xC5i-\xF7\xA5eP\x83p\xA3\x12\xEDJ\xA8\x93\xBC\xFD\xE1\x97e\xE9?\xD2_I\xAC\xCB\xF1>\x13\x92\xC7\xFEjT@\x82e\xCE6j\xF0~H\xFB\xB7M\x92\xBE\xE4V\xA6\xCB\xDE\x16E\xC5\x9D2s\x87G+\xAE\x0E\xE6\x9By\xCB\x91\xEF\xDC\x06]>\xB3j\xDA\x06O1\xF7\xEB\xD3I\r\x99Q}.=_\xBD\x1EqM\xC4\x9B,\xFF\x80\xE1X\x06|\xD5R\xE5%\x93\xD2[\xDE\x04@n\x8BU\xA8\xF34s\x1F\xED;q\xE3Gx\x90<$s\xF72\xA5\xBAs\xD4!\xE4\xA5\xD0g\x84n@\xB8y\xFC\xED \xD8\x93\xAA\xDDF\xF1\x94\x073^\xD1\xB8H\xA2\xC3\xEA\x88\xB9\x19\x9E\xB0L9\xB8t\xC8\x95\x0E\xBFh&F\x06\xB5\xD9d\xC6\r\xAF\x9B\xCC\xFDj\xE1\x86\b\xB9f\xE89\x9B\xAF\x13V(\xC5\xB1"\x9B\x14\xC6a\xA3Ci\t\x18u\x8A\xCEe\xAC\xDC\x83w\xF0\f=&a\xF9k@\ty\xFB\x15\xA1.N\x1B\xE63\xFD\x9A\xCC\x87\\\xA6\xFD\x94$\xF6R\x1B3\xB6\xC6I\x1C\xD6E\x80f\xFDGw\xF6\x94\x0F\xE2\xFFY\xDB\x886\xE3\xB1\x81\xC9\xF6P)\xB5\x15\xFBB$\xA6\x1Bm\xDA\x98M\xAB!\xC8\xDB\x84\xC1\xEAb\x8D\xF4\xA6v\xD8\xB0 {\xE1\x15,PC\xD1}\x88a\xD9\x10\\\x9C|\xEB\x91\x17X\xC3\xDC\x8A\xB9`8\x7FL\xAA.t\x1CO\x03+Y\xBB\xE6\xA18\x7FS\xBD\xE7Y\xC6\x8C\xB3\x12\xCF5\x92\xF0Y(mB\xD5\n\xB5U<\x81_K\xEC=\xC3t\x8B\xE5\xA97\xBD\xEB\xA4\x8D\xF5-\xAD\x02#\xD0\xA6&\nA-\xD7\xA1\xEE\x8C\xCE\x07\xF3\x93\xC2\xD4{:\x97m\b\xD8\xED\x8E\x9C\t6\xFDd0~\x02\xE3t\xA4H\x04\x99\xAC!~\xE0\'\xCB\xF7\b\xBB\x92\x0E\xA0\xF4\xB7\tm\x16\x00*Ks?\xD0U\xC0d3\xF1|\x98\xE9\xC8l\x05\x1E\xBF;h\xB5T\xA0\xF0\x13\xAB\xFE"\x86a\xC3-j\xD3K\x95\xDF\xF1R\x85\xBC_\x17\xB71\xCC\xF6\x87\\\xC0\x9Ai\x18\xA3o\xD6V4f#\xD9Y\x9D\xCAf\xB1\x07\xE5\x15\x83:\xDEO\x8D\xB6^\x14O\x82\xB1Er\x99\xE6\x0F\'>_\x8A\xDFL\xCE@\x12\xA5E\x1A\xAEy\xBA\'\xA1\xC8\x1F>\xF9\xD7\x8A\xE7hQ:\x0F\xFEI\x8F\xE6C*\xAE\xFF\x85\xCCI\x93\xF0>\x81\xDE \x93\xC4\xA5l\xF9\x98\xDBo\x019\xAA\xF7$[\xDF\xFA\x17\\\x84\xD9l\xCA\x1Fu\xBF[\xB0\xF4w\x01\xE2\x84\xF5\x0F]C\xAD\bj\x9DU\x0By\x1A\xDB\xB4\xA1\xEA2\xD3z\xC3^\x1E\xDF\x7F\x13\xAB/\xC1vO\xF77~^\'J\xB3\x0F\x0F\xC1!\xCC\xE1u\x94\xC42\xA4\xD1J\xBD\xFF\xA6\t\x92/\xEB\x9B5\xDA\x8E\xCAY#<\xCD\x8Bp\xD6\xE5\x91,\xC6<\xA7\xBE\x90)ue\x1F\xAD\x04\x89\xF1\x98;\xBD\xEAb\x02\x1E\xB0\f\xA1\xD4\xB8\x01\xEE\xD2u3\xA2F\x87g\x9EC\xD6\x0E|\x8B)\xB0q\xEE3I\xB6\xF9g\x1B\nm)M\xB5\x9Ee\xE8\xFE\x18V6v\xB2\xEE"c\x00M\xF1\xCD\x84\xBBT>\x11\xCFQm\xFA\xA2R\x89\xE3\xCDl\x19S\x83B\x9B\x1D\x8B\xE6.\xECY\xFB0\x18\xB8R\xF0\x03a=\x1E\x9A{\xE2W\xD5\xA8\x80G\xBC\x98\xED\x13s\xC11\xAA\x9A\xBA\xF5\x12\xD0J\x82\xE1\x9A@\tY\x15\xDF\xF8r\xA5/\xB4\x1A\x8FA\xD4x3F\x8F\xEC-\xE1Z\xC9\tb\xBFx\xD4\xAE\n\x8E\xE8i\xAC8\xE2\xC2\x8F\xD8\r\xC6\x88\x18@\x05}\xE6\xD2c8\x05\xDC\x8FP}"H\x81b\x9F\xFC|\x15\xD3q\xC3\xA98\x9C&\x91\xEB_\xDC\x05\xCA)\x10\xB6\x9D\xF9`\xA9\xBD\x11n\xAE9\xA4K\x96\x16\xBCrJ\xC9\'\x85\x9Cn\x14\xF8Nh\xAD+`\x96\xC9&\xB1\xFC\x1D\x87\xACD\xF5\r\xCF\xE2\x05\xC3\xDC(X\xBB4\xAF+\x8A\xE8\x7FH\xD6g\xC1D\x82{\xA9\\\xF1j%\b\xC8\x16\xE3\'[\xA5h\xE2\xB2\xC4\x92{\x18AT\x02\xC6\xA4}\x0F\x93\xA8N&\xC9\x8D\xEEH\xFCc\xE4\xCD/\x9CnE\xA8\xD9P\xC7Fk\x1C@\xC4r3\x8C\xEC%\x84k\x11\x98\x07)\x1C\x00\xE1_\xF3vKj\x9A\xB4\x05\xC1\x13\xBE\xFFw5Y\xEE\xA6-\x83\xB2k1N\x86@c\xBFp\xF4\\\x15j\xAA\x0E\x90\xBBD\x02\xF5\x1D\xC1[0\x97b\t\xBB\xD8^\xACL\x16\x9F^\xD6\xF9\xBFBU\xDA\xC3\x9FL\x8B=\x1A\xD5\xA7\xBE\xEFX8l\xD2\x8CG\x99\f#\xD1L\xFC\xDD^\x96\xD0\xF2\xDE\x01\x1D\xD66\xB4\xA0\xDC*\xC47Z#|\x86T\xD2\x8F\x04q\xAF!\xF7\x826\xE7\x91\xF6\xD0\xB6E\ru-\xB3\x8En:\xF0x\xD1\xB5\x9C3]\f!\x87\xD8\x9Fs,\x1A\xDB\xAAb\x8Bq\xC2:\xEC \x0Bo\xAEX\x9A\xEB\x89\rS=\x81t\xEA\x9B\xDB\xA95\xE7\xB3A\x11\xEF\xCE\xE1|\xA3\x13n)\x07~\xE48\x95\xA6\xE9\x19\xCD\xFD[\xAA.\x13g\xEA\xFE\x8D\xE1.}\xFBJ\xAE\xE6T\xC6\xF5=\xB7\x05\x14\xA2z\xBA\x8D;\xC4*uF$\x00z\xCD\xFA\xB5\x06P\x19\xC9\r^\'y\xA0:\x8A(BX\xFE\xB3\xC9b\x85!Y\xCA\x04bO\x9D!\xE4\xBC\x93\x05U\xC4Ht\xCEB\xA9\xC7\x13A\xFAg\x85~\x1D\xE8\x98U&\xD7Id\x17\xA1\xF9\xCC\xB8f\xAB\xE4\x97\x1FD\xD3h\xF5\x8En\x99\xFA\xC7\xDBfS\xB8\xC5\x92\xD5M\x9CA\xBC\xA8\xF4p\x89\xDD6}\x83\rEp\xDC\x86&\xAF\x16\x97\xB8_\xED\x8F\x95\n\xBA\xA30\xD3Fi\xCB\x86\xF7\xAC\x03\xE2P\x80\x12\xDD\x91N\xC02a\xA5\x81,\xB0<\xE1\xB9F\x84\x18\xAB\xFF\x0E\xF0w\x1D/\xED\x10\xDC1\x1AH\xC0\x12\xF6\xA7\xD4d\'\xC8\xF6?\xA3i\xF3T\x03\x1Fn5n#\xCEJ\x0F\x8F\xFB\xA95\xE5].\x97\xD0~1]?\xF2\x19o\b\xEEK\x0E\xC2tR\x01!b\xEBN0\x97l7\xA7\xE0e\x8Ct\x02Q\x90\xD5\xB1@*\xBA\xEFL\xB0\x9C\x1A|\xE5\n2\xD6\x81\xDF\xA2\xBE\xDC7\xF0`\xE3W\xBF\x19x\x06@\xC2p \xB1\xEA\t\xA6\xC8,\x87\xD6\xB8~\xDF\x1D\x9C\xD51\xA5\xCF\bq\xC0\xE5\xD2V\x86\t\xC1\xACX\xCD\x9Fz\xE8i\x98\\q\t\x907\xFF_\xB7\xD1\x8F\xBEFx)\x0BW\xAD\x8Ax\x99\xB0)l\xD9\x9E\xB7\x8E\x12\xF0F\x82\xBFj\x95y\xFBV\xA0:\x8F\xFFZ\xEC\x88\x12|\x93\xB1%\x8BC\x17\xB6&H\xFA;\x18\xB7\xF79\x0B!\xFD\x88\xCB\x1C\xE7v\xD7\x89Q9![\x9C\xEC\xB1>\xD1S\x1B\xFE\xC7A\b\x81\xF2L%e\xD6\xA3X\x007\xD7\x1DG\xB2\xE2\x13e\xCA)\xACAf\xBE\xF4:W\xDA\xFCy\xA0\xF3h\xCF\x99p\xE4+\x82`\xC4\xA9O\xE0;\xA3U\xBE-\x10\xEE\xAAr\xFE\xC9\x18d\x8D\xFA'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xC4f\xDF\f\x82.h\xD4!z\xC6\x0E0\xE7\xBCJ\x98\xFEU\x8Di\xF8@\xB5o\x04\xADQ\xED\x1D\x9Eb\xFD.\xAF\x11\xC9Z\xE0/v\x1E\xC2;\x99s\xEE\xC7E\x11\xB2\xF8o\xD2\xA0H\xE2\x8Bg\xB1C\xFF\x9FQ\xFC\xA1:\xB6s\xEAC\xB4\x8B\xF5\xA0T\x8Fct\x18\xD2:\xB0\xE6\x15\x9D\xD0\'\xE4\x934\xC6\xDA>\xB8\xCF\x82Pm\xEAB\x88\xFC\x9D\xD1\x8C\xF1d\xD5\x0E1\x8B{\xD8Y-\x889\x02_\x12)\xEF\xD0\x18~\xE2$M\x8B$Y\xF9\xC5\xA4\x13_\xE2>\xFF\xD9\xA6\x05\x86\xF1`"\xBF0Mx\x80\x11^\xF7}\x88Zr\xF2\x17\xDD\xA4\x95|\x1B\xB6O\x0B\xACS\x17\xB6L\xA7\xFC\x1F\x95\xA3\xE8\xC2\x18\x94\xB6\xC9\xA5V\x976\x87\xC6l\x10\xDAz\xCE\x19\x90U\x03,\xBDk\xCC&\xB3B-\xC6\xA3}\xD9\x06\xA9\xF0\xC3<\xD3\xA5%\x14\x98\n5E\xC0$\x052\xC4b<\xEAl)\xFE\x86\xE3_\xBEh;\x05rMd\xEE}A\xFAp\b\xBA\\\xF8\xAB\xBC\xF0\xAC\x98K6\xDBw\x99M\x84\x1Ay\xEDX\xDDo\x0B\x94E\x83eW\x1E\x9AjJ\xB3\xFE\xE1\xCA\xAB\x91i\\\xD4\xF5\xA8\xDD\x14\x96\xBF\xDB\xA1~>%\xD1\xEC\x14\xB7\xDE$\xA7\xD5/\x84\x1C\xDCK,\xD4\x14<,j@\x05\xE7l\xAA\xC9\xEF\x0B\xAD8\x95\x10\xBF\x8D\x1DN\xF65\xC9\xE0\xFF\xB7\n\xEA/\xC1fT*w\x00\xE5\xB2\x8ASq%\x84xG5Z\xC8\x07\x94\xAER\x82D\xCB\x8D\xFC\rU\xE6\xC1\xAF\x8D\xEB\x9Fv\x90\x80Z\x15\xBF&\x86\xFE\x1FA\xD6`\xE5\xFAJ\xA0i\xE7\xAB\xBA\x16v+\x90@q\xDD\x80\xF4\x1A\xA1\x8B\xEFN\x1D9\x0ED\x9A\xEE\xCC\x04\xAE\xF5\x8D\xE9\x19l3\xF9z\x9E^4v\xB2\x9Bi9x"c\x02N\xDF\xFC\xE2\xA1\xD3S2\xB5Z\x8F~\'\xBAq\xD00\x02<\xD6Y\x9C\xEC\xAFS\xA2\xCD[\x83yA\xD77\xBB\xD1\x9Fz\xC9\xBC\x00fM/\xD6 s\xB9J\xA2\xDF\xC3&\n\xF1\x1B\xBEL\xD1\x15\x00\xA3\xCFA\xC3\xB4\x1CG\xB2|\x8F\xF3s\xE0\x10\x9E\xC4\x03\xA5\x89 ^\xC7\x82s#\xFEh\xD4\x10!\xF95\r\xC9\xAF^\x12m\x07\x84\xF4.\xE0\x1B\xA4\xB7]\x10\x99@\x00\xD4W\x12\x8Ed\xD4\xA6\xE2>\x87)\xEE\x93Z\xF6\x0F\x834g\xCC\x1Ca\f=\xA6\xCCiL4\xF3@Q\xE1\xB0\xF1\x11F\x93\xC3:\x87L}\xBE\xABN$\x02\xE3\x93H\'a\xAEWn\x8E=\xE6\x88\xC5h\xA9+\x82q\xEE;\xB8Nn\x94Y\x04f\xC5F/\xB0\xE4{\x9A\xCC\x991\xE8\xC3$\x95\xFC\x1C\xE9\x80\xD7\x17h\n\x99|*\xA7\xE3]\t\xB5\xF1\xE1\x97k\xEC\x8Er\xB9\xF6\xA4\xC5\xE7A\x97\xD3\t&\x7F\xFBP\xF0\xE0\r\xCC\xB1\x1F\x9C\x01.\xC9\x17\xF6\xD6\xA8u\xDE\x89lP\'\xEF\tk\x01\x88Q\xDB_D\xBC\xABVt\xB5\x91\xC59T\xBC\xFB\xCE\x1Bw*\x908\x19\xD0.\x9FV\x164}\xD9\x1E\xFC\x13\xBAQ\xAA\xCD\x157\x8FwIc\xF8B\x7F\xE7\x86\xB0x8\x9B$\xB6\x0B\x1E\xC0\xD3\xA8]B\xD6J\xA8w\xB4\x06\x83z(\t\xCD/\xFE\xEB\x1B\xDA\x8BnN\x99\xAA\xD9d\x03F`\xFB\xDE?\xCE\x87O\xB3k\x8A3t\xF3\xDEa\x9C\xB3#\xBD\xA02\x93\xC1\xD8^\bG\xEC\xBD\x0F_N\xEB\x95>\x04\x19\x8B\xB9\x14\xBB\xF4,\x19\xCF6\xE2\xF3\x96a\xA2Kr\xAAd\x040\xE8@\xF7T\xBB\xA3\xC5\x85\xB0\n\xBFf\xEA+\f\x9DX\xC9\xA2G\x80+p\x07\xD9[\x17\xE6\x05T\xA7\x1B\xCE&\x8Fh\xE0\x812\xFB~b\x9F\xF5u\xE1\x92\xDC!\x85\xCBC\x9F\xB6\x14\x81\xC9!n\xE7\x12{M"t\x99\xAC\x01\xD2E\xEF\xE1\x1B\x05\xC1;\xE9\xCAE\xF5\x85\xC8%t\x8A7l\xA0S\xFF@\xD0\xA3\xC8\xB2\xDB4\xC6K*a\xDF\xC7\x0EG\x90\xFBp\xB4\x8A~\xFA\xBD[\x0F\xF4$\xD7a\x7F5\r\x8DA+\xD5\xEE\x903\xF8\x1Dc\x8Fw\xB6&]{\x96\xF9V\x8D\xA7|:e\xAE\xDF\x11\xB9\xF7\xDC\xC4\xAE\x1ArX#G\x12\x86g\xAC\x00%\xFD\x86V\xB0&\xD9\x1AL*\xE8\xAC7\x99\xE5xP\xC4\x94\xF0\xB1\xDB\xFE\x9B_\xB7\xA7[\xCA\xDCU<\xC4\x146\x83\xA9\xD0\x11\xB0\x1Dk-\x0F\xB8\xFEOA\xEF\x97L\x0B|-\x98\xF2\t\xE3\x91[\xED\x1D\xD5\x95\xA6|6\xD5u\xC0A\x03\x9D\xD0W\bg\xD4/\x8C\xAD:\x07X\xA2Gu\xCD\xF6:\x18\x02F\x81\xB5\xE6\xA4\xF5h\x00C\xDCdN\xBD\xE1\x9A\xD2\xEB\x90\x9E\xCFo)]\x82:\xE8a\x8A\xBF\xA9/\xFE\xB9r?V\xEF\xB9\b\x1E\xE8\xA7d\x85\xEEm\xC3\x8F\x16I\xB8\x01\x1Cm\xE1*\x18\xBFT#\x87g\xDEr\xA1\f\x7F.N\xD6\x98\xBC\xEA*\x8C5\xF2\bK\\#v\x173\xBF\x00\xA8\xCD\xB5\x16\xD4N=ye\xCD\x9C\t\xE6\xC2A]\x9C\x8CN\xF7\x113\xB8;"\xA4u\xF1\xC9e\x9E\xF8\x87\xCFc\x90\xE3\xAC\x0F\xC4\x96(\xBDd\x1A\x81\x04o\x1DW\fq\x9D\xC9y\x84\xAE7\xC2\x05\xDBU\x83\xE4!Ft\x03\xA2&\xF7\x0F\xD9Q%\xA8\x89/\xDC\x18\xCEp-\xC5\x94|\xE2P\xF9\xDA?\x80\'U\xD7Bz\xB37\x02\xF11yN\xEAB\xFA\xD1\xEF\xC6\xB0=\x8F\xCBH\xA7\xFB$\xD9\x18m\xF9\x8Bh\xA5\xB3{\x12`\xF4\x93\xE1g\xC8\xB4\x99\x84\xEF9}_\x11\x92j\x00\xB1=[\xD6\x1D\xAC\f\x97`\xB3\xE7\x13\xA9\n\xC0\xED\x9A\x12jE\x9F\xD5\x05\xB2\x8A5Y\x9B\'_\xDF\xF3|\xB4\xE4:`\xB8F\xA1\xCE\xE5C)\xEE9\xD3\x9E\xC3.T\x887s\x1EG\xC1\x17\xB3\xF7\xD1T\xC0\'\xF1\xE0\xA1\x04F\x89p\xCD/\xFF\x7FJ\x952\\\x1FM\xD9\xC5\x84\xBA\x1D\\m\x13\xA8\xDADs\x0E\xA34!\x85\x14S\x93\n\xEA/V\xBB\x1C\x95M\b\x8Cl?\xAF\x19\t\xEC\\\xDE\xFFp\x92\xE1K\x9A\xE7\xA9J\x81\x13w\xB7e\xF4\xC2 X\x82\xBE\xD1k\xE3\x8B\xFC\xAAp)W\xF99\x92\xC9\xE3x\x1E\xB8\x89\xFBS\xBE\xD7\x02i\xC3\xD3p\x8C\x01\x7F\x10d\xFB\xCB\xBBY\xE7\x01\xD8{\xBC\xA4\xD01\xACW\xCC\x06g3\x069r\x81P#\xCF4\x9D@\xEB\x10\xA59\x1A\xF5\xB6u\xCD=\x94\x07\xE0\x7F\xA7\xED-\xFFH\x97\x07\xE9\xCCn\x93M+\x9C\xF5\xAA\x1E>\xB3\x9C\xD8\x85\xADq1\x1B\xA7\'N\x96\xF8I\x8C\x0E\x9C\'?\x87 \xC0\x98\x1D\xD8\xFA\xC2\xEC\x93\x01U\xD8\xAFs\xDFf\x03\x9EE#\x0E_\xEA\xB2\x16\xCELc\xBC\x85V\xC5b.?\x19\xB0_\xE7Cz2\xE2R\xC7(\xED;\\\xDF\x9A\xF3v\x84\xC7j =cx\xF4\xBAm\xE9\xA5vW\xC8\xB20m\\\xAE\x15}\x83\'F\x96\xC7.W\xDA\x85\xC0\xA30H\x89%\x9B\x04\x1A\xD77\xF5\xAD~\x9E\xDD\xF7\f\x8A\xCC\xB8\x12\x82f\xF7Kt\xBF$\x0BE\xD0\xB69\xED\x0F\xDF\xB3\xC5\xE6\x1B\xD5P\xFD\x12\xDA\xE4y\rC\xA2\xDD=+\xE5\xBD\xFA\nQ\xEF\x8D\xAF{8\xF4h\xD6s\xC2\xF4o>\xB3j\xA1"\xE3\x10\x80\xC27v\xA5%\x03W\xD8\xA3\n\x90\x18\xA6\xFF\x8AU\x14c\x03\xA1Y\x91,\x03\x829\x96\xAEb\x8FH(\x89\xF0\x96\x1B\x07\x8B\xC8_\xA0j\xD1\xB7 c\x13\xE7\x05O\x8F\x19\xFFV\xAC\xDC\x8F\xE8\fu\x90\xD2ZLj\x1E\xD3Je\xF1\x94u7\xB6\xD2k\xE4\xCA}\xB0\x94\xDDH3\xD4\x7F\xA9_Jp\x0B-\xCB<\xB7\xA9aL\xCDe\xBAr\xF5D\x0E2\x89x<\xD6\xC2\xA5,\xCE\xB7\xE4\x9E4\r*^\xC4O\xFBC\xBC)\xEC\xFD\xB5\x98\xE5\xBE?\xAD\x1B\xE8G,T\x99@1\xEB(\xC4t\x89\xBC\xFB\x14\xCB\xF1\xA5\xBF\xE4z\x1D\xF1\x13\xBF\x01.\xE6R\xA8\x1D\x92\xDBP\xAA\x02\x9A\xF6Fl\x96]"yC\x82\xECw\xCF\x1E\x881\xAFe\x05\xA7\x8D1Y\x14\x83(\xCAa\xFD\xC1\x87\xF2\x06^\xBB\xFAg\xA8\x19\xF3%R@\x9A\xD9#T\xFA\x87\xA0^=\xDD\x9F~\x84\xFC5\xD0y\xF0\xC0\x18\xE1)V\x80\x17\xFA=\xAD\b\xC8f\xB9\x97H\xA6\xF2\xD9\x16\x98\xCD?z\xDA\tk\xF6\x7F\xDEO\x9B\x0Fz \xAB\xD5\x15\x80P\x07\xE4\x97n\xAE\xE12w\x8E\x16i3\xDC\b\x90k#\xB0\x11\xD9I\x9B\xB4&[?q\xC8\xB1\xEB\x7F\xBC\xDD\x8A\xF2R\xD5\x179\x02Z\xBE}T\xE5l"\xC0Q\xAB\xC75\xA2\x07\x8C1\xB1\xDAe\x927w\xA0\xCFB.`\xC8\r\x86d\x04\xB8D\xCF\xB1L\xC3R\xEF\xCB[A\xC2m\x06c\x85\xFD\xA2\x90d\t5\xD2O\x0Fq2\xA3\'\xF9\xAE\xDDk%\x926\f\x85\xF7\x9E\x1A\xEC\x92H\xB9\x1Fq\xCEXA\xEC\xC5J\xE2$m\x83\xB5\xD7L\xEE\x1E\xC3\xF6[\x9C\xEC\x10\x91s\xB9\b4\x98\xF4\x8E \xE8/\xC6\x11\xEA\xD7I\x1C\x83\xA4&\x98\xC4b\xE6\x91{D\x82\x0F\xA1\xFE\xC6\xB0K`\xE1:t\xFE^\xD6\xE7<\xF5\x19\xA1\x03+\xB4\r\xF3\xC3\x00\x129\xA4u\x95<\xD4\xA8,~>\xF5%\x1B\x87\xE2w\x18\xB7W\xA6\xDCO}:\xAC\xF7\xB9[\xE4i\x01H\x1B\xB7\x06\\\xC3\xEA.\xD2B\xF0u\xD5+\xB7\x8A\xCF(\x13\x86f\xA9\x94\xBDv\x80Qj\x8F\\\xA9S}\x8E\xF9)\xB4jO\r\xDF\x81\xBDa\xA8oE\xAA`\xD6\x026t\x8C\xB1\x1C\x95g*v\xCBA\xF0\xB0\xD6\x86>\xCF\x9D\x19f\xB4rR\x8C\x17\xA5\x02\x10Gi\x9C\xB0S\x03-m\f\xE3\xD3\xF7\x1C\x9D\xDB0\xEA\x1D\xBF\xDFZ\x07\xE8\x8B n\x01\xCD\x1A\xE5\xD3\xFC\xC3)I\x9F\xC9\xF8B\t\xD0\xBF\x01\xDE\x8C\x07\x16\x92z-\xF8sT4\xF4L\x95\xE5\x1F\xBDc<\x95~\xC2\xF3\xE4A\xC1\xF0\xCBJ ^?\xAA\xCC;qE\xD1\x99gH\xCE\x18\x9F\xC8D\xB16T\x97G\x9D6\x91\xED\x10\x81d%\xEFm3]E\x9FP\xA96\xC0W\xA1\x0F\xE9\xAC\xDB\x89\t\xCA\xA9\x002\xDB\xEB\xCBX\xA83\f"y\x8C\xDE\x9E\xB5\x83*\x7F\x10\xB9\xFD\x87\xB2\x0B,\xA8\x808{\xFCc\xF2\xA2\xD9q\x06Y\t}i\xB1T\xDA\xBC\x96\xA3\xE6\x85\x12\xEE$o\xF6\xDC\x1D\xCAf\x8E!\xBEo)=|Y\x86\x9Fo!\xF9\x81P\xD5\x93c\x14V8\xFF\xF2\xC4\x97U\xED\'\x17xP\xFB\xEDo\xB9\xDA(\x93\xC2\x15*\x89\xBB$\xB9\xE0\xCE\x1F;\x06{\x16R(\xB0y\xC5\xD4\xB5`\x84L:\xB6\x03H`\xFA\xA0\x15\xD3\xF1\x0EN\xB7C\x14\xE0s\xBA\xA3\xFB0\xABt\xD7hI\b\xDE\x8De\xC7\xE3\x91\xC1@!\x04V\xABM\xE5x[\xFA=\xEE\x88O\xA4\xFA\x8E\xE5\xABD\xC9\xD9\xF6:e\x95C\x0B\x9D\xFC\xE3\x7F\x982\xC8\xDFU\xB6\x90h\xC4,\x02\x91\xAEf&\x06H\xCE\xE6\xBE\n\x90\x1A\xA45o\xAFJ\xA20Z\xD6d\x9D\x8C\xEA\x12>\x82\b\xCA\xAC\xE9f@\x161q\xC1^,\x88j\fX\x8D\xFF\x19\xE61t\xAD(\xD2\xF1\x13\xA7\x82w\xECF\x1E\xAA\xE3w\xD58\xC8\x9C\xF0:|\x86#E]\xCB\xE8\xBD"\xD4\x04=\xF6\r\xAD\x16\xCA3v\xBD\xD2h4\x9C!k\xAA\xD7\xC7\x96\x0BI\xF0\xD2\x00\xB7 \x9D\xC0,\xA8V\xCD\xBF\x13]\x89SmB \x061\x9A\xFE;\x89Q\xF2]\x0F\x8AX\xAF\x17S\x9A\xEF\xB2,x\x85^\xF0\x97s\xBA\x81\x7FI\xE0\xF8\\\xA2\xFF\x1B\xB4\xE0J\x91\x04z\xF5b\xB3#\xA0w\x94?\xE9qI\xDB}\x88\xEFh\x93@\x07\xC1\xB2\xE8\xD0O\xC0\xDAt_\xCE\x18\xA2\xBB.\xE3j\xD7\xC1\xF9n\xDB>\x03\x9E\xF99\x15\xCDa\x1F\xE8+\x95i\xB0&F\x94\xEEU~\xD0\x11\x8E U\xE7\x84\xDD6Q\x11a\xAB\xCA\xF3\n\xB3\x1E\x03H\xD8"\xE1\x99/\xFD\x8Ei\xAE\x12\xE8\xB9\x97(\x05~E\xFD \x914\r\xA7b\x8B\x14S\xDFG\xB4\x8CM\xDB\xA1\x01;\xBF\n\x86\xDBr+\xC1\x88\xF773\xBB\x9C\x99\xD3\xB4\x8C\x19\xD8uK\xFAY\x88~\x92\xB8#\xAE\xE9n8W\xEEf@-\x9BL\x1D\xD0\x96V\x03\xE2r_\xB1\xC1T1\xE2F[\xD35m\x8A\xD1\xACq;\xA5\xD7\xED\x19\x83O8\xBB\x1A\xCF\xE4Lg\xDC\x05\xE9Iz\x02Z\xBB\xF0\x82\x99\x1C\xEA\x06e\xE1\xCE?\x82\x11\xC7\x91I\xDA\x0Fy\xAB\xBC\xDC~\xAFi3F\xA7\x19\xEB\xFD\x9Dl\xF2\x87{\xF9\xA3\xE3I\x9B\x1E\xEB\xC2f\b\xB7m\xCA\xF6\x94\xA9\x01x\x9D\f\x92\xC8p\x80\x1F\xC2*\x94@2\f1\xC7B\xA34\x17\x9Bw]\xF8\xA1+\x05\xB1\x85\xCD\xF6a\x89A\xFA\xBF\x1F\x8E\xCD,\x86<\x11&\xAA\xCB\x06\xB9-\x10x\xFER\x0E/\x88!?\x9C-|\x13G*a\xB4!\\8\xAC\x11W\xA3\xE0\xF8o\xA0\xD3v\xB1^\xD7\xBER\x01-\xD8\xBA\x1Cb\xE2r"S5\b(\xE6\x13\x9E\xD8\xF3mQ\xDEd\xD1\xBB_\x1B?\x8FW\xAE\xC79\xBA\x92\\\xCFv\xFB\xDDY\xBE\xD8\xEC\x8A\xC5=\xF1\xD6\xFD\xBD0\xEFlE\xCC\x14\xB5`\xDE\xFD\x12\x85\xF5r\x8E\xEB\xAAM\x7F\xCF\x9AC\xC0\xEB\xA1n\x94\xC7]Nv\x0B\xB8\x99\x04\x7F\x91\xE9O\x9At\xDF"\xF0\x81a\xDC\xF8\xA2\xE5M\xAD\x8D\x05"\xA0pR\xDF\x16\xA6\x83T~\x9A\xD1\b\xAF\x87R\xE9\'\x91G%i8\xB2\xCA =\t\x88\xF17\x00\x90\x17\xD3E\xB4\x027\x80+\xACB#\xC6\xA6H.\x0B\xD6\xFD\xC1eG\xD3\x07+|D\x16\xC55\xEDgB\xB3\x0F\xFE\x97vd&\xE7B\x1A\x8Ec7\x1E|\xFF\x8F`\xAB\xCD\x9A\xE5\rFe\x97\xC3V\x13\xA6lZ\xAFx\xE0!f\xA6\xED\xCB\xE0[\xF98\x17\xB4\xF4\x80n\xAA6\x9F\x15p\x97\xAB\x1F\xB6\x85n\r\x98P\xCC\x81:\xD12\xBAH\xCB\x04\xB3\xDEP\xFC\xBB\x9B\xDC\xC3M\n\xEC}\x18Q\xA4\xDCy\xFE\xE30\xB5\xDB\xC7+\xF3\x0B\x83O\xF7\xBEz\x1C\x95k\x89\xE8\xD7hZ\xCA=%\xE4\x8B\xF9\xB8Q\xEBj\xD1\xF3[)\xBA\xE2\x18l\xF3Y\xAB\x0B\xF7\x93\xA2h,\xC4\xEA&n\x0B\xAA0+\xC0;\x8B\xFB/\xBC\x84\x17\xA0_t\x1FK\x81;b\xCE\x9B\x14\xD8>\x00J\x0E\xBCu\x9E!\x83\x12\xB7V\x04~\xCB.?\r\x8D;\x02\xA0\xD7z\xFD\xA7\'\xC0}\x8D\xE4!s<\x10\x87y\xA6I\xD4>b\xEF\x9EX\xD8\xB5k^\xD2&O\xF3\xCF\x8E\xF9\x07\xE6\xA4\xC1%6p\x8DX\xA0\xB2\xD20P\x04C\xE0y\xEE\x93E\x1C\\\xDE\xA4\xC6\xE3S"\xB1C\x8A4b\x93\xDA\x13,O\xC2\xD8U\xF2\xD0\\\x15\x92\xF6\x80\x19\x98\xE4p\x06 \x96\xED\n\xAAn6\xB1@\x9Cj\xB8R~\xFC\xAB\xE7\xB9.\xF2#`\xEB\x91\xC8\xAD\xFC-\xA2\xD5\xC2\xAE\xF2\x84u\x18b\x94\xC1o\x10\xEB\xC7F\x06\xEE\xA0Ag\x84\xA70\xBA\x99\x015\xB6X\xCAz\xBDJ\x83\xF5D\xC88K\x91\xC4\xE7\r{*\xD2\x1A\x93\x10\xDD`I\x05i\xC6\x85}\xA9\x1A:c\xBDNo\fd8\x9BM\xFF)\xAD\xF2/\xDD]\x9B\x1B\xAFRs\xB8\xCF\x00\xEC\x1A\x07l\xE6Cu\xDC\b-\xE5K\x1C\xD0\xA4{\xAF\xDDu\x00]!\x86\xBE\xE1^D\xF03\xC9\x87\x1C\x98\xD4\x12D\xDD\n\xF5r\xD9\x98\x16\x87\xF6"\xDAl\x0F\xBBB\xD5|\x07\x81K\xFBw\xD3\x860\x1F\x96^\xB1|G\x8E$\xC6\xA9\x1E\x9Cj\xAC\xFF\xB33S\x0E)\x88\x16\x9F\xD5D\xF2U\xA6\x00\x8A\xB2t\xA1>\xF4x\xADU4\xBB\x9DX\x89(\xE96\xCAY\xB5\x8F0\xCC\xE9\x8Ah\x9E8\xCB\xA9(\xBC:\xE2\xF7l\x0E\xDE9\xC8\x9F\xDAb\xFA\x81P\xF0<\x8B"\xFDg\x92\xE9\xC0Z\xF42\xB6k\x96\x137\xC6i#\xD9\bY\xBE*\xE4\x90\xFBk\x1F\xCEI\xB2\x05{\xA5D\xE5\x03x\xA5R\x1F\xFA\xB7X\x15\xE8g\x92\x0BX\xA5\xC4J\x8B\'\xF4X\x11\xB51r\xD1\x0F\xBB]\xD6'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB1,r\xC0\xF71o\xD3\x18\xB5x"\xFCp\xE9N\x01\xCE[\x18\x94D\xC5\xFE\x8D\x18h\xE7\xA4\xFCL\x81$\xCC\x12O\xA0\xE6&\x8EM\xCE;\xA2\x1B\xDEZ\xB9\x06\xDBd\xF3\xA1G\x0B\xCD\\\x82=\xDB~\x94B\x03\xDE\x07\x9C\xD8_\x8E\xAD\xED@\x87\xE3\xCC\xA7\x8E*\xB3\x9E\x885\xB9n\xE7,{\xDA;\xB7\xCD5w\xC0\xDF[\xADp\xF9\xC1@x\x00\xB8r\xEC\x02k\x91%Ax\x814\x1F\xC4\x8Cj\xB4\xE9\x1C\xA7\xFA\xB8 \xC8nJ\x88W?\x12"M\x9Ei\x06O9Y\xDC\xC1\x9B\xC3E\x13\xE9/W\x87\xBC)>\x9A\xF7Ea\xF1\x03W)\x14A\x7F\xA2\x0F4rV\x1D\x95\x05kT!\x8B+i\xA5\x0E\xD6<\xC5\xDF\x02U\x9B\xD3<\r4R#\x7F\xD4\x85&\xBEC-\x9A}8\x06]\xE5\x1A\x00\xDFg\xB9\xAA\f\xC9q\x16\xCF\x7F!\xBA\xC9\x18\xA4\xBFh\x83\xE6\xFF\xD5O\xC2\x87\xAF\xF4\xBC\xE51\xA4\xB5\xE2:\x06Xs\xB7\xF8\x8FF\x8F.\xBC\x18{\x82\xEB\xDD\x90\xFC8M\xA0m\xD0\xE0\xB6\xEC\x17\xADH\x89x\xA8\xD0&\x8Bz7\xFB\xA4P\x01\x81\xE8U\x94>z\xD2\xF6H\xBA.\x1C\x94\xF9b,CuM\xCF\xF7\x12~\x94\xC7\xF1\x83&L\x16\xA5\x1F\xEEb\xAB\xF6\\\xC0r\x11\xA9\xC5\xE4\x00\x1A\x8EaT\x80h\xCB\xD7\xF74X\x94L\xF3\x19\xD5`\x91\xE0\xAF4e\x06,\xE1\x8B\r"\x9Fu\\\xAAD\xE2\n\xA3\xD7\x8D#\x99cE\xD6P\xB0\x1DA\xE3\xA7ix\xCFM\b\xDB\x94)\x1B\x9AFg+Y\xB3y\xF3\x0F3\xFA(\x9Fo!\xBB\x0Fl\x05<\xC0\x9A\xEDG#k\xC4\x9D\xD7\xABN_\xB3;\xDD\x90\xF0\xCFm$|\xC8\x15^\xAE\n\xC1\x86(\xFFl\x9C\xD3[\x03\xCA\x10\xB7\x874qA\xCD\xB1\x04\xD2\xEF\x89\n\x977\xC9\xA6\xBF\xDAA\x0B\x90P\xED\xC8\xA1\xE5\xB0Z,r\b\xB8@\xF4\x13s\x1E\xFC\xEE\xC6qQ\x07\xC2\x13\x8A\xB7\x99\xEF=\xFE\xE87n\xF1\xA7\xE57\x10\xBFy\x945\xF3h\xE4\xA1\xC1\xFBXm2S\xB8\x1Es\xD7E#Q\x96z\xB2[\xE2\xAB/\x83B\x7F\xCE\x80\xDD\xAA\x1C\x89\xD3X\x8FH\xBD\x856\x98\x19\xAC-b9R\x001X\x81w\xBAQ\xD1\x16w\xB8\x8Dd\xF4(\xB2\xEB\x929Y&\x14\x8D\xEA\xA6\x85\xE0?\xA0\xC1\xEBh\x81\x03b\xEC\x1D\xC5\x00w\x16c\xFD$\x11Ke\xF7\xC7{0\xA5\xEA*\xCF|c\x02\xD5\xE7\x84\xF8\xA0\xE0\xD3h\xC3\xA7\xDB\x1D\x8E\xA0/Y\x04D\xDBQ\x87\x17J\x1C\xC9\xAC\x04~I\xD8 \xFEz\x0E\\0\xFD\xAD\xDF\x15\xCE/\x89H\x99:\xD1\xDD\xB5\x97\xEA4\x05\x93T\xE1\x0F\x00o\xB0\t\xE0\xA4&Am\xBA~ E\xAF\x18\bK+f\xFA@\xE0\xC6\x9A!\xCB\xA6\xFDn\xD6Kt\xDD\xF0\x97\xB76h\xC5\x96\xF1\xCD\x8C\x19N\xBBq?\xA9\nj\xF4\xBD]\x82Pq\xC3\xA3\xBB!C\x9E9\xC1^\x97CV\x12\xB6\x91K\xCC\x0E\xEC\x95v\x8B\xF6\xE5\x97\xCA\x0B\xB0`\x84\x12\xED|/>\xBA\x99\xFD\xBD\x80@]\xCC\tO\xAD,dF\xA7\x7F6\x90\xF9\x9D\xE6V\xD8\'\xA4\x07-\xF6\x18r\xACI\x81\xC0\b\xF4"\xE7\x992\x84C\xFC\xA9=\x04\x17r\xE8\xCD\x89\\\xDDKx\xFA\x1CE\xF36\x00c\xA9\x0F\xCEE_\x17\xD4\xA9.\x8A\xDB8\xA4\x15\x99\x05\x88\xDB\x1C\x8F\x03m=\xF2z\x9F#\xD6\xC2U\x89\xF2"`\x16W|\x90\xD0H\xACx\xC9\xDF\x95\xC1y\x8D\xC7\xB3H\xA7\x10\xB92\x9B\x13\xB6\xB6\\\xA5\xDF\x15B\xB8\xFB}&\xB1\x91tA\xBEy\xF4\xC1 f\xE3K*\xF9BY\xCC\xA3\xD8\x1A\xBC[\x85\xF6n0\xE0\r\xBD\x97\xEB\xCC-\xA0\x0Fc\x00&X\x0BmL%\xE32d\xF7\'}\x01B\xED\xD3V\x02\x89%t\x9A\xD3\xEA1\x82\xDE\t\xC8\xFE\xE2\x10\x9F\x06S\x8E?\xB7\xC7r\x9F\xB3x1\x0BR\x8D\xFF8\x12E\xB2\x92c\xCFvA\xFE\xAAF\xE19\xBF\x8A\xED\xB3\x9F\x1A\xF2\xB0\\\x9B\r\x81T\xD9\x93\xC6a\x8B$\xE6k\xCB\xBBM\x8DgW\xA3lK5d\x86(Hb\xE6\xD1~\r\xEE\\\x12\xD6\xEA\x85\xAEf\xE1q\xCE\xA8\xE9\'\x03J\xA36\xDC\x8Cl\x1A\xB5s\xD6\x1DO?\xD10\x86\xD9\xFEC\xD2\xBC\xEE\xA2h\x1C\xB0u\x00P0\x0E\xF89\x1A\x05\xC4 \xF3\x96\xBA\xECV\xAF\xCB\x962\xAC\'\x80\xA66\x93\xC1N&\xF7@\xB5,\x99Mx\xDA\xC3\x18\xF8\xB1&\x06R\xF2\x85[\xF7\x98\x7F\xE4_\xBDv\x12\xA5j\x1Bu7J\b0\xE1;\xA1\xA9\x96\xDB_\xADv\xE2\xB2?\xD5\x15\xA5r\x1D\xDA\xFB\x18i\xF1\x02R\xDD\x1Ff\x01p\x15\xC9\x92\x1E\xED\r\xBE\x8A_\x9Do\x82Z{\xBE\x9A\xCA(\t3\xA6\xC6\xFF\x8F\x07;R\xC9)\x8D\xE5\xFC\xAD\xCD\x86\xF3\xBEN\x1B\xC3D\x85\xEF\x9E+\x91Pz\x04/\xC3\x8F={\xBB\x83F\xC0t\xCC\xF5A\xAA\xE2\x9CI{\xD5Ue\xFC= \xF02\xCC\xE9\x0F\xD6=b\xE5\xAFLj\x14+\xADh\xDD\x95\xEB\xB3Z\xC4\x95%{\\\x13m\xD5e\x01~!\xD0\x11j\xFC\xCB\x88\xE0^\xF8Q\n\xA3Z\xE1\x0F\x9D,\x90X\xBA\x880a\xBD\x02\xA5\x801\xAE\xD3\tS\xB7D\x93 O\xA4q\x17\x93\xD1\xDF\x82H\xEE!\xA0\xF95r\x05>P\x10\xDC\x9EC\x92\xFD\x8E\xEC3\xB9YH\xBF5d\x1E\xAEC\x9D\xCD\xE85#\xD1n8\xB1\x1A\x07|\xD4\x0E\xF1)\xDE\x13p\xC5\xE5}\x90\xA7\xE0\x05g\xAD\xFC\x87\xF06\xBCv\xFB:\xB6X\xC3zL\x15\x84\xD7\xA5g\xB9\xEF\xC8-\xB2"\xD4T\xA0\xDF\x8C\xF5\xA7\xE7\x9A\x0B\xBBk(\x82t\xB5\x92\xFFU\xED\xD9i\xA1\xE8:S\xAF\x8B>L\xF5!\x9CF\x16a,w\xC29\xDE+\xC7\x05[\x1F\xA1\rf\xD8\x8A\t\xCE\xBBa\x1E\xF61\x8Ap\x06U\xE4x=\xB0\x14r\x05)y\xD2S<\xEF\xD5\x13J\xF4`\x16\xA8\xC5\x88B\xFBL\xC6!\x98l\xD0c\x95\xB5[6\xFB\xBB\xCF\x85\xF6\x9F\x15^~\xB3F\x8C\xEBP\xCA\x97\x1B0B\xAA\xE8.\x9A\xC8\xE4F\x17\xA8;\x80\xC2\xF9%\xC9b\x97@\x17\x80\xFE%\x8E}\xA7\x04\xC1\xDA0G\x7F&\x97\x12\xB4\x84s\xF8\x18\x03\xC2\xEA\f\xD8\x89k\xECM \xDAU\x8E\xD0\n\x9Al\xDA\xAC\'|\xF6\xE4m\xFD\x91sO\f~\xB1]\x94\xD9\xF7c\fo\x83J\xF0\xAB\xD9\xBEn\xB3a\xC5W\xE39\x8Dp\x9B\xF1\xB8\bc\xCE*^\xDC\xBB\xA27},\xA8u\xCA)\xA0\fs<\xB4\xEEI$\xE7<\xFE1\xBE\x87\\\xB2\xA1S!\xF2\xDB\x88@\xFF$\xBFt\x1D\x9CE\x9D\xE1\xBC\r/]\xEBI\xA1\xDD\r\x97\x1B\xB2Q$\x0E\xC8Z\xE0\xA3x\xE95\tGZ\xD4\x85Q\x1AC\xFFW\xAF\xC4\x95\x010j\xBF\xA9\x82\x17b\xD2\x0BG8\x16\xC4\xD4=\xB4\xC1i\xA6\xD2N\xEE6\xCB\xB4\xEBV\x1C7}\x83\xCB\x1E\x063\xF4E-v\xF8\xD0\xE8i\x84;\x1F\xF7@\x8A\xA8\xF2\x91%\xE6\xB3\xF6\x9C\xDE\x91\x14\xE7Fc\xCD\xA2\x11\xFAuS\xC5\x9Et\x92\xEC\xDC\x05x\x84c\x11)\xFA4\x13\x9D\x81\x04W)k\x06\xCFh\xA2\x00R\x96u\x8Af\xD1\xBA\x86a\x9FB\xAB\x00\xD4\x93\xB3M\xC3\x1Br\xCAe\x10Ao\xC6^\xB8:\x7F\x80\x1C\xDEX\x8AB\xD6-\xF4\xB7N"\xA9g\x98.\xE8\xFF\x9CZ\x92\xE7p`\xDF|\xAA\x8D\xD7\xAF\x90\xF4\xDD\xB8A\xE2\xB0\xC3"\xA4\xE9K\x07(\xBD\x19Ss.e\x05\xD8U/\xB1\x9F\x01\x8C\x1F3\bj\xF2\xD4.\xF8\xADx\xE8\x1F\x98^\xE2\x104\xFB\xCAV\xBA\x1EK\xABv\xCFD\xB2\xC6\x1F\xBA\x0E>\xF8\x16;N(_\x13,\xF7Z\x10;\xFFq\x15\xC7\xE0}\x95\xF1\xC3\xE6\xA0\x12l\x99\xFD\xE3{L\xBF\xD9\xEC\xA9\x83"\xA1\xBEQ\b+\xBA\xC8\x04\xAC\x8El\xD6\x85z<\xF3\x8C\xC75\xDE\x1C\xF1R\x8C.G\xD0\x97Q\xBE\xE4y\xC4\x87\xA9m\xCE\x9D\x7F\xD6T\x94\xAE=\x8B[4\x0FI\x89\'\xBA\xEE\x81>\x17\xD2*]\x96wR\xCEI\x0Fe\x8F>\x9BmM7\x7F\x1AA\xB4\x07\x9B\x13\xDAq\t`\xB8\x86\fz\x01\xA1\xF4i\xE5-o\n\x9C\x1D\xD5\x036\x8EE\xEE\x84\xB92\xF3k\xD3\xFC\xB4\xA3\xCE^:|\xCBHa\xB8\x81\xF5\xA5<\x12\xFF\xB61\xE4r\xCB\xEE\xD9\x12\x84\xF6\xCF\xEC\xA2dL\xE7*\xAEC\xA0\xF9T(\xA7:\xD8^\x19\xB1\x86\x02\xA3\xBCd\xF0Js\xE6\xBF\x1B\x05(\xE1_\x19\x9DP\xE8"v\xDC\x03\xAE\xF9 \xDD\xA93\x07o\xC7\xE6&\x8E\\\xF6\x98\xB0\x02^%\xA8g\xB6,X\xC4%\xF7\xBEY\xCFf\x19\x91\xE6\xCCh\xBF\xE9\x93\xC9yT"\xD5.C\xAE\x93%X\xA2gL\xAAs\xCD\x01\xBE-\x0B\x83gC\x1B\x8FS\x9C\fu\xE9V\x1DI\xB2k\xDC\xC3|9 \x87G\xC1\xFD<\xDE\x96\r\x89\xDBt\x937\x82\xED\xC21uB\x99 N3\x06@\xBD\xEF;\x81\xDC\xFE\xCB\x0F\xB5\xFA\xDB\xC7\x11\x98@\x89y\xA9?\xC7\x98\xF3\xBD\xE7n\xC5,\x8D\xC0\x9B\xD7\x8A\x0B\x9FB\x17\xA6\xD6S\x13\xE1y\x9D[\x18wH\xFE>\x19\xA9\f}\x00O\xB2\b\xD9\xFC\x10\x84c\xA8\xDE\x11\x8Ffp\x17S|2\x86>w\x8D1Y\xEA#\xD8e\xE2V\x11)\xA7_6\xD9N\xF5b\x018y\xECd-\x85\x06\xEFh\x93\xB4/\xD1\x8B\xEF\xBD\xADj\x9D\xCC_\xE2\'\xD6\xA3\x1F\x89V\xAC~\xBA\xF5(\x9Ct\xCC\xAF\xF3\xA6\xC0\x9A\xEB\xD2`\x1F\xE6\xB4\xFA\xC2I\b\x90\xF8\xB8p\xD4H\x06\x85\x13\xB5\x1FB\xAC\xCA$\xBC\xFA\xCEKq\xB9\xC8D\xF4e\x0BL6#\xD5\xEA-Q\xF3\xB5D\x97p;\xF1k\xC7.\xE7\xD1lG\xFBW\x18\xCE=)eJ\x05\xAC\x9BN\x0Bp\xA2_\xB17\x1E\x9F3\x8Cy\xC8\xF1\xA3\x7F\x95\xE0n\x14O\x91Y\xAE\xE4"4\xA1\x00\'\xAC\xE6\xC6\xA2\x03^\x82\xC0\b\x8Ei\xC6\x11[\xB9\xE1\x14\x9E?\\\x94\xB3\x1F\x86\xE65X\t\x8A\xE1\xBA\x15-\xF3\xCE:\x81\x19\xD3\xF0\x7F\xCAN\x00\xDD\xB1"9d\xFE\xD10\x84\xF1\xA2\xDE<\x12\x98_\x8D\xDC}Y\x80\x15vU\x92q\x17:{\xA5\x1C1\x86\xFA\xCD(\x91K\xF9\x1B\x0B\xDC:\xC2\x07\xA0\x98z\x1E\xF8m\x91T}\xBEb\xDF+\x95?\r\x86a\xEC\x16W\x97\xE3F\xBCU\f_\xB9*}\x03\xC4s\xF0\nA\x1B\xCE\x9A>\xB9\xDC\xF2B\xB2\xE2\xD0K\x00\xDA\xE8wS\xA7d\xD7\xBF\x89sP\xA5^y\xD5\xEE\xB5\xD7\xA9A\xC8\xDC\x83#\xA6\x01uW\xAA\xE5\xBE(\xA6k\xC1\nt\x8B\'\xE9\xA8E\xFF\xD4b\x87\x1E\xA8\xD2T\xB0\xBF\xEBm\xF9!/\xCB\f\x9A\xFB&\x94b\xAEG\x9B\f9\x00y\xAF3\xEE\xC9)\xF4\x8DJ5aI\'\x9C\x023\xEA\x0EE\xB7\xF5\xC6\x17iF\xD8\x93?0\xF9\xAD\xCD\x15\x9C\xC5q\x8E8\xAF\xEBF/j\xFB\x83+N\x0E\xAEe\x88\xA6Ol]\xBB\xEEt7\xC2 \xB5\xEC\x82!\xE3`\x03\x96j\x11\xBD\x1E\xC9\xFF\x86\x10wd\xAFXn\x93\xD4O\x8B2\x9D\xFA\x06w\xCF\x82M\xDAiX4\xF3\x1D\xDF\x10\xC8Q\x94\xBC\x13\x9D;v\xDF\x90\xD3F\x01\x7F\x1E\xD81\x80\x14\xCB\x07\x8CP\xD5j\xC7E\x0E\xA1I\xB6\xDA8\xAA\xEA\xA3r\xE5\xBD\xD2\xF0\x1A\xC4\xA1\x1F8\x0B\xEDq\xB6%T\xAC\x1D\xEF\x12\x9F?\xFD\x86zJ\x99k\'\xF5w\xD9\xE6]\xC9\x04\xA4`4\xEF\xBB\xE3\x90\xC4\xADCW\x9F*\xF3\x7F\x15\x97.X\x90\xD1}$\x85\xFEDdW\x1B,O\x96;\x89J\xFB\xE3y\xAD]\xDD\xCC\x88f\xE3\xBD`|\xB3#\xE4\xBB\xD6\xAC\x02\xB9Y\xA2\b8\x8B%\xF1\xB6\x15#\xC5\x99Y\x14=\xF5\t\xE7h\xDC\xAB>\xE2\\\xFD\xB1\xF2\xC0<\x16\xE7Zt\xCE\x92\xDE\x8F\xAF\xF8[\x0B\xDB\xB7c\xCD\x80)\x98\x1BI\x0E\xF49\x99-\x02\xC6\x92]\r+a@\xE5\x81\xD0\x1Cg\xA9QoB\x89zJ\nm\'\xA2wJ \x96\xFDn\xB9\x83\xCD\xA4v\x1D\xDFm\xA8\xF5\xC3\x9E\x07\'\x0EC\xC2~\xA1!q.?\x07T\xC1\xFD=~\xA4\xC4P\xD9\x8BD\xEBn:\xA3\xCA\x8C\x144~\xFC\xB4I\xC2\xFF\x98\xD0\xE4\xFA\xA8\xD7\x80\xB5\xCD]\x8A\xBF\xD22M\f#G4\x06M\x88+\t\x8FR2\xB5\xE4o\xD13\x04\xE8\xCA\xAA\x8F\xE9\x9D\x17i\xD7\xB2\xE8\x91*\x16u\xAAV\xD3\x19\xF5Pu\xDB\xF0\xC1N#\x92\xE9\x10\xDD2\x1Bb\xBF8\xECP\xFE\xDF.\x05\xB0r\x16\x90\xC6c\xE8\x92\xD6f\x9E\xBC`@\xD9\x19Jl\x9E\xF3a\x82Hh\x13\xF7|\xB4H\xF2\x830^\x01k\xB6\xF8\n"\xBD\x84\xAF\x04\x97 f\xA8\x9B\xD7pA[\x85x\xAEU\x91+q\x15@i\x98\xF0:[\xEA\xA6\xF8{\xB2\x1A\xC3\xED9\xFC\xCF\xAF{\xEF\x88\xA8*\xB7\x1E\x81\xD8:\xBEZ$\xD36\xA3v\r\xCAD\xD5\x86\xE4g\x9C5~\xE01F\xB7\xFEV\n0\xF2\xA5\xCC)\xBB\xEE\f\x01\xA0\xC9\x83\xAB\xC1\x0E{\xD8\x85$T\xDB\x9C\nDs\xABZ\x10p#\x98\x02\xC7\x12M\xE0\tT\xB2)\x9A\xDF\x88\x04\xC5X\xE1$\x9B\xAC\x1AY=\xC8K\xF1]\x12\xC4l\xEA\x86:\xC8a\x8A\x17\x04g\x9EM?\xD4|![\xE8R\x1D\xA4G\xC7\xB8\x02?+]\x87\xF6&\x95\xDE\x80\xE9/Wf>\x92x\xC7e\xEC\xFEu\x0EOl\x94\x18\xF9\xBBNs\xF0\x95,\xA8\x03\x8C\xD6\xA2(\x91\xD3x\x1A\xE3\xBC|\xB0<\xE6\x1D\xC5\x89e\xE2\xB7\xF75\xD2\x8C+\xFAg\x11s\x8D\xCF\xBB\xE23\xCBR\x19\xC2K\xA4\xD5\xB7\xE7\xFA8\xA6\x19\x8FE\xCC\xA5/\xEC\xB0>e\x8B\xDA5\b\xC0z\xDE\x1Cj\xB9B\xF9Y\x0F\xAEJ\x96*\xFAS\xD5\x94u\xF91\xAA\x11G\x96o\b\xB4^\xE1\x976\xAC\xEFL\x16j\xA1\x03y\xB28\xF5l\r\x8D)'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('H\x98\x07o>\xA9V\xE9s\xC70\xDEn\xFC\xA5)^\x98\xF6\xD3H\x11d\xA2\xDB9\x94`\x15\xD2=\x9A\x0Ba\xB5J\xE4\x95D\x1A\xB3`\'\x97q\xE7\xAFP\b\xD64\x8C\x04j\xA8\xF5\x8AS\r\xD3\xA48\x05x\xB0\xD8\xEC\xBA\xD1\x19\x01\x87\xB4!\x9DS\x8A:\xCD\xE4\x0E\xB8l5\x8C\xBD-\xF0o\x00\xC5\xEB\xA7s\xBD\xEA,\xD8\x8B\x1F\xFFj\xCB\xE8\x88\xF5\xC6\rB\xCE\x1D~\x96\xEEt\xB8U\xCE\x19F\xE54\x97t\xEDc\x90\xBD\x17Y2g\x8E{-\xD9K\x0E\xEF\x05\xBD\x15xI\x86S\x1C\xAC\xFFY\xCB\x86\x1F\xB6V&\x07M\x81\xFB[\xA8y6\xC1\xA5\n~S=\xDC\xA7U\xFD\x82:\xC1\x12H\x9D\xE0,\x94\xBFb\xCA"\xB7\x17G\xE0,\xF3\x80\xA4!\xF8\xC2\xA0\x07z\xAC\xFF\\\x85\xC6\xFAUd\xCBD\x0EQ\xE3]\xF3\xCD\xAA3E\xE8+\x1Ei4C\x93(\x13?\xAF\xF8\xD5<\xE5\xCB\xF6\xB3\xA0\x0E\x91\xB9k\x9C\x85c\xB8\x92\xD4\xBE d\xE9\x15\xA2\xF5[\x01\x88\xC5\xEB\xB0\x84\xD8\x9F\xF20\xDDA\xA9}\x96\x05\xB8y\xDA\xB1\x97\b#\xBB\x18\xFC\x82\x9FY\xD1\xA8\n\xB4\xFCb\xBFQ1\x8Ej\x11\xA8\x1BF}\xC3T\xE50\x1BI\xEB<\xFAm\x14J\xF2\xB0\xD2Gy\x90\xCC@\xDA{4R\x14\'ZK\x8Dr\b%\xD4\x1A:\xE7\'\x8A4lH\x81tR\xDF\xC5q\x04\xF1\x8AuW\xCE\x84\xD7\xEA\x99\xC7W\xBB-e\x94\xFF9\xD0p\x02\xD9\xB0\b\xCF \xA9\xE46\x82Z\x98"\t\xB4O\x18\xA4\f\x96\xCFm\xBB\xE4\x0F\xCD\xBD\x9D\xEFf\xB9\xAA\x95W\xFF\xC7\x15\xE9\xD5\xA4(e\x108\xB9O\xD9-\x18\xA2n \tz%\x01\xEF\x84\xD6\\\xEA\x17\x87\xA9^\x8F|\xC4Y\x8COz\xCA\x0Er\xFA\xC14\xE5q&\xBC^C\xF4\xA6\x02<\x98\x1Dj3M\x8A\xD6\x03W\xAF\xEE\x81G\xC5oV0\x9C_\xE2\xEE}\xB8\x10\xDD\xB0\xFF\x84}\xC7\xADd\x0F\xB6\x83\xF4\x9DH\x90y\xE1Z+\x9EN\xCC\xEA"=\x10\xAF\x01;\x99\xB8b&\xD7<\xF7\xE33\xAFH9\x80\xCE^\x92\x1D\xF1\x9B\xCAk7\xA2\xFA\xDF\f\x8B\xD7\xFDE\x91\xA87\x87U\x9Be\xC0;\xEF\'\x93\xD8!\xA4C\x17^\n\xC6T\xA2\x11\x85r\x1A1\xAA]\x9Ay\xC3\x88n\xCB\xF6J\t\xC5\x1D[\rs\xC8\xF1Z\xE6\x12\xFE\xC4\xAChF\x14\xE2\bx\xB7a=\xAB!\xC3\x13r*\xD8\x05\xCD\xF4v\x16\xE0\xA2jQ4\xE9ug\xD5\xE4\xB1=\xF2#\xB5\xC4\xFB\xD4\x93l\xC2\x03\x9E\xEFO,\x1B\xE9\xAA\x9Cm\x89\xB5\xA0&\x83\x07\xBA\x7F\x9Em3T\x88)\xBC\x90M+\xCF\x19\x96\xE9iM\xD1\xB5\xF8gN\x1F?\x8D+K\xB5\r\xF7\xBC\x8D\x04\xC4\x94.p\x88\xD75g\xE7\\<\t\xF1Q\xDB!c\t\xD7\x8F~3T\xFE\xCF?P\xDBd\x1C\xD4(B\xB4\x0B\xE8\xD2\xF8s\x1E\xA9\xF2\x88S\x01|1\xA2\x85X\x17\x93\xA1\xBC\xE7\xAB\x04\xCAr\x87\x1C\xD0W<\xF9\xAAZ\x1B\xFE\x9Aw\x05\x90G\xA5\xBA)\x81BC\xE2\xB6\xA4Y\xC0\x11\xDC*\xEFz\xBF\xEA\x99J\xAA\x83\xF4\xDA\x90y;\xA1\\\xDD\xC7o6\xDA\xC1\xB2\xF4\n\xDF:\xEA\xC8p._\xD6S\x996\xDCC{\xA1%\x12K\xEB\xCBE\xBDP\xAB\xCC\x18\x7F\xE3\x14s\xAE\x82\xC96j\xFBA\x85\xB2g\x92\x15\x047v\xFB/iR\x16$\xC0\x02\xB2\x10C\x98\x04c\x9FH\x1E\x8F_\'z\xAAI\f\xFB\x80\x7F\x13\xF1a\xFE\x94\xB0_\xDE\x85\xBA}\xA2\r,\xDD \xF40\x8AU\x9D\xCF\xF9\x00z\x14\x97$\xE6s\xC9I\xA3"\xAE\x8B\xCB\x10\xBC\xE3\xC8^\x9DMf\x84\xE6-U\xB7%\x0F\xE6t=\xC5\xB8\x02\x8B \xDE\xB3D\xC4#\xA5\xB9(\xE8\t\xC7\xF2h9\xDA\x8F_\xEE\x80n]\xBE\xD9\x02e9\x1FR\xAC\xF0L\xD2\xA9\b\xF66\xE3`\xD6EY\xA1n\x94\x05\xAD\xEC1\xCC\x1Au\xF6\x8C\xD3\xEE\xAB\x84\xCFT\x9A\xF0f\xD23\\\x9D\xED8\x90k\xD3Iq2N\x17\x9C)\xF7\x1Es\xB3>\xA4\x0B\x97F\xB1\xED\xC1\x91\xDB.\xC2\x8B]2\x1C\x8FR\xB9\xFAq)\xE8\xF6@ 6}\x8A\xFAE\xD8\xA7\xBD8\x7FKg5\x18\xFF\xDB\x13M\x95w\xBF\x18r\x01\xE3X\f\x83\xC1\xA7\x8Eu\xD1\xADR\x04\xC4\xD4W\xFD\xE65w\x12(Nq\x93\x1Bp\xFD\xB7x\x9De\xD1\x13\x81\x9B\xC2\x19\xB4\x87\xD3I\xDD\x11\xB8l\x92#^\xFE\x13\x97\xC4\xF6\xB5l\xA5@*\xAF\xF5\t\x81N\xCC\xB1\x1D\x9E;\xFA \xE2\x01>\xBFk\x975\x17\x83&\xC7h\xD1\xA6\x86\xDD\x05e\xA5\xE5E\x0F\xDC\xED\xC1A}/\x02P\xDCx[\xFF\xBEc\xA3*W\x06\xEBB\xCA\xA3\xE1,\\\x92"|\x86\xE3\xCAV;\xD9\xA8b.\xF4|\xD9Pe\xB6[\x10\x87\xE7I\xA8\xE0}N\xB5\x8E\x1D\xF7Z?\xAE\x068\xCEY\x84<)\x03\xA6\xE5\xB1c;\x90\x0E\xA8-\x96\xF3\x1D\xC7\xE1\x9C\xB2w\x85\x1Fn\x07?\xD6\xEB\xC2Y\x06\x1E\x9Fn\xEB$\x96F\xBD\x8D\x13\xCB\xEE\x95.\xD9z%\xF3a\x0E\x9E\xF0A\x04`\xE4\x9Bz\xCA\xBD\xF1%\x9B\xC6\xB0k\x8CZ \xF2\xC8\xA1&\xEAg\xCCQw\x82X\xD0rE\xC0\xDC\xB1\x8FO\xBC\x84+^\xE3\x9A\xB22d\xEF+\xB1\xD8?\xCD\xF4\x8C\xBA\xD4\xEC)\xAC\x9A\xB9\xCC_\xA4\x1A@\xDE\xAA\x99#T\rq\xC3W\x87\xCD\xB3\x1Fn\xC4\x96\xF0N4\xD0Z\xF2(M\x9A\x00\xE0\xB6\x05\xEE\x82m\b2\x7F\x00\xCE:\xF2\x8C"C\xD7\xBC\r{\x8D]\x12\x9A&O|\x1D\x83\xC3xT\f\xF6-\x03~\x99&\xC8\xC6\xF9\x82\xA4\xF0\x17\xAC\x07?\x9B\\\x02\xD3\x1A\x0Ee\xA9\x03\x86\x12k\xD9\xC9\x87h,\xA3P!;\xD2\xA7\xE7\x16X\xA3q\xC0\x04l\xEA\x81R\xCA\x023t\xA6\xDC\x0B3\x00_D\x16\xE4\x89k\xB0\xC5V\xEF\rh\\2\xE5e8\xDB`v/\xEAJ\x89:u\xE5\x8E\xBCz\xE2;\xB5\x07\x1FD\xF5\x13{\xCB\x97Z\xF6gG\x97\xB5\xDBL\x10\xCDZ\x9F\x19?\xE0\x96\xB7\xE9He\xB2\x93\xCA\xA3\xF17\xD1%A\xDA\x915\xB7\x88:\x15\xBA{\xCE&\x99\xF7\x8E\xD5\x10\xC0\xF5\xB5\xA0.\xCAB\x1E\xA2V\x90v\xAC`\xBF\x8E7\xB0\xE4\x10\xBD\x8A\xC8!j\xFC\'\x94\xAE.\xF9w\xA9\'l\xF7\x1E\x85\xC5\xFAp\xE2L\xB4\x90\xFF\x9Fy\x1BL\xE4r\xD1\xF8\x92I\x05\x82\xB3L\x1E\xBBR\xA3}!cP\xFC]\f\xF4\xD4*\xC6\xEE3\x9C\xE6W\xD8\xFD\x1Du\xA2)>\f\xE9\x877u\xE4I\x83\xD4\n\xBFK[\xD00\x16>X(\nvh\xC0W\xAC\xF2\x05\x9D\x12Y\xA8\xED\xA9\xD8>\x11q\xC9\x00i)\xE0\x93\t\xD6\x84\xAEr\x98Kj\xFE\x16P\xD0\b$lB\x87Jb\x00\xD6{\xABY\xD1\xBA\x16b\xC5:g\xEE\x8A\xA1\x07\x7F\xE5\x9B\xAA\xD5\x87\x1B\xDD1\x10\xCA\x80g/\xC1\x1FBe+t\xF5W\xA4\xDFB\x85\xB08\xC7\xEC@\'\xC3\xE84\x89\xBA\xA5\xDF\x80n;\xA5\x95\xBA\xF2\xCA\xE0\xB2Q\x92\xC2\xF6F\x06\xA3\xF3#\x98\xB4\x15\xDC7\xAF\xC1\x8F`\xF5\xBE:\xF9\x99I\xEA_<\xD5\xB2w\x8C\xDF\xC7\x1A\x9B\xBF\xE7\x911\f\xEEZ\x16r\xA7k\x14R\xDB\x19b\tDz!\xB3\xEF\xC6\x16Z/\x0B\x998\xED\x16.n\x1D\x8A\x7F\xD9U\x03Cx%Vi\xFDG#\x0EMd\xCC\xA8$\xB8\x83\x1C\xFCO\xED\x03aT\x8A\x036^"\xB6x\x9E\xD0\xFDL\x8A\xBA\xF9\x9D\x7F\xAB\xCE\xEC1\xC3\x83a\x02G~\xD6\xAAm\x1Fv\x82^\xA5\xDF\x9A<\xB6/\x8F\xE5\xA7\xF8\xC5\x94\xE8\x1B\xD7t\xB4\xEB\x8D{X\x03l\xE1|\xA7\x96(\xC8\xA0\xE5A\xD3\xAEm\xFB\xD7bI\xBE\x94#\xE41\\\x8F;\x01%\x93V\xF8\x12\xD3-\x80\xE2\xFC\x8DN\xC0\xFA\xD2B\x05\xCAS\xEBf\x0E\xCDp]\x86\xD4\f@\xA6\x81\xC96\xA0-\x15\xD7@\x92\r2\xBFDh\x116\xB4{\x15O\x85\xC8\x17\x8D*\x06|\xD5f\t\xCC\xEF\xBFGm\xB7\x9F\xDCr\xABP\xA1$c>\xEA\xA0+\xB4\x11j\xBC(\xFD\xA9M\xBF7\x17)P\xB8z,\xF3Rf\xDF\xFF\xB1\xC2\xF1\xA2\xCEU\xF4\xD6\x87\xE5\xB5\xFE.\xA0\xEF\nF\xA6\xE69\xAB\xF1A\x9F\xB0\x1Fu\x10\x86\xE2^\x1EB6\xEB]\xC1\x10\xB5\xCB\x18h\xDDV\x97\xF1\x8Dw\xD5\x84!\xF5\x9A\xB1\xECk\xFF\x9B]\xBD\t\x95\x1Fn\x86J\'a\x1A\xB3o\b"vQc\x93\xDC\xC0v%Y\xF8k\xC6P\x14\x817\xDAM\xA5.\xD0\xFE\f\x8C\xBA\x96\x07\xF4v5\x94\x06C\x82}\x1C:\xAEG\x15[\xE1|\x06F\xDC\x8D:\xCD\xE1\x18A\xAA\xD1Q8\xE6u\xFE\x89G\x9B9\xAC\x92\xF8\xC8\x1CS5\x8E\xDF\xB8\x98\x1E\x80\xDE\xBBpV\xEA\x96a\xF5q\xAEP\xC9|)\xCFG\x8A\xD9o\xAD\xF0\xC1\xFF\xCD\xE2-\x07\xC4\xA1=\x91\xD0e\xA4\x0F \xADm\x89\xFB\x7F\xEF\xB9\b\x98\xA8\xDA/\xEC\xC6\xDF_\xD1\x19D\xF3p\xB1\x04b@\xD3t\f^\xFB\'\xC9\x04\xB6\x19\xC39\x99\xEEc\x16\xDFi\x9E\x1F\xE7L\'_4\xA6Js\x9Ba\xEDq&\xBBU.\xC6xN\xED/T\xC5&\x8E`\x19\xCBS\xBEg\x13~\x00*K\xBD\xA9\x87\x0F\xCE\xA3\xEC+\xFFJ\xB23\xA3\xEE\x8EDw*\x88K\xDA&\xA6\x84\xF91\xACY\x00\xBC\x9C\xD3\x0F\x8C#\xBA\xFA\x87\xD3\xAF\x0F\xF8\xE6\x19\x81\xFA\xBC\x94\xD6\r\xA3G\xDC2\xF9y">\x93\xAEW\x83\xA2\xEDk\xE7-_=\x1B|\x82\xA8\xCB\xE7\x95\x7F\x1A[\xAA\xD2\f\xE6\x00y\x12CV\xB6>\xC4\x12\x7F\x86\x1AlS\xEBg\xDBX\x1A5Pj\x8B\xA7;]\xDEEf\x01v\xB7\xEAl\x9D\xB1\x81\xE2\xF5\t\xD5\x1E\xB9=\x0E\x8Fx\xBF\xDA\xF9\x9AN\xC2\x14h$C\xD5\xBF9\xE1j\x9D\\\xB2\x90\xBF\xD0\xE8\x06s\x8F\xF0\xCE<\xE1\xFA\xC5\x96\xB0\x0BB\xC2\x94\x02\xDADz\xB6\b\x9C%\xAA5\x85]\x16;\xC6\x0FD_\xA1s2H\xF7u\xCF/\x02F\x8D\xB5l\xE14\xF6V\x8B\x04c\x11\x86\xFC0\xC6?\x1Dm\xF6f\x9C"\xD7^-Q\xA4\xB3F*x9\xF2\xA2},\xEA\x9E\xC9)\xF1\xD0r\x15\xC3\xF3\xCF"\x97\xFE\xD6V(\xB8\xCD\x8B\xE9\xC3\x96b\xE3\xAF\x9E\x17T&\n\xCD\x91r\xB9\xDD\xA1\xF3\xB3O"\x92\xF2Q\xD5\xA4,7\x8BK\xAA\xE4\x98\t!t\x8B\x04\xD5\x17\x82d\xCF\xB3\\\x1Dc\x12\x91N\xE9\x8CZ@\xE3Q\xAE|\x89\xEDo\x02\x1COj\x14\xA6"\x03Ri\xC8\xF0\xA9]?\x1F\xAD\f-x<\xCEm\xA7z\xB9\x13\x81\x03Y\xC5\x0F{\x19\xBBn\xF5\xC2a\xEA\xA1\xBBL\xE3$\xF9\nJ\x86\xBE\xFD7g\xB1.\x05\xA0i\t\xC1H0\xA7\x92\xDC9\xAF\xFD\xD8Y\x876\xC6\xDE-~\x85\xE6\xFE\x9CG\xEBR\xC4\x97\x18\xE8\x07\xDC`:\xE9w\xDD\xB4\xED\xFD\xCBE3\x80\xD68\r[/k\xADU\x90\xDE8o\xAD\xE1\x9C\xC7\x1B\xDB{\xB9\x8E*\xF6\xE0\x19f\r\xC2z\x9B+A\xB7{\xF0\x99\x96\x07\xBA5\xD6v\xC1b\xD2\x84\xFC&^\x8DE-\x9A\xCA\xAC%\x94>\x9FT\x83g\x01\xA6S\x17\x91\xCB\xFC\x98\xC6\x10u\xA5\xCC\xF3/XvA\x84\xF4I\xCE\x1Cr\x9C_\xB6\xCEF\xF8U\x84\xEF\xC8\t\xDEH\x19@a\x1D\xA1P\x12\x8C0\x1At\xA6A\xD8\xB0\xC1\xF7\x1Cp\x0BId\x15q)\xD4\xB1 \xE8w\xB6\xDFH}\xEB@,\xBCE\x18\x95\x06\xD4"\x0B\xA6^\xFF8\xAC\xD9>\x82\x045\x9F$\xE1\x13`o\x8F(\xAEj\xF3\xAFI\xC9j\xF4\xAE\x02\xE0\xB7h\xF0\x12~N\x81V\xB8\xF0\x8C\xCF\xBD\xF3\xE1\x83\x10B\xC8\x9Ad%\xAB\x86\x1E\xD8\x01\x89`\xE6\x7FM\x8B\xB6\xEBq\xBE\x95\xE5W\x0F\xC3O\xE9k\x8Ds\xBB\xA9\xD05\xA2[\xFC\xD1\xD2\x89\x02\xE9\x94\'D[\x974\b\xCA\x9E6\xFF\xD2i\xA0\xDE3\x00\xA8N9_\x7F\xF70L\x03\xF2;\b]\xA0n\xF5\xB1$\xC2\xA3\xFB;\xCFQ\x131j\x89\xF0~ \xD5\xAF\x17\xF1L?\x01\x1D\xE8\xBD\x11\x80h*t\x17\xD9\xBBy\xC8\xECJ\x88X\x1E\x91\xE5(\x07?\x18|\\#\x99\x06\xC3\xA4\x92\xDB\xBA\x8A\xD1q\xC2\xB4L\xCE2X\xDA\x0Fe+m\x90\xDE#\xA1\xC8\x06,\xA6\x95\xFBY\xC7.\xD8\x88~\x97Pl1E\x0E\xBE\x9EX4\x80\x0B\xA1!m\xC0\xDEd\xB6v\xA7\xC5\x93K\xC0\x86\xD7s\xB2\x1B\xE7W\x0Bu\x1CT\x95.\xE0\x18\x90\n\x9B=\x82\xEE\xC9\x19\xAEE\xF4y\xB2Jf\xBBE8v\x06\x98c\x0E\xB2\xF8\xC6\xDB\x83\xF2Q\xE1A\xAD\xF0f=\xF9\xD4\xAC-\xFEF\xF4;\x13`\xEE\xAF\xFA\xE6\x126\xCDIl\'\xAE8\xEB\xA7\x12h\xF1:z\xE8\xADtH\xB7U\x98\ta\x85\xD6\xFD\x1C\xE0\xD0\x11\x87\xE2\xA5\xB8!V\xE3<)\xA7y\xB7\x95\xF9|\xD0"\x97\xE2T\x16}\x93\x11\xA1\xCD\x86Q\xDB0o%U\x94e\xEF\x8B\xFD\xD3\x85a\xC9G\xD9\xFD\x80\xA4_\xBE\x1D\xF9\xCF0\x00|\xE85\xBAX<\x8E\x9C^\xF3\'Mi5\xEC\xCC\x90h\x14\x05W\x1D\xCA2\x88\x14\x00\xC4s\xB5\x839\xE9S\xD9r#\xB9\xFC\x8B\xD0\x9FB\xB9\x04+\xA0>\xBD\x17\xF6\x9D+~\xB2V\xC9(\x03N\xDF\x91 \xA6\xDA\xC4&\x9F\x11u\xEC1p\xAF\xC5\x91\xD4\xFADw\xA1\xBCL\xD1\x9A\xE2\x0Bl\xB7O`\xA7F*\xCF\x03\xBEi\xAF3\x07\x9A{\x1Bd\x0B\xC8y\xDE\xAD[w\xE4Mo\x07\x8C\xC0 \rD\xD7\x83p\xA0[i>\x88n\xF8H\xCC\xAB\b\xBER\x01\x1E{\r\xAD\x81\x19\x023\xEE\x89f=E\x9D\xEC(\xDA\x8F\x0E\xF1b\x9EC\x1B\x8D\xEDZ\xC5@\xE5\xAB8\xF5\x81O\x1C\xC9\f\x931\xB0\xDD]=\xE7\x99u\xF5\xB37\x13\xC2\xED\n\xB4R\x18\x92\xE4c*\x80\xD9A\xA0\xE7[,\xC3T\xDAo\xAE$\xFE\xC0'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('Y\x96\x06\xB7m\x1D\xC5>\xDCy!\xC9\xEE\xA2\x0EO\xAF\xEFf\xD5D\'\xFEh\x95\x1E\xCFk\xA0L\x17\xEA\xB7e3\x0B\xC9c\xED\x98\xD8t2\xE9\xCB\x0F[\x90\xEB\x17y\xFD\x8El\xC66\xDD\x94\x07L\xC8\x17\xB7m\xEC\xCD(M\xE8\x8C]\xF3\x92\xA6\xFD9_s\xD93\x87%\x97\x15\xA5\x89\xC5\xE7T\xAA\t\xE47\xFB\xC4\x87\'\x9D\xF3\x8E\xAC#FV\x0F\xBC\x8BM\xAA~#\xC2;\xA8\xD4\xBC?\xEA\xA7\x11^\xB1j\xE8\x89~>\xF5\xAF9u\xD9\xA81\f\xB3h\x15P\x87\xB6\x95\x1A\xC7nV\xBA\xF9^t\xB4;\xF4}\xBD&\x8E\xD7y^B\xD3Rx;\xDD\x80\xFD\xA4\x1Ef\x02\x98C\xDA\xF8hN.`\x9BW\'\x82\xF5@#\xA42\xD9\x96%\x00\x87\x13\x9A\xFC|G\xD6+\xC2\xE6\xD1(\xF5H\xFF\xE5\t\xD07\xE2K\x07,\xD5\x85?a\xB5T\r\xAC\x03\x1C\xBE\xE6\x13\xB7l/\xC7>\xDE\xF3+\xBA\x80\b\x9E\xE3\x88\x0B\x1D\xDA\x03Nz\xD2\xC0\xFFX\r\xABb`\xC3S@\xBA\xCB\x84X\x9FvD\x04W{\xBD\xA6\x8FB}\x9E \xCB\x91\x19\x9FN\x00\x15\xF0\x9A/\xE1\x93l\xA5\xFC`\x9B\xD2\xF0v\xB1]\xCFp\x15Xw(\xB4\xCA\xF3v\xAD\xCD\xBB\x90\x1A\x9Bq\xF0C\xCD\xE5 \xF2\xE0q$\xEC\x06\x1F\xF7\x8E\x11\xAC\x9C\xDE:b+\xB2\x11\x82\xF0\xACdv\xDF\xC3p\xA7\xCEm<\xF6\xCAK1\x83A \bR\x93\x12\x87\xA17\xE8\xAB\xD1H\x19m:\x95Gb1\xEDg\xDE-\x85\xBAu\x8F\xA03\xAC\f\x94g\xA5<\xDB\xB94e"\x80\b\xD2\xEDO\xC5k[0\xFA\xB8\r3\xEA\x8BI\x1D\xBC\x82u\x0F\xD8Y\xC6z\xA97\xE7H\x03 N\xC6\x94\x01\xEF\x8DU\xBF\xFF\xE6\x13\xA1=\nJ\xAD\x13T\x1F7k\xCD\x8B]\xD5,M\xC5n[\xE8\xCA\xF1n\x16\xA1t\x1E\xDE\x03=\xD2\x89VB\x95[)\xDD\x06c\xAD&\xE9\x97\xB1\xF4\xE1\x8B\xBA\'\xC4|\xB5\xF8k-?e\xDB\r\xA4*\x86~\xB5\xFA\x8B\xC3_\xD4\xF8\x9F\x04\xE4O\x1BB\xFE\xB5\xE5\x88\x1A\x02\x95A\xB3J\xC35\x8C\xF8\x96\xA5\xBD\x15\xE7"\xAB\xF6\xC8\xB2z\x98\xD5R@\xFF\x1Fh.\x12n\xFEd\xD7\x97W\xE1\x88\x10\xBD\x9C\xB05q\xC7\xD9\x1EY\xD0m!\xEA\x92}\xC8M\n\xB2\xF5\xC0}\x9B\x10t\xAB\xD3*\x7F\x83\xFC\xDC_\xB8AU)oI\x9E\x7F\xD8b\x1B\x006\xEF\x14\xC5\xA3~\xBDN\xA0=\xCAT\xA4\xF2\x16;\xA8\xD2\x1E}Q\xE8!Z\xF1?M\x97\xE3/\xA3\x07@2\xE1\xB0\x95p9\x82\xEBW1?\xF7P\xA0\f\x1CV\xA7#\x04|\xD5\xEC\f\x8F\xCA5\x07\x84q\xA2C\x88_.\x8F\xE4\xD0\x86\x06\xD7\x93\x1DC\x800n\x04\\F\xF5\xCD\x84\xFD\x96\xB6\x0B\xAA\x00\xBExP\xB4f\x18\x87q\'\xD6\xA4d \xCC\xDC\x90\xC2h\xB79\xE3\xCCi\x98\xE6\xC7\x84\xAD]\xFC\xB4R\xEE\xBEL\xD0\xE3\xB9l\xF8\f\\6\x1Aa\xEB\xB4x\xE0\t\xBB\xC7\xEB\x8F\xB3\xA2\n=v\xD4d\x8Ds7\x15\x80\xF5\xDA\x9B\xC0\xF0\'R\xC6\x14\x03I\xAC\ba$\xEE\xD7r\x90\xF6/\r;L\x162s\xDC%j\x16\x98-\x0FV#\xA8\xDAG\xB4\xF1\xA9tI\xFB*\xAAfO\x9Ay(5\xE3k\x17\xBD/G\x1B\xE9\xD2aE\xC8(\x00[I\t\xEDz4\xE0\x81\xBAx\x9D\x17\x86\x06F\xC0\xAEw\x8A\xB5e\xA2\xF4\xBFB\x88\xA6\xE2>\xAF\xFB\x92|\xC9\x18\x99p\'\xC8\x8D\x0E\xBFZ\x83\xD3!\xFF\xDA\x10b\xC2T\x99\xAB\xE1\xF6\xC4\xA0$\xB0\x83\x0Ek8\x8F\xD0\xA1\x8C\xB3\x9A\xF9l+;\xE5L[\xA5&`\x15O\xDB\xF1\xD0 W\x99\x12\xCC\x01^w\xC4e\xEF5\x05M\x81;\x02\xDF@\x983\xE7\x16>\xEF\xAFE\x86\xCF\xFB\x8D%\x04^\x86Qm\xFD\xDEX\xEB\xA4{\xB2\xE3d\tD^\xC3T\xEF\xCF\xFE\xB4\xC94\xFB\xE9\x9D=\x02*t\x8D\x06\xE5|N(\x90\xD4\x1B\x87\xDC\xA0\xB7b\xE8\xC0\xA3Uj\xD5\x7F\xA2\xCAi\x91qY\xA4\x1DwI\xD6A\x7F\x10\xB5.\x98w4\xBA\xD4\x1F\xF7\x120p"\xD5\x19\x92\xA6\x13\x8Aq\xDF\x93y\xD2\x84\xC6Z\xA7\xBCE\xD7\xAD7\xF6\xB6\xEC5\nQCs+\xD4\xF9z!\x15\xF2\xB8$\xF9R\b\xC1,\xE1\xBA9\xE8\xB0\xF2\xC8\xA3 \xED\xCE@\x07\x18\x91N?\x87S\xBE\xBD\xA0\xE6>\x02~J(b@\x1B\xB8\x0Bh\x1F\xE4\x96\x15m-c\x82\xC3o\x9EZ\xAB\xBD\xFE\x1E\x8E\x10Z\x92\xCF\xAD\x86\x06b\x8C\xB25\x9B\xF5\x14\x03e\x9C\rn0\x93\xDCi\x8BL\xA9\xC5\xF1i\x03\xCAr\x98\xFB2\x87g\xB1\xDD\xBF\x9B\x07\xA9\xEES,F\xB0\x7F6\xF9\xC9\xEE\x9B\x18\bF \xE1{\x96\xCF\xEC\xA6:\xB1F1gP9\xE2F\xD2\x1BzC\xCD\x8EO(\x81[\xBB<\x01Y\xBD\xF7\xD9\\+\x9C\xE0\xAB%\xECSy\x0E\xCBW\x1E8\xF6\xD6\xC3j\x8A\xA3\xDC\xF3\x07Q\x87]\xB4?\xDBU\xCF\x83\xF7\x14.hJ\xC3o\xE1\b\xED\x99\xD9\xBF\x11\xA8l\xEA\x85T\xAAs\xD7\xC1\xE2\x18\xF6Q\xAE\x13)q \x85~\xB76`\fF\xDC\xAB\xF1*\x8F\xE9^\x84P\x185\xFD\xCC_\x8F\xC0\xD5\xA4\x10$\xFDy\xA7+j\xB2@\xD8\x80W\x02&\x88\xC8x*\xFEr\x91.Y\x01\xDC\xB7 \xF21\xFE|\xA1\xD1\x81y\xE4\x94\xA3\n\xE7D\x12\xF9\xD6\x8A\xC4\x94A\xC2L\x9Fo\xB7\x0Bu\x97\xE4z\x0F=(\x19jI\xE2p\x8D\xBE\xE9\x95\x04\xC5\\\xA0\n\xB5\xF4\x9Da\x18\xB9\xA5\x1DJ\xCB\xF4\x9D\xC2\x0F:^\x99I\xAE?b$6\xC4H\xD3e;\xAC\xCD\x90Q\x1C\xA2w$i\x05\x16\xD9\xFD/\xCD\xACB"\xBC\xAF\x9Ar\xEC\xB6/\x99\xCDP2c\x12:\xEFu$\xE66\x7F\xDBI<\xF5T\x84\xE7\xB3xA\'h\x90\xE7\x07\xCB\x89\x0F\xB8\xEA\x06\x9D\xF30\xFF\xC1W\xF5o\xBEf;\xF0\xEA\xB5\x85t\xA9@\x1Cb\xF0\xD8\x87W\xF4M\xD0\x81A\xFA\n\xAE\x1C\xF4\xD3\xB6L\x83\xA9\xCCF\x12\x8E\xCE\xAD\f\x93\xD1k:\x04\x17\x89\xD0\xA7\x7F\xBF\x1Adq\xDF\x94Ku\x1E^\xB2\x87v\x18\x9B(\xDF\xAF\x03*]\xCF3Q\xE5\xC6\x8A\x9BK\x022f\xDE\x16\x05\xA7a\xD8X{\x86D\x9Ew\xDF\x1B\xFEm\x96\xC0h.\xEBt\\\xE0-\xAAc\xDBW\xEEK\xFA6\xDA\x9F"\xF7Y\xCD\xAC\x8D\xDB\x0EO\xE4\xD45\n\x82J\xCF\x92\xA2\xFE \x95\xF5Z~\xB9\x12p\xA2\xC3\x91+}\xC7!\x926\xC4\xE5\x05&[\x910\xD4R\xB2 Y\x04\xA2\xBC!\xFC\x9B\x10\xC1\x95"\xB5\f*\x81\xB1P<\xBE1\x16\xFDAm\xBC&\x93G\xA9{Y\xE8\x16sJ\xDFx\xBE\r$\xD6;\xE7\xCB\x1F\xFAG\xB49\xE6l\xF2\xB8\x10j\xA8\xCB\xF7\xBDd\t\xED9\xE0\xF9\x85M7\x8C\xC9{P\xF34w\x9F\xE1]\xCEs\x02\xED\xA6\x86f\xE6\xC54\x9F\xEDc\x01\xBA\xF3\xC7\x9F>\xB8\x10\x8B:\xAEe\xA3\xFF-\x8E\xADZw\xEC\x9EV\x8B\x01F\x9D+M\x8D9\x14\xAFB\x9F\x8At\xA5\xC5\x1B\xD4e\x13B\xB6\xD7\x86F\xFF\xC6m\x83E\x11\x97`\xD5y%\x97U\xF6\x7F\x1B\xCB:\x8C\x1Eh.\xFA_\xC3k\xED\xD3E\x82\xEFSk\x0F>\x84\b\xD6\x13\xC1\xAC\x1C\xDE`\xD3\xECqV\xE2{\xC8*\x11`D|\xF1\xAE\xE2\x02j)\xE6\xADY\x1A:\xF6\xB9\xDE\x1E\xC7H\x07\xB6\x11\xA9\xD3\x80\t\xB0sM\xD9\x0E\xAF\x89\xDD,\x9C\x1CU)\xC7v\xB5\x9A\xE1\xD2\xBA)an4Mv\x80\xFB\xB4"\x99\x00\x85\x1D\xF3O\xD8\xB5\x8F\n\x9A,W\x94\xA4\x1C`\r\xD1\x93\xEA\xA9(}5\x8E\xF39\xDFKi-DX\xE0\xA1*\xEC\x97yQ\t[\xFB\xB7\x05\x95\x13\xDAJ\x1E\xF71Q\xA7\xFC\xE3\x95\xD0\b\xC6?\x7F\x0E\xC2I\xD16\xAD\x97\x01$\xE75\xBCn\xCE\xF59\xC5\x8Dq\xBB,Lf\b\x9CU\xB0o\x9F\xC2\x8A\xFD\xE8\xB8\x96\xFB\x15\xBD];\xD3\xC23\xDB\x88|\xE2i\xA94\x02\xC2g\x91\x7F\xC8\x89"\xB2\xF4/\\\xA9\x914\xDD\xA3l\tZh<\xCDrT\xDD\x1E\x82K\x7F\x06\xEFA\xA0\xFD\xDA\x8A\xC1\xD2\xFC\xE4\x16)Qu\x19\xC9#b5p\xCD\x83\x01!\xF2\xA1\xADG1\xCC>\xF2]\x87\xA2C\x0B\xEC\x1AJ\xEB\\\x07I\x1F\xCC\x14\x00O}\n\xE9\x1Dw\xDB1\xBD\t%\xE9q\xC4\\F\xBA#s\xCB\xAE\xEA+<\xDB\x8F\xBEY\xCF\xF8\xB8\xDB6\xC6I\x98\xBE\xA9\x16\x92=\xCF\x87\xEA\xAD?\xA0T\xB9\x01\x14B\xF0\x80\xFCw\x1A\x9Ao\xA7\xE5i\xB3\x9A!\x8A-_\xB8\x85\xFFQ\x8Fy\x9D\xB5\x01,\x8B\xE4\xF3\xA4\x85\x1Ag\x06\x9D\xB8\rm\xE5\x11\x86\xA7\x18f\x00\xAF\x14\xF8a8\xE9\xFE\xB2d\x11sL\x05\x1F\xEEP\xE3\xA6}\xBF2\rO\xB7\xD85\xC4\x8DA\xF8^\xC0\xDA\xA4\xF6\xC7Bh\xA8\xF4\x186\xDFg\x11\xAC|8a\xDE\xF8\xBEY\xD4\x1D\xF7B\xAE!8qD\x93,Z\xE0%\xD5\x89zJ\x9E\xF5.\xC0\x90\xDDi\x83 \x99_\xD1\x1DZ\xA3\xE1\x82\'\xF1U\f\xD1v\xEB6Hl\x16U\xE4#\xD3\xC3J_\xCC\x92P\xD2\x17\x98\x05L/\x93C|\x81S\x9Ax\xC6\xFE\xD6\xEB\xC2n\x84\xA2uS\t\xBB\x1D\xC8R\xD9\xA6\x18\\\xCC,\xCA4\xF4\x07\x90\xB3D\xCDj\x04\xAC{\x1B\xA0*\x84\xAE\x06\xD0\x8E1\xB1\x95\x05r\x87\xEE\xA4?\xF9m)\xBF\xCE\xB1p\x0F\xA9\xE24\xCC\xED.\x8Fa\x9CS\x0E\xF4\xCF<\xB4\xEE\x961\xE1l\x81\x02{C\x9C\xF7\xBBw\x88Fg)\xEAv\xF87_\x96?\xBB\xFC\xDFS\x18s\xF1\x9E\f{:X\x13\xB3.\x1F\n\xB6\x84\xEBZ=\x8D\xD8\xF1\'\xC0\x01^\xB5\nM\xE2)\xB9\xA9!K\x02\x1A\xC9F\xA5]\r9!\xB6\xE92\x0Fq\x03\xE0\xAB\xC3\xD9\x9C\x19\x8D\xBE\x13\xE8\xD7\x89Jg\xCA\x96\xBA\\D\xC2\xDC\xF8\xA0\xE6E\xD8\x7F\xC6H\xDC\xA0v\x0B"cO\x9Er\x14\x8Cj\xD3\xA6\x18s\x89:\x7F\xE5\x8E`o(\xFC\xD1\x92\xAD\xF1X\xD4\x88N\xA9\xB8O\x11r=X\x00L\xA3\xCAR s2\xA5\x03>&\xE3\x1Ak\x81\'\xCDn\x8F\xFF\x9Af1T\x1C\xF5\xA7\xE4\xC5\x82\xFA<\xADH#\xF9A\xC1\xF0\x05[\xD8\x99\xC1\x10\xAE\x86\xE8y\xC0In\x98\xC4d\x01\xE2/\x98"\xF7\x84\xB9,\xDD~1\b\xB1\xF4\xC1\x10\xE9\x7F\x88\xD2\xAA\x00b\xB7Q\x1C\xBF]\xF2\xAE\x8C\x02\xBB6\x91G~\x1A\xD2[\xE9\xDB\x9B}\x840c\xCC\x14\xB14O\xF6\xDA@U\x140\xDA\xFA)\x16<\x91%k\xEB]\xA6\xCE\x0Eh\xAD\xF1\x86l\x9CZ\x91\xD9c\xB2\xF80N\x99=\xF13\xA9\x0E=\'\xE3\x15\xD4j\xCA^\xB2\x003\xB9\x94+\xC7\x0E\xB7V\xDD\xA2\x92H\xFC&g\xA2t"\xB7\x9Eg\x8A\f\xA3}\xDE\xB0i\xC8\x8C\xD78u\xE7\x96E\x1B\xD3>\xE3*\x16E5\x9FY\x0Bp\xC7\xD8\x8C\x07\xE0u\x81\xC9Vx\x9BB\xEB\'\x11\xDD\xA3i\x07uN\xF1:\x17\x00o\xEA\xBDv\x82\xEC\xC4\b\x94\xCE\x01\xEDD\xCAQ\xB9\xF5K\xC9\fE\x1A\xFFP$\xC6_\x05\xBCd\xFB\xC7x\x82\xCE\x1D\xBE\x91\xEC#\x13}X\x9D\xD2I\xB6\xFC4\xAA\n\x85u\x99W\xF2@\x1C\x87\xA8d\x90\xCD\xB0M\x1F;\xA8\xD0\x1BY/\xE4:`\x1A\xAFs\xE64\x81\x1C\x03\xAA{\xBC\x9B\xB3\x8A\xF77\xA1\x90%\xA8O\xB6\x06\xF3Jt\xDCB\xB4\xA5F\xBD\xFC\x1F\xEFm\x90"\xDEQ\xF8\xC0\xD4I\x8C\xCC\xE2\xC1\xFE"\xE6y*\x89\x0B_\xE0\x04C\x8E\xB2K\x7F\x84\xBF%\x92\xFE^\xD1n\x99X\xF3-\xE3c\fz\xDBU\xECr\x0E\xDE\x99j\xE5\xAA+\xFE_\x85g\xE5*\x93b8\xA3\x10\xC4a\xB4\x1Bk7\xAB\x15{/_E\xD5\x9CX\xF8\xC4\xD7\x962{\x9Fe\xD6\x0F\xA6\xF7\xDF[>\x9F\x13\xAA-E\xDA\x83o=\xD1J\xAA\xC1\x131\xCB\x89A-\x18S\x8A\xC9\x9E\x193\xF7\xCCp\x12\xAFR\xE6\xD5};\x8B\xE7,\x00^\xBB\xFA\x9D\xB1\rp\xBC3\xA5Di\xB4\xF5\x15\xBC\xEE\xFD)\xC7k2\xD0\n\xB9y\xDB\xED\xBE$\x01\xC5\x92\x1C\xF0*\x80D\xB3[\xFF}\xBE\xD3`9\x0F|\xD6\xBB\t;\x8A\xDC\xC2\x05\x85.\xFF\x9EG\xCE\xA4\x93\xDB$\xE8S\x8F8\xF2\x82\x06\x14\xE9#T\x86\xCBP0\x1Fz\xD8\xA0\xEFX\xC7\xFD-\xE4\x1CK\x10\xF0\x8FVw\xF43c\x93\xD3<\x81C\x06/\x19\xE7\x0F\xF8N\xD7j\x14T\xED\xA6\x19,\x05t\x16X\x9D\xD9\x1A1t=\x0Ee\x81\x04@d\x8B\x07\xD2\xBE\xFD\xE5\x99\xD2\xA7H\x917r\x88C\r\xA2l\xF7\xAE|`\xD1\xBAA\x80\xA1\x19O\xC2\xF6\xA3\xD8\\}\xA7LZ\x8C!\xA8\x05\x9A\xD1\x8B\x0BG\xBA\xE8\x938\xF3\xBB{\xFB\xCB\xB3\xDD\x9DHw\xD9R\xC0/\xACV\x9D~\x1Ak\\\xFA\xE7S\x0B\xBC\xE1\x19c\xD3U\x85&\xC6\x99.\xFEf\xE0&\xB0\xE9h\x12pN\xBD\xEF\x88\xC4\xB3x>\xF1\xC2]0s\xDCd\x9CP\xD7\xAAj,\x0E\x94b\xEEW(\xF9\xAF\x1B\xA1\xF4\xDEi\x11\xF0G\xB6\b\xC2\x8A\x17\xB1k\xF6&\xAE\x91\xEC\xBB?\xDF\x0BG\xE9\xAB\x11\xC8~9\x05\x8C/\xB5\xFF\x91%\x0E@+\xCB\xE0oH\x1F\xFA\xAE:\xC9\xF4~$\x02\x8A\xC7L\xA7D\x88\x14\xBF\x93\xE67\xCA{">\x81\xCC0\x90\xDFC4a\xC9.\x9B\xD0Kx5\x02p\xA5]\x8As!Q\x83\xFA\xD5[\x9A\xCB \xE18\xD1e\xF6\xEE\x94\x17\xA1\x86\xB8\xE7\x92#\x00\x80\x12\xB3=U\xEB \xD5\x043j\xCFr\b`\x8D\xFF\x98\xB7\x04pY\xAB%x\x9F\x00\xDC\x80@[\xFC\xC3!\x9A\x15\xCF\xF99\xB7\xD7\x9C?\xB9l\xA8H\xF2zW\xA1t\xB0\x97i\x068a\xDA\r|Ri\xBFE]\xCE\xDF\xA0f\xB8x\xE3\xB1\x1E\xA2K?\xB5,V\xEBJ\xD8\xA1\xE8\x15\xF4\xD3\xBBn\x1F\xEE}\xA6\x11\x89\xDD\xB3R-\x92\xE2\x17\x05`\xF0)\x19\xE5\x0B3\xAE\x85\x17E\xE4.C\xBC\xAA\xFBN3\xCF\x9E\x16\xAA\xE9\x983v\x17\xF9\x83:\x99]\xFC\xDB\xF0\x85\x12\xD4\xA6\x19c(\xC47e\x86N\x0F\x93U\xAF\x076\xE6atB\xEFi\xBFzJ\xA7o\xC5\x95T\x89\xC0b\xDA\x03\xC8\xFA\xBDa\x81\xD6x(\xC4\x8C\xF3?\xDD+p\x0B\xF3\x8E\xC1G\t)\xCAP\x8E|%\xC6g\xE3u\xBF\x89\x0B|\x95\xFD\xB4=\xE5*\xC6E\xD6\xBA\x96+\xC8\t\x82\xAC\x00#\xCC\x882\xDD\xFFz\xD1=\x14\x96Mm#\x8B\x0F\x1BU\xEB\x98\x13e\xB1\x06Z\x81\xCAL\xB0$`\xD9\xA6r\xEA\x12\xBC;\xAA\x03P\x962\xF9D\xAD\xE0S\x1D\xCEv\xA3\xFAf\x8C\x19n\xF6N\xA3\x1E\xD9^;\x9B\xECX\x11\xB2G"\xA4\xF6r\xB9-\xEA\xA4S\xD5'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\nR\xC18l\xE8\x83A\xF7n\x9E\xD4W\xFB\xAAG\xE2\xB9\xFA\x98\x15g1\xF2\xA1\xD0\x01j\xBA\xEA_<\xD1\xA8bB\xD9\'\xF0\x9D:x\xDE\x1A\xB9@g\xC6\xF5\x17\xA1q\xFC\x817\xB2\xEE+\x8E\x00\xC49\x9Fx\xA9\x93\xDB\x00\xAE\x12U\xC5\xB3/\x0E\x1F\xC05k\x8F\x18\\q@\xD2\xB5\x8BD{(\x91\x173\x88\xFC\x97!\x03\x82\x11\xB7\x91o\x0E\xBF\xFB\x8CN\x9A\x03\xE4\x89~8\xDAM\xC0\\\xCEf\x9FH\xE0~ O\xD5\x14e\xEF#x\x9F\xD3\x1F|\xDD\x8E\xECv\x86\xE6\t\xCF,\xA4\x81&\xE9T\x05\xC6\xE3a\xADM\xDD\xC6\x13v\xB3L\xECz1\xCBJZ\xD5\xAA,\xCBs2\xA5&I\xB6\x90\x0B$\xE3\x19\xFAq\x12\xB7\\\xAA\x87\xF3`\xCF@\x87L-`\x977\xFEO_\xB7E$\x9Bx\xEER\xC8\f\xAAw\x9A!\x0F\xB9\xF6;p\xA6V\xD6.\xC3\xDDS\xA2\xFE\xE4\x86\x1FkT\x12\xED^\xD6\x0EZ\xCB\xEDi\xA8\x98?\x8B\xD8\xC3\x96=\xE8\x07.\xB9\x03\xB3\x15\xC8\xF7\xBC\xEB\x0B\xAA\xCD\xA1\x03\xDBg\xB0=\xBD\x01\xDF8_\xF8\xD9H\x83X\xD3\x99\t%\xEDD\x8Cm\t\x94"c\xB1?\x04\x97\xE1\xB1\x85\xBE\xFD\x97\xAD\x1D\x003{\xBCX\bN1\xFC\x1Ah\xC9s\x973p\\\xDE\x90kF\x87r\';\x19\x93\xC9\xF6\x14b\x94I\x1E\x8C\xBC2g\xA5+v\xE6\x80`\xBB\x9F\xF9\x19\xAC7\xBE\xF2\x17{\xC18\xF4Dy">q\xDDc\x82F\xD7\xF5*\xAD\xEBu\x84\xD2\xA2S\xDFA\x98\xE9\xA5\f;\xAF\x19\xDAZ\xBE\xF2}L0X\x88\xD7{\xB6\x9Fm\xCE\x17\xE9\xFD\xC2A\x1A\xCB\xFE{:\xE3fV\xD4rE\x8C\xDC\xA6\'\xD1d\x07\xC9\x8DO\xE9,\xA0\xC6\x0F\x91g\xCA\xA0[#H\xB1\x10\x8C \xFB\xC1R){\x02\xCB2\x99\x12\xE2\x82\xAB\x00\xE5!\xA8.\xF4\x10\xE2P\xAD~\x94\f\xB0T3\xA9\x0F\x91&\xC7\x85\xEC\x02\x9B\xCB\flX\x8F\xA0\x1A\xAB6\xF7\xBA\x14s\xB2R \xE0=\x14\xB8\xDD\xF46z\x00\xBCH\x1D\x81\xD2\xEE\x9EfL\xFB\xB2`\xD3j\xBF\x9Eo\bB\xC4Y\'\x03\x885]\xD7\xF3\x8Di\xDDO\xD3\xB2K\x13\xA6)`O3\xE5\xFD\xB9L\xEB\xD9k\x9A\xCFW\xFB:\xEBn\x87\xFF~\x93\nk\xC2\x9B\xEB\\\xD8t\xB6a\x80"\xBF\xE6\x8E>(\tC\x186Q\xCD\xEA\x84u\x99>\xF1\xC9"Jr\x9D\xC0\x1F\xF1^o\xFA2\x7F\xD9\xB7\x1C\xAC\x82!|\x0F0\\\x02\'\x7F\x89\xDC\x95\x07\xAA\xC0M1\xCEA\x89(L\xD5/\xA6\x050A\xF9U\xA9w\x1Al\xA4\xC7\xED\x8A\xDC\xB6\x92f\xFD\xB1\xD9\xBBl\xA3\xE1\xB6\x15.\x03C\x87\xA3\t\x95\xBCA\x8A\xE9u\xF8\xC7=\xD6\x96\xC2\x85\xB5@\xA8\x1CH.\xCD^&\x9C\xEE\xAFa\xE5\xA6\x15q\x83X\x90\xE4\xC6\x10\xD8-\x07\xCD\xF3S\x96vZ\xF9\x7F%\x145M\x1D\\\x0FD\xFE\x84c\xE9\xD0|\xB88\xE4\xCD\x1F\xF4Y\n\x98Fd\xA2U\xF2sG\xE3\r\xF0\xC3h\xB5w\x15\xF6\xDCq\x1B\x06U\xF9\xC9\xAF\x06\xF1\x16j\x9F~\x93G\xB5\x83\xDE2\xBA\x1D\xAD\f\x9DF\xBF\xA3\xE0\x8A\xCC/\x92y\xC6:\xAB\x95Y\x13%sHc\x9F\xC46\xD1\x17\xE0\x07(\xB0\xFE\x1Ed\xD4\x98Q\xFD\xE8\xA2\x8ES;\x82\xBD\xD6\x96|!Cc\xBC5M\xB2 \xEE\\8s\x13J\xFF\xD8*;\xE6\xD0\xF2b\bz\xF9\xE7\xB3R\n\x1FN\xF7\xDF\xC7\xFC\xAD\x80\xD7\x11\xB0jP\x90\xB8q\x889\xCE\xA3\x8Fy6\x11\x80"C\xD3\x0B\xACf)I9\xB7\x8E\xF0\xD9s\xD1\x86\xDF\x02\xCB\xA5\xFB\xC3\x9Db\x8Dp\xC8\x85kO\x8E!\xAD;\x99j&\xDA\xF0\x9Fu,\x8Cl\x9CV\xED.x\xF9&\xA7\xF01\xC5\xE7k\x13V\xBE%\xAE_\xDAp\xBE5|\xC7\xE7\xFD\xA3\r\xE1Z+\x9D\xA2#\x0Bd?*\x8Ai\xE6%\xAF\xECB\xA6]\x04\xB5.q\xD5S\xC1\x17\xA6]\x89\xBE\xD3\x06\xB45\x1C?\x06\x93K\xE1\x83\x04zW\x1DJ\x93\xDC@\xF6\x05\xE6\xCA\x9AX\xF1\x01\x93\x1F\\\x8Bu\xCBg\x01\xBF>H\xF8\x92S\xB8t\xD6\x1AP\x04\xCF/\x0F\xF6\xE0\x1B\x98\xC5\x0F\xEA\x81\x02J\xCB6mB\x1AeI\xE6\xD2\xC0i\xB5\xCA\x1BD\xBF\xD9\x9A\xFA\xA9\n\xB5b0\x82t<\x1A\xB4,\xA6\xDEO\xB5\xF3\x184\xA9\x86\x16m\xD8{\xC4\xE9\x9B\x12\xACD\x92\xBCwV\x99\xBF|5W\xFAE\xA2a,\xF1\x91\r\xFE\xE3\x97\xA9\xF3\x81\x7F\xA4\x16\xE9^\x9Dl7\x10a\xCE-~\xEE\x9C\xC6K\xA7\xF4\tI\x88m\x11=\xD5-\x98S\xEBJ\xD2\xF6\x0F\xAF-9\x00Z\xF4\xE03f\x86\xDB\x18H\x8C\xD1\xABu\xDE\x1E\xBA\x7F\xAE\xDCt\xB70W\xCA\x12[&\xFFR\x8A*\xD4\xAE\xEB\x8D\xB6B\x85S#\xD4j\x1C\xDD\x91e\xD2\xE7\xBDa\x9D\x04o\xC1\xDB|&\xB4\x95b\x8A\x1Co\xD0\x84y\xC6\f\xA7\xFA=\xB1h\x02$\xF0\x808\x96\xD0\x13&\x9A] \xEC*\xC9\xE7\xA2M\xBCe\x07Kh\xFA\x89\xE9G\xD4\xC0L\xDF\x9D\bqD\xC4\xB3\x96@\xFE\xA5\xDC1g\xA3tF4\xE5y\xFE@\x9F\x14\xAB\x8FSt\xED\x0Ef <\xA3\xC4\xE2\xC0\x98h\tV\x16\xE8J\xB6\xD3}\x93_\x0Bt\xD9\x16-\xC8\xE5\xA6\'\xC3\x05c\x10k)\xAE\x1C\xD0\xEE\xA7k\x11\xE3\xCC\x85\xC1[\x97\t\xC8\xF2\xAC[\x99\xCC\xBA\x83\xEEZ\x04D\xE0\xB38\xA0X\xE5\xCDQv\x11O$\xF8\xD8\x90\xAC\xFDm\x89\x05O\xC0B\x836\x97[\xAF\x8E\xF5rR\x9A2\xB2\x92\xEC\x02\x8DUc-\x86\x1EX0ds&I\xD3<\x8F(\xD8\x19\xF8:Q\x1D\xDAq\xCE\x99\x1B\xC4(\xD7\x8B\xB9\x17\xF7\x81B\xA8\xCC5}G+\xCA\xDC6\xA0\x16\xE1\xAC\x1E\xEF\xCC\xFCx=\x1F\xB8\xD9\x16y\xCD?\xA5}7\xE5\xB7K\x04\xD8\x9E\xF3\xB8\x15\xE9\x02\xB3pT\x0Fb\x80m\xA7\nf)\xB27\xF4y^\x07\xF3~.k\x9A\xDA\xB2`\x13\x86\xB7\xECd\x97\x0FX\xF3r0\xFEm\xB8S\x12\xDF\x9F\x0B]\x85E\xE3\xFD#[\xD6\xC4\x14\x9A\xF8\xCA|\xAEM\x918\xA7\x8A\x1B\xF9\xA0\xE8\xB5\xC3.\xD3\x92\xE7\xC5\x8DN\x11\x86\xA7?\x94H\xAD\x019#o\xE5\x02r\xA1\x1F\xC1?z\xAA\xBB\xCE\x8B\\\xD7\xA2(\x88Ef\xD06\xF2\xAAf\x8B\xBC\x18\xF5\x85p?g\x8E9%\n\xDE\xCF\\\x7F\xBE\xDD1Au\x05L\xF4zD\xA1\x01n\xBC\xD4\xE6i\xBF\x10\xCCU\xE8\xC2\x06\x95<\xD3\xF5Z\x06\xE3\x81\x1CM\'\x9BG\f<\x7F\xC4\xAE\xEA\x95\xBE\x04,\xC8Rq\x9CG\x06*\xAB\xDB\x0E\xBDT\xFAnC\xF1*Nh\x82\xCE\x1F\x9B\xE1\xAD\x1C\x0Ea0\xEC!Y2\xFE$\xDD\x82d\xA4\x8FKU\xC2*I\x8E\xAF0\xD4\x01\xE9i\xF7\xC5\xE4\x91\xF1\x031o"Kw\xA0\x0F\xED(\xAF\xE1X\xBA\xF0\x1E^\xE8\x9C\x81\xC2\xA2\x10\x93\xCA\n\xAE\xEFU\x8C:[\xB9\x86\xCE\xDC\xABI\x90\xB5\x9COt\xF0\x18)z\xD7\x1B\xAAm\xDF\x17hQs\x94;\xB2\x13v!\xA8b\x19U\xD8\xFB\x8C`\xDEA\x94\xD59l\xCD\x92z\xA3E\xCEu\x18c3\xB1\xE3"\x9EEz\xFD\x14\xC7r)\xFC>\x7F\x99\n\xF5x\x1A\xD1\xA9A\xB9\xFA<\xAE\xEA\x88\x0B\xB9\x9B\xCA\xF9\xA5\xC3`\xDA\x873\xBAJ\xCF\x84\xB7\x9B\x12\xAB\xCD\x1B\xB7~\xFD\r\x89\x1AO.\x01\x834\xB4\'\xD7\x00yT\xFAa-\xD5\xBBd\x9F\xD9\xEE\x93V\xBE\x16c\xC8\xE09\x8A`\b\x95\xC9Z\x0F`8\xFC~?\xEE"\x12F*\x07\xA0Sg\xDE\xFF>s\xE7P:\xF3/\x82J\xC3f\xAA\xF8\xE5\xC1\xD6i\xF4\bN\xEA\x8D:\xD0\x87\xB6\x0F\x92\xE4"6\x07K\xA8\x1E\xE55\x80Ck\x00\xC1\xE7+n\xDF\x88\xED\xC9\x98P\xD2+\x85]\xB6\x8D\xE4{\xCD\xF5\x93\x0E+\xA1\xC8#e\xC0u\x04\\\xE6 \x9E2]B\x98\x16W\xA5\xC5\x96^\xA9\xBE\x15r\xEC\x90\x14n\x82\xDC#\x8F\xED+\x88\x1F\xD3\xF2\x9A\x03\\2\x1B\x8B\xD1+\xC2\x98?\xF5\xA3\r\xC5w\xFA\xBC\xDE/D\x85\x17e\xDAP\x82\bJk4\x1BW\xC7\x10\xEF\x80\x99\xFAZ7I\xBBSp\xFB\x1DO\xC9\xF8y\x05\xC5*=\xFFRf\xCF\xB9\xFCd\xB0Q\xCA\x80\xB3\xF4y\tE\xB0^\x1D\xD5u\xB8$\x974\x89d\x07\xA7\xC6]9\xF5\x8E\r;\xC5 \x9D\xDC\xF7\xAF\x92,\xD1`\x07.\xD5\xA3\xEE\x03(\xA6\xD2\x8F\xEC\xB6\x86\xE2\xA9Z\x9D\xE9\xAC\xC8\x99Cp\x15\xA07}\xE6,j\x95\xBD\xE2\x9Do\xE9\x8DX\x04Nj\xD4\xE4K>\xCFs!\xE5\xBA\x9D{.\xA6[\xD3\xB6t\x87c\xE3\x7F?\xA7\xE1q\xB5\x12v\x83\xE2\xC4X\x7F0`9\x1Bg\xD7J\x0E\x7F\x1E\xF5\t\xE4L\xC3\x8F\x07\x1A@\xD6L$e:\r\xF93\xA8\xC9\x85\xF0\x18\xA9\xB5\x12\x9A\xF7\x8F\rlH\xCA\xE8\xEDz\xFC8\x0EN&\x01\xB8\x19T\xC1K\x8F@\xCCa\x1B?\f\x99\xDB\xA3\x0B\xC1\x95\xF32\x8A\xBFa6\xA6\x84/\xDA\xF7W\xB9\xA6\x10\xFB\xC9\xAA\x83\xD8\xBCI\x16\xDF<,_\x02z&\xEAW6\xB0\xD5\x02\x1C\xAB\x16\x8B)\x95\xE9\xBE\xCFE\x9F\xF2\x81\f!\xE8\xF7+\x96\xB1i\xF2\xBD%\xFETvD"\xB6n\xE0\x92\xD5Y\xB6ua#\x97\xE0s\x8AZ\xED\x17U)v\x93f\xB4~\xA0\x91\xC3Q\x80\xBEh\xA1M(\x86\\?\xC9L\xAEYi\xA4\x1C\x8Fo3\xDAj\xAE{\xA0W\xD7\xFE4\x80Kq\xCC\x8D\xE7\xAC\xCF\x03Q\xF9\x16G%\xF1\x10\xCC\xACEe\xC64\x9E\x7FB\x01\xCC\xA1\xE7$\xFD\r\xCEG\xF6\xDE0\xD3\x19\xFF\xE0y\xF1\x97\xC3n\xE2\x04\xD6>\xF5x\n\xC8[\xFD\x97:\xC6\x05F\xBAy\xA5\xE6\x18\xAF>\xF6/\x15\x84^\xA0+\xADx\xC1\x9C\x01\x8C8\xEC\x00\f%\xE5\xBB\x8E\xB1b\xF4Q\xC1\x8BY\xEB\x1Di\n\xA5rE\x8D\xC8\xB71\x12m1\x9C\x1F\xC4\x84,\xDBR\xEA\xA9&\xD2_\x1A\x88\xDF$\x13Q\xD1b\x05\x96\xBAg\xDAz7\xEC\xCA\b\x88\xE8hN\x1C{\xD4\x81\xB2Q\xD1k\x1D\xDB2\x0E?\xD4r6\xAA\xB9=\x83[\xB3\xF2\fYe\xA7\xD9\xFA\xB9H{\x11_\xB3\x965\xBB\x89\x13M\xB7\xF22i\x92\xEF\xC2\x82,\xDDY\x1EF\xA5\r\xC0\x96Ad\xD3/=\xDE\xBC\xA4U0p\x94\xF7<\x06\x99x\x81\xAC\x17\x9C&\xDA\x95w\xCB\xE7#;\x9B\x1D\xEB=O\x90\xEF\x8A\xF8\xA7\xE6J\xFF\x18gC}\xE3\xA2q\xCD\xAD[\bpB\x9F{\xEE\xC7\x89\xFFM\xE2p\x1DS\xA1\x14\xB0\x91\\\xFA\x11\xC3F\x18\xA7^\xC4J\xE2\xBDZ\xEC\x03eN\xFB\x14-\x04\x91\xC3~\xD2\x85\x06\xBF$d\xCD;l#\xD0v\x9E\xC7\xF5\x06\x92=\x0F\xFFL\x9C:\xB5\xFB"\xAB\x103m\xD0(\xB0\x8C\xFB\xBA\xF1~\x05\xCBo)\xE3\x9B\xF0\xDA,\x87\xEB$i\xFE+F\xC8\x87\xE4\xC0`\x9EUl\xDFI\xAD,t\xA1h\x0F*\x95\x05\xBF\x8CV\xE1)\xAC\xD6X\xC3\x81*\xD7\xE9\x1C\xC8\xE2h\xD6\x91\xB6W\x9D\xF3]\x124\xDB\x83K%\xEAD\x88\xB4xb\x05\xBA|\x10\xAF\xD2\xA2\x8Fs\xB2\x1E}A\xAD\xD5\xF5\xB73\xFD\x10S\xE1\xF6\xD0\xA1Y\xDC\xB0D\x13\xEF9\x86b\x1D/\xEDxd\xB3\x8E\x7F1\x88TF\xF6<\xE4\x17}\xBDB\xA7s^\xC4\x96\xA8\x0E\xD57\x1B\x8DQ\xCEA\x94S9\x1B_\xD8\xF73\x93\x0B\'\x86L\x19\xA3\x8Bj\xB8\x94@\x12\xC0\xEBN~/\xA2j\xB7\nt\x99\xB4P\xA4\x15\xF8GY\x0B\x9A\x16\xBC\x03t\x84-\xD7\x93\xEA\xCD)\xFD\x1A\x11\xA5\xCE\xEFo\xE2;x\xCF)\xE9\xC7"]\xAFn\x1F\x82\xF5\xC7\x02\xD9O\xCC\xF8=\xE4\x03\xCC$\xDD\xC1\xA8\xF1\xD0c\xA4#\xCC\xAEI\x00fP\x0B\x9B\xB3\xE3\xD2\xF5\xBA\x9Fh\xED\fr\xE4"\xD8\xB6\x88u\x9A\xB9TjF\xBBW\x02\xC5\x96\x0BZE\xF9z\x873\xFD>\xD2\x82\x19[\x97$\x8F\x17\xBF^\x8A6\x94p=\x01(v7\xEBNj\r\xA0\xC5\x1D\x875nV\x8Dx1\x85!\xDE\x94*\xBE\x81Y\x141cH(\x05\x84\xDE\x1A\xA0\x8C"\xB0\xF1d\xDB\xAB\x9D\t\xD4\xEF\x9A\xB2a5u\xAC\xE6oG\xA5|\xDAIi\f\x9F]\x84\xB4\xE0\x92\xC2\x8A\xDB\xF3:w\xB2\xF6\xDC\xC1C\x02\xA9\x14\xC6G};\xA6aK\xC6\x00\xA9\xDF\xCB\xF2\xAD{\xF8/a\xD9tN\x15\xBD\x804\x1EL\xBEew\x12\xE0\x07\xBD@\xFC.\xD3\x0E\xED\x1E\xAF\xF4\xBB\xE7\x1B\xC7TC\b\x1D_/\x97R\xE4\'b\xA5\x18\xED&Ob\xEA\b\xB2\xFA\x17\xD6\xF0\x99@\x7F\x90\x1C[9\xC2\x97\n\xCA8\xFB\xA4-~A\xFFp\xE2\x90\x15I\xC7+\xA2\xF0S\x89\xC3\xB1W\x84\x9B)\xCEP/|\xD6\x12k\xAC\xF7~\xB7\x15\xD0\x8D\x06@\x94\x7F\xCE\xB8\x9C\xD9\x91W\xCF\x89Dt\t\xB3h$\xE7\xA1\f\xD5Lg\xEA\xB5F\x94\xE2\xD0\x83\xEC\xC8\xB1X.\xA4\xE8\x8AYm\x94\xDB\x1Ee\x063mB\xFFr\x89\xA9\xFB\x98\xEF,\x9E\xD1G\x00\xA6]r\xBD\xD6X\r\x82:s\xFC4n(\xBC\xE6 \x8E7\xD1\xF8\xBECo\x8B\x17\xA8%\x87\x13m_\x06\x1CT\x99\x0F\xD1\xF4F\x03\xAB\x1F\xD07\x11y\x9E\xF4\xDC\xB8\xC6]\x0B\xDE;cH\x8C\xBF9\xE5\x80%\xC47\xEF\x1F\xAD0\xF4i\xE5\x1E\xC2\xAC\x13\x9BgR\xA4\xC8]\x10\x85V-\xB4\xFD\xE42xV\xF0\xC4\xAC<\xB8n*a\x88v\xBD<{\xBB\xF6N\xAF\xCAH\x8F=\x19\xE7\x93\xA3\x16\xC2 \xB1\x03x[\x0EPp\xDD\x80H\x9B\x01P\xC7\xA3F\t\x8AL\xEF\xDD\x041\xF6y\xE1)\xA7w\xEF\x96a\xCB\x9C\xBD\xD9\xFF \x9AP\xF7\xDC\xA8\xE8;"\x07\xD8\x99\x0Ed\x84\xFF\xE5$_\xA8~\xF9U0v\xED\xCFT\xE1\x19\xCB\x83\xB4\xF2\be\x14\xE6y\x8B\xDF\'\xB3Z\xD4|?\xC9\x84\xB0I\x95\xB8\x00P\xD7\xC2 9r\x07P?\x8E|/\xD4\x89\x17G\x00\xB4\x9B\xDEW)\xEAA\xA4.q\xBB\t\xCD\x87#\xD5\xB3A\x82\x9Do5\xA5\xF8g@\xA00\xAE\xCBZ\xB99\x19d\x96\xF7+\xA4\x1C_q\x10\xD4\x1DBi\x9B\x18\x04K\xDD\x81\xEC\x1B\xAF\xCD[\xE7\ts\xC2\x91}\xCChM\xC6\x8Dp\xDD\xC3\x18V\x98\xEE5kI\x05\xBFf\xF6&\b\x90\xBB+\xDB\x1E\xC1}\xD7#\x91\xF0n\xCF\x05\xC0l\xE4\xB7\x8F\xF9\xBD(Y\xEE\x89\xCA\xEB>\x8D\xAB[\xB9*k\xA3\x118\xBA\xA1$_2\x0E\xEF-\x80\xFC\x1C\xB2\x06]\xD3\x8C>\xDB\x14\xAE\x9C\xE5\x90\x11Q\xD8_\xEAKu\x94T\xFF\x83J<\x0B\xA9+\x9DM\x85\x154V\x0B:\xE7\x98\xA8\x06}1\xB0`t\xD0\x13\xFC\x95F\xE3\xF9\x85gJ\xF0\xB0\xD2W\xA4\xBE\x14e8K\x9C}\xF5\xB4Mw\xFC\xC4X-y7\xA2\xB0\xC5=\x13\xAB\xCD\r\xEBb\x9C\xF8rU\xDA\xFC>\xEBw\xD7\x9A\xCCzJ\xDBc;\xBF\x13\xE2\'\xF7\x9E4|\xC5^\xD6u\x1E\xC9\xFF\x96@\xE3\x83E\xFB^\xA3\xCE\xEE\x862!\r\xA2\'\x80c\x19\xF3\xCA\xDE\x02\x1F}\x86\xFC\xDF^8\xB6\x19\xE1\xC7\xBB\x87\x16\xB5c\xC7\xAAE\x00 \xAF\x86,\xF8\xCF\xA1Q\x81\t\xBBU\xDF!\xB2\b\x90-\xB4T\xDDo\x1A\x04w#\xDA\xAD\xE3u\x15\xBFD\xE0\xCAl\xEA\xB8\xD8@\xA8\x89Mh\x95\xD2-m\x9E!\x8Bw\xA70h!\xE8|1\x93\f%\x8B^\xF1j\xC5\x16t\x90 n\xD9e\x94B\xEF\x87P:\xF4\x9FC\f\x8B\xAA4\xBA\x9C\xC9i5*\x91U\xFE\xAA_\x90\x044Q\x98\x07m#\xBA\xEBA\x0B\xB4R\xEF\xC2E\x02\xD4R\x92\x03C\xA4\xD1P\xF3r\xBB\xDF7\x9E\x05T\xB4\xE8C\xFE\xAA/\xC8\rl\xA7\xD1\x19e\xC0\xEAz%\xCF`\xF2N\x10\x8E\xEC'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xED^\xB0\xD5C*\xF8\xB6\xDE\x02V\xB0\xED;\x9F\x17W\x80\xE8\x15^\x9F@\x06\x92\xED&\xBAQ\n\xD2\xF5=\xB4a\x92J\xCA\x12B\x97\xDCn\xF2\xC0R4\xA2\x1A`\xFC\xB3h\x8E\xE1F\x9F\xED\x0ED\xD4p\xB9G\x98"\x03u\xA1[\x8CzI\x96\xD1\x12x\xC6e\xDF1\xC1m\xB0\'\xD3\xE5\xBDzJ\xA3\xDFr0\x89l\x9D\x11\xDE\'\x01\xAB\xE5x\xB7\x07;(\x94\xD6\xFF|\xE2\xCE\x959\x1F\xC8\bl2\x88x\xAA\x94\x01(\xE5\xC9>\x87\xC0\x0E\xE7\xC8\x16#l4\x87%\x00\x90\xF5\xA9\tG\xFB\x8DsU3\x1D\xCE^\x01\x97\xC8\xAFV#\xC1\xEF7qY\x89 S\xCC\x85_\xAF\x10[\x87\xB8I\x0Fy\xEBL\xA8\xBB\xD8"\xCB[:\x18\x8AbT\xDDn\xF6N7b\xA8\xEF\xBF\xA1[\xD7M\xB8A~\xD5\x996\xC8\x0E\xF4\x82\xAE\x12\x82\xF1B\x1F\xE6\xFDFx\x85\xCF\x9C\xBD\xF9/\xF0\xA8\x15w\xE6C\xC7 /\xF7\xA6\xD5\x81^\xF6\x1AT\x00\xB3\xE6\xF6\xC5~\xA6\x11\xA50\x1B\x9A\xB4\xDB\x84@\x0B\xFB\xE4\xACs\f+\x81\x1C`\xE1N\xB7\x9Dd\xDCn8\xB5\x7F\x0Eb\x8F\xD7\xA7\bO\x1Ad\xD5?\x9Dh\xDA$\xFA\x9Bp\xEE\x93lY\xBF&5\x98r\x8FAd+\x9DR\xD6\f\xF9\xB7\xE9\x8E\xD0}\x02,r\xCDgE\x1B\x96\xEA\xCEQ\xBD\xF0\xA7y\x1F.F\xFC\xC2S%\xD2\xA1\xBD1\x16]<\xB5\xE4\x04\x92~\xC5\x02K\x8C\xBB7\xA9M\xDB\x17?\x05\xE3\xB1\x11\xC5\xEE\xA5\x0F\x84n\xB60DqBVe#F\xEDR\x93\xB2\'\x8A\xC29^\xA0\xFDi\x14?\x88\x00\xD1\xEA\xA6\t\x98\xE3\x8BLk\xED\xC9\x97\xF5p(\xACH\x12\xE9\xB2.W\xD2\rc\x00\xB3\xCB\x8B\xA0wbD\xDC.|\xCE\xDF\x1E\x02\xEA\x8D\x82\xD7\xC2\xFC\xA9\x0F\xBE\xA0\x17\xD9U\xF1\x03o\xDC"\xB22\x94\xD9m\xC1X\x8Fx\x1B0a\xF7\x06:\xB0{"\xDB\x8AW\xCC3\x81]\x1C\x94\xF3x\xE2\x84\x1D~4\xEBN\xF8\xD0\x89\x03S\xBA\xFB\xC7\xA9\r\xE31\xCC\xA9\xF8\xE4[E\xA1R4\x97\xE2\xD6\x85\xEFD\x14\xC4Z\x9C\xE3f.Au\x00 \x9A\xFB\xA9\x07Z\x15\xB5R\xE8\xFB\xAA\xD6j\x95Z5\x13\xE6G\xA9\xF0l\xDB8\xF7\xEFM{\x94\xF5\xB1\x06\x8F\x1Ek\x82De\x92V;\x10\x8E\xB5{\xCF\xF4\x0BK\'\xFE]\x95\xB4,r>\x0B\xA6\xD3\x91\xC6\xB1P=\xD4L\xE4\x88l\xD5\x90p"G\x86\xC6>\xDE\xF3\xC4e\xD2\x190\n\x86#\xA0\xC9\x8A/\xBCZI\xD5\xEBN\xB9\xD2\xF4\x18\'\xBBt\xD1-\x19\xFF\x80k\xBA\xA0}\xAD6\tS\x8C\xEC\xCC\xB7P\xF9\x1E\xE7\\\x82\x10|$\xC1/\xF1\x01<\x0F\xB8\xE0u\x17\x04\xA2{\x80\xB4\x00W\x9D\xCB~\xBDK<\xFD\x0F\xDC\x1E\xA2g(\x9AY\x01y\xA0\xDB\x05\xEA\xA3h\xC3\xE1;!X\xC8\xE9\x1Bm\xD0\xE1\xFB$c\x18\x87\x7Fh\t+\xBB\xEE\xA4\x91`F\x9B\xACb\xCD\x9FV,\xED\xB3Q&\x0E8t\x92\xE2A\xFDd\xE5b\x9B\xACr=\x85\xFA\xC1\x12\xE4;\xAE\xC5]\x86E\xF7\x96P`\xAC\xDA\x91\x03C\x89\xC0\x9CHv\xA8\x96\xDD\xF21\x9B\xAA\xDC8e\xCE\xF8\xB3\x17\xDDy%\xEB4\x8D\xFCc\x93B\xD6\x83\xEAJ\xBB)\\\xAB\x90\x0E\x19\xD4O\xEA\xC7\b~\xAB0n\x8A L3l\xB1\x1D5\x07\x83\xF1\x13p0\xD4g\xF7\x172\xBA\x0E9[F\xBE\xD0K\x8Ew\x03\x1DAp\t\xC7Q\x81\xBE\x07}\xA8\xD0\xBFq\xF7_\xC8\xA4\x14\xD3\xEF\x1D3\xC8\xBEj*\x90]5\xDFE\x93\xCB\n\xF1\x97\xE1\x0E\xCA}\xD6\xBB(v@\xB5\xA3O&\xABX\xD8\x80i\xC6\xFF\xAF\x1F\xECZ\x16\xC5\x9AU\x86\xE86\x94\xF7\x1C>L\xD9\x15;"\t\xAD\x1E2i\xF8y\x85\xB6pP\x80\xF8\x0B\xB4\xA0\xF3\x18\xB8d\xDBUv\xB7\xFE*\x8ES\xA6\xE7H\x9A\xC5\xFC\xED\x0F\x95\xE5{\x07\xEF\'\xD4y\x8C\ns<\xFB\xE4\xAE\'\xD7\xBC\xA5Z\xD4j\x98\xB3\xF4\\\x87\xE7I\x9A\xE1\x8D\x07O\x9A?\x03\xDE\x9Dz\xE2A\x1Fv\xD0\x88P#\xFC\xA6=\xD2e\x9E\xF0;\x16b\x01\xD0$Y\x86c\xCC@\xB5\x83K\xA4R\x99.\xDF\xA3\x85\xB8n4a\xF3Ku+\x0F\xA9\xE4q\xC6(\xA2g\xCB|V\xBE\xD9\xB1\x19\xCDg&\xF74\xA7X\xC4J\xFFj\xE8\x9C\xC3-\x81\x12F\xC1q\xDB\x87\xB3l\x8F\xE1\x7F8\xBD\xFFq\x1C4\xC3\xFC\xE6\x13Ac\xCA)I\x0F\x92\xCB\x05\x1A\x8D\xFE\xC4a0\x04\x8FQ\f\xB9\xFE8\xF3#q7\xE8[\xBF\x8DG\xCA\x06\x8B\xDA\x95,\xAD\r@{\x19\xEB\\\xAC\x04!Y\xF7/\rQ\x1A\xA5\xD7\x14-\x9C\xDE`\x0El\xB1Z\xBC\xF5\x03j\xD8\xED\xA7{?\x9D\xB4\xECG\x87\x1AC\xEEy\xDC.\x91\xA8\x11\x86F\xA5\x93-\n\xAA\xD1\x1Cf\xEFs\x13:\xBDW\x8F\xDF\xB2k\x823\xE3\x95\xB9\xCD?\x9C\xC0\xF3I\xB0\x8CV\xF5\xAA\x91\xD0;\x83!\xD7\x93\xAD\x1B\x8BQ \xBD\xDCkX\xD0\x7F\xDD\xBA\x9E\xCF\xAE\x1D@o\xD3`\xE5\xC7\xFF\x7F\xF2Ot\x17\x99<\xB2%\xA1\xE4p\xF6\xD3\x06K\xC6\xF9\xD0\x7FM\x15v\xA9\xEAo+\x04t\xE8i\xC0P)|\xF1\xA1qJ0\x7FB\xC6]\xF8/\x81\x115%\xA4\r8Z\xFBe\x84\xC0\xF1J\xB6*i\x16\xD4\xB6\x80\xE28\xE0R\xC1\xFB`\xCC\x80\x1Cd4\xA0#W\x0E\xA4*\x8A\xFD\xD8[\x84\xCC\x96<"\xCFA\x01\xE4\xB7\x19\x04\xC5\xEB\x0E\x9E\xE6\xB5\n\x97g\xE7\xFB\xC2\x91\xF2Mr\x93&\bO\xE2\x17\x9F\x07\x8CR\x99=!^\xC6\x9E\x02y\x83C\x0BN\xAB*\x96\xB9t\xEF\x90B\xBE\xEDe6F \td\xB9\xDE\xA2\f\x85\x1D\x99\\G\xDAb\x8ES\xD1\xFD8v\xA6\xCEC\xAERd\x02\xB1\xE6\xC3\xD7\xA74\x97Xt;\xC2\xF5\xDF\xA9I\x03\xF6m\xAA\xCF*\x83\xD9\xF2~\xC4\x00E\xDB\x14\xAEn\xDE\b\x98\xB3\xC3\xE4\xA53M\xFD[z\xB03o\xCA\x897\xAA)\xBBl\x85#\xDBK)\x19t\x9C\xD7\x1F\x85/\x15j\xF3}\xCB\x00\xDA\xAC"w\x10g\xBE\x93.\x147\x11\xE9m\xB76\x13U\xE7a\x89\xCC9\'^\xD2Ts\x12\x91}\xF1\x19\x8A\xC6\xEBH\xD9\xF3\xA4\x11\xF9y\x1C\xF0=Y\x13\x92\xEE\xBC\x89\t\xE4=x\xCC\\I\x8B@\xB3 \x87/\xED[\xCE\x813\xEBz\xD5\xB2c\x99V\x1DI\x9E\x8D\xD2\xA41\x07y\x9D\xFC\x84\x1C\xA3\xF6(\xCFW\xB2\xD6*h\x95\x16\xBBU-i\xB5\xE1\x95\b\xA2\xC9\xB3c\x03nY\xC7,\xB8\x10\xA5\xFA\xBD\x9E\f\xE8a\xBEk\x95G\xB7\xFD\xA3\x1DS\x8AA\xF5\xBE\xDB\xA7\xC8\x06r$\xF6\xB1\x1AL\xE2\xB6E\xC51N\x88\x039\x9Aq\r\xA7=\x00v\x8E\x07\xD3D[\xC1M\xD9{\xF8-\xA7\xD4\x99\xF5F\x8Ci\xEA7\xD5o(\xDDN\x12\xA5\x04\x189\xDBb\t\xC8\xE4o\x8E&x\xFEd\xEC@\xBCYj\x94\xC2\xF2f\x06|\xE9\xDA\xBBf\xE6G\xC2\xF5R\xE1\xCC%\xAD\xE9\x9C!\x82n.\x18\x8BE\xE0S7\x15{\xAC\x00O\x96!\x06S\xAE\x90=\xF6\xC6|\xE3\x8DqL\xB0\x98#\xFFN\f=\x88,\x96\x17\xE0\x847\xD7)U\x8D\x15\xAB\x93?o\x17\xAA \x810\xB6a\x806gP\xC59\xF2\x00\xAC\xE9f\x9B\xC4\x0B\x84\xE7#\xD1a\xDC\xC4\x7F\x82\xF4\xCDs\x9C1\xD5Q$\x9E\xC3+\xEE>[\xA5\xCE\xAF\xE6T\xD5\xB4L|\xCB\xFE\x10u\xA2;\xCE$Z\xF8\xA0\xC9\xFC[\xDA\x05~\x9F\x18\xF7\xD8\rr\x16\xA3\xCFB\xB9\x05\x1Fu\xB5@[\xBF\x9F1\x1B>\xA7_,\xBB\x18\x03f\x84\xAC_\xF9\x10\xD3\x86}\xBC\xDA`\x9F\x19\xC3m\xF9\xA8\x0B\x9CF\xAE\xE8\xBC\xFC\xDDs\xB6\x0E,\x8B7u\x98\xCEB\xEE\xC1G\x96\xB7\x8C\xDF]\x7F\x91T7\xD2\xF1*\x92\xFAk\f\x88\xF3\xB6\xE6\x10\xD9BU\xDF\xB4\x1E\xEA5\xB9Be\xF5\x18\x067+\xF4z\x938 `1\xEEh\x1D\x89_.L\x82\xEDI\xD4a\xAF\xEDO(\x10\xABY z\xFE?-\xBF\n$\xE3\x86\\\xA1h\xCA\xDEJ\xB1uX\x05L\x97v\xA3\x8B\xF0yE\xCC\x06u\x95\xA8T\xCB\x8Eo\x81\xDBD\x0E\xE9\x87\xBF\xD9\x90S\xC7>\b\x9Bk\xC5\x1E\x96}\xE3\n\x1A\xB9\x8E\xE0o\x89\xCD\xE7c\xACQ\xF5\x9Cg\xC5\xFB\x12\xAFD\x02\x1A\x99\xEC9\xD4\x8Eg\xCA4\xFF%\xC3\x0F\x99Z\x89\xDB\x1A\xE72\xB2&\xE5\x05h\xB7\xA6X\xCE\x04w&\xB7\xE3\x7F\xD2\xF3\x12\xAA4\x01\xBAS\xA2?\xC7e\xFE-;\b\x9E\'\xD2\x84\x1B\xD94\xA8Mw\xD80\x8A~&\xC2\x12\xA4)\xBD\x1B\xE9\xB1^k1\xA8\xFC\'g\xC1Hx\xFF\x9FMR\xC72\xFAkJ\xA0<\xF7\x13\xA4+\x92\xB4T\xE7Cf\xCD%\x86r\xF1U\x9A\xD7\xB4N\xC0\x11\xEFm\xB5Eq\xED\x94 \xBD\xE7W\xAA\xD1Qr\xE2C\xFAp\x85K\xD1\x92\xDCO\xB79\xF0\xA3\f\x83\xD8i\xBB\x97\x1E\xD6\x8B)\xE1\x1A\xB0e\x80H\xFD\\\x1Bt\xD7\xA1\x8D\xF6:\xDD\x02/\xA9\x1Ev\xF6]\x90t5X\x00\x8C\x14\xCE\x04>b\x9D\f\xF75\x82\x01\x95c\xAC\xDC\r=\xF4\x07\x1F\xE8\x7F\xD0\x91W#\xC99\x11\xF3\xE9?\xAF|\x11\xBD\x95Y\xEB\xCBp\xDC:\xC2\x88*\fx\x18\xAC`\x95\xD1E\xC3\x84\x16\xE2B\xA9\xC8\x9A\xE5\xC0,^\xB3\x80\xF2\xC7lE\xB6`\xEE!\xCB/Y\x9B{\xA6\xBD\\\x82\x15B\x05k\xB5\xEC\\\x92Dr\b_\x9E\xF1@s\xD7\x07/\xBC\r\x9C\xEFI\xFF\xB6\xC7N\xEB\xBF\x13\x7F\t\xE8j\x9F.\x02\xD9#\rM}\x9F\xE0Jx\x11%\x8F\xD9\x19\xA1\xBFI\b\x8C\xB8\x16\xC9$n6\xA0\xC5\xAD\xF6\xDA1\x9C|\xAD$\xBB\x88\xDFT\x01\xC8\x83!O\xAA\x8Ea"\xADi\xE0[2\x9Bk@\'\x8B\xB6P9\xCC\xB2z\x87h\xF4;\xAD\x1A\xF92\xD5\xA69\xE4u\x05,j\xD6z:\xF0\xE1T\x8D\xD9\xFAHe+u\x8AJ\x1A\x01\xE2\xC3\x1C8\xCE,\xB5h3\xFA\x9DxB\xE5\xCF}6\x91\xD1 \x81\xFE\xD7\xA2\\\xDC\xFC"c\xF2\x12G\xB8\x93\xD3c\x83\xC2\t\x93fN\xAF\xC2Z\x89\xE8\xAF\x9D\x1DeC\x01-\xB3\xEC\n\xD3\x98\xE5\x10\xBC\xCDQ\x87gM\xF8\xA7\x15H\x98\xDE\x10\xC1\xF0\x17R\x85\x04\x14\xA5\xF8d\xE4\x0F\xB0p\xF22\x96\xAB\x8DT\xC4\xE1-\x06R\xED#tV\xB8\xEC\xFF\x1E\x9A\xF6@\x14P\xFB\xC3\x80\xA8k\x99Pw\x89\x1CN_\xA6p\xE8\'\x9D\x19\x90T\x05\x86\xE7N?n\xEC:%\xFA\x8B\x17\xB5\xFE\xA9l\x16\xA2R\bEi\xA7\x03`(\xB3K\x7F"9]\xA1&\xF4|\xD8\x84U\x16z!Z3\x04X\xB8A\xF8\x1C\xE6\x06\xA7!\xE0h\xF3\xD8\x8A\t\xC4\xDD\xF4\xAAh\x9B(\xCE\xB4\x00\x81\xBB\x7F\xCFA\xE7wJ\r\x8A\xF5a\xC0\xDD\xB3\xED$\xBC\xD5\x8C\xF2Y\x96\xFC\x83\xDA\x04m\x917\x0Ei\xC7\xE0F\x8B\xF0\x1A\x81:\xA3\x92r\xBC\x9B\xCAzD\xBE\x10\x1F\x97M3s_A#\xBC\xD9Y\x13\xA2.V\xDC\x0B\xAFd\x9E\xD3)]\xC93\xE5"\x90\x11W\x80{\x19C\xA2\xCB\x16\xB7s\xF0\xABR\xE2\xB8\x9FC\xA9\x03\xBA2\xCB\xAEz\xEFh\xE0/`L6\xEB\xFF\x83\xCD\xABw\xFA\xD1\xAF\x84\x00\xE9~6\xF1t\x8F\xC6j\x18\x94\xF5P\x1E\x85\xF0\xBB\x96y\xAE>s\x9E3\xFAM\xE6\t0c\xE1>+\xC5F\x19\xCFf\x1F\xEE+s\x9A\x0FjF\xD1\xC1\x14\x02\xAC\xD4\f\x8E\xB2dO(]A\xBA\x16T-\xA3\xC9\x92\b\xADC\xFA\xE5J\xA5>*\xC2\x05X<\xDC\x1B\xF9O\xD2\x01g\xC8\xDA\xA9\x98\xC3u\xAE\x02\x8Ff\x9D\x0B\x880\xFAW\x8C\xD5^\xF4M\xA7\xF9\x91U I\x81\xF4$n\x17\xD5\x9F\xE3\x05\x8F\xEE\x9B\xE2\fnK\x1B_\x88\xD1f%\x03\xD4s\x8A\xE1{\xA3\xB1nG\n\xA4\x82\xEE\x1E\xB4;l)U\x87\xEFI\xD7\x1FV\xE8}\xBE\x98\b\xB0<\xC1\x85"\xE3o,\xDC\x9C\xB7}X\xA3\xC0=\xF2/\x7F\xC48l%a\xBF\xD69\xB7\xDF/\x17\xBE\x99\xB2c\xEE\xB95\xCE\x14\xFE+\x8B\xC4b.\xBD\\\x92\r\xEA\xFD\xD1\x1C\x0Fj\xA5\xCD\xF9\xB1;\xDAoH\xE2\x16{\xFF\xD0:\xA8\fa>\xEB\xC83\xDF\x04\x97U\x8A\xB1\x1B\xD8\xA8\xFFD\x8C\xF6\x98u\xFD\xA1Q|:\x85\x1F\x0EG^\x93\xE9d\x9B\xD4\xE7\x7F\x14B\xDFKx\x89_\xB18\x97\xBE2v\x8B\x17]\xA4$\xC9a\xA0*\xB4Y\x93\xE8\xBD\x89\xFEi\x13\x8DFv\xCDg\x0B\xF9H[\x86\xCB|\x18\xAE&V\xEA\xC7\n\xDD\xF4M\xC8\x9E\xFA\xAA!O\xBF?\x1DV\xF6\xAD\x9A\x05\xCA\xA5$\xC0D}\xDDS\xEC&E\xC3\x04\xF0\x82\x0F\xF6\x90O\xEAn\x11w6\xCF\'\xAD\xD8\xFA\x1E\xA9\xE8&\xBC\xA2q\xEA\x10\xB84\xDBi\x06\x82@b\x8F\xA7*\\\xE7w/\xD6m\x81\xF3v\xB56\x90\xD9(j\xF85\x16\xE4\xA0\x05\xF7\x80\xB5\b\xDF\x96Oy2\xB9k8\xDA\x07\xA6\xC6\x18S\xA2Hr\x95]\xB9N\x84\x13@\xE02\x99(R\xF1\xA1H\xC0\xD1\x14\xB14l\xD2\x11\xB6\x8C\x07\xC2;\x10\xDD\x04\xA3\xCD\x0BrP\x86\xB2\xD3s\x91P\xC8"_p\xA18h\xAE\xD3\xE6C\xAA\xCE\x1F\x87F0\x93\xE0\xF3\x06\x1B\xC48\xF1.p\xD6X\x8E\xC6b\xD2\x05\x91_\xE6.\x9Bw\xF1 \xBF\x01\x97AhS\xE5\x9A\xAEJ-\x83aC\x1F\xC2\xEB=W\n\xF2i1\xAC\x10\xD3J\xCA\xF9+\x90\x14U\x98\xFD}\xBBb\xF5\xC8c\xB3\x85V\xE5|\x9F\b\xC7\xAF\x00w\xF5\x1D\xACy:\xB4\x1Em\xFCS\xE0K\x87{\x1D\xDE\xA7%\xF8{\\\x1C\xC4o\xFB\xE5\xB8\xA0\x02e\x98,\xBA\x83\xDA@\x93\xF0\x18\x88\x1F]\xBF\x02s\'\xE9X\x13\xDF\x9B\rz!>\xD3\xA8\x11\x8A\xDEc\x956\x17\xB8M\x80\xDF\xF9\xC9\x89\x0B\xAB\x91\xCB<\xA3\xE9W2\xCD\x82\x16\xB9\xD2\x8F\xEFT\xD7\x943}\x15\xC9\xDE\xADJ\x1A\xFEt\xC0Y~\xB9\xE7m\xA4\xDD\x85\xC69\xB1\x8E*oG\x9E0\xBF\xFEj)CT \xECH\xA4\xE3h-\x11oCZ\xD85\x18\xB8k\x0F\xFD\xB0\xC0L\xEET\x951\xBF\x82\x19+\xCA\x1C\xA6\xD6-\xE2\x812?]\x9E\xBA\xE9\xAA!a6u\x15\xCF,\xB0\tPy\xE5\xCF\xF4"\xBA~\xEBV\x1D\xDB\xF6\xCF!\xEB\xB3\xDD\x96=\xCF\xE3p\xF8\xC4z\x97g\xBE\x80"\x01\x15\x8B\xE1\xC9!_\xDDlu\xFC\x86:}\x9CPe\xA4\xC6\xF7\x1BN:q\x90\xE1\xB2\x86\xC4L\xE4q\xDA\xFB\x1B\xB6\xA8\\\x86Q\xFD2\x9E\xC1@Z\xA8\x907c\x1B\xF1{\x12H-\xD8\xABB\tS.\xDEK\xC5\x9E(e\xAF\x06\xA4<\xFD\x97\xE2b\xC1\xEF\x01\x12\xB9\xECs\t\xDD\x89\xCD\x13\xC0H\x0B\xFBf\x1F\x8FY\xA35\x8AIn\x079\xE0\xAE\x8Fi\x07\xB2*\x10q\xFE\x9FU\x83\xB0%\xA1\x90i\x18\x88\xE6\xA2\xFB\xB2;\xE9p\xD4\xF7Iu\xEB\x91\xBAD\x0F\xAD%X\x8F\xD0D#\x94U\xAF1g\xF3\x9D,z\xD7\xA7<\xF2\xBC\x12d\xC9\xEF)\x98\xC5t\x15E\xD1\xF2y\x81\xE3J\xBA\xD50\x03f\xC5\xEAQ\xFF\xBA6_\xCC\x1Ev\x94\x0BW\xB93\x83\x13\xD0W#'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB3\xDCl\x99>\x19\xAA\xD8n+\xE5w\xC0\x17\xEE\xB5a\xF8\xA4\xD3\x17b\xF3C\x99\xFD\xCFV"\xAB\xDD-\x83\x029\xAA\xE9b\nA\x92\xFC\xD3;\xA0\xF6d\xB8\x1A\xDA]\x03\xBB\x8CO\x12\xCA\x90<\xE3V\x9Cw\xF4$G\x07\xF0\xC0zQ\xFD\xC6\x87\xA6\x00V\x99n\x88\x1E?\x93o0\x8B\xB1\xDF%x\xB8\t\x94o\xF6Q\xBAr\xD4W\x1F\x8B\xDC\xBAy&Z\xC0v\xDD(D\x83}\xA4=\xEEr\xD93\xA0k\x02\xAC\'\r\xCA3\x8E\xCA\xA5X-\xE6\x8D7`\x1DI\xD4:\'\xDFL\xC7\x06W\xE7\xBC\x03R\xCAd\x814\xE6D\xC1\x10a\xA1\x18F\xC1\x991\xCCP\xAB\xE4\x18\x87\fQ\x94\xCD\x0F\xE8-\x97\x0Ee\xA9\xF7 \xEB^\xD4\x88K\xB6a\xF6t\x13\x85\xD2\xB3\f\x9E\xF1\xB8\x11\x90\xAE\xF6\r\xA04\xDA\xAD"G}\x9D7\x18\xA8\xF4h\xD7\x8A;\xCE\xE5\x91\xF1\f|\xFEf\x15\xF2\x9Co\xB13\xEE\xA8m\xFE\xBFN\xD2#\xC5A\x84~F\xBE\x18p\xF9\xE1\x91P\xE19_"oB\xDC){\xEAhY\xCB\x7F\xB8\\r\xF4\x85\xD0\x11\xF8\xE5\xC0\x0BX\x9F\x1D{\x03\xB0\'6i\xB4\xDF\xA4<\x84,J\xD0@\x02\xC6!Y;\xAFu\x8A\\\xB5\xE6\t\xCE\xB2\x935\xA2>{\x1C)\xAD\xBC\xFF\x93\xF5\xC8fR\x97\xC2\x05.\x82D\xEB\x8F\x14\xC2.\xA6^\x8Es@\xD2J\xB5,\xEC\x97Ou\xFA\x87K%\\\xEB\xC3k\xFB\x91c\xE0z\x8B\xD8\x9A\xEF\x1C\xDD\xFC0M\x9CY*\x0F\xF2\xDA\xC4\b\xAA\x98\r\xD6}\xA2L\x16\xAC\x81\xD6 @\xA2\xD9\x1A\x01)\x9APk=\xDB\xB4*\x96k\x89\xFE\xC8\\\x15\xBF\xDB\xA2\xC9\x10\xD2\x90\xAF\n\xD9\xBA\x13$\x9F\xB7I\x163b\b\xA3o\x90\x17v\xFF\xE1jIb\x81V/\xEEjA\x1D\xE92\xBA\x078\xFBr\xB4\xE5na\xA8\xCAy\xFB\xE7\x07\x1ES\xF0\x04\x1B\xE29\xA5m\x84D eX\xED@u\x1CU~7\xA8P\xF1\x0Bj\xF9\xC2\x86G\xCB:\xF2\xBF\xD6\xA7\x8A\xC7\xAF#\x9B\xED\xD2\\\xC4\x86S\xCD\x8Cv\xE0[\x9D\x12O\x91\xF8\xBDL8\xD7\xB0\x89\xBE\x9B\xCCf\xA9\xBE\x7FT\xF4\xD1\n\xE8\xAC\x03/\x98\xB7\x00-\x9E\x8A\xE7\xCC_\x83>\xD1\xA9\xE2\x7F\xB8#W\xAEc\x1F@0s\xFA\x14\xBB;i\xA9+\xFB\xB4\x0Fh\xF3\'\xCBF\xEE\xC5#2\r\x87\xE4 Fg\x11vI\x841\xD8\x10\x9A#3\xB6z<\x8D\xC2\x19k\xE0\xC7\xF3C\x04*r\xBF\x1E\x94-[\x11\xEC\x98\xD9\x0E\x82\xE9R\x0B\x94\xE6N}\x00\x8F\x07\xE1x\x9C\xD9=\xA7\x93c\xB1\x88|W\xD1\x9Es[\x03\x962\xEC&\xDF\xFB?_\xB2H\x8A\xDE`\x9C\xF5\xD6tF\xA7\x81Qd\xAC\x17\x97\xDA\xFE\xE8wL\x01\x8E?n\xFB4x\x9E\xCD\xB9^\xD4\xA3+\xC6\x1AI\x905Z"M\xC1\x19\b/\xDB\x01\xAA=\xF1\xB6\x16\xC4\xA7\xCE^\xB6\xA3\x0B\xC8\x90\xED\x02r\xC1N\x11*S\xE5\x0B\xF88"\xD4w\xBCLZ\xB08\xA0\xC6\xB3\'\xCE\xA8N\xC1&\x04k\xF4\x1CD\x86\xE0\xAFd\xD0\x18\xBB\xEA\x03\x84\xF7z\xE6@l\x98\x1A\xE0i\x8E-P~\xF8<\x8FTz\x1Fj,\xCE\x1A\xA6\xFD\x92\xCB\xB9\x83[\xCD\xB4\x10\x93\xE32\xF0\n\x8Db\x13\xF4i\xDEY\x17\x89\xE3\xB2K\x8D\xAA4v\x06Z@\xF7`\xA5l\xCAt\xAF\xD5W\x9F\xBA\xCD(a\xBFG\xFF\xD5\xEA\x82\x0E\xDC\x19\xC2\xF2\xAD\xE1\xA0[9\xE7Be\x1Cp\xA4%\x7F\x9Ch\x00\\\x86\xA6\xCAD!\xD5\x803\x05\x9Bz\xF2a\xD2=\x15\xDD\xC3\x9A\xED\x12\xCF\x9C\xFA\x88;\x0F\x991E$\x8C\x14M\xF6\x80\x0B\xA2u\x1F\xAFfK\x9Eq1\x88DP\x13\xB8\x82|\xD7\xAD\xF16\x02A\xEC\xDAI\xBF=\x1Ak,x\xBA\xE6pQ\xC0\xAF9\n,\x95\xFA~U%f\xB7\x8Dp-$\xDCR\xF2\x1C\xE2g\xC7\xFFr\xAC7\xE8S\xC94\x97@\xBC(\xCA\x04`\xD4\xFF\x97p\xF6\xC8\t-\x8CL\xE0\x95\xC3\x18\x89*\xF2\xAE\xD2\xFD\xDF\x9A\xF7\xAA>\x94\x1B\xE9H\xC6\xA4i\xBC\xE9\x84\xCD\xFB:\x1BN\xBEz\xC0\xABb\x8F\xB9\n\xA7\xEE[\xD9\x93\x7F\xB4\x18\xF4\xDE^\xFC\xE4\x92\xB1\xEB \xBD6\xDC\'T\x9Dk\xBD\x13\xCFd\xABTq\n\x9E{W\x91\x13O^\x07\'\xD0\xFCk\x83\xDA"O\x105\xA1\tI\xA8\xD7\xE4\xFF\x95F\x06\xD06N|\x87>.\xBF\x05"\xD3l\x83\x0F\xA7{\x189jV\xA5\x7F\x0F\x8C\xAFB\xE9\x1F\xFAWu\t.\xF8\xB8\xCC6\xE7#\xC3\xB42\x88\xC7\x7F\xA2U/\xB6w\x00\x8C\xD3\xB1\\n+\x93zY\x81\x16\xEB+s\xA0\xF7\xDA\x18\xCE\x9C\x12fE\x9D:Y\xC3N\x8B\xD0H\f\x84\xDF?\xCBe\x02]\xD2\x94<\xB2\x85\x9FE\xE3\x90hK\x80\x04Ct\xD7\xEBF\x10\xDF\x8E\xF1\x14Y\xE4:r\x1C\xEE\xDB\xC2\xF5\xB4\x0F2\xBBj\x82\xE3\xC4$_\xAEMo\xE3\x83\xF9\xAC\xEC\x03%\xD90\xF0\xA1\xBB*\xF6Q\x9A\xEF\xBE\x15\xA7x\xE2\xCA&\xF0\xD5]\x1E\x11\xDB\xA7_\xF4\x1B\xA0m\xB8!`\xAEA\xCC\x9B\xA9\xC2\xF7\x97?\x89\x16bB\xCC\xA3@\xFDX\xB3\x0EB\x8D\x01)\xF2\xB5T\xCB/y\xBA\x95f\xB0s\x02\xC7o\x15\xAD2t%\x85K0\x04b\x17:}\xB1\x9A1\xBEw\xCF\x80\xAF:\x01\x96\xF5\xC3v\x02&dG\x0B$T\xB9w\x05\x9B$\xE9l\xDA\xA4\x1E9\x99l\xE9\xBEy\x94<\x1F_\xDF\x8DK\x0E\xE8?\x1CP\x94`\xD3\x8D\x06\xE4\xD6h\xF3\xB6\x8EO\xA4\xC1\x8B\x02P\xED\xFD?\'\fU\xDEe+N\x857\xD6\x92\xEC}\x85\xD0g\xA6\xE45\xD4S\x8E\x03b\x90\xCA~\xF4\xD2J\xA3\x0E\xD8\xC4\b\xA2\xFF\x19o\xC6\x9D\xFA\x87\xDD6\xE9"I\xB7X\xA1@\xC7\x10\xDBr\xFC\xE7i#\xC8n\x83\xB5\xE6j\xC6\x8D\x15\xD1\xA9\xE7\fS\xBC\x19\xB2\xDD-\xFEJ\xC8\x1E\xAE}\xBDG*\xEDR\x06,\x82\x17Z5g\x89vH\xB3\xD59(\\\xCE\xB8w\t\x9F\xC1z8\x19\x93\xFC|!\x9A4\xBAX\x0E\xD35\xA2W\x1A\x97G3\xF0\xBBBs\x1Dg\xA40^\xF4>\x9D\x11\x8F\xF0[\x80\xF9\xDA\x18\xBD\x10\xAA\xDE\xB6e\xC6\xE2\xAD\xF6&\xE9\x96j\xF2\x84\xAB\bFg*\xACV\xFD\x80\xF1\xCDb-\xAE\xE8G\xD1\x81A\xAA\x94H\xE0\x07|\xD6\xA5\x03v\x9C[\xFB\xCA\x98\xE1\xFC\x8B\xC9mX\xBDv;\ti)8\xA5i\x88Ht\x9D?#\x04\x98SC\xCC\x121\xC0Q}\xDD\x16\x90\xF2\xD7B\x13j\xDE\xA7\t\xC1\x88Zm\x06)\xF0\x1Cr\xF8\xBA-\xC4\xF5^\xB2$\xE2\x0E\x8A\xB5I8y\n$\xA9\xE7\x1B\xD7\xB1\x9A\xC3\xEB\x91p\xF6\xD8\x1D6\xFE\xEF\x8C{\xD5\x1A\xBB\xA7[\xE2 \xFD\x99\xEC\xC2\xA5\x1Eb\xC9\x98\xB4(tAP\x15\xF6\xA3\xC4c\xB3\xDD[\x88\x16f\x8F=\x1D\x85R\xD3<-\xF1j\xD4\xBFP\x95E\xF9\x830d\xE1C\x0EO\xCE1[\x95\xBA\xCF]K\xB42n\x85\x06=\x8Eb\xB7@.Xs4\x82\xE8O6\x02\x8D\xE7\xD7\xB5:\xE0\x90\x10\x7F\x9C\xC99\xEA\xACN\r\xE8m\xC3\x96\x7F\xA7\x07#\x81\x17\xB0\xDC5{\xCCT\xFD#\xA7z\xB7\x00\xA1\xC6\xEA\x14p\xA6\r\xC5\xEDa\xDE\xF7z\xD4\xA1\x0Fk\x89\xD3\x05\xF8\xBA\x7F\x19\xD1^\x9F!h\x96w\x1DR1\xFBJ"\x02u\xD0\x99\xDA\xB70\xFF\x16K\xBC`\xE5\x9Fs\xEEc\x05\xB9\xA2\x10\x92L\xD2\x87\x1Da\f|&S\x84\xE3+\x93E\xA0\x14(\xB2J\xEF\xC7\x1B\xE3\xB2L\x9E@\t\xA9\xF4\xC0H\xFA\xC9.\x01\xCF\xAC\xE8\x8A\xD6\xB8\xA3T\'\xFA{G\xA1b\xEF\xDC\x8E\xCCCV\xFF+\xD0\x8C\x1Eh\xED\xC0m\xF22\xE0\x9ED\x8C\xFF\xB1:\xF8i\x1F\x00\xCEX\xC1\x96.o\xFFS\x95%a\xCB\xDD\x8Fh.\x87y\x13\xA8Y\x82Dq\xBF]=l\x10\x84\xBF]\x14\x8B\xCC&\xAEr\xFB1\x10\xAC\xC4=\x9BZF\xDF(>\xB3\x07Z\xC5A\xAA\xE0g\xD2I\xBF\xD9~\xB0\x88\xC9\x9AGvZ\x16\xE1\x03"\xC0\x86<\x04\xF0\xDA\xB1\b@U\xC7m\n`\xBD0\x0F\xD7\xAA\xC2\x85\xD3m\x92)\xB6\xA3b%8\b\xC5\x9E\xCF\x11\xFA\xDC\xC2\xA1\xF7\x15\x99\xDC\xF0<\x9F\xD3U)\xE1\xC4f3\'\xEA\xFDh\f\x91\xB62\xC9\xAD|\xF5Xn\x93\xA8Lv\xF5f\xEA\x8A\xD9H\xF5\x8Fj\xE7\x97`.\xF1W\xA0\x12\xDDM\x18\xFA\xBE\xDCl\x1AUu\xB9=o%\\If.m\xA9\x07^\xE9\x01\xB0<\x19M\xB6w\x8BT\xA5 \xDB\xF0>eM\x95\xCE\x14\xE7\x1D\xC4,\x80\xBD\x9E(\xB32\x98\x1D\xCD\xFEK$\x16r\x04\xB93\xC8e\x82=\x7F\x9AY\x91\xAC\xF3\xE2`\x96\b\xEF\x8F\xAD\xBB\r\xCFN\xB5\x1D6\x83}\xA3\xD6\x8B\xEC\n\xD1\xBA,`\xC3\x06\x9F\x8B\xEC\n7\xB6C\xD5h\f:\xE0\x15N\xFFyY\xA4>}\xB0\xC6\xA1\xDF\x8CH{\xE5\x00\xAF\xED\r\xCF/\x01K)\x84/\xA8\xCA6\xD5\x1F\xE6\x81\xFBx\x8F\xDEg\xBFH\xFC]\'n\x9ED\xF5\xE3\x85~E\x19\xD4q!\xA5Q\x8A\x9FU\xFC\x96[p\xD4\xC2\x11\xEE\xE0\xBB\x0B\x80Z\xEF=\xD0\xAB\x1E\x98Z,\xC2I\xA9\xE9s\xB7\x0E\xD5G\x18kR\xFF~>W2\xC6%\x0B\x9B\xCD\xEF\x14\x93\xC7\x07]\x1Aq7\xB2\xFBV\xAA/\xBBZ\xDD\xF9(s\xEC\xAF\xCB!\xA6\x8DB\xAD\x83d)5\xD6\xFBj&T\r\xF3;\xD2p\x90g\x19\x87:\xC7\x9D{\xFA\xBE\xE4\x88\xA2\xC4\x12\x98\xED\xA5A\xF6M-l\xB2C\xE5\xA6\xDD\xC2\x8EP\x12\xCD\x94l\xE3\x00\x84x\xCA\b\xBE\x1AH}\xE4\x066\xF7n\x1B\xCFS\x83q\x14\xB5\x92\xC1u\x86\xB8\x13\xA2$\xD8\xF8^\xE0!b\xED\x92Z\xB2#Eg\xDC\xB4n[\xD7u\xAC\x89\x1F\xD9x3T4\xAD\x04\x9B\xD8$\xEF9\xC5\x12F\x9Ac2\x90\xD97\x81\xBA*^\xDBL\x9D\x05\xF3\xAB\xE4F\x9F1\xE8c\xFEK\xE1T\x04B\xBD\x95O\x00\xAE>\x122q\x0B\xF4\x8F,\x05\x1B\x87\xBC\x13\xE7a\xFE\xA0\r\x80\xBCx\xF3*g?u\xB6\x8Ad)\xB0\xF4\xE5A\xA9_\xF8\x0Fi\xEE\x94\xC7\xB4\'x\xC1?\x1F\xC9Q\t\xD4\xA5 \xC8x\x8A\xEE\xB0|3\xA3\xD1l\x88\xDB\xC5\x9B\xD19\xAAS\xCEG\xFA7\x96\xCCU;\xC4\xEEe \x83\xCCY\xE7\xA6\nT\xF9\xA2M\xD3 \xB9\x13o\xC8\x9BP\xD1\xA3t\x149\xE7\x8EX\x99\xFE~\x8A\xF6]A\x956\xAC*i\xCC\x15\xEA\n*\xBA\x1BW\x03M\xEBx\xBD`\xE5\x9F{$h\x05\xB5\x8F(H\xD2\xFB\x0FD\x1D\xBB\x80\xC9\x1A\xDBs\x06\x8F\x7FW\x87\x01\xEA,\xB3>\x1FT\x87\xFEe\x0F\xDD0\xB7f\xDF)\xB0s\x17\xDA\xF9\r\x9A<\x81Us\x90H\xE6\x7F\xA8\'\x84\x17\x00"\x8B\xC5\xEF\xAB\xDFJ\x1B~\xE1\xA8r\x97\xAA\xDE\x96\x00}J5\x97\xE9?\xC80\xDD\xA1G\x1Az\x8B\b\xF6\xD9\xBDE\xCD\xAEp\x19\xD3\xA7;\x11\xBF\x80\xEBk\xBEO_\xE2\x1E\xC1\xD8\xF7:\xCA\x96\xF5\xB8f\xDD\x99l<\x11P.\x81\xD1\x9E\xF7Z\x15\xB86Op3a\xD5\xF2\xAE(\xBDa\xA9\x0E\xF7j\xBE\xD5[\xE2\xC4c\xAB\x7F,\xA0\xF3L\x85\x06\\\x96\xF0\xCEV\x07C\x8E\xD4\xA6\x01\xB3d\x9F\x07\xAF]\r4AY\xCA0\xB3\xF9\xD7\\\xB9t\r=\xC00\x88\x04S\xC7\xF7\xB2%\x11\x8EiV\xFE\x83\x1ER\x95;#\xAC\x926J\x9A#\x0B\xE6\x91a7\xC5\xE9E!zJ+\xA0\xB51{$I\xF15\'m\x86\x1Ct\xD5\x8C\x06\xA9\xEAHy\xA4\x93\x1D\xFDa\xEB\x94\xD6f\xE6\xC9\x18\x89\xE8\x9E\xC0C\xE3\xCE\x14m\xD7\xB3\xEC\xCD\bv\xFC\x13\xEEp\x81@V\x1A\xB5\xFB\'s\xBC\x8B\xFD\xAB\xE1c\xF7\x15\xE6\xC6\x82v\x95\xCD\xEAK\xDF\xA3\xC1\xEF"r\x15\x86\xC2\tC\xE5\xC8\xAFMp\x12C\xA4#yS;\\t\b\xA78\x9B\xF0Ft2d\x85N\xB9\xA2-\xCE\xDF\xBE\x00\xD1y\xDE\xA5\x98\x14\xDB\xC8m\x1C\x88\xCFp\x97;\x0E\xDAT\x13?\xB6\xFF*hE\x97Q\xD2b(\xF2j5\x8B*\xA1 \xB4\xF9w\x92\xA7\xD9\xFE\xCD\x1F\x86\xF5x\xB7&\x8D\x01\xC2\x9E\xE5?\xD8gS\x06\xAD^\x9C:\x89\fOg>X1\x9A\x0B?\xBFU\x04\xAEi\xBB\xFC\xA7\xC5}\x92U\x12\xB1\xE2\xFB\xA28\xDE\xB4\x9B\xD2}X\xDE\x01\x85\xD0/\xEF\n.\x94\xB7M\xDC/P\xC9^\xE1\xA8\x10X\x1B\xF5%\xC3\x89\x17w\xF3 m\xC4-\xF0\xCF\xAD\x05\xF3\xB7^\xEB"\xA2H\xEF\x1C_/\x89$]\xF1\xD1\x821{\xBC\x0E\x90W\x1BM\x05\x14\xF1\xBB7dK\xBF\\\xC4c\xEDq\xAB\x13e\x91\x06\x17A{,\xD0\x90\xB0|\x98\xE8B1\x91J\xE5\xAF`\x91\x1E\xE4\x80rM\xD6\x90\x7F\xDC+\x8C\xD2\x9D\xE3o\b\xDB8\xA1\x04\xC6 @k\xCC\xFEw\x84\xC3\xAAD\x94u\r\xE4\xA8\x05 \x80G8\x02\x9B\xC1\xEC\xAE\xD4\x82\xF3\xB9Jm\f7]\xFC\xB6\xCB\xA6\xD8\x03\x15E\xBB~7\xC3%\xA5\x115\xB1\x00l\xC5:O\xF5E\x99\xAF\x1BMp_\xEA\x8A\xAE\xEE.\xA3?\xE7(]\xD8\xC9\x9D(\x8D=w\xA5\x16\xE2\xCF)~E!o5\x9C]\xDE\x00\xA3\xC8\xDB\x1Fp\x0FeS\x854\x9D\xF9\nY\x83F\xFC\xCAf\xF1\x85X\f\xABy\xB8\x16\xCCe\xE6\xBA\xF8\x95\xD7J\x17[\xBD\xDBc\xF9q\x89\x1C\xF7R\x17|\xD4\xD8\xF7\xBB`\x8CW\xF9\xDE\xA1R\xFD\xC7\x1E\x8A)\xECU\x84H\x9D\xE2(\xBFy\xEB\xD4h\xA8\xDA\x16\xE9x\x99\x1DC\xBC\x18\xE5\x92%\xD8\x821w\x8CD)\xAA\f4\x9Cu\b \x96\xCB\n\xB73k\xAD\xED_\xB5S1\x98m\f\xB0<\x80\xBC\rh\xE8\xB1xB\xBDh0\xB2\x07\x8D<\xFA\xB1\x1CM\xC5+\x95n\xB9;\xAC\xE1R\xD3t0\xFAc\x07Z\xEC\xFD\xC3\x0F\xDE~U\xB9\xF6\xD0\x87L\xB16Q\x9E\xE3B\xC2\x86\x005\x07\xC9B#\xEF\xC5\x19s+\xD1\x91I\x05\xD5\x0E\x95\xF8\x17\xD3\x7F\xF0_\xD0\x98q\x8B>\xF3Q\x04\xCE_\x89*\x02\x95\xA4\xB6J\xC9\x9E9\xAB!W\xA0;\x85\xC8g\xE2+=l\xE8\x16~\xD3\x02\x93\x12L\xDF\x9B\x8Ft\xE0\xA8O\xD7\x97]\xF1?\xA8%a\xA18q\xAA\xE6O\xC1!\xA9V.\x06\x11\xE3\xB4!\xA00\xF5\x0E\xC6d7Y\xF2\x8A}\xE1\xBDG\x94d\xCF\x1A\xEF\x03\x1F\x91\xA6\xFF\xC0\x8E\xF4\xA9&\\v/\xCD#q\x1D\xB4\xFF\x83{7\x04\xE4\xB5\x15|\xC4\x86\xEFV\xCB&\x88c:\x94\x02\xE0D\xBD\xA1c|\x86[\xDCKl\xB2\xE9\x12\xDB @\r\x1Bj\xF6\xD9\b\xB5qQ\xAEB\\z\x12U\xD9dA\x82\xBA\xEE\xA4V\xB1\tf\xEC/^\xBE\x1F\xA4k\x8AX\xDB\xF94\x1B\xE1\xB9F\xFD\xA0\x0Fu\xCB\x81n\xF4\xD66\xC9\x19\xED\xBE\x91"\x9F{\x80\xBEo\xCF\x96\xB0+\x87v5\xE6\x8C*\x9A\xD6\xEB\xB6\xCC"\x9B/\t\xC7\x1E\xFC\xD9g\x89\xEB\x9DF\xCF\x10\x92\xF4J\xCB.\t\x9CL\xB3i\x92\x0By\xD73\xB7\xEAP\x17\xAD&Y\x93\x01E\xABt\x07>\xD1\xF8N,\xA6\x01`\xEBP\xC5\x14\xA3K\xFC\xC0i\x0B4\x80G\xF8u\xB0\xE2No\x988\x10\xC1E'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xCD7\xF7\xBBmF\xDD\x9Cg\x18\xC6\xE5q\xB8C\x1C\xDF\x0F_\x8F\xD5h\x159\x80\xD3\x07?\xE1g%\xD4\x8D:\xF1\xADU\x14\xB8=\xD3_\r\xC6S\xDCs\x05\xCA\\\x82\xF9u\xA5L\x8E\xECA\x9C\xD1t*\xF6m\x92t\xA5\x13\x8B"\xF0\xB3N\xFB0\x91\n\xF6\x81g\x9A\xA95\xFBF\xA0\xE7\xB4\xF4z\xA9\x1C\x94\xBD\xA4\x04[\xC0r\x95/\xE1t\x9A\xED\x8D-\xA0\xF5\x8A2\xA5D\xE3\x17;\xC3\xDE\x1E\x04\xB0_"\x07\x80\xAC\xBF<\x1CM\xE5]0\xCE}\f\x86\xD3y>\xAAU,\xD0\xC1R\xEE\xBA(\xC8Vm$O\xC5_\xFCEx\xE6\x10K\x1C\x00\xCE\x86\b&Jk\xB3A|\x14\xBB"\x93g\xB3)\x98i\xCE2|\xC2\xDBU\xEBL\x12\x95\xF3\xAF\xD8\x04\x9E\xC29[(\xBC\xA0^\xDA\x15\xE9}\x04!k\x86y\x00\x92\x0B\x9C\xE2\x8B/\xD0\xEF\x835\xB1\x9D\xDBgC]\xC5\xF8\xA4\xDE\x03 \xD0\xE8Ln\xF2\xD5\x02U\xEA\x0EZ\x86\xFA\x17\x92i3\xCBx\xE1\xC7B\x82kQ\xF9\x92\xAB\xE4J\xF3!\xC5\x98\xB3F\x8D:\xD3\xB0\x17>\xDB2\xBBGs\x0E\xB4R\x16m\xCA-\x89\xEE\xB5\xA83z\x1B\xBDW\x81b\x98\xAE\x0B6\xC1~\x8C\xACE\xBB\xA1\xE7>\xA9\xB9\xF5\xA0\x1Dad(\x0F\xB6 \xEAs\x05\x19m\x8C\x01v2a\xFA\xA4\xE2\f]\xEB\xA6d\xCD\xFA\x1A\xEA\x9Ed\'\x96\xDD^\xFA~"\x0BP\xE7\x8B\xD2o\xF18\xC4\xFE\xDEV\x86\xA1\x15>\xF6$l\xD6Qq\t(F\x88\x01\xB2\xFE\x98{<\xD2\xA5C\xD8\xC87\xB6\xDFC\x86\x0F\xC9sN\x9A-\xC1\x8DM~\x84\xAD;\xD9\xFF\xC4\xA8\x07C\xBE\xA3>\xD6\x97c\x13>\x94\xAC\x10+vA\x1D\xCDa/\xDB\xC8\x95\x056\x1E\x8C\xCD\xDF~W\xD5?\xAB\xDE\xED\xBF\x8De-\x83b\x9C\x0BZ\xA9\xED\'\xD7\x1C\xB8\xF6pB\x1E\xF2\x0F*Tk\x8EJ{6\xF1Q\x8F\x15k\xC4+\xFD\xB8K&\xE3S\xA2\x8E\xB9\xEBq\xFB\xB5Ju_\xEE\xB0\xC4\xFE]\x99\x11\xC0$\x91\\2O\x1B\xFCU\r\xB2\xF2Q*\xCFq\xBDT\x92d7\x81\xCC\x04\xDF\xB3\x99\xD6\xC7\x07\xB9\x1D\xE4\x86\xB5$\xD2\xE9\x01\x80w\xDD\x9F\x06\xCB}\xFA\xD7f\b\xA8)\x97\x0E\xE5\xA5\x81\x13{\x9DH-\xED\xAE8\xE5v\xC9\x88\t\x9Dw\xE1\xC5#u\xE4\x90\x1D\xF7\x9B:\x03\xAB\xE7\x14V\xA3bs<\\\xED\xA22\xF7\xCDW\x0Ewa\xAF4Y\xA7\xF4Tf\x87\xB2D\x1C\xC86O\xD9\x8BZ\xC2!1\xD1V\xE4\xB8p\x84h\xFA\xA1\f\x1Fo\xB5\xCE7\xAA\x94G\xFF\xA3\xC1Ac\x13\xDE\x7F\xC6+v\xD8\x93&\xBF\xFD\x8B!y`\x96m=\xA1\xDB\x98I\x19\xCCA!\xBF1\x16\xEB\x9A[\x84\xF5{\x18@k\x04R\xF8=\x91\x0B"?\xCF\x18Ib\xCA\xE8D\xF8`(\xF0j\x17\xD34{\x05\x84\xB5L\xF0\x8AD\xFC\xB0K5\x16\xE6\xA9D\r\xDE\xB0\x16\xC1\x00/\xF0\xBC\x82\n\xE4n\x90\xD4\b_\xF3\'iX\xCAp\t\xD3$lU\xDD}\t\xB5\x973\xF3T\x04\xCF^\xADM\xC9\xA3:\xD8O*_Ex\x8B%\xAE\x94\xD1G\x89\xC5\xAA\x10`\xEA\xC0\xFF\x9F\xE2J\xB4\x1E\xE6o\xAC\xFD\x19\xB0\xE7\x03\xCA p\x98\xC7\x10\x8D\x1D\xF8\x93;\xB9\xE62\x96\xA7?Y(\x00v\x1Bg\xA3x\x94\x1B\t\xE3Y\x13\x8D\xC4\x1A\x00\xB9\xE8V\xF7\x0B9\xEF!uU\xE1<\xD3)\x959^\xD5\x115\xFC\xC8\rB\xC6\x88F&b\x8E\xF80\xB4\xDEE\xA0\xBC\xE2T\xAAu\x82\x02\x18\xC5\xF7\x8D\xD7\xA1\xE8\x83\xC5\xE27\xF6\xD8?\xB6\x972\xEEt\xA8\x85\xD21\x9D\xCB\x7Fa\xA4\xBD\x07\x92\xF8o\xA3\x04O\xB3\xF2l\xC1\x8Fv\xA2\x80\xD9S\xDAm\x997\xD4\xA8\xEAPt\xFD9z)\x05F\xF0b\xCFMh"\xBB9dK\xB0A\x0E\xB9$k\x85z\xF9\xD0d@\xDFLi\x0F\x1FC\xB5\x81\xE50\xD7B\xB7\x1D\x8B\xC5\x7F\x1A\x85$\xA9@\xEFRd.\b\xA5\xEE\x0E\xB6vY\x13\x80\x1F\xD3\xAFa\x87\xC2\xD8\x1D\xA37\xB2\xE3y\xEE\n\x16\xCB\xFC+\x8E[\x9E\xC7P\x05*\xA4\xBA\x07!\xF5\xAF\x92r\xDD\x02\x1ANl\x13\x9DX\xEEg4\xE0\xCDU\x06\xE7a\xD3"\x01\xBAu<\x1E\xC4H\xE2\x06?\xBF]\x94\f\xE8\x16\x9A.~\x8E\x10\xFD\x9C\x86\\\xAA\x91nT\xD5\x7F\xECF\x14\xAD\xE9g\x19\x89\\\x98\xC5W;\xEC\xC0[\x98\xCA\xFA\xAD{\xCD)\f\xA9\xFA=\x9Du.\x95\x0E\xB0\x83\xE4\xBA\x8F[\xFA\x80\'\x96\xCC\xA4,\xF5I\xCAnP\xB3\xF8\xCAWB\xDA.F\xC3(\xE1\x9A\x1C\xA9\x02\xCF.\x91\xDC<\xC3J\xEA4v\xD5\xFF\x8A\xA8(8e\x8D$\xE8\x85F\xBE_\x8F\x14\xB1\xDC\xBCK\xCA\xD9(\xB8\x17\xED*\xD8N\xCCc)\xDA\xBD\x1E\xA5y\x8D\'O|\xE7\xD8]@\xEC\xBD8 \xAB\b6#\xFCb\xE5\x1E\xD3\xFB[\x8B\xC2d8W\x10\xAB\xD0H\xBAS\xE1t7oX\xCE+\xA6\xE0\xC3x\xD3W\x94\xAC\x03a\x8B=\xAF\x9B{\xB7\xFCA[\x93N0\xB2\xF7\xD4\x95\xC7\xFE,\xB6\xCE\x1AZ\x9B\xF8wU\x8D\xDB\x12A\xBE\x90\x7F\x0E> \xA9J\xD7\xB8z\xFA/r\xEE\x97%3\xDD\x80R\x9D,s\x15Ah\xC2^\xA4\xEE|\n\xD4^\x8E/e\x99\x0E\xBBl\x03\xB3t\xF8\xCF\x807\xDA\xA5\xBE\xD3\xF1\x05H\xAA\x7F\xB6)h\x1A[\x81%w\x9A\xDF\xC0:\x92\xC7F%k\xFE\x88\x1A\x06M\xCF\x01\xA7\x1A\xF1\x07\xBD\x88\xCE\xB1\x9CQ\xFF)\x93d\xBEW\xDA\x03\xCA\xAF\xE2J&\xCC\x91;\xDC\xA4Z\xED\xB2\xFE\f.x\xB1^\x8D\xEA\x17X\xFAE\xA9\xE9M\xFB\xB5\xD2p\x12\xAE\xFF\xE3\xA2\n\x94O\xAF\xE1\xBAy\x83Zf;w\xD6]7N\xE1\f0\xD6\xB5K\xE5\x8A-\xFC\x7FI\x87\x13E\xB8R\x89\xDB\xBC\xABB\xE4\x10\'\xB6u\x8E\xAD\xF6(\xA7\xDC"\x80\xD0Aq\xFF\x99\x15\xD2\x9Fj\xDC\xC3\x10Xx\x1FD\x04dJ\xF5\xDB\xBB\x01\xE3R\xB6?pJ\x17j\xA1\r\xB4\x96\x14o\xAB\xD4\xC2\xF23\xAAy\xEC\x0Fa\x050\x16\x85\xD4\xC1\\\x9A\xE8U\rpE\xEA\xC0w\x07S\x9F\x1D\xC5K\xB47T\xAC\x19bF\xF3\xA1\xCD\x84\xA8\xBC7\xA0[s3%h\xD8\x1C\xA9\xF2\xDE-\xFB@S\xF2\xC00X\x1F\x91g\xCF^\x96\xC47\xA6\xCFl\xEBSg3\xF7G\xD61\xBE\xCD\x83\x18Y\x97\xF13\xAD\xDF\xED{\x0B\x8F\xE7/\x04\x94\xD7\xB8-\nS%\xE1\x16\x8A\t\xAF\xCE\x8F\x9C\xF96\x80|\x97Y\xC5\x8C\xE1c\x02\x82\xDE\x0EN\xA2\x01\x1C\xDD\xF9%I\x8F\x1F\x9B\x00\xB2\x91z\xAA\x06!\x9F;\xFFf\xB1+\xCAj\x11\\\x87*e\xF7\xCAt\xB8\xEDp\x8A;\xDCl\xF7z\xD2g\xE7L\xF1x\f\xC7a\xBD\x05\xD4\xB0t\x1F\xA6\xD1x\x9E\xB8q\xEC(\xB2AX\x84f\xE6\xB6w\xC7@%\xE0\x19\xC9\x80a\xF3\x7F\x93\xD6\x0EK\xE1\x8E\xBCF\xD4\xA6\xBFD#\x81=R!\x02`\x9B\xC2\x8F@\xB5*\x97;\x1D\xA8GV\xE3(E\x124\xE9K\t8$H\xF7;\xC9\x89z\n\xBE\x9Ft\xD4\f4\xF0^\xA2\nP\xEDpB\xAC\xE3Q\xBB6\xA4\xFD|"\xF35\x06\x99\xDDZ\xA8\xD4\x14\xC7\xA6\xE8M\x1B\xABZ\x00\x11\xC5n\xBA\xD9\x83\x16\xAF\x91g\xA1\xF5\x86l\xB7\x91\xC6\x16`\x97.\xE2R\xD0\xF1/\x17\xFC\xABW\x87\xD7\xBEk9\x83\xB7\xDA-\x0B\x1Dl\xED\x86\x19`\xAB\x93rQ\x1Eo\x11\xFEy\x9CH|\x13\xFB3\xCE\xEC\x9EQ\x82\xF9[\x044\xEBo\xFC\xCCP\xBF\x1B\xD8\xFD^\xE8\xAF\xD6\x05\xA7h\x13\x92\xAC=N\xC3\x96G\x18}\xF9\x98\xD1)\x14Z\xC3\x8B\x9E\xCB@X\xD9\xC4;\x01\xE4\xB4\xC8\xEF\x90\xBA\xE55\x93\xD5\xB3\x86cq#\xDB{0\xE2\xA1&\x7F\xD1\x9D!:\xDFzX\x98C\'~\x88Lr\xBFC\xFA%b\xDD\x89p\'\xE1\x05/\xAEDc\x01\xA3\xF6Is\x03\'\xAFr\b\x99O\xCF\x17\x80e?+K`\xC6\xF4>+\xE0\xBC\x04\x8CE\xB7\x17\xCDe\x92\xC1BS\xB8\n\x8C*\xAE\x0F\xCB\xA4\xF63\x11\xEF\x1F\x84\xD8\xB5\x7F\x03\xEC\xA5Z\xCC\xB8\x90\xE9\x1F\xC4\xE2{\x955\xD5a\xF4\x90\xE5\xB8$\xEFx1X\xA0\xD9\xAC\x06\x88\x19]\x1Ct\x99S:\xC9\x0B\xAA\xF1K<\xB2\xF6\x10\x87\xF1s\xA5\x00\xEE=i\xE0T\x96\xB6\xCD\\\x9E1W\xC6\x98 \fh\xF46s\\\x0F\x89N\xB2 \xE9\xBC\xA5R\x140Jf\x83\xA8\xBD\x0B\xFA\x1F~\xD0\xF3j\xAA\xC4\xEB\x0E\xA5\xF5l\x96Wt\x88\x07 X\xD8f-\xC8I\xD4\\\xB9\x80\x1A\xC2\x01m:\xE4w\xF2\x0FJ9\xD2\xB1B\x81\x9FK\xD5\xA6o2\xCDf\x10\x81<\xDC~\xC7\xA2\xF8\x11\xDECn\xE9\x95T3\x9D\xB4\x07\x8AfD\xD0&\xE0\x1A.\xC3\xE8\xD3\x9Cw\xAA\xE3\x15\x9Ac\x1F\x934\tuI\xD9$\xA5\x90\x04\xC0\xA9\x88\xE5r,\xC1\x15\xDF#\xFD\xBA\xEE\x04\x91B\xF7u#\xB4\x00\x8A>\xD4W,\x8F\xCB\xB1;\xC1\x10\xE2DM\xDA-\xB2~\x84\xB9`\xFD\xA2\x13i+\x00\x8E6\xB4?\xEA\xBF|\xE2\xA1+\xAD\x8Bd\x15RE*i\x18\xF9N\x91\x00U}\xC7\x96=V\x19\xDA\xA0Y\xC8\b\x99_\xECm\x1F\xAF{\xF2N%h\x85\xFD\\#w\xF4\x95\x16\xFCJ5\xD5\x8FR9\xB7G\xEC\xC2Pr\xFA\x83\x0FN\xFD\xCC\xF4^\xEB\xC6\xF9\xB4\xDC\xD1\x95Y\xB9\xDB\xA4b\xE9\xAE\nh)\x85z\xC0+\xAE\xE2M-\xD1\x15\xBC\x96\x06\xC4\x9F\x03\x14\xDF\xA7x\xCA\x90\xBB8\xCBV\xE6\x9Fk\xEF\xADy\xE1\xCB\x81]\x1C\b\xCE&\xA8\xD9j\xB1=\x97\x12C2}\x82\rt\xF05"z\xCC8\'\x8AG\xF5\xD0\xB3\xE6I\rd\x88\xF2q\xA9U2H\xE5]8\x89a\xD0A/\xB7\xF3\x9E d\xAB\n\xC4!\x11D\x03&\x99\xF9|\xA3\xDB\x94ZD/\x8E\x1DWs\xD5\xB8\x9E\xE2!;\xAD\xC7\x9F\x07\x85\x12\xF2\xBD\x9D\xDA]\x12\xA5l\xFE\x978\x1A\xBD>\x8F\xE0\xFB\x85q\x18\xD8\xBAu\xEF\x94\x05\x19c\x0F\xE0\x87Av\x90[\xCF\x87\xC0b\x183\xB2@h\xF1\xBCx\xC9\xEE\x05\xC1\x85&\x07iT\x93\xFD^G\xE4h\xB2BpP\x1Bw/\x93@"\xEF\xCCv\xD9\xA3\x01\x10|\xB6\xCE)\xA5D\xFC\xAE#X\xA0F\xD6jO\x01+\xD7\xF6\xB3-s\xEB\xA8U\xD0\xE7\x10\x83!\xFF\x9A\x15f\xA36\xE6M\xA9\xF5\xCE\xBFq\x15\x8A*O\xFB\xDD\x94\x05\xCA\xB5\xE3\x02\xC2O\x8A\xB7R(i\xC5L!\x9Cb\f\xEB\x901Q\r\xC3\xE7n\x82\xCF\xAE\xED\xBF\x9A8M\xDF\x9E?\x0B\x8Do\xC3*S\xAE:\xE3J\xB5\xDB~\xFBc\x8C\x1AI.\xA1\xD7\xF4\xBB\x98\xD12\xABd\xED=\x80o[\xD84\x9F\t\xF6\x84\xE9\\\xD44\xF4\xC1Mm\xCB\xE0\x81}\xAB4\xFF\'\x8E}]\fo\x16\xFEd\x1E\xD7\xF3H\x03\x95v\xD5`\f\x87V#\x93\x13\xC8>\xDBz\xEB\xB3\bm\x1FY~\x16\x8B&V\xA3\xF8\x1B\xAB\x10~\xE4_E\xB1\x19\x95\xAAB\x8Cv\xB0\x1D\x9Bd,\xF8\xCF\x1D\xB7\xF7E\x18\xA3\xE5\x82\xC9\xAD\x92\xBD\x7F\xB16\xA1\xE0\xBD\xF9\xA6\xCC,\xF4?\xD2\xAE0\xBA\x9B\x0B\x86@V3\xA7\xC6\x02\xE7I\xC2\r{2\xD0\x99\xF2\xBC!\x91\xD0y<\x06g\xE1\x14\xFF\xDA;\x06\xBC\x15H\x90=Yn\xC5\xD6=\xB7#P\xF1:X&\x85\x13jN\x1E4g\x91y\xBE\x9En\x02Qu\xF3\'f\xCC\x92\xDE\xEE\x82:\xB4o\xD5\x96\xDE\xB7K\'j>\x00\xA70\xDD\xBE\xF1)\xC9Q\xA1\\\x83\xF0S\xA2\xD7i\xE9\x9C\x99\tS\xF5.e\xD2v\t\xDD\xC7\xFD^\xCE\xEF\x88\x10B\xE6\x06\x1DZ\xEC\x80\xDF\x1C\xA6Z\xC0\xFF\x18Eq\x0Ee\x9E\xF5\x1FC\xFFg\x8E\xE8V\x86\xC6q\x0ET\x9Eo\x87\xB6}1\xC0%s\xE4\xB3x\x02\xC2\x105\xB1\x88x\x96\x01\xA7\x8A1\x9BJ\xE8\xA8,\xB7{\x9B\xC6\xB0L\xDA\xA9\x0EeF\x94\xD19\xE7\xAE|\x9C\xB9$\xCCO0\xAC\x87[\x17\xC9\n\xB0\xDAH\x1B\xE9\x8C\xFD I\n\xE9\x92\xF9\xD1B\x953\x1B\x87+`\xEA`\x1E\xE0\xBFG\x14\xEA`\xB7\x19m\x90@\x06\xD9X&\xF6r\x838\xC9)\xB6\xFCo\x12\x8BO-\xD6\xFB]\x90\xE0\bw\xC0\xEE8\xA2t-\xF9\x98c\xB48\xCD_\xA7\xD7@\x1Bl\xAC\x0B`\xC7\xF4N\xA9\xDD'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xDBc\xC5\x9A)\xD8J\xBA\xF7z\xDBR\xFC9\x92p$\x9C\xE6\x18\xB1s0\xE7\x95\xC2\xF6^\xDC\x9E+\xC4\x12\x989\xB6\xDF\x1Cd\xEA\xCE\x90\x06*\xD4l\xFC\xAF|\xD6\x06f\xB5\x9Aa\xD2/\x8A\tG\xEC~\xB33\xA8\tB\xF9Vs\f\x8C<\x9A$\xAB\xC3\x10\xD4\xEFJ\xC6Z<\x8D\x07\xCCa"P:\x8A\x19u\xF9d\xE9Xo\xFFI\x89\xA4/AS{\x9E\xB9>\x89\x0F&D\x90 \xE6\xFF@\x1A\xAB\xE2\\\xBD\x96\xD7\x15j6\x81w\x18\xAF\xEC\xA2k\xD1\x16\xEB\x83s[\xA3\xB7\t\x86l\xD8\xF2J\xA0\xFD\xB4|\xA7\n\xCDJ\xAC>\x87\xD6\xA8)\xC8z\x12\xBF\xFB\xB0\x17\xF0]\xE4N\xC9\xEC\xA1\xC0Om\x87\xC5\xF1Lt\xA0\xFC&?\x8A\xF7\xF4\xB8\xE3\xD0\x81\xC2!1Y\xC6eD-\xE0\x1Eg4\xFA\xAA\'\xBFd6\x86\x14\xD9\xEC2\xB8\xE4\x93\x06\xBF"\r\x91\xF5U\xD7\x98a\xDF\x80\xC54\x1E\x96rX/\xF8\xDC4\x14}\x93\xB7\x0F5\xCEo\xA8Y\xC0"Rk,=^\x02\xE0\xAE\xF9\t\xB9\x96\x01N\x8D\xCCF\x12~\x92\x0B\xE3q\xC6G\x97dp W5\x7FN\xEDiB\xB3\x068o$Dt\n\xA9\xD9\xB5\x15\x84w\xB1\xA5\xCEX&\xD9g\x80\x1EM\x06\xDC0\xCB\xA2\x93\r\xF6{\x96K\x889\xA1~\xD1\xF2\xADw\xEA\x9E\xDF\xB3T\xD1\xA7\x1DY\xF7(\x01\x84\xC8\xF3\xDB\x9A\xB2\xCF1\x9F\xE4\x1B\x83\xEE\xA5\xD1\xFE\x8Ee\xF5:\x02\xD1`A\x0B\xEA\x9C\x03<\xF8\xE6\xC3\xB0\xEE\x8Fy]\x01G\xDC\xA6\xB6\xD6\x10o\x1C\xE4R%@\xC0\x16.` \x00B-\xF1=\x8D\xBD\xA2\xD6@\x13\xA6n\x1A\x02a\x81\xC0w[\xCAK\x0F\xB8T,\xC1Kn\x9F\xE5\x1C\x8F*kG\xBF\xA7S\x83v`\x18D\xA1\xEB\x1B\xBFe#Q\xF1.\xBF\xCE\x91b\r\x86\xDBX\x91\xBAn\x80\xC5\x9Ay\xB0j\x0FPz\xB3_/\xC2\x8BG\xE1\x13%=\xFD\xAD(\x91~\xDC\x9C\xEA\r\x8A(\xBAQ\xC5\xFC\xDD\x89b\x1F\xD0/\xFF\x99*\xCC\r\xAEq\x872\xCA\x8Ct\x9EX=\xF6\xB5\xA64o\x05\xF7\xD37\xE6[\x18\xDA\x04\xE8\xCB3\xE2\t\x94\xE8U\xFA7u\xAA\xF6\xD4\x98j\xE3b\xF5< _\xB0\xCEC{\xF3\x9Aq\xB52\xF0y\xB3\x11H\xD9\xBBj\xE8B\x99\xFC\xE5?\x06\x18\xE3\xAB\x02"w\xED\xCBG\x9A\xACP\x0F\xA2\xF5I\x83&`\x96\x1D\x89\xF6F\xD1 \x9D\xB6\xC9\\\x8EP\xB9\x071\xC3\x13\xAC\x85u1\xE1\x17\xA8\b8Y\xCC\x14\x05\x93\xE0[\xA4\xF2:\x87M\xDDU\x14}\xAF]\xC3F\x84f\xD9K\x8C\x1A\xE1)}\x1E\xC9t\xB2h\xBE;\xA4Gr\xB9e\xA9}\x0Ej\xDA)\x0B\xEC{\x17B\x89\xA1I\xD5\x05\xC5\xF7Z\x93g\xD5\x81\x1D\xAAM\x9FA\xC7p\x8D\t}\xAC!+\xB9\xCE\xA1\xF4\x93\xD4l\f/\x98\xBBZ\xFEg\xBF\x81\xED<\x90,\xFD\xD3\x13\xF2\xC6\xFF\xDB&4\xBE\x85\xF0L\x94<\xA4"\xDD\xCBr\xEFYk\x1B?\xA0L\xBC\xEE\'G\xE7\x7F\xD7h&\xE95\x18\xC3V\xFD\xCA\x8F\x03g6N\x1C*\xFA\xB2\xE9\xC7\x12:\x9F\xB2\fE\xDA`\b\xE0V\x8C\x7F\xAE\\\x0E\x9EW\xCD\x02>a\xAF\xFEm\xC4\x84`\xAE\xFC&\x95\xE6\xB4\x8F\xFF\xDA\x0Es\xB2\xC4\x03\x90\xF5\xBD\x86\xFFR\xB5-\xDC\x95fv\xE8 \x85\xDB\xBBx\x9DTB|\xF3n\xD30V\xF8\x98\xAA\xBC!\x9F5L\xE4.\x82C\xEB\x91\x15\xA2\xE2\x1D\xD1U\xE7.\x04M7\xBD\x0E\xCF.ya \x88;W\x9Dc.:\x10^\xA6\xD5\x9Am\xEE8\x0F\xC3E\xADY\x0B\xED<\x8A\xCE\x1E\xA9\x86%\x93\xE7t\xC8\x18zGk\xF0\xCA\x1A\x95\xD4v\x1D\xB3lQx\xC20\x8B\x10\xB7v\x9C\xD6\x8D}\xA3CR\xEE\xC9\xA60\xCF\xF7\x19\xDE\xACs\xCD\x1FCy\xF9#\x82G\xAA\x13\x9C\xF9r\xC7\xA5e\x15\xE3b\x01\xDBO\x06\xA6!\x8B5\x00\xD2\x85\f\xA9o\xB8\x05d\xC3\xFB+\xD3\xF5\x98Kp\xA7B\xF5\x15X\xEA\x1F`\xDD\x80\xAE\x07l\xE6\x96y\n\x89Q\xED\xB7\x95\xE1\r\xAF\xCAY\xBE\xE34c\xD5)\x91M\xFE0\xBC\x955\xC2^B\xBAe\xDFP\xB0\xEA)bA\xFAP\xEA\xA3;\xE0\x89\xAB\f9\xEB\x02\xD7d\x90\xC8<\xB5\x05\xC3\xF8\x17&>\xBESF\xAF*\xC6B\x9F\bkM\x8B=d\x16\xFEo\xE3\x89\xB7>\x10\xDE\xB3p\xF2It\xAF\x15\xED\xCF:\x0F\x9C\xC2X\x92\xDA\xC1 \x883\x10\x97^E"f\xB8\x84&\xBF\x1D\xE2*\xA9i\x832t\x9Ed\x90\xFD\x14\xD5\xEFj\\\xD8"4\xF4\xC0)\xEA\xD8\xA0\x90*w\x07P\xF1~#\x82\xD3\xA0\f&\x8D\xFB\x9A\x7F\x84\xF5q\x1D\x04v/\x9B\xE2|\xCBV\xB6y\x01\xC7T\xDD\x7FO\x9B\\\twL\xF2\xD7V\xB2F\xCC\xDC~\xA2\x85\x1C\xBB\x93\xFBz\x80\xD2V\xA8~\x076P\xCF\xC1\x1D\xA7\xCC\x98T\x05[\xE5/{\x14%`4\x1A\x83}#F\xD2x\x07\xE9a\xC6\x9DN8\'\xF3`\xB1\xE2\x04\\\x1C\xE8V\xD9\x14B\xEBo\x83]\xC8\b\xF3V\x87\x14\x7F\x99)n\xE62M\xCA\x8F}\xD3\x82\xF6.tN\xB8\xEF\x9B$\xC7\xB3\x82\xD7\xA0\xCB\xB8\xE4>\xFB\xC4U\x9B\x1D;\xB9\x8B(\xEC\x03\xC3\xA5\x96Q\xC7\x86A\xA9\x8EH\xC9\xADr\x90R\xC1\xA5\x1F\xD97s\xE1\xC6D\xD0\xAD\xDB\xF8\xC1\x80\x0Bf\xA8>\x15Vi\xEA\xA1\x04\xD1\x7F\xABJ\n\xF1c:\x02v\x93K\xAAb\x8E\xE1\xF2e\xCAO\x15oh\x8E\x1Cr\xD8;\x18\xF6p\xC1\xFE~\x0B\xF4\xA2\x02*\xE2<}\x11\x8E\xB9\xA0\x1F0g\bJ;\xA3z\xB4(\xF3\xE1\x04\xC0\xAFC%\x8DW1\x15\xDBq\x97N\xBC\xEBW\x0F\xF6\xCE\'\x145\xB0\x85\xFF\xDB\xA7\xEE\xCCD\xB4Y\n\xE9g\xA12\xD7\'\xB6; Z\xCEi\xB1\xF9\x9B\xED,N\xFE^\x93\xF2\xBA\x83"\\\x00\xD2EZ\x9Co5\x94\x12\xCA\xDE\xFAg\xC1\x89\xFD2\x12\xA5!\x89,i\x9Eu\xBB\x04nA+|\x95F*\xE2\xF7\x80-\xBC\x91\x05M\xE6\x98c\x81\xDE\x977\x16\x88bG\xCF\xADj\xD7\r\xA9\xE5Uq\xC9\x11\xEC\x94\x18\xBC\x88\xCF\x1F\xE5z^\xB4<\x96\xE8C\xB2\xCDg\xE1\xC5F\xD6\xB4\xE9<\xD9Z\xA4\xEB\xBEW\n\xCD\xA2\x13{L\xAA\xD3x\x1C\xB0W\x13\xF0F\xC3x\xED\xBB\n%\xC4Y\x18\x84?\xC2{3\x17\x99\xDE\xAEk8\xDDv.N\xAA\xFDH\x81\n+\xA4\x1EuU\'\x8Ex\xFA`\x98\x02R\x87\r\x96!\xD1\x8F\x1B\xB47_\x92\xC4"\x00]A\xC6\x89r\xCD\xA8k,\x00\xA9Pr\xDD\x91\x03x\xE4\xF8&\x8C\xCEC\xF7*H\x8BR\xA2\xFB\xEB\rf\xD6\xA0\xF0\xC0mO\xF5\xD5\x05\xA0\xEE<\xAE\x176\x7F\x1F\xC8\xF3Jx\xFDc\xE0\xF4t9\xF1\xDAj\x9B4\xF2\xDF(\xFA8\t\xD6\x19\x8C?\xD1\x9D\xF2.\xA67\xBC\x9DKk\xB4\x04\xA4w\xBB\x06\xC7$\\\xB1\xC5\x8F:%u\x16\xE2\xAE\xC8\x85\x19\xBBZ\n\xD2\x84\xBE\xDE\xA8j.\xB2\xC23F\xA1\'\x83\xB9\nH\xAF\xE9\x83\x11\xA0G\xBD\x92_\x9E\xB8[\xE4"eC\xB7S\x0F\xD3\\\x1C\xED\xDAb\x865\xEEe\x14\xD8\x804\x7F\x1AT\xB7\xCDX\x8DAc3}E\x93-rL\xEF\x11B\x8E^\xE3\x16\x81\xADl\x04\xC7q\x8A0\x1A\xCB~U\xB4dw\xEA$O\xF6\x7F\x0B\xC5\x84\xFEv\xE8\x8Ai\x00\xAA\x92\x10M\xC3\x1D\xD4\x97\xABrC\b\x9D\xF3\xE0\x03\x97-\xFA\f\x9C\xE7\xFE\xDA\xC4\xE5\xA2#b\x9A\xFC\xD5\x06\x9DV\xEC\x0E\xD4S9\xD6\xA5Qc\xBD\x059\xD5\x1B\x03\xC9\x86\xDD0\xAD\x967\x17\xAB\xCB\x1E\x98F+\xC8:\x7F\'\xE6Z\x00=P\xF6\xE4\xBB\xD0_\x88?h\xA8\xD9o\x1E\xB5\\\xA9\x16i\xF8\xB4\xCB1s\xBC)o\xCA>~\xBA\x97\xEE%\x00\xEE\x95\xE1(\x8C\xF5\x97\xACB\x10n\xC2I\xEDpQ\xDC]=\xBE\xF1\xE0p\xB8\xF8\x9E\xAE\x8Cy\xB8)\x82\x1DgH+\xB0\x11\xEAM\xBC:\xCD\x8F(I\x878R\x07\x8BV\xE8\xABJ\x1D\x92\xFA,\xDF\x17i]\xC4\x14n@\xA7tN\xE32\\\xA3\xFC\x1B\x8B\xD6\x05\xA0\xF7)\b{\xA4\x18\x81^\xD6\nA\xCF\x11\xA3\xDF\xC9\r\x94\xA5\xFDq\xC3"|\x84\xF3Ss\x04\xEDw\xCF\x97\xE0|\x17=\x85\xF4\xDC\xB6\xA5[\x88I\xAB\x9B7\x86\xD2\xFC\xB9\x0Ff\xC0&|\xD2\xB69_%\xBBh\x88\xB5\x91\xD4IV\x03\x811Pm\xF4]3kT;{\xEF\xD9U\x90\xD2\x072\xA4\x13\xDF\x9B\xBE\x0E\xAE!D\xC0\xA4\xD1\x0EuR3f\x05#\xC6\xF6\xE7x\xB1[M\x9A!\xCD\x84\xF0\b\x8FL\xE8\x9By\xCCC1\xECl\x114\xB0\xCD!\xE9\xBC\x95\x1B\xC1\xEB\x99\x01\xAF\xC0\'\x166\x9FF\xE4\xB3`\xC7?-f\xD82_\xFD\xEF,h\x00\xC5\x8D\x14\xD0\xEA\x9Cq6J\x06\x1C,\xEF\xDB:\x01\xB0W\x9D\xDFk\x13\xF4\xAD\n\xE1\x17N\xC7\x9D\xE4\xF6h@x\xA9\xDD-\x83I\xD5#\x8Ea\xE4\x86\xB6]\xF7\x19\x94l\xFC\x88\xB6\xF8O\xA1\x82m\xB5\x90X\x9C9\xE4\xABz?\xB9\xDA\x11\xBC\xDA\x91\xC6o\x8A]y\x16E6\x1F\xC6[\x82;U\x93\xA7_\x01\'u\x8E\xC1\x9C\x0F\xFBX\x06}\xB4\xF7s\x0B\xCEKt\x03\xC8y)Q\xD5$H|\x92\x1B\xE5\x07\xD3\x19K\xDC$\xBA`\x1F\xFA\x80L`\x90d\xA2@\x10\xAC\xFA\xBE\xA3\xE6\xD1t\xB9\xA6-\xD8\xFD"\xC1\x7F\xD5\x85\xBAX9\x19\xE0a\x8A\xCC;\xA4d\x15B\xA20\xF4\xAA>\xDE\x8A\xA6\xBD\b\xE8\xAB\x10\xCC8W\xC4x?\xAC\xF7}\tG\x96\xC9(\x07\xEF\xB2/\xFD|U\xE21J$\x93\xF6\x88\xFF\rDv\xB5g\xEB3\xF9 H\xD9\x07\xACM+\xB5H\x1D\xE7\xC5\x89\xDE\xBAZ\x94\x1Ei\x133\xEFp9\x9Cc\xDD\xF2n\xA9\'\x99\xEA\x10\xC8\x86\xA4\xEFm\xDEU\xA1u/\xE8\x83"\xCF\x9Aj\x04\xC8f.^O\xE7\x95\xCE\xA0\x12\x8AA\xB1r\xA3\xEE\x95|\xC8\xF0p\xD9\x92\xFE6S$o\xEC\t\xD4\xC0\x99\xFEX\xCB\x82M \xC0C\x87\xB7\xFCc\x8B7fT\xD63\x12\xAF:\xC0\x1A\xD1\xC2N\xAF\xF3\x19\x80=\xB3\x12\xD8\x9C\xC4n(\xF1]J\xDF\x99\t\xCB\x14d.\xFF\x84!\t\x9D]v\xAC\xF1\x9B\xCA;\x80L`\xB2E\xDA\x17\xB7\xF9w\x95,U\x0E\xD8M\x1C\xE0\xB6(\xFB\xBE\x8D^\x00\xE6\x89gn\n8u\xBD\xDDX\xED~\xA9?\x1D\xB2\x868\x02\xC5\x1CmZ\xE4\x8C>\xBD\xD4i\xA6?\xC0\x14,\xD3\x0Ea\xFF\xB1,~\xE8#\x8Cu*_\r\xD3\xA7\x00\xE7\x7F2\xBF\xA5\x02v\x94Kr\x1B\xD0~\x9AC\xF9\x9F\xD7\x94]\x00\xA3\x1E\x83M\b\xE1\xF9Y\x10\xDBz\xA6,\xB8\xF4L#\xADQ\xE85W\xE1\xF8N\x85\xB8I\x91w\x19\xDB\xA5\xF9\xC6\x06\x9F\xAC\xE5\x8E5k\x19\xC9\x9F\x8F\xF3k>\xCC\f\x9E\xE9@\xA8*\rS\xB1D\xEC)\xCAE/m\xD0\xBF5\x8Dt\xCDF\xBB\x91Q\xD5\x816\xA0\xD9z\f\x9A\x18\xB4\x8Ez\xCB\xECi!\xE2\xBFD\x83\x0FR6e?\xF4R\xC3E\xDE\xB1;a!\xD3Y\x82\xEE\xAF#\xDBY\x84\xF0\xC4\xDA\x1F\x17d\x88\x12\xB4\xE6\xF9\x9B\'\xF1b\x97\xAB$\xE9e\xF8\x16s\x05]\xC4\xFA\x88m\xC7\x03%c\xAA2\x02\xA28\xF5X\xCFm\xB5\x94\xDF\xCD\x13{\x98\x05]\x80\xF7H\b\xB3*\x12Q3c\xC5\x05\xB69dr\x91\xBA\xFA\xAA}O\x90_\x0Fy\xB6\x19P\x002\x9F\x0B?\xAF\xCA\xEA\x95\x1A=*\xF0\\H\xDA\x98\x16C\x8B\xD7p\xAE\x07\x9D+\xF1\x1At\x850\xB8\x1F\xEF(\xBEs\x96\xE9x\xC4\xA1\xD8|\x8D\xF6lN\x17\xA0\x011p\xE0;\xD4\x04\xC38\xDAG\xA4\xE7\xD6i\xC3\x7F\x89\xE0a)G\xBAe\xE1\xB1\xD2\xA29\xBC\xFC\xE4u\xC2\r_\x95\x1F\xE7>[\xBF\xA8K\xFC\xD7m\xA2S\xD0\x15\xA8\xDC5\x83\xFD@\xBB\x1A\x99-\xE1\x8C\xE9\xB9\xD0\x96%Z\x9F\x1Er\xAD\x89\x02\xC9<\x80\x12\xF4M\xD0\x1F\xA3\x8Fy\x0B\xA6Ss\x92\x10\x7F\x81V(\xB1R\xEF-K\xC8w\x8B\xD4\x02$\xEB`\xAEA\x8A\xE32\xFFhO\x1C]n\xE3\b\xA7D\xD2\xAEz%_IE\xC7\n\x85\xF0\xE2+Y\x1Cp^.\xAF\x96:\xB8U\xFF7\xD8\xF5\x861\xFFE \xEB\b\xCFf\x9E\x1B\xD0\x86\xB8\xFCb\xB0\x0EE\x98j\x8F\x10\xCB\b}\xB4@\x8D\xCA\xB9\xF2\x95\'\xCCQq\xFB\x11\xC7@\xF4\x81\xE6v\xB45iD\xBB\xF7\xA0\x93\xEC\xBEv%\xE4\tn\xED\xC4Y$\xBE\x17\xC9\xDC\xB7k\xA86\xF4\x8F?|\xE19\x16\x9F\xDD3\x7F\xC8\xE27\x1DP\xF5\\\x97!\xED\f\xA3F\x14\xB0e\xEB\x856W\x93\x07\xA8\x1A\x15\xA5\xFBS\xCB\x96\x15\xD0L\xDD\bQ\xFB\xD7c\xA8\x82\x1A\x99\xAEAi\xEA\x9Eb\x8C+\xC6J\xDE\xBB\xFE\n\xA7l\xEE&T\x84\xF4\xA7W\xB8\x9B\xDC\xBF*\xAB\xD9as,\xD2W\x8B1\xC2\x1E\xA1\xDAh\xBDs\xD6[\x8A"\xDD\r\xAAb~%7\xAA\x1E\x8C\x9EC1\xCCJ|\xE3\x04\x91wI4\xF8T\x98\x14o#bO\xC5\x8EF\xCEh\xBD\x1A\x0B+\xFBu;\x82n\x12\xC5D\x87\xE2\x04x\xF8\xDE\f~\xB7\xF2(\xE64O\xCF=\xBEy/\x8D\xFF\xE6\x81\xB7j\xCDX\x15\xC1q\xF5\x0E)\\\xD0\xA8\x0E\xD5\xAF\x1C\xE3y\x01\x87\xAD\xD4\x99/\x11\xB3\x01\x97\xE7No\x8A\xD1^\xA5\x03K\xF14\xFD\xB5\x9B=\xBC\xA6J\x99[\x02AS\x88\x9C\xFA\xF4l\x99\xEBH\xB3:S\xC6\x11@\xF1{\xE5\x03\xB2\x94\xDC\xBA\x87= \xF3V\x84\x07\xC0\xA4\xD08D\xE8\xF6rU\xD8v!<\xCB\xB0D\xEE\x16%\xE5\xCE\x90\xA0zT\x1Ff\xCD\x18m:\xD2\x8F\xAC\x16\xCA\f\xB4*\xAC\x07V\xD4\x1D\xF2\x9Dt\x01\x94\xA50\x87#aT7\xA2\xFEg\xC6-\xBAm@c\'\xF0[\xB9\x15\'\x81\xE3\xA92\x8B\xF9\xA1\x06\xDC\x97\xC2|\xB1Wj\x18\xD3\xE9\f\x8E\xF1)\x82\xE5\xC4#p\xD8_{=^\xDF\x16\x85q\xC1h\xDE+\xD3O\xBD\xDBK\xAA\xD2\xED\x1BsL\xE5\x8F~\x9D\xEB\xD9\x94L\x0E\x8C|\xA1^\xC1A\tc\xBBZz-gQ5\x8B\x0B>\xBD,\xACL\xC36\\\xB1\xFE\x12c\xEFH\xA3+\xE9\x92\x90E\xC9&\xA3\x02\x92\x13\xAC_\x1Fh\f\xFBw?\x8B\xC1\t\xD5\xB1\x13F\x006\x19\xB3p\xC6\xE0\x03I\xCE\xFD\x1E\x9A\xEF\xCF\x0E\xE3\x85\x1E\xB7\xFAd\xE0\x9A\xF3\x06\x80q\xDF\x98}\xD7Q\xA10\xB7\x07\x86\xFD\xC1\x18\x01\xBA{\xF6@[3H\x87\xF8\xE7\x8E6\x9C\xC7\x11h.\x97\xF5b&\xA7\xCC[\x88\xFB1\x9C \xAE0\x91h\xB5}K\x19\xA7B\xC4\xF1\x9F\x13\xCAJ!\xD7aB\xFB#\xA7\x06@\xC0s\x90=y\xDEZ\xABKh\x9D0\xE3\xB1\xD0\xEC\xBBx\xCA>\xB3p\xF0&\xB7\xE2\xA6{9\x82Q\xDD\x0B\xBFx\xE7\xD1f?\xF2u\xD7\xEA+\x88\xDC4\x94Ul\xD5!\xA6S\t\x82\xBEO\x13\xA5W\x03\xC1q\xF7\xB2$\x05\x8FX\xE5\x00\xB6P\x15\xE9\x92j\x11\xCC_-\xADh\x0FP\xBD\xF0\x8D\x0B'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xE8\xBAR\xA3\x12d\xED\xB6\\\xD9\xA2t<\xE0\x03\xA6g\xD1\xF8\xAE\x13I\xD9o\xFC\xB2U\b\x83f\xD8\xA8.M\xEF\xAE<\xDAl\x15\xE6\xB9_\xCD-\xE2\xB2I\xF0/u\x99\xDF\x0BK\x92\xFE\xC1\x1BI\x9D~\fB\x91%\xF7s\xD2;\x1C\x8CE-\f\xEE\x82\xC7X,\x19\x8ATv/\x8D\xA0\xC9:\x95\xDE\xC5\x1C=\xF5\x11\xC8\x88\x1E]\x07\x8E\xA5R\'\x82E\x0E\x91t\x18c\x89\xD5\xB8\x1Db\xAD\xCAi\xEAs\x89\xE1\xB5\xCB\xE8\x83eD\b\x80\xC2\xE0\x9Cy\xF8\xCC\xBD#b\x14\x94\xBB\xE8B\x9B\xC1\xEB\x02Z&\x18{\xF0.s\xB6\x92_p\xE1\x9Az\xC0.\xF7\xC8\x9A\x01~\xA8\xFA?\x9E\xC8\x04\x11R=\xF1\x867"\xA5S;\x011Q q\xC7\xDA\xB0/Lj(\xAB\x05m\x98J\xAF}\xF45r\t\xDF\x1D;k\xB7\xE3\x87_\xA7H\x9C\xE7Q\x06\xBBA\xFE\xD1\x17Js\xD7e1\xEC\xD6V\xBD\xEA\'y\xA7\x91\xC2\x01}\xD8\x0F\xB9\xD0\x97\x13l\xA5\xFA\xBE\x18\x9Ez\xEC\x94\r\xBA\xE8Q\x836\xE3\xFF\xD3P\x9F\xCB\xB2]\x84\xD0\xA9\xF6N\x06\xBE\x11\xCD\xFF$\xD35\xA4)V\xB3\xEA\x86\xAB\t@\xB2\xC3"o\x866\xD9Y\xF8l\xE4G&\x9AZ\xF7,`\xED\xD6\x8E[8\xFD9\\\x1D\xFAX\xCA>\x17\xD6_\x1D\xA3@\x88%e\xF9K)~\x0FA\x98\xD65m\x8Cb\xAD~\x80\xEB\x14\x91f7#_\xE2\x19\x8BQ\x9F\x14\x07K\x96\xAF\x1E.\xD0\xA1\xB5g\xE5B\x81w\xC2\xB2(\xDF\x9A\xE2\x8B\xB8\xD1\xA55\x8D}\xA1\xF5\xB3v\xC3\x0F\xED\xDB\x15\x91\xA7\xF0\xBE\x8Fd(\xAEU\xF3\xDC@\x17\xC4J\xF9v\xCA\xDD\xA0\xF5\xBC\x97y\xF29e\xE1\xB4h\xF3\xC4A\x80\bT\x17\x8E\xC8\x05\xAC\x1D>\x0BJ|\x16No\x10Ci\xDD\x02]\xC0-\t\x8D3Yq\xB9Ex\x056\xDD\x19\xEB\xC6s\x1D\xA0\xB8+\x96\x07\xD8\\\xAF;\x06q\x11BX\xC7\x04\xD2\x92\xFC/\xCE\x1A~\xE1b\xBCs\xED1zM\xDD\x9C\xFDd\x87\xF5\xCA\xAB(\xC4\xEA\x85\xB1$\xED\x96Mk\xEA\xD0\x98\x00\xAA1\xC5\xD4So\xA2Y\x02\x82\xE3\rwR\xE9o\xA2\x1D\x83\'\xC1L\x8B\xD4-\xA4%J\xBBv\xA7\x8CQ\xA0\x0F\x83\xFC;\xD3\xA6\x0F\xBD)W\xCE\xE6\xA4\xB9<\xF4\x94\x06P/r\x11F\xCC\x1E\xDE\xACD\'g\x80\xE6\x1E\x9C\x88?\xB3\xCE/F\x81=\xFC\xC9\x8B3\xBCB\xE4k\x9A\xEC\xAC\xFFl\xE8\x84\x0EY\x1C?\xE7\x005\xD6N\xAC$\x94\xF9d\x89\xF1n\x920u!Yb\xD2|\x9E\xF7\xBD\xD7\xA7v\x86\xFDV\x14\xBF\xF3O\f^j\xFF%\x0F\xF6z\xBEh\xD3\xB0!b\xF4U\r\xD0\xFBX0\x7F\x1C\xB7;b\xAD\xDC\xF0\xC1q_\xB6)o\xE6\xC3^G\xDA7\x18\xB5C\x11\xD5\x05\x8F\xB79\xDF Y\x8E>a\x0B\xBA9\x93\x7F\xA2\xD8=\xCA\xB1\xF1\xBD\xE2\x8FN\x99\x18\xF1\xA2M\x11\x99\xDC\xA9y\x92\xB3\x14\xDA\xC5Q\x94\xF6\xCCz\x9B)\x87\n\x96\xCA\xF3\x8E?\x19\b\xB3p\x9F\xCA\x01\xAAP\xC1j\xE9\x15\x87H\xAA\xC9\x18\xFF\x9B\xEF,g\xC7#\b\x82n+\x92I}2\\\xD8\xAD)`7\xE4},\xC3\x029 cF\xA2\x86\n\xE0G\x19\x015R\xD1E \xA9\x13Y\x9E|\xCF\x85&\xEBY}\xE1\x81\xF8\x9E9]\xF0\nh\xE9p4\xDET\xAE\xD5\xE9\xF9[\xB8\xE4\x19\x9F\xD4\x13\xA6\xC8m\xE9\t\xC5\x91\x04\xB9\x85iJ\xEA\x89\xCC\xF24g$s\xA1\xBF\x8Ek\xB1\xFAc\xE3vI\x02\xBB\xDC1\xF6N\f\x8F\x1E:b*\x17\xB4\xA3\xCE2\x97\xB3M\x81\xBFz\x14\x8AN\xA9C1y\xF4V\x01A\x84\x1D\xFEC\x89r\xDAWA\xF6\x17\xD3\x9C*\xBBw\x01\xAF\xD0\xED.\\\xD7\xE6\x12\xA0\xBC-\xD7\x847\xECc\x97\xAA<\xC4\xB8\xD7\x99\xEE\xCDxH!y\xBD\x01\'\xD3\xF7!\xA2@)t\x97\x10\xCE\x8E\xADc\xC1\xE6t\xB66\x9FR\x14\xAF \xCE\xA4]\xB1oS\x10\xDF\x93BX\x8A\xB5\x07I#}>\x8F\xF1h\xC6\xAF#Q\xFDr\xE2]v0L\xAE\x0B\x8C\xDE\xE2\x8BR?t\x83\x0Fj\xCB\x04\xF2\xE0\xC3i\xFE\xDD%8\r\x98+\xF4c\xD2\xBE.\xF2\x98t4\xE4\b=\xF9\xA8\\ \xC2\x14\xF9>h\xA9\x82\xC5\x04O\x19\xA4\x0Bz\x8E\x10\xC9\x1B\x8A\x03\xA2\x13\xFAi\xC2Y\xFFi\xFA\x16\xDA\xA6`\xE5H\xB0\x8Fa\xB6\x1E:\x9FO\xBC\x87k\xCCT\xDE\x92\r{\xE4Lf\x01\x8A%\x92\xC1\xD8\x806\xEB\x9F|\xDC\x99\x1B\xCE\xF5^\xDB\x992[\xFBA\xD5\xA1j\xB5E*\xCD\xE9\x82="\xA62:\x9D\xB1\xEF\xC77\x9B,\xD7S4\t\x85X\xECw\x06D\xF0\xA9\x17H\xB1%\xFA\x84\xA8\xBB\xDE\xC8R\x7F\x1BKr\xCDc\bK1\xBD\xEAt8\'\xB7w\xCB\xE0\xB4)\xE9L4\xDA\xF2\x96mQ\xB2\xDFt\x93\xD0\xC1%~Z\x07\x1B\xBC\xFE|\xEA\xA0r\xD2\xAC\x15\xC7\x93 \xD7}\x00\x89h\xCAZA\x1D6\x11`\xF3\xB5\xE9\x9A\xFF(\xB7\x81\xD3n\x8FT\n\xA0\x8C\x10\xEEE\x88p\x96\xBE_\x82\x0B\x7F\xBF\x183_\xC7\x0F\xF3R\x05\xD4\x88B\x92pM\x87\x15\xC4"\xFAG+c\xE14\xB4^\x9E/\xBC:\xE1\xA2\x06\xD5x\x96E\xA4\n2e\xAC\x12D\xF6\xA8$\x01\xB0D\xDFfV\xAB!\x07P\x15\xF5\x03\xAE!W\xA4\xD7\x90\x03\x9DF\x1D\xB6eL\xE5*\xB4\xDB\xF1\xAA`>\x95\xBA\xDB\x8C\xF4\x9Do\xFBM\xC4\x0E\xECs\x19\x94l\xC2\xED\xB1*\x85\xD0@\xDF\x8C\xC7zU\xE3\x15_\xCB,\xBF\xF9\xD47\xC3\x9Eh\xD11w\xC8\xE4:\xFBI\xEE\'|\xE6\x88d\x96\xAC\x12\xFC\xCAV2\t\xCF\xE3mV\x0F\x7F\xC0S\x18\x82\xE7#\x90W\xA9\xF4O-\x8AV\xFDh\x17t\xBDW\x1E\xED8\x94\xBFk\x9C\xF1\x85\x7F\x1B\x94s\xFF\xE7<\xA8\x8EE\x9Dd\x8C\xB4\x12h\xAA\xBB\xD47\x06\xF42u\xA0h \x9Ax\x8E*\xB0\xFF6\xA5A\x05\xB0\xCF>x\xD95\xCD\x03\xB7\xDA>\x0E\xCB\xE0L\xF7\x95\x02n\xA0\xD6*\xFEA\xDB5O\f\xA4K+\x81`\xB8\xDC%\xEF\x0F\xD5.t\xCB\x85=T\xFAq\xA3\xD1\\\xBF?\x84\xEA\xB8C\xF5P\x1B\x80\xE8\xCB\x1F\xD90i\x98\x07\xB5b\x85G\x7F\x1C\xABa\x9D\xBA$\xAA\xD8,I\xB2\x0Br\x89\xB6\x1F\xABh\xEA\xBA\xE0\xC9\x12\xF4|\x1AVn\xBCL\x1C\xE9X\x05\xDE\x1F\x8F\xC6,\x1A\x8C\xE1\f\xD3\x02^\x13\xC3\xA2\xD5j^\x99v\x8E\\\xEE\xA6I\xF7\x1E\x9F\x10\xE6\x97\xF3(m9\x8D}\x10\xC6\x84a\xF3\xCAY\x10y\x91\xD1\x02a8Y\xAEF\x95\xC6\xFC\x83\xAC\x00\x93\xA1\xC0+l\x9B\x14G\xE4J\xB1%O}6\xAB\xDEt9\b\xB5(\xF2M\xFD\xBA\x13)\xC2r\xE1.j\xBCS\xD2\x82\x05\xE6R\xF2_5\xE2\x19;\xA6G\xE5\xF7\xC3C\x16\x89\x9A"\xD4\x07.\xA3?\xE5[5}\xF6F\xAF\xCF\xF0]\xB7u\xFEp\xEF\xA5\x93\xC5\x1E\x89W\x94\xE5I\x11\xC2\xAA<\xE3\x83Q\xD3\x92@\xAE\xCA\xFB5vI\xC0\x1A\xA3\xCF\xB5\x9Al\xBD\x90&\xD8\x9B2U&\xB2{\xFAm\xE7\x8BPu\xD1\r&\xC7\xDAb\f\x88z3\xA9\x07\x81\x99\xCBb/\xFAjH\xF0,\xFC\xCCq\x883\xD6m\x1C|\x00`\f\xF1\x89Z#\x90\x0B\xAC\xD8q\xFDE!\b\xECS\xFCwf\x06\x80q\xA1\xF0\xDBK\xA6\xBEe\xF0\x16\xB8\x9Am\x8C\x18\xB5;"\xE3\xFDN\xD8\'8\x14\x86\xDA\xB4\x0F\xD0\x9D\xBC`\xAC"\xA0\x03_\x93\xC9\xB1\x9E4\xBB\x1AzE\xDD\xA1c\xEE1\x95[\x879z\xA9\xD2\x13\xB0\xC6\x1E\xB9\xD5\x0E=\xC6.\t\x1B:\xAD\xDB`I\xF4\xA7O\xEC\x9AW\xC2\x90h\xC9A\xE4\xBBF"Z\xE7x<\x07\x18\x7FA\xDFQ\xEE\x0E*F\xDC\xEBg\xA7\xD0\x03\xB6\x16\xC6=\x1F\xB8\x10\xC7\xDD\x93)K\x88@\xEE^H\xE6g\x93\\\x83v\xCF\x97\xFE\x86,\x049\xCEv\x06\xD5m\xA7\x1A\r\x9C\xF2T{\x04\x9C3\x8D\xA9Q\x81\xD3\xEB\x90\xC5i\xB9\xA5\xF8X\x8B!N\x969\xE8Sp\xF8\x89~\xE4g\xF4V\x02\xC0a\xE0.\x94\xA4\x004\xAD\x19\xFD\xB7\xE2B$R\x7F\xC4\x93\xE3!\xBD\x80-\xF5H8s\xB9^\x90\xAA\xD2e\xBF\xFF\x1D\xDFf\xB45\xFB\x14.\x85y=\xD0n\xFE\xC5\x10t\x80\'\x99C\xD1\xA8K\x9D/\xADs\x1B\x9B\xF9{\x0BS\xC9\x8Bz\xD0*O\xA2\xF4k\xB3\xE9\x1Ai\xAFXDd\x15\xB0\xCC\xE9\x87\xDC!\'\xF6\x1A\xEBJn\xC9\xF5(F\x9B[\xABI\x1F\xE4\xC0\x13\x9B\xB4-\xDA\xF6\xAD\xC2\n\xE1_\xFD\t"\xD5\x81@\xEA\xCD;\xB5\xD8o&\xF5E\x9A\xEBp\x12\x8F\xC8\n\x9E@\xD3\x0E\xA1\xFC\x83\xDD~\x96*\xFCK\xA8j\xC5;\x85\n\xB09\x90w\xBF\x0Bm\xDA\xCE\x05\x93b\xF06\x7F\x83eGZ3k\x1C\xB57\x8F\xC3lN\xB9\x0Eh\xA8\x1F\x85\xBE\x13\xDE\xB3W\x06\xC18c\xDD0]\xF8\x8Cx2\xED\xC7;T\x0B`\xC1y\b\xD8M\xA2r\xDB\x99U\x12\xA4\xE5"\x8A\xF1t\xA1N\'\xABS\b\xE6\xA0\x16\xD2\xED\xA3\x80\xCBTv\xEC\x15\xFC\xDE\x8D-X\x04Lc\x9E>i\x1D\x87\xD7\xABG\x1F\x81\xBEN%\xE0\xB8p\x1E\x02\xBA\xA0\x1A\xD4\x91=\x8D\x12\xB6[ -\xEF\xD5a\x01\xCBV?\xB83\xFB\xDD\x8B\xD4C\xC8"\xB7\x91\x03xH\xF4\'\x9C\xB02^\xA5\x7F\xF3\x97\xCC\xE3\xF13\x91\xC7\xE7/w\xFD\x99\xEE{\x04\xA7\xC9B\x98W\xAA\x8EE\xEFo2\xB2\xE6\x00/\xE4\xF9\xCAx\xBB=\x85L\xAE+\x97\x17\xC7ex\x1C\xBA^\xFCn?U*\xDB\xBC\x10f\xE4D\xCF\x95$=\xC3\x12uC\xAB\x00}\f\xA6]\xBA\x17T\xCE\xB25a\xF1\x16\x06\xD4c&\xCA\xDF\x85Y\xF9kS{\x96C\x8B\x05\xA8j\x1B\xF7~\xE2\tZ\x81\xB1\x0E\xEB\x95+\xA8\x8A\r\xC5\x9A`:\xAA\xD7\x82\f\xBFn\x02\xD7O\xB4"\x8A*\xBC\xD4M\xF7A\x90\xE1,o\x11\xD9\x90sP\x86\xE76\xF6yN\x11\xA4#\xC5\xCF\xA7\xC2d\x15K\xE8\x93\xC64\x9F\xBCn\xD3\xF5<\xA0Jq7\xF1\xDE{\xF8\xE5\x1A\x8D\xFF| [L\xEF\xAD\x86`\xEB\xA1\xDBoZ\x19\x80$\xCDk\t\xA5\x8AJ\xEA\xC0\x1F\xA3\xB5k\r\x9B\xAF-\xBD\x04C\x98\x19>\xF2&\xB0\xD3+[\x10\xD9G\x8C \xE7N(\xCD\x00\xC0\x16\xD0d\xB31\xA6qM\xC6/\x9F\xF8\x914\x1C\nr8\xFBH\x06\x98\xEB\xB3u\x9B\xF18\xC4\xFBf\x9D>\xFE0\xCF@\xC1\x1C\xD9\x93f\xEA\xD2W]\x82\t\xDDl\x9C\xF9y\xB3\xF0i\x038\xA9{\x91^\xE2\x86W\x9CM\x11\x84B\xD2\t\xB1\xE9@\xB8\xDCy\xC8\xE3\x9B\xBE\x18\xCEg\xC4?0U\xD9\xB7aC\x19\xB0)Z\xDE~\xF4T\x8BqX\xFC8~\x8A\x0F\xE7\xB8t7\x82V\xC0?\x88%\xCB`\x98\xC4\x14\xB7\x0Bv"\xAF>\xFE\xC4 X\xF3\x94_o\xCD\x17f\xA6UC-\x90R\xAF\x83\x12\xE0\xA7\xFD\x0E\x1F\x86\xE7\xD6w\xCC\x84\x0B\x95\xAB&\x03\xE4D\xC9\xA6\x1A\xB3\xE1*\x9FL\xC9\x01\x1F\xE5\x0B\xA1P\xAD\x18\xEDU\xF8\xD64\xA3\xF2k\xD9\x90\xEAi\xB6\xDD&\x11\x87Q\x03(\x8A\xB4\xFE\xD2c\xEE}6\xF8Yl\x8DH\x7F\xABS\x94\x06\xEFM\xBA\x16a\xD5\xA0\xB7\x12\x80\xF0(a@d\xD4\x15\xEE\xA7Fq\xD10\xFDm\xDA\x84)Ah\x8BG\xC9\t*~7\xA3\x04w\xC13\xAC\xF1\x98<\xE8\x13v\x1F\xA4\b(\xD6\xA0!\xBA\xD1+\xC2\xF62m$\xA27p\xC7G\xEC:g0uQ\xC1\x00\x9D\xF7\x8D|\xB32\x94\xB9Z\x8D\xE3:\xBBu\x05\x9E\xB2\x1B\xE8Q\xBA\x99\x18\xCEO\x8A=\x9DI\xE0\x7F\xBB\xD6\\\xC5\xF2\x82H\xE0\xB7\x92tA\xEF\x97\b\xE1\x9E\x13\xC7\xB6[\xFA\xE3-\x88z\t\x92\xD1\xB0\xDD\x8Fl\xD0\xBFTg\xFE\x89{\xF3$<\x9C\x12\xC0\x1F\x02\x83.\xA7nV\xB10s\xF5\xCD\x17\xE3\xBE\xD6\x8E\x9B\xE5\xAC*eG\xE8\xF9"\xBCKj\x9B.\xBE\x02?\xB2\x11d\x85q:\xC6\xF3\x87W\xD8yJm8\x13\x99\xE5\x84\xD8)\xBFB\xD4\xB3N\xCA\xEBzG\xD2\x9FU\xDBF\xBD\x07;\xEC\xDCLb\xAD{@i0Tu\xC0\xF2|\xB6\xCC\x0Fy\x92)\xA9\xCCO\x82n\xEE\x945\xCD\x02\xB9\x16\xD8\'\x07\xBB\x80\xF2\xBA\x91\xFDb\xB0o\x1Cx\x95\xE8Z\x9D\nn\x81\x042\x8Fk\xB5\xEDy\x14\x83\xD5\x9Ee\x8E\xB96\b\x87\xEF\xA6\xFC\x14\xD0C\x0B\x96\x1EU\x9D`\xDF?\x0B\xF8\xE5Y\xA4$\xC5z\xE6EW\x8F\xA3Mi4+\x0F3\xA5 \xD5E\xF6\xCC\xA7\x03\x15/f\xE0\x1D\xBCa\xAE\xE2\'\n9\x95\xFA(P|\xFF\x11%\x98\xD9P\x1C\xCB\xB6d\x84\xA26\xD8\x8B\xFE1\xC2\xF1\x88v\xB26\x16\xDB\xFCK\x8C\x1D\xAD\xF60|\xE4\xCC\x94j\xCFD\xE2w\x88\xBD.X:\xB8M\xC8\xAC\x8F\xF8H\xD7\x17\xF5O\xC3[\xCD\xAE\xE5\xC1\x1B\xA8\xCB[\xF9\xC3u+\x95J\xE0&\x01^K\xE7n\xA9\x16O\xD3 d\xC6\x97u\xB7\\\f\x9F\xDDn\xC3\x0E\xB1\x1E\xFD\xB1\x97[\xC2\x06P\xEB\f\x8F\xE0k\x86\xEF>&\x7F\xA36\x97w\x86\xA6\x1Af3p?\x8A\xDFIp<\xA3\xE5a\r:\x7F\xEE\xADr\xB9#\xCFAf\xB7\x00\xA1F\x8D\x06=\xD4-\xF1f%\x96\x03?\x83\\F\xFF\xE9o\x17\x9E)\xAC~\x9C#\xFB\x10u\xD1\x03V\xC4\r]\xCE?\xFE\xDC\x8C\x05\x9BX\xF4.\xB3\xED\x84\x19\x01\xB1\x8C\xC1\xD5\x98\x18\xC8\xF6\x9C\b\x81\xE1\x94,W\xDD\xED\x1Bi\xA8\x81\xC0A\xCFS\xECc\xD7\xA0\xEBT%\x86=\xDA\xF9d@\xD2]\xC2\xA4R\x96\xB4\xE2\x89\xEE#\xB6\xE9lJ$\xEF\xB9\xD1\ra\x95!\xBEG\xD3V\xF3g\x075S\x89/[}\xEF9r\x0E\xC1|3\xB4P\xE7\x03~\xAE1\x8A\xBA\x148t\xB8\xA2\f\xCC\xB4W\x92\xC6\xE5\x19\xB0D5\xDB\x1B1pDh\xAA\x051\x99\xC0\xAA~\x15L\xA4x\xD9\x07es\x990#\xA5C\xB8l\xE3\x0FH\xBF\xAE\x1A\xCC\xF5\xAA\x86\xFB\xCF\x9C"J\x11\xDA\xFAw\xA8#\xC9\xFB)\xDD{-\xEFs\x123\x82\x04r\xED\x8D\bc\xF5\xA1\x12\xD7\x90Rr\x10\xD6[<\xE2\x85\'\xFC\xC54\xAA\xE2\x0E\xC8x\xE7\x83\xFB!\xD1\xA8\x92\xDB\'T\x9DDl&\x14Xp\x8E\xC8a\x93\x1AE\xE0k\x98\x8BU:\xBF\x8CJ\xA6\xFF\xBBlL\x97&\xCE{\xBE\x84\xCB(\xFB9\xC6\xE2\x81,\xF8\x93\xC9l\xB2B\x8DU\xF2@\x89\xB9L\x16\xDA]\x9Du<\x04j\xF9\x8Bb\xE6\xD6\x93>\xBC\xDE7\xF2\xA4:\xBE\\\x06\xEFK\f\xDC^\xF7\x1Bf\xD1B$\xA1\xDC\xF7\xB7W\xA6\xEA;P_\xB9}\x9F\x1FH\xB3\ne3\x1C\xEC\\\x13\xCF\x9E\x1D`\xFF\x96m\xB0,\xC4\xF0\x16P\xC91\xBA\x13\x05\xB2_\xEC\n\xAC\x00(r\xE9\xD0\x84\x9F0\xB5{\xA9\x98\x07\xAF\xDF\x95\xEB[\xCA\x17e/\x0EF\x1F\x02\xAF\x95\xE5\x17\xF4Y\xCFw\xE8\xA1\xBD\x03\x99\xDCq\xBB,~\xD5\xED;\xCC\nF\x8FX\xB4\x85\xEA\xA3p;\xC6+K\x9Fzd\x86Q\xB5\rj%S\xD7\xC4<\x1F\xCDO+x7\n\x8A}\xAB<\x87\xD4\x9Ag\xDCq\fD\x88h\xAC\x00\x8EBS\xD2{I\xAB9\xF9\x81\x07\xAEU \xA3\xE9|\x004\xDFx\x1FH\xD9\x96w\x82\xFA\xCE!\xC2\x15\xD6\x98D\xF3\xAE\xFD\x16g\x88\xF8o\xE8\x80\xC4\x15\xB6Q\xF2\x05\xBF\xE7u\xFB\xC3\x8B$\xCD2\xBE\xD9&8\xC3\x12#\x87\xF3\r\x90!\xE6jC\xC4\x912e\x87\xD6#\xBF\x9A\f]\xAF\x00\xEE\x1CR\xDE6\x90E\xE4/{\xC7\x8D4u\x95\xE7Z\xCD\x1C\xA5B\xFAa\x9C\xD7(G\x95Z\x1A\xAE8T\xF0\xA5x\x04P\x97\xEEn\xA9\xDE\\0\xB6f\xCAO\xA1\x16\xDFv\xF8\xBB\x13N\xA9i\xF5>\xCF\x8D-b\xBD\xA2\rk\xB4\xF7Z\xA5\x02\x1E^\xDE\xBDB\t\xA7,'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x12\xDDp\xA9$[\xE1j\x9A\xD2v\xEA+_\x00\xACX\xED\x1B\x9B\xDB\r=h\xBD(\xED\xA5N\xD0\xFB&\x9Dc\x03?\xB7(\xCEO\x81\x1AF\xA5\x0F\xEB@\x9A{\xD36\b\x8F\xC3*\xA8\xE9]\x16\x9BC|\xEB-\xB3\x897\x00\xC8\x8D\x11;\xBE\x03\x1E\x8A\xB9\xDC\x93\xCE=\x88\xC0t\\\xAC\x8D\xF5\x99\xD7\fs\x18\x90n\xC0\xEA\x16\x8A\xDCq\x93\xFBl\xDF\xF3\xC0\xD5s\\\xC2\x04\x1C\xB3\xF5pH\xD8xM\x80\xFF\xB7\xDF\xC9\x8D\xB2a]\xD2N\xEBAs\xB1\xF7-T\xAAE\x10}N#o\x06/B\xFA$\xCC}3^\x87A\xB9\xE25YF\xAD\xC6N\x1B\xA6\x0E2\xB1{W\x94 \x83/\xDDT\x89]\xA6\xE5\x99\f\x1D\xCF?r3T \x02\xD0\xF4&\x98\xB9\x1B\x9FP\xD9\x82\xEEn\xCC7\xA0\xF3\x14\xE1\xA8\x95\xE7\xB8J\x16\xE2O\xAF\xFD\xCAb\x06\xA7\x85\xD8,z\xF6\xE6^C\xC4\x9C$8\xFA\xE5\xB8l\xA3\xED&\xC9\x14g9\xF2\xBEk\x93\xA5\n\xF0h\x9F<\xA4\x0EzX\xDF\b\xCC~\x15^\x97\xE1\xFD\xC2\x85\xB6d\xC8Q\xD5f\x80\xA3\x06\xC2\x1E\xE9+\x96|!\xF9\x0Ea\x957\xBC\x81\xD3\xEEf\x8C\x07\xABN<\xCF\rF\x941\xFE\xB5\x83V\xAC.\xFA\xD8(\x86\xC0\x13uC\xC6\xFB\x85i2\x91?\xA6\xBC%\bhH[,:\xFEy\x0F*\xF1q<\x90w\xA0U9\xD2\xEEQ\xB6\xCD\xA2\b o\x00P\x16\xDD\xCCb\x13\x99}\xFCe\xBDu\xD2C!\xDD\x07b\xE8Q~\xAFH\xE1\x90f\xDA,\xAD\xC2\xF0#\xFF\xE6L4\x8B\xB0\x1B\xD1\xEA\x8F\x9E\x1D\xB0\x83T\xD0\xB7`\xF7\xD7\x10\xAD\xBF\x8Cl?\'t\xDAW\xAA\x92(\xB4Et\xBF+\xF0\x8D\x1D\xAF\xE4Q\x9E\xEC|\xC8\x9CE\x8B\xC3\x17\xD3^\xF8&\xED\x91\x14:J\xA2[\xB3k\xC9t\xD8\xF1z\xA6\rq\xD9G\xC38\x00\xDF\x12.D\x80f\x00H\x17\x9B\xE3\xFF\x87\xEDA\xC92\x7F\xA0\xF8\x85\xE3\xA5W\xC4\xD9:\x82\t\x18\\\x903m\x1D\xB6\xFF<\x964\xA7\xC8\xB4Tr\x02\xE3y\xD4\r\x87\xF7\x9D\x12@\x95%O\xBB\xF8`\xEC\xA6h%\x98\xAA\xE6\xC7"v\xDC/]\xC5\xB0\x19d\xB8\x11\xE8\xD8\b\\\x1F5l\x01G%a\xF4\xAA+\xC1\xB0\xF5\x10\xD0_\xA2p\xEA\fxM\x1E\x9E\xD0\xBA\x8B\x19\x98A.\x1EU\xB8c\xC6\xE2\x01=\x890\f|\x8E\xCAZo\x07N\x93\xB7\xEC\xA5\t}8K\x99\xFAS\x8Ag\xBB@\xED\x92\xD4\xB3\r\x9Dr\xCBIk\xDA\x04A\xE1\x85*J\xDB \xBA\x80\xFF@\xF9d\'P\xF2\xC6`\xDC\xA9\xE5\x04,\x81Z\xB1j\xCE\x98\xE1\xB6K\x1C\xF2\xBC3\xA1\xF6:X\x83\xD1\xF5\x8F*\xD3p\xA47\x18\x98\xCE\xAD\x12Qz\x88\xE6\xBA\xFF\x968\x89tQ\xA7y\xF0\b\x8E\xC7g/\xDA\xDF\x83\r\xAA5m\x07\xB6vF\x91q\xD2\xF66\x1C\xA3\x13V$\xFC\xD4;\x86\xDC\x7F\x17i\xCA\x0EE e\xE8\xC0\r\xE0%\xC6\xFFyK-d\xC7\xF3=0\x16Z\xE0\x0F"\xC8\x99\x1A\xBD7\xAFR\xF6A\xA0^Z\xC8{\xEB\xD8\x9D"\x80\xFD4\xC1\x17M\x9C~\xD9\xF0p\xC1@u\xA1\x0FS\x00\xB2\x8C\xD6)\xAAo\xBA\x9DP\xABw\x84H\xB1W\xF2\xDC\x81\xFD"\xA3\xD8M\x8E\x7F\xA4\xF0\xB2`\xFC\xE8h\xCE\\\x98{\r\xB4\x1C\xB2,E\x92\xC0>X\xE9\xD1\xA1i\xEB\xAE\r\xBE\x8EJ\x04\x85\xAE\xEC\x91h\xC4(C\xE8_\xFB\x95\xE3\x033\x16\\<\x03\xEBl\x90\'\xA7p\xBF\x96[\x04\xAE\xCD*\xC0T?\xD4(L\x8A\x14\xFE#\xE3\xD2\x8B\xEE\x06\x9F\x1B_\x02\x15\xAE~)\nW\x88$B_\xE53\'\xD3a\x1A5\xE4\xA9Z\x97 \xBEO<{\xC6\x89\xD9\xF6\xCB\x9F\x1E\xD4\xBC\b:\xE6G\x0Ev\xEBg\x1C\xFAl\x84\x05r\x93\xAD3\xDB\xA3\xBF=+pLj\xD2\xF4t\x82\xDEJ\xC6\x96;\xDB\xF7\xCBo\xFE\xA6\xB6S\x99\xF8G\xB9\x06o\xD2\xF2v\t\x86\xB1\x1B\xEFIl\x94\xB70c\x11B\x9Ca\x19\xD12\xB8\x86A\x9A\xDB5\xE5\xA0\xC4\x10\xF7~Dm\x81a\xAA\x00\xC4\x8CM\xE4\xB55\xA3k\xF2\x1Bc\xA7\xB7.\x95\xD5\x1Dw\xC5\x11\xDD}\xCA.\x80\x15?\xA3\xCBc\xDA.Y\xA5\r&\x7FK\x8B\xE3t\xC9\xF5\xB1\x8ES\xDF(\xC5R\x12\xB4J\x1B.c\xB9\xE4\xC8\tO\xE9\x15\x953\x141\xC3%U\xFB\x0F\xBA\x8AQ\x00y>[\n\xF3\x889j\xA7\x8CX\x9E\xFCP\xB6\xE26\x13\xF8\x98\xB9\xD0@\xE1\xFF\xC4\xF1\xADQ\x86,}\x01\xA3m\xF7\b\xA8d\x8Dw\xF1\xD7U\x87\x1F\x9B-\xF4\xCF\xB8V\xE1x\xAA\x98n\xCE\x90A\xD92\xCD\xE3\x14\x84\xBF\xA1Mb\xE8\xFF$@\xEF\x1F\xDBz\x91%m\x8BFu\x06i\x82\xB0\x1A\xA2]4\x04\x1F\xDEZ\xC3\x158\x93y\xE7\xCF\xFD\xBE\x95E\xA4\x03<]\xB1\x90z g\xA4\xE9\xFED\x0B\xED\x1Cz\x9Fh$\x97I\xEE \xDD*\xCD\x96\xB4\xC1\nl\xB04\xC3\x07Z\xEC\xAE\xC5\x1D\xE7*\xF4Sp\xD8\f\x94\xD1\xBA=\x99\xEBI\xD6\xBC!C\x17\\9\no\xCD\xEDw\xD9\x17F\xFE7\x88\fU\xD3\x88d\xBB\xACX\xE6\x06\xB3t\xA9\xC8f\x7F\xAF\x13G.U\xE2\x93\xCFa\xF5D\x9C\xD3\x01P\xA4\x92`\xBF6\x83$Cyg\xF7\xA9c%\x84i\xADY\x88\x9E+\xAD\xE0"\xB44\x8C\xBFi\x9F\xC6\xD7\xEFJ\xB56#\xDDN,\x84:\xC3\xF3T\f/\xFC;\x8D\x04o\xD6\x81{\x15L\xA6\x88\x1B\xBBg0y\xDB<\xCE\x13\x9E\xEB\xCA\xB3\xE7\x17\x8CK\x0F\xCA\x07\xF31\xDC\xED\xC7~\xF6\x82f\x12N\xFA\r\xE7S+\xAEr\xBF\x9B\x13}\xA2\x02\xCA\xF8\x15`\x8E@\xD5\x88\xB9\xE7\x9CZ\xF2\xA37\xF9\xBB\xEB+o\xE0;\x11\x81\xF3#\xB3N\x03|b\xFCQ\xA0\xC1/r\xE2\xB6x\x9FR\x02n\x0EL\xD4V\xA1\xC6\x94r\xA9#\x84\x05\\\x97\x1Ef\xC3\xF2\x91=s\xD7\x9B(\xE0n\xA1\x19_M\xDA\xBD\x1C\xC9e"C\x9B\nS\xFC\xAA\xCAX\x9A\x0Bl\x8B\xE0\xAB,\x8F:\tW\xD9\xFE\x966D\x1B\xC0\x8F\'\xB7\x962\x02>\xEB+\xDBD\xCD9~\xDE\xFBB\x04D\xE2\\\x1A\xB2eG\xAB\xBC\x005\xF0v\t)Ax\x0F\xB2\x8D\xDBv\xC4\xD3\x92\x7F\'\xB8\xE9B\xC3\xF8 E\xBC\x19\xD0t\x85!\xAE]\xD0\x89\xE6b\xD3;\xA6\x1D\xE4\xBDt\x17Y\xB5b\x9B\xF0\xBA\x12\x8B\xCC\x80\xD2\xA8/\xC0\x89\xED\x0B~\x1FQ\xCD\xB1\x92\xC7\xA9\x82\xEA\x97L\x05`1\xB3\x1E^\xEFH\xD8d3\xA4vZ\xD7\x99g\xF5\xE3\xA5E\xF0m(\x14\xF8\xACGu\xF5]k\x8E\xAC\xD1\x88\b\xF9\x1Al\xAAK2jY!v\xF9\x0ES6\xC9\x93\xE8\x80fB$\xE4n4\xFBW\xCF\xE6\xA8\xF7\x84@\x0E\xA1\x8A\x17\x01\x92\xD1\x14\x85\xF0\nM\xB14[\xC9\x0B\xBC\xA1S|\x97\t\xE0\x85\xC5\fF%\xF2|5\xC2\x8EV\xD6"\x9D\xED\xEA\xB8J\x98j\xDA\xA1\xFCZ0\xDB\x0F\xF6\x9DU\x14\xD4c\xBA*;\x16kP\xE4\xBDs8\xAFl\xE5K\xB8.<\xC8\x7F\x8C\x00\x1Ax\x8E?\xDD\x01\xC74$\xBB\x18S\xD8\xFC\x9CP\xE1\xA5H+\xE7\x03\xC5s\xB37\t\x8D\xCA\xE7 D\xB7q\x18\xA7\xC0{\x04\xB8H\x90\x1E\x9F}\x89\xC7\x9A\xD8\x03-\xCC\xF9R\xC1&\x06`\xABm\xE7\xA2)\xBF\xD7\x9B.\xE9j\x82\xB2L\xEEf\xA0:\xB0,p\xBB\x15e\xCF\x97z;\x83Y\r\xA0\xD7`*\xAFw\x83\x07\xD3\x99J8]\x88\xCD\xF2\xAF\n\xDE\xF4F\f&x\xACg\x95!\xDE\x84|\x9C\xF5\xD9\x93$\x10Gc\xF1Q\xB5\x11W\x1F\xD6q\x90\xD1\x02\x7F\xE7\x92\xCB>\x81\x00 \xB7\x10\xA8\xDF\xF9E\x19{\xFD>\x13V\xC3,\xF2k\xB4\xEA\xD6&q/h?\xC2m\xB1Z\xEC\xBB\x8BD\xEF]\x12\xA8;\xCA\x19B\x02X\xB4\xDF\x80q\x06\xD06\xA5\xF5B\x0E\xAA1Y\x8A\x1Db\r\xEE[\xDAn\xECOc.\x93\xD1T\x87\xC0\xA5\xF1\x92\xE2a=\x8B\x1F\xFF\x94\x15\xA6\xE6U\x85$\x02\x92\xCE7\x1AU\t\x9F\xD3o1\xEBOe\x88\xC1w\xCF\xFA>\xAA!\x92}\xBE\x8C^\xE5&\xC4\xF2\xB7\xD5I\xA81\x9A\xAF9\x8B\xFC\xCC\xBCx"\xB1\xE4Ki\xCF9\x01\xA9\x11\xCCUx4N\xC4\x9A\xFD\xD6\xA8N\xE4b\xA2\xF8\xDF\xC8<\xB3\x00\xBD\x90\x0B\xB2\xE3\x1D\xA0M\x83-\xC4\xE6E\xFDe\xCB\x06\x9AxO\x15?r\xF9\xBFz\x05L\xC2(\x9F\x19>\xEF\xAB1\xF6\f\'\x9C\x1D|\xBAG\x9E\xE2\xBE\xAE\xF5b\x0F|7\x17s/\x11\x82J\x7F,e\x87\x1FWy\xD4)n\xF33`\b\x17nX\xA0\xD9+\x18<\xB5\xDA\x80\xA4\t\x97\xE0\x87#\xCE\x13u\xE2Up\x86\naa\xCB\x8Ep\xDEZ\x86\xD7i\xF9*\x0B\x80\xDCB\xD0\x8F\xBC\xEF\x99\xB5\xD9j\xAE\xBF\x93\x0E\xF4E\xE1\x99\xFD\xA5F\x8F\xBA\xE8\xD8\x97\xB3\xF3\x10\x86R\xAA\xEFh\xFA3m\xCD+`:V\xE8\x91\xF6\xA9\xD3\x03\xB6J\xD9\x98\x18\xACE\xB7\b\xF04\x18\x92oY9t\x1F\xB1*I^\xCB\xFBB\x1F\x02\xE7$\xD5v\xA9\xC9\x169[\xC7\x11{\xA7;d\xCC1y\xBA\xE4s\x93H\x1E\xBEW\xEC\xB0\x16\xFE\xA2\xB7c/=h\x97\xE92\x9E\xDAz7\xFB\xC5*\xA4N\xC7\xE9\xAB\xCE\x83\xEC\x9E\x04m\xDF\x87\x0Bx\xC3\x8E5V\x9D`\xB93R\xEC\x81j\xDE\x03%T\xF9 \x8DL\x03?#\xC4\f\xD2\x83\x05\xDDC\x8D\xC5k\xD6G\x1B\x84\xBE\x0F$\xC8{\x16I\x04\x81\xE9Tw\x8Fb\xB4A"\x02M\x17\xC3S\xF8\xA9<%O\xA4\xF3q\xCB@\xF0\b\x8Em"\xBE\xAD/\x9B\xD2\x86\xC2v\xEB\xAC\x9A\xD4c\xA38^\xAFz\x9B!uQ\xF2\x94\n~\xDC[\xF1E\x8DT\xF7\xB5!\xCFf\x9A\x14\xD5\xFD\x0E\x7F\x9Be\xD9\xB53`\x95\xD2\x16\xE8\x97\\\xDB\x14\xAB\x85\x1A\xDF\xA3\xFB\xD1\x0BC\xF4On\xB4D\x0E\xDE[\x1C\xEF\x8A\xFB+\xE5O\xF40\xA7\x01\xB95\'\xAC\xC7\x00\x9E\xB0q\xE0\xA6\xBC\\\xF1\xA5>\xBC\xE4#;\x87\xE1\xC0,\xFAw\x8B\xE5#~\xBDh\xB2-\x06H\xBCg.Ls>\x96^\x7F\x8E\xE3\x166\x00\xA1-\xBDlG\x11\x7F\xB8\x96\x18\xC7f\xD4\x12\x85\xE0pC\xEAS \xD1-\x039b\x94t0\tJm\xAB\xC9]\xF4J\x8F\xA7\x10C\xC9\x07L\x84\xFE:\xCE\x8A\xE5|\xF9\xD4\xB0\xC2\'\xE8\xB5\x1A\xA4\xC7c\xED\x94r\xD0\x825\xB0\xC9R\xDAj\t\x89K\xEA;\\\xCC\x9F\x10\x893\x93j\x13\x86\xCC\x1C\x10\xC8\xDE\x81\xF8\x93.u\x9F\x1A6\xD4X\xEEi\xA0\xB00\xF1\xD9u\x1B_\xA0$\x95X\x11\x88\x02U\xDA5\xFC)\xAE\xD8\\O\x18\xF5\x06\xE6\x91 \xF3\xA6B\xBC#\xB0\x96y\xF9\x1Df\xB7_\xF7H\xB8y\xEA\x98\xFDN\xA0\xFD}\xBFg\x12D\x01\xDA\x83\xE9\xCA\x97\x03\x86u\xCE?\xBA&\x11\x90j\xB6R\xDC\xA8b/\x18A\n\xEE\xBD\x9DG:\xB9\xFD\xE2\x97\xD3\'\xC1\r\x85X\x02\x90\xF7\xA1\xC9\xE5\x8D\xA9>\x9A}#Y\n\x8Fd\xB2\xD6,\xEA\x97\'\xA6\x8Ck)|<\x0FfK(\xF9\x91\xEAn\x01\xE3H0\xEC\x82r\xFE\x90\xBD\xD6\xAD\x96s\x1C\xCD\xDE\xF1e~0S\xB5h\xFBL\xEB\xB3\x1Bc\xD7\x15Fi1\xEFo\x0E\x820\xED\x9E\x19\xC6\'e\x8AB\x07\xE19\xC6\xF3\x9A\xBDW\xA4\xF2\xD7\xB3V\x1C\xACZ\x87\xCA}\xAB\xD5\x14D \xE5Ik\xF8S\xE30^\x05\x91\xA3\x13\x85\x07\x1C\x8D\xDC\xA8,n\x99\xC29~\x81\xB6X\xFE\x1B\xCC\xAFFn\xD35w\xE1\x14\xACN\xCDw\xB3`\x1FI\xD1\x18\x8B.\xC2~\x9C6\xD4\x0B-\xA0\xFA\x1D[\xC4\x9D\xB5_\f\x86"9\xB7\x8A\xAAp\'W\xD5E\xC9\xEF=w\x14\xCA\xE4F&\xAD\xEE\x05!\xDA\x96\xBFR\xDF\xFB\xBCT\x87\xF5\xA2\xED\xC1]\xF6\x84\x10Q\xE5\x06\xAD\xFC_D\xE6\x13\x00I\xBFvB\xDDd\x947\x05y,\xCF\xF3\xA6\x7F\xCB\x01\x12K\xF6\xC5\xB4\xE8r\xABc\xBE\x944[\x89\xFA\x0B^\x83\xD0C\xA4u6b!\x91\x11\xAC@\x05\\q%\x9E\x1B2\xD7\xA2\x92y8\xDDs\x95\xAAd\x80\xE0\xF4\x90\x17\xB2M\xBD\xF1\x82\xE0R\x934\xC1\xDEV\x9Dg\xD7@\x1D\x986\xFB)\x9EV\xF4\x05\xB7z\xD5\xA1P\xBD.d\xE8\f\x87\xF1\xA2{(\xE8h\xC1\x17\x95\xDB=\xB8d\xFFm)\xBB\x86\x1E\xC5\xF6#\xCE1l\xA5^\xC8\xEA(\rlA\xAE\xFD\x13oE\x19\x91)\xE7\xBE\x84z\x0BR\x8B\xDA\x10"\xD0J\xA5\x1F=m\xE0\xF5x\x17\xC6\xB1I\xD1\x07C\xC7\x990\xD6\x8FJ\x05{\x8C\xE7\xC5B\xF1\xCFO\x0B@\xB6Y\x07P\xB9\x1D\x04=\x88{\x9B\xD4 \xC8d\xA1\xE9\xB4_\xF4>v\xA32\xEE\xCBj\xB9H}\xE5\x80i\xEC\xC5\x96\x153\xB3\x9A\x8D\xFDZ*i\xB6\xDB_\xFFr\xB4P\xAD\xF3\xCDU\x0E\xAE\x96\x18]\xA6i\xE9\x9Dq\x83\xEC\x9A+r\xD2\xFAT\xA9\xE5X\x8C:(\xD7\x85\x06\xA9\xD0\x10\xFEb\xAE\xDE\x19\x03\x97\xC49\xB0\x0E-V\xFF\x8B\xCB\x07L%>\xDE\x9C\x14\x8E5\xEF\x82\x1F\xE28n\x187\xA4%Mu1\xDF\xFB\x8E4\xD5\x17:\xC6\xDAG\xAE\x94\x14\xC2-\x07v\xF3\xBB\x0BzQ0q\xB9\x8A\x1FP\x94B_\xA72\xF6]\x83p\xDD\xBAeG\xE6r`\xD5\xAB\x7F\xF8\xC0tW\xAAI\x0F\x9F\xF7\xC5\x87\xE0i\xF8\xD5\x81\xB5\x11\xC1\x7F&\xAFK\xFEy\x10\xF6W\xE3g9I\xB6\x96\x19M\xCD\x9A\xF9\xC3\xE4YF\xD9\xC5\xF3(\x86\xE7t\x1C\xD6\x01A\x9A\xF4\xAB\x1E8\xA2\xC1\xEF\x1A\x802\xE9\x1E\x01\xD3\xC3|Z\xCA1]\x9C\xBD?\x06\xEBgG\x98U\x05\xE3\xC0\x93\xA7e\x87\xBE!\xA2\xD8\x84\xFEa\xDD\xA8i!=\x8F\x16\'\x99g\n|\xBB\x13\xCDN\xB5\xA1R\x16\xCB&~\xD7\x85\xFA\x11\x94kT\xCCK\xA2\x95-@\xB2\x8D\'\xED\n\x1E}\x91Z\xC9\xA1\x1E\xF0\xCC\x86o_.\x1B\xE7@3\x7F\x0B\xEFl\xC6)C\x88\xEF\xB3\xDCa\xA6\xFC\xEB\xB20\x9F<\xFEk\x91)\xEE\xBFu6\x8F\x05[\xB4R/E\xBA\x05\xAFc\xDFp\t\xF1\xE4k\x01\xA8P\xCF\xE6\xAC\x157w\xD9/B\x0E\xA3\xF5\xD2P\xB5\xCB\x01\x8F\xB1N\x1C\x9F\xE8\rx4\x02I~\xCD6o\x81\xD2\xE4[\xAC\xDBF\be\x89\xE2\xA8K\xEA\xC2\x1A\xE0w\xD1\xE7(\x8C\x0F8\xBC\x82a\x19\x9D:s\x8C+\xFFJ%\xBA\x8A\x01\xABa\xB8#>\x8B\bv\x9E\xDE\\-\xD1s=\xAF\xCFY\xC1\x9D\x12\x80\xBB\tSC\x1Au\x8D#\xF4\x9D\xC72W\xFA\x0Fh\x9D>m\x8C\xA8\x00\x9C?{\xD6\xF7G&\xC8L\xD6\xB9\xDC>\xB6k\x9E\xDD\xF5dO\x92\xE8{\xDCY\xC2\xF0b&F\xF7\xC1\x98\x03\x8C`\xFB\x94\x1E\xD5V\xF4$\xDF\xA1\xC4\xF0\x05M\xC06~\x18\xAE\xD5"\xB9\xCF,\xF2\b\xCB"Wh\xF1\xC2\x1F\x94\xA4x\xAD\xFC\x8Ao\x19\xF6\xC8V\x84s\x10\xD0;\x1A\xC6\xFC\x9C\x152\x95\xAC\x0F\x83\x1Ah\xE67\x16\xBBK-\xE5m\xAD?s\x91e+\xB5\x97\xCF\x10_\x84\xE1l\x95Hx\x81^\xAF\x95I5\xB6\x84\x16\xABP^\xCE\x12\xDEU1\x0B\\\x98\f5\xEE\xC2)\x99\xB1n-\x81F\xB2j\xE2;\xD4p\xB8\xA6S\xD6}\xF2\xA3e\x82\x061\xC9\xE9\xA9\x13\xF9YnA\xA5\xEA\xB7\x04?\xF0\xA2\xFF:\xD8\x11|\xE4\xF7a\xD8\x07q\xE22\x04@\x90\x1E\xE9\xA3\xADz\xD4!\xA5A[\x05\xE0\xF1V\x07u\xCC\xF7L\x03\xC4V\xED/\x0B\x87\xC5\'\xDC\x0FD\xBD\x98\x19[H\xD38\x86\xE1\x1F\xFCvR*\xCBY\x1C\xC1\xE6&U\xBE\x1C\x9E\xC6);\x9B\xBA\x87\xEEf\xB4t\xC0^D\x8A\x02f\xE3\xB4x\x89L\xA2\xBB\xD7\x1D\xA4)\x89|\xA0!\x90\xFDHk\x9B<\xB2q\xCE\xEE{\xFE\x8A\xB9\x04}\xC7\xAF1\x8E\xD6\x9B\x15\xAB\x89r\n\x92j\xA7\x88\x02sQ\x8F\xECI\xFFz\xC5*\x9C\xF98\xD2\xEC*\xBFO\x92\x18\xFA\xCA4\x12f\x91?\xEA_\xBB\x12\xDD9t\xCC\xAE\xE2\x19Y\xFA\x8F"Q\xA77\xDCj%\x9C\xEFP\ti\xBE;\xF8d\xDD/\xB2K\xF8\xCDD0\xDE\xB1\x12k\xD0#\xA9X\f\xDBO\x82\x13')]); + com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, 2), $intern_132, 90, 0, [java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xF26\x15\xBC\bS\xE2\xF2;\x07\xBFS\x14\xDA/\xFA\xE5*\xCE\xEC#\x8E5\xFA[\xAB\xEB\x03\xC0\fO\xD3\xF4(\xB1N\xCD\x13\xE35\x94\xEC\x0E:\xBBR\xFC\t-\xEDC\x10\xCD\x1B\xF89\xD2\x15G\xE2\xF82\xCC\x17\xCC\xA6c\xD8\xFC\x1F\xAF\x16\xD2(\xE0\xF0\x01\xAA\xC7[\x19\x84\x0FW\x02\x15\xDD\xCB\r%\x1A<\xDC\'\xA5\x1B\x00>\t\xEE\xFC!\x04b\xF7\x1B\xD3\x00\xDF\xF1\x1D\xC6\xD8\xAC\xFB\xE1^\xA2+\xEB\xBC\x05\xA6\r\xB9j\x07\xE8\x1F\x02\xE5(\xEE3\xC8\x02b\x9D\x0E2B!\xF4\x05\xBD?\xFC\xD7\xC1A\xF1\x06\xE5\xBA\xD3J\xF1\xFA7\xE9\xDF\xC5\x17\xD73\xAA\xBD\xDAC\xC6&r\x16\x9F4\xE7f\x17\xBF\x03\xF0\t\xDA\xFF#_\xF3,\x1D\xDB\x94=H\x0F\xF7B\x9A\fJ\xF6"\xEA\xFA\xB7\xD0\xE8\x107\xDF\xEF\n0\xE8\xB3\'M2\xF6\x00\x8F\x15\xC9\x07\xB7\x11i\x9A\xE5E\x0F\xF2,\t\xFB\xAC\xE9\x06\xCFC\f\x00&:\x1E0\xB4L\x0F\xE3=\xD6\xC6\xEC\xFE\'\xF5\xDD\xB3\xC4\x16\xD3\xE9\xDD\xC0\x12\xD7M\x1B\ts\x93\xD4$P\xA9\x1Cm\xF9\x12\xA2\xD8g\x0F-\xE2^\x1FD\xF5-\x03&\xF7T\xCB\xE7\x15\xE0/K\xF5#\xB8\xDE\xF3\x98\xD4\xE8E\xC4\x19\xCC\x8D\xFB\x17\x04H\x11S\xD0\xED0\x07]\x1D6\x05)\xB2;\x00\xC8\xE2(\xFD\x16\x02\xCB\xF6\xE2\xD1\x02\xC8\x1A\xEC \xC3\x05\xEE\xAF\xD8\xFD\xCF\xEC\x1D\xBF\xD3\x01\x1B\x9FZ\xB9\r\xC3\xD9\xFD\x13,S\xC8\xF8\x11\xDD\xFD\xF4X/\xEE\xB24\xE1\xA9\xC0\x1A\xFF#\xCE\xFB\xF2\xA9\xFEg\xE5\xF0,\xA6\xF6I\xC0\xEAA\xB7\x12):\rE\xE1\xFD\xB4@\xD0Q(\f3\xA3O\xDC\r\xAE:\xED$\xFD?\xF0\x1A8]\xAA\xED\x05<\nd\xA7)\x07\xE6 \fp\xD1$\b\xE7\xFCR\xA0>\xE2\xBCK\x10\xCF\x1A\nW\x15\x058\xDA\xF3.Y\x06\xEC\x99\xBC\xF1W\n4\xE7\xFA\x18\xF3\xC1\xE5\x14\x05>\xFBe\xDF\x072\xD7\xCE\x02\x92\xE4\b\xCB\x1C\xE3\xBC#\xEB\x16\xD0@\xBB\xD7\x00\xC2\xF7A\xF1\\-\xD6\x0B\xE9\x14+\xDA!\xF7\x8C\xC3\xDE\xD1\xEB\xB0"\x0B\xA4\xD5\x1E\xFE\xDB-\x1F\xD5\xA6\'\x12\xDC\x9C:\x01t#\xB5\xC9\xE8*\x11\xC5\xB2\xF7 l\x0F.\xF7\xD5N\xFB3\xD8\xB2\x01U\xF0\xA18\x14\xDE\x1C\x9C\x0E\xD9\xB2\x1A\xF6\xB3n\x04\xC89\xEBC\xFB3 \x10a\xCA\x18\xFB\xE6\xC2>R\x15\xFA\x05\xC9\xF5M\xBE\t\x1D\xCC\xDF\xF8\xF04\x18\x8A\xF3R\xE6\x14F\xDD\xEB\xBD!>\x14\x9F\r\xF2F\x1C\xE1\x0F#\xFAM\xE9,\x02\xCC;\x16\xC57!\xFD\xEF\x96\n\xE1\'\x03L\xBA\xF5\xFFC\xE01f\x0F\xF2\xCC\xE4\xB1p9\xE9\x02#\\\xED\xAED\x0E\xD4X\x02\xD9$\xFE5\t\xA3\xC7\xFCT\xAE\xF0\x01\xC5w+\xCD\xF7\xC2.\x05\xCC\xAC\xF3U\xB9 \xF9\xE6\x06J\xDD\xCF0\x19X\xB5\xD4\r\xA5\xE7\xD8)\x98\xEF\x04\xB6%\xA8\t3\xEE\x0F\xDA\x1B\xB3\xD1\xE3\xFC)\x06/\x95\x1E\xC1\nG\xD1\xBC\xEF\x1D;*\x12\x06\xDB%\xE9\xE0\xFE\t\x91:\xEA\xDA?\x19\t\xD53\xEDh\n\xED\x87\xE6\x0E\xBEF\x00\xF4\x14u\xF0\x19;\t\xC4\x13K\xD1\xF8\x1A\x01E\xC0*\x90\xFE?-\x11H\xD8\x16\xBC\xEA?\xF8\xE4\xAD\x16f\xDE\x03\xD4\xF4\xE4\xCBJ1\xB9A\x17\xD6!X\xFF\xB5l\xE5\xC4\x11\xFD\xDE\xA8\xC6-\x14`\'\xF9\xD7\xE7\x1F\xCC\xC01\x02\xCF\\\xFA\x1F\xDB7\xE9P\xDE\xD3"\xF6U\x0B\xEE\xC1\xF6\xA1\xC7\xF2f\xFE\xDC\x119\xED/\xF9&\r\xB1Y\x19\x98\xF9\x1C\x0E\xA7\xEEI\xBE\x13\xF3\r\x1E\xF9)\x97A\x1A&H\xC1\x00\xF4\x8B\b9\xAC*@\xFB\xDF$\xAD\xE4.\xEC\xA4\b\xC6\'\x92\xFC\x14\xE6\xC9\xDF\x18d\x07!8\xE5\x04\'\xCDT!\xC8\x01\x9B\xE8E\xC24\xFF\ta\xD3\xF4\x04(\xFB\xE6\xDC,\xA4\xD05\x03\\\xF2\xCD\x04\xF7;\xD4\x1C\xCAS\xE0\x10\xEE\x06\x9AT\f\xF6I\xB9\x0F\xFFx\x17\xF1\r`\xB6\x07J7\xD5\xAF\x00\xDFQ\r\xB2\x19\xA2\xF1\xB9\f\xDBW\xCD\x14\xF1!\xD9\xEC\xBF\xE55\xC7h\xAF7\x06\xC6O\xEF\xDF\xBA\xE9\xD7\x0E\xB4\xE2\t\xE2E\xEB"\x02\xC3d\x1A\xD9\xEA\x15\xC3\x1B\xD8B\xCD,\xE1\xBE:\xEA/\x1E\xA3\xFA$\xE91\xCF\x1C\xF9\xD6G0\x07\xFD+\x18<\x07\xFC\xE0\xA8B)\x13="\xDE\f\xD2\x16[\xFE#\x13\bK"\x16;+W\x96(\xFA\xB7\x151\xD2\xF6\xB83\xFF\xD19\xEF\x03#\xF4\xB1\xFBG\x04\xDA\xCE\xF0\x02\xBE\x0F\xF4D\x91\xF0\xBF\x13\xEC\xDFa\xD2\xE3\xAA\xF4\xB71x\x0B\xCB\x03\xB2\xF8\x9E\xFF\xED\x1E\xF6\x9B\xEB\xD7D\xA8\xF5\xC7\xFF\x9F\xEE\n\xEFk\x0E\xDA\xA8\xFCG\xE5\x0E M\xAA\bc\x89\xE66\x13\xD4\x1F\xA7\xF7\x16C\xE2+X\x16\xC7\x0Bt*:\x01\xC5\xF7@\x1EN\xEB$\xD5\x18\xE7\xF5\x1EX\xD7D\x11M\xB92\xE3=\xBE\xFB\x1D\xE4.q\xF9\xDC\xC3\x1A\xC2>\x06[\xF1&\xA0=\xCA\xF2)\xE1\x1E\xF9\xC5Y\x06\xECS\f4\xC3h\t\xD1\xB3\xDD\x04"\xFD\xE1\xA9\t%\x98\x11\xBD\xFB\x0E\xC6\x02\x87F\xBC.\xEF\b\xC4\xE6&\xCD\t\x01)\x10\xCC4\x0B\xB6\xD3\x12H \x01\xD3\xE8+\xCC\xDE\x18\x01\b\xDB\xFC\xBE\x12\xD50\x0E\xDD\x95(\xC9\xE4\xFF!\x99\xEC\xFC@\xE83\xD5\xB6\xEAW\xD0\x1A5\xE8\x04\xD9-Z\xEF8\x11\xFF\xD1\xE1\x1A1\xAB\xF5^\xD9\x1B\xB1g\xF0\xDAU\x03(\xE7\xAA\x007\xAA\xF5\x1F\f\xBFT\xEB\xB3/r\xE9O\x01\xB4D\xFD\xF1?\x19\xB2\xF3\xDB\x109&\x1B\xA2\xF7F\x19\x10\xF5J\xDC\xF1n\xCC>\xA5\xE0\x1D\xF8\xDCQ\x94\rm\xFB\x03\x15\xEEA\xC6\xF9\x06\xE8\x16\x90\xF3<\x19\xEF4\xDD\x11L\xFE\x993\xF9\xD4C\x0F\x19\x8E$\xEE\xCA\x17"\xBC\xD8\x02^,J\xBA\x03\xC9\xF2\r`\x01\xC5-\x05\xBD\xFC\xAE\f"\xF4\x16\x06\xB4\xCD(\xEB :\xB7\xCC\xDC6\x83\x0F\xE1O\xA6%A\xFD\xC9\xDE\xBB\x0E\xCD#`\xBB\xED;\xE2\x13"\xC6\xF5\xE3\xD0\x055\xF5\xE0i\b8\x10\xEA\xD1\xF9\x18\xE5\xD7L\xB1\xE0\xD0\xF0\x9B=#\x142\xE2\xB9\xFFH\xE93h\n\xC2\x02\xF3\xE6\'I\x1E\xBC\xFD-\xF27\xD4\xBE\x1EO\b#]\xFB\xC8\xE5\t\xD5\x1B\x02e\xA5\x06+\xFE?\xB0\rJ\xA3\xE7\xCF\xF7\x9E\xC5$\n\xA7\x7F.\x07\x15\'8\x1E\xE6\xD9\xCB\xEB\x03P\xD4*\xC4\x11\xD6\xFC\xA6\x17@\xD6\x13\xF8\n\xEB\xD5\x07"\xCA\x12\x02\r\xE4.\xF7\x9F@\xE4\x04\xF2-E\xB0\xC9\xF3\xEAJ\xDA\xC0^\x1C\xD7*\xFF\x13/\x1FX\x006\xDE>\xF6\xC4\xFE\xEC\xBC\xFAQ\tj\xF9C\xA1\x19\xF7_\x8D\xF1!E\xF5\xE3+\xB1a\x93\xC6V:\xE4y\xB4\xDD\xEC_\xAE\xD0\xED\xD9\x04\xB4?\xA0\x15\xF8&\xDD\x0E1\xB7\x17\x0B\xF0\xF9\xE9\xC5\xB8P\xEE\xAF\xE2\x15\xF0\xB7\x11\xE9\x1E\x80E\xDA\x10\xAB\xF4\x17\xB5\r\'\xC7\xE7\b9\xDF\x03\xBA\x0F\xCAP\xFC\x051\xF1\x18\x01\xA4\xF4\x1AG2\xF9\x18\x007\x11\x1C+\x1D\xDAk\xBF\x06O\x1E\xD2\x00<\xE5\x9E%9\x04\x1B\xDA\x0B\xFBF\xD4\x05N\xCD*W\xD3\x192\x02\xC6,\xD2\xE05\xF0\xDB \xFD\x14\xCFZ1\xEE"\xDC\xEA\x1C\xD2\xE0\xB6\x10,\xD0\xFC\n\x98\xC6\'V\xC0I\xCB\xF3\xFB\xCE\x0F\xE3\xED\xFC\x97_\xF6(\xCAU\x13\xD2u\xF4=\xCA$\xBD1\x1B\x94\xFA\f\xE1\xF2\ba\xE3\xEB"N\xFE\x05c\xA8?\xBC(\xAE\xE5\x18\x9D\x068\xBD\x0EG%\xF9N\xC3<\xE6\x1F\xD8\xF3\xE1\t\xA7\xFC\xE7Z\xEA4\x01\xAB,9\xC6\xE7\x11\xB0\x07\xDE\xFC\xAD\r\xE1\x8D+\x07\xE6\xF4f\xDC"\x01\xB0A\xCA\xA6\xF7<\x12\x93\xC0\x1C\xCE\xF6\x0BP\xED\xF8H\xFF\xD5e\xF6\xA8\x00\xC96\b\xD7\xED\x03&\xBBd\x135\xEA"\xDA\x0E\x8E\xB8V"I\xD5\t\x1A\xF0\xD9F\x1E6\xF2\xC10\x00\xEC\\\x12\xA9\xFF\xC7\xEC8\xBF/\x14\xFD\x1F\xBA\x06\xD6\xEED\xE7\x131\xE3\xD4\x11\xC8.\f\xC1\'\x12L\x1F\xE7\xF3\x9C\x14Z\xAC\x0EB\xFF\xCE\x04\xB3C\x19.\x01\n\x17\xC8\xF1\x13\xB9B\xFF-\xBE\x02\xEAN"\x15H\xCF\xF8\xD8 ?\x0E\x16L\xF5\xD7\xE8\'Q\xDE1k\f\xF8+\xB4Y\xFF\x9A\x1E\x04\xDC\xF1?\xE4\xCE\xEF\xDA\xB3n+\xE2\x1C\xF7\xDC\xF0\xA4*N\xF8\xC3\xF1\xD0?\xDD\xF6\x9D\xE7\xFA\xDF%\xA4j\xF8\xD3\x9B\n\xD9\xE6\xB7\x1C8\xC2Q\xE0\xB4\xD2\x06\xA2p\x0E\xEF\xD1\x01\x18\xAF\xCB$\xDD\x03\xC6\xF0&\x02\xFA\xBF\xCFI4\xC8\x18\xE4\xD6\x10i\x07\xE5\xB8A)q\x062R\xCE\f\xE4\x13\x1BV\xCB*\xFA\x05\xA3\f\xF2\x03(\xFB\xEA+\x1B\xE2:\xC3\x9AB\xF3\xE4\xFE;\xA3\x1AI\xD8\n\xBD\xE8\xF63[ \x8BT\xC4\n\xD3"\f/\xE8\x07!\xFB<\xED\x1E\x921$\x14\xBD\xFF\xD3\x1E\xAF\x17\x02\xED\xC59\xF31\xAF\xEF@`\xDD/\xE8\x18\x99c5\xC7\xFF\xB6\x05\xF8\x1D\n,\xBD\x11[\xEB\xF4\x0F,\xFA\xE0\x16\xCE\b\xD6\xEC\xE0\x0E\xF5\xEA\xA5M\xEE\xB4\x00\x89s\xBE\x0B\xB1\x02\xCB\xDD\xFB\xEF\xEC\x10\xE29\xC2\xDB\xF7I(\xB5\x04\xDB\r\x17\xC4\x1F\xD1\xFEL\xBE\xD6\x0B\xEF \xDBD\x120]\xD6\xECH\x1E\xD0\x07\xB87\xCD\xACT@\xFE\x12\xC5+D\xB9&\xFE\xDC:\x18]\xD7\x11\xF2\xDE,T\xF57\\\xAAG\x1D\xA5G\xF1\x0Bc\x91\x1C\xD4A\xFC\xE8m\x00\xE1\xF6\x10\xAD#9\xE4\x13\xAAS\xF5\xD0\xEA\xAD\xCA\xE0\x03\xA0\xF8\xDB%\xE3j\x01\x1C\xEE%\x967\xF2\x02\x16\xCEi2\x12\xC8\xE2\xF8\'7\xCDE\x14\xD3\xE3\x17\x06\x0E\xD6_\x05\xCB\xFB)\xE80\x07\xE2\x10\xA3$\xBF8\x97)U\xEE\x06\xC9\xF8\x01=\xC0\b&M\x16\xFE"\x0E7\xC4Q\xFE\x8F\x15\xE9\xC3\f\xD9\xBB\xE6Q\xAB\xF9\xE4\x1C\xAF\x05\xF3\x95\n\xBF\x1D\xE6\x05\xA1\xFD&\xB7\xE9\xC5+\xDA\xF6$\xB5\x12\xD0\xFE\xC0\\\xF1\xCE\x1BE\xD6\t\xE9\xBB?\xDB\x1A\\)\xDF\x19\xFD\x86\xE4\xF3=\xB5{\xEF\x17/\x0B>\xD6\xF71F\x04e\x1E\r\xDC;\b\xEF\xD6V,C\xFFP\xED\xB0\xF7 \xC7O\xF1B\x1B\x00\xBB6\x17V\xDE=\xAC\x15%\xF9P\x06\xED\xF8\x130\xCE\xFB\x0E\x9D\xF1\xB6\xD2\xECk3\f\xD9\xC1*\xFA\xD2\xAC\xE6\xF1\xBCN \xA4\xE0\xF4\xFB\xD11\xBF%\x9CG\xFC\xC2\xE5\x1F\xD1\xDD\x0F.W9\f\xDB0\x9D\xF7\xE0\x0B\xE5\x90\xED\x04N\xF4\xEA6\xB6\xDD/\xAE\xC7M\x1D\x02v%\xE7H\x05/\x11\xC9\x96\x1F\x04T\xE9\t\xDE!\x03\xC9*\xFC\x07\xCE\x13+\xAF\x19\xEE\xFF^\xCB\x10#\x0B\xB5\x15<\xA7\xFC\x17\xD4\xBC\xEB\x01\x12\xD0[5I\xFF,\xD4\xC3 \x0B\xD7\xC8\x03\x0F\xE6\x17\xFF\xDC\xA5\xE4\xB4\xD54\xC5\x1D\xF6@\xE2\xF9E\xD1\x1A\x88\x134Db\x1A\xDD\x11\xB3`?\xE9\xC7I\x06\xE2\x14\xF5\xEA\xDB6\xF8\xEC\x03b\xC9\xF2\b\xE2o\xF9\xB1!\x05\xBC\xCB\xF1q\x0F\xFA2\xA1\x19f>\x99!Y6\xF2\f:\xF6\x16\b\xFE\xA8\xD8\n\xB3(\x00\xF08\xF6\xC7\xFF\xB7\xF4\x9F:\xE7\xEF\xD7\x00#\f\x9E6\xD5\xB2*>\xA9o\xCD(\xE11\xB8@%\x86\x1A*;\xD9\xE8\x16$\xA9\x1B\xB8C\xE6\x01\xE0(\xFC\xD4\xF5\xCB\xB9(_\xC2"\xECL\xE0V!\xEEb\x15\xBF\xDE\x95e\'\xD8\xEB\x0E\xD0\x05S\x1D2\xBE\xF3\xDE|\xF8 O\x02\xC6\xFD\x17\x07\x9D\x11\xF6\x1E\xE8\xFEK\xCC\xEF\xC3\nQ\xF3\xFA\xE1\x06\xD9&\xCAK\xF3\xBD\xEB\x0BD\x02\x12\xE8\xD2\xFEA\x8F\xCD\x12\xBD\xFB5\xCC\xE9K!\x0E\xE5\x06\x18U.\xFA&\xC4\xF7\x97\b\x18.\xCD\x10\xBE\xE8\n\x1D\xDF\xF1L\xD8\xC1Q\f\xD9\x94\x05\xDE\x0FF\xFD\xA0-?\x15V\xEB\xF7\n\xB0\x13S\x1F\xAB0\xDB\xEF\xA0\t\x18\xDC\x04\xF1&;\xE5\x9E\x10\x04\xD62\xFB\xCE<\xAC\xC2\xE3G\xB0\x15\xE1EZ\xE6\xB4\xFE\xEFD\xD9\x8EZ3\xBA#@\x01\xEF\xCF-Z\x144\xF6\xAE\x1D\xE2\xCF\xBA\xD0/\x9B<\x1C\xD28\x04\xC7\xE2t\x15$J3\xF9\xB8-i\n\xD3\x01\x1B+\xF4\xAE\b\xBAN\xF2\xFE"\n\xEF\xD9\x00\r\xCA\xFD\xD4:%\x05\x19/\xFA\xEC\xD1\r\xF8\xE7\x197\xB2\xF9\x1C\xEC\xBA\xD5(]\x04>\x03\xF3\f\xC5\xFFg\xEF\xDB,\x0F\xF6\xFE\xB5\xC4\xF4\xE2S\x1C\xC7\xE7\xA9\xF7X\xDC\xC3>\\\x1D\xEA(\x12\xDE4\x9A\x1C^8,\xEB\x1F\x12\xA1R\xDF\xAD\xC9\x12B\x03\xAE-\xCB\xA1h\x07\xE3\xC6@\x02\xE6\x16\xC5\xEE\x0Fc$\xE6\x12\xDE)\xA8\xFC\xE8\x935\x1B\xD7=\x03\xCE\xAD\x10\xFFD\x1F\x15\xB6G\xED\xFE\xE0\xCA\xF8\xA2\xD4w\xC8\x03\xF6\xCF\xBB\xA5\xF3@\xC1\xF6\xEA\x0Bh\xF4\'\xE1\x1Ca\xDD\x13\xFD"\xDA\x0F*\xA7q\t6\xFA\xDB\xB3\xD8\xA56P\xB6\x07\x18\xC3XF\xCF\t\xE9Y\f \xEE\xD58\xDE\xF03\xCE\t%\x98\x18\r/A\x05\x17\xEC=\xE5\x11%\xDFn\x07\xD90!\xCF\xBA=\xFF\x8C\xC2\xF2\x07:\xEA\xC0\xF2Q\xFD\x1F\xCF\xF4\x9AL\x1B0\xFD\x1A\xCB\xF9\xEAA\xF4#\x11\x02\xF0\xAE\'\xFB\x9C.e\xF7\b\x8B\xC1\x04\xE4\x12\xF96\xD5d\xF1\xE3\xBF\xFA\xB4)K\b\xF9\x19\x01\xB1\x0FI\xFB\x03\x1B\xD8\xE7U\x10\xD6J\xB5&C\x15\xD4\xB8\xEE\xDF\x12$\xBE\xE5\x01H\xEE\x05 \xD60\xCD\xE3\xB9\xD8\x1F;\xC2\x14\xDA\xE5\xBB\x17(M\xFCz.\xAFT\xE9\xBD\x01\xAB$\x0BY\x1E\xD8\xA9\xC4S\xD2\xE9*\xCA\xE4\x9C8\xED\x0E3\xF8!0\xE4\xFA\xCF\x03\x972\nH:\xFFW\xD4\xF1C\xB1\x10\xC0r\x92\x00N\n+j\xF9\xE1L\xF35\x00E\xCA\xE1\x11\xD3!\xF2\xDA\xC8\x06 \x13L\xC91\xF3\xE0\x0F\x00\xEE2\x92B\x1C\xF1Z\x14\xC4P\xAA\x06\xB8\xCC\x01\xA3\f\x1D\xDFe\xF8\xE6\x19\xC7\xB3\x07,\r\xCA\xDD);\xE4\r\x16\xAF\xF7\xED\xA0\x15\x00\xCC\x10\xA9\x1D\x06\xF4\xB2:\xEB\xA6\x1A\r9\xF5C\xDE\xED\xD6\xFF\x8CB\xCC7"\xF5\x0B\xDC\xFD\xBA%\xF5\xDF\x1F\xD1C\xF0\x17y\xEBP6\xF0\xC9)\x04\xA6.\xDB\xE9\xF8\xA4\x1F[\xF6\xCF\xFC\xF05\xDE\x1D>\xD32\xB6\x07d\xED\xD3&\xE8`\x0B\x01\xC5K\xE7\x00\x9F(\xB6\xFA8\x1C\x07\xEA\x16j\xE3\xBB\x14a\x05=\xD5\n\x00-\xFB\xE3%\xDA*\xC6\xB0\x16\xFE\xBB\x0F\xD5[\xF5!\x10k;\xE3\b\xA3\x1B%\xB9_\xC9\x04\xC1\rU\xEA)\xDB>\xBFQ\x9D\x19\xD7%\xF7-\xBBb\xD1\x18\no\x10\x96T\xC0\xF8\xAD\x03\xD6.\xC8\xAB\xE62\xA2m\xB6\x12X\x99\xFD\x10\xF5\b\xD8B#\xE37\xEC\xFEK\xCF\xBD\x17\xFD\xEB\xC6R\x03\xD8\xEA*G\xFB\xE3#\xF5\x91\x1B\xFC\x0B\xF70\xFE\xB7F\xE1\x05\x14\xDB\xF14\xE3\xC3\xE8\xD2#\xDC*\rI\x1D\xEF\xF9!\x10\xED\x19\xCC\xF3\xE9\x0B\xC1<\xE1H1\xE7\x9CU\x18\xB2\xC4\x14\x8A\x05\xF0\xD8/7\x14\xE2B\x0B\x88\x12\xF2\xA8\x19\xD7\x02\xC75\xE4\x15\xCD\xDF\x10\xED4\xCC\x97R#\xFD\xAA\x04+\xF7J\xF05\xFD\xD0\xE7\x9E@\xE0U\xBEC\x03\xDB9\x1E/\xD4\x03\x1A\xB8\xD0\xFC\x06\xEE\xF8\t@\'\xDF3E\xAB\x0B\xD6\xFD\xAE.\xF7 V\xCF\b6\xB8F\x0E^\xEF\xADK \xC3]\b\x1D\xF3\x0E\xE9;\xCAY\x1D\xB8\x01\x0B\x17\xB5_\xF5\x12\x064\xFE\xD3\xF6\'M\xC5\xAB\xF8O\xEF\xA7g \x13-\xCB\xDCp\xD2\xF2\r\xE6\x1E\xF6\xC4J"\xF0\xD2\xC1\xDF\x00\xE7&s\xED\xFA,\xD2\xBA\x019\x05\xF2\xD9\xAC\xFBB\xD5\xB6\x0B\xF5\xDA\x13A\xDF\xA5\xC8\xEC;!\xC2\xCE\xB0\x17\f\x90\xE4\x11\xFE\x07\xDD\x15&\xE5\t\xF2\xC0M\xAB\x1B$\xFD\x95R\xC9\x00b\'\xBB\x0F\x06l\x155\xB1A\xC0\xDC\x14\x95\xE1\b\x1A&\xE8\x9B)=\x13\xE5.\xC4\x18)G\x9B\xEC\xCE7\'R\b\xD9\x00)Z\xDD\xEB,g\xB9 \xEEa?\xBA\xCA6\xFA\xD7=\xE2\x015\xBC\xE8\x07-\xB8\x16\xDB\xEB\xF9\xE5\x9E<\xEA\xFA\x1D\x0F\xF5\x04\xCA <\xF4R\xDA\xF9o\xD1\xFF\xBDV\x03\xEFl\xE0\x00\b$\xFA\x0F\xE6\xF4\x1B\x85\xE3\x0E\xF2\x1CK\x02\xF3\xCC4\xD5\x9E\xE8\r\xFFY\x8F\x12$\xEB\x0B\xF4\x11>\xD7\x1B\xFA<\xA0\x110W\xC8$\xD9\t\xCE\xA1O2\xFD]\xEA\xC2\xA7\x13\xC8\x0B\x1A\xEB#\xDD\xA0\x1F\xF9\xB0\xD12\xBFd\xAC\x04\xD3/m\xBAB\xFA\xA4\xC1\xD7<\t\xFB\x19+\xF5\x1F\xD2-\xE0\x04\xB5c\xD3\xA2O\xC5\xF0_\xE4\xD0\x04L\xDC\x18\xF3\x02\xB7K)\xF0\xE1\x19\xB2\xD6\f*\xFEG\xE43\xB3\xF6F\n\xCD9\x10\xE7P\x16\xF2\xDD\x1EF\xC1\xFC\x14\xED\xD23\x07%\xE7\x14\xADI\xE1\xC2\x06M\xB0\xEE\x17D\xC8\xF9.\x18\xDF\x00%\xAD\f0\xF4\xC1'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB1M\xF42\xA9I\xF1\x0Fa\xDC.\f\xFF:\xB5\xF1\x1D\xD8K\xEB-\xFD\xDD\x0F=\xC5\x01\xEC\f7\xF6\xCCD\x11\xB9\x1F6\xE4\x02\xD5\x10V\xE8\xFC5\x1E\xED\xB3\x06(\xE8W\x02\x10\xCC7\xFE\xBD[\xE1,\xD2\x10\xEF\r\xD7\x1A\x03\xCC\xE4\x1E\xB6\xFD\xC4\xEE\xA1\xD1$\xE3c\xFE\x0F\xBC\x04\xA3\xCB_\xB1\xF3\'\xA1G\xD8\xAD\x1A\xE7)\xFB\xDD\xF3\xA6\x15N\xF7\xB2+\xC8\x9F\x0B\xD4R;\x15\xDC\xC2\x1B\xA9\xF2\'\xDD\x15\xEC\x0B\x1A\xF7\xA1`!(\xC2\xE9h\x13)\x07\xD6?$R\x1B\xF6C\x13\xC9\x8F5\xD0%\x15E\x1F\xE7\x06\x1B\xE2\x16.\xC1\x00]\x95\x07:g\n\xCD\xBF>\xEE\x05\x17l\xF6\xE1\x01\xCA\xF3\xFDD\xD5\xFA>\xE6\x86M3\xAC\xC9F\xFF\xBC\xDF\xF9;\x9E\xFC\xDD\xF36\x80\xE9\x05\x11\xE0\xBF\x03\xEB+\t\xF4W\xE1\xEF\n\xF8,\xD4l\xCD\xFAU\b\xDF!\xF0\xD3\xC2\xEB\'\xFE.\x1B\xE1$\xD8:\xBC\x12\xAA+d\x9B/\x0E\xB9r\x1F\b\xF4\xD5\x04$\xE60\b@\xE0\b C\xBA\xC6]\x18\xF8\xCD\xB10\\\xD6\xADL\xDB\x1F\xFB?\xB4\xD9\xC3\x98\xFE5\xB7\xE9\x11\xF3<\xB4\x0EK\x02\x1C\xD9\xE6\x99b\xD0\xA9\x00\xF0/L\x1D\xEA\n\xE4!\xED\x06\xD9\xC7-\xB7\xFBT\x12\xF1\xD8\x17\xF5U\xCF\xEC\x0F+\x00\x0B\xE2L9\xFE\xF1\n!\xFA\x15\xC0\xE8\xA5\x19\x027[\x13I\xF1\x04#\x9D\xD5\xC6-\xE5\x173\xABV\x10\xF1\x07\xF8E\r\xE6\xC6\x05\xFA\xD4\xBE\x13\xCDU4\xFF\xE9\x0F\x1C\xE07\xC0\x94n\xCD\xAE\xB4\x17\xF6\xAAO\xD1\xEF\x93%\xC1\x1D\xE6\x9E6@\xEF\x07j.\xC7\x0F\xE5\x1D\xEB\xDC\f\xC8@P\x1C\xFFs\xFA\xCD\xF4\xBB\xFB@\xC34\x14\xB8X\x1B\x8E\xDC%?P\x01\xDE\xAD\xF3\x17\x8D?b\xCC\xEB!\xF9\x0E:%-\x018\xDA\xE6\x1B2\x13\xDB\b\xD3s\x12\xDE\xB8\xCD\'\xFF\xD6\xF4P\xCF\xF9\xBC&\xAB/\xE3\xF7\n\xEB$\xA3\xDEE\x0B"\xD2\x1A\xDD\xEA*\xCB\xFC;\x0F\xEE\xB1\xF4\x1A9(\xC1I\xD2\xF8\x03\xA9\x0BD\x00\xDF\xE9\x04\xE4\xC7\\$\x05\xFA\xB2c\xF4?\xFB)\xC8\x02\xF6\x1C\xE2E\xB3\t#\x9F1\x07C\xFC\xD2\x14\xBD\xDA\xAF>\x05\x12(\xED\xE2\x01\xB0Q\x03\xD6\xF3"\xE3t\xCD0\b\x9E\xE7\xFA\x06\x1E\xE42\xF0\x16\xD9*\xB8\x1BV\xC5\x11\xF2\x9C\f\xBEG\xCB\x01\xE9\xBA\xA6\x18\xEDM\fZ\x98\x104\xDC\xEE\x00x\xE1\x11\xF3\x1Ee\x016\x16\xF2\xD5P\xC3\x92i/\xF7%\x9E?\n\xAE\x02\x16\xBC\xFE\xD8W\x10\xCCk\xDA\r\xB7%\xC3]\xF3\xD2\xA2/\xF6J\xFD\x1D\xD4\xED:\x10+ U\x0E3\xE3\xAE-\xD4\xFB\xE9\x1A\xC0>\x14\xB2\xD5\xC4J\x8B\xE7*\xCBX\xBA\x1D\xE7\xFE6\x14\b\xC9\xEF\x10a\xC24\xDAL&\xEA\x1EB\xB4\xEF$\xA6\xFDS\b\xE17\xFDJ\t\x14\xDA\xBB\xDD1k\xE3\xF6\x9F\xD6\xE0\xC5\x06\xF8\xD9C\xC1#\xF2\xCA\x04M\xF6\xE6*\x1B\xEC5\x06\x89\xEF\f\xE2\xF8-\x0E\xCF\xF4\xD8\xB8M\xDF\xFD\x1C\xE5\xF9\xF0\xA0\f\xF6\xC3\xE0,\x02:\x16\xE9A\xD0\x9A\x1C\x11\xE5\xEF\xBD9:\x07\xAC\x12\'\x04\x19N\xFF\xF2;\xCE\x1E\xFF\x07\x129d\'\xA9\f\xCCT\x03\xF8\x0E\xDDR\xFB!B\xA0\x07_\xAE\x1EC\xE9\x199\xD0\xB3+\x13D\xD21c\x05\x17\xF9\xD6\xBD\xF4\xC6*\xF8\xEC\x03\xB0\xCA&f\xFE\xE8#\xCF\xF0\xC6\xB81\xE7\xAE(\x15\x97k\xF0\xE6\xA4\xDA\xB7\xE3\xFE\xD78\x96#\xBA\xCA\'\x19\xD2\xC0\x02\xD9\xED:\xDF\x01&\xF8\xA4\r\x04\xECO\xC8\x00 \xE6\xAE\xCE7\x97^\tN\xDE\x11 o.>\xDD\x06\x1E\x91\x17\xF7\x01V<\xFA\f\xD0b\t\xEBF\xB9,\x19Q\xF9\x1F\x0F/\x18\xF0\xFC\xDAAd\xF2\xB18\x12M(\xCA\x15\xBFJ\n\xC5,m\xDA#\x97\t\xDE\xBB\x11\xFCH\xEC\x12\xE4\x1C1\xA4\x05\xB4\xD7\xC1\xFAM\xF4\xD4\xEA\xC0G\x93\xE1\x1C\xD9D\xF4\x1F\xBF\xDE\xFC\f\xC8\xD3?\x02\xED\xD0J\xC2`\xE9\n\x14\xE4\xFF\x07\xEA\xE0\xF5\xB4\x1C\xFC\xF1\x99\xE4\xD5\xFE\xF2\xBF6\xF5]\x1A@\xF3*\xDB"\xC7\xFF\xEF\xD0\xFBD\xE6\xF1\x0E\x18\xA7+\x13X\xD83\x0F+\xB2\xEB\x15\x9D7\x03\xD44$\xF6\xE1\t\xC05\x92\xF6\x06\xB0 1\xA8\xD3<+\x8CW\x0B3\xE6\x7F\x0E0U\x15@\x1D\xE7\x12\xFD\xD5\xEA4\xA2\x03\rS\xB0(?\xB8\x16%[\x014\xD1\xE4\n\xB7\x01\x06\xEE\xFD\xD3u\b\xFF\xCA\xE4Y\x18\xF1\xA2]\x14\xAF$p\xE7\x15*\xE0\xCB\xF6H\xC0\x1B\xF9\xC6"\xD0\x00\xA5\xD7\x1F\xCC\x03\xED\xA7\xB6X\xCC.\xB0\x05\xC6v\xD3\xBC\xF7\b\xDFj\xF6\xDB\x0B\xCB\x8B\x1EU\xEDF\xC81\\\xAA\x18\xE6\xBF!L.\xF7\x0E\xB1I\x05\xE6/\xFD\xF0\xDC\fF\xD5\xFFX\x11\x03\xEF\fi\xDC\x13\xEDI\x077\xF7\xB9$\xDC9\n\x01\xE0I\r%\x17\xE4\xF0\x1D<\xE9\x9F\x104\xC2\xED;\xE1\xF9\xBD\xFF"\xF7\xDF$\xC8<(\xF9\xF0\xA8\xDB\xBD(\xED\xCD\x1F\xBE\xD6Q\x19\xC7\xFB\xB9\x1D:\xEC\x9C(\xD7\xB3\xE81\xFD\xB7\'\xC4\xDF\xEBF\xFC\x10\xC7(\xF8\x19\x9F\xF1\xDC\xF9/L\x13\xCA-\x03\xD4 \x00P\x96\x13.\b\xD9<\xA0\x15\xE3\xF5\x0BR\xCE\x128\t\x1DB\x01\xDD7\xF8\x10\x9DC\x043\xA6\xF2\t\xC4\xDEM!A\x05\xA7\x1A=\xF3[\x12\x19\xACe\xE5\xF3O\xD1\xEA;\xC3[\xB6\x01\x90\xDA\xFCV\x1A\xF2\xAE\xE3\'\x06\xF3\xCDt\xB0\x0F\xEBN\x04\xBA\xDB\x9B\x00\xE0d\xEA\xD2\xFA\x88\x14h\b\xEB(\xD2\xE2"_\xCF\x18,\xFE\xF7\x15\xCB\xF1R\xD3\xE3\f\x9B\x01,\xD2\x071\x86\x15\xBA,\x1F\x04\x10C\xD0\x0B(\xB2\xE4\xC1D_\xFC\x17\xD5E!\xE7\x193\xD0\xFDf\x14G\x1D0\xB6\x04\xC4\x17T\xE3,\xB7\xC9<\xF5\xB3\f\xED\xF9J\xE6\xAEz\xBC\xE57\xFF\x10\xBE\xF9$\xCC\xDB@\xF5\xC2\x1D\xDA\xFF\to\xD7\xFC\xE65\xED \xF49\x11\xEC\x0B\xCE/\xBA\xEB\xA8\xFB\xC3\x03\xF2\xBC%\xD2,\xFA\xE8\xF2A%\xF54\x95\x07\xF3"\xD9\xFF\x16O/\xC0\x14\xD8\x06>\x0F\xD3\n\x97\x1E\xDE+d\x06\xEFO\xB3\x0F\xEAU?\xF0\xE1\xAD\xF6\xCA\xA5\x19\xBF\xE0e\x05\xD6$\xA0\xF5\xDD<\x0ER)\xDBZA\xE2\x0B\xED\xA6\xC6\x0F\xD4\n\xA9\xDA\xFEF\xD0\xE9\x0EW\xA3\xE7\x1E\xDC\xFD\x8E&\xC7\xF4\x1C3\xEDY\xC5@\xEB\xA56\x1B\xE4\xFD)\x04\x94\xCD%5D\x13V+\x06Q\xFF\x8F\xC8B\xFB5\x14\x02\x1F\xC9\xF1\b\x14\x9B\x1D\xF7\xAE@\x00#Q\xBE\x19^\xEE\x12 \xBF1\xFAB\xC1\x04\xCDm\bG6\xEA\x02\xA5\xDC\xFC\'\xF4\x16\x02\xD8\xBB\x13\xC6 8\xDF\x17\xFB\x0E\xC3\x02\xEC"\xDD\xF2\xD1\x15-\xE9\x1B\xB4q\xC0\xE6H\xF9\xB4\xE28\xFF\xD6-K\x17\x07\xDA4\xE5\xFB,\xCA\xE2\tv\xAC\x17\xE0(5\xEE\xAF\xF4\x19\xB9\xDFb+F\xBA\x06\xD1\xB0\rH\xF3\xFB_\xA7\xD5\xEFj\xB5\xE7\x1C\xD5\x9B\xBD\f;\xAE\xF8K\r\xDF\xF2\x07\xD8,\x98\x18_.\xCD\xBB\xEF\x12\xC8\xE1\xB5o\xF5\x95\x03H\xB39\xF7\xD7\x02\xF0\xD3\n\xF8\x12>\xE4\xD2\x0E \xF9\xCB\x13\xE8\x192m\xE6#/\xCF\n>\xF7\xC0\bG+\xF7`1\xFDH\xE5!\xD9\xBA\'\x00\xCF T\xEF\f\xD2\x03\xEA\x1F\x0Be\xE6\x05*\xC9\xEE\x1E\x14\xDE\r\xEC\x1B\xA0)M\x1F\xB6_\x85"\xC7*\x03M\xEE\xAD\n\xD7W\x9F\xF9\xDD\xC3\xFF\x8F\xEC\xE1\x17\x012!\xDA\xA7\x04\xE1\t\xEE\x1A\xC4\x053\xED\\\xA4C\x11\xAF\xFE\xDFA\xF5\xA9L\xFB<\xA1&\xFA\x10E\xD1;\xC4\'\xD3X\xFF\xE7\xC3\x0E@\xEA\x00\xD8W\xFB\xA02\xC3\xFF9\xF3"\x02>\xF0\x1BR\x11B(\xB4S\xE8\xCE\x12\xF2\xC8:\x14\xCE\xA8y\xFB\x11\xCC\t\xF70\xE7\xC8;)\xC2"\x14\xD7\xC5\x19\xDD\xF5U\xA3\t\xFF\xAF`\xF9\x06\xBC\x12\xDC0\xF5\xCD\x16\xE2\b\xB8\xEB\x14\xDB\\\x18(\xE1\xBC\xC9\x0B)\xD3\xB8\x04\xDB\xC5\xF2\r\x9C\xFD/Y\x1E\xB4P\xDB&\xF4?\x99\xE2\x17\xBF\xDB\x1A\xF3\x05\x10\xB5m\xE4\x07\xF02\xB6I\xE4\xD6&\xE90\xF1\xE2!5\xF2I\x07\x94\xFC8)J\x1B;\xF4\f\xE7\xD0\x97B\x10O\xE7\xA9\xFB:\xF5\x1Fl\xD4\x1BJ\xDF\xBA\b\xE9\xFF\xF83\r\xE7\xD2\x1EN6\x02i&\x9DQ\xEB\xD9\xFC6\x8E\'\x0E\x01\xCD\x187\xF7\xC1\x1A\x0F\x8CC\xCA\xAD\x19\xD2i\x1F\xC0\xA9\xF0\xD3\xC9#\xAFE\xF9\x07\xEC\xFD\xD83\x16Z\xE4\x0B\xA22\xFA\x058\xEE\x18@\xD7\x92"\xC2\x04\xB6-\xFF\xF1\xAD\xEB\xD4\xFB\x0B\xCF0\x1C\x02B\xD1\xF7b\xE9\x1F\x01\xB3c\xDD\x04L\xD8\x00\xEA\xFA&\xE3\xEE\f\xDE\xF9\x10\x05y\xFD.\xBF\x1Cc0\xB2 \xF3\x05\xC3#\xCE\xEC\x13\xE5\xAF\xC9(\xF8\xCFe\x10\xE3I\xEE`\x15\xDC\xC5#\x0F<\xB6E\xE1\xF8\xA6\xC9\xED\x19\xBE\xDF\xA7=\xCB\xED\r=\xCE\xB8*\x17\x0BZ8\xBA\x01D+W\xE86\x9A\xE3\xD6\x02\xF1\xDD\xC7\x13\xD0u\x9A\xDE-I\x01\xBF\\"\xDC\x0E\xA5\x02*\xF3<\xCC\x1B\xA1\nC\xF9Z\x06\xE4\x16\xC4!]\x12J\x0B,S\x13\xFA\tH$\x9D\xFC \xF0s\xE0\xC2\xD4\x05\x96\x14\xCA\xD7\xB3\x16\xC4!\x0BN\x16)\xA2\n\xF7;\x00\xEA\x0F\xF2\xB1\x18?\xF6\t;U\xC2\xE7\x16\xB9\n\xFD\xD6\xF6\xE2\xBB*\xCF\x91\xF4,\x00\xEF\x05\xBB\xE7\xDB\xAC\x04\xD54\xC6\x06\xE1\x153\xE5\t\xF9\xA41\xF2\x1DQ\xF6"\xFE>\x03\xDB\xF7\xEE=\xB8\xE88S\xE3\'\xBCB\x1CV\xFC\xD7\xE1\x8A\xD1\xFE\xF0\x1DK5\xDE\xAA.#Q4\x01\xEA\x1D\xDA7f\xAB\xD65&\xF5:\xFE\x1D\xE5&\xF2\xB5\xF5\xD5R\xAE\xC9A#\x11J\xE7\xDB4\xEA\xA4\xF2\x1C0a\xAA\xCB\x11\xFA\xD1\x03\x18\xAB\xDB\t\xD3\xC65\r)\x1B\xEA0\xB5\x06\xD7\xFB\xEFn\x04\xE9\xC7\r\x19\xAFT\x11\xFC\xCA\r\xDF\x17\x9A\xD0q\xC4\xEFK\x88Ae+\xC2\x10\x02\x1A\xDA\xEC\xFE\xB1\xCC\x0E\xC0n\x0BF\xBB\xCF\x06(\xE1\x01Z \xBE\xF3L\xED/\xF7\xA4\xE6\x05E\xC1|\x13\xE0%\x95\xCA\x14\x1E\xBEA\x9A\xF2\xD4>\x04\xEE\xB9\x1F\xE8P@\xFA\x10"\n\xB5\x15\xCF\x0E\xFF\x1D\xE9E\xF1_5\xBE\x07-\xF8\x1A\x02)\xD3\xE3\x12\xE9\xFC\x19E\xF0\x90\xDA5\r\xCB!\x13\x00a$\xEF\xB0\xF8\x03\xCC?\xF6\\\f=\xD3\xF7\x10\xDEa\xFA&\xC5\xE1G)\x06\xF3\xC1\x02\xEB\xE13\xF8[\xDE\xFE\xCF\xA2\x0B\xDC\xFB\x97\xD1\x16\xE3d\x9E@\xDF\xAE\xFB!Z\x8A;\xD7\xC1\t.\x16\xE6\xFDf\x91:\xE0\xB9\x16\xCEQ\xDC \xA7\r\xE7.\x00\xB2\xE4\'\x01\x180\xE6\xA7\x0B4\xF7\x9E\xD2\x1A\xB4-S\xA7\xD7\x02+\xEC#\xEF=0\xBA )\f\xF49\xD7 \xEC\tN\xEF\xC72\xF4\r\xB2$r\xC9\xF6A\xB6\xD6\x06\xE8\xC4D\b.\xFE\x118\xF1O\xBE\xD9!\xEDH\xA5V\xCC\xB7\xFE\x13M\xD9\x16\xFF1i\xDB\x13\xCCE\x1B\xBF<\x96\xC9\x16\x04\xE2Y\xCA\xE7\x00S\xB6\xFC\x11\xCE\xBD8\x15\x06\xDC\x01M\xE2\xF9\xEA\x05\xAB&\x0B\x1A\xF9*\xF3\x1E\xD8\xEB\x9A\xE3*\xD3\xFC\x19\x06\xC7\xF53\xDB\x07\xEC<"\xD0\xF1\xB8\\\xC8\xE4\n\xF0%\xFD\b\xF4\xE5\x10\x06MO\xB0\xF8\x12\x07C\xA9\x1B\xC7%\xF1W+\xF6\x95\x1D\xB8*\xCD\x189\x12\xD4Q\xDF\xEEX\xCFG\x0F\xAB\xFA;V\xC3\t\xB1\xEBA\x9Fh\x15\xFD\x0F\xC1\x1B\xF5w\xDF,\b\xEA"\xAC:\xF9\x90\xE86\xB2k\xD4\xF0\x1D\xD9\xC5$\xF1\xD52\xEE\xDCI\x05\xA5\xDA\x00\xE5\xD4C\xEAb\xF1\xA3\xFF\xBD\x1F6\x00\xC21\xA3\xDD\x02p\xCB\x15\x04\xF6\x1Ca\x123\xE0%\xCE\xB4P+\xD7\x87\r\x02\x84\x1CB\xF4\x0FK\xC3\xD6X\x1F\xC7\x16*\xFD\xDF*\x00`\x9C\x1D\xBE\xFA\x0F\xE40=\r\x17g%\xFC\x0F\xC3\b&G\xDC\xF3\x9A\x18\xE5\x11 \xBD\xEE$\xE2\xB83&\xDB\xCC\x01\xBC\xF8\n\xE8;\xF2\xE4\xFBD\xC6\xE89\xBD\xFD\xD0\xDE\x04\x18.\r\xDE\x03\xF8\xA0B\xB9\r\xEA6\xE0=\x01r\x18\xCE\xF6\xC1\xEA\xB3\xC9\x04\xAA1\xE0\x1B\xD1\xE7^\r\xCCL\xF6\x05>\xFC5\nL\xD5\xF0\xA7\xE7G*\xF0\xD5S\x02\x18\x94\x1F\t1\x15O\xF7\xDA\x13T&\xB6\xE9\xFF\xAA=\xEDS\xD12\t\xAB\xF9\x15\xCB\x0B\xE8\xB3,\x8F[\xFE\x1EH7\xEF\xD9N\xF5<\xFB\xB3\x06/\xFD%\xD8\xACc\xD1\xE8\x98\x19\xFF\x0EZ\b\xFA\x8D\x0F\x1F\xAB/\xDD\xC9f\xD1\xB5\xEE%\xCE\x06-\x93\xEF8o\xCE\xF6$\xBB\x10\xE4!\xEC\xD5E\xBA!\xF5G\xD4\x04\xF1$\b\xD3\xE0\xF8\x14"\xBB\f\x98,\x15\xEE\xC4B\xEB\xB9\x0B\xF2\x14\xC4-\xF4A\xC8 \xBE\x18;{\xE5\xC2F\x11\xFE(\xF5\x05\xDD\xA8\x1De\xE7\xC7\n\xFA\x1C\xE2\tJ\xD9\x19\x00\xC5H\x1Bg\x06\xDA\xA5\'\x13\xE3N\xDB\xAD\x10,\x9E\x07X\xD0\xEB\x03x\xD7!\xA8\xE0\x19U+\xE2\x1EO\x05\xDD\xAF\xE98\xE1\xD8\xEE\xCA\xFC\x07\xF3\xEB\xBBJ\xE65Y\x00\x0E\xB9\xF3G\x14\xD8\xA4+\xC43\x99g\xF5\xAC\x0E\x00\xE5\xF10Z\xFD\xC7:\x1A\xBF3\xECn\xC5\xE5\xFE\x1A@\xC6\xE2\xF4P\x0E9\x03\xCD\xFA7\xA5\xD6\xF9"g\x13\xFD)\x05\xB22\x14%\xD7=\f\x1C\xA2\x14\xC3?\xF9\xE14\xFF"\xBE?\x03\x12\xF2\xE8\x07:-\xDD7\x8C\xC3\x18\x0E\xEC\xB6\xF5\n\xFCB\x02\xF3%9\xAF\xDC/\x12\'\xB5\x00\xD2\xF7\x92\x13\xED\xC0\x01=\x10\xB8\xEF\xCF\x9D\xF6D\fP\xDF\x9E^\xB0\xCE\xFA\xD8\t\xF0\xD4)\x18\xAD\xCFU\xE5\xEE^\xFC\xD3 \xC0\xFB\xCE\xF0\xCD#\xF8;\xD1\xDFR/\x9C\xE7\xCC\x15\xB5\xD5\rK\xF0\xF8\xA4\tF\x1E\xE53j\xDC&\b^\xE8\xCA.\b4K\x1E\xC4\xF3\xD1\x1A\xF75\x03!0\xE3O#\x99\xEAE\xDA\x05\xF7\r\'\xCC\xAB\x17C\xE2\'X\x18\x11N\xE9\b\xAA\x03 \x12\xD7a\x1D\xDER\xFA\x1F\x03\xC1d\xD6\xFC\xCB\xED\xBE\x07\x1A\xC7A\xB2\xF4\x18\xDET\x00\xE4\xD6\x0F\xE8\xA8(\x00\xC0\xE5\x12\xEFj\xBD\xFE8\xC9\x02w\x11/\x9C\x1A\xB89\xDDQ\n\xB5\x10\xA1\x02\xDF\xFE\xBAm&C\xCA\x00\xEE\'\xA8\x062\xE9\x8D\xE2\x17#\xE8<\x14W*\xAD\xF2\xFE\xE4\x1F\x0E\x93\'\xF8\xAA\x1A\xBBk\x030Y\xEC\x0BK\xDA\xC8\x07\xAA\x17\xF4\f\x1F\xBC\xF1\xC6A\xE2\b\xF4\x00\xEB.\xF7\xD8\xE8<\xAC/\x1B\xD9\xF2\xE5\xF9\xBE>\f\xF5D\xC6\x11,\xCFB\xB3\r2\x9B\xDE\xF9\x10Q\xD61I\xD1\xED7\xC5\r\xF0$\xFB\xE0\x13\xD8\xB1 :\x8B\xF6*@\xE8\xD2T\xDF\xFB\xE7#\xFD\xD1b2"\x92\xC9\x04I \xC4Z\xEE\xC8\x0E\x99\x17[\xB01\xE3\xD2\xBA\xFE\xF1\\\x07\xF5\xFF\xC5\xF1\x05\xD3#=\xE9\xA1\x03\xBC\xFBt\x05\xDAN?\xCE\x989\xC6F\xF9\xCF\x16\xFFV\x1C\xDE\x0F\xB6.\xA3\x166\xB1L\x13\xE9\xBF\xD6\x0Fq\x16\xF11\xFA\f\x01F\xF7)6\t\xDD\x1B\x02\x14j#\xDB\xAC6\xD8S)\xE3\x19g\xC0\n\xCB\x17)\f\xE1\x16\xAF\x1F\xE5\x03-\xF5\t\x1B\xEF\x05.\xE2\xBC\xEB\xCE\x03\xFA$>\x07\xD6^\x0B\xDB\x03\xA6\x1D\xFB>\xE3\xB7\xD2\xA8\r\xD0\xE29\xBF\xD4\xEA\xFD\xCDO\xEC\x917\xE6\x19\x0E\xBF\xE9\x1C\xA6F\xF6\xB0\x00\xE05\xEF]\xF5\xC9=-\xFC\xBD\x12\xD8_\xB6\xE6%\xA2p\xF4\n#F\x96h\xC6\xEB\x00\xF4\xCC(\xED\xF7-H\b\xEE(\xFER\x19\xDE%\xA1\x1C\x06K\x12\xA6#\xC1,\xFA\n\xC8\xF6H&\xFA\x11\xCE\x077\xEC\x1DN\xF8\xB5\xDA$\x9D\xEA\xD4\xF3T\xA3\xED\x17\xFFJ\xC1\x0E\xDC>\xAD0\x11\xD9\xF2\x1B\xE0G\xBD\x1C\x89>\xC4\x17\xCF\xAF\xDC\xC54\x06\xEAD\xEBf\xFB\xB2\xF1\xE0p\x04\xF2A\xD6\xB5T\x04\xD1\x9C\x01q\xDD\xBD\x0F\xD7,\x87\x13\x05\x1CK\x00\x10E\x1A\x07*\xCB=\xDE2\xD3\xFC\x1A\xCA\x01\xE6\xC1\xFC8\xB1\x14\t2\xE5\x0F\xFEl\xE1\xF2Y\x1E\x11\x9B\xF5#\xB9\x0F2\xD9\x16-\xC59\x19\xE4\x0F\x1E\xDF)\xEE:\xE3.\xF0?"\xFC^\xC8\xE8B\xD2\xC2\xE53\t\xB4\xC5\xE0\xFA"\x0B\xAA\xF6]\xEB)P\xF0\x17[\x06)\xD0`\x95\xF8T\xD0!\xB7\n7\x02\xF9C\xE5c\xCB\x01\xBB\xF5\xCAS\x0B\xFE\xD5\xB7\xF8\xA0a\xFE\x15\xAB\r\x1E\xC6\xB2\x16\xE6\x94\x04\xF3&\f\xFDh\xA8\xF7\xDDY\xEF4h\xE8\xBC\x03\x1E\x12\x90\x07\xB7\xD76\xA3\xE1\x1E\xEC\xFE\xDB\'\xEF\x04\xD90\xE8\xA0%\xD4\xBB\x0B\xD9-\x15C\x04\xE3!\x8E\xEC&G\b\xCF1\xEA\xC2K\xFB\xD9Y\b\xF52\xD3G\x18\xB7\xDE8\xED\x15+\xCE \x01\x83\x11\xD5I\xF0/\xC8\xE2@\xF9"\f\xCB\xF6H\xB9\x0E<\xC5\x18\xACL\xF8\x14\xC8P\xEC\x1A\xFD=\xAB\xEE'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('&\xF7\x95\x19H\xF2\x07\xE4[\xD2*\x06I\xC5\x11+\xEE\f\xDBC\x18\x01\xC0\xF2/\xAB\x0B\xF6$\xE8\x07\xCC\x1CF\xEA+\xB8\x13\xE7\x02J\xDF\n\xED1\xCE?\xE6\bF\xFC\x1A\xE6\f7\xE0\x04T\xBE&\xFB6\xE2\n\xBFW\xE83\xD9\x12\xC1:\xA3\x15\xF3\xB4\xDB\xFA\xE5\xA6L\xB7\xF9\xCE\xA4f\xDC#\x10]\xD7\xBFQ\x8F9\xFB\xAD\xDA\n\xF7\xD1O8\xAC\xCB+\xBCo\x16\x03\xAF\xF2\'\xC2\xD2\xA8\xF5N\xCC\xA2\x1B\xF6\xD3\x0F\x90\x18\xC9L\xDD\x0E\x04\xCB\xFE\xB0\x1D\xF9$\x00\xE75 \x17:\xD5\xFF\x1B%2\xE6\b:\xFB\xCA\xE44\xFF\x12\xDE)\xF2e\x154\x9C\x04\x1F\xF2\xFC\x10\x1E\xF5\x88\xDA\xFA\\\x1C\xDB\x10W4!\xBA\xFF\x11-\xE7;\xDC\xEFm\xB4\xF79\x1C\xA8M(g\xEC\xDDN\xC7\x0Bn\x95\x03\xF2a\t\xC6S\xF1\x11\xB5\xEC\x1A\x9B\x04\xEF\x1D\xC8G\f\xD3\x02\xC1\xE3%[\xDE\xC0\xD7W\xE9:\x00%\x0E\xBE9\x9D\x01\xE3\xEF\x07\xDC\'\xEDb\xAD\bF\x01+\xE8"\xFA\xD3\xED\xF5\xE1\t\xD00\x10\xB9\xD6\xEEA\xCE\xBF.\xEA\xDF\x99\x03\xD7(U\xD3K&B\xAD\xF8\xE6\xB9!\xEC@\xFD\xCB\xEE\x0B/\x17\x95\b\xD1Q\xE4\xC9.\xEA\xF7\x18,\xC5s\xFA@\xD1\xC4\xFD \xBA\xCD\x12\x06\xD7\xB6%A\x14\xBC=\x8F\x03\xF3)\x1C\xFD\xE1\r%\xAD\x16?\x1F\xF8B\xC2\xFE\f\xF6\xBA\xD9\tp\x182\xA4N\x0E\xB2\x19<\xA9\x00C\xF4\xE0*\xB3\x14\xEFM\b\xCFB\xB1\xD6\x12\x85\x19\x0B\xF46\x15\xE4\xF9Z\xA59\ba\xFF\xC7!\xFB\x18F\xE5U\xA52\x14H\xF6\xD8\xFC\f\xCFq\xE3\x19\xA83\xE0\x15\xEB-\xCE\xFD\x05\xE0\xF6+\xDAm\xF9\xE5#\xC9e\x1B\xC2\x04\xF8"\xA9\xDE_\r\xFD 7\xE9\xB7\xE2W\xDA\x9DL/\xF2\xC1\x17\xE9\xDC\x9F\x0F\xE65\xD9\xB5\xCC\x07\xF7\xC6\xB3\xE9\x06X7\xBD\xEF\xB1+\x07\xF2\xCCd\x00> \x9A\xF0X\xC4\x1D\xD0\x07\xF1\x13\xD4\xB8\x0F\xEC\xFC3I\xD7;\xFF\x1C\xBA\xE6\xF1Q\x04\xF6I/#\x04\xED\x1C\xD4\x0E\xE1\xFB\x17/N\xD2\xF3o\x01\xEE#\x11:\xDBf \xCB\x9E\xE5#\x03\x13\xD9;\xE8$\x10\xAE\xC5\xE4\x0F\xD8A\x13\xE99\x8E\xC02L\x05:\xDA\xAC\x0B\xE6\x9C\x10\xC6\xF43%\x94\xCB\xDD\xC0\x0F\xCF\xAE\xFB\xC8\t\xB2A#T\xC3\xF8\x03(\xB8\f\xA6,[\xE2\xFE\x1A\xEF\x01-\x0F\xF4J0\xC7\xFDZ\x92\xFB\xD6P\x04\xF56\xBC&\xAD\x00T\'\xFC\x1D\xEA\xA1)\xF7\x16S\xCD\'\xECi\x05\xD4\x13?\t+\x1D\xFF\xEB\x13@)p\x00\xEA\xCD\x8C:\xAC\xEC\x1CH\xDE\x17\xF6\xD3\xBC\x99\x0B\xD4?\xC0\xDF\x19\xD5\xA5\xEB\x1C\f\xBFF\x1E\xED*\x19a\xFB\t\xDE\xF4\r\xE4\xCB\xDC^\x00\xD0 \xBE\xF1\x02?\x18\xDD\xABS\xFC\xE2\xF0k\xA86Z\xD7\xF4\xBE\xDE8\xF6\x13\x05\x0BY\xE1\xCC\xFC3\xC3\tD\x1FM\xF5\'\xADS\xFD\tb\xF9A\xDD3\xF6\xE3\x07\xB7\xDD\xA4\xD0\xEB\x1CJ\xD3\xBA\x18>\n\xF3\x12B\xE1z0\xD9\xB3\xF9\x0B0\xEA\xBF\x1A\xB4\xD3\xFA\xE3\x07\x98\x1B\xE7\r\xA5&\xDA3\xD6$\x13\x07\x96\xF0>\xE6\x02\xEC0\xC5\xE3\x12\xEA8\xCE\xB9(\x07\xAF\xD0\x17,\xC9<\rM\x01\xC6-\x915h\x03\xA5,\xB5\xC4\xE8\b\x97\x0F\xFD#\xC2F\xCE\x1F\x02I\r<\x15\xC4#N2\x02T\x19\xC3c\xEF\xFF\xF2\xBE0f\x1E\xD8\x14\xAB\xCD\xFBv\x04\x1D\xF7\x8A \xEE\xE4\x13W\xF0\x01\xA1\x7F\xFD\xF1\x15\xE3@\xF6\x11\xEE!\xE7\xF8\xD7H\x1B3\xFA\xCA\xEB\x1B\\\xE5\xF2\x10\x9B,\xDA\xF5(\x01\xEC\xDC\xF8\xCD\xB5\xFA\xD3\xE5\xFE\xB08\xA6K\xE5\xD2\xFE\xB6U)\r\x18\xDB\xB6F\xD6.\x0E?\x02\xC5\x1FE\xE7\x10 \xD53\xBF#\x06\xB3\xDF\xFE\xCD\xBE\x15W\xEE\xFF\xAC&N=\xD4\xA5\x058\xDF\xF8g\xC7\xE7\xA0^\xB8.\n\xEF\x13F+\x07C\x1F\xCD\x1A\x03\xF7\x10&\x06\xF4\xE09\x9F\xF04\b\xC1\xFE\xDFi\x8D\xD9\xFC\xBB7\xDE\xB3\xF8\xE8\x93e\xD8)V\n2A\x05$\x0E\xDE\xD2\x13\xF0\xBB\n\xF6\'K\xB2\x15\xFF4\b\xD0\x1E\x11I\xA8\xF9$\x0F:\xE9\x92\x0E\xF7\xB0\xF3\'\xD8\xA7\x04\'\xD8\x9B"\xD1\xB8\x02R\x913\xEE\xC3\f\xCC\xFB\xD9\xBE\xFD;\xDD\xC0A\xE41\x1E\xDA\x06\xF5\xEA\x15/\x9C%L\xE5\xCC\'\xD4\xA9\xE7\xDA*Q\t\x10F\xC1\xF3\x12\x8A\xCA\x05\xD5\x00V\xCC0\xDCI\x13b\xC7>\xECP\x17\xFFD\xF41\x1B\xE5@\xD4\xFDj\x1CD\x996\'\xF1\xA3t\xF6\x07\x11\xF9\xBC\x0Eg+ \xD6\b>\xF1\xDA\xAB7\x07\xF1?\xFF\x16\xC5\xED\x1E\xD5\xE0(\x07\x1C\xEBl.\xF4\xB5\x18\xF0 \xFD\xBF\xE8\x01\xE1\x1D-\xEE\xCA\xE6Y\x11\xC7\xED\xAF%\xF6\x15-\xE7\xF3\x13\xE2\x04\r-\xE9!\xCB\xB0Y\xEB\xCD\xA1\x00\xC3O\xF8\xCE\xFF\x12`\x1A\xBF\xE0\x10Z\xB76\x03\x96;\xF0]\xCE8\xFE\xBD\x14\xE0M7\xE3\xAB\t@$\x9A\r\xF7\xB6\xAD.\x06\xDD\xA3\xFCp\x0E\x06\xCA\xDF\xA4\xBA\x07\xD2b\x1E\xC9\xB7\xFF\x14I\xF25%\x17:\xF0\x10\xB0\xE7\x1E\xB8,\xEA\xF7I\x90/\xCF\xF6#\xE3\xFB\x14\xB9\x01\xAD\xE4\xD6G \x95\x07\xC5\x11e\xD8\xCE\xF04T\xD3\x14\x13\xF8>\xBA\x1D*\xD6G\xBD5X\x01!M1\xAE\xEE\xDBV7\xD4\x87\xE0\x03\xD7\xFC\xE4H\xDC0o\x0BB\xC7\x04\xD5\f\xFD\x1C\xEB\b\xACBv\xC9!\rK\xF8&\x0B\xEF\xFB\xD2(\xF7\x01.\x1A\xFA\xBB\x06\xE9CV\xD4\f\xF14\x03\xE1\xF9\xF0\x19\xEA\x0E\xD8\xF8\xC4\xFFE\x12\xF6\xE5\n\x1C+\xC0C\t\xB4\xC9\x1A\x03\x84\xEE\xDF$\xA45\xE3(\xC7c\xDD\x0F\xD4+\xF5\xDC/\xEC\x18\xA5\xC84\xE6A\x1B\xB9\xEB\xA2K\x13\xDD!\xAA\xFE\xE2$\xC4c\xE9\xCC\x16\x9A#\xD2\xAD>\xF1*\x16\xE7\b\xA0$\xC2O\xFB\xEC\x0F\x94 \\\xF3&\xFA\xD5\x17\xFD]\xF5\x16U\xB1\xF3=\x00\x18\xBE\xE9\x07\x9E@\xC2T\xDE\x00b\xAF\x0ER\xDE;\n\xE5\xC7o\xF38\xC4\x04\x8F\x19\xFF\xAEC\r8^\b\xFDO\xCB\x90\xDE:\x1F\xD22\x02\xB3<\xCEl\xF7\xE8\xD35\x0B\xBEM9\xB2\x0E\xD0\xBE\xEA\x06\xD7%\xA0G\xF1Q\x1B\xFC\xD1\x04\x10\xF3+\x16\xDA\xF1\x03\xCC\xF4&\xB3\x00\x0E+\xD9\x16;\xEDL\xDF\'\xF5\xB8\xDB\xE7\xC30\xE2\x1C\x01`\xBE\xFB\xF2g\xDF\x13\xF1\x19\xDC/\x05\x14\xA7\xE0\xEB*\xC8\xE5!G\x02:\x1D\r\xC3\xFA/\xE0\xB2\f4\xE6 \xB6<\xCF\x07\xBF0\x9E \x16_\xD5C\xEC\x87\xF9U\xC9\xFA\x11\xD3\x1C\x07R\x00\x13\xF3&\xB7\x11\t\xEDH\xB0\x0F\xC7\xEA(\xA6\x00\xBAJ\xC5\xFD@U\x01\x11\xF6\b\xDA\xF0*\x9A\xDER\xED\x13\xCE\x02#\xC8Z\xD8\xF8k\x97\xEB\x1D\xF7W\xE88\xC1\xFA\x051\x1B\xCF\b\xE6*\t\xAA3\xC2\xEB-\xCB\x1F\xA4x\xF9\xD25"\xD9\x18/\x07D\xD4V\x0B%\xE4\x1D\xEF\xB6!\xCF\x95d3\xAA\x13\xF9\xCA\xFE-\xB5\xE6h9\xF4\x12\xA9\xEF-\t\xE0\xFEG(\xD3\xFF\x0F\xDC\xEF\x94\xE2\xBDM\'\xB3\xDC[\xF3\xE5h\x83\xFA\xD7H\x05\xDD=\xE9\xA2\xF5\xC9\xE4\xFE\x98\x1D\xF95\xC9\xF5\x9D9\x0E\xF9\xDC1\xF2\x1A\xFF\xC4M\xE7|\x19\xF4D\x1E\t\x8E\xDBE\xFF\xBEK\x15%\xBB\x11\xA7\xE3\t\xB1O\x14?!\xF2\xFE\x12:\x16\xBC!A\x02\x15;\r\xB3\xEF\x18\xC6\x00Q+\x04\\:\xF0\xBD\xDD\xE7\x16\x07R\xD8\xCBn\x16\x06\xBB\xE3\xD6;$\xB7\x0B\xD2\xA9\x03\xD6\xBF\xFC\xEB)\x06\x1B\xCD\xE9\xD67\xC8\xEFy=$\xC5-\xD2\x0Bj\xC8\xDA\xED\xEC\xFF\xD4\f\xC8\xE0\xF2&\xE5/V\x0B\x1E\xBD\x13\xAE\f\xD0#\x0Fy\xFD\xAF.\xEC\x02\'\xA6\xE7A(S\x0F\xED\x05\xDD1>\x11\xE2&5\x16X\xD0\xE23\xA0\x03\xF5P\x06\xFB\x18\xCF\xF4\xFC\xE9\x02\xAF\xF8\x1A\xA1\x04T\x9F)\xF7\xAFM\x19\xBC\xD0\xFC\x93\xD8\xF3\xE1D\xEB\xDA\xF7J\xA7\x04@\xD2\x1C\xBD\xE0E\x0B\xC3\xEF\xFC\xAD\xCC\x1E\x9E\xFB\xF1\xC1\xEB`\xF8\xCA\f\xAA\x1F\xF7?\x0F_\xB0 \xDB-\xB9\xE1\x1D\xA2]\xDB7\xE5$S.\x069\xE8\x1D0\xD8\x07`6\x03\x14;(\xCC\xFB6\x19\xC1.\xE2\xC7(\xF2^\x113\xF3\xFF#\xD45\t\xF7c\x14(U\x01 \x92J\xEF\xDFB\xB7\xF1\xC4\xDC\xFD\xED\x16C\x8D\f4\x04A\x0E\x17\xBBF\xF1\xC2\xD6\xDE\xC6\x10q\xEE\x00\xA1\xF5!\xC4\xEC\xAFk\x04"\x9Ca\x00\xEF\x1E\x14\xD8\n\x8B\xFB\xD0\xB2\x14_\x9B\x19\xE0B\xE8\xD8\xB2\xCE\f\xDA\x17\xB9\x05,\xFE\x12t\b"/\xD1\xC1\xE5\xF8a\xEC\xD5\xC1\xF2)\xCF\x05\r\xFC\x15\x1A\xB4\xFB\xD1\xBD?\x12\xE8\xDCE\r\xF8\xE4\xBA\x0E\xD5\xE6\b\xB5=\xF8\xEAI\xC3\xE6S\x1D\xEA\xDCH\x04\xC7.\xBD\x02K:\xE60\xFC<\xD1\x1C\xE9\xD71\x98\xE7\x19T\x04\x11(\xCA\xFF#W\xE4\xFA\x982\xDF\xAC=\xF4-K\n\xE2%\xCBP\xB4\x1A\xD4.I\x1C\xF02L\x12\xCFV\x961\x02#8\x06+\xC8\xF8\x0F\xB4\xF3!\x11\xEE\x1A\xF6\xA6\xC4\x10\xF4Z\xA3\xC2O\x03\xCD\xF9\xB95\xA9\xF0\xD9K\xA5\x13\xB2\b\x1DK\xED[ \xE6C\xE7\x03\x91\x174\xF9\b*\xF3\xFF\x9E\x07\xDD\xC6\xF9\xAA*\xE0\xFE\x0E\xBA\xDF\x15\xF5\xD9\xA3\x01;%\xE3n\xFC\x894\xDF\b&k\xEB\xDE\t#\xFA\x14\xEE&B\f\xE1\xFD<\x1E\x06\xF58\xDE?\xC6\x00\xD7\x11\xC8\xF9\xAB\xD5"Y\xF0\xD9\x01\xA8g\xE28\xCD]\x15@\x01!\xC1\xF4\x1B\xD5f\xF0\xCD\xB0K\f\\\xBC\xEC2\xD7\f\xCAU\xD3\xBA\xFF\x1D\xCD3\xB5F\xE3:\xAC\xDB]\xF3\x15\xD3d\xB7\xC5\x1A\xEA\xD1*\xF7\x16\xB8,\x04E\xFF\x10\xC8\xF7\xB9@\x1E\xC4\xEC\x12\xBB\x1F\xF5\xB0\xEB\xD3q\x07\xE7G,\t\x1FB\xFE\x18\xE1\xF1\xD1\x1A\xA9\x06?\xE8(\x15H\xF0@\x9A\x15\x02\xD4\xF5\r\x1F\xBD\x05\xC9\x9E,\xE9\x0B\xE21\xFD\x0EP\xA4\xE7h\xF2\xA1\xD4)j\xDF/\x0E\xE8\xD2H\n\'\xD7\x04\xE5,\x106\x92\x169\xAE\xC8\xF9\xA03\xEB\xC2/"\xFC\x12S\xC1\x1D\xF2\xFA\xB0\x04\xE4\xD7\xFB)\xEDa\xC6-\xFE\xEB3\x1BI\x02#\xFAD\x8Bn\xBD\xEF\x06!\xDB6\n&\xBC\xEA\x1A\x06\xAEU\x16\xFA\x89;\xFDRC\xC4\n\xDF\xF2\xFD\xD9\xEE\x12\x04\xE4\xD6\x0Fw\x05\x97A\xDB\xF5\x01\xE1\xA0b\x0F\xC6.\fQ\xBF\x10\x1C\xDF\x91R\xD1\x10\xF8\xDE\xEE\xAD\xCE\x16\xDA\x02%\x19\xD0H\xC3\xFD\x1A\xE3\xF6=\xA0\xFC5\xDB#\xF3\xE1\xCA\x1B\xF0\xA4\xFA$\xB8L\xCA&a\xBC=Q%\xB6\xF7\xCE\xE8\x0B\xB6%J\xD00"\xDC=\x1B\xA8\xF4\xE76\xAF\xFB\b<\xE5\xB2s\xC2=\x10U\xF4+\xC9\xE4\xB1\xF8\f<\xEC\xB6M\n\xD6N\xF1\xCC\x01\xBE\x10-u\xB6\xDC\x16\xD0[\x02\x191\x0B\xE1\x1E\xF3\xCB\xFF\x1BG\xDF*Z\xC7\xEC6\r\xFD\xBC\xEB\xF6\xD0{\x05\xDA$\xCEB\xEF\x17"\x00)\t\xD62\xBB\x05\xED9\x12^0\xDF\x96\x13\xCE\xF9"\xC5\x15(\xE6_>\x95\x06\xE9\x00\r*7\xE4\xEC\xD5\xAB\xF7\x00\x99\x15\xDC\n\xA5\xED\x144\xFF\x19\x07\xE3\xB1\x16E\t\x00\'\xB8\x16J\xFE\x0Bf\xB8\xD8\xC8\xF3\x9C\xE3\x1C\xFE\xE7 \x8FN\xFC\xD6\xF1\x01\'[\x061d\xE1\x03\xB7\x0B\x1B\xD1\xEF3\x1F\xD3E\xF4\x06\x9C \x0FA\xC3N7\xEB,^9\xFC\xC0\xAE\xD7\xF8\x9Dm\xF4\xD9\xCAY\x86\xE27\xEE\xC7\x9F\xE1\xF5+\x044X\x14G\xF6\xAA]\x0E\xDF\xC2\n\xAAB\xC6\xE6\x1E\xF0\xAC\x80\xFA2D\xA7\xF6\xDDR\xC1\xF8\xA9W\xC7\xBB\xFDi\xF2*\xE8\x07\xCF\xFB\xB3\xC6\xE4\'\xF3\x10?!\xCF(:\x1B\xE81\x1F\x0F\xD7\xF9"2\x11\x1E\xE9\xA6\r\xDD\xED\xCF.\xC6;\xD1)\x18\xF5\x1F-\x11\xB7\xD4F\xE0\x1B\xEF\xD9\x11\xEB$\xFE\t\x17\xE5&\x10\xE0<\n\xCB\xDD\xB2\x1B\xD8X"\x11\x05\xD3\x1Ef\xDD\x03O\xEF\x0E\xC1\x05\xFA\x94\xF1P\x03D\xB2\x06S\xC0\xD3N\xFA<\xBD\n\x03\x17\xEF\xFA\x01E\xE6\xCF\x04r\xF8\f\xFF,\x07Q\xCF\xBFm.\xC8H\xB48\xD7\xFC\x1A\xE9$N\x16\xF62\r\xA3\xEE?\xF5L\x8E\n\xEA\xC8\xB5\xE1\xFE\xAAG\xDE\f\xD2\xC2\x15\xE8\xCD\xF2\xDD9\x01\x18&\xB1\x1Ei\xE1$\xB4\xD9e\xA2\xBB7\xDC\xEC\x9D9\xCA\x17\x93;\xFD\x1F\x05\xE3\x9F\x0F\xF3\x03d\x97\xF01\xD4\xA5\x02D\xC0\xFE\xE1/\xBD\xDA\x17\x00\x8DF,\x152^\xEB!-j\xFD>\xA8,]\x1A\xFB\x97\xEF\xC9\xE5\xF6\xD7\xFD\x98O\x0F\xE80\x07\xF0J\xFE\x1A$L\xF3\xBA\xE5)\xF5\xB0\xDB\x15>\xD1\xEA+\xC3\tI\xB6\xF9\x11\xE2\xED_\xCD\x1F\x03q\xE8)6\xD0\xF1\x1C\x05\xF6\xD1\x12\xC8\xB1\x17\xE3%\xF7\xD9\t\xB9(\ru1\x06H\x124\xF1\xC2>\x1D\xCA\x13\'\r\xC5\xB1\xE3\xD7\b\xE9\x13\xC3\nV6\xF1\xFBY\x1E\xDE\x12\xCE \x01x\xC6)\b\x94=\xF9\x14\xA9\xC8\xF8\x0F\xE2\xFD\xC0\xD9\xA0@\t\xDB\xF4\x02\xBA\xED\x108\x00\xE4J\xD5\x14\xDF\xA4\xC4\xEA)\xD1\t\xFF\xF6\xAE\xE1\xF9\xD3`-\x14\xFAX1c\xD6\x1B\xE9\xCB#\xBD\x02\xA7C\xF67\xE6\xDA\x17\xF28\x1A\xDB%\xF1\xD5\t\x1DJ\xB8d";R\xE8%\xFCX6I\x1D\xCCd\x9E\xC5!\xEC\xAE\xF7@"\x0B\\\xB0\x18\xE3E\xD55S \x8E\xED\x05D\xCD\xA3\x1E\xEE\xAAE\x00\x9A\x0B-\xD8\x17\xB7\xFE\'\xA2\bB\xAF\xD1\xBB\xE8\x0ER\xB5B\xEC\xDA\x06\xA6\x12\xED\x0B\xB2\x18\xBE\xEE\x9A\xD6\n*\xE0\xF3\x14>\xCE\x04.\xBB\xFE\xF3\xDB\x02P"\x9F\xEB\x05\xC0\x00>\xDB\xF5\xBC\x0F\x00\xDD\x033\xF7\xE0\x12N\xEE\xE5i\r\xEFP\xC0\xEC.\xF9\x05[\xFE0\xC5\xE45&\x01\xF31\xD4\xC7\xF74\xDE\x01,\x0E\xE6\xFA\xAF\x050T\xFB\n\x1EM\xE7\xD2\x1C:\xC9\xF7\xBB\rt)\x16\xE6\f1\x19\xE8);\xF0\xC9 \xBA\'\xD1=\xC3\x062\xCA\xE0\x19\xD5Z\x0F\xE3\x1FE\xF4\xA3\x03\x16\xF9\x99\xCB\x18V\xE5*\x03_\xCFE\x1F\xC9\x15\xF1\xCB\xE9\xB5\x0B\x00\xEA\xF2\xB9\xCF4\xE8a\xBC\x02O\x0B9\xFCC\xF4\x12\xFFr-\xF6:\xED\xC6\f<\x19\xB4\x02\x11W\b\xF1.\x14\xAE\t,S\xF2\xC4\xD8\xFF\xB6\xF4\x18\xEAX\x98\x06+\xB1\x148\xF30\x10\xB4)[\x02#/_\xC6C,\b\xE2\x1E\xF1\xDC\x18\xF4\xD2!\xC2\x05\xEB\xAA\'\xC6\xF0\xE3\xCD"\x05\xE1k\xD3\xEAJ)\xCD\x967\xD6\x01\xC0K\xFC\xEA\xCC\x05\x1D6\x11\xCE\nC\xD8\xFB\xCC\x19\xC1e\x02\xCF\xBA\x1C\xFE\x1B\xE1\xC1\x0E\xF5\xD2\xE4\xA2\x17\xDAr\x00\xC2\x12+\xA85\xE2\xF8\x90Z\x17\xE1M6\x9D\x1AG\xA9\x15\xFE/\x9E\xF7\xC3\xE2\xFB\x17\xE7\x1F^\xE0<"\x9C\x13\xE3\xAB\xFAY,\xE6\xBD0\xF1\x0E<\xE6\xF6\f%\xEA\\\xD8\x06\xED5\x88L\x14\x05\xFB!\xB1\xF7>\x86T\x04\xCA\rl\x14\xD9/\xCC\n\xFB\xD6\x0F\x03\xF8\xD7X\xB6\xF0\x1D\x0F9"g\x0B\xBC\xF8\xA6\xEE\r\xD9\xF5eB(\xEE\xDD\x9F\x03"h\xAA\x01\x1F\xD3O\xA2\xDEC\b\xABT\xD0\xFC\x1F\xDE\xBB@\xED4\xCC\r\xE9#\xD5\xFAC\xEA\xB6$\x00\xF0?\xB5\x1F\xEA\\\xC12\xE8&\t\xCBQ\xDC\x01\xAE\xF0\xD4A*\x05\xCA\x1B3\xB8\x00\xD2\f\xBF\x19A\xF6\xCA\x13\xE0G\xB8\xEE.\xFE\x17\xC5\xF4,'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xCB\x032R\xB2\x1D\xEA^\x12\xBD<\x1A\xEDC\x11\xBE\x05\xEB0\x1C\xB2\b<\xF6\xC3\x07A\xF9\xB8$\xFD\xE3\b4\xCA!\f?\xC7\xE9&\x10V\xF5\xDE2\b\x1C\xE8O$\xB5\x027\xEB\t!\xF7H\x87\xE8[\xBD#\x17\xA5\xE3\xF1\r\xDA\xFA\x05\xD3\xF4\xE1\x02\xA0\xCF\xDE&W\xA8\xD3\xE2[\xED\xD9(\x14\xD2\xA5.\xDDG\x14\xA3Q\xF0\xB5\xDC\xF4\xA2\x00f\xDA\xAF\xCE\x04\xB6K\xC9\xA9\x00\xD5\xF6\xE1\x17\xCE(\xBB\xDE\xCC\x031\x1C\xFB\xE0\x03C\'\xFC\xD1@-\xC6G\xA62(k\xF8\n3\xF4\xFC?\x12\x02\xC1G\x9D\xFF\xE3W\x1C\xEA\r\xF2\xC2\xD8)\x02\x19Y\xE5,\x16\t\xF2\xFCA\x18#\xEE\xF9=\x14\xBE\r?k\xFA\xA6S=\x15\x96\r\xCF\xF1\x149\xDB\xBFg\x07\x14\x89!\xE6\x19\t\xD8\xC4"R\xAF\xE5\x1B\xC9\xF0,\xF9\r\x192\xB5\xF3:\x00\xCBq\x1B=\xF8\xD09\x10\xFAF\xD2\xBC:.\x91\xE5q\x0F\xDA+_\xED0\x90\xF0\xD8\x10\x00\xF3\xECo\xDB*A\xA8\xC9\r\xF7\x1E\xEB\xB9\xF5\xFEY\xEF\xB2\xFC\x13\xE8\xBC\x16\xD7\x06\x99s\xDC"\xCE\xE8e\b\xC0\x11\xD6\x9A\x06\xE4\xB2\f\xEB\x87\xC3\x06\xB0"\xE1\x1B\xEC\x0B\xD5\xC2\x02\x9F\xE4\xCE \x03\xC7\n+\x1D\xE34\xC3!\xFD\xB6\x05a\xEE\xE8\xA11\xCAQ<\xDD\x0E6\xCBNA\xF1\x01;-K \n\xB98\xAC\xF6\xD8$\xEDI\x1F6+\xFCM%\xDFi1\xD8\xEDU\xF8\xC8G\xFE)\xF48\x1C\t\xFB\xAF\xDEV\xE8E\xBF\xB0\b\xD5M\xF6\xE7\x1A\xD8\x0FL\x01\x12\xE0\x04%\xD2\xBE\x02\xE2\x1E\x95\xDD\x0E\xCE\xED\xC0\xF7\xE6\x00T\x16\x05B\xC9\xFC\xAD\xE1\xF5\xBD\xED\x13\xC8\xFF\x1D\xF3\x15)\x02\x94\x11\xDC\xAES\x15\xB9[\xF0F\x105\x18\xFE\xD0\xF8]\x18.\xA4\x0BE\xC2$3"\xD3:\xAF\xEF\x1A\xA3q\x16.\xF6\x06(f\xA8\xFE\xDB\x13@\xD2\xEF\xE21\x8E\x0F*`\n\x17X\xDA\xA7A\t\xB7K\xCC\f\xE72j\x07!\xCE\xE9\xDE-\xC6\xD6&\xBC\xF2\xA8:#\xDF\x02\xEA\xCB\x13\xE0\x00\x83\xF9\xB6\xF3a\xFD\x0B3\xE6\xFA\xED\xAE\xD59\xC7\xF8\x18O4$\xA1\x0F(\xC3\xFA\x1B\xDB\xE7\x03\xD2\xC5"\x01-\xD3\xEF\xE5\xFB\xA9@\xC0\xD4\x18\xF0?\xF9\x0E\x00\xAA\x06\xF8\xEAQ\x04\xDA\n\x12\x9A\xF5@ \xF1]8\xD0\xE8\b\xE4\xC5+\xD8H\xC9\b#P\r\xEA\xB7"\xE2\x05\xB4\xEB\xCBI\x07\xB0m\xF1L\xB74\xF0\x9E=\x0E\xF7T\x168&\xDCZ\x00\xF6\xB4\xE4\xC4\x9C6M"\x14<\x98\x1B\xCA/v\xED\xC6L\xD7\xBA+\xAF\x07\x17TB\x15\x1D\x93\xF6\xB8\x13:\xDA\xC1\xFEZ\x12@\xF0\xD4\f_\xFD\xF3\x1D\xD79\x01\xCD \x11F\xFB\xDE\xE9\xB9\x1F\x8D\xC5\x0F\x06\xEC\x1F;,\x04P\x1A\xD7\xEF\xE4\xCFd\xDF\x0E\xFB\xE6\xB2\'\xFA2\x0E\x04\xFC\xDC\xEE(\xBC\xDB\xFFT\xEC&d\x00\xF1\x9C1\x1A\xDF\xCE\xFB\x921\x1B\xDD\xBD+\xE1\x12\xE9\n\xA5\xF8\xE3\'\x07n\xCA5\x04\xE2f\xF4\xCF\x15\xA0\xDE\x10\xD1\'\xFD\x0B\xBA0\xF5\xFF\xC05!F\xD4\x1A\x07\xE2\xA7i\x1D\xC9F\x0E\xFE\xAC2\xCC\x06\xDF\x0E\xD0\xE4D\x05\xF5\xAA-\tu\xC3\xF6<\x03S\x9BF\xBC\x18,_\xC2\xD5\xB3\x1C\x13\xF2\xD6\xFE)\xB33J\xBD\xFC^\xF2\xA8\xE9t\xCA\x1E\xADJ\t\xEE\xA4\xF4\x01\xBDV\xCC\x17\xE87\xF7\x8B\xE4\xD5\xF1\x0F\xBA\xF9@\xA7\x1F\x16(\xC8\xE9I\x1F\x00\xE4&\x13\xAB\xE7\r\xF92\xD1\xEE\xDC:\x0E\xFF\xED0\xA6Q\fE\xE9\x1A\xD9\x02$\xE7\xC8>\x07\xDD\x16A\x04\x11\xDB\'\xD2a\x13\xDFB\xEC$\xF4\xD4\xC1\x12/!_\'J\x19\xE84\xC4O\xFB\xB1g\x10\xD4\xBC\xEE\xDAD\xCC\xEF"\xD4\xC5$\xFD\x06Q\xF4\x97\x17M\xE5\xFA\xBE!\xCC\xA3\xF9X\xF0\x0B1\x14\xB3 3\xF0\x80\xF9,\xEA\xB6\x18\x05\xC8+\f\x8E9\xFEJ\bU\x02\xB5\xF3\xFC\xDD\xD3$\n\xF3\xD7\xEC\t\xDD\xF85\x17T\xB2\xFA\bY7\x17\xF2j\xA9\x1E\xC8\xE7%\xD07\t\xDB,\xEE>\x05\x12\xC5\xE2\x98\xD2\xF6K\xFC\xBE\xD3Q\xE3\xC4Z>\xF7\xE46\xB0\xFA\xD8\x11\xB8*\xA4\xDC\xEC\xCB\x0B\xBFi\x9D\xFF\xB4\\\x03/\xBF="\xA0\x03\f,\x1B\x94\xFE\xDC\xB3\x02\xE1B\x11\xB7\xFBE\x04\xB5\xC7]\x01\x15\xDF\xB87+D\x1Dk\x03\xD9\xE5*\x0F\x01#\xD6\n\xFE\x9D\x1CO\xF0"\\\x03\xE1\xEF\x1F\xFA6\x18C\b\xEB\x129\xE0)\x18\x8DJ\xFF\xCC\xF2\xDF\xC5>\xD2\xE6/\xC1N\f\xEB*\xD9\b1\xDF\xF0 \xF6\x1B\x9A\xD0{\xF4\t\xD6\xFF\xBC\xEC\x18\xA5\tb\xF5\x938\x14\xF11\xCE\xDA\x00\xBC\xE7\xCA\x18?\xC5\x0F\xD1q\xE2\xAB,A\xF4\x1E\xC7\xF0\xCF\xE3\f\x1B\xE8_\'\xFD\xEB\xF5m\x10\x1F\xF7>\x9B\xCD\xF5c\x18\xA2U\xD7\x10C\xEA\xFD(\x1A\xE7\xA8\xF2\x0E(5\xC6?\x1E\xCC\xEBF\xB1\xBF!w\x0E@\x14\x073\xAA\xF6L/\xFF\xBD%\x06\xCD\xB0\xD7\x04F\x0F\xFCk\xF6\xD6\xB69\x0F\xA9H\x16\xB8\xE0\x06\xD3&\x17\x006\xED\xC1\r\xFE+\xAD\xE23\x0B\xB1\xC9L#[\xCE\xFA\xDC\xE9\x12\xB6\xE0\x06\x1A\xF9\xE5\x04\xEC\xAD\xE0)\xD2h\xFD\xD9\xE7\t\x9A\x14\xEA\xF8\xFE\x17\xE4W\xA4\xBB"4\xAC+\x13\x05\xC1\xD9 \x00\xCB:\xF0\xAD\xE7\xC5S\xB1\x1F\xD2\xE7=\xC8\x06X\xC0\xDA@\xF8\x03\xDD\x15:\xAFT\x01\xF3N\xFD/[\xDC\x11I&\xC5\xFB\xF3\x92\xED\x1D\'\xB4Y\xF2;\xD5Id\'\x0B\xF6+\xEA\xDA\x07\xC9D\xEC\xF9X\xE51\t\xA0+^\xFCD\x0F\xE1\xFA\x04J%\xF5\x17\xEC\xFA"\x13\xEF0\x8B\x0B\xC1\xE4\x06\x1F\x9B3#\xD5\xA9\xC4)\xD1\xA0\xFFV\x190F\n\xC3\x12\x03\xCC\xDF\x1D+\xC4\x89\xEC\xC0\xD19\x15O\xF1\x00\x1E\xDE\x98%\xF3\xD2P\xF9\x12\xD9\x1E\b1\xD5*\x13\x91\xDD\xB7g\xD4\x9FH\x02\xD1\x1Ef\xECH\xF5.\xD4\x0B\xC9\xE6\x0E\x16\xF1@\n\xF55\xD7\xE6\x03\xBB\xDES\xF7-@\r\xFB\xAE\x07\xDDB\x1E\xFB\x02\xE1\x9C\x10\xBDd\xD07\b\x19\xB0\xEC\x1B\xE4\xC7\xB7\xF3\xA3p\xBE\xEE9\t\xFF1\r)\xF3\xB5\xE6\x10\x96\xD6\xFF\x1B\xB9t\xEEE\xBD\xF8d\x02\xE8\xBB\x1E\x13\xB3\xCB\x0E!8\xD3\xE5\x9F\xEE\xBC`\xE6\x19\x05\x110\xAFt\xC8\x1C?\xE6\xFB\x15I\xC6\xFE4\xBF@\x04X(\xEB\x01\x1A\xE5\xF7W\xCD\x1D\xE6\xC2\xDF\x19R\xC7=\xF96)\xCB\x12\xE1\xFC\x188&\xDE\x970T\xE0\xEF=f\xF8\xEA\xAB\xFF\x17J"\xDA\x011\xF4V\xCC\xF1\xD9\f)\xF5\xD50\n\xB3\xEE\xE2\x0Fv\xDC\xF5\x86\x0E7\xD1L\xC9\r#\xD9\x8FM\xF1?\x054\xFC\b#\xE0\x04\xAE\xF1>\xA2\x04\xD9\xB0\x07\xCE\x1C\xFC\xC7\x06$\xFE\x9C*\x1A\\\xF22\b\xC6\x10<\xCE\x95\xE7\xA6\x00K\xE8\xB7\x05Z\xA6"\xF6,\xD6\xA2\x05\'\xCE \xFD\xDE\x14\xF9?\xAF4\x03\x15\xFB\xB2\x11\xCF\xA3\xD8]\xF0\xBF\x15a\xE7\r!L*\xF4R\xED?\x11\xD8\xAAN\xD1\x0B\xDA\xC5\x06\xB8\xCF\xE0\xF9\xAA\xF0%H 6\x13#>\xF9\x17\xED\xDF\xC2\x02]\x1FD\xFA\x15\xEFN\x96\xE9\xBB%\x06\xF1\xE1\xC1,\xEA!x\xF7&\xEB\xB0\x0F\xD3B%\xDA\xF8\xBB\xD1\xE9\xC6\r\xA5\xE5n\xF7\x1A\xE9/\xF3H\xE3A\x13)O\x1Fo\x16\xE3\n\xFA\xC0\xD3\xE2\x99\xC64\xD0K:\x12\xCD\xEA\xBC/\xE4\xC2<\t-i\xD9\xA1\x1Ca\xD3\nE\xDB\xBE\xE4\fH/\x1D\xF7\x9E\x00\xC4U0\xFF\x137\x1F\x02(\xB7\b8\xC1\x12\xB5\x01"\xEE\xFC\x90\xE9\x03\xB6\xD4\xFD\xC2\x0Bb\xF4\x06W\x0E\x1F\xFF\n\xE6\x8F\x19\xF3\x0B\xABW\xD9\xF7\x1A\x00\xC5\x0FG\xEB\xFF9\xF4\xA5\xFE5\x17\x03\xC9\xFD\xDFO\xEA3\n\x19\xEF\x88c\xDF\xF9\xD52\xCB\xF0 \xDD\xFBi\x18\xA7\xD5;\x0E\xDA\xF55+\xEDQ\xDD\xB1\x1B.\xEA\xDA\xAD\xF2\xBA*\xFBS\xDC>\x1D\x03\x11\xB4\xCF\xF1\xE32\xF6\xCA\x14\xB5&\x10\xD0Z\xF1\x97=\xBC\x14\x06\xCE \xB2\xE3\xD6\x05A\xB0\xC0U\x16\xE1C\x00\x86=\xE6\xCA3\b\xC1]\x1A\xCAC\x0F\xA0\x1E;\xEEG\xCB\xFD&F\x11h\xD6\x063\xC4\xFF\xD2\xEC6(\\B\x1F\xB0\t*\xDCT\xE6\xC6\x05\x1F\xE0)\xD7\xF3j\xAA:\xF0\xFCH(\x10\xF4\x1B\n\xEE\xFE\x95\x0F^\xD4%\r\xF7N\xE0\xF3\'\xAC\x07\xE5\xBF\x01\xDB\x14\x02\xA2\f\xBB\xF77\xE1\xC7!\xEE\xB1\xE4#n\x9C\xFB\xDD\x07\xA3\xFD\xD6_\x02\x98\x1D\xFAI.\xEC\xB4P\x1B\f\xE6,\xDB\x0E_\xCA\xBD\xE9.\xCE\xE3&J\x94\xF6,\xC3\x04\xEF\xB6+\x13\x00\xEBJ\xFA!e\xF4<\xD4*\xE5r\x16\xD2\x04\x9D\x17\xF8\fI\x14\xF5\b\xC9\x19\xE7\xBF\xEE\x167\xE8\xC1;\xEF\f\xD5\xA3\x14\xF8\x07\xCB\xFC"\xC1\xF8\x17\x8E#\x01<\xA7\x7F\x037\xDA\x1D\xEB\b\xE3\x19V\xDA\x9F\x1B\xD0\xBA\x11\xDE\xD1-\xAF\x13\xB9\xF6 \xDC1\xEDQ\xE7A.\xCF\xA48\xBC+L\x0E@%R\f\xCC\xF5$\x11\xE0\xBB\x015n\xC1\xE82\xA1J\x03\xD2B\xE2\b\xF6\xD4\x14\xFB\xC6\xB4\x12\xD01G\xAB\xCE5\xFEB\xE7m/>\x99\x19\xEC\t\xCAO\xFF>\xC5\b\xAE\x1D\xC0\x00\xDCc\xE9\x03\xD5\xDF\xF1\xAD\xD3\xF7\xDB.\xB6L\x06\xD1cA\xF3"\xDA\xFE\x10?\xE1\xEFc\xB7\x1D\xED0Y\xDD M\xF1\f\xF8Z\xBE\xFD$\xF4\x10\xBF!\xF8\n\xC8\x03\xF2S\xFE5\xE2\xEA\r\x8C\xF1Z\xFC)\x10\xF2\xB4\x1D\xFA\x10[\x1F\xFD2\x03\x1E\x93\xFF\xE4\x1B\xA7\xFB*\xAE\x19\xE5\xCDG\x1C\xB0\xD6\x15\f5\xFF\xAC\xC5\x0F\xB9\xEB\x9C+=\xE7\x04\xDD\x15\xECd\xE1\x05\xD4\xF1\xA8\xE2%\r\xD8\xC1$J\x1B\xCF0\x13\xE3\xCDH\xD6\x07>\xC9\'\xEF\x8B?\xE5\xB8V\xC8\x13o\xEFD\xD8\x15\xEA\xC7\x05\r\x92,\xF2\x04&\xC7\xF5\xE7\xD8%I\xFC3\x07\x1A\xE0\xCD#\xA2D\x0B\xB6<\x97-O\x177X\xFA\xB1;\xE9\xA3\xF8\xB2g\xDA\x04\xBA#\xF7\x9BW\x15\xE46\xBF\x06\xCC\x16\x0B\xEB:\xDF\t(\xC3\x033\xF6P9\xFA_\xEB\xBEU\xFA.\x9AS\x07\x13\xF2\xE4\xD0C\x00\xC0h\x17\xEF.\xCA\xD8\x1A\xFB\xCB\f\xB8\xDB\xEC\x1D\xCFj\x14\x07\x1C\xFD%\xF5C\x199\xEC\xDF-\xFC\xAC\x0B\xDBK*\xF4\xD7-\xFB\xAC\xF5\xD0<\x0E\x9B\xDE\x1E\xD2\xB4\xDC\x17\n\xCF\xE4C\x1F\xBF9\xCD\xA1e"\xAF\xF6\x10\xD6\xFC\xB2\xF6\\\x01(\xF0\xE7?\xFE*\xC3\x11\x01+\xF2\xDB\xCC\xE1\n\xC4\xE9\xA9\xFF\x0B\xC4\x1C\xF0\xD1|\xF8\x1B\xFF\xA4E\xC1\x19\\!\xB8\xFD\xE6]\xBE\xEF\x11%B\x005\xA7\x11\xFE\xDC\xED\xF9+\x01\x18\xDB\xEF-I\xE98\t\x1F\xE37\xC1\x11y\x1E\xA2\xF5\x07D\x92\xE1\xBAP5L\x9F,S\xD1\x11a\xB2G\x02%\x11\xEA\xB6\xE1Y\x0F\x02\xE5\xD5\x11\xECM\x19&\x011\x07\xE3\xC4\xF4\x1E\xD8z\xB4\x19\r\\\xE1\xBA\x0B;\xC7\x07\x8C%\xBDM\xD0\x9E\x07\xF7\xAE\xD5\x04\xE3V\xD3\xE83\xF9\x0B"\xFD\x16\xEF\x02\x1D\xE20\xF9\xD98\xE5\x9F1\xC8; \xD2\xEF%\x9A8\x04.\xA6\xD7\xF7\xCD\xACh\xFD\x9DR\xE8(\xF0\x062\xD3\xA8\x1DE\xF7\xE7\x12Y\xE2\x01\x16\xDB\x0F\xEDB#\xDFI\xBE2\x15#\xB5K\x19\xC8\xEA\xAD\xCA:\xD7\xF6\xBB$\xEE\xCA\x16\n\xBEP\xF2\x03\t\xAF1\xF9\xCAK\xF2\xBF\xE1\tE\x12\xE99\xD6,\t\xCD\xBB@\xF7\xC9N\xEB\x04\xC4/\x96\xD4\x1C\xF9\xCB\xF2-\xFBS\xC8\x17.\f\xEC\xFB\xCA\r\xEF\x00\xD7`\x12C\xFC\xB1\x0Fr\t\x91M\x05!\xF5\xE0\xFD\x18\xD9e\xE6B\x15\xDD\f\x1E\xFFy3\xC6\xF2\x1F\xB9\x18\xF8H\x14\x01\x1B\x90\xE5%\x12\xF4\xDAk\xFE&?\xB33s\xA5\x1C\xE5\xB5\xFF\xF3\x8A\x1Da\xA9<\xDE(\xA0\xF4\x04\xDFQ\'\xE74\xCF\xFF=\xE8\xABh:\xCF\'\x97\x10\xC4\xFE\xB9`\xE9\xAD\xD1\x16#\x88\x05U\xDF\r\xEE\xA9\xE2\xD96X\n\xFE\xB6= \t\xED\xC0\x05\xDE\xE9\x0B\xC2\x03:\xD9e\xCFA\x02\xD6\xF4\x06Q\xC4\x1C8\xB8/\xDB\x06\xC3\xF2\x1B\xDF\x11\xC3\xD6,\x0E\xB5G\xF8\xED*\x1C\xF4\x07,=\xFA\xEF\xE6\xD8\xFB)\xCFC\xC6#f\xFB\xED\xC0\xD50J\xCD\xE3\xAB\x10M\xF3\x17E$\xD4\xF0\'\x14\n\xE8\xC2*\xE2\x19\xBA\x12\xF9\xE6\x0B\xCD\xEF \xA1\x16I\xAE-[\xFC\x1A\xEF\x01\xE7\x1F\xDDU\xCE6\xA1\xD8\xC7\x11V\xBBD\x107\xB1\x02\xF3/\x06\xB6\x0F*\x15\xE0\xF1\xA0\x18\xFC7\xD7.\xCD\x9C\xFA\x11\xB1Y\xF7\x954\xFC \rN8\xEA/\xD3lA\xFE$\xF6a\x01\xD3\xF9\xEB\xB9\x0BD\x9D\xC85\b\xBE\x00\f\xE3K$\x02\xE0\x95(\b\xC3\x1B\xEAZ\x85\x17\xE7\xD1;\xA4\x03\x1Fc\x0E\x05\xEB\\\xB8\x1B\x01d\xDA6\xE4\b\xCA\xE0P\xB9\xEE\xAB\xF8\xCD\x9A\x00!\xAE\xDC\x15\x8F\xCC0\xE3\r;&\xDA\xF3#\xE3P\x15\xF3\xA7;\x17\xB3\xFB\xF0\x1A5\xF7\xD4\xFFb\xE1\xF7\x12\xD74\xFDR\xF5\xC7E\xF9\xB9\xD1,\xC2$\xF8\xE3\n\xED\xC6\x1E\xFE/E\x1A\x03\xD5.\x16\xDD\b[\xF1\x0F\xC2\xF7N\xE9\x12\xB8\xEE\x1E\x99\x02\xCA7\x06\xD2\xFA*\xD7w#\xE9\xD4X\x0B\xBE\xE8G \xF1\xA4,\xCBE\t\xBF!\xDD\x1B\xEC\xD8%\xE8;\xF5\xDCG\x14\xA7;)\xBAM\xF2\xAA\xEB\xC0\x10\xF3uB\xC4\'\x1AG\xE0\x05)4\tT\xFCC\xC6e\x15J\xA8\x12`\xB4\r\xE1\xC7\x05\xF5-\xC9>\xA9\x14\xCC\r\xDC;\x04\xBA\x1F\xE5\xF0A\x94\x05l\x0B\xAB\x01R\x12\x97\x07\xD2\xF1T\xDE\x04\x15\xD1\f\xDB)<\x9E\xE4\x04\xFD\xE8\xD6\xA9;\xED\xCE\xB7\xD8\xE0\xAA\x06\xD9\xF4\xE7\xFD\xDE\xEC\xC2!>\xEE\xFDF\x8E\x13\xDE\xFE\'m\x03\xB3Q\xEB\x18\xFAj\xAA\x01\xCC\x10.\xBD\x173\xE0\xC8\x1C\xEE8\x00 \xCB\x0F\xF8\x8F?\x1F`\x00\xF9"\xD0\xB3\x121\xBC\xFB#\x16\\\xFE\x1D\x19)6\f$\xBC-\x1C3\xF5\x01\x84\x19/\xBB\x1D`\x07\xEF\xD8\xE5\xF92\xC3&\xD2\x0B\xDB6%W\xF9\xE2\xF2\xD0G\xFB\t\xB5x\xE5\xC00\xB0\xE9j\'\xE4\xF6\xC7\xAE\xE8\x0BX\x1B9\xF5b\r\xC9\xE6\x9E\xF4C\xC2\xF6\xEB\xCFQ\xAE\x05\xD4\x0BL\xE6\xD1W\xDB\f\xE6\xF9\xB16\x1E\x9E\x19\xF2\x11\xFE\x98M\xF3\x13\xEB\xD4\xB3:\xFF\'\x9E\xF0!\xD4+\xF9\fI\x18\xFE\xD64\xB8\x05O\x18\xD7-\xC3\xDE\xED\x94\x02\xDCH\x06.\f\xE2\x03h\x9D\xE1\x16:\xF8p\x93\xC9\'\x13\x04\xF3\xC8>\xD2*\xC3N\n\xD3W\xE0B\xE80\xB7\xC6\x05\x1A\rM\xC5\x11\xE6V>\x01\xDE\x15\x9F\xDA\xF2#\xC4\n\xF0\xDF\x108\xF1F\xFB\x07N\xD1*\x1C\xF0\xB3\xD48\xC2\xD7<\x10\x1F\x00\xED\xC1\xE3\x19C\xFA\xB87\xAA"R\xEC\x10\x04\xF5?\xBA+\xAD\b\xCC\x1E\xF8(D\xA0\xDC\xED\x1E\x05\xD8\xBC\x17\xAA\xC9]\xEC>\x06Y\xA6E\x1C/\x8D\xCC\x02\xBB\xA5 \x0F\xE7>\xBF\x12p\xFD"\x15*\xB4\xFA\xC7F\xD8&\x0E\xF2\xDD\b\xEBe\xE2\xFB\x02\x17\xA2\xE2\xCD\xFD\xEA \x01\xEF\x15^\xDE\xFF\xE6s-\xF6\xABb)\xF8\r\xF33%\xFC\xBB\xCD\xE5\x13\xFF\xD0\xFA\xEBo\'\x15\xE20\xC8\xFF\xAC\xF7&\xDF\xEB\xA7\xF6\xE7Z\xF1\b/\xA5U\xFC5\xAC-\xD3\x1A\x0F1\xBD\xD9:^\'\x14\xDBp\xC59\xD7\xA4\x0E4\xCF\xC0\xFD\n5\xE2\xCD9\xE9N\x05\xE2\x0F\x1E-\xF75\xDCU\xBF \t\xD9\xF6<\xEEg\x18\xD9P\x01\xCCB\x07R\x16\xCD$\xE0\xBA\x14\x04\xCB\x1E\xBD\x00G\xF1\x99\xCEK\xF7\x1C\xB6\xF04\x8C\x0E\xF6\x1A\xFCO\xB4\x07\xF0\x16$\xD3\xB9\x13\x00\x92\x1B\xC0\xD2\xAER\xD7\x98\n\xEE\xB2\x16:\xE5\xAF\xFET\xD0\f\xB5\xF36\t\x992\x0F\xBA\xD6\xFD\x91\x0EL\xF6\xE8\xD5=\xEC_\x12\xC4%\xDE\x05(\xE6\xFF\f\xC8\x06L\xE4.\xBC\xEA&\xE1 <\x8AP\xEA@\xF2S\b\xDBC!\x00\xF09\x18l\xC6)\x04\xF4\x0EK\xC5\x1D\x9B\x04\xDD"\xC2\xEA\x1E\xE3\xF2)\x18.@\xD9\x014m\x19\x9B\n\xD9\xE4\xF7<\x0Br\xEE\xABC\xD3#\xFA\xB2\xD5D\t\xCE@\xF5\xC3\x10\xFA\xDD\x03\x1C\xC5&\xED\xF9,\xE6\x14\xC8\xFA\xE8\x01\xE0D\xD6\x9E$\xDE-\xEA\x13F)\xFCX\xD3\x14H\xC6\xFF\xE9\xE4\xBD\x1C\xEE\xAC\xC5\xFB,\xF3"P\xA6\xFD\xB7\x1D\xC6\x14/\xDFc\xEA\x19\x02!\x96\x13\x00g\xD5\xE8[\xB30\r\xA6\xD6l\xB7\x0E\xA1Z0\xB9I\xA8 \x10\xFBb\xCC\x01\xF26\xBE\xF8\xE5\xA5=\x02\xB1\xF8b\xA3;\xF7^\x07\xD0(\x0F\xE1E\xB8\x02\xCF\x162\xEA\xD7O\x03\xF4\x90\x0F7\xC3\xF3U\xDD\xEF2\x95\x1A\x05(\xCB\xF4K\xE4\xFE\x187\xCE\xF4\x06\xDD$\x0B\xD0\xF13\xBA\xE9\x18A\xAD\n\xD7^\x1A\xCA\x0E\xEE/\xDB\x1B\b\xCF'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB7%W\xF5\x1B\xDC\xB7/\x05\x14\xEF*\x00\xD7C\xEF\x96P\xE8\'\xF7\xDE\x03Y\x1E\xAD\x06\xE71\x0E\xC6\xF6!\xD52\xC2\x078\x17\xD3\xED,\xBBc\n\xD5+\x18\xFDG\xCF\xE9\x0EM\xFF\xE4\x07,\xCE\xED\x0FG\xC7\t\r\xD2\xE8\x9E\x0BP\xFC\xE5^\xD2\x92R\xC0\x10\x1D\x05-\x0E\xD0\xB0F\x14\x9F\xCD\xF2;\xD4\xBB\xFAO\xA99\x04\x14\xE7S\xF3\xDD\xA4\xF9U\x10\xDE\xFA\xE9:\xAB\xF0\xE0\xB7\'\x1B\xF5\xBB\xCB;\xA1\x1A`\xB4 \xDC\xF71D\xFD7\x04\xC8\xBA"\xFA\xD5\x9A\xF5\xE0\xBAK\xF7=\xCD\xEA\x04\x9E\x18\xE7\'\xCF\x16\xC4\xF9\x10\xD4\xE2$\xF2\x12\xB8D\xAAT\x1E\x13\xB3\xFCd\x0F6\xCF\x14\xD9\xBD\xEE\'\xD4\xB4\x1E>\xD6\xB8R\x94A\t\xBA\xD8=\xEF\x00Y\x9F\x0E\x17\xF0\xDD\fF,\b:\x1B\x0E\xE6\x06 P\xD7\r\xBBX\xA9\x0B\xECl\x9D\x1D>A\xA5\xC53\xF8\xED+\xD8\xC17\n\xC9\xDA\x8E\x01\xE5&\xFB\x05\x17I\xFE\nV\xA4\x02\x0F\xFA3\xF4\x1D(\xE4\xAC\x19\xC2\x1F\xE3\xD5M\x047\xC1\x1C\xEA\xCEp\xED\xD5(\x98\xBF\x14\xF1C\xC8\x1D\xFB@/\xE3\x05\xF0\xBC\xF9\f\x01s\x17\xCF\x0F\xE5\x03\xF6M\xE9\x18\xF4L\f\xA7v\xC9:\xDD\xE6\xC1\xF8\xEA%J\xE3\xD3\xEB\xC5\x02\xF9c\x0F\xDC9\xF8&\xAC\xCC)\xF6\xB1\x00\x14\xA5\xFD\xC54a\xF9\xE28\xFF+\xDD\xF2\x02\xB3\xD8F\'\xFE\xD0.\xE7\xDC\x99=\xFCa&\xA2\xDE.#>\xC2\xD50\xE9\xF5\x0E\xA1.\x137\xCE\x17\xBF\x07!k\xA5\x15G\xCD.\xEB\xB5\nu\xFE\xE7\x12]\xE2K0\xDE!\x0B\xF2\x01\x19\xD0\xA7\t\xE8\x13\xD2#\xC2\x19\x0B\xCB`\x1DT\xBE\'\x06 \xC7\xB5\xED\x15\xFF\xD1\xAF\x06\xEF\xFD\x18C\xB2#\xD1\xF2e\x00\xDA\xF1;\xAE\xFD\x0E+\xD6\xF1\x06\x99Q\x02\x16\xC3\xEF=\x8C\xD8\x07\xC7\xF1\xB9\xC2\xD9H\xEC\f\xE4\xBC\xFF\x96\xE3.\xBD\xCF\xE1\xF6\x04\xD2H\xF54\x13\\\xCB\x1F\xEFY\xC60\x0F\xCF\x16Q5\xF4\xE3&\f=\xD7\x1EU0\xF0\xBB<\xE9\t!\x01\xE3\xE2)P\xF3=\xFF*\xCA\xFA\x9F#\x16X\xF7\x06(\xFB\x13\xC7!<\xF5_\x1F\xF9A\b(\x8A=\x1F\x15\xAD\b\xEA\xA2\x06>\xDA\f\x97\xF4;\xB3,\xED\xD7\x1DM\xCD\xEAk\xC5\xE6\xB4\x16\xFB\x0F\xE2\xAA3\xF3\x91\x10F\xCC\xFB!\xC0b\x05\xE0S@\x03-\xDE\xAA\xE6m\x907\xF1\xACM\x10\xC9\x06\xB1\xD9q\x18\xC4\xFC\xE6\xBEf\xDD\x1C/\xF3\xB9+\xE2E\xFC\xEA\x1E\x00\xA8\xC5\xFE\x07\xB04\x00\x10\xF7\x07\xDE\xD2r%\xFF\xD5a\xCA)\x03\xB5\xDC\x0E\x99\x16\xD8\x1E\xB3\xF2\xC4\xD1\r4\x1F\xCD\x18\xDE\x03*\xD6\xEB\xDF3#\xF3\x0F\xEAJ\xDA\f\xF29\xFD\xC5H\xD3\x16\xFF"\xCE\b\xBEd\xE2\x13X<\xDD\x18\xF1\xA0",M8\x88\xF6D\xC1\x1B\xF8@\xED\x1C8\xEF.\xE5B\xED\x0B0\x12\xE8\xF9N\x00\xBE\xF4\nS\xB9\xFD\b\x1B\xC0F\x00\xA4\xCC\x02\xB01#\x95\xD1&\x0F\xE4\xF9n\xEC\xAEQ\x18\'\xD5\x05\xF2#\xF8\xBC.H\xE1\xCF\xBE\xED\x03 \xCA\xEA\x05\x13\xDF\n\xB7\xD5\x13p\x00\xCF\xF8\xA9\xC6\xFDJ%\x8A\x1A\xED\xD8A&\xE9\xD1:j\x9D\x14\xEFZ\xE48\x1BV\xF8\x12\x04P\xEE\xB3\x03\x9B8\xC4\x10\xF6\xDD\xA2A\xC82\x91\xE7\x11\xD5\xF9\x0B`\x15\xD9\x96\x18\rQ\xB3,\xA3X \xF7\xA3\xC3\x07K$5^\xD4\xE2\xB99\x05[\xAF\x11\xFA\xA5\x1E\xE3\xF40\xFB\xD0\n\xB9)\xD6\xF0\xE1\xC8A\xDB\x183U\x1F\x0B\xD7.\x036\xF0\x0E\xFBI\n\xCD](\xAB\x05:\xF4\xFEA\xE10\xF2\xD9=\xE7\xFD\xD2P\xE9 \xE0\xB2\x0F\xF2\x02\x1C\t\xF5\xDD\xCE+\xE4\xC83\x05D\x0E\xCA\xB4&\xDB?\x13\xFB\x06\xBE&\xA9\xFF\xE8\xBC\xF6\xCD\xDF\xF1G\xE7\xB8X\xE4\x16\xB0\xEB\xDB\x1F\x03\xEC\xC4\x1C\xE6\xB5&U\xC2\xFB\xCF$\x02\xBF\xF07\n)\xFD<\x18\xD8\xBF\xE7\x95.w\x17\x0E\xFC!\xF1e\xDC\xBF\xEF\x19\x02L\xE9\x1D\xF4\x99kG\x0B8\x1De\t*\x13\x00\xAB%\x1A\xCC\xFE!\xC2,b\x19\xB7>\xFCO\xDB/\xCC\x0F\xEB\b\xA9j\x0B\x15L\x1D\b\xDC\xAF\xCB\xF5\xEBY*\x14E\xC8\xEE\xA9@\xBCK\x9B\x01\x14(O\xD64\b\xAA\xC5\xE00\xEB\xCC\x14\xE4\xD2\xFB\x9F\xD8?\xC0\\\xFA\b\x87>\xDA\t\xD2\x01\xF6\xE23\x90\xF2\x12x\xA4\xF7\xD66\x1D\xE4\xF6\x9A\xCB\xDF\xADC\x13e2\x84\x06\xFE\xD1\xF8 \x00\xD6\xE8\xF7\t\x1B\xD3\xEA\xB2\xFE\x8F\xE5\xF7Z\x0EC"\xD9\x00\xF6\xB51\xF1M \xEC\xE3-\xD3\x14\xEEy\xF73\xEF\xA1C\xC8\r$\xD2\x07\xFF"@\x16\x00\xB8G*\xED2b\xF7\xF1\x01\xD4\r\xBC\x1DN\xDF\xB35\x07V$2\xC9\xE1.>\xF8\fg\x1C\xCC)\xFE\xB6\x05\x18\xA5^#\r\xC6\x01\xB1\x10\x06\xF5K\xBC\xDF(\xAE\x0FR\x1C\x05\xD8\x15\xE9I\xBA\xDF\xE8\xC5Y\xF0\xDD\x11\xC3\xD7\x01\x0E&\xC1\x1E\xE3F\xFA\xCA\xEF=\x0B\xE5\xC1\x13\xDD\xB0\x0F\xF0`\xC1\x1F\xDD:\xBB\xED\x16\xD4\xF1Q\xC7;\xED\xDAE\x17\xE0;l\xCA\x945\r\x1E\x02\xE9\xCE\xBE\xE6.h\xF9\xA99\x19\xF50\f\x98\xD0$\x05\xFAB\x18\xBB\xE80\x93\xEC&\xDC.\x12\xA3%b\xF4\x99\xFD9N\x02\xA6\x07\xCD\xF3\x12\x030\xE2\x9F4\xF9\xE4\'\x07\xFC\x8D\xE9\'\xD3\xFB\x19$\xE8\xFD\xC8O9\x15\xFA#\xB4\xF0\xC3*\x02\xCB]\xB1\x1F\xFCM3\xAB[\xE5\xA18\xD1\xF8^\x16\x04\xAEm\xE7\xFF\xD8\x19\xCFH\x1E\xE9\xD4\x17&\xE4,D\xA8\xD8J\tm\x1E\f\xBC\x13\xD0R\xBF/\xF6\n\xB9\xEF\xDBA\xB0\xD7\xF3\xA0\x07E\xDD\f\xFFM\xE1\x0B\xEE?\xD9\x04\xEB\xE1\x15\xF3\xCD\x1D\t\xFER\x0F\xD0;\xC4\xF2\x1B\t\xBA\xF80\xEC\x05+\xC5\xFA\xBA\xF6Q\xEC\xFE\xC6#\xFA\xB4\xCA\xEB\xDBG\xAA6\xF1\x03\x11X\xA87L\x12\x05-g\x18\xE2,\xD4]\x985\x14\xD5\x1E\x9E\xF9\x10+\xC6<\xB6\r-\xEE\xDB(\xF4\xE1\xB5\b\xFCI\xD27P\xC7B\x0E\xB6\xE1]\x0B?\xDA\x92\n\x19^\xE7\xF2\x17:\x04,\xF4\xFF\x19\xE1\x1F\xC9\xD9\x1B\x00\xE3\xCF\xF8\xBE\x0B"\xFF\xC5\xED\xF5\x1A\xCC\xE9\xB9\'T\xE5\xBDd\x1C\b\xD6\xFFs\xC2@\xAF\x14T \xEB\xDB)\x8D\xE0\x03\x15\xA8\xDB\xFF\x1A\xA4\xEF"\x136\xD2\xB82\x0E)\xD3\xFD\x97[\xC7%\xD5{\xA1A\xE7\xF4\xC2*\x9CT\xF1\xE9\xA9?\x11\xB2 \x04>\xFD\xF31\x03\x17\xD3\xF0\xA3\xF7I\xE8\x8C#\x04\xE3\xCA\x00\xA42\x17\f\xF7"\xE8\xF1(y\xF63L\xCA\xFE\xE2i\x04\xF8\xDE\xA2\xC1U\xE1\x1D\x0F\xE7\xB1\n\xEC\xFB\'\r3d\b!\x177\xCA\xDCW\xF92M\xC0\xE1o\t\xAE\xC87\xFEB"\xDE1\x19\xD0\x10\xFBL/\xF1@\xC0h\xCC\xB3Z4\xBF\t\xCD\xE6\x11\xD6\x06/\xAF\xC3\xEE\x1FM\x01=\t\xEF\xBA?\xF9M\x157\xBA\x04\xD0\xB2\xED\xFB\xD6\xE1\xFF\x0F)\x06\xCE\xE6\xD9\x0E\xA0$\xD6F\xDF\x0E\xEA\xB5\x02\x12\xC0\xEFU\xF5\xD7\x1B\xEC\xCA\x11\xF9\xE3\xEE\x01\x10\xD5\xFB\x1C?\x97#\xBC\xE9\x19\xF4&C\x12\xD6\xE9\xF6!4\xDA\x05\xD0)\xDD\xC5\xF4Z\x17\xDCH\x11\xABB\xB7K\xF4\x93\x18\x01\xF2,\xF9\x14\xEE\x1D\xF8\x92S\'\xCCg\x07\xAC)<\xBB\xA4\b%\xDA\x06.L\x1FC\xA3\xDER\xEE\x028\xFAEX\xDC\f\x9B\xC9,\xB2\x16\xCC\xA8\x13f\xF1\x9D\x01 E\xE4\x8B\x1E\xF7\xC6\'\x04\xEB\x1C\xC3c#;\xAD\\\xCB8\xC1Z\x06/\x18\xD7\xF4\xE6:\xDB\x01\f\xE2c4a\xB1\x1B\x9C\xD2\xBD\xE7\x07-\xB5\x14\xC7\xDA\r\xA5\xCE\x00;\xE4\x07\xFDwD\xE2-\xFB\xC2\x1A1\xEA\x10\xD4\b-\x006\xE6r\xD0/\xFB\xE3\xD7\xED\xBC\x13\x07\xE8\x01\xB2\xE5\xD0\xF1\xBE\x0B2\x9E\xFB\x1F\xC9\xEA%\xFE\xC3\xE6\xFE=\xF5\x15\xFD9\xF3\x19\xFE\xE4\'h\xF1 \x15\xB7\xF8\\\x1C\xF1\xC0\r\xED\x02H\xE5\nT\xAE=\xFC\xB8\xEEO\xBD\x0B\xF2\x15\x96\t7\x10\xFFE\xDF\xD4\x1B(D\x10">\xDE\xFFE\x1A\x11O\xB4C\x15\xD3\xF0\x0B\xC6P\xDF\f)\xD9\xC6Z\xD1H\xF7\xAF\x06\xE2*\xED1\xD4\xA89\xDC#\x91\xD2\x1E\xB5\xD8\xF8\xC9\xE0l&\xCE\x12\xD9\xA7!@\xDCO\xB3(\xCA\xF60Q\x99\xF3\xDA\xFB\xA5\x04b\xAF\xEB\xC3\xD1\xEF.\xF7\x89R\x1D4\xF0"\xB8\xECq\xAD"\x0B\x9C2\x10\xBF5S\xD7\x04\xC2\x10\xE9(\x05\xF7W6\xF0\x0F:#\x03\x18\xF2\x90\x1B\xF9;\xE2\xFE\xC7\xF7\xEA\x03i\xA3\x0B\x1F\xFC\xC4\f\x7F.\xED\xC9\x15*\xF8V\xE1\x02\t\xDC\x0E\xE5\x04\xA6\xD6\x05/\xCD\x02@\xFA\xEE\xDE\x03\xE8\x1C\xCB\xFD\x87B\x1BN\xFD\xCA\x17\xB8\x12\xC6\xFDO\xA1\xEC/\xBF\n7\xE8T\x06)^\r\xBB$\xD4\x1A\xF0\xE6\xB67\xEC\x18\xCE\xBA9\x1C\xE5\xD5\x0E#6\xA6t\xC1<\'\xB5\x18_\xF8\x12\x95\x1C\xE4\x16\xBEC$\xD4\xF2=\x13\xE6\xF0\n\xB2\xE1>e\xD7\xE7+\x06\xE1\xCF^\x13\xDAL\x00\xD4\xC4\xB2\xED\xD1\x182J\xE0\x11.\xD0X\xDB\x05I\xE3\x00\t\xF6C\x97\x06\xB9\xF3\x17\x1F\xFD\xCD\xEDG\x00\xC3B\xDDT\xF4\xD4-\x0Ef\xA8\xFFY\b\x94%n\xCF\xF6.\x9E\x01\xF2I\xAB\x1B&\xF5\xB8\xFB\xE6\xAD%\xF5\x0F0\x1E\x9C\xF2\x01\xAB\xFC\xC2\xF6?\x00\x13\xAB+!\xA0S\xDB\xC10\xFDL\xCB\xEA\xD8+\xF5\x15\xDB\xE2\x1F\xAD\xE95\xFF\xB2\x05\xCA\xF6\x18\xB8*\xDE\xC5\xFA4\xDB"\x13\xEC\x1E\x0B3\xDC\xC0\x00?\f\x1F4\xCB\x16f\xDF>\xFB\xDBB\xE5\x0B8_\x83\t$\xBE\xF0\xF8\xD6\x10\xEB\'\x13i\xE7\xDD;\x10\xB3[\x8E4\x009\xF2\x0F\b\xC6$K9\xEA\xDA2\xE5\f\xEEL\x17\x01\xBD\x07U\xC6\xB4\xD0\xFB\x11\xEFh\xD4\x98\xED\x05F\xF0\xA3\x02\xBD\t\x14|\xC6!\xEC\xCE\x1B\xDE\xE9D\xCA3e\xB7\xFC\xCF\xF2\xAF\x0B\x1C\xF7\x01B\x06\xE2\r\xBF\xB9i*\xD1\x18\xEF\xE0\x8F\x1DQ\xFC\xCE?\x1E\xB1\xD5\xEA\xA7D\xFC\xE5<\'Q\xA18\x17\xE3-U\xDD\xBC\r,\xE6K\xCC(\xB1\xF8\xD7\x13\x04+\x95\xFA[\x15\x06\xE5\x1BH7\x02!\xC8-\x9E\xC3#\xEC\xCB\x1EI\xF9\xDA\x9F\xFCV\xB7\x10\xF9\t\xC1\x12\xA1\x02\xF47\x10_+\xF2\x0E\xD9\x17\xF5\x05\xE8\xCC\b\xF9\xC4\x14\xFF\xD1\x1C\xFA\xD7"\xF4\xEA\x030R\xB9D\xF3:\r\xD4 \x86\xF3\xC5\t\xA5\xE0P\xEE\xD7]\x15\xDCR\xFA*\xF0\x1A\x05E\xE62\x03\xD6c*\xF0D$i\xDD\xC9\b\x1F\xE1\xCD6\x80t\xBF\xDD \xB6)I\xAC$\xF36C\xB3_\x12\x8E9\xE0\x1A\xA4\xFD\xE6\xD9\xC4\x03\xB4\xE0\xFF;\xDA/\x16\xFA\xBC<\x05\xFC\xF18\xB6\b\xA6\xD8\xCB\xEC"\xC2\xF4\x1E>\xC8\xE7\xB0\xD5\x06\xBD\xE8\xFE\x9B\xF7\xBF\x19\x00$\t\xEEC\xFDY\xF2\xDB\x0F\xE7s\x9F\xE2\x03\xED\n\xC3W\xD0\f\xEE\'\x10k"1\xEDG\'\x0FZ\xEA\xD2(\x11\xE5\x1B\xAD\r\xD1\xE6\x1A@\x13S7\r\xAF\x13\xDF\xA6\xFF\x178\xE0\xF9/\x1AO(:K\xEA\xB3\xF8\xD3-\xAB\f\x19\xD1\x01@\x07\xC9\xF8\x16\'\xCE2\xF9\x15\x00>\xC0J\xCD\xAE\xF6\x16S\xC8\xF8\xBB\xAC\x03\xF0h\x94F\xCB3&q\xFE0\xC5\xF6\x8D\xE0\xFFg\xCF/\bN\xF3\f!V\xEE\xAD\x0B\xCF\xD8\x03\x12\\?\xE5\x14\xC86\xE2\x930\xBD\x1C\xD71\r\xBB\xDEI\xAA\xE5"\xDA\xF6\x06\x1C\xDF\xFE\xA0\xE6\n\xD7\x1DC#\xC4\f\xF7\x00\xDD\xEB\xBE\xF4\x9A\xDF\x04N\xF7+\xD6\xEFG\xF9\xEA$\xBA\xD0\x98\x11\xC8;\x15\xE5\xF3\xA81\xDD\xC1\x1F\x03M\xEB\xFAa"\xEE\xFD\xAFW\xF1?\xFE\x1D\xF2+\xB7c\x9A\xE86\rA\xD1\x04,\xF2\x12\xE5\xFB\xDC:\xB5\x1EU\b\x16J \x10\xEB\xAF\x1D\x06\xBA\x16&\x9C\xC5\xDBr\xFB@\x02\xD9\xF7\xB8n"\n\xC9\xFC\x0E\x9E\xF5\xD8\xB8\x07\x11\xCD\xE4F\t%\xE8\x9A\xD5m\x07\xCB\x0F\xFC\x17-\xC6\xEE_\x1F\xB4\x92\xF55\x15\xDC\xC6\x02\x1A\x12\xC1\xEB5F\xE1\xD3S\x02\xB8\xDB\xF5\x10\xC3\xDF\x013\b\xA8\xE8\x04\x14\xC3>\xFA\xE3-\xF2[\t\xE9\x0F\xA6\xF5\xCDX\xE1\xF0\xAA\x13\xC0]\xA6K\xDF\xC5\x8B\xD5\x19\xB5\x05\xD0\xE7\xFD\xC5\xDF)\x01\xBCh\xA7\xF9Q:\xE2(\xF9\xA2\x04\xF0#\xAA\xF9\x14%3\xE9\xFB\x1A&\xEC\xF6\xBFAe\xE0\xF4\r_\xB6\x15\xA2\xFB\xC19\xFD\xD9-\x1C\xB7\xFEC\xD3&\xF6\t\xCF\x17\xF01\r\\\xF8\xE19\x15\xAEE\f\xEFT\xD4\x1D\xEB\r,\xD0\xF3\xB4\x0BW\xD9\x1C\xC0:\n\xE5G\xCE\x89\x07P\xD3\xB0J\x11\xD6 \xFE\x913\xCF\x1F\xE9\x04D\xDA\x1D'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('4\x00\xE9M\x11\xD9\'\xE6\x13\x8A\xF5%\x02G\xB5\xE2\x1E\r\xCF\xF7*\xE2\x13\xA4\xF6\x05A\xB5\xE9\xFF\xAA\x1F\xEF.\xFE\xAC\x1CD\xF6\x0B\xE3N\xF4\x91/?\xF7\x13\xB7<\x00#\xDA:\xF1+\xD4!\xE2\xA7Z\xF3\x1C\x04\xCC\xA3!\xBF\x05\xAC\xFDd5\xD2Q\xE4\xCC\x11,\xFD\xED^\xA6J\xB9\t9Q\xD4#\xC5\x1A1S\x0EF\xD4\xC2]\r\xE5\xD2\xC2,\x8C#\x01\r\xE9\xD2\x06\xDEa\xE6\xCB\xF6\xA8\x12\x02\xB4\bI\x10\xFF(\xC3\xD6?\x1A\xDA_\xF4/?\xF0\xC6\x04\x1D\r<\xAA\xF2\xD7?\xC3\x011\x18\xD7\xFD\xC8\xEC.\xE2\n\xF1\xDA\xCE\xF5\xE3\x04\x16\xDC\xF25\x02c\x16\xDA\xCCr\xBF\x18K\xAA\x1E\xF0*\f\x1Ai\xE3\xC6S\xEB\xF7\xCA8\xEC\x14\xB2\xE6\x06=\xFB\x14\xCF\xE1\f\xB8\xF8\xDC\xED\xBE\x06\x18X\x9B&\xDF\b\xE9\xF2p\x1D\x01\xAEZ\xFB\x9A\x11\'\xBC:\x9E*B\xB5$\x96\xEC\xFB9\xF1\x1D\xE0\xFB(\xC6\x023\x92\xD7\xBDE\xFB1\x1E\x9A\x18\xB8\xD9F\x06f\xFC\xED\xB3\xE4*\x8AJ\x17T&\xA0-r\xFB"\xE7\xF7\x14\xCC\xB1B%\x91\xDE\x0F\xBF\x165E\x02s\x1D\xFD\n\xE8\xF8\xCC\x13\bK\xBA\x0F\x05C\xB2\xEDX\xDB\x11\xFAQ\xEC\b\'\xEF\xD0\r\xE0q0\xFA\f\x9C 3O\x0E\xC7\x03\xEE\x1F\xD7\xE89\xFF\x14\xC7\xDA4\xD0\x0B9P\xFA\x10\xC1\x04H+\xF0\xD5\xE8\xC9\xE0\xAD\xEC\xC7M\xD7\x1BW\xFE\xE1\xD6(\xE6\xA4.\xD6\x15\x07<\xB9\xCF@\xFF\x16\xDD\xA3\x05B\xF2\x01%\xE6\xD0\xF0\xDD\xC5\xD5#7p\xBB\xFC\x07\xAE\xCD\n\xE4A\xF1\xAF\x04\xBC\xE2\xEE\x1F\xD43\xE5\xCE\xF9`\b%\xF7\x18\x071\xF3\x10\xB00\xEE\xC34\x1E\xF4_\xC5\xFF\xF67\x9D\xE8\xF2!\xE2\xB0\xC89X\xBC"\xD5\xC4\xAA\x13M+\x18\xF7\xFF\x95\xF6\xDD\x10F3\xF1b\xF6\xB6\'\x0FJ\x1Ah.\xA1\x01Z\xF4\x17=\xB5\x1D\xA1B\xBAV\xD3>\xDD&d\x03\xA0\x0EG\xAD\xCF\x17\nO#\xCD\rk\x17*\x03_\x1D\xF7\x0F\xE9\xFC\x16[\t6\xBD\x03\xAFE2\xE9\b\x1C\xD1\xE5\xC3!\x17\xD5P\x02\x87\xE9\xFD\xF3\xC6\x16\xDC\xB8\n\xA6\xFF\xEC\r\xD9\x01\xF0\x0E \x90\xFF\xBE\xE5\xD1\xF6\x19\xE8\x04\xFA;\xDA\xEA\xBB\xE3\x01\xC3\xF8\xA4\xD4\x0B\xF0+\xD71\xAE>\xF6\xEA\xDB\xFBa\xE4\r\x17\xB7Y=\xA9(\xFA\x9C\r\xE0.\x1C\xCB\xDD"\xD5\r(G\xEA/#\xDFM\xC7)\xE29\xC4\xE7\xF9\x13E\n =\xDAw\xBC.\xEE\x84\x13+E\x1B1\xDDM6\xE7\xC0\x9A\x02S\xC9\xE0)\x8F\x1D\xCD\xEF$\xD4\xDB\xF2\xCA\xFE\x15\xEE\x05L;\xEC\xC0\xF9\b3\\\xAD<\x06\xFB\xCBe\xD3\x125\xF9l\x17\xAC-\x05]\xCD\xF0/\xB4\xFE\xC8&\x0B\xE1 V\x05\xF4\xAC\xD6\xEF\x07\xB6\x11\xFCC\x1A\xE3\b\x1E\x0E\xFFO\x11?\x07\xA29C"\r\xE1/i\xD9\xCC\x00\xACZ\xF0?\x12\xBD\xF7\xED\xE1\x94\x1D\xF5\x04\xBE\xF1\x99\x07\xD0\xF5L\xD8$\xA7\x18\xDEQ\xEB\x12\xF3\xA7D\xC4\xFD\xD0\x0Ed\xFC>$\xEB\xCB"x\xD0\xF5:\xED\xBF\xD2\xF2\xB4.\xC5\x17\xF4\x01\xA1M\xC0\xF5\xB3\x1D\xE8*\x13#\xD2\x8D\xE6\x01,O\xC2\x13A\xE4\xAF\x1AD\xE8!\xFF\x10\xB8\xEC\xFD:\xC1\xF8\x06\x997Y\x02\xD6\x1B8\xB7\xDF \xC7\x93\x15Z\x03\xA7\xDE\r\xB6\'\xA5f3\x04\xDD\xE6n\xFF\xDA\xCF5\xEA\x06\xD4\x118\t\xBA\xDD\xFD\fI\xDB\x18\xCF!\b\xD8*\xFFU\x0B\xD71\xC3X\xDFB\x1C\x0B\xE3g\xD0)\x1A\xE4\xCE\xF9\x0F\xE6\xF1,I\xE9\n/\xD3\xE2\xF94\xEF\x17\xFEI\xD9\xFA\x14D"\xF9\r\xB9Q\x13\xF8\x19\'W\x90\xFAJ\xF3e4\xC7\x1E\x05\xF1\xA6\xFCy\xB36\xEE\xC6\'\xE1\x14\xAA\xEE(\xCA\x9B3\xF3\x02\x10H\xD9\xBC#2\xAFi\x04\x95\x14\xF7\x01\xBD\xF3A\x1C\xC2+U\xC9\x06\xE4\x1C\xC4\xEA\x9C\xCF\x1A\xED)\xE4\xAE\xD8=\xEF\x02\xE1\xC4\x19\xA4\xE7\xF6\xB2_;0\x0E\xE8\xF4\xD0\x11\xA1\xFBM\x02\xF68\t\xF9\x16\xD6\xB9 \xAB\xEF\xFE\fN\xEC\x16\xC1(\xD9\xCC:_\xDC\rQ\xB1\x07\xD7\xE8\x87\x100\xF3\xB1\x0BV-@\xA9\x07"S\xFE\xC9\xB8 0\xD1&\x03\xD7\x13\'\xEB\xBC\xCB\xDDJ\x19\x04\x1Fb\xEA\xCD\x1B\xB6\xD2|\xE7\x04UF\xDE0\xC7=\xF5\xA1\x06\xDF\xFCL\f\xED\xB1&\x1B\xA2\xEB\xFC\x12:\xF6#@\xD1^\'\x03\xD8\xF4\x00\xE3\xD1\xC1/\f\xE7\x16r\x0B\xEBD\x0E7R\xFD\xE0\b\xF9$\x99\xC1?\xE0\xBA\b3A\x0E\xDD\x1E\xA7\xC3&\xEB\xFD\x14\xE6q\x19\xD59\xCB\x1D\xF5@\x18\xFD\xE4\xC67)\xCD\xE0i\x94\x01\xED\xBB\xFD\xE1;\xC8\x12\xBC!I\x05\xF0\x9EG\xF5\xDA\xA9\xFC\xB5\xF0\xC3\x9B\xCFA\x1C\x11X\xEF\xFF-\xF7$\xD9\xF2\x83\xFCL.\xFF=\xF2\x0E\xCE\x8E\x05(\xB4\x01%`\xB7\xE6\xA7\xD4N\x06\x12\xF6\x03J\x18\xBF\t\x1E\xDCH\x0E\xA2\x18\xEE2e\xF8\x0Eg\xDD\x1B6\xCE\x01;\x13]\xDE!\t-\xF1\xAA\xD63\xE4\x0B\xD4\xADH\x15\xC4(\xE5\xEE\xC9\x13\xD8\xB1\x1C8Y\xDB\xF2\xC4\xE2\x12\xEE\n4\x02+\xBC\xEFz\xD8\xB5\xE7\xF2,\xD44\x15\xCA\xF6"P\xB3\x06\xDD\x8D\xEA\xD0\xFA)\xBE\x07$\xE4\xC7*\xF8\x00\xE6\x16o\x03\xB7D\xC8\x17h\xE9\r\xFE_\x05\x19\xBA\n\xF6^\xE2\b\xBD\xF7\x1F4\x0BH\xF9\x99\xD9V\xC9\x1F\xDF2\x97\x1CC\r\xA9T\xF9\xE4\xADc\x05\xE7\xD4\xFA)\xCE\x1D8\x14\xA8\xEB\x0FN\xF1\x97\x1B\xD4F\xACN\xD9\xC6\xF7\xEB \x06\xA3\xF48\xCE\xE2\x93C\xD07P\x9F#,\x00C\xEA\xD3P\xAB\xE8->\xFE\x16\xF2\x10\xFA\n\xCF(\xFE\xDC"\xC8\x0F\xFF<\xEF&\xC2\x11A\xE5V\xFE\xBFB\x00X\xD5\xB4\xFB?\n\xE92\x10\xBB\x1D6\r+\xDC\xFBN#\xB5\x1A0\xF8\xF0\xDB \xE9\xFC\xD3\xEF\xC8\x16\x92\x10\xFC\x18\xC8\x1E\xD1\xBA&\xE7\xA3[>\xEA\xC2\xF77\x06\xEBF\xBA\x19\xD9\x986\x01\x1A\xA6\f\xF3\x17\xC1\xE2 2\xDF\x15h\xBF\xF5\x04\xCD\xEE\xFD\xE2\x8BT\x14\xBF\xD3\x02\xEE\x07\xBF&\x10\x00\xB4\x15\x07F\xADm\xDE1\x04\xB9\xDC\xF5\x03K\xE0\x07:\xC4\xD8\x02\x17K\x10\xD2]\x9D\x1F\xD1\b.\xF9Y\xDF\xBA\xED2\xD9D)\t\xF6\xC8\x05\xEC,\xDA!\xA2b\'B\x07\xD0:\xF2\xE6*>\xDFL\xD8W\xA72f\xE0\xC45\x0F\xFA!\xF2U:#a\x0E\xF0\xAEn\xF7/!\xB4\xF3\xA7\xE4\xBB\xF10\xE0\xF5u\xE9\r\xCA\xF3I%\xC7\x07\xB0\xF0l\x9C\x19H\xAB\xCE\x11\xFF:\xDE\x15\xF4\x96#\x00\xB3l\n\x9C\x12\xFC\x1E\xC8\x0B\xEB\xCE*\xF5\x1D\xE6\xD6\t\xC1\xE4\xCF\xEB\x9F*\xC3\x1B\x12\xD3\xEB\x06\xDF,c\x1A\'\xFC\x14\x03B\xC3\xB2\x16!\x05\xD3\x0Fj\xF8\xE8\xD1\x12\xDC9\xFC%\xF3Q\xB8\xE7\x0B\xC4\xD7X\xEB\x11\xC6\x1A\xF8\xCC5\xAF\xE7\xF4<\xFB\x05M\x98\x02\xB6@+\xA5\x1B\x0B\x00?\xD6\xE64\xFF\x89S\x0ED\xCE\xFF\b\xD8R\xC9\xA8\x1B)\xE3R\xA3:\xFC\xE2\x91\x16-=\xB8\x02\xE8\xBE\f\xE16\x19\xFAJ\xAE0\x1C\xFA\xDAI%\xE1\xED[\x04.\x15\xDE\xB9#\xD8\x12\xEF\\\xCD\xFFK\xF80\xB2\x15\xFA\tG\xF3\xC9\x1E\xFA\xBE\xE86\x8B\xEE>\x0B\xEA\xD6\xFB\x02\xEF\xDC,\xB6\x1D>\x02\xD0\xFA"S-\xD2^\x03\x92\xC9\xF0$\x01\xE3\t\xB95\x04\xA8A\x0E\xBC \xD2x\xA0D\x19\xE5\xC18$\x17\xEB\x10\xDA\x7F\xEF\xCCW\xB9\xDB$\xE2;\xAF\x15$\xF6\xC5\x1F\xDF\xB73M\x10?\xCF\x0B\xF6^\xEC\xC2\xF2R\f\xE0\xA3\xF7\x14\xED\x1F\xD80y\xD2\x10C\xCBb\xE8\xF4\xD3\xFE\x17\xDC\xF1\x00\xC4\x0E\xED\xFEb\x0B\xF9\xDE\x9F\xF4\xC8\xBB%\xE2\x05\x1D.\xA4\fg\x03\xF0\xD9H\rp\x01\x12\xF9$\xF2\x96\xBC"5\xC6\x14\t\xDE \xB1\xC8\xEE\x1BB\xC5\xAEG\xF8\x07\x15\xA5\xEC\xF6!\x9D\x0F(\xC02O\x89+F\xF9%4\xCA\xAB,\xD1\x04V3\x07\x199\x91D\xF5\xEA\xFE\x17\xC0\xD02\x06\xA5\xE3\xD3+\xAC\\\xCE\x06\xE1h\x16\xE8\xA8\xFD\xD4K1\f[2\xD6\x07\x00*\x0F\xE9\xBC\xDF+\xC0:\xFD\xDEK\x19\n\xE5\xF7\xCA\f\xE7\xB4\xE2\xD7\b\xF1?\xB8\x1D\xE4\xB0G\xE8\x00\xD6\x12\xC3\xD25J\xF8\xE6)V\xFB\x18\xF1\xC0@\xE7\x1A\xC4.\xFB\xD9\x04W:(\x9E\xF8\xE5\xFE\x11\xB5\xE6j\xDE\xCD8U\xFFE\x1B\xD6\x06\xB6\xEC\xCFj\xB1#\x04Y\x1A9\x02U \x15\xE8L\xFC\x12(\xCF\xF9"\xF0_\n&\xB3\xDE\x10\x99\x1B\xBB\xCB8O\t\xFE\xD7\xF5\x0BE\xED\xB3\x1C\xF3\xE2\xBE\x03\x19\xC9\x8F <\xF3#\x9D\xFC\x1D\xB2\xF3\x0B\xE4S\x14-8\x01\xF2\xDB;\xED\xD5\xA6\xF4\x12\xBF\x95\xF7\xDC\f\xC5\xF1\xD9h\r\xC0\xAE=\xE4\x02U\xF1<\x01\xEC\x0B\xDD!\xEB\x9A\x14&;\xA5 \xD2N\t\xCB#\x10\xEBe7\xEA\xDA\xFA\xC0M\t\xEE\x16\xD7\'\x98\xCA\xF1\xAA\xF8\xC7\x1F\x8E\x16\xFC\x10\xC3/\xDEH\xCF*o2\x86$;\x03\xA20\xE0\x16,\xF8\xA0\x15\xCA"\xD6`B\xF5\xB2\x042\xDFX\xB9\xE5\x11\xFE2\x80?\xFAF\xDA\xAD\xF30b\f\x18\xD23C\xC6e\xF96\x02#a\r\xE2G\x06Q\xBA\'e\x07\x1F\xFE\xEF\xE4\x06\xFF\xD5Y\xBC\xE7\x1C\xF4R\x06\xCD\xDA\x1F\xE9\b\xBF-\xA9\xFD\x12+\xD4\xC5\xFB\xF1\xCC\x03w\xC1\xDC\x17\xEF\xB6\xD1\x07+\x12\x05\xC8\xA9\xE4\x01\xB4\xE0\x03\xEA\x0F\xDDJ\xE9\xD3\xBD)\xD8\xEA/\xD0\xE3\xF9\xEB\xB5=\x0F\x94\x1A\xC9\xEC\x15\xF9\nC\xC8\xFE\xEDG\xBAt6\xFAP\xE2\x17\xCE\xE6m\x1DG\x0F7\x1B,\xEC\xF7%\xE3\f.Y\x1F\xFD\xC5\xF1\x1BP-\xF6"\x13\xA4.\xBE\x1E\xB0\x17\t@\xFB\x19\xAE\xF5\f>\x9E\x18\xCB\xD8P%:\xF5F \xDD5\xB2\xD7\'\x97\x1B\x0F\x00\xD1\xAF\x0E\xF4\x044\xBD\xEF\x01\xA3\xE3\xB1\t\xD8\x93A\x05S\xC7\x01\xE7\x9D\xDFK\xB7\xD6\x0F\xEB>\xCA^\xF1G\x07\xCF\xFD\xF41\x9E\xEF\x10v\xC5!\xDB\x00T3\n\xF9\xC2\xDF\xB6\b\xA8\xCE\x00\x11f\xE6\t\xF6-\xE3\xF0\'F\xD9\x1F\x8DR\n\xD9\xF8$]\xFDJ\x14\xB7\xD36\xA9\x16\xF68\x19\xEFD(\xFB\x9A\xDB\n\xFE\xD4&\xE2;j\xC5\xDBT\x01\xCE6\x04K\xED\x12)\xF3\xA9\xE8\x03\x13g(\xE9Q-\xEF\x18\xC1:\xDC\xC7>\x9F\x19\xC5\xEC<\xFA\'\xC7\x19;\xEB\xD0\xC1\xF2"\xE7\xFB\x1D\xF1\xD9k\xBB\x03\xD2\x04\xE2n\xC2\x1E2\xB8\x19\xF8\x94\xED\r+\xE6\x1C\xB8&\xE3\xA3\xFB\xB7\xD2\xC1\xE1\x1EZ1\xF0\xD6\xFD\x0F\xBE\xE1\xA0\xF8L"\xB3`\x14\bS\x02\xB2\x11\xD3\xE7H\x12\xB8\x051\x11\xDD<\n[\xBF\x0F*\xCD\n&C\xAB\xF2\x16\x00I\xEE\xE5W\xC6\x14\x00!\xAB\xF9\x06;\xEC\xD9\x160\x1C_\x06=\x10\xB4\xCF\x1B\x9B7\xF5@\x07\x1E\x01\xD2\xEB\x04\xFC\xD5\xE8\xF7\xDF/`\x07\xF2\xA8\xE0f\xF5\x8EO\xFF\xC9\xA4/\x02\xE0M\xFA\xEA\xAC\x13$\xCA.\xD3\x11\xA5\x04)7\xD7P\xBDC\xD3\x13\xC7P\xF7\x07C\xE7\xF4\x8C\xFC\xDA\'\x00C\xE5\xC7\x17\xD8[\xCA7\r\xA93\xF1\x1D\xB87"\xCC\xFD\xBE\x1E3\x00)\xD5\x1E\xE5*\x18\xF6\xD6\xECA\x98\x1F:\xDD\xF5\f[\xE8\xB5\xF6>\xDC\r\xB2\xEA\b\xE0\x19\xF1a\x97\f \xB1\xC4\xD7\x0E-J\xEE\xC4\xF6\x0BP\x05\xAE\xEC&\xB6\xF3\xDE\x16)V\xCBE\x0B\xA5\xE5\x14@\xDB\f\xC9\xEC\x0F\xBE\b\xEE\xB1q$\x15\xB6\x07\xC8\x00Z\xC0\xDC\xF99\bT!\xCD\xFBs\xF4%\xCA\xFC-\xE7\x003\xD1\xF0i\xFF"\xCC\xE3\x18t\xA5\xDD,\x1E\xFA1\x10\xFEBv\xC2\xE4\x93\x11\xDC\xFFm\xF0\'\x9B\xF8L\xAF8\xFBU@\xD95\xFC\xE3\xCE2\xF2\x11\xE6\x1A0\xC1\x1E\x92\x17\xE3\xBF\xEF\x1B\x9C\x125L\xA5\x0F\xDA\xBEI\xE2*\x139\xAB\t\xBB\x033\x11\xEB\xB8\xD1d\xDF\x8B\xE7\xD5 \xF8\t\x01\xED-\xC4\x19\x06\xD6Z\xEA\x03!\xE1\x17\xA4\xCC\x03\x12\xC2\fH\xFEd(\xD5\xA3\x06O\x02\xF1\xD71\xFFG,\x03\xD3\xE5\xB9\x05=$\xF6\x1A\x03\xA0\xFA\xDA\xEA[@\xF9\xD4!>\xFF\xF3\xC3\nI\x1A\x04\xAD6\xD0N#\xF6\xB18\xFA\xBA.\xCD\x13\xBFm\xF2-\xE9!N\x9B\xF0\x1F\xAA\xDC\xBC\xF8A\xEC\x0F*\xCEg\xAA\x10\xE8\xB7\xDEU\xF8\x1F\xEE\xCFl\xAE\xEA\xCB\x0EF\xC1\x1B\xF3&\x9D\xE8\xC7\x07V%\x169\xEF\xC9,\x12\xEB\xBB\x18<\xD5\xE8Q\xE0\x0E\x1C\xF4=\xDA\t\xD1\x00\xB9\xF6\xDF:\xD5\x05\xE8\x175\x0ET\xCE\xAF\xE9>\xF7\x06%\xCA7\x0B\x18\xC61\x00\xDF\x15\t8Y"\xE01\x00\xCE\r\xDEL\x1A\xB1\xDB\x96\xE4\x01\xB8R\xDD\xF3`\xFC\xE0\xA7\x05\x13 \xC8E\xA8\xE4\xFE%\x98A\x1CZ\n*\x16\xFA&V\xCB\xEF\x02\xE0 \xFD\xDE\x15\xC4L\xDB\xFB^\xEC\xACD\x0F\x90O\xC2\xFC\xD8\xF0\xB9\xF6\bS\xB3\x15-\xFE\xF05\xFA\x10/\xD2\xF8"\t\x9FA%\r\xCBd\xFE\x8F\xEF\x02\nS\xB60\xF9\xE7\x10\xDB\xA6\xCAc\xB0\xC0=\n\x88,\xB3\xFC^\'\t\xB5\x1B\xF0\x86 \x07\xF4\xD9%\xE7\xF3*\x1D\xA4.\x14\xD4\x97\xE5<\xEE\xC0c\x0B\xCDH\xEAh\x1D\xAA<\xFE\xD7\xC3\xE6.\xF0D\xDB2\'\xD37\xEC\x18\xCB\xF0K\xC33\xF3\xE5\x02\xED\x12\xE2\xF5L\x1A\xC5=\xCC\xA09\x01\xE5.\x12\xD4?\xBE\xFDf\t\xD2B\x04\xE2E\x00u\x19\'\xF9\xD8\x05\xA1\xE1)\xBA\x03\xC5\n\xDF\xEC\\\x11\x1B\x03\xB2\xF9\x1D\xBD\x0E\xF7{\xC0\xDD\x0Fa\x05\xAC\x19\xFE$\bE,\xD8\xFF"\xD1\xE9\x0F\xF2\xF5\x1E\xED\xD1sC\x95\x02\xE30\xCB\x15\xAF6\xBB\xF7\xCA\x0B\xE9\xC37\x0F\xC8O"@\xF5\x13\x1E\xD8\xF25\x18\xBE+\xCF\xF55R\xD6\t\xEB\xAB\xE3\x19\xFC\x9E+\xD2#\xE1;\xD5R\xBA\xD0\x1C\x95q\xB6\x051\\\xD7\x0ET\xE1\xFC\x0B\xC8\xF7*\x19W\xEA\x03\xDF\x1A\xEC\x11W%\xB0\xFB\xF0\xDC\xAB\xFF\x1B\xD1\xEB\xAE\xFDD\x9EQ\xF7\x04\xAFG\xE0\x88\x15\xC6)Z@\xCD"\x07C\xF4\xFF\xB9\f\xF7\xEB\x90\x0F\xF9<\xF24\x15\xDE\xFA\xA5%\xBF,\xAC\x18\xBB!\xDE\xEE\xB6\x0B\xA1K"\xFBG\x9A\xDA3\xD1\x1EH\x070\xE6\xBB\f6t-\xE5\x11$\xCA\xE7\x0E \xED\x01;\xE5\xFD\x12\x034\xF0\xB2\x14\xE34M\x15\xC9j/\x18\xE3\xC4\f\xEA\xCCI\xC0\f\x00\xDB\x04@\xF26Y\x06F\xD0\xF9:\xF2\xD4\xC5,\b\xF2\x15\x02\xE4\x9Fe\xF4\x13U\xFA\xDD\xC5\t\xD3\xB7\x00\xDC9n\xFB\xD8\x0B`\xB8\xF3\xA0\xDD\xC2K\xD8[\xC6\xED\xA2\xDB\'\x01\xF0\xDC\x06\\\xAF\x01)\x1D\xEF\xE5;O\xEB\xCD\x11\xD6\xE7\xA7\x0F\x1F\xDA(\xBD\x0Fp\xE3\xFF\xB5_>\xC1\x18\xD6&\xCA=\x8F\x03#\xEE\xF8X/\xF1\x14\x95\xBF0\xCB\x1B%\xD5/\x1E\xFA\xE9(\x00\x10\x1F\xFB>\t\xB0\xC0G\x1E&\xD4B\xF6\x9DW\x13\xCE\xFD\x1C\x85&\x00\xF82\xC5c\xFD\x15\xE7\x05\xA8<\x1F\xCB\xEA\xF8-\x0B\xFD\xB3\xEE\xE1+\x17\x8EB\x0E\x1A\xA9H\xD1\x06(E\xF5\xAA\xEAC\x07X\x17\f\x97\xD0/\xBDb\xE6\x1C\xD64\xF7\xA1\xFD\xE6\x11\xDA\x060\xB4\x1F.\xBAk\bJ\xB2\x19\xF1\xE3\x985M\xF7\x19\xEF\xD7)\x10\xA8\xDB\xE8 E\x05\x10\xD5\xF3\\\xCD\xDE\xE8\xC2\xFA\x1E\xE4\xEF\xDB\x11\t\xFF\xDF\xBD\xCF\xB0\xF4;\b\xE0\xF5\x05\xCC\xF2N\x13\xE9\xCE9\xBDT\x1A\xC7\xFC\xDF\xF4\xD5\xF7\xE1\xED\xC9\xDE+\x04?\n\xCC\xB5\xDC1\xC1\nI\x03R3\xCD\\\xF5\xC12J\xFE\xBC\x1F5\x04)\x0Ba\xB3\x01O\xBB8j\x14\xF84\xE4 o\xEEI\xAB\x157\x99\f*\x01o\b\xF3-\xAD\xED@d\n\x0E?\x167!\rU\xBD\xD5\x1D\xEE\x00%]\xFB\x92\xE1\xF4\xBC\x14\xFF\x9B\xDD\x1B\xAD\xEA\n\xE4\x12\xB0\xF4A\xD9\xC96\x18#\xE7\xCC\x9A,\xEFE\x03\xC6\xDB\xBA\x1B)\xD5T\xFC\xE1\xC6\xB4\xDB\x16!\xE1\f\x02\xD2%\x94\xE9\xA6\xC2\xFE\xD7\x9E\xFB\xE9\xF6k/\x0E\xE6\xD0\x14A\x1C\xD3$\xED\x07?(\xFBg\xC9&<\xD7m\x00\x9C\xEC\x10\xF7\xA2\xD3\xFD\xF4\x1C\xD8\r\xA6$\xFD\x136\xF9\xE9\x01\xBE$\xEE\x1CF/\xEE\x8C\xCAI4\xBC\x14\xEAN)\x05a\xF3\x13E$\xAD\x14\xC5\xA2P\x06\xB3\xEA\xFEk\xAB9\xC6\xE5\r\xD2\x15\x02\xA0\xF8\xED+\xCF\x17#W\xDF\b@](\x05\xC2T\xE9\xD3L\b\x9F\xCC\x0EB\xDC\tc\xA6\xF9\x04\xD4]\xFE\xF5\x1B\xDB\xFA;\xF9\xD1\x1C\xE5\xB71\xCD\x06\xE1<\xFC\xDA\x1F\xF38\xC8,\f\xDD\xF8\x1AN\xB4\xF14\xE0R\x1A\xC0\tK\xE5\xB9\xFE/\xC3\xED\x12\xB0\xE17\xFB\x17\xB7+\xF1\xE1\\\x1F\xB0\xF41\xCC\x13\xE5>\xBD\x0F(\xE6\x96Q\b\xC6'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\n\xD2&R\xDB\xF9?\xD2\x16\x01\xE6B\xF6\xB5+\xFAB\xCE\x11R\xB7\xEE\x1CB\xC0\x11\xF10\xC9\rB\xE87\x13\xB8\xE3\f&\xF0\x05\\\xE2\xF7=\xCF\x07\x17\xF7K\xE4\b\xD2=\x0E\xF2\xBB1\t\xD1[\x15\xC3B\xE9G\xAC\xF3\x14\x9F\x07)\xECb\xA3 \xC1\x14\t\xE0\x1C\xA6\xE9\x00\xDD\b0\xF8\xD6\x04\xA0\xDE\x1C\xB0\xF7\xDC\xA5\x01\xF9_0\xCFO\xBE\xA4*\xD5\x1A\xAE&c\xDC\xC3 \xB2.\xFB\xA6$\x02\xDDJ\xEB\xFB\xAD.\xD9\x05 \xEC\xC0\x017\xE8\x1C\xB4\xC5\r-\xD8V3\xD3\xED_\xC3(\x198\x8D\xCB\xE4j,\xFBO;\x06p&\x18\xCA\xD6\x1D\x93\xF5\xFF\xDE\x13A\xC4\x0B\x00\xF2\xEA\xA05\x04\xF1q\x1B\xEC\xC5_\x16\x9C\x1D&\xE2\xF1\x0F\xF9\xB7\x1A,\f\xCAl\xDFD\xFE\xF5\xE1\x05\xF0\xFC\x9B<\x03\r\xF3\xD4\xFAY$\x15\xAE\f!\xCE\xE7\xFF\xC3\xEF\nN)\xEA\x07D\x18!\xEC\xFA\xE65Q\xBD\x11E\xFD\xE0\xCB\x13\xDAD\xE3+\xD4\xF5A\xBF\x01L\x9Ef6\xDFX\xD6\xFC!\xF1\x11\xD0O8\xAF\x11\xC9%\x17\xDA/\xACC\xBB\x0B\xF1\x01\xC3\xEB\xF4\xB9\x17\xD9\x8B3\xE3\xBA\xF3<\xC4\xD9\xB13\xCCo\x10\x98\xDD+\x1C\xD3\t)@\x98\f\xF7\xB6\x07\xFD\x12\xCB\n4\x1A\xED\xCD\xE3\x92\xF6=\xAB\xBB2\x04\x97\x18\xBE\x1EC\xE8Y\xB9\xF8\xE4m\x1D\xEA\xDF2H\xD9:^0\bG\x11Y\x1F\x04\xAA\x0F\xFD\xE5W\n\x03\xB8$\xEF\xFE\xCC\xF6T\xB8\x16\xE8\xC1\x003\x1CU\xAA\xE8o\xDF\xB3\xD5\x06%\x14\x02\x11\'\xE7\x17\xD9Z\xE5(\xED\xFA\xDD\x02\n\xCFL\xFE\xC8\x05\x13\xCF\xFD\xA1\x1B\x0F\xE0\x96$\xEC\xF5\xD0\xFA\xDD.c\x16%\xF1\x9F\xF6\xD8H\x18\x05<\xE5\xA3\xEE\xFA[%\xD3M\xED\xC80#\xF2>\xFA*T\xC1\xFDL\xCC\xEE\x07A\xF6\xC8\x0B\x00\xD5s,\xA16\xEF!\x10\x91*?\xB3W(\xCB\xF8\x03\xD3\xFD\xC6;\xB3\x17B\xC9\xEE\xD2\xBCJ\x1D:\xE3.\xC5\xAFg\x0E2\x1E\xD98\x07\xF3\xA2\xDE\x0E\x03\xD8\x18\x89\x10\xE6\xF5\xA7@\xE3\x1D\xBFg\xFE\xA2/\x1DG\xAC\x0E\xC4\x15\xF6\xB1\xE0;\xED\xD8\xF6 \xF0\x07\xE8\xB6E\x1EQ\xE4)\r\xE9\x00\x9B\x067\xDF\r\xFE\xCE\x12\xFB\xEB\n\xD6\'\xC0\x03\xCA\xAD\xE3!\x17A\xF9\xB89\xC4\xFFH\xCE\x1F\x0B\xDB7\xB0*\xDD\xD1\x0F\xEB\xBA\xDE\xF3<\xD1\xE5&F\x19\xBF\x02\fO\xE2\xC0\x11z-\xEF\x13\xBD\x06\xA3k\xD6"P\x1B\xF8\xAD\xEA(\xBF]\xA5 K\xE1\xF4\xFDO\x14\fl\xBE\x01\xCD(\xE4_\t\xEC/\xB9i\xEF2\xFB\f\xF3\x15N$7\xF9V\x07 \xFD^\x05\xD6\xFBg\xCD-\xA9\x19\xD49\xFC\xDA\xAA6\xF4\xDD\x1A1\xF7\xC1\xE2\x0E-v\x04A\xDB\xF05\x02\xCC\x1A\x8F\xE9;\xDE\xF0\xFB1\xEAR\x12\x95\xF6\x1F\xDF\x15\xD7\xFC\x19\xC4\xD0Z\x9C\x02\xE4\xAF\x05\xCC\x14\xE8\x861\xB7\r\xEB\xA23\x14\xE7\xF9A\x01\x9A$\xE5\xC8\x0B^\x02\xED\xCC\nD\xF0\xB6\xD7\xCA\x15\x80\x1B\b\xF6\xB4@\x0F`\xB9 *\x8EC\xD5\xAF\b\xEF4\xD3K\xAC\x04;\x9E\xE7\x02\x19\xE9.=\xC6\xF0E\xD9,\xC2\x19\xF0\xDDO\xC6\x1F\xF4\xDC\xB8\nS\xC9\xF3\b\x18A \xD1*\xB87\xFE\xA8\'\x019\xF4\xFC\xE4N\xD1%\xE7\xDC-\xFF\b\xD0\xF7\xC6\x0F\x1B&\xDD\xC2\x19\xFE+\xC8\xF1\\\f)Q\x03\xBE\xD7\xF9\x1B\x0B \x94\xFE\\9\xCE\xF8*\x11=\x06[&\xEE\x1D\xDF5Y\xBB\xF8\xFE\xE9\x98N\x14\xDBa\x11\xE8T \xBA+\r\xC5j\x13\xF9\xC1\xEF\xD8\x18K\x03\xE5\\\xF3?\x04r\xB9\xE8\x10$\xF8\xCF\xDE\xB3F#\x11S\xB6\xDEp\xF6\x11\xE3\n\x02C\xAB\xFF\xE2\xCF\x98\xFE\xC2/\xAD\xEA\x12\xD8\xA8K\xE0\r\x1E\xF9\xE5\xC3\x1A\xD0\x88\xDD=\xED\x00\xAD1\x05\xA0U$>\xA8\xED.\xB9\xFE\xCB\xA4\x0E\xF9\xD97\x07\xE2\xBEE\x1E\xF2\xAD\xE1\xEF\xFF2\xCE\xEA\'\xBB\xD5\x96$\xE8\x18\xBB\xF1L5\x15\xD7\x0E\x02\xD0*\xF0\x06%:\xBF\xF2\xD3>\x06\xF6/\f\x03\x18\xD3J\xE2\xF2\x1A\xD44\f\xE3\x13i\xDC\x0B8\x16\xE2$\xECD\x9AT\x19\xA94\x11\x01\xF7:\xCA\xA0\b\x16;\x03G\xEEQ\x13\xC5m\xDA!\f\xE8\xF6Dp\xFA<\x1Da\xC6\x11\xCF\x01v.\xA1"\xB6H\xF0\xC4d\x95\xF8\x1FA\xBA\xEB\x01\xCB\xB3\xFB\xC5\x1F\x90\xF8\xD5V.\xB6\x1E\xCD\x00\xEF\xFC\xD7\xEAV\f*\x1A\\\xE6\xF8\xA9\xC5\x1A-\xFC\xDE\xF53\x04,\xB2\xC8\x1C\xA6\xE4\xBC\n\x8F\xDE\xF72\xEC\xAC\x18\x0B\xEDW\xE1\xFD6\xE5\x10(\x06\xC9\x0E\xDBM!\xF58\x06F\xF2(M\xEA\xFF\xC6\x06\xF4\x14\xDF&j\x0B\xC9\x86\xD9\xBC\x02\xD5#K\xDC\f\xF4\xCD\xB1<\x0E\xA0\xD2\xF9^\x01\xDD\'\xF2\xCDO\xE7\x00\xB5\x1BS\xE4\xFB\xC8\xDA\x02\x13\xCA\xAA#\xF5\xDA9\xB1-\xFB\x15\x99`\xD9\x1A\xE7\xD2\x03\xBC\x1C\xAB\rH\xD63?\xC3\xB4-\x1B\x15\xCF\x1B\x00\xA5\xD2E\'\x02\xCE\xBAK\xFD{\t\xCF\xDC!*\xBC\x04P \xD1I\xE6\x13\xB5\'\xCF\b\x1F\xEC\x17\xD1D\xE75%d\xF1\xB0)\xFC"\xE9\xF7\xC5\xE2i\xA4\x12\xFA\xCB\x14\x03d\xCF\xE6P\xC02 \xE0\x9E\x071\xC5\x1F\x10\xDF\xF8;\n\xEB \xF5\xC4\xB0-\xF9\x99\x14\xCC\xF0\xE0\x17\x8C6\xB0&\xF5@\xE4S\xDA\xAB=\xBF\xF2\n\xF8\xA9\x180\xD6\x12\xDF\x05V\f-:\x05\x1D?\xE0Y3\xB4\xEE\xFF7\x13\x06\xFB\xB3\xF0K\xFA\xE3U\xF45\xB6\x17\xA9T\xDB\x14=\xE4\x18\x02C\xE9\b:o-\xF4\xFF^\t\xC4\xDB\x1A\f\xFF\xF4+\x05\xE1\'T\xC8\xDE\x03\xE6I\xF57\xCC\x1C\xB8\x15\xF3\xCF\xEA\xBB\x01"\xE8G\xC4\x1B\xA9\xDF\xD3n\xC8)\xD5\x13\xB8&\xD9\x04b\xE7$\xF3\x00\x97\xCC(\xEEX\xD4\xC1\x1C\xFE\xDA\xB3\xC6\x12\xD6\xEF\xFAc\xC4\xA18\xBA`\x0E\xFC\x1D\xB4\x10A\xFB\x93\r\xBCx\xA6\xEF\xD8\x00\x97M)\x0B\xAD\xF6\xD1\x0E\x07*\xF9"A\x16\x017\f\xEB@\xFE\x92\xEE\xC9\t\xD3\xC1.`\x0E\xFA\xA7\x0B2\xF5J\xA3"\fD\xE71\x1FC\x05%\xEF\xD4\x15\xE8\xCB\x8B:\xD4\xED+X\xD0\x1F\xEB\x02&C\xE6_!\xDE\xF9E\xD8\x19/\x98\xDA[\xF1\xBB\xEC\x9D\xE4\xF5\xACd\xC4\x19\x0EM+\xFCG\x1A\xE2\x04\xD7J\x1E\xDE\xB6\x11\xE3\xD1\xEC\xF9\'\x06\xBA\xA4\xDF\xE6\x10Q0\xF8!J\xDC\x03\xF6\x19\xC0\x07\xDC3\x16\xFA\xC2\x0F\xF64\xC0\x07\xC9\x117\xEFu\xFC\xE5?\xCA\x0F-\tS\x1B\xDC#\xF8\xD26\xE1\x1E\xA3\x0F9\xAF\xF15\xBC\xEA\xFF#e\x04\x177[\xDD\xCDN\x15\x03\xB6\xFC\xCA\xE1\xAE\b\xF0)s\xE75\xAB$\xF3\xB2M\xE1\xD5.\t\xAF\x16\xECW\xA1\xE3\xC0\x05%\xB7\x18\x00\xD7J\xFB\xCF\xBF2\x05\xE6\t\xB1\xF5\xBE\xDA\xF7\xE9\xCA$\b\x17\xD0<\xC6\xF0)\xAE\xC2\x00\x9A\x1C\xF8\xEE6+B\x1C\x01<\xC2\x18\xA7\x11\xC9\x0B\xE1\xFFe\xC7\x06>\x9C\x1D\xCD\xE3<\xFD\x1F+\x01N\xCD\x13\xF46\xA2&\xE1\xB0:\x12\xF1\x8CU\'>\xECh\x07Q\x14\xFEq\xA1\xF5S\x0E\x92\xFB\xD9O\r\xF2\xE5\x10g\xD3\xC2\xDB\xF3\x8A\fZ\xD9\xFEG\xBA\xFBS>\x13\xEA\xF9(\x11\xF2c\x02I\xD7\xF2\xB8\xD2\xF7\x1C\xAC\xDEH\xE8\nX\xF7\x06 \xE8\x00F\xCB\xDB\xFD\x15/\xCF&\xB9A\xDB\xE6+\x02\xE00C\xE7\xCE3!@-\xAE\xFF#\x16m\xD1\xEC#\xE6/\xD2\xED!\xD8\x99\xCE\x1D\xA8\xD9\xE6\xBB\xFB\xEB\xA7\'\x06j\f\xE9>/\b\xFB\xD1\xBD\x1B\xEF\xC6y\xD4,\xB9\x0F\x1C\xA6\xC5\x01\xE4\x98\xEF\x1B\f\xC2 \xB3\xEE\x15\t\x1D\xF7\x05\xB8\xC9\xD9\t\xE8=\x06\xC0\xFB5\xB4\xF7\x0F\x068\x15\xF4\x030I\x0B8U\x173"\x10\xC3\xE03\x91\x14\xD8\xF0\xC5g!1\xDB?\x96\r\xDF\x18\xF9\xEA]\xF3"C\x0E3\x04\xD28\xFBG\xD6a\xCC\xBE\xA8s\xDF\x17\xFCX\xF5\x14\x95\xE5&\x10L\x1A\xC9\x9Eg\xDF\xB1)\xE5\xBF\xF1\xFF\xB3\xD2\x04\xC9\xDCR\xF7\x19F\xCA\xFCX\'\x90\x0F\xEC\xAF\x13\x04\xFC4L\xA9\x079\xE1\x0B\xD7\xB5\xF9\xDCM\xF4\xAA\xEB\x18\x05\xF6:%\xFF\xEFJ\x9F\xEB&\xBEL\xE0T\xA6\xD7\xE0\x02?\'\xF1\xC4D\na\x18\xDE!\xEB*\xF3\x88\n9\xB2\xEE\x01"\xE5\xBC\x03\x19\xE2\x00N\xF3\xCF\xE4"\xC3\xF0\xD0$\xBEH+\xEDY\x1E\xBD\x12-T\xC8\x9D\x0E\xE5\xDC.\x12\xD41\x0B9\xD2\x1F\x04\xFF/\xF4\xBB\n\xE9\xD5\x1E\x01\xF8\xCE\xA5\xFCO\xC6@\x0Fr\x1E\xE5\xFF\xCF.\xD8\xAB\n8\xF4F\xD66\xC8*_\xB7\x16\xF80e\x02\x9A\xFE\xCC\x16\xA5\x00\xE8\xCD\t\xE2#3\xFDE\xAF\t\xC4\xF9\x1C\xE2\x00\xAB\xEE.\xC8\xEC\x17b4\xFC\xADW\x10\xE8#;\x12\xD4\b\x95\xE0\xF9\xBFC\xF1]\r\x17J\xEC+\xCE\xB2\xFA\x0B\xA3\x1B\bC\xEA\f\xDB\x12\xE7\x1B\xF55\xE3\b<&_\xFC\xB5\xD8\xEF\x15\xD0Z\xEA"?\xB6\xCAj\xF7\x10\xC6\rA!\x9A\xCE\x15G\xE1\xBC1\xDA\xEE\xB8\xF54\x1B\x02.\xD7\x15#\xA1\xE1\xBD\xF8y\xDD\x13\x1F[%\xE9\xDE\xFE\xD4\x9EV\xB2\xC8=M\xD8\x0Et\xC5\xD5\xF2\x85\x1A@\x04h\xBD\x1E\xF4\x02\x8FR\xF2\x06\x18A\xDDP\xB1\xE2\x06\xF9\xDD,\xF3\x04\x18\x8EM\x05,f\xE7\xAFU\xCC\xEC\xB6\x05\xFB>(\x04\xC7\x9D\x07\xE6\xC1\xF1<\xB9\xF53"\x01+\xFB\t\xAA\xEE \xB3\xFA\x14,\xDE\x0E\xF5\xE6(\xA6\x0B\xE19\xD9\x10\xE54\xD4\x9D%\xFE\\\xD56\xBF\xEE\r\xC7<\xD3\xFA\f\x1D\xCA\xFF\xDB\x0E\xF3%K\x0F4\xCA\xE9\xD5\x1B\xF1@\xFDJ\xD8\x03\x0Fo\x17\xC4\xED\xDF\x1A\xF3\xD3(\xC2\x031\xE7H\x02\xBCP\xD18\xC7\xFAN+\xC9\x16\xFB\xC1*\xED\n\xBA\xE7\xF4\x1A\xFFL%q\xA5\x1F\xED[\xC0\xE4\xA7\'\x16\xBE=\xFA\xA5\xDDe\xF4\x14U\xB1\x0F$2\xAE\x19-\x97\xD0\x06?\x10L\xBC6`\xE2\x17T\xDB\x94\x1D\xCB\xEC1\x94\x06\x13\xEB\xD6\x00\xB5c$\xAA\x03]\xF5\x1D7*\xA2\xE8\x12\xB4\x07\xE5\xFF)\xDC5\xF6H\xEE7\xD3\x04\xE2\x0B\x1B\xC0+\x84\xFF6\xE1\xCF\xEA\xF7\xC8P\xE0\xFC\'\xE4\xA6\xCE\x05\xE9\x8F\x0B\xFD?\xF1\x10\xF7b\t!\xFE\xDD%G\x1B\xF13\b\xE9I\xDA\xC7=\x12\xD1\xC7\x0B\xD0;\xDA\xF7\xCCC\xB7\x15\x03\xCF\x0F\xFBZ\x9B\x1EF\xF0\xD1\xFE\xE5\tC\xEF\xBC\x0Bh\x13\x00 \xEF6\xB5\xF4b\xFA\x15E"\xF6\xC9\xB8%\xD2;\xE2\xB2\x17\xF2\x7F\xC0\xB0\r\x9F\xE2\xD1\xF6\x0F\x1A\xFD\xE0\xAC\x04\x03a/\xF2\x19W"\x10\xF1\x9Fi\x1C\xB1\xDF\t\xEA\xC8(\xB29Q!\xD6\xC6&\xFA\x1C\x9F\xD7\xE5\xBD\nD\xD8\x1D\r0\xDC\xB4\xD4\x112\xEB\x07\xAB\x00*\xC5D\xD3\xE6;\x02\xF8Y@ \xBA0\x99E\xF0,Q\xED\xB2\xE0\xFD\x8D\xC0\x05\xD5.\xFD\xE7:%\xC10\x15\xF6w\x01\x13\xED\x93\x10c\x04\xDBM;\x053]\xA8\x14\xC8\xEB\x00\xC2\xF0)\x01n\xDFJ\x1CZ\xDA\x0F\xEA\xFC\xA7\x11,\xCD\xDD\x14\xC5\x04\xEEp\xCD\n"\xBE\xE9\x1EC\x10%N\xEC4\xE2H\xC7\n\xD8\xF3\x01G\xD4\xA8\x0E\xDB\xBD/\xFA\xE0\xF4\xAB,\xEC\xB7\xF4%\xD2\xFE\xF6L#\x9B>Y\x1B\xE8\xC4\xA0\x15\xFA\xBE1\xF3\x1AQ4\x07\xF5\x1D\xEA(8\xFA\xD9\x16\xE5\xF8\x01\xD6\x10\xD7\xF9\xC5\b\xD2\x16\xAD\xFA\x0E\xB9P\x17\x8Ca\xE3!\xFD3\xE6\xCC\x06I\x1E6\x14\xCD\xFD\x18\xC7\x0F\xEA,\xDE\x042\xD4\xE3\b\xAB\xFB;\x06\xF1\xCD\xE5\x05\x9A\xCB#\xBA\xD9\\\x97H\xB7\t\xA5K\x1F\xB26W\xA3>f\xA2-\xE6=\x01m\x1F\xDC(\xEA\xF7\xCE\b\xED\xB7@\xF0X$\x17\xB0\xD3\xC1Z\xE6\x0BE\xE1X\x92\x1C\xBF|\xB2\r\x17\xF4\xCE/\x0F\xD6*F\x1F:^\x0B\xE1\x00\xEF\xC3\r\xFD\xD5\xF2\xE2\r\xFF\xC4(\xDE\x1B\xF6\x00\x14\xF1\xDB\xB7\xF5\xCB\xEE\xA06\x02\x1C>-\x13\xC7\x1B\n\x96\xF6=\xEA\xFF\xF1\x05\x9C!0\xB0\x02\xF8>\x12\xE6\xF0\xFCR\xBEC!\xE1U\xB8\xFE\xAA\xEE\xD5\xF9F\x15(@\xE4\x19j$0\xD0[\xF3\x12\xEC\x06\xCA\xBF5\x1FV\r)B\x07\x13\xD3]\xBF\xAE\xDE\xF9O\xD3\xE0\x03\xC3\xD9\fR(?\xDC\xF9\xD4\xF2K\xCD\b\xD8\'\xC9\x1E5\xDB\x03\xED\x8A\xF6\n\x17\xDD\x10)\xB5\xE9\xA4\xD1\xF67\x02\xC9\x12\xBD\xE9:\x91\xD4E\xB52\xE9\t\xCE\xFD\x99\x18\xC1\xE3N\xFC\xF2\xE6\r$\x04\xA37(\x15k-\xA5\xE1\x17\xB8\x10l\xC1\x14\x1F\xED6\xAA\x00I\x9D\xE9\x13\xB3f\x1A\xC8\xE95w\x01\xC7\x1C5d\x05\x1F\xB1\xDD\x9F\xF9F\x05\x1A\xFC\ni\xE2#[\xAE\xE09\xEB\xD7\xF82\xB2#\xC8/G\xD6e\xF3\xE7\xFE\xB1\xEE\xFA\x1E\xC7\xF7\xD0\xED9\x07*\xDE\xBBc\x19\xF3.\x07\xD2\xFA,\x0B\xFFI$\xD2\xBD\xF4P\x07\xD8\xFC\xC0\x10\xEC)U\xF0 \xAE\xDB,\xC2\x15\xF1\xFE\x16\xF8H"\x06a\x1D\x01\xDD\x11\b\x90\xFF\xED\x11\xC1\x1DF\xCB\x11:\x07J1\x03$\xAB\xFD\xE8\x9E\f\xFB\xE3\xC3\x0F\xDF]<\xC6\xE4\xD8:\xA7\xFB\xE4-\x95\x12\xE1\xF1.L\xCD\x07<\f\xE4\xCCQ\xF6\xE79\xA4\xD2\xD7+\xC5\xF2\xB4\xCCD\xA4\xECx?\xF6\x1B\xCC\xB3,\x07\xDAT\xE4\xBA\xD4\xEB\x89U\xE2\x19\xCAZ=/\xCF$T\xB4\xEE \xA8\xF5\x1D\xBA\xF0\x06\x14 G\xEE\xCC#B\x87\xE5\x1A\xFD\xB5\xD74\xFF\x11"\xB7\x03\x1EB\x07\xA0\xFF\x10.\xE6\x14\xF4+\xD2\xBB\xDB4U\xE3@\xF9\x9A%\x02\xF4#\x12\xDB\xFB\rE\xD7\xF6\x02\xEE\x14\xDA\x054\xFD\x15\x03N)\x0FV0\xDB\xB4\n\xFE8\xB9\x16\x01\xD3_\xF3\xC2\x16r\x9B\xEE0\xD6W\xE0\x0Fe\xEC\x1BR\xDA\xFA\n\xC3 \x04\x18\xE9\x0B"\x01\x16\xD2\xEE\x0E2\xAD`>\x1B\xC3\xF0\xB5\'\x12\xC1\xAEB\xF5\x91G\xCE\xBD\xDA\xE8\xD1\x99\x00\xEB\xCA]\x1A\xD6\xE8k\x0B\xF7\x96"2\xDF&\xF5\x06\xC7I\f\xFA\xC6\xF3\xCC7\xE2\xBF=\x97_4\xE1\xACQ\xFA\xA1\xC5\xF2\xAE7q\xC4\x19\xE0\xCD\xFE\x95,t\t5\xE0!P\x19\xE6\x0B\'\xEBt0\bD\x19\xC1\xF8<\xE3\xA0\xF7\x04\xC5,\xDC?\x0F\x04\xEA\xAAE\x1D\xE1\xB0\xEA)\x904\xF7\xAE#\x05\xF0\x19\xD6\xFEH\xF2\x10;\xD7b)\xDE\n\xE8\xFFF\xF8\x0B\xEC\x05\xE4\xD1\xF9\x87\xEB\x07\xCB\xFD\xBA\xD5\x1D\xF8\x11\xA4\xFC\xF2\xDFh\'\x06\x0E2J&\xAD\xEFR\xE7\xB9\xCAX\r\xFC\xD0>\x00\x19d\x06\x16\x12N\xFE\xD0\x0E\xB6\'\xEB\xCB\xBD/\xE4\x05\x13\xFDI\xBC\x1F\xA3\xD8(\xBD8Q"\x13>\x00\xD4b\xF2*:\\\x01\xC6\xE1?#\xC85\x12\xAA\xD3\xF0\xBB\x1E\xDE\x12\xCE\x19\xFD\x1F8\xF1\xD9\xBB/\x12\xF2\xDB\xBE\xD1\xE5+\xDA\xE82V\xF8B\b\x16\x02\x1E\xD0\xB4\xED\x1B\xCE\xF7/\x11\xF2X\x18\xB0\xD7\xF4\xC7\xB7I\x1A1\xA9\x0F\xDF\x94\xEF.\xB3\x1A\xD6\x0B\xB5\xE7 \xFES\xC9\xEB\xFB@\t1\xD7\xA7\xF8)\x18O\xE7!\xA2M&\xF9A\xC0\b\x9E\x1C\xC6\xE4\xA9\xDCn\x9C\xF7S,B\x8E\xE6\\\x04;\xC9\xE7\xFC\x0F\xE13\x1D\xEF\x0E\xDC\xC2\xF8\xE9#\x05G\rV\xFF\xEDO\x02\xF7F\xDC,\x14\x02e\x9C\xF4\xBF\x05n\xE0\b\x83\x01\xC6\xF7\t8\xED\x10\xAC\xEF>k\xF3\x03,\x12!\xF07\xE7\xDA\t\xC7\x0E\'\xD5\xB5\xDF\t\x9B.L\x03\xA6f\xFD\xE4&\tB\xCF\x16\xBD\xDA\xCC\xF5\xE4\x9D(9\xC0\x17\x8D\b\xB15\xD5\xE3(K\xEB\x13@\xD0\xED:Z\xD6\xB7\xFE\xC7\x1D\x03"\xD3\x16\xDE\xBA:\xFC\xCE\f\xC3%\x18\xFB\xF29\xFF\x16\xEF#l\x1A\xD0\xED\xC3\t*\xD0\x9DY\xB4\x002m\xFC\x1E8*\x07f\xCA\x0E\xD4\xEEa\xF5\xE6\x19\xC2\r\x1E\xB0\xFF\xC7"\xB6\x11\x1C\xDF\r0h\xE2\xD7P\x00\xAF\xF9\fK\xEC\xD7W\xB2E\x00\xA7d\xB9\xDDR\xA5\xFAF\xBC\x00\xF5"B\xDA\xF8\x179\xEB\xF4\x12\xE1\xA2\xF3\xE9\xAC\x14\xBC\xDD\x19\xFB\xE30\x1F\xCBA\xFAW\xEF:\xDC\xF7-\xE7^\xFC\xF3\xA8$\xEA\x15\x93)\xF2S\xE6/\xCB\x1E\x92\x06)\xF6\xE2\x13\xD11\xEB\x1E\b\xCB1\xE8\x10\xD99\xAF\x12\xE7R\xBD\x04 \xD5M\xC6%\tS\xD3\xFE@\xF0#\xA9I\x01\xB8\f\xDA%\xA8\x04\xCD\x16P\x8B\n\xD91\xC3I\x03\xCD\xF7?\t\xBF'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xD0\x19\b\xF0J\xE3\x05%\xBET\r\xDC \xC3\xEF@\x1A\xB0\x047\xEA\x1C\xFE\xBB,\xEB\x07\xC14\xF2\x1D\xC6\xEC\x17J\x05\x1F\xDC<\x01\xEF2\xCAE\x10\xFE+G\xE6\x02\x11\x93\xF5\xE47\xC4\xF1G\xB1"\xFB\xE3)\xF43\x8EW\xC5+\xA6\x15\xD9\xF1\xFC4\xAA\xF70\x07\xE1\xD1W\xF5\xDA\xA2\xCD>\x12R\x94\x1F\xE0\x0F\xAAD\x002\xDE\xB1\xCD\xF2\xA4d\xB8\x18\xE2\x06\xAE\xDD\xEE\xD1\xBC\x1C\xD95N"\n\xFD\x16+\x03\xD6\x13\xC7[\xAA\x11\xFD\xE7<\xD7\xF7\xFF7_\xCE\x19\xE6D\x02c\x9C\x12\xFD\xBE",\x0Ei\xE2\xF3\xD7\x01F\xCF\xFB]\xD7\n\x9E\x109\xFC,\x12\xEA\xD3\'W\xF4 l\x16\xA1\bU\xFA\xCA\xEC\xB8\xD5X\xA3\xDF\fo\xEB1\b\xD8:\xC0%\x02\x0F\x1F\xB9\xE8\x0E\x9A)\xBB\xD4\x15\xCA\xEA(:\n\xE5D\xFB\xB7\b(\xC7\r\xF69$\xBA\xE4)\xF7m\xE8\xC0P\b\xF9\xC5\x0B\x9B\xFD\xC1.\xF8?#\xF3\xAC\x18\x00)@\xCC\x1E\xE8\xBD\xF7\x9AC\xFF\xBE\xEF\x13\xF2\xAF\xE0i\xCAB\xF4\x03L\xEE\x0B%\xF4G\xD9\xAB\xF0\xC7\x14\xD5\xED \xAA^\xE7\xB3\x18\xEB\x05\x14\xF1\xCF \x03\xD6$\xE0F5\x15\xDA;\xE9\f\xD6\xE3\xC50\xDDs\r\xE2\xF1\x05\xF9=/ \xD1\x15\xE0\x1DV\\\xD1D\x18\xED\x06.\xB0 \xDA\xFE8\xE0\xB4\x19\xFAm\x02\x1D\x8CX\x039\xF9\x13.\xD9O\x921\xC5>L\xB7\x16\xEF\x97\x19\xB2\x01\xF0O\x1C\xCD\xB2\x01^\x10\x05\xE99\xC1\x9D\x14a\xB1\x10\xDAS\x05\xF3(\xA6\f\xE3\t1\x9D(\xFA\xD5\xE2\x13o\xC7\xA3R\x06\xC34\x0F\xE0H\xF71\xC0\xDF\xCFC\xFF\xC3\t\xF4e\xDD\xFF\xA5\xE2\x0BZ<\xF6\xCE-\xE4\xAA\x05C%6\xED\x8A\x1F\xD1\xFCH"\xD7-\xC5\xED\xFE\xAD\xC89\xE7\xFB\xCE\xF7\xBB\xFE\xDC\xC3M\r;\xBE\xF7/\x0F\xFB\x1E\xE7\xD3,\xB7\xCE&\xE8\f\x1B\x9E\xED#\xE2\x1D\xFC\xD2\x0E\x1B/\xF8\'\xC9\xFE\xDB\x0Ft\xBF\xFB\x11\xF2\xDF\x17\xFA\xBDR\x16\xB2\x07\xF7\xE5\x01\x1CG\xE4\x18\x0Bc\xB8G1?"Q\x12\xF3\x1C\xA8\x00\xEC\x1A\xE6\xCFB\xF0]\x96\x07\xED\x18\xFE\xD9Q\xF3\x07q\xB7\x0FH\xA9&\xE8\xBC\x06\xD5\xEB3\xBCJ \xEC(\xD5Z\xC6\x95I\xD3-\xF4\xDB*\xED4\xCEP\t\x914%\xEF\xD8\x01\x13\xDD\xAB\xEE\xC9\x03\xE6_\xD0&F\x90\t(\xB2\xDC\xFF#\xF6AZ\xA4\x12\xB5@+\xD4\xF7;\xCA\xEFU7\xF4C`\x13\xA9\b\xE5\x02\x9F\x18\t3\xE8!\x0B\x03\xE5@\f\xC4d\xA8\x10\xBA\xF3\xDD\xCF\xFA\xBE,\x9D!\xF6\x07\x18\xD8*7\xB5\b\xDE\xFCa\xD8\xF43\x15\xC99\f\xE2\xC6\x038\xCC\xE4\x00\x16\xE9/\xDB\x02\xB5\x14\xCC\x9B\xDF#\xF2\x1B7\xF8\xCB?\xE0\xFF\xB9\xF6j\xCB\x14\x88\xFE$\xE1\x1A\xFD\xCC\x0F$\xF2\xB02\xDC\x85\xD1\xBC3\xFD\x10\xED\xD0\xBE\xF3\xA7\xC5(\x18\xAB\xF6&\x04\x8F\xEB\xFC\xBD\xE67\xD4\xA0T\xE2\xC0\xD7J,\xFA\xC2#R\xF7\xFE\xD8\x07A\x1B3&\x0E%\x12:\xC6\xAE\x04\xDA\x9E:\xF0\xD4\x1B\x9A0\xC1\x01\n\x1F\xF5M\x19\r\xD8\xF2\xB1N\xE1,\x00\x11\xEA\b\xDC\xBA\xE6\x16\xC7>O\xD0+n\xF9\x17B\x03\x11\xF54\x96\x1E\xE4w\x06\xCE\xE08\x1F\xF0\x9A\xE5\x03\xBC\xDA\xE9\xA3\xDD+\x1A\xED0\xCA\x11\xE0\xB7\x0B\xF6P\xE6\xD3\\\xC9\xE4\x04,\x8A>\x1D\xCA&\x05\x17\xD9S=\xF8w1\xD1Z\t\xDD\xF5\x1A\x91\xDB\t\xF1\xBC"\xCEe\x0B\xFF\xDC\x0E6\xED\x19\xA4L\xBF\x10\xFA\xCD[\xF3M\xFF]\x07\xF5P\fG\xFB\x1Dg\xFEE\xDB\x05\x18;\xA3\x14B\xBF\xEC\xF8\x01v\xE7\xF6\xA08\xB7!\xCE\x87\x1C\xFE\x0F\xED \xB36\x00\x0FE\xB3)\xDE\xEA\xA9\x1C\xEE\xC9A\xAD\xD4\xB9\x02\f\xEA\xD3l1$\x0B\xA5\x16\x1E\xB8\xD6\x15\xBF\xE3\xD2\xB3\xEA,\xC5"\xED\xAE(\xF9\xEE#\xFE\xDAZ%\xE0\xC3\x14\nH\xFB\xEF\x0B\xE4\x04\xF1\xC2E\xA4\xF9(\xC3\xE4\xED\x1E\xC73\xFFO<\xFA\xB8\x17(\xF4O\xFB.?&\xF6\x16\xB5\xDD<\xE9\xFE\xCC/A\xFC\x90!\x02=\x07\xA4\xF5\r\xCEW\xBD\xDF\r\xB47\t\x95\x10\xD25\xAC.\xD4\xDFb\xC7/L&\xDF8\x03\xD8I\x13W\xD5\x04a\xF4\x14\x06\xD7%\xE3[\x03\xE7\x13!\xDB\xC8\xE4\xAA\x00\xED\x06\xC2\x1E\xD1\xF5\r\xE4\xECj)\xF2S\xD7\x146\xE3?\x13\xFF3n\xD4\xF4\xCC\x1BE\xF1\x05T\xEB\xBF\x0F\x1B\x00\x94\x13\xD5\xB3\x18\xE9\xC9\b\xF0\xA2,\xFB\xAC\xD0\xE5\x99\xC30\t\xD0\xA14\xC3\xEF\x99c\bF\x1E\xD6V\xF8I.a\xAA\x1C5\xCF\x0F\xC5\x19\xE0\xBA\\\x03\x8F\xF3\x1D\xC6\x04\xE8-Q\xFB\xE9\xB6\x19\xFC!\xF4*\xB0<\xF7\xEBZ\xFC\f-b\x1D\xB9>\f\xE1#8\x1A\rp\xF0\xFDD\xDF\rW\x00\x1B\xF8\x12\xBD9(\x84\x10\xE4\xB2\xDA\x06\xC1\xFF\xDE\xB0\xF82\xEE\xFC \xD3+\xE9\xDAK\xA1\x17\x0E\xAF\xDF)\xC6?\xD9\x9B\x03D\xE2\xD3!\b\xCB?\xF3\x9B\xE1\xF7\xFF\xCC\x18Q\xC1\xECC\xF7\xDD\x1E\xAE\x15\xF8#\xB5\xD6\xE61\xCF\xF2\xE0\xFD\xCB\x19\xF1\x05\'J\xF0\x13;\bK\x9C&\n\xC8E\xF8\xB7\b$\xFA>\xC0!\x00e\b\x11\xE5^\xCD\x16\xF0n\xBA5\xDC\x1D\xC0K\xD4$6\xE8\xD9\xF5\x06\xB3\xFF+\xCBO\xBD9\xEB\xCC\x06\xD9\xF0\x00\xE0\xA7\x13V\x03H\x0B\x15\xEB.\xBC\xEF\xAB\xDDN1\x9E%J\xF6+f4\xFC\xC6A\xEF\x02\x1F\xCA\xE3$\x166\xF5(\x00\x8C\x18\xE1\xC0\xFC\xEC\x13\xF6\xC3I/\x14\xE2\xA7B\t\xDD\x10\xFDA\x18\xE3\xCE\xF7/Q\xC3;\xEC\x1E\xB9+\x98\xCA\xFA\xDC\x1DY\x01\x18\xF8\xE9\x1D\xD8\xC7\x15\xE2\xCF\xB5\xD9\xE6)\x1A\xDE\xBCU\xFA\xF1\nd\xB7\xE0G\n\xC7\xF9T\x1FD\xC9t\xDF\x07\xD5\xEE\xC9\t<\x00\xBAm%\xC6\x06X\xA8"\r\x04\x92&\xD4\x07\xFC\xDA\xF6\x19s2\xB1C\f\xD5=+\xB4\x06\xF28\tS\xFF \xF1E\xA2\xF7\x10\xD55\xA7>\xC3\xEC\xFD\xD0\xAB"\xE61\xB3\xD6\n0\x01\xB6?\x1E\xFC_\'\xF3\xD6\xF09\xF7\x97\xEC\xDB\xFA5\xB9\xE8\x1C\xF4\x0F`\xC76\x10\xEA\xE1\x05\xC2\xFD\xE5\x8D\xC8\x0Fd\xD0E\xFA\xBB\xEB\x93\x17\f\x03\xCD`\x07*\xEA\x1B\x03\xDB/\x1ET\x15\xEFA\x02\x12\xF1\xE4\x9B\x17\xEB(\xA3\xE5\x10\xB1\xD6"\xA8\x16\xE32\x1D\tF\xEF_\xDE\xCCK\xB0\xE5"C\xB3\xD1L%\xF3\x13)P\xF5\xE1\xFF\'\xA5\x1B\xDC)=\xC4Y%\xBA7\xE2\xB1\xFE\xCF\x12E\x97\x0E\xF6\x06\xBF\xDB^\xCC>#\xF9\xD2M\f\xF46\xC1\x04MG\b\xCB\xFFN\xD2\xB2\x12\xC7\x00\x17:\xFB-\x02\x9E\xF2\t\x00\x1E\xA2:\xCD\xEC\x07 \xBD\x14\xEF\xE5\r|\x02\xD3\xF8\xE8\xDB\xFB\xEE\x16L\xF4g\xBB&\xE8\xCA\xD7;(\xA0\x1A\xF7\xAD\x06`4\xBB\xFE\xCC\xDCC#\xEB\xF9\xDCa\x0E\xBF\xE9-!\xD8\x9E(\t\xBE\xED\x14\xDCX/\xC0\xEE\xD9\x0Bc\xDD\xADI5\xD9V\xCB0\xAF\xF0\x113\xA7\x1BH\x0E\x99\xC8#\t\xE0\xF9N\x01\xB1{\xE5\xFE\x0E\xE9-\xDD\xC4\x11\xE7 j\x18\xF8\x92\x15\x1B\xB5\xEE\'=\xF5\x02h\xF9>\xF2\xE3\xD5o\x1B\xCB\xF9\xE3\x11R\xFC\x17\xB8.\x00\x19\xF9\x8B\x05>\xFC\xC0"N\xE2\x05,\xD1\x00/\xD9=\xEF\xA47\x17\xED.\x1C\xF3\xD28\xB8N\x1D\xF0\x03\xD8\xA8\x07/\xE3\x01\xC7\xE74\x05\x9C\x18\xDE\xAA\xE5\x07\xB8\x11I\xA62\f\xB8@(\xAB7\xC9\xE6E\xF4\xD1\xE4\xC6\f$\xF4\x19\xDE\n\xCC@\xB5\xF4\xC2p\xE9\x1C\x03\x11\xD1 \xC4\x07\xDE\x11\xC1#W\t\xCB\xFE\x89*\x0F\xAF\xE0\x15\xF8$\xBA/\xDC5\x01(l\x07\xB4S\xE5&\xB6\r\xFA\xE4\xCD\f\xB8D\b\x01!L\xDE\xCD;$\xF0\xD1\x0E=\xF3]\xE5\xC0\x0E\xD0P\xF1-\n\xBF\xFC@\xE4\xC4\xA2J\n\xB3\x1D<\xA5\xD9\xFE\x1E\xBCh\x00K\xC2=x\xE6\x0EQ\xC4\x1B\xA5\xE3\xF4\x13\xD7\n\xF7\xDD;\x1Da\xF1%\x15\xF8\xEB\xA8\xBF\x0F/\x9C\xE9\x12J\b\xB4\xC5\x00\xA2\n/\xFC\x99"\xD8\xB28\xDF\x05%\xF6\x008\xD4&\xFB`\x05\x11Q\xF5,\xEC\xD6\'\x1C\xEE\xD9\x07\xFD\x93\xF3\x06F\xF9\xBE$2\x98\xC4\\+\xA6\xD4\x05\xC0\xFF\xE0\xD26\x17\xE4A\xF8\x06d\xDA\xA7\xF6\'\xE9G\x1B\xDB\xEEk=\xC5\xFF\x14f\xEF\x8DM\xCD\x11"\xEA\xCA\xDA\xE9\xC1\xF0\xD0\xB2I\x0B\xFA\x8B1\x03\xAC\xCB\x1F*\xD2\x12\xEA\xD8\rN\xEC\x02B\x17\xFE\xEB\x12A\xAD.I\x9B`&\xF2\xD6\xB4)\xFE\xBF\x1D1\xDE\x11\xFA3\xCB\xAF\x19\xE6\x07)\xEA\xCC\r0\x17\xDAb\xB9\x0B\x148\x9C*\x1B\x014\xDD\x15\xC5\xE4\xF5\x10D\x178\xE1_\xB6:-\xFD\xCA\xDE\x1F\xF2\xCF\xBB3\xE1\xF5\x0B\x1C\xE7\x11\x04\xCC\nO\x1C\xEC\x15\xCE@\x02u\xD4\xB9Q"\x03\xF7\x11\xDCH\xA7\x1F\xF9\xBD\xE7\xF2\xAA\xFA.\x01P\xF6\fs\xE5"\x96\x05W;\xCFa\xDC\xBD\xED\xF7\x01\xC8\x1A\x9Fg\x16\xB17\x0F\xDB\x07K#\xC8p\xD7\xFB\xC3\xEF\xAE\xFE4\xC4\xDDU\f\xE6\xEF\x92\x16\x06\xE3\xF1?\xD24\xBA\xF2\\\xD5@\x01U\x1C\x05D\xDD\xAF!\xE0\xD5\xB8\xF9\xC8C\xF1\x19\xB8%\xE8\xFC\x0BJ\xA5$\n\xF1\xE3\x04\xF6G\xE6\xA4e\xF9\x19\x97\x01\xEE\xB55U @\xE2\x12\x89\xF4-\xAD\xFB9\xC9\xF5,\x91\x0E\xC3X\xA1\x1E\xFB\x05\x10\xE2\xB1*\xD27\xED\xC5\xEE\xC7\x07H;\x0F\xEB)\xFD\xD7\r\x01\xA0\x1E-\xD4\x14X\xDCA\'\xBC\xD5\t"\xFE-\xB7\xEA\xD2=\'\x14\x06\xDD\xF6*\xD3n\xFA\x06F\x19\xBC#X\x1CC\xFE\xEA&\xDE\t.\xE5\xC2:%\xF4\xC7\x0B\x9D\x14#Y0\xFC\x18\xA3\x02\xD2\\\xAE\xE10S\xCA\xF2\xB5\x03\xE7\xC1\xFC\xCE\x10S2\xEE\xC1\xCD\x14\xDDP\x0B\xF7\xE1M\xCE\x9E\x18\xBB\r\xE7\x1E\xCA\xD7\xE3\x03\xD2\t\xDF\xC0\xD7c\x17\x00\xEDB\xCF\x1A\x98\xDA\x15L\xFB\xE4]\x00\x12\xE6\xBC\xF0\xDC\x1E2\x13\xC3!\xF6\xEC9\x17o2\xF5:\x1F\xAC\xE9\xFA\x92\x1B?Y\xF3\x046\x1B\xBF\xA9\x0E\xFD1\xEB\x02I\xAB&7\x0Fc\xF25\xA9\xEC\x101\xB3\xCB\xF8\xA9\x13S\xF1\xFF_\x06\xEB2\xD9\xBC\xF3\x8B\xD3#7O\xB5\xF5\xE5\nM\x04\xAB\xDD\b\xD0\xE1\x88\rH\x04.\x16\xDA\x01\xE2\r\'\x9F\xC7\xF0*D\xE6!f\xD79\xC8\xF1\x00\xB8\xEB\x9F+\x14\xFFN\xF6\x05\x1F:K\xD9*\xB7\x0B\xE7/\xBF\xAD\x1A@\r-\xFFi\r\xF8\t\xCDe\xFF\x9C<\xD3\x14E\xBD\xFE(\x1B\xEC\xD5\xB9\xF2t\xC66\xAD\xF8\xD4\xE8m\xFF\xD8\x04\xCB\xF3\xB2\n\xF9\x16]\xDF@\x1A\xFC\xC5\xDB=\xCC&\xA0\xF0\xE6\f\x03\xC5\xF6\x1E\xD2>\xF8\xCD"\x02\xA6\xD3=\xEB\xC5\x96\xE2(\xED\x1B\xDA*\xC5\xFB&\xEA\x0F[\xC8\xF9U\xE0$\x0B\xE7K\x12\xBDD\x16!\xB58\x12Y\x19\xC2\'\xE2\x9A\x06\xD4\x0B\xF6K"\xE8\xB6\x18\xE1r\xD4\xBE\x1C3\xE1b\'\xA3\xDF\x0Fq\xEF\xE1R\x16\xDA\x1B,I\x14\x05B\xBA\x10\xE8\xF3b\x1C\x95\xF2<\xAF\b\x135\xA3\xCF\xFC\x1F\xED\x051\xFB\xDF\n\xEC\x90\xF9\xDE?\xEFQ-\x1F\xC01\xAE\xD0\x04\x0ET\xFA\b@\x12\xFDV\x97\xEE\xFC\x06I\x18\xFE*\t\xC2\xFA\xEA\x07\xB2\xF3\xFE\xD8\xAC\xC95\xFCP\x0B\xB4\xE23\xD1\x02\xDB-\xC0\xFFB\xF5\xB6*\xD8^\xCC\xA9\xF3U\xCF.#\x07\xA9\x10\xCD\xFC\xEAG\x12\xE4l\xF0\x860\xC2\xEC\xAC-\xF5\xCF\x17B\xD6\xB2\xC9\xEB\xB9\xD7\x8FG!4[\xCE8\xE5U\x19\xF7\xE0!\xA50\xD7\x06H\x12\xE7N\x19\xF0\xE6\x1D\x0FQ\x02\x98\xE5\f%\x1A@\xBD\xE5K\xD5\x004\x1A\xDA\xA7\xF3\xFF\'\xDC:\x1D\xF4\xD8 \x02\xDE$\xB6\xE8\t#\x13\xF4.W8\xF6\x13\xCE\xB0\xF9\x12$\xBE\x0B\'\xF0p\xCF\x01\xED\x19\xC7\xFC\xBB\x1F\xF7\xCC\x9Bh\xD6\xC4\xDF\x18?\xF66\xC4\xDB\x04\xFD\x15\xF4\xC6r\xE8\xB8\x05`5\xC9\x18\xBA\x06\xCD\x13C^\xC96\x0EM\x01\xC22j\xE2\f\x02\x1A\xE7\xDE\x00\x0B\xE0\xA1\xEC\x02\xD3;\x8E\b\x14\xBEB%\xF5k+\xA9>\x0E\x02#7\x060\xF0\xBE\x12\x00k\xEF\x9F\x0E;\xAE\x1F\x0B\xF7@"\x10\xD3\n\x94\xF9Y\xE6\xFF\xB7\n\xEA\x9C\xF0\xD5<\xF8\xDB\x9D\xFB\xD0\xAC\xC6#Ba\xEE0F\x1Cb\xB3\xFC\xE8J\xDB3\xE5\f\x9E\xDE\xEB\t\xD7X\xE1\xB4\xFA\xEA\xA6[\xD3 \xAF\xE8+O\xD7\'\xE2\xEE0\x8C\xDF\xC3\xF1\xE5M<\xED.!\xA6\xE1)\x17\xFBf\x1D\xAB\x10\xED\x1B>\'P\xF2\x06\xA2\xBF*\x06\xC8\xF5\xDD\x10.\xC6\x1E\xF8\xB0\xFFT\xCE\x179\xFE\xC1)\xF1\x15E\xCC\r\'\xFB\xE1G\t\xCC\x18\xF8\xBB[\x04\xD0\x14R\xFD*\xB0\x1C\x02\xD8\xC2\x0EK\xF6\xD1>\xBC\x06\xE2,\xCAS\x03\xBA\xE8\x11\xD97\xFA\x15\xD4'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xF6\xB6T\x04\xEEF\xFD\xE3\rB\xDA+\t\xED\x18\xBF"\xF6\xAD\xDA\nS\xE7\x02\xC1\x15\xDE6\xC8\x11\xFD"\xD5\xF28\x0E\x00\xB8\'\xDBW\xEA\x0E\xD5?\x13\xF2,\xDA\x008\xC3\'\x05\xEF\xB8,\xF7\x07F\xE9\xB5"\xE1%\x121\xD9\x1F\x92\xC23\x17\xAC\x02\xC6d\xA3\xFE:\xE2O\x041\xC4\x1C\xA0%e\xF8\xA9\xEFO\x9F\xE3>Z\xA6\x1C\xCF\xE6F\xFA\x18\xC3\x01\xA4o\xFB\xB1\xC9[\r\xAC\xE6\xF9Z\xDE\x1B\f9\xDA\x92\xD0\x0F5W\x04\xD5\xA5\xE8\xC8\x0Bj&\xD3\xF0X\xF7\xE8!\xDEE\xD4\r*\xE9\x17\xFDA\xF4\xD74\b\x1F\x02)\xF6\x0B\xBC\xEB\x07\xC4.g\x9D\x10\xF39*\x1C\xEE1\xE4\x05\x1D\xECK\x19\x10\xD4\x8CC\xCA\xE4\x15d\x1E\xFF\xC7\xF1\x15G\x00:\xF3\x15\xE0\xF8\x07\xB9\x1D\xD07\x14\xB8\x06\xF1\xCC\x99\xBCk\xD0\xE2\xB5\x11\xEB\xCD\xB8B\xD7\x19\xCF1\xFE\x15\xF7\xE0!\xEE\xD6\t\xB0\xCF\xDE\b\xBC$;\x9D\xF7\xD1\xBD/\xF3"\xFFU\xFA\xB1\xED*\xDE\xF9\xA3\xD5\n\xC1\x1BP\xB3\x01<\xEAI*\x9A\fM\xFB(\x1BV\xF9\x12\xEE9\f+G\xFEX\xE2\x0E\xE9t\xB0\x1FF\xD8R\xB5\x02=\xC7U\xE5A\xF7M\x17\xD5\xFF\xDFB&\x03t\x96\t\xEA\xC0\'\x03<\xBFL\x1A`/\xEC\xDB\xFB$\xD0-\xA5\xDB\x11\xFC\xE2\xF2\xD8\xC5\xA6\xE53\x01 \xDA\xA8\xF6\x03\xC7\x8A\x17/\xFB\xC26\xF3\x03\xE5\x91,\x0B\x19\xFC1\x13#\xFE\x97\x0F\xCA\xF3f\x13\xC5\x0B\xEE\xE2;\xDA\x163\xD2\x10\xF3\t\xE6\xB3\x0B\xEC(d\x9E\xE5\xEF\rc\xCB\x1A\xC2^\x02.\xEDf\x0F\xD6\xC3J\x07&^\x1C\xDD\xF0$\xD4\x88\x15\b\xDE(\xC6\x12\xF2\xD1\xE8\xA7\xDC\xB8\x05\xECX4\xB4(\xEA\xAA3\xFC\xB3\x1D\xC8\xF8O\xAC\xE1m\xA0\xD66\x01%\xC2\xB7\x114\x06I\xBE \xF5\x056\xA9!\x16>\b\xF6\xB4@\xE3\xF2\xCC\xBA\xE76R\x06\xF5?[\xEC\xA9N\xFB8\\\xBED&r\xF4\x1B\xC2\xD7\xE2\x01G\x07\xDAQ\x16\xD3H\x0F%\x04\xF1\x1F\xFC\x19G\xCC\x14\xDDC\x01\xF4\xC9\x19\xD8\xFF2\xE0\xECG\xD3\xE7\xB9\xCD\xDE\x1D)\xFC\xA0\x192\xFF\x13\x95\r\xBF\xE4\x00&\xCB\x1B\x0E\xD5\xEC\x1C\x04\xF8\r\xE3\xD2?\x0B+\x1F\xF6\x11\xC0 \xF1\xE5-\xFF\xA4\xE8\xBA@\n\xC3\xE9$\xF8\xF0\x90\xFDB\xE0U\xAF\xF8A\x97\x14\xB5\n\xF8\x10\xFEK\x8F\x03\xEA\x11v\x0B\xECN\xD8\xFBB\xD0\x1C\xB3\xDB\xF8E\xBB\x01\x95\xDD0\xCA\x17\x9C3\xFB\xACd\xE9\xA2\xD0>\xFA\x98\xCCX\xF49\xD9_\xCE,\xDDX\xAF\x070a\x18\xD1\x1F\xEC)\x10\xE7\xD1$Q+\xDB:#\xF0/Y\xC66\xD0\xDD\xAE*\xC6#\xEEo,\f:\x13\xE2/k$\n\xB2J\xEA\x02S\xF0\xCB\x15\x065\xDF]*\x03\x1C\r\xC1\b\x1A\xFB\x14\x85\x02\x0F;\xBD\xD7\xE6\xC8\r\xA2\x038\xC6\b^\xF1\x01\xCA\xA2n\xC2\xE4\x14\xD5\xF4\xB6!\xF9\x04<\xF4\x18\xAA\x03\xE8\xC8\xA0\xEF\x06\xCF\xF5\xE5=\xF1\xD7\x1E\xC1\x10"\xDC\xFE\xBA\xF0\x18\x0B\xE8\xB9;\xDD\xEC\xAF0\xE2\xF06\xF6\xD0\xED\x1A\'\f>1\xFAf\xB6\xDC\x1A\xFB\xBE\xE2\x1D\xF5\x04\f\xB2\xFC\x1B\x07E\xE7T\x10\xBD\xE3\b\xDC5\xF7G\xFEZ\x1F\xAB\x17\xC6\x12\xFF_\xF9,\xB0\xE58G(Q\xC7\xAC\xF5\xD4\x12c(\x01M\xC4\x1E\xB6D\xE4Q\xFB\x94\x02\xF2\xC3\x17\xE4\xF5#D\xA50?\x12\xEB3\xD1AS\xA4\xE0-\xFF\x99\x1C\xCE]D\x12\xB9\xD4\x17\'\xC1\xD97\xFBR\xBA&\xA2\xE0D\x05\xD3\r\x8E\xF8\xD9\x01$0D\xFC\xA1\xCE\xF6\x0F\xD5u\x06#\x12\xC62\xDFj\xB8\xF0\xD5H\r\xCE\xEE\x02\xD8\x0B\xB4Z\xDD\x1F\xF3\xE8%\x0E\xC0\xF0\xD71\xEA&\xA1\xFD!c\xE1\xF2\x0E\xE7H\b\xEC\xD45\f\xCA\x16\xF4m\xEE\xC4\x1F\xE6\x0Ej\xE0\xEF\x06 \xE4\x17<\x95\xE9\xFE\xDA\xA5\x0B\xF4 \xCF\x13&;\x05\x9A.\x14r\xE8!\xCD\xFD\x87\x16\xC7\x008\xCEe\x17@\n\x01\xF7\xD9\xEF\xCB\x0B\x973\xB5\x02+\x9C\xDF\x1A\x03\xF0\xE7<\xBC\xFF/\x15\x06<\x90\xCE\x1B\xB2\xC4I-\xBA\xF1\t3\xCB+[\xBB\x03N\xEC8\xAD\xFD\xBFQ\xE1\xFA\xAF\xC4G\xF6)M\b/\xB3\xF8\xDC\x05\xAA\xF4\xC7\xB79\x19Q.\x04\xF9L\xD2\x13\xC7\xF7"w\xAEK)\x1D\x84\xDDP\xD0\xB6L\xF3\x14\xFE5\f\xEB\xD4\x00V\xDE\x1B\xF8\xEF=\xE7\x19\xD8\xA7\xFC\x0F\xDD\x1F\xF2\xCA\'\t:\x18\x05\xE0\xBF\xEF\xD7]\x13"\xEBL%\xE0x\x0E\xAB\xE5\xBC?\xEB\x1A$]\xEE@\r\xCE\xFD\xC2\xD8\b\xF8\x0F%\xE4\xFB+\xEA\xBFU\xDA\xF8f\x13\xA9!D\xC0\xB0\x15\x00%\xC9E\t#`\xE93\x19\x01X\xEC\xDC\x94\xF16\x11\xE6B\x0B\x9D>\xBC\xFC\x10.\xE8\x05\xD2*\x12\xDB\xC5\xAB\xE3\xFE\xDB\xBB/\xE5\xF4\x117a\xCC\xEB>\xA8\x03\x1C\xDD\t\'\x8F\x1E\xE18\xC9\xFB\xE6\x10e\xD2\xDF\x99\xF9\x11\xB7\xE2\xC7\x07E\xA5\xD2\x11\xBA\x1F\xFF\xD3c\xA8&\xFB\xCF\xF2\xE2\x1B\xCC\xD6\x8D\x1DG\xF9\xF1\x1F\x00m\xF6\x075\xA1\x1E\x05V\x19\x93\xE3\x00\xB2\x1F\xF3[\xD5\xC77\xF6A\xCF\x01\xB7\b\xF3(\xD7\x02.\nN7\xED+T\xF5\xFB\xD7\xB7\xF5\xE6A\xF90O\f\xCA\x1C\x01\xB6\x18+\x02a\t;\xEF\xFF\xB8\xC9Y\x9E9\x0E(\xCEJ\x10\xFA\xD4\xB1C%\xEF1I\x15\xC1\n0\x12v\xAD\xE6\x16\xF0.G\x0E\x9B:\xED\xA8\xF4\x1D\xBE\x07\xDB\xCD:.\x13#g\r)\xC7\xE2\xB0\xF4,\xEBH\xDDU\xC5\xE92\xB2\xF6T\xDE5\x16\t\xE2\xED\xD6\xB4\x16\xF1\xC3<\xEB\x01\xDD\n\xC5\xD2\x06\xDC\xFB\xE7\x9B\xEE\xFE\xBC\x05"R\xC3\xE9\xD1Z\x18\xC6E\xE3\xCE\xFEb\x1A\xA3\x04\x92\xEE:\x04\xDB\x9E\x17\x04=\xD7\x14\xC1\b\xF79\x10\xA4\xDA\x16\'\xC4\r"\xD5D\xFC\xC01T\xE6#\xDFi)\x13\xBCQ\x1B\xF7\xA4*:T\x1A%\xDEH\x0E\xD6\xFA\xA9\x1C\xFE\xE0\x06#\xFB\x0E(\xAE\x13\xF2\xE4 V\xE1\xCC\xBE\xFC\xF1\\\xEA\x1E\xFDl\xE5\x99!\xD3\x05\xF2\xFDH\xE4\x03\xA1\xEB\xF4\xAF%\x1A\x04\xF8\x8C\x00\t\xAA\xCD\xF2/\xFD\xE9p\x12\xE4\xB9\xCB\x03\xD2\xF8.\xC8:\xE2i\x114\xB0\xF2\xBBs\xD95\xEAB\xC20\xF9\x0B\x00\x1D\x15I1\xD0\x0B\xBD\xA61\x0E>\xEE\xB4/s \xBB\xD1\x12\\-\x07h\xCE<\xDD\rA\xD2\x187\xF9\x1D\x9B\xD87\xB3!\xFFF\xF4\x0F\xA9b\xEA\x18\x98)\xEF\x04\xD8*M\xE8\x15\x8A\x04\xF7\xD1\x0BN\xB2\xD3?\xA6\xE9"\xB2\xDFC&\xF7\xDD\xCE\x00Z\x15\xE1\xC9\x0B6\xEE>\xFA\xDA\xBF\xE7\x11\x96\xEE\xC6`\'\xEA\xBEY\xE4\x06K\r\xC8\xEF\t\xD6\x1C)>\b\xB7\x00\xF5\n\xCC\xBEB\xF7\xCE\t=\xC9\x1FW\xE0$\x00\xDA\'\xF8p\xD9\x06\xF5\x10\x00\xC9U\x1A\xF1(\xC3\xFA\x1D\xE7\x91\xF6\x19\xAE\xCB\x1E4\xFFN\xF7.\x1E\xB5\xF4\xD9\xFE\x0F@\xD0$\xF5\xE0-^\x92\xEC\xDD\xC4\xE3\x1ET\xDAF!\xEA\x17\xA0 \xFF\xDC\xF2.\xBA\x17\x9F\xEE=\xB9\xED\x0E\xC2-P\x8B6\xED\x06\xB3K\n\xA7\xD9M\xFF,W\xDE\x01I\t\xF1\xB5\x19\xD2\x03\xE3\x11O\x07,\xB0\xEF\xC1\x02\xA6\x19=\xBF\xF92N\xFE\xF27\xCF\x110\xAD\xFC\\\x0E\xE33P\xAD\xE9\xFD\x0Fg\xCA\x06\x165\xE3\xFF\xCD\x18\xE5\xD7!\x13\xE3\xD42\xEA@\x10\xBD\x07\xD3"\x0E\xE6\x9C&\xE0>\f\xAC8\xFA\xCB\x9F\x1B\xE0\x140h\xE8\xFD\x12\xD2\x04\x0F\xB1\x16%\xA1\xFA\xBB\xE6\x05\xDE9\xF1\xB6\xC4\x10\x1A\x05H\xD6\xF5,\x1C\xFBZ\x9F$?\xF0\xFC\xC0[\x96A\xFC\x16\x03!\xCD\xF17\xB3\xED\xC3l\x15\xD6R\xC3\xEBw\xDA%F\xE95V\xFA\xD7\x1EE\xB3\xDCL \xE6\xCC\\\xD8\x0B\xEDk\x1AI\xC7+\xD3\x02l\xF8(\xCE\xE34\xA9\xE7\xBC\xCA\xDB\x06\x12\xB6e\x0B*\x03\xF5\xC8\'\xB9\xF3\x9D\xE2e\x15\xFBA)\xF76\xFD\x04 \xF4\x14\x00\xBB\xF0\xD5\x03\xC7\n\x89\xF3\xCC\x07\'\xF0\xA39\xF5\x06\xC1?*\x01\xD4\xF6\x91\t\x18%\xEB\xD9\x9A<\xC1\b\x12Q\xFE\x1DJ\xF5\xEA\xD5\x1C\xA6\xDE;\x0F\xE8y\xDD5O\t&\xD8\x03\xA2\xE1\xCF\xB8\xEE\xAA0\xCF\x9A-\n\x17!\xF7\xB7<)\xE3\x0F6\xF8\xC5y\xE0\x1C.\xE9\x15\xDF\xAC"\x0F\xE9?\xFB\xA9D\n\xF3Y\x1D\xFA%\xD9<\n\xAE)\xC53\xF9F\xEE\xD2\xB0\x1E\x07\xCF\x1A\xF9\xC4\xAF\xE7\x1ET\x13\x07\x1DE\x0E\xE4Y?\xDF\xC6a\xA7I\x13\xEC]\xFF\xBDQ\xE9\x16\f\x01\xBA\xFB\x97K\xF4\xC9R/\xBEb\xE0\xCA\x1F\xE5\x15\x00\xB4\xEB\xCC\xF1\x87\xEC:\xE0R\x00\b\xCA#\x142\xFEJ\xA4\xEC\x0F\x000F\xF0\xC63\xF3_\xDB\xC9\x19\xF8\x06\xED\xFD1\xE4\xDA\x06\xCD\x19\xDB"\x95\xD51\xAFA\xDAX\x0E\xD24\b\xEF\xFE\xD9\x14\xF24\xB8O\xD2-\xE07_\x1A\x02\xD0\xFB\x0F\x94\x18\xE6\xBAO\xF7\xE2\xC0\xF2+B\xD6]\xF5\xD1\r\xB4\xFF\xE6\x90+\xFE\xBC\'\xD4\x1E\xB4\x0F\xF2%\xFC/\xAB\xF6=\x05\xFC\x1F\xF3\xCF(\xEE \x03\xB7\x17\xE1\x1F\xB0\x05(\x00\x0F\xF9\xC5\x06\xA3\x10\xBF\n.^\xBD#\xF0q\xDA-\x03\x9Dd\xD9\x04\x14\xB5\xE5\x1F\x83\x18\xDF>$\xD5\x0B:\xEBM\x12\xA3BS\xCC9\x8Et\xC0\r\xE5V\x11\xC8\xE1_\x07\x13\xC4\xE5<\xFAq\x9FE9\xD1X\x99\xED@#j\xEFE\xF7\xE4\xD2\x16\x041\xD3\xB2\f>\xEA\x1B\x0E6!\xCB\xFC:\xC0*\x06\xFAj\x10\xBF\xF7\x17\xAF\x04\xF4\xDC\xE8\t\x00\x17\xD6\xEB\x1DC\xD0\xEF\xB1,:\xE9\x9E\xF7Q\xAA\xDB\'\xC7\xE9\x0B\xF9\xC2\xE7\x1B\xD5\xDE\xB0\x16\xFF\xD8(\xAEP\xA7\xE4\xF6H\xFD\x1F\xF4\xC6\xD1\xFA\xB1\xE7S\f\xDC\x02\xEBK\xC9\xA5\xED/J\xCC\xE3q\xC35)\xF7\xBF\xE2G\n\xF8\x014\x16\xD9\x00\xBE\x18G\x02/\x1B\xF3\x00\x12.\xD7\xF1%\x11M\b.\xF5\xE5 \xC9=\x14\xFCN\xD8\x0F\xC1*\xE3\xA6\x12V&\xEF@\x93\x1C\xF1a\x12\xD44\xE3\x1C\x02\xDB&\b \xFD\x19\xD0c\xAD$-\xC9\xB4\xDE\x9F&j\xF5\f$\xCB\xD6\xB6\x0B@\xCFO\xB9\x1A_\x02\xB3\xCA\xFC;\xC0U\x0B\x8D\x05\xE8" \xED5\x1A\xCE\x05K7\xFF\xDE\xC2\b\xF8\xD01\xA8\xB9%\xF4\t\xB6Y\xF2\xA1?\xD6\xEF\x98\x0B\x14\xEC\x04\xF3\x11X \b\xC4\xEAC\xA7\xDE\xF0\xFCa\xE1\xEC\x80\x06\xE2\xFD\xA57\xDF*\xF1\xA2\x12\xD14\xEEb\xDC\xBF\xFE\xB7\b\x9BZ\xEF\xD8\xB8\n-\x18o\xE2$\x0F\xFE\xE6C\x18\xFC<\xC6\x14\xFA\x0F\xBBUE\xE10\xD9O\xA27\xE6\xF0J\xFD\xCF\x1C\x05<-\x10 \xC1\x152#\xF0B\xD2\x16\xEB\tu\x1C\x00\xDF\xF9\xB5\x1B\xF59\xCAi=\xE7\xFA\x15$\xF6\xE8\x8E\xD4\x02\xB4;\xC4P\x06\xCA\xD9\x98!\xEA\xD24\xE4,\x03\xC9\xF9\xB7\xFF\x1C\xCF\xFC\xD6\xBB,\x13\xE3\xF9\xB6S\xE8\x94\x03J\xF9\xD9h\x0E\xC20\xF6I\xBC\xD8\xE8C(P\x10/\xCD\t\xF5\x12\xDE\x01.\xAED\xC8]3\xF1I\x15\xEB\xD7\xF6-\xEE\x7F\r\xE1H\x07f\xAE\xF5\x1D\xEA:#C\xC3\fn\x19\x02=\x8D`5\xD8\x15\xC7\xD3\xF48\xB1\xCA\x01\xAB\xE7\x1E\x04\x93\x10$\xCC\xAC\x07\xC2\xD7\x01\xA5J+\xA9"\xC4\xD2\f\xE1\x1B\xFD\x0F!\xCA\xFB*\x9E\x1D\x13\xAF7\x01(\xBC\x1A\xFF\xC4\x15\xD8\t\xA7\x10\xF4\xDE\xEB\'\xAD\xF5\xDC\x0E\xC2\xF2\x1F\xFF\x0B|%\xE2\t\x1B\xF2S)\xCD\xDC^\xFE>\xF8\x18\xEB\xF3"\xE2\x15\xEA\xD7N\xF0\x1A`9\xEC\x05\xBE\xDB\xAC\xE5\fC\x03[\xE1\xBE\xF8\xD3\xF3\xA4\xED1\xDFI\'\\\xD0\xE6V\x9A3\x05G\xCB$\xE9\x06*\xAA\xEC3\xBB\x17\xEBD-\xDF\x13\xF8\t\xED3\xC5\xE3\x0BZ3\x9A@e\xF9(\x0B\xFC\xE5\b\xB9\xF4\xA1*S\xF99g\xBC\xDD\xF2\xCD\nK \x15W>\xCD\xF9\f\x92\xF2\xBB\x01.\x07\x16\xF9\xBE\xE2\x11Q\xFD\xD0C\xE1M\xF8\xDB\xA5\xFD\xC1\xD2\x9AH\xBB;\xAF\x14\xF3,\xB8\xDB\xCF\xFE\n\xC7\xB3\xD3\xC0;\x8B2\xFF\x13\xD6A\xCC\x16\xEE\x06\x19#\xA85\xEA\xFF\xC8\xE6\b\xDC\x11S \xE8A\xFB\x1A\xDB\xC5"\xD4:\xEF\x1B\xA22\xB8\x18\x0F\xC8"\x04=\x11^\x06 \xFE\xE4#U\xD5\x1B\xA4\x02!N\x14\xE7\x1D8\x06\x19g\xD0$\xDDJ\x1E\xE7\x02\'\x9B\xD12\xFC\x11\xD6A&\x892\xB5\x03,\xAD\xD5\x05\xC92{\xAF\xF1P\xFF\xB1`\b\xF7\xD7m\xF3\x00\x99[\xD0)\xE5\xF65\xED\xD9\x0E\xC8\x04\xFC\xE9h\x0F\xEE\xF6\xAE,\xD9\xF0L\xE1\xF5\x0F\xED\xC7\xF9\xAE\x0B\xBA\xE0\xF7F\xE7\xC5`\xF4\xB8\x17\xEFg\xFC\x1D\xC3\xF4=\x17\xE0\n\xEC\x11C\xE4\f,\xDC\xC3\'\xE6\f8\xDC\xEA\x1B\t\xF0\xB2\xCA\x19\xAAp+\xF3\x9CL.\xBDA\xC8\xE1;\xC0\xFB\x11\x96(\x03\xA7S\x07-r\xF04\x10W\x1E\xB0\x05,\xE1\x01\f\xDA\xD0:\xE2\xECb\xFE\xB9)\x91\xD3%\xF6\xA3\xCD\x18\xEBB\xFE\x1E\xAD\xC1*H\xF7\xBEC\xDFR\f\x03\xC0@\x13\xDF\xCD\n\xD8\xFA(\x07\x19p\x032\xE0\xB7@\xD75\xBD\xE3\x17\xD3@\xC8\xFD\xD9\xEE\rI\x95\x1FM)\xF7\t\x13\x9E#\f\xE6Y\xFA9\xC2\x02\x1E7\xFA\x10\x97\xCFW\xEF\x03\x12\xD4\xAB4\x14!\xFB-\xD1\xE9\xFA\x1C6\xEF"\x17\xE6\x8FH\xD5\xA8\xEB\xCB%\xFD\xE9\x1F\x13\xF2\xFF\x98 \x04\xA8+\x18\xBD9\xD3\xF9\xC9\xE9\xBF\xAAB\xCAL\xD96\xC6\xF1\x1B\x06Q\xDA\xE9f\xBBL\x040\x15\xDF>\xFAb\x07\xE7\x00\xD6\x86\xF2J\xDB\xB5\x07\xA9E\x00\xB25\x10\xFE\xF3!\x0BJ\xF7W\xC8\nF\xCE)[\xDC\xF6\xEA\td\xF3&\xE4\x14z1\x05\x19\xF0-\x02\xF6\xAD\x14E\xDC\xB2\x0F/\xAB\b\xE1\xF0\xD6\xF5\xB6&\xCC\x9E"\xDE\xC5)i\x96\x1D7\x12&^\xE5\xC3\xF5e\xCE\xEDV\xC5\xDD8\xB5\x17\x17\x9F\xDF\xF7\xB1\xE8\x0E\xC1I2\xE1\xCC\x90\xFF\x1D\xB4\xF1\xFE\xDDR\xD4\xB8\xE8\x1E\b\xD1\xFF#\xED\xCC\xF4\x14)\xC7";\n\xE7O\x0E\xEB\x18\xF4<\x0F\xED\x05\xE3\n\xC8\xEE\xFD\xD5\r+\xDE\x06\x1B\xBA.\x13\x00\xE7\xD3\xF1/\x01!S\x05;\xFC\x16\xB2\x11N\x06B\xDB\n<\xA3\x10!\xFA\rk\xDF1U\xA0\xE5=\\\xFC\xD4F\x00\x19\xA1x\xC5\xF8\x011\xBDT\xB1\xF9\xCEG\xBCY\xF6\x880\x1EL\x15\xA0@&\xE4\xF8B\x9C_\b\xCEi\xBA6\xD8\x19\xA6\xD1\xEE#\xD6\xFA\xE8-\xC5W\xD1(\xE5\xC67\x86\'\xF2\xBF\xFA\x0E+\xBD\x18\x984\xEA\xB4\xF9\xDD-\x1D\xAC\xDAG\xD2\t\x1E\xDC1\x12\xFE\xD7\x19>\x04\xCC\xB9\xEB\xFB\xD6\x02\xAD\r\xCD\xEF*\x1E\x07\xE4\x12\xEC\xC5\xF4\xE2/o\x01<\xBE\x18\xAB\xEF\x13\xF9\xBC\xED\\\x01\xDB\x16\xCBH\x1B\xD6\xF0\x07\x01 \xE2\f_\xD1\x11\xED\x05@\x14\xF1\xE5*\xFD\xA3A\xE6"+\x95\xE8\xDEs\xF4\n8\xC3a\xF3P\x1A\xD9\xFA\xC0I\xAB&\xFD\fK\x1E\x07\xC9\x9D\r\xF5_!\xE0\x022E\x07\x19\xF3\x94>\x04\xEB\xB0:d\xCA\xDCO\xC1\xF2(\x02M\xBA\xE4\xCD"\x8F\x03n\xCB\x16\xF3\xB5\xC6\xF0M\xFB\x11\'\xA7\x1C\xE6$\x16\xDF3\xB6\x03L\xE5\x1D\xF9\xD4[\x8E8\xB8\xF8)\xE6\xDC0\xCF\bM\x9C\xD6\x1E\xAF\xCFK\f\xE4.\x11\xFF\xE1$\xA8\xF8\x10?\xAB\x17\xC87\xF50\fX\xFA8\xBA\xECL\t\x01c\x0E\xD1\x06\xC06\xD8\x00D\xCE\x97\b\xEA#\x12\xA7/\xDD\xC0?\x04\xE8\xDC\x12\xF0T\x16D\xEC\xB3\xFB8\xE7\xF6\r,\xE0\xFB!\xB9\xD3W\xC5\xF5\n5\xEB*\xFE\xD7\x07\xE8\x9B\x1A\xFD\xB1\xDF\xC4\x1A\x0E\xE1\'\xD3\x1B\xDD4\xAEC\x18\xEDV\xB4\xF7\x10J\xFD\xD3\xC4?\xF1\r2\xEF\x16,\xCB"\x00\xD4\xC2\xAA\xFE\x1E\x10\xC1\'\x15\xC8b\xEA\xBF4q\xEF\xF8\x17\x9D\x1DK\xBB\x16\xCD\xE4Y C\xDBk\xD2)F\xF2\xD72\xAC\xF6;\x9C\xE9\xF9\x1F\xE3\xF5\xCB\r\xE1+\xEE\xBC7\xF6l\xE0\xFF\xC9\x02\xA4\r\xF6\xB3Dh\f3$\x05\xD8m\xF2\xDD\x04\xAA?\xFE\x14\x05\xDA\xABE\x03-\xE7\xD5\x05n\x930\xF3\xBE\xFA\x0F\xEE\x04\x13\xE8\b \xFCR\x04\xC3Z\x13+\xBDh\x02\x9B2\x1D\x05c\xDB\x1A\n+\x9E\x1FRF\xD1a\xE1\x1A\xED\xA0\xFA\xDF\xEAN\xCB\x8C;\x1BU\xD4\xF1#\xA0\xCB\x1C\x0E&\xDF\xCC9\xF0\xFB\xDE\r\x1B\x02\xAE4%\xC6\xA69\xBD]\x8B\xCD\x14\xE4#\xF1\xFF\xCE\t\xDA%?\xFC\xD4\xC5\xA5$\xE6\xB2\x14\xEC\xD7\x07\xE7 \xFC\xBF0\x06\xCF=\x18\xB7\xF7,\f\xE5\xFD\xBA/\x0B\xDFP\xF6;\xE9\xBD\xFD\\\x10\xB1#C\xC6\xEDT\xD3\t\xE3P\xF7\x1C\xDA\x00(\xED@\xB6\r\xD86\xA8K\xEF\x14\xB7\xE8P\x12\xF3=\x01\xCDL\xFA3\xB9'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xC9\x02\xEA<\xD8+\xB9\f\xF4U\x8C\xE0!\x02\xD20\xF9\xBFJ\xD9\x031\x13\xE4+\xA7\xF7>\xB9\b\xF9\xE19\x03(\xB8\xFA5\x11\xCB\xEF\xFD\x19\xB1V\xD5\x1C6\xE0\x05\xB2B"\xE6\x04*\xF4\xBE[\x07\xD4A\xE9 I\xA8\x1BT\x11\xFA\xE6:\xC7%\x0F5\xF6I\xAB\x14\xE4%\r\xED\xA9]\xBC\xD2\x00e\x0F\xE9\xCF(O\x1B\xA8\xCC\xEBF\x1C\xE1\xA6h%\xDC>\xE9\x04\xF3\xFC\xBE\x10^\xF2\xFB\xC4\x12\xA3\xD58\x14\xE2\x9F#\x0E\xB3\xFC%\n\xF5\xC3\x9E\x05d\x1C\xDC\xEC\xFE\xCD\x18\xC1\xEE[\x07\x9C9\xCC\x1C\xF9\xF3\n!\xC6\xDC2\x14\x9C\xD8\xF1\x10f\xDD\n\xD0\xF4\x06B\xBB\f1\xC8\x13)\xA2E\xEB&\xD3\x1B\xDEi\xF7N\xEC\x1E\xFD0\xF6\xC9k\xDF\xE5\xD43\xDF\'\xEF\xD1\xAA\x03G\xB5o\xE7\x0B@\xDA\x1F\xF2\xFEO\xE1\'C\x927\xF0\x04\x1D\xFAC\x01\xC2$\xF6\x16\x8DS"\xE7\x00\xD5\xF7\x99L\xE1q\x0B\xDC\xCA\x00\x93:\b2\xB7\f\xC7\xDC\xB1S\xEE\x17\x036\xFD\xB4i\x00\x17L5\xF7\x13+\xD5\x06\xA0(\xFD\xC9\xB6-\xD4\x11\xC0\x06\xD9\xE8\x14S\xAC\xBF\xE0[\xE86\x06\xB6.\xFE\xC48\xB3\x14Z \b\xF1\xB7\xD0"\xF60N\x14\xE7\xEF\xCD\x00$F\x05\x10>\xC0\xD9)\x8B\x1C@\x0F\xE9\xCA\xB7\x0B\xE4\xC3\x1E\xF0<\xDF3\xF5\x13\x03g\xE9\xAC2\x17q\xB8\xFD\xD3@\xF5+\f\xAE\xD2Q\xE4@\xED\r\xDC*\xEE\xCC\xE4.\x18\xFB\x02?\x1A\xB4\t\xC2Z\xAB)\x16\xE4\x98\xF2\xD1&\xE7\nM\xF2\xC8\xF1\x96#\xF9\xDC-C\x9A\\\xF9\x10\x1B\xAF\xD2L\xE2\x19;\xF8\x01\xEF\xCB-\r\xE3%\b\xCB\x19\xF0\x13\xFD\xC9\x1D\xD5r\xF8\x1A\xA0\xFDD\xC0\xD98\xE7\xA6\xEE\xE2\xFB\xD9 \xF5A\xD6\xFA0m\x00\x1A\xA5\xFC\xCE\x12\x07+\xD8\x04^\x19\xF0\x07\xFF\xCC\xDB\xBB\x01`\xED#\x89\xC3\x0B\xDCU\xA0!\xF6I\x1A\xED\x9El\xDB1#\x91\xF5\x11\xAB\x03\xBEK1\x0F\x05\xAE$Q\x0E\xC4b\x13D,\x03\x0F\xE0V\xC1\x1E\xEC\xB5\xDFY;\xBA\x1FS\xE4F\xC17\xA8\xD4%\xE93O$\xE7\xC6\fC\xFC\xF1\'\xCFA\xE7\t\xDA\xAE\xC2\x00;\xFA\xB6\x02B\xE0]7&\xE2\n\xCF\xF3\xDDh\xEC\xF8\xCE\x053\x1E\xD2\x9D\xEC\xCA\xB8\xFE\xA3\t\x11\xCC5\x06\xF6*\xEB\xDC\xB6\xF8\x16\xED\x0E\xFEI\xB5\r\x17\xA7\x06?\xF6\x18\xDA\x076\xAE\x1C\x10\xBA0\x03a5\xCF\x12\xE5M\xC5\xEB\t\xBD\x00\xEFF\x1F\xE9\xB5:\xC6\x1D\x15\x87\xF1\xDD\xFF\xF5\x0B8t\x191\xE9=\xF4\xDAG\x15\xC5\r\x01d\x1F\x01\xA1\xCF!\xE6\xC5Y\xF4\xE1\xFA\xD5*\x950\xB7\xCBc\xE1\xF5\xFEL\xD2\x17\xF1\xDF\n(\xF3\x1D\r\xD3\x1B+\xDA\xCB\x9D\xFBV\x13&\x01\xE2I-\\\xBB)R\xC0\xE5#\xF1\xD3O\'\x02\xAA$\xE6\x90\xD44\xAE\xD3;.r\b\xF7+\xD9\x1D8\xBE\x12\xF0\xE3P\x00\xEA\x15,\x05\xC5\xEB$\xFA\x97\x1FU\xB0\xD8.\xA4X\xF9\xAF\x0F>\x17/\x05\xD7\xF7\x94\f\xD5\xFC\xE9\x0F\xA9\x17\xD7\xFC\xAE\x07\x14\xC7\xE3\xBAb\xFD\xEFU"\xF3\x17\x11\xE2\xF1\xB0\xDD=\x13\x8E\x03\xCAE w\xCE\x0F\x1E\xF9G\xD6\x9B8X\xB2\xE5C\xC9\xEB\x05\xC0C\xFF\xEF5\xE6d\xF4\xE0\xC5\xB0\xE6_3\xBE?\b\xCA#\xE0B\x053L\xDD\x83\xFA\r\x1C1\xCF\x10<\xE0\xFE\xC8M\xFB\xC7\x18I\xBB\xFF\xEFb\x0B\xEB\xFE\xAC\b\xDC<\xA7\xBF"\xF0\x13\xDA\b2\x0F\xFE\x169\xF8\xE3\x18\xC9\x07\x1F\xD0\x02\x0BM)\x1B\xCE\xEE!\xF4\xAF\x1B7\xF7\xEE\xC6\x10\xF6\x1Ee,\xED\xD7\xF7\b\xC0\x1A\xB4H\n\xBB\n(\x04\xEB\xD34&\x91\xDE.\xB8\xF75\xC4\xF2\x03\xE7\fg\x00\x1D\xCE\xF4\xBAl\xDC\x9F$N\x10\xDE\x98E\xBC2\xA5\xEC\xF9\x0F\x00E\x13\xE3v\xD8\x01W\x89+\xE8\xB5\xCE:\x03\xB1?N\x9E\xE8\x04\xDA\'\xEB\xE85\x9Ca\x1F\x0E\xF9\xE4\x19\xD0M\x15\xE6Y\x1A&Q3\xCC\xF7\xAD\xE2I\'\x04\xD3,\xF1\n\xD0\xB8p\'\xFC\xF1\x13"\xD9<\xBA\xDD\xA7\xC7\x05+\xEB\xBC\f\xD2\x15E\x00\xF0\x17\xE6\xC4\x12\xDF\x1F7q\xF8\xA3W\x1D\xD7\xF5\xDF\xCC\xACV\xC3=\xF3\x04(\xD7\xFF\x9A\xD1\x12\xB4\xDB)=\xC2\x16\xA2\xE9>\x1B\xC4\xFD5\xEA\xF6\x1A\xD5\xE8R\xFF\xCAh\b,O\xFD9\x96\x17J\xFB"\xDC\\\xC0\'\xD9\x0BY\xF4(\xFF\xCA\xF1/\xD2\x14\x02G\x16\xFEB\xF1\x07"\xFD\x11\xA6\xC7D\xEF\f\xE1\xFC\xEC\x18M\t\xFD\xEF]\xF9\r\xB1\xE5W\x04\xAC/\x0B\xC28\xB0\xE2\x1C\x8F\xF1\xE7\x19\xF5\xD5\x0F\xF2\xCC3\xE5\xA7\x07\xF85\x95F\xFC\xAA\xD2\x17\xB7\x07\x0F\xC2\xFE\xC9\xAD%\xBA7\x13\xE7\xDA\xB6m\xEA\b\x1F\xBD/>n\x05\xF4\x86\xE64\xD7"\xC8\xDEK\x13 \xD9B\x14\xDF\\\x06(\x0E\xF76\x12\xD1#\xBB_\xDF&\xB3\x05\xF5<\x1C\x0E\xE3\xCC\x1E\x04/\xEE_\xE6A"\xE1=Y\xEF\xE4\x0B\xD6*\xA0H-\xD36\xE1[\xF6\x15\xA8\xC8"\xBD\x1C\xCF\x11\xB5\x078\x01.\xF6\x80\xEE\xCB\xF3\x00\x9F\xCF\xEFG\xD7\xC2X\x04\xAD1\n\xE9@\x1Bg\xC4\xED\xD5\xB2x\x15\xEA\xBC\xDD9\r\x98\xD8S\xAB\xF2\x100\xFAg\xC5\x01\xF6\x17\x0B\xF0\x1B\xFB\xB1\xDB\x01\xE9)\xD89`\x02*O\xF4\x94\xED\xD1\xC0\x06c*\xBA"<\xFA\x1E\xB6\x02+\xFB\xE3D\xC9\xF9\x01\xA4\xD1\xFC\x13.Q\x00\xF2*\xF9M\t\xC6\x1B\xF9\x02\xEA\x1C-\xD8\x06\x8E\xEB L\xE0\xBE\xFF\xC9\x97\'\x0FB\xD0U\n\xF8\xE0\xEE\xFA\xC5\xDD\x1B\x14j%<\r\x19\xE2H\x10\xE8\xDB\x15|\xEA\xA5\x18\xDA\x10\xEE\x1ET\xDB,\x0B\xE1\x9B"\xC7\xDD8\xA1\xD4"\xF2H+\xCB\x13\xFC\xBC\xC0\x1BC\xCF\x11\xB02`\xE8:R\x04\xC21\xEE\x1A\xB7\x13\x8DB\x0E\xAB\xEAD\xBA\xE4\xFC\xDB\x93\xF8\xD5\xFD\xAEU\xC6-\n\xCD;\xF3O\'\x98:\xC1\x16\xF1J\xBD\xF8?\x05\f\xB8\x12[\x00\xAD\xE0\xB9n:\xD5\tS\xF4\xE18\xFD\xF0\x07\xD1\x1E\x10\xDE\xF4\xE6 \xA0\xFDK4\xD3\x05$V3\xFF\n\xCA\x1ET\xE96\xC3\t1\x04\xF5\x98\xE2\xFE"\x06\xB6\xCF\x0B\xF5\xE5\x07\xAC5\xEA\x19\xD7\xE7H\x1D\xEE\xE44\x17\xEC\f\xF5\x9F\xE3K\x02)\xA8\n\x19\xD9\'\xA3\xF9\xB8E\xD6\fd\xCC\x07\xE4\xF3\x1B\xBC\xE5\xCC\xF5\xD6-\xF0\xAD\x04\x12&N\x1B\xED\xD1\x1D8K\x11\xC2`\xE84\xFF\xD6e(\xCD\x02^\x0F\xB0)\xF5\xCD\xFD\xC3\x07?\xCE&\x031 \xF1\xD2\xE9m\xBA\xC8N=\xEB\x03.\x18\xA9*\xF7=\xDC\'\xC5{.\xFC\x16 \x9D;\x0FF\xF5\xB8\xCD\xF2\xA4\xDEe\xBB\xFC\xD6\xF0\xA7\xDD\xF9\x14\x1F?\xB7\x1A\xFA\xDC$\xC5\xFFV\xA31k$\x92\xD8\xFAT\xDC\xC4\x16\xB1#\x12\xFA/\xE6\xF7\f\xC1\xE2u\xCA\xEC\x00\xBD\x15\xB0\x0E\x01\xEC\xA5\t\xDB`\x02\xC1\xE0(\xD5v\xE5\x00B\x0F)\x06\x15\xE52\x19+G\xC6\xA1\xE1\xEF\rD\x8B\xF4<\xEE\x15\xD5\x04\xDF\x11\xF4I\x1A\xAC\x10\xE9\xFCC\xC4G\xDB\x05\x1F\x99Y#\x12\xFC6\tT\x1E\xE8M7\xD6\xF8H<\xB3\xF1\x13K\xEB\xFC\x170\b"\xB5\xF8\xE9\xC9D\xB2\\\x01\xD1\f\xF2\x05-Q\xC1\xE8\x07\xD1\x1C\xE2\n\xC0A\xE9\xB5\t-\xBE\xEF;f\x06\xCC\t\xA1\xEE:\xCD\x16\xF2\xD2\xB1\xDA\xF3\x93\xDF\xD0\xFB\xF1\x9B!\x18\xE1\x11\xC8\xE6$\xD0\xA9\x06\xC6\x9A\xDB\x14:\xD4T\x9D!\xF3\t\xBD\xEB"k\xB2\xFD\xD3\x13&u4\xB9O/\xF8 \x17P\xCA\xE6\x02#\xD4\x9B\xE1)\xF8\x18\\\xB5\xFE\xDFE\x07+L\x1A%?\x10.\xC4\x0BX\xCD\xBB+\xFE5\xF8X\x1D6D\xF9Y\xEF\xC4/\x02\r\xDB\xFB\'\xE1\x929\xDA\x17\xE68\xF6\xAB\xDE\xFC\x0F\x8C\x01\xDB\xAA\xF1\xFE8\xDAZ\xF6\f/\x19\xF2\xE2-\xD5%\x0B2\xA9\xED\xFF\xBD\xE7\xC7\x02\xB4^\xE4\x042\xEA\xF4\x06j\x8B\x0B\xBC\xDE\xF1\x0E\xE7\x1E\xAB\xFD\xE2\x1A\xEC3\xCF>R\x10\xF7\xCBK\b!\xC8\x02\x18\xEC*\xCC\xE7=]\xD2%\x9E\x0F\x1C\xB0\xC7\xFEL\xB9B\xC7\x03\xF4\xE8e\xC8 <\fc\xF9\xD7\xEE\x16\'\xDA\xFC\xABK\x1E\xD9\xED\x19.\x00\xD6\xB4)\xCEL\b%\xB9o\xA9\x15\xC3\xF0\x1D\x021\xBC\xEE\x9BX>\xD4\xBCZ\xF6#\x11\b\xC30\xED\xFAC\xE36\xEB\xD9\t\x0E\xA8J\x12\xBF\x1A\xD8\xF7\xE1\x9F\x17/\bH\xA3\xF6\xB9@\x0E\x15\xD0\x96>\xE3\xCA\x15;i\x02\xDF\x11\xF2B\xCA\xF6G\x07\xFD\xD6\xB1\xE4\'\xFB\x0F\xE0.\xF1\f\x1E\x06D\xEF\xB3\x1A\xE4\x03s\xBB\xCE\x04\x13c\xA5%\xEE!\xDA\xFB\x90P\x03\x103\xD1\xF4\xB0\xDF7\x1C\xCFf!\xC6\xE6\x01&\xFBJ\x05\xF5\xA0\xED\x1A\xBD3\x88\xD7\x0F\x01\xDE\xE7-Y\fC\xA4_\xD7\x1C\xFE\xB2H\xE3\xA5\xD9\xC7\xFC:\xD7\xF6\x15\xDE,\x1F\xF1\xC0>\xF8\xFFl\xE6/;\xEF\'\xB4E\xEB\x1DR\xC9\x0E\xFF\xEC\x06\xE0\xF96[\xF2\xC1\x10\xB2Q"\xC7\n\xF7]!\xEA9)\x19\x9D!\xBC\xEC\x16\xCE\xF4:\xC2\x14\xCD\xEA\xFA7\x14.c\x9A$J\xAD\nT\x86\xD4\x00\x18\xE5\xCF\xB7\x16\xC5\x07\xDE\xCE\xFEs\xBF\x04\xFB*\xE7\xBEP\x14\x9D*\xB6\n\xDC/\x1C\xD3\xE84\xFDE\xE5\xD0\x05\xFC\xB2\xC2b\xD0\xF4<\x05\xDD#\t\xE7R\x04*j"\xBF\x01\xE0\t\xE9\x0F\xC1\xEF5\xFD\xE8(\r2\xCB%?\x0B\xF7\x1F\xAB\x18\xE6\n#\xD6\x13\x8FB\xDB$\xF3<\xD6\xEF\x18\xA5\xEAx\xFA\xDF\x0F\xAD\xD9,\x95\x16T\xE0\xF1\b\x122\xFA\xC7\x7F\xFF\xB80\xA8\xD9\xF5\x97\r\xD3R\xF3\x1D\xCF\xF9@\xD5\x1A\xC8\xF6E\xDD\xAFQ\x04\xA0\xEB\xD4UC.\xF3\xA1>\xE1Z\xF1\x033\xAE\xCC\r\x02RA\xCE\x04:\xBD*\x06a\x1F\xF3>\f\xC8\x1FI\xFF\xDA\xAE\xE5\x1C\x8EF\xF0\x12\xFB 9\xDF\x19\xEE(\xA7\xB9M,\x02\xE5\b#\x94l\x05\xED\xFC\xF3\\4\xE2\x01\xBC\xFB\x10\xC70\xF8\xB6 \xD2\t\xF9o\x1E\xE7\xC3\xFC#\r\xF2\x99\x18\xCD\xED\xC2\x02\xB6\xE8\xF84\xA2\xEB@\'N\x0E\xD5)\xE1\xC6N\xEC\xBD\x06F\xCA\xFD\x109\xDD\x16\xA2a\xB89\x12\xD1\xBE\x15(\xDA\x1A\xB3(\x12\xED\xD1Q\xDB\x19\xEC\x0E\xC3K\x18\xEB\xDD\xBA1\x15\xE1\xB0\xD8P\x00D\xF77\x10J\x1C\xDC*\xD4\x0F\x1B\xCC\xBB\x02\xED\xF68\x07\x1A\xD2\x0B_\xFF\xB23\xE5q\x05\xED\xC7\xF3(\xD9\xEF\xE3\x00\x1F?\xD7\xC2\f\xF9\xC9k\x95$9\x03\xACh\xFD8\xE4\xA4,\xFEF\x97\xF6Y-\x1B\xC8\xE6$\xDC\xA7\xE4\xD1\xFDt\x07\xBFW\xF7\xE2\n[\x18\xC1\xAF\xFE?\xA0/\xE6\x16\xD8#\xF7\xC0\xD5!\x0B\xFFC\x0F\xFAL0\xF3\xA2\xE7,N\xE8\x05\x1C\xDE\x0B\xF5\xE7!\b\xCE(\xF4\x13\\\xC9\x05\x11\xD3\xEC\b7\xF0\x12\xB3\nS(\x17\x9E:\xF1\xAE\x01/9\x85\xFB\xD0$\xE7h\xDB\xF8\x1F\xCC\xF3\xA4\fJ\x19\x8F0U\xB0\xCF\x1A\xC1\xAC\t\xC9Z\x0E\xFF\xA3=\xD62\xFEG\xB8\xC5\xD7C\x99\xDE\x04\xBE\xD7!\xEF;&\x01\xA6\xBE\xFDg\xD32\x02\xF9\xEE\xC6\r!\xE7\x15\xD7\xEE\x1F\xDEE2\r\x14\xEF\xBA\x03T;*\xED\xDE\x02B\xE7\xF9\xDF7\xEA]"\xDF\x17\xFA4\xE2\x17\xF5\xBE\xF0\xAA\x15,V\x111\xEB\x1BP=\xF8\f\xB3\xE0\xC3b\x16\xDDG\xF5\x1F\xC4\xE9\xB9[.\xE0\xCDP&\xC1j\x10\xB3\xF3\x04\xA4\xC8L)\xDF\x10\xC3\xFBa\xCE\xB8\xF3\x12\xC4&\x07\x9C\xFF\xD6A\xEC\xB9\xD3\xCFe%\x0EQ\xCF\xEB\xE1\x01\xFA\xF1\xB7\r\xFE\xA6\xE8/R\xFB\x1C\xE8\xCE+\r\x8E\xE2>\b\x13\xD9\x1B\x04A\xF5\x94\xFD\x06\xCA,\xEA]\xD8\xFA7\x19\x97\xEA\x07\xAF\x156\n,\xD7\x1Df\xF0\x14.\xF6\x05)N\x01\x0B\xB7\x02\xDD!;\b\x1E\x9F\xCA&^\xD43\x1D\xCC\xDB\x12\x9FI\n\xF7<\xEC\x19\xFF*\x8CE\xF7\xAA\xFE\xB7\x0B\xDBJ\xE4=\x1A\xFF\xBD \xE5\t\xD2\xFF@&\xDA\xE6 \xFDP\xA8\x03\xB7\xD3K\xE3\xB0\xC5\x11\x92 B\xEC4\x9A\xFC\xC2\xF6o6\xDB\x17\x06\xE3\xC4\xEFy\x01(\xF3\xD42\xAD\x04\xBA\xD7M\xCB\xF2\x1D\xD13i\xED7\x1D\x13\xF8\xA9\xD4\f(I\x12\xB1\xF2j\x1C\xCAL\xF6\x9C\xC6\xE1\xECA\xFB\r\xC99\x1Dj\xDB\xF2\xE5\x1B\xF7\xCBW\xE6\x18\xD6\xB4\r\xE9K\xA9\xF6C\x14\t\xB5?\xC0\xFF\xE2\x1F\xC9p%\xF9\x10\xDEV\xE7\x0E\xC5\xE2)\xCF\xBB\xF00X\xE0\x9A\xF5=\xC50\xE2\xF9\xBB\xEE9\x0Ew\x05$3\xDC\x1B\xF3\t\xEA\xFD5\bF\xAC\xD9\t,\x11?\x04#\xF2\xC0:\xFF!,\x91\xF9\xE4\x19\xEC^\x10C\xF0\x14\xE5\x07\xB28\xBF\x06%\x17\xF9\x96\bc#\xE9\xC4\xFB\x07\xCE\xEC\x02O\xA2\n\x13,\x01\xD5\x17\xF2\xCD\x13\x8AZ\xBC&\xA5\xD1\x19\xB4\xCAf\x00$\xBC\xF0\xA9\xE1P-\xFA\xD0\x11\xB9\xDE\xD6W"\xCB\x06&\x99\xFA\xDB5\xA5R\xED-\x00\xA3\xF0\xD6M\x02?\xDA\xFF\x0E\x176R\x1D+\xD9\x16$\xD1^\xDD\xAA"\xBD>\xB1\xF9\xE8F\xFE\xE0@W\xF8/\x11\x13\xE8L\xD3\xFBb\xCD\x01\x88\x19\xE3f\xED\x0BG\xF25\xAB\xDD1\xD2\xB9\f\x00\xC3 \xD2\x18\xF8]<\xB4.\xE7\xF4\xCA\xA4E\xB6\xD6\xE4\xAD\r\xBE\xFD\xF0\xB5\x04A\xEA\xFBU\xE5+\x0B\xD4.\x06\x14\xF0\xC3\x03\xDE\xEC\xC1\xF5\x9D\x0E2\x1D\xEB\x12\xD9E\x061\xC9\x1B\x03\xBD\x0F\xFE\x15\xF5G\x1BZ,\xF3?\r\xE3\xC7\xDB\x10\x1E\xC2\f\x163 \xED\x05&\xF2\xFAy\xE8F6\xE3\x1A\xF5\xC60\t\xDA\x00b\x1E\xC6\xAA\xD8 \r\x95N$/\x1AB\xE3\x05\xB29\xC4)\xF0\xB3\xF7\xA2:\xE6\xD0O\xEEc\xC2\xE4\x03\xEA\xCD\xDE\xFC\x97G\'\b\xEA\xFCz\xE0\xAFT\xF8\xDD^\xCB@\x161\x90\x06\xCB*V\x91\x11\xD0\x1D\xA1\x15\xBA\xEC\xF47p\xE4,=\xF3\xD2\xDD\x03\xCA%\xD8\xF7J\t\xFC \xCET%\x13\xFB*\x9E \xD7\n<\xA6%\xB2\x16\x06h\xEF\xB84\xD0\x9E\xF2)\xD4\x06\xBF\x12\xFE\x8A\n\xC1\xD3\xDF\x1E\xF8\x0B\xD8\x00:P\xEE\xF7H\xE1=\x02\x19\xFA\xB8\xCC\xFE\xB2\b_\xA9\xEFS\xBE\x17\xE5\x96s\xDE\x0E\xE8\x01\xB6\xDD@\x06\xE8\xB4+\xFB\xF0\x10K7\xBF\xD4\x1E\x01\x14QA\x1A\xFF\xEBI\x1D-\xE67!\xEB\x01\x11M\xAF\xC1\xED$\xE5\xBC\x045\xCB$\x0F\x9A\xD0\x0BP\xEA\x14\x1C4\x10\xF97\x0B\xFE0\xD1\xEE-\xBF\x18J\xD6\xF2k\xC3\x19\xF76\x14\xC9t\xD6\xE2\xF7+\x0E\xE5\xF4\xAA\xDF\x05\xC6\x0E;\x95\xCE\xF3\xB4\xD8D\xF6_(\xF1;\x16`\xFB\xA8\r*\xD8\xAF\xFC\\\xDC1\xF1%\x05\xD8a\xE4\xD5\xB8\xE9!\x87[\x11\x03>\xF5\xA7\b1\x1F\xE5\r\xCDJ\x01\xE0\x90!\xFF\x1C\xED\xA2X<\xCB-\xFA#\xD7\xB61\xE1\xFD\fi\x04\x18\xA8\xCD\xBA\xE5\xDA\x032\xD1\x1F\xDFg\x18\xF2\x07\xBF\xE9I\xAE\xC5?\x9E\xF6\xBF)A\x16\xCC\xDE\xF2&\xB3\xD9\x1E\xFE\xC8=\x84\xFA.\xAB\xEF\xD5W\b=\xB9\f\xC6\x04\xDB\xFE\x18\xBEd\xE7\xF0W\xF7\x16O"\xEE\xC5\xDF-\x0B\xFE\x1D\x9C\x0F\xC8H\xF4\x01\xC4\xEAO\x11\x1E+\x00\x15\xE1 \xFC-\x0E\x00\xE2m\x07\xFBE\xC5\xEA\nX\xE2\xED\x12\xD3\x05S#\x12\xBC(\xEA\xF4\xD1Q6&\xB3F\xEC\n5\x11\xA6\x1E\x07\xBF\xDA\xAA0\x14\xFAQ\xEA>W/\xF8\xE9\xB1\x15A\x989\xD0\xE3\xA6\xF8\xD6\r\xF3U\xD0\xE8G\x94\xF4\xC04\xAC\x0E\x1AP\xCE4)\xB1e\x1B\xBB\xE9\xDE\xF8C\x1B\xFC\xAE,\x15\xE6\xF9\x12\xD3 \x8F\xCFH\x02+\xCC\xEA@\x00\xD2G\x99 \xD4\xF3\xC5\xDE\br\'\xD7\n\xF9!\xFF2D\xC8n4\xB9\b\x1A\xAD\x01M\x11\x1E\xEC\xD8:\xE4\x00\x9B\xF8\x0E\xD8\x00\xF3D5\x03\x93\x0B\xC8\xE3a\x02\xDD\x9B\xF1m\x06\xE4\xF6\xFD\xDC\xBB\xE2p\r\'\xF4\t\xE6\xC1\x05\x0F\xAA\x17\x00\xBA\x1C\xF0\xE40\xBD\x0E\xDD\xB5\x06\xEF\x18\x8D\xEB;\xDD\'\xC8\xDC.\xCF\x03\'\xF6\xBC$\x16\xF0\xC0I%\xE3\xC6\x16\xD0n,\xD87\x0F\xC1F#\xCB8\xBD-S%\x19>\xF2\xFB\x9C\x1B\xB73d\xF8*9\xE3&K\xD2;\xA4\x03X\xCD\xEDd\x14#\xE5\xFE)\xCE\x03a\xF0\x14\t\xB5\xFA`\xA1H\x07\xD4_\xDF:\x06\xA1\x10\xFB\xAF!\xF2\xE8\xFF\xA5\x1F\xEB\t\xFB\x19\xDA\x0E\xA7\xEF\xC7\t\xAD/\x14\xD7S\xE0\xCB\x12\xED\xD9\xB6Z\xF6\xEA\x12\xFB\xC6J\xF5\x18(\xA0\xF7\xC3U\xDAH\x11\xBF\xFA\xA3D\xEE@\x18\xE3\xC8\x12\xEE0\xAF\xFC\x1D\xCD\xEBZ/\xDB\x07A\xBF\x15N\xF5\xD22\xB4V\xE8\xFF@\x15\xD6_\xE9\x04\xC3;\xF0\x03"\xA6A\xFF\x1D\xCD\t\x924\xDC#\f\xB3\xE0@\x01\xD46\f\xAF\xF4\x1F\xE33\t\xD3'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xC0\xEC\x11B\xDB\x1E\xF2D\x02\xBF6\r\xDE.\x14\xF0\xC4G\xAC\x03\x1BM\xF5\xB9\x01"\xA6\xDC:\xB7\xFC\xDE\x114\xC8\xE8J\xFA\xDB\x16]\t\xD4\xED1\x0F>\xE9\x03\xCD5\x1B\xF8\xD7\x07-\xF0\xB8&\b\xE3\xB6S\x10\x1DT\xA0\x030\xC8\xAA\xE2`\x1B\xEE\xCDJ\xA6\x01"\xD8\xFB+\xE2\xC8\xDA\n+\xCEA\r\xF7\x16\x07.H\x9F\xF7\x07\x1E\xA8\f\'\xC6\x94\xF5D\x19\xFD\xA4\xC3&\xF9L\xDF\xB5\x0F`\xA8@\xFD\xDB\\:\xF3!\xCB\xF8\xFC*\xD2\xF5g\xFE\x16\x0E\xD7\x9E&\xFF\xF8\xBC\xE5b4\n\x13\xEFZ\x8E7\xEA\xE0R\xEE\xC2g\xE7\xCD\x1E\xEC`\xD4?\xBA1\xEF\x014\xE2\xB7\xC8s\xE4\xDAX\r\x9F\xF1)\xE9\xC3!\xE5\r\xC7\x14\x9D\xD3\x04.\xE5\xDC\xB4\t\xE4\xBC\xEA;*\xF6\t\xE7Z\x17?\x07\xCE\x9D\xE9\xB8?$\xFE\x11\x18\xB1\x05\x1C\xD6(\xAA\xF3\x02\xC0(\x16\xFE\xDEg\xD0\xE8R\x0F*\x04"\n\xF4\x1D\xBB\x18\x079\x00G\xF5\xD1\x1DM\xF6\xE9\x1Bf\xA7=4\x12N\x1B$\x07\xCE\xB3G\xC65\xB1\xD5 \xED\x11H\x1E\xD2\xF7\x06\xC2\xD5e\xFA3\x9B\xFFJ\x129\xDA\x0E\xB1\xE5\xF3\x04\x12!\xAE\x18\xFB\xD3<\xEC\xAFF2\xD5\xE6j\xCB\xDB\x14\x98\x057\xB0\x01,\f\xDD\xFE\x13\xEC\xCA>\xF1\x93V\xFA\xE0\x1F\x03\xF3\r\xE1,\xC3\xF4\x00\xDFq0\xAD\xE5E\xF2\xCB!\xE8\n\xC9\xE3$\xF9SC0\xC9\x9B=\xF7\xC2G\xF1\x9E\xDD\xF9\x13\xCD\x01\xEF\xFC#\xAA\xF9+Y\xED\xDD$\xC0\xCFD\xB9\xEF\xC6\x05\xA9\xFF\xDE\xD5-\x13\xEEq\xDA\x15K\x92\xFB:\xB3(\x0B\xC9\x14\xED\x1C\t*\xBA\xDDY\xF6=\xBA\x06\x8C\xD0\xEE\t\x1DO\xD8\b\xE0%\x0Ba\x1A\xC1W\'\x97=\xC4\x0EC\x1B\xE3\xBE\x10\xFCo\xF14\xF9\x19P(]!\xF7\x17H\xC1\x007\xA4\xBD0\xCE\x06f\x17\xD8P\xA5\xFC:\xD8Q\xA0\xFF\x106\x15\xAC+\xF0s\x1E\x14\xDD\xFC\xBD*\xEA\xFE8\xB5\xCC,\xFF6\xE8\x06\xDF\x17R\xD9\xB6\xF2\t\xD2A\xA9\x16\xE2\t\x8B\xE7\xD8\x06\xE1\xBE9\n\xB0\xE7\r\xCC\x1B\xE9\xFD%\xE4\xEF\xC8\x02\xE8\x1B\xF2\xBB\x02#\xE1B\xD1\xEC\xFB\xD9\x19\xCE\xFF\xE84\xAE\\\xF4\x17\xA7m\x14\xEE\x03\xE5\xA9\xD4\x0E\xB6\xF3,\b\xE95\x02N.\x1E\xC7\x04\xD4T \x0F6\xAF\x10/\xCF\xECb$\xF5C\bR\xF7\x12\xB84\x0B#B\xE1,]\x0F\xCC\xF8\xB2m\x07\xC3T\r\xE0H\xC2\x05$;\xE3\xD3\r\xC51\xD6P\x1E\xF6K#\xFBb\xD0\xA6\xF6"\xCA\x9D\xEE\xF9\xE8<\'\x96\xFD\xCAh\xF3\xF2\x9F\x03\xFC\x1C\xD9\x88\xE1*\xD3\xAB@\xDDT\xA0\xF9\xBE\xD0\x07\x97\xEA3\x17\xF0\'\x1D\x98\x02@"\xA5\xF8\xD6\x0E\xC8\x01I \xE6\xF9\x90\f:\xC7\x15\xED@\xC2\x1D\x00\x13z\xE1\x0E\xD9\\\xB8\r\xF5H\xED\xE0\x01$)P\xDD>\xC72V\xFF\xF0\xC2\x0B\x1F\x01\xF3\xD5\x10d\x15\xF4@\xDD\xC1\x01<\xD7\xE41\xEA\xB7\xF2\x13/a\xEE\x86\xF7/\xB7\x06Z\x19\xF2\xBC\xE0\x07\x9D\xDC3\xE4I\xD6\xBF;\x18\'\xFF3\x1C\xDB\xC40\x19\xBA\xD6\xC5\x1A\xE9\x13\xB8\x06\x10\xB3\x187^\xE8\xCB\x18(\xEB3\xAD\x00%\x1AW\t\xA6\x12\xC8K\xF9\xD48\b\xDC\xB8\x1BA\x14\xDD\xF0&\xCB\xDB)\xFDt/\xCF\x01\r\xB2(\xED\xFB\x05\xB4\xF3\xA4\xCD\xE4\x02\xAE\x12\\\x06<\xFB\n\xA9l\xEE\xD1\xF9\xE6&\xDA\xF5\x950L\xB4\x05\xDCI\xC6\xD5\xFA\xB6\xE6\xF6]\xFE\f$\x18\xC6\xFFO\xEA)\x06\xD1T\xAA\xFF<\xEAF\xB0\x10\x1F\xF8V\x18\xF4\b\x8F/G\xE6Q\b\x15dE)\xF7\xE7\xA1\xEF5\xD5$\xF7-\x1FL=\xC9\x04\x14\xFD\xE0\t\xC4\xFB\x1C\xE7\f\xEF1D"\xD1-\xBB\xDF\xACf\xE5\x9C \xCB\xFD\xE2\xC15\x1E\x0B\xBF\x13\x04\xD1\xE5\xEF\xAA=\xE9\xC9_\x11\xDD\xC4\x1A\xD47\xBF\xFA\xEE\xD3\x0B\xC8O \xE5\xBAA\xE1\x01\x96\xDD\n\xA8w\xBEE \xEE\\>\x9B+u\x14\xA2\xE0\x0E\xED\x1C;\xF2\x06*\xEF=\r\xF6\xADp\x0F\xED\xFA\xE4_\xA0\xF66M\xC5&\xD8\xBC\x1C6\xD1\x02#\xF8\xF0\x0F\xDF$\x9A\x1D5\xDE\x0F\xFC\x15N\x05\xCB\x17\xC12\xF4\x1D\xED)\xD6\xAE\x0F\xD1\xE3\xF6\x01\xBD\xCF\x06Q\xC4\x02\x90\x14\xCCH\xD9\x02\x15\xD2.E\x17\x03\x8A\xD6+\xCD\x1A#\xD9\t\x15\xFE\x06K\xE0\xFD\xEED\x91g,\xAF\xEA?\x06\xBA\x00C\xB1\xD1\xFE\x88\xF1\x0E^\xEB\xFER\xCE\r\xE5\xF94\x03&\x167\xD9!\xF3\x18\xFC5\xDAl\xE6\xFB\x1F\xC0\xA7[\xE0\xBB\xF1\xDA8!K\xF2>\xFF\xEB\xB9d\x97/\xF3\x0F\xA4+\xB7\x15\xE4\xCD\xFF\x1EU\xCA\x12t\xE6\xF4%W+\xDB!;\xAF%\xD7\x14\xB6\x01\xC4\x14\xB0\xCF)\x9C\xFC&\xF3G\xD8\xBE`&\x0B2\x9A\xF2\x077\xFAe\x0F\xC5D\xB9[\xD9\xEF\xCC+\xE40\xD7L\xE0*\xEE\xB02\xE6\xBD>#\xF66H\xF0\x15\xCD6\xE5\xB6;\xD1\b\x1B\xB8\x13\x05\xD0\x11\xA8\x02(\xFA\xDC\x04\xF0\x0BV\xE1\xB7\t\xE85\xF4\xA8\xED\xD1Z\xFF\x12\xCA\xB6!\xDE)\xFD\xD0/\x0F \xB6\xFC\xCA\x12#\x9A\xFEb\x14\xDC\xD2p\x16\xA6\xE2\xCC\x19\x94\xE7$\xAF\x10\xD9\xF2"\xEA\xFB\xD9W\xE6\xC33\xF0E\xE2d\xEC9O\xC0\x1A=\xCD\x12-!\xCFO\x06\xE3\x1C\xBE>\xDF\xEBG\x02\x8E\t\xEE\x1C\xF6\x9F\x06W\x17^\xF8\xEA;\xC7\xB7\t\xFB%\xF3\x00\x0E\xED[\x03\r\xFCy\x07C)\x03\xC2j\xAB4\xF6%\xA2\x19\xDA\n\xBB\xCC\x17\xA3\xE5.\x00\xAC\xEDa\xF8\x92\xFE\x15\xC6+\xFA\f\xAD\x1F-\xD4\xF3T3\xB1n\xE8\xC6>\xE4\xF3\b\xB9\x1C\x05\xF4\x19\xE8=\x8C\xC5,9\xD4(\xC1\xDD2\xD6\xC4\xF8\x9C\x160\x0B\xE1\x0F\xCAC\xFF]\xF9\x1F-\xF5\x07"\x0E\xD2\xF6\xDB\x1E\xC3\x04\xE4C\xDC\xB4:r\xD8\xF5O\x05\x15\xC2\xE4\x11\xD79\x15\x00%\xD6\xAB\'\xD1N\xDB2F\xCE\x1EO\x04\xDE\xB3\xF9\x1E@\xF3\xB4\x1A\xEE\xE4Z\xDE\xCF\xFEM \xEB\xD6\b\xB3\xE7L\x98\xD6U\xFC\xB5w\x146\bI\xD53\x1A\xF2\x02\x10\xEB%\xC8\xE5\xA2\xFC@\x1E\xFA\xCA\x05\xDF\xB9K\x0B2\xE1\xFE\xA2\xEF\f\xAB\xE0\xF7\x0F\xEB\x18_\b\x9E\xE9U\x10+J\x00\x1E\xB0?\xEF\xBC\x97\x16+\xF28\xCE\r\x01;\xE0\xC2\xF1E\xE2\x8D(\xF0\xBB\r\xA6W \xD3\x93\x002\x19e\n\xB4\xED\'\xA6O,\xF8\xEC\xCC\xFC9\x10o*\xC0\x00a.\xBC\xD6A\xC9\xE3\x13\xFF\xD0\x05\xA3\xCC\f8\xF5\x11\'\x05\xF8V\xC2\x12\xDF&\xBC\xEE\x11\x1A3\'\x03\xC8\xEA\xFD\x13g\xF9\xE9/\xC1\xE2C\b\xBB\xF0\xDA\xCF0\xDEZ\r\xF1\x1D\x99\x10d!\xB5\xF5\xE7\x17\xD4#\x13\xF0\xA3\xFE \xF61K\xBB!\xE15\xFB\xBA\xD7\xE8\xC6I\xD9\xE3;\x01\xA5o\xFD\x1CB\xCA\xE9\xA2\xD9\f\x1F=\xD0\xAF\xE0#\xCB\t\xFC\x16]\xF79\x11!J\xF5\x17\xBD\xFE\xDAD\xC39\xE1\xB2\x1D\xCB\x05A\xFA\xE4\xC9\x07U4\x0B\xAD\xEF\xD8*\xF7`\xEB\x14%l\b\x18\xA71\x1F\xD1\f\xE90\xD6\xF7\xADc\t\xFBZ\xB2\xF7\x16S+\x02<\xDAN\xF0\xB0\'\xDD\xCA\xAD\xEA\x02\x98\x077\xCE\xE9\x15\x01\xD5\b\xF2I\xDB-\x8CS\xB1:\x1B\xDB\xE7\xC0j\x04\x18\xC7\x0B\xAC\xD9@\xF1\x92-\xF9\x00\xED`\xB0\xF5\x19\xC7N\x06\xE5"\xD1-\xEDH\xBF\xD7\xF1\n\xC0\x1B\x9B\x136\xD1\xEB\rM\xFD)<\xC5\xE2\x1Fr\xA8\'\xF60\x19G\xFA\n\xBF\xF1\x10\x02\xEC(\xFB\xD0\x12&\xDE\x8A7F\x00\x1D\xC1\x04\xE3\xD0R\xBE\x10\xCA\x07F$\xF0\x91\x145\xB9\x01\x18\xDF\x10\x04/\xA3\xE3F\xEC\xF6\x00\xBC \x04\x9E\x1A\xE4\xD3\nU\xF9.\xF0\x05L\xB9\xE7\xA1\xCB\xE8`\x1A\xE14\xD7\xBDD\x9CM\xF4<\xFD\xEC\x10\xE4\xF3\xCFY\x11#<\xDC\x1C\xE69\xFA\xDA\xBB\xE1?\xFE\xDA\xF1R\xC5\x999\xE7!n\xFC\x0F\xCAY.\xE5{>\xF5-a\xBF\xF2\x15\xD6\xB5\x11\xC7\xDC\x0Ea$\xFE\x967\xD0%\xF6m\x17\r\xF0\x06\xB4\x1E\xCAO\xBA"\x070\xB4\xF8\xEC\xAB\x0B\xF4\'\x9B\x15,U\x0E\x1E\xCC)\x0BC\xF8%\xFE\xCD\xF4\xB75\xD4$\xB0\t\xD9\x10\xC6\xD5\x00\xB1\x0F$\xA5G\xEA\x00@\x1E\xFA\xD2\xEE>\x02\x13\xB3\xFE\b\xA7\xCC\xDF"1\xD7\xE6\x02,\xD4y\x95\xDD\x16G\xC7\x00M\xB8v\x03\xD3\xEB\x00\xF4\xB2l\xEB\xA5\xE3\x12\xD6Z\t\x1C\xDC\x15\x05@\xE0\x1D\xFD\xA6\xF0\x17\xE0E\xEC5\xFC\xDE\x1B*\x90\xE3:\b\xB0\x11\xD7U\xEC\xC5I+\xE9\xFDY\xC4\x14b\xA5\xF7\x18\xF08\xFC\xE8\t.\x18\xD73\xEF\xE0B\xA9\xC64\x06\xD5\xFB\x1C2\xB5\xEF>\xAA\xC3P\xEE\x87\xF9\xC1\xF2L&4R\b\x1E\xCF\x04\xC6i\x07\xD0T\xF1\xBF1 \xDB.\xF4 :\xDC\x1B\x04=\xAE\xF8\xEC\b@\x0E\xE1\x04\xC4K)\xD2\x9E\xE3\xFA\x0F\xCB\x1F\x12["\xE6\x16<\xBE\x03_\xCA\x05\xE6/\x0E\xFF\'\xE8c1\x15\xCE\xE8\xB6\xFA\xC2\x84\xF5@\xE50\xBB\xF7\f\x19\xFD\xCD\xE8P\xBE\x07\xE2\x0E\x9A\xF1\xBA\x11\xD3\x1A5\xDB\xBC%\xCE\xAB\x1F\x10\xBA\xF5f:#\xAE\x06\xF6\xBD\xFB\n\xDB\x9CK\x10\xDE*\xF9\x15!\xDF\xF5\xD2F\xC9\x0B\x00\x94=\x04\xDB\x13,X\xD8"\x0F\xA3\x17\xEB\xDA\xAEd\x03\xA0\xF8\x1A\xA9g\xCD\xFBS.\xE4J#\x8F\xFER\xF3;^\xFE\xED\xDA\x1C\x03\xEE\xC1I\xE6*;\xD0\xEE/\xF7%\xEC\xD0\xF2\x90I\xBDi\xA37\x19\xB5!\xE4\xD5\ri\x1F\xEF\xE4\f\xFE\xB5\xF0\x01P7%B\x0F*=\x16G\xE9\x00\x15$\xD5\n\xC3\x01\xF0\f\xC8\xE8\x1B\xD6\t\xE3&S\xAD\x0B\xCE\x13X\xD8\x87\x16G\xB4e\xC9\x00\xAFU8\x1E\xD9\x0B\x02\xED\x12\xFA\xDBX\xF4+\xBE\xF7\xABI\xC88\x1Ac(\xDF\xCC\xFB\xC4\xE6\xD3\xEF\xDE\xC7\xD3\xF72\xB7A\xEA\xF6t\xAC\xDFC0\x13\xB2\xF92\x9B\xCA\xF8C4\xDD\xFD.\xEB\x0B\xFE\xE0\x05\x1D\r\xE3\x19\b\xC3\xFE\xE9@\xCE,\xC1\xE5\x07\xA9@\x1A\xEA3\xFD\xD2\x03\x95\xEA\xC0\xD4F\x13\t\x99\x1F\xF7\xB7\n#\f&\xC6\xDF\x05\xA17\x17)\xFA\xD0[\x02*\xC3\x11?\x04\x14\xBE\xE5\x1B\x94\xF5\x1E7\xC5\xF3\'\xD7\xA4?\xF4.\xE0\x11(\xB1\xF7S\x1DE\'\xFF\x10\xCB\xDD\b">\x17\xF4/\xFA\x06\xAC0\xF1q\x00H1\\\xFD\x8E_\xF1N\x11\x1E\xCB\xDA\x0E\xB8\x1F\xE4\xA1\xD9\xF0q\xE9\xD5,\xF1\x00_\b\xBB\xD2p\x83L\xE95\xFCQ\xB8\xD3x\xA1\xF1\x18\x05\xD7\x99\xF2\xD1\xBD\xECK\x9D[\xB8\xE2\x0B\xD9Q\x10\xE2 \xE8\xBE\x18\xDC\x10\xCE\xA3\xE7\xFF\x18\xD7\xAE\xF9\xE5W\xF0\x04>\xEB\t\xF6H!\xFF\xB6\x1DL\xA7$\xCA=(\xE4\x02\x0F\x19\xBC\xCD\x12\xED"\x04\xF9;\xCCY\xE36\f\x15h9\xF7.\x02\x14\xF2\xC4n\xA9%\xCBB\xF7V\xD3:\xAE\xEB\x05\x1B8\xE2<\b".\x00\xBD1\x98d\xC6\x1A8\x0F\xE1\xCC\n\xF6\xDE\r\xEB\xD8\xF9\x12\xEF0\xDB\xF8\tc+\xDD\xC6\x17\xE6,\x0B\xB9#\xC5\xFB\xE9\xDA\xB0\n\x1C\xD3\xE7(\xFB2\xEC\xFF\xBA\x17\x9E\x02\x0B\xFB"-\xC0\xF5\xD5)\xBA\xEB\xC8B\xD4\x16\xF8\xE2#\xFD\xD5\xAC\xBFW.\x8D9b\xC0\x18F\xB3Q\xA6\xC8;$\xAE\xF2\x00\x93\rC\xAE\xFE\xDA\xEB\x01L\xA7,\x04!\xE1\xC5T\xAC\x0ED\xCF\x1A\b\xF37\xDD)\xC9M\xF2\xE2XC\x13\xCF\xFCk\x0F\xF3\xA8M\n\xCD\x11J\xF3\x05&\xFB\xEE\x17\x03\xD0\xFD4\x05\xE0\x1F\x07\xFD\xE8E\xD3\xE4\x1C2M\xD2\xF3a\x1F\x12A\xF4\x19\xCCV5\xFD\xF3>\x00\xDC\x1F\x9A\xE1H\xD4\x0Eh\xEE\xB4\x12\xD8\x92\n\xFD\xB3I\x15\x9E\xDF\x03\x1D\xE8);\xAF\xDD1\x16\xE7\xD3E\xB2\xE5)\xF1\x9F&\xF4\xD2\x16Y\xB9\x11\x03R\xC1\xF8\xEA&\x07\xC3\x9B1\xD3\xB4\xE0\r\xED\xBF\x8B\x16+\xEA\xBC\xF6\x03_\xC2-\xAB\xE4\x1B\xFE?2\x19\xC8\'\xEC\x07\xF4%6U\xB7\xDB\xF1\xC1\x02\xEB^\x9D=\xC5\x0E \xDAT\x12\xC9\xE7h\xC0.\xEE\xDA \xA28\n\xD9\xB4\x13\xE17\xFA\xE5\x05j%\xF9F\xD8\x10v\xCD\tN9\x12$\xE9\xF5\x04"\xC0\xD2\x06\xE9\xF6j\xDE5\xB2\xD7\xE7\xC4\xF80\bs\x13\xFA \xBB\f\xFF\xF2m\x06\xF7\xBC?\x1C\f\xFB7\x98\r\xF6+\xFC\xCB\x18[\xFE?\xCEQ\r\x1A\xEF\xC79\x96\x07\x1F\xF1\xE4\xB4\x1B\xD6\xEF\xC9\xB2\xFD\x16P9\xF9[\xA4$\xBA\x03\xD0\r,Q\x19\x0B\xD1\xFD\x91\x1A\xD6A,\xCF\xE2\x1C\xD8*\xA16\x00\xED\xADL\xDC\x02\xE5H\xC5\x7F\xEA\xDF\xF2#\x9E\xEF\x1D\xBC\xD8\xAA.\xFE\x14\xE7\xD2-8\xFA\x05&\xA02\x0B\xDCA\xCD\x89\xD9\xF0\fD\xE1\x11K\xA7\xF1\xED\x00\xA8A \xEBJ\xC9\xE5\xA7\x06\xF7S3\xB1\xEA\x14\xCF\xE1\t\xD5+\xB8#\xCE\x1A\x06\xAA\x12C\xB91\x06\xE6+\x03\xF4Y"\xDC\xBBM\x01\xC4\xA9I\xDE]\xFF\xE6U\x1C)\b\xE2\x11/\xC7\x1D\xD4-\xFA!<\xC9\x12i\xBB\xDD\x10\'\xF53Z\xEE\x12\xC7\x02K\xFB\xC2C%\x17b\xF8\xEF\x13;\xFD\xD73\x1E\x01\xD2\x0Ff\xAF\xF9F\x12\xE9\xCD@\x0E\xF2c\x19\xEA\x0E\xBE\xF2\x15\xC3\xFA\xA7\xF2|\xBA\x1A\xE8\xB2\xF5\x01\xEC\xC2\x16\xD87\xF9\xE3\xF2\x04;\xB2\x00\f\xB9\xDA(\x97\x18\xDE"\fW\xF4\x8B\xC7\x05E\xA5\xE9_\xB5\xF1\xE3P\xF8\xC7\xDE\x17\xD4\xC55\x92\b\xF8\xB0\xE1(\xFC\xD9"B\xD1-\x06?\xD6\xEA\x014\xFBN\x07e7\x9AW\xE5\x06\xD8\x91$/\xC7\xD5c\xE0\x16!\xFBD\xE8\xF3;\xD2\xEE\xB6\xFF\xE73\x1E\xE0\r\xC4\xF8\'\f\xC3\x89)\xEC\x10\xBA\xD4N/\x18\xDDV:\x15\x05\x1D\xFC\xA3\xF0\xB9\x1B\xD8\xEF\xC2\xD3\x04<\xEDL\xB3\xE6\x01k\xEF6\'\x17\xF7\xDEB\xED\xFE\xBD\x19\xF1#\xFC,\x01\xC0\xED\xAF\xE5\x07&P\xF3\x03\xA9\xE3-\xFD\x11Q\xE2\x02k\xCD\xF9(\xFF\xF1\x04\x96\xCF\xFE\xE8\xF4\xD6\xB7/\xE6\x039P\r*E\xE6\xF6X\xBD\x10\x1B\xD6\x0B\xC8\x13\xFC\xCF\x9C\x05\xB3\f\x15\xC9F\xE33\xAA\xDB\xEE\xDE:\xD1\x11A\xF71\r\xD7G%\x18\xB5\xD8\x1F\xF6\xC5&\n\x8F\xEBV\xAE \xE2A\t#\x951i\x0F\xCEX\x14\xF6\xCC\xA8\xFC\xB6\t\x1D\xDA\xFF-\xF1T#C\xAB\xDBN\xE6e*8\xF5X\x1F\x03\xF8k\xC5\x18,\xF5S!\xDC\xBE\xCE\xB3\xE7\x13\xF8\xCBU\xEB6\xCFA\xB2\xF0\x188\xD9\x14\xC8r\xEC\xBD\x13E\xC6\xE1\xF8"\xDC\xC1(\xEC\xDF\\\x136\x99%\xE3\xCF\xA5\xFB\xBF\xEA0\xF5\n\x1D\xF0\xBF\xE3\xD7\x86\xEA\xB6\xD4\fG\x05\xB1\x1A\xFF\x9C\xF0p\x02\x1CX\x80\xEF3\f\x04\x9D\x16\xE6\x0E\xFBH\xC1\x061\xF5\x0E6\xFA\xD8\xEF\x04\x0B\xADB\x00\x9A\n@\x19\x01\xD1\xF1\xC8h\x15?\x075\xDE\x04\x19\xB8\xFF?\xCA\x12\x01$\t0\x12< \x9F\xE2\f\xE8\xC9\x06(\x148\xFB\xDD*\x01\xBF\xDFD\xF3\xFFc.\xD2\xDF#\xE7\xFD\xA0\xD3(\xAF^\x1C+O\xEB\x192\xE4m\xFA\xBC/\xE7F\x05\xF9\xEC\xB8\x0E\xF4e\xCE)Z\xD5\xA51\xF9]\x94G\xFC\xDE\xCB\xEC\xFF/D\xD8^3\xE2\xAB\xEB\xC3\t?\xD2f!\xAF)\xDC\xBD\x1C\xA4\x02_\xB5\x1DP\xE0\x19\x02\xE6\xCD\xA2\xFD\xBF\xD3\xF3\x12\xCB \xD9\xA2"\x0F\xDC\xAAO(\xD7\x1F\x8E\x14\xEF\xE2\x0F#\xEB\xDC\x1B\xCF\xF2\xC0a\x16\xF5Q\xBD\xF3\x1F\xB9\xF9\x0E\xD0J"\xF4\x93\x17\xE7\xF9\x11\xCCN\x07\xEA:\xF4\x11\xCC6\xEE\n\xC1J\xF48\x11\xDE%[\x03\xB1:\xED\x07R\xF6\xC03\x1B\xFF\xC6\xE7E\x01\x8D9\xFB\xC2O\x04\xB5>\x0E\xE6,\x03\xAB\'\xD7\x0B'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x1A\xCD\bT\xE7\x1E\n;\xDE"\xC9\x07A\xE4\xF9\xCE\b+\xECS\xDB\xAF\n\xF3!\xC9\xF9\r\xD9A\xC2\xFD\x13G\xCD\x1D\x8E-\xD8\xEB>\x17\xC5\xF4\'\xEA=\x12\xCA\x01^\x1F\x94\xFD6\xCC\xF8 \xBB/\xD0@\t\x1E\xB1<*\x8F\xF6\xD7\xC1\xAE\x01Z\xF1\xA3&\x16\xB2e \xA5\xC3\x14\x02(Bb\xE1\xA09&\xAD\x19\xEC.\x84\xE66\xFF\xEF\x10b\b\xB1\xFB\xDCr\t\xA5\xD6\xF8*\xB1\xE8\xDE\t\x14\xEBa\x07\xE3O\x0F\xED\xFB\xAD\xE4\xFA\xE0\xEF\x00D\x12c\xF9\x19\xE8\x104\xD5\x02\xEE6\xD8\xFE\xE39\xF7\xCB\xEA\xBB\x15\x07S\xE6\x02\xF6X\x07\xD7\xF8\f\xDCO\xBB\xF7\xCB!F\x104\xBA\x00Q\xE3E\x19\xF2?,\xD6\xB8%\xA9\x17\x00\x9B\xDF&\xC8\\\x0EQ\xBC#\xC91\xEE(\xCFE\xBC\xFCV\xC4C\r\xF4\x19K\x07\x94\x1E\xD7\x00,\xF1\xD3\xBD3\xDF\xCB!\xBAg%\xC5\x04\x1A9\xE2\x01\x9C\xE7\xD2\x1B\xEF!\r\xBE\x07\xCF\xFB\xC3M\xF5\xDDE\xEF\xD5q\x1AG\x02\xF24\xD2\x16\x06\xDC\xAA\xE3\b\x9C\xDA.\xF4\xE0\x1E\x8D\xE6.\xB4\xD1\xEEs0\r=\xAA\xFBG\x11\x1D\x93\x0EJ\xF0\x15\xAF?\xE8\xA4(\xD6W-\xF3\x06[\xC61\x99\xDBU3\xA8\x0F\x1B\x031\r\xC49\xF6\b\xBC5\x14\xE6\xA2\xF5p\x1C\xFC9Q\x00\x1F\f\xB0\x06\x13\xCD\x00Y\xC0&\x12\xDF\xC2\xF4\x19\xDD\xC7\t\xEDe\xFD\xE9,\x01\xE20\xD1\xF4\x11\xFD\xED\r\xC1\x16\xAC\xDF\xFD\x14\xF6\xEB\x01\x1D\xE5h\xED\x9E\xCE\xFB\x1F\xAF+\xCD\xEA\xA2\xD6\x02$@\xEA\xB8\x10\xF3\xC4\x14\xE6k:\xEAK#\xF8\xDD\n?\xFB\x04\xB0F\xE8^!0\xB2\xCF;\xD8\xA8\xC6\xFA\b\x1EEp\xC9\xB5\x1EL\xF86$G\xD1;\'\x0B\xB7\xD7\xFF)\xE1Y@\xE6\x14\xDB\xFD\x0F!T\xC4\r\xDA\xCD+H\xD4%\xAB\xF0\xD0\xBF)\xD6\xA97\xEC\x1C\xA1\xE6U$\xCD\x07\x9B\x01\xE3\xF5\x16\x05%C\x11[\xD9\x99\x00\xDF,\x07>\xDA\xCD\xEB\n\xB9\xE5\xA6a\xC8F\xF3;\xC6\x16\t\xBA\xF2\x05aE/\xE1\xFA/\\\xF8\x00\x98\x04\xE0_\xFAA\x03\x17\xFD\xF3\fh\x03\xCA3\xF6\xD4\x17\xEE7\x12\xD5?)\xC0\xE0\xF1\xB7\x1A\xEB8\xBE\xEF\x17\xA8\xF3\xE5\xFF\x8Ck\x01\x1B\xF1\x11\xFC\xDF"\x13\x05\xB2\xF6/\xD7%\x92\xC7\xED\xAE\x0B\xC1\xF0\xAA\x13!7\xEE\n\xBA\x1B-\xDD\x91T\xE2\xC6\xB3\x18\xD9P\xB9\x0B/\xFD\xBD\xF8R\xAB\fJ\xFBx\x0B\xCF\xF7#S\f5\xD2Y\x1A0\x12\'\xC0\xD8O\x06\xB45\xEC\x8A\xD3I\x1C\xEAN\xFE8\x1A\xF6\xD3<\x1C\xDEI\xBD\xE5S\xC61\x11\xE8\xCA\x074 \x11F.\xFC\xF0\x10!\xE2\xA6l\xDB&\xE6\xF0\x1A\xCC\x99!3\xE5\xA4\x05\xCB\xE3\xF9%\xC4\t\xB4\xF0\xE0C\xF8 .\xD2\x19\xF8o(\xDE\xFC\xA4\x0E\xCF\xE4\bU(\x02\xEB\x1C\x07\xD2\xF4\x18\xDB\xFE\xA2\xF5J\xB5\xED\xF7\xCF\x05\xE8%\x98B\xFF\xEC>\xC9\x0E\x1C\xB5\xFF5\xDD\xEC\x04\xD7\xFEL.\x11\xB0I\x02\xD9D\xFA\xCF5\f\x96\xC7\xE9Z\x02\xBE\n\xE6\x109\xC7f \xB0\x14\xBD\xDD\xA0d\xFB=)\r\xAD@\x1EZ\xD5#\ru\xDA\xA8:\xBC\xDDc\xD2\xC3\b(\xF3\x04E\xD1d\x07\x14S\xBC>\x18\xC4\xF2\xDC\x1D\xEC\x14\x90\xE7!_\x03\xEC\x16:\xDD\x95\xF1>\xCCQ\xB5\xF0\x05\xDC\xF70\xF0K\xFC\x12\xCE\xCA\x9F\xEBo\xFA\xCD\xED\x028\xE3\xFC\xC3+\x1D\xFA\x16\x0B\xF41\x1D\xB1V\xDF\x87\xEB,\xC3\xF4\xA8(\xF8\x0F\xAE)]\xFD:\xBDm\xF33\x0F\xBE\xAD\xD6V\xFE\b*\x12\x1E\xDA\xFF#\x15+\xBCC\x01\xD5\xE8#3\xF3/\x03\x14\xBA\xE1\t,\xC0\x16\xACB\x12\x01H\xEFS\xC9\x01\xE4\x14\xF9\xD5\x19;\xFC\x13\xD9"\xE5D\xD2\xF0\xE0\xE9\b\x92\xD4\x0B)\xCC\xFE\xDE\x19,\xF2$\xB8\xF7J\xE4\xAF2\xF5\x9E\xD0L\xEB\x1B\x9A\r>\xC5\xAB\n\xE4J\xD74"L\x97\xDC\x06\xF2\xD1\xE9\x9B\xE1\xD3\xAE(<\xA1K\xEF4\n\xBF]\x8B\f:\xFE\xC7\tk\x1D7\xCD$\xF6\xE3@\x04\xA7O\xF7F\xE3\x0E\xCD\x1B\xD5\xC1\x06b\xE8;\t\xFB\xE1\x11\xCCs\x06\xE0\x1CL\xF8\x1D\xC5\xF1\x00\x11\xF6g\x1B2$\\\n\x19/\x07\xEA\x0F\xDA\xBA\x03\xCA\xE7$\xF6\xE2M\xEE\xB4\x17-\x9E\xFA\xB9\x13\x01X\x17\xB3\xED \xD3\t\xC4\x00>\xA7\x7F\xED-\xFA\x0F\xC8\x19\xD8_\xAF4\xF5)\xB7\xF9\xEC\xD3\xB3\x0B_\xA7\xE8\xD29\xC6\xE6\xB4\xF9\xC9:\xBB\xF6e\xC2\xFB\x1E&u\x11\x96\xFF2\xCE\x03\x1E\xD5V\xDE\x04A\xD9M\xEF\xC32\xDA\x11d8\xE9\x9C\x16\xDC(\x02\x13C\xDE!\xAB\xF2\'\xC1\x00 \xD7\xE6\x178Z\x03\'\xDE\x04=*\xB8\x1F\xFD\fC\x04\xDD\xF1 \xFF\xD7\x17O\xF2\xE1>\xD4\x1CI\xDC\x16\x89+\xF8\x10\xF3\xEB\xC5\'\r\xE6\xA4\xFC&\xC8\xF6\xBB\x1B/]\xFA\xE7\xBC\xF3\x9A\xCFK\x03T\xE5\f?\xEFH\xA5\x00\xC3%\x91F\xD1\x17\xF5\x0E\xE1O\xEF\xD8\x9F,\x14K\xA9\xE5A\x90\xCF\t\xAC\xFD\xF4\xB7\xEC\x07\xC4a\xE7\xBDG\xAD4\x18\xFE\xB18\x1C\x07C\xE1\f\xFF\xD9\xEF\x06\xC94\x1D\x0B9\xFE\xEC\xBB3\xF8\x87\x15\xC9\x07U\x0F\xDC\xF4\x14\xFD\xED\x9C\xC8W\x07\xAB\x17%X\xC0\xEB\xD2\b3\x10)\xE97\xC7/\x0ET\'@\xF2\f:\x00\xCC$\t\xD2Q\xDD\xF5w\xD4\xF1\x97U*\xAFD\x10\xD4\xA9V\xE2\xD6)\x1A\x11\xDC\x1E\xD4.\xFC\xBB\xEA2\xCEE\xE7\xBEg4\x1C\xD9\xFA0\xCE\x01\xE3\x0F\xFCz#\xB9\xDD\xF8\x05`\x16\xDA\x02\xE5\xD0\xA7\xFA!\xD8\x15\xE3h\xF9\x95\xE8+\xCA\x0F\xB8\x020\x15\xE6 \xBF\xF3L%\xF8\x04\xC4j\xB1\x07\xCBF\xECh\xE1%\x1A\xF7\t\xB3,#\f\x01\xE5C\xBF\xEBI\xF48\xB2\x1A\xF5\xCB\x02\xF0H\xB1 \xEE\x9D"\xC15\x12\xE0\xB81\xA2\x06<\xEF\x1F\x13\x03@"\xEAO\xC5\xF7\xD0\x046\xDF\x18\xEB\xB8\x15>\xF0\xE5\xFB8\xA7\x01\n\xB1>\xD5\x94a\x1D\xFD\xE1\xD2\xA8\xF1%\x04\x15\x83\n\xC7(\xDB?\x9DR\x1B\xD4\xC3\xE3\xFBDY\xF6\x1A\x05pE\xED\xF6\x1A\xC3\xDB\xB6\\\xC0\xFB\xA1\x18\xDE\n=\xA5l\xFB\t\x8E\x00-\xDB\x0E\x9E M\xF4\x17(\xC6\xF3\x11O\x04\xEE\xE0\xC8\xF6@.\x11\xB5n\xD5\x1F\xDF`\xEF\x04/\xE7\x14\xFD9\f0\x13\xCE\b\xB2\xEF\xD5\xFE\xC9\n)\xD3M\xFF5\n\xE4\xF0\xD77\xFE&\xEE\xD9\x1A\xE9\xC8ZA\xCD\xF6T1\xD2\f\xDF\xBAS\xD9\x1E\xE5\xFE\xC16\x12B\x14^\xC8\xFC\xDE2\xF8=\xFE\x13\xA9\xD3\r\xBE\xDF&\xA5j\xF3\xB9\xDD+\xE7?&\x98\x1E\xE6[\xAB\x10\xF4%\xD0H,\x0Ef\xAD\xBCI\x12/\xB6$\x0F\xD8\x1B\xE9\x03\xB3\xFD\xC5+\xEA\x06\xFA5\xA4*\xD1!\xF8\xA7\xBA\x04\xEB\x1E\x0B\xCD\x93\xEA\xBEM"\xFBE^\xF6\x07\xCA\xE7\x02\x1A<\xFD\x10\xC5Q\xDF\x14\xBD\x020\xE0\xEB\x9D\x1B\xB1\x04\xC6\xF5\x1F\xE5\x05\xCB\xF6<\xE2\xF1\xAC7\xBF&\xE2\x18d=\x8D\x14\xCEr\f\xEDK\xB6\t\xE9*\xDA\x809L\xF0\x19+\b\xE41\xCB\x19\xED\xB4-\xD8!G\x8E\xD4d\xAA\x05\xF96\xF3G\xFA\xCB\x18\x06C\xF9\xDDR\xE9\x16\xD2\xFC\\\r\x9E\x00P\x06\xFBv\x13\tJ\xEE\xD9\x01"\xF0C\xB3\xDE\x18\xF5\xD9c,\xFCU\x16\xE4\xC1\x01[\xD8\x10\xB3\xF4\xDD\x98\x01:\x0EQ\xEF\xFA\x0B\xE4\x1D\xEE"\xD0\r\xA7\xD6 <\xB7y\xC51\x12\xFF\'\x94F4\xDC*\xED\xD4\x1E\xC4+\xDF\x9A\xF3\xCA\xA9\xF8\x10\xBF\xE3.\xFF\xC7\x054\x13\xCA\xFF\xEF\xCF\b\xF5%\xB0@\xF9\xC5\x02V>\n\x1E\xC6\xE2\xA9\x17\xBC*\xC8\xF63\xB9\xE2a-\xE9\n\xF0\xDA(\xF3\xE7\xD5\xBA<\b\xF0\xC2\xAE\x18A\xBA\f5\xEA\xD0\xFF;)\x1C5[\xD0\n\xF6\x1CY\'\x9A\xE5F\xB1\x1F<\x930\x0E\xD2\xE1\x1F5\xEC\x14%\xD5\xE8q\xFE2\xCF\x04Z;\x13\xD9J\x16\xFE\xC5\x05W\x8D\x15\xFD\r\xA6`\x1D\xCC\xE1\x10\x01#\xF4\xE1e\xF8\xA5\x16"M\f\xD6\xE5\x06\xB4%L\xA3\xD5\xEA\xBE\xFC\xF1\x1E\x0B\xBF\x03\xDFs\xFD\xEE\x15\x9Ee\xD0\xAA\xFA\xBB\xF2)\x12\xF5D\xDE\xE9\xAD\xFF\b\x9C)\xF1\x1B\xB42\xE5N\xCF9$\x05\xEE\xF8W+\xD6L\b\xCC\x12\x02\xD8W\xEF\xB6\xF7\xC1D\xEB\xFD\xDD\xEF<\x126\rN\xD3<\xDF\xE9G\x18\xB6\xC9N+\xF6\x0B\xE5-P\x05A\xA1\xD9\xB8\f\x1C$\xF3\xC3w\xEA\xFA\xCED\xDF"\xF7\xC2\x03\xB2\xE0J\x17\xA13\xB5\xFA\xE6\x9B 0\xE7?\xC7\x06\xE1\x1Ai\x13\x9C1\x18\xBA\x04\xF8\xE1\xB0\x17\x02\xC2(\x0F\xF9\xD6"\xE79\x05\xDA\xB8\xFF\x1C\xDD\x0F\xCC\x19R\xEC\xFB\x92J\xD4.\x0E=\xDB\xAB\x11\x01\xD4\x0E?\x1A\xEA\xFB\xC0\xD8\n\xEA\xC7\x15\\<\xC0\xF2\xB2(\xFC\x0F8\xAA\x02\xF2\xCF\rS\xC7\x1En\xCC-\xEDa\xA4\xF5_\xA5.\xF3\x01\xA8\xC3\x0F?K\xED\xC2\xF71\xE4\x02&7\xCB\x05\x18\xE4\xB5\x02\x1DQ4\xEBk\xA6\xF0-[\x106&\xFFE\x1E\x04\xEF\xDA\xFE\tI\xDE\x91\x1F\xCE.\xDB%>\xE2\xF4*\xE7\x8B\x00"\xDB\b3\x13\xCC\b\xE2\x11X\x1B\'\xF1\xCD\x16\x89#\\\xAF\n\xD3\xBFf\x12\xDC\xF9X#\xC8\xF3\t\xBF\xFB\'\xCA\t\xDD\xD1\x99\xF2\xCCn\xDC\xAA-\xCF\x0E\x1Bx\xD1\x17\xF4^\xEC\xF9N\xC4\xFF\xB1\x07\xD8H\x0B\xF3D\xB8\xFA\xCA\xE4\xEF6\xBEC\xD0\xFA\xDEk/\xF9\xD96\x00\xF0=\x1D\xF5\xE8\xB22\xF0\xA08\xD2\xE6+\x97\xE1\x15I\xB9\xFE F\x06\xB8\x12\xF6\xE47\xBA\'\xA3\xEA/\x03\xC2B\x0B\xB6\xE6\x17\x1FZ8\xFC\x96\x1B\xD1\x11\xE9<\x1CN"\xFF\x19\x9A\xEC\x0B\xB2\xE6\x03\x95\t\xE8\xCA\x13\xDE\x9EC\r\x00P\xC2\n\x12\xFEf\x18<\xD5\x05\xF38\x18\xE4\xF7*\xE9\x1C?\x0B\xFC\xF1F\xE1\xF9\xB4\x11\xE5\xD7\'\x04\x10\xA0\xEE\xD3\xBF\x14\xED4\xC3T\'\x9E\xD7\x03\xB2Z\xDC\x04,R!\xC1\x12=S\x1B\xBBt$\xFD\xC8+\x19\xD4!\xE9A\xDB\xAC\xF8\xEFX#\xE7\xA2c\xC6\x0E\xACV\xD6\xC4\x86c\x14\x03\xC49!U\xFC\x8F;\xCAp3\xF7\r\xE3$e\xDB\x05\xE2\xFE\x0E\xF4\xBE\x11\xE6\xF6\xC7:\xD5\xFEG\xF4\xD0\xDF*\x04\xF7\xD7M\xE4\xF1\xA7\xE0\xFB-\xB7\x06\'\xC2\x0F\xCD\xB4\xFC.\xD8\x035\xDF\xFD2\x05\xEB\xD0 \xD8P\b\xCE\xED2\x1D\xF2\xE1\xFD\xDAD+\xAA\x00\xF7\xB6.\xF0\xAFj2"\xD1?%\x0E\xF1\xA8\x16\xE9&\xB6\xFD\xEE\xA60\f\xB6\x076b\x03F\xCB\xF4\x1CL\xE4\x02\x1EP\x0B\xC0\x13\xEEK\xCF#\xF1\x18I(\x96\xE7\xF4\x19\xA6\xDB\r\xBDK\x18$\xB8\xC7\x06P\xCC>\x1A\nK\xCF\x15\xDC\xE9\xFB\xA2j\xB9\x1E\xE1\x07\xCA5\x0B\x19H\xC6;\xEA\x16 \xD0\xBD\x14\f\x90]\xED\xD10\x9F7\xEC\xDFB\x1D\xF5\xB7\n\xA3\x10\xB9\xDC\xF9\r1\xBB\xFF)i\x05\xF7\xD3\xAB\x03\xED\x13\x1D\xF2\xE9\x11\xD6\xA1\xFB\x1F\xC2\x06G+\x07\xDA\x00I1\xF9g\x9F\xD9X\xE4\x10\xD3\xF4\x86R\xF9\xED)\xE68\xDD\x15\n\xFC\xDA\x16\xF6\x00\xD1\x8F&y\xFB:\xE3X\x00>\xC8\\\x12;\xE3\xB4A\xE8\x0FT9\xE2b\x98\xDB5\xC0^\xE5*\xEC;\xF7\x88\xEE\xC2\x1A\xE8\xCF\x10\xBE\xEC \x01\xF5\xB2"\xFFB\xE0/\x00\xDA\xB0\x1E\xF7\x01\xBE\xAB@m\xC6\xAF+U\xE5\x05\xD9\xEA\x1B\xCA-\xF3\xAF\x06\xDA\xEE\xD1\xFB#\xCB\x16-\xC3\xF9\f\xCE/\xFE\t%\xF6\x03E\xB6\r\xD4\x1DX\f6\xF5\x95R*\xDD@\x12\xCE,\x06i\xBC\x19\xC9\x0E?{\xC5\xD5,Q#\xF3\xE7 \t;\x0F\xC7\x17/\xBEG\x07\xD4\x15\xEA$\x1B\xA1G\x0B\xF2\x99\x00\xDC\xF0\xA4(I\xF5\xBAA\xAC\x1B\xCA\x13\xE04Y\x02\xDE\xAEB\xFD#\x05\xF1\xAC\xFB\xC37\xEF\x94\xDB\xEC\b$\xA5\xF1\x06\x1AJ\x0E\xE3\xCD\x12\x03\xD6\xED\xBA\xF9\xF0?\xFE\xAC\xF7"\x9Bh\xC24\xF7\x02+\xBFP\x1D4`\t\x1F\xD7\xE8\x18\x0F\xE2\xEEM\xDA\x8E\xFF\xF2\xC5\xE6!\xCB\x13\xD7\xE3\xC7\x19\fb\x1C\xE2M\x15\xFB5V\xF5\xD21\xE8\xFD\xA0\xEF\xB6\xFB=\x980[\xE1#\xA1\xD6_\x12\xE0\xEE\xFF\x0E@\xE3\xCDc\xDE\xE9\x11\xD4\xE5\xB7B\xFD\xB2\x04\xC7v\xD3\xFB\x06-h\x18%\xAA/\x02\xF2/r\xB5H2\xD1\xE9\x02\xB9\t\xD3 \xC4\xB0\xE3H\x13\xBB\xDF5\x07\x17^(\xC1\x0B\xFE\x18E\x04)\x0B\xCC9N\'\xD9\xFB\xB6\x0B\x16\xAE\xFF:\xF9\x06\xC6\xEC\x14P7&\x9F\x1D9\xC1\r\xE9\xCF\xFAJ\x10T\xA2\xFA\b\xEB\x10\xFF\xDB:\xA3)\xF2@\xE7\x0E\x02\x1B\xFA(Y\xCE!B\xD6\xEB\xE0\xF7\xD0L\xAD\xC9\xDD\xEC\xB5\xF4\x1C\xC0\xAA\xE8\x18S\xEF7!\xC9U\xA3\x18$1\xD0\xF7\xDE\xF1\xFF\xE6)\xAD\xF4=\xB7\t\xEE\xDC\x16\xE6\xC2\x1D)\x8C\xF7\xBD O\xF9\xC8`\xA0.=\xCA\xD9\x97\x03\x0F\xF5\xC5\x00\xA5\x1D8\x14\xE8\xF3\x1F\x0E3Q\xE4\x01\t2\xD0\x04,\x93\xD7\x07\xF4)\xDB\xF1f\xE2\x92\x0E\xBFX\n\x15\xCD]\xE0"\xD7\x1B7\xBF\xD33M\xDD\xCE@U\x07\xEE\x14\r\xD8\x19\xFE\xDE\xEDg\x0B\xF17\xE9\xADl&\rP\xB5\x05\xD7,t\xBF\xF8\x15\x8B\xD6j\xEDD\x1F\xC6\xF8G\xE4\xB8\x0F?\xBD\x0B\xF9\x03\x1F-\xD6\xB5H\xF8\x03\x10N\x00\xA0W\x05\xFD\xB7\x0E\x03\xF1\x15\xE4&\xCF\xE0\xB3,\x05\xBC\xF6%\xB3\x17\xC1Q\x1B\xDD0\xFA\xE4\xF1\xC8\xFD@\x9D\b\xFF\xD0C!+\xFA\x13\xB9\xF3\xE0\x11\x01|\x1A\xEB\xFE\xD26\xB1RB\xE8\x19\xEE2\xDB\x99\xED\xC0,\xE7\xF5#f\xEA#8\xAE\xFC\xC6\xA6m\x00D\xEB8T\x12\xD2\x06D\xE3\xFE\xD3\x06\xBA\x15\xD13"_\x17\xE2\xEE;\xAE\xE8\x05\xC5\xDE\xA3\fW3\xAE$\xCF1\x9DL \xE7\x15\xDA\xCB\xFE\xA4\x07\xC6%C\x1A\xD1\xFA\x15\xC9\xE0\x1A\x8C\xF6\xD6]\x1C0\n5\xF5\x1F\x97\xCD\xE2\x1E\xA43\xF8*\xA0#A\xECI\x92\t\xDC\xB0\xF8\xC4\'\x1B\xDA\x10]\xF1:\x1C\xD4\xFE\xE9@\xC1\xDC\t\xF5\xC8\x02-\xF2\xC0(\xF5;e\x12\xFC\xE46\x0Bn2\xB3E\xC8\nK\xE1\xBC\x04\xE8\xF0\xD6\x17\xC1\xFC\x0F\xF2\x00L\xDC\xEB\xCB\x12\xF2\f\xC8\x01\x1BS\xEE\x10/\xD3\fV\xF50\xBB\x00K\xE6)\xC9\x16\x06\xF0\xFC\x17]\xE2\x11\xA7m\b\x1C\x0E\xE2\xD3\xAF\xF2\x05\xBB\xA6\xF0\xD9\x06\x0F\xDC-\x01\x13\'\xCCH\x11\xB5N\xE6`&<\xC5\r\xB9t\x04;\xB4b+\xE2\xF6\xC0\xFF>\xE7J\xB7\x02\xA0\xE2\x19\xCE\xAC\t\xF7c\x9A\x1FR\xA9:&\xB6\xD7E\xFC\xDE\x9BP\xBC."T\xD8I&\x00\x1D;\xF7\xF0>\xA8\xEB\xF99\x9B\xDD*\x03\xD0\b\xDA\xAE\xEC-\x17\xFC\x1C\xD8\xE7\xFA\xA5\xD58"\xCE\x91\x05\x1E\xF1\xCB$B\xFA\x0E!3\xBD\x03\xE2\xD7-\xE7\xD1\x04\xEE\x1D3\xEA\xCE6\xED\x03\xFA\xE7\x17\xCC\x10\xEA\xC5\xE3\x96\xD2Y\x1F\xC4\xD4j\f\x1F\xFF\xF6=\xA31\x15\xF9Z\xD4\xE3\x8AE\xC31\x1F\x0F\x05Y\x14\xE5*o\xFA\xDF7\b\xEA\xD6m\xED\xDB=\xF2F\r\xF9\x12\xC0C\x0B\xF7\xC3\x10\x00 \x14G\xC6\t\x90:\xF6,a\x15H$\xB9\xFC\x07\x19\xF3\xB0\xE5U\xC5\x19\xEA\xF3\xBEB\x1F\x07\xF4&\x0B\xF0\x01\xDEG\xBC\xEB\xAF\n\xD9\xBD\x0F\xAB[\x15\xC2,\x97\x01\xC8\x13\xA8#\xCB\xB52\xFF\xDF\x88W\'\xB2_\xD5\xA9\xF5\xDBq\x1C\xFF\xDE\xAD\x06\xFB\xB9\xF3\x10\xE46M\xDB.\xBD\b\xD8#q\r\xE0\x01\x95\xCA2R\xD1\xAE\\\x17\xCC\xF2\'\xFCA\xF45\x19\xD2\xEF\xFE\xB3O\xF4\'\x1AQ\xFD\b\xECo\x1B\xF2M\x16\xCC\xE4\x06\xF1?\xE5*4\xB7\xECN\xBF\x0E\xD55\xE8\x0B\xD7*\x9D\xCB\x02\x14B\xEF6\xFD\xB4\xCC*N\x11\xE8\xBC\xFE\x13\xEA$\xF7\x9A2\xDC\x1BR\xC8\xEB\x01I 1\xE5\x11\x07\xE0\xB7\xE7\xD3)\xDF<\x95\xD8$\xEB7\xFB/\x1A\xBD\x0B\xFC\x10\xD1\x06$0\xF1B\x1F\xCCV\xF8g\xEF"\xF9\xE8\x1E\xD0\x8F\x13\xE4>\xF8\xD6\xF09\x1A\xDBA\x06\xC1:\fl\x03\xD2\xA3\b%\xE3\x9C\xC9\xF8\xD9<\xCEH\xF97^\xC1\xF7\x0F\x02\xC7\b\xB8\x0F\xD3\x85\xDDN\xCA#\x9FC\xE1\xF9\xC9\x18\x9D\xE1\x03\xAC\x18\xB6\x05F\xC2\xA9_\f\xF5O\x04\x18\xA6"\n\xB3i\xF9\xA2.\xE2\xD5\xFE\xE8\xBF\x11.\xFA\xB8=\rW\x05\x18\xA7"\xEF\x0E\x9F\x04\x15\xB0J\xE6,Z\xF4A\x01i\x12\xF7\x04\xE9[\xF2\x15\xABd\xE9\xFDO\x13.:\xE7\xD4\x0F0\xDF\xFE\'\xBB\xDA1\xEC\xC6W\x00\xE1(\xCD\x0F\xF2P\x16\xB3!D\xF0\xE0`\x16\xD4\xF2*\xBC\xEAd\xFF\xC40\xDA\x1F\xEE3\xCE\xFC\x19\xAA\xE0 \xC3\xED(\xB0:\xD8\x1D\xC0\x017\xD8\n(\xBE\xF5\xD7'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x83.\xE9\x0F=\xBD*\x07Z\xD8"@\x03\xC0S$\xD5\x05\x1E\xBD@\n\xF9O\xDA\x04\x8E1\x13\xE9\xBCC\xF9\xDF\x14\xCB\x00B\xF0\xBA\f5\xE8\x05.\xBFC\xF7\x07\xE7\x1B\xC3V\xDE*\xF3\xCC\tF\xE0\'\xC8\x11\xEF\x1B\xD2\x02c\xF4\xE0\xFD\xEC\xC4\x0F\xF8\xAE\xF0\xDC\x0E\xF8\xA6\xEFZ\xDB\xE8\x9F\xCE(\xC0\x1F\xF3A\xD1\xFC\n\x1D\xA64O(\xA0\xE1\x1Da\xFA\xCB\xA9q\xFD\xE1\x1A\xD2Y\xAF2\xEE\r\x05\xA6\x14!\xB3\xFA\x18\xA2j\x031K\xFA\x95\xC8\x1C\xAD\x15I\x9E\xE7\x17\xCE0\x1B\xE86C\xC9\x10/\xF6\x1B5\x12\xE9a\x0B\xE0\x8FR.\xD8\xEC\x04\xBE\xF3\t.\xD3\x13\xDDF\x19\xD5\x0F\xF0\x9E*\x12\xDA\xFE@\xCF\xF9J7\xE9^\xD4\xF0>\xE7\xD8\xB5\xE4\n6&O\xD53\x03\':_\x06H\x86\xFF\xB9\x16\xE3\xFD\xB1\x03h\xDE\xF1\xAC\xFB\xC9\x1B\x02&\xC5\xF5a\x0F\xD2\x19\xEAS\xAD\x03\xEC\'\xF5\xBB#S\x03<\xC7\xF4&\x9A\x1F\xBD\xE3\xD8\x00,\x06\xBF\r\xFD!T\xC0\x16\xDC\xF0\xE7\b\xF7\xCC\xDE\xF2\xBB\xFB\xE1%Q\xD0\x07*\x1FK\xC7\r\xBA\xFFG,9\xB7\xEF\xE3\x14\xB28\xE5\xFF$\xB8:\xFD\xC41\x80\t>\xEA\xDB\xB4\xFA\xE3_\x0B\xEA\x16f\xF2\x10\xC6\x8EL\x1D/\xCD\xF3\x13\xF5?\xB4\x00\x12\xBF!q\xAF\x1C\xD7\x13\xC6\f\xEE\xDAo\xF2\x94\xD6\xEC;%\xD2\x16\xE5\xD9\x0FD\\\xFB\x1E\xCDH\x98q\xDB\xF5\x0EI\x17\xE0[\x00\xCA5\x14\x1F\x06\xBCG\xD4\x010\xAF>%\xF7\xEC\xDE\xB29\x9F\xE2"e\xCE0U\x9D>\xED\x0E\x027+\xF6\xB2\x1D1\xFA\xC08\x13\xFB\xE2\bV\x9B\x05"\xF7\xD3\x07\xA1\xDD\x0B(\xF8\x13\xC9\xE4 \xD2\xF0\xBE\xF9\x1E\xAA\fL\xD3\xEC4\xAB\xE0#\xCA\xFC\b\x1A\xD0p\x03\x15\xF8J\x07\x04\xA3\r\xE2\xF4\xD6\x18\xFC\xE4P\x8D\xEBd>\x01\xA4\x0F\xE7\x05^!\xA9\xF40\xC5\xEDs\xAD\xC23*\xEA\x02\xBF\xEE5\b,\xA4U\x066\xD6\xE5-\xF0\xF8\x93+\x18\xF5\x0EC\xEE\xDCX\xE5\xAA\x0EA\xE8\xD6&\xC5\xDA\xED\xF9\x1C\'\x04\xC82\xBA"\xCD\b\xD4\xE5\x14\xCBE\xDC)\xCE\xB9C\xD9\x1C\xFA\x13=\x01\x1B\xF2\x12V9\xD4\x1C\xAE\xFFA\xEB\xFB\xB4&\x10m\x03\xC0\xE0X\xC9\xFFu\xC2\x05\x9E\x14\xBC2\xF1)\xC8\xB9\xFFc\x1A.M\xC4:\xB2\xEAK\x0B\xDB\xF8D\x1A\xFE\xBD.V\xF0\xAF\x1A\xF6\x02\x11\xE9P\xB4\xCE\xDF\xE8K\xDA\xCA\xB3\xF7E\xE2Y\xD8\xC0\f\x1B\xDC?\x9E\xCD\x1AE$\x07\x11\xDA\xE5\'6\xF8M!\x01\xD9\xFA\x1D6\f\xA5\xEE\xB5\x16\b_\xDE\x13+\xA3b\x11\xED\xAB(\xF3\xDE\x1E\xFB\x0B5Q\xE0\xC4$\n\xFF3(\r\x97\xFB!\xE6\x0E\x9E\x06\x16\xF3$\xCEa\xE6\xF3\n\xFD\xEC\xB58\xFA\x92?\xF1\xB3\x1C\xD6\xEA\xCC\x0BH\x9BS\xE1\xF3-\xDA\xE5\xFD\xD3\x89\x01\xF7\xD0\xF1\x00\xE1\xC43[\r\x9C\x04\xD3\xC1\xEB\x91.\xEF:\xA0\xD7\xF3]\xBB\x06;h\x01.%\xC8\xFC2K\x8B\x02\x14\xC5N3\xDB\x15\xD4\xE7 S\xD0\x0B\xFD]\xAB\x128\xC1\xED\x06\x15\xCB\xFE@?\'\xF2 5\xC2@\x1E\xB5:\x16\x04\xD9\xE8L9%u\x15\xFE\b\xD0g\x16\xE5\x1E\xC8\x14\xED\xD1\x17\xC0\xDC\xEF_\xB8\xE9\xE0\xF89!\xB8(\xF7\xA8e\f\xF3\xBE\x02/\x17\xC5\xE2+\xF4\xFE\xE4&\xD4\xAF] \xBE\x10\xC9J\xEB\f\x17\xE4R\b%\xD2\xFA\xB8\x19\xCA\xF7\xB0\xE4\xD8D\x1E\xB3\xF9\x04?\xAEI\xF7&\xE2\xAC\xF4J\t\xD3\x12\x1E\x96\x0E\xD6\xED\xFF\xD2\xE4\x1D\x01\xC82\x13\xE1\xA4\xED:\x04G\x1F\xB6n\x19<\xF9\x10\xE7\b\xAA\x05\xE0\xB8j\xA8\xD8\xFC\xEA\x98m\xF2F#\x00\x13\xEF,\x0E\xC8\xF3)\xDD\xBF\xEC\f\x00\xDB7T\x103\x1C\xA58\x00D+\x06m\xADE\x10T-\xED>\xAFO%\xF7g\xD8\x0E\x97\xD1\xDE\n\xF2\xC50\xDC\x8CH\xF64\xD6*\xF4\x041\x11\xC8-\xDC\x0E\xA96\xE1\xBEB\x05\xA4Z\xE88\x11W#0\xCF\x9E\x07\xBA\xFE\xE8\xCA\xF8\xDF\xEC\xC2\xCF\xF2/\x18\xDE\x05\xC0\x99\t\xDF\xFA\xD6\x05\xC3\x1D\xB7\xFA\xEF\x16.\x01\xA4Q\xEB\x03&\xF3\x1DZ\x14\xFC\x1F\xCED\xBB\xF5?\x06\x1C\xED\xCF\bb\xDB\x1B\xFA\xBC\x02\x19\x93\xC9\xF5\xE1\x16j\x1D\xF0\xD5$\x04y\f\'S\xFD\xB5\xE7\xC9\xF9=\xF2\x16\xCFZ\x1B\xEA\x0F3J\xE6$V9\xBFJ\xD7\x0E\x1B\xBBd\xD1\xBB\xE6\xC6\x9CM\xEC\xE1\x16"\xFF\xE4\xC2M\xFB)\x8B\xF5\xD10K\xDF\xD2\xFC\bK\xB1\xEA\xF9\xC4.>\x92F\xBB\x19\xAB\xD9\x15\nX%\xA23\xD9"\xFE*\xBAD\x9B\xF2\xD0\t\xFF\xC9\xE2\xF7\xE9#\xFA\xCA5\xFE\x15>\xF0\r\x019\xB2\ta\xA4\xD1V\xB20\x15\xE7\x1F<\x0F\xEB\t!?\xED*\xD85\x0FC\x01\xE5\x0B\xDD\x12\xF2\xE47\xF7!\xE0A\x01\xEC\fc\xE8\xAC\xF4\n\xCB\x00\x19\xDF\xAB,\x12\xA0\x07\x15\xB2D\xE3\t\xA8\xEC\x07%\xDD\x18\xD3\xF9)\xF1\xDA6\x12\x04\xF6\xD7\xC6\xFF\xB7]\xCA\xAA\xF4\xB5w\x1B\x03\xBF \xD1\xAA\x17\\\xCD\xFC-\xC6\x01J\x9A\xC3\xF4\xD4\x1E\xBB\xCA\x05@1\xE2_#7\xF9p>\xD9\x1F]3\xD3)\xF3S\xDA?\xCE\xAAp2\xE5Q\xC4\x0E\xFD\xE7$\xEF\x96{\f-\xF1\xDD\x17&\xFF\x11\xC5\xE6\xA3\xF8`\xDE\xF2\'\xB7\xED\x1FR\xD5\b\xEB*\x105\xB0\x15I\xF6\x11\xDC\xC2\x14\xEE\xD7\xB4\x10\xE9\xBF\xF0\xFC\xCB\xED\x03\x90\x11\x1D\xB8"L\xFE\xF5\xBA \x05\x8F@\x1A\xB5\xC7J8\xE0\x19D\xA4\x056\xE4V/\xDB\r;\xEC+\tM\xFD7\x06\xA0=\xB3\x1C[\xCD\xE5\x05j\xFC\xE3*\x88P\x1D\xFC\xA5M\x03\xC8&\x06K\x0E\xB7;\xDEe\xC7\xE8\xF7\x02\xDB,\x11\xCB\xEE\x14\xDF\xCFi/\x0B\xFB\xD2\x07\xBD\xE8\xFCN\xD4\xF8\x98\xCE\xF1P\xFC\x18\xCA\x99\x12\xC6\xD7\xE6\x0E\xF5\xE0\x14\xF9\xA9C\xEF\xDA#\xCF9\x01\xEB\xD2\'\b;\xE4\x1C\xF5\x860\xE4$\xF6\x1A\n\xFE-:\xCE\x18\xEA\x9FA\xFF7(\xF7\x03\xED\xE2\x1E\xAF*\xF4#\xC9\x10\xBA\tB\x16\x03#\xB8\xD5\x05\xE3=\xF7\x1Ab&\xFF\xC14\xD7\x00%\x18\xC0\x95\b\xF1\xBA\ry\xF7\xBF\xF1,\xD0S\xDD\x18\xD3\x01\xA8N\xBC\xD6I\xA3\r\xC1X\n\xD5b\xAE\xE8\xBEE\xA3\xD7\x15]\x01>\xDAf\x1C,\xE9 \xC2\xE2\xAAC.Z\xF0"\xBB2\xAC\xCDA\xEEt\x0B\xB91\xF6\x0EG]\x1A1\xE1\xADB\xDA\x13\x94\n=\xFB\xB3h@\xE9\x13\xF1%\xE2\x16\xEF\x02#\xE3\xFA\x1D\r\xDA\x18\b%5\xF1\xC5\xE4\x9C\x0B\xEE\xAE\xF4\xDC\xFEl7\xF6\xE9\x10\xFE\xA7I\x02\xEB\n\xDB\x17\x8E\x1F\xE2\xECU\xCB\xDF\xE9\xF9\xD6\xC7"\x05\x174\xEAb\x00\xC3\xED\x11\x06\xC1,\xCE6\xF9\x05\xB5P4\xF3\xB5.\xC6\xF1Q\xFB\xCCW\xB6\x0EL\xF9\x136\xCE\x03F1\xA2\x0F\x07\xCF\x1C\xDC\xC3\x0B\xD3\xDF\x14\xF4S\xFB\x05+\xD1\x12\xA3\x07=+\xAB\x11\xFET\xE6\xCB\xFD\xB7#\xE0\x1B5\xD7\xF3\x1E\xFD\xDD\x99n\xC6"\xD7\xCFN\xDC\x05G\xA13 \xE1\xF5\x00\xEA\xD1+\x1F\xBDR\xE3\x17\xC6\xD5\xEE\'\xBD`\xFA*9\x1En\xC7)\xB7\xE6H\xC5\xF8M\x1B\xFC\xB6\x1F\x038\xEE\x9B)\xF3L\xD5\x0F\xF5\xAD[(\xA0\xE4U\b\x0F\x1B\xE6/\xFD\r\x8F\x1A\x12\xEB\xD3\x02\xBA\x13\x97@\x1C\x06\xAB\xDE\xFF\xF6\'\x07[\xFB?\xE1\x15\x95K\xF1\xB2\xE7\xF8\x85<\x1C\xD53\xB1\x029\xD8\xEF[\xCF\xE4\xC2E\xDC\x1A\r\xA7\x060F\xCE\xE8\nH\xCA:\xB7\xECB\xF4\xA7\f\xE5\xFEk\xF5(=\f\xE7t-\xD9\xC13c\xEF?\xD7\x8E\xBA\x12 \xAE\x022\xEB\t\xCC\x17\x031\x0F\xFF\xED\b\x11\xF2"\xE7\xC0(\r\xF5\x15g\t\xF8\xBB6l\xEC\xC4\x18\x02\xF9\xBD\x15\x03\xF6*\xD5\x01W\xCD\xC9\xED\xFD\xB1\xE7A \xD9\x13;\xF0W\x0E\xB2t\xE2\fM\xFB3\b\'\xB5\xB2\x0F\xF9\xE2-\xEE\xFE\xA3\x04\x10\xE9\\\xD4\x18*\xE8\xD0\x10\xDB\xC1\x17\x9E\xDF\x1C\xF77\xD3\xFCe\xEA\x1A5\xF5\xC2\x1F\xEC\xB8\xF6\xD4\xEA\xB4X\x06\x10Q\x16\xF2\x0B\xAER\xBA\x07\xE5@\xD1\xFF\x92.\xC8\xE7g\x9D\xF6G\x1A_J\x9C\x0B\x1F\xD64\xF4\xDD\xC7\xFA7\x02\xBF\xF2<\xA6$\x06\xFD\xEFh\x11\x04\xED\xC3\n-\xAC\xD0\x12\xE6\x04\xD97E\x07\xFD\x13!\xF9\xD79\xE0\xC5\x8CH\xEB\xFF\xD4\x1E\xF7\xC5*\x19\xF2A\x05\xD9\xEF!\xD2\x03\xFF\xC4\xEA\xD0;\xB6\x13\xE5U<(\xAD\r\xDBW\t\x1B\xE2T.\xB6\xD44\xE5\xA7L\x1F\xF4\xE0>\xFFI\x9Bv\r\xAB$\xE0c\xA5\xE4,\xBE\x1C\xF6&\x040\x18\xC8)8\xA8\x04\xEBP\xBE\xF8\x12\x1D\xB9\r7\xE3\xDE$\x07\xF4\xFCk\xC8#\b\xBD\x15\xEF\x1F\xE6\x99/\xFE\xC8\xF6\xEAC!\x00\xC0(\xDA;\xB6\x14\xC6 \xDD\xF9\xCB\x1C\x00\xF0\xC11\xCB\x0BN\xEF\x96|\xCF\xFC\xDB^\xF5\n\xE0d\x15\xDA\n%\xD3\xAE;U\xFD\xC5\x192\xA4A\x18*\xDA\xED\x01\x91\xD3\xFDp\xCC@\xF8\xD3H\xB0\x14\xD9\x0E\xCB\xF3\\\f\x18\xFE\xE8\x04P\f\xEF\'2\xE8\xD4O\x0F\x1A\xF4@\xD2\x00\t\xE7\x12<\xBB\xE5\x8A\x11\xEE\xB7\xFC2\xA1\xE6_\x02\xE0\xEA-\xA7P\r\xCD\xE6\xBC\f\xA9H0\xF6C\xDE.\x04\xBA\x19\x0E\xED"l\x02\x88\x1A8\xB0\xF9\xD1\x9Am+\xD6\xA6\xBC\\\x07\xB3=\xFB\x90\xDC\x04%\xAE\x177*\xB1\xF0\x1E\x06-M\xD1? \xC9F\xF1\x1B+\xCC\xF7\x07\xD8\xF2\xF6f\x02M\xF1\xE0\x19\x10\xE6\x1E\n\xA8\xEB&^\xDC\x06\xBE,\xFA\xE3N\x06\xDD\xEBE"\xC9\xF1\xFB7\xE3\x13\xF4\xC5\x15,\xECY\xBC\xE8\xFA\xDF\xC4\xD8V\rC\xD5\xF9\xC3\x19\x03\xF4\xDF\x0F\xFE\xBF\x0B\x99\x17B&\x10\xB1\x1E\xD6&\xFD5\xCC\xB4O\xC2\xF1\x12<\xC7\xF5\xA16\xE7\xD0>\x96\xEF+\xC6\x120\x05\xE1\x0E\x1AF\x02 \xD9T\xE2\n\xCE\x1E5\x11eE!\xF7\xFF\xCA\xA5$\x006\xE7\x95,j\xB1:\xD8L\xEEr\xB7\xCA\xE6<\xED\x14\x91\xC3a\x06\xF8\xD8$X\xD1\xFB\xE3\x16\xFFF\x1D\xF3\t!\xD4\x17Y\xFF\xB9\xF4U\xAC\xC1\xEA\xCF\x8A\xFD(\xAD\x02B\xF8\xA7\xCA\t\xF0\x9D\x06\xE3\x19\xEBm\xDF\xB1U\r\xD3\x07\xEB\x15/\xFA \xDE\x04\xFC;\xC6\xFA\xDF/\f\xE9\x1C=\xFF\x9D4\x03\xB2K+\xD5\x10\xB3\xC8c\x0F\xBB\xF7\xE5\xA09\x1E\xD3A)\ti3\xEFI\x19\xBE\xF1\xDA\'\x00\xD5/\xBA;Q)\xBD\t\xF6\x15\xF0\x1E\xBD\xF7#\xC8\xA6\xE7\xCF\x121\xA9\x1B\x0BW\x04D\xD0\xF3\xAC\xE2\x0E\xEB\x17\xDD \x0B\xC1\xF0T\xE1\xFC1\xDC\x00H$\f\xD9\xE9\x15\xFE\xDE\xF5\x16\xB9\x0E\xD5\xE97\x7F\x0F\xE4M\x16\xEA\x1E\x0F\xD2\xF3\x130\xCDE\xD8\xFE>O\xDD\x01^\t>\xC0\xF4Y\xD4%\xA6\xE7\xB8 S)\xBFo.\xCA\xF7^\xE8\x904\x04\x19\xA5&\xE8<\xAC\xCEx\xFB\xBF\x071\x95\xCB$\xE3\xFA\x05\xC7"\x9B\xFD1\xB0\xC3_\xDE\xFC\xACG\xDC\x9A\x04#\xC43\xE4\x9E\x19)\xF2\xB3\xFE$\xE3\x0B\xEC\xF1\xD76\x16\xFC\xDA\x11\x03\xD4\xF1\xA7B\x12\xD8\xFE#\xCE\xEBB\x07\xC2\xF2\x1B\x04\xEE(L\xB1\xF0`\x02G:\xA5W\x12\xF5\xD1\b\x1D\xEF\x05\xF6(\xC9\x03\xE97\xFA`\xEC\xAA\b\x12\xEE\xCE\f4\xDAK\x1A\x87D,\x1Af\xCB\x01\xEE\x84;\xF8H\n%\xBC\x068\xF5s\r\xB8\xF6\\\xD2\x110\xDF\xC8\x16=\xE1!\x12\xD7\xEC\xC3\x1F\xDD/D\xE1\xBC:\xD9E\x8F4\nZ\x1C\xC2\x0F\xE3\x1A+\xF8v\xBA:\xFB\xC3\x14\xED\xD2\x03\xF9\xB7\xBF\xF8\x0F-N\xC5#\xE0\xB2\x1A\xFF\xE6\xCF\x1C\xAA\xC6,\xDB\x15\x1F\x98\xFBU\xB7\r\x9D\xF7\xD0\n\xFB\xB4\x19\f\xF1\xFE\xB1\xEB\x16S\xFA\xCB\x10\x19\xE4\xB8\xF0&\xD4\x00\xB3Q\xD1\xDD\x01"\xD6T\xE5\x94k/\xC6\xDF\x11<\x06\xDC\xB0\xE4\x07\x18\xCD\xEB\\\xDA-U\xEF\xE1\bE\xE66\x01\xD9)\xEBB\xFF4\xE8[\xC26O\xE3)]\xCC\x0B&\x02\xA2+\xE8f\xFF\xD0?\x13\x9FI\xF4:\n\xC1B\xF2\x15\xAC\x06\x1E\x00\xF5\t: N\xE6\x9FH&\xF4j3\xFD\x0E6\x93\xF9\x15\xB5L!\xFB\xF0\xB0\xC5G\xE4\t\xCB!\xD7\x19\x02(\xA2\xF5\xD1\x02\x989\xD8k\xC5\xF4\x1F\t\xB0\xF1#\xDB\xFB\xE7-\xDE\x17\xEE \x8D\xE6L-\xECB\xDD\'\xB1\xE8\xF1\xD1\x12 \xFE\xD2\x13\xBC\xA5\xF1E\xC1\x06\xCA>\x0E\x00\xD5\x9C\x14\x05d\xF4\x19\xA9\xF9b\xF2\xAF\x0F\xDE\xEBC\x131\xBD\xF7\x1B\xE5\x11\xD59\xDE\xC0/R\f\xC5o\x06\xCA\xA9\xFD3\x04\x0F\xC7\xF8\xB8\xCE\x10\xC1Y\r\xA3\xFEd\xF1\xC79\xEA\x02*\xD6\xE4\x1E\'\xF3\xDD\xE9+\xC3W/\xCF\r#\xBC;\x11\xE1\xBE0Q\x1D\xC7\xFD!\xDB\x07\xED@\xFD\xB6N\x00\x14A\xF8\xA5\x1D\x01\xB6\x1F\x10K\xD9e\xCF)\xDF\ng\x198\xFB\xD8\x1CE.\xD6\xB6\fW\x1C\xDD\n^\x11\xAD\xFFl\x19\xA4;\xF7\x1A\xE3=\xEC\xDD\x00\xD3\'I\x07\xFB\xCF\xEF\tz\xAC\xE7U\x0F\xA9"/\xF0\x92\xE7\xCC\x06\xEC\xD5;\xEF4\xF6\'\xEA\xB9\xF9\x1D\xA72\xFF\xE2\x9C\xF0+\x04\xC7\xE2\x031\xE1\xF6\x97\xC4?\xF8\xCF\xEBI\xD4\xBC\x0B\xEF\x04\xD9\xB6\xFC\xA3N2\xF0\x8C\xE9\x1B\xDB\x8D?)\xB8\xF4\x18\xCDG\xC2\xE1\xD0\nd\x1B(G\x12\xE0\\\x97\xD1\xE3\xC1\t\x14?\xEET\xD6\xF3#\bL\xE7\xB5\xF5\x18P\xA9\'\x15L\x00!\xB6\x17,\t\xFB2T\xCC%\x10x)\x0B\xCA\x14\x04i\xC6\r5\x00\xE4\x10\xD6:.\x01\xF9(\x05\x165\xF6\xDA\xAF\xFC\xBC%\x17\xFA\x0E\x00X8\x9F\xE1\x00\xC4\x17\xB4<\xC8\x14\xD2d5\b\xE8\xFB\x07\xCD\xED3\xE2\xF2:\xC6\x9A\xE5\x1F\xDF\xB0C\xE7\xF2\xC1\x1D\xF8\xE5\xB3 \xF6D\xB9#Y\xF7\x05\xC4\xE2\x9A\xEF\xD9X\xE9\xB9\xC7\x02Q\xE5\b\xF2\xC9,@\xAF\x1C\xD7\xF5%\x0ED\x05\xEAZ\xFA\xA8 \xFD\xDC\x93\xC3\x1EF\xB8\xD8\r\xA6Y\x05\xDBB\xF0\x13\x02\xF8\x17\x924\x06\xD7T+:\xDD\xFE\xD4\x15\xEA\xCA\xA8F\x13$g\x1B8\xA6\xFC =\x0E-\xD37\xA5J\xE9\xDA\x06\xEF.\xCCQ\xB1\xDC.\xD0\x10\xDF2\xED\fH&\x0F\xDC\xF1*r\xFA\x1D\xD2\xFD#\x0E`\xC0,\xD6N\xC9\xFF\xE1A\xA7\xEE\xCE\x0BR\xA1\xF1/\n\x1B\xDC\xEC\xFC\xBC\x0B\xD2\x10G\xF2\xE1\x9D\xEE\x1Db\xFE\f\xB9"s\xC4\xFD\x16\xE8\xFA\x1D\x8B\xF4\'\xBF\x03@\xB9\xCC\xF3[5\x9D\x03\xE4\x13\xBE\xEC1\xB0\xF6\xD0\xA7<\b\xEA#\\\x15\xBB\x0F\x01\x19\xBD(\x04\xDFn\xFC\xB6R3\xCD\x03\xE6+\xB4\x01\xCCr\x14\xF8\xC3\xDD\x18\xD0\xF7\x14\xE4\x9CF\x07\xBB4\x0Ba\xFEF\x19\xD5\xF6\x13\xE6\x1B\xF9\xD0\x19>\xC8%R\b\xE0\x18O\xE8\xFE\x1C\xF2\xB6\r\xD2\xF6\xE9&`\xF4\xE66\x1E\xC3<\xD2!\xF3\r\xA2=N\xF6\xDF\x180\xD7\x07&\xB5\x052\xECR<\x01\x0F$\xDDV\xD4\xEE\xC9\xE2\xAF\xE9q\x96*Q\x06\xB4\xEB\x0B\xFD\xAE\xF55\x89G\xC7\x03)\xDAo\xE12\xFB\xAA,<\xCA\x99\xD8F\xAF\xF9\x10\xE8\x97\x02\xE2)\xD8\x17\xEF\xC6X$\xEA\xAB7P\xE7C\x91(\xC6\xB0\xD5\xF09\xAD\xF6)\x12;\x05"\r1\xFE\xC5\xDE\xAE!0\xE0J\xD6\xE9\x01\xCF\xF2\x11\xB98\x0B\x9A\x12\xC4J\x18\xDB\x00\t\x1F\xFB\x13\xCD\xEF\b,M\x14\xC4c\xFB\xB2!\x05\x87\x0B\xBF\xFD\xF3\xC9\x01\x0F\xF1\xFC\x1E\xE2/\xFA\xCD\x1B\xE6\x00\x90\xBEO\xDB\xCD\xF0\x07\x1D;\xF9\x00a\xC2\x11\x1Fh\f+\x1D\xE5\xF9 \xEE\xCC=%\x03\xEEi\xBD\xE1O/\x02f\xDCB\xBA\xD6\xF77\x07\xE9E\x0F\xDB\xFA9I\x11\x1B\xE0"\xD3`\xDB\t\x11e\x04M\xC1\fk\x1F\xF3\x17\xFA8\xB8\xE3V\xD1\x10\xD5\xF3\xA1)\xF8\xB9\xDD\x95?^\xD6\xABP\x01\xF7\xD7\xE6\xA04\x11\xF2\xAD\xEA\xC2#\xA2\x18\xFF$\xED\xA8\x1A\xBD\xD02i\xE5\xCB\xEE\xD9Z\xA0=\xBE\x17\xAAG\xE9\xBC\x9F\x14\xED1\xD1\xDF-\xEA\xA8_%\x15\xA1\xEB,\x16A\xE6\x06\xCC:\x17\xEE\xFE\xC3\t/\xE2\x18\xB7Y\n!\xCD\xFAB\x1A\xD4\x0B9\xF5\xE4[\xCB\fR\xDE(\x01\xF3\x94\x18-\x02\xB6(\b\xF8\xE60\xFF\xCC+\xF6"\xD9@\xFC\xB0\bI\xC7\x10\x00\xD7\xF5C\x03\xC1'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x1A\xCC\x04O\xE9\x17\xDB`\x06\xBE\xEFA\x1C\xE5\xF9+\xD3\x11B\xC5\x1C\xF3\x95\x07G\xD1\x0F\xEDK\xC4\xFF;\xB5%\x06\xCA3\x11\xF9U\xDB\xB8\nP\xDE6\x12\xF5S\xDC*\xFA\x10D\xD6\xF5\t9\xDAT\xB2\x07\xD5SD\xA5\xF6*\xB18\xFE\xCC +\x10\x01\xD0\xA29\xB8\x03\xEE\x90\x00\xD9c5\xE7\xFD\xBA%\x95\xDF \xF1\x13\xD9\xE9J\xF4\xE0\xAE\xC5\x05\'\x17\xED\xF8\xA1\x03\xE7\xBC\x1C\x05\xCA\xA0\xE9/\xAF"\xBE\x16\xFF\x1D\xF6*\x13\xE7\xEC\x0E\xDF!\xC4\x0B\xF1\xA0\xE2R\xAF\xDBg\b\x13Z\xDE!S\xE4(\x0E\xCC\x17.\xF5<\x04\x183\xA7d\xFA\r\x9E\x1Ch"\xF05\xE7\xD1@,\xC9_\xD30\xAB\xEF"o\x0B\xE0\x02_\xEF\xE3\x88\xC8\xEB6\xC0\xFF\xBC2g\xFB\xD7T\x13E\xF9\xEB2\xFC\xC1\'\xE8\xF5\xC8\n2\xB2\xF8\x04\xBE\xE1\xACq\xD9\xC9\xF8\n\xD2\xE4)\xC28\xFE\xD6\nC\x99\xFEc\xAD\x0E \xFB\x17\nB\xFF6\xD2\x16\xC3\xF85\xD0\'A\fp\xDD\xA3@\x00\xD2\x15\x9A\xEB.\x02\xB9\x1B\xD4\f\x18\xF0@\x1D\xABF\xFC\x14\xD2\xF0CW \t\xED\x12H\xE7T\xBC\x02D\x17\xCE\xED\xB9\x15\xE3\xCC\x12\x1E\xF2\xE1\xB9\xEBI\xDB\xC3\xE2\xF7\xB1\xECP\x1B\x95\x10N\x03\xD4\xFA#\xF1\x19 \xF2=\x05\x1E\xE0\xCE:&\xC5G\x85\xE1\xCD\x00\xD9-\xEA\xC28\x1D\xA3\xE9\xD3)\x00\xC1\x1D\xAE+\xF0!\xDE\xF6R0\x03)Z\xF9\xBD\x03\xD7\b;&\x8F\xF4\x14Y\x1E=\x05*\xDB\xFD\xE9\xBA\xF30\xAF\x10V\xCEP\xE4\xC8\xB6Z\xF6\xAA\b\xE4\xFF\xF4W\x066\xBB\r\x19\x9C_\xDF\b\x11\xFC:\xF4\x9B2\xE0\xFC\x0E?\x98\b\xB1\x10\xE6\xA6\xF4\xDB9$P3\xC6r\xFE\xD0\x06-\x8E\x0E\xD8\xBD\xF3@\xC9\n \xE1\x17\xC5\xFE\xE4\b\xAC\x0B0\x10\xFEB\x18\xEEj\x12\xB6\x1F)\xF9s\xEFK\x04\xF7&\xB7M\xC7\xDC\x17D\xCE\x06`\xD7\x19\xCB\xFFt\xD8\x1FL\xC8\x0E\xB0\xED\xE5\x9F\xF6\x11\xE6\x1CR\xEE\xCB\x01\xE7&\xA8\x13j,\xA5X8\xD9E(\xB9\xFA\xDA\xED\'\xD4\xC2+\xD8\x941\xDC\xEA\xD2\xA7\x15\xDD\xC8"\xD5\xE6\x00\xF10\xAF\fZ\xEB%\xF5\xC0\xE88\xEF\'\xBF\xFB\x06=\x1B\x00\xD1\t\x16,\xDA\xAC9\xBF\xE0#f\xFBI\x07\xE0\xEF\xD3\xF9\x02\xEC\x07\x9C\xEF4\x17Dr\xA0\xF4\xE7Q\n\xF8?\x03\xC6\x0EC\xE5\xFE\xB4;\fB\xCDl\x1A\x03\xE4\xFA\xB7\x12\xA2J-\x0B\xE1\x12B\xD0\xEB\x92\xE1j/I\xFB\xB8E\f\x02\xF82\xB4\x18\xD25\xC5\x1D\xFF:\xC0\x12\xCD\x1Bf\xF8\x14\xB8\x02\xCA\x1C\x05#\x11\xBB\xCD!T\x19\xF5-\x06\x1C1\xF3\xA9\x13+\x8C\xEC#\xC3\xD47\x1C\xDD\x01\xF8\xB4T\xA3\xF53\x16)\xFA\xF2\xC0\x1F\xCC\xEA%\xF0\xD4L\x12\t\xF0\x9E\xF6\r\xB4K#\xE6Q\xB1&\xE0\xC3\xD5&\xF6\xE35\xB3\xDD:\xFF\xE4\xF0\xAB\xFD\xBEZ\x98\xD7a\xE9\xC4\xFB\xE1\x07\xD9>R)\xEF\x06l\xCA!\xD4\x04\x1B\xDC\n\xB8V\xD6\x13\xAA\xDF\x05V\x19\xC6*\xA3\xE8\xD9=(\xE2`\xEC\xD9\x97\f1\xF3=\x0E\x01G:\xD6\x12\tL\xFA\xA5e.\x13\xD47\xE0\xEC\xCD\xF9\t\x16F\x1FU\xBC\xF9\x10\x96\xFF\r\xAE\xE6<\x15\xEB1\xC4e\xFF\xE8\xCA\x03@\f4\xF5\x97\xFF\xE1k\x1D\xFD\xC8Y\x00\x14\xCD/\x16\xF7\x03\xDE\xD1\xFC\xA3\xEA\x1E\xEB\x91]\xC3\xF0\xD0\xEB\x1B\xC4\x05K&\x0B\x1E=*\xB8\xDE\x02\xD0\xEF1\x18\xCB\xF2\xE0H\xC1,\xF4\x8AD\xFA\xE3#\xAD9\x1D\xEF%\xE6c\xD2\x149\n\xB5\xF3A\x06\xBB \xAA\xFB\x06D\xC7\x1Cp\xBE\x15,[\xB6\x05\x1E\xFD.\x16\'E\f\xDC\x9A\xE7\xF3\xB3\xFF\x11O\xF0%\x9F9\r\xAD\xE5e 3\xD1\x19\xFC\xD9\x0E\xBD\tM\xF2\xD2\x0FH\x9E\xC3\xFC\xB3(\xE8\xC0\xF8/\xD0\x17\xDE4\xE9\xD7:\xB9\xE4)\xA8\xF0H\xE4\x04\xD9\xF5\xCE?\xE1\x93\xD8\x02\xB7\xF5>\xFC\x17m\xCA\xDA\xA6\xE4\xC6\xF8y\xD8\xFE)@\x02\b\xB8\xEB]\x04#V\xCF*\x8D\x15/\xF7\xE0\bO\xDA\x1B\x01CR\xDB\x11\xECL\x97\x0E\xF4N\x11\xEF[\xD5\xFE8\b \xC94\r\x10\xBEP\xF7\x0Eb\xE5\x1F\xCE*\xBE2\bC\x1A\x044\x0E\x18\xE9\xBE\xF5\xC7\xDB\xA2\x15\xF68\xA8\xE2\xEF\x18\x01\xDB\xEA\x05\xB6\xCC\x17-\xF4\x0F\xC9\xF0\xA1\x1E\x03\xAF#\xFA+\xC2\x01\x1B\x9D\n#\xE9\x10\xB3\xF8\x8C\xEEI\xF3&\xE8\x1A1\xC7\xAC\x07Y\x10\xEE\xE2\xF8$\xEB[\xD3\xB3E\x06#K\x0F\xEEQ&\xD7\x0F\xC9?\xB2\xF86\xC6U?!u\xFF\xE9\xA9=#\xE2\f4\xCCW\xE5\x05\xD3|\xE1\xCB1\xF6\xBFO\xCD\xDD\'d\x19\xBC4\xA9\x03\xD2\xEE;\xFE$\xD8\xA4\x02P\xD2\x92\xC2\xFD\xF2-\xE1\xCC\x97\x1C\xE3/\xFB\xC3\x00\xE7,\x07\x1Eh\xE5\x11\xAE\xFC\xD6\xF04\xBFX\xD4\x05\xBAm\xFD\xF2\xBF<\x18\xB47!\xFCB\xD9\x03\x190\xFC?\xD2\x01\xE1\xDBd\n\xB6J\xDF\x14\xF3\xE8<\xB8\x1D\x13:\x0B(\xA8\x14\x007\xFA`\xB5\xD1=\x1Aq\x98J\xFC\xBE\xD3%\xF4\b\x1A\xE3\x9B\x12\t\xDF\x16\xF9-\xE9\xD3\x13&\xDA\xF6\xED\b\xA5\xE7\x14\xB1h\xE3\x96\xF2\x0B\xE8\x13.\xFC\xC5\x16!\xF8\x8A+\xC1L\xFA/\xDD\xF2V\xE7\xDB\x1De\xEA\xD6\n\xF1\x14\x04\xA9\n\xE0\xF1\x16\xDA\xED\r\xA0M\xC1;*\xCA\xFAG&\xED\x91L\x1A\xACF\x01\x9D^\x10\xC7F\xF2(\r\xED<\xC6\x16\xB9S\xA6\xF7K\xE6/\xD9\x00p\t\xD3\x19\r\xC9\x06\xAE\xFF\xCD5\xF6\xC7\xB7N&\xDD3\xE8\xF5"\xBB4\xCC(\x02B/\xDF\xEC\x00^\xF3\x1F\xB2\xCF\x017\xC8\x07\xE01\f\xE6\x1F-\xFD\xD7[\xBF\xD0\x1F\x00,I\x06"\xC98\x11\xA0\xF1A\xCB\xEA6\xB0\xE2`\xEC)A\x17\xBA\x07D\x0F\x03\x19\xA4\xC0F\xC9X\xD5A\xF9\x0F\\\xB1\x1B\xF7\xD0\x16\xB5\xD8\x05A\xE6c\x0E\xF5\xDA"\xF0\xFA\xC1\xCFK\xB9\xE0\x17\x035\xF9\xA4\xDD\xF6\xD5\xE5\xF0\xDB\x00\xD0\x05%\xBC\x0E\x1C\x04\xF6$\xFF\x95\xD8\xF8v\xEF#\x9C\xE2\xED<\xF7\x1F\xFD\x0E\x17+\xE4\x07\xA3\xEA\xE1\xC7\x06U#2\x0F\xA4\x18\xDC\xC1+\xA8U\x12\xB5g8\xF4\x06\xEC<\x90#\xE4\tW\x11&\xADo\x0FA\x1AU\xF97\xE4Z\xA6\xDCG\xBE<\x1E\xC4\x10\xE4\xD30\xFCX\xCA-\xD1\xE0\x06\x8F\xEE\xB2\x00\xC4M!6\xF1\x12\x87\xFB\xE7\xC89\xEE\xFF\b\x1B\xEA>\xFD\xD6\'\x18\xDC\xAA\x1C\r\xF6\xC9I\xB7\xEA=\x04\xC11\xFB\x84\xBD\x1C\xDD\xB1\x15\xF4\xFD(\xCC\x13\xF1\tP3\xA8\f\x1B\xDC\xB3\x12\bn\xEAM6\xDAb\x1D\xF3\x15\xD6\xFEv\xBD>\xDC\n\xF6i\xD2/L\xF8\xD0\xBF\x05\xE6\x99\x0E\x00V)\xD1c\xF0\x14\xD7\x1D\xCC\xF3\x19\xD1\t*\xEB\xEC\n\xC9D/\xD4\x0BT\xE7\xAF\xDE\xFB\xEA$\xC1\x01L\xF2$\xFF\xAA\x15\xBA"\xFA\x0B\xD00>\xB7\x0B\'\xD1\xEE*H\xBB$\x11\x94\xB7\xE1%\x155N\xCB\xED@\xC4\xE5\xFC\xB4+\x011\xFB\x9B\\\xE8D\xDF\xF5N\x95k!\x02\xBF\xEE\x9B6\x01\x19+\xCB\x04^\xF69\xCE\xE75\xC2\xD9*\xF6\xC8\xE3E\x90\xEB\xDF\xF9\xA1\xE6\x04\x18\xFF\xA9\x1A\xE2\xFD\xF2<\x0B_\xA4\xF2\x1E\t-\xF8\xD8\x127\t\xDE\xA7B\r\xE0"\x00\xB2\x13 \xCB6\xFE\xD7\xE9\x10`\xE1\x1F\xF7\xD5H\x9E<\xD7\xB5\n\x16\x87\xF9D\r\xED@\x04\x13,\xC0\x01^\x11\x1EO3\xC5^\xD7\xEB\x06R\xC2\x1D\xE9\x00\xD6\xFA\xDF\xAFz\xBA"\x9EN\xE9\x1B\xC7\xEDP\xBC\b7\xD8d\xA6\x05\x13\xF5*\xA7\x1A=\x06\xC6\xB6m\x0B\xF3\x12\x1D\xEE\xDFZ \x05\xE2\\\x1A\xA1\xD3h\xF1\x1B\t(\xC7\xD9\xF2\xB0\xE1\xF6\rC\xCD4\xDB\x13\xCB1F\xC3\x10:\xE8\xFF\x18\xF4\x04\xBDk\xF7&\x15\xCF\xF4,\xC4\xFB\xEF=\xCB\xE2\xB9M\xF9\xCF\xF1.\x15\xE9%\xC0\xE4.\xFF?\x94\xD5)\xCA\xB2\xFE2\xE8\xB5\xFC\xDA\xAC7\xE8\xFFF\x07\x15.\x9C\x1F(\xAF\xF9l\x04\xB3\xED\x18&\x04\xD0\xDCH0\xCD\x10:\xD4\x02\xE4\xABW\xEA\x0F\x19\xE3&\x06]8\x0B\xDD$\xAF\xFE@\xDC\x03\xFA\xABa\xC8\x0F\xF8\xECI\x12\xF4\xDD\b%\x0F;K\xCC\xF5V\xBB"\xCE>\xFB\xC0\xF0\x01\xE7\f\x9F+ \xE3\\\x83\xF3Q\f\xAA\xEE\xE2\xFB \x8E\x0B/?\x1D\xFF\x9AM\xCF\xB6"\xEF\x16\xC5\x02\xE7S\x0B\x8D\xCA2F\xD3"\x06\xB83\x1B\x01\xBE9\x1F\xCER\xC1\xED\xE0 \x04\x16\x98\f\xEB\xDBo\x12\xD5X\x17G\xF1\xD4\xF7\r\xFD\xDA\xBE+\x1E\xC5?\'\xB2\xDBH\xF1\xC3\xF9\xDD\xD4$\x046\r\xAF\xD5\xFC\x9BE3\xD7\x1A\xEEY\x11\xF2\x19\xEB\xDDN\xD0\xE5\xA8\fu\xE5\x99\xF7\x02\x19\xA3\r0\xD7\xF0:\'\xAA\x03\xE35\xB4\xC8\xDF8\xBCM\xC8?2\b\xEB\xFA\x12\x01a\b\x19\xE9]\x12\xB4\tt\xBF\xF1\xDF\xF9J\xE6/\x1F\xF4\x0F\xBF\xF8(\xE3\xB8\t\x9F:\xFC\x14\xF3W,\xD7\xEF\x16A*\xD54Y\xFA\xE5\xC2^\xF9\x19\xCAK\xF5\x07$\xED\xFF\x1C\x07\x15\xE0\x93\x1B\xCFh\xE4\x9F\xD7\xF2\xBF2\xFF\xCB(;\xED\x16C-\xA7S\x02\x10a\xCE\xEB\xB2s\x05\xD0 \x00\xDAh,\xB0%\xC2\b\xFA!\xC6\xFD\x06\xB0\xEA\xF3\xC9\xB5E,\x07\xDE\x00\xBC-\x1C\x8BC\x0F/\xA9g\xE9)\x02\xF5\x0F\xB5G.\x17\xCE<\xF7\x92\xD9\x03\xE3\xA4\xF7\xCC\xE6\x11\x1E\xF1\xB8\xDE\b\x15-\xE0;\xA4N4\xC5\xF7\xCE\x0E\xE9B\x9C\xE17\xB6L\xDE\x12f\x0B%\xFF\x14\xD1\xA0A\xE7\x10\xEF\xCF\xDC\xFA\xC1\xD8\xF4\xCD\xFB\xB7S\xEF8\xDC#\x05\xEBQ\x0B\xE5\x14"P\x0E4 \x01\b\xB8\xD8!\xC8?\xA6\xF6#\xC4\xFD\x13\xF4\xE6\x16\x1F\xE0M\x01\xD5\x1Aa\x04\xF4\'\xD1\x1D\xBF;\xD9\xE8\x1E\xF1\r!\xB1b6\nO\xE9^\x04=%\x12C\xD4 \xAA\xFE\xC7\xF6\xBA\x1E\xAC+I\xB8\xF4\xD1\xC1\xDBV(G\xF45\xFC\x19R\xD7\x01H\xED\xD4\f\xAD@\xFC\x07\xB9\xEF1\x11\xCB\xE8\x0E\xA21\xFA\xE2\x91\x05M\xAEx\xDB)\xF6\xD6\xFE\x96\'\x14\xB2\x1F\xE6\x9D\xDD\t\xC2\xE5\x16\fAX\xE2\x02\xDA\xFB\xC9\x07\xE9f\x19\xFB\x9A\xEC\xC63\x89\xE2\xEE\x057\xE5\x98\x1D`*\xBE\xECS\x8B8#\xF6\xAC\xFE>\xDA\\\xED\x01T\xF5\x10,\xC6\xFB\x03\xBEP\x17\xE3\xC4\xF1\x000\xC9\fX\xF0+\x03n1\xEC\xD5\x98\x130w\xEE\x1C>\xFE\xAB*;\xE3\r\xFE\x15\be)\xCF\xBB\x0F0\xCB\x06\xDE\x01$\xD8\x0F\xCC\x7F\xDE\xC2,\x1F\xBA\x17\n\xC4"8\xCE\xEE\xE1\x1A5\xEA\xCB\x07G\x1E<\xD3\xE0\xF7\x18\xFE\xB4;\xF5\xA2\xCD\xF9(\b:\xC3\xD2\x10\xA02\xDE\t\xF0\x12\xD3b\xB0\xDE\xD6\x12\xAE\xF9\x1AZ\xF1\xB6\xF7E5\xC7\xF3\x1B\xE6\x03\x17\tO\xF1\xF9\xCFG\xA9\xD8\x15\xB3E\n\x92?\x11\xA81\xF8\xB7\rr\xA5I5\xD6\xC7\x1A\xE1\x10F\xBB\x1C\xE7\xF2\xFE$\xF7\xE5\xC0\x16H\xCA\xB5\xF7&\x1DC\xF1K\xC5\xEA@\xFF\xDB&\x18\xE8\xA1\n].\xFA\xA5B\xD2\xE7\x96\x05:\xE5*\xEA\x04\xF8 U\xD5\xF4\x00\xDF#\xEC\xDA\x03\x1B\xEE\xBF\x07\xE8%L\xFF\xD8"\x03a\xDB\xA6O\xB6.\x04]\xD4!\x01Q2\x04\xEF\xCE\x1E\xFD3"\xD3\b\xA8\x0El\xD2\xFC\x14\xB3\xDC\xC04\xEE\x10$a\xDD\x1C\x0F\xFDm0\xDE\xBD\xFD\xE8(g\xD0\x15S\x9D-\xE4\xFD(\x12d\x89\x0B\xED2\xAD\xF3\xC6\x0E>\x18\n\xDAC\xEF\xF9\x91\xEA\xDC\xC3\xE6\xA1\n\xB7\xDC\f\x9B\xE3N\xED<\xBD\xE2!M\xEB\x06\x1EJ\xFF\xB5\xC8\xFB0\xC0\xB1\xF2\xC9\x9F\r9\x15\xC8\xB0\f\xBC\xFC8\xC7\x10\xCEE\xAE\xDD\xF3\xFA\xCF\xBD\\\xE6\x14*\xFB\xE2\xCE\xEB\x1D\xAB\x115)\x0E\x1BA\x14Y-D\x05q\xF5\x14,\xCA\xFA1\x03\xF29\xCF(\xF6\xD6\xE2\x18;\xF4\f\xD5W"\x18J\xD1\xF0[\x053\x1EI\xE5\x06\xF1_\xF87\x03\xC6 ?-\x19\x06;\xD2Q\xB83\x02j\xC2\xFD\xCC\xE1\xBCq\xFC\xAD\xF2\xD8\xFB\xEE\xCF\'\xC2\x00\xB4\x1D\xDA\x13\x8F\xC5\r\xABT\x13\x9Ai(\x06\xA9H\xEC\x03\xE1\xF6\b\xE6#\xA7\xF9\xE2\xEF\xD6)\xAA\x1C\xBA#\xD7\x16Y\xE4\x0F\xA7\xF0\xDD\xF8\x95\n\xEF!\x86\xF4:%T\x07\xF5\xD5\t\xC9";\xBB/\xA8\x19\xE97_\xF2\x07W\'G\xDF\xFD\xE7\xC3\x02\xF2\xCF\xE9\xDC\x15,\x80A6\xB2\x00.\xDB@\x19\x99\x02\xF6@\xDF\x0B\xE8\x8E\xEE\t\xB9\xD5S\x02&\xC8\x1D\x00\xD7K\x15\xDC\x0B\xE6\x18\xA2G7\xE4,\x03\x0F\xEA\x0F\xFCP\xDF\xD3\r\xA5\xE4\xCE\xEB\xF7\x18.\n?\x1B5\xBAQ\x1F\xC2\xFF\xCD\x10\xD9\xC4f\x12\xBC\xCEQ\x0F\xC9w\x14\xD14\x00J(\xF6<\xFE\xE7\xC1G\x11f-\xE7\xC0\x05/\xB0\xD3\xF0\x01\x1E\xB5\xED_\x9C\xDDJ\xD6\xBB\x07 \xF8C$\xFF>\xB0\x1F\xD4\xBA\\\xDB\xEC\x0F\xFC\t=\xF8{&\xE7\x1A\xFA\xEC\x1F\xF5\b\xFC7"\xB6\xEC\xFBT\xC3\x1B\xB2\xCE/\x14\x1F4\xB1\xEC\xDF\x94=\xF6\xCA_\xFBC+\xC8\xDC\r\xFB\x15\xD0\xF8\x1DY\xF2<\x8D\xC6\xEC\x16\xBD0\tx\x01\xF4\xA1#\xCA\xAC-\xD5\x93\xE2\xEE\xB9\x0BS2\x9DC\xE4+\xAB\xE8\xDD\x05+\xA0\x0E\xF3\xDB\x06\\\xDF\x9D\xF1\x07\xFA\xCF\f\xFD\x18\'\x0F\xEB\x1F\xBB\x13\xF73R&\xC3@0\xB6$\xE5\x112\x02[\xD2\xFA\xDC\x12\xC7\xE5:\x07\xFBI\xE3X\xF3\x13\x1C\x05C\xAA\xF3\xD3\x04\xC8\x0E\xD6a\xF1\xC1E\x1A\xCD\xE41D\xFD\xEA\x0E\xC5y\xD7%BU\xF2\xB4\xD4F\xA4\xDF\x04Z\x97\xE8\xD4\xAD\x07\xE3\xEF\x0B\xAD\xFE\xCD\x1A\xE1\xB2,H\xF3\x9A\xEDM)\xD1\x14\xEF\x1E\x02\xB6)\xCF5\xDA\x00$\xE1\x16V\xB7$\x01\x173\x0B\xF5^ \xB9\x13\xA6"\xF7J\x17\xE3\xA6\x1B\xBF1\b\xE3\x013\xF4\xCF\n;\x1B\x00\xF3!X\xFE\xD6\x0Bj\xBCL\xF1\x0F\x06\xE6\x187 \r\xB0\xE04\xBF\f9\xDCc\xFB\xC4\x12K\xBD.\xFD9\xEA\xF7J\x94\xD2\xFD\xAD\xD7\x02\xEF\xCA9\xD5.\xBA\x00;\xF5\x03\xE9\xDA!k\xC5\x19N$\xED\xC2\xE1\x11G\xCC\xA0\x19<\xDA\xED.\xF9\xD9!\xA5g\xCB\x02\xD8\xC1\xFD\x1Ae\x8E\xF8\xC7\xEA\n\xA2\xE6\x1F\xF7\xEC\xCE\t\xA7\xDA\x1D\xC5\xE2\x11O\xEA>*\ni\xE1\x19\x05\xEE\xD0)\x0F\xC97\x13\x9C\xEE\xFB\x10\xAD\xD8\xFEt.\xB56\xEB\x0E\xBD\'E\x1E\x9E\tA\xC5\xFE\'\xB7\xF7>Y\xF2\x05\xE8\xD9G\'\x18N\xF1=\f[\x97\x1Cp\xF2\x10>\x07/\xEF&\xBB\xDE\x17\x99\xF6\xFE\xB1@\r\x8C\xDEL\xB1]\xF8\xCFB/\xBA\xE7@\x16\xA3\xF8\xDA\x04b\xFA\xDF\xF2\xC3\x01\xE6\xD1\x154\xEA\xDE\f-\xE3\xA2%\xCC.\x11\xFF\xD1\xAF\x03-\xD4\xB4\xDF\x043\xE4\xC0*\xFC\xB3e\xCB\x1A\b\xF9\xC4L\xE8$T\xC7\xE7d!\xF0\xFE\n\xE2$\x05\xDC\x0B\xF5)\xCB\b\xF0(\xC5\x1E\xD2B\x07\x14\xF3)c\xB4\xF6W\x1B\xD0I\x14\xEC\tO\xB8>\xF1!\xE0\xC0\x14\xFD%\xC8F\xFA\x14\xD1H\xE8\xD7\xF5\x02\xA4[7\x0F\xD01\xD9\x11\xF30\xFC\x16\xC2\xD6,\x1A\xA9U\xC7\x1D_\x01\xE2Q\x1A\r\xE4\x93/\x15\xAFU\xAC9\xE0\x05\x10\x92\xF0\x04\xAE\xFB\xC3\x1E\xDD\xF9\xA7\fk5\xF7V\xE3:\x18\xF3\xD9\xAE%\x03\x9D\x1F\x0FC\xE6\xD5\xF0\x00\x1E\xA9\x07\xBC\x1C\xD3\xAE\x07F\xEB>\xBC\xF3\xFD\xEA2\x8B\xD26\xBE\xB0;I\xF4\x01\xE8O\xD8\f\xCA\xFB$\xD6B\xC4 3\xD7s:\x00\x17\xE5\xC6\xEB\x07\x99\xCD\xED\x06\xA5\x0E.Q\xEE\x0BX2\xDE\xC0-!\xB3\xE0F\xFA\xEB<\xFFM\xE2\xF75\x9F\x03\x11\xD3J\x16\xB6\xF1\x10\xF9!\xEC\xFD\xD6\x11\xBA#\xCC\xFE\xEA\x1AN\xBC\xE8,\xFER\xE3\x0B\xF3\x9A\xD2+J\x1D\xD6)\x10D\x1D\xBDi\xE9\xC3\xFE\x1B\xB9\xCA\xEC\xFE\x17\xF8\x06R\x14\xC1*m\xDE\x9B(\r \xCD\xDDn\'\xE48\t\xDA%F\x06\xDDZ\xCD\x07j\xDE7\xFC6"\x9E\xF1>\t\xDD\x11\xF6\xBA\'\xE9\x12\x05\xBD\xF5\xFDA\xB7\xDD\xFB0\xD6\x00"\xDF?\xD3\xF7\x139\xACn\xCF\x90\xEA6\xF4\xCB\n\x17\xF0\xC6]\xB9\x18\xF4\f\xC5\xFA\x96\x02\xCCi\xE6\xC4\x14\x9E2\'\xAB\x1A\xEE\x0B\xBFo\xD5\x02\x17\xAEd\xCF\xA1\x19E\xCAU1\xDFb\xA3\x15\x03\xF2\\\xAB\x0B\xF56\x88\bb\xE5$\xD9\t\xF0?(\r\xD8\x02\xA5$\xD4:\x04\xE6\xFDI\xE9"\xB3W\xEF+\x1B\xF7\xAA.\x00\x1C\xF2\xE5\xF9\xC6Q\x8F\xF7\x0F\xE30\xC6\xF9#\xEC8\x04\xDB\xFC\xB0\x1F\xEE\r\xCD9\xE7%\xC6\x18\xE5K\xCC\x15\xF0+\x86\x01P\xC1\x1C\xE2\xFC\xBB[\x1B\xE5E\xF9\xB3\x13,\xD8\xA73\x01\xD1\x13>\xDE\xBB\fB\xED\xD4O\xBD\x0E=\x02\xD8%'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xC52\x06\x95"\xEF/\x0F\xDA[\xFF6\xE7!\x87=\f\xE2\x04\xB0H\xCE\f\xF1\xAD@\xCB\xFD3\xDBG\xF5\r\x907\xD9\x13\xB9+\xDF\fU\xF0#\xDE\x04?\xE9\xC4F\xF5\x1E\xE67\xCE\x05\x1C\xE2J\xC1\xF7@\xE8\f\xE9Q\xF4\x15\xE1f\xBF\xF9\xAB\x1A\xCC\xBA\x07\xD9\xFA\xF1\xC9#6\xF6\x1B\xE8e(\x03\x1D\xE2\x0F\xA6\x18\xC3\xE8-\xFE\x1C\xF0A\xFB\x04\xCB9\xAD\x00\xC5i\x89\xF8$\x12\x06\xD4\xA3\nT\xB9\xF6+\xAD\x11\x02"\xD6\xB4)\x1D\xAE\xD7E\xFF\xD0\b@\xE4(\xF3K+\x10k\x18\x96R\xD7\xC2-\xFF\x9C\xD8\xF60\xBC`\xEF&\x07\xB5P\xE1\xC7Y\xAB\xE5m\x1C\xEC\xD6\x174\n\x1C\xCE7\xB1\xE0o\xFF&\xDD\x14\xEEi\xD9\xEB4\x9D\x19l\xFB\xFA\r(\xC76\xB3\x1D\xECT\x05\x14\xA2\xED\xD1\xBED\xE9\xFE\x13\xEF\x0F\xE0<\xC7\x12I\xE9\xD4\x02\xF79\xD0\x11!\x01\xD3\x0B%\xF5\x9BF\xF9\xBB\xE7\xF4\xD9T\xFE\xF00\x1A\xEC\xC53\xFB\x91:\f\xC5X\xF0\x07\xE3\xC5\xBFb\x03\xE6\xF1\x10+\x90\xD5\xC4\xFB\xDE;\x000\xE0\x06)\xB8]\xA9K\x05\x19\xB2\xFC\n\x97A\x1D\xDDt\xEC\xA2\xF41\x18\xC2\xDA\x11-\b\'N\x13\x95\xE5\f\xBFJ\xD0\x0F\xAFD\x07 \xD1\xFF(\xF8\xCE\x10.F:\xDD\x9F!O\xFA\xDE\x018\r%a\x1C\xAF\x0B\xF7\xCD\x1D\xDD\xFC\xD2!\xE5\xEF%\xDDU,\x14\xC9\xAD\xFB+\x06I\xB8=\xEAQ\xFF\xC9\xE0\xAB\x02>\xC7- \x02\x87\xF9*\xF3\xD8\xE7\xBFK\xE4\x16\xB6>\xDB\xA7\xF3\xEB\n\xF7\x17\xD4\xC0d\x19\xF0F\xB7\xE7\xCA\xF2#W\xA28C\t1\xF6\xBAn4\xCE\xF4\xBF\xE3\xEE\x0EE\xC1\xD6\x14\xE0\xFB\x07\xA75\xF0`\x1E\xD2\xEE\xFB[\x15\xD6<\xE4S\x14\x02c\x19\xF4\xAA\x05R\xE9$\x03\x16#\xCB1B\xAD\t/\xCC\xA9\xF7\xDB\b\x15?\xD8\xEA\x0F\xC5\xF1\xE7\x15\xCA\x0E\x00\xA3\b\x1E\xFEN7\x02\x1A\xE6#[\xEF\xCD*\x1F\xD5\f\xF7\xBD8\x0F\xDF\xB7\xF4\xEB$\x0B\xB5\xC95\x94+\x0B\xDD6\x1D\xFD\xC1_\xD1\xFDY\xBA\xEF\x01\xE4\x13\xE9"\xFF3T\x99\x03\xBC/\x19\x01\xB3d\x83(E\xD8;\xEB\x13\xB0\'\xD8\x9E\xF34\xB3\x00\x8E\x0Fj\xE4\xB5C\x19\xE6\x05%\xA5F\b\xC4a\xDC\xFD\x1F\xEC\xD4\xF9B\xCA\xF0\xD4\x9A\r3\xED\x8D\xE3\x10\xD8\'\xF6;W\xBB\x0F\xD0\xED&\xFCv\xE1\xF9N\xD0 \x04\xDF\xFA\x1A\xC3\xE2]\xD1\xF7\x0Bf\xCB\xDF\f\xF7:\x1B\xC5\x03\xED\x13\x9A0\xCAu\xFF\x1C\xD03\xA2\x18\xF1O\t\xE1\x12\xB9!q\x13\xF7\xE2E\xB3\x19\x04J\x1Dr\xC5\x9B\xD7\x05L\x1B\xE3\xC4\x12\xD3\xAB\b)\xDB\xF57\xEC\xB5V\xF3#\x042\xBD\xE9!\x06Q*\xD2K\xDC\xF46U\xFB\xDCM\xF3\xD6\xE7\x12@\xF8\x03.\xBE;\xAB%Z\xFE\xE8\x04.\xC6\'\x00\x1B>\xF4\xCE\xA8\xFC\x0B\x1A\xF2\xE0(\xA4A\xF41I\x1E\xEE<\xBC\x12Q\n\xD4.\r\x93D\xDC\x10<\xAE\xFB\xC2\x15\xEA\xBA\x07\xA8#\xD1\xC0\n \xB2\xFA,\xBD\xEF\xE2\x0F\xD6\xE7\x00\xCF\xF5\xC34\xA0\xDB\xB4O\t\xD8\xF4\xBF\xE94\xDF-\xEBG4\xFD\xCA\xF8\x0B\xB5\x05\xE7\xCA\x0E\x8B\xE4\x1C\xC7\xA5\x00\x17\xCC\xFB\x92\xEE\xFF\x17\xE3B\xF1\xA3\x1F1\xFC\x10\xE7)\x00A\xE3\x17\x04W\x97&N\xB2i(\x14H\x1C\xED\x0EF\x1A\xF2:\xEA\xA5d&\n\x15\xB6\x06\xD2\xBE\x11\xAFj:\x18\xDD]\xFE+\xF6D\x03\xFB\xE92G\xF0\xE5\x7F\x1B)P\xCD/\xD9\x0F\x02t\xE1E\xC9a\x16\x9F\xEF/\xC7;\f\xDD\xCE\x07\x1B\xC6\xF7\x9A\xDD\x05,\xD3\xE3\b\xFD\xCF\x15#\xC4\xD6b\xF7C\x1ET\xE4$\x02\xEA\xD1\xEF#\x8E\xD7\xBF\x19W\xCF(g\xD8 \xBD\x067\xD5\xF5\xC0\x94\tY%\xC7\xF8\xD5\x1C\xEF\xB4\xDB\xF7S\xD3\xAA\xEA\xF5!8\xF1\xFE>\xEB\x0BV\xB8\xFB\xACh%\xBDX\xE0\r7\x00\xA2\xCA\xEE\xFF\x97\xF5\x16\xDA\t-\xC1\x11M3\t\xEB\xDE\xA8\x0B\xB8\xF7\x10\xDE&\xAF\x13\xE8\x03 \xF9\xED\xB5\xE7;\x99\x0B\x030:\r\x06\x1F\x12k\x00\xC2\x16\xE5\xAA\xD8"2\xCD\xE6B\x17\xC8\xF71\x80\x04\xF0\xFB\xE6\x19:\x10\xD9,=\xC7Z\xA0G\xFA\xE1\x01\xF3\xB1%8\x15\xF1?\x03\x9BZ\xFE\xC7B\x0B_\xE05\xD2\x1AM\x13-\xC1\xFA \xE4\xCC\xBC\xFC\xE0B\xD8\xA0\x0E^E\x04\xBC\x12\xFF\x1F\xF36\x0F\xEC\xD9\x1DH\xB3\xD4K*\xB0\xE2\\\xB9\f\xFC(\xF2\xB78\x1E\xCC\x0Fq\xC6\xFD\xD5!\xE3\xCC\x18:\xF4\xED.\xDB\xB6\x15H\xA9\xFE\x05\xDE\xF3X\xD7\xA8^\xECJ*\xF1\xB4$2\xF9\xD1\'\xE2\xF4|\xA4\xD6\t\xDF\x93\x01>\x12\xE5,S\x07\xD2\xFA!\x04\xEF\xCF\xE7\x1D\xDE\x14\x05\xEA\xA3=\xE5\xF8\x06S\xBDJ/\xE9\xD5\bR\xA1"\xFF\xC8\xF2\r)\xBB\xCD"\xEAA\x17\x00\x11\x8D6\xCF\x19\bR\xED\xB8\n\x1A\xC87\xEE)M\xC0Y#\xCE\xF3\xC4\xFF\x16\xBE\xF1\r\xC51\x18B\xAA\x01Q\xC3\xD4_$\xDA\x18-\x99\x12\xED\x00\r\xB3\x1E\xBE\x11\xD0\xF6>\xEA1\xD7c\xF88\x0F\xB2\x07\xC9\xF4&\xDB\n\x02\xF6\xE7\xC6\xDC\x01/\x8B\xFBG\r\xB3\x03\xEA\x18\xFA\xB5c\x0B\xA5\xEB&g7\xE9\x9C\xF6q\xD7-\r\xF6*\xFC\t\xF0\xBAC\xD0\xDE*\xA7\xF9n\xDE)\xFC\xE6\x18j\x06\x99\x1E\xE4\xEE\xA1N\xFB\xE23\xBA>\xE8\xC2b\xA9C\x1F\x12\x10l\xF05\xE9\xCB\x1B&L\xBC\x11\xF8\xEA\t\x1A\xDC&\xC8@\x1B\xBA(\xED\xCC\x18\x8F\xE2\x13\xAD\xC0\x18@\xF9\xF0\x1B\xA4)\xF3 \xE4\x95\x04\xE9\xB1\'/\r\x1C\'\xBF\t\xCB\x0F\xEB\x86#\xCE\xBD\xEE/\xE18\xBE\b\xDB\x9F\x1D\n\xBD\xF81\xD1\xEF6\xC8\xDD?*\xC2\x02\xECt\xF6\x980_\x07"<\xFA\xEB/\xFE\xD5\x0B)\xB8R\xE0\x01X\xB6\b:\x13\xCCK\xFE\xC5\xE0P\xF9\xDA\x149q\x1D\xDD7\x07\xE6\x19h\x0B\xC8\x14\xEDL\xCC.\xE3I\xACd\xFF\xE3\xA6\xFC\x05h\xB4\xF2P\xA33\x13\xE1\xFF\xD4\x12\xB0\xF3\xDC\x0Ew\xC89\xF6b\xA7\xE90\t\xD2\xEB4\xFA\xD5r\xF7\x17\xDA=\x04\xAF\xC8[\xE6\x94\xF8\xB6(S\xFCI\xDA\xA4\xF6\xFEY\xAF\xFA\x16\x02\xF5\xD3#\x07\x15E\r,\xE7\x16\x1F\xCE\x10\xFA\xD5\x1F\xC0\nJ\xE6\xC5P\x02\xD3\xB8"\b\xEE\xDD\x11\xCA\xFCD#\xC6\x10\xA9\x1E\xBD\xE12\xA3\xF2\x19\xED5\x06\xF2-\xD1\x03\xEF\xC4\xAC\xF3\x10<\x1E\xD3\xDE,"\xE8\xC15\x10\xED\xDB\xC5\xF3\xB9O\xD4\x9D\xFE9\xE4\x07W\xAF*:\xEF\xFB\x1A3\xA5\x15D\xE3\x9D\x1A=\x02\x1E\xD8\x8E\x16\xF6\xE5G\x01\xEF(\r\x05 \xD2H"\xBB\x0ED\x1A\xE2\f\x151\xCB%\xEA\xB8F\x03\f\x9BB^\xB2\xFDS\x8C=\'\xDF\x1D\xF7\n.\xDB\xBAA\xEA\xF4\x03\xCD\xA1$\xDE\x06\xED*\xF5\xFFW\xD0\xBE\'P\xF26\xBBf+\xDC\tQ\xC9\xB2C\xE5\xFE\xA0\xE1\xFB\xD7\xABV\xFD>\xD8e\x01\xE0\b4\xC4\x18\xF1\xCF\xDA\b\x1E\xCB+\xE6\x1A\x01\xCC]\xEB\xB1I\xF0\x14#\xC6\x1A\xDCf\x13?\xB9^\xCA\x1D\xD9\r.\xEA\xF8\xAB\xE6\f\xDF\x06\xFD\xCB\x14\x9C8\xE9\xF8`\xCE1\x0Bm\x16(\xEC\xC1"\x9E\xE9\xBB\x1C\xF8\x98Q\xFC\xE4z2\xF9\x13\xE1\xF27\f\xFA\xAC\x12\x055"\xC9\x03m\x93\xFC\r0\xE8\x00\xD5\x0B\xF7\xE5K\xBD\xAFA\x06\x17a\xFF\xC3J\x1D\xB0=\xF2\xD3\x19$\xD8\x00\x16\xC3\xE9\xF5\xCA\x018\b\xCF\xF7.\nA\xD2*\xEE\x0F\xAC$\xB9\xEB<\xA5\x03\xB8\xD3r\xF0B\xD9\xC0\xE3\x0F\xF9\xD4+\xE2M\xAB\xBD\x1C\xF0)\x975\x04\x13\xF2\xC9\xDE3\xD5\x13+\xD1\xEE&\xE7\\\xFA\x06\xBB\x110\x92\x1BL\xB4/\xDE^\x12\xE5M\x18\xF0\xAFX\x14\xD9\xCAA\x06\xFE\x1A\xC5["G\x14\xC3\xE4/\x8B\xFD\x18V\xA8\xED>\t\xCF7\xF9U\xC8G\x10\xFC\xD0c%\xFD\x1F\x98\xF4\xB7;\xF9\x9F\x0F\x04\xC2,\xAAT\xF0\xE0=\x01\xD6\x0F\x1F\x98\xF2\xB7%\x04\xDA\xC6\xFD\xE4\x04 \xF60\xDF\xD2J\n\xD7\xFD\xEC\xDE)\x1D\tN\xF3%9\xDC\x1F\xC0\x18\xF3\x04%\xE3\x07\xB2\xEB"\xDF\xA49\xE7S\x0EH\xEA\bx\x19\xD5L\xDD\x1D\xE4@\xC6\n\xF6\xA8\xEE:\x06\xF9\xD4@\xFE\xA6g2\x0E9\xBC\xA4c\x17\xF0\x92+\xE6\xF51\x9E\x06\xF7\xB0\x00\xD2\xEA\xB7\xCE\x06\xFFP\xB1\xEA\xD8\x9D\x16;\xDB1\xC3\x18\xEF\t\xD3\xC1\x03\xDC \xC8\xE1\x010\xB39\xF4\r\xFF\'\xD2\x1Ca%\xE0U\xC4\x191\xE1\xC0\x1E\xF5\xCF$L\xFF\xE7\xC1\x0ES\x1F\xB2\x11\xC0\x19S?\xC84\x14i\f-\xE7\x12\xF6\'A\x0F_\xFE\xD0\xF5y\x01O\xF8/\xAE\x1B\xFA8\xA4(\xF3\xBD\xE7\xFC\x14\xCB\x8Cm\xEB\xAEM\xF6\xCC\xB8\xFF\xE9J\n\xEE\x11F\xE8\x8A\xDC\xEF\x0B\xD4<\x03\xF7\xCB\x01m8\xD1\f\xDA\xED"\xE1\xA6\xFBH\xC6\x99d\xDF\xCA1\xC0\xEC \t\xA0\x0E\xB9\xDAD\x11j\xEC\xCF\x14V\n?\x1F_\xED\x06\xD9\x185\xDE\x03\x17\n2\x12"\xAB\xCD(\xD6\xFC\x06\x14+\xF9\x1B2\xAA&\xDAD\xEE\xDE#\xE9\xB7\x02]\xF6\xBFA\xD9\xF2\x1E6\xD5\xFD\b\x1B\xF9\xB4I,\xE5\x1C\xCE)\x04\xE3\xF4\xB9.\xFD\xD8\xAE\x11\xD0\x96*F#\xBB\xFA\x11\xC3\xE4I\x9D\xF2\xDCp\x03\xF6\x95V\xBA;l\xB1\xC7\xE1^\xEB\xB9\x16\n\xA0\xFD\xF4,\x1D\x98\x10\x06&\x16\x03\xB6\n\xEF#\xA7\xE5Q\x14\xDD\xC8\xF2@\xFC\xEB\x91\xC8$=\x06\xE6E\xF0\x02\xDF\xF7\xC4\x00\xE5X\xF2,E\xC1\x01\xD2;\xFB\xBC\x16C3\x1B\xE3\xCC\xEB\x02H\x13\b\xFC\x1E.\xC3M\x12=\xCA\xE3G\xD39\xE8\xC9\\\xE2K\x14\xBB>\xF4\xD2\x059\x00\xAEV\x145\x1EL\x0B\xDD\x90\x1B\xBF"3P\x16;\x0E\xAD\xD3\b\xA1\xE8)e\x1A\xE8,\r\xE1\xEB\xC6\n\xF2!\x0F\xD7$\xF5\x9A\xCF@\xF2\xE5\xD5\x05\xABU\x17\xFB\xF1\xAF\xFF1\xA1\xF8*\xCC\x01p\f)\x88\xEE$\f\xD4\xDF\xC0\xF0\xFF\xD3W\x12\xF9g\xC9\t\xEA\xB7\xD8\xF03\x1A>\xCC \xF7\xDA\x07\xB2\xC9T!\xA7\x00\xDA/\xFA\xA15\xBE\xE7R\xDD\x0E\xB0h3&\xEC\xDB\xBA\b*y\xDD\x1A\xEE\x0F\xD7\xEA2\xE0\xC5\x1D\xDA`\xBE0\xF9\x05g\xAC\x17\xF6\xB6\xED,\xD6\xE4\xA2)\xFDp \xF9\xE1\x01\x10\xF5\xA9\x0F$A\xF1\x05\xD37\x11a\xB1M\x07B\xFD\x1B(7\x02\xFA\x15\xCC\xF7\x00\r5\xE6\xCD\x1F\xBC\nT;\xAE\x1E\xFB\x95\xF1H\xFD\x11\xE9\x1A\x9F<\x0F\xE6.G\xCB8\xFE\x0E?\xF5\x19\xCE\x0B\x9B\xC7L\xBC[\xDCM\xEC\xCF\xFE\x85\x19\xF8G\xEF\xC1\x17\xD1\xE0\xF0\xCB\n\xAB\xED\xC0"\xE1\x8F\x1C\xC1_"\xA0E\x11\xF5\xD3\xFD\xC3%\x07R\x176\x04\xB3\xCEC\xE0\xF4\xCD\'\xD8\x03\x1F\xE2\b\xAA!\xBB\x02F\xDE/\xE8\x04&\xEE\xA7*\x1B\xBE6Y\xE50\xB7\xDE$\xFC\xE8*\x1E\xB5u\x15\xDAZ\xD2E\x06P\xE9<\xF3\xD7\xF9\x02\xEC.\x8EC\xE6\xF4\xDD\xB7\x10\xD4\xE6-\xF8\bX!\xB6L\xFA\xC3\x9C\x14b\xEB\xDCV\x12\xEE\xAEY\x11?\xD7\x157\xFA\x02\xE1\xF9\x13\xD8\fn\xCB\b\x9C\x03U\xF62\x01\xE5\xF8.\f\xF1\xB9(\x10\xCF\xB2,\x18\xC6Q\xE2!\x05\x15j\xCD>\xEE\xC2f#\xA6\x14\xC4\x00\xE8\x0B\xEE3C\xF4\xD1)\xFA\xC72\xD5$\xC1\xFB\xF1\xB4\t\xE5\xD0f\x94+ \xC4\x01\xED\x1B-C\x13\xC6\xD7\x0E\x94\xC3?\x19\xA3\xFF6\xD7\xFB\x03J\x0B\xDE\xAA9\r\xB8\xD93\xA5\x00*\xF7\t\x1B\xDD?\xF0\xD67\x18w\xAC\x11\xDA\xFF\xBAI\x16\x97\xF3\t\x00\xE3\x1A\xCCd \x00G\xC9\xF2\x07\xB3O\xF5\xA89\xE4\xDA\xF2\xAD:\xEBL%\x04\xCD\xEA\x1E\xDFo\xA6\x16\xE5\xEFg\xFD\x1D\xCC\\\xF8\xEC\x0B\x1B\xE2N\x9D\xFF\xEB\xBD\x04.\x84\xDF\xCF\x05(\xE4\x1C\n6\x03\xE0\x1D=O\xA28)\xF5\x8F\xC2\r\x17F\xD6\xE9=\'\xD3\x0F\xB9\xFAc!\x07\xFB\x1A\xDD\xF2\xB6Q\x0F\xC2\xF0+\xC8 4\xBE\x07\xF2\xE8\x01+\xC4J\xB2\xD7\x125\xD0Z\x0E%R\xF4\xFD\x1F<\xC6\\\xF0\xAF\xCB\xE8s\xB7\xCE\xEC\r\xD9\x04N\xE1/\xED\xE33\r\xFB\x15\xE1\x06\xFEJ\x18\xCD*\xE3\xB8\xD1h\x134\xFA"D\b\xF8@\xDA\x98\x12\xD5F#\x9F\x17\xD2:\xFC"\xBF\xF3)\xB4\xFA\xE3\xC9\x12E\xB6\xEA\xF8\x9EL#\xF6,\x10\xFE\'\xF8\x18\xB1\xEA\x12\xD1B\x1A\xFF\xA6\xBCW\xCB\x8D`\xC30\xEE\xA0\x01\x10E.\xA6\t\xE5\xD8\x9A\xD1\xE8\xB6\r\x00U\xF7/\xB1\xDF6\x0F\xF3\xE4\x07\\\xEA\x03\x18G\xD5\x1D\x93\xEC\x0B\xD6+\x02\x17\xD2\x0E\xDC?\xA5\xD6T\xBF1i\xC6\xFE$\xF7\xB7^\x1F\xF0\x04#6\xF1\x1E\xE7\x0B\xDCQ\xC4\xEC\xF5\xFF\xC8\'\\\x03\x171_\x1C\xCD\xEB&\xC5\nO\xFA\xBAh\'\x8C\xCB?\xDB\xA8\xE6\t;\x01b1\xC2O\t\xE0:\xFD\xC0\x05\xF1\x1F\xE5\x06\xF3\xDE>\t\xA4\xDB\x05\xD9\xC8/\xE7\xDB\xF9\x11\xD6\xAC?\xF6\x165\xD7\x1F\x0E>\xB0\xF1:\xDE\xFD\xAA\xF2\xE1>\x15\xFE\xE6\x1B\xCA\x05\xD9\xED\x1A\r\xF50\x11p\xEF\xBC#\xDC\x15\xE6\xA8\xF1%\xB4\xECa\x19K\xC95\x13\x9A\x1C,\xEF\x17a2\xF8\x10K\x19\xB2S\xBE*\x04s!\xB6\xFC\x97U\xDF\xEA\x1C\xF9\xBB\n\xC6$K\x05\xBB\xA7s\xD8\xF0<\x13\xAC2K\xFD\xB6 \xC7\xFA5\xCF\xF5\xB1\xF9\x00\x1EZ\xCA\x110\x92\xE2\f\xB0\x00D\xD2\xFC\xB5\xCDH\xC1\xE8>\x06\x9E\xD2\x01\x0B;\xE3\xFD\xC6\xD1\xE6\t)\x03\xBDI\xD4\x11O*\xED\x12\xD78\x0E\xF5-!\x9BX\xF8\xE0\x02\xC2\xD3X\xE2\x02\x96\x1A\x0ER\'D\xD15\xDA\xF7G\x00\xD4*\xF9\xEF\xDB$\xE8]\x0E\xE3\x02\xF6\x13\xB9\xE4)\xF5C\xEB\x1B\x9C\xF22\x10C\xF1e\xCC\x160\xFE\x9F\xE4\xCFk\xF8\x91\x1D\xCE\xE0\x02\xC1\x07\xD1+ B\xE7\x16\xF1%C\xD8\x06\xE1\xEA\xC6\x05\x9C\f\x19\xBC\x07\xE6 \xC29k\x10\xBC\x07\xF27\'\x1E\x8A\xD3\x18\xEFo\xC4!\xDD\xCDY\x07%\xD9\xA6\x1B\xE1\xF7\xAC\xED\b9!\x02\xB30\xE7\xFC[\xEDI5\x10\xE8\xB4\xF3\x0B\xA1-\b\xB0\xEB\\/\xA9?\x12\xF2e\xE2\xEE?\xA5\\\xF4\x16\x03\xD0\xA1/N\xC7\xA9\xD9\nU-8\xD6\xFE\x0E\xAD4\xF9\x15\xB8\xE9N\xFE\xC3:\f%\xDA^\xC2\xF4\x16\xDCD\t\xC3\'\x15\xAF\xDB\xFAQ\x18\xC9d\xDC\xFB<\xCC\x14\xF8\xC1\x1F\xFE\xD5-\xB8!\xFD\xCD-\x0E\xDD\xB3I\xEA\x1E\xF9\xDE\x17\xFFA\xEC\xBE\xFC'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB3\xFE$\xCB@\xFB\x19\xE2\xBEQ\x0E\x1F\xDE\xFFH\xC5\xE6*\xD2\x10G\xBA(\xF4\x0F\xCA\x1C\xFB0\xB7\x0E\xF9J\xD9$\x02\xB4C\n\xDC9\x00\xC0\x13\xDBT\xFB(\xAE\x02\xE1\x0BF\xFA\xE6\bC\xF4 \xD7\xAD*\xEC\x184\xE2\\\x10\xDA\xAAf\x05-\xF5\xED\xCB\xB1-\x12\xF3\x0BS\xA6\xEF\xFD\xE0\x067\xE8\xA8L\xDB\xECD\xD0\xE7\x19\xA4\xF3]\xD1\xE7\x16\xF5\xA6"J\xEF2\x05\xCC\xE8\x11Z3\xBC\xCF#\xA0\x19\xC9\xB75\nY\x01?\xB9\x16\xEE\x9E\x07\xF43\xEA\xD1#\x8BA\x06:\xEB\xA0#\xBB\x026\x1E\xC6Y\x9C\xD4j\x02\xC0\b!\x9B\x03(;\xC9\n4\x1C\xFB.\xC7`\xD4\xE4\xF8\x92\xB9\x1D;\xF3\xD7\x1B\xEC+\x10\xDAq\xFF\xE0\x13\xEA\xF9\xD0\xE0\x0E\xD1\x01N\xC4&\x14\xB9\f\xFF\xD9]\x16\xFA\xD3c>\xE2\xF8\xD8\b\xE8\x12"\xFA\x17->\xF3\x13[\xE1\xBD\x11\xFF\xEB\xDE\xC0\x88L\xEE\x0F\x07\x19,j\r\xE0I\xC3\x9C\xF8\x00\xB0P\xF21\xEE&J\x99\xC3#f\xF6>\xBA\x1C\xFA\xE4G\xF1U\x1B\xC4\xE6\xB6&\xDD\x04\x1A\xCC\x14n\xB3@/\xDC\xB7\xEF\xCD\xE3\xAF\xD55\xFB\xF0s\xB1"Q\x13\x05!\xE0\xAD@\xBC\xCE\x01\x16\xED\xFD-\ng@\xE3\x05\xC2\r\xAB\xCF\x03;\x18\x07\xA71\xDF\f,\xD7:\xCD\x96\xDF7\xF7\x102\xF1\f\xC1\xFD\xEC\x97\'\xF1\xCF\xF6\x04F\x0E\x1E\xFE\'\f\xC6\x1BB\xDA,\xF6\xD4@\xF1\xCC\x00)\xFB\xEA\xF38\xD8\xAD"\xD1\x14\xDB\xC8 9\xD5\xFB\x1E^\xF4\xDA\xE5L\xEE\xD6\xF8Z\xEA\xAF\x03 \xFD\b)\xAA\x02\xCEE\xA4X\x1F3K\r\x00\x1A\xA7T\xC4\xE9\x8FaI\xF6\xEA\xA3\x04\xCD\x0B\x95\xFE\xE6\xB77o\xD7\x1DV\xA4&L\b\xBDS\x02\xE8\x18\xF5\x90\x12A\xE7\xBE\t.\xFB\xB5\x12 \x86\xF2\x17k\x10\xBDP\xD4\xECr\x1C\xE0*\xF5\xD6\xB8\xE5\xDB\xC1<\xE3\n)4\xD8\x05\xBB\xDF0S\x14\xE49\x1EY\x0E-\x16\xF6\xC1\x12\xDE\x0B\xC5\xE5\xF7<\xEF\xA66\xB8(\xECW\xDE,\x15\xA2\x1D\xCB7\x00\xC5\xC96\t\xC3\xDB/\xF5\xE5\x17<\xF9\xBF\x07\xE8\x11B\t\xF9+[\xED!\xD3\xFA\xF1\x12\x19\xD0!\x00\xB5&\xFA\xBC\xED\xC6\xDC\xAA\x07\xE9\x9A=\x033\xFD\x1E\x10\xDD&\xFB\ra\xFE\b\xCD\xB4\x04\xF0C\xD6n\x0B\xE2T\x00N\xE3\xFBD\xED\xA3$\xC8\t\xDB\x99U\xFE\xC8\xA8\x17\xCF\x05\xA0\x15\xFE\xB8u\xAA=\xE6\xF9A\f\xD8\xF2f\x07\x17?\'\xFA\xCFH$\xF0\xCC\xB3P\xD3\x97|\xCA\x19\xD6\xC3\xE23\x1C\xF8M\xC6\x00\xEA\xF6\'\x94\xF1\x15\xD6*\xB3\x1B\xD17\x00\xB20K\x14#5\xF0.i!\xF38\xC8\x0EC\xDF\x03%\xC6\\\x8E\xEC\xCA3\xA8\xE0\xD2\x01\xF1_\x1C\xE2\rd\xF8+\xEA\x15\xF3\x040\xE7K\xF2@\xAA\xD8\x0F$\xE12\xAE\x14\xBF@\x1B\xE9\xA5\x0E_\x03\x0B\xF7d\x0F\xEA\xF3\xCE\xE4\xB9\xD8\x02\xDF\xEA\xB0Q\xDA\xE8(\x1B\xCE\xF5\xB3\x10-\x04\x1CC\x0F"K\x9C\x11\xB80\xFE\xAC\xD6\x18\xE0\x07$\xC2A\xB6\b\x9F!\x02\x15Z\xED\x8C\x0B\\\x1F\x06\xDC\xFD\xD0E#\xF4\xC9\xE7?\xBE\xE1\xD7!\x05\xFC?\f\x1BL\xC1\xFD\x0B-\xF6\x06\x99\xEFO\b7\xFC\xE0M\xBF\xE8\xFD\xF5\xC4\xE77\xD9\xEC\xC5\x048\xBFU\xA36\xD9\xFE\xEE\x13*\xF9\xCB\xE5.\xC2=\xD5\xF9\xCCK\xE64\r\xFE\xBC3\xDC\x1E\x98\'\x16G\xA2\xC3*\xAC`\xF5\x93\x13B\xCD\x1C\xBAa1\xC2\x14\xDA\xEA\x1E\xD1\xF3\x15\xDA\xB0+[\x1A\xF9\nN\x16C!\xEF\x0F\x00F\xE4\x1D]\xD1\xDES\f\xB3\xFD\xF4\x05\x18\xB7\xF0,\xA4_\xEE\xD1\x17\x07\xFAY\xF1\xCF\xFE3\xEEU\x11\xDE\xD2\x07\xEC7&\xD8\xE5\x10\xFB\xD4\x00D\xA5_\xBC)\xA1n\x065\f\xD4\x02\xA9%\xCE\xF4\x85\xE6\xFB\xD0\xB4\xF6\xC8\x0B\xAA4\xC0\xEC8\x1E\xDCg&\xE8F\x11\x03\xC7!\xB5<\xE3J\xB0-\x12\x05\xE4\xB7\t\x19\xF8\xE8/!\xCA\xF9\x95\x03N\xAB:\x18\xE1$\xF8\x12\x01\n:\xF8#\xC8\xEF\xE3@\xBEv\xE1+\x11\xDA3k\x1C\x12.M\xF1\xFC\x18\x06\x9AH\x14\xCE\xA86\xDF\xFD\xD8\x17\xF6\t\xF2\x9E\f\xEC\xD8\xC3\xD4!\xB7\xC9\x0F\xE8/#\xE2@+\xF7N\x0E\xBD\xEB(\xD0\x02\xBF6\xF6%\xE0\xFB\xEB\xB0\xDD\xFD\xE4\r)\xDBS4\xD4\xB5\xFC\x15\x9D\x03\xBE\x1C\b\x97\xDE\xFB\xAC.\xD1\xF2\xBC0\xE8\x0E\xA1G\xC8\xD3\x1F\xE7H\x16\xBD\\\n\xF9E9\xAD\xFER\xD3\x12\xB4\xE9\xD60\xF2\x05\xA6\xFB\xDCk\xE7\x14\xB6A\xCA0\x13\x046\xBF\x16\xCE\x07\xF7\xE7\x1A=^\xCB(\xF9\xD9\xEC\xFE,\x15\xC5 \xE4h\x05\xDA\'\xB0b\x02$\xF8\x0B0\xB3\xF9\xCD\xFE2\xE4\x1A\xED\xDA\x07\xC4\x1B\xA0\xFAd\x07\x18\xFF\xCD\x1F\x12G\x10\xAA\xFD\xD4\n\\\xF2 P\xD0\xF3Z\xED@\x1F\xC5\x9B\xEF\x04\xDF\xF4\xE6\x12B"M\xB7\xF4?\t\xEE\x9E9\x1C\n\xF6\xE1\x15\xBB\xF0O\xE1\x11f%\xDC\xAB\xF3*\x92\x13a\xF1\r\xE6%\xC96\xA9\xE1V>\xB8\xDD%\xF1G,\x8A\x03\xD9\xB9\xE6\x9F\t$\xD8\xA9\xFB.M\x11%\xADR6\x0B\xA7\xCA\xE2\x0F\xD2\\\xFF&\xCD\xFA\xC3C\xEC\xD2:+\xDB\x8C\x1B\xC2\x03\xEB<\x0F\xC6W\xD1\x013\xDE,I\x03\xDB\xF0!\xC1\x0B\xE7\xF72\xCE\x05\xC2\x19\xEC:\x0F\xFC\x18E\xF91\xB8\x01m\xDE\n\xD1\xFD\xC3\x1C\xD5\xBB\xF0v\x041\xEA\xDB\xAF\x14Q\xDF\x10\xA8[\xFE\xC6\bY\xFC6\xF2\xD5\xA0\x1DI\x05\x18\xF8\xBD \xB1\xCE\xF5\xBBX\x13B\xFC+\x9D\x1B\x036b\xDB\xF8\xE2"\xC5m)\xDC\xC8\x0E\xE4\x1C\x13\xEA\xBBD2\xED\b\x00+\x15\xFB\'\xA0\x197\xBE\xF5,\xE9\x032\x18!\x96\x11\xE9\xCE\x05F+\n\xF6\xE5\xB5\xD89N\xEA\xFD\x17:\t\x97\xF8\xE9\xD0m\xD7\xEE\xC8\xE7\x95\x131L\xAB\xD2\xF3\x05\xB0\xEFR;\xD0\xF3*\xA7\xF7\xD9e\x91<\xE8H\xDA\xC1\xF6O\x01\n\x1D\xD4F\xB9\xF2\xD8\xE3\xF8B\xB6\'\xE2\x16\xBAW\xCC\xFF/\xEF\r\xE2\x07\xA3D\xD7\xE3\x1B.\xB7\x10\x06%<\x13\r\xFE\x1E\xB9\x02\f\xEA.=\x14\x1F\xFE\x88\x06\xC3?\x1F\x04\x16"\xE1\xF5\xCE\xB0\x1E\xE4\r\xCC\xED\xE1d\x90\xFB#\xCA\fM-\xEF\x1Bk\xA5\xFA\xEE5\xDD#h\x9B\x1E\xC8\'w\x0F\xED$\xC7\x04L\xDF\xAA\xF5R\xB1S\xD6\xF0\xCBZ\xF7C\x9C\xE0\xC0\xD4\xE9&b\xDD\xFCS\xE5\xC8\xB6\nX\x112\x06a9"\xAC>\xC5\x06\x0F;t\xAF\x05\xBF\xD2\x01\x0B\xD9\xC8\x10\x1A\xAC\x07\xC2\x14\xFA=\xD3\xF4\xC1\x005]\xD4\xF29\x1A\xC4\xFF\xEA\xBE(=\xE5$\xDA\x1B\x10\x00[\x0B0\xF7\x16\x96\f\xD2\x12\xF1G\'\xFA\xC2\xEE\xFF\x99\xD5\xFD\x13*\xF1\x1A\xE4\xDA\xED\xFD\x1E9\xDF\xF4=#M\xFF\xE4?\xF7\xEAP\xDC\xAE\x03/\xE0\xB3\xF7\xA1\x15\xFD#\xE6\r\xD9/\xF7\x04\xA2\x12\b\xB1\xC5\xFA&\xF0E\xB5\xC9\xE38\xEE.\xAB\x005\xD4\xA3\x1C\xDCC\x16\xF3\xBD\xDBI\xF9\xCF3\xA6+\x13\xE6\x9C_\x17\xB2\xEA,\x8A^\xD5\'\xCD2\x0B\xF0\x1AW\x13 G\f\xEB\xBC\xCDb\x91I\x1EF\x18\xDEq\xF27K\xE8\xCE\xA5\xDC\x01\x1DM\x04$\xC0t\x1A\xDF\xEB\x05O)\xCB\xE8/V\b\xE7\xB5]\x03\xC0P\xF5\xCA%\t\xC4\xFB\xD0\x06\xF3\xBE\r\x02\x18\xB8\xFEA\xE8\x87\xCF\x05\xE5\xD9*A\x061\xF7\x02\xCA\xE8\xD00\xC1\xFD\xD3+\x14h\x07:\x12\xF3\xD6\xAF\xFA\xDB\t\xF5\xC5>\x14\xB9\xF4\x0B\xAB\x19\x03$\x9F\x10 \xEF\x18\n\xD4C\x02\xEE/G\xE0\x156\x1F\xEEK\xA2\xE3e\xD6\xC0(\xFB:\xC6g\x1C\xAE\xF0\xDE\x16\xB7\xEC\x00\xAE\x0B\x1F\xEB\x90\x03\xE1\xBB!\xEA,\xC1\\\x0F@\xE9O\x9A*\xFC\\\xE3\x017r\xC2\xE0\xD0B\xFF\xD7<\xE1\xFA\xB44\xDB\xAA\x1C\fY\x95\xFD\xC9\xDD9\xFA,\x12\x1F\xF5\rR\xEE\xB6\x00\xF4\x11\xD4O&\fC)V\xF4;P\x0E\x1B\xF4A\xF9\xD2\x9A\xFE\xE5 \xCB\x152\xD2\x1F\x0E\xAE\xCE"\xD8\xFA\xEEK\xF73\xEB\xC7*\x8FZ\x1F\x0FO\xE4\xF8\xBC\xD6\xE9(l\xB2\t\xD2\xF2\xC7\x067\x94\xDA\x191\n\x9C5\xFE\xC3\xE5\xA4,\xD8\x14\xC9\xE3\xB8\xDA3\xCA\xAD\x0B\x18H4\x06\xA7\xF1\x00\xB8\x05\xDA\xE8\xF2F-\x84\x10\x1F\xB0\n\x15\xB9j\r\x04\xE9\xC5\xF2\xFE\xCC%3\x04A\xF6\x0F\x1B\xE7#Z\xB0\xDFI\x00\xE6$\xD2X\xDF\xE9\x1Eo\x07\xFA\xD3\xEE\x9F\x07\xFA%\x01c\xEF)W\xDE\xED\xC8&h\xDD<\'\xF8a8\xC2\x07\x17\xE9\xFF=\xC9)\xDD\xFC\x1C\xF4\xD1G\x17,\x9Fz\x12\xF0\xAC\x18\xCF\xC1\x00>\x9B\xFD\x17\xEB-\xCA\x11\xF2\xBD\xFA)E\xB2\xCF;\xF0\x1B2^\x1AG\xEA\xA5\x15\xD6\xFD\xBE\x03\x13\xF7\xD7\r\x1A\xC3\xE5\xA4\x11\x1A\xFC\xDF\x93c\xD1\xE3X\xF2\x9DO\xE4\xAD2\xDE\xBA\x02\xD5\b?\xDC\xFCV\xE3.\xF0\xDAP1\n\xBC\xF8y\xAD\x05L\x16\xC7\x04\xF6\x18\x10\xBDK\xC0\xFF\xDF\xD1-\xC4\tD\xE5"9\xA9P\xB7\xFC\xEBT\nB\xCD\xB6(P\xF44\x0E\xBB\x19\x06\xD5"?\x07\x12\xFA!;\xEC\x1B\xB7\xC6!\x0B\xA1E\x06\xBA\x10\xE3\xD2A\x1A\xD8(;\xDD\xA2\x0E\xEE\xD70\x8D\x01\xDD\r"\xB1\xF2\x108\xF7\x1A\x98\xCF\n\xE7\x1D@-\x8C\xD3\xF5!\xEF\x03\xD6\x0B\xC7$\x02\xF9-\xEB8\xFF\xC1\xCCW\xEF\xA6`\xE2\xF7L\xE77\xED\xD6$\x17\xF8\xC9 \xF3\x02\x9E\f\xED\xFC\x1E\xE6dA!\xE2[\xEB5\xE4\xF7>h\x02\xB7\xDCX\xEF1n\xF4\xC6\xE0\x04\x165\x00\xDE\x7F/\xE7D\xB2\xED\xDA\xA7H\x10\xB4\xF7\x16\xE9(\xD9\f\xC9\x14.\x97\x10\xFFi\xF5\xB3T\xE98\xABa%\xE5U\xCC\xBA1\xD2\xFF\xAF\xC1\n\xFA\xCB\x1ET\xCC\x9B\x16\xD5\xE7 \x06\xFC\xBB\xD9\xFF)\x11\xF0\xBEH\xAF\x0F\xC5\x9D\x14\xF7\x1D:\x15^\xC6\xE0\xD1t.\x92J\x04\xBC5\xFD\xD3\x06(\xCC\xBF\x13\x03\xD0*\xFC\b\xDA\xC25\xFF\x14I\xF5\t\x1B8\xF3)C\x12\xB3\x01.\b\xEE\'Q\xA8\xC8+\x17\rE\x9F\xD1c\xDB&\xE8\x1D;\xFBV\xE1\x06\xCE\xFD\xE6%\t \xF1\r\xE2\xFB\x1B\xF4"R\xB0\xF0\xDC\x1A2\xE4<\xDD\x8D\x19B\xEE\x11\xF7\xB1\xE0#\x93\xEB\xC7\xDF\x03\xA2\xD5\xF0\x06\xB5\xDB\x1D\xC0\xFA\f<\xEBI\xE2\xAE!\xEA4\xF7\x0B\xFD\xCC\xF3\b\xD3$\xAC\xC0M,\x98\xF8B\xAA\x01\xD6:\xB2\xCFE\xDD\xE8\x0Bb\xF8H\xA3\t \xF1Z\x0E\xB8\xCD+\x1DD\xD5\x04`\x11-M\x15m\xE6%K\x12\xF4H5\xE1\xCE\x14\xF6\x02\xD3[\xF9\x06\xB6\x1AU\xA2,Q\xBA\xEC\x015\r\xF2\xD7\x12\x05\xED3\xBFU\x13&\b\xED\x9D\x18\xC44\x1F\xB9\xED\xFBL\xC3\x01\xE3\xF6i\xE6\xA3\t\xF1\xC1;\xF9\xD9\xB6\xFC\xCD\x19\xBD\xDE_\xE9\xA3\x00p\xB80\x92$\xC1\xF0\x12;\xE4\xC4\x02\xD7\x15\xE2>\x1A\xDCj\xE7\x1F=\xBAe\xCC\xDD\x1C\xF6\xE7\xC5i\xFE?+\x01\xD6\xE3\x05\xCD\x16\xD7\xAE-"\xD5\x067\xFEQ\x18(\xE3\xA9 \xE9\x0B4\xF6\x009\xC7"\xD5\x17\x06\xF2\xD9N\b\x190\xDB\xCB%B\xEE1\xB2\xFA\x0F\x89\'\xC7\xF9\xA6\xFF\xE3\x18)\x0BH\xA0\x052\xD9\x10\xBD\xF5\x13\xA9=\x0E&w6\xEA\x12D\x8B\x16\xC4\xDC\xB4\xEB\xCB\x0E\x01E\xF1&\x9AV\x0F\xAD\b\xF8>\xB1*\xE8\x1D\xFB\xE3A\xA9\xFEy\x98\xF5\rM\xE7\x05^\xCF\xF1\t\x161\xD0R\xF4\xAF\xEA\xFE\xD0"\xF0\xAC\x1D\xE5\xCE^\xEFN\xFE\x99\xE0\xF3\b\xCA\xF9R\xEF%\f?\xFBu/\xD4\xBD^\xC8\xE2\xD8\x1D\xEB+\xE1\x0E\xCCE\x11\xC5c\xD0\xBA\x0E\xE9\x17\x07\xDE\x1E\xCE$\xC1\xF5.C\xB4L\xDE\f$\x03\xC47]\x15\xE0E\xFBR6\x07"\xDC\xC7\xF61\xBF\x1D\xFF<\xBA\xDF\x012\xF4\xD6\x1F\x96\x07\xF6\x19\x11\x02@\b\xC00\x90O\xEF\xFD\xDC\x9E2\x00\xEF(\xF6Q\xD3,\xBC\xFC\xA58\xDD\x18\xFF\xD7\xE9\x02\xC0\xED\x95C\xDA\x0F\xF8\xB9*\xC3\x03\xD4\x91\xF8\xB6\x19,\xE9\x11\xD3X\xA7\xE6\x0E\x1E\xCE\xA9X\xBE\x14\xE7J\xDF6\xA5\xED+\xF3N\xFC\x01\xC0\x1A%W\xF4\x0B\xAF\x166\x04\xC69\xF1E\x14e\t\xEDO\xA0\x0F"9]\x1C\xFC-\xE5\x1F\x87\b5\xE9\x19\x0E\'\xEBI\n\x01\xAFF\x04$\x16\xD8-l\xEB\x18\xE2\x05:\xF0\xB2\xCD"\xFD\xD5\xB5\x17\xCE\xE4c\xD88\xB4\x04\xE5\x1FJ\xD7\xDF\x9D\x1F\xE4\xAD\x01\xE8\xD5\xF7\xB8\'\xCA\xE4\xF9\xAB\xD3\xF3\x13\xC9m\xF0\xD2U\xDA\xF4\xB1x\xDF=\xC4\xD6e\xE18\xEC\xC9\xF1J\xF7\xB5\tD\xF9-\xC6\xFF(\fT\xE4;l\r\xA1!\x0F\xF7\xEA\x15\xC7\xD3;\xBE\xEC`\n\xFA\x11X%\xC5\x1D3\x03\x13\xF0\xFE!M\xEA\xA7\xD3A\xEC\x83\xCA(\xBF4\xEF\x1C\xE3J\xFE\xEF\xDE\x86\b\xC9\xAE\xE8\x16\xF5\x06\xED\xFB>\xF2\xAE\xEB/\f\xDBS\xE9\xB6\xFF\xF6\xE6\xAA/\xE0\x077\xE5\xD7[\xA8\r)R\x03=\x1B\xAB)\xD0\x1D\xDD_\xE6\xBB\x19\xF55\x02\xE0/\x10\xF2Z\xE8\t\xD1\xAF\x04$\xBC?\x1B1M\xF2\x1D.\xD9K\xA5o\xCD\x18*\x07K\x1F\x9B@\xF8\x10\x1D\xCD\'Y\xC3\x1D\xF8\xB4F\xFB\x17\xF6@\xDD\xC9\xEF\xBE\x0F\xE7\xF3\x07Q\xBD\x0E\xAC1\x0B\xCC\x06#\xC3Q\x1A\xD8\xFEF\x15\xA7\x1E_\xED\xDA\xCE\x0F\xB0\xE7\xD2d\xE0\x028\xC4\x1C&\xE6\xB6\x10\xC6\xDD\x16\x00\xD1$\xA72\xEEG\x12\xD4\x01f\x14\xD0\f\xC0\xEB\x1D\xFFG\b\x8Fg\xD7\xC5B\xEB\xF98\x00\xF3G\xE1l\xB3\xEE\t\x957"\xB5\xE1\xFCL\xF98\x17P\xF5\x05\xFC\x15\xBF\x0B\x94\xEF\xFE\r\xDF\x01G\xD6\xFBg\xF4\xBF\xE5a\x03\xDE\xBC\x07\x9A\xF35\xDC#\xEFQ\x80\'\xD3\xB1\x15\xE2#\xF7-\x01\x13\xA1#\xD9\xC8*\x8E\xD5\x15\xFD*\xCF\xF9\xE6\xC6\x07\xD5*\xF5\xC3\f\x9B\xE4,\xC69%A\xF7\x13Q\xD2\xB1:\xF60\xEE#\xA89+\t\xEF\x17:\xFC\xE3>\x0B\xEA\xBD\xA6\x00/\xE1\x04o1\xF98\xD2J\x18\xB33\xE2s\x18\x07\xEC\x1D\xF8=\xE7\x0FWB\x13\xF1p?\x0E\xBD/\xD5\x00"k\xDC\xA4\xEC\xD7\xB5 )\xE9_\x15\xC2\x99U\x04\xE2\x0F\xCBF\xB2\xD7\xC8#q\x1B\xCB*D\xF6\x19\xC7>\x10\xF0\xC5\xE7\r\xBB\xEC\xFC\xDC\n\xF2\xCF\xB8@\x11Z\xC20\xA8\xDB\xBC\x04\xAF0\x00\x9D\x1A\xEC\xE9W\xF8\xBA\xF0\x1C\x0E\xFFX\b\xE1\xCA\xF9\x06\xD9 \x0B\xCF\x19\xB8\xEB\xFE\x1D\xF9S\x0F\xA4\xF5\xD9\xB1\x03\x10`\xE6\t\xD8\xF7\x1A\x93T \x05\xA5Y\xC7\'F\x04\xFA\xE5\xAB\xDE\n\x03\xF1!\x17\xE2\xD4\x1E\xE8\xCB\xDD3\x10\xA9:\x14\b\xCFJ2\xC4\xF2.I\xA43\xF1E\xE6\xFC?/[\xDA\x8D\'\xE7\x06-\xEC\x14L\xFA\xDF\xCF4\xABY\xB9,\x02\xDD\xCB>\xF3\x1B7\xE8\x98\x1ET/\xFE\xD1%H\xCCc4\xF6N)\f\xF8S\x04)\xDB\xCAD\xE2\xB2\xF9\xE5\x9C\x19\x01\x0F\xBE\x1B\xFF\xAE(\xDD\xF6\xC4\x07\x145\xF2\xC0?\xD0\xFF3\xC2\x1E\x8B&\xF1\xFD"\xEA\xD2J\xFC\x14)\xE1\x0E\xD4\xFF\x12\xBF\xD9\xF0\x179\xB6\xE9\xFB\x9A\t\xC7\xED\xA6\xBF;\x13\xAE\xF3\x05\x1F\xED/\x02(\x11e\xD3?\xDD\xEEp\xD4\xC8T\x0E\xA1#\xEF\xD1J\x01\xDF\x19\xB6V\xE2\b\xE9=\f\xBF\x05C\x13\n5\xB3\xEE`\xC1\x04\xB2f\xF6&\xCA\r\x9Ej\xF5\x11\x1C\xD8\x01A\x15\xFEe\xD5\xF2#\xBCi\xFC\x92U\xC2\xD9\x1E\xEB\xFC\xB4%\t\xE4\x12;\x03\xEA\x17j\xB4\xE4\x10\xA9b\n\xF9"\x96\xF3h\xD6\x17S\xDD\xCB\xA1\xE3\xF4#\xD7\x9E\xFAF.\xEE\xDE\xAC\b4\xCB\xF7O\x91 \xF4\xBB1\xD6\xFF;\xF8\x1F\xCA/\xED\xD7D\x11\xCB+\x00\xB2\xED0\xFA\x1B\\\xC2\x05:\x11\xE5 \xCC\t\xA8\x19\xFB\xB92\xD3\x01P\xAC\xF0\rV\xCD\xF5\x1A\x89I\x01'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x14\xD22\x05T\xF5\x14N\xD9\xED(\x1A\x03>\xB7\xD8(\xEFK\x10\xB9\xFAT\xA6\x050\xCB\x01\x1B?\xD6\x079\xC0#\xE7H*\xF9\xDCB\x18\xF6\xB6c\xFF\xE8;\xD3\xEDB\xFD-\xE4\x16\x03\xD1\x1D\xE2\x053\xC3\xEFA\xAFI\xE9\x96\xC5\xE3\xCE\xB33\r\xC4\xAA\xDF\xF3\x10]\x04\xA8\xCE\xE01 \xE8\x15\xF6\xE0G\xA1\xF3\xE6\xAD\xF9\xEE\x0F\xD5\x01\xAD\xC9\x11\xA3\b\xCF\xE2/\r\x1D\xAB\'\x04\x12\xBD\x1F\xCC\xA8U\xED\xB1;Y\x9E"\xFA\xDA\x11\x01#\xF9\x1A\f- \x07\x00A\xFAe/\xCB!\xE5\xF9\x1C<\xFE\b\xC7\xD8@\xB6\x0E%\xC2V\x133 j\x90O\x1B\n\xF2m\x1E\xECS\xC2G\xEF\xD8\xC7V\xF3\xA0K\xDC\xF8\x075#\xFA\x0E\xF4\xCC\x14`\xAA\x03\xC9\xDE`\xEE;\xFCi\xF1\x9E\xE1\xD3\x14\xEC\xFF\x88F\xC1\f\xEB[\x9B\xF2d+\xCF\xED\x19\xFE\xDC\t\xBB\xCC\x00\xDE,\xEB7\xE1\xBF3\xFD(\x05\x86\xFB\x16\b4\xE1\x19\n\xE9q\x10\xC5\xD9G\xBE\xDD\xEB\tE\xE7+4\x0F\xBA\xD4\xAC\xDB\xBD\xE8\x1CQ$\xB9I\n6\x17\xD5&\xB7\xDB\x16$\x00\x0B\xFA9t\xD4\xF6\'\xECC\x17\xF5\xB4\xFC\xD0C\x02\xD8\xB2\xE6\x13"\xDFA\xB9\xF8\xCF\xFF8\xB3)\xF1\x98\xE7\x00\x18\'2\xB7\xD2\x1B\xC1\xF1\x06*D\x03\x12\'6\xC8\x10\xF3\x05\xD9\x95\xF7\xE1\xF2R/\xF89\xE6\xAE\xC1\xE1\x97\x06\xB20L\xA0\xE3\f;\xC6\x13$\x9D\r\x19]\xF4\xD45\xCAm\xE7+\x1E]\xC4\xD5\x02D\x1B0R\xA7\x06n\xF7\xFF7\xF2N\xA2\xE6\x17\xF5V\xD0\b\xF9\xAC:\xE5,\x1D_\xC8\x07\xA5\x01\xC6\x0E\xD2C\x1CP\x11\xE8\x1E\xC7\x10\x03\xD3\x1FU\xDA\x07e\xF7\xED,\xC7<\x94\x0B\xFF\xF2\xAF\r\x9B\xEE\x12#\xF6\xE0\xD0\x0B\xF3\xD6\xC7\xE3\x10\x8F\xDBW\xD7\x1E\xFE\xC9\xE1\x8E\xEEK\xDE\x01p\xCE\xC0\x0F\xE9"A\x13\xE3\x1FL\xED\x03-\xD9\xF36\x00\xDD\xF0b\xFB\xBD\xED\xA7/\xE5\xBBI\xDE\x05\xFAL\xEC\x1C\'\x03G\xDC\xFB\xE5>\xA9\x16d\xB6\xFB:\x1F\xEE?%\x15\x04\xF7\xBFq:!2\r\x1B\xB8(\x17\xEF\xFCL\x01\xB5\xD0\xFBp\xBB\xF5\x9F\x15\xFB\xCA%W\xBC@\x18\xAE%6\xF4\x19\x00 \xD4\x11\xAB%\x16\xBB\xDAZ\xC2\xD3\x151O\t\xBD.\x05\xC8\xEB+\x13\x02O\xB1\xCE\xEA\xBA\x10)\xEC\t\xB4\xFA\xC4\xE7D\xD7\x9D\n2\xAA\xDB7)\xEB\xD9.\x07\xDEc\xB8\xEA\xA7\n\xD2\xF8.\xE8\xCC\bG\xDF\xC8S\xFC>\xF1\xCD\xE5/\x0E\xA5\xE3:\xF6\xB5\xC9\xD7Z\xEF\xFD!H\xE2\x9E\xC0\xDE\n\xFCH,J\xA6\x02\xDD\xD4^\x04/\xF5\xFEW#\xE1\xF6\x1B\r\xF1\x98\x18>\xCD"7\rI\xFE\x15\xE3\x9C\x04K\xD9\x14\x8C\f3\xB2\xE9\t\x1D|\x01\xF7@\x18\xFD\b\xEB"\x02\x1C\x11\x93\xDC4\f\xD1^\xF6\x183\xF1\x1D\xD9\xE3\xCC\x1AE\x12\xF1$\xAA\xCC\x10\xEA\xC3@\xD1a\xBD\x05Q\xFE\f\xAE\xF8\xE5\xD6\x1E\xF1+f \x0F\xC2\xFEm\xE7\xF9\xD3\x16+\xC3\x9B8\xD6\xB3\xEFQ\xCB+j\xA1\xF2*\xE8<\xC4\xF4\xAE\x1D\x06&\xD4U\xC6\x8B\b\xFD8\xF3,\x9D\xE4=\x16\xDF7\x07\xB2\x15\x02\xE7=\xCA&\xE3\xC1\xEF[\x01\xC42\xB3\xDB\xC8\xEC5\xF3(\xB4\x1D:\xF0`\x03\xF5\xE1\x10(\xC6\x05 \xDA\xBC\x0E\xE0A\xD0\xFA\nr\x17\xFF\xE6?\xEC\xA9\x0F\x01\xE8e"\xB5\x0E\xC3U\xD1\x00\xBCj\x1D\xF2Q\xFA+\xA0\x11\xF7\xD7\x1DE\x0F)\x19\x92\bB\xF8\x03N\xA8\xDFA\xCF\x02\xC0$\xA5\xDAA\xFCP\xEA\x0B4\x97\xE8I\xF7\x19\xAFW\xBB\xE1!\xD5J\xB9\xC9\xFD-\xE0="\xF4\xD6P\xE8\xFA\x07\x1F\xED\f\xF9\x97\xD6\xC8"\xDA\xF03\xB3X\xEA\xA4\xD19\xDD\xEBU\xD1\x11\x1B\xBB\f\xFC\x17\xEB\x0FO\xE3\n\x13\xCA"\xAB\x19\xDD^\xFA\x14\x03\xD23\x06\xFE\x14.\xA4\x04\xF06\x13b\xF3\xBE\x16\xB0\xD0\x16\x03(\xDE\xAB1D\xD9)\xE80F\f\xE4x\x1A\t\xFC-\x03\xF5\xB9\xFD\x14\xF3$\xE2<\xE9\xD6"Z\x9E\xDB-\xFB\xBAK4\xEF\xBE\xFF\xCF\xF2\xB8=(\xF0\xC3$\xD9\xEDQ\xC8\xF7)\xDB\x99\x1E\b\xD8M\xFA1\x8E\xF1\xCDm\x18\xF4\xC8\xB4T\x05\xFE\x13\xAA\xBA\x01\xD1\xC3\xE0\x15K!\ta\xC6/\x94\x92\xFEk0\xC6\xF5\x07=\xCA\xF4\x1B\xE9\xD4\x06h-@#\r\xE1\xA6`\xE6E\x9A\x0E:\xE7\tV\x0E\xE5\xCDB\'\x03\xE6\x0BE2\xBD\x119\x01\xE5\x0F\x19\xCF\xC0\xEC<\xF8\x1FH8\x8C\xF1\xC9\xDA\xAB>\xE4\x04N\f\xCD\xF0\x05\xB1\xE4&\x16\xAEs\x01\x97 \x0E\xF7\xE5\xA1\x04\xD6\x1A\xCB\xFB\t\x1C\xF6\xCE\xFF\x1B\xB0\xC0!\x01\xF8\xB6\xEE\xA0\\\xC2\xDC\x0B\xFD\xEB\xD5\x9B_%\xF18\xDF#W\b\xDD\xEB\x0F&f\xE72\x1B\xEF\xD3\xFA\x1E\xDC*\x199\x12S\xFF\xED\xD7\r2\xDF=\xB4\xD9\x15\xC6Y\xF67M\x12\xB1\xDD6\xBCK\xDF,\xD3\xEC2o\x10\x1B\xD47\x13\xF5\x1E\xADH"\b\xFA\xDB\xABL\xF6\x9E\x17\xC9.\xF4\x96\xFD\x07\xBD\r\xFF\x13+\xBEB\xEB\xF7\xA6\xC1\xDF\xD2/\xBDI"\xF1\xC3S\xFD\'D\xEF\x1E\xE7\xBE\x01\xEE-v\x02&\xF1\x11_\xFC>\xA7\xDE\xC6-\xFD\xF2\xE0,\xCFW\xE0\xC5.=\xBC\x02\f0\xFF\xE7\xD7\xB6^\x19\xD5=\xF7T\xCC\x9Dl\b\xB0\x10[\x00I\x1F\xF9\x9A\x06\xE6\xFC\xCD\n\x18\xEC\xCF\x03\xB03\n\x8A\'\xD1\xE3\xC4\x16\xA9\xD6\x07\x91\xF4\x14\x04N\xE9\tC\xAF"\xBF\x06\x19\xF7\x0F\xEE\xE6\x15\x1E\xD2\xC3l\x10%\x055\xC6\xE3 \xAD\xDE$\xEA\xDA\xF48\xC8\xD6\xE7\n\xEFA\x0Eb\x1A\xA8E,\xE4\x9Fe\x0F\xE0\xFCG\xDB\x15\xF4E\f\xF9\xE94C\xE4\xCA\x1E\xD7\xBB%\xF7\xCET\x02e\xE6\x9E\xFFA\xB0\xCBO*\xE2\xEE?\xAC\xFAE\xEA\x00\x0BM\xF0\x17D4\x02\x1C\xE3%\x161\xB5\xCA(\xD9\xC54\xDD\xF6\xB8\x068\xF8\xBF.\x1A\xC9g\x05;\x88\x1EY\xCB"\xFE\xBE)\n6\xF0\x18\x99\xE4\x15\xBC\x11\xF07\xD2\x1Ep\x07\xF4\x90\xFD\b\x19\xDC\xF2\xC0\x14\xA4)\xD0\xBA\x05\xFB\xC3\xA9\rT\xFA\x98\x05{\xFD\x17\xF5\xE9\x01\x13$]\xD8\x1F\x14M\xD4\xF2\x95\xEB!\xBB\xFE\xDA\xF0\xB6\r\x18i\xECK\xAE\xFE\\;\f,\xED\xD7J$\xBD\xDD\x14\xFB\xD78]\xB7/\xD0S \xDF[\xF98\x11\xE5.\xD4I\xEE\xB9\xCE?\xEB \xE0\xA3<\xB3M\xCF\xED\xFF\xC8\xF1\xAB\xE8\x01\'\r\xF9\xE1\xCE,\t9P\xE0\xF5\x95\xDA\xFA\xCF\x10\xDD\xC2\xD4\xFB@\xFB\xAF\n\x011\xEB\xA8 \r\xC9\xEA#\x02\x9B\t1\xCB\xED\xDBz\x85\xF3\x1F\x12\xDD\xFF)\xF3\xD9\xBF\x0FU\x05-\x1E\x0B\x8F>\x0E*\xDE\t=\xB5R5\x12]\xE8\x19\xA4\x02\xD11\x06\x13=\xE6/\x05#\xF3\x1C\xA6\x19-\xE3\xF5S\xC6)\xE4G\x16\xDE\xF7=\x12\xE6\xFD\xB5\x1A#\n\xFFN\xCA\x068g\x17\fL5\xF9\xCE\xF0\xD7\xC0\xF9\xE6Q\xB65\xFAt\xCC\x1C\xD9\xC3\x03\xAEG\xF4\xC1\'\xEEB\xC7%\xBB\x1F\xA3s\xEA\xB4S\xDF\xC1i\xCE\x90\x0E;\x04\xBC\xF2\x00\xAAX\xC2\xD4O\xF4D\x03\xC5\x95<\xE2(\xB2\xF7\xA0\xE4\xC7\xAA\x01\x19\'\xE4\x14h1\xDB\x19\x02\xD2\x16\x9D\xF4\xE6\xFF\xEF&\xD5\f\xFC\xE2\x11\x1D\xAF\xFDX\xF0\x02\xF6\xCAC\t\x00\x11\x03\xEA\x12F\xD6\xED\x19g\xCF4\'\x0B\xEE\x1C*\xA6\x0E4\xE9\xD7\x16\xF0\xBF\x1B\xEA\xD5!\x07+\xEA\xB8A\x87\b\xFF\xAE\xF3&\xBF\xEBF#\x0F/E\xA2\x15>\xC90o\xD7L\xE7\r\xDE\xD3I\x0F\x18\xDA*\xBE7;\xF7(\x1E\xFD\xB1\xDD\xF9\x9C\x11\xD8\xFC\xB6\xE2\x02\xCE\xDDe\xF8,X\xFB\rR.@\xFCW\xD0\xDD`\xF4\xC7"7\xCD\x11Z\xE0\xF8\x05\xC7\xDD\xBA\bf\xF7\xE9!\x97\x07\xB8\xF8.\xA0\x1B3\xB3\xE3:\x84\xF8\xD0\xE8\xD7\xA9\xE0\xBD\x06V$0\bH\xE89o\x14B\xF1\x1F\xB9\x12\xCF\xAD\x05\xDC\xCC\x02\x10\xBC\xEF;\x13\n\xFDL\xDE\xE8@\x07\xA00\x1D\xAF`<\xFC\xD0\x1C\xDF\xBE\x00\xF08\x15\xCB\x03\xF2b\x06\xEC\xC4\xFE\x1D\xEE\\#\x1A]\x0B8\xF3\xC8\x13\xE4\xF0\xC0\x1F\xCA\xF5\x8F0\xC4\bK\x00\xED%C5\x9A\xF3\xE0\xAC\x1B\xF7\x94/\xD5\x10\x1B\xB6\xFB\xEE\xD7I\f\xF1\xE6\x14)\xEC\xAFL-\x0EY\xE5\xDD#@\xBE\xCF&\x16T-\fA\x05\xAC\x00\xEF\xCC,\xE7C\xA7\xD1\\\xFF\xAD\x05%\r\xDA\xFC\xE6(\x9E\xE0\x1C\xBD\xE8\x18q%I\x06\xE5$\xC2\xED\xA9\xF3+t\xC3\x17\xFE\xCB4\xD5\x8D\xF4\x0B7\x03\xD8\xCD\x1A\xAD\xFDN\xE9\x0F\xF9\xDC\x93\xF6\xD5\xB7\xDE\xC8\x15\xB6D\x10\x9A\x03\x1C\xFC\r+\x1A\xE1O\xD3\xEAZ\x1A\xB0:\xF4_\x0F\xF8\xD3\x0B\xFD\xC5\xD72\xCCh\x00\'\xC5\n\xA4\x1E9\x00D\b\xE8k\xF45\xFC\'\xE1\xD4\xF8P\xDB4\xB8\xD8?\xF7\x155\xBC\x03C\xD0\x0B\xD8\xC7\x03R0\xB2;\xEB\x15\xFA\x0E\xB5\xDB\x15#\xE15\x99E\xF6\xAA\b\xDE\x19\xF9\xB7@\xFE\x1Fe\xF2\x07\xDA\xED.\xD3x\xE4\xB1*\xCB!\x10\xA1(\xE5\xFCf\x17#\xC1\xEDr\xF4\x07\x92\xC6\xEE\xFE\xA5+\xF0\xF9\x174#\xA9\xEF\x1B\xE2\x07\\\xA2\xF0G\x1E\xE8\xF8\xC9\xB8\xFE\xEC\xDB\x12_\xEF9\xE9\x11\xD1\xDC*\xEA\xC11\xB7\x12U\xFF\xF4\xBB\x14\xF1\r\xC0J\xFF\x1B\xD1Q\xC7\xEA3\xB2\t\x12\xCB$\xE8M\x11"g\xE4\x1D\xC4\xDFy\xB8\xFEF\xDC\xCB\xF6"\xBE,\xDF\x047\x9F\b@\x0Fb\x1A/\xCD\x00$\xC5\xA2.w\x06\xA8\r\xD4B\xE6!\x8CE\x1A\x05\xD8S6\xFA\xE0\xEC>\xBC\x0B\r\xA3\x01\xF5?\xE2\xA5\x18\x010\xDE\xB1\xD6\nF\x10\x99\x06\xEC\xE4\x13*\x8AO\x0F\xD5\xFD\x1A\xC4\xD2O\xED*\xD7\xF5\xC2\x06\xB4>\xD6\x0EH\xFE\xED\x1A\xF3Q\xFB\x17\x04\xCD\xF9\xDF\xC60#\xE6\x9C\x18\xD6\xAD\x05\xF8\xDC T\xDE\xD1*J\xFB9\xBD\xD1\xF9\x06:\xF2\xCD\xFBP/ \xD0\n\xF96\x01\xE7@\xB0W\xF5&\xFE\xB2\x18\xE5\xA3"N\xE7\xFA\x1D\xF4\xB9\xE2\xC85\xB5$\xE1\x96[+\x0F\xEB:\xAB\xFC\xCE\x02i1\'Z\x15:\xF19\xBE\x1B\x04\xEC\xD8\rc\xF0(Q\x18\xB93&\xD8\xF5\xAE?X\xBA\x1C\xC5\xF2\x16\t4\xE4\x13\x0BZ\xCEG\x011\xEF\f\x91\xDFU\x03&\x0BM\xCF\x029\xC6\xF3\xD9\xB9f\b\xF3\x11D\xEF\x0B\xBF\xF2\xCA\xE7\x92\xD5\xFD\x0Bj\x98\xC6!\xB0\xE4\x1D\x9D\xC7\xE9\xFF\xA8\x04\xE4\x13\xC8\x02\xF0\xD8\xE3b\xA6\'\xCB\xEC\x8B\xD8\xBE\xF16\xFA\x12\xDC\xCFo\x17+6\xD3\x15\x9C\xF8\xDB\x13\xEC\n\x1D4\x01\x16\xD2N\xC2*\xB2 \xE2\x12\x01\x1E-\xAB(\xE6\xF8\x111R\xF5\b?\x02\x11\xE0_\x1C\xEE\xBFd\x1B1\xA0\x0E$\x06\xFB\xDCK\x02h!.\xE0\x06\xC5\xAF\x1FC\xBC\xFF\xCA\xAF\xECB\xE5\x1F.k\xBBF\xFA\xAD\xE5$\x9F\xE0\x1B\xEA\xD9;\xF9\xA5R\xD7\xF6I\x14\xB7>\xF0\xDF\xFF\x17\xCC\xDA.\xF7<\xD3\x0EG6\n\xDC\xFC\xE9J8\xCE\x120\xBA\xF6\x18\xFC@\x96\x1Cd\xEB\n\xF7\xE2\x07\xF2\x10\xFBa\xC4\x00\xF3\xA5\xE7\'\xCFV\xF0B\xFB/\x05X\xFE\xD0H\x073\xC4\x0E\x05\xDD\xC9\x1C\xD3\xA6)E\xB7\xEDW\xAC\xC1$\xF4\x91\xCF\xF7\xB5(\x16\xC1\xF6\xB3\xEE=\xE2\x0E\xC7\xD3\xE8\x0F\xF6(\xD85\x9F#\f\xD3J\x1B3\xF8\xE9\xAE\x1A\xEF\x04\xA9J\f\xB4\xF8;(\x0B\xE9\xD5\xB2\xED3\x83\x10B!\xE5\xD5\xFC\x1D\xBAZ?\'\xA8J\xEA\xF6\x8E\x1D\xF0?\r\xAA\x14\xFD\x1F\xB3\xF2\xB7\xF1\xA3\xE8\x06\xB9\xE2&\xEAZ\xAA\x19\xE7a\xB3\b\xF0\x9A+\t\xD4;\x0Fa\xD1\xEB\xDF!P\xEE\xE1F\x1D-K\x19\b\xF7\xE9\xCB\xFF\xF3\xA6G:\xC9\x17\xE5\xF1\x10\x1F\xBC`\n\xD2\xC14\xE9\xCCp\xE3\xC3C\x11\x1C\xD6R\xFB!c\xD4\f\xF9\xCE\x00\xDA\xC3\xF6\xFF\xDB<\xCC\x15j\x00\xE2\xC5\x1F,\xFF\x12\xC4\xD4\x07\xA7\x00\xBA\x11\xFB\xD0\xC2W\xDC\x05Q0\x13\x07\xEA\x0E\xF6\x9C1\xCD\xFC:\xDA*\x00Y\xFA\x18\x04&\xF4\t2\xD1\xFF/\x13>\xC7\xEF\x1A\xA1D,\x13J%0\x12!Y\xE5\xF4\xC0#\xA1G\xE7\xF7\x8D\\2\xFB\x18c\xC97\xF0\x93\xE4<\x1F*\xB6\x19\xC3\xE0\xD1\xB1-\xD8\x01n\xDF\x07\xEE\xAB\x12\xE3"\xA1\xDD\xB9M\xD7\x9E\xFB\xEA\xE6\xC2\n\xDB\xAD\x039\xF4\xDD\xB5\x07\xEF\x80\xD0\xEB\xBF\xA9\x03\x0E\xDE6\xFA\x07\x17\xBA?\xDB\xF1\xB1*\xE7\xF6\xDC\n\x7F\x02\x12\xF1\xA4\r\xF9\xEC&\\\xFDM"\xC0C\xB4&\x1AM\xC8\xF4F\t0\xEE:\x12\x1D[)K\x94j\xF7\xE4)\x0F\xC0]\x1E\xE4\xFBu\n6\xF9\x19D*\xB6M\xEF\xD91\xCD\x02\x1C\x0BG\xD0\x11@$\x1A\xD6+\xB8\xFDF\xD7g8\x98\f\xF0\x18\xE2\b\x13\xF8\xD4\xE7\x031\xB3\xEB\xD1\x1C\xF9\xCA\xB1\x02\xDF\xBD\x04\xF0 \x165\xCDL\xEB\xFF\xC9<\xD5\x1B\xB8\xE1R\xD7\xED\xFD\xD1\x16\n\xAAy\x0F\xEC%\xC1\xE2\x04\x8E\xFD\xC2\xB0\xEAN\xC9\xDF2\xE8\xCC\x1E\x04\xDC\xC77\xA4\xEB\xCB<[\x98\r\xFAl\x14\xBF\x00b\f\xE9F\xF3\x18\xCA*\xB3\xD5\xFC\b\x9B\x15$2\xA7\x10D\x00,\x06\xC8%\x93a\xE8\xC7 \xF5\xDFR\xA5\xF95[ \xEFT1\x05\xF6!\x17\n\x01\xBD\xF4\x15A\xB8\xF9X\x1E\xFF\xF2)\xBE \xD9=\xE0&6\x8D\xDB!,\xD2\t\xE0\x10H\xE9\xBBX\xE1\xF8\xD8\n\xE9\xF5\xC4\xF0\xA3\x14@\xF6\r1\x02>+\xB6\xFE8\xD5\x14\xEA\xB8\xD8\x0B\xE1\xCE\x0FB\x9C\xEFV\xAC(K\xE3\xFE)\x10\xD50\xAF\n\xE1\x16\xEE\xCC\xFE\xA7\x0E\xE5\xF2?\xC3\xFC\xA4M\\\xF5\x01:\x19&\xF2A\xB1f\x04\'T\xDC!\xE9\xB3\xE3\x1D\xBD\xF1\xD4\x11\xE5\x1A\xC5\tL\x00)\x18\xF5=\xA7\xFE\xE5\xD9\xC4<\xFA\x0F\xD8\xA5q\xCE\xE7\x04H\xDB\xC55L\x05-E\xF5\x06\xD3\x19U\x12\x044\xE4\xBE/\x9F\xDC\f\xC7\x03\xD0\x1D\xBE\xE2\x16\xCE8\xFBk\t\xCBU\xDB\xFC\xA2\\\x06F\x99.\xF2\xCD\xACn\xC6,\x1E\x14h&\x07\x1B\xD0\xEA6!\t\xF0\x1A\x92\xF5\x12k\xF9\xA2\xE7\xB6\x17\xC5_)\xAE\xF8\xCF\xED\xB8\x15 \t\xD2\xEFr\xA9,\x106\xFCF\x8B\x01\xB8\x0E\xD3-\x037\x18H#\xF3\xCC\xEC\xFB\xDE \xE6\x0F\x04\xFB\xEB\xD4\xBC\xF15\xB2\xE1a\xF3\x05\xC6\xB5/C\xC0&\xE4\x1F\x01\xD3\x10X\xDD\x1F\xEC:\xBF\t\xE1C%\xF7\xE3\xFDE\x1C\xF8\xE2O\xEA\xDA\xF1\f-\xE8\x1BL\xF2\x9D\xF9\xEC\xAD\xE1\x0B\xBB3\'\x12_\xBA:F\xDD\x9AP\x06C\xF9\xCB\x00\x12-\x89H\x17\xF7\xD6\xFF^\x0B\xCD\xEF\xB9;%\xFB\xF2\x9A\x02\xD7\xFC1\x1E\x9CY\xD4=\xAF\x14\xC03\x00\xB9\x17\x96a\xC5\xD6\xF7$\xDF\xC2B(\x10\xC5\xFF;\x16\xD9\xAE\x02\xD2\x1B\xF5\xC3%4\x11\xE2\xAB\rZ\xE8#\xC0\xDB\xFD\xE5<\x0F\xDE\xEB\xB1,C\x19\xDA\t\xCA3\rJ\x15\xE8i\x0E\xF2\xC4\x07\xF3\xCC_\xEB#\xD5\t)\xFA\x1F\x039Y\xA8\b\x15\xE6\xD8\x1FQ\xD2\xEAd\xF8\xE4N\f\xA2\xFE\t\xE9\xCF\xF3 /\xDA\x1A\x95\xF6P\x0B\x1D\xCDX\xA3"7\xFA\x06\x91\xF6d\xEA\xACR\xE3\xBC\'\xA7\xCA\xDA\xFE\x165+\x04\xDE\x0E\x86G\xF3\xCA>\xE3\xB4\x12\xEE\xCD2\xFCc\xB5\x06\xF4.\x8F\x07\x1E\xC59\xEE+\xD8c\x17\xB4V\xFF\xC1\xEE?\x05\xD03\xED\xB2*\x04\xF1\xC3\x17\xD2O\xE2\x13\xC1.\x00\x1C\xD2\xF7>\x06\xEF$I\xB0\xE3'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x1E\x90?\x05\xF2\x11.\xCC\xF3:\x0F\xC4A\xF6\x0B\xCE\x17\xEF@\xBD\f\xD2.\xF4\x1A\x95\xE3H\xFB\x19\xAD\'\xE8\xC8-\x01\xD8H\t\xB3\xF64\xD6\x15\xF3=\xFD/\xAF\xE7\x0F:\xC0\x07\xDA%O\xFB\xD34\b\xEA>\x1C\xD9\xF9\'\xBDK\xDA\xA3a\x1E\xE5\x02$\xDE\x91,U\xE2\xA7&\x03\xE8W\xAD\x00C\x07\xCC\x10\xBF\xDB\x06S\xF9@\x14\x9E!\xF1\xCA\x19\xE1P\x01\xA5l\xBD\xDE\x1A\x06Y\xD7\xFA\xEE]\x15\xAA\xE4\x0F\xB9#\x8A\xDC\xF9\xBB\x12\xCAZ\xE4\x18\xEB\xFF\t\xBB\xD5\xA9h\x18\xEA\x04\xBB\xFC6\xD7I\xF9"\xDF\xC5\xEB(5\xF3$;\xF0\xCE\x0F\xB6\xDF^\xE69\x0Fg%\xC0\f\xE7\x1F\xD2\x0F\xEDB\xCB *\x9D3\x00\xF5\xC69\xEC\x17G\xCBa\x10;\xEF\x01\xAA\xD18%\xF7\x15O\xEF\xFD3\xD3G\x1F\xF1\x0E\x1A\xC9\x9C\x153\rk\xD7\xB2\xFEO\x96\xE20\x1D\xF4\b\xFE\xBC\xF9\xA8\xEC\xFD\xCF,\xF0F\x04\'\x9A\xF8\xB9\x02\xE2\x19\xD1\xE8E\x1C\x06p\xFE\xF3*\x02\xE6\xB6\n/\x1D\x0EU\xC6\xE0=*\f\xB4\xF5\xC7\x12\xDBt\xB1\x01\xE5_\x05\xEF\xB9\xF8\x16\xE6\x1E\xD3\f\x02p\xA8\xD6M*\x17\xD3/\xDB\x07\x90:\xF9\xB0\xC85\xE4Q\x13\xF1m\xC5\r\xB3(\xDA\x95\xCF\xE0\xB6\x13\xA77\xE8e\xD8\xFB\xF3\xB7\x06\x87\xEA\xCB\xDC ?\b\xA3(\xE9\xC4/\xF5\xD9<\xCE\x1FK\xA1\x04[\xC5\xEB\x18\xFC\xC1"\xEA\xC9>\x03\x1EWB\x10\x1B\xDFY\x14\xFE\xD8\x0B.\xAB?\xF66\x02\xEEU\xFA/\f!V\xEF\xCE"\xC8\x9DF\xE1!0\xFDG\x12\x03\xC0^\xE4\xFF\xF7<\nQ$\x10\xA9\xFD\n\xDC9\xF0\x0F2\xB7<\xDAG\x12\xF1\x84\f\xE2\xB2\xC5\xF4\xE5\xBB\xD4\b\xF1L\xBF#\xCE\xDD\b\x1F\xD7L\x10\xC0\x16<\xE9\xC3\xD9\x06\x1A\xF8\x04\x11*\xEC\xCEq\xD7\x1B\xF8\x94-\xED\x19N\xCC\x14\x98\xD4\xED\xBCE)\xE8\xC3&\xCE\xFA\xDF\'\xF6\x07\xE5-\x00h\xF7L\xEE\x14)\x02j1 \x9F\xE8\x19\xFAV\xEB\xFF\xBB\xE6\xA2#\xE1\xF3\xAB\x00L,\xFA>K\xDD7\xBE\x00\x16\n\xB0\xF0W8\xE0\f\xD6\xB74\xE1\xFC\x1D\x04\x17\xE0\xF5T\x00\x18\xB0D\x1C\x9Cb\xCC\xAE7\xD1\xBB\x1C\xD83\xFC\xD0\xA7\xEC\xFB\xC7*@\xB3\x056\x8F\x1Ab.\xFC\xCB\tf\xD5\x1D\n\x9D\xE3\xBA\xAF\xF1\x1AN\xA8\xF6@\xE3\xC3#\xD0\xFB\xAA\'\x02!\xF1f\xB5L\xC80\xD2\x8D\x11w\xE4\b\xD3\x01\x14\xEF\x1E\x0B\xE0(\x0F\x05\x93"Q\nC\x12\xDA\xF6\r\xE1\xF0\xC8(\r\xD2\xF3\x15A2\xB7(\xF7\xCC\xEDj\x10\x0E\xD1\xE6\b\xCA\xDB\x1F5\x0E\xE8\x06\x15m\xF4J\xC1\b\xDB8\xF8\xE6\x02\f6\xED\xBF-\xF2O\xE9\xBE?\xF9X\xA4\xEBD\xC9\xE78\xE0\xC3\x1D\xB19\x02\xD1tF\x13\xF7\xE0I\xB1\x05\xDB\xEE\x01\xE6F\x155$\xD45%g\xFB/U\x03\x9F\xFEL\xB5?\xC7\xE5\x10\xA0\xEA*\x0E\xA4%c\xB1\x1E\xFA\xDA\xFF\xA46\r*\xD8\x03\xC6\x16\xFD\xF3d\xB6\xF8\x19\xD5\xF3\xE5V$\xBC\x1B\xA6\xD8\x02\xBF9\xE9 \xC5Q\x98\x10\xBF\xFD\xAA\xF4\x04\x00\xC1\x92\xED\x12\xBA\xF2\xD3*\xDC\x1B\xEF.\xD9\xFC\x19C\xCA\xFF\xD7\x1A\xF1\xDEI\xCD>#\x15\xC7\xDF\xB1R#\xE61>\xDA$\x13\tZ\x01/\x07\x98\xED\xFD-\xE83"^\t\xA1+\xFA\x0B\x1B=\xD8[\xDF\xC5K\xDC\xF4 >\xE1(\x19\xEAe\xC0\xF8\x99\x02 5\xD2\\\xF5\x14\xBA;\xC5\x06\x13\xE9\xB5\na\xF7\x1B\xFD\xF1\x8C\xD2\n\xBF\xAA\x03\xD0\xEE\xA3\xBD!H\xCD\x16\xDD\n\xF3\xB5\xFB\xCC\xF0\x14\xD6[\xE2\xCE\xF1\x06 .\r\xEAM\x10\x05\xD6\xB0\n\xC8B\x11\b8\xCE_\x0B\xBC\xAE\x05\xE30S\xEB\xFC-\x9EY\x02\xEF\xD2\xE5D\x067\x11x\xF6\x1A.\xE3I\'<\xE9\xFB\xD9\r4`\xC4<\x11O\xE4\x1D\x00D\xF4\xB9&3\xE7\xB3\xF9\x19\x94\xAD0\xCBF\xFFX\xF6\xA3\xFC\xE3%\x13\xEA\xDE\xF7>\xEF#\x83\xDC\x0BE\xF6\xD4\x191\xC1\'\x8E.\xBC\xCD\x1E\xDC\x01\xECR\xFA\x17\xC4\xDE\x10l\xB2\xF1\xF9\xA4 \xD4\x05\x97\xDA0\xC1\xAC7\x13\xFC\xA4L\x01\xCBd7\x1C\xE3\xFA\x18\xE64\x1F\xD0.\xB6T\xF3\xA8G+\x16\r\xC3\x01\x1C\xCF\xAC"\xE4\f\xDDH\xFB\x0F\xD9\xEDK\xE8\xA7@\xB7\xCC\f\x98\xF52\xFF\x1A\xC9(@\xE5\x01\xEBD%\xF8c\x0F\xE8\x04\xCAq\n\xD5\x15\xEE\xDC\x07\xF1\xC0i\x9C\xF0\xBD\x06\xDE\xEE\x04\xD7\xC4\x1E\xFF\xC9\xE6\xD5_C\xF3\x12n\xBF\xFF;\xAF\xF2\x1Dj\x00\x17\n\xF9)\x0E5!\xD8b\x06\xD1\xA9F\x07\xDB\xBE\x13P\xCB\x16\xBA\b\xEF\xD1)\x1C\xDC\xEC"\xC2B*\xF5\xBC)\b:\x0E\xD4*\x15o:\x19K\r2\x06V\x93\xFD)\xB4\xE17\x05\xEE(S\xCC\b\xE7\xA6\xC93\xB3_\xC6\xE0\xF2\xFE\xE8*=\xF0$\xE4\xF51\x1D\xFC\xAF+\xF4\xDF8\xA6A\xFDV\x8D\xF71\xE1\r\xA0P!\xCF\xFD\xDD"J\xF8\xAD\xC6\xFE\x8B\xF7\xE3\xB1\xEE\xDB\x19:\t\xEC\xFB\xC8\x19\xD8\x98\xF8\x15\xD7&@\xF6\xE2"\xD7\x05\x16X\xA3\xC0\x10\xE1\x16\xBAR\r\x92^\xEE\x0B\xD7u\xFE\x1B\xC7\f\xE3\xBC\x14?\x00\xB6\x1B\xE6\xFC\xD2]\xA7\xEC\xB8\x01\xE4?\f\xE9!\xCF\x14?\xFA#\xBC\xF4\xCE \xA3/N\xE8\x0F2\xC2Y\x03\xBA\x11Q\xEF\x99\xFCF\xD1\x1D\x03J\xAF\xFC\xCB\x01\xEA\xD4\xC5\x03\xE24\x9D"\xE9M\xF6$\xD6+\b\xCE\xF3e\x058\x13\x111\x1BS\xCC\x12\xF1\'\xDA4_\xBF(\xD2x\x0FJ\xDD\x15d\n\xB8\x00F\xE0\x1F\xFC\xEB7\xCF\x07\x1C.9\xB9\xEB\'\xF71\xD5o\x1F?+\x13:%H\x10\xC1\x05\xD2\x12\xB1\x03\xEFR\xA9\xE8I\xD9\xC7\xAE\xED\xE6\xC4\xF4\x07.\x96\xD3N\xB8\xF5\x02\xEC\t\x9F\x01\xEA\xAD2\x02\xE5\xD5\xF5$\xCD\xF1\xB2\r\x9D+\xDC\xFE\xC4\xE5\xF5\b\x13\xDF\xC9\f\xF2\xE7\t\xA3\xF7\xE0\xB4\xF4\xCE\xEB\xF9>,\xDCh3\xC5\xFB\x0E4"\x16-\xF7C\x05\xD6B\xDF\x17_\xFA\x05\x18\xA7\x11\xDEE1\xE2\x1C\xCA\xF8@\xC1,\x13\xA7<\x06v\xE4J\xF4\x17d\xA7\x0FO\xD8\xAC=[\x89\x178\xDB\xC2\x1Be\xFF \xA8\x18\\\xB5\xF1\xFD\x91\x17\xE5\x1D\xDE\xBE\xFE\x99\x0B\xE0\x1CW$\x87\xFE\xEB\xC2 \xE2:\xCBU\x1F\xF9\xC5\xF3R\x07$\x99\xEF\xFDS\xDD\x19-\xD4\x14\xCA#\xB7\xEA>%\xCB\x1A\xFA,\xEE\x00\xBA%\xFBE\xEF\xD0\fQ\xDC\b&\xE4\xC8\x1FB\x0B\xD0;Y\xF6\xD2\xEC`\x01\xB5\xBE\xFA\x105\xB5\nF\xEF.\xFF\xE9\xD5\xB0\f)\xB9\x12\xD7L\r\x1E\xC7\xE9\xF9\xBE\xED\xFF9\x04\xD9\x0B\xF2\x00\xE1\x7F\x04\xC1 \xE3P\xCF\x10\xAF\x033\xE6\xBE<\x00\xD4\x14J\x07\xEA\xF5\xB8\x01\xA4*B\x12\xC32\xD7:\xEE\xCFr)\xDC\xD0\x9F\x0E\xBE&A\x16b\xDC=\xFC\xEB\xE05\xB3\x04_\x0B\x90H\x1D\xAC\xF8U-\xD3\xBB2\x95\xE9\x0ED\xD8\x07/\xEA\\\'\x14\x97\xFA\xEF.\xA0\xF63\xAE\xD6`&\x11\xEF\x05\x1B\xE4%\xF3J\x18\t\xE3\x1B\xF3\x03\x15\xF8h\xDF\x07\xFC\x89\xEF\x03\xCD\xA8k\x18\xD0\xF5@\xD8#3\x0F\xDE\xC2\xE7C\x91\x11\x1EG\xF5\x16\xCF\xAF\xF9\x1A\xA0\xF6\xDF\xC4\xD7M!\xCA\x0Fn\xC1\x02\xE0+\x18\xC9\xE2G\xD9\xB0\xCC\xFB\xA3\b\xDA\x96K\xC3\xAAP"=\xB3\x1C\xF3\xC68\xE3\x1A"\xF2,\xBF\x07\'\xA6\xE4\xFD\xCD\xF3e&\t\x18\xC8\xFB\xEB\x07\xDBT:+\xF0j\xCA>\n\x00\x1A\xF3\x06A\xDE\x1B\xEDP\r\xFA\x9D7\xFD\xC0q\r6T\x15\xE8\x00\'\xF80\xE9\xFE\xC7\xD7\xE71T\xD2\x0EN\xB74\x0B\x00\xE6V\x12\xEF\x18L\xB2\xE9\x02\xD14\xF0\xE0a)\xB1\xC6\xFE\xE5\t\xBE\x01\x14"\xB5R\xE42\xB9\xE9\xAD\xFC\xCF"\xB9@\xF2\b\x1F\xE9-\xF5\x02\xDD\xB8+A\xCC\x12\x07\xDE8\f\xF1\x04\x11\xA7\xFF+\xEA\xF8\xD9\xC6F\x95\xFA\xD41\xC5\t\x1E=\x14\xA1\xFC\xB8=\x02\xD55\x0F%\xA3\x1F\xDD6\xE7\xD6\xEE,\xA5\xD1\x12\\&\n6\xE4\x13\xDA\xCDO\xAF\x14\xD3\x8F\xED\x1CE\xD1\xE5\xAFa\x1F\xBAU\x9A+H\xC1#\xDD\x19\t\xA2Z\x12\xDF!>\xB6\x02p\xDC\xF8\xC0-\xD9Z\f!\xA9\x15\xF8\xF0Z\xD3\xFBM\x10\x86[\xFE\r\xF9;\x03\xF5\xD6E\x80\x01c\xED0\x03\xDD\xF8?&^\xC5\f\xF7\x0E\xF3\xD5\xED\x18\xF6\xD4\x15\xE2\xFA\xED{\xBA\xCF9\xFE\xF0\x17\xCC\xEC\x0E\xE3)\x9B\xF1S\x06\xE4\x1A\xF4\xCD\xE8E\xE1\xC0<\x18\xB4\xEF\xCD\xF6\'\xBDG\xC9\x1F\xE0\xC0\x17\xEE\xC9\xF7\xB2%\xC3\x19[\r\xBC\x07\xE3\xFE\xA5\x05\xF4I\xE1%\xAD1\x06T\xF5\x1A9\xD2\x10$\xAE\xEDK\xC2/\x06f\x9A\x0B\x03\xEA/\b@\x1D\x05\xDE\x17\xEAy\x940O\x05*\x1B\x0BJ\xFC\x9E\xE5\xF0"\xCC4\x17\xEC"\xC1\x05\x9F\xE0G\xAC\xE9\xFE\n 2\x8E\x11\x1D\xC3\x04f\xD6\xBD&\xA5\xC8\xFF\xE9C\xFC\xC95\xFF\x11\xDC&\xFA\x1C,\xCA\xDEn\x14\xC2\xE45\xAC\xD4\x07\xF1\x13\xFB\xE6\x93;\xE0\xD6\xE9\x12\xD1+G\xAC\xFB\xD7Q\xB7\xDC\xDA\x17p\x0B#\x11:\xDB\xF2\x17\xD5\xE7\xFC/\xEC\x0E\xF7\xE7\xFDI\xDB\n`\xB4\x17\xDF\x0B\xD4\x97A\xB2\xEB\xBC\xD6\xF2G\xAB\xFD\xD8\x8D\x00a\xF4)9\xB7$\xD9\r\xCF\xFEj\xBC5\xF4=\x01\xDA\x1Cm\xF2\x11+\b\xF09\xB8\xE7\xF4\xD1\xBD-\xA2D\xC2]\xDD\xB3\xD2E\x9B:\x1D\x11\xED4 \xC1\xF3W*\x1F_\xF7\x04;\x13U\x00\x0F\x1E\xF5$C\xED\x1A\xCD\rT\xFE\xC7?Z\x1F\xF3\x14\xA6"\t\xC7\xB5\x14\x06\xE8\x9B\x00\xC9J!\xF9\xCB\x00\x1B[\x06M\xEC\x0E\x02%\tO\x15*\xC9\x07\xE0\xB3\xCF\xF8\x04,\xD8\xA4\x02\xE6\xF0\x18\xE1\xCF"\xA2\xE37\xB9\xE7-\xC8\t\xB9\xF9\xE5\x9E\xDD\xEF\x06\xAE\xC0\xEB0\x04\xE2R\xEC`\xF60\xC2#;\xE2\xF5\xA8\rK2\x8B\xDE\xFA\xCA\x1F\xE1\xF77\xA4\xF3\x00\xDA\xF0\x18\'w@\x92\xE4\x0E=\xFA\x13\xB6\xC6,\tz\xFC\xEF\xC6O\xD3\x03\\\x11\xDDN0\x1E\x13H2\x18\xF7)\xDBA\xCD\xFA\x1A\x97&\xCF\xE0D\n\xD3\x16\xAF_\xE3\xD6\'\xEFA\x10\xB0\xFFo\xB9\xCE\xE8\x1E>\xB7W\xFB\xC3\x01\xF1\x15T\xCA\xECO\xD07H\xDA\xA9\xBF5\r%\x07\x17\xF8\xA0\xF09\xAB\x04\xD5\xBE\x02\xE8\xD1\x0BM\x00\x0F\xB2H\xD8\x0B8\xFF\x11\xA9\xF0Y\xFD6\xFF\x15\xB2\t\xC2\x18\xE5%2\xD9\x1A\x11T\xC3\f\xE40\xA6\xE9\xD3.\x1E\xDB\xAE$\x06\x1B\xF4\f\x00\x1E\xE8\xF6E\xDC\xB01\xE1!\xD0\xFD&\xEBm\xF6+\xAA\\\xE2\x9A\xC6\x1D\xE8+\xC1\xF2\xE6\xB8N\xF9+\xBC\xEA!\xC50\xEA\xF8i\x03\xD1\xF2>\x9B\x06\xEE)\xD5\xF7\x04\x1C\x10M\b\xB8\xFD\x0B\xF71\xBD\xDF\x9A\xEBY/\x14\xD5\x93\xFE\xEDi\xC0@\x0B\x18\xC4\xE1\x0F;\xCA\x1B\xFC$:\xF0u\xF6\x13\x05X\x17!\xD6\x04\x1C\xDD\x0E\xCC\xF2E\x1C\xDB7\xA5Q\f\xC6\xF9\xE3C\xFD4\x8Cg\xCB\xD97%\xE1d\xC6C\xE7\xFFl(\xF9\xCA\xB4\x05Q\x1B(\xCB\x13\x01\xE9\xAEX\xF5C\x8B\t\xF0\xDB\x11\xBD\x05\xD5.\xA5\xDD?\xCE\xA03\xEC\xC7m\x92:\x03\f\x9E\xCD\xFE!\xBB*\xEA\x15a \xBF\xB1\x16\xDF$\xF2\xB0\xF9\xED\x9D:\xF0\x16\xA5\x0F\xD4=\x12\xE2A\xF1\xC1\xE49\t\xF2K+\xDA\x051\xD1!\xFF\xB5I1\xF5\xE5\x17\n\xFC\xBB#\xFF\xE2\xF7\f@\x14\xE5\xF6K\xD9&]\x12\xE2\xF6\xD7\x00\xAE/\xDC\xF3X\t\xEBI\x02@\x18\r\xD0\x1C\x04\xD8S\x1E\xC4\b\xAC#\xFE\xD0\x0F\xFA^\xB8\xD6\x9C\xF9\x1D\xBB\xEE\x13\xDF^(\xEA\xD0c\xAFD\xCAS7\xEF\x0Fb\xC0(\xB0\xFD\xD2-\xB6P\x03\xB4\xEE\nK\x1AB\b\xD0\x10\x01\xC8*\xD2\x11\xBC\xE6\xC7\\\xFE*\xBA\xE3.\xFB\xF2\xE95\xD8V\x1C-\xA8\xDE\x16#\xE6<\xCC\rL\x96\xFA\xC3\x16\x04\x9E\x1E\x01\'\xEC\xE0\x19\xD3\xAEG\x04\xD9\xF1R\b\x1E\xED\xF8\xE6<\xC30\x90\xC9\xE7\xF79\xA0L\xE66\xA9\xFB\x1D,\x06\xDE\xACC\xF7\x0B\xCCF\xB6c\x17\xF6\x9C\x07\xEBF\x03\xF53\n\xFFo\xE2&\x026\xE7\xD7A\x0E\xFA\xDB\xBF\x11\x88\x05\xFA,\xE6\x16 \xCA2\xA4\xDD\x12\xC8\x1F\x16\xD6\xFB$W\xDD\xBA\x1E\xEE%\x06\x18\xF6y\xD8\x9AN\xF4!\xEA\x136\x86\x05%\xDD\x01\xBF2\xE1\xC9 \xBD\xD1V\xAD\xC3\x15\xF6\xB4\xD3\x1AP\xF4\xB94\xEFQ=\xF5/k\x1E\xC7\xF4\x9B=\x0E\xEA\x02[\xC43\xA2\bs\xF2\x04\r,\x15j\xFB\xD4\xB6\xDE\xC3=\n\xEE2\x10\xD3\xC2n\xDA\xEF\x1B\xE5\x0E\xCDM\x12\xF0v\xFD8\x10\xEC*\xF1\xDA1B\xEB\x0B\xA8)\b\xE2\xC8\x18\xD2\n\xE5\xBA\xD96\x00W\xE1\xF9\xB8B#\xF7\xEC\xFF\xDCD\xB1\xCF\xEB\xAA\xFF\xC5\xE2D\x0FS\xFF\xE8#\xCA\xFD\xB4F\x02&\x94\xFDV-\xA9<\xFA\'\xB2\x0B\xDA\x8F\x1A\xE0\x07L\x9E\x1B\x05\xC6b\xFC\xCD\x1C|\xAB\xFE$\x95\x02D\x13\xEC\xB5\b\xD5,\x16\xCF\xE46W\x13\xBE"\xE2\x1A?R\xF3\n.\x97\x1C\xF2)\xA6\x13]\xDF\x1B\xE7\t\xF2\x17?\xD4\xC4\xED\x04\xD6\xE7\x19B,\xF8G\xC5\xFC!\xCE\xF9\xE4\x12$\xDE\xEE\x01/\x10\xEA8X\xF1\xCE\'\rI\x1C\xC2s\xFE\xF2\x8E\t\xD0(\xF56\xFD\x10\xC2\xDA&\xD1;\xEA\x04\xCD5\xD5\x04\xBD\xF86\xA5,\xCB\xE2\xB6\x0B\xF6\x14[\x1F\xA1\xF5\xD0\xBA\x04\xE6f\xB2\x0F:Z\xAD.\xBCG\x99<\xD7\xB8\xF7\xDC\xC4\x17\xFB\xDE\xA2\xF7\xE7&\xAB\fH\x1C\xD9\xAF\x0B\xE7\x9AN\xF01\xA1\x02\x14\xBB\xF8g\xB3\xE3E\xEE\x1FL\f\xD7`\xFBM0\x00$C\xBB\xE06\x07^\xED\x16$\xD43\xEA\xDD\x00\xF1\xD4\x03\xF5\x15\xE6!\x06P\x1E\x0B2\xB0g;\xC9\x03\xF0\xDB:\xEB\xBF-?\x01g\xC9\xD5\x05\x1E\xF9\xE7Z!\xDC\f\x17\xFC\t.\x8F\xCD\xEA\x01\xBE\x10\xEC\x1A\xD9\x95\xE8\xCC\x0F+\xFE\xC4\xDE<\xA6\t\xF5\x19\xBE\fJ\x1D7\n]\xC3\xFAA\xCF\x9F\xE5)\xEE\xFF\x1F\x11T/\x14\xCB\x05R\xFA\xEE\xDB\x19,\f\xB7\xDFE5\xAE\xEF\xCA=%\xC2T\xDB\xF6\x16(<\xDF"\xAB\xC89\be\xFB\xF0\xB4P\x1D\x0E\xF1\xFF\xCB,A\x97(\xC7\xE7\xA6\xDC\xCD(\xAC\x12\xEC\x01\\\xBF\x07\xD0\xE4\xB9\xD6\x85\xFB \xB2\xE1\x12 \xC0\xF7;\xEC]\x13\xC4\xD3\x0E\xFEN\xA0\xF4\xE8\xAD\x11\xFFs\xB4\xF3\x06C\xF8S\xE1\xF4)\x18D\xD7\xE8\x992I\xB8X\xE2\x03\xD8t\xEE\xFB\x17P\xFF\xF13\xDE\x1A\xF48\xD8\x13M4\xF4\tA\xE6i\xF4(\xD2Y\xA1\x04\xE2\xAB\xFD(\xF3\x07\x1B+\xE2\x033\xD2\x1B;\xC5\xE5\xD5\x1D\x9E\xD0\x14\x02\xB5\x0E\xD2\xA7\x02#\n\xF7\xCE\xDA \x10\xEB\x15\xF6!\x062\xB8%\xE5\fd\xB8I\xC8$\xAA\xF9\x1B\x94\'\x01\x18\xBF3\xFF\xA2B\xD1\x0FI\x17#\xD0M\x92\xE9r\xBE\xD8\x15\tc\xF0#\x05G\x0E0W\xEF+\xE75\x1C\xC0:\xE3\xC7r\x16\x04(\xF9\xA1\xC2F\xCD\xAB\xDF\x10\xD3C\x8E\x1D\xD5\x06\xFD\x0F\xE3\x03?\xE9\xC8\xDE\\\xEC\xCE\xDB\r\x1B\x06\xFB(\xD9\xF2\xBB\t4\xDB\xFB9\xAB\xF7I\xC7\xFC\xB9\xDF\xA2\xF9\xEB\xBD\xFE\x0B\xC5\xD8k\xFB\xEDU\x13\xF2>\xBC\xED\xE4`\x0B4\x1D\xFCU;\xC1\xF3\x04\xF8\xC6.\xE9\x8C*q\xB7\xF0\rQ\xFA\x12\xAC\x1FE\xF0\xC6\xE57\xE8\xC6l\x00\xEB\x1D\xC8\x03\x12 \xEC&\x98/\x10V)\xCB8\x19\xE1\xB0J!\x9B\x07\xDD\'\xFF\xA1\xD9+\xAD7\xD3\x00\xF1\xB5\xE6\t)\xEBh\x157\xDF\x12@\xF2\xCF\x18\xDA/\x1F\xD4\xBA;-\x04\xF8b\xB7;\xB1\x07>\x9C-\x15B\xB3X\xE4\xD1>\r\xDD\xE9\xD4\xF4\x16\b\xD9h%\xF6\x01\x16\xF2\xCA1\xB3\x0B\x1D\xF9R\x0E\x1A\xC7J\xDE,\xD6\x18\x9C\x00\xDA\xAEO\xEE\xBC\x1ES\xFA\x07\xC3E\x96\xFF\n\xF1\xE3\xD4\x9B)\x14\xFC\xF4\x1B\x0E\xE3\xF8\xD3\xDF\xF4)\b\xC1\xF2\x01P\x1D9\xFDC\xB4\xF0\x8A\x10\xCCA\xE49\x0EM\xD3\xE7D\xCD\xE1\xFE\xF3\x91"\x06\x11B\xF7\xC9\x0F \xCF\'\n\x01\xD7\xB2\xE58\x14\xF6\xE0&i\x19\xC5K\t\xEA\xDD#\xDD]\xCE"Q\xAA\x0F\xFEH\x9F\x19f\xB1\xCB\x06\xA5\xC2\xE3 \x02N\xE8-\xD6\xAA\xFD\xBD\x19\xF5\x03/\xC1#\b<\xE7k\xBD\xED\xA9Y4\xF2H\xE7\xFB\xA0e1\r"\xA5\xECZ\x05\xCC\xE9\xA83\xFE\x11U\xCE\xAB0\xFE\xBA\xED\x056\xC4\x1F\xEB\xD61\xFA\xE1\x14-\xEEa\x0E\xD23\xF8\xBE\x19\x07X\xED&\xDFd\x88\x12\xEEZ\xB3\xD7\x16\xF90\xD0\x03\x1E\xE0\xB6\x070\xC4\x19\xE1\xF5\xC6J\x00\xD5,\xB6\x12B\xF9\xDB \xBB\xF28\x03'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xC6\x19\xF6\xDFG\r\xEB`\xD3(\xFFJ\xCC\x10=\xF1\xC48\xE8\x89\t\x1C\xC8H\xEE\x0B0\xDC\x91\x19\xE2@\xAC\xD9K\xF2\x1B\xE4\x13\xD5?\xB4.\xEF\x1F\x05_\xEA\x16-\xD1A\r\xF3!\xD7\xFC9\x12\xC6#\xD6@\x10I\xA24\x06\xAF!\xBF\x03\xA3\x12\xEE\xB3.\xE4\xA4\x01\x1B\r(\xFDe\xE0\xF7)\xAA\xBF\xFA\x1FK\xFF\xF2\r2\x02!\xBE6\xA8U\xF3\xFC\t\xD0\xDFC\xA1\xC8\xDC\xF7\xAB\xFD\xE1\xBB`\xA1\x07*\xB3\xE3`\x04\xF1\xAD\xE6\xEE%\xD1\\\xFC\xDA-\xF6:\xDC \x06\xF8\xD8$`\xB2\xDDF\xD3\xBC5\x04\xD6\x11=\xE8\xD0\b\xC1*\xCC\xF9\xE8\x10\xD1\xFE\x06\xC7&\xE7r\x18\xF8\x12\x007\x0EM\x1F\x06\xF0\x151\xE6\xC8R\xEC\xF7\x92\x0BM\xFC-\x0F\x00\xE7\x16\xF0B\xCC\x1AU\xE8\xC6m\x18B\t\xEA\xFA\xC9\xF5\x16\xED \xA0T\x18\x00p\xB37\xECa\x16\xB8D\x9Ak-\xE0A\x0F\x8B5\xC3\xAEU\xD6\xF2\xB81\xC5X\'\xCD\x01\xF9\x18\rD\x1F\xDD4\xBE\x18\xD0\xD7\xB4<\xC3\x98\x10\xE3\b\xB9\xFC3\x91\xF1\xBA\xCF\x13Q2\x07\xABL\r\xE6\xF1\xC6\xDE"\xF5\x11\xD7\xA4\xE0\'\x07\xDB\x19\xED\xF9\xB5\xD9 \x03\xEC+\xE5\x1C\'\x01\xE0\xE9\x89\xD9G\xAE7\xDB\xBC\xD2\x01\x14\xCB\'\xEDZW-\t\x1Co\x00\'\xABH\x14\f\xD5\x027\xE1)\x9C\x1E\xE3<\xFF\xCE*\xFCC\t\x9B.\x03R\x1C\x00\xF0Q\xF6\xC9#\x0B\\\x17\xF2\xCFK\b\xFC\xCC\x96E\t\x13\xFB\x1C\x0B\xEDg$\xF4/\xABp\xF9\xE2\xA1\x00\xF5\xE1\xCB\xF8\xEA3\xD3\xF4\xED\xCA,\xE6!L\xFC\xC2\x04\xD7\xF0&\xC1\xDCZ\xB03\xD4\xEF\xE3\xC6\xF9>\xD03\xC1\x11<\xA9\xE8\xC0\xFFD\xDF\x13\xBC;i\xED\x18\xD3a\xF3:\xBF\xE2\x11\x9D\x06\xE8@\xF0\x077\x0F \x05\xA1"C\xDC\xBC\x07>\x1D\xDD[\xF8\xA9\x0E\xEBb\xF6\x10\xB5s\t\x14\xF6\x1C\xBD\x12%J\x17\xB9\f\xE8!\xB1\xE2\x03L\xD6*8\x8F\xF8#\xA9\xDB\x0F\xF7\xBE4\x95\xCB(\x00\xD4\x1E\xFCN\xC4\x19\xD7\xB5S\xC5\xDA)M\xEF\x0E\xAD\x18\xFBS\x9E\x01\xBF;\x17\xB6\xDA\x1B4C\xD0\xFA\xEA\x869\x03\xE9g\xFE\xAC2\xDD\xF3\x80\x06h\xFD/\x1B\xF1\b\xCA\xE4\fY1\x05\xE3\x1E&\xFE\xE7\x06O\xB2B\xF1\xCC+\xE0\f%\xFD\x16\xEA@\xB8\x14\xD4\x01c,\xCC\xE2\x11&\t\xD1\xF0-\x06\xCA\xA4\xE5\x17/I"\xE1\xC8\f\xDA\xF7\xCD\x05_)C\x16\xD9\xEC\xCE\x9F\xFA\x14m\x1D\xEE\xD3\xC6\xF2L\xB1\xD7V\x10\xDD\x16\xEA0\n\\\xB6\xF7;\x98\xCF/\xF5\xAB\xE4\xFB\xC6:\xE6\n\xF17\xB2\xE9u\xFD\xE3@Y\xF4$\n\xC3\x01\x94\xD4\xF3Q(\xA08\x1F\xEB\x10\xD4\xFB\xC79\x0EX%\xDE\xB83\xAC\x02+\x16\xFF8\xCB\n>\xF1\xB9"\xF9\xA0\xDA\x14\x02\x1C\xEEc\xE5\x04\x1E\x0B2X\x1E\xF5\x8E\xC1 \xD5F\xF6\xC6\x1E\x8D\x12\xBC\xE0\xFDN\xEF\xDB\x1A\x0FA\xB8\x06\x15\xE4F\xC1\x00\x93\xE5#\xB3\xF6\xBF\x05H\xEA\xFD\xD9N\xBD\xE7\x9B\x1B\xEB\xF9\xA7/\xC7x\x03;\xC2\xE7D\xAA\xD8\x10G\xBB\xDC_\t\xA9\xDF\x12)O\xFA\x05/\x19\xDCM(\x02\xD4\x0F:\xAF)`\xF82\xFF\xED\xD2Y\xF4\xB0\x1B0T\xF2J\t-\xE3\x17<\xC8\x11"\b\xF7C\rj,\xDE\x15\x00\x1D\xD3\xE2\r\'\xF4\xD03\b\xC6\xF36\xFC\xC9\xED\xCF@\x03\xD8\xEB\x16\xA5\xBD\x00\f\xAE\xED\xF92\x1C\xEA\xCF\x07\xBB\xE3\xCB\xAC\x1E,\xC3\xFC\x0B\xE0\xCF\x14\x03\xDC\x1C\xA6\xEF\xD4\xF8\x98b\xF0\xCE6\xDF\xB5\xD4\x04\xC1Z\xE6F\xF7\xADN\x19\xFEh!\xFA*\x15\xA1$\xEE\x17.\xFE\xB7_\xCB=\xDFb\xF2\xD07\xE4e\xC7\x8FV\xF5\x13 :\x0Bi\xE7\x11>\xD8$k\xEE\xB7<\xC2\xFDv5!\x01\f,\xE4\xA7\x13&\xFC\x1F\xF49\x0B\x99\xEF\x116\xCB\xEC\x86\xBC\xE0\xEA\xB1W\xE2\nO\xBFN\xE7\x0E\x1D\xF0\t%\xE7\x10H!\xBA\x16\t\xDE\xFEB\xD8\xA2\xEC\xFB\xDB\x04\x97\xF1\x017\xA5\xF9,\r\xD6\xEA\x10\xCA\xB6B\xDC\xC0\x1BQ\x02\xC4X\xED\xAA\xCF#\xD9*\xBD\x05\xDD0\n\x13\x03E\xCD\xFF\xD7\x1A\xB6\xF9$\x9E\xF57\xAB\xFB\xC33\x9A\xF7\xD9\x05A\xEF/%\xC2\x04M+\xC5B\x19R\xCC\xBA\x15\xE7\x07E\x1E\x95Q\xF7\xE1\x13\\\xEB\xFE:\xF6\xD7\xE84\x18\x07K\xF8@\xFF\x1Aa\xFA#U\xD69\x1B\f.\xF3;\x04\xD6\b\xE0\xC9*\xD5\x14M\x02\x1B\xC7,\xFC\xA5\xCE\x10\xAF\xE8\x1A\xF3\x0E\xB6%\xF5\xE2!1M\xD3\xC4\xDE\xF1\x00%3\x07\xA9\xF4&\xCC\xB1\nE\x8E\x0F\xDC\xB9\xE4\x13\xC8\xB0\xE9\xD4\xA4\xF2\xC5\xE6\xA7\xEF\xC0r\x94\xE9\xD05]\x18F\x04f\xE4\xB6\xDC\xEE[\x13\xE8S\x1F\xF6m7\xE0\xCE^\x01\xD5\xA7\n\xFA\xEB\r\xFF(T\xB1\x18\xCE\xBDK\x1E\xD5\x050\x17\xEF \xD0\xFA,q\x012\xF1N\x0E.>\x16\x00I\xF8\'\xDD\xFB\x13I)\xEF\xAE\xFD\xBB\xEC\f\xF5 @\t\xD3\xB56\xDF\x02\xD6\xBC\n\xFD\x9A1\xEA\x129y\xB2\xDB\x1D\x9E\xF6\x12\xE7=\xDB\xEE\xFE\xE5?\x9CS\xDF\xBDc\x04?\xC3\xEC!\x9F\xDE\x1D\x03\xBF\xE1\b\xB4\x1E\x0E4\xCA\x07\x1F\xBD\xF7\xCC\x10!\xD8<\x93\xCE/\xFC\xA6(\xF4\f\xC4\x19G\xEC$\x15@\xDA\x1E\xF1\xC7*\x05D\xC0]3\xC9\x04h\x0B)\x16\xC5\r\xFA\xE9\x11\xFD(\xE5\x1A\xAE\xF7\xD4\n[\xCE\xF9\xECo*\xDC\xD1]\xEB\xB2T\xE5\xD8\x0F\x031\xE5\xF7(\x1AS\xC0\xE9\x17y\xFFB\x971\xFA\xAAX\xC6\xF6\x06\xBCU\xE1\xFD\xCF\xF4\x17\xED\xD7#\xFA\xBA\x92\xF61\xB0m!\xD8<\xC8\xA5\xF2\xDA\r*F\x16\xB6;#\x8C\x12\xC7B\xF6\x9C\x03\x18=\xFF\xA5DK\xA0p\xC5\x00\xDF\x0F\x058\xE1\xC9\xDA"\xF0\xE5\x12\x05\xD3\xE3,\xAFF\f\x1A\x8B#\xE3:\t\xA9\xE1\x0F7\xD3P\xE0\x02\xD0\xF4\xB6,\tQ\x159Y\xCB\xFE\xE9\xF4\x06\xD9I\xFD\xF0\x05\x1B/\xE0\xF3\xD2$1\xEE\xD6\xF0\x07\x14B\xAB\xF0\xD4\xF8%\x11\xB9\x06O\xCD\';\xF3\r \x00\xE7\xF7\xD40P\x11\xB4\x00+H\xF1\x1D\xE9\b\x1B\xED5\x14J\xEC\x02\xD1\xF8\xB9\x04\x9A\xDF5\xC4)\xE4\x19\xB15\xE5\xBE\rL\xC4\x12\xF9\xB9\t\x1A+\xB8\xD2\xE83d\xB7D\x9DV\xEA\xFB\r\xB2\xDE\xBFK\x9Fk\xCD\x15=\x96\x02\xEB\xC5\xF9f\xCD\x16\xC1_\xFD\xC7C\xA2\x0B\xC2\xFC\x97\xDE\x1F0\xE3\xEE$\x1Bj\xA8\x0FT\xCF\n&\xD6f\xFE\xAD(\xE8d\x1B\xDE\xE3\xFCV \x0B\xFA\x1E\x15\b\xF3,\x19\xD20f\x1E\xFD\x17\xEC4\xDE\xC1\xF0a\x0E\xDDA\x1C\xD6\xE8\x03\xA3\xDC#\xB3+\xDB]\xE4%>\x19u\xC3\x10O\b\xF9\xD5\x01\xEC\xF5\xBC=\xFA\xA1\x1F\xEE?\xD9\x04\x90\xCA9\x0E\xC9:\xF4\x99\xC3\xDD\xCD\xE5\x02\xC4\xDF?\xA3\xF4\xE6\x04\xD7\xB7\xF9\x07*\x1D\xFC\xB9\'\x07\x885\xF5>\x0B/\xF7\x12\xF0\x01\x18\xF6\xCB\r\xB3\xF1\xFF\xA7\xCF?\xBE\x120E \x03\xDD\xEAQ\x11\xCC\xF72\fG\xF3\xFE0\xA9\x02\xE1N)\xFF0\\:\xB0!\xF9\t\x14\xC99E#\x11P\xA6\xD87\xE6\xCFU\xEF\x0F"\xB9X\xE3\xCEO<\xD3\xBA2M\x05\xD4\xE8G"\xDD+\xF2\xB1\xE2\xCA\x9Bb\x14.\xC2\x07\xE0\x17\xBA\x1E\xE2\'\xB2\xEFi\xD6\x18\xEC>\x10\xA7\xEF\xD8\x0EP\xED\xBB[)\x91\x0B\xCF\xE2\xF3\x02\xC8J\x13\xF6\x00\x96\xE0\xC9\xFC\x17\xEC\x05\x97\n\xE8 \xA8\xDE\xFA)5\n\xF6\x17\xE9\x04W\x19\xFC\f\xD7\xF1\xAF\xFF7J\x8A\x00\xD1\xECX\x14\x1C\xBD\x0B%\xCC\x06\xBC\xF7#\x17\xFE\xCA1\xE2\xD9\xFC\xF2\xEAY\xAF2\x1A\xEB\n\xB0!3\x18o+\xD9\xAD6\x1D\xBF\'l\xFF\x11\xEE_\x9F\x15\xC8\xB8c\x904\xD9$@\xE79\'\x1B\xD2\xE8"\xF3s;\xC3\x07\xD8\xDC\xFAD\xF5\xB0\xE4e\xD2F\xE7\x88\x07\x1CB\x03!\xC4-\x19\xFF\xC0t\'\xDC?\xC3\xD5\xE9\x07C\x01\xF4J\xD5\xFB\xE0\xF3\xC97\x1B\xC0\xE4\x02\xD8;\xFB\x0E\xCD\xF5\b\xC1\xA9\xF8\xC8\t\\\xFB\xBD\xDA+\x10\xFB\xA23\x054\x9E\x13P\xFE\x1D\n.\xC2\xF6|\xD1\xAA\x0F\xB5L\x06\xDB\x0E\xD3\xF9\x9B\xF2\x04\xFBO\xAA\xF0\xBE\x11%\xC7\x0BU\x15@\xB3\x06\xD2D!O\xF0(\xE3\x1DH\xB5\xECz\x17\x01O\xE2\x95/\r\x04\xAE\xE6\x1BM\xF2Y\xE7\xD1,\xDA7\xEE\x95\xDF\x148%\xE9\xF0\x164\xE5\xF6\xA2C8\xE7\x16T/\xE2\x1C\r\xCF8\xE1\x9D\xE72\xEE\xA6\xDA.\xE9\f\xF4\xFD\xB1\x13\x07\xC0\xD4\x00+\x12\xDE/\xEF\xB8\x11A\xEC\xCC F\xF0\xDD\xCB$\xC5 \xF1\x01\xBE\x10\xC8\xFBT\x03\xD8\xB7\x00V\xF9\xD6\xCBg$\xEE\x04\x1F\xB3\xCD\x10\xBB)\xF5X \xFA`\x19\xFE\xBA\x04 \xF9Z\x85*\xCB\xDDn\xA4?\xEEU\x8F\xFD\xCAG\xD4!\xF5\xDB\x17e\xF7\xC18\n\x00\xB8\x15\xB1\x0Bq\'\xE8D$\xB1\xF1\x0EA\xC5+\x9A=\f\x1B\xB8\xDF\xC4_\xFD\xD9\xEDH\x9E\x01\xDB\x13\xB3\x06=\xCC+\x0FF\xC4\x17\xE1>\x100\xE9\x1F\xF7\x15\n\xE5<\x1E\x0B\xA1\x05):\xAA\xFF\xD7\x12\x9B-^\x12\xFC:\xE0\xF8\xA3\x06\xD5\x182\xCE \xE2\t\x19\xDD\x03\xE7\xFD/\x13\xF34\f%;\x07\xCA\xE82\xC2\xED\xD5\xF5\xDEt\xE5\xD3\xEF\xFF\xB7\x05\xF1\xBE\x03\xD14\xC6%\xD9\xBB\xF8\xE9^\xC4\xFC\xE6\xBB\b&R\xEA\xD0\xF7\xE3\xEBU\xCB\x17J\xB9\xF5\xE3h\xFD\xA3[\xF7\xEDP&\xAC\xC7Z\x07\x8E\xD2\xE6\xAA\xF4\x18g\xFBA\x0B*I#\xAB\x13\xF7\x946&c\x1D\xD7G\xFBZ\xE1\xAE\x03c\xF20\x18\xE1A\x0E\xCEM3\xE1\xF2\x04\x1F\xACD\x92$\xD72\xEE\x1F<\x0B\xC1\xEB\x15.\xB0\xD2\xBF\x0FF\xEB\xF8\xDAL\x1DB\x02\xC0\xE1"\xAF\xD2\x1A\x8C\xE4\t\xC5\x1D\x02P\n\xCD\xEA\xAA\x12$\x9C\f\x1A\xEDG\x10\xA6\xD1\x02\xB2-\xF1\x1F\xF8\x19\xA5\xC6<\x16\xD9)\x11\x02\xC0\t\xFE\xDC\x12\x9A\x02C\xDA\x069\xFF \xF43\xCF\x17*\xB6\x0F\xFA.N\xD6\x0F\xF0\x03P\xF6\xFF8V\xEC1\xBF\x16\xDA\xFAK\xC7\xE4;\xF4\xBC*\xCC\xFA7"R\x13\xDA\x97s\xEC\xD4\x10\xFE`\xBB\x0B\xFC\xF2-\xE5b\xA9\xC8P,\xD2\xF2#\xC8\xE6\x12t\xE1\b\xA3>\x01\xF0\xDE\xC9\xEB\x15\x9B+9\xC1\xDD\x14\xB7\xCF\xDA\xFC\xB1\xE2\xF3>-\x01\xEE\b/\xD9\xFF?\xE5\b\xDE\xC1\xEA\xFB\xCA\n\x01\'\xB4I\xDC.\xE6\xEF\xCAQ\xB4\x19\xF69%\xE7\xFA\x1CW\xB7\xF9M\x93\xD8\xBA\xFC\x1E\xE5\xC2U&\xACw\x07\xF5\xFE]\xE8\x1F3j\xF2\x0E*D\x07"\xA0\r\xB8{\x19\xAC\xCFY\x14\x98\x1Dl\r\xF3G\x1C1\xDF\xC18\x07\xF4\x1C\x8DO7\xCE\xDFA\x0E\xD4\xF1\x07\xAF\xE0\r6\xEE\t\x1B>\xF1+]\xD5\x14\x0B\xFD<\x1B\xD1\xE1\xB4\n\xCE\xA7\xED\x04$\x9E\x18\xC9\xD5Z\xE7\x1E\xD2\xDDB\xF9\x04"\xEB\xF7\xB8\xD5(\xA3:\xB7\xE7Q\x14\xFA\xE8$\xCF\x0F\x05\x19"\xFB\x9F\x01\x1D\xBBq>\x16\xC6\xA5\'\xD2/\x02\xCA\x0E\xB0\xEC3\x99\xF5\xE7\xBC2C$\x17H\xFC\x11\xC4\xE1K\xE9\xF6\x036\xC3\xFE\xF5\x11\'\xC0\xE2\x0F\xC7N3\x05\xE3\xFF\x11\xD2\x05\xF2\x9FC\xC7\xADj\xF8\xD8\xB6\bY\xEB\xC5\xDC1\xFD\xD0\xEB\x03_\xFE\xE2\xBE\xEA\x16I\xF7\x04E\xCE#\xDA\x11\x02\xEF\xC5\xDB\xF4+>\xD6\n0\xBAc\x10\xAB\xEER3\x92\xEA^6\xA5+\xFD\xEF\x16[\xC2\xF8+f"\xD8\f-\x03\xE0?)\xEA\xBA\x155&K\x11\x8C\xF6- \xDB\x13A\xF7g\x9F\xDA%\xC0\xE0\x18d\bM\xA2\xFA[\x06\x97\xE4W\xAF\xF8\x1D\xFF\xDB\'\x1A\xDF\x06!\xCB\x01\xF3\t\xD3E\xDC\xAD\xCC< \xDB\xEC\xAC\xCA\xFE\x1AX\xEE\x15\xC0\x00I\xE4\xD6\xF7\x05\xEF\xE5\x1B\bH\xB8\xF3\xCC\f\xAF\x1F1\xE5\t;\xFB\xF0\xB4\xC8\xEB-\xD4\x0F:\x1A\xBF\x01\x15\xEF\xCD<\x8A\xF4\xCFB\xB5\x14\xD8M\xB6\x1D\xE7\x18\x02$\f\xE8\x91J\x15\nA\xF6\xE4\xB9\xD34\xF4\xA2\x1B)k\xA7\xCD\xB5\\\xD7\xC3\xE26\x96L*\x05\xEE\xFF\xD0V\x1B\xA6,\x009\x14\x1F\xE2\xAF&\xEA\xD0#4\x7F\xE4\bH\xE9\f.\xF7\xE69\r&\xFB\xC4i\xF5\xBCT\xF3\x06\xFA.\xE1\xBE6(\x98\x07"\x10\xCE\xE4\x00\x0FC\x1F\x0B:\x00(\x0F\xFB\xE9\x17\xDF\xD4Q\xC4\x11\xB5\xEA\xD5\rH\xDC\xF6\xBBn\x00\xF2S\xFC\f\xDD\xA3\xC5+\x15\xBCV\xFD\xC6l\xA8\xF0\xDEA\x9A\x108\xE21\xD6\x1C\xB4\xD1]\x03\x13\xF1G\xFB\xDE>S\x06\xEF\xC3\xDF\xFA.\xF3\xA3P\xD1\x1Ee\x01\xBA7\xF9\x1A?\xF5\x02a\x1E\xE6\x90\x06\xCD2\n\xC6\xD9E\xB6\xF5\x11!\xF9\x02\xD9\x1F\x95\x05(\x1A\xFF\xCD/\xED\x07\xD1\xA8\x14\xFF\xC7?%\xEF\xA4\xDA\xCD\rn\xC4\xEC\xB3.\x876\x19\xE8\xBA\xDA\x15\xED\xB2\x06\xC7\xF5"\xA8\n\xE2\x84&4\xCA\xBC\xF9\'O\x19\xE9>\x15\x9D,\x039\xECR\xAF\xCE\xF1;\xE0\xEC\xD5\n\xBDW\x13\xD9!\xFAK(\xEBx\x0E\xE4\xFE\x1AV \xE6\xAC\x18\xFE\xD7\xF2V\x04\xD1L\bh$\xF8?0\xDB\x12C\xE8+o\xD8\xEF\b\xDF\x13@\xD3\xEF\xFE\xA8\xDE\xF9\x1F\xE6\xCB\x1A\xD4A\xE60f\x18\x10N5\xF3E\xE4\x03\xAEa\xF1\xBF\t\xDB\x9D\xF6\xC19\b\xB9\xF82\x04);\f\x1E\x13\xF4*\x94\xFE\xCB\xE0\xBF\f\xE5\x9DW\xF0\xC0\x03\xCD\xFB\x17R\xAB\xFF.\x0B\xB5#Z\x0E\xBFJ\xF1h\b\xBD\xFE\x0F\x06\xA6\xC2\xFA\xB4\xC9!\xA0\xF8)=\xC9\x19\xE37\x02 \x16J\xD3,\xE9E\xC6\xF3\xE1\x9D[\xC2\xB7\xDB\x1E\xEC\x0F:\x1A\x03I&\xFF\x1B\xD5\x0E5\x1E\xB7B\xC3"\xE9\xF3j\xC7\xE30\xD1\x06(\xAE\x13\xE1\x8F#\xDB(\xF6\xE2\t,\x01\xDE\x12\x1C\xBA\xEA\xFE\x0FF\xB2\xCD1\xF0\xAE\xDF\xFB\x90\x0F\xD7O\x13\xD0\xF8\xE7\xFD^\xC6E\xB3,\xF1\xA7\xD3\xEB\xC9;\xFA\xADP\xEA\x11\xE3\x05\xD1:\xA0\xDB\x15\x03\xF4=\xEB\xFF\xD81\xF58[\xEE\xCAE\x1D]\xD2>\xEAv\xD6\x0B4\xDD\x87%\xF8T\xE6\x0Bd&\x13=\x02\x1D\xB0&\bD.\xE72\n\xF9\xE4\xD7W\xFB\x14w\xB7\x06(\xDD\xF3\x00\x95*\xF6^\x10\x1C\xF9H \x98\xB9\x1A^\xC9\f\x1D\xC2\xFB\x16\xB35\xE8\x9B\xF4%\xAD\x05G\xCC\xF5\\\x06\xEE\xD6\x12\xFD\xC5\x04\xCF\xF2\xBE\\\xED\xFD\xE4\xBD\x18\x01\x19\xA8\xD0%\x15\x07\xBE5!\n\xF5\xE3\x15b\xCF!I\xD73\xEE\xB2\x07\xBE\xE7\xD5R\x10\xDD\xF9\xA1E\x02\xE8L\xD3\x04\x10\xD8\xFE\x17\r\xC3\xF0\xFC\x94\x1F-\xC5\x1A:\xB8*\xA0\x1B5\xE5"\xDC\xC8,p\xF2\xA6\xD9Q\x04\xF2l\x9EA\xE9\xCC\xDE\x8E-D\xC5\xA52\t\xC0\x18\xFD\xC8\xDF&1@\xFD\t+\xE5;"\xEF\xB6\xDE\x0B\xA4.\xF0T\xB7H\xE00\x1B:\xDB\x10\xE4\x83\xFFn\xE0\xEB@\xDA\xF9N\xA8\f\x056\xD3\x0E<"\xD8\xBD8\xDD\x00\x1C\xF4\x0FJ\xEF\xD6\x1C\x01\r\xEC\xF9\xE1\xAB\rQ<\x01\xD0\xED\xAA\xCA\xF2\xC2\x05\x15\xD0r&=\x1C\xF7\xC1"\x06\xCB\xF8_\xE6\xBAS\x02\xF1K\xD2\f#\xF4R\n\xB6\x00\x17G\xF5\x99\x1B\xFB\xC5\xED\xFB \x11\xED\xC80\xAD\'\x04\xFD6\xB0\xE6L\xD5=\'q\xE9\x1C\x9C\xF4\x11\x19m#5Y\xAD\xD9/\xF4\xFC\xC9\xE5d\xDC9\xEB,\xD5\xA5\x12\b\xCE$4\x14\xF8\xAC\xC9\x03\x12\xD2/\xED\xCC)\xBB\xE9C\xDFW\t-\xE5J\xB5W\xF9\xD5d\xBB\xC7U\x12\xF7"\xBA\x12\x00\xF3\xD2\b\xDAK\xB8\xE3\x02\xDB\x14\xEB\xFFI\x0E\x99\b\x16\xB2\x01\x12\x8D\x0B\x1A@\x00(\xED\xFA\xAE\xC0\xD9B\x1D3\xBE\xE5\x93\x1Dk\xE1\xFD\xD7\x14%\x01\xA9(\xCC\x8B\n\x02\x18\xE0\b\x13\xE7$\xDF\x07\xCD\xF0X\x99\xCA5\xB4-\xFB$\xC6C\xF8\x92\x0B\xBD\xF7\x1F\xE1\xC3S\xED*\xD2G\xFA\xE2\xB3\xF3\xC3\xDDF\x17i\xEA\t\xE2\xEF\xFCa(=\xF6\xC2\x0F8R\b\xCD\xF6\xBE\xE6\x156\xF5\xD1);\xF0\x9CE\xF3\x19\xA2?,\xDE\x06\x1EG\xE3\x14b\xEB\x05/\x1D\xD4N&\xCE@\xE9\x1A5\xDA?\xF2\x1E\xC8P\x04e\x0E0\x9C\xD6<\xFF-\x9EI\x17\xD6\xEB\x07\xDD\x01"\xA0\xF0\xB1e1\x0EIg\xEB\xDCF\xAA\xC2\x1E\x004\xD8\xFBj\xBF\xFE\x18\xEA\xF8\f\xC1\xF1\xA4\xD0\x0E\xB0\xEF6\xE4\x05\xA6-\x01\xB4\xF8\x05\xA4\r\xBC1\xEE#\xD0\xE8\x1C\x06\xF6\xC8\x0F\x1F\xCE\x04\xB9\r\xA8T\x16\xB5L\xE6\xFA\x1D\xDD\xED\x19\xD1\xFE\xBD#\x0E\xFB\xE6S\xCE\x0B\xB4)\xE9\x0E\xD38\xAE^\xD7&\x00=\x1A\xDFS\xFE\xC4\x16d\xF2\xD7\x12Z\xCB#\xE6a\xFE\xDB\x14\xA78\xFC\xBBL\xE3\'\xB2\xF2Z\xDE6\xF8%\xCA\xF25\xD2\f.\xC5\x03?\x96\xFE'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x1F\xB0\xFFG\xED\x07 \xD9\xF3<\xC9\x1A\xFB(\xAF\n\xEF\xD1\x199\xDB\xFFW\x1C\xE9\xAD\xF9A\x07\xE1-\xC4\x15@\xAF\x1F\xE6\x0FK\xD1\xEF$\xC4\n\xE3\x1A>\xFA\xDB\r\'\xE7\xC3\x1B\xE34\xF8\x11\xD9R\xF1\xB9=\x10\xDCV\x0F\xD0.\xBFO\xA7\x12e\x07\xE97\xC2H\xE2T-\xAA\xF7\xBD\n\x9E\xCF\r2\xD6\xBB\x1F\xA4\x01\xF2\xE8\x06\xF7\xCD+\x00\xA29\x05k\xFC6R\x92\xEE\xC6e\xA9\x03U\xFCD\n\xB9a\xA6*\xCB\b\x1E\xE2\xF8\xC64\xE8\x9D\x18\xF8\xE5\x02+\xBA\xDE\x8C\x0E\xD7\xF6\x16\xFE\xC7\x0Ed\xE5\'\xF0H\xFC$]\x11\xEC;l\xD4J#\xDBR\xBE\xF2\xDF\x18\xB9\xDB\xAC\xF4\xD4\x10/\x00\x166\xCF\xF0\x13\x9D\xD7\xF0\x04!\xE1\xFE4\x9Ek\xD1\xFC\x06\xF2%\xD8_5\xCC\xEE\xFD&\xF3Z"\x05=\x9C%\xEA\x02D\x130\xDE\xC3\x04\xF2\xCB\xDD\x19\xFA\xB4\x10\x9A5\x14\ta1\xF8\r\xE9*\x1D\x04\xDF\xB6 \xE5\xF4\xB4+\xDF"/\xCA\x17\xE9\xC1G\x12\xED\x04,\x1C\xACB\x13\x00\xB3\f\x1DI\xD4\x15D\xCC\xEC\xB8\xDE\xD2\xF3\x1C\xB4\xD4\xC8\xF7\xA9\x19\xE4O\x98+\x0B\xC22\x03\xE3\xFD\xED\xAD\xD4\x1E\xC7>V\x13\xC2BZ\xCD\bM\xD8A\x06\xBFt\xF6\xFFP=\f\xF5\xB3\xDB\x18\xC0\xE4d\xCE\xDE9\xC4\xF5\xE1\x96\b9\xB2\x00\x1C3n\b.Q\xE06\x07\x1Fq<\xB7\t\xFEE\xF5\xE6%\xD0\\\xC4<(\xE6\x02\x8A\xF0\xD0\xFF\xA1\xE7\xF2\xFB&\x91\x10\xF9\x1D\xEB\r8\xB1\xDB\x97,\xD2\\%\xFBK(\xBF\x0B\xFAU\xEC)\x16q\xC1\xF7\xE4\r\xA2\xF9\xE8\x11\xC0\xFB\x16\x90\xED\xFE\xD8\x0F\xEA4 \xD5\xADU\x13\xF1\x1D\x07\xD9\x17\xFBH"\b\xE25%\n\x17:\xC0\xEA2\xC8T\xA5\xD1\xE4\x1A\n\xEF\xFC\x16\xE48\xA8\xEA\x01\xF01\x88 \x06\xAD\xD82\xEB -\xD8N\x17\xC9H\xAB\xEF@\fW\xBC+\xF4\xCF\x14\xC3\xEE\x066\xDD\xA3A\xB7\xF6s\xCD\xBD\x11P\xB6\xF9m\xD5\xAF\xDCb\x04\x19\xE2\xFE(\x03J\xC4&g\xBB\x02\xC6\t\xCF\x0F\xD5L\x19\xE7\xD1\xFEJ\x0F\xFB\x04\xCF[\xF0\xBC&\x00\xD6+\x04\xDB\xCD#\xE3\x03F\xA0\xFA\xDFh\x19\xBD\xF8\x00,\xE7\x0E\x953\xDF\xEC,\xD9\x1C\xC7\xED/\x0E\xF6\xD2F\xB2\xD9\x14\xF11\xF9\xE8\xD5\x1D1U\xF3!>\x95\x11\xF7\xBB@.\xC7\xE5\xB8;\xA5\x12\x07\xDFA\xF4\x0B\xE5f\x1A\xF7:\xAF\xC9\x18T$>\x01)\xCEH\x0B\xC7S%\xF0\x05@\xFF\xA8\xF3\x14\x03D\xFD\x1E\xA4*\xF0\f^;\xBC\x9F\x11\x06;\xA9\xDD\xEC\x9C\xFE\xDD:\xE1l\t\xDC\x13\xF1U\x1B\xDDE\xC5\xFD\x1D\x853\xB6 \xC3\xA3\xEB\x12\x071\xEF\xDA\b\xB4\xE8\x8F\x11\xED\xD7\x1B\xE1\xFD\xD1\x16\x1F\xC4_\x0B6\x98\xE3\xBER\xE7\x00\xC4\x1D\xF8\xCD"\xE0X\xCC\xF4H\f\x14*M\xC0\x05*\xCA\x1D\xAA&\xF8\x9A\n$\xF5,\xE6c\xD1\xEC\x14>\xFA.K\xD6\xFBk\xE6\xC0\x10\xF5\xD43\xFD"e\xA86\xBCM\xAE\xF7\xD7#\xE8\xD0Z\'\t\xCE;\x154\x98\xE4\xEC\n\xFC\x1B\xB4(\xE5\xFB\xB8\xD3\x06\x18\xF0\xB6\xFD\xE9\x03]\xD38\x00\xEC\xD4\x16\xAE\f\xF8S\xDC\x00\xCC\r\xE0\xBC&\x99\x1D\xFF7J\x17X\xE2\xB6\xF3\x04\x12\xEB\n.\xE4\x10G\xBA\xFC\xF2\xDA\x12\xF5\xB0\xDDp\x07\'AQ\xD74\xEE\x02\x17\xC6o6\xF6\xE6!\xD65I\xEF\xC0\xE2\x10\xCAi\xBAI\x029\xBE(\b\x94\xF2a\x18\x02A\xF5\xD3+\xAB\xCA\xED\x06\xC4C/\xCF\xF9<\xDAh\x02\x9D:\x06-\x1E\xA9B\x03!\xED\xFA\xD5\xBA\x01\xA8\xC5\r`\x8EC\xDB\x1F\xEE\xABW\x12Y\x9E\f\x17/D\x1F\xA8\x073\xDA\xF1!\xCA\xE3\x1AH\xE8#\xAB\xED\xC9\x13\x0B[\xE1#\xFA\xA4\x1E\n\xDD\x17\x99 \xC5\xF2\x1B\xCD\xEF\xDE\x16\xC8\xEA1\xBFU\x0E\xC8K\x12\xF3\x18*\xF7\xE3\xD2\b0\x00\x0F\xCB$\xC5\xE6\xF7\xDE\xCE\xB2\xFD\xF4\xE8&\xF9\x0F\x95\xE9\xFC?\xB4\xD43\t\xDA:T\xE5\xB5\x04\xF2<\x0E\xD9+\xFF\xEF_\xE5E\xFE\xB6(N\xFA\xAEy\rL\xFE\xE4\xD7+\xA1\x1C2\xE8\xDA=\xB7\x14$\xBF\xE9\x90H\xE0\x04\x05-\xFF>#\t\xD9N\x15\xC0\xE0R\x18/\x7F\x10\xF4\x02\xC5\xFA\xBA)\xFE\x1B2\xD8\xC1\x15w\xE9\xBAQ\xCA\xB0\r*\xD3\b\xE8\x0F3\xC1\x03\xF6\xD2\x87\x1A\n\xF7?\xE0\xFE\xCCj\x04\xEDM\xFB;\xF3\x1B\xF9.\xBBE\xAC\x1C\xBEu\xF1\x8F*\xCC\xFF=\xB2\xD0\x04\xD8\xA7 Y\x15L\x0F\xF3\xD0\xA2\xECK\xFC\x97\xD01\xF7\x129\x1E\x02\xF6U\xA6\x18\xE0\xD5"?\xE2(6\xF0g\xB9\xEB\x07\xAF#\f\x84\x1C\xC8\xDD\x10S\xB4\xD5^\x13\xDB\xF2\xD2\x14\xEA\x037\rb\xEF\b+\xF5\xC3\x0B\xEF\xDF,\xEB\x9A\xE2\x1F\x07d\x10&\tC!\xE0\x06\xA1\xD7\xEB\xBF\xDC2\xEE\xFDe\xDF\xCB1\x06*\xB1K\x03\xD0\xAC\x00\xBF\x0EC \xF1l\x98\xE1\xFF!\xC2\t.\xDD\x11I\xBB,[\x92\x10\xBB6a\xDF\xF4\xD2;\xDA\xF7Q\x18\x0E\xAC\xC1\xD0\nY\xB9\x01\xECV\x10(\xED\xA6\x15\x06\xB5\xD7\x11\xA36\x1E\x01M\xF2\xE8\xC65\xECG\xE99V\x05\xE8\xB28\x0B\x18\xD2,\x0E\xD9\xF7p\x8A\x05"\xFFA\x07\xEC<\x00\'\xEB\t!\xB3\x03\x1D\x91\xE2>\xEA\xF8f*\xDF\xF7\xCA@\xD4\xF9\xC4D\x037\xE1\xCCQ\xF1\x1A\xE4\xC5\f\xB6\x16\xD3 Z\x0F\x8C\x0F\xF9 \xDF\xCB\x15\xFD\xC3\'\xF8\xBC^\xA5D\x15\xE98\xFA\xCA\xE2\xAF\xF3\x1D\xDC\xF6\xA9\x17\xFCB\xC9\xE6-\b\xBB\xCD&\x05\x1D\xEE\x98/\x0E\x1E\xA5\t\xDC\x1C\xB3\xD6#\x0E)\xFFE\xD1\xF6S\xEDB\xA6\t\xFE\xD8\xF7\xDA\xB9+\x96\xF61Z\xE3\xD9J\xED\x04\xE6\xCB$\xB6\xD3O\x193\xD5\x14\xC2j\xCDF\xD7\xBE0{\x10\xEE7\x14\xFEJ\xDA\xB7\x13G\x03\xE3m\xF2,O\xE6\xFD\xF5|\xEB\x9B\xBF\n/\x04&\xD8\xFB\xE2\xBD=\x1B.^\x19\xEF\tG\xD3\x1B\x07\xA1\x11:\x1D\xFC3\xF3\x02\x0E\xEF\xA4\n\xE9M*\x0B\x03 \xE7\r\xF2\xDC\xA7\xFA\xD3[\xF3\xA02\xE6\xFC\xD4\xC39\xB2\xFE\x15\xBE5\f\x18\xC5@\xFA\xDEZ\xB2\xE7\x92\x0E7)c\xCC\xE6\xB4\x03\xCD;\x13\xBD\xEC\xAE\x01/\xF4\xC5\xAF\x0B\xDE[\xC1+\xDCe$\x01\xF7\x9E\xE4\xB54V\x98\x05%\x19?\xC3\xE1!\r\xC9X\b%\x1A\xEB\xD8$\xCC\xEE\x8BV\xD2\xAF\x06\x1D7\xF0\x13!n\xC2\x18\xF4\x04\x12\xF0M\xE7\xA9\xFD\xE2t\xFA&B\xE9\xD0#U\xD5\x17\x9BF\x1B\xFD\xC7=\xB9\xD00\x18\xF0\xFB\x13\xD1\xF7J\xB8\x00+\xEA\xB1\x19\xF8;\xF0\xA6N\xF6\x11\x07I\xE1\x04&\xF12\xE5\x0F\xD5\xC8\xF9\xDB\xFE\xCF\xEB\xB1\xDD\x9F%\b)O\x1C\xD7.\r\xCA\xDDa\x14\xFF\xE4?\xEC\xF8\b\xE5\xAE\xF4\x13\xE0E\xFES\xC4\xDE<*\xC7\xE3\f\xD7d\x07G\x01\xDC\xBA\x15\xCF.\xBF]\x960\xFA@\x12\xDD\xFE^(\xA2N\x1BF1\x06B\x1DQ3\xF9\xD2\x0B\xF5\xC5\x05\x9E\xF2 \xBB\t\x911\xBC\x03\'\xC98\xD1!4\x06\xED\x1E\r\xD7$\xA5\x02\xEBZ\x1F\xF0\x14\x9B\xF64\xD1(n\xE4\xFC\f\xDE\x01\xE8\x17\xD4\xC3\x89!\xCB\xB5\xF4\x03\xEA\t\xB9\xA7\xE2\xF7\f\xC8\x00\xBD>\xDA\xB16W\xE6E\x17\xFD<\xF7\xEF\x1B\r\xA8v\x11\x00T\xD9\x87b\xCA\xAD\xF4\x07m\x19\xB7\xFD\xA88\xCD$\xE5\xC2\x0E\xEE\x90\x04 E\xF1<\xB8\x1F\xF4b\t\xECI\x158\xC1\xE0-\xF2\x11\'\\\xD5#\xED\xE1\x13C\xED"\x10\x01\xD2\xAC\xEB\xD7S\xCC\xDFL\xD8\xF2\xB7\xEA*\xC0\xFB\x16.\xE9B5\xE5\xD3\x100\xDCD\x04\xFBP\xAE\x1DC\x125\xC6\xAD\xD6(\xCB\r8\xE2\x01-\xF9\xD9\f\x1Fa\xFB\xCD<\xC1\xE8\x999\tY\xAA\x15\xCD\xFA\xDE\xBD3i#\x0F)\xAF8\xFD /\xE0\x19\b\xF3I\xE2\x02\xBA\x12\xFC\xC2\xF1M\b\xF6\xBF\x17\xEC-\xDE\xFE\xF4\xD8\xE9W\xF9\x1Ai\x05\xEB\xABO\xBD\x1A\xA7\xE6C\xD1\x95\x17P\xDA\x01\x15\xFC\xB6\x19\xF4(\xFFf\x8E+\x1B\xF5\x07\xE3\xC4\x02\x16\xE7\x07\xC2\xF8D\xA1\xCD7\f\xD4\'Y\xCF\x1F\x94-\x1C\xCB\xE7i\xB2\xD6\x11`\t\xCC\xB5/\x00\xE2\x11\xA0\xDD\xFC&\xD8\x0F\xCFu\x07\xF1\x00&\xEC\xB0\b!\xEFs,\xCA\xD8\x01\xB8\xE8\tI\xEC\xCB?\xA0\xF90\xF1_\x99\xD1\x14Z\x00\x1F\xB2\xEC\x1B\xA3\xF5\xE0\fI\xDB\x01\x83)\r"7\xC8\xA0="K\x19\x0B\xBD,\xF2H2\x16\xF7\xEF4#\xC7\xB30\xDD\x0F\xF74F\xD0\xDF\x05A\xE7N\x1A9\xD7\x12\xB0\xFD\xDC\x1ET\xB5\xD6\r=%\xEE\n\xDA\xE6?h\xC3\xFE1>\x05\xEA\xF8[\xEF>\xE0\xFE\xF1\xF9\xE8\x03\xE0\xF7\xA5\xD3\xECR\xCA\n\xB3\xC5B\x99\xE3\xFBP\x16@\xBEg\xC9\xE5\xA4\xBD\x10\xF8\x9F\x0E\xC1\xF6$\xC4\x022[\x15\n\xEEE\xC8\x1A\xFF\xE4\xB93\xC6)\xF6\x04\x0F\xD9\xEE\xB0#\xBE\x18\x93\x11\xD3\x05\xABO\x1C)\xBE\x14\xEFw$:\x03\x1F\xE7\xD5\x00]\x1D\x03\xDA\r\xF5\xE8\x04\xFD\x1C*\xF4\x18L#1\xF2\x1B\xDF\xA6P\xF0\xE3&\xBE\xD0\xE5\x05*\xDD\xF5j\xAAF\xFC\x11\x8D\xE0$L\x16\xC9v\xD6/:\xC7\x1EG\xBC\f\xCF\\\xD94\b\xC4\xFD\xDB\x8E\xF6?\x12%\xEA\x0B\xBB<\xA9\xD2 \x9DH\xD4\x0B<\xFF\xE9\xD3\xB3\xE1:c\x07\xF9\x0F\xD4\x80\xF69!\xFB\xA35\xBE\x06\x1C\xF0\xD5\x18T\xCF\xB86\xF8\x01\xE7\r\xFC\xE2\x02\xF5\xDA.\xE4\x16\x97\xFFG\xB0-\xE4\x0F\x17\xBAg\xDD\xA5\xF3\xCA,W\xED(8\xE1\x13\xEE\xB4\xDCX\xC6\nf\xFD\xCC\xCF.\xB9 G\xFFr\x0E\xB0M\x14\xEBH\x0E\xCA.\x03\xE9:\xF2\n\xE4\x9F\x1EG\xAB\xF0T\xB4%k\xFC\xEE<\xF6\x10\xEA\xD2\x1C\xF2M\xCE(\xFA\x050M\x16\xE0\xF8\x11\xC1\x07\xFAS\xC32\x04\x94\x1E\xEE(\x15\x06\x11\xED=\xC8\x18\xE9+\xF1\xC7\xDF\x02\xD1"\xD9\xF9O\xA5\xC0 \xFE+^\xD8\x113\xCF*\x15\x0B\xEA\xA0\x06\xC6"\xB8\xE1\'\x04W\xA7=\t\xED7\xC1\xD2\xFE\xB0!\xD5\xFFc\xCE\xAF+\xF3#\xE5\x12\xF95\xDA\xA3D\xFC\xA0\xE2\x04\xDC\xAA\t\xD6\x1C0d\xF3\x93:\xE6&\xDEq\x0F\xAC\xC7\x05\xEB\xBF\xF4\x06\xDD\xC3A\xD05\x19\xD7E\tg\xC8\x15\xF7\xC0\x00\xD7\xAD\xE3\x1D\x0E;\xE7\bE\x8D\x1C\xEA\x17\xD7\fr\xD0@\xB1M\xC2\xF6\xE7N\x1A*Z\xF6?\xC0S\xFA\xE8\xB8\t\x17\xFF\xB5\x12\x07\xF7\xD6\xEEJ\x15\'@\xFEc\x9A \xF9\xE4\x10P\xAD\xFF0\xF1\x9F7\xDC\xE8/"\x14Y\xF5\x9B\xEFx\xC61\xF2\xDDA5\x02\xA1\xFD\x1A\xF1\b\xE2\x03\x18,\xD6\xF2\xB5\r\xCE\x132\x01\x9F\x10(>\xC5T\xF02\xC8\x1B?/\xE0\xF9\xD2\xB1\xE3\x18\xEDI\x00-\xBD\xF5\xEC\xDE\x13\xD3\xFBC\x1F\x0Em\xFA\xC7@\x01&\xDA\x13\xB8\x03%\x0B\xB5\xF7\xE4K\xBC\xDE\xC7. \xD3^\xB3\t\xC69\xFE$\xEE\xE4\x1AD\xDB\xCF\xF7\xE1\x1E\xD3F\x9D\xE8\x01\xBA\x19\x8B[\r$8\xCB\t\xB0\xD8#\x04`\x1F\xC0)\xE6\x05\xB7\xCE\x92\xEF\xDE\xB6\n\xCCN\x1A\xFB\xE4\xCD_\x12\xC5)\x1D\xED9\x0FV\x9C\xFC\f\xEF%m\xE8\xD9\x91_\xB9\xCA\xF1!\x05`\xA8\xEA\x02\r\xF5%X\xCC\t<\xF2\x02\xBC\xD7\xF6\x14x\xF1>\x89\xCE5\f\xAA\\\x17\xF4N\b\x1BI+\xEA6\xAB\xF3+H\xA5\xEE\xFEF\xD3\ba\xAC\x01\xF5\xE9C\xCA:\xA8\xF9\x14\x1E\x06-\xFA\x0BP\xAF\xFE3\x14,\xBCf\xDC\xAF\x11\xFC\xE5\x1F\xDB.\xE9Q\xA21\xE1\xC7\x0E\x18\xE5\xF8E\xEE\xFF\xD72\xE2(\x01\xD5\x12\xFC\xE1\x05\xD3\x0E9\xD9\x19"\xE1\x99\xF3\x14\xCD$\xD7\xBB\'\x13\xDD\x02\xE1>\xB2\xD1B\xDE\x187\xE6\xC2\xEF\xD8\t\xF9!8\xD1\xEF)K\x96\xC6\xFD\x0F\x1C\x06\xFB(\xEAX\xFD\b\xB7\xDC\x1B\xC9;\xBE\xEB\xAE\xF7\xC4\xA0e!\xBBW\xEB\xC2\x07\xF8\xB35\x03,\xE5\xFB6\x19N\x05\xAA\xF8-\xC1O\xEC\x10\xF3\x02\xA2\xD4\x11%G\x8F=\xC9\xE5\x17\x07A\xC0\xF6\x145`\xAE\xDE;\xD2\xB8\x1E\x959\xD4-L\x04\x9B#\x0B\x14Y?/\f\xEE;\xF9\x1E\x97\xFF)K\xCF\fY\xC2C\xB5\xDF\n\xF0\xE33\x1F\xD6\x0B\xF6#\xC8h\xBD)V\xF5\x06\xE1\x1B\xF3Q\xB6\xFF\xA1\xE0y\xD6\x04\xED\xCE&\xF4\xC2N\x12\x03\xDB\xF3\xC4"\xE7\x10h\xF6\xDD\xFC\xCD\x1D\xDB\xE6\x17\xC9\xD80\x14\xDFo\xE7\xF1\x17\xDA\xEB\x1F\x10p\x86\xC8\xFF\\\xC0b\x1B\x9B\xFF0\xE4\x1C\xEB\xFD\xC9\xB3_\xD0\x02\x10)\xF01\x1B\f\xB2"\xE3\n@\x16\xE6\xFF\xEFF+\x0BR\xFB\xB1\xF1\xD10C\xA6\x05\xF1\xB8\x03F\xA9\n\xF0C\xCC\x1C\xA9\xBD?\xFA\xA4\x00\xF3\xD1(=\x16\xD6\xEC\xB7\xE8:\xDB\b\xACF\xD8\x0E:\x16\xFA0\xAA\xE9\xD9D\xCC\xF8\xEA:\xFER\xBB\xF9\x9Be$\xAD\xCD\xE4\x1A\xA4\x13@\x01\xE2\xBA\x16\xE9%z3\xF8#_\xFE\xE5\xB7\x03\xF6\x0F1\x05\'\xC9P0\x06\xE8\xFA\x96\r-\xF4\x15\xCBW\x12\xF95\x03\x88(\xE7\xDA\n"j\xBC\x06\x14X\xC3\'\xA3\x19\xDC0\x05\xD6\x0E3\xF8\xBFn\xED\xD8\xC7\x1E)\bO\xC4\xD6\r\x90\xD0\xDF\xC1\x12*R6\xDC!\xD2d\xE1\x0B\x19\xD9\xBFK!\xF4C\x02D\x05&\xEF\xB9\xD2\x19\xC4\xF1Q\xBEA\xEF\xC67\xFC\x1E\x97\xDE\x02\xD5\x10\xC9\xF1J\xEA\xC5\x1D\xDD\x07:\xFF&\x067`\x86\xFA\xEE9\x00I\x17\xED\x068\xF4\xD4\xA0\n\xC5\xED\xFE\x8F\xE9\xB8;\xEF\xAC\x10\xDD\xCE\xBA\xE2\xD7\xA3\xFD\xE2J,\xF5k\xDF\x07\x1F\x00\x9F\x12\xF5\xD3\xE6L,\xF4@c\xFC*\f\xB1>\xF3X\x9E\x11\xD2\xB3\xE1\xF6\xEA\xCF\x12\xDB\x1F\xB5\xE3\xFB,U\xB2\x1D\xEB%\xFB\\=\x18G\x11\xF8 \xFDa\x033\x1AS%/f\xC3\x1E\x06\x95\xE7#\x14\xAE\xD3J\x1A\xE0R%\x0E\xB8\xEE\x0B\xAC\xE8\xE0\x1E\xD1\x01\x15\xFD)\xE7\xF0C\x17/\x0E\xBD\x1BT\xAA-\xF5\xCA"\xA6\f\xCDE\x01\xDD\x15\xAD\xE3\xBC)\xD6V\xCD\xE0\'\xC7\xEC\xFB\xA7\b\xE9\r\xF78\xD9\x0FA\xCC\xFD7\xF8\xEC.\xCE\x05\xA7\xFF2\xCB\x19#\x06\xBA<\x8Eq\xE2\xBD\xCEO!\xC5\xFB\x94K\x00=\xF1\n\x03b\x10@\xDC\xFF\xE6\x16\xC2O.\xCF\xF5\b\x00\xF0\xAA6\x16\x9C\x0B<\xD6\x14\xF2\xB6\x1A\xCEQ\xB1\x00\xEE\xBB\fU\xE3\xC1\r\xB4>\xF2`\xDBE\xF97\xC6R\x11\xF8\xED4\x1A\xAB\x06\xDA\x02]\xE7\xD4"\xDF\xC8\xE55\xD3\xEB\xBF\xF3j5\xF8\x97\x06\xF0\x10:\x1E\xC80\r\x04\xE6\xF3I\xB7\xE3b\xC5\x01)\xF2\xE50\x18]\'\xD8\x9C*\x16s\xFA\xE8\x1B\xC0\x15\xE4\x9C\xD5\x00\xF3\xDB/\t\xD6F\x0E\xF67\xB7\x1C\xF2\x07\xB0+\xFB\xBA\x18\x9A\'\x05\x13\xB3\xD6\'@\xE5\xB6l\xDB\x9E\xE9Q\xDC\xB9o\x1D\xF9-\x04\x1F4L\xDD\x9E\x13\xFB\xC6\xE0\xF6\x05\x1D\xF0\x02\xDB3\b\xD3(\xED\x04\x11j\xEA\'\x1B\xB4\xC8"\xFB\xEB,\xE3\x13?\xCB2r\x15\rXD\xFE\xE0S1\x1B\xEF\x0B\xC9\x1A\xFC$\x03C\x13"\xFB?\xC5\xD7\x12\xCE\xEB\x93\xFE\xC99\np\xD4!\xA62L\xD0=\xAE\xC8"\x92X\xFD\xB0J.\xBE\f\xA7M\xE6\x04Y\x8C\xC3g\xD2\xA4\x0B\xFA\xDC\xEA\xA1\xF5\xD8\xED\x1E\xC6\xF8\xCF\xA2\x01\xDF[2\xD4\xEB\xC3\xF8\xB2\xCF\xF2\n*\x00\xADV\x0BE\xDA\xF8\x1F\xEA\xBB\x02>\xEC\x0F\xB9\xFD\xE6\x13P\xF5\xE1\x0F8\xCC\xF4\x1E\xDE\xFB;\xD0\x15\xF27\xDF\x17\x01&\xEES\xBE \x02A\xCA)\x07\xAE9\x0E\xE7G"\xBC\xF5\x11\xA7L\n,\xE0\\\x19\x8B\xEA;\xDF"\xF5\xBF\x17'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB4H\n\xC7\x1A\xFAB\xEE\xBA\x1C\xF9\x0E&\xEBA\xFF\xCB\xF7\x13\xD3/\x03\xC8\x14\xF7\xB3:\xCA-\x00\xABH\x1D\xC6\xFA\'\xD4F\xF1\x1C\xE7[\x0F\xDD:\x1A\xFD\xD36\xF4\x10\xD7@\xF9\xAF#\xE3\x064\xF7\x92\x1BH\xE2\x01\xED\xDD5Z\xAC\xD3\x10g\xD98\xA6\xC3\xD6\x14\x9E\x1E9\xB1O\xE8\xA0D\xDBX\x0B\xE3\x1E\xF5\x0F\xE6\xF0\x07\xDD]\n\xA4\x10\xC4\x03\xAD\xFC\xC7\xF5\x8C\xE8Y\x0B\x8D\xE6^\xBC\x1A\xE9\rO\xBE\xCE[\xD9\x0E\xED\xCB\x07-\x18\x9D\xF5\'\xE1\x07$\x01\xE6K\xF2\x06c0\xE4S\xEE\xDE\t"\xF5\x1C\xEB&\xFE\x9CM\xD8\xBB2\xD0>\x15\xB4\xE9:\xDFf.\xD9A%L\b\xBE-\x1F\xCA\xFF\'\x06/\xC8\x027\xF1\x14\x1E\xB5-o\xFB7\xCCc\xD5\x12\xFF\xE9\xC31\x93\xCC\x16,\xDF\xFA\xBA\f\x02\'\xC2\xFCc\xBA\x065\xC1\xD1\xF1\x04\x15b!\xFD\x9A%\xF31\x00\xF8"\b\xBC\x17\xED\xD2\x15\xF9\xDC\xEEB\x17\xDF\xA5\xF0r\xDD\x9B\xFDE\xE7\x01\xDF\xC0"\xAB\xFA!\b\xBCL<\x17\xF1R\xFC\x0B\xB2D!\xD1\xF4\xAB\xD7\x10.\xCF\xE1\x0F\xABt\x18.C\xA9\xE0\xF7\xC4U\x03\xD4\xBF\x1A\xCC\x92\xE5\xF43\xA5\x02s7\xB0\x05S\xB8\xF7:\xD0\x13\x1F*\xD5\x0B\xA7=\xF5\f\x15\xE8\xB1\xE66\xEF\xA6\xCF\n\xB5\xDE\x1E\xEC\xC6\x02\xE7\x12\\=\x1BJ\x8B\xF1>\x00\xD7\xF8\xE4\r\xC9\xEA\t5\x11\xED\xE3\fPB\xEE\x11\xCC*\xF9I\x14,\x87\n\xC3\xAF(\xCAb\xB6\xFC\ti;\xFF\x11+\xDB\xCC\xE9\xB3\x01\x1F1\xE7\xF4\xFC)\x07\xF9\xA7\xEB\x04\xBB\x1D\xD6\xE9!\xFA\xDD\x13&=\x0E\x98\xC5\x16\xFB\x0F"2\xE5=\x1F+\x0F\xF85\xDA\xE8\t\xA6\xE4\xB9\x1D\xFC\xE9L\xF3\x023\xF7\xEA\x110\xCA\xDB\x1C\xD2\xA8\n\xF9\x1E\x15]\xFAK\xA1\x05Y\xBF\xE0J\xD1\xC2\x18?\x10\xAE\xFDD\x95\xCD_\xAD\x01\xE8\xB7\xF6\\.\xD9\xEB\xC0\x00\xAC\x0B\xB7\xCA\xE2\xF1\x16S\xFC\x12N\xD38\r\xC9\xDC6\x13\xD3S\xA2\b\xE2D\xA1\xF8*\xEAJ\xB9m\xF2\x83\xD4\xE0\f\xC8\xDA\x128\xAE\x16\rU\xD9.\xE5p\n3\x03\xF3\x0BI\xC7\xFBD$\xEF\x02\xB2?O\xF4\xD1n\xFCC\x05\x8E(\xC6\xB22"\xF5\xEC_\x94\x06 \xB8\xED\x1A\xDA$\x1C\x01\xEF\x17\xBF\x05\xE1$\xC9\x03/;%\xF5\x1B+\xED\x01 \xE64\xF0\xFE\x9B\xF7\xCC\xEE\xDB(\x18\xE42\x1C\xDA\x07\x12\xE3\xD2\x19\n\xDE\x1C(\xED\xD9\x181`\xD5\x03\xEF\xDF\x06\xC2\xFF\'A\xF7\xE2p\xFD\fC\xC0\xBB\xD5^\rO8\xFD\x14@\xE4\x0E\xC1\xEB\xACC\xB8t\xD0\xF7\xC7\x04\xB6\x1EG%\x14\xC2N\xB0\xBE\xD5\xEE\xA0w\xCD7\xA8+e\xF9\x91\x049\x10\xA5\xF5\xC1\xE9\r\x1EB{\x9F\x1A\xDA\xB4\x15\xD1/\x96\xCB+\xE5\xFB<$\xE6\xAF\xCD\xF4\x89\xD7\xEE\xB0\xFBX\x06\x14\xFE\xE3\n\x99A%b\xDE\x0B\xD3\x01\xE26\x1E\xFC\x10S+\x00\x16\xF3\xBCH\xEA\xC3%\xCD\xE7\xB9W\xE1"J\xFD\xAA\xE4\xF9\xCE\x0E-P\xE6\n\xF1\x01F\x17\xF4\xAAX\xF5\b\xFD1\xDC\x1F-\x0BR\x18!\xDC\xCDL\xD66\xF2\x17\xD9\xFC\xA7-\xE9\xBCX\xA7\b\xF4\xE8;\x06\xF7\xB3"\xE0\r\x04\xFD\x11\xF2J\x160\xC8\x01\t\xD0\x138\'\xBC\x17\xEA\xF4<\xC8%\\\xBF\xDD\x05<\xD4\x13\xCE\x9EG\x10\xECd\x02\xC1\xD13\xF2\x95,\xF8\x1E\xC3(N\xEA\x07\x14\xF4:\x1B\xF9+\xD7h\x9A\xCE\xDE\xC3@\xEA4U\xD8\x1E\xA4:\xDB\x0B\xEE\xF8C*\xB4\xF1\xDAX\b3\xD6\xAF\x04\xFB\xA2\xEB\x10\x1D\xB5\xE8#\x02\x17\xE1(\xC6\xB6\x15\xE5\xF7C\xB6\xFF_\x10\xE7\xA7\x03\x0E\xB20\xBE\xD2H\xC9\x10\xEFC\xC6\x17\x00#\x12^\n\xD1\x86\xF7\xC80\xE4[\xFF\xAF \xD6\x9C\xE8_\x1D\xC8\xF6\x8F\xFER\x12\xDF 5\xD5K\xF9/b\xEF\xC46k\xF2\x05\xFA<\xA6(\b\xEA\xE0\n\xBD@\xEFe\xCE\xE0\x00V\x1F\xE3\x8E\x04\xDC\xB1\r\xEBH2\xAC\xE6\x1E\xFC\x14\'\xF0\xB8\x07\xD0)\xC0x\x06\x193\xE0\r\x01F\xE1\x1B\xCB@\xBDW\x17\b\xAC\xE2\xCB\x0B\x808\x01\xAC\xD6 K\xCE\x1B\xDAT\x13$:\xCA\x16\xD9$\xF9\x199\xF0\x0B\xFA|"6\xFE(\xE0\xBB\xF9\xF2\xD7K\xBB\x03b>\x0E\x1B\xFA\xEC\x126\xF3\xCD\xFC\xBD>\xA8$\xEB+\xF1\x0B\xE7\xF6\xCE\xEF*\xFFA\xD9\x1A\xFB\xE7\xC1\x0F2\xDF\x0B\xF0\xFD\xC5\x9F\xD4\xF3\xFB/\x07E\x9B\xE8\xC6\xAA\xD9,\xBA\xE8\xCF\x1A]\t\xD3\x1B\x05)7\xEE\xDF\xA9\xE7\xD9N\x94A\xDC\xE6\xA9Q\x14\xEE\x07\xD3\x10\xC0`\xAD\xFD0\x99\x02r\xC1!\x13\xF3P\xE2&Y\xF7\xEB\x93\xBDe.A\x04\x1Au\xAB\xE3\xB8\xF2\fZ&\x12?\x01\x16M\xF5\xC2\x9E\xF0\xE6\x1C\xADG\xCB\x16N\xBC\xF8\x92=\x05d(\xEE\x18\xE6\n\xD7\xFB\xC8\xAD\xECj\x1E\xCAK\xA8\xF5\x0B\x1D/\x9C\xFB\xEA\xBD\x0B;\x9F/\xFD\xDF9\x10\xF1\x00A$\xE1l\xF9\f(\xFF5\x16\xBC\xE4\xDA\xF6\xA9\x1Aj\xB9)\xF0\t\xE1,\x8C\xFE\xE4[#\xDA\xF4\xE2\xA3\xCE7T\x97*\xF1I\x019\xBD\x0B\xF87\x16\xD1\xC1\xEC\x00\xC88G!\xFF\xCC\xF8\x11f\xAD\xD0\xBD,\xD7\xAE\xFC\xC4\x1C\xB4\xD4\xA2\xDEQ\xCF\x8B0\x11\x03E\xDE\xCC\xFE\x10V\xC1\xF9l\x05\xD6\xF0\x191\f\xBDH\x10\xFA\x06\xDE\xFF\x12\xB8\x1A\xE1"\xF3\x97\xD8\xEA\x05Y>%\r\xE3\x15\xDB\xA9,U\xE6\xC0#\xEF\tP\xE3\x16U3\x10\xF0F\x15>\xF3 \xEA\x06Z\xF0\xC4\x1F\r/\xEC\x9B\x18\xDA$\xEA\x11C\xC6\x07\xB1\xD1\xFF\x1E-\xB5\xF0%\xC5>\xE9c\x06\xCF\x130Q\'\xB8\xFB\xDD\xF2\xAEd\x05\xF7\xEE\x18\x07\xDCA\x003\x1A\xF9\xA0\x05\xEB\xCF\b\xDB-\xE6\x03\xBE\x10\xFA;\x19\xB3,\xD6\xAF\xF6J\xD17\x02\xAB;\xB8 .\xFB\xECQ:\xE8\xD7z\x17J\xD3\xF71\xD9\xA3\xF9C\xC5\xFF\xE2\x0F\xA0\x19I+\xD1\x1F\xC35\xD4\xB3\xF3\x15\x93\xD6\xE8\xC5=\x1F\xF5\xBA\\\x92\xF7\xC7%e\xAA\xD9\xC9\xE1\xF8O\xEAB\x1F\x07\xE4*\xF1\r\xCF\xF6\xDD\xA4a\xE1\x15\x9B\xF4\t\xC2\xE5\xA0\x1F\x04\xB2\x0E&T\xDE\t\xEF \x7F\xCC\b\xE8\xBC\xFD?\x8B^\x0F(P\xCB\x04Z$\x0Fo\xDA(\x009\x1DL\xFD\xD2\t.G\xFF&\r\x9F\x04\xFF\xDA\xB8T\xFB\xC5a\x17\xE7K\n\x1B\xBF\x04)\xCBB\x006\f\xECY\xCD\xF1\x18\xE7\xB7\x1B\xA9\xD5.\xF58\xD9\x13\xF4\f\xDF\x01\xE5\xFA\x1D\xEC:\xE0\xAF\xFD\xEE\xCC\xA9\f\xE0\xE9\x0E\xB1\x18\xE2\xED\x1B\xB9n\xD0\x162\xEA\xC9\x11\x1A\xA4\xE0?\x04&\xFD\xCA\xF07\xF7\xDA\x10\x1C\xAD\xF8\xDB\x14*\xFC9\xC3\x03*>\xFAF\xBF\x03\x1DM\x960\xEB$D\xC8\xA50\xBC\f\xF5,\xBE\b5I\x17\xC3\xD4)\xF2W<\x9A\xF6\x07\xE6\xF2@\xC14m%\xF3\t/\xBC\xD7\x974\x12\xD5!F\xB4^\xED-M\xC7\xB4D\xE2\x90k\xF6\xD0\xEB\x0B\x14\xE5\xAE\xEE\xFF\xC9j\xD4\xB6\x1A\xF1\b\xD9\xFFK\xD1\x14F\x1C\xE4\xF3\xF9f\x064\xBE\x02\xDC\x12\xC67 \xAD\xDD\xFD\x05\x88\xE5\xD5F\xED \xF5R\xB7\xEBp\xA6\x0B\xE7\xFD\xD1\xE0#\x02\xF4\xD5\t\x1F\x11\xDC4\x8FX\xDB\'_\x0F\xDF&\x16\x06\xFBQ5\x12y\xE3 \xA1\xEA\x02\xD6\x98.\xB5"\xEF\xA0E\xCE\xFB,]\xD6\x01T\x12&\xC2\xF7N\x00\xCB\x15\xFC\x0F\xE2\x07,\x00\xDF\xC6/\x1A\x06\x86\rh\x192\xEA\xFF\xBAI\x06!\xC8\xFE\xF4\xCF1\xB8\xF7>\xA9\xDD\xC0\xE9\xCF&\xB5\xF85_\xC7\xFB\x10U\xDC\x00\x14\xE5\x1B\f"\xE9\xA8\x0B\xF9/\xCC\xED!\x0E,\xB65\xAAh\xC6>\x1C\xCF\xF8\x15?\xF3Q\xBF;\xEF\xE5\xC0\xA4T\xCB.\xE4\x15\xF2\xB67\x1B\xA0\x04Q\xE6\f\xEF"\x0E\xFE\x99B\x04\xEF\x18\xDD\'=\x1E\xEB\xCF<\xC7R\xD8\xF3\xB6L\x16\xEF\xBD\xE3\x95I\xD7\xEB\x18\xDF\x05\xE9%\xDA\xA1\xF1N\xBE&\x03\x94\xD7\x12)\xCE\xFE?\x0F$\xF9\xEF\xAB\xD6\x01L\xE8\tA\xD8\x1F\xC44\xD1`G,\xF5\x1B\xCA\x0F\xBB\t\xAE\xF1\xC0\x04\x0B*\xAE\xFD.\x07;\xE0\xCD&?\x1B\x0E\x03V\xA6>\xCFZ\r\xF6\x028\x0B\xE6\xB0[\xEC \xE3\xF8^\xB1\x1F\xF6\xDF\xD2\x04:\x1B[(\x0E\xE0\xC1\xFA\x13\xF1\x00\x9D\x1A\x03\xB1\xE2\xD86\xE7R\xD4G\x00\xE3m\xA2I\xF6\x10\xE9g\x8E\xC4\xFA\x04s\xDA\xF43\xD2\xFF\n\xF1\xFA\x1E\xBEK\xD1\x16*\xFE\xDB\x0F1\xCA\f\x004\xDB\x06L\x16\xB4y\n\xC2\xF7\xCD\xA4/m\xEB\xB2+Y\xDC\xEA\xF8\xC7\x15\bg\xA7\xFB\x1E-\xF63\x17\xD8$\xE2\xBC\xD3\x15\xF0\x1D1\x11\xA2\xFE\xB3W\xE8\xB82\xC6\'\x9A\xE40\xB3\xED\xC5E\x1D\xD2\xF5\xAAE\xBA\x17\xEE\x9E\xC83\xE9+\x98\xE2\xED?\xFD\x17\xD3"I\xCC\x0F8\t@)\xEF\xB9\x00"\xDE\xED\x95\xCD\r\xC5\xFC\xF0\x1A7E\xFF\'\xE5C\xD2\xEB!\b\xC4%\xE6g\x13\xDBB\x00\x1A\xD8\xFAe\x8F\x057\xFCw%\xE8\xD1V\'\t\xF2\x00\xD7\x1DH\x13#\xDB\x05\xF3\x97\x02\xE4\xFB\xBE\xAB\x1F\xD3L1\r\xC5=\x06\x14Z\xEA=\xB2W\x03\x85\t\xCA\xDB\xB2\xF7\xBEP6\xE1\x14\xFA\x1F\xD5\x03\xEC\x0E\xF3U\b\x11#\xF2\xE4\x15\xC1\xDE\x1B\x03\xF4\x0F:\xE2\xBAR\x0F\xFB\xC7\x03\xAF\xBDV6\x0B\x19\xD7%\xF4u\xE5\x11\x8E\xF6\xE8\xD2M)\xBD\xDA\x1D\x07\'\xD0\xDE/\xEBO\x0Ea\x02\x0B\x19\xF3\xD7J\xA8\xF8\xA3-O\xB2\xC95\xA7\xE1=\xCD\xB4O\xEE\t\x9B?\xC6\xAF\xFA\xD5">\xAB\xE74e\xF1*\xE8\xC8D\xB80M\x14\xC9\x05\xFE\xDA_\x19\xB1\xF9\xF0\x03\xAC\xF7\xE2G\x11\xC3\xFA"\xF4\xA5\x1B-\xE7\x98\xCB*\x03;?\x0B\xC1\x1B\xFC\xD3%\xEB\xBF,\x02\r!0\xD4S\xE5-\x1Ej\x02\x18\xCD\xF6\'\xDC\t\xD2\x1C\x10\xE0\xF8\xEE\xFE\xA1\xDE\xED\'E\xBC\b$7\x12\xE0c.9\xFE\x94\xF0v\x16\xB7\xD7;\xC4\xDEA\xFEj\xB6\x0F\xEC\xCC\xF2\xE09\xE7q\x05\x18\xF5[\xD6\xF8C\xA8\xFE\x13\xF7\x06\xDC\xEA\x92\f\xEF\\\xBF\x19\x9C\xFAN\x00\xA5#f\xD0\f7\x1B\xB0.\xF2\xE1\xC8\xFF\x9D \xC9\r\xD4\xBF!\n4\xE5\x02*\xFC\x12\xF0\xD0#\x15\xF5\xE3\xC7c\x16$\x02\x8C\x12\xDCJ\xFE\x9E\x1E\xDF\xE8\xC2\xF1&\xCB\xB86G\xC42\xDF\x04\x12E\xEE9\xB8.\xD8<\x13\xE4\x03\xC0W\xFA\xCE\x17?V\xEC\xD7G\xE7\x1A\xF3T\xEA\xD8\xAC@\xCCS\xE9\bM\xAA\x05\xD8S4\x1D\xFF\xD8\xB6F\xEE/\xC4\xB2\f6\xC9\x14g\b<\xD9]\x19\x10\xF3\xFD(O\xA6\xD4\xFF\xE3\xCA\r\xE8\x06\xC5\xB0\x1FE\xF5\xD7\n\xE7\xA3\x03\x0E\xB5(\x07\xFB\xA6C\x14+\x05\xF8\x1B\f\x9C\x1F\xBA.\xF9<\xC0\n\xA0\xFC\x962\xF8\t\xD0 \xFA@\xE4\xED(\xB7\x01.\x1C\xB1\xED\x00\xA3\xD5\xE4\x1C\xBA\xF77 )x\xF6\x1EX\xF1\xFC,\xEB\x98\x131i \xDC\xF73\xF1o\xBC\xDE\x01\xCD\xB5a\xC5\xE0\xF3\xD4h\xE1\xCA\x19\xEB\xDF(\xEFC\x11P\xE2\xC0a\x0E\xF2\xD7\x1A\x07P\xF4\xD2\x8A\xFA\xE2\f?,V\n\xCC\x14\xE9\x07\xC2\xAD\x14\xDD\x91B\x17\xCE\xDCQ#\xCA\xFE\xF0\xBF<\xD1\x18\xC6\x13;#1\f\xE3\xFD!I3\x15\xFF9\xF4\x0F_\xFE\xB3\x13\xCF\xC9\xF1)\x19\xE8\xA3*W\xCD\xA8\xFCB\xE7\x10N$\xCF\xC1\xF6!\xAE\x02iA\xD8\xF2I\xFC\xD1\x01\xBF1\x05\x0F\xB9\x02:\xDF\xB0\x12P\xFD\x88\xE5\x00\xD3\xEC\xF6\x9A=\xEF\x11\xA6\xBD\xEB\x05\xB1&\x90\xD2 Q1\xE3 \x02\xAD8\xFC\x06\xBB3\x01!\xBF\xDD\x189\xB9\xF1v\x06\xE9\xDD8\xEE\x1E\x99\x0E2\xE6\nR#\xED\xE2\xA7n\xF6\xE6\x19G%\x07\xE9*\x1ET\n\xAF^\x1B\xD9M(\xD1\b,\xF9C\xD9\nH\xE7\x04\xC4\xF7\tf\xDD\f\xD2T\xDB\x14\xE1\xEB\x0Ek-\t\xCA\x03\xDA3\x95\x16K\xC5\xFA\xD0\xE1\xFE\x1A\xCB+\xB59\x12\xFA@%\xD3\x0B\xA1\xF9\xD5\xC7\xF4\x96\xDE@\xF4,\xC9\x05\x15\xC2\x02\xE9\xDEX\xCC"\xE5\xC1/\xF2\x17\xD9\xA4E\xB9\xECH\xF6\xC5#B\x91\xF76\xD4\xF2\xA2\xE9\x1D\xFB\x11)\xFF\xB7\x0F0P$\xBE[\xA5\xEF\xE0\x06\xD7\xC8\x1B\xF05\xC2N\xEE0d\r7\x03\xD6\xB9\x0F\xE64\xAA\xF9m\xB3:\x16\x8A\xEF\x19s\xFB\xB6=)\xEC\x11\xFE\x18\x9D1\x11\xEF\xFE]\xC9\x17\xB3\xFF&ET\xAF\xE2\xC9@\xF3\xE5\x07\xA9\xF4\x04?\x10\xF8\x1Ec\x9DK\xFF\xB1\xDF\x04\x1F\x10\xB6\xE3\xFC\xBF\x14\xED\x1F\xFCD\xDD\xF1%\r\x1D\xF4\xFD\x0EM\x01\xD0\x12\xDF\x07a\xFE\xD3=\xCE&\xE4\x05\xAF\xD6\x1C\b\xE6>\xDE\x13\xF6\xC15\xEE"\xD3e\x19\xD8+\x13\xE9\xDC\xD3\x00\xBA0\xF5\f\xE8\x14V*\xCC\xFE\xDA\x1C(F\xCEt&\x9FV\x01\xD08\xE4\xC7\xD6)\xBE\xDD\xAE7$\x9F\xCA\x1E\xBC4\xE1\t\xF9Q\xBE9(\xF2L\xBD"`\xCC\x07\xD7\rZ\xF9\n\x9E7\xED\xB5`\xC45&D\x13\xE4\xC2*=\xD0\xF8\x90\xE7]:\xA2\xF1\b\xAE\xF8\xE3\xC5\x0B\x17\xBBJ\x95\x07]>\xE91\b\xF3\xE6F\xEE\xF8\xE3\x18\\\xAA\x1E\xD8\x15\xEA\xCD\r\xA5\xFB\x05\xEC\x9A0\xE7\x1A\xA7\x02\xDF\xC3 \x01\xCE\xFB\x1C\b\x87\xED\xCEQ\x05\xDA\x1D\xB9\tC\xF4\x16\x04\xD2M\xE8\x1B2\x03\xD6,\xF6\xE8!\x12\xEF\x01\xA8\xF9\x1D\xC6\\\xFE\x0F.R\n\x8F\xF0\xC74\xF3q\x02@\xE02\xD9+\xF4\x1CP\xFE\xBC*C\x17N\xF6\x10:G\xE4\xF5\x84q\xFD!\xF1\xA7\xFBk\xE1"\xC03\xB3\xF9\x0F\xC4\xDCB\x11\xEF=\xAAZ\xFB/\xDF\x1A\xCD\fI\xD8\x16\xBB\xD2\xB0\xDA\x01B(\x11\x00\xB6\x0B\x98\xF8\x18d\xC4\x12\xD2\xB7\x0E8\xDC\xF2\xCF\xEA\xB0\xE3%\xDB\x94\f0\x19\xDF\x0F\xB49\x16\xEA1\x02\xD6\xEE\f\xE0-g$\xFE\x97U\xB8\x1C\xCC\x06\xD8\xC3\xB2D\'\xE4\xF1\x99+\x04>\x19#\xC3\xF2\xD4M\xE8\xDE,\xC7"\xE6\xB0\xFF\xF5\x19\x10\xCD\xEF\xAC0]\x94*\xED7\xE5\x1A\xF8\xD3\xEE\x0FZ\b\xF5\x8C\xFF\xCA!\x12E\xE1:\x19\xC3\xDD\x16\x048\x1F\xD7I\xABp\x06\xED\xC6\xD1\xE8\xB4;s\xE45X\x00\xEB\xBC\x03\xCD\x19l \xBA\xFA\x13\x1D+\xE3\x07\xD7p\'\n\xE2\x00G\xC7\x11\xAE\x02\n>"\xFF7\xDA/\xD3\x15\xE0B\x03\xEA\xB8\xD0\xFF\x98,\xF7\xB5\xE4\x10\xF92\xE2\xC0\xF8\xDC(\x12_\b,\xC3\xFC\xCF\xAF\xF6\xC6?\x11L0\xF4\xE7\xDA*\xCB]\x03\xBDV\xFB\xB3\xEA?\xFA\xBC\xD1\x18\xF3%l\xC1\xD8L\x98\xE6\x19\xB2\xFB+T\r\xB0\xD6*\xF9q\x1E\xE8\x06O<\xEF\xA7\xCF\x0B\x01\x16\xEF<\xAF\xFB\xE1H\xF6\x10\x1B&\x07\xDB,\x1D\xF1\xE0\b\xC4\xA7\x01=\xEC\t\xDD\x98\xF03"\xC4\xDC\x127!\xE7\x05\xDD\xFA1\xEB\xF5\x14\xC4j\xF0\xCD\xE6\xF9\xC36\xF3N\x16\xC6\x0E3\xD8\xCC\xFE\x18)C\xB8O%\xCCW\x1E\xBE2\x93\xD7\xF0\x92B\xEAP\f\x9C\xFC\xB1$X\x17\x0EJ\xAE\xF5&H\xD0\x0B\x16R\x02\x9C\xF0d\xB4=\xA1\r\x19\xB5+\xD1\t\x02@&\xB4\x06$\x1A\xE4\b\xA6\xDE\xF1\xB3[\f#\xBE`\xDB\xF3\xE8\x8B\x05\xD6\f\xE9\x01!\x06Y\xE0\xFF\xBB\x16\xD3\xE5a\xCE6\xEE\xF8\xD2\xE2\x1B\xC2\x119\xFF\xE1\xA8\xF6E\x1D\xCA\f\xF8\xD5Q\xCBG\xE2\xFDR3\xE0\xA3\x0E>\xEDg\x9B\xCF\xFC;!I\x03\xF5\xA1\xE0\xEB\x06\xFC\x1E\x10/\xFD8\xF3\x16\xCF=\xC4)\x12\xCB4\xF1\x04: \x14\xDA\x06\xBC\'3\xFEt\xD8\xE8\x1F\xC7,\xEB\xD4\b\xE3/\'\x15\x00\xF1$\x06\xA7 \xF7\xBB\x1C\xE7\x12\xC9\xDC\x01-V\xBC\xEA\x12\xD2.B\x14\xC97\x96\xD3j\xC3\xDE\xB6K\xA6n\xF8\xEC\xB0F\xF9\x1Cl\xB3\xF7\xC1\xFF\xE9A\x97T\xF2\xCD\xA2\x07\xF9\xB2d\x0F;\xB7\xFDV\xA8\xEC\xDE\xBD7\xE8\x12\xC6\xDB\xEE_\xD4H\xFB C\xF0\x17\f\xD9\xF8\'\xC3\xE5\x1C\xFAR\x0E+\xE4\x17A\xED\x1C&\xE3\b\xDA\x1B\n\xE5\xD6\xA3&\xDE\x10E\xA6+\r\x1A\xE6\x03\x14"1A\x18\xF2\x02#\xDC\x1A6\xC2\x04a\x1D\x90\xD4r@\x0B,\x13\x04\xFA\xD5\xA7\t\xBE\xE7\xAF6\x05\x8Fk\x00\xB0\xD5\xEF\xBA\x02\xF7\xAD\x07\xFA\r\xC8\xFF/\xBB8]\x01.\r\xEB\xC91\xEF\xD2O\xFA\xC7\xD9=\xB6\xDF\xED\xBF\xD4\xE3\x88\xCCG\xF0\x11\xD2\xF7C\r\xFB1\xF4\xB6\xFF\xCD\x9B7\xC4(N1\xF6c\x1E\xCAB\x19\xEC3\t&;\xDE\\"\xCDL6\x9E\xD5R\xF3\x11\x9A\xCD\xF1\xBEO\x05\xFD[\x18\b\xE1\xB1\x1F`\t\xF7I\x0E]\x05/O\x0B\xFA\x86\xE6&\x17\xB1\xCC\xE4\x03\x18&\xE9W\xE2\x1A\xF1\xEB\x03\xDF\x10\xD3\xFE\xE2\xF3\x0F\xDC\xCDL\xF4\xA4\x15\xC31\xF1\xD9\xE7*\x14\xEB@\xDE\xFD"\x15<\xE2\x1F\x97\xD8\xB9(\xF49\xFF\xEB\xA5-\xD0\xFE\x95 \xF7\xEA\xBC)[\b?\xDB\xF2+Z\xC1\xDC\xA9\x10\xF6D\xB2)\xBB\x18\xC8\x9A#J,\xAAY\xFC\xB8\x12\xE3\x1E\xFE\xEA\b\x11\xB7\x01h\xC0 \xB0\x06+\xE8\xF7\xD3\xB4\x10\xF27\xE7\x02{\xCD\x0F4\xC2\x18\xE8(\xC7\xDC\x0F5\x19\xD7\x01\xC7\x8A\xFEP\t \xEE6K\xD3\x1F\xFE\n\xD9<\xF3]6\x05\xED\xC0\t\xD4"?\x03\xC6e\xD4A\x99T\x1C\xF6\xE0\n\xF9\xD1\\\xC2E\xA8f0\xFAC"\xC4\x15\x9F\xDD\xF1$\xD7\x05X\xF3\x14?\x96\xCEh\xF2\xE2\x1F4\xEA\xBC\xD6\xA3\x14\xFB\x07\xBD/\xC8\xED_\xD8\x0E\xFC\xE5\xB4\x14\xFA\x1B\xE91\x91\xF0(\f\xF8,\xDD\xCA9%\xA9D2\xEF\x1A\r\xD8\x02\x18\b\xDC\xCCQ\n\xF8@\x1C\xB7Q\xFB<\xE1\xAF\x00M\xE4\xFC\x06\x95\x12H\xF7\x0F\x1A\x01=\xCB\xE4h\xF2\xE0<\xA3\x13)\xA5\x1E\xD0D\xD9r<\xC9\xF6\x15\xDEP\xAD\xBD\x1A\x04\xFB\xED\xD3\x12\xC7\x00\x88\xE39\xF4$\xED\xC0\xE6\x01\xA6\xEC\xD4.\x06\xE5\x13\x90\f\xBE\x1E/\t\xF0&\xC3>+\xB5\xD0w\xE1.\xF5F$\x97\x0E\x19\x04O\xFA\x01U\xED\n$\xF4\xA1\xE0\x04\xBAE\xD6\xFF3\xE5\xF2H\x0F\xB5`\x07\xE8Q\'\x14\xB8\xCBL\x9C,^\x1C\x13(\xBDH\xFE\xCA8\xF6\xD2i\xEC\xCB\xD8\xB7U\x1C\xEA\xDC\x0B\xF0%\xC5\xAE\x10\xEB\xB9\xFF\xD7(\xB3\xE5\xCF\xC9\xE0\xB93\xC5\x02.\x10&`\n\x1E\xEA\x12\xCFk\xA6\'\xE3/\xF3\x1D\xD9\xF7\x05o\xFE\xDD\n7\xF7\xB4\xD9V\xF2\xDF\xAA_\xED&\x15\x03@\xFA\x178\x10\xD3\x02\xF9X\xA4\x05\xE8S\xD9\x07\x1D7Y\xC6\xF53\x1FA\x1A\xF8\x12I\xE8\xB2\xFB\xED\xCD\xA9\xF9\xC3>\x06!\xD8\xC5\x01\x16\x95\xBE@\xCF\xAE.\xE8\x1E\x11\xCF\xEF\x06;\xFD\r"\x19\n\xC1\xDA1\xAA\xE6#\x9D\xDF\xF5\xAA2\xC9\x168\xFC\x1F2\xF8J\xCD\xE2\xFA\x14\xECE\x07\t\xF0i\x8F\xDC\x1CU\xD5\x185\xE4#W\x8E\xF5\x17\xEC8D\xDCX\xFC5\x0F\xF0D\xC0\xF9\xABF\xE1 \xC8\x85\xE8\xD0\xF7-\x01\xE3J\xF4\xC7\x0ED\x05m\xE5\x1FK\xBA\xDE\xD1\f\x9B\xC0\x17\xF1\xAA\x0B-\x9F\xDA\xBB\xAC\xD4\'\xFE\xCD\b9\xBF\x03K\xF2\x0E\x01\xDD+\xBA\xFD\f\xF6\xCC#\n\xE5\x1B\xDE\b#\xD4[\x00\xBB*u\x122N\xBB=\xA0\x10\x1C\xB7\\\xFE\xED*\xC0\xFD\f\xEE(\xF4Ae\xE5\x02):p\xD3\x01T\x1B\xF90\xE6\x05<\xEC"\xF5\xE1\x9C)\xD9\xB57\xCCG\xE6U\xA2\x14\xB6\xEB\x02\xAA\xC8V\x9D\x13:\xF1\x19\f\xEA\xF9\xDD\xAF\x00\xF0\xD7j\xFB\xCE\x075\xDB\xD1\xAE\x1A=\xD7\x98\x04\x12\xC5\x1B\xEF\xD6\x10\xB7\xEA"\xC2\xE3\x0E6\x10\xC5Y\xBA\x11\xABc\f\x16\xFA\xC5|\x14\xEF\t\x1D\xD43\xE0r,\xD3M&\xFA\xEC\x02\xDB\xC62\x94\xD1A\x05\x18%\xE4\b \xEA+\xF0\x15!S\n\xF2\xCC/\\\xE4\xB2\xFE,\xA8R\xFB\xDF\x06\x18\xF4=\xAB\xEFJ\xF8\x1B\xDF,\xFC\xC71\xEE?\x05\xE8\x1B\xFC\xAC\xC1&\x00\xF0\x1A\xF9=\x11\xF34\xBAf)\xE6\xFCS\x1D\xF2\xBF[\xCBF\x13\xC3\xB0Q\xE0\x8C\xBE\xE7\xFBF\xE1\x15\xF8#I\xDA<\n\xCB%C\x92M\xCD\xFD(\xD4\xD7\x02\xA0\xF1G\xD7\xE7N\xB2\xD2#\xA0/\xD5\\\xF4\x10A\xC7\b\x9A\xC0\xE2\xD8\x05\x17\xD0\xA8\x10\x06\xB5\xE27\xD9\x0E\xF8\x9B8\xFE\xD3A\xF9\x02:\x12(\xA2\x03\xBC\x0E\xEC\xCE\x06\xF2\xE7\x15\xBF\xF61\xDB\x11e\xBD\t\xEA5%\xCE\x07\x15\x01\x1D\xDC\nS\xF7\r\xDE;\x04\xE5\xB3\xDAI\xEA\r\x1E\xAFK\xE9!G\xF6>$\x13\xFF\xA8/\xEB\xDF\'\xF2\x17\x0B\x1D\xCAs\xD5\xED\x1DP\xC88\xA4n\x1D\xB95b\x00\x1D\xED\xB3\x03\xE7\x1FD\x16\xB4\rq9\xBD\x93(\xF2\xFE\xBF\xE5D\xC7\x1F\x97-e\xFC!4\x00a+\xC6\xFE\x0B\xDF\xC1\xD7\xEE\xCCf\b\x1FN\xB5\x04^\xDB\xA41\xE3\xF5\r\xB6\xDC2\xF3\x19\xFF\xDF*\xF9\x8D\xD7\xE3\f\xD1#5\xF2\xA0\xDFR\xC7\xFD\xE4\xED\xF8E\x0Ef\xCD6\x12\xB1\x01\xEA\x16\xD2\xEF\x12\xCC\xA9\xF1\xD1\xF89\x8C\xF10\x1BV\x9E,\xE7\xF4\xC5\xFD\x10\xCE.\xBE\xEBL\x06\xAC-\xFEa\x07\xE5\xD3C\n\xC3\x13\x04\'?\xA7\\\xF8G\xC8\x15\xFA\xF6\xDD\x1B\xA9!\xD5\xC5\xE1.\xA9\x1A\xEE\'N\xFA9\t\xB8)\xE0O\x19\xE5\b\xDB\x15m\xB3\x03\xFB\f\x16\xB8G\xD6\x19:\xE6\xF8!\x12\xF1\xC4#D\xCE\x13\x97%\xF7\xAF\xEFU\xE8K\xF1\xC9\x16\x07\xBD\xDA\rX.\nA*\x02\\2\x17\xFC\xEA\x04\xD8^\b\xCE\xBD\xDBY\xF5A\x04\xBF\x0F\'\xB9B\xEB#\xD2\xE65\xDD?\x01#\xE2\x92\x7F\x07\xADC\xFF\xD2Z\x17\xE6\xF9\xEE\xC5M.\x0F7\xCE\xDB\x1C\xB7\xFC4\xE5*\xFF\xEB\xAD\xD1\x91\xEA\xD0\xBB\x0F\xF1\b\xB3 >\xF8\x9A\xE1\xF3\x180\xFF\xA1\x1D\xEA\xFA7\x96V\xFF\xCB\x0E\xF7I\xC5\xAA\xF0\xCE\n3\xF6\xEE\xC4\r\xDF5\x9A\x03\xDD\xBB4 \x02\xDA\xB9\xFD\x17\xA1\x010\r\xD6H\xF4\x99\x1B>#\x07c\x155\xFA\xDB\x9FH\xD2Y\xC0\x0E2F"\xAC\x0F\xE6\xC9\r\xD8q\xCF\xF4\xDF\x1E2\x8A\x06(\x14c\x1E\xFAW\xB1\x13+\xD4S\x17\xE9)\xF6\x0F>\xA5W\x0B\x1B\xE9_\xE0$\xF6u\xAC\xED!\x11\xCEj\xE2\xC1\xF3\xC8\xF4\x06S\xE8:$\x00\xF3\xE6\x15\xC8\xFE\xE9e\xD4%P;\xB0$\x03\x17\n\xC1\xEFS\xE1\xBA\xFF\xD9\xE8*\xBF\xDD\x00K!\xFC\xB8\xC9a\x1F\xD6\x07\xF2\xE2\xD1;\xF4\xCA\b\xBEB\xE3\x05\xC4V\xDD\xB8\x03\xF9\x10:%\xE1\xAB\x1E\xC1\x13\xCA\xDE\x1A\xAC*\xD6\x0B\xB7\x043\xF0\xFB\xDF\x14\xEE0\xA9\xE7>\xFD\xD5\x19<\xF4\x0F\x95\x07C\x1B\xCA\xE7\x9F\xF3:\n\xEE\xB1K\xC4+\xFE\xB4\'\x9EF-\xEE\x11\xD1)\x19\xFF7\x0B-K\xA3\xD8\x00L\xD6-\xFD\n\xECN4\x07k\xEE;\x1E\xF8\xC5\x90\t\xBC\xFF\xC6H\xD6[%\x11\xAE-\xEB\xCCO6\xD3\xF5\xED\x0E>\x05\xD9\x1C\x01\xD02\xFB\xE8\x1Ay\x0F\xF7\x15\x00\xD8\x1E\xFA\x87;\xE9\xF6\xA6\xF0\xD3\xE7\x15(\xB8\r\x18\xF0s\xB3(\x84\xF7\xBE\xFD\xDD\xA2U\xE2\x16K9 _\xE3\f\xF9\xB8\x05\xCA\xF6v\n#\xB6\x15\x01i\xA7#\xBA0\xE3m\xA6\x10\xE0\x15\x8F@\xCA\xEC\xDDP\xAE\xE7d\xB8\tN\xD7\xBE&D\x1B\xC5\\\xEF\xE9A\x9D\xCF\xE3<\x03\xDA\x0F?\xCD#\xF3\x10\xD0,\xEA\xD9\xF5\x18\xA0(\xF2\x1D\xDDD\xE5\x02\xA2\xDC\xFB\xE5\xC5-\xDF\xF8M\x12\xC3&?\xF5R$\x02\xD8\x07\xBB8"\x05\xC53\x17\xE0\x01\x14g\r\xE2\x02\xFB\xB5\x06*\xF6\x054\xFB\xC5\xF2\x1FX\xE4\x180\x03E\xBD\x00\f\xAE\xCB\x05D\xD19\x0F\x981\x14\xC1H\x1B2\xEF@\x18\x0B\xCE\xFF\xEF\xD3\xFC\xEA\xB6\b\xC0\xEE0M\x1C\xFB\xD0\xF0\rB\xF3\xCC-\xAC\xF9\xCA!\x94>1\xDE\xC9b\xDD\x10#M\x14\xD2\xEB\x95\n\xC5\xAF\xE8\x1D\xFAy&\xED1\xFB\xE8\xBEf\xED\xFC\xD7\'\xF3\xD1`\x07\x9D\xD9(\xB2^\x1A\x87\r.\xDC\xCE:\xF8\xAE\x12\xE5\x90Z+\xDB\xA2\xFD \xEB9\xDC\x07P\xEC\xD5\x0F\x1E\x01\xAD\x19\xBD\xE8\xA4\b\xBA)\xFFI\xF8]\xDA4\x9E\xE0\x13I\xB7\xDB\t\x17\x02\xCE U\x06\xE8\xAF\x10\xBF\xFES\xEA\x046\xE5B\x04W \x18b\xE1)\xD2\xF4\n\xBF\x14\xE9&S\x04\xC2H\xF2)\xB7\x16\xF5X\xC8!\xF1T\xD5.C\xF8h3\xF1\xD4\x13%\xEE\b@\xD2\xC2\x01\x1F\\\xAA*\xE2?\xA5\xB9\r8\xF8,\xE1"\xF4\x14\xC1\xD6\x1F\xF6\xC9\xB0\xF1\xFB\xA0\r\xFF h5\x02F\xF7\xD3\xB6\xE2\x1A\x9C\x0E\xD1\xFF7\xE4\xAA\x00\xE29\xFC\x0B\xEE\x01\xE1\xC8\x1A\xAA\xE2:\xB8\xCC\xF6\x17-\xF1\xE4\x0F7\xF5\xC6O\xF9\xF0\x1B\xDE\xC8B\x18\xD2J\xA8;\xFB-\x94\xDFJ\x14\xD66\xE9G\xC5\xB4\xEC\xDD\xCC\xB0\x1C6\t\x12Z\xFB\xE7\x1Co\xC2\x0B%<\xC2\x13\x83\xCC\x1D\xB1$\xD7\x04\fS\x1F\x02\x0Fd\xAC\x05R\xFA\x8E\xD5\xEC$\x11\xD8\x04/g\xFE\x8D\xEE\x02\f\xE6\xCAc\x07\x0F\xEC\xFE)\n\xBA\x03\x16\xDA?\x06\x19.\xFD\xE5x\xC6\xF4\xD6.B\xB0\xDE/\xF8\xD8\xE9Q\x06\xDB1Z\x0F;\xF4F\xE9\xC2\xFB\x99\xE0(\xE9\xBB#\xCAB\x1B\xFF\xB4\t:\xC1\xE5\x12\xD4$U\xB74\x1C\xDB\xEF\xB9#<\xC2w\xE3\xCCU0\xF5$\xA2R\xF1\x0F\x99$\xED;\xA8\x03\xC9\t\xF1\x14\x9EG\x19\xF7%@\xF3\xC0\xE6\xFC\x9D\x13.\xD0\xED4E\xD4\xFE;\xDA\x14\x07\xE10m\xE8\x9DJ\'\xB1\xF7\xE9\b\xC4\xF5\'\x00\x13L\xD1\x02\xA8\x18\xF7 \x98\xEE\x0B\xCF\xFA\xE2\xBFG\xD0\x07\xFF\xDD\x14\'\xEB Q\xFD\xD0\x05\xBD\xD4\x93\xE9\x00\x18\xD1a\xDD\xBC&l\x07\x12\xF3\xC6\x18\x0B[\xEF\x92K\xC3\xD2\x16\xFC\xF4\xCE\x0BN;\x15\xD9t\x9EB\xB0\xF8\xE80\xDA\xF0C*\xFE\xE0\xBDd\x12)\x03\xD9\x173\xB4N\xC0c\xF7\xD8\xBB6#Z\xEF\x1Ao\x0E\xB5*\b3\x1C\x02\xF2\xAC\xD9!Y\xA3.\xF6\xB2\xE5\'\xF9\xF2\x0E"\xDA4\x1A\x01\xDE\xA5 \xFD\xE4\xCF\t\x1A\xDFY\x1E\x0E\x06\xB3\xD3\x0FK\x1E6\xEA\xB1;\xF5a\xE8\xF9\x1C\r\xE3\x8B>\x10\xE6\xAD\xDF\r\x03\xC3\xE1O\xF8\xA7\xEC\xC6L\xE3\x19\xFD\xB8\xE7\x03\xE1\x1E\xCF\x036\x19\xB7@\x04\xADb\xED\xBC-\xCA\xF01\x109\xEC+\xC8\xFC\x9B\xC4`\xE98\xC6\x04\xAB\xD7\x00\xC9 \t\xA1\xC7+\xF0\xCF1\b\x19\xCB\x03\xF5+?8\xF1 \xCEC\xDB\x10>\xF9\f5\xCB?\x0EJ\xBF:v\x11\xC7P\xDE\xEB*\xC6\xE4=\x11\xFA^\x06\xAD\xBFR\xF4\xB6\x055@\xF4\x15\xDE\x1B\xF9-\xE4\xF5\x1AY\xEE\xDFA\x11\xD7E\x00\x96I\xFB\xEEm\x1D\xD5\xC5\xAD\xFD.\x15\x04\xF3#\xB5\xD5\x89T\xEC\'\xF8\x16\xDA\xFC\xEC\xA7\xD7\xFF\x0B\xA0T\xFD\b\xD3\x97\x1D\xE6E\xD4\x18\x00\xDB \x11\xD5\xE4&\xFFM\xA1\xEFi\x13@\x91\f/\xBC\xFD%\xAF\x06!\xEA\xDC%\xC24\xA0\t\xFAM\xE9\xD9\x9A\xC0X\xE5/\x03\x1F\xDF\x07\xAF\xD2\xF1\x99%\t-\xF5!4\xCF\xF7\x16%L\xF4)\xDC\x0B\xF7$\xE9\x8BFj\xF0\xAC\x0B\xD0\xB9"\n\xCD\xBE\'\xDD\xFA\xD2\x17Q\xF3\xE3d\xBF\xF6T\xB1\x11\xE3J\xEB\x17\xC9\x11d\x0B5\x1A\xFE\xCBt\x16\xF6\xC3/e\x1D\x04T\xE2F\xB3\xE7b\x1C\xEE\xBA\xDA\x0E\xC4\x01\xB4:\xC8[/\x07\xCD\xF9\x17\xC0W3\xF7\xDB:\xFE\xEBI\x05\xB59\xE9\x04\xCB3\r\x16\xCD-\n\xD6\xFE\'\xBA7"\x02\xB6\xF7\xED\xDE\xA5\n\xEF\xB9A\x00\x12\xE49\xCA\xBC\x18\xCE\x13\x06\xC1\xE1H1\xAB\xE9x3\xEE\x15\xA3\xE2\x0E\xBC7\xDF\x02+\xE7\x11\x04G\x17\xAD\xD6\x0E\xF2"z\x92\xDA\x1E\xA6\xFB\xDE8\x00\x1C\xF2_\xCC\x04\xDB\xF2\xE0*>\xD2%O:\xD8\xE8"M\xDA\xA9\x0B\xEB\xF93\x00\xEF=\x91\x11\xFF\x05>\x18\xFC\xCF\x1F\x04H\xFC\xF2\x1B\xEC\xA5!C\xD7\x96\xED\xC4\xE4-]\x1B\xE1\xCA\xFE\x13+?\xEFM\xB9\xEC\x9D@\xE6\xAB \xF6EZ\xA5\x19\xC3\x00\x12\xB3\xF5,\x0E\x9B\xCF\xF2\xFD(C\xD7\xA4i\xDC"\xFA\xD5)\xCB\xF3\xDF\x9FP\xE4\xB9\xD8,\xD0Ac\t\xC8\xF3\xFC\x1Cq%\xF4\x00\x9F4\xBDL\xED\x0B\xF7\xC4\x02\x1A\x10o\xD2\x07\xC22\x0B\x13\x89\xCF\tE\xE6g\x07\xC9\xFD\x18\xC1\x041\x1C`\xB7\x11\x1F\xF4\r*\xC8O\xEC_\xB6\f"/\x07\x11\xF8_!\xAD\xFF\xDA\x145\xB6M\f\xCE\xB4\t\x13\xD0\xF9\b(\xAB\xD2^\xB2\xE5\xD6)\xF6!\xFC\x16R\xE0\xEC,8\xED\xFB\xDB\x95\x1E\xEBJ\xE1>Z\xF9\xE6\xC7\x06\xE0Q\xC3\xE7\xB1\x16\t\xA9\x1B\xE6B\xD6\xC1\xF0=\xC9\xEB\x0B\x16\xBF\xF7\xE7(\xD3\x01\xE20=\xDCT\xEEC\xE7\x17<\xDE\x1F1C\t\xC7\xE1\xAEG\xD8\xF3\xB5\xD0\xFD\x1F\xBA\x13/\xF36\xD6\'\xA4\xF0\xD4\xAE\x13?\xEF\x86\xFE0\x04:\xF3\xE12\x01\xF6\x13[\xFB\xB0\x1B)\x8F\xE1Q2\x05\x9CX\xEF\x11\xA9\xF7\xEA\x1F\xC2+\xB2\xD7\x00\xF3\x11\x05\xEB\xFC\x99Z4\x0E\xE9*\x03;b\x19\xD9\x04M\xCB\fW\xBD\x01\x10\b$\xDD\x00,\xD5\x17$\xCFK\xD9\xFDF\xBF&\xCA\x9A\x04\xE7G\xDC\x019\xFC\xF0\xCE"\xE0<\x1B\xBE$b\x05\x80\xFD\x0E\x1Bk\xC4\x9BW\xCC\xBC\x16%\xF0\xFF\xBC\x1A\xC9\x8E#\b\xC1\xF4\xA3&\xE3\xB1\xFA\x15\xE6p\xC69\x19U\xBE\x0Bn\xF6\xEA\xB9\x1D\x9E\x10\xD3n\xDE8,\x17\xCC\nk\xD4\xB8\x1AB\x0E\xC6\xF9\b\xDB7\xC8\x15\xD5@\xF5\xE0\x06"5\xE4+\xF7L\xDD\xD0\x06=g\xF9\x11\xDD\xE7\xF65j\xFE\x1B\xEE,\xCFD\xF5\xB3\xFC\xEA\x94\xF4\xE32\xAB\x14\t]\xF0"\x06\xF9\xEC\f\xBA\xF1"\xA4\xF5\x12&\xE9\xA7\x00g\xB2\xEBJ\xFE\xF1\xE3Q0\xCB\xA7I\xEF\xFB\f\xD8\xAA:\x0F\x1E\xA5\xE4\xD5\xEFN2\xABE\xE7\x0F\xC1\xD7@\x05\x8D\x1D\xDE0\x0B\xD0J\x1E\x03\xC9D\xDC\xFB.\xC6\xE4=\xB0\x19L\xD5\xFFV\xE32\xC4\x05T\xD9\xF2.\x14\xD1*\x93\f!\xB8\x02\xE9(\x13\xD1\xB6Q\x1D\x01\xEA\xC2V\xF6-\x0B\xB6\x1E\xFE\xCE\x0F'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xEC\xBCO\xFD;\xE7\x111\xCC\\\x16\x06\xEA?\xD2\x02*\xAD\xFB6\xD3%\n\xEB.\xC0\x10\xE1\xF7\xAA1\xFF\xD2*\x07\x1E\xC5V\r\xE7<\xF9k\xB1\xEE=\xD5\x19K\xF6\xD9.\xFC\xEE"\xC88\x13\xF3\xBBE\xE9\x17\xFB2\x19\f\xCF\xA5 \xDC\x01\xB2\xEF\xDB\x94-\xF9\xB7\x1A\xE2U\x11\xEC\xBD\xFF\xA9g\xD6\x017P!\r[\xED\xB6=\xE1\x94\xEE\xFC\xD8%\xBD\xD1\b\x15#\x00\f\xA4\xEA\b\xB4\x11[\xA0\f\xFF\xE2`\xD8\x1F\x0B\xCF\xA8:\x84\x02\xE0)\xF1h\xC1\xF7\r8\x1EP\xC6\x12f\xF0\n\xC5\xDBC\x16Q\xE0\xF8\x1C\x8F\xF0\xB8\xD9\xC6\xE6\x1B\x13\xF5`\x02\x164G\xA2\x18\xF30\xDE\xC4Z\xE2*\xC9\x1E=\xE4\xC4E\xD6/\xB2\x06\x9D+\xFEn#\xDC\xD7\\\xF7\xB8C\x05\x15J\'\xD1\xFB\x03\xE5&\xD8\xA1G"\xF6\x9A\x072\xCA*\x12G\xD0\b\xFD?\x05\x9FH\xC0\xD9!\xCE\xB5\t\xE3\x01U\xE9\x9A\xFB5\xB8\xF8e\xFF\xD1\'\x04\x19\xE7\xF8\x1D\xEDN\xF7\xE4\xC4\xF0\x0F\x1F>\x11\xE9\x1B\xD6\x9A\xEB\xE2\xA9F\xBD\xF2\r7\xFE\xE8/\x02\xCF\x1E\xE5\xB1\xF2\x04\xE6$\x16/\xF2\'\xD4\xFC\n+\xE9O\xF8\xF0.\xC7 \rJ\xD0\x13\x06\xEF0\x98\x15\xED\xF5\xAE;S\xC1\x11\xD1<\xB43\x02T\xF1\xC6\xAB6\xCA\xFES3\xF5\t\x18\xDE[\xAE\x1E\xCB\b\xB5r\xEF=\xFA\r^\xBE;\x8Ds\xDF\xAES\xE25\xEF\x10\xA78\xDC\x11g\xD5\xAC>\xF6\x1C\xE5R\xD6\x0F\xDFH\xBDs\xDC\x0E\xCD%\x02\xDE\x16\t\x1A\xD5\x93\x01\xE4\t\xFA$\xDF\x0F\xC3 \xCC>0\x05\xD4\xF7A\xE1\x18\xD7\x13\xC2K#\xD2\xDC\xFC\xEE\xCB\xFA\xC1\x14\x1F\xCC\xB3m\xC8\x04\x1D\xBD&\xFC\x06\xDC\xB6\x02\'\xA8\xC3>\xF9\t!-\xFD\x06\x8C\xF10F\xA9\xF3J\xEB+/P\x18q\xEF,\xAD\x03d\xED\xFD\x9D\xE9\x15+\xBFV\xFB)\xAB\xDF\x00\x9F\x160\x0B\x1EL\x0F\xEB\x07\x00A\xF6\x17\xE4\xFD@\x97\xEBF\x17\xF0+\xCB;\xF4\x18$\xE7\xCC\xA7\xD4\x175\xE3b\xB9\xE9\xFD\xCB!\xBD\xFB\xB9\xDB\x9E\xD4\xBC=\xF7\x1B\xDA\xB7\x0F$\xC8H\xEF\x0E\x92\xF39\n\xEC5\xF6\xE6C\xB4\x03\xD56%_\x99\xDB-\b\'\xD4\xF3\f\xCD\xE42\xC1\x0Fp\xEA\n\xFE\xB4O\x03\xF2V\xEB\xC4\xF9\x1F\f\xD8)[\x05\xDD\x13\xF5"\x05G\x14\xE6\x0B\xCFG.\xE3\xF8n\xB4\x02\xE4#\xD1\x04b\x1F\xCAQ\x07\xC4\xF3,\xA4\xE3\xBA\xF4\xD0\xE8Q\xBF\xA4Y/\x14a\xF7\xA4O\xFD\xE1\x91\xD1Z\xDC0\x11\x1C:\xB2\x10H\xD0\x00\x178\x96\xE62RD\x0E\xFC\xEC\xC7\x01]\x8A\xF0\x149\xD5\n\x1C\xDA4P\xC5\xE8\xB7\xD9\x0E\xAE(\xDAX\xE9\x18G\xFE\x15<\x0E\xFA \xEE\xDF\x00\xBA\xDA"\b\x1B\xD66!\x15A\xEE\xC6\x9D\xE2\xFF\xD9+\xEF\xA4?\xF5\xC4\x10\xF8\xD0\xB0\xCC\xE1,\xB27#\xDE)\x07\xC2\x00\xA5\xF2>\xFC\xAA\x11\x1A@\xFE-\x18\xEE\xFC\x1C\x11\xCC\xF8\n\xDC\xC50\xAC\x04\x12\xC9G\x19\xAC8\x02\xC8\xEC\xB5\xF4\x03\xBE\xFA\x07*\xF6C\n\xBDk\x04&\xE1\xB4\xEDo\x1D\n\xF0\x1C\xA4Y\x18\xD7\xF5\x95\xFBQ\xE9\x1FX\xCC*\xBE\xED\x06\xF4\xDF\x9D\xF7D\xD2e\x97\x00=\xB3h(\x1D\xEFK\xD6\xE59\xF8\n\xE9T\xE1,A\f_)\xE4\xAA\x1E\xD7]\xCE"\xFB\xE7\x13\xC8R\b#\xDA\x01A&6\xF3\xE7\x02M\x11\x1D;\xD4\xB61\xDF\x10\xE8\x18f\xD41%\\\xC3\x04\xE4\xBB1\xE0$\xED\xD3\x9C\x02\xE0\xBAq$\x87,\xD1\xF1\xC0\x12\xF6\x9E\x17\xDB\xC7M\x0F9\xE8\x15\xAF\xF05\x90\x1B\xD51\xF9F\xCC\xA1\xC0\xDE\xFE\xC2\x0B\xD1\xB9\xEE\xC4\xE3\r\x18\xF9\x05A\x99\xFFH\xC9\xB3\f\xEA\x146\n!\xF5\r\xC1\x068\xF6D\r\xFC\x17\xF4\xC3\x03b\x1E\'\xFEM\xCF\xE8\xFD4\xF0\xD2\xFE\xBB\x03O\x0E\xDBI\xF5\xFF\xAA\xE5\x157\xEB\xFCX\xD9\x13k\'2\bC\x00u\xA7\xED\xC4"\xD9\x0B\xE2\xF9\x1D\x01\xDA\xCC\xABM\xEB\xD7AT\x1A\xE6\x12\xC8-\xEA\xCF\bB\xDD\x0F\x8B\xD8\xB6\x060\x1D\xAE\b!\x92\x7F\xF4\x1C\xE3.\xCB\x07\xBFd\x1F\x0E\xBA\x05,\x1A\f@\x1E\x89\xF7\xDC\xAC$\xCC\xF3(J\xD2^\xF57(\xA5\xEC\x14\x8E\xF9\x07>\x14\xDE\x0B\xFE\xCE\fr\x9B\x1F\xD8\xF9\xCA-\x8D\x1BB\f\xA7\x13\xF2\xB61\xE1\xF6N\xA8\xFBE\xB5\xF6\x15\xCF@\x1AH\xAD\r\xC5<\xB3\xE42\xC9\xEE+m\xC5\x04!\xFF\xB8\x1B\xE6\xC4L\r\xD2^\x1D\xDB9\xE8\xBC\x1B\\\x9F+\xDD\x16#\xF1\xC3G\xE2\'\x04\xF0\xD5\xF81\xDB"F\xC8\xD9\xFC\n\xC4\xEB\x0F\xE0\x1A)\xC2\x00\n\x9C\xEF\x04\xDF1\xE8\x14\x05\xF7]\x11 \xDF\xFB\xD1\xEC=\xD7\x0Fd.\x06\xF2\xDF\xBB\x03\'\xC6\rK(\xD7\xFE\xEA\xC8V\xBB\xE40\xFC\x13\n\xA7<\x12m\xB3\x02\xC2\xF5\xEA\x07\'>\xA2Z"3\x03\xD3f\xED:"\xFAy\xCC&N\xFE\xD3$\xDC\xA2\xBD;\x07\xA9\x1C\x12U\x93\xF5\xCD\xFB\x94#B3\xA3\xF0\xFC\xB2\x01\xCF\xF13\x10N\x05\xF6C\xD6\xB06\xCE[\xE7\xC0!\xEC\x17V5\x9Ca\x19\xE4\x14\x00\xCF\xB8\xF2\x80\r\xE3\xAF\xD7.\xE7\xB8\xF6\x1D\x8E\xBFT\xF1\x01H\xE9\xF5O3\xDE\xBF%\n\xE0\x16W\xD6\x11\xFA\xE6S0\xE0\x13i\xA6\x06\xB6\xF6(\xA1\x1A\b\x01\xEB\x1C\xF6\x00\xDEH\t\xCE\xE0\x10\xFF\xD2\xF7\xB3\xEFD\xDD\x1CQ<\xF9\x14L\xC5\x05\x17;\xDA\x0B\xEEA\x19,\x0E\xCE\x18\xD7\xB7\f\xF1\xFD\xE7K4\xBD\x01\xEA\xC8\x1C\x0B\xCD\x18B\xF5\x1F\xE6<$\xDF\xD3\xEAh\xC5*R\xDA\xB6\x0E/\x9E\xFA&\xAD\xE8+\xBE9\x05\xC9,\xFA\t\xE7\'\xCA\x01\x1D\xF3Y\x0F\xA8\x00`\xE5\xCB\x07\xAF\xE2\xFC0$\xFF\xCBi*\x04\xAE\x1E\xEF>\xA9-k\xB4\x04\xD7\x9C\xC1\n\xD9\xC9\x16G\xFF;\r\xE0\xF3\x97@&\xC8\x19\xD78\xF0B\x1A\t\xDAL \x11]\x93\xC1\x17\xD8\xB51\xDE\x9E\xEA\xD1 \xC3+\x14\xFA\xD99p\xC2\x98?\xE5\x15\xA2\xD49\xC8\xF8\xDA&\b\xF6\xDD\xEF:)\xEA\xFAJ.\xF0\xFD\x8D\x16\xBA\xF9"\xD0\x15\x05\xFBi\xEA\x06S\xB9\xFC\xC7x\xF4\xE2\xAA\xEA\xD5\xF46\xFFn\xEEE\x0B(A\xF9\xE2J\xF26\xA1%\xED\x12\xF4\nW\xEF C\b\xEC\x19\x0Ec\xCF\x14L\xC2 \xFD\x10Y#\x01\xB9_\r\xD4\xDD[\xAA4I\xBC\xEE\xE34\xAC\xF4\x11\xD1\x04#\x8B\x133\xFB\x0BB$\xE3\x0F\xA7\x06\xF7\xCE\xBC\xFF3\b\xB3\xD5\x04\xBDH\x00\x1E\xD3\xDE\x05\xB2\xF9\xDC\xBEY\xE3\x9D\xFE\xB7\xE6\x02\x97D\xE3\xAF\xC6\xDE\x15\xA7\xE8\x1D2,\xF0\x07\xE6\xFE\x1F\x0B\xD3\x14\xC3 \xDE,\xE5I\xEC\x00\xCD)\xC2\x02\xB4\x1CN\xC5\xE1![\x18\xDA\x13j\xED\x1B\x10Z\xE7\xCA\xB5<+\x1A\xC63\x02\x11\xF3, F7\xF3/\x17\r\xD34\b\xF2\xD0=\x05\xC4\xF5\xC4\x1B\xD7\x12\xC8^,\xA1L>\xFFa\x96\x165\xD8\xB7W\x18\xDFe\xEC\xCE\xFB->\x10\xE8\xAC\xF2\xC7\x92$\xCD\xFB\xDD"\f\xF7c\xA5\xECR\xD1%M\xB1\xFB\xC4\xDF\x0B\xD5]\xC8\xEB\xF7r\x1BG-\xF9$\xE0E\xFBT\x9D@\xF5\xB2\xDF\xF8\x03\xEF\xCD\x0B\xF9\xC1\xF2\r\x1F<\xEF\x9F\x121\t\xDB\xF2\x9A\xD5\x039*D\x01\xE4/?\xF4\x9C3\x03\xE5\x15\xFD\x0E\xE2\x89\xE99\xCE\x06\x15\xED\xAB\x1D\xFC*\xA5\x03\xBC\xE5\x91\xD9g\x13\xAD\r5\xE1\x04)\xEB9\x1A\xD8\'\xAF\xE9;T\x06\xAA\xE3\xFA\x07\xD4\xF6K\xAD(\x16S\xFD\xB9\x1E\xDD\xF6\x0ES\xB0\x07\xC4\x18D\xDA\xCE(\xBA:\xF5\x1E\n\x17\xD9v4\'\xBF\x04\xE0Q\xD9$\xEE\x0F\xFE\n\xBE\xEB\x03\xB4\xED"\xC0\xD0\x14\bk\xBC\x0F1\x1D\xDB\xD1$.\xCBG\xBC\x1E9\xC6\x01\xEA\xBE\x0B2\xEEe\x07\xD0\xBC\xEA\x15\xD6w\xEE\xAD\x10\xF2H\b\xD8]\xFE\xC2G\xF1\x00\xA0\xF8K:\x12\xB76\x15\xC9P;\x1D\xCE(8\xD4\x18\xF9YG\xFD\x8F\xCA\xE5\xF3P\x04\xB8\xFC\xEC\x11\x01b\xE9\'\xFD\xE3\x1Av\xD1!\xE2\xCA\x12\x9FK\x1C7\xF8\'\xFF\xE2+X\xC5\x1B\x95\xEE\xCB,\xAB\xDF"\xB8\xE6\xD4\f\xF1\xE8\xD0\t\xF4\xDF+\xB2\xF1X\xF8\xDCd\x07\xA7\xE7\xDA\x1F\xEE%\x00C\xA2\xE1\x17t@\x9A\xDD\x16\xB0\x0B\xD9\x88\x0F=\xF7\x05\xA8E\xFA\xE7)\xFE\xDF\xA3\xC9\x0B\x1D\xBA\x05\xFB\xE76\x01\x14B\xF9\x070\x12S\x1B\xC5"\x86C\xFFb\xA3\xFC\xD4\xE4\b\xA0\x14\xF3;\'\x11\xB9\f3S\x12\xD2\xF9)\xC9\x0B\xF5\xC35\xF1\xCFAV\xF3*\xB6\xDC5\xF1%\x17\xD8\xC3\fc\xF0I<\xD3\xF62\xDE%i\xB6!\xE5\xD2c\xEC\xCA;\x02\xDCj\xFA,\x18\xC2 \x05I\x173\xC6E\xC4\xDE\xFF\xCB?\xF6\xAC\xDF\xC2\x1C\b\xEB8\xB1\xE5&\x06\x1C\xF8/\x00\xCA\xEBL\xFE\xC6\r\\\xB1<\xF52\xB5\x04\x15\xE8\x90N\x0F\xAA\xCF\t\xDA\xF2\x0F\xBE\x19\x99\xFD\xF4\xB0*\x07\x96\xED\xD8\xE64\x10\xEC\xBA#\x00\xE8\x1F\x8F/\xF0t\xD4\x04\xE9=\xB50\xD8Z\x1F\xFFI\xD6\\\xA2\xE1\xBC\x17"\t\x95\x1B\xE9\xD2\x01\b\xEB\x1D\xCF\xDB/\xC0\x02 \xEF:\x18\xF8P\xA32\x03M\'\xD6\x0FF\xE3\x15\xCET\r\xB1@\xCA\xDB\xFAf\xD2\f\rV\xE4\x13\x1B\xFB*\nb\xF3\xFC\x97\x10\xF0\xCE\x13\xB8\xEA\f$\x04?\xD4\xE5a,:\xBD\xE1R\x86F\x0F%\xF4\xFCW\xD8\xE4\xBB\xFF\xC6)\xEA=\xF7\xDE\t\xE81\xC0\xF0\x007\x1F\xF8\x02\xF1[\x98-\xF4\xAB\x1D\xF8\xD2\x07\xB2\xC1G\x9E\xCC\x15#\xC6J\x04\xE0\xA8=\xFB2\xC6\xEFh\xA7\xF6\x13\xCC\xF1\xFB\x10!+\xC8\xF9\xE6\xA8@\x17\xC9\f*^A\x12\xE1\x1B\xD0\xAF\xC6 _\xA6\x1CX\xDA\xB6\xC60\xDF\x1A&\t\x13C\xE06H\xEB%9\xDB\xED\x1F\xE3\x00\xD99\xE7\x18.W\t\xDC\x1AO\x10\xDA\xFC7\xB9\x06\xDBM\x94\xF6\xD7\x16\x00Z\t\xB8\xEC5\xA5\x04\xF2\xD6\x9A\x07{\x00\x0EH\xEF\xFE\xD1\xF9\x0B=\xE9\x12O\xA5\xD1\xFE\xE6\xC3\x04\xEF\xBB\xC6\xAA\xFD]\x03\x0E1X\xA9\xEF\x0E\xB3\xD2\xF8\xBE(\xF2\x8E\xFF\xCF)\xE8\x1DH&\xAE\x1A\no\xEE3\xBF\xDD-\xD2l\xE0\xF7\x1C\xB6#\xED\xF9\xBD.\xE6\x17;\xBA\x12\xE1&\x9D\xF5"\x05\xEEF\xB59\xD8 M\xFD\x1B5\x12\xE1\xC8\xF5\xB8\xF9?\x05&q\x1D\x00\xEB\xCB \xE3@\xB14\xC2\f\xE1\xFF\xEC?\xD0\xE5\xB2\x05I!\xF3\x1B\xFD\x10J\xCF1\nR9\xDA%\xF4\x8C\xD8\x06,C\xC9\x02z\xD3\xBF\f)\x16\xF8l\xA0\xCE\x18\b\xD6\xF2\x9A"B\xD7\x19\xD0\xBF\xE1\xF4\xA0D6\x11e\x04\xF6\x17\x07\xF2\x9BT\xC70\x03\xBB\x1E<\x12\xA1\xE9\xC7\x05\x97%\xC0\xE7\xFE\xDF\xCA\x10\xACM\xCC\xFC"h\xE9\xAC\xF1\x18/\xE4\xFBV\xDD\xCB\xEB\x0E-\x07\xE4\xF9d*I\x06\x14\xE6+\x0BL3\x13\xDB\t\xE5\xAD\xD5\xBBJ\xEB\xD9y\x12\xD3\xF8\x16\xDC\xF4*\xFE\xD5\xF8\x0E=Q\xD8\xEFB\x17f\xA2\x1F\x01\xF0\x15\t6\xE0\xC2\xF7P\b\xDC\xB3\x11<\x93\xF13\x01\xAF\xDB\xF4>\xAE\xE5\xBF\xCF\xEC\xB0j\x01\x92\xEB\xFD\xCA)\xC1S\xFD0\x0B\x1E\xC8(;\xFD#C\xA6c\x0EO\xC5\xE0^(\xB6\xE4\f.\xB0\x06\xF45\xE9B\xBF\xE3[\xB1\x02\x1A\x10\xD3 5\xED\xC7\x1B\x04!\xBDG\x1AW&\xB9 \x02\x17\r\xFD7\xC5\xDB\xF3 \xB5_\x04\xF7\x19\xEE$\xE0\xA0\xFB\xE5\xAC\xBE\xEE\xE3\b\xCD\xE8\x9B\xF04\x1A\xCF\x01\xF57\xCD\xFB\xDB\xC5\f\xD5,\xFB\x1D\xD3/\xEC>\x8B\xFC\xBEF\x00R\xF6\xD6b\n\xE3\xFA\xC7\xEA\x10:\xF0Q-\xDE\xF6%T\x0F?\x16\xD6\xE9B\x99\xCE=\x02`\x152\x04\x0E\x1B,\xB75\x19$\t\xFF\xAB\xEB\x15w\xA3\x1F\x12)Q\x19\xB4`\x06\x9E\xF6\x0B\xC7W\xDB*\xE6\r\xA3\xDF(\xAE\xEA\xCE\x14\x9C4\xD4\xFE\xC7\xDA\xA0\xB9A\x1C\xA5\x06\xCD\xE25\xA8\x0B!\xDE\x13\xF4\xC0\xD5\xEDN\xCE\xDDX\xF6\x02I\xFA\xD3D\xC0R%\xDC\xC3\x07I\xE3\xED\x92\x00\xE0\xF2\xCC(E\xE6"\xF3\x14\x05d\xF4\xD1\x16:\x10\xFE.A\xF2\x06"D\x12i\xF9\t\xE8\xD2\x12\xED\xBC\xFA\x01\xF0-Q\xB9\x06W\'\r\xB5\x1F\xF2>\x8C\xD5\xC3\xEF\xDE\xB2\x13\xE5\xF7\x0B2\xF1\xFD\xD4\xBB<\xF5$7\x14L\xDC\x10\xB9\x00\xAA8\xCB\xB2$3\x06\xEF\xBAM\xDC\x1E\xC0o\xE0\xAB\xEA\x01&\xCAI\xFF0N&u\x19\xC3\xD0\xE5\xFC5\xA6\xE7\xF9C\x00\xC5\t#\x14n\x0E(\x059\x1F\xD6\x8A@\x1B\xE7-\x0EW\xCD\t\xC0\xEA\xAD\xFC3\x19\xD5K\xE0\xEF\x1B\xFD\xC3\xE5j\xCB\xF9\xA4\x02\xED\r\x16\xF7\xB03\x1A\xF3\x15\xE0\xB1\xF5\xD7\x9B\x07E\xF5\x10\x1D\xC9\xDA.\x1A\xE1\x96*\xEA\xFA\xE20\xA7\xE8P\xC9\xF1c\x02\xB8\xCC\\\xA5\x03\x18\xFA\xD8g\x1E\x04\xC5\xEEt\b\xFA/\x0FT\xD8E\x98\x18"\f)\xD58\xB5\xCE,O\xE1\xD5\x91_\xC1 \x0B\xE88\xDE"\xAF`\x01I\xF1\bq\xD0\x11Z7\xB1\x06B\xD0\xFE\x1A\x95\xFC\x10\xE2)\x13\xF4#\xE0\xB24\xE6\x9F\x0E@#\xE2\x98\xCD\'\xC1\xA1\xE8\n\xF8\x03\xDD\xF3>\xE7\\\x1A\xFBM\xE6\f\xBF=\x06\xEC6\x03F\xC9\x11\xFC\xEC0\xD7\x90\xE9\x14\xC2\xAF\x03\xF5\xD8\x18\xCB\xF1\x1E\xBC\xF5-\xDC5\xBEI\xEB\b\xD7D\xC7\xF0K\xFF-\xF3\xD2U\xF7:\x13\xEB\x03>!\xB77*V\xD2\xAE\x07\xC5\xE1\x88#\t\xF1\x1E\xFB(\x10\xD9\xFA\xA8*Z\xB9\x17\xC7\f:%\xFB@\x1D1\xE7\xBBE\x01\xDDU\b\x15h\xED\t"\xD1\xAC\xFF.\xF8\x1C\r&\xBD\x15\xDE\xB0\x00\f\xBC\x1E\xDCY\xF5\xD3\x13\xC9\xEA\x0F\xBE\xFD\x14.\xF4\x03@\xBE\xD1o\xE6\xB4\xCDP\xE3\x1B\xF1\xD2\x05?\xF8\xE0\x04\xB7\xD3\xDF\xEEL$\x0B\xF8\'\x9B2\xE6\xD7\xB3\xC7B\xF6\x19_:\xC0\x99p\xEA\xD3\x07^\xC9\x1B\xE8)\xD6D\xFE\xAF\x19\xE2m\xF1\xA5\x1D2D\xEDO\xCF\x10\xD9\xF0,\xA4\x01B\xF5\x16\xBD3\x00\xDD\x9F&m\xEF\x1EU,\x0F\x9E\xFE\xCA\xAAj\xEC\x10\xC4?#\x02\x12\xE1\xA0\x04\xF1\xE5\x16\xDD\x057\xA9\xE4>\xF92P\x05\xA3\xF2/\xC7\b(\xFF?\x07\xFA\xE4\xD8\x95\x1E\xB8e\x19/\x0E\xDE\x190\t\x85d\xEA\x0E\x1FL\xE7\xC0\x13\xA6\xCB\xF4\x06`\xD9\x13\xE3:\xD3\x1B\xFD\xF2\xA6+\xFAU1\xDA\xC9&\x0ER\xCD\xFD\xF3!\x0F\x8F\xEE\xC1\x14\xE2f\x0F\xE9N\x8E\xBF\xDB$\xCDa\r\x01(\xF9\xE8\xA6\xFF\xF7N\xC2\xEE\xD5%\xFD\xCC;\xB3\xF7\n\xD52\xFEE\xE4\x1A\xBC6\xF3 \x03\xB6K\xE0\f^\xCF\xEA\x1C\xBA\x0BL\xFA\xB0\xEC.\x18\xBAJ\xD9\x03%\xD0:\xFB\xB6!\xD2\xF84\x11\xECJ\xB0\x19\xF2\xC4;\xDD\x0BE\xCA'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB3\xED)\xC4:\xF2\xDA\x02[\x130\xD5E\x0B\xFC\xE6\x19F\xF3\xC8*\x01\x83\xF6=\xDF\b\xCD-\xE3\x05\x19\xB01\xE0!\xCE\x13\x8EX\xF10\n\xBD[\xF43\xB2\x1A\xF4\xC7V\x11\xE6*\x03<\xF1\x1BF\x05\xB5]\xFA\x12K\x00\td\x17\xA9$\xCA\xB5\xE9\xF5\x1D\xC3\xB1-\xD2\xA5\x0E\xE0\x17e\xCF\x0F%\xB3\x17B\x86K\xF7\xD3X\xFF\xF3\tP\xF6\x01\xDA\x17\xD0\xE3 \x02\xE8\fG\xE1\'\xFE\t\xDA\xA3\xF6\xCE\xB9\xE0\xA5\xD4\x11\xEC\xE1&\xD8\x1D\x9E\xD2\xE2\xF92\f\xE0\xFD\b\xA0)\xDD]\xED7\x05V\xB5\xEC0\xDAL\xEA\xC5\xF8\x00\xEF\xBF%\xEA\x10@\xC1\xA5:\xE5)D\xB1\xFB>\x9D\xD9\x17\xC5\xD4\x05\xEBB\xB88"p\x17\fL"\xF8\xC43\x18\xCE@\xF7\xE8R!\xBD\xEB?N\x1B6o\x01\xF1\x10"\xFE\xC5\xF6@\t\xFB\x95\x1C\x048k \xD9\x14:\x94\xC9\xDC\'\xED\x1B\xB9\xC8\b\xEA\x10o\'\xF7P\xAA,h\x99\xCE\x15\xF9\xEE\xC11\xFD\xEB-`\xFF@\x8F\x07\xBC\r,\xB0\xFF\x14\xD0\x97\xF0\xC1\xD3\xE5\x15\xCDK\x8E\xD9\x16\'\xD4 \xC2\xE4\f\xF2\xD5\xA7\xE6\x0BT\xFB\x07\x1Dt\x02\f\xD6\xFD\\ 4\xC0\xEF\xCD\x079\xFC\x11\xF1\x1F/\xDEL\x06\xD5\xE4\x80\b\xD9\xB2\xE5\r\xF1O\x02\xCC7\xF1\x07C-\x04\xF7(\x0E\xACB\xBC\xF8\t\xE3:\xE9\xA6\x00G4]\xBA,\x10\xCA2\xB0\xE0-\xF4\xE7\xB35H\x11\xF2\xDD\xA6\x02\x1C\xE0\xB6\xEC\x1B\xDB\xBC\x01\x0B\xE7\xA9\x1E\x10@Y\xC8\x14\x1D\xCF*\xBE\xDC\xED\x1A\xDEq\xC3\xD9\xE5^\x17\xDDR\xFB$\xEA2\x1EX\xBA\x0Fp\xF0\x14\xCE\xF7\xDE\x18\xFAF\x02\xF0\xD2\xBDE\x16\xD0\xF8\xE2\x98*\xCE\xF9\xA4\xD4\x18\xED+\xCD6\xDF\xBDR\x93\xE8\x12\xAB5\xB6\xF8\xE6\xD3J\x1A\xF3<\x00.\x1E\x9B\x13\xC6\xDF\r(I\x06\x1C\xC5=\xEA*\xFF:\t\xDB\xF6\x9B8\xEB\xD9,\x01\x0B\xF01\xE9\xBB\x0B\xAD,\xC5\x14!\xD7\xB1\x0F\x03$\xF9C\xDB\x03\f\x19\xFA-\n\xDE&\xD3\xEE\x07=\x16\x004\xBD\xCF\xE8H\xD6j\xE2\xF4E_\x19\xEC\xD8\x9A\xE6\x0B\xF5L\xD6\x0E\xCB\xAEm\x14\xE3\n\x04\xC5g\xE5\xB5\xD6?\xFEJ\xDA$\xFC>\xE9[\xF9\xF0\xCEk\xE0\xBA\x11\x8BK\xE9\xA9\xD69\xCB\x00I\xC2\b\xDC\xC9Z\xAE\xEC\x06)\x11\xF9\xAF\f\xBF\xFF,\xA5\xF8\xBE?\xFE[#\xA7\x16\xBA\xE4\xF1$\x003\xCCA\xAD\x18\xF37\x1F\x12\xA7\xF6\xCA\x1C\xEFx\x05\xB8\xDD+I\x16\xE94\t\xF2\x1E\xC4t"\xF2\x11\xB1\x1E\xF4\x15Z+\x10\xF1"\xE0e\x92\xDD \xEE3\x18\xE8"\xD2\x035\x12\xCA1\xDF\x02d.\xFBD\x1A\xD7\xB8\xFA\xEF\'I\xDE\xFB\xCBM\'\xE0\x0F7\x9E\xE2\x11\xCC\x1B\xA2\x07\xBF\xFE\x96N\xD3,\xE4\xFF\x07E\xE2^\xEB=\xA1\xE1\xFC\xA02\xC1\f\xF57\x01\xC4W\x05\xCCN\xB6\n\xDD\xE7\x1F\xF0\xB8\xF9\xD2\xED\xC7\x12\x89W\xEB\rN\x1E\xD3\xBB\x0E\x91\x02\xEB\x07Z\xB8\x00\xD3H\xF73\xFFB\xE40"\xCB\x19\x02>\xF7\xB7\xCF(\xC1\xFA\x06\xD8*\xFE\xE5Q\x03\xD7\x1CM\xCB\x14A\xA4\xDF\xFB:\xF2\x15xC\xAA\x06S\x18B \t4\xDD\x05\xC1*\xA0\xFF\xE7\x061_\xD8\x17\xC3/\xF2!\n\xB1&\xED\xC3\f\xF2\xD7\xF8_\xEE\xB1\xDB\x0F7\xED\x15\x99/\x0E\xC9\xB8\x1B\x18\xCC\xF7A\xE9\xB6\xFD\xD5&\xF4\x1D\x10\xD7\x970\xC4\xFC\xCF*\xDA\r\x8C\xE5\xB3\xF3\xD1>\xF8\x16\xDFf\x12;\xEE"\xF8B\x93\xE7\xDA;\x14\xE8T\xD9\x15e\x1F\xA9\x056\xE3\x13U\xA1 c\xD7\x00Q\xE66h\xEE;\xB9\'\x12\xA7\b,\xED\xE4\t\xB2]\xEB&\xF7\xE2\x1D\x0F\xEA\xF4\xC38\xFD&u\x00\x1E\xE62\xCF\xF5\xC4\xAB\xCE\xE1\xB6\r\x1D\xFDi\xC9\xF9\xBF\x05\x977\xD1\xB9K\xDD\x0B\xBD(\xFC\xC9\t\xDF\xF5\x19\xB0!\xF8\xDD\t\xDC\n\xEFb\xE15\x18r\xBFI-\xC7\x03D\xB9\bX\xA0H/\x03Z\xD4\xEC\xBE\x0B\xA5T\xB5\x05E&\xFC\x16-\xF2S\xD2\x06)\xA8D\x1B.\xFC\xF4\xE5\x00\x13,\xC7F\x1B\xF3\xE72\x03?\xC5\xEF\xD1\x13\xA3G\xFD\x92\x1E\xD1\xFB\xC6\xF3\x9A\x0E\xF8\xD3\xFD\x1A\xDC\x13\xEE\xFF\xD6"\xB4\xE0\x1B\x0FG\x16.\xCB\xF0\x0F\xDA\x19\xE4[\b@\x01\xC67\xED\xE1\x0E\xF0\xD0\xDE\\\b%=\xEA\xFA\xF0\x98\x01\xD1N\xBA\xA8%K\x0B9\x03\'\xC7)T\xE7\x02G$\xDB\x04= \xE18\xA2g\xCD1=\xC1\x14\xFB\xF1\xCA\x9F\xF7\xE2\xD8C"\xFA8\x8B\xED\xBD\xD7\xA1\xE8$\xAE\x17\xBCO\x01"\x12\xB2\xC5\x19\xA3\xCDn"\xDA:\x0E*\x17\xD4\xEA\xFC\xE2\xBB_\xE9\xFD\xC8\f0\xBE\xB0\x10R\xCB\xE9\xAE\x14\xF1\x07\xE8!\xAD\xF5\xE3\x07k3&\x057\xB1\xFE\x07\xE9\xC3j\x02\x1F\fN\xF9\xDC\x11a\xFB\xD63\x9E\xE6<\xEE1\xD9M\r\xB6\x07\xE6[\xAF\xEE\xFAs\r\x1E\x88/\xF4\xD8\x1C\xF1\xD8\x16\xF68\xED\x19\xFE/^\xC3(G\xBB\xFB\f*L\xD0\xE8\xAC\xDBS\xEA\x1C`(\x96\x13\xD3\xF6*\xCB9\x1B0\x04\xF2B\x1D\b\xF6\x7F\xCA\f\xF8\x03\xE2\xF3\x1B4\xFD\x15\xCB\xE1\x063\xDC\xC7\x13S\x07\xAD>f\xABA\xE2\x07\xD4\xA4\xE0\t\xF6\xD8\x01\x10\xD1S\xDB\x02\x90\x18?\x0E\xFF\xC4\x12\xD0\xBC\xF4\xDF@/\xB7\xDE\xFE\xAC\xEA\xC0\xCF\x97\xE4\xC6,\xDB\xFF\xAC\x1DW\xBD)A\xD5\xC5\xA1\xF4#>\xBF\x95E\xF7\xD0"\xE3\xC3\x10\x06#\xFE\xCA\x1Fk+D\xB7\x1E<\x86\xE2\xF3\x1A6\xC6\xEF\x1F\xBE\xF4#E\xF00\x0BO\x1A\x04\xE7\x0FG\xEF\x14q\n\'K\x0F\xEC\xB6\x14%\xD2E\xE8\x8F\xFD\x12\xEDS/\x0BL\x00\x1C\xF2(\x04\xEB\xFEG,\xF9\xC1\xE9P\x9B\x11\xF8\xC2\xEF\r\xCE\xE81b"\xA9\xEA\x11e\xFC\xDE\t\xD3\x9B\xE4\xFA\xAB\xD6\xFC\xCA\xA9U\x07#\xD4=\xF5\xDE\xFC5\x02T@\xE3\t\xF0\x167\xCF!\xAD\x03\xE4\xD9\xB5\xD2\x12\xE6d\xB0:\x18\xA1\xEE\xD57\xD9\r\xF03\xE5\x02%Z\xFC\x17\x06\xC5\xFD\tB\xD4&\xAF9U-\x14v\x05=&\xED4\x1F\xF4\xC2\x9A\xE4\x01\xB7 \xAA\x19\xD0\xF3\xA1\xFB\xBF)\xDB\x06h\xE0\xF9\'\x10a\xEC\xF96\xC6\xD8\x0E\xBE\xDD\na\x1F\x19\xFB)\xD1C\xB1\xD7\x14\x94\xDE@\xB3\xEF+\xDE\xB9\xF6\x04\xE5\xCC\xED\x01\xBA\x1E\xC7\xE1\x0E\xBEg\x00\xDB8\x19.\xC9N\x12\xD7f\xC2\f\x1E:a\x00\xB0\xF5\xC1\fD\xCC\xBD\x1B+\x9EF\b$\xFBS3\xC9\x02\xB4\xE2\xA8b\xBD\x06\x1CS\xEC\xC6-\xF5\xD5\x12K\xCD\x17W0\x0F\x1A\xA5\xF8\xDA6\xF3M\x18\x9C\xE5\x13\xCF\xFB_\xF2\x06\xE8+\xEE\xF9\xE12\xEA\xD9\xCC\x11J0\xEC\x18\x8E5\xF4\x07\xFE\xDF\x17\xF3\xA8\xE8\x1E\xF4\xE2\x148B\x04\xF5\x16\xDE\'\xFA\x0BI\x01\x1Fz\xA3\xE95\x00\x99\xF0\xC2PB*\x10\xE9\xAF\xD1\x03\xF8E*\n\xAD\xDF\x0FA\xA2\xFE\xBC>%\x04\xB4\xF7\x1A\x9D\xE4\x1F\xD4P\x00\xE6\xD7<\xB1U\xCF/L\x00\xD1+\x85\xFA\xEB\xC6\x10\xEA7\xCA\xF2\xA9\xD24\xB8\xE1\b\xFB&\r\xE4!\xDA\xFE\t\xE0\xCE\x05Y\xFD$0\xD8\xEF\xB8<\xEC&\xBE\xD2\x1DW\t\x15\x95Q\x0F*C\xEF\x0B\xFB\xB5*\xF1\x13v\xC5\x1F\xE7\x03\xBD\xDC\x10\xB7\x06@X\xCF#\xD8N\x94\x00h=\xE7\x11\xF2\x19\xCA;\xBE\xF4\xC8g9\xB2%\xF3\xBC\x1F\x8F<\x0B\xC0V \x05\xCAM\x15\xF6\x03\xDD2\xCB\xE5\xD4\xF2\xC6\xDF\x01\xD1T:\xC7\xDF\t\xA8%\xF8\r\xF0\x15="\xEEq\x18\xC3\r%\xFD\xB4\x1B,\xE3\x13\x06\xC2)\x9CV\xEC\xDBO\xAA\x19\x07\xD0\x13\xE73l\x16\xEE\xDB\xE4\x15\xF5\xA4\xE2\x1B\xFE\x8E6{\xED\xAC\xF5H \xFDn5\xBC#\xAC\x13\x03]\x1B\xD0D\xDD2\x97a\xC8\xF9\xA37\xE7\xDD\xF2\xACV\xEF\n\xF7\xBB"\xDB\xFCF\xD6\x00!\x13\x04-A\xEC\xF8L\x9F\xFD\xD6\xC8\xFAH\xB3\x01\xCE2\x0E_\xD8\xE6\x0B\xC7(\x18\x0E\x02-\xB0\x17\xE8\b\xF9\xD7\xEA\xF51\xBD\xFC\xEC\xB8\x05\xD3\xFE\xE4\n,\xD5\xFE \x04I\xDC3\xC9?\xD3X\xAF\x1C\xF5\f3\xB2\xF7\xD2\xE2\xFD\xB9\xDC\x1D\x0B@\x04,\x0E4\x1Bf\xEAA\xF9\xC0\xF1#G\xB7\xFB\xE2>\xBF\xEB\xDB\r\xA1D\x19a(\x98\xE5I\x0F9\x18Q(\x1FF\xB2\xF4\x15U\xBB4\xD2\x12\xA3\xE7\xFF\r\xEE0\xE8\xCCl\xE3\xC4&Y\x92\x11$_\xC6\xF0\xE1\xB8\xE8\xA6\xF1\xC3\b\xD5$\xB1\x06/\xCF\x12\x01\xD6P\x9B\xD1^\xF71\xCC\xF1\xE18\x06\xCA \xD8\x02\xA2\xE2\xF3\xC2\xEB\xDA\x0F:\xCC\xEC\x8C\x11\xF9\x04m%\x18H\x8A\x03<\x15\xA7\x07J\xEB\n6\xF2\x033\xAB+\x19K$]\xDA\xFE*\x99\x13\xDDQ\x18\xA3\xEB4\x1F\xF3\n\'\x1B\x04I"\x00\xC0\xB2\xFB\f\xF0W\xF7,\xCE\x0B\x13\xA7Y\x02\xC0$\x06E\xE6)\xCE\xF5\xB8\xDD\xC4\xF8!\xDF\xBE+\xF1\xFC\xCF\x1C\xC0\xD8\xE7\xCD\r\xFF\xD2\xF5\b\xCB\x1E>\xF6K\xEF\x00:\xE3\xF6g\x07\xAE\xE7:\xFC\xC5\xB4\xE5\xD6S\x12.\xD5A\x15\xC3\xB4\x1Ci\xFDB.\xFA\x1D\xE3j\xF3\xDC\x1A\xC2\x1EB\xEC5\bb\xD0\x10\xFFD\x19\xDC>\xAEg\x15C\xFAO\xDE9\x97\x13\x01\xE3\xBA\x0F\xE6\xC8\x1D\xB6\xFC\xC2*\xDC\xCBV\x11\xDE\xEF\x15;\x91\xF4\x1D\xEAw\xA3#\xE27\x06\xEA\xDD\xB9\xCB\xF0\xD6\x96\n1\xAE\x00R\xAE\xFF\x0F\xD5*\xF1\xB3P\xEB\xD5\x95$\x0F\xF5\x00-\x9F!\xBA\x17\xEA\xC1U\xEE2\xA8r\xD26\x0B]\xD4\x10B\x1A\xF9\xBB0\xA4j\b+\xFD\r\xC7\x05\xDF\xF8\x03\xEDH\xD5\x90%\t9\x19L)\xFC\xCE<\x0E\xD6-\xE0R\xA0\xFB\x1A\xE5/\x0B\xF9c\xBC\x04\xDF\xC9\xED\xE3\x05\xF2n\n,\xFA\xD4%\x07\x17\xFA+\xA2\xEB#\x03\x88\xEF\f%\x02\xD6\x1F\xCB\xEB\xDD\\\xAD\'9\xBC\xCE.\xFB\x0E\x18Q\xF7\xE5\x04\xB6\xEB\x13\xBF \xE8\xF8\xF1\xC7\x06\x14\xC0F\x03\xA8 \xC67\xE91N\x1D:\x10\xD4(\xAA\xDA\x1D<\xB3N\xDD\xF1\xBE\x04\xDA\xF42\xE4O\xD1;\xE9E\xF2\xFAK\xBA#?\xD1\xF1O\x11\x19X\xAF\xC7\xF23\xD2\xA6`\x0E\xD9G\xF1\\\xA1\'\x19b:\xE9%\xDC\xCC>\xF0\xE0\x07\x14\xD3\xA4\xFB\xB5Y\xC4E\xF9\xCB\x03\xE5\x10\xC8\xFFE!Y\x13H\xCA\xBC\x15\xFF\x96\xE0\xC4\x17\xAB2\x04\x13\xF8\xE6\x0B\xFE\x9B\xD9\b\xE7(\x00\xBF\x12!\xFB\xC74\x1C\x02\xDF\bA\x8A\xF9\xD3\xB2\xF4p\x11\xFC\x18Y\xAE\xFE\xF3)\n\xD9\x1A\xFF\r4\xEEI\xA0\xF4\x1A\xEA\x91\xCD\xE3\xB3\xFD\n w\xF6/\x1E\t^\x0F\xE4\xD9\x9F\x1B\xC22 \xEB6\xF5\x1E\xDFo<\xDB\xEFC\xE3\x9D\xF6\xD2\xB4\x16\xCA\xE5\r\x01\x1D2\x07\x99\xD6\xBB+H\xCC!|\xE4B\xF0\x87\xE7\x16\xBC"\x0Bh6(\b;\xEF\x1B?\xA5\xED\xD9\x06\xCDR\xB7\xFC\xD0:\xF5n\x00M\xB4\xE1\xCBc\xBBD\x9F\x0B\xEA\xAD-\xFF\x17\bs+8\xFC\xECH/\xC0Q\xEC\xE2;"\xE8\xF6\xDA\x0F\xEC\xBA\xC7\xF70%\xDE\xD1X\xFC\xE0\xD3\xB6\xFA\xD8\x0F.\x03\xD3\xE2(5\xB0\x11\xF0\xDB,\xEC\x1F\xC7\'\xED\xD6\x06A\xFB\x0E\x04\xD3\x15\xF8\xCC\x06[\xBA\xCF#\xEA\xC1\fU\x1E\xCD#\xDA\xA8\x0F\xC6\xFFN\r\x05?\x9D\x186\x03\x12\x94e\x019\xAF\x07-\xC4\x16\xE7\\\x90\xC3\xF6`\x14\xFB\xC4G\xE6%\x03A\x9A\x07F\xAE\r.\x16\xF2%\xAA,\xEE3O\x1D&\xF3\x0F\xDEK\xAB\xF3\xE4\xD7\x95\t\xF2\xFE\x19\xF7(\xD0\xF0\xAC\xC30\x01\xDFL \xD5\b\xCB\x1C\xF5\x11\xEBC\xF3\x04 B\xFE\xDE"\xB8J\r\xF3\x1B\xFE\xA6\x18\xC2\xF6\x13\xE0\xFD\xE6\xCD\x84P\xDC\x1A\xC7\xE3\xFD\xC0\xD8\xE6\x8F;\xFA3\x05\x14C&\x01\xB7i\xE6=W\xB45\x1Ci\xE4$\xCF\xF2\xFA\xB3\xE8F\xEE\xBDR\xD9\x9C$P\xAA\xCB\xED\x125\t\xCD\xE9\x9B;\xD5d\xE1M2\xD3`\xB9\x19V5\xF9\xBF\xE9\x00[?\x11\xB0\x03E\x16\xC3\xEC\xD6\x1B\xCA\xF8\xB96)\x14\x9D\xD3\b\xE0\x03\x14\xD7\xFC\x11V\xAA\f_\xDC)\xFD\f-\xC8\x1A\xE3\xFF\r1\xD5\xB3R\xF2)\x04\xDC-\xBC\b\xCA\xF9\x0E\xE8\x018\xD8\xF3!\x03\x129\xD5\n\x9C#\xF4j\n,\xFFW!\xA0c\xDD\x0F\xED\x02\xC91\xEF!\xC1\xEA\x8D\xF6A\xB8\xEB\x1B-\xC4;\x16\xA3\xE48\x04\xF9;\xBC\xDCd\xF9\x1C\xE3\xA4\x17o\xFB\x1F\xEF\x14)\xB3\xF1#\xA5\x1E\n\xC5\x93\xDFy(\xB6\xF7\xEB\xDD4\xC9\xEE\xD2\xE1\xB5\x02\xF0\n,G\xD1\xE1\xF8J\x00\x10C]3(\xC8\t5\xD4\xFF\xF0\x05\xD0\xF6!\xB3\xEDu\xD1\x15\xF0"\x07\xC1\x00D\xD7\xC5\f\xACC\xE7\x02>\xDBQ\xCD\xFA\xEB*F\x0E\xF0\xC9\x1CH.\x18\xB9\xFC\x1D\xA6\x13@\'\xE6\xC2\xFD\xAD\x1DZ\x1D\xBC\xDB\xA9\xFA\xD0\f\xF1\xDC\x02H\xE3\x99&\x11\xBB^D\xDE\x13\n\xA9)J\x98\xE6=.\x0E\xEC\xF76\xE2\\\xD2\x8C\x1A/\xC0\x12f<\xB5\xD2\xFD\xE5\xA7\x06\xFE\xCE\f^\xE39R\xF6\r\xCD7\x15T\xE3\x04\xAC\f\xEC9\'\x18\xE3\xB2\x1BU\xA7\x15\xF7t\xDB?\xE8\x1C\xFC\xD5.\xC5\xF4\xE9\x03\xC9\x11\xF3\xD0\xB5M\x1C\x01\xBE\x11\xF5J\xFB\n\xE4\x04\xF5\xDD\x06\x16S#6\xDBV\xE7\xAB\x02\xD7$\x05\xBF\xDAq\xF9\x9A\xD7\xF3?/\xCF\x05s\xF3\xC6\x06\xFF#\xE9\xC2+\xCC\x1F\x0B\xAB\xF2\xC8\x06\x93W\x00C\x1E4\xD8\\\'\xFD\xE0$\x9C\xCE.\x06!\xC6\xD8\xEE\xB14\x9D\x1C\xE80\xF6\xBD\x10\xF3\x16\xC2?\xF1\x10\x92\xE80\xEF\xAF\x1A\x072"\xC8\xF5\x16\xE4\x8D\xD7G.c\xD1<\x0F\xFD\xED\xB81\xFEM5\x0F%\xE5\x17\xB4\xDF\xF9\xBA\x17\xA9\x05e\x13\xF1@\xDC\xEB\xAE)y\x19C%\xD6J\xC8\xAB\x01\xCFC\x98%\xF9+\x1AG\xC7\xFAM\x1F\x00\xE1I\xEA\xB2\r\xB8Q5\x1F\xF9\x13\xBC\xEE\x9C\xF6\xDEQ@\x06\xE6\xD2\x16\xDF\xF7\xBB\xEF8\xCE\x0FT\b\xEE@\xDA\xBF\xE7\tU\x17\xFE;\xE2\x0E\xFF\xCD\xF8\x11\xF0(b\f\xE1\xECi\xD7\t\xB5\xE0\xD13\x15\t\xD3+\xBE\x11\xD0\xFB.\xDE\xFE\xC9\x03\xB0\xE8\f\xD94\t\x18\xAF\xD7\x1D\\\xC2(\xA4j\xD8\nO\xFD\x9E$\xE5\xC8\x1C-\xFA6\xC9\xA8\xF7\xBBM\xF2\xA0\xBF\xE9Z\xB6\t\xFC\xD99\x15\x1E\x03\xC8;\xEEO\x01\xF4\xB7\xE2\xA4\\\xF4>\x04U\xDF\'\x10\xEFY,@\xFCP \x02\xBF(\xF4\x8B\xF9\r\xEE\x01?\x1F\xC5*\xF3\xD40\x01J\xF5\x92\f"\x01\xD6\'\x1D\xCF\x07\x149!\x04\xDE?\xC1 \xA2\xF2\xB9/\xE5\xFD \x9F\x0Ek#<\xEE\x0E\xC9 \x9E\xEF\x1CJ\xA5\xD5\x1A\xC0\xE0\x15\xA8\xC9\xE4m\xEB\x12:\xE1.\x1A\xB6\xEA\x12\x04\xAA\xE8\x19r\xB1\xDD\x10\xD2\xEBE\xE1l\r\xE71\xDBa\xF5\xD4/\x89\x1A\xEDV\xCC\xFAM\n\xAAY\x12\xDA\xE9\xC4\x04\xD6\x19\xFD\xE65\xD9\x14\xC0\x05\xEB8\xF7\b\xD0&\xF1>\xFA2\xCF\xFFM\xCA\x04\xDAI\xCF\xFA\xE15A\b\xF8\xC1 ;_\xBB\x16\xAF\xF18\x98\x00\xC3\x1B\xAD\xE6P\xFE\x12\xE31\x06\xDD&\xD4\x19\xF6\xCC8+\xAD\xF8/K\xBA\x0Bm\xB0*\xF7\xC6\xDCm#\x9A\xE7`\x03\xB5\x1B\xDB\n\xBA"\xACf\xF63\x96\'a\xB9\xDA\xCC\x14\xEF\x05\xE6\xFF\xF70\x07\xC6\xFA\x12C\xED)\xFB\r\xC6&\xD1\xF6\xB2F\x10\xEA6\xBE\xEFF\x07\xFC\x15Z\xDE\x91$\xF6\xE0\x01\bL\x1D\xFB\xB7\x12\xFFG\x0B\xD7.\x10\x90D\xF2\x17\xE8\x10\xC1\b\xF0\x17\f\xFE!X\x9A)4\xAA\xCC$\xDAL\x1E\xD3W\xB7\xDF\x05J7\xEF\xBAh\n#\xFF\xC4\x95p\x02\xE0#\xB7\xE4\x1E\xC8\xEC\x10\xD1F\xC51\xEA\xCE2\x0BD\xEE\xCA5\xF5\xC1\xEDP\xE6\x05+\xD5\xFBA\xDE\x1FT\xD6\xC6\xF5\xEC\x0E\xE2I\xD7\x18Q\x0E\x9D\xEC\x02\xE5$\xF6\x0F\xCD\x9E\xD8\x16\x02=\xA2\xD9\xF1<\x15\xF8\r/\x87c\xD4\xF2?\x00\x079\x17\xF0\x1E\x9F\x12\xE4\xA6\xD4+\xE2\x1D\xA5\x14%\xCD\xF7d\xC37\xA0&\x01\xB4\xE7;\xA6L0\xB4\x01\xF9\xC3\t\xF3\xE1=\x15\xBD/\xA7>\x1Ae\xEA!\xF8\xE1+\xE9\x1BX\xD0\xE5!\xD8\xC8\x17\xFF\x0BN\xA6.\xC0\xE7\xAB\xFE^\xDC;Z\xF4\x18\x04\xBBU\xFC\xDD<\x01\xAF\x1C\xE1\x0B\xEEZ\xCC\x14\xF8)\x05\xDF\x16\xD0>\x1E\xE9d\xB6(\xFC\xCEb\n\xF0\xD9\xFF\xC01\b\xAFI\xCA\x0F\xFA\xB9-\x05\x94O\xF49\xE9\xBE%\xDB\x13\xF7Q\xD7&\n\xBF\xF7'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x15\xB0G.\xE0\x10M\xDA\xF7C\x18\xDE\x07?\xD3\x1D\xEE\xBD<\xDF\xFD1\xD6\x07+\xA4\x00\xCA\x0F;\xD7\xEA\x03E\xD13\x06\xE3Z\xF8\xB8&\xDF\x19\xF4U\x8D\xEB\x14Q\xC8*\x0B\xF48\x93\t\xED\\\xCA$\xE9\f:\xFA\xD3\xEC\x06\xFC\xC2\x1C\xAE\f\xC7\xEB5\xBC\xF9\xA3\x0BT\x03%\xA0\x18\xC2c\xF6\xE8\x15?\xEE%\xAB\xFB\x1B)\x80\x14\xF1\xC1\xAB\x11/\xEB\bn\xC4\x00.\x07=\xD3\xFD\xF0\xB2H\xE4\xCB\x01\x1B,\xB8\xF8\x04M\xB4\xDE)T\xC8"\x9Dj\xEE\x04+X\x94"\xF1f(\xE4\xC9\x13\xF6E\n\xF0\xB0\x1F\xCEV\xB7\xDBO\x06\xC4U\xB9\xF6\xE6$J\x1C\x00\xC7\xD3A\xA3\x11\xD7\xE4\x1E\xB9&\xDF\x05\x1C\xD8\x11%U\xD4\xDF?\x16\x9D\xD2\x1B\xFD\xA5\n;\x17\xF53\xE4<\xD5\xFD\x0F\xD0\x01\x14\xD9\xFD6\xB2\xD6\xE8\xCDM\x0F:\xE0\xF9\f\x1D\xF5\xE3\x169\xDE\x0Fo\xFC\xD6<\xDDP\x1F\xFB\xF19\xB1H\xC9\xF6\x0F4Y\x8E\xFB\xEB\xBE\xF6\xAB\xFE\x0E\xE64o\xEF.\xF2\xDD\xE8\xBA\xD8\x01\xCB \xB6\xF4\xE2G\xAE2\xC0O\xEC!j\x02/\xDD\xFF\x8D)\x03\xC07\x9C-\xD1\xEE\xFF2\xCA\xA4\x0B\xED\xF6\x93\x0E\xE5\'\x04\x17\xED\xFCe\xA8\xE7\xC5"\xD4/\n\xEBU\xD2\x04d\xF6\xD8\xEF\xAD\xE4\r\xBA*\xC7\x191\xBC,\xA7\xD2\x14\xEB\xFB\x11)\xE8\xF6-B\xC88\n\xFA2\xD4\x0F\xFE/\xF0\xAD\xDF(\xC5\xDA:\xE8\xF5\x96\xFC\x0B\xE3T\xB9\x06\xE7m\xDC\xBC\x0E\xE0\x1B\xB7\x14\xA3\xDB)@\x98\f\xBA\xFFG\x06&\xF6\xDB^\x11\xD4\xE4\xF3\xFC\xC25\xE2F\xCAU<\xBF\xA7`\xD3\x11\x91\xE0G\xC0\x04>\xE2\xC8\x058\xF5H\r\x1B\x05\xD0-C\x14a\xED:\xF3\x19@\xD2\x1F\x048Z\xFD\xF0H\xF8 \xBF\x15\xED5\xDE\x1C/\x14\xCF7\x95\xFC\xF0>S\n\rR\xF3\x01!\x86\xDE\xF0\xFF\x16\x07\xFB\'\xF0Z\xCE\x14\xEBU\xB8\x17z\x0B\xD3\xE6\xB7Z\xFA\xAF\x1D\xC7\xDD\xAD\xC1\x01\xD9\x9B\'\xFC\xAF\xE9\xF7\x8F*\xE7\xC66\x06\xE2\xF5\xCB#W\xE8\xA2\xC4\xECN\x16"\xB6\x02\xA5\x1E&\xDC\x18\xB6\b/\x0E\x1C\xCFK\xDC\xE9\x1A\xB8\x00!+\xA2\xF3\xD9\x1F\xEA\x97"\xFF/\xF1\x12\xE1O\xEF\b\xFA+!\fN\xC5\xEF\x13E\xCF\x18\xD8\fQ\xFF\xB0k-\x02\xAE\t\xD1\xFBu\x02\xE0\t\xCC\xE8,\xDE\xCA\xEB\xA2D\xD0\xE6q\xF5\x8B5$\xAF\xC50=\xD8\xE4\xF8\x0B7\x01K\xFB\xC3B\x15\xCB\xA3>$\x01\xD43\x16I\xCF\xF7\xE41X\t#\xC1c\x05\x92\x1E\xD0\xEA\x0E\xD7I\x18\xF0=\x11\xF4\x1F\xABB\xF8h\x0E9\xFB\xC7\x03+\xFA:\xC1\xD8\x05\xEB\xF8\x0Bf\xF4\x05\x0F\xAEj\xC5%\xB0\xCF\x12*\xDD\xF7d\xD8\xEA\xC0\ft\xB9\xE2\xA3\xEA\x12\xB4\x02\xDA\xA6\xE2\x00\xF14\xE0(\xF3\x149\x9D\xFA\xC0\xDD(\xB5\xD83\xBE\'\xD5\x1A\xC2\xEEP\x1Fb\x10\xEF\x16\xFE\'Z\xC9D\x15\xE0\x9FN\xCC\xEC\x16A\xE0\x06\xE74\xF0\xB9\b\x1E\x026\xF8\x9A\x1C\xF3@\x05]\x1E<\xCC\x18\xF9>,\x10\xB3\xFAB\xBCU\xC9!\xE61\xFFR\x1B\x06K\xE5\xFF\xF2\x9B\x07#\xB1\xF7\xD7\xBC\xAC\xDF\x1E\x96\x10\xE4\xB9\x00\xD2"\xFB\x1C5\xFE\xD5\xF1\x1Cc\xA0\rS\xE5\xAAI\x0F(\xCE\xE7\xFE%\xD7\xBF\xFD\xF1)y\xBC\xED\xD4L\xCB\xE8\x18\xD9\x01\x07\xF1a\x0B\xCE\xE9\x90\xC7\xEF\r\x14=Y\xD9\xE3\x117\xE5\nQ>\xCEL\xF2-\x1A;\xF0+\xE6\xBFH\x97\t\xBB)\xF8\xD9\xFF;\xD1\x18\xC6\xEF\xDEY\x130\xC8\r5\xDE\x88\x06\xE6\f \xA0\x1B\xFEf\x0B\xA3-\xE0\xB7\x16\xAAA\x10\xF9[\xDD,\xCE\xB50\x01\xF55\x86\x1A.\xF4\x02\xEA\t\xFB\xD6\xA8\x06S\xB2\f\xD9\xF5.\x13X\xCBC\x17\xC4%\xF5-\xFD\xB5\x07D\xA6\xF0\xB2\x19\xEBO\x14\xD2I\xFD6\xDF\x07\xC0%\xF67\xECI\xFB)\xD9\xF4#5\x02 \xA7\xFB\xEB\x1D\xC3R\xD0\x05Y\xD2\xC3$\xB22\xC0A \xDE\xC7\x13w\x02#\xE1\xE9\xAD\x03\xED\xE3\xB1\x06\xEC\xDBm5 \xD5\x03;\xFAj\b\x95\xF7"\xC5\xAF\xF5]\xF0=\xE4\xB1\xD2\x1F\x11\xCC9\x04\xC1\xE2\xD3\xB8\x17Cl\xDB\x07\x13\xA5\xFC\x94\xED\xFD\xDC\x0F\x19\xE1b\x0E\xE8\xF5\xFD1\xED\xA4\xCDN\xFD9\x0F!0_\x13?\x8F\r\xE8\xF8\xBD\xE4\x1D\xDB\xCE(\xE3?2\xDC\x10*\xCD\x16\xD7\x0FT\x04\xBEw\x99\xE8\x1CFe\t\xF2\xE5\xC5\x0B\xF4*\xE6@!F\x14(k;\x9F\xF8\xCF\x01)\x99E\xD4\x1B<\x07\x19\xC2\xF4\xD1\x9D\xFB\xD6\xC0\x1F\x00\x8E\x17\xCAT,\x0FA\xC0\xF4\x00\xB6\x19\x03\xEAQ\xBA\x01\x97.\xFB\x18\xDE\xF6\x0B\xFF\xEF\xB2\x12\xA11\x008\xD1\x99K\xBA\xD8\xEF\xE1\xCC\xF7\xBB\xE8\x07N\xEE\xB8\x15Z\b\xBE\xE4\xF9\xB6\xD8&i\xDFH\n\xF2M\xCE\xE3*F\xF2\n\xFC\x9E\xE9\x15R\r\xD6\xEFD\xA4\n#\xF7I\xE7\xC6\xEE4&\xD5O-\xD0\xFC\'\xEBT\x10$\xFD\x17\x034\x0E0\f\xAC\x1E\xFF\xD5+\x1C>\xDB\xCB"\xF2+_\r\xEF2\x13\x04\xBD(\xE7\x11\xF9\\\x04\xDA"\xB3\xD3c\x05\xAE/\x1F\xC6^\xFA\xD0\xE5\x1A\xDA8\b \xA7C\xB8\xE3\x0F\xC6>\xDE\x1B\xBF\xD7\xAF\xE1\xECb\xCB\xF7\xAF\x00W\xEEE6\xC6\r\xA8\xF7\xE67\xFE\xA6\x12\xDDG\x93\xFF\xB2\xEA\x1B<\xA93\xB5\xEF\x14\xC28\xEC\x192\xF2\xDD\xFB\xE7\x9B&\x127\xC0q\xF0\xB3\xD1_\x10\xFC\x05X\xA4\x17\xF4\bM\xF8\x05 B\xC1,\xDE\x1FD\xBE"\xD1\xE3\x15\xF3\xDEr\x03\xC0\x0B\xECT\xD0\x03\xC6!\xE3X\xF8\xCC\xD9\xFE\b!\xD4@\xA5\xFEN\xE2\xC6$G\xCE:\x02\xF3\xDD\x06-\xFD\x14)\x02\xF3\xDC\xCB\x1D\xEC%\x01\xE73\x8C\xCCs\xF1\x0B\xFA\x12\x9F\x07\xE7\xDC\x12\xF9\x9A\x06K\xB5$0\x13H\x1D\xB43\xF5\x19:\xD4\f#C\x14v\xE1\xC8+\xF6\x0B\xDD\x12\x04\xF8\xB8\x10\tl\x18\xBAS\xAD\xED\xCB\x9E\xE2M\xBB<.\xF6\xD6\xC0C\xB4\xD9!\x11\xE4.\xA8\xD2:\xF3V\xBF\x07c4\'\xC1\x1B\xEC\xFC\xD0\x8E\xD7\xE1\x06\'\xE6\xFC\xBA\xF1/\xA2\xC2\xF4\xED\x99J\x18\xE5f\xCE)\x97[\x1C\xD8\xA5\xEE\xE21\xD5\x1DH\x0F>\x1F\x0B\xEA\x16\x94n\x0B1\xFB_\n\xEE;\xB9\xFD\x1C\\\xDA\x01\x180\xF1\xAB\xE8\xFF\xD7Y\x0E\xE4=\xF2[\xFA\xC3@\x9Fo\x13F\x05\xE0\x00)\n9\xFA\x01\xB03\x1E\xBE\xEE5\xE6?\xFF\xC2#\xF8\f\x00\xE4\xF5\xD7\xFF\xC6\xF9\'\xE5\x92\x13\xE0\xF1\x19\xC3\x00J\xDC\x15\xC5\xEA&\xB3\xCD\xEEJ\x1D\xCB>\xF6.\xA4\xC8\x1F\x01*\x17\x0E\xEF\xDB\n\xCB\xEA\xB4\x19K\xD1\xB8\x1D\xD7\xC1\xEB\x06\xF3F\xFD\xD1\x07\xF4*\x12P\xCD\x8C9\xC3(g\xAB5T\xD3\x06\xFFJ\xCD\xAA*\xD3%\xA4\xF61\x04F\n\xE3O\x0E\xD7\x10\xB9\f\xE0\x03\x15H\t\xB8\xE8\xA9\xCER#\x01+\xD7^\xF9\x104\xE8a\x0F&V\x13\xA6\xDA\r\x18\xC7V\xB3\xDB6\x05\xEF]\x19\xB7\b\xF0\xDF\x1B\xB8>\xED\x1E7\x04V\xEA\xE1\x0Ed\xCF\xF1\x987\xF8!\xA6\x00-\xF3j!\xB1\xD4\xF0\xDDd1\xF68\x1A\xBC\xF7\xAA6 \xEF\xC6\xDD\xAA\x04\xF2\xDF\xCF;\xE3"i0\xA0\xE1 \xFC\xE9\x96\x0F\xDC\xFA\xE9\x14/\xCC\f\xF5$\xC5\xD9\xF7\xBC\x14\xFA@\x06\xB7\xE7"\x10\xBF\xD6\x00-\xE5C\x8A\xD0\xEBQ2\xF9#\xC2\x11\xD5\xFE\xEB\xE0B\x15\xE5\x07\x91S#\xFD,?\x9C\x1B\xFF\xC4\xF6\xB6\xEA\x02D\x0B\xD2\x1AG-!\xCFN\x02\x9BD\xFD[\xA7\x10g\xE7\f2\x9A\xCA\x1A,\xFCR\xDE\x1Ai\xEC\xC9\xC1\x16\xFA\x06\x1A\xBE\xFFB\x9B\x03\xE3K\b\x88h\r\xC3\xFE\xD1;\f\xF5\x17\xCB\xBDQ\xF9\x0B)I\xD4\x11\xF9(\xF0m\xB9\xF4\xC7\x00\xAC;\xD9&\xE7\x16\xD6\xE3/\xFE\xB1E\xDD \xF3L\xD8\xA7;\x02\xF4\xB1\bE%O\xDB9)\xE2\x12\xCC\xE9\x19<\xB4\'\x1E\xCC.\xF3L\x19\xBB\xEA\xD6F\xE4\x06\xEC1\xB1\xE8\x046\x1F\xC1\xAB\xCB\x139\xE0\tZ\xE5\xF6\x0F\xC3\xF3\xB65\x05\xF0\x19&\xD1\xEE\x01\xBD\x12\xEB\n\xC5\xD1\'4\x12\xE0\t\x95\xEE\xC7\f\xA6\xF4s\n,\xEF\xC8\xF5\xDC\x02\xED\xB1%\xDF\x03/x\xAE\x0F!\xD3\x15\xDCV\x90\xF0\xDFR?\xE6\x04\xFA\xA5)\x16\xBB1\x1Cx\tJ \xCC\x98P\xC3\x07^6(\xE3t\xF7\x15I\xE7\x9F\xFB\x1D\xD5\xF6\x02V\xE9@\xDA!\xAF\xD3W\xFC\x15Q>\x11\xD6^\xF9\x95\x1D\xC5\xFF\xF88b\xF3\xC8\x0E\x1B\xCD\n\xFF\x18\xDA.\x1E\xEB\xD4I\xF0\x05\xE1\xD2\xAA\xEA\xFA?\x0E\xE1\xF7\x16\xA3\xFB\xCC\xB1\x052\x1F\xBA\xEF_\xD5\xBFd\x11- \xB9\x170\xF9\x01\xE0\x0F\xA14\xBE\xE5\xA4\x062\xE7E\x11\xF0*\xDA\xA1\xBA\x02&:\xFC{\xB92\xF6\x9A`\xC4>\r\xFC\xCC\x85A\xFF-\x14\xDC\xBC\x000\xD5A\xE7\x0E=\x1C\xD5\x8F\xDF\xFE\x0F\x04#:\xBD\xE5\xAC\xD1\xFC\x06\xCAH\xBF8$\xE9\x05\xD2\xF9"\x17\xCA\xBC\n\xD0\xE1@\x19\xE9\nF\xE2\xA9\xF5\xD7#\xEB\x10\xD2\b\xF1\xB5\xDE$a\x10\x1F\xF7\xC7W\'\xF2h\x1F\xEC\xB8$\xDB\x01\xEDD\xF4T.\xC9B\xE4\xF37\x18F\xDD^\xED\x90\xE5\x15\xF2`\xB7\x1B+p\xF0B\x00\xF6Y!\xA9\x05P\xCD/\x1D\xEE\xC3\x15A\xE3\xAFH\xFD&O\x17\x033\x95\xDA\xED9\xE4\x04\xA1\xD2\n\xAD\x14T\xF4\xC6a\x12\xBE%\t\xAE\xDA\x17\xA3\n\x00\xEF\xF8\t3\x11(R\x07\xCE\xDA\f\xFE\xE1\xC4\x0E\xB3\xDD*\xEB8\xFD\xF2\xC1\x10\xF9\xD6\xFFP\b*\x03\x1B\xC96\xE3\xA7\xF9\xC7\xE6\xF4\x19\xC0K\xB4\x0F\x1B<\xE8\xC8\xFC5\b\x87,\xFA\xE4\xCC\x14\xEB\xF73X\xD1\xCE\x9F$\xC6\xB5\xF5\xD6\xFE\x1D\xA6A\xF5L\x97:\xD5\x1EM\xA0\x12\xD8\xB7d\'\xE5\x84]\xB62\xCE\x9F\xF1U\xBE\f\xEE\xD6!CU\x0B-\x03\xD4%\xEF\xDE\xF9I+\x03\xE2\xD1G\x1A\xB2\x058l\xFD\x1F\xC2\x00\'+\rp\xE8\x1FB\xE1\xBC7\xEA\'\xC9/\x13\xED\xFA\b\xE6\x03\xC7\x1C\x0B\xDF\x176\x04"\xDD\r\xE8\xFB\xD6\x12\xDE.k\x04\x13\xBA\xFE\xD0\xAEn\xFB\t6\\\xBF\x12\xD9\x94\x1E\xEF\r\xDC\xEAL\xD3\x9D\xE0G\xB3\x10\xE6\xE2I\xD5\x04\x16\xA8Y\x0E\xF8\x17\xFD\xB4\xE5\x02\\%\xCD3j\xFA.D\xD0\xF7\xB0\xEF=\x15\xF5\x1Ef:$\xFF\x8F\xF5\xCD+\xEB\xDD7\xF1\x14\xE7\x9B\xCC\x01\xAF\xF2$y=\xBD\xF83&\xFF\x1D\xF1)\x07\xD8\xF0@\x1A\xAE\xFC:\xF0\xCE\x01-\xC4\xDCg\t \xD8\xBD\xA4\xF4\x17\xB2\xF1\xE3\x93\xFFL\xC8\x0B\xD3\xBDE\xAA\xC6\x07\xB5\xE9A\x19\xB2<\x0E\x9E\x1C&\xC3B\xDA\x1E\x160\x07\xE9\xCD\xFE\x15X\xA6\xC8\x13\xBF\r4\xC9]\x1A\x8D\x07\xF3\xBF\xDC*\f\xE6>\xF1\x9CE\xCF\xF2\x169\rJ\xDC\xC3=$\x07\xEC\x1F-v\xFD\xEA\x03,\xE2\x18\xF7\xCFS\t\xE4\xF9a\x02L\xE2\xF8\x0E+\xEDL\xE1\xC49\x0E\xB0\xE3\x04\xD7\xF3b\xE6\xAE\xF8\xEA\x03.\xFB\xCA/O\x1E\x99`\xB7\xD3"\x10\x043\xABO\xE2\xFD)\xEA\x02\x13\xD4U\xBD\x0F\xDA\xE4\xA1\'W\xD9\xF0L0\x10\xDB(\xC6\x1E\xD6\xEF\xCA\xB2\x05_\xBB\xFE\xA9\xF6]\xFB\x1A\xF0,D \b<\xDCP\x17B\xBB\xE2\xCFe\x0F\xFF\xEB\x13\xF9\x05\x1AM\xEA\xDF&\xFA\xEB\xC5\x07\xD0\x1F_\xA8\xFB5\x1A\xAC\xF3B\x1B\x13\xC9\r\xFC\x92\xC1\xEC\xFE\xA8\xF20\xBB\n4\x18\xD7\xF2:\xCF\n"\xD5\x9D\xDCR\xC0\xCF\xEB\x98\xFC(\x01\xD4\xA2$\x12;\xE6\xA5\xD7C\xC9\xE22\xF3\xAE\xFE\xC8\xBA\n\x7F,\x8C?\xB9\xF1\f\xE0\xCC\xE7\x038\xC4\x07\xF7\xB46\x1F\b=#|\x05D\x14V\xFC\xE8G(\x8A\x1B\xE9-\x11A\x023#\xF7\f\x181\xBA\xCB\x1E\f\xF5f\xEE\b\x1D\xF8\xB9%\t<\xC1\xDA,W\x16:\x1D\xD4\x12\xF7\x18\xD91F#\xF6g*\xFE\xD6R\xE1\xEE\xD2a\xE5\xD8\xB2\x1A\xE2\xD0\x9A\xDF"\xAA\r\xFA\xE1\x02W\xDC\xBE\xEE\xCA\b\xE6\xAA\x00m\xE1\x11\xF06\xE5\xC4\xFF\xD9\xB3\x064[\xF1\x18\xA8h\x0E\x03\xD0\xF6\xE6\x96\xF0\xDEI\x04\xE5\xFE\xC6\x9E\x15\xB6\x0E\xED\x99 0G\xA7\x17\xF6\x01\xCB4\xEE\x0E\xF7\x03?\xC1\xD1h\x13\xC7D\xAC\xFC\x1Ee\xB6\x13J\xD9\xC7?\xF8Y\xB0G,\x19L&\xC2\xDD\x01\xCD\xE7\xFD\x1F\xED\x92#C\x06[\x006\xC1\xB0[\x1C\xEB\x06:\xDC\xD0X\x16\xBC\xFA\x0F\x04\xC3,K\x11\xFB\xBE\\,\x1C\xDA\xF3.\xEC\xB5#\x07\xF20\x16\xE0\xF97(\xF2\x1D\xA3\x03\xD1\t\xDE\x91\xE9\xCC\xF7P\x15\x9BH+\xD5\xF7I\xE4\xC3\xDC\x12\xB7\xCC \r\xF5*\x10\xD5O\xFB\'\xF2>\b\xE7\xD9&\xF2>\xEA\xA0\xDB ;\xAC\xE8\xC9M\b\x18\xFF=\xD8\x10\xE6\xCFL\x8B\xEC\xD3\xBD\x06\xE9+\x17\xED#\xFB\x13\x05=\r\xEC#\xF5\x10\x05\xB77\x16\b4\xF2(\xFC/N\xED\xE0\xCE\xA9/\xBD\xE4\x1A\xAD\xC6-\x00r\xCA\xB0\xDF\x1D\fg\xF3\x02\xD6\x15\xFC\xB37\x9E\xE4P\xF8\xA29\x00\n&B\x0F\xFBS9\xB4\xDBC\xBDs\xF31\xBB\xDD\xB4\xD6<\xE3\xC5]\xDF\xCC\xAFn\x1C\xA5\xE8\xDA\b\x9C\x16?\xF9`\xEF\x04J\f\xE1\xF6\xA25\x1A\tQ\xFE\xC8\xB6\xE5)\tT\xEF#\xDD\r\xCB\x1D\xC2*u\xBA\xDB\xC5\x03\x1A\x96\xCD\xE2\x0B\xFE/\xCA\x1C\xD5\xABW\x1E\xFFi\n\xAB0\x12!\x00\xEE\xFB\xD3\r@\xC4\xF8e%\x01\x0B\xD9\x1F\x89\xCE\xFD#E\x11\xD2\xE9\xF92\xD5$E\x12\xCE\x91@\xC0\x02k\xF72\xF0\x05\x16\xEB \xF5Z\xE3\xF1$c\x15\xF4N\x9E\x0E\x02\xE2(\xED\x003\xC8\x1D\xFB\xEA\xF3\x9E\x0BL*\xBBW\x03\x1A3\xD4\xB9\xE7\xC6;\xF5\x125e\xD8\xB6\xEFX\xBE\x14\x87\xF4\x04\xEE8\xF9\xDF.\x1B\xE7\xD2\x14\xB7X\xD4\xE0\xFC\xA7\x13,\xB03\xD9\x01\xC2 \xD4\xE6\xF1S<\xF8\x0B\xC9\x12\xF1\xDBU&G\xD6=\xE7\xDB\x13\xF4\xE1\xED\xA9\x10\xF2F\x18\xAF\'\xDF\xC1\xEA\x18\t\x02 <\xE3+c\xC2\x1A\xACY\x00\xF3\x0E\xA9\'?\xFE\x97.\fD\xCCK\xFE\xD2\x0B@\xEB\xAA)\xFA5\x19\xB1\xC4\x14\xA0F\xE2\x90\x07\xBA\xCD\xFE\xB3\x18\xC4"\x986\xCA&S\x05\xDD.\xFD\xECW\x06\xFA*\x95A\xC9\xFB\xDA\x06\xB5\x0F\xE8\xDB\x0B"\xBB\xD7K\xC9\xEC\x07\xDC!\xE8\xC18\xF3\b\xE9\x1D\xBB\xF7\x12J\x05\xB8i\xCF\b%\xD92\xE8K!7\x17\xE5\x0E+\x04\xF7b\x07\xFEH\xB6\xFA\x1E\xCDq\x8E\xD5\r\xB8G\xD2\xF41\xE7\x94\'C\xCF\xFEI5\xCA\xE5\x05\x17:\xF9`\xBC\xF2M\x18\x01\xB3%\xDD\x9A7m\xCA\xE41\xDC\xEE\x10\xFD\xE1J\xF4\x01\x1A\xF7\xD2\x01B\xF4p\xDE\xEE9\xD0\xE9\x1C\xD8\f\xE5>\xBE\x13\x03!7\xE6\x1C\x01\x11\xDEl\f\xF5\xED\x15\x1F\xF8\xA0(q\xEE0\x9C\xE1\x1D\x116\xCD\xF7g\x10\xD3V\x17\xF1\x01#\xA1\t\x1B\xC4@\x83/\xEC\xBB_\xCE\xBD)\xEC\xAC\xC6\x1E\xA0J\xBC\x11\xAC1\xF2\x17\xA1)\xED\xF6\xE0O\xC8\xF1\xA6Z\xC3"\xB4\x19P\xC5\xAB]\xD6\xF1\x11\xFD\xB2\xD2\f\x02*\xAD\xD8\n\xA2\xE2\xED0\xFA\xC4\r\xD8N\xFB\xD1\\\xF6$\xD6\x15\x06 \xA7\r\t_\xDD\x13\xFC2\xD4\t\xFA%\xE1Q\xC5\x00^\xD3\t;\xB3\x16\xFC-\xDA\t;\xEC\xFD\xD44\x03\xE3,\t\xBF?\xDF\x1BQ\xF4\xC3E\xE9\xFE$A\xC5\x1E\x05\xADD\xE5+\xB6\x14\xEA9\xB0\x03\xE7Q\xC7\xF9:\xDF'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('-\xE9\xC5P\x03\xE0\x18+\xE7\x103\xFF\xE4C\xB6!\xFB\xDE4\x11\xCF\xE8(\xF6\xB15\x02\xBFG\xD7\xFD<\x1A\xEF3\xAD\x15\xFC,\xD2\x03;\xF5\x16\xDFQ\x00\xF0#\xC9\x05\xE66\xFC*\xF0\f\xD9G\xF8\x1C\xEA,\x07\xAC\x19\xFC#\xA2D\xF6\xD1\xBEM\xA6\xCD\x19\f\xF2:\xC8\x07\xA6a\xBA\x03=\x0F\xCA\x1E\xE3\x11$\xF4\xA9\f\xBD\xD2\x05N\xC4\xE0G\xEC\xB5o\xC9\xA8\f+\xD2\x95d\x0FB\xA4\x19\xC6\xB2X"\xA21\xB8\xCC^\xA8\xDB\n]\xDA8\xEF\x0E\xB2l\b\xFA\xF0#e\xD6\x9D\xE9W\x1C\xEE\xF9#K\x85\xD9p\xFC\xEE\x9F1\x06\xE8k\xDF)\xF8\xE7\x1F\t\x8F\x0F\x1A\xE4%\xEED\xBD\x1C8\xE2\xF9\xD7\xF2J\xE0\x13\xD2\x01\xE7\x07\x10\xE1\xFF\x16I\xD0\xF3\xB8\x06\xCC1\xD8\x00\x1D=\xDC\xC3\x05\xFC(\x14\x02\xBE.\xD8\x0B\xE2\xF2\x1A\b>\xD2M\xDC\xC6\x16"B\x9D\x10]\xD6\xF46P\xF8\xD72\xFC\x04\xDA\xF6\x07\x15\xBE(\x02 \b\xED?\xF9\xC1q&?\xF5\xC4\xEE%C\x11\xE2\x1FS\xE9\'\x9A\xE3\x13-O\xBA\xDFI\xD0\xE4@\x18\xCB\xFF3\xC3\xE8\xAD(\x0B\xFAU\xB4\x00\xF2\xCA\xFD9\xAF\'\xCC\x00\xC1\b\x9E`\x12\xE8V\xAC\xEC2S\xB4\xCDg\x973\xDB\x1D\xF2\xCF\x9A4\x0B!\x00\xE8\x8E\xF9\x15\xC0\xF2\x0B\xC8[\xF5\xAE\xEA\x0F\xF72\xAC\xF4\x10\x94Z\xB3 R\x02\x13\xBD\xF2\x1C8\xEC\xD51\xE4\x1B\xBF\x04\x16\xE9\xDD ?\x17\xCE\xB5.\xC8@\xD0\xFF\xDD\x11\xE8\xFC)\x0E\xB6O\x14\xEB\x03\xD5Y\xAF\xC3a.;\x02\xAB@\xFD\x187\xD3\x01\x1FA\xC9\b$n\x05\xEA)\xF6\xD2\xEE\xDD/c\xE4\xCE\x92\x05\x12[\tI\xDB\xEFi/\xB7U\xF3\xEB\xDF#\xFB\x1E\n\x18\xF1\xA0C\x1E\xF5\xC5\xE3\x05\xFD\xA9/\xDF\x19\xFA\xE4\x17\xDD\n\xCA\xD7g*\xDE\xB6\xED\x061\xDA\x8C\x1A\xEE\xD5\xBC\xFC\xDB9\n\x14E\xA0\xF9\x19\x01\'H\xDE!\xBA\xA8\xF7%\r\xA0\xFB\x11\x04\xAB:\rL\xF4\x9A\xE3k&\x06\xC01\xD6\x18X;\xCA!G\r\xBE&?\xF7\xAE\xEE!\xF6\xE7\x0F\xD0"T\x11\xC1h\xE5\xFFR;\x12\x1F\xC7L\xE3\xBE\x067\xC8\xD8\xB1\r\xF5\xC4\xFB,\xD0\xE9<\xC6\xD5E\xE3\xCD\'\xFD\xBC\xD55\x03\xC2\xD86\xF8\xE5_\x0B\xA5\xF2\xEA\xD8\xF7\xB4c\xF1\xCD\x04D(N\xB8\x19\x06\x9CH\xF7\xE2\xA5\xFB\'\xF2\r\xB1\xE0,\x96\xF3\x1A\xAA\xFD%\xE7\x10T>\xE90t\x18\xEF\x02P\x17\xFE\x1F\xF46\x18\xDAy\x07\xEA\x15T\xEF\x0F\xAE\xCD\x14\xFE\xB7J$\x12,\t\xE5\x006\xA0\x14\xCE\x0F\xFC\xE2W0\xC5\x009\n\xCCE\x16\xD16\xC5\xFA\xEB\\\x03\xD80l\xD0\xF4\x1E\xFC\xC1\x07\xA3\xD5\xE3\x0B5\x98\xE0\xB9\\\n\xC1\xED\x8A0\x1C\xC8\xAA)\xFE? P\xEE+\xDF\xD1\x01\xBF\x91D\x1A\xD3\xEBU\xDB\xE9\x9F\x03:\xD2\xF1\x15\xE9\xB4\x1D-\xEB\xB8\x06!I\x18\x0B\xCDC\x0E\xED\x16\xB6H\x99\xDE\xF0$\x13<\xB3U\xC9\x10(\x06\xE8\xAD%N\x00\xF5\xE4C\xF9\xD0\xE0\xBA\x07\xDA\x88:\b\x1D\xF84n\xDE\xC3\x0E\x1F-\xF97\x1E\xDA\xC1\x0B\xAA$r\xD6\xF3\x03\xDC_\xF6\xA1\xD9\x01\xAE\xE4#\xC0\xF9\xE0\x03)\f5b\xCD\x01\xF3\xFD \xDB\xF8\xF12\xD9B\xF9\x13\xD2\f\xB6"]\x0E\x1A1\xEA\xFB\x17\xF4\xC5C\xE4\xEE\x06\xFB(\xF3\xAA\x06\xBC\xF9\x12d)\xF7D\xDD\xFD\x0FO\x90>\x12\xE3/\xED|9\xF5-\x9FR7\xCA\xEC\xD5\x17\xB8\xE5K+\xC3\xEAB\xA9m\xCE\x19\x03\xE1\xC7`5\xDD\x04\xEE\x95\xF5F\xC8m&\xB4Z\x10\xA7\xCE\x14\xB3;Z\xCC\xE2N\xCC\xAF\xEF\xE4\x18\x02\xCB/\xBD#\xC9\x1A\xFE\xC3\r%\xD3\xBB\x1B\xFF\xD5\x07\x1E\xAC[\xFE\xF5\b\x1E\xD9\x9C\x19\x07/\x14\xFE\xBF;\x9E\x1F\xEB\'\xA5\x17<\xC4-\xD8\n\xA8\x03\xD4\xE6\xFF\xDA-T#\xD7\xE7\x01\x174\x0E.G\b\xBBQ\x92\xEC?\xE5\xFA\xEF\xD57\xB0V\xF9\x07\x14\xDF@\x10\xF0\xE6\x13=\xC1.\xA7@\xFA\x0Ee\xE1\xB7\xD4#\xED\x0E\xF6L\b\xBD\xF2\xFA\xD4\x12\xFFU\xE3\x1D4\r?\xF2\x1F\t\xBD\xF0I\x0B\x9B\xF7\xD4\xEF\xDC\x00!\xD65\x10\x1F\x06\xAE\r\\(\x05\xE9\x1D\xCB\x98O\xEA\xC7_\xB7&\xF9\xDA\r\xE2R\xC9\xEC5\xCE\x02\xF1I\t\xDEV\xB2\xD72\xFFE\xE5p\xAC\xEB$\xB7\xF7\xED\xC0\x16\x8C\xCB6\x03\xFA\x1C\xC6*f \xB0\x17\xA1\xE9\xFA\xC5\xF2`\xD9\x163\xE0\xA4\xF4H\xDA:\xF1.\xFD\xA8*\x02\xCEH\x8A\x1B\xF1\'\x04\x15\xAE\xF6Q\x1E\x918\xC9*\x14\xE7\x1A\xCF\x0E,\x1F\bA\xCD\x13M\xDDc+\xFAN\xEA\xDE\xA4>\xE1\xEC\xBB\xFF?\xF3$\xFB\xA0\xF6\xD2\xC6\xE7\xF9\xBE\x95\x1C\x10\xF5B+\x17\x87\xF0\xD2\xFD\xA8C\xEC#\x19\xD3\f\xEB\xDA\xF8\x10&\xE78Z\fG\xE6\xF4\xC7\xEC\xAB\xD7\x05\xC6\xEF\xFE\x19\xA9\xFB%\x90U\xD6\xF7\xEE\x13\xBE\xF4\xD6l\x12\xE3\xF1\xB3\xCC3Q\n\x1F\x132\xDE\t\xD3U"\xD9\xC6\xE1\xF9\b\xBF\x1A\x03Y\xCB\x0E\xF6\xE1P\xB5)c\xBE\xD4\x07\xAF\xDF\x14\xD4\xB2_\x11"\xFD4W\x84A\xE7\xD41\xDF\x1C<\xAC. \x99A\xCB\'\x02\xB1\xC7O\xD9\x04\x10\xEC\xDC\x00\xEF\xA6Z$\xF2-\xE5\xA4\f\x03a\x1EM\xE99\xE0\xF4\xAF\x00H/\xFB\xCC\x02\xA4\x16?\xFB\xCA+\x00\x1F\xF9\x05\xD9L\xBD\xE5\x15\f\xDC$N\x06\xC4\r\xF0\xEA\x06e\xDD\xFC\x1BX\xED4\x18\xF6(:\x1Cv\xBC(I\xD7\xFD\xCCB\x02\xBB\xFB9\xEE\xAD\xCC.\xD7\x94%\x143\xDC\xC2\x9B\x10\x1B9\xEE\xE3!\xF4h\xEA\xBDA1\xE3\x9D<\xF1\xCF\xF8.\x01\xBB\x11\xF7`\xB3\x00\x18\xCE\xC05\t\xE4\xA7\x0E\xDC\xFED\xA3\xC2\xFD\xE6\x8F<\x17\xC2\x0F\xEB\xB0\x17k\xD1\x14F&\xFF\x11\xF6\fq\xEB\xD1\t\x1F\xF0\xE6E\xD6\n\xC6K\x8D\x19\t\xF1\xA7\xCC\x0B\x18\xFF)\x1C\xB0b\xCA\xF1\x937\xEA*\xD7F\xFF\x11\xF2\xB6,\xF7\xCF!\xBB\xE5\n\xD5\x15\xF5\xCF\x05\xE1\xF78\x07\x1E\xE0\xF51\xE8\xC1\xDE\xF1\xB6I\xC6\xFB\xB9>W*\x04k\xB9\xF6&\xFF\x0F\xDA3\xD3S\x13$x\xEB\xC5R\x06\xDF\xEA@\x18 \xE0\xCD\x16H\xDA$\xE7R\xD6\x15K<\x05e.\xEFT%G\r!\xB2c\'\x9DE\xC7\x0B$\x98\x06\x1BX7\xE5 \x05\x1A\xE2\xF5\xAB\xC9\x15\xDE/\xAC^\xE9\xBA\x02\'\xE4\xFC\xDC\xF5\xB3\xD5\x10\xA18\n\xFD\xD7K\x02\n\xA5\xF4\xAF\xF8:\x9E \xFD\xC0\xEA\x94\xF3\x12\xCB\x01\xAB\xDD0\xF0\xFF\xE8\xD1\xDC\xF1Q\xFF\xD8^\xFA\xCF\t\xA4\xDA+\xCE\x9F\x10\xFE\xD5\xEC8\xFB\x06\xD1\x1B9\xF9G\xB0\xC5\x06I6\x1D-\xFA\xEF"\xC1*\xAB\xF8q%\xC25\bj\xC6\x04\xEE2\xE0\t\x1B\xD8\xB4 7\xE9\xBE[\xC7\x1C4\x13\x03+\xAD\xEC\x12\xB8@)\xEA\x15\x00C\xF0P3"L\n\x1D\x83Q\xF1\xC2\xE1\x15\xF3\x1E1\xEE\x8E\xBF\x01\xE5C\xDBf\xD1\x13\xE6\xB9\xEE\xD4\xFE\xE3+\xE1\x1B\xD3\r^\xCC\'U\xFFA\xE1\xF7\x14\x06\xFB\xD8\xA2K\xBA\xF9\x19=\xC43\x1E\xE2\xF3\xC74\xF8\xB1\f\xE7\xC0\xDD\xB6?\xC5\xE6\x0F$B\f\xA0\xCEg\r\xD6\x17\t^\xCC\x14\xB7\x03\xF4F0\r=\x1BS\x0F\xF0\x12\xB6B\xF7\xA6\x14\xB8\xF81\xC5\x0Bo\x99+\x19>\t\xEC\xCB\x7F\f\xD4\xE6\xF8\x02\xA1\x0En\xBC\x1E\xD5[\xFB\x07\x18\xF1\xF8)\xD9\xFE\xB4\xEC\x03-\xDD\xFE\xE8@(\xDF\xF2\xA93\f\x1D\x97\xFE\xDF\xCA\x05\x9D-\xB5\xCE6\x01\xE8)\xDDF\xF0\xE5\x10\xA8\xED\xD5E\xCD\xF2\xDF\x11%\xF4\xE2\x8D#W\nK\xDC$F\x05\xE0\x13&\xC80y\x93\x03V\x160i\xD5 J\xBD\x1A\xAA\xF8\xC9O\xFE#\xE8P\xC7\xECY#\x17\xF4\xDB\xEB\xFA\xFB\x92L\x1D\xC0\xFE\x06 \xD0P\x04\'\x1C\xFE\xE6\xB8N\xAC\x00/:\x05\xF0\xBB\xCD\x16\xB1\xD3\xE9\xF5\x8B<\xEE\xAB\xE4\xD4\x11\xEB\xCE\xE2\xA5\xF5\xC8\xFB\xE5\tX7\x04\xB8\x119\xD4\xF7\xDD)\b\xD4\xAD6a\xC4I#`\xDE\n\xF2\xD5r:\x9A\x17\xDB<\xF5\xC1\x105\x04\x1F\xD2\\\xC2\xD9\x1AB\xFE,\xF59\xFF\x1A/\xCC\xFCK\x1B\x00C$5\xBD\x0B=\x05\x146\x98\xF1\x12\xD0\xE1 \xED\x9B\x19\x02\xBB\x12<\xFA\xE7\xB9\xFC\x03\x11\xD1\x16$\xC90\xAF\x0E\xE6\xC3/\xFC\xB1W\xE0\xA4a+\xF6\xEA\x15\xFA\xB3\x0E\xE8\xA5\xE0Z\xEC\f\xC2d\x07\x10\xD9\xBF\n\xF5\xAE\xFDJ\x1E\xEF\xB7&N\xD9\xC3\'\xEA/b\x07\xC5Cu/\xA4\xF3L\x15\f*\xE2\xA6;\xBA\xEA\x02R\x19\xFA\'\xF4\n\xEB\xCC"\b\xEF\xD8\xC4\x0B\x91\xDEF+\xD0h\x1E\x12\xC8&\x96@\xE3\xB3*\xE8X.\xDE\xCA\x18\xD8\xF8]\xD0\xE8\n\x1C\x02F\xFD\xA3\xF6\xDB\x0E\xF1\xE5\xCF\x06\xE1\xC1!\xCE\xEFE\x1C\xF5\xF7@\xA3\xE2\xEE\xCDE\xD8]\x123\x00J\x15\xFA\x1B:Q\x01"\xEE\x07\xF6\xBD4\x04\xDA\xF9\x1E\xD0\xF1\x17\xF8\x9F\x1F\xF0c\x07\xE5\x9A\x0F,\xDE\xACx\xF5\xB4\x16\xCC=\x1D,\xAD\xFB$\x18[\xD72\x89o\xD9\xBC\b\x10\xD4*\x138\xB9\x00\xA6\x1C\xBC\xE4\x87\xD2>\xB3\xE4\xCE\xF2\x10\xAC\xC69\xDC\xFDI\xF0\xB5M\x12\x00Q;\xC6\x04A\xB9\x121#\xC49\x01\xFB\xC9\xED:\xD6\x0BW\xBA\xFF\xD2S\x0B\xB7@\xFE\xEC\t\xF8\x01\x122\xE7^\x05\xC4\xFDf\t!\xDF\x05;\xF8)\xED\x1F\x03z(\xBC2\xE6\x17O\x9C\x0F\xD1-\x0B\xE65\xDD\xA6"\xD6\x0E\xE3\xD0\xFF\xAA\xF5S\xEC\x16C!\x0F-\xE1#\xE6\xEF\x13\xDF6\xEA\xCA\xF4\x959\x1B\xB6\xE4"\xC9J\xB0\xF0 \xDB\x98\xE8-I\xEF\xCAe\f\xC3\xDB\x10\xA5\xFD\t\xD6\\\x00\xF3(\xE2\x1B\xA8a\xC9\xF3\xBE\b\xEB\xFDm\x1A7\xE9L\xDC\x0B\xBA\xD6\xA2V\xBF\x04\x90\xFBD\x07\'\x91\x02H!\x10\xDE)\xC6X?\xF1\xA9\xFC\xE46L\xF8\x19\xD1\xF5\x10\xB2\xD6\x16\xFFS\xF5%\xE8L\xDE\xF8\x1F\xCD\xB5\bA\xEB\x02 \xFC\x17\'Y1\xB5\xF3\x89)\xF9\x05\xC8\x1B*\xE4\b\xF4\xE7\x19\xD13\xB0\xC7e\xF8\xC0\x17\xD6j\x05\xE7\x14\xD4\r\xDC+\x19\x16\xCF\x0B\xBC2V\xC4\xFD5#\xE7\x96/\xB7A\xC8\x195\x9E,\xED\x14j\xC4\xF8\xB9\xD8D\x9B\x03\xCF\x13\xDCD\n\xC1\xD7"<\xF0j\xFA3\xCC@\xFF[\x11\xF5\xDA\x1B/\xE4\xF1\xA9\xFA\xBCM\xFE\xA3\xF6\x04Q\xD1\xFF\xA2&\xEB\x02\x13\xE3\xA3N\x05\xF2E\xE1\b\xD5\x02\xEF\f\xC3G\x04\xDF\xD4#4\x11,\xE2\xEF=\xE7\xF9\x1F\xCB\xEC\x16_\xB2\x11\x95\x01\xB5\x14\x1E\xAB\xEE\xDD M\xE9\f\xD0B\t%3\xCE\xED.!8\xBF\xEA\x0B>\xF3q\xDE\xAEA(\n\xDC\x1C\xBB\xCF\x11\x1B9\xF7\xB2d\xE4\x11\xAE7\xFE\x8F\xF0T\xCC\ns\xC3\x0F\xA9*S\x024\xDF\xFD\xE7\xD1D\xE0R\xD7(\x0B\xC5\xB8\x04\xA1=\xFE\xB1V\xDB\x0FD\x07\xB3\xE1h\x17\x86B\xD7\xC0\x1D\x07\xF9\xD3\xED_\xC7\xF8,n\xFB\xEB\x80Q \xCF\xFC&\xF4V\x1D\r\xE5\x04\xB0\xF6\x1C\xD74\x07\xBA\xE2\xF7\xA3\tJ,\x1A\f\xEC\xC0\x05\xF6e:\xFB-\xF1\x15\xBF\x1E\xEB\x00\x9A\xF3\x1D\xD8\x11\xF0\xCB\xFB\xDF)\x11G\xCB3\x19\xB8\xFF\x15\xE88\xAD\x01\xC5*\xDB\x15\x05?\xD8\xE9\xCA\xBBE\xDB;\x15&\xA2\xFCH\xF1\x18>\xD2&\xF0\xB8\xF6\xC67"\xFD1\x9B\xE8\x13\xE3%\xCBu\xE1\xF7,\xC7\x17\xE5R\xC4\x003\b\x1E0\xFB\xED\xE2\x94\r\xF4=$\x9C\xD3\f\xDE!C\x0B\xE7\xF1\xB8.\xA0\x18\b\xFA)\xD0\xFF\xBF\xEAP\xDF\x01\xCA\xE8g\x12\xC3\x1D\\\xD6\x04\xA5\xF3\xDAG\xCC\x1C\xD3\xAFK\xD8\x055\r\xD3]9\xF9)\xA9@\xE6X\xB9\xED\xB0W\x03"d\xE5\xD9L\x03\xEFZ\x17\xF3\xD6\x933Y\xC9\xF7\rt2\xEF\xA6\x1Aa\xF3/\t\xB5\x1F-\x8E\xFB\x04\xDB2\x0E\xE3@\x13{\xB3\x10\x07T\xF3\x01\x0E\x1B\x97\xEE%\xAB\x04\xBA\xDD\f\xD0\xF4$\x8D\xD4\x14\x0B\xCF,\xBD\xFE\xC8\xAD\x0F/\xC2?\xB5\x06O\xF9\x11\x00\x1AH\xE3\xC0\x01\xDEM\xE7\x0F\xC8>\xD3\x13Z\xD9\f8\xB2F\xEC\x9C\xFA%\xCF\xE9\x00\xE1\'\xBC0A\xEB\xF8\xBCO\xDF?\x13\xE9!p\x05\x18\xDC\xFA\x03F>\x1A\xDB\xF0;\b\x1F\xF6\xE0\xFB(\xE6\xCD\'\xBD\xE1\xD2\xAD\xEC$\xD5@\x14\xB6\x05$\x99\xE3\x04\xF7\xED\xC2%\xF4\xE4\x16\xC9\x01N\x19\xBF->\x1E\xEE\xFA\xA2\xDD\xC68 \xFF\xCE\xF2\xFC0\x9D\xEFE\xBF;\x0E-\xC4\xE8\xA3\xF9J\x15\xE94T\xCF\x1B\x9F\x12\x00\xEE\x1Cf<)\x05\xFC\x97\x1F\xCA\xF78\xD8\xFD\x1BF\xAA4\x19\xFF\xD1T\x07+\xF2\xB5\xDC\x07\xF8\x92\xC7\xD6b\x19\x11\x06Z\xE4\x14\t\xC3H\xD6\x19\xCA\xFE\xB1\xEBa\xE3\xF2\x01l\r\xB7\xD4\x8B\x01\xBC\xED\tw\xDBG7\xA8\t\xF4\xC4\x135^\xF1\r0f\xED\xBCV&\xCB\xE6w\xBA?\xA4\x1E\xD5h\r3\xF0\\\x15\fE\x03\xE7)\xD2\xB1.\xA1i\x1D\xB2\x02Y\xE2\x114\x1E\xCE\xAA&\xBE\x1F\xE11#`\xDD\x10=\xAF-\xF6\xC6\r\xD7\xFB\xE6K\xDB\xB4\xE8\b\xE0\xA7\xCF\x16\n\xF2\xDB\x0F\xFA\t\xDC\x11\xEB\xF9\xC0:\xE7\xA7"\xD2\xE31\xF3\xAD\xC1J\xFD\xF6\xDA\xED4\xF7\xE7*\n\xF2\'\xD8\xF7\t\x16\x006\xCD\xED\x06\xFC\xC8\x1A\xF2%\xD3\xFE\xEA!\xB6.\x18\x9D"\xCE\xF9\x1BR\xBE\xFE*\xE6>\xB0\x00,\x9CL\xF00\x04(\xE0\x14\xFD\xCA@\x02\xB7\xFC$\xDD\x1D\xEF<\x0E%\x03\xD1\x11\xDC=\xC0\xABM\x03\x9BT\xDCB\xF3\x14F\xAA\xF5,\xE5G\x03\xC0R\x15\xE1^\x01\xECS\x0E\x04.A\xD3\x12"K\x04\xC7\x1F6\xD4\x17\xC5!\xB1\xCD_\x8C\tK\x1A\xEB\x0FT\xC5:\bt\x99\xCB\x18\xB9D\xC5S\x93 \xFA\xD37\xE7\xC6+\xED\xBD\x8B]\xD9\x0F;\xB9\x0B\xA3\xD92\t\x97\xF3:\xD1\xBF=\xE0\xF2\xC3\xA0\x01\xEA\xF4\xD8\x92\xF9\xE2b\xEB\xF6;\xE4\xFCE\x18\xF3\xD9\xBD\xF6*\xDA\x9E\x17\xEA\xD4\x12\x01\xE2[\xE9\xFC\x1A\b\xEF\x01f\x16\f"\xFD\x129\xFA)\x03\xC2\xE9U\xD1\x16g\xF9\xE8\x1DC\xC9\x07\x13\xF7(\xB1g\x15\xDD\';\xB5r\x15C\x0E\xBB\b\xA8U\x02\xD7\r\xE97\x011\xAE`\x07\xF2H+\xF8\xBC2\xF4*\xA7\xDE8\xB5/\xE2\xC8\xEC\xB7\xDEb\xAE\xD2\x1E\xE1\xF8\x1C%\xFD\xDF\xF0!\xCB\x10\xB4\xDB\xFC#\xA7\xD9\x1B\xFF\t\xEDM\xFA\r\xCA\x07\xEE.\xD0\xFE\x1C\xDC\x12&\xBB\x1D\xA7\xC8O\x1E\xD3\xE5#\xCD\xFF\xE1\xAAS \x06\xD3\rM\xF1$\xD6\x0FH\xF6\x1C=\x06\xF4\xE5\x0B>\xCF\xAF7\x07\x9B-\x016P\xEE*o\xE42G\xE8\xC80\xD0\x1D\xAA\xE45 \xDD\x90%\xF2I2\xCA\xEF\\\xF6,\xE2\f\xEE\x12\xF9>\xBF\r\x1D7\xDA\xC7\xEC>\xFE\x15\xCC\xF9X\xA9\x03(\x9E\xD7\xC40P\x96\nj\xED\x13\xC8O\xE6\xC1\xAB\xF7\xD3\x02\x0F\xB9\xF0\x0BW\x88\xF5A\xBC\x04W\xF6\xBF\x00\xE9X\xC5\xB2\xE6\n\x99A\xD1\x06\xFCs\xC3\x9A\x030\xB2h\xEB\b\xFB\x18\xB0j\xC1\x9C\xE7\x06\x18\xC01\xE6\xFCE\xED\x17\xFE\'\xBB\xFC+\xDA\xF4\x1A<\n\x15\xE2B\x9E\x19\xC6\xFA\xD4\x16%\xE1\x10\xD9*\x14\xD2G\x1B1\x10\x06;\xFA)\x00\xDE\x159\xB4\xDA\'\x18J\xDF\xF1\x14\xCF\x86F\xE5\x0F\xF5(\x1D4\xDBA\xEE\xCFp\x12\n#\xB8\xDF\xCE\x1A\xE5\xA0B\x04\xB3\xFA\xD7d\x1F\b.\xEAK6\x05\x95\x00:\xFBm\xE9\x9E\xEF\n\xAF\xD7\xF7\xE1\x16\xD2k\x1B\xEA\xC1"\xF0D\b\xEA\xCA\xFE \xD8P/\x01#9\xD5\xE0\x02_\xB4\r\xFE\x1E\xDD\xAF\xCB\xF8_\x0FB\xD5U\x0E!\xCEY\xEC&\xC7\xF1\xB7\xFC\xCF!\xE0d\xC2\xEB\x1C\xB0\xC9\x02"Q\xFB=\xC9b\xA1"\xBE\xF3\xACI\xF8\x0F\xA12\xD3\xF6Y\xA7<\x06\xF7\x94\xEF\xCB\xB9\tJ\xED\xC5\xF7%\x8F:\xF3M-\xE8\xA2\x04\xF13\xF0\xFF\xBE\xE20\x0F\x8E\x007\xDDV\x12\xAE\xF4\f,\xD6J\xF3\x0E6\xDE\xBE\x16\xE5(\x02\xEDL\r\xDA/\x05\xCD\\\xE3\xFF\x1C\xBA+\x0E\xE6\xC2(\x11\xDD[\x1B\xF9\xA6.\x13\xD4Q\xE5\b\xC2\x18\x00\xD8;\x1D\xC2'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('/\xAE\x15\xCE;\n\x94\x1B\xE9@\x071\xD7\x11\xF7\xBF\x19R\xFB\xCE3\x1E\xDB\xFA<\xB7\xF5\x14\xC7=\xFF\xF26\xCE\x1B\xF5\xAF\x05R\xDB\x12\xEB\\+\xE0\x16\xF4H\'\xE6\xFEB\xF1\xCF7\x19\xDD\nX\xBE,\xF0\xDCY\xD9\xFA\\\'\xE5\xF2\xFEg\xD2\xC1\xF4\xA3\xE5b(\xED7\xDF\xB1\b\xEB\x90`\x06\xCB(\\\xDE\x07\xAD!\xE2\xA0\tJ/\xE3; \xBD\xF8\xA5\xD1\xFD\xB8\b\xD4\xA9\x0F\xCB\xB6\x1F\x10\x8F\x01\xF3\xB2"\xFA\xD3\x16\x02\xAD\x10\t\xBF\xEE\x01\x87D-\xDE\x12&S\x1E\xFD\xB3\x05\xD2\x9E\r$G\x11\xC3\xF2\x17\xE7\r\x9F1\xEAG\xD5\x12j\xFB\xD9\xC2\x0F\xEE\xCC\x004K\x0B\x1B=r\xEA4\x03b\xDA\bT\xE3*l\xC7?\xEC\x9CH\x1F5\xF8>\x1E\x0FK\xD7\x17\xC7\xF7\xAB\x02\xED\x0E\xCB:\x16I\xFF\xF4\xE6\xD6\x00*J\xAF!\x01\xD2\xFC\x18\xF6\xBF,\xED\xB6%\x02\x19\x95i\xE6\x15%\xEF\xC7\x99\xF7"\xBF\x18\xF6\xEC:\xC2\xF9\xD6\x13\x05\xE50\b\xDE\xC4\xE7\xCF\xE7\x94\xCB\xE1#\xB8\fZ8\xE2\xBBE-\xDF\xEA\xC1\x1E0t\xBA<\xF8\xE2\xD77\xEFO\xB5$X\r\x03?\x15\xE8X\xD3\xFB+\t\xAF\xD7\xE2\x04,\xDC\x00\xE3L\x9E$\x15\xAF2\xEE\x1F\xA4\xFDO\x12\xF4o\x0BA\xFEe\xF63\x05\xFB\xEC \xD0\b\x1A\xD7\x83\xF6\x0BV\xDA\xCA\x13\xA5\x1A\xCC\ff\xC0\x14\xDD;\xC8\xE5\x8E\xDC\xCB\xF7\xA63D\xF2\xDD@\xC2\xF57U\x11C\xCC\x0E.\xD3\xFD\xDF\x03H\f\xBB;\xDA\xCA\xB4+\xFE\xA3#\xD6\'\x13\xAEU?\xE5\xA0/M\xFC\xF0i\x02\'\xAC\xFB\b\xF0\x03\xE9$\xFE\x9B\x05-\xF8\x0B\x00\xF1\x1B4T"\xE0\x0B\xC7\xB6\x1B\x01` \xFB\xB9\xEB\xAA\x1C\xF0\xB5\t]\xC8(\xE8\xCF_\xF6&\x1B\xED\xD5\x18\xBE\xEF:\t\xC3\xF0\xDA\xCD\x16\x01\xF3\xB2\x11\xC5"\x14\xBC6\xE4C-\\\xDC4E\xF3\xE5\x1F\xCE\xA5n*\xD3\x07\xFD\xBF\xF0\x03\x12&\xEA\x0E\xD0\x9E\x17\n\xD5\'_\xFB7\xE6@\xF4\x1A\x9A\xFF\x16\xE1\t\x01[9\xE2R\x05\xB4\xEA\x1D\x03,\r\xBDr\xDC(\xE8@\xE1\xCFK\xED\x18\x93\xD2\xBE\x10\xAE\xC6\x16S\xB4\xECB\x12\xBA\xE9L\xB0\x180t\xD6K\xA9<\xF0)\xE6F\xC9\xF4\x05\xDB\xC2 \xA8\x0F\xD7S4\xF1\xAEE\xC2\x8D\xFA\r1\xD8\xFB]\xE0\x9CN\xF6:\x1F\xC8\f6\x8B\xFE\x07\xF4\xD8\f$\xF6\x1D\xFC\xEE\b\xD40\x0E\xDA%\xFA\xE19\xF6\x0F\xCF\xE6\x9A\xF8\xE1\xFE\xC6\x07\xDAZ\xFF4\x10\x92D\x13\xEE\x000\xBD\x07\xDD\xC6*\x10\xE9!\xCF\xF3\xAF\x1F\x16\xCBB"\xFD\xD3\xAA\xED\x05\xF9\xD4^\x1C\xB4)c\xC5\x00Q\xE0B)Y\xE2\xF9\x01M\xC2\x06\x18\x9F#\xDDC\'\t8!\x17P3\xBA\xF8\xAC\xE0!\xE8+\xD1u\xDF\xF9J\xEC \xFCm\xD55\x06J\x15\xC8\xEB.\xF5\x0E\xBC\xE5\x180\xDF\x14O\xBB\xEB\n3\xFA\xA6=\xE8\xB3\x06\xCD\xA1\x1A\xBB"\x975\xF1\xD2b\x01\xC7\xEE[\xFF\xC0\xED\xB3\xD3\xF5\xE8\x11$\x19\xC3c\xFD\xB8\x06\x18\xC9&\xB1\x12=\xA2\x04\xF7\xB2\xDC\'\xFEi<\xD7\xA86\b\xEFa\x01F\x96#-\xF2\xD9\xCA\xE3\x1E\x0F\xF1/\x147\xE9\x03\xF2k\xCC\xE8\x1C\xAF-?\f\xFB\xAA\x1D\xCD\x14a\f,\x89\x03\xD0:\b\xF1\xD6I\xF5\x919\f\xE5\xF5\xCD\x18\xE1B\x1B\xF0\xBD\xE4\xA1\x07\x05\xE9M\xDB(\xB3\xC5\xF4\xD0\xE4\xFF\x18V\x11G\x03\xD0\xDBh\xC1\xF8\xD6\x0F>\xDD\x14\nF\xF8\xD8\xEA\xB9\x172\xDA\xF6=\x02\xDF\xC4WA\xDC\xECQ\xA3\r\x1E2\xEBV\x03\xD5a0\xBE\xEA\x0E\xC9[3\x11\xD4\xF5\x1E\xC4\x14\xFC\xCE\x11 \b?\x0E\xAF\xC38\x9E\xED\xBB(\x18\x9A\xFE!N(\xA8\xFC+\xBE\x00\xE3\x12$\xCER\xE4\x07M\xE7\xA4#\xEF\x1B\xFC\xB4\xF7.\x16\xE3\xCA\xFF\xDC\xC1\x1B\x93"\xFE\bR$\x9B\x02\xF9M\x1A):\xF7m\x9B2I\xE8\xFB3o\xDD\xF8\x06!\xFDZ\xF6\x07C\xE4\xEF\xB4\xC8\b\xEC\xD4U \x9D]\x039\xF4\x8D)\xBC\x111\xFA\xD5\x07)\x13\xCB\x02\xBE&@\xB0\x12-\xFA\xEEG\xDB\xAC\xF1-\xD9\xE7\x0B\xAF\xDF\xC1\xB4\xE1$\x03\xF1\xDF\xA7\xD6\xBA\xED\x1A*\xE7\xD5<\xDE\xB0.\xCA\rV\xDE\x1DH3\xB1\xF3<\xCA\xEF\xB1\xFB\x10\xD5\x1F\xFF\xCAe\xB5J\xE3\xA2x\xE7G\xD9\xF9f\xF2\tO\xE2\xCA\x0F5\x16\xD1\xFD@\x1E\xCD/\xECF\n\xED\xD4\xBD\f\x1C[\x15&\x02\xCCS\xAA\x0B\xC7\x13\xEA\x1C\xD56\x04\x13\xF6\xFF\xE4\x19\x0E\xDE\x060\x1D\xC4v\xE9G\xF1\xDD\x0B\x17\xF58\xC1\f 3\x98\x07\xEA\xD0#\xA7;\x04\xB5\xE7\xF7\xC2_\x10\xBA\xF3f\x06\xFBD\x19,O8\xFE\xC8\x07\xF5\x9B:\x12\xF2J1\x01w\xF2\xFB\xA5\xBB+\xD0\x92p\xC2&\xF9L\xD6\f\xE1-\x06\x18\xAC?\xEA\x02\xCE\x1D\xEE\xFF\xD1\xF3\x10\x1C6\xBB\x15\xD9\xF5\x19{%D\b\xE3\xA7\x01;"\x8B\x15\xFC\xA6\xCB\xF8\xE5\xB1\xEC0G\xE3\xD9\xFC\xBC#\xE4\x89\xC0@%\xE5]\xEC9\f\xD9\x04\xE9\xA3\x16\xBB\xEC>\x91\xD1\xBF\xF9."\x99B\xDB.[\xE0\xB7R\xC6\x01\xE4Y\xFE*\xBF\xD4\x00\x9A\x1C*\xEF\x18\xDB\xC3\xE5\xD2\xDBf\x05\x14\xD9? \xD1\xBF\rg\x1D\x07\xD3\xF9\x19\n\xDB\x10\x02\x18\xC6!\xF3A*Y\xCC4\x01Q\xF6\xFF&Z\x0E\xD7\xC5R\b\xB9\x12\xA8\x06\xFA&\xDBB\xF1\x9D\x0BH\xEC\x12\xF2\xDE\xC77\xD4U\xF9\x0EM+2\xBA\xF2\'\x96\x0E`\xFC\x18+\xEA\xAE5\xEFT,\xCBK\xB4\xD3=\xFA\xE0\xAB\x12\xB7\xFC\xF1"\xDB\xAC\x1F\x13\xF0\xE4;\x01\xF2\xE1\xFB(\xF6K\x1A>\xED\xAA\r!/\xC8\xE2\xAD9Z\f\xFCI\x04\xB2\xEA3\x00\xF3\n\xE8\x1ER\xC6\xEE\x04\xDE\xA4\xF3\x02\xC9E\xE0\x95\x04\xE7\xF62\xED\x9D\tJ\x01\xD4\x1D\xE2\x0FD\x07\xE7h\xC9\xD9\xB6\x1D\xA4\x14o\x1B\xEB\xC6\xD5\xE61\xCE\x15p\xF7\xD3\x06\x1D\xFA\'\xCE!\xAA\xE4\x11\'\xCD\x8F\x1B\xB8\xCCH\xFF\xE0.\xF96\xB8Q<\xD6&\n\xB9\x15"^\xFE\x1D\x12e%\xC0\xEAR6\xC6\x99.\xD2\xBE\x0E8+\tL\xE81\xD1\xAD7\x0F\x00\x86\n\xC0\x03\xE0\xB6\xE9=_\xDA\x03\xBB\xEA1\xF6\xC1\x1Fp\t\xDFG\x17\xA2\xD5\x11\xB3\x1A\xCF\n\xE5\x10\xF7\x1A\\\xFC\xF2\xD7\xBF\xA7\xE0\xC8\xF4\xDA0\x16\xF7\x05\xED_\xFE\xF3\x1B\xFA\xA0\x03\xF4\xC4\xFD\f\xBC\x03E\xDFb#\xF4T+\xFDI\x17\xC1\x0F\x80\xF3N\x14\bW\xDB\xF1>\xFB\xEE\x10)\xFA:\x06t\xEAF(\x1F\xC2\x9D\xE2\xD00\x0FD7\t+A\x04\xB5\r\xCF\xA3)\xDC\x13\xB4L%\xEAC\xE0b\xD5>%\xDC\xF8\x1E\xF0\x94\x17;\xD8\xEE\x1E\xA14\x00\xEE-\x1A\xE1:\xD2\x9F\x18\x02\xB6\xD58\xC6\xF0V\xE5\xC3\xF4\x8E\xDA\xFC\xF0h\x00?\xEC\xAB\xC6\xE5\xF8\x19\xD1\xE8W\xFA\xE4<\x7F\xBD\x1C>\xE4\n\xD8\xCB\x12\xB2\x1F\x16\x8F\xEE].\xC3\b\xCE\xFB\xE4\xB0\x10\xC8\xD6\n\xE3\xCDG\xB4\xFF\xC5\xFA)F\x0E\xE7-\xA6#\xD9\xB6\f0$\x15\x03\xC8\xAF5\x15\x07%Q\x1C\x05r\xB6\xF0\x10\x86"\x1A\xFF\xF0\n\xF9\xC8\x02\xA7,X\x00\xEF2\xFA\xE3\x05\x12\xAA\xE8N5(\xBD\x05?P\xF4(f\xF8"\xD7\rk\xEE\xB1\xE0\xCBa\x1A\x05\xF4\x13 \xCF\xFE\xDF@X\r,\xDE\xCD\xB8\xF6\xD8\xFF\x9E\xDE\'\xFF4\xC3H\xDD\xB0&\xD6\xE8T4\x15\xF7\xC1;\t\xD1\xBAS\xCA9\xD6\x1A\x00\xDA\x12h\xEB"\xFC\xDE\xB8\x13\xA8\x062\xE8\x1E\x045$\xF5\xFE\xC1P\xE0\x008c\xA9\xEE\xBB\xD4\x1C\xEA\xF9G\xE6\x11.\xEF<\xCC\x14O\xD6\n\xED\xCC\x12L1\x94"\xD1\xF0\xDF\x1E\x9C\xE7(D\x0E\xFF!\xF5\xB7\f\xEF\xA4\xF7\xD2\f\x987\x1B\xEA?\xC7\xF3\x95I\xBE\xD4\n\x14\x9A\xEB@\x0F\x8E\xEA\xF7\x1A\x076\xF6\xA3Q\n!\x97a\xC1\fL \xE7\xAB\xF5*\x01>\xF7\xC0\x04\x0F\xFC\xB9D\x05c\xFD\xDA\x19\xF3\xA5\xDD\xEBF+W\xC9A\x1B1\xC2\xE6\\\x04\xD4\xFDW\x10\xDD\x16\xFC\xE7Z<\xDC(\xD1\xB0P\xDE\xC6E\x11\xE5&\x01\xC2\xD8:\x03\x1B\xD2\xE1\xF8\xB9\xFC\x0Ee\xE3\xA1\x18^\xE5\xF2\xDDk\x19\xEA\xAE/\x10J\xC5\x040z\xC0\xFB\x9A\xE3#\x04\xDEL\x00\x17\xCC\xF1.\xBD\xE4%:\xCE.\xA9\xF1\xBB\x1C\x07\xFA2\x17\n%\xB6\xD7[\xCB1\x16\xF3\xB5\xEC\xFD6\xA8(\x079\xC9\x1D\xBB6\xD4\f\xAD\x1F8\xC6\t\'\xD7\xCB\xF4\xB5\xEC#\xD1\x12\x1D\x06\xD3\x16\xFD\xBA\xE9\xAA\xF5)\xB2\x10N\x1E\b\xB0\x01\xF6S\x1F\x0F\xFF\xCCj\xEF\x15\xD0\xFC/\x03\xF2\x9B\xFC\f\xE1v\'\xCA\x10N\xF3\x16\xD8F\xF0\xDC\x04#\xEB\xFD+\xCEG\x93\xE3\xF9>\x1D\fT\xE2>\xF9\xB2\xE53_\xF2=.\x11q\xD6\x07F\xDD\x9E\xF7\xD7w\xED\xC4\x06\xD6\xE2L5\xA0\xDF\xC3\xF0\xA9m\xE0=\x1DK\xEA\xAAC\xFA\xDB/\xE6\xC6j\xEB\x8C.\x14Z\xF8\xC3O\xDB\x15\xF4\x01\x13Y\xEE\xA2\xFC4\x16\x97\n\xF0C\xC5\x0E\xAC\xD9\xCD\n\xEF7 \xFB\xEC<\r\xCA-\x1A\x92B&\xB2\xF9\xE9\f$EI\x1F\xE8\xC4\x13\x06\xBD$\xD1\x04\x1C\x9F\t\xFF\xB6\x1D\x04\xD0\xFE\xB2\xE6\x0F\x9C<\x05\xB8\xE82\xD3\xBF,\x05\xDC\xC2\xD4\x02\\&\xDB\x01\xEC \xF9F\x1A\x8B\xC6\xE3\xB7\x19(\xFF\xE5\x129\xDF\f\xEF\x15-\xBF\x19\xF5\x03\xBE\x027\xF9\xD2,\xDE\xF7\x12\xEE9\xC0X#A\xDF\r$\xF6J7\xCB\'\xEE\x1D[\r#M\xAF\x0B\xE7n!\xEB-\xBC\xCF\x14\xA0M,\xBF\xE6\xFF&P\x04\xD1d\xC3\xACP\xF3\xBA\xFD\\\xC9\x01G\xD2^\xAE\xD9\x11\xDA\x9F\x19\xED\xB1d3\xC7P\xE4\x16\xF1\xD0\xF7\xAB:V\xBE\t\xD8\x18\x01\xE1\xF7\xA5\xC7\xFB\xDF\xF1\x1E\xCDB\x10\xF5O\xFD\x1C5\xF8\xE1\x06\x10^\x96\xDD\xF7\x14-\xF2\x0B\xDB@\x05\xD3\xEA)\xA9\xDA\b\xE6\xFD9(\xF4*\tVB\x0E\xFE\x90\n)\xB3\xD9\x03-\xE8\x14\xC9\xED\xE2\x1F\xF2\xADk\xD2@/\xD8\x04A\x169\xFF\xB7\x9F\t\xDE\xAC\xE8\x0Bm\xB4\xCC:\xD5\xF04\b@\x88\xFE\xE9%\x15\xA2!4\x18\xF7<\x1F\x9A\x0E\xC9\xECd\xCD\xE4$\xC5\xF2\xE2\x1E\xD3\xF5\xFDe\x0E\x98K\x07\xFD*\xA02\xFBF\x0B\xBF\x10\x19\xE7g\x9B\xC3\xF8\xD8(\xEF\x1A9\xC7F\xF2\xD7)\x16\xF4\x02\x1C\xB9\xCA\xE7\xD8T5\xCC\xF8e\xC5\t\xE3\xB7o\xF01\xDFS\x18\xAB=\xFE\xB8\xD8\x048M\xE9C"\xCA\x1B7\xBC\xDCs\x18\xD5\x0F\xC7\xE5*\xEC\xFE\xB2\xF3\t\'\xEB\x11]\xE2K\x02\xD4%\x12\x01\xC1\x1E\xE8\xA9L+\fb"\x96\x0F\xBC\x1D\xE2\x00\xEFN\x10\xD0\x04\xC4\x14\xFA\xB7\x05\xEE\x07\x15\xF7/\x1A\xAB\x12\xBF\x02\xA6\xE0\xED\xF9\xD1#\xF2\xB2\x02[9\x05\x8A!U7\xC9\x1E\xD54\xAD\x06\xC91\xBD\xFAa\xE2\x91@\bX\xFC\xC4\xE1\xEC\xFA\x17\x02\xF5C\x07\xAE/\xD7\x97A\xFE(\xEBI"\xD2B \xDCR\x90\xEB\\\xCD\xF9\xDC/\x0B;T\x13\xE61\x0BC\xE9\xF6\xB9\x1A\xDA\xCE\xF9\xDEE\x00\xB8Q\xF0#\r\xE9\x18\xA9\x0B\xED-\xF9\xDC3\xD2\x0ED\xAB\xCF=\xDE(\xD3\xEBK\x13$\xDF\xF4\x1B\xAD\xD8\x0B\xA2\xF4\xE5\xBA6\xC6\rD\xE1\t\'i\x17\xF2\xC4\xB1\x06\xFF\xA3\xC3\x1D\xCF&\xE0H\xF10\x15\xA4\x0E\xE4\x18\xF9\xDC\xFE\x88?\xF4\xDAO\x1C\xCF\xB8\x13\xEF\x9E$\x19\x001\xB7\xF0n\xC4\x1A\xF7\xB9\x048\xC2S0\xE4c\xFF9\'\x01\xF3)\xD4\x1E\x01\xBB\xED\x9C\xD0\xFD \xD7+`>\xDD\xFBU\x95\x13\xFE\x0By\xC1\x06\xEEa/\xC4I\x14\xD2u*\x05\xC54\xFFH \x03y\xE6\xF5\xD9W\x13\x06\xA83\r\xE3]\xCD\xFB\x0F\xED\x07\xBD\x12\xCB\x19\xB3X\x14\xE7\xFB\xB0=\xF5\x115\xE4?O\xE9\xF5\xCC\x16\xEF\x0E\x04,\xED\xC9\xAB%\xE7> \xCF\x95\x05\xE78\xBC\xE1\xFB\xB4\x10\xE7\xF4\xA7\xE0\xC8;\xBA\t)\xC7\xF9\xE5"\xFC\xD9\x9D=\x1E\xE6\xA5\xD3%\xF9<\xF0\xDA\x06\xCE\xA4\tp\xDE.\xC8W\x1D\x03\xB6\t\x10\x8F&\xE3\xB53\xD6\xBEN:\xF8\xD5\x01\xB6\xF6\xD9*\x0F\xF2&\x1C\n\xEE"=\xD7^\'\f\xF8\x17\xD4J\xEB\x99\x1CN\xCEC\x01\x16\xF0\t*s\x19E\xDF\x85Y,\xEA\xE2B#\xC2\x04\x17\xE9\xD7\xA9\xF7\xDE-\xC1\x1B\x00H\xF8j\x18\xE6\x02\x1F\xDE\x142Z\x19\xFDM\xB3\xCD\x00\xA6ES\xCD\x9B\x17\x06\xC0Q\xEA.\xAC\xFE\x114\xDD\x0B\xEF\xBB,W\xC4\xB3\xDB\xFE\xF2\xB8\x05 \xFE\xC4G\x19\xF82\xF0\x99J\xFC*\rF\xCE|\xF16\xDA\b\xC8\xA5#\xF4\xB0\rU\x9C\xF1\xC7\xE0\x0B\xEB<_\xF8\xDB\xC2\x03\xE5/\xFD\xF0\xD17\x01\xDB\x1F\xF2f\xBE\x03;\xAD\x11\xE9\xD3\xF93I\xC9\x111\xCF\xE6\x17\xAF\x0F\x02\xB1\xD8\x0F\x1F\xCF\x07\xBC\xEF\x15!\xFC\xE7\xAEV\x13\xEC?\n\xDCE\xCE\xEB*\bB\xA8$\xC0\x1B\xE3\x13.\x19\xF3\x0Fk\xDD\x1E\xB3\x13\x8EH\x0B\xCC\xE4"\xD5\xF6_%\xDE\x06 \x14\x03\xE9\x94N\r\xF67\xD7\xF2d\xC6P\xEB>\xDFe5\xE3\xC5\x92;\x04\xD0)\xBC\xFD\xD2+\x002\xC1\x1C\xFE\xD3\x11\xF55\x04\xD7\x9D\t\xEC\xD08\xAB\xBE\x0B?\xF7$\xE3\xC3\xFA>-\xA2\xFC\x19\xCA1\x8CM\xF4\xAA\xE1>%\xEE\xBDh#\x06?\xE7)\b\xFF\xB8\xF4\xA4$\x02N\x0B\xDB\x1A\x0F\xF6E\x1D\xE4\x97\xEF\x15\xF9n\xE4\xBAR\xE7\xCCh\xFA1Q\xB6C!\xFA)\xE8\xCAW\xED\x05`\x19\xB4\xEB\x10O\b\xE7\xF1\xFF\x0E\xBFg\xD1\x1B\x07\xD8\x00\xDF\xA0\xC8\xE4\x14\xA0\xD3\x1B0\x12\xFA\x18\xD3\xF3,\xB9[\xEB\xA1\xDF3\f`\xB9I\xD9\xAA\x060\x1E\x00\x16\xB1\xF0 \xC8\xFD\x05\xE1\xD7I\x00\xA22\x0F\xD2*\xF1\xD8\x02C\xDD\xC0\xB0\x1ED\xCD6\xEC,\xF5\xB3Y/\x1CE\xFC+\xFB:\xF1\xE2S\xC8\xDAZ\xB0\xE8A\xF9\xC9%\x02Q\xC6\xF3\x05!\xCC\x10&=\xEF\x8D\xD8I*\f\xE8\xDC\x15a\x93\xEF\x17\x07\x1C\xDB\xBA\xFF\xA88\t\xC7%\xF35c\x13\xD9\xE4#\xFC\n\xC5\x11\xFA\xCC\xE9\f\xB5\x14\xBCK\x0B\xB1&\x03\xED:\t\x1B\x00\xE1\x138\xD6\xFB\xAE\x16\xDC5\xE8\x02\xF5\xDF\xC7\n\xF8\xE2\xC0A\xA57\xF4+\x0F\xC1T\xD0\xF3A\xE7\x15P\xE1\x1Dx\x98\xFB\xD0)\x02\xF7\xB6\x17\x9EU\xDEC\xA3\x15\xF3P\xD4\xED\xDD!\xCD\xF86\x97\x0E\xBF(\xCD\x9Dg\xB2\xF0\b\x1C/\xD0A\xFB\xA1Q\xB7\x17d#5\x11\xD2\xFE\x06\x1C\xB9\xCE\x02:\xE4\xB3\'b\xFA#\xCB\xF6\xBD\x11\xE6\x1A\f\xED\xA3S\x07@\xD4\x001\xE6#8\xC0\x01 6]\x01\xEB\x11q\xE6\xFDD\xDE\xF70\r\x1FH\xC0\xE8s\x0F\xBD\xED\x1B+\xD5C\xFC\xE8\xB5W\xF3%l\xD8K\xEA\xF8\x1D/\xFD\n\xC4\x98\x051\xEB\x00;\xD6X\xB9\xE00\xC8\xEA\'\xF2\x1D\xBA\xEF\x06\xD7l\xE1\x92\x07\x15\xA50\xD8\xB9\x18\xD1 \xEFT\x05\xE9\xD0\xDD+\x91\xF7\xE1\x01Y\b\xC5\r\xF1\xA7\xCF\x05\x1A\x8C\xE5\xC5\xEE\x10\xADA\xDD\xA1\x11\xED\xE09\xD4\rJ\xA4,\xF8\x04F \xFD;\x12\xDDq\xCB\x0FG\xFD\xAE\r,\xF7\xCB\xE6\xC3A\x06$\xF4K\xA7\x13\xC5\xB7;\xF5\xFE\x14\x04:!\xAB\'\xDA\xE67\x00\x14/M\xDC\x02;\x162\xFB"\b\xC6q\xD6L\x17\x1F\xF1\xB5\xDD"\xC9\xEF\xAD\x14\xCD\xF3\n\xBE\xAC\x04\xF9\x8A*\xCF\x1D\xECA\x17M*\xFA\xEFV\xC9\xE2\t4\x01\xD9$\x19\xA6`\xC8N\xD6\xF1\xCCH\xF9\x98_!\xE0\xC3\xEC\'\xB8\xF6\x0B\x96\xD2X\xE6\x15\xF5(\x03\xBCC\xFEi\x15\x06T\xE2\x0B6\xDA\x99^\x1B\xE63L\x17\xE3Z\xF6\xC5\xDA\xB7\xE8\xD2\r\x1B\x9C\xFF/\xB5\xE9j\xFAB\xE3-\x0E\xEC&\xB5\x0B\x172\x10\xEE\xD1\xBA\t=\xF9\x0EE\xCAP\xE0,\xBC\x008\xB2\xE9\xCC\xF7\xA6\xE6.\xD0\xFB\x1A\xBD%L\xE9+\x00B\xD1\xEE\x0B\xD9\xBC\b5\x13&\xFD\nG\xB34\xDC\x13\xF8\x1C\xD5\r\x87\xEE\b\xD3\xBC\xFA\xE2\x1C\xFE\xE9\xC0\x03<\x19-\xF4m\xA0\xD3\x1F\xFF\xEB\x1B\x05\xF1E\xDA\r2^$\b\x10\xC3\xEC\x90>\xD6\xF2\xFC\xC5\x17\xE0\xF8!\xC4(\xFF<\xE9\x95\x03c\xA83\xE3\x02l\xEA\xCF>Q\xC0)\x17\xCAY\x00J3\x9F@j\xD9\xA7U\xE2\xFC\xAC\xD8\x04\x16\xE4.\xAE\xD8g\x12\xA7\xCE\x1F\xFA\x84\x19\xE1\xD46O\xF6)\x02d\x11\xA6\x06U\xB7\x0F\xA1d\xF3\xAF\x1EP\xD5\xF1\xE2\x1A\xCE"\xF5\xC2\x0B%\xA9\xF1\x04\xDF9\xF6\xB1\x1F\xDD\x12\xF3\xCA\x07,\xF5 \xC9\x0EI\xEB%\xC5U\xF2\n9\xC1\xF8)\xE5V\x07\xC4\xF0@\xFF\xB0\x1E\xDB\r\xB8\xE52\xCF!\xEE5\xD6\x03?\xE1\x13\xCA\xFB.\x0E\xBED\xF6'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xC7S\xAD.\xE9M\x13\xD4^\x05,\xDA\xFB&\xF0@\xC6.\xAD\x1C\t\xDB\xF7.\x86\x10C\xF4\x0B\xAF7\xFC\xDF\x12(\xE8E\n\xDA\xF9V\xBC\x18\xEAN\x03\xDB;\xF4\x10\xB5\xEBC\xD5\x16\xF1\x07.\xDE\xFC\xBBS\x03\xEA\x05\x15\xD9\xFB\x03\xC5\xF4\x1B\xAB\xED\xBB\x0FL\xA3\x17\xD6\b\xFA\xE1<\xBAL\xC7\x1A\xE5\xFD\xD1\xC1*\xE7\x1A\xC5M\xA0\x04\xB7\xC9\x1E\xA97\r\xE0)\xF6\xC8\x15\xA6&\xCE`\xFD+\x1F\x02\xA17\xC0W\xAA\x11=\x1F\xCD/(\xF1?"\x0F\x9E:\xE4\xFF >\xC9\xE2\x02\xB8\xE9\x11_\xF2\x00%\xEDf\x035\x96]\x17\xDC\x00o\xEF!\xD6;\xF5a\xFF+\xEF\xD1\x01\x9C8\nY\xFB\xEA\x1B\xE1\t\xC5\xDDj\xF9\xCF\x1B\xE6$\xD1\xEF\xE3\xA1\f\x90\xE3\xD0\xBBl\xDC\b0\xCFR\x15\xF44n\x1FD\'\x8F\xCC\x14\xD4\xA5\x0E\xDE\xF2"\x07\xED>\x88\xCF\b\xF81\xEB\x18\xDE\x13\xE6\xC1r"F\xD6\xB6\xDF/\xC0J\x9B6\xF5\xAD\x0F\xECJ\f\xFE\xF5p\x06\x18\xF9[\x00O\x1C\xF7\xECG\'\xB6\xFA\xDF\x98\x07\xEC\xD1\xFC\xC3\xDE\x03R\xE7G\xFB+\xB5@\xD6\xBD0\xF7\x1F\x0FF\xBE\xAD\fP\xD0\x98B\b\xF8\x10\xE8\xF2\xFF \x0E\xF0\x05\x14\xD4T\x19\'\xE2\xB7,\xD8\x860\xC47\xB6\xD86\r\xAE1\xFE\xCA\x12\xF2`\x0B\xC4)\x1B\xA9\r\xF29\xB3.\x1D\xBD\x06\x17\xCBP\xFF\x13\xE3X\xB5\xDA,\xE4\xFE\x1D\xC3\x05\xF21\xB4\x1C\xCA\xAA\x193e\xD0\xAFB\xFF\xE70\xCB\xFC=\x04\xC6C\x14\x00\xDEI\xEC)\xC7\xE9\xD7\x07\x17\xE5\xA5\xD6#\xE7J\xFF\xDA1M\xE5\x16\xF8\x0B\xDA\xEF4\xE1\xF6\xEB\x1D\x95\r\xCC\x03\xEC\x15a\xD4@.\xFA#V\xD6\xE19Q\x05\xC3\xE5\xF8*\xDA\x1E\xF3\xBA\t\xD8\x94c\xEF\x1E\xE8\xB1\n \xFD\x0F\xF9d*\xC0Y@\x1D\x048\x0F\xAE?\xF7\xBB\x06 \xD4h\xC7\xFF>\x9D!q\x04\xC1*I\xFC6!\xF5\x9D\x07\xEF\xDD\xA8\xE8\r\x01\xEE)\xFB\xDB\x14\x8E=\x0B\xC4s\xA3F\xED"\x16\xF6\r\xCE\'U\xF3\xD3\xA5\xCA\x1E\x11\xF3\x9B\xDE\xF6\xC6\xFD\xBB\xEE\xD0\x16\xE2^\xCC\x9A+\xED\xAA\x13S\xD1\x0E\xB0\xD97\xF3\xE9\xDD\xA9\xC2;\xCB&\x12\xBBl\x16\xC6>\x9E\x0F\xBB\xEB&S\xEE\x1A\xE2\xFA(\x10\x016\xE4\xB4I\xFB\xE0\xC0<\x1Ah4\xB1\xE1\x037!\nP)\xDCw.\x03\xF1$\x10\xFB\x02A\xE2&\xF5\xE8/\xFBC\n\xCF%d\x06\x0FV\xFF\xE6M\xF73\xFE\xD1!\xF4d\xD3B\t\xCC\x01\xB59\x06\xCE\xDCV\xC2\xD2)\x07\xA72\x11\xEA\xF9\x07\xE4?\xCAL\xD3\xEE\xB1\xE9\x15\x93\xF9\x1D\xC5\xA4;\xE9\xDCO\xC0\x1B\b\xB6\x03\xC7\x19\xE4\xA2\x14\xB9\x1A\xD4\xF0\xDF\x1C\xAC\n\xD7\x1B\xE3F\xB5\x04\x181\xFD\xA8\xF5"\xD6\x14K\xEA\xB0\x19\xF2\xFE;\xDB\x1B`\x03\x9A\xD9\xB9%\xEB)\x16\xFD\x0F/\xCC;\x07\xE6E\xD7\fW\xB8\x181\xF0\xD68`\xDC \xF1\\\x01M\xF6\xFE3)\xB6\xFA=,\xC4\x92\xED\t(\xDC\xE6\xC4\x11\xE0i5\xE8\x8C\xF4#/\x0B\x9Fm\x12\xEC\xC6\xF4\xD0.F\x14\xF0\x0B\xF8\xA0\xBDj\xDA\x00\xF4V\xBE\x12\xFE4\xF5\xD0\x06\xA6\x0E\xCB\xF8\x8BG\x0F\xBC\xD4#\xEC\xC8?\x98\xE7\x14J\xCD\xF3\x03S7\xF8X\xA6\xF2M\x1E\xB9+\f\xC1\x00\\\xC8\xF9C\xE6 \xBA\xFAN\xE5\r\x1E\xFEY\xCB\xD7R\x1E\xE7B"\xA7\x1B\xDF&\xAD\xEC \xE1(\xFAk#\x00\x16*\xEB\xFD2<\xAE\x11\xE2\nz\xC3\x05\xD9\x0E\xE8$\xDD\x11\xBE\xCE\x0E>\x03\xD2\xEE\xF9\xDB\x19@\x0F\xE0\xB7\x04\xD7\xCC3\x05%\xAFA\xC0\xDF\xA9\n3\xC6\x04\xDE\xF7\t\xC55\xD2\xFBM\xCC\b\x98D\xE7\xBD\xDBJ\xE4\xC3\x07\x8E\xE0\xF7\x05-\xD9 \xFB\xF1%5\xA2a\x17\xB1\xFF/\xE9\x19\xFB&\x9A:\x06P\xA9\xF0\xD1\x1F9\x16\xEFH\x0E\x97\xD8\x17\xFC\xEE*\xF69\xAD\x11\xF1:\xB3\x15\xEBa\x0E\xF1,\x14d\xC3\x01\x19\xEE3\xB0\xF2?\x1Bo\xCA\x18V\xC0D\xA8\x19\xD0Q\x00\xBC\xF8B\xD4\xF1\x1F\x7F\xD9\xB4\xE2_\x15\xC9!\xE6\xFD+\x07\xA4`\xFF\'\xDF\xF2]7\b\xD3p\x19\xE6\xFF\']\xCE+K\x02\xE3\x9C\x05\xB9\xD8\xF7=\x0F\xD3R\n\x12\xD0\x01\xD8&\f\xEF\xD2\x00\xF5\xE97\xB2\xE1\xEE\x1E\xCA\x06\xE4;\x94\x02\xC86\t\xF5\xEB\xD7\xB53m\xBE\xDA\xE5\xF7\xC2\xAF\x1C\x02\xC9\xE4\xB8#\x9E\x02\xC3\xEA\xD9\x1A\x92\xFC\xD6\xBC%\x1AF9\xE9\x1C\xE0\xAE-\xFC\x9D\x1F[1\xF9\xB7\xE7K\x9F$\x0F]\x06\x13,\x0B\xDB0\x10N\xC3\f*\xEEL\x12\xBE/E\r\x03\xF4\x13I\x0B-\xD3Q\xEA@+\xF7\x14G\xDD\x0FP7\xBE\x07\xE5\r\xF03\xF8\xDC\xCA\xFF\xA72\x04\xF2"\xC9\xE1\xF6\xC0\xE9\xA8\x119\x040\xE2\xB8\xD8\xC9\xF7E\x8Ck\xFC\xAB#\xF6\xDF\x16\xFA\xA9\xDD#\xFF\xA3\x19\xDF\xCD\x97\x1E\xED7\x10\x18\xFA\xBE\f\xA7\xED\xFD\xCE-\xF4\x0FT\xF6"s@\xAA\bQ\x12\xEF#\xCFN\xBEt\xEBE\x03(\tC\xDE\x1E\xC6\xF6\x17?\xF0!\x02\xC2\xE6\x16\xF3\xD2\xEB]\xB6A\xD2\x1D\x05\xCBQ\xF9\xEFX$>\xFB\xB5\xCA\x04\x9C\xDDi\xD6\x1FZ8\x07\xE9\xAF\xD2\xA6,\xDB\xC5\x14\xD1\x1F\xE6\xC0g\x0B\xF8\x13\xD8\b\x176\xDA\xCE\x18\xF1b\xD4\xFD\xACj\x07*\x96Y\xD5>%\xBB8\x1A\x04\xFE2\xE7e\xF3<\xE5\xD3-\xC0\xE8\x02\xD8e\xE3\xF3<"\b2\xC7\xE2\x19\xBBD\x1FC\xF0\xFE\xB4\x04\xEC-\x00\xF4\xB2*\xE1\x91A\xE7\xFD\xA5\xB6\x10X\x97\xFB\xBD,\xEC\r\xCF\xDD\xE9\xFC\x19\x0E\xEE\xFF\tL\xDB\x9F\xCC\x0B\xC1\'\x90\x0E\xB6 \x12\t\xAF4\x15\n(O\xFF\xE8\xAE\xF1\xFA\x02\x8A\xD9\x11\xFB\x07\xE4\x1C5M\xE1\x88Y>\xD76\x02\x1B\xBA(;\x1F\xF7\xED0\xE5#\x06\x13S;\x1C\xBCJ6\xB3\xE00\xA7\xC7\xE3\x11-G\xF1\x14\xFC\xD83\x01x\xDDA\xF7\xD0\xEC\xA6\xC5\x19\xB9\xD0\x15@\x0E-L\xF2\xCB2\xC1f\x11\xCC\f\xFA\x19\xC8\n\x13\xFA\xCD\xED_\xF4\xC7\xD4M\n\x00\xC9K\xB0\xDB\xE4\x9D\x01\xF2\n\xC8\xF7T\xD0\xF4g\x1F\xF8\xE9"\xAE\xE1T\x1A\xEA\xF4\xC8\x9E\xFEU\x1C.I\xFA\xD94&S\xDE\xC1\xE7#\nX\xE3(\xD7\x9F\xF3;\xBB\'\xEF\xDF\x95 P\t\xDC\x0F\x03\xE4\'\xBF\xDE>\xF5\x1A4\xC6\xF8%1\xD6!\x12\x05)\x155\x02\xB8\xD5\\\x069\xCE\xBCK\b\x17&\xF0\xE4\xBA\x05\xE0\x10\xEF\x0B\xF7\x03\x95q\xD2\xB4\xF9\x1B\xA8\xECQ\xFC \xE7\xD9a\xFE0C\xE8\xC3\xAF/F\x9D\x18[\xAC\x1D\x10\xD3\xFE\xEE\tD\x14\xAE\xE1N\xA0\xE7\xBE\xD9\xEC\x85B\x0E\xC5\xF4\x00)\r\xAB\xE0D\xD58\f\xCA$\x8F:b\xAB\xC9\xEB\x1E\xFE\x15=\xEC\xC4\x02\x15\x032\xB0F\x06\x14\xD2\xB5\x04\xF6&\x16\xFA\xD0\xEB7\xFB\xF1\x05n\xA1*\xB7Z\xCF\xE9u\xFE\xF0>\x01\x1DX\t\xCE\xFC\x1B/\xDB\xA0\xED\x1D\xFA/\xC1\x03\xB2\x15f\xF4\x00\xD1\x1F\xE3I\x118\xF3,\x06\xDB\'D\xBA\xE0\xD1\r\xC5\xF1\xA4\x1DO\x0F\xD5{\xE1\x01 \xBD\f\xDA\xCD2\xEA\xE2<\x0E\x1F\xDA\x05\xBE\x18\xCC,\xB4\xF8\xE28&\xF0N\xE6\x16f?\xD6\xE7`!\xF7\xEB*\xDAF\xE9\x17\xBC\x05(\xD6\xB1\xE1\xCA\x9Fd\x10\xF3?\xF7\x19Z,\xF97\xE2\xED\xBF4\xF0\xA1:X\xF5(I\x15\xBA$\xF9\xC2\x01\xF2\x90.\xF6:\t\xD8\x0EE\xC6\x95\x11\xDE\xBC\xAC\n\xF7\xBE\x04\x11\x97\xCF\x0FQ\xA4\xFC\xC3\n/\xF8A\xFD\xC3[\x0B\xFAI\xE7\xB2\xCD\x07%\x87\xE9\xDC\th\xCC)\xFC\x1A\n\xCA\x12\xD7\xAF\xE7\x02\x84B\n\xD5\x18M\xE0A\x12!\x8F\xEBb$\xF2\x17\xFFm\x05\x1Bi\xAE\x0E-\xFE\x15\x1F\xCB\xD8\x00\\\xD0&\xE8\x1DH\x04\xED\x1C\xFF"\xE8\xF9T\x16\x0B\xFC8\x11\xEF\xC4\xE2\x13\xA6\xF2D&\xF2\xDC\x13t\xC4E\n\xCD<\x02\xF8\xC9\xD7\xEC\x0E\xFA\x1B\xA3\xF0&D\x1E\xC66\xE0\xBE\b\xE6\x04U\xECB\xC1\x04*=\xEA \x14\xA9\xFD0\xF5\xE2\xBD1_\xDF\xC2\b\xB2/\xF2\xBF\xDD\xD2\'Q3\xCF\xDB,\f\xD2@\b6\xF5\xD6\xB1\xF0\xE6\x8C\xDF\x14-\xAB6%\xC4\xE6L\x10\xFE\xB7\xE5\x06\xF5O\x13\xFB0\xC9\xF6\x1C\xD4\xAAy\xF4\xB8\n\xF8\xE1;\t\xD8\x92R\x0B\xCD\xF3\xA0)\x11\xEE\xCE%K\x05A\xAB\x00\xF6\bj\xE8\xB3\x0F\xA5\xFD\xB8"\x01.\x117#N\xBA\x1E\xFE\xE3d\xD0\x04:\xD8\xC94\xEEy\xA7(\xEB\xD5\x97K\xB7\xDF4\xFB\xE5\x11\x1A\x8AL\xC4\xEEd\xCC\x11\'\xFB\x17C\x05:\xD5f\x01\x91\xE7\x19\xB8\f\xEA\x1F\xBD\x16:\xF9\xEEc\xC9\xE9\f\xE2Z\xF8\xC1\x07\xD2\xF0?\xF6\n\x9A\x17\xF3\x1F\xACW\t\x17\xD3\x01\xB5\f9"\x16\x00\r$\bG\xCD\xDE5\xD4+\x04\xB3\x1A>\xE7\xAC\xD7\xEB\xB9\xFC\x1B\xE0= \xFAa\xF40\xD8W\x9A\xFE#\xD50\xDF\x1A)H\xCF\x96\x1C\xDC\xFFi\xE8\x10\xC2\xDAG/\xB9\xFB\xEA)\xDF\xF70\x1D\xDDT\xF3\xE4\xCF\xEFA\x9E\xC5\xEE\x1E\x02`\xFD\x0F!\xF6\xDC\x00\xC3w-\rO\xC8\xF5\xAA\f\xC4\xD3\x13\xE2\xC7=\x10\xF0\xE0\xC6E\xB2\x03R\xF2\x8B\x16\xECC)\xB4\x17\xA2+T\x00\xED\x0F\xE0N\x02\x14\x92\xBFH\xCB\xFC\x15\xC2\x07k+\xD9\xF8\\/\xAD\xF3\xBF\xE9\xA4\xE4W5\xEF\x07!\xF6\xE2\x1E0\x14\xE8J\xF1.\x03\xA3%\xFC\xCEJ,\x05\x12\x11\xF7\xC1\xD5\xFE;\x05\xC7\r\xF34\xFA\xCC"\xB2\xD1<$\xC2\xCEc\xF1;\x0E\xE7-\xA0>\xF9\xAD\xBD\x1B\xE8\x14\xD3\x0B$?\x161\xCF\xBC\x14\x9FF\xD1\xB6\x01\x99\xDAZ\x04$\xB5\xDCU\x1C\t\xE6\xB0\x19\xF6\xA5\xE7\xDAA!\x0B/\xDB\xF6_\xE7\xD5F\xDF\t\xE6\x19\x06\xF7\xA0\n\x1B\xD7\xFD"\xB0\x03\xEF^\xDA$\x115\x04H\xB5\x00\xE3P\xDA\x06\xF9M\x0B&\xFB\xDF\x0FU6\xF0\n\xBD\xCF6\x10\xFEC\xBC\xEFq8\x0B\xDB\\3*\x96\xE7k\xB2\x12\xBC$\xA6\x02\x1F\xBC\\7\xF2*v\xE3D\xEA5\x07\xE1O\xD5\x1D\t\xC8\xE5\xFE\xED\xCB\xDD\'7\xFA\x9B\xCA\xEE\xB1\x1D\xD7\xEC\xC7.\x1A\xE8\xCBB(\xFB\xE1\xF5\x9C\xEA\xCC\xF8(\xD4\x00\xC3 \xB8\xFF\xFF\xEF\xC9\x1C\xFB\xE37K\xCE\x15\xEE\x0F\x89\xFE\xC7\xAD\xD8\xFF\x13\xB6+\xA6\xC7\xF6\x12\xBA6\xF4\x18R\x91\rZ\xF0\xC4\x12\x1Ct(:\x01\xE2e=\xFF\xAA\x05\xF8\x13\xA8m\x18>\x1E\n1\x16\xE0\x90\x12\xE9C\xEF\xD0[\x15\bH\xD1\xF1\x1A\x07\xFC2Q\xF6\xDBB\x15\xECN\x1D\xCA\xF9\xF0A\x18g(\xEAG\xAC-\xD3?\xF7\x1E\xA8\x07F\xF4\xE6\r\xC2\xF5\x87\b\xB9\xF2[\xDB\xC1"\xEC\xD5\x02\xC4O\xD9\xAE\\\x055R\xF8*\x06\x18\xB8\xD5<\xAA\x03)\x9B\xEB\xD9\xB1\xC3%\x05\xCF/\x0B\xBE&\x05^\xD3\x0B\xE6\xFD\x99\xD0\x01\xE0\x06\xBF\x14\xE2\x00\xD61\xDF\xB8\xFF\xD4\x18-J \x13\xD3*\x1CL\xE3\r3\xB4\xF2\xE6\'\xFD\xC1\xF0!\xB4\xCB\xDE\xA1L%\xE3\xF51\xDET\xC7\x0Ea\xE2-\xE8\x1Ae\xE1\xF8:\xF3\x95\xDE2!\xBD\xDB:\x0F\x1D\xF8v\xEE$9\xB4c\x0E\xCC!=\xA4^\xDD\xCD\xFA6\xE4\f\x949\xFE\xCDT+\x14\x06\xCFG\x10\xE3\xD3\xFE\x1C\r2\xE5\xFC\f\x1E\xC2\x11\xFE9 \xF9@\n\x8E\xF1\xB7\x01\xA7\xD5\xE7I\x12\xB1\x01L\xF4\x07Y\xC2*\xD9\xA1\n\xC8\xE8)\xF9\xEDR\x06\xE9\x11\xF1\x04\xAF\xEB\xC6\x02\xEF\xBB\xF5\b\x83\xDE\xFAg\xA3\x1A\xF6:\bDk\xF3\xC2\xFBQ\x9F\xEDr\xB0\xE5\xF2\xBB\xD2\x16\x00\xCCE\x10"S\r\x19*\xFA\xEB\xC9\x16,\xED\xAD\xE4\x13B\xFFK\xF5\x1A\x04\x99\x16,\xB3\xFB4\xBD&G\x17@u\xDE\'\x18@\xEA\x1E\xBF;\xED\xDD\xB9%\x9E\xEB\xDB\xB0\x15=\xC8,\x04\xD4\x18%\x07H\xA6\xED\x1E3\xF6\xD8.\xC4\xFD\xCD\xB9\x06]\xF1\xD9\x1F\xE3\xF6\fE\x04\xFC\x19\r0\xEC\xA9\x11\xD3\xF1f\x02\x13\xF3\xD2\x8DX\xF5"\xCE\xF2\xB3\xFA\xE5\x93/J\xF1\xAE\xFC\xC5\xE8\xD2\xF98\x0B\xE3X\xEE\xF1[\xBA\xE8\x0B\x97U\x14\x01\r\xAF\xFC\x13\xA1\x1C\xB1\xDF#\x9C1\x0E\xC1\xFF3\xB8\xE9V\x80\xE0c\x06\xFA&B\xFD!\xA83C\b\x00/\xC3\xE8\t\x1CM\x05$\x15\xCF\xF7\xE3ZA\x0F\x1CQ\xAD\xF1\x1A\xBF\x8E\b3\xAA\x11"\xFF\xF0\xE1<\xC2\xE98\b(\xCFx\xF7\x15\t\xFEI\xD0\x1AR\xDD\x15\xC8)\xD7#\xC1>\xE5\xB5\b\xC6\xEA\f\xBC\xDE\xEB\x1A\xB4\x13c5\xE1\xC0<\xEEj\n\xB7\'\x03\xD8\x98,\xE0\x05B\xD5)\xF7:\xCD\x07I\xC5\xD6)\xB6\x1D\xD1\xF4Z\xD7\xF0D\x006\xD5\xC5\xE5\xF5\xB0\xEA%\x94\xF2\bG\xF9\xEF\x01\xCC3\x18\xDCJ.\xD1P\xFB(\xCB=\xDC\xF9\x9E\x01\x12\xD8\xAB\xFE\xDD5\x19\xCB\x13\xEC\xF4\xBA#\xFD\xE7O\x10\xDA\xFC\xE4\x1B\xF5?j\x0E\xFA2\x9D\x17"\xC4\xE1\x0E\xBB&W:\x12-\x04\xFA9^\xE2\xB2\x1D\f\xA5\x13\xF4m\x93\xF8\x1B\xE4\x14\xA1s\xF3#\x06\xEFD\xCD%\xF6\x1D\xC6E\xE9\xA3\xFA8r\tH\xCC\x15\xA7\xC5\x02\x1F)b\x9E\xDE\x02\xAC\xEA\x06P\xE4\x03\xB3\xFB0\x8D\xE8\xF2\x02\xA5\xDCh\xBB\xD7\xCB\x10\xFF/\xD1AW+\xD5\xED\x0E\x02\xB3\xF16\x03\r\xE4\xAA\xD4\x10,\xB6\xE5_2\x07\x10\xF3Q!\xE4\xC2\xFF2\xDC\fh0\xEC\xB1\xBD\xEE9\x14\xCE0\x18\xD9\xC8\'\x10H\xEC\x1B\x06M\x17\xCF\x1F\x0B\xF0\x18C \xA8\xED\x17\xC0\xEA\xE0\xB7\xFE"\xC3<\']\xC8\xD8\xBFF\x18V\xC1\xFDK\x0B\xED\x9B\xD2,\xBC\xDA\x05\xB2\xD4\x18\xA0\xEA\xF8&\xD1\xF5?\x01\xD7\f\xF9$\xBE\xF2A\xA7\xF7\xDD9\xCD[\xD7)\xF9\xB4G\xFC\xC5\xE4\t\xF34\xDBq\x04\xF7\x1B\t7\xE6U\xD3\xDE\b\xFC\x1F+\xF6\x002\xEA\x1E\xDC\x17>\x03\xE2Z\xFD\x16?\x0E(\xF1U\x1D\xB8\x05\xDF\x17\tS \xB3H\xE2\\\xFF\x1F\bp\xBD\xF0\x01\xAC\x11\xC1\xE03\xEA%\x99.O\xB3\xFA\x0B;\x99\'P\xCA\xA2\x12\xF9\xAC\x16\xE9\x9BB\xED\xB2\xDD\t\x8B\xD1\xF5\xB0\xC4\xFA\x1B\xAC%\xCD\xEBb\xF97\x03\xCAE5\x92Y\xC3\xE42\xCA\x06\xEC\x91\x0F\xCF\xE8-\x19\f$\xE5@\xF4n\x04\xD6\x13_\xDD\x00\xD0(\xC6\xE6\xD6\x10\xF2\xDD\x03E\x1D/\xF3N\f\xD0\x12a\xCB;#l\x05\'T\xD6\xF0;\f\xF6\x89\xE1\xC5\xAF\xD9\xE5\x0E\xEE"\xFC\xE6\x12\xA4\xF4\x17*\xD7R4\xB6\xFD\xD5\x9B4\xC9\xFC\x1E\xA0\r:\xCA\xF1\x07\x1D\xEA\x12G!\xBA\xFD?+\xBE\xEE\xCE\x00\xB9$9\xE3\x02\x1C\xF9\xE5\x13\xF05\xE1\x0E0\x06\xE6\xC2G1\x1D\bL\x14-\xFE\xBF\xD6K\x10\xFC\xD3o\x00<\xC5\xF9\xEF\x15\xE0K\xF6_\x07\xDC-\xED\xBA\x1B\xF8\xAB?\xBFY\xA2\xF3\x03b\xEB\xAB\x17Y\xE3\ri\xDB\xC6\xF8\xA9.\xBFI\x96\x01\xB9\xC9\xFD\xA2 \xB7h\xDB\x01\x12\xD3\xFD#\xF3\xA3e\x1B\xF4\xAB*@\xEA\x1E\xB8\xE0\x0B$\xAA@\x04\xC6 \xEA\xB3\x13J\xD1\x00V\xE4\'\x0F\xD7\xFD2\xDF\x19\xCC5\t\xD3\xF8"\x8F5\xEC\x06\x19S\xD7\xF1\x0B(\xD8D\x18\xEBL\xD0\xF7\x15+\x95\xEEW\xBA\xE8:\xCE\n\xE1<\x02\xCB'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xCB/\x00M\xEE \xDB\rb\xEF\xBB7\xF7\xD2\x025\xC3\xF7M\xB6\x13\xCD\xF6Q\x1D\xFC\xB3\x0B\xF1\x1A\xBAD\xDB!\xF54\xE3\x10W\xD5\x00\xE8\\\f\xD34\xF9\x0FF\xD0\'\xBBW\xFD\x1A\xD6\f\xF7?\x1C\xD2\xF4`\r\x1F\xA6\xE0\xB8\x07?\xA3\xFF\xCB\x1E\x05\x0FS \xAA\x13\xE7\t$\xE0\xFF7\xDB\xA0\xE6\xC7:N\xDD-\xFB\x02\r\xA3N\xB7\xC9\x04\x95%:\xB4\x1B\xF3C\xBF!\xA5\xE7\xF3\x03\x15\xE3\xEF5\xAEf\xE1\xA1\x03\xB9&\xDF\x96\xF5\re\x18\xF6\xC7\'\xE5C-\xD9\x9F\xE1\xEC)i\xD7>\x8A\xEDa\'\f.\x04\x12\xD6$\x91\xCA\xE6:\xD0\xED\x16\xFE\x1DF\xF8\xEF\x15\xCA\xE1\x9E\x04\xEB\xDE\bS\x1C\xDA?\x9D\xCC\x06$\xC3+\xEEK\x14\xE97\xFFA\xE8\xCF7\xD8\x11X\xFA\xB0\xEA\x15G\xFF\xC9\xF3\xB8\xFD\x1C\xC9\x06\x16\xAF\xC2\xF2g\x1F\xF8\xEC\x07\\\x13\xB1T)\b\xD6\xE9,\xDE\xBD\bJ.\xFDe&\x147\xC7\xB1\xFB/\x0F\xF5E\xE7\x12\xFF\xCE4\b\xC5R\x1A\xBD\x05\x1D\x9A\xEB2\xBD\x1A\x04\xD0\xF6\xBE1\x18@\f\xDF.\xF6H\xD5\xFB\xEAC\xE0\xAC\xBFF\xFF1\xF1\x1E\xF7\xE0\xBF[9\xAE\rm\xD2\xF6\x1F\x10\xD8\xB6\xCF\xFF\xF1r\t\xC0!^\xB7\xD9\xF9T\x1F\xDD\xAA\xFB\xD5\xF0\xDB*\xF8K\x00\t\xF2\xDE7O"\n\\\xD5\x05\x95V\x10\xBC\xE5!U\xCE\x19\x006\xD2\x11\xE1\xA6\xD8\xC5\x035\x9B\x11\xF3\xCD\x00\x1A3\xE5\xAB\xC5:\xF8J-\xE4$\xD4\xEB\xDE\x00\x1C1\x90\x0B\xBB\xF4o\x11,\xB6\x14_\xB3\xE2$\xCD\xAAk\x0E\x8F\xEF\xE3\xAE\xF9\xE8&\xCF\xEE<\xA83\x03\x0F\x98%\n\xF4)\x1Cl\x0B&I\xEA\xFD!\xE3C&\xA0\xEC\x04T\xF1\xE2\x07\x18\x87\x84\x0E=N\xA9\x15\xF0\x04\xD2=\'\xE8\x03\x1D\xE4=\xFD\xEC\xC6\x0F>\x17\xE7*\xD6\xFE\xC8.\x12\x1E\xC35\x00\x18\xFB\x0B\xDD\xF3\xBA<\xD9\xE7T\xB4\xCB\xFA\xE5\xB7\x17\xD0f\x07\xC4\x15\xF9\xDBG\xBB+\f"_\xEC\xDB\x04\x1A\xF2\xFC\xCE8\xC4I\xE1\xEE\x16\xC8D\x9D\xCF\x0B\xA77\x06\xD6V\xFB\xC2\x1E\xF6F\x06=\xDCt\xF2J\xB1\xD7e\xC7\x1B*\xEBs\xF9\xC4@\xEF\x044?\xF3\x0E\xDC\xA8.\xF0\xB5^\t\xC9\xFC\x16\xD5\x94\xC0\xFCE4\xC8\xB9,\b\xE6$\x0Eg\xA8\xF84\xDA\xFC[\xF3H \xF4+\x9F\xEE\x035\xB3\x15\xE9\xBA\xFC\xA4\x0E\xE1\b%\xE7E\x9F\xFF\xCC\x15\b\x1F\xA2\x0F\x19\xD6\x97\x01(F\xF9\x1C\xD75\xE7\x11#9\xE0\xF5>\xCD\x11&\xF6S\xE0\x13_\x93\xF5\xBB\xFD\x1F\b\xB4\x10*\xBF \xE5\xCC\x18\xE0\xBC\fI\xCE\xDD`\'\xCF"\x02\x19\xCB/\xF6\xBE\x10\xF04I\xB0\xE21\xFE\xDEO\xEB\xC2Y\xCC\xED\xBC\rV\xFF\x8D\xD3\xEF\xAA\x7F\x00-\x1B\xE5\xB2\xD3\x01\xEA\x1F\xD6\x02B\xDB.\xD1X\xE5H\xED\x05\xDF\n\xB5\xFEp2#\xE4\x11\xF3\x9C\t\xF0R\xD6D\xEA\x99U\x03\x1F\xDF\n\xD6#\xF5[\xD1\xB9,\n \x132\xE3\x05=\xCA\xF4*K\x1C\x06\xB8\xE9L\b\xF0\\\f\xA1A\xFA\xB44\x12\xEB\x18\xC6\xF1%\xD4\x19\xA87/P\x12\xD9\xF6\x00\xABU\x1C\xFB:\xE4-\xC0\xF46\x13\xFD\xD2>\xABX\xFA\xC0\x06\xEC\x14C\xF9\xE1\xF4\xAE\xFD\x1A\xA0$\xDE\x16\x03\xBF\xF94\xDC\x0F\xC6\xA6\xD9"1\x17\xC5(\xF0\xCBQ\xA5\x078\x01\x98\f\xF6j\xCA\xF0\xD2\x8C\xEAB\xC3\xD4\x06.\xC7\xB2\x17\x0F\xA9\x07\x1E\xDB\xB3(\xEC\xC9\x13\xE6.\x92:\xC8\x1C\xA5`\xCE9\xDAx\xF7O\xEB\xB1;\xE4\\\xCD\x18&\xFA8\xFF\xBE\xF7\xDF\x06v\xE4\x0B\xFC+\xE0\xF7M\xC1@\xE3\xFE\x12\x04"9\t\x1E\x15\xF0<\xE9\xDA\x03j\xDF\xFAN\xC6\xE6n\b\xF62\x01\x1Bi\x0E\xDD\xF1\x00\b#\xEA\x05\x10\xB9\xD3\n\xC5\x11!\xD9\r\xEE\x9AF\xE3g\x13\xEBQ\xD0<\xAA\x15"\xBF\xD3h\xB5\x14\xDC0\x1D\xB6\xEC\xBF\xDF\xFC\xC9\x8Ed\'\xBA\x0EG \xCD\xED=\x00&\xF1;\x18\xC1P\x94\xDA\xCE\xFD\'M\xB5\xD8>\xC1*H\xF0&4\xFCD\xF2\xA8\xFE0\x05\xF3\xD3\xB3+\x04\x97\x1E\xF2\x00\xD8I\xF4\x1B\xE9\n#\xEF\x05\xD0(KD-\xF4J\xE6\x02\xF9\xE0\xA3\xFD\xF3*\x8D\x1A\xB9\xD0\x0F\xA0\xD7\xE2\f#\xF3A\xBC\xE8\x130\xE4\x0E\xFB\x83\xDD\x18\xE6\x02\x9C\xD1j)\xC8P\xBE!\x0B\x1A\xCAB\xE2\x103\xB8\xEA)\x9AA\xFE4\xA9\xC7\xF9]\xA2\x02\f\xAC\x18\x0F\xDA3\xCFM\x136\xBFS\x0B\xD82Y\x05\xF80\xFEG\xEA\xB0\x17\b\xF8\xA7e\xCB\x1A\xF3]\x00\xC9\xB2U\x1F\xE1\x06\x19\xE6\x12\xDD7\xE9\xFD\xF0\xD8$\xF9\t\xCC[\x05\x0E\xE3\xCB\xD9T;\x0F\xE7\x16\xD7\xD7\xEDT\xBD!\xB1\t\x1C\xEB\xD5\x07\xE5\xF8\x14\xEB\xE1\xAF"a\xB7\xCE\x05+7U\xD4%\x01\xEEE\x93!\x0B/?\xF7\x0F\xEC\xB7\xF6@\xB0\xFAZ\xA1K0\xADd\xC2L\x1A\xDD\xF7\xB0/\x16\x03\xF3\x1B\xDF\xBEF\xF4$\xFE\xCC\x04\xE8]\xF2\xC5,f\xAC$\xC9L\xFE?\x17\xC8\xEE\x10\x1E\xF6\xDD\xC5\xEF\xE2\x1D\xC2\x07\xD64\xE3\xD1\xED\x14\xDA\xC2;.\x0B\xD6%\x03\xD0\x0F\xC4\x07\x16\x01\xE8\xA4\xEF;\x14\xC4b\xEC\xB8(\x92\xFD$\t1b\x9F6\xF8*?\x9C\x00\xFA\x17\xDF\x02/\xA5\xBF\xF4\n\xDC-\xE5<\xA3y\xFF\x11\x9BK;\xB4\x12\xFAN\xBD\x07h\xA2#\xFB\xCDa\x8B\xED\x18,\xF5\xE5\xDB:\xF5\xD0 +\xD4\xFFC\x1F\xFA\tG\xD4o\xEB\xAE\xCD\xE4\b\x1B\xD5\x14\xE1\r\xD18\xB8F\xED\f\x1B\xD5&U\x99\x01J\xC1\t\x16\xD1(\xF9\f\xF2\xDD+\xE8\x19\xAD\xFD*\xE5\x03H\xDF\x1C\x00E\xE1\xB8m\x1D(\xBA\x10F\x04\xB6\x0B\xE6\xA0\xDC\xCE7\xE3\x10\xC6\x04?\x1D\xC2\xF2B\xAF\xC0\xEFR%\xDB\x10\xF4\xCE;t\xE7\x045\xCF\xF9\x1A\xD8\xF13\xB5Q\xE70\xCF\xFEn\xC5%\xF07\xD4\x19\xF2\xAF\x12\xC0\xF31\xC9\t=\xFE\x96\xEC\\\xE0\xFA4z\xF4\'\x0FS\xAB\xF2\x184\xF9\xE0\xF2(\x0F\xDDk\xFE\x1D\x06\xA9\xE9_\x1E\x91\xF9\xDD\x12\xB0\xEF\x1F\x0E\xADW\xFC\xE2\x1C\x04\xC1\xAC\x17>\xA1\x0B\x02\xDCR\x0E\xC8]5\xE9\x07W\xD9\x15\xA8\xEF\xD5\r\xCC/\x19\x89\xDB\xC9\x17\xBD\x03\xEA"\x00\xBB)\xA1V\x14M\xCF\x03/\xE79\xC9\xF81\x01\xC4*\x07\xBC\xFDG\xC5\xE0:\xE9&\xCAE\xED\xDA!^\x06\xEC\x1F\xF5\xCD@\x9A\xF8\xBA\n\xD7$\x90\xFA!\xE6P\xF9%I\x02\xF2\xC1\t#\xEE=N\xF9/\xCA^\xDA\xE9\f\xD4\xB7\xE9\xA8!\xF5\x98\xD7L\x16\xB5\x0B\xD4\xE6X\x171"\xF5c\x05\xBC\x12\x02\x87\x0B;\xF4\xFC\xE1\xD5\xBCY,\x12\xE2 \xEC*\xFFD\xCF<\x0E\xBD\x045\xE0\xB2\x1F\xE5BW\x00\x10\xAE\xE1\xD5\x99\x14\xF6A\x058#\xFF\xFC\x18V\xC5\x13\f(\xDF\xF2P!8\xEF\xA6\xCE\xD9\x0B\x9E+\xD3\xF2g,\x96\x13\xCA(I6\x15\xE6\xAF\x07\xFC3O\xA7\xF5\x14\xE3\xB2\xF0,\xD1\x18\xC4c\x12\xD8\x95\xF7\xD2\xE8*\x07\x1E8\x0B\xE3\xAF\x1B\xC6\xEFH;\xD9\b\xEED\xFB\xBC\xEC>\x9E\xFC\xDB\x0FC\x03\xEBJ\xFA\x17>\xDE\x1E\xF8\xD6O\xE9\xB8\x89\x0E\x00\xEFK\xD6\xBD\x16\xCB\xDD\x05\xC3Z\x1A\xFEy\x9D\xEB\xF5\b\xFC:)\x166\xC3h\xFC\xF0\xC2K\xFF\xD1m\xFB\x91\xD9\xBB+\xE2\xB3"\xD1q\x02\x1C\xCB\x14\xB6\xF7\xC3(\x1D\xB4\xE4\xCB\x00\xB0\xE8\xC15\xFE\x1B\t\xD2 \xF9\xC5&8\xF2r\xE8\x1EH2\xEA\t\xDA:\r#A\xA9\xCD\xE9\xB9\x04\xDF\xA4\x19?\xB4\xDC(\xED!\x0F\xE5-\x15\r\xF8_\x012\xE5\xA7\t-\xE7c\x064\xE2Y\xF4\x110R#\rC\x06\x10\xE0u\xF5-\xDCa\xA7\x19\xE0\x01\f\xB2\xF8\x0F\x9E\xD2&\xC0\xF7\xE2\x01\xD6,P\x0E!\xEFJ\f\xF4\xCF\x03[\x16\xA43\xBE\xF4N\x02\xD4\x16\x9D\xCC\xF1\x198\xD6\xBF\xF5$\xD1\x1A\xFF\x8F\xD5\xBE\x07\xEE\xA3\xF6\\\xCD\xEE\xA52\xC0\x04;\xEAG\b\xD0\x95!<\xD7,\x01\xF0?\xAC\x1D\xCAK\xB8\x1A\xF3\xDC]\xC7\xFA0\xE4%\x0F\xE8\xF9\xCA\x06\xDE:\xAC\xCBJ\xE7\x1FA\r\xF9W\x12\xFEF\xDE\xABO\xE9\n9{\xDD\x1B\xC4\xD8*\x18\xB6#\xD5\x15\xF1\xB0\xCC\x10\xF61W\xED\xFD\xBE\xE4d\x16\xFAS\x116\xEF\x13\xE5\x06\x9D\xFE\x1B\xAC\xD8b\xBE\x86/\xD6>R\xFE\x1B\xEB%\xF3/\x05\xDC\xC3\xB4\xE0\xED\x803\x0E\xF1,\xC8\x16#\xF8\x01E5\xFC\xE3<\x02U\xFAA\xE4&\x1B\xFD\xB8\xE6\x13\xC8L%\b\xCB\xB5\xDF\x04\xE8\x8E\xFD^\xC42@\xD3\'<\t\x17\x00E\x1F\n\xF0\xB6\x11\xD3_\x0B\xBE\xFD\xACg)\x01#M\xC9\x1E\x04\xBD\xFB@\xB1\xEF\xCE\xA8\xE7\x0B\x14\x98\xF3\n\xE8\xC8\f\x9A[\x06\xD7A)\xDC\x05\xAB\x18\xF4D3 \xD3-\t\xDA%\xB1\xF8\f\xEC\xBC\xE6\xF6\xCA\xEE\xE0\xF7\xC3\x19\xE5)\x94\xFA\xC0W\xD2\x13\xEE;\xD0\x07\x15\xF8\xD5\xE5j\x12\xD9\x06\xE1.M\xBA\'\xD1_\xC0\xDB\x1AJ\x00\xDF3\xF3\xC2l\xA1\x1D\xF99\xE9\xD8\x9B\f\xEE\xC1k\xF6\xCD\x1CF\xE0\x16w\x03\x12Q*\xB3V2\xA9q\x04G\xF1\xDD1\x07%\xE2\x1A\xF6\x93\xE8.\xB8C6\xA1\xEB(Z\xFD\x10\x1A\xF4\x03\xEDA!7\xA6-\xBA\x12\xCF \xEB\r\x02\xF1\xD2a\x10+\x01\xF9J\x15\xA8<\x0E\xEC\x00-\xC8\xAA5\xDC\x8D\x1C\x06\xD3\x10\xFD\xDB\xCD\x1E7\x01\x17\xEA\xA2E\xBB\nP\xD9c\xEF\xFF\x0B"\xD0\x18\xC1\x998\xC6h\xDD\xAF\x0E\xFD\xF6\xD3\xEF%\xF8Q\xAA=\xE35\xC6%\xB4\xE1\xC0U\xCE\xE6)\xDE\x03\xBBR\x9E\xD7\xF3!\xFC\xCF\xF1C\xFB\xE8=\'\xED\x0B\xBD\xADY\xE63\x10\xD8\xFF+\xC7\x1D\x0F\xAA\xE0\xC5\xF6\x02H\xF3\n\xE9\xD3\xFA\x1E0\xE4\xC8\x06\x15o\xE7\x04\xDA\x18\xFC\xB7\x15Q\b\xFF\xED;\x13"\xB7\xFE\xF2\x1B2\xE4\x13\bX\xE7I\x0F.\xE2\xBC!\xC7\x9B\x15C\xF6\xD8\x0E\xCA\xC3\xF9m\xF09\xE4\xF9\x02=\x17)X\xB5\xE41\xDBB#\x06\xA0\x13Y\xB9L\xE01\xB1\xC6B\t+\xF4\xD4\xDF\x92I\x1C\xF5\xA6\x07\xD7B[\xC8\xD4\xFA<(\xB7\x1A\xC2\x05\xAD\x17f\t\xF3Z\x00\xE3, \xFC@\x02\x1B\xB0\xCF\x14\xA3$\xC0\xD2J\xE9\xD7\x0E\x1E\xA8\x00\x14\xB6\xEEG\xD7\xF2&\x1B\x8B\xFF\r\x1F\xEF\x8C\xCCe!\xFA,\x0E\xCA\xDAu/\xEB\x0F\x97\x06$\xAF\xF0\xCD\x02\xF7\xDA8\xEE\xFE\xD6/\xDE\xB84\xD0M\xEA\x9F(>\xDE\'K\x05\xEC]3\xF3\x06\x97\xFB;\xCCv\xF5,T\xC46\x01\x0B\xCE\xEC\xFAE\xD16Z\xE4\x01\x10\xEAA\xBD\xE76\x03\xFC\xC3\x18\xF79\xE7\x15l\f\xE1D\x99d%\xC8N\xA0\x11\xF8\x1C\x06\xAB\x12\xC5\b\xF0\x93\xE9\xF5\f\xB9\xD5\xFE\xDD\xB2 \x13-\xEF\b\xBD\xE7\xD0\r\xDF\xF9\xE6\xA7?.\xDA\x12\xBC\xF5\xDD\x1B0\xC3\xA9\x05\x19\xF2\xB0\'\xE4E\xD1\xB4(\xDA\xFEG\xC1 /\xEC\x12\t\xE1\x1F<\xE9\xCBQ\xEE\xDA\xFEk\x1B\xDC\x12_\xC5 @0\x19\x0FO\xE4\xC7_\xDE\x18I"\xFD\x92\x1C*j\x11\xC1\x02Y\xE8(\x07\xFC\xB5L\xF09\xD9b\xD0O\x14\x9E\x1F\xF0\fV\xC6\xED\xA3\xF6\xD6\x17\xFB\xD0\xB9\xF5\x03\xB2\xFC$\x0B@)\xF49\xB21\x00,\xD9\xFB\xE3\x9B\xF0\xCA\xFA9\x02\xB7\xF7\xA2\x03\xD8@\xEC\x05\xB4\xD4"\xF6\x19\xAE\xCAI\xA1\x15\xD5%\t\xE2\xFD#\f\xF8\xDE\b`\x000\xE1\x04"\x116\x07\xAEV\xE63G\x17\xD2s\xC2\xE2\x8B\xBD\x14\xE5\xCC\x01\xCF\xF1\xAC\x16\x03q)\n\xA7%\xEC\xD57\'\x11\xC4-Z\x13\xCBD\xEE\xDE8\n\xF2 :\xECx\xCD\xF8\x13\x99\xC72\xB8\xEE:\xBF\xD7\xA7?\x19\xB9O\xE2\xC8?\x01\'\xA5\x0E\xDC,\xF16\x19\x03\xD5I\xF9\rPW\t:O\xC2\xD2\xE9C\xDAY\x1A\rK\xE5\xEF\xFA\xB8\xE1\xF52\xFE\x07\x9Bc\xD2\x00\xE1\xC1\r\x01\xADE*Z\xE8\x01H\x1E\xCD\xFC\x15\xEA\xF9\xCF\xF2-\xFD\xEB\x1E\xDA\xF1\xC6[\xEB\x00\x96\x10\xF7T\xED&\x1E\xA2\xDF\xBC\x1C\xDF\xEC\x0F \xFF\xBA\xF4\x05\xC2\xFC\xCC\xAEc\x1D9\n\xA5\xE8O\x1E\xBE\xE6/\x10T\xF9+\xE5\x1D\xDD\xBE\xEE\x1B\xD8\xA9\x0E\xE4-Q$\n^\xDC\x90\x0Ew\xBB\x15\n\xF9"\xBA\bC\xD9\xC70\xAD\x07\xC3?\xF2\'\xFD\x9E2\xF7\xB08\x16-\xE3\x88#1\b\xDB\x01\xD1\x16&\xC5\xD9\x0E)\xFB\x16\xB3\xD9\x97?\xC9\xF56\x0E\x06A\xF7\'q\x04\x86\xF3\xC7\xB27\x03%\xD2\xF74\x8FN>\xE3\x19\xCEa\xE8\x1D\xFC\xDEi\xEA\x10,\xE9\xD6\x14\xC9I\x07\xDCd\xCF\x11Q\xEB\x17\xF5>\x9CL\xEB\xFF|\xF8\xAC@\xF1\xC76\xEB\x1B\x03\x13N\xA4\xFC\xD1\xB5\x14\xC9\xF0\xDB\x19D\xDF\x11\xE7\xC1\x19C\x06\xE8\xCE\x01\xD6\xAD7\xF5\'\xB2\n=\x14\xD2\x00\xB7\xD7B\x03i\xF2$\xE5\xFB\x95\xEF\xFE@\xD6\xB8\xE4\x10\xC7 \xDE\xB98\x19\xCE\x04\xDFM"\bh\xBB\xF0\xD7"\xE7,S\xE1<\xFD\xBE4\b\xFB L\xFF\xEF\xAB\xE0. \x0F\xEB)\xFD\x12\xDF\x02\xC0\xF1\x9B(\x1C\xF66\xB1\x0E-\xAA\xD4\x18\xC1G\x1E\b\xC45\x04m+\xF0\xFB1\x06\x11\xEF\xE4^\r\xA4\xFE\xF5\xCF\xE22\t`\xC4\x19\x01\x94\t\x1ER\xB1\xD3\xED\xA3/\xD7a\x14\xC5T\xF2\xBEg\x07\xC8\x9FH\x1F3Z\xE5B\xC9Q\b\xF8\xC3\xE2\xFFS\f3\xE8(\xB1\xE0\xF8$\xA6\xD2\nU\xAD\xD4G\x8E,\x1E\xBD\xD6\xE7C\'\x9F\x17\xFF\xAF>\xF5\xED3\xD4\xE9\xF6\x12)f\xCA\r\xB9\xF9&\t\xFE\xA3\x1BA\xDA\xF1U\xE9\xCF\xF8\xD8\r\x04\xED\xA6\xE0X\x16 \xEE=\xB6\x02\xCB\xF4^\r\x19\xED\xFFB\xBF\x15\xE2\xF6$\xC5\xFF\xF7<\x130\xC4\rU\xF8\xEA\xD2\x10\xDB\xBAi\x0F&\xC6B\xE4\x02\xF4\x1B\xE2>\xEA\xD4:\xDD\xF8\x15\xB5,\f\x18\xFF\xAA+\x17\xB6\xFB#\x11\xD52\x95\xCE\xF6\xDE\x1D\x12\xD8;\x9D\xCCR\xDB\x1C\xE8)\x04\\\xEA\x0B\xDAS\xAE\xF2\x1A\x03\xB3\xDC\x1F:*\x05G!\xFA\xAB\xDE\xFF\x9C\x0B\xD92I\x04\x98\x1F\xB60N\xCC\xE7\x038\xE1\xBB?\t\xC6\xDDp/\xD3D\x04\xE7J\t*p\xA4\xFAN\x05\xE61\x12\xB39\xF7\x85\xCB;\xB3\x172\xCD\x07\xDFt\xEC\xFCG\xCB\xBF\xE3\x8F\x17\xCC\x03.;\x1AT"\xAF\xC1\x13\xCEY\xF4\x10\x01\xEE\x0B&\x97\xFB\xD4e#\xEDL\xF6\x1D\xE8\xC2\xF3\xB5\xF2\x11\xBF\x01\xEA7\xC4\xEE\xB9&\xFB\xF1\xC3\x02P\r\xDC\x1D\xFB\xF0F\xE6\x1F)\x98\xD32\x12\xF1\x0Ba\xF7\xECQ\xE5\xC0\xF2\xD1\xEB\xFA8\xF0\xFD\xE8+\xDB\xC6\x19\xAAs\x1EE\xC7\x12\xF4\xA2\xE33\x0F\x8E\x029\n`$>\xDB\x17\xD2!\x0B.\x17\xD4b\n\xE2#\xD3\xED.n\xC2\x11\xA0\x02\xC0\xFBK\b\xE4%\xA5\x00\x1C0\xB3\xD7\f\x14d\x07\xB7\x15\xE1p\x1E\xA9A\b\xFA<\xE3\xBF\xD8\xF0\x071\x1D\xFE\xCE\x05\xBD\xD7H\x16\xAF\xFE\xCC\xA7\xFAX\xB2\xE4C\xFE\xDF\xAC\x1D@\x943\x14\xFF\xAB\x06\xE3\xD5*X\xF5\x10\xC9\x18\xB6W<\xD1\xDCD\xFD&>\x9E\xF8\xDCF%\xC8\x05\xD4\x0E\xBB$]\xD3.\xF7\x00P\xE9\xB3\xDC=\x16S$\xF1\xFC\xDF*\xDD\f\x1B\xEF(\x07\xF4\x8C\xCEL\xF7\xEA\x05\xCAX\xF3\xBC@"\xF79\n\xB7\xDB@5\xF0\xDA\xF6\x05\xEA\xBA\x11\x07\xC7\xEF\x1F3\xCC\x0F\xFE\x92O.\xDD\xF2\x01\x9C\xEB\x14\n6\xA4\'\rZ\xC3\xF7\xAF\xE65d\xCB\xED+9\xE6L\xC51\x14f\x0E\x025\xBB\x11\xDB\xFB\xE6\x1A\xD0\xEAP\xC9\x1B\xEE#\xE8\xA6\x01 \xC3\x17+o\xF3\xA7\xE1[\x01\xE9\xAE+\xF1:\xEA\xF7\x18K\xE5\xC4\x1DH\xB5\xCA\x18\xE2\xD0\x02\xEC-\n\xD1\x11\xA2\x1A\x06\xBC\xF7\x9D\xD3\x00\xDE\xBA\xEC \xC6(\xF1r"\xB1+J\n\x9C\x13\xFF\xAD`\x05\xD0-h\rF\x9A\xFB\xCD"5\x18\xD3\xBA\nP\xE3\x1C\xC1\f\xB2\xCA7\x11*\xF5\x03\xDE\xF1b\xFB D\x9A\xD9\x1DB\x02\xF4\xBAM\x16n\x06\x11\x1F:\xFB\xD7>\xE6\x96\x17\xD1\t9\x01\xC4\xDE5\xF2\xD80\xE2\xFC\x14\xBF\xF8\xD5\xE68\xDE\nL\xE7\xFAB)\x16\xFB\xD0e\xD9\xFF"\\\x05\xD8\xADk\xD1"<\x10\xBC3\xF3\x12l\xFA\xE1\xC6#/\xDA\xD9\xEBA\xB4\xF1Z\xA5\x19\x04S\xDD\xFDH\xE3\xA4\xED\x10\xF9j\x19\xC1E\r\x90M\x1D\xED\xB0\'\x13\xF1\xAE\x02\xC0\x0F\x8A\xDC\xF3=\xA5\x05\x13E\xE4\xA0\xFA\xED\x0B0\xFC\x91\xEA\x07\xD8\xAB\xE5\x06\xBE(\xA9V\xEA\f\xFB1\xFD\xC8%\xE2\x0B\xCC.\xF4\xB6\r0\xC2\xF7\x1CV\xD4\'\xB4\x05\xE7#\xF5\xCC6\xE0\tR\xFE\xC8]\x1D\xD7/\xEEc\x06\xC6!\xEB0\xB9\xF3)\xCF\x1BB\xBC\xE2\x15M\xC6)\xF8R\x1A\xCD;\xEE\x01\x15\xD3=\x88'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xAF\x19\xE0X\x91\n\xFD,\xDF\x16\x013\xEC\xD8\x1C\xB0H\xDB\t\xC5C\xE3\x0E\xB2\xFD7\x11\xC2\xF8.\x02\x89\xEB&\x0F\xCC\x00D\xBA\xE8\x0E:\xDC\\\x12\xF3=\xD3\xEC\x0E!\xAD\xE8\'C\xF5\xDA\x05\x13Q\xEE#\xDF\x12J\x02\xF72\xF0 \xD4@\xB4g\xCB\xA3\t>\xF5\x00%\xF0\x18\xA5*\xF4h\xD9%\xEE\xA1\xE0M\xD4\x14?U\xD8\xAF5\x14\xDF$f\xF4\xAA\xFE\xC0\xE4\xA4,\x01U\xC6\xFBO\x06\xC9\f\x8B\x1F\xBE*\xAA\xC8\xFFh\xB7\xD3(\xBA\xCA\x13O\xE8\xC3\xF7\xEF\x0F\'L\xBD\x13\xC85\xE6^\xFA\x03\xCE\x15<\x06\xCAY \b\xB0\xF1\xC6\xFD\b\xF6_\xED\x9C\xFB\x18\xCF\b"1\x1A\xF9\n\xB6\x18\xE49\xD9\x19\xF0\xE06q\xFB\xE53\xD5\t:\xE9\r\xE8A\x07\xDB\xAB\x02\x1AS"\xE3\xD4\xFB\xE8W\x92\r\xD3\xB6!2\xEA\x99\xBF\xF8\xE6\x17\xFE4\xE7\x1B\xDF8!\xE4+\xC2\x0B\xD7-\xC5S\xEF\xD6K\xCBr\xDD\'\x9D\xF5/\xBAZ\xFE\x15\xD1\xEDH\x0F\xF3\x96\x1B\xF8\xF3\xA1\x1Bm\xF9)5\f\x89\x068\xAF\x1B\x04\xDD,\xFDJ\x07\xC2\xD8F\x1C\x0B.C\xD2\xBA\xF4%I\x0E\xBC\xA2\xD2\x03\x1B;L\x04\xE68\x0F\x91\x05\xE9\x1F\xF1D\x07\x12\xCF\x03\xA8,\xC4\t\xB1\x01\xDC!Y\xC3.#8\xFE\xD0\xE4\xBD\xEC\xCE\xDD\xFD\xC7_\xF31\xCE\x1F\xEE\xE0:\x12\xF2\xFE\xE2U\xF1\xA7\x0Fh\xDA\x9A\xCC\x04p\x17\xF2Q\xB2\xE2\xF0\xA5\xF8\xB7\xE0\xFD?\xBD\x10\xD3\xFE\xC3a\xEC@!\xE8\xF7;\'\x19\xCC?\x04\xE2\x13\xC8\xE0\xB3\x10K\x1E>\xF5\x15G*\xEA\x0B\xA5\x15k\xB1\xF7\x1B\xA3a&\xB4\xC8\x01\xDD)\x05=\xFC\xEC+\xF9\xE80\x10\xFA\xCD#\x11l\x1D)\x16\xF4-\xA87\xE7\xB0\x1C\xDB\xF9\x0E\xD6R\xDF\x9Eb\xBB\xFA\xEF\xB0\xD3\x05^\x17\xEF\x06\x95\x00f\xB6\x1F\xD5\xBE\xF9@\xE5\xC4\x06(\xCC\xE9\x04\x0E\xD47\x14 \xEB\xC4\x19\fS\xD6\xAD@\xC6\xDA\x00D2\xC1\x07\xD2G\xC9\xDAb\b\xF8M+\x0B3\x8FI\xBC\x1C\xFF\xF2\x11\xE7)\f6U.\xF7\xD5:\xC2/\xD9\x0F\xE3\xF1\x03\x12Q\xD9\xFF6\x10P\xDB?\xC0\xF6K\xE7\xFB_\xB2\xF7\xE44\xBD\x13\xE0\b\'^\x86\x18\xE9\xDC\xFF\xF3\xEB\xAE\x01\x1B\xE1"\xCC\x14\xF3\xE3\xC8\x05\x15\xED\xCD.\x06\xD5I\xA2\x19\xFC\xE8\x80N%\xE9\xFA\xCB$\xAA1<\x9B\x1C&\xB4\xF4\xEA\x98\xFD0\x18\xAA,\b\x8E\xCF1P\xD3\xA6\xF2#\xFE\x1C\xED\xBE\xF4\x0B\xB3Z$\x9F:\x0BQ\xC1\xEF\x9B\xD8\x02\xB8o\xFC)8\xAD[B\xC1\x1E\xF5\xDE\xC9\xEA\x11\xBD\x01\f\xDF\x19B\x07T\xFC\xCF\xED\xDF\b\xCA\\\xD4!\n\xE3y\xEF\xDA\x1EB\xF3\x11\t\x1D\x02>e\xCF\x94J\x069\x1F\xD0\xFAJ\x17.\xE4\x134\xFDCX\xEA9\x1E\xD2\xE7\xF5\xDC\x0B\xE4\xFC\xB2l1\b$?\x1C\xCE\xF1\xA7a\xBA\xF3\xE8\xC3\x0Eu\xF6/\x11\x02A\x16\xB9\xF8\xD0\x10\x02\xC4\xE2\xFF\xBC\xDC-\xE6\xC5\x0E\xF71\xE6\xC9\xDF+\xEE\x0F\xE1\xC6\xD6\xF8\xB5\xD0%\r\x19\xC4\b\xA3\x0ER"\x01\x9C&\x17\xEC\x0F\xFFC\xBA\xD7\xF9Y\'7\x11\x01\xD5,\x16"\xACE\xBF\xE7\xA5,\xF0\xC85$I\xB4Z\x168$\x8D\xFAL\xEE\xB6\xD9\x19\x11\xFBx\x02\xA35\xBB\x06 \x01s\xE8\xF5\xA9\xDF/\xF7\xDAA\xB3\xC3\x134\xD8=\xC7\xD3\x93\xF1\xDA-\xE5\x06\xB2\xDB\xEC\x1F\x99N\xE1\x03\xD7\xFE7\x1B\xDC\xFBW\xE0\x06\x9D\xEA\xFB*\xD2\xF0\xE9o\xCA\x16\x07&Z\x01\xACD\xB9\xD7\x15S\xF4C\xEB\x97<+\xC0\x04?\xF0!\x00\x17\xED\xF9\xCF`\xF2\x05Q ,\x15_\x95\x0E\xC2G\xFE\xCA2\n\xF8:\xB8\xEB\f\xF2c\xD1\t\xB1E\x1C\xF4;\xDE\x0B\xA8E\x0F\x04\xD73\x8F\xE0;\xEB\xD2$\xF2\x1C\xE7\xFE\xCB\'\r\x1A\xDD\b\x16\xD5b\xB6\xCBX\xE11H\t\xE6\xB9\xFA\xA9\xE9\xE1\xF8\x07R\xEF"\x15\xF6n\xE6\xC0\xD1\x19]*\xCA\x86$\x15\xC2(\xFF\x0E\xD6\xBE!\x03\xC9\xF8\x1D\xB1@\xF1\xFC\x1E\xC2\xF6/\x06\xC6?\t.\xAB\xD5\\\xB9\xF1\xC9N\xFA\xE5\x12*\x97\x06\xD5%\xA4\x1C*\x123\x0BH\xB1\xCB\xFB\xCC4\xE0\xA2)\x0FB\x00\xA8\xF4\x11K\xE4\x04\xF7:\xED\xE5\xCCj\x13L\xE6.]\xBF\xE1(\x11\xCFH\f\xA5R\x10\xE2\x98d\xDD\x11\xFB\xE5I\xFF0\x1F\xA0\n8\xFD\xEA\xC0\x11\xF0\xFE\xDF\xCBr\xDA\xC0\xFE\x1C6\x1B\xD9A\x02\xBB\x1A\xD8\xF0$\xE2\x06\xD8\x1D\xBBC\xDE\x94S\x1A\xA9+\xFD\xEF\x98\x18\xDA\xFF\t\xE9a\xB8\x01\xE6\x18\xD7\xFD7\xF7\xBE \xEE5\x05\xD0\x13\xAF\xEC\xDE%\xD0\xF3\x1D@]\xB15N\x03\xEC\xF5&\xD2[\xEB\x07\xAC\xEB\f\xF4M\x05\xB0V2\xC59\xEB\x00/\x12\xD4\x0B\xF33\xDD\xB7\b\xD24\xF3O#\xA2\xF71\xDC+l\xB5\xED&\xD0\x02M\x18\xC4\x9E$:\xF6e\x00C\xB9T\xDC\x0B\xCA\xF8\x17\xBF\r\x8EB\x17\x03\xA2\x0EK\xC0%e\xD17\xC8\xE9\x14\xFC\x8C`\xF9\xAC\xCDu\xFC"\xC4\x05\xF8Z$C\r\xAE\xCA9\xD4\x1A\xC5\b\xF0!\xC9B\x15\x0B\xE8\xB2\xF5A\x0B\xEA\xDA\xBE\r\xC7\x17\x05\xAA/\xE4\x01$\xD9\xE7;\x1F\xB7\xE2\xF0.\xDC\xF60\x15\xE3\x99\xFC-\xDD\x1E\f\xD1&\x17\r\xEF)\xE1\xB4O;\xE7\x15\xC1\xEB\xE1\xFB\x14\x05\xECI\x0F>\x9B\xF9\x04\xDE\xA6^4\xD6*\xE0o\xFA\x18G*\xE7\xF0\xD9\xF9\x13<\x9Di\xF3-\xCD\xF9\tV\xC6E\xFB\xDD\xCB\x00\xF0\x1C\x10I\xF7\xBB\xEED\xE5\xDAQ\xC0\x1C\x02\xEC\x0F\xD9\x9E\xCF\x1D\x02)z\xBC\x1F\xDE\xFE\xB3\xE4\xD3\x12M/\xF3\xC6\x1D\xFB\x07\xCA\xAC\x1F\x02\xD4\x935X\x1C)\xC2\xEE\xD2\b\xAE\x10L\x00\xD6(\x13\xAF\x1B^\xA4\tQ\xDA\xC1\x06\xA6p.\x02\xB4\xF5\x072\x9DH\xCA\x18+\xFEF\xF6\xA7\xD7<\xF2\x97W&\xF4c3\x1E\xE9\xBB\x00\x10\xE3\x8BS\x12\xEF2\xB8\xE3\b\xFC\x92\xCE\nO\xFE!G\x1B\xDF\xEE\xA47\xE6\xF7\xD05\x0F9 \xB5)A\xEB"\xD5\n\xC7\x1B=\xCF\xE8\xFA:\xF4\xADg\xEF\f0T\x11\xCC\xE73\x0B\xCE\xC0\x18\xFF\xAD\xCC\t\'C\xED9\xFF\'\xD1L\xF5_!\x11A\xF4\xE2\xB35\xE7\xBB\xFC\xC7\\"\xBD\fc\x04\xEB\xEA\xD4\xFA\xE5\xF5\xCE\xFF\x14\xE36\xFAW\xA7#\x13\xDE\n\xD3\x1F\x05\xDD\xC5\xE2\xB5\x07\xFF\x19\xF9\xDA.\x06\xED\xE0S\xF8\xDB{\xD1\xB7\x17\xDA\xBF\xE7\x0B\x16\xC8\xED\xDC\xC1&x\x03\xD8\x16\xF5@,\x05\x13\xF4\xDD\x9C%\xBB*\x04\xC7c\x182\xAE[\xF3\x9A\xDD\x0F\xED\x00c\xB5\'P\xE6\xBC8#\x17\xEBD\'\xC2P\xAE\x13F\xA1:\f+\x19\x96\xF4"[\xF7\x04B\x9E\xFD9\xB1/\x00\xEA\x0F\xA3.\xCC\r\x97\xDA\xE9\xD0G\x1B=\xFD\x10\xBC\x12?\x88\r\xDB\x05\xBF&\x19L+\xBE\xD6\xF21\xC5\xFE\x14\xF8\x90\\\xFB\xCE\xF3\x9F\xDF7\x02\xE8\xF6"\xD5\xC3\xEF6\xFE\x07\xE2\f\xA9/\x1D\xDF(\xD7\x05V\x1A\xD1\xF9\x1EJ\xEF_\xFF\x19\xB51\x00\xC5\xEF\xD4OU\xE0"\xEF\xFBI\xE9=\xD3\x02\xCA\xE6\bE\x1A\x04\x8A\xECA,\x0E\xD6\x031!k\x0F\xEE\x1F\xD2\xBBg\x03\x11\xB0\xE5M\xBD1\xCC\xECK\xC5\xF1m\x11\xF4\xA5E\xBB<\xDD\xC4\x07\xE19&\xF8q\xA7\n(\xE5\xAD\xF4\x00\xD6\x96-\xC8\x1E\x11\xF9\xEE9\xB0\xF7"\xCD\xE1\x0F\x7F\xDA\xCA\xF0I\xAB\x13\xD9\xB8\x06\xC9V\xFD\x17\xE4)A\xFA\xCA\x14\xD7A\x1A\xFC\x0F\xD4\x02\xB8\xE9\xCA\t\xE2\x14\xF1\x01%\xAC\x13\xBE\xD3\xEC\x10\xE2Q\xFA7\x19\xB2\x1B5r\t\xE2\xB7V\xA2\x0Bm\x163\x95X\xFA6\x1D\xB0\b\xE4\x1E\xC1\xE9>\xF9\xE4(\xA8>\t\x91\xF2\xDB\x1D`&\x03\x9E\xE6f\xAF%=\x173M$\xFD-\x99g3\xF6\xE8V\t>\xC9\x1E\xD9\xBD\x06\xF2D\x0E\xCD\xEB\xFF\'\xF5\xD7/\xE0\xBC\xFF\xD9\xEF\n\xBA\xD3\xF4\x02(<\xF6V\x00\x0B\x1CJ\xF2\x11\xDD3\xCDK\x00\xA6\xEB\n\xF1\xF8+\xDB\x07\xF5\xE2\x88\xF9\xDC\x1B\xD3\xEC\xC8\x0E\xD6\x1B\xFC \x9F\x03\xF3/\x14\x90d\xCD\xE4\xF8\xBF\x14\xAD;\x19\x03C\x1D\xCD(\x12\xE4K&\x15\xE8T\xBF\xA0\x17\xDE3\xCB\x98\xD50\xC3\xFA\xED#\xBE\x0E9\xD3\xB7U\xC5\x157\xBC\x1FW\f\xC3\x04\xAF>Y\x06\xE4H\xB7\xCE7\xDEM\xB4\xFED\xEB 1\x07-J\xDET\xD0\xEE\xC3\xFB\xE9\x07\xF4;\xC1\xFD\xAA@\xC8/\xFE\r\xD0#\xB5\xEDa\x17\x02\xB2Y\x1B\x05l\xF5\x18-\xE0\x1F>\xD1\xFF\xEFD\xCC\xEB-Q\xF2\xBE\xF8\x18\xA8\x00*\xF0\x0B\xC4\'\xE6\xD1\x0B\xC4\xDF\x00\xD5\xA0 \xF2\x05\r\x8Fe+\xB1I\x9F`\xD5\x1B\x05\xDE\xF1\x11\xD8\xEBk\x05\xF4(\xFD\xE2\rD\xE7\xD1\xAA\xDC\xE5\xC7\xFBG\x02\xAC\f\xE4\x95\x12\xD8\xFD\x15 \xDF\x105$\xDA<\x11\xEAj\x15\xF9\x1AY\xF1)\x10\xB0\\\x19\xFD\xC53$\xE4\x15\xDC\x0F \x01\xEB\f,\xF6f\x9A!J\xFA\xAB?\x12\xD7;\xBD!\xF1-\x15\xFDB&\b\x8E\x11\xEA\xF5\\\x1C2\x03d\xAC8\xD0\x9E\x01\xE8\xCB\xF3\\\xC0\x85\x04\xD7\xAB2\x06\xA1>\xF7N\xEE\xB9\xE7A\xD6\xF9\xBB=\xF2\xD2\xC6\xE04\xAE\xCB\xE79\t\xB83\xE0\x19\xC1\xE6R\xA5\x06\xC9\xDA\x9A\t5\xB8\xEDM0\xD7\xBD&\xDD\xC8\xF9(\xC0\xF3\xE3\bw*F\xB3\t\xFA\xE1":\xF4F\xE2\xBE\xDB\x16\xCF\xE8/\x0F\x04n\xA7\x1A\x01W\b.O\xF8\x13C#\xBD\x16\xD5\xFF\xC9\xF1,\x01\xCF\x0E\xF60w\xFBJ\xF4\xC5\x1D\x02\xCF\xF3j\x186\x07J\xB3\xE9\r\x1DB\xFA\xED\xC4\xD8\x1E\x141\xCFO\xFE\xC7\x1D\x0F\xEEm\x01\x1E4\xF8\xCD\xDD\x13\xF0)\xCB\xEA\xA4\xFD\xB8\x1A\xF0\xD8\xFC\x03U\xEB\x1EB\x0B]\x92 6\xEC\x1A\xE3\x12#\xE9[\xDF\x13\xAF!\xE4\xFC\xA2\xD1\xF1\x17;\xDB\xCC\'\xB8\x19\r\xFDV\x94\xEC\x05\x18\xB2\xE9\xD1&\xFA-\xC6\xAB\b\x8CP8\xB3\xE3K\f\xD97%\xE6s\x97\bL\xDF\xA3*\xF7\xAF\xD9\xE8\xF9K\xDD\xAF\xFF\xBA\xD0\xAB\r\xD5;\xF7T\f\xC4\x03A\x10\xE2\x00T\x9C\x04^\xDE\xA67\xF2\xE3>\xBC\xDB+\r6]\b\x99I\xE5\xF5\xDC#\t\x18\xFC1\xBF\xF6\x1D\x11\xC3\x03\xD2"\xC8/\xF3\r\xCFm\x14\'\xBC\x17\x04\xC6\nF)>\x04-\xBE\xFE\x9F2\xDB\xEF*\xB8a"\xC4,\xFB\xEC\x12\xF5L,\xD1\x03$\xF8n\xF0\xA3\xE0\x00\xBA\xD9\x12:"R\xE6\xC3\xF2\xD4!\x06\x9Ae\xE1G\xF7=\xEB\x12\xB5<\x1C\xC2\xE4\xFE\x07=\xD1\xF3$d\xD7\xE8\xF9\xF1f\x18\xEC$\x06\xCDJ\x16\xE9\xF7\xD8\xA9\x0B7\xD3#\xBF\xE7\x07\xC6\xAE\x16\x0B\xC9H!\xF7\x16>\xF2\xCD\x04\xB6\x0EV\x00\xA5_\xE8@\x01\xCF\xEE\xAE\x17\n\xDEX\xF9\xE6\x05H6\x8D\xEDP\xE00\xA4\xEE\x14\x1E\x93\xC8\xDC\nF\xE3\xB6\x1C\xFB\x971\x06=\xF2\xE5\x1A\xB1A\x00\x10 dC\xD82\xE7\x01\xD4\xC2U\xEA\'\x1C\xFC\xED\xD2\xDA*:\x0E\xC7\xDC\x16&\xFC2\xBE,\xA3\xFF&\xD5\xAB\xF1\xDB\x10\xC7\x1A\xB2\r<\xFC\xBF\x074N!\xAC\xD1\xF6:v\x0F\xE0\xC0\x1E\xCE\x14n\xF8\xC9S\xDA\x8C\xF7\xE1\xEE\xFC\xA0\x1D\xB5\x10-\t\xAC\xE1i\xA01D\x14\xB8\xEE\x1D\xF9-\xABX\b\xD8Q\xF2\xD0\x1A\xC1b\x16. \xFAZ+\xF6\x01\xCC\xE3W\xD3\x0F\xE6\x01\xFA\x12(\xC4\x02\xF1\xD4R\x00G\xBA.\xDE\x05(\xF15\x1B\xBA,\x13]\xF38E\xDB\xFA\xCA5\f\xC1\x17\xE5\xF7\xCF\b\xE1L\xBC\xF3\xEA\xC6\x1E\xE5\x02C\f8\xEC\xFE\t\xB9\xD2\x04\xE8\xD7!E\x19+\xB2\xF4@\xBB0^\xDA\xEA\xA86"\xE6\f\xA1\xEC\xFD\x0F\x96\xE9\n\xCBJ\x04\xD2\n\xC5\xE0\x06\xED\x92#M\x02\xF3\xD8)\x04D#p\x9C\xFF\x0B9\x13A\x91\x0E#\xB2\xE2\xF6\x9B\xCBM\xE5B\xA4\x14v\xBD\x9A\xED\xFA\x05\xDF\x1B\xCB\xEE\x9B\x1AE\t\x14\xB5+\xF5\xDB8#\xC2>\x17h\x8A\xE5\xFB<\xA9$K\xCE\xFE\x1A\xE5\x13\xB6\xE8[\xF9\xAD\xAD\x02\xD84\x18\xCB\xD6\x03\xDF\xF8|\xEF\xC8T(\x11\xDE3\xF7%\xC48\xF1\x06\x10\xDB8g\xA4(S\r\x04\xE2\xF7\xCEX\xFC\xC7e\x1B\x03\xD0U\xF5\xD4\xFD \x12\xDBW\xEA\xF6\x15\xBB+t\xF6\xD3B\x1F\x10\xCDF\xE9\x13\xC1\xF1\xE7 a\xB5(\x19\xD24\xFB\xD9\x03\x1Ej\xAF\x19\xEE\f\xDF\xFE0O\xC5#\xD0\x14\xE8\xFC\xD6=%\xBC0\xDD\x05\xEF?\xAE\xE5\x12\xB6*\xE12\xBF\xF3)\xB4\x1D\x013\xD9\r\xAE9\xC4\b\x9C2\xEF\x1B/P\xFC(E\xA6\xFB0\xED\xC1\xA9\x07\x16@\xBA\xE9\xD1\xFF\x07\xD6T\x1F\xCE\xAA\xF6\xE5\x0B\x01\xBF\xF64\xB1\xC7N\x10\xEC\x1F\x90\x16\xD6\x0B\xF9G\xED\t\x01\xAAH\x058\xC6\x0B\xE3\x95P\xEB\x03\xE1(\xFA\xDC\xFF\xBF\xE2\xCC\b\xDE\xB6\r\xF5\xE3\tT\x00G\xE8-\xA0\r\xF2E\xC2+\x87>\xB8\xEB\'\x16?\xB4\xF0G\x1F\x06\x17\xF2\x00\xA7\xFB;\xE4O\xC00!\x9F\xD9b\x1D\xCD\xEA\x10\xD6\xF0j\xCF@\xF4\x1F\xCA\x17Z\xEDN"<\f\xF6\x8F\x19^\xD2<\x16\xCA\xD9\x11!\xDE\xF5\xC7&R\x17\xF9\x10\xE6\xF4\x02\x0EZ\xD6\xFB._\xE1\x84\xDBt\xE5\x1D\xD9Z\xC9\t)\xFF\xF0\xCC7\x18\xC3:\xF8$Y\xA0\x1A\xF9%\x12\xBD\xFD0\xA4\n\xB9\x14\xD4\xA8\xF6V"4\xEE\x03\xBF\x1E\x9B6\xF2\xB1\fg\xD6\x01\xE0\xA79\xDC0h\x1A\xC7\xDE\x07\x94\x1A\xD2\x0E):\xCD\x0B/\xB9\'\x14\xF6\xB4\xDEy\x06\xE7\xFD\xF2\x0E\xDC\xB9\xE4\xFE2\xDE\xAE\x06\xE6d\xDA\xF1E\xCD\xE7\x06].\x05\xE6\xC5\xFD\xDC,o\xE7\xFDO\xCE=\xFB2\x1B\b\xEF\xCC"\xBE\xFC\xA5C\xF07\xC0\xEA\x03\xC6\xFE\xEE\x95\xF9E\xEF\x04\xD2\xEAF\x1C\xA6\x11S\xB7\'\x98N\x16\x04?\xC0\nI+\xD3;\x0E\x1D\x016%\xFC\xC5\xDD\xB3\xD5\x14M\xAB\x10\xF1\x05&\xC0\x19\xEC\x90\xBC\xE6`\xB3@\x03\x15\xD3\xE3*\xFF\x11Q E\xF4\x14W%\xC2\x10\xE1f\x9E6\f\xC6.\xF5\xD0\xE1B\x00\xEC-\xD1\xF3 \xCB\xED\x00\x9D\xF8\xC3\xB2\xE1\xF5\x87H\x1D\xF0\xF1=\n%\xF7B\xB5\xD4\x0E\xDF,\x02\n#\xD0\xF6(\r\xE9\xF3I\n\x1F\xB3\xCE\xF8\xE3\xA65\xB6\xE7\x05\xD5>\xAF\x19\xFF"\xFA\xD7\xED\x02 3\n\xD7\xC6p\x0F\xA6T\x18\xE1[\x14#\xEAU*\x12\xD8\b\xB6\x0F\x1Bh\xA0\xEB\xCD\xE3\x1CS\xF9\xA7C\xD7X9\x12\xFEG\xD7\x99[\xB96\xEC\xDBs/\t\xD6$\xDE\x18N\xFD \xF5\xCCM\xE4\xBAZ\x15D\xC1\xAD\x18\xF6\x1E\xB4\xFB\xE7\xD77\xB7\xF33\t\xD1@\x05\xC8i\xEA)B\xFE\xDF\xC24\x16\x029\xC60\xE9\x15\xF5\xC7\xF0\xA5\xDE\xC33 \xF9\xCA\x04\x18\x9D\xF2\x14\xBA\x01c\f\xCE\xA8\xEC4\x0E\xDB.\xEF\x05:\x8E\xDD\xFC\xEBJ\xE38\x07F*\x02\f\xFC\xC7\xDB\xA7\x1A\xFB\xF0\x94\x19\xF8\xCE\xFF\xCF-\x07\xFB\\\xDB\x83\xEF\b`\xB4\xFF\xE2\x1DP\x07\x18\xE5\x01\x12-\xE1N\xFC\'?\xCA\xEE\xFA;\xF3+\xBC\xE2\x07\xC3\x13\xAB)\xCD\x0B%i\x10\x04\xA0\xCF#\xDD\xF0\x8D\x1CH\'\x03q\xE4\xBD1\xDDP5\xE3\xA9P\xAA"\xF2\xB9\r#\xFD\x1A\xD1%\x0F2\xBB*\xED\xB3d\xD2\xF0\xAA;\xD5\xC4\x06\xE5\x1EK\x98\xC3\x1B[\x00G\x9A\x04\xED\xC1Q\x1E\xFC,\xC9W\xDC\x1E\xFB?\xD0\x14\xF8%\xB17\x11\xE6!\xF7\xD3O\xEC\xB8<\n\xCEb\xEA\xB4E\r\xD75\xEF\x1F\xCD\xE5\x16'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x00\xAE\xCC8\x0B\xDB \xF6\xBD0\t\xED\x1E>\xD2\x11\xF2)\xDF\x0B\xC5\\\xE9\r\xBB \xF4\x05\xD1G\xB6\xF2\'\xDC\b4\xBEN\xD3\xFC[\x19\xE3;\x03\xB2U\xEA\x17\xFE2\xC7B\xF0\x03&\xAD\x11\xD5=\xB9-\x05\xCEC$\x16\xE8K\xA6\x03g\xE6\x16M\xC8\xAD\x00\xE4\xA1P\xB9\x1AB\xA8\xFD0\xD3A\xE0,\xA98\f\xFA\x13^\xA5\x19\xF7\xE6\x14\f\xEB\xC5\xA5\xF4\xCD\x1F\xF9\t\xD3\'\xA1\xF5\xE3\x12\xB9\xDA7\xE9\xF5j\x19\xE5\xF0`!\xED\xD8d\xFA\xF1,\xCA<\xD7\x9E\xFB\xDF\x0Fa$\xF96\x01\xCE\xEF\x05%\xF5\x17\x9D\xFEj\xC7\xEA!\xE22\xD4\xEF\xCAC\x02\x9C ?)\t\x13q\xDD1\x11\xC2F\xDBm\x05\x1CU\xFB\fH\xC0\x07\xFD\x92\x0F\xDE\xF9\xBF\x11\x9C\b\xBA\x19\xFE\x10\xEF\'\x04:,\xF3\xC3\t\xDB\xE9j\x13\xD7\xE3\xB5K\x07\xEF\x0F\x1A\xD9\x01\x99\xC1\x04M$\xB7,\xF3\xDD\xB4\xF8\xD7E\xBC\xEF\x8C\xE69\xF2\f"\xAF\xD3,\x8A\xCB!\xDF3\xD1(\xC5K\xAF3\x03\xE3)\xD5U\xE0\xB1\x1F[\xCE\xB7\xEA\xD5\x17K\xAE\x1E+\x99:X\x1E\xC9\xDB5\xBC\xF8EY\x15=\xE7\xFB\x10\xE2m\xCF5R\x04\xE4.\xFE%N\x01\x1C\xB6\xCD\xFF\xEC<\xF7\xE5\x17\x01\xA8W\xF3\x1D\x024\x14\xF9Q\x1D\xC66\xEB\fA\xC4\xF5\b\x1BD\x97\x030\xCA\x0E\xF4\xC1\xFA\x0B\xEB\x00(U\xE5\xAC&\xCC\xF3*\t\xAB\x1D\xD8\xFF\n\x17\xED\xC7\x1C\x96\x0E\xC9\xD4\xF6`\xDF-P\x11\xC4\bf\xF2*\xEC\x12\xB8@\xE7\xD3\xEE\xD1\xAC\xF2D\x13\xF7\x91\xFC/\xE6\xDB\x11\xF8r\xE3\xEF\xFD\xDFE\x04\xD1.\xAA\x15\xF5\xD1\x12\xFD\b\xED\xB6\xDDe\xC67\xF1E\xC1\xA9\xFB2d\xF5\xEA>\x17\x06\xA5\x13\xFB\xE5\x95$\xDBA\xBD\xD5M\b\xDB\xFA\xA3\nT"\r\xDB\x00\xB5#m\xD3\x16O\xA53\xC2$\x0B<\xBA^"\xE7\x19\xDDJ\xC2@\x88\x1E3\xD6:\x0F\x1F\xF8\xD2\x15\x90\'\xE7!\x10\xD4\xBA\b"\xB2\xE26)\xC7C\xF14\x02\x1A\xB0\r5\xFC\xC7#n\x16*\xBF\xEC_1\xE6\xCC\x05\xDE\n\xB9\x02!\xEE\xFF\xD2\xA9\x1B\xD8\x11\xA43\xB6e\xEE\x05\xE2\ft\xE9\xC3S\x9F\xFFA\xEB\x03P\xF7\x06Z?\xE1\x02G\xDAZ\xFC\xBF\xED\xD8\n\xB7\xD2X\xE1\xF8\xEA\x1E\x9A\xE42\xEF\xCC\xE1\xFC\xC3\x04\x9F\x19K;\xEA*\xF2=\xCA\xE0AT\xF6\x05+\xEC\xCD\xFF\xF4\x0F#\xFC*\xD9\xB7\xF9\x03\x18\xE3+\xBE\x0B1\xE0\xB8\xD9\xC9\xF3\x9E(\x13\xCC\xF1\x0F\x1B\x01p \x16\xFD,\xC8\x14_\xCF\x01H\x0F\xB2\x04F\x1DB\xFA+\xBE\xF6\x0F\xA7\xC6\x1A^\xF9\x0F\xB3\x15\xE8\xC6H\xFAV\t=\xD5\x95\xCB;\x16\xF0.\xCEF\xF3\xD9\\\xAB\xCC\x1E\x0F,\x00\x19\xEC8\xF9\xAA0L\x99\xE6:\xAA\xF4H\xE8\xA3\x06(<\xF2\xBF\x1A\xF8\xD65\x8F\x12\xE1\x1F\xF0\xD9X\xFC4\xE5\xD7\x9A\x04.\xD9&9\x8E\xDD\x17\xC0\xE4\x1DH\xBD\xF6O\x85 \n\xAD\x11$\xE9\x17\xFC\xF0y<\xB1\x0BU\xC1\xDC\x1F\x05\xD4\xF7(\xCB\xDD\x07\xC2\x0FO\xEE\xDA\xAD\n\xDF-b\xE9\r\xF3\xD2\xB1g\x0B\xCE\x17%\xB6\x07\x12!\xECi\xF2\xBD\x00\r!\xF0\xAB+\x02\xEC\x13\t\xE5\x01b\xE09\xC5\xF9\x054E\xD5\xA2\xE8\xF8\xD2$\xE5\xFEi\xEA\xC2\x0BD\x12\xEF1"\xD77\xBA\xFE#\x17P\xD0\xA6$\xC5S5\xFF\xE98\x98\x03\xDEC\xF3L\xC3:\xCD\t\x1C\xE3[\xCE5P\xF8\xDBj1\xD2\'\xC3\xD7\xEE\xFEO\xD2\x94\xE1\xC1\'\x07\x15\xC62E\x10\xB6\x18=#\xE0\xFE\xB9b\xFA\x9A\x00\x1A\xF5t\xE4\xC6\xFA\xEE\x07\x15\xFC\xDD%\x07\xC6M\xF9/\xEC\xCB\x00\xAC)\xE1\xFE\xA4B\xF7\xB1\xEA\x05\x12\xC9\x0B\xA3\xFD\xB3\xF3\x1A3\x12\xB9*\x1Bf\x0E\xF4\xFE\x1DT\xE2\x03\x97\xEF\b\xCE\xA3\xF3S\xAD\x1C\xD0\xE9B\xE1\xCB/\fD\x87\x026A\xE5\xB1,\xF1\xA6\x19\xE2!\xBC\x11s\x1D\xD6\xF8\x16\fP\xD5\x12/\xFD\xD8%\xBA:\x1C\xE1ZA\f\x95I\xE6\xF5\b\xEC<\xB0I\xDA\xB9\xF3 \xD8_\'\xF8/\xD8\x156\x05,\rV\x16\x05\xB1\xD3\xEB\x12&\xD9\xBC\x1F^\x04\xDBI\x0E\xD3\xF1>\xA4\n\xE55U\xEB\xB8+\xEF\xC7\x1Ey\x90A\xE7\xF1\xCF$\x05\xEA\xCC\xFA\x03!\xA9\xDB\xC7-\xCF\x12\xED/\f@\xFD\xC0\xDFM\x02\x0E\xE7\xF0\xC5\xDA\xF4\xA8\xC3)\xF19\x1D\x94d\xF5\xCC\x0E\xF0\xD20\xFA\xB5c\x04*\xDB\xF6\xC1\x04\x84\xCC\x1F\xDC=\x06\xBC\xE0\xF4\x19\x00L\x10\xF8\xC0\x17\xDD.V\xD0?\x18\x00"\xE5\x05\x9Ek\xCB\xAE\x168\xEA\x1C\xB9\xCAv\x8FF\xFF$;\xE7\xFCY\xDC\xF9\x07\xE21\xFFK\xA08\xC2\x1F\xE7\x14\xC8\xFCT\x18\'C\x10\xFBg\x02\xA1\xF6M\x0F+\t\xAF\xDD0\x9CQ;\xB0\xF1\xBF\xE3\r`\xBA\xF8R9\xFB\x1A\xE7\xF6+\xD0\t\xA9=\xFC(\t\x18\xE0\xB6\x13\n\xCF\x18\xBCF\xC9\x10\xAF\x1B\xE7\xF9\x14\n?\x01\x9A5\xE9\xB1\xD1\xEE\xDF2\xF1%\xE6\x144\xE9\xCBD\xD4\xC2^\xEC\n\xD8\xFE(\b\x14\xFC2\xEE\x99\x15\xDE\xC2\xD4%\b\xDEX\x00\xF2\x11\xE4 \xD2\xF60\\\xD4H\xEE\x9D4\x01 \xEAR\xD8)\t\xC3\xDF\xEE\xD5V\xE0$\bG\x0E\x00\x93\xBE\xD7\n\xB3\xD2\x1B\xFF\xAA\xEF!\xFB\x15&\xCB\xF4\x1D\xE5{\xA0#\xD8\xC9G\t\xF21\x0F\xAAH\xBE\x14\x9B2J\xD9V\xED\x8D\xC0\xE8\xFA\x03"c\xE4\r\xA8\xF3<\xBE\xEE_@#\xA9(\xF7\xCD\x1B\xF3\xC40!Y\x1AJ8\xC5V\'\xDBe\x053\xE1=\x02\xA9\x10H\xC5\xD48\xF5\x05\xE8*\x1C\xB2d\xEA\xFF;\xEF\xD6#\xC8\xF9\xBC\x06\x15\xFF9\x0E\x1C\xAF\xC7\xDA\xF6/\xD3%\xFD\x16\x04\xD1\xAB\x00h\x16\xB8\x0FN\xA5\xFD\xD5\xE4\xF6\x05\xEA\xFD\x10\xF2\xF9\xBB\f\x18\x8C\xF6\xBA\xE7e3\xB8\xED\x01\x19\xB2[>\xFF\xCF\xF9\xD9(\xCA\x1D\xFA\x04m\xE9\f,\xACC\xDF%\xCE\xF1?+\x15N\xB7\x06q\xDF\x995\xF7\x1C\xE4\xFF\xE4\x069\xEB\xDDp<\xB7\x13\xCD\xA9\xE0,\x9CG\xE59\xC9\xD7R\r\xD1\x18\xDE\xF8,C\x0F\xE0\xC0\x12\xA4\xE2Q\x06\x14\x92\xE1N\xB3\x17\xDF@\xF1\x1D\xC7j\x04\xA5R\xE3\x07\xFE\xEC\xC5\x1C\xE8\xCA\rO\xEB\xBA/\xC9G\xD8-\xBF\x03\x17\x0B\xEF._#?\x07\xD5\x1F\x02\xED)\xFD\x1ED\xF1%\x05\x96\n\xE7\xCE\xFB/\xF1\n 7\xBAD\xF5\x0E+\xCF6\xA4\x01\xD4\x10\xE6\xF7\xD71\x10\xBC\xD3\x976\x10H\xF81\'\xDA\x13F\n\x1D\xF0\x91\xFA!\xF4)\xC9\x9E\xFB\xDA\xBF\x17\xEFo\xC7\x11\xB0]\xE3\x07\xA5\xC4\xFCL\xD9!a\x8A\x1DQ\xD7\'\xC6\xE8\xEF\x012\xC3\xEA\b\xF3 \xC1^\xFC5\xB4!\xEA\xF9\x1Ag\xF4"\xDE\xA7\x02\xB3\xF1\xC2\xFC\xA3\xD33\bV\x0E\xD2\xAEG\xE8\x1DO\x02\x0E\xE7\xB5\xFE1\xDEB\xF5\xB9\x13-\xE97\xCC\x12\xBF\xF4=\x04\xEA\xB4\xFEt\x18\xD4\xAD\x1Fc\xD8\xFEQ\x11*\xED\x98I\x16\b\xC4C\x00)\xE7\n?\xD7\x17Z\x07\x1Ef&\xF3\xDE\xB5\x18;\xE5a\xDC\x062\xD3\xF3:I\xD0\xF7\x19\xA1\n#\xCE?\xDC\x03\xB3V\xEE0\x00\xDD\xC8\x16F\xF6\x9B\x0FL\xFB\xDF\x13\x9FB\xB6\xE4\xDA\x06\xCD\'\xE0\xF2\\\x9F\xDC\xCC\xB5M\xC6\xFC\xED<\xCF\xDE\xE6\x03@\xFE\xCF\xEC\xC3\x00\x14\xFB\xBD\x11\xAF\xE2"\x92\x0B&O\xEB\xD6\xFB\x1B\xF0z\xF8\x1D\b\xE2\x18\xAD&\f7\xD0,\xDD\x075\xCC)\x03\xEE\x1C\xC8\xFA:W\r\xBE\xFF\xD2.\r9\x13\xF1\x04\x1A*\xBB\x0E\x8B4\x11\xB2\xC8*]\xF7"/\x89B$\xEDl\x1A\xC5\x014\xE3\xC2\x047S\xC4\x97\f\xD2\'\xA1C\xD0\xF7k\xBB\xF0\xE4\x02\x1D\xC1\xF2\xE5W\xBB7\x0B-\x14\xAC\xF5\x1E\xE9?\x18\xB0\xED\x1E\xFAW\xA1\xE2\xF5S\xE8$\xF7Q\xEF\x1B\x0F\xA5D\xE0\n\xD6\xCA\xF68\t\xCF\xF9X\xDA\xF1\x15\xAB)\xE2\x00/\x17\xE5\xBD\xFE4\x0E\xE8I\x06\xA3\x14\\\xB2=%\xA4\r\xF7\xD0\xDDu\xF0\xD4\x021\xA2P\xF9\x05\xE3\xBD\xD64#\xD01\x06\xD6\xFF\xC1\t\xD97\xD7\x1B\x05\xB7\xF2\x19Q\xDE\xA5\xFF\xE6-\x10\xB7\x1Fg\xCE\xF6\x11\xB4\xEB9H\xF3Y\xD8\xC4\x1E\xFD\xDA$2\xFA\xD4\xED\xFF\x15C\x1E\xE9\x00\x91$A\xC5\xE2\x10\xD9#\xCBwD\x01\xE9\x0B\xB4\x14>\x96r\x15-\xA4\xFD\xF4\xE8\xC9q:\xEB\x02\x0F)\xBAI\xEF\x95\x06;\xFD\x0BE\xD9\\\x07\xC9\xDC\x12\x06\xED+\x98:\xCC\xF4\xC4M\x11\xE1i\xC8\xD9\xAEN\x07\xC0\xE5\x19\ta\xF4\xB78\x0B\x90)\x11\xC5a\xFE\xE0\xC8\xED \xE3\xCEM\xE9O4\xFD\x10&\xAD\xC4\x1Ec\xD8\x17?$\xD3\xEB\xBF\xE6\x9E"\xF2\x1B\xFB\xA6$\xB2\x19\xF9\xE2\x15V\r\xE9\x05!\x87\t\xF50\xFC\'<\x11U\xFB\xB0\xD0*\x00\xE5\xEE\x19\xF6\xDE\xAB\xF2I\x1E\xF9\fC\xF4\x05\xB8&\xBB$\x9D\xDC\xD2\xFA2\xE4\xF1\xFB\x0B\xC8\xE1\xF8M\'\x17\x02?\xD2\xBD-i\x00\xCF@`\xBA\x01-\xAA\xDE\xB8D\xD07\x1A\xB9\xDF\xEE\xCD\xF5\xD84\xEB\x1FF\x14\xC3R\xD4\xFDA-\x18\xD67\xBB)\xAD\xDB\x18<\x0E\x0B\xE2\x17\x04TE\b\x9B\xD04\xAE\x03W\x12\xA7\xDC2\xC7\xFA\xE4L\n\xEA\xDF1\f\xF2\xD5\b\xEC>\x1B\xF7(\xEE\x01\xE6X\f\x17\x94-\xB8\x03\x0E\x9D\xDD\xF9\x053\xB4 \xCC\x04\xEB\x9E\x07\xE6_\x01\xC5S\xF8\xD3\xF9c\xF0\xC0\xE7\xF4\x1B\x13Z"\xE8\xC0\x1C7\xFE\xF2r\x0F\xAF7\x14\x8E\xF6\x1E\xBF\xE7\xA0I \xC2\xFC[\xD7\x14\xC1K\xA8#\xC6\x04k\x1E\xE1J\xF2;\xCCj\xA8&\x0F\xE3f\xBE\x13U\xF5\xD1\x0F3\xED#\x83\xE7\xD1\xAE/>"\xB4\xCA\xDE\xFEA\xF6.\xED\xCE\xB6\x07\xD5\x1E\xEE\x06\xD9&\xC8T\x049\x11\'\xE0\xCE\x0F\x8D1\n\xFD\xDC\x11\xF8=\xD6\xEA\xF9\x12\xC4$\xE7\n\x1A\xEC\xDB=\xF3\n\xFB4\xDD$\x1A\xA6\xFC\xDF\x13\x03-D\x1C\x07\xD8\xFC\f7\xEC\xBC\x0E\xA1\xDAb\r&J\xE7\xBF+\\\xFD\xF1>\x17\xD7\xFC\xB5\xF6h\x006\xF2\xE5\xB3v+\xCE\xF02\xB4G\x01\xD1S\xAE\xFD.\xBD\xF7\x02\xC9\x9B\xE8L\xB1\xC9\x00@\xC1J\xD4h\xB9>\x00\xE6\xC5\x14\x93n,\x03L\xD4\x19\x06\xFC\xE2\x94\x19\xF8<\xA3\xE1\xCE\xB8\r\xA9\xED,\xCA\x1A\xE8\xAB\x16N\xD2\x1F\xEB@\x9B\x07\x16\xE4&\xA21\b\xDA\x15Z\xD3C"V/\x1C\xD6(\r\xEF\xE4.\xF3\x1D\n\xCB\xF0\xA7)\xF6O\xEE\xD0\xE3\xAA\x1F\xF1)P\xC3@\xF0/\xCA\x00\x0B\x15G2\x01o\xE3M\t>\xDA+\x07\xBD\xF9\x03\xC6\x19\xE0\xFFa\xC0\x0B\xF2\x1B\xEC>\xF5\x80\xE4\x10\xB0\xFD\x15\xBC\x05\xF6G\x8E\x15\x06\xB2\'\xE6\xFF\x19b\x0F\xDE9\x01%\x15\xF9=\xC7\xE5\xB0\x14\xD3\x03\x10c\xDA#\xF4\xE9\x1E\xDC\xC0\xF8\x1F\x98\x01\xC4\xEEB\xE2%:\f\xF5K\xD5!\xF7\xCD\xDD]\xB8\xC8\x04\x1E+\xEF\b\xDF\xCF\xEC<\xE1 s\xCD\xDBU\xF9\xA0F\xDC\xED\xBC\xCD\x1B\xB1\t\xC1\xDB`\x0B\x018\xF7"\xDF\xBA\xEB\xACL\xC2\x06\x9C(\x135\xD2\xF2\x11[\xFC\x1C\x9Ee\xD9\xAB(\xBB\x10\xA89E*\xFE\x0E6\xE1N\xFC\xC4n8\xF4R\xA6\xFF\xC2\xFA5\xEB\x12:\xC6\r*\x073\xFCH\xE9X\xF42\x8D\x12\xD0\xEBx\xA13C\x1C\xFA-\xD5W\xFB\xCC\xEB\x04G\xE0&\xB0\xD6\x0B\xCD\x12\xFF\xEFW\xE50\xED\x03\x14\xE7\x93\xF8#\xD1\xB4\x13\xD9\x9F\x19\'\n\x121\xD4\x1A\n\xB8\x01\xD2\xF1]\xB0!\xD8\x13\x9F\'\xD6\xFF\x1D\xE0\xF0.\xBC\x18\xFE\t\xF2\xCF\x04\x10\xE3\x18?\r`\xA7\xBB\x197\xEAJ/\xF4\xE85\xC4\x06\x1C\xFC\xDC\xC8\xB3Q\xD6\x18h\xEB\nD1\xE8\x02\xB7\xC8\xDCH\xF1\xAB\xE4N#\x181\xE7\x03\xB3]\xE5\xF3\r\xC9?\xB7T\x06#D\xD7\xE4\xC5([\x97;\xBB\xEF\xAF\xDD\xF3.\xFE\f\xCA\xF9\x05\xBF"\xB4G\x16\xD0\x8B@p\t\x1E\xF1\x07\xC1-\xA7\x01\xF1#\xF7\xD3Y\xFB\xEA"\x02+?\xF4\x9A\xDE\xBE\xF9 \xF5\x02E\xBF/\x05\xEC\x16\xFB\xCB\xAA\xF5\rT\xB4\x14\xDC\xE8\xF7$\x013\x1B\xC4#\xD7\xE6w\xA0\xDE\x18`\xDA\xF8+\xE2\xF3%\xBE\xF86(\xDEB\xF6\xE3\x16\xBC\xCAK\x0F6\x1D\x92e\xBB\x0E\xC7\xFDk\x07\x10J\xD4*\xCD\x17\xDD o\xA5\xE4+K\xDD\x033\x1F\xF0\xFDI\x1B\xC9n\t\xD1T\xF9\x06L\xF0\x13*<\xED\x0E\x01\x96\bQ\x10\xD6\x17\xE8\xCF\xA0\xFF\x11\xCC6\x1F\\\xDE\x06\xAA\xE3\xF0\b\xCF\xE1\x16\xD7\xEC)\xCD<\xA7\xEE\n\x89:\xFD\xB4\xF76\xD4\f\xC0\x13\xEA\x9B\xCA>\x06\xA9\r.\xDA\xA2\xEA\x12\xE3\x91;\xB5\x1D\xC6\xFE\xAE\xCFC\x1F\xEA\xB8\xFD;\xAAG\fa\xEC\xB5M\xD7\f\x99\xFD>+\xC0\x13B/\xF8S9\x1F\xB4\x01\xE2\x183\xE3b\xF0\x10\xE8\xCE\x1B\x01\xEF :h\xFA\xE2*\xD6\xEC\xBF\xFBB\xF3!F\xBD\x0E0\xD2\xF6\x07Q\xE43\xF2\xC3].\xCB\xF0\x04\xE1\xFB\x1A0"\x04\xF9\xEE&\xE8\x14\xF5\xD8"\xFE\xAF\xED\x04\xA0\xE6\x12\xF3Z\xFB\xC6\x1A\xC2\xD5-R\x07C\x98Z\xF6\xB3\xD1\x1A\x10\xB6b 6\xE1\x16\xB2\xFE,\xCD\xEE\x02\xE0Z\x10\xD9!\xFA\x12\xD7\x18\xDF\n X(\xB9\xD9\xC8\xE6\xAAg\xC18\xD1\xB6|\x04\xC9J\xDC\x1B\xC3\n0L\xBE\xD6*\r\xFCI\x03\xA8!\xE1\xBE\x11\xDA\xE5\b.\x02E\xF3\xFF\x13\xCF\x04Z\xC5\b\xDC\x1Cd\xFB&\x8F\xEB\xBB-\xA2>\x03\xAC\xF85\x9C\xC4\x12\xEE:\x01B\x0F\x19\xDD\bF\x1C\xEC1\x9D\xE8\x10(d\xD1\xF8\xDD\x1A\b\x95\xE5\xAF&\xF5\r\xC8\xED\xFA*>$\xC6\xED\xA6\xDA\xC2\xE7P\x86\xF0%\xE68\xF6J\xAE\x15\xC36F\x1A\xFF\xCAf\xE7\'K\xEB\x00\xD3\xF7O\n\x88\xF5\xD1/\xF2\x00\xA3\xFA\xDF\x0BU\xF7;\xB8\xF1\xFFB\xAC%\xEFG78\xE8\xDBk4\x19M\xCD\xAC\xFF\x155Y\f&<\xF7\x96-\x0E\xD2\x19\x9F\xEA\x0B\xD8\xE6\x05\xF3\f\xDF\xEF\b\xBD\x0E\xCD\x15\x7F\xDE.\xB1 \x16\xE0K\xB7\x1F\xCAS\x11)\xBE\xD0\x18\x06\xD6\xE3\x1F\x0E\xC9p\x02\xCF\xF7\xCE\t\x16\x9A\xFF\xB7\x06\xF3\ru\xD6\xF8\xE2\x1B\xCC\x05\x18\xDF\xFD?\xBAx\x03\xCB0B\x1E\xCE\xA8P\xD48\x1DF\xDA\xF2\xB6=\x1B\x05\xE8\xCAe\xFE(\xEB\f4\xE5\xB1@\xF0\x00%\xAB[-\x905\xEB\xE1\x14\xB6\x1EQ\xBC\xF1*\xD5\xE6:\xDB\xE9\x1D\xBE\x8FK\xF2\xAF2\xD5\x0BL\xED\xDB\xFB\x12&\xB5\xF5\xFE_\'\x15\xB3+\xF6\x97\xFE"\x06\xE5\xA2\xFB8\xDA\xF0\xC1\x06\x95]\xDA\xF6\x04\x1B\xD77\xE7\xC7\xF4\x14\xFA\x06\xC0=\xFC0\xDB\x00 @\xF9[\x12"\xA2-A\xFC\t(\x02\xEB\xBCa"\xC6\xAC\x1F3\xE2\xF0W\t\xDD\xBD\xEB\xFA\x03\xC6\xE8\x172_\xC9)\x10\xBDJ%\x113\xD3\xFA\x16\xBD#\xCCd\x86\xF9O\rA\xDB\xCER\x18\xF4\xA0P\x0E\xEB\xA8\xE1\xCB\b\xC3P\x00\xC8\xF0\x14\xD09\xDC\x11D\xF4\xE6\x01\x16\xF5S\xC1\xD4\x1A\x984\x10;\xE2o\rJ\xD1\xE1\xAC\xF8\xEET\xD0\xF4\t\xA7C\x1C\xE29\xFFF\xE9\x13\t\xDE\x1D\xBA\xED\x00!\xB1\xE7(\xD4\x05\xEC]\r1\x1C\xEC\xAE\xF7\f\xE1^\xB3\xE6U\xC5\x1E\xFB\x9D,\xD1;\x06\xA2\r>\x02\xC8\xEE"\xD6\xA0\x1C\xF0\xBA\x01\x12>\x0B\xD9/\x16\xE3\x00\xB8\xE9R\xC6\xF0\x0E\x94,\xF3\xC42\x02)\xA46^\xDF\x0BH\xC8"\xAF\xD7\xBE\xFEI\xDC9)\xD3\x1A0\x03#\xF7\xA73\x07\xE0\x0Fi\xB9\xD9\xEA#\xFB\xE6,I\xF8\x05\xCCA0\xDC!W\xE9\xC2\x1F\x02\x8El \xD8\xF5\x02*\xB0s\xD5\xE1?\xB2W\xD0\xE4\x13\x07\xC3\xF2/\xFF\x13\xF7X(\x12\xF5\x8C\x03\x15\xBB\xF1G\x9B\xD9\x0E\xEE\x18\xD6Q\xCA%\xEE\xFD.E\x17\xB3l\xDC\x0E\xB5Y\x16\xFD\xAD\t\xF4\x9D\xFB7\xB5E\xEC\xCA:.\f\x14\xD0 \x06\xFA\x1D\f\xFD\xEC\x18\xF6\xD7E\xFB\x1C\x9A\xDA\xBB6\xE0\xE8=\xCDq$\xE6Y\xFE\x07\xE9\xC3m;\xB9\x00\xE9@\xAD\x1B\t\xE2\xC7\xF4\xD1\x07\xA3\x1D\xC4\xF2\xE4%\xECN\xCB+\xD5\x15\b\xF6\xDE\x0F\xFB\xC0\\\x9E\xDD6\xEA\xC0I\xCB%9\x9Cl.\xB6\xE9\xCFf@\xEF\x07\x1A\xFD\xB2\x1B\xEF\xD6\x0E\xA7\xCB5\x13&\xFC\xCF\t,\xF4\x14\xC1\xF7Y\x93\x11N7&\xFA\xEA<,\x0B\xD8\xBF:\x10\x03h\xE4\xC7S\x1B(\xAE\xEF\xE4E\xFE\xF3X\x17\xA4\xE7\x04\xDB\x0F\xC7\xFF\x0B%\x15\x02\xE4\'\xA6\xCDO\xDF\b0\xBF\xFAA\x1E\xDD\xF6\xB0J\xE3\x1B\x8B_\xDC\x045\xD5!\xED\x02\xBC\xE0\x14T\xD3\x01\x92c\x19\xF8\xE0\xB2 \xF10\xA6\xFF\xD5@\x06\x19\xCB%\xB5\x0B\xD8.\xF7R\xB8\x1F\xEFL\xDE\xAB;\xF5\xC5\x0FN\xFA'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x16\xA8W\xF6\xDF+\x00\x15\xE8\xD59\x04\x16B\xD8\xF2\'\n\x92\xFDZ(\x06\xD9>\xFC\xAA$\xF0\xC8\x014\xF4M\xCE\n\xB9\x17V\xD2\r\xF5(\xDC\x00^\xC8\x12;\xE7\r\xC1\xF6\x1A*\xFF\xC4?\t\xB5\xEA6\xC8\xF9\xDA\x01\xC73\fI\x8D\xC4$P\xA9\xED\xBF\xFA\xA6U\xC6\xE76\xDF\xB6\xCD\xEC\x1A\xBF0\xE2\bJ\x14\xDB\xA0!\xE0\xFE.>\xE6\xFA,\x93\xEAF\xB3\x18-\xF3\xDE\xAB\x011a\xE0\xA4\xEBZ\xDC\xF0!g\xD6\x1A\x0B[?$\xED\x1C\xB3\xD4\xF0l\b\xF7\x0E,\xDE 4\x10\x04\x1DK\x14\xF4\rD\x9F\xF6\x11Z\xD4\xB6\x1D<\xEA\x0F\xB2\x1A\xED\xA4\xDB\x03\xC7\x15r\x04\xD0\xE6\x9F\x07\x1FF\xF9\xCC#\x06F\xCF\x0B\x16\x9B.\xF7\x00\xA4&\xE3\xBB\xF9L\x05\xE7\x18\xFC4\xDB\xB5\x1C\xCEf\x00\xE4\xD2\xB0\xF8\xD6\xC1!.\xE4k\x04\xC7\xEA\xFE-\xF5\xC1\x06G\xC9[\xF7\x12&G\xF17\xBC \x10>\xFDQ\xED\xBC\xD8\x16\xEE\xB7\x114\xF9\xBC\x03\xE3\xCD\x12G\xF0\xB7\x0E\xD1\x9D\xDC^&\xCC\x11\xE4\x01>\xF3\x98\tH\xEF/s\xEA<\x02\xAB\xFC\xD2\x1F(A\x99\f\xE1j\xFA%\xD74\x06\xC2d\xAF\n\xD8\xE2\xFA\xF2\xC33\xD2\x0Em*\x92A\xFE\xD9\xE7"L8\x1DT\xBF\xDA\x05=\xE5-\x148\xC1\xF5B\xA4 \xC0S\xE8\x15\xC6&\xBB\x12\xFD\x9D\x0B\xDA\xEFM\x16\xB3\xF1\xD8\x13N\xCF\xA9\x17\xE6\x00\x8B\xE3!\xD1\xE9\x1C\x00.\xA7J%\xE0\xB2\x1B\x02\xE3\t\xF4X,\xA7\xC9\xF3\xD6\xAA\n\xE90\x18\xFA\x02U\xF2\xFE\x0B\xB1\x04Z\xEF/\x07\xD7:\xF6\x1C\xDC\x05\xCB(\x19W\xC94\xDF\t8\xFB\xE5$\x02\xEE0\xB9C\xF2\r:\xFD\xF5@\xCBZ\r\xD6\x06\x14\xF7\xE9\xC58 \xD0\xC0\x19\x05g\x0F\xEC\xFD(\xF5m\x89\xD1"\xAC\xC9\x1D\xE1+\xEA\xD9\xFA\xCF\x19\xB2\xFDa\xA76P\xE6@\xF5\xBA#\x10\xEA\xC0J\xA7\x1B\xC4:\tR\xD2\x12*\xDA\xB6O\x16\x96#\xE7\xB9\xEEU\x9AD.\xFC\xAA\x12\xDE<\xEB\xFC\xE0?\x19\xB8D\xE0\xC5\r#\xD9A\xEDo\xD35\x17\x0EM\x9D\'\x10\xE1\xEB\r\xD4\xF1\x15\xAE\xE1\xFE\x05\x91\xF8,\x01\xCEb\xF4\xB4\xDD\x1E\xF7\xC6t\x1A\xEC\x07\xC0\xDE\x10\x04:\x1A\xFF\xCC!\xD9\\\xEFJ\xF8\xB2\x0B(\x98\xC31\x06\xD1\x1E\x00\xEE6\xFA\xBD\b\x11\x95\xFC\xB8\xC79\x01\xF2I.\xCA\x02"\xFB\xC1\t]/\xCF=i\xD6\x12\x0B\xEB.\xFE\x0F\x90\xE9\x04\xFB\xA5\xCE&2\xF0g\xF8\xC6)\xE1\xF3\t\xBC\r\xCB\x041\x1C\xD5I\x13\xF6\xDB_\xA3\x12Q\xB2\xD9\x181\xE5%I\xF0^\xE0!\xE7\xC2\xD9\x1E\xBAS\x87C+\x1D\xD8\xEE\x14\xE4\x1D\xF3\xB8\'\xE1A\xD5W%F\xE18\x0BY\xE4\x00\xD3D\xA5\xD95\xB1o<\xE6\x18\'\x9C\xE4v\xF2\xCA\xE7\x03$\xEA\xFA,\xE4=\bO\xA5\xF5\x01\xCC\x1B\x05\xF7\f\xAE|\x06\xF6\x152\xDD\xE8\xCC\x01\xA2I\xBD\xFC\xAC\xDDP\x18\x9E\x05\xC9\xF0\x15\xC0-\xB4\x1F\xF4>\xAF\x15\x1E\xEB\xFD\f\x14\xEC\x01\xA7\xF6T\xDB\xFF\xBE\b4U\xAF<\x0E\xCA\xF3\xBE\x1A\xF6\xD1\x0F\xDE;\xB2\xDA@(\xD22\xFB>\x94\xED\b\xF8\x0Fm\xF25\r#V\x077\x00\xC3\xF9\x1E4\xAD\xFC\b\xD2\xEF\xDB\x12\xC8\xFA.\xBB\x06O$\xD1\xC0+\x1E\xD3:\xEE\x15"\xA6\xFB\x18\xD7\xBB\x1FM\x05\xD5h\xA8\x04(\xC2Y\xEC\x12\xC0\xA0\xEE\x10\x19\xCB\xE3]\xD2<\xBC\x19\xB1\xE2\xF7\xC7\xE8*\xCD\xEDD\xE6_\x0E\xDC\xE7c\x18K\x02\x99R\n\xE0_\xCC\xE4\x83A\xFB\xDEH\x06\xB3\x0F/\xD0D\xDF)\xF1\x00\xE1\x8E\x152\xE8$\xED5\xF8\x1F\n/\xFEG\xDDP\xB7%\xFF*\x96\x1F\xFE\xDA(\x06?\xD6\x12\x99\x1A\x0B-\xD3\xB6\xF5(=\xA1\xF7\xC3%3\xEA\xD4\xF1\'\x0F\xF6\x1C\xEF]\x11\xC9\xE9\xFC\xC3M\xF5\xEA\x11\xC5\x0Bc.\xEDA\xFB\xC7\x01\xB4\x17\xE3\x9A\xD4h\xE5\x1D\x04\xF4\xE9\n\xDB\x13\xF0\xC7V\xE8I\x15\xB7\xFE\xF1t\xDB\xF7\xA9\x02\x16G\xCB\xFF!\r:\xE2\xFC\x16\x1F\xA4G\xFF\xB47\xD6\t\x892\x18h\xE2\t\xAE\x03Y\x91@\xF8\xCD\b\xDB\xB5\x10KU\xCC?\xFC\x07\xF1\xAE\xCD-\xC3Y\xA74F\x04/\f\xF4\xA0\xCE\x1F0H\x04\xBE:Q"\xE1\xEF\x06\xBB\xD8\xEC\xCF\xB0k\xBC\x04<\xC5\xDC\x15*\x03\xBC\xF7$\xF2\x86)\x1B\xDB8!\xD5\xE6\x1B\xAB&Q\x1F\xF1\xE0\xFF\xDB\x10K\xBB&\x17\x0E\xFB;\x1F\xD2\xF7\xBD\xE2\xAF\xD59\x02c\xEC\xE0\xAB&\xE4\x10\xEC\xC64\x97n\x13.T\x07\xF6\x0E\xDA0\xF4\f\xEBi\xCA\xE7>\xE1V\xD7\x01=\xCC\xFA\xBF\xF0\xFD3\x12\xC2\xF4\x01\xD1\xA2-$\xA8-\xE9\xC87O\xD7\x8F\xE3\x15\x00\xEBm\x1B\xFB\x12#\xBB\xF8\x0E\xC5\x16\xFB\xCF\x1E\xFE\xD8\x0B\xF9\x1D\xE5\xF3\xA5\x1EH+\xE8\xCEW\xAE"\xF9\x95M\x1E\f\xCE\x13\xB7\xE8\x0Eb,\x17\xB4\x04\xDEq\xE97\x19[\x07\xEE\n\x1B\xF5\x03\xDF\xF8\xECd\x06\xB5A\x0E\'\xCEP\xEE\xE5,\xD9C\b4W\xF4\xA1`\xB8*L\xD2\xC55\xFD\xDE\xC9\x14\x8E\xFB\x19\xE2\x023\x10\xF0\xFE\xAD8\xED L\xF6\x94\xE1\tS\xCCB*\x0B\xBB\xE3\xF9\xC4\xC5=\xD4r\xA1"\x0B\xC02%\xF1\xDA\xC5\x9B\b;\xA8\xC8U\x1A\x80\xE8\xD4\xB4,\x06@\x18\xF2\x03\xB1\rD\x05\xBA\xEE:\x00L)\xD5C\xBA\xCF\xDB/\xC1\xF9\x06+\xC6\x03\xD5E\xE9$\xA7\xEF\xFB\x98\xD5\x13?\xEE[\xFB\xB7\xE5\x12;\xB0\x18\xFE\xCBJ\x1E\xFB0\xF4\xDD\xFF\x13\x05\xF0\xFD!=\xEE\xDC\x0F\xE7\xCC\xDF<\xEA#\xD6\x19f&\x0B\xB5\xF1\xC1\b\xED\x1D]\b\x16C\xE2u\xA6\xDD5\x1D\x0F\xC2\xF8\xD9\x10\x1F\x04L1\xAF"\xDC\x162\x06\xCB\xF1G\xD3\xE7\t\xA9\xE1`\x17\xE8J!3\xB5\xD0e\xBE\x11\x03L\xC2"\xF8\xA6\x14^\xFB\x9B\xE6\xF7\xD0\xE2\x1F\xDAy\x13\xA5\xFC\xE4\xF5\x9E \xD4\x10\xF2\x16\xFC\xB0\xF0<\x020^\xE5\xC6\xF5\xDD\xFF\x0E\x03\x8D\xEA%U\xFC\xDE(]\xF55\x10\x03\xB0\xD1\xBD\f\xD8\xF6D)\xDF\xF5\x1C\x93\xFDw4\x0B)\xC1\xF02\x12P\xAAA\x033\xF8\xCC0?&\xC6L\xEB\x00\xB8@\xE6_(\xCEQ\x18\xB8\xD0;\x17&d\xE9\xCB*O\xF7\xD7\x1B\xBA\x0F\x04\x99\x1C\xBE\xD5\xEFE&\xF9x\x8B\xE4\x17\n\xAB7\xCD+\xD7\xEC\xBA\x00\xD1\xDCI\t\xC9\xFF+\x0E\xEC\x9D\x19\xE7\r\xB4\xD7\x04-\fT\xCC%\x07\xBE\xD9\f\x9D\xE0\xF2\n\xAA\xEC\xBC\b\xA0E\xCF\r\xC1A\xA5\xEE1\xC7=\xEBR\xFD-\xC8\x07\xEB\x1B<\x02\xEC\xC8\x00P\xE6\x07?\x19\xE0S\x1C\x04\xB2 \xE0\xBC\xF3\xD6\xC5TE\xDD\x00b\xEF\x19\xAC\xDF\xF63\x97\x1B\xF9\xEC6\xFF -\xFAF\xFF\xD3+\x12\xF7\xF0\x18\xE2\b\x01g \xE3\xFA\x0B\xDC\x14\x1F\xA08\xDE\x11\xC3-T"\xD9\xF2\x13\xB3\xF6\x0E\x92\xF2:\xE9\xF7>\x161a\x1D\xFC%\x07\xBC\xF5 \xCB;\xFC\xBF\x14\xD7\x02\xE2X\x11H\xC8\xE8o\xDA\x0F\x1EU\xF1\xDB5_\xAA8,\xCA\xDA\xF4\x16\xA9\xCDB\xB3\xE3\xF5O\xFF\xAE\xD5\xF8\xB8\r\x9F/g\xC5%J\xCC+\x11\xA7k\xCF\xED\x97\x04\xE6\x12\xAD\xD28,\x8C\x12\xE4H"l\xED>,\xD1\xA7\xF5\x05\xB2\x14\xC3\x93\xE39\xAF\x1A\xBF\xFF\x1F\xF9\xE9\x13E\xB65V#\xF1\x05i\r\xCE$\xF0\\\x1E\xE0G\xFC\x1A\xEB\x03\xD6\xFE\xE5\b\xBF\xD9\'\xFD\rH\xDB\xB9;\xF0\xE0\x16\xE9V\x05\xF2\xD1\x07\xA3\x0E\xC5\xFD\xBA"\x18/\xD6?%\x06\xF7\xC9\x01\xE7\x06\xDB\xBA\xD1S\x9A\xFE\x07\xD3\x0E\xFF/\xC4\x18\xE8\xBB1\b\x13\xE9\x056\xD1\xBE\xE2<\xAA\x1E`\xFA5\x1B\x03\xE3\xC4!\xF5P(\xFAn\x0B\xFE\xC2\xDA6\xB6.\xE5\x1E\xF3Q\n\xE6\xDD^\xFE\xF1\xEAP.\x0Ed#AE\x07\x0F$\xE0\xEF)\xC1\xEA\xE1\x92\xD77\xFCI\xDA\x9AA\xCA\xAA\xF4&\bY\x0F0\xF1\xB6C\xEB\xCAW\xB12\x14\xD3\t\xC8\xA1\x1E\xCE\xB2L$\f\xF9\\\xFF\xDC\xB0\x152\xEEE\xBD\r\xA4\xD0\x17\xB8\xD7\xEF\x9F\xCE\xEC+\xF4\xC4;\x1Cq\xF9G\x1D[\xF7&\xAB\x03\x1B\xE4\xFA-p\xDC\x15\xEE\x88\xF8\xDA\xCE\x16\xDF\x9C\x0E\xF6@\xEF\xA4\xFE5\xEA\x03?*\xF7\xE3\x1A\x9E\xEC\x16\xCA*B\xD2\x03\x8B\xCB\xF9\x1E+\x04<\xE0\xFEJ\x14\xF9\x16\xA3b\x02\xB2\x0B\xDA\xA6\x13\xB9\x06\r\xEC\xD1c\xF3#\xBE\x00\x0F\xB7>\xC9*\x1A\x02T\b%\x00,\x19\xDA\x05&f\xE2\x18\xBD\xDD\x0F\xED1\x02\xD69\xBDN\b\xEA\xFAj\'\x10;\xE3S\xC2\xF6!\xAD3\xE4(\xCA\xE13\xD5\xE8\x18\xCD1\xF29\xCA\xDE@\x15\xC6\x0E9\xD4K\xEB\x1F\xFCN\xE3\xBC6\xE7\xC3\xF2x\xD2\xBDL\xE8\xCC\xB4\rT\xF4I\xD2\xA8c\xC5E\x10\xE2\xF6!\x96\xC1\x1A\xDA\xF2\x02\xAC\xD8\xED\x12s\x07\xC7\f\xB9N\xFF \xF8K\x05B\xFD\xE5!\x00Q\xB30\xE1\xA3\xEF\t)\xE0\x95\x04\xD4\f\xF4H\xA3\x12;\xAF\xE4\xFD\n7\x1B\xFA\xD7#\x90\xFF7\x17\b\xFC\xF1\'\xAD\x03\xD8=\r\xE55\xB6`\x1B\n1\x97\xE7\xD3\x1D\xF2;\n\xF0\xBC\x11\x8F\xED%\xBF\x0F\xD5\x9E\x1A\xF5\x05\xFDU\x19\xB2\xCB\xF6\x18Y4\xB0$\xFE\x1D\xD7\xF9/!\x14\x86\xF3\xC3C\xEC.\x07\xC7 \xE6\xBA\xDF\x1E\xD0z2\x14\xEFX\xFF\xC8$\xEA\xCF\xFCB\'\x01F\xFA[\xDA\xAC\xD9=,\xC9Z\xDE\xAEb>\xEE*\xC2\xE7%\xD7C\x01e/\xBF\xE6\xF0\x14\xDE\xCD\xECM\f\xC9\xEFV\xDC(`\x02\xA9\x14\xDF\xF1M\xF9)S\x9A\x0B\xE8\xFA\xB4\xCE,\xA9\t\xF9\x13I\xBD\xF3\xCA\xDD\xB6\x15\xA1\x05&m\x17\xE4\x07\xF4\x1B\x01.\xF8\t\xDBw\x106\xBD\xF8\xE9\xDB\r<\xFB\b\xC6k2\x05\xB4\xE0\x02?\xBB\x07\xD2\x11\xE36\xCFs\r\xB0\xD6\x11\xCA>\x00\x1A\xC3A\x1F\xF5\xDBP:\x9D\xDF\x06\x1E\x117\xEF"\xE8-\xEB\x01\xD1\xFA\xB78\f\xD1\xE9\xC7\x15\xAFD\xD0\x8E\b\x1E\x14\xA2#\xD0\xAC\x1EC\x9C\xF7(\x17]\x94\x1B\xE93\xFA\xEF\xB8\x1D\xFB\xBE@\xEA3\x05\xF5/\xEE\xDAU\xE2\x03\x11\xE8\x18\xD4\xF1/\\\xE6\xA6Q\b\xC2J\xCE\xC2\f\xA0V#\xDAH\x85 S\xE2\x03\xFB\xF2"\xE1\xC7>\xF2\x04Q\xD8+\xFF\xE4\x0F\xBE\xD47\xF4\xFE\xCBI\xA4#N\x06\xF4+\x17\x00\xA3^\xE3\xB8\x13\xAA\'\n\x9Bh\xBF)\x01\xC6"\xB3\xFF\xD6\xF9*\xE1\x0F\xFDI 5\xF0\x13\xC4\xEC\xFA\x10\xBB9\'\x19\xE9\\\xFFN*\xB9\xE3\x11\xF5\xEB\x18\xCEX\xF2\xE7#\x11\xD9(\f\x17\xDD\xC79\x99\xE5\xDA%\xC4\x1C\xD1#K\xFC6\xD3\xF00\xFD\xAEG\n\xEB\x0F@\x19\xCBe\xF4\xB09\xF7\xDD\xE7\xAF\xFE)\x05l0\xF0\xD8\xA3\xCA1\xB3\f\xD3\xEC\xFBr6\xC1I\xB3/\t=\xFC\xAB\xC2d\xE5\xB4\x01[\xEA\x0E\xD3X\t\xF0F\xF8\f\xEA\x07\xC6\xF6\x17F\xCC\xE0\xF4\x1D\xD9t\xF6\xBE5\xEA\x95\x16\xD7\x1F\xB7\x07\x1AP\xD4<\xE0\x94\xCD\xFF\x0BK\xF8\x12\xDC8\xA6\x1A\x06\xCD\x97\n"\xE0\x02\xA2\xDC\x1DE\x03-\xF7B\xD4\xF3)\xFE\x1BB\xCB\xB2\x12\xDE:\x8Fc\xD9\xE6\xBA!\x02Z\x147\x8E\xCF,\xE1\x02\x0B$A\x04\xEB+h\xCA\x0F\xF3\xBC\x1B\xE7\x13@ \xE4h\xBE\x04\xF4J&\xDD0\x16\xFE\xD5\xF8R\x15\xC9\xEB\f\xD0\xEF\x9C\x1F\t\xC2\xA93\xB9\xF7\x030k\xFE\xBD*\x01\x1D=\r\xA3\xEB\t\xC4\xE7\xFB\x06\x13\xABN\xDB\xFC\xB9R\xC8\xD7\xFA\x9C\x021F\n\'\xF6\xC2\xB1\x06\xEF,\x1C\xE6\xC5\x10\xB5\xF0\xE5`9\xED\xBD%6{\xB7\x18K\xDF\x139\xE6o\x15\xE0\xED\x1F\x9F\xE7\x17\xCC\xF2\x10\xAF\xFA(R\xD61\xB1&BS\xEF\x1C)\xC3\xF2\xE5\x0F2\x13=%\xEC\xDC\xAC\xFA\xD3]1\xDD\x16\xD0\x99<\xD5\x00Z\xF9C\x1D\xC7\xA8\x12\x07\xE2\xF2\xFA\xD82\x07\xFC\xCA\'\x03\xF9\xD7\nU\xD2(\xF5\xD86T\xE1E\xCF\xF1\xDF\x1A\xFE\xF3\r\xDE\xB9\xCA\xF8>\xD3j\x1A\xA6\xF6\xF1\xBF\xE4\\\x17\xC7O\x03\xA5\xEAG\xFD$\xF9P\x0B\xED4\xA0\xD2\x02)\xF4G\xD1-\x8C\x01!\xE6\xAAa\xBB\xED?\x92$\xC57\xAD\x05O\f\xB3"\xEB\b\xC44\x04\xBC@g\xD4 \x01\xE6\f\x9C\x003\x07&\xDD\x05\x1C\xD0\x0B\xFE!\xE2\x11\xF2\x1B\t\xC8_\xE0\xAF\x18\xBC"\xE2\x12\t\xB8\xDD\xFC\x1A[\x8A\x10O\xC6\xF3+\xDD\r\xD0\x19G\xF0\x11\xFC\xE1\x1B\xC3\x00\xF8\xA1\x1C\x14\\\x98\x11\xE9\xC8\xA2\x15;a#\xDC\x12\xB5\xEC\xCDDe\xA4F\xB60\xEF:\xBD)\xD87\xB9\x10\xF3*\x07\xCE\xFDn.\xECR8\f\xC9\xEA@\xD5\t7\x15\x00\x1DS\xF6\xB4\xFF\xE5+\xBB<\xEDG.\xD2d\xDB\xFC\xE4\xF4-\x1E\xFA3\x06\xEB\xB0/\xF2F\xE2X\xFA\x0E\xD7\xFB\'\xF5\xD8\x97\b\xCDf\xF8\x9E\xE7\x03\xD6:\xE9I\xF3\xD9\xAE\xC4\x1F\xE5\x96$\xF7\x16\xE1\xEF\xB6\xCFE\x95\xE42\xD9c\b\xCDW\xDB\x98\x13\xE5\t:(\xB8H\xCE\t\xD9M\xE2\xF5\xC1\xD6\xFD\xC8\x19\x05\xC0\x1F\x91\x0F5\xE6\x13X\x1CC\xE9\x01\x15E-\x1FO\xC3\x1C\x90\x0F?\x18\xF7\xFF\xD4e\x04\xBA3\xFE\']\xF9\xEA\n\xC0\x05"\x14\xA1\xF4 \x0E\xFB%\xCA\xF3\xA9\xEE\x03 8\xAB\x00\xB6\'\x10Y\x1D\nR\xA77\xD6-\xF1\xB1\xEE\xC6\x02\xBA\xE1\xFA$\xB1\xDD\x0B\xD0\xEE\xA8\xF9\xDE\x00)\xCB\x05J1\x10\xF1+\xDBK\xC4\xA6\x1B\xDA\x12&=\xED\xFB\xC8?\xE92\x02\xD5\x7F\xB7\x17L\x0F\xD5\xC3\x15\xEBu\f\xD1B\x88\xEF)\xE5\xF7\x10\xE9\x02@R\x1AA\n\xD33\x0F\xC7V\xF4\xBF\xFDy\x11\b2\\\xB8\xE4\xEE\xA2\xDF\xBE\x17\xAC\xE7\r\x06\xF3:\x02\xB1\xCBv\xD6\xADL\xDE\x19\xBF\xAC\xF0=\x05\xDE3\xFE\xE8Y\xF8\xDE"\xF1\xC5\x17\x00\xDD:\xCF\xBA$n\xDE\xC6\xFF\xDE\x9D!p\xF1\xA5\x04.\x1A@\'\xE2\xB5\x17\xD4\xF1 \r7%\xCFX\xFBC\xCB\x1Ei\xD3\xE5N.\xF2\xFE\x1C\x0E,\x07\xF9Y\x0B*\xE6\x1C\xF8\xC1#\x91/\x06D\xA26\xFB\xE90\x96\x04\x13H\xFD\xA1\n\x18\xCC/\xF6\xE7\xFD\x17M\xEC\xD2\xE5\x8A\x03\xCC9\xEAM\xC5\xFB\xD8j\xF6\n\x1D\x038\xEE\xF9%\x98\x15\xC1\f\xE1\x9F6\xE5\xBA\xEF\xCF9\xDC\xC6O\xA0\xCF`\n\xDC\x18\xCD\xBD\x10\xE3T\xD7 b\xC3\xF3\x1C\xED\xD2)\xF6\x11_\xC0\'\xCD\xB3\xDC ;\x0E\xF2X \xF7*\x9E\x05>\xAB\x14\xB7\xEC\xE3\x9C\xD8\x12\xB5\xDF4\xFC\xED"B\x14\xF6\x03a%\x87\x00\x13"\xFC\x10\xEB8\xF3\xB6Q\xF5\x01,\x1B\x07\xB7\xF7\x0BB\xE2\xB0W5\xBDC\xEB\xAE\x058\x0FC\b\xC0\xFE\x95\xD9\x15\xBF\x00\xDC\x0F\x1B\xE8/\x01\xC8N4)\xC3R\x0BE\xCA\x05V\xD8\xB8\xD0O\xC5\xD8\x17E\xE8\xF4\xB6\xD7H\x01&\x13\xE5;$\xEC\xD3\xABH\xCA\x15\xEB\xD4(\x06\xDC\x0F\x01\xE4D\xF9\x1C\xD8\xF0\xE4*\xF9i2\x06K\xED\xACBe\xCE\xF3\xDFD!\xD3\xFD\x16\xF5\xE9\x01+\xF1\x19\xA8\xF9\x07*\xEB!\xFB\x0B\x94+j\b3\xE2\xA9\xC0\xD6\xFD\x90\x0B\xDFf\xFE\xF3;$\xA5\xFF1\x18\xC8\xF4!\xAD\xD0\xE1W\x84\x01N\xAA\x16\xC9\xE8\x1C\xD07\xE5\t\xFB\xC0)\x11\x8F\x07\xEF\x0E\xB1q#\xA5\xD4\xBC9\xE70l\x0F\xDF\xB0?\xF1\xE3\xD3\x1C\xC4\xEE\x19,\x07p\x1B\xC9M\x16\xC20\xE7\x0E\xDFp\xBE\xF8Q\x9A\xEAe\x14\x13-\n\xC8!\x10\xD4\xF3\xDF(\xB2\xF8\x10,\xD5#\xB1Q\xF7\xD8a\xBE@\xDD\xCB\x07\xE4\x1D^\f\xDD\x00\xC4\x9B\x1A\x021\xC1R\x01\xAE=\xFAT\xCD\xF6B\xEE4\xF8\xB4\x06\x1E\x9B\xD6\x035\xEF\x11\xD1;\t.\xD4\xB9\xFE\xED>\xF6\xB96[\fD\x02\xC4a\x9A\xF0\x16\x02\xE89\x1D\xFC\xE60\x19\xF85J\xFD\xF4\x14\xCD\x1F\xEF<\xF6L\xCF\x11#\xF7\r\xDC\x13\x9B\xE9\x0E\xDE\xAF\x02\xE8)\xDB>\xFAW\xC5\x1C\xAD\xE3#\xFB\xDF\xC1\xFF:\x1F\x93q\xDD-\xEB\xFD\x9E \xEE\xDD\x1A\xFDF\xE01\xC6\n\xCF\xAE\'\x03\x9E\xED\x12\xC4\xDA\x8D?\xB3N\'\xD5\xE6\t\xB5\xDE\xEA7_\xC9)\x04#\xBB0\x1E\xD3\x13G\xCC\xED\x11&\xF3\nA\x01K\xB5\x1E\xF1C\xF3\xD7\xE6\x14\x05\xCD\x1B\t\xC0\xD3/S\x06\xCC\xB9\rj\xA2\xEEJ\x14\xF3X\xD2C\xB5%\n.\xE8\x04\xF8\x0E\xA8\xFFf,\x1D\xA0\x06\xBA\xF2\xE4F\xD7Z\xFB\t\x9Fd\xF3\x0B\xA8N\xB8\xD0\xE8+\xD9\xC9\f\\\xA3\x19\bM\xC2\'\xF9\xADK\xE39\xF7\x11\xAD\xE89"\xF5\xD6\x1B\xFF5\xDF\xBF\f \xE2\xFFZ\xF0\xD0\x19b\xC0\xE16\x17\xC6\xEE\xFBE\xD5\x191\xFF\xAC\x17\xF0\xC7:\xE3"\xBF\x003\xDF\x19\xFD_\x8C\x15\xF52\xE6\x04\xCE'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xBCG\x13\xDAW\t-\xC9a\x03\xBA>\xF7 \xC4\xEFB\t\'\xE8\xC2Q\xD7#\xF7<\x07\xB5\xDA\xFD\'\xEE\x11\x96A\xF8\x18\xE1N\xC5\x16\xE8_\x03\xF2\x0E\xBDD\xFA\xCE\xE7\f\xB9)\xFB\xD3\x11\':\xFA\xBA]\xE6$*\xF1\xA1\x00\xE8\xAF\xF3\x18\xE0\xEF\x15)\xD7\xE4[\x17\xB0\xD0\x00\xA52\x12\x06\xEB\x91\xCA\xE6X\x15H\x928\x06\xDB$\xCD\xAE\b*\xFF\xF5=\xD1\xA7\x1ER\xE3\'\x06\x1B1\xF2J\x16_\xE4\x05\xAA\xEB\xD6\x0E\x19\x05\xC4\x04\xD1"3B\xFB\xD6$\x9ED\xD0\x0B\xFF\x8B\x04.\xF8\xE0e\x1A\xF0\xFB\xB4i-\x0E\x1E/\xF3\xC3\xE2\xCFY\xE8\x00j3\xED\xD7\xA0\r\xB9(\xDC5\xCB\x16\x9C\xD9n\xA9\xFF\xDC\xC9\x9D\xF5@\xC1V \xE0\xA0F\xF6\xE5c\x0B\xC8\x14\xBBN\x01\x0E2\xE9\xB1M7\x11\xBF\xEC\x0E;\xC7\xDBJ\xD0\x17\xDF\xFF\xAA\xD1\x03\f!\xFA\x14\xB4\x1C\xF3\xBF\x13BW\xE0\x19\xFB\xEE\t\xFE\xEB\xF69\xC2\x10=\x1F\xEC2\x0B\x1A\xCE\x02\xF25\xFE\xD2/\x1C\xAE\xF6\xDF\xED\x1B,\xE4\xF5\xC4X\x19\xF3\xCB\xDA&E\x96\x1E\x03)\x0B8\xF2\xC1?\xF9\xECC\xB84\xEFL\xC8+\f\xE3\xFC\xCF \x040p\xC2A\xAEZ-\x02\xF0\xE4\xD0\x06\xFC\xB2$\xDEI\x13)\xB6m\xEE\x13\xC3\xFE8T\x98\x07\xCCq\xA9\xFD\x07\xDE!\xFB\xE7^\xFD\xD5\xF3\xE4\xBA\xA1\xE9!\x04S$\xDCq\x19\xD6\xA6\b?\xD9\x9BM7\xAC\xF0\xC8\xE7\x89\x10"\xD2\xDF\r\xB5\x1AL+\xBDDh\xD5\xEF\xF9\x91\xE6\xCA\x0B\xDE\xADI\x10\xD7&\xFA?\xDB\x11\x1F\xD4*\xBC=\xA5\x05\x18\xB5\nT1\x14\xFF^\xD8\xAF\x12\xC9\x9D\x0F\xE7\xFD%\xE1\x02\xF7\xEC\x19\x00%\x0B\xF7I\xD9\x01\xF4\x1BE\xC7$\xD7\xF9\x87\x16\xE8\x11\x007\xBD]\x06<\x18%M\xF1-\xE8\xBC\x02\xF0\xB15\xE9F\x14\xF0g\x0E2\xC5\xEF#\xCD\xF9D\xC5\x1B\xF62\xE4\xF17\x06-\xC2`\x11\xB70\\\xD3\xC0\xDEc\xB5\x155)\xBB\xE9\x05\xFBd\xEC\nT\xDF\xF3\xCA\xA8,\x0E\x1E\xDB\xFC\xF3\xC1\x02\x06\xA2\xCD\x18!Z\x0B\xC2\xF8\x02\x90\xCE\xE4\xF7\xD3Q\xE0:\xA6\x06\xDD\xEE,\xCE\tN\x1D\x00\xB3\xF6\xD1<\xF2\x1D\xCB\n\x14,\xE8>\x1C\xFD\xCC\xE3U:\x95\x14\x946\xCD\x03(;\x1D\t\xE2\xC6\xEDG\xD2\xA11\xE9\xDDc\fG\xE2\xD2-\x17\xE0O9\n\x1D\xB3\'\xFF\x10\x1B\xE9{\xB4\x0E=\x83\xFC\xBB\xD4C\xE0T\x18\x97\xEA\xDBC\xA5\xFA\xF3\x05\x8E\xD6\xEF\b\xA9\x0E\xF1\xDA-\xE1\xF5 \xB1\xC1\xFC\xD6RC\xF7\xAD\'\x10T\x1C\xD7"\xF85\xAF\xF5\xFE\xA0\xED#\xB6\xD9\xFE/\xEAA\x9B\xF3\xBE/\xD6&\x00\xE3\x17e\xEC(\x12\xC6"\xFB\f3\x04\'\xE4\xBAN8\x10\xC4ZA!\xFA\x19\xC8I\x00\rC\xE9m\x13\x9C\xEA\x03\x194\xFE\xE6\xB9\n<\xB7\x01\xEA\x14\xC5\b@k\xC9\x0F\xF1V\xC4\x16\x05\xDAK\t\xFC\x15\xF5H\xC1#\xDA\x04\xF5\xA3\b\xEF\xD7\xB1Q\xC1\xFEy\x17\xCE\xDC \xF7*\xDF\xBE\xD2v\x06"\xB8\xD2\x18\xDB\x070\xF1%\xBA\xD0\xDDt\x06\xC9\xF9\xF0@\xCC\xD9V&3\xD7\x03\xF8\x1B(\xA7\xE1\xFAi\xCE"\xE4\xC7Z\x93\xD1\xEB\f\xB0.K\xE6;k,\xE3\x14\xF4\xD2!\xEB\x021\xA8\xFF\xE9\x15\x035\xEB\xAE\xE5Y\xF0,\xA5\xF8\xC9\xE1[\x0B=\xF4\x99\x15+]\xAE\x0F.\x1C\x8D\xF1\xE6\x12\xAB\xE28\xD2\x073\xB9\xEF\x136\xB0?\xEE\x1E\x059T\xFA\xC9\x15\xD1\xB9\x1B\x00\xCBF\n\x9D=\x0E\xB3\xF1d\f\xB7Q\x9C\xF4+\x0F\xFB9\xC5\xFFL\x0F8\x1C\xB0\xFC\x12\xC4!\xED\xD4\xE0\x1E\xE3\xF5\x06F\xFC\xB8\x1FK\xC0^\xEB\xFDH \x0B\xA3\xF7\x01\x0E\xDF2\x12\x95\xF2\x1F\xDE6\xFD\x0F\xF7\xA5#\xEC0\xDD\xF9\xC5I\x1C\xE2\xCC;\xD5\x1CE\xDC\xCE\x17\x9A\n\x1F\xEB\xBB\xD2\x02G\xD8-\xE5L2\x02C\r\x8Ff\xC1\xE0\r\xCE*\xFF\xF3\f\x98\x19\xC7\xD6\xE7+P\xD2&\xB8\xFD\xD8\xC5\xE5\x03f\x86&\xE9\xDB[\x07\xBD\x19`\xE7\'\xD8\x07\xFB,\x12\xED\t\xFD\xC0#O\xF3\xD5\xDFe(\xF6\xE7\x16\xEF\xA8\x06\xF7\xBC\xA4\xFC\xC6+\xFF\xD4\x179Z\xEA\xD9\x16/\xDE>\xF5X\x03\xDD\xC3\x1A\xEAn\xF5M*<\x19\xBE\xEF\x06O\xC47\xF2\xD6\xFD\xAB\x048\x15\x98P\xC0\xF6%\xE5\xB1b\x04\xE32B\x12\xAF\x04<\x80_\xC8\x1EV\x0F\xDB\x17Z\xF0\x11\xED"\xAD\xF6\x07\xA0C\xC9\x04\xB8%\x10\xAC0\x14\xF1D\x07\xA6\xCD\x16\n\xB2\xF9\xD4\r1\xAF\x1F\x13\xE4+A\x11\xBA\xF4\xD0\xEC5\xDD\xA7[\xC94\x0F\xEE\xA9\x00\xBC\xF9\x1B\xCC\xDC!\t\xFB3\xE2\xCB(9\xE6"\xBB>P\xE71\xC4\xFB\x1Du\xE6\xF9\xD0\xED\xFE\xBEa\x8E\xFC\xE3.\x1F\x01\xDD\xEA]\'B\xE2\xCE\xFBG\x94\f\xC9R\xE1 o\xFE\x0E\x1F\x03\x16@\xD8\xF8\x1A\xD1*\t\xE8Q\xF1\x0F/\xBF\xD6@\xB2\xFF\xF4\xD2\x05\xB6\xDD\t\xCA\x02\xDA&\x11\xEF\xAD4\rTA\xE2\x1F\n7\xCE\x10=\xC0\xF0F\x9D\x12\xC6\xF4\x00\x18\xED\x03\xD3\xF7%\xED\x01/\xC6\xAF\xE4G\xD1\xF0\xFF\x8D.J\xC4s!\xD83\xA7F\xF8\xE9\x14\x04\xEE\x1Ap\x93\x11B\x1F\xF9\x9F\x19`\xB7\xE1=\xD4\x00\x1A\x9D)\xC6\xD7\xEB\xF7&\xDB\xB0U\xFA\xCF3\x05\x1D\xDA\xA3x\xBC/W\xB3\x1B\xDA\xA1E\b\x17\xF8(\xB5\x0B\xE6"\xDE\x07\xEB\xF5\x9C\x13\xC7\x01\xE2\xB7f*\xA1H\x0B\xC2.\xF9\xDFi\xEF3\f\xEB\xFFL\t!\xC0\xDB\xF3\x06\x16\x00L\xB8\x1B\x04\xE8\x0B\x15"\xE3\xFD\xB8N8\x0F!\xDD\t\xE67\xFB\x0F\xD3\xF29\xD9P\xC71h\xC0\x11\xB0\x186\xE1\xFB]&\b\x1C\xCE\xF4\xDD!\xE6\xD8M\xEC\x1C\xD4\xAFE\xCF+\xF5\x92\xCC\xF7+I\xE9\xB3l-\xA7?\xF2g\xC66\xD8\xABY\xF1,\xEB\x07\xE5\xC8\xF5@\x15\xC1f)\xE9\xBE\x1D\x9A\xEB\x02\x13\xF5?\xFBW\xD5\x01@\r\xB2\xEA\xD4<\xFE\x0E\xC66\xFC\xB8%\x01\xC7\x01\x15\xE3\xBC\x1E\xD86\x16d\xE4\x105\xCD\xF9\r\xE4\xD2\x12\xFE\x9A(\xF5\x07A\xC9\x17\xD2\xF9\xAE+\xFF\x9F\xF0\xCF\x02\xACL\x12\x04c\xFC$\xA7\xD9\xCC\x05\xE5-\xBC\xCB\x1D\xF2I\x15\x8B/M\xAD\x17a\b\x13\xA9?<&\xFA\x06[\x0E\xE8\x04\xB9\xA7\xFE\b \xDA\xEF\x19\xBE0\xDFJ\xEC\x1D\xBD\xDF\x0E\x89#G\x12_\xD6\x1ER\f#\xE2\xF93\xDD\xCE>\xE2\x1A7\xEF\x1E\xA0%\xEDO\xDA1\xC3\xF9\xDF\xEE\x06\xE8\xF7\xCF\xF1\xE10\xF4\xDE\xC7K\xF1\xAA\xC3B%\xEF\xD5S\xC2E\x979\\\x06!\xF8\x0B\xCC^\x009\xF8j\x01\xDD\xBE\xEE4\x05\xB6\xDBC\xF3\xC9 \xB4\r\xF2\xBD\tU\xB7\x0EB\xF7\x12\x07\xFD\x96\x0B(x\xB9#\xD6=*\x9AX\xD4\x0B\t\x92\xE9\x13.\x00\xDF\xF91\x13\x1C\xF4\xE1\'\xFF\xC9\xE8\xA5\xD6C\xB3\x10\xE6\xD3.\xB5\xE8:\n\x19\xCB\xF8\xE9.\x17\x91\x07]\xEC,J\xD3(\xE8\xFC\xDCo\xD1\xAE\xE2` \xE6\x02\xCC\x11S\xFC\xBF\x1B\x05\xEB \xB72\x1Bp\xD9"\xD0I\x9B\n\xCA;\xEA\x05\xBA\x14\xF6K5\x01\x1A\xF2\'\xA2\x18\xEE\x1E\xC7\xF5\'\x8B\xE2L\x0F\xC4\xFC9\xD6\x13\xFF\xA3\x18\xF7\x03\x970\x17\xC2\x015\x19\xBA=\xD63\xF2\x1C\xA3\xE3\x0FI\xC83\xFBC\xF8\xCF\xFE\f\xB5\xF6\x17\xE7k\xDC\xFC\xA8b0\xD8\f\xB1%\xEC\xC2\xDD6R\xFE\tM\x11\xD5[\xFD="\xADv\xEE\'\xBE\xE5<\xC7\xDFh\x11\xCBM\xF4\n\xE9)\xF0\xCA\xF6\x14\xACD\xDC\b9\xED\x00\xDD\xAA\x10\xE4\xE5\xBB>\xED4W\x06\xC1\x1F\xB5(\x0F\xD0\x1B\xEES\xE2\xCF\x12|\x06\xF9\xCD\xBF\xDC\xAB3\x05\x96\xDB\b\xF3\xD3\x02\xE0\nS\xFA\x1B\xF0\b6\xB0 \xE4\xD6=\xA2S\xDB\x0F\xFCX\xEA\xC2\xFE.\xCD\xB4h\xF5\x19Q\xC3)S\x04\xA2\xCA\xE1*\xF28\x01G\xF5\xE5@\x9E\x03\x1D\xFBA\x90.\x0E\xE9>$\xF6\xE4E\xEF\x16\xBD1\x1BF\xA0\x1F\xCF\xAEH+\xBB\xD5\xEC\xFE-\xB8\x1B\xF9\x03!J\x9C\b$\x17a\xF7 \x14\'\xD2\x07\xEE,\x10\xDC\x17 \xFA\x12\xAC\xD5\f\xEC\xCC\x16\xBC\b\xF8\xC7,\xBB\xF1\xE5\xD6\xB4\x1Ba\x14\x00\xC1*\xCD!a\xE8\xC9\x12\xF7/\xEB\x0F\xDB\x00#W\xF6G\x05\x0F_\xD0\xB2\xE5\xC3-\xD3\xE1\xB7\xEF\xD7\x88\xE8B\xBE6\x9F\x01\xAE\xF2\xD0H\xEA<\xFE\x1BL\x86\xDFZ4 \xDCg9\t\x15U"\x02\xF3\x9E\xD2\xECV\r\xF9\xE0\x02\xB1\xFD\xD9>\xBA\x04j\xF6\x99\xE6\f\x17\xA3\xDB\xC5\xEF4\x16C\r\xEE7\x04@\x0FO\x02\f\xE0\xFC[\xDA#\xFFb\n.\xBD\xDA_\xC6/\xF9&\x02\xF1\xAF\x10\xEA\xD3\xAB\xDD\xFD\xC8J8\xE1\t1\xB5\x1A\xA69J\x0E*Q\xF1\xE3\x187\xC6\x15A\xCF\xBF :\xE7(\b\xDE\xF4\xFF\x1D\xAB\xF9\xCB*\x954\xC8\x1C\xF3\x0F\xEA\xCA:\xC5\xE2\x9A\x02\x10\xF0\x07\xE4\x94\r\xD6\xC3M\xFE(\x19\xF6?+\xED\x10\xBD\xFA&\xCAB\xDA\x07\xF2\xD2\xEC\x99\b\xC5$\xA6\xD5(\xEE\x031\xE2\xF3w\x01\xFA\x8FV\xCD\xB9l\xDAL\x19\xE4\xFB\xECr\xB6,\xAA\x18H\xEB#\xF9\x19Q\'\xB3\xD1\x1Fs\x15A\xE6-\xCC\x9A\x04^\xC1\x1C\xA2\x06\xD9o\x17\xF4\xFE\xE9f\xBC%4\xDE\x1Cc\xFF\r\xFA\xDF[\xAD\xFBL\t\xB4\xD4\x11\x8E\x19#0\xE7\x11\xF3\xBF\x07"\xD9C\t\xD1<\x04\xF8\x12\xB65\xD7\xE7\xF63F\xEC\xFD\xB7\xF4\x1C\n\xDEF\xF0\xE3\r\xD0\xE75\x1F\xAC\xE5\x0F\x97-\x1E\x12\xFA\xCC\x15\xF6\xB3\xE8\xFB\x05\x8E\xFF\x15\xE9\xB7\x05\xC4$\x0B\xA3\xCE\x05O\xD5\x12\xEC\xDE\xB4\xE9S\x00\x97\xED\xE3\xCF\xF4\xD9\xC3\xF9\xDE\xF3,C\r\xE6\xD8]\xCF\xF4\x16\x01\xC9)\xFD\x0B\x92\xF7P\x1D\xEB\xFC\xABT\x15\xE6\xFB&\xEF\x07\xBC\x1E\f\xC4\xDF&<\xC6\x1EC\xF2.\xE2\xF85\xF0>\xB9,\x98\x02u\xC4:\x1A*\xBDe\x15>\xAB*\x07N;\x13\xBF\xD2$=\xFC\x05\xC2E\f\xAB9\xBDV\xD1\xE9&\xC6\xB2`\t\xE3:\xD5\f\xC2G\xCBP\xE4\xF4X\xEC\x12h\xF2\xE2\r\xD8\x9F\x11\x00I\xB3\x16\xE3\xFE\x1E\xCB\n%\xFB\x10\xE2\xF5\x07\xC7\xFB\x0B\xE93\x19\xCF\x8C\xE5\x01\x1B\xF4\xA5\x15\xEE"1\xDD\xFA \x11\xE2\x1AH6\xFE\x14\xD7#\xCA\x1A\xF1\xA2 \x03\x18\x985\'\xD7\xA5/\xBA\b\xAC)\xFD^\x1A\xC0\xD3&j\r\xDCW\xF73\xD6\xF1\xA1\xD0N6\xDC$F\xBA\xE1\xFC\xEF\f(\\\xEC\xCCn\xDFK\xB3\xE8\xD3`\xEC\xF5\xA4\x05\xBA\r\xE0\xEF?\xF6G\xB9\xFFm7\xDB\xEB\xFA\x13\xB6\x02H\x1A\xFA\xD59L\xCB\xE93\xDF\b\xEB\xF6\xC5\xA9:\xE7\xBDK\x18A\xFE\xB2\x1D\xEE\x9F\xD4\x01r"\x965\xD8\xFA\xAD\x07+\xBF\f\x00\x1C\x8A\x07>\xCCP/\xF0\xD3\xA9+\x03\x99\xE9\x07.\xE1\xF6\xB4Y\xD1\b\xE0;\xF6\xCC\xE7\x01 \xEE\x06\xF6\xAFU\x1D\x91/\x01\x1A\xF0\x11\x05\xAE\xDD\x0B/\xE6\x11\x04U\x18\xF3\x11\xCAO\x05\xC2F \x19\xFA\xD64\xF2S\x10\xC1+\x01\xDA"\xF9;l\x1E\xC2\x11X\xD8%\xCD\x13\x0B+?\x1F\xC6\xEF\f$\\\x11\xC1\x88\x17\xDA\x0F:\xFB\xCCC\xD8R#\xD0+a\xED"\xBFi\xCD\xF80\xC3;\xB2\xDC\xE8\x17\xF4\x0E\xE2\xE8\x9E?\xE4\xCA&\xFC\xE1\x16\xB4\xE8\n\xC6\x16\x00\xE6\xCF6\xFA\x18\xAA\xF0N\xC3\xFC\xA6\xE7y\x16\x9B\xDB\xB2@\xE00p%\xC5\x03\xEF\xE2\x13\b\xC0\xFA\x9C\xE3\xFD\xC8\x03\xF4\xD9%\xAB\xE0\xEB\'\t\xFA>-\xB6\xD08U\x1E\x02\x13\xADE\xD7\xEFt7\x1B\x95Y\xDE\xB6\xF5P\n\xE0\xBF\x01>\xE6\x1C\xD7\xF2\x01)\xBEM\xFE+\xF2\x0B\xF8\xD2\xE7F\xB8!O)\xB2\xEB6\nF\x1D;\x14\x908\bK\x0F\xFF\xD6^\x1E\xA7\x00h\xEE\x04\xC8\xF5\xBBe\b\xF70\xA4\xFF\xD0\xF4@\xED)\x06#\xA1\xF1\x1D1g\r\x8F\x06/D\x0F\xCF\xF86\xE6\x05\xCAQ\x1B\x00\xA6\xF3\n\xD4\x95\xFF\xF5\x7F\x18\xDA\xF3\xB5\xD5\xE9X\xFB\x19\xEF\xBE7\x9A\xF1\xCE\xE3\x10\xD9$\x85\n2%\xEB\xDE\x1D\xBF\x0F#\x06\xBC\x11\xFD\xD4K\x12\xDAB\xB3\xEB\xD3\xF7$\xDD\xBB\\\xAF\xDF\n\x1C\xD3\x15\xA4\xEB\xBB7\x11(c\x17\xE8;\xDE\xCE-\xC3\x10P\x07(\xC5\xE2\xB1\xD1\x1FR\x15\x06H)\xBE\xF9D\x16\xE1\xA8\xD4\xFD<\xCCW\xE8D\xDBR\xE31\xA8\xC38\xF9\xCB\'\xFE\x15\xC4:\xEE\xFA\x14\xEA&I\xF4\xB5d$1\xD9D\xCB\xFC\xDC/\xC7\r\x1F\x06\xA4\x01$\xEE\xAA2\x0E\x01@+\xE7\xFC\xDE\xC6\x1A\xEB4\n\xCB\xE5Y\x16H\r\x99\x15\x02\xF1\xB0)\xF8\xCA\x1E\f\x01\xE8\x19]\x05\xE3G\xAEW\x1B\xCA6\x03\x90\xC5\xEC:\xDE\xFA\x02\xF0\t\xE4\xAE\xED\x03\xBCS\xF8E\xE6_\xFA\xE0\xCC\xF7\x18\xDBl\xF3\x04\xA71\xF6\xB0\x01\\\x95\xF3,\xED\x03\xC5\xF3,\xE35\xD5\x0B\x18\x9E;\xEFm\xDF\xF3\xBA\x0E\x87-\xDB\t\x00\xE5\f\xD5\x1Fj\xFE-\x07\x10\xC1\x19\x97_\x1F\x14K9\x1A\xF0\xAC\xD3\x14\xBD8\x1CDU\xEB\x9D\xC0\x12\xCB"b\x0F>\xD3\xDF\x1FK\x05\xB3)\xDAm\xB9\xFB\x1E\xC4d\xFD\xE7\x04\x15\xB4%0M\xD5\xEE\x1E\xF5\xCE1\xA2Q\xB7\xF5\xDC\x18\xCE\xA9E\xE6R\xCF,\xC0\xF6\xD3\x9D\xFD\xDB%2\xEC\x0B\x84\xD7\x05\xB7\xFF 7\tJ\xD8\xBB\xE6\xF0%\x14\xFC\xB6\xD5;\xF9\x1A\xE9B\t\xAA=\xE0,\xBBT\xD8\xCD\xFD\x94\x1C\x02@\xC0t\x10%\xF1\xFD)>\xE7\x0BP\xF8\xD7(\xF4\r\xFE<\x06&\xE7\x10\\\b\xC5A\xFF,\xF4\x13\xE5.\xD4\xF7\xE2\xEE-\xFD\bP\xA4\xC7\xED\r5\xD1\x05\x9F\x10\xCD$\xED\xF6\x12\xD0!\xF22H\t\xDD\xF8\xC8\xE54\xFB\xB5\xDFI\xC3\x13\x04\xA6\xBE"\xEE\x14\xB66\xDE\xEA\xB2\xDAo\xCA.\xB6\xE4\xF7\x18\xDD\xCBq%\xC5>\x0E^\xB2\x16\x8F\x1C\xCE6\x00*g\xE4\x1BK!\xE1V\x00\xD7N\x05\x8DG\r\xFA\xA9\x11\xEA;d\x14\n\xA7\x18\xEA\x06\x1C\xD9\xEC\xCD_2\xE0=\x03\xC8\x1D\xA5J\x17\xF2\f\xF9\x1D\x02G\x93!Q\xE9\xAF\n\xF0\xA5\xFC\xCA#\x02F\xE1\xF7\x10\xD9\xBD<\xF6\xAA\xEC\xB7/\xF38\xBE\x18/\xDC\xEA\x01\xC6\xE1*\xBF \xB0\xF0\xD9$E\xD2:\x98Y/\xF8\x0F\x1A\xFD\x99s\t\xFAY\x01#\xC3E\xA87\xD8\xF2\xD1\x0E\xBA\xFA\x03J\xE0\x19O\xDA\xF23\xC3r\xAF!\xEA\x17\x03\xCF\t\x12\xFD\xC8\x0B\xAC\xE6\xFB\xC9q\xB6\x1D?`\x06\xF6\xD1\x03-U\xF6\xFF\xC8\r\xF4\x02#\xB2\xD5\xF2\xC4\xEA\xD9.\xD0\xE5\x10\xD42\xE1\xEE\xBE\x12(e\x05:.\xD7\x1E5\xBD\x06)\xE7\x0F\xD6\t\xF1?Z\x9B\xDFR\'\xD8k\x1A\xDE)Z\x0E"\xF37\x13\xD5\xF0\x9B\x16K\xE7\xC5\x9E\xE1\x12g+\xE5\xBF\xDED\b:)J\x13"\xF0\xBCA\x8C\xFD\x07\x18Y\xE6\xFC\xC4\xED\xE1\x14\x9E\xCC\xF7\xEC\x15\x92D\xB8\xFE&\xE4\xCA\xFB\x0B3\xF1\xC29\x8A\xF7E\x02\xEF\xA0\xD3\b\xFE\xAB\xE50#\xDD\xFD:\x1D\b2\xBA\xED\xAA\x18O\xFB\x15\xA2\xE4\x00\xB9\xF6\xA97\x1A\xF8\xEB*M\xCD\x03\xA1@\x1B\xAD%\xF3B\rf\x00\xD2X\xF8\x1D:\xA4\x14.\xB8\x1E\xD4\x13\xFF\x07\xEA#\xD1\xBC\x16?\xE3(\xC3O\xF8\x0B\xCAZ\xB4\x0F\xF1\xD4I\xFB \xD7\x054\xCC\xEEc\x1F\xD0\x0EV\xE0\x04\xC7d\f\xDB\xB4 \xF50\xDD\n\xCFO\xFF\xC0\xE5"\xB00\xDF\x0B\xC6\xEDU\xD8\x04\xF5L\xE7\xAC;'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x17\xAA\xF2\x11Z\xD4-\n\xE0J\xFB+\xE8\xCF\f/\xFB\xE3\xAE+^\xFF\xBB8\x12\xE9\x8B!\b1\xE6\x13\xFD\xD58\xC1\xE6\x02<\xCF\r\\\xDE=\xF9\f6\xB2\xFF\xEC\bH\xCD\x11\xFB\xE0#\xFF\xB7I\x06\xD5*\xE6\xD7O:\x02\xB6\xE9\xF6\xA3\x1F\xC4\x12\xAE\x1A\xF4>\xBB I\t\xC6\xEB\xD9%\xF5\x04\xC8R\xDA\xF4\xC2^\xA5\'\xEE\x1AV\x12&\xAF\xFB\xE9\xBD \xA7\xCC\xE4\x1Da\xD6/\x1A\xA1\xE7(b\xAB7\xD0\x15\xEC!\xA5P\x12\xFD&\xC9\xE1!\x16\xFF:c\xF0\xD37\x01f\xA1\xDC\xF0\xD2\x16\xF8\x1C\r\xA0\xE0B\x19\xFF;\xB3\xFB\xD1\x05A\xB8\t\x9D\xF4\xD7i\x1B.\x00\xF3\x16S\x03\xF1\xC7\x11\xDF\xBD<\xF5\x04\xC2\xF0\x0EO\xE3\xF7=\xC8\xFD\xF3\xBA\xEB\x0B\x9B0K\xCB\xBA\x03\xDC\rN\xC0\xE2\x07\x13W\x02\x93:M\xCEX+\xB6\xD3\xED(\x15G\x1E\xDD\xF60\xE1\x00I\xC6\xF0\xE0\x9BN\b3\xD8*\x92I\xF7%\xFDQ\xD4\x161\xDA\x07\x8C\x1C\xBD\f\xDF`\xB55\x1Ai\xF9\xEF\xD9\x0F\xE6\x18\'\x8B\xEB\x1D\xF8(\xCA4\xE9$\xBA\xE4\x06\xF0\x11\xFAo\n\xA2\xE2\r\xEBO\xC7\x11\xCF!2\x0E\x05C\x11\xD3\xC5\xED\xB4\x13\xE9\n:\xAD\xEE\r\xE4\x1F\xB5B\xF9(o\xD73\x03\x17)\x02\xDE\xD1D\x06\xA9[2\xF4@\xFD\b2\xD6F\xAB\xFC\x0F\xDD\xF40\xFD\xAE \xE7\xC31\xF3\xCB5\x02\x97%m\xFC\xE8\xA8\xDC\xB9\xF8$\xE4;\xFC!h\xBF\x00\xD0\x17s\xC7\x9C\x01\\\xEC\xC8\xE6\x00\xF1"\x9E\xEA\xCF\xF1\xAC\x13\xC3*\x1E\xFC\xD3\xC6\x96o\xCE\xB6\xE6\x17\xF1\xC1_\xD1D\x15\xC4\xD77G\xDC\x05#_\xD8\xBD\x16\xEF\xB1>\xF3\x19W8\xCE\x18\xAFX\f\xDE\xF6C\xE31\xDA\x03#5\xF7\xD1\x10\x196\xB2\xCD\x12;\xF9KQ%<\xF5\xDF\xB6\xEC\x0B\x1B\xE1\x13\xEF#P\f\x02=\x1B\b\xA2\'e\x0B\x19\x98\xFE\x14\xB8\xF9\x1C\xFD:\x0B\xD9\x03\xBE\'\b\xED\x00-\xF4\x04\xA1\x1A\xCC(\x90\x1C\xF2\xBA\xE9L\xDD-\x05\xA2W\x0BC\xE2\xC1\t\xDC\xBF\x05\xE7\xFF\x107T\x01E,\xF78\xFF\xDB\x9C*\xE1\xB4\xF9\xEA\x01\xDF\xEE\xF6\xD0V\xEB?\xA5\xE8S\xCC\xE3+N\x10\xD3\xE2\x88t\xC3\xE8B\xD52\xED\x05\x0E\xF9W=\x14\n\xB0\xF1\xC2#\xFB\xDA\xF5(f\xAD\x1E\x17\xD7\x86`\xCC!\xA3\xE5\xBE\xD7\xB0\x0E\xC3]\xCC\xEC3\xD5"L\xCB\xB7=$\x07\xC1(\r\xDF/\x07\xF5\x1F\xA1\xF8\xC9A\xFD \f\xDB\x11#\xBF\xFB[\xB5I\xC6\xD6\xA4\xFC\xCD\x1B?\xE1I\xEA\xBB\x04\x17\xED\xFE4\xF80\f@\xF0\xDA\xF8\x17&\x04J\xE9\x1D\x06\xF5\x13\xFDy\r\xF3/\x12[\xAA\xE34\xF2\xD2\x18\xC4G\xB3\x11_\xEA\x1A1\x95M\xF6:\xB3L\xE2\n\x16\xDB\xE6.\x1F\x06\xE3*d\xFF\x12\xD32\x1DM\x9A\xD5\x0F\xC7I\xEB\x94\x1A\xC5.\tM\xCE\xF20\xDF\xA7;%G\xAD\xC5\xE4\x8F\x05\xDA\xF9\x1B\x02N\xB0\xFAx\x01\xEF\xD59\xDD\xFF\xB9\xF1\xD8\x15\xCA\xEC\x1D\x02\xF25\xA8%\x00\xEF\x109\xF5\xBE\xEC\x97\x07\xF4\xAE\r\xCC-\xE6E\xF3\xCE"\xE0\xFA\x02q\xB8\xEB\x10\x9Ag\xFC\x16\xD2\xBC\xDD\x01\x1E@\x178\xC0\xE9\xCD\x0F\xD8\x1E\t+\x8E\x15#\xC1\x05*\rf\xE7\x05+\xFB\xD3\x9Cd\xCB\xF8@\xC0n\xD1\xB3G"\xD76\xC7)p\xE0\x00\xF8Y\xB5\x1B\x05\xBBW)\x14\xAC\xDD6\xFF\x1F\xC6\n\xEFT\xE7\x0F\xF1,\xCF\xEE\xFC!G-\x9D\xEDC\xC9\xE7\xDC4\xFC\xE5E\xD0\xA7#7\xBF\xADU\b&\x13\xEA\xD7\x1A\f\x99\xFD\x16\xDD\x03\x0EL\x15\xFC\xEE?\xC1\t!\xDA\x02:\x10\xF3\xD3\xE6=\xF5$\xD4\xE4@\xB1)\x032\x88Z\t\xB6\xDF^\xB0\t\xF5e\xFE7\xB7\xF6O\r\x90\xF3V\x16\xF8\xDF\xFEF\x10\xE48\xDD\xBA/\x05P\xF3\xE21\xEBZ\xA8\xF8\xE7\xB8\xDC\x1B\xA05\x14\xEF\xA49\xDC\xAA\xFEF\xC8\r\x03\xC0Z\x12\xF7\xD9\x1C\xCA\xFA\x1A\xD7\xF7K\x12\x03\xD6\xE4\x17\xBC\xDF\x11\'\x19\x02\xCD=\x1F\xB4\xED\xC6\n\x1C\xD5\xF4\xC7\x19\xF9H\xFE\xAD!\xC9>\'\t\xC4\x1E/\xCE]%\x05\xD4\xE9\'\xCEe\xE4!\xEC\x181\x95\x1D\xEEH\xA5\x07\xEC7N\xE3\xBF<\xEA%\xC74\xA0)>\xC9$\x06\xF1\xA6\xD7b\xBF\b\xDA\x10,;[\x99\xEE1o\xA5\xEC\f\xC4\xE6\x12\xDB\x00\xB8\xF6\xD5?\xF1\x01\x0B\xAFF\xF6T\xBA\x06\xFA\x0F\xC5c\x06\xE1Q\xFA+\xD0\x18/\xBB\x01\x95\n\x14l\xAC\xFF\xE3\x1C\xF0\xFA\x0E\xEBJ\xD2Y\xFB\xE8-\xEF$\xE4\xFC\xD2\x03\xE7\xBC)\x07\x00 \xD0;Y)\xF0f\xA2\x1AM\x11\xE0\x9C\x189\xE2\xC8\x0F\xFF\xDEB,\xC5-\xF8\xD1\xBC\n\xD9\xB1\xE7\xFC\xDEe$\xD3\xF2,\xCD\x06\x10\xBBE\xCFu\xB4\x00\x97\x1B3\xC5@\x0F\xFF\xA0Ft\xAC\x1A\xF7N\x12\xE0\xB3\xDA\x14\xF5\x85\x06\xD24\n\xE7\xCB\x05w\'\xC0\xFA\xEF. \x8F\x16\xF2\xAF\x1C\r\xA3A\xF1%\x13]>\r\xC7\xF5\x11\xE5?\xFB\xDE\xEEP+\xF6\n\xDB!0\xF7\xDD\n\xAF\x16\xDF\xB93\xF4\x13\xC12\xD8"\xCC\xFA7L\'\x02\xE1\x1D\xBA\xFAG#\xF4\xB2\xFD\xE9\xD8H\x14\xD2k\xEB;\xD6R\xE8\xDE\x01\x1E4\xE5\xC9\x02\xEF"\xA1J\x1D\xB5R\xA5\x197\xD7\x9A\x17\xE8:\xC3\x12\xE6S\x02"\xF3\xD1M\x1B\xCB\xEC\x07\xE2\r\xA6A\xEA\f\xF1\xBD\xCBF/\x0F\xEB\xC3\xDC-:\x1E\fS\xA7\b\xB6\x03\xC3\x0B$\xF9\x04U\xEB\xB3s\xFD\x8E\x1B\xBC7\b\xD0\xEC\x04(\f\xBD \xFE\xC8\x03X\xA9\x07\xD5D\xB7\xCC\xEBj)\x06\xFA\xDC%T=\xF0\xFEb\xC4\x19\x94h\xE9\xFD\xD7\xAA^\x01\x15\x92\xD3\xEE\xC70\xF5%\xDD\xFB0\xE4\xA3\xCE6\xC9\x16\xD6\x0E\xF5.L\xD8\xF9\xE20\xFD\xDA\xC6\xF7\xE8g\xF2B\xE1%\xFB\xEE\x19\xF4\':\xFE\x9A\r\xE6\xAC8\x01\x8C\xD0\x1D\xB5\x04&\xD53\b \x13\xF76\x1B\xE2?\ta\x12\xB9\x00\xE5>\x1CW\xF3F\x1A\x10\xB8*\x079\xC0\xE0\xCF\x05\xEA\x14i\xB0D\x18X3\xD1\t\xAF.\x0E\xB9\xCF3d\xA2\x0F\xE2\x1D\xD8C\xC5X\x16\xBE\x11\xF8,\xDC\x13\xE4\xF6\x00\xDE\xB1R\xC5\x07\xF1\xCD\xB6\xFE\xF6\xDDC\x18\xD0\x9A\x0E\xCA\xB1\xD8\xFD`\xEE\xF8\x9F\xEFP&\x18=\xA4)\xC3\n\xF0\x97\x10\x01\xE0=\x14\xD8\xEC\x1DF\x01\xDC\xC7\xFA\x05\xC03\xF7\xEE \xD4\xF2G\xE8]\xC86O\x96C-\xD1\xEE=\x9D O\'\xE84\xA8"\x06g\xEF5\xE8\x15&\x07\xDF,]\xE4\x1D\x01\xAF\f\xF2R\xFF\xD6\x1E&\xCE\xEA\xB9"\xA0\xFA\xC5O\xF5\x91\x15+\xEAK\x18`\xB2\x12\x00.\b\xE0(\x0B\xA4\xEF\xFC\t\xBD\x16\xF2\r%\xE6\xDC\xFB\f\xD7\x17U\xC9\xE3\xFB\xBC\xDA\t\x00O\xC0<\x8A\xF7\xD1\x0FD\xD9\xFA\xE7\xBA\xCC\x10\xF6\xE5?\xFB-G\xF4\x1A]\x05(\f\xE5\xBD\b=\xAC\xD3\xF1(\xDE\xCD\xA0n\xB4\xFE\xC3?\x1A\xD4"\xEA\xCA[\x04\xBB\x18l0\xAE\xC0\xF0\x03\x0E,I\xF4\x1B)\xA6\xF6\xD3\xEC\x1F\xC8\xFF\xBB(\xC8k5\x1F\xDF1[\xB4\x05\xDDq\b\xD7\xE64\xB3\xDE\xD2{\xFC\xCD"\xF6\f\xE5\x04>N\xEA\xFA9\x1F\xD9\x03\x10\xB1|+\xD9\xF9\xA6D\xFE\xC7\xF5\x06I*\x9C\xD3\xEB\xAF;\xC7^\xE3B\x11\x02Y\r9\x17\xF4\x07\x98\x14E\x03\xEE\x9D\x1A\xC8\x15\xA8\xC1\x0F\xCC\xEF\x00\x17?0\xF1\x1B\xDF2U\x92!\xBC\x1A\f\xC6\x15\xF1Q\xE63\xF6\xE0\x06<\x1E\xE3)\xD6\x12\xEA;\xE2\x1B\xF8w\x1F\b\x13\xD6\xFC"\xB7-\xDE\xB24\xE9\xA8\xDF/\xEC\xD3\xF7\xC2\'\nK5\xF2\x00\x1F:V&\x8C\xF8\xC3\x0E\xA3M\xB7\xFF\xC5\x14\xFC\xD8\xF43\xE2\xD2\x97*\xBA\xCDE\x9F\xFE\x11\xB4\xED\bS\x8A"\xCE\x0F\xDB\x00\xC47\xDF\x01\x91\xEE\f\xCC\xF2\x1A\xFC\xE8\n`A\x1C\xFE\x0E\xACc\xD8\xE7\xF9\xD2\xE2)\xEA\xFA\xB8\x06K\xE9#\xD9\x05\xEA\x10\xD6@\xEE.a\xA7\x03J\x0Fc\xF8\b#\x16\xF0\xC5N\xD21\xC3\xF35\x01\xB9\\\xAAC\xF2\xB7\xE8W\x19J3\x05n\x9EH\xCF\xD6\xF9\xBE\xCCQ\xDD<\x17\x00!\xBA\x0EB`\x96\xD8\x13\xDF\xD0\x1B_\xB26(\xF5j\x07\xE1\xCB\n\xE8\'\xB4\xFF\x1C\xEB\xDC\x01X\xE8,\x19\xF5h\x0E\x1C\xD9K\xFA\xEE/\x07\x15$.\xCE\xF7\xBE\xE6\xDA\x14\xC3$\t+\x14\x04\xE7$\xB6,\xF3\xCAT/\xAB\x03\xC6\x18\xF02C\f\xF2\x02\xE2\xFB\xCE\x17\x9F#\xB1\x19<\xC2\xF7\xDA1\xC8@\xA45\xD3\xB2\n\xDB\x95\xFD\xE8\xAF\xE2\n\x16 \xE5\xCA\xD8\xFB\xA3\x0FA\x1F\xAA\xFC9\xED\xF6=\xB2\xF06\x9E\f\xEE\x05\xE2\x90\x13\xED\xD9\xF5$\tN\xFD\xBF\xA9-\xC7\x13DR\xC0\xE7:\xFA\xF1W\x12 E\xE5\xF3\x0B\xC0\x12\xFB\x1DF\x02;#\xCCB-\xBF\xD2\x879\rF_\x04\xF0\xDB\t\'\xD2Q\x04\xE0\xADU\x1D\xDAr\xF8H\xC28\n\xFBI\x1C;\xE1\xB0\xCC\xE6\x1D\xF7>\xEC\x84\xD8\x0B\xF0\x03,\xD3\x01\xDD\x99\b\xD1\xAB\x17S)\xE1l\xCA\xF2\xE5\xBD\x15\x06\xF9U\xF3\x03j\xF8\xB3\xED\xBF\xE35\xC6e\x01\xE9-\xB9!\x15\xE5\xC4\xFF\xCE\x11 \xD5\x1Ah\xD0\xE5\xBF\x10\xFB,v\x04\'\xD5b\x06"1\xB5\x1E\xDB\x0FO\xBD4\xEA\xFDy%\x00\xD6\xF7\xED\x05&\xA85\xD4_\xED\xA2\x10"\xE9)\xDE\x1B\x00* \x13\xAF\xF3\x18\x99\xCA\x0B[\xD6\xF7\x0BA/\xE3\xA7\x01\xF6\xB3*\x06\xA0V\xD4\xED\x15\x9E\xDE\x0F\xBA\x18\xE4\xFD\xF6Z>\xC9\xA8\x1F\x15K\xC8\xF0\x0F\xBB7\x8F?\xB8\x10O\x0B\xF7*\xDE=\xC8\xD9\xBA@\x13\xCEP\x94\xD4\xFA>\xDEJ\x10\xF96\xE6\xFC\x18\x8D$\xB8\xEDU4\xDE\xEBD"\xF22\x02\xB9E\xF4<\xFF\xCA\xF1H\xD1\x11\x93\xE5\xFE\xEE\x05\xE0)\xB02\xDB\xE9\b\x1F\x15\xD1\xDD\xEB\xFF\xC5\x1D\xB4\x01\x1A4\xFD\xA9\x06\xF46\x0B\xE8Z\x06\xBC1\xD3\x1D\xF1\xA6>L\xDD\x04\xF3\x15\xC9\'\f\xC1\x14\xFE\xCA\x18\xDD\n\xC6\x1B\xE9,U\xA4&8\xC3\b\x1A\'c\xF5\xD4\f\xF9\x1B@P\xC6\xE3Z\xFA3"\x9D\x12J\xE7\n\xEFQ\x0E\xE5I\xC2\xDB\xFE\x19\xC9&\xED\xFF\xE4p\xC0\x07(\xBF,\xD1e\xFB\x07L\x9A\xFA\xD6a\xAC\xE99&Y\xD9\xB1\b\xF9\xE1\x04\xDA\x7F\xEB3\xCF\xB48F\xC1\xE4\x03\xA1\xF4\xFE+\xB0\x03\xC9a\xF4\xDA-\xD0h\x98\xF7\xD4&\x17\xEEs\xB5.\xF5\xA0\r!\xAEA\xDB\x12\xCE\xFF\xEA\x0E7\xAD\xD9\xE7\x1E<.\xE2\x0BH\xF6\x8E\xFC\x122\xD1\x1F\x0F\xB8\x16\xF3\xAB\xFB\xDE\x0F\x16\x94!\\\xCF\x12$\xD5\x0E\xF0C\xE5\x19\xBC<\x05\xFB#\xE1\xBB/\xCA\xFA\x9E#\x10\xE3P\xDA<\xCD\x04\x16\xF7Q\xECW\xA3 \xE1C\xBD\x17\xF3\xCD\x03\xEF\xB7\x1C\xD2\x05\xE3\xEFk\xC1A\xE9M\xFE*\x1FD\xC0\x02\xE8\xF2\xFE0\xEC\xB6i8\xC0\x1C\xA3\b)\r\xED\xAC\xC3C\f\x1C\x00Y:\t\xD5\x02@\xC1\x14\xF9\\\xE8.\x83\x01#\xF2\x14\xC5\xF7\t%\xFFt\xA7\x11&V0\xC4\x15=\xA9\x00(\xF4\x985\xC6\xD1\xE4\x07T,\xD6N\t\xDC\x19\xF8\x06\xDF\xEAK\xD9\xF6\xD0\xFE\xDFS\x14\xF26\xD7\xEC\xAE\xDE\x1E\xE92\xA9\xEF\x07+\xB7\xF2\xC59\xE2\xBA\xD6)\x01_\xCF\xEE/\xDFA\xC2\xF9\xD8\x00\xF2Q$\xCC\f\xE0\x17\xD8\n\xEF_\x13\x9E\xF4\x1C\xB2:\xC5\xAAE\xCA1\x98\x01\x13.u\xB5A0\x1D\xCE\xE6\xA2\x07J\x13\xF3\xBE`\xCB\xFC\x1A\xD2\xDF\x1F\x0B\xD7\x1B\x0FF?\xB3\xE82\x98\x0E\xB4\xD5\x06 \xE7\x92\x0E\xDE\xB2\xE9\x1CH\xB7\xFCS\x1E\xB1\x01\xDA7\xEC\xCB\xF9$\xE3\x0F\xF1!\x0BU\xF3\xCC\xFC!\xE8\x11\x8D\xF6\x02*m\xFB\xC7,\x04D\x0E\xF6%GU\x93\xFECj\xFA\xCF\x04\x19\x07\xDBL\x1D\xFCR\x15\xEC3G\x18j6\b\xFB\xD6\xF1.\x05\xCB1\xF7A%\xBA\fg\x14\x03Y*\xFF\xD4\xE6\xBB&>\xA9\xC4\xF0\x07\xDA\\\xBE\xDD\x10\xB5#\xE2\xD2\x8B\x18\xDB\xB3\xE5\x0E\xED/\xB1\xE5%\xA4\xEB\xF6\xCA\x11\xF3\xC1\xE49\xF5\xC9\xFE\xB0\xD0\xED\xBF&@\x9Cd\x12\xEA\xA5\xDF\x10\xC3\xE6\x19\xFD\xE0\xD2\x9A\xEB\xBDJ\xA59\x17\xDA\x06\xE3\x194F\xCC%\x0B:\xEB\x1A\xF7V5\xFE\xED<\t\xC26\xCD\x03\x13\xC1\xF4T0d\xA2*A\x04\xD2\'\xA0^\f\xE1+\x02\xF4\x11\xCA\x03\xE2\xC1:#a\xEE\bR.\xABH\x1E3\xF5\xDB\x1B\xF9\x10\xEEb\xF8\x0EX\x00\xB8\xF9\x16\xAA\xF3H\xCF\x96\x0B\xE7\xB9)x\x01\xF3\x17[\xF7\xD9>\t\x18\xDC\xE1\x1E\xFE\xEC\xAE\x18\t\xDC\x1F\xBC\x13P\x1D\xA6\xDBT\x17*\xF7\xD4\x00\x18\xCF\x89\xF5\xD6\x04\xF1\xC1\r>\bz\xCE\x02\xC2\xAE-\xD1\x91\xDD+\xEAO\xE5\xC6\x02(\xD9\x15B\x1E\xCA\xD6\xA1$\xDE\xAB\x1E*\xE9\xCB\xFF\xB5\x06\xBCQ\xD85n\xE9\x00;\xEF\xF7\xD7>\xE73\xFE\xEC\xADL\r\xB6E\xFB8"\xC9<\xE3&\xFD\xCB\xB2#\xE24B\x1D\xE9L\xF4 \b\xD4\xFD\x1E7\te\xFD\xC1\xF2\x06\xFA\x122\xE8\xFD@\xBD\f\x9BM4\xF18\xCD\x14\xF8\x0E\xC8\xB6G\xCF/\x99\x07\xC7\xFA\xB7!\xD0\x06\x1C\xF0\xE5,\xDB\x14\xEA\x0Bl\x12\xA1X\xE7\xEF\x14\x87\xF4\xD7\xFD\x0B\xC8\x15=\xB0p\x11\x9D\xDF\xB8\xED/\xE1Z\xAA\xDDQ\nH\xCF\x06\xF0m\xFB\xE1\x10"\xF0%\xE6\x90.\xF1$\xFA\x0E\xE3\x1Bg&\x0F\\\x0B\xE0A\xC6v\x95\x05\xC0T\xAC\xFF\xB9\xF8\xD9\x1A0\x00N+\x06S\xB9&\xE0\x02\xBE\xED0\xCA&E\xF8\x1C\xA4\x0F#8\xEC\xB6\xF5\xC4\x1B\xE21\xD5\x18\xC0E\xD2\xADf\nD\x01\xE0\x16\xA5V\xC2\x03\xED\xAD\xD5\xF18\x91.\xF9\xD8%\x0F\xF33\xE0\x1E*\xEEK\xD0\f\xBC\xDD\xC6\x11\xE6\x18\xA3:\xF1I\x0F\xE4\x04\xF2\xD7\x15\xC7J\xD3\xFE\xCB\x16 +\x89^\x11\xAE$\x03\xEB\xA8\x07\xFE\xDB\x18\xB9\xD1M\x05\xD8)\xF5B\xDD\x15K\x00\xBF\x19\xEB\x12\xFF;\xCD\x19\xFC\xD3G\xC8\x065\xAE\xF5B\x1D\xFB\xD2\xEF2k\xF9\xD9\x1C\xD1\xFB\xAB\\\x0B\xFF5\xE8\xF6\t@\xE4\x03\xD5\xEF\x00:\xF8\xC8P,\xF9<@\xC5\xF6 \xED6\xC4\x1E\xE9\xB33\xFC\xC9,\xE4\xF7\xCFY\xB1\xE1M\xEC\xA6d\xE8\r\x99\x16\xE4\x02$\xEC\x969]\xB1\x03\xCD\n+\x9BT6 \xBD+\xE0\xB0a\'\x9B\xBEm\xFA7\x0E\xDB\xBB\xE7\n\xF2\xD8\x1F\xE4\x04)\xE7U\xAB\x10\xF7k\n\xCF\x11!\x9F\b\x1EE\x04&\x0B\xC2\x1E\x07\xBB$\x03\xF59\xDCf\xBF\x10P\xE1\t(\xF6 \xE3\xBC\xEB\x13\xC6\x07\xE7\xEFL\xCE\x1E\x05\xF0\x12\xDC.\xAD\xC7\x1DS(C\x17\x95d\xB8\x13\xD4\x9E9\b\xFD-\xE3\x86\x009R\xE6\xF2q\xB8\xDB\xA74\xF3\xD5,\xF8?\xDA-\xC2\x1F\xFC\xF0*\xD6\xC9\xFE\x16\xD9\xC3\x11$\x13M\x93\x07\xE7J\xF8(\x9B8R\xDE1\x07K\xE6*\xF4\xDC\x06\xE7\xFE?\xEF\xCE\xFF\x9E;)\xBE\x157\xD5\x9FL\x17\xCE\xF7\x1F\xFD(\x07\xF4\xB4\xDB\x15\xF6G-m\xEA\xD4O\x01\xE7j\x0F\xFB8M\t\x1F\xED\xFD\xF42\xDB"\xF2\x10\xC5\x14\xD7\x02\xF5\x1A\x11?\xF9\x9C\xD0\x1D\xC2\xF0I\xD6\xBC\x13%V\x18\x0F\xEF\xCD\x01\xF5r\t\xFB\xBC\x0EX\xE5\xC5\x17\x9Fi\x10\xE8\x1E\xA9\xCB\xF0\x14\x9F\xC4\x0B\xDF,\xCC\x05\xD9\xAE\xE5\x15\xD4a\xAB\xC8\x0B\xBAg9\xA7\xE0Z\xED"\xCB\xA6\xFE\xBE\xEE]\x026\x14\xA7.\x0Bc\xAA\xF6\xEA\xDA\xB4\xFAQ1\x19\xC4\xED#\xDB/\xAB\x04>\xF0\xD4/\xFC\xC3V\x045\xDA\xFE!B\xF2\x16\xB5?\xEE\x1CY\xF8\xBE-\x04\xE1D\x19\xEB\x00\xD0\x1D\xFC0\xB6\tI\xE5-\xD4"\r\xB6\xE2P\xFA\xCA\x1F\xE1\x022\xC6D\x06 \xE1\x92'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\'\xAA\xDE\x1A;\xE7\ra\x1D\xDE\x11=\xEF\xFF\xB23\xDF\x03\x1D\xCB2\xE2\t\xBDM\xDA\x03.\xF0\xA6\xFD\xE7\x1C\xB6\fA\xC8\xE8\x155\xF4\xC3?\x11\xF82\xC6\x15\xFER\xD5\t\xF42\xB9\x0FR\xFA\xBE)\xED\f\xE2\x18\xEDK\xFAW\xC1\xF2\xA6\xD0\xF6\xB5\x05\xC8T\xD5#\x11Y\xBE\xF1\x0F\xA4e\xEF!\xFB\x13\xB1\xC8 I\x0F7Z\xD7)\xF6\x01_\xA7\xDA\x03m\xE3\xAF\xD8[\xF0\xDF#\xB4\xE8B\x1A\xE0\x02$\xE6\xD7B\x12\xA3[\xB81\xCA\x07\x10\xD4\x02)6\xFFG%.\xA0\x1B\b\xE9\xF6\x9C;\xE7I\'\xF9\xCF3\x9C<\xE9p\b\xDC\xBD\xCE\x03\xEF\x9D\xDF\x1A$\xBC\x0F(\xEC\x1D\xFE&\x05\x8D;\f\xF6*\xA2\xC4d\xD1\x93\xF2\x1C\x05\xCD9\xFE\xD2\xF2\x1E\xB92\x9B\x16\xDC\n\xBD\xE5\xD6\xED\xFA\xE2@\xC3*\xD1\xFD\x07\xD9\xB5\x01\x19\xDE\x0E\xF3\xD1\x1A\xF73\xE4$\xFA\x14N0\xCE\xED\xFC>\xD1\x9D\f\xCAL\xEA\x1A\xC0q\xCD\x04\x10\xEF\xFD>\n4\xB0o\xE0\xF5 \bM\xFFE\xE5\xF6m\xEA Q\x18\r[7\x14\xAEl\f\x19P!\xC7\x14\xE9B\xC1U\x04+\xB9\x00\x98\x17D\xAE\xC5\n;\xB4\x06P\xE1\xF8T2\xBA\x12\xD3,\x00\xE5\xDAN\x1D/\xE4\x15\xC8(\xFD\xEB\x18\xC2+\xE7\xAB\xDB\xF0+\xCDA\xB1\xC9\xF2\x92\x01\xCC\xBB\xF4\xDA\x02\xEE\xDE\xAC0\xF4\\,\t\xAD$\xE4F\xD8Y\xEB\f\xF3f\xE1\xFF\xD6\xF3\x11-\xC3\x17\x07\xEF\xF6\xE1B\xF9\xB0\x156\xF8\xBA\xD4\xACX\xF8\xDB\xBBF\x0B\x9A`\xDA\x15]\xA8\x19\x0B\xFD\x058\xF9/\xE0#\x07H&\xCA3\xFA\xBE\xE5\r\x8A\xD3\xF0\xFE\xCC\xF8\xA6\x13"\xC7=\xD1*\x1E\xEA\x17b\x91\xE6\x1F\xAC\xDA8"\xA6]\t\xF1 \x8C\xEB\x0BD#\x05\xEAO\x12\x02\xD12\xF8\x009\x05#\xD5\xBD\x14\xE2&\xD7\x10h\xA9\xE9\xFC\x1C\x99S\x15=\x03H\xFB\xE1;g\x1E\x0B8\xF0\x05\xDF\xFC\xB7\x04\xA1L\xBF&\xFA\xD3G\xFEi\xCD\x16\x01\xC6\xDD0K\xC9a\x01\xDF\xF3\xC1\x1B\xA28\xE4"\xEF\x0F\xB7\xCE\xC5\xF8<\xECX\xA2I\xC0\xED<\x19\xD25\xE2\x0E\xF2\xD4\xEA\x1F\xCC\x17%\xBB\x11\xD9\xE8\xC2(\xADN\x1C5\xDA\x0E\xF7:\xDD\x0B5\x04\xEA\xB9\r\xE5(<\xB7\x0F\xD5\xFC\'\x13\x96;\r\xD7&\xCA\xF6\xAED\xE0R\x1E\x11N\xDE/\xF4\x1E\xCF\t\xFF\xB5\xF6\f\xC3c\xB8,\t\xA5s\xDB\xAF\x06\xEC/\x95D\xFD\\\xCF\xF6\xE6\x13\xEF-\xCD\x01\xAF\xEE\xC6\x13+\xF4A\x97\xFB\xF0\x1B\xEA\x04\xE3\xBF\xF0\xD0.v\xFE\xEE\b]\x1A\xC4)\b\xEA\xE6\x90\x03\xB6\x0E\xFB\xE8\x1BU\xDD)L\xEF\x03\xDAC\xFE\xC4(\xF66S\xC7\xF7\x03\x19\xE0\x0F0\n\x87B\xC3p\xE4\x1AC"_\xA1\xDE\x1E\xD6V\x07\xCFn\xA1B\x1E5S\x17\xF9\xE5\xB0J,\xDC\x04\xFC\xD6\xA2\xF78\x19)\xCAr\xDAB1\x99\x12\xCA\xFE\xA3\x16#\xF7\xE4\x1A\x0F\xEF\xFF\xE2\x14L\xD2\xB4 \xED\xBC\xD7U\xFF!\xA8\b\xF4\xBB\x0E\xD1\xF8M\x01\xC3\x10.\xDF&\x13\xF6\xB3\n\xDC\xA8\x05\xC9\x10\xBF\x15\x84\xEC@\x12d/\xFA\xD2\xEB\b!\xAA\xC4\x04\xF3\xE49\x1F\xE8=\xB1\xCE^2\xB9E\xD1\xA0#\x0B\xF1\x07\xCA$\xEFG\xA5\x17<\xF0\xE6/"\x11\xBAZ\xD5\xE0!\xE6j\f\xF1\xFF\xAF\x06#\x12\xA1\xF20\xB8=\xEB\r\x18\xFB,\xF4\xC60\xE0\x14>\xFC\xE9-\x02\xF97\xAA\xFF\x15\fQ\xF5@\x07c\xBE\x02\xC9[\x1C\xF2\xA9y\xFA\f\xCF\x1Fa\xD7\r\x05\x97e\xCC\x01\xF7\x9D\bF\x01\xAA&\xDEU"F\xE13\xD8\xC5\x0E\xFDY\xDD\xA5K\xB1\xDF\x11\x91\x00&\xBE\xF3V\xC9\xB2\xDD\x13\xCE\x07H\xE3\x1E\xEC\x96*\xE5\x1E\xF10\xF8\n\'\xC2\xE0\x121\xDA\x03\xE4\xFB\xAE3\x1A\xC2\xF3\xE2\x19\xE9O.\xB7\xCC\x182\xC5\xF9\xD3\xEC\b\xF7B\x1A\xE8\xD0\x1D\x07\xCA$\xF08a\x1D\xF9O\xD6\x19$\x0E:\xEE\x1B\\\xF3$\xB8\xD3\x01\xC3\x0E\xFB\xD9\xA3C\xE3\xB3:\x01O\xEB\xBC\x90V(\xC0\xEEO\xDD(E\x0B9%\xC4\x0F\xEE\xF5\xD9\x04\x11\x898\x16\xCC\xAD\x01h*\x874\xF5C\xFF\xD3\x05\xEA\xCBC\xB3\xE7\x07\xA7\xE2\xF7M\x9A\xC1\xD8>\xFAe/J\x1A\xCEU\x05"\xD3\xEE\x0F\xCF\xF6 D\x16\xF39\x07\x12\xD0\xFF\xF8\xB6\xD6\xA8\xFB\xDD\x16\xFEaA\xEBM\xE3\n\xB8Q%\xEF\xBC\xDB\x03\xED\xB6\x14\xE5*\xBF\x18\xDB\x0B\xF14\xC6u\x03\xD1 \n1\xEA\x0F\xA4\xF0\b\xDD\xAD5\xEB\xBC\x15\xFCh\x1A\x9F-\x06\xD4\xFE\xC8\xDD\x1DB\x9F\xE7W\x14 \x06l\xD0\xAE5\x1F\x95\xBD\'\xFC`\xF3\x0F\xE5;\x15\fN#\xC5o\r\x94P\xF8\xA9+\x01\x15A\xED(\xB7B\xFD\xE1\x03*\x18\xCA\xE6\x13\xF6\xFF(\fM\xC6+\xE7\xDC>\xB2\xE3\x0E0\xEA\xB5\xF6$\n-\xC9\xE3\xEEC*\xE8\x0B\xE2\xD4\b\x19\xCB\xD91\xD7\x9F\xFC\xC9\xF6\xE3=\xFB\xD7/\xF2 <\x10d\xCF\xDE\x98\xFC\x10\xDB\xF1\x15\xAD\xD0^\xBC:#C\xC0x\xDA\x83\xE1\xF5\xAC\t\xFFY\xEF\x18f\xA3K\x02\xD8w\xBE\xF1\x037\x8E\xF7\x1A\x02\xC1=\xF8,\xEE\x01\xA5\x1D\x04\x1B2X\xAF\xD2\x19\xA4\b\xDF\x01\xC7\xE4\xEC\xB8"\xF50\x1C\xCCY4\xC6O\x1F\xF4\xDB\xFB\x9C\x03\xD2\x1F\xF2<\x031H!\xBD\xCB\xFA%\xC2\xF8!\x10\xCB\x174\xAB\xD9S\x12\xBA\xCC[\xF2\x10J\xB0W8\x0F\xE6d\xBB\xE9 \x00-\x0F\xE8[6\xB0\x16\x06\xD5\xFES\t\xC0I\xE9\xA8\xF9\b\xEC8\x00\rK\xED.\x0E\xB1\xE8\x13\x1C\xD0\xED\xD8\x153\f=\xD2\x07\xE2;\xED\xFD\xE0I\x1E\xFB\f%\xE02\xA0\xD8!\xC8\xDD\xF4\xC0G\xF2\xCF\n\xDA\xEFL\xC2\xF5\x1D\xCE\xF9UD,\xA1\x14\xE6\xD7\x02\r$\xDE,\x8D\x12\xE4\xB2\xCE\x18\xE3[\xF9F\xC9\xB7\xFB\x10T\xF4\x93\xE9\xDF\xAE\xF2S\xBC\x97(\x07\xF5\xC3\xE9\xD2<\x00\xEC\x17\x05\xFC\xE8\x16\x07&\xFB)H\x139\x92\x06\'\xB5@\xED$\xDC\xBF\x1D\xF03?\xAF\xF4g\xBB\x17\xFF\xD5\xC1m\'4\x07\xC3\xD7$\b3c\xE5\xA6\x05@(\x02\x1CE\x13,\x00\x1D_\xCE\x14.\xA1i\xF4\xB0P)\xB8p0\x9A=\xD3\xAF\xE0\xA9\xF9\xC7s\xDF\xFC\xD5\x03\x12\x99\f\xF5\x02\xCD\xDF\xFB\'\x19\xD0:\xF1U?\x1C\xF7\xDA\xF1Q\xA9\xFE\xEF\x8B\xDE\x01)\x1E\xC5\xDD\xD0\xB7Z\xFB\xD7\xC7\x0B\xDB\xE7\xB4C\x01"\t\xD9\x13\xC5\xF7\xE2\xCD\x0E\x01Z\xEE\x1E\x07\x1C\x00\xE7#\x17E\xE6.\xC5a\xE48\xAEz\x10\xC4F\xEA\x06\xA2\xE3\xC9\x04\xE9\f\x9F\x02\x1F>\x12-\x18\xD1\xF6\xBD8\xEAt\xF7\x0F/\xEB\xA26\xF0\xF9:\x0E\xEF\xDE\xBDG\xE7 :\x0BF\x1C\xF2\xD9\xBB\xE3\x0BT\xD54\xB9\x0E\xCC\xA6\nO\xFF\x1B\xD2)\x07\xE8!\x93\x0B\xDB*\xFD\x11!\xAE/H\x15\xC7\xE6\xF6\xB8L\xE9\xA4\xC6\xFC\xBA\xF0;\xCF\x1D\xB3\xED\xD2\th&\xEE9\xB3\x0F\x00s\x1E\xFB\xDC#`\xE3-\xCD\xF1\xD99\xB3\rG\x1F\xE9\x06\xC8\xE4$\f\xEB6\xBA%\xF1\x19\b\xE6\xD1g\x19\xF4\xFCj\x0B\x19\xB2+\x06\xD2j\xE8\x05\x0E\xE15\x19.\xAC\xE5\x13\x04A\x1A\x98\x00\x12\xE1\x1B\x07\xEB\x9A5\xEF\xAF2\x13\xC6\xFF\x1CL\x10\x02\xE8+\xFC\x92\xD71\xF5L\xFC\xD8\x04J\xD2\xF8\x0F\xC9C\xB6\xF7)\xEC\xDD78\xD0\xF0K\xC9\xFD\xE3\x8B\xFB1\xCD\x1E\\\xF4\x03\xDC\fN(\xF8\xE0\xC4\xE97\xCC\xA7\xF5A\xC6%\x16\xD7E\t\xE7\xF56\x06\xBA\xF8&\xC5Z\x1A\xF1?\xB8\x0B\x19:\xB6\xC4\x1F\xE2\x00r\xA7\xDB4\x15\x99@\n\xB6\xB9!\xDD/\x12\xEA:\rI\xF3\xDA\xB7@\x9A\xD1#\xC4\xEE\x9F\xD5a\x0F!P\xFA-[\xD5\xFDO\xE4\xF7\xCC&\xB8R\x89\xDB\xECk\xA6\xD4\x05\xDE\x12\xCBy\xE0\xA3\xED_\x11-\x91;\xEA!\x05\xE3\\\xFB\xC5\x01%\xE9\x07\xA6\xF7\xC0^\x1B\x96#\xC2\x16\xFF\'\xEC\x12n\xFB9\x002\x07\xF2\xAD\xD8\x05\xBF \xDF\xB6\x11\x05\xA4d\x1A\x02\xD3\x0F> \xE1\x14E\xEE\xBB-\xFA"\x00\xD0&\xF9\xDC\xF2\x1A\n\xBFO\xF5\xCF\r \xD8Q\xE8\x1CY@\x01%\xD5\xF5\xDE\x04\xEEQ\n\xE4\xF9G\xB8\t\xE0\x1E\xCB\xBA)?\xE4\x0E\xEF\x16\x01\xEC:+\xC1\xFB\xE04\xF1(\xFC\xC2\t3\xFD\x1D:\b\xAC\xEAG\x167\b\xADT\xCC\xFC\xD7\x13+\xED\xBB1\xF2\xA8\x11\xFC\xD4\x10\xE2\xB1\nE\xCB+\xB07\xD3\xA7/\xCA\x1B\xE8\xAEX\x15\xEC\xFB\x19\xCE3G\x8Fk"\xD0\xF2\r?\xEB\x15\x95\xCA\xE8W\xB3\xF4\xCF\x9C\xE5O\xD8\x10\xBF\xF4\xE5\xC6\x01D\xE71\xAF@\x00\xA0H\x06\x19\xCB=\x86\xF2\xC67\xED0\x15\xFEq\xE8\x0F\x1C_\x05\xDB\xF4+@\xF7\xD9H\x9Dc\x00\xB4\xF8\xC8\t\xDB\xACV\x1C\xD8\xB4Z\x0BF\x1D\x02\xD9+\x0Ee\xC4\xF3(\x042\x98Z\xD6\x0E!\xF0\x17\xE0\x1F\xC8\x10\xDC\xE6i\xFE\xDDO&\x19c\x04\xA0\xE5\xBA\x1E\xF7\xC7\xE1\xFD\xBD;\r\x80\xD0\x10\x03\xC4\n\xDD"\xEB)\xE3=\xFD0\xE6\x03\xC8*\x00\xDD\xF61\xA7\x18J\xEB"\xFF\x16\xCDb\xDE\xFC\x18*<\xBC\x9Fk\x05\xF3U\xFA:\xB3#\xF6,\t\xE7\xB7\xD1\xF9"L\xD3\b@\x9B(H\xEB\x18\x00U\xF0!6\xE4.\xF3\x13\xD3N\x0F\x1B\xBB\xF5\x14\x9EG\xF9\x1F\xBD\xD1\x10\xE5\xC6\xFA\xDE\xB6\t@\xA4\xED\x1F\x0B\xB5\xEA\xF7\xDC\xFE\r\xD2\xBE%\xEA\x16\xD4\xC3\x0E\x94\xD8\xFFE\f\xDD\xC5\x10\xF03\xDB\x03\xF2\x12\xB0\xD6$\xE2\xBF\xFB\xB4\\\x1C\xAB<\xBE\x02\x8E\xEER\xCE%\t7\xE3\xEDw\x06?\xF0^\x059\xD30\xE3\xF8\xBDJ\xD06\x06S\xCD(G3\xE4\x8F\b-Q\x04\xEDH5\xAA\x15-\xF5:]\xFC\xAB\x18Y\xCD4\xF9m\xC8\x07K\x16\xD5\xED\xFE\xCB\x07\x7F\xFA\xD87\x05\xDFf\xF0\xD5\xAE\x134\x9E&\xB7\x13\x1E\x86\xF0\x11V\x1B\x02\'\xE2\xF0\xA7\x11\x1B\xE8\xB3\xF9\x13b\xCC\xF3\xA98\xE1\x17\xF2\xC2m\xEC\x98\x19\xB8\xE1\'\xEC\xC0 \xE5\n\xA3.\xE9;\x95*\tF\xDC\'\xE5\x1D,\xC7\x13\xB1\xFE\xC1\x1AL\x02\xC9\xF4\xDF\xFE\xD5G\xC2\'\xFD\xB0\xD9;\xC7\x14t\xFF\xC3>\xF4\x04"\xDA?\x00\x1E\xD9\xFC"\xCE"\xFB\xE2\x06\xCE*\x02\n\xD0\x0FJ\xFE\xD8B\xF1\x1C\xFF\xDB\x12\xF2\xC3\x19\xA1\xF7\x10\xB3\xF1K!\xE9A\x0E)\xFA\xDA#\rM/\xE9\x0B\xF5n\xCA\xE9\b\xF3\x94\xFA,\xD7!\xE0\x9CP\xC5\xEF\x0B\xBB\xE7\x12h\xB6\x06\xD3\r?\x1F\xDAM\xE7?\xF50\x8E\x06\xB4)\x0F\xBB\xF7\xCFf\x02\xE31X\xEBA\xD0\t\xE1\xA4\xF71\xD0\x97\xE6X\xBA\xEC\x1B\xCD\xAC>\xE1\x03\x135Q#\fA\xB9\xE7W\n/\xD4\x175\xA5(F\xC7,\xF6AS\xA3.\xBA\xFE\x12\xA5\xC6t\xDC\x16\xEF^\xC9\xDFS4\xAA">\xB6\r\xD6\x03\xC0/b\x00\x18\xD9[\x04\xF2>\x16\b\xA5f\x01\xF8\x17-\xA1\xD6\x1C\xBF\xE1\xD3\xED\x16\x04\xAD\xF9\x10\xEB\xFE]\xDE\xFB\xF1\x0E\x9C\xEA\xDC\x16\xED\xC8\xF7X\xF0#\xFA\x1B\xB8\xE67\xF8\x1F\x03\xE7\x17\x0B\xEC\xFA\xCBM\xFD \x14\x99\xF9%\xC4\n\xB7\x1D\xDF\xC62\xF7\xD67\xC3$\xDB\xBA\xEFK\xF9\xAD\x00d1\xC9I\xF18\xC0\x1E\xB5\x07\xCD\x1BP\xD6\x014\x18\xFF\xDD\t\x194\xB1\xD79\t\x01\'\xD2\x11?\x9E\xD4G\xC1\xDE-\x1C\xF1\xAB\xDF:\xEE\xD5\xE68L\xEB*\r\xB0\xFF%\xE2\x11\xF0B\fa\x05!\xE8\x0F)\xF5\x93\x1D\xDC%\xD0j\xE5,\xF4>\xE3\xAF#\tV\xB4\xB6Ci\xD2\xE2\x05\xEBI\xCC\xF1R\xAA\xC2\xEB\xFC0\xF4\x06_\x92\x11\xE6(l\xC9\x06U\x10\xA7\xF3\xCC\xFBoD\xEE\xCFT\x04\x8C\xE7\xCF\xFD2\xC5<\xCEG\x07\xE5\x11\xFD\x0B\xA4\x02\xD9K\x97\x13\xFF2\xC0\xE7\xCF\xFA(\xF4\x1E\x8B\x11*\xC1\x0E\x9D/\xE1\x1A\x07g\r\'\xB0\x1B\xFE\xD7@\x02\xBE\x0B\xF6\x1B*\xBC\x03\x174\xD6\x9F\x13\x1F\xBD.\xFAI\x1D\xB3\x14\xE2\x9C\xF3\x17\xD9\xB77\xC2Q\xEB?\x18\xF8"\x0B\xC7\xEDr\x17\xF3D*\x07\xC5\xE8\x01:\xFBV\x1F\xDB\x13\xFE:\xF4\xDA\xB9\xE2\xCE\xEDI\xC6\xF62\xD3D\xE9\xB1\xDB\xFC>\xE1"\x07\xE7\xF5\xDA\n\xAB\x17\xDD(\xF5R\xD7\nX\xFF\xEE#`\xF7\xD5\xB30\xC9\xEF\xB97\xD6+\xF9\xDB\x9E\x0F\xE2\xDA3\x96N\xCE\xF0\xB6\xE6\xF7b\xB4\xC8"A\x15Q5\x10$\b\xAF\x15 \x9E\xFF1N\xCD\xED`\xC2\xB5M\x02\xBC\x1D\xC9\x06\xF6!\xDC\xF2+\xC4\fG\xB2\xFD\xBE9\x8A\x03\xDC@\xFD"-\x05\xF8\xEAW \tf\xD4\x91\x0B4\xF5J\xE6\xA0\x10S\b\xE3\x90]C\xED*\xFE#\xF0\xBB\x05(C\xE5`\xD8\n<\x02\xA2\xDC\xEE\r\xF3\\\x10J\xE4\xBF\tC\xA7\x18\xEF\xF8\xCC]!\x0E\xE4.V\x12\xA5\xF4\xCFE\x1A\x88\x01\xCA\xE4\xFA\xEF\xBFU\xC8\x14\xE5^\xF8&\xB4\xD7+\f\xF9\x02\x12\xAE\xE2\x0EI\xE8Z\xFD\x11\xB5$0\xE1\xBF\x11\xD1E\xC7\x19.\x9E\xD8\x00\xB20\xCE\xE9\x04b\xE0/\b\xEA\xD8D\xCE\xFA\xEF\x1E\xD6`\xE8\xBA\xE0&K\x11\xA8\x1AD$\x03\xD9\x1F\xB5\xCA\x17\xEB\xFE<\xEF\xCB#\xC00\xD4=\x03\xA7\xCF\x16\xD6\xF3\xC6\xFF\xEC\x1DR\xFC"_\x04\xB5\xE0\xFC\xEB)?\x1AW\xFB\x12\xB9\xD2\x1C\x95\x15\xF3\x00\xAB\x18\xBC\xC8;\x01\x0F3\t\xC5\xD7\xFD5*\xDD\x0E\xEA\xF9A\x06\x02J\xDD\xC3p\x18\xA9O\xE7\xF5\x1C_\xC56\xF5 \x9BM9\x07\xA4\xCD\xF1\xB2,\xE7\xF74\tT\x14\xD1\xF0\f\x8F\xD97&\x01?Q\xC33&q\x0BI\x06\xE4\'\x95\xF9V\xF2=\xEB\xBC\xF5\xCC\xB1n\xA0/\xEE4\xAE\r.\x05\xF6\x10\xDD@\t\x9A\xEB\xFA\'\xDF\n-\xEA\xDD\x0Fe\x17B\xDE\x0B\x85\xD6\x1D\xCB;\xAB#\xC3\xF7\xE1!\xC7\xF4\xAF\xE6\xF9\x0E\xB5\xE1\xD5\xE9\xF61\xB1\x17\xEE\xCD\x1F\xAD\x18\fY\x06\x16:\xFF\xD2\x18\xC4\xD7\xF5$\x9B\xE5\xD46\xB8\x00\xCC\x15\xDA\x06\x13\xB2o\x00\xC1\xF9)\xD5\xF6\x04\xC48\x13\xEDJ\xBD\xF3\xE5\x06q\xFF\x16J\xECg\f,\xDB\xED\x1E\x05:\x9B!\xDC\xFDe\xD8F\x04\xE3.\xD1\x9A\xE0N\xF1\xE4%\nM\x1B\xE9B\xCE\xFDT\x1B\xEC(i\x1FE\xBER\xEE\xCB\x19F\xAA\x1F\xB81\xE6 \xFFl\xFA%\x02\x10+\xDCA\xB9/\xAA\x05\xD6\x19\xCC\xFE^H\xC9\xFC\x12X\xCF\f\xBC+\x12\xFC\xC0k\xF7\x00 \xC4,\x11\xBA\xF6\xE0\xBE\bc\x12 \xC1\x06\xA2\xF9\xE1\xF2\xAB.\xE5\xFD>\xD7\x06\xE4Y\xEF\r\x94P\xD0\xBA\xE2\xA8\xD4\\\xFB\x92\x1B\xD3\xE8\x10\xFCE\x9E;\xBC\x14\xA6\xF3\'\xBE\xEF\x1B5\xF5\xE7\xA0?\xDB%\x14\xE87\xAA\xD8\x04^\x8E39\xFB\xDE\xB4\xF10\xD8F\x0E\xC58\x02\xD3\x0F$\x8C\xF33\x13\xC8\xFE=\xDA\x16\xF1-\bD\x18\xEC\xC75\t\xF3W\xC1)\xDF\xF2"\x05\xE51\xD4\tD\xE2\xA9\x03P\xCA!\n\xF0\xB4L\xCB\r\xFAC\xEC\x1D\xCE\x01'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('%\xF9\xABS\x06\xF32\xD9a\r\xECL\xF9\x936 \xC8I\xA9(\xD9@\xB1\xF4\b\xC05\xFF\xACA\xE8\xFA!\f\xEC\xDA\x00K\x0F\xC8\xF4*\x15\xB1\xF8^\b\xDBH\x16\xCF\x07C\xA8\x18\xDE-\x0B\xC1\xF8\x19\x8D/\n\xC7\xE94\x1D\xC0\xE4\x13\x8E\x02\xBF\xD0&\x10\xD8\x04\xEB\xFD\x0E\xF6\xE9\x12\xFF\x1CS(\xDD\xEA\x1E\x13\xD9+\xB6\xCD`\xA5=\x1D\xB2\xE76j\xDB\x01\xE41\xCA\xED,\x80\xF5\xE7\x1E\xF01\x01\xF5\xB1J\xECb\xE0\xD5W\xE7L\xD8\xFF\x0E\xD2G"\xF7,\x1B?\xB1\xE5\x1Ah\xB5\xDE8\xD1\bc\xC3\xE3\xCD\x10\x9F_\xF7\xC5\tR\x03\xDF3\x13\xC3\'\xD1\xFA\t\xA1\xBFN\rB\x1B\xBB\x0F\xFD5g\xB7\xDA\xC7Y\xE7\xD2\x12\x045&\x00\xF4\xC4\x06\x17\x9Cj\xEE\xB2:\xCA\xE1\xEF\xFE\bF\xC2\xF4*\x16U\xBD0\x99$\xFA\xED?\x01-\xD1<\xF1\x9A\x1AC\xF4\xFC\x07\xF0[\xDD\x1A\xED \xD1\xF2\x94\xD9\x03#\xE1\xC4\x04\'\xFB\x11\b$<\x1D\xA2\xCC\xB8\x0E E\xB8<\xF4*\xDC\xFB\f\x05Q\xA7/\xDC\xF74\xCE\n\xA2\xE6\x1D\xF0\x03\xD64\xAD\x17\xDA\xBA\x0E\xE3$\xFE\xEA\xBE)\xD6\xE4\x8D0\x12G\xFE4\x06%\xFB\xE89K\xD3\x15\xA5=\xE4H\x93\xBE\xF8\xDB\xFD\xE5?\xEE\xA7\x14$\xE1\xC3\x03\x1CX\xE7\xBC\x11\xD3e\x15\x9B\x1F\xEEI\x02\xFA@\xDD\x14N\x0Bi\xF2\x06H\xFB\xAAq\x11\xD2\n\xADP\x1F@\x01\xBB\xCC\xAB\xE3Y\xC5\x14q\xAC\xF1\xF8V\n\xD6\xF3\x19\xD0q\xEB*P\x18\x07j\xD3\xFB\xFD\xEC\x10D\xCE\xA1%4\xF4!\xEA\xC8\x03X\xE1\x12\xD5\xC3\'\xB0\xF6\xE7\xBC\x1E\xC8&\xE9\x1B4\xC4\xDD.Z\xEE\x16\xC8\f\xF5\xE8)\x17\xF7\xDB\xB6,\b\xCE\x1C\xBA.\xEC\x1F\xB4\xFF5\r\x04\xB1\xC5\xF3/\xDE\xC09J\xD3/\xB0\xF7\x15\xD8\xFFJ\xB4\xFA\r)\xBC\xFD\xAF2s\x0B\xCBG+\xD2\xFE\xE1\x92W\xCF\xF0\x03G\x1E\xF6\xFF9\xDC\xA6t\xD7\x07P<\x10\xECC\xDF\xFF\x0E\xE6A\x02\xCAZ)\xDC\xF0\x16B\xD6\x0F\x99\x02\'\xE5\x8B\x19d\n\xE5?\xEF\xC5\x18\xE2A6\xD8\xE8C#\xF2\x17\xE9\xFD\x1A\xA3\bB\x129\xF8\x0B\x16\xB6\xE7\xA0\xCD\xB8\xE5\x11\xF96"\xEF\xC0\x9A\x02\x1F\xF4\xA35%\xC6\x98\xDE\x109\xE8\xC3\xA20\xE3V#\xF8K\x1B\x0B\x05\xF2\xDE\xFF\xBA)\x04h\x97\b\xCD\xF1\xA5\x1B\x07\xCC\xDC\x89\x049\xE0X\xF3\xEA.\xD6\x91\xDF,\xFB:\x0F\x06&J-\x04\xB4\xCE\x0E\xFC1\xD4\xC9^\x16\xD7I\xFBh\x18\xF5\xAA\xFC\x0B\x1E\xF9\xCC\x00\xEA\xBA\xCE\xF0\xAF\x966\xC7\x1ET\xD0\x0F\xDC/\x1F\xFE]\x10N\xF6;\x0FQ\xBE!\xD7\x0F\xC6\xB7 \x04I\xC1a"\xD8\xEFi\x17\xD5\xC4\xEA\x1AC\xDEd\xE6$\t\xF9\xBC\xEA\x06\xF1+\xD2\x05"L\xD4a:\t\xAB\x14>0\xDA]M\x10\'\xEC\xA4\xFB9\xB2\xF6\xEB\xBE&\xDF\xB4\xC5\x00\xE5)\xF0\xF8\xAD3\x00l\xFA\xE4\x19\xF3\x00\xC9\xAFB\xE1\xF9\x97\xF2\\\xFF\xA2*\xF3\x18\xAAM\xE1=!\xAD\r\xBE\xE5>\xB6\x14\xE0\xF3\xBD\xED!n\xE1\x04\x10\xFA\xE6\xF8\xD6C\x0B\xF1\x1A\xE4R\x14\xD43\x04\xED\x17/\x95\xD3d\tI\xED)\x14\xCD\xAE\n6\xE9\x14\t/\xBE\x025\x0B \xE2\x13\xC5\x05\xB96\xEE\x0F\x01\xCEZ\xDD\x1DP\xEE\xCC2\x00\x8F\x18-\xD7\xC3\xF6\xA0\x1E\xC7\x19\xAF\x04\xE12\xBD$\x03\xC8?\x0B\x9D\xF9k\xD9G\xFC\x1E\x12\xC9\xE2\x1B\x9B\xDB>R!\xD2\x9FV\xF5\x1C\xD1%O\xDA\xB6:\xF8U\xD7D\xFF\xC7\'\x86\x15-\xFC5\x9F\xF9\t%\xE8@\x05M\xFC\x0E8\xEDS,/\xC2Z\x15\xCBr\xD8E\xA7\xFC\xE3\x1C:\xCB"\b\xB1\xEB?\xB9\xFD\xD1\x06\xF7\xE9\xC0\xF0)\xDDE\xFE\xE4\xA8\xEE\x14\xCA\xE9(\xD1\n\xEA\x11\xDD\xF7u\xD6\xEC\xF4\xC6\x03\x12\xD8p\xC2\x0E\xDB\xCA\x92\xE6\'\xD0\t\xB1\xE7\xD3\xFD"\xF3\x99\xFF\xEA\t\xF4,W\xBA\xF2\xE7\x0E\xC0\xF5\xDC\x042&Db\r-\x02\x11\xFC\xB8\x07\xC5:\x0Ee\xFA\x06H\x00\xAC\x1E-\x8B\x1C2\xB6\x06;T\xB2\xE8B\x1B\xA9\xF4I\x1D\xF7Y\x12\xB8D\xFF\xDA\x15G\n\xE7?\x0E.\x17\xB4\x1F\xCE\xD9\x06\x15\xA9Q+8_\x16\xA3\xE8\xF2\xB3\xC79\xA4\xE2x\x180\xEC"\xDB\xBB.\xA0\x1A\xF0l\xBE\xF5M\xCE\n\xE7\x18\xE0 \f\xCF\'\xE0\xFE/\xB6\xEC7\x01\xDE\xF2\x1Ff\xF8=\xEF\xA6\xDC\xBA\xF9\xD1\xE06c\x0F\xED&E\xFB\xD2\x01\xE3\xC6\xFA\xD5\x0F!\xDF\x16\xD6\x1EJ\xCC\xF6\xD6\x97Y\x01\xF2C\xE3\xC6\x0F\xDA=\xE2\x01\xEF#C\xC1\xFE\x963\xF8_\xEE\xC9\x16\b\xD2(\xC2\x193\xCB\x9C\r\xC0\x184&X\x1BK\x04\xC1\xE6\x90\x01\xC54\xDD\x1F\x9A\xF1\n\x1CP\xBF\x01V\xF7\xFE\xEB\t\xB0&A\f\x14\xCD\x1D\n\xD5&2\xFA\b\x16\xC5]\xA5\xF8\xD3O\x13\xDB\x05\xB8\x0F!\xF0\xD12\x0B\xF5=]\x04\xDFQ,\xF3\xFC\x9B\xCC8\x1FF\xC1\r\xD1H3\xD8\x10E.\n\x15u\xF0\x1C\xB5\b5\xBE,\xCE\xE7\xB6\x03\xF4T8\xA5\n\xF8$\xB5P\xDA\xA7\xC6\xF6!-\xB0=%\xD3\x05\xBB\x0F\xE2\xF9X\x15\xA1\xCC\xFF\xB6\xEE4\x1B\xA7\x10\xD5\'i\xDC\xB3\x16\xE7\x03\xF7\xB8$\xF4\x01\x1D\xA9\xC9:\x9C\x0E\xFCS\xF5\x14\xD9\x05\xFD\x1E\xEFa\x18\xC2\xEB\x13\xD0Z\xC4\xE9\xFC)\xF19\x14U\x01\f\xDDL\x9D2i\xC9G\xAF\'\xEB\x02M\xCF"\x0E\xD7\xC9\xEB\x07I\xE6\x01\x0B\xF2\xFD\x8C?\xDE\x1A\xA3U\xBD\xEF\\\xF8\xE6\x03\xD0>\xDF$\x93^;\xABM\x11\xD4\x98\b\xDCE\x1F\xF1:\x16\xCD\r\xE3\x07\xD4\x9B\xEC\xC4\x1A\xF8\xE7\x15\xF2\xFE\x1B\n\xD7:\xB8\x1E0\xF6\x9E@\xFDY\xBF \xAF\x19\xC5R/#\xC8o\x06\xE8,\xE0\xCF\x07$\xDB\x1B+\xAE\xEA\x02\xCD\xF1\r\xDC\xC40\xE3?\xF7)\xFE\xAE\xE2\x04\x8EEm\xB2&\xFD@\xE20d\xB5\b"\xDE\xA5/\xE6\xC3\xFD\xF1\xDD\xE0\x18p\xE4)\x14\xDE:\xF9\xED@\xD4\xE2\x10\xEE5\xD3\xFE\x0E>\x182\xB3J\xBF\xEFd\x17\xC2E\x1E\xE5)\xF8\t\xFF#\xB9g\xC83\x0F\x1B\xD9\x00\xF6\xC1\x19N\xCC\x13\x04\xF0\xCF;\xC3D\xD2R\x05\x13e+\r\x01\xC4\t\xF0\xB4\x03\xF4\xCF-\x05\xA3\x1F\xB9\b\xFA\xA9\x15L\xC6\xF8\x98\xE9\x10\xFE8\t\xFA\xD61\x07\xFC\xB9\x16v\xA6\xCD\x1A\xE7\r\xEF\xD5S\xBC.\xEB\x1F6\xDD\xEE\xF8\xAA\x1F\xD9+\xFB\x10\x02\xEE%\xF6\x94\xCFF\xACS\xAB8\xD2\x1CG\x92\x0E\\\xD9\x14\xF5dD\xDA)\xF2\xB3"\xDA\x03k\xD4\xF5\xE2\xA1%\x11\xE0T\xA0\xD3C\xEB\xF35\xD8G\x03\x9E!\xFB\xF2@\x0B\xD2\xA0\x10\x06\xBA4Y\f\x8CT\xE2\xAE\x17\xBD=\xE1!\xEA\x02\x12\xEB#\xFC\xDB1\xEA$\xC1\xE57\x00\xCB\xE8\x1B\xC2X\xE4\tF\xF1(\xC4T\x16\xCBB\xB2\xF3\xE9$7\x04\xC1\x11Q\xB1\xF6\x149\xE5\x07\xCC\xAA\xE3P\xFFb(A\xE5\xFD\xC1\xEA\x1C\xF53r\xDA\n\xFB\x19\xC07\xD8\xF6J\r\xBCg\xCB\xFE\tL\xB4&\x0F\x99\x04<\xFC\x10,\xCD\x19\xA8\x07 3\xED\x03`\xBF\x19\r\xF7\xDA\x1F\xE1\x00&\xC4\xDEW\xB7*f\x18%\xC4\xF4\xE8\xD6\xC9\x17\xF3&J\xD3\x07\xC9\xFF\xE9-\xB2]\xF4\xD6/\xC8\x9E\xE6\x05\x14\xF5\x1A\xA6\xF0\xFB\xDE1\xEE#\xD0\xDF\xA0\xED\xBB;\xFA\xE5\xB7\xDB\r\xF9\xD4*\xFF\xCA\xAD\\-\x91\n\xEA\x1A/\xD1\xFF\x12\xDA\xF8\x031\x14\xAE\x1E\x0B\x96\xDD\x01\x12\xB7A(\x9D\x10N\xCA\x06\x12%\x00c\x1F;+\xAE\xE14A \xD0`\xBCO\xF7\x15w3\x01P\xDD\x13.\x00N\x8A\x1D6\xE4Q>\xEF\x14\xFD\xCC\xC7\xE49\x03 \xAE\xE0\xFC\xB9G\xCD\xFA\x95\x02n\xC56\xF0 \xCF)\xB1\x7F\xD5\xF6\xC29\b,\x0F\xC8\x05F\x14\xC7N;\xCE$\xB3\xD9l\'\xF5\xD3\xCB\xA4?\x06\xE7E\xDD\x197\xCC%\x03\xB5\x12\xEF\x8Fa\x18\xFCL\n,\xDAV\x0F3\xD5\x02,\xE8U\x0F\xDF\xED\xAA\xFEJ\x9C\x02\xF5\x16\r\xA3\x01!\xEE\xD7\xE1\xAEV4\xA0\xFE\xBA\xEA\xF5\x85\x15\xEE\t\xE2<\xBA\x1C\x11\xEF\xFC\xB41\xC7\'\x07\xF0\xAD\xD9X\xF9\xDFQ\f\xF5\xBB\xD6\x12\xEF\xB7\xFB\xE9\xC9\b\xEE\x1B\xA78\xF5\xBF@\'\x07\xD8\x10\xE7]\xDD=\xEB,F\xB3\\\xFA\x16\x00\xF4\xEC\xDD(`\x03\x1D,[\x00\xCB\x11\x9E\xEC\x04\x02h\xE1\x1F\xF3\x00\xD2L\xE5\x15\x1E\t0\xD2\x1A\xFE*\xEB3\xA1m\xD0\x1AI\x9D\x18\x00\xC0\x13\x93\xF8\x02\xBF\xB0.^\xC52\x0F;O+\x13D\xA8(\xF7\xE1_\x1D\xF8\x11p\xDB\x17\xC2\xE9\x13\xFF\xF3\xA6\x0F\x00\xC2\xEE@\xE5\xF85\xFE\x13\xEC\xE0k\xFD\xB3L\xCE>\xE6\xBB\xDE\xCC\xF9\x19\f\xB0\xCE\xF8\xA5e \xE1F\xE8\x10R\xF3\x00\xDC\xEF\x1D\xE5\x05\xA4\xE0\xFC\n\xEEU\x0E\x9C\xC1&\xA8\xE8,\xF4>\xD31K\xE2r&\xE9\xDC8\x07\xD0*\xDB\xC5 \xD5\xBC\x07$\xD93\n\xF7\x00|\x1B2D\xA2\xE9Q\xFF\xEEH\xDA\x0B\xEF-\xB6\b\xD5>\xE4 \x07\x9AF\xBC\xF2#\xD0e\xB8\xDB\xCB\x04H\xF1\xFF7\xC7\x07\xB4\r\xFE\x1D\xCA\x1E\t\xBD\x1AW\x9F!\xFD\xACg\r\xE7>\xF6H\xA8\x11\xF3\xC2\xE1\xAD\f\xD6\x13\xF0\x06,9\xDF\x11)\xC74\xFB\xCF\\\x18%\xA3\xC95\x12\xD2Z\xFB\x181\xEA\x024\x17!\xE7/\xD8\t\x18\xE1D\xED[\xA3\xE3\xFB\x92\xED5\xD2\xF9\f\xE2O\x16\x03\xF2\x98.\x17\x01\xD0\xEC<\x1EQ(\xED\xC6\xFD[\xB7\xD2\xC2\x1D\x8C\x04\xEA\x1A\xAB\x03\xF4\xC2\xED\xFDf\xF9\xB7*\xE2\x0B\xD9\xC6\x11\x97B\xF2\xFB\xAD\x12?\xB8a\xD1\xFC$\x14\xCD8+\xDAA\x01\x13\xB2+\xC9\xEC\xBBC\'\xCE[\xB5\xE3*`\x91\x05\xD4\x167\x9E!\xDC\x0E%\xFC\xF1v=\xBA\xE2T\x0F;\xDF0\x06\xD9\x19\xEB<\x02\xA6AV\xF7\x1E\xD6\xBF+t\xC8\xF8\xE5\x1F\x8A\x04\xDA\xBC\xF8\b\x0Bb\xF5\xC7\xE6G\xF26\x1D\xD5\xF9\xDF\t\xED\xFB\f\xC8\x1A\xFD\xE5\xB9\xF9W\x03\xE7>\xF5J\xE4\n\xD6\x15\xF6E$\xD7\x99\x1DO\r\xACI\xF5\xC5\x1C\xF0%\xB4\x07\xE6R\f\xE1\x02\xD3%\xEE\x0F0\xF2S-F\xEB\xBB\x17\xAD$\x07^\xDB\x04\x0E\xA4:\x14\xC1\x1C7K\xDD\xF31G\x0F\xCA\xF2*\xB4\x19\xCB\x960\xB2#\xCC\xFD\b\xC3\xEC\x00\xF7\xBB\xE8\xD0"\xDE\x0Fy\xCF\xFE\xDC9\xC9\xFE\xA9\x1BG\x9E\x07O\xB3;\xC4\x19\xDF\xAB \xF0\xE13\xD5\x1C\x8B\xC1\xFB(m\xE9\x01S\xD8\xA1#\xBD\x13\xAE\xD8"@\xE0\n\xD7g\x05\x13\x00V\xE86\xA4\xDC\x182m\xCB\'\x159\x01\x922\xBC\xE6\x16.\xEF\x10\'>\xEA\xF34\x17\xDC\xFA\xD0\x0B\xE9\xFF\x10\xD1U\x02E\xF9\xEC\x11=\xE4\xB6\xF4\xCB"\xB1\xF1\x05\xF9\xEAo\b\x01\xEC\xA4\x15\xC15\xF8\xED\xDD\xC5\x1B\xF0\x0E_(\xF3\xB0\x11>\xE0\xF1_\xFB)\x07\xF7K\n\x9FZ\xB9\xF6\xD9\xCC\x11\xFE\xC3\xE4\\\x02(\xA0o\xF4?\xCF\xA0\f\xC9.\x00M\xD1\x192\n\xE1E,\x0F\xD0<(\xC9Q\xF7-[\xFE\x1E\xAA%:H\xFA\xD8\xB9\x02\xE4F\xD3\xFB\x05\xA2\t\xB6\xC9\xEB\xD5;\xB0"\xD4\xE3\x15\x05b"\xB7K+\xA6\x1E\xF0A\xD8#\xB7\x06(\x15\xE8p\xB3\xDE#\xEF\x05W\x96\xFE\x16\xC4\\\xE4\xFF\x9A\xDF\x1B\xBC\xD3\x06\xEA\xCDL\xE3\xBA\b\xA2+@\xCA\x1E\n\xBF\xE7#L\xD8\x12\x1ET\xE1\x1A\xF1\x03\xFAD\xC4/\x91\xE0\b\xE8\xF7\r7\xBA\x13\xCA\xF94\xE0\xF2=\xBF \xF6\x0B\xA4\x14\xC3\xDBA\xD2\xED\xF63\xB6\x1F\x12\xF17\f\xE5B\x90\xF5\x0F\x00\x16\xD1"\xF3\x12\xFD\x89W.\x16\xEE\xC45\xF6C\xA7\r\xC0a\xCB6\xEB\x1D\xFF\xF1<\x1A\xD2l\xC7\xDA\x06\xE6K\xED\r\x1C\xDC\x05\xFD\xD77\xCC^,\xFC\xE9\x1E\r&\xA7\xDB\tC\xD4\xFAK\xAF!\x13\'q\xD7.\xEFP\xE6k\xDF6\xEA\xF7\xDA\xADf\xFF*\xE4\x03\xF00\xFC\x12\xDD(\xAA\r\xD6Q\xFB\xAD5\x00\x16\xF4W\xAC*\x01\x87\xC6O\xAF\x19S\xED\x03\xE3?\xF4\xB20\xBDt\x03\x19\xE8V\xC1\x05\xEB\xCC\xFD\xDD\xC4\x04\xB48\xC6\f\xFE\xB1\xC1\x07\xCF\x1C\x03:\r\xD1\x95\x17\xBC\xCE%\xE8\x99J\x06\xBBs\xE5\xC8\x10\xBE&\xEC\x9A!0\xFB\x1A\xD5_8\xCD+\xE6\x94\x13(\xB9\xD4\x10\x06Q\xE4\xFA>\xC9\xF3"\xAA/\x18_2\xF2<\xEC\x1B\xF9\x9B\xDB\x1D0\x15C\'O\xB9\xF3\xE0!\xFAK\xDCj\b=\xD6 \xF2\xF93\x18*\xEFH\xD7\x0B\xE3D\xCE\xDF\xBD\x11\xE4\xF6\x0E\xF7A\t\xC5\xFA\x1FK\x9D\x18\xCD\xF1\xD7\f\x835\xFE\x10\xD9\xE3\x9D\x02\xB9U\t\xE0$^B\x05\xF6\xD5\xEE\x8E\xE4\x12\xC9B\x07\xE92\f\x1C\xF7\xB5\x01\x16\xE0\xCD\t\x9D\x02\xDE\x1D\x059\xC3\xF2\x0E\x04<\xF0%\b!\xB8\xDE3\xF1j\xDC\xEB\x00;$\xAC\x14+N\xE1\xCFh\xF8&\f\x1F\xD5\x15\xA7\xCF\x12\xF1\xE7\xCB\xA9b\x00\x0B\xF91\x1A\xA6]\xB7\xF2\xC7\xA4\xE4O-\xC2[:\xEAM\xB7\xF6d\xA6\xFCR\xB2\x1Ce\xA2\xCAM\xB0\xEC[\x01\xD0\x1B\xAB\x0B0\xC3\xF7\xDF]\x01\xC0\xED\x1D\x07\xB5;\xEF\xC6E\xFA\xE6-M\xFE\xBC*\x0E8\xE0 \xBEV\xD4\xED\xFF(\xD8\x13@\xFF#\xD1\xEF\x0E\xA8\xFB"\xD5\x101\xCA\xE8\x13)\xD4\xF9\xE6-\xFE\x15\xDB'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x05)\xAC7\xFD\xCC\xEFS\xBF\x147\xCF(\xEDF\xFB\xDF+\x04\xC3]\xE2\xFD0\xF3\xD1\x078\xE2\xB7(\r\xE6H\x1E\xF6\xC9\xE7\x18\x07\xD2&\xEB\x12\xC5)\xF1\x1B4\xC7\x0B\xF5\xB2\x11\xE9D\t\xF6#\xB9\xEA\x16\xD6;\xC3\xDB\xF2\x10L\x1A\t,\x00\xE1\xF2\f\x03\xA1\x17\xBF9\xAB\xEC$\x14\xA1\t\xB7U\x11\xA5\x1E\xF6\x03C\xC5\xFB\xD4\xA6\x04a4\xB1H\xF4c\xA1\xFBV=\xAF\xFF\xDA\xEBV!7\xD8*\xC4\xA7\xD39\x10m+\xA8\xFBC\x17b\xE7\xB9\xE0\x95\xD4\x1F\xAAf\xBAK\xE6\xD6\x0E\x1D\xCEL\xF9\xD4:\x1C\xDA%\xC3\xECp\xCC\x16\x9D\xEE.\x149\xDD\'\x0E\xFC\xE1\xBE8\f\xDF\xD5\x06\xE5\x0FA\xA0\x02\xE1\xFCn\xF2\x03\x1C[\xDE\xFF\xC5\xF4\xE4\f\x00\x9F\xD2\x06/A\xF8Z\xEA>\xFC\xDA\x1C4\x00n\xF5\b\xE4\x0E\xBA\xF1J\xE8\x03?\xFC,\xD9M\xFE\xDF\\\xB7\b\xC2\xEE\x85\xD5 \x02\x17\xCC-\x1F\xF5\xBFi\xCF\x15-\xBD\xCD\x8F\x15\xE3\xFA1\xEF\x9B\x07>!R\xE9&\xFA\x1E\xC8\xEF%\x10\x07\xC4\x15%\xF7\xC8\xB2\xEF?\x981Z\xFF*\xCA\xF8\x8E\x18\xE1\xB0\t5\x1E\x0F\xF5"\xE9V\xFA\x13>Q\xE8\xAD\xF0\xFFL\x98\x19\'\xF9\xF0G\x1E\x06@$Q\xB4\x0B\xCCI\x1B\xDA\xB3\xCC8\xBFP\r\xAA\x02\xDB\xB1\xCF1\xEF\x9A\tR-\xDD"\xC5\xD9\x19\xAB\xDF\x10f3\xD1\x0E\xF2\xBE\xE9\xD2\xAB\xC9?\x01\x19\xCE-\xF3\xC6\x0B3o\xBA\x0E\xEC7\xDF\t\xB1\xE7\x0F\xF5\xD5\xEB\xC0\xDB\x13(\xE8\xFB/\xF0\x02\x07\xDF\xF4\xD5p5\x18M\xE6\x01_\xE2\xD2\x11\xE8\x05\x14\xFB\xEB\x03=\x1F\xBF\xEE\x05!XD&\xFAb\x06)\xD8\x94\xE1K\xB8\x05\xDD$\xF9\xD8\xE3>\xC9\xD4\x01P\xC3\xDBc\xA83\n\x008\xF5X\xAE\xC0\rg\x16\x19\xB1@\x12\xE3\xFC\xC1\xF6<\x1C\xBC(F\xFE\xA7B\xBBd\'\xD0\xF4\tG\xD8\xB4\xE6\xC8\x00\x8C\x19\xE2H\x13\xEF2\r\x1F\xE7\xAA[\x1B\x9E\x04)\x14\xFA#\xA51\x1B:\xFE(\xC8\x1AK\x9F\xD1\x18\x05B\xD3\xE5\x92\xD0/\xED#\x99+\xEC\n\xA3\xD8\r\xF2\x18\xC4\xF5\x1E\xD6\n\xAEM\xE5\x9D1\xFE*\xF7\x14\xDC<\xED\xC3\xFF\xB4\xF8q\xBF\xFD\xF5:\x10\xEB\xCEF\xF3\xB0^\b\xEF\x11\xF7\xD0\xEC\x15\xDF\xF9\xE5"\xEE\xFD\xE0 \xF46&\x00^\xF9\xC7\x04E\xD2Y#\xF95\xAC\xDD8W\xE5+\xF15\x12\xFA\xCB\x17\fR\xA75\x06\xCE\x100 \xDEA\xD1\t%F\xD5\x00\xBC4\r\x1E\xC3\xE7D\xB8\xE1Y\x99\x05\xBCB\xB0t\b\xC50`\xA5\x11\xC6\xFC\xE4\xA4\x0B\x16\xDC\x1D\xB6\x11\xE1\xCB\x00y\xEC\x04\f\x91\xCA\x01\xDF\xC1#v\xEA\xDE\xC2\xF0\x1Dj\xB6\xF6R\x96\x05\x17\xEB\xA6\xDF\xC9\x15-\xF8b\xE0\xD6\x01/\x17\xD9\xFF"+J\r\xF1-\xD9\x11=\xB9\xD8\xEC\x02T\xDBD(\xBCS\xE8\xFE4\xF0\x06G*\xC0\x1F\xD00\x16\xF9]\x1CC\xD7\x04\xB2@%\xD4\xFC\xE0+\n\xD7\xE8\xCA8+\x01^\xF0\x9A\xE5\b\xAE\xF0K\x90\xF7\xCC9\x0B\xC2\xE7\xD6\xFB\x1E\xCD\x01\x8A\xF4\x1C\f(>\xB0\x1B\x11\xF1\xCD;\xF6\xABe\xC5\x19\x88\xE6\x13\xF7\xB3\xDBH\xEA\xB8\x07\xA2\xF07\x1A\xF5\x07\x12J\xA1\xEBE\xFE%[\xF3\xB5\x1D\x0E1N\x19\xC6 :\x11\x06\x1Cu\xEE\xA3\xF4\x18b\xAA;\xEBS)\xE7L\xFA\xCE\xE4\b\xF0\xD7\x1C\x04-\xD5\x0E%\xDD\xF5<\xD7\nP%\xFE:\x0E\xD3-\xE6\x10\xFE\xCE\x97V\xE7\xC8\x03\x1A\xBE\x14\xAC\f\xFB\xD8\xE6\xC1\xF9\x04\xD9)\xFE\xCF\xE8+\xB4\xE2\x0FH/\x01\xC9\xE3\t\xBF\x14\xDC\x05\xC7\x95\x181\xBF\\\xB0\xFD\xE2\x9CH\xED\x02\xB8.\xFD\\\x8C\xF1\xE3\xC5\xAA\xF3 O\xF7\xBC`\'\xDA1\xB9!<\xF4\xD35\xE3\xC6L\x12C\xD0;\xAC\xEDf\xBA\xF6X\xD9\xC4\xFB$\xD0\xB3?\x12!4\xF6\xFD\xB5a9\xEF\x00F\xD7\xF96#l\t\x15\xCA\x1EL\x0B\xEA\xCD\x1D\x053\x11h\x02\xDD\xC9\x164\xE1\n\xED\x01\xF9\r\xDD(\x06d\xF0 .\x9D\xFF!\n\xDF\x14@\f\xA3\x17\x006Q\xE9\x04\xDE\xF9\xEF\xD8\x9FI&\x1A\xD4\x0B!\xDE\x12\xA6$\xF4\xC6\xE9\xBC\xF9;\xE4\xD3\x96\x13(\xBDD\xD5\x19\xED&\x9A@\xFC\xAD\x1E\xC3?\x16g\xAD\xCDQ\x99\xFA\xB9\x02\xDC\xEAx\xF0\xBD\xF73\xD3\xE6!E\xEE\n\x92\x1F\x16e\'\xBCW\x07\xCB\xDF\xED\xA9,\xF6\xB7p\xEB\x03\fC\x18\xD9/\xAA\xF2a\xF87\xDF\x01\xFA\xE8\xB3\xCE\nX\xE7\x06\xD7M\xF5\xA4\xD3\xE3-\xEE\x17\xE7\x11>\xCB\t\x16\xB1)U\x1B\x8A\xFD\x06\xCA\xDE)\xBD\xD6\xF3\xC7\x91\x0B\xE5\xFF1\xF2\x0FC\x03\xE6R\xC4\t.\xCA\xDD\xA3)\xFEU\x07#\x02\x19\xC6\xF0q\xA4*L:\xF6\xC0\x14\xEF-\x0E\xE9\x03$I\xF6\xC1\x002\xD6%J\xF57\xD4\xE3\x03\xC8%O\xF22\xB1\xF9M\x0F:\xFE.B\xD0\x1D\xB0\x17j\xC05\xCF\x14\xFD;\xE2\x16`\x04\xD0\xEE\x11\xC9\xBB\xDBD\xB1\x10\x1F\x07\xDA\x0F\xFE\xE00"\xB7\xCEr\x1A7\xBB\x10\b\x1FA\xB2\x0B\xE4\xA5\x1D\xC0\xFB\x10C\xDA\xEB\x0E\xBFo\x12\x03\x1B\xE5[\xDC\xEC\x13\xF7N\xDA\xE9\xFA\x98\x1C\xF3&\xD9\x9D\xEFO\xF2 \xB6=\xE23\xEB\x0B*\xE7O\xCC3\xBC\xEF\x1E\xA1\xD6=\x00\xF8\x90\xDE\xCA\xFC\xD9\x9F]\xDE\xF3\xC7f\xED\x00Q+\x95\xF3\x16\xAF:\xE4\x1D\xD3\xEA\xA8\xCC!\xB2\x04\xC3\xA5$\f\xC6)\x01\xDE\f\xB3G\x1E\xFB\xB9\xC5\x14K\xF8\x87\x1F]\xFB\xA2\xD5\xFE\xF5\xE1\x16U\xC7\x05c\r\xE4D\t(Z\xF20\xEB\xCC\xFD\x1A,\x06\xDA\x14\xCF\xE8\bg/\xD0\x01\xF7\x9D-I\xFC4\b\xF5+w\xE25\x05@\xD4Q8\xECd\x04\xCD+\x0B,\xE5\xD6\t\x01\x13\xD0?\x18\x068%\x84A\xF9\'\xE9\xF4\xAD\x1C\xC2\xEC\x16\x01\xB4\x13"9\rE\x8F\xFA6\xB3!@\xDE\xB8\xFC"W\n?\xDC\xF0\r\xC1\xD8E\x19\xD2\xFD\xEB\xF3\xB7\x14\xF7\xAA\xC7\xE4\x11\xF6\xDC8\xFF\x946r\xC2\xDD\xF4\xB3\xEFX\xBB\xEB\r\x01\xD4\xB45\x15\xCFN2\xD8\xA7<\xE5P\x03\xAC\xD5\xE9\xBF$X\r\xF5\xC7\x03\x1A\xEE\xC2\xDF\x14\xCB\xB9\'\x17W\x98\xEE\f\xBAK\x1C\x9D^\xE0!\x06/\x1B\xBEB\xA6\xEAT\x0F\xF0"\xE8E0!\xC7\x10\xDB\x1D\xCAk\xE6\bR\xFC\xDD\x03\xF1"\xF9\f\xD3\xC1\xF5\xE1\x7F\x15\xF2\xD1\xE0\xEB\xA70T\xD7\x0F5\xA9\xF3\x05b\xFF\xE1\xF89\xE6\x01#\xDB\x10\xCC(\xEE\x0E\xD0\xFDN\xEF"\x00\x17\xDC\xCC\xFA\xB8\x18\xA8\n\x02\xE4+\xFA=\xAF*\x13\xC1\x1F\x93,\x11\xB5W\xCBE\x1C)5\xFB \bJ\xFF>\x05\x13\xFA&\x9DF\xE8P)\x1B\xEA\xAC \xD0\x11-\xC8\xA9=\xF52\x00I\xBC<\xDA\x8D\n\xD2\\\xB7\x1A3\x07*\xD2O\xF7\xD6h\x9FI\x04\xF0\xF7\xD9G\xEE\xE3\xC7?\xE7\xFE\x07\xE0\xF0\x98\x06\xCA\xB6/\xA0\xC8\x1C\xB7f\xD3\xE4\xF2\x01\x0B\xD0\xFB\xD8<\xC5K\x04\xB5`\xFAO\x07\xE6\xC1\n\xA7\xE9\x18q\xF9+\xDF3\xF5\xEA\xAD[\xE2\xFF\x12\xEC6\xBD\x0B\xE8\xD1\x1B1\xA4\x007\xF8\x0Bv\x1B\xA0\'\xBAd\x10\xD9U\xED\x0F\xDD\xF7)\xE74\xC1\x17>\xC8\x1F\xB80\x94\t\xF5+\xEE\xD7\x1A\xDF\xF0\x17\xD4e\xF8\xDE4\x04\xF2\xB5\x14\xE8\xC8\x0EA\xC6\x0E\xF2>\x8E\xCA\x1A$\xFD\x15\xC2\xE0V\r\xCC\x16$\xD4\xBC\xF5\xDA7\x17\xE8\xFFB\x19\xE5;\x02S\x10\xD8\xFE\t"\xAF\xF7V\xE1\xEF\x13z\xDD\x0F7\xA0&\n\xBA/\x83%\x1D\x11\xCE(\xC4\x1EK\x06\xA2@\xF9\x03$\xD9\xBB1T\xE0\xF2\xB0_9\x07!\xBB\xE9]\xAE\x064\xEC\x0EP\xF8\xC41\xA8\xF4\xBE%\xD3\xAF\xF0@\x8DL\xEC\xDC\x105\x05\x19D\xFD\xCD\xBC\x00\xE7B\xFC\xCF;\x02\xEDU\xB2F\xFC\xE5\xD7:\xFE\xEE \x18\xA1j\xE8\x15\x01\b\xF9A\xD8,\xEC\x98\xFB\xDB=\xF2\xDFI\xFF,\xCE\xAF\x04\xD5\x0B!\xCF\xFDk\b\x19\xC5\x1F\xF5\xCF\x04j\'\xA1\xD4\xC1\xE7\xB0$\x1CW\xF3\xC7l\x14\xE4\r\xC5\xD9\xF4\b\x9CY\x0F\xAE\xCDe\xDB\xE1\xD5G\xF6 \xD1(\xA6\xC5\x0F\x02\xCD\xF5P-\x03\x12\x1F\x9C\xC5\x15\xE2"=\xEEM\xE2-\x13\x9B\xEC9\xE3Z\r,\xB4\xFC\xCA\xF1\x00Z+\xF8=\xE2\x12\b\xAF\x1F\xF6\x93O\xFE\x1A\xE29"\xEC.\xF3\x17)\xBD6\x07*\xC4\xAE\xEEb\xE6\x19N \xE4\f\x17\xC6\xB3\xD1\xFA\xE8W\b\xF3i\x92\x1C\xFA\xB2\x04H\xDA\xF7&\xB9\x01\xDB\xE96\x1A\xE2?\x1E\x0B\xDA\xEE\x05\x9B\xD3+\xDC3\xEB\xD7\'C/\xBF\x13\xD1\x01\xBA\t\xE1\xF9\x05\xF1\xB7\r\xFC<\x11\xDC3\xFE\xF0\xB9?\xAA\'\xEFi2\f&\xD88\xBE\xFD\xDC\x12\xC2\\\xE8\xC83\f\xCF\xFB\x14\xA4J\xC1\x12\xF6P\xB8\x15\xA72\xC9M\xF1C\xBE\x02T\t\xB9\xF1\xA9\x06\xF7m\xDC\x1BS5\x8BEY\xCD\x1B\xE2K\x03\xBC\n\x9C\xD1.\xDD\xFDI\xD7\xE5\x00\xA7E\xED\xB1\x19*\xEA2\xD3\x0E \xF2\x18\xAFd@+\xF2 \x06\xD3\x9A.\xE9\xCF\xFAd\r\x18\xFE\xE6\x1B\x0F\xCA\xFB\x17\xD3\xE9I\xC9\'\xA5=\xC6\xE9\xD2\x14\x00\xEA2\x96\xF3\xCA\x1EV\xF7\x13t\x05\x1C\xBF\t\x15<\xCB\x1C\xF7\x0F\x03\xCAJ\x07\xF6A\xA0\x00<\xDF\x04\xE6\xC7\xD7_\xEC:\xFF\xDD\b#B\xE1\xBC\'\xAD\xF8e\x9F?\xE2#:\x0E\x1E\xFF\xE4\xEF\xFB\x0F\x02#\xF1\xAC$\xD9m\x14-\xD6\xE97#\xE3\xC7\xEB\xF8\x89#\xF4\xBD\xE1N\xD2^\xE4\xA9\x16\xB8\xE1)\xD7\xC0#\xEE\x91\x1B\f\xFD\xB0\'\x0Ft\xC3\xF3\x02\x1B\xEC\xD9\b6\xD1\xEF-\xAF\xF6g\xDD\x990N\x16\xB5,\xDAa\xBF\x10?\b\xFB\xEC\xABD\x01\xB6\xF2\xA5\x10;U/\xDCc\x07\xFD0\x9B\x1F\xF1\xFC4{\xEB\nV\xFC\x11M\x074C\xBC\xE1\xCC\xF8F\xAE+\xD4\x87:P\xC4\x14\xE0\x1F\xFF\x0B\xC2\x03\xCE\xF4\xBE\b\xD5A\xF6\x90\n<\xC3\xF4\xD1\xB9"\f\xE1\x19\xCD\tF(\xD5\x02\xCD\xE8\x11\xB0\'\n\xDA>\xC1%\xD0\x02\x1D\xCB\xF40\xB5\xD1\xF9\xDB\xF3\x12V\x1F\xEF\x18\xE5\x13Y\x0B\xFD\xF1,\x03\xB6Z\xD8L\xE83\x1CU\x12\xEA#\xCBR\x1D\xE4\xFC[\xE4\x19N;\xC5\xF8*P\xDB\xFE\xBA\xF5\x16\x95 \xF1@\xC6\xEA\xF6\x13\x04G\xDD\x97\x13I\xA9\xE0\x18h\xC4(\xA7\xE9/\x04\x9E\xD94\xBA\xF7\xC8"\x96\xE7B\x0E\xF3\xCA\x15)\xA4\xFC\xE1;\xAB\xFF\xDF\x05\xED2\xCE\x03\'\x9E\xFF\xDA\x06_\x91\x10\xEE\x1Df\xE4\x0B7O\xFA\xD6W\x186\xAE\xE6\r\xF8\xEF\xC2-\xE7\x038\xEC\n\x1E\x01J\xD4\xC2>\xFE\t\xEAA\xE0\x16j\xD0\xFA&\x896\x05\xBB\xF0\x0F\xD2&\xF7p\x19\xC1\x13\xB2!\xB56\xEF\x12\xE93\xF3\xBE\xE6>\xC9\xAD,\xED\xC5\xB6\x06\xE3\xA3\x01\xCEc\xBB*S\x1F>\xFB\x0E"\xD6\x9E@\xE1\xB8\x17\xF9\r$`\xCD\x1E\x03.\xD7\x06\xBE\x1B\xDD\xEBG\xF8\xDB_?\xB6\x07\xC7-\x9E9\xF4\xD9G\xDE\xF9a\xCD\xAE\x1C\xD2%\x021\x07\xFA\xD8H\xFF\x1B1\x0E$.\xED\xFD\x1A\xD5\xA5\x07\xDB\xCEa\xBA\xF1\x12\xFC,\xCDn\xE4\xF0\xB3\xDE\xF4\xA2S\xB1\xF6\x11J3\x00\xB4\x1E\n\xCD\x18\x00\xEDH\xD8\f\xE7\xFD\\\x0E\x02\f\x18\xBF,\b?\xFC\x13\xD9\xA4\x18T#\x0F\xE0\xD2w\xF2\xC0\xDC\nD\xF4\xE27\xEB\x16\xAF\xF6\x06G\xC8S\xF4\x079\x8F1\x19H\x11(\xC5\xED<\xE5\xA5\xF1\r\xD4x\xE4#0\x95\xE2 \x15\xF1M\xD2(\xA8\xE9I\xD5"\xF6L\xE3\xB6sE\xEA\xD0\xF2\xBE\x9CA\xF7\xAA\xE8\x16K\x86"\xC9\x10k\xC0\x00P%\xDE.\x19\xE7\xAD\xDA\x10\xFD\xC8\x05\xD5\xFB\xE3\n\x19\xFF$\xCCW,\xC4;\xAB\xF4\xC1T\xFA6\xAC\x02\xBB\x1C\xE3\xC86\x8E\xED\xFF\xDC\xA0\x0E\xEF\xC3\xF8\f9\x01\xE5\x15\x04(\xCA7\x02\xF8\xD64\xB3\x04\xF9 2\xE4\x0F\x80\xD3\x00\xBF&\x1E\xEDY)\xE9:\xBBi/\xD1O\xB7\b\xDE\xF8\x16\xEA\xFE\x13\x07\xD4\x0E\xC5h\xDF1\tC\xF9\x12\x05:i\xC7\x045$\x19\xE0)\xB2\x1Da1\xEB\x0BQ\x1F\xB8_\xE5\x15\xEE+\xD2\x94\xF1\xCAB\xED8\f[\xFA?\xD1\xB9\x0B\xA9\x1D\xF1\x02\x97\xDC\xF98\xEC\x1C\x9A\x04\'N\xDDC*\xE9\xF3%\xCE\xFB\x99\xEF#\xB4%\xB8\x13\x1D\xE8S\xCF\x00\x97W\xCC\xFB\xDB\xC4\xB0\xD4\xFC\xDD\x11\xC8\x07B\xFEX\xDEH\t\x1A\xFB\xB7\x1D\xF3\xE0\xA0\x03\x15\xE2N\xF7\xCEA\x14\xEA\x0E!\xC2\x12B]\xD8\xBA\xCB\xF0\xA0\x17\xB7\x05A\x19\x10_\xDA\x04L\xE6\xD1\xF4.\xAB\xF9\xD8\x12/\xEC\x06G\x10\xF6>\x1A\xEF\x8D.\xF3&\xA8\xBD\x1B\xE8\x12\x93,\xDA|\x06\xCCE*\xC5\xF25"\x00\xDD&\xC4T3\xAD\xF3\x00\xD0\xE6\r6\x1D\x02/\xF8X\xD8\xA6\xE4\xEC\xBE9\xCB\xE6[\xFD\x0B\xDF=\x07\xB7D\xF3\xC0!\xE3\x9F%\x04h\xE4J\xFF:\xEA\xDA\f\xCB=\xF7\x01M\xC3\xE72\xAE\x10\xEAe\b\xD7\x9A\x11\\\xB2\b\xFC\xD3\xE3o\'\xA6.\xF2\xFB\xAEg\xE5\xCF\x1F\f\xFF-P\x1F\r\xF5\x17\x19\xA3H\xC1\xF0\'\\\xE5\x0B8\xD6\x17\xF15\xCE\xBB\x0F!\xB2\xD0\x16n\xFA"3\xB5\xD4\xEF\x15\xFE#\xF7\xD6\x18\xB6\xFDG\xC1\xED2\xE6\xF5\x1BF\x03\x17\xDC\x07\xC0R\x15\xDF\n\xBE>\xED5\xC3\xF7\xB1\xD4\xFE\xA50\xC93\x10\xD5\x1A\xFD\xC9\x1E\xA6\xF9m\xB9L\xFE\xDC+\xF7\xC6\x06\xE0E\x03\x9E\xEE\xDD\x06a\'\xA4\f\xDET\x01< \xE5,\xF7\x1A\f\xD0\xA1*\xBA\xEE\xC9=\xF8\x1F\xEA\xD1F$\xFD\x12\x92\xDDG\x15\b\xE1%E\xDB\xE9\xF5\x02r\x99\xEB\x13\xDB,\x01\xCB\r\xE6\xAC\x14\xEB\tZ2\x1D\xF4\xC0.R\x0F\xC6\x1D\xE47\xCFC\xC0\x97\xF0\xCB\x0E\xAB\xDBy\x01;N\xDA\x11/\x8BX\x0F\xB29\x04\x8C\xF4\xD7[\x04)\xF2\xCCq5\xEE\xC4\x05M\xB6\x1F\xE40C\x05\xB3O\xED\x1A0\x05 S@\x9C\xD8\xE8\xA9\x11\xD5\xE4\x19\xAC\xF6D\xFC\xBA\xF3\x1A.\t\xE05U\x05$\xC9\xB5\xE2!\xF9\xE8\n\xFE\xE2\xF1\xD7*\xC4\r-\xEB\xC9\x1A\xAF\xE7 \x02\x9B\xF9O\x14&\n\xDC\xFA\xBD\xD1#\xF6\xE2:\x93\xD9\xF4\xC2\xD2\xFB\x1B\xF1<\xFEb(\b\xFF;\xE9\xD3\x13Z\x05\xEA\xFBk\x14\xF6\xD4\xEBA\xFD\xF2\x16\x06\xC0g6\xD2"J\x18\xFF\xE6u\x1C\xB66\xFA\x0BU\xBD\xDA\r\x1B\xB5\xE5\xD0\xA3T<\x0F\xF1d\n\xC3\x10\xFB_\'6\xE2\x10\xBD\x03#\xB5\xC9\xF8F\xCF\xBC&\x0B\x9B\xDD*\xAD\xD7\xC6%\xA3\xBD\x1B\x10\x92Q(\xCE\xA8\xF2\x15\xB4\xC6\x06\xA2B\xF7\xDB>\x02\xE1J\xD4\xF52A\xEA)\xD2:\xFD\xEF\x15\xC8*\x00\xA2\xD7J!\xCF\xB6\xEA\x01\xA3s.\xCDN\x15\xEC\xDF\x8B\x1D\xF0s\x011\xCA \x0EK\xE7\x03D/\xFA\xE38\xD7\xEA2\xFFE\xD9)\xF8`\xEA\xBB\x13\xCD\xA8\xF1\x14\xC2,\x11\xA9\xFD\xC6`\xF6\b]4\x05\xE8\xB1\xE0\x1B2\xEC\x03@\x16\tF\x1D\xEE\x0B\xE5\xD9\b3T\x0F/\xD9\x15\xE2G\xED=\xF4\xB8\x1E\xFC\f\xDBc\xC6\b\xB8\x0F]\x1B\t\xE5<\r\x1E\xD53\'\t\xFCR#\x9A\x06\xE5\x1D\xDE\x14\x02\xA4!\xC0\xD8\x1D\xF7L:\x13\xBB\xF9\xE3\xAA\xF3\xDE\xC7\xD5\xF6\xAE9\xFA\x96 \xF4\xB8\x05\xFA\xAF\xC3\xF8\xA6\xFF\x16\xE0_\xCC\xED\xB0\xF2\x1F*\xFC\xF0\xDD\xC4\x9B\xED\x00\xAD\xDF\xF3\x03Z\xE3\x1A0\xD6\xEB\xFFl\xCEK\xF10\xBE\xE0\x0E\xE3\x90%\xD2\x07\xEF^\xCB,\rV2$\xFFY&\x0FG\xC2\x00\xD3\xE6BY$\n\x1AS\xD1\b0\x889(\x17F\x01\xD2=\xAB$\xF8I \xCC.M\x17\x97\xC3\xEE\xB4\xCA\rD\xF34\xB4"\x07\xD6X\x18+E\x01o\xBD\xDC\xFD\x9C!\x18\xD6\xBF\xFB\x8F\x12\xBC\xE0\xCB\x19\xEBk*\x16\xC8\xED\xD5;\xE7,\xDC\xC1\xF0\x12\xD6\x06\xC2\xE0\x9E\x12\xE6M\x021\xD6\x12m\xBD\xFB\xD1C\x107\xF8e\xE0\xAB\x17\xC4\xFA\x0F\x86\xEA@\xF4\xEE\xB3\x18\xF2\x11/\x0B?\xE7I\x05\xEE;\x1A\xE9C\x03\xF21\x06\xDC\xAA9\xFE\x9E\x12\xF3\xB5\x02"Z\xF9B\xFF\xE7Q\xF8.l\xC0\x18\xCD\f\xB2\xF1\x04\xE3\x0B\xEC%\xFE\xDA\x1D\x04&;\n\xDB*\xE38\xFF\xC9\x0B\xD2\xFC8\xC8\xE9R\xCF\xB6\xF5\x00\xA8j\xE1\xCE\t-\xD6\xA2Q\xBA\xF8\f"\xE1\x050h\xCB\x0E\x95\x17\xE3\xB9$\xA9\x1C\x0E\xD7\xED\x07\xF6\xDFU\xE8@)\xA27\x1B\xB1\xE6Q\xA0\xF0\xBD\xFC\xCF^\xEFH\xBB\x13&\xACY\n\xDE!\xA7\xFA(\x15\xDE4\xC7\x0F&\xF5\xB3^\xFC\x1E\xE5\x13>\xCC\xF0O\xBE\x1C\xDE\xFBI\xEC2\xCF\tc\xF1\xCB<\xFE\xB4#7\x8E\x1E\xFE\xC3\x15\xD7\xF6\\\xC6\x07.\xD3\x12K\xE7 \x94\x02\x1A\xD3\xF7Q\xDE'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('/\xAD\x1CW\t\xEA\x19\xFE\xD9X\x1D\xBA\xFD\xD4A#\xEF\xC0\x07Q\xD2\xAD%\xE2\xFE.\xB2\x10\xDE\x035\xC9\x0F=\xEF\xC5\x15\xF9\xDA\rd\xF0\b\xD5\x1AU\x949\xF3\x1C\xE2Z\xF9\n\x18\xF1\xCE\x1E\x07\xBA\xE2\x137\xEF\xD6\x01\xF2\xBC\xD3+\xA35\xC2\x05\xE7\x12N\x0B\xE4\xA8\x108\xE0*\xFC\x11B\n`\xCB\xF3K!\xA4\xF0\x1C\xE6\x90\x06!M\xA85\x1F\xC1\xA2A/\xF5\xFF\xDF\f\xCC\x03\xBD&\x95<\xDF\xB1e\xFBB*M\xD1\xA9\t\x13J\xE59\xFAH\xE2\x10\xF2B)\x9D\xF0-\xC6\xF7S\x00\x9E\x1C\xF3\xDA\xC1\xED\x87\x19\xD7\x07\xC2A\xF8V\xFF\xD9j/\xE1\x02\xEB\xD1\xFD\x16\xE6\xC7\xB0\x13\'\xE9O1\x12\xD7\xEB\xC60\x04%\xD8\x9D\xEC\xF6\x01k \xC3$\x9C\x0E\x04\xC8\x1Fm\xAF\xF9\xCF\xDE7\x04\x1F\xDB\x17\xCF\xEB\xB8o2\x05\x1F\xF99\xE8(\xFD\xE3\xD4\xB5*\x11\xBC\xCF\xF4\xB5=W\xDE%R\x04\xEDn\xD2\xB6\xFB\xA5\xF1E\xFE\x1DS\xF6\xE6\x14\xC9\r\x1A\xDC\xC4\xE6\xFC\xEDf\xDB\x17\xB6\xEF\xD6\t$\x15c\xBE\xFA\xB2_\x06.?\r\xE4\xCAG\x94\xDFQ\x13\xB9s1\x16\x05F\xED\xFB\x1A\x0B\'\x13\x07\xF7\xB8\x0F9\xDA\x1E\x07C\x18\xDCh\x07\x0F\xD0\xA7\f\xBC-:T\xB53\'\xFB-\x07\xCD4\xF5Q\x02=\xE3\xC6\x00\xEA\x0E\xD5;\xE5\xF1\xC0\xFC#\xF6\x17\xFF+\f\xD0\x02\x83\xEE\x0B\xCC\xA9 \xDE7\xA2I\xE5\xC9\x98.\xF1\xCE\xFB\x9E2\xC1\xF6-\xC9"\xB2\xE46\xEFC\x01\xDF\xF3\xFE\xE8\b\x8EE\xB4\xE1\x1C\xAB#\xE7/\x97\x1AH1\xA6O\x1A\'\x8D\x14J\xD6\xA6U\xB3\xD8\xF0\xC02\xF4\x1C\xDC$?\xE8\xF4\xC4\\\xD6\xFF\xEFd\xD8\x18N\xE3!I\xF2\xE1\x0F\x03\xE7;\xF5\xBF\'\x15\xD6p\x1B\xAA\xD2\x17^\xD7\x10<\xF7G\f\xBF\xFC\xD0\x10\xF6\xB8\xF0\x07\xE0\xF5\xFF\xCD\n \xDF\x034\xE8\x12b!\xE5B[\xC6\xF8\x00V\n\x15\x031\x0F\xBE\x1E\xFD5\xAD\x0B\xC3\x02\x15\xACX\xD4\x99\xFE\x1A[\xDE\xFB\x9A\xC7\x07#J\xBD\xF8\xEE\xC7\x12\xD5\x01\xEDa\xDD\'\x04\\\xDA \xCF+\xC1D\xE9d\xB6\xEF)\x0B\xCF>\x04\xA3\xFA\x07\xB0\x0F6\xBB\xD4\x93)\xE1\xB1#\xF6C\xE0\x05\xEC+[\xD6\xEA\x1D8)\xEEO\x0B\xCB\x04G4\xF6\xEB>\xE3\x02. =\xE8U\x9E\xCA\x14;\xA8\xE9\xC84\xFE\x14x\xAE\x11\x043\xF9\x18\xC6H\xF5\xBC\x1A\xDE\xCB\'\xD7\xEA\x19\xE3.G\xF9\xCC\xEB;\xD0\xA4\x14\xBC\xCC\xF7\x11?\xB8\xFD\xCB\x07\xBD\x14\xD8\xA7\x1F\xE7\x11*\xB5\f\xCD\x13\x92\xDE\n\xC0*\x1F0\x07\xF1E\x18\x0BJ\x9E\xF7\xE59\xF1\xDB\xA5\xD3W\xE3\x9A\xFD%\xED7U\x15\xF2L\xA6\x03\f\xF0\x1Dp\xFE\tP\xE8(i;\xDD\x8B#\xF3s\xDD\xF7!@\xEB0\xF3\xBA\xD1\x00\\\xDA2\xF3j\xFD\xB9\x0E\xF5\xFD\xE3\xB7\xD6\xF9\xBE\xE1\xED$\xD5\n\x1B\xC6!,\f\x00:\x11\xDAz\xAE\r\x00\xBF/\xFD Z\xC3\xDA\xAC\x11\xC0\x1A\xDB\x01\f\xF0\x19\xFE\b\xE53\r\xA3K\xE3\xB1\xFAk\tL\xE1!\xA0\xFA\x1C\xC4C\xEA(F\xAD\xCFl7\x1B\x01_.\xB0\x03A\xBA\x00[\xE2C\xF4\xBE\xEA \x060\xE4\xF6\xD4\x98A\xDE\xCD\xF6<\xE9\'D\xF2\x9B3\xF8\xB3\xD4 \x96R\xC6\xD2\x01\x1A.\x10\xD2\x01%\xC5\x15<\xEE\x07O\xE6\xAE\x04\x18\xCD\xDF\x03\x15\xEC\x0B\x91%\xCE\xF4\x15W\xCB1\xEC\x98\xFC\x14\xCD\x1A\xAAP\xD1\xC5\x16F&\t\xE7\x12\xB4+\x07\x16\xD1\x01-\xE5\xCAU8\xC5H\xEB,\x13D\xEF\xBF\xE9\xC8:\x19\x89\xDA\xF8\xAC\xCA\x12%\xD48\r\xDBZ"<,\xD8\xC3J\xE7\x0E\xDA\x1F\xFB\xDF\x0E(\xD7\b\xB3c\xDD7\xFA\xF1\xB7\x02\xEC_\xC8\x1B\x04\xEEi\x9D\xFB\xB9\xDE`\x0F"\x06\x15\xE1\xFA\x04\xD8\xF6\xB1&W\xFB\x06^\xF0\xE57\x04+b\xFD\xBC\xF4,\xEE\xA2\xF7\xCA\xA0\xF2S\xFF\xF71\x93>\xC0\xE9\xA7Q\x1A\xF7I/\xEE"\x04\r(>\x1D\xA4\xDB\xFA:P\xD6\x1D\xE45M\x0B\xF7\xB0\xD5\xED\xA3(\x0F\xBBc\x1B\xE2\x0B\xDA\x8D!\xD6\xBA\rR\x1A\xEA\xD7\xE2H\x1A\xC8\x00K"\xFC\xE5\x0F\xB6\x1D\xDF\x07\xF0q\x00\t:\xF2\xD0\xBF\xE6\x0F\xFF\xC3\xE4\x8B\xD7[\xE1\x102\xBB\xF4\xA9\x00\xC4\x0E\xF1"\xC8\xEA;\x1C\xFDt\xF2=\xCC4\xA5\xFE@3\x16\xF4H\'\xFD\xCC\xF4\xB7@\x0F\x98\bl\xE3\x14\xBD\x1C_\x06(B\xCB\x12\xB5#\xC9,\x16\xB6\x04=&\xA4\xD3AS\x18\xF6\xC9\b\xFE$\xD1\x17.\xE0(A\xD2\xA7\x18\x03G\xC10\xDB\xB2\x01\xE9"\x07\xF1\xCB\xB8\xE7\x02\xAB\x12\xDF3\xA4"\x011\xF9\xDC\xB2<\xD3\x069\xBF\xD2\xEB\xA85\xD7\x19L\xF8\xD5\xE2\\\xFC\x1D\xDFn\xF2\t\xB8+\xEA5\xB0\xEFo\xE6\fL\xEC\xB5\x06\xF8X\xDA*\x92\xE3\f\xCF\x19F\xDF\x14\xD5O*\x0E|\xCF<\xED\xC1g\n\xD2\x17\xC3\xEC(\x1D\xF3.\xEA\xF4\xDC\x17\x02\xF6c\xFD\xEC\xE5\xA2\x104\xED\x9B\x0B\xCA\x151\xFB\xDC\x12\x01O\x1C\xC3A\x96\x05\xC9\xFCd\x15\xE63\xFF\xF0\x12\xF8Q\x06&\xF5\x9A^\xC2\xF9\xEB\x1E\xDD\xFA/\x1C\x05\xF7I\xE4\xF0WD\xCF\x0E\xFE\x9FD\x91\x0B0F\xE1 \xBE\x0B@)\x05\xC2!\xD8N\xF8\xE8\xAC;\x1E\xCE\xA0\xFA\xD6\x0E\xDD\xF79 \xD8\x89$\xC0\f\xB1\xCB_#\xEB\xBA8\xC8\xFD\x0B/\xB2\x04\x9FF\xC5\n\xE5\x99\xD8\x13+\xFC\xA7\t\xBB\xE7Z\xC7\x13h#\xB4\xC9\x10\x9C-\x02\xCD\xB3h\xF6C\x01/\xBC$\x05\xC5\xEEa\xE5%F\x03)\x15\xBB\xF0\x11=\xF4\xDFJ\x1F6\xD6\x02\xA8\xE0\x11L\xEC\x18>\xE2\x12\'\xF1\x17\xB3Z$?\xC7\xB5:\xDF\x1C\x028!\xDE\xF6\x00\xE4\xEF\xFBX\xD4\xF3P\xDD\xF0\x1A\xD1\xE7\xAE\x17\xF1Y\xD9D\r-\x07\xBE\xF2\xAC\xE92\xD2\\\xE2\x02,\xD1\xFB\xE9\b\xBD@\x1A\xF2\xD3*\xAB\xD9\xF4\xCA`\xD7\xFF5\xD0\xF5\xFF\xEE\x03 \xD0\x11r\xF1\xD7\xAE\x07)\xD2N\x167\b\xE7\x1B8\x13&\xFE\r6\xDF\x07\xCD\x11\x8F\xFF\xF5\xB1\xDD7\x19\xCBR\xFF\x95\bF\xC3\xAE\x1Au\x9E\x16\xDD\xF7/k\xFF\x07\xE6T\x1E\xFC8\xBC\xE8S\x0F\xDD-\xAAa\f\xF6\xE9\x86&\xFA\x15L\xBC\r\xC1\xA5\xDA#\xB9\xF9\xAA\xC5\xE9\x80V\xBD\x1DH\xFC7\xE2\x1A\xD2O\x11\xF9j\x0B\xE1\xF4\x1C\'\xEB\xF9\r8\x04\xF0)G\xC8\f\x9B\xC26#\xB9\x05\x8E\r$\x06\xA5\x1FC\xBD\x18\xE6\xDA,G\xC54\xCC\xE5<\xEE*A\xF7\x030\xCDs\x00\tK\xDA,\xF9\xEF\xA5&\xEAw+\xC2 \xE9\x9C\xD6$\xC4C\xB5\xDB\x15\xCEQ\xE5\xD8\xB7\x10\xFD\xE7!\xEE\x17\xF8\xCF\x10E\xEB\xD1\xF5\xE1\xC8\xFA\xEC\n\xCCP\xFC\xBA\x06\x18\xFFU\x0E\xA1\x02\xE0\x1C\xE8T\xEE\x0F?\xE3*\xF6\x14\xCA\x06^\xD5\xC4\x0B\xB6\xF2\x06>\x000\xEF\x049\x10\xFCe0\xA1\xF3#\xC53R\xD2\xADY\xDA<\xE2b\xF1\xDD)=m\x1A2M\xD6\x024!\x949\xD6\xEE\xB0\xE0\xF5\x1F\xD1\xFF\xB2\n\xC6\x9A\xD8\x19\xB2\xD2\x1F\x95A\xE2\x103\x19\xDC\xFA\x15\xA6\xE4\xCCI\xBB\x17\xA9\xEA\xD1\x02\xBF\x07>\x18\x00\xF7\xE1\x19\x05+\xFF\xB4\t\xA2\x02\xC4\x15\xAB\xFE\xB6\x10&\x8F\xF6\x13\xE1\xF2\x10g#\x0B,\xBFa3\xD0j\x14-!\xF5\x05V\xF0:\x02\xEB$\xAF\xF4\x01=R.\xD8b\n\x1C\xDE\xFA\\.\xE2\x1EN\xED\xDC\xAFf\t\x86:\xF2\xC1\x11C%\x1A0P\xF9\xE6\n\xD9\xF0\xC3\xE7]\xB3F\xC8\x01\xE3\xCEK\x03\xD9\x13\xEA3\xF0\xDCK\xFE\xE43\xC2\x0B\xDC\xB9k\xFC\xD1I\xE7\x9A\xCE\xED#\xFC\xB0\xF1*\xC6\t\xF3\x9C\x12\xF7(\xD3\x10\xE8.\xCC\x1FM\xE9\xD4\xF5\xC9\xEC\xD8\xB8\x1F\xCE5U\x05>\x17,\xDB\b)\x1D\xAA\xF8\xEB\x9BC\xFB\xB3\x05\xA3\xF8\xBD\xD1D\xA9\x13\xFA-\x1B\xC7\x16\n+\xBF \x05\x0E\xC54\x12Q\xE7B\xD5"=\xCA\xB66\xFEG\xC0\xF0\x14\xD9\xFB\x94\x7F\x06\xE3W\xFD\fE\xF4(\xA1\xE2\xF9\f\xCE\xFE\xEC\xBDZ4\x14;\x1B\xC9\b%\x1E?\x0F\x19\b%\xEDe\xCE\xE6J\xF2\xA3\xDDW\x13\xF3\xE0G\xB8\xF6\xDB\x8E\x03\x0F\xB4\xFF\xEBw\n\xE5\x1C\x8C"\x02?\xB7\x0B4\x17-\xAD\x139\x99\xDF\x16\xC6\x00\x1F\xB9u\xA7:\x19\xF5\xD6\xFD\xC4\xDD*\xF3\xE4N\xE2\xC7\xEA^\xB3\xDF\x01\x1E\x9C\x0F\x05>&\xEC\xF9\xB21]\xFF\x18\xEA:\'\xCF\x1BW1\xDB\x18\x03\xCF\xF3_\xDF\xF8Y\xE5$\x00\xDE\xBD\xF9#\xD1\xF1\x05\\\xEB\x0FJ\xD6\xEE"\xE4R\x9A\r\xE7\t\xB5o\x10\xA7\xD2\xFDP\xD8.\xF36\xC5<\xF7\xD9\xB4\xFE\xD36\x06\xCA\xD8\x1B\xA0\xD2\tl\xFD\xBF\xF5\xE1\xA6\xFB\xC0@\xAB\x0E1\xC6\b\xA8\xD2\xEE\xC7B\xF2M\t\xE72\xBF=\xAE\xD0-\xF65\x04\x12\xCA,@$O\x02\xEC\xFB5\x1E\xB1%\x04\x93\xFC\r\xD4\x15Q0\xE3Z\xC0\x1E\x11?\xE9\xFB%C\xE2\xAF\x1F\xEDH\b\x12\xF1-M$\xED\xD7\x16)7\x1AJ\x10\xA0\x1C\xD9\xC8h\x00\x1E\xDB\xFA\x19\b\xE0\xC2\xB0\xF8\xDC\x01\xF1\xAC\xCC\x1D\xD5B\xBF\x039\xEE\x10\xCD!Y\xE8\xB9\xEF\b#\x16\xF5\x92\xE0{\xAC\f\xC7\xF10\x14\x05\xD7)9\xC9\x1F\xD4\xE3\xF8\xB9S\xFD\xE8\xBE\xF6\x05,\xE9\xFF)\xB3\x14\xA6\r\xF2\'a\x97@\x16X\tI\xB9\x17\xE2\xF7/\x8B\x15\xE0\xF1\xC4\x17q\xE5@\xAB\x03+\xFD\xA5\xC7\xEA\fE\x00\xEF(\x03R\xB9\xF8\xCCV\x9E\xE7\xB7h\xFE\x98\n\x15\x02:\x9E\r\xDCm\xAF\xD6T\r?\xF7\xE0.\xD4I\xBB\xE4\xEE\xFE\xCD\'\xE9 \xD43f\x0FH\xE8\bY,\x07\xF6\xDC\xBB\xF9\x19\xDAN\x1E\xD14e\xDA-\xCE\xBD\x16\xDB:\x1D\x10\xDE=\xFC\x18\r\xDC\xECQ4\xC8\xDE\x1E\xD0C\xF1\x15\xFB\xE3\xBC\xCE\xEE\x19V\xE9\xFD7\xCA\x03\x0F2\xD9\xF3\xA1<\xFC\xC2\x06\xD9\xFE\xC8"\xAF\xCF/\xA1I$\t\xEF\xC3\r\xE1@\xF3\x03\xAF\xFA\x1F5\xF5\xE6\xD1\x97\xEB\x01$\xC42\xF6\x03&\x1A\xB4\xF5d\xEB\x06%\xC9.\x1E6\b"\x90\x05\xC0!\b\x9F\x15"P\xAD\x1Di\r\xE3\x14\xED\x96\'\xB8\xEF7\xF8\x0E\xD3\xE9\x016\xD0-;\x88\xF7\x12\xBB\x1B\xE4\bV\xA4\x0E]+\tEe\xAD\xF0\xD3G\xA8\xCEB\xE5\x10)\xAC\xF9X\xB7\x01\x8A\xECd\xF5;\xDCD\xD0\xF0x\xF6\xD5\xE8\xC1\xFA\x03\xB6\xCA-T\xF4<\x17b\x02\xDCB\x1Ba\x0E\xAF\xE2\xFFg\xE9\x06S\xD7)K\xC6\xD4\xEA\x04\xB4\xFB\xC2\xF4\xD7\x19\x06\xE6]\x12\xC1\xFC\b\xD7H\xC2\x18\xE6\xDB\x0FM\xD3\x13\xC6+\xFB\xAD\x101\xB7\xDE=*\tE\xDF\x1BK\xFF\xD3\x1E\n\xE4\xCD\x9F\x1D\xEA\xB8\xFA\xEF\xC6\x1F\x11\x96%\xCB0\xA9\xEC\xF8\x11#9\xDEG\x1B&\xE15\x0E\xBA\x1E*\xDF\xF31\xED\xA0\x008\n1\xF0?\xF8\xE0\xB4\x01\xE7\x17[\xE2\x00\x1D\x0E\xFC\xA5\xF0\xD06\xF6\xEA\x10\xAE\xDE\xBFF\xFB\x121\xBE+\xDA\x16\x00)]\r\xB6\xFEL\xD0([\x03\x13\xEE*L\x16$;\x0FQ\x1E4\xDB\x17-\xE0\x0Fg\xF2&\xFB\xDC\r\xAA\x02\'\xDAE\xCF\xF48\x06\xC8\xE6>\xDE\xB5\x14\xE4!C\xCF\xF8\x0E\xFD\xAA\x1E\xF2&\xB6P \xDD\x19\x95\xCE\xF8\x1B8\xC7\x14\xA5\xF9\xDB\xCB\x9D<\xD5\xE8\xA6\xEF\xCD\xB7\xE0\x85\xED\xC6Z\xD0\xFA\x1C\xB7\xE4\xCA\x8F]7\xF7\xE3\x1B\b/\xB0\x1F\x0E\x99\x14-\x01\fM\xEF]\xBE\x04\x16i\xC6;\xE2\xBE^\x12\x06\xEA1\xBF\xEFR\x11\xAA\xD7\xF2p\t\xEDB\x193\x0EV\xFE\n\xC6b\x01\x19\xFAG$\x12\xFF9\x9ED\xD5\t>\x11\x1E\xC0\xD4O\xC7\x9F\xF1t\xFA\xD5L\xEC\x1D\xAA\xD3%\xFE\xA6\xD6\xEC\xE0\x9B%\xD5\x19\x013\x8E\xDF\xFB\xD3\n\xF87\xE4/\x03\xE5\'\xDE\x01!\xB4\xE7\xF6\xDE\xAF\x1E5\xF5\'?\xD6\x07\xF2\xB0\xE3\x07\xEB#\xF4\x020\xEA\xFF\xF3*\x13\xFB:\xE7\x15\xC3\xE1(\xBA\xF5a\xE3\xC22\x0F<\x1FN\xF4\x07\xE9C\xF7\xC8\xEFI\x1C\xA7h*\xB3\x02\x11G\xBC\x9A5\xC2\xD3a\b\xC1&D\xD2\x11\xE2\x94\xEA\xC02\xCEN+\xBE`\x0E\xADU\xC4\xDA\xA7B\b\xB4[\xDB\x02&@\n\x006\xCD\b?\x1A\xF3\x06\xCA\xFB/\xBA\x11T\xB1\n\xD9(\f<\xCB\x14\xEB\xD7!\xC7\xFA\x1C\fS\xFC\x10\xEF.\x00\x17\xED\xFA\xB9M\b\x14y\xFD\x0F\x1C\xF8\xD9\x18\xCC\xE0\xFA)\x18o\xE5\xCF\xEC \r\xCD\xB6\xEF\xA1X\xDB\x11\xFB\xEB\x92\xDCv\xE7\xAB\x18\xDA\xFE\xCE+ t\xE6\xBB\xF3\xFF\xE1\x07K\xC5\xEB_\xD6\xF3\xE8%\xA9\xE1L\x8C\xCCg\x05)\xDB\xF1"\xAD\xDF\xE8\x9D>\xF0\x002A\x13\xED\xB8\x0B$\x004\x97\xF6.M\x1B\xF8\xE8"\xAE/Q\x14#\xB8+\x0BE\xEE6\xE3\x9F\xF1\xFC\x16\xABV0%\x9D:\xF7(\xA69\x04\xC8\x18?\xF8\x15\xD98\xE6\xA92\xC3\x00;\xCA,S\x03\xC7\'\xB6\xE6\x98\x06\xD39\xF6\xC5\xDEG\x19\xC1\xE4\x06\xD4\x13\xC8D\x04\xBD\xD8\xCC\x00J\xF7\xD3\x02\xC3c\x14\x04>\xC4\xD3\x05\x1B\xD9\xBE\xF0\x18\f\x01\x13\xE0N\xB40\xD0\x06\xBA"\n\xF4\x1D\x0FT\xD2\x19\xF7\xEE\n\xD5\x14k\fJ!\xF2O\x1B\xA0X\x10\xF0\xD7i\xFD<\xAB`+\xE0\xF1\x1D\xF8\n3\xEF\xE0\x1D\x93&\xF5\xB7\x1D\xDCM\r6\xE9\xF9\x02`\xD2\xE5\xB9\xCE\xF8 \x0E\xDD\xF2n\xE9\xFDE\xC7\xDD\xFC\xEB\x9D\fD\xB4 8\xAA\xFA\xDD\xCE\xFD\xBE\xDC\x01\xE8,\xFA\xB2\x04\x13%\xDD\xF3\t\xFE\x8D\r:b\xE6\xA4\xC5\x12Z8\xE8\x0E\xD12\xF8\xEC#\x97H\xCA\x11A\xAC47f\xE7,\x8C\xFFI\xC4(\xA1\x12\\\xB2=$\xE4f\xDB\xFE\xC2\xE2\xF3\x1D\xEA/\x16^4\xC9\n \xD1@1\xA3\xED\xBA6!\xC3S\xEC\xCF\xB3\'\x19>\x05\xB1\xFC\xDDI\t\xA9]\xBB\xFF\xE1+\xB5\x1F\xDD&\xFB\xF1\x19\b\xC1\xED8\t\x1B\xE14\xEF\xD5\x06\x14\xF5\xBE\x04)\x163Z\x05F\xB9\t\xA3\xF7\x0F\xAEE\xE0\xBC\x18\xE6\xCAO\x0F\xD0\xE6\x18\xD91\x14\xFF\xDCI\xF9\xCE.\xF2\xC8\x1A\x00\xE5,\x12\xCD\xF5m\x0B\xEB\xF3\b\xC4\xDA\x96\xFCT\xD7\x14\xAE\xD2\x02\xB8\xF9!-\xCBP5\xA8\xF1\xCF\xE9\x92\x10\xCB;\xD7#\xE4\xED(\xFD\xF2d\b\xF6\x01\x1C\xFAA\x03\xB1\xF9C\x06\xC1\xF3\x0E\xEA\xD9"\x10p\xBA;\xD7\xF0 \x06\x18\xD68\x00\x9FU\x15J(\xCC=\x1E\xF7\xE7`>\x0EK\xE8\x8A\xE0\xFD\xD8\x1E\x11K\xFB\xD9&\xFF\xF0f\x02A\xD0P\x15\x916\xD5*Y\xE0\x9B,r\xEE&\xA4\xE2 j\x99\xBBQ\x07\xA2\xEC%\xF9\x9BE\xC4N\xA8\xE7\xBFD\xD1,\xE6\x02\x0F\xE5\xB2\x03.\xC8#\xF3\xDA\xC5\x03m\x17\f\xEC\xC6;\xB5\x0B0\x1A\xAF\xE1\x13\xC4\x1A\xB8\xDB\x05\xC7\xEB\x11\xAE\xC1\f\xF2\xD5\xC7\x12\nP\xCC/\xFC9\x1B\xFF\xE4B\xD4\x15\x043\r\xDC\xFC0%\xF9\x0E\x1C\xB3\x03\xBA\xEE\x17q\xDE\f\x9C\xFD\x16\xAA1\x1F\xF0\xBAD*\x03\xF7\xDFr\xEF\xC0S\xF9*\x9C\xF4\x0B1\xF8$?\xDD\x1EF\xE9: \xFE\xDE\xBD\xF5\xE9\x16\xD4\xEE\xC9(5\xF4\xC1X\xE0\xCB\xF5g\xB7\xEE\x13\xDFc\xF2\xDBL?\xD42\xF4\xC0L\xED6X\xE4\t\xFB\xD17\xAC\xE4\\\x95"\xCC\x04\xE69\xD0\x075Y\xE7\x1Dl\xB5\x00\xF4\x06\xCE\xFC\x16\xAB2Y\x1B:\x02\xB3\x0BW\x13\xDC\xAF\r\xFE\x1E\xB1)\xE8\x1B\x01;\xCD\x90\x05\xC55\xFA\xF9\x1F\xA2\xFF&\x12\xD8\x05\xCF\xBDE\x12\xDD%\xF4\t\xD4\x13\xFE@\x17\xA5\x0E\x1F\xEC\xDD\xC9\xFF\xA7\xD3\xE3\x17T\xA0\'e\xBB\xE3\x05\xED\x87\xD8K+\xE1\xA3\x05\xF9e\xCF0\xEE\x07>\x11\xA4\xD4\nU,\x17\xE8"\xA9\xE2Y\n\xCB\xE8@\xB0\x1D\xF8)\xEB\x8F[\x01\xC5\x1CJ\xEA\xBC-\xF4\xD8N\xFC\xB7I\x12\'\xF0E\x0B\xC30\xED\xD8\x0E\xF7B\xCB(\x0F\xFB\xC5\x1D\xF1@\xC2$\xE8\x17\x84O\xD9\xFA\xC2L"\xE4\xF4\xBC\xFEF\xD3\x0B'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xE9Q\x1A\xDB\x07C\xE9\x1AW\xB3-\xED\x0B\'\xCF\x05\xE9M\xD3\x0E4\xC0\xFCT\xA8*\xC7\f\xE7>\x1A\xBE\x058\xD8\x1E\xC5\r5\x86M\x01\xD6\x1A\x05S\xFA\xE2\x8F\x0F\xF1C\x00\xE6(\xD0\x15E\xAE\x0F(\xFB\xE7\x18\'\xA9\xBD\xF4*\xA5\xFF\xC4\xDF\xF6\x03\xD7C\xA3\xF5;\xB1 \xF3\xA6\xE6\x18\xD9\t\xE3\xF5\x023\xD7\xA5\xFA\xE1*\xF4\xA8\x01R\xEF\xDC#\xF2\xC12\xE8\xAF\xCA+\x1Cd2\xD6\xBF\x1A\xA3\x07X\xFB\xE5\xF1\xCAN\xBCd\x88\xD0\x02\x0E:\\\xD4\x11%\x07:\x15\xC0\x1Cf\xE3\x18\f\xC4,^\x00E\xF0!;\x13\xB4\x1D\\\xF1\x10E\xCFi\x13\xE5B\xFA\x96\n\xE3\x12Z\xF7;\f\xEF\xC2\x04\xFC&\xE0_4\xF4\xB3\xDB$\t5\xE0\xD5\x060\x14I\xED\xCA\xFC\xE3\xF2m\xCF\x9BP\xE8\xFB\xC9\x01\xD8I\xFD\xDF\x07\xCE&\x90\xCAs\xD3\xECC\xC4\x00"\xB6\xED\x0B$\xB9\xCB)\x19p\xFC\xCD\x1C\xA0\xDDH\x14\xD3\xE9\xA9\t\x13\xCD\xEB\x0E\xC4\x1C=\x9D\xFF\x19\xF6\x11\xED\xFA\xE13\x95"\x16\xB1/\xED\r\xDA4\xAF\x0F$1\x86\xEF\x16\xB69\xF7\x0E\xBB\x05\xFD\xDF\x9D\t.\xDAO\x8F\xFC\xDC3\x06\xEA\xD57\xB1,\xED\x07$\xFE\xB56Q>\xF6\xB7E\xFE*O\x03\xD2n\xEA\xB4!D\xCE\xB4\x1E\xD9\tO\x02\xBFG\xF9!\x00(\xF3K\xEB\xBB\xF8h"\xD5\xEAS\xE21\x18I,\xF9\x16\xE5\xCA\x06:\x16\xF3]\xAC\x10\xF4\xC4\x02C\xD9\xBEh\xE4\xF5\x1F\xDB\xC9\x18\xEF \x98\xDD\xE7\x14\xF8\xC1\r,Y\xA7\x01-e\xC4\xF7\xEA6\xDD\x1B\xC8\xAA\xE3_\xCF\b\xDD?\x11\xC75\t\xAA\x1D\xFB\xD9\xF1\xAD#\xD0e6\xF6\x1D\xE8\xC3\xD1\x1C\xFF=T\xDF\x14 \xF8\x0F\xD0/\x99\x02\x0B*\xE2q\x04\xD5;\xF3\xA90I\xF0\xD8\xC7\xE5;\xF0\x01\x0F\xAE%\xD2\f\xE7\x06?\x13\xBC\x1A\x94\x03\x1E\xD2\xE5\x01\xF3D\x13\xC5`\x0B\xE9\xC0\x0F\xEE\xAA\xBAU\x01-C\xE2\xBE"\x9C\t\xE8K\xA66\x04\x16\xEC]\xC0\xF9\xA42\r\xBFY$\xCB\x05\xDF\x1E\xFD\t\xF4\x16\xD0\x19\xE4>W\xFD\x8Cf+\xEF\xD6\xF8<\xE7Z\xFB.\xA3P\xDE\xB9,\x03\x9F7\x1BQ\x00\xDB\b%\xD6\x11\xA1\xF9\f\xEE\xD6\xFB+\xCC\xB9\xF1\xDEU\xC7&\xD6\x12@\x00\xD1\xE9\x16\xFB\t\x1A\xB8<\x11\x8E5$\xBAN\xA00\xEE\xCA\x1D\xF3\x15\xB7N\x01/\x0B\xC6\'\xB5\xEF\x0E\x19&\xCD\xED=\xD5\xF6\xCC\xE1->\xF9H\xE3\xF1u\xB4*M\x184\xF2k\x01%\x19\xFA\xAEC\xF2\xE6\xB4\x1BK\xF5\xAC,\xE2\xEDf\xD4\xE9K\xCDh\xDB\t\xF9\xDC\x12\x04\xBE:\xDB\xFB\xCC\xA0 \xDF\xF4\x13\xD9K\xC1\xF8n\xFE\x10\xE5\x07(\xFE\xB5\x11\x97\x1A\xC2\x0B\xCC \xDC\x06\xE7\xC4\xAB\x12\xDA\f=\xE9\xD3\x0B\xFF\x1E4\b\xDC%\xC89\xD8G\x9F\xFF\xF7(\xB1\x02\xEE\x0F\xBFB$\xB3\xD6J\b\'\xE5\x108\xECy\xAC@\xFF2\b\xE8\xD7\x97\x1FQ\xAFD \xF2l\xD2\xE8)\xFF7\x17>\xFD\xCF[\x03:\xE4\xC6\x93L\xBC-\xE0\xA0P\xC2\xEFa\x0E\x03\xBA\x11 2\xC4\x0B\x18\xE1\xFA0\xEA\x1B\xFEp\xF6.\xEB\xAAZ\x03\x18\xBA\xFC\xD1\x1C\xE3\xCB!\xB0@3\xF4\xC1\xDD\x14\xEA\xC7\x049\xF5V\xA6\xEC\xBC\xF4\x8B\x0F!\xF7\xB6(\xFC\x1E\x04\xF4\x13i\xCD\xF8\x17\xFE\x92\xE5\xF9X\xF3\xCF\x05E\xD9["\xA3\xC65\xCC\xE2\x0B\x9B\x14\xCF!\xC2\xF2\xD8F*\x0E\x05\x9B[\xEC\r\x02\x15\xCC\xFC\n]\xA31\f\xDA\xB8\x12\xDE\x05b\xD82D\xEC\xD4J\x17\xEEY\xD83"\xEC\x06\xD9,C\xD3!3\xDE\x19\xEA\xAC\xE4\xF4\xBB=\bV\x10\xA9T\xF08\xDE\x00\xF9B3\t\xC9\xE7T\xF07\xF9)\xBB\xDBa\xE4%;\xD1\xF9\xE3L#\xFB\x19.\xC6\r%\xE3\x1A\x8E\n\xE0/\xCE\x0E\xB3\xE5\xC5\xAA\x109\xB2\xE8\x12\x07\x94\xC6*P\r8\x15\xFF\xEA\xD5\xF3\xF5\xD5\x02(\xC5\x1E`\xB3\x0F\xE1\x97\xF8\x1F\xB1\xC3\x13\xD4\x19E\xF2-\xA1\xEF\x18\x03\xBD\x1D\xEE\xAB\xCC@\xF1K\xFA\xB1\x02\xC9\xFB_\xC0\x05\xA4\xF8;\x01G\xFAV\xF2\x03&\xBEv\xEE@\x00\xB7\xFA&\x99\xCC.\x10\x1E-D\x19\xB7\xE8G\x06\xD6\xEE&h\x14\x00\xDB>\x03\xE1\xA9\xFD\xC5\x06\x0F\xB6V\xD9*\x10\xFEc\b\xE6\x9A\xD4\x1F\xEBT,\xF2\x136\xEA\x1Cw\xDD\x15\'\xD4\x1C\xE2\xCAK\xF6\xFD\x17\xDA\n\xD2\x1E\xDCk\x04H\xAE\xE1\xBF\b\xDC\xFB\x11\xF3\xA5\x18/\xCD\xB8\xECP$\xF5/f\xE9!O\xD3=\xE80\xF4\x92F\xC4\xD73&\x01\x11:\xC0\xDC\f@\xAF\xD7\xFF*\xC8\x0B\xF0\x99\xBF\b4\xA2\xDC\x1F\xCD\xAE9\xF4Z\xE9\xBF\xF0\x19\xF8\xC3S\xE6#\x8CQ5\xC9\xE4?\xF7\x02\x0B5\xD2\xA3\x0E\xCB\xB9\b\x12\xF5\xDF\x1C\xFE\xCB\n\xE27\xEB\x16\xF6\xBC\xDF\x7F\xF4\x06\xA2\x19\xCF\xE5 J\xF4\xB8B\xE8/\xFEg\xEA\x15>\fU\xE4#\x10\xA21\x07?\xE3\xD3(\t\x00j\xF1\xD1\x0B+\xFDR\xC1"\xDEF\xFB\xE5\x1C\xEEJ)\x8A6\xBEr\xAB\x13M#\x04\xB1 \fL\xAA\x17\xCC%3\xEFc\xFA\b\x9C\xE1\x18\xD1\x05K\xDA\x0F\xF2+\xBB\xFF\xEB.\xC3\x02G\xCB\xFD\x13\xA87\xFD\xED\xCA7\x16\xE2 \xB0\xDB\x12\x9A\xE9\x17\xAF\b\xC2?\x01\xDA\xFB\xD0\xE6\x04&\xF7\xEC\xBA\xD1\xFB\xDDZ\xCD\xF0+\xE7\xFCH\xE2\x00\xBA\'\xC6U\x0E8\xF9\x1D\xB3"\xC7\xAB\xFB\xD2\x07\x9B\x18\xD7\xF1\xE1\x1B+\xB9_\x0E\x1F\x96\x0F\xAA\xF8\xBB\x01c\x06\xF09^\xCB\xF4\'{\x11\x954\x16Y\xF0\rC\xD83\x19d\xF1=\x91\xFF\x07B\xC2\x0B\xB3\xD5\x0F>\x15\xEB1\xD6\x00\xA6b\xE2\xF7\xDE,J\xEA<\xC7(\xD2\x1D\r\xFF2\xD8\xEA \xF7\xE1\xC5#\xB2\x1B\xCA\x9D\x02\xE4\r\xC5%\x14\xE25\xD7\x1E\xF7]!\x97\xF5\xDC\x03\xB2\xF2$\xC3\xEC\x0B\xD0\x01\xE64$\xF0\xC9\x0E\'\x05\f\x90#M\x03/\xE7\x14Y\x04\xD4\f\x18\xF5\xA8\xE6\xFA\xB4\xE0I\xA4\x04\xD0\xBAN\x07\xFF<\xDE^\xF9*@\xA9\x05/\xF7\xB4\x19\xED\xA17\x03\xEAL/\xD0k\x1B\xE4P\x12?(\x17\x88\t\xBF\x11\xAD\xE3M\xBC\xE8\xCE9\x15\xC0\n\xACX\xF6\xBF\xF0%\x9A\xDDE1\tW$\xC5\x14\xEF+;\x0E\xE8*\xA5\xF4\xEA\b\x15\xB8\xEF\xDAN\xE9\xD4I\xC8X\x10\xDE\xCE\x17\xC4\b\xFC\xA4<\t\xCC\xFB\xDA\xBA1\xEEu\xD8\xF7\x04\x1F\xFD\xD5\x1CV\xEF\xFC\xE3\xD1%\xFE\xB8\xFD\x1D\xCBr\xFE\xED\x12\xBC\xDA<\xF6\x07Y\xB0\xFC\x1B\xD8j\x12\xD21\xC1P\xD1!\xFF\x1B\xBF\f\xFB\x04(\xF3\xFE,\xB5\xF1\xE1(\x12\xC0\xF7.\x95\x05U\xE0\xFDA\xCC+U:\x9E\xF3-\x01\xAAB2\x0FH\xD9\x199\x12\xE4/\xB5!\xCEK\x00\x8F\xE5\x1E\xCE\xDEC\xF1\xC8\xF9\xB7G\x1E\xFD\xE2\x109\xF6t\x9C3"\xE4\xA8\xC0Ep\x0B\x1DAZ\xED\xDE!I\xE9\x1C\xF4\x10\x85!\x16\xB6\xDD\xEC\x14F\xDF\x11\xC8\xDA\x1E\xEA\x9E\xF15\xD8\xA6\t>\xF8\x05\xE2\x1A\xF1\x0F)7\xBD\x02\f\x9A$\x057\xDD\x0B\x87(\xEB\xAF\xCA\xE0\x13\xF0[\xD9=\x14\xD5\xE5\x9D\xF9\xD7\xAF\x02\xCF\r\xB5\xD7:\xC4\xD2\b\xE8\xF1\xFF\x0B\xD0\xC3\x05\xB4`\t\xF5\xB7\xFAh\x07\xC5]\xF5\xEC\xC3\xD6[\xAA-\xC6m\xD4\xEC\x16a\xE70R\xE4\x17\xEE\xCC\xF7b\x05.\nA\x02\xCE\xB2\t\x1D\x01\xEE#\x049\xC9\x17&6\xF1i\x15\x00$_.H\x957g\x1A0\xFA!\xE6\'P\x17\xCD<#\xE6\x03\x1B)G\x16\r\xE9\xFC@\xB1\x06\xFD\xA5\xF7\x1D\xC3\xD5\xAD\xFEX"\x94=\xD8\xC2\x1A\xE8\'\xFAE\xE9\xF6\xC70\xB7R\x10\xEB\xFDT\x90\x06\xFA\xE0\xA7\xED\xB9\xFB\xE1\xC8&\xF7\xE5\xA6?\xF0\xD4\x98\xFE.\xE0\x01\xAC\x12\xCC\xB3\xE0\xFF\x8F&8\xDB\xF4"\xE0N*\xD9<\t\x12\xF5,\xBC\r\xE6\x16\xFC\xF3J\xA1\xDC\xBC\x16*\x84c\r\xD0\xDE\xF3-\xBF\xDA\xE6\x1D\xC81F\x0B\x13\xD9\x1C\x06\x11\xBC\xD9L\x0B\xC5\x157\xEC\xC2\r\xD5\xF3R4\x0FS\xD2\xF0\xBE\x02\xCD\n\x19\xBB\r\xCB\xF2\xB5\x00L\xEB?\xDA\x023\xCDQ\xB6\x00\x1F2\x0EQ\xD3\xE08\xFB\x18C\xA3\x1F\x07>\x0FK\xBA\'\xF5\xCE8P\xF4\xB0X\xEE\x03)\xFC\xDDs\x03\xB2K\x1FC)\xBD\xF3\xE6<\xFA\x1Fa\x12F\xA0Y\xE73D\x14\xE4#\xCE\x9F\x1B\xC8x\xF0%\xDE\x11\xEDj\xCA\xF2\xFE\x05\x1E\xF0\xB0\xE7\x03\xC6g\xE2\xAE\xF8\xEE\xD5\x18\x05\xE6\x9E\xFF+\xD3=\x16\xCB\x1D\xB71\xF4#\xE3\b\xF7\x9E\xE9\x05!\xA3\x07\xC5.\xAF\xE4\xF8,\xEF\xD3\xF9\x8D\x03j/\xDD\xFC(\x07\xB2\xF9\xA5\n:\xD3\x06\xAE\xE3<\x93\xC4L\n%6\xF6\x13\xD1)5\x01Y\xDE\xB0v \xC2\xEA\n\xE2\xF8\x9B\\\xE5\x10\xA7\xCDV\x14\xC6\xDC\x188\xD7l\x17\xDD\f\xEC\xD5\x16\xC3\xFF$\b\x1F\xC5\xEE\xAF\rQ\xF1\xE1\x12F\x1E\xC4\xE6)\x17\xF8$[\xEB\x12-\xD4\xBD\xDBJ\xED\xFE\x1A\xC9\x8C"\x11\xFC2\xF0\x17F\xAA$4\xFFD\xED\b@\xD8\xFB\xED1h\xFE\xCF\x01\xBC\xF5M\xFFA4\x06t\xAC:\xDFV\xD7\x1A\xF7>\xBD\x177\xD4\xEA/\xFD_\x9AA\xBD\f\xCF\x1B\xDE\xF7|\xFF\x1D\x9B\t\xB6]\r\xF3\xE9@\xC7\xD3\f\xDC\x03_\xC4\x0E\xDC\xD1\x18\xBE\x00\x1E9\xB8%\r\xAB\xF27\xEB+\xCF\x9A!\xB9\xDC\x1C\xCD\x0F\xEB\xB6\xFD3\x06\xE6\xD1\x00\x98\\\x05\xB5\xDB\xF4\x02\xEC\xD73\xFD\xB3:\x06\xA8\xEE\x100\xE6?\xD7\xE09\xBE\x06\xF6N,\xB7\xF9\xD0\xF3\x1C\xB4*\xF6Q-\xE7\x92\x06\xD1\xE2\x1DB\f\xAD\x1D\xE3\x10\xF2\xFBO\xE8\xF6A+\x15L\xCC\xA3a\x1F*\xC6\xF7\x1B\x0F\xCC#J\x13\xE1N\x04\xF2\xC9"B\xE0\xCER\xC3#\xF9\x03,S\xAB\x1B\xE5\x96:\x1F\b?\xE7n\x04\xA4\xDF\xC8\xF2\x11F\xF6S\xBD\x03\xD3\xFAC\x06d\xC8\'\xA4\f\x02\xC1\x91\xF2\xE1%\x11\xF3\xDC\x0B\xEE@\xE1R2\n\xAD\xC8\x1D\'\xA0b\xE6\x15\xBB*\xFB\x04\xF1\x14\xA2\x1F\xD0\x12\xDD\'\xFF\x14\xEBT\xDF\x8A\x12\xF09\x15"\ne\xDA\x19\x00\xEB)\xD6]\x15\xC2\xDB9\xEB\x153\xE2"`\xD9\t\x01<\xBB\xFBG\xB25\x01\xA7\xC0\xF0\xE5;\xF8\xB9\xEF\x10-\xD8\x0B\xF6^\x19\xAF8\xCCe\xED\xB4\xFC\xF1k\xD6\xC9\xF5\xBE\x00/\xCA\xFD\xBC\xD4\xF9?\xAF\xC10\xCA\xA08\x14\xF0\xA1/\xF7\xB2\x00\xD7\xBDF\xD1\xFA0\x1D\xC6\xEC\xD6/\x17\xE8\xCF#\x13\xFC\xD5\x19\xFFf\t\xD2\xFB\xC2H\x00\x92\xD3\xE9\xDC\'\b\xE4H\r0\xC1\x07A\r5$\x17\xD9G&\xE4W\xEC\x02\x1D\xE6\xFB]\f\xE0\xF5&\x04\xE8J\x1A\x0BZ\xF4\x05\xAD\x10\xE7S\xA6\x0Ew\x04\x9CT\t\xDAi+I\x8B$\xDB\xE9S8\xE2\x1C\xED=/\x0EO\xFE\xBC\xF6\xD7\x1A<\xE6\xA0\x1E\xB2\xE3[\xAA\n\xF7\xB1\x0F1\x9C\xCF+\b=\xEF"\xB6H\xC5\xDE\x0F#\xD0\x97-\x1E\xEA;\x18\xB9\xF7A"\xF2\xE3\xC8\x1E\xF8\xB8\xF3\xE9\x07\xCE\x0F2\x89\x1F\x13\xAC\x05\xB8"\xC7\xF4\xA5\x1E@-\x97\x01\xC9\xF8X\xEE\x03\xFC\xD0\xF1\xE7g\x1E\x06\xDCD\x13\xF3\xDE\xA6\xD5\x18\x05\xCDE\xFDq\xBA\xF2\xE5\xFC\xC7\xDAl\xFF\xCD\xDF\x07\xD2\xB5+\x12\xFEB2\xC7\x18\x96\xF5D\xC3\x01\xF3\xCBL\xF8\xDES\x07\xE4\x15\xD1\xEE\f\xDFO#\xD4\x12(\xDBL/\x13\xC18\xCC\xEE\xFF\xC5 q\xBB\x10\xFEW\xE82\x17\xAB\xD7\b=P\x145\r\x9E\xEF(3\x1A\xFDO8\xDD\xED\xA9\x0E\xE2M6\xFD\xE0\xED,\f\xD8&4\x0F\xD2\xFD`5\xC2\x04z\x16\xBB\xEA\t6\xB7\xC7\x19\x99\x04#\xFB\xA2\x18R\xB4\xF9\xE9-F\xC5&\x91\xF8\xEB7\xF8+\xC4\x03\xDF\xB6\xF7!\x05J\xC3\xEA\x90\n\xF6\xC0`(\xD3\x01!\xD9\x13y\x1B\xB8U\xE7\xFF\xBF\xEF\x95*\xB3\xF9\xDB%\xAE\xF2,\xFE\xA4\xE1C\xF6\x0B\xEBA\xDFM\xD5\xE5(;\n\xD2\x02\x1A\xF1\xDA?\x13\n\xCC\x1F\x12\xEC\xA8&W\xD2B\xE4\xAE\x11e\xD8%\x15\xCE\x05\x1B\xE7X\xB3\xC1\t\xAB\xD2>\x06\xA4\x16k\x1DA\x12\xEA\x19H\xE6\xFC\xCE;\x1C\\\xF0\x01 o\xD2\xBA\xF5\r0\x04\xF3\x11\x87\xE15\xAE\xFA\r\xE3\xBD`\xE1\x9DM\xDA\xFD\x1B\xF1\t\xBE\x17\xD6\xFB\xF3<\xE5\xB0H\xFA\x9B\f\xF1\xF9.\xEA%\xF3\xFA\xDE9\xC9\xF6\xD6\xE1\x02\xCB<\r\x9DR\x07\xDB\xBE\x0E\xCB0\xAD\xDD6\xFF\x1D\xAEe\xBE\xDB\xCB\\!\xEDN\xCCa\x04.\xBE\x01\xF41\x07b\xC8:\xE80\x00Q)\xC9\x04\x1E\xF0*\xE04\xC6=\x16H\x01Q\xC6\x12 \xED-\xB1\n\'W\xBD\xF5\xD5\x1F1\x13\xE8\xF8F\xD7\x16\xFA\xE7\x10)\xC8\xED\x15\xFE$A\xF7\x07\xC1\x14)\x94\x1D\xEC\x1AA$\xE7\xD1\xB2\x10\xFA\x83\xDB\x1F\xEC\xA5\r\xBBX\x10\xD4\x02o\x1F\xDD\xCF\xA2\xE3\xD65\x98_\x02\x0EM\xE9\xFB\xA7\x07+\xEC\x00\xC6\xB0e)\x8E\n%\xC1Z\x9FD\x06\xE2:\x8D\xE6\x17\xB3\xD8\xFF<\xE0\xF6\xD4I\xD6\xAB\f\xC1\x17E\xE0+\x0Bj\xCC\xF8F4\xDE\xFD\xA1C\xBF\xF5\xAD\x06\xEF)\x10\x1C\n\xE8\xBA\xD1\xDC\x1A\xC46 \xDDm\xB69\xE0\xF2\x1D\x02\xED\xE3O\x04\xF0\x19\xD8\xF3N\xD1-\x05\xEFJ1\x0F\xE9\xB2\n\xFD\xBBV\xFA\xEE7\x00\xF4"\xED\xBB?\x11\xB5\x06\x18\xE9\xCD0\xED\x15\xE6\x0E1\xFEc\xB2\xF6E\xFE\':\xF8\x9EG\xF0\xD0\x0E\x16\xF9L\x06\x0F\xD3@\xB92\xF6\xD07\xB6\xFC"\xC0\x0E\xF9_\xC8\x1F\xA2\xCFp#C5\x15\x13\xE2,n\xDC\x93W\xD3\x03\x1B\xF1\xE4\xD5%c\xF7\x1C\b\'T\xD7D\xBD!\xCB\xDD\xEF\xC3\x16\xE2Z\x06\x14\xFE\xE4A\x94\xCA\xE7%\xA5V\xFB\xCA\x17\xA8\x0F\xE0,\ng\xA8\x1C\xDD\xB8\x0B\xE1\xFC\xF3\x19\xDA\xEF\xCA\xE4\xB8\x03\xC9\x80\x1C\b\xC73\xFC\xA9(V\xFF\x99\xC1@\xDB\xB3\xC8\xFC\x8E\x19\xEB\xFA8\x06.l\xAC#\xF2\xCB-\xAF&\x03\xF31\x1A\xD9\xC0.\xDF\x0B"x\xFEJ\xEC\xCB\xE5\x014\xEC)=\x02S/\xC3\x01\x9E\b+I"\xD4\x0E\xF9>\x14\xE8L\xDA\xC59\x15\xF3\n\x11\x025\xE3>\x05\xCF\xE0\fS\x9F\xD3\x11\x01\xD7\x0B\xB8\xEAT\xD9\xBF[\n\xFD?\xEE\x14\xF4:\xE9\xD9\xC2\x1C\x98;\x12\xD6G\xF5\x9D\x14\xD6\xEA\xAE\x12G W\xFA\xF4\xE74O\xEF\xE1\xB1!\xF6\x0E\x07\xE0.\xCFO\xE6\xA5j\xF5\x1F\xEF^(\xB0\x17\xE6\x1F\xF7\xEBN3\x1B;\xF8\x0F\x1F\xEC\xD2\xABg\x03 \x9A\x00\xB4B\xF2\x04\'\xF8R\xC3\x18\xFE\xCEN\xBD#\n\xDF\xF7\xE7\xB9\xD5\x93\x17\xFE\xBF&\x05\xCE.\xBDt\xA0\xEC\xFA\xB7\x1E\xEF&\xD1\x14\xBA.\x0F\xC3\xF2\xFDK\xBC=\xC9\x8D\xFC\xE0\xD2\x05\xA1G,\xE1\xB9\x10\xE5\xC7\xD4\\\b*\xD1\x15\xDD\xB7\xEF\b\xAB&\xE7\x056\xF9d\xCF1>\r\x1A\\\xDC\n\xACd\xD9E\xFF\xF0\x19?#H\xD9\x001\xC5\xFC\t\xDA\xA8\x01E\xD73\x04\xDE)\t\x14%\xC3r\x18\xF3\xC7\x00\x1B7\xF6&I0\xF9\xE3\x10\xA96d\x00!\xE12q\r\xDD\x1B\xEF\x8B\x16\xC5\xF1\xA7\x00)\xCE;\xF5\xEA\x1B\x9C\x12\xE3\xD3\x03\xC6\x10\xA9X\x17\xDFDU\xEB6\xE5\xF9 \xCA\x10\xAC\xF1b\xE5@\x02\xAD\xE72\xDC\f\xF0R\b\xDB\xA7\xEE\x1B\xC0Q\xFB\xE8\xC6\fB\xD0\xF9\xBA\xF2\xC9\xB1B\x00\'\x06\xDB^-\xEE\x03\x13\xC60\f\xF9Y4\xB0\xF7\xE8+\x07\xF2\xBC\r\x92\xF7\x1D\xCD\x16s\x99\xEDU\x1A\xD2\xF9\xB6\xD8\xEF\x11"U\xB5D\x98\xCF\xC1\xFE\x16\f@\xCE#\xF0\x19\xD7+\x9F\xEB\x1C?\x15T,\xE4\xD4L\xFA\x1E\xE5\xC2\xB7U\xE4 A\xBA\xDE\xC9\'\n\x1Da\xDD\xD0;\xEA4\x04*\xB6>\x04\xBD\x0B,\xE2\xFF6 \x06/M\xF6\xCE\x07\xFC\x14\xE9\x1E2m\xE6\xB5\x04\xDF\x91\x01I\xB4\xF6\\\x10\x02\xD9\x96\xFD\x07\x11\xC0\xEB\xB58\x0F\xF5\x1B\xFA\x9F\xD6\xFF\xF1\x06M\xEB\xC09\x89\xFE\x18\xFAm\xCA\xE4\xD5\x11\xF2\xDF$\xD6\xF6B\xC2\xA2I\xCA\x0E\x9C)\xBF\xE2<\xD7(\x02\xF2\xD4;)\xF5a0\x0E:\x07 \xDF\xC45\xE8$\xCD:\xF5 i\n\x9E\xD0O\xDCF\b)o\xAD\x17"\xD8\xF4\x13\xE3P\xB8$\xA7\x13 \x00^\xA4J\xFC8\xB0\b\x15\xEB\xF5\xDF\x19\xEA\xFEf\x1B\xA7\xF8[\xB9\x11\xA1\xFB\xC6\x1C\xEC\xD6\xBE\xE4\xCD\xEF\xFEK\xB0\nc\xEE\xDF\xA72\xDA\xF1(\x18\x031\xF0\xC2\x11\xE8\xCE6\xFC\x95E\x04\xCB.\xEE\t\xDAG\xF5\xC1.\xEB\x0E\xC8\x1B\xE7^\xD3\'\x03Z\xB97\xD3\x0B\xEE0\xC8\t\xE4B!\xDD\x07G\xAD\x14\xFA%W\xA6\x13-\xD4\xF8\x1A\xBCI\x02\x15\xC7\xFDD\xE1\xB8'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('G\xAA\x12\xDF]\x1B\x03\xB5T\xE8\x16\xF96\xD8\x0E\xBE\x03\xE8L\x88\x17\xF6-\xC4\xEB$\xCF\x0B9\xB3\xFE\xD0\xF1>\xDA\x00\x16\xE6B\xB5\x12i\xC5\x05\xDD\x1DS\x03\xD57\xEE\x1E\xDC\x103\xFB\xE3\x07S\xD1,\xE1\\\x1B\x1D\xEC\x01<\xF4\xC7\xEB5\xDA#\xC8\x06\xAD[\xF1+=\xCE\x1D\x07\xD9\x96?\bf\xFF\xA0\xF6\xE0\x1D^.\n\x1B\xADT\xC61\b\xDC\xEC\xF5#4\xFC\xAB\xF1\xC1\x16\xFB\xA3W\x01\xB3\xC9I\xA3"\xF3\xB2\x10\x01\xA6\xF0\xCE\xBA.\xD4\x91*\xFB\x11\n\xA0-I\xE3!\x17\xA1\xF8\xDF(\xEF^\xFD\x11\xE1\xB2\x1AM+\xC1\xEB\x11\x8A\xE4\xC0)\x0E\xF2\x9C\xFA&F\xD3\x9E\xE6@\x0F.\xE9F\x0B\xCC,\xF4\xEA&\xD4\x0E>\xC3\x19\xEA7\xC9\x0B\b\xF6X\x0B\x19\xE3E\xD1o\xF6\xEE\x01\xD2\xC3\xEA\xFEl\x12\xB0\xC63\xE9\xD0)\xF3\xDA\x0E>\x03\xD5C\xF9\x05L\xEB\xFD\xD6c\x18\xCB\xFF\x0BW\x16\xBA\xD0m\xDB\'\xB7\xE3\x159\bm\x18\xED\xF8\xDDb\'\xFA\xDAE9#\xE6\xC3M\x02\xAE\xC0\x1D\xDF\xB8\x13?\x0B4\xD9\xBBC\x0B\x00N \xBCB\x06\xC7\xE6\xAC\xF1\x18\xC8$\xDB8\xCD 4\xE3\xBC-\xAD\x1E\xEF\xDF\xF7\t\x00\x98\x1F\x06_\xD7\xC1\x9A\xE0\x03\xB9/\xFF\x87\x07P\xB5\x1E\xDD\xA4\xFC\x11\xDA%\xEF7\xFF0Y&\x90\xF2S\x05#\xF1\xD1\xE2\xF5\xA8\x18\xFAZ2#\xFCl4\x95U\xF4\xB4\x15\xA4\x02K\x10\xE9;\x04\xC4L)\x1A\xC7\xF3:\xF8\xED\xFEB\x1F\xFA5\xCBJ \xE7\xD2\x13\xF5\xE3\x02e\xED\xB3<\xF6\b\x16\xE7\xC9\x07\xD8\xF9\x1C\xCC\xAB\xE60\x19;\x05\xDA\r\xED\x9B\xD3\x13\xBA\b\xE0\x0F\xE9\xFF\x0Bs\xF0\xDD\n\xF7\xD0\\\xDA\xFB\xB25\xEAX\xE1\x13\xCF\xA7*\x0E\xE6X\xAE\x12\xD9\x0B\x94?\xC4\x022\xC6\x16.\x1F\xCC^\x84\xD3O\xA9\x0F\xEBG\xE1-\x14\xFBW\x9A\xC1&q1\xE3\x02\x1CO\xEC\xCC\xF8\x1F0\xBE\xD1)A\xC6\xB3%\xEE\x8F\x14!\x0E\xD3\xA3\x06E\xBB0O\x18\xC7\xF2\xD2%\xEB\xF6j\x1A\xF1&^\xA8F\xF4\xD5\x0B\x00\xE1+@\xF4\xFC#\xC03\xB4\x00\r\xC5\xDC\xEC\x11\xFC\xB0\xCDH\xC2\xF5\xDC:*\xB1\xD6J\x04\x1A\xE6\xFA\x127\x1B\xFFF1\xE5\xF3@\xFE%\xD7\f\xE7\x02\xDC\xB3\t\x1BE\x05\xC1\xFC4\xDD\xE9\x0F\xD5\x06\xE5\x9FN\xBF\xEB\x12\xB9\x1C\xE2j\x03\x16\xD4\xEEe >\tK\xD5\xF2\x16$=\f\xA6\x01b\x17\xF1<\xA8\xDFV\x9B\x05\xD6e\xE1\xC9\x07\xB6v\xC5\xEE\x19\xAF\xFB"\xF0r;\xF82\xA0\xDF+\xAC\xCD\b\xB9\x1D\xF9\xB79\x192\xFA#\x03\xDA\n:\xCF\x93Q\xF58\xA3\xD1\xF7\xB5\x1C,\xE6\xFE\b\xB8\xE9!\x11\xC3\xFC\xE6\r\xC9\xF6"\xED.\xBE\xF4\xA9)\xF8\xD8\x02\x13/\xE3_5\xCB\x8D\x10\xE2\xBF\x00\xE8W\r\x17O;\x00-T%\xFC\xDC\xF0\xCAd\xA3H\xC6\xEF*\xFA\xDD\t%\xE4\x042\xE0\x01\xC5b\x8C\xDBV\xF9\xD41\xE1\x99\'Z\xFF\x14F\xCD\f?\xE8\x17\r9\x1EJ\x9B\xD0\x05\xBE\xF3F\x1B\xD3(K\x14\xC9!\xF0\xD3\xE5\xF5\x9D\xC8\xE0\xCF\x0EU\xAF\x14\xE5,\xF6\x18\xB1\xE8\x11\x1E\xC4G\xBA\x18\\\xF1\xA7A\r6\xF0*\xC7B\xF3L\t\xCF\x1C\xB94\xAC\xD9\xFD\x1D\x02K\xD1\xBF\xEB\xE1&\xF8Q\x11\xDB\t\xFD\xEB\x06\xAA\xF2\xD9=\x02\xB7$\x13D\xEF\f@\xE9 \x04>\x0B\xD1\xFEX\x062A\xAA\xFF\xEB\x10\xFB\xCA\'\x13\xEB\xD2\x1E\x04\x14\xA9\x1A\x05\xB4\xEE.\xDC\xEA\x06\xF2(`\xB6\xDE\x92\xF1^\xFD\xAF\n;\xEA\x1F\xA5*\xC2W8\xF9\x1Ec\x98.\xFBt\xD9\x05*\xB4\xF7\x83\xC4\xD8\xF4\xBB7\xDE"\xC0\xD6\xF4\xCDu0\xD7\x98<\b\xD9R\xF7\xBD\xE4\xCEx\xFE\xD88\x10f\xF8\xC3Q\x11\xE5\xC6\xF85#\x12\x061\x1C\xC8\xD7\xB6\x00@\xE4\x14\xB5\xDD\xCD\x0F\x04\xE2\xC5\f\xEB\xAA\xCC\x19\\\x15/\xFFo(\x1B\xEE\x99\x0F\xE4L\x02&\xE0\xF1\x1DT\xE7\xBF\xFE$\xAE1\xFC<\xEC$\xBF\xE5\x18\xA5\x00>\x1F\x94:\x19\nP\xEA\xCB\xDAB\xF4\x15f-\xF0\xCB^\xF61!\xE8C\xBB\x1A\xF7I3 \xFD\xE7\xF6\xD3K\t\xE0\xAAE\x01\xCDa\xF8\x1A\x9F\x14\x07\xB3\f\xF7\xD03\x19\xE0\nM\x10\x8E\xDE\nR\xF5\xCB%\xD6\f\xE1\xCE\x03\xEE\xD5\xAA\x01+\xB8\xE5\xA0\x03\xE0\xF9\r\x1A\xD5\x02\f\x9E\xFE)\xEF6\xD2\x15\xDF\xBDN9\xD5\xE6\xB7\xEF\x11\xC8\xE8\x16,\b<\xB9\xEA6Z\xC2)J\x03\xEF\xA1k\xEA\xCA)\xF4G\x1E\x8D0\x03C\xF0\xB0,\xFC\x7F\xBB0\xF5\x1Dh\xFB\x0EN"\xBEF\x97&\xB1\xECJ\xC8S\xD7\xAF[\b\xA2\xF4\x03\r\x93\x13)\x1B;\xFA$P\xF6\xAE\xD9\xF0$\xCB\xF9\xD4\xFE\xDC\xAB\x11"A\xBA\x05\xD6\x1B\x01\xC2\xD2\xFB\x0F\xDC\xBCW\x15\xEAI#\x0F\xDFC\xC4\x13\xD46\xEC\xCE\x123\xE7\x05=\xDE\x17\xF4\x06\x12\xFA!\xE9\xCA+_\xEE\xC4.\x03\xCB_\x9D\xD5\x04\xE23\xC2\xFFH\xE1\x0EA\x1F\xEC9\xE3\xC6\xF4\x16\xFB=\xB1\xE5\x138\xEEi\xE8\x1E\xF7\x06\xC2\xD8\xA5\xF9\x17\xE8\x99\x05\xF2\xB2(\xFF\xDB\xF4\xC5x\xFC\xBD7\'\xE3\xC0?\xDC\x01E\x1A\xD8!\xE2\xF8\xAD\xF5\xDE\f7\xBB\x10\x1Fh\n\x16\xAA-\xF2\x92\x14\x01Y\xD5\r.\xDF`\xF11U\x06\xB6&\xA7;\xCE2\x1B\xF39\t\xCCR&>\xE0Z\t\xA5R\x1B\x0B\xD3 \x0F\xA7\xD1d\x1C\x8B0\x0F\xB8\xFA\xAB?\tIO/\x16\xED\xFEV\xCF\xF3\x89\xEB\xD6Q\x04\xBDc\xCE1\xB6\xFCJ\x99\xCD\x1F\r\xA2\xDA\xC7\x19\xD5\x00\n\xDF\x9A\xFF\xE4]\xB6\x00\xEF\xD8\xFD\x1F\xC8\x15\xF8;\xB4\xEDH\xE2/\xF1\x00\xEA\x0B\xF7\xEF\xD2p\xE6\x14\xFF\xCE\xB5\n\xE7\xC1"\xB1*\xE5\x18@(\xFA\xC7\x1C\xE5\t\xF7\x19\xE9\b\'\xEE\x03\xC0\xE7$\xFE\xF5,M\xF2\x14aB\'\x11\xD4+\x1D6\xA8\x0F\xBB0\xE9\xD0\xDF+\x02\x9E\xF8\xC9\b@\xB6N\xC6:\'\b\xC34\xED*\x1D\xD0\xFDo\xD8E\x07\xF9\xC4\x02\xB6\xDF6\xEF%\xDAL\xC4#\xDB\xB07\x18\xF9L\b?\xE0\x0E\xE7\xC3\xB3\xFA\xED\xC9\xACG\xEA\xC1\x06e\xE5\xF4I\x03j\x1E\xC2\x116\x19Z\xDC\x15+\xD5\x12\x00\xA6\xDE\xF5L\x96\xDA\xF4:\xA3\x1E\xF2\x11\x95:\xD5P\f\x13s\x00\xAF\x10;\x9F\xF3n\x10\xE1W\xD4.\xB3\xCFu\x979\x1E/\xD9\x1A\x04\f\xF7\xDF\x15\xFA\xCF\'\x1B\xD7\x91\r\xF0\xFDT\xD7\xE9\xBA$\x90\xF9\xE1 \xE7V\x19#\x0E\x04]\x12\x13\xDD\x04\xCA2\xE0\xEC\x1C,\xF1\xCD\x9EB\xD3.\xFB\x05\xD1@\xFE\xC8\xF4\xA5\x11\xEF\x1D\xBF\xF7\x06\xD1\xFEI\xE6\xBA6!U\x87>\xEE\xB2\t\xFB5\xB9&\xE5\xA9\xF6\x06C\xFE\xEDm\x05\xB1B\xFA\xBB\xD6\xCA<\xE5\xB9\xEC(S\xF8\xBBd\n\xFD\xA9\xE4!\xF7\b\xE8\xBB\xED\x1F\x16\xE6\xBA+ E\x05\xE3\xFD\x14(\xECZ\f\xA1&j\xEF\xCC\x02\xD9\x0B,S\xC6B\xDE\x17\xCDD/\xC7!\r\xD11\xC18\xCE\n\xF13\x01\xEC\xAB\xFC/F\xAF\f\xE5\x16$\xCED\xC0Z2\xDC\x18(\\\xDEN\xAA2\x0B\x01\xEA\xDA\xC2Y7\xD6D\xAE\xDF\xC5\xF5\x15\xD5\xFD\x96/\x18\xBE\xE2\xFF\x13\xE8\xF3Z\xFF\t\x14\xDEa\xAF\xE4\x11\xF5\x17&\xDA\x9C_\x16(J\x1B\xD0\xC6\xFD\xD3=\x89\x01\xF4\xD9\x14\x06\xFE\xB1G\xC5\x01\x0E\xCA\xF8\xD7`\x91\x18\xFA0"\x9F\xE8\x02\x10!2>\x06\xE2\x11E\xE9\xF5{\x1F\xD3\xA11!\xAF\xD6\xEC\x9C\xFA:\xF1\x1DQ\xA5\xFF\xEBM\x0E\xE4\xC4\x07\xDC\xF2\f\x1A\xF3-\x1E\xEFX\xB4\'\xE9=\xCA\xEE\x10\xF4\x86$>\x06\xEE%G\xCF\r\xB5\xF1\t\xCAT\xB9\xF0\xFB\xCE\xABS\'\xC3\t7\xAB\xF0M\x06\xF7\xBF\x0E7M+\x04\xBD\xD4\x01\xC9\xDF<\xBC\x1C\xFC-\xB1\xF8i\x9F>\x06j\xDB\xBE\t\xDF4\r\xF9\x9C\x1Bb\xD78\xE4\xFC\xB6\x15\xE0\xBF\xF5\xE49m\xDE\x1A\xF6,\xD9\x17e\xE5\x1B\xF2\xB5\xDC\x1E\xD0\xFD\x0F&\xDA\x1Af\x01\xE1\xC6\x1C\xE7\x16C/"\bg\xD7\xF4\xCBF\xD4\x13 \xE7\xC8\xE3\x95\x11J\xFF\xC9\x15O\xD3.\xE2\b\xBC*\x19y\xD44V\t\x1E\xAC\x03\x13\xC4I\xFE<\x0B\x8F\x04\xC0/\f:\xF9\x03H\xE1\xC8\xB66\xE5\xCE\xEF%\xA7\xF4t\xDB\f\x97\xE8\xF8\x10\xA94\x04#\xEC7\xBA\x03\'B\xCE\xFA6\xE7"\xA7\xED\xC1\x00!N\xF7\x03\xCC\xEA\xF2\x94\xFF\xC9A*\xFC\xD4\xEB%\xAA\xE4\xCFD\xECL\xFE\xD3\xEAa\x9C\x16-\xEBB\xFE\x80\nF\x12\xFC\x07\xCC\xB2\xFD\xF0G\xB8,\x16\xE5]\x8E\xFD\r\xDFW\xF9\x1E\xED(\xB2\xD5\xF6p\x05A\xF3\xAF\xDD\x14\xA4C\r -\x12\xE8\xDA\xEFQ\x9A0\x06\xBD\x1B\xF9\'\xDD"\xA5\x15\xCA*\xF0\xBEY\b\x13\xF2U*\xB8\xD6:P)4\x1DX\xD1\xDE\x01\xC7\xF1\n\xDC\xC2@\xF3\xA7\x12\xBC\tY\x02\x19\x0B*\xDB\x19\x0F9\xD0\xEE4\xB9\xDB\x04P\xB2\xF8\x1A\xBC\n\x17\xDFb\xF1\x127\xC5\x0E\xF4\x06?\xE2 \x0E\xD8\xF8\xA9\xD4\x1D\xC4\xF8\xE9\x1F\xDE\xBF\xED\xE3\x10\xC3\t%?T\x1E\xB5*M\x18\xCC0\xD7\xF7\x15\xDE\xC5H\x9D\xE4\xCA\xB8\xE7d&\xFE\x1D^\xFB\xC1\xE2\xD0&j4\xCC\xF6<\x00\xD8Q\xE8\xB0w\xD7\xBBQ\xFA\xAD\x00=\xE7#4\xDF\x02\x0F?\x93\x04\x18\xF9\xA3\x027\xF6\xEA\x9E\xFB\xCF\x13\xF7\xE4\x05\x1F\xEDD7\xA2\xE92\xF1<\xFDT/\xF9\x8D\n\xC7\xE5\x10\xF01G\f\xFE\xA2\x04\xE5"\xAF\xC8\x1F\x9E\t\xFC,\x17\xEE3\n\xC2g,\xCB\x05G\xBAq\xD0.\xF3]\r\xD2&i\xD8\xAF\x1B\r\xE16\xECh\xD4\x9F\xFE\xB7\b\xD7k\xFF#\xB7\xD4\x12\xED \x03\xD8\xF4Q\xAE\xD2$\x9B\x17\xEB?\xF2\xD7\x13L\xEE\x0E+\xF5\xD2E\x02\xE4\x99\x1D\xD2\xDF\x19\xF3\x13\x8B\xFB\xEF\x19\xAC\xE2\xFE\xC90F\xBA\xF2\x13K-\xBFE\x03\xAA/\x0F<([\xE0 \x07\xCC\x0E\xF8\x1D\x07\xA9I\xC3\x17@,\x01:\b\xF7\xDA\xC8\x1D\xB8W,\xC1\xFBA\xE2\x165\xC0!\xCA\\\xF7\x03J\xEC\xB7\xDBU\x0B\xE6(\x06I\x1D\xB0\xEA\xDD\x1F\xFF\xE2\xCB\xFD\xD5\xF2#\xC9\xFC\xBE\xE7\xF2\xC7\x16\xF2\xADK\xE1/b\xDE\xCE6\xE1\x0E\xB9\xEA\xDE\x14K\xBCf\x058\xE1\r\x00\x93\xDA\x06\xB7c\xEC\xDE\r\xF2<\x12.\xA4$\xFF7\x1E\xD22\xC6\xF8\xD9\x12\xF0\n=\x92\x079\xEDd\n\x17S\xDB\b\x1CH\xD9\xFA5\xC1\x13;\xEB\x98\xC0\xF3\x00(\xEF|\xF8\x1C\xCB\xA6\xEE\xE4+\xFC\xA8\'\xCD\xEB3\x1BR\xCB\x03\xA1\xFBL\xAE\xDA\xBE\xE8\xCDA\x0F\xC4\xF6\xB1D\x15\xA0d%\xBEV\xFA\x18\xC6*\xA6 \xB6\xE6\x97>\xEF\x13\xAE#\f\x8C-\xFB\xD8\x03$\f=\x15\xB4\t\x9C\xD4)Z\xFF3\x1E\xD3\x11\xF0\x18\xF9y\n\xE4$\xF6\x120%\x19\x05*\xFD\x0Bk\xF9\xE3\x05\\\xEE\xDE\x00:\xE9\xCD3\x03\xD1\xE6O\x0E\xF7\xDC\x025\xF9(\xE2t\xCC\x01P\xEB\xE3e\x17\xCAO\xF9\xD5W\xE8!\xFD<\x06\x10\xF4\xC4\x0BU\xB6<\xDDC\xBB\xD2\xF2\xA88\xD6\xE7\xBD\xD0\xE5R\x1C\xF0\xB0 \xD4\x9B)\x10"\t\xB9\xF4\f\xE0\xA8 \xF3\xD9\xBC@\x15[\xC3\x10\xD1\xB9\x05\xF6,\xD5\x1B\n\xA1\xF3\xB8\x1C\xE4\xA42\xC8\xDBK\xC0\xE5\xB2\xDAD\x8B\x01\xE9\xCA\x07\xA0!\x13K\xC2\xFFB\tn\xF56\x92\xC7>\xDE1\x17K\xE9\xC1\xFA\xCFH\x1A\xFD)D\x11p2\x05\xEA\xCE,\xF1\xFF\x1DC3\xA4\xE6\xC09\xD05\x00(D\xEF\x04\x0F\x1A\xF6.\x14\xF17$\x17\xE3\xF7%P1\xFD\xE6\x02-\r\xDF\xEE\x17\xB1\x01\x10\xD8\xFA\x13\x06\xBC\xF2\xFF5\xACn.\xDC\x88[\xC5\xED\xB8\x00\x9D$\xFB\xAC\xE0J\xA1\xD9\f\xED\x18Y\b\xFA\x1DS\xEA\xDD\t\xCFl\xBD\xFF\xEC\xA9\xD1h\xFB\xCC\x04_\xD7\x1B\x0E\xC0\xF4`\xD8\xB1\x1C]\x9B"\xCDH)\xED\\#\xE7T\xCC\f\xD8\x15\xE5\x02\xEF\x106\xD8\xF9\x1C\xCE\xE2\x10U\x1A\x0B!\xE8d\xF7\xC7%\xDD\x12\xAD\xB5\xF8\x10\xC4\xAD6 \xE0>R\r\x02\x1C\x96\xEB.\xBC9\xA7\xEE\xE0\x18\xCC8\xF8\xE9\xC8\xFB3\xF3\xDD\xBE\n\xAD\xD1\x02\xA0C%\xF7?\xC9\x1C&\xB4\x04\xE7\n>(\xF0E\xC5\xD76\xBD\x070\xB4\xFDH\xD0\xF1A\x04\xD7@+\x16\xFC\xF5\x8F%\xD8\xB7(\xDDO\n\x12\xF2\xFE\xD0D\x03#\x97I\x07(\x11\xD4R\x06\xE6@\x1A4\xF4+\x14\xE0\xED\xBA\x07\x95V\xF6\xD2N\x18\xA6]\xDC\b\xB0\xF8\xEB\x01\xF3\xCD\x17\xE4\x0F\x90\x04-\xE7`"\x9D\xF1V\xD3\xE7\x12\x07\xCA\xF84\xE7\xC3A\xB0\xE1(\to\xB4/\f\xF0\xBC\xE2=\x00\xB5\x14 \x9F\xFD\xDB\xC3v\xFB\xB0\x1F`1\xEA\xDD:\xBF\xFC1\xCA\xF3\xBD8\x14+h\x86=$R\xD65\x1Ea\xB9\x16\xC2\xE8\r\xE0\x05E\xC01a\xE3G\x15\xF0\xFF\xD6\x1BU\xC8\x15\xF9\xD8\xE8\xFE\xCF\x1FO\xA5\xEC.\xC4c\xF1\x0FF\xE9\b<\xD5\x0F\x01\xCF\xFD\f\x14\xED!\xE2\x0F\x02"\xFD\xD2\xE5\x1E\x10\xDE\xFA\xA8\x02\xEB\xF4\xC6\xFB\xD9\xF79\xFF\xCB\x1F\xB2\x1A\x00\xEF\xAB\x1E\x04\xA08#\xF8\x04\x9C\xEC;\xC3\x11Z5\xF5\xDB\x19\r\xF9\xE3\xD6\x02\xCC"\xB8\x17\xF0\xC7N\xE4\x1A*\xAEE\x05\x9Ez\xD6J\xE8\x94X\xC8\x05\xB8F\xEF\xC2\x14B\xE0\f:\'\x19\xAB/q\xED;\xF7\xDA)\f\xD3\xBFw\x0E\xCB\xE70C\xDC\x1F*\xA3\xE1\x16\xB0\x04n\xCFG\'8\xAEP0\xE1\x8E\'\xF63\xA2\xC0\xF2R\xC9\xDB-\xF7\xB3\x15*\xF0\f2\xF5\xD6\'\x0Br+\xB5\xD1U\xA6\x05P\xD6\x12\xBC\xDD\x0F\xA0Y\xC6\xFB=\xF5\'\xDB\xB3[\xF1\xBD\x0E\x00\xF4\x07B\xC8\xFB,\xC0\xF2\x85\x07\x12\xEA\xF6\n\xFCV\x01\xDA\nA\xFA\xD7"\xE8\xFE\x19?\xC5\x07C\xDC\x1B\xAEN\x00\x18\xCD\xE5\x07\xFE#\x18\xEF\xE3\xE3\x04\xF1&\xFC\x07\xD15\xE9\x18S\xE1\xEC\x14\xFC\t\x18\xD1L\xB1h\xD3\xED!\x0B\xE6:"\xDF\xFC\x1D\xBE\xDC\x19\xD29\xBD \xE9\x15\x05g\x107\xB8\n\xEE\xE3\xFD\xCF\xBE\xF9;\xE2\xEC\xA27\xF6\xDB\x9A3\xF9\xCB@\xC1,\x8FC\xE6N$\x12\x02\xB7\x97\x072N\xA4!\xE2-\xFA\xE6\x1B\xBA3R\x95\xD7\x00\x15\x94Q\xCA@l\xA3,\xEC\x11_\xCD\xB3/\xE0\x98\xF5\xD0Y\x1F\xA23$g\x03\x12\xC6-V\xBD\x1C?Q\xE9\x11\xBA!\x0BY\xF6\xCC\x1C\xAF\xC1\xE0\xF3-\x1F\xCF\xC2\x01\xD6A\xC6\x05\x8E9\x12\xFE\xDD\xF6\x11D\xEA]\xD3/\xEE\x01\x0F\xF3\xC7\x07\xE2\xA7\xFEM\xEF\xC3\x1C\x01)\xDD\x11M\xF3\x0E\xEA\x9D\xD9"\x07\xFC\x0F\xF0\x03\xC4\xD6\bb\xFF\xEB\xD4\x15\x012\xED\xFAa:\xD8\rC\xF7\x1B\xE9)\xF6c\xDB%\xF0\xC9+\x04\xB4\x1B\xC5\x07\xF8\r\xE3)\xB6"J\xFA>%\xF5\x1A\xD3\rH;\xEA\xC7\xB2\x02\xD5\xB8G\x17\xF1^\xB4\xDE\xD2,\xAC\x16\'\xF3\xA4\xDC!:\xB6k\xDA\x0E\x19\xA5\xC9\xFE\xE4\xF0i\xB9\x12\xAD\xEE\x0F\xBFF\t\xA7X\xE4\xD03\xF3%\xBB8\xAA\xD8\x05\xE7\xD4\x17\xBA\xDB5\x04+\xE6\xFB\xA8\bc\xF9.\x1A\xDF\xFE(\xCD=\xF7\x1EI\xE8\\\xFC\xE3G0\x19\xA9\xFC\xE2\b\xC5B(\x04H\x14#\xA14\t\xDDK1\xFC\x1B\xD2\xEA\x18?!\xFDq\xA6\xDDM\x1A\xFB[\x132\x98e\xEE\x0E\xC8\x9Ep\xB8"\xD9\x17\xF1$?\xE8\xC56\b\xA8\xE4\x01\x14\x92\xCA\x0B8\xB5\xCE\r\xECH\x10\xF0$\x9A\xF5\xE6\xD2\xEC\xB3P\xC6\xFD\xD2 \x02\xCC\xE4\xB2[\x00\xF7\xBC\xD9\x0B\xED\x15\x02\xE8\xCE\xF0=\xC8\xF6\x00 \tD\xE8\x15\xDE\xF3\x0BS\xBF\xE2\xD0\x8C\x0Bs\xF6\xEBO\r\xC24\xED#\xF5\xDB\x04\x1F\xF9\xBF\xDB0\xCEL\xFF5\xBB\x0B/\xF5\x07\xE0)\xECT\x9A=\x07"5\xDF-\x13\x99I\xCA0A\x10\x9B\x1E\t\xBCO\xE1\xCD\xAE*\xF7P\x018\xCC1\xFFC\x13\x03\x8A\x1C\xD3\xB7 .\xD6k\x05D\xBD\x16f\x9D5Q\x04\xBE\x1C\xE9\x15X\xDE r\x1A\xD7>\x0F\xF9\x18\xC2\xF5\x14\xEF\xA2\xC5\x06\xF2\xE6\'\xF8\xBF\xD7\xFEg+\xDD\xEB%\x0F<\xD9\xFD\xBD\xD1\x1A\xAC\xEB\x1E\x96\xF5)\xEDM1\x00\x11\xDE\xFB\xF3\xB2\xE1\xFD\xD2+\xEF\xE5\x00\xD6\xF3g\xA5\xF9\xD5\x06\xAC\xFB\xCB\x91\x01\xBC_\xAB\xE7-\xDCm\xD4\x0EM;\xCF_\x19\b\xAB"\xE4\xF5\xB4\x035\xA4\xF2\x19\x06a\xF0#@\x07\xFA\xD7\x10`\xC9\xD9\xFA\xE3\xC3[;\x95\x17)\f\x1D\xA6;\x0F\xC7&\x14)\xE1\f9\xC3&\xEEA\x10\xE43\xF2\x1F\xCF\nE\xFF\xB7\'\xFA\xE9\x1D\xB3\x00\xDB8\xEET\x0E\xCBG\x17\xD3\xFCX\xC1\xE6/\x90\x0F\xE2\xC1J&\xE7\xB7\x07:\x16\xAD%\xEF\x06\xCEI\xEA\xC5U\xF6\xDD\x03K\xB0\xF2'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('%\xAA\x14O\xF6\xB5\x17\xFF/\xBD\x11\xF5-\xDB\x15?\x00\xD0\x1B\xBB\t[(\xF8\xB2!\xED<\xC9\x04\xEFD\r\xC9\xF5\x13=\x00\xCA%\xF2\x14\xD6\xEC\r_\xB5\x1A\xDD\n\xC7G\x0F\xE1\x1C\xF48\x0B\xE2+\xD3Y\xEB\x10\xCF\xFB\xE7/\xDA\t"\xE5C\xDC\\\x05\xA3G\xEF\xB2\xE6%;\xF6\xDA\xA3\xE6\xCEP\n\xD7\x12\xA6#2\xD8\x9E)U\xDD\xA9\xEAa\xDF\xB3X@\xC0!\xFD\xF3E\x011\xE7\xFB\xA45\x03\xB2\xCBN\xA2\x18\xC1\x00\xAD0U\f@\xC7\xEFj\xD1\x95\xF2\xCA\x1D\xEA\xD2"\xC7\xFB\x0B\x9DM\xEC\x12\xFEA\x17\x020\xC0\xFCX\xE3\xB7\xFE\x18\xE6\x06\xBC\x1D3\x0E\x05-\xF8\x02\xA02\xE0\xD0\'\x90a\xF2"\xD1n\xED\xDA%\xFA\x05\xF2<\x1F\xF8\xDB\xE0\xB9\x1C\x84\x049+\xFAO\r8\xB7\xFFo\x105Y\xDF\x02\xC80 \xBD\xF0\xDD\x9B\xE8F\xF7\x1B\x0B\xF2K8\xFA$\xD5\xF3\xC3\x87\x19\xCE\xE6\tS\x15\xEA\xC4\x11\xD7\xB7\x17\b\xC1,\x13Y\xE8\xB8\x12p\xE3\tP\x05\xF1\'\xFE\x11\xE2\xC1\x15\x02\xAB\'\xF7\x17\xE2\xF2\xBC\xD5*\x16\xB4b\xD4\b6s\x1D\r(\xCD\xDDg\xC3\xD1\xB0\xEDp\n?\xFDJ\xED:\x1D\xD7\xF6\xAF9\x07\xF9>*\x00\xDEL\xF8\x98\xFF\x1C2\xD8\xCD\x9C%\xC5;\xD6L\xCCY\xB0\xED\x1F\xD3\xE8\xDE\t=\x99,\x06\x1D\xF8\xE9\f\xF3\xE3\xFA\xAC\xC8\xFF\xF3>\xAE\x055+\x01\x15\xE0\xCA\x94\x1A\xE3\xD8\x10\xB5m\xC7+\x00M\x1F\xEE\xE3W\xAA\xEB7\r\xCF\xE1\xC4@\xEF\x0E\xFE7\xF3\x93\x17\xE6\xF7!\xD8\bAc.\xBFS\xCB\xD9L\xEB\xA9\xCDE9\x8F+H\x14%\xE4\xD4\xBB\x17\xEE\x8D\xE7 \fG1\x03\xF0\\*\x06\xFA%\xEF\r\xDC\xBE\xA5\xD1\x0E\xC6\x1C\xF4\xBA\x17D#\t\xA8)I\xE7\xB3\x13\xFA/\xBC\r>-\xF3\x9E\xFF\xF8\x11\xEE\x03!\xFB\x13g\x00\xBF\x19\xDB\x03\xCF\xEDR\n1`\xFE\x0FP\xF8\xD6\xA8\xF4&\xBD\x11\xD0\xAA\xC2\xE1\x14\x9AD\xE8\x19f3\xFEH\x06&\xD8\x02\xE7\xF3g\xF9\x03\xDC\x1A`\xD4\x06^\xEE\xA8\x03\xC4\xE3\x18\xCD\xB36\x1B\xA7@\xC4\xDF5$\xE5\xFB\\"\x10\xB9\xDB\x9D\xF7!\xDF\xCF\x1C\xC0:Y\xFD\xDC\xE98\x1E\xF4Q?\x01\xD34\xF8\x03$\xF3\xDF\x999\xCD^\xA3,\xB6\xD5\x14\xCA\xBB\xF6\x06-\xDB\xC8\x1E\xDF\xFBo\x0FH$\xE0[\xD4\xE5\r\xF5\xB4\x07\xD3\x0F\xF0\xAF\xC6\xF5B\x1B\x05<\xC5\xEAG\x03(\xE3\x07\xC7\x18\xAFI\xFE\t.\xEB\x1A\xB8^\xC8\x10\xD6\xB6\x16\xE9\xF9\x10\xEFI\xFD\x1D9\xEBR"=\xA3\xEC5\x11L)\xD23\xB9\xEB\x02\n\xF2)\x00J1\xEDX\x92.M\n5\x00\xE5*\xEF\xB2\x12.\xA4\xF3\xB3\x12\xEE4c\r\xD3\xE2\x9D\xC9\xDA"\xF2\t\xE4\xA8/Q\n,\xBF\x1F\xE2\b\xC5\x0E\xDF\x8C0\n\xE4\xC6\x1D\xAB\xF4\xE5\t\x9A\x1A\xF8\xD6<\xC6\x8A\x16\xBD\xCE\x1E\xDA\x16\xF7\xCA\xE1\x1C\xD9\xA2m\xD1\xFDV\xD7\xFA\nx\xDAD\xD0\x99!\xF9\xF0&u\x0F\xFB\xABN)\xFC@\xEC\x00\xCFw\xDB@\xAF3\xD2a\x04\xF1\xFB\xD2\x11\x00K\x19\xFD\xBAA\xF1\x05U\xAB\x10P\xFC\xE9\x7F\t\xA5\xFEA(\x04\xB7?\xEC%\b\xBD\r\xE1#>\xCC\x16"\xF7-\x01\xDF\xBF\x05@\xB7\x177\x04\xDF\xCC\x13\x1E\xC0\xF5\x19\xA2\x04\xFC\x14\xEA\xF6$\xBB\x16D\xB1m\xD9\xF0:\xD6f"\xC8\xDE&\xE7/\x1B\xDA8\xF7-\xE3\x10\xC1\xE8h\xFD\x12\xCC\xF9\x16O2\x97\x1A\xEC\xBB\xE5\xFE\xC3\f\xEAS\x121\xCC\xE9\xF5S\xC2\xEFF\x91\xD96\xE1H&\xF1\xCBX)\x96J\xE5\xCC\x1F)\xF83\xB9\xC5\x03\x0F\xEA2\x15\xFF\xBD\xF4\xCB\x06#\xB5\xD5V\xF2!\xAC\xD6\xF0-I\xB4\xDC\xF2\xC7\x03\xF6]\x074\xA0[\x1A\xB1=\xD8\xA6\x1B\x01\xD4\xE4!2\f\xF8]\x07\xB2\x0E\xE85\xB8\n\xD9\x1A\xFE:\r\xDD\xEB\x9F\t\x18)\xE2\x9F\xFA\xB1\xD3]\fF\xE2\xA9\xEF\x13\x01E\xCC\x06:\x0E\x1D\x9B\xE3\x019\x1F\xE7C\xD1\xAE(\xF1F\xE1\xD3\xF5#\xFC\xEE_+\n\x93\x14\xB8\x01\xD1\xEA%\xFF\xC5\xD7\x1DM\xE3\x02\xC3\xF0\xAA\x05]\xC4\x01Q\xE2\xF4C\x1FM\b7\xED\x8D+\xFEc=\xC4\x1B\x9A\'\xF9\xDER\xC6\t]\'\x10\xA5\xFC+\x15\xDF\x0F\xD7\x02\x138\x07\xC9M\x0E\xDF\xB4E\xFCg\xDC+\x1B\xAA?\x15e\xF9\x92\x11\xF4-n\x13\xD40\xF6\x14;\xCF&\x16\xB5\xCE\xF1\xDC\x1B\xC5\xF8\x1F\xD0\n(\xDC\xE6\f\xEC\xBB.\x00\xEA\xF6\xD1\xBE\xED\xD6i\n\xC1M\xF8 \xC8\xB7*\xE5\x8B\x17\xC1\xF8"\xCA6\xE8\xF4\xC8Q\xE2\xF3\xCD0\xED\x05;\xD0\xB0\x1F\xE9H\xBC\xE2\x1D\xEF\xAD\xFB\xD7\x05b.\x11\x00A\xD8\x10\xE9\xBA\xF5L\xFC7d\xD3\x15\xA7> \xFE\x18?\x06\xB1\xE57\xED\x9A1k\xFD\xF0V\x000\xE8;\x04\xF0\x19\xAC\b\x113\xFD\x0B\xB9\xDE"G\xC1\xFC\xE07\x06\xFA&\x98V\xDA\x10I*\xF9\xE9\xC1\xA6\xE4r\xB3/T\x03\xA3\x12\xCE\xB0\x1E\xF3G\x0F\xDA\xB53\xDFN\xF5\xCA#\x18\x00\xCF\b\xE9\xAA\x1B\xD9\r\xD0H\x96\xDB\x0F\xD3(A\xBD\xEE\x9A\x1EN\x02\xA7\xE6\x19V\x0F\xA0\xD9\xC8\x0E\x00.\x07\xC0\xE7\x89\f9\x1D\xFD%\x07\xF2\x16\xE0:"\xEE1\x07\xE1\x03\xC5\xE6+y\xF2\x91\x12*\xDA\xFAZ\xBB\x1E<\xDB\x10B\xBC%\xF3\b\x1Ew\xBFL\xF7\xE0\x03e\xD8:\xF7\x13,\xD6\n\xED\'\xF6d\x1B=\xEA\xCE\xF57"S\xE0\xC9Y\xD6\xBA6\xCE\x9C\xFB\xC6\xD7l\xBC\x17U\x87$\xFB\t\xCE\x04\xE9\xC2\x0B9\xA3\xF1\x0E\xE2Q\xF4*\xCC\xF9a\xE2\xB5\xFB+\xE5\xFF\xA1\x1F\xCC\x16\'\xE5\xD1\xBFj\xF4\xB4\xC92\x02\xB9\xF1\xDF\xB0_\x18\xA2\x01\x18\xF1\x02\x10\xEC\xF7O\r\xE8D\x1A\x0B\xE5\xFE\xF6\xD9<\xEEK\xBE\x16C\x1E\xFDc\xE6\x14G\xD6\xAF\xFF\xC2\x16\x05\xEA\xA77\x13\xC9\xED\x168\fR\xEA\xFB\xAD\x05\x0E\xEE=\x00!E\xE3\xD2N\b-\x11\xFC\xD6D\xE0\xD4\xB8?\x95-\x18\xDC"\x01,\xF3\xAFH)\xC9/\f\xD2\x1B\xAA\xF8\xD8&\xB0\xD1\x02\xBF.\x06$5\xE7\x90N0\xFE\x1C\xD6E\x04\xAD\xD1\xF2\xB91B\xC4W4\xA0\x1A\xDD\x10\x97\xFA\x13\x1F\xA6B\xC5&\xEF\xB8\x1F0\b#\xE2I\xFF\xC6\xA8a\xBF\xD2\x05 \x94\x11\xE8\xB6\x01\\\xE4.\xF0W\xE22\xF4 \xEB\xCA\xF9|\f\xD4!\xDD\x0F\xBBY\xF5/\xDD\\&\x06\xD7\x11\xF4\xDF$\xFC\xCD\xE9X\x058\xC2\xEB\xD8\xF8\xE5\x04O\x0B\xF7\xFCl\xF5\xD0\xB3\n\xEF=\xE2\xF8\x15S\xDE\xF0@\xFA\x1F7\xDC\x13\n\x9F\xC9\x0F\x17>\x98S\xDE\x1A\xA9\xF0C\xF7\xC7\xEE\t\xE5\x9B \x0E\xC1\x1A\xE6\x83\x01\x1E\xEB\n\xB2J.\xBC\xD7\xF1b+\x00\x1At\x8E\x15\xCB7\xDE\xC3\x1C\xEA\x15W\xD5\x1D\x0E/\xE95\xBA\x01\xCFO\xA4\xF1\xC4\xFD5B\x05\xFA\xBA\xDA\x07\xFD\x10?\xC5\x02\x18\xB3c<)\xCE\x00>\xEB\xFD\xF6E,Q\xCC\xBCv\xD9\x03\xF7\r\'\x17\xAF\t;\xBA\xD02\xDD\xEB\xAD\x12\xA8C\x023\xFA)\xB8\x04\x8F\xCB\xFC\fe\x19\xE1\x07(o\xD0\xB7\xE7\x1CI\xEDi\xCE*\xB5\xEA\xD7&3\xE4\x12\xA3\xFAK\x18\xD8\xB3g\xCA\xDE\x95\x16\xF8:+\x18\xEF?\xA7\xE4\xFD\xCB\xDE\xE8\x0E\xF3!\x00*T2\xF0$\xDA\x9E\xC9\xE6\xF3t\xDBG&\xA9\xD7-\xC0\xF7\x0E\xEA\x15$\xF5\xD5\xA7"\r\xE46\x1C\xF6^\n\xFC\xD0\x06\xDB"\xF2\xC3\x071\x13\x039\t\xE8\xD6\x0F\x86\xE1\xC6\x1F\xD2\\6"R\xA0A\xFBJ\xC1\n\xF2\xFF\xCE\ra\x07I\x12;\xFE\x17\xEC\x1D\xF4\xE6\x14<\xB0\xD5D\x80\x03X\xE0-\x01\xBF\xF1\xA5\x03D\xE1\x9A\xBDR\xEC6\xB8\x0E\xE3U\xA4$\xF0\xB9 \xFCX\xF1\x06\xFEH\x11\xEB\x06\xBF\xF6\x11\x03\x1D\xD9\xB1\xE4\x14\xD2P\xB8\xE7\xF6\xC0\xE0"\xA8\xD1\xBE\b8\xC7\x05K\xEE\x00/\x1C\xFA\xC36\x11\xCA\xF8\xFD\xC9d-\xE4\xD0C\xFB(\xC9\xE3\x02#8O\xF6\xEC\x96f\x19\xF1\x0E\xD4\x074\xFFN\xE6\xC3\xF5\xB8\x12\xE5J\xFF\xBA\x06\x97=\x1F\xFE\x19;\xF4\xCD`\xFC\xE5J\t\xEC\xD7\x0Ei\xAD\xDDO/\b\xCF\xFF\xE5V\x9E\xE0\x06\xC4\x07\x15 \x98\x05\xED4\x1A[\xF0\x92\x13\xBA\x1F\xD8\x04\xBD1\xFEI\xE2\xBE\xF2\x9B\xD2!S\xDD:\xF9\xCE\x19%Q\xD6\xF2\xCAs\xA6\x0B\xE2\xB16\x0F\xD9\x19\xB6>\xF9"\x01\xE6\f\xC6\x1C\x91\xF26\x13\xD5#\x192\xF9\xB2T\xF4\xE8q\x14\xA7\xF8\xD5\x0B\x00\xCB-\xFC\rN\xE9\xDD\xA2%\xF9\x12,>\x07\xFA\x10\xEC\x9E*\f\xEF\xC4\x15\xFB\x0F\xB8\xE82\xC2\x16&\xF7\xA0#\xF3\x00\xC9N\x8B\xD08G\xEC\xF8Z\xDE)\xC0\n\xF9\xB6\xEA@\xDE\r\xC7\xD6/\xBC\xDF>\xC4)\xE8c\xE19\xAD&\xC9\x13`\xEC\xAF\x1D\xDA\xEAj\xAE\xCC3\x02\xD7f\xAE\xE89\xE1Z(\x04\xD8\xFCV\xD0G\x04\xC0x*\xE3\x15\xF4,\x06\xBB\x14\xD5=\x0E\xAD\xEBh:\xCDJ\x19\xEE\';\x03"\x0F\xFFP\x1E\xB4G\xF4\x19\xD3\xF1C\x01\xF65\xCF\fU\xC7\x00\x19\xE1&F\xC0\x1D\xF6A-\x02\xA1\xCF\x18\xF5A\x10\xE6\xEF\t\xDE\xE9:\xD4\r\x96_\xDC\x1A\xFC\xA4&\x01\xCA\x1E\x04\xF3\xDC\x01\x0F\xD1\xA0\xFDO\xAA\xF6\xCE\xE7\b\xEF\xDB\x05\xA4\x10\xC2\t\xE4\x1E\xB5\x18\x04\xE08\xF5\xBA1\x0B\xF1\xFD\x16\xE4\x07\xCB\xDB!\x0BF\xEC\xB0 \x90+\xB6\x1C0\x13\xAC\xFA\x1E\x07\xEA\xC7\xF15\xE1t\xF4\xE7K3\x9B\x17+\xAE5\n\xC1\xE9\xDD\x18d8\x9C\x15\xFA2$@\xFEy\x9C\xDAQ\xC0\xF0D\x88\'\x14\xD5\xA1P\xDA\xB6Y\x86\x13\xFE\xBC\xF71\xC6\b\xDFd\x01\xC7P\xFD\xCCF\xEF\xBE3C$\xB0M\x0B\xC2\x17\xB4\xD8\xFB\xC4T\xE5\xF0\xF3b\x1E\x121\xB6\xF1\xC5+\xD2^\xBB\xCD\xDF\xEC)4\xF9\r.\xD6\xFC\t\xE4_\xEC:\xC8\x05#\xEA6J\xF0l\xE5\xD6V*\xF9\xD2\xF1>\xDA\x9D$\x04[\xDF\x01\xD6\xFD\x11\xD1\xE9\x04A.\r$\x07\xD2@ \x04\xDA\xCBA\x06\xFB$\x01\xE2@\x0B\xE8\x02\x1E\xB1\x13\xD0\x04\xE7#K\x95 \xCD\x03\xF9\x1E\x11\xF4.\xFA\f\xD3\'\xAD\x17\x0E\xFF\xB9\x1A7\x0B\x14\xEA\xF6\r\xE5\xB4)\x17\xA5W\xF7\x1C)\x98\xF9\xCD\xE0e\xEB\x12\xBB\xFD\xAB(\xF8\xE4\x8FV\xD7\x1C\x0F\xAE\xF2\x17T\xF8H\xC4\xF2\\\xAC\xCA\x16\xEB\x113\xBEK\xAB\xE3{\xCF\x94\xE0\xC3\x1C\x06<\x9C\xEEJ\xE7\xA5&\xBDk1\x1B\xD37\xF3\xCA\f\xE4\xBA;\xDC_\xEF\x1D\xAB\x01\xF5\xA14\xDD\x19H\xB9\x0E\xEE;\xC0\xEBG\xFC\xC8-\x8E\xD86\b\x1C\xDF<\x00\xF6m\xB2\xDE\xF1%\xD8\b\xBA9\x15\x02\xED3\xF6\xCC\xDD$\x13\xF7\xCD\x05\xE1\xFF\xAC\xC6R\x07\xFBo\x1F1\xEE\b\xC5\xFF\x107F\xC1(\x18L\x0B\xE7\xFCr\xD3.\x15\t\xA4j\xDB\x1F=\xE3\x0F\xFE\xE9\xA1\'\f\xBC\xD8*\x06;\xFF\x0EB\x1B\xFD\xEF!Db\xB6\xE4R\x03@\xC3\xDAQ;\x18\xD5C\xEF\x12\x97\xE8\xBF\xD7\x03\x9FJ\x17\xD4\xB5\xE7\t\xD9Z\xE4\xF0\xCA3\xC6\b \xFF\xCA\xE1\xF6(\x03\xBC\x07\xF1\xB5k\xD40\xFB\xEDB\x1D\xE5\xC6R\xD0\x9C\xE9\xC5N\xD5\xAA\x0F\xD9\xFE)\f\x1D\xAE\xFC-\x0F\xED\xB5\xF8*\x03\xDD$?,\x11C\xF4$\xE3T,\xF3\x14\xFC\xD0\x05\xAF+\x10\x9F\xDE\xF3\xACS\x1B2\xD1\x13\xE7V\xCE!\x14\xC1K\x18\xCDZ\x9D\x0F\xF9\xEE\x19/\xF8\'\x05\xE50\xF8\xC0\x18\xA0\xF1\xD4\xEAz\x02\x8C![\x0B\xE6\x1DM\xCF\xFF\xED\xAD\xDE\xCD\r\xFC\xA6\x1F\xC83\x93<\x1B\xF7B\xEEZ;\'\xE9E\xFB\xB5\xEF9\x9E\xFB,B\x02\xDC\xF6\xB2\x06\xDD\xFF7#\xAE\ne\xDB\xB4\x11_\xCB\t\xEB\x04\xDFq\xEE"\xBF\x10\xDF\xCF\x00\x16\xC0\xD7\x05\x10\xC7a\xDE\x0B\x19\xF4\xA9\xEC\f$\xE64\x13\xF3\xBC\xD5F\xE2\xC1\x01>\xF2\x9E\x1BG%\xE0\x05\xF7I\b&8\x1B\x06D\xFC\xD9g\x107\xE2^\xC4 \x01\x14[\xD2\xF7\x0E\xB6\x00\xE5W\xD2\x02!\xB6\xF8\x0B4\x94\xE4%\x00 N\xD6\xC6\xE2`:\x97W\xC3\x1F\xE9j*\x03\x15\xEC \xCE*\xFC\xDC\xB8\xFF\xD1\x13\xB2\xE7\xDB\xA4\xF9X\xDE\xEC\x16%\x04\xEF.\xA5\xD5\x07\xE8\x8E\xDA,\xC1\x1A)C\xD8\x0B0\xA3&A\xE5L\xCDk\x19\xF2C\xAD\xEB\xBD\x053\xFE\x1C\xCB\xFA\x03\xD2I\xA8\x0B\xCB\xF5\x8C4Z\f\xE4\x14T\xF45\x92\x1E-\xFD=\xCF\x12\xC3\xAB\f\xB7=\xE7\xC8\x18\xFE?\'\xF2L\xFA\t\xE6\xF1\x9E\xCC\x15\xF9\xF2G\xEA\x06\xA2)\xEC\xFE\xDC-\t\xD3\x15\xF6?\'\xB3\x12\xD9+\xED\x10/\xFD\xDB\x1A=\xFB\xD8\xB9\xF0\xAC<\xC6\xE9\x0En\xEF\xC5\f_\x03\xF0 0K\xF5\xD1\x97S\xDD\xF7\x12\xBA\xCE1\x17\xB0e9\x06O \xC2\xB2\x06\x17\xDB\xF5\x10\x1E\xAF\xBE\xF9\xC85[\x9A\x0E\xE6\xEFE\b\xBB\x1A\xE0\xF4\xB7%\xE5N\xC7\x10\x05K\xFF\xD4 /\x03\xD7J\xE0#\xB7\xE8P\xD7\xFB\xE3\x1D\x00,\n#\xAEr\xE4\fE\xE1\xC9#\xFC\xDB\xED\xE3i8\xDC\xC8[\xC32\xE1T\x04F!\xE3\xFF\xDB\x1E\xCDq\xA4\xF6S6\x9FB^\x05\xEF\x96,\x1F\xDE1\x18\xF7\b\xA5\xBC\xFA\x16\xA7\xF53\x18\x99(\b\xC9k\x14\xF1\xBFG\xD3\xED\x00\x1F\xA7\xF5\x03\x12\xBD4\xAB\x02(\x10\xFE#\x19\xFD\xD3\n9\x13\xE8\xA5\r\xF1K\xC1\xF9\x04\xE1 \xC5\xE8\x01\xCE\x0F\xC2\x17\xFEs\xF4\xE8\x8A\xC2e\xE1F\'\xE6@\t\xD4\xFF\xCC\x0FE\xBD\xEC\xA5?\xDF\xFB\x1B\x06:*\xC4\xD9W\xEAA\xD5\x1A\r\xF6\xD2\x91\xEFU\xB3>\xF0\x9B\xCA\xF3\xD7f\xB8(\x070\x12:)\xD2\x15\x0B\xFA"\xD79\xE1\xB3\xD4\r\xCC=&\xED\x0F\xCE\x1C\xF1\xC7.h\xE3<\xF2\xDC\x022\r\xD5\xB45\xE8\xCB\x9B\xF9\x146\b(\x88\xF3_-\xC8L\x1D\xE6\xBA\xE9"p\x01(\x1D\xFB3\x17\xCF\xEB\xA9\xD9\xB7\xFE\xEB?h\xAF-\xF1U\t\'5\x02I\xFB\x14\xB1\xDA\x02]\xFD\xB3\x12\x04\xBE\x1E\xFA\xAE] \xF5&U\x01\x11b\xE1M\xF0\xB6\xFD\xCF\x1E\xE4\xFF\xB7\xE05\xFAA\b\x07\xD9\x14\xE4\xAFO\xC2\x06\xDF\xF7B`\x1A\xF3Q\x90\x06\xDD\xBF\xE6\x1B\xA2\xF9\xEB\xBE\x1A\xA8\xE3\x06U\xF5,\x95<\xDE%\xEC\xA0L,\xE9\x15\xCE\xE4\x07\xC4\xEF\xAA#\x0B\xD4\x1D\xE7h\x10\xC2K\n\xED\x16\x04\x95\x14\xDAH\xBE\xF90\xD1\x0E\xED>\x85!\x00\xC5\xE3\f#\xCC2\xF5\x13H\x01\xCB>\x12\xDB\\\xF2#\xD27\xC0\x17\xEA\x0B\xCCT\xF7\x19\xD7\b\xC28\xFE\x8FF\x18\xD90\xF7\xBE?\x04\xA9.\xDC\xF8:\xAC$\xD6W\xF3\xC5,'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xE0\xA8K\x17\xE82\x90&\x07\xF1\x178\xDF!\x04\xB1(\xE3\n\xCF\x13\xE6G$\xA5\xF7\x13.\xC2\x02\xF1\xD6/\x15\xE0\xBA\x12K\x00\xD3c\x13\x95\xE2\x1F\xF4\xB4E\x19\xFC\xDA\x05!\xBEK\xFE\xE7*\xC3\xF77\xB9\r"0\x0F\xF4\xC4\x03f\xF9\xE0\xD1X\xC4\xA4\xFB\xD2b\xF1D\xFD6\x89e\xFD\xC4\x06\xDA7\xCD\xE8\xA8 Q\b\xA0\xFC>\'\xF5\x91\xE8*\xC3\xF6A2\xFDk\x0F\xEB\xC6,\xA9B\xEC\xD2\f\x19\xA6S\xDC\x14[\xE8\xD4\xF2\x05\xCF$:\xD9\f\xBF\x13?\xEA)\fJ\x13\xE9\xC8\x18\xDB\xBE"\xF3/\xB1\x0F\xEE\xFEf\x0BG\xFA9\xE5\xC7`\xED\xD0\n6\xDC\x1D\f\xEC\xD8\b\xC8\xD49\xE0\b[\xF5\x143\xF9\xE1:\xF3\b \x00\x9D-\x05N\xBBQ\xE5\xFE\xB0\xEFK\x1C\x00\xB4\xD8\x03\xF4\xBA0\x9F\rZ\xED\x05\xD5\x18\xE2V?\x1E\xB9\xDF\x17\xD1\xB6\x1B\x0E"\xAD\x04S\xBE\xFCF\xAF\x02X\x1A\xAA+\x02\x9B%\xD0\xE5\xBAq\x96(\xCB\xB8\xD5D\xEE\xCC\x11\xE0\xAD\xFA\x18\x8F\\\x1E.\xCE\xA7\xF75^\x1E\xE1>%\x07\xF8\x1F\xAFM=\xFA\xC9)\xD3\x95\xF5\x05*\xEF\xDB\x01\xF4I\xD8\x16\xE4 \xF1\x13\xCE.\xBC\xE7\xF2\x10\xF9K\xF0\x1D\xFF\x0F\xDC\x05\x1E\xFF`\x0F\xE4\xB1\'o\xFB37\xED\xD4\x10\xF5\xDE\b%\xE4\x0F\xEF\x98\xCB\xFE\xD6\xE59\xCD\xDF\x10\xE8\xA2\n\x02\xE9\x153\xC8B\x86q3\xBD\xE9;\xF9\xC90\xA3\\\xE1\xF8%>P\xDD\xC1\x14\xB5\x14$\xE6\xC8A\x17\xCE\xF0:\t\x1F>\xF3\xA8Y\x05\xC3\x1F\xF6\xD1\xFB\xE6\x03<)F\r\x8D-\xBB\x11\x01\x9D\xE6\xF9\x10\xCD\x93\x1B\xE4\xB0\xDE\xC9\xEB\xD3\xFC\xCA\x1E@\xEE\xCD\x11\xE4i\xF6\x1F\x01\xE2\xF2C\x03b\xE23\xBE\xF4\x06\x9C/\xEAm\xB9\xFA\xDE\x01d\xE6\r\xFA\xEA8\x97\xE3\n,\x13\xA6\xCB\x1A\xD5\xEB9\xDE\xF1!@\xD9\x18\xB60\x03T\xC1\x12,j\xF7F"\xEC\x06\x99]\x01\xAEI-\x06\x17\xD0\xB9N\x15\xD4\xA9\x1B\x0E\xD7\xADS\x1CJ\xF7\x00\f!I\xA4\x12\xD0\xBD&\xCB/\x17\x00e?\xB9\xDD4\xEE\xF9\xB3V\xFE\x06N\xAD\xFB,\xC6\xF0>\xD6\'\xF6\x07\xD3\x01\x16\xBA\xB4\x11;\xBE\xDB\xF5\x1A\xD5\xFC\x92\xDD?\r\xF9%9\xEE\xC2\xFB\'\x01\xED\xDD\xD2&\xB1\xD7\xE3\xC7+\xED5\xFF\x1C\xDD\xB1\xF1\xD6$\xC8\xF5\xFFL\x07\x10&\xC5\x1E\x14\xCD\xE7\f^\x05\x1F\xFD\xE8\xACL\xEC:\x9E&\xDBM\xDF+\xFA&\x0F5\xEB\xC0T\xEF3\xE8\xC6\xB0\xDF\b.E\xCB\x16;\n\xC0\x10\xEF9S\x15\x07\xF6F\x9AV\n\xD1\x1Dc\x9A\x16&Y\xA6\xF5\x0B\xD7\xF8\x0E\xCF\xED\xC4\xFC)\xDDB\xED\xAB\xF6\xBB\xDF\xF3\bq\xBE\xDBM\xB2\x04\xEC\x13 4H\xBA\xCC\x0F\xB2\x03\xF4J\xDF\xED\x1C\xD3\xF0L\xE4-\xFFF\xDE<\xF7\x0B\xE1\xF2\x06\xC8\xDD\xED\xB40\xF8\x02\xCF\xDB-\xC0j\x1B1\xEE>^\x0B=\xB5\x02\xD4#I\xCF\x1EO2\x90%\xEC\xF8\x19\xD5+R\xF7\xD8\xAE\xFC\x07y2\xF9%\xD6\x966\xC6\xB2)\x01\x9C\x1F\x12\xD6\r$\xA1/Q\xB9F\x97\xFA\x15&\xFE;\xE3G\xB7\x07\xEA\x13\x01\xCA\xE3\xB8\xFC\x1E\xA2\xE3\x17\xF45\xC1\x12,\xEC\xD7\xFD\xC9\x15\x01E\t\xC5\xE3\xA0:\x0B\xC7*\x16\xED\xDC<\xC3\x18h\x05\x0E\xE7B\t\xC8p\xEB\xACV\xF0\xE6\x1B\xD7\x01 +\xE7\x7F\n\xC1\xD6\x11\xF0\x1C5\xFBD\x88%\x05Q\x1E\xD1\xF8-\xCAt\x86\xFB\xE4\x04\xA4\x0B\x1BA\xE1\xCF\xA74\xF3c\xFF\x1A\xEFB\xE5\x9A\xD2\x1D\xAA\x0B\xE3\xF0\xFB!S\xDA\xF5\x17\xDE9\xFA\xBF\x04\x13\xC7\xFB\xEB\x0F\xCE\xB2@\xF4\xA4!\\\xC9\xABQ\xDF\xD2\xF29\xDB\x11\xA9\x03Q\xEB\x06 \xD9\fR;\xF7g\xBA\xF0\x0FV(\xE7\x1E\x0E\xCD\xB6\xDC\x1FZ\x01\xF2P\xFDC*\xB7\xCF3\xA6\xC0\xFD0\xB4\x06\x19+\xD2Ai\xAB8Y\xDB\x1B\x00\xE1.\x03\xEA\x0B\xF6#\x0E\x95\x18_\xEB\xC5\xF49\xDC\x10\xBAG\xF0\x1A\xB2\xDD\xC6(\xE66\xAF\xF6\x05\xBC\xD8\xFA.G\x05\xF6\xC0\x10/\x07\xCA\xE9\x13Y\xDC\x19\xEB\x11%W\xEF\xCBJ\xE5\x8F\xF5\n&\xBE\xF2\x062\xC4Q\xD2\x17B\xDA\xC0\x00\xE6/\b\xB6\xFE,J\xC1$\xAA\xFE3\xE6\x02\xCE"\x15\x00\xD4\x07!\xDC?\x16\x97N\xEA\x13\xA5\'\xD0:\xAF\xE0"\xF7\x9D\x00\t\xF4?\x04\xD4\x88\r!\xD9\x004\x1F\xDC\x00\xE4\x15\x9D\xF8\xED\x12\xB7\xFA\x906*q\xCCI\xF5\xD5!\xE3\n\x17\xF0\\\xD5\x14\xC2,a\xF3\xEAK\x9AZ\xFC\xC4\xEDz\x00#\xC2\xF2\xE2f\xFD\xEA\x18\xBDc\xD76\xC5H\xB2-\xC7\xE1D\xE7\xF8d\x11\xBA\xEB\xCAO-\xD4=K\x0B\'\xE6b\x07\xEF\x11\xAF\xEC\x1E\xC1\x14A\xA2\xCE\xFB\xE0\b;\xF6\x95D\x07\xAB\r/\xBF\x11\x192\xCE\x0B\xDF8\xD3\b1\x1A\xDA\nK\xF1+\x0B\x1B\xEE#\xE5\xFA_\x1C\xFE3\xC3\xA9\xF2@\x18\xFB\x0E\xB3\x1E\xE9\xCB\xAB\xD9;\x1E\xCE\xE0\x1A\xF9\x057\xDE\x02g\xF91I\x85)\xC9\xE3!\xFC\xD3\xE0>\xF8\xDA\xF0\xE4\xA5)\xF5\xB3\x11\xF8U\xB5\xC8>\x8F\xFA\xCD\x03\xA8\xE1R\xD1\x0E\x95\x14\xF1\xB8\b\x17*\x03\xD5\\\xA09\xF3\x03n\xFC\x1A\x02\xF2\xC3\xFEJ\xBB\xD6X\x9E\x0E\xF0\xB2\xE7\x19\xD1\x02\x1An\f\xED\x11\xBA\x1B&\xCA\x068H\xFF\\\xE7\x1DD\xA1%\xED\x02\x0E \xE53\x12A\xFC\xBB\x06:\xDA)\xCDP\xD8;\xE2\xCC\n%\xE6\xC3\xDE\x12)\xBE\xE1/W\xA0+\f: \xE4-\xCF=&\b\xC3.\xE9\xF4\xB4\xDAH0R\xE9\x01j\xB0\x1F\xD2\xBB\x0F\x04\xC7\xD8\xFE\x15\xDDL\xF2\xC1v\xD5\xB6\xEA(\x16\xF2h\x00\xEA\x04\xA7"\xEC\xFCJ\xB5\xEF1\x07U\xD2\x97\xF0E\x0E\xD1\x15\xF6\xE9\xAB\xF1\x00\x16\xBD\xFC\xD9K\xF4\rT\xC2$\xF9\xA6\x03\xC5\xF2\x9E\x15\xE2\f\xF5&\xDC7\xF0.j\xE7\xCD4\xAA(\xFF\x18\xF5[\xDC\xCB\xA4\x1D\xC21C\f\xF6s\x98\x11\x1F\xDB\xFD\x1A@\xF7#7\b\xB0\xE6#\xDAl\x07\xC6M#\xEA`\x12\x944\xAC\xDC\x143\x07\xD0\x18*\xD75\xFBD\xEDU\x92\x17N\xAD\n\xBE\x1B\x06\xF9\x12\xDBD\x07\x8E\x1F\f4I\xF8\xE1\xB0\x18\xD2\xDF\x15\xC56\xF5b\xA6\xCB\xB6\xE8\x01\xD9\xC8\xFAN\x01\xB8@\x121\xD3\xF7\xAC\x05\xE2\x1E\xD3\xF1A\xFF\xE6X>\xE1\xF7\\\x0F\xB8\xCF-\xC3\xFC\xE9\xCC\xF8\xE2\'\x99=\\\xBA\xE5\xC9\xEE:\xC3\x01\xE8\xD4\x12\'\xFC\xF0W\xB9.\xFF\xD0\xE6\x0E\x04*\x16J\x0F\x1E^\xEE\x195\xCC\xE2\xFC\x8C\xDE\fE,\xC9\xFB\x0B\t\x1E\xCA\x9B\xEF\xBD\n\xAF\xE8#\x04\xDE\x1C\t<\x03!\x12C\x00\xF4\xD2\xEB"\n/\xFDQ\xE0+\xF4\xB8\bN\xC88\x03!\xE9\bG%\xBD9\xE2\xD4\xF2\xA3\xBC\xE0)\x9C\n\xF4\x1E)\xEEd\x1B\xB9\xF18\xE7R\xBCe\xD7)\x10!\xFD\x1AC\xC88\xF0\xA7n\xD5\xB71a\xD7\xC5\x0F-\x02\xA3K\x1C\xB2\xD2\x14\xA7m<\x1B\x98\xE7\xD8\x10\xA1?\xF3\xAC\xD8\xEEO\xFA\x0Bx0\xFC?\x12\xC4\xD8D\xAE\x05\xC15\x02\xD8\x13\x96"\xBD7\xEA\x04\xF65\xDDr\xD3\x8A\x00Q\x14\xF9\xE5\x0F\xF3\xE0\xA3\xEE\x1DU\xDE\x16\xF1\xD7\xF6\x0F\xEA%\xF9\x05\xDB\xED\xFE],\xF7\xC2\xDE\x18Z\x12\x01\x91\x1A\xC2\xEB\x06\xD1\xE7\x04\xF8b\xEA\x0FT\x16\xE7\xCB\xFBY\x06@\xF5\xFB\xA7\x18M\xB3\xC5\xED+\xF5\r\xDA\xB3\x1F*I\xC8\x19\xFC\b\xB96\xAC\xCBk;\xC2\x03]7\xCB\xBE\x0E#\xD0\xB5\t\x1CL\xCF\xFB-\xC9 \xDF+B\xAE&\x17R\xB4, \xFF\xD0\xDB\xF7\xA4A\'\xEC\xDF\xD2\x18$\xDF\f\xD0\x00;\x06\x15\xE32\xEB\xC5@\xFF\x9A\x06\':M\xE5\xF6\xFE%\x07\xE2*\x9A\xDC\xF0\x1DI\xE40C\x16\xEF\xE24\x04\xEB\x0B\xB7e\xF2\xCE\x03\xD9\xF68\xC8\xF0\xDD\xA5:\xBC/J\t\x1E\xB3\x0E\xC3.\x02\xC9`.\xE6\xF1\x1B\xA9U\xBC#d\b\xD1\xEE\xDC]\xE9\xD0\xC2#\fG\xE8\xB6\x12\xFAE\n\xB1\x15\xFC\xA0\xF5\xC5\x02\xA8|\xBB$\x8C;\xE5\xF93\x0FL\x14\xE2\x92\f\x1DF\x13\b\xF2\x1A\xE3\x00\xD5\xF37k\xAB\xE4\xF2\xB8\x12\x8A"G\xDF\xCD\xFA\x02\xA3\x19\xF7/\x14\xB5\xF8\x03\x13\xDB\x91\x19\xD45\xED\x1E\xD02\xE7V\xD6\x06a\xDC+\xF9\xD6\x10\xF4R\xD3\x19\x05\xA4\xE9\xBB\xFD#h\x01\xD5\xFB\xE5\xCCu\x97$\xC7S\xE6\x14\xFA\x1FG\b@\xFCT\xD5\xF8\t\x10B\xD6:\xE1M\xC0\n6\x1E\xA7v0\xF1\xC6_\x02\xA5R\xC4\xF5\x02\xBC"\x128\xEA\x0B <\xE7\x00\x15\xC4D\xDA&U\xCA=\xF0\xB6\xEA5W\xBF\'\xFE\xEC\x0E\xB8-\x07\x9C\xCF\xF0\t\x1E\xD9\xEA\x05\xC14\xB6\'\xEA\x1D\xF1\x10\xAD%\xE6\xD5H\xEE\xE1\xFD@\t\xF7&\xDB\x0E\x18\xDF(>\xEF\xCC\xAE\x19\xBDG\x96\xCA/\xDF!\xFD\xB3\r\xF6\x1B\xD7\b,\xC6\x10\xA8\xF5\x18C\xD47\xF8\xDDB\x01(\xDB\xB7\x956\xCA*\x19\xE5l\xF4\x9B\xC3\xFD\xCC\x04V\xF3\x00\xCA\r\xB8+\xD1\x1C\xBC\xE5<\xFC\xAE{\t\x90\xFAO\xE4\xFE\xD2\xF0\x05Y\n\xA9\xF1k\xEB-\xE1\x03\xA0\x15P\xDC\x1F\x060\xDD\xB3\x03\x14`\xEE\x1A\xC2W;\x18\xF8g\n\xF0\xA5\xFF\xDA\x15K+]3\xDB\x1B\x87B(\x16T\x04\xAA\xEB\x11L\xCC\xF2/\xEB\xD2\x1B\xDD\x04.$d\x13\xDA\x1C\xF8\xBF6\x12\xCE@\xBFb6\xF9\xE5\xFEG\xD1\xEE\x0BT\xE5\xA5\xCB#\xB0\xE8\x0E\xFC\xE3\xE2\x13\xB5H!>\r\xCF\x02\xE3\n\xB4\xEC\x12\xFB\xC1\xD9\xE7\xF6"\xDD[2\x9B\x05 \xBA\x00G\x11:\xC2\x0E\xA2\xF72\xB5\xEB+P\xE4\x01\x84\x07\x1E\xF1\xD0\xAF(\xBD\xF3\x99<\xC5\x1D+\xF5\t\xFD1\xD5\xF4\xA3-\'\x01\xD1\xDE\xF6\xC6\xEB7\xAA\xF9\xD4!>\xE3_4\t\x94=\xC9\xF2\x0B\xFE\xD4*\x14U\xE3\xC8\xF5\xB3\xF1S\xE9\xC7\xE0C\xFD\xCF\x0E\xD7\x1A(\xF9\xDB\xE7\x12D\x0B\x1CZ\x01\x12\xE8\xFB\xBCO\xDBF\x11k\x06\xCAI\xC2X3\x17\x07_\xB8\x1B$C\xF0\x16\xC7\x06\xB1\xEF\x1C\xFF\x10\xB4E\x19\xC1\xF8\xE8\xDA\f\xA55\x1D)\xD8>\t\x1F\x02\x11\x9E$H\xB0\xEFX\xB9J1\xFF\xC8\xEC\xD72\xE1%o\xD69\x17\xEC\x8F\xBE\xE0%\x15\xEF\xEF\xA8\xFB\xE7\x99\'\xFD\xD9\x06\xC0w\x8D,\xF5\xD2%\xDFg/\xD7\'\xE2o9\xAFC\xF0\xFAd\x06\xE5\xFE\x18\xAD\xD36p\xF3\xC4\x04\xF79\xC8\x15\f\x93#]\x04\xA7\xF6\xCB\xB6\x07\xA2\x00\xCD \x047\xF8@\xB5\xD9\r\x1BK\xD6/\x10\xEFT\xE5\xF6\x0E\xDE\x01O\x10@\xCA\xBD\xEA\xFB\x03\xA2\xEE\b\xCB\x19%\xC0\xD3\x14\x9B\xCAZ\xEF\xFB\xBA(\xD9\xE5\x1D\t\xDD\xEA\xFE\xD4\xF4\xB7\xDE<\x16\rB\x1A\xEE-\x10\xE3\xF3*\xC8\xEA\x1C\x00\n?\xCA\x05\xF4\xBF=\xD0\xA4\x16)\xCD7\xE9\x19\xA8\xFA\x07\xF4\x17V\xCE\x1F\x13+\xFFN\xE0\x030\xECE\x0F,\xE2I\x0B\xEB\x17\xE4-\xFA \xC0\xE6\xFDM\xDD\xF7_?\xADS\f\xD3\xA0[+\xDF\xB7"p\xE0\x01\n2H\xB2\xFDW\xBB\xD81\xE5L\x9D:\x0B\xB1J\xDE\xBC\xF4\x83\x0E=\xB4\xDD!\xF6\xBF\x04\x1B\x8E\xCB\xFA\xB3\xFF\xD1\x10\xBF\xAC\x1B\b\x13\xCF\xEEi0\x94\xD1!\xC5\xB8\b\xD7\x19\xFDF\xF2\xE4\xC4\xFF-\xEC\x14\xAD\x1D\xF7\xC6\xDD\xEC\x1F\t\xF2$\xC4\r\x1D\xDC&\xF0\xE6\xF91\xD6_\xEA\xCF\x1E\xF2\xFFm\xAC\xD1;\xDB`.\x12G\xEE!\xE2\x04\xF9\xEC\xC5U\x02\xAF\xD9\x05\xF3\x0B8\x15\xE9\xFB3\xE0\xBC\x13#6\xFAW\x9F\xF9\xCDC\xE8R#\x04\x13\xD4\x9ED\x02e\xEE\xFE\xB8\xD34\xC2\x01\x0E"8\xFC\x14U\xC6\b5\xE6\r$\x00\xF3\xE4\x05\xD7\xC35\xF3PB\xD93\x9EG\'\x10\x1C\xE2P\xAB\x01X&\x99\xEFs\x05\xB0\xDA\x0F\xD4\x107\x07*\xD8\x97\xF1\xBCg,\xF9\xDF\x12\xAE\xCD=T\x05\x11\x1Cf\x93\xC7\x05\xB2\xE4)\xA3\xD8\x18\xF9M\xEC\xB4\xC6?\xA6\x1Ac\x0B\x98\x15\xCC\x1F\r\xE1\xFC\xF5>\xC8\xB9(\xED\xDA\xCC\x1D\f\xC6,\xE9\xCEC\x1D\xEF \xE3\xB9\xFD\x18\f3\xFF<\xE7\xC8\x1C8\xE8-\x15\xF7\xE3\xAA?\xF3\xE1\xED\x1AA\xF6\x0BJ\xEF+\xCB\x92\x152\x1F\n\xF7(\xE8\xFC\xDD*\xB8\xFF\xF2#\xC0\xD2\xE9W\xFE4\xF7\x11H\xE4=\xF9\x1BN\xF6\x01\x8D@\xC5h\xF3I\xC9[\xE2\xD0\xAA\x0BL\xB7\x06\xFC\xD8\x8B!\xEC\xC9)\xD5\tS,\xD1\xDC\xBF \x01\xB7_\x05\xD6\xFB[\xDE\xBDM\xCF\xB1;\x06j\xE6\xAAZ8\x19\f\x9C\x16\xD4\x07\xBF\xA3\xF3\x02\xD5\xA9\xDE\x0B(\xEE\x00\xA6\r\xDC\x04\xB0\xED\x12\'\xF7\x17\xEE\xD4Y\xF3\'\xC1t\r\xFBO\x14\xBC\xF9\xA9\x11s\xFD\xE8?\xE1\x11\xF3F\xE5\xCC\x0F\xF0\x02\x14"\xEC\xF6\xD31\x11\x02\xDC\xB4.\xEF\xDFD"m\x181\xB8^\x122\xBC\xC9T\x191\xE9\';\x1C\xFA\xBEE\xDB\x02 2\x96\x0FA\xE0\x011\xB5\xDD\x008!\xE6\x034\x9B\r\xCE&6\xC1\x1D\xAC*<\x9B/\xD8C\x0E\xBFI\x17\xC7\xEEC\x07\xF8c\x03\xB0\xCD\xE9\xFE\xDC%\b\xE7\xFB@\x15\xE1\xD8\xF8\xCC\x13\x9C\xD5#\x060\xA0n\xC2\xE3\xFF\xCC\x1B\x07\xF0\xD0H\x19\x9D\xEC\xCCF\xC3\xF2\x1CO\xAF\xF7\xDA\t\xEB\xFE\x17\x06\xEAl\xC4\xFE\xA2\x1D\xDE\xFA\x89)\xCF\xE5\x1E\xC5\'\x13\xF4:\r\xC6\xEEF\xD0\x91\xF3$\x05Z\xB5A\xFEa\xF2\xE4O\xCD\xE9\xF5\n)O\xEA\xBA]\xA5\x10\xE6&\xF4a\f\x16\xE0(\xD5\xED\x16\x00h\xA11V\xBB\xD2\xF9\x1A\xE2\xF2R\'\xE9\n`\x1B\xFFP\xA4\xD8?\xFC\xE2\x87,X\xAE\x16 \x00b\xD5\xAE\xED \b\xDF\xC1.\x0F\xB2\xFD\x1A<\xD6\xAF\x13\xF84\xD9 \xFA=\xC0\x05\xD80\xB0\xFBZ\b\xBD<\xE4"\xCA\x0E\xF5\xDFE$\xAE\n3\xCE\x03\xB57\xD6\xF2\xBB\x103\xED\t\xBDP\x1B\xD3\x04\xF6\xE09\xC2\x0E\xEC4'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x1E\xAF=\xF8(\xE9\x11\xD2V\b*\xEB\x17\x03\xBB6\xF9\x1B\xDC\xF1L\xD5\x04\xECF\xAC\xF7\x0B%\xD0\x025\x15\xE1\x88\x1F\xF1S\xD8%\x03K\xDE7\xF4\xBF(\x13\xEC\x07\xB9&\xE8\x0F2\xFF\xED(\x12\xB7I/\xDC\x07\xCD\x0F\x02\xD6c\xA3C\xFD\xE2\xAD\xC4>\xD7H\xE3%\xAAR\xC3\x13\xA14\xBD\x0F)\xCC\x16\xDC@\xA6\xEA\xC2\xF6H\x038\f\xC3\x13\xA8\xED\xC9\xB0\x10\x05d\xFE\xD52I\xFC\xDCW\xC4\xA6\xD7T\xCB\xE2\xF4\xFF\xC7\xE9\x1C\xEEU\xE1\xC5\x18\x05\xBD 4\xF0\x1B\xFE\x9F\xF6\x0F\xEE\xD3\t\x02*\xFA\x1Fg\xDD\xFE8\xE7\xBCm\xF3\x1BX\xD6(\x96\xD2\xE6\xFF?\xF5n\x19\xE6"\xD2\x9EA\xE3\xAB\xCB\x17\xF2;\x06\xF8\x1B@\n\x9Cl"\x0E\xA6Z-\x8A"\xF45\xEF\xDC\r\xF7j\xD0\nU!\xC8k1\xE0?\xEA\xB4\xE5\x17\xF3\x91R\x07\x1F\xFF1\t\xB0\xFC\x0F\xEFe*\xB7\xDF0\xFC\t,T\xFA\xEA\x1D\n\xF7a!\x9A\xD1\x14-\xE0\xBA\x036\x19\xEE\xD67\xF6\x06\xFB?\x12\xB4R&\xCA\x98\x13\xE58\xDC\xB0\x04\x16\xFC\x88\xCCY\f\xD0\x06\xC4$\xD4\xF9\x90\xC7\xDE\x12\xE5=\x1E\xC6\xF9\x14\x06\x1D\xD0\x99\xC1\xDA\xF2\xB8\x149\xC4+\xE9\r\x01\xE3t\xAE\xF4$\xE9\xFB\xCE\xB5F\x02\xC2\xD8\xBE\xE7\n\xD1\xFD\xE8G.\x01\xBA%\xF2/\xE6\xBE\x1F\xF1\x11#\xF66J-\xEC\f\x19B\xEF&\xD1I\xBA\x04\xDB4\xABG\xEBY\x0FB\x035\xCCO\xDC\xFF\xB3\xD8E\xBC&\xECG\r\xC5[\xDB+\t\xE5\'\x15I\x1Bg\xDE/\xA5\x17\b\xD9\xEDP\xCB\x0F\xF9D\xD79N\xFF\xBF\xDA\xA6\x01\xDF\xB1a\xE23\x04Z\xA3\xF5.\xECU\xE4#\xC2\xD8\xF4$\xE2\x18\xAA\f%\x06\xF0W\x1B\xF93\b\xC9\xFE\xD6\x16B\xA8\x11\xF5b\x95\xDC\xED\xAC\'\xC8\x04[\xF8\xC3\x1D@\xA8\x07\x1A[\x95\xEC\x0B\xB1\xE3+t\x1C\xF0;\x12\xCD\xF6\xBE\xD8\r\xFB!\xCB\x18\x9C\x0E\xF7\x00\x0B2\xB9\xFD\xECj\xF6\xE4\x851\x0F\xCF\xA3\xF1\xDB\x1C5\x8F\x05\xEF1\x00\xC5\x1C\xF05\f\x00\xF6\x14\xF07\xE3\xB2)\xF4\xFC\xE2\xD3\xC1\x02)\x1B\xD0\x07\xEB\x15\xC9\xFA\xBB\x1FH\xFF(\xAE\x16\xE7N\b\xFE\xD47t\xCC\x1A\xA2M\xD0,\xC3\x1E\xD4F\xBF\xE7\x03<\x14N\xB3\xF7W!\xE5\xBA<\xE2L\xCE\f7\xD0F\x9B!\xD5M\x11\xCF\fx3!\xF0\x14\xDDc\xF72B\x9A\fO\x04\xE7\x9E\n\xECq8\xC4\xDE\xB4A\xF1%\xB0\xED@\xE5\x06\x11\xDC>\x05\xFC)\x13a \xE1\xC5(\xE9\x10\xDF\xCA\xFB\x19\xD4\x06%\xAF\xFD\xB7\xE1+\xE9\xC0\t\xFE\xEC<\xDC\xBC\xEA\xA4N;\xC8\xA9\xFD\xBC\xD7\xF4\xE1&\xD2-\xDB?\x1C\xD0\x02\xF30\x10\x1D\xC0\xE0\x04\x13\xDA \xF9_\xF2\x94\x16\xB6\xEE\xDA\xF5\xAE\xFD\x0Bj\x02\xBF+D\np\x9E\xF8\x14\xEA[\x1AP\xFC\x0Ek\xAF\x1C.\x8E\x02\x17\'\b\xFE\xF5\xE5\r#T\x1D\x029\xAD\x17\\\xF3\xC3\xFA\xE3$\x97V\xD9\xEA`\xFA.Q\xBD:\xC7\xB1#\xE8K3\n\xCAM0\xD2\xED\x92\xD88\xF4\xA9\xEB#\xDCI.\xC1\xD9\xF3\x05\xC8\xD9?\xF6\xDF\xC7[\xF8J\xCA\xD8\x11\xB70H\xEE\xCD\x11\xE8c\xC6\xED\xFE\x0F4\xA9\x14D\f\xFC)\xA6\x17\n\xD0\x8C\xFF\xEF\x0B0\x02\xCF\xF8\xE0\x1E\xA0\x05\x16@#\xF9H\x06\x18\xD1\xFF\x0F\xB6\xF1\x02=\x0E3\xA0\x16%\xEE4\x13\x05 \xF0\xB3\xE44d\xD2\x19\x05\xE0\xA1+\xB6\xF8\b#\xD7\xB8R\x05\xCC\xED\xBD\xD2\x05\xF4\xC9F\xE6\xF6\'\x18\xD4\xE2T\x0E\xC0z<\xFD\xE7\xBC\xDE\x0E\xC7\x1D\xE3\xB9\\)6\xC8\x1C\xE3\xA4\xF6\xD4\xE8]\xB9\x00\xD0\xA5\xE7\xD6=\x0F\xFB\x1D\xED\x98\'\xC2\xFB\n5\xD9H\x14\x84.\xE6\x1B\xDD)g\x1D\xE6L;\xB5!3\x10^\x8FE\xFC\x1C\xA8&\xD6\x11\xF1*^\xF5\xB0R.\xF0\x12\xDA\xF7\xE7U\t\xD0f \x11\xF9\x1E\xE2\tDU&\xBE\b+\xA7C\x03\xF6\xDAY@\xF1\x1B\xFF\xE3\xCC=\xF6\x0BA\xF2\xFF\xB1\xF70\x13\xDE\x00\xEF\xD7\xC2\xDF\x04\xEB\xBA6\xF4\xEC\x03\xB2\xC8\x1B\xD35\x03\xE8\xCF\xA1\x00A\xC3\x97\xFC\x16,\xEE\xBCE\xAE;+\xC5\xF8\x17\xFD\xEBl\xD0\xDF\xC6P\x0B\xE7\x14\xB2\xD0v\xBF\'\xF0Z\x01\xC0\xD1\xA05\x0E\xDA\xC4\x9D\t\x1Bp\xA8\b\x1D:\xCB\x13\xDA\tH.\xDFS\n\x94\xFB\x15%\ne2\x19\x07!E\xB2\xD9\x049\xC8\x03\xD9\xF3\x8D\x0F\xDD\xB42\xF4\x13\xFE\x1A\xB9/:\x00"\xEB\r\x93\x05\x19\xB3\xDB!b\x17\xE8O"\xFCY\xE9\xCF9\xFD-\xF2V\xF9)f\xC7\x9C\x16\xFF>#\xEE\xD9?\xBF\xDF\xF8\xB4\xEC\xE1\xCF\xF4\xEAQ\x12\xFA\xE9\r\x1Ao\xED7I\xCA\x1D\x9B>\xE6%\xF2\xD5\xC9\xA4\xE0-\xF8K9\xE8\f2\xEC\xFA\x06\xB9\xCA\x03\xEF>&\xBB\xF7\x0E\xE4\xB5\xD4\xA4\x02\xE2 \xE8\xF8\xCF\xB7\xE5\x06n\xAD\xF2K\x1F\xD6\rW;&\f\xC7\x9F\xE1&M\xBC\xFF\xD2\x1F\xE5\x03\x0B\xD8X\x06\xAC\x10i\xFC\bS\x17\xD6\xC6\xDE\xFC\xCF\xA3L\x10\xE0,E\x1A\xD4\xAE\x15\xDER\xC9\x17J#\x0F\xF0\xB8?\r^3\xF4\x10\xC2\x1A.\x01\x11\xCA\xFD*\xA7\x03\xBA\xFE/\x19B\xFA\xA4\xE2,\x06\xAC_\xF7(\xF0\xC20\xF9\xDE)\x1E\xEF=\xB7\x03\x11 U*\x1A\xC6<\xD5\xF5\x92\xE34\x0B\xF2\x01*\x98\xED\x01\xDD2M\x19\xFC\xD6\xAB\x1C\xDCP9\xCE\xE1\xEA\x9B8_\xC2\xF1\x15\xDA\xE5b\xD2\xF0\xCF4\x16\xF6\xC7\x130\xBC\xE0F\x17\xCE\xEAJ\x8C\xC0\xE5\xCD\xF42\xA8\xEE\xBB\xF6\x04\xF1\xAF#\x00r\x11\xF9\xC3a\x1E\xD75C\x0B\xC4\xEA\xCE\x07.\xC3\xEF\x04)\x9E\xFD\xF7\'E\x07\x17\xDD\xE8\x1EO5\xF7\xAF"\x01f\b\xDAVA\xEA\xD6\xFD\xA2\x0F\x00\xB28\t\x02\x15]\f#D\xE6l\t>\xD9\xE4[\n\xC1\xE9)\xCFC\xA5\xE8\b\xB9\xFA\x1B\xACZ\xF7\x8A\xDF$F\x11\xCA\xEB\x0B\x18\xBB\xD7\xF5\xB53\xF9\x05\x91\xCA\x11\b;\xBC\xE7\xB1\xF1"\x99\r\x1BM6!\xD4e\x1A\xDA\xF1,\xD4\x96\xF9\xDB\x00\x16\xD3\x9A\x130\x1D\xFA8\x18\xB5\x06\xFE\xDF\x14O\xF1\xD1\xE3%\xFE8\x15i\xE7\x00\xB4X\xE3@\xABa\x0FN\xCC&\f\xD3C\xEE,\xDD\xE8\x17(\x12\xFD\xC1\x03\xE3\xF3\xCC\x07\xEC\xE4\xF5\'\xC8\xB9:\xFEI\x1C\xB4.\xC3&\xFCG\xC9\xEC\xA4\xD2\xDDT\xED"<\xF6\xC7\x1Fu1\x12\xD7\xB7\xF2\n\xD1:\xF9\x1B0\xD3\x03\xEF\x1E\xE1\x00\xA6r\xE4"\xC0]\xFB\xA1M\xC9?P\xD39)s\xB5\xFA\xC1P\x90\r\xFBU\xE8\x12\xE1\xC9\x06\xEDP\xE3\xF3\x0B\xB9\x02L\x13\xF4/\x9D\x0F\xD5.\xAE\x00\f\x9F\xEE\x05F+\xBF\x1F\x95\xDA\xF3\xBD#\xFA\xC7-\xE9>\x19\xF2\xB7\x0F\x00\x1C\xD4\n\xF3\x05\xDE\x1C\xEB\xAD\n\xDD>%\x101\x04<\xDF \xAA\t\xF2e6\x0F\xA5 :\xDCc*\xE2\x07B\xFB\xCB_\xBD\x18\xE6:\xDD\xC1W\xCC\x19\xDE\x01\xEDK\x15\x06w\r\xDF8\x87\x07\xBF\xFB+\xDB9\xF5\xADB&\xC3\xF7\xA1\x0E1\xFB\xC7\x15\x01\xA5\xD9\x19\xCF\xB7\xEF\x15\xD11\xBE$\xD8\xF7\xCF\x00\xB1\x1A\xD0\xF1#\xC2\xB2\x1D\xE4\x02\xF0\bK\xFB\'\xF4=\xE6\xFA\xA8^\x0E1\xCD\xAE\xE6D\x96\x15Y\xD8\x12H\xCF\tT\xE9\xCC\x13\xE14*`\xBD\xF2V \xE6\xF0_\xF7\xEAE\xFEh)\xF8B\x01\x9C\xE6\x17W\b-\xE9\x0E\x89\xFE:\xD7\x0B*G\xDB#\x91\xCD\x14\x02\xB2\n#5\xC7\xF6\xE1"\xFD\xF0*\xD2\xF5\xFF"\xF0\xAF\xE6\x16\x9B/\x06g\xEE\x01\xD2\x18\xE2\x07\xD7\x97A\xD1\x1D,\xC6\xE1\n\xA1\xC3\xDA\xEB\x1AN\xFC<\xB8\xEF\xC5@\xF9O\x15\xE7y\xED\xA8\x12\xF7\xB8g\xEC\xD7/\x1BI\xD1\x12\xE9\xB6\tS<\xC4\x1A\nJ\xE3\xC95f\x01$\xC5\xFD\xDA\xB8 \x90\x00\xEAE$\xFD4\r\xBE\b\xB0Q\x12#6\x05X\x10\xB3\n\xC8!\xE0\x12h\xD9\x04\x87\xCB.\xF7\x1A\xC6=\xD13\x1C\fQ\xBE\xE1\xEE\x98\x00A)\xD6\xA0\x11\xDA\x01\xB2\xEB-\xA5\r\xF8\xDEA\xEF\x1BN\xF8\f=6\xAA\xC6\x12\xB5\xF6K\xE0\x02:\xFB\xED\xD3\xF4\xE4\x1E\xCD\xE0+\xF4\xD41\xFE\x95&\x1E5\xDE\b\xB7\x01R\xE0\x06\xFD\xE4\xF3\xA9\xFC\bX\xF5\xDAm\x05\x18\xFB\xEDd5 \xC1[\x06\x1C\xBB\xD1,\xB2\x0E5\xD3\xE7\xC9\x0B\xF1q+\xCF\xE8\x18%\xF1\xD8\x9A\x1A\xBDD\xAF\xFD4\xEF|\x04\xA7G\f\xE5\xCF\xF4\xECZ\x10\xD4"\xF2\x94(\x16\xC4B 9\xC9*\x15\x1F\xC0\xF2\xCC0\xBB\xE3\xF6\xD0\x14\xFA\xD7\xEEL\x13\x04\xF4\xE2\xA3$V\x18\xD5\x1D\xFA\xDD\x04R\xA5\xC9[\x10/o\x01(\fL\x8E\x15\xBF>\xE9\x1B\xF7\xB8L\x18\xBF\xFC\xA5D2\xE8\x0E_\xB3\xDA\x04\xE8\x10\xD5\xB44\xE3\xA9:\xE7\x1EH\r\x9A\x05C\xE19\'\x83\xE7`\xC8G\x07\xBF\xF0\x01C\xE5\x9B9\n\xEE1\xFE\xB7\xE7\xF8\xDF\xCC\x14\xE8\xD7\xF6#\xFF\xDD\x11\xC6^,\x01\n>\'\xE5\x15\xBE\xFA\xCA8\xEEJ.\x9Bc\xFA\xEC\x03\r\xFCO\x07\xB0\xFF)T\xEF$\xAD\x00\xC6\t1\xFC\x1D\xD6\x12\xF9.\xAD\xBA\x01V\x15\xC1\x1F\xD5\x12>#\n\xAB9\xF1\xC5/\bQ\xD0\xB0\'\x06\xD3\xEF\xDF\xAD\xD8\xCA\x03j\xDB\x07\x1E\xD6\x00\xF7\xCE\x18\xDF\'?\xC5\\\xD0#\x14\xDE\xD4\xC6\x18\xDB\xBD\x0Ex\xF2\x18\xDC\xAE;)\xE6i\xDD<\x10$\xCD\xF6\xB1F\xE2\xF3\x03\xC4\xD3H\x1C\x05[\xB8\xE1\x1A\xEC6\xFAB\x9D!;\x11W\xF6\x1F\xEE\xAE+O\xA2\x14%\x0B\xBA\xF4\x06\xA4\x13\xDC\xF5\x8D\xEFC\xF87\xE8\xFD/\x1C\xE4\xD2A\xF8\xBF\xEF\xFF\x93\x19\xCE\x0E\xEE3\xD8\xE9-\xFBa\x92\x19W\xED\xFD)\x9D\xF9<\x10\xA5\x02d\xE3\xF2\r\xC1\xFB0\xEA\x977\r@\xFE\xF3\xE4\xC1v\xEA:Q\xD3!G\xE6*3\xC0p\x10\x06\xA2]\xCD\xF7J\x8B \rY\xCD\tM\xBC\x03\xEA\xAB\xFCk\x1B\x05\x0E\xCB(\xDB2\xB4\x11\xE2\xD7\xEB"\xCC\xF5.\xBB\x15\xD7O\x1B\xE5\xCE\b\x19\xC4\xE1\xD0\xBA\x18\tC\xDC\xAB\xFC\x1C\xC1\xEF\xFF\xB6\x18\n\x01\xE5\xB4#\xF2?\x0B\xB3\x053\xEA\x03%\x16\xE04\xF6(ID\n\xC4\xA0\xDD7\xBC\x01\xE8\t\xF5N\xC2\x17h\x00F\xDA\x1E\t\xCA*\xAF\x03i\xB8(\xFFL\xF8$_\xEB3\xCD\x02\x120\xE4\r7f\xF9\xCC>\xD9\x1D\xD1-\xC3\x16\xD8\xED\x14\xC5\xDE\xB6\xD5C\xA9\xED\x1E\xD9\xB0\xE2\x17\xF2L!\xEE\xF7A\x1E\xA6\xCD;\x04,\xB0\n\xBF\xE6W\x8D\xFDH\xEB\xF7\xDC>\xF1\xD6\xA9\x12\x06\xD9\x9B\x1F\xF8(\xF0\xC8\x93\x04\xD8\xAC\x10\xECX\xA5\xFBS\xEB\x02\xE1"Q*\xFFh:\xF4\xFC\x10d\xC8\xFE\x15\xB8+\x01\xCD\x11\xACS\xD3\x13{\xFE \xE5\xF3\xD23\xEF\x11\xF97\xE0 \x104\x9F\x16\rX-\xE66\xF3K\x0E\xB1Z\xD6?T\xF6,\x1F\xE0\xC3$\xF3\x14\bB\x984\xFB\xA9\xCF\xF1\x1A\xA1-\xE7\xBD\x050\xE4>\xF9]\xD5;\xE6/\x04\xE1\xB8\xEE0\xDC\x97\x0FK\xFC\xA7@\x18\xD3\xF1\x06\xC3\xD1$\xFD\xBE\xEC\xCB\x1D\xB6\xC7\xFF\xE0\xE8\xBC\b!\x15\xEB\xCEO\b1\x028\xBB\xDC\xC9\xF5f\xBD\nA\xE4\x0F\x07\xCB!M\xD5\x9D\x0B\xF3\x1C\xEB\x92\t\xFC\xC1\x19)\f\xFA\xC6\x16Z\xBE$\x1B\xE2\xC9(\xBAw\xAA@\xE6\\\b\xDFA\xFB\x03j\x16>,\x1B:\xFB\xDE\xA8\x00\xBA\x17\xF1\x99\xD4\xE6K\'\x0B\x1C\x12\xE9\xDB\x1F\xF8\xC0U\xDC\xFF\x17\xEF%Z\xC1\xC6\x0F&C\xDAb\xF4\x9C<\xD6G\x07\xF6\xEB\x02\xD7`\x07\xFF\xEA\f,\xF9\x19\xF0\xB2/!\x8B\xD5\f\xEE\xA7\xD0\x04\xF3\xC5o\x0EG\xE5<\xFBk\x0E\x19\xF0\xA6\xE3/\xD1\xFE7]\xB2\'\xED@\r\xB46\xFA\xDD\x1C7\xDF\xF5\xB1\x1F\xEC\xCC\x02V\xE9"\xAA+\xCEC\xB31\xF3\x91L\x1D\xD7\x02\xC9I\xD9\x0F\xF5R\xE4(\xF8\xDB\\\x12\x9C&\xEE\xD2*\x05\xC7\xDB"\xB5\xCC\xFA\\\x01\xB3I\xF2\x9E\x13\x03\xD50\x89\xF5\xE4\xCDF\xAC\x01\x00m\x06\xBE\x14\x0B3\xDE\x1B\xB5\xFF\xE28\r\xFA\xE7\x15\x0F\xDC;\xBF\xE3\x14\x9D7\x04\xC5\x17\x965G\xC0#\xFEK\xE56\x18\xB2\xF6\x1E\xA23\xEAE*\x06:\xD7"\xC5\x07*\xCB\xE1\x1A\xFB\xC8q\x1F\x05\x10\xEA2\xAA\xD3,G\xE4P\xA7(\xF5\x11\xD1d\xC1\x1D\x9FT\xC4"\xCE\xFC\xF52^\xED&\xF9o\xE8\x00\xCD\x07\x10\xEB\xB4\xCA\t\xD9\x00C\xE0^\x12\xFE\n\xF4\xDF\xC1\x13\xEC\xF7y\x0E\xE6D\xF0S\b\x119\xBC,\xD8P\xC6\x12\xEA\xFB\xCA\xF2\xFE\xD5\b\xC55\xEF\x17\x06\xF2\xDE<\x04\xEEc(\t\xB1\xD2\x0B\xDF\xBB \xD5\xF1\x1D\xAD\xE12\x1A=\xF7\xBC.\f\xCC\xEF\xBAM\xD1\xAB\x1ES\x8F1\x19\xDE\xAA\xFB4\xB6#\x95\xE9\xD2\xFE\xF1\x9F\x17\xF6R$\x19\x9A8"\xB8rB\xFB\x86N\xD8&\xFD-\xD4\xB6\x19\xA3\xE8?\x1C\xFEE\xA7\x12;M+\xFAb\x03\xD3\xF0!e\xE7\x80$\xFA=\xE4\x16/\x00\xE7\xD3\t\xBA= \xD6\x15\xC4\xF5\xDDG\x1D\xE2`\t\'\xE0\xC0\xE1@\f\xDA\x05\x18\xEB\xE0\f$\xE7\xBBF\xAE\x0B\xE5\xF8H\x02\xCA\x13\xF0\xC1-\xF4\xE2\x07\xB6\xC6\xDB\x15\x9AN\r\xAA\xFD\x15Q\x04\xD5\x1C\x07\xC5\\\xF9\x0FD\xF3\xFF\xCD\xEFK\x00\f_2\x03\x13\xAB?\xFA\xB8;\x07\xF7\xB4\xED\\\xC7\xF8-\xCE\x94\x032\xF7\x12\xCBm\x1F1\x0E\xE0Y)\xDAQ\x04\xCFa\xFC\xEC\r9\xF5\xE7\xC3)\xD7\xE1\xC8\xF36\xAF,\xED\x9E\xD98\xB6!\xE2,X\x05\xA0\xE9(\xCE\xFA\xBA\xEF\xCA"\xEA\xD0\x10e\xD5\x010\x11\xE3\xAAS\x13\x1E\xDC^\xD3\x19\x05\xF0\x99\xC2\xD6\xF4\xBA\xFB\x8F\xE7#\x162\x9D&\x1B\xD1E\xFF\x1A\x063B\x1F\x0F\xC0\xDE\x7F\xF7\r&\xF0\xC9h\x8E\x14\xC2\x1C8\xE0\xAF\x19\xD8+Z\f3\xDBS\x01*\xA4\x1DI\xBE&<\x00\xF38\xC2\xFC\xA7\xE9:\xDE\xFDB\x176\x1F\x07:\r\xB2\xC7\xEA\xDDY\x01\xAB,\xB9s\xED\xF6\xB6\x02\xEBI\xFF\x13\xCD=\x01\xE0\x17\x05\xFB\xEA\xDB\xF7\x10m\xF3C\t\x9E\xE3\xFE\xBF\x18\x86\xEF\xE7\x14\xF2\xCE\xFB\xE9\t\xD6\xB6\xEC\x0EC .\xBDX%\t\xEB\xA9\xE4u\xD2\xF6A\x00J\x11\xBF\xF2\xE4\x0B\xDD\xCB\x13\xA1X\xD2-\x95$\xE6\xB9\x1AO\xAD.\xD46G\x0B\xB5\xD2"\xC4\x01\xEBO\x1D\xF2F\x07. \xBB;\xDD\x04\x94j\x1A\xC9K+\x06\xE2\xF2\x02\xD8\x0E\xF6\xCEJ\x01\xC8,\x13\xED\xDA\x1E\b\xF8\xD5?\x1FQ\xF97"\xE4\x0B\x19\xDB\xFA\x07U\xD6\xF5\xE9\n\xC0\xF3\x1E\xA8(P\xFE2\xE5\x16:\xCB\x10\xD4\xB3\xF8\xE0\xC8\xFD\x0BY$4\x0E\xDF"\xF9\xA0c\xCD\xB3P\x17\xA2\xE5\xB5/\x10\xFA\xBD\x1B\xA4\\\xBB0\xA7\'\x14\x04\x8E\xEF\xD4F\xFE\xBC5\xF2?\xC4\x1E3\xA3C\xFCW\x11\xE5\xCF\x03\xF0\xDD\x98\x07\xBB\xF8\xA9\'5\xE8n\r?L\xC8\xAC\xEC\xD4\xF5\xB1\x02\xE6\x18\xDA\x13\'\xF8\xC67\x1Ed\xD9\xF1R\xDF\x056\xFD\xE5\xF0\xCEl\xE9\xC80\x10\xB0\x05(\xEAi\xCC\x14\xB0\xED\x0E\x03\xCA!\xD9;\xB9b\x17\xC6A\x1DV,\xDBa\x04\xFC\xC3\x16\xA7\xFF\xF1 \xE4\x15B\xC2Q)>\xBE4\xFE\xE8\nE\xEE\x04\xFB\x15\x97%\xEAE\xCB)\x0F\x187\xFF\xB3\xDB\xFD_\x1A\xC5\xD9\xF8\xA6\t\xE2\xFF`\xDD+\x16\xE3\x99\x00\b\xEB-\xFA\x0F\xE8\xF3\xCF\x12\xED\xE1"M\xD9\'\xEE\xD51\x02\xFA-\x07\x12\xEE\xD1\t\xF3V\x931\xD3\xDE$\xBE\b=\xD3\xB1\x0B\xF3\xD8\x99U\xDF\x0B\xF5I%\xE2\xF3\xCB \x06\xAC\xE9D\r\xCA$'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\r\xDDV\x14\xF3F\xC75\xEA\r\x1D\xDD\xB55\xF4\x0B\xC9B\xEC\b\xCD*\xFC\xAD\xF02\x03\xB9\xF7\x16\xDAH\xEF\x1D\xCF9\b\xECH\xD3\xF6\x17d\xEE\xC8@#\t\x96;\xFF(\xD7\x17\x06\xE4H\xB6\x10+\xC9\xEF\x076\x924\xCD\xB3\x05\xE1"\xFD\xAAX\xCBJ\xFA\x16\xE2\xA4.\x1D\xB2Q\x17\xE2[\x0B \xCA\x13]\xE5:\xA6\x02\xB8\x0E\xF7\xA3\xE0\x1A\xB1\x01-\xBF\xA0\x0B\x02\xE4\xF8\xD4\xF1\x13\xE7\xC3\xF5T\xA3\x1F\xFA\xD5\x04\xE0@!\xB2\xD6\xF7\x1F\x00(N\x9E\x18\xD6\x06,\xEF\x02%=\xD2\\\xFD\xDC\x03\xF3\x9D:\xC1\xD6F\xDE\x8B&\xD1\t\x1F+\xE7?]&\xC43`\f\xE6D\xDF4\x14X\xB82L\xDE_\xAF\x0F<\xCA)\xF04l\x9B\xFB\\\xE5\x15C\xBE\xED\xD9\xF8\xE8\x0Ef\xBC\xE2\x12\x9B\xC2\xEB\x05\x0F\xE7\xBE%\xD3\x10\xE8\x01\x1A\xF9\xEB>\xFF\xF2\xC0S\xFB\xC9\xD7\x00\x14\xF0\xFC\xDA\xCA\x1D\xF1\xFB$\xD9\xA9\x1C\xFE\xC7\x19\x05.\xFC\xEB\xDE\x00\xBF\x15\xE8\x1B\xC2\r\xF4G\xE1\x19i\t/<\xCE\xF27\xF8D\xD7s\x1E\xB3+I\x1A\xDE)k\x1A\x0E\xEB\xA7:\xC4F\xE8\xB6\xD1\xE0\x8E\xFE\x13\'\xC0\xFD\xB46\xE5\xFEL\xCE\x14\xDA\x0E\xF3\xD2;+\xDAK\x1D\x05\x98+\xDC\xC46z\bB\xED\x1D7H\xFD.B\xE77\xCA(I\xD3\x06\xF0\x19\xFC\xBC\x1D\x12\xE8\x9C\xFE$K\xD1\x0B\x02%\x15`\x05>\x1E7\xED\xA9A\x0F\x04W\x14\xCF\x05)=\xFB3%\xB6\xFD\x12\xA5\xF8\xC5\xF0\xE3\xFD\x14\n\xF1\xE7\xCA\xB9\xFA\xE2\x03\xC1\xEB\x07\xD2\xB5t\t\xED\xFF\x11!5\xE1-\xEC\xAE\xF7\xD27\xBD\xE3\xF50\xB9\xF2\xDE\xA3\x0F\xEF\xF9\xC5\xE4\t\xCEN\xDA\xEA\xC5\xA6\n\xE4\xB3\xEF\xC6\xA7\x16Z\xC9\xF0\xE5?\x15g3\xBAX\xD2\xB0(\xFF\x16S\xA4\x11g\xDC\x8D%\x01\x15\xDD\xA5=\xC5\xDB\x93o\xCC\x02BO\r\x03W\xC9\x16\xFC\x1Dx8\xCA/\xD9K\xAE+_\xF2\x1C\xFA0#\xF5E!\fFj\xE7\x07\xE0\x1EQ1\b\xAE\xD0 \xEA\x02\x1B=\x0E\xD83"\xD1\xF1*\x1A\x0EP\xF0\xBF\xF8/\x1AU\xEA\xF9\f\x14\xD8!\xC2\xF0+\xDA\tB\x97\xD7\xE6\x07\xFD\x1A\xBD#\x00\x15\xDD\xBB\r\x99\xD2p\x17\xDD\xC2\xDB\x19\x02\xD5/\xF7\x9C\xFF\xD4$\xDE\xF9\fE\xA4\xE0\xF8O\x8F\xF5\xE5\t\xBC<\xF7\xC7\xE34!Z\xD1\xF4\xB7\x04G&\x95\xF43\xE1\xA4\x1C\xE9\xB0%\xEE\x12)\xB0\xF5R\xEB\f\xD2\xF5?\x03\';\xE4\x00\xB3\xEE0\xFA\x86\xF4$\xBD=\x0B\x17\xB8\xED\x02P\xC3\xF40\xCB%\xEC\x04\xC4BZ\xFF\xAA\xE8I\xFE\xD7\x8E\x06\x0E\xE4+\x16\xD2\xBF\xE6[\x07\xFB\x13c\xF85\x01J\xC2X\xD0=\xDF\x996f\xE6\xA5\xCA\xEE\x12\xC0\tQ+\xE9U9\xCC\x0F\xEDI\xDC\xC6p:\x10\x80\'\xDA\x13\td\xBA\x1E\x13\xDE-\x17\xD9\x06\x1E\xB4\x13\xEBE\xC6\x00\xA7;\xF1\xFF?\x19\xB4\xCA=\xD4\xBC\x0F\xCC\xDD\xF9\r\x02!\x16\x06\xC7\xFA\x1E/V\xFCG\xD8 \xF8\xCC\b\x94\x15\xE4a\xB0\xFC\x1C\xE8\xF6,\xCD\x1A\xE7<\xFB\xAB\xE5\xD58\xFC\xAF\xCC\xEE&8\xD0j-\xF6\x1B6\xD9 h\xDF\n,\xD6\xEB/\x00#\xF2Q\xE5\x1F/\xA0\xE9\xBA\xF0-\xDA\x13\xB8\x05\xDF\x18\xAE\xEA4\xA1\x0E&\xD7\xFE\x1F\x05+\xD05\x07\xA9\xE1\xFD^\xF1\xBDN\x01\x18G\n\xF2i\x0F\xFA\x9B\f\xF0\xC4\x03\xDD\xBA[\xE9\xFA\xB5\x10\xC7\xA2\xF5O\r\xE0\x99\b\x17\xAA\x05\xF3@\xD6j\xFCG\xABP\xF2\r\xD3&\xF6c\x01\xE1A\xC8\xF1D\xB8\xDF\xF3\xA0X\x0F!J\xB6\xD6\x06"\xD02\xEE\xC6\x93#\xE61\xC0V\xE3@\xFB#\xA3\n\x15\xCC\x07)\xED\x1BD\x03\x1F\xC1v\xEDC\xD83`\xBE\x1B\x12\'\xCB\xE4\x01#\xEA@\x8D1\xC5\x0F\xD1\x1A\xF0h\x0E2\xC3P\x17\x01\xD7\xC1\xEE\x03\x154\f\xA1\xDF\x0F\xF6*\xDB\x00\xD2J\x05\xDB\x19\xAE\x11O\xE20\xF2F\x9AQ\xD13\xFC\xDB\xAE\x12\xCF\xFA*\xB7\xEA\xFD\xCE\xE2\xF8\xB1\b\x107\xCF\xC0s\xFF\xE5\x06\xB4O,\xBA\xE1\xAA\xF9\xEC\t<\xE6&\xF9?\xDD\xC8\xF4F\xEBu\x1D\xB2W>\x15\xB6\x1C\xF4*\xFF3\xD4\xED\xC8=\xFE\xD7\x1D\xF7\xE2\xBAa\xE8(\xF39\x1D\x02\xC6\x11%\x0BL5\xEED\x9D\xF5\x19\xDB\xF8\x159\xEF#\xDC\xFA\t\x01\x18(\xD9 \xCB\xB01\x13\x8BZ-\xAE%\xFA\xC1\x03\xCC\xFC\xE2\t\xEC:\xA2\xCC\xEA\xBCZ\xF7 \x05\xB1\xE7\x0E8\x01\x15\x0B\xCCJ\x06\xE3\xA4\xDCM<\xF1\x92\xDA\x02\xC4\x1F\xDF])\n\xAB\x1F\xCCJ\x13\x9E\xE9<:\xD1\\\x9A\x10\xFCq\xED\xD1\b\x1B\xE9\x01\xDA\x187\xE7.\x12\xA7\'\xC5\xF9\x10r\x07\x1D\r\x97,\x16\xC0{\'\xC6\xAA\xF2"\x892\xBC\x17]\n\xF7\xE4\x1C\x91b\x16*\xD3\xFE\xEB\xBA\x03T\xE2\xB8\xD6\xFD[\x1B\xCA\xC0\x07\xF5\xE5A\x04\xBE\xF6H\xE3\xFC\xBC\x11\xCDU\x9A\x0B\xD5B\xF3c\xD7L \xE0\xF2\xD8E\x00\xE0\xD0B\xEF\x07\xDDT@\xEC\xD9\xF8\xFF\xD4\xEF$\xB4\xCF\x06.\xF8\xE8\xB7R\x122\xCA<\xF2.\x0E\xF5\x043\xB2\xF3\xEBL0\xB5$\xDD\x1C\x0E+\x96#f<\x06\xE2\xF6K\xEE\xBB\x05\x18\xE7\x01\xB9-\xAA5\xC5\xE9]\x11\xFA\x9F\x19\xFD\xD2-\x04\x1Ak\x0FD\xC54\x13X\xFF@\xCB\r\xF2\x05\xA5\xF9\xD8\x14\x9A\xEAF%\xC3\xE0\r\'\x1E\x12\xFE\xC9\xF0U\xA9\xD79\xCA\xF3\xD5\xEC1\xB6(\x1C\xFF"\xCB2\x92\f\xD0A\x14\xFC%\xB7\xF48\xD80\xEA \xB5\x10\xC2\xE1\xB0)\xE7\x9D\xFB\xDA\xED\xBF\xE1#\xD76G\x1D\xE3i#\x00\xCF\x19\xA8n\xEE\xD2M\xDD\xA5\xD5\x0B\x185\xFA\xEA\x00\x16M\r\xA6\xF9\x14\xC7\xDB\xA8T\xE0\xFBG(\xED\xF7\xE4\bM\x1B\x04\xAC\fG\xC9d\xF6\xE7N6\xCE\xF3 \x05P,\x1B\n\xA3|\x15\xB0\xC8\xEE\f\xBF\x07M\xDF\xF9\t8\x16\xFB\x8B\xF9k\'B\xE7\xC1\x07b\xB7\xE0\x04\xC2!D\x01^\x0F\xE98\x14\xF1\xC1\xDB\x1Ab\xC9\x9D\xD6\xED\xCD$\xE4\xBD\x00)\x14\x9B\x01\x0B\xFA?\xDD\r\xCD\xADB\xF59\xE8\xFB\x02\xDE)>\xF4\xB2-\xC5@\xD7\xBA\xE6!\x062\xBE\x03\xF5\x96\xD2\x12&B\x1E\xF8/\xDB\xE6\xD0\xF1,\x07\xD3\xB3\x1F\tR\xAB\x008\x0E*k\xFE\x16R\xF2\b\xDF\xD51\xED\x1B\xA7Z\xBB\x17\xF2\xE3\x02\xD3\x0F\xB91\x1F^\x97\xD3\x18\xFD\xE5\x1E\x0F\xF3\x010\xC7>\n\xEB\xDFS\x1E2\xDD\xF0\xC8\xA1\xEDn\xB3\x195\x88\xBE\xF8t\x02=\xE5\xF6\x12\xBB!\xE1\xF5\xBF0\xDB\x90;\x1D\xAFWC\xC7%\xD9\x03\xE91d#\xC3N\x19\xEF\xCE\b\xF6\x11\xEB7Y\xA4\xEDT\'\x8F_\xDB\xEF\xCE\x1A\xB3\x0F\xFDI\xAE\x01\f;\xD4\x11\bS\xFC\fL$\xE3\xC9\x9F(\xD01\xD9\xECE\x05\xA8A\xF8\x10\xEB\xCF\xFC\r\xF3\xE4\xB79\x11\xC8\xFE\x86\n\xF9\xDC\'\x9ET\xE4\xC0I\x01\xCA\xDA\x13\x03\xB6\xCE\x1A\xFA\x12\xB0Y<\xF1-\xCB\xE9\xF7_\x19\xE4\xFE)\xF3\xC4\xDF\x1D\xD8\xED\x11\x19\xFCH\xEF\x06[\xFE\xCE\x13\x1E\xE7\xC8\x02c+\xC0"\x04\x16\xFBL\xF4(\xD5;\xEC\xB44\x05\xFE>\xD9",\xB6\t&\xF51D\xE2\xEA\bK-\xFD\xA1\xD9\x06\xBD\x17(\xD60\xB5H\xCD\x95\xEA>\x03\xA9E\xB85\xDB\r\xC3\x1D\x97*\xB3P\xD5\x0B%\xB7\x17\xE35\x9F\xD2i\xDD\t\x94\x1B\xE1G\x13\x1Ek\xE6\xC8\x16\r\xA6\xFA\xE7\x1Am\xC1\xD4\r\xFF:\xBE\xD1\xF6\xE4\x12"g?\xE1\x8E\x06\xC3\xEC\x1C\x043\x14%\xF6\xCE/\b\xF3e\xAF\xE8;\xF8\x17\xE4\xF0\xFB6K\xF2\xD5F\xF7\xEA=\xB1.\xC3\xED]\x01\xBB\xCC\xF2\xD6\xAC\xF7/\xF0b\xD0E\xEF\x9C\xE0\xF8!\xA8h&\xDF\x1E+\xB7\x01\xED\xF8\rL\xF2\x12W\xDE\xF8g\xD6\xB2\r^\xFE\xE5\xD4"\x03N\xDE\xCB\fv-\xC2\x9C\xE0\x07\xAA\x00\x12\n\x1D\xF1\xFF!\xD1\x0E/\xF8\x07*\x0FK\x1C\xBA\x07\xE1\x003\x11\x058O\x17\xC9\xF2\x03\x9F\x0E\xF3\xC86\xD3\xAB\x1F\xC99\xFC$\xA6\x0B\xBD\xE5C\xEE\xC2)\x99\x18\xBF\xFA\x11%\xF3\xBC\x05\xDB\x01\x13Z .\xC4\xDAM\xCB\xE1R\x13A\xE5\xAA\xDAV\x9D\xFE:\xEB\xD4A \xC5\xAF\xD8\x1E\xFD\xB5\xEC\xD9\x115\xE8EH\t\x18Q-\xE7\x00\xD9\xB4\xD0?\xF2+\x18\xFB \xDF\x13L<\xED0\xA2\xD2F3\xA7#>\xEC\xCB\xFA\xE7p\x18\xB9)\x06\xA2\xF9\xB8\xF5#8\x1A\xE9\xDF\xC4\x04X\x93\x13)\xF7S\xCD\xE6-\nI)\xBB\xFB\xCD\xDA\x8E\xFC\xDE\xBF\br\x192\x10\xE8U\xC8\x06\xA0R\x02\xCF\xF6\x05\xDAY\xE4\x00\x19\xEA\x0E\xCF\xF6\x1B\xAE\x0F8\xEF\x8C\xFC;\xE9\xD51\by\xC6\xF0\x0B\xBC1\x15$\xF4\xFD\xE6\t\xED?\r\xBF_\x97\xF7\xE2\x19W\b\x1De\xEA\x11\xF5>\xA0\xEF\xE2\x04 \xFE\xDB:\xD3/\xB7\xE9\x0E\xAB\xC8\x1C\n\xB5d\xDE\xFCS\xB9D\xDD*\xD2\x04%\xF5\x0F_\xC1\x1F\xDE\x16\x03\xD3J\xFAg\xCF\xAD\xDA-\xB9y\xDD\xA3\x16\xF2$\x01\xC6;\xD5\xAC$\xC3\x02*\xB4\x1E\xCD(\xF9\xC3G\x98\xB9\x15\xEC\f\xF3\x1Aw4#D\xF0+\xF78\xC6\x15\'\xE6\x02\nW\xBD\xE2H\xCD\xDC\x19\xFFG\xEC\x97@\xE4\xB0!\x05\xEC\x0FO\x18\xC96\x1C\x030\xD1\xDC\x1B\x07\xED\x10\xF4\xDE\xF27\xD4E\xE5\x03\x12\\\xD6\t*\xF7h"\xADI\xDC\xC4\xFA\xE1\xFE\xBC\x12\xD7\x94\xEE\b\x92\xD63\xF0\xA3\xFD\x1C\t\xB35\xA6\xF2\f\xCD%\xFE.\x10\xF3\xA1:\xE2\x01B\xF1\xD5\xF8\xB4\xFDI\xE8?\xB7o.\x00C\x14\xAB\xFA\x0BR\xDB\xA93\x1A\xE9\xCF=\xE1\x03\xCA\xFD\'\t\x8C\x16^\xD1\x05Q -I\xF4m\x19\xC8!;\xEBe\x13\xE7(W\xB5:\xF7\xBEY\xDC\xC6\x19+\xF7\xC1\b\x9E\x0E&\xE3c\x10\xA6\'\xFB\xCF\x9D\x1F\xC0\xE1\\\xC9\xEF%\xC1\xFD\xF3\xB4P\x0E\xF0\xBF5\x11\xE7A\xF1\xD5.\xEB\xA9=\xE6\xFE\xDF\xCE\x10\xBC\xFF\xDE\x0F\xF6\xD6\xC5\x01\xF8\xD3\x04\xE3\x13\xD7\x1B\x07\xE9E\xD4a\xB2\xD9"\xE9V<\xBE\xEE\xC8\t\xF4\x15\xE3L\n\xE8\x1F\x071\x9B\x19\xE8:\x06\xDE!\xFF\xA5\x18\xD5U\x96\x1C\xBA9\x02\x0F\x1E\xF4\xC2\x17\xB1\x03>\xEA)G\xAFS&\x980B \xC7J-\xEF\xA86\x00&\n\xFC\x11J2\xFE\xCE\x15\x04\x1F7\xD5Z\xBD4\xD8\xF1\x18\xF6\xD6A\x00\x0En\xCD\x14C\xC4/b\xFB\'\xF5\x05\xDFd\xF6\xC7N\xDD*\tZ4\xF9\x1F\xA7\b\xD1\xE6\x04\x16\xF1\xDF\xB9\r\xEC\x9E\t\xFAc\xCF\xB8\xF1\x8A\xE5\xCB\xEF\x1A\xE0\xAC\xF6\xDB\x91\xFF-\xEB\x03"\xFD\xA99\xAE*\xBE\xE0\xF4\xB6)\xF8\x90\xEE\xD8\xE4\x0B\xB0\xEA2\xCF\f"\xE5\xB3\xFB\xCD\x9E\xEE\xD5\xE4\xC5W\xF21\xFA\xBB7\bN\x1B\xFDp\xDB\x18\xC4"\xE1O\x16=\x1F/\x05\xBBl\f*CQ\x18\xE1\xADE\xC6\x10W\xCEe\x12\xEAO"\xD9K\xE6\f\x1D\x04F\xCC:\x1B\xC1\x14\xFE\xA3E\x186t\x0E#D\x14,\xDB\x19\x0E\xC8g\xD9\xEA\xCE\xAB\xF4&;\x01\xE82\x10\x03\xF7\xC1\xDCT\x88\xF98\xC5\xE9\xD2\xF0\xBA\xF9\f\x1C\xDD\xF6)\x04\x04\xF9\xCF\x17\b\xA8\x026\xD0X&\xB9\xF2\x01S\xDBH\xEE)\x05\xD6\xEB\x01\xE0\xF6\xBB\x04\xFC\x98\xECA$\xA1\x1E\xFF+\x12\xE5\xD3\xBF\xB1G\xF3\x95\xD7,\xEA\x0E\x00\xD3\xE4\x13 \xFC\x07\x11&\xCC9l\x9A\xEC\xB9\xE4\xC3&\xA04\xFB\xC7\x1B\xF1\xBE\xFA\xA7\x16\xDF\x0F\x9C\xF8-\xB7\xCC\xF3\x12\xBF0\x1C\xACT\xD0\x0B`\xB7\x00\xE2\xF5\x0B;\xC4]3\x05\x0FY\xDD\n\xC9 w\xAED\x1A\'\xF3A\x95^\xB11V\xE7\x00\xD3\x071\x14>\xE6U\xF2@\xE2c,\xDD\x12<\xE70u$\xD2\xE7\tf\xE0:P\x85\xF9\xCB>\xE92\xF3\x1D7\xCD\x14H\xEE\xB1\xE0\xF7\x8F!\xEE\xFA(\x19A\xFC\x07\xCF\xF0\xBDZ\n\xCB\xDC\x01\xE2\xC4\xF6\xA5\x16\xF2#M\xFB\xD6\x1C\x0B\xD9\xBC\xEE\r\xB2F\xFF\b\xD5\xF6\xC6\xFE@\x1D\xAD\x16\xFB\x1E\n\xE6\'\x06\x13\xDC"\xC1\xE5\xD8\x06)\xBE\xD4P\x19\x00C\xD8\x15\xCC\xA8\xEB\xBC\xE47\x15\xE0\xFB\xA7.\xEC\x18#6\f\x1D\xDB?\xBC\xE2\xC7\xAB\x1F\xAE\xFC0\x15\x01#\xD3\xEA\x9C^ \xAF\xEE\x07\xBC3\xF0\x02\xC2\xD2\x95`\xD8F\xF1\xFE\xA0\x0EC\xF8\xA9\x7F\xFC\x10&\x07\xC8\xE8\xBA7M\x040[\xF4\x9E%\f:\xD7\x04J\xB4\xF9\xD4\xEAJ\x05-\x10a\x02\x0B\xF0=\xCEl\x90\xCAP\xF8\x18*\xCB\x0E7L\x14\xE3Y\xD8\'C2\xEF\x00\x17\xC0\xB3i,\x01P\x17\xEE1\xE8\x87\xDC\xF1.\rm\xF3\xE1\xFD\xD1\x11\xDA\x02\xC7e\x1E\xE6\xC2\x11\xF2\xD3U\xF6\xB8\xCF\xE4\x13\xD6\xC6,H\xEF\xC2\xF9\t\xD4=\x18\x982\xE1\xAA\x1C\xE6/\xDA\f\xE3\xC3\xD8I\xFC\xBF[\xFF\x0F\xB8\xEF\x0Ba\xFE\xA2\xED$=[\n"\xC0\x14o\x1D\xB9,\x05\x0F\'\x9A\x03V\xE5\xFC(\x94\x0E\xE3\xFE\x15*\x05K5\xFA\xE9\xDB\x0E_\xE3\xA8N\x10\xDE\xCA\x0B\xF0\xFE[\xF5\x02\xB5B\x19\x04\xF4\x11\x07.\xF0\xA5\x17\xD2\xF9?\xE1\xCE\x1E\x06\x10\xC6\xAB\xE0\x00\xB2\xE5\xD06\xFD\xEC\xD7\xE6\xFBC\xDB\xC3\xAC\x11e\xC0\xF1I"\xC4@\xED\xF4\xBCY\x17\x03\x8D4"\x00\xF0/\xFBY D\xD8\x105\xCEQ\xF9\x932m\xE6\xAD\xEF E\xE43!\xC3\x15\xF2J\xD7\xE7\xFD4\x16\xF0>\'\xF9\x99\x0B\x17Y2\xBB\x1A\xED0#\xD0\xEA\x004\xB0\xD7\n\x9C\xDC$\xA8\b\xCE>\xF3\xD7\xC8\x17\xBB\xD0\x06\xAC\xE8\xB9*\xC5\xA1\xE0"\xEE\xD4\xBB%\xC9\x1CO\xD8\xC7\x04Q\x9A\x00,\xB15\xBEr(\xF5\xD5`\x06\xD9K\xF1\xC7@\xA8\xF4\xCCq\r\xF7\x06M\x1C\xDC\x14,\xE7\xF9U\x10\xFF\x1A\xE2.\xB5\x1E\xFB\nm8\xE5&\xF5\x16\x02;\xEC\x1A\x07>\x14\r\xFF\xDF?\xFB\xD49\xF7\f\xEE\xDEh\xE8\b\xF8\x18\x92\x04\xCC\x1E\xA2\xC2\x10\x1A/\xDF\x01#\x12\xE2\xFF\xB1;\xE1\x9F\xF4C\xC9\x06q\x1E\xD05\xE9\xC5f\xEF\x10R\xDF*\xEB\x9E\x13L\xC4a\xD3\n\xF6j\xFD\xC0\xE6].\xF1\n\xA0\x12\x14\xAF(\xBD\x1C\x0F\xCD$\xDC?\xEF\xE3P\f9\xEC\xFE\xAD\xE8d\xB8\xD3\bJ+\xD7\xC6\x15)\xBA\f\xFB\xA4\xEF\xBF\x03\xB1(C\xFA\xD4\x02\xC1\xAAG\xF6\xD6\xFE\f\xDC0\x8C\xE3$\xB2\xDA)\xA5\xCD\x18\xB3U\xE84\xE6_\xFE\xD47\xF5\xA9K\xFE\xC5\x11/\xB6\xFB\xDD$U\xCD\t\x1F\xF79\xEA\x8A\x1B\xF1T\x02\xE9`\xD4!:\xE0\x13M\xF5\xDA\f\x91!8\xE7\x1A\x06\xC7"@\xB4\xEF\x1D\xFDF\xC9\x10L\xEF\x04;\xF8\xD9"\x01\xC3'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xF6+\x8B\x10\xFEI\xEA \xD1\xF4L\'\xE6\xC7\xFE\x1D\xDC\xF71\x92\x04\xD5\xEF7\xB4\x10\xDE2\xA9\xEB\x15\xFA\xBBJ\xDE\x0E:\xEA\xB5\tG\xDC\xF9>\f2\xEA\x1AC\xCC\xF1\x10\xB1";\xDA\xFA\f&\xD2B\xBA/\xE4\xCC\bc\xDC&\xC9\xB2\x07@\x0F\xA4\x16\x05Z<\x8C(\x10\xCCG\x18g$\n\xF8V\xC5\xFE!\t?\xCE0\x1C\xA7\xFF\xD1$^\xF2\xC8*\xA1\xEF\xC6\xD8\x02\xA4\xF9\x06)U\xE6\x03\xEE\x15\xBFS\xAE\xEB\xF5\t\x18\xFFA\xB4\xE75\xF4\x17Y\xE3\xFF\xC0\xDE\xF0\xB5\xD7\f\xE9\xC0V\xED\xE2\xFB\xC2\xAA\xE6\xCF(\xF0F\xD5\xB7^\xE1\x04\xEC\xF6,\xC0\x12\xE0\x1C\x00\x14p\x1D\xB8Q$\xE3i\xBE\xDE6\xD4\xC7i\x9F,\xE4\x05\x1Cp\xDA\xA4W\x13\xF0\x1C\xBF\xD3\xFC\x9F(7\x1Bl+\xFA4\x19\xF4A\x02\xAF!\t\xDC@\xFF\x1B\x9A\x05\x14\xE7\xF6(\x93\x11\xD6mB\x05\x9B\xFB6\xAD\xD3\xE5\x06\xFD\x117\xD0\r\x18\x9A\xFD\x1B\f\xF7\x1E\xFFF\xCB4\xFB\xC3%\xF0\xD7\xFFS\x05B\x0E\xED\xD8\xF7\xCD\xEA\x03G\xCF\xA9\xDF\b\xD3\x156\xF4*\x11P4\xE1t\xBF:\x1A\x01\xF17\x1E\xC8\xE4\xF0V\xD7L\xED\r0D\xDF\xF1\xB0\xF6.\xEB&\xF4I\xAD1\xDE\xD3\xF0\x0F\x92\xE1=\f\xD0)\xA0\xE0"\xAE.`\x15\xB7\n\x99\x1E\xC3\x0F#h/\xF9\xBB\\\x9F\xCC\xEB\xBC\xF5\xD4\f\xFB\xA6\xDC\xCAT\xBD\n\xAC\x14(\x1A\t\xC5#\xBA\xF6\xCB\x8B Z\x01\xC5L\xD6\x04\xBC<\xEA\x07W\xB7\x17*\x02\xE9\x15K\xF7;\x0B\xCB\xF6\xE6\xC3\x04>O0\xDD\xF5\xE5\xFF\xEF\xC8\x1D\xE6D\x01\xD8\x1E\x06\xAC\x17-\xEC#J\x0E-\xE2\xFD=\xF7\xCD\xB5\xE8\xF9?\x02`\'\x14\xD6>\xE6\t\xA6\x14d\xE4\xD0\x13\xC4%@\xF7\xD7Y\xBA\xF4\xAD\xC3e\xEB\x18M\xFE\xDD\x1F\xF2\xD4\xFD\x12^9\xB8M\x99\f\xDB\xF0\x103f\xFAH\xE6\xC7W\x04\xD1\xF9\xB1\xEB"Y\xDC\x03G3\xE0\x16\x96\xDD\b\xEB\xFD\xB9\x1A2\xDE\xF0 \r+\x00\xF3\xA7\xE5\x0B\xC89\x1C\x07\'\x12\x03\xB5\xD65\x90\x0E*\xAA\xE7\xBE%\xA4\b\xD7\x14(=\xFD$\xC3\xB2\x0B\xDD$9\xFF\xB5\x1C\xE3<\x17\x06\xD2\x8F\xF1,\r\xA7 \xD2\xF09\xC6Q+\x0F\xCF\xF6C\xB3\xC9\xF9\x88D\x19c\xFD!\xED\xA0\xFB\xDF\xD2\xE22\xF2!\x06D\xCFs\x19\x02<\xED\xCE\x1B\xE9\x03\xF6\xCF\xAAI\x18\xF6\xE9\xCC\x86\x11\xD9\xF31\x9D\xEF\xC1g3\x11\x1D\xBB\xECr\xFEM\x11\x1D\xB2\xF4\xE2\xA0x\x05\'\xFEW6\xED\xDF\xD41\xB5\xDB-k\x12H3%\xA3Q\xC6\xFA\xE8\xBB\xF9\xDFR\r\xF6F,\xC15\xE0v\xEC\x05\xD5U0@\xF0\x07\xC1j\x13\nF(\xFF\xE0\xC7K\xFB\xD8\xCB\x07\xC0\xE5\xFC3\x03D\x1F\xDB\xC2\xEA\x17\xD7\n\xBBP\x0F\xC5\x06\x16\x01\xCD\xE7\xBE\xF1\xCF\xFF\x19\xDC\x10\'\xF10\b\xC7\xB3\x16\xDA\xFBV\xB0\x1F\x12\xBC-\xE4\x94\x13\x01\x1EK+\xF8\xDD\xCA\xFB\xD5\xA7\xF5\t\xE5>\x17$\xF4,\xAAe\xD8\xCC\f\xEE\xFA;\x0F\x95\xE5$\x02\x1D\xFA\xE9>N\xF5\xAF\f \x04D\xE7\bf\xAC:\x15\xA1\xD7"3\xE4\x97\x06\x0E\xCB\xF3\x00:\n\x1D\xFB\xC6\xE1\xB8\xD3\xEA\xA8$T\xE7\x1B\x0FR&\xB2\x03\x9D5\xDDE\x0E\xEB&\x17\xBC0\xAFY\xD1-D\xF5\xCD\xA8*\xF1\x9B\xE2%9\xD9X\x8E\xF85\xBD\xEE\xD4\x02\xE2Z\xFB\xECI\x00i\xEF\'\xE7O\x9E\xDB\xCDZ\xF2\'\r_\xFD\x19\x05>\xB5\x024\xBC;\xEB\xD4`\x11\xED\xB8\x00\xCF\xF7\x98\x07O\xE5\x00\x1A\x07\xEF\xB4h\x115\xDAY\x0B\xD2\xC2\x1A\xEC\xFC,\x14\x90*\x1FJ\xCA\x1C@\xC0\x10\xCF\x1D\xBD7\xD3\x18A\xF8#\xEB\xADF\xD8=\x95.\xE2\xC6\x10\xED!\xDB\xF2\xCC\xFE\x1E\xF7\xC6\nT\x18!:[\xDC\xF3)\xC8\xD9\xF7\x1F\xC3\xFD\xE3\x05\xBC\x17\xFF1\xF7\x06B\xC8\xE0\xCD\xE0\r\xF4\xFD\xB5\x0B\xF2\x05+\xAC\xF5\x14\xDE\xA7\x03\xC4\x0B3\x14\x04\xBE\x17\xF7\xEC\x0B8\xF5]\xD2\x88\tk\x15\xA20\xDC=\xE6\xFA\xAD\xE2\xC2\x12\xFD\xAD@\x14\xA06L\xDD\x16;\xECG\xCA\x1Fq\xB5\x10\xA6_\x15<\x03W\xD9.\xE85\x99\xDD`\xE7;\n\xFDY.\xE5\xB4\xD1l\xFE\xE65\x07\xCE\xB6\xDA%\xFE\x17I\xF7$\xE1\x06O\xBC\x1A\'\xD6C\x03\xF03\xD2 \x04\xEDn\xE6\n*\xCF\x9A#\xF9\xAA\xE4\xEF\xDC)\xE7\x01\xF3!\xEC\xC2\xA4\x15p\xD1$\x18\xFA\xD5!\xC8\xEC$\xF4\x10K\xF0\xDD*\xCA\xA5"f\x1CL\x95\xC1\xE3.\xB2\xC3?\xE8\x0E\xEF\x01\x97z\xCB+\f\xE8\xB9J\xE0\r\xC0\xFB\xAE\x03\xF4b\r\xD7\x076\xFDK\x19\xCD4\xB7\xB1\xFA\x1BG\x04\xF7\xC5\xEDI\xB3\x03R\x9D@\xBA\xD7\xFC\x1D\x8F\b\x1AN\xF2\xFC\xDE\x12\x01\xF0B\x05\xEB\x10\xFC\xD6+\xAF\xD06\x14\t\xF4\x1E\xA2_\x18\xF6-\xCF\x1B\'\xD6C\xBD\x1A\xE7,Q\x13\xC0\x85\x0B\xD7Q"g\n\xCE&\xE3\x0F>\xFE\n\xC1/\xF2\x0F\xE3\x19`\xCA0>\xF8\xB6\x0F\xD4C\xBE\xE82\r\xD3\x1F7\xCB_\x03\x1D\xF5[\xFB\xDF\xEA\xBD\xFE\xD98\xC7\xFF\x8E:\xF2\\\x13\xEE2\xFE\xC7\xB4\xF1\xD0%\xF5@\xEC\x06\xF9\xE6\xD8;\xF1\xB9\xDA\xA9\x14\xE19\x1B\xDB\xFF,\x06\xAC\xE0\x02\xE9\xC4^\xE39\x05\'\xAE\xC9\xF9u\xA9\xDD\x1A\xF0\x9AE\x11\xC6%\xB3?/R\xE4\x13\x06\xEBR\xDE\xB4\x05\xE3\xA3\x0B\xDDZ\x1E\x03;\xE2\xFF\x1D\xC4\xA6\xE1(\x13\x9B\x003U*\xF3M\xCD\xEA\xAEv\xD0\xF7\rG&\x14\xD9!\x00\x9E\x15\xEFR\x19\xE2(\xBB\xFE\x0B<\xBF\xDB\xE5\x05K\xD7\x16\r\xCE\xF8\xB0)\xD6\x0B"\xFA\xC9L%\xD18\xF9\x10\x94\xD9V\xB3\x0Ea/\x15\xC5\xF7\\\xE9\x1B\x06\xD2\x1F\x92\xFB\'\x13\xC3 9\xEC\xBF\xF3\xA36\n\xEB-\xCF\xFA\xDA\t?\xF3\x13M\xE7\xF7#0\xED\xA6\x1D\xF2\x01\x9D$E\xEEn\x19\xBDC\x115\x00\x19\xF4\xAF\xE5E\xEE.\x16\xE9)\xD3\xF2=\x06F\xB3\x0E\xCA\xF9\xBE\xE5\x02X\b\xF4H\xE5\x98\x17P\xD2\xFDV\xCA\xF6\xBAg\x1F8\xC3\x99\x03\xD7-\xA3\xD0\x14\xFFm\x0B6\xBFY\xE9\xDD\x04\xC44\xA5\xF4\xE7\xD2\x8C\xEC\xC2\x7F\x06(\xCC\xBE\n\xFA\xC8\x04\xDF\xFD\xB84\xD4\xE0#\xEFBm\x0E1\xD6\xBB\xDF3\x03\xFC\xDB.\x05\x10\xB1\x1B=\xDC\x0F\xAA\xFF\xE9_"\xEE\xC6\\\x06G\xB3\xC9\xF8\xE1\xD1\xFC-\xB6\x1E\x0F\xFC\xE0\x030T\x1F\xDF\x0E?\xD8\x15\x00 g\xAB:H\x9C#\x0B\xED\x16\x02/\xA1\xDC\x18\xAE\xEC$A\xA5\f\xCB]\xB7\x1F\xE8\xDF(\xEFK\x03\xE4\'\xF3\x17\xCE3\x10\xFC\x1E\xDF\xF2\xD8+!\x12A\t\x18c\xF2\xD2A#\xCA\x15\b\xF8\xB6.\xFC\x96\xE9M\xDF\xF4\xD5\x1A\xEF\x12[\xCD\xAAa\xC2N\xFC\b7\xF5\xC7\x12\xFA\x1B\xF0*\x13\xF6B\xC4c\xF9\xD0\x8A\b3\xD4D\xB7\n\xE3\xACA\xBA\x189\x0E\xE7\x91P\xEE\xAB\xC9\xE48\x97\n\xEA[\xAD\xD9\xEFE#\xC9\xF27\xB6\x102\x06\xE5\xC25\xF7\xE9!\xF8\xE6\x10\xCF\xB7&\xE2\x00d\xD1\xE7R\xAE\xD7\xEB\t\xA12\f\x16\xBF\xEA\x1D\xC7\xF9V\x01\xDAO\xF8\xE9\x02\x8Ca\xFB\x04\xBC\xDA2\x01\xF7\x14\xDBK\xB9\xFA*\xC3a\x01\xE4\x0BX\x1C\xFE\xD0\xA1$T\x00\xD8\xAC\x1F\t\xD9,\x1C\xF2=\xD5J\x1E\x9B\x065\xC4\x01"9\xCF\x1C\x00\xD9S9\xFBl\x11\xA0+\xED!\f\xCC(1\xC4\xD2\x177\xF5\x1B&\x0BT\xC0,\x1A\x04\xF3;\x0E\x1A\xD0\xA9\x16\xD6\xC1*\xEDA\xFB\xB9\x0F-\bED\xBA\x00\x92f\x05\xE9\f\xBE-\xDD\xF3E\x0F\xE1r\xFC\xEE\xB6\xE4\xF3#\xAD\xDA\xF1\xE1\x1A\xC27\x96\xF1\xD7V\t\xEFF\xE0\xC8|\xE9\xD4\xA3\xEF\xFF\xE5\xCE!\xDF\x9A\xE9/:\xF7\x04\xE2k\b\xDC\x19\xCD\xF1h\xE1\xC3\xD0\xEF5\xE1\xC8\x15\xAB\xFA\xEEZ\x18\xB4&\xF9\x91\xBF\x12M)C\xC7\x02\x0B/J\x07?\xD5\xFBu\x11\x1C\xFA\xE4#\xB0-\x10\xFC\xB5H\x1E\x10?h\xA8\x11L\xFC\x07\xF1\xBBP$\x9E\xF4\x12\xAFM\xE8&\x8A\x18\xFD\x17\\\x0B \xF7O(4\xCD\x11\xFE\xD3\t\xEA4\xDB \x04\xA7\x0E\xD5\x1A\xE8\xBA\xCD\xFF\xAF\x15\xE7\xB8\x02>\xA5\xBE\r\x00\xD9\x9D\b:\xE1\xC6\xFA\xD8\xB7\xED1\xD6\xC7t\x1E\xDA\x0E\xE9H1\xC6 7\xF8\x04\xD5>\xEB\xFB\xA8\xE7@\xB6\xD9\x02\xE0C\xA2\xE6O\xC7\x19X\xF2\xCB\xE7\xF70e\x99<\x13&\xF5\\*\t0\xC9\xDF\'O\xF3\x1A]\xEB%\x16\xF2.\x07#6\n\x00\x18(\xAF>\x00\xCC\xB3\xFA\xD3\xFF\xE2\x0B\xC0R\x11\xB21\xDD&\x05\xCD\x12\xF3\x1B\xC2\t \xF2,;\xA9\x01*\n@\xBD\xE0\xFF\xEE\xF8\xDBP\xE4\xC4\xEF\xDBI\xF6\xEC\x15\xD40\xCBB\xF8\xC2\xD1\x01^\x90\xE8\xCCY\xF3\xBD\xE7\xF6\xE1\x14-\x1C\x07:\x16\xEF\x95\xDA)\xF3\xCB\x02U\xBC1\xFFs\x876\xEA_\xB7\x04\xD9\xFA\xE1\x14\xB4\xD6U\x18$\xCDE \t\xA8\x1B\x05\x9B"\x0F\xAEe\x06\xFC\xE8\xB6\x04\xE22N\xB0\xDC\x13\xF6\x1C\xDF\xA0F\x0E\x05S\x8F\xEC_\xDE\xBB#]A\xFC\x1B\xE4]"\xF2\r\xD6\xEE\xE4)\x0E\xD3\xF8\'G\x12\xC1b\xEE6\xFD\x9C\xEB\x05\x12\xB2\xC34\xD4\xFD1B\xFA\xD1\x1C6\xC4\x84=\x12!\xA7\f\x1C\xEE<)\xC1K\x04,\xC9"8\xD1\xFC\xC4\xF3C\xA5\xE9\xD0\x0F\xB44\b\xA2\xDB\x1D\xA1K\x17\xC4A\xFD\xAC\x16\xE3\xCE\x94\x1D\x07\xCF!\x0E\xF6.\xDAN\xF4\x01j\xEC\x11\xCA_\xE8\xBD\x00\xE2*\nV\xDD\xF2k\xD6\xFA\xBB\t\xFE\xD5\x0F:\xFB\xD8\xEE\xAC\x1B1\n%\x10\x02\xF8+\x05\xC7\xECI\xF9\x13\xC88\xF9$\xB1\x04\xDBQ9\xEF\x000\xE7\xF5K\xBC\xE4x\xC7\xA98\xE6\x19\xDE)\xB8\xF4\xD9\x16\x0BS\xF0\xD5\xF7\x1A\xCE\x00+\xE8F\x16\xE3c\xA6\xED\xB4\xE5\x16N\x01\xDEg\xB6\xD9\xCC\x18U\xDB\xF2t\x16\xD2\xBD>\x02\xEA\xDF\t[\xF3\xCB\x1E\b\xC4h\r>\'\xA4\xDB;\x1B\n&\xFB\xD0\r\x8D;\x07\x1F\xAD=-\xA0!F\xB3\xEB8\xBD\x10\xC8\x93"\xCC/\xF5\x1A%o\b\xBC\xF4\x12\xE8\xF9F5\xE5\xBF2\x9E \xE0\x01\'\xE6f\x10\xBA\xD22\x14\xEA/\xA2\xF7\xDD\xB3\xD4\xFC\x16\x04\xF1\xFF\xB7\xEDX\x1F\xBDJ\xF9\xE4Q\x02\xEE\xDF\xFB\xCA\x13\x03\'\xA3\xFBO\x063\xEF\x02O\xDE\xC5\xFE\xD1\x980B\xC7 \x9F\x05\xEF\xAF\x1D\n\xFAB\xAF0\xF4\f\xAA)H\x1C\x98\xE2\x01\xBB&H\x14"\xF0\xC6]+\xCCI\xD6\x15\xDF\x050\xEF\xD5\x17\xC4&\xD0\b\xBB{\xE4\r\xDA\\\x1D\xE0\xF5C\xD9\xB6\x12\bC6\x0E\xF7\xE3(\xD6\fP*\x15\xFEJ\xD5\xE7\x12\x07\xCBU\x94\xF6\xDA\xEE\xFF\xF8Bo\x10\xD7\xE8\xFEU\t\xE5\xB0\x0F\xE9\x83-\xF6@\xA5\xCB\x00\fb\x8E\xF77L\x1D\xF3.?\xC3\xF0\x14\xD2\xAC\r \xFA(\xA0\xEA\xDA U\xEF\x17\xFE\xB8\xEC\xDE\xCF9\xF4\xC6X\xBA\xEF:\xD8\x17\x16\xCA7\f\xC5 \xD0\xF1\x054\xCA\x9C\x1C1E\xF8#\x07\\\xC5\x0F\xE8#<\xB2,\xDD\x0F\xE8\x15\xA9\x00\xD1\x97\xF9\b,7\xEBn\xC2\xE6\xD1]\xF3\xC0\xB0\x05\xCC\xA7\\7\x03\xC2m\x8D\x0E!,\xFF\x1B\xE3$\xFDN\x06\xE5X\xB3\xDE9\xA9\x1B\xB8A\xF5\xDE\x02\xBF\xD7:\xE1\x19\xB5\xFCn\xD9\xF4\x1C\xEB\xFEC\xB7\xD83\xEC\x0BN"\xE6\xB6\xCA\xFD\x18\x05=/\x1B\x01\x143\xFB?\xDC\x1F\xF3\x13%\xFA\xE2\x06\xEC\xDC\xA1e\xF8\xC1C\xBC,\x9F%\x15\xF5\n\xFCP\xE1\r*\xD1j\xED\x15\x93\x01\xF1\xD23\x05\x12\xBEO\xCE\x07"\xC8\x04Z\xE0\xBE\x19\xD7e\x03F&\x9A\xDD\xF1\xB2\f\xE0G%\xE6\x0F\xC2\b\xE5\xD3\xB0/\x19Q\xB65\x15\xD1\f\xAC\xE8\xFD\xF1\xD6\x02\xEB.b\xC8(\xED\xF9\x18\xAB\x0B!\xFC\xC9B\x1FS\xED(\x9C\xE4\xFA4\xA7j\xF1\x1A(\xFB\x12:\xF5\xA4\x0F\xE0\xF6X\x11\xCDM\xF8\xC6\x92\xD4\xEEp-\x9CI;\f\xF0\xD7A\xCC\x03\xF5\'J\x020\x19m\x10>\xBF\xD2\xE6\x8B\x13\xD5\xC0W\xE66\xB8N+\xE7\f\xAB\xDE\xC8\x19?\n\xD6\x13\xE3\xF8\x9B\xCEG\xAE\x01\xC91\xED\x1D\xD3\xBA8\xFF"\xEAb\x07\x1B\xB3\x01\xF5\x18\xFC\xC9`\x00\xA6\xF8\x0F\xE8:\xC5\xF0\xDC\x11\xC6\xE1\xAA\xF8\x1BG\x07"\x03H/\xFE\x07\xCE\xF2\x11\xD9\xF8\xBE\x06I\xF5\x01[\xEF)\xBA=\fS\xE9\b\xF0\xDD B\xC0\xFD,\t\xE6\x17\xA7+\xD9\xFD9K\xCE#\xD9\xEC\xBB\x1F\xE6+\xC1\x1Bj\xE0\x9A\x1EW\xB9#K\x0B0\xDC\xFE\x968\xF2\xB3\xDC\x1E\x9D@\xE1\x04\xA5d8\x13/\xD4#\xAE\xC6\xDF\x00\x1D/\xDB\xC26%b\xE5\x07\x14Q\xAB\xF1\xD8D\xC1\x0F4\xF0\x13\xBF\n\xE2T2\x06\x14\xDDM\x04$\xB1\xFE\x14\x06\xD4\xF5\xFF\xEB\xCF\xB9_\xEF\x16\xE2\xCE\x0Ey\xEB\xF6&T\x1A\xEC#\xCF\xE2\xFD\xB8\xE7\r\x17R\xF3\xD0\xAF\xFD\x18\x10\xD3\xB8\xFA\x89\xCF\xE93 w\xF6\x04\xE3\xCC\xAB\xF8\xE7.\xA2\x10\xB1C\xF6\x918\xCF\xF2\xD8E/\xEA?(\x879\x07\xF5\x1F\xC7S,\xF9;\x18\xC8\n\xBB\xD55\xC5\x00\xF3\x99\x1E;r\xF92\x90B\x06\xECE\xF6\xA3\x03-\x1BX\xDB\x03\x0E\xC6\xFE\x9B\x1CV%?\xDC\x1Ff\xFB\xF2\xCA\'\xD4\xFD\r\xEBY\n\xBD\xF8\xCA\xAB\fd\x16\xE4)\x0F\xAF\xD8\t\xBD\xE7\xA8\x021\x14\xFC\xB1\rD\x16W\b\xED\xCB\x04\xD7\xE5\x11&\xC9 y\xE1<\xEA\r\xF2%G\xB6\xE1<\xD0\xEB\n\xBA\x00I\x05\xD2\x16=\x02\xE9w\x1A\xC52\xA2\x17\xE4!a\x01\xDE\xF4\xD7\x96\xFEC\xEC\x01F%\xFDZ\xDBC\xE5\xF1i\xDD\xE8-\xC0\xDB\x10\xA9+\x1D\xF7\xB9Z\xDD\x0B\xBC\xF1\xCDL\xC3\x958\xF9\x19\xEF)\x121\xD7\xF3\x18\x97\xC5\xED\xB7"\xDA\t\xB9G\xE2"\xF4\xFF<\xD3\x11\xF12\xBE.Q\xCA\xDE3\x13\x9E\xD3\x1E\xF0*\xCE\x89\x1D\'\x07\xA8\xD3\xF9%?\xE2N\xC1;\xFF\xEA\x914\x02(\x13\xFE\xD9\b\xE4\xC9d\xA6\x06N\xB1\xFC[\xE6,\x0B5P\xE4\x9E.\xF0\x12\xAD\x03\xDA+\xB5P\x9E\x1B\xC4\x01\r\x1A\xF9"\xC0\xF4W\xE3\x0F\xB2\bL\x12\xF8\xC8@\xFEO\x1A\xB4\xF3\x00\x13\xF0\xD3\b\x17J\xF9\xD5\x1B\xA8^1!\x15\x00\xD5"\xF5\xDD\xC6\x1E8\xCE\x13\xFD\xD8\xF6\x10A\x1C\xFA\xD27N\xCB\x0E\xEB\x06\xFB\xE3HG\xE6\xEE\xB4q\b\xE9\x1A\xC6:\xF6\xC1\xEB\x018\xB9\xEE\x114\xEA\x06[\xCE\x9F#i\xB1,\xCC\xE6A\xB6\xEE\xE0\xF4\xB9D\xEA\f\xBF>\xE8\x03\x0E\xA4\xE0\xF1a\xAB\'\xBF\xFF\xC9a\x07\xE8\xF7\x19h\xC14\xD6&\t\xCE\xA37\x03\xD2=\xA8\xFB)\x02d"\xDF\xD4]\xE3!\xCE\x95\xDF\xC4/\r\xE74\xF9\xE0\x1F\xF3\x12\x06/\rH\xFB\xD0\xA1*W\xFC\x16-l\xF7(E\xB8 \xE8\x05T\xED\xDE\xA6!\xBD)\x8F\xE1\xF2\x1D@\xF6\xB7&[\xDB\x14+\xE1\x0EJ\xD0\xDC\x8E\n3\x17\xA5\x0B\x03\xF5o\x16\xFA\x1FD\xDA\x04\xC5\fS\xA5\xC1c\xDB\xC9\x1E\x04\x116\xF0\xE1\xB4\xCF\x86\xD8\xED\xC1\xFF\t<\xCA\x19\xD4\f0\x15>\xD8\xFC\x0BE\x01\xCA\xA8\x14\xEA\xFC\x10\xF2\xC5\xFE\x1D\xBC\xEF1\x13\xF2E\xB8\xFA,P\xD9)=\t\xD5\xAB\xF1\xB9\x19<\xED\xD6\x016\xFC\xEC\x98+\xC0q\xDA\b\x1EI\x0F:\x07\x19L\xD3\x15\xDD\xF9+\x80H\xF5\xE6\x00Q\xEE2\xB2$\x0F\xDFR-\xE2\xB2 M\x98\xF6b\x06\xB0\xE8\x1C\xFE\xCD\xE5\xF1\xC5\x1C\xB0\xBF\xE7L\x02*d\xFC\x97)F\x15\xE3#\x0BP\xF3\xE2\x17\xAE\xF8\xC5\x01\xF3%\xE3\xAE"\xF45\x94s\xF1\x03\xBA\x1F\xC7\xB0\x11\xCC\x17\xD5\xEAa\xFD\xD1\x049\x07\xD52\xE8@\xCB$\xD79\xC2q#\x07;\x13\xEA\xFF\xF3\x125\xC9\xE1\x11\xD0\x07\xDE\xB8\xF6\xCD\xB1\x19\xD3@\x00\xE9&T\xD4/\xEA\xBE\xFBZ\xCB\xE9\r\x93\xE3?\x12\xDA^\t:\xDFo\xF5\xBC\b8\x9C\x1E\xC0\xC4j\xEE\x02\r\xDC\x15\xFFT\xF6\x0E\xDE\xABJ\xD6\x9C.X\xDE$\x9E\xF8\x1E\xEAS\xF4!\x0Ek-<\x03\xF8\xB91\xCC\f<\x8D\x13e\xDA>\x11\x00.U\x05\x1C\xFD\xCE5\xE9\xFA$\x9D\x04\x1EI)\xF9\xE4\xF1J\xF7%\xA4\x19\xBE.\xAD\xE4\t\x9F)\xEC\x18\x02\xF5\r\xC9A\x05\xD2`\n\xBC/\xAA7\xC3\xFE\xEE\xA0\xE8\xDC\x12c\xA3\x1F\xFB\xF0\xE2\x04\xB2\x1E\b\xA2\xE0\xC1\xD6%\xED\xC3)\xA5\x18\xF0\xD3.\xE5\xFE\xAA\xDB\xC8\x193\x0B\x0F\xE3?\xD1\xFBQ\xF0\x1F\xC8D\xFC\xD12\xBA^\xE3 \xF9\xB5\x18\xEE=\xD8\x00\x16\xE5L\xD4\x1D\tR\xC3\'\xED\x07\xDAM\xBF\x1A7\xF7\xCD*\xEEH\x17\xF8\xB1E\x0B\xDFS\x02\xB9M\x0E\xC5<\xEE\x11U\x01\xB0\xD8'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xFE\xBAO\x07\xF3%;\xDA\xEFZ\x10\xE60\x18\xD0\xFDB\xE5\x06\xD4/\xFC\xE8\n\xD19\x11\xBF\x1E\xF9\x8C.\xE6\x06H\xB06\xE5\r/\xCB\x00i\x15\xD7\b$\xFD\xE74\xDC\fB\xF3\xBD)\xFD\xD9!?\xC0\x05\xD4\x13\x1E1\xDC\x16\xAE\xCA\xFF\x0B\xA3!\xCA\xB5\x01K\xEB\xBB%\xA4\x19\xBFP\xAD"f\x9F\x00\xF3\xDFB\t\xD8N\x11\xCD\xF4%\xFD\xD5\x18\xABA\xE3\xF3\xA1\xED;\xB0b\x15\xC0\x02\xA6\x1B\xD1T\b\xEDj\xAB\f\xEB1\xF5Y\xD1\xA0\xEEB\xE6h\x1B\xBEE\x03\xF8>\xDC\x93\x0B\xF6\x11V\xF2=\r\xDF\xC8\x17\xED&\xB2_\xCC(\xED\xFD\xBB\x1E\xDD\x13\xC1c\xED\xF8\x07\xBC\x1D*M\xC5\xE0\xF4\xCFJ(\xE9\xF90\xE3\x9B\x15\xC8\xF7\xDFK\x8D#\xE4\xF7]\x02\r\xD4+\xF6\xE11\xD6\x14(\xF1\x1Co,\xC9\xDC\x01\xEA)\xF6\x05?\xDA1\r\xE8\x02\xAC\x16\xDAO%9\xF0\xB6\x07"\xA5\x13\xC76\x9A\xF3\x19<\x02\x1F\x87\\G\xCD\x0F\x15\xF3)\n\xFA.\xE8\xB76\x16\xC3\x0E\x84f\xD9\xC5\xAF]\xDA\xCA8\xB9\xD4\x14\xDFm\x1D\xF3,J\xC9\xFA\x12\xE8\x1C\xD99\x0E\xBB\xFE\x05\xCB\xF9\xE2\xFF\x15[\xCD\xE0@\xD3\xEBc\xFC\xDF\xC5\xD5T\xE4\xCC\xEC\'\xFA7\xE8\x94j\xDE\xAF\x12\xF4\x06\xD9\xFER\xD4\xEE\xFA\x1E\xE3\x10@\xF8,\xF0K\b\xEA\xF7\x0F\xCB?\xDA\xFF\r9\xD4\x07\xC1\xF2\xB0#\xE0I\xA03\x19f\xAB\xD7\xE9\x1B\xF4S*\x0F\x04 C(\xEE\b\xBE*\f\xE5\xA7\x1DN\xD4\xFF\x19\xC6<[\xCD$\xAC\x1B.\x04\x896\xF3$\x02\xA1\x17\xE1\xAD#U\xBF5\xA7\xE8\x14\xB2$\xF0\xA1C&U\x13\xEC\xC8+\xF3\r\xB9\xEE\tF\'\x9A\x02\xBE\xFA\xAC\xE5\xBB\x14\xA4\xFE2\x17K\xFA\f\xC6\xF1\x06\xBD1!\xE4\x03\x9A\xF0G\xF8\xE9B\xDF\x13G\xCF\xBF\xEB\xD3p\x0E\xFE>\xD0\x03\'\xFCQ\x06\xC3d\xE1-\xF8\xDE\xFF\xD1\x07o\x16\xD6\xE7"\xCF/\xC3\xFB;\f\x17\xDC3N\xCE\xF7n\xE2\xB3\xF4\xDD\x96,]\xDCA\x0E\xEC\xF7I\xD5*\x15\xE1\x0B\xBB\xCA\'\x95\xFE\nV3\x07\'\xC7\xF4\xDB\x91\x18\xE1\xEF\xD5/\xF6\x18\xCF\x04\xB8\x196\x9A\xF7;\xAE\xFCX>\x03\xDC\x12\xF0\xE3w\xCA\xEC$\xF1\t\xD98\x0E!\xD0:\x12\xF7\xB4\x01$\xCC\xA5a\xB9\t\xFC\xC23X\x00\x10\xF1i\xE5\x19\xB2\xDE\xF9C\xBA\x1D\xEC/\x0Bc\xB4\x1DE\x9A\xE6K\x10]\xCA\xEA)\xE2\x1E\x02\xC2\x10\x87\xF4\x1EZ\xA8\xD4 \xB3H\x05\x90\x1A*\x00\xC8Q\x05\xE8Z\xCF7\x12\xE3\xFA\x17\xDA\x118\xEB\x1F\xDA\xA2\x1C;\xD9\xF8\xC4-\xF0\x1F\x9D\xE7\x136\x01G\xF6\xC4\x12\xFF\xCA\n"\xFB\xEE\xAB\tF\x0F\xBCM\xDB\xED(\xE2I\xB7\x005\x07.\xF8\xFF9\xC4Z\xE7\xB8\xF0\x9F\x1A\xFD\xC1\x1A\xEB\x9DO-?\xF3&\xCE\xAC{\x05\xEE\xD0\xB3#\x04I\xD4\x10Q\x04\xD8b\xCC\xAF\xE4\xD3&:\xDE\xEB=\xD7\xBD2\xDD\x1F\xFD\xD5\xF10\n\xCD7\x16\xF9\xCB\xEA\x19\xC0\xE7\x13\xD7\xE1\r\xF6\xD2\x15@&\xD6\xF2-\x06l\xD7\xFF\xC4\xB6\x07\xE5\x01@\xF6\x13,\xFBR\xE9\x17\xA59\xFF\xCA*\xF2\xFB\r"\x06X\xA0\xF1\x06v\xA9+\x01\x14>\xF5\xC3i\xA5\x17\xFAU\x94\x05\xD8*\rQ\xF4D\xA2b\x1E\xB21G\xFB\b\xE46\xAF\x0B\xC0\'\xF2\f \xED\\\x8E\x1A\xDE\xC7\xBAD\xE0\t6\xBE\f\xEC\xE2\xB7<\x1A\xA4M\xEF\xBC\x15\xFD.\xB8\x19\x0F\xF4[\xD0\x8D\xE7$8\x06\xB7\xE6#\xF2\xBEm=\x83\xDE\xD1\x02+\xC9\xF2\xE9#\xA6\xDDj\xBE\x12L\xE0\xE5F\xAE\x16\xE1\xD11\xF9)P\xE9\r \x9A\xF4\xCB\xDD(\xF5y\x15\b\xC3\xE1(\xD6>\xE7\x1D\xDA\xCE\xF9\xE4\xC5\xE0\b\x19R\x00\xDA\xEB\x1C\xD3A\x10\xE3\x1A\xEE\xFD%\x11\xB7\x1B\n=\xFE\x12\x04\xCB\x1D\xF5\x01\xCA!0\xF9\xCD\x038I\x10\xD8\xB4\b5\xFC\xD5g0\x00V\x1B\xFC\x97\xD7G\xEB5\x02\x10\xF9\xC7R\x0BH4\x1F@&\xEF\xB1\xF9\xCB\x12+`\xFE\xC82\x01\xB1\t\xC57e\xEB\xF8\xDDL\xD3\xBBV\xEE/\x99\xEA>\xF8\r\xDA_$\xA2\xF5\xC1\xFF\x15\xCE\xF1\xA9\x18\xE6\x10\xF0\xACC\xD00 \x00\xF7\xCE\xB5l\x921\xF0\xAD\x01\xEB\x9C\x04\xBBK1\rC\xBE\x9D\xF4\f\xA9\xDBX\x1F\xD3\xF7\xE5\xAA\x062\xC1\x93)\xE3;\f\xD8&^\b\xAB\x8B\x1A\xEF\xBE\xE7\th\xEB!CV\x04*\xC6\xB6$\xDA\x05\xC2\x0E\xE6\xADO\x14\x1E\xDC\b\xE3%\x14\xC0Y\xD5\x15\xFC\xDB\x1E\xD2\xE4\x035\xDFG\'\xF9\xE8J0\x13D \xD6Q\xEF\x14\x03\x1A\xF6\xB1\xFD\x15\xBD\xD4\x1BP\x05<\xFC.\x1B\xDD+\x9D\xE4\xC0\xDD\xF6=\bL\x16\xEA;\xF3d\xDD\n-\xF1:\xFD\x1A\xD0\xF7\xDE(\xF2\fm\xE9\xA1\xF6Z"\xEE\x19\xC3\x06\x15\xCC\x9B\xF2\xBA\xDD\xFF\xC9\x0E%\xFAt\xEA\xC73R\xE2\xF29\xE8\xE4\xC7\x13\xD3H\xB2\xC9\x02;\xFA\x0E\x1Db\xFE\xD0\xE2\xFA\xA2+\x19\xB9%\xCA\xA0\xE8\xC3F\xB7d7\x06D\xAB\xCC/\xC2\x07<\x11\xAF\xFC\xD5S\xB6\xEF\x01*\r\x05[\x19\x9FA\xE0\xB4\xCFB\xA4\x05\x1C\xCC\x0F\x00,"\xF5\xAA\xE0\x0E\xF7S\x13\xEF\xD21\xB3\xEC\x8D5 ^\xC9\x02\xD5\xF8A\x05\xFBY\xD5\f\x02\x93\xEC\x10\x1B\xE6:\x00\x17\xEF*\xDD\xC6\x0B?\xE4.\x1D|\xE0=\xD0\xED-\xE7\xF4\b1\xD9!\x0B\xDD\xED>\x9EN\xB7\xFF4k(\x06\xEA\xD8#\xA9\x07N\x17\xD8\x0B\xF2\xBC\x11\xEF\nU\xE3\x11\xED3\x18%\xF4\xE4,\xD9\xC8\xB9\xF9"\xE0L\xB5\xCF\x01h$\x8B\xF7\x0F\xD8\xA8\xFC\xC1\x1B\xAE:\xFD\xBE^\x11\xFF\xF1Y-\xB9$\xF7\n\xDF\xD7\xBA\xEE\x18\x99B/\xBCt\xF4\xC9\xE7&J\x00/\xDDG\xB34\x97 \xD2\xBC\xE0\xAD\x11T\x1E\xFCJ\x04a\xD6\x98\x0E\xF9\x1CD\xF2\xE92\x03\xC98\xEC$J\xF6\xD6\x0B\x14\xCC\x1D\xA9\xE5\xC1\x16\xFA\x02\xD6f\xC7\x1F\x1B\t>\xCE\x00\xC5\xFB\xE2\f \xFD<\xC0\x13\xCD\xAA\x1C\xE7%\xFD\xC5J\x01l\b8\xCD\xBE<\xF0\xA6)\x13\xF3\xC5W,\xE4\xA5\x13\xBD\xD2\x17^\xB5\t\x12\xE4\x04e&\xDEN\xEC;%J\x92\xCDE\xE5\x13\xEC7W\xE7\xF9\xDD\\\x1E\xF1\x14E\xDB\x91\x04\xF6\xE2i\x06\xFA\xD2\x0E\xF1\xDB\x1A\xF4\xA5(\xFA\xE9\x05\x16\xDF\n\xCF\xEA6\x02\t\xEC8\xD8\x07\x1FF\xDF\xFE\xF3@\xCE\x961\xEF\xBB\x89\xF7\x01\xD5\x07\xF5\xDF\f4\xB1\x06\xA4\xFD\xC8\xA3\x11%\xB2\n8\xD1\xB6\xED4W\xB1)\xED3B\xC1`,\x07:\xE5\x14\xD7\xEFN\x9C\xD4x2 \xB4H\xDB$\xB8\xCA\xFFQ\xF8(\xA2\xE8,\x1A\xDCU\xC7\xFE\x1ED-\x0F\xB3\xC7*n\x18\xEE!+M\xD2/\x02K\xEF,\xE4\xA1O\xFF+\x16\xD3\x0F\x1D\xDA\x9B\xF4\x16\xA6\xEB\xB5\xCDX\xC0\fA\x1D-\x01\xF6\xC1\xFD\xE2\x19\xA2\xF7\x16r\x10\xB0\xEE\xC6\x0EN\xBF\x05\xFA"\x0E\xE6\x07\xD0\xE2\\\x1B7\xE9\xFF\xBC\xFB\xDB\xC3\xF3\x18\xF3\xDB\x17\xC2\xD5\x04\xF5\x1B\xC5\b\xE1\xBDH\xFC\xC5\f$\xE1\xFEE\x11\xF9#0\xFF\xB2\xC6\x10\xE5\xAE>\x0E\xF0`\x00=\xD2\xF2*\xE2<\xDA\x02\x1D\xD4\xB0\xEDG\x957\xF3\x18\xC2\xFB\xEF\xDA\x11\xAA\xD4:`\x0F\xE3<\r\xB64\xFBo<\x0F\xE9[\xF8%\xF1\x02\xE8>X\x04\xD45\x1C\xD9\x03\x86\xED\xE2f\xDA\xF2&V\x1B\xD6.\xCB\xBC\x0B\xE83\x8F\b\x17a/\xF29h\x14\xE0(\xD7u\xAF>\x0B\x9ES"C\t\x1C\x9B\xF8\x03\xB3`\xE9\x1D\x8E\xCC!\xDC\xAE1\xD8\x9Em4\xAA\xCE\x1A\xEC\xB0x\xC7\xE7R=\xD1\x1B\xFA\t6\xCC\x03\xEB\x80\xF9\x13"M\xDC\x1D\xC4\xFD\xD1\xB8\xF9\x9C\xE4\x0B\xC5\xF6\xB9\x03\x11\xEB\xFF0\xCF\xF6\x03\xC9\xF1\xE6.\xCCQ&\xCF\x04@\xE1\x0B\xFE\xBCE\x12\xCD\x1F\f\xDC\x14\xF6.\xBE\xFB\'\n\xF6\xBB\x14\x07+G\xA1\x17\xBA\xDFF\x07R\xE1\xED\xA8\x04A\xF4P#\xEB\x13\xCC\x01 2\xFD?\x1D\xC8*\xDD K\xE3\xB8)Y\xDD\x06\x17\xEC\xD9\xAA&\x11\xF6T\xEB(\xF2\x05\xFB<\xED\xB9)\b\xE4L\x10\xF0\x942 \xDE\xAF\xF4\xC2\xE9\\\xFC\x11$\x95\xC58\xFE,\xCD\x11\xB1\xE44\fG\'P\xD8\xA9Z\xD0\xE5\xF2T\xA8\xC0\t\x196\xFB\x10\xAEH\xBF7\xFD\xFF\xF0\xD6\xC40\xA7\x19\xE0N\xC2\xE5\x1A\x00T\xD6\x8F9\xDD\x18\xD3O\x00\xEF_\xCE\x04!\xD5<\xEF3\xDB\x1D\xF4e\xBA\x1A\xF9\\\xD6\x03\xA6\xDF\xBF\xF0\x18\xE9\b\x0F\x9CD\x06\xF8\x13\xEA\xD8\x86\xED\xC5\x00#\xF4\xA3\x0F.Z\xB5F\x15\x03\xCE5\x98\x0B_\xAD\xCB@\xF1\xFD\x1F\xC8\x03B\xE4\xC4\x0E:\x1A1\xE1\f\xAC\xF7\xCF\x01\x15\t\xD4\xE5\f\xEC.\x1F\xC8\xF58\x07\xFC\xB5.\xF5&\xD9\x174\xD1d\xFFE!q\x15?\xD6\xE8`\x1F\xE0\x19\b\xE7\xFB\xDAd\xF5"\xD6+\xF8\x06#\xC1\x0Ee\xEA\xB2,\xFA\xA6(\xD8\xF7\x99\xFFQ,\xC0u\xE8\xB4@\xA3%K\xDD\x99\xFF\x14w\x1B\xD4?c\xE0\xC2M\x00\xB5\xEE\xE2%\xB1\xF2\x0B\xD0\xE1\xF72\n\xCB\xDE\xC5\xF5\x9C :\xBD\x0F\xEA\x00\x13\xEF8\xE0\x16\xE6\xA8/\t\xF3\x11\x1Cg\xEB\b\xBBE\xED\xC9\x15\x06\x1FJ\xF8.\xEE\x01\xC96\xBFG\xEE\xB4\xE6*\x8E\x01\x15\xCE:\xF9\x1E\xC4\f0\xCC8\xBD\x04*\x94\xB9\x18\xFBB?\x0Fq\xCC\xF0*\xAEC\xC9\xB8I\xA0\xD1Y\xF6C\xCE\xD9S\xC0\xDE\x01\xCC\x17U\x10\xDA%\xF3\xE4\x9E\x0E\xDE\xC0!U\xF3\x10\x05\xE2&\x0B\xCB\xF7\x10\xEC#\n\xA3\xE8W?\x01\x8C\x1B\xFA\xE7U\x1C\xEFO\x03\'\xAD\xFE\xD7\'\x02\xDFO\b\x1A1\xDC\x1E\xFD\x10\xBB%\x02\x19\xFB!\x9B6\xF2@\xAA\xE5\xFC5\xAF?\xD5\xFD4\xCC\x06\x13\xD7\xAE\x1C\xF8;\xD8\xFCW3\xC0\xD7S\xF22\xDD\x10\xD4\xF3_\xDE\x12B\xAC\xDB\x0F:\xC4\xE3\xF2\xB6\xEB6\xAB\x1D\xFC\xD2\xE3\xF8\x05v\xE7\t5\xDB\xED\xB43\xE4I\x0B\xD3-!\x04\xC3\x1C\ta\xBD#X\xEAF\xFC\xE3j+\xD0\xA0J \xAB\x06C\xE3\xB2\x18\x04\xBD*\xAB\x07\xEB,\xD6\t\xFF\xC8\xF9\xEA\xD3[\x13S\x07\x14\xE6\xC2\x0E\x93[\xEE\xA9&\xC7\xF2P\x97\x14k\xC9\x05\xEC\x15\xFD\xB7\xDFp\xEF\xD0\xF7\xE8\x03\x15\xF0\xB2\x1A\x929\xBD\xE9\f\xF0\xC4\x12\xDE\xF1\x1B\xFE(\xF8\xC9\x7F\x1D\xFC\x16\xB6O\xC2\xF0&k/ \xA2\x062\x1F\xCA\xF7ZD\xF3<)\x16\xBF@\xD7\x1C\xFB+\xE2\f\xF7)\xAE\xC4Q\xF5\x129\x8B0\x0FI\xA5\xDB\x0B0\xD3\xF4\n\x01\x18O2\x02\xE8.\xCFh\xA06\xD3@\xF0\xE5H\xCB"\xF75\x9D\x16\xE1\xB3\x0BE\xFC\xBD\xE1\x9F0\xD4\x03!\xD9\xCA\t3\x00\x0F\xB1\xCE\x04\xBFL\xD4?\xDD\x1C\'\xE7\t\xD7\xFA"\xE0\xC7(=\xFA\xC1\x1FS(\xCA\xDB\xF9\xB7_\x16\xF7\xBC\n\xEA\x11\xDF\x07\x98\x0E\xD8:\x01\xE4\r\xD2?\x04\xF3\xD8\x1A\xED\xDEA\xFF\x17\xBA\xEC\xAC\x12\xFD\xEA\xDF\xF5R\xE5F7 \xF1\xA1\x10\x02]\xCF\x96D\xC0O\x00\xB6\x1A\xF5\xCFq\xE5\x04\xDE\xEDE\xA4"\xE3\xD5\x97=\x1EL\x00\xB8V!\xFB0\xBB\xF2\xA5e\x1B\xFC\xE9S\xBF9\xCCW)\x0E\xF0m%\x0B\xE3/I\xB4g\x9C#\x16\xEC\xD9\xFE\x18\xE81\xF9\xEF\r\xFF+\xF1\x16\xE9_3\xED\x12\xFF\xA28\x0E\xB2\xFD\x12<\x05)\r\xFC\xCA\xD9%\xF3\x16\xC5\xEA_\'\x14\x06\xDB%\xB0\xCA\x12#\xFF\x0E\x90\xF9\xB0\xD8\xC6\xFA;U\xC3\xF8\x1D\xD3\f\xC9\xF9\xA6\t\xB6g\xCB"\xBE\xAC5\xD9\x1A\xAF\xCA\r\x05\x88\xD6K\xBA$\x17\xC6a0\xD0\xEB\xF4\xC6P\xED-\xE5\xA7F\xD19\xAD\x00\xE1\xD0L\xC3\xEEF-\xF7\x8A\xDC1\xE6\x17.M\xE8\x06\x98\xD1\x1A\x02\xEF\';\x051W)\xF59\xE0\x05N\x13\xE1j\xF8A\xE47\xDC\xF9 \n@\xE9\xF3\xD8\xF8\b\x1E\xB9y\x1A\xDF\xB2\x07\x142\xFA\x04\xDD\x1C\x0B\xF7<\x19\xFA4\x03\xE0\nc\xEFL\x04\xC6\xF6\x11\x1C*\xDE\xF4\x0F\xA7A\xE4\xB7\xF1\xDE\xC1\xD2\x15\r\x91\xD6?\xEA\xC4\x1E\x03\xD2#Q\x96-\xC3\xE1\x03\xCER)\x97\xE6K\xDB\x0F\xA0\x01C\xF2Z\xC2\r\xEE)N\xC9\xA0\xEB\xB8\r\x95\xD5\x18\xBC\x1D\xD1\xB5"B\xCD\xA8\x01\xBCc7\xE9P\xD9\x13\xFEI\x1C\x03\xE7C\xEE&\x00\xF5+\n\x9E\xED\xBB\x11\xF3\xFE\x18i\xF0\xA72\xFB\f\x19\xC1\x003\xF7&7\xD6\x1F\xCE\xE2\x90p\xBA\xF4\x11,V!\xE6s\xF5I\xEA>\xFD\x12\xF5\xDAY\xE6@\xD5\xFB!\xC9\x07\xBF-\xCE\x88\x0Fb\xAE\xFC\xC7R\xB9\x19\xCDX\xFBI0\t\xC8\xEA\xD3\r:\x1E\x13\xB6\xE0A,\xEF\xAD\xCC\t\xE9\xBC\x10\xFE:\x17"\xE7\xD25\x05\xD7\xFE\xC6\'\x10\xCC\xAA\x07\xE2+\xA3\r\x073\xF0\x14\n\xB11\x18\xF6r"\xEB5\xF3$\xDA2\x1D\xE5\x06\xAD7\xD6%\xDE\xA9>X(\xB0\xF7\xDB\xC8d\xEB\xD1\x04\\\x15\xE3J\xFBf\xA7*\xF6\xDA\x02D\xFB\xAF\xE2\xF1A\b\xDC2\x00"6\xC3j\xEC5\xDB \xC7\x9EK\xE0\xEE\xFF\x95\xE6\t\xFB\xD5\xBF\x17\x04\xA4\xF7k\xDD\xF1\x0F\xE7\x18\xF5\x02\x14\xE2\xBC\x06\xE7E\xFE\b$\xA3\xF8\xD7<#\xC4\x1B\xDC\xED\bM\xB1\xC6\n\x15\x1Fe\xBE\x17\xA6\xEC\xB6[\xF0\xD7\xF9\x19\xCD\x00\xB3\xFDn\xF6)\x04\xCFW8\xDB\x1A\xB5S\xE2;M\x0B\xD2\x12\'>\xFF\xC2\xB4s\xCE4\xFA!L\x17\x99+\xF3M\x10\x1F\xB5\x0B\xF1\x85\x03/A\xCA\xE6$^\xEE\x8F;\xCD\x0E-P\xFB\x1C\xE1\x13\x98L\t&\xB1+\x0F\xEA\x19\xD8=\x1E\xBA\x10\xC8E\'\x01\x0E\xCB\xE8\xEF\xBCE\xC8\x8E\x1FO\f\xEC\x1C\x9C\xF0\xD7\xC5\x015\xD0\xBA\xE48\xC7\xE9\xFFS\xD2\x11\xF5\xB8\x18\xFC\x10\xD5/\xDF\xF8\x01\xE6\xF4\xD4:\xC4\fC\x02\xBC\xE8\xDFU\xE3\xCEC\xBF\xAC\x0E\xE7\xF3+\x05\xEF\xA8\xF5/\x9B\xFD".\x02\xFA\xEA\xDA2\xF8*\xDCA\b\x10V\xE0\xEE\x0F\x1B\xD9\x02p\x16\xDD3(\xE5`\xD77\x9F\xF2>\x05\xC2\'I\xB5"\x9D\x05)\xF5\xCF/\x16=\xF6\x10W\x062\xF0\x01a\xFB\xA1N\xE1\x15\xD1h\x1D\xDC\x13\\\xAC\xE2\x1Ba\b\xD0\xA8\x04\xC6^\xB6-\xF6\xA8#b\xFB\xAD,\xF5\x94G\xBE\xFA\xAA\n \x01\xE1X\xB4\x1C\xEA\x12\xD9\t^\x15\xDE\xEAg\xAA\xDB\xEF \xA3\xD3\xF8\x92!\xDE\x15\xC64\xD5 \xFE\xB89\xE9\x06\xC1@\xF4\xD4\r7\xB9\xF2\x16H\xE4#\xFD\xE8\x19\xD2>\x05\xC3\xE9D\n\xD0#\xEC\x06\x1C\xCDD\xEE\xC0)\r\xCF\xFAP\xA71\xEF\xC8\xFE@\xBA\x1E\xFB\nP\xC6\x00.'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('%\xE9\xAC?\xF2\x03\xC0\x14_\xDA!\xFF\x11\xCE(\xF6\xAB\t-\xCE\xF7H\x0E\xB8\xF3\x175\x01\xBC\x1F\xF9C\xB4\x019\x11\xABU\xFD\xDEH\xBF\xF1V*\x0E\xDC=\xF1\x07\x1E\xD0,\x0B\xE3\xC2@\xF8\x17\xCF2\xB2\x10\xE5\xC0\x13\x07d\xDC5$\xF8\xEA\xAEM\xEF\xA2@\xDD\x18:\xE6]\x1B\x9E\xDF%\xD2V\xDD\x93\xCDK\xE4\f\xD3+\xDD\xF4\xC8\xE8\x1D\xCF\x0B&\x13\x01\xD6\xAB\xFC\xC8.\xA1]\xE7\xB7\xFDW\xF3"\x06\x94\xE7k\x04\xF1#[H\xF7*\xCC\x1B\xE6\x80\xD1:\r\xC8/\x04k\xEB\xB9\x00\xD6\xC1\x05\xEE:\xFF\b/\xFC\xEB\x10)\xF1\xA3\x1A\xECi"\b->\xB7\xF6\xE7\x8E;\xEB\x1Ck\xE5\x15\x02\xD7\xF9B\x18\xA46\xD3\x11P)\xBC\xDF;\xFB\xC8\xE0\x9F\xD6\xFD\xB4\x12U\x07*\xFC\x1C\xE4\xBF\xF8\r P\xF2\x14\'\xB3O\xE8\xC3\xA9!q\x06\xD87T\x05\xC4\x14\x9A\xD7\xFF\xEF\x15o2\xCA \b\xB9\xF6\x0BH\xC0"\x0E\xC7\xDD\xEC\x01\xB4\xDB\xEF\xFD\f\x1E\xD4\xA0\t\x046S\x0B\xF4D\x00\xDE\xBA\xF1\xD8E\x15\xD33\x99\xCB@\xE1\xFA\x0F\xD7\x1E\x14\xF8?\xB6\x19\xC5\xF7\xB2\xE12\xFBG\xBDO\xE1\xA5\x05\xDB\xFER\xE0@\xD1(\xED\xAE7\xF2/s\x13\'H\x1A3\xCB\xABC\xED\x18N\x19\xEE"\xC2/\xEC\xC9 ?\x93]\b\xAE$\xE7\xFD\x06,\xA7m2\xCA\xF3Z\xE0\xCF\xF0\xE5C\x0F\x00%\xCF\f\xE7\xF54\x0E\xC5*\x1A\xB0\xF4\x10-\x9B\xFF\x1B\xE1T\xFE\x8D\x05\xCE\xE5\xF8\xC1\b\xE3T\x12\xF8.\xE4\xCD\xAE\xE5\x14\xDB\xA3p\xF7\x13\xE6-\xFF\xF4\x97P(\xCB\x101\x9A\n\xBE\xF2 i2\xB0\x12\xD8\xFB=\x15\xAC\xE6?\xF7$\x14\xE8\n\xCF\x1C\xFC\x0E\x17\xBFI0\xC7_\x18\xF8\xAD\xDB\xE9\x0E\xF9Y\x05\xD9\x95<\xED\x18\xB8\x044\xFD\xD3\r2\xF9\x16\xE2\'\xD9\x03\xC1\x16\xFA\xAD\x1B\xFF\xF7\xDBG,\xE2\xD7\f\x00N,\x06\xB5\xCD\xFA(\xC2\x05K\xD4;\xBC\xF67\xC7\xEE\x8F\xE3\xF7\x10\xB4\x01D\xD1\x1E<\xC2\x17\xB2B\xE5\x1E\x7F\xC1+\xFA`#\xE8E\'\xEC\xDAB\x9D9\xEF\x12"\xE45\x07E\xBB\xE8U\xCE\x18\xB2\xFC9\xC1\xEC\x86\xF4\xCE\x1F;\x0Bl\x1A\xEF\xA7\xFC\x1F\xDDM\xAF+\\\x06>\xD0\x1D\xDD\b\xA1)\xEDP\x06\xF3\xCD&\xFE\x14\xF5\t\xD5\xAA\x11\xC9\xDC\x99Z\x02\xC7!\xFE\xD1\t[\xA8\xCE\xF4\xDD\xEF\xD69&\r\xEE\x05Y\xCD\x1BB\xE1\x17X\xE7\xE2\xF3\x9C\xDB.\xE3\r`\xF0\x03\x12\xE8\xD8!\xFF\x92S\xF18\xE7\x10\xB9\x00\xE0\x1C5\xEB\xA7\xC8\xE05\x03\xE4>\xF3\n\x1A\xF6\xB6\x10\xE6h\xB21\xE8\x01K)\fl\x1F\x03\xA5\xC53\xE6\x8B\x0F\xF8%\x03\xBF4\x0B\xBA\x174\xCEQ\x02\xB8\xC8\x19\x88&\xFA\xB76\x14\xE9\'\xFB\xCAd\xD9\xF7/\x97b\xD7\x0BU,F\xB6\x1CS(\xFF\xC0;\xE2-G\xF1\x17\xF6\xC5\x1C\xF9\xB9\x18\x9C\xC4\xF9\x12\xE1_\xFB\x1D)\xF1\xD5\xB3p\xD9\xFC\xAB%\x05\xFE\xEA\x12!\xF8,D\xD2\x0B\xDFG\xF4\xC2\xD6\f1\xBD\x16"\tG\xC5\x12\xFA\xBA\x02\x11\xEF\xFB\xCD\xEB\xA2\xD8m\x12\xCE\x07\xA5\xD6)\x0B\xDFR\xD76\xEC?\xD20\xB3\xF3>\xD3\xBB\xDDR:\t\xEB\x13I\xF0[\xD5@\xC5\xB19\xD7\xED\xE45\xFFW\xCC\x1B\x05n\xAF\xE0\x04C\xAA\xD2\xF0\xE6(=\xF2\xDE\xD2\x9A%\x0B\x15\xF80\xB1\xEF"\xFBT\xBD\x01@\x90%\x04\x10\xE2\xFE\bN\xEA\x19\x02\x0BI\x15\xFD\xC6/\x96!\xC9-\xE5\xA9\x1D\xF5\x0Bc\x95\b\x14\xC0\xAD\xF0\x11\xA1+\xF9J\x1E\xF4\xEA\xFCV\x19\x03\xCE\xA5!L\x189c\xDB\xC1@\x1D\x03\xE74\xDD\x1B7\xE4\xCD\x14\xEF\xC1\xAEd\xF4\x16\xDD%\xCC\x8F.\xEB\xAB\x06\xE5\x19\xF5\x00\xE3\x10\xFB\x0FJ\xED(\xE0\xFDG\xF3j\x1F/\xE6@\xDD\xED\xD0\x10\x9A;\xDC&\xB07\fo\xE9\x07\xC4\xE6\xF5\x06M\xE2\xCC\fG\x86\xC6\xF7\x0F\xEC]\xFC3I \xCB+\xA6\xBE7\xFBz\xD9\xF6#\xCFd\xBAB\xD3Q\xB3\xC2-\xDB\xCE\x04\xBD\x1C\xCB%\xDC\x04\xD3\xFC\n\xB8#\xFF\xC3.\x07\xC9\x0F\xE3\xBF\xFE\xD9\xF8\xB4/\xFF\xAA3\xB7\xFD(\xF4\xD5\x15g\x06\xAA!\xB7\b\xD4\xF7\xE7\x0B\xD9W\x04\x0E\xE5\x1E\xC0?\x114\xF0\'\xDC\x057\xF9e\x06\x9E\x17Y5\xE8\x0F\xA4\xF9\xBAM\x1A\xC8]8\x15Q\xE6 g\xF7E\xF1,\x1D\x13D#\xD7\x0F\x1E\xF0\x13\x94V\xBE\x00%\xF0\xD7L.\xDE\xA3\x19\x01B\xEF\x1C\xF7F\xB1\xEF\t\x00\xE0\x9E\xFB\f\x16\xA4\xEC\x1B\xE7 =\xF2\xF9\xAE\xD6+>\n\xEB6\x98\xF5\x03\xE2\xA7\xF1\xD7\xB9\xFF\xA3\x16\xD0[\x8E\xC9\xE1\xF1Z\xCD\xE9v\xD8\t8\xEA0\xE3A\xCB\xFE\x13\xF2u)\xBA5\x98\xC6\xE1\xD1\x15O)\xC9[\xB8G\xE7\xC7a+\xBD\xD3\xFE\xBB\xE1\x13L\x00\xF0W\xE2\x15(\xDA\x0E0\xD4\xFB\fA\x1A\xEC3\xDA\b9\xEC\x04\f\x8C:\x01*\xC2?\xE0\x19\xFA\xA6\x10\xB9\x1C:\xE7\xC3\f\xCF\xE3\x11\xFC#<\x001\xA1\xD6\xEA\x1D\x14\xD5\x01"\xF3\n\xE0G\r2\xCB#\b\xC6\x1A\xB4\xCE\xFE\xC3v\xEE\x1C\xB5Y+\x04\xCCO\r$\xE6\xB8\xFB)L\x1B\xBA\xFA\x17\xA8\xF6\x03\xC8!\xD2X\n\xF6\x98\x05$D\xFAS\xD7\x07c\xEB\xBB\f\xF4\xFC7\x06\xF6-<\xB0\xD1\xFD5\x1A\xA6\xF0r\xEA\x97C\xDD\xF7 :\x06\xAE\xE4H\xCA#\xE9\x94\xE0\xF9\xAE\xC4\x00\x1AT\xD2\xF5\xDB\xE6\b\xD4P\x0E\'\xB4F\xF3\x02\xDE-O\xDA\xB2\xED\x1D\xA4\xF3.\xAD\x19\xDC&h\xE3\xADP\xC0\xEE\xDEJ\x11Y\x93\xF8\xDE\x04*\xD8\xFC\r/a\xA1\x11\xF2@\xFC\x14\t\xF5\xBF\x12=.\xEFw@\xDE\xA9\x10\xC03"B\xF20\xE4\xEDf\xDA3\x17\xC0\xEE\xD0\x164\x01\xC8=\x14\xE5\xCB\xF9D\x05\xC5\x16 \xCF\r\x8E\x1C\x07\xC3\xED\x18\xC3N\x1D\xB6\x148\xBE\xEE\x02\xE7\xD9#\xD1,\xA0\xDC8\xFF`\xD7\x05 \xCF\x13\xF30\xEA\x05j\xA1\x12\xB6\xCA\x1B\x99\xFD\x12\xE8\xA2^&\xFB\rh\xE0\n\'\xB9\x02N\x0E\xD4\x99\xEF<\x00\xDC)q\xFB\xE50\xF7\xDA\x106\xD0\xF4\\\xE4\xD3\x18)\xC9I\n\xBE\xEC\x02T\x1E\xD0\xF1\x19\xBA\xE3\xFC\x9B\n\x1FH\xFD\xCD\xEE\x00\xD9X\x046\xC3\t\xCE\x1F\x00\xE4?\xA6\xBE\xEA\xF8\xD8`\xF05"\xE8,\x10\xB6L\xEA\xF5\x137\xCD\xAC$E\xFC\xE8\x9E\n\x01%\xA7R\x07\xB6\xF9d\x1B\xE1E\xC6\xAF\xE7)\xA3\x0EM(9\xD8\xC8\xB1\xDF*\x19K\xF9$\xDF\xF3D)\xF8;\xB7\b\xCB\xF2 .E\x92\x1E\xDF\xBF\xA9\xFF\\\xF7\xD60\t\xA8\xBE\xD8\x04S\f\xBBY\xDC"F\xC6\xF8=\xF0\xE0\x144\x8C\xF41\x16\f\xF95\bD\xF6\xEB\xC3\x03\xEE[\xF8=\t\xBE\xE89\xA6\r\x17\xD5\xACU\xEF\xD9\x1BL\x0F\xD4\xFF\x17\xCA\x10\xFB\t?\x18\xC7\xE4\x1E\xFC\xCAZ&A\xF0\x16\xE8\x00\xBC\x170\xEC\xB2\x1B\x0F\xCD\xFFC\xEB\xDA\x05\xB3\xD2\xEFo\xDE\x00\xCA\xD6e\xAD\x18,\x10\xE6\x16\x97!\xD4\x06\xC7t\xBA\xEB\x02\xE1\x13-\x8A\xF74\\\xAE\x06\xE4M1\xD0\xF1\xDB\x05G\xA0:\x18\xE7\xFF\x1D\xE0\x9D,\xD1\x07\xF6\xD3\x03\xE2U\xDB+\x96\x1F\xC4\'\x11>\xFE%\x9B\x1C\xBC.\x13"\xFD\xDFF\xBC\x01\xCFb\xF6.\x13\xEF\xFD1I#\x0B\xC3g\x04\xDE\xE7\xC1\xEF<\xF6\xB5\xE9 p\xB3&\x12\xC0\xF2\xDE\x0E\xB3\xF8\xC6h\xF4;A\xAAj\x127\xFD\xBC\xF5n\f\xD3\xFBX\xE6\xC2H\xD7\x0FR\xEE\xE4=\n\xD2\xF4\xA5&5\xED\xDD\xB5N\xE2\x1D\xCD\xF7\x956\xD1\xFD\xBA&\x14\x0B$\xDBV(\x02\x91\r\xF80\xECc\x03+\xCFR4\x07\x10\xB0\x1B\xE1\xEF&\xCA\x88!\t3\xE3\x02J\xF1\xA4\x1D\n\xF4\xE96\xF8\xB2\x05\x90\xC82U\x0E\xDB\xFBE\x0B\x02<\xA0)\xD9\x06\xE7\x1A\xF3>\xECF\xCD\xFA\x9F\x1A\xD1\xC4\x14E\xE2\xC9\x00\xD4\xAF\x0BB\x97\xED"\xD5?\xDE\x03\x18\xBF\f\xF9\xE8H\xEF\xD1\xAC\x1A\xB8/\xDF\xCD*\xAE\x17\x01\xC7)\x1A_\xFA\xEB\x1E\x05\xC2\x1A\xAB\xC9 \xF9\xC1\x0EV\x15\xB5P\xD8\x0F\x1D\xAF1y\x038\f\xFD\xEE\xD8\x1C6P\xE8"\xF9\xDA\x1A\x01\xBF\xE9\xFB\'\xC9/\xFFQ>\xD9\x15\xC5[\x10\xE9:\x07\x13f\xFA%\xD3x\xF3\x13C\xE8\x07\xC7\xE0!\xFC\x15\xE5\x0B\xD3\x9A!@\xE8\xB5\xEF\xDE\x87\b\xED\'\xDAb\r\xEBA\xAC\n\xCD!\x9E\xD3\xEB(\xDA!N\x13\xBC:\xA9\xC8\xFC\xD5N\x0F\xED\x02-\xC3\xEA\x95\xFD9\xE6\x17\xCE\xDE\xF6\x1B3\xC2\xDC\x1F\xAA6\x1A\xED:\xDAx\xF7\xC4\xEEJ\xDC\xF5\x18.\x02Z5\xD4\xC0E\xF4\xFE\xC6,\xE2\xF7\xD81\x01>\x13\xF8\xC3\r\x90\xFA\xE8\xFE\xD8\xE4F\x03"\xE6\xC1\xCFa\x18\x12\xDDu\xD1\x04*\xA6\tK\x11\x97\x06\xFD\xB5*\x01\xD5\xF5W\x04\xCC\xA4$\x013\x0F\xFD\xACT\xD8\x10\x94\xF9\x15\xE72\xAF\x1AJ\xB7\x1E\x11W\xBC\xF1\xDE`\xB5\x06H.\xCB;$a\x1B\xF00\x8F\xF63$\xA5\xFA=\x06!\xF6\xB6\x1E\xF0\x00-\xC8\xEDW;\xE5\xF0e\x11\xBF\'\xB0\x12\xF1O\x19\xB2\xE4(\x06\xCC:\xC4\xE3$n\x02\x1F\xE0\t\xD6\x029\x84\xE9\x18\xC8\x0B%\xE64\xEE\xDE\x19\x04\xCB\b\x10\xB8\xDC\x15\x06I\xFF\xD8\xF1\xB9\xCB,\x0F\xE1A\xD6b\xBA\xFB\xE1\xD5\x17\x0B\xC9G\x9A\xFD\xE3\nA-\xDF\xCF=\xC1i\xF0\x1D\xFA\nB\xF0\xCC\xB9\x0F\xA2X\xED\xCA\xF3\x07(N\xFAD\xA3\x17\xD0\xFE\xAB^\xBD\xEB\xA0\xF9>\xCFh\xEB\xB4\xE1\x1BT\xE8H\xA3\xEDV\xC4\x14\xE76\x1C\'D\xA5#\xF8\xDB\x1D2M\xD2\xEA\xBD\xFC\b\xEC\x15\xD6\x9F1\xEA\xB2\x17\xFF\xDBO\xF5>\xFB.\x16|\xDB\xFE\xB0\xE4\xD6\x03\xF4U\x11 \xF6\xE51R\xE1(\xFE\x1E\xC7\x128\t\'\x02\xD6\x19\xFB4\x07\x9C\xF5\r\xAF\x02\xF1\xBF\x009\x0E\xEC\xC5\xF4\x19\x01\x1F\x8D^\xF6#\f\x01P\xDC)L\xA5\x07+\xE9\xD0#\xBD\xE5\x93!\xCF3\x11\x1D8\xC6\xB6A\xD6,\x0B\x02\x13\xC3\xF1\x0B\xA6+\xF9\xD2\x9A\xC1\xF52\n\xB3\xDC%\xFFM\xCC\xDAm\x13\xCFS\xE3\xB0\x05&\xA8\xDDY7\x0F\xD9/\xADC\xE5\xBD\x11\xF6\xD3\x1F8\xC2\x1A\x00\xDD\x12G\xF8\rA\xEF\xBDc\xEA\'\xE1\b\xED\x8CJ\xD3\xB2 Y\xD6F\xE3\xF2[A\x15\xDF^\xC7C\xF2\xD0\x18-\xEE<\x07\xE8*\xF5/\xD6@p\x15\xF9\xB6\xCB\xE7F\xC3\xFE\xCE\xF2\x1B^\xC8\xFD\xEC\xE2\x11\x9Bf\b\xB15\x04\xC4\xE0*\t\xFD\x9B\x0E\xF71\xFE\xCC\x17M\xF67\xE8\x06\xBC5\x0E\x00\xE9#\xAC\xFE\x0F\x1F\xE9h\xBD\xE2\xA5 \xC4\xFB\x92\x1A\xBB\x11\xFC\xCE\xEF4\n\'\xF4\x05\x16\xDF&9\x03\x98\t>\xB8Q\xF40\xC9\xEF&\xD3\xEA^\x17\xA7\xF5\xDAM\xCE\x1Aj\xBE9\xDF\x19\xDD\x00\x96\x17\xFB"\xAF\xDA\xCC\x05\xEF+\xE3\x8A\xFA:\x05\x0F\xF7Y\x15\xDEI\n]\xE9!\x9E\x03\xE3J\xD5\x91\x1E\xECy\r\xB6\xE92\xDB\x16&\x03\xD7\xFB?\xE2O\xF6\x1E\xB7\xFFF\xC9\x1F4\x02\xDD\xAA#\x05\xF3\xAC\x0B,\xCCl\xED\xC6Q\x1C1t\xBE>\xD5S\x15\xB1(\xD75\x00\xB51\xD3\xEE\x01\xC5\xDDQ,\xC2\x14\xFFT\xBE1\xA6\xF6J\xD4!\xF0i\xA7\xCE\r\x1D\xAD\x16\xFE\xA0\x0F\xDC-\xED\x12\xE5\xB1B\xF2\xEA\x12\xD4D`\xF2\xE5<\x10\'\xDF\t\xF5\x9D\x10\xF8\x19\t\xCB\x01\xF0\xC5L\xE7\xCC\xF3A\x1E\xAA(8\xF4\f\x1B\xAC\xED;\f\xFA\xDA\b\xCB\x14\xFC\xC2\x0F\xE6\xF95W\xEB\xBD+\t\xC7U=\xD1\x04q&\n\xC3\x16R\xFA+\xB5\xC8"\xB9\xD8\xF7\xA6\x01D\xEA\xD3I\xDD\xB3\xE85"\xDF\t\x19\x9C$\r\x04\xE4\xF9\xCD\x16\xB5>\xD3\xF8\xDF#\xCE\xE5?$Z\xE3*C\xB1\x01\x1A\xC5\xDF\x05E\xD96\xE7\xF1#\xFB\x92\xBC\xF7\xD5\xFE/\x9C\xCA\xE6\b\xFC\x12E\x04N\xD0\x16,\xC0\xFD"\x03)M\xF5\xA4]?\xFB\xEEe\xDB\xC0O\x10k\x06\xE3\xFD_\b2\xB7e\x19\xEF\xAF\x00\xF3\x9D\x070\xD2J(\x8B\xF2!\xF9\xCF\x12\xAF\x07\xE2\x188\xEBW\x1D\xE09\x0Ea \xEA/\x9D\x1B\xEC3\xB5\xE3\x0E9\xA9\xEE\x12\xC1\xFE\xD9\x0F\xBB\xD02\x14\xB0.\xEC\xA0\xD70\xEF\x98%\xC5\x16\xF3\xA0\x04\x10\xC18\xD5\x17Q\xDE\xF5\xED\t\x14t\x00\x89K\x1Ce\xC21G\xCA\x11\xA8\x05\xF0\xBC\x01\xD9\xF4V\xD1\xE0\n\xC4\xFA]\xF1\x1BU\xCA\xE2g\xD20\x1D\xE9\'\x02\xE2\b\xF6\x1B\xFE#B\xBE\x1EK\xDA\xEBF\xFE\xD7K.\xE0\x1F\f\xEA\xC8#\xBB;\x96\xD5\xE4\xC6,\xEC\xDE\xF7\x00\xD5\x0B\xF5\xDC,I\xD0%A\x18\xAB\xB6\x01\xF4i$\xDA\f\x91\xD5\x06/\xFA\x19\x99\x07E\xF7\xAA<\xC5T\xD4:\xC9\xE0\xF5\f\x01\xCC\x12\x046\xBE\x1D\xE9\xCA\xFBB\xB7m\xFA\x03\x11X\xFC2\x1B@\x06\r\xBB<\'\xEE\x95_"\xFB\xB6\x0B\xE5\xF9\xC6.&>\x16\xA97\xFF\x1E@\xF7\xE9\xB1\x0B;\xF2\xE3\xC8\x14q\xF0 \x87\xE8K\x04\x13\xABX\xE6\xF2,\xA5\xE2\r\'\xF7Z\x90\x05\xF11\xA8\xE4\x1C\xCB\xE9\f\xF6\xAE\xD2\x18V\xA7\x12\x1E\xE4\x02\xC4\xE9\x1A\\\x99\x13O\xED\xE6\x0E\xC0\xEE\xCE\xE7\xBA+\xC5I \xDB\xBD&S\x04\xB4\xDD\n\xFD\x11(\xB4\xEF-\xD2\x19:\xB3R\xF9\xD1s\xAD\x07\xDB\x1B\xCF$\x0E\xD7H+\xB3\xDC$\xBFI\xF0\xFC\xDA\xE9\xCCJ\xB87\x0FC\xD9\xF26\x00\xDE\n\xFC\xD4K-\x07R\x12\xE1\x02\x10\xF0_\xFE\x11\xD4\xEC6\x1A\xCD1\xD9\xF7\t\xC2n\xFA\xDC%\xC4\t\x1FA\xF0\xC5<\x10\xECP\xE1\xC1<\xFF\xF4\bg7\x00\xE1"-\x044\xF9\x07*\xD2\xFD\xAA0\x06\xBF\xD2$\xB2\x8E\x1E\xDE\xF8\x19\xA0\xF2r\xD26\x9E\xCB\xE6A\xA8\xFA#M\xE6\xBB_@\xE2\x1D5\x94\x07\xFE\xEC\x15\xD9\x00\xE7\x170\xFD\xBA*\x02\x15\xEA\x9C\xD1\x17\xEE\xA3\x13T\xC9\x9Bf\xC0\x16\xF0\xDCl\xF5\x15\xCA\xEC\x1Dd\xF6C4g\x02\xB4B\xD7\xFC#\xB0\x1A\xF9*\t\x18.\xC5\x01\x8D\xF4\x05\x15\xA7\xFF\xD5\x0E\xE7G\xCEc\x833\xB8$\xF5\xA1\xD5C\xF3\xAA`\xF8!M.\xC6\xFA\xD7\x07\xEB\x0E\x1D\xE2\xADO\r\x9F\x1F\xE0Q)\x0E\xA2\xE6\x16\xEE\x10\xC9\xE8)\f\xC3=\xEA\x06\xD8P\xB7\xF3\xDFb\x0F\xD6=!\xED\xCA&N\xF2\xBC\x18+\xF6\xE1\rO\xCD\x05^\xE4\x1D\t\xCA2\xDD\x0E\xB9\x03\xE4D\x1F\xB48\xF6\xD1?\xFE%\xC7\xEA=\x03\xB7\xFA\xDA;\x02\xC6'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x16\xAB<\xEC\fP\xC9\x14\xE7V\x1D\xBB\f\xE1M\x19\xEC\xB8I\xFC+\xC3\xEE H\xD1\x10\xEA\xA6#\xF9\x11\xD4J\xB8\xFC&\xE1\x11\xC71\xE6\xF9B\n\xEDT\xDD#\x14\xF2\xD2\x06\'\xE3\xFD\x8E\x1B\xE8+\xB9\xF6\xDD*\xD9R\xFA\xD3"\x00\xF4,\xA6\x03\xD1\xF5;\xFD\xA8\xCE\'\x0B\xDC\x17\xAAh\x04\xDD\xF9\xB20W\x03:\xBD\xE5-\x1C\b\xECC\xA7X\xF0\xFFh\xA4\xCD\x13\xBA-\x00\xC6F\x851e\xBD\x17B3\xD6\n\xFF<\x18j\x07\x03&\xB91\x9C\xE1\xBC?\xDB\x10\xEBG"\xD83\xF3\x00;\xC9\xF4\xE5\x0E7\x9D\x18\n\xC3\xF3\xDC\xCCa\xEF\x01\x9E\xDA1\xCE\x02\x1D\xD7\xB7\x17#\xDA4\xF6\x95\x07\xE7\xF9\r\xE0\x00\xEC\xCC\r\xF2b\xC6H\xD1\x9F\xEB\xC2\xC6\xF2\x10\xE7\x19Z\x06\x1F\xF9n)\x8F\xC6\x13\x06f\xE6\x9BU\x1F\xD2\xFE)\xCB\xE9@\xFE)\x1C\x0B\x15\xAFB\xF6l\x14\xBF\xF7\x0B>+\x06\xE2Q\xEA\x1Co\xD68\x94S\x1B\xB3\xF6M\xA9\xDE\xF9\xB0 \xE2\x10\xFC"6\xDEi\xFEE\xEF\xD57\xCA\xB5\xFF\t\xE3\xEF\xB6\x1C\xC2\x11.\x06C\xBAZ\xF1#R\xD4\xE4\x98L\xFC\xE0\'\xCA\r\xE4#R\xE8\x8E\xF4\x0F\xC0\xFC\x03\xC8\x0E&\x16\xEF)\xD9=#\x13.\x07&\x15\xEF\x05Y/\xD5\f\xA3\x1F\xCF\xC2\xAE\n\x15\xE6\xF2\x1A1X\xFB%F\xDE\xF9\xED\xAF\xDA\x14\xF8\xE0\xAB\x03\x12\xB8\xED1\xD3\x06\x19\xB95\xF1\xAC7\xDD\xC8b\xD3:\xA6H\xF1\xB2\xE1\xCE\x03\xBF\t\xC9\xE5\x01\xD4\xC1\xE9R6\xBE\xF4\xADA\xE5B\x05\xF4\x13.\xFB%\xA1N\xDD\xCD=\xAC\xD5\x0B6\xCF\x02$\xE83\n\x1D\xC18\xF5^\x1F\xF8\xC3;\xEBY\xFD\xD5\x07\x19\xFB\x02\x1B\xEC.\x14\xD9\x1F?\xFD\\D\xE9\xFAY\xA0\xF0p<\xFE\x98\xCF\xDC\x1D\t\xE7\xF8\xB7)\xD9;\xE0d\xC6A\x04\x0F\xBD\xEA\x16\x03\xF2\xA2L\x18b\xC8\x92F\xFF\xD8-\t\xCCC\x0E\xA7"\xDA\x03\x9A*G\xBC\x10A&\xB4\xF8\xE4\b*\xBF\xF5\f\xA8/\x12\x1E7\r\xB5\x1A\xE3\x11-\x01E\xCA\x15M\x19\xECV\x8C\x02\xE9\xF6\xD8/\xFD!\xF6,u\xC5\xE5*\xBC\xF5\x0F\xEF\xCEn\x15\xEB\xA0\xDE\x02\xE5t\xF2\x12K\xE5\x1D\xCF\xEF\xE1\xA1\xD8\nN\xCBd\x9A\xE85\x1A\xD5\xB9\xF2\xDD\xCF*\xFA\xD8J\xF6\n\xEDj\xA1\xF9\xD2\x00\xC7\r!\xBB\x11\x1C\xAB\xEE`\xD3\x8A\xE0C\x0E\x1E\xFD\x07\xDF:\xFC(\xE3\xB7<\xFB\'\xBD\x16.\xCE\xB2\xF7\xC4\nd\xF91X\xF4\xC2!\xFF\xEF\x17\x02\xC6\xDF$\xFFM\x04\xC2\xEA\x06%\xC8\xAE \xBA\xE2$8\x11\x960\xE4\xF9\xD3R(\x07\xB8\x18;\n\x00\xB4\xD8\xECY\xD2\xB1I\x1E\xA9\x05\xF2\x1C\rP\xEF\xD7\xFC\b?$2\xEB\x14\xB1\x04\x17\xEAC\x11\xAC9\xD3I\x0Fv\xEC=\x97\x16]A\xA4\xF1a\x14<\xD1\xFD\r\xD9=\xF2f\x05>\xEF4\xCA\xDFH\xE6\xC5\xEF%\x17\xF86\x95\x14-\xEA\xD6\x13T\xC5D\xD1\xAD4\x1E\x91O\xE0\x00\xD7\xA3=\xDD\xC7+\xD13\xE2\xFA\xDB(\xF3\xA5\xF9\b\xCC+\xF6\xE2\x1D\r/\xE0\x03\xE9M0\xF1\xB1\xE0&\xB4\xDA\x1A\xA7\x0B\xFF\xF7-\x10\xFBQ1\xCDG\xC0$\xF2\x01\n\xBC\xF60\xDD\x02\xE8\xF7c\x03\xC8\xEC\x1A\xBD\x0F\xF4N!\xFC\f\x88\x02\xBB_\x1F\x07\xB5/\x1B\xBD\xE6\x10\xD7\xB4\xFE\xD0\xBC\xFB\xD6\x90\b\xC3\x18[\t\xFB\xCE\x12O\xC3\xE7r\x9B\xD0"\xB1\xDC\xA3\xE8\x04\f\xE3L\xC9g8\xE4\x0E\x99&\x19\xC0\xE2\x12*\xF57j\xCC\x18\x06\xBA\xE6w\x1B\xF0J\r\xEB\xC7\xE5P\xDC6W\x02!5\xEEE\x16U4\x1D\xF6)\xE1\x01\xC1\x1C\xEB,\xFE\xF3$;\x17\x03\xF2_\x07\x13\xF5k\xD5\xFE\x1A\xDD\xA1\xFC!\xCEa\xFD8\bD\xD8\xB7\n\xAB\xE7\xFC.\xEE\xD4;\xF6\xDA)\xCE\x8C\x18@\x00\x11\xCF\xFB\xF1\xA9\xC7m\n\x9F"\xF3\xC8\x0Fr\x92\xCD@1T\xA0A\xE1\xB0\x10\xD8\xBC\xE3@\xC4\x1D7\xBD!\xAB>\xB8)\xED\x17C\xF1\xB6\xEB\xD3\xA5\xF10\xFCY"\xDBF\x9A&W\xAA\x12\xC2\x06:\xF9\xD7,\xF4\x1F\x9D\x0B\'I\x14\xF8\xE7\xDA\x04\xE3\xB5\xEC\xD9\xFC\x14\xEE\xDB\xF4\x02\x0B\xD35\x06M\xEE0\f\xD6\xEA\xFF\xDF-\xEE\x0F\xF75\b\xC3\xD8\x04-\x0BI\x14 \xCA\xE4\x16\xD0\x0E\x03\xC4\xE2\t\x000\xEB#\xE3\xFFU\xB1\xC1j\xE9=\xBA\xE1\xD2.\xBF9N(\x007D"\x07\xB6\x15\xB3\xCAi \xF8\xC5\x1B\xFB\xA5(I\xF7\x97T\x16\xC8\\\xE6\xD0P\x11\xACW\x1A\xC4\xDD\xF8U\x01\x9CK\xEF\xF72\x15\xF3\x1D\xCBK\xB5\\\x96\x12\xED\b\xE12\xD5\x01\x19\xEE\x07\xFF\x1C\x10\xCC\xAA\x0B\x19\xC1\xE6Z4J\xE8(\x17\xEF\x91\xE7[\xD0\x01\xB5\x12\xCC;\x03\xD4\xFA\x06\x9C%\xFF\xE1\xF99\xE6\x00(\xB0\xE9:\x07\'\xBA=\xADf\xD78\xFA\xDF\f\xF4\x1E\xC6H%\x16\xFA\x0E\xC8_$\x8AF\xB2\xF0\xFBg\xDE\xF6\xD2\xA3\xF3\xDD\b\xFB:\xBE\xD9E\'\n\xE0"i\xF0\x1A\xE3\r\xB2\x1FC\xDB\x18\xBB\xF2 \xCC\x87\xF0y\x0E\xBF\xD9\x1B\xC7\xDF\xFF\xE7 \xBC\xEC\xA1\x17\xD4,\x04\xDB6\xD0\xA2\xEFM\xAF\xF7\xDC3\xE4T\xD7\x16\xE9/H\x03+\x0E\x1B\xD0\xA3\xE2\x04\x11\xFF3\xBA\xF48\xD9\x07\xC0N*\xF35\xC2\xED/Gd\x05+\x15A\xD1\x1F3\xF1\xFAa\x13,\xD2\x07\x0FU$E\xFE\xBEn\xE9\xF7\xB9B\x04)\xE69\x11\xCD\x0B\xF6&>\x9B\xC7\x11\xB4S\xFD\xC3\x19b.\xF3P\xAE\xCC\x19\x0E\x9D\xE9\xFD \xA6\xDB\xE9{\x13\xF8\x0B\xAF\xD5\xE9\x94\xDB\t\xFB\xE2\x03F\xA8\n\xEBM\x90?\xF5\x01\xC5\xE64\xF1\xA6\x1B\x0F\xFE\x1F\xDA\xC0\x18\xFD\x95 \x03\xC5\xB8\xFE\b\x1D\xEF"\xD8\xE9>\xEB\xB8\r\xD4\x1E\xDF\xEB\xF9GW\xD20B\xF7\n\x01\xCF\xA2\xE1\x02\xCA\x1C\x0E6\xF5K\xBB\x84\x16\xCD%\xD6\xB7\x1C\xFB\xCA\xDE.\xB1\n\x13\xCE>\x07P\xE4/h\n\xD2X\xF0D\xEAb-\xDF\xD3[\xE3\xFA2\x8F\tC&\xF8\xC5?q\x06+\xC3\x01\x14\xB1\xC9\x11X\xBA%\x19L8\'\xF0\xFC]\xC5$\xED.c\xE79\xF6\x036\x12\xF0s\x1D\xD6\xF9S\xE1$\xB4\xD5\xC7\x9B\xEC\xF5\xB3\x02+\xD9\xAC\x1A\x0E\xF29\x02\xBDA\xCC\x18\xF3\xD8\x01\xE4\x9A\x15\xF0\xA6\xD7\x1C\xE4\xF1\'\xE0\xEE9\xD71\xFB\xE8\xD9\xBC@\xA9\xDF\x01\x19\x10\xD8\xFE\xC3\x0FP\xE0\xC1&\xE6\xA7\x15<\xEC\x97\x01\x17\xF4*\xFC\x125\x1BJ\xE2\xC3\x14\xFA\xD0K\xA2%\x15\xAC\ra\xDF(\x13Z\t8\xFC#\f4\xB6=\tk\xFF\x1D\x8D\x05\xF3\xC6\x0Ff\x06\x14\xE6/\xB3\xD0V\xF3\t\xB2 \xEF\x93_\xD4\fI\xBC\x05)\xC93\xDCe\xEED\x05\xDE\xCD\x0E!@\x065\xE4\x01\xEC\xCB\xF7-\xEA\x05\xFE\xB1\xC9\xAE\xED+\xBD\xCE\xE7\xFER\xF7\x83\xD3\xBFE\xE7\x15T\xB2!\x9C\xF5\xD2\x1FG\x05\xEA5\xA6B*\xDB\x17\xFD\x06,\xF5\xFF\xDD\xF2^\x0F\xFA\xC0\f\xA9\x1E\xBD_\xAB\xFB\xEB\xA0\xF4\xB7w\x1F\xBFD\xDDO\xD2 \xC4I#G\xDE\x1A^\xDAF\x12\xC9\xDD\x162\r\xF8\xCD,\xDF\n\xEE3\xFEW\xC1\f\xF7&\xC7\xE2\xF8\x02\xCA2?\xEA\xAF\xC78#\xCF\xE6\xB2\x1FM\xE5\xD17\xE9\x00)<\xD5V%\xDC\x0B/\x12\xFB\b\x1A\x9E\xF57\xED\xF3\xFE\xD2\x06\xF6\xB0\x04-\xEF$\x02\xEA![\xAB\x00<\xD5D\xC9\xE2*\xF0\xDA\x98\x14K\x1D\rq\xE7\xB9\xD0\x11\x1FY\x17\x9D\tE\x15\xD7;\x06\'\xF7\x16\xD8\xF3\xC5\t\x15\xFD\xCB\xF0\x94\xD68\xB3\xE6k\x0E\xD7\x15\x0E2\x9F\x13:\xEB\x1D\x93\xC1c;\xB4\xDA\b\xF1&\xBB\xF7\x1B\x04\x12\xAD\x19=g\xFD\xBB\xD5\xEF\x9EO\t\xF4J\xD9\xE3\xFA\xED,\x01\xF6\xA2\xEF\xFF\xC8\x8E\x0FQ\x1D2\xE7\xBB,L\x1C\xE8]\x02\xF2$\xBE\xFD,\xAA\xBF\xE4n\xC6(\xE2W\xFA\x0F\xE4\xD0\xF5G\xC6\x1A\xE4\x10u\xA4\xE9Q\xBD\x01\xCE\xEB\xE0\x079&\x19\xDE\xFB$\xA2\x02\r\xB6@\xC2\xDF\x7F0\xBB\x17\\@\xE2\xB7\x04\x8Dg\xDF\x02\xAD\x0E\xF9\xC5(\x14\xCE>\x06\xE3LM\x1D\xF0\x0B\xFF\xB9\xCDD\x07\x1B\xA5\xFD\x13.\x9BK\xCF\xFD"\xDC:\xF6,\x0B!0\xF4\xAD\xFF\xC5/\x149\xC3\xF12c\xD6\x10\x1D\xCD\b"\xEA\xDB\n-\xCE\xEE\xF9\x10A\xF4\xD23F\xE1\xA8O\xDC\xEE\x1C\xCA\xF5\xDB\xFC\xAA@\xD8\x185\xF2\xD90P!\x05\xEB\xDE7\x0B\xEE\xC50\x07\xD2\xE3L\xA4\xC8_\x12G\xD1\xED\xB3\xE5U\x1B\xCB\xFD$\xF3\xAAQ\xE3\xF9H\xB0\xF2\xFD#;\xD6 \xC7\x19\xED\x05\xB9 \xFE\t.\x99[\xB7\f\b+\xE9T\xF7$\x0E\xAF\x01\xC4\xE7\xD5\xB6d\xF8\x02\'\xAFW\x16\x8B\xF0\x1C\xB7\xFB\x17\xE8\xDC\x06\xF8Z\x0E\xD6\x05+\xE0\x92\x06\xE86\xFF\x0E\xC4*\xD3\x1Ak\xC1\x07O\xE9\xA7(`\xDA\x16<\xE8\xD3\xF8\x11\x004#\xCA\x15\xB6\xD1\x05\x9D\xE0\xEDt&\x0F\xF35\xCC\x16\xC0\xD7\xF5\xE2\x0E\xFFj<\x0F\x03\xD4?\xBC+\x89 =\xFE\xA9\xEC\x12>N\x17\xB8\xD9?\x9A\x13\x036\xA3\xE4\x16\xB2\xFF\x0B6\xFB\x9B\xCB\xF3\x0Eq\xBCG\xDF\xEA\xD4I\xF32\x1C:\\\xC9\x15=\xF9\x98H\t$\xA5R;\x1BF\xCB(\xD9\xC4\xEC&S\xF2\x1D\f\xE3\xF2\xC0\x1AG\xF6\xBE\xD3\xF9\xC7\'\xF0\x1C\xF6U\xDE\xEC\f\xCC\xF71\xDCU\xC2\xE4\tL0\xAC%\xC8\xF1\x18\xA5B\x91\x00\xE3\xBF\xFD\xE8+\b\xD3\xBD\xE3\x1A\xD9\xFC\xEF\r\xE8\x04\xB9\xFB\xEA\xAA4\xF8\xDF\x961\xFD\xCC|4\xDD\xCD\x0Be"3\xE2\fg\x04\xD1\xE6/\xB7\xFB>&H\xEF\x1D\xD0\xF5\x13$\xEC\x02\xDD\x1B\xFC9)\b\xFA\x1Fm\n\xDC\x12\xF4\xB3\x1D\xFE2Q\x02\xC2@\xDF,\xCF\x902 [\f\x15J\xCE\t\x95\x13\xED\xB2\x05\xFB)\xE7\xB3\x06\xFF\xA1\xEB0\xACE\t\xC9\x1E`\xD6\x01\x97\x11\xBA\x04C\xAEe\xD2\xBB@\xE6\x05\xD5\xB3`\xCA\xD4\xEC>(\xA3NB\xDA\xF1\xA8\x12\xEB*\xB1\x1Ep\xF8\x14\xDC\xF2\x06\xE2\xB6\x01\x1E^\xE79\xD9%O\x17\x9D8\xF1\xD9\x19Q \xDD\xC0\xF9%\x0F\xA9\xF3\x17\xC2\xE1y(\xEA.\xDE\xFC\x1F\f\xF7\x87K\x10\xE2\xEE\x14\x11\xAF\xC7\xF8\x18\xCE\f\xE6Z#\xCB\xF7\\\x06\xF2\xC6\n7O\xC1\xD2B$\xEE\xC2\xF4\x18\x02F\xC4\x0F\xF5\xD4X\x13\xC1?\xCD\xF3\x02\x15Z\xED\xE13\x05\xE9"\t\xF8\xD7\r\xA0\x18\xF1\xC53[\x17,\xC2\x00#5\xFA1\x05^\xD8\x00/\xC1\x04;\xE0\r\xD4\x9E\x18\xE5\xB5\xFF\xEC)\x19\x9E\xFB\xD8>)\xD3\xB7\xFA\xE4\xAA\xEB#\x02\xE1,\xFA\xAE\x106\xD5\x91\xFE<\xBDI\xCFS4\xB1>\xFF\xCD8N\x03\xDA\x96\xEF\xCF\xF5Q\xA1\xD9V\xE2\xF0$\xB6\xEA\x1F\x89\xFA\x18\xB5G0\xFD=&H\xD7\xA8\x0F\xF6m.\x10\xE5\xA5\fh!\b1A\xC9\xB6\fI\xEB\tz\xE5"L\xCB\x19\xDA\f\x9F\xFB\xF0\xC8\x1AZ\xF5\xE4\xB5\x12\xE9\'\b\xDF:\x1D\xEA\x06\xBF\x1C\x9D@\x0F\xF57f\xD6\t\xF3\xC4\xE9\x11\xDD\xCD\x04\x1EU\xE6\x03\xCB\xB2\x07N\xFE4\xCB\xF1\xDC\x18\xFEe\xF7\x1E\x86\xDB\'\xC6\xB8\xF6\b\xE8+\xF5\x00\'\x1C\xDC\x10\xE7\xBD!\t*\xD0D\xFE\xB8m\x0E\xFB\xBEC\xDA\t\xFF\xCFM\xDE\x13\xCA\xED,T"\x03\xAEb\xF7\xEF\x14\xC52\xDE<\xED\x18\xBE\xDE\xEB\x13\x99T\xBE\xD6\x11\xEE3\xD1\xFF\x17\xF01\x01A\xA9\x10\xB6j\xE4?\xAB-\x02F\xD7\xFB\xA9X\xF7\x1F\x16\xCB\xAA.\xD2\x12:\x14*\xE6\xC2\x06\xFD\xB2\x1C\xE4\x95\xDA8\x1A\xBE/\x99A\xFA\xB9\f"\xD3Z\xF5\x1EB\'\x03:\xE8-\xA4\xE0P\x06:U\x94\x0F\xDF\xD3\x1EO\xEE\xC5\x15\xD2\b_\xF3\x8F\x134\xEE\r\xC3\xE25\xF4\x03\xE5Y\xF0\xEC\xAE\xF7l2\xA5\'=I\x00\r\xF8\xCF\xED\n\xE0 \b\xD6c\xF3\xFF\x8E,\x04\xC6\xAD\xFA\xD1\xF4\x0B#\x01\x1A\xC4\xB5\xF4\xE4\xCD\x1B^\xBF\xFA5\xD8\x050\xF9\xEA\xC1#\xE1\xCAr\x1A\xDC>\x9C\xECJ!\xDB\x19\x80R\xC8\x1E\xD7\xF1\x18\xE8\xF6\xD1\xBA\x16x%C\xFEY\xC9\xE8+\xAB\x1BF\xE7\x12\xDAK\f\xE3\x1BH\xB0\xCC\xF9C\xEA$\x12\xFC*\x049\xF1\x0B\xE2%\x99X\xB4C\x0E\xFD9\x05\xE8\xB8\x02%\x07\xD5\x0F\xBC<\xFE,\f\xFC\x05F\xBB\r]\xDB\t5\xF0\xC5\xA4\xE6\x12\xB0\xF5:\x01\x0F\xE1\xCA5\xB8\xFC\xED0]\xBB\xDB3o\x10\xD4\bb\xA7E\xD8\xB6\xE7\xA2\x18\xCA\xFD\x11\xF2\x1E\xDD\xCF\x17P\xAE-\xF9\xCFV/\xFBd\xAD\xF6\n\xC8\xDB/\x93\xE2%\x01\xC9\xA0!N\xE1-\xFC\xD74\x1B\xD3I\xEE\xC1(\x07\xF1x!\xD0\x9E\x11\x05\xF0\xFE\xE5\x8D\xF1-\xDD\xC9\xEE\nS\xF7\'s>\xBAJ\xE6\x01,\xA1\xED\xF5\xD7\x1F\x11\xF1\xA7\xE7\xC4\x15)\xD1\xEAL\xB8^\x12\xCF?\xF81\x15\xEB\x02\xB0\x11\x07S\xBB\x03%\x9F\x16\xDCO\xF8\xA7\x18\t=\xF6)\xC9\x17&\xC2;\x1F\xBA\xFF\x171 \xC4\x13\x01\xDB\xEC\x07\xD36\xC6\ti%\xBF\x0BK\xE0B\x1C\n\xDA\xF0\x01A\xDF\x13#\xE8\xF4\x1A\xEE\xAD\xDES\xC1\xF3\xD2C \xEA\xF2\xDE\x0B\xFA[\xB5\x1F8\xD5\xE5\xC3\xDE\x00\xE7E\xAAV\n\x14\xF7Y\xE6?\xF5\x9A\xE17\xCF\xAF.\xF6"\xAA\x19\xF8<\xE2\x002\x99\xC8\xFD\xB96"R\x8B\x1D0\xB4\xFF9\b\xC0s(\x0F\xFC<+\x19\xF8\xC9\x929e\xC40\xE4\x05\xCC\xFE\x0ET-\xADa\x1E\xD6\xFA\xDF\xED\xCE\xD8\x04\xAC\x0E\xD2\x05J\xFB\x1C\fV\x15\xE1O\xEE\xD6\xB5\x13\xCDZ\xEE\x07\x16l\xF6\xCD\xE3\r\xC2\xF5\x04\xCC\xA9L\xD6\x03\xE5\xCB\b\xD8\x8Ck\xDD\r)\x00\x18\xD0\xED\x10?\xF2\x97\xEB#\x03\x13\xEF\xBF/\x04@\xB43K*\x1B\xC1l\xEC%\xBC\xF1\xE6\xC8\x93\x00\xC0\f\\\x04\xEA\x1B\xFA"=\xD6\xE9\x04\xB0G\xFD\xEB\\\xD9\x10\xE0 \xFA\x9F4\x1B\xB4$\xE8\x04\xBDI\xE5\xB3\xF5D\xA8\'\xD8\x151C\xB9\xF4\xCEJ\f\x98\xF3\x10#\xFD\x9E\xF0\xE0\xFA4\xD8\x12\xA7]:\x04(A\xF93#\x9EE\xD9\xAE\xE3\xBF-\xA2\x12\'3\x18\xD0#6U\xEC,\x16B\xF1V\xF7G\x12\xF0\xFD1\x13\xD6\x06\x1E\xFC\xBAm\x00\xC4\xD4\x1C\xE1\xFC7\xDB\x1B\xCBv\xE4\x18\xC6\fQ!\xB4\bC\xFF\xDE \xD3\xED\xDB\x13\xE5\xC9\xF4/\b(\x10\x00\xF4W\xE0\xF9\xD7\xBB\x07\xA5\x10\xB3\xF6\xC6\n\xBA\xD1\x01\xE0\xC66!\xA8\xCEQ%\xE8X\xDD\t\x1B\xE3\xF8M\x0Bg\xA4&\x06\xEA;\xBA\xD5\x07\xE9A\x01\xCD\xF4\xE7*\xC3\xF7\x16\t\xB8K\xAB\x1E\xD4\xFE\xBCt\xF1L\xD1\x1AB\xC7\x0Be\xF0?\xE7\xF87\x05h\xDC\xE8\x11.\xA4\x0B\xD4`\xE2\n\xF1\xC0\x9B7\xC8.\xEE\xA0)\x04\xB1\xE9\x17\xC5\xF7O\x00*\xFAT\xAE)\xDA\x11\x8B\x1AS\xD05\xA0o,\xF3\x03S\x0B:\x17\xDF\xC7\x925\x07\xB7\xEC\x1D\x9A\x01)S\xC0\xD4\x1F\x882\xFC"]\xEE\x1D\xF9\xB7\x02?\x19\xFA\x0F\x02\xF3E\xD0\x0F8\xDC\xF3>.\xD5\xB2\xE0\x14\xA3\xEF\x1E7\xF6\xBE`<\xDF\x02\xF0\x0F\xE9\xFD\xCC\x1A\xC3\xE8&\xA6\xED\x04 \xF9\xE8\xDC\xFD%;\xE4\x16\xCB\xDE\x1E\xFE\xE3\x15\xF4F\xAF\xC4\x05D\x15\xE9(\xC8\xDAp+\xE1\x17\xAD\xFAa\xBF"\xCC\x11\xFF\b_!2\xC3\x0F\xDE\xCF\x16\xED&\xF9\x0B\xAC\x1E\xBEH\xE0>\x10\xF8\xDD_\xFB\xCE@\x0E`\'\x14\xABR\xD0\xF62\xB0\xFE\r@\xBCR\xCA\r\xD6\xE5*\xDC\x98N\xF42\xA4\xED\xB6\xD4P!\xE6\x00\x16\xECV\x90\xE4B\xED\xCC\xF4\x04=c\xFE\x96\x05\xE3\xC73\xD5^(\x05\xB0\xD41\x97E\xB9\x12-\xE4\xAF\xC0\xD5H\xF0\x03\x0F\xBE\bK\xF18\xEF\x07(\xEB\x00\x1A>\xF8\xBC\x00\xD1\x10\x07\x1E\xFE<\x06\xC3\x0B@\xDA\xB4\x07+\xFB\xC0\x1C\r\x8FG\xD7\xE7\xB5\x0B/E\x18\xB8\xFFA\xE6\xF8\x15\xF0"\x00\t\x1F\xF2\xD7\x1BP\x01\xF5\b/\xC8\xE2o\xD9!\xEA\xD3\x95\x1C\xAC\xDB:\x9Fp\xF0\n4#d\xE1\xC1D\xE5\x14%\xF2\x86.\xCE\x1E\xF3E\xD45\xDB\xF8*\x13\xFC\x1A\'\xCA\xEA\xD6q"\xEE\x0E\x9C\xDB\xC69c\xE3\xEB\xCB6\x05\xA0\xEF\xDD:\x1E\x9C\xFB\x196\xA3+\x14\\\x03\xD1a\x10\xF7 \xD0\xB3\x13\xCA\xE8\x19\xF2\xB0X\xF7\xCB\xDCf\xE9\xF9\x0E[\xA7\xE7\x14\x06\xAFi\xE5\xBEW\xA8\xF2Q\xFA\x10\xA5\xF5\xCC+\x1BQ\xFE\x0B\xA6\xBEL\x11\xFCh\xC4\r(\xCD\x12\xEAD\xB9\xF2\x00\xE5\xF9\xC5\x1D\xFC3\xE5\xC0\x05-\xE1J\xFC\xA89\x04\xD7)\r\x947\x01\x19\xBE9\xDF\x00$\xC7M\xEF \x02\xD14\b\xDF\x1F\xBF7\x03\xDEJ\x06\xB6\xEB0\xD2\x19\xF6*\xDA\xAE!\xE5?\xFA\xB3]\xDB\x05$\xCFN\r\xB1;\xDE'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xF3\xAA&W\xF6\x1B\xDB^\xFF,\xBA\xF3\x076\xDA%\xF9>\xAA\xF1\xD6\x0F*\xF7\xA8\b6\xB7\xFB<\f\xE2B\x1D\x01\xD6(\r\xE8\xB3$\xD3\\\x06\xEF\x18G\xDF\xFE \xF1\xD7\x00=\xE6\x0E/\x04M\xC8\xF8\x10\x8CA<\x13\xD7\xBD\xE6\x06\xA5\xC9\xEA\x14\xE2T\x1B\xA7\xEB\xBD\x16\xE3\b\x1FQ\xB9\xE1h\xCE$\xDC\xEA\xC6!\xA0\xD0\xF7\xB7\xEB\xA89\xC9i\x02C\xF9\xE2\xA47\xC8\r\xAD2\xC4V\x15)\xAC\xF6\xC1\xDB\xA3\xEB\x1B8\xE3!\xFF\xC3\x072\xFDL\x0F9\x1EF\n\xD4=\xCB\xFDl\x04H\xCF.\xC6\xFD<\x03\xED\x1BK\xFF\x15e\xF1\x04+\x16[\bK\xFB\x18\xDC\xF4\x15\xC3\x10\x1F\xFD\xD8\xEBn\x04\xE6\x9E\n\xCEf"\x18Y\xFD%\xB7\xD7n\xCE\xEE\xE2G\xED\x9B#\xD0\xF0\xF9\xB3%\x9C\xF6\x110\xD7\x0E\x8E\xF4a\xEB\x19\x9D2\xC3\r\xF4\x94-\xD4\x10H\xE9\xC21\xDF!\xF1\xBB3\x9B)\xED<\xBAU.#\xF7\xD1\x1B8\xF9\xBB\xE2\x03\xF0\xD1@\f\xF2\x05.\xAE\r\x1F\x00\xCB\x17\xDE+\x03\xC2\xDCg\x04\xE7\xBF \xF0\xE0)\x01\xB5\f\xDC\xF6\x14\xD7\xB3\xE3?\x07\xBC\xE0\xAD\xFC\xD8\x0E\x98\xCE\x11\xE6R\t\xD1a\xDD\x02\xF3\x8C\t\xBD\x11B\xEF\xDC.\x10H\x921\xE0\x14\xC5R\xF7\x17L\xB0Z\xF7\x0Bp\xAEN6\r\xEE+\xFEO\xAF;\xC5\x1AA\xD3$T\xE7E)[\x1F\xCA\xF9X\'\x197q\xF4\xFFA\'\x04\xD8\x1D\xFE\xAC\r\xE7\x16\xCBL\xE1(\xB2\xFFR\x1F\xEB\xFC\xC9\b\xB2\xE8)\x9C\xDC\xE7\xBF\x11\xD7/\xBA\xEA\xF5\x14\xE4\x1A\xCCA\xD8\x15\b\xF8\\\xE8\x11\xFA7\xAB\xCB\x07\xFB\xEF\x026\xE8\x0B\xF2\xC9\x03 \xB8\xECV\xC4\xAF;\xF5\xC81$F\xD5\x1D\xFB\xECb\xD8\b\xC6\xA4\xD5\x17;!`\xFAC\x00 <\xFB\xF3\xE6$>\xC9\x01\xD6\x91\xFC\xBA\x1F\xA5\xE2.\xD1\xFF\xA2\xDD\xBF\xEF\x02 \xBD\x10\xA1\xDD\x16\xAB\xD8C\x9E\xE5\xD0\x15\x0B\xE1\x19\xFB\xE9\x0FM\xEF\xC0\x06\x963>\x02\x8A\x18\xF45\fr\xB8\xE4\xF1\xD7\x19\xCC\xED\x10\xD2,8\x03\xA0\x1A\bE"0T\x05\xF2c\x0E\xED\xB9#M3\tf\x16\xE1:\xD3s,\xC3S"\x12\xFAP(>\xA52\xD4j+\x9F\xDE\x17\xFCo\xF6\xDE\xC3\r-\xCF"\xE3E\x01\xF6,\x04\xA6\f1\xB9j\xA8\t\xBEP\xCF\xF9\xE0\xEF\xC0\x0B\xE8\xD38\xFA\xC8I\x16\x05\xF2\x1C\xCD,\x88\xF7L\xE9\x1D\xF6\b\xFE\xED1\xC1\x07\xF0\xDB\xF9\x04\xF2\xBB\x07\x1F>\xD2\xB5\xE5&\x12\xF1\xB8\xE8J\xFB\xB0\xEE%\xCD\x12X\xC2J\xE3\x03\x1D\xF2\xE0\f\xDD\x15\\2\xA7i\xF7)\xAD\x18\xDD%\x987\xD7\xE4\xB0\xFC\xE8\xD9&\x00\xB0\f\xCD\xE3@\xB7\xD3\xE1\x1C\xB0]\xC8"D\x14\xCB\xE4\x00V-\n\xCBC\x1C\xD9^\x05\x13\xC2\x1B\xD8\x95=\xDE\xFD"\xF7\xD9P\xC6@*\xEB\xFD\xB4\r\x1C\xDB\xCC\x11L\xBE\n\x01\xE9\xF7m\xC4\x12D\x0B7\xC6\x13\xF2G5\x95\x1E\x04i\x0F;\x00-\xE7\x0E\x90\xEC4\xF8\xAB\x11\xEE\x02\xA2T\xFE4\xF5\xA0<\xE0V1\t\xE9\x19\xB1\xEF8\x99\x14\xFA%\x8FI \xC7\xF4\xE7\x04;\xFF\xE2\xF02B\xCF\x0F\xFF-\x1F\xF4]\xAA\x05T\xDE\xBC\xFD\x15\xD7*\xF3\x85\xEB\xCF\x16\xBDM\xDC\x01`\'\xD9\xC49!\xD4\xEA\xB0\b\xCA\'\xD3\x0F\xF9\xF1\x02\xC7)F\x10\xCD,\n\xE9\xB2\xF7\x05\xD7?+N\xB8&\x9C\x1F[\xD7\xA9\x1D\xBCS\xA1\xDF\xD4\xBB\xEE\x1A\xD2!.\xEC^\xE6\xF9\xC8H&\xFB\n\xF57\x1B\xD0\xB7\x0BF\xF4\x19\xDF\xFA.\x17\xE1 \xED\x00,\xAAA\xBAk\xF9\xD4\x05\xE6\xBFg\xD5\x023\x18\xE5\x91\x11\xD0\xF9\x16\xEC\xC6\x07\xF6\x13(\xE2\xEF\b>\x02\x11*\xFB\xE5\xA0\b\xCB\x0F\xB0O\t\x18\x8A\xD9c\xAE\xE2\xFC#\xEF\x15\xE5\x99g\xB7A\x10\xC1{E\f\xB6_\xE7\xD1\x1F\x0B\xE2\xA1S\x1E\xFEA\x181\xCE\xB9m\x00\xEE\ba\xDFH\xFD.\xB6\xE8F\xFC4\xC7%\xEAN\xC94o\xF6E\x02<\xC0"\xDF\xFF0\xE6=\xC7)\x06\xA6X\xC8\x04,\xFD\t\xCA\xF2\x03\x97\xF7\xDA\xC4\x1B\x05\x12\xDC7\xF2\x173\xB5\xF4\xDF\xA6\xEF\xF1\n&9\xD9\xAD/\xBE\x0B\xD3\x19y\xCC\x04\xDA\x19\xB2\x14\xF8\x96\xDC\x0B\xB5\x16&\xD8\xF2\x1B5\xD1\xF0\xBA\x0F\x1B\xEDR\x12\xD92\xF9?\xD2\xEB$O\xD79\xE9\x131\xFC:\xEE\x9AI&\xC2\x01\xEA\x0E)\xCF\tWL\xDE\xF8\xC4\x16!\xF3>\xE7\xA59\xF0\x0E\x90O\xF5\xD2`\xE3C\x1F\x02\xEB\xC2\xE1\xA9\xFE\xEA\x95\x05xB\xF7\x02\xD3\xBE\xF3I\xE8\xBB\x1E\xDD\x11\xA4\x18\xE3\'\xB2X\xCE$\xE0Q\xF6\xCB\xFC\xAF[\xD9\xC7I\xF9\x1F\xBE\x1B\xA4\x0F\xE8Y\xFC\xCC\x03\x13\'\xDD\xFF"\xC1:)\f\xFF\xBF-\xF1\xCFL7\x0Ec,P\x11\xE3\'\xCA\xA5"6\f\x9A\x1A\x01\x0E\xACZ7\xF4\xBD\xFA\b\x1C\x01\xF2\xA5\x0E\xBB\x180\xE7\t#9\x04\x87\x13>\xE6\xCA7*\xB4@\xE1\x84\x1C^\xF7\xB2U\xE5\x16\xEB\xDE\xA7\x1D;\x07\xAC\x19\xFC#\xF6\xCC\x07\xD4\xF8\xC1\x17\n\xDCW\xE4\xFA+\xE0\xCE%\xEF\x06\xC6\x00d0\xD1F\xC2\xE6@\b\xD7\x00t\x10\xD1\xF0\x1A\xE2e\xEC\xD5\x03\x04\xEE\xFE\xD3\x06\rM\xEB\xD7\xC5\b1\xD0\xFB\tj\xF2\xCB\xE9\xDA\x10\\\xD6\x9B\xE8\xB9\x15E\xAB9\xEAH\xF1\xB5\x00@\xC4k4\xF7G\xE4)\xDA\r\xED\x9D\xDE\x10*c\x1F\xEC(\xAA\xDFC\x94\xF7\xBC\xFE+\xAE5h\xDBJ\x18\xC2\xF1+\xB96\x11\xEE\x1DH\xAB\xBC.\x01$T\xF9\xBB\xE53\t@\x1D\xDF\xF0\x02\x1F\xD6\xFC/\x1C\xCF\x16\xEC\b\xB3\xD6\x14\x8F\x1AB\xB1!R\xFE\xF5\xB4\xD2\xFA\xC77\xF4\xC1\x152N\f\xCB\x1D\xF4\x11\xBE"\x9D\xF64 \xDD\x00\xF9A\x93\x03\xDB\xF4;\x18\xD6\x99\x13E\x03*\xC8\xF1\x01W)\xC72[\xB9\x07\x98`\r\xDA\xA6\x1D\xFFU\xC1\xFC\xEA\xCD\xF7\x14\xE5;2\x17\x04\x8D\xE4V\x06"\xFB\xE6\xD5&<\xDDQ\xC4\xE9\t\x13\xE5`\xCB\xA5\x15k\xCF\xE3*\x12\xCAQ\r\xE6\xC40\xF4\xA7\x1Bv\x13\xAE\xD9\xF9\x9E\t\xE2\xF5\x14\xCA\xE7)\xF7P\xF0\xE3"\x0B:x\x04-\xBC\b\xC8\xD8\xEEP<\x11\x1A\xB2\xD9a\x03\xB0\xEE\x06\x9F\xE8\x00;\xCF.\xB2\xFCB\x07\xE8%\x0B\xC0V\xFE!\xE0\xEF\xFC>\b\xDE\xEC\xD3\xFB\xE2\xC19\xEA\x10\x1A\xD0\'J\xEE=\xBE\x022C\xCA,\xDB\xF3\xAB\x1E\xD4\xF0`\xA4\x1D\f\xBE\xDD\xFE\xCF\xF0\r.\xC6\x1D\x12o\xF9\x18,\xF9Z\x01\xDF\x0F\xEF\x1D\xD6\xAF\xF30\xEA\xB4\x07\xA2\'\xB8\x1Dd\xCC#\rI\'\x05\x1EM\xFDj\xAF6\x00\xDC\x1E\n\xB1\xD3\x10\x92\x05\xB9\xE7\x114\xE0I\xFA%\xE8\x00)\xF50J$\xE9\x9D\xF56\xE0\xBE\xCFE\xB3\x17\xC3&\xD4S\xBE*;\xFFL\x17\xD8\xF7v5\xD1I\x01\xAC\xF88\xBC\x8C2\xF4\xCC\xB6\xD5\xF1\xE6\xC3\x0E\xA4\xFAf\xE1\x19\xEA\xF8K\x17Y\xC7\x00\x9A\x18\x0F\xD0@\xB0m\xCB\xA2\b\xBC:U\xD2\xFDL\x0E"\xF2\xDB\xE3\xA3\xF36\x06\x97\xF8\xC8\xDF\x04\x9EC\x1E\xC5\x15\xF3\x10\xD9\xE5\x17U\x04\xD7\xEB\x16\fC#.\x06\x18T\xD4&\xF1\xC7:$\xFF0\xD4 \xF6B\xEC\x04\xC3/\xE0\xF1\x14\x1F\xE5\xFA\xDB\x00\x14\t*\xA9\xEA\x013\fC\n\x1E\xEA\x13D\xE6\x19f\x10\xCE\xEE\x0B\xE1\xFF\xE90\xC0\n*\xF0\xE0\xFEd\xA9\xE5\x01\xDD\x8D\xF6@\xEC\xBA0\x13\x04R\xAD\xC1\xDF\xEE\b\xB2)\xD9[\xB6\xF7N\x02\xD6\r?X\x19\xC8\xE3\xB6\xEF\xD9?\xC8\x93O\xFD\xDAc\xB1\xCB\xFE.\xF1\xB35\xFB*=\xB9K\x92_\xF6A\xA2\xC6\x11\x1F?\xF8\xC0Z8\x14\xC9 \xE0\xFFF\x9A\xE6\xD8\xF4\x0Ej\x9F8\xCF\x0E\xE56!\n\x1A\x973\xBF\xED\xAE(\xF6D!^\x16\x06\x1C\xE6\xFA\x16\xBD\xF6%\xDEQ\xD5\r\xC2"\xE7\xA8\xD4\x06"\xCD\x19\x02!\xD3K0\xB6\xCE)\x1A\xF0\xD2\x0B\xFC\xAEz\r\xCC\xF8\n\x1F-C\x02\x15\xFBS\x1C\xFE\xA5\xEF\xD4\xC8\xE9_\xFC\x06\xD15\x10\x8B\x03\xCD\xF8\xBCW&\xD1\xD1/\x0E<\x03\x1B\xA5\x06Y\xDC\x02\x1Ab\xF4.\xDB\xEE\xB5\xE2\xFC\xEC\x07\xF5\x0E\xDA3\x07\xB8N\xE8-\xD7\x1A\xEF6_\xB8\xD1\xE9\xC9\'\xE3\xBA\xF4\xC6p\x12\xFAG+\xDC\x17#\xE1\xF1s\xD8\xE9/:\xDF\xF2\xAE\x10U\xEB\x9C\xE4\xC3\xF9(\xEB:\xF7G\xC7\x12\xE4\xFB\x0FT\b6\x13u\xDD\x9AP\xEA\xFF\xA2\xE2%>\xF2\x04\xBE$\xA8\xDD\x14\xFC\x1C\xAB\xF1\xD8J0\x07\xDC;%\xB0\b\xF5\xB8P\xA4\t\xC4\x1D\xFE\f\x96\x13+\x01F\xFA\x1F\x07n\xF0F\xB7\x15\xCF\x89\x0B\xEF\xB19\xC1\xA4@\xC9(\xAC\xC1%\x02\x18\xC7g\x1E\xF9\x0F\xC5\x9B\x15S\xE5@\x02\xEDP\b5A\x11\x03\x91\x19\xEB\xBC\x02\xE3\x10=\xCE\x001\xF8?\xB6N\xE4\xC7i\xD7\xEA\xC3\xB5\xDB6\xCC\x10\xD82\xE2\xFF 0\xDA&O\x00\x1D\xE8\xF8\xDA\xF2\x1A=\xE5E\xB0\xF28\xD5]\xDD\xFE2\xD2\xFA\x0F\xC51\x87\xE0\xC1\xF8#\xE7\xCF*Q\xF7\xD0c\x9F\xEE\x1C\xE7\x0E\xDA\x15\xED(\xF5"\x07\xFB\x1B2D\x01\x18\xAB\xFB#\bW\xF3\xBC\x7F\x05\xCD\x15\xF2\xD5/\x11Z\x00\xCC\f\xF8\xD3\t&\x13\xBB\x05\x1CI\xEB\t\xB1(\xD8\xF3!t\r\xD5\xB3a\xFC\f\xAA\x14\x1F3\xD9&H\xBDW-\xCB\x04\xA8\xD5E\xB9<\xA3\x0B\xC7\xF3\xE8,M\xEC\x95\xC8@\x13\xE9\xFA\xE1\x9E\ng\xB8\x05\x98F\xE05\xB9.\xFE\xE1\xCB\xED\xF6\xA7\'\xCB\xF5g\x1BI\x05\xCE\xFE\x19\xEDE\xC7\xF18\xE1\xC3\x05\xF2\xFE\xC7\x06\xF6\x90\xE3\xFCb5\x19\x10\xCD\xE5\xF3\xDB%\x12_\xC0\xD4\x03\x1C\xDE\r\xD5\xAD\x1DH3\xEB"\xC7\xE3\'\xED\x1F\xA7\x12\xEBS\x8EG+=\xE4\x12\xBC:\xDF\x94\xE8\xBB<\xE4\xA7/\x06\x15 \xD6G-\xE7S\xB49\x15\xD4\x1B$\xB3\x0B\xDD\xF8\xEC\x02_\x1EG\x05\x83\xE1\f=\xB4\xF8+7\xFEP(\xC2\xFE\xDCB\x17\xFAQ\xD2\x06\xF5l\xDA \x19\x07\xFB\xB5\x0BV\xD4\x04\x16\xFB\f,\x13\xF6Y%\xDB\x9F\x01\xB8\xF9\n\x98\x18\xDE\f\xEAk\x00\xF1B\xE9\xBEU\x9A)\x12\xB3\xFE\xD7I\xFD \xF2\x16[\xE7\xA3\xEE\xCB\xF3\x0F\xB4\t\xF5\xA68\x0E\xBF\x17?\xC9\x03\xC0\xF1\xD2f\xDB\x1E\xFF\xF0$3\xC6\xEFO\xDA\xB2\xCA\xFB\xE7=U\x11\xEDs\xD2)D\xFA\xA9.\xC46\x12\xCF!/\x07\xC5\xE05\xCF3\x95\xED\xCD.\xDB\xC1\t#f\x06\x19\xE5:a\xCB\x03\xD9\xF0\xAF,\xE6\xFB(:\xAE\x0F\xE8\xC56\x8FE\xE5\xAFZ\xD2\x00"\x077\x0E\xBF\xF4*\xDF\xC9#\x00\xBF\xEF\xCD!\xE1\t\xDA\xA3M\xFE\xF3\xD6J\xFA\xED%\xF6\x15p\x06\xACK\xFC\xD1\x13\xBA\xD9D\x86\xD4*\x1C\xE81Z\xFE\xDDO\x9C\x0B\xE2J\xFF/\x14\xED\xCE\xFA\x0F\xDC\x1C>\xA1\xE3\x18\xECG\x1C\xD0\t\xA6\x1A\xF5<\x10\x04^\x14\xBAQ\xF6\x03\x1D\xE4\x15\xB89\x1A\xA3\x0E\xC4\'\xE49\x10\xEB\x1DA\xE2\x013\xF9"\x00\xEF\xBB\x10#\xC5\b\x1E\x11\xEE\xD4\x18\xF4"\xA2N\x04\'w\xC0\x06\xF4)\xFA\xC2e\xD4\x80\xFE^\xE95J\xB2\xE5\xDB\xA11\xE9\xFD>&\xED\xC7\xADq\x0B\xE7\x03\\\xDC\x0B\xD9\xB7\xF8\xC8\x03\x9B1\xF5\xAFM\xEA\xC3\x13T\xFA\xDF\x94=\xF4\xCE/\xBCd4\xCC\xDE\xBD\xF6\xE1\x1A\xA90\xEB\x14\xB8\x0B4\xF2\x03-\xE1\xB8\x13\x03\xD5\xFD+\x17H\xF3\xD5\f\x99\xD0\x10-@\xDD\'\xCC\xF4\xBFB5\x01\x1AU%\xDFa\xEE&\xCA\x18\f\xDD.\xABE\n\xD5q\xE9\xAAG\x03\xFA\xB1\x06W\r>\xD3\n\xFE\xD8C]\xD0\xE8K\x12\xB1 =\xF9&\xC2\xF0c\x0B\xCA\xB7\x1EW\xC3\x19\xE6]\x06\xFB\xF1\x8E\x121\x1F\xFC\xED\xA0B\xF3\xD3\x15\xBD\n\xD6\x05y\x8D\xF3\xD0\x06\xE64\x16\x02\xFB\x1A\xDC$\xE5\x13\'\xEB\xFD\x1E\xB4T\xF2\xC8 \x98\x02\xDF%\xC8\xDA\n\xED\xCDR\xDE\x1D\x93>\xF8\x06\xE2\x00*\xF98\xB5\xD7\xC0\x1EX\xFF\xD3\xAB\xE4Z\xCF\xE2\r\xAF8\xFE\x1B?\xE7\xFC#7Y\x19\xC6\xEF\xB4*\xC0:\f\xF0\xC4B\x97\xD62\xC6\xE8*:\xE3\x0E\xF78\x19\xA6\xFD\xF6u\x19\xA3\x071\x0E\xE6\xD2\xED$5\xAD\xF0M\xDE\x01\x154\xE9\tD\xED;\r\x12"\xF9/\x05\xE9R\xA5\xC5-\xB6\xE1\x0F\xBC\xFD&\xF7M\xD2\xE3S\xA0\xD5^\x01\x1B\xF3l\x11\xF8\x9F\x17\x00\xBD,\xEF\x07V>/\xBE\xE5F\xF4\xB5\xFBO\x14\xBF|\xDA\x10\xC8\n\xA0#\xF5H\xA9\xC5\xDB\x16\xBB(\xB1\xFF\xC0L\xCA(\xF2\xDA\xF7\x13C\xF0\xD5\x03<\xDB\x9D\x1E\x11\x06\xF4\x165\xF8\xCE+\xE2\xAF\x04J\xD2\bd\xDBM\xCA\xD6\xB7\xEB\x0F\xD0\xFF\x11\xD6"\xC97)\xFF\x92\x17F\xD4\x1E\xEAh\xCD\f\xE3,\xF9\x02N\xF1\xDBm\xEE\x1A\x89\xE0\r [\x01\xCC\x1DK\xA9\xEB`\x0B5\xEC\xC9,\xB9!\xE7\x0F\xBD\n?\xDA$\xF0\xB5\x1F\xEC\xA8$\x16\xF5\xE1\x1E\x8B:+Z\xEA\x04\xAC\xE0\t\xF3\xE6\xFA<\x050\xBC\xFD&\xF0\x1Ce\x9D\xCE\xDE*\t8\xD6\x13@\xFD\xB14\xEA\x9E\n\xF6-\x14\xCE\xE0\xFF\xAEe\xFC\xDF\x04\xAAO7\xFB\xEC\x1A\xC15\xE1=\x12\xFBA\f\x00_\'\x05\xF0\xDE\xC1\x1B\xF7E\xD5\x1DV-\xC2\xB1\xF1\xE0\x12\xD9Q\xB3\xD1\x0F2!\n\xF5\xA6\xE7\x03\xF8a\xC3\xD1\x06\xDE\'k\xE3\xC5!\x05\xBAD$\xD69\nX\xEE\xD8\x18\x9D\xCC]\xFF\r\xF7\xCD\x03\xC1\xE43\x96\xC4\xDBD\xB2\xFB\f\xA0j\x12\xEE\xB8\xCC\r"b\xFF\x1B9\x97\x076\xFE\xEA\xC2\xF6<\x1CJ\xCE\xB9%\xEC-\x1BH\xBD\x17\xFB\xB4:\xF0N\xF7\x18\xE6\xF2\x91\x1C\xC6/\xF5\x02C(\xE5\xAA.V\x92(o\xF1\xD2H\x1A\xF8\xCC\x16S$\xD0\xE2\xFD4?\x03\xDD\xEC\xA3\xD2K\xC6\xE7\xF5\x17\xDCI\x05\xE4\xB4\xBE\x104U\n\xA9\xE2\x0E\xF5\xED>\xD5\x10\x01\xDA\x8B1\f\xC2\x13A\xF9\xD2\x12#\xC0\xDE\t\x14\xF2\xD4\x19\xEA\n\xDA\x1E\xB4\b\xE9+\x0E\xE74\xEE\x05-\xC4!\x9B\xF5Q\x143\x06\xF8\x0E r\xBB*\xA7\x12Z\x1C\xEB\xFC\xDF\x1F\xF3\xD7;\x00\x99T\x05\xC9*Y\x1B\xEB\xD1t\xDD\x02\'\xBA\xE4G\xAF\xEAw\xF9\xB6P\x05\xDF\xBDK\xFA\x140\xFF\xF3h\xA7\x01\xBB\xD9A\xB0\x0F\xE8\xD8\x19\xFC\xC8\xE2%\xB5\xEEC\xCF\x01\xEF?\xCA\xD8\xFDd\xD3\x9B\x01\xC5\x18i\xCC,\xDC#\xAC\xF2\xE4\x96\b(\xFC\xAAL\xEC\x07_\xFF\x0B7\xD1\x1C4\xC5$?\x006\xAB\xCAW\xDF\xBF;\xD6\x1FK\xF4\x17\xFAb\tL+\xAF<\x0BX\xDA,\xA1\xE1\n\x1B\xF8$\xED1\x16/\x07C(\xE8\xFA\xB8\x14\xE7\xFD\x0B3\x14D\xC48\xF3 \xCC2\xD6\xA1+\xF1\x17\x97\x01\xDB\xED\x0F\xA1\xF4!\xE4\xEF\r\x9C#\x12\xE4\xCA\n\x88(\xCD\xDF\xF1\xBF\x01\xD1\xEA\xF3\xBF\x02\x12\xFB3\xC4]\xE5\x90\x07\xBE\xB6\xF1\xE4R\xAD\x114\bI\x1E\xC1b\xD0\xF9\xDE\x00\x11\xE6\xB7\x17\f\xF5\x1E\xDC\xC6\xE3R\xF5)E\xFC\xCE\x13\xD5\x06@)\xD2M\x05\xFB2_\xFF\xE9;\x1D\xA43\x11#d\x86\x17?\xE7\x1EK\xD7\xB6\x0F8O\x14=\xCC\x0E\xF7\xC0\xDC\xF0\xD2\xA6\xF59\xEC\xB6N\x1D\xA8]\xD8A\x00U\xC0;\xFC\x0F@!\xBD\n\xAD\xE6O/\\\xB6\x18\xFD\xE8\xF5\x1B\xB3\xEF\xDA\x12\xC3S\x04\xD6F\xF6\xE0\x1C\xFE/\xD3\xC9\xAE\xF4\x05(\xFE\xDE\xD0\xF5\xFD!\xD8\x1B:\x05%Y\xE1\x03\x0F\xD9&\x06\xF0\xCD\t$\xF8\x99\xE1\xE9\x14h\xA7\x03\xCE\xE9b\xD6\x1A\xBF\x01\xE0\xF3\xC5r\xAA5\xC3D\'\x95!\xF3\xB6\x15\xFB\xEC\xB3\xC6\x07\xD9R\xF8\rl\xEB\x13=\xF0\x1C\xAD+\\\xA3,\xECq\x8F\xFD\x17?\xCA-\x9A\x15\xE3:+\xBA\xEC5\xD1\x05-\xB4\xD3\xEF1\xF9\x15.\x04:\xED#\x8E\t \xDA\x03\x0F\xE0\xD0\x07\xE67\x0B\xE10$p\x0E9(\x94\xEF\xBA%\xDD1\x9C\xCD\xBFe\x04\xE6\xDE\t\xBB\x01\xD0\x12\xC5\xE7\xB9\x1C\xFFm\xF6\xC5\xFDJ\xDD\x19n\r P\xF7\'\tL\xB7\xDE\x9E\xF2\x0F\xC9\xFAG\x11;\xEC,Q\xF2\x16e\xF8G\xD3\x02\xCA\x9E\xE5\xD0\xFDJ\xE8\x10D\x06\xFD\x1AN\xE4\xF8#\rI\xF0\x167\xE2G\xF30Q\xFA\xEE\xDDD\xB2"\x0F\xA0\xF4\x02\xC2\xAC\xEF\xC9\xDC\x19\xE4\xC5\x1EY\xFD&\xB5h\xD8-\xE5\xCD\xBC\xFA\x9F \xB7\xFF\xC6\xA8\x1BX\xF7B\x06\x1E\xF2\xC0\x17\xDF6\xA8\xC3\xD5\x0B\x01B\xD9\xA2\xC9K\xCA\xF9 \xB1\b\xD7#\xA9\x0B3\xCE\x07\xEAX\xD3\x150\xE4>\xFC\x12F\x93\x009\xEC\f\xCFB\xE4\x18\x05\xAE\xF6[\x1A\x07\xD6?\xE9/\x0E\xDD(\xEE\xBA\x13\xDB/\xAC\\\x02\xCD \xF6\\\xEA+\xB3\x16\xEE4\xFE'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\n\xC9@\xED\x1A\xFE&\xDA1\xE6\xF5C\x0E\xC1I\xF8\xDF(\xC7P\xFC\xDA\x0B4\xFF\xCF\'\xF4\xB4\x18\xFCO\xE8\f\xD1\x15\'\xB49\r\xFC\xD3&\xF2M\xCE4\x04\xB5+\xD5\x03G\xC9\xF3\x19C\xD5,\x13\xAE6\xE0\f-\xA6\xF9c\xB4\xD0S\xA2\x03\x16\xBA\x1E\xD8\x02.\x94\x1C\x04\xED\x16\xA8+\xB9e\xE7\x9FL\x04A\xD50\xA6\x1E\xBA@\xFA\xEA\xDE\xF3\xC5_\xE4\x15\xAD\x0F\xFB\xE7\x1Dg\xEC\xF9\x1A\xE50\xB0\xFF\xE2\x07\xBE\xFA\xE7\x02\xC8`\xE7\x1C\xDB\x11\x07\xE2\xF3\r\xC6d7\xA6\xEF\xE4\x11\xD0j\xB3\f9\xE4\xF6\x1E\xEF\xC5\x1A\r\xDE\xEB\xC2\b\xE0\xF3,\x02\x9CX\x06H\x1D\x9F.A\xC1\x02Y\x83\xDA\x0B\xC5:\xA0\t`\x11(\x8Ep\xF1;T\x1C(\xF6\x00M6\xC3,=\x1EH\xEC\xD4\xFC\bR"=\xF4\xE80\xD7\xC3\\\x07\xD1\x13=\xFB\xB0\x1F7\x11\xF7H\xCAn\xDA\x192\xCE\x10\xD8\xFF\xED\b\xD5\xE1\x18(\xF5C\x15\xE0%\xBD\xED\xDB\xF7\xD1\r!\xCB\xDA\x9D\xEC\xB6\xBA\xD3\xF4\x9B\xEA\x01\xAE\xF9(\x10\xE0,\xCA\xAF\x00\xBF\x19\xF9L\xFF#\x981\x02\xD9R\xF2\xCCf\x98%\x16\xFE\xE7\x0E\xC2\xF7\xAE\xE8+\xB8\xF5r"2\xEF\xBC\xCD\x00\xAC\xF2O\xFD\xCB\x1C4G\xE9\xAC\xFE\x10\bJ\x17\x0E&\x05\x17V\xCE\xDD\xBF\x1A\x8DD\xF7\x17\xED\xDAV\x07\xA4\x11\xEE\xDEF\xE9\xB6"\xE3\t*\xFF\xD8\xEE\xB63\xA7 \xEFA$\x04U\x19:\xCA\x93\xF9I\x0ET6 \xD1\x0F=\x06W\xB6\x02\x170B\xE4,\xD4\xFC\xEEe\xE0\xFA#\t/q\xE7\x06\xD0\xBCc\r5$\xE0@\xCF\xB9\x18\xF8\xC9o\x10\xA54\xBB\xE7\x06>\xCFR\t\xD5^\xDF\x13\xFA\xC6\xE3\x0B\xDB\x13\x03\xB2\xE6\xDC\x07\xFB\xE9.\xD9\x92\xE5\xF3\xC5\xDC\xF9\xBB\xF2j\xC360\xAB\xC8E\xB5\xEF\x0F\xFD:\xF2"2\xE4\x03\x9B\xC7\xF1\x1C-\x058\f+\xF3\xFE?\xD4\xF8\x14N\x1D\xE1\xF9)\x01\xBA6\x8B\xD4H\xAA\xFE\x1E\xEA?\xD4-\x1A\x9D\xC3r\xB3\xF6)\x12"\na\'\xD0\x1C\x04\xA8\xE1\xD7\xFF\x1D\xE8\xD34\xA2\xD9\xC7L\xFF\xAA\xD6\xF9\x15F\xFE\xAE\xE7Z\xD5\xA2\x1C\xDC\xC1\xEC\x19_\xC7\xA1\xF3\x0F\xC3\xE9\x18\xF5\b\xED-\r\xF35\\\xC0%\n\xF6]\xEE$\xE2\x16\x01Q\xD38\xA9\xEDK\x99\r\xEB$\x14\x12Q\n=\xF6\x15[\x1F\xB6\x11\xEC\x1AP(\xEA\xD2x\r\xF6\xC0\x01\xE4R\x06I%\x0B\xDF)\x021\xB0\x01+\xD2\x05M#\xDB/\xD1\x92\xC8\x1F\xB8\xFB\x0E\xCC\x16\xBF\xD8!J\xD1\xFA\x1F\xA3\xEE&\xF6@\xD9\xF2\n\xFD\xDE\xAD\xEF \xE2(\xB4\xF3\x1D\xFF\xDE\xF0Y\xBDK\x988\x1B\xFA*\xF0\xD2\x8BD\xF2\b\xDFJ\xC1]\xAF\xE5V\x9C5\xE9\x10\xB8^\x17\xE7\xF2U\x07\xED^\xE4<\xF4\xFD2\xF0\x05V\xC2\x01\xDCl\x07\xAA!\\\xA0)\xBFa<\x02\x91\x14e\x0B\xD7\xE7%\xFC\x19,\xD4\x02%\xCC\xDAw\xBB\xE7"\xFA\x19l\xCF\x03)\xEF\b\xFA\x12\xF3\xBF\xFF\xCD\xF4=\xFD\x0B5)\xA8\xD2#\x04\xB1O\x10\xC9\x89\xE1-\f\xE9\x1B\xB80\x0F\xE7\xC6E\xEB\x12\x07\xF5\xD30\xEA\xFA4\xA7H\xB5\r\xC9\xE7\xF6\x0F\xEFH\xAD\t\x114\x05\xD6\xB3\xEB\x1E\xF7\x96\x18"\xCA\xDB&\x1At*\xA2\xE0\x1E\xBF\xD8\x00\xE1C\xC2.\xDC\x1D\xEA\tc\x18\xB3;\xF8M\xD2\xFC\xDE5\x04\xF8\xD6/\xE3\x1B\xB9V\xDB\xC8\x03"\x11i\x05E7\xB0[\xC1\xE4\x00 \xF5\xC6?\xE1\x0F2\xC5>\xE3\xD48\xB7G\x0B\xE4\xD4\x07\x13H\xEB\xAFc\xF7\x1A\x13\xEF\x0B\xF6\xA4\xD3A"\xF5\xD9\xCD\x11\x95+\xF1\xBEW\x15\x1E\xB2\xFF\xCAI\x0E\xF0\x19C\xBC\xEE\xCF\xD5\xEC\x9E\xDF \x07\x16?-\xDDT\x8F\xFE\\&\xAA\xFDN\r\x00g\xEB.\xFC\xAB\xEE7\xF7\xC7\x04#\x0F\xCBO\x99\xFD:y(\x01\xB9\xFB\xE7(Z\x06\xE1E\x17\x01\x86\xCE\xEF;i\x9F%\xFB\xAC\b\'\xE3T\xF9)\xF5\x12\xFE*\xD8\xF9\xA1\xF2\xD0\x1A\xEC\x14\xCE\xF4\x07\xDA\xEE\xBB\x14\xF5\x80\x05\xC5R!\xB9[\xDB-;\xF0\xE52\xBD\xD7\xE8\xCA\x16\xE27\xC6\x13\xA8\xFF\xEF\x1F\xC8\n#\xE4L\x06\xDC\f\xE97\xE0\xD0>\xFE\x9D\x172\xC1\x1AU\xCC\xBA\xEBh\xC87\x0B\xB7J.\xBD\xE79a#\xCB,\xDD\x1D\xD3>\x15\xDF\x00\r\x98\xFC\xD2\xA9\t\x1D\x03%\x11\xAFM\x07\xEFI\x0B0\xBF@\xB3\xEAy\xD6\xF5/\xBB(\x18\xF3\x03\xBD\x14r\xF4\xD8\n\xB6;\xE4\x03B1\f\x1C\x04\xE6&\xF7\x03\xDE\r\x1D\x9D\x16\x03\xADH\xE7X\x10\xF8\xF11\xCD\x1B\xEAK\x16n\xF8\xDD?U\xF2\xFB\xDB \x8E\xD6j\xE0\xF8\x16\xDA4\xFB\x94=\x10\xFC\xAC\xD4\xC5T\x1E.\xE6\xC79!\xEB\t\xAC\xD4\xF1\x8D\xDEI\xAE\x13Z\xD7\xA6C\xFBS\xD5\xF7\xE24\xFB\b\x93\'\xBD\xE5\xA5D)\xF4\xE2\xC2"\xB5\xEB\xC7\xA4\f5\xBE/\xF5\x1B\x03\xCA#Q\x00\x0E\'\xC4\x19\xDF\xEC_A\xF9\x0E\x97\xEE\x06\xAF\x11P\x00\xFAf \x10\xFD$\xF6\xD4\xFE\xC3;\xF1$\xC8\xED+\xBF\x11\xD1\x1A\xF0\xC86\x0Bh\x04\xD5\xB8\b4\x02\x0FC.\xFD\x18\xD3\xEAd\x0F\xFE\xB5\xEA8\x9E\xF2\xD0\xAE\xE7\x04P\xCC\x1F\x02\xE5#\xDDK\xFE\xD4+\xFA\xDE\xC4(\xDB\xE9\xC3X=\xBD\xEC0\x1E\xE3\x05\x16\xB2\n\x00F\xEB|\xB7A\x00\xDA\xEC\x19\xFB"\x12]\xA3\xD9\xF1\xCE\x06\\\xE0(\x04\xC9\xE4A\xD1+\x11\xE4\x06\x1Eb@\xF1\xB6\n7\xA0\x133\xB4\xCB:\x1Bb\xF0\x9FB\xBC\x147\x04\xCE\xE3\n\x17s\x9C\x0E\xD0/e\xDB8 \xA7\f)\xE0\x1FM\xCE\xAEI\xDE\xED\xCA\xFEO*\xE6\x94\x1F\xEF\xAF9\x19\xA0$\b^\xF7D\xBD/\xDF\xF9\x15\xD5,\xF6\xC0\xD2\xF0\n\xF7\x14\xE2\xBD\x0B%\x16\xF0P\x9F\xF7\x1A)\xA8\x01\xDC\xF9M\xB9\xE8\xF6\x8E\xE5\xCA\xF9\xD7\xF3\x06\xA0\xF9\x0F*\xC42\xF7>\x1A\xB1\x11\xFB8\xBE\x13Q\xFF\xF3V\xDC\xEF\xC3\xAB\xD9\x19\x0B\xC9\x9C$Z\xE9\xFEFk\x03\'\xE8R\xAA\x016\xCC\xE7\x00\xD2\f/\xB6\xF0K6\xC8\xF2\'A\xFF\x1C\x11N\x04\x18T;\xC2\x15^\xEF\xE3\x07\x97\r\xE8&\xE0\xC4h\x0B\xDB\xF8\xC6\xD6\r\xBA\xFA\x15\x1F\x02R\xFD\xEE:\x0F\x00\xDD\xAB\x17\xE3\x1D\xD9\x9D@\xC4 \xF4\xD8W\xF8B \xE6k\xDB\x12\xD3\xE8\f\x18\xD7\b\xC23\xD1\xF0&\xB10\xE4\xD0#\xB6=\xFE\x1Et\xBB\xD4\x04F\xF3\xD2"\x03B,\xE4!H0\xCC>\xE8&\xD3\xB0\xE6J\xC13\x07<\xCA\xB8\x10/\xF9\xD1\r\xEB*\x05\xB2\xDE\xAB\xFA\xC8\x06?\xFE \xB2Z\xA2\xEE\xE1]\xAB\x0B\xDD\xC0\xFC\x0E\x02\xEA.\xD7\xCA\xF36\x14\xFC/\x9E\x17\xE81\xA9\xED\x1A\x9B\x01\xEB\xAE\x06\xDF\x8C1\x12h\x05\x1B\xF2\xD0 \xF9\f\xF3V\xE5\x06\x18iE\x93\x11=\x18\n5\'\xF4\x92S\xC1/\x03<#\xFC\x14*\xF8@\xECk\x99D\xF6\nQ\xA4\x03\xDCO\xCC\xEF\nX\xFE\xB7P\xCD\t\x7F5\xD2\x11_\xF1\f\xF9\xC2\xF5\xDA,\xB5]\xEC\x8BI%\xFF\xAB9\xDD\xB4\xFD\xE4\xC8\x1E\xC3^\xEA\xB8\x0F\x1B\xEE\xDE\xF8\xE5\xCC\x0E\xB7\xD5K\xC7\x01!\x13\xD9\x1C\xAF\xE1\x12\x1B(\xEC\xB2!?\xDA\xC1\x1E\xF6\xDF\x13\xF2\xBC\xDC\xF6)\xBF\x1DQ\xCFB!\xA2\xE4\xFD\r(\xE0\xD7\xC1\xEB\xCD"\xF0\xC22&\xD6\xF1\xF3\x00\xD6M\xE2\xCE*\nF\x15\xF1o8\xEA\x06\xA0\xE4/\xCC\xF15\xC5b\xF9\xBEB\xE4\x0F\xF7\xA9+\xE5\x0F;\x04\'E\xFD\x17>\x04\xE6\xFF\xAC\x17\xEA\t5P\x14\xC5@\x04\x16w.\x12M\x01\x15\xF7\nS\x020\x9E \x05;\xFB_\xA5\xD5\xBB\x1C\x98\xDC \xF3\x19X\xB7\xFBJ\x04\'\xED\xD20\x07\xC7\x00S\x18\x05\xCEk\x90\xD5\xC4\xE7\xAA"\xCA\x9FJ\xD58\xDE\xFC\xBA\xCD\x01\xD6\xF6\x962\xFC\xB3\n\xF6\x9C\xD5a\xE6\xA5;\xBA\xE1D\x15\xED\xAD\xC2\x14\x01#4\xFA\x01\n.\xCF?\x0E\xD6\t\xA6\xDD\x17\r\xFE\x88\xF1f\xD65\xBC\xEA\xFC2\xEF\x16Y0\x0E\xECb\xF4\f$\xEF-s\x10\'\xEF\x1Ad\xE8\xD0\xF1\x1D\xE4\xDB=\x07\x1B\xCB!\xDE\x14\t\xC8\xF7\xD2$2\xF3\xDB\xEAV\xC8\xE2P\xC0\xAE\xFE\xED%;\xF5[\xB9\xE5N9"\x15\x86\xE0\xF3F#\xB0\t\xE0\xF7\xB6\x06\xD83\xE1\x15\xB4\xC7\x02\x9A\xE5G\xAC9\xBC$\fQ\xC8E%\xBF\xED\xB0G\xFA\xEF.\'\xB5O\rs\xE5\tE\xB2\x10\xEF@&\xF6\x12j\xE1\xC3\x1B\xE9-\xC9\x1F\x95\xDB\xE9\x0B\xFA*\x1C\r\xDB\xC6A\x1E\x01K\xCD\x19\xFD\xC0E\x07U\x1D\xF5\xD8\n\xF9\xE0\x05\x12\xDA5\xA4\x03\xFD\x106)\x00\x0E[\xD2\xFD\xE9\x1C\xDD\xFF\x97\x1A\xCB,\x05\xA1\xD4\x17\xE8\xD83\x05\x90\x13\xD3\x00A\x10\xF8\x04\xCDI\xC3\\\xCF\xA6R\xFE,\xE9\xA2&\xF1=\x97+\xF8\xDC\xE9\x12>\xC0!Y\xCB-\xFE\xB0\xF8\x17\xE8f\xCF\xF3\xE2\xD8\xC1\x8F\x06]\xA57\xF1\xBB>\xD7\xF5\xFBh\x1D2\xB9\x02\xA7B\xF8*K\xB2\b\xEE\xD7v,\x19\xB4\xFF\xEE\x05\xE7\x13\xF4\xD4\xBC\x11\xDCm\xE5\x05\x1D\xD15\xA7\xCD\xFD1\x16\xEB\x9EB\xE6]\xEF)\xD7\xB8 \x88W\x15;\xE9\x1D\xD7\x10\xC7\x07)\x12Q"\xBF\xE6\xDE\x0B\xFD[!\f\xCE\xF1\xDDb\xFB3\xAC\xC0\xF46\xE3@!0\xB9:\x1B^\b4\xFA\xC2\r\xB1\xEBK\x01%_\xF0\xB2\xD5\x02\xF5\x1A\xD3\x1E\xC4<\x06J\f\xFB/\x03$\xF6F\xF5-H\xFA\xCF\xE9\x02\xA7\r:\xCE\xF3G\xC6\xED\xE3\xBB\x1C\x0F\xC5"\xE2\x17&\xEA\n\x95\x12\xD5\xF6\n\xDF\x99\xEC\xCAC\x18#\xD5T\x14\xF3\xBA\x0E\xE1\bN+\x0F7\xBF\bK\xE1\x95\x14\xF2\xDE\xC5\xEB\xB3\xCE\xE0\xBD\xBB\x01\xE2\x1F\xB0Z\xDC-\xEEM\x15\x85&\xDB\x17/T\x006\xE8\x9C\fS\xD1\x02Z\xDC\xFB\xAFn\xC5$G\x02\xF7\xE3\xA6\xF0\xFE9\xDF)\xC7\x1B\xFA\x8F\xE8\xC6\xDFg\xAA\xF1\x10\x01\xF9\xCC+7\x1BO\nj\x13\xFF\x14g\x9C\xEE;\x17\xFE\xC9\x1C\xB6\xF8\x055\xB1\xFA\b\xA1\xF6\xD6G\x04\xF2<\xFA\xB8\xC9(J\x1A\xE65\xFD\xD8\x10)\xB7X\x040\xCC\x9D\x07u\xD95D!\x17\xF8\xFF\xD7#2\xB7 t\xE7\xA9\xFF\xD7\xF1\xA3*7\xDC%\b\xD6\f\xC1\xF46\b\xE2_\xD1\xE9\x0Fo\xD3?\xB7(\x18\xCD\xB1\xDE\x12\x1FB\x0E\xEC\x03\xCE\x15\xF0\xACd\x1B\xD1\x0B\xE8\xBC\x11\xF6?\xEA\xAF\xF4\xD1\x04\xB9<(\xE6\xCBV\xEC\xDAC\x05\xBC\x12= \xFA\xD3\xE89\xCB\xF3M.\xE5p\x94\xD8(\xFF!E\xC1\xF0 \xE1\x11\xED\xFCO$1\xEE\xA3\xE4\xF5\xBE/\x9ER\b\xBF\xEA1\xDEA%\x1AN\xE4 \x00\x16.\x0E\\\xED\x8E\x0BI\x15\xFC\xA1\x0B\x18\xD1\xF7\'\xE2\xC7E\x0E\xB1\xFB\x1B\xA9\xFF\xB7 \xFA\x0F?\xBE\xF2\xA8\xDD\x19\x01-\xC8\x06e\xDA\xC0\t\xFF\xD3g\x077\xD7#\xF9\xDF\x1E:\x00\xC8\xFA\x92\xF2\xD8\xFC\xAD\xCFW\xC0\xE2\xFD\xCA\xDC\x1E\xF3\xC0\x06\xE1@\xC4/\xEF]\t\x9A\xED\x05Z\x1D\xBE`\xE9\x13D\xDD\xCB\x1A\xEBU\x12\t:\xF8\x9BL\xE7\xAC0\x1D\x8C\xE6C\x15\xC6\xFB\x19\xAF`\rC\xD4\xF5\x0EL\x16\b[\xC4:\r(\b\xF1F\xA8\x14A2\xD3m\xB0\x1C\xF5$\xFE\xAE\xDAK\x19-\xBE\xDB\xF2\x0E\xE0\'\xD2\x06\xF1,\xAE\x03\xCF2\xE5\xCAY\xD6\f\xFD<\xF0\xF8\x0FW\xF4\xB7(?\xE0\x01\xEF\xC4\xE8\xB4+\xA4\xE2\xEE\xB5+\x02\xEB\xDD4\x9A\xD7\x1F*\xF6\x05\xE5\x00+\xEC9\xCFU\xE6\x0F6\xCD\xFC\xE7\x13\xFF3=\x04\xF63\xA0Y\x0BA\xDF\xF5\x1D\xB8)\x14\xEC$\xBB\x16\xD2\xC58\xDF!\x04\xEA\x96N\xCF\x134\x06\x18u"\xD89\x1E\xD2\x10l\xBB\xF8\x1A\xFF\xE8c\xB5\xC3\x1A\xA4\xF8\f\xDC\x13\x97\x04\xC0\x1E\xF4\xB2BS\xA3\xCF\x91\xC9P\xBA\x16\xE8\xC3\xFE%\x9DH\xFB\x04\xAD\xF4A\xDE`\x07*\x02\xA9\xCD4\xD9\t\x1D\xF7\'\x8A\xFC\xCD\xF1\x01\xBES\xFE\xE5\xA4\xF4\x17>\xC8K\t\xD1\x0F\xEFWD\xC9#\xBAL\xF1,m\xDD\x07&\xD5\xEF!\t\xEA\x1D\xFF\xD8"\xF98\xD4b\x0F\xEA\xD9{4\xCE\x01\x1B\xA1\xE5L\xED\x14\xFCz\x10\xF11\xBC\xE3R=\xDCF\x0B\x12\xF7\xC8.I$\x05\xE2\xEE\xAA/\xE0:&\xD9\x12\xE33\x02\xFB\xD6\x18\xEC\xA5;\x10\x02\xC0\xE3<\x13E\xF0o\xDF\x10\xB1\xEF\x18\xBC\x07\xC6\x1A\xE3\x0B\xC10\xFA\xB6\x1E\xD7\xBFG\xE4\xB1\xC7Y\xD6\x07\xEC\x1E\xC2\xAD\xE95\x9A\x18\t\xDA\xB2\xCEW\x12#\xBA\x03\xF7\x99\xFD\x07\xB2c\xE8\x1F\xC6\x0BF\xF8\xE2\xC9/a\x15\xF6\xD4,\xA7\t\xC60I\x03\xE3-;\xF1$\x92F\xE9V\x11\xF2\n=&\xF3\x1B+\xF9\x17\x01\xAA\x0F\xF6\x16%\xE1`\xD4\xF0<\xEA\xFC3\f\xD9\xFAv\x16\xCCP\xE9\x1C\xD4\xF4\xA0C7\xAF\xD0\x00P\x1A\x8C\xFB\xD9\xB4\xFB\xB7\xE4\x01%\xF4\x8A\x1D\xCC\xF8\xABS\xFE\x10\xF6\xD3!\xDC\xCBe\x98\xFF\xD0\x05\xA1D\xDF:)g\xD03\xFD\x06*\xBB\x03Q \xC1\xF2\x91D\xC6\xE6\xF1 1\xBE@*\f\x15\xDD\x05\xE5"\x12\xB9\xF2\xEB\x0BG+Q\f6\x19\xD2\xE8^\f\xD9L\x13\xD2\xDE\xBC7\x03\xA8,\xFD4\xE9\x0E\xDDU\xED\f\xCC\xE8\xB8\xF2\xDA\x9FL\xC9\xF4\x1C\xDF\xA8\x0Fh\x01)\x1B\x07;\xA5\r\xDD\x04\xF0\xC7Q\xF9\xBC.\xF0W3\xDA&7\xD0\x1D\x05\xCB\xF2b\xC1@\xFC\xB88\x00!\xE8\x06(a\x19\xEEJ\b\xC2\xE2\x19\xB59-\xBE\x1E\xFE$\x14C\x04\r\xED\xB3\x11E\xFA\xCD\xE5\x16\xD3\xDF\xED\xB6-\xFE\xD3_\xAC\x17\xE2\x01\xD0k\x19\xFD\xC5\x96\x07q\xFF\xAA\xE7\xC3\'\xDE\x9E\x12\x06\xDD*\xEE\xC3\x95\xF5B\xAD\xCA\xFA\xE3\xB8\x14\xF5O!\xFA\xC9\x12\xF4\xD6_\x99\xF7\xC5\xE27"p\xD9,\n8#\xB4>L\xF9\xCCX\xE3\x13B\xF7#2\x90\xEB!\xAB\xD8\x0E\xE9\xF8\xCA\xE0\x15R\xF5\x00\x1B\xED\xF8I\xAA\x17\x0EU\xE13\x18\xEC\f1\xD7#:\xD1\xA3\xED\x05l\xA9\x01G\xE3\b.X\x1C\xFB\xCF\xE6\x00\x87\xC0\xEE\xFF\xF5\t\xA5\x0F\x19$\xF4\xC2\x07\xE6\xB8I\x0F:\xF4\x05)>\x16H \xBB<\f$>\xB31\xD6\x1F\xE6\xCB\xF6\x03%\xD0\xFE\xBFN\x04\x9Aq\xFF\r*\xD7>\xDF%\xE93\xB5\x10\xD1\xEE\xBA\xA9\x15>\xF2\x1AO\xD4Z.\xC5\xE75\x02\xD8\x9A8(\xCD\xFD\xD6\b\xDF\xBEM\xE3\xCD\xB4\xF0/\x03\xED\xD9\x84\xCE\x0EY\xC4\x00p->\xD8\xB3f\x10\xDC\'\xF4\x1B\xEA\xC5\xF2Y\x17\xBD\xF8\x0B\xCE\x1B\xFC<\xDD\x02+\nS\xC3\x062\xE3\x11\x94\xDC\x17d\xF0\xBDO\x0B\xEBm\x18\xEFU\x1C\xCA\x131\xF9\x00\\\t\xA3\xD3a\xF91\xEB\xFC\xE1%\t\xB9\xEC\xA0\x1C\b\xF18\xA5\xE6\xCE@\x12\xDD\xAD\x07\xE61\x8F\x15T\xC1\xF2\xA3\x1FL\xF6\xD7\xEB"\xDD\xB1\xF7\'\x03\x1F\xF9\xD0)\xE1\xFC\x1F\xB1\xDC\x03\xA2,\xF6\xAEd\xEC\x9E\x1B\xDB&\xE5\x12\x1D\xC6\bJ\x18\x93\xF29\xD2\x14\xFBH\xE3\xC4\x1F\xFBX\b\xB8.\xF8J\x1F\xCC\xFFD\xEE\xD9)\x06d\xE6\xC6\x126\x8D\xFDc\x0E\xCBE\xEB\xBA<\x07\xAB\x13C\xCB\xF53\x10\xC4@\xE2\x01%\xD3\fE\xC2\xF3:\xFE\xB0F\xE1'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xEA\xBA6\xD8\nP\xED:\xD6\x11\xFEK\x8E:\xF3\xC0\x19\xE2(\xCB\xF0\x1CA\xC6\x0B\xF3\xAC\x13,\xFB\x94E\xE27\x07\xAF.\xF2C\r\xD24\xE2\x1D\xF9W5\xD7\xED\rK"\xF6\x066\xC8K\xFF\x16\xAE,\xF8\xBA7(\x0F]\xFC\xAE\x1E\xC0\x03\x86,\xE3\x1B\xD2\x03\f/U\x01\xA3\tY\xB2\xDE\xFA2f\xCE?\xDC\xE9\x0F\x1B\xBD\xF9!\xCC\x17\xDB\xFD\xABf\xEF\x04\x8F\xD0\b\xB8\x16\x02\xA1\xC3\xE3\xD4\xAA\x1A\xE1\xF0\'\xD4\xEBm\xE0\x19\x00\xF7\xA1\x1A\xE5\xF3*\xDE\x17\xF7c\xC5\xF0\'\xDE\xE8\xAF\xF8\xD7E\xE6-\x03\x14\x9B\x1E\xE5\x00\xBF\x07]\xCA\x01\xF0\xD7A\xEA\x0EV\xE6\xC8"\x15\xBE@(\xF1\xE4,b\x1C\xFB@\xEEs\x11\xFC\x9F\rD\xC4\n?\xCF\xEC\xCFF\x02\xC6?\x07X\xCC\xE9@\x07\xB8\x10nC\xCB\x14!\xBD\x10\xF7\xD3\xEBK\x06\xD7\'\x18\xF5\xB30L%\xA5e\x03\xC0\x9A*\t\xF5N\xD9\xFC\x12G\xAA\xF7\xC9\xDB3\t\'\xBC/\xD8Z\xB9\xF7\x1D\x03\x95\x11Y\f\xE0.\xD4\x13\x94\xFA2\x0E\xAB#\xFB5\xA5\x1E\xFF\xEC8\xF2j\xC7;$\xBB\xF1/\xA4P\xEC\x1F\xD5\xE5\t\x13\xE11\xF9\x1A;\x01\xB4/\xE9\f\xC6\xDD O\x0F\xE9\xB2\x15\xCE\x01\xE8 \x075\xE5+\xDA\xF2&\xB5"\xAF\xF0p$\xEB\xB6 \xD4\xE0S\xEB\xD8\xF4\xC1\n*\x98\x06\xDD\x1A\xA6\xFD^\xCA\x0F\xF9\xE0;\x11\x9E\xFB=\xB7\xD1\xF2M\xD8\xED\xCD\xE0\x1D\xA2q8\xED\x06\xD29\xFF\xF3F\x8E\xF8Q\xC7\xF2\x13\xCE\xADK\xFC4\xE2\xF8M\x06\xBD\xFD\xDCK\x01\xF2:\x12\xCA\x05\x19[\xDD\xD3O\xB7\x001\xE4\n\x17\xDC7\xB6\b\xCE\x00n\xF3\xC7,\x1E\x06\xAD$\x10]C\xF8\xD5\x01\x18\xBB\xFA\x9B&\xBFe\x1F\xDF\x0E8\xB0\xDCE\xFFa\xEA\x15\xC7\x07\xC95\xE7\x1B\x0E7\xC8\n\x19\xBF\xFE\x9AD0\xE5\xFB<\x15\xE9%S\xD5\xF5A\xEA\x02V"\xC1+\xDC\x19Q\xEB\xFF9\xC5\xE5\xFD\xBC\x15\x07)\xB0\xE11\\\x14\xDA\xE6\x07.\xD3\xEC\x17\x04(\x9C\x1C\x0B\xBC\xD5 S\x12\xDA\x9E\xF5\xD0\\\'\xA3\xE6j,!\xEF\xB9\x10\xA7\x1F\xF0\xCC\xF8\x0F\xC2\xB3*\x8C\xD1\x1A\xF1D\xE8\xAD\x05\x0E\xD6\x93\x15l\x0B2\x9E\xEF\xC9R\xF3"\xCC\f\xF4=\x1A\xC9\xAC\xFDL\xBEk\xFA\xEE\xE1-\xF59\x92\xED\x01W*C\xB0\xE2\xEE\xF8F\xD2\xDC\xF7\t\xCFJ\x03\xC0\x0BB\x9F6\x03!l\x12\xFB\xE3\x8B\f\xF85$\xBE\xE3D\xF0\xDC\xF6\xD2&?\xE6\x0E:\xFE\xEAF\xA8\x01\xEEW\x12\xF3$\xE41\xD5\x10\xC9@\x04\xDE\xFE\x0F\xB5\xF0\x18\x07\xFE\x11\x1F\x04\xB5\r\x16\xAB`\xE3\'\xF6/v\xE1\xD8\x18\xE6\xEE\xC8\bI-\xD9a\x16\xD1\xEEW\xFC.\x1D\xB3I\x18\x00\xDA\x1B\xBF\x97\xD8\b\xC2\xE0,\xB8\xD6A\x03\xA1\xCC\x07\xB3 S\xA8\x16m(\xC5&\xE4\xCC\xBF1\xD7>\xC3)8\xEA\x013\x1A\xD7\xEC\xCA\xB1\x06(X\xFE<\xDD\xF4\xBD\x1E\xFF\xC7\xB4?\x01\x96\x11\xCC\x03\xC1\b\xEA\xABZ\x05\xF9g/\x1EO\x11!\xFB\x0B4\xDD\x1DH\xF6;\xE9\x00\xF0\xD2\xB7\xE7C9\x0E\xFAh\xEA\x97T\xDF\xFD\xF2M\xC9\xBC\xFA\x90T\x13\x1C\xFA\xF1\xBC\xA9\xD2\x0E2\xAE\xEC7\n\xE6\x1F\xDE*\xF5<\xE8a(6\xC8\xF2+\xDF\x14\xEE\xB1\xF7\xD3p\x98\xE6&\xC1\xEB\x15\r\xDA&\xBF\x1A\xFA\n\x1D\xF5\xDB\xA4G!\xF2\x15\n\xCE\x1B\xA0\xD8#\x11:\n\x00>\xE5\xD0F\x12$N\x19\x01\\\xCF\x13Q\xF4\x05z\xC4\x19\xD9\xA7\x0E\xE0\xF8\x12L\xB7\xD0C\x01\xC9\xE7\x056\xF0\xCBT\xF8\xB0f\xFE\x88Y.\xDDO6\xA2\xD8\x05\x1B\xD4\x03\xB3-\xF7\xE7t\x0F\x05\xE5\\\xEF\xDE\xC2"\x924\n\xC7\xEB\xF8\x9A\xE4#\xFA\xDC\xA1\'\xD4\xAD\xEB\tQ!\xFE\xD0\x98\x1E\xE5\n#\xA2\x0E\'?\x1B\xBE\x14\x00\t\x1A-\xD1\xF1\xC8\xE6\x05\x10\xCA\xEB\x03_>\xF5\xC44\xDCL\xC1%9\xB90\xF6\xA9\xD2,J\xF5\xD9\xFDa\xDE\x04/\xD8\x0B?\xF1\xC1D\xFD\x173I\xFA\xBA0\xF1;W\x02\xD74\xF6\xEBU\xDA\xFC\xA9\xE2I\xD8\xA4B\xDF\x045F\x17\x8C\xF4D\xB2(\x13\xB4\xE9`\x0F\xE4\xFD\x07\xA7\xF0\xFF\xCDD\x1E\x15\x04\xB6\x0F\xEC+\xB0\x1FB\xBAk\xCA\xB1\x03+\r\xE2\xB8\xF0\x10\xE3\xD5\x04\xC6\x18\xB5\xEEF\xC3\xFE\x1A\xBA3\xF2b\f* \xF5\xE7\x0F\xBB\x1F\x0B\xF9\xD53 \xDF\xFC\xC3%\xFF\x17\x9C(\xD0\x19E\xDA\x14\xE2\t\xC3\xFB\xE7g\x1A\x06\xC4\x15\xE6\xF5\x0F\xEF\x1C4\x15\xE8e\x1E\xC8\x01=\x9B*d\xE8\x0B\xDF+\x0F\xA7x\xE1\xD3\x16\x03\xC5\xD1\xEE\xB6;\xC8_\xED\x96\xDC%q\xBC\xEF\rV\xE8\xDE\xCDF\xEF\x0BZ\xEA\xC7"a\x8A(Q\xD92\xA2\xCE@S\xFA\x9E\xD1(\xFD\xE1L\xD9\x97\xD1\xF5O&\xD0\x1B\xF6\x14\xA9B"\xF9\xCF\x05%<\b\x91-\xE5\x11S\x06\xFD\x17)\x01M\xC5\xE8\x00\b\xCF\x18\xA51\r/\xF7\xBE:\xAF\xF9\x02\f\xF2;\xE9\xB3\xF4!\xFE\xE2\xF0\xD70\x03;U\xA8\b\xBE\xF8\x008\b\xAA\xDF\f\xBEH\xFF\xD8\xF4\xC0Z\x16\xE7\xF1\xC7Q\xF6"C\xF9\x903\xDD\xD3\xAD\xF89\x12.\xACR=\xF6\xDA\x02i\xA8\x05\xDA\x1B\xE1+7\xBA\xD3\xFC\x19\x03\x0EH\xBF9%\x0E\xB9\x18\xDE\xC6!\xEC\x11%V\x19\xEB.\xFC^\xEF\xE5$\xCC\x077\x88\xDB.\xB4\xFD\x10\xEC\xB2\xDB\x1B\xC1\xE9"J\t\xE3\xCE\xF2\x1B\xFB\xE2(\xC6\x1EC\xC8\xE8 Q\xFF\xD2\x11\x95M\xDE1\xC8p\xD1\xED\x14\x06\xAA\xF6\xE9{\x0B\xF35\xD6E\xCB\xE3\xB4\xC4\x13\xD69\x06\xB22m\x1B\xEC\x0E\x01G\x1D5\xDE\xCC_\x0B0\x02u\xF3\x0E\xBD\x1Ee\x03\xB8\xD7\x0F\x9A\x05\xEA\xB9\xFC?\x0F\xF1\xC5`\xE7\xF4\x1C\x06\x13\xAA\xE4+\x9A\xDD_\xCA\x1DI\xCF\xFC\xB3\x16\x01\xA00\xF1\r?\xF4\x9F\x1F\xC8\x0F\xDD\x95\xFC\xE3R\xBA\xD3\x06\xA4\x18<\xFF\xF1\xD4\x16\xCB\xA6>\xEC1\x9D\xDF:I\xEE4c\x14\xFB\xD6)\xB9\x852\b#@\xC1\xEBU\xF6 \nC\xFA2\x01\xE2-\x8F&=\xE1b\xF7\x06\xDA[#\x02L\xE8\xFAE\xF1\x16-\xC8!\xF6\xEDj\xF9\xE6(\xBD\x9FP\xE4\xF9+\x04\xD5\xFC\x16\'\b\xC2!\xF5\xCD\xDC%\x06\x19\xE4E\xF8\x15\xAF\xCE\xFC(\xD6>\x00\xC4\xF1\x17\xD6\xB8\x11\xF0\x07\xD7\xEB\x0E\xBA(\x1D\xAD\xFC\xCC\xE0\xBA\x17(\xD2\x02M\xB3\xD7=\x12)\xC4\f\xD7L\x11\x05%:\xB7\xDC\x13X\xC7\xEFO\xD2\xFF\xE6\xB2\x0BL\xA8_\xEF\xCB\x02\xD7\xED\xDEl\x04\x9F\x0F\xB9\xDCZ\xAF%\xEAN:\xC3\xFED\x1B\xC8L\xD2\xE7:\x16\xED0|\b\xA75\xBE\f\xE9\xFF\b\xA0\xDFC\xB2\x1F\xF3\xC7\xDF\xED\x1C\nI$\xE7\xB2\x0E\xF7\xA6\x13X\x1A-\x01\xF1\x940\x10"X+\r7\x18\xF2/\xE8\x1B6\xCF\x03\f\xA4\xF8!a\xAC\xF60\xEF\xFF\x0B\xC1I\x8E\x0F\xD8\xF6\xEE\xE2a$\xF73Z\xCD\x19\xFC\xEB8\x001Z\xAC\xFD\xC5\xF0\x97\x005 \xE3.<\xDA\xF9\xC2\xE39\xFB\xDEK\xBF\xA3\xFD\xC6\xB6\xE3\xD2R\x06\xFA\x12\xE4-^\xDF\x19\xD2\xE5\x12\xDD\x04\x9C\x14g\xDD\xF4!\xFE\xC4A\x1C\x12\xCB\xDB\x1B\xAC\xE5\xF2,\x04d\x84\xD0\x17\xF7\xD8\x12c\xD1\x07A\xD9]\xCA\xB9\x05\xEC\x8FD\xD2\x17\x1E\xD3\xF4\x07\xE5\x1C@\xF6H\x1E\xAC\xC5=\x94\xF5\xBC\xFD\xC8\xF26\n\xBBU#;\xB6\xF92\xCF\x06\xE8+\xB1Q\xFB\x9A\x04E\xC2\x13J\xB8\xD8\x10\xE3\x07\xBB*B\xE72\x1E\xF5\xC0\x17\xFA\n\xF1(r\x10#\t\xB1\x0B>\xAE5\x14\xEF\xD6\x02\x0B\'\xFE\xEF`\xD5!G\x10@&\x9A\x00+\xCC\xEA\xD6\x1D\xE4\'\xAB]\x178\xD3\n\xE7=-\xED\xD4\t!\xF9>\xC3$M\xEE\f\xA0\x02\xB8\xE1\r,\xE9\xA1I\x1B\xD3\xFF\xC7\xF5S\xE9\xC1\xE9\x00q\xCD*U\x8D\xEA\xDF\xCC\x15)\xDE\b\xEC\xAB\x05\xDAf\xED\xF8B\r\xFDG\xC6\x01\x10\xEF\xBD\xE0\x01\xF3"\xBB\x0E\xF5r\x00\xDF\x93\xEA\x1A\xF47\xDB\x1C\xCB$R\xFC\xABj\xCF\x01\xDF2\xAE\xE5\x18\xDC3\x02P\x18%\xE0\xF9\xB4\x102\xC0i9\r\xB4\x00O\x1B\xCE\xE7\x15\xC1\x1E\xB0\xDF\x18\xA5\xF2\nS\xD9?\xF8&\xA3g\xC9\xDE\x18\xA7\'6\xCAT.\x02\xCF\xA7\xFEv\xF7\xEB\xD67\x13\xEF#=\x11\xC2P\xF9>\xA3\xBC\'\xF3\xD8\x9D\r\xC3 \xDB\xFB\x1A\x05\xA6\xF7\xE63\xC3\xF4-9\xFBP\x0F4\xC9\x03w\xBC7\xEB\x98\x1C\xCAH\r\x151\xFER\xD0\xE7\xB4\xF1\x16\n\xB6[\x11\xE4\xBF.\x16\t\xC6C\xDB\xB5\x07\xF6\xEA\x1F\r\x04d\xF2\xCF\x050Y\xECB\x07\xF2K\xCF\xEE#E\xD3\x17\x9Cm\xDD\xB7\x02\xD1\xE3\xF4J,\xE5#\xCF\x16.\xFD\x06\xE4\xD6\xB6\xEBB\xF8\x07\x1F\x0F\xFCF\xE2\xD9\xF8&?\x04\xADJ\xF3\x92\x03\xFA\x1A\xCAZ\x99\xD8+\xCA\xE1!\x0B\xB6\xCB\x15\xFE,\xE6\xA57\x14\xE3\xB9[\b\xEF\xFD\x11\x07 \xA3\xEE&\b\x91\xD8\x11\xF9\x05\xE1\xB7\xF3Y3 \xF1\x05\x8C\xD98\xBE\\\xD5\xA5)<\xEF\x1D\xC9\r\xD4\xE0 )\xE7M/\xE2%\xFF8\xEE\xB1\x14\xFCHJ\xE4\xF5\xB0\xD3g"\xC7\x00-\xFB\xDB\x1C<\xCC)\xEABW\x19;\xBD\xFF\x1C\xED\xAD]=\xD4\x12\xC2\xA9\xFBb,\xC6\x14\xE3*\x03\xEC\x1C\x07\xBC\x00\x99\xE9Y3\xFD\xB8_\xD1\x0E\xA8\xF0\n\xBD\x17\xF8X<\xE8\x8A\r\x1F:\x04\x19\xBC\t\xDAR\x99\x0F\xC5&\xAC\xE2\xBB\xF6\xD6\xC6\xFA\xDEb\xCE1N\xC5\'\x00 D\xEC\x0E\xCF\xDF\x1B\fN\xF3\x96?\xF9\xC5i\xD0\x14P\xDD\xF6\x18\xEE\x07\x14\xF5\xC16\xD6tC\xCE\xDF\t\xC1\xD6*\xFB\xD5\x95T\xE0\xF8\x12\xED\xF5>\x05\xEA\xF4K\x01T\x15-\x0B\xAF\x0F\xE8\x16\xF6\n\xDE\xF0\x9F\b\xE3)R\x028\xBA\xE8\xFF#\xCB\xDC\x180\xE7\xF47\t\'\xC2\xA5B\xCA\xDC=\x02\x1E\xFA\xE7\x11\xA2!/\x00\x1B\xF5\xC0/\xF0\'\xC8I8(\xB6\xD4s2\x14\xD1\n7\x87\xE5\xFF5\xF2%\xA5B\xB77\x14\xCD\xF8\xB4\xD9\x18\x90\xF6I\xD3\xAE\x7F\x11\x06P\xAF\x0E!\xD7\xB5\xFB0\x0Fn"\xEA\x9DP\x16\xB0+\x03\xF3N\xEB\xAD\x0F@e\xE6\x07\x10\xFF\xE8\xA3\x03\x19\xE5\x1F\xA6\xBE\xF9\x1C\xDB\xF0\x1Fy\xD1E\xC3\x04\xE4\xD6\xFDo\x1BI3\xFE\xC6%\xED\t\x1E\xF92\xED\xBB\xF6\xE1\xFE\xA2A\xED\x1B\xCE\xE4\x00\xB4*\x0B\xE0\xEF\xC6\xDA?\xBB\xFD\xD3i\xC7\xDD\x13\xAA@\xDA\xB5!\xD1^\xC4\xFC\x0B\xDFA\xE8^\x96\xCA\x06\xB9\x18\xDC\xFD[\x1E\x0E+\xE7\xBF\xEE\fc\xE6A\x12\xDC,\xC4\xE4B\xD7&;\xCC^\x03\xDEL\x06\xF3\xD49\xF7\xFE\xCF2d\x07$\x19\xE15\x1F\x05\xEE\xF7\xD0\x1EX\xF42\f\xDD.\xF3L\xCC,\x10\xFF%G\xF9)\xEB\x9E\x12/\xEF\xCA\x97\x03$\xD2\xA6\xF4\x06\xB2\xCC_\xA2\r\x02\x15\x9C\x1D\b\xEF+\x17\xC04\x89U\x12\x19\xC3X \x0F\xF6\x91\xEA\xCB\x0B\xF7\x9D\x14G+\x03\xEE\xC4\x17\xFAD\xED\x12\x90"\x04\xEF\xB0\xD5\xF44\xDF\fN9\xF6\xD2\xB2T\xF9>\xDF\x10/\x1F\xD67\xF8\x00\xF05T\xCF\xFDe\xC2\x12\xB2\xE6\xF9\f\x1F\x87\xE9\xDBG\xA9\xE6\xB9C\xFF-K\xB3V\xE7-\xBB\xB9\xE06\x9B\b\xE2\xAC\xBF\x00V\xD9\xBB\x199\b\xC1\x14\xAA\xCE\x01\xBD\xE2%\x064\x16\xF2O\xB6\xFFG\xE2\x15(\xBE\x19\xE0\xB5\xF3)\xE9\xDB\xFAR\xD5G\xF0\xCA&\xFB\b,\xF0\x03\xDE\x18\xD5\xF1\x11\xDB\x01#\xD4\xFB]\f#H\xCDo)\x1C>\xE63\xF7k\xE1I\x1D\xE7a"\xF0\x17f\f\xDB\xE9\xC1\xD7\b\x19\xEC\xC5\x99\x0BN\xE9>\xD5!I\x0B\xA96\x02"\x95.\xDD\x00c6\xBC\xCE\x108$\xC5_\xAA\x1E=\xC0\xF0\x0E;\xFD\xD6\xF3\xE8\xFF\x10\xF5\xD5\xC9\n\xA8\xFE\x0F\xD0\x9D\xEE\xFD\xD9\b?\xC7\xFB\xA7G\xFF!\xA1`\xCD6\xFBh\xF2\xD0\xAB\x06\x11\xF9\xC6\xE3\x14C\xCD\xF2\x0F\x05>\xB6\x14\xE2\xF5\x1Dw\x94\xF8\x0B1\xE7\xFA\b\xCDh\xA6\xE3\x16\xA9=\x1A\xB5\xDB4\x04\xF0\x16\'\xEB\xC3 \x02*P\xB81\x83\xE8\x1C*\xCC\x0F=-\xF6\xE6(\x05\x1D\xDD$\xFE/n\x8E\x031\xED\xB8\x1Au\xC4\xE9\x1B\xD3\xEE\xA4A\xD9\xFE\xEBO\xD0\x02\xBD)\xE0\x142\x04\x1C\xCB-\x05\xC3N$\xA0[\xB7F\xDDT.@\xF4\f\xC9\x13\xF6\x04\xD4L\xF4\xB9\xEE\xE1\xFC\xB3\x13\xDA\xAA\xBD\x12@\xC8\xE6\xEF\xDA\x1CU\xD3\xF7\t\xE1*\xAC\xFAR#\x02\x0E\xC4*\xB5\xE1\x16\xEFDZ\x99\xF6\xECF\xC6\xEFh\xDF\x12\xF7\xEC\f\xE3\x1F\xFA\xCE\x06\xB3\xD7\xE4\xA88\xE0&\\\x11\xDE4\x05x\x1A\xC6H\fW<\xED\xF7[\r\xB5\x15+\xC0\xFD;$\x9E\xFEH\x138\xBD\t0Y\xE6\x1A\x07>"\xA7\f\xD6\x18&\xB7\xD9\xFA%\xFC\x8D0\xD2A\xFE\xC4;\x11\x97\xF1\x1A\x12\xFAc\xD1\x1C\xEF\xC1\xFE\xAE#\x15\x93\xD6\x03 \xF1\xD1\x00.\xE1\x9E\xD47M\xF4\x07\xAD\x0E\xDDP\xEF\xD7\xC9\xE5\xF3\xDD\xCD\xF8\xACH\xF3\xC9\xDB\xFC8\xC3\xE6\x00S\x0F.\xBB\f\xE7V\x03\xAE\x19\xD9-\xE8y\x004J\xBD\x07\xE9E\x8B\x0B;\xE7\xCF\xFAC\xEB7\xE0\x92$\xC3\x17\b\x1F\x01\xFA"\xCD\xE2^\xEA\xC2\x1D0\x02\r&g\x98\x1C\xEC\x13\xD5\x011\x10U\xF3\x05\x1F\xCC:\xA4\xE4K\xD4\x1D\xF1\xCA)b\xF3\x07\xBD%\xE0\xC8\xED$/\x16\x02\xF9\xDA,N\xF0\xC2\r)\xBAM\t\xF9\xE6B\xB1Q\xEA\xDC\n\xA1\x193\xFB\x13\xCF\xB5A\xA7\x18\xFC\x06J:\xC0#d\x9B\xBA\xE9)\xAFc\xF8\xED\t"\xFF\x145\xB6\n\xE0\x13\xA2\xD0\xF9:\x0E\xD4\xA1\xFE\xDB\xAF\xC6o\x1E\xB7\x17\x06X\xDC\xFF\xF4\xCC\x153m\xD8\xF4\xCB0\xB9=\xEEF\xD5&\xF2k\t\xF6\xEA5\xD2\xBB)\xFF\xE3\x0B\xED\xFA\x1D\xE1\xD0\x133\xDD\xBFN\xD2\xE1\xA5\xF7@"\xFB\xECES\x1E\xAE\x04X\x1C\xF3Q\xE36\x10\xCD\xF3\xE0\xA01\x12\xAB\x1D\\\xEC\xA8\xBE\xFE\r\'\x14h\xC5\x10\xFF\xB3\x05\x8D\xE2,\xD9\xC5Y\xE0\xF0\x10\xD8\xA4A\xCD+M\bE\xFE\x93\f\x1B\x01\xF5d\xC8\xEAQ\xD6\xC01\x00\x17\xDB\xEA\xF5?\x13\xB8\x0B&\xF7\xEB\x04@#\xFB\xD3<\xE5\'\xD9\x02\x10+\x1D\xED\x98\xE0\x04\xF5*\xE6V\xCA<\x1A\xFDJ\x11\x01 \xAES\xF71\x17\x04\xDB\xF4\xC2\x1A\xD7\xF1(F\xAE6&\t\x19\x02\x99\x11\xE4\xCB\xB7\n)\xC3\xE41\xCE\x02E\x9D\xD6W\xAD\r\xEAj\xB8\t\xF8\xC4@\xE2\xD1\x05H;\xFC\xD3\xA9\x1F\xDB\x15\xF7\r\xEC\xBA#\x9F\xF3.\n\x1B\xE7\xC5l\xB4\x11\xA6;\xEB\xB7r\xE2\xC7\xE8\x13\xF1\xB83\xDE*o\b>\xF26e\x92\xFB\xDA]\xEE\xC2\x1F3\x18\xC0*\x01\xC7\xEF\x18K\x9B2\xF2Y\xB4\xC7\xE7\x1A[7\bK\xC0/\xDE\\\xD1\x07\xE5A\xBF\xCD9\xFE\xD5 \xE8\xFC[$\x014\x15\x05\xFB#\xD7\xD7W\xFB\xCC\xED\xF6 \xA5\xFD\xD3\x1A\x10\x06\'\xAA\x15\xFD\xDF\t\xF9\xE5\xDAG\x1E0\x04\xD0\r \xFB\x16\xDD$\xF8\f\xBA\xEC\xCD\xF2\x91\x02\x1D\xAB*\xFA\x17p\xDD\xED\x05\x8BJ\xF1\t/\xDF\xC9\r\xF6\xCE-\xA0V\n \xA3\x0EH\x17\xB3\xD9L%\xE1\xEC\xCBO\x1E\xE6<\xD1i\xB0\xF1R\x15\x89\xF6\xDF\xB1U\xDB\xE9\xAB\b6N\xA4\xD7.\x13\xFE%9\xE7G\xF1\xC6<\xD5\xB1\x0F\xF9W\x15\'\xBE?\xD0\x18\x9C\xE5O\xB1\xDCA\xF3\xBA:\xE8\x04\xC2<\xFF\xE9\x12\xBC\x04B\xB2\xF1\xBF\x0B\xF5)\x10/\xCB8\x06\xD2\x0E:\xEC\xFE)\xC1t\xCD\xEC\x10\xF2\x03T\xE2\xB1s\f\xD4\xFB\x13\t\xEA\x02%3\x1D\x96\xD9\xE3\x01\xAE\xF9T\x1F\xF09\t\x1B\xEB\x01\x1F\xF8\x13\xE0$\xD4/\t\xC9_4\xF8+\x00\xDDF\x9B\x04\xE8\xBC\x00#\x95\xFCf\xBE#\x11B\xF5\x1A\x00-\xBE!C\xC5\x1E\xF7\xDC\x19\xC3\xB5b0\x9CP\xF2\xE1\xC5D\xF5\f5\x13\xEB\xD8\x03\xBC\'\xFA\xC4\x12\xD05\xCB\xB1k\xF1\x8FU\xF7\x1D\xDC\x9D\f\xD5q\x182\xC9\xD9M\x1B\xEE\xDED\xE8,\xF2\xCB\xA0\x04\xE39\xD9\x86\xE4\xFC\xD0\xEA\x9E5\x04\xEE>"\xDA\xE2\x1C\xCE\xBB\n\xFF,\xCEh\x1C\xC4E.\x0Ej\xD3\xE1G`\xA9\xE4G\x1D1\xFC\r\xE5\xB0)\xF0\x16\xE5"\xAA\xEB\xF7\x12$\xFB\xA8`\x12\xC2\x1D\xD8\t\x18\\\xD4\xB4\x0BM\x14d\x07:\x17\x0B(\xCEO\xA3\x06\xF4\xFF\x108\xF9^\x16\xE8\xB6\xEF\xFD\xA0\xE1\xF4\xAF\xFE\x16\x80\xF4#\r\xFC\xED\x05\xDA\xBF\x19=\xCF\x02J\xC0\xFC<\xCD\bV\xB8\xE4:\n\xD1\xF44\x02\xB0J\xE4\xFA3 \xEE\xC8\xF7&\xB2\xDB\xF3Z\xBC\xFD\xE4\x14,\xC9H\xAF\xE9"\xD8\xA6>\x06%\xD4Q\t!\xCA@\xE90\x05\xDA\xBF<'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xB4"\xD1F\x05]\x1B\xC8\xEFQ\x11%\xFA\xCB2\x15\xEC\x07<\xC7\x03\xDF/\x14\xF7\xA5"\x0E\xC6A\x04\xAB*\f\xCE8\xFB\xE5\'\r\xD7P\x85\x13\xDE<\x00\x15\xDA&W\xE8\x19\t\xD61\xED\x16\x8FK\b\xE9\xC2$>\xF5\x14\xEB\xB1\xDB\xF7\r9\xB6\xD4\xE8\xA2F\xDE\xB8T\xAA\xD7\x1Bf\xF2\xB7\xCB\x07F\xEA\xDD\xFC%\xED\xE2\xF8J\xDC\x15\xA6^\xBA\xF4\x1B\xED\x03-\xF7\xBA`\xED\xA0\xF8\x02\xCB\xAD\xF5T\xBB\x04a\xF8\xD8,\x1AA\xF8\x03\xE2\x9E3\xFF,\xE6\x90(\x06\xFF[\x1B\n\x02\xF5 \xE5\xFC)\x9D\r=Y\xD8+\xBEo\xB2\x16\xD4`\x1A\xB5\xF1"\x07?\xFF\xC93\x95j\xCA\xE8\t(\xD28\f\xBC/A!\xFE\xDF\xCA\x1F\xE4\xB7\xCD\xFF\xA6\xE1\xC3b%\fU\xBF\x17@\xCF\xE0\xF36\xC0\xEE&\xD2A\x106\xC0\xE9\xFA"\xE4\xF0\x1A\x04\xF6;\n\x9D.\xC9\x024\xC3\xEB\xD3\xE1L\x15\xDC\xFC G\xAD\x1A\xC5L\xE3\x1D\xDC\xEF\x0E\x87)>\n5\x12F\xF1l\x0F\x1C\xD9\xF9\xCB\xEF\xD5\x04\xF9k!\x15\xAF\xD80q\x98\xC8\x05\xF0\x16N\xD4\xAF\x13\xFD\x84\xD01\xDE\xF0G\xFA\x0F\xE5W\x8F\f\x1D,\x03\xB5\n9\xD4\x10\xE2\x04\xF0\xFC\x12r\x06\xD2J\xE6\x15\xF2\xAB\xFD\xEB$\x05\xD6/\t\xE8\xB4E\x12\x1EK\xE9\xA9\xC5\rM\xE5\xF8\x12\xFF\xE1W\xB3\xDB\b1\x01\xC49U\x0E\x1E\xC8\x01\xBA\x1F\xD8?\xF4)\xFAp\xAA\xE7\xF8&\xEE\xBF\xF5[-\xD8#\xB1\xF5\x945\xC5\xF9e\xD5\xC1\xDDZ\x9C\xC5\x17\xB8K-\xFE9\xA3\xE2\xB9\n.\xF0>\x03\xCD\x19\xBA\xEC\x1D,\xF9D\xCC\x1Cd\xE0%\xE9\xB1L\xE4)[\xEA\b\xAB\x17\xDE\xCC\x12\xF1E\xC6S\x1C\xA7B\xFE\x9B:\xC0E\xEA\x18\xFF#\xB5\x05\x1DH+\f\xF7\xE3=\xFC\x8D\xF2\xD0\x05#\xF55\xFF\xD2\xDC\xFB\x9E*\x07E4\xD4\n\xA3#\xF3\xEB\x93\x0B\xF5\xD5\x06\xFA\x17\xA4\x11\xC3&\xD2P\x008\xBC\xD9/\x0E\xD1\xE4\x07\x15\xCB\xDF\r\x05\xD00\xE0V\x0B\xEC8\xE3\x00\x14\xCC4\x1EQ\xEA\xDF\x18q\r\xD9\xC4X\x19\x10P\x1D\xEAc\xDD\xA9\xF3^\xBF\x14\xE3\xFF?\xBA\x18I3\xBD\xEE@\xDA\xF59\xFE\xF0\xB8\n\xEA$\x06\x18\x9B\x00h1\xEB(\x1E\xF3a\xF9\x10\xC8\xAD\xD9,\xCD\xA0\xF4\xB2\xED\x06\xD8\xA7\x0E\x02&\xBC\xE6?\xEE\'\x97\xE5\xB6:\xC2\xF5$\x0F\xC9\x02\xE9I)\xC6\x10/\xDC\xFD\xCBa\n-\xCD\x04m\xE0.\x1DC\xA2a\xFC\xE1@\xF6\xB8\xD8\xFA\xADJ\xE6\xB7\x1B\'\xEF<\xF6\x19\x10R=!h\xBD\xFE(\xCD8\xCA\xF8\xA5\x16\xFC\x06\xCE\xF4,\b\x13\xD1\x00\xE5=!\xFA\xDA\xAFi\xD2\x06\xF0\xAA!\x13\x9C\xE3$\xB5\x19\x92\x0E\xCA\xE4\xF6\xD33\xC4\xED\x12\x1F;\x0B\xC3\x026\xD9\xA1N\t\x02l\xBD\xFD\xDD\t\xD4\xE6F\xF4\x15]\xECO\x10+\\\xB3\xDEBi\x01\xDA\xAC3T\xBB\x18\x8C\r6\x04\x1C\xF6Q\xE6+\x01\xD9\xF6N\xFD\xE9E\xD5\xF9U\x05\x14\xB4\x1DL\xAC)\xCD\xE3O\x19\xD2\x13\xED\xFE\xC2\xE4\xD4\x99\xE8&\xF0\xC5.\x1A\x916\xDE\xEF\xAE\x1D\xD7\x01\xCF3!\x11\xEB\xC8\x19J\xFB\xEC+\xD6\xF2O\xCE\xEE\xE1\x9F:\x12\xC3B\xEB\x1C5\xC5\b\x13\xEF1\xBF#?\xF1\x0B\x01\xDC\\\x06\xF0\x8A\xF5r-\b@!2\x12\x1DD5\x03\xA8\xF9\x0E\x02\xC6\n\xB1\t\xE1C\xF2\xE9\n\xC1\xF9\xA2&\xF1\xE2\r\x96\x07{\xE2\'\xBE\x14$\xFE\xB9\n\xD0|\xB3\x0E\xD3\xA7a\x1F\xDE\x01\xA9\xE9\xDA,\xCB\xE7\xF7\x0F\xBF0\xFF%\xBB\xE1\xCB\xF7\xB1X\xCA\xFA\xD9\xB4\x14TA\xD8\xEB,K!0\xFC\xBD\x9A\x1AO\xD8\x027W\xBC\x1FA\xCC\x15\x00\xF7\xB1\bC_\xD60\x1F\xF3\xFB\'\xE0\x04\xF4)\xB9\xCC8]\x0F\xFD\x98x9%\xA5E\x16\xDA\xE8\x0E\x8DG\x17\xDC\xEA\x05\xF2b\x0B\xE3\xCD \xB9p\xF6\xD2\xFE\xCBc\x0E(<\xF5\xB0\x15\xE5\x06\xD5\xF61\xDE\xC2F\x1C3\xE9\xFA\xC8\xF1\xE5M\xDC\x979\x19R\xE7>\xFC\x0B\xF3\x19\xD1G\x06\xC1\x17\xD6\xFC\xEC\xCF=U\x04\x1E\xF0\x00)\x0E\xA4+\xC0#\xF6\xED\xFF\xDF\x11\xA0\x18\xE4\xF6\x1F\xE7\x04\xC8\xDFq/\xCDG\x0F\xAF\xFF$\xEF\xA8\xD0\x0F\xDB\x9C\f\x18\xAD\x03\x15\b\xED\xBA\xC7\x12\xD8\x9AL\xE2$\xB4\xF7\xDF\x1F\xF2\xB6O\x05 \xB1\xC6\xFA7d\xD1\xBD>O\xFF\xD33\x93\x18>)\x07:\xC1T\xDD\xA8I\xD5\x12\xFF!\xEE\xFC\x92\x1B_\xE7\nP8\xE4c+\xFF:W&\xC1D\xCDZ\xF92\x00\x1D\xEE-\xC4\x03\xEB5\x11V\xE5\x0B4\xE0\x12\xF6,\xD7\xE4\x8B\t\xEE\x1F\xE1\x16\xE8G\x05_\xB0\xC7\xE7\xF0%\x04;\x18\xB9\xF05\xA3\xC2\x0B(\xDC\xF17\xBD\xD4\xF9\x13\x02\xF4\xBF\x1E\xD1\xE0\xF7\xEA\xFD,\xDA\r\xA5H\xD0\bg\x15\xA3D\'\xC7\xA8\x01*\xC9\x9Bk\xED\n\x1B\xC1\x141\xDA\xAF\xF8\xC7\f\xB7\xDD\xFB\xD6\fX\xFC\xAD\xDA\x07\xFE)_\xF9\x1AM\xE8\xB6C\x02\xC9\x16.\x9D!\xCA\xB0D\xEC\x07\xB5\x107\x9F\x1B\xE6#\xF2\xE1\'\xB6\xF7\xDB\xFE\xD2\t\xF1\xD9A\x19\xF5\xD4\x00:\xABJ\'\xF4U\xFD\x0F5x\xF1\x1E.\x11\xF34\x1E\xCF\x15F\xC5\xE9\r\xCD\xE2\x05\xD98\x11\xF9"\xE2\x06j\xEB\xDE\t(\x15\xF9L/\xCA`\xD5\x04\xB2o\x14\xC2:\xEA\x107P\xE7\x17j\xFC\xBE\xEAT%\x15\xBC\xDE\xFC\xEA\x04\xCAC"\xD2\x96\x01=\xCC\xE9\xBCK\x9B\xE2.\xF5O\xD9\x90B"\xB0\xF5\xC6e\xD1\xA7F\xF4\xB3\xFF=R\xD6\xE6\x89\xDA\x01\xEF \n\xF4>\xCC\xFB\x06S\x01\xAA\xCA\x1D\xB8/\x91"7\x04\xB1\r\xE60Y\xCF\x11\xA6\xE2\xB6\xE9\x07\x18\xE4U\xA6(\x17\x03\xEE\xFF\n\xB7\x19\xF42\x12\xECV-\b\xEF\x180\r\xD8&\x1A\xC2\xF12\x0Et$\x18\xAA\xE2H\xBD\xEA(\xDC\x87\x1A\xD5#\xE3\xF2\x04\xF8\xDD\x11\xCE\xE2G\xFA\xC7\xF1\x06 ?-\x1B_\xF3+\xBE\xDB\xFD\xF6\tB\xDAm\xC6 ?\xB2d\xFD\xBC\x02\xD3\x1C\x9C\xE0\xFE\xBF\xEAN\xCD\x0F\xFA\xA8\x04\xCE\xBD\xF4A\xC6\x12\xFA1\x17\fL3\xEE\xF8_2G\x0E\xC4S\xED\b\x1F\xA1\xD8=\x19\x98\xD9\xF5\xC3\x0B\xD7\xFB;K\x13%\xD4\xC4\xE5\xB0\x0F6\xD7\xEA\b\xE1\x1F\xC9=\xE6\xFB\x0F;U \xF8\x973\xE6Z\xDF\x1E<\xFC\t\xE8\'\\\xDB\x95\xD1\xFF\x94\xE5\xC8\x12\xBC\x07\x9F\xD6%?\xB31\xF3g\x10\'\x01\xBAn\xE4\xFEM\x9D\x04\xCA\xAA\xEE\fb3\x1B\xFA*\xF3\xA2\x17/\xD4\xF0)\n\xACM%\xCE\xB6\xDD\t\x15\x01@\xB8(\x13\xED\x8E/\xD4\xB2\x00\x07\xF0"f\xF6\x1ED+\xFD\xDE\xEC\x18\xFC\xE6\x01\x16\xC0\xFE\xE8\xCDI\xEC\x0F4\x17\xED&\x10\xE7\x1E7\xB8\x02\x83\xECQ\xCE\x06[\xFE\xFAI\x9E\x11m\xDB\xC1\xF4\xED\x046w\xC4\xF0\xD9\x07\xF5\xD2P\xE3H\x0F\xF69P\xC95\xE1\xB8\x04\x0B\xD2\xAF!\x7F8\xCD\xA6\\\xD3\xDC9\xAE-\xF7\x07#\xAC\xCF\xBE0\xDEl\xF8\xD1\xE0\xF3"\x13\xDD\xBA"\xE1\xC3\xC2\x16\x03\xEA\xF75\x06\x14G\xA5\x1A\xE5\xD1-!\xA1e\xC0\xFF\x1A\xC8\x1F\xDF\xBE\x19\xE7\r\x14\xD89\xF1\xE8N\x0F\xF3\xBE\n-\xF6"K\t\x1B\xE2\xC3\xD6R\xDF\x03A\xF4\xB2\x16>\x06)M\xC9=\x01\fH\xEF/\xE6:Y\xCF\xB7\x1B\xE3.\xD5\xFE)\xF6\xAEM\xFB\x16\xE9\f,\xAA\x04^\xEF\xA1&\xFB\xABG\xC3^\xA4\x1A\xC64\x02\xE3E\x13\xEB\x05\x8F\xEF\xF9\\\x13\x9E9\xFB\x1D[\t\xD7\xFE\xC4\xA2\r\xE7\xFC\xD6\x95\xF68\xAB\x11\x1E\xAE\xDD#\x00D\x86\xC8_\xEA\xBE\x11<\x0B\xE1\xCA7E\xF1\xDB\xF82\x0BE\xD5\x03-\xEC\xF8%\x00.\xDB\xF9\x80\xD4\x1E\xB7\xDF\xC6)\x0F\xBB@"\xE9\f\xF1\xC7\xE7\x8E#I\xEF\x1C\\\xBE\x17+r\x1E\xE8\xCF\xFF\xFD\r\xF3\xC3*\xEE\xFB\x0E \t\xDDU\x00\xEC\x1E\xB4\x03\xD4$\x14\xB5\xCF\xE4\x12\xF4k\xCC\x1D\x07\xE2\xCF\x14\tY&\xEFd\xFB8S\xD04\xDA\x02\xCD\xFE/\xB4\x14+\xF8\x0F\xCC1\xDC\xF65\xAE\xEE\x05\xC5\xDB\x19R\xD5/G\x07\x12[\xDA;\xB4\xF4%\x94\xD4\xC11X\xF9\x9B\xE6t:\xFE"\xC13\xB2\xDD=\x9AQ\xF3\xB8\xEB?\xC1\x10\x07\xAB\x17\x00\xF6\xE7\x1C\xAB\xF3y\xDCJ\xD4;\xDFg\xEB\xB5\x01\b\xD0H\xE1\x10A\xFA2\xB8V\xEC\x9F\xE3\xD1\xAD\x19\xE7\x03\xCEE4\x1A\x07\xF3\xDC*\x10\b\xC5\x1B\xED\x8DV\b\xEA\xFF\x13\xC0\x0E5G\xA8\xE0\xFF\xCC.\xD7\xED!\x93`\bF(\xC0\x19\x06\xA5\xFF\xBF\x05\x17\'@\xE5\x13$\xFF\xBB!\x9E\t\xF1\xBD\x1B\x046N\xF7\xC01m\x14\xEF\xFB\xE5e\xA8\x15H\xBB\xF0O\xDD\x03A\xD7\xF8)\x1B\\\xEF\xD9\xFD \x17\xF6#:\xE6M\xBF>\xDF\x13\xB9\xED\x10\xE4\xF9$\xEFR \xF4\xA9\xD5W\x9A\xC6\xF2d\xD5\xECX\xE0*\x10\xFA\xCB\x1F\xF0\'\f\xFD\xA1\xE0\xC5\xB3\x0E(\xCA\xFE\xE4\xD22\xFB\xA9-\x0E\x18\xC7\xE4\xA7\xD1/\x04\xE5\xC5\xD4V\x05\xA0\x15\xF3\r\x04,\xC9\xFD\xD59\x9C\xCFC\xE7\x12\xCA5\xE3\xFC\f\x1C\xF91\xA9\n7\x02\xCD\x14\xE7^\xDB\xB7\x01\xDFB\xD5\x1F+Q\x01\xD8B\xEC \x04>\x17$\xE8\xCC\xF3\xB3P5\x0B\xF4$\xB1j\t,\xEF\xBA\xDEv\xFD\xB0\xD3K\xF72\x1D\x03P\f1\xB5\xD9\t\\+\xBD;\xEBJ\xDE\x17(\xC2\xF6H\xAE\xAA@)\x14\x92c\xC8\xED\x07\xF6\x108\x1C\xF7\xBDS\xA0\xF3\xB5\xD9\bZ\xFD\x1F\xDE\x01G\xBE>\x11\xF8\x8B<\x10\xCF\x1E*\xC7\x1A\xE3"\xA3\xE8c\xDD\xF3\xC5\xFF\x18\xF8\x97\xED\x02\x15\xDA\xCB\x05\xB6\xFC\xE8\x11\xD9\x1D\xFE\t\xF2\xFD7\xE8\x0F\x1B\xBAJ\xAE\xE7\xCF\x91\b\xE0,\r\xC9b\x11C\xBF7\xEC\x11\x9D\xFA\xE9\xDD\xCD\x1C\xEC\xE0\x00I\xF8\b\xEB;V\xF1\x0B\x17\xC1\xAF,"\xE1k<\x1D\xD1D\xB1\xF6*\x1ET\xD1C\x89]\xE3<#\xCE\xBC\xD7\x05\xF3<\xFB$\xDBY\xF2/w\x14\xD4:\xFA\xE9\x01\x99\xE2\'\xCEz\xD6!\x16W\x020O\xC2$\xAE4\xD8\x9A\x11\x01\xB7\xD0D\xFB\x11\xEB\b\xA5\xF1\xBF\xFE%\xE0\x10t\x9E\xEE\x0E4\xF3\x07"\xBE\xEF\xE2f\x19M-\xAB\xD1\xE33\x12\x05\xC1\xFE\xB2\xEF\x02\x19\xDE#1\x1B\xF7\f\xAE\x05-\xC6\t\xB4\xF2\x96\xD6\f\x16\xE4\xF2Z\xC0-\xF9\xDD&7\x03\xD7S?\xD24\x0E\xE8L\xC6\x072\xE5\x01\xC3\xDF\xB0\xFF.\xCE\r\x00\xA1\x0B\xF8\xC4\x1F\\\x00\x8B\xCA\x19?$\xE5J\xC3\xA8Q\xB9\xF0\xC7\xD8K\x18\xF1B\xF66\xE3\'@\xFE\xF6e\xCB\x05\x1C\xE9F\n\xC9n\xE4\x92\xF6\x1C\xC9\x01\x16\xDB-\xA8\xEF\xFA\x16\xD5@%\x1Af\xEA\x14\xFA6*\xEEC\xDB\xE6\x13\xEF\fE\xEB\xF7\xDD\x0E\xD2\x1D*\xF5\x0B\xD3i\x06:\xE5\xFE\xBB\xDC\xA7c\xCF\x0F\x1A\xBC\xE8*\xA3B\xFE\xD1\x15\xA7\xF4\x1D\xEC\x150\xBA\xE6[\xF9\xB6\ta\xD0!\xBBY\xAA\xF9\x0B\xD6\xBBN\xA4\xDB\xC5\x16\xB33\x03&\xBC\xD9*\xB3g1\xA3\x07\xFB6\xE7?\x14\xFC+\xA4\x0EV&\xEB\x1B\xFD\x05\xEE\xDBS\t6\xDD\x10\xB7(\xE2R/\xB4\x05\xC6L\f!\x9E)C\xF4\x1B\x038\xDE\xF4\b\xCD:\xF1(\xE3@\x1FS\xF5\xD2\xFDs\x96J\xFB\x1C\xD0\x02\xF1\xBDX\xDA\xCA\x97\x02\xE0\xB2\xEA\x1C\xC3\xD1\x033\x12\xC2G\xA0$\xCA\xB0\xFB\x1F\xEC\xF79\x04\xD7\xFC\x0EF\xD4\xFE\xF2\xDD\x06\xEC\xD6\xC2\xE4\x90I\x11)\xE7L\x9A\x12\x02\xC8\x07\xF4\xE3\x06;\x1A\xCA\xE1\xF4\b<\xE6\x13 C\xEA\x17\x0FM\'\x1F\xCEF\xF36\xF9\x8F\xE2Q\xD6,\xF9;\x14\xF2\xD3I\xC5h\x88!\xEE\xC1;\xE0(\xACj=\xCD\x19Q\x10&\xFB\xEB\xC8\xB2\x00\x1F\xDA2\xFC\x1BX\xB6\x12\x86#\xEA\r.\x15\xC2\xA9S\xDF\xC6\xF8(\xB3\xFE\xED\xC1\xF7W\t\x13\xD9n \f\xB5\xF4\xE8\x07\xE0u\x00.\x07\x16\xDB\x0B\xCC\x14^\xA0\xF8\x18\xEA\x12\xBE\xFA3\xA6\x00<\xD9\n0W\x16\xEE\xC0o\xAD\xE9\xD3\x10\xD8b\xC0\xF2\xB0U\xD6\xEC5\xFE\r\x9A\x068\xE2h\x1A\xD70\xA0\x00\xBB\xE6*\xF0\xCB\x007 \xAE\xBF\x1B\xE9\x95\xBB\xE4,\xF2L\x01\xE7$\t\xC85\x02$\xE5\r\xF2\xCBy\xBB\x1C\xF7\xD3\xE1<\f\xF5\xE0:,\xF0/\xFFA\xDD\'\xFAD\x04"\xCE-a\xD6\xF3\xCC\xA5\x05A\x0E\xF0\xDE;\x18\xAB\x06B\x16_\xD1\x0FN\xD7\f=[\x1D\xFC\xAC5\xB9\xD91\xF0T\xDC\x97\xD3Z\xB5+\xDE\x14\xF0\xAAD\x06\x9E\xFD+\xCF \x04\x94L\xC9\xF6\x1C\x0B\x02\xCC\x9F\x18\xF3\xB9\xE8\x15H\x1E\r3\xF9\xE4\xB4!d\xCC\xFBK\xC1\xE9\xDC\x8E\xFD*\xF24\xF9\xCC\xF0\x03\xD2C\x0F\xF7\x19\xD0\xB0\xFC\x1E;\xF5\x06F\xEA \x015\xE5$\xC6b\x1B\xB7I\x13\xC4\xF9\xDB\x0F\xA4\xE7\xB77h\xE4\x0E\xDA@\xFB\xAB\xEF\x00\xBA&\xD2R\xC8\x13\xE9&\x02\xD5\x0F1\xF8\x1C\xE4\xC7\x04\xA7#\xDF\x11%\xC3\xEB\xDF u\x02@\f\xBD\xE2\x11\x1B\xC7\xFB\x9BY\t\xD6\xFA\x11\xF1\xE7\xD8\x00\xEC@\n\x1A"]F\xD3\x13\xEF\xC12Z%\t\xE1\xC3=\xDC\xEA\x16\x02-\xF8\b\x997\xF2Z#\xB8\b;I\xEB\x18V\xB6E\xA20R\x07\x99\xC1\xE3\x13\xEA)f\xEE\xAA0\xDA\x0F\xCE\xBC)N\xB27\nS\xA5&\xE3\xB36\xF1\xDC\x06\xFC+ \xF8\xAE\x00\xC9\x1BR*\x10v\x938\xF1\xACC\xD8\xBE\x1B\xE2\xA8\xCF\xEEm\xD8\x12\xBC\xD3\xFF\t\xE7\xFA\x16\xD6\xFE*9\xF4I\xA4\xC9\x00\xD2?\x03R\xF5;\xEB\x19\xDE\x03\xCE.\xF6\x17\xCAh\xF2\xD1\xB10\xC4\xEB\x99\xDEM\b\xD6\xEB\x8E\xF2\xD3\x05\xF7\x1D\n\xC3\xDF_\xEE*O\f\xFD\x18(\x01\xA3\xF7 /\xEF9\xD9i\xF3\xB9\r\xED\xCE\x18\xD7\b2\xF8"\xB6\xE5\x17#\xA7\xFF\xF1@\x8C\x1F\xE0\xBCC\x06\x0F.\xFE\x00P\x1A>\r\xCE\x170\xF4?\x136\xFD\xAF\xCB\xE4U\xFD"\x0E\x15\x00\xC8\xF5\xDAC\xC4\xE64\f\xDF`\x98\xC4\x0F!\xCB?\x1D[\xAD\xFB%^\xDF\x0FL\xF2\x0B\xC0\xE0]1\xC5\ro\xFD\x11\xEF\xD6\xFA\x9C\xDE"\xD0\x0B\xF6\xBBs\x03\xE6"\xB5e\xE0\xBE K/\x12\xB8\xD5<\xCE\xA0\xE6:\xB20\x11T\xF2\xB5E\xCA\x05\x1A\xFB+\xE4\xA6\x02\xE7\xDB.\x03\xB8\xF0\xC3\x94\x1A\xD7-\xFC\xD0\x05\x14\xD7\xF8\xBA\xE9%X4\x1C\xE8P\xBF!\xA2\xE4\xD73\xF1\xA6\xC5\x0F\xF9(\x0B\xE8\xD7\xEEB\xF5+\xEA\x05\xFA f\b\xEB\x98\x04\xD3\x16\xFC%\xE8\xF4O\xB4\x07J2\x13\xC6\x0B=\xE5\x1FD\x06\xE9s\x92:H\xB2\xE8\x1EJ-\xD0\xA9\x02\xC7\xB4>\x05\x14\xEE^)\x11\x1D\xFDBT\xDA\x01\xCC\xA5Z\x17\x02\x9D\b\x19\xAFN/\xBB\xDF\xD0%\xF9\x1E\xE1,X\xA4\xDA<\xCE\x14\xEE\xD4\xF9\xF2\x8CM\xF5\xCF\x11\xFC6\xCC\x00\x12\xED\n\xF5\'\xA1\xE1\x06<\x19\xDC\f\xF5\'\xD3\xF0:\x03\xC7\xF8\xB1\xD0\n\xEB\x1A8\xF0\x064\xF7\xC2&\xDDk\xC7\xF3\xD7\x0F\x18\x01H\xBF9\n\xC7\xED\x10\xBD\x1F\x01\xE08#\xBEp\'\xE1\x16\xA7Y\xDA\xB3*\xE1#\xC7\xDC4d\x01\xC8\x12\xF2\xFBH\xE5l\xFD\xA62\xB6\xDDD\xE9X%\xE1,\x9CK\xD4\x1E\xB3\xE0G\xD0\x11\xFE\xE4\x1DC\xECV\xA9\xF0\xD9p\xAC\xF7B\x07.j\xAC\rT\x96\xFF\x19\x05\xD54\x00#\xEC\xF7\x18M\xAC\xFA\x1C\xB9\xD3\x17\xEAU\xBF0\x98!\xCD\x17\xE1\n\xFC\x16\x0B\x8A5\x02\xB9\xF6\x12\xC0\xE6q\r\xFC.\xED\xA9>2\x0B\x91\xF9\xC4,\f\x16\xE7\x00\x1B\xDE\xCF\xFD\xEB\xF7\xC6\x1C\xDC\xE8\xCBB\xED\xBA\n\xC8A\r\xC0\xF1\x07YA\x0E\xF1\xFD*\xAF\n\xD5\xED\x10\xB87Q\xC4.\xD2 \xF2\xD8\x18\xCB?\x07\xFD#\xF3\xC9\x15S\x04!\xF7\xB8\xD2\x05\'\xE3=\xCE\xF51\xB9$Q\x90\x16\xE3\'E\xF1\b6\x10\xB0\xFB+a\xE5\x9B.\xD77\xE7\xD1\x03\xE2\x99I9\xDC"c\xFFE\xF4\x03\xEC\x1E\xEDn\xC0J\xFB\x0Ee\xEE\xDD2\xADB\xDB\x88\xE7\xBD\xD7Z\xEF\x13g\xDA\xFE\x1E\x06\x9DD\x10\xD6\xF23>\xBA\x04\xD50\xB6`\xF5\x1FO\xDB\xF3\x1C\x03\xFAi\x12\xA2(\xC20\x1D\xCC\x05\xE6\xF7\x1A\xC5\xDF+\xD3\x9F\xFA\x95\x06\xE2\'\xAF\xE6\x1D\xA1N\xCF\x19\x00(\t7\x1C\x0E\xE1)\xC8\x1A\xACK\xBC\xEE`\xE2\xC5\x03\xE9\x0B\xC9b\x10\xA4\xFC\x18\xE3\xD3\x9F\x0B\xC2\x14\xD0H\xDF\xB7 \xFF\xF5\x15\xECg\xF9\xBC\x13\xA3@\b\xAE\x15]\x0B<>\xF7\x13\xCF9\x01\xC4*\xF8\f\xE5\xB9]\xF0\xCC\xFBI\x95\x01:\xF4\xE6\r2\xD3\x17\xFA(W\xB0\x1E\xF8\xDB$\xEDP\xC4\x03%>\xE9\xFF6\xAD&\xEE\x0B\xC9N\xDB;\xAF\t\xD8&Q\xEF\xD03\xFB\xE8#\xBF\xDD'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xFA\x1D\xDF\xB0<\x03-\xBD\xE3\x0F)\xD3G\xF2\xB6\x064\xE6O\xC3\xDC0\xF5\x18\xC8\x06\xAE0\xFB\xC49\x1E\xDD\xFDB\xB8\xD8\x13\xF1&\xD1\xFDd\x12\xED$R\xB5\xEB\x00\x1F\xE1@\t\xCE1\xE0\x95\x19\xF1#\xD0\x06E\xC2F\rY\xF6\xE9\x16f\xF3?\x05\x96\xFF\x1B\xDB$\xF8\x9F\x10\xFD"\x05\xA3eA\xE1\xF2\x19]\xE8\xA4\n\xEF\xCB\x18\x054W\x00\xA47\xE7\xB4\xD9\x02\xC8\xF9\n/E\xCA\xF9\xBA\'\xF3\x03R\x0EC\xBB6\xE4\xA7\xEF,\xA1\xEF\xD1"\xC6\xD8\xFD\xAB\xCB\x18\xEB5\\\r\xC8D\xD5\x19\xEEX\xB8\xE8\xD7\xFD\x11&\xCD\xDA\x02\x13M-l\x89#\xEA\xC5\xE1G\x0F\xF6-L\x9E8\x1A\xDE\xD3\x11\x91\x18U\xE7\xA6\x1E\xF9\xE9\xD6\xFE\tj*\x18\xD9\x17\xFF5\x06\x9CC\f&Q\xDE\xF9\xC3\xA9\xE3\xEF,\x01\xAE>\xCF7\n)\xBF:\x9B\fE\xBB\xF6\xD4\xB3\xE6\xF4\r\xFA\xAF\x19\x04\xBE\x1D\xCC\b\x15\xE5[\xAB\xF4r\x04\xEE\xD63\x13\xC6\xB6,Z\xCA\x13\xDC\xF9\xC5\ta\xE4\xB7\x11+\xE1\x1B\xEF\xBA/\x10 \x03J\x14\xBBk\x0B\xE1\xF7\x13\x1D\xEFN\xF9\xE6\x1F\xF0)5\x07\xFF\'\xD9@\xD0/\\\xD7\xED=\xE0%\xF0\xC2\x01(\xE95\xC1$\f\xFEe:\xDD\x02!\xA0\xF4\xB5N\x04\xF5\xC9\x1EK\xED\xF9]\xCF\x00\b\xD7p\xE8\xD09\xF6\xD9\x1E\xEA&\xC2\x8F\x00\xDE\xB1\xD1\x04U\xAD\xDF\x17\xC7=\x1B\xBBR\x12\xF0\'\n\x95p\xFF\xAF\xFAC\x0E\xCE\x1E\xFC\xDBM\xB2\xE3\xCF\xF1\n\x16\xED@/\x1E\xE99?\xAA\xFC\xDC;\xC3\xAF\xE7I\xA0=\xF4\xB1(\xFD\x80\x07\xCAK\xFB1\xD6@j\x0F\x182\xC1\xFEh\xE9\x8E\xEE\x0B\xE2\x03\xA3\xFE\xE5\xCA\xF8\x12.\xD2T\xDC1\xBA\b\xA3<\x15\xF5\x06\x9B\'J\xAE\xD2\xFC\xE1\f\xD3\x86\xE8.\r\xD1\x18\x05"3\x13\xFB\x1D\xC9\n\x17\xDF^0\xF2\xA8\x16Y\x06\xF3\xC5%\xEA\xD8\n\xF5\xCE#G\xFAa\xCC4\x1F\xC0L6!\xBA\xE7\x0B\x1B\x9A\xEB\x14G\xF2\xE5\xC9/\x1C@\xF8\xC1\xE6p\x07\xBDW\x15(\x05\xBD$q\x94\xF5\f\xD9\xF0\xBE\xE3,V\xED\xC1!\x0E\xE5\x01\xDC\xBA\r\xE5.\xFC\xA0L\x1C:\x12\x04\xD8\x10\xAE*\xEB\xF6\xD5\x17\x06\xDDF\xF2\xC49\x05\xF5h\xD4)\x02\xB7`\xEB\xD5\x0E\x19\x00%7\xCB\xF6\xEC\xFFQ\xDF\xF2\x01\xEAM,\xCCe9\x02\xDB\x93\x05B\xD4\xB5;\x1DD\xED"\xAC\xCF\x03>\xF0\xB8\xDE\xA7+\xBD\xF3\x19\xDDF\nj\xB2\xEE\xA2\x00Z*\xE2\xFC$\xC2\xE0\x0BO\x10\xFC\xDF\xAAQ1\xD9\xF2\x8D\x1CE\xAF\xDA\x15\xA54\x1C\xC5\xE2\xB7\xFF\xA4 \x0FN\xF9\x142\xFF\xF6\x12\xC5\xD1\xFA5\x18O\x11\xE2\xC8(\x01S\xE66Y\xC6\x01\x9A\x11\xE4\xFD=\x1E\x0F\xD6\x16\xA8\xCF>\xB0\x1E\xEE\x97\xD0+!\x04\xC8\xED\xB8\f\xE0\x12\x030d\xCE\xFAH\xD6\x11:\xF8\x17\b\xE7\xD1\xF1\xBB\xCB\xE2\xEB\xA2y+\x05\x99_\xDF\xBD\xF5\x1Fv\xF9\x0E\xED\xCD\xFC\b!\xEF<\xCF&\xC1.\xCC\xF9\xB7\xEC\bN\x10\xFF5\xF8\x16?\xBF\xF39\x14\xFE]<+\xE8\xD2\xC1\r\x04)\xE9\xB1\x06&_\xDEC)\xAF4\x1AF#R\f\xD9\xF2G\xE8\x0B\x00\xD7/\t\x97\xD5\x18?\x1E\x9F\xE02\xB6\xF9\x1BN\xDB\f\xE7B#m0\xF3\xE7\xD7]\xC8\xDD\xE9\tj\xE3\x9D \xD0\xF5\xACS\xF9!\xF1A\xBF\rV\xF1\x8B\xCE\xEE\xC2\xF6Y\xFD\t\xD7\x03\xB2\x17&\xE1\xB9\x1B\xC7\'\xEF\xB0E\xE95\xC3\xB2\xF5M\x14\xD2a\x04\xE6\xA9\xF3`\x05\x92\xDA\x02\xC9\xBC\x19\xA0\x06#K\x00\x1B\xB4\xF9\xD9J\b\x18\xC6\x00?\xA2\xDE\xE2\xF5 \xDC\xFD2\x0E\x1D\x05\xD8\x12\xE3\xA1-\xF0\xC3\xF8\xCD\xFE3\x12\xF7;V\x15\xFA\x04\xDCX\xFF\x0B\xD8\'\xEB\r\xC4+\x12\xFF\xBA\x192\xF6\xE3 \fF,\xEF\xB90\xA4\xD53\x12\'\xE6\xBA\xEC%\xD7\x15\x06\\\x15\xA1;\xC7\x1B\xE6\xBAR\x8E;!\xCAl\xE8\x0F6\\@\b\xABf\xD3\xA0\xE5\xC0\xCE+\x11$\xE40\xBE\x00\xAAB\xF6\xD6H9\xEC\xD1W\x11\x94;\xFD\xDC\xF7\x12\xE4\xFB\x0E\xF1Q\xCB\x03A\xFCr\r6\xE4\xB7)\xCF+\x07o\xD4\x03F\xFA-\xEB\x00\xBB?\xFA\x1C\xD3\x97\xE6\x1E\xED\xDE$\x06\r O\xF4\xA6\xEE\xCAc\xF2\x195\xE2!\x8C\x1C\xC9\xE1&\xFC\xC3\xEFR\xD2\xAEf\xC5A\xCF`!\xEA\xBF\xF4\xA91\xDE\x98\xF3K\xCD\xF8K\xFC\xED\xB05\x14\xF2\xE1\xD2\x17\n\xF2%\xAE\xDD\x01*\xF4\x0F\xC1M\xFC\xF15\xD8\xFF\xB8C\t\x1D\x99F\x07\xCE\xFCv\b\xF1\x02\r\xA7I\x07+\x17\x03&\xEB\x1E\x04\x17\xB1\xDF\x07<\x1B\x0F\xD0\x1F\xC3\xFF\x1C\xEA\x10\xE5\xBD\x10\xDE\xF7\xA2\'\xC2e\xA9\xDBP\xCE\x14U\x0B\xB8I\xD7\x04-\xCB\xB3`\xEA\x19/\xE1\xD4\x14\xFA\xDC\xE9\xB1\x10\xC0\xDBP\xB53\x16\xD9\xE8\xB4\xCA\xE1\x0F8\x9C\xDA\xF49\xFD\x93)\xD8J\xED\x04,W\t\xA8<\x05$V\x19B\xCC\x06\x0E 8\xF90\x04\xED;\xE5\xC9"\x15\xA0<\x19\xE0\x11\x92\xC7\xF7q\x038\xBC+\x1FT8\xEC."\xE6\xF8?\xF4!s\xF92\xF2\xBE\xFEJ$\xC3\fS\xE5\x00\xB7_\xF7\xE2\xD6\xBB&\xDC6\x8B\xD7\x00*\xE3S\xFD\xEE\xB7\xE5\x0F\x9B\xC2\xF8,\xFE\xEFs\xF7\xE7\x00F*\x05A\f"\xAB\xE6K\xF2\x0B\xD4\xF8\x17\xA5\xFE\xD3_\xBE\xCE\n:\xA2\x1C\xD5Z\b\xE6.\xEE\xD4\x14\xF5\xC8\x18\x0B\xA25\x16\xF0G\x00\xCB\xF3\n\xC1\xEC\xB4\x16\xD5J\xC8\x1AD\xD7 a\xA6\xD97\xB2\xCF\f\xBF\xF3\xD2\xFB\xDB\xBD\xEF\xCF\xFE\x11\xC8\xA0\x02\xE2I\xC7\x0F\x06)\x99\x13\x01\xDB\xEB\xFFB\x14\xAB\xCD\x1A\xB7f4\xAAD\xEA&\xCD@\x0E\xFA\xC9\x1Dg\xE6\x1D=_\xF62\x98\x04,\xF3\xFE(\xE2\x16\x02\x11\t\xE12\'R\xA5"V\xE8,\x17Z3\xDE$i2\xB9\x1F\xF3=\xDD\x1B\xEF\xE4Q-\xB8\r\xC7\xE0\xF8P\x0E\xFB\x03\xDF\x1F\x06/\xDD\xFE\xB4\xE8[\x96\xE3\x12-\xFC\xA9\x0F\xDC"\xEA\f\xDDm\xAC\b\xCB\xF2G\xC0X\x1E\xFB\x14\xDA\xEE\x1A\xB3\x10=\x90\xF6\b\xB5\x19\xFB\xEE\t\xD1W\xE9\xB02\xFBA\xC4\x1F\xF5b#*\xF06\xD9\x9F(\xEC\xD0\xF9\xBFp\xF3 \xD5\'\x079\xB3\xDE\xD2\x05\xC78\xFB\xCE>\x14\xBE\xEBO:\xB5\xE8\xD4\xF4\x88\xEB\xC5\x03:\t\xCC\xFD\xE1\x03\xC5\xEB@\xD7\xE6C\x13\x97\'\x01\xBFg\xD5\x07\xAD\x16\xD2\xE7\x86\x04\xBD\x1D\xE8G\xC5;\x10L\x8F\f\x15\x02L\xC2\x12\xF6\xF8AP!\xF0\x18\xB9Y\xA8\xF8%\xD3\x10\xFB\x1A/$?\x05K\xB6g\xE4\xF71`\xD6&M\x0E+\xA4\x05\xCA.\xE0\xF7\x16\x0B"\xF5\x10\xE0\xFEI\t>\xFA\xD4w\t\x16\xFE\xB0\x1B\xF1\xD87\xE3\xAB2\xEF\xDA\xB3\t\x16\xE8\x9As\xE1\t\x00.\xE4\x1D\x023\xDC\x95\t\xFE\xCA\xDD\x18(\xD4\x12\x9D\xBE\x1E\xF1\xAD\x1A\xD1\xF3W\x1E\xBFc\xFF\xD7O\xC9\xEB\x9E8W\xEF1\x95\xDB\x13-\xAD\xCB\xF5\xE2T\b\xE7$\xC6E\xCF\xFB\x1Cc,\xCE3\xBF\x02\xF5(\xD5K\xC4\xF1U\x90\xC6\xF5\\\xE3\x13\xB06\x0B\xF2\xFED+\xEBJ\x0B\xFB5\xBB\x00\xDD\xF8\r\xF07\xA7*\xE3E\x18\xCF\xBC#\xCA\x1A\xEBT\x01\xF1B#/\xD5\xBCc\xFC\x04\x18\xEB\t\x9E\xE5\x01\xEE%\xDA\x116\xB0\xEC\x0F\x19\xDA\x07?\xEC\'I\xBF\xEFy\xF8\xE5\xA6\x1F\xCB\xDF\x02\x15\xC8\xDCz\xE9\x12:%\xB1\xE7\x1B\x10\xB9\xF2\x03.\xDC\xF9\x01\r\xB4\xF6\x1F\xBE\x0F\xDC\x88\x03\x138\xA3+\xF4\xB2X%=\x0F\xCD_\xA8\xF9G\xC7\x1DB\x9F\xFA8\xB6\x15\xD1\r\x00\xD8\x1B*\xD0J\xC2Z\x0E\xF7\xB3;\xE5\xA1#\b\xCB\x98Q\xD6H\xCE\x06>\xFC\x7F\xB1\n(`\xE27G\xCE\xE54]\xEA\xC4\xF9\xEE\xDF\x0F\xD34\xC2\xD9\xF7\xB9M\x00\x19\x0B\xE5\xD1\xFD\x04\xDF"\xCDn\xFD\xE5\x1F\xB22\x05\x9E\x0F#\x03\xED3\xD7\x1C]\x06.\xF7D\x17\xE2\xFD\t-\xF6\xE0\xC4\x1D\xD4\x13\xE8\xF1\xA4\x12\xD8\x06&\x95\xFB\b\x19@!I\xCA\x1DO\xFF\x14\xE1\x050\xEC\xE0\xBCP+\xEFb\xBD3\xE9\xF4\x0B.\xA1D\xF8\xC9>\xEA\xDA\xFB\xB4<\b\x85(\xF0\xC0\xFF\xD5\xEE\xB94\xF1\xC1\x15\xA1\\%\xED\x8F9\xC8J2\xC1\xED\xFEl\x16\xD6*\xB7\xD1\x00\xAC\xF3\x07\xE5\x97\xF0k\x1F\xA6\x13;\xD6\xF4\x8E \b\x15M\xAB\'\xC1\xDE\xF0^\x14\xE0\xF3X\x16E\xE2\xCE\x14\xE8\xFD\xCFL\x10\xADV\x1C\x04i!\xEA\x012\f\xDBP\xFA!\x00\xD3\x1B?\xAD\xF3\xC7\xEC:\xF6\xE1\x10u1\xBB<\'\x0BB\xC7\xD5\xFD!\x04\x112\xB4\xDC\xF6\xD3\x0E\xFER\x1C\xD4\x02\xBC(\t\xAB\xC4/\xF5\x1Ed\xBCB\x19\xE2!9\xDD\xFB\xCD\xA8\xDAC\xD1\xB3\xF3\x18\x05\xE4\xB6\x0F\xF4\x07+\xE0"\rH\xAA\x05S\xE8$\xDA\xFC\x16\xD0\xB5\xFA\xE9,H\xEE\xC8m\xFC\xE9?\xC4\x1B\xE3=\x06\xAF:\x0F\xE76\xD1\xFE"\f\x94\x01\xDE,\xF6\xA5\b\xEC\xC3\f*\xE70\x0B\x12\xFA8\xC0E\xCD0e\xDD\x9DY\xE7\xB8R\x01\xDD\x13\x1F\xCC\x9B\n\xC3\xEC]\xF5\xDE6\x04\x1A\xBF\xAAE\xE3\xD0\rV\x01)\x9A\xF2\xC8\xEA\xF9$\x8CN\x1A\xECl\xD6\xF1N\xC6\x0E\x03\xD8(g\xF4\x92\x15M\xF7\xB8^\xE2\x1E\xE9\xFF\xA4\'\xEF\x175\xCA\xFB\x15\xD23\xC0\xFC/\xF0C\x1A,\x04\xA5 Q\x11\x9E\xD9\xF4\x07\x1D\xBA\x17%\xA7\xED3k\xD9\x17-b\xCC\xDC\xF5\x06\xB6\xE48\x13\xB13\xEDW\xB85\xCB\x01@\xD5\x06\xC6\xF1&\x98\x07V\x14\xD8\x0B\xF9\xBC\x02\x1FF\n\xF7\x99\xEAf\xD8\xB8\xF8\xFF\xD3G\xE4\r\xCA\xEE$a\n.\xF2\xFF9\xF7\xDF\b\xCE\xFB\x10G\xBB\n\x00\x15\xC2C*\xFC\xCA\x04%\xE6\xD2\x1E\x13\xF8\xE4\x1C\xB4"\xE05\x1A\x01\xD4\xC5-\xF6\xB1O\xE6@\xD4\xEC\xAA\xDB;\x19#\x06\x0E7\xE2[\xAF\x143\xBD\xFEA\xB3\xE33\xDB]\x9D\xD5J\xC0\x14\xB1!\xE6\xF6\xA3\xE0\xEEW!\f\x96\xDB?\x1B\xF7J\xFE\x9CC\xDC\bP\xEC\xFA{\xA5\xEA"o\x91\xE7\x1C\x02K\xED\xFC#6\xCB\x03\x1B\xE4\xD2\f[\xD8\x05\xCF\xF8J\xFE\x132\x02\xD1\xEE-o\x15:\x02a\xD16\xF3\xD9\x00E\xF6\xAD*\xE7\x03\xA1\x12\xEA/\x15T\xB94\xE5H\xD5\x0B\xEB\xBCW\xD4\x8C\x1A\xFA\xCE\x119V\xC1\xA3\'Q\xAB\xE1r\xB5\xFA\x920\xF3\xAC\xED.\x0E\xBE\xE4%\xC7\xB5\x1EN\xE5\b\xFA\xD7"\xB9\xE8\xFC\x19H\x9B\x1E\xBD$\b_\xCBF\xF95\xB6\xF1C\xD9\xCD\x1E\x9F\x18\xC7x\x1E\x13\xDE.\xE8\xC0I\x03\xB5\xDA\xF3\r\xDF\x05\xED\b\xF6\x14\xDAE&\xFF\xDF\x15K\xFC\x99\x18w\x06:\xDF\xF6\x9E(<\xAF\xCB\xF40\r\xE0\xC8\x06\xE9Y\xE39\xEE\xD7\x1A\x0B\xE2\xD6#\xC5\t\xF8\'\xFD\xEE=\xF4\x023\x96\xFE;\x0F\xF6\xE0,\xEC#\xC81\x18B\x1A\xD21 \xC6\xEC\x0F\xBFh\x1F\xC9\xE7B\xDC\xF4\xA6\xEDF\x17\r\xC2\xFF\x1B\xEBJ\x8A\x1DU\xB1)\x10\xF5\xD2\x16\xFE\x91.\xC0<\x16\x00M\xA6\xE9\x0Ec\xDD\b\xAE\xD8\xE6K\xCD\x07"^\xA9\x15\td\xFF\xF8\xB0\xD1\xC2A\xA0\xFDO\x064\xD0\xF78\xB4\x03+\x1D\f\xD5-\xCB\xFBb\xD3\xDET\x10\x07\xDB\xF7\x01@\xD7\xFB2\xB3\xC6\x0ES\xF6\xEB\xAC\xF3u\xDE\x1B9\xB2I\xC0/\x12&\xC3\xF9\xEF\xB2\xD8\xC6\xF17\xD3\x9F>\xE3S\xEC\x03\xDD\x0E\xF2\xB2\xE3\x1C\xA5\xEA\t\x12\xD2\xF0\xC1X\xFF \xBA\x07\xE9$\xF34\xBA*\xD06\xBE\xEF!\xA2g\x03C&\xDA\x06I(\x0F\xD0\x07,\xC9\x02\xD4 \xEA\xFCZ\x1A\f*?\x1C\x02N\xFB\xE6\x1B\xBF\x10 \x01U"\xE8d)\xD7=\x01U\xDA#M\xFB\xAD8\xE4\x12L\xDB\xAC>\x02\x95\xE6\xFC\x18x\xE5\x15\xCC\t\xDF\x1A\xF2\xE7\xA8\x1D\xC9\xFE\xBA\xE7\x98\xFA\xEF\xE1\x16\xF7\x9B\xCF7\xE0\xA5e\xE9\x13\xDF/\xBA\'\x04\xF1\xD8-\x90\xF5\xB78\xCB\x15\xF9\r\xBB+\xF3\x9B\xE20\x15\xCE\xF7\x8F\xEF2\x0E\x1B\xCD\x13[\xC5\xF2\x87\f.O\xEB<\xBE\xD40\xFAd\xE04\x19>P"\x11Z1\x0BB\x05\xB7\xF3\xFF\xD2\xBD\xFA\x84\x0B\xCE\x12G_\xCB\n;\x11\xD5\xFF\b\x98G\xEF\xCD\x17@\xC6\x04g\xEC\tC$\x01n\xF6\xBDI\xEE\n\'A\x04\xDD\xFD\xAF\xF8\x12\x00V\n\xB8\x13\xF0\xD3\n\xF6\xD8\xC38\xAA\xBC\xE6%T\xD8\x11!\x07H4\xEEt\xF7\xAC\xDF\xFD\xB5\xF5\xE5\xA6/\x1D\xE4\xC4#\xDFt\xFD\xE6\x1F\x0F\xD8\xBC\x1C\xDF\xB4\xC6\xD4\xE4\xFD*\xD7\xE0\x1C\xB6\xD3 >\xC4\xD9)\x94 \xCCC\x02\x9E%[\xB2\x01\xEB\t\xFD\xDB\xF4\xC9\x19\xEC=-\xE4\xCA\x17 \xD7>%\xEA3\x1ED\x11Y\xEEC\xF6S\x031\xA7\b\xB6\xF7G\xA6(\xFC\\\x05,\x14\x1F\xA0\x07:\xAA\xF9S\xEA\xF4Z\x17\x077\xED\xE2\xF6\x19\xEA<\xC5\x10\xE4-\x19\xD0n\x1EH\x02\xAD\xFA\xC3\x9CX\xF5\xAF\x02\xE7\xBF\x07\x17\x93\x03\xDC\xBF\x02\xBC\xDB\r\xB2\xE9\x1A\xD8\x118\xD0/\x01\xF1\xCA5\xE8\xF3BP\xEC\xC4f\x01\x12\xCA)\r\xA4\xE6\xCFk\xB4\x0EP\xD6*\xDE\xFD\xF2L\xA3A\xF8(\x8D\r4\xE1b\f\x1B\xFE\xDE\x0F+P\xFB\xC8[\xF0\xCFS$\x1A\xCC)\x14:\xD1\xFA(\xF2^\xEB\xDE\fN\x18\x9D\x0F\xDA\xAE\n\xD00\x18\xF1\xE37\x05\xBD2\xFF$\xF3\xFC1\xC2\xA9\b|\xB9\x1D\x05\xC9\xDD\x12\xE7\xC2\xEE\x15\xCE\'\xF1\xD4C\xBB9\xD2\xA3\x136\xD9\f0\xF9\xE8\xE7i\xFC\x9D\xF0Z\xBBD\xC7\x94\x16#\xC0\xE5\xD5?\xFA\xC0%\x00\xF7\xDE\xB7$\xD3\x99E\xF9\xE0\x1B\xC6D\xDA\x16\x01!\xF85\x14\xD39$\xF0\xB6S\x06\xD7D\xFE\xB81\xE9\x04#\xEE\t\xF4\xE1"\x00\xBA\x1A\xA5\x07\xAD6\x06\xE1%\x0B\x01\xE4 \x06\xFDT\xAC\xF7(\x07\x1DU\xE4\x17>[\f\xFCL\xEC\x15\xD7^\xAE\x10\x06\x9D\xEB>\xE3\xCC\xEF\x83\xE6\xFAc\r\x01.;\xF7\x8E\x1A\bQ\xA7\x14k\xC4\x1DAa\xAC\xEBH\xE0?(\x11\xF4\xD2K\xC5\x17\xAA3\xF6\xDC\xCE:\x11\x02t\xB6\xED\xCF7\x8D\xC8\xE9\xAB.\x1C\xC3\t&\xF09\xE8Q\xD0(`\xB6\x10I)\x0B\xBE\xD9\xA7\x18\xE2\xC9 i\xE6\xDB\xF8\xCA\xE1\xFB\x97\xE7\x01\xCC,\xF8\x10\xC5\xF2\xD3Q\xBD\x1F1\xF7\xDA\xECm\x10H\xB4\xE91\xF0\xC9\xE0.\x0E\x03\xF1)\x13\x04\xDB\xF4i\xA7\x00\xCD\xF7\xBC-\xFA\n\xF1\x1C\xFD\xD6\x03U\xEC1F\xD1\xFB\xB0\xF0\x10\xC0&\xED\xCCM\xC2\xEA\x0E\xD0\x18\xDDF\xF9\xD6\x17\xF3\xBB\x13\xF7\xC8\xE7\x18\x05\xED)\xFE\x10\xD1X\xE3\x13\xF7\x01q\x16\xE7U\xC6\xD6bD\t\x1B\xE5\xFE\x0E\x18\xCD\x00!\xAB\x10m$\xEAR\xD6\xF8\xCC&E\xE26\x11\x9Co\xE41\x1C\x057\xAF\x00[\xED"=\xAE\x03\xDDDh\x0B\xAE\xDA\x0F\xD0\xB9\x1C\xD9\xA4\xF1 \xCA\x910\xD6\xF2\x0E\xDB+\xB0\x12\xFF\x96\xF5;\xC3Q\xDB\x9Ee7\xD6N\xFB\xDA\xF5\xBA\xFE.\x11h\xF3\n\xB9\x1F\xF5\xFF\b\xB3\xF9\x12\xF2\xD9\x1F>\xF4\xA2\xC7\x1D\xEE\x0E0\xA1\xEA\x017L\xFB1j\xF57N\x03,\xFA\x0B@\xBE&\xA9\xFB;\xF0\x06 \xE0\xD2\x13\xAE)\x1F\xEF\xF9\xE2\x14\xC4\x04\x9F4\r\x1F\xAA\xDF:\x90\x00\xD6/\xCCO\xDD#\xD3H\x89d\xC9\xE3\x14,\x05\xE3Z\xC4\xFB%\xD3\x1A\xC0\xF0 \x87\xE3\n\xC7\x16\xE8\xB7b\xDD\x19\xEA\x04K\xCC\x19\xE4R\xBE/\xFC_\xE9\x04\xC9D\n\xB3*\xED@\x1B\xE5\xCCI\xF0\x07\xC5"\xE9X\x0E\xAC\xEE\x16=\xC0\x02\xE8(\x0B\xFB\xB8L\xDA'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xCBQ\x13\xF6\xB3U\x00\xE2\x90M\xEB \xB5G\x05\xE23\xFA\xAAK\xE0\xFE\xCE\x1A>\xDB\xB3\x14\xF0\xC3\xFD\x10\xDF&\x01D\xF4\x15+\xC4X\xD3\xF4\x19\x02\xEA^+\xDE\xF8H\x0E\xC0\x05<\xEB\x12%\xC17\xD7\x13\xB8"\x01\xA2\xDB8!\xED\x1A;\x13+\x03\x0F\xD6\xF0\x19\xC0\r\xD1\x15\x1F\xC0_,\x8A\x06\xF8/\x01S$8\xADH\xCB\xA0\xE8\xD4\xB0\xE2\xFF\xEE\x10C\xA79\xC9\xB6\x14\b\x88\x1E\xD6\xF1.\xD1\xA2\xDC\xF7\x02Y\xF1\x07j\xEB\x1C-\xE8\x05\xD3\xC3\t\xD9\xCC\xF6\xC1[\xFB=\x9D*k\xE8;\x03\n\xF3\xE6\x0E\xEE\xC6F\xE3\x9F\xD8\xE7\x1A\xF1\b1 \x0E7K\t\x1F\xB7\xDF)\x0B\xDA\xFE\xF24\x96<\xE4[\xFD\x19S\tD\xB1\xE4\x9C/\xCF\xFF\xEF\xB9J\xFBb)\xAE\xFCm\xE6\xA8\xDF0\xC9\x00\xDC\xF6\xB5\xEE\xD9\x95#C\xB9Y(\xD1\x1E\r\x05j\xF8\xD2T\xBD\xFAl\xC8\xF7\x913c\xFB\xE8R\x1D&K\xCF\xEC\x01\x11\xAE\'\xBB\xF3\x1F\xC8*\x16\xFA\x1E\xE1E?\xD0\x16\x0E\x90\xF3C\f\x1C5$\x16\t\xEA!M\b&F\xC90\xF9\xD3\xDE\x13\xFD\xAD\xF34\xC8\xB6+\x10\xE3\x17\xED\x04\xDD\x1A\xE9\xD7\xC2\x07\xD0\x9E\xF7\xC1\xE3\x06s"\xF6\xCC\xE0\x04\xE65\xD5\xED\nN\xC6\x0E\xAA\t\xDF$\xC6\xE52\xDE\xEC\xBA\x04\xF1\xD3A\xB1\x11\xCF\xA7\x17\xFD\x10e\x18\x029\x1D\xE7\bP\x16\xEBB\x00\x88:\xD8\xA9(\xB8@\x13\x01">\x17\xED\x11?\xAB\x18\xDB\xC41E\x15f\x98\x0F\xFE`\xDD\xB7=\xF5)\xFE\xA6\xF6V\x03\x1F\x14\xCAM\x9C\xFDS\xBD\xF9^\xF2\xE45\xBD\xE0\xEA\xAF\xC4\xF1\x9Er\xD9\xBB\xFA\xDF!\xCE\xF5\x1DL\n\xFDZ\xCE-\xEE\xF5\xB0/i\x02\xD3+\f\xFC\xB6\xEE\n\xD7-\xF7\xC1;\xA7$\x04\xD3\xEB\x15P+\xEC7\xD4\xB0\xF8)\xD89\xE4\x0E-\xDC\x1B*\x02\xD4S\xF6\x07)K\x0B/\xCA\x01;)\x95\x0B]\x05\xE9\xC64\xF1\xE4\r\xA6L\xE1\xC9\x0B\xDA\xB7\xF1W\xE98O\x1C\xA3\xFF\xE9K\xD1\x14\xF2\x1A\xF93g\xC1\xD2\xB8\x1A\n\xC0E\xFFZ\x07\x13 \xCC\xED\x06\x8F\xC5C\r\x1D\xA0:\xDB\xD0\xFB!\xEC\x0F\x1B\xD1M\xEF\xBF\xDC&\xB4\x14\xD4"\xF9\xBE\x05]%\xFA\xE59 \xF9\x9A\xCA\x04\xE3@\xBE\x18%\x07\xE1V\xCA\xE6\x85\n\xDF\x13\xE3\xFAr\xDD\x10\xE8\xA5\xF0\xC1\xF7\xACv<\x15\xFB\xE9\xB6\xF0$\xFE\x11^\xB4\xE1G\xAB\xF5\xE6\xFE1\x19>\xFAu\x01\x9AI8\x1C\xDB\x12\x8EC\x19\xC3\b\x14\xDE&\x11\xF4!\xCD\xF1\xAA\xFC0\xBA\r,K\x1D\xFEG\x03/\x9B\xEF&\xCF/\x19\xDEF%\xFF\xD2\xE2P1\xDAj\xCC\xC0\xE6\x1A\xF3\x046\xC3_\b\xB3\x11\xD5\xA5\x0E\xEC-\xE0\b\xC7\xE9\xFE6\xD2\xEB\x00\xA9M\xD11c\xB0\xD5S\x025i\xDA\xECD\x01\xD9\xEE\xB28\xAC\xF3\xCBA\x1D\x05>\xB6d\x024\xE7\x0B\xBA\xF2!\xA4\n\x16\x03.A\x97\f\xD7&\x13\xDD?\xC9#\xF7\xE3P\xCD\xBB\xF6\x17a\xF0\xB3 \xF4\rY(\xE2\xF6\xBC\xED\xFD\n,\xDF\x11\xB7\x0B\x19\x94\'\xC4\x13\xF5\xCE\f#\xDA\x14\xC4\xF6\xE2\xFB\f\xCB\x92\xD8\x1C/\x11\xC9\xFF\xF5>\xE0\xED\xF8 V\xCA\xEF\xA1\xFA,\xEBf\x035\t\x1CB$\xD8\xA8\x10G\xCB.\xBA\xD9\xF05\x03\x0E\x1E:\xC4\x8C\xF8\xE8\xC8;\xF3\xD2\xFAp\x04#R9\xE9`\xFE\xAEV\xD4"\xEC\x16\xF4R\xF9\xAE\\:\xD5)\xBD\xABQ\xD3\xB8\xFF/J\x19\x02\xD2\x1E\x99\xBE\xDB\xF1\xAC\xFC\xE7\x05<)\x01\xE3e\x06\x1E\xC8\x13\x9FF\xD7\xE5\x15E\x1DZ&\x03O\x1F\xE52\xDE\xA2\xE8\xD4\xBC\x07,\xED\x0F5\x94N,\xC29\x04\xEC\xDF\x07\xE7I\x19\x0E%\x06\x15\xDD\xE8\b\xBC\xE4W\xF3\x0BD*\xC7\x12Z2\xCF\xC2\xFA\xDB\x9E\x16\xF8\xAE?\xFC\xEAy\xB5\xF4\x01\xCD\xEF\x8F\xFC\xE1\xC0\xAC\b>\xBA\x1A\f\xFB\x1D\x9F\xDDE\x1B\xBF\b\xDB\xFF\xE3\x10\xCF&\xC0\x14\x98\xEF\xFC\xC7\xE48\xF3n\xAB\xF6>2\xB0\x16\xFD\xE7\x1AN\x01\xE0\x84\x0F\x1B\xEBM\n:\xE8S\xDD$\xD0\b!.T\xDB7\x0F\xD50\x15\xED\x11\xCF\xF2\\\xFA0Q\x15\xF7\xCD\x01\xE6\xF3A\xB2\x1Ag\xA1F\xFB\x1Cq3\xD1X\x01\x9E*\xC3\x10#\xD7\r\xC7\xDE9\xCF\xF7\xB5\xD5\xEE\'\xF4q\xB4"\xF2\xD3\xBD\x0E\x02-\xC1\x18\xE0\xA5\f\xBC\x19\x06\xB6D\xF5a+\xFF\xDA%\xC8\xC8\xF0\xE4;\xB4p)\x12\xC9$\xF8\xD7\xF0\x0B.\xD9\xF5\xB5\f \xED\xD9D\x1A\xCEN\xFC\xEF*\x04w\xA4#\x07;\x17\t?\xD8\x034\xC7,\x1C\xF4\x97K\xEF\xF8@\xFE\xEC\'\xF6j\xEA"\xDC\xC5\x9BJ\x05\xABB\r\xB0\x04$\f\xD6\xFA\xA6Z\x05\xE91\xBA\x01\xE5\xC6$\x04\xDE@\xBC\xFA\n\xE2\x02\xEA\x8D\x1FH\xB9\xEC\x110\xE2a\x93\xCA\xBC\xFB\xE4\xA6\x14\xFEh\xE46\xD8\x10\xB0[\xD4\xC7<\xE3\xA3\xCF\x00\x0B\x19\xF9\xE84\r\xE2(\xDAY\xC3\xEC2\x18\xE08\xD1\x0FQ\x1D>\xA9\x12L\xE9\xA5,\x11\\\xAD\xF4/d\x8C\b\xD3\xF8\x1C\xDA\xC2\xF3\xFD\xEA+Q\x19\rX\xED\xDB\xB1\b\xCA \x00\xE61\x13\x1D\x03M\x10*:\xB1U\xD5 \xBB\xF0\x1C\xFD@\x17\xF5\x98\x00M\xBD\xF0\xFD\x99\xC4\xDF\xFA^\xD07\xFD\x17\xF2\xCB\x1E7\xC0\x13\xDC<\x18\xE57P\x00\x0BE\xD1\x1F\x02\xDF\xF2\xCF9\x06$C\x12\xFBU\xBB(\x07\x9A\xF3\xB7\xD8\xFB\xC1\xF1\xE0\x04@\x10\xCDQ\xFD\xCE\xA7\xE26\x1E\xCC\xE8\x0B!E,\x17\b(\xED\xF4\t\xC1f\xD6\x06\xE7\xFF\xD4"\xFA\xC9\xF3\x0F\xAF\xCB\'\x96\x15\xB68\x0F\xABG\x1E\x9B\xC2\xF7\xD1\xEB\xA2:\xF2\xCF\xDCn\xE93\n\x1F_\x161\xEB\xA5\xF5+\xDC\x92h\xF1\x06\x0E_\xDB*\x03\xB3\xD6\xF6\xE9\xCB\xB1\x1A\xDB\x91!\xE20C\x9CR\xEF\x0BG)\xBCY\x06\xE1\xF04\xE7U\xD9\xF7\xC5/\xE7\xFF*\xE1Q-\x16\xE0\x0B\x1AB\xFB#\xCB?\xDF\x8A\xD2\xF9%\xC7o\x00\x16:\x12.\xD4\xBA\xFAB\xA8\x14X\xE3\x10\x7F=\x04Q2\x0EI\x01\xB4\xF8\r\'\xB8\xE4\xA9\x03\xEB1\xFC\x1Fi\xC1\xFA\x05%\xED\x14\b\xD5i\x17\f\xB8\x03\xC5c\xF8\xAC\xC3\x02\x0F\xAF\xF7\xEE\x06I\xBB\x0B\x1D\xE5\xB5\b\xEB\xC2\xE7M&\xEB\xC7\xF3;\xFB\xC14\xA3\xFE\xD5\xBF\xFA\xE7\xCE\xF0\x13\xC7\xDD\x199\xCFb\x1B\xDD\xD2\xA0\x12\xD7\t\x1A\xCD\xA3`;\xB9\xFA\xEF\xAD?\xF3\x1E\xD6\xE7%1\xEDL\xE3\x19W,\x13\xE68\xFE\xDA0J\xD2%\x02\x1D\x9F\xFE\x13\t\xE0\x1C\xCF&\x06\xF2\x1E\xE2\x13%\xAE:\x1B+\xEA|\x04\xF2\xFE\x14\xF7;$L\xF5=\xAE.J\xE4\x00\x1D\xE0N"\xCC\xDA2\xFC\x90J\x11\x06\xD2\xA0)\xD7\xB9\xC8\x01\xA9c\xCC\x15\x95\xF1\xF9\xBDA\xF6\xDE5\xB3m.\x87\xED\r\xDC\xB60G\xECg\x07\xDAN\xA1\xFC@\xBF\xD83\x97\xC5\x0B\xB4\xE7\xC8\xFF\xED\xDD\xF4\xBF\x0E\xD3\x891\x10\x05\xE6^\n\xEE<\xB6\xDD\x1D[\xF1\t\xFCE\xDC!\xEC\xF6C\x04\x0F`\x1B\xD7\fW\xCE"\x02\xD6O\x00@`\x17\xCE\xF8\x9D\xC8\xF3\xFF\xBD\n\xD3\x1E\xAC\x10(\xE9S\xF0\x04\x18+\x0FX!\x15B(\xF8\xEA\xC6\xFFF\xA6\x14\xC2#\x00\xCA\xF79\xFE\x135\xE8\x1B2\x0E\xB6(\xE1\xC36\xAB\xE3+\xAE\x16\xF2\xE6\xBE\xF7\x18\xE4\x96\xC4\xE9\x02\'\x0B\x1C8\x12\xE1U\xF41\xE5Z\b\xDEB\x1F\xD6t\xE0\xBD\x99\xD4\x04\xB15\bo\x17\xF2\xBB*\xF8\xD3\xE1\x17v\r\xE5\xC1\xB0\xCDj\x9A\xF1\xD4\x07S\x18\xD7\xEB\'\x02\xED\xC5\xFC:\x0BJ\x10\xC97\xFB,\x11V\xDFC\xD6\xB2,\xEE#\x15\x01\xCA\xF8\x1B\xD0\xBB\xFD\xA5\xF89\bD\xFC\xE7\xCB\xEF\xD9\x95<\x1E\xDE\xEC7O\xAF)\xF1\x91-H!\xDE\xF8\x03\xC4@\xFB\xA49\xFD\n\xCDF\x06\x1Ca\x87\xDA-\xAC\xF1#\b\xD5\xF4\xAA\xBD\xFD\xE8b\x03\xCC\x90\xDB\xB7>\xEE\xA2\x025\x12,\xCD\xEB\x1A\xF21d\rL#\xE4\x03\xD0\\\r\x1B\x06\xFC=\xD0\x04\xD7\xED\x07\x10(J\x13\x1F\xE4\xEF\xBC"Z\xF2\xB7K\xE2\xD2%\x05\xEA\x1Be\xDE\xB5N\x1E:\xF02\x18\xC3\xF8H6\tk\'\x0FL$\xF3\xE6H\r\xB2%\xC3\xDE\xA4\x1B\xFA\xC1\x10/\xB2\xFD\xC5\x9D\xDA\xE9\xBE\x10X\x1B\xFA:\xA8\xE7\xBA\xDA0\xCFr\x11\xDE\x9D1\x12\xBA/\xF0\xF9D\xBB\xFE\xD1=\x02\x14\xE4\xCD\r\x05$\xA7\x0F\xE6\x1A\xFC\xEA\xC3\xD7\xE2\xB3f\xC5\xDB\x00]\xD4\x05\x12(\xB8\x01\xD6F\xF5\xE8\'K\xF33d!\xF5\xE3\xB4\xC7Q\xD2\xF5_\xFE\xAE\b+\x00\xC7\x1D\xF9\xE6\xFE\f\x94\x14\xCA\xE11\f\x9E\xEC\xC1\xF8w\x83\xD8O\xF3\xDE)\xD1\xAC\xF53\x15\x07\xF9\x1A\n\x8E \xF67\xE5U\xF5\xEA6`\xA8\x15\t=\xD3\x02\x13\xCB\t\xA3C&\x14\x00.\x1D\x0B\xED\x18D\xF5\xE9O\x05\xD4?\xDA\x1A7q\b R\xF7\x17+G!\xFF0\xEC\xC9<\x07\\\xBFE\x1F\x00\x9D;\xD2\xEC1C\xEF\x15\xAA\xFE\xCD@\xDB\b\xCA\xF1"\xDC\xBC\x18\xE4\xAB-\xDD\xFF3\xEA\xD9\xF1\x9B\xC1\xDF7\xCA\x8D\xD8\xB7:\r\xAC#N\xC4\xEB\xB3\xD6\xF2\xA9\xE7\xC8\xD9\t\xAF\xE0\x1B\x11\xFB\xB5\x17\xFF\xEF\x0E\xDAa\xCA)T\xBB\xFE\xE0\xCCM\xBE-\x0B\x9A \x17,\xE3\xFF\x98z\xEF%\xF9G\xEE\x1A\xC0\x07o\x0E<\x03%W\xFB\x0F\'\x1B\xF1\xE2V\xCB\xF6!\xE0\x01+\x11C\x047c\xF0\xD0B\xBFW\xE5-\xD5\x937&\xE7\x0B\xF2\xE4\x04\x1F\xAD\x0F(\x07\xDA\x1C\xEEO\xC4\xF9\xB4Q\r3\xC9\x05T\xB8\f\xD5U\xFA\xCF\xAE\xE1L\xF7\xD6\xB1\xE5J\x024\xC2\xFD\x16\xEC\xA9\x07U?\xFB\xC1\xDD#\xB6\xF9\x0F)\x05\xF6\xA8\nF\x1F\xE2\xF9\xC7\xB7\x1A\xAAE\x12\xF4\xD6>\xFA\xE7a\xF6\x10\xE1:\x04\xEB\xD2@\xF6\x1D\x11\xDF4\xC8\x1F\x92\x107"\x18\xEB\xC9\x14\x07 \xEE\xD0\xDDl\x9F+\x064\x10\xCD\xF0\x9B\x18\\\xCE\xFF\x1C\x8B\xE89\xD7%\xEF\xCE\x02m\x14N\x04/\xFC\xDA\xC24k\x18\xC4\xA05\xB6\xD1\xFE\xAD`\x12(\xC0\xE7\xD7\xFC\xA3\xEA\x01\xF5>\xE6\xF2\xBA\xFE*\xA21g\xBD\xF9\xA8\t\x12\xF5\xD6F\xD7\xE9\xB9\x1E0\xE5\x06\xEE3\xE1I\xC5\x15\xFDb\x1A\xC2\xF4\xAF\xD8\xEC<\xCF[$\xEC\x98\xE2\x01\xF0!\x04E&\x16/\xD8\xF2\xA1\x01#\xB2O:(\x15c\xD8+\x03X\xD3H\x0B\xF3\xD9:\x19.L\xE8=\x1F\xBC\xFE&h\xF8\xD4\fG\xA7\x14\xD6Y\xF4\xB7/\xE0\x9E\x10@*\n \xA0\xE1\xF5\x16\x05\f\'\xD0V\x0E\xDF\xC9\xF3\xE9\x07\xC6\x1BG\tf\x16\xF1\x07\xD1\xB9\xE3\xAC\n\xC6\x13\xDE\xFA\xB7\xE8\x01\x0E\xE2\xC5$\xB1\xCC\xFB\xE5I\xA3\x15\x03=\xC7%\xF5\xBE\n\x00!\r\xEB\xD1\x066\xE7\xFE\xBC\xF2\x11\x00\xB86\xCAN\xF8\xBA0\xA9\xFC\x1Bu\x8DL\xE35\xF7\xDC\xCC-\xE2\xC2\x0EJ\xFF\x1DD\xEF\x935\x1B#@\xCE\x99S\xFF\xF0\x05\r5\x15\xF1\t\xC0\xDC\xED\xB2\xFCs.\xE9>\xCC\xA9CP#\xF8\xDCK\xD2_-A\xD8\x1D\xAD\xE6A\xDC\x14\xEB>\xD5\x0B\xBE\xFD \r\xB9\xEC\xFE\x97B\xF7"\xEC2\xF9\xCE\'h\x07\xE4\xC4[\x15+\xF6\xD7\x18e\xDF\x8BO\xCA\xE28(T\x1B\xE3\xD2\x17\x9D\xDD\xF9\x19\x03\xF2\xB8\xC8\x1E\xA6\x17\xE5\xC4\b\xEBp\x0F\xF3\xFF\x1F\x06Q\xB8\xF6)3\xEF\xD0\xAA:T\x12\x1D\x04\xD6n\xA0\xDC\x13\xB4\xE8\xF7\xD6\xAD\xFC\xEF\x03\xB5\xEAF\xBC/\xD2\xEE\x02!b\x10\xF4\x96\x01\x0FB\x05\xF2%d,\xD9\xE4\x14x\f0\x04\xF7"\x92\xFB\xCE)9\xA0\xD4\xC6%\xE5\x02\x13\xDBW\x16\x03\xD7(\xE6\xC85\xB5\x18\x06\xC7T\x01=\x1A\x10P2\x0B\xDD\x1F7\x0F\xA5\xF9\x1C\'\xC2\x02\xAA\xFB\xCD2\xD8"\xB7\xC86\x0E\xB1\xC0\n6\x89\x00\xEA\xF0\xB3V\xDDG\x19\x04\xE1\xC0\x17a\xF2\x0F\x918\xC9\xAF\xE7@#\xFA\xBE\n\\\xF0\xFD\xE6-\xF38\f\xDF\xBF\xF3\xCB$\x9F\xD3t\xC6\x06\xE1A\t\xE6<5\xD7\x17\xE8\tP\xF7\xEC]\xFF\xE5\xD4\xEE\xFDW\xCF)B\xD57\xCA\x11,\xF0\xB0R\n\xEC0\xFBC\xDE]\x1E\xFF\n\xF3\x9B\xE0I\xF5\xA4\xDD?\r#\xAB\xD3\x1F\x9C*G\x05\xEA?\x19\xE7\xFB$\xF2\xCB_\xAB\xF7\xEE\xBEU>\xAE\xC3-\xDD\xA5\x1E\x14P> \x18\xF5\xDF\xBF\x1B\xFB\n\xE8\xBC\xD63\xF7#\xD9\xB6\x06\xCE\x19\xED\xF80\xC2e\xCD\x11\x05."\x16\xCC\xBF^\xE2\xFB\xEEl\xFE\xD9\x15\xBA\xF7\x01\xADK2\xD8\x17\xFE\x10\xDC\x07)\xDF\x1E\xF1\x00\x16\fH\xCE\xF4\x03\x95\xC7\xE8\xAF\bM\x02\x9E$?\x01^\x0E\xC9\x00L\xE8\xA7(\x0B\xBA\xD5K\xE3)\x1A;\xE9\xB2\xD5\x00G\xF7\x03\x14D\xC5\t\xE6\xB06T\xDF+\x11\xBF\xED\x8FR\xB96!d\x9F\xFD\r\xD0\'\xE4;\xFA\xBC2\xDF)\x0F\xFA4#\x11\xE4h\xDA\xF1\xAA\x1E\xE5\x9A<\x12\x1D{\xF4\xFFA\xA1\x13\x02\xAD\xDA\xFD\xC4y\x0F1\xEB\x86\xD76\xB5\x1B/\xCF"\xEF\f\xC6a\xD0\t\x1E\x03(\xE4\xEE\xCC\xC8\x13\xF6I\xB9p\x8E\xD6\x07#\xEA\xB2\tF\xDAc\xCD\xEE\xB8\xF7+\xC5\x16\xF9D\xDB\xF1\xBE\xD36\xC5\xDB.\xE9$\xF4\f\xEEL\x1F\xF4\xE3\xBB\x1CO(\f\xE9\xF5X\x12\xF9\x03\x80\x1B\xE5\xF3A\xDC\xF9\xC6\rH\x05"\xE6\xD84\xEA\x05\x1C\xEF\xC8b\x17R\xD1\xF1\xBD\x00\xA4=\x1A\xD2\fI\x04\xD0\'\b\x18\xFA\x03\xE3\rT\x1A\x06\xC9_\xBD4\xD2\b\x94:\xFE\t\xF2\xE0\xCD\xFF\xA2\xDC\xBEJ;\xD6\'\xFD4\xA6\x14X8\xF5\xA2.\x00?\xA8\x16\xC5\xF81A\x10\xA4\xF6\xFD9\x1E\x14\xE6.\xFC\x06S2\xE1\xB2\xEDj4\xA8-H"\x98\xF0\xB3\xFB\xE0=\x18\x8F*\xF9\x16\xDBU\xC6\xAC\x13e A\x06+\xE3\x95\xECM\x06\xB8 \xEA\xD3\xB2\xE0\x1C\xD6\xB8\xF1)S\x0B\xDE\xB3\x00\xE6\xD9.\xC3\xE1\x9C\x07V \xDE\xC2\xEA\x86\xFD!\x10\xC0\xE2\xCC\xEB\xB8\xF6\x15\xD02M\xD4\x0F\xEA\x00\xE3\\\xCC"\xEA,>\xF9\xBC3\xEF\xCA\x0E\xF4\x18\xC4\x12\xDE\xCCn\x00,\x07\x12]\xFDZ\x07\xCE\xFC\x1EE\xD2\'\x19I\x04\x0E&\xEEB\xD5\xF5\xAF\x12&\xF4<\xD8O\xF5\x00\x0EY\xD9\tf\xE7\x01 \xA6\xF7&\xC5A\xF0\xB3\x0E\x01\xD4\x19\xE6\x04\xD9\x16\xAFx\xFF&V\xF9/\xF2\r\xC1F\xEF#\xBF\xEA\xDA\x11\xE4\xBE\xED\xA1\xF4_\xBF\xF2\xB1\xD0t\xFA\xB9\xC8\f?k\xD0\x17\t\xC9\x1B\x94A%\x19\xFB<&\xC2\x12B\xBB\nm\xD9\x12\x063I\xA4\xF3[\f\x99%\xFB\xE88\xD1\xDB\xB5\n\xA3=\x19\xE3\x99\xF8\xCE>\r3\x8E"k.\x14\x05\f\xDF7 \xE9\x173\x01*\x19\xEC\xFE\xE2\xBA]\xE8.\x06\xEF\xD3\xAF\xC6\xE1\xA3\xF3\xD7\xFC\xE2\xEF.\xAA\x1D\xBF\xE0\xFB(\xC2\xDF2\xCFRC\xC0\x1D\x07\xF03\x1F\xE8\xD4\xFC&\xD9R\x03\xA80\xF0I\xF7\x02\xD9<\xE7\xCB\xF9\x97W\x07\xD8\xA6\xE4P\xDB\x8C3\x04*\xA7\xFB\xDC\xBC8\xE5P\x03\x106\x07*Q\x1C9\xCF\xFF\xF6T\xEC\xD3\x1B\b@\xB5\xF6\xED\x02\xE0\x11\x9EE\xC8\x02b\xBAC\x062\x16\xE6\x1C\xDD\xCA\x18\xB4\x0E\xC7\xABN\x1C/\x12\xFE\xC6D\x0F\xF2"\b\xF9\xC6H\x0F\xEE\x1FE\x14\x0B\xF8,\x1E\xEEI\xB4\xE9\xC9\x97\x03\x16\xE7=#\x9A\x11q\xE8\xFE\x15!\x0E\xA9-\xF7]\xE6\x16\xDF\xF6\x13\xED\xAD\xC5\xF2g\xB9\xFA\x05\xE19\xEA\xFD%\xF0\xB9B\xD4\xED*\xF7\xBE;\xCE\xB1Z\x1D\xD8\xF6\xD1W\xFF\xB0\xCDs\x93\xD8\xFF\xCC\x17i\xF9\x0F\xDC[\xB4\xC6\f\x031\xCA\xAA-\xD9\xC3h\xD4;\xCB%\xFC\xB1*6\xCE!N\x0F\x00\xD3*\x0B!d\xD5,U\x17\xDD\t\x01\xE4\xB2\x19\xDEg\x00\x150\xEF\xE5\xB6\x179\xC3\xE2\xF1$\x18\xEB\xBF2\xF5\xDE\n$\xBE3\xEE\'\xD7L\xF3\xDDB\xF8\xEF\x06F\xE5\xF4\x18\xBB\x05\xD6\fG\x92\t\xDA\xF9\xE1;\x9D\xEBH\xF8\xA5\xBF\x07\xF4\x9B\xD0o\xF5"T5\x0B\x9C\xE9\xD5\xFB\n&?\x05\x9C,\t4\x02\xDD=\t[ \xA1?\xD5\xF4E\x05\xFC\x13\xE5\xAF\x00\x18\xBDY\x1C\x8B\x00*\n\xEAR\xF1\x1D\xC5\xE9\x01l\xBD.\x18\x05\x1F\xC4D\xED\x11\x1E\xE35\x0E(\xC3\xA5\x06\xCC\xEF\'\x1CO\xC3\xA4m\xDD\xFD\xEB\x12\xD5^\xA7\xC7\xFC\x12\xB2\xE5\x02-\xEA\xAE\x1B\xCD\xA0e\x1F8\xD0(\r\xE1\xD17\x11\xB3\xDC@\xA10\xE0Z\xF4\x19\'\xA7\xF0\xCCX\xDC\xF6\xDB0\xFF\xCBH\xB7\xFC\xE9=\x15\xDB\xFAJ\xB9\x04\xE16\x12\xF4\xCB J\xBB\xF8\x1B\xE7K\'\xF0\xD2P\x15\xC5\xFCY\f\xE1/\xF6\xC0\b\xEBI\x96\xFC$\xEE\xC6\\\xF9 \xCD\x12\xFF\xB4<\xD1\x0B\xE5A\xFD\x0F\xB0-'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x11\xAA7\xDCW\r\xF3"A\x05\xE8)\xB5\xF6\x041\xE6"\xBB\xD8T\xE8\xAC=\xDC\xF8\x14\xB39\xDB\xFB\x0F=\xC5\x03\x15N\xF1/\x12\xEA\xB9\'\xD6\x039\xE1\xFET\xCB\t\xFB=\x1A\xC3\xF6W\x07\xDA#\xBD\\\xDF\x12I\xF2\x04\xC9\xFA\xB1\xE3\xCD\xA4\x14\xD8U\x1AC\xD4\xA6\x0E\xF27\t\x1A\xFA\x11\x03"a\xCE\x04(\xF1 \xA0\xEA*\xE2\xAB\xD8\xBC\b\xCFiA\xF3\x16]\xBF\x11\xA6\x1E\xF1-\xAD\xD6\xED3\xE0\x17\xAB9\xEB\x0B\xFF\xF3+\xBD\xE6\x1E-\x15I3\x01k\xC1\xFB\x0B\xC9\xED\x14f\xC4K\x00\x92)\xCA\xF01\xC1\x9C\xECH\x0B\xC2P\xD2i\xF6\x1DD\xFA#\xE5\xA2\x00\xDB\f\x9C\xED\xF91\xE9?\xDB\x15\xE5q\x0B\x9E\xFF+\xD1\xFAN\x9E4\xCF\xB2&\xD4g\x8B\b\xEB\xD7\x1B\xEF,\xE15\x89\x01\xE3\x1E\xDD\xF8\xD0\xE4p\xB5H\xD5\f\xF6,\xD8\xAA\xE7\x00\x18\xBA\x0B5\xCC\x01Y9\x1A\xF83 \xCBL$\xD3\x0B\xC5\x00M\xBB\x04%H\x11\xBA\xF0\x1D\xC6\x0F\x1A\xE7J\n\xF7\xFF\xE0\xC4$\xBA\xF8\x0FO\xB2"\xF3;\'\xB8\b,B\xED\x12\x06\xDF\x1BQ\xE3\x18\xFB\x10@2\xE0\x05\xD7\xED\x99\x11\xDD\x0B\xC3Q\xB1\xE4\xFD\b\xDE\xB4e)\x99\xF8\x1D\xCE\xF3\xC5\xE6^\x06A\xE3\xD7c\xF7\t<\x96\x19C\xF1\\8\x9F\t\xD3\xEA\x05_\xCF\xFCO\xAB\x17\x03\xC0!5\xFC\xA8\x01:\xB7l\x1E\xC8\xF7\'\xAD\x14M\xF3(\xB6\xEA\xF2\xD5\x12(\xBD9\x17\x03\xF5\x1A\xEC\r3\xDF<\xFB \xDB0\xFE\xB1(\x03\xC1!\xCC\xEA0\x0E\xD0\x02\x13\xE6@\xC5\x1D\x12\xDB\xBF\r\xE9\xF2\xD79\x95\xF6\xCC\xE9&\xC4\xEF\xCF\x06\xDC\x91\xECY\xFC\xDC\xA4b\xFE\xCE\xE0M\xF9\x03\x98\x17\xF2D\f\xBA=\xC8\xFB\xE5I\x03j\xB6\xFE\xDC_/\xD4Q\xA7\xF2?\xE0\xF9P\xCB\xF4#L\xDD\x10\x93\xFE\xE1^\xC3\x10\xFC!\xBFG\x18\xDC\xB8\xF7>\x17\xFF\xDCA\xFC\xAC\xE5\xF0$\x0E\xF5\xB3;\xC2\xF0#\xD12\xE3)\xAE\x01\xEC*V\x1D\xF4\x86\xD9\x18\xC7E$\xF3\x02\xB8\xF8\x05\'\xD2\xAE\x15\xBE\x0F\x03\xE47\xC4\x1F\xEB9&\xF4\xD3\x07\xDB\xC6^\x19\xE2\x06\xD5\x0B\xC2"\xF8\xE2\x0F\xA6\xCD\x1B\xECE\x10\xE7e\x00\xEEC\xD9y\x19\xAE\xFF\x07W\xCB\r\x95\x1D\xE6\xA7\x16\x07\xF9\xD4\x1F\xE7m0\t\xEE\xF6\xA0\x0E\';\x16Z0F\xD4\x02\x9F\xE6\xD8\xFF\xEE\x12N\x1F\xF9\xD0\x942\xB6O:,\xECW2\xFB>\x0B-\x8F\xCA\x1A\xBA0\x07(\x9A\xFA\xED\xD0G\xF5\xBB\xDA\xFBL\x031\xF6\xCAf\xB3\xBF\x016\xF1\xCC\xA3\'\xBAW\xFB\x15\xEC\xC7`\bA\x18L\n(7\x19\x06&\xEB\xE1#\x02\xD7\xF3&\xC5\x04\xA5>\xF5b\x1E\xEF\xDE*o\xFFG\xAF\x03\xC3\xEB\x13\xFD4\xE9\xF3@R\xFD\xF0\xD2\x01E\xC4\x19\xFD\xF0\x1F\x9A\xD7,[\nE\xEB\xDC\x14\xB7\x00\xF8\x11\xDE\xBC\x01\xD1\xEF\xFE\xE4R\xD2\xF9H\x8D\x15@\\\xAE\x18\xEC/\xFB\x0E\xB3\xE40\x01\xC6\r\x93\xEC\xCF)8\xD7j+\xB8\x1A\xAC\xD6\x10\xCB\x18\xBF=\x1E\xF5\b\xE8\xA9\x0FQ\xE4\x1A\xFB\xB2!\xF7\x0F\xC6+U+\x9C8#\xF3\xA61n\xC5\x9C\x0F\xB91\xD9\xFE\xEF\xC7\xFA\xE2\x07T\xD2\xE1%N\x07\xD1\xA8K6\xD9\x05\x10\xF6\xE5\x9E\r\xF8\xDD\x02]!\xF91\xEA\'\x0E\xD9\x9AY7\xDD-\xF7\xC8I\x04\xE9\xDF\xD0>\xAC\xF0\xE5\x1B\xD9\xEA\xCAR\r\xE1\xF8\x14!<\xF1\x0BY\x1D\xBB\x0E5 \x9C\x11\xBA7\xF2\xC4\x18\xFC$\xF6\xE6\x1B?\xBA\\\x17\x1F\xC9=\xF1H\xC4\xE4\x8B\x06c\xB1\xE30\xFC\xCC!\x04\xD3\xB9\t\x158\xC1s\x06\x1B3\x00\xCD\x0Be\x05\xFC\x17+\xB7@\xD7\xEA\x02\xDE\xCC\xA9\x05;\xE8\xD2,\xF4F\xFE\x1B\xD9\x99;\xEB_\n\xB3\xFB\xCA.\xDC\xFE\xED\x06%\xD2\x15\n*\xDAE\xF4\xC7\x02P\x15\xEE\xB0\x12g?\xED\xA5\xD5\xF4(\x92\xFA\xE3N:\xF2\xC0\xB0F\xD5\xE6\x07\xFF&\xAEa\x18,\xF5%\xDFk\xB2\x02\xDC\xC8\n\xE7v\x02\x12\xDF\xBD\xD5\x14S!\xF1\xA9D\xBFW\xB0\xE7\x968\xEF\xFF\x1C\xD3\f"\xE9\xBCB)\xF3\xFD\xE3#1\xFF\x0EP\xEE\x14\xD6\xB9\x14\xFD"/\xF0\x1D\x91[\xCA\xF2H\xC0\xFA\xE7P\xC3\x13\xFC\x1A>\xEDX\xAA#0\xF5\xCC)B\xF22\xA0\xE0\x03\x0B(\xD6\x10\x00/\xFAm\xBD\x12\xAE:K\xA0\xF9\xD6\n\xDE\xC5\x89\x1B\xCC]\xDD\x1E\xBC\xCAD\n \xDB\xA1B\xE0\x10\xC4\xF76\x0E\x1B\xD3\x067\x98\r\xD5\xEC\xA1\t\xC0%\x15\xFA\xD3\xB8\rM\xA5\x06\x1B\x01\xEC\x11u\xCD\xF74\xE2I\x19\xD9\x07\xCD%\xEB\xFC\xDF\x165x\x1C\x01S;\f\x04\xF8\xAE\xE77\x02.\xA7\xEC[\b\xEA\xD1r\x01%\xDD\xEC\xA40\x12\xDD"\x00C0N\xF6\xCF\xE46\x05I\xE0\xED\x1F\xFC\xE6\xC2\xD1H\xB88\xE8\x1C\x92\xF2\xC8\xB9"\xF5\xE3Q.\xC2\xF1\x06\xCB\xE7\xA7\xF6/\xEA\xD8\xBE\xF0L\x17\xD2\xF4\xE1\xFCR\xC6\'\x19\xFA\xAC\tH\xBBU\xFD\xE5\xF6g\xCE\xB7\xF2\x1D\xDB)b\x0E\x8B\xF1\xC5\x17\\\xB0\xD8:e*\xF6\xDA$\xC3\xFC]\x14\n\xEBZ;\xA2\f\x02\xD9Z$\xB8+\x11\xD0\xB4\x17%C\x10,\x07\x9Ci&\x12\xC8\x03\xF3\xB81<\xE6\xD6\x16\x05)\xC3\xAFF\xEB\x17\x07\xC6\xAD\xE8\x01\xB9\xD9\x1F@\xFD\b\'\xF7\x13\f\x88\xFE\t\x16\xA8\x06A\xDB(\xAB\xFE\xD3\x15\xB7A\x1D\x98\x0E\xFFF\xEFN\x07\xE3\xFE\xA2\xCA\xDC\xFA;\r\xD8\xB0:\xE3J\x13\xCC\xEF\x1E\x9F\xF3\xCE9\x1D\f\x01\'\xE0;\x10\xFDG\x18<\xF8.\xE8\x96\xCF4\xBC\xE2\xCA \xE7=S\xE2\xEE-\xD0\x02F\x1E\xF13\xF9\xE7\xCE\xF67\xE1\xD6\xFB \xC6Y6\xEDd#\xB6\xEC\xC2\x1B\xF1\x045\x90\xDAT\xFD+\x0FD\xF9\xDB[\xEF\xC92\xA2\xF7v\xD3"\xEE\xCA\tZ\x11\xDE\x1C\xECF\x03O\xF0\xB5\xD40\xCB\x0F\xB4\xF9\xC0\xE5\x0E\xDE\xC3\x06M\x18\xEDb\xC1\x16>\x9B\xDE\xF7\x13\xD4\x02\x19\xE2S\xFED\xE5-\x1C\xF7\r\x07\xDF\xC5c\xB5\t\xE4\x97\x13\xFC\xD7O\xE7\xBF\n\x8F\xE1*\xAC\xD4\xBE\x00q\xF4\x95-\xDA\x19`\xFA\x03\xF3\x1Eh8\x18T\x99-t$\xDB\xA6+\t\xAF\xE9\x02(\f\xBC.\xAF\n\xF32\xCF\x06#\xA2\xCD\xD2a\xBD#\xAB\x00\xE93\x19(\xC0?!\xB4\x1A\x03&5\xF3\x13O\x04\xF5H$\n\xC7\x16\xFA\t%\xA6\x11\xC0\'\x9D\xDD\xEA\x06\xF4\xCC\xFD\xED\xB3\x12\x00\xC9\xFA\x1F4\xCCo\xF1\x1C\xE5L\xC5?\x86\x10\xF6\xBDM\x12\x02\xEE\xE6/?\x14\xD5\xF1\xCA\x03\xF6\xE8T\x07\xF0\xCDH\xDB\xFF\xBA2\xE5\x17\xED6\xB3\xE4?\xD1\xBB\xEAD\xE14K\xFE\x0B\xD3$\xB1=\x1C\xD6\n7\xE3?P\xD5\xF4\x12\xA8\xD89\x01\xF9!\xE9\xD9)o\xDE\xED\xFC\xB1E\x19\xCD\xF4Q\x1F\xA3Eq\x0E\xD0\xDD/\x11\xF9\xAD\x1DU\xC7\xF9 \x9E\xCC\xFC\xD8(V\x008\xF5\xC9\x07\xD6\xE7\x17\xC6D1\x12\xE4\x04G\xF6\xC1\x1B\xEF\f\xB9\xE1G\x06\xEBT\xCD\x94\x15]\xFD\xB4\x19\t9!+\x0F\xFC\x9B\x05\xE2\x0B\xFB\xDD-\xAC\x00:\x9D\xC4\xE2>\xE9\x0E\xD6\bj\xDDB\r\x1B\xF2\xA1\x0F\xDE\x15m\x1D\xF8\xB3U\xF0\xA7\xFB\xDA\xBCS\xA2+\xD1e\x8E&\x00-\x19\xFC\xC0\r\'\xDE\x07-\xD0\x02\xF0\xC8\xAB\xD6\xDF\xC4m\xDA6\xB6\xC3%\xED\x15\xBD\x1C\xF3$f\x16\x04*\xA3\xF0;\xB2\x02*\xC1_\x05\xE8 \xB1/\xED\x98<\x0F*\x03\x1Dl\xF3\f#\xE9\x15\xFD\x07\xDB\xE8Z\x8C\xC87 \xB0\xF5C\xEF\xBF\xE3\x1EF/\xE8Q\xF6\x06\x1F\xED(\x12]=\xD2\xFE\xE5Y\n\xEB\xFD\xD2\xBC\xF4\\\x18&\xE3\x12\xEB\xF7\xAD\xCE5M\xD5\x02\xC3$\xFF\xD0\xDF\xBE\xE6\xCE-\x00\xC9\xDE\xF1<\xBB\x1F\xF7\x11\xD3\xEF\xE3h\xD41\x10\xAAR6\x0E\x9B\xF9\x13\x04=\xA5O\xD3\x00\xF5\xE7\x07\x93M4\xC8\xD7\xB2I\x1F1\xDD\x00\xCD\xBF\xFC\xD2G2\x17\xE1\xFE\xBD\xF8\fE\xDB\xF2`\b2\x11A\x94\x19]3\xADO\r\xCBB0\x05N\x15\xF8\x01\xE7\x1B\xC9\x05\xF5\xD7Z\xDF&\xC1\x11\xE7\xBA\x18G\xA8\xCC\x1B\xF7\x0E\xF0(\x04<\xE1\f\x97\x12A\xE74\x1CS\x8E\xDA\t$@\xEC\x1CX\xE6\x13\xB9\x1A\xA2I\xF7\xD8\xED\xB7\xF9\x0F\xD6\x01%\xE4\xA9\xFD\xBF$\xA4\t\xBBH\xDB\xFC#\xEA\xB8\x00\xCEB\xF2\xCF/\xFB\n\xE09-\xDB#\xB4\xDF\x18\xA3\x13\xF7\xEF\xC9N\xF9\t\xA9\xF3\r\x01\xEF\xC5h\x10\x9D-\xCC\xAA(7\xFC\xEA\xC7\x01&\b:\xE3\x1E\xC4\xF5\xED{\x17\xD8\xF3<\xDF\xCE6)\x99d\x14=*\x19\f\xAD\x1D\xF1d#\xC7\xEE\x10\xBEm\x01A\xC4S\xFC\xCFw6\x05\xB6\xD7"g\xDF\xBB. \xFA\xB5\xD4\xF3\xDF\t\xF7\x04\xD5R\xE2!\xAEd\x14\xD0J\x06-\x9B6\b\xB6K\xEA\x0E\x1D^\xEC\xF3\x0B\xD2\xE1\xA7\xC6\xEEj\xE59\xB1\x02\xDA\x92S\x04\xFA\xE9\xD3\n\xF43\xE8!\xBE\'\xE6\x19,\xED\xC7\x15@\xCEV\xE4\x059\xFF\x193z\xC4\xF0\x11\n0\xF4\xDE\xC1\xFD\xA8\xEAY\x11\xDE\xD0\x1C\x01/\xC5\xFC\xAF\x04\x18\xBF\xFFF\xF7\x072\xFB\xD4\x04\x10\x1C>\xF6\'\x19\xACJ\x1F\x9E)\x05\xD8\x0E\xAA\xDC\xFAV\x9F\xFF:\xF6\x06\xEA\xA0\x16K(\xC7E\xB8\xE8 \x8C:\xB7\xCD\x17B\xEE5(\xD9\xFF\xBC?\xF9(\xE1\x97V\xD5\'\xE2K3 \xE9\x11S\xDB\x8A\x15\xBFN\xE3\xBE\f\xD5\xE41\xCB\xEF\x15\xE2\xB5`=\x01\x16B\xD0\f\xE3\x1E\xAF\xD6&\x0E\xF2\xDC\xAA\xEB\x0B\xD9\xFC\x15L\xDD\xFFZ\x04\x9D\f\x1A\xF4\xC9\x16"\xF0`\xC8\x10\xF5\x07>\x13\xF9\xC8\xD9\xAD+\xCE\xBA\x1C&L\xED\xD1\xFE,\xECg\xB7\x12\xFF=V\xF9\xC9\x1A\xF2\xEB\xC6\x07\xF41\xC0\x11I_\xFB5\xC3\x1F\xF9\x13U\x96%\xD0\x07\xF6*\xEB\xD8%\xE4o\xB3M\n\xE6\xA5\x06\xB3I\xE7\x1A\xBB\xF0\xA0\rs\x06\xF2=\x01\xE7\xF5\t3\xF4\xA48\xCA\x04D\xF3\xDD\xBD\f\xD74\xFE\x91/P!\xA8k\xDB\xEF\x03\xCA\xE1\xB3\x01\\\xD1-\x02\xF46C\xE4\xAA\x1C\xC5J\xBB\xF8\xD2\x02\xE0+8\xD5\xFD3 \xCE0\xDC[9\xEA\x1C\xFB\xE0\x95\rb\xC7\xB0\xDD^\x07\x14"\xFA\x88\x1E\b+\xA8"\xE6M\x10\xD3\xE1\xBA\xE8\x13\xFA$\x97.\x19B\f\xE7<\xBC\xE1\xC9\x0F\xEE\xBFg\x0E\xFD6\x13\t0\x1F\x90\xFA\xC2F\x14\xDD\xEE\x02\xA9\xFB"\x01\xD1)\xBDU\x167\xD6\xFCF\x1D\x1A\xE1\xB2\xD9Y\xE74\xD1\xEBt\x04\xF0\xC0\x1F\b\xF8*\x008F\xD2\n\xEA\xF5\xD8#\x9E\xEF\b\x1Ca\xB1\x00\x191\xCF\xF1\xA1\xE8D\xC8\xEFW\x0E\xEA\x1C\xF5q\xBE\rQ\x16\xC6\xE4\xB2\x10G\xCB\xEE#\xE4,\x10\xF2\xC3C*\xF0\r\xC1\x16O\xF8\xC8\x18C\xDD\xB2;b\x18\xD8\xC7\xB3\x1BQ\xC0\x13x\xCD\xFC\x17J\xD5/\xE8#\xD8\b\xE1P\x1F\xD9\xFF\xAF\x16<\xDA\xB6\b\xCD\x9D%@\xD4\xF1+\t>\xF6\xDC\x00\b\xAE\xC1\x05\xA1\xD1\x01\xE9\xF9\xCD<\x02\xDC\xAF\xFF\x0F\x95*\xF6\x03\xCB\xEC\x9D\x0E\xF0\x06\xE54\xFE\xAB\x057\xB8)\xF5\xA7\x05\xF9R\x85\xF4:\xB4\x04,a\xE3\xF7\xCF\x00"K-\x04\xE8\xF8\xE04\x8Ff\xED \xA33\x1B\xF8@\xEBN2\x87h\x11 \xA5.\xF4C&\xE18\xD4]\x14\xE4#\xFDC,[\xF7\xDA%\xF1\xE3N\xDA\xE6\x10\xC3\xDE>\xCC\x15\'\xFB\xC6\x17\xEE\xBF&\x072f\xA8\xF0\xE2:\x12\xB5\x0B\xFD\xC0\x03\xD5\x13M\xE7\xD0n\'\x14\xDF\xFE2\xD5\x06\xB9T\xE5\t\xCF\x1D\xB7\xE9\xFB\f\xA94K\xC2\xDE\xAF\x12\xCB\x9F@\x16\xC2\x0B\x1D\x004i\x1E\r\xEF\xBD\xE6|\fA\xD4\x0F\x9E\x1C\xDE\xC3\x11\xF9\xD7\xC6\x1E^\xCEJ\x1C\xE2\'\xC7\xFB\xBA\x0E\xDA\xF1\xC6\xB4\x1E\x17\xF2F\xDE\xFD\x1B\xC3_\xF0\x05O\xC1!\xEF\xD2\b\xF6\x1C\x02\xEB\x1F\fc\xD00\xF8\x90D\xD0\xEB\xB5\xFE.H\x03\x95\xDC\xE9\xF9U7\xF3\xE8\xFED\x1AT\xFF\xAB)\xED\x159\xF7\xAFX\x05+8\x98\x02\x0BX\xF6\x94\xE7\xC6*\x0F\xED\x9B\x12\xD9/\x16>\xDF\x01.\xB6s\xD6>1\xBD\xFC\xDF\x03\xEAV\x8F\xF1\x17\t&\xA3\xDA\x11\xD1!4\x1B\xAE\x01\xCCK\xB3\'\xD3\x97\t3\xF3\xDD\x05\xA0\xD9\xE9\x0F?\xEE\xE0\xF5\x19C\xE8/\xD5\xFF:\x1F\xF6\xD2J;(\xFF\xAB\xF4\xCE\x9FX\x1A\xE4\x13\x84\xF3\xE5M)\xF4\xB4!\x11*\xE0\xC6\xF9[\xE5;\xF6T\xF0\xFF\xBD)\x0B\xDA\x17\x04\r/\xEC\xBE\xE5\x10B\xFB\xC5r1\xFE\xCC\xA5!R\xBF\xCF"\xA6\x12W\b\xB6p\xA9\x04\xE0\xF8\xC9k\xE5\x0F)\xF8\xC7\xFD\x0B&\xC5\x05\xD2\xA6\x19;\xC8\xD6\xFD\x065J\xD4\x04\xC2\x18\xB1\b\xCA_\xE4=\xEE\xC0p\xE1\xF4?!d\xCF\xB6-\x1F\t\xBA$\x18\x0B\xD6\xFF\x11\xF9\xE0\x05G\xDB\xCA\xEE\f3\x17\xE9\xB6\t\x1BC\x03\xEA9\xD8G\xED6W\x17\x0F\xECQ\b\xE5p@\xAD\x1D\xB9\xEF\x0F#\xEA-\xE0G\x11\xF7\x9A"2\xF9\xA5\xCB\x14\xDA\x03\xF8\x18P\xEE\xD2\xF4\xDE[\xE7D\xB0\xEBj:\xB7\xED\xF9\x19.\xD8\xFE\xCD!S5\xD6\xBE$\xAE\t\xBC \x93\xDC\xF7\xB2\xFF3\xDA\xFA\xBA\xF2\x0E\xEA\xDB\x14/\x99E\xCF\xFA\xA4%\xD5\xEB\x06I\xD1\x0F\x1ER\xFD\xAD7\xEA\x9C\xE1\x12\x02K\x8D\xFA\xC4&2\b\x1A\xC8%\xFF(I\xA0\xE6A\xBF\xF2\x10\x8C\xEE\xFC\xDDT\x14\xF5b\x01\xCE\x1D\xE2A\xCB\x1F\x9A\x150$\xCE\xFBa\xF4\xE2\x00n\r<\xFE\x1B\xB4\x16\xDF\xFF\xB7\xE9,\x06\xC4%H\f\xC85\xB0):\x06\x14\xF3\xD1\xDD\x9B\xF5\x0F\xD3\xBC\x0E\xF4\x05%d\xDC,\x00L\x192\xF0\xD1*\xE6\x0F.\bl\xBE\xF4+\\\x00\xC4J\xA1\x03=\xC7\t\x1E\xB8\xD9\xF2\xC14e\xC9)X\xF2\xD7E\xE0\xF1\x1B\xD4\xF6h\xFE\xE8\x19\xD8\xEE\xB8c\x02@,\xE5X5\xEB\xD4[\xB4\x13\xFA\x96\x07\xCF\xE4\r\xC7\xA1\x06@\xB0\xC2\xEF:\xA3\xE9\x04\r\xE0\xED\xD5\n\xE4\x1A(\xD8\xAA5\xEA\x16R\xE2\n\xEF\xFA\xA7\x059\x17\x92\x0B^\xB8\x00+\xDD\xBE"\xCD\x0EG\xE2 \xAA\xFA\x16\xC0\x04\xAB:\xFE\x1E\xE1\xC97\xEC\x1D>\xB6\xF7`"\xDF\xFC\x18P\xD7\xFA\x15%\xD2G\xB1\x1A6\xF7Z\xBB\xEE\x10U\xF8\xCA,\x02\x8A"\xD3@\x12\xE5\xC2$\xFA\xCD3\xE6\x14\xA7?\b\xF1V\x91\xFD0\xCB\r\xECL\xD7 \xF2'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x06\xD2S\xF0\x040\xD5\xF4\x14I\xD0\x10R\xBE\xF5>\x06\xAA*\xE5\f1\xDB\x00\xB95\r\xD0\xFF\x1BA\xDE\x13-\x92@\xCC\xFE\x0FF\xC8\xFA,\t\xDF1\xC4J\x02)\xAF\xEC\x10\xFB8\x1B\xF0R\xD0\x054\xC8H\xE4>\x93\'\x16\xAF\xE6Z\xBF*\xA6\xEE\xFC\xDC-\x1A\xCF\xE0Q\xF6\xBDY\xA2\xF3e\x1A\xEA\xA7G\xF1\xBD\x8C\xEC\xFA\x03\xD8\xF4\x1F\xE0\xB2\xE7\x17Y\xA8\xEDk\x18\xF3\x0F\xE5\xD0\x19A\xDF\xBA\xC9\xDA\xA0\x11&\xAE\xEC\x1B\xF8\x0E\xEC\xC6\xFD\xDDF\r\x1E\xFA\x06\xE3;#\t\xA0\x01\xEC"\x10\xD5\x17\x03\xCD%\t\xC6\xF9,\xE2#p\x077\xC5X\x17\td\'5\x04\xF2\xDA"\xD2\xBB\xFF\x9D\xDB6\xF8n\x00"Z\t\x021\xE3\xFA\n\xDE`\xA3*\x0E3\x1C\xF4\xCC8\x9B\xDBo\xC6\x18\xB6D\xE6k\xB37\xC4\xFDG \xEA?\xE1K\xD7\x04\x14\xCA\xF6\x10\xD3"\xAD\xE4\xBD\xED\xA3\xD1O\xBF\r=\xF8\x05C\x1DU\xB9\b\xC6\x99\xF3,\xE7C\xF5q\xC2@\x16\xBC\x00\xD4\xD9\xB3i\t\xBB\xEB\x01\x12/\xF1\x00\xD5\xF7\xCB\x16\xF2\x05)\x92\xEF\xD9\xB0\xFC\x10\x99\x1DW\xB3<\xDC-\xE9E\xF21I\x01\x11\xF8\x1B.\x99\xE3\x13(\xE7\xCD\xEF%\x15\xEA\xD9\r\xD1\xA9\x14\xB7\x1C\xD6-\xF2N\xE9\xC63\x96\xF6F\xE6\xB3j,\xE25\xFF\xBA9\xF3+\xFFd\xD7\x15Y\xCE\x12I\xF5\xB8;\xC7\xFF\xA9T\xED\x9F\xD8\xF9[\xDF\xF43\xF9\xBF\t\xAC,\xEA@\xBF\xE5\n\x02\xC1\x10\xA6\xFA\x0B \x90\xE9*\xF2"\x07a\xE6\xFA\x19\xE2\xD2\xC0\x16\xF0\xFD\xC2?\xE8`\xDC\x04\xCB\xE4\x1C\xED\x95)\x03\xF1\xAC*\xD5\x15\x07\xF0I*\xD4#\xFE\x15\xBC+\xCC\x04\x97J(\xE2d\xC7\xD9\x0E\x1C\xD2R\'\xDC\xEB,\xE2N\xCF\xFFm\x0E\x8F\x18\xDA+\xA4\n h\x02)\tP\x1D\xD5\x10\xAC\x0B\x1D&X\xB4E\x0E\xF8\xC7\xE4C\x1C\xC4\xE75\x9A\xDA\x16\xF6\x0B\xC41\xF1<\b\xEB"\xB9\r\xD1\xF1\x01 \xFB\xB30\xF79\x86\xFD\x1Dg\xB56\xF0\xDC2\xF9\xE3D\xFE\xEDK\xD5\xB6\xF1?\xAA\xDA2\x9F\x03\xEE/\xF7\xD5\x9B\xFA\x13\xCF\xDD9!\t\xD9\xFE^\f\xFAP\x1E\xE3\xB2A\xE8a\xB0\xE2N\x1B\xDBk\xFD\x156\xA1C\x13W\x04\xE1\xC9\xF1I\x07\xCA\xF6\x11$\xC5\t\xB9\xD34\xC9\xBE\xF67\x14\xC9\xFC\x11\xEB\xF8\xCC&X\x14\xC5B\xE6\t\xEF/\x01\xAEu\xBB1\xA1\xED%\xCD\x03\xBF\x7F\xFC\xCE\x04\x1A\x0E\xC8\x00\xA5\xF6/\xC5\xE8\x1C\xDD\xF4\xCE\xEC\x94\x18$\x0F\xBB\xD7\x17\xE8\xA2\x04G\xEB\x15S\x03\x1E\x10(\x05\xE9#\xE0\\\xBCH\xE6\x0B\xB4\xEDQ\xFF\x19:\xC1\x1FJ\xE6\xF1\x18\xF7\x11A\xB4\xDE.\xEC&\x128\x8E\xDC\xF8)\xD39\x0B\xEFF\xB1Q\x07\xBC%4\xD7\xFCb\xE7@1\x00W;\xD6\x1C\xAD&\xF3\xA0\xE5y\xAC\xDBR\x9A/\x06\x1E\x169\xFE\xDD\xD2(\xB9\xDFh\xA8\xD6\xFD\r\xC9P\xD1\xE2\x06\x19\xF5E\xA6\x07\xD8\xF1!G\xEAZ\x13\xBD\xE3&\x03\xD7\xF9\x11t\xE5\fD\xC2\b\x95\xF9\xDF\xAE(\xC0\xFA\xE2d\xFE\xD99\n\xCF\xF0\xFD=\r\xD0\xF5\xAD\xD7\xC6i \x06\xA5\x0F\xF4\x04+\xF6\x16\x9A,\x03#6\xC3g\xD6\x0F\xF9\xC8X\xBA\x00/\x90\x05\xF3B\x18\xCD\x9B 1\xC7\x00\xA5\xF6\x1B\xEF*\xD2\x15\x1F\xF3\x0B\xEC\x132\xCC\x0E\xBB,\xF9E\x15\xBA\x1B\xC4\xECD\x00-\xEF\x88\xF5?\x1D\xD96\xEA\xCDS\xE1>\xEC\xDB\xAC\xFC\xF0\x85"9\xE6\x1B2\xE0\x16\xD1\xC4\x1E\xDA\xAF\xFCc\r\xE0\xF0=\xD4,K\xDD\xAF7P\x04\xC7w\xCFJ\x98\x06\xF1?\xE9\x19\xC4\xDF\x023\xE5\xFAf\'\xE2\x0F\x055\x14\xE6\xF9_\xC4\x14$\xB7\b\x1E\xBF[\x14F\xE7\t\xFE\xCF\xB5L\x0B\xEB\xFBb\f\xE6M4\xEB+\xF7H\x1A\xB4\xEA\x14\x04\xCB\x11\xFF\xE9\xB8&\xE4\xFD.\xDC#Q\xA8\x00Y!\x97_%\xD4\b\xA2\x13\xB6\xCBT\xE8\xBD\xC9-\x00\x95\x0BA\xFE\xF0\xD21\xF7\f\xCB\x1C+Y\x12\xF2\x01\xA1)\xB2=\xF4%\x01\xBB\b\xD3\xA8\xC3\x07\xFB]!\xBB\xE4f"\xD9\xF5D\xA5\x10\x19\xBC\xF7\xC7\xE1\x11\xD5\xF5\xEC\x0F\xB1\xF4:\x1F\xDCI\xFC \xD5B\r\xB3\xF0M\xD8\xE5\xABp\x12\x00\xE0\xB6:\xD8\x94\xE1\xC1&\xDB:\xCB\x05\xD8\x14\xA3\xCC\x11\xDE"U\xE86\xDA\x8F\n\xF2A\xFA\x9E\r0\x06\xD4<\xEA\x037\x1C\b+\xB3K\x07\xDC\xC9R\x00\xC0\xEA.\xF1\x8E\x0B\xF9Z"\xE0\x18*\xF8 \xC8E\x9E\'\xF2e\x02\xFA\xEEA\x18\xF7n\x1C\xF0S\xE2.\xF9t7\xF3\x17\x02\x11(\xCCM0\xD6\x19\xC7\xEDY\x1B\xC3\xF2O\xB0\xD8m\xEE<\xCD\xFF2B\x19+\xF0\r\xD1\x17\x02^\xE1%\xD4\x03=\xBF\xCE\x075\xEB\xD9\x1A\x07\xE7\x15\xC52O\x06\xAB\xD2\xE6\x0F\xC2!\xB5E\xED\x1B\x98\xFE\xCA\xB7D\xE1\xF7\x00\xE9\xAE);\x01\xB4\xE0\xF9$\n\xCD\xFD\x14\x9B\xF9\xE4\x1E\xBD\xE8\xFB\x9D\xE1qC\xAA:\xC5\x13\xB5\xEC\xA3\xFB\x10\xF3S\xB9\x0E\xFB8\xB1M\xD3"\x10\xB9\xE9-\n\xFF\x976\xFC\x04\xD1\x0B\xC0\xE5J\xD7/\xEF\xAC\x1F\x15\xC1\x05\x0F\xE3\xCFI\x12\x92e\xE43)\xDF\xC1T\r\'\xA7\x14\xD3\x05$\xB7\xFA\b\xD7\xF6\xEC50\x1Dl\xE6-\x8C\x02\xE2a\xEF\xC1.\xFE\xA6\xF1\xDB\x1C\xC8X$\xDDN\xE8\x18(\xDC;\x04\x0E$\xFAj\x0B\xD3U>\xDAs\xF5%\xFD/\xDA\x04\x17\xA7\xECH\x03\x1A\xF1\xDAc\xF5L8\x0F\xCC\x1E\xE7)\x1AL\xFF\x07\xCB\xB6\xDAC\x1F\xD5\x17%\xCE\xF8\x0E\xDEF\x05j\xFC;\xF3\xB4\x13\xCD\xF6\xA7_\xF2\xB1V\xEB\xA3\x19\xC3\xE51\x8A\xFC\xEC\x1D\xA3\n\xBE\xEA\x1D@\xC7\xF5\x0F!\xD3\xAE4\xCA\x00\x0B\xC2\xEC\xDC/\xF1V\xBC\xDF\xA2\xCD\xDFN\x16\n\xEE\xFD\xC4@\xA7\x04W\x1E\xEB\'\xCA\x13\x9D\xE2\x04F\xEE+@\r\xC7\x00\x1D+\xCC\xDE>\x07\x01#\xF3\x12\xB8-\xCBB\xF0\\\xB2\xD2\x00V\xB8<\xFB\xE9\x06B+\xE2\x1B\xAB]\x00\x97\x04\x103\x0B!6\xFF\xF6\'\xABY\x10\xF42\xE4\xD7\x96<\xBB\xF63\xD4"\xC1\x19\xD7\x06\xBB\xE34\x15\xD5\xF86\x11\xF4\xB3H\xDB\xC98\xE2P\x03\x17\xD8\x0E\xF88\xE5%\xDB\n\xC5i\x15\x91\xEF\xB7$?\xF8\x16\xC69\xD3\xFBb\xF2\x8C\xEA\xC1\xD1:\xDE\xE9\b\xBCH\x15\t\xFD\x19\xE5R\x0B\xEB7\xFA\xA0x\xFE\x1F\xED\x92\b\xE6\xB8\xFE\\\xD1\xED\x17b\xFF\f\xD4\xF9\xE65\x9B*\x14\x07\xEF\x9E1\xF3\xE1 \xD8W\xFD\xCF\x07\xD6\xE5M#\xEE\xB0\xE4\xBF\x10!e\x02\x19/\xCD \xFF(\xF0\xC5`\xDC\xA8+\xFF\xB2W\x0F\xE6$\xD0P\xDC=f\xC3F&\x1A\x9D+\t\xBE\xA6(\x1B\xAF\xC3L\xFE\xDF\xC1u\xCD\x1BM\x10*\xBC\xF8\r5\x13\xF2,\xBA\t\xDDC\x1C\x030\xD6?\xE2\n\xB9\xFA\x9Bo\xDA\xAF\xF8\xD14\x10\x06\xF1\xCD\x1E\xDE\xC8.\xF1\x0B\xB5\xFB\x10"\x03\xEF\xDB\x0B\xE4\xFC4\xF6\xE8>\xEFh#\x06\xF2\x1D\xADE\xF7\x01\xE7\xAD\xD1\x03H\xC6\xE7E\x9Es\x1A\xFC\xA4\xF5\xCAL\x14\xFD\xEF\xA6I\xF2\x12<\xED\x0EP\x1BA\xE9#\xC1L=\x13\xF6\x05H\xAA7\x1A\xC9\xF3\x91\xD3\x15\xADS\xC4A\xD6!\xDD\x04\xCA\x11\xDB.\xD0\f\xEB(\xD6\xBA@\xFB]\x1A\xEC!\xAF\xDE\x01\xCB\xEB5\x13*\f\xD9\x96/\x16\xCA*\xD7#\xE3\x04\xC3.\xE1\x9E\x02\xB5\xF9\xD6\xE4\x8Ad\xBC\x17\xD5\x01\xE1D*\xE91;\xF7\x1E\xF0\x02\xB0U\x16F\x97\xFB\xE9\xB8:]\xFC\x126\t\x17\xDE.\xA0\xDA\x061\xF7\'\x0F\xD8T\xC0\xE7g\xFE\xED\xB7_\xF9\x06\xBF[\xAB\x18\xD3\xFC\n\xF3\x15j/\x1A\t%\xED\xFC*\xE8\xF6j\xBE\b\xFF[\xCB\x06\xDE,\x12\xCD\n\xBC\xF30\x0BU\x18\xA3\xE4\xC5\xDD\x87"\xEE\xC3\f\xF3=\x14`\xBC\x1DG\xAD\xF2\x03\xD2\xB3$9\f\xE5\x1D\xDC4\xFF\xF6?L\xB8&T\xCE\xDD\xEB\x00\x954\xCC\xDC>\n\x9F \x11\xD6\xAA\xE3\x0F\xB9E\x9A]\xE9\xF8)\xD2\xE3\x1F\xC2\xF6\x02$O\x05\xF4c\xCE\x00L\xB6\xFA\xC9\xD3\xEF\xE4\b\xFA<\x1E1\b\xF6\xC5\xCFA\x9CM\xEA\x0E\xCC \xF0\xE8\xD9\xAA:\f\xC4A\xF4P\x0E\x1F\xB2V\xCF/\xECM\'\x1B\xFC\xEB$\xD7\xFE7\x1D\xA5o\xFF7\xD9I\xEE\x15\xD3?\x94*\xE37\x1E\xE7(O\x0B\xFE\x90,\xC4\xE0\x15\x9F\xDCF\x1A\xEE\x02\xF5\x12\xB4\'\xE0\x8F\t\x145\x04\x1C\xF8$\xB1\xD4\xE2\x02\xC1\xF2\x15\x05\xDE\xF9\xB7\xF3:\xC6x\xF4\x18\xC2\xE0K\x05\xEC\x12\xAD\xCC\t,\xB2\xFA\xE9\x19\x0E\xF9\x84\x13\xD6\x04\xA9 ;\x18l\xCFM\xED\xFDZ\x0F\xE4!0\xC3\x1A\xD4^\x04/\xC5v\xFD\xBF\xEEK\xE5\x13[\x19\xF9E\xE76\xFD\xC7@\x18\n\xDC\xA20\x03\x0B\xAF\xF1\x0F\xDA\xBD&\xF2B\x1C\xE0\xC03\b\xC7U\xDB\xBE|\xF13\xE1\xC2\xEA\xD9\xF3\x02\f!\xBC\xCD\xF3\xAD\xABm\xDA\xFD7\xED\xF9B\xD2\xF4%\xE1\x9C\xCC,\x05\xBD0\xA1\'\xD6\xAC$b\x98\x02\xCEO\x14\xE4\xD1B%2\xCB>\x19W\xE5\xFB\x9B\\\x00M\xD7 \xEF\x02C\t\xCC\x17\xF6[\x11&\xB83\xAB\xE6)5\x01@\x0F\xE4\x07I\xA5\f\xBC\x1C\xE5\xB0\x18=\x10a\xFC\xD8\xF0\f\xCAw\t\xEE\x0F\xE2\x1E\xE94\xF0\xFF \xBBS\xE7\xFB\x02\x8D\xF7\xD1\x042\x0E\xEB\x13\xF3\xA8;\xB5/\xE8&\xFD\xB2@\x07\x93\xFAH\x16\xD7\xF8c\x13\xD8\x1F\xF9\xBA&\xF2\xCB!\xDDX\x01\nO\xD6\x06\xF5\x1B\xA8;\xE9\xFE\xDD\x1C<\xB6\xF6\xD5Z\xBD(\xAC\x0E\xF8\xD9\x83\x1D`\xE3.\f\xB4\xC6\xDA#\xCE)\xE5\f\xFC\xD0\x1C\xA4S\xDD+\xD2\x01\xC8\xE1\xEE=\x06\x99\xC6\n\xECV\xD32\x14\xE6;\xF6\x12\xA1-\xED\xC7\xB64\xDFG\x12!P\xF5\xC1\x01I.\x07\x11\xFA\xE0\xCBc8\xEF\b\x12\xC2$\xEEL\x1B:l\xF9\xB9A\x03g\x16\xDF\xF4\x10\xC6\xEE\x1D\xE67!g\x0F\xBF\x1D\xF2\xE0M\xB6\xEB\x1C\x8E\x01e\xB2*\xCFG\xDB\xFB\x1E\xE6\'\x00\xC4\xD1\xB53\x94\x16\xD2\xEA\xC8\xA3:\x1AG\x05\xE9\x17)\xCEH\xF4\xD7\xAB\xFF\xE0\xF1\xA1\x07\x19\xDE\xC8\x982\xBD\\<\x02\fI\xBB\xF3\t\xA4)\xD3T0\xFE$9\x06@\xDF\xFB\xC5\b\xEA\xFE\xBF\xF18j\r\x8D\xEB]\x05\xF1\xE3\b)_\r%\xFF\xDB\xB4\xF3/\x93\xC0\x00\xE1\xB42\x16\n\xC9(\x11\xE6,\xFEN\xEF \xF7\x07\xE7"\xD5\x9D\xF8\x14Q\xDA\xE9\xFB\x03\xB3\xE6\x17\xCA\xF9\xB5\xCD\x11K\x1E\xD8T\x18\f#\xAD\x03\xD4J\x17\xF9,\x0FC\xD8\xFA\xAE\xE0\xF4Q\xED\xCE$\f\xD6V?\x0E\xF9{\xE7=Y\xF7\xBER\xD3\xAE5\x0F\xD8G\xCE\xAC\xFC6\xE1.\xCE\xB0\x1A3\xC5\xF4F\b\xA2\xD8\x10*\xF7\xEE\xAA%\xF32\x9A@\xDF\xCB\x15\xF4\xBE9\xDB\xA7\x1F\xC7U\xED5\x1F\xBE@\x18\x01n\xE3\xFC\x1F\xED\xA6\x1C\x02\xD1\x9C\x05\xD9\x1E<\f\xF5\xE8\xC0\xFF\x13(\xEDN\x18\xC2t\x05\xFE<\f[\x14\xDD-<^\xEA\x17l5\r\xE3\xBA\xD0\x05\xE8\xF9Q0\xE3\n"\xCC\xE8\xFF\xB8\x19\x03\xCD\x13\x06\x991\xC3\x13\xAB\xF63\xC9\xDC+\xC0\xF0"0\xB1\xED\x01\xCA\x17%U\xA5>\xDE\n\xB7\xF3\x0E\xE8&\xEF\xD4\xE3\x92#\xCC\xF0\x01\xB0&\xDE\xC1\xD5\x02?\xFC\x12s\x1D\xB3\'\xFE\xA4\xEFD\x04q/\xF49\xA1\xE5h\xD5\xF9\xDF\xE9)J\xBA\x07\x16E\xF4N\x11\xE1\xFC\x18G\xDE\x8Bn\xE2\x06\xF3\x1C\xC6a\x03,\xD9\x1F\xA7C\xBE\xF8,\xEB\xBA\x1D\x0E\xF6\xC5\xFD\t\x9C\xEBW\xC8*\xDB\xF0\xC3\x10\xD7a\x19\xB5\xF7\x12\xD2\xDD\fH\xFD-\xF1\x0EX\t\xD0\xF0;\xD4\xE7\xFF\xB6\x075\xC8e\x0B\xBB+8\xFB\xD4\xB71\xEA\xFA7\xD2\x89I\xF7\xC9\x10R\x18\x06m\xFD\xD5O\xE0@"P.\x16\x1E\xF6\xA4\x013J\b\xE96\xC9\xDF)\x99N\xEC&\xC6\x15\xBA!\xAFC\x1B\xA0\x01 \x10i\x98$\xD7\xEA\xA9\xF6\xD1\xE6\xF2\b\x1F\x12J\xCC\f\x96!\xE5\xFF\x15\x07\xE00\x01\xDA\xAE?\x126\x9F\x03\x17\xB1\xF4\xCE\xE1\xB57\x0B\xE4\x18\xD1\x91\xF5\x1E\x01\r=\xC2\x06\x19\xAC\xF7\xD8\xEA8\xCA\xFE\xD9\xF5T\xDE\xC2-\xF8\rX\x1DC)\x14Q\x00\xC6\xA8\xEE)\x00\xDB\x16G\xF0\xC0[:\xB6\xF2!\xE8\xD0\xF3\xC3\xE4%\xEE\xD0\xE8\x11A\x06\xEE\xD5_\xBFC\xFB#T\xBC\xE5\\\xF0 \xFB\xE3c=\tS\x03\xE3\'\xBE0\x0B\xB0\xEB9\xCE\xE2\xC0\xFD\x04\xDD\x90<\x1A\xDAY\xE4\xF7\xFB\x1C\x04\xF1\x14;\xB1\xEE\x0F\xCB\xFA\xB8\'6\x0F\xB2\xC1\x1B\xE2\xF5\x11\xB1\xFC\x0B\x1B\xF87\xC0\x1A3\xA7\xD9\x16\xF7\b\x03\xA7\xDC\x1B\x97\xFA\xCA*\xEA;\xC4\xEF\xD5F\t(\xA1K\x13.\xEE\xDF\x0F2\xD3\xAA\x04\xE5\xC9\xD6a\'\xA4L\x1B\xD43b$\xE9\x0B\xF0\x02\xCE"\x07\xEC\xD0)\xC6U\xE4\xA5-\xDB\xFF\x07\xE1\xEB\x02 \xCAF\xDF\xD0\xF6:\r\xE6G\xDA\b\x19d\x0F\x01\x1C8\xF4\x18\xEA\f\xF5\xC8%\x96G\xC5\xFAB\x1DO\x89\x17\xE8\xBB\xDC\xF9\b\xE5\xF5\xC2\x05G\xD4v\x9C\xE0R\xFB0K\xFE\x1E>\x04\x15I\xC7\xEES\xB1\xD2g9\xF1\x91(\x1FX\xEC/\xB7\x014\xA5\xE2\xD0\xF9\x9D\xE7\xB7\xC8\xDEy\xB2\xD6\x05U\xFD\x19\xE9\x07\xD9\xB8\xF7+\b\x00B\x0E\xC8T-\x9F\x1C\xE1\xAE\x17,\xF5\x12B\xD8\xA4\n\xB8\xDC\xED\xD3\xF3\xB7\x10;&\x17\xFC\x0E\xB7\xE7\x12\xFE\xB2\n\xC8\x17\xD2p\xF6\x1FC\xBA2K!W\x05/\xFF=\x1C\xE68\xBD\xF2d\x0E%8\xEF\xDDZ\xCF1\xEE#\xB4\x00\x12?\xF85\xFF\xBF\xE7\x1E\xB5\xF2\x17\xE8^\x0E\x9A6k \xE7\xD7\x86\xF4\xC5E\x05,V\xD4J\xFE\xDF\xF2\'\x10\xC3\xEE\x00\x14\xF2\n\xD8\xFB\x12\xED\xBF#\xF9\xA8\n\xDB-\xAF\xE2\xCA\xFF\x11\xC0!\xF5\x95\xFC\x18\xD1\xEA^\xD8\xCC\xEFN\x07\xCA7\x01\'\xC4:\xF8-\x19\x01\xCC\xF8\n\x02\\1\x1F\xD6\xE0\xF8\xC3\x1F\xE9+\x9ED\x06\xAD\xE6Q\xD5$\xC9\xE4\xAC+\xD0\x8FD\xE1\xCB]\x12\xD0 \x02=\x9FM\xE73\xB1\x15\xE4r<\xE0\'\x06\xBA\x0E!\xA5\xDD_\f\xD4V\xE2\x05\xCF\xF1\xC0\xE0&\xA7B\xBE\xE2\x11\xEB\x947\x16\xAB\b\xC4\x19]\xF8\xDA8\x1A\x0B\x80.k\x01?\x19\xF5a\x0B\x16\xF21\xFE\xE8P\xF7\x14\xD7\x1B\xF9\n\xD4O\x05\xC2\x0B\xA9\xF3E\xFB0\xE8\x15)\xF7\xED\x8E\xFB\x10#\xAAA\tN\x13\xEB/\x1A\xCE\xFA\bq\xFF\xF2K\xEA\x0E\xD4\x02\xB9$\xCA\xFB>\xDF\xF7\xB6\xED\x0F\xC2\xE74\xD6\x03\xB8(\x9CA\xC5\xB5+\xF0m\xA9B\x01\xED)\xD9\xF84\x13\xC7\x98Z\x01\xD0@\xB2\x1B2J\xBA\xDCr\x1D\xE7\xB3\xFD\xD8W\xF1\xB1H(\xBC\xCA"\xDA2=\xEF0\xE3\n\xECc\xBE\x04\x13\x1E\xD9R%\xFE\xB0\x1F\xEAS\xDD\b\xEF\x1B\f\xE5\x06\xCE#\xE0\xC77\x1B\xB6J\xCF \xE4\x1A\xDB\xF2\xBD\x10\xE3\x04\xC7\xE8\x16\xF0\xFF\xD44\xF5+\xC4\r\x009\xDB\x18\xE7B\x03\x11\xB9\xFB\xA6\x1EL\x15\x93(\xD2\xE8N3\xCE\x9E\x07\xDEK\xC8\xF8:\x11\xD3\xFBb\xDE;\xFD\xBD.\x15\xF4\x9D\xFC\x0F\xEB\x03h\xEF\n:*J\xFAf\xD6&>\b.\x9E\x11\xC9\x07e\x8D\xE4#\x06\xA4\xF5\f\xD3\xA0Z\xFA\xDCp\xC1\xD0\xF5\xFE4\x19\xF1\xA9\xFD\f\xF59\xEE,\r\xA2\x1A\xC1$\xAF2\xCB\x8BV\x0F\xEA\x03R\xD2`%\xDF\xA3.\xBE\xFD\xAE\xCC\x06\xA0 \xF1\xFE\xA9\xCF\xF8X\xEAD\xDD\x1E\x14\xD2O\xEC\xC8_1\x1D\xF0\xE1\'(\x04\xE8\x10?\xB6\xDD\bE\xC5"\xE3^\xB9\x17\xD1\x00h\xE2\xF4E\x02\xE7\x13"\xF5\xD8D\xB3\x1F\xE6\t\xC1>\xF7\x11\xD7Q"\xEB\x16\xDF6\xC0\x0EM\xE1\x1A\xBE%\x02\xB0\xEF>\xFB\xB8-\x12\xDE\xFD\xB4>\t\xC6'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x03\xAB8\xE7]\n\xC1\xE4T\xF4\x1B\xC7;\xF9\xBC\xEC\x0E+\xCE\x05K\xB0\'\xF9@\x11\xEC\xC9E\xF6\x02\xC4F\xF4\x0F#\xCC\xFCG\x18\xE1\x06\x91\xF0\x17<\x04\xC9\xE5\x1AF\xC1\xF7\x1F\xD6/\xF1\r\x96P\xE81\xC1\x13\xD5&\xF3\x19\xD2\xFA3 \x0E\xA5\x01\xDB\'\x14U\xD8\x1D\xA3Z\xF1\xDC\x1A\xE9\xC3\xD7\xA2\x032\xB2$\x16\xE7*\xAF\xDE<\x8B\xE8\f\xBB\xF5[B+\xD7\xB5\xF8T1\xF3\x01\xDE\x0E_\x92\xFDF\xDF!\xFC\xD1\x06f\xF5\x11U\xBA\x07\x9EH\xF0\xB2\xD7?i\t\xEE\x9E\x06>\x00\xE3\xFC\xBE\x0F5\x01\nm*\x1C\xE3\x0B\xDB\x9Ee\b\xD4\x18\x04O(\xDA5\xD2!\xC6\xFD\xE4\x0F\x1F\xA0\x0B\xD5\xAA\'=\xE6\x04\xBD\x14\xC9:\xB6\x19&\xA4\xE1\xED\xC8C\xFE,\xDC\x15\x03(\xCE\xE8\xBA3\xE1\xCF\xF5\xB42"A\xD3\x9BP\xE0\xF1\xBA\xFC\xD1U9\xF0\xCD\xFB3\xEC\xF8\xC5\xF1i\x02\xA8\x10\xEC\tfG\xCF)\xECq\x15\xB8\xEE\xCE\x1A*\xEBo\xF6\n\xDA\xEE\x01D0\xDE\x1F\xE5\x10\xCA\xEAR\xFB\xF3\x13\x1F\xFDP,\x18s\xC9\t\xEA\x15\xF6 \xCB8\x16J\xF5\xC1\x0F\xFF\x1C?\xBCX\x96\x1E\x13\xB4\xFA\x1B\xDF3\xBE\xAA\xF2\xDD\xFE\xC0\x062\xF9M\t6\xD8\xAC\x03\xE42S\xC5-\x16\x88\x02\xF8\xAF5p\xBD\x1B\x978\xC6C\xA9\x0B\xC0\xE9\x0F\xDD\xF3\xADb-\xFD\xB0\r\xE9\x90\x04 \xE6+\xAA\xE0\f$\xE4\b\xD0,\xE7;R\xF6\'\x03\x1B8\x12A\xE5\xDA\xC9\x1E\xA1\xF3\xFBI%\xCF\x9D\x10\xFA\xB1\xD3\x1A_\r\xD6$\xF5\b\xDF-\r\xE4\x04\xDA\xF1$\xFB\x86K(\x01\xC5\xE3\xD8\x05#B\xDD1f\xB5\xD8F\xF3\xC8\x001@\xDDK\x05\xC8\x99\xD6\x14\xCC\xE6\xB7\xF8\x97$Z\x00\x11\xDFV\xC4\r\x18\xF1@\x1F\xE9]\f\xF29\xC4I\xEE\xA5<\xFE\xD4\xB4J\xF7f\x16\xD2>\x04\x1E\xD57\x12E\xEDW\xBF\xD3\x13\xEE\xCA\xFA\x17\x05\x12n\xD7\xAE\xEF\xFD\xBD\x18\xF0\f\xFF@V"\bL\xD3\x18\xF4\xAF/\xE8#:\xB5\xE0\x07\xBE\xFF\xDB7\xF3\xD3\xB6\xE8\x17\x05\xCE\x1E\x12X\xEC"\xCA+\xB6\xE3Y\x94\xF7\xE7\xBA\n\x9F\x1B/\xF7\x00(\x8F\t9P\xEB\x9E!\xF7\x16V\x0F\xA5%t\xE20\xEC\xA3\xDA\xEF-\xC3\f\xEB=\xBD\b\xD3\x00\xEDb\xD6(J\xCA\x1A\x95\x0B\xFE*\xDF\xFBb\xE5\xC2\xF2\x06\x19\x9E\x008\x12\xEF)\xCA\x1A]\xF1\xFB\xCD\f\xAB\xE5T\xF3\x1D\xE1\xBE\xD12\xE5\xC0)\xCC\xE92\xF7\xD2\x1F\xB4\xF9\xC5\x0E\xFDj\xE0\x03J\xCE\xF9m\x14\x8E\x1D\xF93\xA6\xF6\t\xE2*A\x1FT\x9C3\xB9&C\xAA1\xDC\xF9\xE8\x0B\xC1\xDD\b4\xFF\xDA?&\xE0r8\x17\xC5C\xD9\x01\'\r\xFCK\x04C\n\xD9\x02<\xC2\x07\x12[(=\x1B\xAC\xF63\xA0\x1C\'\xDC\xF1-\xC8A\x0F\xEA\x14\xB7j\x02\xAC\xF5\xC9\x07\x10\xDB\xF7\x01\xD1\x0E>_\xCFO\x1E\xFB\xB1L\x15\xA7\xC2\x04\xEA\xB8\xD6\x07\xFB\xB3\x10X\xA6\xEF\x19\xB1\xDE\xF2\x98\x1D`\xE0\xABJ\xE8\xDB\x03\xD0\xE5\xBD#\xD7\x10\xE4\xFE\xACM\x04\xE4\xB2\x02\xD1P\x1E\xEE\xD4\xE3\x14\xD6\xEF;\x1C\xEBR\x17\xE3\xB8$\xF1\xA6-@\xD2\xEC\xE2\r1\x1DI\x12\xF0#4\xEC-\xCD\xF76c\xD4%:\xFA\xBB\x15\xEF\xFD&\x19\xF5\x931\t\x15F\xEA\\\n\xC2;\x18\xD8\f^$\xDE.\xC4\xFA8.`\x02G\xAF\xC6\t\x8C+\xFC\xC7\x05\x12\xD9\x01\xF4\x10%h\xF4\xD0\xF8\x98\xFE\xCAM\xA1\xE3\x15\x05\xBC\xE7\t\xC5\x11\xEAO\xCA,\x0E\xD65\xCC\xB9P\xEEb\xFA\xC9\x02\xB4+\xF7\xED\xCD0\xF5\xC0\xEF\xFD\x9BD\r\xAD\xF8\xBD!\xE7\xFC/j\xD8\xF4I\xEC9\x1D\xE6\xBFY\x9A\xC6\x06\xB6C\xE4)^\xDD\x1B\x02\xD4l"A\xDB\xFE/\xA4\x05 \x00\xE5S\xA0\x06A\r\xFF!\xDE\x955\xF2?\xD3\x1FV\x12\xA1F\x1D7\x12\x06\xE6\xDB\x1B\xCE\r\x9F(\xD1\x12\xE2\xBE"\f\x8Fd\xB32\x0B\x18\xDD:\xFE \xD8\x17\x07\xBE\x0E\xF5?\xC2\xFA\xED\x97\x1DS\x16\xE1\xF5\xD3\xAD?\xF4\xC4\xFA\xEB\xE0*\xC1\xD4\x13\b\xE2\x17\x85\xDD\x03\xBA\xE7\x00\xDC\xAE\xCET\'\xF4^>\x18\xDDR\x05\xF7<\x19\x02\xCF\xDE\xFE\xF7\xD4J\xED\xF9,\xE7U\xA84\xEE:\xAE\xE9,\x0B\xB25\x0F\xF3\xCC\xB7C3w\t\xDC\x18#d\x14\xAAJ\x1B\xF8B)\xBF\xFD{\r2\xF8&\nc\xEC\xF9\x19\xB7\xC8\x01\x00\xE9\xF24\xB6\xEE\xA4N\xE80D\x17\'\xC8\x03!\xB0\xCF\x13\xF1\x0E\xC8\xFB\xD5#U\xCD\x19\xE0K\xD6\x03)\xFB\xEC\x0E\xBF&\xEE7\xB8\xD70\xCF\xF1\x05\xB3\xECS\xCF#\xE8\xF1\xC8>\xD4\x15\xC5*@\xD7\f=\xEB\xAEk\xC3\x0B\x1C\xCC\'\xFB\xB2\x10\xC2\xED\t\xE1\xA05k\b\xC0H\x01\xDFx\x15\x00\x9A\x07\xF1\xFD%\xC3\xE6^\xA0\xD9\x19\xCF\xFD\x8E\x10\x03\xE7\n\xFC:l\xE4\x0F\x94\x029\xB2K\x1B\xA8\xE2O\xF3\x97\xFE\xE40\xA2\x17\x1E,\xFB\xD9B^\xDF\b\xD6v\xF4\xA9;Z\x11\xF3\xD9\x1B\xE3\x920\x1E\xB7\xF4\xE3H\xD9.f\xA5\x14:\x0B\x1FH\x03.\xE6Y\xCA\xF6N \x9D\xC6\x17\xD50\x1F\xDD\xF5\x14\xD7\x06\xFE-\xB8\x05 \x11p\x03\xF6\xD3\xE3\xD0\x10\x8C\x01\xEA\x137 \x00)\xDA\x1D\xFC\xE7\xB7\xFF(=\xF8\xD2\n(?\xC4\x0F\x1D\xB9\xEB\x05\xD1\xF6\xBB\xEF\xE1\xAF\xF6A\x1C\xDF=\xB0\x12\xE1&\x00\xBB\xEF\xFAa\n\xC1(\xEDg\x0F\xE9:\xCF\xDE\xB1\xC4#B\x05M9\xF5$\xB8\xC5\xF0\x9C\xCCB\x06\xBC\xD0,R\xC7\x06\xEE\x15N\xE8\xA4\x05\xED8\xF9\xCA4\xDF!S\x006\xC9d\x12\xBC\x07\'\xFF\xD2\xEDX\xF56\bO\xC9\xAC4\xE4B\x9B\xCC\xDA\x18\xF8I\xF0\x1AN\xE9\t\xBF\xEF\x96\x17\xE4/U\xF9\x1A\xE2\xE9\x13M\xF0\x18\fC\xA5\xDC\xBC\xFE\xC9a\xDA\x17\xAC\\\x0B\xF3D\x10\xAB\xD8\x16$\t\xEA\xD7\xA6\xF0\xC2/\x04D\xDA\xA9\x1B\xE7\'\x11\xD3\x19\xFC\xF4#R\xC2\xA5(\x0B6\xDA\xFB\xB7\'e\xDC\bI\xD4\r\x05<\\\xB1\xF64\x8A\xE0\xF9\xD5\x1E[7%\x11\xF62\xFD\xD0\xE3#\x91\xFD\xC4+\xE7\xFA\x990\xFEI5\x16p\r\x1E\xB9\xCB\x0F\xDF?\xFF\xEE\x04\\\xBB7\x0B\x031\xFD\xE4\xCB\x01\x9D\x13/\x0F\xCE\x00!\xC8\xFC\xA9\xDD\xBE"\xFE\x0B\xC6#\x04\xB31\xE8\xF5\t\xAE\xE1E\x1F\xBC+\x04R\xD6\x1A\xEFu\x06L\xD1\xF1\xC5\x1F\xE5\xFA\xDC\x88\xE6\xFC,c\xF7\x99\xC0H\xDC\xA6\x1D\xE8\xDF\xB1\xEF\x14`\xBB$T\xF2\xE2\xE6\xF82\xB4\xF1>\x19\xEB\x11\xD0-\xD9m\xE6=W\x10\x00\xCC\x1A\xEF\xD4\x07\x9B\xF1@\x13\xEA\xB7<\f\xDD\xBC9\x1C\xE0`\x0B\xB5\xCDP\xF3<\x17\xEC\x03#\xD02\x14\xF8*\xCC\x10D\xD5\x1E=\xD9\xEC\x07\xD1? C\xA2W\x15\xE8l\'5\xF5L\xA2\xEF\x01\x1A\xD1\xEE\xBF*\x95g/\xC3U\xE8\x0E\xDD\xC6\xF80\x01\xCD%\xF6\xB0\x11\x03\xA3@\x14,\x05%\xD5\xAE\xC4N\x0B\xF2\x1E\xE6\bM\xF0\xFFe\xC4\xF9\x90\r0\x18\xFA\xAC\xC5\x1A\xDE\x0B\xC0\x05\xD6\x91\xC7\x02\xE3\x1C7\xBC\x12\xA8\xFC \xDBG\xE3\x02\xF9\x18)\xFFm\xA7\x1EL\xE4\x9F\x17E\xEA\xFB(\xD9\xF4\xFE\xEB\xBF\nF\x003\xD9\xE2\xB9y\xAD\xD5\xC15\x8A\x16\x07*Q\xF4\xB4\xDEh\xEA\x05\x02\xD2,\xF6"\xE1\xFB\n_\xB3\x0E\xF9E\xDD.P\x07\xF6\x13\xB9\x0B<\xDA\xB3\xCC#\b\xD5\x10\xF2a\b\xD42\xBFR\xE75\xD3[\x96\xE0\x1E\xF6\x12\xA1@\xFC\x0F9\x01$\xE2\xF5!\xEB\xD0\xE3\x03\xC9D\x1E\x105\xB9=\xEBQ\xADH\x130\xEE\xD7(\xCC\xE9\t\xF3\xC8\xE5;\xD2$\xEC\xA5M\xF54\xEDE\xFB\xB4-\xC6\xFE\xE2\x1F\x0B\xCB\x17\xAD!\x0E1\xF0\xCCh\xE7\x1B\x04-\xC9\xEA\x1AW\r\xB7\xDB?\xAC\x117%\xFD\xA0\xD6\xF3\xF9\x1E\x11\xCA\xFF8\xD0\xBC\x1F@\x05W\x98"b\xB6\x1A\xA0\xFF1\xCA\x1D\x11\xE4\x04\x16\xC0\xDF\xEB\x1A9\xAD\xF0Z\x90\x00=\x06\xC3\xF8J\x16\xB4+\xC0\xEE\xD2T\xF4\xDB\x95\xFA\xCEG/\x00o\x1C\xBD\xEE\n\xE6W\xB7X\xE3\x9E\xF2\x07\x1B\xE9\xF8\xA4\xDF\xF2\xC2\xFE\x16\xD55\rK\xF1m\xDF\xFD\xBCZ\xD3\x87:V&\x05\xDAJ\x13*\xDE\xF6\xEC|\xDC\xE5\x01\xD4\x07\xFB;\r&\xAC\x15C\n+\xEE\x05\x14\xC5\xF2\xFA\xDBN\xD0:\x13,\r\xD81p\xB5\xDB+]\x01\x18\x10;,\xE1\xF7\x02\xE9\xD9\xB1\x14\x07B\xEF- \xF8\x0E\x00\x84\xCD\r\xF9\xBB\xCFB\x0F\'\xB7\x1D7\xA5$Y\xDB\x9AK\xE0\xF9\xBB"\xE4\xC2`\xA6\xE6\xD5\f\x9B.\x15\xAE\xF7\xC6\x02\xBD\xFF&\x14\xE6A\f\xC8%I\xB1\xD1\xED\xAA?\xBD(\x1F\xFA\xC3)\xD1\x94\n\xDD\xC4\xE70\xF4n\xE5#\xEA\x03\x1B\xAA\xD6\xFC\x13\xCAD\xEA\x10\xF3\x1F\x01\xC6\be\xFF\xD55\x1B\xFD&<\x1FY\xE1\xFF(\xEA \xDE\xEEK\xCF\xF6\xC2\xFD\x97\xF0\xD6\xE6\xFB\b\x1Cz\x12\x06\xCE\\\x0B6\xE6\xF6\x02d=\x1BO\xD7\xB8\x18;\x93/a\xF3\xC3O/\xEF\n\xF7\xBE.\xCD\xE55\x18\xE9-\xF0\x11\xB0\xF4\xDEQ\xB6\xEB\x04\xC2F\bi\x8F>9\xA2\x05!Q/\x16\x047\xBBQ/\xDA\xC7\xF1I\x8D\xDE\xEE\xA9R\x17&\xCB\xB1\xFE\xEC$\n\x02\xC7\xFC\xD6\n\xE19\xE8\x05\x99W\xD9\x1A\xAA\x06q\xB2\xD4G\x9F\xCB?\x05I\xC8\x0F\xF8\xCE7\xF3\xD3\xB8\x18\xF2\x0E\x1A\xE1\x0E\xEB\xB1\xD2\xE2a\r \xF5\x9C\x00$\xE4\xFB,\x1A\x01E\xD8\xBA\x0E\xE2\xF3\x13\xA6\xCEA\xDF\xF0R\x13\xB4\xFF!\x15\xCE\xE0#\xFE;M\xFA\xEF\x12%\xF5\x0B\xDD!\xE8\x16\x99/\x07\x1A\xA9\x10"\xE5\xD9\xFE\xCC\xFB\xC7g\xD9=\x1C\xF9\xA8\xC5\xDD\x15\xEAE\r\xB27\xD3\xF4\x11\xC9!\xFB\xEB8J\x063\xF7X)\xAB\x1C5\xCCL\xA3\xF9k5\xB5\x14\xE4\xC3\x0E\xD9<\xC0\xFDY1\xBA\x00\xD7\xEFv\xE4\xDB,`\xF9C5(Q\xB64\'\x01\xF4\bG,\xEE\x01Z\xD03\xC2\x16\x05S\xBF\xE50\x06r\x9F)\xD5\xBD\x1A\xE6\x10\xC0\x06\xE4\xF7\xED)\xDC\r\xC0\xEB\b\xF3\xD2(3\x8C\x1D\x03\xE4\xAD\x19\xF8L6%\xFC\xBF@\xFF\xEC\x92\n\xC4\xAD\xE7\t\xF1\x15\x9B\xBF\x12\xE6\xCD">\xB5\b\xF7\xE0h\xEC\xA1\'>\xAE\xF0\xDC\x1C\xC6\xFF_\xDB\x98\xFD \xD8E\f\xBD\x03B\xF2\x1C-F\xA1c\x00\xEC\xE1_\xCCB\xED\xD2\x0E\xC6\xA8\b\xD1\x1F\xAF\x15\xCA\xE0\x1C\x02\xF5\x13S\xE3\xCF[9\xDC\xB2q\xFB\x0F\xD8+\xA7"\xFE\xD8\x1D\xF9\t\xCF\xFEC\x11\xF7\t\xEE->\xF2w\xCE.\x9Ca\x17\xD2\xB0\xFD\xD8\xC7\xF8\f\x19\xBA\b\xF4\x14,\b$e\xF3\xE1\x13X\xE8\xF2Q\x06*Z\xD1F%\xAA\xFA \xEA\xFD%\x04\x18\x93\xF2\xE4\x19M\xF0\xCBA\x0F\xDF]\x153\xBF\xE3T\xA9"\r\xC9\x03\xB5\xEA\x14\xFF\xDF#\xE74X\x11"\xE7;\xCD$D\xAB\xFB\xBD\xDC\x8D\xE8\x1DE\xB9\x013\r\xD69\xB9\xF0\x0E\xDD\xBE.\xD7I\f\xC62\xED\xD4Q\xC3:\x03\xBB\x11-\x02\xC3\xB4\xED!\x8B\xEA)\xD29\xB9\xE1O\x18\'\t8\xF0\xC7\xFA>\x07\x92\xE1\x02P\xAF\xDD\xFDU\xD7\x1F7S\xFE\x04/\xD8\xFA\'\x9A\xC6\xF8"\xFD\xE8\x9F6\xF9\x13\x04\xB8\x1B\xA3\xF6D\t,\xFF \xEB\xD1\\\x99\xE84O\xF7\xD6\x04G\xF5\x02\x16\xEB\xFB\xD4\xA4\xF8\xDCU\xAEJ\x0F\xBA\xCE\xEF\x19\xBD+\xF2\x10\xE9.\xC9\xF0\xE6\x11\xCE>\xB0\x16\xCB\xEC@\x18\xE3\xABE\x12k\x02\x1A\xC7\xEF;\xE5W\xCE\xE1\xB9\x14\xDC\xADH\x0B\xFA\xDB\x18\x07\'\xCA\x10d\xB2\f\xCA\x1Fi\x064G\xE6\xC0\x1C\xD4\x04+\x1E\xF60u\xFB\xD3\x078\x9A\x15\x03\x0B\xA7)\xF6\xC1\xEF\fj\x05\xDBO\n1\xC2\xD7&\xCB\xE4f\xF8\xDA*\x07\x12"\xFAh\xCB\xF40\xE2$<\xF3\xAC\xE4\xFE\x1C\xE0%<\xDA\x96\xF3\xC3\x0E"\xFE/\f\xF4\xEB\xA2\xE3B\n\xDC\xA6G \xC5^\xF7\xB9Ay\xDD\x1BP%\xE26\xA7!\xF1\xCF\x01\x1C\xF5\b\xAA@#\x91\x17\xFD\xB0\xF08\x9D\xE7>\x04\x16\xA2\xC6\x00x\xBFI7\xA2\xEE\xC4\xFC\xE7L+\xDE\xB1\xEF\xCE\x89i6\x17[\xD6\x00\xC1%\xED\x0E\xE3\xFF\xD8\'\xE2\x18\xFC\xD2\b\x9C\xFF\xD4\xF5\xBE\xFD\x12\xB3a\xEB\xDFS.\xF0\xD0\fE\xC4_\xD5\x00*\r\x1D\xBA]\xEF\r\xD7\x1E\x12\xD0\x0B\xF9D\x15\x072\x11\xFF\x1BZ?\x15\x07\xE0\xBB\xCA\xFB\x11\xAFR\x16\xCB=\xB5\x19\xEFM\xCB4\xAF\xF3:\xE8\x13H\x1D.T\xE5;)\x87\x16\xFC\xBA\x0F\x00\xE1\xEB1\x1B\xDFP\xC7\xED\xD8\xFD\xD0\'D\xB0\xE9.\xF2\xDC)\xB8\xD4W\xAA\xBD\xD0\xEA\x04\xD9\xF6%\xE9\x01!:\xF1*\xE7\xF8\x03c\xF42\xA4\x0F\x06\xEA"\xC0+a\xC9\xB2\x06\xEA\xC7\xD9\x07\xF6\xD3F\xC8 \xDAN)\xA9\x06\xF7\xBA\n\x16\xAB6S\xE5\xF73\x06\xFCN\x90\x04g\xE9\x1C\xF3\xE2\'\xF7:\x95\xC7M\xB3.Q\xDA\x9E\x06F\xD1\x1D\x98\xDD\t#\xC3\xFB\xDBG\x12\x02\xE0\f\xF9\xDB>\x0F\x94\x19$\xBF\x0E3\x04\xEA:\xB8\x14\xF2\xCD=%\xE6H\xF9\x05!\x83\x13\xDC\xBC\x1A\xE2\xC6!\x11\xCB\xFE@\x06\x16\x7F\x0B\x1F0\x0F\xFC\xD0\x0B\xED\x16\xC5\xE0\x0B8\xBE)\xE8\xD3;g\xF5\x8E\xD4S\xED\xA7\x1B%\xF1\x00t\xFAM\xEE\xFF\xE3c\xA3\xF8\xFAY\xD9\x0Ft\x9A\xEF\xCF/\xDE\xC3\x0BK\xCB\xF1^\f9\xF5\xAFH.\x9B\xD7\xC8\xEC\xB6\xDC\xE5\xF0\x19\xA7=\xF8r2\xB2\xF3[\xFC\x11Q\x01\x15\xB6\x1D.\xFD\x17\xB94F\xD2\xBC-\xE0\xCE6\xA8\x14\xB7&\xD1\f\x1B\xE88\xC0\xFC\x03\x1B\x10\xB7d\xF3\x1C\xFE<&\xA8\xD3*\x00\xE5\xDB\f\xEF!4\xFCP\x02A\xBE[\xE0\x1E\xBC\xE6\xFF$\x19\xD6\xED\xC9\xAB\xF2\xE0\b\xE7\xC5@\t\xCD\xF5\x03[\xE6\x15\xB0\x06\xE9\x1D\xD8Q\xF2\x19C\xCA\xA1\t!\xE13\xD7C\xFF*\xEB\x95\xD6\xE8\b\xF9\x16\xEC\xBAX\x1A\xF9\xC0\\\x10\xAB)\xD2\x13\x07\xF4(\xD5\x05\x10\xCCK\xA4\x040>\x1EG\xCE5&\xF0\xDCo)\xE2\x12\x8F\t:"\xF4E\xC8*\xFA\x07\xC3\xDFJ\x01,\xEC\xB3T\xF6\xA6\xE4\xCB\x156"s\xB6\xDE>M\x06\xD0&\xA8=\x02\xDE\xE7\xF6\x1D\x9D\xCA3\xFDH\x86.\xDC\xF8\xE9\x14\xE2\xBA\n\xF8\xA0_\x03\xB1\xF9\xA1\xEB \xC4\xFC\xEE\xD5\xC1b\x0F\x00\xE2<\x80\xED.\xDE\xF2e\xD1\x12\xC8\x07&\rZ\x03\xF7\xC1\x0F\x00.\xC9\x9A\x12\xF27\b\xE9\xCD\x18\xBBF7\xDBk\xEA\xB3\x15\xEE^ 7\xC1g%\x00\xDA+\x10\xD5\x1A:\f\x14N\xD4/CU\x1A\xFA\xDB\xA01\xBA\nn \x00%\xAE\x16\xFA>\x1E\xEE\xBC<\xD9\xB2\xE1@\xD0\xF0\x1E\xE6\xFB"\xC2\xE1n\xF6*Q\n\xFC\xED\x0E\x01"\xE1\f\xC8\xF4\xB6\x07\x0E\xD2\x94\xF2V\xC3\xED\xFE\xE3\xCA$\xBE\xFF\x06\xB3\xDE\r\xAC*\x04\xF0\x19\xE9\xCC\x13\xD7\xB5\x0B\xC54\xE5\x93\xDBK\xFB\x19\xF22\tV\xA3\x14I\xD8c2\x02\xD9\xB4\x12\x8E\xD6!\xC8\xA7.\xBFL\xD2?\x1B\x02\xD8D\xED\xFAJ\x1C\xE5\x15A\xB8Y\xF5E\xDA\xF29\x1C\xF7\xCC\xEA7L\xD1\\&\xF7K\xF16N\xD7\x01Z\x0E\x05/\xE7\xD1\x9D \xFC\xE9)\x04\xB3\n\xED\xA7\x0EG\x1D\xFEB\xF2\x04]\xE3\x19\xF1\x07\xF7\x8D,W\xE4\xA9\x19+\xC89\x03\xAB1!\t\x97-\xE9_\xA5\xE5(\x02\x15\xBE\xE2\x11\xB0\xFF\xDE\xA8\x1B\x06\xE9\xF7\x1F\xBC\xF3\xCB\xAEo\x01\x0EO\xC7\x19\xDD\xF4\xC6;\x19\xD2\xF8+\xE6\xC31\xEB\xB5;\x11\xD7U\xAF6\xE9\xFB\xC2\x103\xFF\xDE\xB5\t\xD7\xF7\xCF\xEF\xDE\x03\x11\xCD\x17\t\xC5As\x98#\xFA\b\xC54C\r\xC1\xE50\xA3A\xDF(:\x13#\xC1,\xED\xD6\xB80]\xFB%\xE3\xBDX\xF0\xCD\f\x17\xDF&\xCF\xF8 \xFE\xC7&\x14\xD5$\xF1\xCDq\xF6\x12\xEB`(\x0FH\xC4\x1E\xF9\xB43\xFD\xD8\x0F\xED\xD3<\xF3I\x1F\xEE\xD4-\xFAY\xCC\x11\x07\x17\xEB\xFC\xD8\xF5\xE0D\xF8\b9\x10\x92\xEAE\x06\x138\x9D\x04N\xA9j\x01\n\x9CB\xE7\x0E\xDFH\t\xB3;\x05\x9C#B\xC1\x18\x9E\xFD\xE78j\xD5L"\xF0V\xB8\x1D\xFF\x0B\xDA\xA4\xE6\x17\x02\x8B"\xCB\xFCl\xB6\xD3G\x89V\n\xB6\x17\xA5e\xE2\xFF\x1C\xCD\xDA\xAE\xFE\x1F\xDD(\xFA\xD5\xF46\xC4\xEF+\xB8h\xF4\xA3\xFF\\\xDD\x1D\xE8\xD31\xF2\xE1O\x07\xB9\x16\xA7\xEC\x01\xE2\x9F+\xF6\xE02\xC7b*\xBBV\xF5\xDFG\x13#\xE2\xF1-\x02\xC6\x1E\xE86\xFE\xD0$\xF1\xBEN\n-\xF4d\xC7\xEC\x10?\xBB\x1E\xE5\x14T\xD9\x03\x1C\xCD1\xEB\x17\xBF\xF9L\f\xAF\x01 \xCB4\xDA\xF6)\f\xC1?\x14\xCF\x05L\xAD\x18\xEA\xFC\x0F\xCF6\t\xB5\xF0'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x19\xD38\xFDI\xEF\xD8/\x02\x91A\xE0(\x05\xEFG\xBB%\x10\xC4R\x00(\xD7B\x05\xAD\x14\xD9H\xE7\x1D\xCF\x00&\xB7N\xE8\xCCF\r\xE2\xB6\x01\x16M\xC09\b\xE1G\x8A\xFD4\xF2@\xBE\x1C\xFD\xCDB\x0B\xEB\x1C\xF1\xA2\t\xE1\x1D\xAE\r]\xE7 \xF4\x10\xC9\xA8\x1B\xD0\xFA\x03\xE8\xDD\xF2\xA5\f\xBA\xEE\x1D\xC7\xFB)\x06\xA4\xF5B\x13\xDC\xF1/\x02\x15\xA4\xF6\x1D-`\xE8\xDB\xF2\xFE\xD4(\x13\xEC\x1E\xCB\r\xDD\x07\xECg\xE3\'\xAA\xC5[N&\xBCh\xCA\x13\xFB\xC0\xD0\x16\xB9N\xFBj1\xDC=\x9Cc-8\x19\xE6n\xF74\xE2Z\xF1\xBC7\r\xC2^\x92\x0B\x1A\xD7\xFCn;\xD8\xCA\xF8\x9D\x10/\x1B\xA7\xF7\xC6\x05r\xE6\xAC$P\x9B/\xB8\x15\xF4\xFE\xDD\xCB\x10\x01\xEC+=\xF3&H\x078\xD9\xEB\f\xE5\x17\xF3\n\x14\xB5\xD2\xFAJ\xCE$\x8C\x0E>\xD0!\xFC\xE0*\xEB\xFA>\xC6\xAF$\xEA\xBD\xF0\x0B>#\x05\xB8f\xE5P;\xBB\xD7/\x15\x00\xD1\xF9\r\xD9\x04K2\x10\xE3\xF85\xDA\x9A\xE5\x04\xA8\xE0\xEF\xFF\x9F,\xBF\x00\xAET\xC6\xD8\xFE"\b\xC1\x12\x03\xDB\xFF\x8A\xEB\x13h\xAD\x03\xD3!\xE4W5\xE0\x06\x131\xFF\xB0\xD3H\xED\xCB\n!\xEF\x0F\xFBH\xF4\xC09\x1A\xF1> \xD1\xE6\x91C\xAE\x17T\b \xD5b2\xC7\x1DU\x13$\xCD6\x1F\xEA*E\xEF\xE2\x96=\xE9,\x1AJ\b\xC3\xD9\x1B3F\xB6\b\xF6\x10\xCCE\x98 \xE5[\xDE\x18\xFB7\xDC\x00\xB0\x1A\xE0\x9F\'\xE9a\xE1\xC8\xA5\xFB\xBDh+\x1E\xFF\xD1\xF1\xBEB\xFC\x18\xB6\t\xF8\xD2\xE2\xF5\x06H\xDF\xF8\x04\xA7Y2\x1C\xF4]\xB9\xD5\xF3%\xE5Q\xF7\xEF\xCA\x16\x00\xA3\xEC*\xFA\xD5Q\xC4\r\xF5*\xC1\x13\x98,\xCF6V\x0B\xD3\x05\xB3\x11)W\xEC\x19\x07\xF3\xC3\xE81\'\x0E\xCB\xEA\x10(\xE7E5\xB0`\xED\x90\x11\xBB\x19\xCF\x0B\xC5\xD9\xFD\x0F\xC89\xFA\xB2.\x10\x95\x0B\xE2&N\xDB\x1Ef\xB6\x03\x16\xEE9\xA3\x03\xE9E\xF3]\x04\xEB\xF7\xC4B\x1F\xFD5\t\xDC\x01B\xCA\x13K\x05\x9Fk\xFA\xACN\xF5\xD9\x84\x02\x0E\xC3\x18\xFC\xD6/q>\xE7\xF6\x15D\xAD\'\xE4\nt\x04\xCD@\x00\xBFd\xF2\xD07\xC0\n\xF3\xE2.\xFD\xCF\x1Es\xB5"\xD6\x0F\xE2\xBA%\x14\xDB\xEF\x87\xF5\xD0\xB7#\xE3\xAB\xD9\xF5\x12\xDE\xD4\x1B\xE29\xC2.u\xF0 \xDC)<\f\xC8\xF1\x00"\xB6.\xEC\x03S\xF0\x9F\x18\xDF\xED \xD7\x19:\xAF\x11\xFD\xE8\x18=\xA7#\xBBM\xDB\x0B\xE4\xFE;\xC6\x1CL\xA9\x00m+\xE4@P\x16\xF84U(\x1D\xB3?\xED\t%\xFE\x05\x1A\xCE\xB8\xFBB\xE6\xAA\x03$\xDE\xA1\xD4\x06d\xDE\xCE\x13"\xD81\xC1O\xA9,\xE8\xF9\x071\x9BK\xD8\xC8^\x07\xEA\x13\xF8\xC3,\x16\xA2\xF8\b.\xF0\r\xCC\xB9\x1A\x0E\xC5\xEA\x94\f\xF0\xFF\xCEW\x00/\xBA^\x93\xDD\x11\xEAL\t\xD3\xF4\xBES\xF9\x16M)\x10\xFA\x9A@\xBE\xFF\xF6F\r\xFD\xF4\x12[\xC6\xDD\xED\x1E\x02)\xF9\x10\xDD4\x8FA\xF1R\xCE\xEEd\xDC\xD2D\xE67\x06\xD6\xFB.\x04p\xD4\x1C\xBA\xE5#\xF8\xC7\x15\xF2\xD0?\xF8"2\xA0\x15\\\x1D\xEA7\xB4\xE5\xEF\xC44\x18\xE9\t7\xB1\xD0(\xE3\xB9\x03\xD2@$\xBBy\xCE\xE4\xB2\xF1H\xD2\xFF\x1A\x06\xAF5\x01!\xB6\x15\xFD\x8D\xF6"U\xA7\xF1!\xDE\xC8=\xE8\x07\x9E\x10\xDB6\xE6\fU\xB0\xC1\xE3\x00*\xC7\x0E\xD9\x07\xCCA\x01X\xD9\xF4%P\xE0\x1C\xEB\x05X7\x1E\x9F\t\xFC\x13\xF5\x0B:\x17\x03\x1F\xC5)\xE6\xD7$\xE0\x10\xE9?\'\xC4^\x12\xEB\xDDC\xBE6\n\xFA\x14S;+\xECQ\xA9\x1E\x01*\xEF\x06f\xDA\xEE\xF84\x98\xFD \x0E\xAA\x1C\xB8\x04\xCB\xA6\xFBe\x14\x97\xCA\xDB\xEFJ\xE4-\xD6\xAAE\xC2/\x87X\xED\xB6i\f\xF6\xC0T\x90\x07\xF4\xE1\x04\xB0-\xC7\x01\x17\xE7\xB3)\xA3\x05\xFA\xBF\xD4\x04A\xFA\xC5\xD76\x1B\xCDA\x12\xB6F\xE3j\xF3/\xD2\xF9<\xE3-\x0E\xD7\xC0\xF4%0\x0F\xF8\x16\xB3V\xEC\x1A\xDF\xFE\xE9\xD9\x0B\xFB\x148\xA3F\x1A\xFB\xD8\xCC\x1D2L\xD3\x1C\f\xF7^\xD5H\xF2\xE1\xD0\xDEa\x17\xF5%\xB8\xE1\x16\x95\xF4\f\xAA$\x03\xD3\x17\'\xBF\xDEL\xEA\nt\x17\xEF5C\t\xE6\xFE\xBE=\xCF\x01\xC56\x06a&\xF6?\xCE-\xDE\xF3\xCA\x04.\xEE9w\f\xBC\xEF\xFE=\xE4\'\x9A\x0F\xFE\x1Bd3 \xAC\f\xCC\xE7o\x10M\xFE<\xE5\xFBU\xEA\xC4\n\xEE\xA6\x05\x12#\x8E\xC6\xFD\xB4\x1F\x01\xDDL\xADb\x1D\xE9(\x0E\xF2\x94\xD1\xB7\x10\x1D\xABK\x01\x1F\xEA\xD3\xB4\x13\x00\xAB\xE7\x18\xDB\xA1X\xBA\xCF\xEE;\xC5\b\xB9\xF7\x02\xEEF3\x83\x07-\xEC\xCA#\xBE0\xDD\x1AJ\xFF;T\xF7\xCB8\xDB\xF4Q\xD3\xE9\x9F\xCB\x17\xEF\xD5\x07\xA3\xDEC"\xFA\x15G\xEF\xC6\x05\xE7\xBC[\x10&P\xE3\xC4)I\xF9$\t\xF2\x15\xFC0\x1F\xDC\xEA$\x12\xC5)\xD8\xFD\x1C\xF2\xDB\xB1\x04Z\xD5\b\xF2\x9C,\xB3\xD7\xE5\x17\xB9*\x02\x1C?\x11(Y/\f#\xFC5\xF5]\xBC\xD7\xE61\x02\xE0r\'\x17\xDA\x99;\xF6\x07\xDA\x1F\xF4\xD2\x03\xC8D4\xD8\x06a\xAE\x03S\xA0\xD6\\\x0F\xE4\xBD<\xD1\x17C\xF5\x1C\xAB\x14y\xCE\xF8\x0F\x1E2\xFD^\xED\xE2\xAA\b\xC1\xF2\x06\xF7\xBB\xE1E\xC6\x14\x0B\x00\x19Q\xCA\f\xA18\xFC\xF5/\f\xC7\xFD\xA65\x0E\\\x9A-\x11\xE6\xAB\x1C\xC0\xE2\xF6\xCB@\xF15\xF3\x93N\x05\xF9_\xC1\r\xDF2\xE7\xFB>"\x06\xDF\xC6\xF2\x92\xD2\x0EK\xFA3\xD9\xE4\xAF<\xD3|\x8D\xE7,\xCF\xED\xA9)\xB9\xEA \xD6\xB3\xCCC\xEC\xE1k\x1B\xEE\xBF\xE89\xDF\xB8k\xFF\xEC&E\x11\x19*\xFD\n\x19\xCE"0\xA9\xE9!\xFF\x9DQ\x10\xC4\xDA\xB7\xEBBd\'\n\x15\xDD\xF96\x00o\x0E\x1FJ;h\xB1\xF5J\xCA\xB7\xD7\xF7@\xB1]\t\xFDP\xD5\x11\xF9G\x19\xF4q\x11\xFE\xD1\xF6\xDFS\xA8\xDB\xBEU1\x0E\x9D\xC44\xE5H\x97\xC1g\xE9\xF9\xD73@\xE5\xF9Y\xA3\x1A\xB1*\x04\x96.\xB9\x1A\xC5\xF4<\xA2\xEE\b\xC1\'\xD3\x1B\xFDp\x14\x07\x1E\xDD\x17\x89\xE4\xC27$\xAF\xCD0\xA2\xD7\xC27\n \xBC\xE9\x16?\n\xCA\xEE\x17e\'\xF3\xB2\x1A\xFA\x029\xC9)\x05W\x91\xC5 0\xE2\xF6d\xC4\xE6\x0F\xF1^\xEA\xD9,\x05\xD0\xFB\xE4\xFC3\r>\x99\xF2\xE23\xC1\xEAG\xCE \xF3\x0B\xDE\xF0X\t\xFB#P\xE3\xACH.\x07\xF2\xFF"\xE5\xAC\x04\xD3\xFE\nV\xEC%\xD8\x16\xF5\r\xDF\x19\xEC\x0F\x00\xBB\b\x115\xFE\x1DG\xCD#\nN\xB0\xE3\x151\x1D\xA2\xF0\xE0\x04\xEA(M\xA6\xFE\f/\xF9\x04m\xB8\x1A\x02=\xE4\x15\xB7\x04\x1C\xEC\xF9\xD6X\x9C\xCFl8\xF7I\xE9\xBD:\xCD\x06\xE0\xB8Z\xA1I\xB5\xFD\xCE:\xDA\xF0C\xD1\xEB\xDB\xBC\xFA\xE0\x01\xA0\x12\xF8"Y\xBCI\x12\xC9Z\xB9\x17\xC7\x0F\xD1b\xF1\xB3\'\xD7A\xE8+\x9B\xD4\xC3(\xF2\xDB>\x0F\xC8\x01)\x1D\xE1\xB7\x10\x1A-\xDD \x14\xA5,B\x0B\xEE/\xD4"\xF1c\x1D\xADR$\x92\x05(T\xA90<\xD5\xEEA\xCA\b\xEB\xD5\xF68 \xDAD\xF9\x02#\xDB;\xE2\x15\xA4\x10\xCA\xF8K\x12\xEB]3\xCE\x91i\x18\xB1\xE7\f2\xFC\xD9\xC6\x8B\xFBE\xF1\xD6\xF9\xC3\x1D\xFE\xE4\x07A\xC1+\n\xE1\x14\xFC\xCB9\x18\r\xF4\x07\x17\xC3*\x00\xDC\x898\x03\xB3)\xFE\t\xAA-\xE5\xBC\x1A\x05\xC8[\xEE\xFF4\xDC \x07\xFD\xAB\f\xF7\xFF/\xDF\xF5E\xC2\xF0J\x07\xECZ\f\xB5\x03\x7F\xE6\x10N\xCC\xAC\x17\xF9\xE8\x9D\x02\xF6\xBF\xE6v\xF2\xB5\xE3\xC9a\xE9\xB3\x1Ek\x0F\xF5\x19a\x0F\xEC\xE3\xCDk\xEF8\xF6\x9BJ\xFB\x1F\xBE\tT\xAF\xF1\xBF:\xE1\x1EQ\xE6\xBB&\x068\xD4\x15\xAA*\x1F\xD16\xE1\'\x199\x96\xF43%j\xDC\x106\xD4E0\x1E\x0B\x00\xD7@"\xFD\xDAH\xF3\xE4\xBFM\xCF\xDE\xC3@\x95\x1B\x11\xD5O\x16\x0B\xE92\xD6?\xE4\x18\xD1.u\x16\xD7\xC6\x03\x14\xEF\xCC]\x9E\xF9\x03c\xE3\xFF\xF5\x13\xC2\xED\xCF\xFF\xBD\xDE\x05\xEC\xBA\x00\xC8W\x18\xEE\xB1\xDCJ\xA4.\xED\x12\x995\x04\f\xA60$\x03\x18\xFBT\xF23\x01\xB1\xC5\xDF(\xCD\xAE\x11\xF6\x86(\x05\xF9\xE7\x9E&?\xB2G!\xD9\x0E\x1A\xEA#\xCC\xBB>\x8FL\x07\xABT\x0B"[\x14\xD0>\x1E\xF5\xA9&\x06\xCF\x11\xF7\xC6\x1AY\xBD\xF8\'\xCA\x1A\xD4\xFC\xEB\xB0+\xAE\x06#\xDA\xF7&\b\xFCe\xF2\x03-P\xED\xDD\xC4D\x01\r\xF4\xEC\t\xFB\xA41\xFD\xBFP\xDC4\x0F\xE8\xD8\x1D+\xFB1\xD8\xEAB\xFA\x80+\bN\xDE\xE9\xFC^6$\x02\xE7\x07\xD2N\xE1\xEE\xDB\xC2\xFF\x1Bc\x13\xB4"\xCBS5\xD1\xDEU\xF3\xE4=\t\xAF\xF6\x18\x05j\xF1\xCA\xE4\x15\xF5\xB2\xC6\x0E\xE4\xD6\xEF\xB4\x0E2\xC2\x98\xF0\xE0\xB4=\xF4\x0F\x1E\x00\xB6\b\xC2\xF6J\t\xF65K\xE2\x16:\xEE\x11\xD4\xB8\xEB\r#\x94\xCF\t\xF32\xD8\xE3\x18\xBD*\x0F\x19\xB4\x04\xCF+\xF0G\xC5/\xFA\xB5\x0FC\xA08\x1C\x01.J\x18\xFE;\xCD\x16!@\n\xD0i*\xA0\xDB3\xAAq+\xE6\x8E\x1F\xCC_\xA2\x00\x1E\xFA\x8D\xCB\x03.\xF8\x17]\xE5H\xF9:\xE9\xA5[\xF8\x06\x97\x00\xE8\xC4$n\x14\x98\x1E\x01\xD5\xA3%\xDD\x02\\\xD2\b\xDFo\xF2\x93#\xC0e\xF6\xE3\x02\xDA\xF9\x1D\x15\xFD\xCBG\xEA\x16\xFB\xD8\x11\x02\xF0.\x11\xC2\xF0\xD5/\np\x1F\xE19\xC8\x06\xB1/\xDA\xBB&\xFE\x0F\x1E@\xF0`E\xF74\xD8\xEB\xFA\xDF[\xE6\x15O\xEB\x1F\xBD\xFD(\xED\xBA\xCF\n\xDD\xEA\x06)\xA3Y\xB9F\xEB\xC1\xE4\b!\xBB\xF2\xC6?$S\xB2\xDE\xDF\x06&C\xB5\xDD\xF3\xBFK\xA0\xFD\xD5\xF1\x11\x02\x17\xC8F\xD3\xB8\xDE\xC9\x12\xD3\xA5\x0B\xFFJ\xC8;\r\xBC7\b\xCC1\xF5\xE6=\x0E!C\xF8S1\xAF\xD5\x12\xF2.\r\xA87R\xF7-\x01V\t\xE3\xCF\xF8\x18B0\xAC\x18\xE8T\x12\xFE*\xED\x0B%U> \xECi\xE1\x0B\xEE-7\xFB\'\x1D\xE1\xEF\xBB!\xAB\x05)\xEF\xF7\xAE\x11F\x8E\x17\xC7\xAB\xD9\x00\x16\xC9\x0F\xFCH\x1B\xE8\xC8\xFF\'\xD8\x12\x94\xD1\xDE8\x1B\xA11\xBE\xE8\f\xFBg\xC9\xF7\x04\xD0\x1B\xAE\xDA\x15\xF6\xE3\xC2\x9C\xD0,\xAC\xF6R\x9E\xE9\t\xB1\x03<\\.\x0F\xE8\x19\xCF\xD9z\xFF\xE2\xD6\x05Q\xFA_2\xE7\xA1\x1F\xF0\xE2\xC0<\x07N\xD2\xF5\x03\x1C\xEFa\x0E\xB1\xEC\xFE\x0Fg\x03\xD4\xD4\xED\r;\x9F4\xE6AZ\xCC\xB65\x00\r\xF9B\x05$\x1A\x01\x14w\xD9\xC2\xF9\x15\xCE\xDCU\xFCE\x9D -\xC1\x1C\xEE%\xDF\x12\xF3\x07:\xB8j&\x01\x97\xDE \xB2{\xE2\xB9D\xC7\xFA%\xD6O\xF3 \xA89\x1EF\xBC\xE1%\xF1\xC3\r\x01-\b\x19\xDBM\xE7\x13\xB9\xD9\xC4\xE3\xCEA\xF2*\xE7\x93\x06\xF54\xB7\xF2\x14\n\xE9V8\f\xCE\xB4,\xC0\xD2O\xDB\x04\xCD4\xF8\x10\xEE3\x14=\t\xE9,\x16\x05\xC1B\xDD\xC9,\xF0\x8C\x00\x14\xD8\be\x1E\xF9\x97\xF0\xE8x\xA7\x1F\xC64\xF1b;\xFA"\xA7\rR\x1CD\x92&\xC5\x02\xE1;\xCA\xFA\xB6\xF4\xA6\xFDC\x03\xEB\x1B)\xF5\x12\xEA\x19\xD6R\xC3\xFB\x9E\xCB\xFE\x1F\xA6\xE0\xF6/\x99\x19\xFC\xE4\r)\xF3O/\xFD\xB5\xD4G\xDD$=\xD3\xF4)\n\xDF\xFE\x8B\x0F\xEB0\xB9\xFE\xE0\xD2\xFB\xEDl\x1C\x0FO\xAF%\x04\xDDI\x16\xE5\x1Fp\x99\f\xFC\xB0?\xA5_\xB7*\x0B\xE7&\xDA\xF3L\xD3;m\xE7\x11\x06<\xB0L\x07\xE4\xAD\xC8\xEC\x17\xE52\x13\xBA\xC7\xFD\x05\xB4V\xD0\x1B+\x07\xD4L\x17\x05\xC63\x12\t\xD9\xE6\xD0.\xEE\xD6f\x10(\xD20\xC3\xF7\xE03\xC7\xE4"\n\xFE\xF4\xE1D\x04\x19V0\xBF\x02\f\xB2\xCE\xEFW\xD5\x1E\xC4\xD6n!\x0E\xFF\xA4\xF9\b\x1A\x97\xE8\xBD\x07\xEF\x0F\xD7<\x16Z\xF0K\xDA\xCA9\x1D\xAA\xD1\xF7\xB3\x10\xEB\x1B\xF9#\x00\xBE)\xF7\xEA\x015\xC0\xFB\xD1\xF6%\x04\xCEb\x1F\xD8\x9E\xE2\x0F\xC0\x14\xF3\x02\x1F\xAF?(\x9D:\xEA\xF7+M\x14!\\\xC3A\xF3\xFF7[\xA2F\xFE\xB8\x06\xD3\x02\xBE0\x15\xED\x01\xC1c6\x07\xE2\x90Z\xD94M\x17\xE0\x9E\x0E6\x12\xEE\x1B\x9B\t\xDE\xC0,\xAE\xE6\xF8&_1\xD7$=\xCA\xEC\xFB\t\xE3\x1A\r\xD6\x03\xE2\xCC\xF1\xB8\xE93\xE0\x12\xCA \xF8\xE2\x1B&\xE9\xA8+\x1B\xF9\x88\xE7I\f)\xDC\xEF\xC9@*\xF2\xC5\xE5\xA8\t=b%\xDC\xB0\x00?\\\xE87\x11E\xED\b>\x01\xCC\xF0\xAB\x07m\xDD3\x13T\xCD\xFF\xC0P\xA8\x18\x0B7\xDA\xFC\r\xAEQ+\xDA\xB4\x04\xCBP\x11\xF5C\xDF\x0Fv!\xD5\x86\xF8\x12"\xFF\x17\xD3\x0BD\x13\xF4\xD1\xFC\xC9\xB5\xF3V\xE1&\xD7\xB6\xF3\x1D\xFC\xD3\x18\xC4\xB5\f\x1C\xFE\xE7\xBA\x0E\xA4\xD5#\xB5\xF2-?\xFA#Y\x99\x05)\x1E\xD4\x02\xEC@\x16\xF12\xDC\xC0a\xCE\xEE\x95\x07\xC8\xFD3\xE4S\xA7\xBBl\xF9\x1F\xB7\x010"\xED\x14\x06D\n\xCB\xF8\x18\x02\xC8j\xDC\x8FW/\xF5\xDFT5\xF7\x19,\xF5G\x04\xE9x\x12\xDF\xD1\xEB\xC5\xF5G\xCDt\xF7\xA0\n\xC1h\r\x90\xFA\b \xFF7*?\xF3N\xBD\x1C\xEB:\xD9\x05\xE1\xA4\xEB`\xDD\xBFK\xE4\x1D\xD3\xEC\xA5O-\r\xAA2\x05\'\x0F\xE5G#\xD1\x9BC\xC9\x01\xE2\xC1:\xF9\x88\x1E\x06\xB31\x01\xE1\x15\xEE\xBC\xE5\x184\xFC\xE3\xD2%:\xE7\xAC\x16\xD6\xB8\xE9\x15\xDA\x0E\x02\xCC\n\xF40M(\xCD:\b\x98*\xFF\xA916\x11\xBF\xF0\xE2J\xE9\xF7\xBC\xF0\x00\xA9\x13\xED\b\xDA%\xEDW\x1C\f\xDA*\xC7\xF0\x0Eb\x1BA\xAB\x0E:%L\xD7\xB0\x1DI\x01\xEFU\xC9\f\xF8\xE1\x04&\x95_,\xB1G\x15\xC4\xEF\r\xFD\x19\xF6\x10\xD5e\xF8\f\xD9"\xFC;\xD4 \x13\xCDD!\xD6\xC78\x02\xBDe\x10\xB21\x95\xCE\x17\xE55O\xD6\xFD\xBF+\xDB\x06\xFB\xC9\xF2\x04-\xEB\xC7\x11\xBA\xDA0#Hd\x1A\xD0\xFC\xED\xE0\xF7#\xE6\x9A\x1B\xD6\xBA\xE6V\xC7\xF19\xBC\xEA\x03h\xCC\x8F\b\xFE\xB48\xE0\x0Bs\xF9\x1BO\xE5\x17\xFA\xD4\x06\xF2\xFC_\x02\xAD\xF7%\xA0\xE8\xF4\xD0!W\x85\xDF\x0FZ\xF8\xA2A\x19\xF6\x03\x9D\xF0\xC3\xAF2C\xC5\x138\xD1\xFEQ\x034C\xA6$\x05\x1B\xDD\x13$\xB2\xE8\x19R+\xF3`\x18\xA0\x041\xB3\xDC\xF1,\xA5:\xE0L">\xBA\xEBB\x19\xE0\x11L\x015\xB7\xEC\x14D\xBD\xCF#\t\xE0(q\xE5\xD29\xFF\x0F\xF4\x07\x1F\xA9\x05s\xBB\xDE!\xF7\x11\xE0\xED1\xAFB\x02\xCD?\xF6\xDF\x10\xEB\xC5\xD7\xE6\xFC\xC3\xEA#\x0E\xCE\xFE\xC3\x1F\x0B\xE9\xC6\xDC\x12\n\xD2\xC1\x05<\xCB\x18g\xE4\b2\xFC\x1B\xE79\x00\xF1\xCC\xAD\b\x1E\x13\xEAX\xD5\xE5M\xDB\xF1+\x0B\xEA\xAD_\xC4\xFFM\xD2\xFA\xE7\x9EP\t%\xBD\x01\xAD3E\x0E)Y\xF4K\x8E\x06AX\xF5\xB6+\x00\xA80#\xF4l+\xB2\xF0\f\x94\xF8\xD3(\xAD\xF3i\xD8\xB7K\x105\xFAF\xB7\xDD\'\xA1.\xBA\xFB\x1C\xC9\x12<\xF2\xCF\t(\x16\xBCm\x0E,\xF4\xD20I\xDA!\x06\xF7\x1D\xB6\xD2\x14\xE36\x1A\xD8\xEC\x13\xD1r\x19\xF9U\xE1\x9A\xFF\xE7\xD7\xFB\'\xC3\x1FA\xDC\xC7\x04\r\x9C.\x16\xC2\xED\xD8,\xC9\xF6\x02?\x0B\x15\\\xE8\x9C\xD7K\x19-\xDC\x92\xF3\x06 \xC8\xDF\x18\xED\xA1\xFB\x13o\xCC\x9B\xEE\xDF>\x02\xC9\xF8\xBD(\xE3\x04\x9C6\xF0\xD5\x07\xC9F\x10\x1A6Z\xDFI\xED\xFF\x12R7\xEE!\xFA\xE6\x03`\x8C\x0BQ"\x18\xC2\xED\xCD\x00:0\xF7\x02\xBE\xFC\xE7G:\xD6\xEB6\xFF\xB8\\\x1C\xC6\xF1\xE5:\xFFS\x0B.\xA7!\nf\xAC\xFDO!\f\xBE\xE6;\x1E\xED\xBA\b\xCC\xA7\x03\x15\xB9\n\xA3\xE5\x19\xBC\xDEW\xD0&\x1B\xE0\xFE\xEF\xAE\xE3f\xF8\xDA"\xB2\b\xE2%\xA8g\r\x1D\xB3\xF9V\xA4\nI\x00\xDE6\x0B\xB5&\xD6\x18\xC0\xFA\xE8I\xD4\xF0\x122\xC8\xDD\xF7I\x15\xAE\xFC-\xDBR\xF6"\xE82\xD2c\xF5+\xCD\xFE@\n\xAC\xF47\xBF\x13<\xD0\x06,\x96\x11F\xF0\xC5R\x14\xD4\xEF3\xC7\x03\xE3\x14\'\xCF\xF1'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('&\xB0\xEC:\x01\xA8U\x15\xF1\xB3D#\xFA\xC5\xED\x05\x1E\xE5\xC3B\x06\xE9"\xBD\x00K\xDF\x14\xC1\xFA\xE5\x05.\xCE\xF4\x15U\xC2\b\xFC\x1C\xCFN\xF3\x13=\x03\xB1\xF7\xDC2\xFF\xEC!\xC74\xE0\x11Y\xCB\xFD\xE8/\b\xF9\xCEc\x11\x1E\xE5\xF8\xDA5\x0B\xE6\xD7\x14Z(\xB1M\xFD\x12*\xABd\xD9\x0F+\xF4\xAA\x07B$_\xB2\x18J\xA4\xE0(\xEC\xD6=\xB0\xEA(\xA0\xD5\xE2$Y\x10\x1C\xBFb\xA6\fH\x01\xF1\xA1\x06=\xB4\x17c\xCF\x162\b\xD8\xC6G&\xCA\x03i\xBF\xFF\xA3;\xDF\xD25\x9E\xDB\xF4\xCE\xFA5\x93\xEB\xC9\x1C3\xD2\x9D\xF1\xDC\xFC\f=\x02\xB6\x10"i\xE0\r\xFA_\t\xBE\xEE\xCBH\xE8\x06\xD1\x17\xDA\xF8\xB9\x1D(\xD8\xF6!\xE0\x8D\xF3\xBE\xE4\x9C\xF3\xFD\xB7\f\xEC\x99 \x190\xF3\t\x10\xF9\x18\xEF\nV\x1B\xE3\x15\x04\xDC\xF4\x14\xA1->\xF9I\x1B5\xB3\xD5\b\xF2\xDB\x12\xFAV\xED\xC8\x10\xDC\xB5\x00\xE5\b\xC8\xDA\xEB\x0B\xE1\xCF\xE8\x96\n\xCA+\xBE8\xCC?\x1A\xF6]\n\xDAL\x9A\xE6\xFA?\r\xE0!\xF2\x17J\xDES\xEC,t\xFF\xC9\x1EP6\x07\xE2\xF0\xBC\xCC\x05\xFD\xE6b\xA0 L\xB4\x05\xDF\xC8\xFD\'\xF1G\x1A\x8F\xEF\x11Dk\xFB\xB7\x03K(\xF8Z\x06\x1D\xED%\xAC\xE7\x03\xBA\x1D\xFC\xF3\x0E\xC0\xD2\x1C\xA4^\x046\xEA\x9D$\x0E=\x06\x95\x15\xEF\xE6\xAE\xFC\xCEg\x17\f"\xD8O\xC2+\x0E\xC7\xEA=\'\r6B\xA2\x05\xCB\xD6<)\xB3\xF5\xD2\x1A\xC8\xF7\'\xCD\xAD\xDA\t\xE4\xF2\xC5K\xE13\x1C\r\xDF,?\x05\x0F\xB0\x00 W\xAE\xDDM\xF5\xD3\xB3\xE0\t\xA8\xD9\x1E\f\xF4\xE0\x10\x19\xC9\'\xF6\x15`\xC1\x86\x04\xCC%\n\xBF\xFCS<\x070\xE3\xF0\x16\x97\\\r\xE6\x1CX\x02M\x11\xFE1\xCF\x16\x00\f\xD2\xF0\x02\xC4Y\xF4\xF5\x1C\xEBC\xE4\xD5\x145\xFC\xBD%\x11C!\xCBg\x15\xBAH\xC4/\xFC;\xE6\x06\x955\xD2\t\xDD>\xF8\xEC\xDB\x1B)\xB0\x10\xD4\xA6\x00\xCA\'\xEA/\xD0\xFE\xEE\xD9\x9A9\xF4\xC3I$?\xEB\xB3q\x17\x99H\xE9\xB1\xDB\xBA\xCB3\t\x9B\xF4\xCD\x0B\xE5s\x04\xED\xFB2\xF1*\xFE\xEC\xD6\b\xA8\xEEk\xD7\x1F\x94\xFE(\xE7 \xB77\x00b\xCE\xE0\xEB\xF9W\x1F\fB\x03\xC3K\x123\xBC\f\xEA\x1E\xE0\xB6\xF8\xA2\xDC8\xF9\'\xD9\b\xFC"e*\xFEN\xF8$c\xEC>\x1B\xC8\xDA\x9F\x18\xBF\xE2\x06\x8E>\x1BT#\xBC\x00\x0FC\xECP\xF4\x12Z\xD5\x16\xA1\xF44\x05I+\x14\xBB\xDA\xF7\xB0\xE1 \xA5\xF6%F\xCF-\x0E\x03W\x13\x05\x1F\xBE\xE5A\xCD5\x10\x06\xA4\x16\xDE\xC3\x1A\x02\xB8)\xA7\xF3/<\x0BL\xD4Y\xCA\xF9\xE5\x13\xCF\xF4,\xC7\xE2\x1A\xBD1\xA9\x02\xC6C\xE4\x0F\xBD\x1F\x99\xC8\xF2\xE7e6\x19\xEF\t\xD5x\xE3\x05\xFC\xA7g\xE8\xD3\xF0.\xCB\r\x00\xF1\x15\xBA\xDF\xE7\xD2\r\xF0\xAD0\xD7\xE2\x06\x13W\xFF\xE7\xB3\xF7\x1F\x116&\xB5\x03\xDE8L\xAF\xFA\b\xDB\xCE\f\xEF\xFB,\x07N\xEE\xFB\xD7\x0B?\xFE\xA0\xD2)S\xFA;\xB5\x15\xC6\xF1\xDB\x16(\xC1<\xE2K\xABd/\xA3Q\xF7I$6\\\xE8B\x10P\xD0\xFA\xBE!\xD1)\x03\xEA\xAB\xDC\x0B\xEF`\x9C\t\x1E\x14\xF1=%m\xE5I\x1F\xDD\xB3\xD1&s\x18\xE10#\x07\x11\xBD\x01\xCB\x0F\xEB\x1ER2A\xB4\xF5\n\x93\xFD\x1A\xF6\xD6\x1E\xEB\x02$\xC0\xF5\x01\xCC\b\xFC\xF2\x924\xEAF\xDD\x0Ea\xC5E\xF2\x00\xBFB/\xFC\xEA\xD9\xD0X\xA0\xFF\x17\xB65\x97\xF7\x19;\xE8\xA9\x03F\xB2\xC4\xED\xDEG\xE6\x8C0\xDD\x00\x8B\x0B\xCE\x1C\x01P#\xD8\x10\xBB\x06\xE1\xC6:\xD3\x19\xDC\x9D\x1E\xB9+\xC6\x18#\n\xAE\xF1\x1B\x98\xE1\x15-[\x19\xD7\xCA\x12\'\xBA\x041\xE8\xC3\xF6\xD7\x05\x11\xCA\\\x01\xC2\x12\xF0\xCD\xF7\x1B_3\xF4\x18#^\xF8\xBF*\xE7\xFA\xDE7\xC9\xE5]\xED?)X\x14\x0B\xB1\nm=\xE4\x11V\xDB\x00\xE4h\xCB\x02A\xFC5\x07\xCE\xA1\xE8!\xF6\xADt9\xF8\xE0 \x10.\xEDR$\xE3\xF2\f\xDA7*V\f\xD6\xFC\xA6\x05\xD9\xB8\b\xF0E\xD6\x12c\xED\xA8\x13\xF31\xAF\xCF\xFE\x9A\xF8\xEFM\xFB\xEB(\xD3\xF8\xECA\xB3:\xF5\x130\xD4\xEC\xBA\xF7\xDA\x0F\xFDR\b\xE2\xF0\f\xC8M\xB2\b@\xCE\xFC\xBEC.\xA3\x1F\xFA\xE0\x92\xE9\x13!A\xCE-M\x13\xCC5\x03%\xB7G\b\x1F\xBD\x04\r!\xE76\xC0\x1E\xDF\xC9\xAE\x15\x033\xA5\x1F\x07\xD6\xC0(\xA5\t#|\x1CL\'\xB62\xC2>\x1F\x8C\x16\xFD\xD5f\x9E\x19\xDF\xAE\b\xE9\xD2d\xBB\x05$M\xB5\xE3\xC0\x0E\xF9\xE8\xAA\xE0\x1B\xA3\xF2\xC7\xFE.\xD4A\xF9\xDEc\x16\xD9G\x01,0R\xF2\xBF`\xCD\xFD\x16P\xE9\xFB\xDED\xC4\xE3\xA8\xEB\x04\xF2\xDE\x15\xD1\x01\xE9F&\xEF\xE4\xF4*\x02Z\x1C\xF7<\x15\xEE@\xCA\xFE\xF29u\xEF\x1E\x00;f\xFB\rO\xE4\x17\xDC\x99\xEAO\xC7\xA6\t\xF4\xCC\x0E\xA7\xE2\x0E\xD9$\b\xE2\xF0/\x9B\x0F\x1DZ\xF0\x15\x01\f<\xCCE\x96\xFAY+\xDB\xBC5\x06\x13\xC5;\r\xD6(\xC6\xFF\xB0\x0B\xD8\x1A/\t\xD5\x03\x9C\xDC\xC7\'\xBB\xEA\xD0"7\xF6v\x0F%\x18\xFD.\xEC\'\xB6Z\xE8\x1C\xFE\x91D\x19\xB7H\xDC\xC8\x018\xB6\xCE\xF84\xD6\xBD+\x11\x1E\xED\x06\xAE\x10\xF7\xCC\xA6 R\xB5\xE7\xF0\x8A\x11\xE11R\xE5\xF8\xC1\xAA&\x181R\x10\x06\xF4/\xDA\x07\xAF\xBE\x04\xCD\xF17\xB9\xD5C\x03\x1C\xFA4@\xD0\xF5\xE85\x10\xF9\'l\xF4\xE5\x07(\x90W \xF3\xFD\xE3l\xC89\xE5K\x1Ba\xDD\x00\xF8\xD00\xFCDw\xF3\xCE\x1D\x9FE\x10\\\xEB\xE1\xF7\xB4\xD3E\x19\x97Z\x13\xEEE*\xE1\xAA\x01\xE6\x12l\x88\xE0\xD3\x14\xB6\x06j\xC7\x01\xAB\xD3\x05 \xA8\xD7\x19J\xDD\x0F\xE8\xB0K\xD8\n\xBA$\xD3\xFE\xEE\x0B-\xEAF\b\x19\xC0\xDC \x07\xBC)\x02\xF0\xD28\xFD\xCAA!\xF0\xE4\xFD\xC1>\x00\xCA\x1B\xFBQ\x0B>!\xF7\xC5\f8\xF2\xBF\xE4"\x16-\xDD\xEEU\xC1\xEB\f=\xBE\xEE\xFF\xC6\x05\x1A3\xA2\x01\x17\xF41\x9B\xC2=\xB2\xD6%\x95]\x0F\x00\xAC>\xE8\xFBX\x17\xDF\x06\xBB\x15\x0B\x00\xA6V\x0E\xDF\xF7&\xE5\x9E\xD8\x12\xC2\xD1V\xDD\xFE\xEB Q\bM\xF0\xA1\fF\x1B9\x13/\xFB_\xF6\x14-?f\xD1\xF7(\xEA@\xDC\x0FW\x03\xE1\x18\x10\xC7\xF3\xE36\xED\xD3.\x12\xDB\xC8\xB0,\x1F\x8Fj\xD96*\xCD\x1D1\xD4\n6a\xEC.\xF5\x1A\x951\xB5A\xCF\xA9+\xFF\xC5\xD9\xFB\xB9\xF6\xE4\x85\xCC\xDF\xB2%\xD2\xA3\xE3\xB8\xED\x0E\xC7X\xB2\xFB\xCB\x1C\'\xF6o\xFD:\x05\xB8\x1E\xC9R\xF6\x9C#\r?\xF8\xECJ\xF4\xE7\xC1\x07\xEC\xB6m\xA9\xF1\xBC\x03 \xB4\xE2\x07\xEF\x0F(\x03\x16\xE6\xFC\x13):X\xD0$\t\x00E\x1E\x04\xE77\t\xF9"\x189\xDE\b\x1FJ\xE7\xF0\xB9\xD2\xA7\xECM\xDC(\xFA\x0B\x16F\x04\xEFf\xE6\xBE\x010\xD0$\xFBN\x17\xF5\x02#I\x0F\xD2D\xFE8j\xFA\xD6N\xC7\xF5_\xD9\xB1\xE1\x06\xEC\x11\xAAs\xF0\xD7\x16O\xC7\x11[\xDA\x02G\x97\xFE\xF1\xD5\xA5\x05-D\n2\x1D\xCE\x13\xA0h\xE6\xB0\xDF\xC0\xD03\b\xD8\x1B\r\xAE\x12\xDE\x9D@\xD7\xE4\x14\xC9\xE0\xF8\x17\xA6\xCC#\xBD\xE8\x1D\xE0\x9E\r1d\xF7\x1D\xC03\xDD(\xC28\xF5\x94\xFE\xEE\xB0+\xCC\xE7\xC1.{\x157\xC3\x12\xDD\xFA\xE6\xC0\x00-\xF1\xD6;\x01\x1C*\xFC\x15\xA4Q\xCA\xE37]\x04\x1E\xBB\f:\xFC\x8E0Z\xE9\f\xDDB\x11\xAD5\bE \xBF\x0B\xD3\x84L\xFD\x04\x1A\xE8\xB4\x0B1\xDEB\x1A\xF4R\x13\n\xF6\xB7$\xE2\xFFb\x8F#Y\x0E\xAFH\b \xC6\xF5[\xEBB\xB6\xF3\'>\xFD\xF6\xC3\xEE.\xCE\xEB&P\xEF\x05%\xC1\xF3-\x02\xEEU\xFC\xF2\xD1\xFF\xEC\xEE?+\xE4\xF3\xCDS\x10\xFBa\xD0#\xBE\x07\xD5\xA4&\xDCL\xD1\xEB\x0E\xF8\xCC\x1A\xD5\xF2=\xDF\xF8\xE9\xBA0\x0F\x94\xD5\x0B\x1F\xDB\x04\xE9\x98"\xD9G\xFFe\xF9\xAD\xC4\xDB\x1B\xB3\xD7K\x1D\x9A\xD2\x18\xC3\'\xB3\x159\xC5\x00\x17\x0F\xB8;\xA2\xD6+\xE3\x02\x14\xE9k\xFF;\xED\xFC\x1B\x05?\xAFN\xEF4\xB7\x05\x17&\xD1Q\x18\xDE\x05L\xC9\xE4\xF9y\x10\xBBW\t\x16\xB1\x0F\xE0\x19\x074\x10u\xFE3\x07\xF9\xE4<\n\xDCo\xE5J\xD8!\xB0\xDAf\xEA\t G\xF0\xC5@\x9F\xF70\xC9\x0E\xB26\xC8\x9D+\xD9\x1F\t\xE5I\xFE\xC5\x8D\f5\xAA\xFA\xED&\x187\xAC/\xCF\x1B\xF14\xCA\xE7)\xA0\xD3B\xE3\xF4\xCB\xEB\xA5\x12\xC8b\xBA\x002\xF8\x0E\x93\x03O\xFA1\xC9&\xF6\xDE\x00\xAF\x1B\n(\xB7\xDD\x1F\xE4W\xF5\x15\xE5e\x00\xC0\x14\xA7)\xDC\xEAv\xF0\x02\xCAb?\xBE\xFF\xF1J\xC3\xFF\xE1F\xD6\x03=\xF7T\xEF!\xB9\x02)>\xE0P\xF1(\xEB!\xA6\xCC\x1C\xED+\xE1\t\xEF\x9D\x036\xBF\x15T\xF9\xD9\\\xF1\x13I\b\xC1\xD9%\r\xF1\xF9<\xD1\\\xF6\x1D:\x10+\xE3\x1F\xD7\x12\xA5\xDC\b"\xEA\r+\xA8\xFB\xB9\x1D\x0B\xC1\xFF\x12L\x99\n\x16\xD3\x1F\xB1\r\xD5\x13\xF3@\x06T\xBE\xCD\x14V\x1DC\xD2\r\xE4.\xCC\xEA7\x02\xD1\xF9\x92*\x04A\xCE\xB8/\xDF\x03\xEE\xC9\x07\xBC\xD4\xFB\xB2\n\xF5,\xE9Y\x15\xD3\x9Cc\xF5\x14&\xEDn\xDB7\xCD/\xE7\xD9a\xF6\xBC\xFD\x04F4\xDF[\xB5\xE2\xD5\xFB:\xAE\xF7\xD8\xE8\xB1r\xF3\x8A \x10\xBF\xAA\x1C2\xEEt\xFC\xAA\xEBQ\x1A\x98#\x0E3K\xA2\x18BU\xC27\x02\xCD<\xB9\xF94\x05\xDB\xC8N\b\x91\xE4\x15\xAD\xF2\xFC\xC6#\xEC7,\xE6\x8C\xF8\xC2\xFF-"\x177\x01%\xC1\x0E\xFE)\x1A\x06<\xFDK\xE1\x06?\xE7\xCB\x17\xDD \x11\xD6\tC\xE6\xB4\xDA\xFE\xE8\xF3\xDD%\xEE\x98\x1D\r\xF2&\xE2\x19@\xB2\xE72\xCF\xF6G\'\x05X\x1B\rG\xA9\b\xDB\xC8k\x1B\t\xD0\xEE\f\xA7\xE9\xEBd\xE24M\xEE\xC9\xDE\xB8\xD5\xEF&a\xD8\r\xB5H\xF5\xC08\x01\xF3\xC6j\xF7\x1C\'^\x05\xCB\x0E\xFE\xE5n\xDE\xABQ\x01\xC0\xEF!\xFE\x0F\x1A\x01\xBD\xEB\xD42\xDF\xB7\x00\xCF\x19S\x11\xED$=\x96O\xF9\xC7E\x19\xA3\x06\xD0\x16\x95\xF80^\f\x18\x9F\xF4\xC4"\x00/\x07\xE3`\xA4,\xFD\x149\xD2\xC1\x111\xAC>\x19\xD3F\xC6\xFB0\xD0\x11H\xD6Z\xA5\xE0<"\x11\xF8\x9F>\xEE+\xE3;\xF2\xFC\xB4\xD7\xE4\x151\xDD\x03\x11\xC8C\xF3"\xBA\x02A\x1D\xEA\x00\xCE-\xFB\x13N\xF1\x9C\xD2\'\x19\xEA\xCF\xDD\xAE\xEE\t\x9B\xE1\xEDQ\xBC\xF6-\x03\x13 \t\xE6\x87\xF7\b)\xC5\xF1O\xAF\xCBa\n\xC3\x14\x7F\xF8\x90\xBF)\x07J\x01\xF3\xBFh\'\xD4\xFD,\xD7S\x0B\xE6\xD9\x0F\xA8\xC1D\xE57\xAF\xDC\xE9:\x0F\xF9\xB7K\r%T\x02E+\xF9\x01\x1F\xDB\x0B\xA5\xED\xB8\xDA\xF0^9\x1E\xB8\xE84\xFB\xD9\x05-\xE6\xFF\x1E\xD8\x05"\x0E\xD4\x173\xCA\xAC\x0F\x1F\xE7\xB2\xF2\x0E\xAE\xE9\xF9:\xC6Z*\xF5P\x1E\x03\xD3m\x07\x1C\xC9[\xDB\x04\xF1?\x1D\xE3\xBB\x19\xD8x\x15\xCE:\xE7%c2C\x96\x17\xC9\xE0\x02\x15w\x0B\x1D\xEE\x16\xDDH\xF4\xA7\xCA\xE8BP\xE0\xEBa\xFA<\xCF\bC\x19\xE1i\x1E\x14\x89$\xF1\xD1\x07\xDF\xB6\xED\r%\xBE\xFED\xA7\x143\xC3\x91\xFB\xCA\xF55\xE8\xC6\xB1\xF3J\x06\xC3\xFD\xCF\xF5\x04*\xFBL\xD4\xF5\xA0\xCE\xBC@\x975\xB8&S6\xFB\xB2\x02\xF5\xA2\x1B\xDB,\xEE\x9E\xFE1=\xBD\xCD\x07\xDE\xFF\xB5\x17<\xFA\x123\x87\xF4\xE2,\xF7\xEE!\xE6\xFF\xD7\nd\x12\xA4\x07"\r/\x90\x18\xDD\x0F\x1B\xE2\xBD\f\xEA\xAC0B!\xE4U\x01\xF6\x0E\xD1\xEC\x17\x0B\xDA,\xC6\x12\t$\xC0\x04T\x13\xE1\xC5\xEF\x01.\xF3L3\xEAj\xA1!\xD8\\\xCC@\x16\xD7\xB4\f\xCDM&;\xEC-\xDDM\xEF\xFCY\xD6\xEC\xFAU\xAD9N"\xD8e\x10\xC2\x07\xED\x11*\xD7\xC4f\x05\xFD\xE2\xBC\xF2\x1Ah4\xD1@\xE5\xF4\xB6\xD6J\xF6\x12\x95\\\xD4\x1B\xC0\r\x03\xE3\xC4*\xFF\xE8\bQ\x026b\xDD\x06\xB9\x15\xAB\x1F\x02\xD1\xB8)\xE1\x038\xCB)\xF2\xE9\x01\xA35\xF1\x1C\xFF\xDB\xB4:\xFB\x18\xE9 .\xA2:X"\x99\xE3\xED\xAF\xFD[\x174%\n\x1D\xD8&\n\xE7\xAD\xFB(\xCFC\xEF\f\xF7\xBB\x1D\xA5\xC7\xE9\x1B\x94\xFA\xF3[\xE4\xC3\xF88\x18D\xC2\xAB\x12 \xB9\x0B\xD5\xC5\x14\xF9\xCD\xE4,I\xF5\xCA\xA4\bK\xB0\xDF\x14\xC9\x07\xD4\x01\xF9G\x07\xDA\x0E\x8E\xCD\x01\xE6\xAAB\xFA\xC7\x16G9\xDA\xF4\x1CU\xA9;0\xDF\xF2\'\xFC\x12/A\xCB\f\xD5H\x10\x98\xE6\n\x1E\xF1g\xE4\xFDC],\x07@\xB6T\x83\x0B#j\xE12\xF2\xCF\xFAD\xF3\xE8?\'\x11\xB9.\xC7"\xEB\xFAh\xC2A\xEA\xB51\xDE\xEF\x05\x9B\x12\xB9\x06\xD6\x14\xCDr\x0EH\xD4\xC0\xE2\xED\x1E)\xFE1\xF2o\xD9\xFF\xF7\xD2>\x06\xDC\x9A\x18\xF5\xE6\xDB%\xFD\x16\xD4\xE8\x02\x1D\xBF\x0F\'_\xBA\x1D\r\xAA\xC4\xDES\x19\xF39F\xDE+\xF1\x10\x1AX\xFF\x0Fq\xCB"N.\xE6\xFC#\xEC\x04\xB2\xF69\tg\xB3\x04\xA2\xE9\xBC\x06%\xCAL/\xA1\x0E\xC54\xEF\xCF \xA9p\r\xC4\xF24\xBA\x14A\xD6\xFE\xEA\x06\xD93\xFDl,\xF7\xE9\xD0\x02\xA9\n\xB8\x1A\x04\xDB\xD0\xF3\xA3*\xBC\xF8\xEA\xFF\xDD\xC8]\x8DB\xDA\x1A\xE6\xA0#\xFF\xDAN\x18>\xDF\x1B\xAD\xED\x13\xBB$\xEA\x1AT\x00\r\xBE2\x03\xEC=\xDFP\xFA\xAC\xEFX\x938\x13\x92\xE3\xCE\xEE\x16\n\x9E\x1Fd\xE4\x14\xD5S\xA18>\x07\xE4\x1D\xD4@\f\xAE6\x18\xF2\n\xC1,\xFDV\xCC\x14\xF03\xC4\xF6\x0E\xD0U\xFB7\xE1\x04^\xD6\xF9\xB1(\xE2L\xF8\xD2\x1A\x8B!\x06\xCD,\n\xE0 \xC7\xF5O$\x04\xB5I\xD8;\xFC\xC21\xEF\xFF&\xCA\xF8'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\x06\xAA\xE9\'\x15\xF3G\xE3+\xBC\x1D\xE0\xFF3\xEB$\xB8\xD5S\xE3\t\xCED\xFD\x1D\xD9\x11\xF3?\x06\xD6$\xF6\x11\xDB(\x93\x07G\x17\xE3\f\xD1N\xE8\x109\xC0\x04\xF0@\xD1\x0E\xF3\xB1,\x00R\xDC6\x07\xC50\xF05\xD5b?\xC7\xB0\t\xD1\x01g\x0FI\xAA\xC4`\xF5\r\x1A\xFD0\x8C(\xE6\xB87\xA0\x01\xC5\xB0\xE71\x8E\xC4Z\x016\xE8\xF4\xD6\xC3\xF9Z\xB3\x01$\xA5\xFAT\xE0\x1B\xA7\xFF3"\xE1\x17\xCE\xF0\xA0\x15\xE8g\xDA\x1B\x19\xF4\x00\f\xDD\xFCV\x18\x9D\xEE\xF5\xCC\b\x15\xD8\x03\xA4<\xED\xC0\x13\x03k\xF6\xECO.!_\x16\xFEH\xEE\x1C\xB1\xCC\x14a\xAE\x1E+\xEF5\x19\xF2\xD6-\xCC\f&Z\xE6\xC4n\x05C\xBD\x0F\xF8 \xB9\xFF\xA8\f\xCB\xBA \x94\xED:!\xE75\xD9&<\xE9.F\xE2*\xCDK\xF8!\xD8\xC7\x18\r\xD2\xE2\t\xCD\xF7\xDD\r;\xE3\xFAJ\f$\xFE@\x04\x9C\xDB\xC6D\x07\x16\xEA\xF7\xB6\xD9\x14\xFA\x9B\xD7\xEC7(\\\xD4>*\xF6PF\xE2,O\x13\xBC\xF7\xCA\x10\x05\xB4\xFC\x1A\x92\xF9\xBD\x12\b\xDC\xB2Y\xF13\xA9&\xFC\xBB\xF0J\xA6\x1F\xBB\xD2\x06-\xDA\xBD\xEE\xE0\xCE\xE8\x13c\xFB\xE4\xBAq\x98I8\t\xEEJ\x1B\n\xF6\xAC\xE4\x03\xC8\n\xED\xE0\xC1\x05\x10\xF9\xCF\x03\xD9(\xA9^B\xC3\xDE[\xD0\xF0!o\xE85\x02\x0F\xE5B\x07\xDCd;\x13+\xEA\x02j&\x9F\x18\xF6=\xA31\bP\xB6\'\f\x1F4\xFE\xDD!\x01\xCF0\xBB\'\xCBR\xFE\x19\xDEI\x8C\x1D\x148\xEF\xA6<\xE8r2\t\xE1\xFE\x16\xF2#\x07\x0F8\xFF\xA7\xF3\xC8\x1C\x9C\xD0\xFF\xBF\x1E\xF4\x97\x05\xD77\xC6\x10\xF2\xE6R\xC9\x01q\x11\xC1\x1C\xF7\xD4\xEC\xA9\xCF\x11\xEF\xC5\x17\xA8\xF5\xE0=\xE9!\r\xC22\xF3\xFCk\xCF\x02Z\xDA\x1D\xC5\xB2\x19\xF0M\xD0\xEA0\xA3K\xE6\xC7\xDA\x19E(\xFAQ/\x16\xEBL\xCB\xE5\x1B\xB4\xF9\xDF@\xFD3\xB8\n\xE9\x1F\xFA\xDA\xF0,\x01L=\xF5\x05+B\xE5b\xFD\x12\x03\xB0\xDBc\x96&\x12\xB8\xE6.\xAB\xBC\'\xF3\x01\x0E\xFA\x8A;\x1E\xB7\xF9\xD6\x01\xB1,T\x0B\xB9\xD5\xED\b\xDE\xB3\xF8\x10,\xFF[\x0E$P\xAA\xCE\x1D\xDC\x13*\xD0\xAEJ:\x91\xC8\xE0\x16\xBF]\xD8\xB4\x0B$\xD3P\xC4.\b\xF2\xD3\xEAB\x07\xD7!\xF1\x15\x077H\xD3$\xDC\xC4\x02\fl=\x14\x1D\xEC\xF8\x04\xE2\x13<\xC3#t9\xA5\xDAE\xC0\xD2\xF0\b\x17\xED\x04^\x88\xF16\x06\xE4\x17\x0EY\x07%\xE8\xA0\x1D\xF99\xEA\x90\x1A\xEFD\xFA\x16<\x01\xC8T\xF8\x0FL\xFA\xCE\x9E\xE1\xEC_.\x13\xE6(\xC9\xE1\xF3\xBDA\xCF\x990b\xAA\xF5\xE8\x02\xD3\n!\xE9\xF61\x9C\xE5/\xC2H\xF7;\xE0\xC4$\xFE\xBB\xEA\xF9\xAF7\xFD\x0EN\xDD\xCA\x012\x0E\xDE\xA8\xCC#\xB3\xE1\x1B\xA23\xBC\xE0\xE5,X\x11\xBB\x06\xF5\xAFG\xF0\x95\b&\xFE_\x0F"\xEF\xFE\x1D\f-\xC9\x1A\xF2\xBA\x05\x16=\x01z\xD8"\xAE\xD2\x00\x18N\xF5d\xD6\x1F/\xDB\xCF\xEE\xC3.\xF2\tk\xBD\xF5\'W\xE7\x0Fs\xF6*\xEF\x16\xCD\x00@\xB3\xF1\xFF\x1A\xCB@\xFD\xD8T\x1B7\xD2\xA9\xDD\xE7\xC6K\xD3\xBD\xDCT\x8FC\xE2](\xAE\xDE\xC8\x12\xF2\xFC\x0F\'\xE8\xB9\x10\x95\x0B\xCCE\xF2\x11{\x1B\x03A\x15\xA7\xE4\x1E\xD6\x06\xFE5\xD8\t\xBF\x04\xDCZ\n?\x1D\t\xD6#4\xA4\xE4 \x10\xBA\xFA\xEA\x11/\x02\x17:\xF8\x06\x14>\xEE\xF9\x11\xFF6\xD0\xFBM\n\x1E\xBAC\xDF\x07h/\xD9\xEC>)\xA7\x00\xBDH\x98\xE2\xD5\xB8)\xFB8H\xB3\xC6\x1C\x9A\xEC8H\xAE\x1F\xE7\x85\xFD\xC7R\xDE\xF8p\n\xD12\x04\xDEf\xC2G\xF4\xB6(\xA1\xE11\xB2\x04\'\xD5\xC3\x91\x1E\xF0\xE7-\xA3V\xEA3\x96\xC8\xF3\x1E\x04\xFB\xE2\x18\x07\xE7\'\x0B\xFA!\xECY\x11\xCC\xEB\x16\xF2+P\xFA\xCB\x13\xD4\xF3\xFB+\xE3\x8A:\x15\xC0\xEB)\xF3\xC6>\xAC\xF2\x07\x1F\xD8X\n\xEBi\x1F\xCD\xE5\x18f\xEA\fG\x14\xBC\xD6\xF6\x04\xCD\x1A\xF9\x15K\xD07\xB5\xC6O\xD7;\xCB\xF32O\xC5\x02\xDC\x9B\x0Bf\xDF\x03\x11\xE3$\xFF0h\xC6\x11\'\x0F\xEE\x05\xB2\x00L\x9A\x12\xE6"\x16\xCF\x9B\xE5\xFB\xCB\x13\xC0\xF4\xFDO\xA9\x071\xF5\xDA\x03c\xFD?#\xDB:\xBE\x02\xE4\xA9#\x13\\\xED\xF9\x1E\xB3\xDC\x05\xAA\x0E\xF11$\xF7<\xAB\xD2\xBDA\xA6\xEA\xB9\x07B\xDAE\xF6\xCC.D\xD3\x1A\xDB\\\xFB-O\x00<*\x1A5\x02\xDBB\x0E,\xBC\xDF!\xCB\xB37%\xC9\x0F\xAE\xF1\n)\xEB`\x0B\xDA\xF5\b-\x9E\r`\x15@\xE5\xCF\x1AF\xBF\xE5\xFF 2\xF0[\f\x1E\xDF\x18\x95\xEE\xD7\xAEg\x1E\xE5\r%\xF5\x07\xB6\xC9\xD9\xEC\f\xBB\xF0\xACS#\x87\xD5\xED\xF8E\xFFU\x1A\xE4\x90\xEC\x18\xE2mE\xD5\xB41\xFCH\xE7\xBE\xD1\x005\xEA\xBF\xFD m\xF9\xB1\b\xD6V\xC7\x18\x07\xF8\xD79\xF4\x01R#\n\x19\xFF\xDC\xFA\xC3\xAB4\xEDC\x0E\xA6\xF8s\xDEF\xD1\xF7\xE4\b9\x1B\xC7\x10\xA1\xF0\x0B\xF9B\x051\xC3\x00\xA0\x12\xF4\x1B\xC8\x98(\x19A\xE0$\xF6\xD3+\x84\xDB7\xEA\x17-\r\xED\xDD\x8F\'\xC9L\xC0,\xD0\xFC\xE9\xBE6\x9B\xF1=a\xCF\x01\xE1\x1E7\x15\xC3!\x01\x0E\x180\xB7\x00x(\xE75\xCF+\xBF\xDDV\xD2\x1F\xF8\xE7$\x04\xE0<\x0F\x03\xF1g\xAD\xC7\tN\xEE\x06\x11\xC4\x01Q\xA0\xFB\xB8;u\xE4\x04\xAD\x15\xE7\x0E\xB5\\\'\x05O\x14\b\xE8\x17\xBD*S\xF2\xE6\b.\x94\xEA\xC5[\xF1\xCE\xDC\xAD\x04\x16\xD8e\x00\x11\xF4\xB3\rO.\xBEZ\xD2\xEDQ\xB9\xD5\xFB\x12\xE6\x1B9\xB7Z\xF4(\xE0\xD1\xF2I\x14"\xFD\x11\xED4\xF9`\xDD:\xD1\xF5\xE1\xCB/\xD6#\xF6\x0B\x8D\xFC\xCC\xB1X\xD5\xFC<\xDF&\xFA\x15\x0BI\xF5<\xB6\xEB\x1C\xA7)<\xEE\xDC\xCC\n8\xA8\xFE+\xE3"7\x05I\x93\xDD\xFF\xCD\x19\xA9>\x1F\x05\xCA\xE7\xD8\xC0H\xD2\x1E\t\x9F\xF2\x1A\x10\xA5\x1F\xED\xB7\xFE\xA8K\xDE2\xD7\x05\'\x19\xF4K\x12\xAF\x06N\x9E \xE2\xC3\xFB"\x06J\xCB\xE6\x16\x02\x99\x19\xFB\xF1\x1D\x13\xC5\x0B\xA3\xED\xCE*\xF8\x0F%\xE42\x0B\xFAi\xB3,6\n\xA5\xF4.\xB7A\xCC(\xFD>\x01J\ft\xE4?\xC8\x1Bg\x13\xEE:\xE2\xBA\xCA\x1E\xEF\xD6\xC0\xE91\xD3Y\x10\x97\xDE3\xF8\xD6j\xBCF4\xE5\xB4r\xD8\xF7AW\x18\xDA\xBDy\xF1\xC4G\xEC\xD8\xBF\x11\xEF\x1B\xF7\x02X\x19\xE1\x00\xD9\xECM\xBB\xDD+\xC5\x18\xF8,\x10\xF2\x02\xE9\xC0D\xA2\xFE\r5\x02l*\x18B\xF3\x02)\xE8D\xF2\xC1\f%\xFD\t\xF4 \xD3\x05E\xEA/\x06\xB5\xF4 \x020\xAC\x16\x04\x9FS\x00\xE5\xD2\x92\xDE>\xC8\xEA\x0Fj"\x07\x12\xE2\xFC\xB5\xE9\xD5\x8D\x06\xBB\xD1%\xAF\t\xF7"a\xDB\xE8\x9C\xF8\xE1\r\xFD\xAA\t\xB8\xCD\x15\x00_\x1A\xA3\xE9\xC8\xDET\x0E\xC2%\x8C\xDE\xCB\xFD\xE2\rC\xE7\xD7\t8\xF7!-\x18C_$\r\xB1)\xFB\x99\xC4\xF6\xAB7\x1C_\xF4D \xDC:U\xFB1\xE0\xD3\x15\xC6/\x07A\xCF\xB54\xC8\xDBh\x1D9\xD9-\xB5\xE1M:+\x14\xA60\xF8\x00\x11\x1C;(`\x9E\xC7\xFC\x1DN\xCE\xE0\xB4\xC9\xF2\x06\xC2\xFD\xD6\xF2M\xD0;/\x17U\x01\xD0\x07\x114\xFF\xED\x14\xE6\x9FF\x0ER\xED\xB2\x1B\xF1"\x13R\xF0$J\x12\xEC\xF6\xA1\b\xEE\xCF\x10\xF3\xB8\x01\xED\xCF\xE3b\xEF\xBD\n\xEC\xD3\x155\xEE\xBA(\xF3\x12d\x0B4\xAC\xEB\x135\xE5\x1D\x03\xDE\xE8\xEF\xD6\xC70\xA2\xE2\xCA\xAFe\xC2\b\x1C\xF2\xCA&\x03\xFB\xD6W\xBE\xFF\xE5\x06\x93\xF9\xE3\xBF\xFFP#@\xF9\x03\x1E\xD7]@\x1A\xB26\xD5K\xA7\xF9F#\x03\xDD\\\x98\xFE\xE9;\xD8\xFC\xDF\x1FQ\xBA\b\xA6\x14^\xB5\f\x1F-\xED\xFA&L\x04\xF6#.\xD8\x00\xBA>\x8B4\xE3\f\xA8,\xD8\x19=\xD2.\x1F\x0E\xC9\xE5\x16\xC34\x92\xE6\x0B\xFA#\x07\xF4\x15,\x02\xE4\xC3\xB1\xF6\r>\x17\x06\xC0\x1C\xA2)[\xF6\xCF+E\xF8\xC2%\xFEB\xA1\xF7S\x17\xBE\xD9\x10\xE4\xD0\xA7[\xE2\x19\xE9w\x12\xF4I\xCC\xEDj\x0F\xB7\x02D\xACa\xD7*\xAE\x7F\xDCF)\xCA\xBE\xDF\x9CW\xC8\xDC\x1Fo\x13\xD7-\xE6\xC8\xD40\xE3L\xEF\x03\xC4\x0F\x9B\x00\xE1\xD58\xF3\xCD\x07X\xE3\xD3\n:\xF1\x1B3J\xFC\x109\xF7\t\xDB\xC2%\x049\xFA\x1F\xC4\xF4\xEA\x0B\xDF\xF2\x05\xFC\xEB\t\xF6\x12\xFF\xF13H\x10\xEA\xFE\xB5\r\xEE8\x07Q\xA4 \xF9i\xAD\f\xD0B\x19\xE7>\xEF\x18s\x0E\xE92\xDA\xBF\x19\xE7\xABn\x00\x98\xBA\b\xEE\xC6\xB1-\xCE\x1F\xFE\xB2\xD4\x16\x96\xDE6)W\xCC\x173\x99>\x1C\xB9\xD1"\xA6a\x17\xD6\x03&A4\xF7\x89\xCC\xFD\x1A\xF2C\x02\xEC&\x14\xF6\xB7#\xD7\n\'\xC9\xB2\x05\x91"\x12\xEF;!\xF9\xC7(\xEB>\xDB\x16$\x04M\x90\xEB[/\xF0D\xE7\n\x00\xD7\xA4\xFB$\xC1\x0FO\xE0/T\xED\xE3\x06\xB4\xF8\xE5\xC1\x1A\xD2\xE1#V\xE9\xB4\xDF\x0F\xBB\xDB\xC6\xFD/\xDF^\xFB\xA91\xF6L\x1D\xE0G\xF9\xAD\x03\x032\xE0\x0F\xCF\x1F\xF7h\xE5\xD4\xF2?\f\x18\xE1\x07\xBE(]\xB3\x1B<\xE4G\xEF\xD4\xF8\xC8\x02\r\xC2?\x1D\xCD+P\xA5\xF1e\x05\x14\xBE@(\xD11S\t9J\x87\xEA\x06\xC1Q\xDC\x02\xEB\xBC\xFD\xC7g.\xD1\xB9U\xF3D\x05S\xC1\xA3*\xFF\x14\xDD\xFA\xAC\xCAR\xFD\x11\xCE\xEF\xF7\x12\b\xB7\x00!\xE8\x18\x9F\'\xFA\xD8\x0B\xEF:\x12\xFC\n\xB0+\xFB\xDA\x0B\x01\x16\xF8\x95\x19\xF1\xD5\x1E\x116\xF0\x14\x1E\xD2\x108)\xD7\f\xE4\x1B\x1A\xD5\x9F\x15\xB2\xE8\xFC\x0E9\xB7^\xC23&\xF49\xA0\xD9 3\xC3e\xDB.T\xAB:e\xF2G\xB22m\x97\xDF\xC5!\xD9D\xC9\xE58\xF3\xAAx\xE3\xCB%\xE7\x94\x02m\xCE\xB0\xE5?\x9C\\\xF2\x17\x06\xA1\xF5C\xEB\x0B-\xFE\xD93\x19\xE0\xEF\xCD\b\x1E\xE9\xD7\x0E\x1B\xE9\xF8L\xE1\x03\x83\xEB\xCE\x15\x0B\xDC\x05\xD2\x12\xE2\x00\xF6$\x04X\xE92\x18\xEE\x8EN\x1D\xC5\xEDD\x06\xFDX\r\xC4\xF5#\xFF-\xF8\b\xCB\xE5\xB1T\xEB\'\xBE`\xC4?\xEF$\xC8I\x04"D\xF6\x9EK\x02\xB5_\x05+\xAE\f>\x19%\xF4\xFA\xC5+\xB9\xEC#\xCA\x19\xEA\xBC\xD1\x0F\xF7\xB8\x01]\x10\x04\xD5,\x0E3\xBC\xD8<+\xE1C\xD9\x0BL\xB9\xDF$3\xFB=\xCF\x12\xFE\xFB\xAB\xE3\x07t\xF6\x97\xD4\xB0/\xE4\x12\xFC;\xD0\xE3\xBF\x13\xCA\xF2\xD3\xFDN\x957\xE6\x1B\xFE4[\x07\xA5Q.E\x1C\xA1\xE2(\xCF\xF6%\xB6\xFE\xDD\xF4!\xAB\x12\xF9\xB6\x17\xA4\xEB\xC6\x1Be\x00\x0E\xC1\xDB\x1BN\xE0\x14*\xCE\x1D\xB6\x12\xEAS\xFF\x17\xD8h\xC6*\xEF"B\xFFp1\xE7\xBD\x0F\xDFk\bE\x86\xF7\xC1>\xD5\f\xDD\xFD\xF07\tB\xC0\xE06\xEAU\xA0\x17d\xE9\xCC\xEFQ\x06\'5\xF3\x12\xD5\xEE\xA7 \xF7\x04\x8F2\xD8\xF4P\x01\xDD;\n)\xF3\xBC\r\xED\xAD\n\x17\x8E\xF5\xDC\x1D\xA3\'A\x04\x1F\xB4\xD1\xF0\xDA\x10\xE2\x1D\xFB\xEE\x15\xAF\xC7k\xD7\xFB\x16\xAA\n\x1B>\xD0\b\x01\xDF6\x1C\xFF\xD2\xE6V\xFD\x808F\xE7/n\xF0\xC9\x0F<\x0B\x9D4\xFA\xC1\x1E\xE2\xCAA3\x1F\xDF\xF9Y7\xD4\x10\xEC\t\xF9\xDA\xCA\xEB\x00%\x15,J\x03\xB4)9\xCD%\x04\x11\xE6"\xEFa\xFF\xC7\xE4\xF9\xBF\'D\x0B\x9A.\xBF\x10\xDE\xCD%\x04\xBE\x16\xD0\t\xB8H\xE8\xBB\xE6\x19\xED\xD3W\xA5\x05a\xFB\x9B\x03G\xCD\xE7\x05\xB7K\xC4U\xB0\x13^0\xF7\xC2Y\xAA\xCD\xEBv\xF5\x94W\xE01\xB9M\x9B.\xD5H\xF3\x140N\xAF\xF2\xC6\xDAv\xF6 @\xB5\f\xF7\xDCX\xFE\xE1)\x1D\xFA\x04d\xC7%\x14/\xF1\xD9\x19\xE7\xD2\xF1%\xBB\x120\xFC#\xE2\x018\xF2\x1A\xA0B\r\xE5\xFD\n!\xC3\x0F\xE6\b\x19\xF8\xF1\x01\xCB\x0E\x05\xBA&\x8D\r\xD6\xE3\x18\xFC;\x13\xED\xA6\x01b\xEA\x1B,\xAC\x10?\x93\xD86"\xFCE\xE0\xB3\x00I\x0E\xB6+;\t|\xDB\x1C\xA5\xEE\xCC\x17,\xD5\xC0\xE6\x06\xDE\xD4:\xF31\xDBC\xD2\xFFK\xAA\xD4:\x1D\xDFA\xE9\x1E\xDCo\xEC\x03 Y\x07\xE8\xB4*\t\xE30\xD2M\xF1\xC8\xE8\xF5\x03\x14\xBC\xD1\xA4\x10\xF6\t\xCC\xE9!\xC4\xFE\x13\xB0\xC8\x00\xF4T;\nG\x99\xFB\x0E*M\xB0"\x17\xBC\x9D\x19\xF86\x13\xBE"\xEBf\xC2\x14\xF9\xAD7\xFD\xC5=\xF7\xCC\xA2&\xD3\xF9F\xCB\x18\xC1\xFA\x9F\x059 J\xCE]\xF0\xF19\xDA)p\x922?\xF7\\\xDF\xEC5\r)\xE1\xD7\xB5\xF6\xEAn \xCE\xEF\xF8\x02R\xECd\x06\xE3\xAD\xEE-\xDD\xFC\n\xA2)V\xF4\xCE\x12\x06,\xB8E\x105\xBF_\x1D\xDB\xFE<\x11&\xD9\x15\xB3\xFC%\xDD\rY\x05\xB6\xEC\x1C\xFB\xE1\x06\xD7\xA3\x1CK\xF9\x97\x16\xC1\x04!\x13\xDD\x00=\xBA\x0B3\xC7\x10\xD1\xFE&\xCA\x1E\\\x03\xCEI4\xE5\x03\xD7\fK\xE1\xA7\x1A\xE6\xD9\xEF\x00\xE1\x05\xF0\x8BU\xE6\xB9\xEEq\xE1\x0B\xC2\xEC\xA6=\x18\xC3/\x12\xD4P\xBD\x17\xF0\f\xCB#\xE6\xD3dA\xE90V\xC5\xAB\x18\xE2`\x89\xE8+\xE0=\xB7F\f\xF5\x91\x18\x0E\xB5\xC9\xEF\x1A\xBB!4\xF1b\x0B\xFBR\x17\xAF$\r2\xF5"\nA\x00\xCF3U\x1A.\xFF\xDE\xFEL\xF4\xC8\r\'\xADU-\x01>\xB8\b\xFE\xF1\xA4\xFA\xD1\t7\xF1\xD3\xFC\x1EF\b\xA8\xF0\x13\xD9\xE8\xC17\xE2\xF1%\xFA^,\x98\xEB\xD4\x01\xC0"\x9A*\xC8\xEBA\xD0\x96\x15\xD7\xC9\xAC+\xF3\x99\x04\xF6\xE4\xD2\x92#\xE4\xA8@\xEA\xFF;\xE5\xC1\xF4\xDA\x101\x1B\xCC\'\r\xE4\x1DN\x03)\x13\xDB\xF5\xC2\x1A4\xF7\x02Q*\xFEy\xD4@\x12\xDA9\b\xFCW\x14\xDE?\xD0\x06:\xDBe\x02\xE4H\x06Z\xF8\x17\xE8\x0F\xD9C\xB6\x12f\x0B\xF93\x06\x1F\xDC\xF7\xD0\x13o\x9E\xEBP\xDF\xB0^?\xBB\xF5\x9D\xEA\xBF?\xAEU\xFF\xD4j"\x8B\xCD\x15\xB2 \x07\xA4\xE9\x01\xC2\xE3B\xC9\xAE/\xF3\xE8\x11\xF8\xB9\x1A\xFA\xC3*\xEC\xDE \xBFQ:\x1F\xC6\\&\xEF\xCA\x16\xD9\xBAc\x9A\x1A1\x06&\xFB\x1F\xC0\xF6\x03\x13\xD9\xFF%\xDD2\x0E\xCC\x05$\xEB\x0F\xB6\xE4\t<\xEE\xDE\xF7\xC5\x1CM\xB3\xF5\x17%\r\xF8\x1D\x03w\xA8 -\xF0\x0E\xB1\x1C\xFD\xA25\x02\xD4\xAF\xFD\xEC\b\xFA8\xAF)T\xF2\xCD\x0FE\xEE\xB0\xE1@\xD4\x0B:"\xE74\xC7R\x15\xF9u\xE6\xF36\xDE-\xC9G\xFC\xD6\'\x04I6\xCF\f(i\xD2\xA1\xEEM\xBA\xD6G\xC4\xE2\b\xD3?U1\xCF\x11f\xF0\f\xE2\x15*\xA1\xDF\xD6\xFF\xE9\x10\x02%\xE6\xFC\xBDS\xCA\x03\x16\xAA\xEE\xD0\x90\t\xF1\xB2\x07\xD4\xA5\x1D\xBCM\x96\x02\x15\xEF\x1C\xBEc\xA2\x11\xEB\xFC\xE0\xF02\x05\xDB8\xE4\n\'\xEC\xFE5]\x9D\xDE\xE8\xF4\t\xB7\xE6$\xCAF1\xF4\xD1?Q\x1C\xC1H\xDF\xAB6\b\xDA\x1C\xF3.\xE6Z(B\xFBa\x1E/\xECE+\xFD\n\x17\xD0\xF7X\xA92\r\xF5\xE4\xB9.W\x97\x13\xBD\xFC\x1A[\x00\xCD\x8F\x19\x0F\xF3\xCB\x16\x03"\xC7J\xDA=\xF7\x88\x00\xBEl\r\x1B\t\xF5\x9D,\xFA\x19\xC5i*\r\x86K\xF9\xC6\x01\xDC\xBC\x11\xE2\xCE\x01\xBF\xE0Y\xD8\xEDC \x07\xDA\xE8@\xD1#\x19\xD9\x02\xCA#G\xE9\xAC\xC4\x11-\xF8=\xDA\xB0)\xFA<\xAB\xFE\x18)\x04\x14N\x1C\xDB\xE9\xAD\x02\xE15\xCE\x06\xD7>\xEC\xF6\xD0\xFF8\xDC\x12\xB1\x0B\x1B\xF5I\xA9;\x18&\xF5\x11\xAF0\xC5\xE3\xB8\xFE(\xC5\x05\xFBE\n\xF3:\xD6\t\xF66!\xEF\xDFW\xC0 F\n\xEB\xBC\x0Fq\xEE\x95\xC1\xD3\xEB\b&\xFA6\xC6\xB4l!\xF0X\xB8\x14\x94 \xE7\xBB\xEF#\xD4r*\xEA\x05\xD6\xF8\r\x9A\xCA=\x03\xFB$\x0F9m\x14\x9AS\xED\xAC\xC1p\x1C\xB1\xE3b\xCE\xFEI\xB4\x07\xE9\x02\xD3\xE3S0\xDD\xD15\xE4\xFC/c\xB5\xCD\x10V\xF2\x14\xFC\xE7\x0F0\xFE\xE3J\x04_\x18A\x064\xE5\x9D\xCA2!h\xE8P\xF1\x1E\xE5c\x9E\xF4\xD2\xEB\xF7\xD8\x0E8\xDF%\xE8\xF9\x01-\x15\x9C\f\xD53\x14\xF5j\x8E\x1B\xC6\xF3 \xF9\nC\x1E\x0E\xDF\xF5C\x9E\xE2\x1F@\xD5\xC0\xA4\x1C\xC9\x0B&\xD8\xC5\xFA\xA5\xCD\xFD\xF3O\x16\xFF\xB2\xC3\xDD\x075\xD4\xBE\x0B\xDBO\x1A\xAE/\x1F\xFF\xCB\x161\xA0\x10\xC6@\xDD\xF4)\xE7\x1C\xA8\xCC&7\xFC\x13\x04\xA3Z\xB6\xC9\xF0\xA79\x03\x16,\xD3\b\xED(\x04L\xDD\xF7=\xAF\xF10\x0E\xE1V\x1E\xBA\f\xDAC\xF0\x14-\xFB\xAD\x15G\xED*\x00\xC9\tI\xE4\xB9]\xF2\x05\xD4Q\xEE \xB6\x06O\xC2\xFBC\xDD\f\xED\xB8L\xD7,\xE7\x17\x00P\xD9"\xC3\xEA\xFDM\xB7'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('\xCB\x06*X\xE9\x03\xD60\xF2\x10*\xB3\x076\xF6\xD8\x1B\x00\xE7*\xCE\x06Z\xF7(\xCF\r\x1F\xBD\xF4;\xDD\xB5\x139\xF3\x0B\xDB<\xB8\x1A\xF1\xC9\r!^\xB7\x00)\xE3\f\xBA6\xF1\xCC\x1E\xFA\xDC)\xB9\x15c\xF3"\x1A\xA2\xF5\xBF\x15\xAEC\x1B\xC2f\xDE\xFB\xEA\xC7\\\xA8\x0B\xBDS\xA0\x11\xEE\xAD\xC1\xDF7\xA3Q\xE6\x07\x18L\x02)\xE3\xC5\x9EU\x10\xE7\xFEnA\xAC\xE6\xF3\xD9\x16>\xF6\xD0a\xFF&\tW\xAAE\r\xE3\xFD\xD1\xA8\tG\xD84\xDFK\xFB\n\xE5\xA1\x02\xD0L \x14\xE2C%5\xF9\xDE:H"\x17\t\xEC\x01\xF9\xD40\x94\xEE\xCE\xF9j\x1D\x00%\xF6-\xD5\x06\xDE*\x02<\t\xC8O\xA7\xE9\x19\xDB\x9C\xE4\x14\xEC\x04\xC7R:\xEA0\xDF\xEB\xFE\x1F\x0F\xF1$\xCAW\xEE\x17>\n\x8E-\x03\xEC\xD2\xF1\xC8\x1D\x01\xD5\xE6\xFBc?\xB8*\x12\xC6\xFC%\x0E\xAA\xD73\xEC\xCE\xAFH\xC3\x8D\x15\xF7\xCE\x1D\x9D\xEE\xFC#2\x10C\xF9\xC18\xD3/\xF2\x83\x1C\x03\xB8I\x0B\xB3`\xD1\x98.\xDA\xF94#\xBA\xF3\xDB\xC3\xF9\xB5\x17\x06g\r\xB2\xF4/\x98\xCA\xD9\x1A\xE2t<\xDBW\xE8F\x17\xB9\x05\x14\xE4\n\x1C3\xEDM\xBB4Y\x0F\xDF\xC0\x02\xB1\xEF*l\x00\xB6"\x10\xF9\xD7&\xF0\x14>\xC7\xE5\x01<\xBA\x13\x05\xAD\xD5\xE8\xFF9q\x0E3H\x9B\xE8-\xC2\x13Q\x05\r%\xF5\xA9\n\xF0\xB4\x1B\xC2\b\xF2?\xDEa7\xF1\xFC\\\xE3\x0E\xFE\xD8\xE7-\x19\xD3]\x07\xC9\xD7\f\x1B\xE9@\xDEg\xC2\nW\xCC$\xF7\x18\b\xEAm\x1D\xE2A\fO\x15&\xCF\xE5\x1C\xDE\xFE\xD7A$\xE0\xD06\xEF\xC0G\x00\xCF \x036\xE0\xFE,\x98\xFA"\xC9\xA5\xD9\'\xB1\xC6#\x06\xAC\xF8G\xF1;\xE6!F\xA4\xF4\xCB\x06\x93\x16\xE75\xA5\xFE\xD9\xA1O(\xD4\xFC\xF2\xC6)\xF6\xC1\x92\xEE\x07\xAB\xF4\xC5\\\n\xF8\xED\xFD\xAA\x1D\xE6V\x10.\xEAC\xF6\xA2\x12\xCBY\xD5\r\xBFK\x12\x03\xD1\x18B\xF2i\x13\xCA\xB8\n\x8B\xF7\x14\xFE\xE21R\xFB)G\xD0\xF5\x1B\xDD\x03\xF24\xC2\xAF\x10G\xA0\x01[\xE0\x1F\xFBX=+\x11"\xA7\xBB\x18\r\x8ES\xC4\xFD\xB7D\xD3,\x0E\x19\xCB\x04\x0FJ\xF8\x1A@\x94\x01\xC2X\xEA,!Q\xE6\xF3G\xDB2A\x13\xA48\x17\xEBR\xC5\xFD\xE1\x06;\xDA\xAE2\xE1^;\x1B\x07\xF1N\x04\xE4\xEF:\xAA\x1A\xE5\x01%\xD6\xC7\xDF\xEF\x11\x198\x05\xF2\xE8O\xAB\xDB\xF4\xB4\xEA\xC6\xAD\xDC\xEF\xC9I\x07\x17\xAC\xF6\xBE\b;(\x00\x97\x1F\xBA\xE6\xF1V\xB6\xDA\x0F\x1B\xD4\'\xA4\xF6$\xE9\xFE\x17\xCA\x02\xB7\xE6\xD0\x10\x9F&\n\xB9\xF4\x06\xDA\x11\xB2l\x07.I\xAE\xD3\xDD)\x9D\x16\b\xFA \xEBB\x1E\xFFe*\x0B\xE7\x1F\xD8\xF0=\xFE\xD1\x1B\xB0\xC8\x0F\xEB\x7F\xF6\f$\xD0\t*\x8D\x03\xEFF\x11y\xBF\nM\x93\x0E\xD8F2t\xF6\xC05\x15\xD4Q(H\xC33\xF2\xFC\xE8#\x02\xF8\xEB\x0EW\xCD=\xC3_+\x0B>\xE1\x13\xBB7U\xFC\xB51\x0Ej\xDDI\xEF\xFB\xE0-\xD4\x03F\xDD3\xFF\xF6h\xE51\xB7\xCE\xE4\x1A\xD2-\xF2\'\xFB\xED\xAA \xFE\xDE\xEA`\x00\xE1\x99\xFA\xEC\x17\xA3\x1E\xBA\xCC;e\x1D\xBA3\xF5\xD9\x01\xE4\x9F\xD3\x94\x07\xF0\xD2\xF7\xA6\xE0%\xCB\xE4\x99\x13\x02#4O\x14\xAE\xC7\x1A\x9F\xED\xC0 \xC9=\xFA\t \x008\xF9\xB4\xDFe\x1E\xBF\x15\b,D\xB1\x1C\xC5/\b\xCF8\xE2\fU\xDB\x13\t\xA4\xC7\xFF\xE1"\xB1\x148\x1B\xF7\xD9.L!\x02\x18\x10?\x06\xF8+\xC3\xE8\xD6\xA2\xC0\x06\xF0<\xFA\\\x13L\xDF\x18\xAB\xD7X\xF3\x8EP\xEC\x07\xC57\x03\xD2\xE2\xF3\xC9\xD7\x0E\xFA\xF1B\x0F ^\x01\xD3>\xF6/\xE4\xF0&H\x07\xE9r\f\xEF\xBDL\x19\xFB\xB0\xC9\xE9q\xD5\xBEL\xED\x189X\f\x19\xF8`"\xE4+\xD6\xB2\x06\xF3.\x0E\xEB\x14\xC3\xDE$\x10C\x16\xE7\xA1\r\\;\x97T\x05$\xA7\xE8\xDC\xBC\xAD\xF3\xC4$\x98\xFER\xD1\x10\xF9\xD4\x8C)\xFC\xCF.\x06_\xE4\x0F4\'\x9C\xF3\xFF\x1F\xA8\xD2\xFD\xB6\xF1>\xCD\xDC\x0F\xB9\x01\r\xE8@\xD1\xFD\xBC(D4\x05\xCC\xAB\xD7\xFDQ\xF01#\xFA\x1A\xEC\xE04\xCDm)\xF8\x19N\x06\x11\xEA\xB9\x1AB\xAE5\x15O\xC5?\xDF\xA6\xE8\xCC\xF3\xBD\x05\xD9D\f\xE3/d\xDD\t(\xE1\x01/\xEB\x935\xCA\xF6"3\x9Bc\x04\xE2\xA5\xFC\xE8Z\xF5\'\xBA\x1D\xCB\xDC\xB5\x01\xC2\x12F\xB8\xFE\x14\x04\xED2\xD7\xE4,x\xD9\x04\xF5\xDF\xBF\xEE\x1D\x04\xF4\x11]$\bB\x17U\xED\xFA\x1A\xCD\xB4\x11\xF7A\xC9\x1D\xABL\xFC\x17Do\xDD\x16\xC4\xEF\x1CH\xF7\xD3\x1E\f\x170\xE1@\t\xF7\x14J\xE8\xD3-\xF5\x1D\xD6I\x92\xC8\rB\xA7\xF9\x1E9\xC6)\nd\xFF\xD7\xE5\xB4\x1A\xFF\xC2)\xA0\xFE\xE0\xAC:\xC2P\x03\xEE#\x8B\xEAa\x10\xBE\b\xD5\xF2\x05\xA6Q\t\xE4\xD8\x13\xC8%n\xB1\xC0\xEF\x03\x99k\xE5,\xA8\x0Bg\x04\xA3\xE5\t\xF26\xE0\x1F\xFF\xBE\xCE\x0B\xEF\x9E\x16\xE70\xA5<&K\xD16\xF2\xEA\xD7 .\xD0\x12%\xE73\xD5G\x17\x05\xF4\xD0+\xE2\x1B&\xE9\xBD\xF8)\xFF:\xB6\x07\xF1<\xDB\xFA7\xD1\x11\xC4\xFF\xD6B\x1E\xF0\xCA:[\xC1%\xFB\xB6c\xEB\x16L\xDF\xFD[\xD2\xF7\x1F\xC9\r\xF8\x06\x9C\xDD\ff\xF7\xC4\t[\x01\xF5\x96\x0B\xFA\xC5\xB91\xDA;\xF9Z\xB1\xC7?\x11\x1E\xCE\xA9Y\xEA/\x97\xE5\nK\x1B\xEA";\xF1\x18\xBE\xF9\xDF&\xFC\x0F\xDB\x18N\xD2\x06\'\xF43\xAF%=\x07\xB6S\xF1\xDE\xBEl\xE9+G\xB4\x106\xE3\xEF\xBA\xDAk\x1D\xE0T\x0E\xE5\x00 \x9E\xEE\x022\xFD\xE0J4\xF4\x0E\x1B\xFDS\x13\x00\xCA\xA4_\xDC\x0B\xACV\x061\x88\x15\xB7\xED0\xA8\xE9\x12=\x90\xD7\x02\x0F\xE6\xC0\xDB\x11\x01E\x192\x12\xFD\x1C\xB6\x1C\x00M\x86\x18C*\x04\xB28\xF0)\xAA|\xC9\x0B\x15M\xD2\f\x8F\xED\xD7\x04\xC4\xDF\xD1\xBC \xD7\xF2+\x05\xB9\xF6%\xE2\xEC\xCF>T\xD4\x03E\xC9\x01\xF6\xC0\xE3]\xC7!\xF9P\xEE+\x97\xE6\xD4\xAE\xEF\xC7\xD6\xF7\xDD\xF1\xCD&\xFB\xD3\x10\xEB\xCB\x14\xFE\xD1\xF7\x19G\xBB\xE7\xDC!\xF3j\x18\xB9&b;\xF8(E\xAF4\x16\xE6\xFDG3\xC7\x13\xFF\n\xE4\xF6#\f\xE0n\x1D+\n\x19\xF1F\xA3\x185\xCC"\xFB:\x03(Z\n&\x01\xC3H\xE1\x855M\xF2\xE4\xD0\x0BI\x05\x11\xCE\xF0\x0B\xFE4\x8FV\xFB9\xCD\xF3\x1C\x00\xE1b\xF66\x12\xFD\xE9\x1F7\xCDR\xAC\x1F\x05\xF9\xE03\xF2*\xB5>\x17\xCC/\xAD\xC3i\x18\xEB\'\xBB\xE7\xDA \xCA\xB9\x1A\xE8\x0F\xB2-\xED\xCD\x12\x07<\x1C\xAE\xE1\xBD1\xA0_\'>\x14\xF5$\x04\xE2J\xBC/C\xC3\x0F\xD0\xBA\xF1F\xC4\xB3\x02\xDA*\xE3=\xD6\x17\x9B\b\xCD\x1AR\xDE\xFD\nX\x02\x1F3\xDD\x01:R\x0E\xFCi\x12\xF8\xD92Y\xF7\x04\x17\xFA$\xA6\xC5\xF9Y\xFF$\xEB\x1A\xF8\xDD\xAF\xED\xCB\xD9\xB9.\xE9\x13\xF9\xD4\xEE\x19+X\x07\xD61\x16L\xFA\xBB\x0F\xF4.\xC2C!\x00\xA9\r\xEE6\xB8\xE8\xD8\xF0\x0F\xCE\xB0\xF3\x06\xC6-\xEF\xADI\n\x94\xCD!\xD6\xBEg\xDC\xEA+\x14\xD75\xF4C\xD4\x07\xC1\x1DJ\ta\x18\xF0%\b\x9C9\x05\xAC\xFE\xE4\xA1$\xF6\xE1\x0B\xEB\x1Co\xA4\xFF[\xED\xDBJ\xE6\xC7%\xD3\xF9L)\x9AC\xFA^\x1E\xE1\x8CB\xD2\x03)\xE0\xFDD\xEB8\nB\xB6\x02S\xEF\x92\r\xC8\xB4\x12Q\x012\xE1\xFC\xA3A\r\xB3\xDA_\xE5!M\xDB=\xEC\x0Eh\xCF\x995\xC6\x03\xD3\xE7\x11\xB1\xFA5\x15\xF5\\\xA3\x1A\x12\xC8\x07\xE6\xBE\x13\xD5&\xF7\x17\xE5X\xC4\x1B\xF3\x12\xAB\xE3\x19\xF30\x0F\xCE?\xE5\x03h\xE0!\xE8\x9A\xCF\x10*\xE9\xC5\xD5Q\xFF\x19\xCC\xF7\xBD\x13\xC9\x1E\xFF\xBE-\x06E\xF2&9\x1A\xCB\t,\xD5\xBC\x06?\x01\xE1\xF3=\xFD\x1D0J\xEB\x0B9\xBD\xFF"\xED6\xB7m+\x01\xCB\x9C\xE1\xFC\x1E\xBF&\x19\xF9-\xFD:\xF0q\xF6\xB78\x1F\x00\xF3\xC3(\f1\xF0\t5U\xB0\x19\xE8\xF9\xD7\x14\xB4\xDE\xF8S"\xF2g\x91\x1E\xEA0\xC0$\xB2T\xDE\xA5\x02\xC8\xAEu\xDA\b\x96\xD0\x0E\xDA\x06\xC3\xF8Y#H\xD6\xF5\b\xB1L\xD2\xA5\xC4\x0E\xD9#\x05\x15\xDC\xF3E\x15>\xEB\xAFs\xE0\x97\xFA\xD3\xF3\xDCM"\xA9T\f\xECA\x8C\xBF\xE1\xFF\x10\xDC\xCE\x0Ez\xD8\n\xCE\xED\xF6\x10,\xFC\xF12\x14R@\xFB\xE7M\x1E\xD3\f\xE8\x14\xA9[,\xEA\xDB\xF2E\x04\x1C\xBA?\xAA\xCB]\x0B\x8A\xDE\xA0\xFB\xD6\x02D#\xE7,\x03\x118\xC8\x01\xE4\xC1\xFD.\x04\x16\xEA=(O\xFC\xA9\xF0\x037\x15\'_\xD7F\xE3\x1C\xCB\xE9\xF6\xB1\'\x16\x9F4\xEE>\xBB\x04:\xC5\x12\x005\x0B\x15\xE1V\xF8\xE6)\xED\xFB1\xE5\x04W/\x11\x1B\xCE\xB8\x16@\xC4\x9E\xEE\n\x1C2a!\xCF\xD9K\x0B\xC6\xB0\xF4\x19C \xE7\x92\xFA\xC2\x1B\xB8\t\x9C>\xBA\x03.\xD7\xC6\xF1\x02\xDD\xB0\xFD(\xDC\xEF\xFA\xE3\x9Df\xCA\xB4\xED/\xD2\x01J\x19\xD5\xBF$\xCC!\xE6\xC1P\xF5\xFE\rY\xE1&o\xD1\xF6\xDB\x96\x11\xF1\xB6\x1E\xF74\xD4\xE5\b\xBD\xCB-N\xE1<\x04\xE8\xF4\x12$\xDF\rc\x1F\tI-\x10P\x19\xCCi 1\xD1\x1A$\xF5>\x1F\x91\x12\xC5\n\xA3S\x04\x119\xB7\xF2\b\xDF:\xA8\xD9\xF1\b\xB2\xFDD\xB9\xEB\x07:\xFB\xE6q\xA3\x03#Z8\xDE\x13\x00\xF4\x0F\xAC\xD11g\xFF\xD4N\xEE\xA1\xFD\xE2\xB9\xCF\xF6\xE5\b\x8A\xF4\r\xB2S\x05\xDA\xBD\xFD\x06`\xDD7\xF2 \xE05\xF5\xFD`\x0F\x9B*\xEC 0\xCA\xF9\x1F\xE6\x0F)\x17O\xC5%E\x0F\xCC\x18\xED\xFE\x9C\xF8b\xB3\xD6$V\xF0\x1F\xC6\xAA)\xF9\xC19\x13A\xEBr"\xC22\xD8?\xFF\xC0\xE9E\x0F\xE5+\xCD\xEA\xFAF\xB8\xFF\xEB\xCA\xAD\xEB\xD9\x1DJ\xD2\x05h\xBA\x19>R\xD73\xA8\x02\xE2\xD5\xAD\x00\xDE1\xBF\xDA\x11,\xD0\x1E\xEBD\xC5\t\xFC\xDD\x15B\xE4\b\x19\xD0\xF4\xAE\x1B\x0B\x95\xFBX\xEC\x1D\xE1\x15\'\xF8\xA29P\f\xAC&\x14\xD3.j\x17?-\xAA\x01\xF6\xC5\x14\xFC\xE8\x0E\x90\x02\xC1\xF3\xCC^\xF9\x1B.\xEB\t\xF4=T\xB5\xE3\f;\x04\x17,\xE6\x9AJ\x04\xEC\xB64]\xDD\x05(\xD8\x00;\xD1\x13\x05\x87O\xD5\x03\xEE\xC8\x16\xD5\xF1\x1C\xC3\xE3\x04\x9A\r\xD9\xFC\xCC\x178\xE3A\xB0\xDBM\xCF\xEF\xE0\x16"\x0B7\xEE\xBB\x12X\x84\'\xFB\x1D\x06K\xF2\xBF\xA4\xDF\xF8\x10\xBC7\xCF\x0E\xF7"\x8F\xE90U\xC6\xF1\xE7.\xB8\xF4*\xCA6\xAEm/\xFB\xB7\x02f2\xF8U"\xF2\xBE&\x07p\xBC!\f\'\xF43\x1D\x07:k\xFC\xDA\x9DE\x06\xD0?\xC6\xE6\xD4\xA9\xEC\xC9(\xFDk\xD12Z\x1A\xF4\'s\xD8\x01\xC8\x10\xFB\xBB\x16D\x0E\xDD\x1FH\xE4\xFA\x0E\x1A\xDC\b \xE2>\xDB\xA4\x10\xE9\xC8D\t\xE7\xDF\xF0\xFB\xD5\xEB\\\xA2\x00\xC0&\xAA\xEA\xB8,\xE6\x1F\xF5\xDD\xFE"\x16d\x02@\x18\xD8\x10 \xEF\xB0\x00\xDA\xEA\xA5\xC1\x16?\xEFP\x1E\xE3\xA1\x04`\xAC\xFE\xC3\t]\xF0\xBC\xE8H\x94\xF5(\n\xCF\xFF6\xDD\x16\xA7QC\x13\x8D1\x04\xC9\x16\xE2E\xF8\xD4\x12N\x01\xC9\x0Fb\xAF3\xF0\f\xBC\xE0/\xF9\x93P\xE4\b@\xC8#\nN\xFC\xE2,\xB0\x07\xD27\xF7#\xCD\xEC5\x16\xD8\xA6$;\xFF\xCE\x12V\xC0\xEC\x1AL\xB4\xF5+\x01\xCF'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('+\xCA\x00?\x10\xD9N\xEC\x05\xC9\x18A\xEF\x07\xBD\xE7=\x18\xCF\x02\xE3/\xD5\t\xF5\xA9>\x06\xD8!7\xE2\x15\xFE\xC7Q\x03\xB6\xF2\x16\xD1\x05i\xEC\xFCC\x1D\x042\xBF\x0E \xCC\x05,\xEE\x15\xC82Y\xD5\b\x94:\r\xA3^\xE6\xB2\xF8\x1B\xA35Z\xF9\xDA\xA2%M\xD5\xFA\x95&K\xACf\x12$\xC9*\xFA\xBC\xEB\xA2\xF8\b\xB2E\xED\x1C\xDF+>V\xE4\xBA1\x11\xC1\xD7\xAC\xE8\xF2\xDCE\xF5\xE6a\xA6\xD8B\x02\x8F\xEC\x1A$\xE4\xF5\xF3\xDE\x1F\xF01&\xCE\f\xE2"\xB4\r.\xFD\x1C\x100\xF3\n\xC5\xED\xFB\xBB\xE9I\xDC\x1Ak\x10B\xC7`\xD5\'\x9C5\x0B\xCC\xA4\r\xF6\x1E\x86\xDE$\x0B`\xCA\x19U\x9E\xFE7\xB9\x0F\xFC"\xE1\r\xF8\xB8\xFFl\x0FG\xBA\x16\x07\xC5\xFEg\xF2\xBF\x01\xE9\xCFn\xE1\xC8\xED\xB5_\xDC\x15A\x1E\x04\x9B5\xF0\t\xCE/\x01\xF1\x1A\xE7\x0F\xF5\xD8\xFB\xE9!\xFE\xD79\x02P\xF3,\xFA9\x01%\xD3\n\xDF\x17H\xF4\xC0Q(\xCDC-\xC5\xD8\x024\xD5U\x99;\xDD\x16,I\x13>\xF1\x03\xA9R\x06\xE5\x005\xD3\xF6\xE0[\x14\xFE\xB0\xE5 \xDD\xB8+\xFF<\xC0O\x15s\xBDF\xEE\xC5\x17\xE7\xCF\x94\x15\xE1\xB6\x11\xEE/\xC4\xEA)\xD2\x06\xB0\xE8\x13\xDD\xF0\xAB\x18\xCD\'\xFA\xE3\x12\xEB\x05\xAE\xD4\xF8\x8E\x1D\xC17\x17\xD7?\x1D\xBF\xA3\r,\xCB"\xD6\xC2U\xF7\x97I\fT\xA9\xCD\x1E\x02\xAD\xE2\x07-\x11a\xB3\xFBB\x07\xED\xC3K\xF7\xABg\x1D\x01\x9AX\xF0\x1B9\\\x02\tN3\xEC\xA5\r\xF4J\xBC#6U\xE5\b\xDC\'\xF6\f*\xCB\xF8%\xEAc\xB2\x07\xF3@\x0F\':\x15\xEE\xD3\xF9\xE3\t\xEC2\xF2&\xD2\x8C\xDF\x05%0\xD9\x1Cr2\xD6\x05@\xCE\xF9<\xDC\x0E/\xFD\xD6\xC3\x9C\x1F\xFB\xEA\\\x1CB\xC8\x1E\xD9\xFC\xEF\x0E\xC2\xFF_\xB5\xE7\xFE\x9C\xF0\x11G\xDA\xFC\x19J\xE5\xA6\x02\xEA\xDA\x05\xC61\x18$e\xDBE\xC8\x19\xF8B\xEB\xCE\xF4\f\xBF\xA9\xFE\x0E\xE7)\x14\xE3\t\xB2$\xC8\xE4\xA8\f\xF45\xE2\xCF\xBB\x05\xDF\xB5\x00/m\xA4\x19\xCC@.\x11\xD1M;\xDFj\xB4\x037\xC8\xEF3\xBE\xFB0\xCF\xB6t\xFCE\xBD\xF3\x99\x12\xB8\fY\x004\x1E\xAEJ\xE4S\xF0#\xCA\xF4\x93 \xBE\xF1L\x16\xF7q?!\xEC\x15f\'\x0F\xC28\xEF\x0B\xD0\xE7\x07)\xE0\xF3\xA1\xEC\x1F\x07\xC5\x19/\xD2\n\xE3\x92 \f\xDE\x15Q\x1C\f!\xA5\xE7\x07\xD7\x01.\xFC\xE8\xA4\xDD\xC1\x12\xFA:\x16\x02\xDD8\xB6DU\xDA\xFF,\xD4\xE9\x03\xB9\xD0\x05M\xB2\xD9\x04<\xFB\x18)\x8B\x14\xF8:\xB4\x01I\x16\xFA\xDB\xAC\xF5\x00\xE9"\xF4\x17W\x00\xD2d\xEC\x9D\xF6\xE1\xF1>\x13)O\xCB<\x1F\xD4,\xF1Q\b\xD7\xC8\x9B(\xD2\x11\x1B\xFC\xEB\f6a\xA2\x102\x1C\xDF*\xF9\xC7\xFE\xA4\xF1J\xD6\xE5`C\xDB\xC5["\xD5\xBDx%6\rU\xBD\xA8N\xC3:\xF7\xB3%\x079\xC2)\x03\xC9\xDC\xB1\x1C\xEE\xE1\xF6d\x16\x03\xB4\xE7!m\xED\n\xF8\\\xE2\x06\xD0\xB0\x19\xE4\xC2\xFBC\xF2\x97\xE8\x121G\x1C\xE5\x96\x0F\xF5\xBB\xFF\x1A\xF2\x10\xE9\n2\x04\xCA\xE4C\xD5\x14(\xFD\xD8\xE7+\x12\xC7\xDA\xFDJ\xD5W3\xFE\xF6\\\x0F\xA6\xBC\n\xC9&D2\xF4\xFF.\xB2H\xC3\xA1%;\xC7\xF6\x04\'\xDAV\xCB\x0Ba\xBE\xDD\t\xD0[\x1F1\xCA\x07#\xAB5\xCF\x9A\xF7\xE0\xB0\xF2\x1A\x88\xEF\xDF\x06?\x0E\xF0\xA1\x03E\x1B\xE7\x0F\xB7\x16\x90\x0B\xE8\xC2\x032@\xFE\xEB\x98\xE0\xCF\x19\xBE\xDF\x1D\xE8\x03/\xEFl\x0FG\x1E\xEE\b\xAE\x18\x00$>\xED\xF6)\xBA\x01\xEBT:\xE1\xECO\xFD\x1FAS\x11-\xFB\td1\xF8\xCC\xB4\x1Fx\xE01\xF2\xAA#\xF8\xEE\xE3!H+\xD1\x18\xDB$R\x13\xFB\x0B\xA7W\x11@\xCB\xF5\x15\xD9\xFA\xE1\x98\xD2\xB9;-\xE2\xF7\xD4\xB1\x15\x9E\xFF\x10\xDB\xB3\xF9\xD4\x12\xC0,\x05\xD8\x17\xC3\xEB<\xD1 \xC5\x8C\xEAI\x186\xD4\xFB\xBA[\xD0-\x07l\xCC7\xD8\x92\xFAh\xE5\xAE\xF4\xD6:J\x05\xF0\xD6\xFC\f9\xAE!\xBC\x01*Q\x13\xFD\xEA\xC46P\x06\x1Eo\xE1AC\x16(\x9Er\f\xF5\xB3\xE5(\xA5\x01\xDC\xB9P\xFF\x13&\xDD\x01\xC3\b\xEB\x17\f\x00\xDE<\xC0\x1B\x02\xF3\x14\b\xEE\xC6\x10/\xBD\x1E\xE6\xC75 \x8Ab\xE4\xD1U\x0B4\xE8\xF4\xDBb!\xA0\x0F\xF2\xE6\xC84\xF1\xD1\xC5\x06\xE6\x1C\x00\xDBF\xC8Y\t\xF4h\x0E*\xE6\xF2\xD3\f\\\xA6\xF3P(\x98\xC9N\xE9\xA3\x11\xFB\xB1S(\xB7:!\x04Z\xFF\xEE\xB2+\xF8\xDE\xBA(\x07\x1C\xED?\xC9\x19\xAA\r\xCD\x04I\x1A\xB7.\xD9\x03\xAD\f0\xF5M\xCE\xF03!\xFC\x138\xCE\x1C\xF9\x96\x18C5\xBE\xF9\xE6.\x10\xDAA\xF74\x1E\xF1\xD4B\xE0\xEA\xCA\xDDM\xF7\x9E\xE1\xCE\x17y\x0F\x01P\x16\xF3\xC5\xFE\x9F\xF7\xD8\x05&C\xBC\xF9\xDF\xD1\xFEU\x11\xF7"I\xDE\xAA\x0B\xBD=\xAF\xE8\x90\xD7\xED\xB7\xE0G\xC9\x04\xDA\xB0\x1E\x06=\xCB\xB5\xFE\x1C\xE3\xBB\x03(`\n"4\x0F\xFD\x1A\xD4\rD(\b\xD8\x95\xE4\xCDB\xE92\xDCK\x13\xB5y\xFD\xE50\xEF9\t\'\xEC\x91;\xC2\xE8\x12f!\xFB\xE0\x0F\x19+\x04L1$\x07\xEC/\xFCm\xEE\xE0\x16"\xEBj\xD2\x07\x14\xAD\xDC\xF8\xC2\x9D\x03s\xAA\xE8\xBF3\xEB\xAD\xFA@\xF10\x11\x05\xA6g\f"\xE3,\xF1\xC3\x1F\x88\x17e\xAE\xC3\x1E\xE1^\x17\xFE\x00\xD4\xEC-T\x01\xD1j\xF2\xC3\xFE\xAC\x15Y\xC0\x0F&\xCF\x9AE\x03\xF5\xA3&\xEF\xF1\f]\xF7\x00&?\x1A\xFD\xE5E\xD9\x140\xE7\xD3\x1C\xEB\x062\xFEF\xC6\t\xB6\xF3=\x1B\xF8v\xE7\xF4\x1B\x97\xC5\xE8\\\xA4\x1B\xF4\xB4K\xEA\xDD\x1B:\xD6\xB7*\x1DH\x0E1\xE0\x1B\xCD7\xCA\xFBH\xAE\x16\xD7\xE4\xFC\xCF\xDC\xA1\x14\xB6\xD5\xEDZ*\xC4\xF4 [\xAF\n\xC1t\xA7\xF2\x0F\xD9 8\xE6&\x06\x9C/\xFF\x0F\xB6Y\x028\xD6\'\xFD\xC27\x0B*\xC9U\t(\xE6O\xC7\xF2\x05\xD0\xBA\x00\xA2(\x058\xDBc\x01\xF35\xB8\x12E\x1E\xEC8T\x04\x10\xDE\xB3\b=\xCF\xFF\xEF&\xF9\x16\xE1*\xD0c\xF8\xA9U\xCD\x12\xD8\xEE\xC7"G\xDE\xF0\x15\xB8\t\xEDC\xE4\xD7\x11\x03\xBB\xEF\xA9\xF9\x18\xFF\x93\xE3&\xED9h\xF2\xE6\n\xBA\xED!\xCD\x06S\xA9\x02)\xBF\t\xE4\xF3\x9B4\x16\xF9\xE8\xA2\x11\xDF9H\xC9\x02<\xB3\xE9\x14\x04\xDD\xFE\xBD`@\xE3\xA5\b\xCE*?\xF7P\xCC\x14$\x8D\xF8<\x1F\xD1v\xDE\f2>c\x15\t\xC5\xD9\x0E\xB3\xF5\x18-\x9BA\xE8\'\xC8\xF4e\xD4\xFB-\xC6M\xD0\x00b.\x1CT\xB7\xD7\b\x9A\xF5\x1D\x0B\xC0.\xEFG\x1A*\xF6\x0B\x194\xFA\xE9\x10\xA0\xE2\x1F\xAE\x02\xF1d\x8C\xE1-\x00\x13@\xB5\xEA\xD5\xF6\xAFK\xFB\x19B$Z\xD4\xE2\f\xFC\xDC\x1A\xEE\r\xE1\x17\xAF@\x1D\x0B#\xEF\xBA\xE1\xC8\x04\xF33!\xE6^\xDA\xFCR"\xC9\x986\xE9\xAD\x01\xD5\xBB]\x1F\xC2\xFEo\x0E\xDB/F\xFD\x19\xECI\xC3\xF4#\xCD\x07\x1E\xC1\xDE#\xE7\x9C\xF6\xD2\xAC\x04I\xC3\x13n\xBB:/\x92I\x03\xEA\xDB\xF7\xAAF\xD7\'\r\xFBK\x15\xC0\xEE\x11C\xA3\xE4\xD5\t\xFB\x0E\xE0\xCES(\xF3\x04E\xD83\x06\xF3\xBB\xE9\xD2\xC6\r\xD9\xB0\n\xE6\x96N-\xFA\x13\x040\xCC\\\x073\x1E\xEA5$\xF6\xA6\b\xFF\xD7\xF8!\xCB\x13\xBBh\xE5\x05\x14<\x8A\xEA\xD2\xAC\x00)\xCE1\x03\x19;\xF4o\xB9#E\x13\xEB\x91\xE0\x17\xB1\xED\xD0\'=\x12!\x047W\x1D\xFA5\x02\xDB\xF0_\xA2;\xEE\x0F\xFF\xBE\xE2\xFB\xCC\xB5\xF0\xD9C\xCE\x1E\xE6\xB7]\xF1(\xFE7\x1B\xC4\xFA\xF2\x7F\x1D-\xE3X\x0B\xB5\xF3\xC4\xEC\xAE)\xDB\x17\xF1\xFD\xC1:\f\xCB.\xF9\x11M\x9A\xFBb\xA8\xE4\xB8\xF1+\xD4c\x19\xBA\x0E\xC8\xE5H\xB4\xDA)L\x18O\x0B\x17[\x02)\xEBS<\x0F\x053\xE3\xD3\x9D\x0E+\xD0\xB5\xDC\b\xC6D\xF7\x1B\xDFc$\x12N\xFE\xCD>\xA2\b\xD7\x1Ci\xFE!X\xE5\xC6\x1B\xDD\t\xF5M\x15\xFF\xC9\xA5\x10\xE3D(\xFF\x1B\xD3\xF9 \xF2\xA6\xEB\xDD-\x90\xE4\x0F\xC0\x18\x9F\xFC\xC5\xDA\xA7\nW\xF4@\xEBO 9\x10\x01\xF0\xD6\x958\xFC\xD2\b\xE2\xBD\x04\xE7/Q\xF7\xE4\xB5\xF0\xDB\xA5\b:\x01\xEF\xBE0\xD7&\xEA\x07@\xF7\xED\xCF\xA9\xF56\b\x14p\xC6\f=\xBB\xF2>\xD3\xF94\xDF\xF3,\x15\xECH\x1B\xC8\x02\xDB\xAC\x07\xFE\xE4\xA4\xBC4"\x05\x0F\xE9@\x872\x1Aa\x0F\xB2 \xCA+\x064\xC2B\xF5\xD4,\x1FF\xCD\x0E\x979\xDF \xC0/\n\x1E[\xE0\xC2\x89/\xDF\x03\xD0&\x07\xFE\x1De\xB3\n\xCD\x03w$\xBC\xFA/\xE6#\x17\xC1a\xEF)P\x16\xCCU\xB6\xC3\x1E\xF7\xD8\xF0%\xF9\xDD\xEE\x14\x9DL\x10\x01%\x15\xB8\xE8\xAA\x13\xE2\xF9X\x1A\xB4|\xFDN\xD7\x01\xB7\xF0J\xEA\xFDC\xF5\x1E\xE9T\xA7\xC8\xEE%M>\xAD\xE4\xD18\xF0\x12\xB5H\xF6.\xD3\x14\xF8\xDA\xE9\xFD\xE1\xF3-t\x01G\x96\xC6\xD3X\x02A\xFB\xD6\xEB\xCE\xE0u\rK\xFD4\x05\xEC\xC5\x02\xD9\xEF\x13\x9B\xE8=\x15+\x0E#\xD6\x16\xAF8\x14\xD51\x11\x03\xE6\xD7\xF8 \r\xFF\xDE\x91\bg\xCC\r\xE0\x99D\xC8\f\xAF\'>\x18\x0B\xCE\xE4\x15\x07<\r2\xBD\xE2&\xAFV\x1D\xF9\x90\xF0\xCA\xD9]\xB9#J\xF5\r*\xCD\x06"\xC5\xDC\xFB\xCD\x95\x07T\xBF\xE7\xB6\xF8\xE0G\xBC\x1A\x87\x13\xF0\xB7R\x18?)\xD7\xFC\xED;\x05\x1F\xFF6i\x06\xA0\xD8\xFB\xAD\xED\xBC+\xFD\xE7\xA7\x1A\x07\xEF8\n\xBC/=\x07(\xF7\x19\xA0\n\xD23\xAAF\xE28\xF8_\xAC\x045e\xE2\xF1-\x0F"j\t\xF2*\xFD9c\xC92\x04\xF5\xC6\xE8\x01\xAA\x1B\xBEZ\xF2\xE5\xBA\x1B\xEC\xC6M"6Z\x1C\xDEM\xF2"\xCEm\xC4\x15\xF4\xDA\xFF\xE6 \xC1\xE0?\xF1,\xE6\x1D\xC1\xFB\x18\xB5\xEF\x0BD\xEA\x18\xF5\xC7\x1D\xFC\xD3\x01\xCC\x9F<\xDB\xD0\x06\xEA\xE1\'\xD5\x94!\x0FK5%\x11\xDA\xA7-\xD0\xF6\x12\x02\xE1\xF2\x0F\x03\xCA\xF7\xB2\xD6\x11F\xFE\xDD-\xA3D\xCB\x16\xADe\x02\x11\xCC\xFE\xDCi\x04\xEAS\xD5.\x1E\xE0\xD1&\xB1?\x0B\xA4J6\xEE\x1C\x0F\xB1L$\xBF\x0E\xFBE\xED^\xDE\xB7\xF3\xE4\xC8\xFAO\n>\xD9W2\xBEE\xD3\x9B&\n_0\x04\x83\xF7\xE8\r^\x05\xEEN\x0E\xD5\xEA/Q\xB1\x159\x8E\x11%\xC4\xFF\x9F\x12\xBD\xFAO\x01\xDD4\xEE\xD8\xBEY\xE7\xF9\x17\xF2\xA5W\x19\xB3\x07\x15\xF9\xCF\nz\x03)\x17\xE8"\x8D\xFC(\xAF\x17\xE6\xFE;\xE9\x18\xC0\xE49%\xB4\x1C\xD2\'\xF8\xB76\xFC\x9C\x1D\xBF\xF8\b\xEF\xCA\xF6\xDD\bJ\xF4r3\t\xD6\xE8\x13\xBA$\x14\xFD&\x05\xC63\xDE\x007\xCC\xE5;\xC3.\x1F?\x9B\xD4\xEF\xB2\xC2\x00\x10\xCB\xE9\t\xF7.R\xDA\xAB\xF0\xFC\xCB\x16\xD8R\x00\xC1\xE3\x19\xDC)\xF3\x0BC\xE6$\xD6F-[\xB17\xE6\xCC\x03\xEC \x99,b\xCE\x06Q\xA8\xE1A\xD3p\t\x1F\xD8\xF6)\x01\xDA\xA7\xFF\xEB\x192L\x07B\xE0`\xF3J\xDC\x1F\xC7\xB8\x10#F,h\x06\xF3=\xEC2\x93B\b\xC4T\xCF\xDF\x02a\xA8\x19\xE3\x00\x1C\r*\xAA\x19\xDE>\xC6\xF1\x1A\xF7\xDF\xF4\x0B/\xEF\x92\x12\xB6\xEBP\x9E\x11e\xF2G\x0E\xE2\xC4\xFC\xDC\xF6+\xD1\x1C\xAB\x14;\xFF{\x06\xF4\xD1\x03\xDD\xB8\x0F\xA8\xC8\x0B\xFA\x12u\xE8\x00\xAB\x1A\x116\xC7\xEC\x0E\xBC\xD0\xF9\xEF\xD7A\xFC\xB7W\x10\xFD7\xA6H\xCE\xB8\x1A\x02"\xF6-\xFD\xC5\n"\xE9\xBB\xD1%_\xB4\x13#\xA1\x0E\xEC7\x04\xC0\xD4\x9F\xEC\xE0\x1B5\x8B\xF8 \xE7*J\xD9"\xB2\xF2\xD5$>\xEF\xB8\xFB,\xF5\x06(=\x9EV\xC0\x14%\xF6\xD2\x05\xE3\xC0\n!9f\xDC\xC3V\xE5\xCF\x19G\xE1\xB16\x1B\b\xF57\x03P\xE8\xC9l\xB9\xFA#\xE50\n)C\xC1R\r\xEDX\xD4\xFF\x17\xE2V\x03\xCA0\x0E\xF8^\xD8 \x98D\xDBo\xE8\x1F\x05\xE2I\b\xE71\xAE\'C\xEC\xD1\xFF\xE9\x10\xFAD\xAA\x0E=\xEF\x04\xD6\xFBT\xDF\x93\xCB\xEE\xD6\t4\x18\x01\xD9L\xF1W\xF7\x12\xAE\xFD\xE5\xCA\x18>\xBF4\x9E\xF6\xBD:\x1C\xE0\xA0\xC1\xE4\tL\xD1\x13\xB3\xFD\xC7\x110\xF3\xCD\x8Dk\xEF\x1DR\xDB\x14\x00\x1D\xA0+\xD5\x053\xDD\xBC%k\x12.\xC4\x00\x16, D\xAC\xF2\xE1@\x97\x0F\xC6\xB3\x1D\xCD\xD9$\b.\xAC\xFA\x06\xF0%\n\xEB\x13\xFCN\x069\x17.\xEA\x00\x1D\xE24\xF0\xA9\xDA\x018!\xBF\x12\xFA\xCB\x9E\xF40\xC7\xF3O\xB5\xED\x1C\xF5\x00\x8B\xCD\xF6\xAA\xED@\r\xE5\xFA\xBC\x10\xFF\'\xCF-\x06\x19\xDF<\x02\xEBH\xF3b\xD7\xE1\x11\xC9j?\xD0\xA8\xD9(\xEE\xCF\xFD\xAF\xC4\xF2\x0BQ$\x07]\x19\xB6\xF9\f\xD6\xE0\x02:\f^\xBA\xE35\n\x14\'\xC7X\f\xE96\x1D\xDB&O\xD4\xA6i\xDC\x1CX\xC2\xF7\xE7_\xED\xFC*k\x9A\x16\xBA\x00(\x1EL\xB1\xDD\x01\x1FY\xF4\xB9\x10f$\xDEV<\xA1\xCE\xBC\xF7\xD1F\'\xE6Z?\x1A\xB2\xEB%\xE4\x18Z\x01\xCF\xDE\xFB\x96:\xD7\x14L\x04\xB8\t\xF4\xC0:\x05\xF13\xEA\x0B\xAF\x14D\xA4\xD3\xBF\x07\xE33\xD2\r\xA1\xE9\xF71\x16\xE7\xC2/\tB\xE4\x92\xF6\x05\x12\'\xFA\x18\xEA=\xDF\x0B\xED\xC7\xA5\xF1+K\xC4\x06\xD3\xFB!\xA5A\xEAp\x07\xE4+\xBF\xFC\xE2\\\x17\xE9\xFF#\x13\xCC\x9D\xD5L\x1E\xDA\x00#9\xF3\x10!\xF9\xEEE\xC59\x04\xD3\r\x89\xFD\xED\x18\x02\xC7\x1EF\xD2\xB8\xE6\xD9\x03-\x11\x91\xFD1\x16\x07\xFF\xD0\xF7\x126\xABC\xF8\xC1\x190\xB9\x1F\xF3G\xAB\xF0\xD13\x9A\xCA0\xDER\xF9+\x06\xFD7\xB9\xCB\n\xE5P\xB1\xC9W\xDE\x1A\xFDZ\xB8\xF1P+=\xDE\xB0\xD45\xEA\x0B1\xF0q8\xB0T\xC3\x1Ek\xB3\xDBO \xE3\x98m\xDD\x1E\xF1\xD8\x0E\xF1\xFF\xD5\x12\xCC\x04\x1B$\x10A\xF8\x1F\r\xAE\xE6\xBA?\x17\xE3\xEEq\xF60\x17\xFE\xD8>\x03\xA7,\x13\xCE"\xE3\x1B\xF8\xCBn%L\xF9\x14\xAB\xFF\xC6\x1A\r\xF3\xFE\xD6\xEF\x06\xF6\xCD6\xBC\f.\xED\xFF\n\xC9d+\xE4K\xAD5\xF9\xDFd\xC6\xE8\x00\xD9q\xF0D\x02\x1D\xF4\xC5\xA8\'\x0F\xDE\x8F\xC3\xEF)\x1B\x0B\xBD\xF4\xE6\b\x955\xDA\xBC\b\xF2\x0E\xE2\xBF]\xDA!I\x9D\xE1\xCC#K\xE2*B\xE8\x10\xFBY\xD6\x1B\xBE)R\x02\x86\xCA#\bV\xEB\x9F;\x0B\xB6*\xA8\x07\xC1\xD1\x11a\xDA\x0BP\xD0\x01H\x1F\x06b\x8E\xE1\xEC3h\xD7A\xFB_\x02\x14\xAB \xFE\x9F-\x06\xF5\xE7)\xF9\x051\x15\xA5\f\xBF\x19\xA0%\xF0\xAF\x04H\xE5\xA3\xFA\xEB>\x14\xF7\xDC\xBE\x17(\xFD\xD4\xF2O\x16\xE27\xFA&\x80\xEA3\xF9\x1A\xB6\xE98\xD4\xF8\x13J\xCB\x00 \xB2\x10\xEE\xC4)\xE8I\xD08\xEC\x19\xCC@\xB4\x10\xD5[\xBB\xEB;\xFA\xD3\\\x01\xDE=\xC9\x15\xF57\xD2\x10'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('B\x14\xC4-\xE6\tR\x1D\xCD\x14\xECH\xBD\xDB?\r\x8F\xF2R\xB9&\xD0P\x06\xAF<\xDB\x1C/\xE2\xFD\xB0\x14\xDDK\xCC\x1F\xE8\x012\xDEi\xC7\xFFM\xB0\b9\xDF\x16/\xEA\xF75\x85\x05\xF1\x131\xB2U\xD6\xF1$\xEA\xA5\xF6L\xFE\xAA\xDA\xF22\x87\n,\xF7\x19\xFD\xE8*\xD5\x16\t\xEA\xFC\x19\xF1\xC9\x0F\xF9\xA5\xC5\nH6!\x05\xF9\xA3\x0F^\xC2\xAE\xF2\x0E\xEA\x19\xDB\'\xEF\xC1\x02\xFA\xAE\xD0\tX\xD7"C\xC2\xE1\x06\xFC\x17A\xBE\xCD\x05%\xD2\x1A9\xC0\x04\xFBm\xE1\x01"\xA9\xCCg\x1E\xC3\x01E\xDC\x9F5\xE3(V\xEA\x04m\xEF\xD6\xF3\xC1\xE5*=\xF0\xD9E\x07\x1D,\x9F6\xF9\ra\xD4F!r\xC4\x1D\x11\xBC\xE7\xF9a\xCF\xED"\x9E\xE6\t\x102g\xE0\xEE\x12Z\xE7%\x94\xD5\xC3W\xF1:\x05\xDF4\xF8\xB0/\x11i\xBC\x00\xD2\x177\xB8\'\x10\x9A[\xD1\x17\xB8\xFF&\x16\xF9\xCFS\x02\xB7\xCC\xE2\x15\x90\xF3\x0E\xDA?\xFE\xDF*\x01\x95\x19,\r7\xC8n\xF8\xF1\xB9\xFB\x9A\f\xB5 \xCA@\x105\x16\xE4\x0B\xB8\x12\xA3\xF0Y\xE6!\xC6\xF6\nD\x98"\xE0\xCD\xFC\x1B\x01A\xEC0\n\xE0\xC8\x84;\xE4\xD7\xEEG\x1F=\xFF.\x8F\xE6)\xEE\xA5\xF4P:\t\xDC\xAEL\xF6\xD7\x12,H\x1D\xD96\x01E\xF7\xDC\x07\xEE\xF6K\xCE/\xFB\xD6?\x1A\xCE\r\x03\xD5\xED\x1C\xDB\xFB\xF2\x0EJ\xE73\xDC\xF8\x06\xACg\xF6N\xEB\f\xBC%\x13\b\xF5\xC4\xEBS\x07\x1A\xBA\x033\x18\xC9\xD3\xF0\x1F\xFE\xE8\xBA\x03\xE2\xAC\xE3\x03\xC7#\xE8\xCF,\xAA\x1A\xBD\xFF\xAF\x1F\xEBS%\xE3\xFF\xBD)N:\xABT.\xB6?\x07\xA8`\xC5\xB4$\xCB\x1E\xD6\x114\x01\x1Bp\xFC\xA6Z\xDC\xAE#\xD0\xFAE\xC8]\f\xE7\xB3\x11k\xC0D\x14(T\x1D@\xAB\x17^\xF4N\x13\xFDh\xE5D&\xDB\x04\x9B\xF3\xC5\tq\xF5\x8D\xDE\xFC\b\xE5\x12\xC9\xEC*\xD7\xF5\x15\x0BR\xE4E\xF1\xC0\x93(\xDD\xF3\xCA+\xE63\x17\x047\xD9\x12\xE2\xF6\xD5I&\x04\xF8/\xDF\xCD\x9B\x0B\xEC\xD2@\xEC\x0B\xBB\xA5\xE0\t\xC42\xD4\fZ9\x10\x1CB\xAC\x155\xEB\x19\xC1%\xD0\x01p\x18\xBF\x1F\x04-\xEE8\xA1\xFB\x19\x04\xE7\xD1F\xB2\x05>\xD3\r\xF7\xBEj\xF0\xB0-!\x9A\xFD7\xD9\xA4\xEB\b\xFC9\xF3\xC1\x00\'\xCE\xFA*\xD6= \xF1\x99\xFA\xEA\xC9\xB8\xE0\x00\xD1\xE9\xD9\x06H\x0F\xF2A\x9F\xF62\xE2\xFCG\x8C\xDE\xD1\x00\x0E\xDA,=_\xF8\x16\x0E\xEB\x1D\x99\xFFL\xE1\xA2\x1B\xFE>\t\xC3\xEF\x15\xBB?#W\x1C\xD7h1\x16\x00\xDE\x114\x04\xEB\x16O\x02#\x13.\xF0\xF8_\'1\xFB\xB7\xCA*\xD5Y\x1C\n\xB1\xD3\x0F\xE9[\xF9\xBE\x17v\xB7\xC9\n\xAA"\xC25\xDF^\xF2\xC7!\xEC)\x0F\xCD\xE8d\xDD\x1DQ\xE4\x0E\xF2\xC5\xB2\xE7\x0F\xA6\xDE\xB7J\x92r\xC2\xF8\xB5\xCE\xDBc\xAB\x07J\x16\xA4\xC1\rM \xE4\x02\xAD\xEA\xDD:\xF0\'>\x96\t3#C\xE8\xF4\x1F\xE0\xED\xFE\xD5P\x02\xBA\x130A\xD4\x05W\xF4\xB8\x021\xF7\xCB\x07\xFE\xD3\x17+\x04\xF7$I\x17\xE9\xF2\x1C\xE3E(\r:\xE4\xC2\x1E\xD0\xDA8\x05\xEE\xF5\x91h6\xF8\x15\xFF\xBC`\x03\xC6\xF3\x1B\xCB\xE3\xAC\x071\x01K\x13/\xF3\xA0 \xFA\xDB\b\xB1\xFC\xC25\xDA$\f\xA4D\xB1\'q\x8AB\xE1P\xBD\xCE\xEF6\x03$\xCB\x0B\xFF\xA0\xED\x19\xF5\xFFC\xE8\xFC#\xE2\xCD\x19\xDC\x11\x07\xC5N.\xCE\x11\xE0"M\xDA\xFF\x12\xF0\xD6U\x99\xCF\xBB<\xE5\x0B+\xCE\xEAw\x18\xE4\x11\x97B\x19\xE5\xD3\x11\xEC\xDC4\xFA\xEF\f7\xFD\x1B\b\xC4\xD6W\xB0\xDC/Z\xD4\x05\xB6)\x0E\x93y\x12\xB1U>/\xD2\xED$\xE2\x9B\x1E\xFA\xEC\xA9\x07\xB99b&\xC3\x16\xF7(\xDB\x04\\\xB4\x15J8\xA2\xF1 O\xF7\xEE\xC7\xFC+^\x01\x1C\xBB\x13\xCA\xD7\x8D\xE9d\xB1\xF7\x0F>\xFC\x14\xF4\x1F\xC7G3\xDD\xF0\xC80\xF4\n\xBE\x00\xF9\xA9\xBB?\xF3\f\xD86U\x14-\xF7\xEA\xA0\f\xFD@\xE4\r\x1D\xFB\xC7\xEE\xD9\xF5\xC1\x01)\xCA\xDC.\bT\xB6:\xF3\xC5\n\xE7M\x1F\x00\'\x11\xDC,-\xE5\xA2\xED5\xB8\xE2\x10\xFB\xA7Q\x18\x01@\xD5\xEC*\xE5"\x0BK\x18\x04u\xB3\x00\xC0\xD3\xE4B\x1A\xD1\xDF4\xB2\xECm\xA8F\x184\x07%\x0F\xE1D\x0B\xB3\x00\xD2\x15\xE0\x1D\x9C\xD8=\xF6\xA80Z\xF1\xC3A\xF5\xB9\x06\x18P\xD1\x03n\xEA"\xD7\t\xE6\xB9\x1D\xA8J\x14\xCAe\xDE\xFD\xD5\xC8)\xE6=\xF0$\x0E\xC7\x03Q\xF2\x1E\x02\xCA/\xF4\xD4\xE7\x92\xFDd\xAD\xD4\xF86\xEB\\\xA4\'\x05\xE9\x0EQ#\xD0\x05\xE1\xB9\t\x19\xD1\x04d \xDE\xC3%\n\x8B?\xC0\xF5_\xCE(\xFB\xE0\x06\xF7\x9A\x1B\xF18\xEB\xA2\x12\xF9\x1B\b\x98d\xFC\xAE*\xBFF\xD8\x15\x07\xBE\x0F+>\xCD\x1E\xE9S\x19\xBE\x1E\x10\xF5F\xBC\xF91\xFE\xB5\x17H\xFB\xEC8\xA1\xE5L\xD4\xF1\xFEE\xF6\xDA\x1B\xFD.\x15\x039\xED\x0F1]\xDA<\xC0\x10\xB4 2Z\xDF\xCCK\xDA\xF43\xE1\x13\t\xF8\x89Z\xE1!Q\x00\xDD\xB8\xF3\x13\x06\x9C\xFD\xD9\xE5\xC67\xD6|\xCB\xE2\xEF.\xDB\xC8\x12f\xFF"\xB7\f\x9E.\x0F\xB0:\xE4\xC9\xEF\xB1\xDE\x96H\xC5\xB3 \xCE\x02,\xE7S\xFF\xF4\xC1\x05\xAD.\x16\xBB \xED]\xCC\xE7&:\xEE\xFA\xAB\xEB\f&G\xC40\xEF@f$\x01\xEC\x18!\xAA\x13V\x0B\x98(\x1E\xD5\xF63\x10;\xE8\\\xCE\xED+\x12VF\r%\x1B\xF4\x00\xE8\f\xEE\xFAE\b\xCF\xD8\rG(\xEE\xFE\xE7>\x06\xD5\xA46\x0E\xFF\xB7\xD12\xC6\x1Aa\xF9\x02\xE4\xD7(\xCB\x07\xB1/\x91\t\xF3\x03;\xC2\xF8\xE9<\x03\xAC\xE0\xCA\xEE\xC6\x03\x18\xBB\xFB\x06\xA5\xD5\x00\xE8\xCCk\xD9\x14S7\xA1\x15\xE1\xAB%\x17\x90\xE3\x1D\xD3l\x0F\xC8\xFAI\x1A\xF5\xDBK\x18\x06\x10C\xD9\x95\xD07\xB0O\x0E\xF6\xE0\x14\xF9W\xDDD\xE6\xD2&\xFF]\xBA\xF2B\x0BP+!\xE1J%\xDDd\xF3\x1E\xB74\xFB\x07\xA9-\xD2\xBD\'x\xC7\xF5[\xED@\xF9\n\xB95\x9D\xDF)\xB2\x01$\xBF\xF1\xA1u\xE0\xF6+\xF0\x17\n\x1E\xEB\xA2\x19\xBDL\xD3\x10\xC8\xB92\r\xA6\xD9\x19\xE3\x11\xC3\x1B\xFA\x87\xF9\xAA\xF1\xD2\x14?\xC3\x0B)\xDF@\xC2#\xF8\xE4\x05\xFD\xDA\x1E4\x03\xBE-\xCAN\xF3\x02\x15T\xEF\f\xE5b\xCA/\xE9\xFC#\xB2\x04S\xBF\xDF\xFAk\x008"\xF0<\xE9(\xFDc\xF5 K\x07\xCE,l\xEA\xD9\x05Z\x107\xFE\x940\xEA\xF8R\x9D\xF1\x0F\xEBE\x19N\xF1\x0B\xB5\x10\xE4\xFD\x14\xDD\xAA%\xEA\xD8\x1E\xBDC\xD3\x14\b<\x1B\xD4\xC2@\x13\xE6;$\xC9/\xD4\xE5\xC6\xFE\xA9\x05\x1D\xA0\x15\xDE\xEC\xB48\xF7\x9E\xFE4\xB6!\xD8*\xC8\n\xE2\x02\xCD\x1B\xD7\x03\x17b\xB3\xDC\xC9\x839\xD0\xEBD\x9F\xD49\x06\x1B\\\xCD\xFC:\xF5,\x8E\xF9\xDD\xAE\x01O\f\xED\xCE\xFE\xA5\x06\xF2\xB5\x12\bZ,\r\xD8\xEEI\xCF\x02.\xC7\x14\xEF$\xD2\x0E\xF4K\x05\xB5\xECs E\xAD\x10:\xE6\xC63\n\x01/\x11!Y\xF9(\x1Af\xF1\xE8\xC2?\x10\xA5\t\xC7\x01\xEA\x1FY\xF3*\xE4\x9B2\x1D\xD9Y\x0FB\xDCJ\x86\xF7\xDF\xB7p6\xF9\xBF\x0BX\xE5D\x05S\xE0<\xC8\xE6\xE5C\x19\xF6\xBE+\xF0_\xB9#\xF5\xD2\x1E\xFB\xEF\x95\xE5\xC1\x02\xDD\xC9\n\xB5+\x00\xF6\xE32y\xDD\x16H6\xBB\x0F\xC6\x17\xFA_\xF5*\xBC\xE9\xF9\x1D\'\xED\x18@!\xC9\x13\xE2&\x1B\x8F\xFD\xDA\xAF\xBE\x1C\x15\xA6\t"\xFC\x9F\xDB\x06\xD1\xFB\xDD\t\xFFO\xA7\xE2T@\xD8\x07+\x16\xABO\xF7 H\x97\xD5\x17\xB8\xF0"\xAD\xCE\x06\xD8\xEE:\x05\xDC\xB1\t\xC8\x154\x94\xCC\xFD\xBF\xD1\x03\xE6\xF3\x00\xACA\xD3\xF15"\f\xE9\x00\xF9^&\xD1\x104V\x15\xE8L1\x8E\xED8\x14\xBC&\xCB\rl\xF4=\xEC3\xFF\xCF\xDE\x0BX(\x04\xE7M\r\xFB\xE4\'\xA4n\xD0C%\xEBL\x02\xE0\x7F\f9O\x111\x80S,\b\xEB_\x10\xF8\xC5r+B\xD8\xEE\xBCO\xBB\xEF\xC9\'\xA8\x0E\x1C\xCB)\xD8\x06\xF7\xEA\x19\xAF\xFC\xBA\xD2\x0E\xE3\xBF\x148\xEB\x1D\xF8\xD0/\xC1\xF53V\x1A\x00\xF8\x1E\xBE\xE2\xFD\xA7\x1C\xD5\xF1\x05\xE3\xAF\xD9\xFB\x0B\xC3\xD7\x1A\xB8\xDF\x04\xA7\x17\xD2\xF3\x9A\xCB3\x03\xF8\xE2\x0B\x00<\xF5\xC0\x03\xE4I\x0F\xC4c;\x020\xDEJ\x1D\x9B&\x07o\xF3\xB3\xC5A\xA2\xFE\x14\xDA\x9A\xC8\x10\xB6\xE8/\n\x126\xF4A$\xC2-\x19\xEA"c\xEF\x1EH\xF6;\xCC/O\xE49\x07\x11 L\xE1.\x1Ck\xB2\xDE!\xD4e\xF1\xFA\xAB!\xE0\x9D\xD4\xF2\x13\xE8\x01Y\xFA\xD8\xA7*\x03\x12\xE2\tg9\x1E\xEF\bC\xDE\xF2L\x8D\xD7c\xCD\xB5\x0F\xFC\xA4X\xF5\xBA7\xCD\xE1\xFD\x93\x15\x00$\xBE\xED\xFE\xB6\xDE\xFB\xAA\r\xD7\x8B\x05\xEAG\xFD\x173\xB6A\x18\xFF\xEF\f#C\xC1*\xCC9\xEF\x19C\xE7\xCER!\xED\xD5\xB0\xE6[)\xD37\x15\xCA\x03\xEE\x1A\x06\xE6S\xDC>\xCA\x00\x13\x05\xA9*\x0En\xE5\xF1\f\xD9\x1BG&e\x17\xF0*\x16\xF45\xCE(\f\x9E\xE8\x07\xDD\xD1Y2\xC9O\x07\xA6\xF7\t\xB5\xE0\xC3\r\xFD5\xF6\xBA+\xFB\x0F\x04\xBD\xF9\xFF\xA8"]\xFA*\xC30\xF8\x16\xED\b(\xD5J\xE7\x17@\xBF\xD34\xB0Y\xF9\x9E\n\xCA\xE9\xBF;\xD0\xBAM\x0F\xC1\xDB\xF0Q\xCA$\x14+\xE9\xB8\xF9\xE3\x1B\xDAj\x1F\x11-U#\xD6\x92\x18\xDDI\xC8=%\xE0I\xEC\r\xBA\xDB\xE7\xAFF\xDA\x9D8\xBD\x1F\xE2\x990\xF2\xDA\xF8\b\xEC\x1F\xC6?)\xD4\xF41\x03\xDAP\xF8\xFF\xE1\x1Fa\xFA\xAF;\x00\xF6\xC0\x97\x03@\x12\xAD\x00\xEE<\xE6\xD3\xF5\xAB\x04\xF1e\x0B\x01\x91\xF3\x17\xD1\xA1\x1C\xC63\x05;\x1E\x13\xFF\f"\xD0\x02h\xFA\x10\xC3`\xB4%S\x02\xDD\x12\xFE\xE7\x16^\xB0\x10!\x96\n0\xED\xA4\x04\x19-\x11\xDFj5\x0B\xF1\x1F\xD7`0\xC2\x05\x89\xFEG\xCA\xE3>\xBF\xEA 3\xE5X\n\xF0z\x13\xE4\xF5U\xCD\xF0o\xE2\xEBM\xF3\xAE\x1A<\n\xFF\x1C\xCF\x9F0\xF5K\xA7\x06\xC0\xE1B\xEC\xFB5\xE3\t\xD0:\xF3\xE5\xD3\xB9\x1E\xEC\xD5D\xE1\xCC)\xF5\f\xD0#V\x172\b\x1D\x13+\xCCQ\xD7\x05\xB6-\xDB\x01\'\xD4\x99\xFC\t\xBF\xA63\xC6\x11+\xD8\xE8\xCB\xEF\xDF6\xE9\x0E\xBA\x1A\xCC\xEE<.\x1E\xFF\xCFV\xC6\x17\xB1[%\xC7C\nL\x04\xA5\xFB\x19[\xFD\xA1\x16\xE96\xB2\xF2\xDD\xEB\xB8\xF8\xDA\xFF\xAD\xF7\x14\xC4\xFCC\xA9\xF79\xB7\x19-\xD8?&\x04\xFAB\xB9\x07X.\xA5N\x14\xFBA\xE3j(\xD7\x0E\xF7\x92\xDC\x13\xB6\xF3%\x18\xDC\xFD\x12\x98\xF8\xE9\xC9)\x0E\xB4\xC4\x06<\xBC\xDEH\xFA\x13\xC4)v\xA0J6\xED\t;%\xEC\x1D\x11\xCCN\xEE\rI\xEA\x15\xF4\xD3\x1C\x8B\xE0"\xF8\x01\xBF&\xD4\x04\xC5\xF0\t\xFD\xB1Q\xC8\x04t,\b@\xD8\xF6\xE8\xBA2s\xDA 7U\xF2\xE51#\xEDP\x00\x1E\x07\xD3>\r\x01\xD2"\x0F\xE0_\x9E\xD0\xDF\\\xBE\xE7\x05 \xC5\xDF\x02\xAFQ\xE5\x0Bb\xF1\x15\xD1F\x0E\xF4\xB1U$\x884\xDF\x17!\xE68\xEF\x1A\xE4\xA3\x02N!\r\x02\xED\x16\xAD\xFD\xD2\x13G\xDC\xF8\xD4\x10\xC8\x9B\xE5\\\xAA\xF0\x1B\xE8\xC5\xF4\xB9\x1A\x02/\xF4\n\xFE4\xD6h\xA3\xF7#\xCC7\xBC\xFF.\xC8;\x96\xE2\x1B\xEB8\xDB\x18\xF7\xCFC\xBE\xF4\n\xAC\xD4\xBF\xF9L0\xCB\xA1=\xD5\xC3,\b\xE2\xBC\x02\x90\t\x1C\xADf.\xF7#1\xFD\xDFQ;\x07-\xD6F\xE6\xB3>\x18\x97(\xF2\x13\xFE1Z\x0F\xEF\x1F\xDB\x12\xEB\xFC\'\x06{\xC8\xFE\x0B\xE7^\x11\x00\xECb)G\xFE#\x0E\xEB\xCE\x06&\xE2\xFBF\xF1]$=\x19a\xCC8\xE7\x04\xEF\xDA\f\xBE\x17\xCB\xB5\xFA\x86e\xFF#\xF9\x12\xD9\xC9K\xE1\xB3@\xE5\xBD\xD5\x04\x8F\xF8>\xADT\xC0\xDA\xF2/\x95!D\xC0\xAE.\x07\xA3\xD9\xCB\x13\xE15`\xB2\x16b\xF3\x13\xB1\x1C\xCD\xA0\xF7\xD8\xE8\xF0\xFC\xB8\'\x14G\xA6<\xEB\x024\x10\'\xDC\x15\xCD\xEE\xC2\x05t\xEB\xF7\x0F\x1D\xCF\b\x19E\xDE+o\b\xD2\x02\x1AG\xB5\x10\xD2\xE1\x03\xF2\xD7%\xE3;\x19\xF7\x04\x9A\xC6\xF3\xDC\x00\xD9\xC01U\f\xE7\x00\x112\xC4+\x0FB\xDF\xC3\xFE\xD0\x1Bk\xF4\xD6C\xE9\xF2\x0B\xACR7\xA0+ \xBC\x03^\xED)\xF6\xAC\xEA\x15\xC6\xE4$\xF65\n\xE7[\xF8\x162M\x1C\xFB\xC4T\xB80\xE8W\t\x1E,?\x1B\xFE\xEB\x03\xDB9M\xB4\x07T\xA9\x03\xD6 \xF4Q+\xB3\xE0\t\x94\x1D\xC1M!0\xDF\x1B\r\xE3\xFD:\xD40\x9C\xC7T\r7\xFE\xB8I\xEF\x9D\xE0\xCB\xFF%=\xBC\xA5\xE9\xCC\n\xEE\x0F\xFE\x1F\xF1;\xD6\xFB\xA6\xE6\xAB?\xD1\x8E)\xC2!\xD3\xED\x1C\xE3\xF6x\x8C\x0B\xE6\x05\xFA$\xC7X\xFC\x03\xD2\xB9\xF8\x01\xD5\xF3\xCCI\xAB\xDD\x0B\xFB\xE3\x01 \xD1\xF2\x1C1\fY \x14\xA8\xD8\xEE\b\xFD\x12j5\x98C\xDD\xCD\xAB\x15\xBD\x10P\xC9\x0E$q\xF8\x15\xF1\xE1\xFA\x14E\xCF&\x12\xEE9\xBD\xD5\x16H\xE8\x12-\xE18\b\xE7?\\\xB4\x16\b\xEF#\x18L=\xBA\xDA\\\xA3\x05\xCD\xD9\xFC\xBFD\xF3.\xC5U#\xDE\xB4\xF6\xD5)\x06f%\xE3F\xED\x04\x18\xF4\xE4\x06\xBAI\t0g\x9C\xBF\xFE>\xB4\xCA\x1AX4\xA2\xF0<\xB7\xF5\xAAm\x19\x9C\x12\xC4&4\xE6i\xC2\xF5\xB0\x12\xF0(\xFAD\xE8\x13\xAF:\xEB\x04m\r\x1B\xE5\xCFG\x04\x1F\x14\xE6\xB6\xF4\x0B\xFF1\xD1\xF5*R\xC7\xD8\x1F\xE9\xAA\xCB\x02)\f\xE9\xDD\x07.\x00\xF6\xDF\x0E\x01\xCF\xDB\x0B$\xED\xCA*\xF0\xDC\xFF\xF7\x93<\x02\xCF\xE93\x06\xC9\x0F\xDF"c\xF6\x1A)\xD0\xDD\xB3\x00\x9C\xF7-\xEF\xC1;\xFCK\x1A\xC5\xDB\x94_\xB3\xDE\xB2,9\x11\xFD<\x1B\xDB\xF36\x1D\xF9_\xD7\xE8\xAC(\xC4\x1EO2\x16\xFF\xD6A\xFB\fG\x1D\xCE\x10\xDA\x1F-W\xD7\x1B\x978\xB7-\xC3\t\xE3\x8E\x10\xFA5N\x14=\n\xA9\xDA[\xCC\xA4\xEC,@\x13\x1E\b<\x16\x01\x9D\xF0\xD1P\xBD\xE6W\xB0\xC7G\xA0"\x14B\bg\xEB\xF9\x9B\xC2V\xE4\x05\xBBc\xA8\xEA.K\xB6\xF9\n\xA6\xFE\xE4w\xED\x02\xF3\xD4\xFER>\xC6"\xE8\xF0\xD6\xC4&\xEA\x1A\r\x016\xD6\x06\xF8\xE8\xFC\xC4\xF0\xE6\xF6`\xDE(\x0B\xF7\x12\x04\xD6\x16\xEF\x0E\xBE\xF2\xCD\xFC\xB5\xE2*\x07\xF38\xAE 0\xD2\xE2\t\xC0\x03\xED\xE1\x15\xC4H\xF7#\xCF\fJ\xA72\xEE\xDB\x06a\xBD\x1C\x07\xE1t\xFB1\xF5\xE0#\x11o\xB8\xCFR&\x0FE\xCC\x1B\x05\xB5\xEC2\x92B$\xFB3\xE3\x03V7\x1B\xD7\x12H\xD0\x1C\xDC\x10\xEC\xF6\x16:\xF2U\x19%a>\xF0*\x10\xBB=\x18\xE5\x1F\x0E\xB6\x16\xF5.\xA1\xFDA\xAE\x10\xD1\xBB\x8CQ\xC3\xF2\xAA\x1C\xE23\xA3\xD7\xBB\x0E1I\xC5!f\xCE\xDF\b\xB9p\xD2\'\xDD\x97\xEC0\x00\xA7\xE9s\x02\xC6E\x8A\x00\'\xB2\xFB\xD4\x9D\xCB\x00\xAF\xD3\xDE\x05\xA2\xFB\xD9\\\xCB\'K\xD2\xE4\r\'\xCA\xF2J\x02:\x1D\b\xE9/\xFEF\r\xED\x02B\xFE\xD8\xE9\xA7\xFC\xE4\x17\x00\xF2-\xEA\xA7\f\xFEI\x0F\xF6\xC7?"\f\xB6\xFA)T\b\xDB\xC9\x11A\xDE\x0E3\xE7\b8\x1DX\xEB-\xBF\xF6\x04\xE7\xFB\xAE\x02[\xD85\x18\xE5$\xEE\xD8\x14>\xCB\xDC\x05$\xC0\xF6\x18+l\xF4\x13?\xD7\r\xAFN\xCA\x1F=\xF4\xC5\xB4\x1F\x06W\xBB\xF2\xDF5\x18\xD3\xE6\xBD\x1D]\xE7\x06,\xF4 \xFAR\x14\xF3\xC8\xFFE\n9\x98\x133\x1CD\xC0\xEA\xF9\b\x96\xC1a\xFF\xAD\xF9W\x17\x99\xD2e\xE0\xB2\x90 \x07\xCF\'\xEE4\xC0\x1A\xFA\x11\xD8R\x18\xE9,\xD9\xE5\x15\xFD\xCDM\x95\xF4\x0F=\xF81\xEF\xA8\xC3q\xB4\xD9\xC1\x91\xE4%\xB3\x1A\xD1\xE1e\xEE\xC6\xDD\xF1\x12!\xB3V\xDE\x0E-\xCE\xE2(\xBC\xF0-\xFA6\x1F\n\xEF\xE1\xC1T\x01\x9E]\x06\xE77\x9C\xE2\x041\xFA\xCF:\x9F\'`\x07,\xED\x03#\xE0\x88\xCE\x15F\x01\x18\xEC;\x0E\x030j\xDC\x11\xF1)\xBA \x0B;\x9E\xFE,\xD37\xFC\x1A\xF4C\x06\x1E\r\xE6M\x12\xC6\xEAPJ\x189\xB4\xF9\x1E\xDE\xF5\xD3(b\xF0\xBC\x0F\xA9i\x01\r\xEC\xD6\xAE\x11\xC57\xB6d\n\xFF*\xD6\xE3\t\xCC(M\xEF\xD0\xF9\x07\xA3O\x01\xFA\xD7L\x06\xCFi\xE3\x0B\xEF\xC9P\xB7\xEA\xA0h\xD6\x01\xAF\xDB\x06\xA3\xFD\xFC\xD4\f\xE8/\xC7\x12B\xB2\x0B\xFD\xCD"F\xDD\xF2\x1C\xC1A\xF9\x1F\xE3I\xFC\xD6\x1A\xEAN\xBA\xF5"X\x95\xFC\xE1\x18\xB7>!\xE9\xC86\x15\xAC\xE6&\xF6\xBC\x17A\xA8\x03&\xD9\x112\xF7\xC5:\x1A\xF2D%\xD0'), java_nio_charset_StandardCharsets_ISO_18859_11.getBytes__Ljava_lang_String_2_3B('(\xFE\xC5N\xF4\x07C\xE5\x1B\xBD/\x14\xDFR\xCC\x0B\xED>\xFE\xC7S\xEA+\xCF\xFF \xC1\x05B\xB3\xED;\n\xD7I\'\xCD\x13\xE6\x00.\xEFi\r\xE7J\xC0\x04S\xE6\xF9\x197\xD2\xFF\x105\xC9\n\xEE\xB2K\xFF\x12\xAD\xE0\x13"\xDA\xB3\x11\xD0\xFDL\x06\xF3\xA7\xFF5\xB1"\xD7\xA1\x12\x05\xB1\xF6e\xA4\xEE3\xD4\x0F"\xFE\xC3\x1C\x9F\x01\xF2\xAE8\\\xD6\xBB\x19\xCA\x96\'\xFA\x17\xD9 \xCA\n\xB9\xF0]\xA5\xEC\xE0c"1\xE2\x1C\xC1\xDE>\nd\x9D7\xEE,b\x91\xD9\xEB\xC7\x1C(\xF6\xE2I\x18\xF82%\xDC\x1A\n\x13K\xE3\xF9\x9C\xDCN\xE4\xF64\x10\xDE\x1F\xFB\x0B\xA2D\xF7\x05\xDD=\xEE\xAC9\xF2\x89B%\xDA\x06)\x1C\xB9\xF6\x9C\x04\xD3:\xF4Z\xF3\xCE\xE9\xFA\x19\xC9\x03\xF5!9\rkA\xD5\x11\x03\xC1\xE9g\xD0\xE5F\xC29\xD8\xB7)\x18r\xF0-\x14\xCCf\xE8\xBDO\xC7\xEB&\x12\xE3T\x1E\xD2\x0B\x00+\x11r\xFE\xE2\x13\xC3=\xFCI\xDA\x16R\xFA\x0F\xA3"\x1D\xBB1\x05I\xE1\xBC\xE8\x15\xB1\xFB\xE3\xBB\xEE\x99[,\t\xB6\xF2\r\x86\xFB\xE8\x03\xF4\t\xC8\xFF8\xB9\x04\xA8(\x07?\x16\xF5\x03\xD99\xC3\xFE1\xB8a\xC6\xDF\xE9\xD0/\xB1L\xF4\xE6\xD0\x0E\x01\xC3\xE7)\xCB\b\xEB\xFER\xD9\xAE$\x0E\x8E\x15n\x01\x1DZ\xEF\xFE\x19H\xEA\xFE\xC5/\xE4Q\x11\xEC\xF9\xAE\xE2\xBBQ\xFD5\xED\xBC\xDB\x02\x80/\xC3\x18\x0B\xF4N\x1C\xFFB+\xDE\xC9X\xE6?#\xEF\x16\xA8\x0F=#\xDD3\xBE\xD6\xF9\xCA\x98\xDF\xF6I\x1A\xCB\xF7\xEB\xBE\xE4\xC8\x11\xB74\x06\xDE\x11\x1FC\xAC\x01\xBD\xD2\x06t\x1C(A\b\x18\xD3\xF8\x06;\xF2H\x12\xE8\x00D\xCB\xEC\xC0\xAA\xF8\xEE\x9A\x02\xFA\xB0\r\xDB\xCC\xE2\'\xC4\xFD\xB8\xF5\x13\x00N\x1F\x0FU\xFD\xD2\xA9\xE6\x03"0C\n9\'\xE9\xD5\x97v\xB9\xCF\xF8\xED\x1A?*\xE72\xDA\x03\xF6\xC8\xE6\xB1.j\xC5&\xCF\xB2\xF9\xD7\xA2*\x04\\#\xD5\x0B9\x1F\x184\xC1l\x02H\xF3\x07a\xE6F\xD0\xA4\xEA7\xB8-\xEC&\x0B\xDE\xFA\xD5\x00\xEA=\xFC\x15\x8B\r\xDD\x06\xA2\x0F\x1E\xDD\xF8\x14\xCF\x07\xFB\xAF;\xE0\x92\xE9B\xF9^\x05=\'\x0F\x03\xAB\x15\xC5*\xA5\xBD\x15M\xC8\xFB3\xBF\x00\'\xDB\xEF6\xC9\rP\xFB#\xC9\x9A\x1E;\x06\xD8+\xE9\xBA1\xA6k\xC7(J\xD0\xE5\xFF\xB6G/\xFB:\xB0B!\x88Q\xEA\x18\f-M\xCD!\xB8\xE4\xD6\xEF\x99\xE1\xF4i=\xFF\x0E\xF8_\x02\xDC\x9A\x1A\xF1\xE3R\xF7\x0B\xAE\x14j(\xBF\x04\xD9`\x0F-\xF5\xAF\xEE\xC8\x1FT\x07\x10\x1C\xE2\xF6\xBC\xF18{&\x16\xD8\xE9\xC0\x0B\xE5\xF1\x001\xD9\\\xC0\xF7\xEF\b\xFE5\fP\x16\xC03\xCF\x1B\xB6\xDA\xE6\x1E\xD18$\fq\x06\xAB\x16\xC84H\xE5\xF7\x90\xEED\xE3\x16\xEC\xC1\xDEw\x0B\xFE\x13\xF6\xCF\xF0:\x04\x96\x0E \x05\xC3\xED\xF7\xCB[\x01*\xD5I\xB8\x0E\'\xCB\x03\x1E\xAEu\xDB\x18\xA3\xF3\x00 T\t\xFB\xED1E\x07\xF0\xB0\xFD\xE9\xCD*\xD6E\xED\xB4\x03\xD9\x19\t\xD1\x1E6\xB4\x02H\xFB\x1A1D\x8F\xE3I\xB2\xDB/W\x17\xD7O\xE0\xA7\x1E7\x10\x95\x19\xF6\xC5\x1B\xE1\xEE\xA07\xE5\xD2*\xBF\xEB/\xC8>\xDD\xEA\xA5(\x12\xC9\x97W\xC2\x18\xE1I\xB8;\xF5\x10"\xFE$\xC4.=\xFE\xA9\f\xF7\xCC&\xA4\xD2\xE7\xBF\xD7$,\x14\xC1\xFB\xCD\xE9\xB1\xFA2\x0B\xFE\xBA\xE2\xEFO8\x04^\xFA@\n\xFD\x14E\r\xFAJ\x04\xD4\x10\xF8\xB8D\xD6c\x03\xF7\'\xD90\x10\xF8\x1D\x02\xDE\x86a\xE5\xF3S\xB7\xE0d\xF2*\xD8]\x07>\x13\xF2\x06_\xFA\x02\xEAg\x0B#\x01A)\x12\xD1dC\x06"\xCE\xDE\xA6\x12\xD2\xB2!d\xDB\xF2\x9B\x1D\xE0$\xAFj+\x15\xFF\xE5\xBE"\xE0\r\xFE@\xA2[\xC5\xEB2\b\xCE\x19\xD3\f\xFB\xEA\x12\xC1M\xE6\x1D\xEF\xDD\xB6!6\r\xA9\xC7\x1D\xF4\xA0M\xDD\xF2\xC7\x9B\xEA\xF3\xD9,\xFA\xB4\f\xEC&2\xF5\xE9\xC7\xBA\x06;\xCC\\\xF6\xE8\x07\xC5\xEF6\n\x1A\xF2:\xAE\xCC\xE7\xF2\xD4\n%\x95\xFA@\xBE\x18\x9E8!\xCC\x03\x17\x88\xBC\x0E\x00X\xF9\xCD\xEC\xDF0B\xD4\xE43\xBC\x1B\bT&\x18\xA9\xC3\x144o\xFF\xBFF\xD8\x18O/%\xE6\x02\xB7\x167\x90\x1B\xDAZ\xCD\x9FK\xEB\x14Q+\x02\x189\xDB\x14Q\xF0)\xE5_\x05\xAEG\xDD4\xFD-;\xC8\'\x9EC\x1AV\x10\xB6\x07\x18\xF9\x109\xD6\xE4\xF9<\x02X\xE8\xD6\xF4\x1D\xE4\x07\x85\x01\x0E\xEF\xAC\xF9\x11\xD7\xF1C\xFC\xE3%\xB2\xF7-\x04\xD4\xB9\x07\x1F\xC0\xABm\xFD\xBA\xE7\xD5\x02/\xF5\xDA(\xEE\xF8\x0B\xD1\xF4\xEA\xD7\x16\xE5\x02\xBD\xD8\xF0\xFF\'\xCA\xEB\xAAt\xFF\xB5\r\xCC\xDE\x1F\b\x9D?\xCA\x10R*\xFA\xCD\xE0BX\x1B.\xC2\x0B\xD0Q\x01\x0FC\xDE\xFD#f\xF6\xDCG\xE4\xF0\xCB,\x1D\r\xA7\xC2\x00\x10\xBA\x1Dp\x95D a\xABJ\xF1\t+\xF89\x97bF\x04-\xC5\xF0"I1\xBB\xF6M\xFD&\xB5\xEF\xDC\x94: \xC1\x07\xD2\xA0\xDFK\x1F\xAA0\xF2\xBD\xE9\x17\xC52\xE5\x8F\r\xFA4\x11\x05H\xF5a2\x1BM\xD1>\xE6\xC6\x12\xE3\xB8\x06\xFB\x0E3\xD0\xAF\x14!\xE7\xD3\xE0\x1F\xF5\xDB\x16\x07\x8E\xEC\x12,\xD0\xE2\x161_\xF7\x1A\xE8\x7F\xF3\x105\xFE\xED\x04\xF8\xE7\x13\xD5v!\t\xAB\xF3>\x1A\xC8(\xD4!\x9D\xDE\xB3\xC7\xE4\xE1\xA0\xF0\xFC\x07-\xD7\x01\x18*\xDE\xC2\x1Dy\xE1P\xC6\f\xFC\xB9\x0E\xA0.\x14\xA6\xFCP\x16\xC9\f\xD9\x18V\xE0\xFC\xEE\xCA\xF7\x02\xBA.F\xAC\b\x15\xF8[\xCF\xEDD\xF9\xF9$\xC5\xDBC\x1E\xBE\xFA\xA2]\x10\xE7:\xD4/\xB8\xDB\xA4L\xEE\xC3\xD6\x12\xAF\xBF\fE\xC5\'\xDDQ\xEB\xFA\x1F\xAD\xCCI\xEE7\xDD\xF7\x97B\x00\xF2\xA5\x0B%\x1AJ*\xE1\x1F\xFB\xE7\xD97\xE0\xC3\f)5\xD7\x92\xD2\xB3\xEB\x01\r\xE4\xD1\n#\xDA\xB5 \b\x15$\xF9\x10)\xD0\t&\xF9\x1Ej\x01\xF1\x8C\xE9\xF7\xFF\xBD+\xD8\x0F\xF4\xFF\xE3\f\xBF\x1E\x06\xD0)\xE55\xD3@\xC2\xB4\xE6\f\xA2^\xC6\x0E%t\xF2 \xA5\x03\xBB\x11SF\x135Z\x98)O\xE93\x04\xFCQ\xEF\xA8\xCBe@\xE5\x00\xB1\xE1A\xEC\xCD\xDE1$\x17]\xAF\x14\bl\xC5&U\x1B\xD3b.\xEAJ\x12\xBE\x1F\xF7\xEAb\xFF\x15\xCF>\xF0\x19\x03\x8A\xCD\xFE1\xE6\xDB\xF6\x1E\xE8\x04\xE2\x1C\xF6\xCA\xFC\x15\xAD\xF2\x19\xD2\xBFD\xDF\x02\xEB\xC1\x1D\xF2`\x15\x9B4\x07\x11I\xD3\xE2\x0B6\xD1\xF1\x96:\xDE\xB7\x05\x9D\xF3\x01\xB0\xD8\xFB_\xAE\x10\x03.\xD9\xF34\x07\xDD\xB8M\xF6\x12\xB4F\x19c:\xCC\b\xA7\xF1\xBC\xD7\x07=\xDEF\xC6k\xE4,\xF73\x0B\x18\x916\xD5\f,\xC8\xFDS\xA9\xBB\xFC\x03\xC8J\xE7.\x04\x17\xED\xF9+B\x14\xC89\x1A\xEF\b\xDFG\xCD\x92!S\xAE\xFA$\xD2.;\xEB\xD7\x05\xC8\xEF\xFC\xAF-T)\fr"\xEF\xB8\x01&\t\x8C\x11\x1E\xB2\xD8Y\xFC\x06O\xBA\xF7\xE8\xD8\x1B\xF3\xEA-\x1E\xA3\xF5#\xDC\xFB\xCBO\x0F\xE8\xD9#\xE1\x0BS\x9E$\xC63\x19\xE4\f\xEC\xC8\x14g\xE9\xFF\xE0\x1CW&\x0E\x9C\x14K\xDF\xFA\xCF7\xE8\xA11\x0F\xD3\xF68\xED\xFE\xCEH\xF3*\xE2\xCC\xED D\x04\'\xC0>\x13c\xDA;\x0E\xBF]\xB2 ?\xA7\xC2u\xFD\xB9\xF7\xCE,\x00\xEC\xF5z\xFC\xBE,\x01E\x9E\x0F\xBF\n\xA8\xF9\xBD\xE2@\xD5"\x03\xE1\xB0\x15\xFF\xC7\x19\xE1Y\x1F\x96\xDC`\x05\xE8\xC4!\x13\xAD1\xDE\xA3\x10l\xE2\n\xCF\xF8\xB6\xED\x16\xFF5\t\xE5\xD6\x020\t\xED4E\xE6\x15\xD6?\xB2\t\xDB:\x1C\xD5\xE3\xF5 B\xCB*\xF1\x000\b\xE8\xF3\xC0 \x04G\xDB\xF8C\x05\xC0\xE7\x14@\xBC\x1A5\x9F\b\xF9?\x00\x16\xF1\xD1\xB2\xFF6\x98$\bV\xE3\xD3\x9C\xEE\x12\'\xF4\x19\xD1\x8A\x1E\x0F\xAD[\x06\xC0\x12\'\x91\xF1N\xB5\x077\xED\xD9_\x159\xD2o\xB3\x19R6Z\xC2\xEC\'`\xB2\xF2,\xFD\xCC)\xF9\x0F\xD6K\xEE|\xD9\xBDV-\xFAJ\x1D\xF0\xDDM\xFD\xC4+C\x1D\xF8e\xC5\xB5H\xE1T\x03\xC7\xF2\xDE0\xFB\xE7W\xCE\x0E\xF9\x17\xC9*\xAF\xFA\x03\xE6\x97\x1E\xEE\xCA\xFB\xA5\r\xF4\x10\x87\n\xD5\x135\xA4\fU\xED\xAA\xE0\x01,\xB7\xE5\x0E\xCA\x1E\b\xE9\xC3\x15/\xC9\xE7\x1A\xAA\xF2\x05\xCCK\xDE\x009\f\xF0%\xD7\xFC(\x19\xA0H\x1F\xDF\x02/\xE9i\xDC\x11P\x1B\xBB\x0E\xDDG\n&\xE0-\xD3\xD1/<\xFE\xCA \xEB\xDDG\xD3\x07$]\xF2\xCE\x18#;\xF6\x90\xE1=\xD7\xA5\x03\xF7=\x0B3\xDA%\xBA\r\xA6,\xE9\xFA\x95\x14\xBD?i\xEB\xD2\xF5\xC5\x16<\xAB\xBE!\xFD\x9B\xF1\xD12V\xF6\xFE\xC1\x13X\x01\xEC\x19\xE0\x94\xF6\xE5@\x02\xC2\x1A\xF4\xB7<\xC6\x138\xFC\xA9\x05\xEC(\xFEZ\x0B#a\x11\xB2\xD1w\x13\xFB\xEB;\x16\xD5\x1C\xCC]/\xE7\t\xB2\x01\x0E3\xB6\xFE\xED\xD6G\x05\xE3A\t"\xEB\xC8)\xAE\xDA:\xF4\xBA@\x00m%L\r\xB6e&\x11\xE3\x00\x1C\xEA\x84\b\xDE`\xD3N\x12\xB7\xCD\xF5\xEC\xBD\xDC!\xF1\xE5\x8F\x02R\xE1\xF3\x07\xBFC\x02\xDC\xF7!\xCB:\xDAP\x06%`\r\xF7+\xC65\xD8\x00\xA6\x15\x054\x1D\xE8\x9D\x0E\x1F\xB1\xEB\xC6\x04\x1C\xD9\xF0\xFA\x9B1J\xD9\xF9(F\xBE\xF1.\xC4\xDD\x1B5*\xE2D\x00Q\x07\xC1C\x1C\xC9\xB34l#\xEF\xB1\x11M\x9F\x16\xE2+\xF0\x98\xE4\xC9\x1D\xA3\xEF\x16\xB4J\xF5^\xE3C\xF0\xD2k\x06\xCB\xDC9\x14\xD4\xF20\xA89\xD1W\xC9\x0B\xB0j\xD1\x0F\xE7 \x00\nC\xF9\xAB\x05\x17\x9B\xCA,\x19\xF60\xD4&\xF9\x11\x9D\xFD\xE2<\x05\xD3\xF2Y\xFC\xC1\x1B\x11\xF96\xDDU\xCF\x0E\xE8\x1C\xBE\'\xCF\r\xBA\xFA\x17-I\xFB\xF8\tY\xBB\xE2\xFF\x17\t\xE8\xFD \xEF\x16\x043\xF7\xB3\x17\x93\xE5\xF0q\xD3\f8\xFB\xE9\xAC\xDD\x0B\xECZ\x04\xDA\xEA\xCF\x19)\xC43\xE9\t$\xADx\xD2C\xB9\b\x010\xF9s\x03\xDE\x12\xFD\x8DL\x02\xE0\xAC\xEC%\xDB\xA1B#\x0FI\xC0+\xDD@\xBA.\xE4\xA5\xCAL\xD7[9\xC9!\x01\xC0O\xF3\xD7\x12>d\xFE\xA3\x16\xC2/EU\f\xA7\xF9\x1E\xB7?\xD8\xF5\x03\xE8)\x15\xECH\xAE\xD6(\x83\xF0<\/\xE7#\xC68\xF5\x12\xBF,\x18\xE8\xFC\xCE\xF4s\xED\xA9\x10\xF6R\xDBA\xFE\x12%\xEC\xFB\x0F0\xDC\xEA&\x1C\xB4\x05$\xCF\xBD8\xF3\xE3\x1B\xB6\x00\xF0\xDAh\xE1\x01\x0FJ\xC82\x0B\xA1\xD8\xF4\xC4!\xE5@\n\xC8\xD4\xF7f\x19\xDA\n\\\xD4=\xC7\x02\xB33\xDC\x8E\x1C\x06$\xD5\x01\xC4\x1B\t\xF3\xBF\xE1\x06\xD1\xAFT\x14\xA1A\xE4\xC4S\xF0\xE1\x1E\x0FN\xD2\t\xF6&\xC9>\x14.\xCD\x94\x18\xEF\xE0\x1FP\xFF5\x19\r\xFD\xBC\x15S\x1F\xA9\x06\xB7\xEE\'\x9E\xE6\x07M\xF0^\b\x13<\xE5\xCAV7\x14\x99(\xE61n\x9E>+\xF2\b\xBC\xFE\xF5\n.\xFA\x983\x03\xE9\xAE*A\x8D\x11\xE5\xBC\x06\xF4\xEB\'\xFD[\xAF\xF8\xBD\xCEf\xDF\x93Z\xF36\xEB\x01\xE2\x0F>\xCE\xFD1\x1B\xF8\xE1"\xD3\xF7\xC3)\x00\xF9\xB3\xF1\xE9`\xFB\xD3\xB5\x18\x00\x1E\xC3\xE4E\x1A4\xCDg\xDA\x19\x11I\xF7\xC7s\xFC\xDC\xED6[\x1C\xA5O8\xDC\xC1;\x07,\x10\xF1\x05&\xE8\xCB\x07\xDB\xB2*H\xC3\xF5X\x13\xB3F\xC4\f\xA0?\x19\xEC\xAAE\x18\xDB-\x06\xCC:\r\xEDK\xDB\x11\xF8c\xD4\xEE\xDF\x0F\xAB\x01\xEB\xD0\xB6#\xD7\x06\x17!\xCD\x04\xF8\xD5\xFE\x0B\xB5 \x12\xE7\xD5\x1BF\xDA\xAD>\xF8J-\x1D\xD1\xFA\x15\xDD"\xE8\x03\xD6\xE2\x0E\xFB\xBF,\xDDe\x0E\xD2\tN\xC0\x1F\xE0\xA8$\xF5\x07\xCA\xEA\xAA&\x03\x92!=)\xBEX8\xDF\f/\xA2\xF2\xBFS\xAF(\xEA2\xE2\xD1\xFAc\x03\xC9\x9C\xEB2\x17\xBB\x11\xFF\xA7\x0Eo\xF1\x998\t\xA7,\xF1a#S\x12\xE7\xFF\xB8\xF32\xE4\x9E\xF7\x10A\x00W\xC16!A\xFD1\f\xC9N\xFB\xE4\xF2\x1F\x06\xFB\xEEU?\xE3\x13F\xDF\x0F\xC4p\x17E\xEF\xA7\xF5$R\xFB\x02\xE3"\xD5\xEE\xC5\xE6\x042\xCAQ\xFC\xC0@\xCB\xF9\x8B\xEF\xCD7\x06K\x1D\xC6%\xFFp\xEA\xB5\xD4\x16\xE4\x89\xD7U\xBB\xE1\x16\xF4\xB7\x07\xD6\x15\x9CF\xC5\xAF\x1A\xCE\xFE\n\xF5.\x01\x1F\x9A\x05\xBE\x0F,A\xE0\x0B\xC2m\xCE\tY/B$\xBA\xE1\x19\xD8\xED\x1E\x0B\x175\x06\x1B\xAD#\xD6\x96\xFC\xED\x138\xD8\x1A0\xF1\x05-\xFA\x14\n\xF1\xD0^5\xE9\x1Dm\xCB2\xE6\x13)\x02\xEA3\xB9\xD6\xA6\xEE\xCF\xF6:\xE6\x1B\xD8\xB85\x16\xF0\xAB:\xF6\x9B\xDD\x14\xF4\\\xFE\r(\xB1h\xE4\xDA\xB6\xE9\xDFn\xF7\f>\xDFY\xCE\xAB\n\xC3\xFCL\xCAg\xEC\xB0\x02+\x1B\xA3\xDB\x01@\xAD\r\xFE\xF5\xD3a\xDC\x91#g\x18= 0 && this$static.com_github_yellowstonegames_grid_Coord_y >= 0 && this$static.com_github_yellowstonegames_grid_Coord_x < width_0 && this$static.com_github_yellowstonegames_grid_Coord_y < height; +} + +function com_github_yellowstonegames_grid_Coord_$toGoTo__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Direction_2(this$static, target){ + return com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_getDirection__IILcom_github_yellowstonegames_grid_Direction_2(target.com_github_yellowstonegames_grid_Coord_x - this$static.com_github_yellowstonegames_grid_Coord_x, target.com_github_yellowstonegames_grid_Coord_y - this$static.com_github_yellowstonegames_grid_Coord_y); +} + +function com_github_yellowstonegames_grid_Coord_$translate__Lcom_github_yellowstonegames_grid_Coord_2IILcom_github_yellowstonegames_grid_Coord_2(this$static, x_0, y_0){ + return com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(this$static.com_github_yellowstonegames_grid_Coord_x + x_0, this$static.com_github_yellowstonegames_grid_Coord_y + y_0); +} + +function com_github_yellowstonegames_grid_Coord_$translateCapped__Lcom_github_yellowstonegames_grid_Coord_2IIIILcom_github_yellowstonegames_grid_Coord_2(this$static, x_0, y_0, width_0, height){ + return com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2($wnd.Math.min($wnd.Math.max(0, this$static.com_github_yellowstonegames_grid_Coord_x + x_0), width_0 - 1), $wnd.Math.min($wnd.Math.max(0, this$static.com_github_yellowstonegames_grid_Coord_y + y_0), height - 1)); +} + +function com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0){ + com_github_yellowstonegames_grid_Coord_$clinit__V(); + var max_0, mx, my, xs, ys; + this.com_github_yellowstonegames_grid_Coord_x = x_0 << 16 >> 16; + this.com_github_yellowstonegames_grid_Coord_y = y_0 << 16 >> 16; + xs = this.com_github_yellowstonegames_grid_Coord_x >> 31; + ys = this.com_github_yellowstonegames_grid_Coord_y >> 31; + mx = this.com_github_yellowstonegames_grid_Coord_x ^ xs; + my = this.com_github_yellowstonegames_grid_Coord_y ^ ys; + max_0 = $wnd.Math.max(mx, my); + this.com_github_yellowstonegames_grid_Coord_hash = com_github_tommyettinger_digital_BitConversion_imul__III(max_0 * max_0 + max_0 + mx - my ^ xs & -1431655766 ^ ys & 1431655765, $intern_2426); +} + +function com_github_yellowstonegames_grid_Coord_expandPool__IIV(xIncrease, yIncrease){ + com_github_yellowstonegames_grid_Coord_$clinit__V(); + var POOL2, i, i0, newHeight, newWidth, oldHeight, oldWidth, x_0, y_0, y0; + if (xIncrease < 0 || yIncrease < 0 || (xIncrease | yIncrease) == 0) + return; + oldWidth = com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH; + oldHeight = com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1HEIGHT; + newWidth = oldWidth + xIncrease; + newHeight = oldHeight + yIncrease; + POOL2 = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, newWidth * newHeight, 0, 1); + if (xIncrease == 0) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(com_github_yellowstonegames_grid_Coord_POOL, 0, POOL2, 0, com_github_yellowstonegames_grid_Coord_POOL.length); + for (y_0 = oldHeight , i = com_github_yellowstonegames_grid_Coord_POOL.length; y_0 < newHeight; y_0++) { + for (x_0 = 0; x_0 < newWidth; x_0++) { + POOL2[i++] = new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0 - 3, y_0 - 3); + } + } + } + else { + for (y0 = 0; y0 < oldHeight; y0++) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(com_github_yellowstonegames_grid_Coord_POOL, y0 * oldWidth, POOL2, y0 * newWidth, oldWidth); + for (x_0 = oldWidth , i0 = y0 * newWidth + oldWidth; x_0 < newWidth; x_0++) { + POOL2[i0++] = new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0 - 3, y0 - 3); + } + } + for (y_0 = oldHeight , i = oldHeight * newWidth; y_0 < newHeight; y_0++) { + for (x_0 = 0; x_0 < newWidth; x_0++) { + POOL2[i++] = new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0 - 3, y_0 - 3); + } + } + com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH = newWidth; + com_github_yellowstonegames_grid_Coord_POOL_1WIDTH = newWidth - 3; + com_github_yellowstonegames_grid_Coord_ORIGIN = newWidth * 3 + 3; + } + com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1HEIGHT = newHeight; + com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT = newHeight - 3; + com_github_yellowstonegames_grid_Coord_POOL = POOL2; +} + +function com_github_yellowstonegames_grid_Coord_expandPoolTo__IIV(width_0, height){ + com_github_yellowstonegames_grid_Coord_$clinit__V(); + com_github_yellowstonegames_grid_Coord_expandPool__IIV($wnd.Math.max(0, width_0 - com_github_yellowstonegames_grid_Coord_POOL_1WIDTH), $wnd.Math.max(0, height - com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT)); +} + +function com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(x_0, y_0){ + com_github_yellowstonegames_grid_Coord_$clinit__V(); + return x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(47, 1, {47:1}, com_github_yellowstonegames_grid_Coord_Coord__IIV); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_Coord_equals__Ljava_lang_Object_2Z(o){ + var other; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 47)) { + other = o; + return this.com_github_yellowstonegames_grid_Coord_x == other.com_github_yellowstonegames_grid_Coord_x && this.com_github_yellowstonegames_grid_Coord_y == other.com_github_yellowstonegames_grid_Coord_y; + } + else { + return false; + } +} +; +_.hashCode__I = function com_github_yellowstonegames_grid_Coord_hashCode__I(){ + return this.com_github_yellowstonegames_grid_Coord_hash; +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_grid_Coord_toString__Ljava_lang_String_2(){ + return '(' + this.com_github_yellowstonegames_grid_Coord_x + ',' + this.com_github_yellowstonegames_grid_Coord_y + ')'; +} +; +_.com_github_yellowstonegames_grid_Coord_hash = 0; +_.com_github_yellowstonegames_grid_Coord_x = 0; +_.com_github_yellowstonegames_grid_Coord_y = 0; +var com_github_yellowstonegames_grid_Coord_ORIGIN = 0, com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1HEIGHT = 0, com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH = 0, com_github_yellowstonegames_grid_Coord_POOL, com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT = 256, com_github_yellowstonegames_grid_Coord_POOL_1WIDTH = 256; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'Coord', 47, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_grid_CoordFloatOrderedMap_CoordFloatOrderedMap__IV(initialCapacity){ + var com_github_tommyettinger_ds_ObjectFloatOrderedMap_ObjectFloatOrderedMap__IFV_com_github_tommyettinger_ds_ObjectFloatMap_ObjectFloatMap__IFV_tableSize_0_0; + this.com_github_tommyettinger_ds_ObjectFloatMap_loadFactor = $intern_545; + com_github_tommyettinger_ds_ObjectFloatOrderedMap_ObjectFloatOrderedMap__IFV_com_github_tommyettinger_ds_ObjectFloatMap_ObjectFloatMap__IFV_tableSize_0_0 = com_github_tommyettinger_ds_Utilities_tableSize__IFI(initialCapacity, $intern_545); + this.com_github_tommyettinger_ds_ObjectFloatMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_ds_ObjectFloatOrderedMap_ObjectFloatOrderedMap__IFV_com_github_tommyettinger_ds_ObjectFloatMap_ObjectFloatMap__IFV_tableSize_0_0 * $intern_545); + this.com_github_tommyettinger_ds_ObjectFloatMap_mask = com_github_tommyettinger_ds_ObjectFloatOrderedMap_ObjectFloatOrderedMap__IFV_com_github_tommyettinger_ds_ObjectFloatMap_ObjectFloatMap__IFV_tableSize_0_0 - 1; + this.com_github_tommyettinger_ds_ObjectFloatMap_shift = com_github_tommyettinger_digital_BitConversion_countLeadingZeros__JI(com_google_gwt_lang_LongLib_fromInt__ILcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_tommyettinger_ds_ObjectFloatMap_mask)); + this.com_github_tommyettinger_ds_ObjectFloatMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, com_github_tommyettinger_ds_ObjectFloatOrderedMap_ObjectFloatOrderedMap__IFV_com_github_tommyettinger_ds_ObjectFloatMap_ObjectFloatMap__IFV_tableSize_0_0, 5, 1); + this.com_github_tommyettinger_ds_ObjectFloatMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, com_github_tommyettinger_ds_ObjectFloatOrderedMap_ObjectFloatOrderedMap__IFV_com_github_tommyettinger_ds_ObjectFloatMap_ObjectFloatMap__IFV_tableSize_0_0, 15, 1); + this.com_github_tommyettinger_ds_ObjectFloatOrderedMap_keys = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(initialCapacity); +} + +function com_github_yellowstonegames_grid_CoordFloatOrderedMap_with__Lcom_github_yellowstonegames_grid_Coord_2Ljava_lang_Number_2Lcom_github_yellowstonegames_grid_CoordFloatOrderedMap_2(key0, value0){ + var map_0; + map_0 = new com_github_yellowstonegames_grid_CoordFloatOrderedMap_CoordFloatOrderedMap__IV(1); + com_github_tommyettinger_ds_ObjectFloatOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Ljava_lang_Object_2FF(map_0, key0, value0.java_lang_Float_value); + return map_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(719, 909, $intern_2415, com_github_yellowstonegames_grid_CoordFloatOrderedMap_CoordFloatOrderedMap__IV); +_.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_CoordFloatOrderedMap_equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right){ + return com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(left) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(right); +} +; +_.place__Ljava_lang_Object_2I = function com_github_yellowstonegames_grid_CoordFloatOrderedMap_place__Ljava_lang_Object_2I(item_0){ + return java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0) & this.com_github_tommyettinger_ds_ObjectFloatMap_mask; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1CoordFloatOrderedMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'CoordFloatOrderedMap', 719, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectFloatOrderedMap_12_1classLit); +function com_github_yellowstonegames_grid_CoordObjectOrderedMap_CoordObjectOrderedMap__IV(initialCapacity){ + com_github_tommyettinger_ds_ObjectObjectMap_ObjectObjectMap__IFV.call(this, initialCapacity, $intern_545); + this.com_github_tommyettinger_ds_ObjectObjectOrderedMap_keys = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(initialCapacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(724, 211, $intern_2408, com_github_yellowstonegames_grid_CoordObjectOrderedMap_CoordObjectOrderedMap__IV); +_.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_CoordObjectOrderedMap_equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right){ + return com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(left) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(right); +} +; +_.place__Ljava_lang_Object_2I = function com_github_yellowstonegames_grid_CoordObjectOrderedMap_place__Ljava_lang_Object_2I(item_0){ + return java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0) & this.com_github_tommyettinger_ds_ObjectObjectMap_mask; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1CoordObjectOrderedMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'CoordObjectOrderedMap', 724, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectObjectOrderedMap_12_1classLit); +function com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__V(){ + com_github_tommyettinger_ds_ObjectOrderedSet_ObjectOrderedSet__IFV.call(this, 51); +} + +function com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__IV(initialCapacity){ + com_github_tommyettinger_ds_ObjectOrderedSet_ObjectOrderedSet__IFV.call(this, initialCapacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(309, 522, $intern_2419, com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__V, com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__IV); +_.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_CoordOrderedSet_equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right){ + return com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(left) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(right); +} +; +_.place__Ljava_lang_Object_2I = function com_github_yellowstonegames_grid_CoordOrderedSet_place__Ljava_lang_Object_2I(item_0){ + return java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0) & this.com_github_tommyettinger_ds_ObjectSet_mask; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1CoordOrderedSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'CoordOrderedSet', 309, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectOrderedSet_12_1classLit); +function com_github_yellowstonegames_grid_CoordSet_CoordSet__IV(){ + com_github_tommyettinger_ds_ObjectSet_ObjectSet__IFV.call(this, 32, $intern_545); +} + +function com_github_yellowstonegames_grid_CoordSet_CoordSet__IFV(){ + com_github_tommyettinger_ds_ObjectSet_ObjectSet__IFV.call(this, 400, 0.5); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(762, 308, $intern_2419, com_github_yellowstonegames_grid_CoordSet_CoordSet__IV, com_github_yellowstonegames_grid_CoordSet_CoordSet__IFV); +_.equate__Ljava_lang_Object_2Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_CoordSet_equate__Ljava_lang_Object_2Ljava_lang_Object_2Z(left, right){ + return com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(left) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(right); +} +; +_.place__Ljava_lang_Object_2I = function com_github_yellowstonegames_grid_CoordSet_place__Ljava_lang_Object_2I(item_0){ + return java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(item_0) & this.com_github_tommyettinger_ds_ObjectSet_mask; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1CoordSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'CoordSet', 762, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1tommyettinger_1ds_1ObjectSet_12_1classLit); +function com_github_yellowstonegames_grid_Direction_$clinit__V(){ + com_github_yellowstonegames_grid_Direction_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_grid_Direction_UP = new com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV('UP', 0, 0, 1); + com_github_yellowstonegames_grid_Direction_DOWN = new com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV('DOWN', 1, 0, -1); + com_github_yellowstonegames_grid_Direction_LEFT = new com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV('LEFT', 2, -1, 0); + com_github_yellowstonegames_grid_Direction_RIGHT = new com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV('RIGHT', 3, 1, 0); + com_github_yellowstonegames_grid_Direction_UP_1LEFT = new com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV('UP_LEFT', 4, -1, 1); + com_github_yellowstonegames_grid_Direction_UP_1RIGHT = new com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV('UP_RIGHT', 5, 1, 1); + com_github_yellowstonegames_grid_Direction_DOWN_1LEFT = new com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV('DOWN_LEFT', 6, -1, -1); + com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT = new com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV('DOWN_RIGHT', 7, 1, -1); + com_github_yellowstonegames_grid_Direction_NONE = new com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV('NONE', 8, 0, 0); + com_github_yellowstonegames_grid_Direction_CARDINALS = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Direction_12_1classLit, 1), $intern_11, 130, 0, [com_github_yellowstonegames_grid_Direction_UP, com_github_yellowstonegames_grid_Direction_DOWN, com_github_yellowstonegames_grid_Direction_LEFT, com_github_yellowstonegames_grid_Direction_RIGHT]); + com_github_yellowstonegames_grid_Direction_OUTWARDS = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Direction_12_1classLit, 1), $intern_11, 130, 0, [com_github_yellowstonegames_grid_Direction_UP, com_github_yellowstonegames_grid_Direction_DOWN, com_github_yellowstonegames_grid_Direction_LEFT, com_github_yellowstonegames_grid_Direction_RIGHT, com_github_yellowstonegames_grid_Direction_UP_1LEFT, com_github_yellowstonegames_grid_Direction_UP_1RIGHT, com_github_yellowstonegames_grid_Direction_DOWN_1LEFT, com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT]); + com_github_yellowstonegames_grid_Direction_COUNTERCLOCKWISE = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Direction_12_1classLit, 1), $intern_11, 130, 0, [com_github_yellowstonegames_grid_Direction_UP, com_github_yellowstonegames_grid_Direction_UP_1LEFT, com_github_yellowstonegames_grid_Direction_LEFT, com_github_yellowstonegames_grid_Direction_DOWN_1LEFT, com_github_yellowstonegames_grid_Direction_DOWN, com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT, com_github_yellowstonegames_grid_Direction_RIGHT, com_github_yellowstonegames_grid_Direction_UP_1RIGHT]); +} + +function com_github_yellowstonegames_grid_Direction_$isDiagonal__Lcom_github_yellowstonegames_grid_Direction_2Z(this$static){ + return (this$static.com_github_yellowstonegames_grid_Direction_deltaX & this$static.com_github_yellowstonegames_grid_Direction_deltaY) != 0; +} + +function com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV(enum$name, enum$ordinal, x_0, y_0){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); + this.com_github_yellowstonegames_grid_Direction_deltaX = x_0; + this.com_github_yellowstonegames_grid_Direction_deltaY = y_0; + this.com_github_yellowstonegames_grid_Direction_coord = (com_github_yellowstonegames_grid_Coord_$clinit__V() , x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0)); +} + +function com_github_yellowstonegames_grid_Direction_getDirection__IILcom_github_yellowstonegames_grid_Direction_2(x_0, y_0){ + com_github_yellowstonegames_grid_Direction_$clinit__V(); + if ((x_0 | y_0) == 0) + return com_github_yellowstonegames_grid_Direction_NONE; + return com_github_yellowstonegames_grid_Direction_COUNTERCLOCKWISE[com_google_gwt_lang_Cast_round_1int__DI(com_github_tommyettinger_digital_TrigTools_atan2Turns__FFF(y_0, x_0) * 8 + 6.5) & 7]; +} + +function com_github_yellowstonegames_grid_Direction_values___3Lcom_github_yellowstonegames_grid_Direction_2(){ + com_github_yellowstonegames_grid_Direction_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Direction_12_1classLit, 1), $intern_11, 130, 0, [com_github_yellowstonegames_grid_Direction_UP, com_github_yellowstonegames_grid_Direction_DOWN, com_github_yellowstonegames_grid_Direction_LEFT, com_github_yellowstonegames_grid_Direction_RIGHT, com_github_yellowstonegames_grid_Direction_UP_1LEFT, com_github_yellowstonegames_grid_Direction_UP_1RIGHT, com_github_yellowstonegames_grid_Direction_DOWN_1LEFT, com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT, com_github_yellowstonegames_grid_Direction_NONE]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(130, 39, {130:1, 3:1, 42:1, 39:1}, com_github_yellowstonegames_grid_Direction_Direction__Ljava_lang_String_2IIIV); +_.com_github_yellowstonegames_grid_Direction_deltaX = 0; +_.com_github_yellowstonegames_grid_Direction_deltaY = 0; +var com_github_yellowstonegames_grid_Direction_CARDINALS, com_github_yellowstonegames_grid_Direction_COUNTERCLOCKWISE, com_github_yellowstonegames_grid_Direction_DOWN, com_github_yellowstonegames_grid_Direction_DOWN_1LEFT, com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT, com_github_yellowstonegames_grid_Direction_LEFT, com_github_yellowstonegames_grid_Direction_NONE, com_github_yellowstonegames_grid_Direction_OUTWARDS, com_github_yellowstonegames_grid_Direction_RIGHT, com_github_yellowstonegames_grid_Direction_UP, com_github_yellowstonegames_grid_Direction_UP_1LEFT, com_github_yellowstonegames_grid_Direction_UP_1RIGHT; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Direction_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_2513, 'Direction', 130, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_github_yellowstonegames_grid_Direction_values___3Lcom_github_yellowstonegames_grid_Direction_2); +function com_github_yellowstonegames_grid_FOV_$clinit__V(){ + com_github_yellowstonegames_grid_FOV_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Direction_12_1classLit, 1), $intern_11, 130, 0, [(com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_UP_1RIGHT), com_github_yellowstonegames_grid_Direction_UP_1LEFT, com_github_yellowstonegames_grid_Direction_DOWN_1LEFT, com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT, com_github_yellowstonegames_grid_Direction_UP_1RIGHT]); + com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Direction_12_1classLit, 1), $intern_11, 130, 0, [com_github_yellowstonegames_grid_Direction_RIGHT, com_github_yellowstonegames_grid_Direction_UP_1RIGHT, com_github_yellowstonegames_grid_Direction_UP, com_github_yellowstonegames_grid_Direction_UP_1LEFT, com_github_yellowstonegames_grid_Direction_LEFT, com_github_yellowstonegames_grid_Direction_DOWN_1LEFT, com_github_yellowstonegames_grid_Direction_DOWN, com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT]); + new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__IV(256); + new com_github_yellowstonegames_grid_CoordSet_CoordSet__IFV; + new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(8); +} + +function com_github_yellowstonegames_grid_FOV_addFOVsInto___3_3F_3_3F_3_3F(basis, addend){ + com_github_yellowstonegames_grid_FOV_$clinit__V(); + var x_0, y_0; + for (x_0 = 0; x_0 < basis.length && x_0 < addend.length; x_0++) { + for (y_0 = 0; y_0 < basis[x_0].length && y_0 < addend[x_0].length; y_0++) { + basis[x_0][y_0] = $wnd.Math.min(1, basis[x_0][y_0] + addend[x_0][y_0]); + } + } + return basis; +} + +function com_github_yellowstonegames_grid_FOV_fillSimpleResistancesInto___3_3C_3_3F_3_3F(map_0, into){ + com_github_yellowstonegames_grid_FOV_$clinit__V(); + var height, i, j, width_0; + width_0 = $wnd.Math.min(map_0.length, into.length); + height = $wnd.Math.min(map_0[0].length, into[0].length); + for (i = 0; i < width_0; i++) { + for (j = 0; j < height; j++) { + switch (map_0[i][j]) { + case 32: + case $intern_2330: + case $intern_2332: + case $intern_2325: + case $intern_2326: + case $intern_2323: + case $intern_2334: + case $intern_2324: + case $intern_2333: + case $intern_2328: + case $intern_2327: + case $intern_2331: + case 35: + case 43: + into[i][j] = 1; + break; + default:into[i][j] = 0; + } + } + } + return into; +} + +function com_github_yellowstonegames_grid_FOV_generateSimpleResistances___3_3C_3_3F(map_0){ + com_github_yellowstonegames_grid_FOV_$clinit__V(); + var height, i, j, portion, width_0; + width_0 = map_0.length; + height = map_0[0].length; + portion = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [width_0, height], 2); + for (i = 0; i < width_0; i++) { + for (j = 0; j < height; j++) { + switch (map_0[i][j]) { + case 32: + case $intern_2330: + case $intern_2332: + case $intern_2325: + case $intern_2326: + case $intern_2323: + case $intern_2334: + case $intern_2324: + case $intern_2333: + case $intern_2328: + case $intern_2327: + case $intern_2331: + case 35: + case 43: + portion[i][j] = 1; + break; + default:portion[i][j] = 0; + } + } + } + return portion; +} + +function com_github_yellowstonegames_grid_FOV_reuseLOS___3_3F_3_3FIIIIII_3_3F(resistanceMap, light, startX, startY, minX, minY, maxX, maxY){ + com_github_yellowstonegames_grid_FOV_$clinit__V(); + var radius; + radius = light.length + light[0].length; + com_github_tommyettinger_digital_ArrayTools_fill___3_3FF_3_3F(light, 0); + light[startX][startY] = 1; + com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(1, 1, 0, 0, 1, 1, 0, radius, startX, startY, light, resistanceMap, minX, minY, maxX, maxY); + com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(1, 1, 0, 1, 0, 0, 1, radius, startX, startY, light, resistanceMap, minX, minY, maxX, maxY); + com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(1, 1, 0, 0, 1, -1, 0, radius, startX, startY, light, resistanceMap, minX, minY, maxX, maxY); + com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(1, 1, 0, 1, 0, 0, -1, radius, startX, startY, light, resistanceMap, minX, minY, maxX, maxY); + com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(1, 1, 0, 0, -1, -1, 0, radius, startX, startY, light, resistanceMap, minX, minY, maxX, maxY); + com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(1, 1, 0, -1, 0, 0, -1, radius, startX, startY, light, resistanceMap, minX, minY, maxX, maxY); + com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(1, 1, 0, 0, -1, 1, 0, radius, startX, startY, light, resistanceMap, minX, minY, maxX, maxY); + com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(1, 1, 0, -1, 0, 0, 1, radius, startX, startY, light, resistanceMap, minX, minY, maxX, maxY); + return light; +} + +function com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(row, start_0, end, xx, xy, yx, yy, radius, startx, starty, decay, lightMap, map_0, radiusStrategy, minX, minY, maxX, maxY){ + var blocked, currentX, currentY, deltaRadius, deltaX, deltaY, distance, leftSlope, newStart, rightSlope; + newStart = 0; + if (start_0 < end) { + return; + } + blocked = false; + for (distance = row; distance <= radius && distance < maxX - minX + maxY - minY && !blocked; distance++) { + deltaY = -distance; + for (deltaX = -distance; deltaX <= 0; deltaX++) { + currentX = startx + deltaX * xx + deltaY * xy; + currentY = starty + deltaX * yx + deltaY * yy; + leftSlope = (deltaX - 0.5) / (deltaY + 0.5); + rightSlope = (deltaX + 0.5) / (deltaY - 0.5); + if (!(currentX >= minX && currentY >= minY && currentX < maxX && currentY < maxY) || start_0 < rightSlope) { + continue; + } + else if (end > leftSlope) { + break; + } + deltaRadius = com_github_yellowstonegames_grid_Radius_$radius__Lcom_github_yellowstonegames_grid_Radius_2FFF(radiusStrategy, deltaX, deltaY); + deltaRadius <= radius && (lightMap[currentX][currentY] = 1 - decay * deltaRadius); + if (blocked) { + if (map_0[currentX][currentY] >= 1) { + newStart = rightSlope; + } + else { + blocked = false; + start_0 = newStart; + } + } + else { + if (map_0[currentX][currentY] >= 1 && distance < radius) { + blocked = true; + com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(distance + 1, start_0, leftSlope, xx, xy, yx, yy, radius, startx, starty, decay, lightMap, map_0, radiusStrategy, minX, minY, maxX, maxY); + newStart = rightSlope; + } + } + } + } +} + +function com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(row, start_0, end, xx, xy, yx, yy, radius, startx, starty, lightMap, blockMap, minX, minY, maxX, maxY){ + var blocked, currentX, currentY, deltaX, deltaY, distance, leftSlope, newStart, rightSlope; + newStart = 0; + if (start_0 < end) { + return; + } + blocked = false; + for (distance = row; distance <= radius && distance < maxX - minX + maxY - minY && !blocked; distance++) { + deltaY = -distance; + for (deltaX = -distance; deltaX <= 0; deltaX++) { + currentX = startx + deltaX * xx + deltaY * xy; + currentY = starty + deltaX * yx + deltaY * yy; + leftSlope = (deltaX - 0.5) / (deltaY + 0.5); + rightSlope = (deltaX + 0.5) / (deltaY - 0.5); + if (!(currentX >= minX && currentY >= minY && currentX < maxX && currentY < maxY) || start_0 < rightSlope) { + continue; + } + else if (end > leftSlope) { + break; + } + lightMap[currentX][currentY] = 1; + if (blocked) { + if (blockMap[currentX][currentY] >= 1) { + newStart = rightSlope; + } + else { + blocked = false; + start_0 = newStart; + } + } + else { + if (blockMap[currentX][currentY] >= 1 && distance < radius) { + blocked = true; + com_github_yellowstonegames_grid_FOV_shadowCastBinary__IFFIIIIFII_3_3F_3_3FIIIIV(distance + 1, start_0, leftSlope, xx, xy, yx, yy, radius, startx, starty, lightMap, blockMap, minX, minY, maxX, maxY); + newStart = rightSlope; + } + } + } + } +} + +function com_github_yellowstonegames_grid_FOV_shadowCastCheck__IFFIIIIFII_3_3FIIIIIIZ(row, start_0, end, xx, xy, yx, yy, radius, startx, starty, map_0, minX, minY, maxX, maxY, targetX, targetY){ + var blocked, currentX, currentY, deltaX, deltaY, distance, leftSlope, newStart, rightSlope; + newStart = 0; + if (start_0 < end) { + return false; + } + blocked = false; + for (distance = row; distance <= radius && distance < maxX - minX + maxY - minY && !blocked; distance++) { + deltaY = -distance; + for (deltaX = -distance; deltaX <= 0; deltaX++) { + currentX = startx + deltaX * xx + deltaY * xy; + currentY = starty + deltaX * yx + deltaY * yy; + leftSlope = (deltaX - 0.5) / (deltaY + 0.5); + rightSlope = (deltaX + 0.5) / (deltaY - 0.5); + if (!(currentX >= minX && currentY >= minY && currentX < maxX && currentY < maxY) || start_0 < rightSlope) { + continue; + } + else if (end > leftSlope) { + break; + } + if (currentX == targetX && currentY == targetY) + return true; + if (blocked) { + if (map_0[currentX][currentY] >= 1) { + newStart = rightSlope; + } + else { + blocked = false; + start_0 = newStart; + } + } + else { + if (map_0[currentX][currentY] >= 1 && distance < radius) { + blocked = true; + if (com_github_yellowstonegames_grid_FOV_shadowCastCheck__IFFIIIIFII_3_3FIIIIIIZ(distance + 1, start_0, leftSlope, xx, xy, yx, yy, radius, startx, starty, map_0, minX, minY, maxX, maxY, targetX, targetY)) + return true; + newStart = rightSlope; + } + } + } + } + return false; +} + +function com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(row, start_0, end, xx, xy, yx, yy, radius, startX, startY, decay, lightMap, map_0, radiusStrategy, minX, minY, maxX, maxY){ + var blocked, currentX, currentY, deltaRadius, deltaX, deltaY, distance, leftSlope, newStart, rightSlope; + newStart = 0; + if (start_0 < end) { + return; + } + blocked = false; + for (distance = row; distance <= radius && distance < maxX - minX + maxY - minY && !blocked; distance++) { + deltaY = -distance; + for (deltaX = -distance; deltaX <= 0; deltaX++) { + currentX = startX + deltaX * xx + deltaY * xy; + currentY = startY + deltaX * yx + deltaY * yy; + leftSlope = (deltaX - 0.5) / (deltaY + 0.5); + rightSlope = (deltaX + 0.5) / (deltaY - 0.5); + if (!(currentX >= minX && currentY >= minY && currentX < maxX && currentY < maxY) || start_0 < rightSlope) { + continue; + } + else if (end > leftSlope) { + break; + } + deltaRadius = com_github_yellowstonegames_grid_Radius_$radius__Lcom_github_yellowstonegames_grid_Radius_2FFF(radiusStrategy, deltaX, deltaY); + deltaRadius <= radius && com_github_yellowstonegames_grid_FOV_shadowCastCheck__IFFIIIIFII_3_3FIIIIIIZ(1, 1, 0, -xx, -xy, -yx, -yy, radius, currentX, currentY, map_0, minX, minY, maxX, maxY, startX, startY) && (lightMap[currentX][currentY] = 1 - decay * deltaRadius); + if (blocked) { + if (map_0[currentX][currentY] >= 1) { + newStart = rightSlope; + } + else { + blocked = false; + start_0 = newStart; + } + } + else { + if (map_0[currentX][currentY] >= 1 && distance < radius) { + blocked = true; + com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(distance + 1, start_0, leftSlope, xx, xy, yx, yy, radius, startX, startY, decay, lightMap, map_0, radiusStrategy, minX, minY, maxX, maxY); + newStart = rightSlope; + } + } + } + } +} + +function com_github_yellowstonegames_grid_LightingManager_$addLight__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Radiance_2Lcom_github_yellowstonegames_grid_LightingManager_2(this$static, position, light){ + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_grid_LightingManager_lights, position, light); + return this$static; +} + +function com_github_yellowstonegames_grid_LightingManager_$calculateFOV__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_tommyettinger_ds_ObjectFloatMap_2IIII_3_3F(this$static, viewers, minX, minY, maxX, maxY){ + var e, e$iterator, e$iterator0, i, i0, maxRange, pos, radiance, range, sz, x_0, y_0; + minX = $wnd.Math.min($wnd.Math.max(minX, 0), this$static.com_github_yellowstonegames_grid_LightingManager_width); + maxX = $wnd.Math.min($wnd.Math.max(maxX, 0), this$static.com_github_yellowstonegames_grid_LightingManager_width); + minY = $wnd.Math.min($wnd.Math.max(minY, 0), this$static.com_github_yellowstonegames_grid_LightingManager_height); + maxY = $wnd.Math.min($wnd.Math.max(maxY, 0), this$static.com_github_yellowstonegames_grid_LightingManager_height); + com_github_tommyettinger_digital_ArrayTools_fill___3_3FF_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_fovResult, 0); + com_github_tommyettinger_digital_ArrayTools_fill___3_3FF_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_losResult, 0); + for (e$iterator0 = com_github_tommyettinger_ds_ObjectFloatOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2(viewers).com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter; com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_2Z(e$iterator0);) { + e = e$iterator0.next__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entry_2(); + com_github_yellowstonegames_grid_LightingManager$SymmetryMode_$getFov__Lcom_github_yellowstonegames_grid_LightingManager$SymmetryMode_2_3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_symmetry, this$static.com_github_yellowstonegames_grid_LightingManager_resistances, this$static.com_github_yellowstonegames_grid_LightingManager_floatCombining, e.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key.com_github_yellowstonegames_grid_Coord_x, e.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key.com_github_yellowstonegames_grid_Coord_y, e.com_github_tommyettinger_ds_ObjectFloatMap$Entry_value, this$static.com_github_yellowstonegames_grid_LightingManager_radiusStrategy); + com_github_yellowstonegames_grid_FOV_addFOVsInto___3_3F_3_3F_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_fovResult, this$static.com_github_yellowstonegames_grid_LightingManager_floatCombining); + } + com_github_tommyettinger_digital_ArrayTools_fill___3_3FF_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_lightingStrength, 0); + com_github_tommyettinger_digital_ArrayTools_fill___3_3II_3_3I(this$static.com_github_yellowstonegames_grid_LightingManager_colorLighting, $intern_2430); + sz = this$static.com_github_yellowstonegames_grid_LightingManager_lights.com_github_tommyettinger_ds_ObjectObjectMap_size; + maxRange = 0; + for (i0 = 0; i0 < sz; i0++) { + pos = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keyAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static.com_github_yellowstonegames_grid_LightingManager_lights, i0); + radiance = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$getAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static.com_github_yellowstonegames_grid_LightingManager_lights, i0); + if (!radiance) + continue; + range = radiance.com_github_yellowstonegames_grid_Radiance_range; + range > maxRange && pos.com_github_yellowstonegames_grid_Coord_x + range >= minX && pos.com_github_yellowstonegames_grid_Coord_x - range < maxX && pos.com_github_yellowstonegames_grid_Coord_y + range >= minY && pos.com_github_yellowstonegames_grid_Coord_y - range < maxY && (maxRange = range); + } + for (e$iterator = com_github_tommyettinger_ds_ObjectFloatOrderedMap_$entrySet__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Lcom_github_tommyettinger_ds_ObjectFloatMap$Entries_2(viewers).com_github_tommyettinger_ds_ObjectFloatMap$Entries_iter; com_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectFloatMap$EntryIterator_2Z(e$iterator);) { + e = e$iterator.next__Lcom_github_tommyettinger_ds_ObjectFloatMap$Entry_2(); + com_github_yellowstonegames_grid_FOV_reuseLOS___3_3F_3_3FIIIIII_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_resistances, this$static.com_github_yellowstonegames_grid_LightingManager_floatCombining, e.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key.com_github_yellowstonegames_grid_Coord_x, e.com_github_tommyettinger_ds_ObjectFloatMap$Entry_key.com_github_yellowstonegames_grid_Coord_y, minX, minY, maxX, maxY); + com_github_yellowstonegames_grid_FOV_addFOVsInto___3_3F_3_3F_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_losResult, this$static.com_github_yellowstonegames_grid_LightingManager_floatCombining); + } + com_github_yellowstonegames_grid_Region_$expand8way__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3FFFLcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_LightingManager_noticeable, this$static.com_github_yellowstonegames_grid_LightingManager_losResult, $intern_138, $intern_367), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil(maxRange))); + for (i = 0; i < sz; i++) { + pos = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keyAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static.com_github_yellowstonegames_grid_LightingManager_lights, i); + if (!com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static.com_github_yellowstonegames_grid_LightingManager_noticeable, pos)) + continue; + radiance = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$getAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static.com_github_yellowstonegames_grid_LightingManager_lights, i); + if (!radiance) + continue; + com_github_yellowstonegames_grid_LightingManager$SymmetryMode_$getFov__Lcom_github_yellowstonegames_grid_LightingManager$SymmetryMode_2_3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_symmetry, this$static.com_github_yellowstonegames_grid_LightingManager_resistances, this$static.com_github_yellowstonegames_grid_LightingManager_lightFromFOV, pos.com_github_yellowstonegames_grid_Coord_x, pos.com_github_yellowstonegames_grid_Coord_y, radiance.com_github_yellowstonegames_grid_Radiance_range, this$static.com_github_yellowstonegames_grid_LightingManager_radiusStrategy); + com_github_yellowstonegames_grid_LightingManager_$mixColoredLighting__Lcom_github_yellowstonegames_grid_LightingManager_2FIV(this$static, radiance.com_github_yellowstonegames_grid_Radiance_flare, radiance.com_github_yellowstonegames_grid_Radiance_color); + } + for (x_0 = $wnd.Math.max(0, minX); x_0 < maxX && x_0 < this$static.com_github_yellowstonegames_grid_LightingManager_width; x_0++) { + for (y_0 = $wnd.Math.max(0, minY); y_0 < maxY && y_0 < this$static.com_github_yellowstonegames_grid_LightingManager_height; y_0++) { + this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0][y_0] > 0 && (this$static.com_github_yellowstonegames_grid_LightingManager_fovResult[x_0][y_0] = $wnd.Math.min($wnd.Math.max(this$static.com_github_yellowstonegames_grid_LightingManager_fovResult[x_0][y_0] + this$static.com_github_yellowstonegames_grid_LightingManager_lightingStrength[x_0][y_0], 0), 1)); + } + } + return this$static.com_github_yellowstonegames_grid_LightingManager_fovResult; +} + +function com_github_yellowstonegames_grid_LightingManager_$drawOklab__Lcom_github_yellowstonegames_grid_LightingManager_2_3_3IV(this$static, backgrounds){ + var x_0, y_0; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_LightingManager_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_LightingManager_height; y_0++) { + this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0][y_0] > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_fovResult[x_0][y_0] > 0 && (backgrounds[x_0][y_0] = com_github_yellowstonegames_core_DescriptiveColor_lerpColorsBlended__IIFI(this$static.com_github_yellowstonegames_grid_LightingManager_backgroundColor, this$static.com_github_yellowstonegames_grid_LightingManager_colorLighting[x_0][y_0], this$static.com_github_yellowstonegames_grid_LightingManager_lightingStrength[x_0][y_0])); + } + } +} + +function com_github_yellowstonegames_grid_LightingManager_$hashCode__Lcom_github_yellowstonegames_grid_LightingManager_2I(this$static){ + var result; + result = this$static.com_github_yellowstonegames_grid_LightingManager_radiusStrategy?javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_grid_LightingManager_radiusStrategy):0; + result = 31 * result + com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3FI((com_github_tommyettinger_digital_Hasher_$clinit__V() , com_github_tommyettinger_digital_Hasher_eligos), this$static.com_github_yellowstonegames_grid_LightingManager_resistances); + result = 31 * result + com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3FI(com_github_tommyettinger_digital_Hasher_eligos, this$static.com_github_yellowstonegames_grid_LightingManager_fovResult); + result = 31 * result + com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3FI(com_github_tommyettinger_digital_Hasher_eligos, this$static.com_github_yellowstonegames_grid_LightingManager_losResult); + result = 31 * result + com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3FI(com_github_tommyettinger_digital_Hasher_eligos, this$static.com_github_yellowstonegames_grid_LightingManager_lightFromFOV); + result = 31 * result + com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3FI(com_github_tommyettinger_digital_Hasher_eligos, this$static.com_github_yellowstonegames_grid_LightingManager_lightingStrength); + result = 31 * result + com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3_3II(com_github_tommyettinger_digital_Hasher_eligos, this$static.com_github_yellowstonegames_grid_LightingManager_colorLighting); + result = 31 * result + this$static.com_github_yellowstonegames_grid_LightingManager_width; + result = 31 * result + this$static.com_github_yellowstonegames_grid_LightingManager_height; + result = 31 * result + this$static.com_github_yellowstonegames_grid_LightingManager_backgroundColor; + result = 31 * result + com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this$static.com_github_yellowstonegames_grid_LightingManager_viewerRange); + result = 31 * result + (this$static.com_github_yellowstonegames_grid_LightingManager_lights?com_github_tommyettinger_ds_ObjectObjectMap_$hashCode__Lcom_github_tommyettinger_ds_ObjectObjectMap_2I(this$static.com_github_yellowstonegames_grid_LightingManager_lights):0); + result = 31 * result + (this$static.com_github_yellowstonegames_grid_LightingManager_noticeable?com_github_yellowstonegames_grid_Region_$hashCode__Lcom_github_yellowstonegames_grid_Region_2I(this$static.com_github_yellowstonegames_grid_LightingManager_noticeable):0); + return result; +} + +function com_github_yellowstonegames_grid_LightingManager_$mixColoredLighting__Lcom_github_yellowstonegames_grid_LightingManager_2FIV(this$static, flare, color_0){ + var b, basis, basisStrength, bs, change, eA, eAlpha, eB, eL, o, os, otherStrength, sA, sAlpha, sB, sL, x_0, y_0; + basis = this$static.com_github_yellowstonegames_grid_LightingManager_colorLighting; + basisStrength = this$static.com_github_yellowstonegames_grid_LightingManager_lightingStrength; + otherStrength = this$static.com_github_yellowstonegames_grid_LightingManager_lightFromFOV; + flare += 1; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_LightingManager_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_LightingManager_height; y_0++) { + if (this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0][y_0] > 0) { + if (this$static.com_github_yellowstonegames_grid_LightingManager_resistances[x_0][y_0] >= 1) { + os = 0; + y_0 > 0 && (this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0][y_0 - 1] > 0 && otherStrength[x_0][y_0 - 1] > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_resistances[x_0][y_0 - 1] < 1 || x_0 > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0 - 1][y_0 - 1] > 0 && otherStrength[x_0 - 1][y_0 - 1] > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_resistances[x_0 - 1][y_0 - 1] < 1 || x_0 < this$static.com_github_yellowstonegames_grid_LightingManager_width - 1 && this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0 + 1][y_0 - 1] > 0 && otherStrength[x_0 + 1][y_0 - 1] > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_resistances[x_0 + 1][y_0 - 1] < 1) && (os = otherStrength[x_0][y_0]); + y_0 < this$static.com_github_yellowstonegames_grid_LightingManager_height - 1 && (this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0][y_0 + 1] > 0 && otherStrength[x_0][y_0 + 1] > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_resistances[x_0][y_0 + 1] < 1 || x_0 > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0 - 1][y_0 + 1] > 0 && otherStrength[x_0 - 1][y_0 + 1] > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_resistances[x_0 - 1][y_0 + 1] < 1 || x_0 < this$static.com_github_yellowstonegames_grid_LightingManager_width - 1 && this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0 + 1][y_0 + 1] > 0 && otherStrength[x_0 + 1][y_0 + 1] > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_resistances[x_0 + 1][y_0 + 1] < 1) && (os = otherStrength[x_0][y_0]); + x_0 > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0 - 1][y_0] > 0 && otherStrength[x_0 - 1][y_0] > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_resistances[x_0 - 1][y_0] < 1 && (os = otherStrength[x_0][y_0]); + x_0 < this$static.com_github_yellowstonegames_grid_LightingManager_width - 1 && this$static.com_github_yellowstonegames_grid_LightingManager_losResult[x_0 + 1][y_0] > 0 && otherStrength[x_0 + 1][y_0] > 0 && this$static.com_github_yellowstonegames_grid_LightingManager_resistances[x_0 + 1][y_0] < 1 && (os = otherStrength[x_0][y_0]); + if (os > 0) + o = color_0; + else + continue; + } + else { + if ((os = otherStrength[x_0][y_0]) != 0) + o = color_0; + else + continue; + } + bs = basisStrength[x_0][y_0]; + b = basis[x_0][y_0]; + if ((b & 255) == 255) { + basis[x_0][y_0] = o; + basisStrength[x_0][y_0] = $wnd.Math.min(1, bs + os * flare); + } + else { + if ((o & 255) != 255) { + sL = b & 255; + sA = b >>> 8 & 255; + sB = b >>> 16 & 255; + sAlpha = b & -33554432; + eL = o & 255; + eA = o >>> 8 & 255; + eB = o >>> 16 & 255; + eAlpha = o >>> 25; + change = ((os - bs) * 0.5 + 0.5) * eAlpha * 0.007874015718698502; + basis[x_0][y_0] = com_google_gwt_lang_Cast_round_1int__DI(sL + change * (eL - sL)) & 255 | (com_google_gwt_lang_Cast_round_1int__DI(sA + change * (eA - sA)) & 255) << 8 | (com_google_gwt_lang_Cast_round_1int__DI(sB + change * (eB - sB)) & 255) << 16 | sAlpha; + basisStrength[x_0][y_0] = $wnd.Math.min(1, bs + os * change * flare); + } + else { + basisStrength[x_0][y_0] = $wnd.Math.min(1, bs + os * flare); + } + } + } + } + } +} + +function com_github_yellowstonegames_grid_LightingManager_$moveLight__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_LightingManager_2(this$static, oldPosition, newPosition){ + var old; + old = com_github_tommyettinger_ds_ObjectObjectMap_$get__Lcom_github_tommyettinger_ds_ObjectObjectMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_grid_LightingManager_lights, oldPosition); + if (!old) + return this$static; + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$alter__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_grid_LightingManager_lights, oldPosition, newPosition); + return this$static; +} + +function com_github_yellowstonegames_grid_LightingManager_$removeLight__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_LightingManager_2(this$static, position){ + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$remove__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_grid_LightingManager_lights, position); + return this$static; +} + +function com_github_yellowstonegames_grid_LightingManager_$update__Lcom_github_yellowstonegames_grid_LightingManager_2V(this$static){ + var i, pos, radiance, sz, com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_time_0, com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_current_0; + com_github_tommyettinger_digital_ArrayTools_fill___3_3FF_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_lightingStrength, 0); + com_github_tommyettinger_digital_ArrayTools_fill___3_3II_3_3I(this$static.com_github_yellowstonegames_grid_LightingManager_colorLighting, $intern_2430); + sz = this$static.com_github_yellowstonegames_grid_LightingManager_lights.com_github_tommyettinger_ds_ObjectObjectMap_size; + for (i = 0; i < sz; i++) { + pos = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keyAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static.com_github_yellowstonegames_grid_LightingManager_lights, i); + if (!com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static.com_github_yellowstonegames_grid_LightingManager_noticeable, pos)) + continue; + radiance = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$getAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(this$static.com_github_yellowstonegames_grid_LightingManager_lights, i); + if (!radiance) + continue; + com_github_yellowstonegames_grid_LightingManager$SymmetryMode_$getFov__Lcom_github_yellowstonegames_grid_LightingManager$SymmetryMode_2_3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F(this$static.com_github_yellowstonegames_grid_LightingManager_symmetry, this$static.com_github_yellowstonegames_grid_LightingManager_resistances, this$static.com_github_yellowstonegames_grid_LightingManager_lightFromFOV, pos.com_github_yellowstonegames_grid_Coord_x, pos.com_github_yellowstonegames_grid_Coord_y, (com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_time_0 = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_2514)) * 0.0059814453125) , com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_current_0 = radiance.com_github_yellowstonegames_grid_Radiance_range , radiance.com_github_yellowstonegames_grid_Radiance_flicker != 0 && (com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_current_0 *= com_github_tommyettinger_random_LineWobble_trobble__IFF(radiance.com_github_yellowstonegames_grid_Radiance_seed, com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_time_0 * radiance.com_github_yellowstonegames_grid_Radiance_flicker + radiance.com_github_yellowstonegames_grid_Radiance_delay) * $intern_163 + com_github_tommyettinger_random_LineWobble_trobble__IFF(radiance.com_github_yellowstonegames_grid_Radiance_seed ^ $intern_2426, $intern_2515 * (com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_time_0 * radiance.com_github_yellowstonegames_grid_Radiance_flicker + radiance.com_github_yellowstonegames_grid_Radiance_delay + $intern_2515)) * 0.125 + 0.5) , radiance.com_github_yellowstonegames_grid_Radiance_strobe != 0 && (com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_current_0 *= com_github_tommyettinger_digital_TrigTools_sinTurns__FF(com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_time_0 * radiance.com_github_yellowstonegames_grid_Radiance_strobe + radiance.com_github_yellowstonegames_grid_Radiance_delay) * $intern_163 + 0.75) , $wnd.Math.max(com_github_yellowstonegames_grid_Radiance_$currentRange__Lcom_github_yellowstonegames_grid_Radiance_2F_current_0, radiance.com_github_yellowstonegames_grid_Radiance_range * radiance.com_github_yellowstonegames_grid_Radiance_flare)), this$static.com_github_yellowstonegames_grid_LightingManager_radiusStrategy); + com_github_yellowstonegames_grid_LightingManager_$mixColoredLighting__Lcom_github_yellowstonegames_grid_LightingManager_2FIV(this$static, radiance.com_github_yellowstonegames_grid_Radiance_flare, radiance.com_github_yellowstonegames_grid_Radiance_color); + } +} + +function com_github_yellowstonegames_grid_LightingManager_LightingManager___3_3FILcom_github_yellowstonegames_grid_Radius_2FV(resistance, backgroundColor, radiusStrategy){ + com_github_yellowstonegames_grid_LightingManager_LightingManager___3_3FILcom_github_yellowstonegames_grid_Radius_2FLcom_github_yellowstonegames_grid_LightingManager$SymmetryMode_2V.call(this, resistance, backgroundColor, radiusStrategy, (com_github_yellowstonegames_grid_LightingManager$SymmetryMode_$clinit__V() , com_github_yellowstonegames_grid_LightingManager$SymmetryMode_SYMMETRICAL)); +} + +function com_github_yellowstonegames_grid_LightingManager_LightingManager___3_3FILcom_github_yellowstonegames_grid_Radius_2FLcom_github_yellowstonegames_grid_LightingManager$SymmetryMode_2V(resistance, backgroundColor, radiusStrategy, symmetry){ + this.com_github_yellowstonegames_grid_LightingManager_radiusStrategy = radiusStrategy; + this.com_github_yellowstonegames_grid_LightingManager_symmetry = symmetry; + this.com_github_yellowstonegames_grid_LightingManager_viewerRange = 4; + this.com_github_yellowstonegames_grid_LightingManager_backgroundColor = backgroundColor; + this.com_github_yellowstonegames_grid_LightingManager_resistances = resistance; + this.com_github_yellowstonegames_grid_LightingManager_width = this.com_github_yellowstonegames_grid_LightingManager_resistances.length; + this.com_github_yellowstonegames_grid_LightingManager_height = this.com_github_yellowstonegames_grid_LightingManager_resistances[0].length; + this.com_github_yellowstonegames_grid_LightingManager_fovResult = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [this.com_github_yellowstonegames_grid_LightingManager_width, this.com_github_yellowstonegames_grid_LightingManager_height], 2); + this.com_github_yellowstonegames_grid_LightingManager_lightFromFOV = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [this.com_github_yellowstonegames_grid_LightingManager_width, this.com_github_yellowstonegames_grid_LightingManager_height], 2); + this.com_github_yellowstonegames_grid_LightingManager_losResult = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [this.com_github_yellowstonegames_grid_LightingManager_width, this.com_github_yellowstonegames_grid_LightingManager_height], 2); + this.com_github_yellowstonegames_grid_LightingManager_colorLighting = com_github_tommyettinger_digital_ArrayTools_fill__III_3_3I($intern_2430, this.com_github_yellowstonegames_grid_LightingManager_width, this.com_github_yellowstonegames_grid_LightingManager_height); + this.com_github_yellowstonegames_grid_LightingManager_lightingStrength = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [this.com_github_yellowstonegames_grid_LightingManager_width, this.com_github_yellowstonegames_grid_LightingManager_height], 2); + this.com_github_yellowstonegames_grid_LightingManager_floatCombining = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [this.com_github_yellowstonegames_grid_LightingManager_width, this.com_github_yellowstonegames_grid_LightingManager_height], 2); + com_github_yellowstonegames_grid_Coord_expandPoolTo__IIV(this.com_github_yellowstonegames_grid_LightingManager_width, this.com_github_yellowstonegames_grid_LightingManager_height); + this.com_github_yellowstonegames_grid_LightingManager_lights = new com_github_yellowstonegames_grid_CoordObjectOrderedMap_CoordObjectOrderedMap__IV(32); + this.com_github_yellowstonegames_grid_LightingManager_noticeable = new com_github_yellowstonegames_grid_Region_Region__IIV(this.com_github_yellowstonegames_grid_LightingManager_width, this.com_github_yellowstonegames_grid_LightingManager_height); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(551, 1, {551:1}, com_github_yellowstonegames_grid_LightingManager_LightingManager___3_3FILcom_github_yellowstonegames_grid_Radius_2FV); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_LightingManager_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1LightingManager_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (this.com_github_yellowstonegames_grid_LightingManager_width != that.com_github_yellowstonegames_grid_LightingManager_width) + return false; + if (this.com_github_yellowstonegames_grid_LightingManager_height != that.com_github_yellowstonegames_grid_LightingManager_height) + return false; + if (this.com_github_yellowstonegames_grid_LightingManager_backgroundColor != that.com_github_yellowstonegames_grid_LightingManager_backgroundColor) + return false; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_grid_LightingManager_viewerRange, this.com_github_yellowstonegames_grid_LightingManager_viewerRange) != 0) + return false; + if (this.com_github_yellowstonegames_grid_LightingManager_radiusStrategy != that.com_github_yellowstonegames_grid_LightingManager_radiusStrategy) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_LightingManager_resistances, that.com_github_yellowstonegames_grid_LightingManager_resistances)) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_LightingManager_fovResult, that.com_github_yellowstonegames_grid_LightingManager_fovResult)) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_LightingManager_losResult, that.com_github_yellowstonegames_grid_LightingManager_losResult)) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_LightingManager_lightFromFOV, that.com_github_yellowstonegames_grid_LightingManager_lightFromFOV)) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_LightingManager_lightingStrength, that.com_github_yellowstonegames_grid_LightingManager_lightingStrength)) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_LightingManager_colorLighting, that.com_github_yellowstonegames_grid_LightingManager_colorLighting)) + return false; + if (!java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_LightingManager_lights, that.com_github_yellowstonegames_grid_LightingManager_lights)) + return false; + return java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_LightingManager_noticeable, that.com_github_yellowstonegames_grid_LightingManager_noticeable); +} +; +_.hashCode__I = function com_github_yellowstonegames_grid_LightingManager_hashCode__I(){ + return com_github_yellowstonegames_grid_LightingManager_$hashCode__Lcom_github_yellowstonegames_grid_LightingManager_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_grid_LightingManager_toString__Ljava_lang_String_2(){ + return 'LightingManager{size:' + this.com_github_yellowstonegames_grid_LightingManager_width + 'x' + this.com_github_yellowstonegames_grid_LightingManager_height + '}'; +} +; +_.com_github_yellowstonegames_grid_LightingManager_backgroundColor = 0; +_.com_github_yellowstonegames_grid_LightingManager_height = 0; +_.com_github_yellowstonegames_grid_LightingManager_viewerRange = 0; +_.com_github_yellowstonegames_grid_LightingManager_width = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1LightingManager_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'LightingManager', 551, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_grid_LightingManager$SymmetryMode_$clinit__V(){ + com_github_yellowstonegames_grid_LightingManager$SymmetryMode_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_grid_LightingManager$SymmetryMode_FAST = new com_github_yellowstonegames_grid_LightingManager$SymmetryMode_LightingManager$SymmetryMode__Ljava_lang_String_2ILcom_github_yellowstonegames_grid_LightingManager$FovFunction_2V('FAST', 0, new com_github_yellowstonegames_grid_LightingManager$SymmetryMode$0methodref$reuseFOV$Type_LightingManager$SymmetryMode$0methodref$reuseFOV$Type__V); + com_github_yellowstonegames_grid_LightingManager$SymmetryMode_SYMMETRICAL = new com_github_yellowstonegames_grid_LightingManager$SymmetryMode_LightingManager$SymmetryMode__Ljava_lang_String_2ILcom_github_yellowstonegames_grid_LightingManager$FovFunction_2V('SYMMETRICAL', 1, new com_github_yellowstonegames_grid_LightingManager$SymmetryMode$1methodref$reuseFOVSymmetrical$Type_LightingManager$SymmetryMode$1methodref$reuseFOVSymmetrical$Type__V); +} + +function com_github_yellowstonegames_grid_LightingManager$SymmetryMode_$getFov__Lcom_github_yellowstonegames_grid_LightingManager$SymmetryMode_2_3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F(this$static, resistanceMap, light, startX, startY, radius, radiusTechnique){ + return this$static.com_github_yellowstonegames_grid_LightingManager$SymmetryMode_fun.getFov___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F(resistanceMap, light, startX, startY, radius, radiusTechnique); +} + +function com_github_yellowstonegames_grid_LightingManager$SymmetryMode_LightingManager$SymmetryMode__Ljava_lang_String_2ILcom_github_yellowstonegames_grid_LightingManager$FovFunction_2V(enum$name, enum$ordinal, fun){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); + this.com_github_yellowstonegames_grid_LightingManager$SymmetryMode_fun = fun; +} + +function com_github_yellowstonegames_grid_LightingManager$SymmetryMode_values___3Lcom_github_yellowstonegames_grid_LightingManager$SymmetryMode_2(){ + com_github_yellowstonegames_grid_LightingManager$SymmetryMode_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1LightingManager$SymmetryMode_12_1classLit, 1), $intern_11, 472, 0, [com_github_yellowstonegames_grid_LightingManager$SymmetryMode_FAST, com_github_yellowstonegames_grid_LightingManager$SymmetryMode_SYMMETRICAL]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(472, 39, {472:1, 3:1, 42:1, 39:1}, com_github_yellowstonegames_grid_LightingManager$SymmetryMode_LightingManager$SymmetryMode__Ljava_lang_String_2ILcom_github_yellowstonegames_grid_LightingManager$FovFunction_2V); +var com_github_yellowstonegames_grid_LightingManager$SymmetryMode_FAST, com_github_yellowstonegames_grid_LightingManager$SymmetryMode_SYMMETRICAL; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1LightingManager$SymmetryMode_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_2513, 'LightingManager/SymmetryMode', 472, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_github_yellowstonegames_grid_LightingManager$SymmetryMode_values___3Lcom_github_yellowstonegames_grid_LightingManager$SymmetryMode_2); +function com_github_yellowstonegames_grid_LightingManager$SymmetryMode$0methodref$reuseFOV$Type_LightingManager$SymmetryMode$0methodref$reuseFOV$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(912, 1, {}, com_github_yellowstonegames_grid_LightingManager$SymmetryMode$0methodref$reuseFOV$Type_LightingManager$SymmetryMode$0methodref$reuseFOV$Type__V); +_.getFov___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F = function com_github_yellowstonegames_grid_LightingManager$SymmetryMode$0methodref$reuseFOV$Type_getFov___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F(resistanceMap, light, startX, startY, radius, radiusTechnique){ + var com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0; + return com_github_yellowstonegames_grid_FOV_$clinit__V() , com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0 = 1 / radius , com_github_tommyettinger_digital_ArrayTools_fill___3_3FF_3_3F(light, 0) , light[startX][startY] = $wnd.Math.min(1, radius) , com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0 = light.length , com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0 = light[0].length , com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 0, 1, 1, 0, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 1, 0, 0, 1, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 0, 1, -1, 0, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 1, 0, 0, -1, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 0, -1, -1, 0, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, -1, 0, 0, -1, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 0, -1, 1, 0, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCast__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, -1, 0, 0, 1, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOV___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , light; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1LightingManager$SymmetryMode$0methodref$reuseFOV$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'LightingManager/SymmetryMode/0methodref$reuseFOV$Type', 912, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_grid_LightingManager$SymmetryMode$1methodref$reuseFOVSymmetrical$Type_LightingManager$SymmetryMode$1methodref$reuseFOVSymmetrical$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(913, 1, {}, com_github_yellowstonegames_grid_LightingManager$SymmetryMode$1methodref$reuseFOVSymmetrical$Type_LightingManager$SymmetryMode$1methodref$reuseFOVSymmetrical$Type__V); +_.getFov___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F = function com_github_yellowstonegames_grid_LightingManager$SymmetryMode$1methodref$reuseFOVSymmetrical$Type_getFov___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F(resistanceMap, light, startX, startY, radius, radiusTechnique){ + var com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0; + return com_github_yellowstonegames_grid_FOV_$clinit__V() , com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0 = 1 / radius , com_github_tommyettinger_digital_ArrayTools_fill___3_3FF_3_3F(light, 0) , light[startX][startY] = $wnd.Math.min(1, radius) , com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0 = light.length , com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0 = light[0].length , com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 0, 1, 1, 0, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 1, 0, 0, 1, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 0, 1, -1, 0, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 1, 0, 0, -1, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 0, -1, -1, 0, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, -1, 0, 0, -1, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, 0, -1, 1, 0, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , com_github_yellowstonegames_grid_FOV_shadowCastSymmetrical__IFFIIIIFIIF_3_3F_3_3FLcom_github_yellowstonegames_grid_Radius_2IIIIV(1, 1, 0, -1, 0, 0, 1, radius, startX, startY, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_decay_0, light, resistanceMap, radiusTechnique, 0, 0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_width_0, com_github_yellowstonegames_grid_FOV_reuseFOVSymmetrical___3_3F_3_3FIIFLcom_github_yellowstonegames_grid_Radius_2_3_3F_height_0) , light; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1LightingManager$SymmetryMode$1methodref$reuseFOVSymmetrical$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'LightingManager/SymmetryMode/1methodref$reuseFOVSymmetrical$Type', 913, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_grid_LineTools_$clinit__V(){ + com_github_yellowstonegames_grid_LineTools_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_lang_String_$toCharArray__Ljava_lang_String_2_3C(' \u2574\u2575\u2518\u2576\u2500\u2514\u2534\u2577\u2510\u2502\u2524\u250C\u252C\u251C\u253C'); + java_lang_String_$toCharArray__Ljava_lang_String_2_3C(' \u2574\u2577\u2510\u2576\u2500\u250C\u252C\u2575\u2518\u2502\u2524\u2514\u2534\u251C\u253C'); + java_lang_String_$toCharArray__Ljava_lang_String_2_3C(' \u2578\u2579\u251B\u257A\u2501\u2517\u253B\u257B\u2513\u2503\u252B\u250F\u2533\u2523\u254B'); + java_lang_String_$toCharArray__Ljava_lang_String_2_3C(' \u2578\u257B\u2513\u257A\u2501\u250F\u2533\u2579\u251B\u2503\u252B\u2517\u253B\u2523\u254B'); + java_lang_String_$toCharArray__Ljava_lang_String_2_3C(' \u2500\u2502\u2518\u2500\u2500\u2514\u2534\u2502\u2510\u2502\u2524\u250C\u252C\u251C\u253C'); + com_github_yellowstonegames_grid_LineTools_light = java_lang_String_$toCharArray__Ljava_lang_String_2_3C(' \u2500\u2502\u2510\u2500\u2500\u250C\u252C\u2502\u2518\u2502\u2524\u2514\u2534\u251C\u253C'); + java_lang_String_$toCharArray__Ljava_lang_String_2_3C(' \u2501\u2503\u251B\u2501\u2501\u2517\u253B\u2503\u2513\u2503\u252B\u250F\u2533\u2523\u254B'); + java_lang_String_$toCharArray__Ljava_lang_String_2_3C(' \u2501\u2503\u2513\u2501\u2501\u250F\u2533\u2503\u251B\u2503\u252B\u2517\u253B\u2523\u254B'); + com_github_yellowstonegames_grid_LineTools_wallLookup = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2326, $intern_2331, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2326, $intern_2331, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2326, $intern_2331, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2328, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2326, $intern_2332, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2326, $intern_2331, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2326, $intern_2331, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2327, $intern_2325, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2328, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2327, $intern_2333, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2326, $intern_2331, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2327, $intern_2334, $intern_2332, $intern_2326, $intern_2326, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2332, $intern_2326, $intern_2331, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2328, $intern_2327, $intern_2333, $intern_2327, $intern_2327, $intern_2334, $intern_2332, $intern_2326, $intern_2334, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2328, $intern_2326, $intern_2330, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2327, $intern_2334, $intern_2328, $intern_2326, $intern_2323, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2330, $intern_2327, $intern_2333, $intern_2327, $intern_2325, $intern_2334, $intern_2328, $intern_2327, $intern_2324, 35, $intern_2328, $intern_2327, $intern_2324, $intern_2328, $intern_2328, $intern_2323, $intern_2328, $intern_2327, $intern_2333, $intern_2327, $intern_2327, $intern_2334, $intern_2328, $intern_2327, 32]); +} + +function com_github_yellowstonegames_grid_LineTools_hashesToLinesInto___3_3C_3_3CZ_3_3C(source, target, keepSingleHashes){ + com_github_yellowstonegames_grid_LineTools_$clinit__V(); + var height, i, q, width_0, x_0, y_0; + target == null && (target = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [source.length, source[0].length], 2)); + width_0 = $wnd.Math.min(source.length, target.length); + height = $wnd.Math.min(source[0].length, target[0].length); + for (i = 0; i < width_0; i++) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(source[i], 0, target[i], 0, height); + } + for (x_0 = 0; x_0 < width_0; x_0++) { + for (y_0 = 0; y_0 < height; y_0++) { + if (source[x_0][y_0] == 35) { + q = 0; + (y_0 >= height - 1 || source[x_0][y_0 + 1] == 35 || source[x_0][y_0 + 1] == 43 || source[x_0][y_0 + 1] == 47) && (q |= 1); + (x_0 >= width_0 - 1 || source[x_0 + 1][y_0] == 35 || source[x_0 + 1][y_0] == 43 || source[x_0 + 1][y_0] == 47) && (q |= 2); + (y_0 == 0 || source[x_0][y_0 - 1] == 35 || source[x_0][y_0 - 1] == 43 || source[x_0][y_0 - 1] == 47) && (q |= 4); + (x_0 == 0 || source[x_0 - 1][y_0] == 35 || source[x_0 - 1][y_0] == 43 || source[x_0 - 1][y_0] == 47) && (q |= 8); + (y_0 >= height - 1 || x_0 >= width_0 - 1 || source[x_0 + 1][y_0 + 1] == 35 || source[x_0 + 1][y_0 + 1] == 43 || source[x_0 + 1][y_0 + 1] == 47) && (q |= 16); + (y_0 == 0 || x_0 >= width_0 - 1 || source[x_0 + 1][y_0 - 1] == 35 || source[x_0 + 1][y_0 - 1] == 43 || source[x_0 + 1][y_0 - 1] == 47) && (q |= 32); + (y_0 == 0 || x_0 == 0 || source[x_0 - 1][y_0 - 1] == 35 || source[x_0 - 1][y_0 - 1] == 43 || source[x_0 - 1][y_0 - 1] == 47) && (q |= 64); + (y_0 >= height - 1 || x_0 == 0 || source[x_0 - 1][y_0 + 1] == 35 || source[x_0 - 1][y_0 + 1] == 43 || source[x_0 - 1][y_0 + 1] == 47) && (q |= 128); + !keepSingleHashes && com_github_yellowstonegames_grid_LineTools_wallLookup[q] == 35?(target[x_0][y_0] = $intern_2327):(target[x_0][y_0] = com_github_yellowstonegames_grid_LineTools_wallLookup[q]); + } + } + } + return target; +} + +function com_github_yellowstonegames_grid_LineTools_pruneLines___3_3CLcom_github_yellowstonegames_grid_Region_2_3C_3_3C_3_3C(map_0, seen, symbols, writeInto){ + var height, mask, width_0, x_0, y_0; + width_0 = map_0.length; + height = map_0[0].length; + for (x_0 = 0; x_0 < width_0; x_0++) { + for (y_0 = 0; y_0 < height; y_0++) { + if (x_0 >= 0 && y_0 >= 0 && x_0 < seen.com_github_yellowstonegames_grid_Region_width && y_0 < seen.com_github_yellowstonegames_grid_Region_height && seen.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seen.com_github_yellowstonegames_grid_Region_data[x_0 * seen.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0)) { + mask = 15; + x_0 - 1 >= 0 && y_0 >= 0 && x_0 - 1 < seen.com_github_yellowstonegames_grid_Region_width && y_0 < seen.com_github_yellowstonegames_grid_Region_height && seen.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seen.com_github_yellowstonegames_grid_Region_data[(x_0 - 1) * seen.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) || (mask ^= 1); + x_0 + 1 >= 0 && y_0 >= 0 && x_0 + 1 < seen.com_github_yellowstonegames_grid_Region_width && y_0 < seen.com_github_yellowstonegames_grid_Region_height && seen.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seen.com_github_yellowstonegames_grid_Region_data[(x_0 + 1) * seen.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) || (mask ^= 4); + x_0 >= 0 && y_0 - 1 >= 0 && x_0 < seen.com_github_yellowstonegames_grid_Region_width && y_0 - 1 < seen.com_github_yellowstonegames_grid_Region_height && seen.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seen.com_github_yellowstonegames_grid_Region_data[x_0 * seen.com_github_yellowstonegames_grid_Region_ySections + (y_0 - 1 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 - 1 & 63)), 0) || (mask ^= 2); + x_0 >= 0 && y_0 + 1 >= 0 && x_0 < seen.com_github_yellowstonegames_grid_Region_width && y_0 + 1 < seen.com_github_yellowstonegames_grid_Region_height && seen.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(seen.com_github_yellowstonegames_grid_Region_data[x_0 * seen.com_github_yellowstonegames_grid_Region_ySections + (y_0 + 1 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 + 1 & 63)), 0) || (mask ^= 8); + switch (map_0[x_0][y_0]) { + case $intern_2327: + case 9473: + writeInto[x_0][y_0] = symbols[5 & mask]; + break; + case $intern_2328: + case 9475: + writeInto[x_0][y_0] = symbols[10 & mask]; + break; + case $intern_2333: + case 9499: + writeInto[x_0][y_0] = symbols[9 & mask]; + break; + case $intern_2324: + case 9495: + writeInto[x_0][y_0] = symbols[12 & mask]; + break; + case $intern_2334: + case 9491: + writeInto[x_0][y_0] = symbols[3 & mask]; + break; + case $intern_2323: + case 9487: + writeInto[x_0][y_0] = symbols[6 & mask]; + break; + case $intern_2325: + case 9531: + writeInto[x_0][y_0] = symbols[13 & mask]; + break; + case $intern_2332: + case 9515: + writeInto[x_0][y_0] = symbols[11 & mask]; + break; + case $intern_2326: + case 9523: + writeInto[x_0][y_0] = symbols[7 & mask]; + break; + case $intern_2330: + case 9507: + writeInto[x_0][y_0] = symbols[14 & mask]; + break; + case $intern_2331: + case 9547: + writeInto[x_0][y_0] = symbols[15 & mask]; + break; + case 9588: + case 9592: + writeInto[x_0][y_0] = symbols[1 & mask]; + break; + case 9589: + case 9593: + writeInto[x_0][y_0] = symbols[8 & mask]; + break; + case 9590: + case 9594: + writeInto[x_0][y_0] = symbols[4 & mask]; + break; + case 9591: + case 9595: + writeInto[x_0][y_0] = symbols[2 & mask]; + } + } + } + } + return writeInto; +} + +function com_github_yellowstonegames_grid_LineTools_pruneLines___3_3CLcom_github_yellowstonegames_grid_Region_2_3_3C_3_3C(map_0, seen, writeInto){ + com_github_yellowstonegames_grid_LineTools_$clinit__V(); + return com_github_yellowstonegames_grid_LineTools_pruneLines___3_3CLcom_github_yellowstonegames_grid_Region_2_3C_3_3C_3_3C(map_0, seen, com_github_yellowstonegames_grid_LineTools_light, writeInto); +} + +var com_github_yellowstonegames_grid_LineTools_light, com_github_yellowstonegames_grid_LineTools_wallLookup; +function com_github_yellowstonegames_grid_Measurement_$heuristic__Lcom_github_yellowstonegames_grid_Measurement_2Lcom_github_yellowstonegames_grid_Direction_2F(this$static, target){ + if (this$static == 2 && (target == (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_DOWN_1LEFT) || target == com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT || target == com_github_yellowstonegames_grid_Direction_UP_1LEFT || target == com_github_yellowstonegames_grid_Direction_UP_1RIGHT)) { + return 1.4142135381698608; + } + return 1; +} + +function com_github_yellowstonegames_grid_PoissonDisk_$clinit__V(){ + com_github_yellowstonegames_grid_PoissonDisk_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_grid_PoissonDisk_inverseRootTwo = $wnd.Math.sqrt(0.5); +} + +function com_github_yellowstonegames_grid_PoissonDisk_sampleMap__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2FLcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2(minPosition, maxPosition, map_0, minimumDistance, rng){ + var activePoints, angle, cellSize, d, dimensions, found, frustration, grid, gridHeight, gridWidth, height, i, index_0, j, k, listIndex, minimumDistance2, newX, newY, p, point, points, q, qIndex, radius, tooClose, valid, width_0; + width_0 = map_0.com_github_yellowstonegames_grid_Region_width; + height = map_0.com_github_yellowstonegames_grid_Region_height; + dimensions = com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(maxPosition.com_github_yellowstonegames_grid_Coord_x - minPosition.com_github_yellowstonegames_grid_Coord_x, maxPosition.com_github_yellowstonegames_grid_Coord_y - minPosition.com_github_yellowstonegames_grid_Coord_y); + cellSize = $wnd.Math.max(minimumDistance * com_github_yellowstonegames_grid_PoissonDisk_inverseRootTwo, 1); + minimumDistance2 = minimumDistance * minimumDistance; + gridWidth = com_google_gwt_lang_Cast_round_1int__DI(dimensions.com_github_yellowstonegames_grid_Coord_x / cellSize) + 1; + gridHeight = com_google_gwt_lang_Cast_round_1int__DI(dimensions.com_github_yellowstonegames_grid_Coord_y / cellSize) + 1; + grid = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, [$intern_1779, $intern_2337], [77, 47], 0, [gridWidth, gridHeight], 2); + activePoints = new com_github_tommyettinger_ds_ObjectList_ObjectList__V; + points = new com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__IV(128); + valid = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(map_0), com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__IIV(width_0, height), minPosition.com_github_yellowstonegames_grid_Coord_x, minPosition.com_github_yellowstonegames_grid_Coord_y, maxPosition.com_github_yellowstonegames_grid_Coord_x - minPosition.com_github_yellowstonegames_grid_Coord_x + 1, maxPosition.com_github_yellowstonegames_grid_Coord_y - minPosition.com_github_yellowstonegames_grid_Coord_y + 1)); + p = com_github_yellowstonegames_grid_Region_$singleRandom__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Coord_2(valid, rng); + if (!p) + return points; + index_0 = com_github_yellowstonegames_grid_Coord_$divide__Lcom_github_yellowstonegames_grid_Coord_2DLcom_github_yellowstonegames_grid_Coord_2(com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(p.com_github_yellowstonegames_grid_Coord_x - minPosition.com_github_yellowstonegames_grid_Coord_x, p.com_github_yellowstonegames_grid_Coord_y - minPosition.com_github_yellowstonegames_grid_Coord_y), cellSize); + grid[index_0.com_github_yellowstonegames_grid_Coord_x][index_0.com_github_yellowstonegames_grid_Coord_y] = p; + javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(activePoints.java_util_ArrayList_array, p); + com_github_tommyettinger_ds_ObjectSet_$add__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(points, p) && java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(points.com_github_tommyettinger_ds_ObjectOrderedSet_items, p); + while (activePoints.java_util_ArrayList_array.length != 0) { + listIndex = com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, activePoints.java_util_ArrayList_array.length); + point = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(listIndex, activePoints.java_util_ArrayList_array.length) , activePoints.java_util_ArrayList_array[listIndex]); + found = false; + for (k = 0; k < 20; k++) { + d = com_github_tommyettinger_random_ChopRandom_$nextFloat__Lcom_github_tommyettinger_random_ChopRandom_2F(rng); + radius = minimumDistance + minimumDistance * d; + angle = com_github_tommyettinger_random_ChopRandom_$nextFloat__Lcom_github_tommyettinger_random_ChopRandom_2F(rng); + newX = radius * (com_github_tommyettinger_digital_TrigTools_$clinit__V() , com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(angle * $intern_390 + $intern_2024) & $intern_141]); + newY = radius * com_github_tommyettinger_digital_TrigTools_COS_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(angle * $intern_390 + $intern_2024) & $intern_141]; + q = com_github_yellowstonegames_grid_Coord_$translateCapped__Lcom_github_yellowstonegames_grid_Coord_2IIIILcom_github_yellowstonegames_grid_Coord_2(point, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(newX)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(newY)), width_0, height); + frustration = 0; + while (!(!!q && com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(valid, q.com_github_yellowstonegames_grid_Coord_x, q.com_github_yellowstonegames_grid_Coord_y)) && frustration < 8) { + angle = com_github_tommyettinger_random_ChopRandom_$nextFloat__Lcom_github_tommyettinger_random_ChopRandom_2F(rng); + newX = radius * com_github_tommyettinger_digital_TrigTools_SIN_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(angle * $intern_390 + $intern_2024) & $intern_141]; + newY = radius * com_github_tommyettinger_digital_TrigTools_COS_1TABLE[com_google_gwt_lang_Cast_round_1int__DI(angle * $intern_390 + $intern_2024) & $intern_141]; + q = com_github_yellowstonegames_grid_Coord_$translateCapped__Lcom_github_yellowstonegames_grid_Coord_2IIIILcom_github_yellowstonegames_grid_Coord_2(point, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(newX)), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(newY)), width_0, height); + ++frustration; + } + if (q.com_github_yellowstonegames_grid_Coord_x >= minPosition.com_github_yellowstonegames_grid_Coord_x && q.com_github_yellowstonegames_grid_Coord_x <= maxPosition.com_github_yellowstonegames_grid_Coord_x && q.com_github_yellowstonegames_grid_Coord_y >= minPosition.com_github_yellowstonegames_grid_Coord_y && q.com_github_yellowstonegames_grid_Coord_y <= maxPosition.com_github_yellowstonegames_grid_Coord_y) { + qIndex = com_github_yellowstonegames_grid_Coord_$divide__Lcom_github_yellowstonegames_grid_Coord_2ILcom_github_yellowstonegames_grid_Coord_2(com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(q.com_github_yellowstonegames_grid_Coord_x - minPosition.com_github_yellowstonegames_grid_Coord_x, q.com_github_yellowstonegames_grid_Coord_y - minPosition.com_github_yellowstonegames_grid_Coord_y), com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil(cellSize))); + tooClose = false; + for (i = $wnd.Math.max(0, qIndex.com_github_yellowstonegames_grid_Coord_x - 2); i < $wnd.Math.min(gridWidth, qIndex.com_github_yellowstonegames_grid_Coord_x + 3) && !tooClose; i++) { + for (j = $wnd.Math.max(0, qIndex.com_github_yellowstonegames_grid_Coord_y - 2); j < $wnd.Math.min(gridHeight, qIndex.com_github_yellowstonegames_grid_Coord_y + 3); j++) { + if (!!grid[i][j] && (q.com_github_yellowstonegames_grid_Coord_x - grid[i][j].com_github_yellowstonegames_grid_Coord_x) * (q.com_github_yellowstonegames_grid_Coord_x - grid[i][j].com_github_yellowstonegames_grid_Coord_x) + (q.com_github_yellowstonegames_grid_Coord_y - grid[i][j].com_github_yellowstonegames_grid_Coord_y) * (q.com_github_yellowstonegames_grid_Coord_y - grid[i][j].com_github_yellowstonegames_grid_Coord_y) < minimumDistance2) { + tooClose = true; + break; + } + } + } + if (!tooClose) { + found = true; + javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(activePoints.java_util_ArrayList_array, q); + !!q && com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(valid, q.com_github_yellowstonegames_grid_Coord_x, q.com_github_yellowstonegames_grid_Coord_y) && com_github_tommyettinger_ds_ObjectSet_$add__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(points, q) && java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(points.com_github_tommyettinger_ds_ObjectOrderedSet_items, q); + grid[qIndex.com_github_yellowstonegames_grid_Coord_x][qIndex.com_github_yellowstonegames_grid_Coord_y] = q; + } + } + } + found || java_util_ArrayList_$remove__Ljava_util_ArrayList_2ILjava_lang_Object_2(activePoints, listIndex); + } + return points; +} + +function com_github_yellowstonegames_grid_PoissonDisk_sampleMap__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2_3_3CFLcom_github_tommyettinger_random_EnhancedRandom_2_3CLcom_github_yellowstonegames_grid_CoordOrderedSet_2(minPosition, maxPosition, map_0, minimumDistance, rng, blocking){ + return com_github_yellowstonegames_grid_PoissonDisk_sampleMap__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2FLcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2(minPosition, maxPosition, com_github_yellowstonegames_grid_Region_$not__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region___3_3C_3CV(map_0, blocking)), minimumDistance, rng); +} + +function com_github_yellowstonegames_grid_PoissonDisk_sampleMap___3_3CFLcom_github_tommyettinger_random_EnhancedRandom_2_3CLcom_github_yellowstonegames_grid_CoordOrderedSet_2(map_0, minimumDistance, rng, blocking){ + com_github_yellowstonegames_grid_PoissonDisk_$clinit__V(); + return com_github_yellowstonegames_grid_PoissonDisk_sampleMap__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2_3_3CFLcom_github_tommyettinger_random_EnhancedRandom_2_3CLcom_github_yellowstonegames_grid_CoordOrderedSet_2((com_github_yellowstonegames_grid_Coord_$clinit__V() , 1 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && 1 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + 1]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(1, 1)), com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(map_0.length - 2, map_0[0].length - 2), map_0, minimumDistance, rng, blocking); +} + +var com_github_yellowstonegames_grid_PoissonDisk_inverseRootTwo = 0; +function com_github_yellowstonegames_grid_Radiance_$clinit__V(){ + com_github_yellowstonegames_grid_Radiance_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_grid_Radiance_random = new com_github_tommyettinger_random_PouchRandom_PouchRandom__V; +} + +function com_github_yellowstonegames_grid_Radiance_Radiance__FIFFV(range, color_0, flicker){ + com_github_yellowstonegames_grid_Radiance_$clinit__V(); + com_github_yellowstonegames_grid_Radiance_Radiance__FIFFFFIV.call(this, range, color_0, flicker, com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_github_tommyettinger_random_PouchRandom_$nextLong__Lcom_github_tommyettinger_random_PouchRandom_2J(com_github_yellowstonegames_grid_Radiance_random))); +} + +function com_github_yellowstonegames_grid_Radiance_Radiance__FIFFFFIV(range, color_0, flicker, seed){ + this.com_github_yellowstonegames_grid_Radiance_range = range; + this.com_github_yellowstonegames_grid_Radiance_color = color_0; + this.com_github_yellowstonegames_grid_Radiance_flicker = flicker; + this.com_github_yellowstonegames_grid_Radiance_strobe = 0; + this.com_github_yellowstonegames_grid_Radiance_delay = 0; + this.com_github_yellowstonegames_grid_Radiance_flare = 0; + this.com_github_yellowstonegames_grid_Radiance_seed = seed; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(449, 1, {449:1}, com_github_yellowstonegames_grid_Radiance_Radiance__FIFFV); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_Radiance_equals__Ljava_lang_Object_2Z(o){ + var radiance; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Radiance_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + radiance = o; + if (java_lang_Double_compare__DDI(radiance.com_github_yellowstonegames_grid_Radiance_range, this.com_github_yellowstonegames_grid_Radiance_range) != 0) + return false; + if (radiance.com_github_yellowstonegames_grid_Radiance_color != this.com_github_yellowstonegames_grid_Radiance_color) + return false; + if (java_lang_Double_compare__DDI(radiance.com_github_yellowstonegames_grid_Radiance_flicker, this.com_github_yellowstonegames_grid_Radiance_flicker) != 0) + return false; + if (java_lang_Double_compare__DDI(radiance.com_github_yellowstonegames_grid_Radiance_strobe, this.com_github_yellowstonegames_grid_Radiance_strobe) != 0) + return false; + if (java_lang_Double_compare__DDI(radiance.com_github_yellowstonegames_grid_Radiance_delay, this.com_github_yellowstonegames_grid_Radiance_delay) != 0) + return false; + return java_lang_Double_compare__DDI(radiance.com_github_yellowstonegames_grid_Radiance_flare, this.com_github_yellowstonegames_grid_Radiance_flare) == 0; +} +; +_.hashCode__I = function com_github_yellowstonegames_grid_Radiance_hashCode__I(){ + var result; + result = com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_grid_Radiance_range); + result = (result ^ (result << 11 | result >>> 21) ^ (result << 19 | result >>> 13)) + com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_grid_Radiance_flicker); + result = (result ^ (result << 11 | result >>> 21) ^ (result << 19 | result >>> 13)) + com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_grid_Radiance_strobe); + result = (result ^ (result << 11 | result >>> 21) ^ (result << 19 | result >>> 13)) + com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_grid_Radiance_delay); + result = (result ^ (result << 11 | result >>> 21) ^ (result << 19 | result >>> 13)) + com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_grid_Radiance_flare); + result = (result ^ (result << 11 | result >>> 21) ^ (result << 19 | result >>> 13)) + this.com_github_yellowstonegames_grid_Radiance_color; + return result; +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_grid_Radiance_toString__Ljava_lang_String_2(){ + return 'Radiance{range=' + this.com_github_yellowstonegames_grid_Radiance_range + ', color=0x' + com_github_tommyettinger_digital_Base_$unsigned__Lcom_github_tommyettinger_digital_Base_2ILjava_lang_String_2((com_github_tommyettinger_digital_Base_$clinit__V() , com_github_tommyettinger_digital_Base_BASE16), this.com_github_yellowstonegames_grid_Radiance_color) + ', flicker=' + this.com_github_yellowstonegames_grid_Radiance_flicker + ', strobe=' + this.com_github_yellowstonegames_grid_Radiance_strobe + ', delay=' + this.com_github_yellowstonegames_grid_Radiance_delay + ', flare=' + this.com_github_yellowstonegames_grid_Radiance_flare + '}'; +} +; +_.com_github_yellowstonegames_grid_Radiance_color = 0; +_.com_github_yellowstonegames_grid_Radiance_delay = 0; +_.com_github_yellowstonegames_grid_Radiance_flare = 0; +_.com_github_yellowstonegames_grid_Radiance_flicker = 0; +_.com_github_yellowstonegames_grid_Radiance_range = 0; +_.com_github_yellowstonegames_grid_Radiance_seed = 0; +_.com_github_yellowstonegames_grid_Radiance_strobe = 0; +var com_github_yellowstonegames_grid_Radiance_random; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Radiance_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'Radiance', 449, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_grid_Radius_$clinit__V(){ + com_github_yellowstonegames_grid_Radius_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_grid_Radius_SQUARE = new com_github_yellowstonegames_grid_Radius_Radius__Ljava_lang_String_2IV('SQUARE', 0); + com_github_yellowstonegames_grid_Radius_DIAMOND = new com_github_yellowstonegames_grid_Radius_Radius__Ljava_lang_String_2IV('DIAMOND', 1); + com_github_yellowstonegames_grid_Radius_CIRCLE = new com_github_yellowstonegames_grid_Radius_Radius__Ljava_lang_String_2IV('CIRCLE', 2); +} + +function com_github_yellowstonegames_grid_Radius_$radius__Lcom_github_yellowstonegames_grid_Radius_2FFF(this$static, dx, dy){ + dx = $wnd.Math.abs(dx); + dy = $wnd.Math.abs(dy); + switch (this$static.java_lang_Enum_ordinal) { + case 0: + return $wnd.Math.max(dx, dy); + case 2: + return $wnd.Math.sqrt(dx * dx + dy * dy); + default:return dx + dy; + } +} + +function com_github_yellowstonegames_grid_Radius_Radius__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_github_yellowstonegames_grid_Radius_values___3Lcom_github_yellowstonegames_grid_Radius_2(){ + com_github_yellowstonegames_grid_Radius_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Radius_12_1classLit, 1), $intern_11, 397, 0, [com_github_yellowstonegames_grid_Radius_SQUARE, com_github_yellowstonegames_grid_Radius_DIAMOND, com_github_yellowstonegames_grid_Radius_CIRCLE]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(397, 39, {397:1, 3:1, 42:1, 39:1}, com_github_yellowstonegames_grid_Radius_Radius__Ljava_lang_String_2IV); +var com_github_yellowstonegames_grid_Radius_CIRCLE, com_github_yellowstonegames_grid_Radius_DIAMOND, com_github_yellowstonegames_grid_Radius_SQUARE; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Radius_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_2513, 'Radius', 397, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_github_yellowstonegames_grid_Radius_values___3Lcom_github_yellowstonegames_grid_Radius_2); +function com_github_yellowstonegames_grid_Region_$clinit__V(){ + com_github_yellowstonegames_grid_Region_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var i; + com_github_yellowstonegames_grid_Region_BLUE_1LEVELS = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Region_12_1classLit, $intern_144, 41, 256, 0, 1); + com_github_yellowstonegames_grid_Region_BLUE_1LEVELS[0] = new com_github_yellowstonegames_grid_Region_Region__IIV(64, 64); + for (i = -127; i < 128; i++) { + com_github_yellowstonegames_grid_Region_BLUE_1LEVELS[i + 128] = new com_github_yellowstonegames_grid_Region_Region___3_3BIIV((com_github_yellowstonegames_grid_BlueNoise_$clinit__V() , com_github_yellowstonegames_grid_BlueNoise_RAW_12D), i); + } +} + +function com_github_yellowstonegames_grid_Region_$add__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static, coord){ + if (!!coord && com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static, coord.com_github_yellowstonegames_grid_Coord_x, coord.com_github_yellowstonegames_grid_Coord_y)) + return false; + com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(this$static, coord); + return true; +} + +function com_github_yellowstonegames_grid_Region_$addAll__Lcom_github_yellowstonegames_grid_Region_2Ljava_util_Collection_2Z(this$static, c){ + var changed, co, co$iterator; + changed = false; + for (co$iterator = c.iterator__Ljava_util_Iterator_2(); co$iterator.hasNext__Z();) { + co = co$iterator.next__Ljava_lang_Object_2(); + changed = changed | com_github_yellowstonegames_grid_Region_$add__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static, co); + } + return changed; +} + +function com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, other){ + var x_0, y_0; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width && x_0 < other.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_ySections && y_0 < other.com_github_yellowstonegames_grid_Region_ySections; y_0++) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0], other.com_github_yellowstonegames_grid_Region_data[x_0 * other.com_github_yellowstonegames_grid_Region_ySections + y_0]); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, other){ + var x_0, y_0; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width && x_0 < other.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_ySections && y_0 < other.com_github_yellowstonegames_grid_Region_ySections; y_0++) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0], com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(other.com_github_yellowstonegames_grid_Region_data[x_0 * other.com_github_yellowstonegames_grid_Region_ySections + y_0])); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$andWrapping64__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, other){ + var x_0, y_0; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_ySections; y_0++) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0], other.com_github_yellowstonegames_grid_Region_data[x_0 & 63]); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2(this$static){ + return com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(this$static, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct), 0, 1)); +} + +function com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(this$static, points){ + var idx, len, low, result, s, t, w, x_0; + result = null; + points == null && (points = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + idx = 0; + len = points.length; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (s = 0; s < this$static.com_github_yellowstonegames_grid_Region_ySections; s++) { + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(t = this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + s], 0)) { + w = (com_github_tommyettinger_digital_BitConversion_$clinit__V() , com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, 1)))); + while (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(w, 0) != 0) { + if (idx >= len) { + result = points; + break; + } + points[idx++] = com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(x_0, s << 6 | (low = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(w) , low != 0?java_lang_Integer_numberOfTrailingZeros__II(low):java_lang_Integer_numberOfTrailingZeros__II(com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(w, 32))) + 32)); + t = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, w); + w = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, 1))); + } + if (result != null) + break; + } + } + if (result != null) + break; + } + result == null && (result = points); + return result; +} + +function com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static, x_0, y_0){ + return x_0 >= 0 && y_0 >= 0 && x_0 < this$static.com_github_yellowstonegames_grid_Region_width && y_0 < this$static.com_github_yellowstonegames_grid_Region_height && this$static.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0); +} + +function com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static, c){ + return !!c && com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static, c.com_github_yellowstonegames_grid_Coord_x, c.com_github_yellowstonegames_grid_Coord_y); +} + +function com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this$static, o){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 47)) + return com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static, o); + return false; +} + +function com_github_yellowstonegames_grid_Region_$dijkstraScan__Lcom_github_yellowstonegames_grid_Region_2_3_3ILcom_github_yellowstonegames_grid_Region_2I_3_3I(this$static, into, goals, limit){ + var i, sz, x_0, y_0; + com_github_tommyettinger_digital_ArrayTools_fill___3_3II_3_3I(into, $intern_5); + for (i = 0; i < limit; i++) { + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(goals.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) && into[x_0][y_0] > i && (into[x_0][y_0] = i); + } + } + sz = (goals.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(goals) , goals.com_github_yellowstonegames_grid_Region_ct); + com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(goals, this$static); + if (sz == (goals.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(goals) , goals.com_github_yellowstonegames_grid_Region_ct)) + break; + } + return into; +} + +function com_github_yellowstonegames_grid_Region_$empty__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static){ + java_util_Arrays_fill___3JJV(this$static.com_github_yellowstonegames_grid_Region_data); + java_util_Arrays_fill___3IIV(this$static.com_github_yellowstonegames_grid_Region_counts, 0); + this$static.com_github_yellowstonegames_grid_Region_ct = 0; + this$static.com_github_yellowstonegames_grid_Region_tallied = true; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$equals__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this$static, o){ + var that; + if (this$static === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Region_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (this$static.com_github_yellowstonegames_grid_Region_height != that.com_github_yellowstonegames_grid_Region_height) + return false; + if (this$static.com_github_yellowstonegames_grid_Region_width != that.com_github_yellowstonegames_grid_Region_width) + return false; + if (this$static.com_github_yellowstonegames_grid_Region_ySections != that.com_github_yellowstonegames_grid_Region_ySections) + return false; + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, that.com_github_yellowstonegames_grid_Region_yEndMask)) + return false; + return java_util_Arrays_equals___3J_3JZ(this$static.com_github_yellowstonegames_grid_Region_data, that.com_github_yellowstonegames_grid_Region_data); +} + +function com_github_yellowstonegames_grid_Region_$expand__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static){ + var a, a0, i, i0, next, result; + result = this$static; + if (this$static.com_github_yellowstonegames_grid_Region_width < 2 || this$static.com_github_yellowstonegames_grid_Region_ySections == 0) + ; + else { + next = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_github_yellowstonegames_grid_Region_data, 0, next, 0, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections); + for (a0 = 0; a0 < this$static.com_github_yellowstonegames_grid_Region_ySections; a0++) { + next[a0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a0], com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0], 1)), this$static.com_github_yellowstonegames_grid_Region_data[a0 + this$static.com_github_yellowstonegames_grid_Region_ySections])); + next[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], 1)), this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 2) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0])); + for (i0 = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i0 < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i0 += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i0], com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0], 1)), this$static.com_github_yellowstonegames_grid_Region_data[i0 - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i0 + this$static.com_github_yellowstonegames_grid_Region_ySections])); + } + if (a0 > 0) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1], $intern_415), 63)); + } + } + if (a0 < this$static.com_github_yellowstonegames_grid_Region_ySections - 1) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1], 1), 63)); + } + } + } + if (this$static.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < next.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + this$static.com_github_yellowstonegames_grid_Region_data = next; + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + return result; +} + +function com_github_yellowstonegames_grid_Region_$expand__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(this$static){ + var i; + for (i = 0; i < 2; i++) { + com_github_yellowstonegames_grid_Region_$expand__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static); + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$expand8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static){ + var a, a0, i, i0, next, result; + result = this$static; + if (this$static.com_github_yellowstonegames_grid_Region_width < 2 || this$static.com_github_yellowstonegames_grid_Region_ySections <= 0) + ; + else { + next = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_github_yellowstonegames_grid_Region_data, 0, next, 0, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections); + for (a0 = 0; a0 < this$static.com_github_yellowstonegames_grid_Region_ySections; a0++) { + next[a0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a0], com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0], 1)), this$static.com_github_yellowstonegames_grid_Region_data[a0 + this$static.com_github_yellowstonegames_grid_Region_ySections]), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0 + this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0 + this$static.com_github_yellowstonegames_grid_Region_ySections], 1))); + next[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], 1)), this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 2) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0]), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 2) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 2) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], 1))); + for (i0 = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i0 < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i0 += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i0], com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0], 1)), this$static.com_github_yellowstonegames_grid_Region_data[i0 - this$static.com_github_yellowstonegames_grid_Region_ySections]), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0 - this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0 - this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), this$static.com_github_yellowstonegames_grid_Region_data[i0 + this$static.com_github_yellowstonegames_grid_Region_ySections]), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0 + this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0 + this$static.com_github_yellowstonegames_grid_Region_ySections], 1))); + } + if (a0 > 0) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1], $intern_415), 63), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections - 1], $intern_415), 63)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections - 1], $intern_415), 63))); + } + } + if (a0 < this$static.com_github_yellowstonegames_grid_Region_ySections - 1) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1], 1), 63), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections + 1], 1), 63)), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections + 1], 1), 63))); + } + } + } + if (this$static.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < next.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + this$static.com_github_yellowstonegames_grid_Region_data = next; + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + return result; +} + +function com_github_yellowstonegames_grid_Region_$expand8way__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(this$static, amount){ + var i; + for (i = 0; i < amount; i++) { + com_github_yellowstonegames_grid_Region_$expand8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static); + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$firstTight__Lcom_github_yellowstonegames_grid_Region_2I(this$static){ + var low, s, w, x_0; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (s = 0; s < this$static.com_github_yellowstonegames_grid_Region_ySections; s++) { + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(w = this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + s], 0)) { + return (s << 6 | (low = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(w) , low != 0?java_lang_Integer_numberOfTrailingZeros__II(low):java_lang_Integer_numberOfTrailingZeros__II(com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(w, 32))) + 32)) * this$static.com_github_yellowstonegames_grid_Region_width + x_0; + } + } + } + return -1; +} + +function com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, bounds){ + var a, a0, i, i0, j, j0, mask, next, result; + result = this$static; + if (this$static.com_github_yellowstonegames_grid_Region_width < 2 || this$static.com_github_yellowstonegames_grid_Region_ySections <= 0 || !bounds || bounds.com_github_yellowstonegames_grid_Region_width < 2 || bounds.com_github_yellowstonegames_grid_Region_ySections <= 0) + ; + else { + next = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (a0 = 0; a0 < this$static.com_github_yellowstonegames_grid_Region_ySections && a0 < bounds.com_github_yellowstonegames_grid_Region_ySections; a0++) { + next[a0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a0], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0], 1)), this$static.com_github_yellowstonegames_grid_Region_data[a0 + this$static.com_github_yellowstonegames_grid_Region_ySections]), bounds.com_github_yellowstonegames_grid_Region_data[a0])); + next[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0], 1)), this$static.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 2) * this$static.com_github_yellowstonegames_grid_Region_ySections + a0]), bounds.com_github_yellowstonegames_grid_Region_data[(this$static.com_github_yellowstonegames_grid_Region_width - 1) * bounds.com_github_yellowstonegames_grid_Region_ySections + a0])); + for (i0 = this$static.com_github_yellowstonegames_grid_Region_ySections + a0 , j0 = bounds.com_github_yellowstonegames_grid_Region_ySections + a0; i0 < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections && j0 < (bounds.com_github_yellowstonegames_grid_Region_width - 1) * bounds.com_github_yellowstonegames_grid_Region_ySections; i0 += this$static.com_github_yellowstonegames_grid_Region_ySections , j0 += bounds.com_github_yellowstonegames_grid_Region_ySections) { + next[i0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i0], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i0], 1)), this$static.com_github_yellowstonegames_grid_Region_data[i0 - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i0 + this$static.com_github_yellowstonegames_grid_Region_ySections]), bounds.com_github_yellowstonegames_grid_Region_data[j0])); + } + if (a0 > 0) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0 , j = bounds.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections && j < (bounds.com_github_yellowstonegames_grid_Region_width - 1) * bounds.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections , j += bounds.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1], $intern_415), 63)), bounds.com_github_yellowstonegames_grid_Region_data[j])); + } + } + if (a0 < this$static.com_github_yellowstonegames_grid_Region_ySections - 1 && a0 < bounds.com_github_yellowstonegames_grid_Region_ySections - 1) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0 , j = bounds.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections && j < (bounds.com_github_yellowstonegames_grid_Region_width - 1) * bounds.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections , j += bounds.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1], 1), 63)), bounds.com_github_yellowstonegames_grid_Region_data[j])); + } + } + } + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1) && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(bounds.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + if (this$static.com_github_yellowstonegames_grid_Region_ySections == bounds.com_github_yellowstonegames_grid_Region_ySections) { + mask = com_google_gwt_lang_LongLib_lte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_yEndMask, 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(bounds.com_github_yellowstonegames_grid_Region_yEndMask, 1))?this$static.com_github_yellowstonegames_grid_Region_yEndMask:bounds.com_github_yellowstonegames_grid_Region_yEndMask; + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < next.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a], mask); + } + } + else if (this$static.com_github_yellowstonegames_grid_Region_ySections < bounds.com_github_yellowstonegames_grid_Region_ySections) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < next.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + else { + for (a = bounds.com_github_yellowstonegames_grid_Region_ySections - 1; a < next.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a], bounds.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + } + this$static.com_github_yellowstonegames_grid_Region_data = next; + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + return result; +} + +function com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(this$static, bounds, amount){ + var ct, ct2, i; + ct = (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct); + for (i = 0; i < amount; i++) { + com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, bounds); + if (ct == (ct2 = (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct))) + break; + else + ct = ct2; + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static){ + var cpy; + cpy = new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static); + com_github_yellowstonegames_grid_Region_$expand__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static); + return com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, cpy); +} + +function com_github_yellowstonegames_grid_Region_$fringe8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static){ + var cpy; + cpy = new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static); + com_github_yellowstonegames_grid_Region_$expand8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static); + return com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, cpy); +} + +function com_github_yellowstonegames_grid_Region_$fringe8way__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(this$static){ + var cpy; + cpy = new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static); + com_github_yellowstonegames_grid_Region_$expand8way__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(this$static, 3); + return com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, cpy); +} + +function com_github_yellowstonegames_grid_Region_$hashCode__Lcom_github_yellowstonegames_grid_Region_2I(this$static){ + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3JI((com_github_tommyettinger_digital_Hasher_$clinit__V() , com_github_tommyettinger_digital_Hasher_gremory), this$static.com_github_yellowstonegames_grid_Region_data) ^ com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_github_tommyettinger_digital_Hasher_randomize2__JJ(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_Hasher_randomize2__JJ(this$static.com_github_yellowstonegames_grid_Region_height), this$static.com_github_yellowstonegames_grid_Region_width))); +} + +function com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(this$static, tight){ + if (tight < this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_height && tight >= 0) { + this$static.com_github_yellowstonegames_grid_Region_data[tight % this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections + ((tight / this$static.com_github_yellowstonegames_grid_Region_width | 0) >>> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[tight % this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections + ((tight / this$static.com_github_yellowstonegames_grid_Region_width | 0) >>> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, (tight / this$static.com_github_yellowstonegames_grid_Region_width | 0) & 63)); + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static, x_0, y_0){ + if (x_0 < this$static.com_github_yellowstonegames_grid_Region_width && y_0 < this$static.com_github_yellowstonegames_grid_Region_height && x_0 >= 0 && y_0 >= 0) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)); + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(this$static, point){ + if (!point) + return this$static; + return com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static, point.com_github_yellowstonegames_grid_Coord_x, point.com_github_yellowstonegames_grid_Coord_y); +} + +function com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static, startX, startY, rectangleWidth, rectangleHeight){ + var a, a0, a1, b, endMask, endSection, endX, endY, mask, startMask, startSection; + if (rectangleWidth < 1 || rectangleHeight < 1 || this$static.com_github_yellowstonegames_grid_Region_ySections <= 0) + return this$static; + startX < 0?(startX = 0):startX >= this$static.com_github_yellowstonegames_grid_Region_width && (startX = this$static.com_github_yellowstonegames_grid_Region_width - 1); + startY < 0?(startY = 0):startY >= this$static.com_github_yellowstonegames_grid_Region_height && (startY = this$static.com_github_yellowstonegames_grid_Region_height - 1); + endX = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_width, startX + rectangleWidth) - 1; + endY = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_height, startY + rectangleHeight) - 1; + startSection = startY >> 6; + endSection = endY >> 6; + if (startSection < endSection) { + startMask = com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, startY & 63); + endMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, ~endY & 63); + for (a0 = startX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection; a0 <= endX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection; a0 += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0], startMask); + } + if (endSection - startSection > 1) { + for (b = 1; b < endSection - startSection; b++) { + for (a1 = startX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection + b; a1 < endX * this$static.com_github_yellowstonegames_grid_Region_ySections + this$static.com_github_yellowstonegames_grid_Region_ySections; a1 += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a1] = -1; + } + } + } + for (a = startX * this$static.com_github_yellowstonegames_grid_Region_ySections + endSection; a <= endX * this$static.com_github_yellowstonegames_grid_Region_ySections + endSection; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a], endMask); + } + } + else { + mask = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, startY & 63), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, ~endY & 63)); + for (a = startX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection; a <= endX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a], mask); + } + } + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < this$static.com_github_yellowstonegames_grid_Region_data.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$intersects__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Z(this$static, other){ + var result, x_0, y_0; + result = false; + if (other) { + OUTER: for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width && x_0 < other.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_ySections && y_0 < other.com_github_yellowstonegames_grid_Region_ySections; y_0++) { + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0], other.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0]), 0)) { + result = true; + break OUTER; + } + } + } + } + return result; +} + +function com_github_yellowstonegames_grid_Region_$intoChars__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(this$static, chars){ + var x_0, y_0; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width && x_0 < chars.length; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height && y_0 < chars[x_0].length; y_0++) { + com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) && (chars[x_0][y_0] = 34); + } + } + return chars; +} + +function com_github_yellowstonegames_grid_Region_$isEmpty__Lcom_github_yellowstonegames_grid_Region_2Z(this$static){ + var i; + if (this$static.com_github_yellowstonegames_grid_Region_tallied) + return this$static.com_github_yellowstonegames_grid_Region_ct > 0; + for (i = 0; i < this$static.com_github_yellowstonegames_grid_Region_data.length; i++) { + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_data[i], 0)) + return false; + } + return true; +} + +function com_github_yellowstonegames_grid_Region_$not__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static){ + var a, a0; + for (a0 = 0; a0 < this$static.com_github_yellowstonegames_grid_Region_data.length; a0++) { + this$static.com_github_yellowstonegames_grid_Region_data[a0] = com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0]); + } + if (this$static.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < this$static.com_github_yellowstonegames_grid_Region_data.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$notAnd__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, other){ + var x_0, y_0; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width && x_0 < other.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_ySections && y_0 < other.com_github_yellowstonegames_grid_Region_ySections; y_0++) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(other.com_github_yellowstonegames_grid_Region_data[x_0 * other.com_github_yellowstonegames_grid_Region_ySections + y_0], com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0])); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, other){ + var a, x_0, y_0; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width && x_0 < other.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_ySections && y_0 < other.com_github_yellowstonegames_grid_Region_ySections; y_0++) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + y_0], other.com_github_yellowstonegames_grid_Region_data[x_0 * other.com_github_yellowstonegames_grid_Region_ySections + y_0]); + } + } + if (this$static.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < this$static.com_github_yellowstonegames_grid_Region_data.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$randomPortion__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2I_3Lcom_github_yellowstonegames_grid_Coord_2(this$static, rng, size_0){ + var ct, idx, low, order, points, run, s, t, w, x_0; + ct = (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct); + idx = 0; + run = 0; + if (ct <= 0 || size_0 <= 0) + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, 0, 0, 1); + if (ct <= size_0) + return com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(this$static, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + points = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, size_0, 0, 1); + order = com_github_tommyettinger_digital_ArrayTools_range__I_3I(ct); + com_github_tommyettinger_random_EnhancedRandom_$shuffle__Lcom_github_tommyettinger_random_EnhancedRandom_2_3IIIV(rng, order, 0, order.length); + javaemul_internal_InternalPreconditions_checkCriticalArrayBounds__IIIV(0, size_0, order.length); + java_util_Arrays_nativeSort__Ljava_lang_Object_2IILjavaemul_internal_ArrayHelper$CompareFunction_2V(order, size_0, com_google_gwt_lang_Runtime_makeLambdaFunction__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2(java_util_Arrays$lambda$0$Type_Arrays$lambda$0$Type__V.prototype.compare__DDD, java_util_Arrays$lambda$0$Type_Arrays$lambda$0$Type__V, [])); + ALL: for (s = 0; s < this$static.com_github_yellowstonegames_grid_Region_ySections; s++) { + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(t = this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + s], 0)) { + w = (com_github_tommyettinger_digital_BitConversion_$clinit__V() , com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, 1)))); + while (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(w, 0) != 0) { + if (run++ == order[idx]) { + points[idx++] = com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(x_0, s << 6 | (low = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(w) , low != 0?java_lang_Integer_numberOfTrailingZeros__II(low):java_lang_Integer_numberOfTrailingZeros__II(com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(w, 32))) + 32)); + if (idx >= size_0) + break ALL; + } + t = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, w); + w = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, 1))); + } + } + } + } + return points; +} + +function com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3JIIIILcom_github_yellowstonegames_grid_Region_2(this$static, data2, dataWidth, dataHeight, width_0, height){ + var a, i, j, ySections2; + if (width_0 != this$static.com_github_yellowstonegames_grid_Region_width || height != this$static.com_github_yellowstonegames_grid_Region_height) { + this$static.com_github_yellowstonegames_grid_Region_width = width_0; + this$static.com_github_yellowstonegames_grid_Region_height = height; + this$static.com_github_yellowstonegames_grid_Region_ySections = height + 63 >> 6; + this$static.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (height & 63)); + this$static.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, width_0 * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + this$static.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, width_0 * this$static.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + } + else { + java_util_Arrays_fill___3JJV(this$static.com_github_yellowstonegames_grid_Region_data); + } + ySections2 = dataHeight + 63 >> 6; + if (ySections2 == 0) + return this$static; + if (this$static.com_github_yellowstonegames_grid_Region_ySections == 1) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(data2, 0, this$static.com_github_yellowstonegames_grid_Region_data, 0, $wnd.Math.min(dataWidth, width_0)); + } + else { + if (dataHeight >= height) { + for (i = 0 , j = 0; i < width_0 && i < dataWidth; i += ySections2 , j += this$static.com_github_yellowstonegames_grid_Region_ySections) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(data2, i, this$static.com_github_yellowstonegames_grid_Region_data, j, this$static.com_github_yellowstonegames_grid_Region_ySections); + } + } + else { + for (i = 0 , j = 0; i < width_0 && i < dataWidth; i += ySections2 , j += this$static.com_github_yellowstonegames_grid_Region_ySections) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(data2, i, this$static.com_github_yellowstonegames_grid_Region_data, j, ySections2); + } + } + } + if (this$static.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < this$static.com_github_yellowstonegames_grid_Region_data.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(this$static, map_0){ + var x_0, y_0; + if (map_0 != null && map_0.length > 0 && this$static.com_github_yellowstonegames_grid_Region_width == map_0.length && this$static.com_github_yellowstonegames_grid_Region_height == map_0[0].length) { + java_util_Arrays_fill___3JJV(this$static.com_github_yellowstonegames_grid_Region_data); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(map_0[x_0][y_0] == 46?1:0, y_0 & 63)); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } + else { + this$static.com_github_yellowstonegames_grid_Region_width = map_0 == null?0:map_0.length; + this$static.com_github_yellowstonegames_grid_Region_height = map_0 == null || map_0.length <= 0?0:map_0[0].length; + this$static.com_github_yellowstonegames_grid_Region_ySections = this$static.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this$static.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this$static.com_github_yellowstonegames_grid_Region_height & 63)); + this$static.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + map_0[x_0][y_0] == 46 && (this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + } + } + this$static.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } +} + +function com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3C_3CLcom_github_yellowstonegames_grid_Region_2(this$static, map_0, yes){ + var e, e$array, e$index, e$max, x_0, y_0; + if (map_0 != null && map_0.length > 0 && this$static.com_github_yellowstonegames_grid_Region_width == map_0.length && this$static.com_github_yellowstonegames_grid_Region_height == map_0[0].length) { + java_util_Arrays_fill___3JJV(this$static.com_github_yellowstonegames_grid_Region_data); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + for (e$array = yes , e$index = 0 , e$max = e$array.length; e$index < e$max; ++e$index) { + e = e$array[e$index]; + if (map_0[x_0][y_0] == e) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)); + break; + } + } + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } + else { + this$static.com_github_yellowstonegames_grid_Region_width = map_0 == null?0:map_0.length; + this$static.com_github_yellowstonegames_grid_Region_height = map_0 == null || map_0.length <= 0?0:map_0[0].length; + this$static.com_github_yellowstonegames_grid_Region_ySections = this$static.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this$static.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this$static.com_github_yellowstonegames_grid_Region_height & 63)); + this$static.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + for (e$array = yes , e$index = 0 , e$max = e$array.length; e$index < e$max; ++e$index) { + e = e$array[e$index]; + if (map_0[x_0][y_0] == e) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)); + break; + } + } + } + } + this$static.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } +} + +function com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3FFLcom_github_yellowstonegames_grid_Region_2(this$static, map_0){ + var x_0, y_0; + if (map_0 != null && map_0.length > 0 && this$static.com_github_yellowstonegames_grid_Region_width == map_0.length && this$static.com_github_yellowstonegames_grid_Region_height == map_0[0].length) { + java_util_Arrays_fill___3JJV(this$static.com_github_yellowstonegames_grid_Region_data); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + map_0[x_0][y_0] <= 0 && (this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } + else { + this$static.com_github_yellowstonegames_grid_Region_width = map_0 == null?0:map_0.length; + this$static.com_github_yellowstonegames_grid_Region_height = map_0 == null || map_0.length <= 0?0:map_0[0].length; + this$static.com_github_yellowstonegames_grid_Region_ySections = this$static.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this$static.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this$static.com_github_yellowstonegames_grid_Region_height & 63)); + this$static.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + map_0[x_0][y_0] <= 0 && (this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + } + } + this$static.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } +} + +function com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3FFFLcom_github_yellowstonegames_grid_Region_2(this$static, map_0, lower, upper){ + var column, x_0, y_0; + if (map_0 != null && map_0.length > 0 && this$static.com_github_yellowstonegames_grid_Region_width == map_0.length && this$static.com_github_yellowstonegames_grid_Region_height == map_0[0].length) { + java_util_Arrays_fill___3JJV(this$static.com_github_yellowstonegames_grid_Region_data); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + column = map_0[x_0]; + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(column[y_0] >= lower && column[y_0] < upper?1:0, y_0 & 63)); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } + else { + this$static.com_github_yellowstonegames_grid_Region_width = map_0 == null?0:map_0.length; + this$static.com_github_yellowstonegames_grid_Region_height = map_0 == null || map_0.length <= 0?0:map_0[0].length; + this$static.com_github_yellowstonegames_grid_Region_ySections = this$static.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this$static.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this$static.com_github_yellowstonegames_grid_Region_height & 63)); + this$static.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + column = map_0[x_0]; + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + column[y_0] >= lower && column[y_0] < upper && (this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + } + } + this$static.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } +} + +function com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3IIILcom_github_yellowstonegames_grid_Region_2(this$static, map_0, lower){ + var column, x_0, y_0; + if (map_0.length > 0 && this$static.com_github_yellowstonegames_grid_Region_width == map_0.length && this$static.com_github_yellowstonegames_grid_Region_height == map_0[0].length) { + java_util_Arrays_fill___3JJV(this$static.com_github_yellowstonegames_grid_Region_data); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + column = map_0[x_0]; + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(column[y_0] >= lower && column[y_0] < 2147483646?1:0, y_0 & 63)); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } + else { + this$static.com_github_yellowstonegames_grid_Region_width = map_0.length; + this$static.com_github_yellowstonegames_grid_Region_height = map_0.length <= 0?0:map_0[0].length; + this$static.com_github_yellowstonegames_grid_Region_ySections = this$static.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this$static.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this$static.com_github_yellowstonegames_grid_Region_height & 63)); + this$static.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + column = map_0[x_0]; + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + column[y_0] >= lower && column[y_0] < 2147483646 && (this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + } + } + this$static.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; + } +} + +function com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, other){ + if (this$static.com_github_yellowstonegames_grid_Region_width == other.com_github_yellowstonegames_grid_Region_width && this$static.com_github_yellowstonegames_grid_Region_height == other.com_github_yellowstonegames_grid_Region_height) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(other.com_github_yellowstonegames_grid_Region_data, 0, this$static.com_github_yellowstonegames_grid_Region_data, 0, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(other.com_github_yellowstonegames_grid_Region_counts, 0, this$static.com_github_yellowstonegames_grid_Region_counts, 0, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections); + this$static.com_github_yellowstonegames_grid_Region_ct = other.com_github_yellowstonegames_grid_Region_ct; + this$static.com_github_yellowstonegames_grid_Region_tallied = other.com_github_yellowstonegames_grid_Region_tallied; + return this$static; + } + else { + this$static.com_github_yellowstonegames_grid_Region_width = other.com_github_yellowstonegames_grid_Region_width; + this$static.com_github_yellowstonegames_grid_Region_height = other.com_github_yellowstonegames_grid_Region_height; + this$static.com_github_yellowstonegames_grid_Region_ySections = other.com_github_yellowstonegames_grid_Region_ySections; + this$static.com_github_yellowstonegames_grid_Region_yEndMask = other.com_github_yellowstonegames_grid_Region_yEndMask; + this$static.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + this$static.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(other.com_github_yellowstonegames_grid_Region_data, 0, this$static.com_github_yellowstonegames_grid_Region_data, 0, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(other.com_github_yellowstonegames_grid_Region_counts, 0, this$static.com_github_yellowstonegames_grid_Region_counts, 0, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections); + this$static.com_github_yellowstonegames_grid_Region_ct = other.com_github_yellowstonegames_grid_Region_ct; + this$static.com_github_yellowstonegames_grid_Region_tallied = other.com_github_yellowstonegames_grid_Region_tallied; + return this$static; + } +} + +function com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static, x_0, y_0){ + if (x_0 < this$static.com_github_yellowstonegames_grid_Region_width && y_0 < this$static.com_github_yellowstonegames_grid_Region_height && x_0 >= 0 && y_0 >= 0) { + this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(this$static, point){ + return com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static, point.com_github_yellowstonegames_grid_Coord_x, point.com_github_yellowstonegames_grid_Coord_y); +} + +function com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this$static, o){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 47)) { + if (com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static, o)) { + com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(this$static, o); + return true; + } + return false; + } + return false; +} + +function com_github_yellowstonegames_grid_Region_$removeIsolated__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static){ + var filled, fst, remaining; + fst = com_github_yellowstonegames_grid_Region_$firstTight__Lcom_github_yellowstonegames_grid_Region_2I(this$static); + remaining = new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static); + filled = new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static); + while (fst >= 0) { + com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$empty__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(filled), fst), remaining, 8); + filled.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(filled); + filled.com_github_yellowstonegames_grid_Region_ct <= 4 && com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, filled); + com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(remaining, filled); + fst = com_github_yellowstonegames_grid_Region_$firstTight__Lcom_github_yellowstonegames_grid_Region_2I(remaining); + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$removeRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static, startX, startY, rectangleWidth, rectangleHeight){ + var a, a0, a1, b, endMask, endSection, endX, endY, mask, startMask, startSection; + if (startX < 0) { + rectangleWidth += startX; + startX = 0; + } + else if (startX >= this$static.com_github_yellowstonegames_grid_Region_width) { + rectangleWidth = 1; + startX = this$static.com_github_yellowstonegames_grid_Region_width - 1; + } + if (startY < 0) { + rectangleHeight += startY; + startY = 0; + } + else if (startY >= this$static.com_github_yellowstonegames_grid_Region_height) { + rectangleHeight = 1; + startY = this$static.com_github_yellowstonegames_grid_Region_height - 1; + } + if (rectangleWidth < 1 || rectangleHeight < 1 || this$static.com_github_yellowstonegames_grid_Region_ySections <= 0) + return this$static; + endX = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_width, startX + rectangleWidth) - 1; + endY = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_height, startY + rectangleHeight) - 1; + startSection = startY >> 6; + endSection = endY >> 6; + if (startSection < endSection) { + startMask = com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, startY & 63)); + endMask = com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, ~endY & 63)); + for (a0 = startX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection; a0 <= endX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection; a0 += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a0] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a0], startMask); + } + if (endSection - startSection > 1) { + for (b = 1; b < endSection - startSection; b++) { + for (a1 = startX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection + b; a1 < endX * this$static.com_github_yellowstonegames_grid_Region_ySections + this$static.com_github_yellowstonegames_grid_Region_ySections; a1 += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a1] = 0; + } + } + } + for (a = startX * this$static.com_github_yellowstonegames_grid_Region_ySections + endSection; a <= endX * this$static.com_github_yellowstonegames_grid_Region_ySections + endSection; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a], endMask); + } + } + else { + mask = com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, startY & 63), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, ~endY & 63))); + for (a = startX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection; a <= endX * this$static.com_github_yellowstonegames_grid_Region_ySections + startSection; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + this$static.com_github_yellowstonegames_grid_Region_data[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[a], mask); + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$resizeAndEmpty__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static, width_0, height){ + if (width_0 == this$static.com_github_yellowstonegames_grid_Region_width && height == this$static.com_github_yellowstonegames_grid_Region_height) { + java_util_Arrays_fill___3JJV(this$static.com_github_yellowstonegames_grid_Region_data); + java_util_Arrays_fill___3IIV(this$static.com_github_yellowstonegames_grid_Region_counts, 0); + this$static.com_github_yellowstonegames_grid_Region_ct = 0; + this$static.com_github_yellowstonegames_grid_Region_tallied = true; + } + else { + this$static.com_github_yellowstonegames_grid_Region_width = $wnd.Math.max(width_0, 0); + this$static.com_github_yellowstonegames_grid_Region_height = $wnd.Math.max(height, 0); + this$static.com_github_yellowstonegames_grid_Region_ySections = this$static.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this$static.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this$static.com_github_yellowstonegames_grid_Region_height & 63)); + this$static.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + this$static.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this$static.com_github_yellowstonegames_grid_Region_ct = 0; + this$static.com_github_yellowstonegames_grid_Region_tallied = true; + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$retract__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static){ + var a, a0, i, next, result; + result = this$static; + if (this$static.com_github_yellowstonegames_grid_Region_width <= 2 || this$static.com_github_yellowstonegames_grid_Region_ySections <= 0) + ; + else { + next = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_github_yellowstonegames_grid_Region_data, this$static.com_github_yellowstonegames_grid_Region_ySections, next, this$static.com_github_yellowstonegames_grid_Region_ySections, (this$static.com_github_yellowstonegames_grid_Region_width - 2) * this$static.com_github_yellowstonegames_grid_Region_ySections); + for (a0 = 0; a0 < this$static.com_github_yellowstonegames_grid_Region_ySections; a0++) { + if (a0 > 0 && a0 < this$static.com_github_yellowstonegames_grid_Region_ySections - 1) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1], $intern_415), 63)), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1], 1), 63))), this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections])); + } + } + else if (a0 > 0) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1], $intern_415), 63)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1)), this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections])); + } + } + else if (a0 < this$static.com_github_yellowstonegames_grid_Region_ySections - 1) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1], 1), 63))), this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections])); + } + } + else { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1)), this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections])); + } + } + } + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < next.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + this$static.com_github_yellowstonegames_grid_Region_data = next; + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + return result; +} + +function com_github_yellowstonegames_grid_Region_$retract8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static){ + var a, a0, i, next, result; + result = this$static; + if (this$static.com_github_yellowstonegames_grid_Region_width <= 2 || this$static.com_github_yellowstonegames_grid_Region_ySections <= 0) + ; + else { + next = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_github_yellowstonegames_grid_Region_data, this$static.com_github_yellowstonegames_grid_Region_ySections, next, this$static.com_github_yellowstonegames_grid_Region_ySections, (this$static.com_github_yellowstonegames_grid_Region_width - 2) * this$static.com_github_yellowstonegames_grid_Region_ySections); + for (a0 = 0; a0 < this$static.com_github_yellowstonegames_grid_Region_ySections; a0++) { + if (a0 > 0 && a0 < this$static.com_github_yellowstonegames_grid_Region_ySections - 1) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1], $intern_415), 63)), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1], 1), 63))), this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections]), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1 - this$static.com_github_yellowstonegames_grid_Region_ySections], $intern_415), 63))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1 + this$static.com_github_yellowstonegames_grid_Region_ySections], $intern_415), 63))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections], 1), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1 - this$static.com_github_yellowstonegames_grid_Region_ySections], 1), 63))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections], 1), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1 + this$static.com_github_yellowstonegames_grid_Region_ySections], 1), 63)))); + } + } + else if (a0 > 0) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1], $intern_415), 63)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1)), this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections]), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1 - this$static.com_github_yellowstonegames_grid_Region_ySections], $intern_415), 63))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - 1 + this$static.com_github_yellowstonegames_grid_Region_ySections], $intern_415), 63))), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections], 1))); + } + } + else if (a0 < this$static.com_github_yellowstonegames_grid_Region_ySections - 1) { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1], 1), 63))), this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections]), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections], 1), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1 - this$static.com_github_yellowstonegames_grid_Region_ySections], 1), 63))), com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections], 1), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + 1 + this$static.com_github_yellowstonegames_grid_Region_ySections], 1), 63)))); + } + } + else { + for (i = this$static.com_github_yellowstonegames_grid_Region_ySections + a0; i < (this$static.com_github_yellowstonegames_grid_Region_width - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections; i += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[i] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[i], com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i], 1)), this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections]), this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections]), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i - this$static.com_github_yellowstonegames_grid_Region_ySections], 1)), com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[i + this$static.com_github_yellowstonegames_grid_Region_ySections], 1))); + } + } + } + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < next.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + next[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(next[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + this$static.com_github_yellowstonegames_grid_Region_data = next; + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + return result; +} + +function com_github_yellowstonegames_grid_Region_$retract8way__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(this$static){ + var i; + for (i = 0; i < 1; i++) { + com_github_yellowstonegames_grid_Region_$retract8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static); + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$separatedBlue__Lcom_github_yellowstonegames_grid_Region_2FI_3Lcom_github_yellowstonegames_grid_Coord_2(this$static, fraction){ + var ct; + if (fraction <= 0) + return com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, 0, 0, 1); + fraction > $intern_2516 && (fraction = $intern_2516); + ct = (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct); + if (-1 >= ct) + return com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(this$static, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + return com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2(com_github_yellowstonegames_grid_Region_$separatedRegionBlue__Lcom_github_yellowstonegames_grid_Region_2FILcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static), fraction)); +} + +function com_github_yellowstonegames_grid_Region_$separatedRegionBlue__Lcom_github_yellowstonegames_grid_Region_2FILcom_github_yellowstonegames_grid_Region_2(this$static, fraction){ + var ct, i; + if (fraction <= 0) + return com_github_yellowstonegames_grid_Region_$empty__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static); + fraction > $intern_2516 && (fraction = $intern_2516); + ct = (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct); + if (-1 >= ct) + return this$static; + ct = com_google_gwt_lang_Cast_round_1int__DI(ct * fraction); + for (i = 255; i >= 0; i--) { + if (ct >= com_github_yellowstonegames_grid_Region_$size__Lcom_github_yellowstonegames_grid_Region_2I(com_github_yellowstonegames_grid_Region_$andWrapping64__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, com_github_yellowstonegames_grid_Region_BLUE_1LEVELS[i]))) + return this$static; + } + return this$static; +} + +function com_github_yellowstonegames_grid_Region_$show__Lcom_github_yellowstonegames_grid_Region_2CCLjava_lang_StringBuilder_2(this$static){ + var sb, x_0, y_0; + sb = new java_lang_StringBuilder_StringBuilder__IV; + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height;) { + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(sb, com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0)?46:35); + } + ++y_0 < this$static.com_github_yellowstonegames_grid_Region_height && (sb.java_lang_AbstractStringBuilder_string += $intern_39 , sb); + } + return sb; +} + +function com_github_yellowstonegames_grid_Region_$singleRandom__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Coord_2(this$static, rng){ + var ct, s, t, tmp, w, x_0; + ct = (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct); + tmp = com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, ct); + for (s = 0; s < this$static.com_github_yellowstonegames_grid_Region_ySections; s++) { + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + if ((ct = this$static.com_github_yellowstonegames_grid_Region_counts[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + s]) > tmp) { + t = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + s], 0); + for (--ct; com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(t, 0) != 0; ct--) { + w = (com_github_tommyettinger_digital_BitConversion_$clinit__V() , com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, 1)))); + if (ct == tmp) + return com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(x_0, s << 6 | java_lang_Long_bitCount__JI(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(w, 1))); + t = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(t, w); + } + } + } + } + return com_github_yellowstonegames_grid_Coord_$clinit__V() , -1 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && -1 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + -com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + -1]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(-1, -1); +} + +function com_github_yellowstonegames_grid_Region_$size__Lcom_github_yellowstonegames_grid_Region_2I(this$static){ + this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static); + return this$static.com_github_yellowstonegames_grid_Region_ct; +} + +function com_github_yellowstonegames_grid_Region_$spill__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static, bounds, volume, rng, temp, temp2){ + var boundsData, c, current, i, j, p, result, x_0, y_0; + result = this$static; + if (this$static.com_github_yellowstonegames_grid_Region_width >= 2 && this$static.com_github_yellowstonegames_grid_Region_ySections > 0 && !!bounds && bounds.com_github_yellowstonegames_grid_Region_width >= 2 && bounds.com_github_yellowstonegames_grid_Region_ySections > 0) { + current = (this$static.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static) , this$static.com_github_yellowstonegames_grid_Region_ct); + if (current < volume) { + !temp?(temp = new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static)):com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(temp, this$static); + !temp2?(temp2 = new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static)):com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(temp2, this$static); + com_github_yellowstonegames_grid_Region_$notAnd__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(temp, bounds); + boundsData = temp.com_github_yellowstonegames_grid_Region_data; + com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(temp2, this$static)), bounds)); + if (temp2.com_github_yellowstonegames_grid_Region_ct > 0) { + for (i = current; i < volume; i++) { + c = com_github_yellowstonegames_grid_Region_$singleRandom__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Coord_2(temp2, rng); + x_0 = c.com_github_yellowstonegames_grid_Coord_x; + y_0 = c.com_github_yellowstonegames_grid_Coord_y; + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_data[p = x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], this$static.com_github_yellowstonegames_grid_Region_data[p] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[p], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)))) { + ++this$static.com_github_yellowstonegames_grid_Region_counts[p]; + for (j = p + 1; j < this$static.com_github_yellowstonegames_grid_Region_data.length; j++) { + this$static.com_github_yellowstonegames_grid_Region_counts[j] > 0 && ++this$static.com_github_yellowstonegames_grid_Region_counts[j]; + } + ++this$static.com_github_yellowstonegames_grid_Region_ct; + temp2.com_github_yellowstonegames_grid_Region_data[p] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(temp2.com_github_yellowstonegames_grid_Region_data[p], com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + x_0 < this$static.com_github_yellowstonegames_grid_Region_width - 1 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(boundsData[p = (x_0 + 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) && (temp2.com_github_yellowstonegames_grid_Region_data[p] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(temp2.com_github_yellowstonegames_grid_Region_data[p], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + y_0 < this$static.com_github_yellowstonegames_grid_Region_height - 1 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(boundsData[p = x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 + 1 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 + 1 & 63)), 0) && (temp2.com_github_yellowstonegames_grid_Region_data[p] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(temp2.com_github_yellowstonegames_grid_Region_data[p], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 + 1 & 63))); + y_0 > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(boundsData[p = x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 - 1 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 - 1 & 63)), 0) && (temp2.com_github_yellowstonegames_grid_Region_data[p] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(temp2.com_github_yellowstonegames_grid_Region_data[p], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 - 1 & 63))); + x_0 > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(boundsData[p = (x_0 - 1) * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) && (temp2.com_github_yellowstonegames_grid_Region_data[p] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(temp2.com_github_yellowstonegames_grid_Region_data[p], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(temp2); + if (temp2.com_github_yellowstonegames_grid_Region_ct <= 0) + break; + } + } + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + } + } + return result; +} + +function com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static){ + var filled, fst, remaining, scattered; + scattered = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(32); + fst = com_github_yellowstonegames_grid_Region_$firstTight__Lcom_github_yellowstonegames_grid_Region_2I(this$static); + remaining = new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static); + while (fst >= 0) { + filled = com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_grid_Region_width, this$static.com_github_yellowstonegames_grid_Region_height), fst), remaining, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_height); + javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(scattered.java_util_ArrayList_array, filled); + com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(remaining, filled); + fst = com_github_yellowstonegames_grid_Region_$firstTight__Lcom_github_yellowstonegames_grid_Region_2I(remaining); + } + return scattered; +} + +function com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$static){ + var i, tmp; + this$static.com_github_yellowstonegames_grid_Region_ct = 0; + for (i = 0; i < this$static.com_github_yellowstonegames_grid_Region_counts.length; i++) { + tmp = java_lang_Long_bitCount__JI(this$static.com_github_yellowstonegames_grid_Region_data[i]); + this$static.com_github_yellowstonegames_grid_Region_counts[i] = tmp == 0?0:(this$static.com_github_yellowstonegames_grid_Region_ct += tmp); + } + this$static.com_github_yellowstonegames_grid_Region_tallied = true; +} + +function com_github_yellowstonegames_grid_Region_$toChars__Lcom_github_yellowstonegames_grid_Region_2CC_3_3C(this$static){ + var chars, x_0, y_0; + chars = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [this$static.com_github_yellowstonegames_grid_Region_width, this$static.com_github_yellowstonegames_grid_Region_height], 2); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_Region_height; y_0++) { + chars[x_0][y_0] = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0)?46:35; + } + } + return chars; +} + +function com_github_yellowstonegames_grid_Region_$translate__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static, x_0, y_0){ + var a, alterJump, data2, i, j, jj, jump, len, lily, oi, originalJump, prev, result, start_0, tmp; + result = this$static; + if (this$static.com_github_yellowstonegames_grid_Region_width < 1 || this$static.com_github_yellowstonegames_grid_Region_ySections <= 0 || x_0 == 0 && y_0 == 0) + ; + else { + start_0 = $wnd.Math.max(0, x_0); + len = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_width, this$static.com_github_yellowstonegames_grid_Region_width + x_0) - start_0; + jump = y_0 == 0?0:y_0 < 0?-(-y_0 >>> 6):y_0 >>> 6; + lily = y_0 < 0?-(-y_0 & 63):y_0 & 63; + originalJump = $wnd.Math.max(0, -jump); + alterJump = $wnd.Math.max(0, jump); + data2 = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this$static.com_github_yellowstonegames_grid_Region_width * this$static.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + if (x_0 < 0) { + for (i = alterJump , oi = originalJump; i < this$static.com_github_yellowstonegames_grid_Region_ySections && oi < this$static.com_github_yellowstonegames_grid_Region_ySections; ++i , oi++) { + for (j = $wnd.Math.max(0, -x_0) , jj = 0; jj < len; ++j , jj++) { + data2[jj * this$static.com_github_yellowstonegames_grid_Region_ySections + i] = this$static.com_github_yellowstonegames_grid_Region_data[j * this$static.com_github_yellowstonegames_grid_Region_ySections + oi]; + } + } + } + else if (x_0 > 0) { + for (i = alterJump , oi = originalJump; i < this$static.com_github_yellowstonegames_grid_Region_ySections && oi < this$static.com_github_yellowstonegames_grid_Region_ySections; ++i , oi++) { + for (j = 0 , jj = start_0; j < len; ++j , jj++) { + data2[jj * this$static.com_github_yellowstonegames_grid_Region_ySections + i] = this$static.com_github_yellowstonegames_grid_Region_data[j * this$static.com_github_yellowstonegames_grid_Region_ySections + oi]; + } + } + } + else { + for (i = alterJump , oi = originalJump; i < this$static.com_github_yellowstonegames_grid_Region_ySections && oi < this$static.com_github_yellowstonegames_grid_Region_ySections; ++i , oi++) { + for (j = 0; j < len; j++) { + data2[j * this$static.com_github_yellowstonegames_grid_Region_ySections + i] = this$static.com_github_yellowstonegames_grid_Region_data[j * this$static.com_github_yellowstonegames_grid_Region_ySections + oi]; + } + } + } + if (lily < 0) { + for (i = start_0; i < len; i++) { + prev = 0; + for (j = 0; j < this$static.com_github_yellowstonegames_grid_Region_ySections; j++) { + tmp = prev; + prev = com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j], com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, -lily))), 64 + lily); + data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j] = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j], -lily); + data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j], tmp); + } + } + } + else if (lily > 0) { + for (i = start_0; i < start_0 + len; i++) { + prev = 0; + for (j = 0; j < this$static.com_github_yellowstonegames_grid_Region_ySections; j++) { + tmp = prev; + prev = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j], com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, lily))), 64 - lily); + data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j] = com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j], lily); + data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data2[i * this$static.com_github_yellowstonegames_grid_Region_ySections + j], tmp); + } + } + } + if (com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region_yEndMask, -1)) { + for (a = this$static.com_github_yellowstonegames_grid_Region_ySections - 1; a < data2.length; a += this$static.com_github_yellowstonegames_grid_Region_ySections) { + data2[a] = com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(data2[a], this$static.com_github_yellowstonegames_grid_Region_yEndMask); + } + } + this$static.com_github_yellowstonegames_grid_Region_data = data2; + this$static.com_github_yellowstonegames_grid_Region_tallied = false; + } + return result; +} + +function com_github_yellowstonegames_grid_Region_$writeCharsInto__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(this$static, map_0, toWrite){ + var height2, width2, x_0, y_0; + if (map_0 == null || map_0.length == 0) + return map_0; + width2 = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_width, map_0.length); + height2 = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_height, map_0[0].length); + for (x_0 = 0; x_0 < width2; x_0++) { + for (y_0 = 0; y_0 < height2; y_0++) { + com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) && (map_0[x_0][y_0] = toWrite); + } + } + return map_0; +} + +function com_github_yellowstonegames_grid_Region_$writeCharsToOff__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(this$static, map_0){ + var chars, height2, width2, x_0, y_0; + if (map_0 == null || map_0.length == 0) + return com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [0, 0], 2); + width2 = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_width, map_0.length); + height2 = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_height, map_0[0].length); + chars = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [width2, height2], 2); + for (x_0 = 0; x_0 < width2; x_0++) { + for (y_0 = 0; y_0 < height2; y_0++) { + chars[x_0][y_0] = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0)?map_0[x_0][y_0]:35; + } + } + return chars; +} + +function com_github_yellowstonegames_grid_Region_$writeInts__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(this$static, map_0, toWrite){ + var height2, ints, width2, x_0, y_0; + if (map_0 == null || map_0.length == 0) + return com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [0, 0], 2); + width2 = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_width, map_0.length); + height2 = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_height, map_0[0].length); + ints = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [width2, height2], 2); + for (x_0 = 0; x_0 < width2; x_0++) { + for (y_0 = 0; y_0 < height2; y_0++) { + ints[x_0][y_0] = com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0)?toWrite:map_0[x_0][y_0]; + } + } + return ints; +} + +function com_github_yellowstonegames_grid_Region_$writeIntsInto__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(this$static, map_0, toWrite){ + var height2, width2, x_0, y_0; + if (map_0 == null || map_0.length == 0) + return map_0; + width2 = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_width, map_0.length); + height2 = $wnd.Math.min(this$static.com_github_yellowstonegames_grid_Region_height, map_0[0].length); + for (x_0 = 0; x_0 < width2; x_0++) { + for (y_0 = 0; y_0 < height2; y_0++) { + com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) && (map_0[x_0][y_0] = toWrite); + } + } + return map_0; +} + +function com_github_yellowstonegames_grid_Region_Region__IIV(width_0, height){ + com_github_yellowstonegames_grid_Region_$clinit__V(); + this.com_github_yellowstonegames_grid_Region_width = width_0; + this.com_github_yellowstonegames_grid_Region_height = height; + this.com_github_yellowstonegames_grid_Region_ySections = height + 63 >> 6; + this.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (height & 63)); + this.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, width_0 * this.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + this.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, width_0 * this.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this.com_github_yellowstonegames_grid_Region_ct = 0; + this.com_github_yellowstonegames_grid_Region_tallied = true; +} + +function com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(other){ + com_github_yellowstonegames_grid_Region_$clinit__V(); + this.com_github_yellowstonegames_grid_Region_width = other.com_github_yellowstonegames_grid_Region_width; + this.com_github_yellowstonegames_grid_Region_height = other.com_github_yellowstonegames_grid_Region_height; + this.com_github_yellowstonegames_grid_Region_ySections = other.com_github_yellowstonegames_grid_Region_ySections; + this.com_github_yellowstonegames_grid_Region_yEndMask = other.com_github_yellowstonegames_grid_Region_yEndMask; + this.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + this.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(other.com_github_yellowstonegames_grid_Region_data, 0, this.com_github_yellowstonegames_grid_Region_data, 0, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(other.com_github_yellowstonegames_grid_Region_counts, 0, this.com_github_yellowstonegames_grid_Region_counts, 0, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections); + this.com_github_yellowstonegames_grid_Region_ct = other.com_github_yellowstonegames_grid_Region_ct; + this.com_github_yellowstonegames_grid_Region_tallied = other.com_github_yellowstonegames_grid_Region_tallied; +} + +function com_github_yellowstonegames_grid_Region_Region___3_3BIIV(map_0, upper){ + var column, x_0, y_0; + this.com_github_yellowstonegames_grid_Region_width = map_0.length; + this.com_github_yellowstonegames_grid_Region_height = map_0[0].length; + this.com_github_yellowstonegames_grid_Region_ySections = this.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this.com_github_yellowstonegames_grid_Region_height & 63)); + this.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this.com_github_yellowstonegames_grid_Region_width; x_0++) { + column = map_0[x_0]; + for (y_0 = 0; y_0 < this.com_github_yellowstonegames_grid_Region_height; y_0++) { + column[y_0] >= -128 && column[y_0] < upper && (this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + } + } + this.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this.com_github_yellowstonegames_grid_Region_tallied = false; +} + +function com_github_yellowstonegames_grid_Region_Region___3_3CCV(map_0, yes){ + com_github_yellowstonegames_grid_Region_$clinit__V(); + var x_0, y_0; + this.com_github_yellowstonegames_grid_Region_width = map_0.length; + this.com_github_yellowstonegames_grid_Region_height = map_0[0].length; + this.com_github_yellowstonegames_grid_Region_ySections = this.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this.com_github_yellowstonegames_grid_Region_height & 63)); + this.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this.com_github_yellowstonegames_grid_Region_height; y_0++) { + map_0[x_0][y_0] == yes && (this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + } + } + this.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this.com_github_yellowstonegames_grid_Region_tallied = false; +} + +function com_github_yellowstonegames_grid_Region_Region___3_3C_3CV(map_0, yes){ + com_github_yellowstonegames_grid_Region_$clinit__V(); + var e, e$array, e$index, e$max, x_0, y_0; + this.com_github_yellowstonegames_grid_Region_width = map_0.length; + this.com_github_yellowstonegames_grid_Region_height = map_0[0].length; + this.com_github_yellowstonegames_grid_Region_ySections = this.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this.com_github_yellowstonegames_grid_Region_height & 63)); + this.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this.com_github_yellowstonegames_grid_Region_height; y_0++) { + for (e$array = yes , e$index = 0 , e$max = e$array.length; e$index < e$max; ++e$index) { + e = e$array[e$index]; + if (map_0[x_0][y_0] == e) { + this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)); + break; + } + } + } + } + this.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this.com_github_yellowstonegames_grid_Region_tallied = false; +} + +function com_github_yellowstonegames_grid_Region_Region___3_3FFFV(map_0){ + com_github_yellowstonegames_grid_Region_$clinit__V(); + var x_0, y_0; + this.com_github_yellowstonegames_grid_Region_width = map_0.length; + this.com_github_yellowstonegames_grid_Region_height = map_0[0].length; + this.com_github_yellowstonegames_grid_Region_ySections = this.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this.com_github_yellowstonegames_grid_Region_height & 63)); + this.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this.com_github_yellowstonegames_grid_Region_height; y_0++) { + map_0[x_0][y_0] >= $intern_2517 && map_0[x_0][y_0] < 2 && (this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + } + } + this.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this.com_github_yellowstonegames_grid_Region_tallied = false; +} + +function com_github_yellowstonegames_grid_Region_Region___3_3IIV(map_0, yes){ + com_github_yellowstonegames_grid_Region_$clinit__V(); + var x_0, y_0; + this.com_github_yellowstonegames_grid_Region_width = map_0.length; + this.com_github_yellowstonegames_grid_Region_height = map_0[0].length; + this.com_github_yellowstonegames_grid_Region_ySections = this.com_github_yellowstonegames_grid_Region_height + 63 >> 6; + this.com_github_yellowstonegames_grid_Region_yEndMask = com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(-1, 64 - (this.com_github_yellowstonegames_grid_Region_height & 63)); + this.com_github_yellowstonegames_grid_Region_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 14, 1); + for (x_0 = 0; x_0 < this.com_github_yellowstonegames_grid_Region_width; x_0++) { + for (y_0 = 0; y_0 < this.com_github_yellowstonegames_grid_Region_height; y_0++) { + map_0[x_0][y_0] == yes && (this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)] = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this.com_github_yellowstonegames_grid_Region_data[x_0 * this.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63))); + } + } + this.com_github_yellowstonegames_grid_Region_counts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, this.com_github_yellowstonegames_grid_Region_width * this.com_github_yellowstonegames_grid_Region_ySections, 15, 1); + this.com_github_yellowstonegames_grid_Region_tallied = false; +} + +function com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(x_0, y_0, packed){ + com_github_yellowstonegames_grid_Region_$clinit__V(); + var found, tmp, tmp$iterator; + found = new com_github_tommyettinger_ds_ObjectOrderedSet_ObjectOrderedSet__IV(packed.java_util_ArrayList_array.length); + for (tmp$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(packed); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(tmp$iterator);) { + tmp = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(tmp$iterator); + !!tmp && x_0 >= 0 && y_0 >= 0 && x_0 < tmp.com_github_yellowstonegames_grid_Region_width && y_0 < tmp.com_github_yellowstonegames_grid_Region_height && tmp.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(tmp.com_github_yellowstonegames_grid_Region_data[x_0 * tmp.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) && com_github_tommyettinger_ds_ObjectSet_$add__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(found, tmp) && java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(found.com_github_tommyettinger_ds_ObjectOrderedSet_items, tmp); + } + return found; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(41, 1, {41:1, 29:1, 68:1}, com_github_yellowstonegames_grid_Region_Region__IIV, com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V, com_github_yellowstonegames_grid_Region_Region___3_3BIIV, com_github_yellowstonegames_grid_Region_Region___3_3CCV, com_github_yellowstonegames_grid_Region_Region___3_3C_3CV, com_github_yellowstonegames_grid_Region_Region___3_3FFFV, com_github_yellowstonegames_grid_Region_Region___3_3IIV); +_.add__Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_Region_add__Ljava_lang_Object_2Z(coord){ + return com_github_yellowstonegames_grid_Region_$add__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(this, coord); +} +; +_.addAll__Ljava_util_Collection_2Z = function com_github_yellowstonegames_grid_Region_addAll__Ljava_util_Collection_2Z(c){ + return com_github_yellowstonegames_grid_Region_$addAll__Lcom_github_yellowstonegames_grid_Region_2Ljava_util_Collection_2Z(this, c); +} +; +_.clear__V = function com_github_yellowstonegames_grid_Region_clear__V(){ + java_util_Arrays_fill___3JJV(this.com_github_yellowstonegames_grid_Region_data); +} +; +_.contains__Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_Region_contains__Ljava_lang_Object_2Z(o){ + return com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this, o); +} +; +_.containsAll__Ljava_util_Collection_2Z = function com_github_yellowstonegames_grid_Region_containsAll__Ljava_util_Collection_2Z(c){ + var o, o$iterator; + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + if (!com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this, o)) + return false; + } + return true; +} +; +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_Region_equals__Ljava_lang_Object_2Z(o){ + return com_github_yellowstonegames_grid_Region_$equals__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function com_github_yellowstonegames_grid_Region_hashCode__I(){ + return com_github_yellowstonegames_grid_Region_$hashCode__Lcom_github_yellowstonegames_grid_Region_2I(this); +} +; +_.isEmpty__Z = function com_github_yellowstonegames_grid_Region_isEmpty__Z(){ + return com_github_yellowstonegames_grid_Region_$isEmpty__Lcom_github_yellowstonegames_grid_Region_2Z(this); +} +; +_.iterator__Ljava_util_Iterator_2 = function com_github_yellowstonegames_grid_Region_iterator__Ljava_util_Iterator_2(){ + return new com_github_yellowstonegames_grid_Region$GRIterator_Region$GRIterator__Lcom_github_yellowstonegames_grid_Region_2V(this); +} +; +_.remove__Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_Region_remove__Ljava_lang_Object_2Z(o){ + return com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this, o); +} +; +_.removeAll__Ljava_util_Collection_2Z = function com_github_yellowstonegames_grid_Region_removeAll__Ljava_util_Collection_2Z(c){ + var changed, o, o$iterator; + changed = false; + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + changed = changed | com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this, o); + } + return changed; +} +; +_.retainAll__Ljava_util_Collection_2Z = function com_github_yellowstonegames_grid_Region_retainAll__Ljava_util_Collection_2Z(c){ + var changed, g2, o, o$iterator; + g2 = new com_github_yellowstonegames_grid_Region_Region__IIV(this.com_github_yellowstonegames_grid_Region_width, this.com_github_yellowstonegames_grid_Region_height); + for (o$iterator = c.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this, o) && com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 47) && com_github_yellowstonegames_grid_Region_$add__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(g2, o); + } + changed = com_github_yellowstonegames_grid_Region_$equals__Lcom_github_yellowstonegames_grid_Region_2Ljava_lang_Object_2Z(this, g2); + com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this, g2); + return changed; +} +; +_.size__I = function com_github_yellowstonegames_grid_Region_size__I(){ + return com_github_yellowstonegames_grid_Region_$size__Lcom_github_yellowstonegames_grid_Region_2I(this); +} +; +_.toArray___3Ljava_lang_Object_2 = function com_github_yellowstonegames_grid_Region_toArray___3Ljava_lang_Object_2(){ + return com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(this, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (this.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this) , this.com_github_yellowstonegames_grid_Region_ct), 0, 1)); +} +; +_.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2 = function com_github_yellowstonegames_grid_Region_toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(a){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(a, 77)) + return com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(this, a); + return a; +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_grid_Region_toString__Ljava_lang_String_2(){ + return com_github_yellowstonegames_grid_Region_$show__Lcom_github_yellowstonegames_grid_Region_2CCLjava_lang_StringBuilder_2(this).java_lang_AbstractStringBuilder_string; +} +; +_.com_github_yellowstonegames_grid_Region_ct = 0; +_.com_github_yellowstonegames_grid_Region_height = 0; +_.com_github_yellowstonegames_grid_Region_tallied = false; +_.com_github_yellowstonegames_grid_Region_width = 0; +_.com_github_yellowstonegames_grid_Region_yEndMask = 0; +_.com_github_yellowstonegames_grid_Region_ySections = 0; +var com_github_yellowstonegames_grid_Region_BLUE_1LEVELS; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Region_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'Region', 41, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_grid_Region$GRIterator_$next__Lcom_github_yellowstonegames_grid_Region$GRIterator_2Lcom_github_yellowstonegames_grid_Coord_2(this$static){ + var c, s, x_0; + if (this$static.com_github_yellowstonegames_grid_Region$GRIterator_index >= this$static.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_ct) + return null; + for (s = 0; s < this$static.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_ySections; s++) { + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_width; x_0++) { + if ((c = this$static.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_counts[x_0 * this$static.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_ySections + s]) > this$static.com_github_yellowstonegames_grid_Region$GRIterator_index) { + this$static.com_github_yellowstonegames_grid_Region$GRIterator_t = com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_data[x_0 * this$static.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_ySections + s], 0); + for (--c; com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(this$static.com_github_yellowstonegames_grid_Region$GRIterator_t, 0); c--) { + this$static.com_github_yellowstonegames_grid_Region$GRIterator_w = com_github_tommyettinger_digital_BitConversion_lowestOneBit__JJ(this$static.com_github_yellowstonegames_grid_Region$GRIterator_t); + if (c == this$static.com_github_yellowstonegames_grid_Region$GRIterator_index) { + ++this$static.com_github_yellowstonegames_grid_Region$GRIterator_index; + return com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(x_0, s << 6 | java_lang_Long_bitCount__JI(com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region$GRIterator_w, 1))); + } + this$static.com_github_yellowstonegames_grid_Region$GRIterator_t = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_grid_Region$GRIterator_t, this$static.com_github_yellowstonegames_grid_Region$GRIterator_w); + } + } + } + } + return null; +} + +function com_github_yellowstonegames_grid_Region$GRIterator_Region$GRIterator__Lcom_github_yellowstonegames_grid_Region_2V(this$0){ + this.com_github_yellowstonegames_grid_Region$GRIterator_this$01 = this$0; + this$0.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(this$0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(552, 1, $intern_704, com_github_yellowstonegames_grid_Region$GRIterator_Region$GRIterator__Lcom_github_yellowstonegames_grid_Region_2V); +_.next__Ljava_lang_Object_2 = function com_github_yellowstonegames_grid_Region$GRIterator_next__Ljava_lang_Object_2(){ + return com_github_yellowstonegames_grid_Region$GRIterator_$next__Lcom_github_yellowstonegames_grid_Region$GRIterator_2Lcom_github_yellowstonegames_grid_Coord_2(this); +} +; +_.hasNext__Z = function com_github_yellowstonegames_grid_Region$GRIterator_hasNext__Z(){ + return this.com_github_yellowstonegames_grid_Region$GRIterator_index < this.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_ct; +} +; +_.remove__V = function com_github_yellowstonegames_grid_Region$GRIterator_remove__V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V('remove() is not supported on this Iterator.')); +} +; +_.com_github_yellowstonegames_grid_Region$GRIterator_index = 0; +_.com_github_yellowstonegames_grid_Region$GRIterator_t = 0; +_.com_github_yellowstonegames_grid_Region$GRIterator_w = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Region$GRIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'Region/GRIterator', 552, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_grid_VisionFramework_$editSingle__Lcom_github_yellowstonegames_grid_VisionFramework_2IICV(this$static, newX, newY){ + this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap[newX][newY] = 47; + this$static.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap[newX][newY] = 47; + this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_resistances[newX][newY] = (com_github_yellowstonegames_grid_FOV_$clinit__V() , 0); +} + +function com_github_yellowstonegames_grid_VisionFramework_$editSingle__Lcom_github_yellowstonegames_grid_VisionFramework_2Lcom_github_yellowstonegames_grid_Coord_2CV(this$static, position){ + com_github_yellowstonegames_grid_VisionFramework_$editSingle__Lcom_github_yellowstonegames_grid_VisionFramework_2IICV(this$static, position.com_github_yellowstonegames_grid_Coord_x, position.com_github_yellowstonegames_grid_Coord_y); +} + +function com_github_yellowstonegames_grid_VisionFramework_$finishChanges__Lcom_github_yellowstonegames_grid_VisionFramework_2V(this$static){ + com_github_tommyettinger_digital_ArrayTools_set___3_3F_3_3F_3_3F(this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult, this$static.com_github_yellowstonegames_grid_VisionFramework_previousLightLevels); + com_github_yellowstonegames_grid_Region_$not__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3FFLcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_justHidden, this$static.com_github_yellowstonegames_grid_VisionFramework_previousLightLevels)); + com_github_yellowstonegames_grid_LightingManager_$calculateFOV__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_tommyettinger_ds_ObjectFloatMap_2IIII_3_3F(this$static.com_github_yellowstonegames_grid_VisionFramework_lighting, this$static.com_github_yellowstonegames_grid_VisionFramework_viewers, 0, 0, this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth, this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight); + com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3FFLcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_blockage, this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult); + com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_justSeen, this$static.com_github_yellowstonegames_grid_VisionFramework_justHidden); + com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_inView, com_github_yellowstonegames_grid_Region_$not__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_blockage)); + com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_newlyVisible, this$static.com_github_yellowstonegames_grid_VisionFramework_inView), this$static.com_github_yellowstonegames_grid_VisionFramework_seen); + com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_seen, this$static.com_github_yellowstonegames_grid_VisionFramework_inView); + com_github_yellowstonegames_grid_Region_$notAnd__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_justSeen, this$static.com_github_yellowstonegames_grid_VisionFramework_inView); + com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_justHidden, this$static.com_github_yellowstonegames_grid_VisionFramework_inView); + com_github_yellowstonegames_grid_Region_$fringe8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_blockage); + com_github_yellowstonegames_grid_LineTools_pruneLines___3_3CLcom_github_yellowstonegames_grid_Region_2_3_3C_3_3C(this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap, this$static.com_github_yellowstonegames_grid_VisionFramework_seen, this$static.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap); +} + +function com_github_yellowstonegames_grid_VisionFramework_$getForegroundColor__Lcom_github_yellowstonegames_grid_VisionFramework_2IIFI(this$static, x_0, y_0, millisSinceLastMove){ + if (this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult[x_0][y_0] > 0.01) { + if (com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static.com_github_yellowstonegames_grid_VisionFramework_justSeen, x_0, y_0)) + return com_github_yellowstonegames_core_DescriptiveColor_$clinit__V() , com_github_yellowstonegames_core_DescriptiveColor_limitToGamut__IIIII(255, 127, 127, com_google_gwt_lang_Cast_round_1int__DI(millisSinceLastMove * $intern_2335 * $intern_2470)); + return $intern_2430; + } + else if (com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static.com_github_yellowstonegames_grid_VisionFramework_justHidden, x_0, y_0)) { + return com_github_yellowstonegames_core_DescriptiveColor_$clinit__V() , com_github_yellowstonegames_core_DescriptiveColor_limitToGamut__IIIII(255, 127, 127, com_google_gwt_lang_Cast_round_1int__DI((1 - millisSinceLastMove * $intern_2335) * $intern_2470)); + } + return $intern_2463; +} + +function com_github_yellowstonegames_grid_VisionFramework_$moveViewer__Lcom_github_yellowstonegames_grid_VisionFramework_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Z(this$static, previousPosition, nextPosition){ + if (!com_github_tommyettinger_ds_ObjectFloatMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_grid_VisionFramework_viewers, previousPosition) || com_github_tommyettinger_ds_ObjectFloatMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectFloatMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_grid_VisionFramework_viewers, nextPosition)) + return false; + return com_github_tommyettinger_ds_ObjectFloatOrderedMap_$alter__Lcom_github_tommyettinger_ds_ObjectFloatOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_grid_VisionFramework_viewers, previousPosition, nextPosition); +} + +function com_github_yellowstonegames_grid_VisionFramework_$restart__Lcom_github_yellowstonegames_grid_VisionFramework_2_3_3CLcom_github_yellowstonegames_grid_Coord_2FV(this$static, place, playerPosition){ + com_github_yellowstonegames_grid_VisionFramework_$restart__Lcom_github_yellowstonegames_grid_VisionFramework_2_3_3CLcom_github_yellowstonegames_grid_CoordFloatOrderedMap_2IV(this$static, place, com_github_yellowstonegames_grid_CoordFloatOrderedMap_with__Lcom_github_yellowstonegames_grid_Coord_2Ljava_lang_Number_2Lcom_github_yellowstonegames_grid_CoordFloatOrderedMap_2(playerPosition, new java_lang_Float_Float__FV(8)), this$static.com_github_yellowstonegames_grid_VisionFramework_rememberedColor); +} + +function com_github_yellowstonegames_grid_VisionFramework_$restart__Lcom_github_yellowstonegames_grid_VisionFramework_2_3_3CLcom_github_yellowstonegames_grid_CoordFloatOrderedMap_2IV(this$static, place, viewers, baseColor){ + if (place == null || place.length == 0 || place[0] == null || place[0].length == 0) + return; + this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth = place.length; + this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight = place[0].length; + this$static.com_github_yellowstonegames_grid_VisionFramework_viewers = viewers; + this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap = this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap == null || this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap.length != this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth || this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap[0].length != this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight?(com_github_yellowstonegames_grid_LineTools_$clinit__V() , com_github_yellowstonegames_grid_LineTools_hashesToLinesInto___3_3C_3_3CZ_3_3C(place, null, true)):com_github_yellowstonegames_grid_LineTools_hashesToLinesInto___3_3C_3_3CZ_3_3C(place, this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap, true); + this$static.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap = this$static.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap == null || this$static.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap.length != this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth || this$static.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap[0].length != this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight?com_github_tommyettinger_digital_ArrayTools_copy___3_3C_3_3C(this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap):com_github_tommyettinger_digital_ArrayTools_set___3_3C_3_3C_3_3C(this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap, this$static.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap); + if (!this$static.com_github_yellowstonegames_grid_VisionFramework_lighting || this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_width != this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth || this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_height != this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight) + this$static.com_github_yellowstonegames_grid_VisionFramework_lighting = new com_github_yellowstonegames_grid_LightingManager_LightingManager___3_3FILcom_github_yellowstonegames_grid_Radius_2FV(com_github_yellowstonegames_grid_FOV_generateSimpleResistances___3_3C_3_3F(this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap), this$static.com_github_yellowstonegames_grid_VisionFramework_rememberedColor, (com_github_yellowstonegames_grid_Radius_$clinit__V() , com_github_yellowstonegames_grid_Radius_CIRCLE)); + else { + com_github_yellowstonegames_grid_FOV_fillSimpleResistancesInto___3_3C_3_3F_3_3F(this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap, this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_resistances); + this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_backgroundColor = this$static.com_github_yellowstonegames_grid_VisionFramework_rememberedColor; + this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_radiusStrategy = (com_github_yellowstonegames_grid_Radius_$clinit__V() , com_github_yellowstonegames_grid_Radius_CIRCLE); + this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_viewerRange = 4; + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$clear__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_lights); + } + com_github_yellowstonegames_grid_LightingManager_$calculateFOV__Lcom_github_yellowstonegames_grid_LightingManager_2Lcom_github_tommyettinger_ds_ObjectFloatMap_2IIII_3_3F(this$static.com_github_yellowstonegames_grid_VisionFramework_lighting, this$static.com_github_yellowstonegames_grid_VisionFramework_viewers, 0, 0, this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth, this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight); + this$static.com_github_yellowstonegames_grid_VisionFramework_previousLightLevels = this$static.com_github_yellowstonegames_grid_VisionFramework_previousLightLevels == null?com_github_tommyettinger_digital_ArrayTools_copy___3_3F_3_3F(this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult):com_github_tommyettinger_digital_ArrayTools_set___3_3F_3_3F_3_3F(this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult, this$static.com_github_yellowstonegames_grid_VisionFramework_previousLightLevels); + this$static.com_github_yellowstonegames_grid_VisionFramework_inView = !this$static.com_github_yellowstonegames_grid_VisionFramework_inView?new com_github_yellowstonegames_grid_Region_Region___3_3FFFV(this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult):com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3FFFLcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_inView, this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult, $intern_2517, 2); + this$static.com_github_yellowstonegames_grid_VisionFramework_seen = !this$static.com_github_yellowstonegames_grid_VisionFramework_seen?new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static.com_github_yellowstonegames_grid_VisionFramework_inView):com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_seen, this$static.com_github_yellowstonegames_grid_VisionFramework_inView); + this$static.com_github_yellowstonegames_grid_VisionFramework_blockage = !this$static.com_github_yellowstonegames_grid_VisionFramework_blockage?com_github_yellowstonegames_grid_Region_$not__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static.com_github_yellowstonegames_grid_VisionFramework_seen)):com_github_yellowstonegames_grid_Region_$not__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_blockage, this$static.com_github_yellowstonegames_grid_VisionFramework_seen)); + this$static.com_github_yellowstonegames_grid_VisionFramework_inView = !this$static.com_github_yellowstonegames_grid_VisionFramework_inView?new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static.com_github_yellowstonegames_grid_VisionFramework_seen):com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_inView, this$static.com_github_yellowstonegames_grid_VisionFramework_seen); + this$static.com_github_yellowstonegames_grid_VisionFramework_justSeen = !this$static.com_github_yellowstonegames_grid_VisionFramework_justSeen?new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static.com_github_yellowstonegames_grid_VisionFramework_seen):com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_justSeen, this$static.com_github_yellowstonegames_grid_VisionFramework_seen); + this$static.com_github_yellowstonegames_grid_VisionFramework_justHidden = !this$static.com_github_yellowstonegames_grid_VisionFramework_justHidden?new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth, this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight):com_github_yellowstonegames_grid_Region_$resizeAndEmpty__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_justHidden, this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth, this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight); + this$static.com_github_yellowstonegames_grid_VisionFramework_newlyVisible = !this$static.com_github_yellowstonegames_grid_VisionFramework_newlyVisible?new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static.com_github_yellowstonegames_grid_VisionFramework_seen):com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_grid_VisionFramework_newlyVisible, this$static.com_github_yellowstonegames_grid_VisionFramework_seen); + com_github_yellowstonegames_grid_LineTools_pruneLines___3_3CLcom_github_yellowstonegames_grid_Region_2_3_3C_3_3C(this$static.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap, this$static.com_github_yellowstonegames_grid_VisionFramework_seen, this$static.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap); + this$static.com_github_yellowstonegames_grid_VisionFramework_rememberedColor = baseColor; + this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors == null?(this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors = com_github_tommyettinger_digital_ArrayTools_fill__III_3_3I(this$static.com_github_yellowstonegames_grid_VisionFramework_rememberedColor, this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth, this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight)):com_github_tommyettinger_digital_ArrayTools_fill___3_3II_3_3I(this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors, this$static.com_github_yellowstonegames_grid_VisionFramework_rememberedColor); +} + +function com_github_yellowstonegames_grid_VisionFramework_$update__Lcom_github_yellowstonegames_grid_VisionFramework_2FV(this$static, millisSinceLastMove){ + var change, x_0, y_0; + com_github_yellowstonegames_grid_LightingManager_$update__Lcom_github_yellowstonegames_grid_LightingManager_2V(this$static.com_github_yellowstonegames_grid_VisionFramework_lighting); + change = $wnd.Math.min($wnd.Math.max(millisSinceLastMove * $intern_2335, 0), 1); + com_github_yellowstonegames_grid_LightingManager_$drawOklab__Lcom_github_yellowstonegames_grid_LightingManager_2_3_3IV(this$static.com_github_yellowstonegames_grid_VisionFramework_lighting, this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_grid_VisionFramework_placeWidth; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_grid_VisionFramework_placeHeight; y_0++) { + this$static.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_fovResult[x_0][y_0] > 0.01?com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static.com_github_yellowstonegames_grid_VisionFramework_newlyVisible, x_0, y_0)?(this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[x_0][y_0] = com_github_yellowstonegames_core_DescriptiveColor_fade__IFI(this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[x_0][y_0], 1 - change)):com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static.com_github_yellowstonegames_grid_VisionFramework_justSeen, x_0, y_0) && (this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[x_0][y_0] = com_github_yellowstonegames_core_DescriptiveColor_lerpColors__IIFI(this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[x_0][y_0], this$static.com_github_yellowstonegames_grid_VisionFramework_rememberedColor, 1 - change)):com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static.com_github_yellowstonegames_grid_VisionFramework_justHidden, x_0, y_0)?(this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[x_0][y_0] = com_github_yellowstonegames_core_DescriptiveColor_lerpColors__IIFI(this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[x_0][y_0], this$static.com_github_yellowstonegames_grid_VisionFramework_rememberedColor, change)):com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2IIZ(this$static.com_github_yellowstonegames_grid_VisionFramework_seen, x_0, y_0)?(this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[x_0][y_0] = this$static.com_github_yellowstonegames_grid_VisionFramework_rememberedColor):(this$static.com_github_yellowstonegames_grid_VisionFramework_backgroundColors[x_0][y_0] = 0); + } + } +} + +function com_github_yellowstonegames_grid_VisionFramework_VisionFramework__V(){ + this.com_github_yellowstonegames_grid_VisionFramework_viewers = new com_github_yellowstonegames_grid_CoordFloatOrderedMap_CoordFloatOrderedMap__IV(4); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(705, 1, {705:1}, com_github_yellowstonegames_grid_VisionFramework_VisionFramework__V); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_grid_VisionFramework_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1VisionFramework_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (this.com_github_yellowstonegames_grid_VisionFramework_placeWidth != that.com_github_yellowstonegames_grid_VisionFramework_placeWidth) + return false; + if (this.com_github_yellowstonegames_grid_VisionFramework_placeHeight != that.com_github_yellowstonegames_grid_VisionFramework_placeHeight) + return false; + if (this.com_github_yellowstonegames_grid_VisionFramework_rememberedColor != that.com_github_yellowstonegames_grid_VisionFramework_rememberedColor) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap, that.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap)) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap, that.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap)) + return false; + if (!java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_lighting, that.com_github_yellowstonegames_grid_VisionFramework_lighting)) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_previousLightLevels, that.com_github_yellowstonegames_grid_VisionFramework_previousLightLevels)) + return false; + if (!java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_backgroundColors, that.com_github_yellowstonegames_grid_VisionFramework_backgroundColors)) + return false; + if (!java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_blockage, that.com_github_yellowstonegames_grid_VisionFramework_blockage)) + return false; + if (!java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_seen, that.com_github_yellowstonegames_grid_VisionFramework_seen)) + return false; + if (!java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_justSeen, that.com_github_yellowstonegames_grid_VisionFramework_justSeen)) + return false; + if (!java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_justHidden, that.com_github_yellowstonegames_grid_VisionFramework_justHidden)) + return false; + if (!java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_newlyVisible, that.com_github_yellowstonegames_grid_VisionFramework_newlyVisible)) + return false; + if (!java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_inView, that.com_github_yellowstonegames_grid_VisionFramework_inView)) + return false; + return java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_grid_VisionFramework_viewers, that.com_github_yellowstonegames_grid_VisionFramework_viewers); +} +; +_.hashCode__I = function com_github_yellowstonegames_grid_VisionFramework_hashCode__I(){ + var result; + result = this.com_github_yellowstonegames_grid_VisionFramework_placeWidth; + result = 31 * result + this.com_github_yellowstonegames_grid_VisionFramework_placeHeight; + result = 31 * result + com_github_tommyettinger_digital_Hasher_hash__J_3_3CI(this.com_github_yellowstonegames_grid_VisionFramework_linePlaceMap); + result = 31 * result + com_github_tommyettinger_digital_Hasher_hash__J_3_3CI(this.com_github_yellowstonegames_grid_VisionFramework_prunedPlaceMap); + result = 31 * result + (this.com_github_yellowstonegames_grid_VisionFramework_lighting?com_github_yellowstonegames_grid_LightingManager_$hashCode__Lcom_github_yellowstonegames_grid_LightingManager_2I(this.com_github_yellowstonegames_grid_VisionFramework_lighting):0); + result = 31 * result + com_github_tommyettinger_digital_Hasher_hash__J_3_3FI(this.com_github_yellowstonegames_grid_VisionFramework_previousLightLevels); + result = 31 * result + com_github_tommyettinger_digital_Hasher_hash__J_3_3II(this.com_github_yellowstonegames_grid_VisionFramework_backgroundColors); + result = 31 * result + (this.com_github_yellowstonegames_grid_VisionFramework_blockage?com_github_yellowstonegames_grid_Region_$hashCode__Lcom_github_yellowstonegames_grid_Region_2I(this.com_github_yellowstonegames_grid_VisionFramework_blockage):0); + result = 31 * result + (this.com_github_yellowstonegames_grid_VisionFramework_seen?com_github_yellowstonegames_grid_Region_$hashCode__Lcom_github_yellowstonegames_grid_Region_2I(this.com_github_yellowstonegames_grid_VisionFramework_seen):0); + result = 31 * result + (this.com_github_yellowstonegames_grid_VisionFramework_justSeen?com_github_yellowstonegames_grid_Region_$hashCode__Lcom_github_yellowstonegames_grid_Region_2I(this.com_github_yellowstonegames_grid_VisionFramework_justSeen):0); + result = 31 * result + (this.com_github_yellowstonegames_grid_VisionFramework_justHidden?com_github_yellowstonegames_grid_Region_$hashCode__Lcom_github_yellowstonegames_grid_Region_2I(this.com_github_yellowstonegames_grid_VisionFramework_justHidden):0); + result = 31 * result + (this.com_github_yellowstonegames_grid_VisionFramework_newlyVisible?com_github_yellowstonegames_grid_Region_$hashCode__Lcom_github_yellowstonegames_grid_Region_2I(this.com_github_yellowstonegames_grid_VisionFramework_newlyVisible):0); + result = 31 * result + (this.com_github_yellowstonegames_grid_VisionFramework_inView?com_github_yellowstonegames_grid_Region_$hashCode__Lcom_github_yellowstonegames_grid_Region_2I(this.com_github_yellowstonegames_grid_VisionFramework_inView):0); + result = 31 * result + com_github_tommyettinger_ds_ObjectFloatMap_$hashCode__Lcom_github_tommyettinger_ds_ObjectFloatMap_2I(this.com_github_yellowstonegames_grid_VisionFramework_viewers); + result = 31 * result + this.com_github_yellowstonegames_grid_VisionFramework_rememberedColor; + return result; +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_grid_VisionFramework_toString__Ljava_lang_String_2(){ + return 'VisionFramework{placeWidth=' + this.com_github_yellowstonegames_grid_VisionFramework_placeWidth + ', placeHeight=' + this.com_github_yellowstonegames_grid_VisionFramework_placeHeight + ', rememberedColor=' + this.com_github_yellowstonegames_grid_VisionFramework_rememberedColor + ', light count=' + this.com_github_yellowstonegames_grid_VisionFramework_lighting.com_github_yellowstonegames_grid_LightingManager_lights.com_github_tommyettinger_ds_ObjectObjectMap_size + ', viewers count=' + this.com_github_yellowstonegames_grid_VisionFramework_viewers.com_github_tommyettinger_ds_ObjectFloatMap_size + '}'; +} +; +_.com_github_yellowstonegames_grid_VisionFramework_placeHeight = 0; +_.com_github_yellowstonegames_grid_VisionFramework_placeWidth = 0; +_.com_github_yellowstonegames_grid_VisionFramework_rememberedColor = -8421552; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1VisionFramework_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2513, 'VisionFramework', 705, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_gwt_GwtLauncher_GwtLauncher__V(){ + this.com_badlogic_gdx_backends_gwt_GwtApplication_runnables = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_backends_gwt_GwtApplication_runnablesHelper = new com_badlogic_gdx_utils_Array_Array__V; + this.com_badlogic_gdx_backends_gwt_GwtApplication_lifecycleListeners = new com_badlogic_gdx_utils_Array_Array__V; + new com_badlogic_gdx_utils_ObjectMap_ObjectMap__V; + java_lang_System_$clinit__V(); + com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now()), $intern_34); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(803, 805, {1088:1}, com_github_yellowstonegames_gwt_GwtLauncher_GwtLauncher__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1gwt_1GwtLauncher_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2('com.github.yellowstonegames.gwt', 'GwtLauncher', 803, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1backends_1gwt_1GwtApplication_12_1classLit); +function com_github_yellowstonegames_path_DijkstraMap_$appendDirToShuffle__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_tommyettinger_random_EnhancedRandom_2V(this$static, rng){ + var i, n, r, src_0, t; + src_0 = this$static.com_github_yellowstonegames_path_DijkstraMap_measurement == 0?(com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_CARDINALS):(com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_OUTWARDS); + n = this$static.com_github_yellowstonegames_path_DijkstraMap_measurement == 0?4:8; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(src_0, 0, this$static.com_github_yellowstonegames_path_DijkstraMap_dirs, 0, n); + for (i = n - 1; i > 0; i--) { + r = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(i + 1, com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_FlowRandom_$nextLong__Lcom_github_tommyettinger_random_FlowRandom_2J(rng), $intern_2342)), 32)); + t = this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[r]; + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[r] = this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[i]; + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[i] = t; + } + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[n] = (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_NONE); +} + +function com_github_yellowstonegames_path_DijkstraMap_$clearGoals__Lcom_github_yellowstonegames_path_DijkstraMap_2V(this$static){ + var i, sz, t; + if (!this$static.com_github_yellowstonegames_path_DijkstraMap_initialized) + return; + sz = this$static.com_github_yellowstonegames_path_DijkstraMap_goals.com_github_tommyettinger_ds_IntList_size; + for (i = 0; i < sz; i++) { + com_github_yellowstonegames_path_DijkstraMap_$resetCell__Lcom_github_yellowstonegames_path_DijkstraMap_2IIV(this$static, (t = com_github_tommyettinger_ds_IntList_$pop__Lcom_github_tommyettinger_ds_IntList_2I(this$static.com_github_yellowstonegames_path_DijkstraMap_goals)) & $intern_4, t >>> 16); + } +} + +function com_github_yellowstonegames_path_DijkstraMap_$findPath__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_tommyettinger_ds_ObjectDeque_2IILjava_util_Collection_2Ljava_util_Collection_2Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_tommyettinger_ds_ObjectDeque_2(this$static, buffer, length_0, scanLimit, impassable, onlyPassable, start_0, targets){ + var adjX, adjY, best, choice, currentPos, d, paidLength, pt; + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_path); + if (!this$static.com_github_yellowstonegames_path_DijkstraMap_initialized || length_0 <= 0) { + return !buffer?new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__V:buffer; + } + if (!impassable) + com_github_tommyettinger_ds_ObjectOrderedSet_$clear__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2); + else if (impassable != this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2) { + com_github_tommyettinger_ds_ObjectOrderedSet_$clear__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2); + com_github_tommyettinger_ds_ObjectSet_$addAll__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_util_Collection_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2, impassable); + } + !!onlyPassable && length_0 == 1 && com_github_tommyettinger_ds_ObjectSet_$addAll__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_util_Collection_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2, onlyPassable); + com_github_yellowstonegames_path_DijkstraMap_$resetMap__Lcom_github_yellowstonegames_path_DijkstraMap_2V(this$static); + com_github_yellowstonegames_path_DijkstraMap_$setGoals__Lcom_github_yellowstonegames_path_DijkstraMap_2_3Lcom_github_yellowstonegames_grid_Coord_2V(this$static, targets); + if (this$static.com_github_yellowstonegames_path_DijkstraMap_goals.com_github_tommyettinger_ds_IntList_size == 0) { + return !buffer?new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__V:buffer; + } + scanLimit <= 0 || scanLimit < length_0?com_github_yellowstonegames_path_DijkstraMap_$scan__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_yellowstonegames_grid_Coord_2Ljava_util_Collection_2ZV(this$static, start_0, this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2):com_github_yellowstonegames_path_DijkstraMap_$partialScan__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_yellowstonegames_grid_Coord_2ILjava_util_Collection_2ZV(this$static, start_0, scanLimit, this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2); + currentPos = start_0; + paidLength = 0; + com_github_tommyettinger_random_FlowRandom_$setState__Lcom_github_tommyettinger_random_FlowRandom_2JJV(this$static.com_github_yellowstonegames_path_DijkstraMap_rng, start_0.com_github_yellowstonegames_grid_Coord_hash, targets.length); + while (true) { + if (this$static.com_github_yellowstonegames_path_DijkstraMap_frustration > 500) { + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_path); + break; + } + best = this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[currentPos.com_github_yellowstonegames_grid_Coord_x][currentPos.com_github_yellowstonegames_grid_Coord_y]; + com_github_yellowstonegames_path_DijkstraMap_$appendDirToShuffle__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_tommyettinger_random_EnhancedRandom_2V(this$static, this$static.com_github_yellowstonegames_path_DijkstraMap_rng); + choice = 0; + for (d = 0; d <= (this$static.com_github_yellowstonegames_path_DijkstraMap_measurement == 0?4:8); d++) { + adjX = currentPos.com_github_yellowstonegames_grid_Coord_x + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[d].com_github_yellowstonegames_grid_Direction_deltaX; + adjY = currentPos.com_github_yellowstonegames_grid_Coord_y + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[d].com_github_yellowstonegames_grid_Direction_deltaY; + if (adjX < 0 || adjY < 0 || adjX >= this$static.com_github_yellowstonegames_path_DijkstraMap_width || adjY >= this$static.com_github_yellowstonegames_path_DijkstraMap_height) + continue; + if (com_github_yellowstonegames_grid_Direction_$isDiagonal__Lcom_github_yellowstonegames_grid_Direction_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[d]) && this$static.com_github_yellowstonegames_path_DijkstraMap_blockingRequirement > 0) { + if ((this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[adjX][currentPos.com_github_yellowstonegames_grid_Coord_y] > $intern_2518?1:0) + (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[currentPos.com_github_yellowstonegames_grid_Coord_x][adjY] > $intern_2518?1:0) >= this$static.com_github_yellowstonegames_path_DijkstraMap_blockingRequirement) + continue; + } + pt = (com_github_yellowstonegames_grid_Coord_$clinit__V() , adjX >= -3 && adjY >= -3 && adjX < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && adjY < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + adjY * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + adjX]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(adjX, adjY)); + if (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] < best && !com_github_tommyettinger_ds_ObjectSet_$contains__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2, pt)) { + if (this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice] == (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_NONE) || com_github_tommyettinger_ds_ObjectDeque_$indexOf__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2ZI(this$static.com_github_yellowstonegames_path_DijkstraMap_path, pt) == -1) { + best = this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y]; + choice = d; + } + } + } + if (best >= this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[currentPos.com_github_yellowstonegames_grid_Coord_x][currentPos.com_github_yellowstonegames_grid_Coord_y] || this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[currentPos.com_github_yellowstonegames_grid_Coord_x + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice].com_github_yellowstonegames_grid_Direction_deltaX][currentPos.com_github_yellowstonegames_grid_Coord_y + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice].com_github_yellowstonegames_grid_Direction_deltaY] > $intern_2518) { + this$static.com_github_yellowstonegames_path_DijkstraMap_frustration = 0; + if (!buffer) + return new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_path); + else { + com_github_tommyettinger_ds_ObjectDeque_$addAll__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_util_Collection_2Z(buffer, this$static.com_github_yellowstonegames_path_DijkstraMap_path); + return buffer; + } + } + currentPos = com_github_yellowstonegames_grid_Coord_$translate__Lcom_github_yellowstonegames_grid_Coord_2IILcom_github_yellowstonegames_grid_Coord_2(currentPos, this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice].com_github_yellowstonegames_grid_Direction_deltaX, this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice].com_github_yellowstonegames_grid_Direction_deltaY); + com_github_tommyettinger_ds_ObjectDeque_$add__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_path, currentPos); + paidLength += this$static.com_github_yellowstonegames_path_DijkstraMap_costMap[currentPos.com_github_yellowstonegames_grid_Coord_x][currentPos.com_github_yellowstonegames_grid_Coord_y]; + if (paidLength > length_0 - 1) { + if (!!onlyPassable && onlyPassable.contains__Ljava_lang_Object_2Z(currentPos)) { + ++this$static.com_github_yellowstonegames_path_DijkstraMap_frustration; + com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2, currentPos); + return com_github_yellowstonegames_path_DijkstraMap_$findPath__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_tommyettinger_ds_ObjectDeque_2IILjava_util_Collection_2Ljava_util_Collection_2Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_tommyettinger_ds_ObjectDeque_2(this$static, buffer, length_0, scanLimit, this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2, onlyPassable, start_0, targets); + } + break; + } + if (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[currentPos.com_github_yellowstonegames_grid_Coord_x][currentPos.com_github_yellowstonegames_grid_Coord_y] == 0) + break; + } + this$static.com_github_yellowstonegames_path_DijkstraMap_frustration = 0; + this$static.com_github_yellowstonegames_path_DijkstraMap_goals.com_github_tommyettinger_ds_IntList_size = 0; + if (!buffer) + return new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_path); + else { + com_github_tommyettinger_ds_ObjectDeque_$addAll__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_util_Collection_2Z(buffer, this$static.com_github_yellowstonegames_path_DijkstraMap_path); + return buffer; + } +} + +function com_github_yellowstonegames_path_DijkstraMap_$findPathPreScanned__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_tommyettinger_ds_ObjectDeque_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_tommyettinger_ds_ObjectDeque_2(this$static, buffer, target){ + var adjX, adjY, best, choice, currentPos, d, pt; + com_github_tommyettinger_ds_ObjectDeque_$clear__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_path); + if (!this$static.com_github_yellowstonegames_path_DijkstraMap_initialized || this$static.com_github_yellowstonegames_path_DijkstraMap_goals.com_github_tommyettinger_ds_IntList_size == 0) { + return !buffer?new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__V:buffer; + } + currentPos = target; + if (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[currentPos.com_github_yellowstonegames_grid_Coord_x][currentPos.com_github_yellowstonegames_grid_Coord_y] <= $intern_2518) + com_github_tommyettinger_ds_ObjectDeque_$add__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_path, currentPos); + else { + return !buffer?new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__V:buffer; + } + com_github_tommyettinger_random_FlowRandom_$setState__Lcom_github_tommyettinger_random_FlowRandom_2JJV(this$static.com_github_yellowstonegames_path_DijkstraMap_rng, target.com_github_yellowstonegames_grid_Coord_hash, $intern_661); + do { + best = this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[currentPos.com_github_yellowstonegames_grid_Coord_x][currentPos.com_github_yellowstonegames_grid_Coord_y]; + com_github_yellowstonegames_path_DijkstraMap_$appendDirToShuffle__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_tommyettinger_random_EnhancedRandom_2V(this$static, this$static.com_github_yellowstonegames_path_DijkstraMap_rng); + choice = 0; + for (d = 0; d <= (this$static.com_github_yellowstonegames_path_DijkstraMap_measurement == 0?4:8); d++) { + adjX = currentPos.com_github_yellowstonegames_grid_Coord_x + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[d].com_github_yellowstonegames_grid_Direction_deltaX; + adjY = currentPos.com_github_yellowstonegames_grid_Coord_y + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[d].com_github_yellowstonegames_grid_Direction_deltaY; + if (adjX < 0 || adjY < 0 || adjX >= this$static.com_github_yellowstonegames_path_DijkstraMap_width || adjY >= this$static.com_github_yellowstonegames_path_DijkstraMap_height) + continue; + if (com_github_yellowstonegames_grid_Direction_$isDiagonal__Lcom_github_yellowstonegames_grid_Direction_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[d]) && this$static.com_github_yellowstonegames_path_DijkstraMap_blockingRequirement > 0) { + if ((this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[adjX][currentPos.com_github_yellowstonegames_grid_Coord_y] > $intern_2518?1:0) + (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[currentPos.com_github_yellowstonegames_grid_Coord_x][adjY] > $intern_2518?1:0) >= this$static.com_github_yellowstonegames_path_DijkstraMap_blockingRequirement) + continue; + } + pt = (com_github_yellowstonegames_grid_Coord_$clinit__V() , adjX >= -3 && adjY >= -3 && adjX < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && adjY < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + adjY * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + adjX]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(adjX, adjY)); + if (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] < best) { + if (this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice] == (com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_NONE) || com_github_tommyettinger_ds_ObjectDeque_$indexOf__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2ZI(this$static.com_github_yellowstonegames_path_DijkstraMap_path, pt) == -1) { + best = this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y]; + choice = d; + } + } + } + if (best >= this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[currentPos.com_github_yellowstonegames_grid_Coord_x][currentPos.com_github_yellowstonegames_grid_Coord_y] || this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[currentPos.com_github_yellowstonegames_grid_Coord_x + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice].com_github_yellowstonegames_grid_Direction_deltaX][currentPos.com_github_yellowstonegames_grid_Coord_y + this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice].com_github_yellowstonegames_grid_Direction_deltaY] > $intern_2518) { + if (!buffer) + return new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_path); + else { + com_github_tommyettinger_ds_ObjectDeque_$addAll__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_util_Collection_2Z(buffer, this$static.com_github_yellowstonegames_path_DijkstraMap_path); + return buffer; + } + } + currentPos = com_github_yellowstonegames_grid_Coord_$translate__Lcom_github_yellowstonegames_grid_Coord_2IILcom_github_yellowstonegames_grid_Coord_2(currentPos, this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice].com_github_yellowstonegames_grid_Direction_deltaX, this$static.com_github_yellowstonegames_path_DijkstraMap_dirs[choice].com_github_yellowstonegames_grid_Direction_deltaY); + com_github_tommyettinger_ds_ObjectDeque_$addFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_path, currentPos); + } + while (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[currentPos.com_github_yellowstonegames_grid_Coord_x][currentPos.com_github_yellowstonegames_grid_Coord_y] != 0); + if (!buffer) + return new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__Lcom_github_tommyettinger_ds_ObjectDeque_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_path); + else { + com_github_tommyettinger_ds_ObjectDeque_$addAll__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_util_Collection_2Z(buffer, this$static.com_github_yellowstonegames_path_DijkstraMap_path); + return buffer; + } +} + +function com_github_yellowstonegames_path_DijkstraMap_$initialize__Lcom_github_yellowstonegames_path_DijkstraMap_2_3_3CLcom_github_yellowstonegames_path_DijkstraMap_2(this$static, level){ + var oldHeight, oldWidth, t, x_0, y_0; + oldWidth = this$static.com_github_yellowstonegames_path_DijkstraMap_width; + oldHeight = this$static.com_github_yellowstonegames_path_DijkstraMap_height; + this$static.com_github_yellowstonegames_path_DijkstraMap_width = level.length; + this$static.com_github_yellowstonegames_path_DijkstraMap_height = level[0].length; + if (this$static.com_github_yellowstonegames_path_DijkstraMap_width != oldWidth || this$static.com_github_yellowstonegames_path_DijkstraMap_height != oldHeight) { + this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height], 2); + this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height], 2); + this$static.com_github_yellowstonegames_path_DijkstraMap_costMap = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height], 2); + this$static.com_github_yellowstonegames_path_DijkstraMap_targetMap = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, [$intern_1779, $intern_2337], [77, 47], 0, [this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height], 2); + } + else { + com_github_tommyettinger_digital_ArrayTools_fill___3_3Ljava_lang_Object_2Ljava_lang_Object_2_3_3Ljava_lang_Object_2(this$static.com_github_yellowstonegames_path_DijkstraMap_targetMap); + } + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_path_DijkstraMap_width; x_0++) { + java_util_Arrays_fill___3FFV(this$static.com_github_yellowstonegames_path_DijkstraMap_costMap[x_0], 1); + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_path_DijkstraMap_height; y_0++) { + t = level[x_0][y_0] == 35?999500:$intern_2518; + this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[x_0][y_0] = t; + this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[x_0][y_0] = t; + } + } + !this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2?(this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2 = new com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__IV(32)):com_github_tommyettinger_ds_ObjectOrderedSet_$clear__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_impassable2); + !this$static.com_github_yellowstonegames_path_DijkstraMap_friends?(this$static.com_github_yellowstonegames_path_DijkstraMap_friends = new com_github_yellowstonegames_grid_CoordSet_CoordSet__IV):com_github_tommyettinger_ds_ObjectSet_$clear__Lcom_github_tommyettinger_ds_ObjectSet_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_friends); + this$static.com_github_yellowstonegames_path_DijkstraMap_standardCosts = true; + this$static.com_github_yellowstonegames_path_DijkstraMap_initialized = true; + return this$static; +} + +function com_github_yellowstonegames_path_DijkstraMap_$partialScan__Lcom_github_yellowstonegames_path_DijkstraMap_2ILjava_util_Collection_2_3_3F(this$static, impassable){ + var gradientClone, x_0, y_0; + com_github_yellowstonegames_path_DijkstraMap_$partialScan__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_yellowstonegames_grid_Coord_2ILjava_util_Collection_2ZV(this$static, null, 13, impassable); + gradientClone = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, [$intern_134, $intern_133], [33, 9], 15, [this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height], 2); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_path_DijkstraMap_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_path_DijkstraMap_height; y_0++) { + this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[x_0][y_0] == $intern_2518 && (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[x_0][y_0] = 999800); + } + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[x_0], 0, gradientClone[x_0], 0, this$static.com_github_yellowstonegames_path_DijkstraMap_height); + } + return gradientClone; +} + +function com_github_yellowstonegames_path_DijkstraMap_$partialScan__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_yellowstonegames_grid_Coord_2ILjava_util_Collection_2ZV(this$static, start_0, limit, impassable){ + var adjX, adjY, cen, cenX, cenY, ci, cs, d, dec, dist, fsz, h, i, iter, moveDirs, numAssigned, pt, pt$iterator; + if (!this$static.com_github_yellowstonegames_path_DijkstraMap_initialized || limit <= 0) + return; + if (!!impassable && !impassable.isEmpty__Z()) { + for (pt$iterator = impassable.iterator__Ljava_util_Iterator_2(); pt$iterator.hasNext__Z();) { + pt = pt$iterator.next__Ljava_lang_Object_2(); + !!pt && com_github_yellowstonegames_grid_Coord_$isWithin__Lcom_github_yellowstonegames_grid_Coord_2IIZ(pt, this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height) && (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] = 999500); + } + } + com_github_tommyettinger_ds_IntDeque_$clear__Lcom_github_tommyettinger_ds_IntDeque_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_fresh); + com_github_tommyettinger_ds_PrimitiveCollection$OfInt_$addAll__Lcom_github_tommyettinger_ds_PrimitiveCollection$OfInt_2Lcom_github_tommyettinger_ds_PrimitiveCollection$OfInt_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_fresh, this$static.com_github_yellowstonegames_path_DijkstraMap_goals); + for (i = 0; i < this$static.com_github_yellowstonegames_path_DijkstraMap_goals.com_github_tommyettinger_ds_IntList_size; i++) { + dec = com_github_tommyettinger_ds_IntList_$get__Lcom_github_tommyettinger_ds_IntList_2II(this$static.com_github_yellowstonegames_path_DijkstraMap_goals, i); + this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[dec & $intern_4][dec >>> 16] = 0; + } + numAssigned = this$static.com_github_yellowstonegames_path_DijkstraMap_fresh.com_github_tommyettinger_ds_IntDeque_size; + this$static.com_github_yellowstonegames_path_DijkstraMap_mappedCount = this$static.com_github_yellowstonegames_path_DijkstraMap_goals.com_github_tommyettinger_ds_IntList_size; + moveDirs = this$static.com_github_yellowstonegames_path_DijkstraMap_measurement == 0?(com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_CARDINALS):(com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_OUTWARDS); + iter = 0; + while (numAssigned > 0 && iter++ < limit) { + numAssigned = 0; + fsz = this$static.com_github_yellowstonegames_path_DijkstraMap_fresh.com_github_tommyettinger_ds_IntDeque_size; + for (ci = fsz; ci > 0; ci--) { + cen = com_github_tommyettinger_ds_IntDeque_$removeLast__Lcom_github_tommyettinger_ds_IntDeque_2I(this$static.com_github_yellowstonegames_path_DijkstraMap_fresh); + cenX = cen & $intern_4; + cenY = cen >>> 16; + dist = this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[cenX][cenY]; + for (d = 0; d < moveDirs.length; d++) { + adjX = cenX + moveDirs[d].com_github_yellowstonegames_grid_Direction_deltaX; + adjY = cenY + moveDirs[d].com_github_yellowstonegames_grid_Direction_deltaY; + if (adjX < 0 || adjY < 0 || this$static.com_github_yellowstonegames_path_DijkstraMap_width <= adjX || this$static.com_github_yellowstonegames_path_DijkstraMap_height <= adjY) + continue; + if (d >= 4 && this$static.com_github_yellowstonegames_path_DijkstraMap_blockingRequirement > 0) { + if ((this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[adjX][cenY] > $intern_2518?1:0) + (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[cenX][adjY] > $intern_2518?1:0) >= this$static.com_github_yellowstonegames_path_DijkstraMap_blockingRequirement) { + continue; + } + } + h = com_github_yellowstonegames_grid_Measurement_$heuristic__Lcom_github_yellowstonegames_grid_Measurement_2Lcom_github_yellowstonegames_grid_Direction_2F(this$static.com_github_yellowstonegames_path_DijkstraMap_measurement, moveDirs[d]); + cs = dist + h * this$static.com_github_yellowstonegames_path_DijkstraMap_costMap[adjX][adjY]; + if (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[adjX][adjY] <= $intern_2518 && cs < this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[adjX][adjY]) { + com_github_yellowstonegames_path_DijkstraMap_$setFresh__Lcom_github_yellowstonegames_path_DijkstraMap_2IIFV(this$static, adjX, adjY, cs); + ++numAssigned; + ++this$static.com_github_yellowstonegames_path_DijkstraMap_mappedCount; + if (!!start_0 && start_0.com_github_yellowstonegames_grid_Coord_x == adjX && start_0.com_github_yellowstonegames_grid_Coord_y == adjY && this$static.com_github_yellowstonegames_path_DijkstraMap_standardCosts) { + if (!!impassable && !impassable.isEmpty__Z()) { + for (pt$iterator = impassable.iterator__Ljava_util_Iterator_2(); pt$iterator.hasNext__Z();) { + pt = pt$iterator.next__Ljava_lang_Object_2(); + !!pt && com_github_yellowstonegames_grid_Coord_$isWithin__Lcom_github_yellowstonegames_grid_Coord_2IIZ(pt, this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height) && (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] = this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y]); + } + } + return; + } + } + } + } + } + if (!!impassable && !impassable.isEmpty__Z()) { + for (pt$iterator = impassable.iterator__Ljava_util_Iterator_2(); pt$iterator.hasNext__Z();) { + pt = pt$iterator.next__Ljava_lang_Object_2(); + !!pt && com_github_yellowstonegames_grid_Coord_$isWithin__Lcom_github_yellowstonegames_grid_Coord_2IIZ(pt, this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height) && (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] = this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y]); + } + } +} + +function com_github_yellowstonegames_path_DijkstraMap_$resetCell__Lcom_github_yellowstonegames_path_DijkstraMap_2IIV(this$static, x_0, y_0){ + if (!this$static.com_github_yellowstonegames_path_DijkstraMap_initialized || x_0 < 0 || x_0 >= this$static.com_github_yellowstonegames_path_DijkstraMap_width || y_0 < 0 || y_0 >= this$static.com_github_yellowstonegames_path_DijkstraMap_height) + return; + this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[x_0][y_0] = this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[x_0][y_0]; +} + +function com_github_yellowstonegames_path_DijkstraMap_$resetMap__Lcom_github_yellowstonegames_path_DijkstraMap_2V(this$static){ + var x_0; + if (!this$static.com_github_yellowstonegames_path_DijkstraMap_initialized) + return; + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_path_DijkstraMap_width; x_0++) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[x_0], 0, this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[x_0], 0, this$static.com_github_yellowstonegames_path_DijkstraMap_height); + } +} + +function com_github_yellowstonegames_path_DijkstraMap_$scan__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_yellowstonegames_grid_Coord_2Ljava_util_Collection_2ZV(this$static, start_0, impassable){ + var adjX, adjY, cen, cenX, cenY, ci, cs, d, dec, dist, fsz, h, i, moveDirs, numAssigned, pt, pt$iterator; + if (!this$static.com_github_yellowstonegames_path_DijkstraMap_initialized) + return; + if (!!impassable && impassable.com_github_tommyettinger_ds_ObjectSet_size != 0) { + for (pt$iterator = com_github_tommyettinger_ds_ObjectOrderedSet_$iterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(impassable); com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2Z(pt$iterator);) { + pt = pt$iterator.next__Ljava_lang_Object_2(); + !!pt && com_github_yellowstonegames_grid_Coord_$isWithin__Lcom_github_yellowstonegames_grid_Coord_2IIZ(pt, this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height) && (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] = 999500); + } + } + com_github_tommyettinger_ds_IntDeque_$clear__Lcom_github_tommyettinger_ds_IntDeque_2V(this$static.com_github_yellowstonegames_path_DijkstraMap_fresh); + com_github_tommyettinger_ds_PrimitiveCollection$OfInt_$addAll__Lcom_github_tommyettinger_ds_PrimitiveCollection$OfInt_2Lcom_github_tommyettinger_ds_PrimitiveCollection$OfInt_2Z(this$static.com_github_yellowstonegames_path_DijkstraMap_fresh, this$static.com_github_yellowstonegames_path_DijkstraMap_goals); + for (i = 0; i < this$static.com_github_yellowstonegames_path_DijkstraMap_goals.com_github_tommyettinger_ds_IntList_size; i++) { + dec = com_github_tommyettinger_ds_IntList_$get__Lcom_github_tommyettinger_ds_IntList_2II(this$static.com_github_yellowstonegames_path_DijkstraMap_goals, i); + this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[dec & $intern_4][dec >>> 16] = 0; + } + numAssigned = this$static.com_github_yellowstonegames_path_DijkstraMap_fresh.com_github_tommyettinger_ds_IntDeque_size; + this$static.com_github_yellowstonegames_path_DijkstraMap_mappedCount = this$static.com_github_yellowstonegames_path_DijkstraMap_goals.com_github_tommyettinger_ds_IntList_size; + moveDirs = this$static.com_github_yellowstonegames_path_DijkstraMap_measurement == 0?(com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_CARDINALS):(com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_OUTWARDS); + while (numAssigned > 0) { + numAssigned = 0; + fsz = this$static.com_github_yellowstonegames_path_DijkstraMap_fresh.com_github_tommyettinger_ds_IntDeque_size; + for (ci = fsz; ci > 0; ci--) { + cen = com_github_tommyettinger_ds_IntDeque_$removeLast__Lcom_github_tommyettinger_ds_IntDeque_2I(this$static.com_github_yellowstonegames_path_DijkstraMap_fresh); + cenX = cen & $intern_4; + cenY = cen >>> 16; + dist = this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[cenX][cenY]; + for (d = 0; d < moveDirs.length; d++) { + adjX = cenX + moveDirs[d].com_github_yellowstonegames_grid_Direction_deltaX; + adjY = cenY + moveDirs[d].com_github_yellowstonegames_grid_Direction_deltaY; + if (adjX < 0 || adjY < 0 || this$static.com_github_yellowstonegames_path_DijkstraMap_width <= adjX || this$static.com_github_yellowstonegames_path_DijkstraMap_height <= adjY) + continue; + if (d >= 4 && this$static.com_github_yellowstonegames_path_DijkstraMap_blockingRequirement > 0) { + if ((this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[adjX][cenY] > $intern_2518?1:0) + (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[cenX][adjY] > $intern_2518?1:0) >= this$static.com_github_yellowstonegames_path_DijkstraMap_blockingRequirement) { + continue; + } + } + h = com_github_yellowstonegames_grid_Measurement_$heuristic__Lcom_github_yellowstonegames_grid_Measurement_2Lcom_github_yellowstonegames_grid_Direction_2F(this$static.com_github_yellowstonegames_path_DijkstraMap_measurement, moveDirs[d]); + cs = dist + h * this$static.com_github_yellowstonegames_path_DijkstraMap_costMap[adjX][adjY]; + if (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[adjX][adjY] <= $intern_2518 && cs < this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[adjX][adjY]) { + com_github_yellowstonegames_path_DijkstraMap_$setFresh__Lcom_github_yellowstonegames_path_DijkstraMap_2IIFV(this$static, adjX, adjY, cs); + ++numAssigned; + ++this$static.com_github_yellowstonegames_path_DijkstraMap_mappedCount; + if (!!start_0 && start_0.com_github_yellowstonegames_grid_Coord_x == adjX && start_0.com_github_yellowstonegames_grid_Coord_y == adjY && this$static.com_github_yellowstonegames_path_DijkstraMap_standardCosts) { + if (!!impassable && impassable.com_github_tommyettinger_ds_ObjectSet_size != 0) { + for (pt$iterator = com_github_tommyettinger_ds_ObjectOrderedSet_$iterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(impassable); com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2Z(pt$iterator);) { + pt = pt$iterator.next__Ljava_lang_Object_2(); + !!pt && com_github_yellowstonegames_grid_Coord_$isWithin__Lcom_github_yellowstonegames_grid_Coord_2IIZ(pt, this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height) && (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] = this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y]); + } + } + return; + } + } + } + } + } + if (!!impassable && impassable.com_github_tommyettinger_ds_ObjectSet_size != 0) { + for (pt$iterator = com_github_tommyettinger_ds_ObjectOrderedSet_$iterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(impassable); com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2Z(pt$iterator);) { + pt = pt$iterator.next__Ljava_lang_Object_2(); + !!pt && com_github_yellowstonegames_grid_Coord_$isWithin__Lcom_github_yellowstonegames_grid_Coord_2IIZ(pt, this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height) && (this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] = this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y]); + } + } +} + +function com_github_yellowstonegames_path_DijkstraMap_$setFresh__Lcom_github_yellowstonegames_path_DijkstraMap_2IIFV(this$static, x_0, y_0, counter){ + if (x_0 < 0 || x_0 >= this$static.com_github_yellowstonegames_path_DijkstraMap_width || y_0 < 0 || y_0 >= this$static.com_github_yellowstonegames_path_DijkstraMap_height || this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[x_0][y_0] < counter) + return; + this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[x_0][y_0] = counter; + com_github_tommyettinger_ds_IntDeque_$addFirst__Lcom_github_tommyettinger_ds_IntDeque_2IV(this$static.com_github_yellowstonegames_path_DijkstraMap_fresh, y_0 << 16 | x_0 & $intern_4); +} + +function com_github_yellowstonegames_path_DijkstraMap_$setGoal__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static, pt){ + if (!this$static.com_github_yellowstonegames_path_DijkstraMap_initialized || !com_github_yellowstonegames_grid_Coord_$isWithin__Lcom_github_yellowstonegames_grid_Coord_2IIZ(pt, this$static.com_github_yellowstonegames_path_DijkstraMap_width, this$static.com_github_yellowstonegames_path_DijkstraMap_height)) + return; + if (this$static.com_github_yellowstonegames_path_DijkstraMap_physicalMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] > $intern_2518) { + return; + } + com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(this$static.com_github_yellowstonegames_path_DijkstraMap_goals, pt.com_github_yellowstonegames_grid_Coord_y << 16 | pt.com_github_yellowstonegames_grid_Coord_x & $intern_4); + this$static.com_github_yellowstonegames_path_DijkstraMap_gradientMap[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] = 0; +} + +function com_github_yellowstonegames_path_DijkstraMap_$setGoals__Lcom_github_yellowstonegames_path_DijkstraMap_2_3Lcom_github_yellowstonegames_grid_Coord_2V(this$static, pts){ + var i; + if (!this$static.com_github_yellowstonegames_path_DijkstraMap_initialized) + return; + for (i = 0; i < pts.length; i++) { + com_github_yellowstonegames_path_DijkstraMap_$setGoal__Lcom_github_yellowstonegames_path_DijkstraMap_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static, pts[i]); + } +} + +function com_github_yellowstonegames_path_DijkstraMap_DijkstraMap___3_3CLcom_github_yellowstonegames_grid_Measurement_2V(level){ + this.com_github_yellowstonegames_path_DijkstraMap_goals = new com_github_tommyettinger_ds_IntList_IntList__IV(256); + this.com_github_yellowstonegames_path_DijkstraMap_fresh = new com_github_tommyettinger_ds_IntDeque_IntDeque__IV; + this.com_github_yellowstonegames_path_DijkstraMap_rng = new com_github_tommyettinger_random_FlowRandom_FlowRandom__JJV; + this.com_github_yellowstonegames_path_DijkstraMap_dirs = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Direction_12_1classLit, $intern_11, 130, 9, 0, 1); + new com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__IV(32); + this.com_github_yellowstonegames_path_DijkstraMap_path = new com_github_tommyettinger_ds_ObjectDeque_ObjectDeque__V; + this.com_github_yellowstonegames_path_DijkstraMap_measurement = 2; + com_github_yellowstonegames_path_DijkstraMap_$initialize__Lcom_github_yellowstonegames_path_DijkstraMap_2_3_3CLcom_github_yellowstonegames_path_DijkstraMap_2(this, level); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(749, 1, {}, com_github_yellowstonegames_path_DijkstraMap_DijkstraMap___3_3CLcom_github_yellowstonegames_grid_Measurement_2V); +_.com_github_yellowstonegames_path_DijkstraMap_blockingRequirement = 2; +_.com_github_yellowstonegames_path_DijkstraMap_frustration = 0; +_.com_github_yellowstonegames_path_DijkstraMap_height = 0; +_.com_github_yellowstonegames_path_DijkstraMap_initialized = false; +_.com_github_yellowstonegames_path_DijkstraMap_mappedCount = 0; +_.com_github_yellowstonegames_path_DijkstraMap_measurement = 0; +_.com_github_yellowstonegames_path_DijkstraMap_standardCosts = true; +_.com_github_yellowstonegames_path_DijkstraMap_width = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1path_1DijkstraMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2('com.github.yellowstonegames.path', 'DijkstraMap', 749, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_place_ConnectingMapGenerator_$generate__Lcom_github_yellowstonegames_place_ConnectingMapGenerator_2_3_3C(this$static){ + var choice, choices, conn, d, dx, dy, gridHeight, gridMax, gridWidth, i, i0, i1, links_0, surface; + gridWidth = (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_width + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness - 2) / (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) | 0; + gridHeight = (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_height + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness - 2) / (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) | 0; + gridMax = gridWidth * gridHeight; + if (gridWidth <= 0 || gridHeight <= 0) + return this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_dungeon; + com_github_tommyettinger_digital_ArrayTools_fill___3_3CC_3_3C(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_dungeon); + com_github_tommyettinger_digital_ArrayTools_fill___3_3II_3_3I(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_environment, 0); + com_github_yellowstonegames_grid_Region_$resizeAndEmpty__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_width, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_height); + links_0 = new com_github_tommyettinger_ds_IntIntOrderedMap_IntIntOrderedMap__IV(gridMax); + surface = new com_github_tommyettinger_ds_IntIntOrderedMap_IntIntOrderedMap__IV(gridMax); + choices = new com_github_tommyettinger_ds_IntList_IntList__IV(4); + dx = com_github_tommyettinger_random_ChopRandom_$nextSignedInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng, gridWidth); + dy = com_github_tommyettinger_random_ChopRandom_$nextSignedInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng, gridHeight); + d = dy << 16 | dx; + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(links_0, d, 0); + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(surface, d, 0); + for (i0 = 0; i0 < 15 && links_0.com_github_tommyettinger_ds_IntIntMap_size < gridMax && surface.com_github_tommyettinger_ds_IntIntMap_size != 0; i0++) { + choices.com_github_tommyettinger_ds_IntList_size = 0; + dx < gridWidth - 1 && !com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(links_0, d + 1) && com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(choices, 1); + dy < gridHeight - 1 && !com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(links_0, d + $intern_2397) && com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(choices, 2); + dx > 0 && !com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(links_0, d - 1) && com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(choices, 4); + dy > 0 && !com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(links_0, d - $intern_2397) && com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(choices, 8); + if (choices.com_github_tommyettinger_ds_IntList_size == 0) { + com_github_tommyettinger_ds_IntIntOrderedMap_$remove__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2II(surface, d); + break; + } + choice = com_github_tommyettinger_ds_IntList_$random__Lcom_github_tommyettinger_ds_IntList_2Ljava_util_Random_2I(choices, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng); + com_github_tommyettinger_ds_IntIntMap_$replace__Lcom_github_tommyettinger_ds_IntIntMap_2III(links_0, d, com_github_tommyettinger_ds_IntIntMap_$get__Lcom_github_tommyettinger_ds_IntIntMap_2II(links_0, d) | choice); + choices.com_github_tommyettinger_ds_IntList_size == 1 && com_github_tommyettinger_ds_IntIntOrderedMap_$remove__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2II(surface, d); + switch (choice) { + case 1: + d += 1; + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(links_0, d, 4); + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(surface, d, 4); + break; + case 2: + d += $intern_2397; + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(links_0, d, 8); + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(surface, d, 8); + break; + case 4: + d -= 1; + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(links_0, d, 1); + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(surface, d, 1); + break; + default:d -= $intern_2397; + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(links_0, d, 2); + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(surface, d, 2); + } + dx = d & $intern_4; + dy = d >>> 16; + } + while (links_0.com_github_tommyettinger_ds_IntIntMap_size < gridMax) { + d = com_github_tommyettinger_ds_IntIntOrderedMap_$random__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2Ljava_util_Random_2I(surface, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng); + dx = d & $intern_4; + dy = d >>> 16; + for (i1 = 0; i1 < 5 && links_0.com_github_tommyettinger_ds_IntIntMap_size < gridMax && surface.com_github_tommyettinger_ds_IntIntMap_size != 0; i1++) { + choices.com_github_tommyettinger_ds_IntList_size = 0; + dx < gridWidth - 1 && !com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(links_0, d + 1) && com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(choices, 1); + dy < gridHeight - 1 && !com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(links_0, d + $intern_2397) && com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(choices, 2); + dx > 0 && !com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(links_0, d - 1) && com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(choices, 4); + dy > 0 && !com_github_tommyettinger_ds_IntIntMap_$containsKey__Lcom_github_tommyettinger_ds_IntIntMap_2IZ(links_0, d - $intern_2397) && com_github_tommyettinger_ds_IntList_$add__Lcom_github_tommyettinger_ds_IntList_2IZ(choices, 8); + if (choices.com_github_tommyettinger_ds_IntList_size == 0) { + com_github_tommyettinger_ds_IntIntOrderedMap_$remove__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2II(surface, d); + break; + } + choice = com_github_tommyettinger_ds_IntList_$random__Lcom_github_tommyettinger_ds_IntList_2Ljava_util_Random_2I(choices, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng); + com_github_tommyettinger_ds_IntIntMap_$replace__Lcom_github_tommyettinger_ds_IntIntMap_2III(links_0, d, com_github_tommyettinger_ds_IntIntMap_$get__Lcom_github_tommyettinger_ds_IntIntMap_2II(links_0, d) | choice); + choices.com_github_tommyettinger_ds_IntList_size == 1 && com_github_tommyettinger_ds_IntIntOrderedMap_$remove__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2II(surface, d); + switch (choice) { + case 1: + d += 1; + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(links_0, d, 4); + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(surface, d, 4); + break; + case 2: + d += $intern_2397; + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(links_0, d, 8); + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(surface, d, 8); + break; + case 4: + d -= 1; + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(links_0, d, 1); + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(surface, d, 1); + break; + default:d -= $intern_2397; + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(links_0, d, 2); + com_github_tommyettinger_ds_IntIntOrderedMap_$put__Lcom_github_tommyettinger_ds_IntIntOrderedMap_2III(surface, d, 2); + } + dx = d & $intern_4; + dy = d >>> 16; + } + } + for (i = 0; i < links_0.com_github_tommyettinger_ds_IntIntMap_size; i++) { + d = com_github_tommyettinger_ds_IntList_$get__Lcom_github_tommyettinger_ds_IntList_2II(links_0.com_github_tommyettinger_ds_IntIntOrderedMap_keys, i); + dx = d & $intern_4; + dy = d >>> 16; + conn = com_github_tommyettinger_ds_IntIntMap_$get__Lcom_github_tommyettinger_ds_IntIntMap_2II(links_0, com_github_tommyettinger_ds_IntList_$get__Lcom_github_tommyettinger_ds_IntList_2II(links_0.com_github_tommyettinger_ds_IntIntOrderedMap_keys, i)); + com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight); + if (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_divideRooms > 0 && com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng), 11)) * $intern_416 < this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_divideRooms) { + if ((conn & 1) != 0) { + com_github_yellowstonegames_grid_Region_$removeRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth, 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight); + com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth, 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + com_github_tommyettinger_random_ChopRandom_$nextSignedInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight), this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, 1); + } + if ((conn & 2) != 0) { + com_github_yellowstonegames_grid_Region_$removeRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness); + com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + com_github_tommyettinger_random_ChopRandom_$nextSignedInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth), 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight, 1, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness); + } + if ((conn & 4) != 0) { + com_github_yellowstonegames_grid_Region_$removeRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) - this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight); + com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) - this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + com_github_tommyettinger_random_ChopRandom_$nextSignedInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight), this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, 1); + } + if ((conn & 8) != 0) { + com_github_yellowstonegames_grid_Region_$removeRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) - this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness); + com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + com_github_tommyettinger_random_ChopRandom_$nextSignedInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_rng, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth), 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) - this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, 1, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness); + } + } + else { + (conn & 1) != 0 && com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth, 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight); + (conn & 2) != 0 && com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness); + (conn & 4) != 0 && com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) - this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight); + (conn & 8) != 0 && com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, 1 + dx * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness), 1 + dy * (this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness) - this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness); + } + } + com_github_yellowstonegames_grid_Region_$writeCharsInto__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_dungeon, 46); + com_github_yellowstonegames_grid_Region_$writeIntsInto__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_environment, 1); + com_github_yellowstonegames_grid_Region_$writeIntsInto__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(com_github_yellowstonegames_grid_Region_$fringe8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_tempRegion, this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_region)), this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_environment, 2); + return this$static.com_github_yellowstonegames_place_ConnectingMapGenerator_dungeon; +} + +function com_github_yellowstonegames_place_ConnectingMapGenerator_ConnectingMapGenerator__IIIILcom_github_tommyettinger_random_EnhancedRandom_2IV(width_0, height, random){ + this.com_github_yellowstonegames_place_ConnectingMapGenerator_width = $wnd.Math.max(1, width_0); + this.com_github_yellowstonegames_place_ConnectingMapGenerator_height = $wnd.Math.max(1, height); + this.com_github_yellowstonegames_place_ConnectingMapGenerator_region = new com_github_yellowstonegames_grid_Region_Region__IIV(this.com_github_yellowstonegames_place_ConnectingMapGenerator_width, this.com_github_yellowstonegames_place_ConnectingMapGenerator_height); + this.com_github_yellowstonegames_place_ConnectingMapGenerator_tempRegion = new com_github_yellowstonegames_grid_Region_Region__IIV(this.com_github_yellowstonegames_place_ConnectingMapGenerator_width, this.com_github_yellowstonegames_place_ConnectingMapGenerator_height); + this.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth = $wnd.Math.max(1, 1); + this.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight = $wnd.Math.max(1, 1); + this.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness = $wnd.Math.max(1, 1); + this.com_github_yellowstonegames_place_ConnectingMapGenerator_dungeon = com_github_tommyettinger_digital_ArrayTools_fill__CII_3_3C(32, this.com_github_yellowstonegames_place_ConnectingMapGenerator_width, this.com_github_yellowstonegames_place_ConnectingMapGenerator_height); + this.com_github_yellowstonegames_place_ConnectingMapGenerator_environment = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [this.com_github_yellowstonegames_place_ConnectingMapGenerator_width, this.com_github_yellowstonegames_place_ConnectingMapGenerator_height], 2); + this.com_github_yellowstonegames_place_ConnectingMapGenerator_divideRooms = 0; + this.com_github_yellowstonegames_place_ConnectingMapGenerator_rng = random; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(765, 1, {}, com_github_yellowstonegames_place_ConnectingMapGenerator_ConnectingMapGenerator__IIIILcom_github_tommyettinger_random_EnhancedRandom_2IV); +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_place_ConnectingMapGenerator_toString__Ljava_lang_String_2(){ + return 'ConnectingMapGenerator{width=' + this.com_github_yellowstonegames_place_ConnectingMapGenerator_width + ', height=' + this.com_github_yellowstonegames_place_ConnectingMapGenerator_height + ', roomWidth=' + this.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth + ', roomHeight=' + this.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight + ', wallThickness=' + this.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness + ', divideRooms=' + this.com_github_yellowstonegames_place_ConnectingMapGenerator_divideRooms + '}'; +} +; +_.com_github_yellowstonegames_place_ConnectingMapGenerator_divideRooms = 0; +_.com_github_yellowstonegames_place_ConnectingMapGenerator_height = 0; +_.com_github_yellowstonegames_place_ConnectingMapGenerator_roomHeight = 0; +_.com_github_yellowstonegames_place_ConnectingMapGenerator_roomWidth = 0; +_.com_github_yellowstonegames_place_ConnectingMapGenerator_wallThickness = 0; +_.com_github_yellowstonegames_place_ConnectingMapGenerator_width = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1ConnectingMapGenerator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2519, 'ConnectingMapGenerator', 765, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_place_DungeonProcessor_$clinit__V(){ + com_github_yellowstonegames_place_DungeonProcessor_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_DungeonProcessor_passableChars = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [46, 34, 43, 47, 94, 44, 126, 58, 65278, 65279]); +} + +function com_github_yellowstonegames_place_DungeonProcessor_$addBoulders__Lcom_github_yellowstonegames_place_DungeonProcessor_2IILcom_github_yellowstonegames_place_DungeonProcessor_2(this$static, percentage){ + percentage < 0 && (percentage = 0); + percentage > 100 && (percentage = 100); + switch (0) { + default:com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, (com_github_yellowstonegames_place_DungeonProcessor$FillEffect_$clinit__V() , com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS))?com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS, $wnd.Math.min(100, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS) + percentage)):com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS, percentage); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS)?com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS, $wnd.Math.min(100, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS) + percentage)):com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS, percentage); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS)?com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS, $wnd.Math.min(100, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS) + percentage)):com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS, percentage); + } + return this$static; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$addDoors__Lcom_github_yellowstonegames_place_DungeonProcessor_2IZLcom_github_yellowstonegames_place_DungeonProcessor_2(this$static, percentage){ + percentage < 0 && (percentage = 0); + percentage > 100 && (percentage = 100); + percentage *= -1; + this$static.com_github_yellowstonegames_place_DungeonProcessor_doorFX = percentage; + return this$static; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$addGrass__Lcom_github_yellowstonegames_place_DungeonProcessor_2IILcom_github_yellowstonegames_place_DungeonProcessor_2(this$static, percentage){ + percentage < 0 && (percentage = 0); + percentage > 100 && (percentage = 100); + switch (0) { + default:com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, (com_github_yellowstonegames_place_DungeonProcessor$FillEffect_$clinit__V() , com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS))?com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS, $wnd.Math.min(100, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS) + percentage)):com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS, percentage); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS)?com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS, $wnd.Math.min(100, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS) + percentage)):com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS, percentage); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS)?com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS, $wnd.Math.min(100, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS) + percentage)):com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS, percentage); + } + return this$static; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$addWater__Lcom_github_yellowstonegames_place_DungeonProcessor_2IILcom_github_yellowstonegames_place_DungeonProcessor_2(this$static, percentage){ + percentage < 0 && (percentage = 0); + percentage > 100 && (percentage = 100); + switch (0) { + default:com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, (com_github_yellowstonegames_place_DungeonProcessor$FillEffect_$clinit__V() , com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER))?com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER, $wnd.Math.min(100, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER) + percentage)):com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER, percentage); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER)?com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER, $wnd.Math.min(100, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER) + percentage)):com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER, percentage); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER)?com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER, $wnd.Math.min(100, com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER) + percentage)):com_github_tommyettinger_ds_ObjectIntMap_$put__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2II(this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER, percentage); + } + return this$static; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$appendTo__Lcom_github_yellowstonegames_place_DungeonProcessor_2Ljava_lang_StringBuilder_2Ljava_lang_StringBuilder_2(this$static, sb){ + var x_0, y_0; + if (this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon != null) { + for (y_0 = this$static.com_github_yellowstonegames_place_DungeonProcessor_height - 1; y_0 >= 0; y_0--) { + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_width; x_0++) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(sb, this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y_0]); + } + sb.java_lang_AbstractStringBuilder_string += $intern_39; + } + } + return sb; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$generate__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_place_tileset_TilesetType_2_3_3C(this$static, kind){ + var flooder, frustrated, gen, i, j, map_0, maxDijkstra, reuse, scan; + com_github_tommyettinger_random_EnhancedRandom_$setWith__Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_tommyettinger_random_EnhancedRandom_2V(this$static.com_github_yellowstonegames_place_DungeonProcessor_rebuildRNG, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng); + this$static.com_github_yellowstonegames_place_DungeonProcessor_environmentType = com_github_yellowstonegames_place_tileset_TilesetType_$environment__Lcom_github_yellowstonegames_place_tileset_TilesetType_2I(kind); + gen = new com_github_yellowstonegames_place_tileset_DungeonBoneGen_DungeonBoneGen__Lcom_github_tommyettinger_random_EnhancedRandom_2V(this$static.com_github_yellowstonegames_place_DungeonProcessor_rng); + map_0 = com_github_yellowstonegames_place_DungeonTools_wallWrap___3_3C_3_3C(com_github_yellowstonegames_place_tileset_DungeonBoneGen_$generate__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2Lcom_github_yellowstonegames_place_tileset_TilesetType_2II_3_3C(gen, kind, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height)); + flooder = new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + reuse = new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + scan = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height], 2); + frustrated = 0; + do { + com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(flooder, map_0); + this$static.com_github_yellowstonegames_place_DungeonProcessor_stairsUp = com_github_yellowstonegames_grid_Region_$singleRandom__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Coord_2(flooder, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng); + com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$empty__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(reuse), this$static.com_github_yellowstonegames_place_DungeonProcessor_stairsUp); + com_github_yellowstonegames_grid_Region_$dijkstraScan__Lcom_github_yellowstonegames_grid_Region_2_3_3ILcom_github_yellowstonegames_grid_Region_2I_3_3I(flooder, scan, reuse, $intern_5); + ++frustrated; + } + while (reuse.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(reuse) , reuse.com_github_yellowstonegames_grid_Region_ct < (flooder.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(flooder) , flooder.com_github_yellowstonegames_grid_Region_ct * 0.125) && frustrated < 32); + maxDijkstra = 0; + for (i = 0; i < this$static.com_github_yellowstonegames_place_DungeonProcessor_width; i++) { + for (j = 0; j < this$static.com_github_yellowstonegames_place_DungeonProcessor_height; j++) { + scan[i][j] == $intern_5?(map_0[i][j] = 35):scan[i][j] > maxDijkstra && (maxDijkstra = scan[i][j]); + } + } + this$static.com_github_yellowstonegames_place_DungeonProcessor_stairsDown = com_github_yellowstonegames_grid_Region_$singleRandom__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Coord_2(com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3IIILcom_github_yellowstonegames_grid_Region_2(reuse, scan, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil(maxDijkstra * 0.7))), this$static.com_github_yellowstonegames_place_DungeonProcessor_rng); + this$static.com_github_yellowstonegames_place_DungeonProcessor_finder = new com_github_yellowstonegames_place_RoomFinder_RoomFinder___3_3CIV(map_0, this$static.com_github_yellowstonegames_place_DungeonProcessor_environmentType); + com_github_yellowstonegames_place_DungeonProcessor_$innerGenerate__Lcom_github_yellowstonegames_place_DungeonProcessor_2_3_3C(this$static); + if (this$static.com_github_yellowstonegames_place_DungeonProcessor_mazeFX > 0) { + if (this$static.com_github_yellowstonegames_place_DungeonProcessor_lakeFX > 0) { + com_github_yellowstonegames_place_DungeonProcessor_passableChars[com_github_yellowstonegames_place_DungeonProcessor_passableChars.length - 2] = this$static.com_github_yellowstonegames_place_DungeonProcessor_shallowLakeGlyph; + com_github_yellowstonegames_place_DungeonProcessor_passableChars[com_github_yellowstonegames_place_DungeonProcessor_passableChars.length - 1] = this$static.com_github_yellowstonegames_place_DungeonProcessor_deepLakeGlyph; + } + else { + com_github_yellowstonegames_place_DungeonProcessor_passableChars[com_github_yellowstonegames_place_DungeonProcessor_passableChars.length - 2] = 65278; + com_github_yellowstonegames_place_DungeonProcessor_passableChars[com_github_yellowstonegames_place_DungeonProcessor_passableChars.length - 1] = 65279; + } + com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3C_3CLcom_github_yellowstonegames_grid_Region_2(flooder, this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon, com_github_yellowstonegames_place_DungeonProcessor_passableChars); + com_github_yellowstonegames_grid_Region_$writeCharsInto__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(com_github_yellowstonegames_grid_Region_$not__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$empty__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(reuse), this$static.com_github_yellowstonegames_place_DungeonProcessor_stairsUp), flooder, $intern_5)), this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon, 35); + com_github_yellowstonegames_grid_Region_$writeCharsInto__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(reuse, map_0, 35); + com_github_yellowstonegames_place_RoomFinder_$reset__Lcom_github_yellowstonegames_place_RoomFinder_2_3_3CILcom_github_yellowstonegames_place_RoomFinder_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder, map_0, this$static.com_github_yellowstonegames_place_DungeonProcessor_environmentType); + } + return this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$innerGenerate__Lcom_github_yellowstonegames_place_DungeonProcessor_2_3_3C(this$static){ + var allCaves, allCorridors, caveMap, corridorMap, cr, cv, doorMap, lakesAndMazes, rm, roomMap, x_0, y_0, y0; + this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon = com_github_tommyettinger_digital_ArrayTools_fill__CII_3_3C(35, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + rm = com_github_yellowstonegames_place_RoomFinder_$findRooms__Lcom_github_yellowstonegames_place_RoomFinder_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder); + cr = com_github_yellowstonegames_place_RoomFinder_$findCorridors__Lcom_github_yellowstonegames_place_RoomFinder_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder); + cv = com_github_yellowstonegames_place_RoomFinder_$findCaves__Lcom_github_yellowstonegames_place_RoomFinder_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder); + roomMap = com_github_yellowstonegames_place_DungeonProcessor_$innerGenerate__Lcom_github_yellowstonegames_place_DungeonProcessor_2_3_3CLcom_github_tommyettinger_ds_ObjectIntMap_2_3_3C(this$static, com_github_yellowstonegames_place_RoomFinder_merge__Lcom_github_tommyettinger_ds_ObjectList_2II_3_3C(rm, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height), this$static.com_github_yellowstonegames_place_DungeonProcessor_roomFX); + allCorridors = com_github_yellowstonegames_place_RoomFinder_merge__Lcom_github_tommyettinger_ds_ObjectList_2II_3_3C(cr, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + corridorMap = com_github_yellowstonegames_place_DungeonProcessor_$innerGenerate__Lcom_github_yellowstonegames_place_DungeonProcessor_2_3_3CLcom_github_tommyettinger_ds_ObjectIntMap_2_3_3C(this$static, allCorridors, this$static.com_github_yellowstonegames_place_DungeonProcessor_corridorFX); + allCaves = com_github_yellowstonegames_place_RoomFinder_merge__Lcom_github_tommyettinger_ds_ObjectList_2II_3_3C(cv, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + caveMap = com_github_yellowstonegames_place_DungeonProcessor_$innerGenerate__Lcom_github_yellowstonegames_place_DungeonProcessor_2_3_3CLcom_github_tommyettinger_ds_ObjectIntMap_2_3_3C(this$static, allCaves, this$static.com_github_yellowstonegames_place_DungeonProcessor_caveFX); + if (this$static.com_github_yellowstonegames_place_DungeonProcessor_mazeFX != 0 || this$static.com_github_yellowstonegames_place_DungeonProcessor_lakeFX != 0) { + lakesAndMazes = com_github_yellowstonegames_place_DungeonProcessor_$makeLake__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList_2_3_3_3C(this$static, rm, cv); + for (y0 = 0; y0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_height; y0++) { + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_width; x_0++) { + if (corridorMap[x_0][y0] != 35 && lakesAndMazes[0][x_0][y0] != 35) + this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y0] = 58; + else if (roomMap[x_0][y0] != 35) + this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y0] = roomMap[x_0][y0]; + else if (lakesAndMazes[1][x_0][y0] != 35) { + this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y0] = lakesAndMazes[1][x_0][y0]; + this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_environment[x_0][y0] = 5; + } + else if (corridorMap[x_0][y0] != 35) + this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y0] = corridorMap[x_0][y0]; + else if (caveMap[x_0][y0] != 35) + this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y0] = caveMap[x_0][y0]; + else if (lakesAndMazes[0][x_0][y0] != 35) { + this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y0] = lakesAndMazes[0][x_0][y0]; + this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_environment[x_0][y0] = 3; + } + } + } + this$static.com_github_yellowstonegames_place_DungeonProcessor_finder = new com_github_yellowstonegames_place_RoomFinder_RoomFinder___3_3C_3_3IV(this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon, this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_environment); + rm = com_github_yellowstonegames_place_RoomFinder_$findRooms__Lcom_github_yellowstonegames_place_RoomFinder_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder); + cr = com_github_yellowstonegames_place_RoomFinder_$findCorridors__Lcom_github_yellowstonegames_place_RoomFinder_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder); + cv = com_github_yellowstonegames_place_RoomFinder_$findCaves__Lcom_github_yellowstonegames_place_RoomFinder_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder); + javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(cv.java_util_ArrayList_array, lakesAndMazes[0]); + allCaves = com_github_yellowstonegames_place_RoomFinder_merge__Lcom_github_tommyettinger_ds_ObjectList_2II_3_3C(cv, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + } + else { + for (y0 = 0; y0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_height; y0++) { + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_width; x_0++) { + roomMap[x_0][y0] != 35?(this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y0] = roomMap[x_0][y0]):corridorMap[x_0][y0] != 35?(this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y0] = corridorMap[x_0][y0]):caveMap[x_0][y0] != 35 && (this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y0] = caveMap[x_0][y0]); + } + } + } + doorMap = com_github_yellowstonegames_place_DungeonProcessor_$makeDoors__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList_2_3_3C_3_3C_3_3C(this$static, rm, cr, allCaves, allCorridors); + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_height; y_0++) { + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_width; x_0++) { + doorMap[x_0][y_0] == 43 || doorMap[x_0][y_0] == 47?(this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y_0] = doorMap[x_0][y_0]):doorMap[x_0][y_0] == 42 && (this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[x_0][y_0] = 35); + } + } + new com_github_yellowstonegames_place_Placement_Placement__Lcom_github_yellowstonegames_place_RoomFinder_2V(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder); + this$static.com_github_yellowstonegames_place_DungeonProcessor_markStairsUp && (this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[this$static.com_github_yellowstonegames_place_DungeonProcessor_stairsUp.com_github_yellowstonegames_grid_Coord_x][this$static.com_github_yellowstonegames_place_DungeonProcessor_stairsUp.com_github_yellowstonegames_grid_Coord_y] = 60); + this$static.com_github_yellowstonegames_place_DungeonProcessor_markStairsDown && (this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon[this$static.com_github_yellowstonegames_place_DungeonProcessor_stairsDown.com_github_yellowstonegames_grid_Coord_x][this$static.com_github_yellowstonegames_place_DungeonProcessor_stairsDown.com_github_yellowstonegames_grid_Coord_y] = 62); + return this$static.com_github_yellowstonegames_place_DungeonProcessor_dungeon; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$innerGenerate__Lcom_github_yellowstonegames_place_DungeonProcessor_2_3_3CLcom_github_tommyettinger_ds_ObjectIntMap_2_3_3C(this$static, map_0, fx){ + var allWater, boulderFill, boulders, c, c$iterator, ctr, entry, floorCount, floors, grassFill, grassRate, hazards, i, islandSpacing, islands, pt, pt$iterator, pt$iterator0, remainingGrass, remainingWater, scatter, sizeGrassPools, sizeWaterPools, t, targetGrass, targetWater, total, trapFill, waterFill, waterRate, working, x_0, y_0; + hazards = new com_github_tommyettinger_ds_ObjectOrderedSet_ObjectOrderedSet__V; + floorCount = com_github_yellowstonegames_place_DungeonTools_countCells___3_3CCI(map_0); + waterFill = 0; + grassFill = 0; + trapFill = 0; + boulderFill = 0; + islandSpacing = 0; + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(fx, (com_github_yellowstonegames_place_DungeonProcessor$FillEffect_$clinit__V() , com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS)) && (grassFill = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(fx, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS)); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(fx, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER) && (waterFill = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(fx, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER)); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(fx, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS) && (boulderFill = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(fx, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS) * floorCount / 100 | 0); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(fx, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_ISLANDS) && (islandSpacing = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(fx, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_ISLANDS)); + com_github_tommyettinger_ds_ObjectIntMap_$containsKey__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2Z(fx, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_TRAPS) && (trapFill = com_github_tommyettinger_ds_ObjectIntMap_$get__Lcom_github_tommyettinger_ds_ObjectIntMap_2Ljava_lang_Object_2I(fx, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_TRAPS)); + if (boulderFill > 0) { + boulders = com_github_yellowstonegames_grid_Region_$randomPortion__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2I_3Lcom_github_yellowstonegames_grid_Coord_2(com_github_yellowstonegames_grid_Region_$retract8way__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region___3_3CCV(map_0, 46)), this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, boulderFill); + for (i = 0; i < boulders.length; i++) { + t = boulders[i]; + map_0[t.com_github_yellowstonegames_grid_Coord_x][t.com_github_yellowstonegames_grid_Coord_y] = 35; + } + } + if (trapFill > 0) { + for (x_0 = 1; x_0 < map_0.length - 1; x_0++) { + for (y_0 = 1; y_0 < map_0[x_0].length - 1; y_0++) { + if (map_0[x_0][y_0] == 46) { + ctr = 0; + map_0[x_0 + 1][y_0] != 35 && ++ctr; + map_0[x_0 - 1][y_0] != 35 && ++ctr; + map_0[x_0][y_0 + 1] != 35 && ++ctr; + map_0[x_0][y_0 - 1] != 35 && ++ctr; + map_0[x_0 + 1][y_0 + 1] != 35 && ++ctr; + map_0[x_0 - 1][y_0 + 1] != 35 && ++ctr; + map_0[x_0 + 1][y_0 - 1] != 35 && ++ctr; + map_0[x_0 - 1][y_0 - 1] != 35 && ++ctr; + ctr >= 5 && com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(hazards, (com_github_yellowstonegames_grid_Coord_$clinit__V() , x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0))); + } + } + } + } + floors = new com_github_yellowstonegames_grid_Region_Region___3_3CCV(map_0, 46); + working = new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + floorCount = (floors.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(floors) , floors.com_github_yellowstonegames_grid_Region_ct); + waterRate = waterFill / 100; + grassRate = grassFill / 100; + if (waterRate + grassRate > 1) { + waterRate /= (waterFill + grassFill) / 100; + grassRate /= (waterFill + grassFill) / 100; + } + targetWater = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(floorCount * waterRate)); + targetGrass = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.round(floorCount * grassRate)); + sizeWaterPools = targetWater / com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2III(this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, 3, 6) | 0; + sizeGrassPools = targetGrass / com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2III(this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, 2, 5) | 0; + remainingWater = targetWater; + remainingGrass = targetGrass; + if (targetWater > 0) { + scatter = com_github_yellowstonegames_grid_Region_$separatedBlue__Lcom_github_yellowstonegames_grid_Region_2FI_3Lcom_github_yellowstonegames_grid_Coord_2(floors, 0.14285714285714285); + com_github_tommyettinger_random_EnhancedRandom_$shuffle__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_Object_2V(this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, scatter); + allWater = new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + for (i = 0; i < scatter.length; i++) { + if (remainingWater > 5) { + if (!com_github_yellowstonegames_grid_Region_$contains__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Z(floors, scatter[i])) + continue; + com_github_yellowstonegames_grid_Region_$spill__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$empty__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(working), scatter[i]), floors, com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2III(this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, 4, $wnd.Math.min(remainingWater, sizeWaterPools)), this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, null, null); + com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(floors, working); + remainingWater -= (working.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(working) , working.com_github_yellowstonegames_grid_Region_ct); + com_github_yellowstonegames_grid_Region_$addAll__Lcom_github_yellowstonegames_grid_Region_2Ljava_util_Collection_2Z(allWater, working); + } + else + break; + } + for (pt$iterator0 = new com_github_yellowstonegames_grid_Region$GRIterator_Region$GRIterator__Lcom_github_yellowstonegames_grid_Region_2V(allWater); pt$iterator0.com_github_yellowstonegames_grid_Region$GRIterator_index < pt$iterator0.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_ct;) { + pt = com_github_yellowstonegames_grid_Region$GRIterator_$next__Lcom_github_yellowstonegames_grid_Region$GRIterator_2Lcom_github_yellowstonegames_grid_Coord_2(pt$iterator0); + com_github_tommyettinger_ds_ObjectSet_$remove__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(hazards, pt) && java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(hazards.com_github_tommyettinger_ds_ObjectOrderedSet_items, pt); + map_0[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] != 60 && map_0[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] != 62 && (map_0[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] = 126); + } + for (pt$iterator = new com_github_yellowstonegames_grid_Region$GRIterator_Region$GRIterator__Lcom_github_yellowstonegames_grid_Region_2V(allWater); pt$iterator.com_github_yellowstonegames_grid_Region$GRIterator_index < pt$iterator.com_github_yellowstonegames_grid_Region$GRIterator_this$01.com_github_yellowstonegames_grid_Region_ct;) { + pt = com_github_yellowstonegames_grid_Region$GRIterator_$next__Lcom_github_yellowstonegames_grid_Region$GRIterator_2Lcom_github_yellowstonegames_grid_Coord_2(pt$iterator); + map_0[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] != 60 && map_0[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] != 62 && (map_0[pt.com_github_yellowstonegames_grid_Coord_x - 1][pt.com_github_yellowstonegames_grid_Coord_y] == 46 || map_0[pt.com_github_yellowstonegames_grid_Coord_x + 1][pt.com_github_yellowstonegames_grid_Coord_y] == 46 || map_0[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y - 1] == 46 || map_0[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y + 1] == 46) && (map_0[pt.com_github_yellowstonegames_grid_Coord_x][pt.com_github_yellowstonegames_grid_Coord_y] = 44); + } + } + if (targetGrass > 0) { + scatter = com_github_yellowstonegames_grid_Region_$separatedBlue__Lcom_github_yellowstonegames_grid_Region_2FI_3Lcom_github_yellowstonegames_grid_Coord_2(floors, 0.15373134338980557); + com_github_tommyettinger_random_EnhancedRandom_$shuffle__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_Object_2V(this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, scatter); + for (i = 0; i < scatter.length; i++) { + if (remainingGrass > 5) { + com_github_yellowstonegames_grid_Region_$spill__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$empty__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(working), scatter[i]), floors, com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2III(this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, 4, $wnd.Math.min(remainingGrass, sizeGrassPools)), this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, null, null); + if (com_github_yellowstonegames_grid_Region_$isEmpty__Lcom_github_yellowstonegames_grid_Region_2Z(working)) + continue; + com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(floors, working); + remainingGrass -= (working.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(working) , working.com_github_yellowstonegames_grid_Region_ct); + map_0 = com_github_yellowstonegames_grid_Region_$intoChars__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(working, map_0); + } + else + break; + } + } + if (islandSpacing > 1 && targetWater > 0) { + islands = com_github_yellowstonegames_grid_PoissonDisk_sampleMap___3_3CFLcom_github_tommyettinger_random_EnhancedRandom_2_3CLcom_github_yellowstonegames_grid_CoordOrderedSet_2(map_0, islandSpacing, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [35, 46, 34, 43, 47, 94, 60, 62])); + for (c$iterator = com_github_tommyettinger_ds_ObjectOrderedSet_$iterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(islands); com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2Z(c$iterator);) { + c = c$iterator.next__Ljava_lang_Object_2(); + map_0[c.com_github_yellowstonegames_grid_Coord_x][c.com_github_yellowstonegames_grid_Coord_y] = 46; + map_0[c.com_github_yellowstonegames_grid_Coord_x - 1][c.com_github_yellowstonegames_grid_Coord_y] != 35 && map_0[c.com_github_yellowstonegames_grid_Coord_x - 1][c.com_github_yellowstonegames_grid_Coord_y] != 60 && map_0[c.com_github_yellowstonegames_grid_Coord_x - 1][c.com_github_yellowstonegames_grid_Coord_y] != 62 && (map_0[c.com_github_yellowstonegames_grid_Coord_x - 1][c.com_github_yellowstonegames_grid_Coord_y] = 44); + map_0[c.com_github_yellowstonegames_grid_Coord_x + 1][c.com_github_yellowstonegames_grid_Coord_y] != 35 && map_0[c.com_github_yellowstonegames_grid_Coord_x + 1][c.com_github_yellowstonegames_grid_Coord_y] != 60 && map_0[c.com_github_yellowstonegames_grid_Coord_x + 1][c.com_github_yellowstonegames_grid_Coord_y] != 62 && (map_0[c.com_github_yellowstonegames_grid_Coord_x + 1][c.com_github_yellowstonegames_grid_Coord_y] = 44); + map_0[c.com_github_yellowstonegames_grid_Coord_x][c.com_github_yellowstonegames_grid_Coord_y - 1] != 35 && map_0[c.com_github_yellowstonegames_grid_Coord_x][c.com_github_yellowstonegames_grid_Coord_y - 1] != 60 && map_0[c.com_github_yellowstonegames_grid_Coord_x][c.com_github_yellowstonegames_grid_Coord_y - 1] != 62 && (map_0[c.com_github_yellowstonegames_grid_Coord_x][c.com_github_yellowstonegames_grid_Coord_y - 1] = 44); + map_0[c.com_github_yellowstonegames_grid_Coord_x][c.com_github_yellowstonegames_grid_Coord_y + 1] != 35 && map_0[c.com_github_yellowstonegames_grid_Coord_x][c.com_github_yellowstonegames_grid_Coord_y + 1] != 60 && map_0[c.com_github_yellowstonegames_grid_Coord_x][c.com_github_yellowstonegames_grid_Coord_y + 1] != 62 && (map_0[c.com_github_yellowstonegames_grid_Coord_x][c.com_github_yellowstonegames_grid_Coord_y + 1] = 44); + } + } + if (trapFill > 0) { + total = hazards.com_github_tommyettinger_ds_ObjectSet_size * trapFill / 100 | 0; + for (i = 0; i < total; i++) { + entry = com_github_tommyettinger_ds_ObjectOrderedSet_$random__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_util_Random_2Ljava_lang_Object_2(hazards, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng); + if (map_0[entry.com_github_yellowstonegames_grid_Coord_x][entry.com_github_yellowstonegames_grid_Coord_y] == 60 || map_0[entry.com_github_yellowstonegames_grid_Coord_x][entry.com_github_yellowstonegames_grid_Coord_y] == 62) + continue; + map_0[entry.com_github_yellowstonegames_grid_Coord_x][entry.com_github_yellowstonegames_grid_Coord_y] = 94; + com_github_tommyettinger_ds_ObjectSet_$remove__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(hazards, entry) && java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(hazards.com_github_tommyettinger_ds_ObjectOrderedSet_items, entry); + } + } + return map_0; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$makeDoors__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList_2_3_3C_3_3C_3_3C(this$static, rooms, corridors, allCaves, allCorridors){ + var adj, doorFill, doorways, doubleDoors, entry, fused, i, map_0, near, near$array, near$index, near$max, total; + map_0 = com_github_tommyettinger_digital_ArrayTools_fill__CII_3_3C(35, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + if (this$static.com_github_yellowstonegames_place_DungeonProcessor_doorFX == 0 || rooms.java_util_ArrayList_array.length == 0 && corridors.java_util_ArrayList_array.length == 0) + return map_0; + doubleDoors = false; + doorFill = this$static.com_github_yellowstonegames_place_DungeonProcessor_doorFX; + if (doorFill < 0) { + doubleDoors = true; + doorFill *= -1; + } + fused = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(rooms.java_util_ArrayList_array.length + corridors.java_util_ArrayList_array.length); + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(fused, rooms); + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(fused, corridors); + map_0 = com_github_yellowstonegames_place_RoomFinder_merge__Lcom_github_tommyettinger_ds_ObjectList_2II_3_3C(fused, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + doorways = com_github_yellowstonegames_place_DungeonProcessor_$viableDoorways__Lcom_github_yellowstonegames_place_DungeonProcessor_2Z_3_3C_3_3C_3_3CLcom_github_yellowstonegames_grid_CoordOrderedSet_2(this$static, doubleDoors, map_0, allCaves, allCorridors); + total = doorways.com_github_tommyettinger_ds_ObjectSet_size * doorFill / 100 | 0; + BigLoop: for (i = 0; i < total; i++) { + entry = com_github_tommyettinger_ds_ObjectOrderedSet_$random__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_util_Random_2Ljava_lang_Object_2(doorways, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng); + if (map_0[entry.com_github_yellowstonegames_grid_Coord_x][entry.com_github_yellowstonegames_grid_Coord_y] == 60 || map_0[entry.com_github_yellowstonegames_grid_Coord_x][entry.com_github_yellowstonegames_grid_Coord_y] == 62) + continue; + map_0[entry.com_github_yellowstonegames_grid_Coord_x - 1][entry.com_github_yellowstonegames_grid_Coord_y] != 35 && map_0[entry.com_github_yellowstonegames_grid_Coord_x + 1][entry.com_github_yellowstonegames_grid_Coord_y] != 35 && map_0[entry.com_github_yellowstonegames_grid_Coord_x - 1][entry.com_github_yellowstonegames_grid_Coord_y] != 42 && map_0[entry.com_github_yellowstonegames_grid_Coord_x + 1][entry.com_github_yellowstonegames_grid_Coord_y] != 42?(map_0[entry.com_github_yellowstonegames_grid_Coord_x][entry.com_github_yellowstonegames_grid_Coord_y] = 43):(map_0[entry.com_github_yellowstonegames_grid_Coord_x][entry.com_github_yellowstonegames_grid_Coord_y] = 47); + adj = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, 1), $intern_2337, 47, 0, [com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(entry.com_github_yellowstonegames_grid_Coord_x + 1, entry.com_github_yellowstonegames_grid_Coord_y), com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(entry.com_github_yellowstonegames_grid_Coord_x - 1, entry.com_github_yellowstonegames_grid_Coord_y), com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(entry.com_github_yellowstonegames_grid_Coord_x, entry.com_github_yellowstonegames_grid_Coord_y + 1), com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(entry.com_github_yellowstonegames_grid_Coord_x, entry.com_github_yellowstonegames_grid_Coord_y - 1)]); + for (near$array = adj , near$index = 0 , near$max = near$array.length; near$index < near$max; ++near$index) { + near = near$array[near$index]; + if (com_github_tommyettinger_ds_ObjectSet_$contains__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(doorways, near)) { + map_0[near.com_github_yellowstonegames_grid_Coord_x][near.com_github_yellowstonegames_grid_Coord_y] = 42; + com_github_tommyettinger_ds_ObjectSet_$remove__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(doorways, near) && java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(doorways.com_github_tommyettinger_ds_ObjectOrderedSet_items, near); + com_github_tommyettinger_ds_ObjectSet_$remove__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(doorways, entry) && java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(doorways.com_github_tommyettinger_ds_ObjectOrderedSet_items, entry); + ++i; + continue BigLoop; + } + } + com_github_tommyettinger_ds_ObjectSet_$remove__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(doorways, entry) && java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(doorways.com_github_tommyettinger_ds_ObjectOrderedSet_items, entry); + } + return map_0; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$makeLake__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList_2_3_3_3C(this$static, rooms, caves){ + var center, change, chosen, cmg, cmgMap, ctr, deep, flooded, fused, fusedMap, lakeFill, limit, maps, mazeFill, minSize, potential, potentialLakeSize, potentialMazeSize, region, region$iterator, room, room$iterator, sa, sa$iterator, sz, tmp, viable, x_0, y_0; + maps = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_1779, 161, 2, 0, 3); + maps[0] = com_github_tommyettinger_digital_ArrayTools_fill__CII_3_3C(35, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + maps[1] = com_github_tommyettinger_digital_ArrayTools_fill__CII_3_3C(35, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + if (this$static.com_github_yellowstonegames_place_DungeonProcessor_lakeFX == 0 && this$static.com_github_yellowstonegames_place_DungeonProcessor_mazeFX == 0 || rooms.java_util_ArrayList_array.length == 0 && caves.java_util_ArrayList_array.length == 0) + return maps; + lakeFill = this$static.com_github_yellowstonegames_place_DungeonProcessor_lakeFX; + mazeFill = this$static.com_github_yellowstonegames_place_DungeonProcessor_mazeFX; + if (this$static.com_github_yellowstonegames_place_DungeonProcessor_lakeFX + this$static.com_github_yellowstonegames_place_DungeonProcessor_mazeFX > 100) { + lakeFill -= (this$static.com_github_yellowstonegames_place_DungeonProcessor_lakeFX + this$static.com_github_yellowstonegames_place_DungeonProcessor_mazeFX - 100) / 2 | 0; + mazeFill -= (this$static.com_github_yellowstonegames_place_DungeonProcessor_lakeFX + this$static.com_github_yellowstonegames_place_DungeonProcessor_mazeFX - 99) / 2 | 0; + } + fused = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(rooms.java_util_ArrayList_array.length + caves.java_util_ArrayList_array.length); + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(fused, rooms); + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(fused, caves); + fusedMap = com_github_yellowstonegames_place_RoomFinder_merge__Lcom_github_tommyettinger_ds_ObjectList_2II_3_3C(fused, this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + limit = com_github_yellowstonegames_grid_Region_$insertRectangle__Lcom_github_yellowstonegames_grid_Region_2IIIILcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height), 1, 1, this$static.com_github_yellowstonegames_place_DungeonProcessor_width - 2, this$static.com_github_yellowstonegames_place_DungeonProcessor_height - 2); + potential = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region___3_3CCV(fusedMap, 35), limit); + flooded = new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + tmp = new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + deep = new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + ctr = (potential.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(potential) , potential.com_github_yellowstonegames_grid_Region_ct); + potentialMazeSize = ctr * mazeFill / 100 | 0; + potentialLakeSize = ctr * lakeFill / 100 | 0; + if (potentialMazeSize > 0) { + viable = com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(potential); + if (viable.java_util_ArrayList_array.length == 0) + return maps; + chosen = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(0, viable.java_util_ArrayList_array.length) , viable.java_util_ArrayList_array[0]); + minSize = (chosen.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(chosen) , chosen.com_github_yellowstonegames_grid_Region_ct); + for (sa$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(viable); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(sa$iterator);) { + sa = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(sa$iterator); + sz = (sa.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(sa) , sa.com_github_yellowstonegames_grid_Region_ct); + if (sz > minSize) { + chosen = sa; + minSize = sz; + } + } + cmg = new com_github_yellowstonegames_place_ConnectingMapGenerator_ConnectingMapGenerator__IIIILcom_github_tommyettinger_random_EnhancedRandom_2IV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng); + cmgMap = com_github_yellowstonegames_place_ConnectingMapGenerator_$generate__Lcom_github_yellowstonegames_place_ConnectingMapGenerator_2_3_3C(cmg); + center = com_github_yellowstonegames_grid_Region_$singleRandom__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Coord_2(chosen, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng); + com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$spill__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$empty__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(flooded), center), chosen, potentialMazeSize, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, null, null), limit); + com_github_yellowstonegames_grid_Region_$removeIsolated__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(deep, cmgMap), flooded)); + for (x_0 = 1; x_0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_width - 1; x_0++) { + for (y_0 = 1; y_0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_height - 1; y_0++) { + x_0 >= 0 && y_0 >= 0 && x_0 < deep.com_github_yellowstonegames_grid_Region_width && y_0 < deep.com_github_yellowstonegames_grid_Region_height && deep.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(deep.com_github_yellowstonegames_grid_Region_data[x_0 * deep.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) && (maps[1][x_0][y_0] = cmgMap[x_0][y_0]); + } + } + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_corridors, deep, new com_github_tommyettinger_ds_ObjectList_ObjectList__V); + com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_allCorridors, deep); + com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_allFloors, deep); + com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(potential, flooded); + } + if (potentialLakeSize > 0) { + viable = com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(potential); + if (viable.java_util_ArrayList_array.length == 0) + return maps; + chosen = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(0, viable.java_util_ArrayList_array.length) , viable.java_util_ArrayList_array[0]); + minSize = (chosen.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(chosen) , chosen.com_github_yellowstonegames_grid_Region_ct); + for (sa$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(viable); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(sa$iterator);) { + sa = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(sa$iterator); + sz = (sa.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(sa) , sa.com_github_yellowstonegames_grid_Region_ct); + if (sz > minSize) { + chosen = sa; + minSize = sz; + } + } + center = com_github_yellowstonegames_grid_Region_$singleRandom__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Coord_2(chosen, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng); + com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$spill__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_tommyettinger_random_EnhancedRandom_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$empty__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(flooded), center), chosen, potentialLakeSize, this$static.com_github_yellowstonegames_place_DungeonProcessor_rng, null, null), limit); + com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(deep, flooded); + com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(flooded, com_github_yellowstonegames_grid_Region_$fringe8way__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region___3_3CCV(fusedMap, 46)), 3), limit); + for (x_0 = 0; x_0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_width; x_0++) { + for (y_0 = 0; y_0 < this$static.com_github_yellowstonegames_place_DungeonProcessor_height; y_0++) { + x_0 >= 0 && y_0 >= 0 && x_0 < deep.com_github_yellowstonegames_grid_Region_width && y_0 < deep.com_github_yellowstonegames_grid_Region_height && deep.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(deep.com_github_yellowstonegames_grid_Region_data[x_0 * deep.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0)?(maps[0][x_0][y_0] = this$static.com_github_yellowstonegames_place_DungeonProcessor_deepLakeGlyph):x_0 >= 0 && y_0 >= 0 && x_0 < flooded.com_github_yellowstonegames_grid_Region_width && y_0 < flooded.com_github_yellowstonegames_grid_Region_height && flooded.com_github_yellowstonegames_grid_Region_ySections > 0 && com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(flooded.com_github_yellowstonegames_grid_Region_data[x_0 * flooded.com_github_yellowstonegames_grid_Region_ySections + (y_0 >> 6)], com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(1, y_0 & 63)), 0) && (maps[0][x_0][y_0] = this$static.com_github_yellowstonegames_place_DungeonProcessor_shallowLakeGlyph); + } + } + change = new com_github_tommyettinger_ds_ObjectList_ObjectList__V; + for (room$iterator = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_rooms).com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter; room$iterator.hasNext__Z();) { + room = room$iterator.next__Ljava_lang_Object_2(); + com_github_yellowstonegames_grid_Region_$intersects__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Z(flooded, com_github_yellowstonegames_grid_Region_$expand8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(tmp, room))) && (javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(change.java_util_ArrayList_array, room) , true); + } + for (region$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(change); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(region$iterator);) { + region = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(region$iterator); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_caves, region, com_github_tommyettinger_ds_ObjectObjectOrderedMap_$remove__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_rooms, region)); + com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_allRooms, region); + com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_DungeonProcessor_finder.com_github_yellowstonegames_place_RoomFinder_allCaves, region); + } + } + return maps; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$removeAdjacent__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2(coll, pt){ + var temp, temp$array, temp$index, temp$max; + for (temp$array = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, 1), $intern_2337, 47, 0, [com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt.com_github_yellowstonegames_grid_Coord_x + 1, pt.com_github_yellowstonegames_grid_Coord_y), com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt.com_github_yellowstonegames_grid_Coord_x - 1, pt.com_github_yellowstonegames_grid_Coord_y), com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt.com_github_yellowstonegames_grid_Coord_x, pt.com_github_yellowstonegames_grid_Coord_y + 1), com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt.com_github_yellowstonegames_grid_Coord_x, pt.com_github_yellowstonegames_grid_Coord_y - 1)]) , temp$index = 0 , temp$max = temp$array.length; temp$index < temp$max; ++temp$index) { + temp = temp$array[temp$index]; + com_github_tommyettinger_ds_ObjectSet_$remove__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(coll, temp) && java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(coll.com_github_tommyettinger_ds_ObjectOrderedSet_items, temp); + } + return coll; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$removeAdjacent__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2(coll, pt1, pt2){ + pt1.com_github_yellowstonegames_grid_Coord_x == pt2.com_github_yellowstonegames_grid_Coord_x && pt1.com_github_yellowstonegames_grid_Coord_y + 1 == pt2.com_github_yellowstonegames_grid_Coord_y || com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(coll, com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt1.com_github_yellowstonegames_grid_Coord_x, pt1.com_github_yellowstonegames_grid_Coord_y + 1)); + pt1.com_github_yellowstonegames_grid_Coord_x == pt2.com_github_yellowstonegames_grid_Coord_x && pt1.com_github_yellowstonegames_grid_Coord_y - 1 == pt2.com_github_yellowstonegames_grid_Coord_y || com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(coll, com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt1.com_github_yellowstonegames_grid_Coord_x, pt1.com_github_yellowstonegames_grid_Coord_y - 1)); + pt2.com_github_yellowstonegames_grid_Coord_x == pt1.com_github_yellowstonegames_grid_Coord_x && pt2.com_github_yellowstonegames_grid_Coord_y + 1 == pt1.com_github_yellowstonegames_grid_Coord_y || com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(coll, com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt2.com_github_yellowstonegames_grid_Coord_x, pt2.com_github_yellowstonegames_grid_Coord_y + 1)); + pt2.com_github_yellowstonegames_grid_Coord_x == pt1.com_github_yellowstonegames_grid_Coord_x && pt2.com_github_yellowstonegames_grid_Coord_y - 1 == pt1.com_github_yellowstonegames_grid_Coord_y || com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(coll, com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt2.com_github_yellowstonegames_grid_Coord_x, pt2.com_github_yellowstonegames_grid_Coord_y - 1)); + pt1.com_github_yellowstonegames_grid_Coord_x + 1 == pt2.com_github_yellowstonegames_grid_Coord_x && pt1.com_github_yellowstonegames_grid_Coord_y == pt2.com_github_yellowstonegames_grid_Coord_y || com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(coll, com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt1.com_github_yellowstonegames_grid_Coord_x + 1, pt1.com_github_yellowstonegames_grid_Coord_y)); + pt1.com_github_yellowstonegames_grid_Coord_x - 1 == pt2.com_github_yellowstonegames_grid_Coord_x && pt1.com_github_yellowstonegames_grid_Coord_y == pt2.com_github_yellowstonegames_grid_Coord_y || com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(coll, com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt1.com_github_yellowstonegames_grid_Coord_x - 1, pt1.com_github_yellowstonegames_grid_Coord_y)); + pt2.com_github_yellowstonegames_grid_Coord_x + 1 == pt1.com_github_yellowstonegames_grid_Coord_x && pt2.com_github_yellowstonegames_grid_Coord_y == pt1.com_github_yellowstonegames_grid_Coord_y || com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(coll, com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt2.com_github_yellowstonegames_grid_Coord_x + 1, pt2.com_github_yellowstonegames_grid_Coord_y)); + pt2.com_github_yellowstonegames_grid_Coord_x - 1 == pt1.com_github_yellowstonegames_grid_Coord_x && pt2.com_github_yellowstonegames_grid_Coord_y == pt1.com_github_yellowstonegames_grid_Coord_y || com_github_tommyettinger_ds_ObjectOrderedSet_$remove__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(coll, com_github_yellowstonegames_grid_Coord_get__IILcom_github_yellowstonegames_grid_Coord_2(pt2.com_github_yellowstonegames_grid_Coord_x - 1, pt2.com_github_yellowstonegames_grid_Coord_y)); + return coll; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$removeNearby__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2_3_3CLcom_github_yellowstonegames_grid_CoordOrderedSet_2(coll, disallowed){ + var c, c$iterator, height, next, width_0, x_0, y_0; + if (!coll || disallowed.length == 0 || disallowed[0].length == 0) + return new com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__V; + next = new com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__IV(coll.com_github_tommyettinger_ds_ObjectSet_size); + width_0 = disallowed.length; + height = disallowed[0].length; + COORD_WISE: for (c$iterator = com_github_tommyettinger_ds_ObjectOrderedSet_$iterator__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2(coll); com_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectSet$ObjectSetIterator_2Z(c$iterator);) { + c = c$iterator.next__Ljava_lang_Object_2(); + for (x_0 = $wnd.Math.max(0, c.com_github_yellowstonegames_grid_Coord_x - 1); x_0 <= $wnd.Math.min(width_0 - 1, c.com_github_yellowstonegames_grid_Coord_x + 1); x_0++) { + for (y_0 = $wnd.Math.max(0, c.com_github_yellowstonegames_grid_Coord_y - 1); y_0 <= $wnd.Math.min(height - 1, c.com_github_yellowstonegames_grid_Coord_y + 1); y_0++) { + if (disallowed[x_0][y_0] != 35) + continue COORD_WISE; + } + } + com_github_tommyettinger_ds_ObjectSet_$add__Lcom_github_tommyettinger_ds_ObjectSet_2Ljava_lang_Object_2Z(next, c) && java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(next.com_github_tommyettinger_ds_ObjectOrderedSet_items, c); + } + return next; +} + +function com_github_yellowstonegames_place_DungeonProcessor_$viableDoorways__Lcom_github_yellowstonegames_place_DungeonProcessor_2Z_3_3C_3_3C_3_3CLcom_github_yellowstonegames_grid_CoordOrderedSet_2(this$static, doubleDoors, map_0, allCaves, allCorridors){ + var bounds, doors, reuse, scan, x_0, y_0; + doors = new com_github_yellowstonegames_grid_CoordOrderedSet_CoordOrderedSet__V; + bounds = new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + reuse = new com_github_yellowstonegames_grid_Region_Region__IIV(this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height); + scan = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [this$static.com_github_yellowstonegames_place_DungeonProcessor_width, this$static.com_github_yellowstonegames_place_DungeonProcessor_height], 2); + for (x_0 = 1; x_0 < map_0.length - 1; x_0++) { + for (y_0 = 1; y_0 < map_0[x_0].length - 1; y_0++) { + if (map_0[x_0][y_0] == 35 || allCorridors[x_0][y_0] != 35) + continue; + if (doubleDoors) { + if (x_0 >= map_0.length - 2 || y_0 >= map_0[x_0].length - 2) + continue; + else { + if (map_0[x_0 + 1][y_0] != 35 && map_0[x_0 + 2][y_0] == 35 && map_0[x_0 - 1][y_0] == 35 && map_0[x_0][y_0 + 1] != 35 && map_0[x_0][y_0 - 1] != 35 && map_0[x_0 + 1][y_0 + 1] != 35 && map_0[x_0 + 1][y_0 - 1] != 35) { + if (map_0[x_0 + 2][y_0 + 1] != 35 || map_0[x_0 - 1][y_0 + 1] != 35 || map_0[x_0 + 2][y_0 - 1] != 35 || map_0[x_0 - 1][y_0 - 1] != 35) { + java_util_Arrays_fill___3JJV(reuse.com_github_yellowstonegames_grid_Region_data); + com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(reuse, x_0, y_0 + 1); + com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(bounds, map_0); + com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(bounds, x_0, y_0); + com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(bounds, x_0 + 1, y_0); + com_github_yellowstonegames_grid_Region_$dijkstraScan__Lcom_github_yellowstonegames_grid_Region_2_3_3ILcom_github_yellowstonegames_grid_Region_2I_3_3I(bounds, scan, reuse, 16); + if (scan[x_0][y_0 - 1] < $intern_5) + continue; + com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(doors, (com_github_yellowstonegames_grid_Coord_$clinit__V() , x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0))); + com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(doors, x_0 + 1 >= -3 && y_0 >= -3 && x_0 + 1 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + (x_0 + 1)]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0 + 1, y_0)); + doors = com_github_yellowstonegames_place_DungeonProcessor_$removeAdjacent__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2(doors, x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0), x_0 + 1 >= -3 && y_0 >= -3 && x_0 + 1 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + (x_0 + 1)]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0 + 1, y_0)); + continue; + } + } + else if (map_0[x_0][y_0 + 1] != 35 && map_0[x_0][y_0 + 2] == 35 && map_0[x_0][y_0 - 1] == 35 && map_0[x_0 + 1][y_0] != 35 && map_0[x_0 - 1][y_0] != 35 && map_0[x_0 + 1][y_0 + 1] != 35 && map_0[x_0 - 1][y_0 + 1] != 35) { + if (map_0[x_0 + 1][y_0 + 2] != 35 || map_0[x_0 + 1][y_0 - 1] != 35 || map_0[x_0 - 1][y_0 + 2] != 35 || map_0[x_0 - 1][y_0 - 1] != 35) { + java_util_Arrays_fill___3JJV(reuse.com_github_yellowstonegames_grid_Region_data); + com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(reuse, x_0 + 1, y_0); + com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(bounds, map_0); + com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(bounds, x_0, y_0); + com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(bounds, x_0, y_0 + 1); + com_github_yellowstonegames_grid_Region_$dijkstraScan__Lcom_github_yellowstonegames_grid_Region_2_3_3ILcom_github_yellowstonegames_grid_Region_2I_3_3I(bounds, scan, reuse, 16); + if (scan[x_0 - 1][y_0] < $intern_5) + continue; + com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(doors, (com_github_yellowstonegames_grid_Coord_$clinit__V() , x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0))); + com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(doors, x_0 >= -3 && y_0 + 1 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 + 1 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + (y_0 + 1) * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0 + 1)); + doors = com_github_yellowstonegames_place_DungeonProcessor_$removeAdjacent__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2(doors, x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0), x_0 >= -3 && y_0 + 1 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 + 1 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + (y_0 + 1) * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0 + 1)); + continue; + } + } + } + } + if (map_0[x_0 + 1][y_0] == 35 && map_0[x_0 - 1][y_0] == 35 && map_0[x_0][y_0 + 1] != 35 && map_0[x_0][y_0 - 1] != 35) { + if (map_0[x_0 + 1][y_0 + 1] != 35 || map_0[x_0 - 1][y_0 + 1] != 35 || map_0[x_0 + 1][y_0 - 1] != 35 || map_0[x_0 - 1][y_0 - 1] != 35) { + java_util_Arrays_fill___3JJV(reuse.com_github_yellowstonegames_grid_Region_data); + com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(reuse, x_0, y_0 + 1); + com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(bounds, map_0); + com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(bounds, x_0, y_0); + com_github_yellowstonegames_grid_Region_$dijkstraScan__Lcom_github_yellowstonegames_grid_Region_2_3_3ILcom_github_yellowstonegames_grid_Region_2I_3_3I(bounds, scan, reuse, 16); + if (scan[x_0][y_0 - 1] < $intern_5) + continue; + com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(doors, (com_github_yellowstonegames_grid_Coord_$clinit__V() , x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0))); + doors = com_github_yellowstonegames_place_DungeonProcessor_$removeAdjacent__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2(doors, x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0)); + } + } + else if (map_0[x_0][y_0 + 1] == 35 && map_0[x_0][y_0 - 1] == 35 && map_0[x_0 + 1][y_0] != 35 && map_0[x_0 - 1][y_0] != 35) { + if (map_0[x_0 + 1][y_0 + 1] != 35 || map_0[x_0 + 1][y_0 - 1] != 35 || map_0[x_0 - 1][y_0 + 1] != 35 || map_0[x_0 - 1][y_0 - 1] != 35) { + java_util_Arrays_fill___3JJV(reuse.com_github_yellowstonegames_grid_Region_data); + com_github_yellowstonegames_grid_Region_$insert__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(reuse, x_0 + 1, y_0); + com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(bounds, map_0); + com_github_yellowstonegames_grid_Region_$remove__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(bounds, x_0, y_0); + com_github_yellowstonegames_grid_Region_$dijkstraScan__Lcom_github_yellowstonegames_grid_Region_2_3_3ILcom_github_yellowstonegames_grid_Region_2I_3_3I(bounds, scan, reuse, 16); + if (scan[x_0 - 1][y_0] < $intern_5) + continue; + com_github_tommyettinger_ds_ObjectOrderedSet_$add__Lcom_github_tommyettinger_ds_ObjectOrderedSet_2Ljava_lang_Object_2Z(doors, (com_github_yellowstonegames_grid_Coord_$clinit__V() , x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0))); + doors = com_github_yellowstonegames_place_DungeonProcessor_$removeAdjacent__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2(doors, x_0 >= -3 && y_0 >= -3 && x_0 < com_github_yellowstonegames_grid_Coord_POOL_1WIDTH && y_0 < com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT?com_github_yellowstonegames_grid_Coord_POOL[com_github_yellowstonegames_grid_Coord_ORIGIN + y_0 * com_github_yellowstonegames_grid_Coord_PADDED_1POOL_1WIDTH + x_0]:new com_github_yellowstonegames_grid_Coord_Coord__IIV(x_0, y_0)); + } + } + } + } + return com_github_yellowstonegames_place_DungeonProcessor_$removeNearby__Lcom_github_yellowstonegames_place_DungeonProcessor_2Lcom_github_yellowstonegames_grid_CoordOrderedSet_2_3_3CLcom_github_yellowstonegames_grid_CoordOrderedSet_2(doors, allCaves); +} + +function com_github_yellowstonegames_place_DungeonProcessor_DungeonProcessor__IILcom_github_tommyettinger_random_EnhancedRandom_2V(rng){ + com_github_yellowstonegames_place_DungeonProcessor_$clinit__V(); + com_github_yellowstonegames_grid_Coord_$clinit__V(); + com_github_yellowstonegames_grid_Coord_expandPool__IIV($wnd.Math.max(0, 64 - com_github_yellowstonegames_grid_Coord_POOL_1WIDTH), $wnd.Math.max(0, 48 - com_github_yellowstonegames_grid_Coord_POOL_1HEIGHT)); + this.com_github_yellowstonegames_place_DungeonProcessor_rng = rng; + this.com_github_yellowstonegames_place_DungeonProcessor_rebuildRNG = com_github_tommyettinger_random_ChopRandom_$copy__Lcom_github_tommyettinger_random_ChopRandom_2Lcom_github_tommyettinger_random_EnhancedRandom_2(this.com_github_yellowstonegames_place_DungeonProcessor_rng); + this.com_github_yellowstonegames_place_DungeonProcessor_height = 48; + this.com_github_yellowstonegames_place_DungeonProcessor_width = 64; + this.com_github_yellowstonegames_place_DungeonProcessor_roomFX = new com_github_tommyettinger_ds_ObjectIntMap_ObjectIntMap__V; + this.com_github_yellowstonegames_place_DungeonProcessor_corridorFX = new com_github_tommyettinger_ds_ObjectIntMap_ObjectIntMap__V; + this.com_github_yellowstonegames_place_DungeonProcessor_caveFX = new com_github_tommyettinger_ds_ObjectIntMap_ObjectIntMap__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1038, 1, {}, com_github_yellowstonegames_place_DungeonProcessor_DungeonProcessor__IILcom_github_tommyettinger_random_EnhancedRandom_2V); +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_place_DungeonProcessor_toString__Ljava_lang_String_2(){ + return com_github_yellowstonegames_place_DungeonProcessor_$appendTo__Lcom_github_yellowstonegames_place_DungeonProcessor_2Ljava_lang_StringBuilder_2Ljava_lang_StringBuilder_2(this, new java_lang_StringBuilder_StringBuilder__IV).java_lang_AbstractStringBuilder_string; +} +; +_.com_github_yellowstonegames_place_DungeonProcessor_deepLakeGlyph = 126; +_.com_github_yellowstonegames_place_DungeonProcessor_doorFX = 0; +_.com_github_yellowstonegames_place_DungeonProcessor_environmentType = 1; +_.com_github_yellowstonegames_place_DungeonProcessor_height = 0; +_.com_github_yellowstonegames_place_DungeonProcessor_lakeFX = 0; +_.com_github_yellowstonegames_place_DungeonProcessor_markStairsDown = false; +_.com_github_yellowstonegames_place_DungeonProcessor_markStairsUp = false; +_.com_github_yellowstonegames_place_DungeonProcessor_mazeFX = 0; +_.com_github_yellowstonegames_place_DungeonProcessor_shallowLakeGlyph = 44; +_.com_github_yellowstonegames_place_DungeonProcessor_width = 0; +var com_github_yellowstonegames_place_DungeonProcessor_passableChars; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1DungeonProcessor_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2519, 'DungeonProcessor', 1038, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_place_DungeonProcessor$FillEffect_$clinit__V(){ + com_github_yellowstonegames_place_DungeonProcessor$FillEffect_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER = new com_github_yellowstonegames_place_DungeonProcessor$FillEffect_DungeonProcessor$FillEffect__Ljava_lang_String_2IV('WATER', 0); + com_github_yellowstonegames_place_DungeonProcessor$FillEffect_TRAPS = new com_github_yellowstonegames_place_DungeonProcessor$FillEffect_DungeonProcessor$FillEffect__Ljava_lang_String_2IV('TRAPS', 1); + com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS = new com_github_yellowstonegames_place_DungeonProcessor$FillEffect_DungeonProcessor$FillEffect__Ljava_lang_String_2IV('GRASS', 2); + com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS = new com_github_yellowstonegames_place_DungeonProcessor$FillEffect_DungeonProcessor$FillEffect__Ljava_lang_String_2IV('BOULDERS', 3); + com_github_yellowstonegames_place_DungeonProcessor$FillEffect_ISLANDS = new com_github_yellowstonegames_place_DungeonProcessor$FillEffect_DungeonProcessor$FillEffect__Ljava_lang_String_2IV('ISLANDS', 4); +} + +function com_github_yellowstonegames_place_DungeonProcessor$FillEffect_DungeonProcessor$FillEffect__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_github_yellowstonegames_place_DungeonProcessor$FillEffect_values___3Lcom_github_yellowstonegames_place_DungeonProcessor$FillEffect_2(){ + com_github_yellowstonegames_place_DungeonProcessor$FillEffect_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1DungeonProcessor$FillEffect_12_1classLit, 1), $intern_11, 306, 0, [com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_TRAPS, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_ISLANDS]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(306, 39, {306:1, 3:1, 42:1, 39:1}, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_DungeonProcessor$FillEffect__Ljava_lang_String_2IV); +var com_github_yellowstonegames_place_DungeonProcessor$FillEffect_BOULDERS, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_GRASS, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_ISLANDS, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_TRAPS, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_WATER; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1DungeonProcessor$FillEffect_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_2519, 'DungeonProcessor/FillEffect', 306, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_github_yellowstonegames_place_DungeonProcessor$FillEffect_values___3Lcom_github_yellowstonegames_place_DungeonProcessor$FillEffect_2); +function com_github_yellowstonegames_place_DungeonTools_countCells___3_3CCI(level){ + var counter, x_0, y_0; + if (level == null || level.length == 0) + return 0; + counter = 0; + for (x_0 = 0; x_0 < level.length; x_0++) { + for (y_0 = 0; y_0 < level[x_0].length; y_0++) { + level[x_0][y_0] == 46 && ++counter; + } + } + return counter; +} + +function com_github_yellowstonegames_place_DungeonTools_simplifyDungeon___3_3C_3_3C(map_0){ + var height, i, j, portion, width_0; + width_0 = map_0.length; + height = map_0[0].length; + portion = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [width_0, height], 2); + for (i = 0; i < width_0; i++) { + for (j = 0; j < height; j++) { + switch (map_0[i][j]) { + case $intern_2330: + case $intern_2332: + case $intern_2325: + case $intern_2326: + case $intern_2323: + case $intern_2334: + case $intern_2324: + case $intern_2333: + case $intern_2328: + case $intern_2327: + case $intern_2331: + case 32: + case 35: + portion[i][j] = 35; + break; + default:portion[i][j] = 46; + } + } + } + return portion; +} + +function com_github_yellowstonegames_place_DungeonTools_wallWrap___3_3C_3_3C(map_0){ + var i, i0, upperX, upperY; + upperY = map_0[0].length - 1; + upperX = map_0.length - 1; + for (i0 = 0; i0 < map_0.length; i0++) { + map_0[i0][0] = 35; + map_0[i0][upperY] = 35; + } + for (i = 0; i < map_0[0].length; i++) { + map_0[0][i] = 35; + map_0[upperX][i] = 35; + } + return map_0; +} + +function com_github_yellowstonegames_place_Placement_Placement__Lcom_github_yellowstonegames_place_RoomFinder_2V(finder){ + if (!finder) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V('RoomFinder passed to Placement constructor cannot be null')); + this.com_github_yellowstonegames_place_Placement_finder = finder; + this.com_github_yellowstonegames_place_Placement_allCorridors = finder.com_github_yellowstonegames_place_RoomFinder_allCorridors; + this.com_github_yellowstonegames_place_Placement_allRooms = finder.com_github_yellowstonegames_place_RoomFinder_allRooms; + this.com_github_yellowstonegames_place_Placement_allCaves = finder.com_github_yellowstonegames_place_RoomFinder_allCaves; + com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_Placement_allRooms), this.com_github_yellowstonegames_place_Placement_allCorridors), this.com_github_yellowstonegames_place_Placement_allCaves); + com_github_yellowstonegames_grid_Region_$expand__Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_Placement_allCorridors), this.com_github_yellowstonegames_place_Placement_allCaves)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_968, 1, {}, com_github_yellowstonegames_place_Placement_Placement__Lcom_github_yellowstonegames_place_RoomFinder_2V); +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_place_Placement_toString__Ljava_lang_String_2(){ + return 'Placement{finder=' + this.com_github_yellowstonegames_place_Placement_finder + '}'; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1Placement_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2519, 'Placement', $intern_968, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_place_RoomFinder_$findCaves__Lcom_github_yellowstonegames_place_RoomFinder_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static){ + var v, v$iterator, vs; + vs = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(this$static.com_github_yellowstonegames_place_RoomFinder_caves.com_github_tommyettinger_ds_ObjectObjectMap_size); + for (v$iterator = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this$static.com_github_yellowstonegames_place_RoomFinder_caves).com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter; v$iterator.hasNext__Z();) { + v = v$iterator.next__Ljava_lang_Object_2(); + java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(vs, com_github_yellowstonegames_grid_Region_$writeCharsToOff__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(v, this$static.com_github_yellowstonegames_place_RoomFinder_map)); + } + return vs; +} + +function com_github_yellowstonegames_place_RoomFinder_$findCorridors__Lcom_github_yellowstonegames_place_RoomFinder_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static){ + var c, c$iterator, cs; + cs = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(this$static.com_github_yellowstonegames_place_RoomFinder_corridors.com_github_tommyettinger_ds_ObjectObjectMap_size); + for (c$iterator = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this$static.com_github_yellowstonegames_place_RoomFinder_corridors).com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter; c$iterator.hasNext__Z();) { + c = c$iterator.next__Ljava_lang_Object_2(); + java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(cs, com_github_yellowstonegames_grid_Region_$writeCharsToOff__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(c, this$static.com_github_yellowstonegames_place_RoomFinder_map)); + } + return cs; +} + +function com_github_yellowstonegames_place_RoomFinder_$findRooms__Lcom_github_yellowstonegames_place_RoomFinder_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static){ + var r, r$iterator, rs; + rs = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(this$static.com_github_yellowstonegames_place_RoomFinder_rooms.com_github_tommyettinger_ds_ObjectObjectMap_size); + for (r$iterator = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keySet__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Lcom_github_tommyettinger_ds_ObjectObjectMap$Keys_2(this$static.com_github_yellowstonegames_place_RoomFinder_rooms).com_github_tommyettinger_ds_ObjectObjectMap$Keys_iter; r$iterator.hasNext__Z();) { + r = r$iterator.next__Ljava_lang_Object_2(); + java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(rs, com_github_yellowstonegames_grid_Region_$writeCharsToOff__Lcom_github_yellowstonegames_grid_Region_2_3_3CC_3_3C(r, this$static.com_github_yellowstonegames_place_RoomFinder_map)); + } + return rs; +} + +function com_github_yellowstonegames_place_RoomFinder_$reset__Lcom_github_yellowstonegames_place_RoomFinder_2_3_3CILcom_github_yellowstonegames_place_RoomFinder_2(this$static, dungeon, environmentKind){ + var aroundDoors, cs, d, doors, i, near, rs, sep, sep$iterator, sep$iterator0, someDoors; + if (this$static.com_github_yellowstonegames_place_RoomFinder_width != dungeon.length || this$static.com_github_yellowstonegames_place_RoomFinder_height != dungeon[0].length) { + this$static.com_github_yellowstonegames_place_RoomFinder_width = dungeon.length; + this$static.com_github_yellowstonegames_place_RoomFinder_height = dungeon[0].length; + this$static.com_github_yellowstonegames_place_RoomFinder_map = com_github_tommyettinger_digital_ArrayTools_copy___3_3C_3_3C(dungeon); + this$static.com_github_yellowstonegames_place_RoomFinder_environment = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [this$static.com_github_yellowstonegames_place_RoomFinder_width, this$static.com_github_yellowstonegames_place_RoomFinder_height], 2); + com_github_yellowstonegames_grid_Region_$resizeAndEmpty__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_RoomFinder_allCaves, this$static.com_github_yellowstonegames_place_RoomFinder_width, this$static.com_github_yellowstonegames_place_RoomFinder_height); + } + else { + com_github_tommyettinger_digital_ArrayTools_insert___3_3C_3_3CII_3_3C(dungeon, this$static.com_github_yellowstonegames_place_RoomFinder_map); + com_github_tommyettinger_digital_ArrayTools_fill___3_3II_3_3I(this$static.com_github_yellowstonegames_place_RoomFinder_environment, 0); + java_util_Arrays_fill___3JJV(this$static.com_github_yellowstonegames_place_RoomFinder_allCaves.com_github_yellowstonegames_grid_Region_data); + } + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$clear__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static.com_github_yellowstonegames_place_RoomFinder_rooms); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$clear__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static.com_github_yellowstonegames_place_RoomFinder_corridors); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$clear__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2V(this$static.com_github_yellowstonegames_place_RoomFinder_caves); + this$static.com_github_yellowstonegames_place_RoomFinder_basic = com_github_yellowstonegames_place_DungeonTools_simplifyDungeon___3_3C_3_3C(this$static.com_github_yellowstonegames_place_RoomFinder_map); + if (environmentKind == 1) { + com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_RoomFinder_allFloors, this$static.com_github_yellowstonegames_place_RoomFinder_basic); + com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$retract8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_RoomFinder_allRooms, this$static.com_github_yellowstonegames_place_RoomFinder_allFloors)), this$static.com_github_yellowstonegames_place_RoomFinder_allFloors, 2); + com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_RoomFinder_allCorridors, this$static.com_github_yellowstonegames_place_RoomFinder_allFloors), this$static.com_github_yellowstonegames_place_RoomFinder_allRooms); + this$static.com_github_yellowstonegames_place_RoomFinder_environment = com_github_yellowstonegames_grid_Region_$writeInts__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(this$static.com_github_yellowstonegames_place_RoomFinder_allCorridors, com_github_yellowstonegames_grid_Region_$writeInts__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(this$static.com_github_yellowstonegames_place_RoomFinder_allRooms, this$static.com_github_yellowstonegames_place_RoomFinder_environment, 1), 5); + d = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static.com_github_yellowstonegames_place_RoomFinder_allCorridors)), this$static.com_github_yellowstonegames_place_RoomFinder_allRooms); + this$static.com_github_yellowstonegames_place_RoomFinder_connections = this$static.com_github_yellowstonegames_place_RoomFinder_doorways = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(d, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (d.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(d) , d.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + this$static.com_github_yellowstonegames_place_RoomFinder_mouths = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, 0, 0, 1); + rs = com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static.com_github_yellowstonegames_place_RoomFinder_allRooms); + cs = com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(this$static.com_github_yellowstonegames_place_RoomFinder_allCorridors); + for (sep$iterator0 = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(cs); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(sep$iterator0);) { + sep = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(sep$iterator0); + someDoors = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(sep)), this$static.com_github_yellowstonegames_place_RoomFinder_allRooms); + doors = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(someDoors, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (someDoors.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(someDoors) , someDoors.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + near = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(4); + for (i = 0; i < doors.length; i++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(doors[i].com_github_yellowstonegames_grid_Coord_x, doors[i].com_github_yellowstonegames_grid_Coord_y, rs)); + } + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_place_RoomFinder_corridors, sep, near); + } + for (sep$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(rs); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(sep$iterator);) { + sep = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(sep$iterator); + aroundDoors = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(sep)), this$static.com_github_yellowstonegames_place_RoomFinder_allCorridors); + doors = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(aroundDoors, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (aroundDoors.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(aroundDoors) , aroundDoors.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + near = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(10); + for (i = 0; i < doors.length; i++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(doors[i].com_github_yellowstonegames_grid_Coord_x, doors[i].com_github_yellowstonegames_grid_Coord_y, cs)); + } + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_place_RoomFinder_rooms, sep, near); + } + } + else { + com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3_3CCLcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_RoomFinder_allCaves, this$static.com_github_yellowstonegames_place_RoomFinder_basic); + com_github_yellowstonegames_grid_Region_$resizeAndEmpty__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_RoomFinder_allFloors, this$static.com_github_yellowstonegames_place_RoomFinder_width, this$static.com_github_yellowstonegames_place_RoomFinder_height); + com_github_yellowstonegames_grid_Region_$resizeAndEmpty__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_RoomFinder_allRooms, this$static.com_github_yellowstonegames_place_RoomFinder_width, this$static.com_github_yellowstonegames_place_RoomFinder_height); + com_github_yellowstonegames_grid_Region_$resizeAndEmpty__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_RoomFinder_allCorridors, this$static.com_github_yellowstonegames_place_RoomFinder_width, this$static.com_github_yellowstonegames_place_RoomFinder_height); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_place_RoomFinder_caves, this$static.com_github_yellowstonegames_place_RoomFinder_allCaves, new com_github_tommyettinger_ds_ObjectList_ObjectList__V); + this$static.com_github_yellowstonegames_place_RoomFinder_connections = this$static.com_github_yellowstonegames_place_RoomFinder_mouths = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2(com_github_yellowstonegames_grid_Region_$retract__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static.com_github_yellowstonegames_place_RoomFinder_allCaves), com_github_yellowstonegames_grid_Region_$retract8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this$static.com_github_yellowstonegames_place_RoomFinder_allCaves))))); + this$static.com_github_yellowstonegames_place_RoomFinder_doorways = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, 0, 0, 1); + this$static.com_github_yellowstonegames_place_RoomFinder_environment = com_github_yellowstonegames_grid_Region_$writeInts__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(this$static.com_github_yellowstonegames_place_RoomFinder_allCaves, this$static.com_github_yellowstonegames_place_RoomFinder_environment, 3); + } + return this$static; +} + +function com_github_yellowstonegames_place_RoomFinder_RoomFinder___3_3CIV(dungeon, environmentKind){ + var aroundDoors, cs, d, doors, i, i0, near, rs, sep, sep$iterator, sep$iterator0, someDoors; + if (dungeon.length <= 0) + return; + this.com_github_yellowstonegames_place_RoomFinder_width = dungeon.length; + this.com_github_yellowstonegames_place_RoomFinder_height = dungeon[0].length; + this.com_github_yellowstonegames_place_RoomFinder_map = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [this.com_github_yellowstonegames_place_RoomFinder_width, this.com_github_yellowstonegames_place_RoomFinder_height], 2); + this.com_github_yellowstonegames_place_RoomFinder_environment = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [this.com_github_yellowstonegames_place_RoomFinder_width, this.com_github_yellowstonegames_place_RoomFinder_height], 2); + for (i0 = 0; i0 < this.com_github_yellowstonegames_place_RoomFinder_width; i0++) { + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(dungeon[i0], 0, this.com_github_yellowstonegames_place_RoomFinder_map[i0], 0, this.com_github_yellowstonegames_place_RoomFinder_height); + } + this.com_github_yellowstonegames_place_RoomFinder_rooms = new com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV(32); + this.com_github_yellowstonegames_place_RoomFinder_corridors = new com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV(32); + this.com_github_yellowstonegames_place_RoomFinder_caves = new com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV(8); + this.com_github_yellowstonegames_place_RoomFinder_basic = com_github_yellowstonegames_place_DungeonTools_simplifyDungeon___3_3C_3_3C(this.com_github_yellowstonegames_place_RoomFinder_map); + if (environmentKind == 1) { + this.com_github_yellowstonegames_place_RoomFinder_allFloors = new com_github_yellowstonegames_grid_Region_Region___3_3CCV(this.com_github_yellowstonegames_place_RoomFinder_basic, 46); + this.com_github_yellowstonegames_place_RoomFinder_allRooms = com_github_yellowstonegames_grid_Region_$flood__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2ILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$retract8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_RoomFinder_allFloors)), this.com_github_yellowstonegames_place_RoomFinder_allFloors, 2); + this.com_github_yellowstonegames_place_RoomFinder_allCorridors = com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_RoomFinder_allFloors), this.com_github_yellowstonegames_place_RoomFinder_allRooms); + this.com_github_yellowstonegames_place_RoomFinder_allCaves = new com_github_yellowstonegames_grid_Region_Region__IIV(this.com_github_yellowstonegames_place_RoomFinder_width, this.com_github_yellowstonegames_place_RoomFinder_height); + this.com_github_yellowstonegames_place_RoomFinder_environment = com_github_yellowstonegames_grid_Region_$writeInts__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(this.com_github_yellowstonegames_place_RoomFinder_allCorridors, com_github_yellowstonegames_grid_Region_$writeInts__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(this.com_github_yellowstonegames_place_RoomFinder_allRooms, this.com_github_yellowstonegames_place_RoomFinder_environment, 1), 5); + d = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_RoomFinder_allCorridors)), this.com_github_yellowstonegames_place_RoomFinder_allRooms); + this.com_github_yellowstonegames_place_RoomFinder_connections = this.com_github_yellowstonegames_place_RoomFinder_doorways = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(d, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (d.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(d) , d.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + this.com_github_yellowstonegames_place_RoomFinder_mouths = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, 0, 0, 1); + rs = com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(this.com_github_yellowstonegames_place_RoomFinder_allRooms); + cs = com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(this.com_github_yellowstonegames_place_RoomFinder_allCorridors); + for (sep$iterator0 = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(cs); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(sep$iterator0);) { + sep = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(sep$iterator0); + someDoors = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(sep)), this.com_github_yellowstonegames_place_RoomFinder_allRooms); + doors = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(someDoors, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (someDoors.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(someDoors) , someDoors.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + near = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(4); + for (i = 0; i < doors.length; i++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(doors[i].com_github_yellowstonegames_grid_Coord_x, doors[i].com_github_yellowstonegames_grid_Coord_y, rs)); + } + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_place_RoomFinder_corridors, sep, near); + } + for (sep$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(rs); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(sep$iterator);) { + sep = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(sep$iterator); + aroundDoors = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(sep)), this.com_github_yellowstonegames_place_RoomFinder_allCorridors); + doors = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(aroundDoors, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (aroundDoors.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(aroundDoors) , aroundDoors.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + near = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(10); + for (i = 0; i < doors.length; i++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(doors[i].com_github_yellowstonegames_grid_Coord_x, doors[i].com_github_yellowstonegames_grid_Coord_y, cs)); + } + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_place_RoomFinder_rooms, sep, near); + } + } + else { + this.com_github_yellowstonegames_place_RoomFinder_allCaves = new com_github_yellowstonegames_grid_Region_Region___3_3CCV(this.com_github_yellowstonegames_place_RoomFinder_basic, 46); + this.com_github_yellowstonegames_place_RoomFinder_allFloors = new com_github_yellowstonegames_grid_Region_Region__IIV(this.com_github_yellowstonegames_place_RoomFinder_width, this.com_github_yellowstonegames_place_RoomFinder_height); + this.com_github_yellowstonegames_place_RoomFinder_allRooms = new com_github_yellowstonegames_grid_Region_Region__IIV(this.com_github_yellowstonegames_place_RoomFinder_width, this.com_github_yellowstonegames_place_RoomFinder_height); + this.com_github_yellowstonegames_place_RoomFinder_allCorridors = new com_github_yellowstonegames_grid_Region_Region__IIV(this.com_github_yellowstonegames_place_RoomFinder_width, this.com_github_yellowstonegames_place_RoomFinder_height); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_place_RoomFinder_caves, this.com_github_yellowstonegames_place_RoomFinder_allCaves, new com_github_tommyettinger_ds_ObjectList_ObjectList__V); + this.com_github_yellowstonegames_place_RoomFinder_connections = this.com_github_yellowstonegames_place_RoomFinder_mouths = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2(com_github_yellowstonegames_grid_Region_$retract__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$andNot__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_RoomFinder_allCaves), com_github_yellowstonegames_grid_Region_$retract8way__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_RoomFinder_allCaves))))); + this.com_github_yellowstonegames_place_RoomFinder_doorways = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, 0, 0, 1); + this.com_github_yellowstonegames_place_RoomFinder_environment = com_github_yellowstonegames_grid_Region_$writeInts__Lcom_github_yellowstonegames_grid_Region_2_3_3II_3_3I(this.com_github_yellowstonegames_place_RoomFinder_allCaves, this.com_github_yellowstonegames_place_RoomFinder_environment, 3); + } +} + +function com_github_yellowstonegames_place_RoomFinder_RoomFinder___3_3C_3_3IV(dungeon, environment){ + var aroundDoors, aroundMouths, cs, d, doors, i, i0, m, maws, near, rs, sep, sep$iterator, sep$iterator0, sep$iterator1, someDoors, vs; + if (dungeon.length <= 0) + return; + this.com_github_yellowstonegames_place_RoomFinder_width = dungeon.length; + this.com_github_yellowstonegames_place_RoomFinder_height = dungeon[0].length; + this.com_github_yellowstonegames_place_RoomFinder_map = com_github_tommyettinger_digital_ArrayTools_copy___3_3C_3_3C(dungeon); + this.com_github_yellowstonegames_place_RoomFinder_environment = com_github_tommyettinger_digital_ArrayTools_copy___3_3I_3_3I(environment); + this.com_github_yellowstonegames_place_RoomFinder_rooms = new com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV(32); + this.com_github_yellowstonegames_place_RoomFinder_corridors = new com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV(32); + this.com_github_yellowstonegames_place_RoomFinder_caves = new com_github_tommyettinger_ds_ObjectObjectOrderedMap_ObjectObjectOrderedMap__IV(32); + this.com_github_yellowstonegames_place_RoomFinder_basic = com_github_yellowstonegames_place_DungeonTools_simplifyDungeon___3_3C_3_3C(this.com_github_yellowstonegames_place_RoomFinder_map); + this.com_github_yellowstonegames_place_RoomFinder_allFloors = new com_github_yellowstonegames_grid_Region_Region___3_3CCV(this.com_github_yellowstonegames_place_RoomFinder_basic, 46); + this.com_github_yellowstonegames_place_RoomFinder_allRooms = new com_github_yellowstonegames_grid_Region_Region___3_3IIV(environment, 1); + this.com_github_yellowstonegames_place_RoomFinder_allCorridors = new com_github_yellowstonegames_grid_Region_Region___3_3IIV(environment, 5); + this.com_github_yellowstonegames_place_RoomFinder_allCaves = new com_github_yellowstonegames_grid_Region_Region___3_3IIV(environment, 3); + d = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_RoomFinder_allCorridors)), this.com_github_yellowstonegames_place_RoomFinder_allRooms); + m = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_RoomFinder_allCaves)), com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(this.com_github_yellowstonegames_place_RoomFinder_allRooms), this.com_github_yellowstonegames_place_RoomFinder_allCorridors)); + this.com_github_yellowstonegames_place_RoomFinder_doorways = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(d, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (d.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(d) , d.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + this.com_github_yellowstonegames_place_RoomFinder_mouths = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(m, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (m.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(m) , m.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + this.com_github_yellowstonegames_place_RoomFinder_connections = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, this.com_github_yellowstonegames_place_RoomFinder_doorways.length + this.com_github_yellowstonegames_place_RoomFinder_mouths.length, 0, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_github_yellowstonegames_place_RoomFinder_doorways, 0, this.com_github_yellowstonegames_place_RoomFinder_connections, 0, this.com_github_yellowstonegames_place_RoomFinder_doorways.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.com_github_yellowstonegames_place_RoomFinder_mouths, 0, this.com_github_yellowstonegames_place_RoomFinder_connections, this.com_github_yellowstonegames_place_RoomFinder_doorways.length, this.com_github_yellowstonegames_place_RoomFinder_mouths.length); + rs = com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(this.com_github_yellowstonegames_place_RoomFinder_allRooms); + cs = com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(this.com_github_yellowstonegames_place_RoomFinder_allCorridors); + vs = com_github_yellowstonegames_grid_Region_$split__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_tommyettinger_ds_ObjectList_2(this.com_github_yellowstonegames_place_RoomFinder_allCaves); + for (sep$iterator0 = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(cs); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(sep$iterator0);) { + sep = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(sep$iterator0); + someDoors = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(sep)), this.com_github_yellowstonegames_place_RoomFinder_allRooms); + doors = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(someDoors, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (someDoors.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(someDoors) , someDoors.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + near = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(16); + for (i0 = 0; i0 < doors.length; i0++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(doors[i0].com_github_yellowstonegames_grid_Coord_x, doors[i0].com_github_yellowstonegames_grid_Coord_y, rs)); + } + com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(someDoors, sep)), this.com_github_yellowstonegames_place_RoomFinder_allCaves); + doors = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(someDoors, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (someDoors.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(someDoors) , someDoors.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + for (i = 0; i < doors.length; i++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(doors[i].com_github_yellowstonegames_grid_Coord_x, doors[i].com_github_yellowstonegames_grid_Coord_y, vs)); + } + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_place_RoomFinder_corridors, sep, near); + } + for (sep$iterator1 = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(rs); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(sep$iterator1);) { + sep = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(sep$iterator1); + aroundDoors = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(sep)), this.com_github_yellowstonegames_place_RoomFinder_allCorridors); + doors = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(aroundDoors, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (aroundDoors.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(aroundDoors) , aroundDoors.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + near = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(32); + for (i0 = 0; i0 < doors.length; i0++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(doors[i0].com_github_yellowstonegames_grid_Coord_x, doors[i0].com_github_yellowstonegames_grid_Coord_y, cs)); + } + com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(aroundDoors, sep)), this.com_github_yellowstonegames_place_RoomFinder_allCaves); + doors = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(aroundDoors, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (aroundDoors.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(aroundDoors) , aroundDoors.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + for (i = 0; i < doors.length; i++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(doors[i].com_github_yellowstonegames_grid_Coord_x, doors[i].com_github_yellowstonegames_grid_Coord_y, vs)); + } + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_place_RoomFinder_rooms, sep, near); + } + for (sep$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(vs); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(sep$iterator);) { + sep = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(sep$iterator); + aroundMouths = com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(new com_github_yellowstonegames_grid_Region_Region__Lcom_github_yellowstonegames_grid_Region_2V(sep)), this.com_github_yellowstonegames_place_RoomFinder_allCorridors); + maws = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(aroundMouths, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (aroundMouths.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(aroundMouths) , aroundMouths.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + near = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(48); + for (i0 = 0; i0 < maws.length; i0++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(maws[i0].com_github_yellowstonegames_grid_Coord_x, maws[i0].com_github_yellowstonegames_grid_Coord_y, cs)); + } + com_github_yellowstonegames_grid_Region_$and__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$fringe__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$remake__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(aroundMouths, sep)), this.com_github_yellowstonegames_place_RoomFinder_allRooms); + maws = com_github_yellowstonegames_grid_Region_$asCoords__Lcom_github_yellowstonegames_grid_Region_2_3Lcom_github_yellowstonegames_grid_Coord_2_3Lcom_github_yellowstonegames_grid_Coord_2(aroundMouths, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1grid_1Coord_12_1classLit, $intern_2337, 47, (aroundMouths.com_github_yellowstonegames_grid_Region_tallied || com_github_yellowstonegames_grid_Region_$tally__Lcom_github_yellowstonegames_grid_Region_2V(aroundMouths) , aroundMouths.com_github_yellowstonegames_grid_Region_ct), 0, 1)); + for (i = 0; i < maws.length; i++) { + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(near, com_github_yellowstonegames_grid_Region_whichContain__IILjava_util_Collection_2Lcom_github_tommyettinger_ds_ObjectOrderedSet_2(maws[i].com_github_yellowstonegames_grid_Coord_x, maws[i].com_github_yellowstonegames_grid_Coord_y, rs)); + } + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_place_RoomFinder_caves, sep, near); + } +} + +function com_github_yellowstonegames_place_RoomFinder_defaultFill__II_3_3C(width_0, height){ + var d, x_0; + d = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [width_0, height], 2); + for (x_0 = 0; x_0 < width_0; x_0++) { + java_util_Arrays_fill___3CCV(d[x_0], 35); + } + return d; +} + +function com_github_yellowstonegames_place_RoomFinder_merge__Lcom_github_tommyettinger_ds_ObjectList_2II_3_3C(regions, width_0, height){ + var dungeon, first, region, region$iterator, x_0, x0, y_0; + if (regions.java_util_ArrayList_array.length == 0) + return com_github_yellowstonegames_place_RoomFinder_defaultFill__II_3_3C(width_0, height); + first = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(0, regions.java_util_ArrayList_array.length) , regions.java_util_ArrayList_array[0]); + dungeon = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [$wnd.Math.min(width_0, first.length), $wnd.Math.min(height, first[0].length)], 2); + for (x0 = 0; x0 < first.length; x0++) { + java_util_Arrays_fill___3CCV(dungeon[x0], 35); + } + for (region$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(regions); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(region$iterator);) { + region = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(region$iterator); + for (x_0 = 0; x_0 < width_0; x_0++) { + for (y_0 = 0; y_0 < height; y_0++) { + region[x_0][y_0] != 35 && (dungeon[x_0][y_0] = region[x_0][y_0]); + } + } + } + return dungeon; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(758, 1, {}, com_github_yellowstonegames_place_RoomFinder_RoomFinder___3_3CIV, com_github_yellowstonegames_place_RoomFinder_RoomFinder___3_3C_3_3IV); +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_place_RoomFinder_toString__Ljava_lang_String_2(){ + return 'RoomFinder{width=' + this.com_github_yellowstonegames_place_RoomFinder_width + ', height=' + this.com_github_yellowstonegames_place_RoomFinder_height + '}'; +} +; +_.com_github_yellowstonegames_place_RoomFinder_height = 0; +_.com_github_yellowstonegames_place_RoomFinder_width = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1RoomFinder_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2519, 'RoomFinder', 758, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_$clinit__V(){ + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 9; + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [56, 60, 28, 30, 271, 391, 463, 510, 255, 126, 60, 0, 0, 448, 480, 112, 112, 96])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 6, 30, 504, 496, 128, 0, 0, 0, 0, 0, 0, 256, 448, 480, 224, 96, 224])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 48, 443, 511, 511, 254, 108, 0, 0, 0, 126, 255, 511, 483, 384, 192, 192, 96])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 14, 462, 495, 511, 511, 511, 62, 14, 4, 0, 0, 263, 511, 511, 252, 192, 192])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 112, 112, 59, 287, 463, 510, 252, 120, 0, 0, 0, 0, 225, 463, 510, 252, 4])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [4, 12, 152, 496, 480, 384, 0, 8, 60, 60, 124, 254, 254, 511, 511, 511, 511, 28])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 49, 55, 31, 415, 510, 254, 126, 254, 24, 0, 1, 7, 382, 510, 248, 16, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14, 14, 14, 7, 263, 455, 510, 254, 62, 12, 0, 0, 256, 478, 511, 255, 118, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [240, 504, 508, 14, 7, 227, 496, 504, 504, 508, 508, 126, 30, 14, 508, 504, 240, 96])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 480, 496, 48, 24, 24, 24, 28, 28, 62, 62, 62, 191, 415, 463, 194, 224, 224])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 108, 509, 511, 255, 126, 126, 60, 12, 0, 0, 15, 63, 511, 480, 96, 96, 96])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 480, 504, 508, 510, 254, 126, 30, 12, 0, 0, 0, 243, 511, 511, 247, 192, 192])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 448, 508, 255, 63, 28, 0, 0, 0, 0, 28, 31, 319, 497, 480, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [120, 252, 510, 510, 510, 254, 62, 12, 0, 0, 0, 0, 30, 383, 511, 511, 120, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [30, 255, 511, 391, 0, 124, 124, 254, 254, 252, 252, 124, 120, 121, 499, 510, 254, 120])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 480, 504, 508, 252, 252, 254, 126, 124, 120, 113, 3, 7, 478, 508, 496, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 48, 56, 56, 413, 511, 255, 126, 12, 12, 28, 24, 56, 48, 112, 224, 224, 448])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 12, 8, 408, 496, 480, 96, 64, 64, 96, 32, 32, 480, 480, 224, 240, 112, 96])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [56, 57, 63, 30, 414, 508, 252, 124, 62, 14, 14, 11, 27, 24, 48, 112, 96, 96])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 6, 12, 396, 460, 460, 248, 112, 120, 240, 248, 252, 255, 127, 127, 63, 60, 112])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 28, 28, 14, 399, 399, 494, 236, 60, 62, 126, 254, 254, 254, 255, 255, 60, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 28, 56, 248, 480, 480, 112, 112, 124, 252, 254, 254, 254, 254, 255, 127, 60, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [60, 127, 127, 127, 383, 510, 510, 252, 120, 120, 62, 15, 3, 0, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 14, 60, 124, 126, 510, 510, 254, 126, 126, 126, 255, 255, 115, 1, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 385, 455, 199, 206, 236, 252, 120, 124, 124, 124, 252, 252, 504, 496, 480])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 12, 30, 318, 510, 252, 240, 112, 112, 48, 48, 56, 56, 56, 48, 48, 96])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 7, 271, 479, 508, 248, 48, 112, 248, 252, 255, 511, 508, 508, 504, 224, 192])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 256, 480, 496, 240, 112, 112, 48, 56, 63, 63, 63, 119, 112, 112, 112, 96])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 415, 511, 511, 60, 112, 112, 112, 56, 56, 24, 28, 31, 15, 3, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 504, 508, 252, 124, 60, 56, 112, 96, 96, 112, 127, 127, 63, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 127, 511, 511, 126, 14, 6, 67, 243, 255, 255, 510, 508, 252, 112, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 496, 504, 508, 124, 60, 60, 60, 28, 28, 28, 30, 31, 15, 7, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 60, 508, 511, 511, 312, 0, 0, 0, 120, 508, 508, 380, 62, 28, 12, 24])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [30, 60, 124, 504, 480, 0, 28, 62, 254, 254, 255, 511, 510, 252, 124, 28, 28, 12])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 31, 511, 511, 504, 48, 0, 12, 62, 126, 510, 511, 511, 127, 62, 62, 60, 28])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14, 30, 510, 504, 496, 384, 0, 0, 124, 252, 254, 511, 511, 511, 254, 124, 56, 60])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 24, 504, 504, 255, 111, 0, 0, 0, 256, 448, 480, 127, 31, 7, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14, 62, 254, 487, 399, 63, 127, 126, 254, 252, 112, 256, 384, 224, 247, 127, 60, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 49, 127, 511, 510, 252, 0, 0, 0, 0, 384, 451, 483, 231, 255, 126, 56, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 60, 124, 504, 496, 448, 128, 0, 0, 256, 399, 479, 254, 252, 120, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 256, 500, 511, 223, 15, 0, 0, 24, 126, 510, 462, 14, 12, 28, 28, 28])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 496, 508, 508, 254, 124, 56, 24, 14, 31, 287, 415, 462, 206, 228, 112, 112, 120])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 112, 511, 511, 415, 6, 0, 0, 0, 0, 395, 511, 127, 29, 28, 30, 12, 12])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 124, 510, 510, 254, 254, 124, 32, 0, 0, 0, 448, 480, 255, 126, 60, 28, 28])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 256, 448, 480, 127, 63, 0, 0, 0, 0, 496, 504, 508, 63, 15, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 28, 510, 510, 254, 254, 252, 252, 48, 0, 384, 480, 496, 511, 63, 15, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [52, 127, 511, 511, 511, 508, 240, 0, 0, 0, 124, 511, 511, 511, 127, 60, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 508, 510, 254, 254, 254, 254, 126, 60, 0, 451, 511, 255, 60, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 56, 124, 124, 126, 511, 511, 254, 252, 252, 252, 254, 254, 126, 126, 62, 28, 12])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 12, 24, 24, 56, 496, 496, 112, 32, 48, 48, 48, 56, 24, 28, 28, 12, 12])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [56, 56, 123, 499, 487, 494, 126, 124, 56, 56, 60, 30, 31, 15, 7, 15, 30, 28])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 6, 12, 12, 408, 504, 496, 48, 16, 24, 12, 15, 15, 12, 12, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 48, 112, 112, 224, 511, 127, 63, 24, 28, 12, 12, 31, 127, 255, 240, 192, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 60, 124, 508, 508, 412, 14, 14, 14, 7, 103, 241, 253, 255, 255, 120, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 113, 119, 255, 510, 462, 196, 224, 240, 248, 478, 399, 448, 480, 251, 255, 144, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 8, 28, 28, 60, 508, 504, 248, 112, 112, 112, 97, 207, 222, 255, 448, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 1, 511, 511, 504, 120, 124, 28, 24, 28, 28, 12, 28, 28, 28, 28])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 480, 504, 120, 28, 28, 24, 248, 504, 504, 504, 508, 508, 126, 14, 12])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 1, 259, 391, 462, 510, 252, 120, 56, 120, 124, 124, 255, 251, 248, 120, 24, 12])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 448, 448, 112, 56, 28, 28, 30, 15, 15, 13, 12, 12, 28, 28])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 448, 504, 511, 127, 96, 120, 56, 60, 60, 30, 15, 7, 7, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 480, 496, 252, 126, 254, 254, 254, 254, 254, 254, 63, 7, 1, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 247, 511, 508, 494, 14, 6, 6, 3, 115, 251, 511, 508, 248, 240, 0, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 384, 480, 120, 124, 126, 254, 239, 199, 224, 240, 127, 126, 56, 0])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [49248, 114800, 114812, $intern_2520, 122931, $intern_2521, $intern_2521, $intern_2521, $intern_2521])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [98352, 122939, 130111, 65052, 65308, 65304, 65304, 64536, 57368])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 7180, 16140, 32654, 65423, 65423, 130846, 130332, 114712])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12312, 64543, 130079, 129087, 127036, 127100, 57468, 49208, 49208])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2522, 14460, 14463, 211007, 260159, 127039, $intern_2520, 49208, 49200])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6192, 28728, 57407, 245887, 98424, 114808, 114808, 122992, 122992])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 508, 133118, $intern_2523, $intern_2524, 61439, 26620, 24752, 24624])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, $intern_2525, $intern_2526, $intern_2527, 130956, 65436, 65432, 61208, 57368])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [32864, $intern_2528, 49208, 57404, 57375, $intern_2529, 28700, 28686, 28678])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [122904, 130968, 229262, 204743, 212935, 245702, 106446, 106446, 50062])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24590, 129038, 130062, 261662, 261662, $intern_2530, $intern_2530, 127006, 49180])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 57356, 129084, 261246, 261375, 130303, 129278, $intern_2531, 57406])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6200, 30776, 261144, 261148, $intern_2530, $intern_2530, 129039, 61452, 49164])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14360, 14392, 12540, 143871, 258559, 254207, 57598, 24638, 57350])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14, 32268, $intern_2532, $intern_2526, 147359, $intern_2533, 65438, 126732, 114702])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14, 30, 229503, 245983, 253855, 127006, 122892, 57356, 61452])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [49248, 61488, 64560, 56883, 59191, 25599, 25084, 28888, $intern_2534])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [49208, 57403, 28723, 31791, $intern_2535, $intern_2536, 61424, 58304, $intern_2537])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 24604, 130076, 122427, 100215, 99327, 49404, $intern_2537, $intern_393])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [60, $intern_586, $intern_2538, $intern_2539, $intern_2539, $intern_2539, $intern_2540, 13248, $intern_393])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14384, $intern_2522, 212728, 245759, $intern_2514, $intern_4, 12303, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6256, 6271, 253951, $intern_2514, $intern_2541, 65520, 63456, 62432, 61440])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14, 57358, 261902, 260494, 28831, 28895, 24694, $intern_2542, $intern_2537])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 196635, 229631, 254462, $intern_2543, 65472, 15936, $intern_2534, $intern_2534])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2544, $intern_2544, $intern_2544, 98559, $intern_2545, 116639, 65031, 64512, 57344])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [115184, 118768, 131004, $intern_2546, 129039, 129039, 129031, 63488, 63488])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 6, 62, 252, $intern_617, $intern_2538, $intern_141, 31968, $intern_2534])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14, 510, $intern_2547, 8142, $intern_2548, 30751, 24638, 24636, $intern_2537])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2522, $intern_2522, 227440, 258104, 245820, 257087, $intern_4, $intern_2549, $intern_393])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14396, 61566, 123007, 245887, $intern_2550, 116735, 65406, $intern_2534, $intern_2537])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [3614, 16156, 16284, 212988, 237566, 115711, $intern_4, $intern_343, 29152])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 1948, 200700, 237567, $intern_2551, 261903, $intern_2552, $intern_392, $intern_2537])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2528, $intern_2528, $intern_2528, 122928, 260155, 203839, 3103, 3100, 3096])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [114744, 114747, 57407, 127100, 260216, 211064, $intern_2522, 7216, 7216])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 31804, $intern_2536, 65529, $intern_2553, $intern_2514, 262000, 31800, 15416])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1932, 4046, 4047, $intern_2554, $intern_978, 246000, 258160, 260208, 6256])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15792, $intern_2555, 189432, $intern_586, $intern_586, 198648, $intern_2555, 65400, 3640])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [7196, 15375, 259599, 123662, 49628, 245848, 123000, 30768, 6192])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 30, 131103, $intern_2556, 258063, 260110, 63516, 14396, 6204])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 31, $intern_2557, 261135, 261660, 261656, 261688, 7728, 7216])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [98364, 127036, 130588, 130831, $intern_2558, $intern_2551, 98255, 16270, 15374])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2559, $intern_2559, $intern_2559, $intern_2560, $intern_2561, 188440, 61468, 15372, 7180])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 454, 2030, $intern_1001, $intern_2562, 255975, 62415, 14342, 7174])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 3868, $intern_2563, $intern_2558, 258958, 231180, 3598, 3086])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [7224, 31800, 249368, 200220, $intern_981, 255503, 65039, 7180, 7180])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6168, 28696, 253976, $intern_2557, $intern_2557, 225295, 14350, 6158, 14342])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 114694, 227334, 7180, 230414, 246799, 26127, 15884, 6156])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 131100, 196636, 229388, 245773, $intern_2560, 122894, 14350, 6158])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2544, $intern_2544, $intern_2544, 229485, 246015, 227327, 8178, 8064, 6144])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [49212, 61565, 63615, $intern_2553, $intern_2564, $intern_2565, 260216, 63488, $intern_2566])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 6, 6, 14, 99327, $intern_2524, $intern_2567, 145408, $intern_2568])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 127, 131327, $intern_2550, 254974, $intern_2567, 228604, 6240, 6144])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2522, $intern_2569, $intern_2567, 511, 511, 197631, $intern_2567, $intern_2570, $intern_393])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15416, 65403, $intern_2571, $intern_2550, $intern_2550, 246015, $intern_2531, 63500, $intern_2566])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12300, 261176, 163836, $intern_2547, 4039, 134915, 257536, $intern_2570, 6144])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 12, 229389, 122895, 258079, 261880, 163808, $intern_2540, $intern_55])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2528, 130272, 131040, 245632, 229379, $intern_2560, 129535, $intern_2572, $intern_2573])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [57456, $intern_2528, 57592, 57855, 254415, 262016, 163584, $intern_2568, $intern_393])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [30, 4158, 31998, $intern_2574, $intern_2514, $intern_2514, $intern_2575, 16124, $intern_2566])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 12, 30, 196638, 258175, $intern_2514, 65520, 15872, $intern_391])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [7288, 261624, 163836, 510, 15, 228871, 262095, $intern_2574, 14384])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12400, 261216, $intern_2543, 262127, $intern_2514, $intern_2514, $intern_2576, $intern_2577, $intern_393])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [14, 63502, 261902, $intern_2527, 262087, 244223, 7230, 7168, 6144])); + com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 268, 258972, $intern_2514, $intern_2514, 258175, $intern_2578, $intern_2566, $intern_2566])); +} + +var com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE; +function com_github_yellowstonegames_place_tileset_CavesTinyCorridors_$clinit__V(){ + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 5; + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 3; + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 1; + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 3; + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 1; + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 24, 6, 1, 3, 7, 23, 26, 28, 24])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 21, 2, 14, 14, 6, 1, 7, 28, 24])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 0, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 16, 12, 4, 8, 8, 26, 29, 22, 30])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [2, 20, 12, 5, 3, 3, 3, 22, 28, 30])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [2, 3, 23, 12, 6, 2, 1, 6, 28, 24])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 0, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [2, 14, 19, 10, 2, 15, 5, 26, 28, 28])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 0, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 18, 2, 1, 7, 15, 15, 14, 28, 24])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 0, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 16, 17, 9, 9, 18, 9, 14, 16, 24])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 0, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 25, 14, 4, 6, 2, 7, 5, 20, 24])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 28, 14, 1, 3, 3, 29, 18, 8, 4])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 23, 5, 12, 4, 2, 22, 5, 4, 4])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 1, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 16, 9, 6, 6, 4, 29, 19, 4, 4])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [2, 13, 16, 9, 7, 3, 29, 18, 14, 4])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [2, 7, 29, 12, 6, 2, 25, 22, 8, 4])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 1, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6, 14, 31, 14, 12, 8, 5, 2, 2, 2])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 1, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [4, 24, 20, 5, 3, 7, 29, 20, 4, 4])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 1, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 8, 25, 5, 4, 6, 2, 17, 2, 4])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 1, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [4, 13, 21, 2, 1, 1, 17, 26, 6, 4])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 2, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 30, 30, 31, 7, 7, 19, 12, 4, 2])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 2, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 29, 7, 4, 6, 2, 13, 25, 13, 2])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 2, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 24, 13, 6, 4, 4, 15, 20, 6, 2])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 2, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [2, 18, 9, 9, 7, 3, 5, 28, 4, 2])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 2, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [2, 20, 12, 8, 12, 4, 13, 17, 14, 2])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 2, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [2, 12, 29, 6, 4, 6, 9, 25, 6, 6])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 2, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [4, 30, 15, 7, 7, 3, 7, 11, 4, 2])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 2, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 29, 3, 14, 8, 6, 6, 29, 4, 2])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 2, 10, 5, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [4, 28, 12, 4, 4, 7, 3, 2, 4, 2])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [903, 899, 561, 124, 124])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [900, 961, 950, 252, 252])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 0, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [908, 897, 817, 250, 252])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [135, 263, 699, 248, 252])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [132, 640, 403, 124, 124])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 0, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [140, 643, 708, 316, 124])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 0, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [583, 607, 447, 185, 248])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 0, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [68, 611, 868, 248, 120])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 0, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [72, 711, 446, 511, 124])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [963, 931, 799, 134, 130])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [900, 896, 833, 126, 130])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 1, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [908, $intern_558, 782, 134, 130])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [239, $intern_586, 527, 198, 162])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [128, 641, 963, 126, 146])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 1, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [232, 765, 510, 254, 154])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 1, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [583, 831, 511, 126, 130])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 1, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [92, 754, 897, 249, 142])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 1, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [120, 561, 430, 100, 194])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 2, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [899, 871, 574, 4, 396])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 2, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [908, $intern_582, 957, 28, 4])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 2, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [904, $intern_313, 546, 34, 196])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 2, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [143, 927, $intern_586, 455, 390])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 2, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [132, 989, 502, 450, 268])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 2, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [172, 499, 622, 68, 396])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 2, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [591, 719, 311, 3, 132])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 2, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [68, $intern_579, 515, 114, 396])); + com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 2, 0, 5, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [88, 877, 454, 386, 268])); +} + +var com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE; +function com_github_yellowstonegames_place_tileset_Config_Config__V(){ + this.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + this.com_github_yellowstonegames_place_tileset_Config_num_1colors = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 1, 1, 1]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1060, 1, {}, com_github_yellowstonegames_place_tileset_Config_Config__V); +_.com_github_yellowstonegames_place_tileset_Config_is_1corner = false; +_.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Config_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2579, 'Config', 1060, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_place_tileset_CornerCaves_$clinit__V(){ + com_github_yellowstonegames_place_tileset_CornerCaves_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 9; + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 48, 124, 255, 511, 510, 190, 28, 24, 0, 0, 448, 496, 505, 511, 255, 124, 120])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15, 63, 127, 127, 254, 510, 380, 24, 0, 112, 248, 504, 508, 510, 511, 125, 48, 48])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 48, 120, 124, 511, 511, 367, 1, 3, 3, 15, 31, 318, 508, 252, 248, 120, 56])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15, 7, 15, 31, 511, 499, 97, 1, 3, 3, 15, 383, 510, 508, 508, 508, 508, 248])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 96, 240, 241, 487, 495, 511, 254, 254, 126, 126, 316, 384, 448, 497, 121, 27, 15])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [31, 63, 63, 319, 511, 510, 0, 0, 0, 120, 252, 254, 510, 511, 255, 255, 127, 31])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 48, 112, 112, 505, 511, 63, 55, 99, 243, 243, 499, 481, 449, 1, 3, 7, 15])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [31, 31, 31, 31, 31, 479, 511, 255, 127, 127, 127, 255, 483, 449, 257, 3, 7, 15])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, 496, 504, 505, 255, 126, 124, 24, 0, 0, 0, 0, 256, 385, 399, 254, 248, 112])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [455, 483, 503, 511, 510, 252, 248, 248, 62, 62, 30, 12, 448, 455, 239, 254, 124, 24])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, 496, 496, 496, 225, 55, 63, 31, 31, 31, 15, 263, 454, 486, 124, 124, 48, 56])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [455, 387, 387, 483, 231, 119, 243, 255, 255, 99, 99, 113, 368, 480, 448, 240, 248, 56])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 508, 510, 487, 193, 0, 24, 60, 62, 62, 62, 124, 508, 510, 511, 191, 191, 31])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [455, 495, 511, 511, 126, 62, 124, 112, 0, 0, 0, 256, 448, 494, 255, 255, 63, 31])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, 504, 504, 496, 497, 499, 127, 31, 31, 63, 63, 511, 511, 383, 287, 15, 7, 15])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 495, 451, 483, 115, 51, 123, 121, 251, 251, 243, 499, 499, 499, 227, 7, 7, 31])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 48, 48, 121, 255, 510, 508, 508, 508, 510, 510, 508, 508, 510, 127, 113, 48, 96])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [31, 31, 63, 63, 510, 508, 496, 496, 504, 504, 496, 496, 192, 112, 127, 63, 60, 48])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 48, 112, 240, 231, 207, 495, 495, 511, 511, 495, 455, 451, 224, 240, 112, 48, 48])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15, 31, 31, 31, 31, 271, 387, 391, 399, 463, 479, 511, 383, 287, 56, 112, 120, 224])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 28, 28, 15, 15, 248, 504, 496, 496, 504, 504, 496, 496, 56, 28, 13, 7, 15])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [31, 63, 63, 63, 252, 480, 448, 480, 480, 480, 480, 480, 502, 319, 31, 31, 15, 15])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 24, 24, 30, 15, 287, 415, 511, 511, 511, 511, 511, 382, 126, 15, 15, 15, 7])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15, 7, 195, 195, 483, 483, 499, 497, 499, 507, 511, 511, 255, 15, 7, 7, 15, 31])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, 496, 504, 511, 511, 508, 504, 384, 448, 480, 480, 480, 510, 511, 63, 127, 126, 48])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [387, 455, 487, 495, 510, 508, 496, 496, 504, 504, 496, 504, 510, 255, 63, 56, 56, 48])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 448, 448, 224, 113, 119, 319, 511, 511, 511, 271, 285, 28, 56, 56, 112, 112, 48])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [455, 399, 463, 495, 495, 495, 463, 463, 455, 455, 455, 487, 366, 110, 124, 120, 56, 48])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, 480, 496, 501, 511, 510, 496, 448, 448, 448, 448, 448, 480, 486, 127, 63, 31, 15])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [387, 391, 463, 511, 510, 484, 496, 504, 504, 504, 496, 496, 240, 126, 63, 63, 31, 31])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 496, 496, 497, 499, 483, 487, 487, 495, 511, 511, 479, 463, 399, 15, 15, 7, 7])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [451, 407, 511, 383, 31, 15, 271, 399, 447, 511, 511, 462, 454, 262, 15, 31, 31, 15])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 56, 60, 127, 511, 504, 56, 48, 0, 28, 126, 254, 254, 511, 507, 505, 504, 480])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15, 31, 63, 63, 254, 460, 256, 256, 0, 0, 0, 0, 192, 497, 511, 510, 508, 448])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 112, 240, 480, 449, 451, 199, 207, 239, 463, 479, 255, 254, 252, 496, 496, 496, 480])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [7, 15, 15, 31, 383, 511, 223, 15, 31, 31, 31, 111, 510, 504, 504, 504, 496, 480])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 56, 58, 287, 463, 252, 248, 0, 0, 0, 0, 48, 252, 510, 510, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15, 31, 63, 383, 510, 224, 0, 56, 124, 252, 252, 252, 222, 462, 463, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24, 56, 120, 496, 481, 483, 119, 63, 31, 63, 127, 255, 255, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [31, 15, 15, 31, 31, 319, 511, 255, 63, 15, 7, 15, 12, 248, 255, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 508, 510, 271, 7, 0, 0, 28, 124, 124, 252, 248, 248, 253, 511, 510, 496, 448])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 255, 255, 254, 508, 496, 240, 224, 0, 0, 262, 399, 511, 508, 496, 448])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 496, 504, 504, 253, 255, 99, 1, 3, 59, 127, 125, 252, 504, 504, 496, 480, 448])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [463, 479, 223, 255, 255, 255, 127, 31, 15, 15, 7, 15, 253, 504, 496, 496, 496, 480])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 496, 504, 255, 255, 62, 6, 7, 3, 112, 248, 252, 510, 510, 511, 487, 391, 463])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [455, 399, 495, 487, 254, 254, 124, 24, 0, 0, 0, 112, 254, 254, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 480, 496, 496, 225, 3, 15, 95, 255, 127, 127, 255, 251, 227, 481, 451, 503, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [399, 391, 387, 451, 243, 127, 63, 63, 63, 63, 63, 63, 31, 127, 383, 495, 391, 463])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 28, 30, 15, 7, 256, 496, 508, 508, 508, 508, 508, 504, 510, 511, 493, 480, 480])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15, 31, 63, 63, 62, 62, 382, 510, 508, 384, 448, 480, 124, 126, 247, 481, 448, 448])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 24, 28, 30, 15, 287, 479, 511, 511, 511, 511, 495, 454, 496, 508, 508, 504, 480])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15, 7, 1, 3, 15, 15, 495, 495, 511, 511, 511, 505, 472, 284, 60, 376, 496, 448])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 48, 60, 31, 15, 29, 472, 504, 508, 508, 508, 508, 112, 48, 285, 447, 511, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [31, 63, 63, 63, 254, 508, 504, 504, 504, 496, 496, 496, 480, 56, 312, 505, 511, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [48, 28, 30, 12, 15, 7, 263, 399, 479, 511, 511, 503, 487, 487, 451, 387, 455, 495])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15, 7, 3, 3, 15, 271, 415, 415, 511, 511, 319, 15, 3, 3, 259, 415, 415, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 480, 510, 511, 499, 480, 484, 510, 510, 510, 510, 508, 504, 510, 511, 493, 385, 448])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [487, 487, 127, 57, 384, 448, 480, 480, 480, 496, 504, 504, 509, 511, 511, 508, 496, 480])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 496, 496, 481, 487, 463, 463, 463, 455, 455, 487, 511, 381, 28, 28, 508, 504, 480])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [455, 399, 463, 463, 463, 495, 495, 495, 495, 455, 487, 481, 496, 496, 508, 508, 480, 448])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, 496, 496, 507, 511, 510, 504, 496, 496, 496, 480, 256, 0, 24, 414, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 126, 62, 380, 496, 480, 384, 448, 480, 496, 510, 511, 487, 483, 487])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 496, 496, 496, 481, 387, 391, 487, 487, 511, 511, 479, 7, 3, 263, 391, 399, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [455, 451, 481, 481, 455, 391, 399, 287, 415, 415, 287, 399, 391, 259, 387, 455, 511, 511])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24600, 57776, 123888, 115705, $intern_2523, $intern_2562, 190456, 25072, 12336])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28687, 49215, 114815, $intern_2580, 229630, 196862, 254207, 127100, 30776])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2581, $intern_2536, $intern_2536, 124924, 245823, $intern_2561, 253979, 127000, 30768])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_178, $intern_4, $intern_2553, $intern_2514, 196606, $intern_2582, 6200, 12312])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [246156, 260038, 163814, 16359, 995, 8135, 16270, 16156, 30780])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2560, $intern_2583, 260351, $intern_2584, 129534, 129504, 63728, 14384, 12336])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2555, $intern_2555, 262126, $intern_2514, 65471, 65311, 32318, 14396, 6172])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, 196607, 32510, 28798, 28796, 24696, 12336])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24588, 25596, 59388, 124926, 247806, 254975, 254015, 61471, 14367])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2585, 65031, 131011, 131011, 131011, $intern_2527, $intern_2527, 163587, 6159])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2540, $intern_2586, 63550, 127006, 245766, $intern_2587, 122883, 57351, 14367])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_1002, $intern_1002, 4063, 7183, 138271, $intern_2588, 129151, 12303])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [247576, 249628, 233374, 237454, 253830, 122399, 64543, 63503, 14351])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [230159, $intern_2562, $intern_2562, $intern_2562, 124927, 62463, 28735, 12351, 12319])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2543, 163824, 131312, 30832, 65532, $intern_4, 65487, 32655, 14343])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2571, $intern_2571, 123895, 497, $intern_586, 8063, 8063, 30751])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [114748, 49406, 118775, 106471, 106483, 262137, $intern_2569, $intern_2586, $intern_2539])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [57375, $intern_2589, 16191, 3903, 133118, 200700, 237552, $intern_2576, $intern_2590])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2591, $intern_2592, $intern_2582, $intern_343, $intern_2553, 262141, 196576, $intern_2577, $intern_2593])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_141, $intern_141, $intern_343, $intern_4, 257950, 232460, 3072, $intern_998, $intern_2581])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [229400, 196848, 229824, 255874, $intern_2527, 65519, $intern_2572, $intern_2549, $intern_2577])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2561, $intern_2583, $intern_2583, 260222, $intern_2564, 118780, $intern_2594, $intern_2595, $intern_2539])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2543, $intern_2596, 262016, 65053, 31807, 7295, 3326, $intern_2597, $intern_2540])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2598, $intern_2599, 262079, 52767, 8071, 65506, $intern_2576, $intern_2576, $intern_2591])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [49164, 24600, 24632, 12348, 162878, 261919, 262047, 65423, 8135])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24607, 24607, $intern_2585, 127207, 260083, $intern_2599, 126963, 4071, 8143])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2540, $intern_2600, $intern_2574, 116734, 229624, 131100, 258461, 131015, 8143])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_178, 102255, 122895, 65223, 131039, $intern_2571, 131135, $intern_2538, $intern_178])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [229388, 253980, 258110, 261630, $intern_2574, 65295, 16135, 16259, 8143])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2587, $intern_2526, 262141, 258556, 123128, 221, 463, 4035, 8167])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2543, $intern_2543, $intern_2569, 196606, 31118, 7174, 7175, 4035, 8167])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, 195535, 137223, 12291, 62337, 65473, 32739, 32739, 4071])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24600, 14394, 65086, 130879, 262007, 261987, 261744, 261232, 245872])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [57359, 24639, 28735, 29182, 58366, 124926, 247772, 245772, 253964])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2539, $intern_2595, 96, 122940, $intern_2546, $intern_2583, 258108, 253976, 245784])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_178, $intern_141, 16371, 65473, 130296, 261244, 258302, 258302, 258110])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [245788, 255878, 262086, $intern_2601, $intern_2598, 262087, 262022, 261662, 254012])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2560, 258175, 258303, 258542, 260544, 260576, 260576, 254048, 245808])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2555, $intern_2555, 196592, 65529, $intern_2589, 138271, 261148, 260124, 245880])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2524, $intern_2523, 230399, 231422, 249854, 261756, 261176, 253980])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24588, $intern_2534, 129024, $intern_2602, 262081, $intern_2603, $intern_2603, 262019, $intern_2557])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [49183, 98367, 229439, 229503, 114815, 229439, 229407, 229407, $intern_2587])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2540, $intern_2604, $intern_2586, $intern_2586, $intern_2605, 8183, 160739, 258051, $intern_2557])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_178, $intern_2538, 4079, 8131, 114659, 259059, 254463, 254207, 258079])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [230924, 261912, 261916, $intern_2606, 16286, 16158, 196383, $intern_2530, $intern_2557])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2607, $intern_2583, $intern_2588, 261247, 261759, 261695, 261663, 258063, $intern_2561])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2543, $intern_2543, 261880, 258174, 254014, 254014, $intern_2561, $intern_2560, $intern_2607])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [249823, 237455, 139143, 204739, 204743, 212975, 229375, 254783, $intern_2560])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [49176, 116252, 102302, 106383, 204687, 204685, 245756, $intern_2569, $intern_2543])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [49167, 57407, 57471, 114814, 114942, 49404, 180476, 254968, $intern_2543])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2539, $intern_2586, 14456, 63518, 129055, $intern_2583, 254076, 254960, 249792])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [4047, $intern_970, 895, $intern_586, $intern_582, $intern_1001, 133118, 241656, $intern_2543])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [229400, 245816, 245820, 114814, 130687, $intern_2553, $intern_2564, $intern_2569, $intern_2555])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2587, 258063, 162847, 147199, $intern_2608, 139248, 204768, $intern_2543, $intern_2543])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [249824, 247776, 231360, 200602, 233471, 233471, 262086, $intern_2596, $intern_2543])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, 262015, 261647, 261633, 260096, 261888, $intern_2596, $intern_2596, $intern_2543])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [24588, 31516, $intern_2536, 52732, 49358, 98694, 230279, 233411, 253927])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2585, 24583, 28673, 30465, 130945, $intern_2603, $intern_2598, $intern_2598, $intern_2601])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2540, $intern_2581, 1912, 3900, 65052, 130574, 261647, $intern_2527, 262095])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2538, 3943, 3843, 1795, 3843, 163335, $intern_2526, 258047, 198655])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [245784, 229488, 229616, 229616, 246268, 246255, 261895, $intern_2603, $intern_2601])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [229407, 245823, 254079, 254463, 260087, 262129, $intern_2599, $intern_2598, 262087])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2543, $intern_2596, 257792, 257536, 249752, 233470, $intern_2524, 249735, 253895])); + com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, 254415, $intern_2560, $intern_2607, 261063, $intern_2601])); +} + +var com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE; +function com_github_yellowstonegames_place_tileset_DefaultDungeon_$clinit__V(){ + com_github_yellowstonegames_place_tileset_DefaultDungeon_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 10; + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 1; + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 1; + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 1; + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 1; + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, $intern_558, 963, 903, 903, 967, 199, 254, 254, 0, 0, $intern_557, $intern_555, 955, 955, 799, 543, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 255, 255, 960, $intern_582, 254, 254, 192, 252, 252, 252, 960, $intern_725, 503, 455, 511, 511, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 255, 15, $intern_586, $intern_586, 15, 15, 0, 510, 510, 510, 960, 975, 463, 463, 511, 511, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 207, 207, $intern_556, $intern_556, 0, 222, 222, 222, 222, 204, $intern_582, $intern_586, 207, 495, 493, 493, 492, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 248, 243, 231, 998, 998, 102, 102, 126, 126, 102, 230, 998, 966, 966, 902, 799, 575, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 767, 767, 731, 987, 987, 219, 0, 252, 253, 13, $intern_616, $intern_616, 111, 99, 511, 511, 508, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 255, 255, 960, 990, 222, 254, 254, 222, 222, 206, 966, 994, 120, 60, 31, 15, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, $intern_586, $intern_586, 992, 960, 908, 30, 510, 510, 446, 446, 956, 924, 384, 384, 511, 511, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 510, 510, 463, 975, 902, 390, 390, 390, 390, 390, 390, 902, 975, 975, 975, $intern_586, $intern_586, 510, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 249, 255, 991, 975, 15, 13, 460, 462, 462, 384, 896, $intern_586, 511, 511, 511, 511, 510, 60])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 510, 511, 511, 896, 896, 30, 30, 510, 510, 510, 510, 920, 991, 991, 991, 799, 783, 14, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 448, 961, 899, 903, 967, 999, 231, 126, 62, 286, 384, 992, $intern_586, $intern_586, 963, 903, 783, 14, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 126, 31, 31, $intern_582, $intern_556, 504, 112, 0, 0, 112, 504, $intern_556, $intern_582, 14, 14, 15, 31, 62, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 254, 255, 207, 975, 975, 207, 207, 192, 192, 254, 254, 990, 990, 30, 24, 127, 127, 126, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 120, 561, 819, $intern_586, $intern_586, 903, 3, 0, 448, 496, 496, $intern_557, 988, 988, 972, $intern_616, $intern_616, 462, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 220, 991, 991, 988, $intern_556, $intern_556, 508, 476, 0, 0, 0, $intern_556, $intern_556, 12, 12, 15, 15, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 510, 511, 511, $intern_556, $intern_557, 0, 510, 510, 390, 438, 438, 950, 951, 55, 511, 511, 511, 62, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 510, $intern_586, $intern_586, $intern_586, 775, 519, 7, 230, 230, 254, 254, 512, 769, 899, $intern_586, $intern_586, $intern_586, 510, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 510, $intern_586, 991, 910, 910, 910, 510, 510, 252, 0, 0, $intern_617, $intern_586, 511, 511, 511, 511, 510, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 495, 495, $intern_616, $intern_616, 495, 495, 108, 492, 492, 492, $intern_556, $intern_586, 495, 495, 495, 15, 14, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 248, $intern_586, $intern_586, 864, 864, 894, 126, 6, 6, 6, 6, $intern_582, $intern_582, 126, 124, 127, 127, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 240, $intern_538, $intern_538, $intern_538, 895, 895, 127, 110, 110, 110, 110, $intern_528, $intern_528, 992, 992, $intern_586, $intern_586, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 255, 255, $intern_556, $intern_556, 0, 508, 508, 508, 508, 384, $intern_556, $intern_556, 108, $intern_527, $intern_616, $intern_616, $intern_527, $intern_527])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 255, 255, 975, 975, 207, 207, 192, 204, 204, 204, 972, 972, 972, 972, $intern_586, $intern_586, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 510, $intern_582, 967, $intern_586, 894, $intern_528, 254, 124, 24, 0, 0, $intern_582, $intern_586, 511, 511, 511, 511, 510, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 510, 511, 495, $intern_616, $intern_616, 399, 487, 486, 112, 508, 510, 942, 903, 983, $intern_586, $intern_586, 967, 510, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 575, 927, 974, 998, $intern_311, 126, 126, 246, 246, 246, 998, $intern_616, $intern_616, 975, 911, 783, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 255, 255, $intern_586, $intern_555, 243, 243, 240, 246, 54, 54, $intern_311, $intern_725, 903, $intern_586, $intern_586, 927, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 510, 511, 479, $intern_586, 955, 511, 255, 124, 0, 0, 248, $intern_556, $intern_582, 974, 878, $intern_586, $intern_586, 510, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 254, 255, 63, 958, 958, 432, 446, 446, 446, 446, 446, 902, $intern_582, 510, 510, 511, 511, 510, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, $intern_586, $intern_586, $intern_617, $intern_617, $intern_617, 0, 252, 252, 252, 252, $intern_556, 960, 960, 960, $intern_586, $intern_586, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 967, $intern_586, $intern_586, 903, 951, 55, 48, 510, 510, 510, $intern_582, $intern_582, 384, 384, 511, 511, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 248, 255, 255, 960, 960, 0, 0, 510, 510, 510, 438, 950, 951, 951, 903, $intern_586, $intern_586, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 207, 223, $intern_586, $intern_586, 223, 207, 192, 254, 254, 6, 966, 967, 199, 255, 255, 255, 252, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 510, 511, 439, $intern_582, $intern_582, 510, 510, 438, 510, 510, 0, $intern_582, $intern_582, 495, 495, 495, 495, 492, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, $intern_586, $intern_586, 960, 990, 990, 510, 510, 0, 510, 510, 896, 959, 447, 447, 447, 511, 508, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 248, $intern_555, $intern_555, 899, 927, 927, 415, 504, 504, 0, 124, 892, 892, 892, 892, $intern_586, $intern_586, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 207, 207, 975, 975, 207, 207, 204, 252, 252, 0, $intern_556, $intern_556, 780, 892, 895, 895, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 508, 511, 431, $intern_556, $intern_556, 508, 508, 508, 508, 508, 508, 940, $intern_556, 508, 96, 511, 511, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 255, 255, 960, 960, 0, 0, 204, 204, 510, $intern_582, 822, 886, 886, 886, 775, $intern_586, 508, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, $intern_558, $intern_538, 999, 975, 911, 415, 412, 504, 504, 408, 924, 927, 415, 463, 487, 499, 248, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 246, 759, 575, $intern_582, $intern_311, 6, 502, 502, 502, 502, 54, $intern_617, $intern_586, $intern_586, 967, $intern_586, $intern_586, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 508, 463, 463, $intern_586, $intern_586, 439, 439, 438, 438, 438, 950, 950, 439, 439, 439, 433, 445, 444, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 510, 510, 199, $intern_725, $intern_617, 54, 438, 438, 438, 438, 438, 950, 951, 951, 951, $intern_586, $intern_586, 510, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [254, 254, 7, 7, $intern_725, $intern_725, 55, 439, 438, 438, 438, 438, 950, 950, 438, 438, 439, 511, 510, 126])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 960, $intern_586, $intern_586, 960, 960, 192, 254, 254, 6, 6, $intern_582, $intern_582, 894, $intern_311, $intern_586, $intern_586, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 255, 15, 902, 902, 446, 446, 510, 510, 502, 62, 958, 958, 446, 384, 511, 511, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 255, 255, 987, 987, 511, 511, 48, 510, 510, 6, $intern_582, $intern_582, 768, 768, $intern_586, $intern_586, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 255, 255, 985, 989, 29, 477, 460, 510, 510, 6, 894, 894, 894, 816, $intern_586, $intern_586, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 254, $intern_586, $intern_586, 819, 891, 891, 123, 504, 510, 510, 0, $intern_556, $intern_586, 463, 239, 127, 63, 28, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 759, 759, 759, $intern_586, $intern_586, 7, 254, 254, 192, 254, 766, 519, 759, 755, $intern_586, $intern_586, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 254, $intern_586, $intern_586, 519, 767, 767, 255, 448, 510, 510, 6, $intern_582, $intern_582, 448, 478, 479, 511, 508, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 254, $intern_586, $intern_586, $intern_586, 775, 887, $intern_617, $intern_582, 510, 48, 510, $intern_582, $intern_528, 782, $intern_528, $intern_616, $intern_616, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 252, $intern_582, 975, 967, 960, $intern_556, 508, 396, 444, 444, 396, $intern_556, $intern_579, 399, 399, 511, 511, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 206, 223, 223, 991, 991, 223, 222, 216, 222, 222, 198, 990, 990, 798, 780, $intern_586, $intern_586, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 254, $intern_586, $intern_616, 974, 990, 926, 60, 124, 240, 224, 496, $intern_556, $intern_586, 511, 127, 7, 15, 62, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 248, $intern_555, 987, 987, 987, 991, 479, 14, 494, 494, 494, 992, 995, 111, 111, 111, 127, 124, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 192, 255, 255, $intern_586, $intern_586, 15, 495, 494, 494, 494, 390, 990, 990, 990, 960, $intern_586, $intern_586, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 222, 735, $intern_586, $intern_555, 899, 951, 55, 496, 502, 390, 446, $intern_582, $intern_617, 443, 443, 447, 63, 120, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [248, 248, $intern_555, $intern_555, 947, 959, 959, 447, 390, 390, 438, 54, 998, $intern_528, $intern_528, 768, $intern_586, $intern_586, 12, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [240, 510, 511, $intern_586, $intern_586, $intern_586, 127, 510, 510, 504, 510, 126, $intern_582, $intern_582, $intern_586, $intern_586, $intern_586, 479, 478, 28])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 48, 499, 499, $intern_725, $intern_725, 119, 503, 502, 502, 502, 118, $intern_311, $intern_311, $intern_311, 966, $intern_586, 767, 120, 124])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [224, 510, 511, 391, 902, 950, 502, 502, 438, 438, 438, 438, 958, 958, 438, 390, 391, 511, 510, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 20, 10, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [192, 452, 495, 255, $intern_582, $intern_582, 124, 240, 504, 504, 252, 124, $intern_557, $intern_557, 112, 248, 511, 255, 126, 12])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, $intern_2609, 258072, 258520, 197087, 197087, 1023964, 1023996, 106492, $intern_2610])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, $intern_2611, 49249, 1040109, 1040127, 1040127, 1040333, 122816, 106176, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 61681, 520307, 509951, 395263, 394947, 919291, 1048312, 524024, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 520288, 522208, 51168, 51199, 522239, 1044576, 1044704, 520444, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 520294, 522215, 931815, 1029895, 984951, 984951, $intern_2616, $intern_2617, $intern_2610])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [127480, 127998, 51103, 577295, 1039879, 1040323, 1040323, 721088, $intern_2613, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 61692, 254460, 1034204, 1019791, 990735, 1047580, 1046556, 520316, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 14560, 81888, 237504, 509699, 523783, $intern_2618, 1012734, $intern_2619, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12512, 12512, 12512, 28896, 61695, 123135, 1032416, 1016032, 98528, 98528])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, 520446, 516607, 1016783, 983943, 983943, 1016783, 1032702, 516350, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 520288, 522336, 506976, 499327, 3711, 1048184, 1047672, 98428, $intern_2610])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 522336, 523360, 1047648, $intern_2621, $intern_2621, 1046720, 1047744, 522432, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 523374, 523375, 522351, 520303, 24831, 1040639, $intern_2622, $intern_2610, $intern_2610])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, $intern_2617, $intern_2617, 1016062, 1047799, 1047799, 801798, 916734, 130302, 114880])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 523872, 523879, 1048167, 1040487, 1040511, 1042431, 1042400, 518140, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, $intern_2620, 129531, 65523, $intern_2623, 401359, 1017375, $intern_2616, $intern_2617, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, $intern_2615, $intern_2514, $intern_2514, $intern_2599, 245619, 1048563, $intern_2624, $intern_2555, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 504816, 504800, 1045248, 1045255, 1016583, 1041406, 1041406, 517118, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, 522232, 509944, 1023984, 990723, 921351, 1034238, 1033212, 508352, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 260990, 524159, 524039, 260871, 58127, 788255, 1048382, 523902, $intern_2610])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 521212, 521214, 930575, 979719, 979827, 930680, 1045502, 521214, $intern_2610])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 504318, 471550, 1011718, 1044487, 1040887, 985078, 460798, 518142, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 520288, 520289, 458979, 520447, 520447, 1016035, $intern_2622, $intern_2614, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 474096, 523232, 1047424, 998391, 932855, 800822, 653566, 129278, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 522734, 522734, 522734, 459263, 522751, 1046534, 1047038, 522750, $intern_2610])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, 129528, 129475, 793087, 793087, 1046977, 1047037, 915964, 115196, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12542, $intern_2625, $intern_2625, 523456, 523487, 462047, 998622, 1031422, 507134, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 129022, 129022, 884934, 884959, 900831, 1031902, 1032158, 114654, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 507840, 507871, 491743, 394207, 521183, 1044703, 1048572, $intern_2600, 127228])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, $intern_2626, $intern_2626, 983814, 1015799, 1015799, 1015302, 986878, 257790, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 507902, 507903, 1015815, 1048567, 1048567, 1019591, 1031934, 114430, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 504830, 504830, 504672, 504687, 504687, 1045262, 1045502, 521214, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 15608, 15608, 920600, 986143, 1031423, 1031416, 1044672, 520384, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 261984, 524131, 460643, 396899, 401023, 999167, 1046782, 522432, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 520304, 507960, 1032220, 1044623, 1044679, 815334, 913662, 127230, 258300])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 259838, 521791, 1013759, 944127, 975823, 836547, 902080, $intern_2612, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 98400, $intern_2541, $intern_2541, 98319, 98319, 1048316, 1048316, 257788, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 12512, 523519, 1047807, 1014799, 983055, 1048319, 1048318, 261824, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 505824, 505831, 505583, 505599, 407295, 1046023, 1046464, 100288, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, 129272, 130544, 794080, 1048015, 1048031, 1047036, 983288, 1044720, 1040632])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, $intern_2617, $intern_2617, 929798, 983031, 983031, 917702, $intern_2616, $intern_2617, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 14328, 14328, 523968, 524031, 395007, 919040, 1042428, 518140, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 260590, 104943, 891343, 1047455, 1047487, 793535, 916478, 130046, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, 260336, 260595, $intern_2584, 6655, 6655, 1047027, 1046768, $intern_2610, $intern_2610])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12400, 522360, 522300, 456734, 456719, 393247, 1032252, 1040504, 516336, 254176])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 520686, 520687, 1044975, 983535, 917903, 1040895, 1040894, 516606, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, $intern_2531, $intern_2531, 114662, 114663, 98311, 1015808, 1048512, 131008, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, $intern_2619, $intern_2619, 1044990, 1044679, 1044983, 1044976, 1044990, $intern_2619, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 13280, 29671, 29551, 62335, 254847, 1032967, 1041344, 517056, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 522366, 522367, 1046655, 1046759, 1014003, 1046771, 1046768, 522488, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, $intern_2605, $intern_2605, 48, 3903, 511807, 1036094, $intern_2616, $intern_2617, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2611, 130942, 130942, 59150, $intern_992, 1551, 986638, 1048078, 524030, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 522214, 522215, 919527, 919047, 933631, 933631, 1032128, 507840, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, 130814, 130175, 260159, $intern_2607, 229383, 1044511, 1046782, 522480, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 30688, 63456, 124416, $intern_2524, 511999, 1017344, 985084, 518140, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12400, 12408, 30846, 817215, 1013823, 1014899, 998512, 1047776, 523456, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, 130814, 130814, 915166, 1046239, 1046239, 788190, 917214, 130782, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2609, $intern_2625, 523519, 523511, 491527, 499711, 1023999, 1023710, 106206, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, $intern_2626, $intern_2626, 917510, 1031671, 1032183, 1048566, 1048062, 507390, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, 14334, 522239, 521735, 395255, 522231, 1046023, 1046526, 522238, $intern_2614])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, $intern_2617, $intern_2617, 929990, 982751, 982751, 851678, 917214, 130782, $intern_2612])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, 522222, 522223, 522223, 522223, 395247, 1046511, 1046526, 260094, $intern_2613])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2620, 98552, 524024, 1048256, 1031935, 1031935, 1031872, 1031932, 507644, $intern_2610])); + com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 10, 20, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2615, $intern_2625, $intern_2625, 523510, 523511, 523511, 1047558, 1047806, $intern_2625, $intern_2613])); +} + +var com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE; +function com_github_yellowstonegames_place_tileset_DungeonBoneGen_$changeColor__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2III(this$static, old_color, num_options){ + var offset; + offset = 1 + com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_rng, num_options - 1); + return (old_color + offset) % num_options; +} + +function com_github_yellowstonegames_place_tileset_DungeonBoneGen_$chooseTile__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2_3Lcom_github_yellowstonegames_place_tileset_Tile_2IZ_3I_3ILcom_github_yellowstonegames_place_tileset_Tile_2(this$static, list, numlist, upright, y_positions, x_positions){ + var a, b, c, d, e, f, i, match_0, n, pass, tile; + if (upright) { + a = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[0]][x_positions[0]]; + b = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[1]][x_positions[1]]; + c = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[2]][x_positions[2]]; + d = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[3]][x_positions[3]]; + e = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[4]][x_positions[4]]; + f = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[5]][x_positions[5]]; + } + else { + a = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[0]][x_positions[0]]; + b = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[1]][x_positions[1]]; + c = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[2]][x_positions[2]]; + d = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[3]][x_positions[3]]; + e = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[4]][x_positions[4]]; + f = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[5]][x_positions[5]]; + } + match_0 = $intern_5; + for (pass = 0; pass < 2; ++pass) { + n = 0; + for (i = 0; i < numlist; ++i) { + tile = list[i]; + if ((a < 0 || a == tile.com_github_yellowstonegames_place_tileset_Tile_a_1constraint) && (b < 0 || b == tile.com_github_yellowstonegames_place_tileset_Tile_b_1constraint) && (c < 0 || c == tile.com_github_yellowstonegames_place_tileset_Tile_c_1constraint) && (d < 0 || d == tile.com_github_yellowstonegames_place_tileset_Tile_d_1constraint) && (e < 0 || e == tile.com_github_yellowstonegames_place_tileset_Tile_e_1constraint) && (f < 0 || f == tile.com_github_yellowstonegames_place_tileset_Tile_f_1constraint)) { + n += 1; + if (n > match_0) { + if (upright) { + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[0]][x_positions[0]] = tile.com_github_yellowstonegames_place_tileset_Tile_a_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[1]][x_positions[1]] = tile.com_github_yellowstonegames_place_tileset_Tile_b_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[2]][x_positions[2]] = tile.com_github_yellowstonegames_place_tileset_Tile_c_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[3]][x_positions[3]] = tile.com_github_yellowstonegames_place_tileset_Tile_d_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[4]][x_positions[4]] = tile.com_github_yellowstonegames_place_tileset_Tile_e_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[5]][x_positions[5]] = tile.com_github_yellowstonegames_place_tileset_Tile_f_1constraint; + } + else { + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[0]][x_positions[0]] = tile.com_github_yellowstonegames_place_tileset_Tile_a_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[1]][x_positions[1]] = tile.com_github_yellowstonegames_place_tileset_Tile_b_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[2]][x_positions[2]] = tile.com_github_yellowstonegames_place_tileset_Tile_c_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[y_positions[3]][x_positions[3]] = tile.com_github_yellowstonegames_place_tileset_Tile_d_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[4]][x_positions[4]] = tile.com_github_yellowstonegames_place_tileset_Tile_e_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[y_positions[5]][x_positions[5]] = tile.com_github_yellowstonegames_place_tileset_Tile_f_1constraint; + } + return tile; + } + } + } + if (n == 0) { + return null; + } + match_0 = com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_rng, n); + } + return null; +} + +function com_github_yellowstonegames_place_tileset_DungeonBoneGen_$chooseTile__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2_3Lcom_github_yellowstonegames_place_tileset_Tile_2I_3I_3ILcom_github_yellowstonegames_place_tileset_Tile_2(this$static, list, numlist, y_positions, x_positions){ + var a, b, c, d, e, f, i, match_0, n, pass, tile; + a = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[0]][x_positions[0]]; + b = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[1]][x_positions[1]]; + c = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[2]][x_positions[2]]; + d = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[3]][x_positions[3]]; + e = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[4]][x_positions[4]]; + f = this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[5]][x_positions[5]]; + match_0 = $intern_5; + for (pass = 0; pass < 2; ++pass) { + n = 0; + for (i = 0; i < numlist; ++i) { + tile = list[i]; + if ((a < 0 || a == tile.com_github_yellowstonegames_place_tileset_Tile_a_1constraint) && (b < 0 || b == tile.com_github_yellowstonegames_place_tileset_Tile_b_1constraint) && (c < 0 || c == tile.com_github_yellowstonegames_place_tileset_Tile_c_1constraint) && (d < 0 || d == tile.com_github_yellowstonegames_place_tileset_Tile_d_1constraint) && (e < 0 || e == tile.com_github_yellowstonegames_place_tileset_Tile_e_1constraint) && (f < 0 || f == tile.com_github_yellowstonegames_place_tileset_Tile_f_1constraint)) { + n += 1; + if (n > match_0) { + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[0]][x_positions[0]] = tile.com_github_yellowstonegames_place_tileset_Tile_a_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[1]][x_positions[1]] = tile.com_github_yellowstonegames_place_tileset_Tile_b_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[2]][x_positions[2]] = tile.com_github_yellowstonegames_place_tileset_Tile_c_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[3]][x_positions[3]] = tile.com_github_yellowstonegames_place_tileset_Tile_d_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[4]][x_positions[4]] = tile.com_github_yellowstonegames_place_tileset_Tile_e_1constraint; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[y_positions[5]][x_positions[5]] = tile.com_github_yellowstonegames_place_tileset_Tile_f_1constraint; + return tile; + } + } + } + if (n == 0) { + return null; + } + match_0 = com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_rng, n); + } + return null; +} + +function com_github_yellowstonegames_place_tileset_DungeonBoneGen_$generate__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2Lcom_github_yellowstonegames_place_tileset_Tileset_2II_3_3C(this$static, ts, w, h){ + var cc, i, j, p, phase, sidelen, t, xmax, xpos, xx, ymax, ypos, yy; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide = $wnd.Math.max(1, w); + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high = $wnd.Math.max(1, h); + com_github_yellowstonegames_grid_Region_$resizeAndEmpty__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_region, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high); + com_github_yellowstonegames_grid_Region_$resizeAndEmpty__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_workingRegion, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high); + sidelen = ts.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length; + xmax = (this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide / sidelen | 0) + 6; + ymax = (this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high / sidelen | 0) + 6; + if (ts.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner) { + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [ymax, xmax], 2); + ypos = -sidelen; + cc = ts.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors; + for (j = 0; j < ymax; ++j) { + for (i = 0; i < xmax; ++i) { + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j][i] = com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_rng, cc[i - j + 1 & 3]); + } + } + for (j = 0; j < ymax - 3; ++j) { + for (i = 0; i < xmax - 3; ++i) { + if (this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j][i] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1 + 1][i + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 2][i] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 2 + 1][i + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j][i + 1] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 1 + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 1] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1 + 1][i + 1 + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 2][i + 1] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 2 + 1][i + 1 + 1]) { + p = i + 1 - (j + 1) + 1 & 3; + cc[p] > 1 && (this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 1] = com_github_yellowstonegames_place_tileset_DungeonBoneGen_$changeColor__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2III(this$static, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 1], cc[p])); + } + if (this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j][i] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j][i + 1] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 1 + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j][i + 2] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 2 + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1 + 1][i + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 1] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1 + 1][i + 1 + 1] && this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 2] == this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1 + 1][i + 2 + 1]) { + p = i + 2 - (j + 1) + 1 & 3; + cc[p] > 1 && (this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 2] = com_github_yellowstonegames_place_tileset_DungeonBoneGen_$changeColor__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2III(this$static, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color[j + 1][i + 2], cc[p])); + } + } + } + for (j = -1; ypos < this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high; ++j) { + phase = j & 3; + phase == 0?(i = 0):(i = phase - 4); + for (;; i += 4) { + xpos = i * sidelen; + if (xpos >= this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide) + break; + if (xpos + sidelen * 2 >= 0 && ypos >= 0) { + t = com_github_yellowstonegames_place_tileset_DungeonBoneGen_$chooseTile__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2_3Lcom_github_yellowstonegames_place_tileset_Tile_2I_3I_3ILcom_github_yellowstonegames_place_tileset_Tile_2(this$static, ts.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles, ts.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles.length, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [j + 2, j + 2, j + 2, j + 3, j + 3, j + 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [i + 2, i + 3, i + 4, i + 2, i + 3, i + 4])); + if (!t) + return null; + com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_region, com_github_yellowstonegames_grid_Region_$translate__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3JIIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_workingRegion, t.com_github_yellowstonegames_place_tileset_Tile_data, t.com_github_yellowstonegames_place_tileset_Tile_width, t.com_github_yellowstonegames_place_tileset_Tile_height, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high), xpos, ypos)); + } + xpos += sidelen * 2; + xpos += sidelen; + if (xpos < this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide) { + t = com_github_yellowstonegames_place_tileset_DungeonBoneGen_$chooseTile__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2_3Lcom_github_yellowstonegames_place_tileset_Tile_2I_3I_3ILcom_github_yellowstonegames_place_tileset_Tile_2(this$static, ts.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles, ts.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles.length, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [j + 2, j + 3, j + 4, j + 2, j + 3, j + 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [i + 5, i + 5, i + 5, i + 6, i + 6, i + 6])); + if (!t) + return null; + com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_region, com_github_yellowstonegames_grid_Region_$translate__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3JIIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_workingRegion, t.com_github_yellowstonegames_place_tileset_Tile_data, t.com_github_yellowstonegames_place_tileset_Tile_width, t.com_github_yellowstonegames_place_tileset_Tile_height, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high), xpos, ypos)); + } + } + ypos += sidelen; + } + } + else { + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [ymax, xmax], 2); + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [ymax, xmax], 2); + for (yy = 0; yy < ymax; yy++) { + for (xx = 0; xx < xmax; xx++) { + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color[yy][xx] = -1; + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color[yy][xx] = -1; + } + } + ypos = -sidelen; + for (j = -1; ypos < this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high; ++j) { + phase = j & 3; + phase == 0?(i = 0):(i = phase - 4); + for (;; i += 4) { + xpos = i * sidelen; + if (xpos >= this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide) + break; + if (xpos + sidelen * 2 >= 0 && ypos >= 0) { + t = com_github_yellowstonegames_place_tileset_DungeonBoneGen_$chooseTile__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2_3Lcom_github_yellowstonegames_place_tileset_Tile_2IZ_3I_3ILcom_github_yellowstonegames_place_tileset_Tile_2(this$static, ts.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles, ts.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles.length, false, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [j + 2, j + 2, j + 2, j + 2, j + 3, j + 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [i + 2, i + 3, i + 2, i + 4, i + 2, i + 3])); + if (!t) + return null; + com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_region, com_github_yellowstonegames_grid_Region_$translate__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3JIIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_workingRegion, t.com_github_yellowstonegames_place_tileset_Tile_data, t.com_github_yellowstonegames_place_tileset_Tile_width, t.com_github_yellowstonegames_place_tileset_Tile_height, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high), xpos, ypos)); + } + xpos += sidelen * 2; + xpos += sidelen; + if (xpos < this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide) { + t = com_github_yellowstonegames_place_tileset_DungeonBoneGen_$chooseTile__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2_3Lcom_github_yellowstonegames_place_tileset_Tile_2IZ_3I_3ILcom_github_yellowstonegames_place_tileset_Tile_2(this$static, ts.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles, ts.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles.length, true, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [j + 2, j + 2, j + 2, j + 3, j + 3, j + 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [i + 5, i + 5, i + 6, i + 5, i + 6, i + 5])); + if (!t) + return null; + com_github_yellowstonegames_grid_Region_$or__Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2Lcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_region, com_github_yellowstonegames_grid_Region_$translate__Lcom_github_yellowstonegames_grid_Region_2IILcom_github_yellowstonegames_grid_Region_2(com_github_yellowstonegames_grid_Region_$refill__Lcom_github_yellowstonegames_grid_Region_2_3JIIIILcom_github_yellowstonegames_grid_Region_2(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_workingRegion, t.com_github_yellowstonegames_place_tileset_Tile_data, t.com_github_yellowstonegames_place_tileset_Tile_width, t.com_github_yellowstonegames_place_tileset_Tile_height, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide, this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high), xpos, ypos)); + } + } + ypos += sidelen; + } + } + this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_dungeon = com_github_yellowstonegames_grid_Region_$toChars__Lcom_github_yellowstonegames_grid_Region_2CC_3_3C(this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_region); + return this$static.com_github_yellowstonegames_place_tileset_DungeonBoneGen_dungeon; +} + +function com_github_yellowstonegames_place_tileset_DungeonBoneGen_$generate__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2Lcom_github_yellowstonegames_place_tileset_TilesetType_2II_3_3C(this$static, tt, w, h){ + return com_github_yellowstonegames_place_tileset_DungeonBoneGen_$generate__Lcom_github_yellowstonegames_place_tileset_DungeonBoneGen_2Lcom_github_yellowstonegames_place_tileset_Tileset_2II_3_3C(this$static, com_github_yellowstonegames_place_tileset_TilesetType_$getTileset__Lcom_github_yellowstonegames_place_tileset_TilesetType_2Lcom_github_yellowstonegames_place_tileset_Tileset_2(tt), w, h); +} + +function com_github_yellowstonegames_place_tileset_DungeonBoneGen_DungeonBoneGen__Lcom_github_tommyettinger_random_EnhancedRandom_2V(random){ + this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_region = new com_github_yellowstonegames_grid_Region_Region__IIV(1, 1); + this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_workingRegion = new com_github_yellowstonegames_grid_Region_Region__IIV(1, 1); + this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_rng = random; + this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_c_1color = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [1, 1], 2); + this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_h_1color = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [1, 1], 2); + this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_v_1color = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, [$intern_1787, $intern_21], [25, 9], 15, [1, 1], 2); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1048, 1, {}, com_github_yellowstonegames_place_tileset_DungeonBoneGen_DungeonBoneGen__Lcom_github_tommyettinger_random_EnhancedRandom_2V); +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_place_tileset_DungeonBoneGen_toString__Ljava_lang_String_2(){ + var row, sb, trans, x_0, y_0; + trans = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, [$intern_2316, $intern_128], [36, 9], 15, [this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high, this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide], 2); + for (x_0 = 0; x_0 < this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide; x_0++) { + for (y_0 = 0; y_0 < this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high; y_0++) { + trans[y_0][x_0] = this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_dungeon[x_0][y_0]; + } + } + sb = new java_lang_StringBuffer_StringBuffer__V; + for (row = 0; row < this.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high; row++) { + sb.java_lang_AbstractStringBuilder_string += java_lang_String_valueOf___3CIILjava_lang_String_2(trans[row], 0, trans[row].length); + sb.java_lang_AbstractStringBuilder_string += $intern_39; + } + return sb.java_lang_AbstractStringBuilder_string; +} +; +_.com_github_yellowstonegames_place_tileset_DungeonBoneGen_high = 20; +_.com_github_yellowstonegames_place_tileset_DungeonBoneGen_wide = 20; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1DungeonBoneGen_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2579, 'DungeonBoneGen', 1048, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_$clinit__V(){ + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 13; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 3; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 1; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 3; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 1; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, $intern_2627, 112, 112, 112, 112, 115, 115, 115, 115, 255, 255, 255, 227, 227, 227, 227, $intern_2628, $intern_2628, $intern_2628, $intern_2628, $intern_2628, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, 112, 112, 112, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_2538, $intern_2538, $intern_178, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 255, 255, 255, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [224, 224, 224, 224, 224, 224, 224, 224, 224, 231, 231, 255, 255, 255, 231, 231, 224, 224, 224, $intern_2629, $intern_2629, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, 496, 496, 496, 496, 496, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2630, $intern_2630, $intern_2630, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [224, 224, 224, 255, 255, 255, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 31, 255, 255, 255, 255, 224, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, $intern_2630, $intern_2630, $intern_2630, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 31, 31, 31, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 508, 508, $intern_2631, $intern_2631, $intern_2631, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 448, 448, 448, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 511, 511, 511, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 127, 127, 127, 112, 112, 112, 112, 112, 112, 112, 496, 496, 496, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 504, 504, 504, 504, 504, 511, 511, 511, 511, 511, 511, 511, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1000, $intern_1000, $intern_1000, $intern_1000, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 511, 511, 511, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1000, $intern_1000, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_997, $intern_997, $intern_997, $intern_997, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, 3612, 3612, $intern_2597, $intern_2597, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2608, $intern_2608, $intern_2632, $intern_2632, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, 448, 448, 511, 511, 511, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 511, 511, 511, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, 112, 112, $intern_586, $intern_586, $intern_586, $intern_586, $intern_586, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, $intern_2539, $intern_2539, $intern_2539, 112, 127, 127, 127, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, $intern_2627, 127, 127, 127, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 455, 511, 511, 511, 119, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 112, 112, 112, 112, 112, 112, $intern_2539, $intern_2539, $intern_2539, 112, 127, 127, 127, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_978, $intern_978, $intern_978, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, 112, 112, 112, 112, 112, 112, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 511, 511, 511, 511, 511, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, 28, 28, 28, 28, 28, 28, $intern_556, $intern_556, $intern_2631, $intern_2631, $intern_2631, $intern_556, $intern_586, $intern_586, $intern_586, $intern_556, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 31, 31, 31, 28, 28, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, 112, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2633, $intern_2633, $intern_2634, $intern_2635, $intern_2635, $intern_2635, 1835022, 1835134, $intern_2636, $intern_2636, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2638, $intern_2638, $intern_2639, $intern_2639, $intern_2639, $intern_2639, $intern_2639, $intern_2640, $intern_2640, $intern_2640, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2641, $intern_2641, $intern_2642, $intern_2642, $intern_2642, $intern_2643, $intern_2643, 3934204, $intern_2644, $intern_2644, $intern_2645, $intern_2645, $intern_2645])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2646, 3670515, $intern_2647, $intern_2647, $intern_2648, $intern_2648, $intern_2648, $intern_2649, $intern_2649, $intern_2649, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2648, $intern_2650, $intern_2650, $intern_2650, $intern_2650, $intern_2650, $intern_2650, $intern_2651, $intern_2651, $intern_2651, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2652, $intern_2652, 3672048, $intern_2653, $intern_2653, $intern_2654, $intern_2654, $intern_2655, $intern_2655, $intern_2655, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2656, $intern_2656, $intern_2657, $intern_2657, $intern_2657, $intern_2658, $intern_2658, $intern_2658, $intern_2659, $intern_2659, $intern_2624, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2661, $intern_2661, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2662, $intern_2662, $intern_2662, $intern_2663, $intern_2663, $intern_2663, $intern_2652, $intern_2664, $intern_2664, $intern_2664, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2633, $intern_2633, $intern_2665, $intern_2665, $intern_2665, 1864128, 1864128, 1864128, $intern_2666, $intern_2666, 2093552, $intern_2667, $intern_2667])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2638, $intern_2638, $intern_2639, 1867772, $intern_2668, $intern_2668, $intern_2668, 14712828, 14681084, $intern_2669, $intern_2669, $intern_2669, 918524])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2670, $intern_2670, 1837024, $intern_2671, $intern_2671, $intern_2671, 57568, 57568, $intern_2622, $intern_2672, $intern_2672, $intern_2667, $intern_2667])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2646, $intern_2646, $intern_2673, $intern_2674, $intern_2674, $intern_2674, $intern_2674, $intern_2675, $intern_2675, $intern_2675, $intern_2676, $intern_2676, $intern_2676])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2648, $intern_2648, $intern_2677, $intern_2677, $intern_2677, $intern_2677, $intern_2677, $intern_2678, $intern_2678, $intern_2678, $intern_2679, $intern_2679, $intern_2679])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2652, $intern_2680, $intern_2680, $intern_2680, $intern_2652, $intern_2652, $intern_2652, $intern_2681, $intern_2682, $intern_2682, $intern_2683, $intern_2667, $intern_2667])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2656, $intern_2656, $intern_2684, $intern_2684, $intern_2684, $intern_2637, $intern_2637, $intern_2637, $intern_2637, $intern_2637, $intern_2637, $intern_2683, $intern_2683])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2667, $intern_2667, $intern_2624, $intern_2624, $intern_2624])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2662, $intern_2662, $intern_2662, $intern_2662, $intern_2662, $intern_2662, $intern_2662, $intern_2685, $intern_2685, $intern_2685, $intern_2685, $intern_2685, $intern_2685])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2633, $intern_2633, $intern_2634, $intern_2634, $intern_2634, 1835516, 16515580, $intern_2686, $intern_2686, $intern_2687, $intern_2687, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2688, $intern_2688, $intern_2689, $intern_2689, $intern_2689, 1900540, 1900540, 16580604, $intern_2686, $intern_2686, $intern_2687, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2690, $intern_2690, 64751612, 64751612, 1837052, $intern_2686, $intern_2686, $intern_2686, $intern_2687, $intern_2687, $intern_2687, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2646, $intern_2646, $intern_2673, $intern_2673, $intern_2673, 3670524, 3670524, 66585084, 66584604, 66584604, $intern_2687, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2648, $intern_2648, $intern_2648, $intern_2691, $intern_2691, $intern_2691, $intern_2691, $intern_2692, $intern_2692, $intern_2692, $intern_2693, $intern_2693, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2652, $intern_2652, $intern_2652, $intern_2652, $intern_2652, $intern_2652, $intern_2652, $intern_2692, $intern_2692, $intern_2692, $intern_2687, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2656, $intern_2656, $intern_2684, $intern_2684, $intern_2684, $intern_2694, $intern_2694, $intern_2694, 14680512, $intern_2695, $intern_2695, $intern_2695, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2660, $intern_2660, $intern_2660, 16646256, 16646256, 16646268, 14680188, $intern_2687, $intern_2687, $intern_2687, $intern_2687, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2662, $intern_2662, $intern_2696, $intern_2696, $intern_2696, $intern_2697, $intern_2697, $intern_2697, $intern_2697, $intern_2698, $intern_2698, $intern_2698, $intern_2687])); +} + +var com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE; +function com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_$clinit__V(){ + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 13; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 3; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 1; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 3; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 1; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, $intern_2627, 112, 112, 112, $intern_2539, 8179, 8179, 8179, 8179, $intern_178, $intern_178, $intern_178, 227, 227, 227, 227, $intern_2628, $intern_2628, $intern_2628, $intern_2628, $intern_2628, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, 112, 112, 112, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_2538, $intern_2538, $intern_178, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 224, 224, 224, $intern_2629, $intern_2629, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2629, $intern_2699, $intern_2699, $intern_2699, $intern_178, $intern_178, $intern_178, $intern_2699, $intern_2699, $intern_2699, 224, 224, $intern_2629, $intern_2629, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, 496, 496, 496, 496, 7664, $intern_2700, $intern_2700, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2630, $intern_2630, $intern_2630, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [224, $intern_2597, $intern_2597, $intern_2538, $intern_2538, $intern_178, $intern_2631, $intern_2631, $intern_2597, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2538, $intern_2538, $intern_2538, 255, 255, 224, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2631, $intern_2631, $intern_2631, $intern_178, $intern_178, $intern_178, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, $intern_2554, $intern_2554, $intern_2538, $intern_2538, $intern_2538, $intern_2554, $intern_2554, $intern_2554, $intern_2554, $intern_2554, 28, 28, 28, 28, 28, 28, 28, 28, 28, 508, 508, $intern_2631, $intern_2631, $intern_2631, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 448, 448, 448, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2700, $intern_2700, $intern_2700, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 496, 496, 496, 496, 496, 496, 496, 496, 496, 496, 511, 511, 511, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 127, 127, 127, 112, 112, 112, 112, 112, 112, 112, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 504, 504, $intern_2604, $intern_2604, $intern_2604, 511, 511, 511, 511, 511, 511, 511, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1000, $intern_1000, $intern_1000, $intern_1000, 448, $intern_2593, $intern_2593, $intern_2593, 448, 448, 448, 448, 448, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2538, $intern_2538, 511, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1000, $intern_1000, $intern_1000, $intern_1002, $intern_1002, $intern_178, $intern_2593, $intern_2593, $intern_997, $intern_997, 448, 448, 448, 448, 448, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, 3612, 3612, $intern_2597, $intern_2597, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2608, $intern_2608, $intern_2632, $intern_2632, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, 448, 448, 511, 511, 511, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, $intern_2538, $intern_2538, $intern_2538, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, 112, 112, $intern_586, $intern_586, $intern_586, $intern_586, $intern_586, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_2631, $intern_2631, $intern_2539, 112, 127, 127, 127, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, $intern_2627, 127, 127, 127, 112, 112, 112, 112, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_2700, $intern_2700, $intern_2700, $intern_1001, $intern_1001, $intern_1001, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 448, 448, 448, 448, $intern_2593, $intern_2593, $intern_2593, 448, 448, 455, 511, 511, 511, 119, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2700, $intern_2700, $intern_2700, $intern_2547, $intern_2547, 112, 112, 112, 112, 112, 112, $intern_2631, $intern_2631, $intern_2631, $intern_1000, $intern_1002, $intern_1002, $intern_1002, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_978, $intern_978, $intern_978, $intern_1002, $intern_1002, $intern_178, $intern_2604, $intern_2604, $intern_978, 112, 112, 112, 112, 112, 112, 112, $intern_2631, $intern_2631, $intern_2631, $intern_2581, $intern_2581, $intern_2581, $intern_2581, $intern_2581, $intern_2581, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, 28, 28, 28, $intern_556, $intern_556, $intern_2631, $intern_2631, $intern_2631, $intern_556, $intern_586, $intern_586, $intern_586, $intern_556, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, $intern_2597, $intern_2597, $intern_2538, 31, 31, 28, 28, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, 112, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2633, $intern_2633, $intern_2634, $intern_2635, $intern_2635, $intern_2635, 1835022, 1835134, $intern_2636, $intern_2636, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2638, $intern_2638, $intern_2639, $intern_2639, $intern_2639, 1835135, 1835135, 1867391, $intern_2640, $intern_2640, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2641, $intern_2641, $intern_2642, $intern_2642, $intern_2642, $intern_2643, $intern_2643, 3934204, $intern_2644, $intern_2644, $intern_2645, $intern_2645, $intern_2645])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2646, 3670515, $intern_2647, $intern_2647, $intern_2648, $intern_2648, $intern_2648, $intern_2649, $intern_2649, $intern_2649, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2648, $intern_2650, $intern_2650, $intern_2650, $intern_2650, 3734655, 3734655, 66649215, $intern_2651, $intern_2651, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2652, $intern_2652, 3672048, $intern_2653, $intern_2653, $intern_2654, $intern_2654, $intern_2655, $intern_2655, $intern_2655, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2656, $intern_2656, $intern_2657, $intern_2657, $intern_2657, $intern_2658, $intern_2658, $intern_2658, $intern_2659, $intern_2659, $intern_2624, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2701, $intern_2701, $intern_2701, $intern_2661, $intern_2661, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2662, $intern_2662, $intern_2662, $intern_2663, $intern_2663, $intern_2663, $intern_2652, $intern_2664, $intern_2664, $intern_2664, $intern_2637, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2633, $intern_2633, $intern_2665, $intern_2665, $intern_2702, $intern_2702, $intern_2702, $intern_2702, $intern_2666, $intern_2666, 2093552, $intern_2667, $intern_2667])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2638, $intern_2638, $intern_2639, 1867772, $intern_2668, 16547839, 16547839, $intern_2703, 14681084, $intern_2669, $intern_2669, $intern_2669, 918524])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2670, $intern_2670, 1837024, $intern_2671, $intern_2671, $intern_2671, 57568, 57568, $intern_2622, $intern_2672, $intern_2672, $intern_2667, $intern_2667])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2646, $intern_2646, $intern_2673, $intern_2674, $intern_2674, $intern_2674, $intern_2674, $intern_2675, $intern_2675, $intern_2675, $intern_2676, $intern_2676, $intern_2676])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2648, $intern_2648, $intern_2677, $intern_2677, $intern_2677, $intern_2704, $intern_2704, 66981887, $intern_2678, $intern_2678, $intern_2679, $intern_2679, $intern_2679])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2652, $intern_2680, $intern_2680, $intern_2680, $intern_2652, $intern_2652, $intern_2652, $intern_2681, $intern_2682, $intern_2682, $intern_2683, $intern_2667, $intern_2667])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2656, $intern_2656, $intern_2684, $intern_2684, $intern_2637, $intern_2637, $intern_2637, $intern_2637, $intern_2637, $intern_2637, $intern_2637, $intern_2683, $intern_2683])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2660, $intern_2701, $intern_2701, $intern_2701, $intern_2667, $intern_2667, $intern_2624, $intern_2624, $intern_2624])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2662, $intern_2662, $intern_2662, $intern_2662, $intern_2662, $intern_2662, $intern_2662, $intern_2685, $intern_2685, $intern_2685, $intern_2685, $intern_2685, $intern_2685])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2633, $intern_2633, $intern_2634, $intern_2666, $intern_2666, 2093564, $intern_2705, $intern_2705, 16773596, $intern_2706, $intern_2706, $intern_2706, 14811100])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2688, $intern_2688, $intern_2689, $intern_2689, $intern_2689, 1900543, 1900543, 16580607, $intern_2686, $intern_2686, $intern_2687, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2690, $intern_2690, 64757759, 64757759, 1843199, $intern_136, $intern_136, $intern_136, $intern_2707, $intern_2707, $intern_2707, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2646, $intern_2646, $intern_2673, $intern_2673, $intern_2673, 3686396, 3686396, $intern_2692, $intern_2692, $intern_2692, 14696444, 14696444, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2648, $intern_2648, $intern_2648, $intern_2691, $intern_2691, $intern_2704, $intern_2704, 67108863, $intern_2692, $intern_2692, $intern_2693, $intern_2693, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2652, $intern_2652, $intern_2645, $intern_2645, $intern_2645, $intern_2645, $intern_2645, $intern_2692, $intern_2692, $intern_2692, $intern_2687, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2656, $intern_2656, $intern_2684, $intern_2708, $intern_2708, $intern_2708, $intern_2709, $intern_2709, $intern_2709, 33550844, 33550844, $intern_2695, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2660, 918015, 918015, $intern_2710, $intern_2710, $intern_2710, 14709247, $intern_2703, $intern_2703, $intern_2703, 14680575, $intern_2687, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2662, $intern_2696, $intern_2696, $intern_2696, 919324, 919324, 1048348, 1048348, 1048348, $intern_2711, $intern_2711, $intern_2711, 14810140])); +} + +var com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE; +function com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_$clinit__V(){ + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 13; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 3; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 1; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 3; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 1; + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, $intern_2627, 112, 112, 112, $intern_2539, 8179, 8179, 8179, 8179, $intern_178, $intern_178, $intern_178, 227, 227, 227, 227, $intern_2628, $intern_2628, $intern_2628, $intern_2628, $intern_2628, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, 112, 112, 112, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, $intern_2538, $intern_2538, $intern_178, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 224, 224, 224, $intern_2629, $intern_2629, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2629, $intern_2699, $intern_2699, $intern_2699, $intern_178, $intern_178, $intern_178, $intern_2699, $intern_2699, $intern_2699, 224, 224, $intern_2629, $intern_2629, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, 496, 496, 496, 496, $intern_2539, $intern_2700, $intern_2700, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2630, $intern_2630, $intern_2630, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [224, $intern_2597, $intern_2597, $intern_2538, $intern_2538, $intern_178, $intern_2631, $intern_2631, $intern_2597, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2538, $intern_2538, $intern_2538, 255, 255, 224, 224, 224, 224, 224, 224, $intern_2629, $intern_2629, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2631, $intern_2631, $intern_2631, $intern_178, $intern_178, $intern_178, $intern_2540, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 0, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, $intern_2554, $intern_2554, $intern_2538, $intern_2538, $intern_2538, $intern_2554, $intern_2554, $intern_2554, $intern_2554, $intern_2554, 28, 28, 28, 28, 28, 28, 28, 28, 28, 508, 508, $intern_2631, $intern_2631, $intern_2631, $intern_2540])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 448, 448, 448, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2700, $intern_2700, $intern_2700, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 496, 496, 496, 496, 496, 496, 496, 496, 496, 496, 511, 511, 511, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 127, 127, 127, 112, 112, 112, 112, 112, 112, 112, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 504, 504, $intern_2604, $intern_2604, $intern_2604, 511, 511, 511, 511, 511, 511, 511, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1000, $intern_1000, $intern_1000, $intern_1000, 448, $intern_2593, $intern_2593, $intern_2593, 448, 448, 448, 448, 448, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2538, $intern_2538, 511, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1000, $intern_1000, $intern_1000, $intern_1002, $intern_1002, $intern_178, $intern_2593, $intern_2593, $intern_997, $intern_997, 448, 448, 448, 448, 448, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, $intern_2608, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, 3612, 3612, $intern_2597, $intern_2597, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2538, $intern_2608, $intern_2608, $intern_2632, $intern_2632, 448, 448, 448, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 28, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, 448, 448, 511, 511, 511, 448, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 1, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, $intern_2538, $intern_2538, $intern_2538, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, 448, 448])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, 112, 112, $intern_586, $intern_586, $intern_586, $intern_586, $intern_586, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, 112, 112, 112, 112, 112, 112, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_2631, $intern_2631, $intern_2539, 112, 127, 127, 127, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2627, $intern_2627, $intern_2627, 127, 127, 127, 112, 112, 112, 112, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_2700, $intern_2700, $intern_2700, $intern_1001, $intern_1001, $intern_1001, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 448, 448, 448, 448, $intern_2593, $intern_2593, $intern_2593, 448, 448, 455, 511, 511, 511, 119, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2547, $intern_2700, $intern_2700, $intern_2700, $intern_2547, $intern_2547, 112, 112, 112, 112, 112, 112, $intern_2631, $intern_2631, $intern_2631, $intern_1000, $intern_1002, $intern_1002, $intern_1002, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_978, $intern_978, $intern_978, $intern_1002, $intern_1002, $intern_178, $intern_2604, $intern_2604, $intern_978, 112, 112, 112, 112, 112, 112, 112, $intern_2631, $intern_2631, $intern_2631, $intern_2581, $intern_2581, $intern_2581, $intern_2581, $intern_2581, $intern_2581, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, $intern_1001, 28, 28, 28, $intern_556, $intern_556, $intern_2631, $intern_2631, $intern_2631, $intern_556, $intern_586, $intern_586, $intern_586, $intern_556, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 2, 26, 13, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, $intern_2597, $intern_2597, $intern_2538, 31, 31, 28, 28, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, 112, 112, $intern_2539, $intern_2539, $intern_2539, 112, 112, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [66585031, 66585059, 66585057, 3933168, 1836028, 1836028, 1835516, 1966206, 2095166, 2097150, $intern_2645, $intern_2712, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2638, 60686448, 1966200, 2031740, 983292, 459007, 459263, 493567, 495608, $intern_2624, $intern_2713, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [60557184, 60557184, 1836992, 1836992, 1837024, 3934200, 4064248, 4129276, 8368636, 8385520, 8388544, $intern_2714, $intern_2645])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [3670471, 3933171, 3934192, 1837048, 1835260, 1847420, 16678012, 67075196, 67108476, 67108856, 16777208, 2097136, $intern_2624])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [7864568, 7929072, 3734776, 4062840, 8388605, 8384511, 33540094, 66880504, 66847224, 66978288, 67045360, 33554416, 16777200])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2652, 3672000, 7866352, 16254960, 32621560, 65134716, 65134716, 62978172, 65043708, 66977276, 67108856, 8388600, $intern_2712])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1966535, 4063727, 16646639, 33292798, 33030392, 32520440, 33060984, 33094776, 16579704, 4127992, $intern_2712, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2676, $intern_2683, 1982448, 2097148, 4194238, $intern_2715, 2093175, 127091, 65264, 8290288, 8388592, $intern_2637, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 0, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2662, $intern_2662, 4065152, 8128448, 8128448, 8128448, 3936224, 8128480, 8127456, 8253936, $intern_2712, $intern_2645, $intern_2637])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [54264259, 37619681, 4194272, 4194272, $intern_2702, 524160, 262040, 524284, 2097148, 2097148, 2094072, 983544, $intern_2667])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2638, 62659824, 54296568, 8142844, 16523262, 16519167, 16648191, 16678911, 16662524, 16650224, 16648160, 16648184, 918524])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [52168672, 52301792, 35588064, 2081264, 1032696, 1040636, 123132, 61692, 258302, 508414, 1032700, 1016056, 983280])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2646, 3671015, 3934207, 4163582, 8374270, 16777184, 67108800, 66846718, 66191358, 66617342, 66854908, 4067320, $intern_2683])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2648, $intern_2648, 7864572, 8258558, 8357887, $intern_136, 33553439, 67006479, 66977823, 66977919, 16646654, 1968126, 921596])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1842944, 2096896, $intern_2680, $intern_2713, 8388544, 1040352, 26152928, 67045360, $intern_2682, $intern_2682, 8259568, 4064240, 1966576])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [917967, 984007, 1991617, 2096608, $intern_2624, $intern_2716, 520176, 4182000, 4181984, 4165504, 4169600, 952304, $intern_2683])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2660, 983288, 983288, 917752, 1966331, 2031871, 2064639, 1999100, 1999868, 1017852, 1048568, 2097144, $intern_2624])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 1, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [984832, 925440, 921344, 1970048, 4132832, 4136928, 2039744, 2039744, 1974144, 1974024, $intern_2685, $intern_2685, $intern_2685])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [52167139, 1835495, 4129278, $intern_2705, 16773624, 16774136, 16777208, 16777148, 16777116, 15728540, 14942108, 14941724, 14711836])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [60569696, 60619888, 52428408, 2096760, 4194044, 4186111, 8245247, 16568319, 16516092, 16515324, 16253052, 15728700, 15728668])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [64882432, 64882432, 66981856, 66981872, 66981884, 33300478, 33431550, 33521662, 16773375, 8380671, 15827199, 15729150, 14681086])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [3670471, $intern_2646, 7865287, 8127486, 8323580, 8356348, 67099900, 66846716, 66617340, 66600958, 32514046, 15732734, $intern_2695])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [3670256, 3670264, 3670520, 7864828, 7864572, 8132863, 16662527, $intern_2675, $intern_2675, $intern_2675, 67096574, 32506110, 14680188])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2642, 4136832, $intern_2637, 8388604, 8388604, 16777214, 33357822, 66879486, 66863102, 66863102, 33046014, 32512126, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [983495, 2064839, 2089958, 4188128, 8381408, 8386432, $intern_2713, 8388504, 16746492, 33522172, 33489148, 16646268, 16252988])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1966584, 4063742, 8258044, 16712191, 33489407, 33538559, $intern_2717, $intern_2718, 16579839, 16515199, $intern_2719, $intern_2719, $intern_2687])); + com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 2, 0, 13, 26, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [919424, 985072, 2032632, 2033660, 2033660, 2035708, 4182012, 1048126, 25689118, 16775198, $intern_2720, $intern_2720, $intern_2720])); +} + +var com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE; +function com_github_yellowstonegames_place_tileset_LimitConnectivityFat_$clinit__V(){ + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 9; + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 508, 509, 509, 1, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 448, 479, 479, 31, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 504, 507, 507, 3, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 448, 479, 479, 31, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 480, 495, 495, 15, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 496, 511, 511, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 496, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 384, 447, 447, 63, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 508, 509, 509, 1, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 480, 495, 495, 15, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 504, 507, 507, 3, 511, 511, 511, 511, 511, 511, 1])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 496, 503, 503, 7, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 448, 479, 479, 31, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 451, 475, 475, 472, 479, 479, 31, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 448, 479, 479, 31, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 496, 511, 511, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 510, 511, 511, 511, 511, 511, 511, 511, 511, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 255, 255, 255, 255, 255, 255, 255, 255, 255, 1])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 254, 255, 255, 255, 255, 255, 255, 255, 255, 1])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721, $intern_2721])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2602])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2602])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2602])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2602])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2602])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2602])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2602])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2553, $intern_2602])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722, $intern_2722])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); + com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2514, $intern_2723])); +} + +var com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE; +function com_github_yellowstonegames_place_tileset_LimitedConnectivity_$clinit__V(){ + com_github_yellowstonegames_place_tileset_LimitedConnectivity_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 9; + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 56, 504, 56, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 56, 504, 56, 0, 0, 0, 0, 0, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 56, 504, 56, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 56, 504, 56, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 56, 504, 56, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 56, 504, 56, 0, 0, 0, 0, 0, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 56, 504, 56, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 56, 504, 56, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, 8223, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, 8223, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, $intern_2725, $intern_2529, $intern_2725, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, $intern_2725, $intern_2529, $intern_2725, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, 8223, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, 8223, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, $intern_2725, $intern_2529, $intern_2725, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, $intern_2725, $intern_2529, $intern_2725, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); +} + +var com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE; +function com_github_yellowstonegames_place_tileset_Maze2Wide_$clinit__V(){ + com_github_yellowstonegames_place_tileset_Maze2Wide_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 16; + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2727, $intern_2727, $intern_2728, $intern_2728, $intern_2729, $intern_2729, $intern_2728, $intern_2728, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2730, $intern_2730, $intern_2731, $intern_2731, $intern_2732, $intern_2732, $intern_2731, $intern_2731, $intern_2733, $intern_2733, $intern_2734, $intern_2734, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_4, $intern_4, 6, 6, $intern_2736, $intern_2736, $intern_2737, $intern_2737, $intern_2738, $intern_2738, $intern_984, $intern_984, $intern_343, $intern_343, 0, 0, $intern_2575, $intern_2575, 6, 6, $intern_2739, $intern_2739, $intern_2726, $intern_2726, $intern_2535, $intern_2535, $intern_2728, $intern_2728, $intern_2740, $intern_2740, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2575, $intern_2575, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_984, $intern_984, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2742, $intern_2742, $intern_987, $intern_987, $intern_2743, $intern_2743, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2535, $intern_2535, 102, 102, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2535, $intern_2535, $intern_2731, $intern_2731, $intern_2733, $intern_2733, $intern_987, $intern_987, $intern_2535, $intern_2535, 96, 96, $intern_2742, $intern_2742, $intern_2731, $intern_2731, $intern_2744, $intern_2744, $intern_2734, $intern_2734, $intern_2582, $intern_2582, 96, 96, $intern_2745, $intern_2745, $intern_2726, $intern_2726, $intern_2746, $intern_2746, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2740, $intern_2740, $intern_2728, $intern_2728, $intern_2582, $intern_2582, $intern_984, $intern_984, $intern_2735, $intern_2735, 96, 96, $intern_2741, $intern_2741, $intern_982, $intern_982, $intern_4, $intern_4, $intern_2542, $intern_2542, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_984, $intern_984, $intern_2747, $intern_2747, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2738, $intern_2738, $intern_2726, $intern_2726, $intern_2748, $intern_2748, $intern_2542, $intern_2542, $intern_4, $intern_4, 96, 96, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2740, $intern_2740, $intern_2542, $intern_2542, $intern_2733, $intern_2733, $intern_2726, $intern_2726, $intern_2747, $intern_2747, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2749, $intern_2749, $intern_2728, $intern_2728, $intern_2730, $intern_2730, $intern_2728, $intern_2728, $intern_4, $intern_4, $intern_982, $intern_982, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2750, $intern_2750, $intern_987, $intern_987, $intern_2751, $intern_2751, $intern_2737, $intern_2737, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2575, $intern_2575, $intern_2542, $intern_2542, $intern_2730, $intern_2730, $intern_2752, $intern_2752, $intern_2753, $intern_2753, $intern_984, $intern_984, $intern_2751, $intern_2751, 102, 102, $intern_2535, $intern_2535, $intern_984, $intern_984, $intern_2582, $intern_2582, $intern_2737, $intern_2737, $intern_2738, $intern_2738, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2754, $intern_2754, $intern_987, $intern_987, $intern_2575, $intern_2575, $intern_982, $intern_982, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2738, $intern_2738, $intern_984, $intern_984, $intern_2753, $intern_2753, $intern_2752, $intern_2752, $intern_2741, $intern_2741, $intern_2542, $intern_2542, $intern_2575, $intern_2575, 96, 96, $intern_4, $intern_4, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984, $intern_984, $intern_2623, $intern_2623, $intern_2542, $intern_2542, $intern_2740, $intern_2740, $intern_982, $intern_982, $intern_2753, $intern_2753, $intern_2737, $intern_2737, $intern_2623, $intern_2623, $intern_2542, $intern_2542, $intern_2575, $intern_2575, $intern_987, $intern_987, $intern_2743, $intern_2743, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2748, $intern_2748, $intern_2734, $intern_2734, $intern_2727, $intern_2727, $intern_987, $intern_987, $intern_2623, $intern_2623, $intern_982, $intern_982, $intern_2535, $intern_2535, 102, 102, $intern_2738, $intern_2738, $intern_2752, $intern_2752, $intern_2582, $intern_2582, $intern_987, $intern_987, $intern_2745, $intern_2745, 102, 102, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_2542, $intern_2542, $intern_2736, $intern_2736, $intern_2737, $intern_2737, $intern_2535, $intern_2535, 0, 0, $intern_2735, $intern_2735, 102, 102, $intern_2742, $intern_2742, $intern_2728, $intern_2728, $intern_2749, $intern_2749, $intern_987, $intern_987, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2741, $intern_2741, $intern_2731, $intern_2731, $intern_2750, $intern_2750, $intern_2734, $intern_2734, $intern_2741, $intern_2741, $intern_986, $intern_986, $intern_2727, $intern_2727, 0, 0, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_2734, $intern_2734, $intern_2535, $intern_2535, $intern_2731, $intern_2731, $intern_2750, $intern_2750, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984, $intern_984, $intern_2754, $intern_2754, $intern_2728, $intern_2728, $intern_2746, $intern_2746, 96, 96, $intern_4, $intern_4, $intern_982, $intern_982, $intern_2733, $intern_2733, $intern_2737, $intern_2737, $intern_2575, $intern_2575, $intern_2728, $intern_2728, $intern_2749, $intern_2749, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2742, $intern_2742, $intern_984, $intern_984, $intern_2746, $intern_2746, $intern_2752, $intern_2752, $intern_2741, $intern_2741, $intern_2731, $intern_2731, $intern_2750, $intern_2750, 0, 0, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2736, $intern_2736, $intern_2734, $intern_2734, $intern_2735, $intern_2735, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2742, $intern_2742, $intern_2728, $intern_2728, $intern_2746, $intern_2746, $intern_2537, $intern_2537, $intern_2748, $intern_2582, 32262, $intern_2726, $intern_2750, $intern_2750, 102, 102, $intern_2747, $intern_2747, $intern_984, $intern_984, $intern_2755, $intern_2755, $intern_2737, $intern_2737, $intern_2735, $intern_2735, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2733, $intern_2733, $intern_2731, $intern_2731, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_2727, $intern_2727, 96, 96, $intern_2741, $intern_2741, $intern_2726, $intern_2726, $intern_2753, $intern_2753, $intern_982, $intern_982, $intern_2741, $intern_2741, $intern_2728, $intern_2728, $intern_2749, $intern_2749, $intern_987, $intern_987, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2741, $intern_2741, $intern_2728, $intern_2728, $intern_2753, $intern_2753, $intern_984, $intern_984, $intern_2738, $intern_2738, $intern_2728, $intern_2728, $intern_2741, $intern_2741, 96, 96, $intern_2535, $intern_2535, $intern_2731, $intern_2731, $intern_2733, $intern_2733, $intern_2537, $intern_2537, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2755, $intern_2755, $intern_2731, $intern_2731, $intern_2727, $intern_2727, $intern_2542, $intern_2542, $intern_2743, $intern_2743, 102, 102, $intern_2742, $intern_2742, $intern_2726, $intern_2726, $intern_2738, $intern_2738, $intern_984, $intern_984, $intern_2582, $intern_2582, $intern_2537, $intern_2537, $intern_2575, $intern_2575, $intern_984, $intern_984, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2729, $intern_2729, $intern_2731, $intern_2731, $intern_2735, $intern_2735, $intern_986, $intern_986, $intern_2535, $intern_2535, 6, 6, $intern_2736, $intern_2736, $intern_2542, $intern_2542, $intern_2738, $intern_2738, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_2737, $intern_2737, $intern_2747, $intern_2747, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2733, $intern_2733, $intern_2737, $intern_2737, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_2746, $intern_2746, $intern_2752, $intern_2752, $intern_343, $intern_343, 6, 6, $intern_2738, $intern_2738, $intern_2731, $intern_2731, $intern_2741, $intern_2741, $intern_984, $intern_984, $intern_2747, $intern_2747, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_343, $intern_343, 6, 6, $intern_2575, $intern_2575, $intern_2537, $intern_2537, $intern_4, $intern_4, 6, 6, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_4, $intern_4, 6, 6, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2750, $intern_2750, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2755, $intern_2755, $intern_2731, $intern_2731, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2727, $intern_2727, 0, 0, $intern_2742, $intern_2742, $intern_2731, $intern_2731, $intern_2750, $intern_2750, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_2728, $intern_2728, $intern_2740, $intern_2740, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2738, $intern_2738, $intern_2731, $intern_2731, $intern_2745, $intern_2745, $intern_2731, $intern_2731, $intern_2729, $intern_2729, $intern_2731, $intern_2731, $intern_2750, $intern_2750, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2744, $intern_2744, $intern_2731, $intern_2731, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2727, $intern_2727, $intern_982, $intern_982, $intern_2753, $intern_2753, $intern_2734, $intern_2734, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_2542, $intern_2542, $intern_2746, $intern_2746, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2738, $intern_2738, $intern_2726, $intern_2726, $intern_2582, $intern_2582, $intern_987, $intern_987, $intern_2754, $intern_2754, $intern_2728, $intern_2728, $intern_2740, $intern_2740, $intern_982, $intern_982, $intern_2753, $intern_2753, $intern_2734, $intern_2734, $intern_2741, $intern_2741, $intern_986, $intern_986, $intern_2747, $intern_2747, $intern_987, $intern_987, $intern_2727, $intern_2727, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2745, $intern_2745, $intern_987, $intern_987, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2733, $intern_2733, $intern_2726, $intern_2726, $intern_2753, $intern_2753, 0, 0, 64639, 64639, 3168, 3168, $intern_2736, $intern_2736, $intern_2737, $intern_2737, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2623, $intern_2623, $intern_2752, $intern_2752, $intern_2729, $intern_2729, $intern_987, $intern_987, $intern_2745, $intern_2745, 102, 102, $intern_2735, $intern_2735, 96, 96, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2753, $intern_2753, $intern_984, $intern_984, $intern_2727, $intern_2727, $intern_982])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2727, $intern_2727, $intern_987, $intern_987, $intern_2751, $intern_2751, $intern_2542, $intern_2542, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2740, $intern_2740, $intern_982, $intern_982, $intern_2746, $intern_2746, $intern_2728, $intern_2728, $intern_2741, $intern_2741, $intern_984, $intern_984, $intern_2535, $intern_2535, $intern_2737, $intern_2737, $intern_2750, $intern_2750, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2743, $intern_2743, $intern_987, $intern_987, $intern_2582, $intern_2582, $intern_2542, $intern_2542, $intern_2730, $intern_2730, $intern_982, $intern_982, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2738, $intern_2738, $intern_2726, $intern_2726, $intern_2730, $intern_2730, $intern_2542, $intern_2542, $intern_2575, $intern_2575, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2745, $intern_2745, $intern_987, $intern_987, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_2623, $intern_2623, 102, 102, $intern_2747, $intern_2747, $intern_984, $intern_984, $intern_2753, $intern_2753, $intern_2537, $intern_2537, $intern_2582, $intern_2582, $intern_987, $intern_987, $intern_2743, $intern_2743, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_343, $intern_343, $intern_2734, $intern_2734, $intern_2755, $intern_2755, $intern_2731, $intern_2731, $intern_2750, $intern_2750, $intern_2734, $intern_2734, $intern_2575, $intern_2575, 6, 6, $intern_2582, $intern_2582, $intern_2728, $intern_2728, $intern_2740, $intern_2740, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2744, $intern_2744, $intern_2731, $intern_2731, $intern_2582, $intern_2582, 96, 96, $intern_2746, $intern_2746, $intern_2752, $intern_2752, $intern_2739, $intern_2739, $intern_2728, $intern_2728, $intern_2742, $intern_2742, 102, 102, $intern_2735, $intern_2735, $intern_982, $intern_982, $intern_2749, $intern_2749, $intern_2731, $intern_2731, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2742, $intern_2742, $intern_2737, $intern_2737, $intern_2738, $intern_2738, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_2752, $intern_2752, $intern_2755, $intern_2755, $intern_2737, $intern_2737, $intern_2735, $intern_2735, 102, 102, $intern_2575, $intern_2575, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2753, $intern_2753, $intern_2752, $intern_2752, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2743, $intern_2743, $intern_2731, $intern_2731, $intern_2729, $intern_2729, $intern_2728, $intern_2728, $intern_2623, $intern_2623, $intern_984, $intern_984, $intern_2575, $intern_2575, 102, 102, $intern_2747, $intern_2747, $intern_2731, $intern_2731, $intern_2756, $intern_2756, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2575, $intern_2575, $intern_2537, $intern_2537, $intern_343, $intern_343, 6, 6, $intern_2575, $intern_2575, 0, 0, $intern_2582, $intern_2582, $intern_2731, $intern_2731, $intern_2756, $intern_2756, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2740, $intern_2740, $intern_2728, $intern_2728, $intern_2748, $intern_2748, $intern_2731, $intern_2731, $intern_2743, $intern_2743, 96, 96, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2743, $intern_2743, 102, 102, $intern_2575, $intern_2575, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2735, $intern_2735, $intern_2734, $intern_2734, $intern_2748, $intern_2748, $intern_2752, $intern_2752, $intern_2740, $intern_2740, $intern_2728, $intern_2728, $intern_2754, $intern_2754, $intern_987, $intern_987, $intern_2733, $intern_2733, $intern_2728, $intern_2728, $intern_2740, $intern_2740, $intern_2752, $intern_2752, $intern_2753, $intern_2753, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2750, $intern_2750, $intern_2737, $intern_2737, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2743, $intern_2743, 102, 102, $intern_2751, $intern_2751, $intern_2731, $intern_2731, $intern_2731, $intern_2731, $intern_2731, $intern_2731, $intern_2749, $intern_2749, $intern_982, $intern_982, $intern_2735, $intern_2735, $intern_2731, $intern_2731, $intern_2729, $intern_2729, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2623, $intern_2623, $intern_2752, $intern_2752, $intern_2753, $intern_2753, 102, 102, $intern_2751, $intern_2751, $intern_2731, $intern_2731, $intern_2755, $intern_2755, $intern_2726, $intern_2726, $intern_2753, $intern_2753, $intern_982, $intern_982, $intern_2735, $intern_2735, $intern_987, $intern_987, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2741, $intern_2741, $intern_2726, $intern_2726, $intern_2753, $intern_2753, 102, 102, $intern_2623, $intern_2623, $intern_2542, $intern_2542, $intern_2727, $intern_2727, $intern_982, $intern_982, $intern_2582, $intern_2582, $intern_987, $intern_987, $intern_2743, $intern_2743, 96, 96, $intern_2575, $intern_2575, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_2752, $intern_2752, $intern_2738, $intern_2738, 102, 102, $intern_2742, $intern_2742, $intern_2752, $intern_2752, $intern_2746, $intern_2746, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_2737, $intern_2737, $intern_2623, $intern_2623, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2742, $intern_2742, $intern_2731, $intern_2731, $intern_2738, $intern_2738, 96, 96, $intern_2741, $intern_2741, $intern_2726, $intern_2726, $intern_2753, $intern_2753, 0, 0, $intern_2623, $intern_2623, $intern_2737, $intern_2737, $intern_2753, $intern_2753, $intern_982, $intern_982, $intern_2575, $intern_2575, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2742, $intern_2742, $intern_984, $intern_984, $intern_2738, $intern_2738, $intern_2737, $intern_2737, $intern_2736, $intern_2736, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_2537, $intern_2537, $intern_2739, $intern_2739, $intern_2752, $intern_2752, $intern_2753, $intern_2753, $intern_2734, $intern_2734, $intern_2753, $intern_2753, $intern_2752, $intern_2752, $intern_343, $intern_343, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2754, $intern_2754, $intern_2737, $intern_2737, $intern_2575, $intern_2575, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_2537, $intern_2537, $intern_2746, $intern_2746, $intern_2752, $intern_2752, $intern_2741, $intern_2741, 96, 96, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2753, $intern_2753, $intern_2726, $intern_2726, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2739, $intern_2739, $intern_2752, $intern_2752, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2733, $intern_2733, $intern_2728, $intern_2728, $intern_2727, $intern_2727, 0, 0, $intern_2741, $intern_2741, $intern_2728, $intern_2728, $intern_2738, $intern_2738, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2582, $intern_2582, $intern_2731, $intern_2731, $intern_4, $intern_4, $intern_2731, $intern_2731, $intern_343, $intern_343, $intern_982, $intern_982, $intern_2535, $intern_2535, 102, 102, $intern_2736, $intern_2736, $intern_2734, $intern_2734, $intern_2750, $intern_2750, $intern_2726, $intern_2726, $intern_2746, $intern_2746, $intern_2537, $intern_2537, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_2542, $intern_2542, $intern_2582, $intern_2582, 6, 6, $intern_2753, $intern_2753, $intern_2726, $intern_2726, $intern_2751, $intern_2751, $intern_987, $intern_987, $intern_2749, $intern_2749, $intern_2537, $intern_2537, $intern_4, $intern_4, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2741, $intern_2741, $intern_986, $intern_986, $intern_2747, $intern_2747, 6, 6, $intern_2746, $intern_2746, $intern_2542, $intern_2542, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2729, $intern_2729, $intern_2537, $intern_2537, $intern_2727, $intern_2727, $intern_2728, $intern_2728, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2623, $intern_2623, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2754, $intern_2754, $intern_987, $intern_987, $intern_2575, $intern_2575, $intern_984, $intern_984, $intern_2735, $intern_2735, $intern_2542, $intern_2542, $intern_2733, $intern_2733, $intern_2726, $intern_2726, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2738, $intern_2738, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2729, $intern_2729, $intern_2731, $intern_2731, $intern_2735, $intern_2735, 96, 96, $intern_2735, $intern_2735, 102, 102, $intern_2742, $intern_2742, $intern_2752, $intern_2752, $intern_2730, $intern_2730, $intern_2728, $intern_2728, $intern_2750, $intern_2750, $intern_2737, 25062, $intern_2582, $intern_2742, $intern_987, $intern_987, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2742, $intern_2742, $intern_987, $intern_987, $intern_2743, $intern_2743, $intern_984, $intern_984, $intern_2575, $intern_2575, 6, 6, $intern_2742, $intern_2742, $intern_2728, $intern_2728, $intern_2756, $intern_2756, $intern_2731, $intern_2731, $intern_2732, $intern_2732, $intern_2731, $intern_2731, $intern_2755, $intern_2755, $intern_2734, $intern_2734, $intern_2623, $intern_2623, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2733, $intern_2733, $intern_2737, $intern_2737, $intern_2575, $intern_2575, $intern_982, $intern_982, $intern_2727, $intern_2727, $intern_2542, $intern_2542, $intern_2739, $intern_2739, $intern_982, $intern_982, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_2735, $intern_2735, 102, 102, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2739, $intern_2739, $intern_2752, $intern_2752, $intern_2753, $intern_2753, 6, 6, $intern_4, $intern_4, $intern_2734, $intern_2734, $intern_2733, $intern_2733, $intern_2728, $intern_2728, $intern_2741, $intern_2741, $intern_2537, $intern_2537, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2742, $intern_2742, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2729, $intern_2729, $intern_2728, $intern_2728, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2755, $intern_2755, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_984, $intern_984, $intern_2745, $intern_2745, $intern_2737, $intern_2737, $intern_2739, $intern_2739, $intern_2726, $intern_2726, $intern_2729, $intern_2729, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2736, $intern_2736, 102, 102, $intern_2727, $intern_2727, $intern_982, $intern_982, $intern_2535, $intern_2535, 102, 102, $intern_2736, $intern_2736, 6, 6, $intern_2736, $intern_2736, $intern_2737, $intern_2737, $intern_2749, $intern_2749, $intern_2752, $intern_2752, $intern_2733, $intern_2733, $intern_2731, $intern_2731, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_4, $intern_4, $intern_2734, $intern_2734, $intern_2729, $intern_2729, $intern_2731, $intern_2731, $intern_2623, $intern_2623, $intern_2726, $intern_2726, $intern_2738, $intern_2738, $intern_2731, $intern_2731, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2738, $intern_2738, $intern_2734, $intern_2734, $intern_2742, $intern_2742, $intern_2731, $intern_2731, $intern_2733, $intern_2733, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2738, $intern_2738, $intern_2731, $intern_2731, $intern_2742, $intern_2742, $intern_982, $intern_982, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2746, $intern_2746, $intern_2542, $intern_2542, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2735, $intern_2735, $intern_986, $intern_986, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2749, $intern_2749, $intern_2731, $intern_2731, $intern_2623, $intern_2623, $intern_982, $intern_982, $intern_2739, $intern_2739, $intern_2728, $intern_2728, $intern_2535, $intern_2535, $intern_2542, $intern_2542, $intern_2623, $intern_2623, 102, 102, $intern_2747, $intern_2747, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_2542, $intern_2542, $intern_343, $intern_343, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2747, $intern_2747, $intern_2737, $intern_2737, $intern_2741, $intern_2741, $intern_2726, $intern_2726, $intern_2748, $intern_2748, $intern_2752, $intern_2752, $intern_2575, $intern_2575, 6, 6, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_2575, $intern_2575, 6, 6, $intern_2582, $intern_2582, $intern_2537, $intern_2537, $intern_343, $intern_343, $intern_987])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2727, $intern_2727, $intern_984, $intern_984, $intern_2736, $intern_2736, $intern_2737, $intern_2737, $intern_2741, $intern_2741, $intern_986, $intern_986, $intern_2746, $intern_2746, $intern_2537, $intern_2537, $intern_343, $intern_343, 96, 96, $intern_4, $intern_4, $intern_2537, $intern_2537, $intern_2748, $intern_2748, $intern_2726, $intern_2726, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2735, $intern_2735, 102, 102, $intern_2742, $intern_2742, $intern_2737, $intern_2737, $intern_2623, $intern_2623, $intern_986, $intern_986, $intern_2740, $intern_2740, $intern_2752, $intern_2752, $intern_2741, $intern_2741, 96, 96, $intern_2735, $intern_2735, $intern_987, $intern_987, $intern_2742, $intern_2742, $intern_2726, $intern_2726, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2575, $intern_2575, $intern_2734, $intern_2734, $intern_2733, $intern_2733, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_986, $intern_986, $intern_2745, $intern_2745, 102, 102, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2745, $intern_2745, $intern_987, $intern_987, $intern_2733, $intern_2733, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2575, $intern_2575, 6, 6, $intern_2623, $intern_2623, $intern_2737, $intern_2737, $intern_2742, $intern_2742, $intern_982, $intern_982, $intern_2753, $intern_2753, $intern_2734, $intern_2734, $intern_2736, $intern_2736, 102, 102, $intern_2535, $intern_2535, $intern_982, $intern_982, $intern_343, $intern_343, $intern_2731, $intern_2731, $intern_2751, $intern_2751, $intern_986])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2758, $intern_2758, $intern_2759, $intern_2759, $intern_2760, $intern_2760, $intern_2761, $intern_2761, $intern_2762, $intern_2762, $intern_2763, $intern_2763, $intern_2764, $intern_2764, $intern_2765])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2767, $intern_2767, $intern_2768, $intern_2768, $intern_2769, $intern_2769, $intern_2770, $intern_2770, $intern_2771, $intern_2771, $intern_2772, $intern_2772, 4268222463, 4268222463, $intern_2765])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2774, $intern_2774, $intern_2775, $intern_2775, $intern_2776, $intern_2776, $intern_2777, $intern_2777, $intern_2778, $intern_2778, $intern_2779, $intern_2779, $intern_2780, $intern_2780, $intern_2765])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2782, $intern_2782, $intern_2783, $intern_2783, $intern_2784, $intern_2784, $intern_2785, $intern_2785, $intern_2786, $intern_2786, $intern_2787, $intern_2787, $intern_2788, $intern_2788, $intern_2765])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2790, $intern_2790, $intern_2791, $intern_2791, $intern_2792, $intern_2792, $intern_2770, $intern_2770, $intern_2778, $intern_2778, $intern_2793, $intern_2793, $intern_2794, $intern_2794, $intern_2765])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2796, $intern_2796, $intern_2797, $intern_2797, $intern_2798, $intern_2798, $intern_2799, $intern_2799, $intern_2800, $intern_2800, $intern_2801, $intern_2801, $intern_2802, $intern_2802, $intern_2765])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2804, $intern_2804, $intern_2805, $intern_2805, $intern_2806, $intern_2806, $intern_2807, $intern_2807, $intern_2774, $intern_2774, $intern_2777, $intern_2777, $intern_2776, $intern_2776, $intern_2765])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2809, $intern_2809, $intern_2810, $intern_2810, $intern_2762, $intern_2762, $intern_2811, $intern_2811, $intern_2812, $intern_2812, $intern_2813, $intern_2813, $intern_2814, $intern_2814, $intern_2765])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2815, $intern_2815, $intern_2816, $intern_2816, $intern_2817, $intern_2817, $intern_2818, $intern_2818, $intern_2819, $intern_2819, $intern_2820, $intern_2820, $intern_2776, $intern_2776, $intern_2821])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2822, $intern_2822, $intern_2823, $intern_2823, $intern_2824, $intern_2824, $intern_2825, $intern_2825, $intern_2826, $intern_2826, $intern_2763, $intern_2763, $intern_2827, $intern_2827, $intern_2821])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2828, $intern_2828, $intern_2829, $intern_2829, 4294868607, 4294868607, 6293088, 6293088, 2145910375, 2145910375, $intern_2830, $intern_2830, $intern_2831, $intern_2831, $intern_2821])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2832, $intern_2832, $intern_2833, $intern_2833, $intern_2834, $intern_2834, $intern_2835, $intern_2835, $intern_2836, $intern_2836, $intern_2783, $intern_2783, $intern_2827, $intern_2827, $intern_2821])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, 4268228222, 4268228222, $intern_2765, $intern_2765, 2147477503, 2147477503, 6684768, 6684768, $intern_2837, $intern_2837, 1711302150, 1711302150, 3867142142, 3867142142, $intern_2821])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2838, $intern_2838, $intern_2839, $intern_2839, $intern_2812, $intern_2812, $intern_2840, $intern_2840, $intern_2841, $intern_2841, $intern_2842, $intern_2842, $intern_2843, $intern_2843, $intern_2821])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2844, $intern_2844, $intern_2845, $intern_2845, $intern_2819, $intern_2819, $intern_2785, $intern_2785, $intern_2837, $intern_2837, $intern_2846, $intern_2846, $intern_2831, $intern_2831, $intern_2821])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2847, $intern_2847, $intern_2848, $intern_2848, $intern_2815, $intern_2815, $intern_2849, $intern_2849, $intern_2850, $intern_2850, $intern_2770, $intern_2770, $intern_2851, $intern_2851, $intern_2821])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2852, $intern_2852, 1616904192, 1616904192, $intern_2780, $intern_2780, $intern_2853, $intern_2853, $intern_2774, $intern_2774, $intern_2854, $intern_2854, 3890642534, 3890642534, $intern_2855])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2856, $intern_2856, $intern_2857, $intern_2857, $intern_2858, $intern_2858, $intern_2859, $intern_2859, $intern_2860, $intern_2860, $intern_2846, $intern_2846, $intern_2861, $intern_2861, $intern_2855])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2822, $intern_2822, $intern_2862, $intern_2862, $intern_2776, $intern_2776, $intern_2863, $intern_2863, $intern_2864, $intern_2864, $intern_2846, $intern_2846, $intern_2865, $intern_2865, $intern_2855])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2866, $intern_2866, $intern_2867, $intern_2867, $intern_2868, $intern_2868, $intern_2869, $intern_2869, $intern_2812, $intern_2812, $intern_2870, $intern_2870, $intern_2871, $intern_2871, $intern_2855])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2872, $intern_2872, $intern_2873, $intern_2873, $intern_2771, $intern_2771, $intern_2874, $intern_2874, $intern_2778, $intern_2778, $intern_2875, $intern_2875, $intern_2876, $intern_2876, $intern_2855])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2877, $intern_2877, $intern_2878, $intern_2878, $intern_2879, $intern_2879, $intern_2785, $intern_2785, $intern_2800, $intern_2800, $intern_2880, $intern_2880, 4269702759, 4269702759, $intern_2855])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2881, $intern_2881, $intern_2772, $intern_2772, $intern_2882, $intern_2882, $intern_2883, $intern_2883, $intern_2837, $intern_2837, $intern_2884, $intern_2884, $intern_2885, $intern_2885, $intern_2855])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2886, $intern_2886, $intern_2854, $intern_2854, $intern_2879, $intern_2879, $intern_2887, $intern_2887, $intern_2806, $intern_2806, $intern_2888, $intern_2888, $intern_2889, $intern_2889, $intern_2855])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2890, $intern_2890, $intern_2891, $intern_2891, $intern_2892, $intern_2892, $intern_2893, $intern_2893, $intern_2837, $intern_2837, $intern_2884, $intern_2884, $intern_2885, $intern_2885, $intern_2894])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2822, $intern_2822, $intern_2768, $intern_2768, $intern_2824, $intern_2824, $intern_2808, $intern_2808, $intern_2800, $intern_2800, $intern_2895, $intern_2895, $intern_2896, $intern_2896, $intern_2894])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2890, $intern_2890, $intern_2897, $intern_2897, $intern_2898, $intern_2898, $intern_2899, $intern_2899, $intern_2837, $intern_2837, $intern_2900, $intern_2900, $intern_2901, $intern_2901, $intern_2894])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2902, $intern_2902, $intern_2867, $intern_2867, $intern_2903, $intern_2903, $intern_2904, $intern_2904, $intern_2767, $intern_2767, $intern_2763, $intern_2763, $intern_2905, $intern_2905, $intern_2894])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2844, $intern_2844, $intern_2906, $intern_2906, $intern_2837, $intern_2837, $intern_2785, $intern_2785, $intern_2778, $intern_2778, $intern_2884, $intern_2884, 4269696998, 4269696998, $intern_2894])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2907, $intern_2907, $intern_2823, $intern_2823, $intern_2826, $intern_2826, $intern_2906, $intern_2906, $intern_2908, $intern_2908, $intern_2909, $intern_2909, $intern_2910, $intern_2910, $intern_2894])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2911, $intern_2911, $intern_2909, $intern_2909, $intern_2912, $intern_2912, $intern_2913, $intern_2913, $intern_2914, $intern_2914, $intern_2873, $intern_2873, $intern_2915, $intern_2915, $intern_2894])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2916, $intern_2916, $intern_2797, $intern_2797, $intern_2917, $intern_2917, $intern_2821, $intern_2821, $intern_2890, $intern_2890, $intern_2830, $intern_2830, $intern_2905, $intern_2905, $intern_2894])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2918, $intern_2918, $intern_2919, $intern_2919, $intern_2920, $intern_2920, $intern_2921, $intern_2921, $intern_2922, $intern_2922, $intern_2839, $intern_2839, $intern_2806, $intern_2806, $intern_2853])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2923, $intern_2923, $intern_2924, $intern_2924, $intern_2925, $intern_2925, $intern_2874, $intern_2874, $intern_2926, $intern_2926, $intern_2805, $intern_2805, $intern_2927, $intern_2927, $intern_2853])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2928, $intern_2928, $intern_2929, $intern_2929, $intern_2780, $intern_2780, $intern_2930, $intern_2930, $intern_2931, $intern_2931, $intern_2768, $intern_2768, $intern_2836, $intern_2836, $intern_2853])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2886, $intern_2886, $intern_2880, $intern_2880, $intern_2804, $intern_2804, 1711670784, 1711670784, 2145904614, 2145904614, $intern_2906, $intern_2906, $intern_2932, $intern_2932, $intern_2853])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2933, $intern_2933, $intern_2807, $intern_2807, $intern_2934, $intern_2934, $intern_2935, $intern_2935, $intern_2925, $intern_2925, $intern_2823, $intern_2823, $intern_2828, $intern_2828, $intern_2853])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2936, $intern_2936, $intern_2857, $intern_2857, $intern_2852, $intern_2852, $intern_2904, $intern_2904, $intern_2901, $intern_2901, $intern_2937, $intern_2937, $intern_2938, $intern_2938, $intern_2853])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2939, $intern_2939, $intern_2940, $intern_2940, $intern_2941, $intern_2941, $intern_2768, $intern_2768, $intern_2942, $intern_2942, $intern_2842, $intern_2842, $intern_2943, $intern_2943, $intern_2853])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2943, $intern_2943, 1611030630, 1611030630, $intern_2914, $intern_2914, 1616904294, 1616904294, $intern_2831, $intern_2831, 101081190, 101081190, $intern_2938, $intern_2938, $intern_2853])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2944, $intern_2944, $intern_2930, $intern_2930, 4268228583, 4268228583, $intern_2772, $intern_2772, $intern_2933, $intern_2933, $intern_2945, $intern_2945, $intern_2815, $intern_2815, $intern_2818])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2769, $intern_2769, $intern_2946, $intern_2946, $intern_2901, $intern_2901, $intern_2781, $intern_2781, $intern_2947, $intern_2947, $intern_2775, $intern_2775, $intern_2948, $intern_2948, $intern_2818])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2886, $intern_2886, $intern_2949, $intern_2949, $intern_2925, $intern_2925, $intern_2950, $intern_2950, $intern_2951, $intern_2951, $intern_2770, $intern_2770, $intern_2812, $intern_2812, $intern_2818])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2952, $intern_2952, $intern_2880, $intern_2880, $intern_2834, $intern_2834, $intern_2953, $intern_2953, $intern_2954, $intern_2954, $intern_2867, $intern_2867, $intern_2837, $intern_2837, $intern_2818])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2926, $intern_2926, $intern_2829, $intern_2829, $intern_2955, $intern_2955, $intern_2956, $intern_2956, $intern_2868, $intern_2868, $intern_2810, $intern_2810, $intern_2786, $intern_2786, $intern_2818])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2957, $intern_2957, $intern_2839, $intern_2839, $intern_2934, $intern_2934, $intern_2818, $intern_2818, $intern_2809, $intern_2809, $intern_2797, $intern_2797, $intern_2958, $intern_2958, $intern_2818])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2959, $intern_2959, $intern_2960, $intern_2960, $intern_2914, $intern_2914, $intern_2961, $intern_2961, $intern_2962, $intern_2962, $intern_2770, $intern_2770, $intern_2812, $intern_2812, $intern_2818])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, 2120738791, 2120738791, 1617297510, 1617297510, 2145910758, 2145910758, 100663398, 100663398, $intern_2963, $intern_2963, $intern_2810, $intern_2810, $intern_2837, $intern_2837, $intern_2818])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2918, $intern_2918, $intern_2919, $intern_2919, $intern_2824, $intern_2824, $intern_2964, $intern_2964, $intern_2965, $intern_2965, $intern_2783, $intern_2783, $intern_2959, $intern_2959, $intern_2857])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2780, $intern_2780, $intern_2919, $intern_2919, $intern_2966, $intern_2966, $intern_2967, $intern_2967, $intern_2882, $intern_2882, $intern_2867, $intern_2867, $intern_2968, $intern_2968, $intern_2857])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2851, $intern_2851, $intern_2969, $intern_2969, $intern_2970, $intern_2970, $intern_2766, $intern_2766, $intern_2955, $intern_2955, $intern_2971, $intern_2971, $intern_2972, $intern_2972, $intern_2857])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2973, $intern_2973, $intern_2974, $intern_2974, $intern_2784, $intern_2784, $intern_2975, $intern_2975, $intern_2890, $intern_2890, 102, 102, $intern_2976, $intern_2976, $intern_2857])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2977, $intern_2977, $intern_2807, $intern_2807, $intern_2934, $intern_2934, $intern_2978, $intern_2978, $intern_2979, $intern_2979, $intern_2807, $intern_2807, $intern_2980, $intern_2980, $intern_2857])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2981, $intern_2981, $intern_2797, $intern_2797, $intern_2933, $intern_2933, $intern_2821, $intern_2821, $intern_2970, $intern_2970, $intern_2906, $intern_2906, $intern_2982, $intern_2982, $intern_2857])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2798, $intern_2798, $intern_2937, $intern_2937, $intern_2983, $intern_2983, $intern_2930, $intern_2930, $intern_2916, $intern_2916, $intern_2878, $intern_2878, $intern_2890, $intern_2890, $intern_2857])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2947, $intern_2947, $intern_2894, $intern_2894, $intern_2778, $intern_2778, $intern_2777, $intern_2777, $intern_2984, $intern_2984, $intern_2971, $intern_2971, $intern_2985, $intern_2985, $intern_2857])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2944, $intern_2944, $intern_2884, $intern_2884, $intern_2802, $intern_2802, $intern_2986, $intern_2986, $intern_2987, $intern_2987, $intern_2846, $intern_2846, $intern_2988, $intern_2988, $intern_2940])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2989, $intern_2989, $intern_2835, $intern_2835, $intern_2876, $intern_2876, $intern_2813, $intern_2813, $intern_2882, $intern_2882, $intern_2797, $intern_2797, $intern_2965, $intern_2965, $intern_2940])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2901, $intern_2901, $intern_2854, $intern_2854, $intern_2827, $intern_2827, $intern_2990, $intern_2990, $intern_2991, $intern_2991, $intern_2768, $intern_2768, $intern_2992, $intern_2992, $intern_2940])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, 4293289599, 4293289599, 6710886, 6710886, 3892209638, 3892209638, $intern_2940, $intern_2940, $intern_2828, $intern_2828, $intern_2870, $intern_2870, 1719664615, 1719664615, $intern_2940])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2767, $intern_2767, $intern_2842, $intern_2842, $intern_2938, $intern_2938, $intern_2993, $intern_2993, $intern_2861, $intern_2861, $intern_2768, $intern_2768, $intern_2941, $intern_2941, $intern_2940])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2994, $intern_2994, $intern_2867, $intern_2867, $intern_2812, $intern_2812, $intern_2766, $intern_2766, $intern_2944, $intern_2944, $intern_2990, $intern_2990, $intern_2995, $intern_2995, $intern_2940])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2959, $intern_2959, $intern_2960, $intern_2960, $intern_2996, $intern_2996, $intern_2956, $intern_2956, $intern_2881, $intern_2881, $intern_2797, $intern_2797, $intern_2997, $intern_2997, $intern_2940])); + com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2998, $intern_2998, $intern_2906, $intern_2906, $intern_2999, $intern_2999, $intern_3000, $intern_3000, $intern_3001, $intern_3001, $intern_2757, $intern_2757, $intern_3002, $intern_3002, $intern_2940])); +} + +var com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE; +function com_github_yellowstonegames_place_tileset_MazePlus2Wide_$clinit__V(){ + com_github_yellowstonegames_place_tileset_MazePlus2Wide_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 16; + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2727, $intern_2727, $intern_2728, $intern_2728, $intern_2729, $intern_2729, $intern_2728, $intern_2728, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2730, $intern_2730, $intern_2731, $intern_2731, $intern_2732, $intern_2732, $intern_2731, $intern_2731, $intern_2733, $intern_2733, $intern_2734, $intern_2734, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_4, $intern_4, $intern_2582, $intern_2582, $intern_2582, $intern_2582, $intern_2582, $intern_2582, $intern_4, $intern_4, 96, 96, 127, 127, 0, 0, $intern_2575, $intern_2575, 6, 6, $intern_2739, $intern_2739, $intern_2726, $intern_2726, $intern_2535, $intern_2535, $intern_2728, $intern_2728, $intern_2740, $intern_2740, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2575, $intern_2575, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_984, $intern_984, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2742, $intern_2742, $intern_987, $intern_987, $intern_2743, $intern_2743, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2535, $intern_2535, 102, 102, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2535, $intern_2535, $intern_2731, $intern_2731, $intern_2733, $intern_2733, $intern_987, $intern_987, $intern_2535, $intern_2535, 96, 96, $intern_2742, $intern_2742, $intern_2731, $intern_2731, $intern_2744, $intern_2744, $intern_2734, $intern_2734, $intern_2582, $intern_2582, 96, 96, $intern_2745, $intern_2745, $intern_2726, $intern_2726, $intern_2746, $intern_2746, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2740, $intern_2740, $intern_2728, $intern_2728, $intern_2582, $intern_2582, $intern_984, $intern_984, $intern_2735, $intern_2735, 96, 96, $intern_2741, $intern_2741, $intern_982, $intern_982, $intern_4, $intern_4, $intern_2542, $intern_2542, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_982, $intern_982, $intern_2575, $intern_2575, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_4, $intern_4, $intern_2582, $intern_2582, $intern_2582, $intern_2582, $intern_2582, $intern_2582, $intern_4, $intern_4, 96, 96, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2740, $intern_2740, $intern_2542, $intern_2542, $intern_2733, $intern_2733, $intern_2726, $intern_2726, $intern_2747, $intern_2747, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2749, $intern_2749, $intern_2728, $intern_2728, $intern_2730, $intern_2730, $intern_2728, $intern_2728, $intern_4, $intern_4, $intern_982, $intern_982, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2750, $intern_2750, $intern_987, $intern_987, $intern_2751, $intern_2751, $intern_2737, $intern_2737, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2575, $intern_2575, $intern_2542, $intern_2542, $intern_2730, $intern_2730, $intern_2752, $intern_2752, $intern_2753, $intern_2753, $intern_984, $intern_984, $intern_2751, $intern_2751, 102, 102, $intern_2535, $intern_2535, $intern_984, $intern_984, $intern_2582, $intern_2582, $intern_2737, $intern_2737, $intern_2738, $intern_2738, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2754, $intern_2754, $intern_987, $intern_987, $intern_2575, $intern_2575, $intern_982, $intern_982, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2738, $intern_2738, $intern_984, $intern_984, $intern_2753, $intern_2753, $intern_2752, $intern_2752, $intern_2741, $intern_2741, $intern_2542, $intern_2542, $intern_2575, $intern_2575, 96, 96, $intern_4, $intern_4, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984, $intern_984, $intern_2623, $intern_2623, $intern_2542, $intern_2542, $intern_2740, $intern_2740, $intern_982, $intern_982, $intern_2753, $intern_2753, $intern_2737, $intern_2737, $intern_2623, $intern_2623, $intern_2542, $intern_2542, $intern_2575, $intern_2575, $intern_987, $intern_987, $intern_2743, $intern_2743, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2748, $intern_2748, $intern_2734, $intern_2734, $intern_2727, $intern_2727, $intern_987, $intern_987, $intern_2623, $intern_2623, $intern_982, $intern_982, $intern_2535, $intern_2535, 102, 102, $intern_2738, $intern_2738, $intern_2752, $intern_2752, $intern_2582, $intern_2582, $intern_987, $intern_987, $intern_2745, $intern_2745, 102, 102, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2742, $intern_2742, 1662, 1662, $intern_2727, $intern_2727, 24702, 24702, $intern_2582, $intern_2582, 24702, 24702, $intern_2535, $intern_2535, 0, 0, $intern_2735, $intern_2735, 102, 102, $intern_2582, $intern_2582, $intern_2728, $intern_2728, $intern_2749, $intern_2749, $intern_987, $intern_987, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2741, $intern_2741, $intern_2731, $intern_2731, $intern_2750, $intern_2750, $intern_2734, $intern_2734, $intern_2741, $intern_2741, $intern_986, $intern_986, $intern_2727, $intern_2727, 0, 0, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_2734, $intern_2734, $intern_2535, $intern_2535, $intern_2731, $intern_2731, $intern_2750, $intern_2750, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984, $intern_984, $intern_2754, $intern_2754, $intern_2728, $intern_2728, $intern_2746, $intern_2746, 96, 96, $intern_4, $intern_4, $intern_982, $intern_982, $intern_2733, $intern_2733, $intern_2737, $intern_2737, $intern_2575, $intern_2575, $intern_2728, $intern_2728, $intern_2749, $intern_2749, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2742, $intern_2742, $intern_984, $intern_984, $intern_2746, $intern_2746, $intern_2748, 26526, $intern_2563, $intern_2563, 26526, $intern_2748, $intern_2753, $intern_2753, 0, 0, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2736, $intern_2736, $intern_2734, $intern_2734, $intern_2735, $intern_2735, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2742, $intern_2742, $intern_2728, $intern_2728, $intern_2746, $intern_2746, $intern_2537, $intern_2537, $intern_2748, $intern_2582, 32262, $intern_2726, $intern_2750, $intern_2750, 102, 102, $intern_2747, $intern_2747, $intern_984, $intern_984, $intern_2755, $intern_2755, $intern_2737, $intern_2737, $intern_2735, $intern_2735, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2733, $intern_2733, $intern_2731, $intern_2731, $intern_2575, $intern_2575, $intern_987, 1782, 65271, 65271, $intern_1001, $intern_1001, 32503, 32503, 26358, $intern_2731, $intern_2753, $intern_2753, $intern_982, $intern_982, $intern_2741, $intern_2741, $intern_2728, $intern_2728, $intern_2749, $intern_2749, $intern_987, $intern_987, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2741, $intern_2741, $intern_2728, $intern_2728, $intern_2753, $intern_2753, $intern_984, $intern_984, $intern_2738, $intern_2738, $intern_2728, $intern_2728, $intern_2741, $intern_2741, 96, 96, $intern_2535, $intern_2535, $intern_2731, $intern_2731, $intern_2733, $intern_2733, $intern_2537, $intern_2537, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2755, $intern_2755, $intern_2731, $intern_2731, $intern_2727, $intern_2727, $intern_2542, $intern_2542, $intern_2743, $intern_2743, 102, 102, $intern_2582, $intern_2582, $intern_2731, 26358, $intern_2746, $intern_2746, 1782, $intern_987, $intern_2582, $intern_2582, $intern_2537, $intern_2537, $intern_2575, $intern_2575, $intern_984, $intern_984, $intern_2735, $intern_2735, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2729, $intern_2729, $intern_2731, $intern_2731, $intern_2735, $intern_2735, $intern_986, $intern_986, $intern_2535, $intern_2535, 6, 6, $intern_2736, $intern_2736, $intern_2542, $intern_2542, $intern_2738, $intern_2738, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_2737, $intern_2737, $intern_2747, $intern_2747, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2733, $intern_2733, $intern_2737, $intern_2737, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_2746, $intern_2746, $intern_2752, $intern_2752, $intern_343, $intern_343, 6, 6, $intern_2738, $intern_2738, $intern_2731, $intern_2731, $intern_2741, $intern_2741, $intern_984, $intern_984, $intern_2747, $intern_2747, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_343, $intern_343, 6, 6, $intern_2575, $intern_2575, $intern_2537, $intern_2537, $intern_4, $intern_4, 6, 6, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_4, $intern_4, 6, 6, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2750, $intern_2750, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2755, $intern_2755, $intern_2731, $intern_2731, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2727, $intern_2727, 0, 0, $intern_2742, $intern_2742, $intern_2731, $intern_2731, $intern_2750, $intern_2750, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_2728, $intern_2728, $intern_2740, $intern_2740, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2738, $intern_2738, $intern_2731, $intern_2731, $intern_2745, $intern_2745, $intern_2731, $intern_2731, $intern_2729, $intern_2729, $intern_2731, $intern_2731, $intern_2750, $intern_2750, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2744, $intern_2744, $intern_2731, $intern_2731, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2727, $intern_2727, $intern_982, $intern_982, $intern_2753, $intern_2753, $intern_2734, $intern_2734, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_2542, $intern_2542, $intern_2746, $intern_2746, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2738, $intern_2738, $intern_2726, $intern_2726, $intern_2582, $intern_2582, $intern_987, $intern_987, $intern_2623, $intern_2623, $intern_2590, 31200, 61695, 61695, 31200, $intern_2590, $intern_2575, $intern_2575, $intern_2734, $intern_2734, $intern_2741, $intern_2741, $intern_986, $intern_986, $intern_2747, $intern_2747, $intern_987, $intern_987, $intern_2727, $intern_2727, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2745, $intern_2745, $intern_987, $intern_987, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2733, $intern_2733, $intern_2726, $intern_2726, $intern_2753, $intern_2753, 0, 0, 64639, 64639, 3168, 3168, $intern_2736, $intern_2736, $intern_2737, $intern_2737, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2623, $intern_2623, $intern_2752, $intern_2752, $intern_2729, $intern_2729, $intern_987, $intern_987, $intern_2745, $intern_2745, 102, 102, $intern_2735, $intern_2735, 96, 96, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2753, $intern_2753, $intern_984, $intern_984, $intern_2727, $intern_2727, $intern_982])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2727, $intern_2727, $intern_987, $intern_987, $intern_2751, $intern_2751, $intern_2542, $intern_2542, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2740, $intern_2740, $intern_982, $intern_982, $intern_2746, $intern_2746, $intern_2728, $intern_2728, $intern_2741, $intern_2741, $intern_984, $intern_984, $intern_2535, $intern_2535, $intern_2737, $intern_2737, $intern_2750, $intern_2750, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2743, $intern_2743, $intern_987, $intern_987, $intern_2582, $intern_2582, $intern_2542, $intern_2542, $intern_2730, $intern_2730, $intern_982, $intern_982, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2738, $intern_2738, $intern_2726, $intern_2726, $intern_2730, $intern_2730, $intern_2542, $intern_2542, $intern_2575, $intern_2575, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2745, $intern_2745, $intern_987, $intern_987, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_2623, $intern_2623, 102, 102, $intern_2747, $intern_2747, $intern_984, $intern_984, $intern_2753, $intern_2753, $intern_2537, $intern_2537, $intern_2582, $intern_2582, $intern_987, $intern_987, $intern_2743, $intern_2743, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_343, $intern_343, $intern_3003, $intern_3004, $intern_3004, $intern_3004, $intern_3004, $intern_3004, $intern_3005, $intern_3005, $intern_3004, $intern_3003, $intern_2575, $intern_2575, 6, 6, $intern_2582, $intern_2582, $intern_2728, $intern_2728, $intern_2740, $intern_2740, $intern_986, $intern_986, $intern_2535, $intern_2535, $intern_984])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2744, $intern_2744, $intern_2731, $intern_2731, $intern_2582, $intern_2582, 96, 96, $intern_2746, $intern_2746, $intern_2752, $intern_2752, $intern_2739, $intern_2739, $intern_2728, $intern_2728, $intern_2742, $intern_2742, 102, 102, $intern_2735, $intern_2735, $intern_982, $intern_982, $intern_2749, $intern_2749, $intern_2731, $intern_2731, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2742, $intern_2742, $intern_2737, $intern_2737, $intern_2738, $intern_2738, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_2752, $intern_2752, $intern_2755, $intern_2755, $intern_2737, $intern_2737, $intern_2735, $intern_2735, 102, 102, $intern_2575, $intern_2575, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2753, $intern_2753, $intern_2752, $intern_2752, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2743, $intern_2743, $intern_2731, $intern_2731, $intern_2729, $intern_2729, $intern_2728, $intern_2728, $intern_2623, $intern_2623, $intern_984, $intern_984, $intern_2575, $intern_2575, 102, 102, $intern_2747, $intern_2747, $intern_2731, $intern_2731, $intern_2756, $intern_2756, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2575, $intern_2575, $intern_2537, $intern_2537, $intern_343, $intern_343, 6, 6, $intern_2575, $intern_2575, 0, 0, $intern_2582, $intern_2582, $intern_2726, $intern_2726, $intern_2733, $intern_2733, $intern_2542, $intern_2542, $intern_2575, $intern_2575, $intern_2582, $intern_2582, $intern_2575, $intern_2575, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2740, $intern_2740, $intern_2728, $intern_2728, $intern_2748, $intern_2748, $intern_2731, $intern_2731, $intern_2743, $intern_2743, 96, 96, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2743, $intern_2743, 102, 102, $intern_2575, $intern_2575, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2735, $intern_2735, $intern_2734, $intern_2734, $intern_2748, $intern_2748, $intern_2752, $intern_2752, $intern_2740, $intern_2740, $intern_2728, $intern_2728, $intern_2754, $intern_2754, $intern_987, $intern_987, $intern_343, $intern_343, $intern_2734, $intern_3004, 61431, 61431, $intern_2582, $intern_2582, $intern_3005, $intern_3005, $intern_3004, $intern_2734, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2750, $intern_2750, $intern_2737, $intern_2737, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2743, $intern_2743, 102, 102, $intern_2751, $intern_2751, $intern_2731, $intern_2731, $intern_2731, $intern_2731, $intern_2731, $intern_2731, $intern_2749, $intern_2749, $intern_982, $intern_982, $intern_2735, $intern_2735, $intern_2731, $intern_2731, $intern_2729, $intern_2729, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2623, $intern_2623, $intern_2752, $intern_2752, $intern_2753, $intern_2753, 102, 102, $intern_2751, $intern_2751, $intern_2731, $intern_2731, $intern_2755, $intern_2755, $intern_2726, $intern_2726, $intern_2753, $intern_2753, $intern_982, $intern_982, $intern_2735, $intern_2735, $intern_987, $intern_987, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2741, $intern_2741, $intern_2726, $intern_2726, $intern_2753, $intern_2753, 102, 102, $intern_2623, $intern_2623, $intern_2542, $intern_2542, $intern_2727, $intern_2727, $intern_982, $intern_982, $intern_2582, $intern_2582, $intern_987, $intern_987, $intern_2743, $intern_2743, 96, 96, $intern_2575, $intern_2575, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_986, $intern_986, $intern_2741, $intern_2741, $intern_2752, $intern_2752, $intern_4, $intern_4, $intern_3003, $intern_3004, $intern_3004, $intern_3004, $intern_3004, $intern_3004, 61431, 61431, $intern_3004, $intern_3004, $intern_3005, $intern_3005, $intern_3004, $intern_3003, $intern_343, $intern_343, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2742, $intern_2742, $intern_2731, $intern_2731, $intern_2738, $intern_2738, 96, 96, $intern_2741, $intern_2741, $intern_2726, $intern_2726, $intern_2753, $intern_2753, 0, 0, $intern_2623, $intern_2623, $intern_2737, $intern_2737, $intern_2753, $intern_2753, $intern_982, $intern_982, $intern_2575, $intern_2575, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2742, $intern_2742, $intern_984, $intern_984, $intern_2738, $intern_2738, $intern_2737, $intern_2737, $intern_2736, $intern_2736, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_2537, $intern_2537, $intern_2739, $intern_2739, $intern_2752, $intern_2752, $intern_2753, $intern_2753, $intern_2734, $intern_2734, $intern_2753, $intern_2753, $intern_2752, $intern_2752, $intern_343, $intern_343, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_343, $intern_343, 28686, $intern_3004, $intern_3005, $intern_3005, $intern_3004, 28686, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_2746, $intern_2746, $intern_2752, $intern_2752, $intern_2741, $intern_2741, 96, 96, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2753, $intern_2753, $intern_2726, $intern_2726, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2739, $intern_2739, $intern_2752, $intern_2752, $intern_2535, $intern_2535, $intern_987, $intern_987, $intern_2733, $intern_2733, $intern_2728, $intern_2728, $intern_2727, $intern_2727, 0, 0, $intern_2741, $intern_2741, $intern_2728, $intern_2728, $intern_2738, $intern_2738, $intern_987, $intern_987, $intern_2535, $intern_2535, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2582, $intern_2582, $intern_2731, $intern_2731, $intern_4, $intern_4, $intern_2731, $intern_2731, $intern_343, $intern_343, $intern_982, $intern_982, $intern_2535, $intern_2535, 102, 102, $intern_2736, $intern_2736, $intern_2734, $intern_2734, $intern_2750, $intern_2750, $intern_2726, $intern_2726, $intern_2746, $intern_2746, $intern_2537, $intern_2537, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_2542, $intern_2542, $intern_2582, $intern_2582, 6, 6, $intern_2753, $intern_2753, $intern_2726, $intern_2726, $intern_2751, $intern_2751, $intern_987, $intern_987, $intern_2749, $intern_2749, $intern_2537, $intern_2537, $intern_4, $intern_4, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2741, $intern_2741, $intern_986, $intern_986, $intern_2747, $intern_2747, 6, 6, $intern_2746, $intern_2746, $intern_2542, $intern_2542, $intern_2623, $intern_2623, $intern_987, $intern_987, $intern_2729, $intern_2729, $intern_2537, $intern_2537, $intern_2727, $intern_2727, $intern_2728, $intern_2728, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2623, $intern_2623, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2754, $intern_2754, $intern_987, $intern_987, $intern_2575, $intern_2575, $intern_984, $intern_984, $intern_2735, $intern_2735, $intern_2542, $intern_2542, $intern_2733, $intern_2733, $intern_2726, $intern_2726, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2738, $intern_2738, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2729, $intern_2729, $intern_2731, $intern_2731, $intern_2735, $intern_2735, 96, 96, $intern_2735, $intern_2735, 102, 102, $intern_2582, $intern_2582, $intern_3003, $intern_3004, 28663, 28663, $intern_2582, $intern_2582, $intern_3005, $intern_3005, $intern_3004, $intern_3003, $intern_2582, $intern_2582, $intern_987, $intern_987, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2742, $intern_2742, $intern_987, $intern_987, $intern_2743, $intern_2743, $intern_984, $intern_984, $intern_2575, $intern_2575, 6, 6, $intern_2742, $intern_2742, $intern_2728, $intern_2728, $intern_2756, $intern_2756, $intern_2731, $intern_2731, $intern_2732, $intern_2732, $intern_2731, $intern_2731, $intern_2755, $intern_2755, $intern_2734, $intern_2734, $intern_2623, $intern_2623, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2733, $intern_2733, $intern_2737, $intern_2737, $intern_2575, $intern_2575, $intern_982, $intern_982, $intern_2727, $intern_2727, $intern_2542, $intern_2542, $intern_2739, $intern_2739, $intern_982, $intern_982, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_2735, $intern_2735, 102, 102, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2739, $intern_2739, $intern_2752, $intern_2752, $intern_2753, $intern_2753, 6, 6, $intern_4, $intern_4, $intern_2734, $intern_2734, $intern_2733, $intern_2733, $intern_2728, $intern_2728, $intern_2741, $intern_2741, $intern_2537, $intern_2537, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2742, $intern_2742, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2726, $intern_2729, $intern_2729, $intern_2728, $intern_2728, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2727, $intern_2727, $intern_986, $intern_986, $intern_2755, $intern_2755, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_984, $intern_984, $intern_2745, $intern_2745, $intern_2737, $intern_2737, $intern_2739, $intern_2739, $intern_2726, $intern_2726, $intern_2729, $intern_2729, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2542, $intern_2736, $intern_2736, 102, 102, $intern_2727, $intern_2727, $intern_982, $intern_982, $intern_2535, $intern_2535, 102, 102, $intern_2736, $intern_2736, 6, 6, $intern_2736, $intern_2736, $intern_2737, $intern_2737, $intern_2749, $intern_2749, $intern_2752, $intern_2752, $intern_2733, $intern_2733, $intern_2731, $intern_2731, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_4, $intern_4, 384, $intern_998, $intern_2604, $intern_2600, $intern_2582, $intern_343, $intern_343, $intern_2741, 31806, 31806, $intern_2727, $intern_4, $intern_343, $intern_2582, $intern_2600, $intern_2604, $intern_998, 0, 57351, 57351, $intern_2734, $intern_2734, $intern_2742, $intern_2742, $intern_2731, $intern_2731, $intern_2733, $intern_2733, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2738, $intern_2738, $intern_2731, $intern_2731, $intern_2742, $intern_2742, $intern_982, $intern_982, $intern_343, $intern_343, $intern_2542, $intern_2542, $intern_2746, $intern_2746, $intern_2542, $intern_2542, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2735, $intern_2735, $intern_986, $intern_986, $intern_2742, $intern_2742, $intern_986, $intern_986, $intern_2754, $intern_2754, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2749, $intern_2749, $intern_2731, $intern_2731, $intern_2623, $intern_2623, $intern_982, $intern_982, $intern_2739, $intern_2739, $intern_2728, $intern_2728, $intern_2535, $intern_2535, $intern_2542, $intern_2542, $intern_2623, $intern_2623, 102, 102, $intern_2747, $intern_2747, $intern_984, $intern_984, $intern_2742, $intern_2742, $intern_2542, $intern_2542, $intern_343, $intern_343, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2747, $intern_2747, $intern_2737, $intern_2737, $intern_2741, $intern_2741, $intern_2726, $intern_2726, $intern_2748, $intern_2748, $intern_2752, $intern_2752, $intern_2575, $intern_2575, 6, 6, $intern_343, $intern_343, $intern_2537, $intern_2537, $intern_2575, $intern_2575, 6, 6, $intern_2582, $intern_2582, $intern_2537, $intern_2537, $intern_343, $intern_343, $intern_987])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2727, $intern_2727, $intern_984, $intern_984, $intern_2736, $intern_2736, $intern_2737, $intern_2737, $intern_2741, $intern_2741, $intern_986, $intern_986, $intern_2746, $intern_2746, $intern_2537, $intern_2537, $intern_343, $intern_343, 96, 96, $intern_4, $intern_4, $intern_2537, $intern_2537, $intern_2748, $intern_2748, $intern_2726, $intern_2726, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2735, $intern_2735, 102, 102, $intern_2582, $intern_2582, $intern_2582, $intern_2582, $intern_343, $intern_343, $intern_986, $intern_986, $intern_2740, $intern_2740, $intern_2752, $intern_2752, $intern_2741, $intern_2741, 96, 96, $intern_2735, $intern_2735, $intern_987, $intern_987, $intern_2742, $intern_2742, $intern_2726, $intern_2726, $intern_2742, $intern_2742, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_986, $intern_2575, $intern_2575, $intern_2734, $intern_2734, $intern_2733, $intern_2733, $intern_2737, $intern_2737, $intern_2754, $intern_2754, $intern_986, $intern_986, $intern_2745, $intern_2745, 102, 102, $intern_2582, $intern_2582, $intern_2734, $intern_2734, $intern_2745, $intern_2745, $intern_987, $intern_987, $intern_2733, $intern_2733, $intern_2734, $intern_2734, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 32, 16, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2734, $intern_2575, $intern_2575, 6, 6, $intern_2623, $intern_2623, $intern_2737, $intern_2737, $intern_2742, $intern_2742, $intern_982, $intern_982, $intern_2753, $intern_2753, $intern_2734, $intern_2734, $intern_2736, $intern_2736, 102, 102, $intern_2535, $intern_2535, $intern_982, $intern_982, $intern_343, $intern_343, $intern_2582, $intern_2582, $intern_2582, $intern_2582, $intern_986])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2758, $intern_2758, $intern_2759, $intern_2759, $intern_2760, $intern_2760, $intern_2761, $intern_2761, $intern_2762, $intern_2762, $intern_2763, $intern_2763, $intern_2764, $intern_2764, $intern_2765])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2815, $intern_2815, $intern_2768, 1617360480, 4293326823, 4293326823, 1611136518, 1611136518, 2147416062, 2147416062, 107411040, $intern_2789, 4268228607, 4268228607, $intern_2765])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2774, $intern_2774, $intern_2775, $intern_2775, $intern_2776, $intern_2776, $intern_2777, $intern_2777, $intern_2778, $intern_2778, $intern_2779, $intern_2779, $intern_2780, $intern_2780, $intern_2765])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2782, $intern_2782, $intern_2783, $intern_2783, $intern_2784, $intern_2784, $intern_2785, $intern_2785, $intern_2786, $intern_2786, $intern_2787, $intern_2787, $intern_2788, $intern_2788, $intern_2765])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2790, $intern_2790, $intern_2791, $intern_2791, $intern_2792, $intern_2792, $intern_2770, $intern_2770, $intern_2778, $intern_2778, $intern_2793, $intern_2793, $intern_2794, $intern_2794, $intern_2765])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2796, $intern_2796, $intern_2797, $intern_2797, $intern_2798, $intern_2798, $intern_2799, $intern_2799, $intern_2800, $intern_2800, $intern_2801, $intern_2801, $intern_2802, $intern_2802, $intern_2765])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2804, $intern_2804, $intern_2805, $intern_2805, $intern_2806, $intern_2806, $intern_2807, $intern_2807, $intern_2774, $intern_2774, $intern_2777, $intern_2777, $intern_2776, $intern_2776, $intern_2765])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2809, $intern_2809, $intern_2810, 1868957190, $intern_2762, $intern_2762, 1868562528, $intern_2811, $intern_2812, $intern_2812, $intern_2813, $intern_2813, $intern_2814, $intern_2814, $intern_2765])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2815, $intern_2815, $intern_2816, $intern_2816, $intern_2817, $intern_2817, $intern_2818, $intern_2818, $intern_2819, $intern_2819, $intern_2820, $intern_2820, $intern_2776, $intern_2776, $intern_2821])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2822, $intern_2822, $intern_2823, $intern_2823, $intern_2824, $intern_2824, $intern_2825, $intern_2825, $intern_2826, $intern_2826, $intern_2763, $intern_2763, $intern_2827, $intern_2827, $intern_2821])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2828, $intern_2828, $intern_2829, $intern_2829, 4294966911, 4294966911, 8388192, 8388192, 2147483239, 2147483239, $intern_2972, $intern_2972, $intern_3006, $intern_3006, $intern_2821])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2832, $intern_2832, $intern_2833, $intern_2833, $intern_2834, $intern_2834, $intern_2835, $intern_2835, $intern_2836, $intern_2836, $intern_2783, $intern_2783, $intern_2827, $intern_2827, $intern_2821])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2984, $intern_2984, $intern_2880, 108003174, $intern_3007, $intern_3007, 8388576, 8388576, $intern_3007, $intern_3007, 1718615910, 1717592166, $intern_3006, $intern_3006, $intern_2821])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2838, $intern_2838, $intern_2839, $intern_2839, $intern_2812, $intern_2812, $intern_2840, $intern_2840, $intern_2841, $intern_2841, $intern_2842, $intern_2842, $intern_2843, $intern_2843, $intern_2821])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2844, $intern_2844, $intern_2845, $intern_2845, $intern_2819, $intern_2819, $intern_2785, $intern_2785, $intern_2837, $intern_2837, $intern_2846, $intern_2846, $intern_2831, $intern_2831, $intern_2821])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2847, $intern_2847, $intern_2848, $intern_2848, $intern_2815, $intern_2815, $intern_2849, $intern_2849, $intern_2850, $intern_2850, $intern_2770, $intern_2770, $intern_2851, $intern_2851, $intern_2821])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2955, $intern_2955, 1616936928, 1616936928, $intern_2984, $intern_2984, 100696038, 100696038, $intern_2774, $intern_2774, 107380710, 107380710, 3890642918, 3890642918, $intern_2855])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2856, $intern_2856, $intern_2857, $intern_2857, $intern_2858, $intern_2858, $intern_2859, $intern_2859, $intern_2860, $intern_2860, $intern_2846, $intern_2846, $intern_2861, $intern_2861, $intern_2855])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2822, $intern_2822, $intern_2862, $intern_2862, $intern_2776, $intern_2776, $intern_2863, $intern_2863, $intern_2864, $intern_2864, $intern_2846, $intern_2846, $intern_2865, $intern_2865, $intern_2855])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2866, $intern_2866, $intern_2867, $intern_2867, $intern_2868, $intern_2868, $intern_2869, $intern_2869, $intern_2812, $intern_2812, $intern_2870, $intern_2870, $intern_2871, $intern_2871, $intern_2855])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2872, $intern_2872, $intern_2873, $intern_2873, $intern_2771, $intern_2771, $intern_2874, $intern_2874, $intern_2778, $intern_2778, $intern_2875, $intern_2875, $intern_2876, $intern_2876, $intern_2855])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2877, $intern_2877, $intern_2878, $intern_2878, $intern_2879, $intern_2879, 1611032160, 1611034464, $intern_2800, $intern_2800, 106983270, $intern_2884, $intern_2910, $intern_2910, $intern_2855])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, 4293394047, 4293394047, 2145779808, 2145779808, $intern_2882, $intern_2882, $intern_2883, $intern_2883, $intern_2837, $intern_2837, $intern_2884, $intern_2884, $intern_2885, $intern_2885, $intern_2855])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2886, $intern_2886, $intern_2854, $intern_2854, $intern_2879, $intern_2879, $intern_2887, $intern_2887, $intern_2806, $intern_2806, $intern_2888, $intern_2888, $intern_2889, $intern_2889, $intern_2855])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2890, $intern_2890, $intern_2891, $intern_2891, $intern_2892, $intern_2892, $intern_2893, $intern_2893, $intern_2837, $intern_2837, $intern_2884, $intern_2884, $intern_2885, $intern_2885, $intern_2894])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2852, $intern_2852, $intern_2768, 1617950304, 3891263486, 3891263486, 108000768, $intern_2808, $intern_2856, $intern_2856, $intern_2895, $intern_2895, $intern_2896, $intern_2896, $intern_2894])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2890, $intern_2890, $intern_2897, $intern_2897, $intern_2898, $intern_2898, $intern_2899, $intern_2899, $intern_2837, $intern_2837, $intern_2900, $intern_2900, $intern_2901, $intern_2901, $intern_2894])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2902, $intern_2902, $intern_2867, $intern_2867, $intern_2903, $intern_2903, $intern_2904, $intern_2904, $intern_2767, $intern_2767, $intern_2763, $intern_2763, $intern_2905, $intern_2905, $intern_2894])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2844, $intern_2844, $intern_2906, $intern_2906, $intern_2837, $intern_2837, $intern_2785, $intern_2785, 2147385343, 2147385343, 106987518, 106987518, $intern_3008, $intern_3008, $intern_2894])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2907, $intern_2907, $intern_2823, $intern_2823, $intern_2826, $intern_2826, $intern_2906, $intern_2906, $intern_2908, $intern_2908, $intern_2909, $intern_2909, $intern_2910, $intern_2910, $intern_2894])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2911, $intern_2911, $intern_2909, $intern_2909, $intern_2912, $intern_2912, $intern_2913, $intern_2913, $intern_2914, $intern_2914, $intern_2873, $intern_2873, $intern_2915, $intern_2915, $intern_2894])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2916, $intern_2916, $intern_2797, $intern_2797, $intern_2917, $intern_2917, $intern_2821, $intern_2821, $intern_2890, $intern_2890, $intern_2830, $intern_2830, $intern_2905, $intern_2905, $intern_2894])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2918, $intern_2918, $intern_2919, $intern_2919, $intern_2920, $intern_2920, $intern_2921, $intern_2921, $intern_2922, $intern_2922, $intern_2839, $intern_2839, $intern_2806, $intern_2806, $intern_2853])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2923, $intern_2923, $intern_2924, $intern_2924, $intern_2925, $intern_2925, $intern_2874, $intern_2874, $intern_2926, $intern_2926, $intern_2805, $intern_2805, $intern_2927, $intern_2927, $intern_2853])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2928, $intern_2928, $intern_2929, $intern_2929, $intern_2780, $intern_2780, $intern_2930, $intern_2930, $intern_2931, $intern_2931, $intern_2768, $intern_2768, $intern_2836, $intern_2836, $intern_2853])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_3008, $intern_3008, $intern_2880, 106983270, 3890736999, $intern_2804, 1711701984, 1711697760, 2145906534, 2145902694, 1616936934, 1616936934, $intern_2932, $intern_2932, $intern_2853])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2933, $intern_2933, $intern_2807, $intern_2807, $intern_2934, $intern_2934, $intern_2935, $intern_2935, $intern_2925, $intern_2925, $intern_2823, $intern_2823, $intern_2828, $intern_2828, $intern_2853])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2936, $intern_2936, $intern_2857, $intern_2857, $intern_2852, $intern_2852, $intern_2904, $intern_2904, $intern_2901, $intern_2901, $intern_2937, $intern_2937, $intern_2938, $intern_2938, $intern_2853])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2939, $intern_2939, $intern_2940, $intern_2940, $intern_2941, $intern_2941, $intern_2768, $intern_2768, $intern_2942, $intern_2942, $intern_2842, $intern_2842, $intern_2943, $intern_2943, $intern_2853])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, 2122219494, 2122219494, 1611038694, 1611038694, $intern_2914, $intern_2914, 1616936958, 1616936958, 3867049958, 3867049958, 101089254, 101089254, $intern_2914, $intern_2914, $intern_2853])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2944, $intern_2944, 107054694, 108000870, 4268750823, 4268750823, 109051488, 109051488, 2121266815, 2121266815, 1617950214, $intern_2945, $intern_2815, $intern_2815, $intern_2818])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2769, $intern_2769, $intern_2946, $intern_2946, $intern_2901, $intern_2901, $intern_2781, $intern_2781, $intern_2947, $intern_2947, $intern_2775, $intern_2775, $intern_2948, $intern_2948, $intern_2818])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2886, $intern_2886, $intern_2949, $intern_2949, $intern_2925, $intern_2925, $intern_2950, $intern_2950, $intern_2951, $intern_2951, $intern_2770, $intern_2770, $intern_2812, $intern_2812, $intern_2818])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2952, $intern_2952, $intern_2880, $intern_2880, $intern_2834, $intern_2834, $intern_2953, $intern_2953, $intern_2954, $intern_2954, $intern_2867, $intern_2867, $intern_2837, $intern_2837, $intern_2818])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2926, $intern_2926, 1619001318, 1619001318, $intern_2955, $intern_2955, 109051872, 109051872, $intern_2868, $intern_2868, 1617427974, 1617427974, $intern_2786, $intern_2786, $intern_2818])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2957, $intern_2957, $intern_2839, $intern_2839, $intern_2934, $intern_2934, $intern_2818, $intern_2818, $intern_2809, $intern_2809, $intern_2797, $intern_2797, $intern_2958, $intern_2958, $intern_2818])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2959, $intern_2959, $intern_2960, $intern_2960, $intern_2914, $intern_2914, $intern_2961, $intern_2961, $intern_2962, $intern_2962, $intern_2770, $intern_2770, $intern_2812, $intern_2812, $intern_2818])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2931, $intern_2931, 1617303654, 1617362790, 2145845094, 2145845094, 101121894, 101062758, $intern_2963, $intern_2963, $intern_2810, $intern_2810, $intern_2837, $intern_2837, $intern_2818])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2918, $intern_2918, $intern_2919, $intern_2919, $intern_2824, $intern_2824, $intern_2964, $intern_2964, $intern_2965, $intern_2965, $intern_2783, $intern_2783, $intern_2959, $intern_2959, $intern_2857])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2780, $intern_2780, $intern_2919, $intern_2919, $intern_2966, $intern_2966, $intern_2967, $intern_2967, $intern_2882, $intern_2882, $intern_2867, $intern_2867, $intern_2968, $intern_2968, $intern_2857])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2851, $intern_2851, $intern_2969, $intern_2969, $intern_2970, $intern_2970, $intern_2766, $intern_2766, $intern_2955, $intern_2955, $intern_2971, $intern_2971, $intern_2972, $intern_2972, $intern_2857])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, $intern_2973, $intern_2973, $intern_2974, $intern_2974, $intern_2784, $intern_2784, $intern_2975, $intern_2975, $intern_2890, $intern_2890, 102, 102, $intern_2976, $intern_2976, $intern_2857])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2977, $intern_2977, $intern_2807, $intern_2807, $intern_2934, $intern_2934, $intern_2978, $intern_2978, $intern_2979, $intern_2979, $intern_2807, $intern_2807, $intern_2980, $intern_2980, $intern_2857])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2981, $intern_2981, $intern_3009, $intern_3009, 2147483263, 2147483263, 109043808, 109043808, 4294961150, 4294961150, $intern_3009, $intern_3009, $intern_2982, $intern_2982, $intern_2857])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2798, $intern_2798, $intern_2937, $intern_2937, $intern_2983, $intern_2983, $intern_2930, $intern_2930, $intern_2916, $intern_2916, $intern_2878, $intern_2878, $intern_2890, $intern_2890, $intern_2857])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2947, $intern_2947, $intern_2894, $intern_2894, $intern_2778, $intern_2778, $intern_2777, $intern_2777, $intern_2984, $intern_2984, $intern_2971, $intern_2971, $intern_2985, $intern_2985, $intern_2857])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2757, $intern_2944, $intern_2944, $intern_2884, $intern_2884, $intern_2802, $intern_2802, $intern_2986, $intern_2986, $intern_2987, $intern_2987, $intern_2846, $intern_2846, $intern_2988, $intern_2988, $intern_2940])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2766, $intern_2989, $intern_2989, $intern_2835, $intern_2835, $intern_2876, $intern_2876, $intern_2813, $intern_2813, $intern_2882, $intern_2882, $intern_2797, $intern_2797, $intern_2965, $intern_2965, $intern_2940])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2773, $intern_2901, $intern_2901, $intern_2854, $intern_2854, $intern_2827, $intern_2827, $intern_2990, $intern_2990, $intern_2991, $intern_2991, $intern_2768, $intern_2768, $intern_2992, $intern_2992, $intern_2940])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2781, 4293296127, 4293296127, 6717414, 6717414, 3892215782, 3892215782, 1711308774, 1711308774, $intern_2856, $intern_2856, 1717569030, 1717569030, 1719664639, 1719664639, $intern_2940])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2789, $intern_2767, $intern_2767, $intern_2842, $intern_2842, $intern_2938, $intern_2938, $intern_2993, $intern_2993, $intern_2861, $intern_2861, $intern_2768, $intern_2768, $intern_2941, $intern_2941, $intern_2940])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2795, $intern_2994, $intern_2994, $intern_2867, $intern_2867, $intern_2812, $intern_2812, $intern_2766, $intern_2766, $intern_2944, $intern_2944, $intern_2990, $intern_2990, $intern_2995, $intern_2995, $intern_2940])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2803, $intern_2959, $intern_2959, $intern_2960, $intern_2960, $intern_2996, $intern_2996, $intern_2956, $intern_2956, $intern_2881, $intern_2881, $intern_2797, $intern_2797, $intern_2997, $intern_2997, $intern_2940])); + com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 16, 32, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2808, $intern_2998, $intern_2998, $intern_2906, $intern_2906, $intern_2999, $intern_2999, $intern_3000, $intern_3000, $intern_3001, $intern_3001, $intern_2757, $intern_2757, $intern_3002, $intern_3002, $intern_2940])); +} + +var com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE; +function com_github_yellowstonegames_place_tileset_OpenAreas_$clinit__V(){ + com_github_yellowstonegames_place_tileset_OpenAreas_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 11; + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_970, 1927, $intern_995, $intern_995, 1987, 2019, 2035, 2043, $intern_1002, $intern_1002, $intern_1002, $intern_996, $intern_992, $intern_982, $intern_982, $intern_982, $intern_982, $intern_992, $intern_996, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978, $intern_978, $intern_978, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_990, $intern_982, $intern_985, 1551, $intern_981, $intern_981, 1566, $intern_980, $intern_980, $intern_980, $intern_980, $intern_980, $intern_980, $intern_980, $intern_981, 1599, 1663, $intern_989, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_970, $intern_991, $intern_983, $intern_983, $intern_983, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_990, $intern_994, $intern_997, $intern_998, $intern_999, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_994, $intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_994, $intern_994, $intern_978, $intern_978, $intern_978, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 1987, 1987, 1987, 1987, $intern_997, $intern_997, $intern_997, $intern_997, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, 252, 255, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_997, $intern_997, $intern_997, $intern_997, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_307, $intern_307, $intern_968, $intern_968, $intern_968, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [120, 48, 0, 31, 63, $intern_1002, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, 252, 255, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 127, 255, 511, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_1000, $intern_1000, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, 255, 255, $intern_1002, $intern_1000, $intern_978, $intern_999, $intern_998, $intern_997, $intern_994, $intern_990, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_999, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, 1999, 2023, 2035, 2035, 2023, 463, 479, 511, 511, 255, 127, 63, 60, $intern_978, $intern_999, $intern_999, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_997, $intern_998, $intern_1002, $intern_1002, $intern_1002, 511, 511, 511, 511, 511, 511, 511, 384, $intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 127, 127, 120, 120, 120, 120, 120, 120, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_978, 120, 120, 120, 120, 120, 120, 120, 120, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 15, 15, 15, 15, 15, 31, 63, 127, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_997, $intern_998, $intern_1002, $intern_1002, $intern_1002, 255, 127, 63, 63, 63, 63, 63, 127, $intern_1002, $intern_1002, $intern_1000, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 1279, 127, 63, 30, 30, 30, 30, 63, 127, 1279, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_978, 496, 480, 448, 384, 384, 384, 415, 447, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 511, 511, 511, 511, 511, 508, $intern_1000, $intern_1000, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 2039, 487, 455, 455, 455, 455, 448, $intern_997, $intern_997, $intern_997, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 31, 15, $intern_966, 1823, $intern_1002, $intern_1002, $intern_988, 1137, 112, 112, 112, 112, 112, 112, 1137, $intern_988, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 508, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_1000, $intern_1000, 508, 508, 508, 248, 112, 112, 1137, $intern_988, $intern_993, $intern_1002, $intern_1002, $intern_1002, $intern_1002])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 255, 63, 127, 127, 63, 255, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 255, 255, 255, 255, 255, 255, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 252, 252, 252, 252, 255, 255, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_1000, $intern_1000, 12, 12, 12, 12, 15, 15, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, $intern_978])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_998, $intern_998, $intern_990, $intern_990, 1855, 1855, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_999, $intern_999, $intern_999, $intern_998, 1999, $intern_996, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_307, $intern_307, $intern_44, $intern_44, $intern_307, $intern_307, $intern_968, $intern_968, $intern_1002, $intern_1002, $intern_1002, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_997, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_978, $intern_999, $intern_998, $intern_998, $intern_998, $intern_999, $intern_978, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_992, $intern_985, $intern_985, $intern_985, $intern_992, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_1000, $intern_1000, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_994, $intern_995, $intern_983, $intern_983, $intern_983, $intern_983, $intern_983, $intern_983, $intern_983, $intern_983, $intern_983, 1663, 1663, $intern_1002, $intern_1001, $intern_1001, $intern_1001, 254, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_981, $intern_981, $intern_981, $intern_981, $intern_981, $intern_981, $intern_980, $intern_980, $intern_980, $intern_980, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_1000, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_978, $intern_999, $intern_998, $intern_999, $intern_978, $intern_1000, $intern_1002, 1663, 1599, $intern_981, 1551, $intern_982, $intern_982, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_998, $intern_998, $intern_998, $intern_998, $intern_1002, $intern_1002, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, 252, 255, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 2039, 2019, 1985, $intern_998, $intern_999, $intern_978, $intern_1000, $intern_1002, $intern_1002, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_978, $intern_999, $intern_999, $intern_978, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, 255, 511, $intern_1002, $intern_999, $intern_998, $intern_997, $intern_997, $intern_997, $intern_997, $intern_997, $intern_997, $intern_997, 1985, 2017, 2033, 2041, $intern_1002, 127, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 31, 15, 7, 7, $intern_608, $intern_985, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_970, $intern_972, $intern_1002, $intern_1002, 254, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, 0, 3, $intern_991, $intern_992, 1823, 1855, 1919, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_1000, $intern_1000, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 31, 15, 7, 15, 1823, 1983, $intern_1002, $intern_1002, $intern_1000, $intern_1000, $intern_1000, $intern_627, $intern_966, $intern_966, $intern_966, $intern_966, $intern_1002, $intern_1000, $intern_1000, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [120, 0, 0, 255, 511, $intern_1002, $intern_978, $intern_999, $intern_998, $intern_997, $intern_994, $intern_990, $intern_990, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1000, $intern_1000, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 511, 511, 255, 127, 127, 247, 483, $intern_998, $intern_999, $intern_978, 248, 127, 63, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_997, $intern_998, $intern_1002, $intern_1002, $intern_1002, 511, 255, 127, 63, 7, 3, 1, $intern_999, $intern_978, $intern_1000, 124, 63, 63, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_995, $intern_995, $intern_995, $intern_995, $intern_1002, 255, 255, 252, 252, 252, 252, 252, $intern_1000, $intern_1002, $intern_1002, 63, 63, 63, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_978, 496, 0, 0, 56, 120, 248, 504, $intern_978, 2041, 2043, 63, 63, 63, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, 255, 255, 255, 255, 255, 511, $intern_586, $intern_1002, $intern_1002, $intern_981, 60, 124, 252, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_997, $intern_998, $intern_1002, $intern_1002, $intern_1002, 31, 31, 31, 31, 31, 31, 31, $intern_1002, $intern_1002, $intern_1002, 252, 252, 252, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_996, $intern_996, $intern_996, $intern_996, $intern_1002, $intern_1002, $intern_1002, 511, 511, 508, 508, 508, 508, 511, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_556, 508, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_994, $intern_994, $intern_994, $intern_1002, $intern_1002, $intern_1002, $intern_1000, 508, 508, 508, 508, 508, 508, 511, $intern_1002, $intern_1002, $intern_1002, 255, 252, 252, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 31, 63, 127, 255, 511, $intern_1000, $intern_978, $intern_978, 508, 255, 127, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 127, 127, 127, 255, 511, $intern_999, $intern_998, $intern_997, 0, 15, 31, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 252, 252, 252, 252, 252, $intern_1000, $intern_1002, $intern_1002, 63, 63, 63, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, $intern_968, 1599, 1919, $intern_1000, $intern_978, $intern_999, 992, 448, 480, 496, $intern_557, $intern_1000, $intern_1002, $intern_1002, 63, 63, 63, 63, 63])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 15, 15, 15, 15, 15, $intern_1002, $intern_1002, $intern_1002, 252, 252, 252, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, $intern_1000, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 511, 511, 511, 511, 511, $intern_1002, $intern_1002, $intern_1002, 0, 0, 60, 124, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [63, 63, 63, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 508, 508, 508, 508, 511, $intern_1002, $intern_1002, $intern_1002, 255, 252, 252, 252, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 22, 11, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [252, 252, 252, $intern_1002, $intern_1002, $intern_1002, $intern_978, $intern_978, $intern_978, 248, 248, 248, 248, 255, $intern_1002, $intern_1002, $intern_1002, 255, 0, 0, 0, 252])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2717, $intern_2717, $intern_2717, $intern_3010, $intern_3010, $intern_3010, $intern_3010, $intern_3011, $intern_3012, $intern_3012, $intern_3012])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2637, $intern_2637, $intern_2637, 1048056, 1046780, 1044607, 1046591, $intern_3013, 4193807, 4194063, $intern_3012])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3014, $intern_3014, 4178175, 1032703, 1033215, 1034239, $intern_2618, $intern_2717, $intern_2717, $intern_3012, $intern_3012])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3015, $intern_3015, $intern_3015, 917560, 917560, 925695, 925695, 4071423, 4071327, $intern_3012, $intern_3012])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2553, 130051, 4193283, 4193283, 4161539, 4161539, $intern_3012, $intern_3012, $intern_3012])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2576, $intern_2576, $intern_2568, $intern_2568, 4093952, 4095999, 4095999, 4095999, 4095903, $intern_3012, $intern_3012])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3016, $intern_3016, 516607, 516607, $intern_3017, $intern_3017, 4063743, 4063743, $intern_2717, $intern_3012, $intern_3012])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3018, 254008, 131064, 2162680, 3178488, 3734559, 4062239, 4193823, 4194079, $intern_3012, $intern_3012])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2717, $intern_2717, $intern_2717, $intern_3019, $intern_3019, $intern_3019, $intern_3019, 4128768, $intern_2713, $intern_2713, $intern_2713])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2637, $intern_2637, 4063728, 511, 511, 511, 511, 4063743, $intern_2717, $intern_2713, $intern_2713])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3014, $intern_3014, 4178943, 1041407, 1045503, 1047551, $intern_2618, $intern_2713, $intern_2713, $intern_2713, $intern_2713])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3015, $intern_3015, 4129016, $intern_2621, $intern_2621, $intern_2618, $intern_2618, $intern_2717, $intern_2717, $intern_2713, $intern_2713])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, 31, 31, $intern_2717, $intern_2717, $intern_2717, 3932160, 3932160, $intern_2713, $intern_2713])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2576, $intern_2576, 65520, $intern_1002, 3672063, 3934207, 3934207, $intern_2717, $intern_2717, $intern_2713, $intern_2713])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3016, 516159, 516223, 516351, $intern_3017, $intern_3020, $intern_2717, $intern_2637, 4194272, $intern_2714, $intern_2713])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [524280, 524284, 507966, 491551, 4128783, 4128783, 4128783, 4128775, 4128771, $intern_2714, $intern_2714])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2717, $intern_2717, $intern_2717, $intern_3021, $intern_3021, $intern_3021, $intern_3021, $intern_3022, $intern_3022, $intern_3022, $intern_3022])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2637, $intern_2637, $intern_2637, $intern_2624, $intern_2624, $intern_2618, $intern_2618, $intern_3022, $intern_3022, $intern_3022, $intern_3022])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3011, 4190239, 4192287, 1031199, 1023519, 1019679, 1017759, 4162559, 4162047, $intern_3023, 4161663])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3015, $intern_3015, $intern_3015, 1032248, 1048568, $intern_2618, $intern_2618, $intern_2717, $intern_3024, 4178047, $intern_3022])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2514, $intern_3025, 4192319, 4190271, $intern_2715, 4177983, $intern_3022, $intern_3022, $intern_3022])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2576, $intern_2555, $intern_2716, 1048568, 4190716, $intern_3024, 4178047, $intern_3022, $intern_3022, $intern_3022, $intern_3022])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3016, $intern_3016, 516159, 516223, $intern_3024, $intern_2717, $intern_2717, $intern_2717, $intern_3022, $intern_3022, $intern_3022])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3018, 520248, 522296, $intern_2569, 131064, $intern_4, $intern_343, 2097407, 3145855, 3670079, 3932223])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2717, $intern_2717, $intern_2717, $intern_3025, $intern_3025, $intern_3025, $intern_3025, $intern_2645, $intern_3026, $intern_3026, $intern_3026])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2637, $intern_2637, $intern_2637, $intern_2538, $intern_2538, $intern_2538, $intern_2538, 4165631, 4165631, $intern_3026, $intern_3026])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3014, $intern_3014, $intern_3014, $intern_2561, $intern_2561, $intern_2514, $intern_2514, $intern_2645, $intern_2645, $intern_3026, $intern_3026])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3015, $intern_3015, $intern_2712, $intern_3025, $intern_3025, $intern_3025, $intern_3025, $intern_2717, $intern_2717, $intern_3026, $intern_3026])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_4, $intern_343, $intern_141, 3145791, 3670079, 3932223, 4063292, 4128828, $intern_2645, $intern_2645])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2576, $intern_2576, $intern_2576, $intern_2553, $intern_2717, $intern_2717, $intern_3023, $intern_3023, $intern_3023, $intern_3026, $intern_3026])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3016, $intern_3016, $intern_3016, $intern_3025, $intern_2717, $intern_2717, $intern_2717, $intern_3026, $intern_3026, $intern_3026, $intern_3026])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3018, $intern_3018, $intern_3018, 516159, $intern_2715, $intern_2717, $intern_2717, $intern_2717, $intern_2717, $intern_3026, $intern_3026])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2717, $intern_2717, $intern_3027, $intern_3027, $intern_3027, $intern_3027, 7, 7, 7, $intern_4, $intern_4])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2637, $intern_2637, $intern_2637, $intern_2637, $intern_2637, $intern_2717, $intern_4, $intern_4, $intern_4, $intern_3028, $intern_3028])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3014, $intern_3014, $intern_3013, $intern_3013, $intern_3013, $intern_2717, $intern_4, $intern_3028, $intern_3028, $intern_3028, $intern_3028])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3015, $intern_3015, $intern_2712, $intern_2712, $intern_2712, $intern_2717, 130079, 64543, 64543, $intern_3028, $intern_3028])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_3020, $intern_3020, $intern_3020, $intern_3020, $intern_3020, 517119, $intern_2514, 130975, $intern_3028])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2576, $intern_2576, $intern_2637, $intern_2637, $intern_2637, $intern_2717, $intern_2717, $intern_4, $intern_4, $intern_3028, $intern_3028])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3016, $intern_3016, $intern_3011, $intern_2717, $intern_2717, $intern_2717, $intern_2717, $intern_4, $intern_4, $intern_3028, $intern_3028])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3018, $intern_3018, $intern_2712, $intern_2712, $intern_2712, $intern_2717, $intern_2717, $intern_4, $intern_4, $intern_3028, $intern_3028])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2717, $intern_2717, $intern_3020, $intern_3020, $intern_3020, $intern_3020, 58367, 58240, $intern_3029, $intern_3029, $intern_3029])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2637, $intern_2637, $intern_2637, $intern_3030, $intern_3030, $intern_3030, $intern_2514, $intern_2553, $intern_4, $intern_3029, $intern_3029])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3014, $intern_3014, $intern_2715, 4190335, $intern_2717, $intern_2717, $intern_2514, 130944, $intern_3029, $intern_3029, $intern_3029])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3015, $intern_3015, $intern_2712, $intern_2717, $intern_2717, $intern_2717, $intern_4, $intern_4, $intern_4, $intern_3029, $intern_3029])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2514, $intern_2717, $intern_2717, 4136959, 4071423, 3940351, $intern_3031, $intern_3032, $intern_3029, $intern_3029])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2576, $intern_2576, $intern_2637, $intern_2717, $intern_2717, $intern_2717, $intern_2717, $intern_4, $intern_4, $intern_3029, $intern_3029])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3016, $intern_3016, $intern_3011, $intern_3017, $intern_3020, $intern_2717, $intern_2717, $intern_3029, $intern_3029, $intern_3029, $intern_3029])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3018, $intern_3018, $intern_3033, $intern_2717, $intern_2717, $intern_2717, $intern_2717, $intern_4, $intern_4, $intern_3029, $intern_3029])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2717, $intern_2717, $intern_3034, $intern_3034, $intern_3034, $intern_3034, 7, 7, 7, $intern_2553, $intern_2553])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2637, $intern_2637, $intern_2637, $intern_3035, $intern_3035, 4178431, $intern_2545, $intern_2545, $intern_2545, $intern_2520, $intern_2520])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3014, $intern_3014, $intern_3014, $intern_3014, $intern_2717, $intern_2717, $intern_2553, $intern_2553, $intern_2553, $intern_2520, $intern_2520])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3015, $intern_3015, $intern_3015, $intern_3015, $intern_2712, $intern_2717, $intern_2553, $intern_2553, $intern_2553, $intern_2520, $intern_2520])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_2717, $intern_3030, $intern_3030, $intern_3030, $intern_3030, $intern_2520, $intern_2520, $intern_2520, $intern_2520])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2576, $intern_2576, $intern_2637, $intern_3035, $intern_3035, 4178431, 4178431, $intern_2545, $intern_2520, $intern_2520, $intern_2520])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3016, $intern_3016, 4161543, 4161543, $intern_3036, $intern_3011, $intern_2717, $intern_3025, $intern_2514, $intern_2520, $intern_2520])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3018, $intern_3018, $intern_3033, $intern_3033, $intern_2712, $intern_2717, $intern_2717, $intern_2520, $intern_2520, $intern_2520, $intern_2520])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2717, $intern_2717, $intern_3036, $intern_3036, $intern_3036, $intern_3036, $intern_2553, $intern_2541, $intern_2541, $intern_3037, $intern_3037])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2637, $intern_2637, $intern_2637, $intern_2717, $intern_2717, $intern_2717, $intern_2546, $intern_2546, $intern_2546, $intern_3037, $intern_3037])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3014, $intern_3014, 4194079, $intern_3012, $intern_2717, $intern_2717, $intern_2553, $intern_2541, $intern_2541, $intern_3037, $intern_3037])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3015, $intern_3015, $intern_2712, $intern_2717, $intern_2717, 4178175, $intern_2580, $intern_2580, $intern_2580, $intern_3037, $intern_3037])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2553, $intern_2553, $intern_3014, $intern_3014, $intern_3014, 4191231, 4191231, 127996, 127996, $intern_3037, $intern_3037])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2576, $intern_2576, $intern_2637, $intern_2717, $intern_2717, $intern_2717, 4178175, $intern_2580, $intern_2580, $intern_3037, $intern_3037])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3016, $intern_3016, 4193823, 4194079, $intern_2717, $intern_2717, $intern_2717, $intern_2541, $intern_2541, $intern_3037, $intern_3037])); + com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 11, 22, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3018, $intern_3018, $intern_3033, 4186239, $intern_3024, $intern_2717, $intern_2717, $intern_2553, $intern_2553, $intern_3037, $intern_3037])); +} + +var com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE; +function com_github_yellowstonegames_place_tileset_RoomsAndCorridors_$clinit__V(){ + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 9; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 1; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 32, 0, 1); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 511, 511, 511, 0, 0, 254, 254, 254, 254, 511, 511, 511, 254, 254, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 511, 511, 460, 460, 460, 12, 12, 12, 12, 12, 12, 511, 511, 511, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 504, 511, 511, 15, 12, 12, 126, 127, 127, 511, 510, 510, 126, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 508, 508, 460, 460, 463, 15, 0, 0, 124, 127, 127, 511, 508, 508, 124, 124, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 510, 511, 127, 127, 126, 126, 126, 126, 0, 0, 511, 511, 511, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 103, 511, 510, 0, 0, 508, 508, 508, 508, 508, 12, 511, 511, 511, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 508, 508, 31, 31, 31, 252, 252, 252, 255, 255, 511, 508, 508, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 496, 496, 499, 499, 511, 511, 0, 0, 0, 63, 127, 511, 480, 496, 56, 28, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 511, 511, 511, 0, 30, 30, 12, 508, 508, 15, 15, 15, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 511, 511, 448, 0, 254, 254, 254, 254, 254, 510, 510, 255, 255, 255, 254, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 504, 63, 63, 63, 0, 0, 0, 511, 511, 15, 12, 12, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 448, 510, 510, 62, 63, 63, 62, 62, 0, 511, 511, 15, 12, 12, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 252, 252, 255, 511, 511, 508, 0, 126, 126, 510, 510, 127, 127, 15, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 511, 511, 508, 508, 508, 508, 0, 63, 63, 511, 511, 63, 63, 63, 12, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 511, 511, 511, 255, 255, 255, 511, 511, 15, 12, 60, 60, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 126, 126, 126, 510, 511, 511, 0, 0, 252, 511, 511, 255, 252, 252, 252, 252, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 511, 511, 511, 0, 0, 252, 252, 252, 252, 255, 511, 511, 508, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 511, 511, 448, 448, 479, 31, 31, 31, 31, 31, 24, 31, 511, 511, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 504, 511, 511, 63, 0, 0, 0, 63, 63, 63, 504, 504, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [510, 510, 454, 454, 454, 511, 255, 0, 0, 254, 255, 255, 255, 510, 510, 510, 254, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 508, 511, 255, 255, 254, 254, 254, 254, 254, 254, 255, 511, 511, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 127, 511, 480, 0, 0, 504, 504, 504, 504, 504, 56, 63, 511, 511, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 508, 508, 31, 255, 255, 192, 448, 448, 15, 31, 63, 504, 504, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 254, 510, 510, 254, 255, 255, 254, 56, 56, 63, 63, 63, 504, 504, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 511, 511, 511, 0, 0, 0, 126, 126, 126, 127, 127, 511, 510, 126, 126])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 511, 511, 448, 254, 254, 254, 254, 254, 254, 254, 6, 63, 63, 511, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [504, 504, 504, 504, 63, 63, 63, 0, 248, 248, 255, 255, 255, 248, 504, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [448, 448, 448, 480, 112, 63, 31, 0, 0, 127, 127, 127, 127, 127, 511, 511, 127, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 31, 31, 31, 511, 511, 511, 31, 31, 0, 0, 0, 63, 63, 511, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 255, 255, 192, 478, 478, 478, 30, 254, 254, 254, 254, 255, 255, 511, 510, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28, 28, 28, 28, 511, 511, 511, 0, 252, 252, 255, 255, 255, 252, 508, 508, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 254, 254, 254, 510, 511, 511, 254, 0, 0, 63, 63, 63, 56, 504, 504, 56, 56])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 16, 0, 1); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6175, 6175, 6559, 260511, 260511, 260511, $intern_2586, $intern_2586, $intern_2586])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6156, 6156, $intern_178, $intern_2514, $intern_2569, $intern_2569, $intern_2586, $intern_2586, $intern_2586])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2529, $intern_2530, $intern_2530, $intern_2530, 12319, 12319, $intern_2586, $intern_2586, $intern_2586])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28684, $intern_2567, $intern_2514, $intern_2514, $intern_2586, $intern_2586, $intern_2605, $intern_2605, $intern_2586])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6175, 6175, 6175, $intern_3038, 260152, 260208, $intern_2577, $intern_2573, $intern_2573])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6156, 6156, 16332, 262092, $intern_2514, $intern_2514, $intern_141, $intern_2573, $intern_2573])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2529, $intern_2514, $intern_2514, $intern_2514, 16332, 16332, 65472, 65472, $intern_2573])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28684, 258060, $intern_2567, $intern_2567, $intern_141, $intern_141, $intern_141, $intern_2573, $intern_2573])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6175, 6175, 6175, $intern_2584, $intern_2584, $intern_3038, 6172, 6172, 6172])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6156, 6652, 6655, $intern_2584, $intern_2565, $intern_2565, 6652, 6172, 6172])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2529, $intern_2551, $intern_2551, $intern_2514, 7167, 7135, 7132, 7132, 6172])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28684, $intern_2532, 262047, 262047, $intern_2606, $intern_2606, $intern_2606, 6172, 6172])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6175, 65311, 65311, 261919, 261912, 261912, 65304, 6200, 6256])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [6156, 6652, 6652, $intern_2565, $intern_2584, $intern_2584, 6655, 6652, 6240])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2529, $intern_3038, $intern_2588, $intern_2588, 6240, 6240, 6240, 6240, 6240])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [28684, 261644, 261900, $intern_2532, 130047, 129535, 129279, 129120, 6240])); +} + +var com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE; +function com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_$clinit__V(){ + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = false; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 9; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 1; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 16, 0, 1); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 508, 508, 12, 12, 12, 12, 126, 126, 126, 126, 127, 127, 126, 24, 24, 24, 24])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 510, 510, 254, 254, 238, 238, 238, 254, 254, 254, 31, 31, 24, 24, 24, 24, 24])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 252, 252, 192, 192, 510, 510, 254, 254, 254, 254, 255, 255, 24, 24, 24, 24, 24])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 96, 96, 96, 96, 480, 480, 192, 192, 192, 192, 223, 223, 216, 216, 248, 248, 24])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 508, 508, 12, 12, 12, 12, 12, 12, 12, 12, 255, 255, 192, 192, 192, 192, 192])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 510, 510, 254, 254, 254, 12, 12, 254, 254, 254, 255, 255, 192, 192, 192, 192, 192])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 12, 508, 508, 399, 399, 415, 63, 126, 252, 508, 511, 495, 448, 448, 192, 192, 192])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 96, 96, 224, 224, 480, 480, 224, 224, 224, 224, 255, 255, 224, 224, 224, 224, 192])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 508, 508, 48, 48, 48, 48, 48, 48, 511, 511, 511, 455, 455, 455, 511, 511, 511])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 510, 510, 6, 6, 6, 6, 6, 254, 254, 192, 192, 192, 192, 255, 255, 24, 24])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 511, 511, 510, 510])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 254, 254, 198, 198, 454, 454, 6, 6, 6, 6, 6, 6, 6, 31, 31, 24, 24])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 510, 510, 510, 510, 510, 510, 204, 204, 204, 204, 510, 510, 510, 511, 511, 510, 192])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 510, 510, 102, 118, 118, 54, 246, 246, 198, 246, 246, 54, 54, 247, 247, 192, 192])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [12, 508, 508, 384, 446, 446, 446, 510, 510, 446, 446, 446, 384, 384, 511, 511, 192, 192])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [96, 96, 108, 108, 108, 508, 508, 240, 240, 240, 240, 254, 254, 254, 255, 255, 192, 192])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 16, 0, 1); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_393, $intern_2514, $intern_2514, $intern_3039, $intern_3039, $intern_3039, $intern_3039, $intern_2567, $intern_2567])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_393, $intern_2568, $intern_2567, $intern_2567, 30750, 12351, 63, 30, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_393, $intern_141, $intern_2514, 258144, $intern_2615, $intern_2615, $intern_2615, $intern_2577, $intern_2577])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_393, $intern_2600, $intern_2567, 259068, $intern_582, $intern_586, $intern_586, $intern_582, 96])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2559, $intern_2553, $intern_2514, 230396, 130044, 129024, $intern_2572, $intern_2572, $intern_2572])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2559, 98812, $intern_2567, $intern_2532, 130956, $intern_2558, $intern_2558, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2559, 98431, 229503, 229472, 98400, 98400, 98400, 131040, 131040])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2559, $intern_2541, $intern_2567, 249036, 117964, $intern_2553, $intern_2553, 96, 96])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_393, 12295, 14343, 15366, 7686, $intern_2564, $intern_2564, 12, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_393, $intern_2602, $intern_2602, 99840, 99840, $intern_2523, $intern_2523, 130572, 130572])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_393, 12415, 30847, 64608, 118368, 231392, 231392, 130656, 64608])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_393, $intern_393, $intern_393, $intern_393, $intern_393, $intern_2514, $intern_2514, 96, 96])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2559, $intern_2553, $intern_2553, 768, 768, 132992, $intern_2567, $intern_2567, 12])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2559, 100320, 100348, 100348, 102382, 262127, 262127, 4046, 4044])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2559, $intern_2553, $intern_2553, $intern_1001, $intern_1001, $intern_2564, $intern_2564, $intern_1001, 96])); + com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2559, 127982, 127982, $intern_2575, $intern_4, 259055, 259055, 62447, 96])); +} + +var com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE; +function com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_$clinit__V(){ + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 9; + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 126, 126, 126, 510, 126, 127, 126, 126, 0, 0, 0, 0, 0, 0, 496, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 31, 16, 496, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 31, 16, 496, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 254, 254, 254, 510, 254, 255, 254, 254, 0, 0, 0, 0, 31, 16, 496, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 254, 254, 255, 254, 510, 254, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 31, 16, 496, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 31, 16, 496, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 124, 508, 124, 124, 127, 124, 124, 0, 0, 0, 0, 0, 0, 496, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 124, 124, 508, 124, 124, 16, 16, 124, 124, 124, 124, 124, 0, 0, 496, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 31, 0, 0, 0, 0, 0, 0, 0, 0, 31, 16, 496, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 254, 254, 510, 254, 254, 254, 254, 0, 0, 0, 0, 0, 31, 16, 496, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 16, 31, 0, 0, 0, 0, 0, 0, 31, 16, 496, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 124, 124, 508, 124, 124, 124, 124, 124, 124, 124, 124, 124, 127, 124, 508, 124, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 31, 0, 0, 0, 0, 0, 0, 0, 0, 31, 16, 496, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 0, 0, 0, 31, 16, 496, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 31, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 124, 124, 511, 124, 124, 124, 124, 124, 124, 124, 124, 127, 124, 124, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 31, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 124, 124, 124, 511, 124, 124, 124, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 124, 508, 124, 124, 127, 124, 124, 124, 124, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 16, 16, 16, 252, 252, 252, 252, 252, 252, 252, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 31, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 124, 127, 124, 124, 124, 124, 124, 124, 127, 124, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 124, 124, 508, 127, 124, 124, 124, 124, 124, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 31, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 254, 254, 254, 511, 254, 254, 254, 254, 254, 254, 254, 254, 511, 254, 254, 254, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 124, 124, 124, 124, 124, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 124, 124, 508, 124, 127, 124, 124, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 254, 254, 254, 254, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 124, 124, 508, 124, 124, 127, 124, 124, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 126, 510, 126, 126, 126, 126, 0, 0, 0, 0, 0, 496, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 31, 0, 0, 0, 0, 0, 0, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 124, 508, 124, 124, 124, 124, 124, 124, 124, 0, 0, 511, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 504, 8, 8, 15, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 124, 508, 124, 124, 124, 124, 124, 0, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 124, 124, 508, 127, 124, 124, 124, 124, 124, 0, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 254, 510, 254, 254, 254, 254, 254, 254, 254, 0, 0, 511, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 31, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 127, 127, 127, 511, 127, 127, 127, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 126, 126, 126, 510, 126, 127, 126, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 252, 252, 508, 252, 252, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 511, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, 496, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 31, 16, 16, 16, 16, 16, 16, 16, 16, 31, 16, 16, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 16, 16, 16, 16, 252, 252, 252, 252, 255, 252, 252, 16, 16])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 124, 127, 124, 124, 124, 124, 124, 124, 127, 124, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 31, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 18, 9, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [0, 0, 0, 496, 16, 16, 16, 16, 16, 16, 16, 16, 16, 31, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, 8700, 8700, 8700, 8703, 8700, 8700, 8700, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, 8223, $intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, $intern_3040, $intern_3040, $intern_3040, 130079, $intern_3040, $intern_3040, $intern_3040, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, $intern_3041, 65055, $intern_3041, $intern_3041, $intern_3041, $intern_3041, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, 8254, 8254, 260159, 260158, 260158, $intern_3042, $intern_3042, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, $intern_978, $intern_978, $intern_978, 255999, 10232, 10232, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 31, $intern_3043, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, 8223, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_3041, $intern_3041, 65055, $intern_3041, $intern_3041, $intern_3041, $intern_3041, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, $intern_3044, $intern_3044, $intern_3044, 63519, $intern_3044, $intern_3044, $intern_3044, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 65424, 65424, $intern_3028, 65424, 65424, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, 16144, $intern_2525, 261904, 16144, 16144, 16144, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 254, 254, 255, 254206, 8446, 8446, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, 8316, 8316, 8319, $intern_2600, 8316, 8316, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, $intern_2536, $intern_2536, $intern_4, $intern_2536, $intern_2536, $intern_2536, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_3041, $intern_3041, 65055, $intern_2555, 65024, 65024, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 64528, 64528, $intern_2514, 64512, 64512, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 31, $intern_2555, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2591, $intern_141, $intern_2591, $intern_2591, $intern_2591, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_141, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, $intern_2600, $intern_2600, $intern_141, $intern_2600, $intern_2600, $intern_2600, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, 8223, $intern_2555, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, $intern_556, $intern_556, $intern_586, $intern_2567, 9212, 9212, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_3042, $intern_3042, $intern_3038, $intern_3042, $intern_3042, $intern_3042, $intern_3042, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 31, $intern_3043, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_3045, $intern_3045, 258047, $intern_3045, $intern_3045, $intern_3045, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2592, $intern_2592, $intern_343, $intern_2569, $intern_2592, $intern_2592, $intern_2592, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, $intern_3046, $intern_3046, 261919, $intern_3046, $intern_3046, $intern_3046, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 31, $intern_3043, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2591, $intern_2591, $intern_141, $intern_2555, $intern_2591, $intern_2591, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 3984, 3984, 258047, $intern_3045, $intern_3045, $intern_3045, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 31, $intern_3043, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2556, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_3046, 65311, 261904, $intern_3046, $intern_3046, $intern_3046, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, $intern_978, $intern_978, 255999, 10232, 10232, 10232, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 31, $intern_3043, $intern_2724, $intern_2724, $intern_2724, $intern_2724])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2592, $intern_2592, $intern_343, $intern_2569, $intern_2592, $intern_2592, $intern_2592, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 16, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, $intern_3046, $intern_3046, 65311, $intern_2555, $intern_83, $intern_83, $intern_83, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, 8223, $intern_2555, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, $intern_3046, $intern_3046, $intern_3046, $intern_2514, $intern_83, $intern_83, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 31, $intern_2555, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, $intern_2724, $intern_2514, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, 126992, 126992, $intern_2546, $intern_2555, 126976, 126976, 126976, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 124, 124, $intern_2514, 8316, 8316, 8316, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 31, $intern_2555, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, 261648, 261648, 261648, $intern_2514, $intern_2723, $intern_2723, $intern_2723, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2724, $intern_2724, $intern_2724, 8223, $intern_2555, $intern_392, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 130576, 130576, $intern_2514, $intern_2602, $intern_392, $intern_392, $intern_392])); + com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 9, 18, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16, 16, 16, 31, $intern_2555, $intern_392, $intern_392, $intern_392, $intern_392])); +} + +var com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE; +function com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_$clinit__V(){ + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = true; + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 15; + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 3; + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 1; + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 3; + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 1; + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3047, $intern_3047, $intern_2570, $intern_2570, $intern_3047, $intern_3047, $intern_3032, $intern_2632, $intern_538, 511, 255, 255, 127, 127, 127, 127, 127, 63, 127, 127, 255, 243, 448, 26496, $intern_3032, $intern_3047, $intern_3047, $intern_2570, $intern_3047, $intern_3047])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3032, $intern_2590, $intern_2549, $intern_2592, $intern_2582, $intern_343, 31871, 3079, 3585, $intern_982, $intern_990, $intern_997, $intern_2581, $intern_2604, $intern_2600, $intern_2600, $intern_2582, $intern_2582, $intern_2582, $intern_343, $intern_141, $intern_141, 8185, 28656, 31680, $intern_2552, $intern_2570, $intern_2570, $intern_3047, $intern_3047])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3047, $intern_3047, $intern_2570, $intern_2570, 31745, $intern_2578, 32495, $intern_178, $intern_2547, $intern_1000, $intern_2547, $intern_2547, $intern_2547, $intern_1000, $intern_1000, $intern_557, 224, 0, 0, 0, 0, 1, 15, 24639, $intern_3048, $intern_2582, $intern_2590, $intern_3032, $intern_3047, $intern_3047])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 480, 480, 240, 240, 16504, 24696, 28732, 30751, 15887, 3999, $intern_1002, $intern_586, 255, 127, 127, 127, 63, 63, 31, 15, 3, 0, $intern_2537, $intern_2568, $intern_2552, $intern_2570, $intern_2570, $intern_3047, $intern_3047])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 992, $intern_998, $intern_2597, $intern_2700, $intern_343, $intern_343, $intern_343, $intern_343, $intern_2586, $intern_2581, $intern_998, 0, 0, 496, $intern_557, $intern_1000, $intern_1000, $intern_1001, $intern_1002, $intern_1002, 2043, 4081, $intern_2570, $intern_2552, $intern_2552, $intern_2570, $intern_2570, $intern_3047, $intern_3047])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 480, $intern_998, $intern_2581, 8185, 24575, $intern_343, $intern_343, $intern_2582, $intern_2600, $intern_2581, $intern_998, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, 24703, $intern_343, $intern_2582, $intern_2572, $intern_2590, $intern_3032, $intern_3047])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 960, $intern_994, $intern_2594, $intern_3049, $intern_3047, $intern_3050, $intern_2590, 18427, 511, 255, 255, 127, 127, 127, 127, 127, 63, 127, 127, 255, 499, 960, 28608, $intern_3032, $intern_3032, $intern_2570, $intern_2570, $intern_3047, $intern_3047])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [992, $intern_2608, $intern_2631, $intern_2605, $intern_2605, $intern_343, $intern_343, $intern_343, $intern_343, $intern_343, $intern_2605, $intern_2605, $intern_2631, $intern_2608, 992, 248, 508, $intern_582, $intern_582, $intern_586, $intern_586, $intern_586, 2045, 28664, $intern_3032, $intern_3047, $intern_2570, $intern_2570, $intern_3047, $intern_3047])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [992, $intern_2595, $intern_2539, $intern_2539, 16377, $intern_343, $intern_343, $intern_343, 24574, $intern_2608, 960, 0, 0, 0, 248, 508, $intern_582, $intern_582, $intern_582, $intern_582, $intern_582, 511, 255, 24703, 31231, $intern_2582, $intern_2549, $intern_2590, $intern_3032, $intern_3047])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3047, $intern_3047, $intern_2570, $intern_3047, $intern_3047, $intern_3047, 28544, $intern_617, $intern_555, 511, 255, 255, 63, 127, 127, 127, 127, 63, 127, 127, 255, 16895, 26608, $intern_3050, $intern_3032, $intern_3049, $intern_55, $intern_2594, $intern_994, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3047, $intern_3032, $intern_3050, $intern_2549, $intern_2572, $intern_343, 24703, 31, 3, 0, 0, 0, 0, 0, 0, 768, $intern_2632, $intern_2604, $intern_2700, $intern_178, $intern_178, 24575, 32753, $intern_2549, $intern_2549, $intern_2591, $intern_2595, $intern_997, $intern_994, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3047, $intern_3047, $intern_2570, $intern_2570, 32257, 32515, 32647, 8143, $intern_582, 508, 508, 248, $intern_557, $intern_978, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_2597, $intern_978, 18417, 26371, 32655, $intern_343, $intern_2605, $intern_2597, $intern_999, $intern_994, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 480, 480, 480, 496, 16624, 28920, $intern_2592, $intern_343, $intern_141, $intern_2538, $intern_1002, 511, 255, 127, 127, 127, 63, 63, 3999, 8143, 32739, $intern_2590, $intern_2590, $intern_2590, $intern_2577, $intern_2593, $intern_2594, $intern_994, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 480, 240, 120, 62, 24639, 30847, $intern_343, $intern_343, $intern_2604, 0, 0, 0, 0, 0, 960, $intern_2581, $intern_2604, $intern_2605, $intern_141, $intern_343, $intern_343, $intern_343, $intern_2582, $intern_2572, $intern_2600, $intern_2604, $intern_2581, $intern_997, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 480, 240, 240, 505, 18427, 28671, 28671, $intern_2582, $intern_2605, $intern_2700, $intern_2700, $intern_2597, $intern_2597, $intern_978, 480, 0, 0, 0, $intern_997, $intern_2595, 24569, $intern_343, $intern_343, $intern_343, $intern_2605, $intern_2581, $intern_997, $intern_994, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 960, $intern_994, 8064, $intern_3031, $intern_3032, $intern_3050, 30688, 16639, 127, 127, 63, 63, 127, 127, 127, 127, 63, 127, 255, 255, 16895, $intern_2572, $intern_2590, $intern_3032, $intern_3031, $intern_55, $intern_2594, $intern_994, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [992, $intern_2581, $intern_2604, $intern_2604, $intern_2605, $intern_343, $intern_343, $intern_343, 32765, $intern_2604, $intern_2581, 960, 0, 0, 0, 0, 0, 0, 124, 511, $intern_586, 28647, 32705, $intern_3047, $intern_2552, 0, 0, 0, 0, 0])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 960, $intern_994, 3840, 15363, 31751, 32575, $intern_343, 16864, 0, 0, 0, 0, 0, 0, 0, 0, 448, $intern_999, $intern_2608, $intern_2631, $intern_343, $intern_343, $intern_343, $intern_343, $intern_2605, $intern_2631, $intern_2608, $intern_999, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 2, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3047, $intern_3047, $intern_2570, $intern_2570, $intern_2552, $intern_2568, $intern_2568, $intern_2566, 14339, 7183, 7199, 7743, 3647, 3967, $intern_1002, $intern_2538, $intern_178, $intern_141, $intern_343, $intern_343, $intern_343, 24571, $intern_2581, $intern_978, 504, 240, 112, 224, 480, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 2, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3047, $intern_3050, $intern_2549, $intern_2572, $intern_2582, 30783, 28687, $intern_2578, 30721, $intern_3051, 7168, 7680, $intern_2632, $intern_2581, $intern_2608, $intern_2631, $intern_2631, $intern_2605, $intern_2582, $intern_343, $intern_343, $intern_343, 8185, $intern_999, 496, 496, 224, 224, 480, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 0, 0, 2, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3047, $intern_3047, $intern_2570, $intern_2570, 31745, 30723, 24583, 15, 30, 60, 248, $intern_556, $intern_1001, $intern_1001, $intern_2538, $intern_2538, $intern_178, $intern_141, $intern_2582, $intern_2582, 25596, 16639, 31, 31, 63, 126, 124, 240, 480, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 2, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 480, 496, 240, 248, 16508, 24700, 24700, $intern_2739, $intern_141, $intern_141, $intern_141, $intern_343, $intern_343, $intern_343, $intern_343, $intern_141, $intern_141, $intern_343, 26527, 24607, 16415, 30, 62, 124, 120, 248, 240, 480, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 2, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 480, 240, 120, 62, 16447, 25087, 30719, $intern_343, $intern_2605, $intern_2700, $intern_2700, $intern_2700, $intern_2700, $intern_2597, $intern_2631, $intern_2604, $intern_2600, 31774, $intern_3052, 24607, 16415, 253, 504, 504, 504, 504, 240, 480, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 1, 0, 2, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 480, 224, 112, 113, 16499, 24827, 32255, $intern_2582, $intern_2600, $intern_2604, 112, 0, 0, 0, 0, $intern_994, $intern_2577, $intern_2549, $intern_2592, $intern_2572, 20479, $intern_1002, $intern_1002, $intern_1002, $intern_1001, $intern_1001, $intern_556, 504, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 2, 0, 2, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 960, $intern_994, $intern_2632, $intern_2577, $intern_2590, $intern_2590, $intern_2590, 20467, $intern_1002, 127, 63, 63, 127, 255, $intern_1002, $intern_178, $intern_141, $intern_343, $intern_2548, 30751, 16415, 31, 62, 62, 124, 120, 240, 480, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 2, 0, 2, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, $intern_998, $intern_2595, $intern_2604, $intern_2605, $intern_343, $intern_343, 28611, 18305, 0, 0, 0, 0, 992, $intern_2608, $intern_2631, $intern_2605, $intern_2605, $intern_343, $intern_343, $intern_343, $intern_343, $intern_343, $intern_2605, $intern_2605, $intern_2631, $intern_2608, 992, 480, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 2, 0, 2, 0, 2, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [480, 960, 960, $intern_997, 16321, 32739, $intern_343, $intern_343, 24574, $intern_2631, $intern_2604, $intern_2595, $intern_997, 0, 480, $intern_978, $intern_2597, $intern_2605, $intern_2582, $intern_343, $intern_343, $intern_343, $intern_141, $intern_178, $intern_178, $intern_2547, $intern_978, 480, 480, 960])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 27, 0, 1); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3053, $intern_3053, 1056964671, $intern_3053, $intern_3053, 1069547775, 935330299, 31458272, 7989120, 8388480, $intern_3054, $intern_2680, 2096640, $intern_2680, $intern_2680])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1065353696, 1065353456, 1056964856, 1056964734, $intern_3053, 1069547775, 935330047, 65012675, 33154944, $intern_3054, $intern_3054, 4193792, 4193792, $intern_2680, $intern_2680])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1065354176, 1065355136, 1056972544, 1065369088, 1065384960, 1069612032, 1071773697, 134213647, 67104831, 16775679, 8388606, $intern_2645, 2097136, $intern_2713, $intern_2680])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2719, 16253055, 66584639, 133955647, 133955711, 805175423, 1073611007, 1073611256, 1073603568, 536870848, 268435328, 67108608, 2096896, $intern_2680, $intern_2680])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3055, 7864568, 3932412, 1966590, 1966591, 537854463, 806322687, 940540157, 1007150072, 520617856, 267386752, 134217216, 67108352, 16776960, $intern_2680])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3056, 7868288, 4193792, 8386560, 16769024, 553615360, 822018049, 973012995, 1073733647, 536868895, 265288958, 127926264, 2097120, $intern_2714, $intern_2713])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3057, 125829247, 251658303, 503316543, 503316607, 1040187647, 1056965119, 1065354224, 801238976, 66584448, 33554176, 16776960, 8388096, $intern_3054, $intern_2680])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3058, 125829616, $intern_3059, 260047102, 528482559, 1056965119, 1065353723, 1071645633, 570027904, 33554304, $intern_2680, 2096896, 2096640, $intern_2680, $intern_2680])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [62915520, 125831040, 266342144, 535826176, 535830016, 1073232896, 1073229825, 1073246211, 1072820231, 536344639, 268435454, 60817400, 2097120, $intern_2714, $intern_2680])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1065361279, 1065369599, 1056997375, 1056997375, 1040220127, 1071677391, 1072725955, 267927424, 267919104, $intern_3060, $intern_3060, $intern_3060, 133176832, 65015552, $intern_3061])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1065353712, 1065353724, 1056965630, 1056965630, 1040220159, $intern_3062, 1006764031, 503447551, 503447550, 251789308, 251789296, 117571456, 58785536, 62947072, $intern_3061])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1065361344, 1065385856, 1057030080, 1057095648, 1040318432, 1006895088, 1006895089, 1040449523, 1040449535, 520224767, 251789310, 260112376, 125861824, 62922496, $intern_3061])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [15851647, 8386687, 4193791, 2097151, 2097151, 541065167, 809500547, 943718144, 1069547264, 536870400, 268434944, 134216704, 132644352, 63041280, $intern_3061])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3055, 8126712, 8323580, 16745470, 33539071, 570409983, 872408063, 1073734655, 1073735676, 536856568, 268420992, 134188928, 67047168, 66848512, $intern_3061])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3056, 66848640, 134090496, 268373760, 268373504, 1073716224, 1073716225, 1073716227, 1073716231, 536813087, 268378110, 134090744, 66850752, 66064256, $intern_3061])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3057, 125829247, 251658303, 234913407, 503382015, 1040318463, 1006763971, 1006763904, 1006763904, 235011968, 251789184, 117505792, 58752512, 62918400, $intern_3061])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3058, 125829624, 251659260, 234883070, 503318527, 1006635007, 1006696447, 1040318463, 1040449534, 251920380, 251920376, 126090752, 63045120, 62979840, $intern_3061])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [62916544, 125837296, 251674616, 234913788, 469794812, 939589630, $intern_3062, $intern_3062, $intern_3062, 469827583, 503349246, 117473276, 125845496, 62922736, 31459264])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 2, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3053, $intern_3053, 1069547583, 1071773759, 1073740831, 1015021087, 809500191, 2096702, 523838, 1048188, 1048188, 2096252, 4061304, 7864568, $intern_3063])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 2, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1065353696, 1065353464, 1056964860, 1069579774, 1069613055, 1071775743, 836894719, 15859709, 15859580, 15859516, 7405112, 7896120, 7864440, 15728760, $intern_3063])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 0, 0, 2, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1065354176, 1065357184, 1056980928, 1056997344, 1065385952, 1072758768, 939065329, 33095667, 33357823, 33325055, 16547838, 3948540, 8130424, 7864440, $intern_3063])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 2, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [16711807, 8372351, 16769087, 33550399, 33550367, 603977743, 1073739791, 1073739788, 1073739804, 536868924, 134213692, 33550392, 16769144, 8372344, 16711920])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 2, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3055, 7864560, 3932664, 4064254, 2033663, 538937343, 941590527, 1008699391, 1067419646, 536807422, 268174334, 133956094, 33030204, 16253048, $intern_3063])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 1, 0, 2, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3056, 7865280, 4130752, 4179840, 8382336, 545253312, 1056962497, 1073738691, 1073738743, 536867839, 134210046, 8380668, 4178172, 8323192, $intern_3063])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 2, 0, 2, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3057, 130080895, 264501311, 266861631, 536870431, 1023409695, 1010827039, 941621022, 538967870, 1048124, 1048124, 2096188, 4192376, 8183928, $intern_3063])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 2, 0, 2, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3058, $intern_3064, $intern_3059, 259915838, 536805407, 1073709087, 1006600223, 838828063, 570392606, 33521692, 33521724, 16711736, 8257656, 7864440, $intern_3063])); + com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(2, 0, 2, 0, 2, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [62915520, 125831040, 260050880, 532680688, 534777848, 1072701436, 1073225725, 939278335, 545013759, 3948543, 3940350, 3940348, 7868408, 7866360, 15729136])); +} + +var com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE; +function com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_$clinit__V(){ + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = false; + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 15; + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 2; + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 2; + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 2; + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 2; + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 510, $intern_1002, $intern_2538, $intern_141, $intern_141, $intern_343, $intern_343, $intern_2582, $intern_2572, $intern_2581, 240, 0, 0, 0, 0, 0, $intern_390, $intern_2537, $intern_2534, $intern_2568, 32259, 32543, $intern_2605, $intern_2700, $intern_2631, $intern_2597, $intern_978, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 60, 60, 63, 63, 32284, 32536, 32728, $intern_2604, $intern_2604, $intern_2604, $intern_2608, $intern_2608, $intern_978, $intern_978, $intern_557, 16880, $intern_2537, 30478, $intern_2582, $intern_343, $intern_343, $intern_2600, $intern_2604, $intern_2540, $intern_2595, $intern_2632, $intern_997, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_997, 3969, 8065, 16259, 16323, 32707, 32719, 32750, $intern_556, 508, 504, 0, 0, 0, $intern_2539, $intern_2600, 32668, 32654, 32654, 32646, 32647, 32515, $intern_55, 7680, 3584, $intern_2594, $intern_994, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_2632, $intern_2593, $intern_2577, 15335, 29183, 29182, 28924, 24632, 0, 0, 0, $intern_617, $intern_978, $intern_2597, $intern_2600, $intern_2600, $intern_2572, $intern_2572, $intern_2582, $intern_2582, $intern_343, $intern_343, $intern_2600, $intern_2631, $intern_2597, $intern_2608, $intern_999, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, $intern_617, $intern_178, $intern_141, $intern_343, $intern_343, $intern_343, $intern_178, $intern_2608, 0, 992, $intern_2597, $intern_2547, 1806, 14, 28, 60, 32632, $intern_2549, $intern_3050, $intern_3050, 32719, $intern_343, $intern_2631, 3704, 248, 224, 480, 992, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 124, 124, 24607, 28799, 30840, 14588, 7420, $intern_2600, $intern_2600, $intern_2593, 8064, $intern_997, $intern_997, 192, 6, 16390, 24590, 31198, 32254, $intern_343, 20351, 1916, 124, 120, 224, 480, 448, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_997, $intern_998, 4083, $intern_178, 32703, $intern_2533, $intern_2563, 15423, 15486, 15998, $intern_2605, $intern_2700, 7678, 3582, $intern_2547, $intern_2547, $intern_556, $intern_2537, $intern_2590, $intern_2572, 30846, 31759, 32263, $intern_2573, $intern_2573, $intern_2573, $intern_2540, $intern_2595, $intern_2595, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 960, 896, 927, 28575, $intern_343, $intern_2582, $intern_2586, 16176, 7680, 0, 0, 224, $intern_2581, $intern_2539, $intern_2540, $intern_3031, $intern_3047, $intern_2570, $intern_2552, $intern_2578, $intern_2578, 28679, 31630, 31630, 7964, 3964, $intern_2586, $intern_2577, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 97, 879, $intern_2538, $intern_141, 32719, 31617, $intern_2537, 0, 0, 0, 0, 0, 384, 448, 192, 448, 448, 25056, 31968, 16355, 16327, 8182, $intern_2700, 1854, 124, 240, $intern_617, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 224, 480, 4067, 8135, 32750, $intern_2582, $intern_2572, $intern_2591, 15344, 480, 192, 0, 0, 0, 0, 0, 7680, $intern_3047, $intern_3050, $intern_178, $intern_178, 508, 252, 496, 480, 480, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 960, 385, 1795, 1823, 3711, 32763, 32705, $intern_2570, 3072, 3996, $intern_1001, 510, 126, 62, 28, 3992, $intern_2593, $intern_2573, $intern_2590, $intern_2736, 8167, 8175, 3998, $intern_582, 252, 112, 112, 992, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_997, $intern_998, $intern_1000, $intern_586, $intern_586, 28478, 32270, 32270, 15886, 16142, 7950, 8094, 8158, $intern_2700, $intern_2547, $intern_1000, $intern_556, 0, $intern_2537, 28896, 14335, $intern_141, $intern_2586, $intern_2608, $intern_998, $intern_997, 896, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [124, 254, 255, 255, 28415, $intern_343, $intern_343, 13311, 254, 60, 3864, $intern_2594, $intern_2593, $intern_2540, 7664, 7408, 7416, 7420, 7198, 30750, 24606, 31, 15, 28, 60, 120, 240, 480, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, $intern_2581, $intern_2631, $intern_343, $intern_343, $intern_343, 3836, 96, 0, 0, 0, 0, 0, 0, 3072, 3584, 7872, $intern_2590, $intern_2572, $intern_2582, $intern_1002, 911, 384, 448, 480, 224, 224, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_997, $intern_2631, $intern_141, 16255, 31871, $intern_2585, 24579, 3, $intern_617, $intern_2608, $intern_2608, $intern_2631, 8060, 7708, 16156, 16284, 16284, 14222, 13262, 29646, 29638, 25479, 28687, 28702, 30748, 30776, 15480, $intern_2591, $intern_2577, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 960, 192, 224, 16627, 28799, 30782, 31774, 32286, $intern_2631, $intern_2586, 14576, 0, 0, 0, 252, $intern_1001, 4046, 16134, 32526, $intern_2582, $intern_141, 14847, 14590, 7934, 8152, $intern_978, 240, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 227, 995, 963, 911, 25487, 25503, 29182, 14846, 15614, 7422, $intern_2631, $intern_2631, $intern_2540, 0, 7168, 32632, $intern_2592, $intern_2572, $intern_2582, $intern_2533, $intern_2533, 28444, 1804, 896, $intern_2594, $intern_994, $intern_997, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 56, 508, 13311, $intern_141, $intern_2572, $intern_2572, $intern_2592, 3840, 3840, $intern_990, 0, 0, 0, 0, 0, $intern_390, 28720, 30846, 31870, 28415, 18431, $intern_557, 896, 768, 768, 896, $intern_994, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_998, 1913, 8059, 7711, 15391, $intern_3052, $intern_3052, 30734, 7174, 7182, 3086, 3996, $intern_1000, $intern_978, $intern_978, $intern_978, 17392, 25568, 25056, $intern_2568, 31745, 31751, 15422, 16188, 16248, $intern_2577, 7648, $intern_2593, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_557, $intern_556, 2012, $intern_992, 8175, $intern_2572, $intern_2572, $intern_2549, $intern_2595, 3936, $intern_994, 896, 384, 448, 192, $intern_393, $intern_2568, $intern_2552, 32268, 32366, $intern_343, $intern_343, $intern_2586, $intern_2586, $intern_2591, $intern_2539, $intern_2595, $intern_2632, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 225, 499, 25059, 25443, 32623, 7807, 1944, 384, 0, 0, 0, 0, 0, 0, $intern_393, $intern_2534, 32368, 32496, $intern_2592, 26619, 18331, 926, 1950, 1950, 1934, $intern_994, $intern_2632, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 480, $intern_999, $intern_2739, $intern_343, 32540, 3584, 0, 0, $intern_617, $intern_978, $intern_978, $intern_2608, $intern_2604, $intern_2631, $intern_2600, $intern_2572, $intern_2572, $intern_2582, $intern_2582, $intern_343, $intern_343, $intern_2582, $intern_2592, $intern_2586, $intern_2586, $intern_2591, $intern_2540, $intern_2593])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_998, 2033, 4083, 20083, 19703, 31975, 31951, 14558, 14588, 6392, 120, 60, 3100, 7948, $intern_55, $intern_3031, $intern_3050, 32728, 28924, 25596, 32751, 32543, 15902, 7966, 1806, 782, $intern_556, $intern_2608, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 960, $intern_998, $intern_2581, $intern_2741, $intern_2589, $intern_2582, $intern_2600, $intern_556, 254, 12398, 14342, 15328, $intern_2540, $intern_2540, $intern_2604, 15356, 31740, 29164, 24590, 24590, 26375, 26383, $intern_2597, $intern_2597, $intern_2597, $intern_1001, $intern_2547, $intern_2608, $intern_2608])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 252, 511, 511, $intern_178, $intern_178, $intern_343, $intern_343, $intern_2582, 15886, 15872, $intern_55, $intern_55, $intern_3049, $intern_3049, 12300, 14, 14, 14, 24606, 31774, 15935, $intern_141, $intern_2605, $intern_2700, $intern_2586, $intern_2591, $intern_2540, $intern_2632, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, $intern_556, $intern_1001, $intern_141, $intern_141, $intern_2572, $intern_2748, 25582, 960, 0, 0, 0, 0, 0, 3584, $intern_2604, $intern_2631, 14590, 30782, 28686, 31, 31, 3999, 4062, $intern_2547, $intern_2631, $intern_2604, $intern_2593, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_557, $intern_1002, $intern_2538, $intern_178, 8143, $intern_2563, 32271, 32270, 14398, 60, 56, 56, 24, 28, 28, 60, 7292, 7264, $intern_2552, $intern_2570, 4035, 4047, 8172, $intern_2631, $intern_2700, $intern_2700, 4076, $intern_2632, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_2593, 8076, 8140, 1999, 1999, 26606, 30718, 30588, 12414, 12414, $intern_2605, $intern_2600, 7934, 126, 62, 30, 896, $intern_994, 28670, $intern_2582, 16359, 16367, $intern_2547, $intern_556, $intern_556, $intern_998, $intern_994, $intern_2632, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 124, 511, 511, 25087, 25087, 29695, 13247, 13070, $intern_3049, $intern_3049, $intern_3051, 3100, 60, 254, 510, 504, $intern_978, $intern_999, $intern_3050, 32718, $intern_141, $intern_2538, $intern_1000, $intern_1000, $intern_994, 896, 896, $intern_2632, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 120, 252, 25087, 29183, 31230, 30750, 14398, 15932, 7964, 4076, $intern_2597, $intern_1001, 62, 62, 30, 0, 12480, 32224, $intern_2549, 16375, 16191, 7998, $intern_2631, 2012, $intern_997, $intern_2540, $intern_2540, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_997, 8131, 8067, $intern_2548, $intern_2589, 31807, $intern_178, $intern_2597, 1980, 1904, 1904, 1916, 1854, $intern_1001, $intern_582, 30, 12294, 14432, 31992, 32504, 16123, 16127, $intern_2700, $intern_582, $intern_582, $intern_557, 480, $intern_2595, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 992, 480, $intern_528, 25599, 28671, $intern_2582, $intern_2605, $intern_2605, 7710, 7694, 7680, $intern_2540, $intern_999, $intern_617, $intern_999, $intern_999, 0, 0, 24588, 30734, 31807, 31807, 31870, 31870, 15612, $intern_998, $intern_997, $intern_2632, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 510, $intern_586, $intern_586, $intern_2538, $intern_178, $intern_343, $intern_343, $intern_2572, $intern_2608, $intern_557, $intern_557, $intern_617, 496, 480, 224, $intern_393, 30726, 31759, 32271, $intern_2589, $intern_2589, 31870, 7806, $intern_2595, $intern_2540, $intern_3031, $intern_3031, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [240, 7416, $intern_2600, $intern_2600, $intern_2525, 16143, 32718, $intern_2736, $intern_2590, $intern_2577, $intern_2540, $intern_2595, $intern_997, $intern_994, 0, $intern_393, 15374, 31998, 25087, 31739, 32755, 32515, $intern_2570, 15872, $intern_3031, $intern_2586, $intern_2586, $intern_2608, $intern_617, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 960, 7939, 8067, 8095, 8127, $intern_343, $intern_343, 32636, 7292, 124, 56, 0, 3840, 8064, 8064, 16312, $intern_2572, $intern_343, $intern_343, $intern_343, $intern_343, $intern_2572, $intern_2586, $intern_2593, $intern_2593, $intern_2632, $intern_994, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_2597, $intern_2631, $intern_2700, $intern_178, $intern_141, $intern_2572, 32632, $intern_2570, 15600, 252, 510, 510, 510, 254, 124, 120, 16608, 29153, 31719, $intern_3048, 24575, 20476, $intern_1000, $intern_978, $intern_999, $intern_2595, $intern_2632, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 126, 127, 127, 24703, 24639, 30783, 15423, 7198, 3614, 3900, 1916, $intern_557, $intern_557, $intern_617, 14720, $intern_2566, 30726, 31759, $intern_2589, $intern_2589, 32575, 32574, 3646, 3646, 1656, $intern_999, $intern_997, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 880, $intern_1000, 14334, $intern_343, $intern_343, 28668, $intern_2597, $intern_2597, $intern_2597, $intern_2608, $intern_999, $intern_978, $intern_557, 248, 224, 0, $intern_390, 28673, 32519, $intern_2533, $intern_3048, 25084, 252, 240, 480, 992, 960, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_2594, 16321, $intern_2623, 32367, 32495, 31183, 16287, 4028, 1848, 3696, $intern_2597, $intern_1001, 2030, $intern_528, 4, 0, $intern_390, 24577, $intern_3052, $intern_2548, 32575, $intern_2582, $intern_2600, $intern_2581, $intern_2581, $intern_998, $intern_998, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 960, $intern_2597, $intern_2605, $intern_343, $intern_343, $intern_2582, $intern_2600, $intern_557, 0, 0, $intern_990, 3952, $intern_2608, $intern_2631, $intern_2631, $intern_2605, $intern_2582, $intern_343, $intern_2589, 31775, $intern_3052, $intern_2578, $intern_3051, $intern_3051, $intern_3049, 8064, 8064, $intern_2632, $intern_997])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 510, 8159, 16271, 16271, 16131, 32355, 30969, 25084, 508, $intern_556, $intern_2547, $intern_2547, $intern_582, $intern_556, 496, 224, 192, 455, 25543, 29583, 31695, 14543, 15822, 15758, $intern_2631, $intern_2604, $intern_998, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 240, 248, 63, 15903, 32286, 32638, $intern_2582, $intern_528, 192, 192, 0, 0, 0, 0, 7168, 15366, 15367, 31775, 31775, 3647, 4030, $intern_1000, $intern_556, $intern_1000, $intern_978, $intern_557, 960, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 998, $intern_586, $intern_1002, $intern_178, $intern_141, $intern_3048, 29159, $intern_2734, 0, 0, 508, $intern_1001, $intern_2547, $intern_2538, $intern_178, $intern_2700, $intern_2700, $intern_343, $intern_343, $intern_343, $intern_141, $intern_2605, $intern_2605, $intern_2700, $intern_2631, $intern_2608, $intern_2631, 13304, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_994, $intern_994, 494, 8175, $intern_141, $intern_2572, 32728, $intern_2570, $intern_2570, $intern_3051, 0, 504, $intern_556, $intern_556, 252, 28, 7710, 16191, $intern_343, $intern_343, 32703, 16318, $intern_2593, $intern_1000, $intern_1000, $intern_999, $intern_997, $intern_997, 384])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 254, 255, 7679, 15871, $intern_343, $intern_343, 16127, 14846, 960, $intern_998, $intern_2595, $intern_2595, 896, 52, 126, $intern_2547, $intern_2597, 16257, $intern_2533, 32703, 15931, $intern_2608, $intern_978, $intern_978, $intern_999, $intern_999, $intern_998, 480, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 240, 496, 12798, 29695, $intern_3048, $intern_2582, $intern_2600, $intern_2540, $intern_2593, $intern_2632, $intern_2595, 992, 448, 0, 28, 7198, 7710, $intern_2525, $intern_343, $intern_343, $intern_141, $intern_2700, 248, 504, $intern_998, $intern_998, $intern_998, 992, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_2632, 4067, 2023, $intern_343, $intern_2741, $intern_2589, 15887, 15390, 6174, 56, 124, 120, 24, 0, 0, 3584, $intern_3049, 16287, $intern_343, $intern_343, $intern_141, $intern_2700, $intern_557, $intern_2595, $intern_2581, $intern_2581, $intern_2581, $intern_2632, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_999, $intern_2608, $intern_2608, 26591, 29663, 32734, 16286, 16286, 15902, 7708, 7168, 0, 384, 960, 992, 492, 254, 14591, 30751, $intern_2548, $intern_2525, $intern_2605, $intern_2631, $intern_2581, $intern_999, $intern_999, $intern_999, 992, 960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 120, 3577, 4091, $intern_2538, $intern_178, $intern_343, 32765, $intern_2549, $intern_2539, $intern_2540, $intern_2577, 14576, 112, 48, 3840, $intern_55, $intern_3032, 32665, $intern_343, $intern_343, $intern_343, $intern_2582, $intern_2605, $intern_2631, $intern_2581, $intern_2539, $intern_2540, $intern_2632, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [496, $intern_999, 7996, 15486, 14831, 16271, $intern_2570, 31864, 29182, $intern_582, $intern_582, $intern_582, 510, 124, 12, 12, 15374, 32526, 32647, 32711, 32735, $intern_343, $intern_2592, $intern_2591, $intern_2540, $intern_2540, $intern_2540, $intern_2540, $intern_2540, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_997, 8071, 8143, 8175, 8175, 31727, $intern_3048, 24700, 0, 0, 28, 60, 126, 3710, 7806, 32638, $intern_2582, $intern_343, 32719, 32711, 32711, $intern_3050, $intern_2573, 8064, $intern_990, 768, 896, $intern_2632, $intern_2540])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_998, $intern_998, $intern_1001, $intern_2538, 24575, 32670, 32542, $intern_2570, 24320, $intern_999, $intern_557, $intern_557, 504, 496, 192, $intern_390, $intern_2537, $intern_2578, $intern_3052, 31775, 31775, 32318, 32318, 15998, 15998, 7806, 7804, $intern_2604, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [120, 510, 511, 511, 28927, 31999, $intern_343, $intern_141, 8134, $intern_2632, $intern_997, $intern_994, 896, 14360, 15484, 15484, 30844, $intern_2742, 32511, $intern_343, $intern_343, 32575, 32702, 32670, 16350, 8156, $intern_2593, $intern_2632, $intern_2632, $intern_994])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_617, $intern_2581, $intern_2581, 15612, 30783, 30783, 32248, $intern_2586, $intern_2595, $intern_999, 992, 384, 0, 0, 0, 0, 0, 16390, 24583, $intern_2585, 28735, 30777, 31200, 31712, $intern_2573, $intern_2577, $intern_2586, $intern_2586, $intern_2591, $intern_2540])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 480, 121, 127, 16447, $intern_2585, 31747, 15879, 3806, $intern_1001, $intern_1000, 480, 0, 0, $intern_2581, $intern_2591, 30782, 24606, 24583, 25539, 30691, $intern_2623, $intern_2623, 31694, 29454, 12300, 15484, 7288, $intern_2539, $intern_2595])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 960, $intern_617, 25078, 30975, 30975, 31806, 31870, 16252, $intern_2600, $intern_2600, $intern_2539, 992, 0, 0, 0, $intern_390, $intern_2537, 30723, 31759, 32543, 32575, 24572, $intern_2631, $intern_556, 510, $intern_528, $intern_616, $intern_970, 1927])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 508, $intern_141, $intern_2525, 15887, $intern_970, $intern_2739, $intern_343, 31740, 120, 7198, 15934, 16254, 16254, 16254, 15998, 15900, 7168, 15875, 32719, 32735, 28671, $intern_2538, $intern_2538, $intern_2538, $intern_2700, 8174, $intern_2593, $intern_2593, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 192, 224, $intern_618, 2039, 24574, $intern_2582, 25592, $intern_557, $intern_557, $intern_1000, 1852, 0, 0, 0, 992, $intern_2581, 4089, 32763, $intern_343, 32765, $intern_2539, $intern_2581, $intern_2595, 3840, $intern_990, 896, $intern_994, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [992, $intern_998, 2023, 1999, 927, 7999, 31871, $intern_2741, $intern_2582, $intern_2577, $intern_2600, $intern_2547, 4030, 6, 0, 28, 30, 1918, 28671, 32739, 32195, 387, 384, $intern_998, $intern_2539, $intern_2604, $intern_2608, $intern_2581, $intern_2540, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_2595, $intern_2540, $intern_2591, $intern_343, $intern_343, $intern_2582, $intern_2572, $intern_2572, $intern_2582, $intern_2605, $intern_1001, 974, 448, 0, 0, 0, 0, 31745, 31751, 32655, 16271, $intern_2605, $intern_2700, $intern_556, $intern_557, $intern_2581, $intern_2539, $intern_2540, $intern_2540])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 254, $intern_2630, 15615, $intern_343, $intern_343, $intern_343, 32703, 32318, 15872, $intern_982, 0, 0, 0, 24, 28, 15390, 32638, $intern_343, $intern_343, $intern_343, $intern_141, $intern_2605, $intern_2700, $intern_2631, $intern_2631, $intern_2597, $intern_978, $intern_978, $intern_994])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [124, 7422, 7422, 16126, $intern_343, $intern_343, $intern_2582, $intern_2582, $intern_2600, 16252, 3952, $intern_557, $intern_978, $intern_2608, $intern_2608, $intern_2608, $intern_999, 26608, 24803, 28899, 30723, 15367, 7686, 3590, 4062, 4062, $intern_1001, 508, $intern_557, $intern_998])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, 1998, 3999, 28607, 28479, $intern_343, $intern_343, $intern_141, $intern_2600, 16344, $intern_2573, $intern_2590, $intern_2549, 29680, 496, 192, 6, 14, 63, 24703, 30847, 31231, 15358, $intern_2600, 8156, 3584, $intern_3051, $intern_3051, 8064, $intern_2632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 30, 15, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [960, $intern_2632, $intern_2594, 16142, $intern_2563, $intern_2548, 31774, 32734, $intern_2572, $intern_2600, $intern_556, $intern_2604, 7920, $intern_2627, $intern_2627, 0, 0, 28678, 30783, $intern_2589, $intern_2741, $intern_343, 16366, 8174, $intern_2595, $intern_2539, $intern_2586, $intern_2586, $intern_2591, $intern_2540])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 64, 0, 1); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 66076544, 133201792, 133758848, $intern_3066, 1073282822, 1073249855, 1072725119, 532691071, 130027518, 65028092, 65077244, 130088696, 264273136, 532676704])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 66076544, 66076656, 32522238, 16269311, 7868319, 813434767, 1010762694, 1008697840, 230682872, 268040696, 267450876, 534835708, 534774012, 264241392])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 66063872, 66067968, 66067968, 535952384, 1069808654, 1065614351, 1057484831, 1007157023, 470024124, 469889020, 528486368, 532680688, 130027504, 125831136])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 66600832, 66994112, 2035672, 462847, 197631, 537363455, 805798908, 940557296, 505397728, 528466912, 268406752, 268308448, 133173184, 130025408])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 232791936, 532692864, 533675904, 1066352526, 1066340318, 1066371039, 1070564351, 66044031, 67104894, 33552510, 16513148, 7600188, 14741564, 14680112])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 31522800, 130088956, 130088958, 260169855, 1065467967, 1065476159, 1065476158, 1071773756, 266468476, 133234680, 32571376, 15745008, 15736800, 6291680])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 31465344, 66592736, 134094840, 268378108, 251629566, 1008726015, 1008726015, 1044375551, 259254270, 133298174, 66188286, 33551352, 16761328, 15729088])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 66592512, 134102976, 536854496, 536854519, 1073725439, 1073725439, 1073717246, 268410876, 268406776, 134156272, 134090736, 66588640, 32507872, 31459264])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 66585056, 66585568, 133957568, 536610752, 1073483760, 1072697331, 1040191487, $intern_3062, 469893116, 470286332, 227016700, 264765436, 264366072, $intern_3064])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 31464928, 133201888, 536379136, 536768515, 1073707011, 1073691655, 1073683462, 536743822, 268175310, 268173820, 267911420, 267387132, 125829372, 125829240])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 66060528, 67076216, 67106876, 268434972, 536477454, 1073282959, 1073282951, 1072824207, 534904718, 266600220, 264764476, 529005048, 528483312, 251659200])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 132178144, 267975152, 268040702, 536606975, 536868991, 1073737759, 1073733884, 534766576, 534758396, 530548732, 521113596, 260050928, 260048880, 251660256])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 33030624, 66588664, 133701628, 536363006, 1056473086, 1047560191, 1064337407, 523255807, 267927548, 33300476, 66847740, 66584828, 33030268, 15728760])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 66847200, 134087648, 268403710, 536855551, 536854783, 1073733887, 1073734136, 536855032, 536855024, 134185456, 134152440, 33292536, 15728752, 14680304])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 33032128, 16519104, 3940224, 403447552, 1007433756, 1057767423, 1067204607, 1069301759, 435697720, 32513024, 16260608, 16256992, 16254960, 6292464])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 32506336, 8188920, 16580606, 134021119, 536641535, 1056472639, 955792926, 1014763036, 536743454, 268306206, 58460062, 7865224, 7341952, 7344064])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[16] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, 267927424, 267976576, $intern_3066, $intern_3066, 536084224, 1071904895, 1040420607, 1040191487, 520094718, 528483326, 264242174, 264242172, 130024440, $intern_3064])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[17] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, 266354624, 267976640, 268238816, 268304367, 536739839, 1073545215, 938540984, 65015680, 58722176, 58722240, $intern_3069, $intern_3069, 117441008, 117440736])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[18] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, $intern_3070, 267403200, 267395036, 535826428, 1069941244, 1057423615, 1067417615, 530546719, 536838268, 536838392, 266305784, 266273264, 533135808, 528482688])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[19] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, $intern_3071, 29376384, 58736516, 50339743, 654339583, 1057481215, 1041220088, 1008698240, 505350016, 235865856, 118425344, 58724096, 125832960, 264243072])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[20] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, $intern_3070, 267419584, 264306624, 234946556, 503447550, 1057095679, 1065478015, 1065611391, 1065614590, 536083708, 66189820, 66597368, 16253168, 7340256])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[21] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, $intern_3071, 132153244, 266371070, 535855103, $intern_3072, 1073496063, 1073618942, 536809464, 268371964, 268404732, 134185980, 66520060, 32506360, 14680304])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[22] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, $intern_3071, 58736512, 58736624, 251674616, 535826430, 1073481727, 1073618943, 1073627135, 536641534, 268206078, 33325052, 33325048, 33032128, 15729536])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[23] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, 267390848, 268306316, 268371934, 511640575, 1044316415, 1008664639, 1008664630, 1044316208, 511639600, 134086768, 66846960, 33292768, 15729632, 14682048])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[24] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 267387264, 535824320, 532680672, 262082528, 524257278, 1065322495, 1014989711, 1048510919, 239043046, 127923168, 261750768, 264306680, 264249336, 125829616])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[25] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 266338800, 267617276, 267634686, 536340479, 1072168959, 1072168959, 1071906812, 532938748, 130285564, 667025404, 1071652856, 534777848, 532678640, 520093920])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[26] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 267403232, 267943904, 268206072, 536641532, 536612862, 1073610783, 1073611263, 536806399, 530522110, 533700604, 533700600, 260546544, 125833152, 130023872])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[27] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 133693936, 133694456, 133169982, 266461215, 1040441359, 805566495, 805566524, 1070594168, 536867056, 536863712, 536446912, 536350656, 536350592, 536348544])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[28] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 264478656, 261078912, 507510656, 478085016, 956235774, 972619775, 971243263, 1020262655, 470794750, 235926014, 266861054, 132381180, 66183672, 15728888])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[29] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 268190704, 268428284, 536863742, 530564095, 530516479, 1069317631, 1073282558, 1072758014, 267452024, 133234672, 65044464, 65019888, 14683896, 14680120])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[30] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 267436512, 268035056, 536471544, 506521592, 473745406, 1010615295, 940556799, 1034239, 231422, 231408, 1017840, 4130800, 8127456, 7340992])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[31] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 0, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 266339264, 264273888, 264765408, 130541539, 931629031, 1007552503, 1041172478, 529000444, 533194624, 264759264, 132641760, 132379616, 31572448, 6291936])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[32] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 33439616, 134168512, 1073684448, 1073680352, 1073612782, 511605759, 242810879, 251789311, 117571582, 125960190, 260112382, 264257532, 264241660, 125829368])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[33] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 65027840, 130088448, 520158208, 1040317443, 1006763015, 470023183, 1040449038, 503578382, 520224654, 251789278, 251723774, 260063228, 125829624, 117440632])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[34] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [65019648, 266371008, 532742112, 1069609976, 1056965116, 1040193566, 1040220047, 1040449479, 520355783, 529006478, 536862734, 536838204, 268374012, 267390960, 117444576])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[35] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 66600832, 133709696, 939278208, 872169219, 872185807, 1065123807, 1065123774, 524058622, 255344636, 259555312, 535855096, 534790136, 532684768, 532678624])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[36] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 266354432, 532692864, 1069563776, 1071677376, 1072726012, $intern_3072, 872292351, 33489407, 33521918, 16744702, 16744702, 8323326, 8126588, 6291576])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[37] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 0, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 15744896, 553140096, 821575662, 1014513663, 1013981183, 1072757247, 534835454, 266465520, 14809312, 7471088, 15794168, 32522232, 32506864, 14680544])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[38] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 0, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 267915200, 1073481712, 1073709560, 1056956668, 1023408190, 1014921279, 1010310175, 504904719, 523779102, 133984318, 33550460, 33546352, 16515312, $intern_3055])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[39] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 0, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3065, 267394560, 1073224704, 1073225440, $intern_3072, 1069580287, 1071676959, 1071709758, 534830716, 32562812, 33037950, 33038142, 16256830, 7866254, 7340480])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[40] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 32506336, 7344112, 3149820, 812646908, 812708350, 1014627327, 473694175, 477888479, 519307142, 518258624, 264355776, 264343536, 260047096, 125829176])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[41] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 132235504, 536078332, 536866748, 994037695, 941608895, 1007652671, 469765182, 201333820, 242285628, 242351160, 507506808, 524284144, 252690656, 251658336])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[42] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 65012192, 468714464, 1072695288, 1071709822, 1069809278, 529528959, 529528863, 261093407, 126875662, 264764928, 266600192, 266342144, 266339264, 130023872])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[43] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 31460576, 133184632, 536476798, 1065352735, 1065352711, 1048051215, 1055128604, 486144028, 33088504, 133694456, 267913208, 267913212, 267388924, 132121584])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[44] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 0, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 31457760, 33031136, 16253944, 544212988, 813187068, 1010335295, 1048082495, 519601279, 133971966, 127803390, 60687358, 4064252, 16515576, $intern_3063])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[45] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 0, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, $intern_3074, 4063736, 462418174, 1066399775, 1071578143, 1073486879, 1014766718, 511589502, 253639934, 119422206, 59669758, 58751228, 29360380, 14680184])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[46] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 0, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 266368960, 1065383808, 1040252800, 1040252896, 1006665712, 1056979451, 524026367, 536805887, 536807390, 65472448, 2033648, 3933168, 7865328, 6291936])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[47] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 0, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3067, 31457504, 14680544, 819986880, 811598275, 1012925439, 1014499327, 1056704126, 268174848, $intern_2681, 66978752, 66847168, 33292736, $intern_3074, 7340256])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[48] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, $intern_3068, 62916480, 65013632, 1072661376, 1073725888, 1023402435, 822075903, 16770047, 16770044, 31450108, 65004540, 59113980, 117440760, 117440624])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[49] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, 266354560, $intern_3070, 1073250176, 1073282947, 1073282831, 1073250271, 1072726014, 528497918, 251690236, 117505144, 58781816, 62976120, 130048120, 125829232])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[50] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, 535830272, 1073225216, 1073249792, 1073248256, 1073246268, 1071673407, 1069563903, 534790143, 266346494, 14684158, 65015806, 130025468, 130024444, 125830080])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[51] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, 62918144, 29363200, 568344094, 870334015, 1072723071, 1072750719, 602980478, 65061372, 29606368, 58980800, 50593216, 58982272, 125831104, 264242112])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[52] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 1, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, 266342336, 535824368, 1072695280, 1069253630, 1069539838, 1067446783, 1040708095, 469823999, 127462, 15856112, 16773368, 33550584, 32473208, 14680176])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[53] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 0, 1, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, 66068352, 267927454, 1073233854, 1073225727, 1073219583, 435715967, 29424766, 31521848, 31522416, 7372792, 7372796, 3153660, 7340280, 6291568])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[54] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 1, 1, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [132136704, 62979968, 29392832, 58736608, 855850976, 1057951742, 1057982463, 261080063, 131065855, 30337022, 16578552, 16316384, 33093616, 33056752, $intern_3056])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[55] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 0, 1, 1, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3068, 264257504, 528613372, 1065615358, 1065615359, 1057226751, 1069809663, 1071906812, 468975612, 33161208, 33038320, 33034208, 32509920, 32507872, 14681024])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[56] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 267387360, 267387872, 132121472, 1004537624, 1071646718, 1069548031, 1040188415, 469763071, 251659262, 264242168, 264241632, 264241376, 264241392, 125829368])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[57] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 536609248, 1073709560, 1073725564, 1015013439, 807395359, 520223, 520222, 1046542, 4190222, 16769086, 67092606, 67043452, 267387132, $intern_3059])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[58] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 267911616, 268173792, 536740320, 1073611744, 1073614840, 939401215, 66854911, 58728443, 125837296, 125837304, 234889208, 234885112, $intern_3069, 130025440])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[59] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 0, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 534774776, 532684796, 1056980990, 1006763823, 939654919, 402783751, 402886406, 470781726, 504303484, 252168188, 130285564, 266403824, 266346464, 130023904])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[60] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 0, 1, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 63144896, 59754368, 529516288, 1073729340, 1073729534, 536858623, 33525759, 66981887, 134088702, 134088702, 133956606, 66847742, 15729144, 14680184])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[61] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 0, 1, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 63144416, 797434336, 1065869820, 1040703743, 1065861247, 1072136255, 603917342, 33529372, 209321756, 507379484, 521961276, 532422200, 267917432, $intern_3063])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[62] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 1, 1, 1, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 66060736, 602932192, 1006109664, 972558328, 1073225724, 536363005, 267976703, 66650111, 16285692, 15761376, 33062336, 33044928, 32506816, 14680960])); + com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[63] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(1, 1, 1, 1, 1, 1, 15, 30, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3073, 133808352, 536863200, 1073734080, 1073726433, 1073713127, 1073487871, 133709822, 132152892, 66616832, 133987840, 133987840, 66862976, 33299328, $intern_3074])); +} + +var com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE; +function com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_$clinit__V(){ + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE = new com_github_yellowstonegames_place_tileset_Tileset_Tileset__V; + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_is_1corner = false; + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_short_1side_1length = 12; + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[0] = 1; + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[1] = 1; + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[2] = 1; + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_config.com_github_yellowstonegames_place_tileset_Config_num_1colors[3] = 1; + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 16, 0, 1); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 248, 508, $intern_582, $intern_1002, $intern_1002, $intern_1002, $intern_582, 508, 248, 112, 112, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_972, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_1002, $intern_1002, $intern_970, $intern_991, $intern_991, $intern_991, $intern_970, $intern_1002, $intern_1002, $intern_1002, 112, $intern_1002, $intern_1002, $intern_1002, $intern_970, $intern_991, $intern_991, $intern_991, $intern_970, $intern_1002, $intern_1002, $intern_1002, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_1002, $intern_1002, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_991, $intern_1002, $intern_1002, $intern_1002, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_972, 1755, $intern_972, $intern_972, $intern_587, $intern_972, $intern_972, 1755, $intern_972, $intern_1002, 112, 112, $intern_1002, 1533, $intern_1002, $intern_2538, $intern_2538, $intern_2538, $intern_1002, 1533, $intern_1002, 112, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_1002, $intern_1002, $intern_972, $intern_972, $intern_991, $intern_972, $intern_972, $intern_1002, $intern_1002, $intern_1002, 112, $intern_582, 1533, 1787, $intern_993, $intern_2538, $intern_2538, $intern_2538, $intern_993, 1787, 1533, $intern_582, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [508, 990, 1967, $intern_993, 3755, 3549, 3755, $intern_993, 1967, 990, 508, 112, 112, $intern_586, $intern_586, $intern_586, $intern_586, $intern_586, $intern_586, $intern_586, $intern_586, $intern_586, 112, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 112, 112, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 112, 112, 112, 112, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_1002, $intern_985, $intern_989, $intern_989, $intern_989, $intern_989, $intern_989, $intern_989, $intern_1002, $intern_1002, 112, 508, $intern_582, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_582, 508, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_988, $intern_993, $intern_582, 508, $intern_2538, $intern_2538, $intern_2538, 508, $intern_582, $intern_993, $intern_988, 112, $intern_582, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_582, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_1002, 1755, 1879, $intern_1002, $intern_988, $intern_1002, 1879, 1755, $intern_1002, $intern_1002, 112, 508, $intern_582, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_582, 508, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_1002, 2035, 2045, 1597, 1501, 1507, 1535, 1663, $intern_1002, $intern_1002, 112, $intern_1002, $intern_1002, $intern_1002, $intern_970, 3847, 3847, 3847, $intern_970, $intern_1002, $intern_1002, $intern_1002, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 510, $intern_586, $intern_586, $intern_2538, $intern_2538, $intern_2538, $intern_586, $intern_586, 510, 112, 112, $intern_1002, 1241, 1241, $intern_1002, $intern_1002, 1273, $intern_1002, $intern_1002, 1241, 1241, $intern_1002, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [508, $intern_582, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_582, 508, 112, 112, $intern_586, $intern_586, $intern_586, 855, 943, 855, $intern_586, $intern_586, $intern_586, 112, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [511, 511, 511, 511, 511, 511, 511, 56, 511, 511, 511, 511, 511, 511, 511, 56, 511, 511, 511, 511, 511, 511, 511, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [112, 112, 508, $intern_582, $intern_1002, $intern_972, $intern_970, $intern_970, $intern_970, $intern_970, $intern_991, $intern_991, $intern_991, $intern_991, $intern_970, $intern_970, $intern_970, $intern_970, $intern_972, $intern_1002, $intern_582, 508, 112, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_h_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 24, 12, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_1002, $intern_1002, $intern_972, $intern_970, $intern_972, $intern_1002, $intern_1002, 112, $intern_1002, $intern_1002, $intern_972, $intern_970, $intern_972, $intern_1002, $intern_1002, 112, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, $intern_1002, 112])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit, $intern_144, 10, 16, 0, 1); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[0] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3075, $intern_3076, $intern_3076, 62463, $intern_4, $intern_4, $intern_4, 62463, $intern_3076, $intern_3076, $intern_3075, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[1] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [8381439, $intern_2718, $intern_2718, $intern_2718, $intern_78, $intern_78, $intern_78, $intern_2718, $intern_2718, $intern_2718, 8381439, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[2] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [462847, $intern_3078, $intern_3078, $intern_3078, 2097071, 2097119, 2097071, $intern_3078, $intern_3078, $intern_3078, 462847, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[3] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [4186360, $intern_3079, $intern_3080, $intern_3081, 16646143, 16318463, 16646143, $intern_3081, $intern_3080, $intern_3079, 4186360, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[4] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3082, $intern_3082, 4179887, 4194135, 16776875, 16762711, 16776875, 4194135, 4179887, $intern_3082, $intern_3082, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[5] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [459000, $intern_3079, $intern_3080, $intern_3081, $intern_2717, $intern_2717, $intern_2717, $intern_3081, $intern_3080, $intern_3079, 459000, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[6] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3077, $intern_3083, $intern_3083, 3672078, 4192255, 4192255, 4192255, 3672078, $intern_3083, $intern_3083, $intern_3077, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[7] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3075, $intern_3076, $intern_3076, 7926783, $intern_3084, $intern_3084, $intern_3084, 7926783, $intern_3076, $intern_3076, $intern_3075, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[8] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3085, $intern_3085, $intern_3085, 7927807, 7372799, 7372799, 7372799, 7927807, $intern_3085, $intern_3085, $intern_3085, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[9] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3075, $intern_3075, $intern_3075, $intern_3075, $intern_136, $intern_136, $intern_136, $intern_3075, $intern_3075, $intern_3075, $intern_3075, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[10] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3082, $intern_3081, $intern_3081, 4188047, 4194055, 4194055, 4194055, 4188047, $intern_3081, $intern_3081, $intern_3082, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[11] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1015920, 2081791, $intern_3020, $intern_3076, $intern_136, $intern_136, $intern_136, $intern_3076, $intern_3020, 2081791, 1015920, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[12] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2718, $intern_2718, $intern_2718, $intern_2718, 8255455, 8255455, 8255455, $intern_2718, $intern_2718, $intern_2718, $intern_2718, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[13] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_2716, $intern_2716, 4128894, 8362495, $intern_136, $intern_136, $intern_136, 8375551, 4128894, $intern_2716, $intern_2716, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[14] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [1048572, 2097150, $intern_2717, 4063199, 3932191, 3932191, 4063199, $intern_2717, 2097150, 1048572, $intern_3077, $intern_3077])); + com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE.com_github_yellowstonegames_place_tileset_Tileset_v_1tiles[15] = new com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(0, 0, 0, 0, 0, 0, 12, 24, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, 1), $intern_312, 9, 14, [$intern_3082, $intern_3082, 4179967, $intern_2717, $intern_136, 16762879, $intern_136, $intern_2717, 4179967, $intern_3082, $intern_3082, $intern_3077])); +} + +var com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE; +function com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV(a_constraint, b_constraint, c_constraint, d_constraint, e_constraint, f_constraint, width_0, height, data_0){ + this.com_github_yellowstonegames_place_tileset_Tile_a_1constraint = a_constraint; + this.com_github_yellowstonegames_place_tileset_Tile_b_1constraint = b_constraint; + this.com_github_yellowstonegames_place_tileset_Tile_c_1constraint = c_constraint; + this.com_github_yellowstonegames_place_tileset_Tile_d_1constraint = d_constraint; + this.com_github_yellowstonegames_place_tileset_Tile_e_1constraint = e_constraint; + this.com_github_yellowstonegames_place_tileset_Tile_f_1constraint = f_constraint; + this.com_github_yellowstonegames_place_tileset_Tile_width = width_0; + this.com_github_yellowstonegames_place_tileset_Tile_height = height; + this.com_github_yellowstonegames_place_tileset_Tile_data = data_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(10, 1, {10:1}, com_github_yellowstonegames_place_tileset_Tile_Tile__IIIIIIII_3JV); +_.com_github_yellowstonegames_place_tileset_Tile_a_1constraint = 0; +_.com_github_yellowstonegames_place_tileset_Tile_b_1constraint = 0; +_.com_github_yellowstonegames_place_tileset_Tile_c_1constraint = 0; +_.com_github_yellowstonegames_place_tileset_Tile_d_1constraint = 0; +_.com_github_yellowstonegames_place_tileset_Tile_e_1constraint = 0; +_.com_github_yellowstonegames_place_tileset_Tile_f_1constraint = 0; +_.com_github_yellowstonegames_place_tileset_Tile_height = 0; +_.com_github_yellowstonegames_place_tileset_Tile_width = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tile_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2579, 'Tile', 10, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_place_tileset_Tileset_Tileset__V(){ + this.com_github_yellowstonegames_place_tileset_Tileset_config = new com_github_yellowstonegames_place_tileset_Config_Config__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(123, 1, {}, com_github_yellowstonegames_place_tileset_Tileset_Tileset__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1Tileset_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2579, 'Tileset', 123, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_place_tileset_TilesetType_$clinit__V(){ + com_github_yellowstonegames_place_tileset_TilesetType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_place_tileset_TilesetType_DEFAULT_1DUNGEON = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('DEFAULT_DUNGEON', 0); + com_github_yellowstonegames_place_tileset_TilesetType_CAVES_1LIMIT_1CONNECTIVITY = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('CAVES_LIMIT_CONNECTIVITY', 1); + com_github_yellowstonegames_place_tileset_TilesetType_CAVES_1TINY_1CORRIDORS = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('CAVES_TINY_CORRIDORS', 2); + com_github_yellowstonegames_place_tileset_TilesetType_CORNER_1CAVES = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('CORNER_CAVES', 3); + com_github_yellowstonegames_place_tileset_TilesetType_HORIZONTAL_1CORRIDORS_1A = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('HORIZONTAL_CORRIDORS_A', 4); + com_github_yellowstonegames_place_tileset_TilesetType_HORIZONTAL_1CORRIDORS_1B = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('HORIZONTAL_CORRIDORS_B', 5); + com_github_yellowstonegames_place_tileset_TilesetType_HORIZONTAL_1CORRIDORS_1C = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('HORIZONTAL_CORRIDORS_C', 6); + com_github_yellowstonegames_place_tileset_TilesetType_LIMIT_1CONNECTIVITY_1FAT = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('LIMIT_CONNECTIVITY_FAT', 7); + com_github_yellowstonegames_place_tileset_TilesetType_LIMITED_1CONNECTIVITY = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('LIMITED_CONNECTIVITY', 8); + com_github_yellowstonegames_place_tileset_TilesetType_MAZE_1A = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('MAZE_A', 9); + com_github_yellowstonegames_place_tileset_TilesetType_MAZE_1B = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('MAZE_B', 10); + com_github_yellowstonegames_place_tileset_TilesetType_OPEN_1AREAS = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('OPEN_AREAS', 11); + com_github_yellowstonegames_place_tileset_TilesetType_REFERENCE_1CAVES = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('REFERENCE_CAVES', 12); + com_github_yellowstonegames_place_tileset_TilesetType_ROOMS_1AND_1CORRIDORS_1A = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('ROOMS_AND_CORRIDORS_A', 13); + com_github_yellowstonegames_place_tileset_TilesetType_ROOMS_1AND_1CORRIDORS_1B = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('ROOMS_AND_CORRIDORS_B', 14); + com_github_yellowstonegames_place_tileset_TilesetType_ROOMS_1LIMIT_1CONNECTIVITY = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('ROOMS_LIMIT_CONNECTIVITY', 15); + com_github_yellowstonegames_place_tileset_TilesetType_ROUND_1ROOMS_1DIAGONAL_1CORRIDORS = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('ROUND_ROOMS_DIAGONAL_CORRIDORS', 16); + com_github_yellowstonegames_place_tileset_TilesetType_SIMPLE_1CAVES = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('SIMPLE_CAVES', 17); + com_github_yellowstonegames_place_tileset_TilesetType_SQUARE_1ROOMS_1WITH_1RANDOM_1RECTS = new com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV('SQUARE_ROOMS_WITH_RANDOM_RECTS', 18); +} + +function com_github_yellowstonegames_place_tileset_TilesetType_$environment__Lcom_github_yellowstonegames_place_tileset_TilesetType_2I(this$static){ + switch (this$static.java_lang_Enum_ordinal) { + case 1: + case 17: + case 12: + case 11: + case 3: + case 2: + return 3; + case 0: + case 18: + case 16: + case 15: + case 14: + case 13: + case 10: + case 9: + case 7: + case 8: + case 6: + case 5: + case 4: + return 1; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_3086 + this$static)); +} + +function com_github_yellowstonegames_place_tileset_TilesetType_$getTileset__Lcom_github_yellowstonegames_place_tileset_TilesetType_2Lcom_github_yellowstonegames_place_tileset_Tileset_2(this$static){ + switch (this$static.java_lang_Enum_ordinal) { + case 1: + return com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_$clinit__V() , com_github_yellowstonegames_place_tileset_CavesLimitConnectivity_INSTANCE; + case 2: + return com_github_yellowstonegames_place_tileset_CavesTinyCorridors_$clinit__V() , com_github_yellowstonegames_place_tileset_CavesTinyCorridors_INSTANCE; + case 3: + return com_github_yellowstonegames_place_tileset_CornerCaves_$clinit__V() , com_github_yellowstonegames_place_tileset_CornerCaves_INSTANCE; + case 0: + return com_github_yellowstonegames_place_tileset_DefaultDungeon_$clinit__V() , com_github_yellowstonegames_place_tileset_DefaultDungeon_INSTANCE; + case 4: + return com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_$clinit__V() , com_github_yellowstonegames_place_tileset_HorizontalCorridorsV1_INSTANCE; + case 5: + return com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_$clinit__V() , com_github_yellowstonegames_place_tileset_HorizontalCorridorsV2_INSTANCE; + case 6: + return com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_$clinit__V() , com_github_yellowstonegames_place_tileset_HorizontalCorridorsV3_INSTANCE; + case 8: + return com_github_yellowstonegames_place_tileset_LimitedConnectivity_$clinit__V() , com_github_yellowstonegames_place_tileset_LimitedConnectivity_INSTANCE; + case 7: + return com_github_yellowstonegames_place_tileset_LimitConnectivityFat_$clinit__V() , com_github_yellowstonegames_place_tileset_LimitConnectivityFat_INSTANCE; + case 9: + return com_github_yellowstonegames_place_tileset_Maze2Wide_$clinit__V() , com_github_yellowstonegames_place_tileset_Maze2Wide_INSTANCE; + case 10: + return com_github_yellowstonegames_place_tileset_MazePlus2Wide_$clinit__V() , com_github_yellowstonegames_place_tileset_MazePlus2Wide_INSTANCE; + case 11: + case 12: + return com_github_yellowstonegames_place_tileset_OpenAreas_$clinit__V() , com_github_yellowstonegames_place_tileset_OpenAreas_INSTANCE; + case 13: + return com_github_yellowstonegames_place_tileset_RoomsAndCorridors_$clinit__V() , com_github_yellowstonegames_place_tileset_RoomsAndCorridors_INSTANCE; + case 14: + return com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_$clinit__V() , com_github_yellowstonegames_place_tileset_RoomsAndCorridors2WideDiagonalBias_INSTANCE; + case 15: + return com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_$clinit__V() , com_github_yellowstonegames_place_tileset_RoomsLimitConnectivity_INSTANCE; + case 16: + return com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_$clinit__V() , com_github_yellowstonegames_place_tileset_RoundRoomsDiagonalCorridors_INSTANCE; + case 17: + return com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_$clinit__V() , com_github_yellowstonegames_place_tileset_SimpleCaves2Wide_INSTANCE; + case 18: + return com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_$clinit__V() , com_github_yellowstonegames_place_tileset_SquareRoomsWithRandomRects_INSTANCE; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V($intern_3086 + this$static)); +} + +function com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_github_yellowstonegames_place_tileset_TilesetType_values___3Lcom_github_yellowstonegames_place_tileset_TilesetType_2(){ + com_github_yellowstonegames_place_tileset_TilesetType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1TilesetType_12_1classLit, 1), $intern_11, 107, 0, [com_github_yellowstonegames_place_tileset_TilesetType_DEFAULT_1DUNGEON, com_github_yellowstonegames_place_tileset_TilesetType_CAVES_1LIMIT_1CONNECTIVITY, com_github_yellowstonegames_place_tileset_TilesetType_CAVES_1TINY_1CORRIDORS, com_github_yellowstonegames_place_tileset_TilesetType_CORNER_1CAVES, com_github_yellowstonegames_place_tileset_TilesetType_HORIZONTAL_1CORRIDORS_1A, com_github_yellowstonegames_place_tileset_TilesetType_HORIZONTAL_1CORRIDORS_1B, com_github_yellowstonegames_place_tileset_TilesetType_HORIZONTAL_1CORRIDORS_1C, com_github_yellowstonegames_place_tileset_TilesetType_LIMIT_1CONNECTIVITY_1FAT, com_github_yellowstonegames_place_tileset_TilesetType_LIMITED_1CONNECTIVITY, com_github_yellowstonegames_place_tileset_TilesetType_MAZE_1A, com_github_yellowstonegames_place_tileset_TilesetType_MAZE_1B, com_github_yellowstonegames_place_tileset_TilesetType_OPEN_1AREAS, com_github_yellowstonegames_place_tileset_TilesetType_REFERENCE_1CAVES, com_github_yellowstonegames_place_tileset_TilesetType_ROOMS_1AND_1CORRIDORS_1A, com_github_yellowstonegames_place_tileset_TilesetType_ROOMS_1AND_1CORRIDORS_1B, com_github_yellowstonegames_place_tileset_TilesetType_ROOMS_1LIMIT_1CONNECTIVITY, com_github_yellowstonegames_place_tileset_TilesetType_ROUND_1ROOMS_1DIAGONAL_1CORRIDORS, com_github_yellowstonegames_place_tileset_TilesetType_SIMPLE_1CAVES, com_github_yellowstonegames_place_tileset_TilesetType_SQUARE_1ROOMS_1WITH_1RANDOM_1RECTS]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(107, 39, {107:1, 3:1, 42:1, 39:1}, com_github_yellowstonegames_place_tileset_TilesetType_TilesetType__Ljava_lang_String_2IV); +var com_github_yellowstonegames_place_tileset_TilesetType_CAVES_1LIMIT_1CONNECTIVITY, com_github_yellowstonegames_place_tileset_TilesetType_CAVES_1TINY_1CORRIDORS, com_github_yellowstonegames_place_tileset_TilesetType_CORNER_1CAVES, com_github_yellowstonegames_place_tileset_TilesetType_DEFAULT_1DUNGEON, com_github_yellowstonegames_place_tileset_TilesetType_HORIZONTAL_1CORRIDORS_1A, com_github_yellowstonegames_place_tileset_TilesetType_HORIZONTAL_1CORRIDORS_1B, com_github_yellowstonegames_place_tileset_TilesetType_HORIZONTAL_1CORRIDORS_1C, com_github_yellowstonegames_place_tileset_TilesetType_LIMITED_1CONNECTIVITY, com_github_yellowstonegames_place_tileset_TilesetType_LIMIT_1CONNECTIVITY_1FAT, com_github_yellowstonegames_place_tileset_TilesetType_MAZE_1A, com_github_yellowstonegames_place_tileset_TilesetType_MAZE_1B, com_github_yellowstonegames_place_tileset_TilesetType_OPEN_1AREAS, com_github_yellowstonegames_place_tileset_TilesetType_REFERENCE_1CAVES, com_github_yellowstonegames_place_tileset_TilesetType_ROOMS_1AND_1CORRIDORS_1A, com_github_yellowstonegames_place_tileset_TilesetType_ROOMS_1AND_1CORRIDORS_1B, com_github_yellowstonegames_place_tileset_TilesetType_ROOMS_1LIMIT_1CONNECTIVITY, com_github_yellowstonegames_place_tileset_TilesetType_ROUND_1ROOMS_1DIAGONAL_1CORRIDORS, com_github_yellowstonegames_place_tileset_TilesetType_SIMPLE_1CAVES, com_github_yellowstonegames_place_tileset_TilesetType_SQUARE_1ROOMS_1WITH_1RANDOM_1RECTS; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1place_1tileset_1TilesetType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_2579, 'TilesetType', 107, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_github_yellowstonegames_place_tileset_TilesetType_values___3Lcom_github_yellowstonegames_place_tileset_TilesetType_2); +function com_github_yellowstonegames_smooth_Glider_$$init__Lcom_github_yellowstonegames_smooth_Glider_2V(this$static){ + this$static.com_github_yellowstonegames_smooth_Glider_changers = new com_github_tommyettinger_ds_HolderSet_HolderSet__Lcom_github_tommyettinger_function_ObjToObjFunction_2V(new com_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_Glider$0methodref$getName$Type__V); +} + +function com_github_yellowstonegames_smooth_Glider_$getFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2F(this$static, name_0){ + var c; + c = com_github_tommyettinger_ds_HolderSet_$get__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_smooth_Glider_changers, name_0); + if (!c) + return NaN; + return com_github_yellowstonegames_smooth_FloatSmoother$0methodref$lerp$Type_$apply__Lcom_github_yellowstonegames_smooth_FloatSmoother$0methodref$lerp$Type_2FFFF(c.com_github_yellowstonegames_smooth_Glider$Changer_startF, c.com_github_yellowstonegames_smooth_Glider$Changer_endF, this$static.com_github_yellowstonegames_smooth_Glider_interpolation.apply__FF(this$static.com_github_yellowstonegames_smooth_Glider_change)); +} + +function com_github_yellowstonegames_smooth_Glider_$resetToCurrent__Lcom_github_yellowstonegames_smooth_Glider_2V(this$static){ + var c, c$iterator; + for (c$iterator = com_github_tommyettinger_ds_HolderSet_$iterator__Lcom_github_tommyettinger_ds_HolderSet_2Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2(this$static.com_github_yellowstonegames_smooth_Glider_changers); com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$hasNext__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2Z(c$iterator);) { + c = com_github_tommyettinger_ds_HolderSet$HolderSetIterator_$next__Lcom_github_tommyettinger_ds_HolderSet$HolderSetIterator_2Ljava_lang_Object_2(c$iterator); + c.com_github_yellowstonegames_smooth_Glider$Changer_startF = com_github_yellowstonegames_smooth_FloatSmoother$0methodref$lerp$Type_$apply__Lcom_github_yellowstonegames_smooth_FloatSmoother$0methodref$lerp$Type_2FFFF(c.com_github_yellowstonegames_smooth_Glider$Changer_startF, c.com_github_yellowstonegames_smooth_Glider$Changer_endF, this$static.com_github_yellowstonegames_smooth_Glider_change); + c.com_github_yellowstonegames_smooth_Glider$Changer_startI = com_github_yellowstonegames_smooth_IntSmoother$lambda$0$Type_$apply__Lcom_github_yellowstonegames_smooth_IntSmoother$lambda$0$Type_2IIFI(c.com_github_yellowstonegames_smooth_Glider$Changer_startI, c.com_github_yellowstonegames_smooth_Glider$Changer_endI, this$static.com_github_yellowstonegames_smooth_Glider_change); + } +} + +function com_github_yellowstonegames_smooth_Glider_$setCompleteRunner__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_Runnable_2V(this$static, completeRunner){ + this$static.com_github_yellowstonegames_smooth_Glider_completeRunner = completeRunner; +} + +function com_github_yellowstonegames_smooth_Glider_$setEndFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2FV(this$static, name_0, end){ + var c; + c = com_github_tommyettinger_ds_HolderSet_$get__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_smooth_Glider_changers, name_0); + if (!c) + return; + c.com_github_yellowstonegames_smooth_Glider$Changer_endF = end; + this$static.com_github_yellowstonegames_smooth_Glider_change = 0; +} + +function com_github_yellowstonegames_smooth_Glider_$setStartFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2FV(this$static, name_0, start_0){ + var c; + c = com_github_tommyettinger_ds_HolderSet_$get__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_github_yellowstonegames_smooth_Glider_changers, name_0); + if (!c) + return; + c.com_github_yellowstonegames_smooth_Glider$Changer_startF = start_0; + this$static.com_github_yellowstonegames_smooth_Glider_change = 0; +} + +function com_github_yellowstonegames_smooth_Glider_Glider___3Lcom_github_yellowstonegames_smooth_Glider$Changer_2V(changers){ + com_github_yellowstonegames_smooth_Glider_$$init__Lcom_github_yellowstonegames_smooth_Glider_2V(this); + this.com_github_yellowstonegames_smooth_Glider_interpolation = (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_linear); + com_github_tommyettinger_ds_HolderSet_$addAll__Lcom_github_tommyettinger_ds_HolderSet_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_smooth_Glider_changers, changers); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(203, 1, {203:1}); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_smooth_Glider_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || this.java_lang_Object__1_1_1clazz != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_smooth_Glider_change, this.com_github_yellowstonegames_smooth_Glider_change) != 0) + return false; + return com_github_tommyettinger_ds_HolderSet_$equals__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_smooth_Glider_changers, that.com_github_yellowstonegames_smooth_Glider_changers); +} +; +_.getEndFloat__Ljava_lang_String_2F = function com_github_yellowstonegames_smooth_Glider_getEndFloat__Ljava_lang_String_2F(name_0){ + var c; + c = com_github_tommyettinger_ds_HolderSet_$get__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_smooth_Glider_changers, name_0); + if (!c) + return NaN; + return c.com_github_yellowstonegames_smooth_Glider$Changer_endF; +} +; +_.getStartFloat__Ljava_lang_String_2F = function com_github_yellowstonegames_smooth_Glider_getStartFloat__Ljava_lang_String_2F(name_0){ + var c; + c = com_github_tommyettinger_ds_HolderSet_$get__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_smooth_Glider_changers, name_0); + if (!c) + return NaN; + return c.com_github_yellowstonegames_smooth_Glider$Changer_startF; +} +; +_.hashCode__I = function com_github_yellowstonegames_smooth_Glider_hashCode__I(){ + var result; + result = com_github_tommyettinger_ds_HolderSet_$hashCode__Lcom_github_tommyettinger_ds_HolderSet_2I(this.com_github_yellowstonegames_smooth_Glider_changers); + result = 31 * result + com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_smooth_Glider_change); + return result; +} +; +_.onComplete__V = function com_github_yellowstonegames_smooth_Glider_onComplete__V(){ + !!this.com_github_yellowstonegames_smooth_Glider_completeRunner && this.com_github_yellowstonegames_smooth_Glider_completeRunner.run__V(); +} +; +_.setChange__FV = function com_github_yellowstonegames_smooth_Glider_setChange__FV(change){ + this.com_github_yellowstonegames_smooth_Glider_change != (this.com_github_yellowstonegames_smooth_Glider_change = $wnd.Math.max(0, $wnd.Math.min(1, change))) && this.com_github_yellowstonegames_smooth_Glider_change == 1 && this.onComplete__V(); +} +; +_.com_github_yellowstonegames_smooth_Glider_change = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2320, 'Glider', 203, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_smooth_CoordGlider_$setEnd__Lcom_github_yellowstonegames_smooth_CoordGlider_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static, end){ + this$static.com_github_yellowstonegames_smooth_CoordGlider_end = end; + com_github_yellowstonegames_smooth_Glider_$setEndFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2FV(this$static, 'x', end.com_github_yellowstonegames_grid_Coord_x); + com_github_yellowstonegames_smooth_Glider_$setEndFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2FV(this$static, 'y', end.com_github_yellowstonegames_grid_Coord_y); + this$static.com_github_yellowstonegames_smooth_Glider_change = 0; +} + +function com_github_yellowstonegames_smooth_CoordGlider_$setStart__Lcom_github_yellowstonegames_smooth_CoordGlider_2Lcom_github_yellowstonegames_grid_Coord_2V(this$static, start_0){ + this$static.com_github_yellowstonegames_smooth_CoordGlider_start = start_0; + com_github_yellowstonegames_smooth_Glider_$setStartFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2FV(this$static, 'x', start_0.com_github_yellowstonegames_grid_Coord_x); + com_github_yellowstonegames_smooth_Glider_$setStartFloat__Lcom_github_yellowstonegames_smooth_Glider_2Ljava_lang_String_2FV(this$static, 'y', start_0.com_github_yellowstonegames_grid_Coord_y); + this$static.com_github_yellowstonegames_smooth_Glider_change = 0; +} + +function com_github_yellowstonegames_smooth_CoordGlider_CoordGlider__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2V(start_0, end){ + com_github_yellowstonegames_smooth_Glider_Glider___3Lcom_github_yellowstonegames_smooth_Glider$Changer_2V.call(this, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider$Changer_12_1classLit, 1), $intern_144, 192, 0, [new com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFV('x', start_0.com_github_yellowstonegames_grid_Coord_x, end.com_github_yellowstonegames_grid_Coord_x), new com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFV('y', start_0.com_github_yellowstonegames_grid_Coord_y, end.com_github_yellowstonegames_grid_Coord_y)])); + this.com_github_yellowstonegames_smooth_CoordGlider_start = start_0; + this.com_github_yellowstonegames_smooth_CoordGlider_end = end; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1049, 203, {203:1}, com_github_yellowstonegames_smooth_CoordGlider_CoordGlider__Lcom_github_yellowstonegames_grid_Coord_2Lcom_github_yellowstonegames_grid_Coord_2V); +_.onComplete__V = function com_github_yellowstonegames_smooth_CoordGlider_onComplete__V(){ + this.com_github_yellowstonegames_smooth_CoordGlider_start = this.com_github_yellowstonegames_smooth_CoordGlider_end; + com_github_yellowstonegames_smooth_Glider_$resetToCurrent__Lcom_github_yellowstonegames_smooth_Glider_2V(this); + !!this.com_github_yellowstonegames_smooth_Glider_completeRunner && this.com_github_yellowstonegames_smooth_Glider_completeRunner.run__V(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1CoordGlider_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2320, 'CoordGlider', 1049, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider_12_1classLit); +function com_github_yellowstonegames_smooth_Director_$play__Lcom_github_yellowstonegames_smooth_Director_2V(this$static){ + this$static.com_github_yellowstonegames_smooth_Director_playTime = (java_lang_System_$clinit__V() , com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(Date.now())); + this$static.com_github_yellowstonegames_smooth_Director_playing = true; +} + +function com_github_yellowstonegames_smooth_Director_$step__Lcom_github_yellowstonegames_smooth_Director_2V(this$static){ + var change, con, con$iterator, fraction; + if (!this$static.com_github_yellowstonegames_smooth_Director_playing || !this$static.com_github_yellowstonegames_smooth_Director_container) + return; + fraction = com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_smooth_Director_elapsed, com_badlogic_gdx_utils_TimeUtils_timeSinceMillis__JJ(this$static.com_github_yellowstonegames_smooth_Director_playTime))) / com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(this$static.com_github_yellowstonegames_smooth_Director_duration); + change = com_badlogic_gdx_math_MathUtils_clamp__FFFF(fraction, 0, 1); + for (con$iterator = com_github_tommyettinger_ds_ObjectList_$iterator__Lcom_github_tommyettinger_ds_ObjectList_2Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2(this$static.com_github_yellowstonegames_smooth_Director_container); com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$hasNext__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Z(con$iterator);) { + con = com_github_tommyettinger_ds_ObjectList$ObjectListIterator_$next__Lcom_github_tommyettinger_ds_ObjectList$ObjectListIterator_2Ljava_lang_Object_2(con$iterator); + this$static.com_github_yellowstonegames_smooth_Director_extractor.apply__Ljava_lang_Object_2Ljava_lang_Object_2(con).setChange__FV(change); + } + fraction > change && (this$static.com_github_yellowstonegames_smooth_Director_elapsed = 0 , this$static.com_github_yellowstonegames_smooth_Director_playing = false); +} + +function com_github_yellowstonegames_smooth_Director_Director__Lcom_github_tommyettinger_function_ObjToObjFunction_2Ljava_lang_Iterable_2JV(fun, coll, durationMillis){ + this.com_github_yellowstonegames_smooth_Director_extractor = fun; + this.com_github_yellowstonegames_smooth_Director_container = coll; + this.com_github_yellowstonegames_smooth_Director_duration = durationMillis; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(520, 1, {}, com_github_yellowstonegames_smooth_Director_Director__Lcom_github_tommyettinger_function_ObjToObjFunction_2Ljava_lang_Iterable_2JV); +_.com_github_yellowstonegames_smooth_Director_duration = 500; +_.com_github_yellowstonegames_smooth_Director_elapsed = 0; +_.com_github_yellowstonegames_smooth_Director_playTime = $intern_3087; +_.com_github_yellowstonegames_smooth_Director_playing = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Director_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2320, 'Director', 520, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_smooth_FloatSmoother$0methodref$lerp$Type_$apply__Lcom_github_yellowstonegames_smooth_FloatSmoother$0methodref$lerp$Type_2FFFF(start_0, end, change){ + return start_0 + (end - start_0) * change; +} + +function com_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_$apply__Lcom_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_2Ljava_lang_Object_2Ljava_lang_Object_2(arg0){ + return arg0.com_github_yellowstonegames_smooth_Glider$Changer_name; +} + +function com_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_Glider$0methodref$getName$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1050, 1, {}, com_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_Glider$0methodref$getName$Type__V); +_.apply__Ljava_lang_Object_2Ljava_lang_Object_2 = function com_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_apply__Ljava_lang_Object_2Ljava_lang_Object_2(arg0){ + return com_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_$apply__Lcom_github_yellowstonegames_smooth_Glider$0methodref$getName$Type_2Ljava_lang_Object_2Ljava_lang_Object_2(arg0); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider$0methodref$getName$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2320, 'Glider/0methodref$getName$Type', 1050, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFV(name_0, startF, endF){ + var lastArg; + com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFLcom_github_yellowstonegames_smooth_FloatSmoother_2V.call(this, name_0, startF, (lastArg = endF , lastArg)); +} + +function com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFLcom_github_yellowstonegames_smooth_FloatSmoother_2V(name_0, startF, endF){ + this.com_github_yellowstonegames_smooth_Glider$Changer_name = name_0; + this.com_github_yellowstonegames_smooth_Glider$Changer_startF = startF; + this.com_github_yellowstonegames_smooth_Glider$Changer_endF = endF; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(192, 1, {192:1}, com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFV); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_smooth_Glider$Changer_equals__Ljava_lang_Object_2Z(o){ + var changer; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider$Changer_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + changer = o; + if (java_lang_Double_compare__DDI(changer.com_github_yellowstonegames_smooth_Glider$Changer_startF, this.com_github_yellowstonegames_smooth_Glider$Changer_startF) != 0) + return false; + if (java_lang_Double_compare__DDI(changer.com_github_yellowstonegames_smooth_Glider$Changer_endF, this.com_github_yellowstonegames_smooth_Glider$Changer_endF) != 0) + return false; + if (this.com_github_yellowstonegames_smooth_Glider$Changer_startI != changer.com_github_yellowstonegames_smooth_Glider$Changer_startI) + return false; + if (this.com_github_yellowstonegames_smooth_Glider$Changer_endI != changer.com_github_yellowstonegames_smooth_Glider$Changer_endI) + return false; + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_smooth_Glider$Changer_name, changer.com_github_yellowstonegames_smooth_Glider$Changer_name); +} +; +_.hashCode__I = function com_github_yellowstonegames_smooth_Glider$Changer_hashCode__I(){ + var result; + result = java_lang_String_$hashCode__Ljava_lang_String_2I(this.com_github_yellowstonegames_smooth_Glider$Changer_name); + result = 31 * result + com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_smooth_Glider$Changer_startF); + result = 31 * result + com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_smooth_Glider$Changer_endF); + result = 31 * result + this.com_github_yellowstonegames_smooth_Glider$Changer_startI; + result = 31 * result + this.com_github_yellowstonegames_smooth_Glider$Changer_endI; + return result; +} +; +_.com_github_yellowstonegames_smooth_Glider$Changer_endF = 0; +_.com_github_yellowstonegames_smooth_Glider$Changer_endI = 0; +_.com_github_yellowstonegames_smooth_Glider$Changer_startF = 0; +_.com_github_yellowstonegames_smooth_Glider$Changer_startI = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider$Changer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2320, 'Glider/Changer', 192, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_smooth_IntSmoother$lambda$0$Type_$apply__Lcom_github_yellowstonegames_smooth_IntSmoother$lambda$0$Type_2IIFI(start_0, end, change){ + return com_badlogic_gdx_math_MathUtils_$clinit__V() , com_badlogic_gdx_math_MathUtils_$clinit__V() , com_google_gwt_lang_Cast_round_1int__DI(start_0 + (end - start_0) * change + $intern_2024) - $intern_390; +} + +function com_github_yellowstonegames_smooth_SequenceGlider_SequenceGlider___3Lcom_github_yellowstonegames_smooth_Glider_2_3FV(gliders, lengths){ + com_github_yellowstonegames_smooth_SequenceGlider_SequenceGlider___3Lcom_github_yellowstonegames_smooth_Glider_2_3FLcom_badlogic_gdx_math_Interpolation_2Ljava_lang_Runnable_2V.call(this, gliders, lengths, (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_linear)); +} + +function com_github_yellowstonegames_smooth_SequenceGlider_SequenceGlider___3Lcom_github_yellowstonegames_smooth_Glider_2_3FLcom_badlogic_gdx_math_Interpolation_2Ljava_lang_Runnable_2V(gliders, lengths, interpolation){ + var i, i0, len, sum; + com_github_yellowstonegames_smooth_Glider_$$init__Lcom_github_yellowstonegames_smooth_Glider_2V(this); + this.com_github_yellowstonegames_smooth_Glider_interpolation = (com_badlogic_gdx_math_Interpolation_$clinit__V() , com_badlogic_gdx_math_Interpolation_linear); + this.com_github_yellowstonegames_smooth_Glider_interpolation = interpolation; + this.com_github_yellowstonegames_smooth_Glider_completeRunner = null; + len = $wnd.Math.min(gliders.length, lengths.length); + this.com_github_yellowstonegames_smooth_SequenceGlider_sequence = (javaemul_internal_InternalPreconditions_checkCriticalArraySize__IV(len) , javaemul_internal_ArrayHelper_clone___3Ljava_lang_Object_2II_3Ljava_lang_Object_2(gliders, len)); + this.com_github_yellowstonegames_smooth_SequenceGlider_durations = (javaemul_internal_InternalPreconditions_checkCriticalArraySize__IV(len) , java_util_Arrays_copyPrimitiveArray__Ljava_lang_Object_2Ljava_lang_Object_2IILjava_lang_Object_2(lengths, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, len, 15, 1), len)); + sum = 0; + for (i0 = 0; i0 < len; i0++) { + sum += this.com_github_yellowstonegames_smooth_SequenceGlider_durations[i0]; + } + if (sum > 0) { + for (i = 0; i < len; i++) { + this.com_github_yellowstonegames_smooth_SequenceGlider_durations[i] /= sum; + } + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(451, 203, {203:1, 451:1}); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_smooth_SequenceGlider_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || this.java_lang_Object__1_1_1clazz != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_smooth_Glider_change, this.com_github_yellowstonegames_smooth_Glider_change) != 0) + return false; + if (this.com_github_yellowstonegames_smooth_SequenceGlider_active != that.com_github_yellowstonegames_smooth_SequenceGlider_active) + return false; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_smooth_SequenceGlider_passed, this.com_github_yellowstonegames_smooth_SequenceGlider_passed) != 0) + return false; + if (!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_smooth_Glider_interpolation, that.com_github_yellowstonegames_smooth_Glider_interpolation)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_smooth_SequenceGlider_sequence, that.com_github_yellowstonegames_smooth_SequenceGlider_sequence)) + return false; + return java_util_Arrays_equals___3F_3FZ(this.com_github_yellowstonegames_smooth_SequenceGlider_durations, that.com_github_yellowstonegames_smooth_SequenceGlider_durations); +} +; +_.getEndFloat__Ljava_lang_String_2F = function com_github_yellowstonegames_smooth_SequenceGlider_getEndFloat__Ljava_lang_String_2F(name_0){ + var c; + c = com_github_tommyettinger_ds_HolderSet_$get__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this.com_github_yellowstonegames_smooth_SequenceGlider_active].com_github_yellowstonegames_smooth_Glider_changers, name_0); + if (!c) + return NaN; + return c.com_github_yellowstonegames_smooth_Glider$Changer_endF; +} +; +_.getStartFloat__Ljava_lang_String_2F = function com_github_yellowstonegames_smooth_SequenceGlider_getStartFloat__Ljava_lang_String_2F(name_0){ + var c; + c = com_github_tommyettinger_ds_HolderSet_$get__Lcom_github_tommyettinger_ds_HolderSet_2Ljava_lang_Object_2Ljava_lang_Object_2(this.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this.com_github_yellowstonegames_smooth_SequenceGlider_active].com_github_yellowstonegames_smooth_Glider_changers, name_0); + if (!c) + return NaN; + return c.com_github_yellowstonegames_smooth_Glider$Changer_startF; +} +; +_.hashCode__I = function com_github_yellowstonegames_smooth_SequenceGlider_hashCode__I(){ + var result; + result = com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_smooth_Glider_change); + result = 31 * result + java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.com_github_yellowstonegames_smooth_Glider_interpolation); + result = 31 * result + com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_Object_2I((com_github_tommyettinger_digital_Hasher_$clinit__V() , com_github_tommyettinger_digital_Hasher_haagenti), this.com_github_yellowstonegames_smooth_SequenceGlider_sequence); + result = 31 * result + com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3FI(com_github_tommyettinger_digital_Hasher_haagenti, this.com_github_yellowstonegames_smooth_SequenceGlider_durations); + result = 31 * result + this.com_github_yellowstonegames_smooth_SequenceGlider_active; + result = 31 * result + com_github_tommyettinger_digital_BitConversion_floatToIntBits__FI(this.com_github_yellowstonegames_smooth_SequenceGlider_passed); + return result; +} +; +_.setChange__FV = function com_github_yellowstonegames_smooth_SequenceGlider_setChange__FV(change){ + this.com_github_yellowstonegames_smooth_Glider_change = $wnd.Math.max(0, $wnd.Math.min(1, change)); + if (this.com_github_yellowstonegames_smooth_SequenceGlider_active < this.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length) { + this.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this.com_github_yellowstonegames_smooth_SequenceGlider_active].setChange__FV((this.com_github_yellowstonegames_smooth_Glider_change - this.com_github_yellowstonegames_smooth_SequenceGlider_passed) / this.com_github_yellowstonegames_smooth_SequenceGlider_durations[this.com_github_yellowstonegames_smooth_SequenceGlider_active]); + if (this.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this.com_github_yellowstonegames_smooth_SequenceGlider_active].com_github_yellowstonegames_smooth_Glider_change == 1) { + this.com_github_yellowstonegames_smooth_SequenceGlider_passed += this.com_github_yellowstonegames_smooth_SequenceGlider_durations[this.com_github_yellowstonegames_smooth_SequenceGlider_active]; + ++this.com_github_yellowstonegames_smooth_SequenceGlider_active; + } + if (this.com_github_yellowstonegames_smooth_Glider_change == 1) { + this.com_github_yellowstonegames_smooth_SequenceGlider_passed = 0; + this.com_github_yellowstonegames_smooth_SequenceGlider_active = this.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length; + !!this.com_github_yellowstonegames_smooth_Glider_completeRunner && this.com_github_yellowstonegames_smooth_Glider_completeRunner.run__V(); + } + } +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_smooth_SequenceGlider_toString__Ljava_lang_String_2(){ + return 'SequenceGlider{sequence=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_smooth_SequenceGlider_sequence) + ', durations=' + java_util_Arrays_toString___3FLjava_lang_String_2(this.com_github_yellowstonegames_smooth_SequenceGlider_durations) + ', active=' + this.com_github_yellowstonegames_smooth_SequenceGlider_active + ', passed=' + this.com_github_yellowstonegames_smooth_SequenceGlider_passed + $intern_3088 + this.com_github_yellowstonegames_smooth_Glider_changers + ', change=' + this.com_github_yellowstonegames_smooth_Glider_change + '}'; +} +; +_.com_github_yellowstonegames_smooth_SequenceGlider_active = 0; +_.com_github_yellowstonegames_smooth_SequenceGlider_passed = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1SequenceGlider_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2320, 'SequenceGlider', 451, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider_12_1classLit); +function com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V(end){ + com_github_yellowstonegames_smooth_Glider_Glider___3Lcom_github_yellowstonegames_smooth_Glider$Changer_2V.call(this, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider$Changer_12_1classLit, 1), $intern_144, 192, 0, [new com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFV('x', 0, end.com_badlogic_gdx_math_Vector2_x), new com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFV('y', 0, end.com_badlogic_gdx_math_Vector2_y)])); + this.com_github_yellowstonegames_smooth_VectorGlider_start = new com_badlogic_gdx_math_Vector2_Vector2__FFV(0, 0); + this.com_github_yellowstonegames_smooth_VectorGlider_end = new com_badlogic_gdx_math_Vector2_Vector2__Lcom_badlogic_gdx_math_Vector2_2V(end); +} + +function com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(start_0, end){ + com_github_yellowstonegames_smooth_Glider_Glider___3Lcom_github_yellowstonegames_smooth_Glider$Changer_2V.call(this, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider$Changer_12_1classLit, 1), $intern_144, 192, 0, [new com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFV('x', start_0.com_badlogic_gdx_math_Vector2_x, end.com_badlogic_gdx_math_Vector2_x), new com_github_yellowstonegames_smooth_Glider$Changer_Glider$Changer__Ljava_lang_String_2FFV('y', start_0.com_badlogic_gdx_math_Vector2_y, end.com_badlogic_gdx_math_Vector2_y)])); + this.com_github_yellowstonegames_smooth_VectorGlider_start = new com_badlogic_gdx_math_Vector2_Vector2__Lcom_badlogic_gdx_math_Vector2_2V(start_0); + this.com_github_yellowstonegames_smooth_VectorGlider_end = new com_badlogic_gdx_math_Vector2_Vector2__Lcom_badlogic_gdx_math_Vector2_2V(end); +} + +function com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_github_yellowstonegames_smooth_Glider_2V(other){ + com_github_yellowstonegames_smooth_Glider_$$init__Lcom_github_yellowstonegames_smooth_Glider_2V(this); + this.com_github_yellowstonegames_smooth_Glider_change = other.com_github_yellowstonegames_smooth_Glider_change; + this.com_github_yellowstonegames_smooth_Glider_interpolation = other.com_github_yellowstonegames_smooth_Glider_interpolation; + this.com_github_yellowstonegames_smooth_Glider_completeRunner = other.com_github_yellowstonegames_smooth_Glider_completeRunner; + com_github_tommyettinger_ds_HolderSet_$addAll__Lcom_github_tommyettinger_ds_HolderSet_2Lcom_github_tommyettinger_ds_HolderSet_2Z(this.com_github_yellowstonegames_smooth_Glider_changers, other.com_github_yellowstonegames_smooth_Glider_changers); + this.com_github_yellowstonegames_smooth_VectorGlider_start = new com_badlogic_gdx_math_Vector2_Vector2__FFV(other.getStartFloat__Ljava_lang_String_2F('x'), other.getStartFloat__Ljava_lang_String_2F('y')); + this.com_github_yellowstonegames_smooth_VectorGlider_end = new com_badlogic_gdx_math_Vector2_Vector2__FFV(other.getEndFloat__Ljava_lang_String_2F('x'), other.getEndFloat__Ljava_lang_String_2F('y')); + this.com_github_yellowstonegames_smooth_Glider_change = other.com_github_yellowstonegames_smooth_Glider_change; + this.com_github_yellowstonegames_smooth_Glider_interpolation = other.com_github_yellowstonegames_smooth_Glider_interpolation; + this.com_github_yellowstonegames_smooth_Glider_completeRunner = other.com_github_yellowstonegames_smooth_Glider_completeRunner; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(92, 203, {203:1, 92:1}, com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V, com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V, com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_github_yellowstonegames_smooth_Glider_2V); +_.onComplete__V = function com_github_yellowstonegames_smooth_VectorGlider_onComplete__V(){ + com_badlogic_gdx_math_Vector2_$set__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2(this.com_github_yellowstonegames_smooth_VectorGlider_start, this.com_github_yellowstonegames_smooth_VectorGlider_end); + !!this.com_github_yellowstonegames_smooth_Glider_completeRunner && this.com_github_yellowstonegames_smooth_Glider_completeRunner.run__V(); +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_smooth_VectorGlider_toString__Ljava_lang_String_2(){ + return 'VectorGlider{start=' + this.com_github_yellowstonegames_smooth_VectorGlider_start + ', end=' + this.com_github_yellowstonegames_smooth_VectorGlider_end + $intern_3088 + this.com_github_yellowstonegames_smooth_Glider_changers + ', change=' + this.com_github_yellowstonegames_smooth_Glider_change + '}'; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2320, 'VectorGlider', 92, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1Glider_12_1classLit); +function com_github_yellowstonegames_smooth_VectorSequenceGlider_$clinit__V(){ + com_github_yellowstonegames_smooth_VectorSequenceGlider_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_smooth_VectorSequenceGlider_EMPTY = new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider__V; + com_github_yellowstonegames_smooth_VectorSequenceGlider_BUMPS = com_github_tommyettinger_ds_ObjectObjectOrderedMap_with__Ljava_lang_Object_2Ljava_lang_Object_2_3Ljava_lang_Object_2Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2((com_github_yellowstonegames_grid_Direction_$clinit__V() , com_github_yellowstonegames_grid_Direction_UP), new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, 1), $intern_3089, 92, 0, [new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV(0, 0.5)), new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV(0, 0.5), (com_badlogic_gdx_math_Vector2_$clinit__V() , com_badlogic_gdx_math_Vector2_Zero))]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [3, 5])), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [com_github_yellowstonegames_grid_Direction_UP_1RIGHT, new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, 1), $intern_3089, 92, 0, [new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV($intern_3090, $intern_3090)), new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV($intern_3090, $intern_3090), com_badlogic_gdx_math_Vector2_Zero)]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [3, 5])), com_github_yellowstonegames_grid_Direction_RIGHT, new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, 1), $intern_3089, 92, 0, [new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV(0.5, 0)), new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV(0.5, 0), com_badlogic_gdx_math_Vector2_Zero)]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [3, 5])), com_github_yellowstonegames_grid_Direction_DOWN_1RIGHT, new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, 1), $intern_3089, 92, 0, [new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV($intern_3090, $intern_3091)), new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV($intern_3090, $intern_3091), com_badlogic_gdx_math_Vector2_Zero)]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [3, 5])), com_github_yellowstonegames_grid_Direction_DOWN, new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, 1), $intern_3089, 92, 0, [new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV(0, -0.5)), new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV(0, -0.5), com_badlogic_gdx_math_Vector2_Zero)]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [3, 5])), com_github_yellowstonegames_grid_Direction_DOWN_1LEFT, new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, 1), $intern_3089, 92, 0, [new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV($intern_3091, $intern_3091)), new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV($intern_3091, $intern_3091), com_badlogic_gdx_math_Vector2_Zero)]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [3, 5])), com_github_yellowstonegames_grid_Direction_LEFT, new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, 1), $intern_3089, 92, 0, [new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV(-0.5, 0)), new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV(-0.5, 0), com_badlogic_gdx_math_Vector2_Zero)]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [3, 5])), com_github_yellowstonegames_grid_Direction_UP_1LEFT, new com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, 1), $intern_3089, 92, 0, [new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV($intern_3091, $intern_3090)), new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_badlogic_gdx_math_Vector2_2Lcom_badlogic_gdx_math_Vector2_2V(new com_badlogic_gdx_math_Vector2_Vector2__FFV($intern_3091, $intern_3090), com_badlogic_gdx_math_Vector2_Zero)]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, 1), $intern_133, 9, 15, [3, 5]))])); +} + +function com_github_yellowstonegames_smooth_VectorSequenceGlider_$getX__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2F(this$static){ + if (this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length == 0) + return 0; + if (this$static.com_github_yellowstonegames_smooth_SequenceGlider_active >= this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length) + return this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length - 1].getEndFloat__Ljava_lang_String_2F('x'); + if (this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].com_github_yellowstonegames_smooth_Glider_change >= 1) + return this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].getEndFloat__Ljava_lang_String_2F('x'); + return com_badlogic_gdx_math_Interpolation_$apply__Lcom_badlogic_gdx_math_Interpolation_2FFFF(this$static.com_github_yellowstonegames_smooth_Glider_interpolation, this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].getStartFloat__Ljava_lang_String_2F('x'), this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].getEndFloat__Ljava_lang_String_2F('x'), this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].com_github_yellowstonegames_smooth_Glider_change); +} + +function com_github_yellowstonegames_smooth_VectorSequenceGlider_$getY__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2F(this$static){ + if (this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length == 0) + return 0; + if (this$static.com_github_yellowstonegames_smooth_SequenceGlider_active >= this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length) + return this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length - 1].getEndFloat__Ljava_lang_String_2F('y'); + if (this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].com_github_yellowstonegames_smooth_Glider_change >= 1) + return this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].getEndFloat__Ljava_lang_String_2F('y'); + return com_badlogic_gdx_math_Interpolation_$apply__Lcom_badlogic_gdx_math_Interpolation_2FFFF(this$static.com_github_yellowstonegames_smooth_Glider_interpolation, this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].getStartFloat__Ljava_lang_String_2F('y'), this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].getEndFloat__Ljava_lang_String_2F('y'), this$static.com_github_yellowstonegames_smooth_SequenceGlider_sequence[this$static.com_github_yellowstonegames_smooth_SequenceGlider_active].com_github_yellowstonegames_smooth_Glider_change); +} + +function com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider__V(){ + com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV.call(this, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, $intern_3089, 92, 0, 0, 1), com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, 0, 15, 1)); +} + +function com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2V(other){ + com_github_yellowstonegames_smooth_VectorSequenceGlider_$clinit__V(); + var i; + com_github_yellowstonegames_smooth_SequenceGlider_SequenceGlider___3Lcom_github_yellowstonegames_smooth_Glider_2_3FV.call(this, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorGlider_12_1classLit, $intern_3089, 92, other.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length, 0, 1), com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_F_1classLit, $intern_133, 9, other.com_github_yellowstonegames_smooth_SequenceGlider_durations.length, 15, 1)); + for (i = 0; i < other.com_github_yellowstonegames_smooth_SequenceGlider_sequence.length; i++) { + this.com_github_yellowstonegames_smooth_SequenceGlider_sequence[i] = new com_github_yellowstonegames_smooth_VectorGlider_VectorGlider__Lcom_github_yellowstonegames_smooth_Glider_2V(other.com_github_yellowstonegames_smooth_SequenceGlider_sequence[i]); + this.com_github_yellowstonegames_smooth_SequenceGlider_durations[i] = other.com_github_yellowstonegames_smooth_SequenceGlider_durations[i]; + } + this.com_github_yellowstonegames_smooth_SequenceGlider_active = other.com_github_yellowstonegames_smooth_SequenceGlider_active; + this.com_github_yellowstonegames_smooth_Glider_change = other.com_github_yellowstonegames_smooth_Glider_change; + this.com_github_yellowstonegames_smooth_SequenceGlider_passed = other.com_github_yellowstonegames_smooth_SequenceGlider_passed; + this.com_github_yellowstonegames_smooth_Glider_interpolation = other.com_github_yellowstonegames_smooth_Glider_interpolation; + this.com_github_yellowstonegames_smooth_Glider_completeRunner = other.com_github_yellowstonegames_smooth_Glider_completeRunner; +} + +function com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV(gliders, lengths){ + com_github_yellowstonegames_smooth_SequenceGlider_SequenceGlider___3Lcom_github_yellowstonegames_smooth_Glider_2_3FV.call(this, gliders, lengths); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(164, 451, {203:1, 451:1, 164:1}, com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider__V, com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider__Lcom_github_yellowstonegames_smooth_VectorSequenceGlider_2V, com_github_yellowstonegames_smooth_VectorSequenceGlider_VectorSequenceGlider___3Lcom_github_yellowstonegames_smooth_VectorGlider_2_3FV); +var com_github_yellowstonegames_smooth_VectorSequenceGlider_BUMPS, com_github_yellowstonegames_smooth_VectorSequenceGlider_EMPTY; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1VectorSequenceGlider_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_2320, 'VectorSequenceGlider', 164, com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1smooth_1SequenceGlider_12_1classLit); +function com_github_yellowstonegames_text_Language_$clinit__V(){ + com_github_yellowstonegames_text_Language_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var i; + new com_github_tommyettinger_random_DistinctRandom_DistinctRandom__V; + com_github_yellowstonegames_text_Language_registry = new com_github_tommyettinger_ds_CaseInsensitiveOrderedMap_CaseInsensitiveOrderedMap__IV; + com_github_yellowstonegames_text_Language_sb = new java_lang_StringBuilder_StringBuilder__IV; + com_github_yellowstonegames_text_Language_ender = new java_lang_StringBuilder_StringBuilder__IV; + com_github_yellowstonegames_text_Language_ssb = new java_lang_StringBuilder_StringBuilder__IV; + com_github_yellowstonegames_text_Language_repeats = new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('(.)\\1+', 16); + com_github_yellowstonegames_text_Language_vowelClusters = new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xE0\xE1\xE2\xE3\xE4\xE5\xE6\u0101\u0103\u01CE\u0105\u01FB\u01FDa\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Be\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u01D0\u0131i\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u01D2\u0153\u01FFo\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u01D4\u0171\u0173u\xFD\xFF\u0177\u1EF3y\u03B1\u03BF\u03B5\u03B9\u03C5\u03C9\u0430\u0435\u0451\u0438\u0439\u043E\u0443\u044A\u044B\u044D\u044E\u044F]+', 17); + new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[bc\xE7\u0107\u0109\u010B\u010Dd\xFE\xF0\u010F\u0111fg\u011D\u011F\u0121\u0123h\u0125\u0127j\u0135\u0237k\u0137l\u013A\u013C\u013E\u0140\u0142mn\xF1\u0144\u0146\u0148\u014Bpqr\u0155\u0157\u0159s\u015B\u015D\u015F\u0161\u0219t\u0163\u0165\u021Bvw\u0175\u1E81\u1E83\u1E85xy\xFD\xFF\u0177\u1EF3z\u017A\u017C\u017E\u03C1\u03C3\u03B6\u03C4\u03BA\u03C7\u03BD\u03B8\u03BC\u03C0\u03C8\u03B2\u03BB\u03B3\u03C6\u03BE\u03C2\u0431\u0432\u0433\u0434\u043A\u043B\u043F\u0440\u0441\u0442\u0444\u0445\u0446\u0436\u043C\u043D\u0437\u0447\u0448\u0449]+', 17); + com_github_yellowstonegames_text_Language_vulgarChecks = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Pattern_12_1classLit, 1), $intern_655, 30, 0, [new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[s\u03BE\u03B6zk\u043A\u03BAc\u0441\u03C2][h\u043Dl\u03B9].{1,3}[dt\u0442\u03C4\u0393\u0433]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('(?:(?:[p\u0440\u03C1][h\u043D])|[fd]).{1,3}[k\u043A\u03BAc\u0441\u03C2x\u0445\u0436\u03C7q]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[k\u043A\u03BAc\u0441\u03C2\u0421Qq][u\u03BC\u03C5\u03BDvh\u043D]{1,3}[k\u043A\u03BAc\u0441\u03C2x\u0445\u0436\u03C7qm\u043C]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[b\u044A\u044B\u0431\u0432\u03B2\u042A\u042B\u0411].?[i\u03C4\u03B9y\u0443\u03BB\u03B3\u0423].?[c\u0441\u03C2]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[h\u043D][^a\u0430\u03B1\u039Be\u0435\u0437\u03BE\u03B5\u0417\u03A3i\u03C4\u03B9y\u0443\u03BB\u03B3\u0423][^a\u0430\u03B1\u039Be\u0435\u0437\u03BE\u03B5\u0417\u03A3i\u03C4\u03B9y\u0443\u03BB\u03B3\u0423]?[r\u044F\u0393]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[t\u0442\u03C4\u0393\u0433c\u0441\u03C2][i\u03C4\u03B9y\u0443\u03BB\u03B3\u0423][t\u0442\u03C4\u0393\u0433]+$', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('(?:(?:[p\u0440\u03C1][h\u043D])|f)[a\u0430\u03B1\u039Bh\u043D]{1,}[r\u044F\u0393][t\u0442\u03C4\u0393\u0433]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Ss\u03BE\u03B6zc\u0441\u03C2][h\u043D][i\u03C4\u03B9y\u0443\u03BB\u03B3\u0423].?[s\u03BE\u03B6zc\u0441\u03C2]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[a\u0430\u03B1\u039B][n\u0438][a\u0430\u03B1\u039Be\u0435\u0437\u03BE\u03B5\u0417\u03A3i\u03C4\u03B9y\u0443\u03BB\u03B3\u0423o\u043E\u044E\u03C3\u03BFu\u03BC\u03C5\u03BDv]{1,2}[Ss\u03BEl\u03B9\u03B6z]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[a\u0430\u03B1\u039B]([s\u03BE\u03B6z]{2})', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[k\u043A\u03BAc\u0441\u03C2\u0421Qq][h\u043D]?[u\u03BC\u03C5\u03BDv]([h\u043D]?)[n\u0438]+[t\u0442\u03C4\u0393\u0433]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[n\u0438fv\u03BD]..?[jg]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[p\u0440\u03C1](?:(?:([e\u0435\u0437\u03BE\u03B5\u0417\u03A3o\u043E\u044E\u03C3\u03BFu\u03BC\u03C5\u03BDv])\\1)|(?:[e\u0435\u0437\u03BE\u03B5\u0417\u03A3i\u03C4\u03B9y\u0443\u03BB\u03B3\u0423u\u03BC\u03C5\u03BDv]+[s\u03BE\u03B6z]))', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[m\u043C][h\u043Dw\u03C8\u0448\u0449]?..?[r\u044F\u0393].?d', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[g][h\u043D]?[a\u0430\u03B1\u0410\u0391\u039Be\u0435\u0451\u0437\u03BE\u03B5\u0415\u0401\u0417\u0395\u03A3][y\u0443\u03BB\u03B3\u0423e\u0435\u0451\u0437\u03BE\u03B5\u0415\u0401\u0417\u0395\u03A3]', 17), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[w\u03C8\u0448\u0449u\u03BC\u03C5\u03BDv](?:[h\u043D]?)[a\u0430\u03B1\u039Be\u0435\u0451\u0437\u03BE\u03B5\u0417\u0395\u03A3o\u043E\u044E\u03C3\u03BFu\u03BC\u03C5\u03BDv](?:[n\u0438]+)[gk\u043A\u03BAc\u0441\u03C2x\u0445\u0436\u03C7q]', 17)]); + com_github_yellowstonegames_text_Language_genericSanityChecks = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Pattern_12_1classLit, 1), $intern_655, 30, 0, [new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3092, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('(\\p{L})\\1\\1', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Ii][iyq]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3093, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Rr][uy]+[rh]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Qq]u[yu]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3094, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3095, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3096, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3097, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('([xqy])\\1$', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[qi]y$', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[szSZrlRL]+?[^aeiouytdfgkcpbmnslrv][rlsz]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3098, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('^[UIui]e', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('^([^aeioyl])\\1', 17)]); + com_github_yellowstonegames_text_Language_englishSanityChecks = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Pattern_12_1classLit, 1), $intern_655, 30, 0, [new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3092, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3099, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('(.)\\1(.)\\2', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Aa][ae]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Uu][umlkj]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Ii][iyqkhrl]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Oo][c]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3093, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Rr][aeiouy]+[rh]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Qq]u[yu]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3094, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3095, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3096, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3097, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[szSZrlRL]+?[^aeiouytdfgkcpbmnslr][rlsz]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3098, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('^[UIui][ae]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('q(?:u?)$', 16)]); + com_github_yellowstonegames_text_Language_japaneseSanityChecks = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Pattern_12_1classLit, 1), $intern_655, 30, 0, [new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3092, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3099, 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Tt]s[^u]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Ff][^u]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Yy][^auo]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Tt][ui]', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[SsZzDd]i', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[Hh]u', 16)]); + com_github_yellowstonegames_text_Language_arabicSanityChecks = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Pattern_12_1classLit, 1), $intern_655, 30, 0, [new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('(.)\\1\\1', 16), new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('-[^aeiou](?:[^aeiou]|$)', 16)]); + com_github_yellowstonegames_text_Language_accentFinders = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Replacer_12_1classLit, 1), $intern_655, 58, 0, [new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xE0\xE1\xE2\xE4\u0103\u0101\xE3\xE5\u01CE\u0105\u01FB]', 16), 'a'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xE8\xE9\xEA\xEB\u0115\u0113\u0117\u0119\u011B]', 16), 'e'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xEC\xED\xEE\xEF\u012D\u012B\u0129\u012F\u01D0\u0131]', 16), 'i'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xF2\xF3\xF4\xF6\u014F\u014D\xF5\xF8\u01D2\u0151\u01FF]', 16), 'o'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xF9\xFA\xFB\xFC\u016D\u016B\u0169\u016F\u01D4\u0171\u0173]', 16), 'u'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xE6\u01FD]', 16), $intern_3100), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3101, 16), $intern_3102), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xC0\xC1\xC2\xC4\u0102\u0100\xC3\xC5\u01CD\u0104\u01FA]', 16), 'A'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xC8\xC9\xCA\xCB\u0114\u0112\u0116\u0118\u011A]', 16), 'E'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xCC\xCD\xCE\xCF\u012C\u012A\u0128\u012E\u01CF]', 16), 'I'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xD2\xD3\xD4\xD6\u014E\u014C\xD5\xD8\u0150\u01D1\u01FE]', 16), 'O'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xD9\xDA\xDB\xDC\u016C\u016A\u0168\u016E\u0170\u01D3\u0172]', 16), 'U'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xC6\u01FC]', 16), 'Ae'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('\u0152', 16), 'Oe'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('\u0401', 16), '\u0415'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('\u0419', 16), '\u0418'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xE7\u0107\u0109\u010B\u010D]', 16), 'c'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xFE\xF0\u010F\u0111]', 16), 'd'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u011D\u011F\u0121\u0123]', 16), 'g'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0125\u0127]', 16), 'h'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0135\u0237]', 16), 'j'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('\u0137', 16), 'k'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u013A\u013C\u013E\u0140\u0142\u013C]', 16), 'l'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xF1\u0144\u0146\u0148\u014B]', 16), 'n'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0155\u0157\u0159\u0157\u0155]', 16), 'r'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u015B\u015D\u015F\u0161\u0219]', 16), 's'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0163\u0165\u0167\u021B]', 16), 't'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0175\u1E81\u1E83\u1E85]', 16), 'w'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xFD\xFF\u0177\u1EF3]', 16), 'y'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u017A\u017C\u017E]', 16), 'z'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xC7\u0106\u0108\u010A\u010C]', 16), 'C'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xDE\xD0\u010E\u0110\u1E0C]', 16), 'D'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u011C\u011E\u0120\u0122]', 16), 'G'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0124\u0126\u1E24]', 16), 'H'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('\u0134', 16), 'J'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('\u0136', 16), 'K'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0139\u013B\u013D\u013F\u0141\u1E36\u1E38\u013B]', 16), 'L'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('\u1E42', 16), 'M'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xD1\u0143\u0145\u0147\u014A\u1E44\u1E46]', 16), 'N'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0154\u0156\u0158\u1E5A\u1E5C\u0156\u0154]', 16), 'R'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u015A\u015C\u015E\u0160\u0218\u1E62]', 16), 'S'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0162\u0164\u0166\u021A\u1E6C]', 16), 'T'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0174\u1E80\u1E82\u1E84]', 16), 'W'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\xDD\u0178\u0176\u1EF2]', 16), 'Y'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV('[\u0179\u017B\u017D]', 16), 'Z'), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3103, 16), $intern_3104), new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV($intern_3105, 16), $intern_3106)]); + com_github_yellowstonegames_text_Language_accentedVowels = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 2), $intern_2316, 36, 0, [com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [97, 224, 225, 226, 228, 257, 259, 227, 229, 462, 261, 507]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [101, 232, 233, 234, 235, 275, 277, 279, 281, 283]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [105, 236, 237, 238, 239, 299, 301, 297, 303, 464, 305]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [111, 242, 243, 244, 246, 333, 335, 245, 248, 466, 337, 511]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [117, 249, 250, 251, 252, 363, 365, 361, 367, 369, 468, 371])]); + com_github_yellowstonegames_text_Language_accentedConsonants = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 2), $intern_2316, 36, 0, [com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [98]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [99, 231, 263, 265, 267, 269]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [100, 254, 240, 271, 273]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [102]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [103, 285, 287, 289, 291]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [104, 293, 295]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [106, 309, 567]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [107, 311]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [108, 314, 316, 318, 320, 322]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [109]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [110, 241, 324, 326, 328, 331]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [112]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [113]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [114, 341, 343, 345]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [115, 347, 349, 351, 353, 537]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [116, 355, 357, 539]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [118]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [119, 373, 7809, 7811, 7813]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [120]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [121, 253, 255, 375, 7923]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [122, 378, 380, 382])]); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_github_yellowstonegames_text_Language_registry, '', null); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_with__Ljava_lang_Object_2Ljava_lang_Object_2_3Ljava_lang_Object_2Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2('a', 'a aa ae ai au ea ia oa ua', com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, ['e', 'e ae ea ee ei eo eu ie ue', 'i', 'i ai ei ia ie io iu oi ui', 'o', 'o eo io oa oi oo ou', 'u', 'u au eu iu ou ua ue ui'])); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_with__Ljava_lang_Object_2Ljava_lang_Object_2_3Ljava_lang_Object_2Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2('b', 'b bl br by bw bh', com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [$intern_3107, $intern_3107, 'c', 'c cl cr cz cth sc scl', $intern_1717, 'ch ch chw', 'd', 'd dr dz dy dw dh', $intern_3108, $intern_3108, 'f', 'f fl fr fy fw sf', 'g', 'g gl gr gw gy gn', 'h', 'bh cth ch ch chw dh h hm hy hw kh khl khw ph phl phr sh shl shqu shk shp shm shn shr shw shpl th th thr thl thw', 'j', 'j j', 'k', 'k kr kl ky kn sk skl shk', $intern_3109, 'kh khl khw', 'l', 'bl cl fl gl kl khl l pl phl scl skl spl sl shl shpl tl thl vl zl', 'm', 'hm m mr mw my sm smr shm', 'n', 'gn kn n nw ny pn sn shn', 'p', 'p pl pr py pw pn sp spr spl shp shpl ph phl phr', $intern_3110, 'ph phl phr', 'q', 'q', $intern_3111, 'qu squ shqu', 'r', 'br cr dr fr gr kr mr pr phr r str spr smr shr tr thr vr wr zvr', 's', 's sc scl sf sk skl st str sp spr spl sl sm smr sn sw sy squ ts sh shl shqu shk shp shm shn shr shw shpl', $intern_3112, 'sh shl shqu shk shp shm shn shr shw shpl', 't', 'st str t ts tr tl ty tw tl', $intern_3113, 'cth th thr thl thw', $intern_3114, $intern_3114, 'v', 'v vr vy zv zvr vl', 'w', 'bw chw dw fw gw hw khw mw nw pw sw shw tw thw w wr zw', 'x', 'x', 'y', 'by dy fy gy hy ky my ny py sy ty vy y zy', 'z', 'cz dz z zv zvr zl zy zw'])); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_with__Ljava_lang_Object_2Ljava_lang_Object_2_3Ljava_lang_Object_2Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2('b', 'lb rb bj bl br lbr rbl skbr scbr zb bq bdh dbh bbh lbh rbh bb', com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [$intern_3107, 'bbh dbh lbh rbh', 'c', 'lc lsc rc rsc cl cqu cr ct lcr rcl sctr scdr scbr scpr msc mscr nsc nscr ngscr ndscr cc', $intern_1717, 'lch rch rch', 'd', 'ld ld rd rd skdr scdr dr dr dr rdr ldr zd zdr ndr ndscr ndskr ndst dq ldh rdh dbh bdh ddh dd', $intern_3108, 'bdh ddh ldh rdh', 'f', 'lf rf fl fr fl fr fl fr lfr rfl ft ff', 'g', 'lg lg rg rg gl gr gl gr gl gr lgr rgl zg zgr ngr ngl ngscr ngskr gq gg', 'h', 'lch lph lth lsh rch rph rsh rth phl phr lphr rphl shl shr lshr rshl msh mshr zth bbh dbh lbh rbh bdh ddh ldh rdh', 'j', 'bj lj rj', 'k', 'lk lsk rk rsk kl kr lkr rkl sktr skdr skbr skpr tk zk zkr msk mskr nsk nskr ngskr ndskr kq kk', $intern_3109, 'lkh rkh', 'l', 'lb lc lch ld lf lg lj lk lm ln lp lph ls lst lt lth lsc lsk lsp lv lz lsh bl lbr rbl cl lcr rcl fl lfr rfl gl lgr rgl kl lkr rkl pl lpr rpl phl lphr rphl shl lshr rshl sl rsl lsl ldr ltr lx ngl nsl msl nsl ll lth tl ltl rtl vl', 'm', 'lm rm zm msl msc mscr msh mshr mst msp msk mskr mm', 'n', 'ln rn nx zn zn ndr nj ntr ntr ngr ngl nsl nsl nsc nscr ngscr ndscr nsk nskr ngskr ndskr nst ndst nsp nn', 'p', 'lp lsp rp rsp pl pr lpr rpl skpr scpr zp msp nsp lph rph phl phr lphr rphl pq pp', $intern_3110, 'lph lph rph rph phl phr lphr rphl', 'q', 'bq dq gq kq pq tq', $intern_3111, 'cqu lqu rqu', 'r', 'rb rc rch rd rf rg rj rk rm rn rp rph rs rsh rst rt rth rsc rsk rsp rv rz br br br lbr rbl cr cr cr lcr rcl fr fr fr lfr rfl gr gr gr lgr rgl kr kr kr lkr rkl pr pr pr lpr rpl phr phr phr lphr rphl shr shr shr lshr rshl rsl sktr sctr skdr scdr skbr scbr skpr scpr dr dr dr rdr ldr tr tr tr rtr ltr vr rx zr zdr ztr zgr zkr ntr ntr ndr ngr mscr mshr mskr nscr ngscr ndscr nskr ngskr ndskr rr', 's', 'ls lst lsc lsk lsp rs rst rsc rsk rsp sl rsl lsl sktr sctr skdr scdr skbr scbr skpr scpr nsl msl msc mscr mst msp msk mskr nsl nsc nscr ngscr ndscr nsk nskr ngskr ndskr nst ndst nsp lsh rsh sh shl shqu shk shp shm shn shr shw shpl lshr rshl msh mshr ss', $intern_3112, 'lsh rsh sh shl shqu shk shp shm shn shr shw shpl lshr rshl msh mshr', 't', 'ct ft lst lt rst rt sktr sctr tk tr rtr ltr zt ztr ntr ntr mst nst ndst tq ltl rtl tt', $intern_3113, 'lth rth zth cth', $intern_3114, 'ltl rtl', 'v', 'lv rv vv vl vr', 'w', 'bw chw dw fw gw hw khw mw nw pw sw shw tw thw w wr wy zw', 'x', 'nx rx lx', 'y', 'by dy fy gy hy ky my ny py sy ty vy wy zy', 'z', 'lz rz zn zd zt zg zk zm zn zp zb zr zdr ztr zgr zkr zth zz'])); + com_github_tommyettinger_ds_ObjectObjectOrderedMap_with__Ljava_lang_Object_2Ljava_lang_Object_2_3Ljava_lang_Object_2Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2('b', 'b lb rb bs bz mb mbs bh bh lbh rbh mbh bb', com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [$intern_3107, 'bh lbh rbh mbh', 'c', 'c ck cks lc rc cs cz ct cz cth sc', $intern_1717, 'ch lch rch tch pch kch mch nch', 'd', 'd ld rd ds dz dt dsh dth gd nd nds dh dh ldh rdh ndh dd', $intern_3108, 'dh ldh rdh ndh', 'f', 'f lf rf fs fz ft fsh ft fth ff', 'g', 'g lg rg gs gz gd gsh gth ng ngs gg', 'h', 'cth ch lch rch tch pch kch mch nch dsh dth fsh fth gsh gth h hs ksh kth psh pth ph ph ph ph ph ph lph rph phs pht phth', 'j', 'j', 'k', 'ck cks kch k lk rk ks kz kt ksh kth nk nks sk', $intern_3109, $intern_3109, 'l', 'lb lc lch ld lf lg lk l ls lz lp lph ll', 'm', 'mch m ms mb mt mp mbs mps mz sm mm', 'n', 'nch n ns nd nt nk nds nks nz ng ngs nn', 'p', 'pch mp mps p lp rp ps pz pt psh pth sp sp ph lph rph phs pht phth', $intern_3110, 'ph lph rph phs pht phth', 'q', 'q', $intern_3111, '', 'r', 'rb rc rch rd rf rg rk rp rph r rs rz', 's', 'bs cks cs ds fs gs hs ks ls ms mbs mps ns nds nks ngs ps phs rs s st sp st sp sc sk sm ts lsh rsh sh shk shp msh ss', $intern_3112, 'lsh rsh sh shk shp msh', 't', 'ct ft tch dt ft kt mt nt pt pht st st t ts tz tt', $intern_3113, 'cth dth fth gth kth pth phth th ths', $intern_3114, $intern_3114, 'v', 'v', 'w', '', 'x', 'x', 'y', '', 'z', 'bz cz dz fz gz kz lz mz nz pz rz tz z zz'])); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'i', 'o', 'e', 'u', 'a', 'i', 'o', 'e', 'u', $intern_3115, $intern_3116, $intern_3117, $intern_3118]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['s', 't', 'k', 'n', 'y', 'p', 'k', 'l', 'g', $intern_3119, $intern_3113, $intern_3112, $intern_2306, 'ft', 'hm', 'zvr', 'cth']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['h', $intern_3119, $intern_3120, $intern_3121, $intern_3122, $intern_3123, $intern_3124]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['l', 'p', 's', 't', 'n', 'k', 'g', 'x', 'rl', $intern_3113, 'gg', $intern_3125, $intern_3126, $intern_3127, $intern_3128, $intern_3109, $intern_3112, $intern_3129, 'shk']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['aghn', 'ulhu', 'urath', 'oigor', 'alos', "'yeh", 'achtal', 'elt', 'ikhet', 'adzek', 'agd']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ["'", '-']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [6, 7, 2]), 0.4, 0.31, 0.07, 0.04, null), 'Lovecraft'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'u', 'a', 'a', 'a', 'a', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'u', 'a', 'a', 'a', 'o', 'o', 'e', 'e', 'e', 'i', 'i', 'i', 'u', 'a', 'a', 'a', 'o', 'o', 'e', 'e', 'e', 'i', 'i', 'i', 'u', $intern_3130, $intern_3116, $intern_3116, $intern_3131, $intern_3132, $intern_3133, $intern_3134, $intern_3118]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['u', 'u', $intern_3135, $intern_3136, $intern_3136, $intern_3136, $intern_3137, $intern_3137, $intern_3137, $intern_3137]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', $intern_3138, $intern_3139, 'c', 'cl', 'cr', $intern_1717, 'd', $intern_3140, 'f', $intern_3141, $intern_3142, 'g', $intern_3119, $intern_3120, 'h', 'j', 'k', 'l', 'm', 'n', 'p', $intern_3143, $intern_3144, $intern_3111, 'r', 's', $intern_3112, $intern_3145, $intern_3146, $intern_3147, $intern_3148, 'sm', $intern_3149, 't', $intern_3150, $intern_3113, $intern_3151, 'v', 'w', 'y', 'z', 'b', $intern_3138, $intern_3139, 'c', 'cl', 'cr', $intern_1717, 'd', $intern_3140, 'f', $intern_3141, $intern_3142, 'g', $intern_3120, 'h', 'j', 'k', 'l', 'm', 'n', 'p', $intern_3143, $intern_3144, 'r', 's', $intern_3112, $intern_3146, $intern_3147, $intern_3148, 't', $intern_3150, $intern_3113, 'w', 'y', 'b', $intern_3139, 'c', $intern_1717, 'd', $intern_3140, 'f', 'g', 'h', 'j', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, $intern_3146, $intern_3148, 't', $intern_3150, $intern_3113, 'b', 'd', 'f', 'g', 'h', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', $intern_3113, 'b', 'd', 'f', 'g', 'h', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', $intern_3113, 'r', 's', 't', 'l', 'n', $intern_1770, 'spr', 'spl', 'wr', 'kn', 'kn', $intern_3152]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['x', 'cst', 'bs', 'ff', $intern_3153, 'g', 'gs', $intern_3154, $intern_3155, $intern_3156, 'mn', $intern_3157, $intern_3129, $intern_3129, 'ngl', $intern_3158, $intern_3159, $intern_3160, $intern_3161, 'mbl', 'mpr', 'pp', 'ppl', 'ppr', $intern_3162, $intern_3162, $intern_3162, 'rl', 'rtn', 'ngr', $intern_3163, 'sc', 'rst', $intern_3164, $intern_3164, $intern_3126, $intern_3155, 'zz']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', $intern_3165, $intern_3166, 'c', 'rc', 'ld', 'd', 'ds', $intern_3167, 'f', 'ff', 'lf', 'rf', $intern_3168, 'gs', $intern_1717, 'lch', 'rch', $intern_3169, 'ck', 'ck', $intern_3170, $intern_3128, 'l', $intern_3154, 'lm', 'm', $intern_3171, $intern_3172, 'n', $intern_3173, $intern_3174, $intern_3121, $intern_3129, $intern_3129, $intern_3158, $intern_3159, 'lp', $intern_3175, 'p', 'r', $intern_3176, $intern_3177, 's', 's', 's', 's', $intern_3163, $intern_3163, $intern_3146, 'ls', 't', 't', $intern_3126, 'w', 'wn', 'x', 'ly', 'lly', 'z', 'b', 'c', 'd', 'f', 'g', 'k', 'l', 'm', 'n', 'p', 'r', 's', 't', 'w']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['ate', 'ite', 'ism', 'ist', $intern_3178, $intern_3178, $intern_3178, $intern_3179, $intern_3179, $intern_3179, $intern_3180, $intern_3180, 'ied', 'y', 'y', 'y', 'y', 'ate', 'ite', 'ism', 'ist', $intern_3178, $intern_3178, $intern_3178, $intern_3179, $intern_3179, $intern_3179, $intern_3180, $intern_3180, 'ied', 'y', 'y', 'y', 'y', 'ate', 'ite', 'ism', 'ist', $intern_3178, $intern_3178, $intern_3178, $intern_3179, $intern_3179, $intern_3179, $intern_3180, $intern_3180, 'ied', 'y', 'y', 'y', 'y', $intern_2031, $intern_2031, 'ey', 'oy', $intern_2031, $intern_2031, 'ey', 'oy', 'ough', 'aught', 'ant', 'ont', $intern_3102, 'ance', 'ell', 'eal', $intern_3135, 'urt', $intern_3181, 'iom', $intern_3182, $intern_3182, 'ision', $intern_3183, $intern_3183, 'ition', 'ough', 'aught', 'ant', 'ont', $intern_3102, 'ance', 'ell', 'eal', $intern_3135, 'urt', $intern_3181, 'iom', $intern_3182, $intern_3182, 'ision', $intern_3183, $intern_3183, 'ition', 'ily', 'ily', 'ily', 'adly', 'owly', 'oorly', 'ardly', 'iedly']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [10, 11, 4, 1]), 0.22, 0.1, 0, 0.22, com_github_yellowstonegames_text_Language_englishSanityChecks), 'English'); + com_github_yellowstonegames_text_Language_GREEK_1ROMANIZED = com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'o', 'o', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'i', $intern_3130, $intern_3116, $intern_3116, $intern_3184, $intern_3184, $intern_3115, $intern_3134, 'u', 'u', $intern_3185, $intern_3118, 'o', 'o', $intern_3131, $intern_3184, 'y', 'y', 'y', 'y']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3186, $intern_3186, $intern_3118, $intern_3118]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3187, 's', 'z', 't', 't', 'k', $intern_1717, 'n', $intern_3113, 'kth', 'm', 'p', $intern_3161, 'b', 'l', $intern_3124, 'g', 'phth', 'd', 't', 'k', $intern_1717, 'n', $intern_3110, $intern_3110, 'k']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['lph', $intern_3143, 'l', 'l', $intern_3124, $intern_3174, 'nx', $intern_3161]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['s', 'p', 't', $intern_1717, 'n', 'm', 's', 'p', 't', $intern_1717, 'n', 'm', 'b', 'g', $intern_3146, 'rst', $intern_3188, $intern_3147, $intern_3128, $intern_3110, 'x', 'z', $intern_3173, $intern_3129, $intern_3113, 'd', 'k', 'n', 'n']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['os', 'os', 'os', $intern_3189, $intern_3189, 'us', 'um', 'eum', 'ium', 'iam', 'us', 'um', $intern_3180, 'anes', 'eros', 'or', 'or', 'ophon', $intern_3190, $intern_3190, 'ikon', 'otron', 'ik']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 7, 4, 1]), 0.45, 0.45, 0, 0.2, null), 'Greek Romanized'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3191, $intern_3191, $intern_3191, $intern_3191, $intern_3191, $intern_3192, $intern_3192, $intern_3193, $intern_3193, $intern_3193, $intern_3194, $intern_3194, $intern_3194, $intern_3194, $intern_3194, '\u03B1\u03C5', $intern_3195, $intern_3195, $intern_3196, $intern_3196, '\u03B9\u03B1', '\u03B9\u03BF', $intern_3197, $intern_3197, '\u03B5\u03BF', $intern_3198, $intern_3199, $intern_3199, '\u03C9\u03C5', '\u03C9\u03B9', $intern_3200, $intern_3200, $intern_3200, $intern_3200]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3201, $intern_3201, $intern_3198, $intern_3198]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['\u03C1', $intern_3202, $intern_3203, $intern_3204, $intern_3204, $intern_3205, $intern_3206, $intern_3207, $intern_3208, '\u03BA\u03B8', $intern_3209, $intern_3210, $intern_3211, $intern_3212, $intern_3213, $intern_3214, $intern_3215, '\u03C6\u03B8', $intern_3216, $intern_3204, $intern_3205, $intern_3206, $intern_3207, $intern_3217, $intern_3217, $intern_3205]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['\u03BB\u03C6', '\u03C0\u03BB', $intern_3213, $intern_3213, $intern_3214, $intern_3218, $intern_3219, $intern_3211]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3202, $intern_3210, $intern_3204, $intern_3206, $intern_3207, $intern_3209, $intern_3202, $intern_3210, $intern_3204, $intern_3206, $intern_3207, $intern_3209, $intern_3212, $intern_3215, '\u03C3\u03C4', $intern_3220, $intern_3221, '\u03C3\u03C0', '\u03C1\u03BA', $intern_3217, '\u03BE', $intern_3203, $intern_3222, $intern_3223, $intern_3208, $intern_3216, $intern_3205, $intern_3207, $intern_3207]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3224, $intern_3224, $intern_3224, $intern_3225, $intern_3225, $intern_3226, $intern_3227, '\u03B5\u03C5\u03BC', '\u03B9\u03C5\u03BC', '\u03B9\u03B1\u03BC', $intern_3226, $intern_3227, '\u03B5\u03C2', '\u03B1\u03BD\u03B5\u03C2', '\u03B5\u03C1\u03BF\u03C2', $intern_3228, $intern_3228, '\u03BF\u03C6\u03BF\u03BD', $intern_3229, $intern_3229, '\u03B9\u03BA\u03BF\u03BD', '\u03BF\u03C4\u03C1\u03BF\u03BD', '\u03B9\u03BA']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 7, 4, 1]), 0.45, 0.45, 0, 0.2, null), 'Greek Authentic'); + com_github_yellowstonegames_text_Language_FRENCH = com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'u', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'u', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'e', 'e', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', $intern_3116, $intern_3184, $intern_3230, $intern_3130, '\u0153u', $intern_3131]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3116, 'aie', 'aou', 'eau', $intern_3184, $intern_3230, 'oie', $intern_3231, $intern_3231, $intern_3232, $intern_3233, $intern_3116, 'a\xEE', 'a\xEF', 'aie', 'aou', 'ao\xFB', $intern_3130, $intern_2031, 'e', $intern_3234, '\xE9e', $intern_3235, $intern_3236, 'eau', $intern_3118, 'e\xEE', $intern_3231, 'e\xFB', 'i', $intern_3237, $intern_3238, 'o', $intern_3239, $intern_3102, 'o\xEA', 'o\xEB', '\u0153u', $intern_3184, 'oie', 'o\xEF', $intern_3131, 'o\xFB', 'oy', 'u', $intern_3240, $intern_3241, 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'u', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'e', 'e', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'u', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'e', 'e', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', $intern_3116, $intern_3116, 'eau', $intern_3184, $intern_3184, $intern_3230, $intern_3231, $intern_3130, $intern_3130, $intern_3118, $intern_3118, $intern_3102, $intern_3102, $intern_3131, $intern_3131, $intern_3241]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3150, $intern_1717, 'm', 'b', 'b', $intern_3139, 'j', 'j', 'j', 'j', 'g', 't', 't', 't', 'c', 'd', 'f', 'f', 'h', 'n', 'l', 'l', 's', 's', 's', 'r', 'r', 'r', 'v', 'v', 'p', $intern_3143, $intern_3144, $intern_3138, $intern_3139, $intern_3140, $intern_3119, $intern_3120]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['cqu', 'gu', $intern_3111, 'rqu', $intern_3158, $intern_3129, 'ngu', $intern_3156, $intern_3154, $intern_3121, 'ndr', 'nct', $intern_3146, 'xt', 'mbr', $intern_3143, 'g', 'gg', 'ggr', $intern_3119, $intern_3138, 'j', $intern_3152, 'm', 'm', $intern_3157, 'v', 'v', 'f', 'f', 'f', 'ff', 'b', 'b', $intern_3166, 'd', 'd', $intern_3167, 's', 's', 's', $intern_3163, $intern_3163, $intern_3163, 'cl', 'cr', $intern_3129, $intern_3242, $intern_3242, 'r\xE7', $intern_3243, $intern_3153, $intern_3168]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3188, $intern_1717, 'm', 'b', 'b', $intern_3244, 't', 't', 't', 't', 'c', 'd', 'f', 'f', 'n', 'n', 'l', 'l', 's', 's', 's', 'r', 'r', 'p', $intern_3243, 'ff', $intern_3163, $intern_3154]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['e', 'e', 'e', 'e', 'e', $intern_3234, $intern_3234, $intern_3178, $intern_3178, $intern_3178, $intern_3178, $intern_3178, $intern_3180, $intern_3180, $intern_3180, $intern_3180, $intern_3180, $intern_3180, 'e', 'e', 'e', 'e', 'e', $intern_3234, $intern_3234, $intern_3178, $intern_3178, $intern_3178, $intern_3178, $intern_3178, $intern_3178, $intern_3180, $intern_3180, $intern_3180, $intern_3180, $intern_3180, 'e', 'e', 'e', 'e', 'e', $intern_3234, $intern_3234, $intern_3234, $intern_3178, $intern_3178, $intern_3178, $intern_3178, $intern_3178, $intern_3180, $intern_3180, $intern_3180, $intern_3180, $intern_3180, 'ent', 'em', 'en', 'en', 'aim', 'ain', 'an', 'oin', 'ien', 'iere', 'ors', 'anse', 'ombs', 'ommes', 'ancs', 'ends', '\u0153ufs', 'erfs', 'ongs', 'aps', 'ats', 'ives', $intern_3186, 'illes', 'aen', 'aon', 'am', 'an', 'eun', 'ein', 'age', 'age', 'uile', 'uin', 'um', 'un', 'un', 'un', 'aille', 'ouille', 'eille', 'ille', 'eur', $intern_3245, 'ot', $intern_3184, $intern_3184, $intern_3184, 'aire', 'om', $intern_3190, $intern_3190, 'im', 'in', 'in', 'ien', 'ien', 'ine', $intern_3182, 'il', 'eil', 'oin', 'oint', 'igu\xEFt\xE9', 'ience', 'incte', 'ang', 'ong', 'acr\xE9', 'eau', 'ouche', 'oux', 'oux', 'ect', 'ecri', 'agne', 'uer', 'aix', 'eth', $intern_3181, 'ant', 'anc', 'anc', 'anche', 'ioche', 'eaux', 'ive', 'eur', 'ancois', 'ecois', 'ente', 'enri', 'arc', 'oc', 'ouis', 'arche', 'ique', 'ique', 'ique', 'oque', 'arque', 'uis', 'este', 'oir', 'oir']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [15, 7, 2]), 0.35, 1, 0, 0.4, null), 'French'); + com_github_yellowstonegames_text_Language_RUSSIAN_1ROMANIZED = com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'e', 'e', 'i', 'i', 'o', 'u', $intern_3133, 'y', 'e', $intern_3246, $intern_3115, 'y', 'a', 'a', 'o', 'u']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'v', 'g', 'd', 'k', 'l', 'p', 'r', 's', 't', 'f', $intern_3109, $intern_3126, 'b', 'v', 'g', 'd', 'k', 'l', 'p', 'r', 's', 't', 'f', $intern_3109, $intern_3126, 'b', 'v', 'g', 'd', 'k', 'l', 'p', 'r', 's', 't', 'f', $intern_3247, 'm', 'n', 'z', $intern_1717, $intern_3112, 'shch', $intern_3139, $intern_3145, $intern_3150, $intern_3138, $intern_3119, $intern_3124, $intern_3120]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3138, $intern_3139, $intern_3143, 'dzh', $intern_3150, $intern_3119, $intern_3120, $intern_3124]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'v', 'g', 'd', $intern_3247, 'z', 'k', 'l', 'm', 'n', 'p', 'r', 's', 't', 'f', $intern_3109, $intern_3126, $intern_1717, $intern_3112, 'v', 'f', $intern_3145, $intern_3145, $intern_3145, 's', 'b', 'd', 'd', 'n', 'r', 'r']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['odka', 'odna', 'usk', 'ask', 'usky', 'ad', $intern_3248, 'ovich', 'ev', 'ov', 'of', 'agda', 'etsky', 'ich', $intern_3190, 'akh', 'iev', 'ian']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5, 6]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [4, 5, 6, 5, 3, 1]), 0.1, 0.2, 0, 0.12, null), 'Russian Romanized'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3249, $intern_3104, $intern_3103, $intern_3106, $intern_3105, $intern_3250, $intern_3251, '\u044A', $intern_3252, '\u044D', '\u044E', '\u044F', $intern_3252, $intern_3249, $intern_3249, $intern_3250, $intern_3251]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3253, $intern_3254, $intern_3255, $intern_3256, $intern_3257, $intern_3258, $intern_3259, $intern_3260, $intern_3261, $intern_3262, $intern_3263, $intern_3264, $intern_3265, $intern_3253, $intern_3254, $intern_3255, $intern_3256, $intern_3257, $intern_3258, $intern_3259, $intern_3260, $intern_3261, $intern_3262, $intern_3263, $intern_3264, $intern_3265, $intern_3253, $intern_3254, $intern_3255, $intern_3256, $intern_3257, $intern_3258, $intern_3259, $intern_3260, $intern_3261, $intern_3262, $intern_3263, $intern_3266, $intern_3267, $intern_3268, $intern_3269, $intern_3270, $intern_3271, '\u0449', $intern_3272, $intern_3273, $intern_3274, $intern_3275, $intern_3276, $intern_3277, $intern_3278]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3275, $intern_3272, '\u043F\u043B', '\u0434\u0436', $intern_3274, $intern_3276, $intern_3278, $intern_3277]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3253, $intern_3254, $intern_3255, $intern_3256, $intern_3266, $intern_3269, $intern_3257, $intern_3258, $intern_3267, $intern_3268, $intern_3259, $intern_3260, $intern_3261, $intern_3262, $intern_3263, $intern_3264, $intern_3265, $intern_3270, $intern_3271, $intern_3254, $intern_3263, $intern_3273, $intern_3273, $intern_3273, $intern_3261, $intern_3253, $intern_3256, $intern_3256, $intern_3268, $intern_3260, $intern_3260]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['\u043E\u0434\u043A\u0430', '\u043E\u0434\u043D\u0430', '\u0443\u0441\u043A', '\u0430\u0441\u043A', '\u0443\u0441\u043A\u044B', '\u0430\u0434', '\u0430\u0440', '\u043E\u0432\u0439\u0447', '\u0435\u0432', '\u043E\u0432', '\u043E\u0444', '\u0430\u0433\u0434\u0430', '\u0451\u0446\u043A\u044B', '\u0439\u0447', '\u043E\u043D', '\u0430\u0445', '\u044A\u0432', '\u044F\u043D']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5, 6]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [4, 5, 6, 5, 3, 1]), 0.1, 0.2, 0, 0.12, null), 'Russian Authentic'); + com_github_yellowstonegames_text_Language_JAPANESE_1ROMANIZED = com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'u', $intern_3131, 'u', $intern_3116, $intern_3116]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['k', 'ky', 's', $intern_3112, 't', $intern_3126, $intern_1717, 'n', $intern_2306, 'h', 'f', 'hy', 'm', $intern_3279, 'y', 'r', $intern_3280, 'g', 'gy', 'z', 'j', 'd', 'b', $intern_2035, 'p', 'py', 'k', 't', 'n', 's', 'k', 't', 'd', 's', $intern_3112, $intern_3112, 'g', 'r', 'b', 'k', 't', 'n', 's', 'k', 't', 'b', 's', $intern_3112, $intern_3112, 'g', 'r', 'b', 'k', 't', 'n', 's', 'k', 't', 'z', 's', $intern_3112, $intern_3112, $intern_1717, $intern_3280, $intern_3126]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['k', 'ky', 's', $intern_3112, 't', $intern_3126, $intern_1717, 'n', $intern_2306, 'h', 'f', 'hy', 'm', $intern_3279, 'y', 'r', $intern_3280, 'g', 'gy', 'z', 'j', 'd', 'b', $intern_2035, 'p', 'py', 'k', 't', 'd', 's', 'k', 't', 'd', 's', $intern_3112, $intern_3112, 'y', 'j', 'p', 'r', 'd', 'k', 't', 'b', 's', 'k', 't', 'b', 's', $intern_3112, $intern_3112, 'y', 'j', 'p', 'r', 'd', 'k', 't', 'z', 's', 'f', 'g', 'z', 'b', 'd', $intern_3126, $intern_3112, 'm', 'k', 't', 'z', 's', 'f', 'g', 'z', 'b', 'd', $intern_3126, $intern_3112, 'm', $intern_3160, $intern_3160, $intern_3121, $intern_2307, $intern_3157, $intern_3281, $intern_3164, $intern_3163, 'ssh', $intern_3169]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['n']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['ima', 'aki', 'aka', 'ita', 'en', 'izen', 'achi', 'uke', 'aido', 'outsu', 'uki', 'oku', 'aku', 'oto', 'okyo']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 4, 5, 4, 3]), 0.3, 0.9, 0, 0.07, com_github_yellowstonegames_text_Language_japaneseSanityChecks), 'Japanese Romanized'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'i', 'o', 'e', 'u', 'a', 'a', 'i', 'o', 'o', 'e', 'u', 'a', 'a', 'i', 'o', 'o', 'u', 'a', 'a', 'i', 'i', 'o', 'a', 'a', 'a', 'a', 'a', 'a', 'i', 'o', 'e', 'u', 'a', 'a', 'i', 'o', 'o', 'e', 'u', 'a', 'a', 'i', 'o', 'o', 'u', 'a', 'a', 'i', 'i', 'o', 'a', 'a', 'a', 'a', 'a', $intern_3117, $intern_3117, $intern_3241, $intern_3282, $intern_3283, $intern_3132]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'h', 'j', 'l', 's', 'y', 'm', 'n', 'b', $intern_1717, 'h', 'j', 'l', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'y', 'z', 'm', 'n', $intern_3284, 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'v', 'w', 'y', 'z', 'm', 'n', $intern_3284, 'b', 'h', 'j', 'l', 's', 'y', 'm', 'n', 'b', $intern_1717, 'h', 'j', 'l', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'y', 'z', 'm', 'n', $intern_3284, 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'v', 'w', 'y', 'z', 'm', 'n', $intern_3284, 'b', 'h', 'j', 'l', 's', 'y', 'm', 'n', 'b', $intern_1717, 'h', 'j', 'l', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'y', 'z', 'm', 'n', $intern_3284, 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'v', 'w', 'y', 'z', 'm', 'n', $intern_3284, 'b', 'h', 'j', 'l', 's', 'y', 'm', 'n', 'b', $intern_1717, 'h', 'j', 'l', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'y', 'z', 'm', 'n', $intern_3284, 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'v', 'w', 'y', 'z', 'm', 'n', $intern_3284, $intern_3285, $intern_3286, $intern_3159, $intern_2307, $intern_3285, $intern_3174, $intern_3286, $intern_3159, $intern_2306, $intern_2307, $intern_3285, $intern_3174, $intern_3287, $intern_3129, $intern_3286, $intern_3173, $intern_3288, $intern_3159, $intern_2307, $intern_3285, $intern_3174, $intern_3121, $intern_3287, $intern_3129, $intern_3286, $intern_3173, $intern_3288, $intern_3159, $intern_3158, $intern_2307, $intern_3285, $intern_3174, $intern_3121, $intern_3287, $intern_3129, $intern_3286, $intern_3173, $intern_3288, $intern_3159, $intern_3158, $intern_3289, 'nw', $intern_2307, $intern_3156, $intern_3290, $intern_3279, $intern_3291, $intern_3156, $intern_3292, $intern_3290, $intern_3279, $intern_3291, $intern_3156, $intern_3292, $intern_3293, $intern_3172, $intern_3290, $intern_3279, $intern_3291, $intern_3156, $intern_3292, $intern_3294, $intern_3293, $intern_3172, $intern_3290, 'mt', $intern_3279, $intern_3291, $intern_3156, $intern_3292, $intern_3294, 'mf', 'mg', $intern_3295, $intern_3293, $intern_3172, $intern_3290, 'mt', 'mv', 'mw', $intern_3279, $intern_3291, $intern_3112, $intern_3112, $intern_3112, $intern_2306, $intern_3284, $intern_3108, $intern_3113, $intern_3112, $intern_2306, $intern_3108, $intern_3113, $intern_3112, $intern_3125, 'r', $intern_2306, $intern_3108, $intern_3113, $intern_3112, $intern_3125, 'r', $intern_2306]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'h', 'j', 'l', 's', 'y', 'm', 'n', 'b', $intern_1717, 'h', 'j', 'l', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'y', 'z', 'm', 'n', $intern_3284, 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'v', 'w', 'y', 'z', 'm', 'n', $intern_3284, 'b', 'h', 'j', 'l', 's', 'y', 'm', 'n', 'b', $intern_1717, 'h', 'j', 'l', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'y', 'z', 'm', 'n', $intern_3284, 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'v', 'w', 'y', 'z', 'm', 'n', $intern_3284, 'b', 'h', 'j', 'l', 's', 'y', 'm', 'n', 'b', $intern_1717, 'h', 'j', 'l', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'y', 'z', 'm', 'n', $intern_3284, 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'v', 'w', 'y', 'z', 'm', 'n', $intern_3284, 'b', 'h', 'j', 'l', 's', 'y', 'm', 'n', 'b', $intern_1717, 'h', 'j', 'l', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 'y', 'z', 'm', 'n', 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'y', 'z', 'm', 'n', $intern_3284, 'b', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'p', 's', 't', 'v', 'w', 'y', 'z', 'm', 'n', $intern_3284, $intern_3285, $intern_3286, $intern_3159, $intern_2307, $intern_3285, $intern_3174, $intern_3286, $intern_3159, $intern_2306, $intern_2307, $intern_3285, $intern_3174, $intern_3287, $intern_3129, $intern_3286, $intern_3173, $intern_3288, $intern_3159, $intern_2307, $intern_3285, $intern_3174, $intern_3121, $intern_3287, $intern_3129, $intern_3286, $intern_3173, $intern_3288, $intern_3159, $intern_3158, $intern_2307, $intern_3285, $intern_3174, $intern_3121, $intern_3287, $intern_3129, $intern_3286, $intern_3173, $intern_3288, $intern_3159, $intern_3158, 'nw', $intern_2307, $intern_3156, $intern_3290, $intern_3279, $intern_3291, $intern_3156, $intern_3292, $intern_3290, $intern_3279, $intern_3291, $intern_3156, $intern_3292, $intern_3293, $intern_3172, $intern_3290, $intern_3279, $intern_3291, $intern_3156, $intern_3292, $intern_3294, $intern_3293, $intern_3172, $intern_3290, 'mt', $intern_3279, $intern_3291, $intern_3156, $intern_3292, $intern_3294, 'mf', 'mg', $intern_3295, $intern_3293, $intern_3172, $intern_3290, 'mt', 'mw', $intern_3279, $intern_3291, $intern_3112, $intern_3112, $intern_3112, $intern_2306, $intern_3284, $intern_3108, $intern_3113, $intern_3112, $intern_2306, $intern_3108, $intern_3113, $intern_3112, $intern_3125, 'r', $intern_2306, $intern_3108, $intern_3113, $intern_3112, $intern_3125, 'r', $intern_2306, $intern_3129, $intern_3129, $intern_3129, $intern_3129, $intern_3129]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['-@']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5, 6]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [3, 8, 6, 9, 2, 2]), 0.2, 1, 0, 0.12, null), 'Swahili'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3117, $intern_3117, $intern_3117, 'e', 'e', $intern_3137, 'i', 'i', 'i', 'i', $intern_3283, 'o', 'o', 'o', $intern_3136, 'u', 'u', 'u', $intern_3296, $intern_3296]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 't', 'j', 'x', $intern_3109, 'd', 'r', 's', $intern_3112, $intern_3108, 'c', 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'w', 'h', 'y', 'x', 'g', 'b', 'd', 's', 'm', $intern_3108, 'n', 'r', 'g', 'b', 's', $intern_3108]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3166, 'gg', $intern_3167, $intern_3166, $intern_3167, $intern_3162, 'ddh', 'cc', 'gg', 'ff', $intern_3154, $intern_3157, $intern_3160, $intern_3166, 'gg', $intern_3167, $intern_3166, $intern_3167, 'gg', $intern_3166, 'gg', $intern_3167, $intern_3166, $intern_3167, 'gg', 'cy', 'fk', 'ft', $intern_3158, $intern_3188, $intern_3127, 'qm', $intern_3297, $intern_3298, 'lq', $intern_3279, 'gy', $intern_2035, 'lkh', 'rx', $intern_3294, $intern_3299, $intern_3300, 'fd', 'mf', $intern_3108, $intern_3108, $intern_3108, $intern_3108]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 't', 'j', 'x', $intern_3109, 'd', 'r', 's', $intern_3112, 'c', 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'h', 'x', 'g', 'b', 'd', 's', 'm', 'q', 'n', 'r', 'b', 't', 'j', 'x', $intern_3109, 'd', 'r', 's', $intern_3112, 'c', 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'h', 'x', 'g', 'b', 'd', 's', 'm', 'q', 'n', 'r', 'b', 't', 'j', 'x', $intern_3109, 'd', 'r', 's', $intern_3112, 'c', 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'g', 'b', 'd', 's', 'q', 'n', 'r', 'b', 't', 'x', $intern_3109, 'd', 'r', 's', $intern_3112, 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'g', 'b', 'd', 's', 'r', 'n', 'b', 't', $intern_3109, 'd', 'r', 's', $intern_3112, 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'g', 'b', 'd', 's', 'r', 'n', 'b', 't', 'd', 'r', 's', $intern_3112, 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'g', 'b', 'd', 's', 'r', 'n']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['aw', 'ow', $intern_2031, 'ey', 'oy', $intern_2031, $intern_2031]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 4, 5, 4, 1]), $intern_163, 0.3, 0, 0.08, null), 'Somali'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'i', 'i', 'i', 'i', $intern_3302, $intern_3302, 'u', 'u', 'u', $intern_3303, 'e', $intern_3116, $intern_3116, 'o', 'o', 'o', $intern_3130, 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'i', 'i', 'i', 'i', $intern_3302, $intern_3302, 'u', 'u', 'u', $intern_3303, 'e', $intern_3116, $intern_3116, 'o', 'o', 'o', $intern_3130, 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'i', 'i', 'i', 'i', $intern_3302, $intern_3302, 'u', 'u', 'u', $intern_3303, 'e', $intern_3116, $intern_3116, 'o', 'o', 'o', $intern_3130, 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'i', 'i', 'i', 'i', $intern_3302, $intern_3302, 'u', 'u', 'u', $intern_3303, 'e', $intern_3116, $intern_3116, 'o', 'o', 'o', $intern_3130, 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'i', 'i', 'i', 'i', $intern_3302, 'i', 'i', $intern_3302, $intern_3302, 'u', 'u', 'u', $intern_3303, 'u', $intern_3303, 'u', $intern_3303, 'e', $intern_3116, $intern_3116, 'o', 'o', 'o', $intern_3130, 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'i', 'i', 'i', 'i', $intern_3302, 'i', 'i', $intern_3302, $intern_3302, 'u', 'u', 'u', $intern_3303, 'u', $intern_3303, 'u', $intern_3303, 'e', $intern_3116, $intern_3116, 'o', 'o', 'o', $intern_3130, 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'i', 'i', 'i', 'i', $intern_3302, 'i', 'i', $intern_3302, $intern_3302, 'u', 'u', 'u', $intern_3303, 'u', $intern_3303, 'u', $intern_3303, 'e', $intern_3116, $intern_3116, 'o', 'o', 'o', $intern_3130, 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'i', 'i', 'i', 'i', $intern_3302, 'i', 'i', $intern_3302, $intern_3302, 'u', 'u', 'u', $intern_3303, 'u', $intern_3303, 'u', $intern_3303, 'e', $intern_3116, $intern_3116, 'o', 'o', 'o', $intern_3130, $intern_3304, $intern_3304, $intern_3304, $intern_3304, $intern_3304, $intern_3305, $intern_3305, $intern_3306, $intern_3306, $intern_3306, $intern_3307, $intern_3307, 'u\u0115', 'u\u0115', '\u016B\u0115', 'ai\u0115', 'ai\u0115', $intern_3308, $intern_3308, $intern_3308, 'au\u0115']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3309, $intern_3310, $intern_3311, $intern_3312, $intern_3309, $intern_3310, $intern_3311, $intern_3312]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['k', 'k', 'k', 'k', 'k', 'k', 'k', 'k', $intern_3313, $intern_3314, $intern_3315, 'c', 'c', 'c', 'c', 'c', 'c', 'c\u0157', 'c\u0155', 'c\u013C', $intern_3316, 't', 't', 't', 't', 't', 't', 't', 't', 't', $intern_3317, $intern_3318, $intern_3317, $intern_3318, 'p', 'p', 'p', 'p', 'p', 'p', 'p', 'p', 'p', 'p', $intern_3319, $intern_3320, $intern_3321, $intern_3322, $intern_3319, $intern_3320, 'p', 'p', $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3323, $intern_3324, $intern_3325, $intern_3326, $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, 'ch\u0157', 'ch\u0155', 'ch\u013C', 'ch\u013A', '\u0163h', $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3327, $intern_3328, $intern_3329, $intern_3330, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3331, $intern_3332, $intern_3333, $intern_3334, 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3336, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3341, $intern_3342, 's', 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3336, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3341, $intern_3342, 's', 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3336, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3341, $intern_3342, 's', 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3336, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3341, $intern_3342, 's', 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3336, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3341, $intern_3342, 's', 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3336, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3341, $intern_3342, 's', 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3336, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3341, $intern_3342, 's', 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3341, $intern_3342, 's', 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3342, 's', 'g', 'j', $intern_3335, 'd', 'b', $intern_3125, $intern_3337, $intern_3108, $intern_3107, $intern_3338, $intern_3340, 'n', 'm', 'h', 'y', 'r', 'l', 'v', $intern_3342, 's', 'g', $intern_3335, 'd', 'b', $intern_3125, $intern_3337, $intern_3108, $intern_3107, 'n', 'm', 'v', 's', 'g', $intern_3335, 'd', 'b', 'g', 'd', 'b', $intern_3108, $intern_3107, 'n', 'm', 'v', 'g', $intern_3335, 'd', 'b', 'g', 'd', 'b', $intern_3108, $intern_3107, 'n', 'm', 'v']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['k', 'k', 'k', 'k', 'k', $intern_3173, $intern_3128, 'k', 'k', 'k', 'k', 'k', $intern_3173, $intern_3128, 'k', 'k', 'k', 'k', 'k', $intern_3173, $intern_3128, 'k', 'k', 'k', 'k', 'k', $intern_3173, $intern_3128, 'k', 'k', 'k', 'k', 'k', $intern_3173, $intern_3128, 'k', 'k', 'k', 'k', 'k', $intern_3173, $intern_3128, 'k', 'k', 'k', 'k', 'k', $intern_3173, $intern_3128, 'k', 'k', 'k', 'k', 'k', $intern_3173, $intern_3128, $intern_3313, $intern_3313, $intern_3313, $intern_3313, $intern_3313, 'nk\u0157', 'rk\u0157', $intern_3314, $intern_3314, $intern_3314, $intern_3314, $intern_3314, 'nk\u0155', 'rk\u0155', $intern_3315, $intern_3315, $intern_3315, $intern_3315, $intern_3315, 'nk\u013C', 'rk\u013C', 'c', 'c', 'c', 'c', 'c', 'c', 'c\u0157', 'c\u0155', 'c\u013C', $intern_3316, 't', 't', 't', 't', 't', $intern_3158, $intern_3188, $intern_3316, 't', 't', 't', 't', $intern_3158, $intern_3188, $intern_3316, 't', 't', 't', 't', $intern_3158, $intern_3188, $intern_3316, 't', 't', 't', 't', $intern_3158, $intern_3188, $intern_3316, 't', 't', 't', 't', $intern_3158, $intern_3188, $intern_3316, 't', 't', 't', 't', $intern_3158, $intern_3188, $intern_3316, 't', 't', 't', 't', $intern_3158, $intern_3188, $intern_3316, 't', 't', 't', 't', $intern_3158, $intern_3188, $intern_3316, 't', 't', 't', 't', $intern_3158, $intern_3188, $intern_3317, $intern_3317, $intern_3317, $intern_3317, $intern_3317, 'nt\u0157', 'rt\u0157', $intern_3318, $intern_3318, $intern_3318, $intern_3318, $intern_3318, 'nt\u0155', 'rt\u0155', $intern_3317, $intern_3317, $intern_3317, $intern_3317, $intern_3317, 'nt\u0157', 'rt\u0157', $intern_3318, $intern_3318, $intern_3318, $intern_3318, $intern_3318, 'nt\u0155', 'rt\u0155', 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, $intern_3319, $intern_3319, $intern_3319, $intern_3319, $intern_3319, 'np\u0157', 'rp\u0157', $intern_3320, $intern_3320, $intern_3320, $intern_3320, $intern_3320, 'np\u0155', 'rp\u0155', $intern_3321, $intern_3321, $intern_3321, $intern_3321, $intern_3321, 'np\u013C', 'rp\u013C', $intern_3322, $intern_3322, $intern_3322, $intern_3322, $intern_3322, 'np\u013A', 'rp\u013A', $intern_3319, $intern_3319, $intern_3319, $intern_3319, $intern_3319, 'np\u0157', 'rp\u0157', $intern_3320, $intern_3320, $intern_3320, $intern_3320, $intern_3320, 'np\u0155', 'rp\u0155', 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, 'p', 'p', 'p', 'p', 'p', $intern_3288, $intern_3175, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3343, $intern_3344, $intern_3323, $intern_3323, $intern_3323, $intern_3323, $intern_3323, 'nkh\u0157', 'rkh\u0157', $intern_3324, $intern_3324, $intern_3324, $intern_3324, $intern_3324, 'nkh\u0155', 'rkh\u0155', $intern_3325, $intern_3325, $intern_3325, $intern_3325, $intern_3325, 'nkh\u013C', 'rkh\u013C', $intern_3326, $intern_3326, $intern_3326, $intern_3326, $intern_3326, 'nkh\u013A', 'rkh\u013A', $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, $intern_1717, 'ch\u0157', 'ch\u0155', 'ch\u013C', 'ch\u013A', '\u0163h', $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3345, $intern_3346, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3345, $intern_3346, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3345, $intern_3346, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3345, $intern_3346, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3345, $intern_3346, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3345, $intern_3346, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3345, $intern_3346, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3345, $intern_3346, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3113, $intern_3345, $intern_3346, $intern_3327, $intern_3327, $intern_3327, $intern_3327, $intern_3327, 'nth\u0157', 'rth\u0157', $intern_3328, $intern_3328, $intern_3328, $intern_3328, $intern_3328, 'nth\u0155', 'rth\u0155', $intern_3329, $intern_3329, $intern_3329, $intern_3329, $intern_3329, 'nth\u013C', 'rth\u013C', $intern_3330, $intern_3330, $intern_3330, $intern_3330, $intern_3330, 'nth\u013A', 'rth\u013A', $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3347, $intern_3348, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3347, $intern_3348, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3347, $intern_3348, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3347, $intern_3348, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3347, $intern_3348, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3347, $intern_3348, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3110, $intern_3347, $intern_3348, $intern_3331, $intern_3331, $intern_3331, $intern_3331, $intern_3331, 'nph\u0157', 'rph\u0157', $intern_3332, $intern_3332, $intern_3332, $intern_3332, $intern_3332, 'nph\u0155', 'rph\u0155', $intern_3333, $intern_3333, $intern_3333, $intern_3333, $intern_3333, 'nph\u013C', 'rph\u013C', $intern_3334, $intern_3334, $intern_3334, $intern_3334, $intern_3334, 'nph\u013A', 'rph\u013A', 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3336, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3361, $intern_3362, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3336, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3361, $intern_3362, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3336, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3361, $intern_3362, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3336, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3361, $intern_3362, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3336, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3361, $intern_3362, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3336, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3361, $intern_3362, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3336, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3361, $intern_3362, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3339, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3341, $intern_3361, $intern_3362, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'j', 'j', 'j', 'j', 'j', $intern_3286, $intern_3349, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, $intern_3338, $intern_3340, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'h', 'y', 'y', 'y', 'y', 'y', $intern_2306, $intern_3280, 'r', 'l', 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3342, $intern_3363, $intern_3364, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3125, $intern_3352, $intern_3353, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3337, $intern_3354, $intern_3355, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, 's', 's', 's', 's', 's', $intern_3159, $intern_3365, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3335, $intern_3350, $intern_3351, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, 'g', 'g', 'g', 'g', 'g', $intern_3129, $intern_3168, 'd', 'd', 'd', 'd', 'd', $intern_3121, $intern_3243, 'b', 'b', 'b', 'b', 'b', $intern_3285, $intern_3165, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3108, $intern_3356, $intern_3297, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3107, $intern_3357, $intern_3358, 'n', 'm', 'm', 'm', 'm', 'm', $intern_3359, $intern_3171, 'v', 'v', 'v', 'v', 'v', $intern_3289, $intern_3360]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['t', 'd', 'm', 'r', $intern_3108, 'b', 't', 'd', 'm', 'r', $intern_3108, $intern_3107, $intern_3158, $intern_3158, $intern_3173, $intern_3342]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3245, $intern_3245, 'ati', 'adva', 'a\u015F', 'arma', 'ardha', 'abi', 'ab', 'aya']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [1, 2, 3, 3, 1]), 0.15, 0.75, 0, 0.12, null), 'Hindi Romanized'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', $intern_3117, $intern_3117, $intern_3117, $intern_3116, $intern_3130, 'a', 'i', 'u', 'a', 'i', 'u', 'i', 'i', 'i', 'i', 'i', $intern_3283, $intern_3283, $intern_3283, 'u', 'u', 'u', $intern_3296, $intern_3296]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3125, 'b', 't', $intern_3113, 'j', $intern_3109, $intern_3366, 'd', $intern_3108, 'r', 'z', 's', $intern_3112, $intern_3367, $intern_3247, 'khm', 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'h', 'w', 'q', 'k', 'q', 'k', 'b', 'd', 'f', 'l', 'z', $intern_3247, 'h', 'h', $intern_3109, 'j', 's', $intern_3112, $intern_3367, 'r', 'q', 'k', 'q', 'k', 'f', 'l', 'z', 'h', 'h', 'j', 's', 'r', 'q', 'k', 'f', 'l', 'z', 'h', 'h', 'j', 's', 'r', 'al-', 'al-', 'ibn-']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3167, $intern_3167, $intern_3167, $intern_3167, $intern_3286, $intern_3295, 'bj', $intern_3295, 'bj', $intern_3295, 'bj', 'dj', 'dtj', 'dhj', $intern_2307, 'nzh', $intern_3291, 'mzh', 'rz', 'rzh', 'bz', $intern_1730, 'tz', 's-h', 'sh-h', 'shw-h', 'tw', 'bn', 'fq', 'hz', $intern_3368, 'khm', $intern_3244, 'lz', 'lj', 'lf', $intern_3154, $intern_3170, 'lq', $intern_3153, 'ln']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3125, 'b', 't', $intern_3113, 'j', $intern_3109, $intern_3366, 'd', $intern_3108, 'r', 'z', 's', $intern_3112, $intern_3367, 'dt', 'jj', $intern_3247, 'khm', 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'h', 'w', 'k', 'q', 'k', 'b', 'd', 'f', 'l', 'z', $intern_3247, 'h', 'h', $intern_3109, 'j', 's', $intern_3112, $intern_3367, 'r', 'k', 'q', 'k', 'f', 'l', 'z', 'h', 'h', 'j', 's', 'r', 'k', 'f', 'l', 'z', 'h', 'h', 'j', 's', 'r', 'b', 't', $intern_3113, 'j', $intern_3109, $intern_3366, 'd', $intern_3108, 'r', 'z', 's', $intern_3112, $intern_3367, 'dt', 'jj', $intern_3247, 'g', 'f', 'q', 'k', 'l', 'm', 'n', 'h', 'w', 'k', 'q', 'k', 'b', 'd', 'f', 'l', 'z', $intern_3247, 'h', 'h', $intern_3109, 'j', 's', $intern_3112, $intern_3367, 'r', 'k', 'q', 'k', 'f', 'l', 'z', 'h', 'h', 'j', 's', 'r', 'k', 'f', 'l', 'z', 'h', 'h', 'j', 's', 'r']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['aagh', 'aagh', 'ari', 'ari', 'aiid', 'uuq', 'ariid', 'adih', 'ateh', 'adesh', 'amiit', $intern_3245, 'iit', 'akhmen', 'akhmed', 'ani', 'abiib', 'iib', 'uuni', 'iiz', 'aqarii', 'adiiq']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [6, 5, 5, 1]), 0.55, 0.65, 0, 0.15, com_github_yellowstonegames_text_Language_arabicSanityChecks), 'Arabic Romanized'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', $intern_3117, $intern_3117, $intern_3117, $intern_3117, 'i', 'i', 'i', $intern_3283, $intern_3283, 'u', 'u', 'u', $intern_3296, $intern_3296, $intern_3116, $intern_3115, $intern_3246, $intern_3369, $intern_3186]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['p', 't', 'k', 'q', 's', 'l', 'h', 'v', 'j', 'g', 'r', 'm', 'n', 't', 't', 't', 't', 'k', 'k', 'q', 'q', 'n', 'n', 'n', 'n', 'g', 'l']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['pp', $intern_3164, $intern_3281, 'pk', $intern_3370, 'gk', 'kp', $intern_3371, 'kg', 'pq', 'tq', 'gq', $intern_3163, $intern_3154, $intern_3162, $intern_3157, $intern_3160, 'nng', $intern_3129, $intern_3129, $intern_3154, $intern_3160, $intern_3160, $intern_3160]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['n', 't', 'q', 'k', 'n', 't', 'q', 'k', 'n', 't', 'q', 'k', 'n', 't', 'q', 'k', 'p', 's', 'm', 'g', 'g', $intern_3129, $intern_3129, $intern_3129]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['itut', 'uit', 'uq', 'iuq', 'iaq', 'aq', $intern_3245, 'aat', 'aak', 'aan', 'ait', 'ik', 'uut', 'un', 'unnun', 'ung', 'ang', 'ing', 'iin', 'iit', 'iik', 'in', 'uq', 'iaq', 'aq', 'ik', $intern_3245, 'uit', $intern_3181, $intern_3181, 'at', 'un', 'in']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [3, 4, 6, 5, 4]), 0.45, 0, 0, $intern_163, null), 'Inuktitut'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', $intern_3309, $intern_3309, $intern_3130, 'e', 'e', 'e', $intern_3234, $intern_3234, $intern_3118, 'ey', 'i', 'i', $intern_3310, $intern_3310, 'y', 'y', $intern_3372, $intern_3372, 'o', 'o', 'o', $intern_3312, $intern_3312, 'u', 'u', 'u', $intern_3311, $intern_3311, $intern_3373, $intern_3373, $intern_3373, $intern_3374, $intern_3374]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', $intern_3138, $intern_3139, 'bj', 'd', $intern_3140, 'dj', $intern_3375, $intern_3376, $intern_3377, 'f', $intern_3141, 'flj', $intern_3142, 'fn', 'fj', 'g', $intern_3152, 'gj', 'h', 'hj', $intern_3368, $intern_3378, $intern_3379, 'j', 'k', $intern_3380, $intern_3124, 'kn', 'kj', 'l', 'lj', 'm', $intern_3295, 'n', $intern_3286, 'p', $intern_3143, $intern_3144, 'pj', 'r', $intern_3349, 's', 'sj', $intern_3148, $intern_3149, $intern_3147, $intern_3146, $intern_1770, $intern_3381, 'skj', $intern_3382, $intern_3383, 't', 'tj', 'v', $intern_3384, $intern_3123, 'vj', $intern_3385, '\xFEl', '\xFEr', 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'd', 'f', 'f', $intern_3141, 'g', 'g', 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', $intern_3380, 'l', 'n', 'r', 'r', 's', $intern_3146, 't', 't', 'd', 'd', 'f', 'f', $intern_3141, 'g', 'g', 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', $intern_3380, 'l', 'n', 'r', 'r', 's', $intern_3146, 't', 't', 'd', 'd', 'f', 'f', $intern_3141, 'g', 'g', 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', $intern_3380, 'l', 'n', 'r', 'r', 's', $intern_3146, 't', 't', 'd', 'd', 'f', 'f', $intern_3141, 'g', 'g', 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', $intern_3380, 'l', 'n', 'r', 'r', 's', $intern_3146, 't', 't']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3299, 'bf', 'bg', 'bk', $intern_3138, 'bp', $intern_3139, 'bt', 'bv', 'bm', 'bn', 'b\xF0', 'bj', 'db', 'df', $intern_3300, 'dk', 'dl', 'dp', $intern_3140, 'dt', 'dv', 'dm', 'dn', 'd\xF0', 'd\xFE', 'dj', 'ndk', 'ndb', 'ndg', 'ndl', 'nds', 'nds', $intern_3376, $intern_3377, '\xF0k', '\xF0j', '\xF0g', '\xF0d', '\xF0b', '\xF0p', '\xF0s', 'fb', 'fd', 'fg', 'fk', $intern_3141, 'fp', $intern_3142, 'fs', 'ft', 'fv', 'fm', 'fn', 'f\xF0', 'fj', 'gb', $intern_3386, 'gf', 'gk', $intern_3119, 'gp', $intern_3120, 'gt', 'gv', 'gm', $intern_3152, 'g\xF0', 'gj', 'h', 'hj', $intern_3368, $intern_3378, $intern_3379, 'kb', 'kd', 'kf', 'kp', 'kv', 'km', 'kn', 'k\xF0', $intern_3380, $intern_3124, 'nkj', 'nkr', 'nkl', 'lbr', 'ldr', 'lfr', $intern_3153, 'lgr', 'lj', 'lkr', 'ln', 'ls', $intern_3155, 'lv', 'l\xF0', 'l\xF0r', 'l\xFE', $intern_3156, $intern_3294, $intern_3293, 'mg', 'ml', $intern_3172, $intern_3122, $intern_3290, 'mt', 'mv', 'm\xF0', 'm\xFE', $intern_3295, $intern_3285, 'nl', $intern_3288, 'nr', $intern_3289, 'n\xF0', 'n\xFE', $intern_3286, 'ngl', 'ngb', 'ngd', 'ngk', 'ngp', 'ngt', 'ngv', 'ngm', 'ng\xF0', 'ng\xFE', 'ngr', 'mbd', 'mbg', 'mbs', 'mbt', 'ldg', 'ldn', 'ldk', 'lds', 'r\xF0n', 'r\xF0l', 'g\xF0s', 'g\xF0r', 'pb', 'pd', 'pg', 'pk', $intern_3143, $intern_3144, $intern_3161, 'psj', 'p\xF0', 'pj', 'rl', 'rbr', 'rdr', $intern_3168, 'rgr', 'rkr', 'rpr', $intern_3365, $intern_3177, 'rtr', $intern_3360, $intern_3349, 'sb', 'sbr', 'sd', 'sdr', 'sf', 'sfj', 'sg', $intern_3381, 'skl', 'sm', $intern_3149, $intern_1770, 'sv', $intern_3383, $intern_3382, 'sj', $intern_3150, 'tn', 'tb', 'td', 'tg', 'tv', 'tf', 'tj', $intern_3370, 'tm', 'tp']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3281, $intern_3154, $intern_3160, 'pp', $intern_3164, $intern_3281, $intern_3154, $intern_3160, 'pp', $intern_3164, 'bs', 'ds', 'gs', 'x', $intern_3176, $intern_3152, 'gt', 'gs', $intern_3387, $intern_3371, $intern_3158, $intern_3121, $intern_3173, $intern_3158, $intern_3129, 'ngs', $intern_3159, $intern_3161, 'pk', 'pt', 'pts', $intern_3244, 'ld', 'lf', $intern_3170, 'lm', 'lp', 'lps', $intern_3127, $intern_3176, $intern_3165, $intern_3243, $intern_3128, $intern_3175, $intern_3188, $intern_3171, 'r\xF0', 'r\xFE', $intern_3145, $intern_3147, $intern_3146, $intern_3126, 'b', 'd', $intern_3375, 'f', 'g', $intern_3152, 'h', 'k', $intern_3173, 'l', 'm', 'n', $intern_3129, 'p', 'r', 's', $intern_3147, $intern_3146, $intern_3382, $intern_3383, 't', 'v', $intern_3385, 'b', 'd', $intern_3375, 'f', 'g', $intern_3152, 'h', 'k', $intern_3173, 'l', 'm', 'n', $intern_3129, 'p', 'r', 's', $intern_3147, $intern_3146, $intern_3382, $intern_3383, 't', 'v', $intern_3385, 'b', 'd', $intern_3375, 'f', 'g', $intern_3152, 'h', 'k', $intern_3173, 'l', 'm', 'n', $intern_3129, 'p', 'r', 's', $intern_3147, $intern_3146, $intern_3382, $intern_3383, 't', 'v', $intern_3385, 'b', 'b', 'b', 'd', 'd', 'd', 'f', 'f', 'f', 'g', 'g', 'k', 'k', $intern_3173, 'l', 'n', $intern_3129, 'p', 'p', 'r', 'r', 'r', 's', 's', $intern_3146, 't', 't', 'b', 'b', 'b', 'd', 'd', 'd', 'f', 'f', 'f', 'g', 'g', 'k', 'k', $intern_3173, 'l', 'n', $intern_3129, 'p', 'p', 'r', 'r', 'r', 's', 's', $intern_3146, 't', 't', 'b', 'b', 'b', 'd', 'd', 'd', 'f', 'f', 'f', 'g', 'g', 'k', 'k', $intern_3173, 'l', 'n', $intern_3129, 'p', 'p', 'r', 'r', 'r', 's', 's', $intern_3146, 't', 't']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['etta', 'e\xFEa', 'uinn', 'ing', 'ard', 'eign', 'ef', 'efs', 'eg', $intern_3388, $intern_3388, $intern_3388, $intern_3388, $intern_3389, $intern_3389, $intern_3248, $intern_3248, $intern_3248, '\xE1r', 'or', 'or', '\xF3r', '\xF6r', $intern_3190, $intern_3190, '\xF3n', 'onn', 'unn', 'ung', $intern_3181, 'ett', 'att', 'ot']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 5, 4, 3, 1]), $intern_163, 0.5, 0, 0.08, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Norse'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_$addModifiers__Lcom_github_yellowstonegames_text_Language_2_3Lcom_github_yellowstonegames_text_Language$Modifier_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', 'a', 'i', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'e', 'e', $intern_3185, $intern_3135, $intern_3132]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_1717, 'c', 'h', 'm', 'l', 'n', 'p', 't', $intern_3114, 'tz', 'x', 'y', 'z', 'hu', 'cu', 'l', 'l', 'l', 'p', 'p', 't', 't', 't', 't', 't', $intern_3114, $intern_3114, 'tz', 'z', 'x', 'hu']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['zp', 'ztl', 'zc', 'zt', 'zl', 'ct', 'cl', $intern_3143, 'mt', 'mc', $intern_3292, 'cz', 'tc', 'lc', 'hu', 'hu', 'hu', 'cu']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_1717, 'c', 'h', 'm', 'l', 'n', 'p', 't', $intern_3114, 'tz', 'x', 'y', 'z', 'l', 'l', 'l', 'l', 'p', 't', 't', 't', $intern_3114, $intern_3114, 'tz', 'tz', 'z', 'x']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['otl', 'eotl', 'ili', 'itl', 'atl', 'atli', 'oca', 'itli', 'oatl', 'al', 'ico', 'acual', 'ote', 'ope', 'oli', 'ili', 'acan', 'ato', 'atotl', 'ache', 'oc', 'aloc', 'ax', 'itziz', 'iz']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5, 6]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [3, 4, 5, 4, 3, 1]), 0.3, 0.2, 0, 0.3, com_github_yellowstonegames_text_Language_genericSanityChecks), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Modifier_12_1classLit, 1), $intern_144, 118, 0, [new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('c([ie])', 'qu$1'), new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('z([ie])', 'c$1')])), 'Nahuatl'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3117, $intern_3117, 'e', 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', $intern_3283, 'o', 'o', 'o', 'o', $intern_3136, 'u', 'u', 'u', 'u', 'u', 'u', 'u', 'u', $intern_3296, $intern_3296, $intern_3116, $intern_3116]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['g', 'm', 'n', 'g', 'm', 'n', 'g', 'm', 'n', 'n', 'n', $intern_1717, $intern_3125, $intern_1717, $intern_3125, $intern_3125, 'j', 'j', 'j', 'j', 's', 's', 's', 't', $intern_3126, $intern_3109, 'r', 'r', 'l', 'h', 'h', 'h', 'h', 'h', 'b', 'b', 'b', 'b', 'z', 'z', 'y', 'y']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['g', 'm', 'n', 'g', 'm', 'n', 'g', 'm', 'n', 'n', 'n', $intern_1717, $intern_3125, $intern_1717, $intern_3125, $intern_3125, $intern_3125, 'j', 'j', 'j', 's', 's', 's', 't', $intern_3126, $intern_3109, 'r', 'r', 'l', 'h', 'h', 'h', 'h', 'h', 'b', 'b', 'b', 'b', 'z', 'z', 'g', 'n', 'g', 'm', 'n', 'g', 'm', 'n', 'g', 'm', 'n', 'n', 'n', $intern_1717, $intern_3125, $intern_1717, $intern_3125, $intern_3125, $intern_3125, 'j', 'j', 'j', 'n', 's', 's', 's', 't', $intern_3126, $intern_3109, 'r', 'r', 'l', 'h', 'h', 'h', 'h', 'h', 'b', 'b', 'b', 'b', 'z', 'z', 'y', 'y', $intern_3129, $intern_3129, $intern_3129, $intern_3352, $intern_3352, 'lj', 'gch', 'sd', 'rl', $intern_3138, 'sd', $intern_3146, $intern_3294, 'mg', $intern_3386, $intern_3386, 'sv', $intern_3168, $intern_3168, $intern_3122, 'tn', 'tg', 'ds', $intern_3108, 'dm', 'gts', $intern_3187, $intern_3244, $intern_3120, 'gy', $intern_3353]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3118, $intern_3118, $intern_3118, 'uulj', 'iig', $intern_3189, $intern_3189, 'an', 'aan', 'iis', 'alai', $intern_3116, 'aj', 'ali']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 9, 3, 1]), 0.3, 0.2, 0, 0.07, null), 'Mongolian'); + com_github_yellowstonegames_text_Language_FANTASY_1NAME = com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_$mix__Lcom_github_yellowstonegames_text_Language_2Lcom_github_yellowstonegames_text_Language_2DLcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_GREEK_1ROMANIZED, com_github_yellowstonegames_text_Language_$mix__Lcom_github_yellowstonegames_text_Language_2Lcom_github_yellowstonegames_text_Language_2DLcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_RUSSIAN_1ROMANIZED, com_github_yellowstonegames_text_Language_$mix__Lcom_github_yellowstonegames_text_Language_2Lcom_github_yellowstonegames_text_Language_2DLcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_$removeAccents__Lcom_github_yellowstonegames_text_Language_2Lcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_FRENCH), com_github_yellowstonegames_text_Language_JAPANESE_1ROMANIZED, 0.5), 0.85), 0.925), 'Fantasy'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_$addAccents__Lcom_github_yellowstonegames_text_Language_2DDLcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_FANTASY_1NAME, 0.47, 0.07), 'Fancy Fantasy'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'e', 'e', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', 'u', 'u', 'u']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'g', 'd', 'm', 'h', 'n', 'r', 'v', $intern_3112, 'p', 'w', 'y', 'f', $intern_3139, $intern_3140, $intern_3120, $intern_3144, $intern_3142, $intern_3139, $intern_3140, $intern_3120, $intern_3144, $intern_3142, $intern_3138, 'dw', $intern_3119, 'gw', $intern_3143, $intern_3141, $intern_3378, 'b', 'g', 'd', 'm', 'h', 'n', 'r', 'b', 'g', 'd', 'm', 'h', 'n', 'r', 'b', 'g', 'd', 'm', 'r', 'b', 'g', 'd', 'r']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3139, $intern_3120, $intern_3140, $intern_3144, $intern_3142, $intern_3165, $intern_3243, $intern_3168, $intern_3175, 'rf', $intern_3139, $intern_3120, $intern_3140, $intern_3165, $intern_3243, $intern_3168, $intern_3156, 'mg', $intern_3294, $intern_3172, 'mf', 'bm', 'gm', 'dm', 'pm', 'fm', $intern_3156, 'mg', $intern_3294, 'bm', 'gm', 'dm', $intern_3138, $intern_3119, 'dw', $intern_3143, $intern_3141, $intern_3244, 'ld', $intern_3153, 'lp', 'lf', $intern_3138, $intern_3119, 'dw', $intern_3244, 'ld', $intern_3153, $intern_3285, $intern_3129, $intern_3121, $intern_3288, $intern_3287, 'bn', $intern_3152, 'dn', 'pn', 'fn', $intern_3285, $intern_3129, $intern_3121, 'bn', $intern_3152, 'dn', $intern_3279, 'gy', $intern_2035, 'py', 'mw', 'gw', 'bw', 'pw', 'bg', 'gb', $intern_3299, 'db', 'bf', 'fb', $intern_3386, $intern_3300, 'gp', 'pg', 'gf', 'fg', 'dp', 'pd', 'df', 'fd', 'pf', 'fp', 'bg', 'gb', $intern_3299, 'db', $intern_3386, $intern_3300, 'bg', 'gb', $intern_3299, 'db', $intern_3386, $intern_3300, 'bg', 'gb', $intern_3299, 'db', $intern_3386, $intern_3300, 'bg', 'gb', $intern_3299, 'db', $intern_3386, $intern_3300, 'bg', 'gb', $intern_3299, 'db', $intern_3386, $intern_3300]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'g', 'd', 'm', 'n', 'r', $intern_3112, 'p', 'f', 'b', 'g', 'd', 'm', 'n', 'r', 'b', 'g', 'd', 'm', 'n', 'r', $intern_3112, 'b', 'g', 'd', 'm', 'r', 'b', 'g', 'd', 'r', $intern_3165, $intern_3243, $intern_3168, $intern_3175, 'rf', $intern_3244, 'ld', $intern_3153, 'lp', 'lf']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [3, 7, 5, 1]), 0.1, 0.15, 0, 0, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Goblin'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'e', 'e', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', $intern_3116, $intern_3116, $intern_3116, $intern_3132, $intern_3132, $intern_3132, $intern_3115, $intern_3100]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3116, $intern_3116, $intern_3100, $intern_3132, $intern_3115, $intern_3133, $intern_3233, $intern_3233, $intern_3116, '\xE2i', 'a\xEE', 'a\xEF', $intern_3237, $intern_3237, $intern_3238, $intern_3238, '\xEEe', $intern_3390, '\xEFe', $intern_3390, 'e', $intern_3391, $intern_3391, '\xEBa', $intern_3236, '\xEAa', 'e\xE2', $intern_3118, 'e\xEE', 'o', $intern_3239, 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', 'a', 'a', 'e', 'e', 'i', 'o', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'o', $intern_3116, $intern_3116, $intern_3116, $intern_3116, $intern_3116, $intern_3118, $intern_3118, $intern_3118, $intern_3132, $intern_3132, $intern_3132, $intern_3132, $intern_3133, $intern_3133, $intern_3133, $intern_3133, $intern_3133, $intern_3115, $intern_3115, $intern_3115, $intern_3115]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['l', 'r', 'n', 'm', $intern_3113, 'v', 's', $intern_3112, 'z', 'f', 'p', 'h', 'y', 'c', 'l', 'r', 'n', 'm', $intern_3113, 'v', 'f', 'y', 'l', 'r', 'n', 'm', $intern_3113, 'v', 'f', 'l', 'r', 'n', $intern_3113, 'l', 'r', 'n', $intern_3113, 'l', 'r', 'n', 'l', 'r', 'n', 'l', 'r', 'n', $intern_3143, 'fy', 'ly', 'cl', $intern_3142, $intern_3144, $intern_3111]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3171, 'ln', 'lv', 'lth', 'ml', 'mv', $intern_3289, $intern_3123, $intern_3360, $intern_2306, 'mn', $intern_3359, $intern_3159, $intern_3345]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['l', 'r', 'n', 'm', $intern_3113, 's', 'l', 'r', 'n', $intern_3113, 'l', 'r', 'n', $intern_3113, 'l', 'r', 'n', 'l', 'r', 'n', 'l', 'r', 'n', 'r', 'n', 'r', 'n', 'r', 'n', 'n', 'n', 'n', 'n']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [3, 6, 6, 3, 1]), 0.4, 0.3, 0, 0, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Elf'); + com_github_yellowstonegames_text_Language_DEMONIC = com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'e', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', 'u']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', $intern_3107, 'd', $intern_3108, 't', $intern_3114, $intern_3126, 'k', $intern_1717, $intern_3109, 'g', $intern_3125, 'f', 'x', 's', $intern_3112, 'z', 'r', 'v', 'y', $intern_3139, 'bhr', $intern_3140, 'dhr', $intern_3150, 'tsr', $intern_3124, $intern_3366, $intern_3120, 'ghr', $intern_3142, $intern_3392, $intern_3123, $intern_3138, 'bhl', 'tsl', $intern_3380, 'chl', 'khl', $intern_3119, 'ghl', $intern_3141, $intern_3148, 'zl', $intern_3384, $intern_1730, 'chf', 'sf', 'shf', $intern_3393, $intern_3146, $intern_3145, 't', 't', 't', $intern_3126, $intern_3126, 'k', 'k', 'k', $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3366, $intern_3380, $intern_3380, $intern_3124, $intern_3124, 'z', 'z', 'z', 'v', 'v', 'v', $intern_3393, $intern_3393, $intern_3123, $intern_3123, $intern_3384, $intern_3384, $intern_1730, $intern_3145, $intern_3145, $intern_3112, $intern_3392, 'x', 'x', 'x', $intern_3125, $intern_3125, 'ghr', 't', 't', 't', $intern_3126, $intern_3126, 'k', 'k', 'k', $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3366, $intern_3380, $intern_3380, $intern_3124, $intern_3124, 'z', 'z', 'z', 'v', 'v', 'v', $intern_3393, $intern_3393, $intern_3123, $intern_3123, $intern_3384, $intern_3384, $intern_1730, $intern_3145, $intern_3145, $intern_3112, $intern_3392, 'x', 'x', 'x', $intern_3125, $intern_3125, 'ghr', 't', 't', 't', $intern_3126, $intern_3126, 'k', 'k', 'k', $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3366, $intern_3380, $intern_3380, $intern_3124, $intern_3124, 'z', 'z', 'z', 'v', 'v', 'v', $intern_3393, $intern_3393, $intern_3123, $intern_3123, $intern_3384, $intern_3384, $intern_1730, $intern_3145, $intern_3145, $intern_3112, $intern_3392, 'x', 'x', 'x', $intern_3125, $intern_3125, 'ghr']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', $intern_3107, 'd', $intern_3108, 't', $intern_3127, 'k', $intern_1717, $intern_3109, 'g', $intern_3125, 'f', 'x', 's', $intern_3112, 'z', 'r', 'b', $intern_3107, 'd', $intern_3108, 't', $intern_3127, 'k', $intern_1717, $intern_3109, 'g', $intern_3125, 'f', 'x', 's', $intern_3112, 'z', 'r', 'b', $intern_3107, 'd', $intern_3108, 't', $intern_3127, 'k', $intern_1717, $intern_3109, 'g', $intern_3125, 'f', 'x', 's', $intern_3112, 'z', 'r', 'b', $intern_3107, 'd', $intern_3108, 't', $intern_3127, 'k', $intern_1717, $intern_3109, 'g', $intern_3125, 'f', 'x', 's', $intern_3112, 'z', 'r', $intern_3165, 'rbs', $intern_3358, $intern_3243, 'rds', $intern_3297, $intern_3188, $intern_3177, $intern_3128, 'rks', 'rch', $intern_3344, $intern_3168, $intern_3298, $intern_3360, 'rz', $intern_3127, 'lts', $intern_3170, 'lch', 'lkh', $intern_3153, 'ls', 'lz', 'lx', 'bs', 'ds', $intern_3126, 'lts', $intern_3387, $intern_3394, 'gs', 'fs', $intern_3365, 'rx', 'bs', 'ds', $intern_3126, 'lts', $intern_3387, $intern_3394, 'gs', 'fs', $intern_3365, 'rx', 'rbs', 'rds', $intern_3177, 'rks', 'rkhs', 'rgs', 'rfs', $intern_3365, 'rx', 'lbs', 'lds', 'lts', 'lks', 'lkhs', 'lgs', 'lfs', 'rdz', 'rvz', 'gz', 'rgz', 'vd', $intern_3371, 't', 't', 't', $intern_3188, $intern_3127, 'k', 'k', 'k', 'k', 'k', $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3344, $intern_3170, $intern_3128, $intern_3128, 'z', 'z', 'z', 'z', 'v', $intern_3360, $intern_3360, $intern_1730, $intern_3387, $intern_3145, $intern_3112, 'x', 'x', 'x', $intern_3125, $intern_3125, $intern_3125, $intern_3353, $intern_3126, $intern_3126, $intern_3387, $intern_3387, $intern_3394, 't', 't', 't', $intern_3188, $intern_3127, 'k', 'k', 'k', 'k', 'k', $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3344, $intern_3170, $intern_3128, $intern_3128, 'z', 'z', 'z', 'z', 'v', $intern_3360, $intern_3360, $intern_1730, $intern_3387, $intern_3145, $intern_3112, 'x', 'x', 'x', $intern_3125, $intern_3125, $intern_3125, $intern_3353, $intern_3126, $intern_3126, $intern_3387, $intern_3387, $intern_3394, 't', 't', 't', $intern_3188, $intern_3127, 'k', 'k', 'k', 'k', 'k', $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3344, $intern_3170, $intern_3128, $intern_3128, 'z', 'z', 'z', 'z', 'v', $intern_3360, $intern_3360, $intern_1730, $intern_3387, $intern_3145, $intern_3112, 'x', 'x', 'x', $intern_3125, $intern_3125, $intern_3125, $intern_3353, $intern_3126, $intern_3126, $intern_3387, $intern_3387, $intern_3394]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ["'"]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [6, 7, 3]), 0.05, 0.08, 0.11, 0, null), 'Demonic'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', $intern_3235, $intern_3234, $intern_3236, $intern_3391, 'i', 'i', 'i', 'i', $intern_3396, $intern_3310, $intern_3237, $intern_3238, 'o', 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, 'u', 'u', $intern_3398, $intern_3311, $intern_3240, $intern_3399]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3373, $intern_3116, 'a\xEE', 'i', 'i', $intern_3237, $intern_3238, $intern_3115, 'i\xE2', $intern_3133, $intern_3390, $intern_3231, 'e\xFB', 'u', 'u', $intern_3240, $intern_3399]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', $intern_3139, 'd', $intern_3140, 'h', 'm', 'z', 'k', 'l', $intern_3110, 't', 'n', 'y', $intern_3113, 's', $intern_3112, 'm', 'm', 'm', 'z', 'z', 'l', 'l', 'l', 'k', 'k', 'b', 'd', 'h', 'h', 'y', $intern_3113, $intern_3113, 's', $intern_3112]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3157, $intern_3157, $intern_3157, $intern_3244, $intern_3167, $intern_3167, $intern_3167, 'ddr', $intern_3166, $intern_3166, $intern_3166, 'bbr', 'lz', 'sm', $intern_3400, 'thsh', 'lkh', 'shm', 'mh', 'mh']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'd', 'h', 'm', 'n', 'z', 'k', 'l', $intern_3110, 't', $intern_3113, 's', $intern_3112, $intern_3109, 'h', 'm', 'n', 'z', 'l', $intern_3110, 't', $intern_3113, 's', 'h', 'h', 'h', 'm', 'm', 'n', 'n', 'n', 'n', 'n', 'l', 'l', 'l', 'l', 'l', 't', 't', 't', $intern_3113, $intern_3113, 's', 's', 'z', 'z', 'z', 'z']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['ael', 'im', $intern_3190, 'oth', 'et', 'eus', 'iel', 'an', $intern_3189, 'ub', 'ez', 'ath', 'esh', 'ekh', 'uth', $intern_3181]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ["'"]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [3, 5, 9, 4]), 0.75, 0.35, 0.17, 0.07, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Infernal'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'u', 'a', 'a', 'a', 'a', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'u', 'a', 'a', 'a', 'a', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'u', 'a', 'a', 'a', 'o', 'o', 'e', 'e', 'e', 'i', 'i', 'i', 'u', 'a', 'a', 'a', 'o', 'o', 'e', 'e', 'e', 'i', 'i', 'i', 'u', $intern_3116, $intern_3116, $intern_3132, $intern_3134, $intern_3184, $intern_3115, $intern_3134, $intern_3185]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['u', 'u', $intern_3135]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', $intern_3138, $intern_3139, 'c', 'cl', 'cr', $intern_1717, 'd', $intern_3140, 'f', $intern_3141, $intern_3142, 'g', $intern_3119, $intern_3120, 'h', 'j', 'k', 'l', 'm', 'n', 'p', $intern_3143, $intern_3144, 'r', 's', $intern_3112, $intern_3145, $intern_3146, $intern_3147, $intern_3148, 'sm', $intern_3149, 't', $intern_3150, $intern_3113, 'v', 'w', 'y', 'z', 'b', $intern_3138, $intern_3139, 'c', 'cl', 'cr', $intern_1717, 'd', $intern_3140, 'f', $intern_3141, $intern_3142, 'g', $intern_3120, 'h', 'j', 'k', 'l', 'm', 'n', 'p', $intern_3143, $intern_3144, 'r', 's', $intern_3112, $intern_3146, $intern_3147, $intern_3148, 't', $intern_3150, $intern_3113, 'w', 'y', 'b', 'c', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', $intern_3113, 'b', 'c', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', $intern_3113, 'b', 'c', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', $intern_3113, 'b', 'c', $intern_1717, 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', $intern_3113, 'b', 'd', 'f', 'g', 'h', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', $intern_3113, 'b', 'd', 'f', 'g', 'h', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', $intern_3113, 'r', 's', 't', 'l', 'n']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_1717, 'j', 'w', 'y', 'v', 'w', 'y', 'w', 'y', $intern_1717, 'b', 'c', 'd', 'f', 'g', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['bs', $intern_3127, $intern_3156, $intern_3129, $intern_3129, $intern_3158, $intern_3159, $intern_3161, $intern_3172, $intern_3188, $intern_3168, $intern_3145, $intern_3365, $intern_3126, $intern_3170, 'ct', 'b', 'c', 'd', 'f', 'g', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', $intern_3113, 'z', 'b', 'c', 'd', 'f', 'g', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', 'b', 'c', 'd', 'f', 'g', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', 'd', 'f', 'g', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', 'd', 'f', 'g', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', 'd', 'f', 'g', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't', 'd', 'f', 'g', 'k', 'l', 'm', 'n', 'p', 'r', 's', $intern_3112, 't']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [7, 18, 6, 1]), 0.26, 0.12, 0, 0, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Simplish'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3116, $intern_3116, $intern_3401, $intern_3401, $intern_3100, $intern_3100, 'e', 'e', 'e', 'e', $intern_3132, $intern_3185, 'i', 'i', 'i', 'i', 'i', 'i', $intern_3115, $intern_3133, $intern_3134, 'o', 'o', 'o', $intern_3135]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['c', 'f', 'h', 'j', 'l', 'm', 'n', 'p', 'q', 'r', 's', 'v', 'w', 'x', 'y', 'z', 'c', 'h', 'j', 'l', 'm', 'n', 'q', 'r', 's', 'v', 'w', 'x', 'y', 'z', 'h', 'j', 'l', 'm', 'n', 'q', 'r', 's', 'v', 'w', 'x', 'y', 'z', 'hc', 'hf', 'hj', $intern_3368, 'hm', 'hn', 'hq', $intern_3378, $intern_3379, 'hw', 'hy', 'hz', 'cr', $intern_3142, 'jr', $intern_3122, 'nr', $intern_3144, 'qr', 'sr', $intern_3123, 'xr', 'yr', $intern_3400, 'cy', 'fy', 'jy', $intern_3279, $intern_2306, 'py', 'qy', $intern_3280, 'sy', 'vy', 'xy', 'zy', 'cl', $intern_3141, 'jl', 'ml', 'nl', $intern_3143, 'ql', $intern_3148, $intern_3384, 'xl', 'yl', 'zl']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['cr', $intern_3142, 'jr', $intern_3122, 'nr', $intern_3144, 'qr', 'sr', $intern_3123, 'xr', 'yr', $intern_3400, 'cy', 'fy', 'jy', $intern_3279, $intern_2306, 'py', 'qy', $intern_3280, 'sy', 'vy', 'xy', 'zy', 'cl', $intern_3141, 'jl', 'ml', 'nl', $intern_3143, 'ql', $intern_3148, $intern_3384, 'xl', 'yl', 'zl', 'jc', 'lc', 'mc', 'nc', 'qc', 'rc', 'sc', 'wc', 'yc', 'zc', 'cf', 'jf', 'lf', $intern_3287, 'qf', 'rf', 'sf', 'vf', 'wf', 'yf', 'zf', 'cj', 'fj', 'lj', $intern_3295, $intern_3286, 'qj', $intern_3349, 'sj', 'wj', 'yj', 'zj', 'cm', 'fm', 'jm', 'lm', $intern_3359, 'qm', $intern_3171, 'sm', 'vm', 'wm', 'ym', 'zm', 'cn', 'fn', 'jn', 'ln', 'mn', 'qn', $intern_3176, $intern_3149, 'vn', 'wn', 'yn', 'zn', 'cp', 'fp', 'jp', 'lp', $intern_3172, $intern_3288, 'qp', $intern_3175, $intern_3147, 'vp', 'wp', 'yp', 'zp', 'cq', 'jq', 'lq', 'mq', 'nq', 'rq', 'sq', 'wq', 'yq', 'zq', 'cs', 'fs', 'js', 'ls', $intern_3290, $intern_3159, 'qs', 'vs', 'ws', 'ys', 'zs', 'cv', 'fv', 'jv', 'lv', 'mv', $intern_3289, 'qv', $intern_3360, 'sv', 'wv', 'yv', $intern_3393, 'cw', 'fw', 'jw', 'lw', 'mw', 'nw', 'qw', 'rw', 'sw', 'vw', 'yw', 'zw', 'cx', 'jx', 'lx', 'mx', 'nx', 'qx', 'rx', 'vx', 'wx', 'yx', 'zx', 'cz', 'fz', 'lz', $intern_3291, $intern_2307, 'qz', 'rz', 'sz', 'vz', 'wz', 'yz']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['c', 'f', 'h', 'j', 'l', 'm', 'n', 'p', 'q', 'r', 's', 'v', 'w', 'x', 'y', 'z', 'c', 'h', 'j', 'l', 'm', 'n', 'q', 'r', 's', 'v', 'w', 'x', 'y', 'z', 'h', 'j', 'l', 'm', 'n', 'q', 'r', 's', 'v', 'w', 'x', 'y', 'z', 'hc', 'hf', 'hj', $intern_3368, 'hm', 'hn', 'hq', $intern_3378, $intern_3379, 'hw', 'hy', 'hz']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [1, 1, 1]), 0.65, 0.6, 0, 0, null), 'Alien A'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', $intern_3100, 'ya', 'yae', $intern_3185, 'e', 'yeo', 'ye', 'o', 'wa', 'wae', $intern_3102, 'yo', 'u', 'wo', 'we', 'wi', $intern_3402, $intern_3231, 'i', $intern_3186, 'a', 'a', 'a', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', $intern_3100, 'ya', $intern_3185, $intern_3185, $intern_3231, $intern_3231, 'wa', 'wae', 'wo', $intern_3102, $intern_3102, 'yo', 'yo', $intern_3402, $intern_3402, $intern_3231]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['g', 'n', 'd', 'r', 'm', 'b', 's', 'j', $intern_1717, 'k', 't', 'p', 'h', 'g', 'n', 'd', 'b', 'p', 'k', 'j', $intern_1717, 'h', 'g', 'n', 'd', 'b', 'p', 'k', 'j', 'h', 'g', 'n', 'p', 'k', 'j', 'g', 'p', 'k', 'g', 'p', 'k']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['g', 'kg', 'ngn', 'kd', 'ngn', 'ngm', 'kb', $intern_3387, 'kj', 'kch', 'k-k', $intern_3371, 'kp', 'k', 'n', 'n-g', $intern_3160, $intern_3121, $intern_3160, $intern_3359, $intern_3285, $intern_3159, $intern_3286, $intern_3174, $intern_3173, $intern_3158, $intern_3288, $intern_3403, 'd', 'tg', $intern_3160, 'td', $intern_3160, $intern_3359, 'tb', $intern_3126, 'tj', $intern_3169, $intern_3370, 't-t', 'tp', 't', 'r', $intern_3153, $intern_3160, 'ld', $intern_3154, 'lm', $intern_3244, 'ls', 'lj', 'lch', $intern_3170, $intern_3127, 'lp', 'lh', 'm', 'mg', 'mn', $intern_3294, 'mn', $intern_3157, $intern_3156, $intern_3290, $intern_3295, $intern_3292, $intern_3293, 'mt', $intern_3172, 'mh', 'b', 'pg', 'mn', 'pd', 'mn', $intern_3157, 'pb', $intern_3161, 'pj', 'pch', 'pk', 'pt', 'p-p', 'p', 's', 'tg', $intern_3160, 'td', $intern_3160, $intern_3359, 'tb', $intern_3126, 'tj', $intern_3169, $intern_3370, 't-t', 'tp', 't', 'ng-', 'ngg', 'ngn', 'ngd', 'ngn', 'ngm', 'ngb', 'ngs', 'ngj', 'ngch', 'ngk', 'ngt', 'ngp', $intern_3352, 'j', 'tg', $intern_3160, 'td', $intern_3160, $intern_3359, 'tb', $intern_3126, 'tj', $intern_3169, $intern_3370, 't-t', 'tp', $intern_1717, 't', 't', 't', 'j', 'j', 'j', 'g', 'g', 'g', 'g', 'n', 'n', 'n', 'n', 'n', $intern_3129, $intern_3129, $intern_3129, 'd', 'd', 'd', 'b', 'b', $intern_3164, $intern_3160, $intern_3281, $intern_3281, $intern_3387, 'h', 'k', $intern_3160, 't', $intern_3160, $intern_3359, 'p', 'hs', $intern_1717, $intern_3169, $intern_3370, $intern_3164, 'tp', 't', $intern_3281, 'pp', $intern_3163, $intern_3164, 'jj', $intern_3387, $intern_3174, $intern_3403, 'r', 'r', 'r', 'r', 'r', 'r', 'r', 'r', 'r', 'r', 'r', 'r', 'r', 'ngg', 'ngn', 'ngm', 'ngj', 'ngch', 'ngk', 'ngp', 'mg', $intern_3292, $intern_3293, $intern_3294, $intern_3156, $intern_3172, $intern_3286, $intern_3174, $intern_3121, $intern_3173, $intern_3285, $intern_3286, $intern_3174, $intern_3121, $intern_3173, 'kg', 'kj', 'kch']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['k', 'n', 't', 'l', 'm', 'p', 'k', $intern_3129, 'h', 'n', 'n', 'k', 'n', 't', 'l', 'm', 'p', 'k', $intern_3129, 'h', 't']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['ul', 'eul', 'eol', 'ol', 'il', 'yeol', 'yol', 'uk', 'euk', 'eok', 'aek', 'ok', 'ak', $intern_3190, 'ong', 'eong', 'yang', 'yong', 'yeong', 'ung', 'wong', 'om', 'am', 'im', 'yuh', 'uh', 'euh', 'ap', 'yaep', 'eop', 'wep', 'yeop']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['-']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [14, 9, 3, 1]), 0.14, 0.24, 0.02, 0.09, null), 'Korean Romanized'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', $intern_3117, $intern_3117, 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', $intern_3137, $intern_3137, $intern_3137, $intern_3137, 'i', 'i', 'i', 'i', 'i', $intern_3283, 'o', 'o', 'o', 'o', 'u', 'u', 'u']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['t', 'k', 'c', 'g', 'z', 's', 'd', 'r', $intern_3126, $intern_3150, $intern_3124, 'cr', $intern_3120, $intern_3400, $intern_3146, $intern_3145, $intern_3140, 'tq', 'kq', 'cq', 'gq', 'zq', 'sq', 'dq', 'tq', 'kq', 'cq', 'gq', 'zq', 'sq', 'dq', 'tq', 'kq', 'cq', 'gq', 'zq', 'sq', 'dq', 't', 'k', 'c', 'g', 'r', $intern_3126, 't', 'k', 'c', 'g', 'r', $intern_3126, 't', 'k', 'c', 'g', 'r', $intern_3126, 't', 'k', 'c', 'g', 'r', $intern_3126, 't', 'k', 'c', 'g', 'r', $intern_3126, 't', 'k', 'c', 'g', 'r', $intern_3126, 't', 'k', $intern_3126, 't', 'k', $intern_3126, 't', 'k', $intern_3126, 't', 'k', $intern_3126, 't', 'k', $intern_3126, 't', 'k', $intern_3126, 't', 'k', $intern_3126, 't', 'k', $intern_3126, 't', 'k', 't', 'k', 't', 'k', 't', 'k', 't', 'k', 't', 'k', $intern_3150, $intern_3124, $intern_3146, $intern_3145, 'tq', 'kq', 'sq']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3164, $intern_3281, 'cc', 'gg', 'zz', $intern_3167, 's', 'r', $intern_3126, $intern_3150, $intern_3124, 'cr', $intern_3120, $intern_3400, $intern_3146, $intern_3145, $intern_3140, 'tq', 'kq', 'cq', 'gq', 'zq', 'sq', 'dq', 'tq', 'kq', 'cq', 'gq', 'zq', 'sq', 'dq', 'tq', 'kq', 'cq', 'gq', 'zq', 'sq', 'dq', $intern_3370, $intern_3371, 'tc', 'ct', 'gt', 'tg', 'zt', 'tz', 'td', 'dt', $intern_3188, 'rtr', 'tst', 'kc', 'ck', 'gk', 'kg', 'zk', 'kz', 'kd', 'dk', $intern_3128, 'rkr', 'tsk', 'kts', 'gc', 'cg', 'zc', 'cz', 'cd', 'dc', 'rc', 'rcr', 'tsc', 'cts', 'zg', 'gz', $intern_3386, $intern_3300, $intern_3168, 'rgr', 'tsg', 'gts', 'zd', $intern_1730, 'rz', 'rzr', 'tsz', 'zts', $intern_3243, 'rdr', 'tsd', 'dts', $intern_3164, $intern_3164, $intern_3164, $intern_3164, $intern_3164, $intern_3164, $intern_3164, $intern_3164, $intern_3164, $intern_3164, $intern_3164, $intern_3164, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3281, $intern_3371, $intern_3370, $intern_3371, $intern_3370, $intern_3371, $intern_3370, $intern_3371, $intern_3370]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['t', 'k', 'c', 'g', 'z', 's', 'd', 'r', $intern_3126, 't', 'k', 't', 'k', 't', 'k', $intern_3126, 't', 'k', 'c', 'g', 'z', 's', 'd', 'r', $intern_3126, 't', 'k', 't', 'k', 't', 'k', $intern_3126, $intern_3146, $intern_3145, 'sc', 'sg', 'sz', 'ds', $intern_3188, $intern_3128, 'rc', $intern_3168, 'rz', $intern_3243, $intern_3177]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 4, 2]), 0.45, 0, 0, 0, null), 'Alien E'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3301, $intern_3395, 'e', 'e', 'e', 'e', 'e', 'e', $intern_3235, $intern_3234, $intern_3236, $intern_3404, $intern_3391, 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', $intern_3396, $intern_3310, $intern_3237, $intern_3238, $intern_3302, 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', $intern_3396, $intern_3310, $intern_3237, $intern_3238, $intern_3302, 'o', 'o', 'o', 'o', 'o', 'o', 'o', 'o', 'o', 'o', 'o', 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3405, $intern_3374, 'u', 'u', 'u', 'u', 'u', 'u', $intern_3398, $intern_3311, $intern_3240, $intern_3303, $intern_3399]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['r', 'l', $intern_1717, 'g', 'z', $intern_3247, 's', $intern_3112, $intern_3113, 'm', 'n', 'p', 'b', 'j', 'v', 'h', 'r', 'l', 'r', 'l', $intern_1717, 'g', 'z', $intern_3247, 's', $intern_3112, $intern_3113, 'm', 'n', 'p', 'b', 'j', 'v', 'h', 'r', 'l', 'r', 'l', $intern_1717, 'g', 'z', $intern_3247, 's', $intern_3112, $intern_3113, 'm', 'n', 'p', 'b', 'j', 'v', 'h', 'r', 'l', 'r', 'r', 'r', 'r', 'r', 'l', 'l', 'l', 'l', 'l', $intern_3120, $intern_3119, $intern_3400, 'zl', $intern_3148, $intern_3392, $intern_3151, $intern_3122, 'nr', $intern_3144, $intern_3143, $intern_3139, $intern_3138, $intern_3123, $intern_3384, $intern_3378, $intern_3393, $intern_3147, 'zg']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['j', 'h']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['r', 'l', $intern_1717, 'g', 'z', $intern_3247, 's', $intern_3112, $intern_3113, 'm', 'n', 'p', 'b', 'v', 'r', 'l', $intern_3113, $intern_3247, $intern_3112, $intern_3113, $intern_3247, $intern_3112, 'lth', 'lzh', 'lsh', $intern_3346, 'rzh', $intern_3298]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ["'"]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [6, 9, 5, 1]), 0.6, 0.4, 0.075, 0, null), 'Alien I'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'e', 'i', 'o', 'o', 'o', 'o', 'u', $intern_3117, $intern_3132, $intern_3115, $intern_3135, $intern_3135, $intern_3135, $intern_3369, $intern_3100, $intern_3116, $intern_3401, $intern_3401, $intern_3401, $intern_3130, $intern_3137, $intern_3133, $intern_3102, $intern_3102, $intern_3102, $intern_3241, $intern_3118, $intern_3185, $intern_3185, $intern_3185, $intern_3231, $intern_3283, $intern_3184, $intern_3184, $intern_3184, $intern_3186, $intern_3134, $intern_3134, $intern_3134, $intern_3246, $intern_3136, $intern_3131, $intern_3282, $intern_3136, $intern_3131, $intern_3282, $intern_3136, $intern_3131, $intern_3282, $intern_3296, $intern_3117, $intern_3132, $intern_3115, $intern_3135, $intern_3135, $intern_3135, $intern_3369, $intern_3100, $intern_3116, $intern_3401, $intern_3401, $intern_3401, $intern_3130, $intern_3137, $intern_3133, $intern_3102, $intern_3102, $intern_3102, $intern_3241, $intern_3118, $intern_3185, $intern_3185, $intern_3185, $intern_3231, $intern_3283, $intern_3184, $intern_3186, $intern_3134, $intern_3134, $intern_3134, $intern_3246, $intern_3136, $intern_3131, $intern_3282, $intern_3136, $intern_3131, $intern_3282, $intern_3136, $intern_3131, $intern_3282, $intern_3296, 'aea', 'aia', 'aoa', 'aoa', 'aoa', 'aua', 'eae', 'eie', 'eoe', 'eoe', 'eoe', 'eue', 'iai', 'iei', 'ioi', 'ioi', 'ioi', 'iui', 'uau', 'ueu', 'uiu', 'uou', 'oao', 'oeo', 'oio', 'ouo', 'oao', 'oeo', 'oio', 'ouo', 'oao', 'oeo', 'oio', 'ouo', 'aei', $intern_3406, $intern_3406, $intern_3406, 'aeu', 'aie', 'aio', 'aio', 'aio', 'aiu', 'aoe', 'aoi', 'aou', 'aoe', 'aoi', 'aou', 'aoe', 'aoi', 'aou', 'aue', 'aui', 'auo', 'auo', 'auo', 'eai', 'eao', 'eao', 'eao', 'eau', 'eia', 'eio', 'eio', 'eio', 'eiu', 'eoa', 'eoi', 'eou', 'eoa', 'eoi', 'eou', 'eoa', 'eoi', 'eou', 'eua', 'eui', 'euo', 'euo', 'euo', 'iae', 'iao', 'iao', 'iao', 'iau', 'iea', 'ieo', 'ieo', 'ieo', 'ieu', 'ioa', 'ioe', 'iou', 'ioa', 'ioe', 'iou', 'ioa', 'ioe', 'iou', 'iua', 'iue', 'iuo', 'iuo', 'iuo', 'oae', 'oai', 'oau', 'oea', 'oei', 'oeu', 'oia', 'oie', 'oiu', 'oua', 'oue', $intern_3230, 'oae', 'oai', 'oau', 'oea', 'oei', 'oeu', 'oia', 'oie', 'oiu', 'oua', 'oue', $intern_3230, 'oae', 'oai', 'oau', 'oea', 'oei', 'oeu', 'oia', 'oie', 'oiu', 'oua', 'oue', $intern_3230, 'uae', 'uai', 'uao', 'uao', 'uao', 'uea', 'uei', 'ueo', 'ueo', 'ueo', 'uia', 'uie', 'uio', 'uoa', 'uoe', 'uoi', 'uio', 'uoa', 'uoe', 'uoi', 'uio', 'uoa', 'uoe', 'uoi']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['m', 'n', 'r', 'w', 'h', 'v', 'f', 'l', 'y', 'm', 'n', 'r', 'w', 'h', 'v', 'f', 'l', 'y', 'm', 'n', 'r', 'w', 'h', 'v', 'f', 'l', 'y', 'm', 'n', 'r', 'w', 'h', 'v', 'f', 'l', 'y', 'm', 'n', 'r', 'w', 'h', 'v', 'f', 'l', 'y', 'hm', 'hn', $intern_3378, 'hw', $intern_3379, $intern_3368, 'hy', 'fm', 'fn', $intern_3142, 'fw', 'fv', $intern_3141, 'fy', $intern_3122, $intern_3123, $intern_3280]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['m', 'n', 'r', 'w', 'h', 'v', 'f', 'l', 'y', 'm', 'n', 'r', 'w', 'h', 'v', 'f', 'l', 'y', 'm', 'n', 'r', 'w', 'h', 'v', 'f', 'l', 'y', 'm', 'n', 'r', 'w', 'h', 'v', 'f', 'l', 'y', $intern_3157, $intern_3160, $intern_3162, 'ww', 'hh', 'vv', 'ff', $intern_3154, 'yy', $intern_3157, $intern_3160, $intern_3162, 'ww', 'hh', 'vv', 'ff', $intern_3154, 'yy', 'hm', 'hn', $intern_3378, 'hw', $intern_3379, $intern_3368, 'hy', 'fm', 'fn', $intern_3142, 'fw', 'fv', $intern_3141, 'fy', $intern_3122, $intern_3123, $intern_3280]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['m', 'n', 'r', 'h', 'v', 'f', 'l', 'm', 'n', 'r', 'h', 'v', 'f', 'l', 'm', 'n', 'r', 'h', 'v', 'f', 'l', $intern_3171, $intern_3176, $intern_3360, 'rf', 'rl', 'lm', 'ln', 'lv', 'lf']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [3, 6, 4]), 0, 0.55, 0, 0, null), 'Alien O'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', $intern_3395, 'i', 'o', 'o', 'o', $intern_3374, 'u', 'u', 'u', 'u', 'u', 'u', $intern_3399, $intern_3399]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'b', 'b', 'b', 'd', 'd', 'g', 'g', $intern_3407, 'h', 'h', 'h', 'h', $intern_3408, 'l', 'l', 'l', 'l', $intern_3409, 'm', 'm', 'm', 'm', 'm', 'n', 'n', 'n', 'n', $intern_3339, $intern_3410, 'p', 'p', 'p', 'q', 'q', 'r', 'r', 'r', $intern_3411, 's', 's', 's', 's', $intern_3341, 'v', 'v', 'v', 'v', 'w', 'w', 'w', 'w', $intern_3412, 'y', 'y', 'y', 'y', $intern_3372]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'b', 'b', 'b', 'd', 'd', 'g', 'g', $intern_3407, 'h', 'h', 'h', 'h', $intern_3408, 'l', 'l', 'l', 'l', $intern_3409, 'm', 'm', 'm', 'm', 'm', 'n', 'n', 'n', 'n', $intern_3339, $intern_3410, 'p', 'p', 'p', 'q', 'q', 'r', 'r', 'r', $intern_3411, 's', 's', 's', 's', $intern_3341, 'v', 'v', 'v', 'v', 'w', 'w', 'w', 'w', $intern_3412, 'y', 'y', 'y', 'y', $intern_3372]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'b', 'b', 'b', 'd', 'd', 'g', 'g', $intern_3407, 'l', 'l', 'l', 'l', $intern_3409, 'm', 'm', 'm', 'm', 'm', 'n', 'n', 'n', 'n', $intern_3339, $intern_3410, 'p', 'p', 'p', 'r', 'r', 'r', $intern_3411, 's', 's', 's', 's', $intern_3341, 'v', 'v', 'v', 'v']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['emb', 'embrid', 'embra\u014B', 'e\u014B', 'e\u014Bul', 'e\u014Bov', 'e\u1E83ul', 'e\u1E83uld', 'e\u1E83ulb', 'evi\u015B', 'evim', 'e\u0142urn', 'e\u0142av', 'egi\u0121', 'ergi\u0121', 'elgi\u0121', 'e\u0155u', 'e\u0155up', 'e\u0155ulm', 'e\u0155uv', 'e\u0127ul', 'e\u0127id', 'e\u0127i\u014B', 'ey\xFC', 'ey\xFCr', 'ey\xFCrl', 'ey\xFCld', 'ey\xFCns', 'eq\xE4', 'eq\xE4p', 'eq\xE4\u0121', 'esu', 'esumb', 'esulg', 'esurl', 'e\u015Bo', 'e\u015Bold', 'e\u015Bolg', 'e\u015Bu', 'e\u015Bur', 'e\u015Bu\u014B', 'e\xF1u', 'e\xF1uns', 'e\xF1urn', 'e\xF1o', 'e\xF1olb', 'e\xF1ols']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ["'"]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [3, 4, 7, 5, 2]), 0.4, 0.15, 0.06, 0.5, null), 'Alien U'); + com_github_yellowstonegames_text_Language_DRAGON = com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'e', 'e', 'i', 'i', 'o', 'o', 'u', 'a', 'a', 'a', 'e', 'e', 'i', 'i', 'o', 'o', 'u', 'a', 'a', 'a', 'e', 'e', 'i', 'i', 'o', 'o', 'u', 'a', 'a', 'a', 'e', 'e', 'i', 'i', 'o', 'o', 'u', 'a', 'a', 'a', 'a', 'a', 'a', 'e', 'i', 'o', $intern_3116, $intern_3116, $intern_3117, $intern_3100, $intern_3130, $intern_3132, $intern_3132, $intern_3132, $intern_3115, $intern_3115, $intern_3133, $intern_3134, $intern_3134, $intern_3135, $intern_3131]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3117, $intern_3117, $intern_3117, $intern_3116, $intern_3100, $intern_3100, $intern_3100, $intern_3130, $intern_3130, $intern_3132, $intern_3132, $intern_3185, $intern_3185, $intern_3283, $intern_3283, $intern_3115, $intern_3115, $intern_3115, $intern_3115, $intern_3133, $intern_3133, $intern_3133, $intern_3134, $intern_3134, $intern_3134, $intern_3135, $intern_3131, $intern_3131, $intern_3131, $intern_3131]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_1717, 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 'p', 'r', 't', $intern_3113, 'v', 'w', 'y', 'z', $intern_1717, 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 'p', 'r', 't', $intern_3113, 'v', 'w', 'y', 'z', 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 'r', 't', $intern_3113, 'v', 'z', 'd', 'f', 'g', 'h', 'k', 'l', 'n', 'r', 't', $intern_3113, 'v', 'z', 'd', 'f', 'g', 'h', 'l', 'k', 'l', 'n', 'r', 't', $intern_3113, 'v', 'z', 'd', 'g', 'h', 'k', 'l', 'n', 'r', 't', $intern_3113, 'v', 'z', 'd', 'g', 'h', 'k', 'l', 'n', 'r', 't', $intern_3113, 'v', 'z', 'd', 'g', 'k', 'l', 'r', 't', 'd', 'g', 'k', 'l', 'r', 't', 'd', 'g', 'k', 'l', 'r', 't', 'k', 'k', 't', 't', 'v', 'k', 'k', 't', 't', $intern_3113, 'k', 'k', 't', 't', $intern_1717, $intern_3140, $intern_3142, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3142, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3142, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3120, $intern_3124, $intern_3150, $intern_3140, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3120, $intern_3124, $intern_3150]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['rch', $intern_3243, $intern_3168, $intern_3128, $intern_3171, $intern_3176, $intern_3175, $intern_3188, $intern_3346, $intern_3360, 'rw', 'rz', 'rch', $intern_3243, $intern_3168, $intern_3128, $intern_3171, $intern_3176, $intern_3175, $intern_3188, $intern_3346, $intern_3360, 'rw', 'rz', 'rdr', 'rgr', 'rkr', 'rtr', 'rthr', $intern_3170, $intern_3127, 'lv', 'lz', $intern_3129, $intern_3173, $intern_3129, $intern_3173, $intern_3129, $intern_3173, $intern_3129, $intern_3173, $intern_3158, $intern_3345, $intern_3158, $intern_3345, $intern_3158, $intern_3345, $intern_3121, 'ngr', 'nkr', 'ntr', 'nthr', $intern_3108, $intern_3125, 'lh', 'mh', $intern_3403, $intern_3187, 'dch', $intern_3300, 'dk', 'dth', 'dv', $intern_1730, 'kch', 'kg', 'kd', 'kth', 'kv', 'kz', 'gch', $intern_3386, 'gk', 'gth', 'gv', 'gz', $intern_3169, 'tg', $intern_3370, 'ty', 'tv', 'tz', 'zm', 'zn', 'zk', $intern_3393, 'zt', 'zg', 'zd', $intern_1717, 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 'p', 'r', 't', $intern_3113, 'v', 'w', 'y', 'z', $intern_1717, 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 'p', 'r', 't', $intern_3113, 'v', 'w', 'y', 'z', 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 'r', 't', $intern_3113, 'v', 'z', 'd', 'f', 'g', 'h', 'k', 'l', 'n', 'r', 't', $intern_3113, 'v', 'z', 'd', 'f', 'g', 'h', 'k', 'l', 'n', 'r', 't', $intern_3113, 'v', 'd', 'g', 'k', 'l', 'n', 'r', 't', $intern_3113, 'v', 'd', 'g', 'k', 'l', 'n', 'r', 't', $intern_3113, 'v', 'd', 'g', 'k', 'l', 'r', 't', 'd', 'g', 'k', 'l', 'r', 't', 'd', 'g', 'k', 'l', 'r', 't', 'k', 'k', 't', 't', 'r', 'k', 'k', 't', 't', 'r', 'k', 'k', 't', 't', 'r', $intern_3140, $intern_3142, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3142, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3142, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3120, $intern_3124, $intern_3150, $intern_3140, $intern_3120, $intern_3378, $intern_3124, $intern_3150, $intern_3151, $intern_3140, $intern_3120, $intern_3124, $intern_3150]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['z', 'z', 'z', 't', 't', 't', 'n', 'r', 'k', $intern_3113]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['iamat', 'at', $intern_3181, 'ok', 'iok', 'ioz', 'ez', $intern_3182, 'ioth', 'aaz', 'iel']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [2, 7, 10, 3]), 0.14, 0.04, 0, 0.11, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Dragon'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_github_yellowstonegames_text_Language_DRAGON.com_github_yellowstonegames_text_Language_openingVowels, com_github_yellowstonegames_text_Language_DRAGON.com_github_yellowstonegames_text_Language_midVowels, com_github_yellowstonegames_text_Language_DRAGON.com_github_yellowstonegames_text_Language_openingConsonants, com_github_yellowstonegames_text_Language_DRAGON.com_github_yellowstonegames_text_Language_midConsonants, com_github_yellowstonegames_text_Language_DRAGON.com_github_yellowstonegames_text_Language_closingConsonants, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['ik', 'ak', 'ek', 'at', $intern_3245, 'ik', 'ak', 'ek', 'at', $intern_3245, 'ik', 'ak', 'ek', 'at', $intern_3245, 'et', $intern_3181, 'ark', 'irk', 'erk']), com_github_yellowstonegames_text_Language_DRAGON.com_github_yellowstonegames_text_Language_vowelSplitters, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 11, 1]), 0.1, 0, 0, 0.22, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Kobold'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'u', 'u']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['t', 'k', 'g', $intern_3112, 's', 'x', 'r', $intern_3126, $intern_3150, $intern_3124, $intern_3120, $intern_3392, $intern_3146, $intern_3145, $intern_3150, $intern_3124, $intern_3146, $intern_3145, $intern_3150, $intern_3124, $intern_3146, $intern_3145, 't', 'k', 'g', $intern_3112, 's', 'x', 'r', $intern_3126, 't', 'k', 'r', $intern_3126, $intern_3126, 't', 'k', 'r', $intern_3150, $intern_3124, 't', 'k', 'r', $intern_3150, $intern_3124, 't', 'k', 'r', $intern_3150, $intern_3124, 't', 'k', 't', 'k', 't', 'k', 't', 'k', 't', 'k', 't', 'k']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3162, $intern_3162, $intern_3162, $intern_3162, $intern_3162, $intern_3162, $intern_3162, $intern_3162, $intern_3162, $intern_3162, $intern_3188, $intern_3128, $intern_3168, $intern_3298, $intern_3365, 'rx', $intern_3177, 'xt', 'xk', 'xg', 'xr', 'sts', $intern_3381, $intern_1770, 'sks']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['t', 'k', 'g', $intern_3112, 's', 'x', 'r', $intern_3126, 't', 'k', 'g', $intern_3112, 's', 'x', 'r', $intern_3126, $intern_3188, $intern_3128, $intern_3168, $intern_3298, $intern_3365, 'rx', $intern_3177, 't', 't', 't', 't', 't', 't', 'k', 'k', 'k', 'k', 'k', 'k', 'x', 'x', $intern_3162, $intern_3162, $intern_3162]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [6, 4, 2, 1]), 0.3, 0.1, 0, 0, null), 'Insect'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3301, $intern_3301, 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'u', 'u', $intern_3100, $intern_3116, $intern_3116, $intern_3116, $intern_3401, $intern_3401, $intern_3401, $intern_3401, $intern_3130, $intern_3100, $intern_3116, $intern_3116, $intern_3116, $intern_3401, $intern_3401, $intern_3401, $intern_3401, $intern_3130, '\u0101e', $intern_3413, $intern_3413, $intern_3413, $intern_3414, $intern_3414, $intern_3414, $intern_3414, $intern_3415, $intern_3184, $intern_3102, $intern_3131, $intern_3100, $intern_3116, $intern_3116, $intern_3116, $intern_3401, $intern_3401, $intern_3401, $intern_3401, $intern_3130, $intern_3100, $intern_3116, $intern_3116, $intern_3116, $intern_3401, $intern_3401, $intern_3401, $intern_3401, $intern_3130, '\u0101e', $intern_3413, $intern_3413, $intern_3413, $intern_3414, $intern_3414, $intern_3414, $intern_3414, $intern_3415, $intern_3184, $intern_3102, $intern_3131, '\u0101a', '\u0101oi', '\u0101oe', '\u0101ou', '\u0101a', '\u0101oi', '\u0101oe', '\u0101ou', $intern_3132, $intern_3118, $intern_3118, $intern_3118, $intern_3185, $intern_3185, $intern_3185, $intern_3231, 'eae', 'eai', 'eao', 'e\u0101', 'e\u0101e', 'e\u0101i', 'e\u0101o', 'eoi', 'eoe', 'eou', $intern_3115, $intern_3115, $intern_3133, $intern_3134, $intern_3134, $intern_3246, 'iae', 'iai', 'iao', 'iau', 'i\u0101', 'i\u0101e', 'i\u0101i', 'i\u0101o', 'i\u0101u', 'ioi', 'ioe', 'iou', $intern_3135, $intern_3135, $intern_3135, $intern_3135, 'oae', 'oai', 'oao', 'oau', $intern_3416, $intern_3416, 'o\u0101e', 'o\u0101i', 'o\u0101o', 'o\u0101u', $intern_3135, $intern_3135, $intern_3135, $intern_3135, 'oae', 'oai', 'oao', 'oau', $intern_3416, $intern_3416, 'o\u0101e', 'o\u0101i', 'o\u0101o', 'o\u0101u', $intern_3369, $intern_3241, $intern_3186, $intern_3282, 'uae', 'uai', 'uao', 'uau', $intern_3417, 'u\u0101e', 'u\u0101i', 'u\u0101o', 'u\u0101u', 'uoi', 'uoe', 'uou', 'aea', 'aea', 'aei', 'aei', 'aei', $intern_3406, $intern_3406, $intern_3406, 'aeu', 'aia', 'aia', 'aia', 'aia', 'aie', 'aio', 'aio', 'aiu', 'aoa', 'aoa', 'aua', 'aua', 'aue', 'aue', 'aue', 'aui', 'aui', 'auo', '\u0101ea', '\u0101ea', $intern_3418, $intern_3418, $intern_3418, $intern_3419, $intern_3419, $intern_3419, '\u0101eu', $intern_3420, $intern_3420, $intern_3420, $intern_3420, '\u0101ie', '\u0101io', '\u0101io', '\u0101iu', '\u0101oa', '\u0101oa', '\u0101ua', '\u0101ua', $intern_3421, $intern_3421, $intern_3421, '\u0101ui', '\u0101ui', '\u0101uo']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['h', 'h', 'k', 'k', 'm', 'm', 'm', 'm', 'n', 'n', 'p', 'p', 'r', 'r', 'r', 'r', 'r', 't', 't', 't', 't', 'w', 'w', $intern_3129, 'wh', 'wh', 'wh', 'h', 'k', 'm', 'm', 'm', 'm', 'n', 'n', 'p', 'p', 'r', 'r', 'r', 'r', 'r', 't', 't', 't', 't', 'w', 'w', 'wh', 'wh', 'wh']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['h', 'k', 'k', 'k', 'm', 'n', 'n', 'n', 'p', 'p', 'p', 'p', 'p', 'r', 'r', 'r', 't', 't', 't', 'w', $intern_3129, $intern_3129, $intern_3129, $intern_3129, 'wh', 'wh']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 5, 4, 2]), 0.2, 1, 0, 0, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Maori'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_$addModifiers__Lcom_github_yellowstonegames_text_Language_2_3Lcom_github_yellowstonegames_text_Language$Modifier_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'i', 'i', 'i', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'u', 'u']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'a', 'a', 'a', 'a', 'a', 'a', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'a', 'a', 'a', 'a', 'a', 'a', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'a', 'a', 'a', 'a', 'a', 'a', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'a', 'a', 'a', 'a', 'a', 'a', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'a', 'a', 'a', 'a', 'a', 'a', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', 'a', 'a', 'a', 'a', 'a', 'a', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'o', 'o', 'e', 'e', 'e', 'e', 'e', $intern_3116, $intern_3116, $intern_3185, $intern_3115, $intern_3115, $intern_3133, $intern_3134, $intern_3246, $intern_3184, $intern_3186, $intern_3241, $intern_3369, $intern_3116, $intern_3116, $intern_3185, $intern_3115, $intern_3115, $intern_3133, $intern_3134, $intern_3246, $intern_3184, $intern_3186, $intern_3241, $intern_3369, $intern_3116, $intern_3116, $intern_3185, $intern_3115, $intern_3115, $intern_3133, $intern_3134, $intern_3246, $intern_3184, $intern_3186, $intern_3241, $intern_3369, '\xE1i', 'a\xED', '\xE9o', '\xEDa', 'i\xE1', '\xEDe', 'i\xE9', '\xEDo', '\xEDu', 'o\xED', 'u\xED', 'u\xE9', 'u\xE1', $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3234, $intern_3310, $intern_3312]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'c', $intern_1717, 'd', 'f', 'g', 'gu', 'h', 'j', 'l', 'm', 'n', 'p', $intern_3111, 'r', 's', 't', 'v', 'z', 'b', 's', 'z', 'r', 'n', 'h', 'j', 'j', 's', 'c', 'r', 'b', 's', 'z', 'r', 'n', 'h', 'j', 's', 'c', 'r', 'b', 's', 'r', 'n', 'h', 'j', 's', 'c', 'r', 'n', 's', 'l', 'c', 'n', 's', 'l', 'c', $intern_3139, $intern_3120, $intern_3142]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3339, $intern_3162, $intern_3154, $intern_3339, $intern_3162, $intern_3154, $intern_3156, $intern_3121, $intern_3129, 'nqu', 'rqu', 'zqu', 'zc', $intern_3243, $intern_3165, $intern_3188, $intern_3188, 'rc', 'sm', 'sd']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['r', 'n', 's', 's', 'r', 'n', 's', 's', 'r', 'n', 's', 's', 'r', 'n', 's', 's', 'r', 'n', 's', 'r', 'n', 's', 'r', 'n', 's', 'r', 'n', 's']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3190, 'ez', $intern_3180, $intern_3180, $intern_3180, $intern_3180, $intern_3180, 'ador', 'edor', 'ando', 'endo', 'indo', $intern_3248, 'as', 'amos', 'an', 'oy', $intern_2031, $intern_3178, $intern_3180, 'emos', 'en', 'e', $intern_3388, $intern_3180, 'imos', 'en', $intern_3134, 'o', 'a', 'o', 'a', 'o', 'a', 'o', 'a', 'os', 'as', 'os', 'as', 'os', 'as']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [4, 5, 3, 1]), 0.1, 1, 0, 0.3, com_github_yellowstonegames_text_Language_genericSanityChecks), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Modifier_12_1classLit, 1), $intern_144, 118, 0, [new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('([aeou\xE1\xE9\xF3\xFA])i$', '$1y'), new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('([qQ])ua', '$1ue'), new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('([qQ])u\xE1', '$1u\xE9'), new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('([qgQG])u[ouy]', '$1ui'), new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('([qgQG])u[\xF3\xFA]', '$1u\xED')])), 'Spanish'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', 'a', 'a', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', 'a', 'a', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', 'a', 'a', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', 'a', 'a', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', $intern_3117, $intern_3117, $intern_3136, $intern_3136, $intern_3136, $intern_3136, $intern_3296, $intern_3296, $intern_3296, $intern_3296, $intern_3117, $intern_3117, $intern_3136, $intern_3136, $intern_3136, $intern_3136, $intern_3296, $intern_3296, $intern_3296, $intern_3296, $intern_3422, $intern_3422, 'oh', 'oh', 'oh', 'oh', 'uh', 'uh', 'uh', 'uh', 'aah', 'ooh', 'ooh', 'uuh', 'uuh']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['m', $intern_3129, 'r', 'x', 'y', 'z', 'v', 'l', 'm', $intern_3129, 'r', 'x', 'y', 'z', 'v', 'l', 'm', $intern_3129, 'r', 'x', 'y', 'z', 'v', 'l', 'm', $intern_3129, 'r', 'x', 'y', 'z', 'v', 'l', 'm', $intern_3129, 'r', 'x', 'y', 'z', 'v', 'l', 'm', $intern_3129, 'r', 'z', 'l', 'm', $intern_3129, 'r', 'z', 'l', 'm', $intern_3129, 'r', 'z', 'l', 'm', $intern_3129, 'r', 'z', 'l', $intern_3122, $intern_3123, $intern_3280, $intern_3400, 'mw', 'vw', 'ly', 'zw', 'zl', $intern_3384]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['m', $intern_3129, 'r', 'x', 'z', 'v', 'l', 'm', $intern_3129, 'r', 'x', 'z', 'v', 'l', 'm', $intern_3129, 'r', 'x', 'z', 'v', 'l', 'm', $intern_3129, 'r', 'x', 'z', 'v', 'l', $intern_3171, 'rng', 'rx', 'rz', $intern_3360, 'rl', 'lm', 'lx', 'lz', 'lv']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ["'"]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [3, 6, 5, 1]), 0.18, $intern_163, 0.07, 0, null), 'Deep Speech'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_$addModifiers__Lcom_github_yellowstonegames_text_Language_2_3Lcom_github_yellowstonegames_text_Language$Modifier_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', $intern_3309, $intern_3309, $intern_3130, 'e', 'e', 'e', $intern_3234, $intern_3234, $intern_3118, 'ey', 'i', 'i', $intern_3310, $intern_3310, 'y', 'y', $intern_3372, $intern_3372, 'o', 'o', 'o', $intern_3312, $intern_3312, 'u', 'u', 'u', $intern_3311, $intern_3311, $intern_3373, $intern_3373, $intern_3373, $intern_3374, $intern_3374]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', $intern_3138, $intern_3139, 'bj', 'd', $intern_3140, 'dj', $intern_3375, $intern_3376, $intern_3377, 'f', $intern_3141, 'flj', $intern_3142, 'fn', 'fj', 'g', $intern_3152, 'gj', 'h', 'hj', $intern_3368, $intern_3378, $intern_3379, 'j', 'k', $intern_3380, $intern_3124, 'kn', 'kj', 'l', 'lj', 'm', $intern_3295, 'n', $intern_3286, 'p', $intern_3143, $intern_3144, 'pj', 'r', $intern_3349, 's', 'sj', $intern_3148, $intern_3149, $intern_3147, $intern_3146, $intern_1770, $intern_3381, 'skj', $intern_3382, $intern_3383, 't', 'tj', 'v', $intern_3384, $intern_3123, 'vj', $intern_3385, '\xFEl', '\xFEr', 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'f', $intern_3141, 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', 'l', 'm', $intern_3295, 'n', 'r', 's', $intern_3146, 't', $intern_3385, $intern_3375, 'd', 'd', 'f', 'f', $intern_3141, 'g', 'g', 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', $intern_3380, 'l', 'n', 'r', 'r', 's', $intern_3146, 't', 't', 'd', 'd', 'f', 'f', $intern_3141, 'g', 'g', 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', $intern_3380, 'l', 'n', 'r', 'r', 's', $intern_3146, 't', 't', 'd', 'd', 'f', 'f', $intern_3141, 'g', 'g', 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', $intern_3380, 'l', 'n', 'r', 'r', 's', $intern_3146, 't', 't', 'd', 'd', 'f', 'f', $intern_3141, 'g', 'g', 'g', $intern_3119, $intern_3120, 'k', 'h', $intern_3378, 'n', 'k', $intern_3380, 'l', 'n', 'r', 'r', 's', $intern_3146, 't', 't']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3299, 'bf', 'bg', 'bk', $intern_3138, 'bp', $intern_3139, 'bt', 'bv', 'bm', 'bn', 'b\xF0', 'bj', 'db', 'df', $intern_3300, 'dk', 'dl', 'dp', $intern_3140, 'dt', 'dv', 'dm', 'dn', 'd\xF0', 'd\xFE', 'dj', 'ndk', 'ndb', 'ndg', 'ndl', 'nds', 'nds', $intern_3376, $intern_3377, '\xF0k', '\xF0j', '\xF0g', '\xF0d', '\xF0b', '\xF0p', '\xF0s', 'fb', 'fd', 'fg', 'fk', $intern_3141, 'fp', $intern_3142, 'fs', 'ft', 'fv', 'fm', 'fn', 'f\xF0', 'fj', 'gb', $intern_3386, 'gf', 'gk', $intern_3119, 'gp', $intern_3120, 'gt', 'gv', 'gm', $intern_3152, 'g\xF0', 'gj', 'h', 'hj', $intern_3368, $intern_3378, $intern_3379, 'kb', 'kd', 'kf', 'kp', 'kv', 'km', 'kn', 'k\xF0', $intern_3380, $intern_3124, 'nkj', 'nkr', 'nkl', 'lbr', 'ldr', 'lfr', $intern_3153, 'lgr', 'lj', 'lkr', 'ln', 'ls', $intern_3155, 'lv', 'l\xF0', 'l\xF0r', 'l\xFE', $intern_3156, $intern_3294, $intern_3293, 'mg', 'ml', $intern_3172, $intern_3122, $intern_3290, 'mt', 'mv', 'm\xF0', 'm\xFE', $intern_3295, $intern_3285, 'nl', $intern_3288, 'nr', $intern_3289, 'n\xF0', 'n\xFE', $intern_3286, 'ngl', 'ngb', 'ngd', 'ngk', 'ngp', 'ngt', 'ngv', 'ngm', 'ng\xF0', 'ng\xFE', 'ngr', 'mbd', 'mbg', 'mbs', 'mbt', 'ldg', 'ldn', 'ldk', 'lds', 'r\xF0n', 'r\xF0l', 'g\xF0s', 'g\xF0r', 'pb', 'pd', 'pg', 'pk', $intern_3143, $intern_3144, $intern_3161, 'psj', 'p\xF0', 'pj', 'rl', 'rbr', 'rdr', $intern_3168, 'rgr', 'rkr', 'rpr', $intern_3365, $intern_3177, 'rtr', $intern_3360, $intern_3349, 'sb', 'sbr', 'sd', 'sdr', 'sf', 'sfj', 'sg', $intern_3381, 'skl', 'sm', $intern_3149, $intern_1770, 'sv', $intern_3383, $intern_3382, 'sj', $intern_3150, 'tn', 'tb', 'td', 'tg', 'tv', 'tf', 'tj', $intern_3370, 'tm', 'tp']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3281, $intern_3154, $intern_3160, 'pp', $intern_3164, $intern_3281, $intern_3154, $intern_3160, 'pp', $intern_3164, 'bs', 'ds', 'gs', 'x', $intern_3176, $intern_3152, 'gt', 'gs', $intern_3387, $intern_3371, $intern_3158, $intern_3121, $intern_3173, $intern_3158, $intern_3129, 'ngs', $intern_3159, $intern_3161, 'pk', 'pt', 'pts', $intern_3244, 'ld', 'lf', $intern_3170, 'lm', 'lp', 'lps', $intern_3127, $intern_3176, $intern_3165, $intern_3243, $intern_3128, $intern_3175, $intern_3188, $intern_3171, 'r\xF0', 'r\xFE', $intern_3145, $intern_3147, $intern_3146, $intern_3126, 'b', 'd', $intern_3375, 'f', 'g', $intern_3152, 'h', 'k', $intern_3173, 'l', 'm', 'n', $intern_3129, 'p', 'r', 's', $intern_3147, $intern_3146, $intern_3382, $intern_3383, 't', 'v', $intern_3385, 'b', 'd', $intern_3375, 'f', 'g', $intern_3152, 'h', 'k', $intern_3173, 'l', 'm', 'n', $intern_3129, 'p', 'r', 's', $intern_3147, $intern_3146, $intern_3382, $intern_3383, 't', 'v', $intern_3385, 'b', 'd', $intern_3375, 'f', 'g', $intern_3152, 'h', 'k', $intern_3173, 'l', 'm', 'n', $intern_3129, 'p', 'r', 's', $intern_3147, $intern_3146, $intern_3382, $intern_3383, 't', 'v', $intern_3385, 'b', 'b', 'b', 'd', 'd', 'd', 'f', 'f', 'f', 'g', 'g', 'k', 'k', $intern_3173, 'l', 'n', $intern_3129, 'p', 'p', 'r', 'r', 'r', 's', 's', $intern_3146, 't', 't', 'b', 'b', 'b', 'd', 'd', 'd', 'f', 'f', 'f', 'g', 'g', 'k', 'k', $intern_3173, 'l', 'n', $intern_3129, 'p', 'p', 'r', 'r', 'r', 's', 's', $intern_3146, 't', 't', 'b', 'b', 'b', 'd', 'd', 'd', 'f', 'f', 'f', 'g', 'g', 'k', 'k', $intern_3173, 'l', 'n', $intern_3129, 'p', 'p', 'r', 'r', 'r', 's', 's', $intern_3146, 't', 't']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['etta', 'e\xFEa', 'uinn', 'ing', 'ard', 'eign', 'ef', 'efs', 'eg', $intern_3388, $intern_3388, $intern_3388, $intern_3388, $intern_3389, $intern_3389, $intern_3248, $intern_3248, $intern_3248, '\xE1r', 'or', 'or', '\xF3r', '\xF6r', $intern_3190, $intern_3190, '\xF3n', 'onn', 'unn', 'ung', $intern_3181, 'ett', 'att', 'ot']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 5, 4, 3, 1]), $intern_163, 0.5, 0, 0.08, com_github_yellowstonegames_text_Language_genericSanityChecks), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Modifier_12_1classLit, 1), $intern_144, 118, 0, [(com_github_yellowstonegames_text_Language$Modifier_$clinit__V() , com_github_yellowstonegames_text_Language$Modifier_SIMPLIFY_1NORSE)])), 'Norse Simplified'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'e', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'o', 'o', 'u', 'u', 'u', 'u']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['hf', $intern_3368, 'hm', 'hn', $intern_3378, 'hs', $intern_3379, 'hw', 'hy', 'hz', $intern_3139, $intern_3124, $intern_3142, $intern_3122, 'nr', $intern_3144, $intern_3366, $intern_3392, 'zhr', 'sr', $intern_3123, $intern_3151, $intern_3393, $intern_3400, $intern_2035, 'ky', 'fy', $intern_3279, $intern_2306, 'py', 'khy', 'shy', 'zhy', $intern_3280, 'sy', 'vy', 'thy', 'zy', $intern_3138, $intern_3380, $intern_3141, 'ml', 'nl', $intern_3143, 'khl', 'shl', 'zhl', $intern_3148, $intern_3384, 'thl', 'lw', 'zl', 'bf', 'kf', 'mf', $intern_3287, 'pf', 'fsh', 'shf', $intern_3142, 'sf', $intern_3141, $intern_3142, 'fw', 'fz', 'bs', $intern_3387, 'fs', $intern_3290, $intern_3159, $intern_3161, 'skh', 'shs', $intern_3394, 'shv', $intern_3367, 'pkh', 'psh', 'pth', 'pw', 'tkh', 'tsh', 'tth', 'tw', 'sht', 'bkh', 'bsh', 'bth', 'bw', 'dkh', 'dth', 'dw', 'dzh', 'khg', 'shg', 'thg', 'gw', 'zhg', 'khk', 'thk', $intern_3284]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['hf', $intern_3368, 'hm', 'hn', $intern_3378, 'hs', $intern_3379, 'hw', 'hy', 'hz', $intern_3139, $intern_3124, $intern_3142, $intern_3122, 'nr', $intern_3144, $intern_3366, $intern_3392, 'zhr', 'sr', $intern_3123, $intern_3151, $intern_3393, $intern_3400, $intern_2035, 'ky', 'fy', $intern_3279, $intern_2306, 'py', 'khy', 'shy', 'zhy', $intern_3280, 'sy', 'vy', 'thy', 'zy', $intern_3138, $intern_3380, $intern_3141, 'ml', 'nl', $intern_3143, 'khl', 'shl', 'zhl', $intern_3148, $intern_3384, 'thl', 'lw', 'zl', 'bf', 'kf', 'mf', $intern_3287, 'pf', 'fsh', 'shf', $intern_3142, 'sf', $intern_3141, $intern_3142, 'fw', 'fz', 'bs', $intern_3387, 'fs', $intern_3290, $intern_3159, $intern_3161, 'skh', 'shs', $intern_3394, 'shv', $intern_3367, 'pkh', 'psh', 'pth', 'pw', 'tkh', 'tsh', 'tth', 'tw', 'bkh', 'bsh', 'bth', 'bw', 'dkh', 'dsh', 'dth', 'dw', 'khg', 'shg', 'thg', 'gw', 'khk', 'thk', $intern_3284, $intern_3165, $intern_3128, 'rf', $intern_3171, $intern_3176, $intern_3175, $intern_3344, $intern_3298, 'rzh', $intern_3187, $intern_3360, 'rw', 'rz', 'rl', $intern_3244, $intern_3170, 'lf', 'lm', 'ln', 'lp', 'lkh', 'lsh', 'lzh', 'lh', 'lv', 'lw', 'lz', 'lr', 'sb', $intern_3145, 'sf', 'sm', $intern_3149, $intern_3147, 'skh', 'gsh', 'dzh', $intern_3112, 'sv', 'sw', 'sz', $intern_3126, $intern_3146, $intern_3156, $intern_3294, $intern_3293, 'mf', 'tm', $intern_3359, $intern_3172, 'mkh', 'msh', 'mzh', 'mh', 'mv', 'mw', 'mt', $intern_3291, $intern_3285, $intern_3121, $intern_3173, $intern_3287, 'tn', 'mn', $intern_3288, $intern_3343, 'nsh', 'nzh', $intern_3403, $intern_3289, 'nw', $intern_3158, $intern_2307, 'zb', 'zd', 'zk', 'zf', 'zt', $intern_2307, 'zp', 'zkh', 'zhz', $intern_1730, 'hz', $intern_3393, 'zw', 'tz']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['ip', 'ik', $intern_2240, 'iz', $intern_3388, 'ikh', 'ish', $intern_3189, 'ith', 'iv', 'in', 'im', 'ib', 'if', 'ep', 'ek', $intern_3179, 'ez', $intern_3178, 'ekh', 'esh', $intern_3180, 'eth', 'ev', 'en', 'em', 'eb', 'ef', 'up', 'ud', 'uz', 'ur', 'ush', 'us', 'uth', 'uv', 'un', 'um', 'ub', 'uf']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [1, 1, 1]), 0, 0.4, 0, 1, null), 'Hletkip'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', $intern_3117, 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'u', 'u', 'u']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'p', 'p', 'p', 'f', 'f', 'f', 'f', 'f', 'm', 'm', 'm', 'm', 'm', 'm', 'n', 'n', 'n', 'n', 'n', 'r', 'r', 'r', 'r', 'r', 'r', 'h', 'h', 'h', 'h', 'h', 'h', 'h', 'h', $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, 'z', 's', 's', 's', 's', 's', 's', 's', 's', $intern_3112, $intern_3112, $intern_3112, $intern_3112, 'k', 'k', 'k', 'k', 'k', 'g', 'g', 'g', 't', 't', 't', 't', 't', 't', $intern_3113, $intern_3113, $intern_3113, 'd', 'd', 'd', 'dj', 'w', 'w', 'w', 'pt']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'p', 'p', 'p', 'pw', 'pkh', $intern_3161, $intern_3161, 'pt', 'f', 'f', 'f', 'f', 'f', 'ft', 'm', 'm', 'm', 'm', 'm', 'm', $intern_3293, $intern_3359, 'n', 'n', 'n', 'n', 'n', $intern_3343, $intern_3343, $intern_3173, $intern_3158, $intern_3159, 'r', 'r', 'r', 'r', 'r', 'r', $intern_3365, $intern_3188, 'h', 'h', 'h', 'h', 'h', 'h', 'h', 'h', $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, $intern_3109, 'khm', 'khm', 'khw', 'z', 's', 's', 's', 's', 's', 's', 's', 's', $intern_3146, $intern_3145, 'skh', $intern_3112, $intern_3112, $intern_3112, $intern_3112, $intern_3367, 'k', 'k', 'k', 'k', 'k', $intern_3284, 'g', 'g', 'g', 't', 't', 't', 't', 't', 't', $intern_3126, $intern_3113, $intern_3113, $intern_3113, 'd', 'd', 'd', 'ds', 'dj', 'w', 'w', 'w']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['m', 'n', 't', 's', 'p', $intern_3112, 'm', 'n', 't', 's', 'p', $intern_3112, 'm', 'n', 't', 's', 'p', $intern_3112, $intern_3109, 'f']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['amon', 'amun', $intern_3181, 'epsut', $intern_3189, $intern_3189, 'ipsis', 'akhti', 'eftu', 'atsut', 'amses']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['-']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [4, 7, 3, 2]), 0.5, 0.4, 0.06, 0.09, null), 'Ancient Egyptian'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3309, $intern_3309, $intern_3117, $intern_3117, $intern_3423, '\xE1a', 'e', 'e', 'e', 'e', 'e', 'e', $intern_3137, '\xE9e', $intern_3234, '\xE9\xE9', 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', $intern_3283, $intern_3424, '\xEDi', $intern_3310, 'o', 'o', 'o', 'o', 'o', 'o', 'o', $intern_3136, '\xF3\xF3', '\xF3o', $intern_3312, 'u', 'u', 'u', 'u', 'u', 'u', 'u', 'u', 'u', 'u', $intern_3296, $intern_3425, '\xFAu', $intern_3311, $intern_3115, $intern_3369, $intern_3115, $intern_3369, $intern_3115, $intern_3369, $intern_3115, $intern_3369, '\xEDa', '\xFAa']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'p', 's', 'x', 'k', 'l', 'm', 'n', 'd', 't', 'h', 'w', $intern_1717, $intern_3112, 'k', 'k', 'm', 'k', 'k', 'm', 'd', 's']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3166, 'pp', $intern_3163, $intern_3281, $intern_3154, $intern_3157, $intern_3160, $intern_3167, $intern_3164, $intern_3281, $intern_3281, $intern_3157, $intern_3281, $intern_3281, $intern_3157, $intern_3167, $intern_3163, 'b', 'p', 's', 'x', 'k', 'l', 'm', 'n', 'd', 't', 'h', 'w', $intern_1717, $intern_3112, 'k', 'k', 'm', 'k', 'k', 'm', 'd', 's', 'b', 'p', 's', 'x', 'k', 'l', 'm', 'n', 'd', 't', 'h', 'w', $intern_1717, $intern_3112, 'k', 'k', 'm', 'k', 'k', 'm', 'd', 's', 'b', 'p', 's', 'x', 'k', 'l', 'm', 'n', 'd', 't', 'h', 'w', $intern_1717, $intern_3112, 'k', 'k', 'm', 'k', 'k', 'm', 'd', 's', 'b', 'p', 's', 'x', 'k', 'l', 'm', 'n', 'd', 't', 'h', 'w', $intern_1717, $intern_3112, 'k', 'k', 'm', 'k', 'k', 'm', 'd', 's', 'b', 'p', 's', 'x', 'k', 'l', 'm', 'n', 'd', 't', 'h', 'w', $intern_1717, $intern_3112, 'k', 'k', 'm', 'k', 'k', 'm', 'd', 's', 'b', 'p', 's', 'x', 'k', 'l', 'm', 'n', 'd', 't', 'h', 'w', $intern_1717, $intern_3112, 'k', 'k', 'm', 'k', 'k', 'm', 'd', 's']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'p', 's', 'x', 'k', 'l', 'm', 'n', 'd', 't', 'h', 'w', $intern_1717, $intern_3112, 'k', 'k', 'm', 'k', 'k', 'm', 'd', 's']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['-']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4, 5]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 7, 6, 4, 2]), 0.4, 1, 0.12, 0, null), 'Crow'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', $intern_3309, $intern_3309, $intern_3309, $intern_3117, $intern_3117, $intern_3117, 'aaa', 'aaa', 'aaa', $intern_3423, $intern_3423, $intern_3426, $intern_3426, 'e', 'e', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', $intern_3310, $intern_3310, $intern_3310, $intern_3310, $intern_3283, $intern_3283, $intern_3283, 'iii', 'iii', 'iii', $intern_3424, $intern_3424, $intern_3427, $intern_3427, 'u', 'u', 'u', 'u', 'u', 'u', 'u', 'u', $intern_3311, $intern_3311, $intern_3311, $intern_3296, $intern_3296, $intern_3296, $intern_3425, $intern_3425, $intern_3428, $intern_3428, $intern_3115, $intern_3115, $intern_3115, $intern_3186, $intern_3186]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['s', 'k', 'd', 't', 'h', 'f', 'g', 'r', 'r', 'r', 'r', $intern_3125, $intern_1717, $intern_3145, $intern_3146, $intern_3381, $intern_1770, $intern_3124, $intern_3140, $intern_3150, $intern_3142, $intern_3120]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['s', 'k', 'd', 't', 'h', 'f', 'g', 'r', 'r', 'r', 'r', $intern_3125, $intern_1717, $intern_3145, $intern_3146, $intern_3381, $intern_1770, $intern_3124, $intern_3140, $intern_3150, $intern_3142, $intern_3120]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['s', 'k', 'd', 't', 'g', $intern_3125, $intern_1717]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['-']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [7, 11, 4]), 0.2, 0.5, 0.4, 0, null), 'Imp'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3116, $intern_3116, $intern_3130, 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'i', 'i', 'i', 'i', $intern_3115, $intern_3115, 'o', 'o', 'o', 'o', 'o', 'o', $intern_3131, 'u', 'u', 'u', 'u', 'u', 'u', 'u', 'u', 'u', $intern_3369, $intern_3369]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'b', 'b', 'b', $intern_1717, 'd', 'd', 'd', 'd', 'f', 'g', 'g', 'h', 'h', 'j', 'j', 'j', 'j', 'k', 'k', 'k', 'k', 'k', 'k', $intern_3109, 'l', 'l', 'l', 'l', 'l', 'l', 'l', 'm', 'm', 'm', 'm', 'n', 'n', 'n', 'p', 'p', 'p', 'p', 'p', 'r', 'r', 's', 's', 's', 's', 's', $intern_3112, $intern_3112, 't', 't', 't', 't', 'w', 'y', 'z']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'b', 'b', 'b', $intern_1717, 'd', 'd', 'd', 'd', 'f', 'g', 'g', 'h', 'h', 'h', 'h', 'h', 'j', 'j', 'j', 'k', 'k', 'k', 'k', 'k', 'k', 'k', 'k', 'k', 'kn', $intern_3109, 'l', 'l', 'l', 'l', 'l', 'l', 'l', 'm', 'm', 'm', 'm', 'm', 'm', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', $intern_3158, $intern_3158, $intern_3286, $intern_3129, $intern_3129, $intern_3129, $intern_3129, 'ngk', 'ngg', $intern_2306, $intern_2306, 'p', 'p', 'p', 'p', 'p', 'r', 'r', 'r', 'r', 'r', 'r', 'r', 'r', $intern_3165, $intern_3243, $intern_3168, $intern_3128, $intern_3365, $intern_3188, $intern_3176, $intern_3176, 's', 's', 's', 's', 's', 's', $intern_3112, $intern_3112, 't', 't', 't', 't', 't', 't', 'w', 'y', 'z']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['k', 'k', 'k', 'k', 'k', 'k', 't', 't', 't', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', $intern_3129, $intern_3129, $intern_3129, 'm', 'm', 'm', 's', 's', 'l', 'l', 'l', 'l', 'l', 'h', 'h']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['uk', 'uk', 'ok', 'an', 'at', 'ul', 'ang', 'ih', $intern_3245, $intern_3189, 'ung', 'un', $intern_3422]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 3, 2]), 0.2, $intern_163, 0, 0.2, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Malay'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'a', 'a', 'a', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'i', 'o', 'o', 'o', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'e', 'e', 'e', 'i', 'i', 'i', 'i', 'i', 'o', 'o', 'o', $intern_3429, $intern_3429, $intern_3430, $intern_3431, $intern_3432]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['l', 'r', 'n', 'm', 'v', 'b', 'd', 's', $intern_3113, $intern_3112, 'z', 'h', 'y', 'w', 'j', 'l', 'r', 'n', 'm', 'v', 'b', 'd', 's', $intern_3113, $intern_3112, 'z', 'h', 'y', 'w', 'j', 'l', 'r', 'n', 'm', 'v', 'b', 'd', 's', $intern_3113, $intern_3112, 'z', 'h', 'y', 'w', 'j', 'n', 'm', 'v', 's', 'z', 'h', 'y', 'w', 'j', 'n', 'm', 'v', 's', 'z', 'h', 'y', 'w', 'j', 'n', 'm', 's', 'h', 'y', 'j', 'n', 'm', 's', 'h', 'y', 'j', 'n', 'm', 's', 'h', 'y', 'j', 'h', 'h', 'h', 'h', 'h', 'h', 'h', 'h', 'm', 'm', 'm', 'm', 'm', 'm', $intern_3280, 'ly', $intern_2035, 'dy', $intern_2306, $intern_3279, 'vy', $intern_2035, 'dy', 'sy', 'zy', $intern_3138, $intern_3139, $intern_3140, 'shl', $intern_3392, $intern_3378]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['j', 'j', 'j', 'mh', $intern_3156, $intern_3294, $intern_3122, $intern_3290, $intern_3291, 'mv', $intern_3403, $intern_3285, $intern_3121, 'nr', $intern_3159, $intern_2307, $intern_3289, $intern_3247, 'zb', 'zd', $intern_3400, $intern_3393, $intern_3299, 'db', 'bm', 'bn', 'dm', 'dn', $intern_3280, 'ly', $intern_2035, 'dy', $intern_2306, $intern_3279, 'vy', $intern_2035, 'dy', 'sy', 'zy', 'wy', 'jy', $intern_3138, $intern_3139, $intern_3140, 'shl', $intern_3392, $intern_3378]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['l', 'r', 'n', 'm', 'v', 'b', 'd', 's', $intern_3113, $intern_3112, 'z', 'l', 'r', 'n', 'm', 'v', 'b', 'd', 's', $intern_3113, $intern_3112, 'l', 'r', 'n', 'm', 'v', 'b', 'd', $intern_3113, 'l', 'r', 'n', 'm', 'b', 'd', $intern_3113, 'r', 'n', 'm', 'r', 'n', 'm', 'r', 'n', 'm', 'r', 'n', 'm', 'r', 'n', 'm', 'r', 'n', 'm']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['am', 'an', $intern_3248, 'av', 'em', 'el', 'ez', 'eth', 'ev', $intern_3180, 'im', $intern_2240, 'in', 'oth', 'om', $intern_3248, 'el', $intern_3180, 'im', 'oth', '\u0103yom', '\u0115zra', '\u012Ddniv', '\u014Flor', 'evy\u0103d', 'iy\u0115r', 'ab\u012Dl', 'onr\u014Fv']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ["'"]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [5, 6, 2]), 0.45, 0.1, 0.04, 0.14, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Celestial'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3301, $intern_3404, $intern_3302, $intern_3405, $intern_3303, $intern_3301, $intern_3302, $intern_3405, $intern_3303, $intern_3433, $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3310, $intern_3312, $intern_3311, $intern_3434, $intern_3435, $intern_3436, $intern_3437, $intern_3438, $intern_3439, $intern_3435, $intern_3437, $intern_3438, $intern_3439, $intern_3440, $intern_3232, $intern_3235, $intern_3396, $intern_3397, $intern_3398, $intern_3232, $intern_3396, $intern_3397, $intern_3398, $intern_3441, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', $intern_3402, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', $intern_3402]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3301, $intern_3404, $intern_3302, $intern_3405, $intern_3303, $intern_3301, $intern_3302, $intern_3405, $intern_3303, $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3310, $intern_3312, $intern_3311, $intern_3435, $intern_3436, $intern_3437, $intern_3438, $intern_3439, $intern_3435, $intern_3437, $intern_3438, $intern_3439, $intern_3232, $intern_3235, $intern_3396, $intern_3397, $intern_3398, $intern_3232, $intern_3396, $intern_3397, $intern_3398, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', $intern_3301, $intern_3404, $intern_3302, $intern_3405, $intern_3303, $intern_3301, $intern_3302, $intern_3405, $intern_3303, $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3310, $intern_3312, $intern_3311, $intern_3435, $intern_3436, $intern_3437, $intern_3438, $intern_3439, $intern_3435, $intern_3437, $intern_3438, $intern_3439, $intern_3232, $intern_3235, $intern_3396, $intern_3397, $intern_3398, $intern_3232, $intern_3396, $intern_3397, $intern_3398, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', $intern_3301, $intern_3404, $intern_3302, $intern_3405, $intern_3303, $intern_3301, $intern_3302, $intern_3405, $intern_3303, $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3310, $intern_3312, $intern_3311, $intern_3435, $intern_3436, $intern_3437, $intern_3438, $intern_3439, $intern_3435, $intern_3437, $intern_3438, $intern_3439, $intern_3232, $intern_3235, $intern_3396, $intern_3397, $intern_3398, $intern_3232, $intern_3396, $intern_3397, $intern_3398, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', $intern_3301, $intern_3404, $intern_3302, $intern_3405, $intern_3303, $intern_3301, $intern_3302, $intern_3405, $intern_3303, $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3310, $intern_3312, $intern_3311, $intern_3435, $intern_3436, $intern_3437, $intern_3438, $intern_3439, $intern_3435, $intern_3437, $intern_3438, $intern_3439, $intern_3232, $intern_3235, $intern_3396, $intern_3397, $intern_3398, $intern_3232, $intern_3396, $intern_3397, $intern_3398, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', $intern_3301, $intern_3404, $intern_3302, $intern_3405, $intern_3303, $intern_3301, $intern_3302, $intern_3405, $intern_3303, $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3310, $intern_3312, $intern_3311, $intern_3435, $intern_3436, $intern_3437, $intern_3438, $intern_3439, $intern_3435, $intern_3437, $intern_3438, $intern_3439, $intern_3232, $intern_3235, $intern_3396, $intern_3397, $intern_3398, $intern_3232, $intern_3396, $intern_3397, $intern_3398, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', $intern_3301, $intern_3404, $intern_3302, $intern_3405, $intern_3303, $intern_3301, $intern_3302, $intern_3405, $intern_3303, $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3310, $intern_3312, $intern_3311, $intern_3435, $intern_3436, $intern_3437, $intern_3438, $intern_3439, $intern_3435, $intern_3437, $intern_3438, $intern_3439, $intern_3232, $intern_3235, $intern_3396, $intern_3397, $intern_3398, $intern_3232, $intern_3396, $intern_3397, $intern_3398, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', $intern_3301, $intern_3404, $intern_3302, $intern_3405, $intern_3303, $intern_3301, $intern_3302, $intern_3405, $intern_3303, $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3310, $intern_3312, $intern_3311, $intern_3435, $intern_3436, $intern_3437, $intern_3438, $intern_3439, $intern_3435, $intern_3437, $intern_3438, $intern_3439, $intern_3232, $intern_3235, $intern_3396, $intern_3397, $intern_3398, $intern_3232, $intern_3396, $intern_3397, $intern_3398, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', $intern_3301, $intern_3404, $intern_3302, $intern_3405, $intern_3303, $intern_3301, $intern_3302, $intern_3405, $intern_3303, $intern_3309, $intern_3234, $intern_3310, $intern_3312, $intern_3311, $intern_3309, $intern_3310, $intern_3312, $intern_3311, $intern_3435, $intern_3436, $intern_3437, $intern_3438, $intern_3439, $intern_3435, $intern_3437, $intern_3438, $intern_3439, $intern_3232, $intern_3235, $intern_3396, $intern_3397, $intern_3398, $intern_3232, $intern_3396, $intern_3397, $intern_3398, 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', 'a', 'e', 'i', 'o', 'u', 'a', 'i', 'o', 'u', '\u0101\xED', '\u0101\xF3', '\u0101\xFA', '\u0113\xE1', '\u012B\xE1', '\u012B\xFA', '\u014D\xE1', '\u016B\xE1', '\u016B\xE9', '\u0101\u01D0', '\u0101\u01D2', '\u0101\u01D4', '\u0113\u01CE', '\u012B\u01CE', '\u012B\u01D4', '\u014D\u01CE', '\u016B\u01CE', '\u016B\u011B', '\u0101\xEC', '\u0101\xF2', '\u0101\xF9', '\u0113\xE0', '\u012B\xE0', '\u012B\xF9', '\u014D\xE0', '\u016B\xE0', '\u016B\xE8', $intern_3413, $intern_3414, $intern_3415, '\u0113a', '\u012Ba', '\u012Bu', '\u014Da', '\u016Ba', '\u016Be', '\xE1\u012B', '\xE1\u014D', '\xE1\u016B', '\xE9\u0101', '\xED\u0101', '\xED\u016B', '\xF3\u0101', '\xFA\u0101', '\xFA\u0113', '\xE1\u01D0', '\xE1\u01D2', '\xE1\u01D4', '\xE9\u01CE', '\xED\u01CE', '\xED\u01D4', '\xF3\u01CE', '\u01D4\u01CE', '\u01D4\u011B', '\xE1\xEC', '\xE1\xF2', '\xE1\xF9', '\xE9\xE0', '\xED\xE0', '\xED\xF9', '\xF3\xE0', '\xF9\xE0', '\xF9\xE8', '\xE1i', '\xE1o', '\xE1u', '\xE9a', '\xEDa', '\xEDu', '\xF3a', $intern_3369, $intern_3241, '\u01CE\u012B', '\u01CE\u014D', '\u01CE\u016B', '\u011B\u0101', '\u01D0\u0101', '\u01D0\u016B', '\u01D2\u0101', '\u01D4\u0101', '\u01D4\u0113', '\u01CE\xED', '\u01CE\xF3', '\u01CE\xFA', '\u011B\xE1', '\u01D0\xE1', '\u01D0\xFA', '\u01D2\xE1', '\u01D4\xE1', '\u01D4\xE9', '\u01CE\xEC', '\u01CE\xF2', '\u01CE\xF9', '\u011B\xE0', '\u01D0\xE0', '\u01D0\xF9', '\u01D2\xE0', '\u01D4\xE0', '\u01D4\xE8', '\u01CEi', '\u01CEo', '\u01CEu', '\u011Ba', '\u01D0a', '\u01D0u', '\u01D2a', '\u01D4a', '\u01D4e', '\xE0\u012B', '\xE0\u014D', '\xE0\u016B', '\xE8\u0101', '\xEC\u0101', '\xEC\u016B', '\xF2\u0101', '\xF9\u0101', '\xF9\u0113', '\xE0\xED', '\xE0\xF3', '\xE0\xFA', '\xE8\xE1', '\xEC\xE1', '\xEC\xFA', '\xF2\xE1', '\xF9\xE1', '\xF9\xE9', '\xE0\u01D0', '\xE0\u01D2', '\xE0\u01D4', '\xE8\u01CE', '\xEC\u01CE', '\xEC\u01D4', '\xF2\u01CE', '\xF9\u01CE', '\xF9\u011B', '\xE0i', '\xE0o', '\xE0u', '\xE8a', '\xECa', '\xECu', '\xF2a', '\xF9a', '\xF9e', 'a\u012B', 'a\u014D', 'a\u016B', 'e\u0101', 'i\u0101', 'i\u016B', $intern_3416, $intern_3417, 'u\u0113', 'a\xED', 'a\xF3', 'a\xFA', 'e\xE1', 'i\xE1', 'i\xFA', 'o\xE1', 'u\xE1', 'u\xE9', 'a\u01D0', 'a\u01D2', 'a\u01D4', 'e\u01CE', 'i\u01CE', 'i\u01D4', 'o\u01CE', 'u\u01CE', 'u\u011B', 'a\xEC', 'a\xF2', 'a\xF9', 'e\xE0', 'i\xE0', 'i\xF9', 'o\xE0', 'u\xE0', 'u\xE8', $intern_3433, $intern_3434, $intern_3433, $intern_3434, $intern_3433, $intern_3434, $intern_3440, $intern_3441, $intern_3440, $intern_3441, $intern_3440, $intern_3441, $intern_3402, $intern_3402, $intern_3402, $intern_3402, $intern_3402, $intern_3402]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'p', 'm', 'f', 'd', 't', 'n', 'l', 'g', 'k', 'h', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'r', 'z', $intern_3126, 's', 'b', 'p', 'm', 'd', 't', 'n', 'l', 'g', 'k', 'h', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'z', $intern_3126, 's', 'b', 'p', 'm', 'd', 't', 'n', 'l', 'g', 'k', 'h', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'z', $intern_3126, 's', 'd', 't', 'g', 'k', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'z', $intern_3126, 's', 'd', 't', 'g', 'k', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'z', $intern_3126, 's']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3285, $intern_3288, $intern_3287, $intern_3121, $intern_3158, 'nl', $intern_3129, $intern_3173, $intern_3286, 'nq', 'nx', 'nzh', $intern_3174, 'nsh', $intern_2307, 'nts', $intern_3159, $intern_3285, $intern_3288, $intern_3287, $intern_3121, $intern_3158, 'nl', $intern_3129, $intern_3173, $intern_3286, 'nq', 'nx', 'nzh', $intern_3174, 'nsh', $intern_2307, 'nts', $intern_3159, 'b', 'p', 'm', 'f', 'd', 't', 'n', 'l', 'g', 'k', 'h', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'r', 'z', $intern_3126, 's', 'b', 'p', 'm', 'd', 't', 'n', 'l', 'g', 'k', 'h', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'z', $intern_3126, 's', 'b', 'p', 'm', 'd', 't', 'n', 'l', 'g', 'k', 'h', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'z', $intern_3126, 's', 'd', 't', 'g', 'k', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'z', $intern_3126, 's', 'd', 't', 'g', 'k', 'j', 'q', 'x', $intern_3247, $intern_1717, $intern_3112, 'z', $intern_3126, 's']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['n', 'n', 'n', 'n', 'n', 'n', 'n', $intern_3129, $intern_3129, $intern_3129, $intern_3129, $intern_3129, $intern_3129, 'r', 'r', 'r']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [14, 3, 1]), 0.175, 0.55, 0, 0, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Chinese Romanized'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'e', 'i', 'o', 'u', $intern_3399, 'a', 'e', 'i', 'o', 'u', $intern_3399, 'a', 'e', 'i', 'o', 'u', $intern_3399, 'a', 'e', 'i', 'o', 'u', $intern_3399, 'a', 'e', 'i', 'o', 'u', $intern_3399, 'a', 'e', 'i', 'o', 'u', $intern_3399, $intern_3116, $intern_3130, $intern_3135, $intern_3184, $intern_3116, $intern_3130, $intern_3135, $intern_3184, 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', $intern_3422, $intern_3422, $intern_3422, $intern_3422, $intern_3422, $intern_3422, $intern_3422]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['g', 'k', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', 'dl', $intern_3126, 'w', 'y', 'g', 'k', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', 'dl', $intern_3126, 'w', 'y', 'g', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', $intern_3126, 'y', 'g', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', $intern_3126, 'y', 'g', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', $intern_3126, 'y', 'g', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', $intern_3126, 'y', 'g', 'h', 'n', $intern_3111, 's', 'd', 't', 'g', 'h', 'n', $intern_3111, 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['g', 'k', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', 'dl', $intern_3126, 'w', 'y', 'g', 'k', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', 'dl', $intern_3126, 'w', 'y', 'g', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', $intern_3126, 'y', 'g', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', $intern_3126, 'y', 'g', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', $intern_3126, 'y', 'g', 'h', 'l', 'n', $intern_3111, 's', 'd', 't', $intern_3126, 'y', 'g', 'h', 'n', $intern_3111, 's', 'd', 't', 'g', 'h', 'n', $intern_3111, 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't', 'h', 'n', 's', 'd', 't', $intern_3149, $intern_3149, $intern_3146, $intern_3146, 'squ', 'squ', $intern_3113, $intern_3109, $intern_3112, $intern_3113, $intern_3109, $intern_3112, $intern_3113, $intern_3109, $intern_3112, $intern_3113, $intern_3112, $intern_3113, $intern_3112, $intern_3113, $intern_3112, $intern_3113, $intern_3112]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['s']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [4, 7, 6, 2]), 0.3, 0.96, 0, 0, null), 'Cherokee Romanized'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'e', $intern_3235, $intern_3234, $intern_3236, $intern_3391, $intern_3404, $intern_3430, 'i', $intern_3396, $intern_3310, $intern_3237, $intern_3238, $intern_3302, $intern_3431, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'u', $intern_3398, $intern_3311, $intern_3240, $intern_3399, $intern_3303, $intern_3442]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'e', $intern_3235, $intern_3234, $intern_3236, $intern_3391, $intern_3404, $intern_3430, 'i', $intern_3396, $intern_3310, $intern_3237, $intern_3238, $intern_3302, $intern_3431, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'u', $intern_3398, $intern_3311, $intern_3240, $intern_3399, $intern_3303, $intern_3442, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'e', $intern_3235, $intern_3234, $intern_3236, $intern_3391, $intern_3404, $intern_3430, 'i', $intern_3396, $intern_3310, $intern_3237, $intern_3238, $intern_3302, $intern_3431, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'u', $intern_3398, $intern_3311, $intern_3240, $intern_3399, $intern_3303, $intern_3442, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'a', $intern_3232, $intern_3309, $intern_3233, $intern_3395, $intern_3301, $intern_3429, 'e', $intern_3235, $intern_3234, $intern_3236, $intern_3391, $intern_3404, $intern_3430, 'i', $intern_3396, $intern_3310, $intern_3237, $intern_3238, $intern_3302, $intern_3431, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'o', $intern_3397, $intern_3312, $intern_3239, $intern_3374, $intern_3405, $intern_3432, 'u', $intern_3398, $intern_3311, $intern_3240, $intern_3399, $intern_3303, $intern_3442, $intern_3369, 'u\xE0', 'u\xE1', 'u\xE2', 'u\xE4', $intern_3417, 'u\u0103', $intern_3133, 'i\xE8', 'i\xE9', $intern_3390, 'i\xEB', 'i\u0113', $intern_3306, $intern_3133, 'i\xE8', 'i\xE9', $intern_3390, 'i\xEB', 'i\u0113', $intern_3306, $intern_3133, '\xECe', '\xEDe', '\xEEe', '\xEFe', '\u012Be', '\u012De', $intern_3246, '\xECu', '\xEDu', '\xEEu', '\xEFu', '\u012Bu', '\u012Du', $intern_3184, '\xF2i', '\xF3i', '\xF4i', '\xF6i', '\u014Di', '\u014Fi', $intern_3282, '\xF9o', '\xFAo', '\xFBo', '\xFCo', '\u016Bo', '\u016Do', $intern_3282, '\xF9o', '\xFAo', '\xFBo', '\xFCo', '\u016Bo', '\u016Do', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'ye', 'y\xE8', 'y\xE9', 'y\xEA', 'y\xEB', 'y\u0113', 'y\u0115']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'c', $intern_1717, 'd', $intern_3375, 'g', 'h', 'k', $intern_3109, 'l', 'm', 'n', $intern_3129, $intern_3403, 'p', $intern_3110, $intern_3111, 'r', 's', 't', $intern_3113, $intern_3150, 'v', 'x', 'b', 'c', 'd', $intern_3375, 'h', 'l', 'm', 'n', $intern_3129, 'p', $intern_3110, 't', $intern_3113, $intern_3150, 'v', 'b', 'c', 'd', $intern_3375, 'h', 'l', 'm', 'n', $intern_3129, 'p', $intern_3110, 't', $intern_3113, $intern_3150, 'v', 'b', 'c', 'd', 'h', 'l', 'm', 'n', $intern_3129, 'p', $intern_3110, 't', $intern_3113, $intern_3150, 'v', 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p', $intern_3110, $intern_3113, $intern_3150, 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p', $intern_3110, $intern_3113, $intern_3150, 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p', 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p', 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'c', $intern_1717, 'd', $intern_3375, 'g', 'h', 'k', $intern_3109, 'l', 'm', 'n', $intern_3129, $intern_3403, 'p', $intern_3110, $intern_3111, 'r', 's', 't', $intern_3113, $intern_3150, 'v', 'x', 'b', 'c', 'd', $intern_3375, 'h', 'l', 'm', 'n', $intern_3129, 'p', $intern_3110, 't', $intern_3113, $intern_3150, 'v', 'b', 'c', 'd', $intern_3375, 'h', 'l', 'm', 'n', $intern_3129, 'p', $intern_3110, 't', $intern_3113, $intern_3150, 'v', 'b', 'c', 'd', 'h', 'l', 'm', 'n', $intern_3129, 'p', $intern_3110, 't', $intern_3113, $intern_3150, 'v', 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p', $intern_3110, 't', $intern_3113, $intern_3150, 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p', $intern_3110, 't', $intern_3113, $intern_3150, 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p', 't', 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p', 't', 'b', 'c', 'd', 'l', 'n', $intern_3129, 'p']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'c', $intern_1717, 'd', $intern_3375, 'g', 'h', 'k', $intern_3109, 'm', 'm', 'n', $intern_3129, $intern_3403, 'p', $intern_1717, 'r', 's', 't', 'x', 'b', 'c', 'd', $intern_3375, 'h', 'm', 'm', 'n', $intern_3129, 'p', 'n', 't', $intern_3403, $intern_3129, 'c', 'b', 'c', 'd', $intern_3375, 'h', 'm', 'm', 'n', $intern_3129, 'p', 'n', 't', $intern_3403, $intern_3129, 'c', 'b', 'c', 'd', 'h', 'm', 'm', 'n', $intern_3129, 'p', 'n', 't', $intern_3403, $intern_3129, 'c', 'b', 'c', 'd', 'm', 'n', $intern_3129, 'p', 'n', 't', $intern_3403, $intern_3129, 'b', 'c', 'd', 'm', 'n', $intern_3129, 'p', 'n', 't', $intern_3403, $intern_3129, 'b', 'c', 'd', 'm', 'n', $intern_3129, 'p', 't', 'b', 'c', 'd', 'm', 'n', $intern_3129, 'p', 't', 'b', 'c', 'd', 'm', 'n', $intern_3129, 'p']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [37, 3, 1]), 0.04, 0.4, 0, 0, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Vietnamese'); + com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['a', 'e', 'i', 'o', 'u', 'a', 'e', 'i', 'o', 'u', 'a', 'e', 'i', 'o', 'u', $intern_3100, $intern_3118, $intern_3231, $intern_3186, 'a', 'a', 'a', 'a', 'i', 'i', 'i', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'i', 'i', 'o', 'u', 'u', 'a', 'a', 'a', 'a', 'i', 'i', 'o', 'u']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'd', 'f', 'm', 'n', 'c', 'g', $intern_3152, 'h', 'y', 'l', 'p', $intern_3111, 'r', $intern_3187, 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'g', 'h', 'y', 'l', 'p', $intern_3111, 'r', $intern_3187, 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'g', 'h', 'l', 'p', $intern_3111, 'r', $intern_3187, 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'g', 'h', 'l', 'p', $intern_3111, 'r', 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'g', 'h', 'l', 'p', $intern_3111, 'r', 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'l', 'p', $intern_3111, 'r', 's', 't', 'v', 'b', 'd', 'm', 'n', 'c', 'l', 'p', 'r', 's', 't', 'b', 'd', 'm', 'n', 'c', 'l', 'p', 'r', 's', 't', 'b', 'd', 'm', 'n', 'c', 'l', 'p', 'r', 's', 't', 'c', 'c', 'c', 'd', 'm', 'm', 'm', 's', 's', 't']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['b', 'd', 'f', 'm', 'n', 'c', 'g', $intern_3152, 'h', 'y', 'l', 'p', $intern_3111, 'r', $intern_3187, 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'g', 'h', 'y', 'l', 'p', $intern_3111, 'r', $intern_3187, 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'g', 'h', 'l', 'p', $intern_3111, 'r', $intern_3187, 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'g', 'h', 'l', 'p', $intern_3111, 'r', 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'g', 'h', 'l', 'p', $intern_3111, 'r', 's', 't', 'v', 'b', 'd', 'f', 'm', 'n', 'c', 'l', 'p', $intern_3111, 'r', 's', 't', 'v', 'b', 'd', 'm', 'n', 'c', 'l', 'p', 'r', 's', 't', 'b', 'd', 'm', 'n', 'c', 'l', 'p', 'r', 's', 't', 'b', 'd', 'm', 'n', 'c', 'l', 'p', 'r', 's', 't', 'c', 'c', 'c', 'd', 'm', 'm', 'm', 's', 's', 't', 'x', 'x', 'x', 'x', 'x', 'x', 'xc', 'xc', 'sc', 'sc', 'ct', 'ct', 'ct', 'ct', 'ct', 'ct', $intern_3121, $intern_3121, $intern_3121, $intern_3121, $intern_3121, $intern_3121, $intern_3160, $intern_3160, $intern_3162, $intern_3154, $intern_3154, $intern_3158, $intern_3158, $intern_3158, $intern_3158, $intern_3158]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['']), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['us', 'um', $intern_3189, $intern_3245, $intern_3283, 'am', 'ius', 'us', 'um', $intern_3189, $intern_3245, $intern_3283, 'am', 'ius', 'us', 'um', $intern_3189, $intern_3245, $intern_3283, 'am', 'ius', 'us', 'um', $intern_3189, $intern_3245, $intern_3283, 'am', 'ius', $intern_2240, 'in', 'ad', 'em', 'os', 'at', $intern_2240, 'in', 'ad', 'em', 'os', 'at', 'uit', 'ant', 'unt', $intern_3185]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 2, 3, 4]), com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, 1), $intern_409, 9, 15, [7, 8, 6, 1]), 0.2, 1, 0, 0.7, com_github_yellowstonegames_text_Language_genericSanityChecks), 'Latin'); + com_github_yellowstonegames_text_Language_registered = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language_12_1classLit, $intern_144, 61, com_github_yellowstonegames_text_Language_registry.com_github_tommyettinger_ds_ObjectObjectMap_size - 1, 0, 1); + com_github_yellowstonegames_text_Language_registeredNames = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, com_github_yellowstonegames_text_Language_registered.length, 6, 1); + for (i = 0; i < com_github_yellowstonegames_text_Language_registered.length; i++) { + com_github_yellowstonegames_text_Language_registeredNames[i] = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(com_github_tommyettinger_ds_ObjectObjectOrderedMap_$keyAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(com_github_yellowstonegames_text_Language_registry, i + 1)); + com_github_yellowstonegames_text_Language_registered[i] = com_github_tommyettinger_ds_ObjectObjectOrderedMap_$getAt__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2ILjava_lang_Object_2(com_github_yellowstonegames_text_Language_registry, i + 1); + } +} + +function com_github_yellowstonegames_text_Language_$addAccents__Lcom_github_yellowstonegames_text_Language_2DDLcom_github_yellowstonegames_text_Language_2(this$static, vowelInfluence, consonantInfluence){ + var cc, cs, mc, mv, oc, ov, rng; + vowelInfluence = $wnd.Math.max(0, $wnd.Math.min(vowelInfluence, 1)); + consonantInfluence = $wnd.Math.max(0, $wnd.Math.min(consonantInfluence, 1)); + rng = new com_github_tommyettinger_random_LaserRandom_LaserRandom__JJV(com_github_yellowstonegames_text_Language_$hash64__Lcom_github_yellowstonegames_text_Language_2J(this$static), (com_github_tommyettinger_digital_BitConversion_$clinit__V() , com_github_tommyettinger_digital_BitConversion_wda[0] = vowelInfluence , undefined , com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[1], 32), com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[0], $intern_2342)), (com_github_tommyettinger_digital_BitConversion_wda[0] = consonantInfluence , undefined , com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[1], 32), com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[0], $intern_2342)))))); + ov = com_github_yellowstonegames_text_Language_accentVowels__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_openingVowels, vowelInfluence); + mv = com_github_yellowstonegames_text_Language_accentVowels__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_midVowels, vowelInfluence); + oc = com_github_yellowstonegames_text_Language_accentConsonants__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_openingConsonants, consonantInfluence); + mc = com_github_yellowstonegames_text_Language_accentConsonants__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_midConsonants, consonantInfluence); + cc = com_github_yellowstonegames_text_Language_accentConsonants__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_closingConsonants, consonantInfluence); + cs = com_github_yellowstonegames_text_Language_accentBoth__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2DD_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_closingSyllables, vowelInfluence, consonantInfluence); + return com_github_yellowstonegames_text_Language_$setName__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3DDDDD_3Lregexodus_Pattern_2ZLjava_util_List_2V(ov, mv, oc, mc, cc, cs, this$static.com_github_yellowstonegames_text_Language_vowelSplitters, this$static.com_github_yellowstonegames_text_Language_syllableFrequencies, this$static.com_github_yellowstonegames_text_Language_vowelStartFrequency, this$static.com_github_yellowstonegames_text_Language_vowelEndFrequency, this$static.com_github_yellowstonegames_text_Language_vowelSplitFrequency, this$static.com_github_yellowstonegames_text_Language_syllableEndFrequency, this$static.com_github_yellowstonegames_text_Language_sanityChecks, this$static.com_github_yellowstonegames_text_Language_clean, this$static.com_github_yellowstonegames_text_Language_modifiers), this$static.com_github_yellowstonegames_text_Language_name + '-B\xF2n\xFCs'); +} + +function com_github_yellowstonegames_text_Language_$addModifiers__Lcom_github_yellowstonegames_text_Language_2_3Lcom_github_yellowstonegames_text_Language$Modifier_2Lcom_github_yellowstonegames_text_Language_2(this$static, mods){ + var i, next; + next = com_github_yellowstonegames_text_Language_$setName__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_$summarize__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3DDDDD_3Lregexodus_Pattern_2ZLjava_util_List_2V(this$static.com_github_yellowstonegames_text_Language_openingVowels, this$static.com_github_yellowstonegames_text_Language_midVowels, this$static.com_github_yellowstonegames_text_Language_openingConsonants, this$static.com_github_yellowstonegames_text_Language_midConsonants, this$static.com_github_yellowstonegames_text_Language_closingConsonants, this$static.com_github_yellowstonegames_text_Language_closingSyllables, this$static.com_github_yellowstonegames_text_Language_vowelSplitters, this$static.com_github_yellowstonegames_text_Language_syllableFrequencies, this$static.com_github_yellowstonegames_text_Language_vowelStartFrequency, this$static.com_github_yellowstonegames_text_Language_vowelEndFrequency, this$static.com_github_yellowstonegames_text_Language_vowelSplitFrequency, this$static.com_github_yellowstonegames_text_Language_syllableEndFrequency, this$static.com_github_yellowstonegames_text_Language_sanityChecks, this$static.com_github_yellowstonegames_text_Language_clean, this$static.com_github_yellowstonegames_text_Language_modifiers), this$static.com_github_yellowstonegames_text_Language_summary), this$static.com_github_yellowstonegames_text_Language_name); + java_util_Collections_addAll__Ljava_util_Collection_2_3Ljava_lang_Object_2Z(next.com_github_yellowstonegames_text_Language_modifiers, mods); + if (next.com_github_yellowstonegames_text_Language_summary != null) { + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(com_github_yellowstonegames_text_Language_sb, 0); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, next.com_github_yellowstonegames_text_Language_summary); + for (i = 0; i < mods.length; i++) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, 8471), com_github_yellowstonegames_text_Language$Modifier_$stringSerialize__Lcom_github_yellowstonegames_text_Language$Modifier_2Ljava_lang_String_2(java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(next.com_github_yellowstonegames_text_Language_modifiers, i))); + } + com_github_yellowstonegames_text_Language_$summarize__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(next, com_github_yellowstonegames_text_Language_sb.java_lang_AbstractStringBuilder_string); + } + return next; +} + +function com_github_yellowstonegames_text_Language_$hash64__Lcom_github_yellowstonegames_text_Language_2J(this$static){ + var h, i, result; + h = (com_github_tommyettinger_digital_Hasher_$clinit__V() , com_github_tommyettinger_digital_Hasher_halphas); + result = com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2J(h, this$static.com_github_yellowstonegames_text_Language_openingVowels); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2J(h, this$static.com_github_yellowstonegames_text_Language_midVowels)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2J(h, this$static.com_github_yellowstonegames_text_Language_openingConsonants)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2J(h, this$static.com_github_yellowstonegames_text_Language_midConsonants)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2J(h, this$static.com_github_yellowstonegames_text_Language_closingConsonants)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2J(h, this$static.com_github_yellowstonegames_text_Language_vowelSplitters)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2J(h, this$static.com_github_yellowstonegames_text_Language_closingSyllables)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3DJ(h, this$static.com_github_yellowstonegames_text_Language_syllableFrequencies)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), this$static.com_github_yellowstonegames_text_Language_clean?1:0); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_BitConversion_doubleToLongBits__DJ(this$static.com_github_yellowstonegames_text_Language_totalSyllableFrequency)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_BitConversion_doubleToLongBits__DJ(this$static.com_github_yellowstonegames_text_Language_vowelStartFrequency)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_BitConversion_doubleToLongBits__DJ(this$static.com_github_yellowstonegames_text_Language_vowelEndFrequency)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_BitConversion_doubleToLongBits__DJ(this$static.com_github_yellowstonegames_text_Language_vowelSplitFrequency)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_BitConversion_doubleToLongBits__DJ(this$static.com_github_yellowstonegames_text_Language_syllableEndFrequency)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), this$static.com_github_yellowstonegames_text_Language_sanityChecks != null?com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(this$static.com_github_yellowstonegames_text_Language_sanityChecks.length, 1):0); + result = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(result, 31); + if (this$static.com_github_yellowstonegames_text_Language_modifiers) { + for (i = 0; i < this$static.com_github_yellowstonegames_text_Language_modifiers.java_util_ArrayList_array.length; i++) { + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(result, com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(7, com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(i, 1)), com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_Object_2J(h, java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static.com_github_yellowstonegames_text_Language_modifiers, i).com_github_yellowstonegames_text_Language$Modifier_alterations))); + } + } + return result; +} + +function com_github_yellowstonegames_text_Language_$merge1000__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, me, other, otherInfluence){ + var idx, otherCount, ret, tmp; + if (other.length <= 0 && me.length <= 0) + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []); + ret = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, $intern_54, 6, 1); + otherCount = com_google_gwt_lang_Cast_round_1int__DI($intern_54 * otherInfluence); + idx = 0; + if (other.length > 0) { + tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, other.length, 6, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(other, 0, tmp, 0, other.length); + com_github_tommyettinger_random_LaserRandom_$shuffle__Lcom_github_tommyettinger_random_LaserRandom_2_3Ljava_lang_Object_2V(rng, tmp); + for (idx = 0; idx < otherCount; idx++) { + ret[idx] = tmp[idx % tmp.length]; + } + } + if (me.length > 0) { + tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, me.length, 6, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(me, 0, tmp, 0, me.length); + com_github_tommyettinger_random_LaserRandom_$shuffle__Lcom_github_tommyettinger_random_LaserRandom_2_3Ljava_lang_Object_2V(rng, tmp); + for (; idx < $intern_54; idx++) { + ret[idx] = tmp[idx % tmp.length]; + } + } + else { + for (; idx < $intern_54; idx++) { + ret[idx] = other[idx % other.length]; + } + } + return ret; +} + +function com_github_yellowstonegames_text_Language_$mix__Lcom_github_yellowstonegames_text_Language_2Lcom_github_yellowstonegames_text_Language_2DLcom_github_yellowstonegames_text_Language_2(this$static, other, otherInfluence){ + var cc, cs, fr, i, mc, mods, mv, myInfluence, oc, ov, rng, splitters; + otherInfluence = $wnd.Math.max(0, $wnd.Math.min(otherInfluence, 1)); + myInfluence = 1 - otherInfluence; + rng = new com_github_tommyettinger_random_LaserRandom_LaserRandom__JJV(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_yellowstonegames_text_Language_$hash64__Lcom_github_yellowstonegames_text_Language_2J(this$static), 1), com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_yellowstonegames_text_Language_$hash64__Lcom_github_yellowstonegames_text_Language_2J(other), 1), (com_github_tommyettinger_digital_BitConversion_$clinit__V() , com_github_tommyettinger_digital_BitConversion_wda[0] = otherInfluence , undefined , com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[1], 32), com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_digital_BitConversion_wia[0], $intern_2342))))); + ov = com_github_yellowstonegames_text_Language_$merge1000__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_openingVowels, other.com_github_yellowstonegames_text_Language_openingVowels, otherInfluence); + mv = com_github_yellowstonegames_text_Language_$merge1000__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_midVowels, other.com_github_yellowstonegames_text_Language_midVowels, otherInfluence); + oc = com_github_yellowstonegames_text_Language_$merge1000__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_openingConsonants, other.com_github_yellowstonegames_text_Language_openingConsonants, otherInfluence * $wnd.Math.max(0, $wnd.Math.min(1, 1 - other.com_github_yellowstonegames_text_Language_vowelStartFrequency + this$static.com_github_yellowstonegames_text_Language_vowelStartFrequency))); + mc = com_github_yellowstonegames_text_Language_$merge1000__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_midConsonants, other.com_github_yellowstonegames_text_Language_midConsonants, otherInfluence); + cc = com_github_yellowstonegames_text_Language_$merge1000__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_closingConsonants, other.com_github_yellowstonegames_text_Language_closingConsonants, otherInfluence * $wnd.Math.max(0, $wnd.Math.min(1, 1 - other.com_github_yellowstonegames_text_Language_vowelEndFrequency + this$static.com_github_yellowstonegames_text_Language_vowelEndFrequency))); + cs = com_github_yellowstonegames_text_Language_$merge1000__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_closingSyllables, other.com_github_yellowstonegames_text_Language_closingSyllables, otherInfluence * $wnd.Math.max(0, $wnd.Math.min(1, other.com_github_yellowstonegames_text_Language_syllableEndFrequency - this$static.com_github_yellowstonegames_text_Language_syllableEndFrequency))); + splitters = com_github_yellowstonegames_text_Language_$merge1000__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, this$static.com_github_yellowstonegames_text_Language_vowelSplitters, other.com_github_yellowstonegames_text_Language_vowelSplitters, otherInfluence); + fr = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_409, 9, $wnd.Math.max(this$static.com_github_yellowstonegames_text_Language_syllableFrequencies.length, other.com_github_yellowstonegames_text_Language_syllableFrequencies.length), 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this$static.com_github_yellowstonegames_text_Language_syllableFrequencies, 0, fr, 0, this$static.com_github_yellowstonegames_text_Language_syllableFrequencies.length); + for (i = 0; i < other.com_github_yellowstonegames_text_Language_syllableFrequencies.length; i++) { + fr[i] += other.com_github_yellowstonegames_text_Language_syllableFrequencies[i]; + } + mods = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(this$static.com_github_yellowstonegames_text_Language_modifiers.java_util_ArrayList_array.length + other.com_github_yellowstonegames_text_Language_modifiers.java_util_ArrayList_array.length); + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(mods, this$static.com_github_yellowstonegames_text_Language_modifiers); + java_util_ArrayList_$addAll__Ljava_util_ArrayList_2Ljava_util_Collection_2Z(mods, other.com_github_yellowstonegames_text_Language_modifiers); + return com_github_yellowstonegames_text_Language_$setName__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3DDDDD_3Lregexodus_Pattern_2ZLjava_util_List_2V(ov, mv, oc, mc, cc, cs, splitters, fr, this$static.com_github_yellowstonegames_text_Language_vowelStartFrequency * myInfluence + other.com_github_yellowstonegames_text_Language_vowelStartFrequency * otherInfluence, this$static.com_github_yellowstonegames_text_Language_vowelEndFrequency * myInfluence + other.com_github_yellowstonegames_text_Language_vowelEndFrequency * otherInfluence, this$static.com_github_yellowstonegames_text_Language_vowelSplitFrequency * myInfluence + other.com_github_yellowstonegames_text_Language_vowelSplitFrequency * otherInfluence, this$static.com_github_yellowstonegames_text_Language_syllableEndFrequency * myInfluence + other.com_github_yellowstonegames_text_Language_syllableEndFrequency * otherInfluence, this$static.com_github_yellowstonegames_text_Language_sanityChecks == null?other.com_github_yellowstonegames_text_Language_sanityChecks:this$static.com_github_yellowstonegames_text_Language_sanityChecks, true, mods), otherInfluence > 0.5?other.com_github_yellowstonegames_text_Language_name + '/' + this$static.com_github_yellowstonegames_text_Language_name:this$static.com_github_yellowstonegames_text_Language_name + '/' + other.com_github_yellowstonegames_text_Language_name); +} + +function com_github_yellowstonegames_text_Language_$register__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(this$static, languageName){ + this$static.com_github_yellowstonegames_text_Language_summary = com_github_yellowstonegames_text_Language_registry.com_github_tommyettinger_ds_ObjectObjectMap_size + '@1'; + com_github_tommyettinger_ds_ObjectObjectOrderedMap_$put__Lcom_github_tommyettinger_ds_ObjectObjectOrderedMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_github_yellowstonegames_text_Language_registry, languageName, this$static); + this$static.com_github_yellowstonegames_text_Language_name = languageName; + return com_github_yellowstonegames_text_Language_$setName__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(com_github_yellowstonegames_text_Language_$summarize__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3DDDDD_3Lregexodus_Pattern_2ZLjava_util_List_2V(this$static.com_github_yellowstonegames_text_Language_openingVowels, this$static.com_github_yellowstonegames_text_Language_midVowels, this$static.com_github_yellowstonegames_text_Language_openingConsonants, this$static.com_github_yellowstonegames_text_Language_midConsonants, this$static.com_github_yellowstonegames_text_Language_closingConsonants, this$static.com_github_yellowstonegames_text_Language_closingSyllables, this$static.com_github_yellowstonegames_text_Language_vowelSplitters, this$static.com_github_yellowstonegames_text_Language_syllableFrequencies, this$static.com_github_yellowstonegames_text_Language_vowelStartFrequency, this$static.com_github_yellowstonegames_text_Language_vowelEndFrequency, this$static.com_github_yellowstonegames_text_Language_vowelSplitFrequency, this$static.com_github_yellowstonegames_text_Language_syllableEndFrequency, this$static.com_github_yellowstonegames_text_Language_sanityChecks, this$static.com_github_yellowstonegames_text_Language_clean, this$static.com_github_yellowstonegames_text_Language_modifiers), this$static.com_github_yellowstonegames_text_Language_summary), this$static.com_github_yellowstonegames_text_Language_name); +} + +function com_github_yellowstonegames_text_Language_$removeAccents__Lcom_github_yellowstonegames_text_Language_2Lcom_github_yellowstonegames_text_Language_2(this$static){ + var cc, cs, i, i0, i1, i2, i3, i4, mc, mv, oc, ov; + ov = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(this$static.com_github_yellowstonegames_text_Language_openingVowels); + mv = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(this$static.com_github_yellowstonegames_text_Language_midVowels); + oc = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(this$static.com_github_yellowstonegames_text_Language_openingConsonants); + mc = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(this$static.com_github_yellowstonegames_text_Language_midConsonants); + cc = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(this$static.com_github_yellowstonegames_text_Language_closingConsonants); + cs = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(this$static.com_github_yellowstonegames_text_Language_closingSyllables); + for (i0 = 0; i0 < ov.length; i0++) { + ov[i0] = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(com_github_yellowstonegames_text_Language_removeAccents__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2(this$static.com_github_yellowstonegames_text_Language_openingVowels[i0])); + } + for (i1 = 0; i1 < mv.length; i1++) { + mv[i1] = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(com_github_yellowstonegames_text_Language_removeAccents__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2(this$static.com_github_yellowstonegames_text_Language_midVowels[i1])); + } + for (i2 = 0; i2 < oc.length; i2++) { + oc[i2] = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(com_github_yellowstonegames_text_Language_removeAccents__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2(this$static.com_github_yellowstonegames_text_Language_openingConsonants[i2])); + } + for (i3 = 0; i3 < mc.length; i3++) { + mc[i3] = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(com_github_yellowstonegames_text_Language_removeAccents__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2(this$static.com_github_yellowstonegames_text_Language_midConsonants[i3])); + } + for (i4 = 0; i4 < cc.length; i4++) { + cc[i4] = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(com_github_yellowstonegames_text_Language_removeAccents__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2(this$static.com_github_yellowstonegames_text_Language_closingConsonants[i4])); + } + for (i = 0; i < cs.length; i++) { + cs[i] = com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(com_github_yellowstonegames_text_Language_removeAccents__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2(this$static.com_github_yellowstonegames_text_Language_closingSyllables[i])); + } + return new com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3DDDDD_3Lregexodus_Pattern_2ZLjava_util_List_2V(ov, mv, oc, mc, cc, cs, this$static.com_github_yellowstonegames_text_Language_vowelSplitters, this$static.com_github_yellowstonegames_text_Language_syllableFrequencies, this$static.com_github_yellowstonegames_text_Language_vowelStartFrequency, this$static.com_github_yellowstonegames_text_Language_vowelEndFrequency, this$static.com_github_yellowstonegames_text_Language_vowelSplitFrequency, this$static.com_github_yellowstonegames_text_Language_syllableEndFrequency, this$static.com_github_yellowstonegames_text_Language_sanityChecks, this$static.com_github_yellowstonegames_text_Language_clean, this$static.com_github_yellowstonegames_text_Language_modifiers); +} + +function com_github_yellowstonegames_text_Language_$sentence__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2II_3Ljava_lang_String_2_3Ljava_lang_String_2DLjava_lang_String_2(this$static, rng, minWords, maxWords, midPunctuation, endPunctuation, midPunctuationFrequency){ + var i, i0; + minWords < 1 && (minWords = 1); + minWords > maxWords && (maxWords = minWords); + midPunctuationFrequency > 1 && (midPunctuationFrequency = 1 / midPunctuationFrequency); + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(com_github_yellowstonegames_text_Language_ssb, 0); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ssb, com_github_yellowstonegames_text_Language_$word__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2ZLjava_lang_String_2(this$static, rng, true)); + for (i0 = 1; i0 < minWords; i0++) { + com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < midPunctuationFrequency && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ssb, midPunctuation[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, midPunctuation.length)]); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ssb, 32), com_github_yellowstonegames_text_Language_$word__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2ZLjava_lang_String_2(this$static, rng, false)); + } + for (i = minWords; i < maxWords && com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, 2 * maxWords) > i; i++) { + com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < midPunctuationFrequency && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ssb, midPunctuation[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, midPunctuation.length)]); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ssb, 32), com_github_yellowstonegames_text_Language_$word__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2ZLjava_lang_String_2(this$static, rng, false)); + } + endPunctuation.length > 0 && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ssb, endPunctuation[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, endPunctuation.length)]); + return com_github_yellowstonegames_text_Language_ssb.java_lang_AbstractStringBuilder_string; +} + +function com_github_yellowstonegames_text_Language_$setName__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(this$static, languageName){ + this$static.com_github_yellowstonegames_text_Language_name = languageName; + return this$static; +} + +function com_github_yellowstonegames_text_Language_$summarize__Lcom_github_yellowstonegames_text_Language_2Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language_2(this$static, brief){ + this$static.com_github_yellowstonegames_text_Language_summary = brief; + return this$static; +} + +function com_github_yellowstonegames_text_Language_$word__Lcom_github_yellowstonegames_text_Language_2Lcom_github_tommyettinger_random_EnhancedRandom_2ZLjava_lang_String_2(this$static, rng, capitalize){ + var close_0, i, m, redouble, s, syllableChance, syllables; + while (true) { + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(com_github_yellowstonegames_text_Language_sb, 0); + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(com_github_yellowstonegames_text_Language_ender, 0); + syllableChance = com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 * this$static.com_github_yellowstonegames_text_Language_totalSyllableFrequency; + syllables = 1; + i = 0; + for (s = 0; s < this$static.com_github_yellowstonegames_text_Language_syllableFrequencies.length; s++) { + if (syllableChance < this$static.com_github_yellowstonegames_text_Language_syllableFrequencies[s]) { + syllables = s + 1; + break; + } + else { + syllableChance -= this$static.com_github_yellowstonegames_text_Language_syllableFrequencies[s]; + } + } + if (com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < this$static.com_github_yellowstonegames_text_Language_vowelStartFrequency) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, this$static.com_github_yellowstonegames_text_Language_openingVowels[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_openingVowels.length)]); + syllables == 1?java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, this$static.com_github_yellowstonegames_text_Language_closingConsonants[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_closingConsonants.length)]):java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, this$static.com_github_yellowstonegames_text_Language_midConsonants[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_midConsonants.length)]); + ++i; + } + else { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, this$static.com_github_yellowstonegames_text_Language_openingConsonants[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_openingConsonants.length)]); + } + close_0 = ''; + redouble = false; + if (i < syllables) { + if (com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < this$static.com_github_yellowstonegames_text_Language_syllableEndFrequency) { + close_0 = this$static.com_github_yellowstonegames_text_Language_closingSyllables[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_closingSyllables.length)]; + if (close_0.indexOf('@') != -1 && (syllables & 1) == 0) { + redouble = true; + syllables >>= 1; + } + if (close_0.indexOf('@') != -1) { + if (com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < this$static.com_github_yellowstonegames_text_Language_vowelEndFrequency) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ender, this$static.com_github_yellowstonegames_text_Language_midVowels[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_midVowels.length)]); + com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < this$static.com_github_yellowstonegames_text_Language_vowelSplitFrequency && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ender, this$static.com_github_yellowstonegames_text_Language_vowelSplitters[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_vowelSplitters.length)]), this$static.com_github_yellowstonegames_text_Language_midVowels[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_midVowels.length)]); + } + } + else { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ender, close_0); + } + } + else { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ender, this$static.com_github_yellowstonegames_text_Language_midVowels[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_midVowels.length)]); + com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < this$static.com_github_yellowstonegames_text_Language_vowelSplitFrequency && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ender, this$static.com_github_yellowstonegames_text_Language_vowelSplitters[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_vowelSplitters.length)]), this$static.com_github_yellowstonegames_text_Language_midVowels[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_midVowels.length)]); + if (com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 >= this$static.com_github_yellowstonegames_text_Language_vowelEndFrequency) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ender, this$static.com_github_yellowstonegames_text_Language_closingConsonants[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_closingConsonants.length)]); + if (com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < this$static.com_github_yellowstonegames_text_Language_syllableEndFrequency) { + close_0 = this$static.com_github_yellowstonegames_text_Language_closingSyllables[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_closingSyllables.length)]; + if (close_0.indexOf('@') != -1 && (syllables & 1) == 0) { + redouble = true; + syllables >>= 1; + } + close_0.indexOf('@') != -1 || java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_ender, close_0); + } + } + } + i += regexodus_Matcher$1_$count__Lregexodus_Matcher$1_2I(new regexodus_Matcher$1_Matcher$1__Lregexodus_Matcher_2V(regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(com_github_yellowstonegames_text_Language_vowelClusters, com_github_yellowstonegames_text_Language_ender))); + } + for (; i < syllables; i++) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, this$static.com_github_yellowstonegames_text_Language_midVowels[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_midVowels.length)]); + com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < this$static.com_github_yellowstonegames_text_Language_vowelSplitFrequency && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, this$static.com_github_yellowstonegames_text_Language_vowelSplitters[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_vowelSplitters.length)]), this$static.com_github_yellowstonegames_text_Language_midVowels[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_midVowels.length)]); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, this$static.com_github_yellowstonegames_text_Language_midConsonants[com_github_tommyettinger_random_ChopRandom_$nextInt__Lcom_github_tommyettinger_random_ChopRandom_2II(rng, this$static.com_github_yellowstonegames_text_Language_midConsonants.length)]); + } + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_CharSequence_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, com_github_yellowstonegames_text_Language_ender); + redouble && i <= syllables + 1 && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language_sb, java_lang_String_$replaceAll__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(close_0, '@', com_github_yellowstonegames_text_Language_sb.java_lang_AbstractStringBuilder_string)); + if (this$static.com_github_yellowstonegames_text_Language_sanityChecks != null && !com_github_yellowstonegames_text_Language_checkAll__Ljava_lang_CharSequence_2_3Lregexodus_Pattern_2Z(com_github_yellowstonegames_text_Language_sb, this$static.com_github_yellowstonegames_text_Language_sanityChecks)) { + continue; + } + for (m = 0; m < this$static.com_github_yellowstonegames_text_Language_modifiers.java_util_ArrayList_array.length; m++) { + com_github_yellowstonegames_text_Language$Modifier_$modify__Lcom_github_yellowstonegames_text_Language$Modifier_2Lcom_github_tommyettinger_random_EnhancedRandom_2Ljava_lang_StringBuilder_2Ljava_lang_StringBuilder_2(java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static.com_github_yellowstonegames_text_Language_modifiers, m), rng, com_github_yellowstonegames_text_Language_sb); + } + capitalize && java_lang_AbstractStringBuilder_$replace0__Ljava_lang_AbstractStringBuilder_2IILjava_lang_String_2V(com_github_yellowstonegames_text_Language_sb, 1, String.fromCharCode(java_lang_String_$charAt__Ljava_lang_String_2IC(String.fromCharCode(java_lang_AbstractStringBuilder_$charAt__Ljava_lang_AbstractStringBuilder_2IC(com_github_yellowstonegames_text_Language_sb, 0)).toUpperCase(), 0))); + if (this$static.com_github_yellowstonegames_text_Language_clean && !com_github_yellowstonegames_text_Language_checkAll__Ljava_lang_CharSequence_2_3Lregexodus_Pattern_2Z(com_github_yellowstonegames_text_Language_sb, com_github_yellowstonegames_text_Language_vulgarChecks)) { + continue; + } + return com_github_yellowstonegames_text_Language_sb.java_lang_AbstractStringBuilder_string; + } +} + +function com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3DDDDD_3Lregexodus_Pattern_2ZLjava_util_List_2V(openingVowels, midVowels, openingConsonants, midConsonants, closingConsonants, closingSyllables, vowelSplitters, syllableFrequencies, vowelStartFrequency, vowelEndFrequency, vowelSplitFrequency, syllableEndFrequency, sanityChecks, clean, modifiers){ + var bias, i, total; + this.com_github_yellowstonegames_text_Language_openingVowels = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(openingVowels); + this.com_github_yellowstonegames_text_Language_midVowels = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(midVowels); + this.com_github_yellowstonegames_text_Language_openingConsonants = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(openingConsonants); + this.com_github_yellowstonegames_text_Language_midConsonants = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(midConsonants); + this.com_github_yellowstonegames_text_Language_closingConsonants = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(closingConsonants); + this.com_github_yellowstonegames_text_Language_closingSyllables = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(closingSyllables); + this.com_github_yellowstonegames_text_Language_vowelSplitters = com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(vowelSplitters); + this.com_github_yellowstonegames_text_Language_syllableFrequencies = java_util_Arrays_copyOf___3DI_3D(syllableFrequencies, syllableFrequencies.length); + this.com_github_yellowstonegames_text_Language_vowelStartFrequency = vowelStartFrequency; + this.com_github_yellowstonegames_text_Language_vowelEndFrequency = vowelEndFrequency; + this.com_github_yellowstonegames_text_Language_vowelSplitFrequency = vowelSplitFrequency; + this.com_github_yellowstonegames_text_Language_syllableEndFrequency = syllableEndFrequency; + total = 0; + bias = 0; + for (i = 0; i < syllableFrequencies.length; i++) { + total += syllableFrequencies[i]; + bias += (i + 1) * syllableFrequencies[i]; + } + this.com_github_yellowstonegames_text_Language_totalSyllableFrequency = total; + if (sanityChecks == null) + this.com_github_yellowstonegames_text_Language_sanityChecks = null; + else { + this.com_github_yellowstonegames_text_Language_sanityChecks = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Pattern_12_1classLit, $intern_655, 30, sanityChecks.length, 0, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(sanityChecks, 0, this.com_github_yellowstonegames_text_Language_sanityChecks, 0, sanityChecks.length); + } + this.com_github_yellowstonegames_text_Language_clean = clean; + this.com_github_yellowstonegames_text_Language_modifiers = new com_github_tommyettinger_ds_ObjectList_ObjectList__Ljava_util_Collection_2V(modifiers); +} + +function com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV(openingVowels, midVowels, openingConsonants, midConsonants, closingConsonants, closingSyllables, vowelSplitters, syllableLengths, syllableFrequencies, vowelStartFrequency, vowelEndFrequency, vowelSplitFrequency, syllableEndFrequency, sane){ + var bias, i, total; + this.com_github_yellowstonegames_text_Language_openingVowels = openingVowels; + this.com_github_yellowstonegames_text_Language_midVowels = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, openingVowels.length + midVowels.length, 6, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(midVowels, 0, this.com_github_yellowstonegames_text_Language_midVowels, 0, midVowels.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(openingVowels, 0, this.com_github_yellowstonegames_text_Language_midVowels, midVowels.length, openingVowels.length); + this.com_github_yellowstonegames_text_Language_openingConsonants = openingConsonants; + this.com_github_yellowstonegames_text_Language_midConsonants = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, midConsonants.length + closingConsonants.length, 6, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(midConsonants, 0, this.com_github_yellowstonegames_text_Language_midConsonants, 0, midConsonants.length); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(closingConsonants, 0, this.com_github_yellowstonegames_text_Language_midConsonants, midConsonants.length, closingConsonants.length); + this.com_github_yellowstonegames_text_Language_closingConsonants = closingConsonants; + this.com_github_yellowstonegames_text_Language_vowelSplitters = vowelSplitters; + this.com_github_yellowstonegames_text_Language_closingSyllables = closingSyllables; + this.com_github_yellowstonegames_text_Language_syllableFrequencies = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_409, 9, syllableLengths[syllableLengths.length - 1], 15, 1); + total = 0; + bias = 0; + for (i = 0; i < syllableLengths.length; i++) { + total += this.com_github_yellowstonegames_text_Language_syllableFrequencies[syllableLengths[i] - 1] = syllableFrequencies[i]; + bias += syllableLengths[i] * syllableFrequencies[i]; + } + this.com_github_yellowstonegames_text_Language_totalSyllableFrequency = total; + vowelStartFrequency > 1?(this.com_github_yellowstonegames_text_Language_vowelStartFrequency = 1 / vowelStartFrequency):(this.com_github_yellowstonegames_text_Language_vowelStartFrequency = vowelStartFrequency); + vowelEndFrequency > 1?(this.com_github_yellowstonegames_text_Language_vowelEndFrequency = 1 / vowelEndFrequency):(this.com_github_yellowstonegames_text_Language_vowelEndFrequency = vowelEndFrequency); + vowelSplitters.length == 0?(this.com_github_yellowstonegames_text_Language_vowelSplitFrequency = 0):vowelSplitFrequency > 1?(this.com_github_yellowstonegames_text_Language_vowelSplitFrequency = 1 / vowelSplitFrequency):(this.com_github_yellowstonegames_text_Language_vowelSplitFrequency = vowelSplitFrequency); + closingSyllables.length == 0?(this.com_github_yellowstonegames_text_Language_syllableEndFrequency = 0):syllableEndFrequency > 1?(this.com_github_yellowstonegames_text_Language_syllableEndFrequency = 1 / syllableEndFrequency):(this.com_github_yellowstonegames_text_Language_syllableEndFrequency = syllableEndFrequency); + this.com_github_yellowstonegames_text_Language_clean = true; + this.com_github_yellowstonegames_text_Language_sanityChecks = sane; + this.com_github_yellowstonegames_text_Language_modifiers = new com_github_tommyettinger_ds_ObjectList_ObjectList__IV(4); +} + +function com_github_yellowstonegames_text_Language_accentBoth__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2DD_3Ljava_lang_String_2(rng, me, vowelInfluence, consonantInfluence){ + var idx, matcher, ret, subCon, subVowel, tmp; + ret = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, $intern_54, 6, 1); + if (me.length > 0) { + tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, me.length, 6, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(me, 0, tmp, 0, me.length); + com_github_tommyettinger_random_LaserRandom_$shuffle__Lcom_github_tommyettinger_random_LaserRandom_2_3Ljava_lang_Object_2V(rng, tmp); + for (idx = 0; idx < $intern_54; idx++) { + subVowel = com_github_tommyettinger_random_LaserRandom_$nextDouble__Lcom_github_tommyettinger_random_LaserRandom_2D(rng) < vowelInfluence; + subCon = com_github_tommyettinger_random_LaserRandom_$nextDouble__Lcom_github_tommyettinger_random_LaserRandom_2D(rng) < consonantInfluence; + if (subVowel && subCon) { + ret[idx] = java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(tmp[idx % tmp.length], 97, com_github_yellowstonegames_text_Language_accentedVowels[0][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[0].length)]), 101, com_github_yellowstonegames_text_Language_accentedVowels[1][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[1].length)]), 105, com_github_yellowstonegames_text_Language_accentedVowels[2][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[2].length)]), 111, com_github_yellowstonegames_text_Language_accentedVowels[3][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[3].length)]), 117, com_github_yellowstonegames_text_Language_accentedVowels[4][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[4].length)]), 99, com_github_yellowstonegames_text_Language_accentedConsonants[1][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[1].length)]), 100, com_github_yellowstonegames_text_Language_accentedConsonants[2][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[2].length)]), 102, com_github_yellowstonegames_text_Language_accentedConsonants[3][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[3].length)]), 103, com_github_yellowstonegames_text_Language_accentedConsonants[4][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[4].length)]), 104, com_github_yellowstonegames_text_Language_accentedConsonants[5][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[5].length)]), 106, com_github_yellowstonegames_text_Language_accentedConsonants[6][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[6].length)]), 107, com_github_yellowstonegames_text_Language_accentedConsonants[7][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[7].length)]), 108, com_github_yellowstonegames_text_Language_accentedConsonants[8][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[8].length)]), 110, com_github_yellowstonegames_text_Language_accentedConsonants[10][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[10].length)]), 114, com_github_yellowstonegames_text_Language_accentedConsonants[13][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[13].length)]), 115, com_github_yellowstonegames_text_Language_accentedConsonants[14][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[14].length)]), 116, com_github_yellowstonegames_text_Language_accentedConsonants[15][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[15].length)]), 119, com_github_yellowstonegames_text_Language_accentedConsonants[17][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[17].length)]), 121, com_github_yellowstonegames_text_Language_accentedConsonants[19][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[19].length)]), 122, com_github_yellowstonegames_text_Language_accentedConsonants[20][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[20].length)]); + matcher = regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(com_github_yellowstonegames_text_Language_repeats, ret[idx]); + matcher.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(matcher); + regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(matcher, 0) && (ret[idx] = regexodus_Matcher_$replaceAll__Lregexodus_Matcher_2Ljava_lang_String_2Ljava_lang_String_2(matcher, me[com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, me.length)])); + } + else if (subVowel) { + ret[idx] = java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(tmp[idx % tmp.length], 97, com_github_yellowstonegames_text_Language_accentedVowels[0][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[0].length)]), 101, com_github_yellowstonegames_text_Language_accentedVowels[1][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[1].length)]), 105, com_github_yellowstonegames_text_Language_accentedVowels[2][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[2].length)]), 111, com_github_yellowstonegames_text_Language_accentedVowels[3][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[3].length)]), 117, com_github_yellowstonegames_text_Language_accentedVowels[4][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[4].length)]); + matcher = regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(com_github_yellowstonegames_text_Language_repeats, ret[idx]); + matcher.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(matcher); + regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(matcher, 0) && (ret[idx] = regexodus_Matcher_$replaceAll__Lregexodus_Matcher_2Ljava_lang_String_2Ljava_lang_String_2(matcher, me[com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, me.length)])); + } + else if (subCon) { + ret[idx] = java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(tmp[idx % tmp.length], 99, com_github_yellowstonegames_text_Language_accentedConsonants[1][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[1].length)]), 100, com_github_yellowstonegames_text_Language_accentedConsonants[2][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[2].length)]), 102, com_github_yellowstonegames_text_Language_accentedConsonants[3][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[3].length)]), 103, com_github_yellowstonegames_text_Language_accentedConsonants[4][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[4].length)]), 104, com_github_yellowstonegames_text_Language_accentedConsonants[5][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[5].length)]), 106, com_github_yellowstonegames_text_Language_accentedConsonants[6][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[6].length)]), 107, com_github_yellowstonegames_text_Language_accentedConsonants[7][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[7].length)]), 108, com_github_yellowstonegames_text_Language_accentedConsonants[8][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[8].length)]), 110, com_github_yellowstonegames_text_Language_accentedConsonants[10][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[10].length)]), 114, com_github_yellowstonegames_text_Language_accentedConsonants[13][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[13].length)]), 115, com_github_yellowstonegames_text_Language_accentedConsonants[14][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[14].length)]), 116, com_github_yellowstonegames_text_Language_accentedConsonants[15][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[15].length)]), 119, com_github_yellowstonegames_text_Language_accentedConsonants[17][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[17].length)]), 121, com_github_yellowstonegames_text_Language_accentedConsonants[19][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[19].length)]), 122, com_github_yellowstonegames_text_Language_accentedConsonants[20][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[20].length)]); + matcher = regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(com_github_yellowstonegames_text_Language_repeats, ret[idx]); + matcher.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(matcher); + regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(matcher, 0) && (ret[idx] = regexodus_Matcher_$replaceAll__Lregexodus_Matcher_2Ljava_lang_String_2Ljava_lang_String_2(matcher, me[com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, me.length)])); + } + else + ret[idx] = tmp[idx % tmp.length]; + } + } + else + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []); + return ret; +} + +function com_github_yellowstonegames_text_Language_accentConsonants__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, me, influence){ + var idx, matcher, otherCount, ret, tmp; + ret = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, $intern_54, 6, 1); + otherCount = com_google_gwt_lang_Cast_round_1int__DI($intern_54 * influence); + if (me.length > 0) { + tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, me.length, 6, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(me, 0, tmp, 0, me.length); + com_github_tommyettinger_random_LaserRandom_$shuffle__Lcom_github_tommyettinger_random_LaserRandom_2_3Ljava_lang_Object_2V(rng, tmp); + for (idx = 0; idx < otherCount; idx++) { + ret[idx] = java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(tmp[idx % tmp.length], 99, com_github_yellowstonegames_text_Language_accentedConsonants[1][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[1].length)]), 100, com_github_yellowstonegames_text_Language_accentedConsonants[2][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[2].length)]), 102, com_github_yellowstonegames_text_Language_accentedConsonants[3][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[3].length)]), 103, com_github_yellowstonegames_text_Language_accentedConsonants[4][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[4].length)]), 104, com_github_yellowstonegames_text_Language_accentedConsonants[5][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[5].length)]), 106, com_github_yellowstonegames_text_Language_accentedConsonants[6][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[6].length)]), 107, com_github_yellowstonegames_text_Language_accentedConsonants[7][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[7].length)]), 108, com_github_yellowstonegames_text_Language_accentedConsonants[8][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[8].length)]), 110, com_github_yellowstonegames_text_Language_accentedConsonants[10][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[10].length)]), 114, com_github_yellowstonegames_text_Language_accentedConsonants[13][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[13].length)]), 115, com_github_yellowstonegames_text_Language_accentedConsonants[14][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[14].length)]), 116, com_github_yellowstonegames_text_Language_accentedConsonants[15][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[15].length)]), 119, com_github_yellowstonegames_text_Language_accentedConsonants[17][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[17].length)]), 121, com_github_yellowstonegames_text_Language_accentedConsonants[19][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[19].length)]), 122, com_github_yellowstonegames_text_Language_accentedConsonants[20][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedConsonants[20].length)]); + matcher = regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(com_github_yellowstonegames_text_Language_repeats, ret[idx]); + matcher.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(matcher); + regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(matcher, 0) && (ret[idx] = regexodus_Matcher_$replaceAll__Lregexodus_Matcher_2Ljava_lang_String_2Ljava_lang_String_2(matcher, me[com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, me.length)])); + } + for (; idx < $intern_54; idx++) { + ret[idx] = tmp[idx % tmp.length]; + } + } + else + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []); + return ret; +} + +function com_github_yellowstonegames_text_Language_accentVowels__Lcom_github_tommyettinger_random_EnhancedRandom_2_3Ljava_lang_String_2D_3Ljava_lang_String_2(rng, me, influence){ + var idx, matcher, otherCount, ret, tmp; + ret = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, $intern_54, 6, 1); + otherCount = com_google_gwt_lang_Cast_round_1int__DI($intern_54 * influence); + if (me.length > 0) { + tmp = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, me.length, 6, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(me, 0, tmp, 0, me.length); + com_github_tommyettinger_random_LaserRandom_$shuffle__Lcom_github_tommyettinger_random_LaserRandom_2_3Ljava_lang_Object_2V(rng, tmp); + for (idx = 0; idx < otherCount; idx++) { + ret[idx] = java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(tmp[idx % tmp.length], 97, com_github_yellowstonegames_text_Language_accentedVowels[0][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[0].length)]), 101, com_github_yellowstonegames_text_Language_accentedVowels[1][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[1].length)]), 105, com_github_yellowstonegames_text_Language_accentedVowels[2][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[2].length)]), 111, com_github_yellowstonegames_text_Language_accentedVowels[3][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[3].length)]), 117, com_github_yellowstonegames_text_Language_accentedVowels[4][com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, com_github_yellowstonegames_text_Language_accentedVowels[4].length)]); + matcher = regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(com_github_yellowstonegames_text_Language_repeats, ret[idx]); + matcher.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(matcher); + regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(matcher, 0) && (ret[idx] = regexodus_Matcher_$replaceAll__Lregexodus_Matcher_2Ljava_lang_String_2Ljava_lang_String_2(matcher, me[com_github_tommyettinger_random_LaserRandom_$nextInt__Lcom_github_tommyettinger_random_LaserRandom_2II(rng, me.length)])); + } + for (; idx < $intern_54; idx++) { + ret[idx] = tmp[idx % tmp.length]; + } + } + else + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, []); + return ret; +} + +function com_github_yellowstonegames_text_Language_checkAll__Ljava_lang_CharSequence_2_3Lregexodus_Pattern_2Z(testing, checks){ + var fixed_0, i; + fixed_0 = com_github_yellowstonegames_text_Language_removeAccents__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2(testing); + for (i = 0; i < checks.length; i++) { + if (regexodus_Matcher_$find__Lregexodus_Matcher_2Z(regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(checks[i], fixed_0))) + return false; + } + return true; +} + +function com_github_yellowstonegames_text_Language_copyStrings___3Ljava_lang_String_2_3Ljava_lang_String_2(start_0){ + var next; + next = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, start_0.length, 6, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(start_0, 0, next, 0, start_0.length); + return next; +} + +function com_github_yellowstonegames_text_Language_removeAccents__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2(str){ + var alteredString, i; + alteredString = str; + for (i = 0; i < com_github_yellowstonegames_text_Language_accentFinders.length; i++) { + alteredString = regexodus_Replacer_$replace__Lregexodus_Replacer_2Ljava_lang_CharSequence_2Ljava_lang_String_2(com_github_yellowstonegames_text_Language_accentFinders[i], alteredString); + } + return alteredString; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(61, 1, {61:1}, com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3DDDDD_3Lregexodus_Pattern_2ZLjava_util_List_2V, com_github_yellowstonegames_text_Language_Language___3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3Ljava_lang_String_2_3I_3DDDDD_3Lregexodus_Pattern_2ZV); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_text_Language_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (this.com_github_yellowstonegames_text_Language_clean != that.com_github_yellowstonegames_text_Language_clean) + return false; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_text_Language_totalSyllableFrequency, this.com_github_yellowstonegames_text_Language_totalSyllableFrequency) != 0) + return false; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_text_Language_vowelStartFrequency, this.com_github_yellowstonegames_text_Language_vowelStartFrequency) != 0) + return false; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_text_Language_vowelEndFrequency, this.com_github_yellowstonegames_text_Language_vowelEndFrequency) != 0) + return false; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_text_Language_vowelSplitFrequency, this.com_github_yellowstonegames_text_Language_vowelSplitFrequency) != 0) + return false; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_text_Language_syllableEndFrequency, this.com_github_yellowstonegames_text_Language_syllableEndFrequency) != 0) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language_openingVowels, that.com_github_yellowstonegames_text_Language_openingVowels)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language_midVowels, that.com_github_yellowstonegames_text_Language_midVowels)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language_openingConsonants, that.com_github_yellowstonegames_text_Language_openingConsonants)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language_midConsonants, that.com_github_yellowstonegames_text_Language_midConsonants)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language_closingConsonants, that.com_github_yellowstonegames_text_Language_closingConsonants)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language_vowelSplitters, that.com_github_yellowstonegames_text_Language_vowelSplitters)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language_closingSyllables, that.com_github_yellowstonegames_text_Language_closingSyllables)) + return false; + if (!java_util_Arrays_equals___3D_3DZ(this.com_github_yellowstonegames_text_Language_syllableFrequencies, that.com_github_yellowstonegames_text_Language_syllableFrequencies)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language_sanityChecks, that.com_github_yellowstonegames_text_Language_sanityChecks)) + return false; + return this.com_github_yellowstonegames_text_Language_modifiers?com_github_tommyettinger_ds_ObjectList_$equals__Lcom_github_tommyettinger_ds_ObjectList_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language_modifiers, that.com_github_yellowstonegames_text_Language_modifiers):!that.com_github_yellowstonegames_text_Language_modifiers; +} +; +_.hashCode__I = function com_github_yellowstonegames_text_Language_hashCode__I(){ + var h, i, result; + h = (com_github_tommyettinger_digital_Hasher_$clinit__V() , com_github_tommyettinger_digital_Hasher_halphas); + result = $intern_3443 + 29791 * com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2I(h, this.com_github_yellowstonegames_text_Language_openingVowels) + 961 * com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2I(h, this.com_github_yellowstonegames_text_Language_midVowels) + 31 * com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2I(h, this.com_github_yellowstonegames_text_Language_openingConsonants) + com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2I(h, this.com_github_yellowstonegames_text_Language_midConsonants) | 0; + result = $intern_3443 * result + 29791 * com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2I(h, this.com_github_yellowstonegames_text_Language_closingConsonants) + 961 * com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2I(h, this.com_github_yellowstonegames_text_Language_vowelSplitters) + 31 * com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_CharSequence_2I(h, this.com_github_yellowstonegames_text_Language_closingSyllables) ^ (this.com_github_yellowstonegames_text_Language_clean?1:0); + result = $intern_3443 * result + 29791 * com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3DI(h, this.com_github_yellowstonegames_text_Language_syllableFrequencies) + 961 * com_github_tommyettinger_digital_BitConversion_doubleToMixedIntBits__DI(this.com_github_yellowstonegames_text_Language_totalSyllableFrequency) + 31 * com_github_tommyettinger_digital_BitConversion_doubleToMixedIntBits__DI(this.com_github_yellowstonegames_text_Language_vowelStartFrequency) + com_github_tommyettinger_digital_BitConversion_doubleToMixedIntBits__DI(this.com_github_yellowstonegames_text_Language_vowelEndFrequency) | 0; + result = $intern_3443 * result + 29791 * (this.com_github_yellowstonegames_text_Language_sanityChecks != null?this.com_github_yellowstonegames_text_Language_sanityChecks.length + 1:0) + 961 * com_github_tommyettinger_digital_BitConversion_doubleToMixedIntBits__DI(this.com_github_yellowstonegames_text_Language_syllableEndFrequency) + 31 * com_github_tommyettinger_digital_BitConversion_doubleToMixedIntBits__DI(this.com_github_yellowstonegames_text_Language_vowelSplitFrequency) | 0; + if (this.com_github_yellowstonegames_text_Language_modifiers) { + for (i = 0; i < this.com_github_yellowstonegames_text_Language_modifiers.java_util_ArrayList_array.length; i++) { + result = result + 7 * (i + 1) * com_github_yellowstonegames_text_Language$Modifier_$hashCode__Lcom_github_yellowstonegames_text_Language$Modifier_2I(java_util_ArrayList_$get__Ljava_util_ArrayList_2ILjava_lang_Object_2(this.com_github_yellowstonegames_text_Language_modifiers, i)) | 0; + } + } + return result; +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_text_Language_toString__Ljava_lang_String_2(){ + return 'Language{openingVowels=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language_openingVowels) + ', midVowels=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language_midVowels) + ', openingConsonants=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language_openingConsonants) + ', midConsonants=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language_midConsonants) + ', closingConsonants=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language_closingConsonants) + ', vowelSplitters=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language_vowelSplitters) + ', closingSyllables=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language_closingSyllables) + ', clean=' + this.com_github_yellowstonegames_text_Language_clean + ', syllableFrequencies=' + java_util_Arrays_toString___3DLjava_lang_String_2(this.com_github_yellowstonegames_text_Language_syllableFrequencies) + ', totalSyllableFrequency=' + this.com_github_yellowstonegames_text_Language_totalSyllableFrequency + ', vowelStartFrequency=' + this.com_github_yellowstonegames_text_Language_vowelStartFrequency + ', vowelEndFrequency=' + this.com_github_yellowstonegames_text_Language_vowelEndFrequency + ', vowelSplitFrequency=' + this.com_github_yellowstonegames_text_Language_vowelSplitFrequency + ', syllableEndFrequency=' + this.com_github_yellowstonegames_text_Language_syllableEndFrequency + ', sanityChecks=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language_sanityChecks) + ', modifiers=' + this.com_github_yellowstonegames_text_Language_modifiers + '}'; +} +; +_.com_github_yellowstonegames_text_Language_clean = false; +_.com_github_yellowstonegames_text_Language_name = 'Nameless Language'; +_.com_github_yellowstonegames_text_Language_syllableEndFrequency = 0; +_.com_github_yellowstonegames_text_Language_totalSyllableFrequency = 0; +_.com_github_yellowstonegames_text_Language_vowelEndFrequency = 0; +_.com_github_yellowstonegames_text_Language_vowelSplitFrequency = 0; +_.com_github_yellowstonegames_text_Language_vowelStartFrequency = 0; +var com_github_yellowstonegames_text_Language_DEMONIC, com_github_yellowstonegames_text_Language_DRAGON, com_github_yellowstonegames_text_Language_FANTASY_1NAME, com_github_yellowstonegames_text_Language_FRENCH, com_github_yellowstonegames_text_Language_GREEK_1ROMANIZED, com_github_yellowstonegames_text_Language_JAPANESE_1ROMANIZED, com_github_yellowstonegames_text_Language_RUSSIAN_1ROMANIZED, com_github_yellowstonegames_text_Language_accentFinders, com_github_yellowstonegames_text_Language_accentedConsonants, com_github_yellowstonegames_text_Language_accentedVowels, com_github_yellowstonegames_text_Language_arabicSanityChecks, com_github_yellowstonegames_text_Language_ender, com_github_yellowstonegames_text_Language_englishSanityChecks, com_github_yellowstonegames_text_Language_genericSanityChecks, com_github_yellowstonegames_text_Language_japaneseSanityChecks, com_github_yellowstonegames_text_Language_registered, com_github_yellowstonegames_text_Language_registeredNames, com_github_yellowstonegames_text_Language_registry, com_github_yellowstonegames_text_Language_repeats, com_github_yellowstonegames_text_Language_sb, com_github_yellowstonegames_text_Language_ssb, com_github_yellowstonegames_text_Language_vowelClusters, com_github_yellowstonegames_text_Language_vulgarChecks; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3444, 'Language', 61, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_text_Language$Alteration_$stringSerialize__Lcom_github_yellowstonegames_text_Language$Alteration_2Ljava_lang_String_2(this$static){ + return regexodus_Pattern_$serializeToString__Lregexodus_Pattern_2Ljava_lang_String_2(this$static.com_github_yellowstonegames_text_Language$Alteration_replacer.regexodus_Replacer_pattern) + '\x02' + this$static.com_github_yellowstonegames_text_Language$Alteration_replacement + '\x04' + this$static.com_github_yellowstonegames_text_Language$Alteration_chance; +} + +function com_github_yellowstonegames_text_Language$Alteration_Language$Alteration__Ljava_lang_String_2Ljava_lang_String_2V(pattern, replacement){ + this.com_github_yellowstonegames_text_Language$Alteration_replacement = replacement; + this.com_github_yellowstonegames_text_Language$Alteration_replacer = new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV(pattern, 16), replacement); + this.com_github_yellowstonegames_text_Language$Alteration_chance = 1; +} + +function com_github_yellowstonegames_text_Language$Alteration_Language$Alteration__Ljava_lang_String_2Ljava_lang_String_2DV(pattern, replacement, chance){ + this.com_github_yellowstonegames_text_Language$Alteration_replacement = replacement; + this.com_github_yellowstonegames_text_Language$Alteration_replacer = new regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(new regexodus_Pattern_Pattern__Ljava_lang_String_2IV(pattern, 16), replacement); + this.com_github_yellowstonegames_text_Language$Alteration_chance = chance; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(191, 1, {191:1}, com_github_yellowstonegames_text_Language$Alteration_Language$Alteration__Ljava_lang_String_2Ljava_lang_String_2V, com_github_yellowstonegames_text_Language$Alteration_Language$Alteration__Ljava_lang_String_2Ljava_lang_String_2DV); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_text_Language$Alteration_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Alteration_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (java_lang_Double_compare__DDI(that.com_github_yellowstonegames_text_Language$Alteration_chance, this.com_github_yellowstonegames_text_Language$Alteration_chance) != 0) + return false; + return regexodus_Replacer_$equals__Lregexodus_Replacer_2Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language$Alteration_replacer, that.com_github_yellowstonegames_text_Language$Alteration_replacer); +} +; +_.hashCode__I = function com_github_yellowstonegames_text_Language$Alteration_hashCode__I(){ + var result; + result = com_github_tommyettinger_digital_Hasher_$hash64__Lcom_github_tommyettinger_digital_Hasher_2Ljava_lang_CharSequence_2J((com_github_tommyettinger_digital_Hasher_$clinit__V() , com_github_tommyettinger_digital_Hasher_shax), regexodus_Pattern_$serializeToString__Lregexodus_Pattern_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language$Alteration_replacer.regexodus_Replacer_pattern)); + result = com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(31, result), com_github_tommyettinger_digital_BitConversion_doubleToLongBits__DJ(this.com_github_yellowstonegames_text_Language$Alteration_chance)); + result = com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(result, com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(result, 32)); + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_2342, result)); +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_text_Language$Alteration_toString__Ljava_lang_String_2(){ + return 'Alteration{replacer=' + this.com_github_yellowstonegames_text_Language$Alteration_replacer + ', chance=' + this.com_github_yellowstonegames_text_Language$Alteration_chance + '}'; +} +; +_.com_github_yellowstonegames_text_Language$Alteration_chance = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Alteration_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3444, 'Language/Alteration', 191, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_github_yellowstonegames_text_Language$Modifier_$clinit__V(){ + com_github_yellowstonegames_text_Language$Modifier_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_github_yellowstonegames_text_Language$Modifier_modSB = new java_lang_StringBuilder_StringBuilder__IV; + new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('[t\u0163\u0165\u021B]?[s\u015B\u015D\u015F\u0161\u0219]+h?', $intern_3113); + new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('(.)([s\u015B\u015D\u015F\u0161\u0219z\u017A\u017C\u017E])+', '$1$2$2$2'); + new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier___3Lcom_github_yellowstonegames_text_Language$Alteration_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Alteration_12_1classLit, 1), $intern_144, 191, 0, [new com_github_yellowstonegames_text_Language$Alteration_Language$Alteration__Ljava_lang_String_2Ljava_lang_String_2DV('^([^a\xE0\xE1\xE2\xE3\xE4\xE5\xE6\u0101\u0103\u0105\u01FB\u01FDe\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Bi\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131o\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u0153\u01FFu\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173y\xFD\xFF\u0177\u1EF3\u03B1\u03BF\u03B5\u03B9\u03C5\u03C9\u0430\u0435\u0451\u0438\u0439\u044A\u044B\u044D\u044E\u044F\u043E\u0443]+)', '$1-$1', 0.2), new com_github_yellowstonegames_text_Language$Alteration_Language$Alteration__Ljava_lang_String_2Ljava_lang_String_2DV('^([a\xE0\xE1\xE2\xE3\xE4\xE5\xE6\u0101\u0103\u0105\u01FB\u01FDe\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Bi\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131o\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u0153\u01FFu\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173\u03B1\u03BF\u03B5\u03B9\u03C5\u03C9\u0430\u0435\u0451\u0438\u0439\u044A\u044B\u044D\u044E\u044F\u043E\u0443]+)', '$1-$1', 0.2)])); + new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2DV('([^a\xE0\xE1\xE2\xE3\xE4\xE5\xE6\u0101\u0103\u0105\u01FB\u01FDe\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Bi\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131o\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u0153\u01FFu\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173y\xFD\xFF\u0177\u1EF3]|^)([a\xE0\xE1\xE2\xE3\xE4\xE5\u0101\u0103\u0105\u01FBe\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011B\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u01FF])([^a\xE0\xE1\xE2\xE3\xE4\xE5\xE6\u0101\u0103\u0105\u01FB\u01FDe\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Bi\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131o\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u0153\u01FFu\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173y\xFD\xFF\u0177\u1EF3]|$)', 0.4); + new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2DV('([a\xE0\xE1\xE2\xE3\xE4\xE5\xE6\u0101\u0103\u0105\u01FB\u01FDe\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Bi\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131o\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u0153\u01FFu\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173y\xFD\xFF\u0177\u1EF3\u03B1\u03BF\u03B5\u03B9\u03C5\u03C9\u0430\u0435\u0451\u0438\u0439\u044A\u044B\u044D\u044E\u044F\u043E\u0443])([^a\xE0\xE1\xE2\xE3\xE4\xE5\xE6\u0101\u0103\u0105\u01FB\u01FDe\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Bi\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131o\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u0153\u01FFu\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173y\xFD\xFF\u0177\u1EF3\u03B1\u03BF\u03B5\u03B9\u03C5\u03C9\u0430\u0435\u0451\u0438\u0439\u044A\u044B\u044D\u044E\u044F\u043E\u0443qwhjx])([a\xE0\xE1\xE2\xE3\xE4\xE5\xE6\u0101\u0103\u0105\u01FB\u01FDe\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Bi\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131o\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u0153\u01FFu\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173y\xFD\xFF\u0177\u1EF3\u03B1\u03BF\u03B5\u03B9\u03C5\u03C9\u0430\u0435\u0451\u0438\u0439\u044A\u044B\u044D\u044E\u044F\u043E\u0443]|$)', 0.5); + new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V('(.)\\1', '$1'); + com_github_yellowstonegames_text_Language$Modifier_SIMPLIFY_1NORSE = com_github_yellowstonegames_text_Language$Modifier_replacementTable___3Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language$Modifier_2(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3309, 'a', $intern_3234, 'e', $intern_3310, 'i', $intern_3372, 'y', $intern_3312, 'o', $intern_3311, 'u', $intern_3373, $intern_3100, $intern_3374, $intern_3131, '([^aeiou])jy', '$1yai', '([^aeiou])j(?:[aeiouy]+)', '$1yo', 's([\xF0\xFE])', $intern_3146, '\\bf[\xF0\xFE]', $intern_3142, '[\xF0\xFE]', $intern_3113])); + com_github_yellowstonegames_text_Language$Modifier_replacementTable___3Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language$Modifier_2(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3100, $intern_3373, $intern_3102, $intern_3101, '\xE1e', $intern_3445, 'a\xE9', $intern_3445, '\xE1\xE9', $intern_3445])); + com_github_yellowstonegames_text_Language$Modifier_replacementTable___3Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language$Modifier_2(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3373, $intern_3100, $intern_3101, $intern_3102, $intern_3445, '\xE1e'])); + com_github_yellowstonegames_text_Language$Modifier_replacementTable___3Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language$Modifier_2(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['[\xE6\u01FD\u0153\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131i\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173u\xFD\xFF\u0177\u1EF3y]([\xE6\u01FD\u0153\xFD\xFF\u0177\u1EF3y])', '$1', 'q([\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173u])$', 'q$1e', '([\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131i])[\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131i]', '$1', '([\xE6\u01FD\u0153\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131i\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173u\xFD\xFF\u0177\u1EF3y])[w\u0175\u1E81\u1E83\u1E85]$', '$1', '([\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173u])([\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u01FFo])', '$2$1', '[\xE0\xE1\xE2\xE3\xE4\xE5\u0101\u0103\u0105\u01FBa\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Be\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131i\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u01FFo\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173u\xFD\xFF\u0177\u1EF3y]([\xE6\u01FD\u0153])', '$1', '([\xE6\u01FD\u0153])[\xE0\xE1\xE2\xE3\xE4\xE5\u0101\u0103\u0105\u01FBa\xE8\xE9\xEA\xEB\u0113\u0115\u0117\u0119\u011Be\xEC\xED\xEE\xEF\u0129\u012B\u012D\u012F\u0131i\xF2\xF3\xF4\xF5\xF6\xF8\u014D\u014F\u0151\u01FFo\xF9\xFA\xFB\xFC\u0169\u016B\u016D\u016F\u0171\u0173u\xFD\xFF\u0177\u1EF3y]', '$1', '([w\u0175\u1E81\u1E83\u1E85])[w\u0175\u1E81\u1E83\u1E85]', '$1', 'qq', 'q'])); + com_github_yellowstonegames_text_Language$Modifier_replacementTable___3Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language$Modifier_2(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3301, $intern_3233, $intern_3429, $intern_3395, '\u0105', '\xE3', '\u01FB', '\xE5', $intern_3445, '\xE1e', $intern_3404, $intern_3236, $intern_3430, $intern_3391, '\u0117', $intern_3391, '\u0119', $intern_3235, $intern_3436, $intern_3234, '\u0129', $intern_3310, $intern_3302, $intern_3237, '\u012F', $intern_3396, $intern_3431, $intern_3238, '\u0131', 'iy', $intern_3405, $intern_3239, $intern_3432, $intern_3374, '\u0151', $intern_3312, $intern_3101, $intern_3102, '\u01FF', '\xF8', '\u0169', $intern_3311, $intern_3442, $intern_3399, '\u016F', '\xF9o', '\u0171', $intern_3311, '\u0173', $intern_3398, '\u0177', $intern_3372, '\u1EF3', '\xFF', '\u0107', $intern_3242, '\u0109', $intern_3242, '\u010B', $intern_3242, '\u010D', $intern_3242, '\u010F', $intern_3108, $intern_3335, $intern_3108, '\u011D', $intern_3125, '\u011F', $intern_3125, $intern_3407, $intern_3125, '\u0123', $intern_3125, '\u0125', 'hh', $intern_3408, 'hh', '\u0135', $intern_3336, '\u0237', 'jj', '\u0137', 'kc', '\u013A', 'lh', '\u013C', $intern_3154, '\u013E', 'ly', '\u0140\u0142', 'yl', $intern_3409, 'wl', $intern_3338, $intern_3160, $intern_3340, 'wn', '\u0148', $intern_3403, $intern_3410, $intern_3129, $intern_3411, $intern_3187, '\u0157', 'wr', '\u0159', $intern_3162, $intern_3341, $intern_3163, '\u015D', 'hs', $intern_3342, 'sy', '\u0161', 'ws', '\u0219', 'sw', $intern_3316, 'wt', '\u0165', $intern_3164, '\u021B', 'ty', '\u0175', 'ww', '\u1E81', 'hw', $intern_3412, 'wh', '\u1E85', 'uw', '\u017A', 'hz', '\u017C', 'zy', '\u017E', 'zz', $intern_3191, 'a', $intern_3192, 'o', $intern_3193, 'e', $intern_3194, 'i', $intern_3200, 'y', $intern_3199, $intern_3130, $intern_3214, $intern_3124, $intern_3223, $intern_3129, $intern_3222, $intern_3173, $intern_3219, 'nx', $intern_3218, $intern_3174, $intern_3220, 'rst', $intern_3221, $intern_3188, '\u03C1', $intern_3187, $intern_3202, 's', $intern_3203, 'z', $intern_3204, 't', $intern_3205, 'k', $intern_3206, $intern_1717, $intern_3207, 'n', '\u03BE', 'x', $intern_3208, $intern_3113, $intern_3209, 'm', $intern_3210, 'p', $intern_3211, $intern_3161, $intern_3212, 'b', $intern_3213, 'l', $intern_3215, 'g', $intern_3216, 'd', $intern_3217, $intern_3110, '\u03C2', 's', $intern_3249, 'a', $intern_3104, 'e', $intern_3103, $intern_3391, $intern_3106, 'i', $intern_3105, $intern_3237, $intern_3250, 'o', $intern_3251, 'u', '\u044A', $intern_3133, $intern_3252, 'y', '\u044D', 'e', '\u044E', $intern_3246, '\u044F', $intern_3115, $intern_3253, 'b', $intern_3254, 'v', $intern_3255, 'g', $intern_3256, 'd', $intern_3257, 'k', $intern_3258, 'l', $intern_3259, 'p', $intern_3260, 'r', $intern_3261, 's', $intern_3262, 't', $intern_3263, 'f', $intern_3264, $intern_3109, $intern_3265, $intern_3126, $intern_3270, $intern_1717, $intern_3266, $intern_3247, $intern_3267, 'm', $intern_3268, 'n', $intern_3269, 'z', $intern_3271, $intern_3112, '\u0449', 'shch'])); +} + +function com_github_yellowstonegames_text_Language$Modifier_$hashCode__Lcom_github_yellowstonegames_text_Language$Modifier_2I(this$static){ + return com_github_tommyettinger_digital_Hasher_$hash__Lcom_github_tommyettinger_digital_Hasher_2_3Ljava_lang_Object_2I((com_github_tommyettinger_digital_Hasher_$clinit__V() , com_github_tommyettinger_digital_Hasher_haagenti), this$static.com_github_yellowstonegames_text_Language$Modifier_alterations); +} + +function com_github_yellowstonegames_text_Language$Modifier_$modify__Lcom_github_yellowstonegames_text_Language$Modifier_2Lcom_github_tommyettinger_random_EnhancedRandom_2Ljava_lang_StringBuilder_2Ljava_lang_StringBuilder_2(this$static, rng, sb){ + var a, alt_0, found, m, oldLength, tb; + for (a = 0; a < this$static.com_github_yellowstonegames_text_Language$Modifier_alterations.length; a++) { + alt_0 = this$static.com_github_yellowstonegames_text_Language$Modifier_alterations[a]; + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(com_github_yellowstonegames_text_Language$Modifier_modSB, 0); + tb = new regexodus_Replacer$StringBuilderBuffer_Replacer$StringBuilderBuffer__Ljava_lang_StringBuilder_2V(com_github_yellowstonegames_text_Language$Modifier_modSB); + m = regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(alt_0.com_github_yellowstonegames_text_Language$Alteration_replacer.regexodus_Replacer_pattern, sb); + found = false; + while (true) { + if (alt_0.com_github_yellowstonegames_text_Language$Alteration_chance >= 1 || com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_github_tommyettinger_random_ChopRandom_$nextLong__Lcom_github_tommyettinger_random_ChopRandom_2J(rng), 11)) * $intern_416 < alt_0.com_github_yellowstonegames_text_Language$Alteration_chance) { + if (!regexodus_Replacer_replaceStep__Lregexodus_Matcher_2Lregexodus_Substitution_2Lregexodus_TextBuffer_2Z(m, alt_0.com_github_yellowstonegames_text_Language$Alteration_replacer.regexodus_Replacer_substitution, tb)) + break; + found = true; + } + else { + m.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(m); + if (!regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(m, 0)) + break; + found = true; + regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILregexodus_TextBuffer_2IZ(m, -1, tb, 0); + regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILregexodus_TextBuffer_2IZ(m, 0, tb, 0); + regexodus_Matcher_$setTarget__Lregexodus_Matcher_2Lregexodus_Matcher_2IV(m, m); + } + } + if (found) { + regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILregexodus_TextBuffer_2IZ(m, -3, tb, 0); + oldLength = sb.java_lang_AbstractStringBuilder_string.length; + 0 < oldLength?(sb.java_lang_AbstractStringBuilder_string = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(sb.java_lang_AbstractStringBuilder_string, 0, 0)):0 > oldLength && (sb.java_lang_AbstractStringBuilder_string += java_lang_String_valueOf___3CLjava_lang_String_2(com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, -oldLength, 15, 1))); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_CharSequence_2Ljava_lang_StringBuilder_2(sb, com_github_yellowstonegames_text_Language$Modifier_modSB); + } + } + return sb; +} + +function com_github_yellowstonegames_text_Language$Modifier_$stringSerialize__Lcom_github_yellowstonegames_text_Language$Modifier_2Ljava_lang_String_2(this$static){ + var i; + if (this$static.com_github_yellowstonegames_text_Language$Modifier_alterations.length == 0) + return '\x06'; + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(com_github_yellowstonegames_text_Language$Modifier_modSB, 0); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language$Modifier_modSB, 6); + for (i = 0; i < this$static.com_github_yellowstonegames_text_Language$Modifier_alterations.length; i++) + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(com_github_yellowstonegames_text_Language$Modifier_modSB, com_github_yellowstonegames_text_Language$Alteration_$stringSerialize__Lcom_github_yellowstonegames_text_Language$Alteration_2Ljava_lang_String_2(this$static.com_github_yellowstonegames_text_Language$Modifier_alterations[i])), 6); + return com_github_yellowstonegames_text_Language$Modifier_modSB.java_lang_AbstractStringBuilder_string; +} + +function com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__V(){ + this.com_github_yellowstonegames_text_Language$Modifier_alterations = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Alteration_12_1classLit, $intern_144, 191, 0, 0, 1); +} + +function com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V(pattern, replacement){ + com_github_yellowstonegames_text_Language$Modifier_$clinit__V(); + this.com_github_yellowstonegames_text_Language$Modifier_alterations = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Alteration_12_1classLit, 1), $intern_144, 191, 0, [new com_github_yellowstonegames_text_Language$Alteration_Language$Alteration__Ljava_lang_String_2Ljava_lang_String_2V(pattern, replacement)]); +} + +function com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2DV(pattern, chance){ + this.com_github_yellowstonegames_text_Language$Modifier_alterations = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Alteration_12_1classLit, 1), $intern_144, 191, 0, [new com_github_yellowstonegames_text_Language$Alteration_Language$Alteration__Ljava_lang_String_2Ljava_lang_String_2DV(pattern, '$1$2$2$3', chance)]); +} + +function com_github_yellowstonegames_text_Language$Modifier_Language$Modifier___3Lcom_github_yellowstonegames_text_Language$Alteration_2V(alts){ + this.com_github_yellowstonegames_text_Language$Modifier_alterations = alts; +} + +function com_github_yellowstonegames_text_Language$Modifier_replacementTable___3Ljava_lang_String_2Lcom_github_yellowstonegames_text_Language$Modifier_2(pairs){ + var alts, i, len; + if ((len = pairs.length) <= 1) + return new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__V; + alts = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Alteration_12_1classLit, $intern_144, 191, len >> 1, 0, 1); + for (i = 0; i < alts.length; i++) { + alts[i] = new com_github_yellowstonegames_text_Language$Alteration_Language$Alteration__Ljava_lang_String_2Ljava_lang_String_2V(pairs[i << 1], pairs[i << 1 | 1]); + } + return new com_github_yellowstonegames_text_Language$Modifier_Language$Modifier___3Lcom_github_yellowstonegames_text_Language$Alteration_2V(alts); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(118, 1, {118:1}, com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__V, com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2V, com_github_yellowstonegames_text_Language$Modifier_Language$Modifier__Ljava_lang_String_2Ljava_lang_String_2DV, com_github_yellowstonegames_text_Language$Modifier_Language$Modifier___3Lcom_github_yellowstonegames_text_Language$Alteration_2V); +_.equals__Ljava_lang_Object_2Z = function com_github_yellowstonegames_text_Language$Modifier_equals__Ljava_lang_Object_2Z(o){ + var modifier; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Modifier_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + modifier = o; + return java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.com_github_yellowstonegames_text_Language$Modifier_alterations, modifier.com_github_yellowstonegames_text_Language$Modifier_alterations); +} +; +_.hashCode__I = function com_github_yellowstonegames_text_Language$Modifier_hashCode__I(){ + return com_github_yellowstonegames_text_Language$Modifier_$hashCode__Lcom_github_yellowstonegames_text_Language$Modifier_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function com_github_yellowstonegames_text_Language$Modifier_toString__Ljava_lang_String_2(){ + return 'Modifier{alterations=' + java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(this.com_github_yellowstonegames_text_Language$Modifier_alterations) + '}'; +} +; +var com_github_yellowstonegames_text_Language$Modifier_SIMPLIFY_1NORSE, com_github_yellowstonegames_text_Language$Modifier_modSB; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1github_1yellowstonegames_1text_1Language$Modifier_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3444, 'Language/Modifier', 118, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_973, 1, {}); +var com_google_gwt_animation_client_AnimationScheduler_instance; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationScheduler_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3446, 'AnimationScheduler', $intern_973, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(535, 1, {535:1}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationScheduler$AnimationHandle_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3446, 'AnimationScheduler/AnimationHandle', 535, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_animation_client_AnimationScheduler$AnimationSupportDetector_$isNativelySupported__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationSupportDetector_2Z(){ + return !!$wnd.requestAnimationFrame && !!$wnd.cancelAnimationFrame; +} + +function com_google_gwt_animation_client_AnimationSchedulerImplStandard_AnimationSchedulerImplStandard__V(){ +} + +function com_google_gwt_animation_client_AnimationSchedulerImplStandard_requestImpl__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_core_client_JavaScriptObject_2(cb, element){ + var callback = $entry(function(){ + var time = Date.now(); + cb.execute__DV(time); + } + ); + var handle = $wnd.requestAnimationFrame(callback, element); + return {id:handle}; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(686, $intern_973, {}, com_google_gwt_animation_client_AnimationSchedulerImplStandard_AnimationSchedulerImplStandard__V); +_.requestAnimationFrame__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_animation_client_AnimationScheduler$AnimationHandle_2 = function com_google_gwt_animation_client_AnimationSchedulerImplStandard_requestAnimationFrame__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_animation_client_AnimationScheduler$AnimationHandle_2(callback, element){ + com_google_gwt_animation_client_AnimationSchedulerImplStandard_requestImpl__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_core_client_JavaScriptObject_2(callback, element); + return new com_google_gwt_animation_client_AnimationSchedulerImplStandard$1_AnimationSchedulerImplStandard$1__Lcom_google_gwt_animation_client_AnimationSchedulerImplStandard_2V; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationSchedulerImplStandard_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3446, 'AnimationSchedulerImplStandard', 686, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationScheduler_12_1classLit); +function com_google_gwt_animation_client_AnimationSchedulerImplStandard$1_AnimationSchedulerImplStandard$1__Lcom_google_gwt_animation_client_AnimationSchedulerImplStandard_2V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1042, 535, {535:1}, com_google_gwt_animation_client_AnimationSchedulerImplStandard$1_AnimationSchedulerImplStandard$1__Lcom_google_gwt_animation_client_AnimationSchedulerImplStandard_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationSchedulerImplStandard$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3446, 'AnimationSchedulerImplStandard/1', 1042, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationScheduler$AnimationHandle_12_1classLit); +function com_google_gwt_animation_client_AnimationSchedulerImplTimer_$updateAnimations__Lcom_google_gwt_animation_client_AnimationSchedulerImplTimer_2V(this$static){ + var curAnimations, duration, requestId, requestId$array, requestId$index, requestId$max; + curAnimations = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationSchedulerImplTimer$AnimationHandleImpl_12_1classLit, {1162:1, 3:1, 4:1, 5:1}, 660, this$static.com_google_gwt_animation_client_AnimationSchedulerImplTimer_animationRequests.java_util_ArrayList_array.length, 0, 1); + curAnimations = java_util_ArrayList_$toArray__Ljava_util_ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this$static.com_google_gwt_animation_client_AnimationSchedulerImplTimer_animationRequests, curAnimations); + duration = new com_google_gwt_core_client_Duration_Duration__V; + for (requestId$array = curAnimations , requestId$index = 0 , requestId$max = requestId$array.length; requestId$index < requestId$max; ++requestId$index) { + requestId = requestId$array[requestId$index]; + java_util_ArrayList_$remove__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static.com_google_gwt_animation_client_AnimationSchedulerImplTimer_animationRequests, requestId); + com_badlogic_gdx_backends_gwt_GwtApplication$2_$execute__Lcom_badlogic_gdx_backends_gwt_GwtApplication$2_2DV(requestId.com_google_gwt_animation_client_AnimationSchedulerImplTimer$AnimationHandleImpl_callback); + } + this$static.com_google_gwt_animation_client_AnimationSchedulerImplTimer_animationRequests.java_util_ArrayList_array.length > 0 && com_google_gwt_user_client_Timer_$schedule__Lcom_google_gwt_user_client_Timer_2IV(this$static.com_google_gwt_animation_client_AnimationSchedulerImplTimer_timer, $wnd.Math.max(5, 16 - (Date.now() - duration.com_google_gwt_core_client_Duration_start))); +} + +function com_google_gwt_animation_client_AnimationSchedulerImplTimer_AnimationSchedulerImplTimer__V(){ + this.com_google_gwt_animation_client_AnimationSchedulerImplTimer_animationRequests = new java_util_ArrayList_ArrayList__V; + this.com_google_gwt_animation_client_AnimationSchedulerImplTimer_timer = new com_google_gwt_animation_client_AnimationSchedulerImplTimer$1_AnimationSchedulerImplTimer$1__Lcom_google_gwt_animation_client_AnimationSchedulerImplTimer_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(687, $intern_973, {}, com_google_gwt_animation_client_AnimationSchedulerImplTimer_AnimationSchedulerImplTimer__V); +_.requestAnimationFrame__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_animation_client_AnimationScheduler$AnimationHandle_2 = function com_google_gwt_animation_client_AnimationSchedulerImplTimer_requestAnimationFrame__Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_animation_client_AnimationScheduler$AnimationHandle_2(callback, element){ + var requestId; + requestId = new com_google_gwt_animation_client_AnimationSchedulerImplTimer$AnimationHandleImpl_AnimationSchedulerImplTimer$AnimationHandleImpl__Lcom_google_gwt_animation_client_AnimationSchedulerImplTimer_2Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2V(callback); + java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this.com_google_gwt_animation_client_AnimationSchedulerImplTimer_animationRequests, requestId); + this.com_google_gwt_animation_client_AnimationSchedulerImplTimer_animationRequests.java_util_ArrayList_array.length == 1 && com_google_gwt_user_client_Timer_$schedule__Lcom_google_gwt_user_client_Timer_2IV(this.com_google_gwt_animation_client_AnimationSchedulerImplTimer_timer, 16); + return requestId; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationSchedulerImplTimer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3446, 'AnimationSchedulerImplTimer', 687, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationScheduler_12_1classLit); +function com_google_gwt_animation_client_AnimationSchedulerImplTimer$1_AnimationSchedulerImplTimer$1__Lcom_google_gwt_animation_client_AnimationSchedulerImplTimer_2V(this$0){ + this.com_google_gwt_animation_client_AnimationSchedulerImplTimer$1_this$01 = this$0; + com_google_gwt_user_client_Timer_Timer__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1043, 654, {}, com_google_gwt_animation_client_AnimationSchedulerImplTimer$1_AnimationSchedulerImplTimer$1__Lcom_google_gwt_animation_client_AnimationSchedulerImplTimer_2V); +_.run__V = function com_google_gwt_animation_client_AnimationSchedulerImplTimer$1_run__V(){ + com_google_gwt_animation_client_AnimationSchedulerImplTimer_$updateAnimations__Lcom_google_gwt_animation_client_AnimationSchedulerImplTimer_2V(this.com_google_gwt_animation_client_AnimationSchedulerImplTimer$1_this$01); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationSchedulerImplTimer$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3446, 'AnimationSchedulerImplTimer/1', 1043, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1Timer_12_1classLit); +function com_google_gwt_animation_client_AnimationSchedulerImplTimer$AnimationHandleImpl_AnimationSchedulerImplTimer$AnimationHandleImpl__Lcom_google_gwt_animation_client_AnimationSchedulerImplTimer_2Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2V(callback){ + this.com_google_gwt_animation_client_AnimationSchedulerImplTimer$AnimationHandleImpl_callback = callback; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(660, 535, {535:1, 660:1}, com_google_gwt_animation_client_AnimationSchedulerImplTimer$AnimationHandleImpl_AnimationSchedulerImplTimer$AnimationHandleImpl__Lcom_google_gwt_animation_client_AnimationSchedulerImplTimer_2Lcom_google_gwt_animation_client_AnimationScheduler$AnimationCallback_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationSchedulerImplTimer$AnimationHandleImpl_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3446, 'AnimationSchedulerImplTimer/AnimationHandleImpl', 660, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1animation_1client_1AnimationScheduler$AnimationHandle_12_1classLit); +function com_google_gwt_user_client_ui_UIObject_$getElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_user_client_Element_2(this$static){ + return com_google_gwt_user_client_DOM_$clinit__V() , this$static.com_google_gwt_user_client_ui_UIObject_element; +} + +function com_google_gwt_user_client_ui_UIObject_$replaceNode__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2V(node, newNode){ + var p = node.parentNode; + if (!p) { + return; + } + p.insertBefore(newNode, node); + p.removeChild(node); +} + +function com_google_gwt_user_client_ui_UIObject_$setElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_dom_client_Element_2V(this$static, elem){ + com_google_gwt_user_client_ui_UIObject_$setElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_user_client_Element_2V(this$static, (com_google_gwt_user_client_DOM_$clinit__V() , elem)); +} + +function com_google_gwt_user_client_ui_UIObject_$setElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_user_client_Element_2V(this$static, elem){ + this$static.com_google_gwt_user_client_ui_UIObject_element = elem; +} + +function com_google_gwt_user_client_ui_UIObject_$setHeight__Lcom_google_gwt_user_client_ui_UIObject_2Ljava_lang_String_2V(this$static, height){ + (com_google_gwt_user_client_DOM_$clinit__V() , this$static.com_google_gwt_user_client_ui_UIObject_element).style[$intern_42] = height; +} + +function com_google_gwt_user_client_ui_UIObject_$setWidth__Lcom_google_gwt_user_client_ui_UIObject_2Ljava_lang_String_2V(this$static, width_0){ + (com_google_gwt_user_client_DOM_$clinit__V() , this$static.com_google_gwt_user_client_ui_UIObject_element).style[$intern_37] = width_0; +} + +function com_google_gwt_user_client_ui_UIObject_setStyleName__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2ZV(elem, style){ + if (!elem) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V('Null widget handle. If you are creating a composite, ensure that initWidget() has been called.')); + } + style = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(style); + if (style.length == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Style names cannot be empty')); + } + com_google_gwt_dom_client_Element_$addClassName__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2Z(elem, style); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(124, 1, {147:1, 124:1}); +_.toString__Ljava_lang_String_2 = function com_google_gwt_user_client_ui_UIObject_toString__Ljava_lang_String_2(){ + if (!this.com_google_gwt_user_client_ui_UIObject_element) { + return '(null handle)'; + } + return com_google_gwt_dom_client_Element_$getString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2((com_google_gwt_user_client_DOM_$clinit__V() , this.com_google_gwt_user_client_ui_UIObject_element)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1UIObject_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'UIObject', 124, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_Widget_$onAttach__Lcom_google_gwt_user_client_ui_Widget_2V(this$static){ + var bitsToAdd; + if (this$static.com_google_gwt_user_client_ui_Widget_attached) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V("Should only call onAttach when the widget is detached from the browser's document")); + } + this$static.com_google_gwt_user_client_ui_Widget_attached = true; + com_google_gwt_user_client_DOM_$clinit__V(); + com_google_gwt_user_client_impl_DOMImpl_setEventListener__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_EventListener_2V(this$static.com_google_gwt_user_client_ui_UIObject_element, this$static); + bitsToAdd = this$static.com_google_gwt_user_client_ui_Widget_eventsToSink; + this$static.com_google_gwt_user_client_ui_Widget_eventsToSink = -1; + bitsToAdd > 0 && (this$static.com_google_gwt_user_client_ui_Widget_eventsToSink == -1?com_google_gwt_user_client_DOM_sinkEvents__Lcom_google_gwt_dom_client_Element_2IV(this$static.com_google_gwt_user_client_ui_UIObject_element, bitsToAdd | (this$static.com_google_gwt_user_client_ui_UIObject_element.__eventBits || 0)):(this$static.com_google_gwt_user_client_ui_Widget_eventsToSink |= bitsToAdd)); + this$static.doAttachChildren__V(); + this$static.onLoad__V(); +} + +function com_google_gwt_user_client_ui_Widget_$onBrowserEvent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_Event_2V(this$static, event_0){ + var related; + switch (com_google_gwt_user_client_DOM_$clinit__V() , com_google_gwt_user_client_impl_DOMImpl_$eventGetTypeInt__Lcom_google_gwt_user_client_impl_DOMImpl_2Ljava_lang_String_2I((com_google_gwt_dom_client_DOMImpl_$clinit__V() , event_0).type)) { + case 16: + case 32: + related = com_google_gwt_dom_client_DOMImpl_impl.eventGetRelatedTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(event_0); + if (!!related && com_google_gwt_dom_client_Node_$isOrHasChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Z(this$static.com_google_gwt_user_client_ui_UIObject_element, related)) { + return; + } + + } +} + +function com_google_gwt_user_client_ui_Widget_$onDetach__Lcom_google_gwt_user_client_ui_Widget_2V(this$static){ + if (!this$static.com_google_gwt_user_client_ui_Widget_attached) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V("Should only call onDetach when the widget is attached to the browser's document")); + } + try { + this$static.doDetachChildren__V(); + } + finally { + com_google_gwt_user_client_DOM_$clinit__V(); + this$static.com_google_gwt_user_client_ui_UIObject_element.__listener = null; + this$static.com_google_gwt_user_client_ui_Widget_attached = false; + } +} + +function com_google_gwt_user_client_ui_Widget_$removeFromParent__Lcom_google_gwt_user_client_ui_Widget_2V(this$static){ + if (!this$static.com_google_gwt_user_client_ui_Widget_parent) { + com_google_gwt_user_client_ui_RootPanel_$clinit__V(); + java_util_HashSet_$contains__Ljava_util_HashSet_2Ljava_lang_Object_2Z(com_google_gwt_user_client_ui_RootPanel_widgetsToDetach, this$static) && com_google_gwt_user_client_ui_RootPanel_detachNow__Lcom_google_gwt_user_client_ui_Widget_2V(this$static); + } + else if (this$static.com_google_gwt_user_client_ui_Widget_parent) { + this$static.com_google_gwt_user_client_ui_Widget_parent.remove__Lcom_google_gwt_user_client_ui_Widget_2Z(this$static); + } + else if (this$static.com_google_gwt_user_client_ui_Widget_parent) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V("This widget's parent does not implement HasWidgets")); + } +} + +function com_google_gwt_user_client_ui_Widget_$replaceElement__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_dom_client_Element_2V(this$static, elem){ + this$static.com_google_gwt_user_client_ui_Widget_attached && (com_google_gwt_user_client_DOM_$clinit__V() , this$static.com_google_gwt_user_client_ui_UIObject_element.__listener = null , undefined); + !!this$static.com_google_gwt_user_client_ui_UIObject_element && com_google_gwt_user_client_ui_UIObject_$replaceNode__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2V(this$static.com_google_gwt_user_client_ui_UIObject_element, elem); + this$static.com_google_gwt_user_client_ui_UIObject_element = elem; + this$static.com_google_gwt_user_client_ui_Widget_attached && (com_google_gwt_user_client_DOM_$clinit__V() , com_google_gwt_user_client_impl_DOMImpl_setEventListener__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_EventListener_2V(this$static.com_google_gwt_user_client_ui_UIObject_element, this$static)); +} + +function com_google_gwt_user_client_ui_Widget_$setParent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static, parent_0){ + var oldParent; + oldParent = this$static.com_google_gwt_user_client_ui_Widget_parent; + if (!parent_0) { + try { + !!oldParent && oldParent.com_google_gwt_user_client_ui_Widget_attached && com_google_gwt_user_client_ui_Widget_$onDetach__Lcom_google_gwt_user_client_ui_Widget_2V(this$static); + } + finally { + this$static.com_google_gwt_user_client_ui_Widget_parent = null; + } + } + else { + if (oldParent) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('Cannot set a new parent without first clearing the old parent')); + } + this$static.com_google_gwt_user_client_ui_Widget_parent = parent_0; + parent_0.com_google_gwt_user_client_ui_Widget_attached && this$static.onAttach__V(); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(119, 124, $intern_3448); +_.doAttachChildren__V = function com_google_gwt_user_client_ui_Widget_doAttachChildren__V(){ +} +; +_.doDetachChildren__V = function com_google_gwt_user_client_ui_Widget_doDetachChildren__V(){ +} +; +_.onAttach__V = function com_google_gwt_user_client_ui_Widget_onAttach__V(){ + com_google_gwt_user_client_ui_Widget_$onAttach__Lcom_google_gwt_user_client_ui_Widget_2V(this); +} +; +_.onBrowserEvent__Lcom_google_gwt_user_client_Event_2V = function com_google_gwt_user_client_ui_Widget_onBrowserEvent__Lcom_google_gwt_user_client_Event_2V(event_0){ + com_google_gwt_user_client_ui_Widget_$onBrowserEvent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_Event_2V(this, event_0); +} +; +_.onLoad__V = function com_google_gwt_user_client_ui_Widget_onLoad__V(){ +} +; +_.com_google_gwt_user_client_ui_Widget_attached = false; +_.com_google_gwt_user_client_ui_Widget_eventsToSink = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Widget_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, $intern_530, 119, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1UIObject_12_1classLit); +function com_google_gwt_user_client_ui_FocusWidget_$clinit__V(){ + com_google_gwt_user_client_ui_FocusWidget_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_user_client_ui_impl_FocusImpl_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1118, 119, $intern_3448); +_.onAttach__V = function com_google_gwt_user_client_ui_FocusWidget_onAttach__V(){ + var tabIndex; + com_google_gwt_user_client_ui_Widget_$onAttach__Lcom_google_gwt_user_client_ui_Widget_2V(this); + tabIndex = com_google_gwt_user_client_ui_impl_FocusImpl_$getTabIndex__Lcom_google_gwt_user_client_ui_impl_FocusImpl_2Lcom_google_gwt_dom_client_Element_2I((com_google_gwt_user_client_DOM_$clinit__V() , this.com_google_gwt_user_client_ui_UIObject_element)); + -1 == tabIndex && (this.com_google_gwt_user_client_ui_UIObject_element.tabIndex = 0 , undefined); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1FocusWidget_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'FocusWidget', 1118, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Widget_12_1classLit); +function com_google_gwt_canvas_client_Canvas_$getCanvasElement__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_dom_client_CanvasElement_2(this$static){ + return com_google_gwt_user_client_DOM_$clinit__V() , this$static.com_google_gwt_user_client_ui_UIObject_element; +} + +function com_google_gwt_canvas_client_Canvas_$getContext2d__Lcom_google_gwt_canvas_client_Canvas_2Lcom_google_gwt_canvas_dom_client_Context2d_2(this$static){ + return (com_google_gwt_user_client_DOM_$clinit__V() , this$static.com_google_gwt_user_client_ui_UIObject_element).getContext('2d'); +} + +function com_google_gwt_canvas_client_Canvas_Canvas__Lcom_google_gwt_dom_client_CanvasElement_2V(element){ + com_google_gwt_user_client_ui_UIObject_$setElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_user_client_Element_2V(this, (com_google_gwt_user_client_DOM_$clinit__V() , element)); +} + +function com_google_gwt_canvas_client_Canvas_createIfSupported__Lcom_google_gwt_canvas_client_Canvas_2(){ + com_google_gwt_user_client_ui_FocusWidget_$clinit__V(); + var element; + !com_google_gwt_canvas_client_Canvas_detector && (com_google_gwt_canvas_client_Canvas_detector = new com_google_gwt_canvas_client_Canvas$CanvasElementSupportDetectedMaybe_Canvas$CanvasElementSupportDetectedMaybe__V); + element = com_google_gwt_dom_client_Document_$createCanvasElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_CanvasElement_2($doc); + if (!element.getContext) { + return null; + } + return new com_google_gwt_canvas_client_Canvas_Canvas__Lcom_google_gwt_dom_client_CanvasElement_2V(element); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(942, 1118, $intern_3448, com_google_gwt_canvas_client_Canvas_Canvas__Lcom_google_gwt_dom_client_CanvasElement_2V); +var com_google_gwt_canvas_client_Canvas_detector; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1canvas_1client_1Canvas_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3449, 'Canvas', 942, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1FocusWidget_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1119, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1canvas_1client_1Canvas$CanvasElementSupportDetector_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3449, 'Canvas/CanvasElementSupportDetector', 1119, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_canvas_client_Canvas$CanvasElementSupportDetectedMaybe_Canvas$CanvasElementSupportDetectedMaybe__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(943, 1119, {}, com_google_gwt_canvas_client_Canvas$CanvasElementSupportDetectedMaybe_Canvas$CanvasElementSupportDetectedMaybe__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1canvas_1client_1Canvas$CanvasElementSupportDetectedMaybe_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3449, 'Canvas/CanvasElementSupportDetectedMaybe', 943, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1canvas_1client_1Canvas$CanvasElementSupportDetector_12_1classLit); +function com_google_gwt_canvas_dom_client_Context2d_$drawImage__Lcom_google_gwt_canvas_dom_client_Context2d_2Lcom_google_gwt_dom_client_CanvasElement_2DDDDDDDDV(this$static, image, sx, sy, sw, sh, dx, dy, dw, dh){ + this$static.drawImage(image, sx, sy, sw, sh, dx, dy, dw, dh); +} + +function com_google_gwt_canvas_dom_client_Context2d_$drawImage__Lcom_google_gwt_canvas_dom_client_Context2d_2Lcom_google_gwt_dom_client_ImageElement_2DDV(this$static, image, dx, dy){ + this$static.drawImage(image, dx, dy); +} + +function com_google_gwt_canvas_dom_client_Context2d_$rect__Lcom_google_gwt_canvas_dom_client_Context2d_2DDDDV(this$static, x_0, y_0, w, h){ + this$static.rect(x_0, y_0, w, h); +} + +function com_google_gwt_canvas_dom_client_Context2d_$setFillStyleWeb__Lcom_google_gwt_canvas_dom_client_Context2d_2Lcom_google_gwt_canvas_dom_client_FillStrokeStyle_2V(this$static, fillStyle){ + this$static.fillStyle = fillStyle; +} + +function com_google_gwt_canvas_dom_client_Context2d_$setGlobalCompositeOperation__Lcom_google_gwt_canvas_dom_client_Context2d_2Ljava_lang_String_2V(this$static, globalCompositeOperation){ + this$static.globalCompositeOperation = globalCompositeOperation; +} + +function com_google_gwt_canvas_dom_client_Context2d_$setStrokeStyleWeb__Lcom_google_gwt_canvas_dom_client_Context2d_2Lcom_google_gwt_canvas_dom_client_FillStrokeStyle_2V(this$static, strokeStyle){ + this$static.strokeStyle = strokeStyle; +} + +function com_google_gwt_canvas_dom_client_Context2d$Composite_$clinit__V(){ + com_google_gwt_canvas_dom_client_Context2d$Composite_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_canvas_dom_client_Context2d$Composite_COPY = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('COPY', 0, $intern_1500); + com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1ATOP = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('DESTINATION_ATOP', 1, 'destination-atop'); + com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1IN = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('DESTINATION_IN', 2, 'destination-in'); + com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1OUT = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('DESTINATION_OUT', 3, $intern_95); + com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1OVER = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('DESTINATION_OVER', 4, 'destination-over'); + com_google_gwt_canvas_dom_client_Context2d$Composite_LIGHTER = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('LIGHTER', 5, 'lighter'); + com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1ATOP = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('SOURCE_ATOP', 6, 'source-atop'); + com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1IN = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('SOURCE_IN', 7, 'source-in'); + com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OUT = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('SOURCE_OUT', 8, 'source-out'); + com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OVER = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('SOURCE_OVER', 9, 'source-over'); + com_google_gwt_canvas_dom_client_Context2d$Composite_XOR = new com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V('XOR', 10, 'xor'); +} + +function com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V(enum$name, enum$ordinal, value_0){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); + this.com_google_gwt_canvas_dom_client_Context2d$Composite_value = value_0; +} + +function com_google_gwt_canvas_dom_client_Context2d$Composite_values___3Lcom_google_gwt_canvas_dom_client_Context2d$Composite_2(){ + com_google_gwt_canvas_dom_client_Context2d$Composite_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1canvas_1dom_1client_1Context2d$Composite_12_1classLit, 1), $intern_11, 165, 0, [com_google_gwt_canvas_dom_client_Context2d$Composite_COPY, com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1ATOP, com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1IN, com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1OUT, com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1OVER, com_google_gwt_canvas_dom_client_Context2d$Composite_LIGHTER, com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1ATOP, com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1IN, com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OUT, com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OVER, com_google_gwt_canvas_dom_client_Context2d$Composite_XOR]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(165, 39, {165:1, 3:1, 42:1, 39:1}, com_google_gwt_canvas_dom_client_Context2d$Composite_Context2d$Composite__Ljava_lang_String_2ILjava_lang_String_2V); +var com_google_gwt_canvas_dom_client_Context2d$Composite_COPY, com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1ATOP, com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1IN, com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1OUT, com_google_gwt_canvas_dom_client_Context2d$Composite_DESTINATION_1OVER, com_google_gwt_canvas_dom_client_Context2d$Composite_LIGHTER, com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1ATOP, com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1IN, com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OUT, com_google_gwt_canvas_dom_client_Context2d$Composite_SOURCE_1OVER, com_google_gwt_canvas_dom_client_Context2d$Composite_XOR; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1canvas_1dom_1client_1Context2d$Composite_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2('com.google.gwt.canvas.dom.client', 'Context2d/Composite', 165, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_canvas_dom_client_Context2d$Composite_values___3Lcom_google_gwt_canvas_dom_client_Context2d$Composite_2); +function com_google_gwt_core_client_Duration_Duration__V(){ + this.com_google_gwt_core_client_Duration_start = Date.now(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(704, 1, {}, com_google_gwt_core_client_Duration_Duration__V); +_.com_google_gwt_core_client_Duration_start = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1Duration_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_35, 'Duration', 704, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(536, 31, $intern_660); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1JsException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'JsException', 536, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(828, 536, $intern_660); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1JavaScriptExceptionBase_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3450, 'JavaScriptExceptionBase', 828, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1JsException_12_1classLit); +function com_google_gwt_core_client_JavaScriptException_$clinit__V(){ + com_google_gwt_core_client_JavaScriptException_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_core_client_JavaScriptException_NOT_1SET = new java_lang_Object_Object__V; +} + +function com_google_gwt_core_client_JavaScriptException_$ensureInit__Lcom_google_gwt_core_client_JavaScriptException_2V(this$static){ + var exception; + if (this$static.com_google_gwt_core_client_JavaScriptException_message == null) { + exception = com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_google_gwt_core_client_JavaScriptException_e) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_core_client_JavaScriptException_NOT_1SET)?null:this$static.com_google_gwt_core_client_JavaScriptException_e; + this$static.com_google_gwt_core_client_JavaScriptException_name = exception == null?$intern_571:com_google_gwt_lang_Cast_instanceOfJso__Ljava_lang_Object_2Z(exception)?exception == null?null:exception.name:com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(exception)?$intern_1488:java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(exception)); + this$static.com_google_gwt_core_client_JavaScriptException_description = this$static.com_google_gwt_core_client_JavaScriptException_description + $intern_38 + (com_google_gwt_lang_Cast_instanceOfJso__Ljava_lang_Object_2Z(exception)?exception == null?null:exception.message:exception + ''); + this$static.com_google_gwt_core_client_JavaScriptException_message = '(' + this$static.com_google_gwt_core_client_JavaScriptException_name + ') ' + this$static.com_google_gwt_core_client_JavaScriptException_description; + } +} + +function com_google_gwt_core_client_JavaScriptException_JavaScriptException__Ljava_lang_Object_2V(e){ + com_google_gwt_core_client_JavaScriptException_$clinit__V(); + java_lang_Throwable_$$init__Ljava_lang_Throwable_2V(this); + java_lang_Throwable_$fillInStackTrace__Ljava_lang_Throwable_2Ljava_lang_Throwable_2(this); + this.java_lang_Throwable_backingJsObject = e; + java_lang_Throwable_$linkBack__Ljava_lang_Throwable_2Ljava_lang_Object_2V(this, e); + this.java_lang_Throwable_detailMessage = e == null?$intern_571:com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(e); + this.com_google_gwt_core_client_JavaScriptException_description = ''; + this.com_google_gwt_core_client_JavaScriptException_e = e; + this.com_google_gwt_core_client_JavaScriptException_description = ''; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(262, 828, {262:1, 3:1, 51:1, 31:1, 52:1}, com_google_gwt_core_client_JavaScriptException_JavaScriptException__Ljava_lang_Object_2V); +_.getMessage__Ljava_lang_String_2 = function com_google_gwt_core_client_JavaScriptException_getMessage__Ljava_lang_String_2(){ + return com_google_gwt_core_client_JavaScriptException_$ensureInit__Lcom_google_gwt_core_client_JavaScriptException_2V(this) , this.com_google_gwt_core_client_JavaScriptException_message; +} +; +_.getThrown__Ljava_lang_Object_2 = function com_google_gwt_core_client_JavaScriptException_getThrown__Ljava_lang_Object_2(){ + return com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this.com_google_gwt_core_client_JavaScriptException_e) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_core_client_JavaScriptException_NOT_1SET)?null:this.com_google_gwt_core_client_JavaScriptException_e; +} +; +var com_google_gwt_core_client_JavaScriptException_NOT_1SET; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1JavaScriptException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_35, 'JavaScriptException', 262, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1JavaScriptExceptionBase_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_971, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1Scheduler_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_35, 'Scheduler', $intern_971, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_core_client_impl_Impl_$clinit__V(){ + com_google_gwt_core_client_impl_Impl_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + !!(com_google_gwt_core_client_impl_StackTraceCreator_$clinit__V() , com_google_gwt_core_client_impl_StackTraceCreator_collector); +} + +function com_google_gwt_core_client_impl_Impl_apply__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(jsFunction, thisObj, args){ + return jsFunction.apply(thisObj, args); + var _; +} + +function com_google_gwt_core_client_impl_Impl_enter__Z(){ + var now_0; + if (com_google_gwt_core_client_impl_Impl_entryDepth != 0) { + now_0 = Date.now(); + if (now_0 - com_google_gwt_core_client_impl_Impl_watchdogEntryDepthLastScheduled > 2000) { + com_google_gwt_core_client_impl_Impl_watchdogEntryDepthLastScheduled = now_0; + com_google_gwt_core_client_impl_Impl_watchdogEntryDepthTimerId = $wnd.setTimeout(com_google_gwt_core_client_impl_Impl_watchdogEntryDepthRun__V, 10); + } + } + if (com_google_gwt_core_client_impl_Impl_entryDepth++ == 0) { + com_google_gwt_core_client_impl_SchedulerImpl_$flushEntryCommands__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V((com_google_gwt_core_client_impl_SchedulerImpl_$clinit__V() , com_google_gwt_core_client_impl_SchedulerImpl_INSTANCE)); + return true; + } + return false; +} + +function com_google_gwt_core_client_impl_Impl_entry__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2(jsFunction){ + com_google_gwt_core_client_impl_Impl_$clinit__V(); + return function(){ + return com_google_gwt_core_client_impl_Impl_entry0__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(jsFunction, this, arguments); + var _; + } + ; +} + +function com_google_gwt_core_client_impl_Impl_entry0__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(jsFunction, thisObj, args){ + var initialEntry; + initialEntry = com_google_gwt_core_client_impl_Impl_enter__Z(); + try { + return com_google_gwt_core_client_impl_Impl_apply__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(jsFunction, thisObj, args); + } + finally { + com_google_gwt_core_client_impl_Impl_exit__ZV(initialEntry); + } +} + +function com_google_gwt_core_client_impl_Impl_exit__ZV(initialEntry){ + initialEntry && com_google_gwt_core_client_impl_SchedulerImpl_$flushFinallyCommands__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V((com_google_gwt_core_client_impl_SchedulerImpl_$clinit__V() , com_google_gwt_core_client_impl_SchedulerImpl_INSTANCE)); + --com_google_gwt_core_client_impl_Impl_entryDepth; + if (initialEntry) { + if (com_google_gwt_core_client_impl_Impl_watchdogEntryDepthTimerId != -1) { + com_google_gwt_core_client_impl_Impl_watchdogEntryDepthCancel__IV(com_google_gwt_core_client_impl_Impl_watchdogEntryDepthTimerId); + com_google_gwt_core_client_impl_Impl_watchdogEntryDepthTimerId = -1; + } + } +} + +function com_google_gwt_core_client_impl_Impl_getModuleBaseURL__Ljava_lang_String_2(){ + com_google_gwt_core_client_impl_Impl_$clinit__V(); + var key = '__gwtDevModeHook:' + $moduleName + ':moduleBase'; + var global = $wnd || self; + return global[key] || $moduleBase; +} + +function com_google_gwt_core_client_impl_Impl_reportToBrowser__Ljava_lang_Object_2V(e){ + com_google_gwt_core_client_impl_Impl_$clinit__V(); + $wnd.setTimeout(function(){ + throw e; + } + , 0); +} + +function com_google_gwt_core_client_impl_Impl_watchdogEntryDepthCancel__IV(timerId){ + $wnd.clearTimeout(timerId); +} + +function com_google_gwt_core_client_impl_Impl_watchdogEntryDepthRun__V(){ + com_google_gwt_core_client_impl_Impl_entryDepth != 0 && (com_google_gwt_core_client_impl_Impl_entryDepth = 0); + com_google_gwt_core_client_impl_Impl_watchdogEntryDepthTimerId = -1; +} + +var com_google_gwt_core_client_impl_Impl_entryDepth = 0, com_google_gwt_core_client_impl_Impl_watchdogEntryDepthLastScheduled = 0, com_google_gwt_core_client_impl_Impl_watchdogEntryDepthTimerId = -1; +function com_google_gwt_core_client_impl_SchedulerImpl_$clinit__V(){ + com_google_gwt_core_client_impl_SchedulerImpl_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_core_client_impl_SchedulerImpl_INSTANCE = new com_google_gwt_core_client_impl_SchedulerImpl_SchedulerImpl__V; +} + +function com_google_gwt_core_client_impl_SchedulerImpl_$flushEntryCommands__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this$static){ + var oldQueue, rescheduled; + if (this$static.com_google_gwt_core_client_impl_SchedulerImpl_entryCommands) { + rescheduled = null; + do { + oldQueue = this$static.com_google_gwt_core_client_impl_SchedulerImpl_entryCommands; + this$static.com_google_gwt_core_client_impl_SchedulerImpl_entryCommands = null; + rescheduled = com_google_gwt_core_client_impl_SchedulerImpl_runScheduledTasks__Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2(oldQueue, rescheduled); + } + while (this$static.com_google_gwt_core_client_impl_SchedulerImpl_entryCommands); + this$static.com_google_gwt_core_client_impl_SchedulerImpl_entryCommands = rescheduled; + } +} + +function com_google_gwt_core_client_impl_SchedulerImpl_$flushFinallyCommands__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this$static){ + var oldQueue, rescheduled; + if (this$static.com_google_gwt_core_client_impl_SchedulerImpl_finallyCommands) { + rescheduled = null; + do { + oldQueue = this$static.com_google_gwt_core_client_impl_SchedulerImpl_finallyCommands; + this$static.com_google_gwt_core_client_impl_SchedulerImpl_finallyCommands = null; + rescheduled = com_google_gwt_core_client_impl_SchedulerImpl_runScheduledTasks__Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2(oldQueue, rescheduled); + } + while (this$static.com_google_gwt_core_client_impl_SchedulerImpl_finallyCommands); + this$static.com_google_gwt_core_client_impl_SchedulerImpl_finallyCommands = rescheduled; + } +} + +function com_google_gwt_core_client_impl_SchedulerImpl_$flushPostEventPumpCommands__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this$static){ + var oldDeferred; + if (this$static.com_google_gwt_core_client_impl_SchedulerImpl_deferredCommands) { + oldDeferred = this$static.com_google_gwt_core_client_impl_SchedulerImpl_deferredCommands; + this$static.com_google_gwt_core_client_impl_SchedulerImpl_deferredCommands = null; + !this$static.com_google_gwt_core_client_impl_SchedulerImpl_incrementalCommands && (this$static.com_google_gwt_core_client_impl_SchedulerImpl_incrementalCommands = []); + com_google_gwt_core_client_impl_SchedulerImpl_runScheduledTasks__Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2(oldDeferred, this$static.com_google_gwt_core_client_impl_SchedulerImpl_incrementalCommands); + } + !!this$static.com_google_gwt_core_client_impl_SchedulerImpl_incrementalCommands && (this$static.com_google_gwt_core_client_impl_SchedulerImpl_incrementalCommands = com_google_gwt_core_client_impl_SchedulerImpl_$runRepeatingTasks__Lcom_google_gwt_core_client_impl_SchedulerImpl_2Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2(this$static.com_google_gwt_core_client_impl_SchedulerImpl_incrementalCommands)); +} + +function com_google_gwt_core_client_impl_SchedulerImpl_$isWorkQueued__Lcom_google_gwt_core_client_impl_SchedulerImpl_2Z(this$static){ + return !!this$static.com_google_gwt_core_client_impl_SchedulerImpl_deferredCommands || !!this$static.com_google_gwt_core_client_impl_SchedulerImpl_incrementalCommands; +} + +function com_google_gwt_core_client_impl_SchedulerImpl_$maybeSchedulePostEventPumpCommands__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this$static){ + if (!this$static.com_google_gwt_core_client_impl_SchedulerImpl_shouldBeRunning) { + this$static.com_google_gwt_core_client_impl_SchedulerImpl_shouldBeRunning = true; + !this$static.com_google_gwt_core_client_impl_SchedulerImpl_flusher && (this$static.com_google_gwt_core_client_impl_SchedulerImpl_flusher = new com_google_gwt_core_client_impl_SchedulerImpl$Flusher_SchedulerImpl$Flusher__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this$static)); + com_google_gwt_core_client_impl_SchedulerImpl_scheduleFixedDelayImpl__Lcom_google_gwt_core_client_Scheduler$RepeatingCommand_2IV(this$static.com_google_gwt_core_client_impl_SchedulerImpl_flusher, 1); + !this$static.com_google_gwt_core_client_impl_SchedulerImpl_rescue && (this$static.com_google_gwt_core_client_impl_SchedulerImpl_rescue = new com_google_gwt_core_client_impl_SchedulerImpl$Rescuer_SchedulerImpl$Rescuer__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this$static)); + com_google_gwt_core_client_impl_SchedulerImpl_scheduleFixedDelayImpl__Lcom_google_gwt_core_client_Scheduler$RepeatingCommand_2IV(this$static.com_google_gwt_core_client_impl_SchedulerImpl_rescue, 50); + } +} + +function com_google_gwt_core_client_impl_SchedulerImpl_$runRepeatingTasks__Lcom_google_gwt_core_client_impl_SchedulerImpl_2Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2(tasks){ + var canceledSomeTasks, duration, executedSomeTask, i, length_0, newTasks, t; + length_0 = tasks.length; + if (length_0 == 0) { + return null; + } + canceledSomeTasks = false; + duration = new com_google_gwt_core_client_Duration_Duration__V; + while (Date.now() - duration.com_google_gwt_core_client_Duration_start < 16) { + executedSomeTask = false; + for (i = 0; i < length_0; i++) { + t = tasks[i]; + if (!t) { + continue; + } + executedSomeTask = true; + if (!t[0].execute__Z()) { + tasks[i] = null; + canceledSomeTasks = true; + } + } + if (!executedSomeTask) { + break; + } + } + if (canceledSomeTasks) { + newTasks = []; + for (i = 0; i < length_0; i++) { + !!tasks[i] && (newTasks[newTasks.length] = tasks[i] , undefined); + } + return newTasks.length == 0?null:newTasks; + } + else { + return tasks; + } +} + +function com_google_gwt_core_client_impl_SchedulerImpl_$scheduleDeferred__Lcom_google_gwt_core_client_impl_SchedulerImpl_2Lcom_google_gwt_core_client_Scheduler$ScheduledCommand_2V(this$static, cmd){ + this$static.com_google_gwt_core_client_impl_SchedulerImpl_deferredCommands = com_google_gwt_core_client_impl_SchedulerImpl_push__Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_impl_SchedulerImpl$Task_2Lcom_google_gwt_core_client_JsArray_2(this$static.com_google_gwt_core_client_impl_SchedulerImpl_deferredCommands, [cmd, false]); + com_google_gwt_core_client_impl_SchedulerImpl_$maybeSchedulePostEventPumpCommands__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this$static); +} + +function com_google_gwt_core_client_impl_SchedulerImpl_SchedulerImpl__V(){ +} + +function com_google_gwt_core_client_impl_SchedulerImpl_execute__Lcom_google_gwt_core_client_Scheduler$RepeatingCommand_2Z(cmd){ + return cmd.execute__Z(); +} + +function com_google_gwt_core_client_impl_SchedulerImpl_push__Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_impl_SchedulerImpl$Task_2Lcom_google_gwt_core_client_JsArray_2(queue, task){ + !queue && (queue = []); + queue[queue.length] = task; + return queue; +} + +function com_google_gwt_core_client_impl_SchedulerImpl_runScheduledTasks__Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2(tasks, rescheduled){ + var e, i, j, t; + for (i = 0 , j = tasks.length; i < j; i++) { + t = tasks[i]; + try { + t[1]?t[0].execute__Z() && (rescheduled = com_google_gwt_core_client_impl_SchedulerImpl_push__Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_impl_SchedulerImpl$Task_2Lcom_google_gwt_core_client_JsArray_2(rescheduled, t)):com_google_gwt_user_client_ui_Image$State$1_$execute__Lcom_google_gwt_user_client_ui_Image$State$1_2V(t[0]); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 52)) { + e = $e0; + com_google_gwt_core_client_impl_Impl_$clinit__V(); + com_google_gwt_core_client_impl_Impl_reportToBrowser__Ljava_lang_Object_2V(com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(e, 262)?e.getThrown__Ljava_lang_Object_2():e); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + return rescheduled; +} + +function com_google_gwt_core_client_impl_SchedulerImpl_scheduleFixedDelayImpl__Lcom_google_gwt_core_client_Scheduler$RepeatingCommand_2IV(cmd, delayMs){ + com_google_gwt_core_client_impl_SchedulerImpl_$clinit__V(); + function callback(){ + var ret = $entry(com_google_gwt_core_client_impl_SchedulerImpl_execute__Lcom_google_gwt_core_client_Scheduler$RepeatingCommand_2Z)(cmd); + ret && $wnd.setTimeout(callback, delayMs); + } + + $wnd.setTimeout(callback, delayMs); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(871, $intern_971, {}, com_google_gwt_core_client_impl_SchedulerImpl_SchedulerImpl__V); +_.com_google_gwt_core_client_impl_SchedulerImpl_flushRunning = false; +_.com_google_gwt_core_client_impl_SchedulerImpl_shouldBeRunning = false; +var com_google_gwt_core_client_impl_SchedulerImpl_INSTANCE; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1SchedulerImpl_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3450, 'SchedulerImpl', 871, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1Scheduler_12_1classLit); +function com_google_gwt_core_client_impl_SchedulerImpl$Flusher_SchedulerImpl$Flusher__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this$0){ + this.com_google_gwt_core_client_impl_SchedulerImpl$Flusher_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(872, 1, {}, com_google_gwt_core_client_impl_SchedulerImpl$Flusher_SchedulerImpl$Flusher__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V); +_.execute__Z = function com_google_gwt_core_client_impl_SchedulerImpl$Flusher_execute__Z(){ + this.com_google_gwt_core_client_impl_SchedulerImpl$Flusher_this$01.com_google_gwt_core_client_impl_SchedulerImpl_flushRunning = true; + com_google_gwt_core_client_impl_SchedulerImpl_$flushPostEventPumpCommands__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this.com_google_gwt_core_client_impl_SchedulerImpl$Flusher_this$01); + this.com_google_gwt_core_client_impl_SchedulerImpl$Flusher_this$01.com_google_gwt_core_client_impl_SchedulerImpl_flushRunning = false; + return this.com_google_gwt_core_client_impl_SchedulerImpl$Flusher_this$01.com_google_gwt_core_client_impl_SchedulerImpl_shouldBeRunning = com_google_gwt_core_client_impl_SchedulerImpl_$isWorkQueued__Lcom_google_gwt_core_client_impl_SchedulerImpl_2Z(this.com_google_gwt_core_client_impl_SchedulerImpl$Flusher_this$01); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1SchedulerImpl$Flusher_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3450, 'SchedulerImpl/Flusher', 872, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_core_client_impl_SchedulerImpl$Rescuer_SchedulerImpl$Rescuer__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V(this$0){ + this.com_google_gwt_core_client_impl_SchedulerImpl$Rescuer_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(873, 1, {}, com_google_gwt_core_client_impl_SchedulerImpl$Rescuer_SchedulerImpl$Rescuer__Lcom_google_gwt_core_client_impl_SchedulerImpl_2V); +_.execute__Z = function com_google_gwt_core_client_impl_SchedulerImpl$Rescuer_execute__Z(){ + this.com_google_gwt_core_client_impl_SchedulerImpl$Rescuer_this$01.com_google_gwt_core_client_impl_SchedulerImpl_flushRunning && com_google_gwt_core_client_impl_SchedulerImpl_scheduleFixedDelayImpl__Lcom_google_gwt_core_client_Scheduler$RepeatingCommand_2IV(this.com_google_gwt_core_client_impl_SchedulerImpl$Rescuer_this$01.com_google_gwt_core_client_impl_SchedulerImpl_flusher, 1); + return this.com_google_gwt_core_client_impl_SchedulerImpl$Rescuer_this$01.com_google_gwt_core_client_impl_SchedulerImpl_shouldBeRunning; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1SchedulerImpl$Rescuer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3450, 'SchedulerImpl/Rescuer', 873, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_core_client_impl_StackTraceCreator_$clinit__V(){ + com_google_gwt_core_client_impl_StackTraceCreator_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var c, enforceLegacy; + enforceLegacy = !com_google_gwt_core_client_impl_StackTraceCreator_supportsErrorStack__Z(); + c = new com_google_gwt_core_client_impl_StackTraceCreator$CollectorModernNoSourceMap_StackTraceCreator$CollectorModernNoSourceMap__V; + com_google_gwt_core_client_impl_StackTraceCreator_collector = enforceLegacy?new com_google_gwt_core_client_impl_StackTraceCreator$CollectorLegacy_StackTraceCreator$CollectorLegacy__V:c; +} + +function com_google_gwt_core_client_impl_StackTraceCreator_captureStackTrace__Ljava_lang_Object_2V(error){ + com_google_gwt_core_client_impl_StackTraceCreator_$clinit__V(); + com_google_gwt_core_client_impl_StackTraceCreator_collector.collect__Ljava_lang_Object_2V(error); +} + +function com_google_gwt_core_client_impl_StackTraceCreator_constructJavaStackTrace__Ljava_lang_Throwable_2_3Ljava_lang_StackTraceElement_2(thrown){ + com_google_gwt_core_client_impl_StackTraceCreator_$clinit__V(); + var stackTrace; + stackTrace = com_google_gwt_core_client_impl_StackTraceCreator_collector.getStackTrace__Ljava_lang_Object_2_3Ljava_lang_StackTraceElement_2(thrown); + return com_google_gwt_core_client_impl_StackTraceCreator_dropInternalFrames___3Ljava_lang_StackTraceElement_2_3Ljava_lang_StackTraceElement_2(stackTrace); +} + +function com_google_gwt_core_client_impl_StackTraceCreator_dropInternalFrames___3Ljava_lang_StackTraceElement_2_3Ljava_lang_StackTraceElement_2(stackTrace){ + var dropFrameUntilFnName, dropFrameUntilFnName2, i, numberOfFramesToSearch; + dropFrameUntilFnName = 'com_google_gwt_core_client_impl_StackTraceCreator_captureStackTrace__Ljava_lang_Object_2V'; + dropFrameUntilFnName2 = 'java_lang_Throwable_initializeBackingError__V'; + numberOfFramesToSearch = $wnd.Math.min(stackTrace.length, 5); + for (i = numberOfFramesToSearch - 1; i >= 0; i--) { + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(stackTrace[i].java_lang_StackTraceElement_methodName, dropFrameUntilFnName) || java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(stackTrace[i].java_lang_StackTraceElement_methodName, dropFrameUntilFnName2)) { + stackTrace.length >= i + 1 && stackTrace.splice(0, i + 1); + break; + } + } + return stackTrace; +} + +function com_google_gwt_core_client_impl_StackTraceCreator_extractFunctionName__Ljava_lang_String_2Ljava_lang_String_2(fnName){ + var fnRE = /function(?:\s+([\w$]+))?\s*\(/; + var match_0 = fnRE.exec(fnName); + return match_0 && match_0[1] || $intern_61; +} + +function com_google_gwt_core_client_impl_StackTraceCreator_parseInt__Ljava_lang_String_2I(number){ + com_google_gwt_core_client_impl_StackTraceCreator_$clinit__V(); + return parseInt(number) || -1; +} + +function com_google_gwt_core_client_impl_StackTraceCreator_split__Ljava_lang_Object_2Lcom_google_gwt_core_client_JsArrayString_2(t){ + com_google_gwt_core_client_impl_StackTraceCreator_$clinit__V(); + var e = t.java_lang_Throwable_backingJsObject; + if (e && e.stack) { + var stack_0 = e.stack; + var toString = e + $intern_39; + stack_0.substring(0, toString.length) == toString && (stack_0 = stack_0.substring(toString.length)); + return stack_0.split($intern_39); + } + return []; +} + +function com_google_gwt_core_client_impl_StackTraceCreator_supportsErrorStack__Z(){ + if (Error.stackTraceLimit > 0) { + $wnd.Error.stackTraceLimit = Error.stackTraceLimit = 64; + return true; + } + return $intern_657 in new Error; +} + +var com_google_gwt_core_client_impl_StackTraceCreator_collector; +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_965, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1StackTraceCreator$Collector_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3450, 'StackTraceCreator/Collector', $intern_965, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_core_client_impl_StackTraceCreator$CollectorLegacy_StackTraceCreator$CollectorLegacy__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(829, $intern_965, {}, com_google_gwt_core_client_impl_StackTraceCreator$CollectorLegacy_StackTraceCreator$CollectorLegacy__V); +_.collect__Ljava_lang_Object_2V = function com_google_gwt_core_client_impl_StackTraceCreator$CollectorLegacy_collect__Ljava_lang_Object_2V(error){ + var seen = {}, com_google_gwt_core_client_impl_StackTraceCreator_getFunctionName__Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_String_2_name_0; + var fnStack = []; + error[$intern_3451] = fnStack; + var callee = arguments.callee.caller; + while (callee) { + var name_0 = (com_google_gwt_core_client_impl_StackTraceCreator_$clinit__V() , callee.name || (callee.name = com_google_gwt_core_client_impl_StackTraceCreator_extractFunctionName__Ljava_lang_String_2Ljava_lang_String_2(callee.toString()))); + fnStack.push(name_0); + var keyName = ':' + name_0; + var withThisName = seen[keyName]; + if (withThisName) { + var i, j; + for (i = 0 , j = withThisName.length; i < j; i++) { + if (withThisName[i] === callee) { + return; + } + } + } + (withThisName || (seen[keyName] = [])).push(callee); + callee = callee.caller; + } +} +; +_.getStackTrace__Ljava_lang_Object_2_3Ljava_lang_StackTraceElement_2 = function com_google_gwt_core_client_impl_StackTraceCreator$CollectorLegacy_getStackTrace__Ljava_lang_Object_2_3Ljava_lang_StackTraceElement_2(t){ + var i, length_0, stack_0, stackTrace; + stack_0 = (com_google_gwt_core_client_impl_StackTraceCreator_$clinit__V() , t && t[$intern_3451]?t[$intern_3451]:[]); + length_0 = stack_0.length; + stackTrace = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StackTraceElement_12_1classLit, $intern_655, 231, length_0, 0, 1); + for (i = 0; i < length_0; i++) { + stackTrace[i] = new java_lang_StackTraceElement_StackTraceElement__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2IV(stack_0[i], null, -1); + } + return stackTrace; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1StackTraceCreator$CollectorLegacy_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3450, 'StackTraceCreator/CollectorLegacy', 829, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1StackTraceCreator$Collector_12_1classLit); +function com_google_gwt_core_client_impl_StackTraceCreator$CollectorModern_$parse__Lcom_google_gwt_core_client_impl_StackTraceCreator$CollectorModern_2Ljava_lang_String_2Ljava_lang_StackTraceElement_2(this$static, stString){ + var closeParen, col, endFileUrlIndex, fileName, index_0, lastColonIndex, line, location_0, toReturn; + location_0 = ''; + if (stString.length == 0) { + return this$static.createSte__Ljava_lang_String_2Ljava_lang_String_2IILjava_lang_StackTraceElement_2($intern_3452, $intern_61, -1, -1); + } + toReturn = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(stString); + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(toReturn.substr(0, 3), 'at ') && (toReturn = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(3, toReturn.length + 1) , toReturn.substr(3))); + toReturn = toReturn.replace(/\[.*?\]/g, ''); + index_0 = toReturn.indexOf('('); + if (index_0 == -1) { + index_0 = toReturn.indexOf('@'); + if (index_0 == -1) { + location_0 = toReturn; + toReturn = ''; + } + else { + location_0 = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(index_0 + 1, toReturn.length + 1) , toReturn.substr(index_0 + 1))); + toReturn = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, index_0, toReturn.length) , toReturn.substr(0, index_0))); + } + } + else { + closeParen = toReturn.indexOf(')', index_0); + location_0 = (javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(index_0 + 1, closeParen, toReturn.length) , toReturn.substr(index_0 + 1, closeParen - (index_0 + 1))); + toReturn = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, index_0, toReturn.length) , toReturn.substr(0, index_0))); + } + index_0 = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(toReturn, java_lang_String_fromCodePoint__ILjava_lang_String_2(46)); + index_0 != -1 && (toReturn = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(index_0 + 1, toReturn.length + 1) , toReturn.substr(index_0 + 1))); + (toReturn.length == 0 || java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(toReturn, 'Anonymous function')) && (toReturn = $intern_61); + lastColonIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(location_0, java_lang_String_fromCodePoint__ILjava_lang_String_2(58)); + endFileUrlIndex = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2II(location_0, java_lang_String_fromCodePoint__ILjava_lang_String_2(58), lastColonIndex - 1); + line = -1; + col = -1; + fileName = $intern_3452; + if (lastColonIndex != -1 && endFileUrlIndex != -1) { + fileName = (javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, endFileUrlIndex, location_0.length) , location_0.substr(0, endFileUrlIndex)); + line = com_google_gwt_core_client_impl_StackTraceCreator_parseInt__Ljava_lang_String_2I((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(endFileUrlIndex + 1, lastColonIndex, location_0.length) , location_0.substr(endFileUrlIndex + 1, lastColonIndex - (endFileUrlIndex + 1)))); + col = com_google_gwt_core_client_impl_StackTraceCreator_parseInt__Ljava_lang_String_2I((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(lastColonIndex + 1, location_0.length + 1) , location_0.substr(lastColonIndex + 1))); + } + return this$static.createSte__Ljava_lang_String_2Ljava_lang_String_2IILjava_lang_StackTraceElement_2(fileName, toReturn, line, col); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1101, $intern_965, {}); +_.collect__Ljava_lang_Object_2V = function com_google_gwt_core_client_impl_StackTraceCreator$CollectorModern_collect__Ljava_lang_Object_2V(error){ +} +; +_.createSte__Ljava_lang_String_2Ljava_lang_String_2IILjava_lang_StackTraceElement_2 = function com_google_gwt_core_client_impl_StackTraceCreator$CollectorModern_createSte__Ljava_lang_String_2Ljava_lang_String_2IILjava_lang_StackTraceElement_2(fileName, method, line, col){ + return new java_lang_StackTraceElement_StackTraceElement__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2IV(method, fileName + '@' + col, line < 0?-1:line); +} +; +_.getStackTrace__Ljava_lang_Object_2_3Ljava_lang_StackTraceElement_2 = function com_google_gwt_core_client_impl_StackTraceCreator$CollectorModern_getStackTrace__Ljava_lang_Object_2_3Ljava_lang_StackTraceElement_2(t){ + var addIndex, i, length_0, stack_0, stackTrace, ste; + stack_0 = com_google_gwt_core_client_impl_StackTraceCreator_split__Ljava_lang_Object_2Lcom_google_gwt_core_client_JsArrayString_2(t); + stackTrace = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StackTraceElement_12_1classLit, $intern_655, 231, 0, 0, 1); + addIndex = 0; + length_0 = stack_0.length; + if (length_0 == 0) { + return stackTrace; + } + ste = com_google_gwt_core_client_impl_StackTraceCreator$CollectorModern_$parse__Lcom_google_gwt_core_client_impl_StackTraceCreator$CollectorModern_2Ljava_lang_String_2Ljava_lang_StackTraceElement_2(this, stack_0[0]); + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(ste.java_lang_StackTraceElement_methodName, $intern_61) || (stackTrace[addIndex++] = ste); + for (i = 1; i < length_0; i++) { + stackTrace[addIndex++] = com_google_gwt_core_client_impl_StackTraceCreator$CollectorModern_$parse__Lcom_google_gwt_core_client_impl_StackTraceCreator$CollectorModern_2Ljava_lang_String_2Ljava_lang_StackTraceElement_2(this, stack_0[i]); + } + return stackTrace; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1StackTraceCreator$CollectorModern_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3450, 'StackTraceCreator/CollectorModern', 1101, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1StackTraceCreator$Collector_12_1classLit); +function com_google_gwt_core_client_impl_StackTraceCreator$CollectorModernNoSourceMap_StackTraceCreator$CollectorModernNoSourceMap__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(830, 1101, {}, com_google_gwt_core_client_impl_StackTraceCreator$CollectorModernNoSourceMap_StackTraceCreator$CollectorModernNoSourceMap__V); +_.createSte__Ljava_lang_String_2Ljava_lang_String_2IILjava_lang_StackTraceElement_2 = function com_google_gwt_core_client_impl_StackTraceCreator$CollectorModernNoSourceMap_createSte__Ljava_lang_String_2Ljava_lang_String_2IILjava_lang_StackTraceElement_2(fileName, method, line, col){ + return new java_lang_StackTraceElement_StackTraceElement__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2IV(method, fileName, -1); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1StackTraceCreator$CollectorModernNoSourceMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3450, 'StackTraceCreator/CollectorModernNoSourceMap', 830, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1core_1client_1impl_1StackTraceCreator$CollectorModern_12_1classLit); +function com_google_gwt_corp_compatibility_Numbers_$clinit__V(){ + com_google_gwt_corp_compatibility_Numbers_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_corp_compatibility_Numbers_wba = new Int8Array(8); + com_google_gwt_corp_compatibility_Numbers_wia = com_google_gwt_typedarrays_client_Int32ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Int32ArrayNative_2(com_google_gwt_corp_compatibility_Numbers_wba.buffer, 0, 2); + com_google_gwt_corp_compatibility_Numbers_wfa = com_google_gwt_typedarrays_client_Float32ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Float32ArrayNative_2(com_google_gwt_corp_compatibility_Numbers_wba.buffer, 0, 1); + com_google_gwt_typedarrays_client_Float64ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Float64ArrayNative_2(com_google_gwt_corp_compatibility_Numbers_wba.buffer, 0, 1); +} + +function com_google_gwt_corp_compatibility_Numbers_intBitsToFloat__IF(i){ + com_google_gwt_corp_compatibility_Numbers_$clinit__V(); + com_google_gwt_corp_compatibility_Numbers_wia[0] = i; + return com_google_gwt_corp_compatibility_Numbers_wfa[0]; +} + +var com_google_gwt_corp_compatibility_Numbers_wba, com_google_gwt_corp_compatibility_Numbers_wfa, com_google_gwt_corp_compatibility_Numbers_wia; +function com_google_gwt_dom_client_Node_$appendChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2(this$static, newChild){ + return this$static.appendChild(newChild); +} + +function com_google_gwt_dom_client_Node_$isOrHasChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Z(this$static, child){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).isOrHasChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Z(this$static, child); +} + +function com_google_gwt_dom_client_Node_$removeChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2(this$static, oldChild){ + return this$static.removeChild(oldChild); +} + +function com_google_gwt_dom_client_Element_$addClassName__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2Z(this$static, className){ + var idx, oldClassName; + className = com_google_gwt_dom_client_Element_trimClassName__Ljava_lang_String_2Ljava_lang_String_2(className); + oldClassName = this$static.className || ''; + idx = com_google_gwt_dom_client_Element_indexOfName__Ljava_lang_String_2Ljava_lang_String_2I(oldClassName, className); + if (idx == -1) { + oldClassName.length > 0?(this$static.className = oldClassName + ' ' + className || '' , undefined):(this$static.className = className || '' , undefined); + return true; + } + return false; +} + +function com_google_gwt_dom_client_Element_$dispatchEvent__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_NativeEvent_2V(this$static, evt){ + (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).dispatchEvent__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_NativeEvent_2V(this$static, evt); +} + +function com_google_gwt_dom_client_Element_$getPropertyString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2Ljava_lang_String_2(this$static, name_0){ + return this$static[name_0] == null?null:String(this$static[name_0]); +} + +function com_google_gwt_dom_client_Element_$getScrollLeft__Lcom_google_gwt_dom_client_Element_2I(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).getScrollLeft__Lcom_google_gwt_dom_client_Element_2I(this$static); +} + +function com_google_gwt_dom_client_Element_$getString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).toString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2(this$static); +} + +function com_google_gwt_dom_client_Element_$setAttribute__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2Ljava_lang_String_2V(this$static, name_0, value_0){ + this$static.setAttribute(name_0, value_0); +} + +function com_google_gwt_dom_client_Element_$setInnerText__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2V(this$static){ + (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).setInnerText__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2V(this$static, "Sorry, your browser doesn't seem to support WebGL"); +} + +function com_google_gwt_dom_client_Element_indexOfName__Ljava_lang_String_2Ljava_lang_String_2I(nameList, name_0){ + var idx, last, lastPos; + idx = nameList.indexOf(name_0); + while (idx != -1) { + if (idx == 0 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(idx - 1, nameList.length) , nameList.charCodeAt(idx - 1) == 32)) { + last = idx + name_0.length; + lastPos = nameList.length; + if (last == lastPos || last < lastPos && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(last, nameList.length) , nameList.charCodeAt(last) == 32)) { + break; + } + } + idx = nameList.indexOf(name_0, idx + 1); + } + return idx; +} + +function com_google_gwt_dom_client_Element_trimClassName__Ljava_lang_String_2Ljava_lang_String_2(className){ + className = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(className); + return className; +} + +function com_google_gwt_dom_client_CanvasElement_$setHeight__Lcom_google_gwt_dom_client_CanvasElement_2IV(this$static, height){ + this$static.height = height; +} + +function com_google_gwt_dom_client_CanvasElement_$setWidth__Lcom_google_gwt_dom_client_CanvasElement_2IV(this$static, width_0){ + this$static.width = width_0; +} + +function com_google_gwt_dom_client_DOMImpl_$clinit__V(){ + com_google_gwt_dom_client_DOMImpl_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_dom_client_DOMImpl_impl = com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1dom_1client_1DOMImpl__Ljava_lang_Object_2(); +} + +function com_google_gwt_dom_client_DOMImpl_$ensureDocumentScrollingElement__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(this$static, document_0){ + var scrollingElement; + scrollingElement = this$static.package_private$com_google_gwt_dom_client$getDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(document_0); + return scrollingElement?scrollingElement:document_0.documentElement; +} + +function com_google_gwt_dom_client_DOMImpl_$getParentElement__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Element_2(node){ + var parent_0 = node.parentNode; + (!parent_0 || parent_0.nodeType != 1) && (parent_0 = null); + return parent_0; +} + +function com_google_gwt_dom_client_DOMImpl_$getScrollLeft__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Document_2I(this$static, doc){ + var scrollingElement; + return com_google_gwt_dom_client_Element_$getScrollLeft__Lcom_google_gwt_dom_client_Element_2I((scrollingElement = com_google_gwt_dom_client_DOMImplStandard_$getDocumentScrollingElement__Lcom_google_gwt_dom_client_DOMImplStandard_2Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(this$static, doc) , scrollingElement?scrollingElement:doc.documentElement)); +} + +function com_google_gwt_dom_client_DOMImpl_$getScrollTop__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Document_2I(this$static, doc){ + var scrollingElement; + return ((scrollingElement = com_google_gwt_dom_client_DOMImplStandard_$getDocumentScrollingElement__Lcom_google_gwt_dom_client_DOMImplStandard_2Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(this$static, doc) , scrollingElement?scrollingElement:doc.documentElement).scrollTop || 0) | 0; +} + +function com_google_gwt_dom_client_DOMImpl_$getSubPixelAbsoluteLeft__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Element_2D(elem){ + var left = 0; + var curr = elem; + while (curr.offsetParent) { + left -= curr.scrollLeft; + curr = curr.parentNode; + } + while (elem) { + left += elem.offsetLeft; + elem = elem.offsetParent; + } + return left; +} + +function com_google_gwt_dom_client_DOMImpl_$getSubPixelAbsoluteTop__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Element_2D(elem){ + var top_0 = 0; + var curr = elem; + while (curr.offsetParent) { + top_0 -= curr.scrollTop; + curr = curr.parentNode; + } + while (elem) { + top_0 += elem.offsetTop; + elem = elem.offsetParent; + } + return top_0; +} + +function com_google_gwt_dom_client_DOMImpl_toInt32__DI(val){ + com_google_gwt_dom_client_DOMImpl_$clinit__V(); + return val | 0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(395, 1, $intern_3453); +_.eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I = function com_google_gwt_dom_client_DOMImpl_eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I(evt){ + return evt.button | 0; +} +; +_.eventGetCurrentTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2 = function com_google_gwt_dom_client_DOMImpl_eventGetCurrentTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(event_0){ + return event_0.currentTarget; +} +; +_.getAbsoluteLeft__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImpl_getAbsoluteLeft__Lcom_google_gwt_dom_client_Element_2I(elem){ + return com_google_gwt_dom_client_DOMImpl_toInt32__DI(com_google_gwt_dom_client_DOMImpl_$getSubPixelAbsoluteLeft__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Element_2D(elem)); +} +; +_.getAbsoluteTop__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImpl_getAbsoluteTop__Lcom_google_gwt_dom_client_Element_2I(elem){ + return com_google_gwt_dom_client_DOMImpl_toInt32__DI(com_google_gwt_dom_client_DOMImpl_$getSubPixelAbsoluteTop__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Element_2D(elem)); +} +; +_.package_private$com_google_gwt_dom_client$getDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2 = function com_google_gwt_dom_client_DOMImpl_getDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(doc){ + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(doc.compatMode, $intern_3454)?doc.documentElement:doc.body; +} +; +_.getScrollLeft__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImpl_getScrollLeft__Lcom_google_gwt_dom_client_Element_2I(elem){ + return com_google_gwt_dom_client_DOMImpl_toInt32__DI(elem.scrollLeft || 0); +} +; +_.getTabIndex__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImpl_getTabIndex__Lcom_google_gwt_dom_client_Element_2I(elem){ + return elem.tabIndex; +} +; +_.setInnerText__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2V = function com_google_gwt_dom_client_DOMImpl_setInnerText__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2V(elem, text_0){ + while (elem.firstChild) { + elem.removeChild(elem.firstChild); + } + text_0 != null && elem.appendChild(elem.ownerDocument.createTextNode(text_0)); +} +; +_.toString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2 = function com_google_gwt_dom_client_DOMImpl_toString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2(elem){ + return elem.outerHTML; +} +; +var com_google_gwt_dom_client_DOMImpl_impl; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1DOMImpl_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3455, 'DOMImpl', 395, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_dom_client_DOMImplStandard_$getDocumentScrollingElement__Lcom_google_gwt_dom_client_DOMImplStandard_2Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(this$static, doc){ + if (doc.scrollingElement) { + return doc.scrollingElement; + } + return this$static.package_private$com_google_gwt_dom_client$getLegacyDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(doc); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_979, 395, $intern_3453); +_.createHtmlEvent__Lcom_google_gwt_dom_client_Document_2Ljava_lang_String_2ZZLcom_google_gwt_dom_client_NativeEvent_2 = function com_google_gwt_dom_client_DOMImplStandard_createHtmlEvent__Lcom_google_gwt_dom_client_Document_2Ljava_lang_String_2ZZLcom_google_gwt_dom_client_NativeEvent_2(doc, type_0, canBubble, cancelable){ + var evt = doc.createEvent('HTMLEvents'); + evt.initEvent(type_0, canBubble, cancelable); + return evt; +} +; +_.dispatchEvent__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_NativeEvent_2V = function com_google_gwt_dom_client_DOMImplStandard_dispatchEvent__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_NativeEvent_2V(target, evt){ + target.dispatchEvent(evt); +} +; +_.eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I = function com_google_gwt_dom_client_DOMImplStandard_eventGetButton__Lcom_google_gwt_dom_client_NativeEvent_2I(evt){ + var button = evt.button; + if (button == 1) { + return 4; + } + else if (button == 2) { + return 2; + } + return 1; +} +; +_.eventGetCharCode__Lcom_google_gwt_dom_client_NativeEvent_2I = function com_google_gwt_dom_client_DOMImplStandard_eventGetCharCode__Lcom_google_gwt_dom_client_NativeEvent_2I(evt){ + return evt.charCode || 0; +} +; +_.eventGetRelatedTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2 = function com_google_gwt_dom_client_DOMImplStandard_eventGetRelatedTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(evt){ + return evt.relatedTarget; +} +; +_.eventGetTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2 = function com_google_gwt_dom_client_DOMImplStandard_eventGetTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(evt){ + return evt.target; +} +; +_.eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V = function com_google_gwt_dom_client_DOMImplStandard_eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V(evt){ + evt.preventDefault(); +} +; +_.package_private$com_google_gwt_dom_client$getDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2 = function com_google_gwt_dom_client_DOMImplStandard_getDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(doc){ + return com_google_gwt_dom_client_DOMImplStandard_$getDocumentScrollingElement__Lcom_google_gwt_dom_client_DOMImplStandard_2Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(this, doc); +} +; +_.package_private$com_google_gwt_dom_client$getLegacyDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2 = function com_google_gwt_dom_client_DOMImplStandard_getLegacyDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(doc){ + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(doc.compatMode, $intern_3454)?doc.documentElement:doc.body; +} +; +_.isOrHasChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Z = function com_google_gwt_dom_client_DOMImplStandard_isOrHasChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Z(parent_0, child){ + return parent_0.contains(child); +} +; +_.setInnerText__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2V = function com_google_gwt_dom_client_DOMImplStandard_setInnerText__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2V(elem, text_0){ + elem.textContent = text_0 || ''; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1DOMImplStandard_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3455, $intern_3456, $intern_979, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1DOMImpl_12_1classLit); +function com_google_gwt_dom_client_DOMImplMozilla_$getAbsoluteLeftImpl__Lcom_google_gwt_dom_client_DOMImplMozilla_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2I(viewport, elem){ + if (Element.prototype.getBoundingClientRect) { + return elem.getBoundingClientRect().left + viewport.scrollLeft | 0; + } + else { + var doc = elem.ownerDocument; + return doc.getBoxObjectFor(elem).screenX - doc.getBoxObjectFor(doc.documentElement).screenX; + } +} + +function com_google_gwt_dom_client_DOMImplMozilla_$getAbsoluteTopImpl__Lcom_google_gwt_dom_client_DOMImplMozilla_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2I(viewport, elem){ + if (Element.prototype.getBoundingClientRect) { + return elem.getBoundingClientRect().top + viewport.scrollTop | 0; + } + else { + var doc = elem.ownerDocument; + return doc.getBoxObjectFor(elem).screenY - doc.getBoxObjectFor(doc.documentElement).screenY; + } +} + +function com_google_gwt_dom_client_DOMImplMozilla_DOMImplMozilla__V(){ + com_google_gwt_dom_client_DOMImpl_$clinit__V(); +} + +function com_google_gwt_dom_client_DOMImplMozilla_getNativeGeckoVersion__I(){ + var result = /rv:([0-9]+)\.([0-9]+)(\.([0-9]+))?.*?/.exec(navigator.userAgent.toLowerCase()); + if (result && result.length >= 3) { + var version = parseInt(result[1]) * $intern_34 + parseInt(result[2]) * $intern_54 + parseInt(result.length >= 5 && !isNaN(result[4])?result[4]:0); + return version; + } + return -1; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(908, $intern_979, $intern_3453, com_google_gwt_dom_client_DOMImplMozilla_DOMImplMozilla__V); +_.eventGetRelatedTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2 = function com_google_gwt_dom_client_DOMImplMozilla_eventGetRelatedTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(evt){ + var relatedTarget = evt.relatedTarget; + if (!relatedTarget) { + return null; + } + try { + var nodeName = relatedTarget.nodeName; + return relatedTarget; + } + catch (e) { + return null; + } +} +; +_.getAbsoluteLeft__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImplMozilla_getAbsoluteLeft__Lcom_google_gwt_dom_client_Element_2I(elem){ + return com_google_gwt_dom_client_DOMImplMozilla_$getAbsoluteLeftImpl__Lcom_google_gwt_dom_client_DOMImplMozilla_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2I(com_google_gwt_dom_client_Document_$getViewportElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(elem.ownerDocument), elem); +} +; +_.getAbsoluteTop__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImplMozilla_getAbsoluteTop__Lcom_google_gwt_dom_client_Element_2I(elem){ + return com_google_gwt_dom_client_DOMImplMozilla_$getAbsoluteTopImpl__Lcom_google_gwt_dom_client_DOMImplMozilla_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2I(com_google_gwt_dom_client_Document_$getViewportElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(elem.ownerDocument), elem); +} +; +_.getScrollLeft__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImplMozilla_getScrollLeft__Lcom_google_gwt_dom_client_Element_2I(elem){ + var geckoVersion, com_google_gwt_dom_client_DOMImplMozilla_$isRTL__Lcom_google_gwt_dom_client_DOMImplMozilla_2Lcom_google_gwt_dom_client_Element_2Z_style_0; + geckoVersion = (com_google_gwt_dom_client_DOMImplMozilla_cachedGeckoVersion == -2 && (com_google_gwt_dom_client_DOMImplMozilla_cachedGeckoVersion = com_google_gwt_dom_client_DOMImplMozilla_getNativeGeckoVersion__I()) , com_google_gwt_dom_client_DOMImplMozilla_cachedGeckoVersion); + if (!(geckoVersion != -1 && geckoVersion >= 1009000) && (com_google_gwt_dom_client_DOMImplMozilla_$isRTL__Lcom_google_gwt_dom_client_DOMImplMozilla_2Lcom_google_gwt_dom_client_Element_2Z_style_0 = elem.ownerDocument.defaultView.getComputedStyle(elem, null) , com_google_gwt_dom_client_DOMImplMozilla_$isRTL__Lcom_google_gwt_dom_client_DOMImplMozilla_2Lcom_google_gwt_dom_client_Element_2Z_style_0.direction == 'rtl')) { + return com_google_gwt_dom_client_DOMImpl_toInt32__DI(elem.scrollLeft || 0) - (((elem.scrollWidth || 0) | 0) - (elem.clientWidth | 0)); + } + return com_google_gwt_dom_client_DOMImpl_toInt32__DI(elem.scrollLeft || 0); +} +; +_.isOrHasChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Z = function com_google_gwt_dom_client_DOMImplMozilla_isOrHasChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Z(parent_0, child){ + return parent_0 === child || !!(parent_0.compareDocumentPosition(child) & 16); +} +; +_.toString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2 = function com_google_gwt_dom_client_DOMImplMozilla_toString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2(elem){ + var doc = elem.ownerDocument; + var temp = elem.cloneNode(true); + var tempDiv = doc.createElement('DIV'); + tempDiv.appendChild(temp); + outer = tempDiv.innerHTML; + temp.innerHTML = ''; + return outer; +} +; +var com_google_gwt_dom_client_DOMImplMozilla_cachedGeckoVersion = -2; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1DOMImplMozilla_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3455, $intern_3457, 908, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1DOMImplStandard_12_1classLit); +function com_google_gwt_dom_client_DOMImplStandardBase_getAbsoluteLeftUsingOffsets__Lcom_google_gwt_dom_client_Element_2D(elem){ + if (elem.offsetLeft == null) { + return 0; + } + var left = 0; + var doc = elem.ownerDocument; + var curr = elem.parentNode; + if (curr) { + while (curr.offsetParent) { + left -= curr.scrollLeft; + doc.defaultView.getComputedStyle(curr, '').getPropertyValue($intern_1517) == 'rtl' && (left += curr.scrollWidth - curr.clientWidth); + curr = curr.parentNode; + } + } + while (elem) { + left += elem.offsetLeft; + if (doc.defaultView.getComputedStyle(elem, '')[$intern_1643] == 'fixed') { + left += doc.body.scrollLeft; + return left; + } + var parent_0 = elem.offsetParent; + parent_0 && $wnd.devicePixelRatio && (left += parseInt(doc.defaultView.getComputedStyle(parent_0, '').getPropertyValue('border-left-width'))); + if (parent_0 && parent_0.tagName == 'BODY' && elem.style.position == 'absolute') { + break; + } + elem = parent_0; + } + return left; +} + +function com_google_gwt_dom_client_DOMImplStandardBase_getAbsoluteTopUsingOffsets__Lcom_google_gwt_dom_client_Element_2D(elem){ + if (elem.offsetTop == null) { + return 0; + } + var top_0 = 0; + var doc = elem.ownerDocument; + var curr = elem.parentNode; + if (curr) { + while (curr.offsetParent) { + top_0 -= curr.scrollTop; + curr = curr.parentNode; + } + } + while (elem) { + top_0 += elem.offsetTop; + if (doc.defaultView.getComputedStyle(elem, '')[$intern_1643] == 'fixed') { + top_0 += doc.body.scrollTop; + return top_0; + } + var parent_0 = elem.offsetParent; + parent_0 && $wnd.devicePixelRatio && (top_0 += parseInt(doc.defaultView.getComputedStyle(parent_0, '').getPropertyValue('border-top-width'))); + if (parent_0 && parent_0.tagName == 'BODY' && elem.style.position == 'absolute') { + break; + } + elem = parent_0; + } + return top_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1117, $intern_979, $intern_3453); +_.eventGetCurrentTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2 = function com_google_gwt_dom_client_DOMImplStandardBase_eventGetCurrentTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(event_0){ + return event_0.currentTarget || $wnd; +} +; +_.getAbsoluteLeft__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImplStandardBase_getAbsoluteLeft__Lcom_google_gwt_dom_client_Element_2I(elem){ + var left, rect; + rect = elem.getBoundingClientRect && elem.getBoundingClientRect(); + left = rect?rect.left + com_google_gwt_dom_client_DOMImpl_$getScrollLeft__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Document_2I(this, elem.ownerDocument):com_google_gwt_dom_client_DOMImplStandardBase_getAbsoluteLeftUsingOffsets__Lcom_google_gwt_dom_client_Element_2D(elem); + return com_google_gwt_dom_client_DOMImpl_$clinit__V() , left | 0; +} +; +_.getAbsoluteTop__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImplStandardBase_getAbsoluteTop__Lcom_google_gwt_dom_client_Element_2I(elem){ + var rect, top_0, com_google_gwt_dom_client_DOMImplStandardBase$ClientRect_$getSubPixelTop__Lcom_google_gwt_dom_client_DOMImplStandardBase$ClientRect_2D_top_0; + rect = elem.getBoundingClientRect && elem.getBoundingClientRect(); + top_0 = rect?rect.top + com_google_gwt_dom_client_DOMImpl_$getScrollTop__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Document_2I(this, elem.ownerDocument):com_google_gwt_dom_client_DOMImplStandardBase_getAbsoluteTopUsingOffsets__Lcom_google_gwt_dom_client_Element_2D(elem); + return com_google_gwt_dom_client_DOMImpl_$clinit__V() , top_0 | 0; +} +; +_.getScrollLeft__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImplStandardBase_getScrollLeft__Lcom_google_gwt_dom_client_Element_2I(elem){ + if (!java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z('body', (com_google_gwt_dom_client_DOMImpl_$clinit__V() , elem).tagName) && elem.ownerDocument.defaultView.getComputedStyle(elem, '').direction == 'rtl') { + return com_google_gwt_dom_client_DOMImpl_toInt32__DI(elem.scrollLeft || 0) - (((elem.scrollWidth || 0) | 0) - (elem.clientWidth | 0)); + } + return com_google_gwt_dom_client_DOMImpl_toInt32__DI(elem.scrollLeft || 0); +} +; +_.getTabIndex__Lcom_google_gwt_dom_client_Element_2I = function com_google_gwt_dom_client_DOMImplStandardBase_getTabIndex__Lcom_google_gwt_dom_client_Element_2I(elem){ + return typeof elem.tabIndex != 'undefined'?elem.tabIndex:-1; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1DOMImplStandardBase_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3455, $intern_3458, 1117, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1DOMImplStandard_12_1classLit); +function com_google_gwt_dom_client_DOMImplWebkit_DOMImplWebkit__V(){ + com_google_gwt_dom_client_DOMImpl_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(907, 1117, $intern_3453, com_google_gwt_dom_client_DOMImplWebkit_DOMImplWebkit__V); +_.eventGetTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2 = function com_google_gwt_dom_client_DOMImplWebkit_eventGetTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(evt){ + var target = evt.target; + target && target.nodeType == 3 && (target = target.parentNode); + return target; +} +; +_.package_private$com_google_gwt_dom_client$getLegacyDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2 = function com_google_gwt_dom_client_DOMImplWebkit_getLegacyDocumentScrollingElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(doc){ + return doc.body; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1DOMImplWebkit_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3455, $intern_3459, 907, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1DOMImplStandardBase_12_1classLit); +function com_google_gwt_dom_client_Document_$createCanvasElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_CanvasElement_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , this$static).createElement('canvas'); +} + +function com_google_gwt_dom_client_Document_$createDivElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_DivElement_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , this$static).createElement('div'); +} + +function com_google_gwt_dom_client_Document_$createImageElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_ImageElement_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , this$static).createElement('img'); +} + +function com_google_gwt_dom_client_Document_$createLoadEvent__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_NativeEvent_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).createHtmlEvent__Lcom_google_gwt_dom_client_Document_2Ljava_lang_String_2ZZLcom_google_gwt_dom_client_NativeEvent_2(this$static, $intern_65, false, false); +} + +function com_google_gwt_dom_client_Document_$createSpanElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_SpanElement_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , this$static).createElement('span'); +} + +function com_google_gwt_dom_client_Document_$createTBodyElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_TableSectionElement_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , this$static).createElement('tbody'); +} + +function com_google_gwt_dom_client_Document_$createTDElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_TableCellElement_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , this$static).createElement('td'); +} + +function com_google_gwt_dom_client_Document_$createTRElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_TableRowElement_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , this$static).createElement($intern_3150); +} + +function com_google_gwt_dom_client_Document_$createTableElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_TableElement_2(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , this$static).createElement($intern_593); +} + +function com_google_gwt_dom_client_Document_$enableScrolling__Lcom_google_gwt_dom_client_Document_2ZV(this$static){ + (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.compatMode, $intern_3454)?this$static.documentElement:this$static.body).style['overflow'] = $intern_36; +} + +function com_google_gwt_dom_client_Document_$getClientHeight__Lcom_google_gwt_dom_client_Document_2I(this$static){ + return (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.compatMode, $intern_3454)?this$static.documentElement:this$static.body).clientHeight | 0; +} + +function com_google_gwt_dom_client_Document_$getClientWidth__Lcom_google_gwt_dom_client_Document_2I(this$static){ + return (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.compatMode, $intern_3454)?this$static.documentElement:this$static.body).clientWidth | 0; +} + +function com_google_gwt_dom_client_Document_$getElementById__Lcom_google_gwt_dom_client_Document_2Ljava_lang_String_2Lcom_google_gwt_dom_client_Element_2(this$static, elementId){ + return this$static.getElementById(elementId); +} + +function com_google_gwt_dom_client_Document_$getScrollLeft__Lcom_google_gwt_dom_client_Document_2I(this$static){ + return com_google_gwt_dom_client_Element_$getScrollLeft__Lcom_google_gwt_dom_client_Element_2I(com_google_gwt_dom_client_DOMImpl_$ensureDocumentScrollingElement__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2((com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl), this$static)); +} + +function com_google_gwt_dom_client_Document_$getScrollTop__Lcom_google_gwt_dom_client_Document_2I(this$static){ + return (com_google_gwt_dom_client_DOMImpl_$ensureDocumentScrollingElement__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2((com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl), this$static).scrollTop || 0) | 0; +} + +function com_google_gwt_dom_client_Document_$getViewportElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_Element_2(this$static){ + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.compatMode, $intern_3454)?this$static.documentElement:this$static.body; +} + +function com_google_gwt_dom_client_ImageElement_$setSrc__Lcom_google_gwt_dom_client_ImageElement_2Ljava_lang_String_2V(this$static, src_0){ + this$static.src = src_0; +} + +function com_google_gwt_dom_client_Style$TextAlign_$clinit__V(){ + com_google_gwt_dom_client_Style$TextAlign_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_dom_client_Style$TextAlign_CENTER = new com_google_gwt_dom_client_Style$TextAlign$1_Style$TextAlign$1__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$TextAlign_JUSTIFY = new com_google_gwt_dom_client_Style$TextAlign$2_Style$TextAlign$2__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$TextAlign_LEFT = new com_google_gwt_dom_client_Style$TextAlign$3_Style$TextAlign$3__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$TextAlign_RIGHT = new com_google_gwt_dom_client_Style$TextAlign$4_Style$TextAlign$4__Ljava_lang_String_2IV; +} + +function com_google_gwt_dom_client_Style$TextAlign_Style$TextAlign__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_google_gwt_dom_client_Style$TextAlign_values___3Lcom_google_gwt_dom_client_Style$TextAlign_2(){ + com_google_gwt_dom_client_Style$TextAlign_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign_12_1classLit, 1), $intern_11, 196, 0, [com_google_gwt_dom_client_Style$TextAlign_CENTER, com_google_gwt_dom_client_Style$TextAlign_JUSTIFY, com_google_gwt_dom_client_Style$TextAlign_LEFT, com_google_gwt_dom_client_Style$TextAlign_RIGHT]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(196, 39, $intern_3460); +var com_google_gwt_dom_client_Style$TextAlign_CENTER, com_google_gwt_dom_client_Style$TextAlign_JUSTIFY, com_google_gwt_dom_client_Style$TextAlign_LEFT, com_google_gwt_dom_client_Style$TextAlign_RIGHT; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/TextAlign', 196, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_dom_client_Style$TextAlign_values___3Lcom_google_gwt_dom_client_Style$TextAlign_2); +function com_google_gwt_dom_client_Style$TextAlign$1_Style$TextAlign$1__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$TextAlign_Style$TextAlign__Ljava_lang_String_2IV.call(this, 'CENTER', 0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(864, 196, $intern_3460, com_google_gwt_dom_client_Style$TextAlign$1_Style$TextAlign$1__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign$1_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/TextAlign/1', 864, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign_12_1classLit, null); +function com_google_gwt_dom_client_Style$TextAlign$2_Style$TextAlign$2__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$TextAlign_Style$TextAlign__Ljava_lang_String_2IV.call(this, 'JUSTIFY', 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(865, 196, $intern_3460, com_google_gwt_dom_client_Style$TextAlign$2_Style$TextAlign$2__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign$2_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/TextAlign/2', 865, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign_12_1classLit, null); +function com_google_gwt_dom_client_Style$TextAlign$3_Style$TextAlign$3__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$TextAlign_Style$TextAlign__Ljava_lang_String_2IV.call(this, 'LEFT', 2); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(866, 196, $intern_3460, com_google_gwt_dom_client_Style$TextAlign$3_Style$TextAlign$3__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign$3_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/TextAlign/3', 866, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign_12_1classLit, null); +function com_google_gwt_dom_client_Style$TextAlign$4_Style$TextAlign$4__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$TextAlign_Style$TextAlign__Ljava_lang_String_2IV.call(this, 'RIGHT', 3); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(867, 196, $intern_3460, com_google_gwt_dom_client_Style$TextAlign$4_Style$TextAlign$4__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign$4_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/TextAlign/4', 867, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$TextAlign_12_1classLit, null); +function com_google_gwt_dom_client_Style$Unit_$clinit__V(){ + com_google_gwt_dom_client_Style$Unit_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_dom_client_Style$Unit_PX = new com_google_gwt_dom_client_Style$Unit$1_Style$Unit$1__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$Unit_PCT = new com_google_gwt_dom_client_Style$Unit$2_Style$Unit$2__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$Unit_EM = new com_google_gwt_dom_client_Style$Unit$3_Style$Unit$3__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$Unit_EX = new com_google_gwt_dom_client_Style$Unit$4_Style$Unit$4__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$Unit_PT = new com_google_gwt_dom_client_Style$Unit$5_Style$Unit$5__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$Unit_PC = new com_google_gwt_dom_client_Style$Unit$6_Style$Unit$6__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$Unit_IN = new com_google_gwt_dom_client_Style$Unit$7_Style$Unit$7__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$Unit_CM = new com_google_gwt_dom_client_Style$Unit$8_Style$Unit$8__Ljava_lang_String_2IV; + com_google_gwt_dom_client_Style$Unit_MM = new com_google_gwt_dom_client_Style$Unit$9_Style$Unit$9__Ljava_lang_String_2IV; +} + +function com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_google_gwt_dom_client_Style$Unit_values___3Lcom_google_gwt_dom_client_Style$Unit_2(){ + com_google_gwt_dom_client_Style$Unit_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, 1), $intern_11, 108, 0, [com_google_gwt_dom_client_Style$Unit_PX, com_google_gwt_dom_client_Style$Unit_PCT, com_google_gwt_dom_client_Style$Unit_EM, com_google_gwt_dom_client_Style$Unit_EX, com_google_gwt_dom_client_Style$Unit_PT, com_google_gwt_dom_client_Style$Unit_PC, com_google_gwt_dom_client_Style$Unit_IN, com_google_gwt_dom_client_Style$Unit_CM, com_google_gwt_dom_client_Style$Unit_MM]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(108, 39, $intern_3461); +var com_google_gwt_dom_client_Style$Unit_CM, com_google_gwt_dom_client_Style$Unit_EM, com_google_gwt_dom_client_Style$Unit_EX, com_google_gwt_dom_client_Style$Unit_IN, com_google_gwt_dom_client_Style$Unit_MM, com_google_gwt_dom_client_Style$Unit_PC, com_google_gwt_dom_client_Style$Unit_PCT, com_google_gwt_dom_client_Style$Unit_PT, com_google_gwt_dom_client_Style$Unit_PX; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit', 108, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_dom_client_Style$Unit_values___3Lcom_google_gwt_dom_client_Style$Unit_2); +function com_google_gwt_dom_client_Style$Unit$1_Style$Unit$1__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV.call(this, 'PX', 0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(855, 108, $intern_3461, com_google_gwt_dom_client_Style$Unit$1_Style$Unit$1__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit$1_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit/1', 855, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, null); +function com_google_gwt_dom_client_Style$Unit$2_Style$Unit$2__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV.call(this, 'PCT', 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(856, 108, $intern_3461, com_google_gwt_dom_client_Style$Unit$2_Style$Unit$2__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit$2_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit/2', 856, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, null); +function com_google_gwt_dom_client_Style$Unit$3_Style$Unit$3__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV.call(this, 'EM', 2); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(857, 108, $intern_3461, com_google_gwt_dom_client_Style$Unit$3_Style$Unit$3__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit$3_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit/3', 857, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, null); +function com_google_gwt_dom_client_Style$Unit$4_Style$Unit$4__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV.call(this, 'EX', 3); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(858, 108, $intern_3461, com_google_gwt_dom_client_Style$Unit$4_Style$Unit$4__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit$4_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit/4', 858, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, null); +function com_google_gwt_dom_client_Style$Unit$5_Style$Unit$5__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV.call(this, 'PT', 4); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(859, 108, $intern_3461, com_google_gwt_dom_client_Style$Unit$5_Style$Unit$5__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit$5_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit/5', 859, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, null); +function com_google_gwt_dom_client_Style$Unit$6_Style$Unit$6__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV.call(this, 'PC', 5); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(860, 108, $intern_3461, com_google_gwt_dom_client_Style$Unit$6_Style$Unit$6__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit$6_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit/6', 860, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, null); +function com_google_gwt_dom_client_Style$Unit$7_Style$Unit$7__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV.call(this, 'IN', 6); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(861, 108, $intern_3461, com_google_gwt_dom_client_Style$Unit$7_Style$Unit$7__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit$7_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit/7', 861, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, null); +function com_google_gwt_dom_client_Style$Unit$8_Style$Unit$8__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV.call(this, 'CM', 7); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(862, 108, $intern_3461, com_google_gwt_dom_client_Style$Unit$8_Style$Unit$8__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit$8_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit/8', 862, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, null); +function com_google_gwt_dom_client_Style$Unit$9_Style$Unit$9__Ljava_lang_String_2IV(){ + com_google_gwt_dom_client_Style$Unit_Style$Unit__Ljava_lang_String_2IV.call(this, 'MM', 8); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(863, 108, $intern_3461, com_google_gwt_dom_client_Style$Unit$9_Style$Unit$9__Ljava_lang_String_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit$9_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_3455, 'Style/Unit/9', 863, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1dom_1client_1Style$Unit_12_1classLit, null); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1106, 1, {}); +_.toString__Ljava_lang_String_2 = function com_google_web_bindery_event_shared_Event_toString__Ljava_lang_String_2(){ + return 'An event type'; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1Event_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3462, 'Event', 1106, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_event_shared_GwtEvent_$overrideSource__Lcom_google_gwt_event_shared_GwtEvent_2Ljava_lang_Object_2V(this$static, source){ + this$static.com_google_web_bindery_event_shared_Event_source = source; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_975, 1106, {}); +_.getAssociatedType__Lcom_google_web_bindery_event_shared_Event$Type_2 = function com_google_gwt_event_shared_GwtEvent_getAssociatedType__Lcom_google_web_bindery_event_shared_Event$Type_2(){ + return this.getAssociatedType__Lcom_google_gwt_event_shared_GwtEvent$Type_2(); +} +; +_.com_google_gwt_event_shared_GwtEvent_dead = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1GwtEvent_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3463, 'GwtEvent', $intern_975, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1Event_12_1classLit); +function com_google_gwt_event_logical_shared_CloseEvent_CloseEvent__Ljava_lang_Object_2ZV(){ +} + +function com_google_gwt_event_logical_shared_CloseEvent_fire__Lcom_google_gwt_event_logical_shared_HasCloseHandlers_2Ljava_lang_Object_2ZV(source){ + var event_0; + if (com_google_gwt_event_logical_shared_CloseEvent_TYPE) { + event_0 = new com_google_gwt_event_logical_shared_CloseEvent_CloseEvent__Ljava_lang_Object_2ZV; + com_google_gwt_event_shared_HandlerManager_$fireEvent__Lcom_google_gwt_event_shared_HandlerManager_2Lcom_google_gwt_event_shared_GwtEvent_2V(source, event_0); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(906, $intern_975, {}, com_google_gwt_event_logical_shared_CloseEvent_CloseEvent__Ljava_lang_Object_2ZV); +_.dispatch__Lcom_google_gwt_event_shared_EventHandler_2V = function com_google_gwt_event_logical_shared_CloseEvent_dispatch__Lcom_google_gwt_event_shared_EventHandler_2V(handler){ + com_google_gwt_user_client_ui_RootPanel_detachWidgets__V(); +} +; +_.getAssociatedType__Lcom_google_web_bindery_event_shared_Event$Type_2 = function com_google_gwt_event_logical_shared_CloseEvent_getAssociatedType__Lcom_google_web_bindery_event_shared_Event$Type_2(){ + return com_google_gwt_event_logical_shared_CloseEvent_TYPE; +} +; +_.getAssociatedType__Lcom_google_gwt_event_shared_GwtEvent$Type_2 = function com_google_gwt_event_logical_shared_CloseEvent_getAssociatedType__Lcom_google_gwt_event_shared_GwtEvent$Type_2(){ + return com_google_gwt_event_logical_shared_CloseEvent_TYPE; +} +; +var com_google_gwt_event_logical_shared_CloseEvent_TYPE; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1logical_1shared_1CloseEvent_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3464, 'CloseEvent', 906, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1GwtEvent_12_1classLit); +function com_google_gwt_event_logical_shared_ResizeEvent_ResizeEvent__IIV(width_0, height){ + this.com_google_gwt_event_logical_shared_ResizeEvent_width = width_0; + this.com_google_gwt_event_logical_shared_ResizeEvent_height = height; +} + +function com_google_gwt_event_logical_shared_ResizeEvent_fire__Lcom_google_gwt_event_logical_shared_HasResizeHandlers_2IIV(source, width_0, height){ + var event_0; + if (com_google_gwt_event_logical_shared_ResizeEvent_TYPE) { + event_0 = new com_google_gwt_event_logical_shared_ResizeEvent_ResizeEvent__IIV(width_0, height); + com_google_gwt_event_shared_HandlerManager_$fireEvent__Lcom_google_gwt_event_shared_HandlerManager_2Lcom_google_gwt_event_shared_GwtEvent_2V(source, event_0); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(854, $intern_975, {}, com_google_gwt_event_logical_shared_ResizeEvent_ResizeEvent__IIV); +_.dispatch__Lcom_google_gwt_event_shared_EventHandler_2V = function com_google_gwt_event_logical_shared_ResizeEvent_dispatch__Lcom_google_gwt_event_shared_EventHandler_2V(handler){ + com_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_$onResize__Lcom_badlogic_gdx_backends_gwt_GwtApplication$ResizeListener_2Lcom_google_gwt_event_logical_shared_ResizeEvent_2V(handler, this); +} +; +_.getAssociatedType__Lcom_google_web_bindery_event_shared_Event$Type_2 = function com_google_gwt_event_logical_shared_ResizeEvent_getAssociatedType__Lcom_google_web_bindery_event_shared_Event$Type_2(){ + return com_google_gwt_event_logical_shared_ResizeEvent_TYPE; +} +; +_.getAssociatedType__Lcom_google_gwt_event_shared_GwtEvent$Type_2 = function com_google_gwt_event_logical_shared_ResizeEvent_getAssociatedType__Lcom_google_gwt_event_shared_GwtEvent$Type_2(){ + return com_google_gwt_event_logical_shared_ResizeEvent_TYPE; +} +; +_.com_google_gwt_event_logical_shared_ResizeEvent_height = 0; +_.com_google_gwt_event_logical_shared_ResizeEvent_width = 0; +var com_google_gwt_event_logical_shared_ResizeEvent_TYPE; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1logical_1shared_1ResizeEvent_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3464, 'ResizeEvent', 854, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1GwtEvent_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(838, 1, {}); +_.hashCode__I = function com_google_web_bindery_event_shared_Event$Type_hashCode__I(){ + return this.com_google_web_bindery_event_shared_Event$Type_index; +} +; +_.toString__Ljava_lang_String_2 = function com_google_web_bindery_event_shared_Event$Type_toString__Ljava_lang_String_2(){ + return 'Event type'; +} +; +_.com_google_web_bindery_event_shared_Event$Type_index = 0; +var com_google_web_bindery_event_shared_Event$Type_nextHashCode = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1Event$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3462, 'Event/Type', 838, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_event_shared_GwtEvent$Type_GwtEvent$Type__V(){ + this.com_google_web_bindery_event_shared_Event$Type_index = ++com_google_web_bindery_event_shared_Event$Type_nextHashCode; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(539, 838, {}, com_google_gwt_event_shared_GwtEvent$Type_GwtEvent$Type__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1GwtEvent$Type_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3463, 'GwtEvent/Type', 539, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1Event$Type_12_1classLit); +function com_google_gwt_event_shared_HandlerManager_$addHandler__Lcom_google_gwt_event_shared_HandlerManager_2Lcom_google_gwt_event_shared_GwtEvent$Type_2Lcom_google_gwt_event_shared_EventHandler_2Lcom_google_gwt_event_shared_HandlerRegistration_2(this$static, type_0, handler){ + return com_google_web_bindery_event_shared_SimpleEventBus_$doAdd__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event$Type_2Ljava_lang_Object_2Ljava_lang_Object_2Lcom_google_web_bindery_event_shared_HandlerRegistration_2(this$static.com_google_gwt_event_shared_HandlerManager_eventBus, type_0, handler) , new com_google_gwt_event_shared_LegacyHandlerWrapper_LegacyHandlerWrapper__Lcom_google_web_bindery_event_shared_HandlerRegistration_2V; +} + +function com_google_gwt_event_shared_HandlerManager_$fireEvent__Lcom_google_gwt_event_shared_HandlerManager_2Lcom_google_gwt_event_shared_GwtEvent_2V(this$static, event_0){ + var e, oldSource; + !event_0.com_google_gwt_event_shared_GwtEvent_dead || (event_0.com_google_gwt_event_shared_GwtEvent_dead = false , event_0.com_google_web_bindery_event_shared_Event_source = null); + oldSource = event_0.com_google_web_bindery_event_shared_Event_source; + com_google_gwt_event_shared_GwtEvent_$overrideSource__Lcom_google_gwt_event_shared_GwtEvent_2Ljava_lang_Object_2V(event_0, this$static.com_google_gwt_event_shared_HandlerManager_source); + try { + com_google_web_bindery_event_shared_SimpleEventBus_$doFire__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event_2Ljava_lang_Object_2V(this$static.com_google_gwt_event_shared_HandlerManager_eventBus, event_0); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 323)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_google_gwt_event_shared_UmbrellaException_UmbrellaException__Ljava_util_Set_2V(e.com_google_web_bindery_event_shared_UmbrellaException_causes)); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + finally { + oldSource == null?(event_0.com_google_gwt_event_shared_GwtEvent_dead = true , event_0.com_google_web_bindery_event_shared_Event_source = null):(event_0.com_google_web_bindery_event_shared_Event_source = oldSource); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(701, 1, {137:1}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1HandlerManager_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3463, 'HandlerManager', 701, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1108, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1EventBus_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3462, 'EventBus', 1108, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_web_bindery_event_shared_SimpleEventBus_$defer__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_SimpleEventBus$Command_2V(this$static, command){ + !this$static.com_google_web_bindery_event_shared_SimpleEventBus_deferredDeltas && (this$static.com_google_web_bindery_event_shared_SimpleEventBus_deferredDeltas = new java_util_ArrayList_ArrayList__V); + java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(this$static.com_google_web_bindery_event_shared_SimpleEventBus_deferredDeltas, command); +} + +function com_google_web_bindery_event_shared_SimpleEventBus_$doAdd__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event$Type_2Ljava_lang_Object_2Ljava_lang_Object_2Lcom_google_web_bindery_event_shared_HandlerRegistration_2(this$static, type_0, handler){ + var l; + if (!type_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V('Cannot add a handler with a null type')); + } + this$static.com_google_web_bindery_event_shared_SimpleEventBus_firingDepth > 0?com_google_web_bindery_event_shared_SimpleEventBus_$defer__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_SimpleEventBus$Command_2V(this$static, new com_google_web_bindery_event_shared_SimpleEventBus$2_SimpleEventBus$2__Lcom_google_web_bindery_event_shared_SimpleEventBus_2V(this$static, type_0, handler)):(l = com_google_web_bindery_event_shared_SimpleEventBus_$ensureHandlerList__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event$Type_2Ljava_lang_Object_2Ljava_util_List_2(this$static, type_0, null) , l.add__Ljava_lang_Object_2Z(handler)); + return new com_google_web_bindery_event_shared_SimpleEventBus$1_SimpleEventBus$1__Lcom_google_web_bindery_event_shared_SimpleEventBus_2V; +} + +function com_google_web_bindery_event_shared_SimpleEventBus_$doAddNow__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event$Type_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, type_0, source, handler){ + var l; + l = com_google_web_bindery_event_shared_SimpleEventBus_$ensureHandlerList__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event$Type_2Ljava_lang_Object_2Ljava_util_List_2(this$static, type_0, source); + l.add__Ljava_lang_Object_2Z(handler); +} + +function com_google_web_bindery_event_shared_SimpleEventBus_$doFire__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event_2Ljava_lang_Object_2V(this$static, event_0){ + var causes, directHandlers, e, handler, handlers, it; + try { + ++this$static.com_google_web_bindery_event_shared_SimpleEventBus_firingDepth; + handlers = (directHandlers = com_google_web_bindery_event_shared_SimpleEventBus_$getHandlerList__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event$Type_2Ljava_lang_Object_2Ljava_util_List_2(this$static, event_0.getAssociatedType__Lcom_google_web_bindery_event_shared_Event$Type_2()) , directHandlers); + causes = null; + it = this$static.com_google_web_bindery_event_shared_SimpleEventBus_isReverseOrder?handlers.listIterator__ILjava_util_ListIterator_2(handlers.size__I()):handlers.listIterator__Ljava_util_ListIterator_2(); + while (this$static.com_google_web_bindery_event_shared_SimpleEventBus_isReverseOrder?it.hasPrevious__Z():it.hasNext__Z()) { + handler = this$static.com_google_web_bindery_event_shared_SimpleEventBus_isReverseOrder?it.previous__Ljava_lang_Object_2():it.next__Ljava_lang_Object_2(); + try { + event_0.dispatch__Lcom_google_gwt_event_shared_EventHandler_2V(handler); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 52)) { + e = $e0; + !causes && (causes = new java_util_HashSet_HashSet__V); + java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(causes.java_util_HashSet_map, e, causes); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + if (causes) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_google_web_bindery_event_shared_UmbrellaException_UmbrellaException__Ljava_util_Set_2V(causes)); + } + } + finally { + --this$static.com_google_web_bindery_event_shared_SimpleEventBus_firingDepth; + this$static.com_google_web_bindery_event_shared_SimpleEventBus_firingDepth == 0 && com_google_web_bindery_event_shared_SimpleEventBus_$handleQueuedAddsAndRemoves__Lcom_google_web_bindery_event_shared_SimpleEventBus_2V(this$static); + } +} + +function com_google_web_bindery_event_shared_SimpleEventBus_$ensureHandlerList__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event$Type_2Ljava_lang_Object_2Ljava_util_List_2(this$static, type_0, source){ + var handlers, sourceMap; + sourceMap = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_google_web_bindery_event_shared_SimpleEventBus_map, type_0); + if (!sourceMap) { + sourceMap = new java_util_HashMap_HashMap__V; + java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_google_web_bindery_event_shared_SimpleEventBus_map, type_0, sourceMap); + } + handlers = sourceMap.get__Ljava_lang_Object_2Ljava_lang_Object_2(source); + if (!handlers) { + handlers = new java_util_ArrayList_ArrayList__V; + sourceMap.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(source, handlers); + } + return handlers; +} + +function com_google_web_bindery_event_shared_SimpleEventBus_$getHandlerList__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event$Type_2Ljava_lang_Object_2Ljava_util_List_2(this$static, type_0){ + var handlers, sourceMap; + sourceMap = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_google_web_bindery_event_shared_SimpleEventBus_map, type_0); + if (!sourceMap) { + return java_util_Collections_$clinit__V() , java_util_Collections_$clinit__V() , java_util_Collections_EMPTY_1LIST; + } + handlers = sourceMap.get__Ljava_lang_Object_2Ljava_lang_Object_2(null); + if (!handlers) { + return java_util_Collections_$clinit__V() , java_util_Collections_$clinit__V() , java_util_Collections_EMPTY_1LIST; + } + return handlers; +} + +function com_google_web_bindery_event_shared_SimpleEventBus_$handleQueuedAddsAndRemoves__Lcom_google_web_bindery_event_shared_SimpleEventBus_2V(this$static){ + var c, c$iterator; + if (this$static.com_google_web_bindery_event_shared_SimpleEventBus_deferredDeltas) { + try { + for (c$iterator = new java_util_ArrayList$1_ArrayList$1__Ljava_util_ArrayList_2V(this$static.com_google_web_bindery_event_shared_SimpleEventBus_deferredDeltas); c$iterator.java_util_ArrayList$1_i < c$iterator.java_util_ArrayList$1_this$01.java_util_ArrayList_array.length;) { + c = java_util_ArrayList$1_$next__Ljava_util_ArrayList$1_2Ljava_lang_Object_2(c$iterator); + com_google_web_bindery_event_shared_SimpleEventBus_$doAddNow__Lcom_google_web_bindery_event_shared_SimpleEventBus_2Lcom_google_web_bindery_event_shared_Event$Type_2Ljava_lang_Object_2Ljava_lang_Object_2V(c.com_google_web_bindery_event_shared_SimpleEventBus$2_this$01, c.com_google_web_bindery_event_shared_SimpleEventBus$2_val$type2, c.com_google_web_bindery_event_shared_SimpleEventBus$2_val$source3, c.com_google_web_bindery_event_shared_SimpleEventBus$2_val$handler4); + } + } + finally { + this$static.com_google_web_bindery_event_shared_SimpleEventBus_deferredDeltas = null; + } + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(839, 1108, {}); +_.com_google_web_bindery_event_shared_SimpleEventBus_firingDepth = 0; +_.com_google_web_bindery_event_shared_SimpleEventBus_isReverseOrder = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1SimpleEventBus_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3462, 'SimpleEventBus', 839, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1EventBus_12_1classLit); +function com_google_gwt_event_shared_HandlerManager$Bus_HandlerManager$Bus__ZV(){ + this.com_google_web_bindery_event_shared_SimpleEventBus_map = new java_util_HashMap_HashMap__V; + this.com_google_web_bindery_event_shared_SimpleEventBus_isReverseOrder = false; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(840, 839, {}, com_google_gwt_event_shared_HandlerManager$Bus_HandlerManager$Bus__ZV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1HandlerManager$Bus_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3463, 'HandlerManager/Bus', 840, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1SimpleEventBus_12_1classLit); +function com_google_gwt_event_shared_LegacyHandlerWrapper_LegacyHandlerWrapper__Lcom_google_web_bindery_event_shared_HandlerRegistration_2V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(886, 1, {}, com_google_gwt_event_shared_LegacyHandlerWrapper_LegacyHandlerWrapper__Lcom_google_web_bindery_event_shared_HandlerRegistration_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1LegacyHandlerWrapper_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3463, 'LegacyHandlerWrapper', 886, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_web_bindery_event_shared_UmbrellaException_UmbrellaException__Ljava_util_Set_2V(causes){ + var cause, cause$iterator, i; + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, com_google_web_bindery_event_shared_UmbrellaException_makeMessage__Ljava_util_Set_2Ljava_lang_String_2(causes), causes.isEmpty__Z()?null:causes.iterator__Ljava_util_Iterator_2().next__Ljava_lang_Object_2()); + this.com_google_web_bindery_event_shared_UmbrellaException_causes = causes; + i = 0; + for (cause$iterator = causes.iterator__Ljava_util_Iterator_2(); cause$iterator.hasNext__Z();) { + cause = cause$iterator.next__Ljava_lang_Object_2(); + if (i++ == 0) { + continue; + } + java_lang_Throwable_$addSuppressed__Ljava_lang_Throwable_2Ljava_lang_Throwable_2V(this, cause); + } +} + +function com_google_web_bindery_event_shared_UmbrellaException_makeMessage__Ljava_util_Set_2Ljava_lang_String_2(causes){ + var b, count, first, t, t$iterator; + count = causes.size__I(); + if (count == 0) { + return null; + } + b = new java_lang_StringBuilder_StringBuilder__Ljava_lang_String_2V(count == 1?'Exception caught: ':count + ' exceptions caught: '); + first = true; + for (t$iterator = causes.iterator__Ljava_util_Iterator_2(); t$iterator.hasNext__Z();) { + t = t$iterator.next__Ljava_lang_Object_2(); + first?(first = false):(b.java_lang_AbstractStringBuilder_string += '; ' , b); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(b, t.getMessage__Ljava_lang_String_2()); + } + return b.java_lang_AbstractStringBuilder_string; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(323, 31, $intern_3465, com_google_web_bindery_event_shared_UmbrellaException_UmbrellaException__Ljava_util_Set_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1UmbrellaException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3462, $intern_3466, 323, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function com_google_gwt_event_shared_UmbrellaException_UmbrellaException__Ljava_util_Set_2V(causes){ + com_google_web_bindery_event_shared_UmbrellaException_UmbrellaException__Ljava_util_Set_2V.call(this, causes); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(700, 323, $intern_3465, com_google_gwt_event_shared_UmbrellaException_UmbrellaException__Ljava_util_Set_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1UmbrellaException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3463, $intern_3466, 700, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1UmbrellaException_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(682, 1, {682:1}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1Header_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'Header', 682, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_http_client_Request_$cancel__Lcom_google_gwt_http_client_Request_2V(this$static){ + var xhr; + if (!this$static.com_google_gwt_http_client_Request_xmlHttpRequest) { + return; + } + com_google_gwt_user_client_Timer_$cancel__Lcom_google_gwt_user_client_Timer_2V(this$static.com_google_gwt_http_client_Request_timer); + xhr = this$static.com_google_gwt_http_client_Request_xmlHttpRequest; + this$static.com_google_gwt_http_client_Request_xmlHttpRequest = null; + com_google_gwt_xhr_client_XMLHttpRequest_$clearOnReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(xhr); + xhr.abort(); +} + +function com_google_gwt_http_client_Request_$fireOnResponseReceived__Lcom_google_gwt_http_client_Request_2Lcom_google_gwt_http_client_RequestCallback_2V(this$static, callback){ + var response, xhr; + if (!this$static.com_google_gwt_http_client_Request_xmlHttpRequest) { + return; + } + com_google_gwt_user_client_Timer_$cancel__Lcom_google_gwt_user_client_Timer_2V(this$static.com_google_gwt_http_client_Request_timer); + xhr = this$static.com_google_gwt_http_client_Request_xmlHttpRequest; + this$static.com_google_gwt_http_client_Request_xmlHttpRequest = null; + response = new com_google_gwt_http_client_ResponseImpl_ResponseImpl__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(xhr); + com_badlogic_gdx_backends_gwt_GwtNet$1_$onResponseReceived__Lcom_badlogic_gdx_backends_gwt_GwtNet$1_2Lcom_google_gwt_http_client_Request_2Lcom_google_gwt_http_client_Response_2V(callback, response); +} + +function com_google_gwt_http_client_Request_$fireOnTimeout__Lcom_google_gwt_http_client_Request_2V(this$static){ + var lastArg; + if (!this$static.com_google_gwt_http_client_Request_xmlHttpRequest) { + return; + } + com_google_gwt_http_client_Request_$cancel__Lcom_google_gwt_http_client_Request_2V(this$static); + com_badlogic_gdx_backends_gwt_GwtNet$1_$onError__Lcom_badlogic_gdx_backends_gwt_GwtNet$1_2Lcom_google_gwt_http_client_Request_2Ljava_lang_Throwable_2V((lastArg = this$static.com_google_gwt_http_client_Request_callback , new com_google_gwt_http_client_RequestTimeoutException_RequestTimeoutException__Lcom_google_gwt_http_client_Request_2IV(this$static.com_google_gwt_http_client_Request_timeoutMillis) , lastArg)); +} + +function com_google_gwt_http_client_Request_Request__Lcom_google_gwt_xhr_client_XMLHttpRequest_2ILcom_google_gwt_http_client_RequestCallback_2V(xmlHttpRequest, timeoutMillis, callback){ + this.com_google_gwt_http_client_Request_timer = new com_google_gwt_http_client_Request$1_Request$1__Lcom_google_gwt_http_client_Request_2V(this); + if (!xmlHttpRequest) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__V); + } + if (timeoutMillis < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__V); + } + this.com_google_gwt_http_client_Request_callback = callback; + this.com_google_gwt_http_client_Request_timeoutMillis = timeoutMillis; + this.com_google_gwt_http_client_Request_xmlHttpRequest = xmlHttpRequest; + timeoutMillis > 0 && com_google_gwt_user_client_Timer_$schedule__Lcom_google_gwt_user_client_Timer_2IV(this.com_google_gwt_http_client_Request_timer, timeoutMillis); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(777, 1, {777:1}, com_google_gwt_http_client_Request_Request__Lcom_google_gwt_xhr_client_XMLHttpRequest_2ILcom_google_gwt_http_client_RequestCallback_2V); +_.com_google_gwt_http_client_Request_timeoutMillis = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1Request_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'Request', 777, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_http_client_Request$1_Request$1__Lcom_google_gwt_http_client_Request_2V(this$0){ + this.com_google_gwt_http_client_Request$1_this$01 = this$0; + com_google_gwt_user_client_Timer_Timer__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1068, 654, {}, com_google_gwt_http_client_Request$1_Request$1__Lcom_google_gwt_http_client_Request_2V); +_.run__V = function com_google_gwt_http_client_Request$1_run__V(){ + com_google_gwt_http_client_Request_$fireOnTimeout__Lcom_google_gwt_http_client_Request_2V(this.com_google_gwt_http_client_Request$1_this$01); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1Request$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'Request/1', 1068, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1Timer_12_1classLit); +function com_google_gwt_http_client_RequestBuilder_$clinit__V(){ + com_google_gwt_http_client_RequestBuilder_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_http_client_RequestBuilder_DELETE = new com_google_gwt_http_client_RequestBuilder$Method_RequestBuilder$Method__Ljava_lang_String_2V($intern_60); + com_google_gwt_http_client_RequestBuilder_GET = new com_google_gwt_http_client_RequestBuilder$Method_RequestBuilder$Method__Ljava_lang_String_2V($intern_59); + com_google_gwt_http_client_RequestBuilder_HEAD = new com_google_gwt_http_client_RequestBuilder$Method_RequestBuilder$Method__Ljava_lang_String_2V($intern_58); + com_google_gwt_http_client_RequestBuilder_POST = new com_google_gwt_http_client_RequestBuilder$Method_RequestBuilder$Method__Ljava_lang_String_2V($intern_57); + com_google_gwt_http_client_RequestBuilder_PUT = new com_google_gwt_http_client_RequestBuilder$Method_RequestBuilder$Method__Ljava_lang_String_2V('PUT'); +} + +function com_google_gwt_http_client_RequestBuilder_$doSend__Lcom_google_gwt_http_client_RequestBuilder_2Ljava_lang_String_2Lcom_google_gwt_http_client_RequestCallback_2Lcom_google_gwt_http_client_Request_2(this$static, requestData, callback){ + var e, request, requestPermissionException, xmlHttpRequest; + xmlHttpRequest = com_google_gwt_xhr_client_XMLHttpRequest_create__Lcom_google_gwt_xhr_client_XMLHttpRequest_2(); + try { + com_google_gwt_xhr_client_XMLHttpRequest_$open__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Ljava_lang_String_2Ljava_lang_String_2V(xmlHttpRequest, this$static.com_google_gwt_http_client_RequestBuilder_httpMethod, this$static.com_google_gwt_http_client_RequestBuilder_url); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 262)) { + e = $e0; + requestPermissionException = new com_google_gwt_http_client_RequestPermissionException_RequestPermissionException__Ljava_lang_String_2V(this$static.com_google_gwt_http_client_RequestBuilder_url); + java_lang_Throwable_$initCause__Ljava_lang_Throwable_2Ljava_lang_Throwable_2Ljava_lang_Throwable_2(requestPermissionException, new com_google_gwt_http_client_RequestException_RequestException__Ljava_lang_String_2V(e.getMessage__Ljava_lang_String_2())); + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(requestPermissionException); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + com_google_gwt_http_client_RequestBuilder_$setHeaders__Lcom_google_gwt_http_client_RequestBuilder_2Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(this$static, xmlHttpRequest); + this$static.com_google_gwt_http_client_RequestBuilder_includeCredentials && (xmlHttpRequest.withCredentials = true , undefined); + request = new com_google_gwt_http_client_Request_Request__Lcom_google_gwt_xhr_client_XMLHttpRequest_2ILcom_google_gwt_http_client_RequestCallback_2V(xmlHttpRequest, this$static.com_google_gwt_http_client_RequestBuilder_timeoutMillis, callback); + com_google_gwt_xhr_client_XMLHttpRequest_$setOnReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Lcom_google_gwt_xhr_client_ReadyStateChangeHandler_2V(xmlHttpRequest, new com_google_gwt_http_client_RequestBuilder$1_RequestBuilder$1__Lcom_google_gwt_http_client_RequestBuilder_2V(request, callback)); + try { + xmlHttpRequest.send(requestData); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 262)) { + e = $e1; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_google_gwt_http_client_RequestException_RequestException__Ljava_lang_String_2V(e.getMessage__Ljava_lang_String_2())); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } + return request; +} + +function com_google_gwt_http_client_RequestBuilder_$sendRequest__Lcom_google_gwt_http_client_RequestBuilder_2Ljava_lang_String_2Lcom_google_gwt_http_client_RequestCallback_2Lcom_google_gwt_http_client_Request_2(this$static, requestData, callback){ + com_google_gwt_http_client_StringValidator_throwIfNull__Ljava_lang_String_2Ljava_lang_Object_2V('callback', callback); + return com_google_gwt_http_client_RequestBuilder_$doSend__Lcom_google_gwt_http_client_RequestBuilder_2Ljava_lang_String_2Lcom_google_gwt_http_client_RequestCallback_2Lcom_google_gwt_http_client_Request_2(this$static, requestData, callback); +} + +function com_google_gwt_http_client_RequestBuilder_$setHeader__Lcom_google_gwt_http_client_RequestBuilder_2Ljava_lang_String_2Ljava_lang_String_2V(this$static, header, value_0){ + com_google_gwt_http_client_StringValidator_throwIfEmptyOrNull__Ljava_lang_String_2Ljava_lang_String_2V('header', header); + com_google_gwt_http_client_StringValidator_throwIfEmptyOrNull__Ljava_lang_String_2Ljava_lang_String_2V($intern_261, value_0); + !this$static.com_google_gwt_http_client_RequestBuilder_headers && (this$static.com_google_gwt_http_client_RequestBuilder_headers = new java_util_HashMap_HashMap__V); + java_util_AbstractHashMap_$putStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.com_google_gwt_http_client_RequestBuilder_headers, header, value_0); +} + +function com_google_gwt_http_client_RequestBuilder_$setHeaders__Lcom_google_gwt_http_client_RequestBuilder_2Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(this$static, xmlHttpRequest){ + var e, header, header$iterator; + if (!!this$static.com_google_gwt_http_client_RequestBuilder_headers && java_util_AbstractHashMap_$size__Ljava_util_AbstractHashMap_2I(this$static.com_google_gwt_http_client_RequestBuilder_headers) > 0) { + for (header$iterator = new java_util_AbstractHashMap$EntrySetIterator_AbstractHashMap$EntrySetIterator__Ljava_util_AbstractHashMap_2V((new java_util_AbstractHashMap$EntrySet_AbstractHashMap$EntrySet__Ljava_util_AbstractHashMap_2V(this$static.com_google_gwt_http_client_RequestBuilder_headers)).java_util_AbstractHashMap$EntrySet_this$01); header$iterator.java_util_AbstractHashMap$EntrySetIterator_hasNext;) { + header = java_util_AbstractHashMap$EntrySetIterator_$next__Ljava_util_AbstractHashMap$EntrySetIterator_2Ljava_util_Map$Entry_2(header$iterator); + try { + com_google_gwt_xhr_client_XMLHttpRequest_$setRequestHeader__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Ljava_lang_String_2Ljava_lang_String_2V(xmlHttpRequest, header.getKey__Ljava_lang_Object_2(), header.getValue__Ljava_lang_Object_2()); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 262)) { + e = $e0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_google_gwt_http_client_RequestException_RequestException__Ljava_lang_String_2V(e.getMessage__Ljava_lang_String_2())); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + } + else { + xmlHttpRequest.setRequestHeader($intern_63, $intern_64); + } +} + +function com_google_gwt_http_client_RequestBuilder_$setIncludeCredentials__Lcom_google_gwt_http_client_RequestBuilder_2ZV(this$static, includeCredentials){ + this$static.com_google_gwt_http_client_RequestBuilder_includeCredentials = includeCredentials; +} + +function com_google_gwt_http_client_RequestBuilder_$setTimeoutMillis__Lcom_google_gwt_http_client_RequestBuilder_2IV(this$static, timeoutMillis){ + if (timeoutMillis < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Timeouts cannot be negative')); + } + this$static.com_google_gwt_http_client_RequestBuilder_timeoutMillis = timeoutMillis; +} + +function com_google_gwt_http_client_RequestBuilder_RequestBuilder__Lcom_google_gwt_http_client_RequestBuilder$Method_2Ljava_lang_String_2V(httpMethod, url_0){ + com_google_gwt_http_client_RequestBuilder_$clinit__V(); + com_google_gwt_http_client_RequestBuilder_RequestBuilder__Ljava_lang_String_2Ljava_lang_String_2V.call(this, !httpMethod?null:httpMethod.com_google_gwt_http_client_RequestBuilder$Method_name, url_0); +} + +function com_google_gwt_http_client_RequestBuilder_RequestBuilder__Ljava_lang_String_2Ljava_lang_String_2V(httpMethod, url_0){ + com_google_gwt_http_client_StringValidator_throwIfEmptyOrNull__Ljava_lang_String_2Ljava_lang_String_2V($intern_2277, httpMethod); + com_google_gwt_http_client_StringValidator_throwIfEmptyOrNull__Ljava_lang_String_2Ljava_lang_String_2V('url', url_0); + this.com_google_gwt_http_client_RequestBuilder_httpMethod = httpMethod; + this.com_google_gwt_http_client_RequestBuilder_url = url_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(384, 1, {}, com_google_gwt_http_client_RequestBuilder_RequestBuilder__Lcom_google_gwt_http_client_RequestBuilder$Method_2Ljava_lang_String_2V); +_.com_google_gwt_http_client_RequestBuilder_includeCredentials = false; +_.com_google_gwt_http_client_RequestBuilder_timeoutMillis = 0; +var com_google_gwt_http_client_RequestBuilder_DELETE, com_google_gwt_http_client_RequestBuilder_GET, com_google_gwt_http_client_RequestBuilder_HEAD, com_google_gwt_http_client_RequestBuilder_POST, com_google_gwt_http_client_RequestBuilder_PUT; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1RequestBuilder_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'RequestBuilder', 384, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_http_client_RequestBuilder$1_RequestBuilder$1__Lcom_google_gwt_http_client_RequestBuilder_2V(val$request, val$callback){ + this.com_google_gwt_http_client_RequestBuilder$1_val$request2 = val$request; + this.com_google_gwt_http_client_RequestBuilder$1_val$callback3 = val$callback; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1067, 1, {}, com_google_gwt_http_client_RequestBuilder$1_RequestBuilder$1__Lcom_google_gwt_http_client_RequestBuilder_2V); +_.onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V = function com_google_gwt_http_client_RequestBuilder$1_onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(xhr){ + if (xhr.readyState == 4) { + com_google_gwt_xhr_client_XMLHttpRequest_$clearOnReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(xhr); + com_google_gwt_http_client_Request_$fireOnResponseReceived__Lcom_google_gwt_http_client_Request_2Lcom_google_gwt_http_client_RequestCallback_2V(this.com_google_gwt_http_client_RequestBuilder$1_val$request2, this.com_google_gwt_http_client_RequestBuilder$1_val$callback3); + } +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1RequestBuilder$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'RequestBuilder/1', 1067, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_http_client_RequestBuilder$Method_RequestBuilder$Method__Ljava_lang_String_2V(name_0){ + this.com_google_gwt_http_client_RequestBuilder$Method_name = name_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(456, 1, {}, com_google_gwt_http_client_RequestBuilder$Method_RequestBuilder$Method__Ljava_lang_String_2V); +_.toString__Ljava_lang_String_2 = function com_google_gwt_http_client_RequestBuilder$Method_toString__Ljava_lang_String_2(){ + return this.com_google_gwt_http_client_RequestBuilder$Method_name; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1RequestBuilder$Method_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'RequestBuilder/Method', 456, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_http_client_RequestException_RequestException__Ljava_lang_String_2V(message){ + java_lang_Exception_Exception__Ljava_lang_String_2V.call(this, message); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(457, 51, $intern_659, com_google_gwt_http_client_RequestException_RequestException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1RequestException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'RequestException', 457, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Exception_12_1classLit); +function com_google_gwt_http_client_RequestPermissionException_RequestPermissionException__Ljava_lang_String_2V(url_0){ + com_google_gwt_http_client_RequestException_RequestException__Ljava_lang_String_2V.call(this, 'The URL ' + url_0 + ' is invalid or violates the same-origin security restriction'); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1070, 457, $intern_659, com_google_gwt_http_client_RequestPermissionException_RequestPermissionException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1RequestPermissionException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'RequestPermissionException', 1070, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1RequestException_12_1classLit); +function com_google_gwt_http_client_RequestTimeoutException_RequestTimeoutException__Lcom_google_gwt_http_client_Request_2IV(timeoutMillis){ + com_google_gwt_http_client_RequestException_RequestException__Ljava_lang_String_2V.call(this, 'A request timeout has expired after ' + timeoutMillis + ' ms'); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1076, 457, $intern_659, com_google_gwt_http_client_RequestTimeoutException_RequestTimeoutException__Lcom_google_gwt_http_client_Request_2IV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1RequestTimeoutException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'RequestTimeoutException', 1076, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1RequestException_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1122, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1Response_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'Response', 1122, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_http_client_ResponseImpl_$getHeader__Lcom_google_gwt_http_client_ResponseImpl_2Ljava_lang_String_2Ljava_lang_String_2(this$static, header){ + com_google_gwt_http_client_StringValidator_throwIfEmptyOrNull__Ljava_lang_String_2Ljava_lang_String_2V('header', header); + return com_google_gwt_xhr_client_XMLHttpRequest_$getResponseHeader__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Ljava_lang_String_2Ljava_lang_String_2(this$static.com_google_gwt_http_client_ResponseImpl_xmlHttpRequest, header); +} + +function com_google_gwt_http_client_ResponseImpl_$getHeaders__Lcom_google_gwt_http_client_ResponseImpl_2_3Lcom_google_gwt_http_client_Header_2(this$static){ + var allHeaders, endOfNameIdx, header, headers, name_0, parsedHeaders, unparsedHeader, unparsedHeader$array, unparsedHeader$index, unparsedHeader$max, unparsedHeaders, value_0; + allHeaders = (headers = this$static.com_google_gwt_http_client_ResponseImpl_xmlHttpRequest.getAllResponseHeaders() , headers != null?headers:''); + unparsedHeaders = java_lang_String_$split__Ljava_lang_String_2Ljava_lang_String_2I_3Ljava_lang_String_2(allHeaders, $intern_39, 0); + parsedHeaders = new java_util_ArrayList_ArrayList__V; + for (unparsedHeader$array = unparsedHeaders , unparsedHeader$index = 0 , unparsedHeader$max = unparsedHeader$array.length; unparsedHeader$index < unparsedHeader$max; ++unparsedHeader$index) { + unparsedHeader = unparsedHeader$array[unparsedHeader$index]; + if (unparsedHeader == null || java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(unparsedHeader).length == 0) { + continue; + } + endOfNameIdx = java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(unparsedHeader, java_lang_String_fromCodePoint__ILjava_lang_String_2(58)); + if (endOfNameIdx < 0) { + continue; + } + name_0 = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, endOfNameIdx, unparsedHeader.length) , unparsedHeader.substr(0, endOfNameIdx))); + value_0 = java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(endOfNameIdx + 1, unparsedHeader.length + 1) , unparsedHeader.substr(endOfNameIdx + 1))); + header = new com_google_gwt_http_client_ResponseImpl$1_ResponseImpl$1__Lcom_google_gwt_http_client_ResponseImpl_2V(name_0, value_0); + javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(parsedHeaders.java_util_ArrayList_array, header); + } + return java_util_ArrayList_$toArray__Ljava_util_ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(parsedHeaders, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1Header_12_1classLit, {1164:1, 3:1, 4:1, 5:1}, 682, parsedHeaders.java_util_ArrayList_array.length, 0, 1)); +} + +function com_google_gwt_http_client_ResponseImpl_ResponseImpl__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(xmlHttpRequest){ + this.com_google_gwt_http_client_ResponseImpl_xmlHttpRequest = xmlHttpRequest; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1077, 1122, {}, com_google_gwt_http_client_ResponseImpl_ResponseImpl__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1ResponseImpl_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'ResponseImpl', 1077, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1Response_12_1classLit); +function com_google_gwt_http_client_ResponseImpl$1_ResponseImpl$1__Lcom_google_gwt_http_client_ResponseImpl_2V(val$name, val$value){ + this.com_google_gwt_http_client_ResponseImpl$1_val$name2 = val$name; + this.com_google_gwt_http_client_ResponseImpl$1_val$value3 = val$value; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1078, 682, {682:1}, com_google_gwt_http_client_ResponseImpl$1_ResponseImpl$1__Lcom_google_gwt_http_client_ResponseImpl_2V); +_.toString__Ljava_lang_String_2 = function com_google_gwt_http_client_ResponseImpl$1_toString__Ljava_lang_String_2(){ + return this.com_google_gwt_http_client_ResponseImpl$1_val$name2 + ' : ' + this.com_google_gwt_http_client_ResponseImpl$1_val$value3; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1ResponseImpl$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3467, 'ResponseImpl/1', 1078, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1http_1client_1Header_12_1classLit); +function com_google_gwt_http_client_StringValidator_throwIfEmptyOrNull__Ljava_lang_String_2Ljava_lang_String_2V(name_0, value_0){ + com_google_gwt_http_client_StringValidator_throwIfNull__Ljava_lang_String_2Ljava_lang_Object_2V(name_0, value_0); + if (0 == java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(value_0).length) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V(name_0 + ' cannot be empty')); + } +} + +function com_google_gwt_http_client_StringValidator_throwIfNull__Ljava_lang_String_2Ljava_lang_Object_2V(name_0, value_0){ + if (null == value_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V(name_0 + ' cannot be null')); + } +} + +function com_google_gwt_i18n_client_BidiUtils_getDirectionOnElement__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_i18n_client_HasDirection$Direction_2(elem){ + var dirPropertyValue; + dirPropertyValue = com_google_gwt_dom_client_Element_$getPropertyString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2Ljava_lang_String_2(elem, $intern_2151); + if (java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z('rtl', dirPropertyValue)) { + return com_google_gwt_i18n_client_HasDirection$Direction_$clinit__V() , com_google_gwt_i18n_client_HasDirection$Direction_RTL; + } + else if (java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z($intern_3155, dirPropertyValue)) { + return com_google_gwt_i18n_client_HasDirection$Direction_$clinit__V() , com_google_gwt_i18n_client_HasDirection$Direction_LTR; + } + return com_google_gwt_i18n_client_HasDirection$Direction_$clinit__V() , com_google_gwt_i18n_client_HasDirection$Direction_DEFAULT; +} + +function com_google_gwt_i18n_client_BidiUtils_setDirectionOnElement__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_i18n_client_HasDirection$Direction_2V(elem, direction){ + switch (direction.java_lang_Enum_ordinal) { + case 0: + { + elem[$intern_2151] = 'rtl'; + break; + } + + case 1: + { + elem[$intern_2151] = $intern_3155; + break; + } + + case 2: + { + com_google_gwt_i18n_client_BidiUtils_getDirectionOnElement__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_i18n_client_HasDirection$Direction_2(elem) != (com_google_gwt_i18n_client_HasDirection$Direction_$clinit__V() , com_google_gwt_i18n_client_HasDirection$Direction_DEFAULT) && (elem[$intern_2151] = '' , undefined); + break; + } + + } +} + +function com_google_gwt_i18n_client_HasDirection$Direction_$clinit__V(){ + com_google_gwt_i18n_client_HasDirection$Direction_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_i18n_client_HasDirection$Direction_RTL = new com_google_gwt_i18n_client_HasDirection$Direction_HasDirection$Direction__Ljava_lang_String_2IV('RTL', 0); + com_google_gwt_i18n_client_HasDirection$Direction_LTR = new com_google_gwt_i18n_client_HasDirection$Direction_HasDirection$Direction__Ljava_lang_String_2IV('LTR', 1); + com_google_gwt_i18n_client_HasDirection$Direction_DEFAULT = new com_google_gwt_i18n_client_HasDirection$Direction_HasDirection$Direction__Ljava_lang_String_2IV('DEFAULT', 2); +} + +function com_google_gwt_i18n_client_HasDirection$Direction_HasDirection$Direction__Ljava_lang_String_2IV(enum$name, enum$ordinal){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); +} + +function com_google_gwt_i18n_client_HasDirection$Direction_values___3Lcom_google_gwt_i18n_client_HasDirection$Direction_2(){ + com_google_gwt_i18n_client_HasDirection$Direction_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1i18n_1client_1HasDirection$Direction_12_1classLit, 1), $intern_11, 390, 0, [com_google_gwt_i18n_client_HasDirection$Direction_RTL, com_google_gwt_i18n_client_HasDirection$Direction_LTR, com_google_gwt_i18n_client_HasDirection$Direction_DEFAULT]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(390, 39, {390:1, 3:1, 42:1, 39:1}, com_google_gwt_i18n_client_HasDirection$Direction_HasDirection$Direction__Ljava_lang_String_2IV); +var com_google_gwt_i18n_client_HasDirection$Direction_DEFAULT, com_google_gwt_i18n_client_HasDirection$Direction_LTR, com_google_gwt_i18n_client_HasDirection$Direction_RTL; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1i18n_1client_1HasDirection$Direction_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2('com.google.gwt.i18n.client', 'HasDirection/Direction', 390, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_i18n_client_HasDirection$Direction_values___3Lcom_google_gwt_i18n_client_HasDirection$Direction_2); +function com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(clazz, dimensions){ + return java_lang_Class_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(clazz, dimensions); +} + +function com_google_gwt_lang_Array_getElementTypeCategory__Ljava_lang_Object_2I(array){ + return array.__elementTypeCategory$ == null?10:array.__elementTypeCategory$; +} + +function com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IILjava_lang_Object_2(leafClassLiteral, castableTypeMapExprs, elementTypeIds, leafElementTypeCategory, dimExprs, count){ + return com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IIILjava_lang_Object_2(leafClassLiteral, castableTypeMapExprs, elementTypeIds, leafElementTypeCategory, dimExprs, 0, count); +} + +function com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IIILjava_lang_Object_2(leafClassLiteral, castableTypeMapExprs, elementTypeIds, leafElementTypeCategory, dimExprs, index_0, count){ + var elementTypeCategory, i, isLastDimension, length_0, result; + length_0 = dimExprs[index_0]; + isLastDimension = index_0 == count - 1; + elementTypeCategory = isLastDimension?leafElementTypeCategory:0; + result = com_google_gwt_lang_Array_initializeArrayElementsWithDefaults__IILjava_lang_Object_2(elementTypeCategory, length_0); + leafElementTypeCategory != 10 && com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(leafClassLiteral, count - index_0), castableTypeMapExprs[index_0], elementTypeIds[index_0], elementTypeCategory, result); + if (!isLastDimension) { + ++index_0; + for (i = 0; i < length_0; ++i) { + result[i] = com_google_gwt_lang_Array_initMultidimensionalArray__Ljava_lang_Class_2_3Lcom_google_gwt_core_client_JavaScriptObject_2_3Lcom_google_gwt_core_client_JavaScriptObject_2I_3IIILjava_lang_Object_2(leafClassLiteral, castableTypeMapExprs, elementTypeIds, leafElementTypeCategory, dimExprs, index_0, count); + } + } + return result; +} + +function com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(leafClassLiteral, castableTypeMap, elementTypeId, length_0, elementTypeCategory, dimensions){ + var result; + result = com_google_gwt_lang_Array_initializeArrayElementsWithDefaults__IILjava_lang_Object_2(elementTypeCategory, length_0); + elementTypeCategory != 10 && com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(leafClassLiteral, dimensions), castableTypeMap, elementTypeId, elementTypeCategory, result); + return result; +} + +function com_google_gwt_lang_Array_initializeArrayElementsWithDefaults__IILjava_lang_Object_2(elementTypeCategory, length_0){ + var array = new Array(length_0); + var initValue; + switch (elementTypeCategory) { + case 14: + case 15: + initValue = 0; + break; + case 16: + initValue = false; + break; + default:return array; + } + for (var i = 0; i < length_0; ++i) { + array[i] = initValue; + } + return array; +} + +function com_google_gwt_lang_Array_isJavaArray__Ljava_lang_Object_2Z(src_0){ + return Array.isArray(src_0) && src_0.java_lang_Object_typeMarker === com_google_gwt_lang_Runtime_typeMarkerFn__V; +} + +function com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(arrayClass, castableTypeMap, elementTypeId, elementTypeCategory, array){ + array.java_lang_Object__1_1_1clazz = arrayClass; + array.java_lang_Object_castableTypeMap = castableTypeMap; + array.java_lang_Object_typeMarker = com_google_gwt_lang_Runtime_typeMarkerFn__V; + array.__elementTypeId$ = elementTypeId; + array.__elementTypeCategory$ = elementTypeCategory; + return array; +} + +function com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Object_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(array, referenceType){ + com_google_gwt_lang_Array_getElementTypeCategory__Ljava_lang_Object_2I(referenceType) != 10 && com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(referenceType), referenceType.java_lang_Object_castableTypeMap, referenceType.__elementTypeId$, com_google_gwt_lang_Array_getElementTypeCategory__Ljava_lang_Object_2I(referenceType), array); + return array; +} + +function com_google_gwt_lang_BigLongLibBase_create__ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(value_0){ + var a0, a1, a2; + a0 = value_0 & $intern_2717; + a1 = value_0 >> 22 & $intern_2717; + a2 = value_0 < 0?$intern_2618:0; + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a0, a1, a2); +} + +function com_google_gwt_lang_BigLongLibBase_create__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a){ + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a.l, a.m, a.h); +} + +function com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(l, m, h){ + return {l:l, m:m, h:h}; +} + +function com_google_gwt_lang_BigLongLibBase_divMod__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, b, computeRemainder){ + var aIsCopy, aIsMinValue, aIsNegative, bpower, c, negative; + if (b.l == 0 && b.m == 0 && b.h == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_ArithmeticException_ArithmeticException__Ljava_lang_String_2V); + } + if (a.l == 0 && a.m == 0 && a.h == 0) { + computeRemainder && (com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(0, 0, 0)); + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(0, 0, 0); + } + if (b.h == $intern_3468 && b.m == 0 && b.l == 0) { + return com_google_gwt_lang_BigLongLibBase_divModByMinValue__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, computeRemainder); + } + negative = false; + if (b.h >> 19 != 0) { + b = com_google_gwt_lang_BigLongLib_neg__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b); + negative = !negative; + } + bpower = com_google_gwt_lang_BigLongLibBase_powerOfTwo__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2I(b); + aIsNegative = false; + aIsMinValue = false; + aIsCopy = false; + if (a.h == $intern_3468 && a.m == 0 && a.l == 0) { + aIsMinValue = true; + aIsNegative = true; + if (bpower == -1) { + a = com_google_gwt_lang_BigLongLibBase_create__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2((com_google_gwt_lang_BigLongLib$Const_$clinit__V() , com_google_gwt_lang_BigLongLib$Const_MAX_1VALUE)); + aIsCopy = true; + negative = !negative; + } + else { + c = com_google_gwt_lang_BigLongLib_shr__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, bpower); + negative && com_google_gwt_lang_BigLongLibBase_negate__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V(c); + computeRemainder && (com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(0, 0, 0)); + return c; + } + } + else if (a.h >> 19 != 0) { + aIsNegative = true; + a = com_google_gwt_lang_BigLongLib_neg__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a); + aIsCopy = true; + negative = !negative; + } + if (bpower != -1) { + return com_google_gwt_lang_BigLongLibBase_divModByShift__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2IZZZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, bpower, negative, aIsNegative, computeRemainder); + } + if (com_google_gwt_lang_BigLongLib_compare__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2D(a, b) < 0) { + computeRemainder && (aIsNegative?(com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLib_neg__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a)):(com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a.l, a.m, a.h))); + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(0, 0, 0); + } + return com_google_gwt_lang_BigLongLibBase_divModHelper__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ZZZZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(aIsCopy?a:com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a.l, a.m, a.h), b, negative, aIsNegative, aIsMinValue, computeRemainder); +} + +function com_google_gwt_lang_BigLongLibBase_divModByMinValue__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, computeRemainder){ + if (a.h == $intern_3468 && a.m == 0 && a.l == 0) { + computeRemainder && (com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(0, 0, 0)); + return com_google_gwt_lang_BigLongLibBase_create__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2((com_google_gwt_lang_BigLongLib$Const_$clinit__V() , com_google_gwt_lang_BigLongLib$Const_ONE)); + } + computeRemainder && (com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a.l, a.m, a.h)); + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(0, 0, 0); +} + +function com_google_gwt_lang_BigLongLibBase_divModByShift__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2IZZZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, bpower, negative, aIsNegative, computeRemainder){ + var c; + c = com_google_gwt_lang_BigLongLib_shr__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, bpower); + negative && com_google_gwt_lang_BigLongLibBase_negate__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V(c); + if (computeRemainder) { + a = com_google_gwt_lang_BigLongLibBase_maskRight__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, bpower); + aIsNegative?(com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLib_neg__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a)):(com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a.l, a.m, a.h)); + } + return c; +} + +function com_google_gwt_lang_BigLongLibBase_divModHelper__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ZZZZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, b, negative, aIsNegative, aIsMinValue, computeRemainder){ + var bshift, gte, quotient, shift_0, com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a1_0, com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a2_0, com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a0_0; + shift_0 = com_google_gwt_lang_BigLongLibBase_numberOfLeadingZeros__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2I(b) - com_google_gwt_lang_BigLongLibBase_numberOfLeadingZeros__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2I(a); + bshift = com_google_gwt_lang_BigLongLib_shl__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(b, shift_0); + quotient = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(0, 0, 0); + while (shift_0 >= 0) { + gte = com_google_gwt_lang_BigLongLibBase_trialSubtract__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Z(a, bshift); + if (gte) { + shift_0 < 22?(quotient.l |= 1 << shift_0 , undefined):shift_0 < 44?(quotient.m |= 1 << shift_0 - 22 , undefined):(quotient.h |= 1 << shift_0 - 44 , undefined); + if (a.l == 0 && a.m == 0 && a.h == 0) { + break; + } + } + com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a1_0 = bshift.m; + com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a2_0 = bshift.h; + com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a0_0 = bshift.l; + bshift.h = com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a2_0 >>> 1; + bshift.m = com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a1_0 >>> 1 | (com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a2_0 & 1) << 21; + bshift.l = com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a0_0 >>> 1 | (com_google_gwt_lang_BigLongLibBase_toShru1__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V_a1_0 & 1) << 21; + --shift_0; + } + negative && com_google_gwt_lang_BigLongLibBase_negate__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V(quotient); + if (computeRemainder) { + if (aIsNegative) { + com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLib_neg__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a); + aIsMinValue && (com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLib_sub__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_BigLongLibBase_remainder, (com_google_gwt_lang_BigLongLib$Const_$clinit__V() , com_google_gwt_lang_BigLongLib$Const_ONE))); + } + else { + com_google_gwt_lang_BigLongLibBase_remainder = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a.l, a.m, a.h); + } + } + return quotient; +} + +function com_google_gwt_lang_BigLongLibBase_maskRight__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, bits){ + var b0, b1, b2; + if (bits <= 22) { + b0 = a.l & (1 << bits) - 1; + b1 = b2 = 0; + } + else if (bits <= 44) { + b0 = a.l; + b1 = a.m & (1 << bits - 22) - 1; + b2 = 0; + } + else { + b0 = a.l; + b1 = a.m; + b2 = a.h & (1 << bits - 44) - 1; + } + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(b0, b1, b2); +} + +function com_google_gwt_lang_BigLongLibBase_negate__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V(a){ + var neg0, neg1, neg2; + neg0 = ~a.l + 1 & $intern_2717; + neg1 = ~a.m + (neg0 == 0?1:0) & $intern_2717; + neg2 = ~a.h + (neg0 == 0 && neg1 == 0?1:0) & $intern_2618; + a.l = neg0; + a.m = neg1; + a.h = neg2; +} + +function com_google_gwt_lang_BigLongLibBase_numberOfLeadingZeros__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2I(a){ + var b1, b2; + b2 = java_lang_Integer_numberOfLeadingZeros__II(a.h); + if (b2 == 32) { + b1 = java_lang_Integer_numberOfLeadingZeros__II(a.m); + return b1 == 32?java_lang_Integer_numberOfLeadingZeros__II(a.l) + 32:b1 + 20 - 10; + } + else { + return b2 - 12; + } +} + +function com_google_gwt_lang_BigLongLibBase_powerOfTwo__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2I(a){ + var h, l, m; + l = a.l; + if ((l & l - 1) != 0) { + return -1; + } + m = a.m; + if ((m & m - 1) != 0) { + return -1; + } + h = a.h; + if ((h & h - 1) != 0) { + return -1; + } + if (h == 0 && m == 0 && l == 0) { + return -1; + } + if (h == 0 && m == 0 && l != 0) { + return java_lang_Integer_numberOfTrailingZeros__II(l); + } + if (h == 0 && m != 0 && l == 0) { + return java_lang_Integer_numberOfTrailingZeros__II(m) + 22; + } + if (h != 0 && m == 0 && l == 0) { + return java_lang_Integer_numberOfTrailingZeros__II(h) + 44; + } + return -1; +} + +function com_google_gwt_lang_BigLongLibBase_toDoubleHelper__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2D(a){ + return a.l + a.m * $intern_3469 + a.h * $intern_3470; +} + +function com_google_gwt_lang_BigLongLibBase_trialSubtract__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Z(a, b){ + var sum0, sum1, sum2; + sum2 = a.h - b.h; + if (sum2 < 0) { + return false; + } + sum0 = a.l - b.l; + sum1 = a.m - b.m + (sum0 >> 22); + sum2 += sum1 >> 22; + if (sum2 < 0) { + return false; + } + a.l = sum0 & $intern_2717; + a.m = sum1 & $intern_2717; + a.h = sum2 & $intern_2618; + return true; +} + +var com_google_gwt_lang_BigLongLibBase_remainder; +function com_google_gwt_lang_BigLongLib_add__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, b){ + var sum0, sum1, sum2; + sum0 = a.l + b.l; + sum1 = a.m + b.m + (sum0 >> 22); + sum2 = a.h + b.h + (sum1 >> 22); + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(sum0 & $intern_2717, sum1 & $intern_2717, sum2 & $intern_2618); +} + +function com_google_gwt_lang_BigLongLib_and__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, b){ + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a.l & b.l, a.m & b.m, a.h & b.h); +} + +function com_google_gwt_lang_BigLongLib_compare__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2D(a, b){ + var a0, a1, a2, b0, b1, b2, signA, signB; + signA = a.h >> 19; + signB = b.h >> 19; + if (signA != signB) { + return signB - signA; + } + a2 = a.h; + b2 = b.h; + if (a2 != b2) { + return a2 - b2; + } + a1 = a.m; + b1 = b.m; + if (a1 != b1) { + return a1 - b1; + } + a0 = a.l; + b0 = b.l; + return a0 - b0; +} + +function com_google_gwt_lang_BigLongLib_fromDouble__DLcom_google_gwt_lang_BigLongLibBase$BigLong_2(value_0){ + var a0, a1, a2, negative, result; + if (isNaN(value_0)) { + return com_google_gwt_lang_BigLongLib$Const_$clinit__V() , com_google_gwt_lang_BigLongLib$Const_ZERO; + } + if (value_0 < -9223372036854775808) { + return com_google_gwt_lang_BigLongLib$Const_$clinit__V() , com_google_gwt_lang_BigLongLib$Const_MIN_1VALUE; + } + if (value_0 >= 9223372036854775807) { + return com_google_gwt_lang_BigLongLib$Const_$clinit__V() , com_google_gwt_lang_BigLongLib$Const_MAX_1VALUE; + } + negative = false; + if (value_0 < 0) { + negative = true; + value_0 = -value_0; + } + a2 = 0; + if (value_0 >= $intern_3470) { + a2 = com_google_gwt_lang_Cast_round_1int__DI(value_0 / $intern_3470); + value_0 -= a2 * $intern_3470; + } + a1 = 0; + if (value_0 >= $intern_3469) { + a1 = com_google_gwt_lang_Cast_round_1int__DI(value_0 / $intern_3469); + value_0 -= a1 * $intern_3469; + } + a0 = com_google_gwt_lang_Cast_round_1int__DI(value_0); + result = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a0, a1, a2); + negative && com_google_gwt_lang_BigLongLibBase_negate__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2V(result); + return result; +} + +function com_google_gwt_lang_BigLongLib_mul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, b){ + var a0, a1, a2, a3, a4, b0, b1, b2, b3, b4, c0, c00, c01, c1, c10, c11, c12, c13, c2, c22, c23, c24, p0, p1, p2, p3, p4; + a0 = a.l & $intern_178; + a1 = a.l >> 13 | (a.m & 15) << 9; + a2 = a.m >> 4 & $intern_178; + a3 = a.m >> 17 | (a.h & 255) << 5; + a4 = (a.h & 1048320) >> 8; + b0 = b.l & $intern_178; + b1 = b.l >> 13 | (b.m & 15) << 9; + b2 = b.m >> 4 & $intern_178; + b3 = b.m >> 17 | (b.h & 255) << 5; + b4 = (b.h & 1048320) >> 8; + p0 = a0 * b0; + p1 = a1 * b0; + p2 = a2 * b0; + p3 = a3 * b0; + p4 = a4 * b0; + if (b1 != 0) { + p1 += a0 * b1; + p2 += a1 * b1; + p3 += a2 * b1; + p4 += a3 * b1; + } + if (b2 != 0) { + p2 += a0 * b2; + p3 += a1 * b2; + p4 += a2 * b2; + } + if (b3 != 0) { + p3 += a0 * b3; + p4 += a1 * b3; + } + b4 != 0 && (p4 += a0 * b4); + c00 = p0 & $intern_2717; + c01 = (p1 & 511) << 13; + c0 = c00 + c01; + c10 = p0 >> 22; + c11 = p1 >> 9; + c12 = (p2 & $intern_2514) << 4; + c13 = (p3 & 31) << 17; + c1 = c10 + c11 + c12 + c13; + c22 = p2 >> 18; + c23 = p3 >> 5; + c24 = (p4 & $intern_2538) << 8; + c2 = c22 + c23 + c24; + c1 += c0 >> 22; + c0 &= $intern_2717; + c2 += c1 >> 22; + c1 &= $intern_2717; + c2 &= $intern_2618; + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(c0, c1, c2); +} + +function com_google_gwt_lang_BigLongLib_neg__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a){ + var neg0, neg1, neg2; + neg0 = ~a.l + 1 & $intern_2717; + neg1 = ~a.m + (neg0 == 0?1:0) & $intern_2717; + neg2 = ~a.h + (neg0 == 0 && neg1 == 0?1:0) & $intern_2618; + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(neg0, neg1, neg2); +} + +function com_google_gwt_lang_BigLongLib_not__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a){ + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(~a.l & $intern_2717, ~a.m & $intern_2717, ~a.h & $intern_2618); +} + +function com_google_gwt_lang_BigLongLib_or__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, b){ + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a.l | b.l, a.m | b.m, a.h | b.h); +} + +function com_google_gwt_lang_BigLongLib_shl__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, n){ + var res0, res1, res2; + n &= 63; + if (n < 22) { + res0 = a.l << n; + res1 = a.m << n | a.l >> 22 - n; + res2 = a.h << n | a.m >> 22 - n; + } + else if (n < 44) { + res0 = 0; + res1 = a.l << n - 22; + res2 = a.m << n - 22 | a.l >> 44 - n; + } + else { + res0 = 0; + res1 = 0; + res2 = a.l << n - 44; + } + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(res0 & $intern_2717, res1 & $intern_2717, res2 & $intern_2618); +} + +function com_google_gwt_lang_BigLongLib_shr__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, n){ + var a2, negative, res0, res1, res2; + n &= 63; + a2 = a.h; + negative = (a2 & $intern_3468) != 0; + negative && (a2 |= -1048576); + if (n < 22) { + res2 = a2 >> n; + res1 = a.m >> n | a2 << 22 - n; + res0 = a.l >> n | a.m << 22 - n; + } + else if (n < 44) { + res2 = negative?$intern_2618:0; + res1 = a2 >> n - 22; + res0 = a.m >> n - 22 | a2 << 44 - n; + } + else { + res2 = negative?$intern_2618:0; + res1 = negative?$intern_2717:0; + res0 = a2 >> n - 44; + } + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(res0 & $intern_2717, res1 & $intern_2717, res2 & $intern_2618); +} + +function com_google_gwt_lang_BigLongLib_shru__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, n){ + var a2, res0, res1, res2; + n &= 63; + a2 = a.h & $intern_2618; + if (n < 22) { + res2 = a2 >>> n; + res1 = a.m >> n | a2 << 22 - n; + res0 = a.l >> n | a.m << 22 - n; + } + else if (n < 44) { + res2 = 0; + res1 = a2 >>> n - 22; + res0 = a.m >> n - 22 | a.h << 44 - n; + } + else { + res2 = 0; + res1 = 0; + res0 = a2 >>> n - 44; + } + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(res0 & $intern_2717, res1 & $intern_2717, res2 & $intern_2618); +} + +function com_google_gwt_lang_BigLongLib_sub__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, b){ + var sum0, sum1, sum2; + sum0 = a.l - b.l; + sum1 = a.m - b.m + (sum0 >> 22); + sum2 = a.h - b.h + (sum1 >> 22); + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(sum0 & $intern_2717, sum1 & $intern_2717, sum2 & $intern_2618); +} + +function com_google_gwt_lang_BigLongLib_toDouble__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2D(a){ + if (com_google_gwt_lang_BigLongLib_compare__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2D(a, (com_google_gwt_lang_BigLongLib$Const_$clinit__V() , com_google_gwt_lang_BigLongLib$Const_ZERO)) < 0) { + return -com_google_gwt_lang_BigLongLibBase_toDoubleHelper__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2D(com_google_gwt_lang_BigLongLib_neg__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a)); + } + return a.l + a.m * $intern_3469 + a.h * $intern_3470; +} + +function com_google_gwt_lang_BigLongLib_toInt__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2I(a){ + return a.l | a.m << 22; +} + +function com_google_gwt_lang_BigLongLib_toString__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Ljava_lang_String_2(a){ + var digits, rem, res, tenPowerLong, zeroesNeeded; + if (a.l == 0 && a.m == 0 && a.h == 0) { + return '0'; + } + if (a.h == $intern_3468 && a.m == 0 && a.l == 0) { + return $intern_714; + } + if (a.h >> 19 != 0) { + return '-' + com_google_gwt_lang_BigLongLib_toString__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Ljava_lang_String_2(com_google_gwt_lang_BigLongLib_neg__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a)); + } + rem = a; + res = ''; + while (!(rem.l == 0 && rem.m == 0 && rem.h == 0)) { + tenPowerLong = com_google_gwt_lang_BigLongLibBase_create__ILcom_google_gwt_lang_BigLongLibBase$BigLong_2($intern_308); + rem = com_google_gwt_lang_BigLongLibBase_divMod__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(rem, tenPowerLong, true); + digits = '' + com_google_gwt_lang_BigLongLib_toInt__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2I(com_google_gwt_lang_BigLongLibBase_remainder); + if (!(rem.l == 0 && rem.m == 0 && rem.h == 0)) { + zeroesNeeded = 9 - digits.length; + for (; zeroesNeeded > 0; zeroesNeeded--) { + digits = '0' + digits; + } + } + res = digits + res; + } + return res; +} + +function com_google_gwt_lang_BigLongLib_xor__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a, b){ + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a.l ^ b.l, a.m ^ b.m, a.h ^ b.h); +} + +function com_google_gwt_lang_BigLongLib$Const_$clinit__V(){ + com_google_gwt_lang_BigLongLib$Const_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_lang_BigLongLib$Const_MAX_1VALUE = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2($intern_2717, $intern_2717, $intern_3025); + com_google_gwt_lang_BigLongLib$Const_MIN_1VALUE = com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(0, 0, $intern_3468); + com_google_gwt_lang_BigLongLib$Const_ONE = com_google_gwt_lang_BigLongLibBase_create__ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(1); + com_google_gwt_lang_BigLongLibBase_create__ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(2); + com_google_gwt_lang_BigLongLib$Const_ZERO = com_google_gwt_lang_BigLongLibBase_create__ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(0); +} + +var com_google_gwt_lang_BigLongLib$Const_MAX_1VALUE, com_google_gwt_lang_BigLongLib$Const_MIN_1VALUE, com_google_gwt_lang_BigLongLib$Const_ONE, com_google_gwt_lang_BigLongLib$Const_ZERO; +function com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2(e){ + var javaException; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(e, 52)) { + return e; + } + javaException = e && e.__java$exception; + if (!javaException) { + javaException = new com_google_gwt_core_client_JavaScriptException_JavaScriptException__Ljava_lang_Object_2V(e); + com_google_gwt_core_client_impl_StackTraceCreator_captureStackTrace__Ljava_lang_Object_2V(javaException); + } + return javaException; +} + +function com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(t){ + return t.java_lang_Throwable_backingJsObject; +} + +function com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b){ + var result; + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a) && com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)) { + result = a + b; + if ($intern_3471 < result && result < $intern_3470) { + return result; + } + } + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_add__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b):b)); +} + +function com_google_gwt_lang_LongLib_and__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b){ + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_and__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b):b)); +} + +function com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(a, b){ + var result; + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a) && com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)) { + result = a - b; + if (!isNaN(result)) { + return result; + } + } + return com_google_gwt_lang_BigLongLib_compare__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2D(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b):b); +} + +function com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(big_0){ + var a2; + a2 = big_0.h; + if (a2 == 0) { + return big_0.l + big_0.m * $intern_3469; + } + if (a2 == $intern_2618) { + return big_0.l + big_0.m * $intern_3469 - $intern_3470; + } + return big_0; +} + +function com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b){ + var result; + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a) && com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)) { + result = a / b; + if ($intern_3471 < result && result < $intern_3470) { + return result < 0?$wnd.Math.ceil(result):$wnd.Math.floor(result); + } + } + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLibBase_divMod__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b):b, false)); +} + +function com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a, b){ + return com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(a, b) == 0; +} + +function com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(value_0){ + if ($intern_3471 < value_0 && value_0 < $intern_3470) { + return value_0 < 0?$wnd.Math.ceil(value_0):$wnd.Math.floor(value_0); + } + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_fromDouble__DLcom_google_gwt_lang_BigLongLibBase$BigLong_2(value_0)); +} + +function com_google_gwt_lang_LongLib_fromInt__ILcom_google_gwt_lang_LongLib$LongEmul_2(value_0){ + return value_0; +} + +function com_google_gwt_lang_LongLib_gt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a, b){ + return com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(a, b) > 0; +} + +function com_google_gwt_lang_LongLib_gte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a, b){ + return com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(a, b) >= 0; +} + +function com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(value_0){ + return typeof value_0 === $intern_2; +} + +function com_google_gwt_lang_LongLib_lt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a, b){ + return com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(a, b) < 0; +} + +function com_google_gwt_lang_LongLib_lte__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a, b){ + return com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(a, b) <= 0; +} + +function com_google_gwt_lang_LongLib_mod__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b){ + var result; + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a) && com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)) { + result = a % b; + if ($intern_3471 < result && result < $intern_3470) { + return result; + } + } + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2((com_google_gwt_lang_BigLongLibBase_divMod__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ZLcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b):b, true) , com_google_gwt_lang_BigLongLibBase_remainder)); +} + +function com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b){ + var result; + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a) && com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)) { + result = a * b; + if ($intern_3471 < result && result < $intern_3470) { + return result; + } + } + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_mul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b):b)); +} + +function com_google_gwt_lang_LongLib_neg__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a){ + var result; + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)) { + result = 0 - a; + if (!isNaN(result)) { + return result; + } + } + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_neg__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a)); +} + +function com_google_gwt_lang_LongLib_neq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a, b){ + return com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(a, b) != 0; +} + +function com_google_gwt_lang_LongLib_not__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a){ + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_not__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a)); +} + +function com_google_gwt_lang_LongLib_or__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b){ + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_or__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b):b)); +} + +function com_google_gwt_lang_LongLib_shl__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, n){ + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_shl__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, n)); +} + +function com_google_gwt_lang_LongLib_shr__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, n){ + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_shr__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, n)); +} + +function com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(a, n){ + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_shru__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2ILcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, n)); +} + +function com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b){ + var result; + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a) && com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)) { + result = a - b; + if ($intern_3471 < result && result < $intern_3470) { + return result; + } + } + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_sub__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b):b)); +} + +function com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(longValue){ + var a0, a1, a3, value_0; + value_0 = longValue; + a3 = 0; + if (value_0 < 0) { + value_0 += $intern_3470; + a3 = $intern_2618; + } + a1 = com_google_gwt_lang_Cast_round_1int__DI(value_0 / $intern_3469); + a0 = com_google_gwt_lang_Cast_round_1int__DI(value_0 - a1 * $intern_3469); + return com_google_gwt_lang_BigLongLibBase_create0__IIILcom_google_gwt_lang_BigLongLibBase$BigLong_2(a0, a1, a3); +} + +function com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(a){ + var d; + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)) { + d = a; + return d == -0.?0:d; + } + return com_google_gwt_lang_BigLongLib_toDouble__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2D(a); +} + +function com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(a){ + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)) { + return a | 0; + } + return com_google_gwt_lang_BigLongLib_toInt__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2I(a); +} + +function com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(a){ + if (com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)) { + return '' + a; + } + return com_google_gwt_lang_BigLongLib_toString__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Ljava_lang_String_2(a); +} + +function com_google_gwt_lang_LongLib_xor__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(a, b){ + return com_google_gwt_lang_LongLib_createLongEmul__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_BigLongLib_xor__Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(a)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(a):a, com_google_gwt_lang_LongLib_isSmallLong0__Lcom_google_gwt_lang_LongLib$LongEmul_2Z(b)?com_google_gwt_lang_LongLib_toBigLong__Lcom_google_gwt_lang_LongLib$SmallLong_2Lcom_google_gwt_lang_BigLongLibBase$BigLong_2(b):b)); +} + +function com_google_gwt_lang_com_100046github_100046yellowstonegames_100046GdxDefinition_1_1EntryMethodHolder_init__V(){ + $wnd.setTimeout($entry(com_google_gwt_useragent_client_UserAgentAsserter_assertCompileTimeUserAgent__V)); + com_google_gwt_user_client_DocumentModeAsserter_$onModuleLoad__Lcom_google_gwt_user_client_DocumentModeAsserter_2V(); + com_badlogic_gdx_backends_gwt_GwtApplication_$onModuleLoad__Lcom_badlogic_gdx_backends_gwt_GwtApplication_2V(new com_github_yellowstonegames_gwt_GwtLauncher_GwtLauncher__V); +} + +function com_google_gwt_safehtml_shared_SafeUriString_SafeUriString__Ljava_lang_String_2V(uri_0){ + this.com_google_gwt_safehtml_shared_SafeUriString_uri = uri_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(558, 1, {1151:1, 558:1}, com_google_gwt_safehtml_shared_SafeUriString_SafeUriString__Ljava_lang_String_2V); +_.equals__Ljava_lang_Object_2Z = function com_google_gwt_safehtml_shared_SafeUriString_equals__Ljava_lang_Object_2Z(obj){ + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 558)) { + return false; + } + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this.com_google_gwt_safehtml_shared_SafeUriString_uri, obj.com_google_gwt_safehtml_shared_SafeUriString_uri); +} +; +_.hashCode__I = function com_google_gwt_safehtml_shared_SafeUriString_hashCode__I(){ + return java_lang_String_$hashCode__Ljava_lang_String_2I(this.com_google_gwt_safehtml_shared_SafeUriString_uri); +} +; +_.toString__Ljava_lang_String_2 = function com_google_gwt_safehtml_shared_SafeUriString_toString__Ljava_lang_String_2(){ + return 'safe: "' + this.com_google_gwt_safehtml_shared_SafeUriString_uri + '"'; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1safehtml_1shared_1SafeUriString_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2('com.google.gwt.safehtml.shared', 'SafeUriString', 558, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_safehtml_shared_UriUtils_$clinit__V(){ + com_google_gwt_safehtml_shared_UriUtils_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + new RegExp('%5B', 'g'); + new RegExp('%5D', 'g'); +} + +function com_google_gwt_storage_client_Storage_Storage__Ljava_lang_String_2V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(756, 1, {}, com_google_gwt_storage_client_Storage_Storage__Ljava_lang_String_2V); +var com_google_gwt_storage_client_Storage_localStorage; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1storage_1client_1Storage_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2('com.google.gwt.storage.client', 'Storage', 756, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_storage_client_Storage$StorageSupportDetector_$clinit__V(){ + com_google_gwt_storage_client_Storage$StorageSupportDetector_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_storage_client_Storage$StorageSupportDetector_localStorageSupported = com_google_gwt_storage_client_Storage$StorageSupportDetector_checkStorageSupport__Ljava_lang_String_2Z('localStorage'); + com_google_gwt_storage_client_Storage$StorageSupportDetector_checkStorageSupport__Ljava_lang_String_2Z('sessionStorage'); +} + +function com_google_gwt_storage_client_Storage$StorageSupportDetector_checkStorageSupport__Ljava_lang_String_2Z(storage){ + var c = '_gwt_dummy_'; + try { + $wnd[storage].setItem(c, c); + $wnd[storage].removeItem(c); + return true; + } + catch (e) { + return false; + } +} + +var com_google_gwt_storage_client_Storage$StorageSupportDetector_localStorageSupported = false; +function com_google_gwt_typedarrays_client_DataViewNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2Lcom_google_gwt_typedarrays_shared_DataView_2(buffer){ + return new DataView(buffer); +} + +function com_google_gwt_typedarrays_client_Float32ArrayNative_$subarray__Lcom_google_gwt_typedarrays_client_Float32ArrayNative_2IILcom_google_gwt_typedarrays_shared_Float32Array_2(this$static, begin, end){ + return this$static.subarray(begin, end); +} + +function com_google_gwt_typedarrays_client_Float32ArrayNative_create__ILcom_google_gwt_typedarrays_client_Float32ArrayNative_2(length_0){ + return new Float32Array(length_0); +} + +function com_google_gwt_typedarrays_client_Float32ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Float32ArrayNative_2(buffer, byteOffset, length_0){ + return new Float32Array(buffer, byteOffset, length_0); +} + +function com_google_gwt_typedarrays_client_Float64ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Float64ArrayNative_2(buffer, byteOffset, length_0){ + return new Float64Array(buffer, byteOffset, length_0); +} + +function com_google_gwt_typedarrays_client_Int16ArrayNative_$subarray__Lcom_google_gwt_typedarrays_client_Int16ArrayNative_2IILcom_google_gwt_typedarrays_shared_Int16Array_2(this$static, begin, end){ + return this$static.subarray(begin, end); +} + +function com_google_gwt_typedarrays_client_Int16ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Int16ArrayNative_2(buffer, byteOffset, length_0){ + return new Int16Array(buffer, byteOffset, length_0); +} + +function com_google_gwt_typedarrays_client_Int32ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Int32ArrayNative_2(buffer, byteOffset, length_0){ + return new Int32Array(buffer, byteOffset, length_0); +} + +function com_google_gwt_typedarrays_client_Int8ArrayNative_$subarray__Lcom_google_gwt_typedarrays_client_Int8ArrayNative_2IILcom_google_gwt_typedarrays_shared_Int8Array_2(this$static, begin, end){ + return this$static.subarray(begin, end); +} + +function com_google_gwt_typedarrays_client_Int8ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2Lcom_google_gwt_typedarrays_client_Int8ArrayNative_2(buffer){ + return new Int8Array(buffer); +} + +function com_google_gwt_typedarrays_client_Uint8ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Uint8ArrayNative_2(buffer, byteOffset, length_0){ + return new Uint8Array(buffer, byteOffset, length_0); +} + +function com_google_gwt_user_client_DOM_$clinit__V(){ + com_google_gwt_user_client_DOM_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_user_client_DOM_impl = com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1user_1client_1impl_1DOMImpl__Ljava_lang_Object_2(); +} + +function com_google_gwt_user_client_DOM_dispatchEvent__Lcom_google_gwt_user_client_Event_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_EventListener_2V(evt, elem, listener){ + com_google_gwt_user_client_DOM_$clinit__V(); + var prevCurrentEvent; + prevCurrentEvent = com_google_gwt_user_client_DOM_currentEvent; + com_google_gwt_user_client_DOM_currentEvent = evt; + elem == com_google_gwt_user_client_DOM_sCaptureElem && com_google_gwt_user_client_impl_DOMImpl_$eventGetTypeInt__Lcom_google_gwt_user_client_impl_DOMImpl_2Ljava_lang_String_2I((com_google_gwt_dom_client_DOMImpl_$clinit__V() , evt).type) == $intern_392 && (com_google_gwt_user_client_DOM_sCaptureElem = null); + listener.onBrowserEvent__Lcom_google_gwt_user_client_Event_2V(evt); + com_google_gwt_user_client_DOM_currentEvent = prevCurrentEvent; +} + +function com_google_gwt_user_client_DOM_getParent__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_Element_2(elem){ + com_google_gwt_user_client_DOM_$clinit__V(); + return com_google_gwt_dom_client_DOMImpl_$getParentElement__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Element_2((com_google_gwt_dom_client_DOMImpl_$clinit__V() , elem)); +} + +function com_google_gwt_user_client_DOM_resolve__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2(maybePotential){ + com_google_gwt_user_client_DOM_$clinit__V(); + return maybePotential.__gwt_resolve?maybePotential.__gwt_resolve():maybePotential; +} + +function com_google_gwt_user_client_DOM_sinkEvents__Lcom_google_gwt_dom_client_Element_2IV(elem, eventBits){ + com_google_gwt_user_client_DOM_$clinit__V(); + com_google_gwt_user_client_DOM_impl.sinkEvents__Lcom_google_gwt_dom_client_Element_2IV(elem, eventBits); +} + +var com_google_gwt_user_client_DOM_currentEvent = null, com_google_gwt_user_client_DOM_impl, com_google_gwt_user_client_DOM_sCaptureElem; +function com_google_gwt_user_client_DocumentModeAsserter_$onModuleLoad__Lcom_google_gwt_user_client_DocumentModeAsserter_2V(){ + var allowedModes, currentMode, i; + currentMode = $doc.compatMode; + allowedModes = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, [$intern_3454]); + for (i = 0; i < allowedModes.length; i++) { + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(allowedModes[i], currentMode)) { + return; + } + } + allowedModes.length == 1 && java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z($intern_3454, allowedModes[0]) && java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z('BackCompat', currentMode)?"GWT no longer supports Quirks Mode (document.compatMode=' BackCompat').
Make sure your application's host HTML page has a Standards Mode (document.compatMode=' CSS1Compat') doctype,
e.g. by using <!doctype html> at the start of your application's HTML page.

To continue using this unsupported rendering mode and risk layout problems, suppress this message by adding
the following line to your*.gwt.xml module file:
  <extend-configuration-property name=\"document.compatMode\" value=\"" + currentMode + '"/>':"Your *.gwt.xml module configuration prohibits the use of the current document rendering mode (document.compatMode=' " + currentMode + "').
Modify your application's host HTML page doctype, or update your custom " + "'document.compatMode' configuration property settings."; +} + +function com_google_gwt_user_client_Event_sinkEvents__Lcom_google_gwt_dom_client_Element_2IV(elem){ + com_google_gwt_user_client_DOM_$clinit__V(); + com_google_gwt_user_client_DOM_impl.sinkEvents__Lcom_google_gwt_dom_client_Element_2IV(elem, 32768); +} + +function com_google_gwt_user_client_Window_$clinit__V(){ + com_google_gwt_user_client_Window_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1user_1client_1impl_1WindowImpl__Ljava_lang_Object_2(); +} + +function com_google_gwt_user_client_Window_addCloseHandler__Lcom_google_gwt_event_logical_shared_CloseHandler_2Lcom_google_gwt_event_shared_HandlerRegistration_2(handler){ + com_google_gwt_user_client_Window_$clinit__V(); + com_google_gwt_user_client_Window_maybeInitializeCloseHandlers__V(); + return com_google_gwt_user_client_Window_addHandler__Lcom_google_gwt_event_shared_GwtEvent$Type_2Lcom_google_gwt_event_shared_EventHandler_2Lcom_google_gwt_event_shared_HandlerRegistration_2(com_google_gwt_event_logical_shared_CloseEvent_TYPE?com_google_gwt_event_logical_shared_CloseEvent_TYPE:(com_google_gwt_event_logical_shared_CloseEvent_TYPE = new com_google_gwt_event_shared_GwtEvent$Type_GwtEvent$Type__V), handler); +} + +function com_google_gwt_user_client_Window_addHandler__Lcom_google_gwt_event_shared_GwtEvent$Type_2Lcom_google_gwt_event_shared_EventHandler_2Lcom_google_gwt_event_shared_HandlerRegistration_2(type_0, handler){ + return com_google_gwt_event_shared_HandlerManager_$addHandler__Lcom_google_gwt_event_shared_HandlerManager_2Lcom_google_gwt_event_shared_GwtEvent$Type_2Lcom_google_gwt_event_shared_EventHandler_2Lcom_google_gwt_event_shared_HandlerRegistration_2((!com_google_gwt_user_client_Window_handlers && (com_google_gwt_user_client_Window_handlers = new com_google_gwt_user_client_Window$WindowHandlers_Window$WindowHandlers__V) , com_google_gwt_user_client_Window_handlers), type_0, handler); +} + +function com_google_gwt_user_client_Window_addResizeHandler__Lcom_google_gwt_event_logical_shared_ResizeHandler_2Lcom_google_gwt_event_shared_HandlerRegistration_2(handler){ + com_google_gwt_user_client_Window_$clinit__V(); + com_google_gwt_user_client_Window_maybeInitializeCloseHandlers__V(); + com_google_gwt_user_client_Window_maybeInitializeResizeHandlers__V(); + return com_google_gwt_user_client_Window_addHandler__Lcom_google_gwt_event_shared_GwtEvent$Type_2Lcom_google_gwt_event_shared_EventHandler_2Lcom_google_gwt_event_shared_HandlerRegistration_2((!com_google_gwt_event_logical_shared_ResizeEvent_TYPE && (com_google_gwt_event_logical_shared_ResizeEvent_TYPE = new com_google_gwt_event_shared_GwtEvent$Type_GwtEvent$Type__V) , com_google_gwt_event_logical_shared_ResizeEvent_TYPE), handler); +} + +function com_google_gwt_user_client_Window_maybeInitializeCloseHandlers__V(){ + if (!com_google_gwt_user_client_Window_closeHandlersInitialized) { + com_google_gwt_user_client_impl_WindowImpl_$initWindowCloseHandler__Lcom_google_gwt_user_client_impl_WindowImpl_2V(); + com_google_gwt_user_client_Window_closeHandlersInitialized = true; + } +} + +function com_google_gwt_user_client_Window_maybeInitializeResizeHandlers__V(){ + if (!com_google_gwt_user_client_Window_resizeHandlersInitialized) { + com_google_gwt_user_client_impl_WindowImpl_$initWindowResizeHandler__Lcom_google_gwt_user_client_impl_WindowImpl_2V(); + com_google_gwt_user_client_Window_resizeHandlersInitialized = true; + } +} + +function com_google_gwt_user_client_Window_onClosing__Ljava_lang_String_2(){ + com_google_gwt_user_client_Window_$clinit__V(); + var event_0; + if (com_google_gwt_user_client_Window_closeHandlersInitialized) { + event_0 = new com_google_gwt_user_client_Window$ClosingEvent_Window$ClosingEvent__V; + !!com_google_gwt_user_client_Window_handlers && com_google_gwt_event_shared_HandlerManager_$fireEvent__Lcom_google_gwt_event_shared_HandlerManager_2Lcom_google_gwt_event_shared_GwtEvent_2V(com_google_gwt_user_client_Window_handlers, event_0); + return null; + } + return null; +} + +function com_google_gwt_user_client_Window_onResize__V(){ + com_google_gwt_user_client_Window_$clinit__V(); + var height, width_0; + if (com_google_gwt_user_client_Window_resizeHandlersInitialized) { + width_0 = com_google_gwt_dom_client_Document_$getClientWidth__Lcom_google_gwt_dom_client_Document_2I($doc); + height = com_google_gwt_dom_client_Document_$getClientHeight__Lcom_google_gwt_dom_client_Document_2I($doc); + if (com_google_gwt_user_client_Window_lastResizeWidth != width_0 || com_google_gwt_user_client_Window_lastResizeHeight != height) { + com_google_gwt_user_client_Window_lastResizeWidth = width_0; + com_google_gwt_user_client_Window_lastResizeHeight = height; + com_google_gwt_event_logical_shared_ResizeEvent_fire__Lcom_google_gwt_event_logical_shared_HasResizeHandlers_2IIV((!com_google_gwt_user_client_Window_handlers && (com_google_gwt_user_client_Window_handlers = new com_google_gwt_user_client_Window$WindowHandlers_Window$WindowHandlers__V) , com_google_gwt_user_client_Window_handlers), width_0, height); + } + } +} + +var com_google_gwt_user_client_Window_closeHandlersInitialized = false, com_google_gwt_user_client_Window_handlers, com_google_gwt_user_client_Window_lastResizeHeight = 0, com_google_gwt_user_client_Window_lastResizeWidth = 0, com_google_gwt_user_client_Window_resizeHandlersInitialized = false; +function com_google_gwt_user_client_Window$ClosingEvent_$clinit__V(){ + com_google_gwt_user_client_Window$ClosingEvent_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_user_client_Window$ClosingEvent_TYPE = new com_google_gwt_event_shared_GwtEvent$Type_GwtEvent$Type__V; +} + +function com_google_gwt_user_client_Window$ClosingEvent_Window$ClosingEvent__V(){ + com_google_gwt_user_client_Window$ClosingEvent_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(837, $intern_975, {}, com_google_gwt_user_client_Window$ClosingEvent_Window$ClosingEvent__V); +_.dispatch__Lcom_google_gwt_event_shared_EventHandler_2V = function com_google_gwt_user_client_Window$ClosingEvent_dispatch__Lcom_google_gwt_event_shared_EventHandler_2V(handler){ + null.$_nullMethod(); +} +; +_.getAssociatedType__Lcom_google_web_bindery_event_shared_Event$Type_2 = function com_google_gwt_user_client_Window$ClosingEvent_getAssociatedType__Lcom_google_web_bindery_event_shared_Event$Type_2(){ + return com_google_gwt_user_client_Window$ClosingEvent_TYPE; +} +; +_.getAssociatedType__Lcom_google_gwt_event_shared_GwtEvent$Type_2 = function com_google_gwt_user_client_Window$ClosingEvent_getAssociatedType__Lcom_google_gwt_event_shared_GwtEvent$Type_2(){ + return com_google_gwt_user_client_Window$ClosingEvent_TYPE; +} +; +var com_google_gwt_user_client_Window$ClosingEvent_TYPE; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1Window$ClosingEvent_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_724, 'Window/ClosingEvent', 837, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1GwtEvent_12_1classLit); +function com_google_gwt_user_client_Window$WindowHandlers_Window$WindowHandlers__V(){ + this.com_google_gwt_event_shared_HandlerManager_eventBus = new com_google_gwt_event_shared_HandlerManager$Bus_HandlerManager$Bus__ZV; + this.com_google_gwt_event_shared_HandlerManager_source = null; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(538, 701, {137:1}, com_google_gwt_user_client_Window$WindowHandlers_Window$WindowHandlers__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1Window$WindowHandlers_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_724, 'Window/WindowHandlers', 538, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1HandlerManager_12_1classLit); +function com_google_gwt_user_client_impl_DOMImpl_$eventGetTypeInt__Lcom_google_gwt_user_client_impl_DOMImpl_2Ljava_lang_String_2I(eventType){ + switch (eventType) { + case 'blur': + return $intern_391; + case 'change': + return $intern_44; + case 'click': + return 1; + case 'dblclick': + return 2; + case 'focus': + return 2048; + case $intern_25: + return 128; + case $intern_27: + return 256; + case $intern_26: + return 512; + case $intern_65: + return 32768; + case 'losecapture': + return $intern_392; + case $intern_22: + return 4; + case $intern_24: + return 64; + case 'mouseout': + return 32; + case 'mouseover': + return 16; + case $intern_23: + return 8; + case $intern_629: + return $intern_390; + case $intern_66: + return $intern_2397; + case $intern_32: + case $intern_33: + return $intern_3472; + case $intern_75: + return 262144; + case 'paste': + return $intern_3468; + case $intern_28: + return 1048576; + case $intern_29: + return $intern_3473; + case $intern_31: + return $intern_3469; + case $intern_30: + return 8388608; + case 'gesturestart': + return $intern_413; + case 'gesturechange': + return $intern_3474; + case 'gestureend': + return $intern_3475; + default:return -1; + } +} + +function com_google_gwt_user_client_impl_DOMImpl_$maybeInitializeEventSystem__Lcom_google_gwt_user_client_impl_DOMImpl_2V(this$static){ + if (!com_google_gwt_user_client_impl_DOMImpl_eventSystemIsInitialized) { + this$static.initEventSystem__V(); + com_google_gwt_user_client_impl_DOMImpl_eventSystemIsInitialized = true; + } +} + +function com_google_gwt_user_client_impl_DOMImpl_getEventListener__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_EventListener_2(elem){ + var maybeListener = elem.__listener; + return !com_google_gwt_lang_Cast_instanceOfJso__Ljava_lang_Object_2Z(maybeListener) && com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(maybeListener, 148)?maybeListener:null; +} + +function com_google_gwt_user_client_impl_DOMImpl_setEventListener__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_EventListener_2V(elem, listener){ + elem.__listener = listener; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(394, 1, $intern_3476); +var com_google_gwt_user_client_impl_DOMImpl_eventSystemIsInitialized = false; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1DOMImpl_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3477, 'DOMImpl', 394, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_impl_DOMImplStandard_$clinit__V(){ + com_google_gwt_user_client_impl_DOMImplStandard_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_user_client_impl_DOMImplStandard_bitlessEventDispatchers = {_default_:com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent__Lcom_google_gwt_user_client_Event_2V, dragenter:com_google_gwt_user_client_impl_DOMImplStandard_dispatchDragEvent__Lcom_google_gwt_user_client_Event_2V, dragover:com_google_gwt_user_client_impl_DOMImplStandard_dispatchDragEvent__Lcom_google_gwt_user_client_Event_2V}; + com_google_gwt_user_client_impl_DOMImplStandard_captureEventDispatchers = {click:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, dblclick:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, mousedown:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, mouseup:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, mousemove:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, mouseover:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, mouseout:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, mousewheel:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, keydown:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedEvent__Lcom_google_gwt_user_client_Event_2V, keyup:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedEvent__Lcom_google_gwt_user_client_Event_2V, keypress:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedEvent__Lcom_google_gwt_user_client_Event_2V, touchstart:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, touchend:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, touchmove:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, touchcancel:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, gesturestart:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, gestureend:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V, gesturechange:com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V}; +} + +function com_google_gwt_user_client_impl_DOMImplStandard_$initEventSystem__Lcom_google_gwt_user_client_impl_DOMImplStandard_2V(){ + com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent = $entry(com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent__Lcom_google_gwt_user_client_Event_2V); + com_google_gwt_user_client_impl_DOMImplStandard_dispatchUnhandledEvent = $entry(com_google_gwt_user_client_impl_DOMImplStandard_dispatchUnhandledEvent__Lcom_google_gwt_user_client_Event_2V); + var foreach = com_google_gwt_user_client_impl_EventMap_foreach__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V; + var bitlessEvents = com_google_gwt_user_client_impl_DOMImplStandard_bitlessEventDispatchers; + foreach(bitlessEvents, function(e, fn){ + bitlessEvents[e] = $entry(fn); + } + ); + var captureEvents_0 = com_google_gwt_user_client_impl_DOMImplStandard_captureEventDispatchers; + foreach(captureEvents_0, function(e, fn){ + captureEvents_0[e] = $entry(fn); + } + ); + foreach(captureEvents_0, function(e, fn){ + $wnd.addEventListener(e, fn, true); + } + ); +} + +function com_google_gwt_user_client_impl_DOMImplStandard_$sinkEventsImpl__Lcom_google_gwt_user_client_impl_DOMImplStandard_2Lcom_google_gwt_dom_client_Element_2IV(elem, bits){ + var chMask = (elem.__eventBits || 0) ^ bits; + elem.__eventBits = bits; + if (!chMask) + return; + chMask & 1 && (elem.onclick = bits & 1?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 2 && (elem.ondblclick = bits & 2?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 4 && (elem.onmousedown = bits & 4?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 8 && (elem.onmouseup = bits & 8?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 16 && (elem.onmouseover = bits & 16?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 32 && (elem.onmouseout = bits & 32?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 64 && (elem.onmousemove = bits & 64?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 128 && (elem.onkeydown = bits & 128?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 256 && (elem.onkeypress = bits & 256?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 512 && (elem.onkeyup = bits & 512?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_44 && (elem.onchange = bits & $intern_44?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 2048 && (elem.onfocus = bits & 2048?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_391 && (elem.onblur = bits & $intern_391?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_392 && (elem.onlosecapture = bits & $intern_392?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_390 && (elem.onscroll = bits & $intern_390?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 32768 && (elem.onload = bits & 32768?com_google_gwt_user_client_impl_DOMImplStandard_dispatchUnhandledEvent:null); + chMask & $intern_2397 && (elem.onerror = bits & $intern_2397?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_3472 && (elem.onmousewheel = bits & $intern_3472?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 262144 && (elem.oncontextmenu = bits & 262144?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_3468 && (elem.onpaste = bits & $intern_3468?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 1048576 && (elem.ontouchstart = bits & 1048576?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_3473 && (elem.ontouchmove = bits & $intern_3473?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_3469 && (elem.ontouchend = bits & $intern_3469?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & 8388608 && (elem.ontouchcancel = bits & 8388608?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_413 && (elem.ongesturestart = bits & $intern_413?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_3474 && (elem.ongesturechange = bits & $intern_3474?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); + chMask & $intern_3475 && (elem.ongestureend = bits & $intern_3475?com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent:null); +} + +function com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedEvent__Lcom_google_gwt_user_client_Event_2V(evt){ + com_google_gwt_user_client_DOM_$clinit__V(); +} + +function com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V(evt){ + com_google_gwt_user_client_impl_DOMImplStandard_$clinit__V(); + com_google_gwt_user_client_DOM_$clinit__V(); + return; +} + +function com_google_gwt_user_client_impl_DOMImplStandard_dispatchDragEvent__Lcom_google_gwt_user_client_Event_2V(evt){ + (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).eventPreventDefault__Lcom_google_gwt_dom_client_NativeEvent_2V(evt); + com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent__Lcom_google_gwt_user_client_Event_2V(evt); +} + +function com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent__Lcom_google_gwt_user_client_Event_2V(evt){ + var element; + element = com_google_gwt_user_client_impl_DOMImplStandard_getFirstAncestorWithListener__Lcom_google_gwt_user_client_Event_2Lcom_google_gwt_dom_client_Element_2(evt); + if (!element) { + return; + } + com_google_gwt_user_client_DOM_dispatchEvent__Lcom_google_gwt_user_client_Event_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_EventListener_2V(evt, element.nodeType != 1?null:element, com_google_gwt_user_client_impl_DOMImpl_getEventListener__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_EventListener_2(element)); +} + +function com_google_gwt_user_client_impl_DOMImplStandard_dispatchUnhandledEvent__Lcom_google_gwt_user_client_Event_2V(evt){ + var element; + element = (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).eventGetCurrentTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(evt); + element[$intern_3478] = evt.type; + com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent__Lcom_google_gwt_user_client_Event_2V(evt); +} + +function com_google_gwt_user_client_impl_DOMImplStandard_getFirstAncestorWithListener__Lcom_google_gwt_user_client_Event_2Lcom_google_gwt_dom_client_Element_2(evt){ + var curElem; + curElem = (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).eventGetCurrentTarget__Lcom_google_gwt_dom_client_NativeEvent_2Lcom_google_gwt_dom_client_EventTarget_2(evt); + while (!!curElem && !com_google_gwt_user_client_impl_DOMImpl_getEventListener__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_EventListener_2(curElem)) { + curElem = curElem.parentNode; + } + return curElem; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_977, 394, $intern_3476); +_.initEventSystem__V = function com_google_gwt_user_client_impl_DOMImplStandard_initEventSystem__V(){ + com_google_gwt_user_client_impl_DOMImplStandard_$initEventSystem__Lcom_google_gwt_user_client_impl_DOMImplStandard_2V(); +} +; +_.sinkEvents__Lcom_google_gwt_dom_client_Element_2IV = function com_google_gwt_user_client_impl_DOMImplStandard_sinkEvents__Lcom_google_gwt_dom_client_Element_2IV(elem, bits){ + com_google_gwt_user_client_impl_DOMImpl_$maybeInitializeEventSystem__Lcom_google_gwt_user_client_impl_DOMImpl_2V(this); + com_google_gwt_user_client_impl_DOMImplStandard_$sinkEventsImpl__Lcom_google_gwt_user_client_impl_DOMImplStandard_2Lcom_google_gwt_dom_client_Element_2IV(elem, bits); +} +; +var com_google_gwt_user_client_impl_DOMImplStandard_bitlessEventDispatchers, com_google_gwt_user_client_impl_DOMImplStandard_captureElem, com_google_gwt_user_client_impl_DOMImplStandard_captureEventDispatchers, com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent, com_google_gwt_user_client_impl_DOMImplStandard_dispatchUnhandledEvent; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1DOMImplStandard_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3477, $intern_3456, $intern_977, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1DOMImpl_12_1classLit); +function com_google_gwt_user_client_impl_DOMImplMozilla_$clinit__V(){ + com_google_gwt_user_client_impl_DOMImplMozilla_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_user_client_impl_DOMImplStandard_$clinit__V(); + com_google_gwt_user_client_impl_DOMImplStandard_captureEventDispatchers[$intern_32] = com_google_gwt_user_client_impl_DOMImplStandard_dispatchCapturedMouseEvent__Lcom_google_gwt_user_client_Event_2V; +} + +function com_google_gwt_user_client_impl_DOMImplMozilla_$initSyntheticMouseUpEvents__Lcom_google_gwt_user_client_impl_DOMImplMozilla_2V(){ + $wnd.addEventListener('mouseout', $entry(function(evt){ + var cap = (com_google_gwt_user_client_impl_DOMImplStandard_$clinit__V() , com_google_gwt_user_client_impl_DOMImplStandard_captureElem); + if (cap && !evt.relatedTarget) { + if ('html' == evt.target.tagName.toLowerCase()) { + var muEvent = $doc.createEvent('MouseEvents'); + muEvent.initMouseEvent($intern_23, true, true, $wnd, 0, evt.screenX, evt.screenY, evt.clientX, evt.clientY, evt.ctrlKey, evt.altKey, evt.shiftKey, evt.metaKey, evt.button, null); + cap.dispatchEvent(muEvent); + } + } + } + ), true); +} + +function com_google_gwt_user_client_impl_DOMImplMozilla_DOMImplMozilla__V(){ + com_google_gwt_user_client_impl_DOMImplMozilla_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(880, $intern_977, $intern_3476, com_google_gwt_user_client_impl_DOMImplMozilla_DOMImplMozilla__V); +_.initEventSystem__V = function com_google_gwt_user_client_impl_DOMImplMozilla_initEventSystem__V(){ + com_google_gwt_user_client_impl_DOMImplStandard_$initEventSystem__Lcom_google_gwt_user_client_impl_DOMImplStandard_2V(); + com_google_gwt_user_client_impl_DOMImplMozilla_$initSyntheticMouseUpEvents__Lcom_google_gwt_user_client_impl_DOMImplMozilla_2V(); +} +; +_.sinkEvents__Lcom_google_gwt_dom_client_Element_2IV = function com_google_gwt_user_client_impl_DOMImplMozilla_sinkEvents__Lcom_google_gwt_dom_client_Element_2IV(elem, bits){ + com_google_gwt_user_client_impl_DOMImpl_$maybeInitializeEventSystem__Lcom_google_gwt_user_client_impl_DOMImpl_2V(this); + com_google_gwt_user_client_impl_DOMImplStandard_$sinkEventsImpl__Lcom_google_gwt_user_client_impl_DOMImplStandard_2Lcom_google_gwt_dom_client_Element_2IV(elem, bits); + bits & $intern_3472 && elem.addEventListener($intern_32, (com_google_gwt_user_client_impl_DOMImplStandard_$clinit__V() , com_google_gwt_user_client_impl_DOMImplStandard_dispatchEvent), false); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1DOMImplMozilla_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3477, $intern_3457, 880, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1DOMImplStandard_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1113, $intern_977, $intern_3476); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1DOMImplStandardBase_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3477, $intern_3458, 1113, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1DOMImplStandard_12_1classLit); +function com_google_gwt_user_client_impl_DOMImplWebkit_DOMImplWebkit__V(){ + com_google_gwt_user_client_impl_DOMImplStandard_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(881, 1113, $intern_3476, com_google_gwt_user_client_impl_DOMImplWebkit_DOMImplWebkit__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1DOMImplWebkit_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3477, $intern_3459, 881, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1DOMImplStandardBase_12_1classLit); +function com_google_gwt_user_client_impl_EventMap_foreach__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(map_0, fn){ + for (var e in map_0) { + map_0.hasOwnProperty(e) && fn(e, map_0[e]); + } +} + +function com_google_gwt_user_client_impl_WindowImpl_$initWindowCloseHandler__Lcom_google_gwt_user_client_impl_WindowImpl_2V(){ + var oldOnBeforeUnload = $wnd.onbeforeunload; + var oldOnUnload = $wnd.onunload; + $wnd.onbeforeunload = function(evt){ + var ret, oldRet; + try { + ret = $entry(com_google_gwt_user_client_Window_onClosing__Ljava_lang_String_2)(); + } + finally { + oldRet = oldOnBeforeUnload && oldOnBeforeUnload(evt); + } + if (ret != null) { + return ret; + } + if (oldRet != null) { + return oldRet; + } + } + ; + $wnd.onunload = $entry(function(evt){ + try { + com_google_gwt_user_client_Window_$clinit__V(); + com_google_gwt_user_client_Window_closeHandlersInitialized && com_google_gwt_event_logical_shared_CloseEvent_fire__Lcom_google_gwt_event_logical_shared_HasCloseHandlers_2Ljava_lang_Object_2ZV((!com_google_gwt_user_client_Window_handlers && (com_google_gwt_user_client_Window_handlers = new com_google_gwt_user_client_Window$WindowHandlers_Window$WindowHandlers__V) , com_google_gwt_user_client_Window_handlers)); + } + finally { + oldOnUnload && oldOnUnload(evt); + $wnd.onresize = null; + $wnd.onscroll = null; + $wnd.onbeforeunload = null; + $wnd.onunload = null; + } + } + ); +} + +function com_google_gwt_user_client_impl_WindowImpl_$initWindowResizeHandler__Lcom_google_gwt_user_client_impl_WindowImpl_2V(){ + var oldOnResize = $wnd.onresize; + $wnd.onresize = $entry(function(evt){ + try { + com_google_gwt_user_client_Window_onResize__V(); + } + finally { + oldOnResize && oldOnResize(evt); + } + } + ); +} + +function com_google_gwt_user_client_impl_WindowImpl_WindowImpl__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(541, 1, {541:1}, com_google_gwt_user_client_impl_WindowImpl_WindowImpl__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1WindowImpl_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3477, 'WindowImpl', 541, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_impl_WindowImplMozilla_WindowImplMozilla__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(853, 541, {541:1}, com_google_gwt_user_client_impl_WindowImplMozilla_WindowImplMozilla__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1WindowImplMozilla_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3477, 'WindowImplMozilla', 853, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1impl_1WindowImpl_12_1classLit); +function com_google_gwt_user_client_ui_Panel_$clear__Lcom_google_gwt_user_client_ui_Panel_2V(this$static){ + var it; + it = new com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_WidgetCollection$WidgetIterator__Lcom_google_gwt_user_client_ui_WidgetCollection_2V(this$static.com_google_gwt_user_client_ui_ComplexPanel_children); + while (it.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_index < it.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_this$01.com_google_gwt_user_client_ui_WidgetCollection_size) { + com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_$next__Lcom_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_2Lcom_google_gwt_user_client_ui_Widget_2(it); + com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_$remove__Lcom_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_2V(it); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V($intern_974, 119, $intern_3479); +_.doAttachChildren__V = function com_google_gwt_user_client_ui_Panel_doAttachChildren__V(){ + com_google_gwt_user_client_ui_AttachDetachException_tryCommand__Ljava_lang_Iterable_2Lcom_google_gwt_user_client_ui_AttachDetachException$Command_2V(this, (com_google_gwt_user_client_ui_AttachDetachException_$clinit__V() , com_google_gwt_user_client_ui_AttachDetachException_attachCommand)); +} +; +_.doDetachChildren__V = function com_google_gwt_user_client_ui_Panel_doDetachChildren__V(){ + com_google_gwt_user_client_ui_AttachDetachException_tryCommand__Ljava_lang_Iterable_2Lcom_google_gwt_user_client_ui_AttachDetachException$Command_2V(this, (com_google_gwt_user_client_ui_AttachDetachException_$clinit__V() , com_google_gwt_user_client_ui_AttachDetachException_detachCommand)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Panel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'Panel', $intern_974, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Widget_12_1classLit); +function com_google_gwt_user_client_ui_ComplexPanel_$add__Lcom_google_gwt_user_client_ui_ComplexPanel_2Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_Element_2V(this$static, child, container){ + com_google_gwt_user_client_ui_Widget_$removeFromParent__Lcom_google_gwt_user_client_ui_Widget_2V(child); + com_google_gwt_user_client_ui_WidgetCollection_$add__Lcom_google_gwt_user_client_ui_WidgetCollection_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static.com_google_gwt_user_client_ui_ComplexPanel_children, child); + com_google_gwt_user_client_DOM_$clinit__V(); + com_google_gwt_dom_client_Node_$appendChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2(container, com_google_gwt_user_client_DOM_resolve__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2(child.com_google_gwt_user_client_ui_UIObject_element)); + com_google_gwt_user_client_ui_Widget_$setParent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_ui_Widget_2V(child, this$static); +} + +function com_google_gwt_user_client_ui_ComplexPanel_$remove__Lcom_google_gwt_user_client_ui_ComplexPanel_2Lcom_google_gwt_user_client_ui_Widget_2Z(this$static, w){ + var elem; + if (w.com_google_gwt_user_client_ui_Widget_parent != this$static) { + return false; + } + try { + com_google_gwt_user_client_ui_Widget_$setParent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_ui_Widget_2V(w, null); + } + finally { + elem = (com_google_gwt_user_client_DOM_$clinit__V() , w.com_google_gwt_user_client_ui_UIObject_element); + com_google_gwt_dom_client_Node_$removeChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2((null , com_google_gwt_dom_client_DOMImpl_$getParentElement__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Element_2((com_google_gwt_dom_client_DOMImpl_$clinit__V() , elem))), elem); + com_google_gwt_user_client_ui_WidgetCollection_$remove__Lcom_google_gwt_user_client_ui_WidgetCollection_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static.com_google_gwt_user_client_ui_ComplexPanel_children, w); + } + return true; +} + +function com_google_gwt_user_client_ui_ComplexPanel_ComplexPanel__V(){ + this.com_google_gwt_user_client_ui_ComplexPanel_children = new com_google_gwt_user_client_ui_WidgetCollection_WidgetCollection__Lcom_google_gwt_user_client_ui_HasWidgets_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(699, $intern_974, $intern_3479); +_.iterator__Ljava_util_Iterator_2 = function com_google_gwt_user_client_ui_ComplexPanel_iterator__Ljava_util_Iterator_2(){ + return new com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_WidgetCollection$WidgetIterator__Lcom_google_gwt_user_client_ui_WidgetCollection_2V(this.com_google_gwt_user_client_ui_ComplexPanel_children); +} +; +_.remove__Lcom_google_gwt_user_client_ui_Widget_2Z = function com_google_gwt_user_client_ui_ComplexPanel_remove__Lcom_google_gwt_user_client_ui_Widget_2Z(w){ + return com_google_gwt_user_client_ui_ComplexPanel_$remove__Lcom_google_gwt_user_client_ui_ComplexPanel_2Lcom_google_gwt_user_client_ui_Widget_2Z(this, w); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1ComplexPanel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'ComplexPanel', 699, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Panel_12_1classLit); +function com_google_gwt_user_client_ui_AbsolutePanel_$add__Lcom_google_gwt_user_client_ui_AbsolutePanel_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static, w){ + com_google_gwt_user_client_ui_ComplexPanel_$add__Lcom_google_gwt_user_client_ui_ComplexPanel_2Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_Element_2V(this$static, w, (com_google_gwt_user_client_DOM_$clinit__V() , this$static.com_google_gwt_user_client_ui_UIObject_element)); +} + +function com_google_gwt_user_client_ui_AbsolutePanel_changeToStaticPositioning__Lcom_google_gwt_dom_client_Element_2V(elem){ + elem.style[$intern_1188] = ''; + elem.style[$intern_168] = ''; + elem.style[$intern_1643] = ''; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(843, 699, $intern_3479); +_.remove__Lcom_google_gwt_user_client_ui_Widget_2Z = function com_google_gwt_user_client_ui_AbsolutePanel_remove__Lcom_google_gwt_user_client_ui_Widget_2Z(w){ + var removed; + removed = com_google_gwt_user_client_ui_ComplexPanel_$remove__Lcom_google_gwt_user_client_ui_ComplexPanel_2Lcom_google_gwt_user_client_ui_Widget_2Z(this, w); + removed && com_google_gwt_user_client_ui_AbsolutePanel_changeToStaticPositioning__Lcom_google_gwt_dom_client_Element_2V((com_google_gwt_user_client_DOM_$clinit__V() , w.com_google_gwt_user_client_ui_UIObject_element)); + return removed; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1AbsolutePanel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'AbsolutePanel', 843, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1ComplexPanel_12_1classLit); +function com_google_gwt_user_client_ui_AttachDetachException_$clinit__V(){ + com_google_gwt_user_client_ui_AttachDetachException_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_user_client_ui_AttachDetachException_attachCommand = new com_google_gwt_user_client_ui_AttachDetachException$1_AttachDetachException$1__V; + com_google_gwt_user_client_ui_AttachDetachException_detachCommand = new com_google_gwt_user_client_ui_AttachDetachException$2_AttachDetachException$2__V; +} + +function com_google_gwt_user_client_ui_AttachDetachException_AttachDetachException__Ljava_util_Set_2V(causes){ + com_google_gwt_event_shared_UmbrellaException_UmbrellaException__Ljava_util_Set_2V.call(this, causes); +} + +function com_google_gwt_user_client_ui_AttachDetachException_tryCommand__Ljava_lang_Iterable_2Lcom_google_gwt_user_client_ui_AttachDetachException$Command_2V(hasWidgets, c){ + com_google_gwt_user_client_ui_AttachDetachException_$clinit__V(); + var caught, e, w, w$iterator; + caught = null; + for (w$iterator = hasWidgets.iterator__Ljava_util_Iterator_2(); w$iterator.hasNext__Z();) { + w = w$iterator.next__Ljava_lang_Object_2(); + try { + c.execute__Lcom_google_gwt_user_client_ui_Widget_2V(w); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 52)) { + e = $e0; + !caught && (caught = new java_util_HashSet_HashSet__V); + java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(caught.java_util_HashSet_map, e, caught); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + if (caught) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_google_gwt_user_client_ui_AttachDetachException_AttachDetachException__Ljava_util_Set_2V(caught)); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(834, 700, $intern_3465, com_google_gwt_user_client_ui_AttachDetachException_AttachDetachException__Ljava_util_Set_2V); +var com_google_gwt_user_client_ui_AttachDetachException_attachCommand, com_google_gwt_user_client_ui_AttachDetachException_detachCommand; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1AttachDetachException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'AttachDetachException', 834, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1event_1shared_1UmbrellaException_12_1classLit); +function com_google_gwt_user_client_ui_AttachDetachException$1_AttachDetachException$1__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(835, 1, {}, com_google_gwt_user_client_ui_AttachDetachException$1_AttachDetachException$1__V); +_.execute__Lcom_google_gwt_user_client_ui_Widget_2V = function com_google_gwt_user_client_ui_AttachDetachException$1_execute__Lcom_google_gwt_user_client_ui_Widget_2V(w){ + w.onAttach__V(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1AttachDetachException$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'AttachDetachException/1', 835, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_AttachDetachException$2_AttachDetachException$2__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(836, 1, {}, com_google_gwt_user_client_ui_AttachDetachException$2_AttachDetachException$2__V); +_.execute__Lcom_google_gwt_user_client_ui_Widget_2V = function com_google_gwt_user_client_ui_AttachDetachException$2_execute__Lcom_google_gwt_user_client_ui_Widget_2V(w){ + com_google_gwt_user_client_ui_Widget_$onDetach__Lcom_google_gwt_user_client_ui_Widget_2V(w); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1AttachDetachException$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'AttachDetachException/2', 836, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_CellPanel_$setCellHorizontalAlignment__Lcom_google_gwt_user_client_ui_CellPanel_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_2V(td, align_0){ + (com_google_gwt_user_client_DOM_$clinit__V() , td)[$intern_1019] = align_0.com_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_textAlignString; +} + +function com_google_gwt_user_client_ui_CellPanel_$setCellVerticalAlignment__Lcom_google_gwt_user_client_ui_CellPanel_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_2V(td, align_0){ + com_google_gwt_user_client_ui_CellPanel_$setCellVerticalAlignment__Lcom_google_gwt_user_client_ui_CellPanel_2Lcom_google_gwt_user_client_Element_2Lcom_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_2V((com_google_gwt_user_client_DOM_$clinit__V() , td), align_0); +} + +function com_google_gwt_user_client_ui_CellPanel_$setCellVerticalAlignment__Lcom_google_gwt_user_client_ui_CellPanel_2Lcom_google_gwt_user_client_Element_2Lcom_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_2V(td, align_0){ + td.style['verticalAlign'] = align_0.com_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_verticalAlignString; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(833, 699, $intern_3479); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1CellPanel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'CellPanel', 833, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1ComplexPanel_12_1classLit); +function com_google_gwt_user_client_ui_DirectionalTextHelper_$setTextOrHtml__Lcom_google_gwt_user_client_ui_DirectionalTextHelper_2Ljava_lang_String_2ZV(this$static){ + com_google_gwt_dom_client_Element_$setInnerText__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2V(this$static.com_google_gwt_user_client_ui_DirectionalTextHelper_element); + if (this$static.com_google_gwt_user_client_ui_DirectionalTextHelper_textDir != this$static.com_google_gwt_user_client_ui_DirectionalTextHelper_initialElementDir) { + this$static.com_google_gwt_user_client_ui_DirectionalTextHelper_textDir = this$static.com_google_gwt_user_client_ui_DirectionalTextHelper_initialElementDir; + com_google_gwt_i18n_client_BidiUtils_setDirectionOnElement__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_i18n_client_HasDirection$Direction_2V(this$static.com_google_gwt_user_client_ui_DirectionalTextHelper_element, this$static.com_google_gwt_user_client_ui_DirectionalTextHelper_initialElementDir); + } +} + +function com_google_gwt_user_client_ui_DirectionalTextHelper_DirectionalTextHelper__Lcom_google_gwt_dom_client_Element_2ZV(element){ + this.com_google_gwt_user_client_ui_DirectionalTextHelper_element = element; + this.com_google_gwt_user_client_ui_DirectionalTextHelper_initialElementDir = com_google_gwt_i18n_client_BidiUtils_getDirectionOnElement__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_i18n_client_HasDirection$Direction_2(element); + this.com_google_gwt_user_client_ui_DirectionalTextHelper_textDir = this.com_google_gwt_user_client_ui_DirectionalTextHelper_initialElementDir; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(921, 1, {}, com_google_gwt_user_client_ui_DirectionalTextHelper_DirectionalTextHelper__Lcom_google_gwt_dom_client_Element_2ZV); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1DirectionalTextHelper_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'DirectionalTextHelper', 921, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_HasHorizontalAlignment_$clinit__V(){ + com_google_gwt_user_client_ui_HasHorizontalAlignment_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1CENTER = new com_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_HasHorizontalAlignment$HorizontalAlignmentConstant__Ljava_lang_String_2V((com_google_gwt_dom_client_Style$TextAlign_$clinit__V() , $intern_1187)); + new com_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_HasHorizontalAlignment$HorizontalAlignmentConstant__Ljava_lang_String_2V('justify'); + com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1LEFT = new com_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_HasHorizontalAlignment$HorizontalAlignmentConstant__Ljava_lang_String_2V($intern_1188); + new com_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_HasHorizontalAlignment$HorizontalAlignmentConstant__Ljava_lang_String_2V($intern_1189); + com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1LOCALE_1START = com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1LEFT; + com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1DEFAULT = com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1LOCALE_1START; +} + +var com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1CENTER, com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1DEFAULT, com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1LEFT, com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1LOCALE_1START; +function com_google_gwt_user_client_ui_LabelBase_LabelBase__Lcom_google_gwt_dom_client_Element_2ZV(element){ + com_google_gwt_user_client_ui_UIObject_$setElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_user_client_Element_2V(this, (com_google_gwt_user_client_DOM_$clinit__V() , element)); + this.com_google_gwt_user_client_ui_LabelBase_directionalTextHelper = new com_google_gwt_user_client_ui_DirectionalTextHelper_DirectionalTextHelper__Lcom_google_gwt_dom_client_Element_2ZV(this.com_google_gwt_user_client_ui_UIObject_element); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(469, 119, $intern_3448); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1LabelBase_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'LabelBase', 469, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Widget_12_1classLit); +function com_google_gwt_user_client_ui_Label_Label__Ljava_lang_String_2V(){ + com_google_gwt_user_client_ui_LabelBase_LabelBase__Lcom_google_gwt_dom_client_Element_2ZV.call(this, com_google_gwt_dom_client_Document_$createDivElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_DivElement_2($doc)); + (com_google_gwt_user_client_DOM_$clinit__V() , this.com_google_gwt_user_client_ui_UIObject_element).className = 'gwt-Label'; + com_google_gwt_user_client_ui_DirectionalTextHelper_$setTextOrHtml__Lcom_google_gwt_user_client_ui_DirectionalTextHelper_2Ljava_lang_String_2ZV(this.com_google_gwt_user_client_ui_LabelBase_directionalTextHelper); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(534, 469, $intern_3448, com_google_gwt_user_client_ui_Label_Label__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Label_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, $intern_534, 534, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1LabelBase_12_1classLit); +function com_google_gwt_user_client_ui_HTML_HTML__Lcom_google_gwt_dom_client_Element_2V(element){ + var com_google_gwt_user_client_ui_Label_Label__Lcom_google_gwt_dom_client_Element_2V_com_google_gwt_user_client_ui_LabelBase_LabelBase__Lcom_google_gwt_dom_client_Element_2V_lastArg_0_0; + com_google_gwt_user_client_ui_LabelBase_LabelBase__Lcom_google_gwt_dom_client_Element_2ZV.call(this, (com_google_gwt_user_client_ui_Label_Label__Lcom_google_gwt_dom_client_Element_2V_com_google_gwt_user_client_ui_LabelBase_LabelBase__Lcom_google_gwt_dom_client_Element_2V_lastArg_0_0 = element , java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z('span', (com_google_gwt_dom_client_DOMImpl_$clinit__V() , element).tagName) , com_google_gwt_user_client_ui_Label_Label__Lcom_google_gwt_dom_client_Element_2V_com_google_gwt_user_client_ui_LabelBase_LabelBase__Lcom_google_gwt_dom_client_Element_2V_lastArg_0_0)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(904, 534, $intern_3448); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1HTML_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'HTML', 904, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Label_12_1classLit); +function com_google_gwt_user_client_ui_HasVerticalAlignment_$clinit__V(){ + com_google_gwt_user_client_ui_HasVerticalAlignment_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + new com_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_HasVerticalAlignment$VerticalAlignmentConstant__Ljava_lang_String_2V($intern_169); + com_google_gwt_user_client_ui_HasVerticalAlignment_ALIGN_1MIDDLE = new com_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_HasVerticalAlignment$VerticalAlignmentConstant__Ljava_lang_String_2V($intern_1314); + com_google_gwt_user_client_ui_HasVerticalAlignment_ALIGN_1TOP = new com_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_HasVerticalAlignment$VerticalAlignmentConstant__Ljava_lang_String_2V($intern_168); +} + +var com_google_gwt_user_client_ui_HasVerticalAlignment_ALIGN_1MIDDLE, com_google_gwt_user_client_ui_HasVerticalAlignment_ALIGN_1TOP; +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1105, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1HasHorizontalAlignment$AutoHorizontalAlignmentConstant_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'HasHorizontalAlignment/AutoHorizontalAlignmentConstant', 1105, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_HasHorizontalAlignment$HorizontalAlignmentConstant__Ljava_lang_String_2V(textAlignString){ + this.com_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_textAlignString = textAlignString; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(465, 1105, {}, com_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_HasHorizontalAlignment$HorizontalAlignmentConstant__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1HasHorizontalAlignment$HorizontalAlignmentConstant_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'HasHorizontalAlignment/HorizontalAlignmentConstant', 465, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1HasHorizontalAlignment$AutoHorizontalAlignmentConstant_12_1classLit); +function com_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_HasVerticalAlignment$VerticalAlignmentConstant__Ljava_lang_String_2V(verticalAlignString){ + this.com_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_verticalAlignString = verticalAlignString; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(537, 1, {}, com_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_HasVerticalAlignment$VerticalAlignmentConstant__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1HasVerticalAlignment$VerticalAlignmentConstant_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'HasVerticalAlignment/VerticalAlignmentConstant', 537, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_Image_$clinit__V(){ + com_google_gwt_user_client_ui_Image_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + new java_util_HashMap_HashMap__V; +} + +function com_google_gwt_user_client_ui_Image_$changeState__Lcom_google_gwt_user_client_ui_Image_2Lcom_google_gwt_user_client_ui_Image$State_2V(this$static, newState){ + this$static.com_google_gwt_user_client_ui_Image_state = newState; +} + +function com_google_gwt_user_client_ui_Image_Image__Lcom_google_gwt_safehtml_shared_SafeUri_2V(url_0){ + com_google_gwt_user_client_ui_Image_$changeState__Lcom_google_gwt_user_client_ui_Image_2Lcom_google_gwt_user_client_ui_Image$State_2V(this, new com_google_gwt_user_client_ui_Image$UnclippedState_Image$UnclippedState__Lcom_google_gwt_user_client_ui_Image_2Lcom_google_gwt_safehtml_shared_SafeUri_2V(this, url_0)); + (com_google_gwt_user_client_DOM_$clinit__V() , this.com_google_gwt_user_client_ui_UIObject_element).className = 'gwt-Image'; +} + +function com_google_gwt_user_client_ui_Image_Image__Ljava_lang_String_2V(url_0){ + com_google_gwt_user_client_ui_Image_$clinit__V(); + com_google_gwt_user_client_ui_Image_Image__Lcom_google_gwt_safehtml_shared_SafeUri_2V.call(this, (com_google_gwt_safehtml_shared_UriUtils_$clinit__V() , new com_google_gwt_safehtml_shared_SafeUriString_SafeUriString__Ljava_lang_String_2V(url_0))); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(688, 119, $intern_3448, com_google_gwt_user_client_ui_Image_Image__Ljava_lang_String_2V); +_.onBrowserEvent__Lcom_google_gwt_user_client_Event_2V = function com_google_gwt_user_client_ui_Image_onBrowserEvent__Lcom_google_gwt_user_client_Event_2V(event_0){ + com_google_gwt_user_client_DOM_$clinit__V(); + com_google_gwt_user_client_impl_DOMImpl_$eventGetTypeInt__Lcom_google_gwt_user_client_impl_DOMImpl_2Ljava_lang_String_2I((com_google_gwt_dom_client_DOMImpl_$clinit__V() , event_0).type) == 32768 && !!this.com_google_gwt_user_client_ui_Image_state && (this.com_google_gwt_user_client_ui_UIObject_element[$intern_3478] = '' , undefined); + com_google_gwt_user_client_ui_Widget_$onBrowserEvent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_Event_2V(this, event_0); +} +; +_.onLoad__V = function com_google_gwt_user_client_ui_Image_onLoad__V(){ + com_google_gwt_user_client_ui_Image$State_$onLoad__Lcom_google_gwt_user_client_ui_Image$State_2Lcom_google_gwt_user_client_ui_Image_2V(this.com_google_gwt_user_client_ui_Image_state, this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Image_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, $intern_68, 688, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Widget_12_1classLit); +function com_google_gwt_user_client_ui_Image$State_$onLoad__Lcom_google_gwt_user_client_ui_Image$State_2Lcom_google_gwt_user_client_ui_Image_2V(this$static, image){ + var unhandledEvent; + unhandledEvent = com_google_gwt_dom_client_Element_$getPropertyString__Lcom_google_gwt_dom_client_Element_2Ljava_lang_String_2Ljava_lang_String_2((com_google_gwt_user_client_DOM_$clinit__V() , image.com_google_gwt_user_client_ui_UIObject_element), $intern_3478); + java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z($intern_65, unhandledEvent) && (this$static.com_google_gwt_user_client_ui_Image$State_syntheticEventCommand = new com_google_gwt_user_client_ui_Image$State$1_Image$State$1__Lcom_google_gwt_user_client_ui_Image$State_2V(this$static, image) , com_google_gwt_core_client_impl_SchedulerImpl_$scheduleDeferred__Lcom_google_gwt_core_client_impl_SchedulerImpl_2Lcom_google_gwt_core_client_Scheduler$ScheduledCommand_2V((com_google_gwt_core_client_impl_SchedulerImpl_$clinit__V() , com_google_gwt_core_client_impl_SchedulerImpl_INSTANCE), this$static.com_google_gwt_user_client_ui_Image$State_syntheticEventCommand)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(902, 1, {}); +_.com_google_gwt_user_client_ui_Image$State_syntheticEventCommand = null; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Image$State_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'Image/State', 902, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_Image$State$1_$execute__Lcom_google_gwt_user_client_ui_Image$State$1_2V(this$static){ + var evt; + if (this$static.com_google_gwt_user_client_ui_Image$State$1_val$image2.com_google_gwt_user_client_ui_Image_state != this$static.com_google_gwt_user_client_ui_Image$State$1_this$11 || this$static != this$static.com_google_gwt_user_client_ui_Image$State$1_this$11.com_google_gwt_user_client_ui_Image$State_syntheticEventCommand) { + return; + } + this$static.com_google_gwt_user_client_ui_Image$State$1_this$11.com_google_gwt_user_client_ui_Image$State_syntheticEventCommand = null; + if (!this$static.com_google_gwt_user_client_ui_Image$State$1_val$image2.com_google_gwt_user_client_ui_Widget_attached) { + com_google_gwt_user_client_ui_Image$UnclippedState_$getImageElement__Lcom_google_gwt_user_client_ui_Image$UnclippedState_2Lcom_google_gwt_user_client_ui_Image_2Lcom_google_gwt_dom_client_ImageElement_2(this$static.com_google_gwt_user_client_ui_Image$State$1_val$image2)[$intern_3478] = $intern_65; + return; + } + evt = com_google_gwt_dom_client_Document_$createLoadEvent__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_NativeEvent_2($doc); + com_google_gwt_dom_client_Element_$dispatchEvent__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_NativeEvent_2V(com_google_gwt_user_client_ui_Image$UnclippedState_$getImageElement__Lcom_google_gwt_user_client_ui_Image$UnclippedState_2Lcom_google_gwt_user_client_ui_Image_2Lcom_google_gwt_dom_client_ImageElement_2(this$static.com_google_gwt_user_client_ui_Image$State$1_val$image2), evt); +} + +function com_google_gwt_user_client_ui_Image$State$1_Image$State$1__Lcom_google_gwt_user_client_ui_Image$State_2V(this$1, val$image){ + this.com_google_gwt_user_client_ui_Image$State$1_this$11 = this$1; + this.com_google_gwt_user_client_ui_Image$State$1_val$image2 = val$image; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(903, 1, {}, com_google_gwt_user_client_ui_Image$State$1_Image$State$1__Lcom_google_gwt_user_client_ui_Image$State_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Image$State$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'Image/State/1', 903, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_Image$UnclippedState_$getImageElement__Lcom_google_gwt_user_client_ui_Image$UnclippedState_2Lcom_google_gwt_user_client_ui_Image_2Lcom_google_gwt_dom_client_ImageElement_2(image){ + return com_google_gwt_user_client_DOM_$clinit__V() , image.com_google_gwt_user_client_ui_UIObject_element; +} + +function com_google_gwt_user_client_ui_Image$UnclippedState_Image$UnclippedState__Lcom_google_gwt_user_client_ui_Image_2Lcom_google_gwt_safehtml_shared_SafeUri_2V(image, url_0){ + com_google_gwt_user_client_ui_Widget_$replaceElement__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_dom_client_Element_2V(image, com_google_gwt_dom_client_Document_$createImageElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_ImageElement_2($doc)); + com_google_gwt_user_client_Event_sinkEvents__Lcom_google_gwt_dom_client_Element_2IV((com_google_gwt_user_client_DOM_$clinit__V() , image.com_google_gwt_user_client_ui_UIObject_element)); + image.com_google_gwt_user_client_ui_Widget_eventsToSink == -1?com_google_gwt_user_client_DOM_sinkEvents__Lcom_google_gwt_dom_client_Element_2IV(image.com_google_gwt_user_client_ui_UIObject_element, 133398655 | (image.com_google_gwt_user_client_ui_UIObject_element.__eventBits || 0)):(image.com_google_gwt_user_client_ui_Widget_eventsToSink |= 133398655); + !!image.com_google_gwt_user_client_ui_Image_state && (image.com_google_gwt_user_client_ui_UIObject_element[$intern_3478] = '' , undefined); + com_google_gwt_dom_client_ImageElement_$setSrc__Lcom_google_gwt_dom_client_ImageElement_2Ljava_lang_String_2V(image.com_google_gwt_user_client_ui_UIObject_element, url_0.com_google_gwt_safehtml_shared_SafeUriString_uri); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(717, 902, {}, com_google_gwt_user_client_ui_Image$UnclippedState_Image$UnclippedState__Lcom_google_gwt_user_client_ui_Image_2Lcom_google_gwt_safehtml_shared_SafeUri_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Image$UnclippedState_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'Image/UnclippedState', 717, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Image$State_12_1classLit); +function com_google_gwt_user_client_ui_InlineHTML_InlineHTML__V(){ + com_google_gwt_user_client_ui_HTML_HTML__Lcom_google_gwt_dom_client_Element_2V.call(this, com_google_gwt_dom_client_Document_$createSpanElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_SpanElement_2($doc)); + (com_google_gwt_user_client_DOM_$clinit__V() , this.com_google_gwt_user_client_ui_UIObject_element).className = 'gwt-InlineHTML'; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(817, 904, $intern_3448, com_google_gwt_user_client_ui_InlineHTML_InlineHTML__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1InlineHTML_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'InlineHTML', 817, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1HTML_12_1classLit); +function com_google_gwt_user_client_ui_RootPanel_$clinit__V(){ + com_google_gwt_user_client_ui_RootPanel_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_user_client_ui_RootPanel_maybeDetachCommand = new com_google_gwt_user_client_ui_RootPanel$1_RootPanel$1__V; + com_google_gwt_user_client_ui_RootPanel_rootPanels = new java_util_HashMap_HashMap__V; + com_google_gwt_user_client_ui_RootPanel_widgetsToDetach = new java_util_HashSet_HashSet__V; +} + +function com_google_gwt_user_client_ui_RootPanel_RootPanel__Lcom_google_gwt_dom_client_Element_2V(elem){ + com_google_gwt_user_client_ui_ComplexPanel_ComplexPanel__V.call(this); + com_google_gwt_user_client_ui_UIObject_$setElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_user_client_Element_2V(this, (com_google_gwt_user_client_DOM_$clinit__V() , elem)); + com_google_gwt_user_client_ui_Widget_$onAttach__Lcom_google_gwt_user_client_ui_Widget_2V(this); +} + +function com_google_gwt_user_client_ui_RootPanel_detachNow__Lcom_google_gwt_user_client_ui_Widget_2V(widget){ + com_google_gwt_user_client_ui_RootPanel_$clinit__V(); + try { + com_google_gwt_user_client_ui_Widget_$onDetach__Lcom_google_gwt_user_client_ui_Widget_2V(widget); + } + finally { + java_util_HashSet_$remove__Ljava_util_HashSet_2Ljava_lang_Object_2Z(com_google_gwt_user_client_ui_RootPanel_widgetsToDetach, widget); + } +} + +function com_google_gwt_user_client_ui_RootPanel_detachWidgets__V(){ + com_google_gwt_user_client_ui_RootPanel_$clinit__V(); + try { + com_google_gwt_user_client_ui_AttachDetachException_tryCommand__Ljava_lang_Iterable_2Lcom_google_gwt_user_client_ui_AttachDetachException$Command_2V(com_google_gwt_user_client_ui_RootPanel_widgetsToDetach, com_google_gwt_user_client_ui_RootPanel_maybeDetachCommand); + } + finally { + java_util_AbstractHashMap_$reset__Ljava_util_AbstractHashMap_2V(com_google_gwt_user_client_ui_RootPanel_widgetsToDetach.java_util_HashSet_map); + java_util_AbstractHashMap_$reset__Ljava_util_AbstractHashMap_2V(com_google_gwt_user_client_ui_RootPanel_rootPanels); + } +} + +function com_google_gwt_user_client_ui_RootPanel_get__Ljava_lang_String_2Lcom_google_gwt_user_client_ui_RootPanel_2(){ + com_google_gwt_user_client_ui_RootPanel_$clinit__V(); + var rp; + rp = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_user_client_ui_RootPanel_rootPanels, null); + if (rp) { + return rp; + } + java_util_AbstractHashMap_$size__Ljava_util_AbstractHashMap_2I(com_google_gwt_user_client_ui_RootPanel_rootPanels) == 0 && com_google_gwt_user_client_Window_addCloseHandler__Lcom_google_gwt_event_logical_shared_CloseHandler_2Lcom_google_gwt_event_shared_HandlerRegistration_2(new com_google_gwt_user_client_ui_RootPanel$2_RootPanel$2__V); + rp = new com_google_gwt_user_client_ui_RootPanel$DefaultRootPanel_RootPanel$DefaultRootPanel__V; + java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_user_client_ui_RootPanel_rootPanels, null, rp); + java_util_HashSet_$add__Ljava_util_HashSet_2Ljava_lang_Object_2Z(com_google_gwt_user_client_ui_RootPanel_widgetsToDetach, rp); + return rp; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(540, 843, $intern_3480); +var com_google_gwt_user_client_ui_RootPanel_maybeDetachCommand, com_google_gwt_user_client_ui_RootPanel_rootPanels, com_google_gwt_user_client_ui_RootPanel_widgetsToDetach; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1RootPanel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'RootPanel', 540, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1AbsolutePanel_12_1classLit); +function com_google_gwt_user_client_ui_RootPanel$1_RootPanel$1__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(845, 1, {}, com_google_gwt_user_client_ui_RootPanel$1_RootPanel$1__V); +_.execute__Lcom_google_gwt_user_client_ui_Widget_2V = function com_google_gwt_user_client_ui_RootPanel$1_execute__Lcom_google_gwt_user_client_ui_Widget_2V(w){ + w.com_google_gwt_user_client_ui_Widget_attached && com_google_gwt_user_client_ui_Widget_$onDetach__Lcom_google_gwt_user_client_ui_Widget_2V(w); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1RootPanel$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'RootPanel/1', 845, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_RootPanel$2_RootPanel$2__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(846, 1, {1148:1, 1089:1}, com_google_gwt_user_client_ui_RootPanel$2_RootPanel$2__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1RootPanel$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'RootPanel/2', 846, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_RootPanel$DefaultRootPanel_RootPanel$DefaultRootPanel__V(){ + com_google_gwt_user_client_ui_RootPanel_RootPanel__Lcom_google_gwt_dom_client_Element_2V.call(this, $doc.body); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(844, 540, $intern_3480, com_google_gwt_user_client_ui_RootPanel$DefaultRootPanel_RootPanel$DefaultRootPanel__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1RootPanel$DefaultRootPanel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'RootPanel/DefaultRootPanel', 844, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1RootPanel_12_1classLit); +function com_google_gwt_user_client_ui_SimplePanel_$add__Lcom_google_gwt_user_client_ui_SimplePanel_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static, w){ + if (this$static.com_google_gwt_user_client_ui_SimplePanel_widget) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('SimplePanel can only contain one child widget')); + } + com_google_gwt_user_client_ui_SimplePanel_$setWidget__Lcom_google_gwt_user_client_ui_SimplePanel_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static, w); +} + +function com_google_gwt_user_client_ui_SimplePanel_$remove__Lcom_google_gwt_user_client_ui_SimplePanel_2Lcom_google_gwt_user_client_ui_Widget_2Z(this$static, w){ + if (this$static.com_google_gwt_user_client_ui_SimplePanel_widget != w) { + return false; + } + try { + com_google_gwt_user_client_ui_Widget_$setParent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_ui_Widget_2V(w, null); + } + finally { + com_google_gwt_dom_client_Node_$removeChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2((com_google_gwt_user_client_DOM_$clinit__V() , this$static.com_google_gwt_user_client_ui_UIObject_element), w.com_google_gwt_user_client_ui_UIObject_element); + this$static.com_google_gwt_user_client_ui_SimplePanel_widget = null; + } + return true; +} + +function com_google_gwt_user_client_ui_SimplePanel_$setWidget__Lcom_google_gwt_user_client_ui_SimplePanel_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static, w){ + if (w == this$static.com_google_gwt_user_client_ui_SimplePanel_widget) { + return; + } + com_google_gwt_user_client_ui_Widget_$removeFromParent__Lcom_google_gwt_user_client_ui_Widget_2V(w); + !!this$static.com_google_gwt_user_client_ui_SimplePanel_widget && com_google_gwt_user_client_ui_SimplePanel_$remove__Lcom_google_gwt_user_client_ui_SimplePanel_2Lcom_google_gwt_user_client_ui_Widget_2Z(this$static, this$static.com_google_gwt_user_client_ui_SimplePanel_widget); + this$static.com_google_gwt_user_client_ui_SimplePanel_widget = w; + com_google_gwt_user_client_DOM_$clinit__V(); + com_google_gwt_dom_client_Node_$appendChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2(this$static.com_google_gwt_user_client_ui_UIObject_element, com_google_gwt_user_client_DOM_resolve__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2(com_google_gwt_user_client_ui_UIObject_$getElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_user_client_Element_2(this$static.com_google_gwt_user_client_ui_SimplePanel_widget))); + com_google_gwt_user_client_ui_Widget_$setParent__Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_ui_Widget_2V(w, this$static); +} + +function com_google_gwt_user_client_ui_SimplePanel_SimplePanel__V(){ + com_google_gwt_user_client_ui_SimplePanel_SimplePanel__Lcom_google_gwt_dom_client_Element_2V.call(this, (com_google_gwt_user_client_DOM_$clinit__V() , com_google_gwt_dom_client_Document_$createDivElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_DivElement_2($doc))); +} + +function com_google_gwt_user_client_ui_SimplePanel_SimplePanel__Lcom_google_gwt_dom_client_Element_2V(elem){ + com_google_gwt_user_client_ui_UIObject_$setElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_user_client_Element_2V(this, (com_google_gwt_user_client_DOM_$clinit__V() , elem)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(689, $intern_974, $intern_3479, com_google_gwt_user_client_ui_SimplePanel_SimplePanel__V); +_.iterator__Ljava_util_Iterator_2 = function com_google_gwt_user_client_ui_SimplePanel_iterator__Ljava_util_Iterator_2(){ + return new com_google_gwt_user_client_ui_SimplePanel$1_SimplePanel$1__Lcom_google_gwt_user_client_ui_SimplePanel_2V(this); +} +; +_.remove__Lcom_google_gwt_user_client_ui_Widget_2Z = function com_google_gwt_user_client_ui_SimplePanel_remove__Lcom_google_gwt_user_client_ui_Widget_2Z(w){ + return com_google_gwt_user_client_ui_SimplePanel_$remove__Lcom_google_gwt_user_client_ui_SimplePanel_2Lcom_google_gwt_user_client_ui_Widget_2Z(this, w); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1SimplePanel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'SimplePanel', 689, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Panel_12_1classLit); +function com_google_gwt_user_client_ui_SimplePanel$1_$next__Lcom_google_gwt_user_client_ui_SimplePanel$1_2Lcom_google_gwt_user_client_ui_Widget_2(this$static){ + if (!this$static.com_google_gwt_user_client_ui_SimplePanel$1_hasElement || !this$static.com_google_gwt_user_client_ui_SimplePanel$1_this$01.com_google_gwt_user_client_ui_SimplePanel_widget) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + this$static.com_google_gwt_user_client_ui_SimplePanel$1_hasElement = false; + return this$static.com_google_gwt_user_client_ui_SimplePanel$1_returned = this$static.com_google_gwt_user_client_ui_SimplePanel$1_this$01.com_google_gwt_user_client_ui_SimplePanel_widget; +} + +function com_google_gwt_user_client_ui_SimplePanel$1_SimplePanel$1__Lcom_google_gwt_user_client_ui_SimplePanel_2V(this$0){ + this.com_google_gwt_user_client_ui_SimplePanel$1_this$01 = this$0; + this.com_google_gwt_user_client_ui_SimplePanel$1_hasElement = !!this.com_google_gwt_user_client_ui_SimplePanel$1_this$01.com_google_gwt_user_client_ui_SimplePanel_widget; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(905, 1, $intern_704, com_google_gwt_user_client_ui_SimplePanel$1_SimplePanel$1__Lcom_google_gwt_user_client_ui_SimplePanel_2V); +_.next__Ljava_lang_Object_2 = function com_google_gwt_user_client_ui_SimplePanel$1_next__Ljava_lang_Object_2(){ + return com_google_gwt_user_client_ui_SimplePanel$1_$next__Lcom_google_gwt_user_client_ui_SimplePanel$1_2Lcom_google_gwt_user_client_ui_Widget_2(this); +} +; +_.hasNext__Z = function com_google_gwt_user_client_ui_SimplePanel$1_hasNext__Z(){ + return this.com_google_gwt_user_client_ui_SimplePanel$1_hasElement; +} +; +_.remove__V = function com_google_gwt_user_client_ui_SimplePanel$1_remove__V(){ + !!this.com_google_gwt_user_client_ui_SimplePanel$1_returned && com_google_gwt_user_client_ui_SimplePanel_$remove__Lcom_google_gwt_user_client_ui_SimplePanel_2Lcom_google_gwt_user_client_ui_Widget_2Z(this.com_google_gwt_user_client_ui_SimplePanel$1_this$01, this.com_google_gwt_user_client_ui_SimplePanel$1_returned); +} +; +_.com_google_gwt_user_client_ui_SimplePanel$1_hasElement = false; +_.com_google_gwt_user_client_ui_SimplePanel$1_returned = null; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1SimplePanel$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'SimplePanel/1', 905, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_VerticalPanel_$add__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static, w){ + var td, tr, com_google_gwt_user_client_ui_VerticalPanel_$createAlignedTd__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_dom_client_Element_2_td_0; + tr = (com_google_gwt_user_client_DOM_$clinit__V() , com_google_gwt_dom_client_Document_$createTRElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_TableRowElement_2($doc)); + td = (com_google_gwt_user_client_ui_VerticalPanel_$createAlignedTd__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_dom_client_Element_2_td_0 = com_google_gwt_dom_client_Document_$createTDElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_TableCellElement_2($doc) , com_google_gwt_user_client_ui_CellPanel_$setCellHorizontalAlignment__Lcom_google_gwt_user_client_ui_CellPanel_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_2V(com_google_gwt_user_client_ui_VerticalPanel_$createAlignedTd__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_dom_client_Element_2_td_0, this$static.com_google_gwt_user_client_ui_VerticalPanel_horzAlign) , com_google_gwt_user_client_ui_CellPanel_$setCellVerticalAlignment__Lcom_google_gwt_user_client_ui_CellPanel_2Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_2V(com_google_gwt_user_client_ui_VerticalPanel_$createAlignedTd__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_dom_client_Element_2_td_0, this$static.com_google_gwt_user_client_ui_VerticalPanel_vertAlign) , com_google_gwt_user_client_ui_VerticalPanel_$createAlignedTd__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_dom_client_Element_2_td_0); + com_google_gwt_dom_client_Node_$appendChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2(tr, com_google_gwt_user_client_DOM_resolve__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2(td)); + com_google_gwt_dom_client_Node_$appendChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2(this$static.com_google_gwt_user_client_ui_CellPanel_body, com_google_gwt_user_client_DOM_resolve__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2(tr)); + com_google_gwt_user_client_ui_ComplexPanel_$add__Lcom_google_gwt_user_client_ui_ComplexPanel_2Lcom_google_gwt_user_client_ui_Widget_2Lcom_google_gwt_user_client_Element_2V(this$static, w, td); +} + +function com_google_gwt_user_client_ui_VerticalPanel_$setHorizontalAlignment__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_HasHorizontalAlignment$HorizontalAlignmentConstant_2V(this$static, align_0){ + this$static.com_google_gwt_user_client_ui_VerticalPanel_horzAlign = align_0; +} + +function com_google_gwt_user_client_ui_VerticalPanel_$setVerticalAlignment__Lcom_google_gwt_user_client_ui_VerticalPanel_2Lcom_google_gwt_user_client_ui_HasVerticalAlignment$VerticalAlignmentConstant_2V(this$static, align_0){ + this$static.com_google_gwt_user_client_ui_VerticalPanel_vertAlign = align_0; +} + +function com_google_gwt_user_client_ui_VerticalPanel_VerticalPanel__V(){ + com_google_gwt_user_client_ui_ComplexPanel_ComplexPanel__V.call(this); + this.com_google_gwt_user_client_ui_CellPanel_table = (com_google_gwt_user_client_DOM_$clinit__V() , com_google_gwt_dom_client_Document_$createTableElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_TableElement_2($doc)); + this.com_google_gwt_user_client_ui_CellPanel_body = com_google_gwt_dom_client_Document_$createTBodyElement__Lcom_google_gwt_dom_client_Document_2Lcom_google_gwt_dom_client_TableSectionElement_2($doc); + com_google_gwt_dom_client_Node_$appendChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2(this.com_google_gwt_user_client_ui_CellPanel_table, com_google_gwt_user_client_DOM_resolve__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_dom_client_Element_2(this.com_google_gwt_user_client_ui_CellPanel_body)); + com_google_gwt_user_client_ui_UIObject_$setElement__Lcom_google_gwt_user_client_ui_UIObject_2Lcom_google_gwt_dom_client_Element_2V(this, this.com_google_gwt_user_client_ui_CellPanel_table); + this.com_google_gwt_user_client_ui_VerticalPanel_horzAlign = (com_google_gwt_user_client_ui_HasHorizontalAlignment_$clinit__V() , com_google_gwt_user_client_ui_HasHorizontalAlignment_ALIGN_1DEFAULT); + this.com_google_gwt_user_client_ui_VerticalPanel_vertAlign = (com_google_gwt_user_client_ui_HasVerticalAlignment_$clinit__V() , com_google_gwt_user_client_ui_HasVerticalAlignment_ALIGN_1TOP); + this.com_google_gwt_user_client_ui_CellPanel_table['cellSpacing'] = '0'; + this.com_google_gwt_user_client_ui_CellPanel_table['cellPadding'] = '0'; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(533, 833, $intern_3479, com_google_gwt_user_client_ui_VerticalPanel_VerticalPanel__V); +_.remove__Lcom_google_gwt_user_client_ui_Widget_2Z = function com_google_gwt_user_client_ui_VerticalPanel_remove__Lcom_google_gwt_user_client_ui_Widget_2Z(w){ + var removed, td; + td = com_google_gwt_user_client_DOM_getParent__Lcom_google_gwt_dom_client_Element_2Lcom_google_gwt_user_client_Element_2((com_google_gwt_user_client_DOM_$clinit__V() , w.com_google_gwt_user_client_ui_UIObject_element)); + removed = com_google_gwt_user_client_ui_ComplexPanel_$remove__Lcom_google_gwt_user_client_ui_ComplexPanel_2Lcom_google_gwt_user_client_ui_Widget_2Z(this, w); + removed && com_google_gwt_dom_client_Node_$removeChild__Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Node_2(this.com_google_gwt_user_client_ui_CellPanel_body, com_google_gwt_dom_client_DOMImpl_$getParentElement__Lcom_google_gwt_dom_client_DOMImpl_2Lcom_google_gwt_dom_client_Node_2Lcom_google_gwt_dom_client_Element_2((com_google_gwt_dom_client_DOMImpl_$clinit__V() , td))); + return removed; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1VerticalPanel_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'VerticalPanel', 533, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1CellPanel_12_1classLit); +function com_google_gwt_user_client_ui_WidgetCollection_$add__Lcom_google_gwt_user_client_ui_WidgetCollection_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static, w){ + com_google_gwt_user_client_ui_WidgetCollection_$insert__Lcom_google_gwt_user_client_ui_WidgetCollection_2Lcom_google_gwt_user_client_ui_Widget_2IV(this$static, w, this$static.com_google_gwt_user_client_ui_WidgetCollection_size); +} + +function com_google_gwt_user_client_ui_WidgetCollection_$indexOf__Lcom_google_gwt_user_client_ui_WidgetCollection_2Lcom_google_gwt_user_client_ui_Widget_2I(this$static, w){ + var i; + for (i = 0; i < this$static.com_google_gwt_user_client_ui_WidgetCollection_size; ++i) { + if (this$static.com_google_gwt_user_client_ui_WidgetCollection_array[i] == w) { + return i; + } + } + return -1; +} + +function com_google_gwt_user_client_ui_WidgetCollection_$insert__Lcom_google_gwt_user_client_ui_WidgetCollection_2Lcom_google_gwt_user_client_ui_Widget_2IV(this$static, w, beforeIndex){ + var i, i0, newArray; + if (beforeIndex < 0 || beforeIndex > this$static.com_google_gwt_user_client_ui_WidgetCollection_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + if (this$static.com_google_gwt_user_client_ui_WidgetCollection_size == this$static.com_google_gwt_user_client_ui_WidgetCollection_array.length) { + newArray = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Widget_12_1classLit, $intern_144, 119, this$static.com_google_gwt_user_client_ui_WidgetCollection_array.length * 2, 0, 1); + for (i0 = 0; i0 < this$static.com_google_gwt_user_client_ui_WidgetCollection_array.length; ++i0) { + newArray[i0] = this$static.com_google_gwt_user_client_ui_WidgetCollection_array[i0]; + } + this$static.com_google_gwt_user_client_ui_WidgetCollection_array = newArray; + } + ++this$static.com_google_gwt_user_client_ui_WidgetCollection_size; + for (i = this$static.com_google_gwt_user_client_ui_WidgetCollection_size - 1; i > beforeIndex; --i) { + this$static.com_google_gwt_user_client_ui_WidgetCollection_array[i] = this$static.com_google_gwt_user_client_ui_WidgetCollection_array[i - 1]; + } + this$static.com_google_gwt_user_client_ui_WidgetCollection_array[beforeIndex] = w; +} + +function com_google_gwt_user_client_ui_WidgetCollection_$remove__Lcom_google_gwt_user_client_ui_WidgetCollection_2IV(this$static, index_0){ + var i; + if (index_0 < 0 || index_0 >= this$static.com_google_gwt_user_client_ui_WidgetCollection_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + --this$static.com_google_gwt_user_client_ui_WidgetCollection_size; + for (i = index_0; i < this$static.com_google_gwt_user_client_ui_WidgetCollection_size; ++i) { + this$static.com_google_gwt_user_client_ui_WidgetCollection_array[i] = this$static.com_google_gwt_user_client_ui_WidgetCollection_array[i + 1]; + } + this$static.com_google_gwt_user_client_ui_WidgetCollection_array[this$static.com_google_gwt_user_client_ui_WidgetCollection_size] = null; +} + +function com_google_gwt_user_client_ui_WidgetCollection_$remove__Lcom_google_gwt_user_client_ui_WidgetCollection_2Lcom_google_gwt_user_client_ui_Widget_2V(this$static, w){ + var index_0; + index_0 = com_google_gwt_user_client_ui_WidgetCollection_$indexOf__Lcom_google_gwt_user_client_ui_WidgetCollection_2Lcom_google_gwt_user_client_ui_Widget_2I(this$static, w); + if (index_0 == -1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + com_google_gwt_user_client_ui_WidgetCollection_$remove__Lcom_google_gwt_user_client_ui_WidgetCollection_2IV(this$static, index_0); +} + +function com_google_gwt_user_client_ui_WidgetCollection_WidgetCollection__Lcom_google_gwt_user_client_ui_HasWidgets_2V(parent_0){ + this.com_google_gwt_user_client_ui_WidgetCollection_parent = parent_0; + this.com_google_gwt_user_client_ui_WidgetCollection_array = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1Widget_12_1classLit, $intern_144, 119, 4, 0, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(879, 1, $intern_117, com_google_gwt_user_client_ui_WidgetCollection_WidgetCollection__Lcom_google_gwt_user_client_ui_HasWidgets_2V); +_.iterator__Ljava_util_Iterator_2 = function com_google_gwt_user_client_ui_WidgetCollection_iterator__Ljava_util_Iterator_2(){ + return new com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_WidgetCollection$WidgetIterator__Lcom_google_gwt_user_client_ui_WidgetCollection_2V(this); +} +; +_.com_google_gwt_user_client_ui_WidgetCollection_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1WidgetCollection_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'WidgetCollection', 879, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_$next__Lcom_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_2Lcom_google_gwt_user_client_ui_Widget_2(this$static){ + if (this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_index >= this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_this$01.com_google_gwt_user_client_ui_WidgetCollection_size) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } + this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_currentWidget = this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_this$01.com_google_gwt_user_client_ui_WidgetCollection_array[this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_index]; + ++this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_index; + return this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_currentWidget; +} + +function com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_$remove__Lcom_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_2V(this$static){ + if (!this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_currentWidget) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__V); + } + this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_this$01.com_google_gwt_user_client_ui_WidgetCollection_parent.remove__Lcom_google_gwt_user_client_ui_Widget_2Z(this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_currentWidget); + --this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_index; + this$static.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_currentWidget = null; +} + +function com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_WidgetCollection$WidgetIterator__Lcom_google_gwt_user_client_ui_WidgetCollection_2V(this$0){ + this.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(543, 1, $intern_704, com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_WidgetCollection$WidgetIterator__Lcom_google_gwt_user_client_ui_WidgetCollection_2V); +_.next__Ljava_lang_Object_2 = function com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_next__Ljava_lang_Object_2(){ + return com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_$next__Lcom_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_2Lcom_google_gwt_user_client_ui_Widget_2(this); +} +; +_.hasNext__Z = function com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_hasNext__Z(){ + return this.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_index < this.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_this$01.com_google_gwt_user_client_ui_WidgetCollection_size; +} +; +_.remove__V = function com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_remove__V(){ + com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_$remove__Lcom_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_2V(this); +} +; +_.com_google_gwt_user_client_ui_WidgetCollection$WidgetIterator_index = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1WidgetCollection$WidgetIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3447, 'WidgetCollection/WidgetIterator', 543, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_impl_FocusImpl_$clinit__V(){ + com_google_gwt_user_client_ui_impl_FocusImpl_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_user_client_ui_impl_FocusImpl_implPanel = com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1user_1client_1ui_1impl_1FocusImpl__Ljava_lang_Object_2(); + com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(com_google_gwt_user_client_ui_impl_FocusImpl_implPanel, 521)?new com_google_gwt_user_client_ui_impl_FocusImpl_FocusImpl__V:com_google_gwt_user_client_ui_impl_FocusImpl_implPanel; +} + +function com_google_gwt_user_client_ui_impl_FocusImpl_$getTabIndex__Lcom_google_gwt_user_client_ui_impl_FocusImpl_2Lcom_google_gwt_dom_client_Element_2I(elem){ + return (com_google_gwt_dom_client_DOMImpl_$clinit__V() , com_google_gwt_dom_client_DOMImpl_impl).getTabIndex__Lcom_google_gwt_dom_client_Element_2I(elem); +} + +function com_google_gwt_user_client_ui_impl_FocusImpl_FocusImpl__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(518, 1, {518:1}, com_google_gwt_user_client_ui_impl_FocusImpl_FocusImpl__V); +var com_google_gwt_user_client_ui_impl_FocusImpl_implPanel; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1impl_1FocusImpl_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3481, 'FocusImpl', 518, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_user_client_ui_impl_FocusImplStandard_FocusImplStandard__V(){ + com_google_gwt_user_client_ui_impl_FocusImpl_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(521, 518, $intern_3482, com_google_gwt_user_client_ui_impl_FocusImplStandard_FocusImplStandard__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1impl_1FocusImplStandard_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3481, 'FocusImplStandard', 521, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1impl_1FocusImpl_12_1classLit); +function com_google_gwt_user_client_ui_impl_FocusImplSafari_FocusImplSafari__V(){ + com_google_gwt_user_client_ui_impl_FocusImpl_$clinit__V(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1045, 521, $intern_3482, com_google_gwt_user_client_ui_impl_FocusImplSafari_FocusImplSafari__V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1impl_1FocusImplSafari_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3481, 'FocusImplSafari', 1045, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1ui_1impl_1FocusImplStandard_12_1classLit); +function com_google_gwt_useragent_client_UserAgentAsserter_assertCompileTimeUserAgent__V(){ + var compileTimeValue, impl, runtimeValue; + impl = com_google_gwt_lang_CollapsedPropertyHolder_create_1com_1google_1gwt_1useragent_1client_1UserAgent__Ljava_lang_Object_2(); + compileTimeValue = impl.getCompileTimeValue__Ljava_lang_String_2(); + runtimeValue = impl.getRuntimeValue__Ljava_lang_String_2(); + if (!java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(compileTimeValue, runtimeValue)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new com_google_gwt_useragent_client_UserAgentAsserter$UserAgentAssertionError_UserAgentAsserter$UserAgentAssertionError__Ljava_lang_String_2Ljava_lang_String_2V(compileTimeValue, runtimeValue)); + } +} + +function java_lang_Error_Error__Ljava_lang_String_2V(message){ + java_lang_Throwable_Throwable__Ljava_lang_String_2V.call(this, message); +} + +function java_lang_Error_Error__Ljava_lang_String_2Ljava_lang_Throwable_2V(message, cause){ + java_lang_Throwable_Throwable__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, message, cause); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(315, 52, $intern_658, java_lang_Error_Error__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Error_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Error', 315, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Throwable_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(139, 315, $intern_658); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1AssertionError_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'AssertionError', 139, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Error_12_1classLit); +function com_google_gwt_useragent_client_UserAgentAsserter$UserAgentAssertionError_UserAgentAsserter$UserAgentAssertionError__Ljava_lang_String_2Ljava_lang_String_2V(compileTimeValue, runtimeValue){ + java_lang_Error_Error__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, $intern_3483 + compileTimeValue + ') ' + $intern_3484 + runtimeValue + $intern_3485 + $intern_3486 == null?$intern_571:com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2($intern_3483 + compileTimeValue + ') ' + $intern_3484 + runtimeValue + $intern_3485 + $intern_3486), com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($intern_3483 + compileTimeValue + ') ' + $intern_3484 + runtimeValue + $intern_3485 + $intern_3486, 52)?$intern_3483 + compileTimeValue + ') ' + $intern_3484 + runtimeValue + $intern_3485 + $intern_3486:null); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(804, 139, $intern_658, com_google_gwt_useragent_client_UserAgentAsserter$UserAgentAssertionError_UserAgentAsserter$UserAgentAssertionError__Ljava_lang_String_2Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1useragent_1client_1UserAgentAsserter$UserAgentAssertionError_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3487, 'UserAgentAsserter/UserAgentAssertionError', 804, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1AssertionError_12_1classLit); +function com_google_gwt_useragent_client_UserAgentImplGecko1_18_UserAgentImplGecko1_18__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(875, 1, {1123:1}, com_google_gwt_useragent_client_UserAgentImplGecko1_18_UserAgentImplGecko1_18__V); +_.getCompileTimeValue__Ljava_lang_String_2 = function com_google_gwt_useragent_client_UserAgentImplGecko1_18_getCompileTimeValue__Ljava_lang_String_2(){ + return $intern_3488; +} +; +_.getRuntimeValue__Ljava_lang_String_2 = function com_google_gwt_useragent_client_UserAgentImplGecko1_18_getRuntimeValue__Ljava_lang_String_2(){ + var ua = navigator.userAgent.toLowerCase(); + var docMode = $doc.documentMode; + if (function(){ + return ua.indexOf('webkit') != -1; + } + ()) + return $intern_40; + if (function(){ + return ua.indexOf('gecko') != -1 || docMode >= 11; + } + ()) + return $intern_3488; + return 'unknown'; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1useragent_1client_1UserAgentImplGecko1_118_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3487, 'UserAgentImplGecko1_8', 875, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_useragent_client_UserAgentImplSafari_UserAgentImplSafari__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(874, 1, {1123:1}, com_google_gwt_useragent_client_UserAgentImplSafari_UserAgentImplSafari__V); +_.getCompileTimeValue__Ljava_lang_String_2 = function com_google_gwt_useragent_client_UserAgentImplSafari_getCompileTimeValue__Ljava_lang_String_2(){ + return $intern_40; +} +; +_.getRuntimeValue__Ljava_lang_String_2 = function com_google_gwt_useragent_client_UserAgentImplSafari_getRuntimeValue__Ljava_lang_String_2(){ + var ua = navigator.userAgent.toLowerCase(); + var docMode = $doc.documentMode; + if (function(){ + return ua.indexOf('webkit') != -1; + } + ()) + return $intern_40; + if (function(){ + return ua.indexOf('gecko') != -1 || docMode >= 11; + } + ()) + return $intern_3488; + return 'unknown'; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1useragent_1client_1UserAgentImplSafari_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3487, 'UserAgentImplSafari', 874, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_gwt_webgl_client_WebGLRenderingContext_$attachShader__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2Lcom_google_gwt_webgl_client_WebGLShader_2V(this$static, program, shader){ + this$static.attachShader(program, shader); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$bindBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLBuffer_2V(this$static, target, buffer){ + this$static.bindBuffer(target, buffer); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$bindTexture__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLTexture_2V(this$static, target, texture){ + this$static.bindTexture(target, texture); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$blendFuncSeparate__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this$static, srcRGB, dstRGB, srcAlpha, dstAlpha){ + this$static.blendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$bufferData__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIV(this$static, target, size_0, usage){ + this$static.bufferData(target, size_0, usage); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$bufferData__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_typedarrays_shared_ArrayBufferView_2IV(this$static, target, data_0, usage){ + this$static.bufferData(target, data_0, usage); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$bufferSubData__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IILcom_google_gwt_typedarrays_shared_ArrayBufferView_2V(this$static, target, offset, data_0){ + this$static.bufferSubData(target, offset, data_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$compileShader__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2V(this$static, shader){ + this$static.compileShader(shader); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$createShader__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILcom_google_gwt_webgl_client_WebGLShader_2(this$static, type_0){ + return this$static.createShader(type_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$deleteBuffer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLBuffer_2V(this$static, buffer){ + this$static.deleteBuffer(buffer); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$deleteProgram__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2V(this$static, program){ + this$static.deleteProgram(program); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$deleteShader__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2V(this$static, shader){ + this$static.deleteShader(shader); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$deleteTexture__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLTexture_2V(this$static, texture){ + this$static.deleteTexture(texture); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$disable__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(this$static, cap){ + this$static.disable(cap); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$disableVertexAttribArray__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(this$static, index_0){ + this$static.disableVertexAttribArray(index_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$drawArrays__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIV(this$static, mode, first, count){ + this$static.drawArrays(mode, first, count); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$drawElements__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this$static, mode, count, type_0, offset){ + this$static.drawElements(mode, count, type_0, offset); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$enable__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(this$static, cap){ + this$static.enable(cap); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$enableVertexAttribArray__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(this$static, index_0){ + this$static.enableVertexAttribArray(index_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$generateMipmap__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IV(this$static, target){ + this$static.generateMipmap(target); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getActiveAttrib__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2ILcom_google_gwt_webgl_client_WebGLActiveInfo_2(this$static, program, index_0){ + return this$static.getActiveAttrib(program, index_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getActiveUniform__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2ILcom_google_gwt_webgl_client_WebGLActiveInfo_2(this$static, program, index_0){ + return this$static.getActiveUniform(program, index_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getAttribLocation__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2Ljava_lang_String_2I(this$static, program, name_0){ + return this$static.getAttribLocation(program, name_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getParameterString__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2ILjava_lang_String_2(this$static, pname){ + return this$static.getParameter(pname); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getProgramInfoLog__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2Ljava_lang_String_2(this$static, program){ + return this$static.getProgramInfoLog(program); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getProgramParameterb__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2IZ(this$static, program, pname){ + return this$static.getProgramParameter(program, pname); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getProgramParameteri__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2II(this$static, program, pname){ + return this$static.getProgramParameter(program, pname); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getShaderInfoLog__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2Ljava_lang_String_2(this$static, shader){ + return this$static.getShaderInfoLog(shader); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getShaderParameterb__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2IZ(this$static, shader, pname){ + return this$static.getShaderParameter(shader, pname); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$getUniformLocation__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2Ljava_lang_String_2Lcom_google_gwt_webgl_client_WebGLUniformLocation_2(this$static, program, name_0){ + return this$static.getUniformLocation(program, name_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$linkProgram__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2V(this$static, program){ + this$static.linkProgram(program); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$scissor__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this$static, x_0, y_0, width_0, height){ + this$static.scissor(x_0, y_0, width_0, height); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$shaderSource__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLShader_2Ljava_lang_String_2V(this$static, shader, source){ + this$static.shaderSource(shader, source); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$texImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIIIIILcom_google_gwt_typedarrays_shared_ArrayBufferView_2V(this$static, target, level, internalformat, width_0, height, border, format, type_0, pixels){ + this$static.texImage2D(target, level, internalformat, width_0, height, border, format, type_0, pixels); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$texImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIILcom_google_gwt_dom_client_CanvasElement_2V(this$static, target, level, internalformat, format, type_0, canvas){ + this$static.texImage2D(target, level, internalformat, format, type_0, canvas); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$texImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIILcom_google_gwt_dom_client_ImageElement_2V(this$static, target, level, internalformat, format, type_0, image){ + this$static.texImage2D(target, level, internalformat, format, type_0, image); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$texParameterf__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIFV(this$static, target, pname, param){ + this$static.texParameterf(target, pname, param); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$texSubImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIIIIILcom_google_gwt_typedarrays_shared_ArrayBufferView_2V(this$static, target, level, xoffset, yoffset, width_0, height, format, type_0, pixels){ + this$static.texSubImage2D(target, level, xoffset, yoffset, width_0, height, format, type_0, pixels); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$texSubImage2D__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIIILcom_google_gwt_dom_client_CanvasElement_2V(this$static, target, level, xoffset, yoffset, format, type_0, canvas){ + this$static.texSubImage2D(target, level, xoffset, yoffset, format, type_0, canvas); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$uniform1i__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLUniformLocation_2IV(this$static, location_0, x_0){ + this$static.uniform1i(location_0, x_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$uniform3f__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLUniformLocation_2FFFV(this$static, location_0, x_0, y_0, z_0){ + this$static.uniform3f(location_0, x_0, y_0, z_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$uniformMatrix4fv__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLUniformLocation_2ZLcom_google_gwt_core_client_JavaScriptObject_2V(this$static, location_0, transpose, value_0){ + this$static.uniformMatrix4fv(location_0, transpose, value_0); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$useProgram__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2Lcom_google_gwt_webgl_client_WebGLProgram_2V(this$static, program){ + this$static.useProgram(program); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$vertexAttribPointer__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIZIIV(this$static, indx, size_0, type_0, normalized, stride, offset){ + this$static.vertexAttribPointer(indx, size_0, type_0, normalized, stride, offset); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_$viewport__Lcom_google_gwt_webgl_client_WebGLRenderingContext_2IIIIV(this$static, x_0, y_0, width_0, height){ + this$static.viewport(x_0, y_0, width_0, height); +} + +function com_google_gwt_webgl_client_WebGLRenderingContext_getContext__Lcom_google_gwt_dom_client_CanvasElement_2Lcom_google_gwt_webgl_client_WebGLContextAttributes_2Lcom_google_gwt_webgl_client_WebGLRenderingContext_2(canvas, attributes){ + var names = ['experimental-webgl', 'webgl', 'moz-webgl', 'webkit-webgl', 'webkit-3d']; + for (var i = 0; i < names.length; i++) { + try { + var ctx = canvas.getContext(names[i], attributes); + if (ctx != null) { + if ($wnd.WebGLDebugUtils) { + $wnd.console && $wnd.console.log && console.log('WebGL debugging enabled'); + return $wnd.WebGLDebugUtils.makeDebugContext(ctx); + } + return ctx; + } + } + catch (e) { + } + } + return null; +} + +function com_google_gwt_xhr_client_XMLHttpRequest_$clearOnReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(this$static){ + this$static.onreadystatechange = function(){ + } + ; +} + +function com_google_gwt_xhr_client_XMLHttpRequest_$getResponseHeader__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Ljava_lang_String_2Ljava_lang_String_2(this$static, header){ + return this$static.getResponseHeader(header); +} + +function com_google_gwt_xhr_client_XMLHttpRequest_$open__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Ljava_lang_String_2Ljava_lang_String_2V(this$static, httpMethod, url_0){ + this$static.open(httpMethod, url_0, true); +} + +function com_google_gwt_xhr_client_XMLHttpRequest_$setOnReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Lcom_google_gwt_xhr_client_ReadyStateChangeHandler_2V(this$static, handler){ + var _this = this$static; + this$static.onreadystatechange = $entry(function(){ + handler.onReadyStateChange__Lcom_google_gwt_xhr_client_XMLHttpRequest_2V(_this); + } + ); +} + +function com_google_gwt_xhr_client_XMLHttpRequest_$setRequestHeader__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Ljava_lang_String_2Ljava_lang_String_2V(this$static, header, value_0){ + this$static.setRequestHeader(header, value_0); +} + +function com_google_gwt_xhr_client_XMLHttpRequest_$setResponseType__Lcom_google_gwt_xhr_client_XMLHttpRequest_2Ljava_lang_String_2V(this$static, responseType){ + this$static.responseType = responseType; +} + +function com_google_gwt_xhr_client_XMLHttpRequest_create__Lcom_google_gwt_xhr_client_XMLHttpRequest_2(){ + return new $wnd.XMLHttpRequest; +} + +function com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_$clinit__V(){ + com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_Default = new com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_XMLHttpRequest$ResponseType__Ljava_lang_String_2ILjava_lang_String_2V('Default', 0, ''); + com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_ArrayBuffer = new com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_XMLHttpRequest$ResponseType__Ljava_lang_String_2ILjava_lang_String_2V('ArrayBuffer', 1, 'arraybuffer'); +} + +function com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_XMLHttpRequest$ResponseType__Ljava_lang_String_2ILjava_lang_String_2V(enum$name, enum$ordinal, responseTypeString){ + java_lang_Enum_Enum__Ljava_lang_String_2IV.call(this, enum$name, enum$ordinal); + this.com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_responseTypeString = responseTypeString; +} + +function com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_values___3Lcom_google_gwt_xhr_client_XMLHttpRequest$ResponseType_2(){ + com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_$clinit__V(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1xhr_1client_1XMLHttpRequest$ResponseType_12_1classLit, 1), $intern_11, 470, 0, [com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_Default, com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_ArrayBuffer]); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(470, 39, {470:1, 3:1, 42:1, 39:1}, com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_XMLHttpRequest$ResponseType__Ljava_lang_String_2ILjava_lang_String_2V); +var com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_ArrayBuffer, com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_Default; +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1xhr_1client_1XMLHttpRequest$ResponseType_12_1classLit = java_lang_Class_createForEnum__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2('com.google.gwt.xhr.client', 'XMLHttpRequest/ResponseType', 470, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Enum_12_1classLit, com_google_gwt_xhr_client_XMLHttpRequest$ResponseType_values___3Lcom_google_gwt_xhr_client_XMLHttpRequest$ResponseType_2); +function com_google_web_bindery_event_shared_SimpleEventBus$1_SimpleEventBus$1__Lcom_google_web_bindery_event_shared_SimpleEventBus_2V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(841, 1, {}, com_google_web_bindery_event_shared_SimpleEventBus$1_SimpleEventBus$1__Lcom_google_web_bindery_event_shared_SimpleEventBus_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1SimpleEventBus$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3462, 'SimpleEventBus/1', 841, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function com_google_web_bindery_event_shared_SimpleEventBus$2_SimpleEventBus$2__Lcom_google_web_bindery_event_shared_SimpleEventBus_2V(this$0, val$type, val$handler){ + this.com_google_web_bindery_event_shared_SimpleEventBus$2_this$01 = this$0; + this.com_google_web_bindery_event_shared_SimpleEventBus$2_val$type2 = val$type; + this.com_google_web_bindery_event_shared_SimpleEventBus$2_val$source3 = null; + this.com_google_web_bindery_event_shared_SimpleEventBus$2_val$handler4 = val$handler; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(842, 1, {1147:1}, com_google_web_bindery_event_shared_SimpleEventBus$2_SimpleEventBus$2__Lcom_google_web_bindery_event_shared_SimpleEventBus_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1web_1bindery_1event_1shared_1SimpleEventBus$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3462, 'SimpleEventBus/2', 842, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_io_Reader_$read__Ljava_io_Reader_2_3CI(this$static, buf){ + return java_io_InputStreamReader_$read__Ljava_io_InputStreamReader_2_3CIII(this$static, buf, 0, buf.length); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(644, 1, $intern_3489); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Reader_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'Reader', 644, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_io_BufferedReader_$readLine__Ljava_io_BufferedReader_2Ljava_lang_String_2(this$static){ + var i, sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + while (true) { + this$static.java_io_BufferedReader_position >= this$static.java_io_BufferedReader_limit && (this$static.java_io_BufferedReader_position = 0 , this$static.java_io_BufferedReader_limit = java_io_Reader_$read__Ljava_io_Reader_2_3CI(this$static.java_io_BufferedReader_in, this$static.java_io_BufferedReader_buffer)); + if (this$static.java_io_BufferedReader_position >= this$static.java_io_BufferedReader_limit) { + return sb.java_lang_AbstractStringBuilder_string.length == 0?null:sb.java_lang_AbstractStringBuilder_string; + } + for (i = this$static.java_io_BufferedReader_position; i < this$static.java_io_BufferedReader_limit; ++i) { + if (this$static.java_io_BufferedReader_buffer[i] == 13) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2_3CIILjava_lang_StringBuilder_2(sb, this$static.java_io_BufferedReader_buffer, this$static.java_io_BufferedReader_position, i - this$static.java_io_BufferedReader_position); + this$static.java_io_BufferedReader_position = i + 1; + if (i + 1 < this$static.java_io_BufferedReader_limit) { + this$static.java_io_BufferedReader_buffer[i + 1] == 10 && (this$static.java_io_BufferedReader_position = i + 2); + } + else { + this$static.java_io_BufferedReader_position = 0; + this$static.java_io_BufferedReader_limit = java_io_Reader_$read__Ljava_io_Reader_2_3CI(this$static.java_io_BufferedReader_in, this$static.java_io_BufferedReader_buffer); + this$static.java_io_BufferedReader_buffer[this$static.java_io_BufferedReader_position] == 10 && (this$static.java_io_BufferedReader_position += 1); + } + return sb.java_lang_AbstractStringBuilder_string; + } + else if (this$static.java_io_BufferedReader_buffer[i] == 10) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2_3CIILjava_lang_StringBuilder_2(sb, this$static.java_io_BufferedReader_buffer, this$static.java_io_BufferedReader_position, i - this$static.java_io_BufferedReader_position); + this$static.java_io_BufferedReader_position = i + 1; + return sb.java_lang_AbstractStringBuilder_string; + } + } + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2_3CIILjava_lang_StringBuilder_2(sb, this$static.java_io_BufferedReader_buffer, this$static.java_io_BufferedReader_position, this$static.java_io_BufferedReader_limit - this$static.java_io_BufferedReader_position); + this$static.java_io_BufferedReader_position = this$static.java_io_BufferedReader_limit; + } +} + +function java_io_BufferedReader_BufferedReader__Ljava_io_Reader_2IV(in_0, bufferSize){ + this.java_io_BufferedReader_in = in_0; + this.java_io_BufferedReader_buffer = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, bufferSize, 15, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(671, 644, $intern_3489, java_io_BufferedReader_BufferedReader__Ljava_io_Reader_2IV); +_.close__V = function java_io_BufferedReader_close__V(){ + this.java_io_BufferedReader_in.java_io_InputStreamReader_in.close__V(); +} +; +_.read___3CIII = function java_io_BufferedReader_read___3CIII(b, offset, length_0){ + var c, count, remaining; + count = 0; + this.java_io_BufferedReader_position >= this.java_io_BufferedReader_limit && length_0 < this.java_io_BufferedReader_buffer.length && (this.java_io_BufferedReader_position = 0 , this.java_io_BufferedReader_limit = java_io_Reader_$read__Ljava_io_Reader_2_3CI(this.java_io_BufferedReader_in, this.java_io_BufferedReader_buffer)); + if (this.java_io_BufferedReader_position < this.java_io_BufferedReader_limit) { + remaining = this.java_io_BufferedReader_limit - this.java_io_BufferedReader_position; + remaining > length_0 && (remaining = length_0); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.java_io_BufferedReader_buffer, this.java_io_BufferedReader_position, b, offset, remaining); + count += remaining; + this.java_io_BufferedReader_position += remaining; + offset += remaining; + length_0 -= remaining; + } + if (length_0 > 0) { + c = java_io_InputStreamReader_$read__Ljava_io_InputStreamReader_2_3CIII(this.java_io_BufferedReader_in, b, offset, length_0); + c == -1?count == 0 && (count = -1):(count += c); + } + return count; +} +; +_.java_io_BufferedReader_limit = 0; +_.java_io_BufferedReader_position = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1BufferedReader_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'BufferedReader', 671, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Reader_12_1classLit); +function java_io_ByteArrayInputStream_ByteArrayInputStream___3BV(buf){ + this.java_io_ByteArrayInputStream_buf = buf; + this.java_io_ByteArrayInputStream_count = buf.length; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(691, 561, $intern_70, java_io_ByteArrayInputStream_ByteArrayInputStream___3BV); +_.close__V = function java_io_ByteArrayInputStream_close__V(){ +} +; +_.read__I = function java_io_ByteArrayInputStream_read__I(){ + return this.java_io_ByteArrayInputStream_pos < this.java_io_ByteArrayInputStream_count?this.java_io_ByteArrayInputStream_buf[this.java_io_ByteArrayInputStream_pos++] & 255:-1; +} +; +_.read___3BIII = function java_io_ByteArrayInputStream_read___3BIII(buffer, byteOffset, byteCount){ + var copylen; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(buffer); + java_io_IOUtils_checkOffsetAndCount__IIIV(buffer.length, byteOffset, byteCount); + if (this.java_io_ByteArrayInputStream_pos >= this.java_io_ByteArrayInputStream_count) { + return -1; + } + if (byteCount == 0) { + return 0; + } + copylen = this.java_io_ByteArrayInputStream_count - this.java_io_ByteArrayInputStream_pos < byteCount?this.java_io_ByteArrayInputStream_count - this.java_io_ByteArrayInputStream_pos:byteCount; + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(this.java_io_ByteArrayInputStream_buf, this.java_io_ByteArrayInputStream_pos, buffer, byteOffset, copylen); + this.java_io_ByteArrayInputStream_pos += copylen; + return copylen; +} +; +_.java_io_ByteArrayInputStream_count = 0; +_.java_io_ByteArrayInputStream_pos = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1ByteArrayInputStream_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'ByteArrayInputStream', 691, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1InputStream_12_1classLit); +function java_io_File_$clinit__V(){ + java_io_File_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_io_File_ROOT = new java_io_File_File__Ljava_lang_String_2V(''); + !com_google_gwt_storage_client_Storage_localStorage && (com_google_gwt_storage_client_Storage$StorageSupportDetector_$clinit__V() , com_google_gwt_storage_client_Storage$StorageSupportDetector_localStorageSupported) && (com_google_gwt_storage_client_Storage_localStorage = new com_google_gwt_storage_client_Storage_Storage__Ljava_lang_String_2V); +} + +function java_io_File_$getPath__Ljava_io_File_2Ljava_lang_String_2(this$static){ + return !this$static.java_io_File_parent?this$static.java_io_File_name:java_io_File_$getPath__Ljava_io_File_2Ljava_lang_String_2(this$static.java_io_File_parent) + '/' + this$static.java_io_File_name; +} + +function java_io_File_$hashCode__Ljava_io_File_2I(this$static){ + return this$static.java_io_File_parent?java_io_File_$hashCode__Ljava_io_File_2I(this$static.java_io_File_parent) + java_lang_String_$hashCode__Ljava_lang_String_2I(this$static.java_io_File_name):java_lang_String_$hashCode__Ljava_lang_String_2I(this$static.java_io_File_name); +} + +function java_io_File_File__Ljava_lang_String_2V(pathname){ + java_io_File_$clinit__V(); + var cut, suffixlength; + while (suffixlength = '/'.length , java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(pathname.substr(pathname.length - suffixlength, suffixlength), '/') && pathname.length > 0) { + pathname = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(pathname, 0, pathname.length - 1); + } + cut = java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(pathname, java_lang_String_fromCodePoint__ILjava_lang_String_2(47)); + if (cut == -1) { + this.java_io_File_name = pathname; + } + else if (cut == 0) { + this.java_io_File_name = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(cut, pathname.length + 1) , pathname.substr(cut)); + this.java_io_File_parent = java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this.java_io_File_name, '')?null:java_io_File_ROOT; + } + else { + this.java_io_File_name = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(cut + 1, pathname.length + 1) , pathname.substr(cut + 1)); + this.java_io_File_parent = new java_io_File_File__Ljava_lang_String_2V((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, cut, pathname.length) , pathname.substr(0, cut))); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(388, 1, {388:1}, java_io_File_File__Ljava_lang_String_2V); +_.equals__Ljava_lang_Object_2Z = function java_io_File_equals__Ljava_lang_Object_2Z(obj){ + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 388)) { + return false; + } + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(java_io_File_$getPath__Ljava_io_File_2Ljava_lang_String_2(this), java_io_File_$getPath__Ljava_io_File_2Ljava_lang_String_2(obj)); +} +; +_.hashCode__I = function java_io_File_hashCode__I(){ + return java_io_File_$hashCode__Ljava_io_File_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function java_io_File_toString__Ljava_lang_String_2(){ + return this.java_io_File_name; +} +; +var java_io_File_ROOT; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1File_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'File', 388, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1102, 1, $intern_3490); +_.close__V = function java_io_OutputStream_close__V(){ +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1OutputStream_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'OutputStream', 1102, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1103, 1102, $intern_3490); +_.close__V = function java_io_FilterOutputStream_close__V(){ + var e, thrown; + thrown = null; + try { + this.flush__V(); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 52)) { + e = $e0; + thrown = e; + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + try { + null.$_nullMethod(); + } + catch ($e1) { + $e1 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e1, 52)) { + e = $e1; + !thrown && (thrown = e); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e1); + } + if (thrown) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_io_IOException_IOException__Ljava_lang_Throwable_2V(thrown)); + } +} +; +_.flush__V = function java_io_FilterOutputStream_flush__V(){ + null.$_nullMethod(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1FilterOutputStream_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'FilterOutputStream', 1103, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1OutputStream_12_1classLit); +function java_io_IOException_IOException__Ljava_lang_String_2V(message){ + java_lang_Exception_Exception__Ljava_lang_String_2V.call(this, message); +} + +function java_io_IOException_IOException__Ljava_lang_Throwable_2V(throwable){ + java_lang_Exception_Exception__Ljava_lang_Throwable_2V.call(this, throwable); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(103, 51, {103:1, 3:1, 51:1, 52:1}, java_io_IOException_IOException__Ljava_lang_String_2V, java_io_IOException_IOException__Ljava_lang_Throwable_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1IOException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'IOException', 103, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Exception_12_1classLit); +function java_io_IOUtils_checkOffsetAndCount__IIIV(length_0, offset, count){ + if (offset < 0 || count < 0 || offset + count > length_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } +} + +function java_io_InputStreamReader_$read__Ljava_io_InputStreamReader_2_3CIII(this$static, b, offset, length_0){ + var buffer, c; + buffer = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_71, 9, length_0, 15, 1); + c = java_io_InputStream_$read__Ljava_io_InputStream_2_3BI(this$static.java_io_InputStreamReader_in, buffer); + return c <= 0?c:com_badlogic_gdx_utils_Utf8Decoder_$decode__Lcom_badlogic_gdx_utils_Utf8Decoder_2_3BII_3CII(this$static.java_io_InputStreamReader_utf8Decoder, buffer, c, b, offset); +} + +function java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2V(in_0){ + this.java_io_InputStreamReader_in = in_0; + this.java_io_InputStreamReader_utf8Decoder = new com_badlogic_gdx_utils_Utf8Decoder_Utf8Decoder__V; +} + +function java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2Ljava_lang_String_2V(in_0){ + java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2V.call(this, in_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(382, 644, $intern_3489, java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2V, java_io_InputStreamReader_InputStreamReader__Ljava_io_InputStream_2Ljava_lang_String_2V); +_.close__V = function java_io_InputStreamReader_close__V(){ + this.java_io_InputStreamReader_in.close__V(); +} +; +_.read___3CIII = function java_io_InputStreamReader_read___3CIII(b, offset, length_0){ + return java_io_InputStreamReader_$read__Ljava_io_InputStreamReader_2_3CIII(this, b, offset, length_0); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1InputStreamReader_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'InputStreamReader', 382, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Reader_12_1classLit); +function java_io_PrintStream_PrintStream__Ljava_io_OutputStream_2V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(832, 1103, $intern_3490, java_io_PrintStream_PrintStream__Ljava_io_OutputStream_2V); +_.close__V = function java_io_PrintStream_close__V(){ +} +; +_.flush__V = function java_io_PrintStream_flush__V(){ +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1PrintStream_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'PrintStream', 832, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1FilterOutputStream_12_1classLit); +function java_io_StringWriter_StringWriter__V(){ + this.java_io_StringWriter_out = new java_lang_StringBuffer_StringBuffer__V; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1073, 643, $intern_684, java_io_StringWriter_StringWriter__V); +_.close__V = function java_io_StringWriter_close__V(){ +} +; +_.flush__V = function java_io_StringWriter_flush__V(){ +} +; +_.toString__Ljava_lang_String_2 = function java_io_StringWriter_toString__Ljava_lang_String_2(){ + return this.java_io_StringWriter_out.java_lang_AbstractStringBuilder_string; +} +; +_.write___3CIIV = function java_io_StringWriter_write___3CIIV(b, offset, length_0){ + java_lang_StringBuffer_$append__Ljava_lang_StringBuffer_2_3CIILjava_lang_StringBuffer_2(this.java_io_StringWriter_out, b, offset, length_0); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1StringWriter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_10, 'StringWriter', 1073, com_google_gwt_lang_ClassLiteralHolder_Ljava_1io_1Writer_12_1classLit); +function java_lang_AbstractStringBuilder_$charAt__Ljava_lang_AbstractStringBuilder_2IC(this$static, index_0){ + return java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.java_lang_AbstractStringBuilder_string, index_0); +} + +function java_lang_AbstractStringBuilder_$replace0__Ljava_lang_AbstractStringBuilder_2IILjava_lang_String_2V(this$static, end, toInsert){ + var length_0; + length_0 = this$static.java_lang_AbstractStringBuilder_string.length; + end > length_0?(end = length_0):javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, end + 1); + this$static.java_lang_AbstractStringBuilder_string = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.java_lang_AbstractStringBuilder_string, 0, 0) + ('' + toInsert) + java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(this$static.java_lang_AbstractStringBuilder_string, end); +} + +function java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(this$static, newLength){ + var oldLength; + oldLength = this$static.java_lang_AbstractStringBuilder_string.length; + newLength < oldLength?(this$static.java_lang_AbstractStringBuilder_string = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.java_lang_AbstractStringBuilder_string, 0, newLength)):newLength > oldLength && (this$static.java_lang_AbstractStringBuilder_string += java_lang_String_valueOf___3CLjava_lang_String_2(com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, newLength - oldLength, 15, 1))); +} + +function java_lang_AbstractStringBuilder_AbstractStringBuilder__Ljava_lang_String_2V(string){ + this.java_lang_AbstractStringBuilder_string = string; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(261, 1, {261:1, 459:1, 260:1}); +_.charAt__IC = function java_lang_AbstractStringBuilder_charAt__IC(index_0){ + return java_lang_AbstractStringBuilder_$charAt__Ljava_lang_AbstractStringBuilder_2IC(this, index_0); +} +; +_.length__I = function java_lang_AbstractStringBuilder_length__I(){ + return this.java_lang_AbstractStringBuilder_string.length; +} +; +_.subSequence__IILjava_lang_CharSequence_2 = function java_lang_AbstractStringBuilder_subSequence__IILjava_lang_CharSequence_2(start_0, end){ + return java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this.java_lang_AbstractStringBuilder_string, start_0, end); +} +; +_.toString__Ljava_lang_String_2 = function java_lang_AbstractStringBuilder_toString__Ljava_lang_String_2(){ + return this.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1AbstractStringBuilder_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'AbstractStringBuilder', 261, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_lang_ArithmeticException_ArithmeticException__Ljava_lang_String_2V(){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, 'divide by zero'); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(847, 31, $intern_660, java_lang_ArithmeticException_ArithmeticException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1ArithmeticException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'ArithmeticException', 847, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +function java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V(message){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, message); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(43, 31, $intern_3491, java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V, java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1IndexOutOfBoundsException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'IndexOutOfBoundsException', 43, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__IV(index_0){ + java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V.call(this, 'Array index ' + index_0 + $intern_3492); +} + +function java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__Ljava_lang_String_2V(msg){ + java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V.call(this, msg); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(265, 43, $intern_3491, java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__IV, java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1ArrayIndexOutOfBoundsException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'ArrayIndexOutOfBoundsException', 265, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1IndexOutOfBoundsException_12_1classLit); +function java_lang_Boolean_$clinit__V(){ + java_lang_Boolean_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_lang_Boolean_TRUE = true; +} + +function java_lang_Boolean_$booleanValue__Ljava_lang_Boolean_2Z(this$static){ + return javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static; +} + +function java_lang_Boolean_compare__ZZI(x_0, y_0){ + java_lang_Boolean_$clinit__V(); + return x_0 == y_0?0:x_0?1:-1; +} + +function java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(this$static, other){ + java_lang_Boolean_$clinit__V(); + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(this$static)?java_lang_String_$compareTo__Ljava_lang_String_2Ljava_lang_String_2I(this$static, other):com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?java_lang_Double_compare__DDI((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static), (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(other) , other)):com_google_gwt_lang_Cast_instanceOfBoolean__Ljava_lang_Object_2Z(this$static)?java_lang_Boolean_compare__ZZI((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static), (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(other) , other)):this$static.compareTo__Ljava_lang_Object_2I(other); +} + +com_google_gwt_lang_Cast_booleanCastMap = {3:1, 695:1, 42:1}; +var java_lang_Boolean_TRUE; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Boolean_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, $intern_1435, 695, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_lang_Number__1_1parseAndValidateDouble__Ljava_lang_String_2D(s){ + java_lang_Number_floatRegex == null && (java_lang_Number_floatRegex = new RegExp('^\\s*[+-]?(NaN|Infinity|((\\d+\\.?\\d*)|(\\.\\d+))([eE][+-]?\\d+)?[dDfF]?)\\s*$')); + if (!java_lang_Number_floatRegex.test(s)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + s + '"')); + } + return parseFloat(s); +} + +function java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(s, radix, lowerBound, upperBound){ + var i, isTooLow, length_0, startIndex, toReturn; + if (s == null) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_571)); + } + if (radix < 2 || radix > 36) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V('radix ' + radix + $intern_3492)); + } + length_0 = s.length; + startIndex = length_0 > 0 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, s.length) , s.charCodeAt(0) == 45 || (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, s.length) , s.charCodeAt(0) == 43))?1:0; + for (i = startIndex; i < length_0; i++) { + if (java_lang_Character_digit__CII((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, s.length) , s.charCodeAt(i)), radix) == -1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + s + '"')); + } + } + toReturn = parseInt(s, radix); + isTooLow = toReturn < lowerBound; + if (isNaN(toReturn)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + s + '"')); + } + else if (isTooLow || toReturn > upperBound) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + s + '"')); + } + return toReturn; +} + +function java_lang_Number__1_1parseAndValidateLong__Ljava_lang_String_2IJ(s){ + var c, firstTime, head, i, length_0, maxDigits, minValue, negative, orig, radixPower, toReturn; + if (s == null) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_571)); + } + orig = s; + length_0 = s.length; + negative = false; + if (length_0 > 0) { + c = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, s.length) , s.charCodeAt(0)); + if (c == 45 || c == 43) { + s = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, s.length + 1) , s.substr(1)); + --length_0; + negative = c == 45; + } + } + if (length_0 == 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + orig + '"')); + } + while (s.length > 0 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, s.length) , s.charCodeAt(0) == 48)) { + s = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, s.length + 1) , s.substr(1)); + --length_0; + } + if (length_0 > (java_lang_Number$_1_1ParseLong_$clinit__V() , java_lang_Number$_1_1ParseLong_maxLengthForRadix)[10]) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + orig + '"')); + } + for (i = 0; i < length_0; i++) { + if (java_lang_Character_digit__CII((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, s.length) , s.charCodeAt(i)), 10) == -1) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + orig + '"')); + } + } + toReturn = 0; + maxDigits = java_lang_Number$_1_1ParseLong_maxDigitsForRadix[10]; + radixPower = java_lang_Number$_1_1ParseLong_maxDigitsRadixPower[10]; + minValue = com_google_gwt_lang_LongLib_neg__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(java_lang_Number$_1_1ParseLong_maxValueForRadix[10]); + firstTime = true; + head = length_0 % maxDigits; + if (head > 0) { + toReturn = -parseInt((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, head, s.length) , s.substr(0, head)), 10); + s = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(head, s.length + 1) , s.substr(head)); + length_0 -= head; + firstTime = false; + } + while (length_0 >= maxDigits) { + head = parseInt((javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, maxDigits, s.length) , s.substr(0, maxDigits)), 10); + s = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(maxDigits, s.length + 1) , s.substr(maxDigits)); + length_0 -= maxDigits; + if (firstTime) { + firstTime = false; + } + else { + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(toReturn, minValue) < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + orig + '"')); + } + toReturn = com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(toReturn, radixPower); + } + toReturn = com_google_gwt_lang_LongLib_sub__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(toReturn, head); + } + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(toReturn, 0) > 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + orig + '"')); + } + if (!negative) { + toReturn = com_google_gwt_lang_LongLib_neg__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(toReturn); + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(toReturn, 0) < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V($intern_3493 + orig + '"')); + } + } + return toReturn; +} + +function java_lang_Number_byteValue_1_1B_1_1devirtual$__Ljava_lang_Number_2B(this$static){ + return com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?com_google_gwt_lang_Cast_round_1byte__DB((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static)):this$static.byteValue__B(); +} + +function java_lang_Number_doubleValue_1_1D_1_1devirtual$__Ljava_lang_Number_2D(this$static){ + return com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?(javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static):this$static.doubleValue__D(); +} + +function java_lang_Number_floatValue_1_1F_1_1devirtual$__Ljava_lang_Number_2F(this$static){ + return com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?(javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static):this$static.floatValue__F(); +} + +function java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(this$static){ + return com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?com_google_gwt_lang_Cast_round_1int__DI((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static)):this$static.intValue__I(); +} + +function java_lang_Number_longValue_1_1J_1_1devirtual$__Ljava_lang_Number_2J(this$static){ + return com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static)):this$static.longValue__J(); +} + +function java_lang_Number_shortValue_1_1S_1_1devirtual$__Ljava_lang_Number_2S(this$static){ + return com_google_gwt_lang_Cast_instanceOfDouble__Ljava_lang_Object_2Z(this$static)?com_google_gwt_lang_Cast_round_1short__DS((javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static)):this$static.shortValue__S(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(208, 1, {3:1, 208:1}); +_.byteValue__B = function java_lang_Number_byteValue__B(){ + return java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(this) << 24 >> 24; +} +; +_.shortValue__S = function java_lang_Number_shortValue__S(){ + return java_lang_Number_intValue_1_1I_1_1devirtual$__Ljava_lang_Number_2I(this) << 16 >> 16; +} +; +var java_lang_Number_floatRegex; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Number', 208, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_lang_Byte_Byte__BV(value_0){ + this.java_lang_Byte_value = value_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(389, 208, {3:1, 389:1, 42:1, 208:1}, java_lang_Byte_Byte__BV); +_.compareTo__Ljava_lang_Object_2I = function java_lang_Byte_compareTo__Ljava_lang_Object_2I(b){ + return this.java_lang_Byte_value - b.java_lang_Byte_value; +} +; +_.byteValue__B = function java_lang_Byte_byteValue__B(){ + return this.java_lang_Byte_value; +} +; +_.doubleValue__D = function java_lang_Byte_doubleValue__D(){ + return this.java_lang_Byte_value; +} +; +_.equals__Ljava_lang_Object_2Z = function java_lang_Byte_equals__Ljava_lang_Object_2Z(o){ + return com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 389) && o.java_lang_Byte_value == this.java_lang_Byte_value; +} +; +_.floatValue__F = function java_lang_Byte_floatValue__F(){ + return this.java_lang_Byte_value; +} +; +_.hashCode__I = function java_lang_Byte_hashCode__I(){ + return this.java_lang_Byte_value; +} +; +_.intValue__I = function java_lang_Byte_intValue__I(){ + return this.java_lang_Byte_value; +} +; +_.longValue__J = function java_lang_Byte_longValue__J(){ + return this.java_lang_Byte_value; +} +; +_.shortValue__S = function java_lang_Byte_shortValue__S(){ + return this.java_lang_Byte_value; +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Byte_toString__Ljava_lang_String_2(){ + return '' + this.java_lang_Byte_value; +} +; +_.java_lang_Byte_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Byte', 389, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit); +function java_lang_Byte$BoxedValues_$clinit__V(){ + java_lang_Byte$BoxedValues_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_lang_Byte$BoxedValues_boxedValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Byte_12_1classLit, $intern_1788, 389, 256, 0, 1); +} + +function java_lang_Byte$BoxedValues_get__BLjava_lang_Byte_2(b){ + java_lang_Byte$BoxedValues_$clinit__V(); + var rebase, result; + rebase = b + 128; + result = java_lang_Byte$BoxedValues_boxedValues[rebase]; + !result && (result = java_lang_Byte$BoxedValues_boxedValues[rebase] = new java_lang_Byte_Byte__BV(b)); + return result; +} + +var java_lang_Byte$BoxedValues_boxedValues; +function java_lang_Character_Character__CV(value_0){ + this.java_lang_Character_value = value_0; +} + +function java_lang_Character_codePointAt__Ljava_lang_CharSequence_2III(cs, index_0, limit){ + var hiSurrogate, loSurrogate; + hiSurrogate = java_lang_String_$charAt__Ljava_lang_String_2IC(cs, index_0++); + if (hiSurrogate >= $intern_726 && hiSurrogate <= 56319 && index_0 < limit && java_lang_Character_isLowSurrogate__CZ(loSurrogate = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(index_0, cs.length) , cs.charCodeAt(index_0)))) { + return $intern_2397 + ((hiSurrogate & $intern_586) << 10) + (loSurrogate & $intern_586); + } + return hiSurrogate; +} + +function java_lang_Character_digit__CII(c, radix){ + if (radix < 2 || radix > 36) { + return -1; + } + if (c >= 48 && c < 48 + $wnd.Math.min(radix, 10)) { + return c - 48; + } + if (c >= 97 && c < radix + 97 - 10) { + return c - 97 + 10; + } + if (c >= 65 && c < radix + 65 - 10) { + return c - 65 + 10; + } + return -1; +} + +function java_lang_Character_isDigit__CZ(c){ + java_lang_Character_digitRegex == null && (java_lang_Character_digitRegex = new RegExp('\\d')); + return java_lang_Character_digitRegex.test(String.fromCharCode(c)); +} + +function java_lang_Character_isLowSurrogate__CZ(ch_0){ + return ch_0 >= 56320 && ch_0 <= 57343; +} + +function java_lang_Character_isSpace__CZ(c){ + switch (c) { + case 10: + case 9: + case 12: + case 13: + case 32: + return true; + default:return false; + } +} + +function java_lang_Character_toChars__I_3C(codePoint){ + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZV(codePoint >= 0 && codePoint <= 1114111); + return codePoint >= $intern_2397?com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [$intern_726 + (codePoint - $intern_2397 >> 10 & $intern_586) & $intern_4, 56320 + (codePoint - $intern_2397 & $intern_586) & $intern_4]):com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [codePoint & $intern_4]); +} + +function java_lang_Character_toChars__I_3CII(codePoint, dst, dstIndex){ + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZV(codePoint >= 0 && codePoint <= 1114111); + if (codePoint >= $intern_2397) { + dst[dstIndex++] = $intern_726 + (codePoint - $intern_2397 >> 10 & $intern_586) & $intern_4; + dst[dstIndex] = 56320 + (codePoint - $intern_2397 & $intern_586) & $intern_4; + return 2; + } + else { + dst[dstIndex] = codePoint & $intern_4; + return 1; + } +} + +function java_lang_Character_valueOf__CLjava_lang_Character_2(c){ + var java_lang_Character$BoxedValues_get__CLjava_lang_Character_2_result_0; + if (c < 128) { + return java_lang_Character$BoxedValues_$clinit__V() , java_lang_Character$BoxedValues_get__CLjava_lang_Character_2_result_0 = java_lang_Character$BoxedValues_boxedValues[c] , !java_lang_Character$BoxedValues_get__CLjava_lang_Character_2_result_0 && (java_lang_Character$BoxedValues_get__CLjava_lang_Character_2_result_0 = java_lang_Character$BoxedValues_boxedValues[c] = new java_lang_Character_Character__CV(c)) , java_lang_Character$BoxedValues_get__CLjava_lang_Character_2_result_0; + } + return new java_lang_Character_Character__CV(c); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(318, 1, {3:1, 318:1, 42:1}, java_lang_Character_Character__CV); +_.compareTo__Ljava_lang_Object_2I = function java_lang_Character_compareTo__Ljava_lang_Object_2I(c){ + return this.java_lang_Character_value - c.java_lang_Character_value; +} +; +_.equals__Ljava_lang_Object_2Z = function java_lang_Character_equals__Ljava_lang_Object_2Z(o){ + return com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 318) && o.java_lang_Character_value == this.java_lang_Character_value; +} +; +_.hashCode__I = function java_lang_Character_hashCode__I(){ + return this.java_lang_Character_value; +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Character_toString__Ljava_lang_String_2(){ + return String.fromCharCode(this.java_lang_Character_value); +} +; +_.java_lang_Character_value = 0; +var java_lang_Character_digitRegex, java_lang_Character_isLeterOrDigitRegex; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Character', 318, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_lang_Character$BoxedValues_$clinit__V(){ + java_lang_Character$BoxedValues_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_lang_Character$BoxedValues_boxedValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Character_12_1classLit, $intern_1788, 318, 128, 0, 1); +} + +var java_lang_Character$BoxedValues_boxedValues; +function java_lang_ClassNotFoundException_ClassNotFoundException__Ljava_lang_String_2V(s){ + java_lang_Exception_Exception__Ljava_lang_String_2Ljava_lang_Throwable_2V.call(this, s, null); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(680, 51, {3:1, 680:1, 51:1, 52:1}, java_lang_ClassNotFoundException_ClassNotFoundException__Ljava_lang_String_2V); +_.getCause__Ljava_lang_Throwable_2 = function java_lang_ClassNotFoundException_getCause__Ljava_lang_Throwable_2(){ + return this.java_lang_ClassNotFoundException_ex; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1ClassNotFoundException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'ClassNotFoundException', 680, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Exception_12_1classLit); +function java_lang_Double_$equals__Ljava_lang_Double_2Ljava_lang_Object_2Z(this$static, o){ + return javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o); +} + +function java_lang_Double_compare__DDI(x_0, y_0){ + if (x_0 < y_0) { + return -1; + } + if (x_0 > y_0) { + return 1; + } + if (x_0 == y_0) { + return x_0 == 0?java_lang_Double_compare__DDI(1 / x_0, 1 / y_0):0; + } + return isNaN(x_0)?isNaN(y_0)?0:1:-1; +} + +com_google_gwt_lang_Cast_doubleCastMap = {3:1, 42:1, 696:1, 208:1}; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Double_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, $intern_1476, 696, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit); +function java_lang_Float_Float__FV(value_0){ + this.java_lang_Float_value = value_0; +} + +function java_lang_Float_Float__Ljava_lang_String_2V(s){ + this.java_lang_Float_value = java_lang_Float_parseFloat__Ljava_lang_String_2F(s); +} + +function java_lang_Float_parseFloat__Ljava_lang_String_2F(s){ + var doubleValue; + doubleValue = java_lang_Number__1_1parseAndValidateDouble__Ljava_lang_String_2D(s); + if (doubleValue > $intern_352) { + return $intern_367; + } + else if (doubleValue < $intern_353) { + return $intern_424; + } + return doubleValue; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(13, 208, {3:1, 42:1, 13:1, 208:1}, java_lang_Float_Float__FV, java_lang_Float_Float__Ljava_lang_String_2V); +_.compareTo__Ljava_lang_Object_2I = function java_lang_Float_compareTo__Ljava_lang_Object_2I(b){ + return java_lang_Double_compare__DDI(this.java_lang_Float_value, b.java_lang_Float_value); +} +; +_.byteValue__B = function java_lang_Float_byteValue__B(){ + return com_google_gwt_lang_Cast_round_1byte__DB(this.java_lang_Float_value); +} +; +_.doubleValue__D = function java_lang_Float_doubleValue__D(){ + return this.java_lang_Float_value; +} +; +_.equals__Ljava_lang_Object_2Z = function java_lang_Float_equals__Ljava_lang_Object_2Z(o){ + return com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 13) && java_lang_Double_$equals__Ljava_lang_Double_2Ljava_lang_Object_2Z(this.java_lang_Float_value, o.java_lang_Float_value); +} +; +_.floatValue__F = function java_lang_Float_floatValue__F(){ + return this.java_lang_Float_value; +} +; +_.hashCode__I = function java_lang_Float_hashCode__I(){ + return com_google_gwt_lang_Cast_round_1int__DI(this.java_lang_Float_value); +} +; +_.intValue__I = function java_lang_Float_intValue__I(){ + return com_google_gwt_lang_Cast_round_1int__DI(this.java_lang_Float_value); +} +; +_.longValue__J = function java_lang_Float_longValue__J(){ + return com_google_gwt_lang_LongLib_fromDouble__DLcom_google_gwt_lang_LongLib$LongEmul_2(this.java_lang_Float_value); +} +; +_.shortValue__S = function java_lang_Float_shortValue__S(){ + return com_google_gwt_lang_Cast_round_1short__DS(this.java_lang_Float_value); +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Float_toString__Ljava_lang_String_2(){ + return '' + this.java_lang_Float_value; +} +; +_.java_lang_Float_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Float_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, $intern_1477, 13, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit); +function java_lang_IllegalArgumentException_IllegalArgumentException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +function java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V(message){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, message); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(24, 31, {3:1, 51:1, 24:1, 31:1, 52:1}, java_lang_IllegalArgumentException_IllegalArgumentException__V, java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1IllegalArgumentException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'IllegalArgumentException', 24, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_lang_IllegalStateException_IllegalStateException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +function java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V(s){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, s); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(28, 31, $intern_660, java_lang_IllegalStateException_IllegalStateException__V, java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1IllegalStateException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'IllegalStateException', 28, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_lang_Integer_$equals__Ljava_lang_Integer_2Ljava_lang_Object_2Z(this$static, o){ + return com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 319) && o.java_lang_Integer_value == this$static.java_lang_Integer_value; +} + +function java_lang_Integer_Integer__IV(value_0){ + this.java_lang_Integer_value = value_0; +} + +function java_lang_Integer_bitCount__II(x_0){ + x_0 -= x_0 >> 1 & 1431655765; + x_0 = (x_0 >> 2 & 858993459) + (x_0 & 858993459); + x_0 = (x_0 >> 4) + x_0 & 252645135; + x_0 += x_0 >> 8; + x_0 += x_0 >> 16; + return x_0 & 63; +} + +function java_lang_Integer_compare__III(x_0, y_0){ + return x_0 < y_0?-1:x_0 > y_0?1:0; +} + +function java_lang_Integer_lowestOneBit__II(i){ + return i & -i; +} + +function java_lang_Integer_numberOfLeadingZeros__II(i){ + var m, n, y_0; + if (i < 0) { + return 0; + } + else if (i == 0) { + return 32; + } + else { + y_0 = -(i >> 16); + m = y_0 >> 16 & 16; + n = 16 - m; + i = i >> m; + y_0 = i - 256; + m = y_0 >> 16 & 8; + n += m; + i <<= m; + y_0 = i - $intern_391; + m = y_0 >> 16 & 4; + n += m; + i <<= m; + y_0 = i - $intern_390; + m = y_0 >> 16 & 2; + n += m; + i <<= m; + y_0 = i >> 14; + m = y_0 & ~(y_0 >> 1); + return n + 2 - m; + } +} + +function java_lang_Integer_numberOfTrailingZeros__II(i){ + var r, rtn; + if (i == 0) { + return 32; + } + else { + rtn = 0; + for (r = 1; (r & i) == 0; r <<= 1) { + ++rtn; + } + return rtn; + } +} + +function java_lang_Integer_valueOf__ILjava_lang_Integer_2(i){ + var java_lang_Integer$BoxedValues_get__ILjava_lang_Integer_2_rebase_0, java_lang_Integer$BoxedValues_get__ILjava_lang_Integer_2_result_0; + if (i > -129 && i < 128) { + return java_lang_Integer$BoxedValues_$clinit__V() , java_lang_Integer$BoxedValues_get__ILjava_lang_Integer_2_rebase_0 = i + 128 , java_lang_Integer$BoxedValues_get__ILjava_lang_Integer_2_result_0 = java_lang_Integer$BoxedValues_boxedValues[java_lang_Integer$BoxedValues_get__ILjava_lang_Integer_2_rebase_0] , !java_lang_Integer$BoxedValues_get__ILjava_lang_Integer_2_result_0 && (java_lang_Integer$BoxedValues_get__ILjava_lang_Integer_2_result_0 = java_lang_Integer$BoxedValues_boxedValues[java_lang_Integer$BoxedValues_get__ILjava_lang_Integer_2_rebase_0] = new java_lang_Integer_Integer__IV(i)) , java_lang_Integer$BoxedValues_get__ILjava_lang_Integer_2_result_0; + } + return new java_lang_Integer_Integer__IV(i); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(319, 208, {3:1, 42:1, 319:1, 208:1}, java_lang_Integer_Integer__IV); +_.compareTo__Ljava_lang_Object_2I = function java_lang_Integer_compareTo__Ljava_lang_Object_2I(b){ + return java_lang_Integer_compare__III(this.java_lang_Integer_value, b.java_lang_Integer_value); +} +; +_.byteValue__B = function java_lang_Integer_byteValue__B(){ + return this.java_lang_Integer_value << 24 >> 24; +} +; +_.doubleValue__D = function java_lang_Integer_doubleValue__D(){ + return this.java_lang_Integer_value; +} +; +_.equals__Ljava_lang_Object_2Z = function java_lang_Integer_equals__Ljava_lang_Object_2Z(o){ + return java_lang_Integer_$equals__Ljava_lang_Integer_2Ljava_lang_Object_2Z(this, o); +} +; +_.floatValue__F = function java_lang_Integer_floatValue__F(){ + return this.java_lang_Integer_value; +} +; +_.hashCode__I = function java_lang_Integer_hashCode__I(){ + return this.java_lang_Integer_value; +} +; +_.intValue__I = function java_lang_Integer_intValue__I(){ + return this.java_lang_Integer_value; +} +; +_.longValue__J = function java_lang_Integer_longValue__J(){ + return this.java_lang_Integer_value; +} +; +_.shortValue__S = function java_lang_Integer_shortValue__S(){ + return this.java_lang_Integer_value << 16 >> 16; +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Integer_toString__Ljava_lang_String_2(){ + return '' + this.java_lang_Integer_value; +} +; +_.java_lang_Integer_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, $intern_1479, 319, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit); +function java_lang_Integer$BoxedValues_$clinit__V(){ + java_lang_Integer$BoxedValues_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_lang_Integer$BoxedValues_boxedValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Integer_12_1classLit, $intern_1788, 319, 256, 0, 1); +} + +var java_lang_Integer$BoxedValues_boxedValues; +function java_lang_Long_Long__JV(value_0){ + this.java_lang_Long_value = value_0; +} + +function java_lang_Long_bitCount__JI(l){ + var high, low; + high = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(l, 32)); + low = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(l); + return java_lang_Integer_bitCount__II(high) + java_lang_Integer_bitCount__II(low); +} + +function java_lang_Long_compare__JJI(x_0, y_0){ + return com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(x_0, y_0) < 0?-1:com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(x_0, y_0) > 0?1:0; +} + +function java_lang_Long_hashCode__JI(l){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(l, 32)) ^ com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(l); +} + +function java_lang_Long_numberOfLeadingZeros__JI(l){ + var high; + high = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(l, 32)); + return high != 0?java_lang_Integer_numberOfLeadingZeros__II(high):java_lang_Integer_numberOfLeadingZeros__II(com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(l)) + 32; +} + +function java_lang_Long_valueOf__JLjava_lang_Long_2(l){ + var java_lang_Long$BoxedValues_get__JLjava_lang_Long_2_rebase_0, java_lang_Long$BoxedValues_get__JLjava_lang_Long_2_result_0; + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(l, -129) > 0 && com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(l, 128) < 0) { + return java_lang_Long$BoxedValues_$clinit__V() , java_lang_Long$BoxedValues_get__JLjava_lang_Long_2_rebase_0 = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(l) + 128 , java_lang_Long$BoxedValues_get__JLjava_lang_Long_2_result_0 = java_lang_Long$BoxedValues_boxedValues[java_lang_Long$BoxedValues_get__JLjava_lang_Long_2_rebase_0] , !java_lang_Long$BoxedValues_get__JLjava_lang_Long_2_result_0 && (java_lang_Long$BoxedValues_get__JLjava_lang_Long_2_result_0 = java_lang_Long$BoxedValues_boxedValues[java_lang_Long$BoxedValues_get__JLjava_lang_Long_2_rebase_0] = new java_lang_Long_Long__JV(l)) , java_lang_Long$BoxedValues_get__JLjava_lang_Long_2_result_0; + } + return new java_lang_Long_Long__JV(l); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(320, 208, {3:1, 42:1, 320:1, 208:1}, java_lang_Long_Long__JV); +_.compareTo__Ljava_lang_Object_2I = function java_lang_Long_compareTo__Ljava_lang_Object_2I(b){ + return java_lang_Long_compare__JJI(this.java_lang_Long_value, b.java_lang_Long_value); +} +; +_.byteValue__B = function java_lang_Long_byteValue__B(){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(this.java_lang_Long_value) << 24 >> 24; +} +; +_.doubleValue__D = function java_lang_Long_doubleValue__D(){ + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(this.java_lang_Long_value); +} +; +_.equals__Ljava_lang_Object_2Z = function java_lang_Long_equals__Ljava_lang_Object_2Z(o){ + return com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 320) && com_google_gwt_lang_LongLib_eq__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(o.java_lang_Long_value, this.java_lang_Long_value); +} +; +_.floatValue__F = function java_lang_Long_floatValue__F(){ + return com_google_gwt_lang_LongLib_toDouble__Lcom_google_gwt_lang_LongLib$LongEmul_2D(this.java_lang_Long_value); +} +; +_.hashCode__I = function java_lang_Long_hashCode__I(){ + return java_lang_Long_hashCode__JI(this.java_lang_Long_value); +} +; +_.intValue__I = function java_lang_Long_intValue__I(){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(this.java_lang_Long_value); +} +; +_.longValue__J = function java_lang_Long_longValue__J(){ + return this.java_lang_Long_value; +} +; +_.shortValue__S = function java_lang_Long_shortValue__S(){ + return com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(this.java_lang_Long_value) << 16 >> 16; +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Long_toString__Ljava_lang_String_2(){ + return '' + com_google_gwt_lang_LongLib_toString__Lcom_google_gwt_lang_LongLib$LongEmul_2Ljava_lang_String_2(this.java_lang_Long_value); +} +; +_.java_lang_Long_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Long_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Long', 320, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit); +function java_lang_Long$BoxedValues_$clinit__V(){ + java_lang_Long$BoxedValues_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_lang_Long$BoxedValues_boxedValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Long_12_1classLit, $intern_1788, 320, 256, 0, 1); +} + +var java_lang_Long$BoxedValues_boxedValues; +function java_lang_Math_min__JJJ(x_0, y_0){ + return com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(x_0, y_0) < 0?x_0:y_0; +} + +function java_lang_Math_signum__DD(d){ + return d == 0 || isNaN(d)?d:d < 0?-1:1; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1205, 1, {}); +function java_lang_NegativeArraySizeException_NegativeArraySizeException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +function java_lang_NegativeArraySizeException_NegativeArraySizeException__Ljava_lang_String_2V(message){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, message); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(718, 31, $intern_660, java_lang_NegativeArraySizeException_NegativeArraySizeException__V, java_lang_NegativeArraySizeException_NegativeArraySizeException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1NegativeArraySizeException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'NegativeArraySizeException', 718, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_lang_NoSuchMethodException_NoSuchMethodException__V(){ + java_lang_Exception_Exception__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(455, 51, {3:1, 51:1, 455:1, 52:1}, java_lang_NoSuchMethodException_NoSuchMethodException__V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1NoSuchMethodException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'NoSuchMethodException', 455, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Exception_12_1classLit); +function java_lang_NullPointerException_NullPointerException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +function java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V(message){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, message); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(151, 536, {3:1, 51:1, 151:1, 31:1, 52:1}, java_lang_NullPointerException_NullPointerException__V, java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V); +_.package_private$java_lang$createError__Ljava_lang_String_2Ljava_lang_Object_2 = function java_lang_NullPointerException_createError__Ljava_lang_String_2Ljava_lang_Object_2(msg){ + return new TypeError(msg); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1NullPointerException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'NullPointerException', 151, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1JsException_12_1classLit); +function java_lang_Number$_1_1ParseLong_$clinit__V(){ + java_lang_Number$_1_1ParseLong_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var i; + java_lang_Number$_1_1ParseLong_maxDigitsForRadix = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [-1, -1, 30, 19, 15, 13, 11, 11, 10, 9, 9, 8, 8, 8, 8, 7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 5]); + java_lang_Number$_1_1ParseLong_maxDigitsRadixPower = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 37, 15, 1); + java_lang_Number$_1_1ParseLong_maxLengthForRadix = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [-1, -1, 63, 40, 32, 28, 25, 23, 21, 20, 19, 19, 18, 18, 17, 17, 16, 16, 16, 15, 15, 15, 15, 14, 14, 14, 14, 14, 14, 13, 13, 13, 13, 13, 13, 13, 13]); + java_lang_Number$_1_1ParseLong_maxValueForRadix = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_J_1classLit, $intern_312, 9, 37, 14, 1); + for (i = 2; i <= 36; i++) { + java_lang_Number$_1_1ParseLong_maxDigitsRadixPower[i] = com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.pow(i, java_lang_Number$_1_1ParseLong_maxDigitsForRadix[i])); + java_lang_Number$_1_1ParseLong_maxValueForRadix[i] = com_google_gwt_lang_LongLib_div__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2($intern_3087, java_lang_Number$_1_1ParseLong_maxDigitsRadixPower[i]); + } +} + +var java_lang_Number$_1_1ParseLong_maxDigitsForRadix, java_lang_Number$_1_1ParseLong_maxDigitsRadixPower, java_lang_Number$_1_1ParseLong_maxLengthForRadix, java_lang_Number$_1_1ParseLong_maxValueForRadix; +function java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V(message){ + java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V.call(this, message); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(83, 24, {3:1, 51:1, 24:1, 83:1, 31:1, 52:1}, java_lang_NumberFormatException_NumberFormatException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1NumberFormatException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'NumberFormatException', 83, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1IllegalArgumentException_12_1classLit); +function java_lang_Short_Short__SV(value_0){ + this.java_lang_Short_value = value_0; +} + +function java_lang_Short_valueOf__SLjava_lang_Short_2(s){ + var java_lang_Short$BoxedValues_get__SLjava_lang_Short_2_rebase_0, java_lang_Short$BoxedValues_get__SLjava_lang_Short_2_result_0; + if (s > -129 && s < 128) { + return java_lang_Short$BoxedValues_$clinit__V() , java_lang_Short$BoxedValues_get__SLjava_lang_Short_2_rebase_0 = s + 128 , java_lang_Short$BoxedValues_get__SLjava_lang_Short_2_result_0 = java_lang_Short$BoxedValues_boxedValues[java_lang_Short$BoxedValues_get__SLjava_lang_Short_2_rebase_0] , !java_lang_Short$BoxedValues_get__SLjava_lang_Short_2_result_0 && (java_lang_Short$BoxedValues_get__SLjava_lang_Short_2_result_0 = java_lang_Short$BoxedValues_boxedValues[java_lang_Short$BoxedValues_get__SLjava_lang_Short_2_rebase_0] = new java_lang_Short_Short__SV(s)) , java_lang_Short$BoxedValues_get__SLjava_lang_Short_2_result_0; + } + return new java_lang_Short_Short__SV(s); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(321, 208, {3:1, 42:1, 208:1, 321:1}, java_lang_Short_Short__SV); +_.compareTo__Ljava_lang_Object_2I = function java_lang_Short_compareTo__Ljava_lang_Object_2I(b){ + return this.java_lang_Short_value - b.java_lang_Short_value; +} +; +_.byteValue__B = function java_lang_Short_byteValue__B(){ + return this.java_lang_Short_value << 24 >> 24; +} +; +_.doubleValue__D = function java_lang_Short_doubleValue__D(){ + return this.java_lang_Short_value; +} +; +_.equals__Ljava_lang_Object_2Z = function java_lang_Short_equals__Ljava_lang_Object_2Z(o){ + return com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 321) && o.java_lang_Short_value == this.java_lang_Short_value; +} +; +_.floatValue__F = function java_lang_Short_floatValue__F(){ + return this.java_lang_Short_value; +} +; +_.hashCode__I = function java_lang_Short_hashCode__I(){ + return this.java_lang_Short_value; +} +; +_.intValue__I = function java_lang_Short_intValue__I(){ + return this.java_lang_Short_value; +} +; +_.longValue__J = function java_lang_Short_longValue__J(){ + return this.java_lang_Short_value; +} +; +_.shortValue__S = function java_lang_Short_shortValue__S(){ + return this.java_lang_Short_value; +} +; +_.toString__Ljava_lang_String_2 = function java_lang_Short_toString__Ljava_lang_String_2(){ + return '' + this.java_lang_Short_value; +} +; +_.java_lang_Short_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'Short', 321, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Number_12_1classLit); +function java_lang_Short$BoxedValues_$clinit__V(){ + java_lang_Short$BoxedValues_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_lang_Short$BoxedValues_boxedValues = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Short_12_1classLit, $intern_1788, 321, 256, 0, 1); +} + +var java_lang_Short$BoxedValues_boxedValues; +function java_lang_StackTraceElement_StackTraceElement__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2IV(methodName, fileName, lineNumber){ + this.java_lang_StackTraceElement_className = $intern_3452; + this.java_lang_StackTraceElement_methodName = methodName; + this.java_lang_StackTraceElement_fileName = fileName; + this.java_lang_StackTraceElement_lineNumber = lineNumber; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(231, 1, {3:1, 231:1}, java_lang_StackTraceElement_StackTraceElement__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2IV); +_.equals__Ljava_lang_Object_2Z = function java_lang_StackTraceElement_equals__Ljava_lang_Object_2Z(other){ + var st; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(other, 231)) { + st = other; + return this.java_lang_StackTraceElement_lineNumber == st.java_lang_StackTraceElement_lineNumber && this.java_lang_StackTraceElement_methodName == st.java_lang_StackTraceElement_methodName && this.java_lang_StackTraceElement_className == st.java_lang_StackTraceElement_className && this.java_lang_StackTraceElement_fileName == st.java_lang_StackTraceElement_fileName; + } + return false; +} +; +_.hashCode__I = function java_lang_StackTraceElement_hashCode__I(){ + return java_util_Arrays_hashCode___3Ljava_lang_Object_2I(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, 1), $intern_144, 1, 5, [java_lang_Integer_valueOf__ILjava_lang_Integer_2(this.java_lang_StackTraceElement_lineNumber), this.java_lang_StackTraceElement_className, this.java_lang_StackTraceElement_methodName, this.java_lang_StackTraceElement_fileName])); +} +; +_.toString__Ljava_lang_String_2 = function java_lang_StackTraceElement_toString__Ljava_lang_String_2(){ + return this.java_lang_StackTraceElement_className + '.' + this.java_lang_StackTraceElement_methodName + '(' + (this.java_lang_StackTraceElement_fileName != null?this.java_lang_StackTraceElement_fileName:$intern_45) + (this.java_lang_StackTraceElement_lineNumber >= 0?':' + this.java_lang_StackTraceElement_lineNumber:'') + ')'; +} +; +_.java_lang_StackTraceElement_lineNumber = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StackTraceElement_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'StackTraceElement', 231, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_lang_String_$charAt__Ljava_lang_String_2IC(this$static, index_0){ + javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(index_0, this$static.length); + return this$static.charCodeAt(index_0); +} + +function java_lang_String_$compareTo__Ljava_lang_String_2Ljava_lang_String_2I(this$static, other){ + var a, b; + a = (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static); + b = (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(other) , other); + return a == b?0:a < b?-1:1; +} + +function java_lang_String_$compareToIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2I(this$static, other){ + return java_lang_String_$compareTo__Ljava_lang_String_2Ljava_lang_String_2I(this$static.toLowerCase(), other.toLowerCase()); +} + +function java_lang_String_$create__Ljava_lang_String_2Ljava_lang_String_2(other){ + return javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(other) , other; +} + +function java_lang_String_$endsWith__Ljava_lang_String_2Ljava_lang_String_2Z(this$static){ + var suffixlength; + suffixlength = '/'.length; + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.substr(this$static.length - suffixlength, suffixlength), '/'); +} + +function java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static, other){ + return javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(other); +} + +function java_lang_String_$equalsIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2Z(this$static, other){ + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static); + if (other == null) { + return false; + } + if (java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static, other)) { + return true; + } + return this$static.length == other.length && java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.toLowerCase(), other.toLowerCase()); +} + +function java_lang_String_$getBytes__Ljava_lang_String_2Ljava_nio_charset_Charset_2_3B(this$static, charset){ + return charset.getBytes__Ljava_lang_String_2_3B(this$static); +} + +function java_lang_String_$getChars__Ljava_lang_String_2II_3CIV(this$static, srcEnd, dst, dstBegin){ + javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, srcEnd, this$static.length); + javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(dstBegin, dstBegin + srcEnd, dst.length); + java_lang_String_$getChars0__Ljava_lang_String_2II_3CIV(this$static, 0, srcEnd, dst, dstBegin); +} + +function java_lang_String_$getChars0__Ljava_lang_String_2II_3CIV(this$static, srcBegin, srcEnd, dst, dstBegin){ + while (srcBegin < srcEnd) { + dst[dstBegin++] = java_lang_String_$charAt__Ljava_lang_String_2IC(this$static, srcBegin++); + } +} + +function java_lang_String_$hashCode__Ljava_lang_String_2I(this$static){ + var h, i; + h = 0; + for (i = 0; i < this$static.length; i++) { + h = (h << 5) - h + (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, this$static.length) , this$static.charCodeAt(i)) | 0; + } + return h; +} + +function java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2I(this$static, str){ + return this$static.indexOf(str); +} + +function java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(this$static, str, startIndex){ + return this$static.indexOf(str, startIndex); +} + +function java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2I(this$static, str){ + return this$static.lastIndexOf(str); +} + +function java_lang_String_$lastIndexOf__Ljava_lang_String_2Ljava_lang_String_2II(this$static, str, start_0){ + return this$static.lastIndexOf(str, start_0); +} + +function java_lang_String_$replace__Ljava_lang_String_2CCLjava_lang_String_2(this$static, from, to){ + var hex, number, regex, replace; + hex = (number = from >>> 0 , number.toString(16)); + regex = '\\u' + java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2('0000', hex.length) + hex; + replace = String.fromCharCode(to); + return this$static.replace(new RegExp(regex, 'g'), replace); +} + +function java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(this$static, from, to){ + var regex, replacement; + regex = java_lang_String_$replaceAll__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(from, '([/\\\\\\.\\*\\+\\?\\|\\(\\)\\[\\]\\{\\}$^])', '\\\\$1'); + replacement = java_lang_String_$replaceAll__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(java_lang_String_$replaceAll__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(to, $intern_130, '\\\\\\\\'), '\\$', '\\\\$'); + return java_lang_String_$replaceAll__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(this$static, regex, replacement); +} + +function java_lang_String_$replaceAll__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2(this$static, regex, replace){ + replace = java_lang_String_translateReplaceString__Ljava_lang_String_2Ljava_lang_String_2(replace); + return this$static.replace(new RegExp(regex, 'g'), replace); +} + +function java_lang_String_$split__Ljava_lang_String_2Ljava_lang_String_2I_3Ljava_lang_String_2(this$static, regex, maxMatch){ + var compiled, count, lastNonEmpty, lastTrail, matchIndex, matchObj, out, trail; + compiled = new RegExp(regex, 'g'); + out = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, $intern_129, 2, 0, 6, 1); + count = 0; + trail = this$static; + lastTrail = null; + while (true) { + matchObj = compiled.exec(trail); + if (matchObj == null || trail == '' || count == maxMatch - 1 && maxMatch > 0) { + out[count] = trail; + break; + } + else { + matchIndex = matchObj.index; + out[count] = (javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, matchIndex, trail.length) , trail.substr(0, matchIndex)); + trail = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(trail, matchIndex + matchObj[0].length, trail.length); + compiled.lastIndex = 0; + if (lastTrail == trail) { + out[count] = (javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, 1, trail.length) , trail.substr(0, 1)); + trail = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(1, trail.length + 1) , trail.substr(1)); + } + lastTrail = trail; + ++count; + } + } + if (maxMatch == 0 && this$static.length > 0) { + lastNonEmpty = out.length; + while (lastNonEmpty > 0 && out[lastNonEmpty - 1] == '') { + --lastNonEmpty; + } + lastNonEmpty < out.length && (out.length = lastNonEmpty); + } + return out; +} + +function java_lang_String_$startsWith__Ljava_lang_String_2Ljava_lang_String_2Z(this$static, prefix){ + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.substr(0, prefix.length), prefix); +} + +function java_lang_String_$subSequence__Ljava_lang_String_2IILjava_lang_CharSequence_2(this$static, beginIndex, endIndex){ + return javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(beginIndex, endIndex, this$static.length) , this$static.substr(beginIndex, endIndex - beginIndex); +} + +function java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(this$static, beginIndex){ + javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(beginIndex, this$static.length + 1); + return this$static.substr(beginIndex); +} + +function java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static, beginIndex, endIndex){ + javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(beginIndex, endIndex, this$static.length); + return this$static.substr(beginIndex, endIndex - beginIndex); +} + +function java_lang_String_$toCharArray__Ljava_lang_String_2_3C(this$static){ + var charArr, n; + n = this$static.length; + charArr = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, n, 15, 1); + java_lang_String_$getChars0__Ljava_lang_String_2II_3CIV(this$static, 0, n, charArr, 0); + return charArr; +} + +function java_lang_String_$toString__Ljava_lang_String_2Ljava_lang_String_2(this$static){ + return javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) , this$static; +} + +function java_lang_String_$trim__Ljava_lang_String_2Ljava_lang_String_2(this$static){ + var end, length_0, start_0; + length_0 = this$static.length; + start_0 = 0; + while (start_0 < length_0 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(start_0, this$static.length) , this$static.charCodeAt(start_0) <= 32)) { + ++start_0; + } + end = length_0; + while (end > start_0 && (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(end - 1, this$static.length) , this$static.charCodeAt(end - 1) <= 32)) { + --end; + } + return start_0 > 0 || end < length_0?(javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(start_0, end, this$static.length) , this$static.substr(start_0, end - start_0)):this$static; +} + +function java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(this$static, index_0){ + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(this$static)?java_lang_String_$charAt__Ljava_lang_String_2IC(this$static, index_0):this$static.charAt__IC(index_0); +} + +function java_lang_String_fromCharCode___3Ljava_lang_Object_2Ljava_lang_String_2(array){ + return String.fromCharCode.apply(null, array); +} + +function java_lang_String_fromCodePoint__ILjava_lang_String_2(codePoint){ + var hiSurrogate, loSurrogate; + if (codePoint >= $intern_2397) { + hiSurrogate = $intern_726 + (codePoint - $intern_2397 >> 10 & $intern_586) & $intern_4; + loSurrogate = 56320 + (codePoint - $intern_2397 & $intern_586) & $intern_4; + return String.fromCharCode(hiSurrogate) + ('' + String.fromCharCode(loSurrogate)); + } + else { + return String.fromCharCode(codePoint & $intern_4); + } +} + +function java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(this$static){ + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(this$static)?this$static.length:this$static.length__I(); +} + +function java_lang_String_translateReplaceString__Ljava_lang_String_2Ljava_lang_String_2(replaceStr){ + var pos; + pos = 0; + while (0 <= (pos = replaceStr.indexOf('\\', pos))) { + javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(pos + 1, replaceStr.length); + replaceStr.charCodeAt(pos + 1) == 36?(replaceStr = (javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, pos, replaceStr.length) , replaceStr.substr(0, pos) + '$' + java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(replaceStr, ++pos))):(replaceStr = (javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(0, pos, replaceStr.length) , replaceStr.substr(0, pos) + ('' + java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(replaceStr, ++pos)))); + } + return replaceStr; +} + +function java_lang_String_valueOf__Ljava_lang_Object_2Ljava_lang_String_2(x_0){ + return !x_0?$intern_571:((x_0.java_lang_Class_modifiers & 2) != 0?$intern_7:(x_0.java_lang_Class_modifiers & 1) != 0?'':'class ') + (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(x_0) , x_0.java_lang_Class_typeName); +} + +function java_lang_String_valueOf___3CLjava_lang_String_2(x_0){ + return java_lang_String_valueOf___3CIILjava_lang_String_2(x_0, 0, x_0.length); +} + +function java_lang_String_valueOf___3CIILjava_lang_String_2(x_0, offset, count){ + var batchEnd, batchStart, end, s; + end = offset + count; + javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(offset, end, x_0.length); + s = ''; + for (batchStart = offset; batchStart < end;) { + batchEnd = $wnd.Math.min(batchStart + $intern_709, end); + s += java_lang_String_fromCharCode___3Ljava_lang_Object_2Ljava_lang_String_2(x_0.slice(batchStart, batchEnd)); + batchStart = batchEnd; + } + return s; +} + +com_google_gwt_lang_Cast_stringCastMap = {3:1, 260:1, 42:1, 2:1}; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, $intern_1488, 2, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_lang_StringBuffer_$append__Ljava_lang_StringBuffer_2_3CIILjava_lang_StringBuffer_2(this$static, x_0, start_0, len){ + this$static.java_lang_AbstractStringBuilder_string += java_lang_String_valueOf___3CIILjava_lang_String_2(x_0, start_0, len); + return this$static; +} + +function java_lang_StringBuffer_StringBuffer__V(){ + java_lang_AbstractStringBuilder_AbstractStringBuilder__Ljava_lang_String_2V.call(this, ''); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(463, 261, {261:1, 459:1, 260:1, 463:1}, java_lang_StringBuffer_StringBuffer__V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, $intern_1493, 463, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1AbstractStringBuilder_12_1classLit); +function java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(this$static, x_0){ + this$static.java_lang_AbstractStringBuilder_string += String.fromCharCode(x_0); + return this$static; +} + +function java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2FLjava_lang_StringBuilder_2(this$static, x_0){ + this$static.java_lang_AbstractStringBuilder_string += x_0; + return this$static; +} + +function java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(this$static, x_0){ + this$static.java_lang_AbstractStringBuilder_string += x_0; + return this$static; +} + +function java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_CharSequence_2Ljava_lang_StringBuilder_2(this$static, x_0){ + this$static.java_lang_AbstractStringBuilder_string += '' + x_0; + return this$static; +} + +function java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(this$static, x_0){ + this$static.java_lang_AbstractStringBuilder_string += '' + x_0; + return this$static; +} + +function java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(this$static, x_0){ + this$static.java_lang_AbstractStringBuilder_string += '' + x_0; + return this$static; +} + +function java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2_3CIILjava_lang_StringBuilder_2(this$static, x_0, start_0, len){ + this$static.java_lang_AbstractStringBuilder_string += java_lang_String_valueOf___3CIILjava_lang_String_2(x_0, start_0, len); + return this$static; +} + +function java_lang_StringBuilder_StringBuilder__V(){ + java_lang_AbstractStringBuilder_AbstractStringBuilder__Ljava_lang_String_2V.call(this, ''); +} + +function java_lang_StringBuilder_StringBuilder__IV(){ + java_lang_AbstractStringBuilder_AbstractStringBuilder__Ljava_lang_String_2V.call(this, ''); +} + +function java_lang_StringBuilder_StringBuilder__Ljava_lang_String_2V(s){ + java_lang_AbstractStringBuilder_AbstractStringBuilder__Ljava_lang_String_2V.call(this, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(s) , s)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(46, 261, {261:1, 459:1, 260:1, 46:1}, java_lang_StringBuilder_StringBuilder__V, java_lang_StringBuilder_StringBuilder__IV, java_lang_StringBuilder_StringBuilder__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringBuilder_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, $intern_723, 46, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1AbstractStringBuilder_12_1classLit); +function java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__V(){ + java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V.call(this); +} + +function java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__IV(index_0){ + java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V.call(this, 'String index out of range: ' + index_0); +} + +function java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__Ljava_lang_String_2V(message){ + java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V.call(this, message); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(174, 43, {3:1, 51:1, 43:1, 31:1, 174:1, 52:1}, java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__V, java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__IV, java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1StringIndexOutOfBoundsException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, $intern_1497, 174, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1IndexOutOfBoundsException_12_1classLit); +function java_lang_System_$clinit__V(){ + java_lang_System_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_lang_System_err = new java_io_PrintStream_PrintStream__Ljava_io_OutputStream_2V; +} + +function java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(src_0, srcOfs, dest, destOfs, len){ + java_lang_System_$clinit__V(); + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2V(src_0, 'src'); + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2V(dest, 'dest'); + java_lang_System_checkArrayCopyIndicies__Ljava_lang_Object_2ILjava_lang_Object_2IIV(src_0, srcOfs, dest, destOfs, len); + javaemul_internal_ArrayHelper_copy__Ljava_lang_Object_2ILjava_lang_Object_2IIZV(src_0, srcOfs, dest, destOfs, len, true); + return; +} + +function java_lang_System_checkArrayCopyIndicies__Ljava_lang_Object_2ILjava_lang_Object_2IIV(src_0, srcOfs, dest, destOfs, len){ + var destlen, srclen; + srclen = src_0.length; + destlen = dest.length; + if (srcOfs < 0 || destOfs < 0 || len < 0 || srcOfs + len > srclen || destOfs + len > destlen) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1210, 1, {}); +var java_lang_System_err; +function java_lang_UnsupportedOperationException_UnsupportedOperationException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +function java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V(message){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, message); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(65, 31, $intern_660, java_lang_UnsupportedOperationException_UnsupportedOperationException__V, java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1UnsupportedOperationException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_8, 'UnsupportedOperationException', 65, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this$static){ + this$static.java_nio_Buffer_position = 0; + this$static.java_nio_Buffer_mark = -1; + this$static.java_nio_Buffer_limit = this$static.java_nio_Buffer_capacity; + return this$static; +} + +function java_nio_Buffer_$flip__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this$static){ + this$static.java_nio_Buffer_limit = this$static.java_nio_Buffer_position; + this$static.java_nio_Buffer_position = 0; + this$static.java_nio_Buffer_mark = -1; + return this$static; +} + +function java_nio_Buffer_$limit__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this$static, newLimit){ + if (newLimit < 0 || newLimit > this$static.java_nio_Buffer_capacity) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__V); + } + this$static.java_nio_Buffer_limit = newLimit; + this$static.java_nio_Buffer_position > newLimit && (this$static.java_nio_Buffer_position = newLimit); + this$static.java_nio_Buffer_mark != -1 && this$static.java_nio_Buffer_mark > newLimit && (this$static.java_nio_Buffer_mark = -1); + return this$static; +} + +function java_nio_Buffer_$position__Ljava_nio_Buffer_2ILjava_nio_Buffer_2(this$static, newPosition){ + if (newPosition < 0 || newPosition > this$static.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__V); + } + this$static.java_nio_Buffer_position = newPosition; + this$static.java_nio_Buffer_mark != -1 && this$static.java_nio_Buffer_mark > this$static.java_nio_Buffer_position && (this$static.java_nio_Buffer_mark = -1); + return this$static; +} + +function java_nio_Buffer_Buffer__IV(capacity){ + if (capacity < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__V); + } + this.java_nio_Buffer_capacity = this.java_nio_Buffer_limit = capacity; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(525, 1, {}); +_.java_nio_Buffer_capacity = 0; +_.java_nio_Buffer_limit = 0; +_.java_nio_Buffer_mark = -1; +_.java_nio_Buffer_position = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1Buffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'Buffer', 525, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_nio_ByteBuffer_$compareTo__Ljava_nio_ByteBuffer_2Ljava_nio_ByteBuffer_2I(this$static, otherBuffer){ + var compareRemaining, otherByte, otherPos, thisByte, thisPos; + compareRemaining = this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position < otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position?this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position:otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position; + thisPos = this$static.java_nio_Buffer_position; + otherPos = otherBuffer.java_nio_Buffer_position; + while (compareRemaining > 0) { + thisByte = this$static.java_nio_DirectByteBuffer_byteArray[thisPos]; + otherByte = otherBuffer.java_nio_DirectByteBuffer_byteArray[otherPos]; + if (thisByte != otherByte) { + return thisByte < otherByte?-1:1; + } + ++thisPos; + ++otherPos; + --compareRemaining; + } + return this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position - (otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position); +} + +function java_nio_ByteBuffer_$order__Ljava_nio_ByteBuffer_2Ljava_nio_ByteOrder_2Ljava_nio_ByteBuffer_2(this$static, byteOrder){ + return this$static.java_nio_ByteBuffer_order = byteOrder == (java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_BIG_1ENDIAN)?0:1 , this$static; +} + +function java_nio_ByteBuffer_allocateDirect__ILjava_nio_ByteBuffer_2(capacity){ + if (capacity < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__V); + } + return new java_nio_DirectReadWriteByteBuffer_DirectReadWriteByteBuffer__IV(capacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(454, 525, $intern_3495); +_.compareTo__Ljava_lang_Object_2I = function java_nio_ByteBuffer_compareTo__Ljava_lang_Object_2I(otherBuffer){ + return java_nio_ByteBuffer_$compareTo__Ljava_nio_ByteBuffer_2Ljava_nio_ByteBuffer_2I(this, otherBuffer); +} +; +_.equals__Ljava_lang_Object_2Z = function java_nio_ByteBuffer_equals__Ljava_lang_Object_2Z(other){ + var equalSoFar, myPosition, otherBuffer, otherPosition; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(other, 310)) { + return false; + } + otherBuffer = other; + if (this.java_nio_Buffer_limit - this.java_nio_Buffer_position != otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position) { + return false; + } + myPosition = this.java_nio_Buffer_position; + otherPosition = otherBuffer.java_nio_Buffer_position; + equalSoFar = true; + while (equalSoFar && myPosition < this.java_nio_Buffer_limit) { + equalSoFar = java_nio_DirectByteBuffer_$get__Ljava_nio_DirectByteBuffer_2IB(this, myPosition++) == java_nio_DirectByteBuffer_$get__Ljava_nio_DirectByteBuffer_2IB(otherBuffer, otherPosition++); + } + return equalSoFar; +} +; +_.hashCode__I = function java_nio_ByteBuffer_hashCode__I(){ + var hash, myPosition; + myPosition = this.java_nio_Buffer_position; + hash = 0; + while (myPosition < this.java_nio_Buffer_limit) { + hash = hash + java_nio_DirectByteBuffer_$get__Ljava_nio_DirectByteBuffer_2IB(this, myPosition++); + } + return hash; +} +; +_.toString__Ljava_lang_String_2 = function java_nio_ByteBuffer_toString__Ljava_lang_String_2(){ + var sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, (java_lang_Class_$ensureNamesAreInitialized__Ljava_lang_Class_2V(com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1DirectReadWriteByteBuffer_12_1classLit) , com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1DirectReadWriteByteBuffer_12_1classLit.java_lang_Class_typeName)); + sb.java_lang_AbstractStringBuilder_string += $intern_3496; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_capacity); + sb.java_lang_AbstractStringBuilder_string += $intern_3497; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_position); + sb.java_lang_AbstractStringBuilder_string += $intern_3498; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_limit); + return sb.java_lang_AbstractStringBuilder_string; +} +; +_.java_nio_ByteBuffer_order = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1ByteBuffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'ByteBuffer', 454, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1Buffer_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1063, 454, $intern_3495); +_.asFloatBuffer__Ljava_nio_FloatBuffer_2 = function java_nio_BaseByteBuffer_asFloatBuffer__Ljava_nio_FloatBuffer_2(){ + return new java_nio_FloatToByteBufferAdapter_FloatToByteBufferAdapter__Ljava_nio_ByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(this)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1BaseByteBuffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'BaseByteBuffer', 1063, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1ByteBuffer_12_1classLit); +function java_nio_BufferOverflowException_BufferOverflowException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(453, 31, $intern_660, java_nio_BufferOverflowException_BufferOverflowException__V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1BufferOverflowException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'BufferOverflowException', 453, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_nio_BufferUnderflowException_BufferUnderflowException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(526, 31, $intern_660, java_nio_BufferUnderflowException_BufferUnderflowException__V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1BufferUnderflowException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'BufferUnderflowException', 526, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_nio_ByteOrder_$clinit__V(){ + java_nio_ByteOrder_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_nio_ByteOrder_BIG_1ENDIAN = new java_nio_ByteOrder_ByteOrder__Ljava_lang_String_2V('BIG_ENDIAN'); + java_nio_ByteOrder_LITTLE_1ENDIAN = new java_nio_ByteOrder_ByteOrder__Ljava_lang_String_2V('LITTLE_ENDIAN'); + java_nio_ByteOrder_NATIVE_1ORDER = java_nio_ByteOrder_LITTLE_1ENDIAN; +} + +function java_nio_ByteOrder_ByteOrder__Ljava_lang_String_2V(name_0){ + this.java_nio_ByteOrder_name = name_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(764, 1, {}, java_nio_ByteOrder_ByteOrder__Ljava_lang_String_2V); +_.toString__Ljava_lang_String_2 = function java_nio_ByteOrder_toString__Ljava_lang_String_2(){ + return this.java_nio_ByteOrder_name; +} +; +var java_nio_ByteOrder_BIG_1ENDIAN, java_nio_ByteOrder_LITTLE_1ENDIAN, java_nio_ByteOrder_NATIVE_1ORDER; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1ByteOrder_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'ByteOrder', 764, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_nio_DirectByteBuffer_$get__Ljava_nio_DirectByteBuffer_2IB(this$static, index_0){ + return this$static.java_nio_DirectByteBuffer_byteArray[index_0]; +} + +function java_nio_DirectByteBuffer_$loadInt__Ljava_nio_DirectByteBuffer_2II(this$static, baseOffset){ + var bytes, i; + bytes = 0; + if (this$static.java_nio_ByteBuffer_order == 0) { + for (i = 0; i < 4; i++) { + bytes = bytes << 8; + bytes = bytes | this$static.java_nio_DirectByteBuffer_byteArray[baseOffset + i] & 255; + } + } + else { + for (i = 3; i >= 0; i--) { + bytes = bytes << 8; + bytes = bytes | this$static.java_nio_DirectByteBuffer_byteArray[baseOffset + i] & 255; + } + } + return bytes; +} + +function java_nio_DirectByteBuffer_$loadShort__Ljava_nio_DirectByteBuffer_2IS(this$static, baseOffset){ + var bytes; + bytes = 0; + if (this$static.java_nio_ByteBuffer_order == 0) { + bytes = this$static.java_nio_DirectByteBuffer_byteArray[baseOffset] << 8 << 16 >> 16; + bytes = (bytes | this$static.java_nio_DirectByteBuffer_byteArray[baseOffset + 1] & 255) << 16 >> 16; + } + else { + bytes = this$static.java_nio_DirectByteBuffer_byteArray[baseOffset + 1] << 8 << 16 >> 16; + bytes = (bytes | this$static.java_nio_DirectByteBuffer_byteArray[baseOffset] & 255) << 16 >> 16; + } + return bytes; +} + +function java_nio_DirectByteBuffer_$store__Ljava_nio_DirectByteBuffer_2IIV(this$static, baseOffset, value_0){ + var i; + if (this$static.java_nio_ByteBuffer_order == 0) { + for (i = 3; i >= 0; i--) { + this$static.java_nio_DirectByteBuffer_byteArray[baseOffset + i] = (value_0 & 255) << 24 >> 24; + value_0 = value_0 >> 8; + } + } + else { + for (i = 0; i <= 3; i++) { + this$static.java_nio_DirectByteBuffer_byteArray[baseOffset + i] = (value_0 & 255) << 24 >> 24; + value_0 = value_0 >> 8; + } + } +} + +function java_nio_DirectByteBuffer_$store__Ljava_nio_DirectByteBuffer_2ISV(this$static, baseOffset, value_0){ + if (this$static.java_nio_ByteBuffer_order == 0) { + this$static.java_nio_DirectByteBuffer_byteArray[baseOffset] = (value_0 >> 8 & 255) << 24 >> 24; + this$static.java_nio_DirectByteBuffer_byteArray[baseOffset + 1] = (value_0 & 255) << 24 >> 24; + } + else { + this$static.java_nio_DirectByteBuffer_byteArray[baseOffset + 1] = (value_0 >> 8 & 255) << 24 >> 24; + this$static.java_nio_DirectByteBuffer_byteArray[baseOffset] = (value_0 & 255) << 24 >> 24; + } +} + +function java_nio_DirectByteBuffer_DirectByteBuffer__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IIV(buffer, capacity, offset){ + java_nio_Buffer_Buffer__IV.call(this, capacity); + this.java_nio_DirectByteBuffer_byteArray = new Int8Array(buffer, offset, capacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(678, 1063, $intern_3495); +_.getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2 = function java_nio_DirectByteBuffer_getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2(){ + return this.java_nio_DirectByteBuffer_byteArray; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1DirectByteBuffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'DirectByteBuffer', 678, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1BaseByteBuffer_12_1classLit); +function java_nio_DirectReadWriteByteBuffer_$asShortBuffer__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ShortBuffer_2(this$static){ + return (this$static.java_nio_ByteBuffer_order == 0?(java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_BIG_1ENDIAN):(java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_LITTLE_1ENDIAN)) == (java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_$clinit__V() , java_nio_ByteOrder_NATIVE_1ORDER)?new java_nio_DirectReadWriteShortBufferAdapter_DirectReadWriteShortBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(this$static)):new java_nio_ShortToByteBufferAdapter_ShortToByteBufferAdapter__Ljava_nio_ByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(this$static)); +} + +function java_nio_DirectReadWriteByteBuffer_$compact__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(this$static){ + var i, rem; + rem = this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position; + for (i = 0; i < rem; i++) { + this$static.java_nio_DirectByteBuffer_byteArray[i] = this$static.java_nio_DirectByteBuffer_byteArray[this$static.java_nio_Buffer_position + i]; + } + this$static.java_nio_Buffer_position = this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position; + this$static.java_nio_Buffer_limit = this$static.java_nio_Buffer_capacity; + this$static.java_nio_Buffer_mark = -1; + return this$static; +} + +function java_nio_DirectReadWriteByteBuffer_$putFloat__Ljava_nio_DirectReadWriteByteBuffer_2IFLjava_nio_ByteBuffer_2(this$static, index_0, value_0){ + return java_nio_DirectReadWriteByteBuffer_$putInt__Ljava_nio_DirectReadWriteByteBuffer_2IILjava_nio_ByteBuffer_2(this$static, index_0, (com_google_gwt_corp_compatibility_Numbers_$clinit__V() , com_google_gwt_corp_compatibility_Numbers_wfa[0] = value_0 , undefined , com_google_gwt_corp_compatibility_Numbers_wia[0])); +} + +function java_nio_DirectReadWriteByteBuffer_$putInt__Ljava_nio_DirectReadWriteByteBuffer_2IILjava_nio_ByteBuffer_2(this$static, index_0, value_0){ + java_nio_DirectByteBuffer_$store__Ljava_nio_DirectByteBuffer_2IIV(this$static, index_0, value_0); + return this$static; +} + +function java_nio_DirectReadWriteByteBuffer_$putShort__Ljava_nio_DirectReadWriteByteBuffer_2ISLjava_nio_ByteBuffer_2(this$static, index_0, value_0){ + java_nio_DirectByteBuffer_$store__Ljava_nio_DirectByteBuffer_2ISV(this$static, index_0, value_0); + return this$static; +} + +function java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(this$static){ + var slice_0; + slice_0 = new java_nio_DirectReadWriteByteBuffer_DirectReadWriteByteBuffer__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IIV(this$static.java_nio_DirectByteBuffer_byteArray.buffer, this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position, this$static.java_nio_DirectByteBuffer_byteArray.byteOffset + this$static.java_nio_Buffer_position); + slice_0.java_nio_ByteBuffer_order = this$static.java_nio_ByteBuffer_order; + return slice_0; +} + +function java_nio_DirectReadWriteByteBuffer_DirectReadWriteByteBuffer__IV(capacity){ + java_nio_DirectByteBuffer_DirectByteBuffer__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IIV.call(this, new ArrayBuffer(capacity), capacity, 0); +} + +function java_nio_DirectReadWriteByteBuffer_DirectReadWriteByteBuffer__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IIV(backingArray, capacity, arrayOffset){ + java_nio_DirectByteBuffer_DirectByteBuffer__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IIV.call(this, backingArray, capacity, arrayOffset); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(310, 678, {42:1, 454:1, 310:1}, java_nio_DirectReadWriteByteBuffer_DirectReadWriteByteBuffer__IV, java_nio_DirectReadWriteByteBuffer_DirectReadWriteByteBuffer__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IIV); +_.asFloatBuffer__Ljava_nio_FloatBuffer_2 = function java_nio_DirectReadWriteByteBuffer_asFloatBuffer__Ljava_nio_FloatBuffer_2(){ + return new java_nio_DirectReadWriteFloatBufferAdapter_DirectReadWriteFloatBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(java_nio_DirectReadWriteByteBuffer_$slice__Ljava_nio_DirectReadWriteByteBuffer_2Ljava_nio_ByteBuffer_2(this)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1DirectReadWriteByteBuffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'DirectReadWriteByteBuffer', 310, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1DirectByteBuffer_12_1classLit); +function java_nio_FloatBuffer_$compareTo__Ljava_nio_FloatBuffer_2Ljava_nio_FloatBuffer_2I(this$static, otherBuffer){ + var compareRemaining, otherFloat, otherPos, thisFloat, thisPos; + compareRemaining = this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position < otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position?this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position:otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position; + thisPos = this$static.java_nio_Buffer_position; + otherPos = otherBuffer.java_nio_Buffer_position; + while (compareRemaining > 0) { + thisFloat = this$static.get__IF(thisPos); + otherFloat = otherBuffer.get__IF(otherPos); + if (thisFloat != otherFloat && (thisFloat == thisFloat || otherFloat == otherFloat)) { + return thisFloat < otherFloat?-1:1; + } + ++thisPos; + ++otherPos; + --compareRemaining; + } + return this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position - (otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position); +} + +function java_nio_FloatBuffer_$get__Ljava_nio_FloatBuffer_2_3FIILjava_nio_FloatBuffer_2(this$static, dest, len){ + var i, length_0; + length_0 = dest.length; + if (len < 0 || com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(len, length_0) > 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + if (len > this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_nio_BufferUnderflowException_BufferUnderflowException__V); + } + for (i = 0; i < len; i++) { + dest[i] = this$static.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[this$static.java_nio_Buffer_position++]; + } + return this$static; +} + +function java_nio_FloatBuffer_$put__Ljava_nio_FloatBuffer_2_3FIILjava_nio_FloatBuffer_2(this$static, src_0, off, len){ + var i, length_0; + length_0 = src_0.length; + if (off < 0 || len < 0 || com_google_gwt_lang_LongLib_gt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(off, len), length_0)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + if (len > this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_nio_BufferOverflowException_BufferOverflowException__V); + } + for (i = off; i < off + len; i++) { + this$static.put__FLjava_nio_FloatBuffer_2(src_0[i]); + } + return this$static; +} + +function java_nio_FloatBuffer_FloatBuffer__IV(capacity){ + java_nio_Buffer_Buffer__IV.call(this, capacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(256, 525, $intern_3499); +_.compareTo__Ljava_lang_Object_2I = function java_nio_FloatBuffer_compareTo__Ljava_lang_Object_2I(otherBuffer){ + return java_nio_FloatBuffer_$compareTo__Ljava_nio_FloatBuffer_2Ljava_nio_FloatBuffer_2I(this, otherBuffer); +} +; +_.equals__Ljava_lang_Object_2Z = function java_nio_FloatBuffer_equals__Ljava_lang_Object_2Z(other){ + var equalSoFar, myPosition, otherBuffer, otherPosition; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(other, 256)) { + return false; + } + otherBuffer = other; + if (this.java_nio_Buffer_limit - this.java_nio_Buffer_position != otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position) { + return false; + } + myPosition = this.java_nio_Buffer_position; + otherPosition = otherBuffer.java_nio_Buffer_position; + equalSoFar = true; + while (equalSoFar && myPosition < this.java_nio_Buffer_limit) { + equalSoFar = this.get__IF(myPosition++) == otherBuffer.get__IF(otherPosition++); + } + return equalSoFar; +} +; +_.toString__Ljava_lang_String_2 = function java_nio_FloatBuffer_toString__Ljava_lang_String_2(){ + var sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this.java_lang_Object__1_1_1clazz)); + sb.java_lang_AbstractStringBuilder_string += $intern_3496; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_capacity); + sb.java_lang_AbstractStringBuilder_string += $intern_3497; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_position); + sb.java_lang_AbstractStringBuilder_string += $intern_3498; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_limit); + return sb.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1FloatBuffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'FloatBuffer', 256, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1Buffer_12_1classLit); +function java_nio_DirectReadWriteFloatBufferAdapter_DirectReadWriteFloatBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(byteBuffer){ + java_nio_FloatBuffer_FloatBuffer__IV.call(this, byteBuffer.java_nio_Buffer_capacity >> 2); + this.java_nio_DirectReadWriteFloatBufferAdapter_byteBuffer = byteBuffer; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.java_nio_DirectReadWriteFloatBufferAdapter_byteBuffer); + this.java_nio_DirectReadWriteFloatBufferAdapter_floatArray = com_google_gwt_typedarrays_client_Float32ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Float32ArrayNative_2(byteBuffer.java_nio_DirectByteBuffer_byteArray.buffer, byteBuffer.java_nio_DirectByteBuffer_byteArray.byteOffset, this.java_nio_Buffer_capacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(679, 256, {42:1, 256:1, 1086:1}, java_nio_DirectReadWriteFloatBufferAdapter_DirectReadWriteFloatBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V); +_.get__IF = function java_nio_DirectReadWriteFloatBufferAdapter_get__IF(index_0){ + return this.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[index_0]; +} +; +_.getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2 = function java_nio_DirectReadWriteFloatBufferAdapter_getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2(){ + return this.java_nio_DirectReadWriteFloatBufferAdapter_floatArray; +} +; +_.put__FLjava_nio_FloatBuffer_2 = function java_nio_DirectReadWriteFloatBufferAdapter_put__FLjava_nio_FloatBuffer_2(c){ + this.java_nio_DirectReadWriteFloatBufferAdapter_floatArray[this.java_nio_Buffer_position++] = c; + return this; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1DirectReadWriteFloatBufferAdapter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'DirectReadWriteFloatBufferAdapter', 679, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1FloatBuffer_12_1classLit); +function java_nio_IntBuffer_$compareTo__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2I(this$static, otherBuffer){ + var compareRemaining, otherInt, otherPos, thisInt, thisPos; + compareRemaining = this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position < otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position?this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position:otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position; + thisPos = this$static.java_nio_Buffer_position; + otherPos = otherBuffer.java_nio_Buffer_position; + while (compareRemaining > 0) { + thisInt = this$static.get__II(thisPos); + otherInt = otherBuffer.get__II(otherPos); + if (thisInt != otherInt) { + return thisInt < otherInt?-1:1; + } + ++thisPos; + ++otherPos; + --compareRemaining; + } + return this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position - (otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position); +} + +function java_nio_IntBuffer_IntBuffer__IV(capacity){ + java_nio_Buffer_Buffer__IV.call(this, capacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(383, 525, $intern_3500); +_.compareTo__Ljava_lang_Object_2I = function java_nio_IntBuffer_compareTo__Ljava_lang_Object_2I(otherBuffer){ + return java_nio_IntBuffer_$compareTo__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2I(this, otherBuffer); +} +; +_.equals__Ljava_lang_Object_2Z = function java_nio_IntBuffer_equals__Ljava_lang_Object_2Z(other){ + var equalSoFar, myPosition, otherBuffer, otherPosition; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(other, 383)) { + return false; + } + otherBuffer = other; + if (this.java_nio_Buffer_limit - this.java_nio_Buffer_position != otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position) { + return false; + } + myPosition = this.java_nio_Buffer_position; + otherPosition = otherBuffer.java_nio_Buffer_position; + equalSoFar = true; + while (equalSoFar && myPosition < this.java_nio_Buffer_limit) { + equalSoFar = this.get__II(myPosition++) == otherBuffer.get__II(otherPosition++); + } + return equalSoFar; +} +; +_.hashCode__I = function java_nio_IntBuffer_hashCode__I(){ + var hash, myPosition; + myPosition = this.java_nio_Buffer_position; + hash = 0; + while (myPosition < this.java_nio_Buffer_limit) { + hash = hash + this.get__II(myPosition++); + } + return hash; +} +; +_.toString__Ljava_lang_String_2 = function java_nio_IntBuffer_toString__Ljava_lang_String_2(){ + var sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this.java_lang_Object__1_1_1clazz)); + sb.java_lang_AbstractStringBuilder_string += $intern_3496; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_capacity); + sb.java_lang_AbstractStringBuilder_string += $intern_3497; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_position); + sb.java_lang_AbstractStringBuilder_string += $intern_3498; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_limit); + return sb.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1IntBuffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'IntBuffer', 383, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1Buffer_12_1classLit); +function java_nio_DirectReadWriteIntBufferAdapter_DirectReadWriteIntBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(byteBuffer){ + java_nio_IntBuffer_IntBuffer__IV.call(this, byteBuffer.java_nio_Buffer_capacity >> 2); + this.java_nio_DirectReadWriteIntBufferAdapter_byteBuffer = byteBuffer; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.java_nio_DirectReadWriteIntBufferAdapter_byteBuffer); + this.java_nio_DirectReadWriteIntBufferAdapter_intArray = com_google_gwt_typedarrays_client_Int32ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Int32ArrayNative_2(byteBuffer.java_nio_DirectByteBuffer_byteArray.buffer, byteBuffer.java_nio_DirectByteBuffer_byteArray.byteOffset, this.java_nio_Buffer_capacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(774, 383, {42:1, 1086:1, 383:1}, java_nio_DirectReadWriteIntBufferAdapter_DirectReadWriteIntBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V); +_.get__I = function java_nio_DirectReadWriteIntBufferAdapter_get__I(){ + return this.java_nio_DirectReadWriteIntBufferAdapter_intArray[this.java_nio_Buffer_position++]; +} +; +_.get__II = function java_nio_DirectReadWriteIntBufferAdapter_get__II(index_0){ + return this.java_nio_DirectReadWriteIntBufferAdapter_intArray[index_0]; +} +; +_.getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2 = function java_nio_DirectReadWriteIntBufferAdapter_getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2(){ + return this.java_nio_DirectReadWriteIntBufferAdapter_intArray; +} +; +_.put__ILjava_nio_IntBuffer_2 = function java_nio_DirectReadWriteIntBufferAdapter_put__ILjava_nio_IntBuffer_2(c){ + this.java_nio_DirectReadWriteIntBufferAdapter_intArray[this.java_nio_Buffer_position++] = c; + return this; +} +; +_.put__IILjava_nio_IntBuffer_2 = function java_nio_DirectReadWriteIntBufferAdapter_put__IILjava_nio_IntBuffer_2(index_0, c){ + this.java_nio_DirectReadWriteIntBufferAdapter_intArray[index_0] = c; + return this; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1DirectReadWriteIntBufferAdapter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'DirectReadWriteIntBufferAdapter', 774, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1IntBuffer_12_1classLit); +function java_nio_ShortBuffer_$compareTo__Ljava_nio_ShortBuffer_2Ljava_nio_ShortBuffer_2I(this$static, otherBuffer){ + var compareRemaining, otherByte, otherPos, thisByte, thisPos; + compareRemaining = this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position < otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position?this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position:otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position; + thisPos = this$static.java_nio_Buffer_position; + otherPos = otherBuffer.java_nio_Buffer_position; + while (compareRemaining > 0) { + thisByte = this$static.get__IS(thisPos); + otherByte = otherBuffer.get__IS(otherPos); + if (thisByte != otherByte) { + return thisByte < otherByte?-1:1; + } + ++thisPos; + ++otherPos; + --compareRemaining; + } + return this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position - (otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position); +} + +function java_nio_ShortBuffer_$get__Ljava_nio_ShortBuffer_2_3SIILjava_nio_ShortBuffer_2(this$static, dest, len){ + var i, length_0; + length_0 = dest.length; + if (len < 0 || com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(len, length_0) > 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + if (len > this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_nio_BufferUnderflowException_BufferUnderflowException__V); + } + for (i = 0; i < len; i++) { + dest[i] = this$static.get__S(); + } + return this$static; +} + +function java_nio_ShortBuffer_$put__Ljava_nio_ShortBuffer_2_3SIILjava_nio_ShortBuffer_2(this$static, src_0, off, len){ + var i, length_0; + length_0 = src_0.length; + if (off < 0 || len < 0 || com_google_gwt_lang_LongLib_gt__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Z(com_google_gwt_lang_LongLib_add__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(off, len), length_0)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + if (len > this$static.java_nio_Buffer_limit - this$static.java_nio_Buffer_position) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_nio_BufferOverflowException_BufferOverflowException__V); + } + for (i = off; i < off + len; i++) { + this$static.put__SLjava_nio_ShortBuffer_2(src_0[i]); + } + return this$static; +} + +function java_nio_ShortBuffer_ShortBuffer__IV(capacity){ + java_nio_Buffer_Buffer__IV.call(this, capacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(311, 525, $intern_3501); +_.compareTo__Ljava_lang_Object_2I = function java_nio_ShortBuffer_compareTo__Ljava_lang_Object_2I(otherBuffer){ + return java_nio_ShortBuffer_$compareTo__Ljava_nio_ShortBuffer_2Ljava_nio_ShortBuffer_2I(this, otherBuffer); +} +; +_.equals__Ljava_lang_Object_2Z = function java_nio_ShortBuffer_equals__Ljava_lang_Object_2Z(other){ + var equalSoFar, myPosition, otherBuffer, otherPosition; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(other, 311)) { + return false; + } + otherBuffer = other; + if (this.java_nio_Buffer_limit - this.java_nio_Buffer_position != otherBuffer.java_nio_Buffer_limit - otherBuffer.java_nio_Buffer_position) { + return false; + } + myPosition = this.java_nio_Buffer_position; + otherPosition = otherBuffer.java_nio_Buffer_position; + equalSoFar = true; + while (equalSoFar && myPosition < this.java_nio_Buffer_limit) { + equalSoFar = this.get__IS(myPosition++) == otherBuffer.get__IS(otherPosition++); + } + return equalSoFar; +} +; +_.hashCode__I = function java_nio_ShortBuffer_hashCode__I(){ + var hash, myPosition; + myPosition = this.java_nio_Buffer_position; + hash = 0; + while (myPosition < this.java_nio_Buffer_limit) { + hash = hash + this.get__IS(myPosition++); + } + return hash; +} +; +_.toString__Ljava_lang_String_2 = function java_nio_ShortBuffer_toString__Ljava_lang_String_2(){ + var sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, java_lang_Class_$getName__Ljava_lang_Class_2Ljava_lang_String_2(this.java_lang_Object__1_1_1clazz)); + sb.java_lang_AbstractStringBuilder_string += $intern_3496; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_capacity); + sb.java_lang_AbstractStringBuilder_string += $intern_3497; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_position); + sb.java_lang_AbstractStringBuilder_string += $intern_3498; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.java_nio_Buffer_limit); + return sb.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1ShortBuffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'ShortBuffer', 311, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1Buffer_12_1classLit); +function java_nio_DirectReadWriteShortBufferAdapter_DirectReadWriteShortBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V(byteBuffer){ + java_nio_ShortBuffer_ShortBuffer__IV.call(this, byteBuffer.java_nio_Buffer_capacity >> 1); + this.java_nio_DirectReadWriteShortBufferAdapter_byteBuffer = byteBuffer; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.java_nio_DirectReadWriteShortBufferAdapter_byteBuffer); + this.java_nio_DirectReadWriteShortBufferAdapter_shortArray = com_google_gwt_typedarrays_client_Int16ArrayNative_create__Lcom_google_gwt_typedarrays_shared_ArrayBuffer_2IILcom_google_gwt_typedarrays_client_Int16ArrayNative_2(byteBuffer.java_nio_DirectByteBuffer_byteArray.buffer, byteBuffer.java_nio_DirectByteBuffer_byteArray.byteOffset, this.java_nio_Buffer_capacity); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(775, 311, {42:1, 1086:1, 311:1}, java_nio_DirectReadWriteShortBufferAdapter_DirectReadWriteShortBufferAdapter__Ljava_nio_DirectReadWriteByteBuffer_2V); +_.get__S = function java_nio_DirectReadWriteShortBufferAdapter_get__S(){ + return this.java_nio_DirectReadWriteShortBufferAdapter_shortArray[this.java_nio_Buffer_position++]; +} +; +_.get__IS = function java_nio_DirectReadWriteShortBufferAdapter_get__IS(index_0){ + return this.java_nio_DirectReadWriteShortBufferAdapter_shortArray[index_0]; +} +; +_.getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2 = function java_nio_DirectReadWriteShortBufferAdapter_getTypedArray__Lcom_google_gwt_typedarrays_shared_ArrayBufferView_2(){ + return this.java_nio_DirectReadWriteShortBufferAdapter_shortArray; +} +; +_.put__SLjava_nio_ShortBuffer_2 = function java_nio_DirectReadWriteShortBufferAdapter_put__SLjava_nio_ShortBuffer_2(c){ + this.java_nio_DirectReadWriteShortBufferAdapter_shortArray[this.java_nio_Buffer_position++] = c; + return this; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1DirectReadWriteShortBufferAdapter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'DirectReadWriteShortBufferAdapter', 775, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1ShortBuffer_12_1classLit); +function java_nio_FloatToByteBufferAdapter_FloatToByteBufferAdapter__Ljava_nio_ByteBuffer_2V(byteBuffer){ + java_nio_FloatBuffer_FloatBuffer__IV.call(this, byteBuffer.java_nio_Buffer_capacity >> 2); + this.java_nio_FloatToByteBufferAdapter_byteBuffer = byteBuffer; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.java_nio_FloatToByteBufferAdapter_byteBuffer); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1064, 256, $intern_3499, java_nio_FloatToByteBufferAdapter_FloatToByteBufferAdapter__Ljava_nio_ByteBuffer_2V); +_.get__IF = function java_nio_FloatToByteBufferAdapter_get__IF(index_0){ + if (index_0 < 0 || index_0 >= this.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + return com_google_gwt_corp_compatibility_Numbers_intBitsToFloat__IF(java_nio_DirectByteBuffer_$loadInt__Ljava_nio_DirectByteBuffer_2II(this.java_nio_FloatToByteBufferAdapter_byteBuffer, index_0 << 2)); +} +; +_.put__FLjava_nio_FloatBuffer_2 = function java_nio_FloatToByteBufferAdapter_put__FLjava_nio_FloatBuffer_2(c){ + if (this.java_nio_Buffer_position == this.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_nio_BufferOverflowException_BufferOverflowException__V); + } + java_nio_DirectReadWriteByteBuffer_$putFloat__Ljava_nio_DirectReadWriteByteBuffer_2IFLjava_nio_ByteBuffer_2(this.java_nio_FloatToByteBufferAdapter_byteBuffer, this.java_nio_Buffer_position++ << 2, c); + return this; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1FloatToByteBufferAdapter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'FloatToByteBufferAdapter', 1064, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1FloatBuffer_12_1classLit); +function java_nio_IntToByteBufferAdapter_IntToByteBufferAdapter__Ljava_nio_ByteBuffer_2V(byteBuffer){ + java_nio_IntBuffer_IntBuffer__IV.call(this, byteBuffer.java_nio_Buffer_capacity >> 2); + this.java_nio_IntToByteBufferAdapter_byteBuffer = byteBuffer; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.java_nio_IntToByteBufferAdapter_byteBuffer); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(772, 383, $intern_3500, java_nio_IntToByteBufferAdapter_IntToByteBufferAdapter__Ljava_nio_ByteBuffer_2V); +_.get__I = function java_nio_IntToByteBufferAdapter_get__I(){ + if (this.java_nio_Buffer_position == this.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_nio_BufferUnderflowException_BufferUnderflowException__V); + } + return java_nio_DirectByteBuffer_$loadInt__Ljava_nio_DirectByteBuffer_2II(this.java_nio_IntToByteBufferAdapter_byteBuffer, this.java_nio_Buffer_position++ << 2); +} +; +_.get__II = function java_nio_IntToByteBufferAdapter_get__II(index_0){ + if (index_0 < 0 || index_0 >= this.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + return java_nio_DirectByteBuffer_$loadInt__Ljava_nio_DirectByteBuffer_2II(this.java_nio_IntToByteBufferAdapter_byteBuffer, index_0 << 2); +} +; +_.put__ILjava_nio_IntBuffer_2 = function java_nio_IntToByteBufferAdapter_put__ILjava_nio_IntBuffer_2(c){ + if (this.java_nio_Buffer_position == this.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_nio_BufferOverflowException_BufferOverflowException__V); + } + java_nio_DirectReadWriteByteBuffer_$putInt__Ljava_nio_DirectReadWriteByteBuffer_2IILjava_nio_ByteBuffer_2(this.java_nio_IntToByteBufferAdapter_byteBuffer, this.java_nio_Buffer_position++ << 2, c); + return this; +} +; +_.put__IILjava_nio_IntBuffer_2 = function java_nio_IntToByteBufferAdapter_put__IILjava_nio_IntBuffer_2(index_0, c){ + if (index_0 < 0 || index_0 >= this.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + java_nio_DirectReadWriteByteBuffer_$putInt__Ljava_nio_DirectReadWriteByteBuffer_2IILjava_nio_ByteBuffer_2(this.java_nio_IntToByteBufferAdapter_byteBuffer, index_0 << 2, c); + return this; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1IntToByteBufferAdapter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'IntToByteBufferAdapter', 772, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1IntBuffer_12_1classLit); +function java_nio_ShortToByteBufferAdapter_ShortToByteBufferAdapter__Ljava_nio_ByteBuffer_2V(byteBuffer){ + java_nio_ShortBuffer_ShortBuffer__IV.call(this, byteBuffer.java_nio_Buffer_capacity >> 1); + this.java_nio_ShortToByteBufferAdapter_byteBuffer = byteBuffer; + java_nio_Buffer_$clear__Ljava_nio_Buffer_2Ljava_nio_Buffer_2(this.java_nio_ShortToByteBufferAdapter_byteBuffer); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(773, 311, $intern_3501, java_nio_ShortToByteBufferAdapter_ShortToByteBufferAdapter__Ljava_nio_ByteBuffer_2V); +_.get__S = function java_nio_ShortToByteBufferAdapter_get__S(){ + if (this.java_nio_Buffer_position == this.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_nio_BufferUnderflowException_BufferUnderflowException__V); + } + return java_nio_DirectByteBuffer_$loadShort__Ljava_nio_DirectByteBuffer_2IS(this.java_nio_ShortToByteBufferAdapter_byteBuffer, this.java_nio_Buffer_position++ << 1); +} +; +_.get__IS = function java_nio_ShortToByteBufferAdapter_get__IS(index_0){ + if (index_0 < 0 || index_0 >= this.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__V); + } + return java_nio_DirectByteBuffer_$loadShort__Ljava_nio_DirectByteBuffer_2IS(this.java_nio_ShortToByteBufferAdapter_byteBuffer, index_0 << 1); +} +; +_.put__SLjava_nio_ShortBuffer_2 = function java_nio_ShortToByteBufferAdapter_put__SLjava_nio_ShortBuffer_2(c){ + if (this.java_nio_Buffer_position == this.java_nio_Buffer_limit) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_nio_BufferOverflowException_BufferOverflowException__V); + } + java_nio_DirectReadWriteByteBuffer_$putShort__Ljava_nio_DirectReadWriteByteBuffer_2ISLjava_nio_ByteBuffer_2(this.java_nio_ShortToByteBufferAdapter_byteBuffer, this.java_nio_Buffer_position++ << 1, c); + return this; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1ShortToByteBufferAdapter_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3494, 'ShortToByteBufferAdapter', 773, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1ShortBuffer_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(322, 1, $intern_3502); +_.compareTo__Ljava_lang_Object_2I = function java_nio_charset_Charset_compareTo__Ljava_lang_Object_2I(that){ + return java_lang_String_$compareToIgnoreCase__Ljava_lang_String_2Ljava_lang_String_2I(this.java_nio_charset_Charset_name, that.java_nio_charset_Charset_name); +} +; +_.equals__Ljava_lang_Object_2Z = function java_nio_charset_Charset_equals__Ljava_lang_Object_2Z(o){ + var that; + if (o === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 322)) { + return false; + } + that = o; + return java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this.java_nio_charset_Charset_name, that.java_nio_charset_Charset_name); +} +; +_.hashCode__I = function java_nio_charset_Charset_hashCode__I(){ + return java_lang_String_$hashCode__Ljava_lang_String_2I(this.java_nio_charset_Charset_name); +} +; +_.toString__Ljava_lang_String_2 = function java_nio_charset_Charset_toString__Ljava_lang_String_2(){ + return this.java_nio_charset_Charset_name; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1charset_1Charset_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2('java.nio.charset', 'Charset', 322, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_nio_charset_StandardCharsets_$clinit__V(){ + java_nio_charset_StandardCharsets_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_nio_charset_StandardCharsets_ISO_18859_11 = (javaemul_internal_EmulatedCharset_$clinit__V() , javaemul_internal_EmulatedCharset_ISO_18859_11); + java_nio_charset_StandardCharsets_UTF_18 = javaemul_internal_EmulatedCharset_UTF_18; +} + +var java_nio_charset_StandardCharsets_ISO_18859_11, java_nio_charset_StandardCharsets_UTF_18; +function java_util_AbstractMap_$containsEntry__Ljava_util_AbstractMap_2Ljava_util_Map$Entry_2Z(this$static, entry){ + var key, ourValue, value_0; + key = entry.getKey__Ljava_lang_Object_2(); + value_0 = entry.getValue__Ljava_lang_Object_2(); + ourValue = this$static.get__Ljava_lang_Object_2Ljava_lang_Object_2(key); + if (!(com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(ourValue) || value_0 != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, ourValue))) { + return false; + } + if (ourValue == null && !this$static.containsKey__Ljava_lang_Object_2Z(key)) { + return false; + } + return true; +} + +function java_util_AbstractMap_$implFindEntry__Ljava_util_AbstractMap_2Ljava_lang_Object_2ZLjava_util_Map$Entry_2(this$static, key, remove){ + var entry, iter, k; + for (iter = this$static.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2(); iter.hasNext__Z();) { + entry = iter.next__Ljava_lang_Object_2(); + k = entry.getKey__Ljava_lang_Object_2(); + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(key) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(k) || key != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, k)) { + if (remove) { + entry = new java_util_AbstractMap$SimpleEntry_AbstractMap$SimpleEntry__Ljava_lang_Object_2Ljava_lang_Object_2V(entry.getKey__Ljava_lang_Object_2(), entry.getValue__Ljava_lang_Object_2()); + iter.remove__V(); + } + return entry; + } + } + return null; +} + +function java_util_AbstractMap_$putAll__Ljava_util_AbstractMap_2Ljava_util_Map_2V(this$static, map_0){ + var e, e$iterator; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(map_0); + for (e$iterator = map_0.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2(); e$iterator.hasNext__Z();) { + e = e$iterator.next__Ljava_lang_Object_2(); + this$static.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(e.getKey__Ljava_lang_Object_2(), e.getValue__Ljava_lang_Object_2()); + } +} + +function java_util_AbstractMap_$toString__Ljava_util_AbstractMap_2Ljava_lang_Object_2Ljava_lang_String_2(this$static, o){ + return o === this$static?'(this Map)':o == null?$intern_571:com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(o); +} + +function java_util_AbstractMap_getEntryValueOrNull__Ljava_util_Map$Entry_2Ljava_lang_Object_2(entry){ + return !entry?null:entry.getValue__Ljava_lang_Object_2(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(391, 1, {391:1, 149:1}); +_.getOrDefault__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractMap_getOrDefault__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, defaultValue){ + var currentValue; + return currentValue = this.get__Ljava_lang_Object_2Ljava_lang_Object_2(key) , currentValue == null && !this.containsKey__Ljava_lang_Object_2Z(key)?defaultValue:currentValue; +} +; +_.clear__V = function java_util_AbstractMap_clear__V(){ + this.entrySet__Ljava_util_Set_2().clear__V(); +} +; +_.containsKey__Ljava_lang_Object_2Z = function java_util_AbstractMap_containsKey__Ljava_lang_Object_2Z(key){ + return !!java_util_AbstractMap_$implFindEntry__Ljava_util_AbstractMap_2Ljava_lang_Object_2ZLjava_util_Map$Entry_2(this, key, false); +} +; +_.containsValue__Ljava_lang_Object_2Z = function java_util_AbstractMap_containsValue__Ljava_lang_Object_2Z(value_0){ + var entry, entry$iterator, v; + for (entry$iterator = this.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2(); entry$iterator.hasNext__Z();) { + entry = entry$iterator.next__Ljava_lang_Object_2(); + v = entry.getValue__Ljava_lang_Object_2(); + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value_0) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(v) || value_0 != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, v)) { + return true; + } + } + return false; +} +; +_.equals__Ljava_lang_Object_2Z = function java_util_AbstractMap_equals__Ljava_lang_Object_2Z(obj){ + var entry, entry$iterator, otherMap; + if (obj === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 149)) { + return false; + } + otherMap = obj; + if (this.size__I() != otherMap.size__I()) { + return false; + } + for (entry$iterator = otherMap.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2(); entry$iterator.hasNext__Z();) { + entry = entry$iterator.next__Ljava_lang_Object_2(); + if (!java_util_AbstractMap_$containsEntry__Ljava_util_AbstractMap_2Ljava_util_Map$Entry_2Z(this, entry)) { + return false; + } + } + return true; +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractMap_get__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return java_util_AbstractMap_getEntryValueOrNull__Ljava_util_Map$Entry_2Ljava_lang_Object_2(java_util_AbstractMap_$implFindEntry__Ljava_util_AbstractMap_2Ljava_lang_Object_2ZLjava_util_Map$Entry_2(this, key, false)); +} +; +_.hashCode__I = function java_util_AbstractMap_hashCode__I(){ + return java_util_Collections_hashCode__Ljava_lang_Iterable_2I(this.entrySet__Ljava_util_Set_2()); +} +; +_.isEmpty__Z = function java_util_AbstractMap_isEmpty__Z(){ + return this.size__I() == 0; +} +; +_.keySet__Ljava_util_Set_2 = function java_util_AbstractMap_keySet__Ljava_util_Set_2(){ + return new java_util_AbstractMap$1_AbstractMap$1__Ljava_util_AbstractMap_2V(this); +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractMap_put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V('Put not supported on this map')); +} +; +_.putAll__Ljava_util_Map_2V = function java_util_AbstractMap_putAll__Ljava_util_Map_2V(map_0){ + java_util_AbstractMap_$putAll__Ljava_util_AbstractMap_2Ljava_util_Map_2V(this, map_0); +} +; +_.remove__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractMap_remove__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return java_util_AbstractMap_getEntryValueOrNull__Ljava_util_Map$Entry_2Ljava_lang_Object_2(java_util_AbstractMap_$implFindEntry__Ljava_util_AbstractMap_2Ljava_lang_Object_2ZLjava_util_Map$Entry_2(this, key, true)); +} +; +_.size__I = function java_util_AbstractMap_size__I(){ + return this.entrySet__Ljava_util_Set_2().size__I(); +} +; +_.toString__Ljava_lang_String_2 = function java_util_AbstractMap_toString__Ljava_lang_String_2(){ + var entry, entry$iterator, joiner; + joiner = new java_util_StringJoiner_StringJoiner__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2V('{', '}'); + for (entry$iterator = this.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2(); entry$iterator.hasNext__Z();) { + entry = entry$iterator.next__Ljava_lang_Object_2(); + java_util_StringJoiner_$add__Ljava_util_StringJoiner_2Ljava_lang_CharSequence_2Ljava_util_StringJoiner_2(joiner, java_util_AbstractMap_$toString__Ljava_util_AbstractMap_2Ljava_lang_Object_2Ljava_lang_String_2(this, entry.getKey__Ljava_lang_Object_2()) + '=' + java_util_AbstractMap_$toString__Ljava_util_AbstractMap_2Ljava_lang_Object_2Ljava_lang_String_2(this, entry.getValue__Ljava_lang_Object_2())); + } + return !joiner.java_util_StringJoiner_builder?joiner.java_util_StringJoiner_emptyValue:joiner.java_util_StringJoiner_suffix.length == 0?joiner.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string:joiner.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string + ('' + joiner.java_util_StringJoiner_suffix); +} +; +_.values__Ljava_util_Collection_2 = function java_util_AbstractMap_values__Ljava_util_Collection_2(){ + return new java_util_AbstractMap$2_AbstractMap$2__Ljava_util_AbstractMap_2V(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractMap', 391, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_AbstractHashMap_$containsKey__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Z(this$static, key){ + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(key)?key == null?!!java_util_InternalHashCodeMap_$getEntry__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_util_Map$Entry_2(this$static.java_util_AbstractHashMap_hashCodeMap, null):java_util_InternalStringMap_$contains__Ljava_util_InternalStringMap_2Ljava_lang_String_2Z(this$static.java_util_AbstractHashMap_stringMap, key):!!java_util_InternalHashCodeMap_$getEntry__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_util_Map$Entry_2(this$static.java_util_AbstractHashMap_hashCodeMap, key); +} + +function java_util_AbstractHashMap_$containsValue__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Iterable_2Z(this$static, value_0, entries){ + var entry, entry$iterator; + for (entry$iterator = entries.iterator__Ljava_util_Iterator_2(); entry$iterator.hasNext__Z();) { + entry = entry$iterator.next__Ljava_lang_Object_2(); + if (this$static.package_private$java_util$equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(value_0, entry.getValue__Ljava_lang_Object_2())) { + return true; + } + } + return false; +} + +function java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(key)?java_util_AbstractHashMap_$getStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2(this$static, key):java_util_AbstractMap_getEntryValueOrNull__Ljava_util_Map$Entry_2Ljava_lang_Object_2(java_util_InternalHashCodeMap_$getEntry__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_util_Map$Entry_2(this$static.java_util_AbstractHashMap_hashCodeMap, key)); +} + +function java_util_AbstractHashMap_$getStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2(this$static, key){ + return key == null?java_util_AbstractMap_getEntryValueOrNull__Ljava_util_Map$Entry_2Ljava_lang_Object_2(java_util_InternalHashCodeMap_$getEntry__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_util_Map$Entry_2(this$static.java_util_AbstractHashMap_hashCodeMap, null)):java_util_InternalStringMap_$get__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2(this$static.java_util_AbstractHashMap_stringMap, key); +} + +function java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(key)?java_util_AbstractHashMap_$putStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0):java_util_InternalHashCodeMap_$put__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_AbstractHashMap_hashCodeMap, key, value_0); +} + +function java_util_AbstractHashMap_$putStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + return key == null?java_util_InternalHashCodeMap_$put__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_AbstractHashMap_hashCodeMap, null, value_0):java_util_InternalStringMap_$put__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_AbstractHashMap_stringMap, key, value_0); +} + +function java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + return com_google_gwt_lang_Cast_instanceOfString__Ljava_lang_Object_2Z(key)?key == null?java_util_InternalHashCodeMap_$remove__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_AbstractHashMap_hashCodeMap, null):java_util_InternalStringMap_$remove__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2(this$static.java_util_AbstractHashMap_stringMap, key):java_util_InternalHashCodeMap_$remove__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_AbstractHashMap_hashCodeMap, key); +} + +function java_util_AbstractHashMap_$reset__Ljava_util_AbstractHashMap_2V(this$static){ + this$static.java_util_AbstractHashMap_hashCodeMap = new java_util_InternalHashCodeMap_InternalHashCodeMap__Ljava_util_AbstractHashMap_2V(this$static); + this$static.java_util_AbstractHashMap_stringMap = new java_util_InternalStringMap_InternalStringMap__Ljava_util_AbstractHashMap_2V(this$static); + ++this$static.java_util_AbstractHashMap_modCount; +} + +function java_util_AbstractHashMap_$size__Ljava_util_AbstractHashMap_2I(this$static){ + return this$static.java_util_AbstractHashMap_hashCodeMap.java_util_InternalHashCodeMap_size + this$static.java_util_AbstractHashMap_stringMap.java_util_InternalStringMap_size; +} + +function java_util_AbstractHashMap_AbstractHashMap__IFV(ignored, alsoIgnored){ + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZLjava_lang_Object_2V(ignored >= 0, 'Negative initial capacity'); + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZLjava_lang_Object_2V(alsoIgnored >= 0, 'Non-positive load factor'); + java_util_AbstractHashMap_$reset__Ljava_util_AbstractHashMap_2V(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(235, 391, {235:1, 391:1, 149:1}); +_.clear__V = function java_util_AbstractHashMap_clear__V(){ + java_util_AbstractHashMap_$reset__Ljava_util_AbstractHashMap_2V(this); +} +; +_.containsKey__Ljava_lang_Object_2Z = function java_util_AbstractHashMap_containsKey__Ljava_lang_Object_2Z(key){ + return java_util_AbstractHashMap_$containsKey__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Z(this, key); +} +; +_.containsValue__Ljava_lang_Object_2Z = function java_util_AbstractHashMap_containsValue__Ljava_lang_Object_2Z(value_0){ + return java_util_AbstractHashMap_$containsValue__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Iterable_2Z(this, value_0, this.java_util_AbstractHashMap_stringMap) || java_util_AbstractHashMap_$containsValue__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Iterable_2Z(this, value_0, this.java_util_AbstractHashMap_hashCodeMap); +} +; +_.entrySet__Ljava_util_Set_2 = function java_util_AbstractHashMap_entrySet__Ljava_util_Set_2(){ + return new java_util_AbstractHashMap$EntrySet_AbstractHashMap$EntrySet__Ljava_util_AbstractHashMap_2V(this); +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractHashMap_get__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractHashMap_put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0){ + return java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, value_0); +} +; +_.remove__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractHashMap_remove__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.size__I = function java_util_AbstractHashMap_size__I(){ + return java_util_AbstractHashMap_$size__Ljava_util_AbstractHashMap_2I(this); +} +; +_.java_util_AbstractHashMap_modCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractHashMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractHashMap', 235, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap_12_1classLit); +function java_util_AbstractHashMap$EntrySet_$contains__Ljava_util_AbstractHashMap$EntrySet_2Ljava_lang_Object_2Z(this$static, o){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 228)) { + return java_util_AbstractMap_$containsEntry__Ljava_util_AbstractMap_2Ljava_util_Map$Entry_2Z(this$static.java_util_AbstractHashMap$EntrySet_this$01, o); + } + return false; +} + +function java_util_AbstractHashMap$EntrySet_AbstractHashMap$EntrySet__Ljava_util_AbstractHashMap_2V(this$0){ + this.java_util_AbstractHashMap$EntrySet_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(702, $intern_976, $intern_2412, java_util_AbstractHashMap$EntrySet_AbstractHashMap$EntrySet__Ljava_util_AbstractHashMap_2V); +_.clear__V = function java_util_AbstractHashMap$EntrySet_clear__V(){ + this.java_util_AbstractHashMap$EntrySet_this$01.clear__V(); +} +; +_.contains__Ljava_lang_Object_2Z = function java_util_AbstractHashMap$EntrySet_contains__Ljava_lang_Object_2Z(o){ + return java_util_AbstractHashMap$EntrySet_$contains__Ljava_util_AbstractHashMap$EntrySet_2Ljava_lang_Object_2Z(this, o); +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_AbstractHashMap$EntrySet_iterator__Ljava_util_Iterator_2(){ + return new java_util_AbstractHashMap$EntrySetIterator_AbstractHashMap$EntrySetIterator__Ljava_util_AbstractHashMap_2V(this.java_util_AbstractHashMap$EntrySet_this$01); +} +; +_.remove__Ljava_lang_Object_2Z = function java_util_AbstractHashMap$EntrySet_remove__Ljava_lang_Object_2Z(entry){ + var key; + if (java_util_AbstractHashMap$EntrySet_$contains__Ljava_util_AbstractHashMap$EntrySet_2Ljava_lang_Object_2Z(this, entry)) { + key = entry.getKey__Ljava_lang_Object_2(); + this.java_util_AbstractHashMap$EntrySet_this$01.remove__Ljava_lang_Object_2Ljava_lang_Object_2(key); + return true; + } + return false; +} +; +_.size__I = function java_util_AbstractHashMap$EntrySet_size__I(){ + return this.java_util_AbstractHashMap$EntrySet_this$01.size__I(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractHashMap$EntrySet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractHashMap/EntrySet', 702, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function java_util_AbstractHashMap$EntrySetIterator_$computeHasNext__Ljava_util_AbstractHashMap$EntrySetIterator_2Z(this$static){ + if (this$static.java_util_AbstractHashMap$EntrySetIterator_current.hasNext__Z()) { + return true; + } + if (this$static.java_util_AbstractHashMap$EntrySetIterator_current != this$static.java_util_AbstractHashMap$EntrySetIterator_stringMapEntries) { + return false; + } + this$static.java_util_AbstractHashMap$EntrySetIterator_current = new java_util_InternalHashCodeMap$1_InternalHashCodeMap$1__Ljava_util_InternalHashCodeMap_2V(this$static.java_util_AbstractHashMap$EntrySetIterator_this$01.java_util_AbstractHashMap_hashCodeMap); + return this$static.java_util_AbstractHashMap$EntrySetIterator_current.hasNext__Z(); +} + +function java_util_AbstractHashMap$EntrySetIterator_$next__Ljava_util_AbstractHashMap$EntrySetIterator_2Ljava_util_Map$Entry_2(this$static){ + var rv; + javaemul_internal_InternalPreconditions_checkCriticalConcurrentModification__DDV(this$static.java_util_AbstractHashMap$EntrySetIterator_this$01.java_util_AbstractHashMap_modCount, this$static.java_util_AbstractHashMap$EntrySetIterator_lastModCount); + javaemul_internal_InternalPreconditions_checkCriticalElement__ZV(this$static.java_util_AbstractHashMap$EntrySetIterator_hasNext); + this$static.java_util_AbstractHashMap$EntrySetIterator_last = this$static.java_util_AbstractHashMap$EntrySetIterator_current; + rv = this$static.java_util_AbstractHashMap$EntrySetIterator_current.next__Ljava_lang_Object_2(); + this$static.java_util_AbstractHashMap$EntrySetIterator_hasNext = java_util_AbstractHashMap$EntrySetIterator_$computeHasNext__Ljava_util_AbstractHashMap$EntrySetIterator_2Z(this$static); + return rv; +} + +function java_util_AbstractHashMap$EntrySetIterator_AbstractHashMap$EntrySetIterator__Ljava_util_AbstractHashMap_2V(this$0){ + this.java_util_AbstractHashMap$EntrySetIterator_this$01 = this$0; + this.java_util_AbstractHashMap$EntrySetIterator_stringMapEntries = new java_util_InternalStringMap$1_InternalStringMap$1__Ljava_util_InternalStringMap_2V(this.java_util_AbstractHashMap$EntrySetIterator_this$01.java_util_AbstractHashMap_stringMap); + this.java_util_AbstractHashMap$EntrySetIterator_current = this.java_util_AbstractHashMap$EntrySetIterator_stringMapEntries; + this.java_util_AbstractHashMap$EntrySetIterator_hasNext = java_util_AbstractHashMap$EntrySetIterator_$computeHasNext__Ljava_util_AbstractHashMap$EntrySetIterator_2Z(this); + this.java_util_AbstractHashMap$EntrySetIterator_lastModCount = this.java_util_AbstractHashMap$EntrySetIterator_this$01.java_util_AbstractHashMap_modCount; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(703, 1, $intern_704, java_util_AbstractHashMap$EntrySetIterator_AbstractHashMap$EntrySetIterator__Ljava_util_AbstractHashMap_2V); +_.next__Ljava_lang_Object_2 = function java_util_AbstractHashMap$EntrySetIterator_next__Ljava_lang_Object_2(){ + return java_util_AbstractHashMap$EntrySetIterator_$next__Ljava_util_AbstractHashMap$EntrySetIterator_2Ljava_util_Map$Entry_2(this); +} +; +_.hasNext__Z = function java_util_AbstractHashMap$EntrySetIterator_hasNext__Z(){ + return this.java_util_AbstractHashMap$EntrySetIterator_hasNext; +} +; +_.remove__V = function java_util_AbstractHashMap$EntrySetIterator_remove__V(){ + javaemul_internal_InternalPreconditions_checkCriticalState__ZV(!!this.java_util_AbstractHashMap$EntrySetIterator_last); + javaemul_internal_InternalPreconditions_checkCriticalConcurrentModification__DDV(this.java_util_AbstractHashMap$EntrySetIterator_this$01.java_util_AbstractHashMap_modCount, this.java_util_AbstractHashMap$EntrySetIterator_lastModCount); + this.java_util_AbstractHashMap$EntrySetIterator_last.remove__V(); + this.java_util_AbstractHashMap$EntrySetIterator_last = null; + this.java_util_AbstractHashMap$EntrySetIterator_hasNext = java_util_AbstractHashMap$EntrySetIterator_$computeHasNext__Ljava_util_AbstractHashMap$EntrySetIterator_2Z(this); + this.java_util_AbstractHashMap$EntrySetIterator_lastModCount = this.java_util_AbstractHashMap$EntrySetIterator_this$01.java_util_AbstractHashMap_modCount; +} +; +_.java_util_AbstractHashMap$EntrySetIterator_hasNext = false; +_.java_util_AbstractHashMap$EntrySetIterator_lastModCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractHashMap$EntrySetIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractHashMap/EntrySetIterator', 703, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_AbstractList$IteratorImpl_$remove__Ljava_util_AbstractList$IteratorImpl_2V(this$static){ + javaemul_internal_InternalPreconditions_checkCriticalState__ZV(this$static.java_util_AbstractList$IteratorImpl_last != -1); + this$static.java_util_AbstractList$IteratorImpl_this$01.remove__ILjava_lang_Object_2(this$static.java_util_AbstractList$IteratorImpl_last); + this$static.java_util_AbstractList$IteratorImpl_i = this$static.java_util_AbstractList$IteratorImpl_last; + this$static.java_util_AbstractList$IteratorImpl_last = -1; +} + +function java_util_AbstractList$IteratorImpl_AbstractList$IteratorImpl__Ljava_util_AbstractList_2V(this$0){ + this.java_util_AbstractList$IteratorImpl_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(710, 1, $intern_704, java_util_AbstractList$IteratorImpl_AbstractList$IteratorImpl__Ljava_util_AbstractList_2V); +_.hasNext__Z = function java_util_AbstractList$IteratorImpl_hasNext__Z(){ + return this.java_util_AbstractList$IteratorImpl_i < this.java_util_AbstractList$IteratorImpl_this$01.size__I(); +} +; +_.next__Ljava_lang_Object_2 = function java_util_AbstractList$IteratorImpl_next__Ljava_lang_Object_2(){ + javaemul_internal_InternalPreconditions_checkCriticalElement__ZV(this.java_util_AbstractList$IteratorImpl_i < this.java_util_AbstractList$IteratorImpl_this$01.size__I()); + return this.java_util_AbstractList$IteratorImpl_this$01.get__ILjava_lang_Object_2(this.java_util_AbstractList$IteratorImpl_last = this.java_util_AbstractList$IteratorImpl_i++); +} +; +_.remove__V = function java_util_AbstractList$IteratorImpl_remove__V(){ + java_util_AbstractList$IteratorImpl_$remove__Ljava_util_AbstractList$IteratorImpl_2V(this); +} +; +_.java_util_AbstractList$IteratorImpl_i = 0; +_.java_util_AbstractList$IteratorImpl_last = -1; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList$IteratorImpl_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractList/IteratorImpl', 710, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_AbstractList$ListIteratorImpl_AbstractList$ListIteratorImpl__Ljava_util_AbstractList_2IV(this$0, start_0){ + this.java_util_AbstractList$ListIteratorImpl_this$01 = this$0; + java_util_AbstractList$IteratorImpl_AbstractList$IteratorImpl__Ljava_util_AbstractList_2V.call(this, this$0); + javaemul_internal_InternalPreconditions_checkCriticalPositionIndex__IIV(start_0, this$0.size__I()); + this.java_util_AbstractList$IteratorImpl_i = start_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(884, 710, $intern_3503, java_util_AbstractList$ListIteratorImpl_AbstractList$ListIteratorImpl__Ljava_util_AbstractList_2IV); +_.remove__V = function java_util_AbstractList$ListIteratorImpl_remove__V(){ + java_util_AbstractList$IteratorImpl_$remove__Ljava_util_AbstractList$IteratorImpl_2V(this); +} +; +_.add__Ljava_lang_Object_2V = function java_util_AbstractList$ListIteratorImpl_add__Ljava_lang_Object_2V(o){ + this.java_util_AbstractList$ListIteratorImpl_this$01.add__ILjava_lang_Object_2V(this.java_util_AbstractList$IteratorImpl_i, o); + ++this.java_util_AbstractList$IteratorImpl_i; + this.java_util_AbstractList$IteratorImpl_last = -1; +} +; +_.hasPrevious__Z = function java_util_AbstractList$ListIteratorImpl_hasPrevious__Z(){ + return this.java_util_AbstractList$IteratorImpl_i > 0; +} +; +_.nextIndex__I = function java_util_AbstractList$ListIteratorImpl_nextIndex__I(){ + return this.java_util_AbstractList$IteratorImpl_i; +} +; +_.previous__Ljava_lang_Object_2 = function java_util_AbstractList$ListIteratorImpl_previous__Ljava_lang_Object_2(){ + javaemul_internal_InternalPreconditions_checkCriticalElement__ZV(this.java_util_AbstractList$IteratorImpl_i > 0); + return this.java_util_AbstractList$ListIteratorImpl_this$01.get__ILjava_lang_Object_2(this.java_util_AbstractList$IteratorImpl_last = --this.java_util_AbstractList$IteratorImpl_i); +} +; +_.previousIndex__I = function java_util_AbstractList$ListIteratorImpl_previousIndex__I(){ + return this.java_util_AbstractList$IteratorImpl_i - 1; +} +; +_.set__Ljava_lang_Object_2V = function java_util_AbstractList$ListIteratorImpl_set__Ljava_lang_Object_2V(o){ + javaemul_internal_InternalPreconditions_checkCriticalState__ZV(this.java_util_AbstractList$IteratorImpl_last != -1); + this.java_util_AbstractList$ListIteratorImpl_this$01.set__ILjava_lang_Object_2Ljava_lang_Object_2(this.java_util_AbstractList$IteratorImpl_last, o); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList$ListIteratorImpl_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractList/ListIteratorImpl', 884, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList$IteratorImpl_12_1classLit); +function java_util_AbstractList$SubList_AbstractList$SubList__Ljava_util_List_2IIV(wrapped, fromIndex, toIndex){ + javaemul_internal_InternalPreconditions_checkCriticalPositionIndexes__IIIV(fromIndex, toIndex, wrapped.size__I()); + this.java_util_AbstractList$SubList_wrapped = wrapped; + this.java_util_AbstractList$SubList_fromIndex = fromIndex; + this.java_util_AbstractList$SubList_size = toIndex - fromIndex; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(885, 263, $intern_2417, java_util_AbstractList$SubList_AbstractList$SubList__Ljava_util_List_2IIV); +_.add__ILjava_lang_Object_2V = function java_util_AbstractList$SubList_add__ILjava_lang_Object_2V(index_0, element){ + javaemul_internal_InternalPreconditions_checkCriticalPositionIndex__IIV(index_0, this.java_util_AbstractList$SubList_size); + this.java_util_AbstractList$SubList_wrapped.add__ILjava_lang_Object_2V(this.java_util_AbstractList$SubList_fromIndex + index_0, element); + ++this.java_util_AbstractList$SubList_size; +} +; +_.get__ILjava_lang_Object_2 = function java_util_AbstractList$SubList_get__ILjava_lang_Object_2(index_0){ + javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, this.java_util_AbstractList$SubList_size); + return this.java_util_AbstractList$SubList_wrapped.get__ILjava_lang_Object_2(this.java_util_AbstractList$SubList_fromIndex + index_0); +} +; +_.remove__ILjava_lang_Object_2 = function java_util_AbstractList$SubList_remove__ILjava_lang_Object_2(index_0){ + var result; + javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, this.java_util_AbstractList$SubList_size); + result = this.java_util_AbstractList$SubList_wrapped.remove__ILjava_lang_Object_2(this.java_util_AbstractList$SubList_fromIndex + index_0); + --this.java_util_AbstractList$SubList_size; + return result; +} +; +_.set__ILjava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractList$SubList_set__ILjava_lang_Object_2Ljava_lang_Object_2(index_0, element){ + javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, this.java_util_AbstractList$SubList_size); + return this.java_util_AbstractList$SubList_wrapped.set__ILjava_lang_Object_2Ljava_lang_Object_2(this.java_util_AbstractList$SubList_fromIndex + index_0, element); +} +; +_.size__I = function java_util_AbstractList$SubList_size__I(){ + return this.java_util_AbstractList$SubList_size; +} +; +_.java_util_AbstractList$SubList_fromIndex = 0; +_.java_util_AbstractList$SubList_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList$SubList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractList/SubList', 885, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList_12_1classLit); +function java_util_AbstractMap$1_AbstractMap$1__Ljava_util_AbstractMap_2V(this$0){ + this.java_util_AbstractMap$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(392, $intern_976, $intern_2412, java_util_AbstractMap$1_AbstractMap$1__Ljava_util_AbstractMap_2V); +_.clear__V = function java_util_AbstractMap$1_clear__V(){ + this.java_util_AbstractMap$1_this$01.clear__V(); +} +; +_.contains__Ljava_lang_Object_2Z = function java_util_AbstractMap$1_contains__Ljava_lang_Object_2Z(key){ + return this.java_util_AbstractMap$1_this$01.containsKey__Ljava_lang_Object_2Z(key); +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_AbstractMap$1_iterator__Ljava_util_Iterator_2(){ + var java_util_AbstractMap$1_$iterator__Ljava_util_AbstractMap$1_2Ljava_util_Iterator_2_outerIter_0; + return java_util_AbstractMap$1_$iterator__Ljava_util_AbstractMap$1_2Ljava_util_Iterator_2_outerIter_0 = this.java_util_AbstractMap$1_this$01.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2() , new java_util_AbstractMap$1$1_AbstractMap$1$1__Ljava_util_AbstractMap$1_2V(java_util_AbstractMap$1_$iterator__Ljava_util_AbstractMap$1_2Ljava_util_Iterator_2_outerIter_0); +} +; +_.remove__Ljava_lang_Object_2Z = function java_util_AbstractMap$1_remove__Ljava_lang_Object_2Z(key){ + if (this.java_util_AbstractMap$1_this$01.containsKey__Ljava_lang_Object_2Z(key)) { + this.java_util_AbstractMap$1_this$01.remove__Ljava_lang_Object_2Ljava_lang_Object_2(key); + return true; + } + return false; +} +; +_.size__I = function java_util_AbstractMap$1_size__I(){ + return this.java_util_AbstractMap$1_this$01.size__I(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractMap/1', 392, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function java_util_AbstractMap$1$1_AbstractMap$1$1__Ljava_util_AbstractMap$1_2V(val$outerIter){ + this.java_util_AbstractMap$1$1_val$outerIter2 = val$outerIter; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(393, 1, $intern_704, java_util_AbstractMap$1$1_AbstractMap$1$1__Ljava_util_AbstractMap$1_2V); +_.hasNext__Z = function java_util_AbstractMap$1$1_hasNext__Z(){ + return this.java_util_AbstractMap$1$1_val$outerIter2.hasNext__Z(); +} +; +_.next__Ljava_lang_Object_2 = function java_util_AbstractMap$1$1_next__Ljava_lang_Object_2(){ + var java_util_AbstractMap$1$1_$next__Ljava_util_AbstractMap$1$1_2Ljava_lang_Object_2_entry_0; + return java_util_AbstractMap$1$1_$next__Ljava_util_AbstractMap$1$1_2Ljava_lang_Object_2_entry_0 = this.java_util_AbstractMap$1$1_val$outerIter2.next__Ljava_lang_Object_2() , java_util_AbstractMap$1$1_$next__Ljava_util_AbstractMap$1$1_2Ljava_lang_Object_2_entry_0.getKey__Ljava_lang_Object_2(); +} +; +_.remove__V = function java_util_AbstractMap$1$1_remove__V(){ + this.java_util_AbstractMap$1$1_val$outerIter2.remove__V(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap$1$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractMap/1/1', 393, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_AbstractMap$2_AbstractMap$2__Ljava_util_AbstractMap_2V(this$0){ + this.java_util_AbstractMap$2_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(869, 81, $intern_2411, java_util_AbstractMap$2_AbstractMap$2__Ljava_util_AbstractMap_2V); +_.clear__V = function java_util_AbstractMap$2_clear__V(){ + this.java_util_AbstractMap$2_this$01.clear__V(); +} +; +_.contains__Ljava_lang_Object_2Z = function java_util_AbstractMap$2_contains__Ljava_lang_Object_2Z(value_0){ + return this.java_util_AbstractMap$2_this$01.containsValue__Ljava_lang_Object_2Z(value_0); +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_AbstractMap$2_iterator__Ljava_util_Iterator_2(){ + var outerIter; + outerIter = this.java_util_AbstractMap$2_this$01.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2(); + return new java_util_AbstractMap$2$1_AbstractMap$2$1__Ljava_util_AbstractMap$2_2V(outerIter); +} +; +_.size__I = function java_util_AbstractMap$2_size__I(){ + return this.java_util_AbstractMap$2_this$01.size__I(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractMap/2', 869, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractCollection_12_1classLit); +function java_util_AbstractMap$2$1_AbstractMap$2$1__Ljava_util_AbstractMap$2_2V(val$outerIter){ + this.java_util_AbstractMap$2$1_val$outerIter2 = val$outerIter; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(870, 1, $intern_704, java_util_AbstractMap$2$1_AbstractMap$2$1__Ljava_util_AbstractMap$2_2V); +_.hasNext__Z = function java_util_AbstractMap$2$1_hasNext__Z(){ + return this.java_util_AbstractMap$2$1_val$outerIter2.hasNext__Z(); +} +; +_.next__Ljava_lang_Object_2 = function java_util_AbstractMap$2$1_next__Ljava_lang_Object_2(){ + var entry; + entry = this.java_util_AbstractMap$2$1_val$outerIter2.next__Ljava_lang_Object_2(); + return entry.getValue__Ljava_lang_Object_2(); +} +; +_.remove__V = function java_util_AbstractMap$2$1_remove__V(){ + this.java_util_AbstractMap$2$1_val$outerIter2.remove__V(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap$2$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractMap/2/1', 870, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_AbstractMap$AbstractEntry_$setValue__Ljava_util_AbstractMap$AbstractEntry_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, value_0){ + var oldValue; + oldValue = this$static.java_util_AbstractMap$AbstractEntry_value; + this$static.java_util_AbstractMap$AbstractEntry_value = value_0; + return oldValue; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(868, 1, $intern_3504); +_.equals__Ljava_lang_Object_2Z = function java_util_AbstractMap$AbstractEntry_equals__Ljava_lang_Object_2Z(other){ + var entry; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(other, 228)) { + return false; + } + entry = other; + return java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.java_util_AbstractMap$AbstractEntry_key, entry.getKey__Ljava_lang_Object_2()) && java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.java_util_AbstractMap$AbstractEntry_value, entry.getValue__Ljava_lang_Object_2()); +} +; +_.getKey__Ljava_lang_Object_2 = function java_util_AbstractMap$AbstractEntry_getKey__Ljava_lang_Object_2(){ + return this.java_util_AbstractMap$AbstractEntry_key; +} +; +_.getValue__Ljava_lang_Object_2 = function java_util_AbstractMap$AbstractEntry_getValue__Ljava_lang_Object_2(){ + return this.java_util_AbstractMap$AbstractEntry_value; +} +; +_.hashCode__I = function java_util_AbstractMap$AbstractEntry_hashCode__I(){ + return java_util_Objects_hashCode__Ljava_lang_Object_2I(this.java_util_AbstractMap$AbstractEntry_key) ^ java_util_Objects_hashCode__Ljava_lang_Object_2I(this.java_util_AbstractMap$AbstractEntry_value); +} +; +_.setValue__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_AbstractMap$AbstractEntry_setValue__Ljava_lang_Object_2Ljava_lang_Object_2(value_0){ + return java_util_AbstractMap$AbstractEntry_$setValue__Ljava_util_AbstractMap$AbstractEntry_2Ljava_lang_Object_2Ljava_lang_Object_2(this, value_0); +} +; +_.toString__Ljava_lang_String_2 = function java_util_AbstractMap$AbstractEntry_toString__Ljava_lang_String_2(){ + return this.java_util_AbstractMap$AbstractEntry_key + '=' + this.java_util_AbstractMap$AbstractEntry_value; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap$AbstractEntry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractMap/AbstractEntry', 868, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_AbstractMap$SimpleEntry_AbstractMap$SimpleEntry__Ljava_lang_Object_2Ljava_lang_Object_2V(key, value_0){ + this.java_util_AbstractMap$AbstractEntry_key = key; + this.java_util_AbstractMap$AbstractEntry_value = value_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(542, 868, $intern_3504, java_util_AbstractMap$SimpleEntry_AbstractMap$SimpleEntry__Ljava_lang_Object_2Ljava_lang_Object_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap$SimpleEntry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractMap/SimpleEntry', 542, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap$AbstractEntry_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1115, 1, $intern_3504); +_.equals__Ljava_lang_Object_2Z = function java_util_AbstractMapEntry_equals__Ljava_lang_Object_2Z(other){ + var entry; + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(other, 228)) { + return false; + } + entry = other; + return java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.java_util_InternalStringMap$2_val$entry2.value[0], entry.getKey__Ljava_lang_Object_2()) && java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(java_util_InternalStringMap$2_$getValue__Ljava_util_InternalStringMap$2_2Ljava_lang_Object_2(this), entry.getValue__Ljava_lang_Object_2()); +} +; +_.hashCode__I = function java_util_AbstractMapEntry_hashCode__I(){ + return java_util_Objects_hashCode__Ljava_lang_Object_2I(this.java_util_InternalStringMap$2_val$entry2.value[0]) ^ java_util_Objects_hashCode__Ljava_lang_Object_2I(java_util_InternalStringMap$2_$getValue__Ljava_util_InternalStringMap$2_2Ljava_lang_Object_2(this)); +} +; +_.toString__Ljava_lang_String_2 = function java_util_AbstractMapEntry_toString__Ljava_lang_String_2(){ + return this.java_util_InternalStringMap$2_val$entry2.value[0] + '=' + java_util_InternalStringMap$2_$getValue__Ljava_util_InternalStringMap$2_2Ljava_lang_Object_2(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMapEntry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractMapEntry', 1115, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1114, 81, $intern_2411); +_.add__Ljava_lang_Object_2Z = function java_util_AbstractQueue_add__Ljava_lang_Object_2Z(o){ + javaemul_internal_InternalPreconditions_checkCriticalState__ZLjava_lang_Object_2V(com_github_tommyettinger_ds_ObjectDeque_$offerFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2Z(this.java_util_Collections$LifoQueue_deque, o), 'Unable to add element to queue'); + return true; +} +; +_.addAll__Ljava_util_Collection_2Z = function java_util_AbstractQueue_addAll__Ljava_util_Collection_2Z(c){ + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(c); + javaemul_internal_InternalPreconditions_checkCriticalArgument__ZLjava_lang_Object_2V(c != this, "Can't add a queue to itself"); + return java_util_AbstractCollection_$addAll__Ljava_util_AbstractCollection_2Ljava_util_Collection_2Z(this, c); +} +; +_.clear__V = function java_util_AbstractQueue_clear__V(){ + while (com_github_tommyettinger_ds_ObjectDeque_$pollFirst__Lcom_github_tommyettinger_ds_ObjectDeque_2Ljava_lang_Object_2(this.java_util_Collections$LifoQueue_deque) != null) + ; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractQueue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'AbstractQueue', 1114, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractCollection_12_1classLit); +function java_util_ArrayList$1_$next__Ljava_util_ArrayList$1_2Ljava_lang_Object_2(this$static){ + javaemul_internal_InternalPreconditions_checkCriticalElement__ZV(this$static.java_util_ArrayList$1_i < this$static.java_util_ArrayList$1_this$01.java_util_ArrayList_array.length); + this$static.java_util_ArrayList$1_last = this$static.java_util_ArrayList$1_i++; + return this$static.java_util_ArrayList$1_this$01.java_util_ArrayList_array[this$static.java_util_ArrayList$1_last]; +} + +function java_util_ArrayList$1_ArrayList$1__Ljava_util_ArrayList_2V(this$0){ + this.java_util_ArrayList$1_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(546, 1, $intern_704, java_util_ArrayList$1_ArrayList$1__Ljava_util_ArrayList_2V); +_.hasNext__Z = function java_util_ArrayList$1_hasNext__Z(){ + return this.java_util_ArrayList$1_i < this.java_util_ArrayList$1_this$01.java_util_ArrayList_array.length; +} +; +_.next__Ljava_lang_Object_2 = function java_util_ArrayList$1_next__Ljava_lang_Object_2(){ + return java_util_ArrayList$1_$next__Ljava_util_ArrayList$1_2Ljava_lang_Object_2(this); +} +; +_.remove__V = function java_util_ArrayList$1_remove__V(){ + javaemul_internal_InternalPreconditions_checkCriticalState__ZV(this.java_util_ArrayList$1_last != -1); + this.java_util_ArrayList$1_this$01.remove__ILjava_lang_Object_2(this.java_util_ArrayList$1_i = this.java_util_ArrayList$1_last); + this.java_util_ArrayList$1_last = -1; +} +; +_.java_util_ArrayList$1_i = 0; +_.java_util_ArrayList$1_last = -1; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ArrayList$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'ArrayList/1', 546, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Arrays_copyOf___3DI_3D(original, newLength){ + javaemul_internal_InternalPreconditions_checkCriticalArraySize__IV(newLength); + return java_util_Arrays_copyPrimitiveArray__Ljava_lang_Object_2Ljava_lang_Object_2IILjava_lang_Object_2(original, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_D_1classLit, $intern_409, 9, newLength, 15, 1), newLength); +} + +function java_util_Arrays_copyOf___3II_3I(original, newLength){ + javaemul_internal_InternalPreconditions_checkCriticalArraySize__IV(newLength); + return java_util_Arrays_copyPrimitiveArray__Ljava_lang_Object_2Ljava_lang_Object_2IILjava_lang_Object_2(original, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, newLength, 15, 1), newLength); +} + +function java_util_Arrays_copyOf___3Ljava_lang_Object_2I_3Ljava_lang_Object_2(original, newLength){ + javaemul_internal_InternalPreconditions_checkCriticalArraySize__IV(newLength); + return javaemul_internal_ArrayHelper_clone___3Ljava_lang_Object_2II_3Ljava_lang_Object_2(original, newLength); +} + +function java_util_Arrays_copyPrimitiveArray__Ljava_lang_Object_2Ljava_lang_Object_2IILjava_lang_Object_2(original, copy, to){ + var copyLen, len; + len = original.length; + copyLen = $wnd.Math.min(to, len); + javaemul_internal_ArrayHelper_copy__Ljava_lang_Object_2ILjava_lang_Object_2IIZV(original, 0, copy, 0, copyLen, true); + return copy; +} + +function java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(a1, a2){ + var i, n; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(a1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(a2)) { + return true; + } + if (a1 == null || a2 == null) { + return false; + } + if (a1.length != a2.length) { + return false; + } + for (i = 0 , n = a1.length; i < n; ++i) { + if (!java_util_Objects_deepEquals__Ljava_lang_Object_2Ljava_lang_Object_2Z(a1[i], a2[i])) { + return false; + } + } + return true; +} + +function java_util_Arrays_equals___3B_3BZ(array1, array2){ + var i; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array2)) { + return true; + } + if (array1 == null || array2 == null) { + return false; + } + if (array1.length != array2.length) { + return false; + } + for (i = 0; i < array1.length; ++i) { + if (array1[i] != array2[i]) { + return false; + } + } + return true; +} + +function java_util_Arrays_equals___3C_3CZ(array1, array2){ + var i; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array2)) { + return true; + } + if (array1 == null || array2 == null) { + return false; + } + if (array1.length != array2.length) { + return false; + } + for (i = 0; i < array1.length; ++i) { + if (array1[i] != array2[i]) { + return false; + } + } + return true; +} + +function java_util_Arrays_equals___3D_3DZ(array1, array2){ + var i; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array2)) { + return true; + } + if (array1 == null || array2 == null) { + return false; + } + if (array1.length != array2.length) { + return false; + } + for (i = 0; i < array1.length; ++i) { + if (!java_lang_Double_$equals__Ljava_lang_Double_2Ljava_lang_Object_2Z(array1[i], array2[i])) { + return false; + } + } + return true; +} + +function java_util_Arrays_equals___3F_3FZ(array1, array2){ + return java_util_Arrays_equals___3D_3DZ(array1, array2); +} + +function java_util_Arrays_equals___3I_3IZ(array1, array2){ + var i; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array2)) { + return true; + } + if (array1 == null || array2 == null) { + return false; + } + if (array1.length != array2.length) { + return false; + } + for (i = 0; i < array1.length; ++i) { + if (array1[i] != array2[i]) { + return false; + } + } + return true; +} + +function java_util_Arrays_equals___3J_3JZ(array1, array2){ + var i; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array2)) { + return true; + } + if (array1 == null || array2 == null) { + return false; + } + if (array1.length != array2.length) { + return false; + } + for (i = 0; i < array1.length; ++i) { + if (com_google_gwt_lang_LongLib_compare__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2D(array1[i], array2[i]) != 0) { + return false; + } + } + return true; +} + +function java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(array1, array2){ + var i, val1, val2; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array2)) { + return true; + } + if (array1 == null || array2 == null) { + return false; + } + if (array1.length != array2.length) { + return false; + } + for (i = 0; i < array1.length; ++i) { + val1 = array1[i]; + val2 = array2[i]; + if (!(com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(val1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(val2) || val1 != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(val1, val2))) { + return false; + } + } + return true; +} + +function java_util_Arrays_equals___3S_3SZ(array1, array2){ + var i; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array2)) { + return true; + } + if (array1 == null || array2 == null) { + return false; + } + if (array1.length != array2.length) { + return false; + } + for (i = 0; i < array1.length; ++i) { + if (array1[i] != array2[i]) { + return false; + } + } + return true; +} + +function java_util_Arrays_equals___3Z_3ZZ(array1, array2){ + var i; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(array2)) { + return true; + } + if (array1 == null || array2 == null) { + return false; + } + if (array1.length != array2.length) { + return false; + } + for (i = 0; i < array1.length; ++i) { + if (array1[i] != array2[i]) { + return false; + } + } + return true; +} + +function java_util_Arrays_fill___3CCV(a, val){ + java_util_Arrays_fill0___3CIICV(a, 0, a.length, val); +} + +function java_util_Arrays_fill___3CIICV(a, fromIndex, toIndex){ + javaemul_internal_InternalPreconditions_checkCriticalArrayBounds__IIIV(fromIndex, toIndex, a.length); + java_util_Arrays_fill0___3CIICV(a, fromIndex, toIndex, 0); +} + +function java_util_Arrays_fill___3FFV(a, val){ + java_util_Arrays_fill0___3FIIFV(a, a.length, val); +} + +function java_util_Arrays_fill___3FIIFV(a, toIndex, val){ + javaemul_internal_InternalPreconditions_checkCriticalArrayBounds__IIIV(0, toIndex, a.length); + java_util_Arrays_fill0___3FIIFV(a, toIndex, val); +} + +function java_util_Arrays_fill___3IIV(a, val){ + java_util_Arrays_fill0___3IIIIV(a, a.length, val); +} + +function java_util_Arrays_fill___3JJV(a){ + java_util_Arrays_fill0___3JIIJV(a, a.length); +} + +function java_util_Arrays_fill___3Ljava_lang_Object_2IILjava_lang_Object_2V(a, toIndex){ + javaemul_internal_InternalPreconditions_checkCriticalArrayBounds__IIIV(0, toIndex, a.length); + java_util_Arrays_fill0___3Ljava_lang_Object_2IILjava_lang_Object_2V(a, toIndex); +} + +function java_util_Arrays_fill___3Ljava_lang_Object_2Ljava_lang_Object_2V(a){ + java_util_Arrays_fill0___3Ljava_lang_Object_2IILjava_lang_Object_2V(a, a.length); +} + +function java_util_Arrays_fill0___3CIICV(a, fromIndex, toIndex, val){ + var i; + for (i = fromIndex; i < toIndex; ++i) { + a[i] = val; + } +} + +function java_util_Arrays_fill0___3FIIFV(a, toIndex, val){ + var i; + for (i = 0; i < toIndex; ++i) { + a[i] = val; + } +} + +function java_util_Arrays_fill0___3IIIIV(a, toIndex, val){ + var i; + for (i = 0; i < toIndex; ++i) { + a[i] = val; + } +} + +function java_util_Arrays_fill0___3JIIJV(a, toIndex){ + var i; + for (i = 0; i < toIndex; ++i) { + a[i] = 0; + } +} + +function java_util_Arrays_fill0___3Ljava_lang_Object_2IILjava_lang_Object_2V(a, toIndex){ + var i; + for (i = 0; i < toIndex; ++i) { + a[i] = null; + } +} + +function java_util_Arrays_hashCode___3CI(a){ + var e, e$array, e$index, e$max, hashCode; + if (a == null) { + return 0; + } + hashCode = 1; + for (e$array = a , e$index = 0 , e$max = e$array.length; e$index < e$max; ++e$index) { + e = e$array[e$index]; + hashCode = 31 * hashCode + e; + hashCode = hashCode | 0; + } + return hashCode; +} + +function java_util_Arrays_hashCode___3II(a){ + var e, e$array, e$index, e$max, hashCode; + if (a == null) { + return 0; + } + hashCode = 1; + for (e$array = a , e$index = 0 , e$max = e$array.length; e$index < e$max; ++e$index) { + e = e$array[e$index]; + hashCode = 31 * hashCode + e; + hashCode = hashCode | 0; + } + return hashCode; +} + +function java_util_Arrays_hashCode___3Ljava_lang_Object_2I(a){ + var e, e$array, e$index, e$max, hashCode; + if (a == null) { + return 0; + } + hashCode = 1; + for (e$array = a , e$index = 0 , e$max = e$array.length; e$index < e$max; ++e$index) { + e = e$array[e$index]; + hashCode = 31 * hashCode + (e != null?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(e):0); + hashCode = hashCode | 0; + } + return hashCode; +} + +function java_util_Arrays_insertionSort___3Ljava_lang_Object_2IILjava_util_Comparator_2V(array, low, high, comp){ + var i, j, t; + for (i = low + 1; i < high; ++i) { + for (j = i; j > low && comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(array[j - 1], array[j]) > 0; --j) { + t = array[j]; + array[j] = array[j - 1]; + array[j - 1] = t; + } + } +} + +function java_util_Arrays_merge___3Ljava_lang_Object_2III_3Ljava_lang_Object_2IILjava_util_Comparator_2V(src_0, srcLow, srcMid, srcHigh, dest, destLow, destHigh, comp){ + var topIdx; + topIdx = srcMid; + while (destLow < destHigh) { + topIdx >= srcHigh || srcLow < srcMid && comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(src_0[srcLow], src_0[topIdx]) <= 0?(dest[destLow++] = src_0[srcLow++]):(dest[destLow++] = src_0[topIdx++]); + } +} + +function java_util_Arrays_mergeSort___3Ljava_lang_Object_2IILjava_util_Comparator_2V(x_0, fromIndex, toIndex, comp){ + var temp; + comp = (java_util_Comparators_$clinit__V() , !comp?java_util_Comparators_INTERNAL_1NATURAL_1ORDER:comp); + temp = x_0.slice(fromIndex, toIndex); + java_util_Arrays_mergeSort___3Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2V(temp, x_0, fromIndex, toIndex, -fromIndex, comp); +} + +function java_util_Arrays_mergeSort___3Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2V(temp, array, low, high, ofs, comp){ + var length_0, tempHigh, tempLow, tempMid; + length_0 = high - low; + if (length_0 < 7) { + java_util_Arrays_insertionSort___3Ljava_lang_Object_2IILjava_util_Comparator_2V(array, low, high, comp); + return; + } + tempLow = low + ofs; + tempHigh = high + ofs; + tempMid = tempLow + (tempHigh - tempLow >> 1); + java_util_Arrays_mergeSort___3Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2V(array, temp, tempLow, tempMid, -ofs, comp); + java_util_Arrays_mergeSort___3Ljava_lang_Object_2_3Ljava_lang_Object_2IIILjava_util_Comparator_2V(array, temp, tempMid, tempHigh, -ofs, comp); + if (comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(temp[tempMid - 1], temp[tempMid]) <= 0) { + while (low < high) { + array[low++] = temp[tempLow++]; + } + return; + } + java_util_Arrays_merge___3Ljava_lang_Object_2III_3Ljava_lang_Object_2IILjava_util_Comparator_2V(temp, tempLow, tempMid, tempHigh, array, low, high, comp); +} + +function java_util_Arrays_nativeSort__Ljava_lang_Object_2IILjavaemul_internal_ArrayHelper$CompareFunction_2V(array, toIndex, fn){ + var temp; + temp = array.slice(0, toIndex); + temp.sort(fn); + javaemul_internal_ArrayHelper_copy__Ljava_lang_Object_2ILjava_lang_Object_2IIZV(temp, 0, array, 0, toIndex, true); +} + +function java_util_Arrays_sort___3Ljava_lang_Object_2IILjava_util_Comparator_2V(x_0, toIndex, c){ + javaemul_internal_InternalPreconditions_checkCriticalArrayBounds__IIIV(0, toIndex, x_0.length); + java_util_Arrays_mergeSort___3Ljava_lang_Object_2IILjava_util_Comparator_2V(x_0, 0, toIndex, c); +} + +function java_util_Arrays_toString___3DLjava_lang_String_2(a){ + var element, element$array, element$index, element$max, joiner; + if (a == null) { + return $intern_571; + } + joiner = new java_util_StringJoiner_StringJoiner__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2V('[', ']'); + for (element$array = a , element$index = 0 , element$max = element$array.length; element$index < element$max; ++element$index) { + element = element$array[element$index]; + !joiner.java_util_StringJoiner_builder?(joiner.java_util_StringJoiner_builder = new java_lang_StringBuilder_StringBuilder__Ljava_lang_String_2V(joiner.java_util_StringJoiner_prefix)):java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(joiner.java_util_StringJoiner_builder, joiner.java_util_StringJoiner_delimiter); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_CharSequence_2Ljava_lang_StringBuilder_2(joiner.java_util_StringJoiner_builder, '' + element); + } + return !joiner.java_util_StringJoiner_builder?joiner.java_util_StringJoiner_emptyValue:joiner.java_util_StringJoiner_suffix.length == 0?joiner.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string:joiner.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string + ('' + joiner.java_util_StringJoiner_suffix); +} + +function java_util_Arrays_toString___3FLjava_lang_String_2(a){ + var element, element$array, element$index, element$max, joiner; + if (a == null) { + return $intern_571; + } + joiner = new java_util_StringJoiner_StringJoiner__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2V('[', ']'); + for (element$array = a , element$index = 0 , element$max = element$array.length; element$index < element$max; ++element$index) { + element = element$array[element$index]; + !joiner.java_util_StringJoiner_builder?(joiner.java_util_StringJoiner_builder = new java_lang_StringBuilder_StringBuilder__Ljava_lang_String_2V(joiner.java_util_StringJoiner_prefix)):java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(joiner.java_util_StringJoiner_builder, joiner.java_util_StringJoiner_delimiter); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_CharSequence_2Ljava_lang_StringBuilder_2(joiner.java_util_StringJoiner_builder, '' + element); + } + return !joiner.java_util_StringJoiner_builder?joiner.java_util_StringJoiner_emptyValue:joiner.java_util_StringJoiner_suffix.length == 0?joiner.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string:joiner.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string + ('' + joiner.java_util_StringJoiner_suffix); +} + +function java_util_Arrays_toString___3Ljava_lang_Object_2Ljava_lang_String_2(x_0){ + if (x_0 == null) { + return $intern_571; + } + return java_util_AbstractCollection_$toString__Ljava_util_AbstractCollection_2Ljava_lang_String_2(new java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(x_0)); +} + +function java_util_Arrays$ArrayList_$toArray__Ljava_util_Arrays$ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this$static, out){ + var i, size_0; + size_0 = this$static.java_util_Arrays$ArrayList_array.length; + out.length < size_0 && (out = javaemul_internal_ArrayStamper_stampJavaTypeInfo__Ljava_lang_Object_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(new Array(size_0), out)); + for (i = 0; i < size_0; ++i) { + out[i] = this$static.java_util_Arrays$ArrayList_array[i]; + } + out.length > size_0 && (out[size_0] = null); + return out; +} + +function java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V(array){ + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(array); + this.java_util_Arrays$ArrayList_array = array; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(21, 263, $intern_3505, java_util_Arrays$ArrayList_Arrays$ArrayList___3Ljava_lang_Object_2V); +_.contains__Ljava_lang_Object_2Z = function java_util_Arrays$ArrayList_contains__Ljava_lang_Object_2Z(o){ + return java_util_AbstractList_$indexOf__Ljava_util_AbstractList_2Ljava_lang_Object_2I(this, o) != -1; +} +; +_.get__ILjava_lang_Object_2 = function java_util_Arrays$ArrayList_get__ILjava_lang_Object_2(index_0){ + return javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, this.java_util_Arrays$ArrayList_array.length) , this.java_util_Arrays$ArrayList_array[index_0]; +} +; +_.set__ILjava_lang_Object_2Ljava_lang_Object_2 = function java_util_Arrays$ArrayList_set__ILjava_lang_Object_2Ljava_lang_Object_2(index_0, value_0){ + var was; + was = (javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, this.java_util_Arrays$ArrayList_array.length) , this.java_util_Arrays$ArrayList_array[index_0]); + this.java_util_Arrays$ArrayList_array[index_0] = value_0; + return was; +} +; +_.size__I = function java_util_Arrays$ArrayList_size__I(){ + return this.java_util_Arrays$ArrayList_array.length; +} +; +_.sort__Ljava_util_Comparator_2V = function java_util_Arrays$ArrayList_sort__Ljava_util_Comparator_2V(c){ + java_util_Arrays_sort___3Ljava_lang_Object_2IILjava_util_Comparator_2V(this.java_util_Arrays$ArrayList_array, this.java_util_Arrays$ArrayList_array.length, c); +} +; +_.toArray___3Ljava_lang_Object_2 = function java_util_Arrays$ArrayList_toArray___3Ljava_lang_Object_2(){ + return java_util_Arrays$ArrayList_$toArray__Ljava_util_Arrays$ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this, com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, this.java_util_Arrays$ArrayList_array.length, 5, 1)); +} +; +_.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2 = function java_util_Arrays$ArrayList_toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(out){ + return java_util_Arrays$ArrayList_$toArray__Ljava_util_Arrays$ArrayList_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(this, out); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Arrays$ArrayList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Arrays/ArrayList', 21, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList_12_1classLit); +function java_util_Arrays$lambda$0$Type_Arrays$lambda$0$Type__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1152, $wnd.Function, {}, java_util_Arrays$lambda$0$Type_Arrays$lambda$0$Type__V); +_.compare__DDD = function java_util_Arrays$lambda$0$Type_compare__DDD(d1, d2){ + return d1 - d2; +} +; +function java_util_Collections_$clinit__V(){ + java_util_Collections_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_util_Collections_EMPTY_1LIST = new java_util_Collections$EmptyList_Collections$EmptyList__V; + java_util_Collections_EMPTY_1MAP = new java_util_Collections$EmptyMap_Collections$EmptyMap__V; + java_util_Collections_EMPTY_1SET = new java_util_Collections$EmptySet_Collections$EmptySet__V; +} + +function java_util_Collections_addAll__Ljava_util_Collection_2_3Ljava_lang_Object_2Z(c, a){ + java_util_Collections_$clinit__V(); + var e, e$array, e$index, e$max, result; + result = false; + for (e$array = a , e$index = 0 , e$max = e$array.length; e$index < e$max; ++e$index) { + e = e$array[e$index]; + result = result | c.add__Ljava_lang_Object_2Z(e); + } + return result; +} + +function java_util_Collections_binarySearch__Ljava_util_List_2Ljava_lang_Object_2Ljava_util_Comparator_2I(sortedList, key, comparator){ + java_util_Collections_$clinit__V(); + var compareResult, high, low, mid, midVal; + comparator = (java_util_Comparators_$clinit__V() , !comparator?java_util_Comparators_INTERNAL_1NATURAL_1ORDER:comparator); + low = 0; + high = sortedList.size__I() - 1; + while (low <= high) { + mid = low + (high - low >> 1); + midVal = sortedList.get__ILjava_lang_Object_2(mid); + compareResult = comparator.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(midVal, key); + if (compareResult < 0) { + low = mid + 1; + } + else if (compareResult > 0) { + high = mid - 1; + } + else { + return mid; + } + } + return -low - 1; +} + +function java_util_Collections_copy__Ljava_util_List_2Ljava_util_List_2V(dest, src_0){ + java_util_Collections_$clinit__V(); + var destIt, e, e$iterator; + if (src_0.size__I() > dest.size__I()) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V('src does not fit in dest')); + } + destIt = dest.listIterator__Ljava_util_ListIterator_2(); + for (e$iterator = src_0.iterator__Ljava_util_Iterator_2(); e$iterator.hasNext__Z();) { + e = e$iterator.next__Ljava_lang_Object_2(); + destIt.next__Ljava_lang_Object_2(); + destIt.set__Ljava_lang_Object_2V(e); + } +} + +function java_util_Collections_disjoint__Ljava_util_Collection_2Ljava_util_Collection_2Z(c1, c2){ + java_util_Collections_$clinit__V(); + var iterating, o, o$iterator, testing; + iterating = c1; + testing = c2; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(c1, 89) && !com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(c2, 89)) { + iterating = c2; + testing = c1; + } + for (o$iterator = iterating.iterator__Ljava_util_Iterator_2(); o$iterator.hasNext__Z();) { + o = o$iterator.next__Ljava_lang_Object_2(); + if (testing.contains__Ljava_lang_Object_2Z(o)) { + return false; + } + } + return true; +} + +function java_util_Collections_fill__Ljava_util_List_2Ljava_lang_Object_2V(list, obj){ + java_util_Collections_$clinit__V(); + var it; + for (it = list.listIterator__Ljava_util_ListIterator_2(); it.hasNext__Z();) { + it.next__Ljava_lang_Object_2(); + it.set__Ljava_lang_Object_2V(obj); + } +} + +function java_util_Collections_frequency__Ljava_util_Collection_2Ljava_lang_Object_2I(c, o){ + java_util_Collections_$clinit__V(); + var count, e, e$iterator; + count = 0; + for (e$iterator = c.iterator__Ljava_util_Iterator_2(); e$iterator.hasNext__Z();) { + e = e$iterator.next__Ljava_lang_Object_2(); + (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(e) || o != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(o, e)) && ++count; + } + return count; +} + +function java_util_Collections_hashCode__Ljava_lang_Iterable_2I(collection){ + java_util_Collections_$clinit__V(); + var e, e$iterator, hashCode; + hashCode = 0; + for (e$iterator = collection.iterator__Ljava_util_Iterator_2(); e$iterator.hasNext__Z();) { + e = e$iterator.next__Ljava_lang_Object_2(); + hashCode = hashCode + (e != null?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(e):0); + hashCode = hashCode | 0; + } + return hashCode; +} + +function java_util_Collections_hashCode__Ljava_util_List_2I(list){ + java_util_Collections_$clinit__V(); + var e, e$iterator, hashCode; + hashCode = 1; + for (e$iterator = list.iterator__Ljava_util_Iterator_2(); e$iterator.hasNext__Z();) { + e = e$iterator.next__Ljava_lang_Object_2(); + hashCode = 31 * hashCode + (e != null?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(e):0); + hashCode = hashCode | 0; + } + return hashCode; +} + +function java_util_Collections_list__Ljava_util_Enumeration_2Ljava_util_ArrayList_2(e){ + java_util_Collections_$clinit__V(); + var arrayList; + arrayList = new java_util_ArrayList_ArrayList__V; + while (e.hasMoreElements__Z()) { + java_util_ArrayList_$add__Ljava_util_ArrayList_2Ljava_lang_Object_2Z(arrayList, e.nextElement__Ljava_lang_Object_2()); + } + return arrayList; +} + +function java_util_Collections_max__Ljava_util_Collection_2Ljava_util_Comparator_2Ljava_lang_Object_2(coll, comp){ + java_util_Collections_$clinit__V(); + var it, max_0, t; + comp = (java_util_Comparators_$clinit__V() , !comp?java_util_Comparators_INTERNAL_1NATURAL_1ORDER:comp); + it = coll.iterator__Ljava_util_Iterator_2(); + max_0 = it.next__Ljava_lang_Object_2(); + while (it.hasNext__Z()) { + t = it.next__Ljava_lang_Object_2(); + comp.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(t, max_0) > 0 && (max_0 = t); + } + return max_0; +} + +function java_util_Collections_nCopies__ILjava_lang_Object_2Ljava_util_List_2(n, o){ + java_util_Collections_$clinit__V(); + var i, list; + list = new java_util_ArrayList_ArrayList__V; + for (i = 0; i < n; ++i) { + javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(list.java_util_ArrayList_array, o); + } + return new java_util_Collections$UnmodifiableRandomAccessList_Collections$UnmodifiableRandomAccessList__Ljava_util_List_2V(list); +} + +function java_util_Collections_replaceAll__Ljava_util_List_2Ljava_lang_Object_2Ljava_lang_Object_2Z(list, oldVal, newVal){ + java_util_Collections_$clinit__V(); + var it, modified, t; + modified = false; + for (it = list.listIterator__Ljava_util_ListIterator_2(); it.hasNext__Z();) { + t = it.next__Ljava_lang_Object_2(); + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(t) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(oldVal) || t != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(t, oldVal)) { + it.set__Ljava_lang_Object_2V(newVal); + modified = true; + } + } + return modified; +} + +function java_util_Collections_reverse__Ljava_util_List_2V(l){ + java_util_Collections_$clinit__V(); + var head, headElem, iBack, iFront, tail, tailElem; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(l, 313)) { + for (iFront = 0 , iBack = l.size__I() - 1; iFront < iBack; ++iFront , --iBack) { + java_util_Collections_swapImpl__Ljava_util_List_2IIV(l, iFront, iBack); + } + } + else { + head = l.listIterator__Ljava_util_ListIterator_2(); + tail = l.listIterator__ILjava_util_ListIterator_2(l.size__I()); + while (head.nextIndex__I() < tail.previousIndex__I()) { + headElem = head.next__Ljava_lang_Object_2(); + tailElem = tail.previous__Ljava_lang_Object_2(); + head.set__Ljava_lang_Object_2V(tailElem); + tail.set__Ljava_lang_Object_2V(headElem); + } + } +} + +function java_util_Collections_rotate__Ljava_util_List_2IV(lst, dist){ + java_util_Collections_$clinit__V(); + var beginIndex, divideIndex, i, index_0, list, normdist, size_0, sublist1, sublist2, temp; + javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(lst); + size_0 = lst.size__I(); + if (size_0 == 0) { + return; + } + normdist = dist % size_0; + if (normdist == 0) { + return; + } + normdist < 0 && (normdist += size_0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(lst, 313)) { + list = lst; + temp = list.get__ILjava_lang_Object_2(0); + index_0 = 0; + beginIndex = 0; + for (i = 0; i < size_0; i++) { + index_0 = (index_0 + normdist) % size_0; + temp = list.set__ILjava_lang_Object_2Ljava_lang_Object_2(index_0, temp); + if (index_0 == beginIndex) { + index_0 = ++beginIndex; + temp = list.get__ILjava_lang_Object_2(beginIndex); + } + } + } + else { + divideIndex = size_0 - normdist; + sublist1 = lst.subList__IILjava_util_List_2(0, divideIndex); + sublist2 = lst.subList__IILjava_util_List_2(divideIndex, size_0); + java_util_Collections_reverse__Ljava_util_List_2V(sublist1); + java_util_Collections_reverse__Ljava_util_List_2V(sublist2); + java_util_Collections_reverse__Ljava_util_List_2V(lst); + } +} + +function java_util_Collections_shuffle__Ljava_util_List_2Ljava_util_Random_2V(list, rnd){ + java_util_Collections_$clinit__V(); + var arr, e, e$array, e$index, e$max, i, it; + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(list, 313)) { + for (i = list.size__I() - 1; i >= 1; i--) { + java_util_Collections_swapImpl__Ljava_util_List_2IIV(list, i, rnd.nextInt__II(i + 1)); + } + } + else { + arr = list.toArray___3Ljava_lang_Object_2(); + for (i = arr.length - 1; i >= 1; i--) { + java_util_Collections_swapImpl___3Ljava_lang_Object_2IIV(arr, i, rnd.nextInt__II(i + 1)); + } + it = list.listIterator__Ljava_util_ListIterator_2(); + for (e$array = arr , e$index = 0 , e$max = e$array.length; e$index < e$max; ++e$index) { + e = e$array[e$index]; + it.next__Ljava_lang_Object_2(); + it.set__Ljava_lang_Object_2V(e); + } + } +} + +function java_util_Collections_swapImpl__Ljava_util_List_2IIV(list, i, j){ + java_util_Collections_$clinit__V(); + var t; + t = list.get__ILjava_lang_Object_2(i); + list.set__ILjava_lang_Object_2Ljava_lang_Object_2(i, list.get__ILjava_lang_Object_2(j)); + list.set__ILjava_lang_Object_2Ljava_lang_Object_2(j, t); +} + +function java_util_Collections_swapImpl___3Ljava_lang_Object_2IIV(a, i, j){ + java_util_Collections_$clinit__V(); + var obj; + obj = a[i]; + a[i] = a[j]; + a[j] = obj; +} + +var java_util_Collections_EMPTY_1LIST, java_util_Collections_EMPTY_1MAP, java_util_Collections_EMPTY_1SET; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, $intern_1419, null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Enumeration_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'Enumeration'); +function java_util_Collections$1_Collections$1__V(val$it){ + this.java_util_Collections$1_val$it1 = val$it; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(898, 1, {1124:1}, java_util_Collections$1_Collections$1__V); +_.hasMoreElements__Z = function java_util_Collections$1_hasMoreElements__Z(){ + return this.java_util_Collections$1_val$it1.hasNext__Z(); +} +; +_.nextElement__Ljava_lang_Object_2 = function java_util_Collections$1_nextElement__Ljava_lang_Object_2(){ + return this.java_util_Collections$1_val$it1.next__Ljava_lang_Object_2(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/1', 898, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Collections$EmptyList_Collections$EmptyList__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(888, 263, $intern_3505, java_util_Collections$EmptyList_Collections$EmptyList__V); +_.contains__Ljava_lang_Object_2Z = function java_util_Collections$EmptyList_contains__Ljava_lang_Object_2Z(object){ + return false; +} +; +_.get__ILjava_lang_Object_2 = function java_util_Collections$EmptyList_get__ILjava_lang_Object_2(location_0){ + javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(location_0, 0); + return null; +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_Collections$EmptyList_iterator__Ljava_util_Iterator_2(){ + return java_util_Collections_$clinit__V() , java_util_Collections$EmptyListIterator_$clinit__V() , java_util_Collections$EmptyListIterator_INSTANCE; +} +; +_.listIterator__Ljava_util_ListIterator_2 = function java_util_Collections$EmptyList_listIterator__Ljava_util_ListIterator_2(){ + return java_util_Collections_$clinit__V() , java_util_Collections$EmptyListIterator_$clinit__V() , java_util_Collections$EmptyListIterator_INSTANCE; +} +; +_.size__I = function java_util_Collections$EmptyList_size__I(){ + return 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$EmptyList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/EmptyList', 888, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList_12_1classLit); +function java_util_Collections$EmptyListIterator_$clinit__V(){ + java_util_Collections$EmptyListIterator_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_util_Collections$EmptyListIterator_INSTANCE = new java_util_Collections$EmptyListIterator_Collections$EmptyListIterator__V; +} + +function java_util_Collections$EmptyListIterator_Collections$EmptyListIterator__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(889, 1, $intern_3503, java_util_Collections$EmptyListIterator_Collections$EmptyListIterator__V); +_.add__Ljava_lang_Object_2V = function java_util_Collections$EmptyListIterator_add__Ljava_lang_Object_2V(o){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.hasNext__Z = function java_util_Collections$EmptyListIterator_hasNext__Z(){ + return false; +} +; +_.hasPrevious__Z = function java_util_Collections$EmptyListIterator_hasPrevious__Z(){ + return false; +} +; +_.next__Ljava_lang_Object_2 = function java_util_Collections$EmptyListIterator_next__Ljava_lang_Object_2(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); +} +; +_.nextIndex__I = function java_util_Collections$EmptyListIterator_nextIndex__I(){ + return 0; +} +; +_.previous__Ljava_lang_Object_2 = function java_util_Collections$EmptyListIterator_previous__Ljava_lang_Object_2(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); +} +; +_.previousIndex__I = function java_util_Collections$EmptyListIterator_previousIndex__I(){ + return -1; +} +; +_.remove__V = function java_util_Collections$EmptyListIterator_remove__V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__V); +} +; +_.set__Ljava_lang_Object_2V = function java_util_Collections$EmptyListIterator_set__Ljava_lang_Object_2V(o){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__V); +} +; +var java_util_Collections$EmptyListIterator_INSTANCE; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$EmptyListIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/EmptyListIterator', 889, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Collections$EmptyMap_Collections$EmptyMap__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(891, 391, {3:1, 391:1, 149:1}, java_util_Collections$EmptyMap_Collections$EmptyMap__V); +_.containsKey__Ljava_lang_Object_2Z = function java_util_Collections$EmptyMap_containsKey__Ljava_lang_Object_2Z(key){ + return false; +} +; +_.containsValue__Ljava_lang_Object_2Z = function java_util_Collections$EmptyMap_containsValue__Ljava_lang_Object_2Z(value_0){ + return false; +} +; +_.entrySet__Ljava_util_Set_2 = function java_util_Collections$EmptyMap_entrySet__Ljava_util_Set_2(){ + return java_util_Collections_$clinit__V() , java_util_Collections_EMPTY_1SET; +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_Collections$EmptyMap_get__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return null; +} +; +_.keySet__Ljava_util_Set_2 = function java_util_Collections$EmptyMap_keySet__Ljava_util_Set_2(){ + return java_util_Collections_$clinit__V() , java_util_Collections_EMPTY_1SET; +} +; +_.size__I = function java_util_Collections$EmptyMap_size__I(){ + return 0; +} +; +_.values__Ljava_util_Collection_2 = function java_util_Collections$EmptyMap_values__Ljava_util_Collection_2(){ + return java_util_Collections_$clinit__V() , java_util_Collections_EMPTY_1LIST; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$EmptyMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/EmptyMap', 891, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap_12_1classLit); +function java_util_Collections$EmptySet_Collections$EmptySet__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(890, $intern_976, $intern_3506, java_util_Collections$EmptySet_Collections$EmptySet__V); +_.contains__Ljava_lang_Object_2Z = function java_util_Collections$EmptySet_contains__Ljava_lang_Object_2Z(object){ + return false; +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_Collections$EmptySet_iterator__Ljava_util_Iterator_2(){ + return java_util_Collections_$clinit__V() , java_util_Collections$EmptyListIterator_$clinit__V() , java_util_Collections$EmptyListIterator_INSTANCE; +} +; +_.size__I = function java_util_Collections$EmptySet_size__I(){ + return 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$EmptySet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/EmptySet', 890, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function java_util_Collections$LifoQueue_Collections$LifoQueue__Ljava_util_Deque_2V(deque){ + this.java_util_Collections$LifoQueue_deque = deque; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(887, 1114, {3:1, 29:1, 81:1, 68:1}, java_util_Collections$LifoQueue_Collections$LifoQueue__Ljava_util_Deque_2V); +_.iterator__Ljava_util_Iterator_2 = function java_util_Collections$LifoQueue_iterator__Ljava_util_Iterator_2(){ + return com_github_tommyettinger_ds_ObjectDeque_$iterator__Lcom_github_tommyettinger_ds_ObjectDeque_2Lcom_github_tommyettinger_ds_ObjectDeque$ObjectDequeIterator_2(this.java_util_Collections$LifoQueue_deque); +} +; +_.size__I = function java_util_Collections$LifoQueue_size__I(){ + return this.java_util_Collections$LifoQueue_deque.com_github_tommyettinger_ds_ObjectDeque_size; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$LifoQueue_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/LifoQueue', 887, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractQueue_12_1classLit); +function java_util_Collections$RandomHolder_$clinit__V(){ + java_util_Collections$RandomHolder_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_util_Collections$RandomHolder_rnd = new java_util_Random_Random__V; +} + +var java_util_Collections$RandomHolder_rnd; +function java_util_Collections$SetFromMap_Collections$SetFromMap__Ljava_util_Map_2V(map_0){ + this.java_util_Collections$SetFromMap_backingMap = map_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(892, $intern_976, $intern_3506, java_util_Collections$SetFromMap_Collections$SetFromMap__Ljava_util_Map_2V); +_.add__Ljava_lang_Object_2Z = function java_util_Collections$SetFromMap_add__Ljava_lang_Object_2Z(e){ + return this.java_util_Collections$SetFromMap_backingMap.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(e, (java_lang_Boolean_$clinit__V() , java_lang_Boolean_TRUE)) == null; +} +; +_.clear__V = function java_util_Collections$SetFromMap_clear__V(){ + this.java_util_Collections$SetFromMap_backingMap.clear__V(); +} +; +_.contains__Ljava_lang_Object_2Z = function java_util_Collections$SetFromMap_contains__Ljava_lang_Object_2Z(o){ + return this.java_util_Collections$SetFromMap_backingMap.containsKey__Ljava_lang_Object_2Z(o); +} +; +_.equals__Ljava_lang_Object_2Z = function java_util_Collections$SetFromMap_equals__Ljava_lang_Object_2Z(o){ + return o === this || (!this.java_util_Collections$SetFromMap_keySet && (this.java_util_Collections$SetFromMap_keySet = this.java_util_Collections$SetFromMap_backingMap.keySet__Ljava_util_Set_2()) , java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.java_util_Collections$SetFromMap_keySet, o)); +} +; +_.hashCode__I = function java_util_Collections$SetFromMap_hashCode__I(){ + return !this.java_util_Collections$SetFromMap_keySet && (this.java_util_Collections$SetFromMap_keySet = this.java_util_Collections$SetFromMap_backingMap.keySet__Ljava_util_Set_2()) , java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.java_util_Collections$SetFromMap_keySet); +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_Collections$SetFromMap_iterator__Ljava_util_Iterator_2(){ + return (!this.java_util_Collections$SetFromMap_keySet && (this.java_util_Collections$SetFromMap_keySet = this.java_util_Collections$SetFromMap_backingMap.keySet__Ljava_util_Set_2()) , this.java_util_Collections$SetFromMap_keySet).iterator__Ljava_util_Iterator_2(); +} +; +_.remove__Ljava_lang_Object_2Z = function java_util_Collections$SetFromMap_remove__Ljava_lang_Object_2Z(o){ + return this.java_util_Collections$SetFromMap_backingMap.remove__Ljava_lang_Object_2Ljava_lang_Object_2(o) != null; +} +; +_.size__I = function java_util_Collections$SetFromMap_size__I(){ + return (!this.java_util_Collections$SetFromMap_keySet && (this.java_util_Collections$SetFromMap_keySet = this.java_util_Collections$SetFromMap_backingMap.keySet__Ljava_util_Set_2()) , this.java_util_Collections$SetFromMap_keySet).size__I(); +} +; +_.toString__Ljava_lang_String_2 = function java_util_Collections$SetFromMap_toString__Ljava_lang_String_2(){ + return !this.java_util_Collections$SetFromMap_keySet && (this.java_util_Collections$SetFromMap_keySet = this.java_util_Collections$SetFromMap_backingMap.keySet__Ljava_util_Set_2()) , com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(this.java_util_Collections$SetFromMap_keySet); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$SetFromMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/SetFromMap', 892, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function java_util_Collections$SingletonList_Collections$SingletonList__Ljava_lang_Object_2V(element){ + this.java_util_Collections$SingletonList_element = element; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(893, 263, {3:1, 29:1, 81:1, 263:1, 68:1, 229:1}, java_util_Collections$SingletonList_Collections$SingletonList__Ljava_lang_Object_2V); +_.contains__Ljava_lang_Object_2Z = function java_util_Collections$SingletonList_contains__Ljava_lang_Object_2Z(item_0){ + return java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.java_util_Collections$SingletonList_element, item_0); +} +; +_.get__ILjava_lang_Object_2 = function java_util_Collections$SingletonList_get__ILjava_lang_Object_2(index_0){ + javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, 1); + return this.java_util_Collections$SingletonList_element; +} +; +_.size__I = function java_util_Collections$SingletonList_size__I(){ + return 1; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$SingletonList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/SingletonList', 893, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractList_12_1classLit); +function java_util_Collections$UnmodifiableCollection_Collections$UnmodifiableCollection__Ljava_util_Collection_2V(coll){ + this.java_util_Collections$UnmodifiableCollection_coll = coll; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(468, 1, {29:1, 68:1}, java_util_Collections$UnmodifiableCollection_Collections$UnmodifiableCollection__Ljava_util_Collection_2V); +_.add__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableCollection_add__Ljava_lang_Object_2Z(o){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.addAll__Ljava_util_Collection_2Z = function java_util_Collections$UnmodifiableCollection_addAll__Ljava_util_Collection_2Z(c){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.clear__V = function java_util_Collections$UnmodifiableCollection_clear__V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.contains__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableCollection_contains__Ljava_lang_Object_2Z(o){ + return this.java_util_Collections$UnmodifiableCollection_coll.contains__Ljava_lang_Object_2Z(o); +} +; +_.containsAll__Ljava_util_Collection_2Z = function java_util_Collections$UnmodifiableCollection_containsAll__Ljava_util_Collection_2Z(c){ + return this.java_util_Collections$UnmodifiableCollection_coll.containsAll__Ljava_util_Collection_2Z(c); +} +; +_.isEmpty__Z = function java_util_Collections$UnmodifiableCollection_isEmpty__Z(){ + return this.java_util_Collections$UnmodifiableCollection_coll.isEmpty__Z(); +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_Collections$UnmodifiableCollection_iterator__Ljava_util_Iterator_2(){ + return new java_util_Collections$UnmodifiableCollectionIterator_Collections$UnmodifiableCollectionIterator__Ljava_util_Iterator_2V(this.java_util_Collections$UnmodifiableCollection_coll.iterator__Ljava_util_Iterator_2()); +} +; +_.remove__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableCollection_remove__Ljava_lang_Object_2Z(o){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.removeAll__Ljava_util_Collection_2Z = function java_util_Collections$UnmodifiableCollection_removeAll__Ljava_util_Collection_2Z(c){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.retainAll__Ljava_util_Collection_2Z = function java_util_Collections$UnmodifiableCollection_retainAll__Ljava_util_Collection_2Z(c){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.size__I = function java_util_Collections$UnmodifiableCollection_size__I(){ + return this.java_util_Collections$UnmodifiableCollection_coll.size__I(); +} +; +_.toArray___3Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableCollection_toArray___3Ljava_lang_Object_2(){ + return this.java_util_Collections$UnmodifiableCollection_coll.toArray___3Ljava_lang_Object_2(); +} +; +_.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableCollection_toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(a){ + return this.java_util_Collections$UnmodifiableCollection_coll.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(a); +} +; +_.toString__Ljava_lang_String_2 = function java_util_Collections$UnmodifiableCollection_toString__Ljava_lang_String_2(){ + return com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(this.java_util_Collections$UnmodifiableCollection_coll); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableCollection_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableCollection', 468, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Collections$UnmodifiableCollectionIterator_$remove__Ljava_util_Collections$UnmodifiableCollectionIterator_2V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} + +function java_util_Collections$UnmodifiableCollectionIterator_Collections$UnmodifiableCollectionIterator__Ljava_util_Iterator_2V(it){ + this.java_util_Collections$UnmodifiableCollectionIterator_it = it; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(713, 1, $intern_704, java_util_Collections$UnmodifiableCollectionIterator_Collections$UnmodifiableCollectionIterator__Ljava_util_Iterator_2V); +_.hasNext__Z = function java_util_Collections$UnmodifiableCollectionIterator_hasNext__Z(){ + return this.java_util_Collections$UnmodifiableCollectionIterator_it.hasNext__Z(); +} +; +_.next__Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableCollectionIterator_next__Ljava_lang_Object_2(){ + return this.java_util_Collections$UnmodifiableCollectionIterator_it.next__Ljava_lang_Object_2(); +} +; +_.remove__V = function java_util_Collections$UnmodifiableCollectionIterator_remove__V(){ + java_util_Collections$UnmodifiableCollectionIterator_$remove__Ljava_util_Collections$UnmodifiableCollectionIterator_2V(); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableCollectionIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableCollectionIterator', 713, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Collections$UnmodifiableList_Collections$UnmodifiableList__Ljava_util_List_2V(list){ + java_util_Collections$UnmodifiableCollection_Collections$UnmodifiableCollection__Ljava_util_Collection_2V.call(this, list); + this.java_util_Collections$UnmodifiableList_list = list; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(548, 468, {29:1, 68:1, 229:1}, java_util_Collections$UnmodifiableList_Collections$UnmodifiableList__Ljava_util_List_2V); +_.add__ILjava_lang_Object_2V = function java_util_Collections$UnmodifiableList_add__ILjava_lang_Object_2V(index_0, element){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.addAll__ILjava_util_Collection_2Z = function java_util_Collections$UnmodifiableList_addAll__ILjava_util_Collection_2Z(index_0, c){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.equals__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableList_equals__Ljava_lang_Object_2Z(o){ + return java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.java_util_Collections$UnmodifiableList_list, o); +} +; +_.get__ILjava_lang_Object_2 = function java_util_Collections$UnmodifiableList_get__ILjava_lang_Object_2(index_0){ + return this.java_util_Collections$UnmodifiableList_list.get__ILjava_lang_Object_2(index_0); +} +; +_.hashCode__I = function java_util_Collections$UnmodifiableList_hashCode__I(){ + return java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.java_util_Collections$UnmodifiableList_list); +} +; +_.indexOf__Ljava_lang_Object_2I = function java_util_Collections$UnmodifiableList_indexOf__Ljava_lang_Object_2I(o){ + return this.java_util_Collections$UnmodifiableList_list.indexOf__Ljava_lang_Object_2I(o); +} +; +_.isEmpty__Z = function java_util_Collections$UnmodifiableList_isEmpty__Z(){ + return this.java_util_Collections$UnmodifiableList_list.isEmpty__Z(); +} +; +_.lastIndexOf__Ljava_lang_Object_2I = function java_util_Collections$UnmodifiableList_lastIndexOf__Ljava_lang_Object_2I(o){ + return this.java_util_Collections$UnmodifiableList_list.lastIndexOf__Ljava_lang_Object_2I(o); +} +; +_.listIterator__Ljava_util_ListIterator_2 = function java_util_Collections$UnmodifiableList_listIterator__Ljava_util_ListIterator_2(){ + return new java_util_Collections$UnmodifiableListIterator_Collections$UnmodifiableListIterator__Ljava_util_ListIterator_2V(this.java_util_Collections$UnmodifiableList_list.listIterator__ILjava_util_ListIterator_2(0)); +} +; +_.listIterator__ILjava_util_ListIterator_2 = function java_util_Collections$UnmodifiableList_listIterator__ILjava_util_ListIterator_2(from){ + return new java_util_Collections$UnmodifiableListIterator_Collections$UnmodifiableListIterator__Ljava_util_ListIterator_2V(this.java_util_Collections$UnmodifiableList_list.listIterator__ILjava_util_ListIterator_2(from)); +} +; +_.remove__ILjava_lang_Object_2 = function java_util_Collections$UnmodifiableList_remove__ILjava_lang_Object_2(index_0){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.set__ILjava_lang_Object_2Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableList_set__ILjava_lang_Object_2Ljava_lang_Object_2(index_0, element){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.sort__Ljava_util_Comparator_2V = function java_util_Collections$UnmodifiableList_sort__Ljava_util_Comparator_2V(c){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.subList__IILjava_util_List_2 = function java_util_Collections$UnmodifiableList_subList__IILjava_util_List_2(fromIndex, toIndex){ + return new java_util_Collections$UnmodifiableList_Collections$UnmodifiableList__Ljava_util_List_2V(this.java_util_Collections$UnmodifiableList_list.subList__IILjava_util_List_2(fromIndex, toIndex)); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableList', 548, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableCollection_12_1classLit); +function java_util_Collections$UnmodifiableListIterator_Collections$UnmodifiableListIterator__Ljava_util_ListIterator_2V(lit){ + java_util_Collections$UnmodifiableCollectionIterator_Collections$UnmodifiableCollectionIterator__Ljava_util_Iterator_2V.call(this, lit); + this.java_util_Collections$UnmodifiableListIterator_lit = lit; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(714, 713, $intern_3503, java_util_Collections$UnmodifiableListIterator_Collections$UnmodifiableListIterator__Ljava_util_ListIterator_2V); +_.remove__V = function java_util_Collections$UnmodifiableListIterator_remove__V(){ + java_util_Collections$UnmodifiableCollectionIterator_$remove__Ljava_util_Collections$UnmodifiableCollectionIterator_2V(); +} +; +_.add__Ljava_lang_Object_2V = function java_util_Collections$UnmodifiableListIterator_add__Ljava_lang_Object_2V(o){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.hasPrevious__Z = function java_util_Collections$UnmodifiableListIterator_hasPrevious__Z(){ + return this.java_util_Collections$UnmodifiableListIterator_lit.hasPrevious__Z(); +} +; +_.nextIndex__I = function java_util_Collections$UnmodifiableListIterator_nextIndex__I(){ + return this.java_util_Collections$UnmodifiableListIterator_lit.nextIndex__I(); +} +; +_.previous__Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableListIterator_previous__Ljava_lang_Object_2(){ + return this.java_util_Collections$UnmodifiableListIterator_lit.previous__Ljava_lang_Object_2(); +} +; +_.previousIndex__I = function java_util_Collections$UnmodifiableListIterator_previousIndex__I(){ + return this.java_util_Collections$UnmodifiableListIterator_lit.previousIndex__I(); +} +; +_.set__Ljava_lang_Object_2V = function java_util_Collections$UnmodifiableListIterator_set__Ljava_lang_Object_2V(o){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableListIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableListIterator', 714, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableCollectionIterator_12_1classLit); +function java_util_Collections$UnmodifiableMap_Collections$UnmodifiableMap__Ljava_util_Map_2V(map_0){ + this.java_util_Collections$UnmodifiableMap_map = map_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(549, 1, {149:1}, java_util_Collections$UnmodifiableMap_Collections$UnmodifiableMap__Ljava_util_Map_2V); +_.getOrDefault__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap_getOrDefault__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, defaultValue){ + var currentValue; + return currentValue = this.java_util_Collections$UnmodifiableMap_map.get__Ljava_lang_Object_2Ljava_lang_Object_2(key) , currentValue == null && !this.java_util_Collections$UnmodifiableMap_map.containsKey__Ljava_lang_Object_2Z(key)?defaultValue:currentValue; +} +; +_.clear__V = function java_util_Collections$UnmodifiableMap_clear__V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.containsKey__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableMap_containsKey__Ljava_lang_Object_2Z(key){ + return this.java_util_Collections$UnmodifiableMap_map.containsKey__Ljava_lang_Object_2Z(key); +} +; +_.containsValue__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableMap_containsValue__Ljava_lang_Object_2Z(val){ + return this.java_util_Collections$UnmodifiableMap_map.containsValue__Ljava_lang_Object_2Z(val); +} +; +_.entrySet__Ljava_util_Set_2 = function java_util_Collections$UnmodifiableMap_entrySet__Ljava_util_Set_2(){ + !this.java_util_Collections$UnmodifiableMap_entrySet && (this.java_util_Collections$UnmodifiableMap_entrySet = new java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_Collections$UnmodifiableMap$UnmodifiableEntrySet__Ljava_util_Set_2V(this.java_util_Collections$UnmodifiableMap_map.entrySet__Ljava_util_Set_2())); + return this.java_util_Collections$UnmodifiableMap_entrySet; +} +; +_.equals__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableMap_equals__Ljava_lang_Object_2Z(o){ + return java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.java_util_Collections$UnmodifiableMap_map, o); +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap_get__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return this.java_util_Collections$UnmodifiableMap_map.get__Ljava_lang_Object_2Ljava_lang_Object_2(key); +} +; +_.hashCode__I = function java_util_Collections$UnmodifiableMap_hashCode__I(){ + return java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.java_util_Collections$UnmodifiableMap_map); +} +; +_.isEmpty__Z = function java_util_Collections$UnmodifiableMap_isEmpty__Z(){ + return this.java_util_Collections$UnmodifiableMap_map.isEmpty__Z(); +} +; +_.keySet__Ljava_util_Set_2 = function java_util_Collections$UnmodifiableMap_keySet__Ljava_util_Set_2(){ + !this.java_util_Collections$UnmodifiableMap_keySet && (this.java_util_Collections$UnmodifiableMap_keySet = new java_util_Collections$UnmodifiableSet_Collections$UnmodifiableSet__Ljava_util_Set_2V(this.java_util_Collections$UnmodifiableMap_map.keySet__Ljava_util_Set_2())); + return this.java_util_Collections$UnmodifiableMap_keySet; +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap_put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.putAll__Ljava_util_Map_2V = function java_util_Collections$UnmodifiableMap_putAll__Ljava_util_Map_2V(t){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.remove__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap_remove__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.size__I = function java_util_Collections$UnmodifiableMap_size__I(){ + return this.java_util_Collections$UnmodifiableMap_map.size__I(); +} +; +_.toString__Ljava_lang_String_2 = function java_util_Collections$UnmodifiableMap_toString__Ljava_lang_String_2(){ + return com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(this.java_util_Collections$UnmodifiableMap_map); +} +; +_.values__Ljava_util_Collection_2 = function java_util_Collections$UnmodifiableMap_values__Ljava_util_Collection_2(){ + !this.java_util_Collections$UnmodifiableMap_values && (this.java_util_Collections$UnmodifiableMap_values = new java_util_Collections$UnmodifiableCollection_Collections$UnmodifiableCollection__Ljava_util_Collection_2V(this.java_util_Collections$UnmodifiableMap_map.values__Ljava_util_Collection_2())); + return this.java_util_Collections$UnmodifiableMap_values; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableMap', 549, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Collections$UnmodifiableSet_Collections$UnmodifiableSet__Ljava_util_Set_2V(set_0){ + java_util_Collections$UnmodifiableCollection_Collections$UnmodifiableCollection__Ljava_util_Collection_2V.call(this, set_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(264, 468, $intern_2419, java_util_Collections$UnmodifiableSet_Collections$UnmodifiableSet__Ljava_util_Set_2V); +_.equals__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableSet_equals__Ljava_lang_Object_2Z(o){ + return java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.java_util_Collections$UnmodifiableCollection_coll, o); +} +; +_.hashCode__I = function java_util_Collections$UnmodifiableSet_hashCode__I(){ + return java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.java_util_Collections$UnmodifiableCollection_coll); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableSet', 264, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableCollection_12_1classLit); +function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_$wrap__Ljava_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_2_3Ljava_lang_Object_2IV(array, size_0){ + var i; + for (i = 0; i < size_0; ++i) { + array[i] = new java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry__Ljava_util_Map$Entry_2V(array[i]); + } +} + +function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_Collections$UnmodifiableMap$UnmodifiableEntrySet__Ljava_util_Set_2V(s){ + java_util_Collections$UnmodifiableSet_Collections$UnmodifiableSet__Ljava_util_Set_2V.call(this, s); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(894, 264, $intern_2419, java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_Collections$UnmodifiableMap$UnmodifiableEntrySet__Ljava_util_Set_2V); +_.contains__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_contains__Ljava_lang_Object_2Z(o){ + return this.java_util_Collections$UnmodifiableCollection_coll.contains__Ljava_lang_Object_2Z(o); +} +; +_.containsAll__Ljava_util_Collection_2Z = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_containsAll__Ljava_util_Collection_2Z(o){ + return this.java_util_Collections$UnmodifiableCollection_coll.containsAll__Ljava_util_Collection_2Z(o); +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_iterator__Ljava_util_Iterator_2(){ + var it; + it = this.java_util_Collections$UnmodifiableCollection_coll.iterator__Ljava_util_Iterator_2(); + return new java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$1_Collections$UnmodifiableMap$UnmodifiableEntrySet$1__Ljava_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_2V(it); +} +; +_.toArray___3Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_toArray___3Ljava_lang_Object_2(){ + var array; + array = this.java_util_Collections$UnmodifiableCollection_coll.toArray___3Ljava_lang_Object_2(); + java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_$wrap__Ljava_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_2_3Ljava_lang_Object_2IV(array, array.length); + return array; +} +; +_.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(a){ + var result; + result = this.java_util_Collections$UnmodifiableCollection_coll.toArray___3Ljava_lang_Object_2_3Ljava_lang_Object_2(a); + java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_$wrap__Ljava_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_2_3Ljava_lang_Object_2IV(result, this.java_util_Collections$UnmodifiableCollection_coll.size__I()); + return result; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableMap$UnmodifiableEntrySet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableMap/UnmodifiableEntrySet', 894, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableSet_12_1classLit); +function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$1_Collections$UnmodifiableMap$UnmodifiableEntrySet$1__Ljava_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_2V(val$it){ + this.java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$1_val$it2 = val$it; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(897, 1, $intern_704, java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$1_Collections$UnmodifiableMap$UnmodifiableEntrySet$1__Ljava_util_Collections$UnmodifiableMap$UnmodifiableEntrySet_2V); +_.next__Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$1_next__Ljava_lang_Object_2(){ + return new java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry__Ljava_util_Map$Entry_2V(this.java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$1_val$it2.next__Ljava_lang_Object_2()); +} +; +_.hasNext__Z = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$1_hasNext__Z(){ + return this.java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$1_val$it2.hasNext__Z(); +} +; +_.remove__V = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$1_remove__V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableMap$UnmodifiableEntrySet$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableMap/UnmodifiableEntrySet/1', 897, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry__Ljava_util_Map$Entry_2V(entry){ + this.java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_entry = entry; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(711, 1, $intern_3504, java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry__Ljava_util_Map$Entry_2V); +_.equals__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_equals__Ljava_lang_Object_2Z(o){ + return this.java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_entry.equals__Ljava_lang_Object_2Z(o); +} +; +_.getKey__Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_getKey__Ljava_lang_Object_2(){ + return this.java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_entry.getKey__Ljava_lang_Object_2(); +} +; +_.getValue__Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_getValue__Ljava_lang_Object_2(){ + return this.java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_entry.getValue__Ljava_lang_Object_2(); +} +; +_.hashCode__I = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_hashCode__I(){ + return this.java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_entry.hashCode__I(); +} +; +_.setValue__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_setValue__Ljava_lang_Object_2Ljava_lang_Object_2(value_0){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__V); +} +; +_.toString__Ljava_lang_String_2 = function java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_toString__Ljava_lang_String_2(){ + return com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(this.java_util_Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_entry); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableMap/UnmodifiableEntrySet/UnmodifiableEntry', 711, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Collections$UnmodifiableRandomAccessList_Collections$UnmodifiableRandomAccessList__Ljava_util_List_2V(list){ + java_util_Collections$UnmodifiableList_Collections$UnmodifiableList__Ljava_util_List_2V.call(this, list); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(712, 548, {29:1, 68:1, 229:1, 313:1}, java_util_Collections$UnmodifiableRandomAccessList_Collections$UnmodifiableRandomAccessList__Ljava_util_List_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableRandomAccessList_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableRandomAccessList', 712, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableList_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedMap_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'SortedMap'); +function java_util_Collections$UnmodifiableSortedMap_$equals__Ljava_util_Collections$UnmodifiableSortedMap_2Ljava_lang_Object_2Z(this$static, o){ + return java_util_Collections$UnmodifiableSortedMap_$equals__Ljava_util_Collections$UnmodifiableSortedMap_2Ljava_lang_Object_2Z(this$static.java_util_Collections$UnmodifiableSortedMap_sortedMap, o); +} + +function java_util_Collections$UnmodifiableSortedMap_$hashCode__Ljava_util_Collections$UnmodifiableSortedMap_2I(this$static){ + return java_util_Collections$UnmodifiableSortedMap_$hashCode__Ljava_util_Collections$UnmodifiableSortedMap_2I(this$static.java_util_Collections$UnmodifiableSortedMap_sortedMap); +} + +function java_util_Collections$UnmodifiableSortedMap_Collections$UnmodifiableSortedMap__Ljava_util_SortedMap_2V(sortedMap){ + java_util_Collections$UnmodifiableMap_Collections$UnmodifiableMap__Ljava_util_Map_2V.call(this, sortedMap); + this.java_util_Collections$UnmodifiableSortedMap_sortedMap = sortedMap; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(895, 549, {149:1, 1149:1}, java_util_Collections$UnmodifiableSortedMap_Collections$UnmodifiableSortedMap__Ljava_util_SortedMap_2V); +_.equals__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableSortedMap_equals__Ljava_lang_Object_2Z(o){ + return java_util_Collections$UnmodifiableSortedMap_$equals__Ljava_util_Collections$UnmodifiableSortedMap_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function java_util_Collections$UnmodifiableSortedMap_hashCode__I(){ + return java_util_Collections$UnmodifiableSortedMap_$hashCode__Ljava_util_Collections$UnmodifiableSortedMap_2I(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableSortedMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableSortedMap', 895, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableMap_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1SortedSet_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'SortedSet'); +function java_util_Collections$UnmodifiableSortedSet_$equals__Ljava_util_Collections$UnmodifiableSortedSet_2Ljava_lang_Object_2Z(this$static, o){ + return java_util_Collections$UnmodifiableSortedSet_$equals__Ljava_util_Collections$UnmodifiableSortedSet_2Ljava_lang_Object_2Z(this$static.java_util_Collections$UnmodifiableSortedSet_sortedSet, o); +} + +function java_util_Collections$UnmodifiableSortedSet_$hashCode__Ljava_util_Collections$UnmodifiableSortedSet_2I(this$static){ + return java_util_Collections$UnmodifiableSortedSet_$hashCode__Ljava_util_Collections$UnmodifiableSortedSet_2I(this$static.java_util_Collections$UnmodifiableSortedSet_sortedSet); +} + +function java_util_Collections$UnmodifiableSortedSet_Collections$UnmodifiableSortedSet__Ljava_util_SortedSet_2V(sortedSet){ + java_util_Collections$UnmodifiableSet_Collections$UnmodifiableSet__Ljava_util_Set_2V.call(this, sortedSet); + this.java_util_Collections$UnmodifiableSortedSet_sortedSet = sortedSet; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(896, 264, {29:1, 68:1, 89:1, 1150:1}, java_util_Collections$UnmodifiableSortedSet_Collections$UnmodifiableSortedSet__Ljava_util_SortedSet_2V); +_.equals__Ljava_lang_Object_2Z = function java_util_Collections$UnmodifiableSortedSet_equals__Ljava_lang_Object_2Z(o){ + return java_util_Collections$UnmodifiableSortedSet_$equals__Ljava_util_Collections$UnmodifiableSortedSet_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function java_util_Collections$UnmodifiableSortedSet_hashCode__I(){ + return java_util_Collections$UnmodifiableSortedSet_$hashCode__Ljava_util_Collections$UnmodifiableSortedSet_2I(this); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableSortedSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Collections/UnmodifiableSortedSet', 896, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Collections$UnmodifiableSet_12_1classLit); +function java_util_Comparators_$clinit__V(){ + java_util_Comparators_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_util_Comparators_INTERNAL_1NATURAL_1ORDER = new java_util_Comparators$NaturalOrderComparator_Comparators$NaturalOrderComparator__V; + java_util_Comparators_NATURAL_1ORDER = new java_util_Comparators$NaturalOrderComparator_Comparators$NaturalOrderComparator__V; + java_util_Comparators_REVERSE_1NATURAL_1ORDER = new java_util_Comparators$ReverseNaturalOrderComparator_Comparators$ReverseNaturalOrderComparator__V; +} + +var java_util_Comparators_INTERNAL_1NATURAL_1ORDER, java_util_Comparators_NATURAL_1ORDER, java_util_Comparators_REVERSE_1NATURAL_1ORDER; +function java_util_Comparators$NaturalOrderComparator_Comparators$NaturalOrderComparator__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(730, 1, $intern_3507, java_util_Comparators$NaturalOrderComparator_Comparators$NaturalOrderComparator__V); +_.compare__Ljava_lang_Object_2Ljava_lang_Object_2I = function java_util_Comparators$NaturalOrderComparator_compare__Ljava_lang_Object_2Ljava_lang_Object_2I(a, b){ + return javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(a) , java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(a, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(b) , b)); +} +; +_.equals__Ljava_lang_Object_2Z = function java_util_Comparators$NaturalOrderComparator_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.reversed__Ljava_util_Comparator_2 = function java_util_Comparators$NaturalOrderComparator_reversed__Ljava_util_Comparator_2(){ + return java_util_Comparators_$clinit__V() , java_util_Comparators_REVERSE_1NATURAL_1ORDER; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparators$NaturalOrderComparator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Comparators/NaturalOrderComparator', 730, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Comparators$ReverseNaturalOrderComparator_Comparators$ReverseNaturalOrderComparator__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(925, 1, $intern_3507, java_util_Comparators$ReverseNaturalOrderComparator_Comparators$ReverseNaturalOrderComparator__V); +_.compare__Ljava_lang_Object_2Ljava_lang_Object_2I = function java_util_Comparators$ReverseNaturalOrderComparator_compare__Ljava_lang_Object_2Ljava_lang_Object_2I(a, b){ + return javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(b) , java_lang_Boolean_compareTo_1Ljava_1lang_1Object_1_1I_1_1devirtual$__Ljava_lang_Comparable_2Ljava_lang_Object_2I(b, (javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(a) , a)); +} +; +_.equals__Ljava_lang_Object_2Z = function java_util_Comparators$ReverseNaturalOrderComparator_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.reversed__Ljava_util_Comparator_2 = function java_util_Comparators$ReverseNaturalOrderComparator_reversed__Ljava_util_Comparator_2(){ + return java_util_Comparators_$clinit__V() , java_util_Comparators_NATURAL_1ORDER; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparators$ReverseNaturalOrderComparator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Comparators/ReverseNaturalOrderComparator', 925, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_Comparators$ReversedComparator_Comparators$ReversedComparator__Ljava_util_Comparator_2V(comparator){ + this.java_util_Comparators$ReversedComparator_comparator = comparator; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(316, 1, $intern_3507, java_util_Comparators$ReversedComparator_Comparators$ReversedComparator__Ljava_util_Comparator_2V); +_.equals__Ljava_lang_Object_2Z = function java_util_Comparators$ReversedComparator_equals__Ljava_lang_Object_2Z(other){ + return this === other; +} +; +_.compare__Ljava_lang_Object_2Ljava_lang_Object_2I = function java_util_Comparators$ReversedComparator_compare__Ljava_lang_Object_2Ljava_lang_Object_2I(a, b){ + return this.java_util_Comparators$ReversedComparator_comparator.compare__Ljava_lang_Object_2Ljava_lang_Object_2I(b, a); +} +; +_.reversed__Ljava_util_Comparator_2 = function java_util_Comparators$ReversedComparator_reversed__Ljava_util_Comparator_2(){ + return this.java_util_Comparators$ReversedComparator_comparator; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Comparators$ReversedComparator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Comparators/ReversedComparator', 316, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_ConcurrentModificationException_ConcurrentModificationException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(941, 31, $intern_660, java_util_ConcurrentModificationException_ConcurrentModificationException__V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1ConcurrentModificationException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'ConcurrentModificationException', 941, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_util_HashMap_HashMap__V(){ + java_util_AbstractHashMap_$reset__Ljava_util_AbstractHashMap_2V(this); +} + +function java_util_HashMap_HashMap__IV(ignored){ + java_util_AbstractHashMap_AbstractHashMap__IFV.call(this, ignored, 0); +} + +function java_util_HashMap_HashMap__IFV(ignored, alsoIgnored){ + java_util_AbstractHashMap_AbstractHashMap__IFV.call(this, ignored, alsoIgnored); +} + +function java_util_HashMap_HashMap__Ljava_util_Map_2V(toBeCopied){ + java_util_AbstractHashMap_$reset__Ljava_util_AbstractHashMap_2V(this); + java_util_AbstractMap_$putAll__Ljava_util_AbstractMap_2Ljava_util_Map_2V(this, toBeCopied); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(88, 235, $intern_3508, java_util_HashMap_HashMap__V, java_util_HashMap_HashMap__IV, java_util_HashMap_HashMap__IFV, java_util_HashMap_HashMap__Ljava_util_Map_2V); +_.clone__Ljava_lang_Object_2 = function java_util_HashMap_clone__Ljava_lang_Object_2(){ + return new java_util_HashMap_HashMap__Ljava_util_Map_2V(this); +} +; +_.package_private$java_util$equals__Ljava_lang_Object_2Ljava_lang_Object_2Z = function java_util_HashMap_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(value1, value2){ + return com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value1) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(value2) || value1 != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(value1, value2); +} +; +_.package_private$java_util$getHashCode__Ljava_lang_Object_2I = function java_util_HashMap_getHashCode__Ljava_lang_Object_2I(key){ + var hashCode; + if (key == null) { + return 0; + } + hashCode = java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(key); + return hashCode | 0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, $intern_1502, 88, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractHashMap_12_1classLit); +function java_util_HashSet_$add__Ljava_util_HashSet_2Ljava_lang_Object_2Z(this$static, o){ + var old; + old = java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_HashSet_map, o, this$static); + return old == null; +} + +function java_util_HashSet_$contains__Ljava_util_HashSet_2Ljava_lang_Object_2Z(this$static, o){ + return java_util_AbstractHashMap_$containsKey__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Z(this$static.java_util_HashSet_map, o); +} + +function java_util_HashSet_$remove__Ljava_util_HashSet_2Ljava_lang_Object_2Z(this$static, o){ + return java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_HashSet_map, o) != null; +} + +function java_util_HashSet_HashSet__V(){ + this.java_util_HashSet_map = new java_util_HashMap_HashMap__V; +} + +function java_util_HashSet_HashSet__IV(){ + this.java_util_HashSet_map = new java_util_HashMap_HashMap__IV(1); +} + +function java_util_HashSet_HashSet__Ljava_util_Collection_2V(c){ + this.java_util_HashSet_map = new java_util_HashMap_HashMap__IV(c.java_util_Arrays$ArrayList_array.length); + java_util_AbstractCollection_$addAll__Ljava_util_AbstractCollection_2Ljava_util_Collection_2Z(this, c); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(20, $intern_976, {3:1, 4:1, 29:1, 81:1, 68:1, 89:1}, java_util_HashSet_HashSet__V, java_util_HashSet_HashSet__IV, java_util_HashSet_HashSet__Ljava_util_Collection_2V); +_.add__Ljava_lang_Object_2Z = function java_util_HashSet_add__Ljava_lang_Object_2Z(o){ + return java_util_HashSet_$add__Ljava_util_HashSet_2Ljava_lang_Object_2Z(this, o); +} +; +_.clear__V = function java_util_HashSet_clear__V(){ + java_util_AbstractHashMap_$reset__Ljava_util_AbstractHashMap_2V(this.java_util_HashSet_map); +} +; +_.contains__Ljava_lang_Object_2Z = function java_util_HashSet_contains__Ljava_lang_Object_2Z(o){ + return java_util_HashSet_$contains__Ljava_util_HashSet_2Ljava_lang_Object_2Z(this, o); +} +; +_.isEmpty__Z = function java_util_HashSet_isEmpty__Z(){ + return java_util_AbstractHashMap_$size__Ljava_util_AbstractHashMap_2I(this.java_util_HashSet_map) == 0; +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_HashSet_iterator__Ljava_util_Iterator_2(){ + var outerIter; + return outerIter = (new java_util_AbstractMap$1_AbstractMap$1__Ljava_util_AbstractMap_2V(this.java_util_HashSet_map)).java_util_AbstractMap$1_this$01.entrySet__Ljava_util_Set_2().iterator__Ljava_util_Iterator_2() , new java_util_AbstractMap$1$1_AbstractMap$1$1__Ljava_util_AbstractMap$1_2V(outerIter); +} +; +_.remove__Ljava_lang_Object_2Z = function java_util_HashSet_remove__Ljava_lang_Object_2Z(o){ + return java_util_HashSet_$remove__Ljava_util_HashSet_2Ljava_lang_Object_2Z(this, o); +} +; +_.size__I = function java_util_HashSet_size__I(){ + return java_util_AbstractHashMap_$size__Ljava_util_AbstractHashMap_2I(this.java_util_HashSet_map); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'HashSet', 20, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function java_util_InternalHashCodeMap_$findEntryInChain__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2_3Ljava_util_Map$Entry_2Ljava_util_Map$Entry_2(this$static, key, chain){ + var entry, entry$array, entry$index, entry$max; + for (entry$array = chain , entry$index = 0 , entry$max = entry$array.length; entry$index < entry$max; ++entry$index) { + entry = entry$array[entry$index]; + if (this$static.java_util_InternalHashCodeMap_host.package_private$java_util$equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, entry.getKey__Ljava_lang_Object_2())) { + return entry; + } + } + return null; +} + +function java_util_InternalHashCodeMap_$getChainOrEmpty__Ljava_util_InternalHashCodeMap_2I_3Ljava_util_Map$Entry_2(this$static, hashCode){ + var chain; + chain = this$static.java_util_InternalHashCodeMap_backingMap.get(hashCode); + return chain == null?com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 0, 5, 1):chain; +} + +function java_util_InternalHashCodeMap_$getEntry__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_util_Map$Entry_2(this$static, key){ + return java_util_InternalHashCodeMap_$findEntryInChain__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2_3Ljava_util_Map$Entry_2Ljava_util_Map$Entry_2(this$static, key, java_util_InternalHashCodeMap_$getChainOrEmpty__Ljava_util_InternalHashCodeMap_2I_3Ljava_util_Map$Entry_2(this$static, this$static.java_util_InternalHashCodeMap_host.package_private$java_util$getHashCode__Ljava_lang_Object_2I(key))); +} + +function java_util_InternalHashCodeMap_$put__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + var chain, chain0, entry, hashCode; + hashCode = this$static.java_util_InternalHashCodeMap_host.package_private$java_util$getHashCode__Ljava_lang_Object_2I(key); + chain0 = (chain = this$static.java_util_InternalHashCodeMap_backingMap.get(hashCode) , chain == null?com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 0, 5, 1):chain); + if (chain0.length == 0) { + this$static.java_util_InternalHashCodeMap_backingMap.set(hashCode, chain0); + } + else { + entry = java_util_InternalHashCodeMap_$findEntryInChain__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2_3Ljava_util_Map$Entry_2Ljava_util_Map$Entry_2(this$static, key, chain0); + if (entry) { + return entry.setValue__Ljava_lang_Object_2Ljava_lang_Object_2(value_0); + } + } + chain0[chain0.length] = new java_util_AbstractMap$SimpleEntry_AbstractMap$SimpleEntry__Ljava_lang_Object_2Ljava_lang_Object_2V(key, value_0); + ++this$static.java_util_InternalHashCodeMap_size; + ++this$static.java_util_InternalHashCodeMap_host.java_util_AbstractHashMap_modCount; + return null; +} + +function java_util_InternalHashCodeMap_$remove__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + var chain, chain0, entry, hashCode, i; + hashCode = this$static.java_util_InternalHashCodeMap_host.package_private$java_util$getHashCode__Ljava_lang_Object_2I(key); + chain0 = (chain = this$static.java_util_InternalHashCodeMap_backingMap.get(hashCode) , chain == null?com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 0, 5, 1):chain); + for (i = 0; i < chain0.length; i++) { + entry = chain0[i]; + if (this$static.java_util_InternalHashCodeMap_host.package_private$java_util$equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(key, entry.getKey__Ljava_lang_Object_2())) { + if (chain0.length == 1) { + chain0.length = 0; + java_util_InternalJsMap_$delete__Ljava_util_InternalJsMap_2IV(this$static.java_util_InternalHashCodeMap_backingMap, hashCode); + } + else { + chain0.splice(i, 1); + } + --this$static.java_util_InternalHashCodeMap_size; + ++this$static.java_util_InternalHashCodeMap_host.java_util_AbstractHashMap_modCount; + return entry.getValue__Ljava_lang_Object_2(); + } + } + return null; +} + +function java_util_InternalHashCodeMap_InternalHashCodeMap__Ljava_util_AbstractHashMap_2V(host){ + this.java_util_InternalHashCodeMap_backingMap = java_util_InternalJsMapFactory_newJsMap__Ljava_util_InternalJsMap_2(); + this.java_util_InternalHashCodeMap_host = host; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(899, 1, $intern_117, java_util_InternalHashCodeMap_InternalHashCodeMap__Ljava_util_AbstractHashMap_2V); +_.iterator__Ljava_util_Iterator_2 = function java_util_InternalHashCodeMap_iterator__Ljava_util_Iterator_2(){ + return new java_util_InternalHashCodeMap$1_InternalHashCodeMap$1__Ljava_util_InternalHashCodeMap_2V(this); +} +; +_.java_util_InternalHashCodeMap_size = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1InternalHashCodeMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'InternalHashCodeMap', 899, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_InternalHashCodeMap$1_InternalHashCodeMap$1__Ljava_util_InternalHashCodeMap_2V(this$0){ + this.java_util_InternalHashCodeMap$1_this$01 = this$0; + this.java_util_InternalHashCodeMap$1_chains = this.java_util_InternalHashCodeMap$1_this$01.java_util_InternalHashCodeMap_backingMap.entries(); + this.java_util_InternalHashCodeMap$1_chain = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit, $intern_144, 1, 0, 5, 1); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(715, 1, $intern_704, java_util_InternalHashCodeMap$1_InternalHashCodeMap$1__Ljava_util_InternalHashCodeMap_2V); +_.next__Ljava_lang_Object_2 = function java_util_InternalHashCodeMap$1_next__Ljava_lang_Object_2(){ + return this.java_util_InternalHashCodeMap$1_lastEntry = this.java_util_InternalHashCodeMap$1_chain[this.java_util_InternalHashCodeMap$1_itemIndex++] , this.java_util_InternalHashCodeMap$1_lastEntry; +} +; +_.hasNext__Z = function java_util_InternalHashCodeMap$1_hasNext__Z(){ + var current; + if (this.java_util_InternalHashCodeMap$1_itemIndex < this.java_util_InternalHashCodeMap$1_chain.length) { + return true; + } + current = this.java_util_InternalHashCodeMap$1_chains.next(); + if (!current.done) { + this.java_util_InternalHashCodeMap$1_chain = current.value[1]; + this.java_util_InternalHashCodeMap$1_itemIndex = 0; + return true; + } + return false; +} +; +_.remove__V = function java_util_InternalHashCodeMap$1_remove__V(){ + java_util_InternalHashCodeMap_$remove__Ljava_util_InternalHashCodeMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.java_util_InternalHashCodeMap$1_this$01, this.java_util_InternalHashCodeMap$1_lastEntry.getKey__Ljava_lang_Object_2()); + this.java_util_InternalHashCodeMap$1_itemIndex != 0 && --this.java_util_InternalHashCodeMap$1_itemIndex; +} +; +_.java_util_InternalHashCodeMap$1_itemIndex = 0; +_.java_util_InternalHashCodeMap$1_lastEntry = null; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1InternalHashCodeMap$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'InternalHashCodeMap/1', 715, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_InternalJsMap_$delete__Ljava_util_InternalJsMap_2IV(this$static, key){ + var fn; + fn = this$static[$intern_1491]; + fn.call(this$static, key); +} + +function java_util_InternalJsMap_$delete__Ljava_util_InternalJsMap_2Ljava_lang_String_2V(this$static, key){ + var fn; + fn = this$static[$intern_1491]; + fn.call(this$static, key); +} + +function java_util_InternalJsMapFactory_$clinit__V(){ + java_util_InternalJsMapFactory_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + java_util_InternalJsMapFactory_jsMapCtor = java_util_InternalJsMapFactory_getJsMapConstructor__Lcom_google_gwt_core_client_JavaScriptObject_2(); +} + +function java_util_InternalJsMapFactory_canHandleObjectCreateAndProto__Z(){ + if (!Object.create || !Object.getOwnPropertyNames) { + return false; + } + var protoField = '__proto__'; + var map_0 = Object.create(null); + if (map_0[protoField] !== undefined) { + return false; + } + var keys_0 = Object.getOwnPropertyNames(map_0); + if (keys_0.length != 0) { + return false; + } + map_0[protoField] = 42; + if (map_0[protoField] !== 42) { + return false; + } + if (Object.getOwnPropertyNames(map_0).length == 0) { + return false; + } + return true; +} + +function java_util_InternalJsMapFactory_getJsMapConstructor__Lcom_google_gwt_core_client_JavaScriptObject_2(){ + function isCorrectIterationProtocol(){ + try { + return (new Map).entries().next().done; + } + catch (e) { + return false; + } + } + + if (typeof Map === $intern_3 && Map.prototype.entries && isCorrectIterationProtocol()) { + return Map; + } + else { + return java_util_InternalJsMapFactory_getJsMapPolyFill__Lcom_google_gwt_core_client_JavaScriptObject_2(); + } +} + +function java_util_InternalJsMapFactory_getJsMapPolyFill__Lcom_google_gwt_core_client_JavaScriptObject_2(){ + function Stringmap(){ + this.obj = this.createObject(); + } + + ; + Stringmap.prototype.createObject = function(key){ + return Object.create(null); + } + ; + Stringmap.prototype.get = function(key){ + return this.obj[key]; + } + ; + Stringmap.prototype.set = function(key, value_0){ + this.obj[key] = value_0; + } + ; + Stringmap.prototype[$intern_1491] = function(key){ + delete this.obj[key]; + } + ; + Stringmap.prototype.keys = function(){ + return Object.getOwnPropertyNames(this.obj); + } + ; + Stringmap.prototype.entries = function(){ + var keys_0 = this.keys(); + var map_0 = this; + var nextIndex = 0; + return {next:function(){ + if (nextIndex >= keys_0.length) + return {done:true}; + var key = keys_0[nextIndex++]; + return {value:[key, map_0.get(key)], done:false}; + } + }; + } + ; + if (!java_util_InternalJsMapFactory_canHandleObjectCreateAndProto__Z()) { + Stringmap.prototype.createObject = function(){ + return {}; + } + ; + Stringmap.prototype.get = function(key){ + return this.obj[':' + key]; + } + ; + Stringmap.prototype.set = function(key, value_0){ + this.obj[':' + key] = value_0; + } + ; + Stringmap.prototype[$intern_1491] = function(key){ + delete this.obj[':' + key]; + } + ; + Stringmap.prototype.keys = function(){ + var result = []; + for (var key in this.obj) { + key.charCodeAt(0) == 58 && result.push(key.substring(1)); + } + return result; + } + ; + } + return Stringmap; +} + +function java_util_InternalJsMapFactory_newJsMap__Ljava_util_InternalJsMap_2(){ + java_util_InternalJsMapFactory_$clinit__V(); + return new java_util_InternalJsMapFactory_jsMapCtor; +} + +var java_util_InternalJsMapFactory_jsMapCtor; +function java_util_InternalStringMap_$contains__Ljava_util_InternalStringMap_2Ljava_lang_String_2Z(this$static, key){ + return !(this$static.java_util_InternalStringMap_backingMap.get(key) === undefined); +} + +function java_util_InternalStringMap_$get__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2(this$static, key){ + return this$static.java_util_InternalStringMap_backingMap.get(key); +} + +function java_util_InternalStringMap_$put__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + var oldValue; + oldValue = this$static.java_util_InternalStringMap_backingMap.get(key); + this$static.java_util_InternalStringMap_backingMap.set(key, value_0 === undefined?null:value_0); + if (oldValue === undefined) { + ++this$static.java_util_InternalStringMap_size; + ++this$static.java_util_InternalStringMap_host.java_util_AbstractHashMap_modCount; + } + else { + ++this$static.java_util_InternalStringMap_valueMod; + } + return oldValue; +} + +function java_util_InternalStringMap_$remove__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2(this$static, key){ + var value_0; + value_0 = this$static.java_util_InternalStringMap_backingMap.get(key); + if (value_0 === undefined) { + ++this$static.java_util_InternalStringMap_valueMod; + } + else { + java_util_InternalJsMap_$delete__Ljava_util_InternalJsMap_2Ljava_lang_String_2V(this$static.java_util_InternalStringMap_backingMap, key); + --this$static.java_util_InternalStringMap_size; + ++this$static.java_util_InternalStringMap_host.java_util_AbstractHashMap_modCount; + } + return value_0; +} + +function java_util_InternalStringMap_InternalStringMap__Ljava_util_AbstractHashMap_2V(host){ + this.java_util_InternalStringMap_backingMap = java_util_InternalJsMapFactory_newJsMap__Ljava_util_InternalJsMap_2(); + this.java_util_InternalStringMap_host = host; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(900, 1, $intern_117, java_util_InternalStringMap_InternalStringMap__Ljava_util_AbstractHashMap_2V); +_.iterator__Ljava_util_Iterator_2 = function java_util_InternalStringMap_iterator__Ljava_util_Iterator_2(){ + return new java_util_InternalStringMap$1_InternalStringMap$1__Ljava_util_InternalStringMap_2V(this); +} +; +_.java_util_InternalStringMap_size = 0; +_.java_util_InternalStringMap_valueMod = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1InternalStringMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'InternalStringMap', 900, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_InternalStringMap$1_InternalStringMap$1__Ljava_util_InternalStringMap_2V(this$0){ + this.java_util_InternalStringMap$1_this$01 = this$0; + this.java_util_InternalStringMap$1_entries = this.java_util_InternalStringMap$1_this$01.java_util_InternalStringMap_backingMap.entries(); + this.java_util_InternalStringMap$1_current = this.java_util_InternalStringMap$1_entries.next(); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(716, 1, $intern_704, java_util_InternalStringMap$1_InternalStringMap$1__Ljava_util_InternalStringMap_2V); +_.next__Ljava_lang_Object_2 = function java_util_InternalStringMap$1_next__Ljava_lang_Object_2(){ + return this.java_util_InternalStringMap$1_last = this.java_util_InternalStringMap$1_current , this.java_util_InternalStringMap$1_current = this.java_util_InternalStringMap$1_entries.next() , new java_util_InternalStringMap$2_InternalStringMap$2__Ljava_util_InternalStringMap_2V(this.java_util_InternalStringMap$1_this$01, this.java_util_InternalStringMap$1_last, this.java_util_InternalStringMap$1_this$01.java_util_InternalStringMap_valueMod); +} +; +_.hasNext__Z = function java_util_InternalStringMap$1_hasNext__Z(){ + return !this.java_util_InternalStringMap$1_current.done; +} +; +_.remove__V = function java_util_InternalStringMap$1_remove__V(){ + java_util_InternalStringMap_$remove__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2(this.java_util_InternalStringMap$1_this$01, this.java_util_InternalStringMap$1_last.value[0]); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1InternalStringMap$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'InternalStringMap/1', 716, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_InternalStringMap$2_$getValue__Ljava_util_InternalStringMap$2_2Ljava_lang_Object_2(this$static){ + if (this$static.java_util_InternalStringMap$2_this$01.java_util_InternalStringMap_valueMod != this$static.java_util_InternalStringMap$2_val$lastValueMod3) { + return java_util_InternalStringMap_$get__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2(this$static.java_util_InternalStringMap$2_this$01, this$static.java_util_InternalStringMap$2_val$entry2.value[0]); + } + return this$static.java_util_InternalStringMap$2_val$entry2.value[1]; +} + +function java_util_InternalStringMap$2_InternalStringMap$2__Ljava_util_InternalStringMap_2V(this$0, val$entry, val$lastValueMod){ + this.java_util_InternalStringMap$2_this$01 = this$0; + this.java_util_InternalStringMap$2_val$entry2 = val$entry; + this.java_util_InternalStringMap$2_val$lastValueMod3 = val$lastValueMod; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(901, 1115, $intern_3504, java_util_InternalStringMap$2_InternalStringMap$2__Ljava_util_InternalStringMap_2V); +_.getKey__Ljava_lang_Object_2 = function java_util_InternalStringMap$2_getKey__Ljava_lang_Object_2(){ + return this.java_util_InternalStringMap$2_val$entry2.value[0]; +} +; +_.getValue__Ljava_lang_Object_2 = function java_util_InternalStringMap$2_getValue__Ljava_lang_Object_2(){ + return java_util_InternalStringMap$2_$getValue__Ljava_util_InternalStringMap$2_2Ljava_lang_Object_2(this); +} +; +_.setValue__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_InternalStringMap$2_setValue__Ljava_lang_Object_2Ljava_lang_Object_2(object){ + return java_util_InternalStringMap_$put__Ljava_util_InternalStringMap_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Object_2(this.java_util_InternalStringMap$2_this$01, this.java_util_InternalStringMap$2_val$entry2.value[0], object); +} +; +_.java_util_InternalStringMap$2_val$lastValueMod3 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1InternalStringMap$2_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'InternalStringMap/2', 901, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMapEntry_12_1classLit); +function java_util_LinkedHashMap_$$init__Ljava_util_LinkedHashMap_2V(this$static){ + this$static.java_util_LinkedHashMap_head = new java_util_LinkedHashMap$ChainEntry_LinkedHashMap$ChainEntry__Ljava_util_LinkedHashMap_2V(this$static); + this$static.java_util_LinkedHashMap_map = new java_util_HashMap_HashMap__V; +} + +function java_util_LinkedHashMap_$clear__Ljava_util_LinkedHashMap_2V(this$static){ + java_util_AbstractHashMap_$reset__Ljava_util_AbstractHashMap_2V(this$static.java_util_LinkedHashMap_map); + this$static.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_prev = this$static.java_util_LinkedHashMap_head; + this$static.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_next = this$static.java_util_LinkedHashMap_head; +} + +function java_util_LinkedHashMap_$get__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + var entry; + entry = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_LinkedHashMap_map, key); + if (entry) { + java_util_LinkedHashMap_$recordAccess__Ljava_util_LinkedHashMap_2Ljava_util_LinkedHashMap$ChainEntry_2V(this$static, entry); + return entry.java_util_AbstractMap$AbstractEntry_value; + } + return null; +} + +function java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key, value_0){ + var newEntry, old, oldValue; + old = java_util_AbstractHashMap_$get__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_LinkedHashMap_map, key); + if (!old) { + newEntry = new java_util_LinkedHashMap$ChainEntry_LinkedHashMap$ChainEntry__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$static, key, value_0); + java_util_AbstractHashMap_$put__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_LinkedHashMap_map, key, newEntry); + java_util_LinkedHashMap$ChainEntry_$addToEnd__Ljava_util_LinkedHashMap$ChainEntry_2V(newEntry); + return null; + } + else { + oldValue = java_util_AbstractMap$AbstractEntry_$setValue__Ljava_util_AbstractMap$AbstractEntry_2Ljava_lang_Object_2Ljava_lang_Object_2(old, value_0); + java_util_LinkedHashMap_$recordAccess__Ljava_util_LinkedHashMap_2Ljava_util_LinkedHashMap$ChainEntry_2V(this$static, old); + return oldValue; + } +} + +function java_util_LinkedHashMap_$recordAccess__Ljava_util_LinkedHashMap_2Ljava_util_LinkedHashMap$ChainEntry_2V(this$static, entry){ + if (this$static.java_util_LinkedHashMap_accessOrder) { + java_util_LinkedHashMap$ChainEntry_$remove__Ljava_util_LinkedHashMap$ChainEntry_2V(entry); + java_util_LinkedHashMap$ChainEntry_$addToEnd__Ljava_util_LinkedHashMap$ChainEntry_2V(entry); + } +} + +function java_util_LinkedHashMap_$remove__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static, key){ + var entry; + entry = java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this$static.java_util_LinkedHashMap_map, key); + if (entry) { + java_util_LinkedHashMap$ChainEntry_$remove__Ljava_util_LinkedHashMap$ChainEntry_2V(entry); + return entry.java_util_AbstractMap$AbstractEntry_value; + } + return null; +} + +function java_util_LinkedHashMap_LinkedHashMap__IV(ignored){ + java_util_HashMap_HashMap__IFV.call(this, ignored, 0); + java_util_LinkedHashMap_$$init__Ljava_util_LinkedHashMap_2V(this); + this.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_prev = this.java_util_LinkedHashMap_head; + this.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_next = this.java_util_LinkedHashMap_head; +} + +function java_util_LinkedHashMap_LinkedHashMap__Ljava_util_Map_2V(toBeCopied){ + java_util_HashMap_HashMap__V.call(this); + java_util_LinkedHashMap_$$init__Ljava_util_LinkedHashMap_2V(this); + this.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_prev = this.java_util_LinkedHashMap_head; + this.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_next = this.java_util_LinkedHashMap_head; + java_util_AbstractMap_$putAll__Ljava_util_AbstractMap_2Ljava_util_Map_2V(this, toBeCopied); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(514, 88, $intern_3508, java_util_LinkedHashMap_LinkedHashMap__IV, java_util_LinkedHashMap_LinkedHashMap__Ljava_util_Map_2V); +_.clear__V = function java_util_LinkedHashMap_clear__V(){ + java_util_LinkedHashMap_$clear__Ljava_util_LinkedHashMap_2V(this); +} +; +_.clone__Ljava_lang_Object_2 = function java_util_LinkedHashMap_clone__Ljava_lang_Object_2(){ + return new java_util_LinkedHashMap_LinkedHashMap__Ljava_util_Map_2V(this); +} +; +_.containsKey__Ljava_lang_Object_2Z = function java_util_LinkedHashMap_containsKey__Ljava_lang_Object_2Z(key){ + return java_util_AbstractHashMap_$containsKey__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Z(this.java_util_LinkedHashMap_map, key); +} +; +_.containsValue__Ljava_lang_Object_2Z = function java_util_LinkedHashMap_containsValue__Ljava_lang_Object_2Z(value_0){ + var node; + node = this.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_next; + while (node != this.java_util_LinkedHashMap_head) { + if (java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(node.java_util_AbstractMap$AbstractEntry_value, value_0)) { + return true; + } + node = node.java_util_LinkedHashMap$ChainEntry_next; + } + return false; +} +; +_.entrySet__Ljava_util_Set_2 = function java_util_LinkedHashMap_entrySet__Ljava_util_Set_2(){ + return new java_util_LinkedHashMap$EntrySet_LinkedHashMap$EntrySet__Ljava_util_LinkedHashMap_2V(this); +} +; +_.get__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_LinkedHashMap_get__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return java_util_LinkedHashMap_$get__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_LinkedHashMap_put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(key, value_0){ + return java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key, value_0); +} +; +_.remove__Ljava_lang_Object_2Ljava_lang_Object_2 = function java_util_LinkedHashMap_remove__Ljava_lang_Object_2Ljava_lang_Object_2(key){ + return java_util_LinkedHashMap_$remove__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this, key); +} +; +_.size__I = function java_util_LinkedHashMap_size__I(){ + return java_util_AbstractHashMap_$size__Ljava_util_AbstractHashMap_2I(this.java_util_LinkedHashMap_map); +} +; +_.java_util_LinkedHashMap_accessOrder = false; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1LinkedHashMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'LinkedHashMap', 514, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1HashMap_12_1classLit); +function java_util_LinkedHashMap$ChainEntry_$addToEnd__Ljava_util_LinkedHashMap$ChainEntry_2V(this$static){ + var tail; + tail = this$static.java_util_LinkedHashMap$ChainEntry_this$01.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_prev; + this$static.java_util_LinkedHashMap$ChainEntry_prev = tail; + this$static.java_util_LinkedHashMap$ChainEntry_next = this$static.java_util_LinkedHashMap$ChainEntry_this$01.java_util_LinkedHashMap_head; + tail.java_util_LinkedHashMap$ChainEntry_next = this$static.java_util_LinkedHashMap$ChainEntry_this$01.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_prev = this$static; +} + +function java_util_LinkedHashMap$ChainEntry_$remove__Ljava_util_LinkedHashMap$ChainEntry_2V(this$static){ + this$static.java_util_LinkedHashMap$ChainEntry_next.java_util_LinkedHashMap$ChainEntry_prev = this$static.java_util_LinkedHashMap$ChainEntry_prev; + this$static.java_util_LinkedHashMap$ChainEntry_prev.java_util_LinkedHashMap$ChainEntry_next = this$static.java_util_LinkedHashMap$ChainEntry_next; + this$static.java_util_LinkedHashMap$ChainEntry_next = this$static.java_util_LinkedHashMap$ChainEntry_prev = null; +} + +function java_util_LinkedHashMap$ChainEntry_LinkedHashMap$ChainEntry__Ljava_util_LinkedHashMap_2V(this$0){ + java_util_LinkedHashMap$ChainEntry_LinkedHashMap$ChainEntry__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2V.call(this, this$0, null, null); +} + +function java_util_LinkedHashMap$ChainEntry_LinkedHashMap$ChainEntry__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2V(this$0, key, value_0){ + this.java_util_LinkedHashMap$ChainEntry_this$01 = this$0; + java_util_AbstractMap$SimpleEntry_AbstractMap$SimpleEntry__Ljava_lang_Object_2Ljava_lang_Object_2V.call(this, key, value_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(515, 542, {515:1, 228:1}, java_util_LinkedHashMap$ChainEntry_LinkedHashMap$ChainEntry__Ljava_util_LinkedHashMap_2V, java_util_LinkedHashMap$ChainEntry_LinkedHashMap$ChainEntry__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1LinkedHashMap$ChainEntry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'LinkedHashMap/ChainEntry', 515, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractMap$SimpleEntry_12_1classLit); +function java_util_LinkedHashMap$EntrySet_$contains__Ljava_util_LinkedHashMap$EntrySet_2Ljava_lang_Object_2Z(this$static, o){ + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(o, 228)) { + return java_util_AbstractMap_$containsEntry__Ljava_util_AbstractMap_2Ljava_util_Map$Entry_2Z(this$static.java_util_LinkedHashMap$EntrySet_this$01, o); + } + return false; +} + +function java_util_LinkedHashMap$EntrySet_LinkedHashMap$EntrySet__Ljava_util_LinkedHashMap_2V(this$0){ + this.java_util_LinkedHashMap$EntrySet_this$01 = this$0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(936, $intern_976, $intern_2412, java_util_LinkedHashMap$EntrySet_LinkedHashMap$EntrySet__Ljava_util_LinkedHashMap_2V); +_.clear__V = function java_util_LinkedHashMap$EntrySet_clear__V(){ + java_util_LinkedHashMap_$clear__Ljava_util_LinkedHashMap_2V(this.java_util_LinkedHashMap$EntrySet_this$01); +} +; +_.contains__Ljava_lang_Object_2Z = function java_util_LinkedHashMap$EntrySet_contains__Ljava_lang_Object_2Z(o){ + return java_util_LinkedHashMap$EntrySet_$contains__Ljava_util_LinkedHashMap$EntrySet_2Ljava_lang_Object_2Z(this, o); +} +; +_.iterator__Ljava_util_Iterator_2 = function java_util_LinkedHashMap$EntrySet_iterator__Ljava_util_Iterator_2(){ + return new java_util_LinkedHashMap$EntrySet$EntryIterator_LinkedHashMap$EntrySet$EntryIterator__Ljava_util_LinkedHashMap$EntrySet_2V(this); +} +; +_.remove__Ljava_lang_Object_2Z = function java_util_LinkedHashMap$EntrySet_remove__Ljava_lang_Object_2Z(entry){ + var key; + if (java_util_LinkedHashMap$EntrySet_$contains__Ljava_util_LinkedHashMap$EntrySet_2Ljava_lang_Object_2Z(this, entry)) { + key = entry.getKey__Ljava_lang_Object_2(); + java_util_LinkedHashMap_$remove__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.java_util_LinkedHashMap$EntrySet_this$01, key); + return true; + } + return false; +} +; +_.size__I = function java_util_LinkedHashMap$EntrySet_size__I(){ + return java_util_AbstractHashMap_$size__Ljava_util_AbstractHashMap_2I(this.java_util_LinkedHashMap$EntrySet_this$01.java_util_LinkedHashMap_map); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1LinkedHashMap$EntrySet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'LinkedHashMap/EntrySet', 936, com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1AbstractSet_12_1classLit); +function java_util_LinkedHashMap$EntrySet$EntryIterator_LinkedHashMap$EntrySet$EntryIterator__Ljava_util_LinkedHashMap$EntrySet_2V(this$1){ + this.java_util_LinkedHashMap$EntrySet$EntryIterator_this$11 = this$1; + this.java_util_LinkedHashMap$EntrySet$EntryIterator_next = this$1.java_util_LinkedHashMap$EntrySet_this$01.java_util_LinkedHashMap_head.java_util_LinkedHashMap$ChainEntry_next; + this.java_util_LinkedHashMap$EntrySet$EntryIterator_lastModCount = this$1.java_util_LinkedHashMap$EntrySet_this$01.java_util_LinkedHashMap_map.java_util_AbstractHashMap_modCount; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(937, 1, $intern_704, java_util_LinkedHashMap$EntrySet$EntryIterator_LinkedHashMap$EntrySet$EntryIterator__Ljava_util_LinkedHashMap$EntrySet_2V); +_.next__Ljava_lang_Object_2 = function java_util_LinkedHashMap$EntrySet$EntryIterator_next__Ljava_lang_Object_2(){ + return javaemul_internal_InternalPreconditions_checkCriticalConcurrentModification__DDV(this.java_util_LinkedHashMap$EntrySet$EntryIterator_this$11.java_util_LinkedHashMap$EntrySet_this$01.java_util_LinkedHashMap_map.java_util_AbstractHashMap_modCount, this.java_util_LinkedHashMap$EntrySet$EntryIterator_lastModCount) , javaemul_internal_InternalPreconditions_checkCriticalElement__ZV(this.java_util_LinkedHashMap$EntrySet$EntryIterator_next != this.java_util_LinkedHashMap$EntrySet$EntryIterator_this$11.java_util_LinkedHashMap$EntrySet_this$01.java_util_LinkedHashMap_head) , this.java_util_LinkedHashMap$EntrySet$EntryIterator_last = this.java_util_LinkedHashMap$EntrySet$EntryIterator_next , this.java_util_LinkedHashMap$EntrySet$EntryIterator_next = this.java_util_LinkedHashMap$EntrySet$EntryIterator_next.java_util_LinkedHashMap$ChainEntry_next , this.java_util_LinkedHashMap$EntrySet$EntryIterator_last; +} +; +_.hasNext__Z = function java_util_LinkedHashMap$EntrySet$EntryIterator_hasNext__Z(){ + return this.java_util_LinkedHashMap$EntrySet$EntryIterator_next != this.java_util_LinkedHashMap$EntrySet$EntryIterator_this$11.java_util_LinkedHashMap$EntrySet_this$01.java_util_LinkedHashMap_head; +} +; +_.remove__V = function java_util_LinkedHashMap$EntrySet$EntryIterator_remove__V(){ + javaemul_internal_InternalPreconditions_checkCriticalState__ZV(!!this.java_util_LinkedHashMap$EntrySet$EntryIterator_last); + javaemul_internal_InternalPreconditions_checkCriticalConcurrentModification__DDV(this.java_util_LinkedHashMap$EntrySet$EntryIterator_this$11.java_util_LinkedHashMap$EntrySet_this$01.java_util_LinkedHashMap_map.java_util_AbstractHashMap_modCount, this.java_util_LinkedHashMap$EntrySet$EntryIterator_lastModCount); + java_util_LinkedHashMap$ChainEntry_$remove__Ljava_util_LinkedHashMap$ChainEntry_2V(this.java_util_LinkedHashMap$EntrySet$EntryIterator_last); + java_util_AbstractHashMap_$remove__Ljava_util_AbstractHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2(this.java_util_LinkedHashMap$EntrySet$EntryIterator_this$11.java_util_LinkedHashMap$EntrySet_this$01.java_util_LinkedHashMap_map, this.java_util_LinkedHashMap$EntrySet$EntryIterator_last.java_util_AbstractMap$AbstractEntry_key); + this.java_util_LinkedHashMap$EntrySet$EntryIterator_lastModCount = this.java_util_LinkedHashMap$EntrySet$EntryIterator_this$11.java_util_LinkedHashMap$EntrySet_this$01.java_util_LinkedHashMap_map.java_util_AbstractHashMap_modCount; + this.java_util_LinkedHashMap$EntrySet$EntryIterator_last = null; +} +; +_.java_util_LinkedHashMap$EntrySet$EntryIterator_lastModCount = 0; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1LinkedHashMap$EntrySet$EntryIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'LinkedHashMap/EntrySet/EntryIterator', 937, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_NoSuchElementException_NoSuchElementException__V(){ + java_lang_RuntimeException_RuntimeException__V.call(this); +} + +function java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V(s){ + java_lang_RuntimeException_RuntimeException__Ljava_lang_String_2V.call(this, s); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(53, 31, $intern_660, java_util_NoSuchElementException_NoSuchElementException__V, java_util_NoSuchElementException_NoSuchElementException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1NoSuchElementException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'NoSuchElementException', 53, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1RuntimeException_12_1classLit); +function java_util_Objects_deepEquals__Ljava_lang_Object_2Ljava_lang_Object_2Z(a, b){ + var class1, class2, isObjectArray1, isObjectArray2; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(a) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(b)) { + return true; + } + if (a == null || b == null) { + return false; + } + class1 = java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(a); + class2 = java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(b); + if ((class1.java_lang_Class_modifiers & 4) == 0 || (class2.java_lang_Class_modifiers & 4) == 0) { + return java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(a, b); + } + isObjectArray1 = com_google_gwt_lang_Cast_instanceOfArray__Ljava_lang_Object_2Z(a); + isObjectArray2 = com_google_gwt_lang_Cast_instanceOfArray__Ljava_lang_Object_2Z(b); + if (isObjectArray1 || isObjectArray2) { + return isObjectArray1 && isObjectArray2 && java_util_Arrays_deepEquals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(a), com_google_gwt_lang_Cast_castToArray__Ljava_lang_Object_2Ljava_lang_Object_2(b)); + } + if (class1 != class2) { + return false; + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(a, 193)) { + return java_util_Arrays_equals___3Z_3ZZ(a, b); + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(a, 90)) { + return java_util_Arrays_equals___3B_3BZ(a, b); + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(a, 36)) { + return java_util_Arrays_equals___3C_3CZ(a, b); + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(a, 159)) { + return java_util_Arrays_equals___3S_3SZ(a, b); + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(a, 25)) { + return java_util_Arrays_equals___3I_3IZ(a, b); + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(a, 11)) { + return java_util_Arrays_equals___3J_3JZ(a, b); + } + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(a, 33)) { + return java_util_Arrays_equals___3D_3DZ(a, b); + } + return java_util_Arrays_equals___3D_3DZ(a, b); +} + +function java_util_Objects_equals__Ljava_lang_Object_2Ljava_lang_Object_2Z(a, b){ + return com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(a) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(b) || a != null && java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(a, b); +} + +function java_util_Objects_hashCode__Ljava_lang_Object_2I(o){ + return o != null?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(o):0; +} + +function java_util_Objects_requireNonNull__Ljava_lang_Object_2Ljava_lang_Object_2(obj){ + if (obj == null) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__V); + } + return obj; +} + +function java_util_StringJoiner_$add__Ljava_util_StringJoiner_2Ljava_lang_CharSequence_2Ljava_util_StringJoiner_2(this$static, newElement){ + !this$static.java_util_StringJoiner_builder?(this$static.java_util_StringJoiner_builder = new java_lang_StringBuilder_StringBuilder__Ljava_lang_String_2V(this$static.java_util_StringJoiner_prefix)):java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(this$static.java_util_StringJoiner_builder, this$static.java_util_StringJoiner_delimiter); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_CharSequence_2Ljava_lang_StringBuilder_2(this$static.java_util_StringJoiner_builder, newElement); + return this$static; +} + +function java_util_StringJoiner_StringJoiner__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2V(prefix, suffix){ + this.java_util_StringJoiner_delimiter = $intern_15; + this.java_util_StringJoiner_prefix = prefix; + this.java_util_StringJoiner_suffix = suffix; + this.java_util_StringJoiner_emptyValue = this.java_util_StringJoiner_prefix + ('' + this.java_util_StringJoiner_suffix); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(464, 1, {}, java_util_StringJoiner_StringJoiner__Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2V); +_.toString__Ljava_lang_String_2 = function java_util_StringJoiner_toString__Ljava_lang_String_2(){ + return !this.java_util_StringJoiner_builder?this.java_util_StringJoiner_emptyValue:this.java_util_StringJoiner_suffix.length == 0?this.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string:this.java_util_StringJoiner_builder.java_lang_AbstractStringBuilder_string + ('' + this.java_util_StringJoiner_suffix); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1StringJoiner_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'StringJoiner', 464, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_StringTokenizer_$hasMoreTokens__Ljava_util_StringTokenizer_2Z(this$static){ + var i, length_0; + if (this$static.java_util_StringTokenizer_delimiters == null) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V($intern_3509)); + } + length_0 = this$static.java_util_StringTokenizer_string.length; + if (this$static.java_util_StringTokenizer_position < length_0) { + if (this$static.java_util_StringTokenizer_returnDelimiters) + return true; + for (i = this$static.java_util_StringTokenizer_position; i < length_0; i++) + if (java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(this$static.java_util_StringTokenizer_delimiters, java_lang_String_fromCodePoint__ILjava_lang_String_2(java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.java_util_StringTokenizer_string, i)), 0) == -1) + return true; + } + return false; +} + +function java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(this$static){ + var i, length_0; + if (this$static.java_util_StringTokenizer_delimiters == null) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V($intern_3509)); + } + i = this$static.java_util_StringTokenizer_position; + length_0 = this$static.java_util_StringTokenizer_string.length; + if (i < length_0) { + if (this$static.java_util_StringTokenizer_returnDelimiters) { + if (java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(this$static.java_util_StringTokenizer_delimiters, java_lang_String_fromCodePoint__ILjava_lang_String_2(java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.java_util_StringTokenizer_string, this$static.java_util_StringTokenizer_position)), 0) >= 0) + return String.fromCharCode(java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.java_util_StringTokenizer_string, this$static.java_util_StringTokenizer_position++)); + for (++this$static.java_util_StringTokenizer_position; this$static.java_util_StringTokenizer_position < length_0; this$static.java_util_StringTokenizer_position++) + if (java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(this$static.java_util_StringTokenizer_delimiters, java_lang_String_fromCodePoint__ILjava_lang_String_2(java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.java_util_StringTokenizer_string, this$static.java_util_StringTokenizer_position)), 0) >= 0) + return java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.java_util_StringTokenizer_string, i, this$static.java_util_StringTokenizer_position); + return java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(this$static.java_util_StringTokenizer_string, i); + } + while (i < length_0 && java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(this$static.java_util_StringTokenizer_delimiters, java_lang_String_fromCodePoint__ILjava_lang_String_2(java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.java_util_StringTokenizer_string, i)), 0) >= 0) + ++i; + this$static.java_util_StringTokenizer_position = i; + if (i < length_0) { + for (++this$static.java_util_StringTokenizer_position; this$static.java_util_StringTokenizer_position < length_0; this$static.java_util_StringTokenizer_position++) + if (java_lang_String_$indexOf__Ljava_lang_String_2Ljava_lang_String_2II(this$static.java_util_StringTokenizer_delimiters, java_lang_String_fromCodePoint__ILjava_lang_String_2(java_lang_String_$charAt__Ljava_lang_String_2IC(this$static.java_util_StringTokenizer_string, this$static.java_util_StringTokenizer_position)), 0) >= 0) + return java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(this$static.java_util_StringTokenizer_string, i, this$static.java_util_StringTokenizer_position); + return java_lang_String_$substring__Ljava_lang_String_2ILjava_lang_String_2(this$static.java_util_StringTokenizer_string, i); + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); +} + +function java_util_StringTokenizer_StringTokenizer__Ljava_lang_String_2Ljava_lang_String_2V(string){ + java_util_StringTokenizer_StringTokenizer__Ljava_lang_String_2Ljava_lang_String_2ZV.call(this, string); +} + +function java_util_StringTokenizer_StringTokenizer__Ljava_lang_String_2Ljava_lang_String_2ZV(string){ + if (string == null) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V('string == null')); + } + this.java_util_StringTokenizer_string = string; + this.java_util_StringTokenizer_delimiters = ' ='; + this.java_util_StringTokenizer_returnDelimiters = false; + this.java_util_StringTokenizer_position = 0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(523, 1, {1124:1}, java_util_StringTokenizer_StringTokenizer__Ljava_lang_String_2Ljava_lang_String_2V); +_.hasMoreElements__Z = function java_util_StringTokenizer_hasMoreElements__Z(){ + return java_util_StringTokenizer_$hasMoreTokens__Ljava_util_StringTokenizer_2Z(this); +} +; +_.nextElement__Ljava_lang_Object_2 = function java_util_StringTokenizer_nextElement__Ljava_lang_Object_2(){ + return java_util_StringTokenizer_$nextToken__Ljava_util_StringTokenizer_2Ljava_lang_String_2(this); +} +; +_.java_util_StringTokenizer_position = 0; +_.java_util_StringTokenizer_returnDelimiters = false; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1StringTokenizer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'StringTokenizer', 523, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_regex_Matcher_Matcher__Ljava_util_regex_Pattern_2Ljava_lang_CharSequence_2V(parent_0, text_0){ + this.java_util_regex_Matcher_matcher = new regexodus_Matcher_Matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2V(parent_0.java_util_regex_Pattern_internal, text_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(381, 1, {}, java_util_regex_Matcher_Matcher__Ljava_util_regex_Pattern_2Ljava_lang_CharSequence_2V); +_.toString__Ljava_lang_String_2 = function java_util_regex_Matcher_toString__Ljava_lang_String_2(){ + return regexodus_Matcher_$toString_1d__Lregexodus_Matcher_2Ljava_lang_String_2(this.java_util_regex_Matcher_matcher); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1regex_1Matcher_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3510, 'Matcher', 381, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function java_util_regex_Pattern_Pattern__Ljava_lang_String_2IV(p){ + var fm; + fm = 0; + fm |= 0; + fm |= 0; + fm |= 0; + fm |= 0; + this.java_util_regex_Pattern_internal = new regexodus_Pattern_Pattern__Ljava_lang_String_2IV(p, fm); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(304, 1, {3:1, 304:1}, java_util_regex_Pattern_Pattern__Ljava_lang_String_2IV); +_.toString__Ljava_lang_String_2 = function java_util_regex_Pattern_toString__Ljava_lang_String_2(){ + return this.java_util_regex_Pattern_internal.regexodus_Pattern_stringRepr; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1regex_1Pattern_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3510, 'Pattern', 304, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function javaemul_internal_ArrayHelper_clone___3Ljava_lang_Object_2_3Ljava_lang_Object_2(array){ + var result; + result = array.slice(); + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Object_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(result, array); +} + +function javaemul_internal_ArrayHelper_clone___3Ljava_lang_Object_2II_3Ljava_lang_Object_2(array, toIndex){ + var result; + result = array.slice(0, toIndex); + result.length = toIndex; + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Object_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(result, array); +} + +function javaemul_internal_ArrayHelper_copy__Ljava_lang_Object_2ILjava_lang_Object_2IIZV(src_0, srcOfs, dest, destOfs, len, overwrite){ + var batchEnd, batchStart, destArray, end, spliceArgs; + if (len == 0) { + return; + } + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(src_0) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(dest)) { + src_0 = src_0.slice(srcOfs, srcOfs + len); + srcOfs = 0; + } + destArray = dest; + for (batchStart = srcOfs , end = srcOfs + len; batchStart < end;) { + batchEnd = $wnd.Math.min(batchStart + $intern_709, end); + len = batchEnd - batchStart; + spliceArgs = src_0.slice(batchStart, batchEnd); + spliceArgs.splice(0, 0, destOfs, overwrite?len:0); + Array.prototype.splice.apply(destArray, spliceArgs); + batchStart = batchEnd; + destOfs += len; + } +} + +function javaemul_internal_ArrayHelper_insertTo___3Ljava_lang_Object_2ILjava_lang_Object_2V(array, index_0, value_0){ + array.splice(index_0, 0, value_0); +} + +function javaemul_internal_ArrayHelper_insertTo___3Ljava_lang_Object_2I_3Ljava_lang_Object_2V(array, index_0, values){ + javaemul_internal_ArrayHelper_copy__Ljava_lang_Object_2ILjava_lang_Object_2IIZV(values, 0, array, index_0, values.length, false); +} + +function javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(array, o){ + array.push(o); +} + +function javaemul_internal_ArrayHelper_removeFrom___3Ljava_lang_Object_2IIV(array, index_0, deleteCount){ + array.splice(index_0, deleteCount); +} + +function javaemul_internal_ArrayHelper_setLength__Ljava_lang_Object_2IV(array, length_0){ + array.length = length_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1207, 1, {}); +function javaemul_internal_ArrayStamper_stampJavaTypeInfo__Ljava_lang_Object_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(array, referenceType){ + return com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Object_2_3Ljava_lang_Object_2_3Ljava_lang_Object_2(array, referenceType); +} + +function javaemul_internal_EmulatedCharset_$clinit__V(){ + javaemul_internal_EmulatedCharset_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + javaemul_internal_EmulatedCharset_UTF_18 = new javaemul_internal_EmulatedCharset$UtfCharset_EmulatedCharset$UtfCharset__Ljava_lang_String_2V; + new javaemul_internal_EmulatedCharset$LatinCharset_EmulatedCharset$LatinCharset__Ljava_lang_String_2V('ISO-LATIN-1'); + javaemul_internal_EmulatedCharset_ISO_18859_11 = new javaemul_internal_EmulatedCharset$LatinCharset_EmulatedCharset$LatinCharset__Ljava_lang_String_2V('ISO-8859-1'); +} + +function javaemul_internal_EmulatedCharset_EmulatedCharset__Ljava_lang_String_2V(name_0){ + this.java_nio_charset_Charset_name = name_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(697, 322, $intern_3502); +var javaemul_internal_EmulatedCharset_ISO_18859_11, javaemul_internal_EmulatedCharset_UTF_18; +var com_google_gwt_lang_ClassLiteralHolder_Ljavaemul_1internal_1EmulatedCharset_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3511, 'EmulatedCharset', 697, com_google_gwt_lang_ClassLiteralHolder_Ljava_1nio_1charset_1Charset_12_1classLit); +function javaemul_internal_EmulatedCharset$LatinCharset_EmulatedCharset$LatinCharset__Ljava_lang_String_2V(name_0){ + javaemul_internal_EmulatedCharset_EmulatedCharset__Ljava_lang_String_2V.call(this, name_0); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(698, 697, $intern_3502, javaemul_internal_EmulatedCharset$LatinCharset_EmulatedCharset$LatinCharset__Ljava_lang_String_2V); +_.getBytes__Ljava_lang_String_2_3B = function javaemul_internal_EmulatedCharset$LatinCharset_getBytes__Ljava_lang_String_2_3B(str){ + var bytes, i, n; + n = str.length; + bytes = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_71, 9, n, 15, 1); + for (i = 0; i < n; ++i) { + bytes[i] = (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, str.length) , (str.charCodeAt(i) & 255) << 24 >> 24); + } + return bytes; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljavaemul_1internal_1EmulatedCharset$LatinCharset_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3511, 'EmulatedCharset/LatinCharset', 698, com_google_gwt_lang_ClassLiteralHolder_Ljavaemul_1internal_1EmulatedCharset_12_1classLit); +function javaemul_internal_EmulatedCharset$UtfCharset_$encodeUtf8__Ljavaemul_internal_EmulatedCharset$UtfCharset_2_3BIV(bytes, codePoint){ + if (codePoint < 128) { + bytes.push((codePoint & 127) << 24 >> 24); + } + else if (codePoint < 2048) { + bytes.push((codePoint >> 6 & 31 | 192) << 24 >> 24); + bytes.push((codePoint & 63 | 128) << 24 >> 24); + } + else if (codePoint < $intern_2397) { + bytes.push((codePoint >> 12 & 15 | 224) << 24 >> 24); + bytes.push((codePoint >> 6 & 63 | 128) << 24 >> 24); + bytes.push((codePoint & 63 | 128) << 24 >> 24); + } + else if (codePoint < $intern_3473) { + bytes.push((codePoint >> 18 & 7 | 240) << 24 >> 24); + bytes.push((codePoint >> 12 & 63 | 128) << 24 >> 24); + bytes.push((codePoint >> 6 & 63 | 128) << 24 >> 24); + bytes.push((codePoint & 63 | 128) << 24 >> 24); + } + else if (codePoint < $intern_3475) { + bytes.push((codePoint >> 24 & 3 | 248) << 24 >> 24); + bytes.push((codePoint >> 18 & 63 | 128) << 24 >> 24); + bytes.push((codePoint >> 12 & 63 | 128) << 24 >> 24); + bytes.push((codePoint >> 6 & 63 | 128) << 24 >> 24); + bytes.push((codePoint & 63 | 128) << 24 >> 24); + } + else { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('Character out of range: ' + codePoint)); + } +} + +function javaemul_internal_EmulatedCharset$UtfCharset_EmulatedCharset$UtfCharset__Ljava_lang_String_2V(){ + javaemul_internal_EmulatedCharset_EmulatedCharset__Ljava_lang_String_2V.call(this, 'UTF-8'); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(831, 697, $intern_3502, javaemul_internal_EmulatedCharset$UtfCharset_EmulatedCharset$UtfCharset__Ljava_lang_String_2V); +_.getBytes__Ljava_lang_String_2_3B = function javaemul_internal_EmulatedCharset$UtfCharset_getBytes__Ljava_lang_String_2_3B(str){ + var bytes, ch_0, i, n; + n = str.length; + bytes = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_B_1classLit, $intern_71, 9, 0, 15, 1); + for (i = 0; i < n;) { + ch_0 = java_lang_Character_codePointAt__Ljava_lang_CharSequence_2III(str, i, str.length); + i += ch_0 >= $intern_2397?2:1; + javaemul_internal_EmulatedCharset$UtfCharset_$encodeUtf8__Ljavaemul_internal_EmulatedCharset$UtfCharset_2_3BIV(bytes, ch_0); + } + return bytes; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Ljavaemul_1internal_1EmulatedCharset$UtfCharset_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3511, 'EmulatedCharset/UtfCharset', 831, com_google_gwt_lang_ClassLiteralHolder_Ljavaemul_1internal_1EmulatedCharset_12_1classLit); +function javaemul_internal_HashCodes_getObjectIdentityHashCode__Ljava_lang_Object_2I(o){ + return o.$H || (o.$H = ++javaemul_internal_HashCodes_nextHash); +} + +var javaemul_internal_HashCodes_nextHash = 0; +function javaemul_internal_InternalPreconditions_checkCriticalArgument__ZV(expression){ + if (!expression) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__V); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalArgument__ZLjava_lang_Object_2V(expression, errorMessage){ + if (!expression) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V(errorMessage)); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalArrayBounds__IIIV(start_0, end, length_0){ + if (start_0 > end) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_3512 + start_0 + $intern_3513 + end)); + } + if (start_0 < 0 || end > length_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_ArrayIndexOutOfBoundsException_ArrayIndexOutOfBoundsException__Ljava_lang_String_2V($intern_3512 + start_0 + $intern_3514 + end + $intern_3515 + length_0)); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalArraySize__IV(size_0){ + if (size_0 < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NegativeArraySizeException_NegativeArraySizeException__Ljava_lang_String_2V('Negative array size: ' + size_0)); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalConcurrentModification__DDV(currentModCount, recordedModCount){ + if (currentModCount != recordedModCount) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_ConcurrentModificationException_ConcurrentModificationException__V); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalElement__ZV(expression){ + if (!expression) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalElementIndex__IIV(index_0, size_0){ + if (index_0 < 0 || index_0 >= size_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_3516 + index_0 + $intern_3517 + size_0)); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2(reference){ + if (reference == null) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__V); + } + return reference; +} + +function javaemul_internal_InternalPreconditions_checkCriticalNotNull__Ljava_lang_Object_2Ljava_lang_Object_2V(reference, errorMessage){ + if (reference == null) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_NullPointerException_NullPointerException__Ljava_lang_String_2V(errorMessage)); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalPositionIndex__IIV(index_0, size_0){ + if (index_0 < 0 || index_0 > size_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_3516 + index_0 + $intern_3517 + size_0)); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalPositionIndexes__IIIV(start_0, end, size_0){ + if (start_0 < 0 || end > size_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V($intern_3512 + start_0 + $intern_3514 + end + ', size: ' + size_0)); + } + if (start_0 > end) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_3512 + start_0 + $intern_3513 + end)); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalState__ZV(expression){ + if (!expression) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__V); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalState__ZLjava_lang_Object_2V(expression, errorMessage){ + if (!expression) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V(errorMessage)); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalStringBounds__IIIV(start_0, end, length_0){ + if (start_0 < 0 || end > length_0 || end < start_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__Ljava_lang_String_2V($intern_3512 + start_0 + $intern_3514 + end + $intern_3515 + length_0)); + } +} + +function javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(index_0, size_0){ + if (index_0 < 0 || index_0 >= size_0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__Ljava_lang_String_2V($intern_3516 + index_0 + $intern_3517 + size_0)); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1199, 1, {}); +function regexodus_Term_$append__Lregexodus_Term_2II_3C_3I_3ILjava_util_ArrayList_2Ljava_util_HashMap_2V(this$static, offset, end, data_0, vars, flags, iterators, gmap){ + var br, c, cp, current, greedy, i, le, limits, mb, mi, mr, mu, p, t, tmp; + limits = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 3, 15, 1); + i = offset; + current = this$static.regexodus_Term_current; + while (i < end) { + c = data_0[i]; + greedy = true; + if ((flags[0] & 64) != 64) { + switch (c) { + case 42: + if (!current) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('missing term before *')); + ++i; + if (i < end && data_0[i] == 63) { + greedy = false; + ++i; + } + + tmp = greedy?regexodus_Term_makeGreedyStar___3ILregexodus_Term_2Ljava_util_ArrayList_2Lregexodus_Term_2(current, iterators):regexodus_Term_makeLazyStar___3ILregexodus_Term_2Lregexodus_Term_2(current); + current = this$static.package_private$regexodus$replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2(tmp); + break; + case 43: + if (!current) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('missing term before +')); + ++i; + if (i < end && data_0[i] == 63) { + greedy = false; + ++i; + } + + tmp = greedy?regexodus_Term_makeGreedyPlus___3ILregexodus_Term_2Ljava_util_ArrayList_2Lregexodus_Term_2(current, iterators):regexodus_Term_makeLazyPlus___3ILregexodus_Term_2Lregexodus_Term_2(current); + current = this$static.package_private$regexodus$replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2(tmp); + break; + case 63: + if (!current) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('missing term before ?')); + ++i; + if (i < end && data_0[i] == 63) { + greedy = false; + ++i; + } + + tmp = greedy?regexodus_Term_makeGreedyQMark___3ILregexodus_Term_2Lregexodus_Term_2(current):regexodus_Term_makeLazyQMark___3ILregexodus_Term_2Lregexodus_Term_2(current); + current = this$static.package_private$regexodus$replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2(tmp); + break; + case 123: + limits[0] = 0; + limits[1] = -1; + le = regexodus_Term_parseLimits__II_3C_3II(i + 1, end, data_0, limits); + if (limits[2] == 1) { + if (!current) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('missing term before {}')); + i = le; + if (i < end && data_0[i] == 63) { + greedy = false; + ++i; + } + tmp = greedy?regexodus_Term_makeGreedyLimits___3ILregexodus_Term_2_3ILjava_util_ArrayList_2Lregexodus_Term_2(vars, current, limits, iterators):regexodus_Term_makeLazyLimits___3ILregexodus_Term_2_3ILregexodus_Term_2(vars, current, limits); + current = this$static.package_private$regexodus$replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2(tmp); + break; + } + else { + if (data_0[i + 1] == 92) { + p = i + 2; + if (p == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3518)); + cp = data_0[p]; + mi = false; + mb = false; + mr = false; + mu = false; + while (regexodus_Category_$contains__Lregexodus_Category_2CZ((regexodus_Category_$clinit__V() , regexodus_Category_Space), cp) || regexodus_Category_$contains__Lregexodus_Category_2CZ(regexodus_Category_Po, cp)) { + ++p; + if (p == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3518)); + switch (cp) { + case 64: + mi = !mi; + break; + case 47: + mr = !mr; + break; + case 58: + mb = !mb; + break; + case 33: + mu = !mu; + } + cp = data_0[p]; + } + br = new regexodus_BackReference_BackReference__IZZZZV(mi || (flags[0] & 1) > 0, mr, mb, mu); + i = regexodus_Term_parseGroupId___3CIILregexodus_Term_2Ljava_util_HashMap_2CI(data_0, p, end, br, gmap, 125); + current = this$static.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(br); + continue; + } + else { + t = new regexodus_Term_Term__V; + i = regexodus_CharacterClass_parseName___3CIILregexodus_Term_2ZZI(data_0, i, end, t, false, (flags[0] & 8) > 0); + current = this$static.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(t); + continue; + } + } + + case 92: + if (i + 4 < end && data_0[i + 1] == 107 && data_0[i + 2] == 60) { + p = i + 3; + if (p == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3518)); + cp = data_0[p]; + mi = false; + mb = false; + mr = false; + mu = false; + while (regexodus_Category_$contains__Lregexodus_Category_2CZ((regexodus_Category_$clinit__V() , regexodus_Category_Space), cp) || regexodus_Category_$contains__Lregexodus_Category_2CZ(regexodus_Category_Po, cp)) { + ++p; + if (p == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3518)); + switch (cp) { + case 64: + mi = !mi; + break; + case 47: + mr = !mr; + break; + case 58: + mb = !mb; + break; + case 33: + mu = !mu; + } + cp = data_0[p]; + } + br = new regexodus_BackReference_BackReference__IZZZZV(mi || (flags[0] & 1) > 0, mr, mb, mu); + i = regexodus_Term_parseGroupId___3CIILregexodus_Term_2Ljava_util_HashMap_2CI(data_0, p, end, br, gmap, 62); + current = this$static.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(br); + continue; + } + + case 32: + case 9: + case 13: + case 10: + if ((flags[0] & 8) > 0) { + ++i; + continue; + } + + default:tmp = new regexodus_Term_Term__V; + i = regexodus_Term_$parseTerm__Lregexodus_Term_2_3CIILregexodus_Term_2II(data_0, i, end, tmp, flags[0]); + if (tmp.regexodus_Term_type == 60) { + flags[0] |= 64; + continue; + } + else if (tmp.regexodus_Term_type == 61) { + flags[0] &= -65; + continue; + } + + if (tmp.regexodus_Term_type == 19 && i < end) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3519 + java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, offset, end - offset) + '>')); + } + + current = this$static.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(tmp); + } + } + else { + tmp = new regexodus_Term_Term__V; + i = regexodus_Term_$parseTerm__Lregexodus_Term_2_3CIILregexodus_Term_2II(data_0, i, end, tmp, flags[0]); + if (tmp.regexodus_Term_type == 60) { + flags[0] |= 64; + continue; + } + else if (tmp.regexodus_Term_type == 61) { + flags[0] &= -65; + continue; + } + if (tmp.regexodus_Term_type == 19 && i < end) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3519 + java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, offset, end - offset) + '>')); + } + current = this$static.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(tmp); + } + } +} + +function regexodus_Term_$append__Lregexodus_Term_2Lregexodus_Term_2Lregexodus_Term_2(this$static, term){ + var current; + current = this$static.regexodus_Term_current; + if (!current) { + this$static.regexodus_Term_in.regexodus_Term_next = term; + term.regexodus_Term_prev = this$static.regexodus_Term_in; + this$static.regexodus_Term_current = term; + return term; + } + regexodus_Term_linkd__Lregexodus_Term_2Lregexodus_Term_2V(current, term.regexodus_Term_in); + term.regexodus_Term_prev = current; + this$static.regexodus_Term_current = term; + return term; +} + +function regexodus_Term_$equals__Lregexodus_Term_2Ljava_lang_Object_2Z(this$static, o){ + var term; + if (this$static === o) + return true; + if (o == null || this$static.java_lang_Object__1_1_1clazz != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + term = o; + if (this$static.regexodus_Term_type != term.regexodus_Term_type) + return false; + if (this$static.regexodus_Term_inverse != term.regexodus_Term_inverse) + return false; + if (this$static.regexodus_Term_c != term.regexodus_Term_c) + return false; + if (this$static.regexodus_Term_distance != term.regexodus_Term_distance) + return false; + if (this$static.regexodus_Term_eat != term.regexodus_Term_eat) + return false; + if (this$static.regexodus_Term_weight != term.regexodus_Term_weight) + return false; + if (this$static.regexodus_Term_memreg != term.regexodus_Term_memreg) + return false; + if (this$static.regexodus_Term_minCount != term.regexodus_Term_minCount) + return false; + if (this$static.regexodus_Term_maxCount != term.regexodus_Term_maxCount) + return false; + if (this$static.regexodus_Term_cntreg != term.regexodus_Term_cntreg) + return false; + if (this$static.regexodus_Term_lookaheadId != term.regexodus_Term_lookaheadId) + return false; + if (this$static.regexodus_Term_next?!this$static.regexodus_Term_next.equals__Ljava_lang_Object_2Z(term.regexodus_Term_next):!!term.regexodus_Term_next) + return false; + if (this$static.regexodus_Term_bitset?!regexodus_ds_IntBitSet_$equals__Lregexodus_ds_IntBitSet_2Ljava_lang_Object_2Z(this$static.regexodus_Term_bitset, term.regexodus_Term_bitset):!!term.regexodus_Term_bitset) + return false; + return java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this$static.regexodus_Term_bitset2, term.regexodus_Term_bitset2) && java_util_Arrays_equals___3Z_3ZZ(this$static.regexodus_Term_categoryBitset, term.regexodus_Term_categoryBitset); +} + +function regexodus_Term_$hashCode__Lregexodus_Term_2I(this$static){ + var result; + result = this$static.regexodus_Term_next?this$static.regexodus_Term_next.hashCode__I():0; + result = 31 * result + this$static.regexodus_Term_type; + result = 31 * result + (this$static.regexodus_Term_inverse?1:0); + result = 31 * result + this$static.regexodus_Term_c; + result = 31 * result + this$static.regexodus_Term_distance; + result = 31 * result + (this$static.regexodus_Term_eat?1:0); + result = 31 * result + (this$static.regexodus_Term_bitset?java_util_Arrays_hashCode___3II(this$static.regexodus_Term_bitset.regexodus_ds_IntBitSet_data):0); + result = 31 * result + java_util_Arrays_hashCode___3Ljava_lang_Object_2I(this$static.regexodus_Term_bitset2); + result = 31 * result; + result = 31 * result + this$static.regexodus_Term_weight; + result = 31 * result + this$static.regexodus_Term_memreg; + result = 31 * result + this$static.regexodus_Term_minCount; + result = 31 * result + this$static.regexodus_Term_maxCount; + result = 31 * result + this$static.regexodus_Term_cntreg; + result = 31 * result + this$static.regexodus_Term_lookaheadId; + return result; +} + +function regexodus_Term_$parseTerm__Lregexodus_Term_2_3CIILregexodus_Term_2II(data_0, i, out, term, flags){ + var c, d, dec, digit, hex, inv, n, oct, space, space0, space1, wordChar, wordChar0, wordChar1, wordChar2; + c = data_0[i++]; + inv = false; + if ((flags & 64) == 64) { + switch (c) { + case 92: + if (i < out + 1 && data_0[i] == 69) { + term.regexodus_Term_type = 61; + return i + 1; + } + + default:term.regexodus_Term_type = 0; + (flags & 1) == 0?(term.regexodus_Term_c = c):(term.regexodus_Term_c = regexodus_Category_caseFold__CC(c)); + return i; + } + } + switch (c) { + case 91: + return regexodus_CharacterClass_parseClass___3CIILregexodus_Term_2ZZZZI(data_0, i, out, term, (flags & 1) > 0, (flags & 8) > 0, (flags & 16) > 0, (flags & 32) > 0); + case 46: + term.regexodus_Term_type = (flags & 4) > 0?4:5; + break; + case 36: + term.regexodus_Term_type = (flags & 2) > 0?22:20; + break; + case 94: + term.regexodus_Term_type = (flags & 2) > 0?21:18; + break; + case 92: + if (i >= out) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('Escape without a character')); + c = data_0[i++]; + switch (c) { + case 102: + c = 12; + break; + case 110: + c = 10; + break; + case 114: + c = 13; + break; + case 116: + c = 9; + break; + case 117: + if (i < out - 3) + c = (regexodus_CharacterClass_toHexDigit__CI(data_0[i++]) << 12) + (regexodus_CharacterClass_toHexDigit__CI(data_0[i++]) << 8) + (regexodus_CharacterClass_toHexDigit__CI(data_0[i++]) << 4) + regexodus_CharacterClass_toHexDigit__CI(data_0[i++]) & $intern_4; + else { + c = 0; + i = out; + } + + break; + case 120: + { + hex = 0; + if ((d = data_0[i++]) == 123) { + while (i < out && (d = data_0[i++]) != 125) { + hex = (hex << 4) + regexodus_CharacterClass_toHexDigit__CI(d); + if (hex > $intern_4 || i == out) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3520)); + } + } + else { + hex = (regexodus_CharacterClass_toHexDigit__CI(d) << 4) + regexodus_CharacterClass_toHexDigit__CI(data_0[i++]); + } + c = hex & $intern_4; + break; + } + + case 48: + case 111: + oct = 0; + for (; i < out;) { + d = data_0[i++]; + if (d >= 48 && d <= 55) { + oct *= 8; + oct += d - 48; + if (oct > $intern_4) { + oct -= d - 48; + oct = oct / 8 | 0; + break; + } + } + else + break; + } + + c = oct & $intern_4; + break; + case 109: + dec = 0; + for (; i < out;) { + d = data_0[i++]; + if (d >= 48 && d <= 57) { + dec *= 10; + dec += d - 48; + if (dec > $intern_4) { + dec -= d - 48; + dec = dec / 10 | 0; + break; + } + } + else + break; + } + + c = dec & $intern_4; + break; + case 99: + c = data_0[i++] & 31 & $intern_4; + break; + case 68: + inv = true; + case 100: + regexodus_CharacterClass_$clinit__V(); + digit = (flags & 16) > 0?inv?regexodus_CharacterClass_UNONDIGIT:regexodus_CharacterClass_UDIGIT:inv?regexodus_CharacterClass_NONDIGIT:regexodus_CharacterClass_DIGIT; + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(digit, term); + return i; + case 83: + inv = true; + case 115: + regexodus_CharacterClass_$clinit__V(); + space0 = (flags & 16) > 0?inv?regexodus_CharacterClass_UNONSPACE:regexodus_CharacterClass_USPACE:inv?regexodus_CharacterClass_NONSPACE:regexodus_CharacterClass_SPACE; + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(space0, term); + return i; + case 87: + inv = true; + case 119: + regexodus_CharacterClass_$clinit__V(); + wordChar0 = (flags & 16) > 0?inv?regexodus_CharacterClass_UNONWORDCHAR:regexodus_CharacterClass_UWORDCHAR:inv?regexodus_CharacterClass_NONWORDCHAR:regexodus_CharacterClass_WORDCHAR; + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(wordChar0, term); + return i; + case 72: + inv = true; + case 104: + regexodus_CharacterClass_$clinit__V(); + space1 = (flags & 16) > 0?inv?regexodus_CharacterClass_UNONHSPACE:regexodus_CharacterClass_UHSPACE:inv?regexodus_CharacterClass_NONHSPACE:regexodus_CharacterClass_HSPACE; + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(space1, term); + return i; + case 86: + inv = true; + case 118: + regexodus_CharacterClass_$clinit__V(); + space = (flags & 16) > 0?inv?regexodus_CharacterClass_UNONVSPACE:regexodus_CharacterClass_UVSPACE:inv?regexodus_CharacterClass_NONVSPACE:regexodus_CharacterClass_VSPACE; + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(space, term); + return i; + case 66: + inv = true; + case 98: + regexodus_CharacterClass_$clinit__V(); + wordChar1 = (flags & 16) > 0?inv?regexodus_CharacterClass_UNONWORDCHAR:regexodus_CharacterClass_UWORDCHAR:inv?regexodus_CharacterClass_NONWORDCHAR:regexodus_CharacterClass_WORDCHAR; + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(wordChar1, term); + term.regexodus_Term_type = (flags & 16) > 0?13:11; + return i; + case 60: + regexodus_CharacterClass_$clinit__V(); + wordChar2 = (flags & 16) > 0?regexodus_CharacterClass_UWORDCHAR:regexodus_CharacterClass_WORDCHAR; + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(wordChar2, term); + term.regexodus_Term_type = (flags & 16) > 0?14:12; + return i; + case 62: + regexodus_CharacterClass_$clinit__V(); + wordChar = (flags & 16) > 0?regexodus_CharacterClass_UNONWORDCHAR:regexodus_CharacterClass_NONWORDCHAR; + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(wordChar, term); + term.regexodus_Term_type = (flags & 16) > 0?14:12; + return i; + case 65: + term.regexodus_Term_type = 18; + return i; + case 90: + term.regexodus_Term_type = 20; + return i; + case 122: + term.regexodus_Term_type = 19; + return i; + case 71: + term.regexodus_Term_type = 23; + return i; + case 80: + inv = true; + case 112: + i = regexodus_CharacterClass_parseName___3CIILregexodus_Term_2ZZI(data_0, i, out, term, inv, (flags & 8) > 0); + return i; + case 81: + term.regexodus_Term_type = 60; + return i; + default:if (c >= 49 && c <= 57) { + n = c - 48; + while (i < out && (c = data_0[i]) >= 48 && c <= 57) { + n = n * 10 + c - 48; + ++i; + } + term.regexodus_Term_type = (flags & 1) > 0?7:6; + term.regexodus_Term_memreg = n; + return i; + } + + } + + term.regexodus_Term_type = 0; + term.regexodus_Term_c = c; + break; + default:if ((flags & 1) == 0) { + term.regexodus_Term_type = 0; + term.regexodus_Term_c = c; + } + else { + term.regexodus_Term_type = 0; + term.regexodus_Term_c = regexodus_Category_caseFold__CC(c); + } + + } + return i; +} + +function regexodus_Term_$replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2Lregexodus_Term_2(this$static, term){ + var in_0, prev; + prev = this$static.regexodus_Term_current.regexodus_Term_prev; + if (prev) { + in_0 = this$static.regexodus_Term_in; + if (prev == in_0) { + in_0.regexodus_Term_next = term.regexodus_Term_in; + term.regexodus_Term_in.regexodus_Term_prev = in_0; + } + else { + regexodus_Term_linkd__Lregexodus_Term_2Lregexodus_Term_2V(prev, term.regexodus_Term_in); + term.regexodus_Term_prev = prev; + } + } + this$static.regexodus_Term_current = term; + return term; +} + +function regexodus_Term_$startNewBranch__Lregexodus_Term_2V(this$static){ + var b, tmp; + tmp = this$static.regexodus_Term_in.regexodus_Term_next; + b = new regexodus_Branch_Branch__V; + this$static.regexodus_Term_in.regexodus_Term_next = b; + b.regexodus_Term_next = tmp; + b.regexodus_Term_in = null; + b.regexodus_Term_out = null; + b.regexodus_Term_out1 = null; + b.regexodus_Term_branchOut = b; + this$static.regexodus_Term_current = b; +} + +function regexodus_Term_Term__V(){ + this.regexodus_Term_instanceNum = regexodus_Term_instances; + ++regexodus_Term_instances; + this.regexodus_Term_in = this.regexodus_Term_out = this; +} + +function regexodus_Term_Term__IV(type_0){ + regexodus_Term_Term__V.call(this); + this.regexodus_Term_type = type_0; +} + +function regexodus_Term_linkd__Lregexodus_Term_2Lregexodus_Term_2V(term, next){ + var prev_branch, prev_out, prev_out1; + prev_out = term.regexodus_Term_out; + !!prev_out && (prev_out.regexodus_Term_next = next); + prev_out1 = term.regexodus_Term_out1; + !!prev_out1 && (prev_out1.regexodus_Term_next = next); + prev_branch = term.regexodus_Term_branchOut; + !!prev_branch && (prev_branch.regexodus_Term_failNext = next); +} + +function regexodus_Term_makeGreedyLimits___3ILregexodus_Term_2_3ILjava_util_ArrayList_2Lregexodus_Term_2(vars, term, limits, iterators){ + var b, cntreg, gt, inc, lt, m, n, reset_0; + m = limits[0]; + n = limits[1]; + switch (term.regexodus_Term_type) { + case 15: + { + cntreg = vars[1]++; + reset_0 = new regexodus_Term_Term__IV(29); + reset_0.regexodus_Term_cntreg = cntreg; + b = new regexodus_Term_Term__IV(32); + inc = new regexodus_Term_Term__IV(28); + inc.regexodus_Term_cntreg = cntreg; + reset_0.regexodus_Term_next = b; + if (n >= 0) { + lt = new regexodus_Term_Term__IV(30); + lt.regexodus_Term_cntreg = cntreg; + lt.regexodus_Term_maxCount = n; + b.regexodus_Term_next = lt; + lt.regexodus_Term_next = term.regexodus_Term_in; + } + else { + b.regexodus_Term_next = term.regexodus_Term_in; + } + term.regexodus_Term_out.regexodus_Term_next = inc; + inc.regexodus_Term_next = b; + if (m >= 0) { + gt = new regexodus_Term_Term__IV(31); + gt.regexodus_Term_cntreg = cntreg; + gt.regexodus_Term_maxCount = m; + b.regexodus_Term_failNext = gt; + reset_0.regexodus_Term_in = reset_0; + reset_0.regexodus_Term_out = gt; + reset_0.regexodus_Term_out1 = null; + reset_0.regexodus_Term_branchOut = null; + } + else { + reset_0.regexodus_Term_in = reset_0; + reset_0.regexodus_Term_out = null; + reset_0.regexodus_Term_out1 = null; + reset_0.regexodus_Term_branchOut = b; + } + return reset_0; + } + + default:{ + return new regexodus_TermIterator_TermIterator__Lregexodus_Term_2IILjava_util_ArrayList_2V(term, limits[0], limits[1], iterators); + } + + } +} + +function regexodus_Term_makeGreedyPlus___3ILregexodus_Term_2Ljava_util_ArrayList_2Lregexodus_Term_2(term, iterators){ + var b; + switch (term.regexodus_Term_type) { + case 15: + { + b = new regexodus_Branch_Branch__V; + b.regexodus_Term_next = term.regexodus_Term_in; + term.regexodus_Term_out.regexodus_Term_next = b; + b.regexodus_Term_in = term.regexodus_Term_in; + b.regexodus_Term_out = null; + b.regexodus_Term_out1 = null; + b.regexodus_Term_branchOut = b; + return b; + } + + default:{ + return new regexodus_TermIterator_TermIterator__Lregexodus_Term_2IILjava_util_ArrayList_2V(term, 1, -1, iterators); + } + + } +} + +function regexodus_Term_makeGreedyQMark___3ILregexodus_Term_2Lregexodus_Term_2(term){ + var b; + switch (term.regexodus_Term_type) { + case 15: + { + b = new regexodus_Branch_Branch__V; + b.regexodus_Term_next = term.regexodus_Term_in; + b.regexodus_Term_in = b; + b.regexodus_Term_out = term.regexodus_Term_out; + b.regexodus_Term_out1 = null; + b.regexodus_Term_branchOut = b; + return b; + } + + case 6: + default:{ + b = new regexodus_Branch_Branch__V; + b.regexodus_Term_next = term; + b.regexodus_Term_in = b; + b.regexodus_Term_out = term; + b.regexodus_Term_out1 = null; + b.regexodus_Term_branchOut = b; + return b; + } + + } +} + +function regexodus_Term_makeGreedyStar___3ILregexodus_Term_2Ljava_util_ArrayList_2Lregexodus_Term_2(term, iterators){ + var b; + switch (term.regexodus_Term_type) { + case 15: + { + b = new regexodus_Branch_Branch__V; + b.regexodus_Term_next = term.regexodus_Term_in; + term.regexodus_Term_out.regexodus_Term_next = b; + b.regexodus_Term_in = b; + b.regexodus_Term_out = null; + b.regexodus_Term_out1 = null; + b.regexodus_Term_branchOut = b; + return b; + } + + default:{ + return new regexodus_TermIterator_TermIterator__Lregexodus_Term_2IILjava_util_ArrayList_2V(term, 0, -1, iterators); + } + + } +} + +function regexodus_Term_makeLazyLimits___3ILregexodus_Term_2_3ILregexodus_Term_2(vars, term, limits){ + var b, cntreg, gt, inc, lt, m, n, reset_0; + m = limits[0]; + n = limits[1]; + switch (term.regexodus_Term_type) { + case 15: + { + cntreg = vars[1]++; + reset_0 = new regexodus_Term_Term__IV(29); + reset_0.regexodus_Term_cntreg = cntreg; + b = new regexodus_Term_Term__IV(32); + inc = new regexodus_Term_Term__IV(28); + inc.regexodus_Term_cntreg = cntreg; + reset_0.regexodus_Term_next = b; + if (n >= 0) { + lt = new regexodus_Term_Term__IV(30); + lt.regexodus_Term_cntreg = cntreg; + lt.regexodus_Term_maxCount = n; + b.regexodus_Term_failNext = lt; + lt.regexodus_Term_next = term.regexodus_Term_in; + } + else { + b.regexodus_Term_failNext = term.regexodus_Term_in; + } + term.regexodus_Term_out.regexodus_Term_next = inc; + inc.regexodus_Term_next = b; + if (m >= 0) { + gt = new regexodus_Term_Term__IV(31); + gt.regexodus_Term_cntreg = cntreg; + gt.regexodus_Term_maxCount = m; + b.regexodus_Term_next = gt; + reset_0.regexodus_Term_in = reset_0; + reset_0.regexodus_Term_out = gt; + reset_0.regexodus_Term_out1 = null; + reset_0.regexodus_Term_branchOut = null; + return reset_0; + } + else { + reset_0.regexodus_Term_in = reset_0; + reset_0.regexodus_Term_out = b; + reset_0.regexodus_Term_out1 = null; + reset_0.regexodus_Term_branchOut = null; + return reset_0; + } + } + + case 6: + default:{ + reset_0 = new regexodus_Term_Term__IV(24); + b = new regexodus_Branch_Branch__IV; + inc = new regexodus_Term_Term__IV(25); + reset_0.regexodus_Term_next = b; + if (n >= 0) { + lt = new regexodus_Term_Term__IV(27); + lt.regexodus_Term_maxCount = n; + b.regexodus_Term_failNext = lt; + lt.regexodus_Term_next = term; + term.regexodus_Term_next = inc; + inc.regexodus_Term_next = b; + } + else { + b.regexodus_Term_next = term; + term.regexodus_Term_next = inc; + inc.regexodus_Term_next = term; + } + if (m >= 0) { + gt = new regexodus_Term_Term__IV(26); + gt.regexodus_Term_maxCount = m; + b.regexodus_Term_next = gt; + reset_0.regexodus_Term_in = reset_0; + reset_0.regexodus_Term_out = gt; + reset_0.regexodus_Term_out1 = null; + reset_0.regexodus_Term_branchOut = null; + return reset_0; + } + else { + reset_0.regexodus_Term_in = reset_0; + reset_0.regexodus_Term_out = b; + reset_0.regexodus_Term_out1 = null; + reset_0.regexodus_Term_branchOut = null; + return reset_0; + } + } + + } +} + +function regexodus_Term_makeLazyPlus___3ILregexodus_Term_2Lregexodus_Term_2(term){ + var b; + switch (term.regexodus_Term_type) { + case 15: + { + b = new regexodus_Branch_Branch__V; + term.regexodus_Term_out.regexodus_Term_next = b; + b.regexodus_Term_failNext = term.regexodus_Term_in; + b.regexodus_Term_in = term.regexodus_Term_in; + b.regexodus_Term_out = b; + b.regexodus_Term_out1 = null; + b.regexodus_Term_branchOut = null; + return b; + } + + case 6: + default:{ + b = new regexodus_Branch_Branch__V; + term.regexodus_Term_next = b; + b.regexodus_Term_failNext = term; + b.regexodus_Term_in = term; + b.regexodus_Term_out = b; + b.regexodus_Term_out1 = null; + b.regexodus_Term_branchOut = null; + return b; + } + + } +} + +function regexodus_Term_makeLazyQMark___3ILregexodus_Term_2Lregexodus_Term_2(term){ + var b; + switch (term.regexodus_Term_type) { + case 15: + { + b = new regexodus_Branch_Branch__V; + b.regexodus_Term_failNext = term.regexodus_Term_in; + b.regexodus_Term_in = b; + b.regexodus_Term_out = b; + b.regexodus_Term_out1 = term.regexodus_Term_out; + b.regexodus_Term_branchOut = null; + return b; + } + + case 6: + default:{ + b = new regexodus_Branch_Branch__V; + b.regexodus_Term_failNext = term; + b.regexodus_Term_in = b; + b.regexodus_Term_out = b; + b.regexodus_Term_out1 = term; + b.regexodus_Term_branchOut = null; + return b; + } + + } +} + +function regexodus_Term_makeLazyStar___3ILregexodus_Term_2Lregexodus_Term_2(term){ + var b; + switch (term.regexodus_Term_type) { + case 15: + { + b = new regexodus_Branch_Branch__V; + b.regexodus_Term_failNext = term.regexodus_Term_in; + term.regexodus_Term_out.regexodus_Term_next = b; + b.regexodus_Term_in = b; + b.regexodus_Term_out = b; + b.regexodus_Term_out1 = null; + b.regexodus_Term_branchOut = null; + return b; + } + + default:{ + b = new regexodus_Branch_Branch__V; + b.regexodus_Term_failNext = term; + term.regexodus_Term_next = b; + b.regexodus_Term_in = b; + b.regexodus_Term_out = b; + b.regexodus_Term_out1 = null; + b.regexodus_Term_branchOut = null; + return b; + } + + } +} + +function regexodus_Term_makeNumber__II_3CI(off, out, data_0){ + var d, i, n; + n = 0; + for (i = off; i < out; i++) { + d = data_0[i] - 48; + if (d < 0 || d > 9) + return -1; + n *= 10; + n += d; + } + return n; +} + +function regexodus_Term_makeTree__Ljava_lang_String_2_3ILregexodus_Pattern_2V(s, flags, re){ + var data_0; + regexodus_Term_instances = 0; + data_0 = java_lang_String_$toCharArray__Ljava_lang_String_2_3C(s); + regexodus_Term_makeTree___3CII_3ILregexodus_Pattern_2V(data_0, data_0.length, flags, re); +} + +function regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, term, iterators, groupNames){ + var clg, fork, gn, gname, gno, id_0, la, lb, memregNo, no, positive; + if (vars.length != 4) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('vars.length should be 4, not ' + vars.length)); + while (true) { + regexodus_Pretokenizer_$next__Lregexodus_Pretokenizer_2V(t); + regexodus_Term_$append__Lregexodus_Term_2II_3C_3I_3ILjava_util_ArrayList_2Ljava_util_HashMap_2V(term, t.regexodus_Pretokenizer_tOffset, t.regexodus_Pretokenizer_tOutside, data_0, vars, flags, iterators, groupNames); + switch (t.regexodus_Pretokenizer_ttype) { + case 11: + flags[0] = t.regexodus_Pretokenizer_flagsChanged?t.regexodus_Pretokenizer_flags:flags[0]; + continue; + case 12: + regexodus_Pretokenizer_$next__Lregexodus_Pretokenizer_2V(t); + clg = new regexodus_Term_Term__V; + regexodus_CharacterClass_parseGroup___3CIILregexodus_Term_2ZZZZV(data_0, t.regexodus_Pretokenizer_tOffset, t.regexodus_Pretokenizer_tOutside, clg, (flags[0] & 1) > 0, (flags[0] & 8) > 0, (flags[0] & 16) > 0, (flags[0] & 32) > 0); + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(clg); + continue; + case 3: + ++vars[2]; + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [t.regexodus_Pretokenizer_flagsChanged?t.regexodus_Pretokenizer_flags:flags[0]]), new regexodus_Group_Group__V, iterators, groupNames)); + break; + case 13: + gname = t.regexodus_Pretokenizer_groupName; + if (java_lang_Character_isDigit__CZ((javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(0, gname.length) , gname.charCodeAt(0)))) { + try { + id_0 = java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(gname, 10, $intern_84, $intern_5); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 83)) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('group name starts with digit but is not a number')); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + if (groupNames.containsValue__Ljava_lang_Object_2Z(java_lang_Integer_valueOf__ILjava_lang_Integer_2(id_0))) { + if (t.regexodus_Pretokenizer_groupDeclared) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('group redeclaration: ' + gname + '; use ({=id}...) for multiple group assignments')); + } + vars[0] <= id_0 && (vars[0] = id_0 + 1); + } + else { + no = groupNames.get__Ljava_lang_Object_2Ljava_lang_Object_2(gname); + if (!no) { + id_0 = vars[0]++; + groupNames.put__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(t.regexodus_Pretokenizer_groupName, java_lang_Integer_valueOf__ILjava_lang_Integer_2(id_0)); + } + else { + if (t.regexodus_Pretokenizer_groupDeclared) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('group redeclaration ' + gname + '; use ({=name}...) for group reassignments')); + id_0 = no.java_lang_Integer_value; + } + } + + ++vars[2]; + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, new regexodus_Group_Group__IV(id_0), iterators, groupNames)); + break; + case 40: + ++vars[2]; + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, new regexodus_Group_Group__IV(vars[0]++), iterators, groupNames)); + break; + case 4: + ++vars[2]; + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, new regexodus_Lookahead_Lookahead__IZV(vars[3]++, true), iterators, groupNames)); + break; + case 5: + ++vars[2]; + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, new regexodus_Lookahead_Lookahead__IZV(vars[3]++, false), iterators, groupNames)); + break; + case 6: + ++vars[2]; + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, new regexodus_Lookbehind_Lookbehind__IZV(vars[3]++, true), iterators, groupNames)); + break; + case 7: + ++vars[2]; + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, new regexodus_Lookbehind_Lookbehind__IZV(vars[3]++, false), iterators, groupNames)); + break; + case 8: + ++vars[2]; + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, new regexodus_IndependentGroup_IndependentGroup__IV(vars[3]++), iterators, groupNames)); + break; + case 10: + ++vars[2]; + regexodus_Pretokenizer_$next__Lregexodus_Pretokenizer_2V(t); + positive = true; + switch (t.regexodus_Pretokenizer_ttype) { + case 5: + positive = false; + case 4: + ++vars[2]; + la = new regexodus_Lookahead_Lookahead__IZV(vars[3]++, positive); + regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, la, iterators, groupNames); + fork = new regexodus_ConditionalExpr_ConditionalExpr__Lregexodus_Lookahead_2V(la); + break; + case 7: + positive = false; + case 6: + ++vars[2]; + lb = new regexodus_Lookbehind_Lookbehind__IZV(vars[3]++, positive); + regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, lb, iterators, groupNames); + fork = new regexodus_ConditionalExpr_ConditionalExpr__Lregexodus_Lookbehind_2V(lb); + break; + case 40: + regexodus_Pretokenizer_$next__Lregexodus_Pretokenizer_2V(t); + if (t.regexodus_Pretokenizer_ttype != 41) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('malformed condition')); + if (java_lang_Character_isDigit__CZ(data_0[t.regexodus_Pretokenizer_tOffset])) + memregNo = regexodus_Term_makeNumber__II_3CI(t.regexodus_Pretokenizer_tOffset, t.regexodus_Pretokenizer_tOutside, data_0); + else { + gn = java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, t.regexodus_Pretokenizer_tOffset, t.regexodus_Pretokenizer_tOutside - t.regexodus_Pretokenizer_tOffset); + gno = groupNames.get__Ljava_lang_Object_2Ljava_lang_Object_2(gn); + if (!gno) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('unknown group name in conditional expr.: ' + gn)); + memregNo = gno.java_lang_Integer_value; + } + + fork = new regexodus_ConditionalExpr_ConditionalExpr__IV(memregNo); + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('malformed conditional expression: ' + t.regexodus_Pretokenizer_ttype + " '" + com_google_gwt_lang_Cast_charToString__CLjava_lang_String_2(t.regexodus_Pretokenizer_ttype & $intern_4) + "'")); + } + + term.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2(regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, fork, iterators, groupNames)); + break; + case 124: + term.package_private$regexodus$close__V(); + term.package_private$regexodus$startNewBranch__V(); + break; + case 2: + if (vars[2] > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3521)); + term.package_private$regexodus$close__V(); + return term; + case 41: + if (vars[2] <= 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3521)); + term.package_private$regexodus$close__V(); + --vars[2]; + return term; + case 9: + while (t.regexodus_Pretokenizer_ttype != 41) + regexodus_Pretokenizer_$next__Lregexodus_Pretokenizer_2V(t); + continue; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('unknown token type: ' + t.regexodus_Pretokenizer_ttype)); + } + } +} + +function regexodus_Term_makeTree___3CII_3ILregexodus_Pattern_2V(data_0, end, flags, re){ + var first, groupNames, i, i$iterator, iterators, opt, optimized, t, term, vars; + vars = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 0, 0, 0]); + iterators = new java_util_ArrayList_ArrayList__V; + groupNames = new java_util_HashMap_HashMap__V; + t = new regexodus_Pretokenizer_Pretokenizer___3CIIV(data_0, end); + term = regexodus_Term_makeTree__Lregexodus_Pretokenizer_2_3C_3I_3ILregexodus_Term_2Ljava_util_ArrayList_2Ljava_util_HashMap_2Lregexodus_Term_2(t, data_0, vars, flags, new regexodus_Group_Group__V, iterators, groupNames); + term.regexodus_Term_out.regexodus_Term_type = 10; + first = term.regexodus_Term_next; + optimized = first; + opt = regexodus_Optimizer_find__Lregexodus_Term_2ILregexodus_Optimizer_2(first, 0); + !!opt && (optimized = new regexodus_Find_Find__Lregexodus_Term_2ILregexodus_Term_2V(opt.regexodus_Optimizer_atom, opt.regexodus_Optimizer_distance, first)); + for (i$iterator = new java_util_ArrayList$1_ArrayList$1__Ljava_util_ArrayList_2V(iterators); i$iterator.java_util_ArrayList$1_i < i$iterator.java_util_ArrayList$1_this$01.java_util_ArrayList_array.length;) { + i = java_util_ArrayList$1_$next__Ljava_util_ArrayList$1_2Ljava_lang_Object_2(i$iterator); + regexodus_TermIterator_$optimize__Lregexodus_TermIterator_2V(i); + } + re.regexodus_Pattern_root = optimized; + re.regexodus_Pattern_root = first; + re.regexodus_Pattern_root0 = first; + re.regexodus_Pattern_memregs = vars[0]; + re.regexodus_Pattern_counters = vars[1]; + re.regexodus_Pattern_lookaheads = vars[3]; + re.regexodus_Pattern_namedGroupMap = groupNames; +} + +function regexodus_Term_parseGroupId___3CIILregexodus_Term_2Ljava_util_HashMap_2CI(data_0, i, end, term, gmap, closer){ + var c, id_0, no, nstart, s; + nstart = i; + if (java_lang_Character_isDigit__CZ(data_0[i])) { + while (java_lang_Character_isDigit__CZ(data_0[i])) { + ++i; + if (i == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3522)); + } + id_0 = regexodus_Term_makeNumber__II_3CI(nstart, i, data_0); + } + else { + while (regexodus_Category_$contains__Lregexodus_Category_2CZ((regexodus_Category_$clinit__V() , regexodus_Category_IdentifierPart), data_0[i])) { + ++i; + if (i == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3522)); + } + s = java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, nstart, i - nstart); + no = gmap.get__Ljava_lang_Object_2Ljava_lang_Object_2(s); + if (!no) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('backreference to unknown group: ' + s)); + id_0 = no.java_lang_Integer_value; + } + while (regexodus_Category_$contains__Lregexodus_Category_2CZ((regexodus_Category_$clinit__V() , regexodus_Category_Space), data_0[i])) { + ++i; + if (i == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V("'" + String.fromCharCode(closer) + $intern_3523)); + } + c = data_0[i++]; + if (c != closer) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V("'" + String.fromCharCode(closer) + $intern_3523)); + term.regexodus_Term_memreg = id_0; + return i; +} + +function regexodus_Term_parseLimits__II_3C_3II(i, end, data_0, limits){ + var c, ind, v; + if (limits.length != 3) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('limits.length=' + limits.length + ', should be ' + 3)); + limits[2] = 1; + ind = 0; + v = 0; + while (i < end) { + c = data_0[i++]; + switch (c) { + case 32: + continue; + case 44: + if (ind > 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('illegal construction: {.. , , ..}')); + limits[ind++] = v; + v = -1; + continue; + case 125: + limits[ind] = v; + ind == 0 && (limits[1] = v); + return i; + default:if (c > 57 || c < 48) { + limits[2] = 2; + return i; + } + + v < 0 && (v = 0); + v = v * 10 + (c - 48); + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('malformed quantifier')); +} + +function regexodus_Term_termLookup__ILjava_lang_String_2(t){ + switch (t) { + case 0: + return 'CHAR'; + case 1: + return 'BITSET'; + case 2: + return 'BITSET2'; + case 4: + return 'ANY_CHAR'; + case 5: + return 'ANY_CHAR_NE'; + case 6: + return 'REG'; + case 7: + return 'REG_I'; + case 8: + return 'FIND'; + case 9: + return 'FINDREG'; + case 10: + return 'SUCCESS'; + case 11: + return 'BOUNDARY'; + case 12: + return 'DIRECTION'; + case 13: + return 'UBOUNDARY'; + case 14: + return $intern_3524; + case 15: + return 'GROUP_IN'; + case 16: + return 'GROUP_OUT'; + case 17: + return 'VOID'; + case 18: + return 'START'; + case 19: + return 'END'; + case 20: + return 'END_EOL'; + case 21: + return 'LINE_START'; + case 22: + return 'LINE_END'; + case 23: + return 'LAST_MATCH_END'; + case 24: + return 'CNT_SET_0'; + case 25: + return 'CNT_INC'; + case 26: + return 'CNT_GT_EQ'; + case 27: + return 'READ_CNT_LT'; + case 28: + return 'CRSTORE_CRINC'; + case 29: + return 'CR_SET_0'; + case 30: + return 'CR_LT'; + case 31: + return 'CR_GT_EQ'; + case 32: + return 'BRANCH'; + case 33: + return 'BRANCH_STORE_CNT'; + case 34: + return 'BRANCH_STORE_CNT_AUX1'; + case 35: + return 'PLOOKAHEAD_IN'; + case 36: + return 'PLOOKAHEAD_OUT'; + case 37: + return 'NLOOKAHEAD_IN'; + case 38: + return 'NLOOKAHEAD_OUT'; + case 39: + return 'PLOOKBEHIND_IN'; + case 40: + return 'PLOOKBEHIND_OUT'; + case 41: + return 'NLOOKBEHIND_IN'; + case 42: + return 'NLOOKBEHIND_OUT'; + case 43: + return 'INDEPENDENT_IN'; + case 44: + return 'INDEPENDENT_OUT'; + case 45: + return 'REPEAT_0_INF'; + case 46: + return 'REPEAT_MIN_INF'; + case 47: + return 'REPEAT_MIN_MAX'; + case 48: + return 'REPEAT_REG_MIN_INF'; + case 49: + return 'REPEAT_REG_MIN_MAX'; + case 50: + return 'BACKTRACK_0'; + case 51: + return 'BACKTRACK_MIN'; + case 52: + return 'BACKTRACK_FIND_MIN'; + case 53: + return 'BACKTRACK_FINDREG_MIN'; + case 54: + return 'BACKTRACK_REG_MIN'; + case 55: + return 'MEMREG_CONDITION'; + case 56: + return 'LOOKAHEAD_CONDITION_IN'; + case 57: + return 'LOOKAHEAD_CONDITION_OUT'; + case 58: + return 'LOOKBEHIND_CONDITION_IN'; + case 59: + return 'LOOKBEHIND_CONDITION_OUT'; + default:return 'UNKNOWN_TERM'; + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(62, 1, $intern_3525, regexodus_Term_Term__V, regexodus_Term_Term__IV); +_.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2 = function regexodus_Term_append__Lregexodus_Term_2Lregexodus_Term_2(term){ + return regexodus_Term_$append__Lregexodus_Term_2Lregexodus_Term_2Lregexodus_Term_2(this, term); +} +; +_.package_private$regexodus$close__V = function regexodus_Term_close__V(){ + var regexodus_Term_$close__Lregexodus_Term_2V_current_0; + regexodus_Term_$close__Lregexodus_Term_2V_current_0 = this.regexodus_Term_current; + regexodus_Term_$close__Lregexodus_Term_2V_current_0?regexodus_Term_linkd__Lregexodus_Term_2Lregexodus_Term_2V(regexodus_Term_$close__Lregexodus_Term_2V_current_0, this.regexodus_Term_out):(this.regexodus_Term_in.regexodus_Term_next = this.regexodus_Term_out); +} +; +_.equals__Ljava_lang_Object_2Z = function regexodus_Term_equals__Ljava_lang_Object_2Z(o){ + return regexodus_Term_$equals__Lregexodus_Term_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function regexodus_Term_hashCode__I(){ + return regexodus_Term_$hashCode__Lregexodus_Term_2I(this); +} +; +_.package_private$regexodus$replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2 = function regexodus_Term_replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2(term){ + return regexodus_Term_$replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2Lregexodus_Term_2(this, term); +} +; +_.package_private$regexodus$startNewBranch__V = function regexodus_Term_startNewBranch__V(){ + regexodus_Term_$startNewBranch__Lregexodus_Term_2V(this); +} +; +_.toString__Ljava_lang_String_2 = function regexodus_Term_toString__Ljava_lang_String_2(){ + var b; + b = new java_lang_StringBuilder_StringBuilder__IV; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_instanceNum); + b.java_lang_AbstractStringBuilder_string += ' '; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(b, regexodus_Term_termLookup__ILjava_lang_String_2(this.regexodus_Term_type)); + b.java_lang_AbstractStringBuilder_string += $intern_38; + this.regexodus_Term_inverse && (b.java_lang_AbstractStringBuilder_string += '^' , b); + switch (this.regexodus_Term_type) { + case 17: + b.java_lang_AbstractStringBuilder_string += $intern_6; + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 0: + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(b, regexodus_CharacterClass_stringValue__ILjava_lang_String_2(this.regexodus_Term_c)); + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 4: + b.java_lang_AbstractStringBuilder_string += 'dotall, '; + break; + case 5: + b.java_lang_AbstractStringBuilder_string += 'dot-eols, '; + break; + case 1: + b.java_lang_AbstractStringBuilder_string += '['; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(b, regexodus_CharacterClass_stringValue0__Lregexodus_ds_IntBitSet_2Ljava_lang_String_2(this.regexodus_Term_bitset)); + b.java_lang_AbstractStringBuilder_string += ']'; + b.java_lang_AbstractStringBuilder_string += ' , weight='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_weight); + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 2: + b.java_lang_AbstractStringBuilder_string += '['; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(b, regexodus_CharacterClass_stringValue2___3Lregexodus_ds_IntBitSet_2Ljava_lang_String_2(this.regexodus_Term_bitset2)); + b.java_lang_AbstractStringBuilder_string += ']'; + b.java_lang_AbstractStringBuilder_string += ' , weight2='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_weight); + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 18: + b.java_lang_AbstractStringBuilder_string += 'abs.start'; + break; + case 19: + b.java_lang_AbstractStringBuilder_string += 'abs.end'; + break; + case 20: + b.java_lang_AbstractStringBuilder_string += 'abs.end-eol'; + break; + case 21: + b.java_lang_AbstractStringBuilder_string += 'line start'; + break; + case 22: + b.java_lang_AbstractStringBuilder_string += 'line end'; + break; + case 11: + case 23: + this.regexodus_Term_inverse && (b.java_lang_AbstractStringBuilder_string += 'non-' , b); + b.java_lang_AbstractStringBuilder_string += 'BOUNDARY'; + break; + case 13: + this.regexodus_Term_inverse && (b.java_lang_AbstractStringBuilder_string += 'non-' , b); + b.java_lang_AbstractStringBuilder_string += 'UBOUNDARY'; + break; + case 12: + b.java_lang_AbstractStringBuilder_string += 'DIRECTION'; + break; + case 14: + b.java_lang_AbstractStringBuilder_string += $intern_3524; + break; + case 9: + b.java_lang_AbstractStringBuilder_string += '%'; + case 8: + b.java_lang_AbstractStringBuilder_string += '>>>{'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(b, this.regexodus_Term_target); + b.java_lang_AbstractStringBuilder_string += '}, <<'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_distance); + this.regexodus_Term_eat && (b.java_lang_AbstractStringBuilder_string += ',eat' , b); + b.java_lang_AbstractStringBuilder_string += $intern_15; + break; + case 45: + b.java_lang_AbstractStringBuilder_string += 'rpt{'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(b, this.regexodus_Term_target); + b.java_lang_AbstractStringBuilder_string += ',0,inf}'; + if (this.regexodus_Term_failNext) { + b.java_lang_AbstractStringBuilder_string += $intern_3527; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_failNext.regexodus_Term_instanceNum); + b.java_lang_AbstractStringBuilder_string += $intern_15; + } + + break; + case 46: + b.java_lang_AbstractStringBuilder_string += 'rpt{'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(b, this.regexodus_Term_target); + b.java_lang_AbstractStringBuilder_string += ','; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_minCount); + b.java_lang_AbstractStringBuilder_string += ',inf}'; + if (this.regexodus_Term_failNext) { + b.java_lang_AbstractStringBuilder_string += $intern_3527; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_failNext.regexodus_Term_instanceNum); + b.java_lang_AbstractStringBuilder_string += $intern_15; + } + + break; + case 47: + b.java_lang_AbstractStringBuilder_string += 'rpt{'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(b, this.regexodus_Term_target); + b.java_lang_AbstractStringBuilder_string += ','; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_minCount); + b.java_lang_AbstractStringBuilder_string += ','; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_maxCount); + b.java_lang_AbstractStringBuilder_string += '}'; + if (this.regexodus_Term_failNext) { + b.java_lang_AbstractStringBuilder_string += $intern_3527; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_failNext.regexodus_Term_instanceNum); + b.java_lang_AbstractStringBuilder_string += $intern_15; + } + + break; + case 48: + b.java_lang_AbstractStringBuilder_string += 'rpt{$'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_memreg); + b.java_lang_AbstractStringBuilder_string += ','; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_minCount); + b.java_lang_AbstractStringBuilder_string += ',inf}'; + if (this.regexodus_Term_failNext) { + b.java_lang_AbstractStringBuilder_string += $intern_3527; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_failNext.regexodus_Term_instanceNum); + b.java_lang_AbstractStringBuilder_string += $intern_15; + } + + break; + case 49: + b.java_lang_AbstractStringBuilder_string += 'rpt{$'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_memreg); + b.java_lang_AbstractStringBuilder_string += ','; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_minCount); + b.java_lang_AbstractStringBuilder_string += ','; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_maxCount); + b.java_lang_AbstractStringBuilder_string += '}'; + if (this.regexodus_Term_failNext) { + b.java_lang_AbstractStringBuilder_string += $intern_3527; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_failNext.regexodus_Term_instanceNum); + b.java_lang_AbstractStringBuilder_string += $intern_15; + } + + break; + case 50: + b.java_lang_AbstractStringBuilder_string += 'back(0)'; + break; + case 51: + b.java_lang_AbstractStringBuilder_string += 'back('; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_minCount); + b.java_lang_AbstractStringBuilder_string += ')'; + break; + case 54: + b.java_lang_AbstractStringBuilder_string += 'back'; + b.java_lang_AbstractStringBuilder_string += '_$'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_memreg); + b.java_lang_AbstractStringBuilder_string += '('; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_minCount); + b.java_lang_AbstractStringBuilder_string += ')'; + break; + case 15: + b.java_lang_AbstractStringBuilder_string += '('; + this.regexodus_Term_memreg > 0 && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_memreg); + b.java_lang_AbstractStringBuilder_string += '-'; + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 16: + b.java_lang_AbstractStringBuilder_string += '-'; + this.regexodus_Term_memreg > 0 && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_memreg); + b.java_lang_AbstractStringBuilder_string += ')'; + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 35: + b.java_lang_AbstractStringBuilder_string += '('; + b.java_lang_AbstractStringBuilder_string += '='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_lookaheadId); + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 36: + b.java_lang_AbstractStringBuilder_string += '='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_lookaheadId); + b.java_lang_AbstractStringBuilder_string += ')'; + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 37: + b.java_lang_AbstractStringBuilder_string += '(!'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_lookaheadId); + b.java_lang_AbstractStringBuilder_string += $intern_3526; + if (this.regexodus_Term_failNext) { + b.java_lang_AbstractStringBuilder_string += $intern_3527; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_failNext.regexodus_Term_instanceNum); + b.java_lang_AbstractStringBuilder_string += $intern_15; + } + + break; + case 38: + b.java_lang_AbstractStringBuilder_string += '!'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_lookaheadId); + b.java_lang_AbstractStringBuilder_string += ')'; + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 39: + b.java_lang_AbstractStringBuilder_string += '('; + b.java_lang_AbstractStringBuilder_string += '<='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_lookaheadId); + b.java_lang_AbstractStringBuilder_string += ' , dist='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_distance); + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 40: + b.java_lang_AbstractStringBuilder_string += '<='; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_lookaheadId); + b.java_lang_AbstractStringBuilder_string += ')'; + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + case 41: + b.java_lang_AbstractStringBuilder_string += '('; + this.regexodus_Term_failNext?java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_failNext.regexodus_Term_instanceNum):(b.java_lang_AbstractStringBuilder_string += $intern_571 , b); + b.java_lang_AbstractStringBuilder_string += $intern_3526; + break; + default:b.java_lang_AbstractStringBuilder_string += '['; + switch (this.regexodus_Term_type) { + case 24: + b.java_lang_AbstractStringBuilder_string += 'cnt=0'; + break; + case 25: + b.java_lang_AbstractStringBuilder_string += 'cnt++'; + break; + case 26: + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((b.java_lang_AbstractStringBuilder_string += 'cnt>=' , b), this.regexodus_Term_maxCount); + break; + case 27: + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((b.java_lang_AbstractStringBuilder_string += '->cnt<' , b), this.regexodus_Term_maxCount); + break; + case 28: + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((b.java_lang_AbstractStringBuilder_string += 'M(' , b), this.regexodus_Term_memreg), ')->,Cr('), this.regexodus_Term_cntreg), ')->,Cr('), this.regexodus_Term_cntreg), ')++'); + break; + case 29: + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((b.java_lang_AbstractStringBuilder_string += 'Cr(' , b), this.regexodus_Term_cntreg), ')=0'); + break; + case 30: + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((b.java_lang_AbstractStringBuilder_string += 'Cr(' , b), this.regexodus_Term_cntreg), ')<'), this.regexodus_Term_maxCount); + break; + case 31: + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((b.java_lang_AbstractStringBuilder_string += 'Cr(' , b), this.regexodus_Term_cntreg), ')>='), this.regexodus_Term_maxCount); + break; + default:java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((b.java_lang_AbstractStringBuilder_string += 'unknown type: ' , b), this.regexodus_Term_type); + } + + b.java_lang_AbstractStringBuilder_string += '] , '; + } + if (this.regexodus_Term_next) { + b.java_lang_AbstractStringBuilder_string += '->'; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(b, this.regexodus_Term_next.regexodus_Term_instanceNum); + b.java_lang_AbstractStringBuilder_string += $intern_15; + } + return b.java_lang_AbstractStringBuilder_string; +} +; +_.regexodus_Term_c = 0; +_.regexodus_Term_cntreg = 0; +_.regexodus_Term_distance = 0; +_.regexodus_Term_eat = false; +_.regexodus_Term_instanceNum = 0; +_.regexodus_Term_inverse = false; +_.regexodus_Term_lookaheadId = 0; +_.regexodus_Term_maxCount = 0; +_.regexodus_Term_memreg = -1; +_.regexodus_Term_minCount = 0; +_.regexodus_Term_mode_1bracket = false; +_.regexodus_Term_mode_1insensitive = false; +_.regexodus_Term_mode_1reverse = false; +_.regexodus_Term_mode_1upper = false; +_.regexodus_Term_type = 17; +_.regexodus_Term_weight = 0; +var regexodus_Term_instances = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Term', 62, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_BackReference_BackReference__IZZZZV(icase, reverse, bracket, upper){ + regexodus_Term_Term__IV.call(this, icase?7:6); + this.regexodus_Term_mode_1reverse = reverse; + this.regexodus_Term_mode_1bracket = bracket; + this.regexodus_Term_mode_1insensitive = icase; + this.regexodus_Term_mode_1upper = !this.regexodus_Term_mode_1insensitive && upper; + this.regexodus_Term_memreg = -1; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(727, 62, $intern_3525, regexodus_BackReference_BackReference__IZZZZV); +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1BackReference_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'BackReference', 727, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit); +function regexodus_Block_$clinit__V(){ + regexodus_Block_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + new regexodus_ds_IntBitSet_IntBitSet__V; + regexodus_Block_FULL_1BITS = new regexodus_ds_IntBitSet_IntBitSet__V; + regexodus_ds_IntBitSet_$set__Lregexodus_ds_IntBitSet_2IIV(regexodus_Block_FULL_1BITS, 0, 255); +} + +function regexodus_Block_$$init__Lregexodus_Block_2V(this$static){ +} + +function regexodus_Block_$set__Lregexodus_Block_2IZ(this$static, c){ + var bits; + if (this$static.regexodus_Block_isFull) + return false; + bits = this$static.regexodus_Block_bits; + if (!bits) { + this$static.regexodus_Block_bits = bits = new regexodus_ds_IntBitSet_IntBitSet__V; + this$static.regexodus_Block_shared = false; + bits.regexodus_ds_IntBitSet_data[c >> 5] |= 1 << (c & 31); + return true; + } + if ((bits.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0) + return false; + this$static.regexodus_Block_shared && (bits = regexodus_Block_copyBits__Lregexodus_Block_2Lregexodus_ds_IntBitSet_2(this$static)); + bits.regexodus_ds_IntBitSet_data[c >> 5] |= 1 << (c & 31); + return true; +} + +function regexodus_Block_Block__V(){ + regexodus_Block_$clinit__V(); + regexodus_Block_$$init__Lregexodus_Block_2V(this); +} + +function regexodus_Block_Block__Lregexodus_ds_IntBitSet_2V(bits){ + regexodus_Block_$clinit__V(); + regexodus_Block_$$init__Lregexodus_Block_2V(this); + this.regexodus_Block_bits = bits; + this.regexodus_Block_shared = true; +} + +function regexodus_Block_add__Lregexodus_Block_2Lregexodus_Block_2ZI(target, addend, inv){ + var addbits, s, targetbits; + if (!addend) { + if (!inv) + return 0; + s = 256; + !!(targetbits = target.regexodus_Block_bits) && (s -= regexodus_Block_count__Lregexodus_ds_IntBitSet_2III(targetbits)); + target.regexodus_Block_isFull = true; + target.regexodus_Block_bits = null; + target.regexodus_Block_shared = false; + return s; + } + else if (addend.regexodus_Block_isFull) { + if (inv) + return 0; + s = 256; + !!(targetbits = target.regexodus_Block_bits) && (s -= regexodus_Block_count__Lregexodus_ds_IntBitSet_2III(targetbits)); + target.regexodus_Block_isFull = true; + target.regexodus_Block_bits = null; + target.regexodus_Block_shared = false; + return s; + } + else if (!(addbits = addend.regexodus_Block_bits)) { + if (!inv) + return 0; + s = 256; + !!(targetbits = target.regexodus_Block_bits) && (s -= regexodus_Block_count__Lregexodus_ds_IntBitSet_2III(targetbits)); + target.regexodus_Block_isFull = true; + target.regexodus_Block_bits = null; + target.regexodus_Block_shared = false; + return s; + } + else { + if (!(targetbits = target.regexodus_Block_bits)) { + if (inv) { + target.regexodus_Block_bits = targetbits = regexodus_Block_emptyBits__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(null); + target.regexodus_Block_shared = false; + return regexodus_BlockSet_add__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2IIZI(targetbits, addbits, inv); + } + else { + target.regexodus_Block_bits = addbits; + target.regexodus_Block_shared = true; + return regexodus_Block_count__Lregexodus_ds_IntBitSet_2III(addbits); + } + } + else { + target.regexodus_Block_shared && (targetbits = regexodus_Block_copyBits__Lregexodus_Block_2Lregexodus_ds_IntBitSet_2(target)); + return regexodus_BlockSet_add__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2IIZI(targetbits, addbits, inv); + } + } +} + +function regexodus_Block_add___3Lregexodus_Block_2_3Lregexodus_Block_2IIZI(targets, addends, inv){ + regexodus_Block_$clinit__V(); + var addend, i, s, target; + s = 0; + for (i = 0; i <= 255; i++) { + addend = addends[i]; + if (!addend) { + if (!inv) + continue; + } + else if (addend.regexodus_Block_isFull && inv) + continue; + target = targets[i]; + if (!target) + targets[i] = target = new regexodus_Block_Block__V; + else if (target.regexodus_Block_isFull) + continue; + s += regexodus_Block_add__Lregexodus_Block_2Lregexodus_Block_2ZI(target, addend, inv); + } + return s; +} + +function regexodus_Block_copyBits__Lregexodus_Block_2Lregexodus_ds_IntBitSet_2(block){ + var bits; + bits = new regexodus_ds_IntBitSet_IntBitSet___3IV(block.regexodus_Block_bits.regexodus_ds_IntBitSet_data); + block.regexodus_Block_bits = bits; + block.regexodus_Block_shared = false; + return bits; +} + +function regexodus_Block_count__Lregexodus_ds_IntBitSet_2III(arr){ + var i, s; + s = 0; + for (i = 0; i <= 255; i++) { + (arr.regexodus_ds_IntBitSet_data[i >> 5] >>> (i & 31) & 1) != 0 && ++s; + } + return s; +} + +function regexodus_Block_emptyBits__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(bits){ + !bits?(bits = new regexodus_ds_IntBitSet_IntBitSet__V):java_util_Arrays_fill___3IIV(bits.regexodus_ds_IntBitSet_data, 0); + return bits; +} + +function regexodus_Block_fullBits__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(bits){ + !bits && (bits = new regexodus_ds_IntBitSet_IntBitSet__V); + regexodus_ds_IntBitSet_$set__Lregexodus_ds_IntBitSet_2IIV(bits, 0, 256); + return bits; +} + +function regexodus_Block_subtract__Lregexodus_Block_2Lregexodus_Block_2ZI(target, subtrahend, inv){ + var bits, s, subbits, targetbits; + if (subtrahend.regexodus_Block_isFull) { + if (inv) + return 0; + s = 0; + target.regexodus_Block_isFull?(s = 256):(s = regexodus_ds_IntBitSet_$cardinality__Lregexodus_ds_IntBitSet_2I(target.regexodus_Block_bits)); + target.regexodus_Block_isFull = false; + target.regexodus_Block_bits = null; + target.regexodus_Block_shared = false; + return s; + } + else if (!(subbits = subtrahend.regexodus_Block_bits)) { + if (!inv) + return 0; + s = 0; + target.regexodus_Block_isFull?(s = 256):(s = regexodus_ds_IntBitSet_$cardinality__Lregexodus_ds_IntBitSet_2I(target.regexodus_Block_bits)); + target.regexodus_Block_isFull = false; + target.regexodus_Block_bits = null; + target.regexodus_Block_shared = false; + return s; + } + else { + if (target.regexodus_Block_isFull) { + bits = regexodus_Block_fullBits__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(target.regexodus_Block_bits); + s = regexodus_BlockSet_subtract__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2ZI(bits, subbits, inv); + target.regexodus_Block_isFull = false; + target.regexodus_Block_shared = false; + target.regexodus_Block_bits = bits; + return s; + } + else { + target.regexodus_Block_shared?(targetbits = regexodus_Block_copyBits__Lregexodus_Block_2Lregexodus_ds_IntBitSet_2(target)):(targetbits = target.regexodus_Block_bits); + return regexodus_BlockSet_subtract__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2ZI(targetbits, subbits, inv); + } + } +} + +function regexodus_Block_subtract___3Lregexodus_Block_2_3Lregexodus_Block_2IIZI(targets, subtrahends, inv){ + regexodus_Block_$clinit__V(); + var i, s, subtrahend, target; + s = 0; + for (i = 0; i <= 255; i++) { + target = targets[i]; + if (!target || !target.regexodus_Block_isFull && !target.regexodus_Block_bits) + continue; + subtrahend = subtrahends[i]; + if (!subtrahend) { + if (inv) { + target.regexodus_Block_isFull?(s -= 256):(s -= regexodus_Block_count__Lregexodus_ds_IntBitSet_2III(target.regexodus_Block_bits)); + target.regexodus_Block_isFull = false; + target.regexodus_Block_bits = null; + target.regexodus_Block_shared = false; + } + } + else { + s += regexodus_Block_subtract__Lregexodus_Block_2Lregexodus_Block_2ZI(target, subtrahend, inv); + } + } + return s; +} + +function regexodus_Block_toBitset2___3Lregexodus_Block_2_3Lregexodus_ds_IntBitSet_2(blocks){ + regexodus_Block_$clinit__V(); + var block, i, len, result; + len = blocks.length; + result = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1ds_1IntBitSet_12_1classLit, $intern_144, 120, len, 0, 1); + for (i = 0; i < len; i++) { + block = blocks[i]; + if (!block) + continue; + block.regexodus_Block_isFull?(result[i] = regexodus_Block_FULL_1BITS):(result[i] = block.regexodus_Block_bits); + } + return result; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(237, 1, {237:1, 1139:1}, regexodus_Block_Block__V, regexodus_Block_Block__Lregexodus_ds_IntBitSet_2V); +_.equals__Ljava_lang_Object_2Z = function regexodus_Block_equals__Ljava_lang_Object_2Z(o){ + var block; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Block_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + block = o; + if (this.regexodus_Block_isFull != block.regexodus_Block_isFull) + return false; + if (this.regexodus_Block_shared != block.regexodus_Block_shared) + return false; + return this.regexodus_Block_bits?regexodus_ds_IntBitSet_$equals__Lregexodus_ds_IntBitSet_2Ljava_lang_Object_2Z(this.regexodus_Block_bits, block.regexodus_Block_bits):!block.regexodus_Block_bits; +} +; +_.hashCode__I = function regexodus_Block_hashCode__I(){ + var result; + result = this.regexodus_Block_isFull?1:0; + result = 31 * result + (this.regexodus_Block_bits?java_util_Arrays_hashCode___3II(this.regexodus_Block_bits.regexodus_ds_IntBitSet_data):0); + result = 31 * result + (this.regexodus_Block_shared?1:0); + return result; +} +; +_.toString__Ljava_lang_String_2 = function regexodus_Block_toString__Ljava_lang_String_2(){ + return 'Block{isFull=' + this.regexodus_Block_isFull + ', bits=' + this.regexodus_Block_bits + ', shared=' + this.regexodus_Block_shared + '}'; +} +; +_.regexodus_Block_isFull = false; +_.regexodus_Block_shared = false; +var regexodus_Block_FULL_1BITS; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Block_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Block', 237, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_BlockSet_$clinit__V(){ + regexodus_BlockSet_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + regexodus_BlockSet_emptyBlock0 = new regexodus_ds_IntBitSet_IntBitSet__V; +} + +function regexodus_BlockSet_$enableLargeMode__Lregexodus_BlockSet_2V(this$static){ + var blocks; + if (this$static.regexodus_BlockSet_isLarge) + return; + blocks = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Block_12_1classLit, $intern_144, 237, 256, 0, 1); + this$static.regexodus_BlockSet_blocks = blocks; + !!this$static.regexodus_BlockSet_block0 && (blocks[0] = new regexodus_Block_Block__Lregexodus_ds_IntBitSet_2V(this$static.regexodus_BlockSet_block0)); + this$static.regexodus_BlockSet_isLarge = true; +} + +function regexodus_BlockSet_$reset__Lregexodus_BlockSet_2V(this$static){ + this$static.regexodus_BlockSet_positive = true; + this$static.regexodus_BlockSet_block0 = null; + this$static.regexodus_BlockSet_blocks = null; + this$static.regexodus_BlockSet_isLarge = false; + this$static.regexodus_BlockSet_weight = 0; +} + +function regexodus_BlockSet_$setCategory__Lregexodus_BlockSet_2Ljava_lang_String_2V(this$static, c){ + var catBits; + this$static.regexodus_BlockSet_isLarge || regexodus_BlockSet_$enableLargeMode__Lregexodus_BlockSet_2V(this$static); + catBits = java_util_LinkedHashMap_$get__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2((regexodus_Category_$clinit__V() , regexodus_Category_categories), c).regexodus_Category_blocks; + this$static.regexodus_BlockSet_weight += regexodus_Block_add___3Lregexodus_Block_2_3Lregexodus_Block_2IIZI(this$static.regexodus_BlockSet_blocks, catBits, false); +} + +function regexodus_BlockSet_$setChar__Lregexodus_BlockSet_2CV(this$static, c){ + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, c, c); +} + +function regexodus_BlockSet_$setChars__Lregexodus_BlockSet_2Ljava_lang_String_2V(this$static, chars){ + var i; + for (i = chars.length - 1; i >= 0; i--) + regexodus_BlockSet_$setChar__Lregexodus_BlockSet_2CV(this$static, (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, chars.length) , chars.charCodeAt(i))); +} + +function regexodus_BlockSet_$setDigit__Lregexodus_BlockSet_2ZV(this$static, unicode){ + unicode?regexodus_BlockSet_$setCategory__Lregexodus_BlockSet_2Ljava_lang_String_2V(this$static, 'Nd'):regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 48, 57); +} + +function regexodus_BlockSet_$setHorizontalSpace__Lregexodus_BlockSet_2ZV(this$static, unicode){ + if (unicode) { + regexodus_BlockSet_$setCategory__Lregexodus_BlockSet_2Ljava_lang_String_2V(this$static, 'Gh'); + } + else { + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 32, 32); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 9, 9); + } +} + +function regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, c1, c2){ + var block, block0, blocks, c, i, i2, s, regexodus_BlockSet_set__Lregexodus_ds_IntBitSet_2III_s_0; + if (c2 >= 256 || this$static.regexodus_BlockSet_isLarge) { + s = 0; + this$static.regexodus_BlockSet_isLarge || regexodus_BlockSet_$enableLargeMode__Lregexodus_BlockSet_2V(this$static); + blocks = this$static.regexodus_BlockSet_blocks; + for (c = c1; c <= c2; c++) { + i2 = c >> 8 & 255; + i = c & 255; + block = blocks[i2]; + !block && (blocks[i2] = block = new regexodus_Block_Block__V); + regexodus_Block_$set__Lregexodus_Block_2IZ(block, i) && ++s; + } + this$static.regexodus_BlockSet_weight += s; + } + else { + block0 = this$static.regexodus_BlockSet_block0; + !block0 && (this$static.regexodus_BlockSet_block0 = block0 = new regexodus_ds_IntBitSet_IntBitSet__V); + this$static.regexodus_BlockSet_weight += (regexodus_BlockSet_set__Lregexodus_ds_IntBitSet_2III_s_0 = regexodus_ds_IntBitSet_$cardinality__Lregexodus_ds_IntBitSet_2I(block0) , regexodus_ds_IntBitSet_$set__Lregexodus_ds_IntBitSet_2IIV(block0, c1, c2) , regexodus_ds_IntBitSet_$cardinality__Lregexodus_ds_IntBitSet_2I(block0) - regexodus_BlockSet_set__Lregexodus_ds_IntBitSet_2III_s_0); + } +} + +function regexodus_BlockSet_$setSpace__Lregexodus_BlockSet_2ZV(this$static, unicode){ + if (unicode) { + regexodus_BlockSet_$setCategory__Lregexodus_BlockSet_2Ljava_lang_String_2V(this$static, 'G'); + } + else { + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 32, 32); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 13, 13); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 10, 10); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 9, 9); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 12, 12); + } +} + +function regexodus_BlockSet_$setVerticalSpace__Lregexodus_BlockSet_2ZV(this$static, unicode){ + if (unicode) { + regexodus_BlockSet_$setCategory__Lregexodus_BlockSet_2Ljava_lang_String_2V(this$static, 'Gv'); + } + else { + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 10, 10); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 13, 13); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 12, 12); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 11, 11); + } +} + +function regexodus_BlockSet_$setWordChar__Lregexodus_BlockSet_2ZV(this$static, unicode){ + if (unicode) { + this$static.regexodus_BlockSet_isLarge || regexodus_BlockSet_$enableLargeMode__Lregexodus_BlockSet_2V(this$static); + this$static.regexodus_BlockSet_weight += regexodus_Block_add___3Lregexodus_Block_2_3Lregexodus_Block_2IIZI(this$static.regexodus_BlockSet_blocks, (regexodus_Category_$clinit__V() , regexodus_Category_Word).regexodus_Category_blocks, false); + } + else { + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 97, 122); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 65, 90); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 48, 57); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(this$static, 95, 95); + } +} + +function regexodus_BlockSet_BlockSet__V(){ + regexodus_BlockSet_$clinit__V(); + this.regexodus_BlockSet_block0 = new regexodus_ds_IntBitSet_IntBitSet__V; +} + +function regexodus_BlockSet_add__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2IIZI(bs1, bs2, inv){ + regexodus_BlockSet_$clinit__V(); + var s; + s = regexodus_ds_IntBitSet_$cardinality__Lregexodus_ds_IntBitSet_2I(bs1); + inv?regexodus_ds_IntBitSet_$or__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(bs1, regexodus_ds_IntBitSet_$negate__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(new regexodus_ds_IntBitSet_IntBitSet___3IV(bs2.regexodus_ds_IntBitSet_data))):regexodus_ds_IntBitSet_$or__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(bs1, bs2); + return regexodus_ds_IntBitSet_$cardinality__Lregexodus_ds_IntBitSet_2I(bs1) - s; +} + +function regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(bs1, bs2, inv){ + regexodus_BlockSet_$clinit__V(); + var bits, s; + s = 0; + if (!bs1.regexodus_BlockSet_isLarge && !bs2.regexodus_BlockSet_isLarge && !inv) { + if (bs2.regexodus_BlockSet_block0) { + bits = bs1.regexodus_BlockSet_block0; + !bits && (bs1.regexodus_BlockSet_block0 = bits = new regexodus_ds_IntBitSet_IntBitSet__V); + s += regexodus_BlockSet_add__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2IIZI(bits, bs2.regexodus_BlockSet_block0, false); + } + } + else { + bs1.regexodus_BlockSet_isLarge || regexodus_BlockSet_$enableLargeMode__Lregexodus_BlockSet_2V(bs1); + bs2.regexodus_BlockSet_isLarge || regexodus_BlockSet_$enableLargeMode__Lregexodus_BlockSet_2V(bs2); + s += regexodus_Block_add___3Lregexodus_Block_2_3Lregexodus_Block_2IIZI(bs1.regexodus_BlockSet_blocks, bs2.regexodus_BlockSet_blocks, inv); + } + return s; +} + +function regexodus_BlockSet_subtract__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2ZI(bs1, bs2, inv){ + regexodus_BlockSet_$clinit__V(); + var s; + s = -regexodus_ds_IntBitSet_$cardinality__Lregexodus_ds_IntBitSet_2I(bs1); + inv?regexodus_ds_IntBitSet_$andNot__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(bs1, regexodus_ds_IntBitSet_$negate__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(new regexodus_ds_IntBitSet_IntBitSet___3IV(bs2.regexodus_ds_IntBitSet_data))):regexodus_ds_IntBitSet_$andNot__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(bs1, bs2); + return s + regexodus_ds_IntBitSet_$cardinality__Lregexodus_ds_IntBitSet_2I(bs1); +} + +function regexodus_BlockSet_subtractImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(bs1, bs2, inv){ + regexodus_BlockSet_$clinit__V(); + var bits1, bits2, s; + s = 0; + if (!bs1.regexodus_BlockSet_isLarge && !bs2.regexodus_BlockSet_isLarge && !inv) { + if (bits2 = bs2.regexodus_BlockSet_block0) { + bits1 = bs1.regexodus_BlockSet_block0; + if (!bits1) + return 0; + s += regexodus_BlockSet_subtract__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2ZI(bits1, bits2, false); + } + } + else { + bs1.regexodus_BlockSet_isLarge || regexodus_BlockSet_$enableLargeMode__Lregexodus_BlockSet_2V(bs1); + bs2.regexodus_BlockSet_isLarge || regexodus_BlockSet_$enableLargeMode__Lregexodus_BlockSet_2V(bs2); + s += regexodus_Block_subtract___3Lregexodus_Block_2_3Lregexodus_Block_2IIZI(bs1.regexodus_BlockSet_blocks, bs2.regexodus_BlockSet_blocks, inv); + } + return s; +} + +function regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(bs, term){ + regexodus_BlockSet_$clinit__V(); + if (bs.regexodus_BlockSet_isLarge) { + term.regexodus_Term_type = 2; + term.regexodus_Term_bitset2 = regexodus_Block_toBitset2___3Lregexodus_Block_2_3Lregexodus_ds_IntBitSet_2(bs.regexodus_BlockSet_blocks); + } + else { + term.regexodus_Term_type = 1; + term.regexodus_Term_bitset = !bs.regexodus_BlockSet_block0?regexodus_BlockSet_emptyBlock0:bs.regexodus_BlockSet_block0; + } + term.regexodus_Term_inverse = !bs.regexodus_BlockSet_positive; + term.regexodus_Term_weight = bs.regexodus_BlockSet_positive?bs.regexodus_BlockSet_weight:$intern_2397 - bs.regexodus_BlockSet_weight; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(71, 1, {71:1, 1139:1}, regexodus_BlockSet_BlockSet__V); +_.equals__Ljava_lang_Object_2Z = function regexodus_BlockSet_equals__Ljava_lang_Object_2Z(o){ + var blockSet; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1BlockSet_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + blockSet = o; + if (this.regexodus_BlockSet_positive != blockSet.regexodus_BlockSet_positive) + return false; + if (this.regexodus_BlockSet_isLarge != blockSet.regexodus_BlockSet_isLarge) + return false; + if (this.regexodus_BlockSet_weight != blockSet.regexodus_BlockSet_weight) + return false; + if (this.regexodus_BlockSet_block0?!regexodus_ds_IntBitSet_$equals__Lregexodus_ds_IntBitSet_2Ljava_lang_Object_2Z(this.regexodus_BlockSet_block0, blockSet.regexodus_BlockSet_block0):!!blockSet.regexodus_BlockSet_block0) + return false; + return java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.regexodus_BlockSet_blocks, blockSet.regexodus_BlockSet_blocks); +} +; +_.hashCode__I = function regexodus_BlockSet_hashCode__I(){ + var result; + result = this.regexodus_BlockSet_positive?1:0; + result = 31 * result + (this.regexodus_BlockSet_isLarge?1:0); + result = 31 * result + (this.regexodus_BlockSet_block0?java_util_Arrays_hashCode___3II(this.regexodus_BlockSet_block0.regexodus_ds_IntBitSet_data):0); + result = 31 * result + java_util_Arrays_hashCode___3Ljava_lang_Object_2I(this.regexodus_BlockSet_blocks); + result = 31 * result + this.regexodus_BlockSet_weight; + return result; +} +; +_.toString__Ljava_lang_String_2 = function regexodus_BlockSet_toString__Ljava_lang_String_2(){ + var sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + this.regexodus_BlockSet_positive || (sb.java_lang_AbstractStringBuilder_string += '^' , sb); + this.regexodus_BlockSet_isLarge?java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, regexodus_CharacterClass_stringValue2___3Lregexodus_ds_IntBitSet_2Ljava_lang_String_2(regexodus_Block_toBitset2___3Lregexodus_Block_2_3Lregexodus_ds_IntBitSet_2(this.regexodus_BlockSet_blocks))):!!this.regexodus_BlockSet_block0 && java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, regexodus_CharacterClass_stringValue0__Lregexodus_ds_IntBitSet_2Ljava_lang_String_2(this.regexodus_BlockSet_block0)); + sb.java_lang_AbstractStringBuilder_string += '('; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(sb, this.regexodus_BlockSet_positive?this.regexodus_BlockSet_weight:$intern_2397 - this.regexodus_BlockSet_weight); + sb.java_lang_AbstractStringBuilder_string += ')'; + return sb.java_lang_AbstractStringBuilder_string; +} +; +_.regexodus_BlockSet_isLarge = false; +_.regexodus_BlockSet_positive = true; +_.regexodus_BlockSet_weight = 0; +var regexodus_BlockSet_emptyBlock0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1BlockSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'BlockSet', 71, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_Branch_Branch__V(){ + regexodus_Term_Term__V.call(this); + this.regexodus_Term_type = 32; +} + +function regexodus_Branch_Branch__IV(){ + regexodus_Term_Term__V.call(this); + this.regexodus_Term_type = 33; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(169, 62, $intern_3525, regexodus_Branch_Branch__V, regexodus_Branch_Branch__IV); +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Branch_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Branch', 169, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit); +function regexodus_Category_$clinit__V(){ + regexodus_Category_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var i; + regexodus_Category_C = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 1, 2, 3, 4, 5, 8, 6, 7, 11, 10, 9, 12, 13, 14, 15, 16, 23, 27, 24, 44, 19, 25, 20, 31, 32, 33, 34, 37, 39, 50, 52, 56, 57, 61, 90, 17, 18, 21, 22, 28, 29, 30, 36, 46, 48, 60, 65, 71, 87, 95, 104, 117, 26, 40, 41, 42, 43, 45, 49, 51, 54, 55, 58, 59, 62, 63, 66, 68, 73, 77, 79, 85, 96, 102, 107, 116, 125, 127, 136, 141, 149, 153, 162, 185, 191, 192, 193, 199, 215, 251, 284, 349, 366, 367, 378, 398, 664, 670, 715, 1166, 1813, 8451, 11173, 28126]), ' 8i9. \x83!(#& " F \x80 =!\\!$ @(H#(01!v [!N!j-N!>!0 I!" ,?G 5*0 s +!#!1 & ""%!*!#!%("## \'!U!$ (##!1 & # # #!" \'##!$""\'% "\'E+$ * $ 1 & # \'!) $ $!".%!-\'& $ +!#!1 & # \'!*!#!$\'$## \'!5+# ("$ %"# " #"#"$"-#\'"$ %!"%"-G$. $ 3 D"+ $ %\'# $$%!)\'1 $ 3 ) \'!* $ %\'#\'" %!) #,. $ ? $ (#D!2 $ 5"6 * "!&""#( " +%)!$)`#JK# " \' 6 " 3!\' " (!)!%8e <#V < 0 .Kx "$"!\x7F %!& " %!X %!; %!& " %!0 _ %!d!:"2%Q!(!\x82"C\'. &*3&F). $ #)R!)%)%/!)%C\'4$P+9 -#-#""Y!\'*Z#2%,"b!c J!,%)%/!Eaf#L"T(B"0"B\'4!,(4$z {!(!=!(!+ " " " 9!] 0 /!( 7!$ * ,$2$>/#!H .":/;.p#\x813,7\x85!: r M q$L "$"!A\'#-6&& & & & & & & & l42 C)y6-#O Q!S$4 R h)M \x88"\x84"@&|5t(w!*WA")%A(P(-%T*8"g ,#; @&/!)!S1I+(!(!(&& & B#n!)%\x87)3#>\x86~!k<&)\'$2 \' " # # m0}/O!^=/!2%? 7 %#\' o#u"(!(!(!$"& &,#! '); + regexodus_Category_Co = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [$intern_990, 6399, 57344]), '"! '); + regexodus_Category_Cn = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 1, 2, 3, 4, 5, 8, 6, 7, 11, 10, 9, 13, 14, 12, 16, 15, 23, 24, 27, 44, 19, 25, 61, 20, 30, 33, 34, 37, 39, 52, 56, 57, 90, 17, 18, 21, 22, 28, 29, 31, 32, 36, 46, 48, 50, 65, 71, 87, 95, 102, 104, 117, 26, 40, 41, 42, 43, 45, 51, 54, 55, 58, 59, 60, 62, 63, 66, 68, 73, 77, 79, 85, 107, 116, 125, 127, 136, 141, 149, 153, 178, 185, 191, 193, 199, 215, 241, 251, 284, 349, 366, 378, 398, 664, 670, 888, 1166, 1813, 8815, 11173, 28126]), '\x80!(#& " D } =![!$ ?(F#(*9 w 7!R,`!M!/ G!" .>E 5*q +!#!1 & ""%!*!#!%("## \'!U!$ (##!1 & # # #!" \'##!$""\'% "\'C+$ * $ 1 & # \'!) $ $!"-%!,\'& $ +!#!1 & # \'!*!#!$\'$## \'!5+# ("$ %"# " #"#"$",#\'"$ %!"%",E$- $ 2 B"+ $ %\'# $$%!)\'1 $ 2 ) \'!* $ %\'#\'" %!) #.- $ > $ (#B!3 $ 5"6 * "!&""#( " +%)!$)_#9J# " \' 6 " 2!\' " (!)!%He <#V < / -Ju "$"!| %!& " %!X %!; %!& " %!/ ^ %!d!:"3%P!(!\x7F"A\'- &*2&D)- $ #)Q!)%)%/ )%A\'4$O+I ,#,#""Y!\'*Z#3%."b!c 9!.%)%0!Caf#K"T(7"/"7\'4!.(4$x y!(!=!(!+ " " " I!\\ / 0!( 8!$ * R ,!F -":0;-n#~2.8\x82!: p L o$K "$"!@\'#,6&& & & & & & & & j43 A)v6,#N P!S$4 Q h)L \x85"\x81"?&z5r(t!*W@")%@(O(,%T*H"g .#; ?&0!)!S1G+(!(!(&& & 7#l!)%\x84)2#M#\x83!i<&)\'$3 \' " # # k/{0N!]=0!3%> 8 %#\' m!" s"(!(!(!$"& &+\'! '); + regexodus_Category_Cc = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 31, 32, 96]), ' !#"'); + regexodus_Category_Cf = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 4, 2, 50, 5, 9, 23, 27, 173, 193, 250, 467, 1363, 2045, 3884, 56976]), '( ,$& ) # + . -!\'!#!"%/ *"!'); + regexodus_Category_Cs = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [$intern_1002, $intern_726]), '! '); + regexodus_Category_L = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 0, 3, 4, 1, 6, 5, 7, 8, 17, 11, 12, 15, 22, 9, 10, 25, 21, 42, 13, 16, 30, 46, 18, 37, 14, 19, 24, 29, 35, 40, 43, 53, 23, 27, 31, 32, 33, 49, 52, 65, 88, 20, 26, 28, 36, 48, 50, 51, 55, 56, 59, 63, 68, 69, 85, 102, 117, 34, 38, 39, 41, 45, 47, 54, 61, 64, 66, 72, 74, 81, 82, 83, 89, 93, 94, 98, 105, 107, 114, 116, 130, 132, 134, 138, 165, 191, 268, 277, 332, 362, 365, 457, 470, 513, 619, 1164, 2684, 6591, 8453, $intern_3529, $intern_3530]), 'H0\'0N!*!&!%- 5 |&*,#(! !q# $"" !\'! ! : g t.u 8"!\'>dK&"62M$ l !4$($* "!)! <5I+!0D/$&!%1&!/!#!;;(/`J )a@#!:!(.4,&\'"$"1 % !#"#!)!9$ ,$*!.&&$"1 % $ $ $D" !J )( 1 % $ ##!:!4$;!+\'"$"1 % $ ##!C$ 4!7! &# "#$ ! $#$# #*A!@\' - ,#!B %$C!&\' - . ##!E! $4$7( >"!)!% . 0&%)#A ( !"%S_ $3%S$ ! # A ! . $/!"# !-"E!b\' =L#p21!)&&"#!#$( &+3!78 !%!"2 y ""% ! ""> ""D ""% ! ""9 R ""c[,)W"&#\x7F"4 0%e\'\'(+ ",),),+ 4PM!&!UI(#"E !%V*5O<"#+?&0Q-/Gh!k67%R<9$*?B=2 *="((2" 2" & $#!%vHx"&"8"&"\' ! ! ! 5"G % !# %#""&&+% %Y!9!)+X!&!". !##\'! ! ! " /""%#&!@$\x816 6 r\'"#$38 !%!"Q(!)-/% % % % % % % %f!}$?#%$&W\' i "%2 j7CF,~\x82H\x85#\x80U^"w#,*$16)5"VO("X"G"(?+ " -5P,FT&#! $+B*-KL(6; \'1-#!#F !#$"#"! !0 "/( 3&"&"&/% % 2 3\'o5\x843-&N\x83{"m\\%3#%! . + # ! $ $ nZz:T"@]*Y# s80\'0+I#&"&"&" ='); + regexodus_Category_Lu = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 2, 3, 1, 4, 9, 7, 5, 6, 8, 10, 11, 13, 12, 25, 37, 50, 16, 20, 22, 34, 36, 42, 44, 46, 49, 62, 65, 73, 85, 102, 136, 197, 263, 290, 321, 723, 2203, 2685, 2890, 22316, 31054]), ';.>3!(4 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " ! ! ! ! ! ! ! " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#! ! $#! !#!!""!#!!$#!#! ! !#! " !#!!! !#$ ) " " " ! ! ! ! ! ! ! " ! ! ! ! ! ! ! ! " " !!! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! )#!#" !"! ! ! ! B ! $ % & !!! !#!1!)5 "!$ ! ! ! ! ! ! ! ! ! ! ! ( " !#"09 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! * ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#! ! ! ! ! ! " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! "/G/! ( D=E6"!C ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! * ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! *&%\'+&%&%\'- ! ! ! %&<",",",$-"A \' $!"!" $$& ! ! !"""+#( : F80 !!" ! ! !"! " %!! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! % ! \' I ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 2 ! ! ! ! ! ! ! ! ! ! ! ! ! ? ! ! ! ! ! ! $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! + ! !#! ! ! ! \' ! " ! $ ! ! ! ! ! ! ! ! ! !$!$! ! ! ! ! $ !"! 7 H.@'); + regexodus_Category_Ll = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 2, 3, 1, 4, 5, 7, 9, 6, 8, 11, 13, 42, 25, 28, 10, 12, 19, 20, 23, 26, 33, 34, 37, 40, 43, 44, 46, 47, 49, 52, 54, 59, 64, 68, 79, 97, 103, 120, 136, 165, 194, 275, 761, 822, 1066, 2179, 2732, 2888, 20289, 30996]), 'D-@ ,3!&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#! ! ! ! ! ! ! !#! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " ! !!" ! " $#% " $!" " ! ! " !#! " $ ! "#"!& " " ! ! ! ! ! ! ! !#! ! ! ! ! ! ! ! !#" ! $ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !(" "#! % ! ! ! !B!4I ! $ $!1 .6!#$!! ! ! ! ! ! ! ! ! ! ! !$! " "#> Q N"G8( 45S ( )-W!J H * 6#% &$8!%, . ) ##!@! $2$5\' C"!+!& ) 0%&+#= \' !"&\\Z $:%]$ ! # = ! ) $1!"#6"@!_, BK#mD/!+%%"#!#$\' %-:!Iu ""& ! ""C ""? ""& ! ""4 R ""aW(Iz"2 0&c,,\'- "(+(+(- 2NL!HA O\'#"@ !&T*3M7"#-E%0Q.1Oq95&R74$*E>BD *7I" % $#!|"~Q0.1& & & & & & & &y!P!%d)! f%!&D g58F(x\x7F`\x82#< }HX)t%(*$b!MTU!i!#& " .3N(FS%#! $->*.JK\'99#"\'*# C6 ,/( %#!#F !#$"#"! !0$#1\'!(%"%"%1& &pA3\x81:.%[\x80w"jH! ) - # ! $ $ lAv;S"GL*n# ok) Y"3#%"%"%" B'); + regexodus_Category_Lc = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 3, 0, 4, 5, 6, 7, 8, 1, 25, 37, 42, 9, 12, 13, 19, 22, 27, 30, 43, 46, 65, 102, 165, 10, 11, 26, 33, 40, 45, 47, 52, 53, 59, 64, 77, 79, 82, 85, 135, 138, 193, 194, 207, 262, 277, 673, 822, $intern_624, 2179, 2684, 2840, 20289, 30995]), '5)&)A"90 2 J !$K :I!!(# "&" " / E H,7 *8!\'3(#"O+%\'\'DT%.#P)&)7'); + regexodus_Category_M = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 0, 1, 3, 4, 5, 6, 10, 11, 8, 31, 57, 7, 12, 13, 17, 30, 19, 9, 14, 49, 15, 16, 20, 24, 26, 27, 28, 32, 35, 39, 44, 46, 48, 51, 58, 120, 21, 23, 25, 29, 33, 36, 37, 41, 42, 45, 50, 55, 56, 59, 60, 62, 64, 65, 68, 71, 73, 75, 81, 84, 92, 97, 99, 101, 102, 106, 111, 119, 142, 153, 199, 220, 237, 264, 273, 276, 464, 555, 704, 721, 738, 768, 947, 3071, 20273, 30165]), 'rcl&j? ! " " !Y\'47/!a&#%#" #J!*9]\'R)\'!G# ) $? D3

). *-+.41f 7%!,!# g+ $p,9-N#A.K!W..!2"@ B! #"&" !M$&"i, "u!q5/5m'); + regexodus_Category_Mn = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 2, 1, 3, 5, 4, 6, 7, 10, 9, 8, 12, 13, 31, 59, 30, 17, 21, 26, 49, 58, 14, 11, 15, 27, 33, 35, 44, 56, 57, 73, 120, 16, 20, 23, 25, 28, 29, 36, 39, 40, 41, 43, 46, 47, 48, 51, 52, 62, 64, 65, 68, 75, 81, 91, 92, 97, 99, 102, 103, 108, 111, 119, 142, 152, 153, 199, 220, 239, 266, 273, 276, 464, 555, 704, 721, 738, 768, 947, 3071, 20273, 30165]), 'm]g%e;! !"!"! >(3A0 Z&#$#"!#F -2W(.*( C#!*!!!%;!?5!-< ! $\'$ %&6"/ . $#) 1"8 #"4 $"$"#!% -"% +"4 $%!"$ 1"B$! . # !#) *"+"- P , N % 4!&!!#*"+"/ . # \' &"1"E"4"$#) 1"/ > *!! V #&,\'Y #*+$T"D ! ! <,!%!"&(!:( [#!$!"#"2"$!0#5 #"\' @ j!n!/!/"-"R"!&) #(( K!?": ^!$"( \'!c"# . !&! ! #\'\')# 3,!"Q#3 !%! & I*,"9##"!!= !"% !!.\'#"a!!+!&$ \' %"b=!%k+$ %6o!_ X-i#\\"q $)9"U"f % $ 2"& `"805 G\'2(L!3 ###"H S$#"#", ) M O !!#"&"! J") d # $ p l707h'); + regexodus_Category_Me = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 0, 1, 3, 1160, $intern_981, 5685, 34188]), '$"&!%# \' '); + regexodus_Category_Mc = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [1, 0, 2, 3, 5, 7, 59, 11, 4, 6, 9, 49, 62, 10, 22, 44, 51, 172, 8, 15, 19, 25, 26, 31, 42, 43, 46, 48, 54, 56, 61, 64, 67, 76, 89, 103, 110, 111, 143, 146, 225, 238, 331, 347, 1818, 2307, 4919, 21523, 30708]), 'M!=!#"*#" 0 &"% # \'!/!&"@!&"*!" < &!"!% # \'!C " ("""\'!8",#, &!"(# " - / &")"""\'!9 A"%%4 J ?!1 $!%!# 6 \'"#). #$#!\'"L!2%" K##"$ "$H &!"!-!" *$G!+!)!"(" ,!7!$ #!>!#""!( +%* 1!.!N P #!B 03F ;!+ $ #"E # 5!:!"!D!# )!I " " "!O'); + regexodus_Category_N = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [9, 5, 7, 0, 2, 3, 119, 6, 199, 4, 8, 14, 19, 23, 71, 87, 135, 1, 10, 12, 15, 18, 21, 26, 29, 31, 33, 39, 40, 48, 50, 59, 79, 97, 104, 105, 109, 110, 111, 116, 121, 129, 139, 155, 166, 183, 189, 230, 240, 269, 301, 321, 344, 407, 413, 631, 720, 727, 778, 882, 1047, 1386, 1442, 21271, 29537]), '= H1\'#%$^ 0 ( V & !!D & & %!F3G \'B C\'*5E A & .,Q . X,[$P " - R I2L " M / 0 " \\#)!" (>%)Y?@6W8]#Z#7*4$T%J 9"$+: <+` N S!K ; ( - / U _ O'); + regexodus_Category_Nd = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [9, 119, 7, 39, 71, 87, 135, 199, 23, 48, 97, 129, 167, 183, 230, 279, 301, 407, 413, 679, 1575, 1863, 21271, 35271]), ') 4 & \' 2 ! ! ! ! ! ! ! ! ! * ! $ / $ 5 # 0 + , " - % & " 7 3 # \' ( % 1 6 .'); + regexodus_Category_Nl = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 3, 0, 8, 9, 15, 26, 34, 2672, 3711, 5870, 22800, 30380]), '* (\'!!)"&#% ,$+'); + regexodus_Category_No = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 9, 5, 2, 6, 3, 7, 14, 1, 4, 8, 15, 18, 19, 21, 29, 31, 33, 40, 42, 59, 79, 121, 134, 139, 178, 199, 218, 377, 434, 481, 631, 727, 1078, 1140, 1173, 1386, 1686, 2358, 22474, 30065]), '9($ %#F"<"6#7$;$,*=!A-B!> E )"&!:+3 @45.?/D C%8!0&#\'1!2\'H"G'); + regexodus_Category_Z = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 1, 6, 10, 30, 32, 48, 128, 2432, 4001, 5600]), '% \' * (#$!" & ) '); + regexodus_Category_Zs = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 10, 32, 37, 48, 128, 2432, 4001, 5600]), '" % ( &!# $ \' '); + regexodus_Category_Zl = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 8232]), '! '); + regexodus_Category_Zp = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 8233]), '! '); + regexodus_Category_P = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 2, 1, 3, 5, 11, 4, 9, 13, 6, 12, 14, 17, 21, 23, 27, 28, 31, 32, 33, 38, 45, 72, 75, 91, 7, 8, 10, 15, 19, 30, 34, 36, 41, 42, 44, 46, 48, 50, 52, 55, 60, 63, 64, 65, 79, 80, 87, 98, 99, 100, 103, 112, 113, 116, 121, 122, 125, 127, 129, 141, 144, 150, 152, 154, 156, 158, 169, 172, 173, 209, 217, 234, 250, 262, 270, 314, 368, 381, 391, 404, 431, 467, 613, 622, 634, 703, 764, 829, 1086, 20819, 29699]), '3!!$!#%"&"/!! 0 ! @ ) & %"& & v \' r$B"G ! # # 5"-"!"+ #"7#S C(h!H+2 j"% \\ W X o ( m 8 %"c+! 4#6 7&$"T$d s:_ t 5"M!6"b!!!4;l"g"[)!$e)a#I&J"L9* x.\'=!*!%1"<"u#>"y(N"2\'p-K#3"w#!"U ]D!1# q!$\'#%, ( Q 8 {"k!R % V$n#O"A!! F"E P*,"Y#Z","i z"f\'.?!(! $ !"^!!$!#%"&"/!! 0 ! !)`'); + regexodus_Category_Pd = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 1, 5, 3, 11, 20, 32, 38, 45, 52, 112, 170, 242, 476, $intern_607, 1373, 2058, 3586, 3650, 52625]), '( / ) 2 . 0"1 # &!" - % * 3!\' $ + ,'); + regexodus_Category_Ps = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 2, 4, 3, 32, 51, 16, 18, 26, 30, 31, 33, 34, 39, 40, 56, 65, 81, 171, 216, 405, 454, 635, $intern_969, $intern_971, 1887, 2431, 3775, 52514]), '. % $ ; ! 9 : " - / & 6 ! * 8 ! ! ! ! ! ! 1 + ! ! ! ! 4 ! ! ! ! ! ! ! ! ! ! 0 ! , 7 ! ! ! ( 5 ! ! ! ! " ! ! ! # < 3 ) ! ! ! ! ! ! ! " \' ! ! 2 % $ " # '); + regexodus_Category_Pi = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 3, 1, 2, 4, 5, 16, 26, 171, 3529, 8045]), '( * !"! \' ) # % ! & $ '); + regexodus_Category_Pe = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 2, 3, 4, 32, 52, 1, 16, 18, 30, 31, 33, 34, 41, 56, 65, 81, 171, 218, 405, 480, 635, $intern_969, $intern_971, 1887, 2474, 3774, 52511]), '- % $ : ! 8 9 . \' 5 ! * 7 ! ! ! ! ! ! 0 + ! ! ! ! 3 ! ! ! ! ! ! ! ! ! ! / ! , 6 ! ! ! 4 ! ! ! ! # ! ! ! "&; 2 ) ! ! ! ! ! ! ! # ( ! ! 1 % $ " " '); + regexodus_Category_Pf = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 4, 2, 3, 5, 16, 29, 187, 3529, 8030]), '\' ) ! & ( " $ # % ! '); + regexodus_Category_Pc = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 1, 2, 20, 25, 95, 240, $intern_2540, 56799]), '% \'!# (!$"& '); + regexodus_Category_Po = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 2, 1, 3, 4, 5, 11, 8, 9, 6, 7, 12, 14, 13, 17, 21, 28, 55, 75, 113, 125, 10, 15, 23, 32, 33, 37, 38, 41, 42, 44, 45, 48, 50, 58, 60, 63, 65, 69, 72, 87, 91, 98, 100, 103, 112, 116, 121, 122, 127, 129, 141, 144, 150, 154, 156, 158, 169, 172, 173, 190, 217, 234, 250, 262, 270, 314, 368, 381, 391, 431, 467, 613, 703, 774, 835, 3227, 21029, 29699]), '9!!!# ! !"&"$"0 F ) 6"\' i ( g%= 1 # # ?"/"!", #"2#L >-^!1,8 `"& S O P e - c I &"Y,! 3 2$%"M%Z h\'j 4!G"X!!!;%!#b"]"R)!%[)W#C$D"E*+ k"(*(\'###!$5! !(l#!"3 T"%!# #\'!"! #"&$!(##! !+# f!B \\ n"a!K & N%d#H" `!, !!#$? ! ! \\\'!$!"%#>"z)y o m =:l).3{ !!/!&!&!&"O & E!&!5*N"!#!"( !!%$! ! ! $ /"$-%#! K"$q$1#iA.QP7xGI#9(r7L$*#p#*!&A G%"712-B5(#+"-=4"#M K !!E *!( ! C &"3'); + regexodus_Category_Sc = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 1, 499, 3, 4, 8, 25, 31, 36, 109, 124, 126, 155, 220, 246, 264, 582, 1258, 2245, 2460, 21956, 34681]), '( +#1 * "!"!% . / 0 3 2\'5 4 ) , -!$!&'); + regexodus_Category_Sk = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 2, 1, 14, 15, 6, 13, 3, 4, 5, 7, 10, 12, 16, 22, 28, 72, 94, 104, 118, 163, 522, 893, 977, 4253, 7224, 20551, 30308]), '1 ! 0 * ) ( 5\'&&%%! !-3 $"9 !!,!#!#!#"8";.+"2"7 $":$6 ! 4 /'); + regexodus_Category_So = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 2, 1, 3, 5, 7, 9, 11, 6, 10, 16, 29, 30, 4, 8, 12, 13, 14, 22, 26, 31, 33, 38, 47, 15, 19, 20, 21, 23, 25, 27, 35, 39, 42, 43, 45, 53, 54, 59, 63, 65, 68, 77, 80, 82, 88, 104, 110, 128, 131, 133, 134, 158, 166, 182, 198, 207, 208, 213, 230, 247, 248, 255, 267, 269, 319, 337, 354, 358, 374, 392, 487, 513, 516, 574, 723, 724, 753, 866, 978, 1412, 6593, 21380, 22161]), 'U # $ ! o _"P"X \' :"] i e Q$! R Y A f!* !!#$; ! ! S%!$!"(#W"m&l k T5c&).p"!#!"\' !"%$! ! ! $ /"8 !"! F")-##!"!"!(!,#"! !,`%$9#(#K!+3@%I3)LJ\'& 1"0 2"%"b"$&5?+,/+& *4\'6*aqGsEn#\'"! j!r g - $"1"!'); + regexodus_Category_Word = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 3, 0, 4, 5, 6, 1, 9, 7, 8, 10, 11, 12, 15, 13, 14, 17, 18, 19, 25, 21, 22, 48, 30, 42, 23, 35, 37, 40, 16, 20, 27, 31, 33, 38, 52, 26, 28, 39, 43, 45, 46, 50, 53, 54, 55, 57, 58, 64, 65, 69, 73, 85, 88, 116, 24, 29, 32, 34, 41, 44, 47, 49, 51, 56, 59, 62, 63, 66, 68, 72, 74, 75, 77, 79, 82, 83, 89, 93, 100, 101, 102, 105, 107, 114, 115, 122, 128, 132, 134, 138, 165, 249, 268, 282, 321, 332, 362, 365, 457, 470, 619, 631, 727, 1133, 1164, 6591, 8453, $intern_3529, $intern_3530]), '6\')3$" 36")& "#& 5 7 \x83$+-#)" "1V &!! "(" " 2 k z #!{ ;!"(<\'\\ " & & "\'D$!7*%S$p (!\' 1!"0O!o-K$"!"!H2?$*L> 0,/ w!\' 1 (!&!4 % "#!!)!&!!\'"$& #!+!$!" "! $$&!4 % & & &!" #$&! #")! ")-, ) 4 % & #!\' !"=!!\'*% (!&!4 % & #!)!&! ) $& #!\' %+& $# !#& " &#&# #+$## !!"("-,/, 5 -#( !)& %!!\'\'% ! ( 5 \' #!) !)&)" !!\' &/, J #%-!1 $ 0#9 ) "!%#"$$ " ((\'!&/N%/ \'<& " # 9 " 5!# " $!\'!!A"W&(2 " " "$\' :$2 0 :*"OS(i!; "%"!8 \x80 !!% " !!< !!Y !!% " !!/ ` !!d! *2#-0T!$#\x85!= 3%g#*), %,>,2., &.l#"$&!\'(\'1 !\'(U)8%R+7 +$++F!#,G$3(*B?$b E!*(\'/"\'. &Ph$\'1).u.M\'\'#6!))8! 0 B%| ~!$!;!$!( " " " 7!C % "# %#!!$$,% %V&!$%*(,C,$"#+1"$"!\' "##(" " " ! *!!%#$" N\x87aj4\x86X\x88I I x()*"!; "%"!M)"=9*% % % % % % % % @6"\x84 D/ #!#$T!&! m !%8 n#!+@^-A\'@( /A\'<\/\x7F\x8AQ\x8D#\x89eH!}#?4]$\' tB)!q!C!)GJ$"#$+_.R+\'(9#" 6!:.E#P-*(7 L*.!\'(5#f3 !-!#+$!$!$*% % 8 .(v &!\'(\x8C.5$6\x8B\x82!rF%.#%+ , # " & & sZ\x812c!K[+$-0-Q# y>\')3(3,U#$!$!$! :'); + regexodus_Category_Identifier = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 3, 0, 4, 5, 1, 6, 9, 7, 8, 12, 10, 15, 11, 13, 25, 14, 17, 19, 18, 21, 22, 42, 48, 23, 30, 31, 37, 40, 16, 20, 26, 27, 28, 33, 35, 38, 32, 39, 43, 46, 50, 52, 53, 54, 55, 57, 58, 64, 69, 73, 85, 88, 24, 29, 34, 41, 44, 45, 47, 49, 51, 56, 59, 62, 63, 65, 66, 67, 68, 72, 74, 75, 77, 79, 82, 83, 89, 93, 100, 101, 102, 105, 107, 114, 115, 116, 122, 128, 132, 134, 138, 165, 249, 268, 282, 321, 332, 362, 365, 457, 470, 619, 631, 727, 1133, 1164, 6591, 8453, $intern_3529, $intern_3530]), $intern_3531); + regexodus_Category_IdentifierStart = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 0, 3, 4, 1, 5, 6, 8, 7, 12, 17, 25, 15, 22, 10, 11, 9, 16, 21, 42, 29, 40, 13, 18, 30, 46, 14, 19, 23, 26, 31, 37, 20, 24, 27, 32, 33, 35, 36, 43, 49, 52, 55, 65, 88, 28, 41, 51, 53, 56, 59, 63, 67, 68, 85, 34, 38, 39, 45, 47, 48, 50, 54, 61, 64, 66, 69, 74, 79, 81, 82, 83, 89, 93, 94, 98, 102, 105, 107, 114, 116, 130, 132, 134, 138, 165, 191, 268, 277, 332, 362, 365, 457, 470, 513, 619, 1164, 2680, 6591, 8453, $intern_3529, $intern_3530]), 'F!4+%! +5"%!/!%!&- 8 |%/,#\'! !q# $"" !(! ! ; f t0u ?"!(5(!K=%"+!23F$ k !1$\'$/ "!*! 48L)!+C.$%!#<%!.!#!AA\'.^@ *_P#!;!\'01,%("$"2 & !#"#!*!:$ ,"\'$0%%$"2 & $ $ $C" !@ *\' 2 & $ ##!;!1$1!\'!)("$"2 & $ ##!>$ 1!7! %# "#$ ! $#$# #/!%( - 0 ##!D! $1$7\' 5"!*!& 0 +%&*#< \' !"&R[ $)(R$ ! # < ! 0 $.!"# !-"D!`( EM#p32!*%%"#!#$\' %)6!7? !&!"3 y ""& ! ""5 ""C ""& ! "": Q ""aX,*V"%#\x7F"1 +&c#.\') ",*,*,) 1OF!#$UL\'#"D !&b/8]4"#)G%+J-.Ig!j97&Q4:$/GBE3 /E"\'\'3" 3" % $#!&vKx"%"?"%"( ! ! ! 8"I & !# &#""%%)& &T$@!4!:!*)#>T!%!"0 !##(! ! ! " .""&#%!75\x819 9 r("#$6? !&!"J\'!*-.& & & & & & & &e!} =\'\'#"#%V( h "&3 i7>H,~\x82K\x85#\x80UZ"w#,/$29*8"d5\'"l"I"\'G) " --!\'O,HS%#! $)B/-=M\'94!*# 0/# 5A (2-#!#H !#$"#"! !+ ".\' 6%"%"%.& & 3 6(o8\x846-%\\\x83{"mY&6#&! 0 ) # ! $ $ nWz;S"PN)J$+ =!(# s\'!4+%! +)L#%"%"%" #$#$+'); + regexodus_Category_IdentifierPart = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [2, 3, 0, 4, 5, 1, 6, 9, 7, 8, 12, 10, 15, 11, 13, 25, 14, 17, 19, 18, 21, 22, 42, 48, 23, 30, 31, 37, 40, 16, 20, 26, 27, 28, 33, 35, 38, 32, 39, 43, 46, 50, 52, 53, 54, 55, 57, 58, 64, 69, 73, 85, 88, 24, 29, 34, 41, 44, 45, 47, 49, 51, 56, 59, 62, 63, 65, 66, 67, 68, 72, 74, 75, 77, 79, 82, 83, 89, 93, 100, 101, 102, 105, 107, 114, 115, 116, 122, 128, 132, 134, 138, 165, 249, 268, 282, 321, 332, 362, 365, 457, 470, 619, 631, 727, 1133, 1164, 6591, 8453, $intern_3529, $intern_3530]), $intern_3531); + regexodus_Category_Horizontal = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 9, 10, 23, 37, 48, 128, 2432, 4001, 5600]), '! # & ) \'"$ % ( '); + regexodus_Category_Vertical = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 1, 3, 10, 120, 8099]), '#"$ %!'); + regexodus_Category_Space = new regexodus_Category_Category___3ILjava_lang_String_2V(com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 1, 4, 6, 9, 10, 19, 27, 30, 48, 101, 2432, 4001, 5600]), '$"& * \' - +%(!# ) , '); + regexodus_Category_upper = java_lang_String_$toCharArray__Ljava_lang_String_2_3C('ABCDEFGHIJKLMNOPQRSTUVWXYZ\xB5\xC0\xC1\xC2\xC3\xC4\xC5\xC6\xC7\xC8\xC9\xCA\xCB\xCC\xCD\xCE\xCF\xD0\xD1\xD2\xD3\xD4\xD5\xD6\xD8\xD9\xDA\xDB\xDC\xDD\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u017F\u0181\u0182\u0184\u0186\u0187\u0189\u018A\u018B\u018E\u018F\u0190\u0191\u0193\u0194\u0196\u0197\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1\u01B2\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C5\u01C7\u01C8\u01CA\u01CB\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F2\u01F4\u01F6\u01F7\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243\u0244\u0245\u0246\u0248\u024A\u024C\u024E\u0345\u0370\u0372\u0376\u037F\u0386\u0388\u0389\u038A\u038C\u038E\u038F\u0391\u0392\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039A\u039B\u039C\u039D\u039E\u039F\u03A0\u03A1\u03A3\u03A4\u03A5\u03A6\u03A7\u03A8\u03A9\u03AA\u03AB\u03C2\u03CF\u03D0\u03D1\u03D5\u03D6\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F0\u03F1\u03F4\u03F5\u03F7\u03F9\u03FA\u03FD\u03FE\u03FF\u0400\u0401\u0402\u0403\u0404\u0405\u0406\u0407\u0408\u0409\u040A\u040B\u040C\u040D\u040E\u040F\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041A\u041B\u041C\u041D\u041E\u041F\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042A\u042B\u042C\u042D\u042E\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531\u0532\u0533\u0534\u0535\u0536\u0537\u0538\u0539\u053A\u053B\u053C\u053D\u053E\u053F\u0540\u0541\u0542\u0543\u0544\u0545\u0546\u0547\u0548\u0549\u054A\u054B\u054C\u054D\u054E\u054F\u0550\u0551\u0552\u0553\u0554\u0555\u0556\u10A0\u10A1\u10A2\u10A3\u10A4\u10A5\u10A6\u10A7\u10A8\u10A9\u10AA\u10AB\u10AC\u10AD\u10AE\u10AF\u10B0\u10B1\u10B2\u10B3\u10B4\u10B5\u10B6\u10B7\u10B8\u10B9\u10BA\u10BB\u10BC\u10BD\u10BE\u10BF\u10C0\u10C1\u10C2\u10C3\u10C4\u10C5\u10C7\u10CD\u13F8\u13F9\u13FA\u13FB\u13FC\u13FD\u1C80\u1C81\u1C82\u1C83\u1C84\u1C85\u1C86\u1C87\u1C88\u1C90\u1C91\u1C92\u1C93\u1C94\u1C95\u1C96\u1C97\u1C98\u1C99\u1C9A\u1C9B\u1C9C\u1C9D\u1C9E\u1C9F\u1CA0\u1CA1\u1CA2\u1CA3\u1CA4\u1CA5\u1CA6\u1CA7\u1CA8\u1CA9\u1CAA\u1CAB\u1CAC\u1CAD\u1CAE\u1CAF\u1CB0\u1CB1\u1CB2\u1CB3\u1CB4\u1CB5\u1CB6\u1CB7\u1CB8\u1CB9\u1CBA\u1CBD\u1CBE\u1CBF\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9B\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08\u1F09\u1F0A\u1F0B\u1F0C\u1F0D\u1F0E\u1F0F\u1F18\u1F19\u1F1A\u1F1B\u1F1C\u1F1D\u1F28\u1F29\u1F2A\u1F2B\u1F2C\u1F2D\u1F2E\u1F2F\u1F38\u1F39\u1F3A\u1F3B\u1F3C\u1F3D\u1F3E\u1F3F\u1F48\u1F49\u1F4A\u1F4B\u1F4C\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68\u1F69\u1F6A\u1F6B\u1F6C\u1F6D\u1F6E\u1F6F\u1FB8\u1FB9\u1FBA\u1FBB\u1FBE\u1FC8\u1FC9\u1FCA\u1FCB\u1FD8\u1FD9\u1FDA\u1FDB\u1FE8\u1FE9\u1FEA\u1FEB\u1FEC\u1FF8\u1FF9\u1FFA\u1FFB\u2126\u212A\u212B\u2132\u2160\u2161\u2162\u2163\u2164\u2165\u2166\u2167\u2168\u2169\u216A\u216B\u216C\u216D\u216E\u216F\u2183\u24B6\u24B7\u24B8\u24B9\u24BA\u24BB\u24BC\u24BD\u24BE\u24BF\u24C0\u24C1\u24C2\u24C3\u24C4\u24C5\u24C6\u24C7\u24C8\u24C9\u24CA\u24CB\u24CC\u24CD\u24CE\u24CF\u2C00\u2C01\u2C02\u2C03\u2C04\u2C05\u2C06\u2C07\u2C08\u2C09\u2C0A\u2C0B\u2C0C\u2C0D\u2C0E\u2C0F\u2C10\u2C11\u2C12\u2C13\u2C14\u2C15\u2C16\u2C17\u2C18\u2C19\u2C1A\u2C1B\u2C1C\u2C1D\u2C1E\u2C1F\u2C20\u2C21\u2C22\u2C23\u2C24\u2C25\u2C26\u2C27\u2C28\u2C29\u2C2A\u2C2B\u2C2C\u2C2D\u2C2E\u2C60\u2C62\u2C63\u2C64\u2C67\u2C69\u2C6B\u2C6D\u2C6E\u2C6F\u2C70\u2C72\u2C75\u2C7E\u2C7F\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA\uA7AB\uA7AC\uA7AD\uA7AE\uA7B0\uA7B1\uA7B2\uA7B3\uA7B4\uA7B6\uA7B8\uA7BA\uA7BC\uA7BE\uA7C2\uA7C4\uA7C5\uA7C6\uA7C7\uA7C9\uA7F5\uAB70\uAB71\uAB72\uAB73\uAB74\uAB75\uAB76\uAB77\uAB78\uAB79\uAB7A\uAB7B\uAB7C\uAB7D\uAB7E\uAB7F\uAB80\uAB81\uAB82\uAB83\uAB84\uAB85\uAB86\uAB87\uAB88\uAB89\uAB8A\uAB8B\uAB8C\uAB8D\uAB8E\uAB8F\uAB90\uAB91\uAB92\uAB93\uAB94\uAB95\uAB96\uAB97\uAB98\uAB99\uAB9A\uAB9B\uAB9C\uAB9D\uAB9E\uAB9F\uABA0\uABA1\uABA2\uABA3\uABA4\uABA5\uABA6\uABA7\uABA8\uABA9\uABAA\uABAB\uABAC\uABAD\uABAE\uABAF\uABB0\uABB1\uABB2\uABB3\uABB4\uABB5\uABB6\uABB7\uABB8\uABB9\uABBA\uABBB\uABBC\uABBD\uABBE\uABBF\uFF21\uFF22\uFF23\uFF24\uFF25\uFF26\uFF27\uFF28\uFF29\uFF2A\uFF2B\uFF2C\uFF2D\uFF2E\uFF2F\uFF30\uFF31\uFF32\uFF33\uFF34\uFF35\uFF36\uFF37\uFF38\uFF39\uFF3A\u1E9E\u1F88\u1F89\u1F8A\u1F8B\u1F8C\u1F8D\u1F8E\u1F8F\u1F98\u1F99\u1F9A\u1F9B\u1F9C\u1F9D\u1F9E\u1F9F\u1FA8\u1FA9\u1FAA\u1FAB\u1FAC\u1FAD\u1FAE\u1FAF\u1FBC\u1FCC\u1FFC'); + regexodus_Category_lower = java_lang_String_$toCharArray__Ljava_lang_String_2_3C('abcdefghijklmnopqrstuvwxyz\u03BC\xE0\xE1\xE2\xE3\xE4\xE5\xE6\xE7\xE8\xE9\xEA\xEB\xEC\xED\xEE\xEF\xF0\xF1\xF2\xF3\xF4\xF5\xF6\xF8\xF9\xFA\xFB\xFC\xFD\xFE\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0133\u0135\u0137\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\xFF\u017A\u017C\u017Es\u0253\u0183\u0185\u0254\u0188\u0256\u0257\u018C\u01DD\u0259\u025B\u0192\u0260\u0263\u0269\u0268\u0199\u026F\u0272\u0275\u01A1\u01A3\u01A5\u0280\u01A8\u0283\u01AD\u0288\u01B0\u028A\u028B\u01B4\u01B6\u0292\u01B9\u01BD\u01C6\u01C6\u01C9\u01C9\u01CC\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F3\u01F3\u01F5\u0195\u01BF\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u019E\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233\u2C65\u023C\u019A\u2C66\u0242\u0180\u0289\u028C\u0247\u0249\u024B\u024D\u024F\u03B9\u0371\u0373\u0377\u03F3\u03AC\u03AD\u03AE\u03AF\u03CC\u03CD\u03CE\u03B1\u03B2\u03B3\u03B4\u03B5\u03B6\u03B7\u03B8\u03B9\u03BA\u03BB\u03BC\u03BD\u03BE\u03BF\u03C0\u03C1\u03C3\u03C4\u03C5\u03C6\u03C7\u03C8\u03C9\u03CA\u03CB\u03C3\u03D7\u03B2\u03B8\u03C6\u03C0\u03D9\u03DB\u03DD\u03DF\u03E1\u03E3\u03E5\u03E7\u03E9\u03EB\u03ED\u03EF\u03BA\u03C1\u03B8\u03B5\u03F8\u03F2\u03FB\u037B\u037C\u037D\u0450\u0451\u0452\u0453\u0454\u0455\u0456\u0457\u0458\u0459\u045A\u045B\u045C\u045D\u045E\u045F\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043A\u043B\u043C\u043D\u043E\u043F\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044A\u044B\u044C\u044D\u044E\u044F\u0461\u0463\u0465\u0467\u0469\u046B\u046D\u046F\u0471\u0473\u0475\u0477\u0479\u047B\u047D\u047F\u0481\u048B\u048D\u048F\u0491\u0493\u0495\u0497\u0499\u049B\u049D\u049F\u04A1\u04A3\u04A5\u04A7\u04A9\u04AB\u04AD\u04AF\u04B1\u04B3\u04B5\u04B7\u04B9\u04BB\u04BD\u04BF\u04CF\u04C2\u04C4\u04C6\u04C8\u04CA\u04CC\u04CE\u04D1\u04D3\u04D5\u04D7\u04D9\u04DB\u04DD\u04DF\u04E1\u04E3\u04E5\u04E7\u04E9\u04EB\u04ED\u04EF\u04F1\u04F3\u04F5\u04F7\u04F9\u04FB\u04FD\u04FF\u0501\u0503\u0505\u0507\u0509\u050B\u050D\u050F\u0511\u0513\u0515\u0517\u0519\u051B\u051D\u051F\u0521\u0523\u0525\u0527\u0529\u052B\u052D\u052F\u0561\u0562\u0563\u0564\u0565\u0566\u0567\u0568\u0569\u056A\u056B\u056C\u056D\u056E\u056F\u0570\u0571\u0572\u0573\u0574\u0575\u0576\u0577\u0578\u0579\u057A\u057B\u057C\u057D\u057E\u057F\u0580\u0581\u0582\u0583\u0584\u0585\u0586\u2D00\u2D01\u2D02\u2D03\u2D04\u2D05\u2D06\u2D07\u2D08\u2D09\u2D0A\u2D0B\u2D0C\u2D0D\u2D0E\u2D0F\u2D10\u2D11\u2D12\u2D13\u2D14\u2D15\u2D16\u2D17\u2D18\u2D19\u2D1A\u2D1B\u2D1C\u2D1D\u2D1E\u2D1F\u2D20\u2D21\u2D22\u2D23\u2D24\u2D25\u2D27\u2D2D\u13F0\u13F1\u13F2\u13F3\u13F4\u13F5\u0432\u0434\u043E\u0441\u0442\u0442\u044A\u0463\uA64B\u10D0\u10D1\u10D2\u10D3\u10D4\u10D5\u10D6\u10D7\u10D8\u10D9\u10DA\u10DB\u10DC\u10DD\u10DE\u10DF\u10E0\u10E1\u10E2\u10E3\u10E4\u10E5\u10E6\u10E7\u10E8\u10E9\u10EA\u10EB\u10EC\u10ED\u10EE\u10EF\u10F0\u10F1\u10F2\u10F3\u10F4\u10F5\u10F6\u10F7\u10F8\u10F9\u10FA\u10FD\u10FE\u10FF\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95\u1E61\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFF\u1F00\u1F01\u1F02\u1F03\u1F04\u1F05\u1F06\u1F07\u1F10\u1F11\u1F12\u1F13\u1F14\u1F15\u1F20\u1F21\u1F22\u1F23\u1F24\u1F25\u1F26\u1F27\u1F30\u1F31\u1F32\u1F33\u1F34\u1F35\u1F36\u1F37\u1F40\u1F41\u1F42\u1F43\u1F44\u1F45\u1F51\u1F53\u1F55\u1F57\u1F60\u1F61\u1F62\u1F63\u1F64\u1F65\u1F66\u1F67\u1FB0\u1FB1\u1F70\u1F71\u03B9\u1F72\u1F73\u1F74\u1F75\u1FD0\u1FD1\u1F76\u1F77\u1FE0\u1FE1\u1F7A\u1F7B\u1FE5\u1F78\u1F79\u1F7C\u1F7D\u03C9k\xE5\u214E\u2170\u2171\u2172\u2173\u2174\u2175\u2176\u2177\u2178\u2179\u217A\u217B\u217C\u217D\u217E\u217F\u2184\u24D0\u24D1\u24D2\u24D3\u24D4\u24D5\u24D6\u24D7\u24D8\u24D9\u24DA\u24DB\u24DC\u24DD\u24DE\u24DF\u24E0\u24E1\u24E2\u24E3\u24E4\u24E5\u24E6\u24E7\u24E8\u24E9\u2C30\u2C31\u2C32\u2C33\u2C34\u2C35\u2C36\u2C37\u2C38\u2C39\u2C3A\u2C3B\u2C3C\u2C3D\u2C3E\u2C3F\u2C40\u2C41\u2C42\u2C43\u2C44\u2C45\u2C46\u2C47\u2C48\u2C49\u2C4A\u2C4B\u2C4C\u2C4D\u2C4E\u2C4F\u2C50\u2C51\u2C52\u2C53\u2C54\u2C55\u2C56\u2C57\u2C58\u2C59\u2C5A\u2C5B\u2C5C\u2C5D\u2C5E\u2C61\u026B\u1D7D\u027D\u2C68\u2C6A\u2C6C\u0251\u0271\u0250\u0252\u2C73\u2C76\u023F\u0240\u2C81\u2C83\u2C85\u2C87\u2C89\u2C8B\u2C8D\u2C8F\u2C91\u2C93\u2C95\u2C97\u2C99\u2C9B\u2C9D\u2C9F\u2CA1\u2CA3\u2CA5\u2CA7\u2CA9\u2CAB\u2CAD\u2CAF\u2CB1\u2CB3\u2CB5\u2CB7\u2CB9\u2CBB\u2CBD\u2CBF\u2CC1\u2CC3\u2CC5\u2CC7\u2CC9\u2CCB\u2CCD\u2CCF\u2CD1\u2CD3\u2CD5\u2CD7\u2CD9\u2CDB\u2CDD\u2CDF\u2CE1\u2CE3\u2CEC\u2CEE\u2CF3\uA641\uA643\uA645\uA647\uA649\uA64B\uA64D\uA64F\uA651\uA653\uA655\uA657\uA659\uA65B\uA65D\uA65F\uA661\uA663\uA665\uA667\uA669\uA66B\uA66D\uA681\uA683\uA685\uA687\uA689\uA68B\uA68D\uA68F\uA691\uA693\uA695\uA697\uA699\uA69B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA77A\uA77C\u1D79\uA77F\uA781\uA783\uA785\uA787\uA78C\u0265\uA791\uA793\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\u0266\u025C\u0261\u026C\u026A\u029E\u0287\u029D\uAB53\uA7B5\uA7B7\uA7B9\uA7BB\uA7BD\uA7BF\uA7C3\uA794\u0282\u1D8E\uA7C8\uA7CA\uA7F6\u13A0\u13A1\u13A2\u13A3\u13A4\u13A5\u13A6\u13A7\u13A8\u13A9\u13AA\u13AB\u13AC\u13AD\u13AE\u13AF\u13B0\u13B1\u13B2\u13B3\u13B4\u13B5\u13B6\u13B7\u13B8\u13B9\u13BA\u13BB\u13BC\u13BD\u13BE\u13BF\u13C0\u13C1\u13C2\u13C3\u13C4\u13C5\u13C6\u13C7\u13C8\u13C9\u13CA\u13CB\u13CC\u13CD\u13CE\u13CF\u13D0\u13D1\u13D2\u13D3\u13D4\u13D5\u13D6\u13D7\u13D8\u13D9\u13DA\u13DB\u13DC\u13DD\u13DE\u13DF\u13E0\u13E1\u13E2\u13E3\u13E4\u13E5\u13E6\u13E7\u13E8\u13E9\u13EA\u13EB\u13EC\u13ED\u13EE\u13EF\uFF41\uFF42\uFF43\uFF44\uFF45\uFF46\uFF47\uFF48\uFF49\uFF4A\uFF4B\uFF4C\uFF4D\uFF4E\uFF4F\uFF50\uFF51\uFF52\uFF53\uFF54\uFF55\uFF56\uFF57\uFF58\uFF59\uFF5A\xDF\u1F80\u1F81\u1F82\u1F83\u1F84\u1F85\u1F86\u1F87\u1F90\u1F91\u1F92\u1F93\u1F94\u1F95\u1F96\u1F97\u1FA0\u1FA1\u1FA2\u1FA3\u1FA4\u1FA5\u1FA6\u1FA7\u1FB3\u1FC3\u1FF3'); + regexodus_Category_upperToLower = new regexodus_ds_CharCharMap_CharCharMap__IV(regexodus_Category_upper.length); + regexodus_Category_lowerToUpper = new regexodus_ds_CharCharMap_CharCharMap__IV(regexodus_Category_upper.length); + for (i = regexodus_Category_upper.length - 1; i >= 0; i--) { + regexodus_ds_CharCharMap_$put__Lregexodus_ds_CharCharMap_2CCC(regexodus_Category_upperToLower, regexodus_Category_upper[i], regexodus_Category_lower[i]); + regexodus_ds_CharCharMap_$put__Lregexodus_ds_CharCharMap_2CCC(regexodus_Category_lowerToUpper, regexodus_Category_lower[i], regexodus_Category_upper[i]); + } + regexodus_Category_openers = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [40, 60, 91, 123, 3898, 3900, 5787, 8261, 8317, 8333, 8968, 8970, 9001, 10088, 10090, 10092, 10094, 10096, 10098, 10100, 10181, 10214, 10216, 10218, 10220, 10222, 10627, 10629, 10631, 10633, 10635, 10637, 10639, 10641, 10643, 10645, 10647, 10712, 10714, 10748, 11810, 11812, 11814, 11816, 12296, 12298, 12300, 12302, 12304, 12308, 12310, 12312, 12314, 12317, 64831, 65047, 65077, 65079, 65081, 65083, 65085, 65087, 65089, 65091, 65095, 65113, 65115, 65117, 65288, 65339, 65371, 65375, 65378]); + regexodus_Category_closers = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, 1), $intern_128, 9, 15, [41, 62, 93, 125, 3899, 3901, 5788, 8262, 8318, 8334, 8969, 8971, 9002, 10089, 10091, 10093, 10095, 10097, 10099, 10101, 10182, 10215, 10217, 10219, 10221, 10223, 10628, 10630, 10632, 10634, 10636, 10638, 10640, 10642, 10644, 10646, 10648, 10713, 10715, 10749, 11811, 11813, 11815, 11817, 12297, 12299, 12301, 12303, 12305, 12309, 12311, 12313, 12315, 12318, 64830, 65048, 65078, 65080, 65082, 65084, 65086, 65088, 65090, 65092, 65096, 65114, 65116, 65118, 65289, 65341, 65373, 65376, 65379]); + regexodus_Category_openBrackets = new regexodus_ds_CharCharMap_CharCharMap___3C_3CV(regexodus_Category_openers, regexodus_Category_closers); + regexodus_Category_closingBrackets = new regexodus_ds_CharCharMap_CharCharMap___3C_3CV(regexodus_Category_closers, regexodus_Category_openers); + regexodus_Category_superCategories = new java_util_LinkedHashMap_LinkedHashMap__IV(16); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_superCategories, 'C', regexodus_Category_C); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_superCategories, 'L', regexodus_Category_L); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_superCategories, 'M', regexodus_Category_M); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_superCategories, 'N', regexodus_Category_N); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_superCategories, 'Z', regexodus_Category_Z); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_superCategories, 'P', regexodus_Category_P); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_superCategories, 'S', regexodus_Category_S); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_superCategories, 'J', regexodus_Category_Identifier); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_superCategories, 'G', regexodus_Category_Space); + regexodus_Category_categories = new java_util_LinkedHashMap_LinkedHashMap__IV(64); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'C', regexodus_Category_C); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'L', regexodus_Category_L); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'M', regexodus_Category_M); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'N', regexodus_Category_N); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Z', regexodus_Category_Z); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'P', regexodus_Category_P); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'S', regexodus_Category_S); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'J', regexodus_Category_Identifier); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'G', regexodus_Category_Space); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Cc', regexodus_Category_Cc); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Cf', regexodus_Category_Cf); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Co', regexodus_Category_Co); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Cn', regexodus_Category_Cn); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Cs', regexodus_Category_Cs); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Lu', regexodus_Category_Lu); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Ll', regexodus_Category_Ll); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Lt', regexodus_Category_Lt); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Lm', regexodus_Category_Lm); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Lo', regexodus_Category_Lo); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Lc', regexodus_Category_Lc); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Mn', regexodus_Category_Mn); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Me', regexodus_Category_Me); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Mc', regexodus_Category_Mc); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Nd', regexodus_Category_Nd); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Nl', regexodus_Category_Nl); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'No', regexodus_Category_No); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Zs', regexodus_Category_Zs); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Zl', regexodus_Category_Zl); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Zp', regexodus_Category_Zp); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Pd', regexodus_Category_Pd); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Ps', regexodus_Category_Ps); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Pi', regexodus_Category_Pi); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Pe', regexodus_Category_Pe); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Pf', regexodus_Category_Pf); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Pc', regexodus_Category_Pc); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Po', regexodus_Category_Po); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Sm', regexodus_Category_Sm); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Sc', regexodus_Category_Sc); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Sk', regexodus_Category_Sk); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'So', regexodus_Category_So); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Zh', regexodus_Category_Horizontal); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Zv', regexodus_Category_Vertical); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Gh', regexodus_Category_Horizontal); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Gv', regexodus_Category_Vertical); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Js', regexodus_Category_IdentifierStart); + java_util_LinkedHashMap_$put__Ljava_util_LinkedHashMap_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_Category_categories, 'Jp', regexodus_Category_IdentifierPart); +} + +function regexodus_Category_$contains__Lregexodus_Category_2CZ(this$static, checking){ + var i; + for (i = 0; i < this$static.regexodus_Category_n - 1; i += 2) { + if (checking >= this$static.regexodus_Category_cal[i] && checking <= this$static.regexodus_Category_cal[i + 1]) + return true; + } + return false; +} + +function regexodus_Category_$makeBlocks__Lregexodus_Category_2_3Lregexodus_Block_2(this$static){ + var bls, bss, e, e2, e2b, eb, i, i0; + bls = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Block_12_1classLit, $intern_144, 237, 256, 0, 1); + bss = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1ds_1IntBitSet_12_1classLit, $intern_144, 120, 256, 0, 1); + for (i0 = 0; i0 < this$static.regexodus_Category_n - 1; i0 += 2) { + e = this$static.regexodus_Category_cal[i0]; + e2 = this$static.regexodus_Category_cal[i0 + 1]; + eb = e >>> 8; + e2b = e2 >>> 8; + !bss[eb] && (bss[eb] = new regexodus_ds_IntBitSet_IntBitSet__V); + if (eb == e2b) { + regexodus_ds_IntBitSet_$set__Lregexodus_ds_IntBitSet_2IIV(bss[eb], e & 255, e2 & 255); + continue; + } + regexodus_ds_IntBitSet_$set__Lregexodus_ds_IntBitSet_2IIV(bss[eb++], e & 255, 255); + while (eb != e2b) { + !bss[eb] && (bss[eb] = new regexodus_ds_IntBitSet_IntBitSet__V); + regexodus_ds_IntBitSet_$set__Lregexodus_ds_IntBitSet_2IIV(bss[eb++], 0, 255); + } + !bss[e2b] && (bss[e2b] = new regexodus_ds_IntBitSet_IntBitSet__V); + regexodus_ds_IntBitSet_$set__Lregexodus_ds_IntBitSet_2IIV(bss[e2b], 0, e2 & 255); + } + for (i = 0; i < 256; i++) { + !bss[i]?(bls[i] = new regexodus_Block_Block__V):(bls[i] = new regexodus_Block_Block__Lregexodus_ds_IntBitSet_2V(bss[i])); + } + return bls; +} + +function regexodus_Category_Category___3ILjava_lang_String_2V(directory, data_0){ + var i, j, len; + this.regexodus_Category_n = data_0.length; + j = 0; + len = 0; + this.regexodus_Category_cal = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, this.regexodus_Category_n, 15, 1); + for (i = 0; i < this.regexodus_Category_n; ++i) { + this.regexodus_Category_cal[i] = (j += directory[javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, data_0.length) , data_0.charCodeAt(i) - 32]) & $intern_4; + (i & 1) == 1 && (len += 1 + j - this.regexodus_Category_cal[i - 1]); + } + this.regexodus_Category_length = len; + this.regexodus_Category_blocks = regexodus_Category_$makeBlocks__Lregexodus_Category_2_3Lregexodus_Block_2(this); +} + +function regexodus_Category_caseFold__CC(c){ + regexodus_Category_$clinit__V(); + if (regexodus_ds_CharCharMap_$containsKey__Lregexodus_ds_CharCharMap_2CZ(regexodus_Category_upperToLower, c)) { + return regexodus_ds_CharCharMap_$get__Lregexodus_ds_CharCharMap_2CC(regexodus_Category_upperToLower, c); + } + return c; +} + +function regexodus_Category_caseUp__CC(c){ + regexodus_Category_$clinit__V(); + if (regexodus_ds_CharCharMap_$containsKey__Lregexodus_ds_CharCharMap_2CZ(regexodus_Category_lowerToUpper, c)) { + return regexodus_ds_CharCharMap_$get__Lregexodus_ds_CharCharMap_2CC(regexodus_Category_lowerToUpper, c); + } + return c; +} + +function regexodus_Category_matchBracket__CC(c){ + regexodus_Category_$clinit__V(); + if (regexodus_ds_CharCharMap_$containsKey__Lregexodus_ds_CharCharMap_2CZ(regexodus_Category_openBrackets, c)) { + return regexodus_ds_CharCharMap_$get__Lregexodus_ds_CharCharMap_2CC(regexodus_Category_openBrackets, c); + } + else if (regexodus_ds_CharCharMap_$containsKey__Lregexodus_ds_CharCharMap_2CZ(regexodus_Category_closingBrackets, c)) { + return regexodus_ds_CharCharMap_$get__Lregexodus_ds_CharCharMap_2CC(regexodus_Category_closingBrackets, c); + } + return c; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(66, 1, {66:1}, regexodus_Category_Category___3ILjava_lang_String_2V); +_.equals__Ljava_lang_Object_2Z = function regexodus_Category_equals__Ljava_lang_Object_2Z(o){ + var category; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Category_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + category = o; + if (this.regexodus_Category_length != category.regexodus_Category_length) + return false; + if (this.regexodus_Category_n != category.regexodus_Category_n) + return false; + if (category.regexodus_Category_cal == null || !java_util_Arrays_equals___3C_3CZ(this.regexodus_Category_cal, category.regexodus_Category_cal)) + return false; + return java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.regexodus_Category_blocks, category.regexodus_Category_blocks); +} +; +_.hashCode__I = function regexodus_Category_hashCode__I(){ + var result; + result = this.regexodus_Category_length; + result = 31 * result + this.regexodus_Category_n; + result = 31 * result + java_util_Arrays_hashCode___3CI(this.regexodus_Category_cal); + result = 31 * result + java_util_Arrays_hashCode___3Ljava_lang_Object_2I(this.regexodus_Category_blocks); + return result; +} +; +_.toString__Ljava_lang_String_2 = function regexodus_Category_toString__Ljava_lang_String_2(){ + return 'Category{' + this.regexodus_Category_cal + '}'; +} +; +_.regexodus_Category_length = 0; +_.regexodus_Category_n = 0; +var regexodus_Category_C, regexodus_Category_Cc, regexodus_Category_Cf, regexodus_Category_Cn, regexodus_Category_Co, regexodus_Category_Cs, regexodus_Category_Horizontal, regexodus_Category_Identifier, regexodus_Category_IdentifierPart, regexodus_Category_IdentifierStart, regexodus_Category_L, regexodus_Category_Lc, regexodus_Category_Ll, regexodus_Category_Lm, regexodus_Category_Lo, regexodus_Category_Lt, regexodus_Category_Lu, regexodus_Category_M, regexodus_Category_Mc, regexodus_Category_Me, regexodus_Category_Mn, regexodus_Category_N, regexodus_Category_Nd, regexodus_Category_Nl, regexodus_Category_No, regexodus_Category_P, regexodus_Category_Pc, regexodus_Category_Pd, regexodus_Category_Pe, regexodus_Category_Pf, regexodus_Category_Pi, regexodus_Category_Po, regexodus_Category_Ps, regexodus_Category_S, regexodus_Category_Sc, regexodus_Category_Sk, regexodus_Category_Sm, regexodus_Category_So, regexodus_Category_Space, regexodus_Category_Vertical, regexodus_Category_Word, regexodus_Category_Z, regexodus_Category_Zl, regexodus_Category_Zp, regexodus_Category_Zs, regexodus_Category_categories, regexodus_Category_closers, regexodus_Category_closingBrackets, regexodus_Category_lower, regexodus_Category_lowerToUpper, regexodus_Category_openBrackets, regexodus_Category_openers, regexodus_Category_superCategories, regexodus_Category_upper, regexodus_Category_upperToLower; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Category_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Category', 66, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_CharacterClass_$clinit__V(){ + regexodus_CharacterClass_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + regexodus_CharacterClass_DIGIT = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_WORDCHAR = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_SPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_HSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_VSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_UDIGIT = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_UWORDCHAR = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_USPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_UHSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_UVSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_NONDIGIT = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_NONWORDCHAR = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_NONSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_NONHSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_NONVSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_UNONDIGIT = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_UNONWORDCHAR = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_UNONSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_UNONHSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_UNONVSPACE = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_namedClasses = new java_util_HashMap_HashMap__V; + regexodus_CharacterClass_unicodeBlocks = new java_util_ArrayList_ArrayList__V; + regexodus_CharacterClass_posixClasses = new java_util_ArrayList_ArrayList__V; + regexodus_CharacterClass_unicodeCategories = new java_util_ArrayList_ArrayList__V; + regexodus_CharacterClass_blockDataStarts = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [0, 128, 256, 384, 592, 688, 768, 880, $intern_44, 1280, 1328, 1424, $intern_982, $intern_990, 1872, $intern_994, $intern_997, 2048, 2112, 2144, 2208, 2304, 2432, 2560, 2688, 2816, 2944, 3072, 3200, 3328, 3456, 3584, 3712, 3840, $intern_391, 4256, 4352, 4608, 4992, 5024, 5120, 5760, 5792, 5888, 5920, 5952, 5984, 6016, 6144, 6320, 6400, 6480, 6528, 6624, 6656, 6688, 6832, 6912, 7040, 7104, 7168, 7248, 7296, 7360, 7376, 7424, 7552, 7616, 7680, $intern_55, $intern_392, 8304, 8352, 8400, 8448, 8528, 8592, 8704, 8960, 9216, 9280, 9312, $intern_2327, 9600, 9632, 9728, 9984, 10176, 10224, 10240, 10496, 10624, 10752, 11008, 11264, 11360, 11392, 11520, 11568, 11648, 11744, 11776, 11904, 12032, 12272, $intern_393, 12352, 12448, 12544, 12592, 12688, 12704, 12736, 12784, 12800, 13056, 13312, 19904, 19968, 40960, 42128, 42192, 42240, 42560, 42656, 42752, 42784, 43008, 43056, 43072, 43136, 43232, 43264, 43312, 43360, 43392, 43488, 43520, 43616, 43648, 43744, 43776, 43824, 43888, 43968, 44032, 55216, $intern_726, 56192, 56320, 57344, 63744, 64256, 64336, 65024, $intern_3041, 65056, 65072, 65104, 65136, $intern_83, 65520]); + regexodus_CharacterClass_blockDataEnds = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [127, 255, 383, 591, 687, 767, 879, $intern_586, 1279, 1327, 1423, 1535, $intern_989, 1871, 1919, 1983, $intern_1002, 2111, 2143, 2159, 2303, 2431, 2559, 2687, 2815, 2943, 3071, 3199, 3327, 3455, 3583, 3711, 3839, $intern_2538, 4255, 4351, 4607, 4991, 5023, 5119, 5759, 5791, 5887, 5919, 5951, 5983, 6015, 6143, 6319, 6399, 6479, 6527, 6623, 6655, 6687, 6831, 6911, 7039, 7103, 7167, 7247, 7295, 7311, 7375, $intern_2630, 7551, 7615, 7679, 7935, $intern_178, 8303, 8351, 8399, 8447, 8527, 8591, 8703, 8959, 9215, 9279, 9311, 9471, 9599, 9631, 9727, 9983, 10175, 10223, 10239, 10495, 10623, 10751, 11007, 11263, 11359, 11391, 11519, 11567, 11647, 11743, 11775, 11903, 12031, 12255, 12287, 12351, 12447, 12543, 12591, 12687, 12703, 12735, 12783, 12799, 13055, 13311, 19903, 19967, 40959, 42127, 42191, 42239, 42559, 42655, 42751, 42783, 43007, 43055, 43071, 43135, 43231, 43263, 43311, 43359, 43391, 43487, 43519, 43615, 43647, 43743, 43775, 43823, 43887, 43967, 44031, 55215, 55295, 56191, 56319, 57343, 63743, 64255, 64335, 65023, 65039, 65055, 65071, 65103, 65135, 65279, 65519, 65533]); + regexodus_CharacterClass_blockDataNames = com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1String_12_1classLit, 1), $intern_129, 2, 6, ['BASICLATIN', 'LATIN1SUPPLEMENT', 'LATINEXTENDEDA', 'LATINEXTENDEDB', 'IPAEXTENSIONS', 'SPACINGMODIFIERLETTERS', 'COMBININGDIACRITICALMARKS', 'GREEK', 'CYRILLIC', 'CYRILLICSUPPLEMENT', 'ARMENIAN', 'HEBREW', 'ARABIC', 'SYRIAC', 'ARABICSUPPLEMENT', 'THAANA', 'NKO', 'SAMARITAN', 'MANDAIC', 'SYRIACSUPPLEMENT', 'ARABICEXTENDEDA', 'DEVANAGARI', 'BENGALI', 'GURMUKHI', 'GUJARATI', 'ORIYA', 'TAMIL', 'TELUGU', 'KANNADA', 'MALAYALAM', 'SINHALA', 'THAI', 'LAO', 'TIBETAN', 'MYANMAR', 'GEORGIAN', 'HANGULJAMO', 'ETHIOPIC', 'ETHIOPICSUPPLEMENT', 'CHEROKEE', 'UNIFIEDCANADIANABORIGINALSYLLABICS', 'OGHAM', 'RUNIC', 'TAGALOG', 'HANUNOO', 'BUHID', 'TAGBANWA', 'KHMER', 'MONGOLIAN', 'UNIFIEDCANADIANABORIGINALSYLLABICSEXTENDED', 'LIMBU', 'TAILE', 'NEWTAILUE', 'KHMERSYMBOLS', 'BUGINESE', 'TAITHAM', 'COMBININGDIACRITICALMARKSEXTENDED', 'BALINESE', 'SUNDANESE', 'BATAK', 'LEPCHA', 'OLCHIKI', 'CYRILLICEXTENDEDC', 'SUNDANESESUPPLEMENT', 'VEDICEXTENSIONS', 'PHONETICEXTENSIONS', 'PHONETICEXTENSIONSSUPPLEMENT', 'COMBININGDIACRITICALMARKSSUPPLEMENT', 'LATINEXTENDEDADDITIONAL', 'GREEKEXTENDED', 'GENERALPUNCTUATION', 'SUPERSCRIPTSANDSUBSCRIPTS', 'CURRENCYSYMBOLS', 'COMBININGDIACRITICALMARKSFORSYMBOLS', 'LETTERLIKESYMBOLS', 'NUMBERFORMS', 'ARROWS', 'MATHEMATICALOPERATORS', 'MISCELLANEOUSTECHNICAL', 'CONTROLPICTURES', 'OPTICALCHARACTERRECOGNITION', 'ENCLOSEDALPHANUMERICS', 'BOXDRAWING', 'BLOCKELEMENTS', 'GEOMETRICSHAPES', 'MISCELLANEOUSSYMBOLS', 'DINGBATS', 'MISCELLANEOUSMATHEMATICALSYMBOLSA', 'SUPPLEMENTALARROWSA', 'BRAILLEPATTERNS', 'SUPPLEMENTALARROWSB', 'MISCELLANEOUSMATHEMATICALSYMBOLSB', 'SUPPLEMENTALMATHEMATICALOPERATORS', 'MISCELLANEOUSSYMBOLSANDARROWS', 'GLAGOLITIC', 'LATINEXTENDEDC', 'COPTIC', 'GEORGIANSUPPLEMENT', 'TIFINAGH', 'ETHIOPICEXTENDED', 'CYRILLICEXTENDEDA', 'SUPPLEMENTALPUNCTUATION', 'CJKRADICALSSUPPLEMENT', 'KANGXIRADICALS', 'IDEOGRAPHICDESCRIPTIONCHARACTERS', 'CJKSYMBOLSANDPUNCTUATION', 'HIRAGANA', 'KATAKANA', 'BOPOMOFO', 'HANGULCOMPATIBILITYJAMO', 'KANBUN', 'BOPOMOFOEXTENDED', 'CJKSTROKES', 'KATAKANAPHONETICEXTENSIONS', 'ENCLOSEDCJKLETTERSANDMONTHS', 'CJKCOMPATIBILITY', 'CJKUNIFIEDIDEOGRAPHSEXTENSIONA', 'YIJINGHEXAGRAMSYMBOLS', 'CJKUNIFIEDIDEOGRAPHS', 'YISYLLABLES', 'YIRADICALS', 'LISU', 'VAI', 'CYRILLICEXTENDEDB', 'BAMUM', 'MODIFIERTONELETTERS', 'LATINEXTENDEDD', 'SYLOTINAGRI', 'COMMONINDICNUMBERFORMS', 'PHAGSPA', 'SAURASHTRA', 'DEVANAGARIEXTENDED', 'KAYAHLI', 'REJANG', 'HANGULJAMOEXTENDEDA', 'JAVANESE', 'MYANMAREXTENDEDB', 'CHAM', 'MYANMAREXTENDEDA', 'TAIVIET', 'MEETEIMAYEKEXTENSIONS', 'ETHIOPICEXTENDEDA', 'LATINEXTENDEDE', 'CHEROKEESUPPLEMENT', 'MEETEIMAYEK', 'HANGULSYLLABLES', 'HANGULJAMOEXTENDEDB', 'HIGHSURROGATES', 'HIGHPRIVATEUSESURROGATES', 'LOWSURROGATES', 'PRIVATEUSEAREA', 'CJKCOMPATIBILITYIDEOGRAPHS', 'ALPHABETICPRESENTATIONFORMS', 'ARABICPRESENTATIONFORMSA', 'VARIATIONSELECTORS', 'VERTICALFORMS', 'COMBININGHALFMARKS', 'CJKCOMPATIBILITYFORMS', 'SMALLFORMVARIANTS', 'ARABICPRESENTATIONFORMSB', 'HALFWIDTHANDFULLWIDTHFORMS', 'SPECIALS']); + regexodus_BlockSet_$setDigit__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_DIGIT, false); + regexodus_BlockSet_$setWordChar__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_WORDCHAR, false); + regexodus_BlockSet_$setSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_SPACE, false); + regexodus_BlockSet_$setHorizontalSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_HSPACE, false); + regexodus_BlockSet_$setVerticalSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_VSPACE, false); + regexodus_BlockSet_$setDigit__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_UDIGIT, true); + regexodus_BlockSet_$setWordChar__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_UWORDCHAR, true); + regexodus_BlockSet_$setSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_USPACE, true); + regexodus_BlockSet_$setHorizontalSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_UHSPACE, true); + regexodus_BlockSet_$setVerticalSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_UVSPACE, true); + regexodus_BlockSet_$setDigit__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_NONDIGIT, false); + regexodus_CharacterClass_NONDIGIT.regexodus_BlockSet_positive = false; + regexodus_BlockSet_$setWordChar__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_NONWORDCHAR, false); + regexodus_CharacterClass_NONWORDCHAR.regexodus_BlockSet_positive = false; + regexodus_BlockSet_$setSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_NONSPACE, false); + regexodus_CharacterClass_NONSPACE.regexodus_BlockSet_positive = false; + regexodus_BlockSet_$setHorizontalSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_NONHSPACE, false); + regexodus_CharacterClass_NONHSPACE.regexodus_BlockSet_positive = false; + regexodus_BlockSet_$setVerticalSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_NONVSPACE, false); + regexodus_CharacterClass_NONVSPACE.regexodus_BlockSet_positive = false; + regexodus_BlockSet_$setDigit__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_UNONDIGIT, true); + regexodus_CharacterClass_UNONDIGIT.regexodus_BlockSet_positive = false; + regexodus_BlockSet_$setWordChar__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_UNONWORDCHAR, true); + regexodus_CharacterClass_UNONWORDCHAR.regexodus_BlockSet_positive = false; + regexodus_BlockSet_$setSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_UNONSPACE, true); + regexodus_CharacterClass_UNONSPACE.regexodus_BlockSet_positive = false; + regexodus_BlockSet_$setHorizontalSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_UNONHSPACE, true); + regexodus_CharacterClass_UNONHSPACE.regexodus_BlockSet_positive = false; + regexodus_BlockSet_$setVerticalSpace__Lregexodus_BlockSet_2ZV(regexodus_CharacterClass_UNONVSPACE, true); + regexodus_CharacterClass_UNONVSPACE.regexodus_BlockSet_positive = false; + regexodus_CharacterClass_initPosixClasses__V(); + regexodus_CharacterClass_b0 = new java_lang_StringBuilder_StringBuilder__IV; + regexodus_CharacterClass_b2 = new java_lang_StringBuilder_StringBuilder__IV; +} + +function regexodus_CharacterClass_getNamedClass__Ljava_lang_String_2Lregexodus_BlockSet_2(name_0){ + regexodus_CharacterClass_namesInitialized || regexodus_CharacterClass_initNames__V(); + return java_util_AbstractHashMap_$getStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2(regexodus_CharacterClass_namedClasses, java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(name_0, '_', ''), '-', '').toUpperCase()); +} + +function regexodus_CharacterClass_initNamedBlock__Ljava_lang_String_2IIV(name_0, first, last){ + var bs; + if (first < 0 || first > $intern_4) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('wrong start code (' + first + $intern_3532 + name_0)); + if (last < 0 || last > $intern_4) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('wrong end code (' + last + $intern_3532 + name_0)); + if (last < first) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('end code < start code in block ' + name_0)); + name_0 = java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(name_0, '_', ''), '-', '').toUpperCase(); + bs = java_util_AbstractHashMap_$getStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2(regexodus_CharacterClass_namedClasses, name_0); + if (!bs) { + bs = new regexodus_BlockSet_BlockSet__V; + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V(name_0, bs, regexodus_CharacterClass_unicodeBlocks); + } + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(bs, first & $intern_4, last & $intern_4); +} + +function regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V(name_0){ + var bs; + bs = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setCategory__Lregexodus_BlockSet_2Ljava_lang_String_2V(bs, name_0); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V(name_0.toUpperCase(), bs, regexodus_CharacterClass_unicodeCategories); +} + +function regexodus_CharacterClass_initNames__V(){ + var bs, e, i; + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('C'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Cn'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Cc'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Cf'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Co'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Cs'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('L'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Lu'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Ll'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Lt'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Lm'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Lo'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('M'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Mn'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Me'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Mc'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('N'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Nd'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Nl'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('No'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Z'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Zs'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Zl'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Zp'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Zh'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Zv'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('P'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Pd'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Ps'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Pi'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Pe'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Pf'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Pc'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Po'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('S'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Sm'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Sc'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Sk'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('So'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('J'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Js'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Jp'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('G'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Gh'); + regexodus_CharacterClass_initNamedCategory__Ljava_lang_String_2V('Gv'); + bs = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setCategory__Lregexodus_BlockSet_2Ljava_lang_String_2V(bs, 'Cn'); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('UNASSIGNED', bs, regexodus_CharacterClass_unicodeCategories); + bs = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setCategory__Lregexodus_BlockSet_2Ljava_lang_String_2V(bs, 'Cn'); + bs.regexodus_BlockSet_positive = false; + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('ASSIGNED', bs, regexodus_CharacterClass_unicodeCategories); + for (i = 0; i < regexodus_CharacterClass_blockDataStarts.length; i++) { + try { + regexodus_CharacterClass_initNamedBlock__Ljava_lang_String_2IIV(regexodus_CharacterClass_blockDataNames[i], regexodus_CharacterClass_blockDataStarts[i], regexodus_CharacterClass_blockDataEnds[i]); + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 51)) { + e = $e0; + java_lang_Throwable_$printStackTraceImpl__Ljava_lang_Throwable_2Ljava_io_PrintStream_2Ljava_lang_String_2Ljava_lang_String_2V(e, (java_lang_System_$clinit__V() , java_lang_System_err), ''); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } + } + regexodus_CharacterClass_initNamedBlock__Ljava_lang_String_2IIV('ALL', 0, $intern_4); + regexodus_CharacterClass_namesInitialized = true; +} + +function regexodus_CharacterClass_initPosixClasses__V(){ + var alnum, alpha_0, ascii, blank, cntrl, digit, graph, lower, punct, space, upper, xdigit; + lower = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(lower, 97, 122); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Lower', lower, regexodus_CharacterClass_posixClasses); + upper = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(upper, 65, 90); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Upper', upper, regexodus_CharacterClass_posixClasses); + ascii = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(ascii, 0, 127); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('ASCII', ascii, regexodus_CharacterClass_posixClasses); + alpha_0 = new regexodus_BlockSet_BlockSet__V; + alpha_0.regexodus_BlockSet_weight += regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(alpha_0, lower, !lower.regexodus_BlockSet_positive); + alpha_0.regexodus_BlockSet_weight += regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(alpha_0, upper, !upper.regexodus_BlockSet_positive); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Alpha', alpha_0, regexodus_CharacterClass_posixClasses); + digit = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(digit, 48, 57); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Digit', digit, regexodus_CharacterClass_posixClasses); + alnum = new regexodus_BlockSet_BlockSet__V; + alnum.regexodus_BlockSet_weight += regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(alnum, alpha_0, !alpha_0.regexodus_BlockSet_positive); + alnum.regexodus_BlockSet_weight += regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(alnum, digit, !digit.regexodus_BlockSet_positive); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Alnum', alnum, regexodus_CharacterClass_posixClasses); + punct = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setChars__Lregexodus_BlockSet_2Ljava_lang_String_2V(punct, '!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~'); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Punct', punct, regexodus_CharacterClass_posixClasses); + graph = new regexodus_BlockSet_BlockSet__V; + graph.regexodus_BlockSet_weight += regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(graph, alnum, !alnum.regexodus_BlockSet_positive); + graph.regexodus_BlockSet_weight += regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(graph, punct, !punct.regexodus_BlockSet_positive); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Graph', graph, regexodus_CharacterClass_posixClasses); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Print', graph, regexodus_CharacterClass_posixClasses); + blank = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setChars__Lregexodus_BlockSet_2Ljava_lang_String_2V(blank, ' \t'); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Blank', blank, regexodus_CharacterClass_posixClasses); + cntrl = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(cntrl, 0, 31); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(cntrl, 127, 127); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Cntrl', cntrl, regexodus_CharacterClass_posixClasses); + xdigit = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(xdigit, 48, 57); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(xdigit, 97, 102); + regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(xdigit, 65, 70); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('XDigit', xdigit, regexodus_CharacterClass_posixClasses); + space = new regexodus_BlockSet_BlockSet__V; + regexodus_BlockSet_$setChars__Lregexodus_BlockSet_2Ljava_lang_String_2V(space, ' \t\n\r\f\x0B'); + regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V('Space', space, regexodus_CharacterClass_posixClasses); +} + +function regexodus_CharacterClass_parseClass___3CIILregexodus_BlockSet_2ZZZZI(data_0, i, out, bs, icase, skipspaces, unicode, xml){ + var bs1, c, c0, c1, d, dec, hex, inRange, inv, isFirst, nc, negativeClass, oct, oldLength, prev, sb, setFirst; + prev = -1; + oct = 0; + isFirst = true; + setFirst = false; + inRange = false; + bs1 = null; + sb = null; + for (; i < out; isFirst = setFirst , setFirst = false) { + handle_special: switch (c = data_0[i++]) { + case 93: + if (isFirst) + break; + inRange && regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(bs, 45, 45); + if (prev >= 0) { + c1 = prev & $intern_4; + icase?regexodus_BlockSet_$setChar__Lregexodus_BlockSet_2CV(bs, regexodus_Category_caseFold__CC(c1)):regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(bs, c1, c1); + } + + return i; + case 45: + if (isFirst) + break; + if (inRange) + break; + inRange = true; + continue; + case 91: + if (inRange && xml) { + prev >= 0 && regexodus_BlockSet_$setChar__Lregexodus_BlockSet_2CV(bs, prev & $intern_4); + !bs1?(bs1 = new regexodus_BlockSet_BlockSet__V):regexodus_BlockSet_$reset__Lregexodus_BlockSet_2V(bs1); + i = regexodus_CharacterClass_parseClass___3CIILregexodus_BlockSet_2ZZZZI(data_0, i, out, bs1, icase, skipspaces, unicode, xml); + bs.regexodus_BlockSet_weight += regexodus_BlockSet_subtractImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(bs, bs1, !bs1.regexodus_BlockSet_positive); + inRange = false; + prev = -1; + continue; + } + else + break; + case 94: + if (isFirst) { + bs.regexodus_BlockSet_positive = false; + setFirst = true; + continue; + } + + break; + case 32: + case 13: + case 10: + case 9: + case 12: + if (skipspaces) + continue; + else + break; + case 92: + negativeClass = null; + inv = false; + switch (c = data_0[i++]) { + case 114: + c = 13; + break handle_special; + case 110: + c = 10; + break handle_special; + case 116: + c = 9; + break handle_special; + case 102: + c = 12; + break handle_special; + case 117: + if (i >= out - 4) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('incomplete escape sequence \\uXXXX')); + c = (regexodus_CharacterClass_toHexDigit__CI(data_0[i++]) << 12) + (regexodus_CharacterClass_toHexDigit__CI(data_0[i++]) << 8) + (regexodus_CharacterClass_toHexDigit__CI(data_0[i++]) << 4) + regexodus_CharacterClass_toHexDigit__CI(data_0[i++]) & $intern_4; + break handle_special; + case 98: + c = 8; + break handle_special; + case 120: + { + hex = 0; + if ((d = data_0[i++]) == 123) { + while (i < out && (d = data_0[i++]) != 125) { + hex = (hex << 4) + regexodus_CharacterClass_toHexDigit__CI(d); + } + if (hex > $intern_4 || i == out) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3520)); + } + else { + if (i >= out - 2) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('incomplete escape sequence \\xHH')); + hex = (regexodus_CharacterClass_toHexDigit__CI(d) << 4) + regexodus_CharacterClass_toHexDigit__CI(data_0[i++]); + } + c = hex & $intern_4; + break handle_special; + } + + case 111: + oct = 0; + for (;;) { + d = data_0[i++]; + if (d >= 48 && d <= 55) { + oct *= 8; + oct += d - 48; + if (oct > $intern_4) { + oct -= d - 48; + oct = oct / 8 | 0; + break; + } + } + else + break; + } + + c = oct & $intern_4; + break handle_special; + case 48: + case 49: + case 50: + case 51: + case 52: + case 53: + case 54: + case 55: + oct = 0; + for (;;) { + d = data_0[i - 1]; + if (d >= 48 && d <= 55) { + ++i; + oct *= 8; + oct += d - 48; + if (oct > $intern_4) { + oct -= d - 48; + oct = oct / 8 | 0; + break; + } + } + else { + --i; + break; + } + } + + c = oct & $intern_4; + break handle_special; + case 109: + dec = 0; + for (;;) { + d = data_0[i++]; + if (d >= 48 && d <= 57) { + dec *= 10; + dec += d - 48; + if (dec > $intern_4) { + dec -= d - 48; + dec = dec / 10 | 0; + break; + } + } + else + break; + } + + c = dec & $intern_4; + break handle_special; + case 99: + c = data_0[i++] & 31 & $intern_4; + break handle_special; + case 68: + negativeClass = unicode?regexodus_CharacterClass_UNONDIGIT:regexodus_CharacterClass_NONDIGIT; + break; + case 83: + negativeClass = unicode?regexodus_CharacterClass_UNONSPACE:regexodus_CharacterClass_NONSPACE; + break; + case 87: + negativeClass = unicode?regexodus_CharacterClass_UNONWORDCHAR:regexodus_CharacterClass_NONWORDCHAR; + break; + case 100: + if (inRange) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3533 + prev + '-\\d...]')); + unicode?regexodus_BlockSet_$setCategory__Lregexodus_BlockSet_2Ljava_lang_String_2V(bs, 'Nd'):regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(bs, 48, 57); + continue; + case 115: + if (inRange) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3533 + prev + '-\\s...]')); + regexodus_BlockSet_$setSpace__Lregexodus_BlockSet_2ZV(bs, unicode); + continue; + case 119: + if (inRange) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3533 + prev + $intern_3534)); + regexodus_BlockSet_$setWordChar__Lregexodus_BlockSet_2ZV(bs, unicode); + continue; + case 104: + if (inRange) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3533 + prev + $intern_3534)); + regexodus_BlockSet_$setHorizontalSpace__Lregexodus_BlockSet_2ZV(bs, unicode); + continue; + case 118: + if (inRange) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3533 + prev + $intern_3534)); + regexodus_BlockSet_$setVerticalSpace__Lregexodus_BlockSet_2ZV(bs, unicode); + continue; + case 80: + if (inRange) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3533 + prev + '-\\P...]')); + inv = true; + case 112: + if (inRange) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3533 + prev + '-\\p...]')); + !sb?(sb = new java_lang_StringBuilder_StringBuilder__V):(oldLength = sb.java_lang_AbstractStringBuilder_string.length , 0 < oldLength?(sb.java_lang_AbstractStringBuilder_string = java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(sb.java_lang_AbstractStringBuilder_string, 0, 0)):0 > oldLength && (sb.java_lang_AbstractStringBuilder_string += java_lang_String_valueOf___3CLjava_lang_String_2(com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, -oldLength, 15, 1)))); + i = regexodus_CharacterClass_parseName___3CIILjava_lang_StringBuilder_2ZI(data_0, i, out, sb, skipspaces); + nc = regexodus_CharacterClass_getNamedClass__Ljava_lang_String_2Lregexodus_BlockSet_2(sb.java_lang_AbstractStringBuilder_string); + if (!nc) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('unknown named class: {' + sb + '}')); + bs.regexodus_BlockSet_weight += regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(bs, nc, !nc.regexodus_BlockSet_positive ^ inv); + continue; + case 81: + case 69: + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('Escaped \\Q\\E literals cannot be inside character classes')); + default:break handle_special; + } + + if (inRange) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3533 + prev + '-\\' + String.fromCharCode(c) + '...]')); + bs.regexodus_BlockSet_weight += regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(bs, negativeClass, !negativeClass.regexodus_BlockSet_positive); + continue; + } + if (prev < 0) { + prev = c; + inRange = false; + continue; + } + if (inRange) { + if (prev > c) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('illegal range: ' + prev + '>' + String.fromCharCode(c))); + c0 = prev & $intern_4; + inRange = false; + prev = -1; + icase?regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(bs, regexodus_Category_caseFold__CC(c0), regexodus_Category_caseFold__CC(c)):regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(bs, c0, c); + } + else { + c1 = prev & $intern_4; + icase?regexodus_BlockSet_$setChar__Lregexodus_BlockSet_2CV(bs, regexodus_Category_caseFold__CC(c1)):regexodus_BlockSet_$setRange__Lregexodus_BlockSet_2CCV(bs, c1, c1); + prev = c; + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('unbalanced brackets in a class def')); +} + +function regexodus_CharacterClass_parseClass___3CIILregexodus_Term_2ZZZZI(data_0, i, out, term, icase, skipspaces, unicode, xml){ + regexodus_CharacterClass_$clinit__V(); + var bs; + bs = new regexodus_BlockSet_BlockSet__V; + i = regexodus_CharacterClass_parseClass___3CIILregexodus_BlockSet_2ZZZZI(data_0, i, out, bs, icase, skipspaces, unicode, xml); + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(bs, term); + return i; +} + +function regexodus_CharacterClass_parseGroup___3CIILregexodus_Term_2ZZZZV(data_0, i, out, term, icase, skipspaces, unicode, xml){ + regexodus_CharacterClass_$clinit__V(); + var bs, mode, sum; + sum = new regexodus_BlockSet_BlockSet__V; + bs = new regexodus_BlockSet_BlockSet__V; + mode = 1; + for (; i < out;) { + switch (data_0[i++]) { + case 43: + mode = 1; + continue; + case 45: + mode = 2; + continue; + case 38: + mode = 3; + continue; + case 91: + regexodus_BlockSet_$reset__Lregexodus_BlockSet_2V(bs); + i = regexodus_CharacterClass_parseClass___3CIILregexodus_BlockSet_2ZZZZI(data_0, i, out, bs, icase, skipspaces, unicode, xml); + switch (mode) { + case 1: + sum.regexodus_BlockSet_weight += regexodus_BlockSet_addImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(sum, bs, !bs.regexodus_BlockSet_positive); + break; + case 2: + sum.regexodus_BlockSet_weight += regexodus_BlockSet_subtractImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(sum, bs, !bs.regexodus_BlockSet_positive); + break; + case 3: + sum.regexodus_BlockSet_weight += regexodus_BlockSet_subtractImpl__Lregexodus_BlockSet_2Lregexodus_BlockSet_2ZI(sum, bs, bs.regexodus_BlockSet_positive); + } + + continue; + case 41: + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('unbalanced class group')); + } + } + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(sum, term); +} + +function regexodus_CharacterClass_parseName___3CIILjava_lang_StringBuilder_2ZI(data_0, i, out, sb, skipspaces){ + var c, start_0; + start_0 = -1; + while (i < out) { + switch (c = data_0[i++]) { + case 123: + start_0 = i; + continue; + case 125: + return i; + case 32: + case 13: + case 10: + case 9: + case 12: + if (skipspaces) + continue; + case 73: + if (start_0 > 0 && start_0 + 1 == i) { + if (data_0[i] == 115 || data_0[i] == 110) { + ++i; + continue; + } + } + else if (start_0 < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V("Is or In named class doesn't start with '{'")); + case 67: + case 76: + case 77: + case 78: + case 90: + case 80: + case 83: + case 74: + case 71: + if (start_0 < 0) { + sb.java_lang_AbstractStringBuilder_string += String.fromCharCode(c); + return i; + } + + default:if (start_0 < 0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V("named class doesn't start with '{'")); + sb.java_lang_AbstractStringBuilder_string += String.fromCharCode(c); + } + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('wrong class name: ' + java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, i, out - i))); +} + +function regexodus_CharacterClass_parseName___3CIILregexodus_Term_2ZZI(data_0, i, out, term, inverse, skipspaces){ + regexodus_CharacterClass_$clinit__V(); + var bs, sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + i = regexodus_CharacterClass_parseName___3CIILjava_lang_StringBuilder_2ZI(data_0, i, out, sb, skipspaces); + bs = regexodus_CharacterClass_getNamedClass__Ljava_lang_String_2Lregexodus_BlockSet_2(sb.java_lang_AbstractStringBuilder_string); + if (!bs) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('unknown class: {' + sb + '}')); + regexodus_BlockSet_unify__Lregexodus_BlockSet_2Lregexodus_Term_2V(bs, term); + term.regexodus_Term_inverse = inverse; + return i; +} + +function regexodus_CharacterClass_registerClass__Ljava_lang_String_2Lregexodus_BlockSet_2Ljava_util_ArrayList_2V(name_0, cls, realm){ + java_util_AbstractHashMap_$putStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2Ljava_lang_Object_2(regexodus_CharacterClass_namedClasses, name_0, cls); + name_0 = java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(java_lang_String_$replace__Ljava_lang_String_2Ljava_lang_CharSequence_2Ljava_lang_CharSequence_2Ljava_lang_String_2(name_0, '_', ''), '-', '').toUpperCase(); + java_util_ArrayList_$indexOf__Ljava_util_ArrayList_2Ljava_lang_Object_2II(realm, name_0, 0) != -1 || (javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(realm.java_util_ArrayList_array, name_0) , true); +} + +function regexodus_CharacterClass_stringValue__ILjava_lang_String_2(c){ + regexodus_CharacterClass_$clinit__V(); + if (c < 32) { + switch (c) { + case 13: + return '\\r'; + case 10: + return '\\n'; + case 9: + return '\\t'; + case 12: + return '\\f'; + default:return '\\x' + c; + } + } + return String.fromCharCode(c & $intern_4); +} + +function regexodus_CharacterClass_stringValue0__Lregexodus_ds_IntBitSet_2Ljava_lang_String_2(arr){ + regexodus_CharacterClass_$clinit__V(); + var c, first, last; + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(regexodus_CharacterClass_b0, 0); + c = 0; + for (;;) { + c = regexodus_ds_IntBitSet_$nextSetBit__Lregexodus_ds_IntBitSet_2II(arr, c); + if (c < 0 || c >= 255) + break; + first = c; + c = regexodus_ds_IntBitSet_$nextClearBit__Lregexodus_ds_IntBitSet_2II(arr, c); + last = c <= 0 || c > 255?255:c - 1; + if (last == first) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(regexodus_CharacterClass_b0, regexodus_CharacterClass_stringValue__ILjava_lang_String_2(last)); + } + else { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(regexodus_CharacterClass_b0, regexodus_CharacterClass_stringValue__ILjava_lang_String_2(first)); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(regexodus_CharacterClass_b0, 45); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(regexodus_CharacterClass_b0, regexodus_CharacterClass_stringValue__ILjava_lang_String_2(last)); + } + } + return regexodus_CharacterClass_b0.java_lang_AbstractStringBuilder_string; +} + +function regexodus_CharacterClass_stringValue2___3Lregexodus_ds_IntBitSet_2Ljava_lang_String_2(arr){ + regexodus_CharacterClass_$clinit__V(); + var c, first, last, marks; + java_lang_AbstractStringBuilder_$setLength__Ljava_lang_AbstractStringBuilder_2IV(regexodus_CharacterClass_b2, 0); + c = 0; + loop: for (;;) { + for (;;) { + marks = arr[c >> 8]; + if (!!marks && (marks.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0) + break; + ++c; + if (c > $intern_4) + break loop; + } + first = c; + for (; c <= $intern_4;) { + marks = arr[c >> 8]; + if (!marks || (marks.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) == 0) + break; + ++c; + } + last = c - 1; + if (last == first) + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(regexodus_CharacterClass_b2, regexodus_CharacterClass_stringValue__ILjava_lang_String_2(last)); + else { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(regexodus_CharacterClass_b2, regexodus_CharacterClass_stringValue__ILjava_lang_String_2(first)); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2(regexodus_CharacterClass_b2, 45); + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(regexodus_CharacterClass_b2, regexodus_CharacterClass_stringValue__ILjava_lang_String_2(last)); + } + if (c > $intern_4) + break; + } + return regexodus_CharacterClass_b2.java_lang_AbstractStringBuilder_string; +} + +function regexodus_CharacterClass_toHexDigit__CI(d){ + regexodus_CharacterClass_$clinit__V(); + var val; + if (d >= 48 && d <= 57) + val = d - 48; + else if (d >= 97 && d <= 102) + val = 10 + d - 97; + else if (d >= 65 && d <= 70) + val = 10 + d - 65; + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('hexadecimal digit expected: ' + String.fromCharCode(d))); + return val; +} + +var regexodus_CharacterClass_DIGIT, regexodus_CharacterClass_HSPACE, regexodus_CharacterClass_NONDIGIT, regexodus_CharacterClass_NONHSPACE, regexodus_CharacterClass_NONSPACE, regexodus_CharacterClass_NONVSPACE, regexodus_CharacterClass_NONWORDCHAR, regexodus_CharacterClass_SPACE, regexodus_CharacterClass_UDIGIT, regexodus_CharacterClass_UHSPACE, regexodus_CharacterClass_UNONDIGIT, regexodus_CharacterClass_UNONHSPACE, regexodus_CharacterClass_UNONSPACE, regexodus_CharacterClass_UNONVSPACE, regexodus_CharacterClass_UNONWORDCHAR, regexodus_CharacterClass_USPACE, regexodus_CharacterClass_UVSPACE, regexodus_CharacterClass_UWORDCHAR, regexodus_CharacterClass_VSPACE, regexodus_CharacterClass_WORDCHAR, regexodus_CharacterClass_b0, regexodus_CharacterClass_b2, regexodus_CharacterClass_blockDataEnds, regexodus_CharacterClass_blockDataNames, regexodus_CharacterClass_blockDataStarts, regexodus_CharacterClass_namedClasses, regexodus_CharacterClass_namesInitialized = false, regexodus_CharacterClass_posixClasses, regexodus_CharacterClass_unicodeBlocks, regexodus_CharacterClass_unicodeCategories; +function regexodus_Group_Group__V(){ + regexodus_Group_Group__IV.call(this, 0); +} + +function regexodus_Group_Group__IV(memreg){ + regexodus_Term_Term__V.call(this); + this.regexodus_Term_type = 15; + this.regexodus_Term_memreg = memreg; + this.regexodus_Term_current = null; + this.regexodus_Term_in = this; + this.regexodus_Term_prev = null; + this.regexodus_Term_out = new regexodus_Term_Term__V; + this.regexodus_Term_out.regexodus_Term_type = 16; + this.regexodus_Term_out.regexodus_Term_memreg = memreg; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(236, 62, $intern_3525, regexodus_Group_Group__V, regexodus_Group_Group__IV); +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Group_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Group', 236, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit); +function regexodus_ConditionalExpr_$$init__Lregexodus_ConditionalExpr_2V(this$static){ + this$static.regexodus_ConditionalExpr_newBranchStarted = false; + this$static.regexodus_ConditionalExpr_linkAsBranch = true; +} + +function regexodus_ConditionalExpr_ConditionalExpr__IV(memreg){ + var condition; + regexodus_Group_Group__IV.call(this, 0); + regexodus_ConditionalExpr_$$init__Lregexodus_ConditionalExpr_2V(this); + condition = new regexodus_Term_Term__IV(55); + condition.regexodus_Term_memreg = memreg; + condition.regexodus_Term_out = condition; + condition.regexodus_Term_out1 = null; + condition.regexodus_Term_branchOut = null; + condition.regexodus_Term_failNext = this.regexodus_Term_out; + this.regexodus_ConditionalExpr_node = this.regexodus_Term_current = condition; + this.regexodus_ConditionalExpr_linkAsBranch = true; + condition.regexodus_Term_prev = this.regexodus_Term_in; + this.regexodus_Term_in.regexodus_Term_next = condition; + this.regexodus_Term_current = condition; +} + +function regexodus_ConditionalExpr_ConditionalExpr__Lregexodus_Lookahead_2V(la){ + regexodus_Group_Group__IV.call(this, 0); + regexodus_ConditionalExpr_$$init__Lregexodus_ConditionalExpr_2V(this); + la.regexodus_Term_in.regexodus_Term_type = 56; + la.regexodus_Term_out.regexodus_Term_type = 57; + if (la.regexodus_Lookahead_isPositive) { + this.regexodus_ConditionalExpr_node = la.regexodus_Term_in; + this.regexodus_ConditionalExpr_linkAsBranch = true; + this.regexodus_ConditionalExpr_node.regexodus_Term_failNext = this.regexodus_Term_out; + } + else { + this.regexodus_ConditionalExpr_node = la.regexodus_Term_out; + this.regexodus_ConditionalExpr_linkAsBranch = false; + this.regexodus_ConditionalExpr_node.regexodus_Term_next = this.regexodus_Term_out; + } + la.regexodus_Term_prev = this.regexodus_Term_in; + this.regexodus_Term_in.regexodus_Term_next = la; + this.regexodus_Term_current = la; +} + +function regexodus_ConditionalExpr_ConditionalExpr__Lregexodus_Lookbehind_2V(lb){ + regexodus_Group_Group__IV.call(this, 0); + regexodus_ConditionalExpr_$$init__Lregexodus_ConditionalExpr_2V(this); + lb.regexodus_Term_in.regexodus_Term_type = 58; + lb.regexodus_Term_out.regexodus_Term_type = 59; + if (lb.regexodus_Lookbehind_isPositive) { + this.regexodus_ConditionalExpr_node = lb.regexodus_Term_in; + this.regexodus_ConditionalExpr_linkAsBranch = true; + this.regexodus_ConditionalExpr_node.regexodus_Term_failNext = this.regexodus_Term_out; + } + else { + this.regexodus_ConditionalExpr_node = lb.regexodus_Term_out; + this.regexodus_ConditionalExpr_linkAsBranch = false; + this.regexodus_ConditionalExpr_node.regexodus_Term_next = this.regexodus_Term_out; + } + lb.regexodus_Term_prev = this.regexodus_Term_in; + this.regexodus_Term_in.regexodus_Term_next = lb; + this.regexodus_Term_current = lb; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(473, 236, {3:1, 473:1, 206:1, 62:1}, regexodus_ConditionalExpr_ConditionalExpr__IV, regexodus_ConditionalExpr_ConditionalExpr__Lregexodus_Lookahead_2V, regexodus_ConditionalExpr_ConditionalExpr__Lregexodus_Lookbehind_2V); +_.equals__Ljava_lang_Object_2Z = function regexodus_ConditionalExpr_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1ConditionalExpr_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + if (!regexodus_Term_$equals__Lregexodus_Term_2Ljava_lang_Object_2Z(this, o)) + return false; + that = o; + return this.regexodus_ConditionalExpr_newBranchStarted == that.regexodus_ConditionalExpr_newBranchStarted && this.regexodus_ConditionalExpr_linkAsBranch == that.regexodus_ConditionalExpr_linkAsBranch && (this.regexodus_ConditionalExpr_node?this.regexodus_ConditionalExpr_node.equals__Ljava_lang_Object_2Z(that.regexodus_ConditionalExpr_node):!that.regexodus_ConditionalExpr_node); +} +; +_.hashCode__I = function regexodus_ConditionalExpr_hashCode__I(){ + var result; + result = regexodus_Term_$hashCode__Lregexodus_Term_2I(this); + result = 31 * result + (this.regexodus_ConditionalExpr_node?this.regexodus_ConditionalExpr_node.hashCode__I():0); + result = 31 * result + (this.regexodus_ConditionalExpr_newBranchStarted?1:0); + result = 31 * result + (this.regexodus_ConditionalExpr_linkAsBranch?1:0); + return result; +} +; +_.startNewBranch__V = function regexodus_ConditionalExpr_startNewBranch__V(){ + var node; + if (this.regexodus_ConditionalExpr_newBranchStarted) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V("attempt to set a 3'd choice in a conditional expr.")); + node = this.regexodus_ConditionalExpr_node; + node.regexodus_Term_out1 = null; + if (this.regexodus_ConditionalExpr_linkAsBranch) { + node.regexodus_Term_out = null; + node.regexodus_Term_branchOut = node; + } + else { + node.regexodus_Term_out = node; + node.regexodus_Term_branchOut = null; + } + this.regexodus_ConditionalExpr_newBranchStarted = true; + this.regexodus_Term_current = node; +} +; +_.package_private$regexodus$startNewBranch__V = function(){ + this.startNewBranch__V(); +} +; +_.regexodus_ConditionalExpr_linkAsBranch = false; +_.regexodus_ConditionalExpr_newBranchStarted = false; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1ConditionalExpr_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'ConditionalExpr', 473, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Group_12_1classLit); +function regexodus_Find_Find__Lregexodus_Term_2ILregexodus_Term_2V(target, distance, theFirst){ + regexodus_Term_Term__V.call(this); + switch (target.regexodus_Term_type) { + case 0: + case 1: + case 2: + this.regexodus_Term_type = 8; + break; + case 6: + case 7: + case 15: + this.regexodus_Term_type = 9; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_3535 + regexodus_Term_termLookup__ILjava_lang_String_2(target.regexodus_Term_type))); + } + this.regexodus_Term_target = target; + this.regexodus_Term_distance = distance; + if (target == theFirst) { + this.regexodus_Term_next = target.regexodus_Term_next; + this.regexodus_Term_eat = true; + } + else { + this.regexodus_Term_next = theFirst; + this.regexodus_Term_eat = false; + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(926, 62, $intern_3525, regexodus_Find_Find__Lregexodus_Term_2ILregexodus_Term_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Find_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Find', 926, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit); +function regexodus_FindBack_FindBack__Lregexodus_Term_2IILregexodus_Term_2V(target, distance, minCount, backtrack){ + var next; + regexodus_Term_Term__V.call(this); + this.regexodus_Term_minCount = minCount; + switch (target.regexodus_Term_type) { + case 0: + case 1: + case 2: + this.regexodus_Term_type = 52; + break; + case 6: + case 7: + case 15: + this.regexodus_Term_type = 53; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_3535 + regexodus_Term_termLookup__ILjava_lang_String_2(target.regexodus_Term_type))); + } + this.regexodus_Term_target = target; + this.regexodus_Term_distance = distance; + next = backtrack.regexodus_Term_next; + if (target == next) { + this.regexodus_Term_next = next.regexodus_Term_next; + this.regexodus_Term_eat = true; + } + else { + this.regexodus_Term_next = next; + this.regexodus_Term_eat = false; + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(927, 62, $intern_3525, regexodus_FindBack_FindBack__Lregexodus_Term_2IILregexodus_Term_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1FindBack_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'FindBack', 927, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit); +function regexodus_IndependentGroup_IndependentGroup__IV(id_0){ + regexodus_Term_Term__IV.call(this, 0); + this.regexodus_Term_in = this; + this.regexodus_Term_out = new regexodus_Term_Term__V; + this.regexodus_Term_type = 43; + this.regexodus_Term_out.regexodus_Term_type = 44; + this.regexodus_Term_lookaheadId = this.regexodus_Term_out.regexodus_Term_lookaheadId = id_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(923, 62, $intern_3525, regexodus_IndependentGroup_IndependentGroup__IV); +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1IndependentGroup_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'IndependentGroup', 923, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit); +function regexodus_LAEntry_LAEntry__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(559, 1, {3:1, 559:1}, regexodus_LAEntry_LAEntry__V); +_.equals__Ljava_lang_Object_2Z = function regexodus_LAEntry_equals__Ljava_lang_Object_2Z(o){ + var laEntry; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1LAEntry_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + laEntry = o; + return this.regexodus_LAEntry_index == laEntry.regexodus_LAEntry_index && (this.regexodus_LAEntry_top?regexodus_SearchEntry_$equals__Lregexodus_SearchEntry_2Ljava_lang_Object_2Z(this.regexodus_LAEntry_top, laEntry.regexodus_LAEntry_top):!laEntry.regexodus_LAEntry_top && (this.regexodus_LAEntry_actual?regexodus_SearchEntry_$equals__Lregexodus_SearchEntry_2Ljava_lang_Object_2Z(this.regexodus_LAEntry_actual, laEntry.regexodus_LAEntry_actual):!laEntry.regexodus_LAEntry_actual)); +} +; +_.hashCode__I = function regexodus_LAEntry_hashCode__I(){ + var result; + result = this.regexodus_LAEntry_index; + result = 31 * result + (this.regexodus_LAEntry_top?regexodus_SearchEntry_$hashCode__Lregexodus_SearchEntry_2I(this.regexodus_LAEntry_top):0); + result = 31 * result + (this.regexodus_LAEntry_actual?regexodus_SearchEntry_$hashCode__Lregexodus_SearchEntry_2I(this.regexodus_LAEntry_actual):0); + return result; +} +; +_.toString__Ljava_lang_String_2 = function regexodus_LAEntry_toString__Ljava_lang_String_2(){ + return 'LAEntry{index=' + this.regexodus_LAEntry_index + ', top=' + this.regexodus_LAEntry_top + ', actual=' + this.regexodus_LAEntry_actual + '}'; +} +; +_.regexodus_LAEntry_index = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1LAEntry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'LAEntry', 559, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_Lookahead_Lookahead__IZV(id_0, isPositive){ + regexodus_Term_Term__V.call(this); + this.regexodus_Lookahead_isPositive = isPositive; + this.regexodus_Term_in = this; + this.regexodus_Term_out = new regexodus_Term_Term__V; + if (isPositive) { + this.regexodus_Term_type = 35; + this.regexodus_Term_out.regexodus_Term_type = 36; + } + else { + this.regexodus_Term_type = 37; + this.regexodus_Term_out.regexodus_Term_type = 38; + this.regexodus_Term_branchOut = this; + } + this.regexodus_Term_lookaheadId = id_0; + this.regexodus_Term_out.regexodus_Term_lookaheadId = id_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(474, 62, {3:1, 474:1, 206:1, 62:1}, regexodus_Lookahead_Lookahead__IZV); +_.equals__Ljava_lang_Object_2Z = function regexodus_Lookahead_equals__Ljava_lang_Object_2Z(o){ + var lookahead; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Lookahead_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + if (!regexodus_Term_$equals__Lregexodus_Term_2Ljava_lang_Object_2Z(this, o)) + return false; + lookahead = o; + return this.regexodus_Lookahead_isPositive == lookahead.regexodus_Lookahead_isPositive; +} +; +_.hashCode__I = function regexodus_Lookahead_hashCode__I(){ + var result; + result = regexodus_Term_$hashCode__Lregexodus_Term_2I(this); + result = 31 * result + (this.regexodus_Lookahead_isPositive?1:0); + return result; +} +; +_.regexodus_Lookahead_isPositive = false; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Lookahead_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Lookahead', 474, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit); +function regexodus_Lookbehind_Lookbehind__IZV(id_0, isPositive){ + regexodus_Term_Term__V.call(this); + this.regexodus_Lookbehind_prevDistance = -1; + this.regexodus_Term_distance = 0; + this.regexodus_Lookbehind_isPositive = isPositive; + this.regexodus_Term_in = this; + this.regexodus_Term_out = new regexodus_Term_Term__V; + if (isPositive) { + this.regexodus_Term_type = 39; + this.regexodus_Term_out.regexodus_Term_type = 40; + } + else { + this.regexodus_Term_type = 41; + this.regexodus_Term_out.regexodus_Term_type = 42; + this.regexodus_Term_branchOut = this; + } + this.regexodus_Term_lookaheadId = id_0; + this.regexodus_Term_out.regexodus_Term_lookaheadId = id_0; +} + +function regexodus_Lookbehind_length__Lregexodus_Term_2I(t){ + var type_0; + type_0 = t.regexodus_Term_type; + switch (type_0) { + case 0: + case 1: + case 2: + case 4: + case 5: + return 1; + case 11: + case 12: + case 13: + case 14: + return 0; + default:if (type_0 >= 11 && type_0 <= 31) + return 0; + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('variable length element within a lookbehind assertion')); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(475, 62, {3:1, 475:1, 206:1, 62:1}, regexodus_Lookbehind_Lookbehind__IZV); +_.append__Lregexodus_Term_2Lregexodus_Term_2 = function regexodus_Lookbehind_append__Lregexodus_Term_2Lregexodus_Term_2(t){ + this.regexodus_Term_distance += regexodus_Lookbehind_length__Lregexodus_Term_2I(t); + return regexodus_Term_$append__Lregexodus_Term_2Lregexodus_Term_2Lregexodus_Term_2(this, t); +} +; +_.package_private$regexodus$append__Lregexodus_Term_2Lregexodus_Term_2 = function(t){ + return this.append__Lregexodus_Term_2Lregexodus_Term_2(t); +} +; +_.close__V = function regexodus_Lookbehind_close__V(){ + var current, pd; + pd = this.regexodus_Lookbehind_prevDistance; + if (pd >= 0) { + if (this.regexodus_Term_distance != pd) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('non-equal branch lengths within a lookbehind assertion')); + } + current = this.regexodus_Term_current; + current?regexodus_Term_linkd__Lregexodus_Term_2Lregexodus_Term_2V(current, this.regexodus_Term_out):(this.regexodus_Term_in.regexodus_Term_next = this.regexodus_Term_out); +} +; +_.package_private$regexodus$close__V = function(){ + this.close__V(); +} +; +_.equals__Ljava_lang_Object_2Z = function regexodus_Lookbehind_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Lookbehind_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + if (!regexodus_Term_$equals__Lregexodus_Term_2Ljava_lang_Object_2Z(this, o)) + return false; + that = o; + return this.regexodus_Lookbehind_isPositive == that.regexodus_Lookbehind_isPositive && this.regexodus_Lookbehind_prevDistance == that.regexodus_Lookbehind_prevDistance; +} +; +_.hashCode__I = function regexodus_Lookbehind_hashCode__I(){ + var result; + result = regexodus_Term_$hashCode__Lregexodus_Term_2I(this); + result = 31 * result + (this.regexodus_Lookbehind_isPositive?1:0); + result = 31 * result + this.regexodus_Lookbehind_prevDistance; + return result; +} +; +_.replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2 = function regexodus_Lookbehind_replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2(t){ + this.regexodus_Term_distance += regexodus_Lookbehind_length__Lregexodus_Term_2I(t) - regexodus_Lookbehind_length__Lregexodus_Term_2I(this.regexodus_Term_current); + return regexodus_Term_$replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2Lregexodus_Term_2(this, t); +} +; +_.package_private$regexodus$replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2 = function(t){ + return this.replaceCurrent__Lregexodus_Term_2Lregexodus_Term_2(t); +} +; +_.startNewBranch__V = function regexodus_Lookbehind_startNewBranch__V(){ + this.regexodus_Lookbehind_prevDistance = this.regexodus_Term_distance; + this.regexodus_Term_distance = 0; + regexodus_Term_$startNewBranch__Lregexodus_Term_2V(this); +} +; +_.package_private$regexodus$startNewBranch__V = function(){ + this.startNewBranch__V(); +} +; +_.regexodus_Lookbehind_isPositive = false; +_.regexodus_Lookbehind_prevDistance = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Lookbehind_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Lookbehind', 475, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit); +function regexodus_Matcher_$clinit__V(){ + regexodus_Matcher_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + regexodus_Matcher_startAnchor = new regexodus_Term_Term__IV(18); + regexodus_Matcher_lastMatchAnchor = new regexodus_Term_Term__IV(23); +} + +function regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(this$static, id_0){ + var in_0, mr; + if (id_0 >= this$static.regexodus_Matcher_memregs.length) + return null; + if (id_0 >= 0) { + mr = this$static.regexodus_Matcher_memregs[id_0]; + } + else + switch (id_0) { + case -1: + mr = this$static.regexodus_Matcher_prefixBounds; + !mr && (this$static.regexodus_Matcher_prefixBounds = mr = new regexodus_MemReg_MemReg__IV(-1)); + mr.regexodus_MemReg_in = this$static.regexodus_Matcher_offset; + mr.regexodus_MemReg_out = this$static.regexodus_Matcher_wOffset; + break; + case -2: + mr = this$static.regexodus_Matcher_suffixBounds; + !mr && (this$static.regexodus_Matcher_suffixBounds = mr = new regexodus_MemReg_MemReg__IV(-2)); + mr.regexodus_MemReg_in = this$static.regexodus_Matcher_wEnd; + mr.regexodus_MemReg_out = this$static.regexodus_Matcher_end; + break; + case -3: + mr = this$static.regexodus_Matcher_targetBounds; + !mr && (this$static.regexodus_Matcher_targetBounds = mr = new regexodus_MemReg_MemReg__IV(-3)); + mr.regexodus_MemReg_in = this$static.regexodus_Matcher_offset; + mr.regexodus_MemReg_out = this$static.regexodus_Matcher_end; + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('illegal group id: ' + id_0 + '; must either nonnegative int, or MatchResult.PREFIX, or MatchResult.SUFFIX')); + } + if ((in_0 = mr.regexodus_MemReg_in) < 0 || mr.regexodus_MemReg_out < in_0) + return null; + return mr; +} + +function regexodus_Matcher_$charAt__Lregexodus_Matcher_2IIC(this$static, groupId){ + var in_0, mr; + mr = regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(this$static, groupId); + if (!mr) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalStateException_IllegalStateException__Ljava_lang_String_2V('group #' + groupId + ' is not assigned')); + in_0 = mr.regexodus_MemReg_in; + if (0 > mr.regexodus_MemReg_out - in_0) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_StringIndexOutOfBoundsException_StringIndexOutOfBoundsException__Ljava_lang_String_2V('0')); + return this$static.regexodus_Matcher_data[in_0]; +} + +function regexodus_Matcher_$find__Lregexodus_Matcher_2Z(this$static){ + this$static.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(this$static); + return regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(this$static, 0); +} + +function regexodus_Matcher_$find__Lregexodus_Matcher_2IZ(this$static, anchors){ + this$static.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(this$static); + return regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(this$static, anchors); +} + +function regexodus_Matcher_$flush__Lregexodus_Matcher_2V(this$static){ + var i, mr; + this$static.regexodus_Matcher_top = null; + regexodus_SearchEntry_$reset__Lregexodus_SearchEntry_2IV(this$static.regexodus_Matcher_defaultEntry, 0); + regexodus_SearchEntry_$reset__Lregexodus_SearchEntry_2IV(this$static.regexodus_Matcher_first, this$static.regexodus_Matcher_minQueueLength); + for (i = this$static.regexodus_Matcher_memregs.length - 1; i > 0; i--) { + mr = this$static.regexodus_Matcher_memregs[i]; + mr.regexodus_MemReg_in = mr.regexodus_MemReg_out = -1; + } + this$static.regexodus_Matcher_called = false; +} + +function regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILjava_lang_StringBuilder_2IZ(this$static, sb){ + var in_0, mr; + mr = regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(this$static, 1); + if (!mr) + return false; + in_0 = mr.regexodus_MemReg_in; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2_3CIILjava_lang_StringBuilder_2(sb, this$static.regexodus_Matcher_data, in_0, mr.regexodus_MemReg_out - in_0); + return true; +} + +function regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILregexodus_TextBuffer_2IZ(this$static, group, tb, modes){ + var i, in_0, j, mr, t, working; + mr = regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(this$static, group); + if (!mr) + return false; + in_0 = mr.regexodus_MemReg_in; + if (modes == 0) { + regexodus_Replacer$StringBuilderBuffer_$append__Lregexodus_Replacer$StringBuilderBuffer_2_3CIIV(tb, this$static.regexodus_Matcher_data, in_0, mr.regexodus_MemReg_out - in_0); + } + else { + working = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, mr.regexodus_MemReg_out - in_0, 15, 1); + if ((modes & 2) > 0) { + for (i = working.length - 1 , j = in_0; i >= 0; --i , j++) { + t = this$static.regexodus_Matcher_data[j]; + (modes & 1) > 0?(t = regexodus_Category_caseFold__CC(t)):(modes & 8) > 0 && (t = regexodus_Category_caseUp__CC(t)); + (modes & 4) > 0 && (t = regexodus_Category_matchBracket__CC(t)); + working[i] = t; + } + } + else { + for (i = 0 , j = in_0; i < working.length; ++i , j++) { + t = this$static.regexodus_Matcher_data[j]; + (modes & 1) > 0?(t = regexodus_Category_caseFold__CC(t)):(modes & 8) > 0 && (t = regexodus_Category_caseUp__CC(t)); + (modes & 4) > 0 && (t = regexodus_Category_matchBracket__CC(t)); + working[i] = t; + } + } + regexodus_Replacer$StringBuilderBuffer_$append__Lregexodus_Replacer$StringBuilderBuffer_2_3CIIV(tb, working, 0, working.length); + } + return true; +} + +function regexodus_Matcher_$getString__Lregexodus_Matcher_2IILjava_lang_String_2(this$static, start_0, end){ + var co, data_0, src_0, tLen, tOffset; + if (this$static.regexodus_Matcher_cache != null) { + co = this$static.regexodus_Matcher_cacheOffset; + return java_lang_String_$substring__Ljava_lang_String_2IILjava_lang_String_2(com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(this$static.regexodus_Matcher_cache), start_0 - co, end - co); + } + tOffset = this$static.regexodus_Matcher_offset; + tLen = this$static.regexodus_Matcher_end - tOffset; + data_0 = this$static.regexodus_Matcher_data; + if (end - start_0 >= (tLen / 3 | 0)) { + this$static.regexodus_Matcher_cache = java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, 0, data_0.length); + src_0 = java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, tOffset, tLen); + this$static.regexodus_Matcher_cacheOffset = tOffset; + this$static.regexodus_Matcher_cacheLength = tLen; + return src_0; + } + return java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, start_0, end - start_0); +} + +function regexodus_Matcher_$group__Lregexodus_Matcher_2ILjava_lang_String_2(this$static, group){ + var mr; + mr = regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(this$static, group); + if (!mr) + return null; + return regexodus_Matcher_$getString__Lregexodus_Matcher_2IILjava_lang_String_2(this$static, mr.regexodus_MemReg_in, mr.regexodus_MemReg_out); +} + +function regexodus_Matcher_$init__Lregexodus_Matcher_2V(this$static){ + this$static.regexodus_Matcher_wOffset = this$static.regexodus_Matcher_offset; + this$static.regexodus_Matcher_wEnd = -1; + this$static.regexodus_Matcher_called = false; + regexodus_Matcher_$flush__Lregexodus_Matcher_2V(this$static); +} + +function regexodus_Matcher_$matches__Lregexodus_Matcher_2Z(this$static){ + this$static.regexodus_Matcher_called && (this$static.regexodus_Matcher_wOffset = this$static.regexodus_Matcher_offset , this$static.regexodus_Matcher_wEnd = -1 , this$static.regexodus_Matcher_called = false , regexodus_Matcher_$flush__Lregexodus_Matcher_2V(this$static) , undefined); + return regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(this$static, 5); +} + +function regexodus_Matcher_$replaceAll__Lregexodus_Matcher_2Ljava_lang_String_2Ljava_lang_String_2(this$static, replacement){ + var tb; + tb = new regexodus_Replacer$StringBuilderBuffer_Replacer$StringBuilderBuffer__Ljava_lang_StringBuilder_2V(new java_lang_StringBuilder_StringBuilder__IV); + regexodus_Replacer_replace__Lregexodus_Matcher_2Lregexodus_Substitution_2Lregexodus_TextBuffer_2I(this$static, new regexodus_PerlSubstitution_PerlSubstitution__Ljava_lang_String_2V(replacement), tb); + return tb.regexodus_Replacer$StringBuilderBuffer_sb.java_lang_AbstractStringBuilder_string; +} + +function regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(this$static, anchors){ + var actual, allowIncomplete, arr, back, bits, bitset, bitset2, c, ch1Meets, ch2Meets, cnt, cntreg, cntvalue, countBack, counters, data_0, defaultEntry, end, exceed, first, i, inv, j, jump, le, lookaheads, matchEnd, matches, memreg, memregs, minCnt, mr, offset, out2, rLen, re, regLen, root, sampleLen, sampleOff, sampleOffset, sampleOutside, start_0, term, tmp, top_0, wEnd, wOffset; + this$static.regexodus_Matcher_called = true; + end = this$static.regexodus_Matcher_end; + offset = this$static.regexodus_Matcher_offset; + data_0 = this$static.regexodus_Matcher_data; + wOffset = this$static.regexodus_Matcher_wOffset; + wEnd = this$static.regexodus_Matcher_wEnd; + memregs = this$static.regexodus_Matcher_memregs; + counters = this$static.regexodus_Matcher_counters; + lookaheads = this$static.regexodus_Matcher_lookaheads; + defaultEntry = this$static.regexodus_Matcher_defaultEntry; + first = this$static.regexodus_Matcher_first; + top_0 = this$static.regexodus_Matcher_top; + matchEnd = (anchors & 4) > 0; + allowIncomplete = (anchors & 8) > 0; + re = this$static.regexodus_Matcher_re; + root = re.regexodus_Pattern_root; + if (!top_0) { + if ((anchors & 1) > 0) { + term = re.regexodus_Pattern_root0; + root = regexodus_Matcher_startAnchor; + } + else if ((anchors & 2) > 0) { + term = re.regexodus_Pattern_root0; + root = regexodus_Matcher_lastMatchAnchor; + } + else { + term = root; + } + i = wOffset; + actual = first; + regexodus_SearchEntry_popState__Lregexodus_SearchEntry_2_3Lregexodus_MemReg_2_3IV(defaultEntry, memregs, counters); + } + else { + top_0 = (actual = top_0).regexodus_SearchEntry_sub; + term = actual.regexodus_SearchEntry_term; + i = actual.regexodus_SearchEntry_index; + regexodus_SearchEntry_popState__Lregexodus_SearchEntry_2_3Lregexodus_MemReg_2_3IV(actual, memregs, counters); + } + cnt = actual.regexodus_SearchEntry_cnt; + regLen = actual.regexodus_SearchEntry_regLen; + main: while (wOffset <= end) { + matchHere: for (;;) { + if (term) { + switch (term.regexodus_Term_type) { + case 8: + { + jump = regexodus_Matcher_find___3CIILregexodus_Term_2I(data_0, i + term.regexodus_Term_distance, end, term.regexodus_Term_target); + if (jump < 0) + break main; + i += jump; + wOffset = i; + if (term.regexodus_Term_eat) { + if (i == end) + break; + ++i; + } + term = term.regexodus_Term_next; + continue matchHere; + } + + case 9: + { + mr = memregs[term.regexodus_Term_target.regexodus_Term_memreg]; + sampleOff = mr.regexodus_MemReg_in; + sampleLen = mr.regexodus_MemReg_out - sampleOff; + if (sampleOff < 0 || sampleLen < 0) { + break; + } + else if (sampleLen == 0) { + term = term.regexodus_Term_next; + continue matchHere; + } + jump = regexodus_Matcher_findReg___3CIIILregexodus_Term_2II(data_0, i + term.regexodus_Term_distance, sampleOff, sampleLen, term.regexodus_Term_target, end); + if (jump < 0) + break main; + i += jump; + wOffset = i; + if (term.regexodus_Term_eat) { + i += sampleLen; + if (i > end) + break; + } + term = term.regexodus_Term_next; + continue matchHere; + } + + case 17: + term = term.regexodus_Term_next; + continue matchHere; + case 0: + if (i >= end || (re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[i]):data_0[i]) != term.regexodus_Term_c) + break; + ++i; + term = term.regexodus_Term_next; + continue matchHere; + case 4: + if (i >= end) + break; + ++i; + term = term.regexodus_Term_next; + continue matchHere; + case 5: + if (i >= end || (c = data_0[i]) == 13 || c == 10) + break; + ++i; + term = term.regexodus_Term_next; + continue matchHere; + case 19: + if (i >= end) { + term = term.regexodus_Term_next; + continue matchHere; + } + + break; + case 20: + if (i >= end) { + term = term.regexodus_Term_next; + continue matchHere; + } + else { + matches = i >= end | (i + 1 == end && data_0[i] == 10) | (i + 2 == end && data_0[i] == 13 && data_0[i + 1] == 10); + if (matches) { + term = term.regexodus_Term_next; + continue matchHere; + } + else + break; + } + + case 22: + if (i >= end) { + term = term.regexodus_Term_next; + continue matchHere; + } + else { + if ((c = data_0[i]) == 10 || c == 133 || c == 8232 || c == 8233 || i < data_0.length - 1 && data_0[i + 1] == 10 && c == 13 || c == 13) { + term = term.regexodus_Term_next; + continue matchHere; + } + } + + break; + case 18: + if (i == offset) { + term = term.regexodus_Term_next; + continue matchHere; + } + + if (top_0) + break; + if (term != regexodus_Matcher_startAnchor) + break; + else + break main; + case 23: + if (i == wEnd || wEnd == -1 && i == offset) { + term = term.regexodus_Term_next; + continue matchHere; + } + + break main; + case 21: + if (i == offset) { + term = term.regexodus_Term_next; + continue matchHere; + } + else if (i < end) { + if ((c = data_0[i - 1]) == 10 || c == 133 || c == 8232 || c == 8233 || data_0[i] == 10 && c == 13 || c == 13) { + term = term.regexodus_Term_next; + continue matchHere; + } + } + + break; + case 1: + { + if (i >= end) + break; + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[i]):data_0[i]; + if (!(c <= 255 && regexodus_ds_IntBitSet_$get__Lregexodus_ds_IntBitSet_2IZ(term.regexodus_Term_bitset, c)) ^ term.regexodus_Term_inverse) + break; + ++i; + term = term.regexodus_Term_next; + continue matchHere; + } + + case 2: + { + if (i >= end) + break; + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[i]):data_0[i]; + arr = term.regexodus_Term_bitset2[c >> 8]; + if (!arr || (arr.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) == 0 ^ term.regexodus_Term_inverse) + break; + ++i; + term = term.regexodus_Term_next; + continue matchHere; + } + + case 11: + { + ch1Meets = false; + ch2Meets = false; + bitset = term.regexodus_Term_bitset; + test1: { + j = i - 1; + if (j < offset) + break test1; + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[j]):data_0[j]; + ch1Meets = c < 256 && (bitset.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0; + } + test2: { + if (i >= end) + break test2; + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[i]):data_0[i]; + ch2Meets = c < 256 && (bitset.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0; + } + if (ch1Meets ^ ch2Meets ^ term.regexodus_Term_inverse) { + term = term.regexodus_Term_next; + continue matchHere; + } + else + break; + } + + case 13: + { + ch1Meets = false; + ch2Meets = false; + bitset2 = term.regexodus_Term_bitset2; + test1: { + j = i - 1; + if (j < offset) + break test1; + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[j]):data_0[j]; + bits = bitset2[c >> 8]; + ch1Meets = !!bits && (bits.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0; + } + test2: { + if (i >= end) + break test2; + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[i]):data_0[i]; + bits = bitset2[c >> 8]; + ch2Meets = !!bits && (bits.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0; + } + if (ch1Meets ^ ch2Meets ^ term.regexodus_Term_inverse) { + term = term.regexodus_Term_next; + continue matchHere; + } + else + break; + } + + case 12: + { + ch1Meets = false; + ch2Meets = false; + bitset = term.regexodus_Term_bitset; + inv = term.regexodus_Term_inverse; + j = i - 1; + if (j >= offset) { + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[j]):data_0[j]; + ch1Meets = c < 256 && (bitset.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0; + } + if (ch1Meets ^ inv) + break; + if (i < end) { + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[i]):data_0[i]; + ch2Meets = c < 256 && (bitset.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0; + } + if (!ch2Meets ^ inv) + break; + term = term.regexodus_Term_next; + continue matchHere; + } + + case 14: + { + ch1Meets = false; + ch2Meets = false; + bitset2 = term.regexodus_Term_bitset2; + inv = term.regexodus_Term_inverse; + j = i - 1; + if (j >= offset) { + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[j]):data_0[j]; + bits = bitset2[c >> 8]; + ch1Meets = !!bits && (bits.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0; + } + if (ch1Meets ^ inv) + break; + if (i < end) { + c = re.regexodus_Pattern_caseless?regexodus_Category_caseFold__CC(data_0[i]):data_0[i]; + bits = bitset2[c >> 8]; + ch2Meets = !!bits && (bits.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0; + } + if (!ch2Meets ^ inv) + break; + term = term.regexodus_Term_next; + continue matchHere; + } + + case 6: + case 7: + { + if (term.regexodus_Term_memreg >= memregs.length) + break; + mr = memregs[term.regexodus_Term_memreg]; + sampleOffset = mr.regexodus_MemReg_in; + sampleOutside = mr.regexodus_MemReg_out; + if (sampleOffset < 0 || (rLen = sampleOutside - sampleOffset) < 0) { + break; + } + else if (rLen == 0) { + term = term.regexodus_Term_next; + continue matchHere; + } + if (i + rLen > end) + break; + if (term.regexodus_Term_mode_1reverse?regexodus_Matcher_compareRegionsReverse___3CIIIIZZZ(data_0, sampleOffset, i, rLen, end, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket):regexodus_Matcher_compareRegionsForward___3CIIIIZZZ(data_0, sampleOffset, i, rLen, end, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket)) { + i += rLen; + term = term.regexodus_Term_next; + continue matchHere; + } + break; + } + + case 45: + { + if ((cnt = regexodus_Matcher_repeat___3CIILregexodus_Term_2I(data_0, i, end, term.regexodus_Term_target)) <= 0) { + term = term.regexodus_Term_next; + continue; + } + i += cnt; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + + case 46: + { + cnt = regexodus_Matcher_repeat___3CIILregexodus_Term_2I(data_0, i, end, term.regexodus_Term_target); + if (cnt < term.regexodus_Term_minCount) + break; + i += cnt; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + + case 47: + { + out2 = i + term.regexodus_Term_maxCount; + cnt = regexodus_Matcher_repeat___3CIILregexodus_Term_2I(data_0, i, end < out2?end:out2, term.regexodus_Term_target); + if (cnt < term.regexodus_Term_minCount) + break; + i += cnt; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + + case 48: + { + mr = memregs[term.regexodus_Term_memreg]; + sampleOffset = mr.regexodus_MemReg_in; + sampleOutside = mr.regexodus_MemReg_out; + if (sampleOffset < 0 || (bitset = sampleOutside - sampleOffset) < 0) { + break; + } + else if (bitset == 0) { + term = term.regexodus_Term_next; + continue matchHere; + } + cnt = 0; + while (term.regexodus_Term_mode_1reverse?regexodus_Matcher_compareRegionsReverse___3CIIIIZZZ(data_0, i, sampleOffset, bitset, end, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket):regexodus_Matcher_compareRegionsForward___3CIIIIZZZ(data_0, i, sampleOffset, bitset, end, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket)) { + ++cnt; + i += bitset; + } + if (cnt < term.regexodus_Term_minCount) + break; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + actual.regexodus_SearchEntry_regLen = bitset; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + + case 49: + { + mr = memregs[term.regexodus_Term_memreg]; + sampleOffset = mr.regexodus_MemReg_in; + sampleOutside = mr.regexodus_MemReg_out; + if (sampleOffset < 0 || (bitset = sampleOutside - sampleOffset) < 0) { + break; + } + else if (bitset == 0) { + term = term.regexodus_Term_next; + continue matchHere; + } + cnt = 0; + countBack = term.regexodus_Term_maxCount; + while (countBack > 0 && (term.regexodus_Term_mode_1reverse?regexodus_Matcher_compareRegionsReverse___3CIIIIZZZ(data_0, i, sampleOffset, bitset, end, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket):regexodus_Matcher_compareRegionsForward___3CIIIIZZZ(data_0, i, sampleOffset, bitset, end, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket))) { + ++cnt; + i += bitset; + --countBack; + } + if (cnt < term.regexodus_Term_minCount) + break; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + actual.regexodus_SearchEntry_regLen = bitset; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + + case 50: + cnt = actual.regexodus_SearchEntry_cnt; + if (cnt > 0) { + --cnt; + --i; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_index = i; + actual.regexodus_SearchEntry_term = term; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + else + break; + case 51: + cnt = actual.regexodus_SearchEntry_cnt; + if (cnt > term.regexodus_Term_minCount) { + --cnt; + --i; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_index = i; + actual.regexodus_SearchEntry_term = term; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + else + break; + case 52: + { + cnt = actual.regexodus_SearchEntry_cnt; + if (cnt > (minCnt = term.regexodus_Term_minCount)) { + start_0 = i + term.regexodus_Term_distance; + if (start_0 > end) { + exceed = start_0 - end; + cnt -= exceed; + if (cnt <= minCnt) + break; + i -= exceed; + } + back = regexodus_Matcher_findBack___3CIILregexodus_Term_2I(data_0, i + term.regexodus_Term_distance, cnt - minCnt, term.regexodus_Term_target); + if (back < 0) + break; + if ((cnt -= back) <= minCnt) { + i -= back; + term.regexodus_Term_eat && ++i; + term = term.regexodus_Term_next; + continue; + } + i -= back; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_index = i; + term.regexodus_Term_eat && ++i; + actual.regexodus_SearchEntry_term = term; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + else + break; + } + + case 53: + { + cnt = actual.regexodus_SearchEntry_cnt; + if (cnt > (minCnt = term.regexodus_Term_minCount)) { + start_0 = i + term.regexodus_Term_distance; + if (start_0 > end) { + exceed = start_0 - end; + cnt -= exceed; + if (cnt <= minCnt) + break; + i -= exceed; + } + mr = memregs[term.regexodus_Term_target.regexodus_Term_memreg]; + sampleOff = mr.regexodus_MemReg_in; + sampleLen = mr.regexodus_MemReg_out - sampleOff; + if (sampleOff < 0 || sampleLen < 0) { + --cnt; + --i; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_index = i; + actual.regexodus_SearchEntry_term = term; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + else if (sampleLen == 0) { + back = -1; + } + else { + back = regexodus_Matcher_findBackReg___3CIIIILregexodus_Term_2II(data_0, i + term.regexodus_Term_distance, sampleOff, sampleLen, cnt - minCnt, term.regexodus_Term_target, end); + if (back < 0) + break; + } + cnt -= back; + i -= back; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_index = i; + term.regexodus_Term_eat && (i += sampleLen); + actual.regexodus_SearchEntry_term = term; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + else + break; + } + + case 54: + cnt = actual.regexodus_SearchEntry_cnt; + if (cnt > term.regexodus_Term_minCount) { + regLen = actual.regexodus_SearchEntry_regLen; + --cnt; + i -= regLen; + actual.regexodus_SearchEntry_cnt = cnt; + actual.regexodus_SearchEntry_index = i; + actual.regexodus_SearchEntry_term = term; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + else + break; + case 15: + { + memreg = term.regexodus_Term_memreg; + memreg > 0 && (memregs[memreg].regexodus_MemReg_tmp = i); + term = term.regexodus_Term_next; + continue; + } + + case 16: + memreg = term.regexodus_Term_memreg; + if (memreg > 0) { + mr = memregs[memreg]; + regexodus_SearchEntry_saveMemregState__Lregexodus_SearchEntry_2ILregexodus_MemReg_2V(top_0?top_0:defaultEntry, memreg, mr); + mr.regexodus_MemReg_in = mr.regexodus_MemReg_tmp; + mr.regexodus_MemReg_out = i; + } + + term = term.regexodus_Term_next; + continue; + case 39: + { + tmp = i - term.regexodus_Term_distance; + if (tmp < offset) + break; + le = lookaheads[term.regexodus_Term_lookaheadId]; + le.regexodus_LAEntry_index = i; + i = tmp; + le.regexodus_LAEntry_actual = actual; + le.regexodus_LAEntry_top = top_0; + term = term.regexodus_Term_next; + continue; + } + + case 43: + case 35: + { + le = lookaheads[term.regexodus_Term_lookaheadId]; + le.regexodus_LAEntry_index = i; + le.regexodus_LAEntry_actual = actual; + le.regexodus_LAEntry_top = top_0; + term = term.regexodus_Term_next; + continue; + } + + case 59: + case 57: + case 36: + case 40: + { + le = lookaheads[term.regexodus_Term_lookaheadId]; + i = le.regexodus_LAEntry_index; + actual = le.regexodus_LAEntry_actual; + top_0 = le.regexodus_LAEntry_top; + term = term.regexodus_Term_next; + continue; + } + + case 44: + { + le = lookaheads[term.regexodus_Term_lookaheadId]; + actual = le.regexodus_LAEntry_actual; + top_0 = le.regexodus_LAEntry_top; + term = term.regexodus_Term_next; + continue; + } + + case 41: + { + tmp = i - term.regexodus_Term_distance; + if (tmp < offset) { + term = term.regexodus_Term_failNext; + continue; + } + le = lookaheads[term.regexodus_Term_lookaheadId]; + le.regexodus_LAEntry_actual = actual; + le.regexodus_LAEntry_top = top_0; + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + i = tmp; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + + case 37: + { + le = lookaheads[term.regexodus_Term_lookaheadId]; + le.regexodus_LAEntry_actual = actual; + le.regexodus_LAEntry_top = top_0; + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + + case 42: + case 38: + { + le = lookaheads[term.regexodus_Term_lookaheadId]; + actual = le.regexodus_LAEntry_actual; + top_0 = le.regexodus_LAEntry_top; + break; + } + + case 58: + { + tmp = i - term.regexodus_Term_distance; + if (tmp < offset) { + term = term.regexodus_Term_failNext; + continue; + } + le = lookaheads[term.regexodus_Term_lookaheadId]; + le.regexodus_LAEntry_index = i; + le.regexodus_LAEntry_actual = actual; + le.regexodus_LAEntry_top = top_0; + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + i = tmp; + term = term.regexodus_Term_next; + continue; + } + + case 56: + { + le = lookaheads[term.regexodus_Term_lookaheadId]; + le.regexodus_LAEntry_index = i; + le.regexodus_LAEntry_actual = actual; + le.regexodus_LAEntry_top = top_0; + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + term = term.regexodus_Term_next; + continue; + } + + case 55: + { + mr = memregs[term.regexodus_Term_memreg]; + sampleOffset = mr.regexodus_MemReg_in; + sampleOutside = mr.regexodus_MemReg_out; + sampleOffset >= 0 && sampleOutside >= 0 && sampleOutside >= sampleOffset?(term = term.regexodus_Term_next):(term = term.regexodus_Term_failNext); + continue; + } + + case 34: + actual.regexodus_SearchEntry_regLen = regLen; + case 33: + actual.regexodus_SearchEntry_cnt = cnt; + case 32: + actual.regexodus_SearchEntry_term = term.regexodus_Term_failNext; + actual.regexodus_SearchEntry_index = i; + actual = (top_0 = actual).regexodus_SearchEntry_on; + if (!actual) { + actual = new regexodus_SearchEntry_SearchEntry__V; + top_0.regexodus_SearchEntry_on = actual; + actual.regexodus_SearchEntry_sub = top_0; + } + + term = term.regexodus_Term_next; + continue; + case 10: + if (!matchEnd || i == end) { + this$static.regexodus_Matcher_wOffset = memregs[0].regexodus_MemReg_in = wOffset; + this$static.regexodus_Matcher_wEnd = memregs[0].regexodus_MemReg_out = i; + this$static.regexodus_Matcher_top = top_0; + return true; + } + else + break; + case 24: + cnt = 0; + term = term.regexodus_Term_next; + continue; + case 25: + ++cnt; + term = term.regexodus_Term_next; + continue; + case 26: + if (cnt >= term.regexodus_Term_maxCount) { + term = term.regexodus_Term_next; + continue; + } + else + break; + case 27: + cnt = actual.regexodus_SearchEntry_cnt; + if (cnt < term.regexodus_Term_maxCount) { + term = term.regexodus_Term_next; + continue; + } + else + break; + case 28: + { + cntvalue = counters[cntreg = term.regexodus_Term_cntreg]; + regexodus_SearchEntry_saveCntState__Lregexodus_SearchEntry_2IIV(top_0?top_0:defaultEntry, cntreg, cntvalue); + counters[cntreg] = ++cntvalue; + term = term.regexodus_Term_next; + continue; + } + + case 29: + counters[term.regexodus_Term_cntreg] = 0; + term = term.regexodus_Term_next; + continue; + case 30: + if (counters[term.regexodus_Term_cntreg] < term.regexodus_Term_maxCount) { + term = term.regexodus_Term_next; + continue; + } + else + break; + case 31: + if (counters[term.regexodus_Term_cntreg] >= term.regexodus_Term_maxCount) { + term = term.regexodus_Term_next; + continue; + } + else + break; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_Error_Error__Ljava_lang_String_2V('unknown term type: ' + term.regexodus_Term_type)); + } + } + else { + this$static.regexodus_Matcher_wOffset = memregs[0].regexodus_MemReg_in = wOffset; + this$static.regexodus_Matcher_wEnd = memregs[0].regexodus_MemReg_out = i; + this$static.regexodus_Matcher_top = top_0; + return true; + } + if (allowIncomplete && i == end) { + this$static.regexodus_Matcher_wOffset = memregs[0].regexodus_MemReg_in = wOffset; + this$static.regexodus_Matcher_wEnd = memregs[0].regexodus_MemReg_out = i; + this$static.regexodus_Matcher_top = top_0; + return true; + } + if (!top_0) { + break; + } + top_0 = (actual = top_0).regexodus_SearchEntry_sub; + term = actual.regexodus_SearchEntry_term; + i = actual.regexodus_SearchEntry_index; + actual.regexodus_SearchEntry_isState && regexodus_SearchEntry_popState__Lregexodus_SearchEntry_2_3Lregexodus_MemReg_2_3IV(actual, memregs, counters); + } + defaultEntry.regexodus_SearchEntry_isState && regexodus_SearchEntry_popState__Lregexodus_SearchEntry_2_3Lregexodus_MemReg_2_3IV(defaultEntry, memregs, counters); + term = root; + i = ++wOffset; + } + this$static.regexodus_Matcher_wOffset = wOffset; + this$static.regexodus_Matcher_top = top_0; + return false; +} + +function regexodus_Matcher_$setPattern__Lregexodus_Matcher_2Lregexodus_Pattern_2V(this$static, regex){ + var counterCount, i, lookaheadCount, lookaheads, memregCount, memregs; + this$static.regexodus_Matcher_re = regex; + if ((memregCount = regex.regexodus_Pattern_memregs) > 0) { + memregs = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1MemReg_12_1classLit, $intern_655, 329, memregCount, 0, 1); + for (i = 0; i < memregCount; i++) { + memregs[i] = new regexodus_MemReg_MemReg__IV(-1); + } + this$static.regexodus_Matcher_memregs = memregs; + } + (counterCount = regex.regexodus_Pattern_counters) > 0 && (this$static.regexodus_Matcher_counters = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, counterCount, 15, 1)); + if ((lookaheadCount = regex.regexodus_Pattern_lookaheads) > 0) { + lookaheads = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1LAEntry_12_1classLit, $intern_655, 559, lookaheadCount, 0, 1); + for (i = 0; i < lookaheadCount; i++) { + lookaheads[i] = new regexodus_LAEntry_LAEntry__V; + } + this$static.regexodus_Matcher_lookaheads = lookaheads; + } + this$static.regexodus_Matcher_memregCount = memregCount; + this$static.regexodus_Matcher_counterCount = counterCount; + this$static.regexodus_Matcher_lookaheadCount = lookaheadCount; + this$static.regexodus_Matcher_first = new regexodus_SearchEntry_SearchEntry__V; + this$static.regexodus_Matcher_defaultEntry = new regexodus_SearchEntry_SearchEntry__V; + this$static.regexodus_Matcher_minQueueLength = regex.regexodus_Pattern_stringRepr.length / 2 | 0; +} + +function regexodus_Matcher_$setTarget__Lregexodus_Matcher_2Ljava_lang_CharSequence_2IIV(this$static, text_0, start_0, len){ + var i, mychars, p; + mychars = this$static.regexodus_Matcher_data; + if (mychars == null || this$static.regexodus_Matcher_shared || mychars.length < len) { + this$static.regexodus_Matcher_data = mychars = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, com_google_gwt_lang_Cast_round_1int__DI(1.7000000476837158 * len), 15, 1); + this$static.regexodus_Matcher_shared = false; + } + for (i = start_0 , p = 0; p < len; ++i , p++) { + mychars[p] = java_lang_String_charAt_1I_1C_1_1devirtual$__Ljava_lang_CharSequence_2IC(text_0, i); + } + this$static.regexodus_Matcher_offset = 0; + this$static.regexodus_Matcher_end = len; + this$static.regexodus_Matcher_cache = text_0; + this$static.regexodus_Matcher_cacheOffset = -start_0; + this$static.regexodus_Matcher_cacheLength = java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(text_0); + regexodus_Matcher_$init__Lregexodus_Matcher_2V(this$static); +} + +function regexodus_Matcher_$setTarget__Lregexodus_Matcher_2Lregexodus_Matcher_2IV(this$static, m){ + var mr; + mr = regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(m, -2); + if (!mr) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('group #-2 is not assigned')); + this$static.regexodus_Matcher_data = m.regexodus_Matcher_data; + this$static.regexodus_Matcher_offset = mr.regexodus_MemReg_in; + this$static.regexodus_Matcher_end = mr.regexodus_MemReg_out; + this$static.regexodus_Matcher_cache = m.regexodus_Matcher_cache; + this$static.regexodus_Matcher_cacheLength = m.regexodus_Matcher_cacheLength; + this$static.regexodus_Matcher_cacheOffset = m.regexodus_Matcher_cacheOffset; + if (m != this$static) { + this$static.regexodus_Matcher_shared = true; + m.regexodus_Matcher_shared = true; + } + regexodus_Matcher_$init__Lregexodus_Matcher_2V(this$static); +} + +function regexodus_Matcher_$skip__Lregexodus_Matcher_2V(this$static){ + var we; + we = this$static.regexodus_Matcher_wEnd; + if (this$static.regexodus_Matcher_wOffset == we) { + if (!this$static.regexodus_Matcher_top) { + ++this$static.regexodus_Matcher_wOffset; + regexodus_Matcher_$flush__Lregexodus_Matcher_2V(this$static); + } + return; + } + else { + we < 0?(this$static.regexodus_Matcher_wOffset = 0):(this$static.regexodus_Matcher_wOffset = we); + } + regexodus_Matcher_$flush__Lregexodus_Matcher_2V(this$static); +} + +function regexodus_Matcher_$toString_1d__Lregexodus_Matcher_2Ljava_lang_String_2(this$static){ + var i, s; + s = new java_lang_StringBuilder_StringBuilder__V; + s.java_lang_AbstractStringBuilder_string += 'counters: '; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(s, this$static.regexodus_Matcher_counters == null?0:this$static.regexodus_Matcher_counters.length); + s.java_lang_AbstractStringBuilder_string += '\r\nmemregs: '; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(s, this$static.regexodus_Matcher_memregs.length); + for (i = 0; i < this$static.regexodus_Matcher_memregs.length; i++) { + this$static.regexodus_Matcher_memregs[i].regexodus_MemReg_in < 0 || this$static.regexodus_Matcher_memregs[i].regexodus_MemReg_out < 0?java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((s.java_lang_AbstractStringBuilder_string += '\r\n #' , s), i), ': [INVALID]'):java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2((s.java_lang_AbstractStringBuilder_string += '\r\n #' , s), i), ': ['), this$static.regexodus_Matcher_memregs[i].regexodus_MemReg_in), ','), this$static.regexodus_Matcher_memregs[i].regexodus_MemReg_out), ']("'), regexodus_Matcher_$getString__Lregexodus_Matcher_2IILjava_lang_String_2(this$static, this$static.regexodus_Matcher_memregs[i].regexodus_MemReg_in, this$static.regexodus_Matcher_memregs[i].regexodus_MemReg_out)), '")'); + } + s.java_lang_AbstractStringBuilder_string += '\r\ndata: '; + this$static.regexodus_Matcher_data != null?java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(s, this$static.regexodus_Matcher_data.length):(s.java_lang_AbstractStringBuilder_string += '[none]' , s); + s.java_lang_AbstractStringBuilder_string += '\r\noffset: '; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(s, this$static.regexodus_Matcher_offset); + s.java_lang_AbstractStringBuilder_string += '\r\nend: '; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(s, this$static.regexodus_Matcher_end); + s.java_lang_AbstractStringBuilder_string += '\r\nwOffset: '; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(s, this$static.regexodus_Matcher_wOffset); + s.java_lang_AbstractStringBuilder_string += '\r\nwEnd: '; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2ILjava_lang_StringBuilder_2(s, this$static.regexodus_Matcher_wEnd); + s.java_lang_AbstractStringBuilder_string += '\r\nregex: '; + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_Object_2Ljava_lang_StringBuilder_2(s, this$static.regexodus_Matcher_re); + return s.java_lang_AbstractStringBuilder_string; +} + +function regexodus_Matcher_Matcher__Lregexodus_Pattern_2V(regex){ + regexodus_Matcher_$clinit__V(); + regexodus_Matcher_$setPattern__Lregexodus_Matcher_2Lregexodus_Pattern_2V(this, regex); +} + +function regexodus_Matcher_Matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2V(regex, target){ + regexodus_Matcher_$clinit__V(); + regexodus_Matcher_$setPattern__Lregexodus_Matcher_2Lregexodus_Pattern_2V(this, regex); + regexodus_Matcher_$setTarget__Lregexodus_Matcher_2Ljava_lang_CharSequence_2IIV(this, target, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(target)); +} + +function regexodus_Matcher_compareRegionsForward___3CIIIIZZZ(arr, off1, off2, len, out, insensitive, bracket){ + var a, b, c, p1, p2; + p1 = off1 + len - 1; + p2 = off2 + len - 1; + if (p1 >= out || p2 >= out) { + return false; + } + for (c = len; c > 0; --c , --p1 , p2--) { + a = arr[p1]; + b = arr[p2]; + if (insensitive) { + a = regexodus_Category_caseFold__CC(a); + b = regexodus_Category_caseFold__CC(b); + } + bracket && (b = regexodus_Category_matchBracket__CC(b)); + if (a != b) { + return false; + } + } + return true; +} + +function regexodus_Matcher_compareRegionsReverse___3CIIIIZZZ(arr, off1, off2, len, out, insensitive, bracket){ + var a, b, c, p1, p2; + p1 = off1 + len - 1; + p2 = off2; + if (p1 >= out || p2 >= out) { + return false; + } + for (c = len; c > 0 && p2 < out; --c , --p1 , p2++) { + a = arr[p1]; + b = arr[p2]; + if (insensitive) { + a = regexodus_Category_caseFold__CC(a); + b = regexodus_Category_caseFold__CC(b); + } + bracket && (b = regexodus_Category_matchBracket__CC(b)); + if (a != b) { + return false; + } + } + return true; +} + +function regexodus_Matcher_find___3CIILregexodus_Term_2I(data_0, off, out, term){ + var arr, bitset2, c, i; + if (off >= out) + return -1; + switch (term.regexodus_Term_type) { + case 0: + { + c = term.regexodus_Term_c; + i = off; + while (i < out) { + if (data_0[i] == c) + break; + ++i; + } + return i - off; + } + + case 1: + { + arr = term.regexodus_Term_bitset; + i = off; + if (term.regexodus_Term_inverse) { + while (i < out) { + if ((c = data_0[i]) <= 255 && (arr.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0) + ++i; + else + break; + } + } + else { + while (i < out) { + if ((c = data_0[i]) <= 255 && (arr.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0) + break; + else + ++i; + } + } + return i - off; + } + + case 2: + { + i = off; + bitset2 = term.regexodus_Term_bitset2; + if (term.regexodus_Term_inverse) { + while (i < out) { + arr = bitset2[(c = data_0[i]) >> 8]; + if (!!arr && (arr.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0) + ++i; + else + break; + } + } + else { + while (i < out) { + arr = bitset2[(c = data_0[i]) >> 8]; + if (!!arr && (arr.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0) + break; + else + ++i; + } + } + return i - off; + } + + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V("can't seek this kind of term:" + term.regexodus_Term_type)); +} + +function regexodus_Matcher_findBack___3CIILregexodus_Term_2I(data_0, off, maxCount, term){ + var arr, bitset2, c, i, iMin; + switch (term.regexodus_Term_type) { + case 0: + { + c = term.regexodus_Term_c; + i = off; + iMin = off - maxCount; + for (;;) { + if (data_0[--i] == c) + break; + if (i <= iMin) + return -1; + } + return off - i; + } + + case 1: + { + arr = term.regexodus_Term_bitset; + i = off; + iMin = off - maxCount; + if (term.regexodus_Term_inverse) { + for (;;) { + if ((c = data_0[--i]) > 255 || (arr.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) == 0) + break; + if (i <= iMin) + return -1; + } + } + else { + for (;;) { + if ((c = data_0[--i]) <= 255 && (arr.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0) + break; + if (i <= iMin) + return -1; + } + } + return off - i; + } + + case 2: + { + bitset2 = term.regexodus_Term_bitset2; + i = off; + iMin = off - maxCount; + if (term.regexodus_Term_inverse) { + for (;;) { + arr = bitset2[(c = data_0[--i]) >> 8]; + if (!arr || (arr.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0) + break; + if (i <= iMin) + return -1; + } + } + else { + for (;;) { + arr = bitset2[(c = data_0[--i]) >> 8]; + if (!!arr && (arr.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0) + break; + if (i <= iMin) + return -1; + } + } + return off - i; + } + + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V("can't find this kind of term:" + term.regexodus_Term_type)); +} + +function regexodus_Matcher_findBackReg___3CIIIILregexodus_Term_2II(data_0, off, regOff, regLen, maxCount, term, out){ + var first, i, iMin; + i = off; + iMin = off - maxCount; + if (term.regexodus_Term_type == 6 || term.regexodus_Term_type == 7) { + first = data_0[regOff]; + ++regOff; + --regLen; + for (;;) { + --i; + if (data_0[i] == first && (term.regexodus_Term_mode_1reverse?regexodus_Matcher_compareRegionsReverse___3CIIIIZZZ(data_0, i + 1, regOff, regLen, out, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket):regexodus_Matcher_compareRegionsForward___3CIIIIZZZ(data_0, i + 1, regOff, regLen, out, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket))) + break; + if (i <= iMin) + return -1; + } + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('wrong findBackReg() target type :' + term.regexodus_Term_type)); + return off - i; +} + +function regexodus_Matcher_findReg___3CIIILregexodus_Term_2II(data_0, off, regOff, regLen, term, out){ + var i; + if (off >= out) + return -1; + i = off; + if (term.regexodus_Term_type == 6 || term.regexodus_Term_type == 7) { + while (i < out) { + if (term.regexodus_Term_mode_1reverse?regexodus_Matcher_compareRegionsReverse___3CIIIIZZZ(data_0, i, regOff, regLen, out, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket):regexodus_Matcher_compareRegionsForward___3CIIIIZZZ(data_0, i, regOff, regLen, out, term.regexodus_Term_mode_1insensitive || term.regexodus_Term_mode_1upper, term.regexodus_Term_mode_1bracket)) + break; + ++i; + } + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V('wrong findReg() target:' + term.regexodus_Term_type)); + return off - i; +} + +function regexodus_Matcher_repeat___3CIILregexodus_Term_2I(data_0, off, out, term){ + var arr, bitset2, c, i; + switch (term.regexodus_Term_type) { + case 0: + { + c = term.regexodus_Term_c; + i = off; + while (i < out) { + if (data_0[i] != c) + break; + ++i; + } + return i - off; + } + + case 4: + { + return out - off; + } + + case 5: + { + i = off; + while (i < out) { + if ((c = data_0[i]) == 13 || c == 10) + break; + ++i; + } + return i - off; + } + + case 1: + { + arr = term.regexodus_Term_bitset; + i = off; + if (term.regexodus_Term_inverse) + while (i < out) { + if ((c = data_0[i]) <= 255 && (arr.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0) + break; + else + ++i; + } + else + while (i < out) { + if ((c = data_0[i]) <= 255 && (arr.regexodus_ds_IntBitSet_data[c >> 5] >>> (c & 31) & 1) != 0) + ++i; + else + break; + } + return i - off; + } + + case 2: + { + i = off; + bitset2 = term.regexodus_Term_bitset2; + if (term.regexodus_Term_inverse) + while (i < out) { + arr = bitset2[(c = data_0[i]) >> 8]; + if (!!arr && (arr.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0) + break; + else + ++i; + } + else + while (i < out) { + arr = bitset2[(c = data_0[i]) >> 8]; + if (!!arr && (arr.regexodus_ds_IntBitSet_data[(c & 255) >> 5] >>> (c & 255 & 31) & 1) != 0) + ++i; + else + break; + } + return i - off; + } + + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_Error_Error__Ljava_lang_String_2V("this kind of term can't be quantified:" + term.regexodus_Term_type)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(477, 1, {3:1, 477:1}, regexodus_Matcher_Matcher__Lregexodus_Pattern_2V, regexodus_Matcher_Matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2V); +_.equals__Ljava_lang_Object_2Z = function regexodus_Matcher_equals__Ljava_lang_Object_2Z(o){ + var matcher; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Matcher_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + matcher = o; + if (this.regexodus_Matcher_counterCount != matcher.regexodus_Matcher_counterCount) + return false; + if (this.regexodus_Matcher_memregCount != matcher.regexodus_Matcher_memregCount) + return false; + if (this.regexodus_Matcher_lookaheadCount != matcher.regexodus_Matcher_lookaheadCount) + return false; + if (this.regexodus_Matcher_offset != matcher.regexodus_Matcher_offset) + return false; + if (this.regexodus_Matcher_end != matcher.regexodus_Matcher_end) + return false; + if (this.regexodus_Matcher_wOffset != matcher.regexodus_Matcher_wOffset) + return false; + if (this.regexodus_Matcher_wEnd != matcher.regexodus_Matcher_wEnd) + return false; + if (this.regexodus_Matcher_shared != matcher.regexodus_Matcher_shared) + return false; + if (this.regexodus_Matcher_called != matcher.regexodus_Matcher_called) + return false; + if (this.regexodus_Matcher_minQueueLength != matcher.regexodus_Matcher_minQueueLength) + return false; + if (this.regexodus_Matcher_cacheOffset != matcher.regexodus_Matcher_cacheOffset) + return false; + if (this.regexodus_Matcher_cacheLength != matcher.regexodus_Matcher_cacheLength) + return false; + if (this.regexodus_Matcher_re?!regexodus_Pattern_$equals__Lregexodus_Pattern_2Ljava_lang_Object_2Z(this.regexodus_Matcher_re, matcher.regexodus_Matcher_re):!!matcher.regexodus_Matcher_re) + return false; + if (!java_util_Arrays_equals___3I_3IZ(this.regexodus_Matcher_counters, matcher.regexodus_Matcher_counters)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.regexodus_Matcher_memregs, matcher.regexodus_Matcher_memregs)) + return false; + if (!java_util_Arrays_equals___3Ljava_lang_Object_2_3Ljava_lang_Object_2Z(this.regexodus_Matcher_lookaheads, matcher.regexodus_Matcher_lookaheads)) + return false; + if (!java_util_Arrays_equals___3C_3CZ(this.regexodus_Matcher_data, matcher.regexodus_Matcher_data)) + return false; + if (this.regexodus_Matcher_top?!regexodus_SearchEntry_$equals__Lregexodus_SearchEntry_2Ljava_lang_Object_2Z(this.regexodus_Matcher_top, matcher.regexodus_Matcher_top):!!matcher.regexodus_Matcher_top) + return false; + if (this.regexodus_Matcher_first?!regexodus_SearchEntry_$equals__Lregexodus_SearchEntry_2Ljava_lang_Object_2Z(this.regexodus_Matcher_first, matcher.regexodus_Matcher_first):!!matcher.regexodus_Matcher_first) + return false; + if (this.regexodus_Matcher_defaultEntry?!regexodus_SearchEntry_$equals__Lregexodus_SearchEntry_2Ljava_lang_Object_2Z(this.regexodus_Matcher_defaultEntry, matcher.regexodus_Matcher_defaultEntry):!!matcher.regexodus_Matcher_defaultEntry) + return false; + if (this.regexodus_Matcher_cache != null?!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.regexodus_Matcher_cache, matcher.regexodus_Matcher_cache):matcher.regexodus_Matcher_cache != null) + return false; + return this.regexodus_Matcher_prefixBounds?regexodus_MemReg_$equals__Lregexodus_MemReg_2Ljava_lang_Object_2Z(this.regexodus_Matcher_prefixBounds, matcher.regexodus_Matcher_prefixBounds):!matcher.regexodus_Matcher_prefixBounds && (this.regexodus_Matcher_suffixBounds?regexodus_MemReg_$equals__Lregexodus_MemReg_2Ljava_lang_Object_2Z(this.regexodus_Matcher_suffixBounds, matcher.regexodus_Matcher_suffixBounds):!matcher.regexodus_Matcher_suffixBounds && (this.regexodus_Matcher_targetBounds?regexodus_MemReg_$equals__Lregexodus_MemReg_2Ljava_lang_Object_2Z(this.regexodus_Matcher_targetBounds, matcher.regexodus_Matcher_targetBounds):!matcher.regexodus_Matcher_targetBounds)); +} +; +_.hashCode__I = function regexodus_Matcher_hashCode__I(){ + var result; + result = this.regexodus_Matcher_re?regexodus_Pattern_$hashCode__Lregexodus_Pattern_2I(this.regexodus_Matcher_re):0; + result = 31 * result + java_util_Arrays_hashCode___3II(this.regexodus_Matcher_counters); + result = 31 * result + java_util_Arrays_hashCode___3Ljava_lang_Object_2I(this.regexodus_Matcher_memregs); + result = 31 * result + java_util_Arrays_hashCode___3Ljava_lang_Object_2I(this.regexodus_Matcher_lookaheads); + result = 31 * result + this.regexodus_Matcher_counterCount; + result = 31 * result + this.regexodus_Matcher_memregCount; + result = 31 * result + this.regexodus_Matcher_lookaheadCount; + result = 31 * result + java_util_Arrays_hashCode___3CI(this.regexodus_Matcher_data); + result = 31 * result + this.regexodus_Matcher_offset; + result = 31 * result + this.regexodus_Matcher_end; + result = 31 * result + this.regexodus_Matcher_wOffset; + result = 31 * result + this.regexodus_Matcher_wEnd; + result = 31 * result + (this.regexodus_Matcher_shared?1:0); + result = 31 * result + (this.regexodus_Matcher_top?regexodus_SearchEntry_$hashCode__Lregexodus_SearchEntry_2I(this.regexodus_Matcher_top):0); + result = 31 * result + (this.regexodus_Matcher_first?regexodus_SearchEntry_$hashCode__Lregexodus_SearchEntry_2I(this.regexodus_Matcher_first):0); + result = 31 * result + (this.regexodus_Matcher_defaultEntry?regexodus_SearchEntry_$hashCode__Lregexodus_SearchEntry_2I(this.regexodus_Matcher_defaultEntry):0); + result = 31 * result + (this.regexodus_Matcher_called?1:0); + result = 31 * result + this.regexodus_Matcher_minQueueLength; + result = 31 * result + (this.regexodus_Matcher_cache != null?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.regexodus_Matcher_cache):0); + result = 31 * result + this.regexodus_Matcher_cacheOffset; + result = 31 * result + this.regexodus_Matcher_cacheLength; + result = 31 * result + (this.regexodus_Matcher_prefixBounds?regexodus_MemReg_$hashCode__Lregexodus_MemReg_2I(this.regexodus_Matcher_prefixBounds):0); + result = 31 * result + (this.regexodus_Matcher_suffixBounds?regexodus_MemReg_$hashCode__Lregexodus_MemReg_2I(this.regexodus_Matcher_suffixBounds):0); + result = 31 * result + (this.regexodus_Matcher_targetBounds?regexodus_MemReg_$hashCode__Lregexodus_MemReg_2I(this.regexodus_Matcher_targetBounds):0); + return result; +} +; +_.toString__Ljava_lang_String_2 = function regexodus_Matcher_toString__Ljava_lang_String_2(){ + return regexodus_Matcher_$toString_1d__Lregexodus_Matcher_2Ljava_lang_String_2(this); +} +; +_.regexodus_Matcher_cacheLength = 0; +_.regexodus_Matcher_cacheOffset = 0; +_.regexodus_Matcher_called = false; +_.regexodus_Matcher_counterCount = 0; +_.regexodus_Matcher_end = 0; +_.regexodus_Matcher_lookaheadCount = 0; +_.regexodus_Matcher_memregCount = 0; +_.regexodus_Matcher_minQueueLength = 0; +_.regexodus_Matcher_offset = 0; +_.regexodus_Matcher_shared = false; +_.regexodus_Matcher_wEnd = 0; +_.regexodus_Matcher_wOffset = 0; +var regexodus_Matcher_lastMatchAnchor, regexodus_Matcher_startAnchor; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Matcher_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Matcher', 477, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_Matcher$1_$count__Lregexodus_Matcher$1_2I(this$static){ + var c; + this$static.regexodus_Matcher$1_checked || (this$static.regexodus_Matcher$1_hasMore = regexodus_Matcher_$find__Lregexodus_Matcher_2IZ(this$static.regexodus_Matcher$1_this$01, this$static.regexodus_Matcher$1_val$options2) , this$static.regexodus_Matcher$1_checked = true); + if (!this$static.regexodus_Matcher$1_hasMore) + return 0; + c = 1; + while (regexodus_Matcher_$find__Lregexodus_Matcher_2IZ(this$static.regexodus_Matcher$1_this$01, this$static.regexodus_Matcher$1_val$options2)) + ++c; + this$static.regexodus_Matcher$1_checked = false; + return c; +} + +function regexodus_Matcher$1_$next__Lregexodus_Matcher$1_2Lregexodus_MatchResult_2(this$static){ + this$static.regexodus_Matcher$1_checked || (this$static.regexodus_Matcher$1_hasMore = regexodus_Matcher_$find__Lregexodus_Matcher_2IZ(this$static.regexodus_Matcher$1_this$01, this$static.regexodus_Matcher$1_val$options2) , this$static.regexodus_Matcher$1_checked = true); + if (!this$static.regexodus_Matcher$1_hasMore) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_util_NoSuchElementException_NoSuchElementException__V); + this$static.regexodus_Matcher$1_checked = false; + return this$static.regexodus_Matcher$1_this$01; +} + +function regexodus_Matcher$1_Matcher$1__Lregexodus_Matcher_2V(this$0){ + this.regexodus_Matcher$1_this$01 = this$0; + this.regexodus_Matcher$1_val$options2 = 0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(924, 1, $intern_704, regexodus_Matcher$1_Matcher$1__Lregexodus_Matcher_2V); +_.next__Ljava_lang_Object_2 = function regexodus_Matcher$1_next__Ljava_lang_Object_2(){ + return regexodus_Matcher$1_$next__Lregexodus_Matcher$1_2Lregexodus_MatchResult_2(this); +} +; +_.hasNext__Z = function regexodus_Matcher$1_hasNext__Z(){ + this.regexodus_Matcher$1_checked || (this.regexodus_Matcher$1_hasMore = regexodus_Matcher_$find__Lregexodus_Matcher_2IZ(this.regexodus_Matcher$1_this$01, this.regexodus_Matcher$1_val$options2) , this.regexodus_Matcher$1_checked = true); + return this.regexodus_Matcher$1_hasMore; +} +; +_.remove__V = function regexodus_Matcher$1_remove__V(){ + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_UnsupportedOperationException_UnsupportedOperationException__Ljava_lang_String_2V('remove() not supported on MatchIterator')); +} +; +_.regexodus_Matcher$1_checked = false; +_.regexodus_Matcher$1_hasMore = false; +_.regexodus_Matcher$1_val$options2 = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Matcher$1_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Matcher/1', 924, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_MemReg_$equals__Lregexodus_MemReg_2Ljava_lang_Object_2Z(this$static, o){ + var memReg; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o)) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1MemReg_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + memReg = o; + if (this$static.regexodus_MemReg_index != memReg.regexodus_MemReg_index) + return false; + return this$static.regexodus_MemReg_in == memReg.regexodus_MemReg_in && this$static.regexodus_MemReg_out == memReg.regexodus_MemReg_out && this$static.regexodus_MemReg_tmp == memReg.regexodus_MemReg_tmp; +} + +function regexodus_MemReg_$hashCode__Lregexodus_MemReg_2I(this$static){ + var result; + result = this$static.regexodus_MemReg_index; + result = 31 * result + this$static.regexodus_MemReg_in; + result = 31 * result + this$static.regexodus_MemReg_out; + result = 31 * result + this$static.regexodus_MemReg_tmp; + return result; +} + +function regexodus_MemReg_MemReg__IV(index_0){ + this.regexodus_MemReg_index = index_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(329, 1, {3:1, 329:1}, regexodus_MemReg_MemReg__IV); +_.equals__Ljava_lang_Object_2Z = function regexodus_MemReg_equals__Ljava_lang_Object_2Z(o){ + return regexodus_MemReg_$equals__Lregexodus_MemReg_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function regexodus_MemReg_hashCode__I(){ + return regexodus_MemReg_$hashCode__Lregexodus_MemReg_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function regexodus_MemReg_toString__Ljava_lang_String_2(){ + return 'MemReg{index=' + this.regexodus_MemReg_index + ', in=' + this.regexodus_MemReg_in + ', out=' + this.regexodus_MemReg_out + ', tmp=' + this.regexodus_MemReg_tmp + '}'; +} +; +_.regexodus_MemReg_in = -1; +_.regexodus_MemReg_index = 0; +_.regexodus_MemReg_out = -1; +_.regexodus_MemReg_tmp = -1; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1MemReg_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'MemReg', 329, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_Optimizer_$makeBacktrack__Lregexodus_Optimizer_2Lregexodus_Term_2Lregexodus_Term_2(this$static, back){ + var min_0; + min_0 = back.regexodus_Term_minCount; + switch (back.regexodus_Term_type) { + case 50: + min_0 = 0; + case 51: + return new regexodus_FindBack_FindBack__Lregexodus_Term_2IILregexodus_Term_2V(this$static.regexodus_Optimizer_atom, this$static.regexodus_Optimizer_distance, min_0, back); + case 54: + return back; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_Error_Error__Ljava_lang_String_2V("unexpected iterator's backtracker:" + back)); + } +} + +function regexodus_Optimizer_Optimizer__Lregexodus_Term_2IV(atom, distance){ + this.regexodus_Optimizer_atom = atom; + this.regexodus_Optimizer_distance = distance; +} + +function regexodus_Optimizer_find__Lregexodus_Term_2ILregexodus_Optimizer_2(term, dist){ + var next, type_0; + if (!term) + return null; + next = term.regexodus_Term_next; + type_0 = term.regexodus_Term_type; + switch (type_0) { + case 0: + case 6: + case 7: + case 15: + return new regexodus_Optimizer_Optimizer__Lregexodus_Term_2IV(term, dist); + case 1: + case 2: + return term.regexodus_Term_weight <= 20?new regexodus_Optimizer_Optimizer__Lregexodus_Term_2IV(term, dist):regexodus_Optimizer_find__Lregexodus_Term_2ILregexodus_Optimizer_2(term.regexodus_Term_next, dist + 1); + case 4: + case 5: + return regexodus_Optimizer_find__Lregexodus_Term_2ILregexodus_Optimizer_2(next, dist + 1); + case 46: + case 47: + return term.regexodus_Term_minCount > 0?regexodus_Optimizer_find__Lregexodus_Term_2ILregexodus_Optimizer_2(term.regexodus_Term_target, dist):null; + } + if (type_0 >= 11 && type_0 <= 31) { + return regexodus_Optimizer_find__Lregexodus_Term_2ILregexodus_Optimizer_2(next, dist); + } + return null; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(560, 1, {560:1}, regexodus_Optimizer_Optimizer__Lregexodus_Term_2IV); +_.equals__Ljava_lang_Object_2Z = function regexodus_Optimizer_equals__Ljava_lang_Object_2Z(o){ + var optimizer; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Optimizer_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + optimizer = o; + return this.regexodus_Optimizer_distance == optimizer.regexodus_Optimizer_distance && (this.regexodus_Optimizer_atom?this.regexodus_Optimizer_atom.equals__Ljava_lang_Object_2Z(optimizer.regexodus_Optimizer_atom):!optimizer.regexodus_Optimizer_atom); +} +; +_.hashCode__I = function regexodus_Optimizer_hashCode__I(){ + var result; + result = this.regexodus_Optimizer_atom?this.regexodus_Optimizer_atom.hashCode__I():0; + result = 31 * result + this.regexodus_Optimizer_distance; + return result; +} +; +_.regexodus_Optimizer_distance = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Optimizer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Optimizer', 560, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_Pattern_$equals__Lregexodus_Pattern_2Ljava_lang_Object_2Z(this$static, o){ + var pattern; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o)) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Pattern_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + pattern = o; + if (this$static.regexodus_Pattern_memregs != pattern.regexodus_Pattern_memregs) + return false; + if (this$static.regexodus_Pattern_counters != pattern.regexodus_Pattern_counters) + return false; + if (this$static.regexodus_Pattern_lookaheads != pattern.regexodus_Pattern_lookaheads) + return false; + if (this$static.regexodus_Pattern_stringRepr != null?!java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this$static.regexodus_Pattern_stringRepr, pattern.regexodus_Pattern_stringRepr):pattern.regexodus_Pattern_stringRepr != null) + return false; + return this$static.regexodus_Pattern_flags == pattern.regexodus_Pattern_flags; +} + +function regexodus_Pattern_$groupId__Lregexodus_Pattern_2Ljava_lang_String_2Ljava_lang_Integer_2(this$static, name_0){ + return java_util_AbstractHashMap_$getStringValue__Ljava_util_AbstractHashMap_2Ljava_lang_String_2Ljava_lang_Object_2(this$static.regexodus_Pattern_namedGroupMap, name_0); +} + +function regexodus_Pattern_$hashCode__Lregexodus_Pattern_2I(this$static){ + var result; + result = this$static.regexodus_Pattern_stringRepr != null?java_lang_String_$hashCode__Ljava_lang_String_2I(this$static.regexodus_Pattern_stringRepr):0; + result = 31 * result + this$static.regexodus_Pattern_memregs; + result = 31 * result + this$static.regexodus_Pattern_counters; + result = 31 * result + this$static.regexodus_Pattern_lookaheads; + return result; +} + +function regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(this$static, s){ + var m; + m = new regexodus_Matcher_Matcher__Lregexodus_Pattern_2V(this$static); + regexodus_Matcher_$setTarget__Lregexodus_Matcher_2Ljava_lang_CharSequence_2IIV(m, s, 0, java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(s)); + return m; +} + +function regexodus_Pattern_$serializeToString__Lregexodus_Pattern_2Ljava_lang_String_2(this$static){ + return this$static.regexodus_Pattern_stringRepr + com_google_gwt_lang_Cast_charToString__CLjava_lang_String_2((this$static.regexodus_Pattern_flags << 1 | 1) & $intern_4); +} + +function regexodus_Pattern_Pattern__Ljava_lang_String_2V(){ + regexodus_Pattern_Pattern__Ljava_lang_String_2IV.call(this, '\\$(?:(?:\\{({=mode}\\p{Po}+)?({=name}\\w+)\\})|({=name}\\d+|\\&)|\\\\({esc}.))', 16); +} + +function regexodus_Pattern_Pattern__Ljava_lang_String_2IV(regex, flags){ + this.regexodus_Pattern_stringRepr = regex; + this.regexodus_Pattern_flags = flags; + this.regexodus_Pattern_caseless = (flags & 1) == 1; + regexodus_Term_makeTree__Ljava_lang_String_2_3ILregexodus_Pattern_2V(regex, com_google_gwt_lang_Array_stampJavaTypeInfo__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2ILjava_lang_Object_2Ljava_lang_Object_2(com_google_gwt_lang_Array_getClassLiteralForArray__Ljava_lang_Class_2ILjava_lang_Class_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, 1), $intern_21, 9, 15, [flags]), this); +} + +function regexodus_Pattern_getFlag__CI(c){ + switch (c) { + case 105: + return 1; + case 109: + return 2; + case 115: + return 4; + case 120: + return 8; + case 117: + return 16; + case 88: + return 32; + } + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('unknown flag: ' + String.fromCharCode(c))); +} + +function regexodus_Pattern_parseFlags___3CIII(data_0, start_0, len){ + var c, enable, flag, i, result; + enable = true; + result = 16; + for (i = 0; i < len; i++) { + c = data_0[start_0 + i]; + switch (c) { + case 43: + enable = true; + break; + case 45: + enable = false; + break; + default:flag = regexodus_Pattern_getFlag__CI(c); + enable?(result |= flag):(result &= ~flag); + } + } + return result; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(30, 1, {3:1, 30:1, 206:1}, regexodus_Pattern_Pattern__Ljava_lang_String_2V, regexodus_Pattern_Pattern__Ljava_lang_String_2IV); +_.equals__Ljava_lang_Object_2Z = function regexodus_Pattern_equals__Ljava_lang_Object_2Z(o){ + return regexodus_Pattern_$equals__Lregexodus_Pattern_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function regexodus_Pattern_hashCode__I(){ + return regexodus_Pattern_$hashCode__Lregexodus_Pattern_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function regexodus_Pattern_toString__Ljava_lang_String_2(){ + return this.regexodus_Pattern_stringRepr; +} +; +_.regexodus_Pattern_caseless = false; +_.regexodus_Pattern_counters = 0; +_.regexodus_Pattern_flags = 0; +_.regexodus_Pattern_lookaheads = 0; +_.regexodus_Pattern_memregs = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Pattern_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Pattern', 30, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V(s){ + java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V.call(this, s); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(48, 24, {3:1, 51:1, 24:1, 31:1, 52:1, 48:1}, regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PatternSyntaxException_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'PatternSyntaxException', 48, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1IllegalArgumentException_12_1classLit); +function regexodus_PerlSubstitution_$clinit__V(){ + regexodus_PerlSubstitution_$clinit__V = com_google_gwt_lang_Runtime_emptyMethod__V; + var e; + try { + regexodus_PerlSubstitution_refPtn = new regexodus_Pattern_Pattern__Ljava_lang_String_2V; + regexodus_PerlSubstitution_MODE_1ID = regexodus_Pattern_$groupId__Lregexodus_Pattern_2Ljava_lang_String_2Ljava_lang_Integer_2(regexodus_PerlSubstitution_refPtn, 'mode').java_lang_Integer_value; + regexodus_PerlSubstitution_NAME_1ID = regexodus_Pattern_$groupId__Lregexodus_Pattern_2Ljava_lang_String_2Ljava_lang_Integer_2(regexodus_PerlSubstitution_refPtn, $intern_145).java_lang_Integer_value; + regexodus_PerlSubstitution_ESC_1ID = regexodus_Pattern_$groupId__Lregexodus_Pattern_2Ljava_lang_String_2Ljava_lang_Integer_2(regexodus_PerlSubstitution_refPtn, 'esc').java_lang_Integer_value; + } + catch ($e0) { + $e0 = com_google_gwt_lang_Exceptions_toJava__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + if (com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z($e0, 48)) { + e = $e0; + java_lang_Throwable_$printStackTraceImpl__Ljava_lang_Throwable_2Ljava_io_PrintStream_2Ljava_lang_String_2Ljava_lang_String_2V(e, (java_lang_System_$clinit__V() , java_lang_System_err), ''); + } + else + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2($e0); + } +} + +function regexodus_PerlSubstitution_PerlSubstitution__Ljava_lang_String_2V(s){ + regexodus_PerlSubstitution_$clinit__V(); + var refMatcher; + refMatcher = new regexodus_Matcher_Matcher__Lregexodus_Pattern_2V(regexodus_PerlSubstitution_refPtn); + regexodus_Matcher_$setTarget__Lregexodus_Matcher_2Ljava_lang_CharSequence_2IIV(refMatcher, s, 0, s.length); + this.regexodus_PerlSubstitution_queueEntry = regexodus_PerlSubstitution_makeQueue__Lregexodus_Matcher_2Lregexodus_PerlSubstitution$Element_2(refMatcher); +} + +function regexodus_PerlSubstitution_makeQueue__Lregexodus_Matcher_2Lregexodus_PerlSubstitution$Element_2(refMatcher){ + var c, element, i, md, modes; + refMatcher.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(refMatcher); + if (regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(refMatcher, 0)) { + modes = 0; + if (regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(refMatcher, regexodus_PerlSubstitution_NAME_1ID)) { + if (regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(refMatcher, regexodus_PerlSubstitution_MODE_1ID)) { + md = regexodus_Matcher_$group__Lregexodus_Matcher_2ILjava_lang_String_2(refMatcher, regexodus_PerlSubstitution_MODE_1ID); + for (i = 0; i < md.length; i++) { + switch (javaemul_internal_InternalPreconditions_checkCriticalStringElementIndex__IIV(i, md.length) , md.charCodeAt(i)) { + case 64: + modes ^= 1; + break; + case 47: + modes ^= 2; + break; + case 58: + modes ^= 4; + break; + case 33: + modes ^= 8; + } + } + } + c = regexodus_Matcher_$charAt__Lregexodus_Matcher_2IIC(refMatcher, regexodus_PerlSubstitution_NAME_1ID); + c == 38?(element = new regexodus_PerlSubstitution$IntRefHandler_PerlSubstitution$IntRefHandler__Ljava_lang_String_2Ljava_lang_Integer_2IV(regexodus_Matcher_$getString__Lregexodus_Matcher_2IILjava_lang_String_2(refMatcher, refMatcher.regexodus_Matcher_offset, refMatcher.regexodus_Matcher_wOffset), java_lang_Integer_valueOf__ILjava_lang_Integer_2(0), modes)):(java_lang_Character_digitRegex == null && (java_lang_Character_digitRegex = new RegExp('\\d')) , java_lang_Character_digitRegex.test(String.fromCharCode(c))?(element = new regexodus_PerlSubstitution$IntRefHandler_PerlSubstitution$IntRefHandler__Ljava_lang_String_2Ljava_lang_Integer_2IV(regexodus_Matcher_$getString__Lregexodus_Matcher_2IILjava_lang_String_2(refMatcher, refMatcher.regexodus_Matcher_offset, refMatcher.regexodus_Matcher_wOffset), java_lang_Integer_valueOf__ILjava_lang_Integer_2(java_lang_Number__1_1parseAndValidateInt__Ljava_lang_String_2IIII(regexodus_Matcher_$group__Lregexodus_Matcher_2ILjava_lang_String_2(refMatcher, regexodus_PerlSubstitution_NAME_1ID), 10, $intern_84, $intern_5)), modes)):(element = new regexodus_PerlSubstitution$StringRefHandler_PerlSubstitution$StringRefHandler__Ljava_lang_String_2Ljava_lang_String_2IV(regexodus_Matcher_$getString__Lregexodus_Matcher_2IILjava_lang_String_2(refMatcher, refMatcher.regexodus_Matcher_offset, refMatcher.regexodus_Matcher_wOffset), regexodus_Matcher_$group__Lregexodus_Matcher_2ILjava_lang_String_2(refMatcher, regexodus_PerlSubstitution_NAME_1ID), modes))); + } + else { + element = new regexodus_PerlSubstitution$PlainElement_PerlSubstitution$PlainElement__Ljava_lang_String_2Ljava_lang_String_2V(regexodus_Matcher_$getString__Lregexodus_Matcher_2IILjava_lang_String_2(refMatcher, refMatcher.regexodus_Matcher_offset, refMatcher.regexodus_Matcher_wOffset), regexodus_Matcher_$group__Lregexodus_Matcher_2ILjava_lang_String_2(refMatcher, regexodus_PerlSubstitution_ESC_1ID)); + } + regexodus_Matcher_$setTarget__Lregexodus_Matcher_2Lregexodus_Matcher_2IV(refMatcher, refMatcher); + element.regexodus_PerlSubstitution$Element_next = regexodus_PerlSubstitution_makeQueue__Lregexodus_Matcher_2Lregexodus_PerlSubstitution$Element_2(refMatcher); + return element; + } + else + return new regexodus_PerlSubstitution$PlainElement_PerlSubstitution$PlainElement__Ljava_lang_String_2V(regexodus_Matcher_$getString__Lregexodus_Matcher_2IILjava_lang_String_2(refMatcher, refMatcher.regexodus_Matcher_offset, refMatcher.regexodus_Matcher_end)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(673, 1, {3:1, 673:1}, regexodus_PerlSubstitution_PerlSubstitution__Ljava_lang_String_2V); +_.appendSubstitution__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V = function regexodus_PerlSubstitution_appendSubstitution__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V(match_0, dest){ + var element; + for (element = this.regexodus_PerlSubstitution_queueEntry; element; element = element.regexodus_PerlSubstitution$Element_next) { + element.package_private$regexodus$append__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V(match_0, dest); + } +} +; +_.equals__Ljava_lang_Object_2Z = function regexodus_PerlSubstitution_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + return this.regexodus_PerlSubstitution_queueEntry?java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this.regexodus_PerlSubstitution_queueEntry, that.regexodus_PerlSubstitution_queueEntry):!that.regexodus_PerlSubstitution_queueEntry; +} +; +_.hashCode__I = function regexodus_PerlSubstitution_hashCode__I(){ + return this.regexodus_PerlSubstitution_queueEntry?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.regexodus_PerlSubstitution_queueEntry):0; +} +; +_.toString__Ljava_lang_String_2 = function regexodus_PerlSubstitution_toString__Ljava_lang_String_2(){ + var element, sb; + sb = new java_lang_StringBuilder_StringBuilder__V; + for (element = this.regexodus_PerlSubstitution_queueEntry; element; element = element.regexodus_PerlSubstitution$Element_next) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(sb, com_google_gwt_lang_Runtime_toString__Ljava_lang_Object_2Ljava_lang_String_2(element)); + } + return sb.java_lang_AbstractStringBuilder_string; +} +; +var regexodus_PerlSubstitution_ESC_1ID = 0, regexodus_PerlSubstitution_MODE_1ID = 0, regexodus_PerlSubstitution_NAME_1ID = 0, regexodus_PerlSubstitution_refPtn; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'PerlSubstitution', 673, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(1121, 1, {}); +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$Element_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'PerlSubstitution/Element', 1121, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_PerlSubstitution$IntRefHandler_PerlSubstitution$IntRefHandler__Ljava_lang_String_2Ljava_lang_Integer_2IV(s, ind, modes){ + this.regexodus_PerlSubstitution$Element_prefix = s; + this.regexodus_PerlSubstitution$IntRefHandler_index = ind; + this.regexodus_PerlSubstitution$IntRefHandler_modes = modes; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(675, 1121, {675:1}, regexodus_PerlSubstitution$IntRefHandler_PerlSubstitution$IntRefHandler__Ljava_lang_String_2Ljava_lang_Integer_2IV); +_.package_private$regexodus$append__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V = function regexodus_PerlSubstitution$IntRefHandler_append__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V(match_0, dest){ + var i; + this.regexodus_PerlSubstitution$Element_prefix != null && regexodus_Replacer$StringBuilderBuffer_$append__Lregexodus_Replacer$StringBuilderBuffer_2Ljava_lang_String_2V(dest, this.regexodus_PerlSubstitution$Element_prefix); + if (!this.regexodus_PerlSubstitution$IntRefHandler_index) + return; + i = this.regexodus_PerlSubstitution$IntRefHandler_index.java_lang_Integer_value; + if (i >= match_0.regexodus_Matcher_re.regexodus_Pattern_memregs) + return; + !!regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(match_0, i) && regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILregexodus_TextBuffer_2IZ(match_0, i, dest, this.regexodus_PerlSubstitution$IntRefHandler_modes); +} +; +_.equals__Ljava_lang_Object_2Z = function regexodus_PerlSubstitution$IntRefHandler_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$IntRefHandler_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (this.regexodus_PerlSubstitution$IntRefHandler_modes != that.regexodus_PerlSubstitution$IntRefHandler_modes) + return false; + return this.regexodus_PerlSubstitution$IntRefHandler_index?java_lang_Integer_$equals__Ljava_lang_Integer_2Ljava_lang_Object_2Z(this.regexodus_PerlSubstitution$IntRefHandler_index, that.regexodus_PerlSubstitution$IntRefHandler_index):!that.regexodus_PerlSubstitution$IntRefHandler_index; +} +; +_.hashCode__I = function regexodus_PerlSubstitution$IntRefHandler_hashCode__I(){ + var result; + result = this.regexodus_PerlSubstitution$IntRefHandler_index?this.regexodus_PerlSubstitution$IntRefHandler_index.java_lang_Integer_value:0; + result = 31 * result + this.regexodus_PerlSubstitution$IntRefHandler_modes; + return result; +} +; +_.regexodus_PerlSubstitution$IntRefHandler_modes = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$IntRefHandler_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'PerlSubstitution/IntRefHandler', 675, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$Element_12_1classLit); +function regexodus_PerlSubstitution$PlainElement_PerlSubstitution$PlainElement__Ljava_lang_String_2V(s){ + this.regexodus_PerlSubstitution$PlainElement_str = s; +} + +function regexodus_PerlSubstitution$PlainElement_PerlSubstitution$PlainElement__Ljava_lang_String_2Ljava_lang_String_2V(pref, s){ + this.regexodus_PerlSubstitution$Element_prefix = pref; + this.regexodus_PerlSubstitution$PlainElement_str = s; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(674, 1121, {674:1}, regexodus_PerlSubstitution$PlainElement_PerlSubstitution$PlainElement__Ljava_lang_String_2V, regexodus_PerlSubstitution$PlainElement_PerlSubstitution$PlainElement__Ljava_lang_String_2Ljava_lang_String_2V); +_.package_private$regexodus$append__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V = function regexodus_PerlSubstitution$PlainElement_append__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V(match_0, dest){ + this.regexodus_PerlSubstitution$Element_prefix != null && regexodus_Replacer$StringBuilderBuffer_$append__Lregexodus_Replacer$StringBuilderBuffer_2Ljava_lang_String_2V(dest, this.regexodus_PerlSubstitution$Element_prefix); + this.regexodus_PerlSubstitution$PlainElement_str != null && regexodus_Replacer$StringBuilderBuffer_$append__Lregexodus_Replacer$StringBuilderBuffer_2Ljava_lang_String_2V(dest, this.regexodus_PerlSubstitution$PlainElement_str); +} +; +_.equals__Ljava_lang_Object_2Z = function regexodus_PerlSubstitution$PlainElement_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$PlainElement_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + return this.regexodus_PerlSubstitution$PlainElement_str != null?java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this.regexodus_PerlSubstitution$PlainElement_str, that.regexodus_PerlSubstitution$PlainElement_str):that.regexodus_PerlSubstitution$PlainElement_str == null; +} +; +_.hashCode__I = function regexodus_PerlSubstitution$PlainElement_hashCode__I(){ + return this.regexodus_PerlSubstitution$PlainElement_str != null?java_lang_String_$hashCode__Ljava_lang_String_2I(this.regexodus_PerlSubstitution$PlainElement_str):0; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$PlainElement_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'PerlSubstitution/PlainElement', 674, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$Element_12_1classLit); +function regexodus_PerlSubstitution$StringRefHandler_PerlSubstitution$StringRefHandler__Ljava_lang_String_2Ljava_lang_String_2IV(s, ind, modes){ + this.regexodus_PerlSubstitution$Element_prefix = s; + this.regexodus_PerlSubstitution$StringRefHandler_index = ind; + this.regexodus_PerlSubstitution$StringRefHandler_modes = modes; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(767, 1121, {767:1}, regexodus_PerlSubstitution$StringRefHandler_PerlSubstitution$StringRefHandler__Ljava_lang_String_2Ljava_lang_String_2IV); +_.package_private$regexodus$append__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V = function regexodus_PerlSubstitution$StringRefHandler_append__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V(match_0, dest){ + var i; + this.regexodus_PerlSubstitution$Element_prefix != null && regexodus_Replacer$StringBuilderBuffer_$append__Lregexodus_Replacer$StringBuilderBuffer_2Ljava_lang_String_2V(dest, this.regexodus_PerlSubstitution$Element_prefix); + if (this.regexodus_PerlSubstitution$StringRefHandler_index == null) + return; + i = regexodus_Pattern_$groupId__Lregexodus_Pattern_2Ljava_lang_String_2Ljava_lang_Integer_2(match_0.regexodus_Matcher_re, this.regexodus_PerlSubstitution$StringRefHandler_index).java_lang_Integer_value; + !!regexodus_Matcher_$bounds__Lregexodus_Matcher_2ILregexodus_MemReg_2(match_0, i) && regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILregexodus_TextBuffer_2IZ(match_0, i, dest, this.regexodus_PerlSubstitution$StringRefHandler_modes); +} +; +_.equals__Ljava_lang_Object_2Z = function regexodus_PerlSubstitution$StringRefHandler_equals__Ljava_lang_Object_2Z(o){ + var that; + if (this === o) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$StringRefHandler_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (this.regexodus_PerlSubstitution$StringRefHandler_modes != that.regexodus_PerlSubstitution$StringRefHandler_modes) + return false; + return this.regexodus_PerlSubstitution$StringRefHandler_index != null?java_lang_String_$equals__Ljava_lang_String_2Ljava_lang_Object_2Z(this.regexodus_PerlSubstitution$StringRefHandler_index, that.regexodus_PerlSubstitution$StringRefHandler_index):that.regexodus_PerlSubstitution$StringRefHandler_index == null; +} +; +_.hashCode__I = function regexodus_PerlSubstitution$StringRefHandler_hashCode__I(){ + var result; + result = this.regexodus_PerlSubstitution$StringRefHandler_index != null?java_lang_String_$hashCode__Ljava_lang_String_2I(this.regexodus_PerlSubstitution$StringRefHandler_index):0; + result = 31 * result + this.regexodus_PerlSubstitution$StringRefHandler_modes; + return result; +} +; +_.regexodus_PerlSubstitution$StringRefHandler_modes = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$StringRefHandler_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'PerlSubstitution/StringRefHandler', 767, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1PerlSubstitution$Element_12_1classLit); +function regexodus_Pretokenizer_$next__Lregexodus_Pretokenizer_2V(this$static){ + var c, c1, c2, data_0, end, esc, i, isDecl, mLen, mOff, nend, nstart, p, p0, skip, tOffset; + tOffset = this$static.regexodus_Pretokenizer_tOutside; + skip = this$static.regexodus_Pretokenizer_skip; + tOffset += skip; + this$static.regexodus_Pretokenizer_flagsChanged = false; + end = this$static.regexodus_Pretokenizer_end; + data_0 = this$static.regexodus_Pretokenizer_data; + esc = false; + for (i = tOffset; i < end; i++) { + c = data_0[i]; + if (esc) { + if (c == 81) { + for (; i < end; i++) { + c1 = data_0[i]; + if (c1 == 92) { + if (i + 1 < end && data_0[i + 1] == 69) { + ++i; + esc = false; + break; + } + } + } + } + else { + esc = false; + } + continue; + } + switch (c) { + case 92: + esc = true; + continue; + case 124: + case 41: + this$static.regexodus_Pretokenizer_ttype = c; + this$static.regexodus_Pretokenizer_tOffset = tOffset; + this$static.regexodus_Pretokenizer_tOutside = i; + this$static.regexodus_Pretokenizer_skip = 1; + return; + case 40: + if (i + 2 < end && data_0[i + 1] == 63) { + c1 = data_0[i + 2]; + switch (c1) { + case 58: + this$static.regexodus_Pretokenizer_ttype = 3; + skip = 3; + break; + case 61: + this$static.regexodus_Pretokenizer_ttype = 4; + skip = 3; + break; + case 33: + this$static.regexodus_Pretokenizer_ttype = 5; + skip = 3; + break; + case 60: + switch (c1 = data_0[i + 3]) { + case 61: + this$static.regexodus_Pretokenizer_ttype = 6; + skip = 4; + break; + case 33: + this$static.regexodus_Pretokenizer_ttype = 7; + skip = 4; + break; + default:p0 = i + 3; + skip = 4; + nstart = p0; + if (regexodus_Category_$contains__Lregexodus_Category_2CZ((regexodus_Category_$clinit__V() , regexodus_Category_N), c1)) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('number at the start of a named group')); + while (regexodus_Category_$contains__Lregexodus_Category_2CZ(regexodus_Category_IdentifierPart, c1)) { + c1 = data_0[++p0]; + ++skip; + if (p0 == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3536)); + } + + nend = p0; + if (c1 != 62) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V("'>' expected at " + (p0 - i) + ' in ' + java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, i, end - i))); + this$static.regexodus_Pretokenizer_groupName = java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, nstart, nend - nstart); + this$static.regexodus_Pretokenizer_groupDeclared = true; + this$static.regexodus_Pretokenizer_ttype = 13; + } + + break; + case 62: + this$static.regexodus_Pretokenizer_ttype = 8; + skip = 3; + break; + case 35: + this$static.regexodus_Pretokenizer_ttype = 9; + skip = 3; + break; + case 40: + this$static.regexodus_Pretokenizer_ttype = 10; + skip = 2; + break; + case 91: + this$static.regexodus_Pretokenizer_ttype = 12; + skip = 2; + break; + default:mLoop: for (p = i + 2; p < end; p++) { + c2 = data_0[p]; + switch (c2) { + case 45: + case 105: + case 109: + case 115: + case 120: + case 117: + case 88: + continue mLoop; + case 58: + mOff = i + 2; + mLen = p - mOff; + if (mLen > 0) { + this$static.regexodus_Pretokenizer_flags = regexodus_Pattern_parseFlags___3CIII(data_0, mOff, mLen); + this$static.regexodus_Pretokenizer_flagsChanged = true; + } + + this$static.regexodus_Pretokenizer_ttype = 3; + skip = mLen + 3; + break mLoop; + case 41: + this$static.regexodus_Pretokenizer_flags = regexodus_Pattern_parseFlags___3CIII(data_0, mOff = i + 2, mLen = p - mOff); + this$static.regexodus_Pretokenizer_flagsChanged = true; + this$static.regexodus_Pretokenizer_ttype = 11; + skip = mLen + 3; + break mLoop; + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('wrong char after "(?": ' + String.fromCharCode(c2))); + } + } + + } + } + else if (i + 2 < end && data_0[i + 1] == 123) { + p = i + 2; + skip = 3; + c = data_0[p]; + while (regexodus_Category_$contains__Lregexodus_Category_2CZ((regexodus_Category_$clinit__V() , regexodus_Category_Space), c)) { + c = data_0[++p]; + ++skip; + if (p == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3536)); + } + if (c == 61) { + isDecl = false; + c = data_0[++p]; + ++skip; + if (p == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3536)); + } + else + isDecl = true; + nstart = p; + while (regexodus_Category_$contains__Lregexodus_Category_2CZ(regexodus_Category_IdentifierPart, c)) { + c = data_0[++p]; + ++skip; + if (p == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3536)); + } + nend = p; + while (regexodus_Category_$contains__Lregexodus_Category_2CZ(regexodus_Category_Space, c)) { + c = data_0[++p]; + ++skip; + if (p == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V($intern_3536)); + } + if (c != 125) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V("'}' expected at " + (p - i) + ' in ' + java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, i, end - i))); + this$static.regexodus_Pretokenizer_groupName = java_lang_String_valueOf___3CIILjava_lang_String_2(data_0, nstart, nend - nstart); + this$static.regexodus_Pretokenizer_groupDeclared = isDecl; + this$static.regexodus_Pretokenizer_ttype = 13; + } + else { + this$static.regexodus_Pretokenizer_ttype = 40; + skip = 1; + } + + this$static.regexodus_Pretokenizer_tOffset = tOffset; + this$static.regexodus_Pretokenizer_tOutside = i; + this$static.regexodus_Pretokenizer_skip = skip; + return; + case 91: + loop: for (;; i++) { + if (i == end) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V('malformed character class')); + c1 = data_0[i]; + switch (c1) { + case 92: + ++i; + continue; + case 93: + break loop; + } + } + + } + } + this$static.regexodus_Pretokenizer_ttype = 2; + this$static.regexodus_Pretokenizer_tOffset = tOffset; + this$static.regexodus_Pretokenizer_tOutside = end; +} + +function regexodus_Pretokenizer_Pretokenizer___3CIIV(data_0, end){ + if (end > data_0.length) + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IndexOutOfBoundsException_IndexOutOfBoundsException__Ljava_lang_String_2V('offset=0, end=' + end + ', length=' + data_0.length)); + this.regexodus_Pretokenizer_end = end; + this.regexodus_Pretokenizer_tOffset = 0; + this.regexodus_Pretokenizer_tOutside = 0; + this.regexodus_Pretokenizer_data = data_0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(922, 1, {3:1}, regexodus_Pretokenizer_Pretokenizer___3CIIV); +_.regexodus_Pretokenizer_end = 0; +_.regexodus_Pretokenizer_flags = 0; +_.regexodus_Pretokenizer_flagsChanged = false; +_.regexodus_Pretokenizer_groupDeclared = false; +_.regexodus_Pretokenizer_skip = 0; +_.regexodus_Pretokenizer_tOffset = 0; +_.regexodus_Pretokenizer_tOutside = 0; +_.regexodus_Pretokenizer_ttype = 1; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Pretokenizer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Pretokenizer', 922, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_Replacer_$equals__Lregexodus_Replacer_2Ljava_lang_Object_2Z(this$static, o){ + var replacer; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o)) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Replacer_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + replacer = o; + return this$static.regexodus_Replacer_pattern?regexodus_Pattern_$equals__Lregexodus_Pattern_2Ljava_lang_Object_2Z(this$static.regexodus_Replacer_pattern, replacer.regexodus_Replacer_pattern):!replacer.regexodus_Replacer_pattern && (this$static.regexodus_Replacer_substitution?java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static.regexodus_Replacer_substitution, replacer.regexodus_Replacer_substitution):!replacer.regexodus_Replacer_substitution); +} + +function regexodus_Replacer_$replace__Lregexodus_Replacer_2Ljava_lang_CharSequence_2Ljava_lang_String_2(this$static, text_0){ + var tb; + tb = new regexodus_Replacer$StringBuilderBuffer_Replacer$StringBuilderBuffer__Ljava_lang_StringBuilder_2V((java_lang_String_length_1_1I_1_1devirtual$__Ljava_lang_CharSequence_2I(text_0) , new java_lang_StringBuilder_StringBuilder__IV)); + regexodus_Replacer_replace__Lregexodus_Matcher_2Lregexodus_Substitution_2Lregexodus_TextBuffer_2I(regexodus_Pattern_$matcher__Lregexodus_Pattern_2Ljava_lang_CharSequence_2Lregexodus_Matcher_2(this$static.regexodus_Replacer_pattern, text_0), this$static.regexodus_Replacer_substitution, tb); + return tb.regexodus_Replacer$StringBuilderBuffer_sb.java_lang_AbstractStringBuilder_string; +} + +function regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V(pattern, substitution){ + this.regexodus_Replacer_pattern = pattern; + this.regexodus_Replacer_substitution = new regexodus_PerlSubstitution_PerlSubstitution__Ljava_lang_String_2V(substitution); +} + +function regexodus_Replacer_Replacer__Lregexodus_Pattern_2Lregexodus_Substitution_2V(pattern, substitution){ + this.regexodus_Replacer_pattern = pattern; + this.regexodus_Replacer_substitution = substitution; +} + +function regexodus_Replacer_replace__Lregexodus_Matcher_2Lregexodus_Substitution_2Lregexodus_TextBuffer_2I(m, substitution, dest){ + var c, firstPass; + firstPass = true; + c = 0; + while (m.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(m) , regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(m, 0)) { + if (m.regexodus_Matcher_wEnd - m.regexodus_Matcher_offset == 0 && !firstPass) + continue; + m.regexodus_Matcher_wOffset - m.regexodus_Matcher_offset > 0 && regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILregexodus_TextBuffer_2IZ(m, -1, dest, 0); + substitution.appendSubstitution__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V(m, dest); + ++c; + regexodus_Matcher_$setTarget__Lregexodus_Matcher_2Lregexodus_Matcher_2IV(m, m); + firstPass = false; + } + regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILregexodus_TextBuffer_2IZ(m, -3, dest, 0); + return c; +} + +function regexodus_Replacer_replaceStep__Lregexodus_Matcher_2Lregexodus_Substitution_2Lregexodus_TextBuffer_2Z(m, substitution, dest){ + var c, firstPass; + firstPass = true; + c = 0; + while (c < 1 && (m.regexodus_Matcher_called && regexodus_Matcher_$skip__Lregexodus_Matcher_2V(m) , regexodus_Matcher_$search__Lregexodus_Matcher_2IZ(m, 0))) { + if (m.regexodus_Matcher_wEnd - m.regexodus_Matcher_offset == 0 && !firstPass) + continue; + m.regexodus_Matcher_wOffset - m.regexodus_Matcher_offset > 0 && regexodus_Matcher_$getGroup__Lregexodus_Matcher_2ILregexodus_TextBuffer_2IZ(m, -1, dest, 0); + substitution.appendSubstitution__Lregexodus_MatchResult_2Lregexodus_TextBuffer_2V(m, dest); + ++c; + regexodus_Matcher_$setTarget__Lregexodus_Matcher_2Lregexodus_Matcher_2IV(m, m); + firstPass = false; + } + return c > 0; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(58, 1, {3:1, 58:1}, regexodus_Replacer_Replacer__Lregexodus_Pattern_2Ljava_lang_String_2V, regexodus_Replacer_Replacer__Lregexodus_Pattern_2Lregexodus_Substitution_2V); +_.equals__Ljava_lang_Object_2Z = function regexodus_Replacer_equals__Ljava_lang_Object_2Z(o){ + return regexodus_Replacer_$equals__Lregexodus_Replacer_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function regexodus_Replacer_hashCode__I(){ + var result; + result = this.regexodus_Replacer_pattern?regexodus_Pattern_$hashCode__Lregexodus_Pattern_2I(this.regexodus_Replacer_pattern):0; + result = 31 * result + (this.regexodus_Replacer_substitution?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this.regexodus_Replacer_substitution):0); + return result; +} +; +_.toString__Ljava_lang_String_2 = function regexodus_Replacer_toString__Ljava_lang_String_2(){ + return 'Replacer{pattern=' + this.regexodus_Replacer_pattern + ', substitution=' + this.regexodus_Replacer_substitution + '}'; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Replacer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Replacer', 58, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_Replacer$StringBuilderBuffer_$append__Lregexodus_Replacer$StringBuilderBuffer_2Ljava_lang_String_2V(this$static, s){ + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2Ljava_lang_String_2Ljava_lang_StringBuilder_2(this$static.regexodus_Replacer$StringBuilderBuffer_sb, s); +} + +function regexodus_Replacer$StringBuilderBuffer_$append__Lregexodus_Replacer$StringBuilderBuffer_2_3CIIV(this$static, chars, start_0, len){ + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2_3CIILjava_lang_StringBuilder_2(this$static.regexodus_Replacer$StringBuilderBuffer_sb, chars, start_0, len); +} + +function regexodus_Replacer$StringBuilderBuffer_Replacer$StringBuilderBuffer__Ljava_lang_StringBuilder_2V(builder){ + this.regexodus_Replacer$StringBuilderBuffer_sb = builder; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(547, 1, {3:1}, regexodus_Replacer$StringBuilderBuffer_Replacer$StringBuilderBuffer__Ljava_lang_StringBuilder_2V); +_.toString__Ljava_lang_String_2 = function regexodus_Replacer$StringBuilderBuffer_toString__Ljava_lang_String_2(){ + return this.regexodus_Replacer$StringBuilderBuffer_sb.java_lang_AbstractStringBuilder_string; +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Replacer$StringBuilderBuffer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'Replacer/StringBuilderBuffer', 547, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_SearchEntry_$equals__Lregexodus_SearchEntry_2Ljava_lang_Object_2Z(this$static, o){ + var that; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o)) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1SearchEntry_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + that = o; + if (this$static.regexodus_SearchEntry_index != that.regexodus_SearchEntry_index) + return false; + if (this$static.regexodus_SearchEntry_cnt != that.regexodus_SearchEntry_cnt) + return false; + if (this$static.regexodus_SearchEntry_regLen != that.regexodus_SearchEntry_regLen) + return false; + if (this$static.regexodus_SearchEntry_isState != that.regexodus_SearchEntry_isState) + return false; + if (this$static.regexodus_SearchEntry_term?!this$static.regexodus_SearchEntry_term.equals__Ljava_lang_Object_2Z(that.regexodus_SearchEntry_term):!!that.regexodus_SearchEntry_term) + return false; + if (this$static.regexodus_SearchEntry_sub?!regexodus_SearchEntry_$equals__Lregexodus_SearchEntry_2Ljava_lang_Object_2Z(this$static.regexodus_SearchEntry_sub, that.regexodus_SearchEntry_sub):!!that.regexodus_SearchEntry_sub) + return false; + if (this$static.regexodus_SearchEntry_on?!regexodus_SearchEntry_$equals__Lregexodus_SearchEntry_2Ljava_lang_Object_2Z(this$static.regexodus_SearchEntry_on, that.regexodus_SearchEntry_on):!!that.regexodus_SearchEntry_on) + return false; + if (this$static.regexodus_SearchEntry_mHead?!java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static.regexodus_SearchEntry_mHead, that.regexodus_SearchEntry_mHead):!!that.regexodus_SearchEntry_mHead) + return false; + return this$static.regexodus_SearchEntry_mCurrent?java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static.regexodus_SearchEntry_mCurrent, that.regexodus_SearchEntry_mCurrent):!that.regexodus_SearchEntry_mCurrent && (this$static.regexodus_SearchEntry_cHead?java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static.regexodus_SearchEntry_cHead, that.regexodus_SearchEntry_cHead):!that.regexodus_SearchEntry_cHead && (this$static.regexodus_SearchEntry_cCurrent?java_lang_Object_equals_1Ljava_1lang_1Object_1_1Z_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Object_2Z(this$static.regexodus_SearchEntry_cCurrent, that.regexodus_SearchEntry_cCurrent):!that.regexodus_SearchEntry_cCurrent)); +} + +function regexodus_SearchEntry_$hashCode__Lregexodus_SearchEntry_2I(this$static){ + var result; + result = this$static.regexodus_SearchEntry_term?this$static.regexodus_SearchEntry_term.hashCode__I():0; + result = 31 * result + this$static.regexodus_SearchEntry_index; + result = 31 * result + this$static.regexodus_SearchEntry_cnt; + result = 31 * result + this$static.regexodus_SearchEntry_regLen; + result = 31 * result + (this$static.regexodus_SearchEntry_isState?1:0); + result = 31 * result + (this$static.regexodus_SearchEntry_mHead?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this$static.regexodus_SearchEntry_mHead):0); + result = 31 * result + (this$static.regexodus_SearchEntry_mCurrent?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this$static.regexodus_SearchEntry_mCurrent):0); + result = 31 * result + (this$static.regexodus_SearchEntry_cHead?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this$static.regexodus_SearchEntry_cHead):0); + result = 31 * result + (this$static.regexodus_SearchEntry_cCurrent?java_lang_Object_hashCode_1_1I_1_1devirtual$__Ljava_lang_Object_2I(this$static.regexodus_SearchEntry_cCurrent):0); + return result; +} + +function regexodus_SearchEntry_$reset__Lregexodus_SearchEntry_2IV(this$static, restQueue){ + var on; + this$static.regexodus_SearchEntry_term = null; + this$static.regexodus_SearchEntry_index = this$static.regexodus_SearchEntry_cnt = this$static.regexodus_SearchEntry_regLen = 0; + this$static.regexodus_SearchEntry_mCurrent = null; + this$static.regexodus_SearchEntry_cCurrent = null; + this$static.regexodus_SearchEntry_isState = false; + on = this$static.regexodus_SearchEntry_on; + if (on) { + if (restQueue > 0) + regexodus_SearchEntry_$reset__Lregexodus_SearchEntry_2IV(on, restQueue - 1); + else { + this$static.regexodus_SearchEntry_on = null; + on.regexodus_SearchEntry_sub = null; + } + } +} + +function regexodus_SearchEntry_SearchEntry__V(){ +} + +function regexodus_SearchEntry_popState__Lregexodus_SearchEntry_2_3Lregexodus_MemReg_2_3IV(entry, memregs, counters){ + var cs, mr, ms; + ms = entry.regexodus_SearchEntry_mCurrent; + while (ms) { + mr = memregs[ms.regexodus_SearchEntry$MState_index]; + mr.regexodus_MemReg_in = ms.regexodus_SearchEntry$MState_in; + mr.regexodus_MemReg_out = ms.regexodus_SearchEntry$MState_out; + ms = ms.regexodus_SearchEntry$MState_prev; + } + cs = entry.regexodus_SearchEntry_cCurrent; + while (cs) { + counters[cs.regexodus_SearchEntry$CState_index] = cs.regexodus_SearchEntry$CState_value; + cs = cs.regexodus_SearchEntry$CState_prev; + } + entry.regexodus_SearchEntry_mCurrent = null; + entry.regexodus_SearchEntry_cCurrent = null; + entry.regexodus_SearchEntry_isState = false; +} + +function regexodus_SearchEntry_saveCntState__Lregexodus_SearchEntry_2IIV(entry, cntreg, value_0){ + var current, head, next; + entry.regexodus_SearchEntry_isState = true; + current = entry.regexodus_SearchEntry_cCurrent; + if (!current) { + head = entry.regexodus_SearchEntry_cHead; + !head?(entry.regexodus_SearchEntry_cHead = entry.regexodus_SearchEntry_cCurrent = current = new regexodus_SearchEntry$CState_SearchEntry$CState__V):(current = head); + } + else { + next = current.regexodus_SearchEntry$CState_next; + if (!next) { + current.regexodus_SearchEntry$CState_next = next = new regexodus_SearchEntry$CState_SearchEntry$CState__V; + next.regexodus_SearchEntry$CState_prev = current; + } + current = next; + } + current.regexodus_SearchEntry$CState_index = cntreg; + current.regexodus_SearchEntry$CState_value = value_0; + entry.regexodus_SearchEntry_cCurrent = current; +} + +function regexodus_SearchEntry_saveMemregState__Lregexodus_SearchEntry_2ILregexodus_MemReg_2V(entry, memreg, mr){ + var current, head, next; + entry.regexodus_SearchEntry_isState = true; + current = entry.regexodus_SearchEntry_mCurrent; + if (!current) { + head = entry.regexodus_SearchEntry_mHead; + !head?(entry.regexodus_SearchEntry_mHead = entry.regexodus_SearchEntry_mCurrent = current = new regexodus_SearchEntry$MState_SearchEntry$MState__V):(current = head); + } + else { + next = current.regexodus_SearchEntry$MState_next; + if (!next) { + current.regexodus_SearchEntry$MState_next = next = new regexodus_SearchEntry$MState_SearchEntry$MState__V; + next.regexodus_SearchEntry$MState_prev = current; + } + current = next; + } + current.regexodus_SearchEntry$MState_index = memreg; + current.regexodus_SearchEntry$MState_in = mr.regexodus_MemReg_in; + current.regexodus_SearchEntry$MState_out = mr.regexodus_MemReg_out; + entry.regexodus_SearchEntry_mCurrent = current; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(114, 1, {3:1, 114:1}, regexodus_SearchEntry_SearchEntry__V); +_.equals__Ljava_lang_Object_2Z = function regexodus_SearchEntry_equals__Ljava_lang_Object_2Z(o){ + return regexodus_SearchEntry_$equals__Lregexodus_SearchEntry_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function regexodus_SearchEntry_hashCode__I(){ + return regexodus_SearchEntry_$hashCode__Lregexodus_SearchEntry_2I(this); +} +; +_.toString__Ljava_lang_String_2 = function regexodus_SearchEntry_toString__Ljava_lang_String_2(){ + return 'SearchEntry{???}'; +} +; +_.regexodus_SearchEntry_cnt = 0; +_.regexodus_SearchEntry_index = 0; +_.regexodus_SearchEntry_isState = false; +_.regexodus_SearchEntry_regLen = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1SearchEntry_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'SearchEntry', 114, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_SearchEntry$CState_SearchEntry$CState__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(729, 1, {}, regexodus_SearchEntry$CState_SearchEntry$CState__V); +_.regexodus_SearchEntry$CState_index = 0; +_.regexodus_SearchEntry$CState_value = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1SearchEntry$CState_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'SearchEntry/CState', 729, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_SearchEntry$MState_SearchEntry$MState__V(){ +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(728, 1, {}, regexodus_SearchEntry$MState_SearchEntry$MState__V); +_.regexodus_SearchEntry$MState_in = 0; +_.regexodus_SearchEntry$MState_index = 0; +_.regexodus_SearchEntry$MState_out = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1SearchEntry$MState_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'SearchEntry/MState', 728, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_TermIterator_$optimize__Lregexodus_TermIterator_2V(this$static){ + var back, opt; + back = this$static.regexodus_Term_failNext; + opt = regexodus_Optimizer_find__Lregexodus_Term_2ILregexodus_Optimizer_2(back.regexodus_Term_next, 0); + if (!opt) + return; + this$static.regexodus_Term_failNext = regexodus_Optimizer_$makeBacktrack__Lregexodus_Optimizer_2Lregexodus_Term_2Lregexodus_Term_2(opt, back); +} + +function regexodus_TermIterator_TermIterator__Lregexodus_Term_2IILjava_util_ArrayList_2V(term, min_0, max_0, collection){ + var back; + regexodus_Term_Term__V.call(this); + javaemul_internal_ArrayHelper_push___3Ljava_lang_Object_2Ljava_lang_Object_2V(collection.java_util_ArrayList_array, this); + switch (term.regexodus_Term_type) { + case 0: + case 4: + case 5: + case 1: + case 2: + { + this.regexodus_Term_target = term; + back = new regexodus_Term_Term__V; + if (min_0 <= 0 && max_0 < 0) { + this.regexodus_Term_type = 45; + back.regexodus_Term_type = 50; + } + else if (min_0 > 0 && max_0 < 0) { + this.regexodus_Term_type = 46; + back.regexodus_Term_type = 51; + this.regexodus_Term_minCount = back.regexodus_Term_minCount = min_0; + } + else { + this.regexodus_Term_type = 47; + back.regexodus_Term_type = 51; + this.regexodus_Term_minCount = back.regexodus_Term_minCount = min_0; + this.regexodus_Term_maxCount = max_0; + } + this.regexodus_Term_failNext = back; + this.regexodus_Term_in = this; + this.regexodus_Term_out = this; + this.regexodus_Term_out1 = back; + this.regexodus_Term_branchOut = null; + return; + } + + case 6: + { + this.regexodus_Term_target = term; + this.regexodus_Term_memreg = term.regexodus_Term_memreg; + back = new regexodus_Term_Term__V; + if (max_0 < 0) { + this.regexodus_Term_type = 48; + back.regexodus_Term_type = 54; + this.regexodus_Term_minCount = back.regexodus_Term_minCount = min_0; + } + else { + this.regexodus_Term_type = 49; + back.regexodus_Term_type = 54; + this.regexodus_Term_minCount = back.regexodus_Term_minCount = min_0; + this.regexodus_Term_maxCount = max_0; + } + this.regexodus_Term_failNext = back; + this.regexodus_Term_in = this; + this.regexodus_Term_out = this; + this.regexodus_Term_out1 = back; + this.regexodus_Term_branchOut = null; + return; + } + + default:throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new regexodus_PatternSyntaxException_PatternSyntaxException__Ljava_lang_String_2V("can't iterate this type: " + term.regexodus_Term_type)); + } +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(476, 62, {3:1, 206:1, 62:1, 476:1}, regexodus_TermIterator_TermIterator__Lregexodus_Term_2IILjava_util_ArrayList_2V); +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1TermIterator_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3528, 'TermIterator', 476, com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1Term_12_1classLit); +function regexodus_ds_CharCharMap_$containsKey__Lregexodus_ds_CharCharMap_2CZ(this$static, key){ + if (key == 0) { + return this$static.regexodus_ds_CharCharMap_hasZeroValue; + } + return regexodus_ds_CharCharMap_$locateKey__Lregexodus_ds_CharCharMap_2CI(this$static, key) >= 0; +} + +function regexodus_ds_CharCharMap_$get__Lregexodus_ds_CharCharMap_2CC(this$static, key){ + var i; + if (key == 0) { + return this$static.regexodus_ds_CharCharMap_hasZeroValue?this$static.regexodus_ds_CharCharMap_zeroValue:this$static.regexodus_ds_CharCharMap_defaultReturnValue; + } + i = regexodus_ds_CharCharMap_$locateKey__Lregexodus_ds_CharCharMap_2CI(this$static, key); + return i < 0?this$static.regexodus_ds_CharCharMap_defaultReturnValue:this$static.regexodus_ds_CharCharMap_valueTable[i]; +} + +function regexodus_ds_CharCharMap_$locateKey__Lregexodus_ds_CharCharMap_2CI(this$static, key){ + var i, keyTable, other; + keyTable = this$static.regexodus_ds_CharCharMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, $intern_661), this$static.regexodus_ds_CharCharMap_shift));; i = i + 1 & this$static.regexodus_ds_CharCharMap_mask) { + other = keyTable[i]; + if (other == 0) { + return ~i; + } + if (other == key) { + return i; + } + } +} + +function regexodus_ds_CharCharMap_$put__Lregexodus_ds_CharCharMap_2CCC(this$static, key, value_0){ + var i, oldValue; + if (key == 0) { + oldValue = this$static.regexodus_ds_CharCharMap_defaultReturnValue; + this$static.regexodus_ds_CharCharMap_hasZeroValue?(oldValue = this$static.regexodus_ds_CharCharMap_zeroValue):++this$static.regexodus_ds_CharCharMap_size; + this$static.regexodus_ds_CharCharMap_hasZeroValue = true; + this$static.regexodus_ds_CharCharMap_zeroValue = value_0; + return oldValue; + } + i = regexodus_ds_CharCharMap_$locateKey__Lregexodus_ds_CharCharMap_2CI(this$static, key); + if (i >= 0) { + oldValue = this$static.regexodus_ds_CharCharMap_valueTable[i]; + this$static.regexodus_ds_CharCharMap_valueTable[i] = value_0; + return oldValue; + } + i = ~i; + this$static.regexodus_ds_CharCharMap_keyTable[i] = key; + this$static.regexodus_ds_CharCharMap_valueTable[i] = value_0; + ++this$static.regexodus_ds_CharCharMap_size >= this$static.regexodus_ds_CharCharMap_threshold && regexodus_ds_CharCharMap_$resize__Lregexodus_ds_CharCharMap_2IV(this$static, this$static.regexodus_ds_CharCharMap_keyTable.length << 1); + return this$static.regexodus_ds_CharCharMap_defaultReturnValue; +} + +function regexodus_ds_CharCharMap_$putAll__Lregexodus_ds_CharCharMap_2_3CI_3CIIV(this$static, keys_0, values, length_0){ + var i, k, n, tableSize, v; + length_0 = $wnd.Math.min(length_0, $wnd.Math.min(keys_0.length, values.length)); + tableSize = regexodus_ds_CharCharMap_tableSize__IFI(this$static.regexodus_ds_CharCharMap_size + length_0, this$static.regexodus_ds_CharCharMap_loadFactor); + this$static.regexodus_ds_CharCharMap_keyTable.length < tableSize && regexodus_ds_CharCharMap_$resize__Lregexodus_ds_CharCharMap_2IV(this$static, tableSize); + for (k = 0 , v = 0 , i = 0 , n = length_0; i < n; ++i , ++k , v++) { + regexodus_ds_CharCharMap_$put__Lregexodus_ds_CharCharMap_2CCC(this$static, keys_0[k], values[v]); + } +} + +function regexodus_ds_CharCharMap_$putResize__Lregexodus_ds_CharCharMap_2CCV(this$static, key, value_0){ + var i, keyTable; + keyTable = this$static.regexodus_ds_CharCharMap_keyTable; + for (i = com_google_gwt_lang_LongLib_toInt__Lcom_google_gwt_lang_LongLib$LongEmul_2I(com_google_gwt_lang_LongLib_shru__Lcom_google_gwt_lang_LongLib$LongEmul_2ILcom_google_gwt_lang_LongLib$LongEmul_2(com_google_gwt_lang_LongLib_mul__Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2Lcom_google_gwt_lang_LongLib$LongEmul_2(key, $intern_661), this$static.regexodus_ds_CharCharMap_shift));; i = i + 1 & this$static.regexodus_ds_CharCharMap_mask) { + if (keyTable[i] == 0) { + keyTable[i] = key; + this$static.regexodus_ds_CharCharMap_valueTable[i] = value_0; + return; + } + } +} + +function regexodus_ds_CharCharMap_$resize__Lregexodus_ds_CharCharMap_2IV(this$static, newSize){ + var i, key, oldCapacity, oldKeyTable, oldValueTable; + oldCapacity = this$static.regexodus_ds_CharCharMap_keyTable.length; + this$static.regexodus_ds_CharCharMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(newSize * this$static.regexodus_ds_CharCharMap_loadFactor); + this$static.regexodus_ds_CharCharMap_mask = newSize - 1; + this$static.regexodus_ds_CharCharMap_shift = java_lang_Long_numberOfLeadingZeros__JI(this$static.regexodus_ds_CharCharMap_mask); + oldKeyTable = this$static.regexodus_ds_CharCharMap_keyTable; + oldValueTable = this$static.regexodus_ds_CharCharMap_valueTable; + this$static.regexodus_ds_CharCharMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, newSize, 15, 1); + this$static.regexodus_ds_CharCharMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, newSize, 15, 1); + if (this$static.regexodus_ds_CharCharMap_size > 0) { + for (i = 0; i < oldCapacity; i++) { + key = oldKeyTable[i]; + key != 0 && regexodus_ds_CharCharMap_$putResize__Lregexodus_ds_CharCharMap_2CCV(this$static, key, oldValueTable[i]); + } + } +} + +function regexodus_ds_CharCharMap_$toString__Lregexodus_ds_CharCharMap_2Ljava_lang_String_2ZLjava_lang_String_2(this$static){ + var buffer, i, key, keyTable, value_0, valueTable; + if (this$static.regexodus_ds_CharCharMap_size == 0) { + return $intern_649; + } + buffer = new java_lang_StringBuilder_StringBuilder__IV; + buffer.java_lang_AbstractStringBuilder_string += '{'; + if (this$static.regexodus_ds_CharCharMap_hasZeroValue) { + java_lang_StringBuilder_$append__Ljava_lang_StringBuilder_2CLjava_lang_StringBuilder_2((buffer.java_lang_AbstractStringBuilder_string += '0=' , buffer), this$static.regexodus_ds_CharCharMap_zeroValue); + this$static.regexodus_ds_CharCharMap_size > 1 && (buffer.java_lang_AbstractStringBuilder_string += $intern_15 , buffer); + } + keyTable = this$static.regexodus_ds_CharCharMap_keyTable; + valueTable = this$static.regexodus_ds_CharCharMap_valueTable; + i = keyTable.length; + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += String.fromCharCode(key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += String.fromCharCode(value_0); + break; + } + while (i-- > 0) { + key = keyTable[i]; + if (key == 0) { + continue; + } + buffer.java_lang_AbstractStringBuilder_string += $intern_15; + buffer.java_lang_AbstractStringBuilder_string += String.fromCharCode(key); + buffer.java_lang_AbstractStringBuilder_string += '='; + value_0 = valueTable[i]; + buffer.java_lang_AbstractStringBuilder_string += String.fromCharCode(value_0); + } + buffer.java_lang_AbstractStringBuilder_string += '}'; + return buffer.java_lang_AbstractStringBuilder_string; +} + +function regexodus_ds_CharCharMap_CharCharMap__IV(initialCapacity){ + var regexodus_ds_CharCharMap_CharCharMap__IFV_tableSize_0; + this.regexodus_ds_CharCharMap_loadFactor = $intern_662; + regexodus_ds_CharCharMap_CharCharMap__IFV_tableSize_0 = regexodus_ds_CharCharMap_tableSize__IFI(initialCapacity, $intern_662); + this.regexodus_ds_CharCharMap_threshold = com_google_gwt_lang_Cast_round_1int__DI(regexodus_ds_CharCharMap_CharCharMap__IFV_tableSize_0 * $intern_662); + this.regexodus_ds_CharCharMap_mask = regexodus_ds_CharCharMap_CharCharMap__IFV_tableSize_0 - 1; + this.regexodus_ds_CharCharMap_shift = java_lang_Long_numberOfLeadingZeros__JI(this.regexodus_ds_CharCharMap_mask); + this.regexodus_ds_CharCharMap_keyTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, regexodus_ds_CharCharMap_CharCharMap__IFV_tableSize_0, 15, 1); + this.regexodus_ds_CharCharMap_valueTable = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_C_1classLit, $intern_128, 9, regexodus_ds_CharCharMap_CharCharMap__IFV_tableSize_0, 15, 1); +} + +function regexodus_ds_CharCharMap_CharCharMap___3C_3CV(keys_0, values){ + regexodus_ds_CharCharMap_CharCharMap__IV.call(this, $wnd.Math.min(keys_0.length, values.length)); + regexodus_ds_CharCharMap_$putAll__Lregexodus_ds_CharCharMap_2_3CI_3CIIV(this, keys_0, values, $wnd.Math.min(keys_0.length, values.length)); +} + +function regexodus_ds_CharCharMap_tableSize__IFI(capacity, loadFactor){ + var tableSize; + if (capacity < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_699 + capacity)); + } + tableSize = 1 << -java_lang_Integer_numberOfLeadingZeros__II($wnd.Math.max(2, com_google_gwt_lang_Cast_round_1int__DI($wnd.Math.ceil(capacity / loadFactor))) - 1); + if (tableSize > $intern_700 || tableSize < 0) { + throw com_google_gwt_lang_Exceptions_toJs__Ljava_lang_Object_2Ljava_lang_Object_2(new java_lang_IllegalArgumentException_IllegalArgumentException__Ljava_lang_String_2V($intern_701 + capacity)); + } + return tableSize; +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(254, 1, {3:1, 254:1}, regexodus_ds_CharCharMap_CharCharMap__IV, regexodus_ds_CharCharMap_CharCharMap___3C_3CV); +_.equals__Ljava_lang_Object_2Z = function regexodus_ds_CharCharMap_equals__Ljava_lang_Object_2Z(obj){ + var i, key, keyTable, n, other, value_0, valueTable; + if (obj === this) { + return true; + } + if (!com_google_gwt_lang_Cast_instanceOf__Ljava_lang_Object_2Lcom_google_gwt_core_client_JavaScriptObject_2Z(obj, 254)) { + return false; + } + other = obj; + if (other.regexodus_ds_CharCharMap_size != this.regexodus_ds_CharCharMap_size) { + return false; + } + if (other.regexodus_ds_CharCharMap_hasZeroValue != this.regexodus_ds_CharCharMap_hasZeroValue || other.regexodus_ds_CharCharMap_zeroValue != this.regexodus_ds_CharCharMap_zeroValue) { + return false; + } + keyTable = this.regexodus_ds_CharCharMap_keyTable; + valueTable = this.regexodus_ds_CharCharMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != 0) { + value_0 = valueTable[i]; + if (value_0 != regexodus_ds_CharCharMap_$get__Lregexodus_ds_CharCharMap_2CC(other, key)) { + return false; + } + } + } + return true; +} +; +_.hashCode__I = function regexodus_ds_CharCharMap_hashCode__I(){ + var h, i, key, keyTable, n, valueTable; + h = this.regexodus_ds_CharCharMap_hasZeroValue?this.regexodus_ds_CharCharMap_zeroValue + this.regexodus_ds_CharCharMap_size:this.regexodus_ds_CharCharMap_size; + keyTable = this.regexodus_ds_CharCharMap_keyTable; + valueTable = this.regexodus_ds_CharCharMap_valueTable; + for (i = 0 , n = keyTable.length; i < n; i++) { + key = keyTable[i]; + if (key != 0) { + h += key * 31; + key = valueTable[i]; + h += key; + } + } + return h; +} +; +_.toString__Ljava_lang_String_2 = function regexodus_ds_CharCharMap_toString__Ljava_lang_String_2(){ + return regexodus_ds_CharCharMap_$toString__Lregexodus_ds_CharCharMap_2Ljava_lang_String_2ZLjava_lang_String_2(this); +} +; +_.regexodus_ds_CharCharMap_defaultReturnValue = 0; +_.regexodus_ds_CharCharMap_hasZeroValue = false; +_.regexodus_ds_CharCharMap_loadFactor = 0; +_.regexodus_ds_CharCharMap_mask = 0; +_.regexodus_ds_CharCharMap_shift = 0; +_.regexodus_ds_CharCharMap_size = 0; +_.regexodus_ds_CharCharMap_threshold = 0; +_.regexodus_ds_CharCharMap_zeroValue = 0; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1ds_1CharCharMap_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3537, 'CharCharMap', 254, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +function regexodus_ds_IntBitSet_$andNot__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(this$static, set_0){ + var i; + for (i = 0; i < 8; i++) { + this$static.regexodus_ds_IntBitSet_data[i] &= ~set_0.regexodus_ds_IntBitSet_data[i]; + } + return this$static; +} + +function regexodus_ds_IntBitSet_$cardinality__Lregexodus_ds_IntBitSet_2I(this$static){ + var card, i; + card = 0; + for (i = 0; i < 8; i++) { + card += java_lang_Integer_bitCount__II(this$static.regexodus_ds_IntBitSet_data[i]); + } + return card; +} + +function regexodus_ds_IntBitSet_$equals__Lregexodus_ds_IntBitSet_2Ljava_lang_Object_2Z(this$static, o){ + var intBitSet; + if (com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(this$static) === com_google_gwt_lang_Cast_maskUndefined__Ljava_lang_Object_2Ljava_lang_Object_2(o)) + return true; + if (o == null || com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1ds_1IntBitSet_12_1classLit != java_lang_Object_getClass_1_1Ljava_1lang_1Class_1_1_1devirtual$__Ljava_lang_Object_2Ljava_lang_Class_2(o)) + return false; + intBitSet = o; + return java_util_Arrays_equals___3I_3IZ(this$static.regexodus_ds_IntBitSet_data, intBitSet.regexodus_ds_IntBitSet_data); +} + +function regexodus_ds_IntBitSet_$get__Lregexodus_ds_IntBitSet_2IZ(this$static, bitIndex){ + return (this$static.regexodus_ds_IntBitSet_data[bitIndex >> 5] >>> (bitIndex & 31) & 1) != 0; +} + +function regexodus_ds_IntBitSet_$negate__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(this$static){ + var i; + for (i = 0; i < 8; i++) { + this$static.regexodus_ds_IntBitSet_data[i] = ~this$static.regexodus_ds_IntBitSet_data[i]; + } + return this$static; +} + +function regexodus_ds_IntBitSet_$nextClearBit__Lregexodus_ds_IntBitSet_2II(this$static, current){ + var i, low; + low = 0; + for (i = current >>> 5; i < 8 && current < 256; i++) { + low = java_lang_Integer_numberOfTrailingZeros__II(java_lang_Integer_lowestOneBit__II(~(this$static.regexodus_ds_IntBitSet_data[current >>> 5] >>> (current & 31)))); + if (low != 32) + return current + low; + current = (current & 224) + 32; + } + return -1; +} + +function regexodus_ds_IntBitSet_$nextSetBit__Lregexodus_ds_IntBitSet_2II(this$static, current){ + var i, low; + low = 0; + for (i = current >>> 5; i < 8 && current < 256; i++) { + low = java_lang_Integer_numberOfTrailingZeros__II(java_lang_Integer_lowestOneBit__II(this$static.regexodus_ds_IntBitSet_data[current >>> 5] >>> (current & 31))); + if (low != 32) + return current + low; + current = (current & 224) + 32; + } + return -1; +} + +function regexodus_ds_IntBitSet_$or__Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2Lregexodus_ds_IntBitSet_2(this$static, set_0){ + var i; + for (i = 0; i < 8; i++) { + this$static.regexodus_ds_IntBitSet_data[i] |= set_0.regexodus_ds_IntBitSet_data[i]; + } + return this$static; +} + +function regexodus_ds_IntBitSet_$set__Lregexodus_ds_IntBitSet_2IIV(this$static, fromIndex, toIndex){ + var i; + for (i = fromIndex; i <= toIndex; i++) { + this$static.regexodus_ds_IntBitSet_data[i >> 5] |= 1 << (i & 31); + } +} + +function regexodus_ds_IntBitSet_IntBitSet__V(){ + this.regexodus_ds_IntBitSet_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 8, 15, 1); +} + +function regexodus_ds_IntBitSet_IntBitSet___3IV(ints){ + this.regexodus_ds_IntBitSet_data = com_google_gwt_lang_Array_initUnidimensionalArray__Ljava_lang_Class_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2IIILjava_lang_Object_2(com_google_gwt_lang_ClassLiteralHolder_I_1classLit, $intern_21, 9, 8, 15, 1); + java_lang_System_arraycopy__Ljava_lang_Object_2ILjava_lang_Object_2IIV(ints, 0, this.regexodus_ds_IntBitSet_data, 0, $wnd.Math.min(8, ints.length)); +} + +com_google_gwt_lang_Runtime_defineClass__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V(120, 1, {120:1}, regexodus_ds_IntBitSet_IntBitSet__V, regexodus_ds_IntBitSet_IntBitSet___3IV); +_.equals__Ljava_lang_Object_2Z = function regexodus_ds_IntBitSet_equals__Ljava_lang_Object_2Z(o){ + return regexodus_ds_IntBitSet_$equals__Lregexodus_ds_IntBitSet_2Ljava_lang_Object_2Z(this, o); +} +; +_.hashCode__I = function regexodus_ds_IntBitSet_hashCode__I(){ + return java_util_Arrays_hashCode___3II(this.regexodus_ds_IntBitSet_data); +} +; +var com_google_gwt_lang_ClassLiteralHolder_Lregexodus_1ds_1IntBitSet_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3537, 'IntBitSet', 120, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_C_1classLit = java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_1955, 'C'); +var com_google_gwt_lang_ClassLiteralHolder_B_1classLit = java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_1927, 'B'); +var com_google_gwt_lang_ClassLiteralHolder_I_1classLit = java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2('int', 'I'); +var com_google_gwt_lang_ClassLiteralHolder_Z_1classLit = java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_1, 'Z'); +var com_google_gwt_lang_ClassLiteralHolder_J_1classLit = java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_777, 'J'); +var com_google_gwt_lang_ClassLiteralHolder_D_1classLit = java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_861, 'D'); +var com_google_gwt_lang_ClassLiteralHolder_F_1classLit = java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_908, 'F'); +var com_google_gwt_lang_ClassLiteralHolder_S_1classLit = java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2($intern_843, 'S'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1Locale_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_118, 'Locale', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_V_1classLit = java_lang_Class_createForPrimitive__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2('void', 'V'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1ServerSocket_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_430, 'ServerSocket'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1Socket_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_430, 'Socket'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpMethods_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_9, 'Net/HttpMethods'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1Net$HttpResponseListener_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_9, 'Net/HttpResponseListener'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1AssetManager_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_16, 'AssetManager', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Attributes_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_205, 'Attributes', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Material_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_205, 'Material', null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Attributes_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Renderable_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_205, 'Renderable', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ParticleBatch_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_3538, 'ParticleBatch'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1Model_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_205, 'Model', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1MapRenderer_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_314, 'MapRenderer'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapRenderer_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_325, 'TiledMapRenderer'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1maps_1tiled_1TiledMapTile_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_325, 'TiledMapTile'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1math_1Octree$Collider_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_334, 'Octree/Collider'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1SocketHints_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_430, 'SocketHints', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1assets_1loaders_1FileHandleResolver_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_17, 'FileHandleResolver'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BufferedParticleBatch_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3538, 'BufferedParticleBatch', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1PointSpriteParticleBatch_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3538, 'PointSpriteParticleBatch', null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BufferedParticleBatch_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BillboardParticleBatch_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3538, 'BillboardParticleBatch', null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1BufferedParticleBatch_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1net_1ServerSocketHints_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_430, 'ServerSocketHints', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1graphics_1g3d_1particles_1batches_1ModelInstanceParticleBatch_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3538, 'ModelInstanceParticleBatch', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1TextField$TextFieldListener_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_484, 'TextField/TextFieldListener'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1ui_1Tree$Node_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_484, 'Tree/Node', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Source_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'DragAndDrop/Source', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1scenes_1scene2d_1utils_1DragAndDrop$Target_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_435, 'DragAndDrop/Target', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3539, 'CustomFieldSerializer', null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Boolean_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3540, $intern_1407, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Byte_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3540, $intern_1409, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Character_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3540, $intern_1410, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Double_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3540, $intern_1411, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Float_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3540, $intern_1412, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Integer_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3540, $intern_1413, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Object_11Array_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3540, $intern_1414, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1Short_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3540, $intern_1415, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1lang_1String_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3540, $intern_1416, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1ArrayList_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3541, $intern_1417, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collection_11CustomFieldSerializerBase_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3541, $intern_1418, null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3541, $intern_1419, null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyList_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3541, 'Collections/EmptyList_CustomFieldSerializer', null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptyMap_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3541, 'Collections/EmptyMap_CustomFieldSerializer', null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$EmptySet_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3541, 'Collections/EmptySet_CustomFieldSerializer', null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Collections$SingletonList_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3541, 'Collections/SingletonList_CustomFieldSerializer', null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1HashMap_11CustomFieldSerializer_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3541, $intern_1421, null, com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1CustomFieldSerializer_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1core_1java_1util_1Map_11CustomFieldSerializerBase_12_1classLit = java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2Ljava_lang_Class_2Ljava_lang_Class_2($intern_3541, $intern_1422, null, com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Object_12_1classLit); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1NavigableMap_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'NavigableMap'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1NavigableSet_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_118, 'NavigableSet'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamReader_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_3539, 'SerializationStreamReader'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1google_1gwt_1user_1client_1rpc_1SerializationStreamWriter_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_3539, 'SerializationStreamWriter'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1function_1Consumer_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_3542, 'Consumer'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1function_1UnaryOperator_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_3542, 'UnaryOperator'); +var com_google_gwt_lang_ClassLiteralHolder_Lcom_1badlogic_1gdx_1utils_1Predicate_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_13, 'Predicate'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1util_1function_1Predicate_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_3542, 'Predicate'); +var com_google_gwt_lang_ClassLiteralHolder_Ljava_1lang_1Deprecated_12_1classLit = java_lang_Class_createForInterface__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_Class_2($intern_8, 'Deprecated'); +var $entry = (com_google_gwt_core_client_impl_Impl_$clinit__V() , com_google_gwt_core_client_impl_Impl_entry__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2); +var gwtOnLoad = gwtOnLoad = com_google_gwt_lang_ModuleUtils_gwtOnLoad__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2V; +com_google_gwt_lang_ModuleUtils_addInitFunctions__V(com_google_gwt_lang_com_100046github_100046yellowstonegames_100046GdxDefinition_1_1EntryMethodHolder_init__V); +com_google_gwt_lang_ModuleUtils_setGwtProperty__Ljava_lang_String_2Lcom_google_gwt_core_client_JavaScriptObject_2V('permProps', [[[$intern_1748, $intern_498], [$intern_3543, $intern_3488]], [[$intern_1748, $intern_498], [$intern_3543, $intern_40]]]); +$sendStats('moduleStartup', 'moduleEvalEnd'); +gwtOnLoad(__gwtModuleFunction.__errFn, __gwtModuleFunction.__moduleName, __gwtModuleFunction.__moduleBase, __gwtModuleFunction.__softPermutationId,__gwtModuleFunction.__computePropValue); +$sendStats('moduleStartup', 'end'); +$gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps); +//# sourceURL=html-0.js + diff --git a/docs/squidsquad/daybreak/html/compilation-mappings.txt b/docs/squidsquad/daybreak/html/compilation-mappings.txt index bb591e76..a53219dc 100644 --- a/docs/squidsquad/daybreak/html/compilation-mappings.txt +++ b/docs/squidsquad/daybreak/html/compilation-mappings.txt @@ -1,7 +1,7 @@ -D63A06513B99097BE248D86E5128767E.cache.js +AF570BD58A6A83994E451A221F406E9E.cache.js user.agent gecko1_8 -D63A06513B99097BE248D86E5128767E.cache.js +AF570BD58A6A83994E451A221F406E9E.cache.js user.agent safari Devmode:devmode.js \ No newline at end of file diff --git a/docs/squidsquad/daybreak/html/html.devmode.js b/docs/squidsquad/daybreak/html/html.devmode.js index 78d1c693..d2816b22 100644 --- a/docs/squidsquad/daybreak/html/html.devmode.js +++ b/docs/squidsquad/daybreak/html/html.devmode.js @@ -2,7 +2,7 @@ var $wnd = $wnd || window.parent; var __gwtModuleFunction = $wnd.html; var $sendStats = __gwtModuleFunction.__sendStats; $sendStats('moduleStartup', 'moduleEvalStart'); -var $gwt_version = "2.10.0"; +var $gwt_version = "2.11.0"; var $strongName = ''; var $gwt = {}; var $doc = $wnd.document; diff --git a/docs/squidsquad/daybreak/html/html.nocache.js b/docs/squidsquad/daybreak/html/html.nocache.js index f34af480..1e5ac6c9 100644 --- a/docs/squidsquad/daybreak/html/html.nocache.js +++ b/docs/squidsquad/daybreak/html/html.nocache.js @@ -1,5 +1,5 @@ function html(){ - var $intern_0 = 'bootstrap', $intern_1 = 'begin', $intern_2 = 'gwt.codesvr.html=', $intern_3 = 'gwt.codesvr=', $intern_4 = 'html', $intern_5 = 'startup', $intern_6 = 'DUMMY', $intern_7 = 0, $intern_8 = 1, $intern_9 = 'iframe', $intern_10 = 'position:absolute; width:0; height:0; border:none; left: -1000px;', $intern_11 = ' top: -1000px;', $intern_12 = 'CSS1Compat', $intern_13 = '', $intern_14 = '', $intern_15 = '<\/head><\/body><\/html>', $intern_16 = 'undefined', $intern_17 = 'readystatechange', $intern_18 = 10, $intern_19 = 'script', $intern_20 = 'javascript', $intern_21 = 'Failed to load ', $intern_22 = 'moduleStartup', $intern_23 = 'scriptTagAdded', $intern_24 = 'moduleRequested', $intern_25 = 'meta', $intern_26 = 'name', $intern_27 = 'html::', $intern_28 = '::', $intern_29 = 'gwt:property', $intern_30 = 'content', $intern_31 = '=', $intern_32 = 'gwt:onPropertyErrorFn', $intern_33 = 'Bad handler "', $intern_34 = '" for "gwt:onPropertyErrorFn"', $intern_35 = 'gwt:onLoadErrorFn', $intern_36 = '" for "gwt:onLoadErrorFn"', $intern_37 = '#', $intern_38 = '?', $intern_39 = '/', $intern_40 = 'img', $intern_41 = 'clear.cache.gif', $intern_42 = 'baseUrl', $intern_43 = 'html.nocache.js', $intern_44 = 'base', $intern_45 = '//', $intern_46 = 'user.agent', $intern_47 = 'webkit', $intern_48 = 'safari', $intern_49 = 'gecko', $intern_50 = 11, $intern_51 = 'gecko1_8', $intern_52 = 'selectingPermutation', $intern_53 = 'html.devmode.js', $intern_54 = 'D63A06513B99097BE248D86E5128767E', $intern_55 = ':1', $intern_56 = ':', $intern_57 = '.cache.js', $intern_58 = 'link', $intern_59 = 'rel', $intern_60 = 'stylesheet', $intern_61 = 'href', $intern_62 = 'head', $intern_63 = 'loadExternalRefs', $intern_64 = 'gwt/chrome/chrome.css', $intern_65 = 'end', $intern_66 = 'http:', $intern_67 = 'file:', $intern_68 = '_gwt_dummy_', $intern_69 = '__gwtDevModeHook:html', $intern_70 = 'Ignoring non-whitelisted Dev Mode URL: ', $intern_71 = ':moduleBase'; + var $intern_0 = 'bootstrap', $intern_1 = 'begin', $intern_2 = 'gwt.codesvr.html=', $intern_3 = 'gwt.codesvr=', $intern_4 = 'html', $intern_5 = 'startup', $intern_6 = 'DUMMY', $intern_7 = 0, $intern_8 = 1, $intern_9 = 'iframe', $intern_10 = 'position:absolute; width:0; height:0; border:none; left: -1000px;', $intern_11 = ' top: -1000px;', $intern_12 = 'Chrome', $intern_13 = 'CSS1Compat', $intern_14 = '', $intern_15 = '', $intern_16 = '<\/head><\/body><\/html>', $intern_17 = 'undefined', $intern_18 = 'readystatechange', $intern_19 = 10, $intern_20 = 'script', $intern_21 = 'javascript', $intern_22 = 'Failed to load ', $intern_23 = 'moduleStartup', $intern_24 = 'scriptTagAdded', $intern_25 = 'moduleRequested', $intern_26 = 'meta', $intern_27 = 'name', $intern_28 = 'html::', $intern_29 = '::', $intern_30 = 'gwt:property', $intern_31 = 'content', $intern_32 = '=', $intern_33 = 'gwt:onPropertyErrorFn', $intern_34 = 'Bad handler "', $intern_35 = '" for "gwt:onPropertyErrorFn"', $intern_36 = 'gwt:onLoadErrorFn', $intern_37 = '" for "gwt:onLoadErrorFn"', $intern_38 = '#', $intern_39 = '?', $intern_40 = '/', $intern_41 = 'img', $intern_42 = 'clear.cache.gif', $intern_43 = 'baseUrl', $intern_44 = 'html.nocache.js', $intern_45 = 'base', $intern_46 = '//', $intern_47 = 'user.agent', $intern_48 = 'webkit', $intern_49 = 'safari', $intern_50 = 'gecko', $intern_51 = 11, $intern_52 = 'gecko1_8', $intern_53 = 'selectingPermutation', $intern_54 = 'html.devmode.js', $intern_55 = 'AF570BD58A6A83994E451A221F406E9E', $intern_56 = ':1', $intern_57 = ':', $intern_58 = '.cache.js', $intern_59 = 'link', $intern_60 = 'rel', $intern_61 = 'stylesheet', $intern_62 = 'href', $intern_63 = 'head', $intern_64 = 'loadExternalRefs', $intern_65 = 'gwt/chrome/chrome.css', $intern_66 = 'end', $intern_67 = 'http:', $intern_68 = 'file:', $intern_69 = '_gwt_dummy_', $intern_70 = '__gwtDevModeHook:html', $intern_71 = 'Ignoring non-whitelisted Dev Mode URL: ', $intern_72 = ':moduleBase'; var $wnd = window; var $doc = document; sendStats($intern_0, $intern_1); @@ -69,17 +69,19 @@ function html(){ scriptFrame.tabIndex = -1; $doc.body.appendChild(scriptFrame); frameDoc = scriptFrame.contentWindow.document; - frameDoc.open(); - var doctype = document.compatMode == $intern_12?$intern_13:$intern_14; - frameDoc.write(doctype + $intern_15); - frameDoc.close(); + if (navigator.userAgent.indexOf($intern_12) == -1) { + frameDoc.open(); + var doctype = document.compatMode == $intern_13?$intern_14:$intern_15; + frameDoc.write(doctype + $intern_16); + frameDoc.close(); + } } function installScript(filename){ function setupWaitForBodyLoad(callback){ function isBodyLoaded(){ - if (typeof $doc.readyState == $intern_16) { - return typeof $doc.body != $intern_16 && $doc.body != null; + if (typeof $doc.readyState == $intern_17) { + return typeof $doc.body != $intern_17 && $doc.body != null; } return /loaded|complete/.test($doc.readyState); } @@ -97,7 +99,7 @@ function html(){ bodyDone = true; callback(); if ($doc.removeEventListener) { - $doc.removeEventListener($intern_17, checkBodyDone, false); + $doc.removeEventListener($intern_18, checkBodyDone, false); } if (onBodyDoneTimerId) { clearInterval(onBodyDoneTimerId); @@ -106,32 +108,34 @@ function html(){ } if ($doc.addEventListener) { - $doc.addEventListener($intern_17, checkBodyDone, false); + $doc.addEventListener($intern_18, checkBodyDone, false); } var onBodyDoneTimerId = setInterval(function(){ checkBodyDone(); } - , $intern_18); + , $intern_19); } function installCode(code_0){ var doc = getInstallLocationDoc(); var docbody = doc.body; - var script = doc.createElement($intern_19); - script.language = $intern_20; - script.crossOrigin = $intern_14; + var script = doc.createElement($intern_20); + script.language = $intern_21; + if (location.host) { + script.crossOrigin = $intern_15; + } script.src = code_0; if (html.__errFn) { script.onerror = function(){ - html.__errFn($intern_4, new Error($intern_21 + code_0)); + html.__errFn($intern_4, new Error($intern_22 + code_0)); } ; } docbody.appendChild(script); - sendStats($intern_22, $intern_23); + sendStats($intern_23, $intern_24); } - sendStats($intern_22, $intern_24); + sendStats($intern_23, $intern_25); setupWaitForBodyLoad(function(){ installCode(filename); } @@ -145,8 +149,8 @@ function html(){ html.__installRunAsyncCode = function(code_0){ var doc = getInstallLocationDoc(); var docbody = doc.body; - var script = doc.createElement($intern_19); - script.language = $intern_20; + var script = doc.createElement($intern_20); + script.language = $intern_21; script.text = code_0; docbody.appendChild(script); } @@ -155,48 +159,48 @@ function html(){ var metaProps = {}; var propertyErrorFunc; var onLoadErrorFunc; - var metas = $doc.getElementsByTagName($intern_25); + var metas = $doc.getElementsByTagName($intern_26); for (var i = $intern_7, n = metas.length; i < n; ++i) { - var meta = metas[i], name_0 = meta.getAttribute($intern_26), content_0; + var meta = metas[i], name_0 = meta.getAttribute($intern_27), content_0; if (name_0) { - name_0 = name_0.replace($intern_27, $intern_14); - if (name_0.indexOf($intern_28) >= $intern_7) { + name_0 = name_0.replace($intern_28, $intern_15); + if (name_0.indexOf($intern_29) >= $intern_7) { continue; } - if (name_0 == $intern_29) { - content_0 = meta.getAttribute($intern_30); + if (name_0 == $intern_30) { + content_0 = meta.getAttribute($intern_31); if (content_0) { - var value_0, eq = content_0.indexOf($intern_31); + var value_0, eq = content_0.indexOf($intern_32); if (eq >= $intern_7) { name_0 = content_0.substring($intern_7, eq); value_0 = content_0.substring(eq + $intern_8); } else { name_0 = content_0; - value_0 = $intern_14; + value_0 = $intern_15; } metaProps[name_0] = value_0; } } - else if (name_0 == $intern_32) { - content_0 = meta.getAttribute($intern_30); + else if (name_0 == $intern_33) { + content_0 = meta.getAttribute($intern_31); if (content_0) { try { propertyErrorFunc = eval(content_0); } catch (e) { - alert($intern_33 + content_0 + $intern_34); + alert($intern_34 + content_0 + $intern_35); } } } - else if (name_0 == $intern_35) { - content_0 = meta.getAttribute($intern_30); + else if (name_0 == $intern_36) { + content_0 = meta.getAttribute($intern_31); if (content_0) { try { onLoadErrorFunc = eval(content_0); } catch (e) { - alert($intern_33 + content_0 + $intern_36); + alert($intern_34 + content_0 + $intern_37); } } } @@ -213,68 +217,68 @@ function html(){ function computeScriptBase(){ function getDirectoryOfFile(path){ - var hashIndex = path.lastIndexOf($intern_37); + var hashIndex = path.lastIndexOf($intern_38); if (hashIndex == -1) { hashIndex = path.length; } - var queryIndex = path.indexOf($intern_38); + var queryIndex = path.indexOf($intern_39); if (queryIndex == -1) { queryIndex = path.length; } - var slashIndex = path.lastIndexOf($intern_39, Math.min(queryIndex, hashIndex)); - return slashIndex >= $intern_7?path.substring($intern_7, slashIndex + $intern_8):$intern_14; + var slashIndex = path.lastIndexOf($intern_40, Math.min(queryIndex, hashIndex)); + return slashIndex >= $intern_7?path.substring($intern_7, slashIndex + $intern_8):$intern_15; } function ensureAbsoluteUrl(url_0){ if (url_0.match(/^\w+:\/\//)) { } else { - var img = $doc.createElement($intern_40); - img.src = url_0 + $intern_41; + var img = $doc.createElement($intern_41); + img.src = url_0 + $intern_42; url_0 = getDirectoryOfFile(img.src); } return url_0; } function tryMetaTag(){ - var metaVal = __gwt_getMetaProperty($intern_42); + var metaVal = __gwt_getMetaProperty($intern_43); if (metaVal != null) { return metaVal; } - return $intern_14; + return $intern_15; } function tryNocacheJsTag(){ - var scriptTags = $doc.getElementsByTagName($intern_19); + var scriptTags = $doc.getElementsByTagName($intern_20); for (var i = $intern_7; i < scriptTags.length; ++i) { - if (scriptTags[i].src.indexOf($intern_43) != -1) { + if (scriptTags[i].src.indexOf($intern_44) != -1) { return getDirectoryOfFile(scriptTags[i].src); } } - return $intern_14; + return $intern_15; } function tryBaseTag(){ - var baseElements = $doc.getElementsByTagName($intern_44); + var baseElements = $doc.getElementsByTagName($intern_45); if (baseElements.length > $intern_7) { return baseElements[baseElements.length - $intern_8].href; } - return $intern_14; + return $intern_15; } function isLocationOk(){ var loc = $doc.location; - return loc.href == loc.protocol + $intern_45 + loc.host + loc.pathname + loc.search + loc.hash; + return loc.href == loc.protocol + $intern_46 + loc.host + loc.pathname + loc.search + loc.hash; } var tempBase = tryMetaTag(); - if (tempBase == $intern_14) { + if (tempBase == $intern_15) { tempBase = tryNocacheJsTag(); } - if (tempBase == $intern_14) { + if (tempBase == $intern_15) { tempBase = tryBaseTag(); } - if (tempBase == $intern_14 && isLocationOk()) { + if (tempBase == $intern_15 && isLocationOk()) { tempBase = getDirectoryOfFile($doc.location.href); } tempBase = ensureAbsoluteUrl(tempBase); @@ -319,23 +323,23 @@ function html(){ throw null; } - providers[$intern_46] = function(){ + providers[$intern_47] = function(){ var ua = navigator.userAgent.toLowerCase(); var docMode = $doc.documentMode; if (function(){ - return ua.indexOf($intern_47) != -1; + return ua.indexOf($intern_48) != -1; } ()) - return $intern_48; + return $intern_49; if (function(){ - return ua.indexOf($intern_49) != -1 || docMode >= $intern_50; + return ua.indexOf($intern_50) != -1 || docMode >= $intern_51; } ()) - return $intern_51; - return $intern_14; + return $intern_52; + return $intern_15; } ; - values[$intern_46] = {'gecko1_8':$intern_7, 'safari':$intern_8}; + values[$intern_47] = {'gecko1_8':$intern_7, 'safari':$intern_8}; __gwt_isKnownPropertyValue = function(propName, propValue){ return propValue in values[propName]; } @@ -352,25 +356,25 @@ function html(){ ; html.__computePropValue = computePropValue; $wnd.__gwt_activeModules[$intern_4].bindings = html.__getPropMap; - sendStats($intern_0, $intern_52); + sendStats($intern_0, $intern_53); if (isHostedMode()) { - return computeUrlForResource($intern_53); + return computeUrlForResource($intern_54); } var strongName; try { - unflattenKeylistIntoAnswers([$intern_51], $intern_54); - unflattenKeylistIntoAnswers([$intern_48], $intern_54 + $intern_55); - strongName = answers[computePropValue($intern_46)]; - var idx = strongName.indexOf($intern_56); + unflattenKeylistIntoAnswers([$intern_52], $intern_55); + unflattenKeylistIntoAnswers([$intern_49], $intern_55 + $intern_56); + strongName = answers[computePropValue($intern_47)]; + var idx = strongName.indexOf($intern_57); if (idx != -1) { - softPermutationId = parseInt(strongName.substring(idx + $intern_8), $intern_18); + softPermutationId = parseInt(strongName.substring(idx + $intern_8), $intern_19); strongName = strongName.substring($intern_7, idx); } } catch (e) { } html.__softPermutationId = softPermutationId; - return computeUrlForResource(strongName + $intern_57); + return computeUrlForResource(strongName + $intern_58); } function loadExternalStylesheets(){ @@ -379,17 +383,17 @@ function html(){ } function installOneStylesheet(stylesheetUrl){ if (!__gwt_stylesLoaded[stylesheetUrl]) { - var l = $doc.createElement($intern_58); - l.setAttribute($intern_59, $intern_60); - l.setAttribute($intern_61, computeUrlForResource(stylesheetUrl)); - $doc.getElementsByTagName($intern_62)[$intern_7].appendChild(l); + var l = $doc.createElement($intern_59); + l.setAttribute($intern_60, $intern_61); + l.setAttribute($intern_62, computeUrlForResource(stylesheetUrl)); + $doc.getElementsByTagName($intern_63)[$intern_7].appendChild(l); __gwt_stylesLoaded[stylesheetUrl] = true; } } - sendStats($intern_63, $intern_1); - installOneStylesheet($intern_64); - sendStats($intern_63, $intern_65); + sendStats($intern_64, $intern_1); + installOneStylesheet($intern_65); + sendStats($intern_64, $intern_66); } processMetas(); @@ -397,10 +401,10 @@ function html(){ activeModules[$intern_4].moduleBase = html.__moduleBase; var filename = getCompiledCodeFilename(); if ($wnd) { - var devModePermitted = !!($wnd.location.protocol == $intern_66 || $wnd.location.protocol == $intern_67); + var devModePermitted = !!($wnd.location.protocol == $intern_67 || $wnd.location.protocol == $intern_68); $wnd.__gwt_activeModules[$intern_4].canRedirect = devModePermitted; function supportsSessionStorage(){ - var key = $intern_68; + var key = $intern_69; try { $wnd.sessionStorage.setItem(key, key); $wnd.sessionStorage.removeItem(key); @@ -412,27 +416,27 @@ function html(){ } if (devModePermitted && supportsSessionStorage()) { - var devModeKey = $intern_69; + var devModeKey = $intern_70; var devModeUrl = $wnd.sessionStorage[devModeKey]; if (!/^http:\/\/(localhost|127\.0\.0\.1)(:\d+)?\/.*$/.test(devModeUrl)) { if (devModeUrl && (window.console && console.log)) { - console.log($intern_70 + devModeUrl); + console.log($intern_71 + devModeUrl); } - devModeUrl = $intern_14; + devModeUrl = $intern_15; } if (devModeUrl && !$wnd[devModeKey]) { $wnd[devModeKey] = true; - $wnd[devModeKey + $intern_71] = computeScriptBase(); - var devModeScript = $doc.createElement($intern_19); + $wnd[devModeKey + $intern_72] = computeScriptBase(); + var devModeScript = $doc.createElement($intern_20); devModeScript.src = devModeUrl; - var head = $doc.getElementsByTagName($intern_62)[$intern_7]; + var head = $doc.getElementsByTagName($intern_63)[$intern_7]; head.insertBefore(devModeScript, head.firstElementChild || head.children[$intern_7]); return false; } } } loadExternalStylesheets(); - sendStats($intern_0, $intern_65); + sendStats($intern_0, $intern_66); installScript(filename); return true; } diff --git a/docs/squidsquad/daybreakOld/WEB-INF/deploy/html/rpcPolicyManifest/manifest.txt b/docs/squidsquad/daybreakOld/WEB-INF/deploy/html/rpcPolicyManifest/manifest.txt new file mode 100644 index 00000000..06310e08 --- /dev/null +++ b/docs/squidsquad/daybreakOld/WEB-INF/deploy/html/rpcPolicyManifest/manifest.txt @@ -0,0 +1,2 @@ +# Module html +# RPC service class, partial path of RPC policy file diff --git a/docs/squidsquad/daybreakOld/WEB-INF/web.xml b/docs/squidsquad/daybreakOld/WEB-INF/web.xml new file mode 100644 index 00000000..4301df24 --- /dev/null +++ b/docs/squidsquad/daybreakOld/WEB-INF/web.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/docs/squidsquad/daybreakOld/assets/assets.txt b/docs/squidsquad/daybreakOld/assets/assets.txt new file mode 100644 index 00000000..ee27a3c2 --- /dev/null +++ b/docs/squidsquad/daybreakOld/assets/assets.txt @@ -0,0 +1,14 @@ +d:assets:assets:0:application/unknown:1 +d:dawnlike:dawnlike:0:application/unknown:1 +t:dawnlike/Dawnlike-license.txt:dawnlike/Dawnlike-license-ea64186a642543d86c8f7600285eb631.txt:860:text/plain:1 +t:dawnlike/Dawnlike.atlas:dawnlike/Dawnlike-bd7f350ccbc0c21419d959f6b8ce4636.atlas:233601:application/unknown:1 +i:dawnlike/Dawnlike.png:dawnlike/Dawnlike-6d35d6582def10876c722c3b7c85d897.png:442906:image/png:1 +t:dawnlike/font.fnt:dawnlike/font-f7c6d1c88f1774ac3d1327643a01bd82.fnt:19067:application/unknown:1 +t:com/badlogic/gdx/graphics/g3d/particles/particles.fragment.glsl:particles.fragment-b90524761fdf09b0a836056d590c30b8.glsl:820:application/unknown:1 +t:com/badlogic/gdx/graphics/g3d/particles/particles.vertex.glsl:particles.vertex-f25b8b2fae10b9bfa09bfdd484923148.glsl:2886:application/unknown:1 +t:com/badlogic/gdx/graphics/g3d/shaders/default.fragment.glsl:default.fragment-e1c018bd48044c8b67c7bbc53145e540.glsl:5874:application/unknown:1 +t:com/badlogic/gdx/graphics/g3d/shaders/default.vertex.glsl:default.vertex-28b7e77ea3f282ebd5b066ba256692c3.glsl:9096:application/unknown:1 +t:com/badlogic/gdx/graphics/g3d/shaders/depth.fragment.glsl:depth.fragment-8341d5ce47fc398da575c9e294b6821b.glsl:869:application/unknown:1 +t:com/badlogic/gdx/graphics/g3d/shaders/depth.vertex.glsl:depth.vertex-98a450f1f747c05eedb7122779187316.glsl:2931:application/unknown:1 +t:com/badlogic/gdx/utils/lsans-15.fnt:lsans-15-5143ae9583bc43b1084f98062e054ae8.fnt:17711:application/unknown:1 +i:com/badlogic/gdx/utils/lsans-15.png:lsans-15-8e00ff5b9dd15a3c18c1eb75f68c695a.png:10270:image/png:1 diff --git a/docs/squidsquad/daybreakOld/assets/dawnlike/Dawnlike-6d35d6582def10876c722c3b7c85d897.png b/docs/squidsquad/daybreakOld/assets/dawnlike/Dawnlike-6d35d6582def10876c722c3b7c85d897.png new file mode 100644 index 0000000000000000000000000000000000000000..ed66d3ad6254823377c85f7dd59aa7cdfaceeb2b GIT binary patch literal 442906 zcmZ^~Wn7bA{5O6!YSKumbUFm3J0>9^B_$04(jwi+RFsqk0V$=6iwSGY;Nb+8pKOiOAjEHC+q;>k7PBahx&d~o57O_i(>sQ9`vfOJ5NHUJRh@Tn9OW3#ZjzL-F)z3RXZH~5*xbqGg^O@dD!?Tf6Td^#{?E-{n366t z(*pxFU1ftC))yfL2BKO`c;F-hY=m>PQK^_ea3E(3J=)5KfMLNPc?R?`n-CA2n+CBn z%Yw;KOJO$_A+eu((C?qM(#3c%n;MbuNJ|$Pr+DM;@L9T^_9m~4DQh{Q0b;4qijWW>p3w6^M z{Vhv`=m(`RL@6_*0fO8F^UN+2A@Yg4VvjTf$1$oy_tbJDo{$ZM-`=s;$xF2pg%|jA z+>M@mO}fICs4mJ(6sOq7Mx(pz&e)=*2)#?%c77?_1~0Zhf3Rxm;h2t*ZR3;DVz+N zqroi5tj1%&4CW78B%K&J&ON{B0d1_M`jZoKph5f?p06{qLTf6Vgom6`5j8Qti$rLq zGXqxVG!rlNENws;JVa;^qnJdKDT8EG?^q zED0D{IxoQk0t~k>ir^q(_IjS;un>Dj1>%ltNIVK9-lJaOfm*@# z0Z06c`5l0akSAaZ-Rvi?MIQ=-xC5E~4>ek0p)xJDsLLh!L05P0YjRMqEVFWq`0jk@LuGZc!C1d*~SN_!m!9`R6(5Sn3@I{UUgEA~@RyRy$ z^PXTRwZ6kO5_l6+yY9hx7?7#VLT%;M?D?tY)RO`PI= z63Pr)h6l63Pk#_JQ>K+$WHbk?q_Ouv1A)>yE9TozIR1bKj0DnS!(3Aa18M{hi5Kg~ zC!Aniy0D{Hp{@v)?z4-JEOXukO;T8WdfL`U6}djynQYaRh%+A-(4NQw#c0d~VqqXP z8FNDVgS9-p&1LG_zq>1vP6d{{o`R<=7JeJ1Y5LXf~ zooy)h18C=B6>U zL9CG-9OHxVz-y3`)M`8Rtiaj~tdSv`EndTnq?=#nS~$%J<&E0q&j#Z9b?0sc;JBKg;)ouE_8DR-=`@fv?==G!hz%g zU|ryC8HYEPBC#g3_vHs?;v83CmHXiPYGXn*0J~&RV32)DiP2Z@VrM_+00Uuxm>2Md z=_#*I-PjJwL|OT^KZW{*S}jiF?uYg6)g?Y$JffqP1%NM9r&od18TPEnUiIu2s9lC5 zQ-=JB>7c1RlG^(&Pl1k283}N(%VY~PKEnr|EVI-Abi@}r8OHOmpWOgT39+g1bOEI9 zvT$`|B4(O=<|FptHa>$knAgVeQ!u=I*ckUx(MCOW7J@uv_*Q21vt9?37U&;D{gN%kakMHI& z7T}^XH7#Dw1{$y1R)5yzz5VUoXSq;;;rn(41z*IZa-{T66o%jSAU~LF=wwg2j7UkS z#)$4pL)}8%G(5ztw2-V%8AgM?1hpA#tts&{V2*krm`ZP`O{OxVU8~h_kUD{jfn{A? zs|=h8oATei!8B9&a)VCEjghoij+KmqDqXaZ&NV1>pOrUmfN&xv`?9vr&Z^hQ0 zY5{hqoaJwINVYR{@o=W6eMr}3^7aG_#(F5l>4*z)6!56Xpl^x>`g$@sNj))k2m$rHK`y*Sef>3*1f5cS!js30Mv3+?R(tB0h?#2H*o#wRWB1q-gyOODnw6_EbgyQgoN* z894H#${CRyp>JJ~m0KQ+8HX3(sy{9ZKoYli+ zR2M9k6c|On3a6X|Ir*7TV6&vg+l9W4brpPHskI=yMVI>Ua`inP;DK28acpFy*Mx^J z5&&KGV)bPGrwJQk)>Oz|b}61h4egK5QX-7G%Nax6SAbEO%?Rr7rVYUG=Rp`xoL!PD z&jILta|@Bb(Xqk`iZ6@Tz?8oKU2M{u-0^kDuw4+ZKvRdhOsTLX{EqJLCqE_2LO0wk_l*fMAm zcI1S+gPBs(OmCyuEWG(|efFNfjd9C?eaoS^YY-%$eaLGDoyB<|>v@yYFvRrx7(xBl zmy2P1fKnm+=1YKaQm@~2BWJsiX*n=JS9`Q{U$t-mBs{c@q2eq3@ohz`=M;Oy;Jq9N zIJ{s|j}c7zEtn)23;`+Duoxf%jdRjuhEN)#nHJWtif;JGF|GJyr~~^QAmWj=@)ZwI zL`~P45)#f{$=e-T(;nJ4;VoyV^r^_TL6G5`vDk4ka2$RkFuW85P>s&Q^Ch5&9{-ex zn{TNh$aK#>?-40pKrKiuxb6nPJPsf*^pZeaB!wPp0}!eF2=DG72S^d#fnkO|LH)MS z@&Ku?O+|Ge0{5yUAG00FgzBVg3EQ9oKfC6KC#+NHf{}-I*_l-bjq7I?A>*P~Poq@8 z2mv7|aOmm=5GI@Oh+-!u5rUk(Cxozcy1wlIAP1KM6Vh^_2RT}Ly5dBv435KxM$`n| z!cfF=!sBD*BNbq!&a@r^VQ&qfzteiIQ~W=xh>MW-@lH&oXv2~&WV?Up*DGws3%v)$ z86cb>%po^Hu(DkVn$*L7d*j-pzQwmXW+K{#p;yAzE%2QABDyAKEekf*=ht3SRx&#^ z7*l73VcPE{A{{&zaMBA~Uik0vpJZ7&VFdvx!kQrm1`#U^JXikE638(;#`am8-Z zd8-c+x9@mGLBfX5;!}t%98ofH#=T`0Y99mz;PoGZ`<_PcXt5`OXCy#JcE4Hd3>S$} z*AL)ow8pDpnQ-Ph6;eCfolgR}o;y6t84IL8uCRpQOd@8%2m+YUydAW_NM@(7mJ(@4 z1VZz9Zd6vK6&p|6BF0|H0F284xHDIAu1BfazIA)V>LG1> zMCbn0_F>8!a0Q>CLdyI)Xkzg-U$yulj#pX0b=guFWMGg!@=VbXsxV9qDvkbbmJ?N8 z$yZDot;>+hk_#K;LSbB?-_1(;T7B?y!qXkHn(zKyMK2~~bG>o}8t)TE{yLutzW*Rt z%5$f+83ODrPxU)-sao`%fD;qq6H)6A4#vb1Vq8WxrvR*arO~fTTgMb8_77l!$JO!D z!!~vz!sMS-)*&^_xf_tur+v)*e&42s2NxYw66;g0|D{lUJjtT<>8lxt}Y-Iu;(?%^s-zjOv zV;F|jkmLZEbcW%X<@m&yTo`eFdZ85^*3uQGEV5F=OzbkCJQE#;d)pYTrjihtdR zmgJvus00`N85|0_^X#~o3}+Uw_3eDB_-utW5W zjm1Sr&2Nb;kV=LLD0*Qj=0hOBid<6q&jB@<&+t@_8WiTSV(D-%Vf{;`aJQ!CkR1mC zFYGE){j#*YiS(0@qw4m{f&~H2M2q_Va`zH4AixDHFEe*>D^RB9-^S=eic4rNdC6Ow z@ZuO0;={l>KH$!nIRb!n`!?R35S*90BTti;4&41pqpR@(59o|m7dP&|3v=rFw{UO+ z#3|a6x=&O`{nq#vBiNh_dDH3={TCC3Cclqm8DhY5Ao36GvKfVl{O^)keffnk2@?$U zmeD2$7+kll!AvaRnG8)Q+w-gag{!#E>o2ZcR=y7R#pQOfbqta_YEDUIQR=b;A5LvF zK#|E%N{n~3jF8(>*r_|TAU~9H0ZoiS=`7v?ut`M#h^*k}K5}?ShOQ|EiXVo+%AiJ= z-1t(t0{iK@*n4<|QEkR|fFTd%6sbOMN{o>dxfYl_&$cxUxFvxxSUu+bS194ALPiA$YVH&!u)YbQ^(rILA_=l-g9;0Tl9 zYJtt8$6rB#9i92GtMcWV049^CivUk7c{3`Yxn;GprDy(Zc8LD4YiYEM>tz9wn!y+kexj5`&fldnZfE1Mptaj;I zc51H_Y6Qy}-@azC6G}M|PbbS}}kGaJ6jO|qxLEQl>sK`?uF*$)nWjbba%GJ4TnrSF)1(8w*Ps+ca>~&mLK?|?Z z&~qPabE;sgFTLpWcbDC_mP!yTfA@yvqp1J#+Ur~76?b1jk=~}Y4A#+X_z$20kDUL( zaCJr{j@B*!f^n`0u0g*K{^lu1V7xo>?ZUY7#gcC?E~H{(R=)9!Ua`osLxO$qOx$mH z%OaPsEbknCI}R5#hU6^X{P_c)f-)oS7`*;7VAjLi~j`x%zLnXeHETfPekg4Z5bkK zb*O!Zf9b-Xz5(I;;DB3}fia?3#h9@e?k$NtHB*ubTeQ%C40K+ar$QY(zI4rOJWyOG zD|Ab`EP~AU`JZM_N^U=;7xz|H+NHvEAA-solA)O&#|?UCjlJVqA()ITJfqy-HZz`& zS}43p^9vY4c=19rdyTg!*m8DlUgu)9b21B6ofF3Tsl%fkXRs@TAbUgIYE2I1vod~E zc$3v5%X2*=!Lv^b%E(?qS2>mrDzH1H(#7ovn;a7=ijR6^4Yq;%K60^c6HNi18s6}2U5wVlEsxcXPf>%%;0uGLVl5qp`%y!fj@tR zdK_=#_sMpKRzo)A>Z)ZZQq^EsFyZO$WCHYXi80+C8|%*p=8v$rz=`d0-Nx1kHegRA zM4z%DB>~b{6t}O5Ch+=452&=DE<-Wgn(2)9j?_1jLqEvT+1scfcN7p)Ci^4x2Z}@H zhFKg~HGC^P`)-nbp#c?vrobruG9Y}}$BHqt|6 zI6z698?~Pt1nAJ?hcn|ynS*DAA2~6of2q28s`2#yL+6GFfplg4tY;?I5%{WcdOqJL zbjL@^dtV%okYR_i^X%iVIE?-RMg�%`VGt#m#YZhHPLVlKlrsqeSyb zH4qI>8*2^ioAU<53|4+I>oeaTL!ohI zx0EHll}_*9`-6cSgtk)51j4|rj^)8c4e7vxcHY86PlD(G#^s~7N>mE3@@5~0KaSDf z)=nM!taXS&k0o(CqK{{Z;F3Qz_O-e9Jz4xi5!y{TqU*;V)GHg z>`7}H*GNjqh^v6uRjIl3;?4Y)K?gbX&j4>(5V9f~%l={zeDb@+I#DQ2;DZiAU@z@X3_2rf{4c0f1X?oLo0lxaNhcH#Z12()V7T>AxEdorrM~z##k4v} z?#F+21DE(NE5nF9={3;ML&Nv}a07!Q zfPj1Q3TVfw;l+7ER|W1#hFT-hz9~46^&iE*BP8uCTZo6u($)0tb8I>`;i+8rQ-*{A zx;G!>ItPgqjmn-Z;JC2AgdkuW_4$OdHmP+GKcjj_{>Mw@_t$j{dg|d5Q1Nvyk7B8nD$vWe3JB+2GbtUD;$&Vi~bJ#Yu(|kb* z?CwevwhPG-_|y`kF=|^#7mdFxQX|==Ty?;2O1j7L;mqvFX*dMB6)kcd@fR(3#(3!c zn~U};MdGxg$B_mQQzm}gDP+*|D1Vot`@5bAPd75MG&eCMFqGgcM%r%8i#E^EuK77n z-6lotm~}=Tx-Ku{dfeS_wxshJQ#khW@@w1G)_Ljf*}#m3bD4p%bpogEiG=nKoD}AR z=2v~p11T7VHN;prvt&Uje;u9$LXabY-yk3s$_FZ&DmVb^IE~_6He3DkhL=1#N|9X$yIJhCsa&BM z2g5Cq?>dz{tE|OuVfXz5gk~@X67UH_oVJz4!RXcGM*fxArdf^hEp&I>2^{8>@T;XjD?arDo`Sd%hH zp!>nKs~_5{oLS42`M8@-p5>lglU+M%+)OOs)OC*hv)6z5AChU*{wUUN6`cij13D^Y zqiV=6bz|ms(gZqsWyJx+R>q{{U>Yk8V2B;jUkn~&#xWj2!-QUl{jCt`8#*17Dj>Bc zcFnb059BlA@ETarf^KHpFlqCJK92SPI61$5(eg4+>R%aTI~(Q#C}d+68knBl+_RIJV+RE)eH|>F?^RUcqw@fv zU;i7^59U#?S}X#{$-XD&zC42fqrPg>F7y79_JGlr%;$5N6!=zk>tk4cuxr?P9jN9l zaQ5}t(P+=InZfJf zBY}FXe7&!%Ni@Hfu=CIqAu!xH)f=_@P}SJO3D%Rvi}7`SI{h|gOwjT2J~52Cv0oBeW0wPv`~iof2w;R z7$^6-PZ@i^!*LKr1t33s~5 zE=|%UH*uZB(L)Nm&-a}2?ih@IF+TLC(Xo`oL#Wo$*xVK}d*`jv5O{LmTeh8MIAgZ( zI*NWWW*En8&Bd~P!-gqFo$L83#Kv1Fd&QQjG^?$~uM6sf6oVQRDrIxO9?5hjvHiOd zb*@Uu$dMoK1HcD-OktnV;nQ?bbU|*0h=qKEPV8v&z~weZq_DZheuWQRe*%dfbtP6Aukv z^wB-LhJt^Je*N<3Yu>6<+VbOw@i(+jUrl&Z&l34d0OTkGPPStdteaTYPvmY)9Q>x1 z4a1CZi9!afH_I;O?l0`dDgPGk$&kGP+6`t^s6LVqnraq%w=_K~**m;`#oxA~9MB%YXv$rXwIyT3KU0ZI;(q6 z2QB2iV%UdE2H_=lEMHP16X|L3dyCpJhQC zV&5nIJHx5=d(ssrvxzTT?*&Zr<8igK|I9hj=<9vrsw!pREky*x^wPb>Un@oMx9gg~ zhtfq}E8;W7-Zadm`M3-zYoGmw<6r;6qe-pa$JxK4GByR9(BsJ|l9Obdn5*`V)1D+5O2f2~U0 zptz^|n;Kv?dS5QICTWD=1Mlaoj1EAbxr1sObjW_F&>8Bgzc%exTbTx!m+{Pq3oo*%F}BPI@WG@7p zQe-XFP%4P|tyZYE9FepSf zV`jUtzwj7lAjlU&=%rXqt&095ZU|1aK?6wVLq*CP>55r38k_SzUW@Y-`wXpSnXWgM z$55?T@-iBYs>o~jXzqBcCm5%}?0pa=GrjuRACxj&sA8jD>I*1Mo4!H$Z!37L(d(}l z`C=)uhD@kWI#&hTlTWX1fm9hi&_6i&<6zH|7Gw08&{B819Z#jT{gI}33r_jPbk!(DXx{!M z{hQAnV+ylU@5`s@$H72%$CErth8=*of_+@^pA|fg)?h-hgfEML!Y z0QjiBo+kWkwmT8uAs%OxIfnu3b;HP2S_p$po{b(xT{23*v`_hR0HU~CNh|}I@1@*% zYQKdI7fczmcGgTU1Y=q6H&nMPsrd(AlQt%3#R^>D1E@!qFwp}jfQp6}>C%$`s~sF= zTk`3S?Rf2*xrdc0x(8H>8s5o(^TQLvi%QLhox-8w__)B@xba&--RH(s^KbC9GGN62 z`L8s7F67KY&!-GIfRt{aRCm9RfaBZ^Ig&jY;$YW*!(zoQPdU2{@bPP(yto54=VU^O zi(+t#gIo`SA}7C-R%X5s54!h5A#01Tu+cMnqWrpfJm3i5B;mb&>ahyVNLhJbAkp(I zGqNom8x5QisT?T*jHr+dFR7PZ-HU9Z_rin_feB=g_4pO{9go#}u9os2e#oqC6eU9i zK6NDDd?NZulJ#c~Q3EZ((;SNt{SS5{quMLNAg35rF?Q0vlDaU~bw58|m-gkOOMF1% zyyvnMz2g4@zgv|8l)l|$JNcrON6A60*!f%e*%cII!9b)pe3tOkWePq6csF(qAn0a3G<|kzB-vk& zXsF|`vx&CLf`<1(kRsZUyd>UH2qxfN>&?fLz2&u@hfB@9=R82i1MX?JI1gjxB#dQy z5#hL?>YXRzg4cV`<#5hdvZhroTwhbI)=*Qh>=xoUhO31Q*RcKR|8VQ!3b3{>_N@yb zMYP?EHHWQEF5vnIJ4nOZ*59YNX3bdCxl?bY=f@~=ff^6vQDsVtc}uyPwirekx4vpY zG!Nz*puimrXr%##G($f6tR>rHbffm?W@86Y&)9kkn0f-AbhJ}YK?Nl4o=vZ^MXBJ} zArD~vrIZCn+T-Jh1O1GfxQLoqg^y0{zI3gFY;GdY3sr_ z385Ozu_q<<_+QeVytBi#b4bCkIN9RH8Gbd-7Bb{FfSJAO!&WpmMU~qXqH8j@qGg&K zUf4q}38Bzs*s~<(h(I-E#m*7R21$_Z1(H+-^$PR-gNx_q!w}C-3R4JFKHa2b%tTbV3>|r&&M`|elu{Z1UT24Aby3tg+cgKSJtJb;*Hc1XW5(DTBD8`wU2Vz z^>N6Q?|rr+3k_A`J`XwO_T{R#t0h2K>i2D^s|ow}gQQZfz^p&Zym+1IHByXUj9G65 z8NPd;T3YZ-jxonL^>@xQ2oUD#bs!-Mf&e-d(k4@H)+&xWq89$o4Tn`n^?vvB0z^-G zCQp>=XB8l}bIpw(r?_h(QGqQK?EH}ci;fjh#_h3vpxQ*GL?N2Kj5xtQ&dM5T-~c2b z>CcR5$pJ9LpT7gb4K_pxc8j2}Oy2zPRWE>;y%$g_bmMt_+Y#IA}wBH1*s{iIKw%oN(C)zGiUjAtmkL1*h(C>CsRaM547ac1| zT##$&r>s6_2)GKdmC(1_=f|a6UvAc;vC0Xbm(~Gqtpy0%DHT-j{QN!8i1h{Y%bXY< z5=y$>_7C`{e0Uncv^|>I5agc4;6iN>^*tQFx+{e6=0YHgk7olaThz1KsX_M-9375lAbJT;@H#lKWMo54ti|XSLKh~>o`xzm(`Y(=bOci{^?fl`Qry6COSP9Fs4VxqK;{y}e2sb4$}!=&#y+I`6jehd+KPq{BTuE=C_ ziopXVq)h+dNNs>ny*HSbp+H~%x-0(W6oJ28EY7rbj%_Qtr@u=EN}at(Ak#G0)z7=f z315>&a2?IIJ_=KW`;KOr_Lu6*UgGgDp$t@OQZ<6RwP?OWkwzEa7H8^zat34-p0Yw| zOzzV(DuX;*cXG`AvgtWl0z?GA*y9Z$mMSG2VVVvtrL);eN%(Pje<7!+Xcu)gJbG}K z1%k20zT5n(tdp#+8@2k%&#<4$rx28Gd7x%GL3`53%e$Rf98P6|j%COtxSmI+NgXpz zmcdz*M~!aYa^=J?F;_f{172rXO5Ht!ER>doIX$Krl{h_0fG*$x4d<=^AqZdUg81=5 z-k>-S{%XE!aRYQ<7k#TprElcfjJF9QpIi_7M=7+C(iMl9)JA8I=#nYe@&Z0^7NIuskWtBxbUBG&Jn**7L2@9x7w14IA&tYiN1c`h zsH+z#mPq@se)BnfejX`B_8~rvA@6`ytqCn{3RC^s=6K~LXz4OS-*2RO2|L}G;06Az+ z6X}yuZo^2K-=M-A1f> z3ntRLo3yo6F^!HztGb?|>BSS`G&qB4iCu>XqeD1N_W zS0`UrB2HCSGx_cSvo>qgJ_L@rO92{3LqS^2o7N^VN1hRhWum*bzhP3bNg69DviNHX2A1tlf}V#?d7A~HF_>guS~>=6GeQs zt~^e9-aN;83@u;-6)BGXA=hXCuvQyRDl)?<4sc+k*wJwCPykR zPJGG%{HB%p}k6>+XJ-IeGOkJFR6u zC^DbzGA!kRSughs`An?k z#h>1lKo91y-Z?0;3i;jl_0?(C11fN#NBzW^O(}}aFHp|%dZ$9Rm@MJ@G5cPYbGK<< zoaBujozrOOVU|K^$)%Hf$*lB$?j4-%y`^V4!>5yTOTwk^&$+g8j@XN|zaH5*wLgm)8} zE$}4zCT>3^#6XZAxE`!BPbQ=Za>fz^I@0;`{-X(;BX{go6GC(AdZeEl4UtrlO4=z

+YQREL`2Hp;^yWSkQZt) z_BY!a4)k~!zxF5X`P#F{$m_%6xs2i(SBVyP8>Fj|rE3wzg&+TR<9YiZzvu%FofFF$ zet;^i>tIjNJrC-^?w1SKv~Dg8(Nh4|HQgx>+B!Q6dd0mm(dW4wosMOlneOzwafa194+oSpg>t z<7RhTS4+o<+px*6)>gc*N7{N-Om<<#k$mr8UtlwrEUK$YO!{KaIKZwjmzwiLfc{EEF`9er9(ti6pdY<1t~Pyo$UXxH^8a)Pdz+F3^&Roc-k9B zz?*W~{?RYEAu#eYDJvJ4Rb4pop6nDT_i%oj62}Ya$0T&tBb2##U^K6)0|oaZ2c@}AOtbe5 z`er=&X9=vbl`u`$J7_#DD9y}^cSj!qYY-uzLKt1MTpSE#1qr#83V33GUuP$RZS2DYv3#{p^^=3Dro3J_m>20tLRgj_U=mez zOU)f0q}GltPQx%qn?VmqUQG}yXdDQ2XbabI2+Ch3l%csvzh2UT9>t!X7{#N3)@7W@ z(oW;`r}*m|V7jjsiWGJH;-L)agt)r#AU(Ghr3PyFcz$_{+TP3opU81mw(;|uSblp* z!6v1G1wh~=UKzsOHH}Q~R>$SIJ64e#qgBb<0pgf>ie9bOWSkp;Z|I5}AxdX%S%5QG z`o$cyH|C|S)%#H?bp7aowTN4BjPg*{Y|4sM4%11K=p=^A3(N_Tkvi{=Yjy@ZJzC*j2En(mIOXg;PeuNR(m0{V3-ALI7XzVam7UF zTyV?eUFFJ;;(i#S;SoTgC(_Xqq5m>E4Uk&^jQlm79iEX2kSEdJzE&ctJ?v z|1#~@Q~wPC`8g?eC}YPnJ27SQC(?_A;JX!B<=_RZt^AK4&Ubzy%(Ox0>`eO06Mm}X zQh6)J@rO2bYU<~n8>!@0=44tB2_AVUxKAd1)J@PMDJWReb7Nw}JQRm-PF$ib?F~j> zQX%hcEK88LNQnrSaNLJU6IuxzbhbmmBpWhp7!oxr=T2`GfR8}~Fq^B>@BXMy@-fxW zNE-*}?~aL!LXX|9nY&}?d>f~){iyb&Fq~4TyIsLq9QE^AZo&EGd;-dZNUEntVqF)Q zy$T@9!ihBND*z_qjhT77=t^m!M6HBN^uwo)5TbYaNnd`6u04g}02T=Z zp{Owf2c}$NsBvl+;8vE>aufW=5hrqy-OOe^QAuWy`yY_;Fv9|)c&!u!A~KhYPgC22dQU$KX?_bcpt_S6}t#j&rh_9l>2u|dtIgItkg=Cnsm zK8tB7y#-OU&)7f8JWe&-kL2tT;^C28A_16v$RVeUz;i7cxE{_3Y?Hl94N8|)eP2Bq zqEVQF&HERKk7>dW?#8(2e(}f8p%U}zyDxBg{l1^ zd92PuXLW-s!Ph88p~AE|Z*AZPmd?yh1p{6ZfiYdDi5tjC)0qe?<*U?_pE_QJof=ZVCkftXFk+F_U5#$=Tc|ImRbcIQ4r zrHS*0y#hCxZ6ViZFVcJgYoXS~;x#=O@MpXyBUd;LkhOJz9ULRK2^&2kNJBUw7X4nH z;IjJ}O=$vr^slF=l~_##0YyOtah!l+mY6ShPIzdSWPQUXj<1WQ@ugiU0-Na4R&S2RA5!Q4>VHJ=ur2D~)S-^; zRTvF*Ii!Z~`m%B{C~+Vlx+Yw;%VPl;k-zrEuiW`?a5x_)MYKW;0`Awp|K8Kq zO>u@3Ug+?adzAN=!KPYLrZUW99MWn3S^u$#JQRsbg|B??e$D7GnXB0k&o>Li(22rn z4q%u^xU$l8E$>iTj)%SKHRr?>n!{2(`TmS}N|w3m zy6N#{i<$RUG+gkPa}qP(?d&F<1I}5Cx#9`b>`a>~ zn*EH!_qHKO96j`&+{!^5Ac^f5hFbe&n`&HR@PU>7y?hFV9{DK|$iy&G((COV$YNoy zVE?6uSo;FZn(ciU|)GLBYY=ffh%!XKP>Edn<)69xntYYPW&fDO&=A z@w`dePlcjyMxMF03_D#~+VzisKnZPOLwFu%{ns?=FE84v#)i=37S8YuY2Y?Bt{fk1 zzWB(ZL`9vGd42l23610Fe6Om-s&AaSU`DzRgTw(vjLd-sK<=y*VrKWWB}nF)pe8`W>5@B zP~=|v9{+tAq0Z{tr-CHXv>NZBf3u+gm;$=-V%mMlrS{q)cI$ef zuQzaRi6*5|N#qkKAWnRDn-zfX4T+6KOOk|Ey-m-=0H*TkO?Mu_2)#iR!A_k?ko4yv z_fm9{JOt@vhc@(IhfFhuzB4lmRa!KKoVK^nfq@2hd!MJKbr6i6S`&I~TMESI8w*fj zXn}}Qd+=lGcyPyg&!1~1&R&LEDg%b?!GdO2i*5y6kjPoNtzyO`z$v+9j65A<$O zvL0b^W{R3(2>5z#X$*m}B)*^6KPJ@)+-b6|kj=EH*ueVPTN*bS8jNRPeLY8(%y2hm z;xqsj9(@{~dMe2H;E3-zDXQuuVJ9O1>@b4Bfd}T(xdd^g{FP4j@VDi@{+8#QFYtsH z+;OE{{BK-rKB{}{1HK;t_^0HV-m48*PehU_fc5p<#~Heccr2WYuJmtJI<7>+n%Kmm zC0|vRe^06CJI49R4Ik6eqmq1t|IbqS*Mjd~Bn<;=aq?-1biZtHrR$hFIWpWqs|p|= zLJ~*t8Vo@t7XWv*wcQ!XC#kkZ4+7b zKBZ|rza~Tn^6xLMGGXn`Svqc?s?%U+^Kw7^ZlLC=C@w8PK#kCo9wYaHYy8`}nlKnR z$+LyWZk-{f&Q!SszBx|df~XC1IpIEnNVf`rU#*M$CK#IZ9}yzHcx6;l(7k;=Mgbg% zd5Y>h)XKhhkNgL$yoP!%_3y=^thdB0K{w>7c2&7j z75jeOZN!7|waY~698YH^nqNw$3&^l0K907yo9glcL}>ZmJYUJnOc{K!cZHVC6yw7> z3E+f9S^VvcBTlg7w>yZgCK_w%Q%QYm`oe>Fo}FL;JXc2}(4I?7IE<1fa2Jw=U~#vK z9|%dbwV^n$FMw%~BybzlwEbJVc}6(W$vZ--TvbR4;Q2k#6CBlZ+A8Du^@JAOrelBr zNU(47X%^!Ga)f)Wo6P$nptyj9y1GzCoOb`XrA{Hi;OU4UoW7#K${Y|~xn)F(8|=+4 z7(VHFK`fZ2hy`UM6E6E3I%h$47bXd^tJ#3G_Se*|7snV2jv5sA8fO{VEFTFc)E-`4 z8HNs+mU}KbtdnOvPt82yD-w!lZ=j^FL6^@S(1=>K7~UAv_#;P5XB1c$Lkhkg5r)y~ zz;nlzYA|m#1BV`(5e_>OH*Sy*c5B>GKj=V? z7_x?J_>&?luwf20*1Ai-gj)=2@iCI8j+lMGfM~(6C{W$e@7T7+NNT4)RCFEuY6L=C*kW5KlmyM&k=+E51ak} zTQ#7+>%Zjw>#avhFgT)%oc-6D8A)t0}9o}|pY8y$et z#W(DZSNC6s?i*RUUOzeBn-MmX>L3ks8`ws{t74SfyhOP27GLLeWR@~3(|Z2v=aMmJ z3mVqe+Dhv2u{fSZOJI7>L%3Xmc&2!;a=*ihb%BycWB592INM(Rpl zF!+Z0oB9}s0inAlULV43X3}FE`=@HxZy|e7sSeCv+Szn#k>s9}1r1flLAUk~mcYr_ z*NvR?bPj;}sxm_T+ z)4oCQIC;KH1k8LAHLk9@GNhE!l`0-L=&=Y078I%ywjuChM8TkHcP}hFs7;T`tzy<} zLs(At$m*Hc!`cp+v%0_MfM}*FHvm7aPP#nuUc}$y z)D5ErzUHlrt9nXd+$14wwB=m=s?NG>k!`CEMe_IEXHHTC+jrwULKoTR{`M|b5Lb^{ z^gg85d2I&rv!91g2>p9#i0i|D|FI+h=C>^U6YPQ<2l7stvdkNr1J-M2K$$&1Y6qQ1 z#`84H+oui8BR{4SIonm8?0|=tmmFY|-&JzB?VZqm{Sy9ExPi`nxib?%IOMJ3;)i27)d<8kQZ7*T;s57#8s29=;7URXQ)Nv1^0#053_O%+j-2BeeJUOLHGt= zn_T~i<)>nXwt4dwZBNd1Z^#7BEao*3*VJkHGDioyPRJ^nV9xFl^YGP|McrJxU6@j^ zj?&NhnCd|trHBbp4j#bx(3@DaAAgf1pJF>A`AB%`G+uo_V63wI)MKIwS-)$DJv-m9 z!X$!7J%u0l>!p9It1ud@WkERu^srYobngWwtnHIedjs8|CQE#@DB9 z;gg;EvrZ*9$*ZoI8ft8XG~;S(Wgay{*n`+@Vy zul~>;?-PT$zh;Q^qgbW)q0VbJ2yRY1@}Yjoj|FZy=hzzxqspDV3|)1%PAEWQvmD&0 zs5TDVOhu*Wfic6frlwupJ9=hUW7nO`|RgH!^-_D2=`Lh-(?Or_&_NyyLVBA0nqt{v9WswtFCHjf5_VzDp9AJKg^ z8ZdaogfjMc1g?DgN`iFLHRt%dyV}JFCI~8Jch8D1gA*{Wd}Ft9rLitT^JHWMT@N_K z0(FO#$gM4II$V(t6&KvqBU*6wCvE|$CIR7yMPR9F*(Z1B*O9PU&R(GI-n|BiOQ_&n z;VJ+-Q78)oFNcFgaF{ zawbr#FmdiJi)bU~V=D;uQec8TOchE$WV`eEl)5xRxXY)Gg%hRnB>Y4U#;0mv2TpJ( zQ6b_<7Sxob@uwjbWId3lPpbbiHiF7jQ*R%%bvU`!iUP?xGuKE3j&D*<}=p6 zNR^u}bm8Q_2weX?SG7wsl+Cjut~A!P;A+YBWe5E0p=coQTC;ul~V5m!Cx8Eo+ zKUFme5TB2=6e_EGTH$y2>&8(Z{oLQOMP@+uivou*`+tsNTuFZOjy=4wHW@PZbTVXB zJ4fbO@*D(ummXx|1PcDK!%^u`Y$l9J!Uket40g(sXLKCi zQR47-UN-*^o~Tqe0J4J=T-5AOao*dfR**!7%_Ypsj=xcX>g@gOsKLT~9q4M@Shmf! zk1Hrf;!cfdq{r!YWruf#aaM5Cq}6VZc?fckgLy<-XLcq`4saTHZL)HfX@pzZ zBOnL$5`TkK;e@I-5lD8qF51dXBdtp+A!?jBY@+c7Wqn)Zl`MUotxO!=7Wt=ZhWB*X|+jKs8~z`V|i+rR9(llM$I-sR*Y0;s^Y9>AU_119E46(DbJj%hN_&1fd}v?B&7E-c5unn5SAh=goBqwE3vbh@Ud`C#d! zagD!ScOta3bDH{6Xy@}v=~iLhm|uTAZ9d4JPcVpit4TC&b3e#hDXrN~)nkTB0&Cx| zD7noH{|^J=CI)_A*sNcG4jsXQCMdGBv+>;)m)$mgy4ibimc7u{nyvgS20g#k(<>?m z_>XGc1AscnFXiog%bTJtgSppxgBDbh@szP75tw%wNkRT-6NG(73EXNbm!FS`5%>;} z-LfM)SUg{&1vm~T6hQjW^n;iq0RX?I7PySuQh>=IOU39*q)A=So@v#-o9ON8=@?*0 z$!kOZA)wRV48(@G=F9|dna^faZ3xPkNVOmcE~)hcU|sO~@kqoIg#RvzLWx@T<}$;@ z&jKsI+Z&1zYXwvzCq&}9%C{eHH4ScEQBnCQ@oS>!QxidPF@SF%PXtIbH*zwDTKEP;{JyXNN1rj?9yVE!uw_B~jyK=Cjww`b6tw-#`eCUzQU_xB%L zI)R_-8CFeTQAH8AuV}j1FOOvF?P*xKW}Zha3D28CjTMCJ*Dl<7z3@QiE28pYO!Ca@ zA+>PSVoTgMapZ-?ky(iqM9MkDLo32yI`RrZ0HuB%3)W)eLMY?uW%{RFF4o?wAbXw6 zChW!#&;`KVEncysA9pmK7^@n~)}e5AKS$B92r98mE7rV256Mtq$`##oznuC21@M(d zGe?;MP4^w!cmW2ZqDb@SE;NtK!I*$7OwRZuBfv6dt5UPND6>cd{RbbU=0}+L2ny%V z7y3KXo$eh6vAT;>84jdzl$i+{^!g4}|LxgksAbR#ZkF zywzRYGqG~5coQ2+h2!{^(6aP`=<5&o(+LSMHouJqbj?c{6Gv;OjV7RYG;|}bi_X>R ztR~tmjhS&RhdsdGY`go&iUh->$Us!xm#ZiPSlBZmJytl5(sNl_~}9T7Dwd=1CfU0Jn1ge7E=~K z$FFW@vd}mpb>W+o_UYxI7vQjL&ye&YuPLH5wd=-^ZfKdtqE}pTCieCpNjk!ZQz66)x3$M9HZz+Vl&x(yoj1+{hNkVnV zIL8*35hRf?I?2`oVILwo$&G-D!_&AiJOAn?Gd0m7h1Xs58?B3aws6}B*UN708&Cc! z<(}Yk2q6}jEHz^6HHH=_y`c35k}?M1Pa1b>Njw$85ySkek`E$?`58H5N6N_brC$+r zAsR3DNyDQ*W9+4vf}965Sbf+g0=kc&F}X3#sf#Tzv8_LMfz+j zGTwjYyvu|Qxt(ae*qPm+!>IABcFq_@BysQED1~so;vON)jQ;s`Fd7=4>@ znGnXaa-wYGI-VTxG0Es4Rm zgsZMkes$EpW2T$3ZLKw%d@+!9QY4QiT9Uh@>dVP-RrQ5&9w`!-Ix~PL%&*1A-!@is z)ib3lqcfqs7q}v6!M;nHkOX+HV;y)GpN%~ax%qkBkM&2N+prfei!%K+&b;FUdEnkw zST6U{evw_;=tneQYe=92x1Ha}MhC9QqJcse(%EdUTM2Tbz=H^#TFS&Zp-9@xw(DSX z9AIx7l4AR+939x!Rhga1HzI9!OpejOcLlkd*qOZzSaTG?0z{vY2 z&-e+%bmNaF-L)6Ch=m|{EgPdN2t|d#gF0lmYTX>87sTLc)XJipqw*)NV%-4I%L@}| zPkQ=NRm5MJ93+8xcDjQk8gBaL)hKY%f1AcXMOWY7U0?Y+qt=Q7NLvf;Jp7)mI%K!v z_{gMOj|hiP_aK$-6ukUmxA|lH5r{q2tmUb#BJ-|2w_**R|UjZ5LgMX9jW>*zrM&q(eepk$>dY{dHYW} zfRm}X3y3UzxmDBtu6ABDZdPJo28{_M#dZ*qvWpC|2wDG1Glasr|M=ScwMZsdPQIt6 zO`Qf#vYU&xa+M!p_9g*ex-TpFpynMnFrPDOD!c$ z>~oqgrh~g$eqDEEP{_R6EqI7jy6eXHxjDoWYV1}zX?l-Lj?n&R<=47O6aVbFE|-#m zd7nlOpc*v`;F7veEyu5(U26XEfC6L*FX)g7n!_c-3l9An2a$FJVv2MP)cb;zaS`cY zT?0(_-Y2?a7uW1lDrZg=RpHC3x&925s>YN_8ljWqfJy-DHO-BAC?}EL;ot)KycXw_ zNEG06HoFmDYVulKa?66^KOzK5JS$OBrooK~4VJJH^Ix0iyqU!H+mwT)<&#k0gr2wY2sW@JVNAD(6S?RVk4-K$6 z`_v#*4w)xqkcfyLAy_UPNe!ge51AvBx(o zde(Z|>-~hr(Zj1*I+zhqmsx; zCB>2nb3QX%)BEcU3W)%2s&DGf!7q4c_7_IX=iSR&E5}nTQjW<<9GSIC76F3CwnoY zB}y|c=k98vd@qFW{1y`gB|%QHruc7qokMdEUGH@PGf$|J2}pc$gm{opUZm~Wxgs&= zU^}+gQbO)l?r-0fXwXf{6DfXSS-^;tCkU~;B@TCQRc^UtIyz`W9CE~oDnPkNp~074 z7Yt6^ZMIlNsEkQNou=v{I{lS@MI?rSk7hm#q&+@Pz39n`im7}QGglIEywDiN?B?K~ zZ1irFdtGw^AF<6gj{sugY88eJG_bJ1S^K#!1hymot(;_!QzvL?s>KwT-WYxwC04%a zbH*)lkFleIJCjnZY?)C#s0`d*t!(8i6v50Ic|9~jO(%@n(DAGiZgM+d$Bq)S0bNo_ zCKAGz8Os2$UD3kHg`c}#HHU0(&020Kh&@Lj*=ha(wUgw@ttqzrv1dwDx6f@_NwTgx zJlT+|o-$WjA~aCornRLTvKH>dOFMYxQlYWpxyJ~?(Xn|V10EWlFAcq&j5;CC@ z;n#px?V4Vgc5-VBc0C=x5>gY0w^0V0e(l`?>_mX?@T7(V>-P}Af2~DqYcEZ#o3p;$ z8~PSV3W7fC*oRHN6#;AG1T(V-ritFV^av7ST9Sp%@9aFp>}jA*7%^}>HF6!bMhzx; z_p#u%HTR}078?ATn;w%tlrJ<#fdP-5f9`~C+WB6DA6I4(6Vt&cT)SHjaNHMnT3#*B zftAAY!u1x`UUINCjtD6eBxmba49Z3YfcmwXV}?=&g9_CGx{>o>{^y$jj>GPstwoBr z{OKXj{`2ynzm(SRbS|!Cd2hfUS8>7Sd6TWSO2;Q^iB$rjYP)hiX*Vbi!w%u+u?N!YUs)C^?~(J4#hvm*f4{Eh|VMJ(eFc z50^h*<&O($I$0wmgZ#tzo%R@Glv^~gf^bZR8Vvczzwj-|z_mbm7roVb--8?&zGe%P zmN@zOCzwm=?@{`{BG$99<{xIH2-9JD)gO3(`3$nSM(@f|pn1x6uuPxQ0Jre`W3K)0YIj6HiWq=% z{uxn=PZCs(T?pn^dvP(-rhlg7}gYuy1;mCHD&r^ zo!f+k$d}|_L3X(qvO*U(kL5qHs~J1tVx1q6cLvP+k(Bq^w7qGxuh`03LT5|eU-zzE zUAAa)+Tg1N+?y%?4t`#ZcGAuCVd#_FW4lM}+~ngaJZ2$exSA`qBP(wkE7`+lJ8VF? z_w1Dg#&V@M$4G??w9q5prGqp}`nA?${vuJXvt3}Ss>JfyK*smBurvV`GtjgGu%>q6Iq{FZ{|=8UX$ zshO#cP!16fwR5@M3vEL9-(`RP{p{4LGi)Oxx-_EkVMrM#N?hZXu_nhnzt&pUwkf}H z*J(DE@4zhM0_Z94bU;|%jUKs^_T0JEpxgqxGo+R6XAXVOQ!S+>jgQwp?NYi|5B8~{ zrJ#)PWn#aP%wne0G9AMUKqA*CraK!`nX)`t?d(c9Wl`xB!On7_TX>AkHU)sXSjkxk z&UyUHj=QLNmA+Qsx+K8;f+y21|E;o1ZaCJWx^^=0d^6YrfzYv@+G}QDUh!z@;lnrq zy>3=mGlnVEFh&q77+pVV=?Vc0rQiR7_w1iUA?$jqY#G^ey6uYzRn)-vCGvztolcg$ z{RlGgqQK?}VhIJtZ!AQDF1~JTvSR$A33m9QOE(p@Kq574@rG8i0!Z`YjuAqgX-5 zA46?&4J| zXt~|GuTH|wj)aND<-Hrw=5&5X8MyKBn zSLv z&eVMM;g>tNQZT6%B_Id=23nk!4D1ntwC_w)r|NT6i|Xo@W-`DU2&dtkv2=dffR zj8Ty)xX{6Ny>3)HsPsd5*}IE;HcjFykB^j?G&Jt$x9|Z*mgEph9OW4W^tR8?YxT5G`r*P z3wnzx?3Flyy3{ixx~WN!pN6D}Uv#}=e+V==--MQe6a$ikD?PHcD4tce#gse*Y(jXbt=~?Bc)m=2YDZmM9H-95mKM1Rkx;3K( z19hTArC{KR9GSs*CN{rAO+I&NyEn1--%$B;ooSGqbLog^oT498fIYYIV<&oCgeA0f z#eOAX=!r%Zn*z))HwTx=5o1XHa8?Qc?i03{x7X5Nb#X#uS=H%X{Gqe&!=C_v-7wz} z66*`U)MwEvdbL4>kpIZK8IHs`}D9O1tzaxE0&@1?~?0r-lzWw{8zE+bD%R8$n-NPlUV6KV!DhY3F7 z>!d)Uhl~n`#0b6-e0guENeN)3kvlA`hz)ncY!Z)e2>*r%TxFVqL^FbofzefkLO%+z z5MjyLA!UP#o0UkGwNnA}UFKv4?J-{2Ety$jmMqNhDigpSjJz8-AOV@r zbe$O>D0Yxu#JqxwMED_ZfiVGNEX<-2+CQ^B!{yALU@bjE}-c{p+H})l3=pnfqEV zf;F*U?%h8rz!r@Pf`_2tX%!$LZgn?QTxpS5>*W{jrktd(D|wIh{Yb$rVoIH?Iyc8o zi}VbwbGAF?z<)zI2t0U8w$w=4 zX<5vPI6J_bx2(u1-4g3YTXQY9665T5*c1p_A1{11{2s~MDD}ol4ip}1mrwPUW@e0S z1*JgRBGIL;@_!yVBLQ>C5pCYCQ2KM(i3&Q??KpI4L5lZA)wr1wzt4v}fkng)u{El(1Dw7-U71EI&q5VK?L16=C=AX1@${kc^noy53WW)? zB)}Ye^}DyfBVyTGE(=O%8w{s|B5xXy2G%1#MUjUd=<~pqXQW2EW!Z9UJ_0s+;vcn7 zKYxZSEXjGR2>YZApe)T@&#N#RFH7zv3JS`C&i$;>w#JhNCmJzv-odGp_3dt1S z#PueX<}D?SeBJA!_5mi=yu7Iq1x&Bpp!Y16#pFQKkB_xS>TWP;&laTmNw6VNY^>B+ zr0L&fQ8mJx_RGt4;z8)}|$zkceW(n2!DYudaY@pyb)iiJxc2`g|=vQU`pKq$iW zCbhFUkWY$oYHeUq`#PO7{m}NM;wOxSbjqpU5FBto-9-Ha?TeV&^)X3>3D^+n2~RH83A zE;D4fP}4mAl6Pdyw{;hU1m79l-E|e~U|Co<^Vq&SRQ%*O{;>}A3nGAQS27xyj=VdW zZ8EmTix=Kg%EBihzsYdrdK7w!v% zR7cQhA!dY_m3j?$WAION(FdIqr`qW%F)+gnYVSho%j!FV9Co%rj9_fi1a75uaJYD# z0t9{<%|Ncbtm8ixJwM||pma6Syo`*d;T)obv|1}tc*M}kv<_RvH99ZE0LAAt3B{OY zewy6wD@I2Z9}*f}(h9s!@41#p)rHI49Uu9$UTeEe4)DY83jYv+zVr2)5H4d*R|nCq z3S~foEUyJ!=^vJY{Kr375w^*L7z}Yvvm@`sP2_eAHM5d#66J-pUZ-0VfCmKeSt9X+pmcb ziS#xF?$uOIKmG~+jw~JSJ3r(=i8a^Zwp<%2*4A=3w>id7ju@LnQcp7Vr>EVJSyrM} zvdg^YuQ{?U3uigPU4lrAQ0&0akz$|QFWtxsHj^U1 z4x`nn!w+S@zdN9U$JT2<=$lXzS*!4F3BRB?1#5!F-9ta_n*n?kf|xN%=9Q>|c^9i@ zd-+t0btNU$cYR%b8mc;<&;P4KCECK8$~ZQzTFDhMg{xxO`YtU=GVl3$#B9mX1z*Nj9`iXNIvK@6}HBh{82W;zq^3$ zFim3udDAPkc-TT(KqR1|Ab|^UP4kaX)I_q+kFqyq#bj8lLqw$WC1_+WG!0$}m$;Zv zb0`YIJ{}c*I&DaWa)W?iL*-2PeRv7z@}BfsOU(U5)wFG9aUuT zP;f5gN`)yp3lUiqIMn+Rlj4N$e;>q5Pd`}xehy!qXmp|KbV&+oO#A34R`A>0r38e& zXSoVi{E0ZU^f1|?m*$Ad@I(ivu8qCy?3oNTz?t# z(-!D{D@~i^iD$ffN3jl#R1C=mlJdX&nSGi%Z0n{oQmfk7ckN~+6kqOsEN#|Iu{<#$ zMQr?m#mQS-I3se2AkBAI%Odi>8d9XH6p)4gck-N>c5MIF@$HyGQEe6n6JaRuCho^p zRc9L_EG_)~)X=5i#Z#QB2C9W}sxpgvr>}d9CQw@tQQ`gs(_NrMD`bt38AX{?TofP{ zcsLu<&p6Wsq8m|8+c|G;One|F*MDs5fe%&GfXP9GW4?|Q1XkJdo0M0YdT)V>_pP?K zc>-yybY@H{8Lh9}u#jwPi;g4*`VmCwwlF>$fxAkFGwUCALr5%Jza(y2#Z$!oe3Cg+ zYy&DWv(nz>yjq>CBEWi#BbxE?=vwQJpS~m-@0lD{lABTt($=$7G4|wMG^a~Tt%dLH-KA~2q`EkMM za$FEYS%^Jn#((ck?)=Ok)S?DWg*~=U>3He2P+w8a2iPH$Y==?fc~3ev;bi3AqDnCY$|_);0J&!_bYuhE zlStuTQUy=-5=$p6gor*P_5Ip8b0lfDpO6@%|G{nIpYK$7n#aLO_)iw3hFe0`v4(0T zw%{!aG(4W_paSLHk0-cx)V8NcLCtb@WXRjI(`gPir1q0FFY z{>w^M0V7T@RqL9v7ozcdQqKhR`-F}_f0?3wl@bNI3&7=oUr&P(D!!A^ z_`2jI?beGkPH`y>XK9c8U&T4ad2e@t=Z7+v_S)Wu z+}b{V_XHn%z?811B!}w`{rw;=@fZ>Pw>Pj-TOP<(9uDibw=*`sPNdq&MvZg8xm3Vp zi-K-JKFLa12ZE8Sc6t07&E;&Pg8>RGi5tq=*^-H8WcK%2)^$~2Ny0-8J&Dp3Eb?l0 z|3Pnj&5tz=PvCKJ@RD`Yf@<3y+^4#*d3=^jkg3~Xo3FANAPoI{MOyvS$1lb3hE_l_ zpmqO6CS?uAov)c+zK){e#_>Q)M?MexNmshXaviWofh*x~j_*IsHqBhou)C?NRw?r7 zlzUSqbY1%D^<3DtgvW8-N*2HjQ79#HAY-VwDIT=U*3L5OtfYl$#vO(0tPL3<_TI0E zN=+0jIsYw1?)?p_8?rd7zqjyA4rJCjmbm$vwUKSL}}iQp$}I02z~N2DP+9z}nJKHR;o z2XG3f$aE~wyS(-Y@Dd!Kt)3w}H8OmRCa~S;429Sk2DFxgos|w3jEJp2S#gE_-WP7+ zUMk}D3>)9uI}K0%qhyZExk!t{g_~+a41HnSH}b52S+1c{mwOnl*IkP|UQ%OYw%rgn z_tz2~s=N2oJ&3e1CiZu?q2mXr4FcEldc z`&O5(v-R9iL%~E#ZtN3V>V|Kh{&CD&GX2;ZFJ>i2(jG%T zSdZ6Ed%9h>C!!WX>XX({%d=;+#^(I@g=OP(#o?kX8yqqwwpctFlJ;CDynOt`9pI9Y z(!A>QChlAPtVP(plV}r$k;4n=g56cW4WzGuiX9DTIOba~ zH>71$)D<-J{jOEH^P~F4oCmqP`<4T5r~iY?OWW+;;)khIC$Ve=v1_Mmr-6ht>S+_g z=F((d?y-&DE$SJ!mPGf%;_2IPZ6dZTVfO+#T~} z_bx9p%B!!PX~nCN9Bdb*w?8=E%9Hre`I%zjYeZ+wVsKH!;cSv6F}8_GwBTS;29ObX z5`%=OsS6)|STt@$7N0B|)Qtn&+EGiO%Na@n%8&EPJXS|sgRUi&bvJ*!;Ct00FMT+@ zx4P=F?{JjafN6MhxHt$v$wDFk*2k9ph1TEFx9hv(^a9LA667N zY%oi^J#t`NAwvGD&giKsF#k%$vtW9KIfOrC^_Sw$5sUo;M>6a1;INi^IZ_Ceqp~H> ztSVq2&o>KUTY6sNV}&;U2cxK2scud6oNOVLXub0CrQXz;hf}FseQM1r;Ej!`b3dL( zZu@lpRaMKqE#@sY+v?nnCHhO%Q)t~!XkC+xa03Y8!J90P_gKfg`v{)D&++59ArR;# z?y&sS{|*Knj@)?1e|5u^OlOH9Y<1k8;xjSsrq2C}G{grXtrn5Ym(;CH=nj;2m`9eI z^kX@9D{}Ov67|mhRFdW&v^<()ZJ`&SofXUK7vletgESO%TUs+SenA_@95!y0z<*)= z5&!qkIm!Sgmf7651h^5-#~~~Ql^>+SwWuxIoB~r9E;8}}am&~TL5m|Sdebs8dxwmVDcAPxv1CJi8oH-5=Y-;N-;TW#^5(vapk4S@_x z=WvNTYG9tG^9@b^rzEq@Zwbig9sJW_snyw(DO~FI&e_iZO)=$1-0oi0JC`(xz<&IB zGThDD^oF#RGo`BkEJ7aSJB(dyw$?P1bBbSn2OFE(CfBV(r%s>Le7Mdqd9azY~UQ|Zu%Ek*mNs^8E8pi9tCEbs> z^Z1w9!FZ5e2`6$ik%@fogfM%rX=r2ebZym(!Elk`T82{y8 zr+Lvp^-7ZZ+l_yZphm`y-3q?dKJg$@5SHZ0aZ^bWgdN%bEHuCQ@(JDBn7Mc6=}(+0 z+qb}c@_9R@#+L~E&3T99B#czjx+KN;`j0O!Ei7Zgt8UBmQ^)dvsN%KkC+7Nv+CrPx z=W+no%>uq6b%^c}CF}c?^AxNk-(H^ukl>C8CLYBx>CaU45f#P-pqp{;q10;j=*!y3 zzQKjT)`o+HBPwaT@zS2Fw_Tk5NJ8I&g|Cqe@p^*!2v+PGt_KaLq_f|CtjH75cWz${ z**t-Vq(IPKW+gT!kdTm%gwCM)cHQjz3I5>cB|qNIrlxH9ZrG?5w5F)10bNk2g^VhVNbyPK6|E|BG+W8j^?VJ)=2)6gsr>?kmfa;a$r%Dj6rO2hX`puQa zYDzOC^jTYS_9_Ff`Yod8y>@2S& zXRCpA?!}GYij}1JDMR4E+huThUN*A0hhicg?edwRfJ%=LqJL>yC5*ol`L?^;~q3B zHrpE@P?UMSyda*88g3$)rvZ~Mxb0rcZSM^VvFVnX-SXzIcI=F%c&XHcT8Q$T$r<(5 zyde)2xzm(BoT?m<44dW|;@y#R`RXg=5b01~)!1{d{#0 z^oNO$_iI%DoGRAlwm7L~!&i>txFLLh^I?w6`R6QFAt(2w&YqR_Z+yQI<+gQgewuim zlrO*a$+PxW+Iw1pV;XP8>VAfSGK%?sLc~}J>xEnzBKp2&14DII6C~keVbpkt5vV4Z z(xSR1Ce6Jjn3-TcIEvtLo}8EB+O2d99la*G!t}__O>Qb|6uVZEm1`8Z@r)I~iG8qt z`;BA&xzqi$Ija`_f^3=QqoghSl}l>0{XJzHeCt^l6U#DB67ul=JW;g5V0-7VDPZXUoz1AR)5JYd=O4!IPccj^y~8? zRWlmCQ=B4z8q7BQAmFsNyMF_14S}fN>)0fY!A?b@q@(4PWvO(`P#Lv>IKIH&I&<;` z>n-XqcZS%!EcG5TfE~?DhY}CS0lX2kw5UkbuQmf=X-ROJA{BYp3L7Q$`ind96Iddx z(sYdOvJ$K96{KR)BdN-`zTM)SJ}d-2;*VZIvfDz*0I2``fUq+PXU{+3S3{pO=N#nP zh-CLSw{fS9+r!zRG8A=^F#U13qXDTZ;>t_BCg)`$7r&^#U(cyxSAPf}r!pd&%t>w| zB;;*9mLd(e}Zn=v6Kce0{p6d7iAHU8y zR`#*79V8L5v*O4xqU@Dj%2r0QImtL=W`tz#9SLQe5XvT_$j+9PJdVjvR+wXSs zw;PY^dS2J#y5H}Q`+a(PhjqE=V8qAwCz#|*1(3?BKZ=2mH|o9k2t2fUd%sb@43T^BWbM}URHep( z5Z>b^g?Dkf$(#G3OHzIPtq*i>_FH0P;%ZB7Z={bm z|xr3eY|E6nyZP)i1ii8k3?=zLu$R#a`CKl+6WXk3$y?noW4wj(0kF| zUxs*F3!weFDdiRuNzi2oFb+V7ligK)A{8!x`lU~gO)zj`&O~(ug?IG+grRfTC88WY zWaK(NW?=o#9D73mGCaMcuV4}9+aPjyGR{Xl0Rwugy>+RRYkm)GHV6j&!zovWDG@5+ zVI){eTgqs$v(6R-Fg9YM0D}uWhu08SjX@33FRHOmPdHA$9&FPOg2&%wM!0p|eU+!Pin-3ZGVjsj;2$FQN zE8}zxRUFxM1c?!}Y%|S1_u|O5BG~6o&smJHbBOF*r2^=wX03v#W*`H!xr;`Gs@}h( z=x5)&&I`$HY#{>0>&FBCBV76-gj3$Lr6f-OII;F$ri(?V`luQ49^}%JVFb+q|2+8$ zHvA~9vuxhq7FO+WU(5!aARA(1lN-9JL40k@7)fskygIbQyO%^l_N%zJsa1Nl%Iihn z*$2qSFpzse_|LzV=Z(b{$d)+WZ9a(lgD=m$YE~$tQd7E~_v<2&Oq3{GjNYMNHj#6W z9-tCRsKHg#sQG5`%`jB~=Jv@kA|f{`fb^J`WR<6x&17^B?eke<^^*US|{=nC*l` z<2GFEi>ZPsz{llv`Id#&P{=7pH!SSTe@kF#hGj6v-*V$T0Ytg(uSyfa1H@^r?4Grj za*liT9+$AhSN5%OfKV*KfDxTU=z2R+N-(er0@IW$e(cNMtf1<1tlY+m_f|1fH%b#J zd223zoibMaTReis4aOzvj6?vnSeV{^ja!mVFGSzcM4%-K=eh4W@r?71$jkr2$B*VO$^K)eoT=) zKKK_DPK(f+|6nGZ{5n@#={tZ1o~qzvNUSr^*8sbx3IQDQ05vb$=s{{%?>K@}>xaQS zoLv>7v5%%=uxf*_Er7QnnQbt>?evOp%Z3QLLo+7^GK42JVMk?!w?5Kc-ON;gm|wGF z0O*KacwQZ~0_+(HP{^vn{tAPTelDMikOkgTos$sGz?v@@`Uzmjt$LPawpx3 zt-8D{d&sVt!OlLi%|a8ugUx|j9fS{Oz=G&#Q+mk2Xie)t{tN%3`CESm_3?P;mr{&BS)QxVS-7No`~}hu`TeRIUW!)`-q07D7{Tn~hX0zGjajdSg zp@>F;U`^DO+)s+7o6we85*tadOOH^&-lW26<^xJkx|}w)HVRDvZ!l=qFIy!O-J4O~ z$c92jxn<-W3u_Ae(bvp*4GA;MlVDA7EaVd^wMO81T0PM2v-ohGEBG(K7T;Z(X9e#J zVjMo$NSmcx<^2v|Y_?PTC&MmHkLNC{KVYeID|xuh<(C9IXec9MjG@0O-f!3IpaX11 zuF_t){6JwW{`~i4P&}Dej8pS_ zECy^TY0V6ejs-lET&o6cK)WPc5^l*o?aSj64~&*Ydg2x_%{X5dcZ7xA?l&@AYNOl( z_RA~!0{TWjVCerVqZ)dSXoUyM5F`avly?7$c8nnQ5{?b#Bv4=sgTAzG7!iG3##xB) zCr3tDYH8T20W+-NGvjQxK(Hn(lm_hpQu-eHzkRPrV;c&i4K9Ue>!(q8+i1W0eHA&x zEWDiZR&vXcDwS|Z1S+VUUw}+*A3-F`v*;Y#Vvf%=`16lX5b&Pp=G#8+#kQ1cTR$Vf zQ;r=3sGgekhY=xYFG4^Y*~nxd4nCUEDjQbTrQP=_NHBJe+SehAx@F!(`~oZ9T6(@?vM87*CR4B^>$?!O7~3n zj+XWbU^WO`eEKHw^Bp34{Zr-ot{;}h7~ktgZ4$Z&Wd3%$2=dz4KwuGA9nY>l-|T>);QaC;-Nw0J)3+2x*9D#+Rup0iM8Xgqf(y}0b zVUS1LEFzZGS$kvh7f}S)?=oeP3_&Tq;)?HB)8?f!SNi7jZl)gM-&CE(PBhgTe6+_G zvLwjMf>OC{W;dZk(yiaX)#1kj2;2d^KKTHMz{rqb=uXEhtqtZTcKO$3)=P&l2EM2u z%Au^e5hlb^&?XeJ-J&4p(Hk&^1Sb3zi)(7$P$yrdr}wM7NTC6 z-;HvVyA`@3U6R?CpeBhx@pKr_TSt)K+Y+Z22-8*qOLIlt|Natn*BK+q-}W6BJ;Be8vtv zv%|5@l7l1oe;tU}+2~=)a0>KEca71&aFZLoOgrJ3yAVor=F_S<+CJDFjhyhUfLol)?_$m&Q)qJ z$_j7-DU_cplVzN)^N_6N%}f<37GoIp3CL+&?uF7Bc<9kohoe%$&U{3~o+8Ko>RED) z9w>c4r0A#zoh%?QX3(>CR#~CzE6Pb$RcSV9*on0FyQpysFV<0_Qm41})&;#IIdb+b z{p=c|DFED6+9YJnxo}}NT`Jz$%MaAn?I}b$mGoA^Rz{|mb#TCy@)8%8xylH zVgK*vqDv2VttSsHfQZEk@p!tND^Vq>!GcZz8>_kY9LInIV?5H`!sVZH8r=16o$-hoG)* zC&G7w8~y0#ONs*b8Mmqrdt-0<1iPUguefw=&|xB{%o_i&%65I)ULY_erdr&w?!tx6U(0D66?%-`J5#CO|&=*9(%0suh>Mnb(|;_y|5&NfxhdEl3>S zyJ`E;bm|@J%=^?!+>Ab1dInN8ytb4a>+FXH+^cn*U3x}ZJl`i#4knQFhlh6r;`@9h8Q|iT0l=b-eWgYq5{bPDKDvqFnATFoa#eILTt0|Ovipou?L142| zl%mo-b}3H}hDAKs>BO<8N=&&g8AK(! zqPu61L$?=$D^07DHe;)}SF7_%Fu|zuFwQV&-|o~D%({;$GoIf&n@JLtAvHdWG*>~t zudO?9sL|L|7#M8C=&wySTU9tlVLK;B+VK+6hMo zSL{JrqeqM#6b}N0H%yhym2{o=!3#V+epU^@p{TLpen*UhH|+@L{9;$={FqE7WMBT` zEgYaHA-wm_mtANRRz<&t2F!tU0*8!b#`-spDC-`GTkAQ1-Vdap>_J4a?{X1b&ECQ#*Yq@d*`2zQWTxL8 z!$9ZloCQ))T|ySocp*_ql7K|g2j7Na@ANe*2N9+ zV#Xb)T>UADV78#y9`qxV;w#@M1afu%LId1fkdP!}lG$OQ-y+*>Il^=PJue^yF8~=M z-(QDIwW0Ov?WN`9<`Fj@btS|tK;DFp6%tBZUmqI#K>5CvXAA_cuIVIEA_#t&QdX%hHo`RC(&Fgiz>0NrPr=wuSxOm23jGNu zK@}vmYdF176D}!!^0itX6qf-{`#nXfnw){Fxs#(Pp>~{U@WB;gy$54$_9(11980nv z8isq=M>AsdoUMyrsDlZTG!ksUFLDCHngl`*-|}Wc!^|>7w?bg31>A+KY|`}S%w|ZO z3~WdMw(+S2=2cK;foGb9-+vxz*P3tgX4r~>emb{R3n8->7?e_pC341l?wQwkcSD#r_F= z!ojJOt4;F0RtYi4-X4G3RcCy+el!dJBVsz6Hn~P4<5W}TC9HZ~y!QGIHE5Gs8USb| zM<8_b31XSqb)wn-bVTlcB?pXwN8|-?fHQ`rQRpH`)Ps!U++M5Jr2DqY3K~)`y*mEx z{a~f`X+auG{+M3`SfGZS0G{EZcMQ%*o7_Z$wo5{}#h*%wg>3Wl_%I1vX!Gka?{(D2 z*WO=>9_6ctW@-<9&i`>-pYFJpu$YdI9*_UB^udM{r=jj+sLtB|_Fi=O*e`s_4Gq=H z5HhQ$Ur%|U2>=fZN#YAJ)Wa-ERFHO@8+D2HTnFmNfP)ewJl0;lkWl!r{VlOhduav^ zIC|KN>zMi?UOu=)G`mhUC>r=3Lv91PhK+UVcJqU3x%&ZK-e+Yy!Soa5ZqV&c`mCN| zE*OSwUjO+NhV^E>33azY_k5>bnJ4>fOjeW<@2|8o)qV@q%i44%(!vk_qTpIXN?S?y5JyaIkq8;VX74e;aNNr zUKZZt_eD52f39!vUbH&@2WHfaRZ6>=^$R<79$u_sLd!PDu-DdZ;2ex$PO24P4L9!5 zU#D0sfYeh3Ajt!JW1A8728YTW=roq4F|C+y@^r3lu_Vuo0VJ8H zlQ#aZ!E@tNq+<18710{cek*c`!(6#YwU?Q$`Qe^I zB-vT~17GQUoU+r>a-`fYv1XFBm;a%KL0vU-DMp%dG+s}gqXl(0edO)n_(TZ(7cvjb ztl|RgE2b+v!&do*CA2dJEpQ+;GUOo>7sq`s9E2x)H6tr~zWdcqQ^I;E!sU29Y=%=$ z35phdYQ_ezE7wRFMGT9fzxa`f!21o=fU4^k@-+C~FfE9usH*GXht#!u4xEsXs_8&y zMivOtjCmWE6eIF-jW0px%2Fw>l^W548AR8iE>C#XU7v5=+HEp<=yIsmBikgx}1<&CFLP=F^y3v2-t|MQzUXb|u*QD>`> ziWK~W;UNPt9DxEvOTX}qg-m(&Bqtd5pMT=LO~_+5R)4#F_v<-zfzQ2of|z_{J~Y2p zVZi|-dTY=8Wl66RBW3bE*{PC-Xgifu1lEKA1Dh~0j`BYlFH)5{0;Hc<6psC6z~5j2 zcZGXZ`9qi~siHd*0UNV0CIK4taRm8ch4T>2ztAdIym8-|f;St2CH%*0p)0Dm)IU0X z1$sFtjuK;k*AY?u>K}6Z=qdA5jzT9hv1cRj6G^sP30iG+$TEVAxzFr^2z09<%C9OcmqHI!*maL2_S4EMZX`x zNf=e!*9l$#-`_!;Wh8kvoDl|O3M8FkO_1SyqeN67Uh5;}A{o;w0x1uYcJ7g>n#O=8 z(TKj^@^qvJ6Ssa~41ogH5WvefCTWs4VR=afBdu_2G-UB=Tcq?~O8ie_w|f=uVnIV) zC!$D>c)Jy{@qWt*JyHPAi2EA$<|SO>zh4m$CHe(3H`!fxXhu%@*1meq5)qkC_s8N+ z=q^1_7)3EYo?-!o!&<8=IjnqIy#mWju9C-#wI%(zP#A?dkvey*S$#Uba2f^>b*@Hi0<@CR$f&RL0~Zh5t=r^Vs%VzAx$CAH^w;#FP%pu?UE?qpcNF z>rRT?h`%Cx25?PfnFv5dGHV0LL207arMx0rA=5DyE>cniy5}yW#Qm0xoy%^8Ow*(Q z7eK3UGUvrehro^ol{h?phC_!K{XI%cO0+Wckx7jzNLs0JKFjV)K}c%a^)#v~y_+R0 zQ1H~4Nzr60mtLlYa#g9oAOdXc2Me?j-18Z`#H7Ud+ka|LC5z_dxgph^yP8EF*n@tF zs-pqfM+MBwvNp??ECGrXFvGxiYOw1-4YY%)%=%p)mVSB*AJYAe!DhNLM~#_L%=CUG zM9|;fAn-DxuUPR7HXcIB5*Ryig%h^kaAX1$b?i$Dltclg2uHI567XaE;?np%^_Fs* z`=KlD9j}>OOrs>|dVzS(p$y_-edY>r0DL(JgyFr)+-P|Id71EK(Y{cD}Yid~lxiTR<{5nO3_i(36Cu1>x!u%a0{3#(s$ zah<46L4bgjtl0Hx2)vBV(L(4#6wwus07u;}864`YrcD_QX|ub=P6iD4DYKKwP{m8I z5|WZ!)~pXn^Oqnj-v6AC%tWNIYUX}MWC!p6x*b8cRFWxc)}wA^O#i_djQv$CNRs)Z zMh&Kzoii2;&mgY_`cz>6SV?*d`$}j?paB?_ArEKXs0Ezlu}X~ukO!vc=TrAk6HQ1P zMSW1Gc@6d)R6Bz+|6ZHewjn<5Fyg3(V{K)JT@cfV>Mg1Mra<-SO3-tThROvQNdUy{ zocmmavV(5I2M^eIvmqC>*kJh!2xj|hJ}yy)rw7seAa$!5_+@$KV3{$ct1inURe2FV zSrTqNv~S{8&fy*V*?f<3sFYBJ*gn!pgtBgAa@FGr_+dB+z%f3^c-j49kc!dr^LOaq zH%u2gR8h*Reb+7pjOy-$t`>Qt^cD5xu86br;}(5GxloZ9mTX)pVNp4(QCD__9&9i2 zTf20b`SB9#3X}t$$`NYdcX?DP67+erSK9#SoP%zrPp6<)+(ir+Lxn0TW#vKh7=B5J zT}Z#?oNIJ@uFWFE{wnCd=qiAQy@Cey?AdbQ(KhLOoP@}gPfgSp9#lZhdGp_Pu-r{1 z%~XEStuAjSAEG!3y`Z-KyZvmk>&CQeJz-dOU=uwDvNu3>ObX0h66bg z(P5yLZGX=eCjX0`D1p#R)>Ql{haTNm z#2N8^Vyl8!=rSC(S8o{7-xEh8>%^d2BjGo9r#=eIG`{MHEl_8f{YSRNW)>Ur2@)LD z=orURVBO;(=U81w1UOu`D64mWRkx1-%~rr|_@t`6w*kgN zQRB2QL|%+6ZP+6WQDw65vd&`=iVURTGj``;&4IgM?n`d&WZ^0ym^U6mYF#!lp#;9G z@olQmVMr~T&d%#MwVAy2>;@v567-L0J1<{47X}Wzq`-j!++}{&)MjbH;`$uz{4Df!WGL;*V)KPq?B?q)gm011(N1gP0!cDwk|dGswV?m1x` z4J7;8mOq+_f>Sb&1}UmuHH=-e$>+B)l2fknyWE1gyZA>H46$k^^528cZe=m*5??D%vN zK7bBAoT>@aNO-j-B**WWCJ*pu9U%3dH#~zP_Te8GRy|xm3@`#wS1$%vhI__F>5aipTenuby>>r|GJde*muLszJa^Tr7woLTB$nK7D zDR%Jhn7A?jiQV?av)3bJj5=?p^kp)zk_Gun@6I2hI3q;-*L|big+aCE0Ie}z@8_Kl z0a%0pUCujOyv5|UIS}=rM%p;%$qwJonX#01z)(X9n(X(-)>(XE_UZu3+(YB@*5LNP z?@M9O<vG3gcvz~-es@ng45RI_iBXiDq?Z`Ca;}=T&+j@U zxUjPhFbN1Ge5_~U*WF-yoz>~Q(6CJxJ9hi2l2rdJ=!C9zobh?E3Hag@PPGkfC`o-S zErh7yzY*EQw4Yh!n}1}WkcB8gj=M@ z2qx7vdoKLf$h8n4TI_ZM)Qjf*VFI%*%cictaNbIY`)|!+ECb%pr`^?eR8irqWJLPo z9Y)fhdv4w|*fU4{z!j3CM9Pxh`6T0?_6-_d-xo5qDQ;qfO4<-WVS4f&W%*a$aWl3j z6)VAKkBI&~{;&I!j`e_YgDtz7+R9e>^3Kyb-@XNl`d=N82Mrb7h_C0xFWZQAH-4{PBRR7y{ zx{Q4Dq9Dq>9zK0SoVppYq$8i&r*8`Fx(n%lTizXYv7Q~l_$+Uu)8Dy-f-f7*Y`U5! zT3~x5n^2(gWa^!$?gazvQ1gt5% zX-(C*x6Y*Ux21PdJD;X-Krz$v`hNHZ64Rvn6#izpa}mWeoWL_bVY(&&zZv2^nVoto!j*5B5LsSl)&v zS$nq@jKE~KfD}uqoC&(#O2M%y|8sI<7oko9=~?kPBOF(ra^gl|G+gIBel|A$h!lb? zQPR7TT3Py;0$6@{!{R3qDg3`rm__dlH0QFw&wGK~esm?7DiLQl?zUCt`AE{9Sj$H7 z#Xk2+AwtOq*&d=EAMDoutGICGUX>qOYkfGFvCpra+3@IY<7KW5lV}aI#IdP7y*AI) zk>(>U=9T(^X=hGb+CIoe>3B6Gvbc>9JZS3wdHuZhO{hS~Hg9y+r(kTkZSjf@tv6pp z&{6qmtAEhFJ5qZ^jejaFk5+jU<4>L6^k$K~2@!z%TE&nGUu!-z>(g>4NH5TvO$Em0 z1gEuc9leP-ePY+sdkOQ*^8cw7apEh!qFme`a$SCzJ#k%ubVf943VaOygf#^~KYAiq zB(|LgYogQhB+6c``1*|+JWsKC=bje!=MuT2>&M}2y{`&5S|yKpfkWVmIcGL$@bY4!~S#a~sIT{#k< z(0tVHLP_C$IA$iPV+GI*q4tw9y(c4U)}1o;zW-7J)o5tH(K$$(I2}b?|FdcJLF~fx zdxM=pD0K~_Ulf-hh;>8N(>Z_EuhqgeM!Z8)D2)mK+L7mal_5dy73z#^q3iD@DJFO5 zyXXz*-F8s9G$j@H(UK*G5ScVS<)OaN^}_rlu`n4|E)`c1N?#MLm?&-RPnuTlBAc~9~^uBz7 z2AICLuIgtrRN$+VDyBn=U;@e7s(liICLp^Yu;>{nxJsLw zw_)_RlLfMJ)E4df^G42o_0(5s@}%xZuF3TT&ekFH{gI*c*y5RB7sBIx3j~NEep{@a zO{hNWDJg1*S)3X_Jz9rcOeR|F>xMk~8|!q)u(*6B2yI7Yup(4vqr?XhM+ruuE+R~VgAB{&#KndE?B?=|3vCDbu% zCRbaKlfnA>MiEuakY^U+ZB0d1@#hM77nB5~!w$|!SAQLrDO;T( zx72?*Z;nF#a1a4*32(^UR!@AQ^$R6T4EG@hsh{MM1EJ%?Kn34?uqP)#WM-WF@zdX;Yi$sm}I)e~)5!Ac+sN9~Bohx%SW>LjK9v{2~<~(yG=7 z$)?l7ffSP2_ZtK{fIkeMyVY*5*d=RJ6j>_CbL%ol&B7U5^B8hnNMb(6ww0!7GD?+c z{cCuLJx7B4j@6v~n-Y5r*b4KSEuXr&oP|$*S;c(fd_SDCbVz`3fm`$*^zNRQ$3QX0 zE?)^7JHhiD;2I9?9*EOe&p3L3F#QK<=5b3=46Sew-60Qm8$VYv0J(L>k1gNyOeh$C z8q#NXu-}AcX0jv_7;Q_8KyvEi_X~xndzp(QxTvxFsb9Y*2`KxS*D^eKi;JKPY;X^1 zP`3S`?rGyzR`7#Kou?*2hmZVnKI3__A1YtkLEz8xX{8oR0caRO`qh`1FSY{#9Y-H3 z)aH*fE(Nx-1`)UTnNono%V~n^9Xqd*Wmf5fBH+JzYBvmu;Bn9X1K=%kEw28 zo4kYcQJr;8DK1#{~; zK3s3IzL9IGu57n9$#wspKPWDNRm)_Z(yem252U^RA;>cifD?vPefc-D-|fUoOS?yt z9N-5j0z1a~SHz$5WWn6bp*Ct_AOa^ekg&_{`w$x6^K}4ASKzla>^D=7YN@kVXzfI9 z*K}ukLz6&~;UwAF1@923kufvpEJ4;=HJ9;{OGyau22TPe7^Q;l^s@_K>pi8VMGCZW z#+S%AY~(_3eu(($5y_>VU)>QjN+)>@x@IF+2(b*eDu+v@qwBAR+|-GEqKtWD z|AfCggda6rm|vvE_L%2WWq_qGWONEa=6k%vSTi9%*Ha8@-PFvlQk*ZDbOI~?ryg!; zBHe$RP73x(Kdj0$yc0LNsm-)|1-|kZ6kQTekP3qdz-lnvkXrBdQ;0LU9kKtvXY}J@ z_uJtwyl#s((fFZ30x_5sz&0}6NT^QZV4)XC^@FK0}K%%~)UkDgZ7H8!%u74nTshwv1&v->E1-5H;HJsg)gqix%z1- zrEQd-d^~_&CS^4c-rx{f;i5cPW!`klRo?fy5nfcFX?__FAd2X7u3FLBkI!UoO7=Vp z`VHDI9V)nqAzHGm`Ja{FYQdosX5W{6V8_&!!7bmR29ibIU8a2YL|wL$l&HG!9@hk^ zzH>}CMFO`Yf{7ywCn@EsSvswm+M5A$c*z78MX2=)FZIe*|Gp2RshG{h)|=n7_1eub zyYSZU+*N%iEFys1Umi8hY#U(VYaSD6KByF=8-OfPfAND^iWGK8OvqS2&j_B`N<8h- z{hx+A8D^`kk%1q1W|#ZFFNz!*T8Sp+-W_us2vCHO8|v&a$bkv}ga~7-t0kZe!<+{j z>l;Vsc67!vrxxZS$VKy(-$@iZY8H z4-K`6+7nNi_OvNpLjh${&a>UhJe*N|=kVu#`=1q^$55- zleavFDVlyu36l=YeeX-0#-0@xrWr}eVjvH=_M~q8-R)^J7e?dH6>VY#I9;E+@5J=J zMeR@fZ-q5tMC*oZf^UOKqs<+GzY?0x6~q3U&1D#JEW|pgjMglev?AX?(;f1>M|WYV zhce+QHxSTF5d-M%?PU?r_^1_|*UjCsznnxvNBdBnVFat71USjy5mQh+-l zWF%{R^Uq)rW&Bb`_pJXGarL5$ooAJOdSHP|8oAOlXuVj$?C`oripi+W!QHOuH(eP6 z?wJp5Cu9v-hl=Zd)Gfq1_}0@zQ^;ge;w$q|ZNKf~nAX`T(HT0SJPFWaB$B!M7|6~{|*s_$qg2f}1$Bh&telLf>dCASH{p&-^0vF$|ks31hr*bI7v zjol_{IF#XSGwg-91LFg)cRNc5+&MWc?4Fn6q-ia0bYi->J|(9Q-#8QTqLS{%W_tahm&1rX9TNgbw! zXUkd|`={x>Tr~m%;^=Iq_He-Zkf5WUb3z1@2ix@8XgDn^c7jl4h%O&WeanR%lP5)C z!mhjL)G%X>_WSr=`a<_HPCEvQ+-3rCLRgMQ4)-_TFsR}X%gpe$rfb*)%bRYQ=^RU& zQRyqEi7(+k^7iV_;!E{~9K12!Z%4mP*Vk|S-n`nhUdv^F3_B9IYPj$r$wx>fVukJ{ z#wMhc-J1kN%Bl}P3@mF9=NEk`!YZVqB2=87=4ls4c!W@Op6h)tXo?W+bod*>LDBIL zHs35HR>%t}ZZ{@_q45dcHWEN)|I9SMn6Rvm7n-n7()lY05qs7ED_oG``9y$EG}s29 z9>l0Y%%n}fY~7oOf8Ii|3c-(QD_r<=d=7?N{Vn5+S5C8MD+q>jpCLw<8Fp;T*k^fd zjo|62gstbaPkkjGeZ=Cb%TV?4-}`&BM==QSgOvxr4vn`}ZJDGJr{D+0)U;TAM-99v z6AikUpI73m^?`H-;BZyOGKF4yM)`q#br4!8wM1_K0r7a+WtDi|W!|HoH-XJ&8eE1v z*|v(PgE>WXKj>@zKYqk4%e`#`2<3c*`82(ZzWK% zH%F@bstA<2aYvPIiFZa89tk7RkV*3hQ-Ry`I}KFb6gM_mpE%4n4`@@tZA^Y_0PJ-C z&voFOP&(Si4O$3X5Zv1qrUhZg?4ZNFjmG93H$H`x9X#Tw0oZwmFZ#Rn2N$a+8LUkM>}2Ka{FCYS@dnVTC5Y|-l;*ru9H)W zKE0_wF&G^F64+J_B?|;}wTk16KZ>&`_#c1HiaMH6bo^iqF-p-`&H@8HLRRf-yYEkL z^+V?TZ-11lt`9ING<_tz*tk;#$%_WHlDqHz$ZP!)@J5}eHc7vOQ#t|$XR%n~Yx=K0lf`TN2~y1Zl}*dd zC$P`Gm?WO{7%NILq%uy#VH+TKEkV)0>pGHK9&~>~U^QSe*4L>IXmc?qf2 zhl}eA>KO(?&mrp5>!A7>fSL`?WH&*q91-qlz@iN81^W*ow!Z?V8KmTlmQ{!yRF8c7 zIiG5kj6z^mNmnqHu+3@@Ytaorn{^A4YCg#}RoVIWWg0SHz_Ys>xpN$5Hgt3EP~48o z7OabEdr(+1Cn?z>3xUb+iF_ctE5{cNHi*1BX*J0Pi$$drCb#A&`oa?7%J$NI909Tz zd+?#DE10LPG279?X!Vzo@uu}{-l6a$z(Z#O#-{x@-#eASqL~$L zSonFmS8w&;LjKKB`Ufi$Ls+rZTBOe2-4+MtMQ(lyFJ|P9Z)R?;ZFE3-CPvP~5Qe9{ z9G074o*}iwjL7@5@ws$Rue^o)DFA|kpBy4(xI*NJX@f}pf4;lb-<5=;7CEip8x|_L z+&mLwWmlyGbeWY0F=t#A#Bh|bQZfv(=ivmidPIY{Zxc0-U>!qEOg4{UP9=-{U11np z?%L;-5(IPbE({vpLLzKCK5a3eryk8DzY2})k235nFs4@~x+4u{?_YN3inAoYJAagljaB;^=ow5}r4`Lr(pu zVmhdibB0J)TI0(a@aJ}H?)?Y$#xObXaAWp(+$(U@aMLm46qeVlq zXc0JW{Vf08-{aydIDRv}Q}zP@BTFKj%Sr*6&?Mvlg#K0j&9Iea zK;&i5rRu}KJA`92^rZdoYjUWgxv5vIiVrJ$%PYMo)+w4CuqGg<&BGxK|64PC?)I!W zR?N)#U{J4t3vbQ{xt(B9in1hL@nPL`-wG_s7{ z@m7!%G1@`6D8u|M=Vv(RhUTW;*+Dgq`$R_@3oN$Y*8mJgya}o?bJWf^Qq*9$OEX}$ zof6v`*&NFs`%IgO>YaUPAs9jjx}e~x`$sy(;#U99Ju09}#0{tX z^V77R#jCSwZ6-46a2v7x@^kK0ZD?ulQpqXx-L)xBi&giU_Jt!_(mJbiy6-P!oOe3t zQ$yvwXhFwZvPD$F+3no7yOx5_v(sP(t|VY~{yy~Oo;g186^p)OVT6oP`;A$W_#UA_ z19Y9eWr&=OKQTD(Jlj-5Kj<3z#js(FM;ofy$`M_&hR;Hr2^WXk@CXI$cHBKYI)+(8 zHY;66US~+GKY%W#P#9i0s&tI~5=Myn9Q*JXCUjLM0HjbvM}|rzT#S)35A5mXw*6x& zj9@=s{V>w=7g7DRIYmLZ#gkz;s|j4X{#atUsB-=K$|RW*_B77fTIG`@*m$B-rBFFTOu{BZ(venTjcF>e~KZVUn3|y{zFNJ$Fe9Nr=S#qXy-S zcCnsUc|uGGdE{$OuU_<#y4@^}9#AxZcIrzd2C4goDKz+ulgR75;^_L5`yaxQ)!w6o znSnH%q@#8M0=2kw8h~1gpvso2H;p||?}sZ)XVkhc9X*1`vnDzSj;Hm`=yiIqGku3hy|6G-vQ7=1!~H}nd5A`?YhAVF#2?O&29e+U-&Po_FsVmrmM z9w@`@o2uwHx@yi3W$4;l=LJjky0BhFjqkS}O!J5su3aIh_6UZSUPrVS;K#;h8uxr| z)RUM6J1+ZveExCI#a`Z=cUZxL$b$aV_Qtyg&YZkz_CUrq`U|~tVZk{BmgeW#Ez;fR zit2t_#Kr!)EB-9AMFX_f&gUhUXFb1KjEf#zydv2aN4E`bBYZOL_OmSDc>Om5prUlk z0NL~pQpe2qQLgB4wUJAd6}v`v|GvTXbN9z18kTlASl6VH_nN>#^(`$1$}gYbGRC>Q zg!KqqK_IS+Z`eruiX<>tE-IQd)2>e0y4NVyR`&wpG6?4xfw=`4yzglb-;nXvZ-i2J z#*d{d^yPn~=xNBi=E;lK*L?8GY&?r3(kofO5_zVC)YB4By>lf&bIUUSmB!W_Vs?7$ zz)(Ud9kx00<|Ht58cUX1dQt&9iw$5S;xw&!tk$rJXq7Y@Px z3Ez5Mj9^JKA18QuzWgZJ zoAvZ+!H+SsNT!NpGajdb7N62hYu}KdombXp^OswX2s{{!mq6#5qW2}&pR)lpwO^KQ z0GmN=3C3}HC@|{&;EDM~@WMfS3x~pP_rkRK^^wFJ)r!KTVG7XUG6Gr1#5io`bLDdB z#5J8fRWfKj`g-GkzdMVZC#r&ACO88?0u|@;6j*KTMdKSBTlq{+%2%0KJ%e38;+ z3Hrz%#n^WB0iWnwpFUeF#o+rC#wT#*`s0i9>YHE+N*m#Qcgrei-+CtZ8 z*={!I>#i(I9lok6^zYm$7M@W*tJT>lU^sgizgcg_HZ8F&ys?SXV6@X;>R(z;=<-tj z6d@OXnt82R7y z+FeY1N>`tqiF6puPLR;M!N=<%lBS_z;OtB!L7(i+Um759^^~a`clVpP|5o#2{Cl|p zfgIRw)-xrj)`V36aQ|q)_Q%_`0dWNjRvDL}n!hbIn>Kf$*R%fAq#*$3qupJ)Hwc$G zZ#;+*0ay)ZsvEaF?9?;G`(JiV90z+gOS;b&X*&a~pD}QwrwI0iG+HSsb-yB=oEr3s ze&9*>+^6*rAfr#);upr`UP+}_!3QVH@p`k{_?+5{_c$h_Uv?tulkdJD(yz%6+Y~6D{nCOw@dL$DI&rFWgM$o;rZNZB2Rh?sT1H{r zQ%R$S=Z{lS6?G$DjunbvXq>_~3Q$f3j2{t>zDy|vrb441aM*S?CV`-}#dfJ!p|TeRuk; zILr8-zA!FObvBxQI{W*hkGyygg}9wwK%hbovEQ}{)eCik^x5dR_i=A=toAd)dU5B-|e9bh+u0rF{r zLLNNc|L?nQKk>Z}tqX15&UIs1H}N+vD%?K;QHJNb8!juRhq@z83@O;fMtS{P2_=^W zS`@VULwtF5mxgs=&^LlRAXz4cfWk}asc7JxN>AJ~*4tESEY<%1@${BqQ9kec@a)1O zp;A&3E(=Ka2WeP!5d;NkX_Qhrq-$+LL_$JRBm@McJ47TGP?Szd>5`89kKf;OJg<1Q z9J}}2Gjm<%b;fF>OnGbG9o#4~r=AMePGBl{YfzA1SaBAbto(w?^)x6Kf|kFHc|a&bRXgb5Of?hDt4dtnFiX7R7CS$>~ag?(d@XlA4xRnxGQ@ujSX zlqM|wUggo(vp$zEpCrCIWV>2nM@hc=cPBk80JQnq1?%%f+dMrZ z*ht$%0UDBZ*B|=ZS}r$QU_)x|mYpTMa`ZR9^i?X@99`uWx1i%-}6U-_SHSci2}i7dTsy%G|? ztiDrYUsDJ`w}l1FgO{cT=;sJ9W_nKb6j}r1QPB+RckZy=lg{VY|F}Stb@B8$f#5o} z>ny?ReiZJK-Y4E*sE&A~)c1&O;dyhiM44-dniklYORmZB`L+B||2bcHBJ;2WMl#`K z<>?+15Q9btR%bB+kVt!YD)2lc{>XjH^)G#J1=xpFbRpFtp+LD|k)+w=oLe19)^`9P zKc(4!g$eFchS&ZnZ0WhdgU&aCW7VM{V#Ia1R5obUAz5*~V)1GrC8wC2EXbLGcFkgy zHMJXSTnplCV@d7alnk<%yu8A?1z&0K@tuzP+b_rsom+lPFKJokiSN%~e+lRVym~q9 z!N%{II_rl!kW#beMQvEb)#pCqPs|_4FMPu+v6`_Y>giiT0)*_x7zb^}tmRV^o(I*? z(~f)lR1S(W$C6`8#K|Uj+(x5?*Uq2Ezx`{itwU`2fR>y$aF}}|d*LdiBw9jA6aIm* z&kbkln+l2rufBSOQGF}knDXSCjn!k30`r20Th=)4DB-i;?smF<9LwI=KO_T4*RT-u zy-Yoan!-4pGWHDAl#!`QMc+i=wqk4Gr1YdhE84hrGH^b4*&~As3Ia09x`?&s-ehz< zDRKc=IW>GmKdfV_}3nGe?JNM=8CPoqWu*GGE(;z@02bWnw3$AcLwPs+Lr?|L8>FblyO?X{Ez3ziq zg=SIA!j=%Yfcc+w;qz7rZGKV1uqR#aU)=*joZecGzP^(=%P-*_&Iv(4XzdEBGdn|r zQFx2vN&v=cs4Hm*#Bl0b2GHbT*qwkZ6EZ5fVCeb$O_vcuh8-4p_Ee;wO+czn=e(_& zJ8mFt)@RFlsqid99AjT_xd4rz@r|PSUR<*N#{cw^AGk#QlA5||Yh==X9gU!iiu6mO zre?$9ig$_@^9*l4G{fO?)#&!j%}*ulP?q|I`4u+#{eL2EjAC5&%0^p1B7i`&-3F<8 zV`Z4rgL-H1Sr*L8ewl(i8chyVi>|JEd2uZlu@PXy8(-w;4#_^Z%k&mSORJo=83;S~ ztUsiq-;e_+u04yvZ=X8rvd%d5ojvt#6IP5Dr=-C%1V6^#Rffr)b-o^IOLVmTciw8{ znnffDL}_$XUtm%>hfj0~h>#%DAtdXjUF#YM3>$^cAAKl>(RVuabWuFPk6}7beeC6n zEO}Z-wrmHyKt>-^Og9lXHgOJ>a+jQ+$F3-M;C5oUk`p1+VL8hIMnq7_Al#aFg^|(} z=gxy5)I{6#!`o=bor7dDs}O~w{}m?L!(|OMLj+saD^&;uXjFk~k&R6DrP)Mxs-3Ws z(d5?FBnTOvzy0Bq0)RNHb1^-bEElO3yd2L$wD$=Bzzz&PZ$m+XY2$t+2{6M?-TnKZ zkDiuxp7^bM&1s}Mv4!2JRYyy4=hzuhCy&gTVFlRy0`XEj$&{>J*Vo_PsyKt5`m%;{ zUD>R>Ujm<2LdL@K^P5A@ZWF(gpfkuK71X7&fuic<&sNB;rx`&3&!U;vJ+sE;=7Rm@ zPtGwf_QxEC_i0%Z!dRPcaC??lj7-}^@mrPNqZ?CMA*!;^Oi1DNoaX8}0|zgf*(RW# zh11eqcWWajO-xaslqi%Z4(e$G9}K`8Kg@X_-u`VYJV);rysaMCEdMl@USKjbYg*ng z)RGMYbqIXa@PAi_nGb>i!V%m#JqwaIsiIxWvtx~G3iF*B9&60rMzN-*U%1<;s1ER{ z9z7>1_Z<&copqzTZkwwh`jj51Ih3oQutxnoT$3Z5^yf$|oiWpkSkQaj zqTbI_>tULWdpHH@0sPcC;O9mgB?1}hH!nU17)h#|iYoPyCIz)lU#iY4r~H(8ZP}4( zh5vDs=37`-BlPHdeIl|ikOZ{IMkwga*L!J#skOpSt(OJo5gM{QxoMvRwn2;E52g1n zm~}xZ{$4_t$@xPg#MEIvIG&z_sML_ZAuxY@5bU;P@?LwSHe_#N=F;~UyCe4bRitRt ztH!j~E=QN+jl+Gh>0}J7$H^RJg>%*3uNnWlaOlRxS;$PvP5B~YucWp=f%uZ62~Kb8 z|B7f{S?Y=|+&e${vlL))p8ffSegzI$dV?qjU&F<%WVFQmb1j7Cwfu;Y0iM0++kQ-4 zaB!=*1RD@Vpw9oTp?7U6k%j8Dq71Nx#&J@nbt7LsgdAHqI7oewPi6UPzeyM~wwmB> z8W732Z(ILJ@h>oFi?}GgaEt>l7*Rg#P>%#{!~6{bF3z_$A^;wL4%jQo!jul_@8?47 z^A_#-8~*BG4BgzAyoViq8rrIS#{#H1X7mvW9`k2`rBbWYv^M%M5@3-a9VKWZVT8j8 zVCaD5wxZiC0{oHM0GIJLqWoEL<_ePW3!c#>ImWU)TA?ZJwJpn*5B~|a=Ib@q%>d~6 z@7$iU{w)NuxNM-Xz-&V)NA)xq#t|TP*_#~a&nkj3xjN2rxDo%m!NFyheHB-99?Oqn zv$p+%sDtMd5WUNh_Or%o)mY*6yO4H*jWhTjs%B}bX^efmuMZmq3uxgfBKruW{#(Fi z*PuUxwHoW<4!slhPYo$E@$6UL!ENY#F;|5GeLS``rF->jt@=xp(=Gmw^wk`% z9*w1BT-UB4IYR?CF}x}DzS7~FjW6pfAfh6cv_zUp&rGfD-8pkU8Yh3m4ggI$769?F=M7`Ex$_D0raQy81$R zMcMJ+(^Cigx*refOu!LzbI1SQA)m=Hz@!+7OhPvaUw8H7JXMM&l@wFIbr0UbNRVFZ zy_n^K>=yr2bXU8fsV5l5%Lv}^OIx_Gc`>g|w*hv;b1N< z|J)lfq9{DP1m+%U^mp;z6|o)H3k)NONiouP$aaZ2w-k?aB_5F@WGF#;P>ykt{<3F5{)@zki2_gGhZobhoAj#(j9G5mN;1)E zuLL;1W?$5xZmOA6_~arxqs0bFl6AbgddW7!Rqqv)8`!DyzsJ&(qm2=0#2Ov;GYBE* zbf*4%f5uYlfYXc@xgi2aa$^ z@$#umPL+?v5pg@Q_;q^;mU@aFxo?VK_BAB7QGs+M{(y*5#Frvz?0o0Wb!~GjXbb+V zJNm`q2Xx$1OJ_~}dU@jQCW3vhOGsw0wRb@x^4$J@xaIJT6dyxUHRl4qL6$2CNIIhwwFu+-wu z;_}S=W$XYYY$|r=S<<~|6S=$QJM^QK3hqsMSNHp`^C4EeKjevsz4)c^o@8SS`I#kj zX8ZOwH-heY-v|}p%STDGTj34u7u8qo4b>NGLh8JW&1>>qQa&DW>`f)fZV_Qz%s%&2 z?};R5dJHMEvh4U9VyK?EPE!Ihgsw@JZ2uSXbKKZyuGG;r(6h4E`YMar((mxug{?|T zY`jiO#-Eeae(0zW(`~Nech`_sbN-LPa{#A@f zt%w%|=psD_b-}rG&@Q9`H7!Y5T9^)%`D70&M21|fsYSpoHAK!OX^3HdBA}SYR4z5LpM5W-H1OOCcuqzo=9}OvmHu;eZ=@mi{l$VW7&uPSbM1QjeS4L zf#R0v(kaV%_^z?K>*ozv?cpx-7I7UC^8yxG!C!uH`O`(CUhyUf0C7c3XH|4xUm=cq znk`a>@(I>sE5iQRa{*+TD3e=;#tSP#b`)njFF}L8`A6>`}n%*rQwO2ZkJ%e&g zc$W4h*OhPoM|YsqTf8p4a_aWxTgPfI8(8bp5KV!JiFZ`d@mU!zr0E6ve29Ce!PAa( z!^6e?{s_w*<4Oue{LECa{1%rD2adFYY_6}D5@ut=>Vpx9q)Lz9TFm=zxvxC_p?Jo1 zZaOJ^ss?1f;uY$*l{4|nT9kj7h{9KKo!^g5mrcS?Rw&jq9qPy83%d%he_q*PI_gy@ ziA~&;BYYaI;c+>NJJzZnJ@rxzKKYqShE3MN|2+)VV#D_qJxk<&*3WB4w@OLF6f&_* zOq=04Go{O>5Ej|nZye5oZ@H>MbqQuM(1bDwUp5*i#u7;o=%Sd#j^&}VO@fcWCbmRr z;lGlbX>UQTe8YV^V=d@ha%FCnQmQF-gp9&0EZtL+L|pxV75IoI(}QGNtikxEO?MhO z2<8^n0pQiD%+`+p&cD9tDAF@>e)Nj3Q8lY)&d=j(U6?n{fm=+riz(lTEr>hXO&n-tQBQY5#60jNwLS4a#9rZ1Sx=CWN-IlRc5u1mRbwgw`=3~zD= zmPcold=Uxk0t>yr=$!G=lflQ#LGGXdby9GtdZE|B0TYeR?_xV>G{bQ_+Z&%opK2{~ ztEo;ot0lo)cd`(!bKWNYx|B55(@#Wo>n-R=y1i8ILFh07n->mBZKfQrQFkOP7A04!WP6*o4xdvFCQDP;|lIxsR|qCElD+ zoNVo~xtr#k36D9SNV)D%KD*CET3(7bv;iCPS!C^mL*(r7^7a{|&^(Shm}ac1%Nl4-m=_@1mDPu5f&rQNo1I|zibX92(! z$yVu*ueqi*c~y`<&E!L6zS@4oj!wdepUn^V!qK87bT?GJBVh7?Bl!$8!TCOPvXd;r)9c$1^8PQd`kv|` zvUMG{a{rsQ5C=c-18hNoFip@cEbD1A;-l2RiAcHLrtYZo8o%a*I)6t&KvxwmmhZhI zGXwbi%u`%YyC?CW;diV41FF%o1r6V|hdre~psH0AU^}W~8xy>Y_=EEd#Uvw($Kngh z2_fp8LGdd;39W4YL6fft@$!>;omqOhQa6*!Y8dq{@?Y(8%+)Uzg6~n)-47f zCfvN1)`2-{*pwF0ZC89-0`n?lb5`PTuV3RjFgV!-Q}tmzLP(THk8iSz(3xkJGtiNme<?b8{ZulSsl&+zuZ48iBTs%5hFOEPco z=yHY4(x5XUmarGNKphgC9A@-9Pcg*HC zfc2X`+89HH1AYOPD38-yGq37kp{M2*wSsG9APM2u->vfcE)P8p7dOwjG#%3m-Q?%F z^^t>L#-Qr+-r|<&@BL=aVnkDr>T0CmZ`ONjs3miJMGVc3OV000Zi%+*S%2r8OZQ}% z^iJOpA*uvjO%@b1OG3)y=&r9V!f~Z2)%aJ7?vc1qr-IEq+*+Uik|GZl|M4`5lZmE0 z&OR?c+riB58xUKW7l@XKGD(uOsXR?R6V#EIlbaW|bixZ()0jr-H) zx5AP~_!n>XyOqc<)P@j4V;=bS7>zY5{+Sl{Q9xk#`kc*w3eBx4s-E^fU02w$T!$Tv zvolP`c>Zo_U^?H_v$&5R|&%8)9DK=(PqDVvFS&XDG`8Ngz zDlTk5VydqmV6;qici=^SKHw$CYc&vji@U|*+p9%AFfj+4*c_dCYqaoQOwpD)V=laJ zwJF!yx)AQ`H#c2cd6>}nkKm&{Cr>|aQO4r)MZcZoX6UZhPyZ3T}K{p zV7f&`Mj(9SJt%UeHsSWc^g=(TgNK(FldnblA!wbl9ASh-vzN=H&} zk#p9sJ=ZrEWE%}mkp1pyCc|2u@|LgaIDiEBcu#U%|L-9ZIKG8v;<|S5j0A1Bxw>dq z;Lh+7*}sENvKNl<&dw4aO8}P2I30&>og*vpA3>-m7RQ3y$}ZHRl3#(ll{DAZ^kv1Y z3Eg!QX6r>H1r`C8^aqUx`|fPo4t3wBi)$~Piw(;!=LKqU^8b~FMtgP}ost7*kwov) zNJdaA>9HM_DNB5R4016=tq^o;)^x7NOQLT z!-XmSIny!r2dh+onLwCPoKy>r#i~5?5}qlqdigD*eZ0HFy3-Dbb;TaUevsW4P^Cg= z9Tp(5zl_xxY#w4te3upPVQ*&fMd?^u2~#XMI28sd^n|-~t3pQr+F|q8o6Wx!DMZy3 zvb{g4V{X^Sr>Ev@k%7FUkssmRgu<=?n?Wito2=_iT^FY#FwgV++gA!ep2FeH``6@? zJUcm7r|&A-I`X8TR$M zHJtlAyLFWcuW+#4=wg~p4`S(r@%=|Diu)?M+#2!wFlS>ZS9yJMuIASUAjbmt$gcJM`qQ9#bJgbhJ(q} zcMtA;lxzI5{Zm8c%2tVKqdOT z;gHYm!Opj70~DNyZKwG+A%p>INs|hn#9P1auer|?7fLgmOA`{`X-f6S6qWQaVpUL0 z%~dEZjZkAJ?c`?VVKy58Xm&I+GcU@!3Y#Rqh-`uN6A#OcjToZ=``=&M7_YP=` zei({AvrWl+*b`e;F6h)`8y0lvjxm%ql!*$B%Ke>bcCYzwD2b&N>2b(`yw_w7Ig!}W zUp!wVN_q<@wb_aMl=oYNnw(ya#UM@Ejc`iso~&7j6PJ?70ABO*k0jvDUUJrgkm!HQ zjg)X8nssoA=^=M3ii0_7?{gfzcyF#ulyJF?!=i*9&@mZ=K2bejjOGhi zKTgw-@aXkOEmy=uO@t<#0Zq)c5%(2y#&Wu&Ywa-qM?kQspsZFZ#nXGbKLtMK&rpVnL=%}FZ zpBB!Jr}>a*3!k|b68m2(b3^5~tQb0NYSMIHLuK?3Yo*&VfBXb{ECYtJYzXCWb|PjY z;}us_0)3+(sNYL10RVk+ecna5!Ka|SFr1|m$l#RfNdR}3K^Wvq^h>%+mrBJyb*1IO z8=kY=y_n(;RijU6Y#9N*mq8O3Tbsaaq>0<*1(seWcdTFs$!oZfn+XFhaD5uY%c@t? zs&4)E-nwx4d~P}#vCF~T6rJ-ob$caH{jxw-ET1$IoXsSDAZ;ROfj9j;`OBqM`}61% z*pbH_U+MtHV=if;d*(Xo!-_evHS|WVpj*ftp`CA7ke{7zF2z&6k>o$x9hEa(K#-+h zTEunuDdpea)g#Cwzz;KbTM^lK?F!a-DKF=4`={ZTq8JuaDUFBhQ23C#N4*7e4r@=! z+xeZ;Cv<3-q-i%2PyJnYio~CgR_T#|v9;2L*ns_8!~U*>jc}Ls;(Q%*t@BtC2so&f zeSQ4lm4|Fch?&Z=PsXybj3pmKPY`OVbKm`!;o)pGU z{VuHyh4$iK`VWM1gzCA`c-W%GbX}0Dbgd%`NXa6laP1b};lX?nedn<&3$3OaK~vM3 z@_USGlXRFhJCA2;!Id6mZPzAA94 z7oZ63-i{!*3Z=SphbOR{O4vluBhJxy0$>aCv;AnlwZeH*a(AF#$AMRX-pm*8p~I?G z^W2JZ7T8!d#goBW$ym_A!B|(Hr{q_Hukb>7Mw(AvY2Y+?^Y+OxgqwW)k@)%AYt!}K zzZ-4`(0n|mk*$1CD?ld3S9UxrOUroLBD2sUbcHu5gHqYlw)77iA& zAhhTLrffYrE7$|x0z3$rU*TEM%NK#yCDcv04hz=t8ORuEJ+xQn-+6$T(#w^`gL!75=Q#2$GG^u9h)-CoF=1tA{t@&anTa6~1(KVjx5G&i zwwYOE@FDFvHvKD5nrf=B0B7@<(#}Q>cy8Ogw>$NwcM_eHt2DRHAuedrbnw=*ZyMZ5 z)sg#K%yklnWR=6rC~F{#M)xSkk@qc;(xF8A%%1TM4E ztsD>w&V2q+o|||52K>geuoU=p5gsvkdEfdi<fe+ z%NI4tZ#HIw<;EtsKg6OeHev9OKVoU|L~=p4^hWJM%}724zLFn*3}d0;cdY>GUwDrk za{~ZgQmNqFzOmV3QjrXEbybul5`@f3EF|l4YyCQBejRXaDPsaM*2P>nq4M!HG zD37`Vp{oDiln=l~jfZgC?p@ej$$@*d(7T>6_Rf87z&;PxkPz?h5aF~b4O|VtC;vrr z9f90*q^l;v$HP4c0VF&Y`~2e}+d8TofaE0p?3O!-cI#+f20qhg}gxaXsF%Q10)1l#8m%+XIZNeEwX`W{Ai!en)Al|`}&t{->v)JMQ3N$4D=7gkfaL( z@NX0VR^I%)Rpk;u2G*k|rNNtdAqYIFQcb<`aQYA6UsPbJ=+Ld;DJioY@LeEoLBEju zGOBd|f7H&uAa2gxliac?`|V78ac*2k$3?S4ia8HHOd z&s`6+>6OuV1NNBFr2>+)*&pC|4{k)5+Kn5!UGE9J;E*4$J7-WygPjY!#Z=kqNTsj_ ztA~$uv3j5G9>T6h6CPUFfqL)7Z$fzxsJ6I<)$i{&%fCk1)Gnl(s&$Du{>ib{5BGN( z^N_N@#y&eOyD&x_q4w2|J42#NFYz9_Erx5nl7~uivW*$t*^@e^m}OT|XJ7wWGqnB1 zHuKYUn~&gstAfVZB%%@ToVNM*bkw!j6}i{p-aV@W-!_P+ZQB2=E-$R8&Uxo2${+6} z@{$tkknnYwyJ@-Rnte0^tnegQ@@GBy3on8uS^F?p8GpWq2YfuYL#yp?O93ER3Twd; zz4%50nS4j#wy!r9YMPKfuMrJA*e5S45qJO+GLf?IXvh@hZi*psEsVHvA?PVmp)bTQ z_%%Y4Gdg-ZHrgYR?l?n|s7irGH{sFghLBU}bVpIX4Fm(YcmqDhKEG|ZR2Qmr>2}lP zrhnf*plHOYVIiD!Uv9ynrz1Q*r0ijo(k-RDFTaa$ zvGd8FK4EmSDaOF4al(O8HhA+$VeZMj3*0$^W`@Y5)b>iz0%u0_JP}T7UcIFR_%Bg| zb@9$Dy28+3(4B)sCpZC4CxDQ|Vv4@lA0#_IRtM(29w(lLip-Z^ZSpj$MOnJ+5=_Yd zP=ULeO5ZwC;3Ew6l$8 zuUca4b|z|{ja$|^DBPdIe13p9hSp>M2(=Qcee&wSZLdf3>P~Bx27GVJ+JNse__&o? z?yd#rx6Q}FKj5F~K*{HILfN2jnTPa|AHpX|6W0(IOwTY3((5yI$Ax*kOZ&vhJ`%no zzS~jZ_b!D9`L64Py-oPf(5%Z*m^KPEeQ%7&ZsjC?VyD}nZ}&dVN}Rk&<8tbY%&y8& zE^S&`@i__45+uyNz92aXmnw`OZ1?E~UZrYS^5j{`{17ax)Cp7_dWl>-wAGIQ@P7Wa zxHe=5nayE-a@a&ab$fXye_lSdzwvheRo ztJ3{>32-~DYuZQ1zrmoTrXd@ahg z-WZ%|phEHh{L}*zt&gOETnMk|176)F52paXTk9yDCT0?XO%K0EkHYrx7E%=8zuI}# z9zEid9;!D%p^M2ZvbQ2hHXufAVin$sM`33R2;co3{;1PMmA!jIT)b$taTy^YNPkZb zX4B&mi0dZQ_y-TiZoP-&sB*8zvg3uK<{$xUvTVXWm&EdBXByY3KA8q%Z3FaApd{_+jjr_%8~}eIqtfh;f0Rwqw34fuIML!wbbGBAwA0o`xVot!*3QhC z*U(pM%z6`ug3NfFb*U%snNhr6s(RBX)sz~2coEh+~h-C89B{)ILqK)H1ab^#LDPcByYUzN-ol`?~^ zIc)?Tb!s3cPL{BpEa5MrNOGD&D}fg$2bAtMp6+f40pg0Q^&u;q?=|wEJB_8wtAZE_ zE2`aQu*cC;AwGKFB!f4-vna__hq!!Q4wI~suGoCL4g^~9csVdizqC| zUc5^`QKsjR7OdddAI^{h`SlrE_@I_W2z~M|>F^?E8kmEx+q7+VB#&v1ieX|DPtHOo0Ng-YbtL9Eb{!!9wYwho(9h+`jo@k zz(f8#?q;lgp0RG8c6F0y!EJG}ss(s8;|Eg$HT`2ik#e<89K4!EFSTx>Slu#ia(_nd zfBbjIYYFDXPFPV|-lxRcibQW;w*D?n3OLbqZQah(hZ-A=`!1o7Hl%V&Bm;M=_9l#Q zRmuh0`nOptgDHV#j_?|^PL`MS5X}m9zsHs7GbYnvl>AMF&^@c6u}TW`9IOWVm!d|s zVrY#8>eJ33BU?Fh%MHfZeZ;INv7UkqRXNlDJ9HY2{vc?6+aCTxkds2-f>#t+k1Bi8 zHR^%mL~%{`=V`zNkEyps46Jf_Y#Rw*L8Gm)@R20t!HtwwLgvAj89Yl zzsd*_yh+t?*@gu>C0sdu3o*Bf8@V@#yI*tCkyF8?kG|M*HXjoYNH(=+AfvlzK;U?+kem6Q~e_vK4?%pqrXCFZU`r2aG%10FKEqoqGZwvoE6hodSK&f*Pt`xLmE~vRaFMk%fc0n$R>apJPXxqLC4MnL~xR|5{F-E&b5N*0GCqt-H;a5Ge)1tqDpzObT z@=|cy8lg>Np1Kyd!1AnCvXwn)CQom}_tnRdWF}%R?T#{QZ)LIu|D~cTCGEkFO zSZ=ScZ)>{JdmI@qC;$X%%$6?J=D#aGEkJ&b_g;r`;8c&e=+HN({_A6jN4!i|8oN!i zCxa|F(LHQo&4eFHZC%XCXT&i(hYdboE;$B&?gi+r##3Er8*SV76%@`EklWpe>n5PD z<7PXq3%m4o&D<5<;QJ_w5w4D}2r08_`h$MwVl&z!x?O*gBf2gp4lP3CNZ~6Z5PU(> zcjEEYiLuC@KW~h82Q`w;b9}l!K6&NSKJ*V3d)QY=i{DPOsI%XN#zsB6;^WE|s*fPG zQu@RlOSy9 zUsmv$%R%EV|D*F-&*6D-t-6)Q)skr^1nqIlSFyu^Jm3)mcmf^mSfkZmeJe%3y?%5xb&~#Q)b6G6hL^@ zoYRULU|W6{-oTYfHcA+S-#UXsW(88G8gNg?%_qB#ysQ6PCkX1au>k+`c|?2B@~-U3 z6>kjJ{bFVWjop>Dh#rBEiP6cHO~uP44o|Pj0DK-CKkYQ?BHG6ZFgDdYa&x`?bgyc) zmEN~l&;8znKnQQ-6TZ1D9v(ElYPB)9+b1uX>JdKl{>I4El6xx|$e?+AL{tavztEd($0MhbWV0tl~sm_&s{GE1cf{C7Y=GEF1Faw7>P@I$XGTA0@*!t zvEj$Rdn{0}@`q`_efdj0#HxZQ3=x7FD0JR$ok~Ff;R64(?pyyYtd!1HZz~&vS4vGB zVhW~1A!8@I{6SVhosN;9>a#+@iK|Up;pC=Sg(z#)=22-NDe!N-Gns-S(t|$+?mav& zX&tSvvCdT7tDtyA`t^I94--G+r)#Tgd@amrH!f3_PaqzhE59*|!9c=J?vU5T%B@tX zuanWAKQgnK4dnD@ z5y+_S*o6x@9zSh8>%1)F7<><^i56=v3x|9tW!{wlU|AQbwI28?Y5mLI5Ww2>OlZI- z3!mGood{6js(Asy?XBORyg-or>YNmEUZ*ax`lbMX7LL2iius2A&CTDD#qNT$<|Xil zxn|duOZ*ZEeZ`uTUt@Kfb`H*zOXxbEPde5%j=Mc5*lUn!L^K&8@B!kFJa<^Z5F^9g z-%|Y&3*T^ffNPaq__FtN;X=f9)3doDbID=xxWtf;8n2=T4B3}dc$J>E->#PO6qQjf zIu9MmI>pCn8;M&#L{HbD^$Jn+4X`*+h6pmAZoV<`rTaNLNZ@jdk|>0M+R)?n_t(;@3R_@S;V)(Y7m2XcRQruF~bPOHmf$}EFJ61=XqD{FEchz zu;jhC#(ra`;zo-@tN9)E?^QX10K4EeX*H(c)3OoYJ)yymzu3Zd8*d5lB-mCVt?iHf zj0F`T(|ilb`ubUWV>#EvUJCS6uBTW<_+qB#jHM_MVfL|3OJ~JGdA6c;9{*;%Nlv-d zfk1l)v0pRs73n&n)GA2i@v@m%!@1eifhMwv-WVtVFm-WV)qC!cqf{JGFKIWk&>$l) zJq7N}Kmhu%t`g3OOU~$NyFiqr0kJLKnol}EUKXEwJ{$=LT@!_rIGm1k(dSLm=c01O zAvDzsisXX0!ZBkJ%{9g|JL$j?xaOJKpl1aIEOYiuKRL3e(*v5sz2sVNCM_171?`-5G9FiqMAx`@Q}7mF zEFb?uvb#tDba0P7-OQQi=UGM#)X4kCu6_H|WEE<9|Hl2vUzFh+CEpyw4o>d4j)pmF z0h$@Q3SkQp@K>y|BhlY(E_pL`PdxuMr+>-+X>tb<;ItiqE;V=OcV3JDjxu92v_8Ui z7F~NnFZ1Ykdh+H6YV#A9-5S_H`i(5Rg{hvD>v<11hL*qEt@Ch>uPwDvfcAv$)Oqdv zfqnxuNH>j2t^G(y_MdDnej^Bg%)niY`g19s0(E^U6$z;!)ReFhbAzlRKHIKWdcwn$uauB{_Vo){1_)avOM^edPOqnxn6Fv3 z6J6r;Aa$&Y7iSVI7`*=l0lUBk5q;bG!sS8O3qh#IwLj0V-)~dDXdL<7+f8Fa2+Lz{ z>b+Ic>UgXQnnFKV%l$6X_oK)u=w*QCY_2^grnYDw1yip&2pXN<>aJaMKuBl4FZtSYIdu|-;OCGG{FN2k{R$5M^kQ-PqhI4vIwok z7i0(-NH571n+>;mUawUM_#;a`iWQP@0B$ z2fFeHM_l!y=zkJLfX_lOisFs%(#m`8=4s!v-W`0uqI#7)-c`K|(J8Ktt+l4+u)OJP z^-8>HJ@h$~omkESyF_j6%iLnm&1~oFh?#GjHy?X_XVb42v6;UF;4(j=(Js&~{b}q_ ze}&@CWVi5aFeJiPWxo@s6_i|-=D|9a$eIm$(tfe^pHJRSMam%H!A%%XtGkf ztf{+O_ziZ*@zBQbc7M_GO%fS4-3i5wNYL~{Wa6eOq25PbWn6cwR~VEgdu*-A+Bw$U za*vB&F795Ve>p#^Ek^run&!q#dB}eE$=9^n#J%|HLZdAsg{=Gjl+Cp_MXS3eSQ*df z$m`QHN@7MXKCga}F*=MC<0{FHBG#%^{gv<*eqQb^oFYxHMD`!MOxKIop43v^8iUGE z2oV>)lN|V@<8#-ByEBm%7yC|hhxztd(DX^9xp1lP+sQd_8HS1)!ythhdI-n_@ENH? z;1kF#HPLvrb3be_QL-xTX&zxAq~L*`Nx?Y=u;d?MGweXP<=MqlSy5T^nh`7gUt;sj zu#;U8{J~pQPOlsjPtG&H%kh*<3S^Zwc8G|Pwj}`}O3gRG1%_4Av9XAI-s_5Xq7xpy zaB)|N@=r%u@=VL0pf+yJ5uv($B%iu#lb!|X)M6@xTo?)y=b1dE-a{M#oau$qL7#xe=d9zj|(akCdKcW1CGtc z*w|@J_2Z|^mwpQ?Cz~RgobNt;&L5VU8xOhlIu}<+0Qt@jo%i40<&!FG{l%R>V{1^A zra;Nrc}hHfwvNCLz8JXZ;5^nPlqIg-!Hr7)k$?|*tcM#Xn10iB92jq78&H2)PKlA! zqMITEcWhBrQoHT{HdAT2J)vTqab2dZY4|5u|9NTep<*Q?Mg;`+E(5=BLHc6Y8=oBm zo6}k95CqKj4JW>kAP`_daw!Ti#FTiz^OCJ-#)rbg`ifYhi3WH>s#dx^PfY|skfw>* zY+4|1DY+)f1qsyYrq+-{C&Vnh2c}=fiD`b|@vU%wkG&Eta{Fy$>J))PZ8^+Px9RmWYkqk#*G7u@U8DL@FNM~5E_Ny+an+hZVugmr8o=a~%E=_AYr^s;hYk)aRDi#g(LY-30($~lz2un(v*$Sw0o3qfr7O;~! zYX?2xy(jJTtIJzCgs`@>_pUr_PQL9lA+CNY5s6PkbXm5&C9!No;Iq*#46$WBd=Xs% zV#q?GxC_h+4<8>to8g@ODGfA@bA%lDbZA^7n|g#qQI1IX52X) z%)-O1RV1_{gmUTSg{2dP-cr~N44%bb{J~exeFlB`s|9E>x}k8n+^wLXTx_HYiFYKq z#Z>W~B;?`j^J7hAU&Pcv9&}8FC32@k_86iGgV9UKyExXiTM<675{AjnhYXmDHy%5F zeBilIl(Nu5Agbr<+3uo$Df?cy7JEYEIT+TWvvj5)VCMa2dLkb88I!bCypMQF{p0@0 znBJr3FDE5*x!gtHetG*tGe!#94hA=s;|Qp5 zhL?>xKD<0I7!RM4>*lm#^F)H=j`~}Ft;O3Zy=R0zJRL?xQRJJ<%HPsEy#Uy*B7Ico z&5*zu&Zm2}73LIf_vrTA8j4QhG|D!CF|KpMjNDDe`8~OLb%>^_7_iNe&v$+Jq79K) z5~Le!DV&#F8B4N%4(xAUE263UY{JjA*SHLhauZR^_0*Nv`f)w|hst$aY}6kn`=Y;S zJu^_>`A7n#g`~p`?Xm-JI0ab|e^MF$A#U|3P&?|~7X0LwpU*FZyTtF-m{PT?-KA`FXXfWOy-x4R#7bqpBC>fbD(vRIic$nHIvd ziJhRZcK%`11~Vrtvk=T5;(ti`RG*Lo_&a;Gcdh6&O(IIE(E3d>9AUGFY!0kKrqN%5 z-EIt1Q^B}w_MH5=)qxWjMDd?%0l|FKT+HaNt+bvlcG4DHAg92`o!fp4mEIEOYyJ}3 zzszENw)jFyh>fwVFs}^JHz1&6+j|j!7ak597g(OS=a;Wi0tWqZn=S%Qkzn2RDJzcR z3W6KnE(72SfY+s~KFv)BCwb{#wz;GaY~zHmm?w?rg$$}1`}!6CEhc!^gLdgz@>rt; zvc?6gF{IcxfD2(s_NmD~Z+hCcHB49;c9>{eTBTVZb_!f*fV*HWyi}$X=FS6h+v)(q zY4G)Fj*L!6R?=U_J6Dl}<;19&ux=R}A?z!jtd+)mIuEk%n);OHA&)J{-Bx`1D8lf3UZTyIO zGr34?QTdjh@4Lj#$4;xi9i(8x*ebH}c(yEnWd0a<2S#C`8m#_e#j?9cT0|`T{%_Mi z=q7O*#1FRQ;2!A_(-pE&E^AjA4>&OJo?C(uPUEV5!mP%w&{txvS8H+qt8#WDSF#38 zF4s*?dmB8$0{Fo@c)+z7-$~*_C~j-@SN5@+lxZva4~j-1Jg4Hng1BaCI7Ig4)@_l! zJ%l8|% z?&Fu%_EK^Pj`GXP)YSl+dr`QAeohq)qNPnDr;T`cXtA{>Uol()$+uZ zh8UezEyp&1zt+uPmMH3WoVkV%2rj(|Z?HPJ(LAc^#ri=$!$hfvj-i+8mQ3^15q zNLQpxsLr7v`rux;Ng!JFgSHY9RaK+gssa3wcXi1563nH^e0iITKwY&7J-m5}?VqFLqA_9*kjOhH^2KBf6b30+eVzFr0+}Vlj zx5X#S^E5QtH!MeN&3=`HtwEiDkHSp%X;i|?g>QG9YBw$rrn*6EA7AGfYeU3(y}^s8 zWibWv+=*h74C$86*QDLu&N8_gQ060vDP0IpyA;Wd^)`xkwCS?thHC@Gx6hf7li#uXbDN1on<)GvTI8p`k=b5edHbB30Uc|daL-weZ&SH zVm8=eJPJZq#e+)5xyeX;?Ue(yh{U(&6`^B6E<%PUmSv3Ki z6(Raajf$&}-BT*p+7^!P{QwECF!mD057H&^_IPm*)rs%!(1Z{xbW;S90BDA%;U(vt zpR$WWWxz9|c_oBOUe4dB3Yr(Dy(?NZ^x*-DNhU18SYj^0j$eD?Kuro@WV^J!DIw?f zuDk|c9~u@- zcO^+X?kyQZ5kfCs*ivOlCY8e|v7J3PM}01SiXwh7@0VlLa@7|fz+$*g^fFi;Gc7s# zVqZ-qM}K{Svywhk{Z!$f^iKQ1LpDzxBNAftduUXdAV~IoWi6)R2|8BOrNllSh|C6O zDg-?Fc1}lczPco{S}Y-qv;}Lkc;i*{MtC)zp2yge>&{*%f=ilblVkTLSfUU3taJG; z_Zd;f1h#2#^=>u+>xD_Ud*HL?$1iX3g^&R`mEMnaTj=W^Ql6>R>`vE(nQ1EJOxcpo zA_KqbcT)nWc{$~hGV(66@~@8-btL3o0b;x)ydWd#Ev48MWg_Gl9i&Jp0o)v^#y5 zRw&9>7LjdeLX^R}GOEFb_+DWn_7mI4EB@vdwF3qH!Sz_r>4)b;FOF3$AG`n{)AvVjk_;8_vN*#J!G((HjE%OYq`AjT{2^A&fFPOf^JjsdiqHdy zwYUApF0^;;j{^`P8~Am-2Vrus)`94sJsT_!8QDHRbs)O53pvV~fX(eNH{pT26UkNo zYohw?GhvsY_^;0|C?B?BM%^Wp_Lnw^7XMq(b8G!lQz`{6pV{Pvbe%WIxIDSn;g z@WYYrtc?EQp(lxLGA*=KZbpk6xfBxqVtXk}`z=g-eTLC=k4J}_E2aUlIdkUoB}Hf+&FZqx62sW9kSK1G7S#+=4|jeE

D0fa3+;-hY-N~LXE$xyIbrxNnQH*JD4st5vpjbJbo(u<>>7 zK8;HgaE4G!2EOzhBk7+Zyinb$60YJO*w@);`@ur*cV8SzxC*&;NbTlu&<(N~&&YPX zx_FI%aF8;wl3}<;t1J`~EcNdg7f5r4WsZ-Wp}!RMjo@kKcAV>djfx*KpU{KgcI0xW zlzGJ)yFWz6X`789vPV@d&pQ=$YQ7BHb!dX}e1&408on}?usAASP79q_Tu9iFL$>Wf z<@%EvY@W7YH}3yhVEIY)E}d@cI&=1b?+F`xff~w~Zk#)`E5(*Q-^io>RERF?Qs$BQ zPFBD}&oUWC`t|9(nx5-m^?hhAn(sY$=6T~|%09Oo=HFZD%Em_|x$o_oROG+LtQA+sHvmOP`6z8|YWbl^g|;Ee$zRi? z&wwEuy*Q3{{94VpL}JA-B|$>@x0|AtQ3WaWh3;W^EvGKk3_ks`MV@hz_*<=Us_ zTZgvg5Q&;ly~3Z)CIAX7%HTesmYziNtI0MrwXp74>^LBwGz}m zKj01aPZ~+0LEN?RybGwnYsD(ZEy-(VLkFU8Y8=5% zFR0bOU`Keai{`%f{+=2_3C7teariSK&;dOzRw<$l+Y~ zz*aia-gZ=1qd+9#P!0|P8`fu{A%I^TFnmq~Swi3s=gVbjwp4VVf4JXsL;Bapf3dK; zChUWsM;SDo_$MX7IF(H}eaT9JWob_cG%_{b19m^;E$<)6^*7$gHj<+@{AP^@XT1{~ z^ga$ke8@c&%LGcjdnMX#1LqIZW@-gqVmF;^yT~1GggXZD9GtvRyW2q3%iAXR;8$IR zF+*P=;%a4^w+@raR&}f8^JLmPd;(U;$!vB&{vH#=3H}W04gC$}@OeV*n$3$UhN@HC z@^Kq`M>HvSG!qY%LVub^-TrhO^jKaiz_UB$T$?q9^lj~4$Y@H+jr%SnG3mCIG@rUZ zZ!D=c<9=L za!@PEW?nEqd6WBaH-X9r#X%*XhS)X&<)zZF45UWW3P-n#Cg1(JtiNH7_Rwn z5pVa9l0FoaUHjUcXk04l%WW>$?g)*(Q8hQsB}2QA(E@E>d4Z3H`rf9Y>0@^|4vLvb+dRQC42%u#8*% zs>8h#HyQ`c^h&^cX!^E` zbpa$qZrK`0w%9cmEIh0(N{@8Fs}hu1FfHf2!JU$2MnA!x_p(_17oLUC5AU8D&IiD?*7th z%RtL0T}?PTV7LURDvP5UNjIebXvnIqP1^!G9L@lz48tJv`w(I&# zDU&9@T=iM1_#v?v0?^zf_Wf#(wXPSco&2Bp| zOAQawgp#neVQ2-nOc}Nj-oJ7EObC%EfuX`}rc9?h5LBf>v3D6G@5}Ov79b6joh#nC zFN>!upZ7Ks0BUN!Hx{=rL7m+JJB7(F)hm?dQV2{AsT(*!ogTJ=I0mpTZ`IQ30PtQ5 z3^Y}eFi@_DtiHs7I)Wgm^@c3k#Rlq9KlRL(P_So!0vZi0OYo3dhF{h=oU#qQjNT7d zyyoaZ_#Z=Y7lEN6l&`w%NqO3l z;j?>l>%_o^vNeU|);A|!^Li1UEHyMrzl$eBZMr_OYsl_B-e%KIGlhTcSLgA#Z;%v8 z;!-gIh?5+l^c{H(Zq4`f9NYlMX>H@+W0E<1{seNX>;zB4(DE>3Ns+vmv94}W%ycqi zWhxg)wpi64CXODz>sa_^*yLX#+7*d&w#F{@WQosH5h_yzy1v}U-W@dqwET^>U{Vl< zoT+jMs(;l%;`FjYNdQ?(E9l*h-RFm?ow7nRtqLlg&~nN!;oacA2rDAJpA<;{bZ>5- z{`HGP>}g*7tQg5I-v8a?KzyKyYNObzhFCd0JioM=dVgwy`&wFKLs^;ur#Mtv9J$_4 zSmTV1-x#3ux%$P^o1y#M4Jd-%F!_n&)MW~7HFH3!9>F{zUeV_$^;h$n_X*X;nl}=q z!MoFtyy?x37I95r?d$WMGU_O$o{457L?-+(LgDT#!4Gg8~_}+0Lu|RwT9f zJ+%9>^OE-dcWdEjJACAHFxkmtfA-BT`fmmc)5Tvky%M%!$95#3#u}2fM; zGi3}=civtt54mmM2IDf~!u49ylP@Z%wi$%VZRk(xRDCa4?r4FIwOb$Xt9B zWsd%_{AQ65O4)5D5FXbODFv(=fSD7j5gqr~F!5~@6)WbfDQ7MwBD#T$GRvlv?zpFL zA|xHYeig$K`w!w5z9i~Gffi4)0IN~Jmw6L6N$R4k@l2;VeCu#>~-}qfL zYV`AATSGh6`z^%X#!+uqo*0A2`*oNIM#ehM>5tE&_QZ2(2^cii@#9~S12j{iuc8A& zaV!glo*^dmwuFkGkq+Z!;_-u?I|>M#`4CztWoanl5S5o$=nd=p?>17NA3Wo@YKd1+ z*|}|+CmzRbc10KnWFc)W7WSO@N;`k zsF*&Dn=-K~lf_%RQ{v#XXU`)q3Y0?$N!AGX0bomBefBjsBNfaqNS!bPjts%S==8GL zWn$o`?bTJB7QyJTSn_dK1@s^a5hc}JL?8~g4u(9&=0oT6|0Z8>&IJS%fvata z0g#<=ditpqUaO&P3BnDdR+mqgLFDja~Px}atWjF*u4d4WS1h=}N@ zqn}U#_J0QF&EkmCIgl@`!928#%!;2ZDsCNx@X8yj&+XmD;==0^I&=PRBRXFat7>U} zFhlqnO1l2786!JkcKB*}Qr7}36|W7A`4|uMDN75oLr&5lXpM)t<;r7vX{3>h0HC%@ zl5{uRtDW0mqEU+Xg>=?n90bVZdUYQd2T|*&Nv9x%x;*-{N4I-KpQh_kd4rcVh`YRn zoW}uZ?I%vJ?3AEiw*Gi$)$)~#LmKpN^}I8FN?ZA?t!hqtT}tt086F=65{^!gN4F#Z zlr;pTNKjag(}JE+4F@wvhsZ@&oq;q83JpCWWTygnRVc&sNN0ixbU?b7K}}zS%uEG& z>&eH`=qzZxpimXEyL#l%f9<}L_k3Cu%#N9a-~*YXd$|xJmkId@CjKKkpFSq#e;wJ< z1;a?9aY41C0N*5l0=ho2)SOXRMa=el9V!GUwnLl+taTgSL5lng+RC*cE|f50;>~UZ z_P-A)qx{ajl1|VX7%ZaEE7{7fj>cO<;KW%lqoOKDeYm=CP5#Z`B|6SF+Ey`rB5)Ui zh28+e_uV5t;2>YHE{3oY@tHa5*}626AhSOALsBz(T2Vnrd>}`YC)~uL{%me=)!zb! z7F7v&P8F;8H$*T;1N$F9RNLl5z}{ak^nM80>#uFDm821{1nu?e`KR||6ld4XRqDJ^fxYdajBqgsSgqhTI$#Nxo`@~h^M5&5l>OM$0#W3y71YA zhC{wDn5QOsgbMTPyPR*cpE#hC(xOj~pp^*;CQ#ud9H z2KvySJFDrtT(GT{!%QjZ@JPAg9$bnr=Jsg;!EPq*8h78|%Y%U0)3djL^=)7QX=wq0 z`_zSaWLI6i<%8e5b<+PyUh8cbfldKKVZeKTE}}m!LT;5a3!9&C+>Z|+IqBL+#le$_ zc<5S(z8Yw+2J>VkqqY;98YrLHt=B%-5T*Nwth*aJ(U3c9`^%Ull)Duml=oh(Ul!Ap z9i`Ks`j*)8Iq#e0!j-KC=YKG{yP(|zmjEfPhW-xwh*M^I$<1e$CMxDcavKD~(HYc! zaR53VsMy*HWWF=`7&KBGL=26Iez}XXWtU{@FQ*luP4=M<3V zMu9Fh=!L6;QDPH>ftU@LbR<<#BV+%%jGZXA+IT1|2I{1~Oa0A%z7eP8Q)=khLM53n zJl*%nw^A2VNW_fM5Mn=;a4N8QB_*}eaMEjyo@z}cJ}Iwz1VKhqzjvs?E)ARzl+z#e z$Vo|n0IT(*1E!o4oxgU8(8_p5Sz2Fm?}tIOqu6)+r}x@+M;oSpbtIMk!BGPgGOhRE z91m}PY;2QTu1ZVPljtI@4c@4}f=(FLB~`X4mBznc$aaeq!fJIjczfN%jC^~=KfEVv z?5$`dnxDe^A3qjhjpe3bg+w01IIM{M90fBQF@$xPC>M$9br3nQT{1x%i>1O^O}0(r zkH4pm%Ya6rM}heGo+r9x_d46?7Bk_PbO!{Wj_rl1akdKJ#(TDs16I=@f-X{b&8yp@ zz`TLAw;u-qhWd^O?U2E{@=z?2kH-qkWd1j4pCxUhHI%WB$i#p^QNWXAGB7v7PY z5}I$Q_v12PYP|E#IJjYT_cu3Gp5f53Ll>OhnzUWw`loj%u{=8eR%@R?>u`_mH;x)6 zvPNUVqS|RqPY{Q1`5CqTYF{5-)z)+b;(l#d9Q0w@2Gd$aV^3Z_x8Ov)PM&`F*W!L8 zq{f9>ycFd<&71fqL6SiBCRSS>Od>cGowCc4kH_Afg*4N`;e$>h++<3z-ef}LqrV_2 zMT#vOqH3dhAvLj<8|)4?fyT{Cb>h11knl`^l$!$VH@yr+E4LID72i-ja-zqopA;%E zVCPZ48c80BWpCa9{U=oSQf?V>rPJR=t7IS7VeKKTwq=89zl?pxy3&8l%Dpq$GV__ zyU}^HxV)&Y3Nhe9_-16-G#veRV;Ng(=mRW@Hw}73L5jt~qX5{NJPs7JI@|_XcV+q1 zEy|)TKeJq(6T|U-b$(^c{!~Ws$M=%Y%J)g&(C4h#pDkze%62sZU8)@aoKI2)Arl2h zMPBNrZ1=o&pqMFk#v^OBE-I4~T}0#lzX?v^X-i%9#E%u$HlYI31G@fR3VcA*S#ZMb zTTV)%lUNotxlOty(svPe!-n8%Ru5YAd@ddsa2RFQ*PDL)8hFW_-AR8P?rD%^0Zbo1 z8){>3ThYqcnF-00B4I-efAL5%F8fQgICR8{*t2y}mtbAQ4w3Slkf&$KF}_#?@jCbe z+t}5mHVPYT$Odfl+pn$cdU^>@Jg`qfBz$YuM03U*h&6)DoD;hW_H#}#SPVUS4PLG~ z*YT6+&)27|Zvzz;u}3OM!s8U{TgU>51`suax7(EB`DDrHADi6Q-W6GAd9*JCvxS2h@Bo}_HP!w3{gkV?U9q& z-EEZ8R<-C4lAQKcue*lyzX9u`7kA`YsKkN2`V8l~k|+if7IWB0RTuHB?rhH-*6P*A z>69>4#}1kmMYO4I#7@6}&YtScY{W2h(T)F`o3ke>M(cE-HSQ^(@r?7nv*h+4e;sGH#XlJWze>|JGJde;__EP(T z>px0N;Aco*_0A?bWMBFkQt?wlR}j_8e z)u(y#2gQ8TyJ;-D`-*trECR{^2st;4>0lQ+t;V^AxIv0o$*>};y9}``LZ@)_@?DFE zzgm<--kr7tKK{U`Z7+PkQ=dB}B1meW&bOeG$LFsI{mQVawN;0=<5$Bj92n1-CrRvg zq>N{Q8pl-+3u+)mnzw*ETelDNTFPXh<5S`DVI_s`@dHeWX=%Q?Ny=pL&(F3Sq z6eeD7c{Zk=rOjC_wwEm0z_Rh+s(y1))@fRtQkr+n#FY@dg_SS;qa2{WkUyD)9$Wg$ z_WvX=|M&UWuM0UfFdxHVjU{|-7Rggjgdh}b{KbUcOOwzY4?y@@snkVJ)ufE`p3^6BS(J~hNqwTOW-+LiUldfnEp#=V_s4}^)3H&qD}%}fgio;cwSm!!h{B%mae{EA zhs;sgUx2ycdM)#zuQ_a*w}R2_uIa;To1`}q|O9EL3fNQ_ht64 zJOirbeVEh#<&}KE+YH8L|@wf)c+UtX7!Cg>3LN3Zsq9% z*S1~;Q=j_BA#EYqqW+0QGrWLak_wPAdInA-u0Iq`rh63@JeXOQJ)M|Lv0XxORVSKE z*<0a&j1QW;)fO%~ne-q#18;l|O94SAZGI+6ubG(-YT4M#_zI$qy)222?jl^PM;SOu z44p))uBsS;+P86T5L0QC*cRSlQ6^%sUP3}~q)P?r$mlPG-$pO7P&hdCC{hwVQz?Ro zG>Xn zyd1+r-KG!#UbjOEu1B9r9MwB!G)7+>(czo{*ZLIr`fgbV#p9wH=Y?+hu4R zD#PaXS{QP3JYA++9|VV<%|0zVs<4{aR&DY8d2+wCcYOTrg+-I&f#K}DQ6)M08n(2AKFQ-VWA#qc>Husvf0%^@1x3{W{@J z$1%gAMCp*Tkj?Yh>K^4^9Na(oqU(>4V3}GR0VUPgCQL-|^`|U2Mm$vv`^DCJD!|p~ z(cRO3vCbguW>_@R^j)jw*I5%X`gxm*KkuOTU(u=6;lPqL3 z?g=#qbpTRZ<`S|SOyy5*uxA8Ozcj9QsQEFlmN&=D#PE9g{D>MnuCiw{>auQ*cZJYv z)Yqt!%hfIQewDYACM6{`_UCCWFo4*MKv@t3aMjp4HP=c)r(6ii?=~r#+x}rKD1f-Q zFXOQ(Y*t-awgRz}I}E7J5=TZ8gL)U8L?c`9m(6bszSh<|ES*q|ktXa+7&KW;m$P%srhG$8B#KkM9-`Z4 z4f||l!n+7%uk0zN-NdB7&vEx?VFUgC(HM=_wI-&8Il(e#+fn+_?9ckRO3dtHFZ{y< zuNCe|eP70ffZ47EPbT=g6<6XL%T5sq*J=;NRp@hsVr|$bfjLrej1(!o$K3kp1vo}Ijg8vq84?f!O~#YXLla+ z4W#$DTpPlXh&X5!bd$k)CQO{XZc?U{oInUYCNW~_wU>?HmBUwlCxFU5SB7wM-{=|a zT$Pfq4fS=!a!u6M9TSoSZbH`N1~0vC)p)ZoWLUCGv=$v$8+Ld^p`ITr173?}&)&~3 zcvzW1P;RCZCi}Rs%J$Zjcd1;IiSbW535oq8Sh*Aad_-9FT z7lm;ndLg&vU^Tol>A0+~+C3I-Z=P_^ZaKxoL&ss+G<&3fR@37a&H_r~4F?!^37;%) zS+QTa+|12lw5D}enogeyIbLak_UAF5F z^{Fz3FSf{%8km;Sm#E$HYD{_4o04h8gsgDTCGKmCARZTFnLL2 z`kMTK10-~46U}}R^{r1~RJsjvZ#{nw*4FZ-8~6@tW3OSd)G_@ZcSu`rWb|y<`xCSK z`vex3t_t-%h0-f0HpllLSG6Hbh=AnJFG9Y0*@fF1OWj%3NlnzHO?WG9B`O)aPzUfB zBKjG7oE))IbN>q{Jgd(iijA*?6tzwQCRG7~I%}O~6~#}2G@i*VVxci%P96gtR|yVU z`vArCl^T!suY?UqJv=@U@!-rc+=>Jm)7iB8dgNxfX;54oH)Q}tk5hHq8d-G;3Y7J6e>!I}9}@tPX=1V;c)n-D1=4-fwF=W(V^llU->s)_jt#cAO3voZ)fL5vE43Gqqg5*=#HV4yQND3B!EiAkGC&!fQAS(-Bf9` z0dXB~orRw)GGHUW>{Mf=+oVSsJP4alW}UW-B0{(Hktq-7u3`KzFgkIuz87dBV`wv+ zdLkQH;+$rN9Q>qdY;=7I>A9X*4LmM#`&wpAcO)T0y{B*I?Y+-|vow%&h^YJN;EG}( zWOYEFIK>LmhB~x`IW@1ngfdaR`t%ww>0ULpP_$7to0a-(DEUep<)^kA^27O_Z`a#0 z*!Q!autMO@`-Khfy9{ABdJ7UQ-!}KWC{BTwtV>)|OQ*TYLyaQ@J-R9SIGNAs zt6cli@edCs0*fQ>(A^z6tEQXtwlL5ZBbcYTV;I)d4>*W~htXp50W@l2JVlOB$A@7? z`Y;!PyVnO#dSBdmIHm*H|Bljsydq_F@B=1jy$iRM0Q~vrt(}L8e-~-`U8HvL%aI-U zqq;*OxAvMI%R9ZC>3k+!p(W>K-#sV7-Ms<1uge<_ zM^umD)5)5Km`8<;fspM*{w!Ue-p?KP==ILUA#@A!+=#P@K%y0y0d2t*d;>Vujg~VK#2aZ6%Ca!`PMCM z9)e(b7oND`K?FP(D!ht-&n@r}LMly73}?)XxBzR20MlEdn})$KlxUluGJdN?3XHD# zedJRpcvnr=Zl{?Wu=0mW2IAXf6ebvW?=LabUoY%>RQiT{ZEO z$EOpcLU=fsw~6>m1g3A-Z#-WUz;P!4+s5%EptVGV3WVYWJ8kCpPK~!|@*;U5>LSRu zzJsEUxtp|C3`t)mutHDdpMo_Y|Q0(gRPv2!za8AXDl>3Kef{l7T3R(XgdB=oOVm*RNQ z7u7M(^U8%~n&+4e-rH1vm)D0kCU^RO!vj&uPDc`L44o?VB1s&jmIauQyWMsPFZtkg zBUddP5CoqF1JNe+h6c91r`oP>n-j0#AQPu=5Ykmp-s_zg<8`)Xhar=m?)+7(Z>&$N zS5>;Jcmq9_b8$`#)VRl_C7=PPFY;dxKk^u^LNve02}26kXsoj*m7!E>Mk}1nFsXrj z)sng1a7zD!)E?pgoy^g`dx{rWQwI#urAuvfH}5Jt&Yur(I>^i+ZeL?UarO#>bZ5G2 zp$gE@5a^79cC{k?_q$ElKMOYQAu0E=s)+!2JuE4dfuf8p@Z0FhW4n0}MwGpz$mcM4 z%tEH!WQo4Px6wiERYLv8T!lcO!b45Q9B@(#mve{g)Mrs9a>{uvpUh(z&l>Mn!> zOo!;T-jZ=QKQ)EGp^MtPbnIw+~lXF5XkQ(Yx&ot1?DARvAzilcLo}G@LV`r(>1Bh{bRVPMCYmh)p6Y($Sl5)1-tyPVu=8j9L=VfE9{mnT7;-|>x@D3J&MjQzDA9?|{yx59V*hNpJTrGdE0<_g8guLGdfb(N zoqtZier<{YJ|cGm2T+S1`nH?tW%)hBTCF`BQWvD8iX)Z-JH<_A5vC( z1%u5Zbs-1E5%8pHS@~FrWih~m>WzS+jb3FIJ+##SR4sO=+-iprM%_o#f_YjO^z|gL zRJ%q0Gq;;=QJ#QxaZ?bsd2qlF(=sTv?dhrXj6c!j#pz%WrF{NoO5?9Q3!MJvMQe@U z>+IyjLS9C76c0qF8A2yM=W3JB{`TQC#t3tRay?OdyxTl^ifPkw#zNoUFg7>h*vKs^ zauQgkbvwVN-@FWbKz;96cVM1J?vF{KNF7eu&z#`7+ZC_-Zo;8DCj&@fwU13z>Lf*5 zz>s*SYl*ob`xdWyYa_!dupw-a`S$#7J6$ZnV<%iNKG2fn4p48?3=O>E;hTaG|BFii z`qoxEqa0FTtoF@~Zn$qHkHDGeTxb|@JbaWOOl}#)ke8WW^ zbQ4@gVLL5Zy4vo?o?(N;Ju5i={sHv#zA2XK^CvB4eBylo2& zWdT|n9#eKi`Co6QcD_c|X#?LG<1!8;jv=pk&GKQ6=z?CSPc z0d`m`H`T{RXs0=>-dD-p#O?%>ezlPFm^Ei>8;{jMIm+3OpA@l!W8|?Q#W4CvqwNWTpqkV;jRAJ{u4jK6)pgUD#Ng(*F0hAXH5M#claJ z{gNz+aNjS{B3gg5(!2y+jr$|!@5Amm@>at=0+Gs`CjF8JP22>Q3A!BJcI00?8#fxs z%0C$hRi2n@zwe8Wx^(Kg4l#F9OxTeICseIrfd2XeZU=O0NEZtdzU$c`wDoqTTcc5$ zyP(UBqm>Vo$Ny!AcAFSGLG4&ZfWG52 zZM`?q8=!w@{RZG)pr8zZXpiZhX7`lJ$>`gKPw?lV38_Wm)s9frU)3A&cK4+Be@Z{y z{*O5Gt2G|m*yIsDGWMt9JS+3iG9Sor<(ZM``{OwW<|pw0&L_6pZ`~3`Y4zSWwb7N? z;{>HN*X)*s#|xTUH@V?3S%qGH=VoI?6v?cn%hY==ml&*o4v(T71v_cax1hc;KWyfO za_@|2(>ENT#`cl_htuG11A#@wdU{Lk3vV~CzS~Vr3BlFINRz1U%igUih~&}Nj#{=aako!~dD z1$UrP4@0AY{~1Oc(NZW(Qme8=nr1*RCq1@+0)01v?U9K~us=}fzAOI6LWrEtZ}MPA z_t0=VuLaA~B(^~z=YP9@;U33n0m=LV-h5wk{NOJan@es_LyAn|;3Y`-DK2>Yaue&f z;`BE`_9a>7`4z7i^jvlC{=pf)Fr4>ZvJ0(K+W-(Z^(T;b|K6-LK};Ue4*sv`hAXA5^PCS9NKEB zwO0n+taOFb*{`rAu>X;Ze+_6UW3|tC5Fs3I$E+^%1AUFW{qOpu7<1q)zs}MMZ9ig# z3sRniY&K6tE#2+s*T{I#Npp6s-6-@0@UxkZ$cwRz;$IJI`QC2m>Z`I5LE*Fe?fq)5 ziu5?YN`HOohok7o!Fqk4e16ejL@+q&&Po7~1%Lo4RKG-(_&cGyomFW`^|C!+3CY?w zg6}uC2Cq}bB#W(9@PPCT9Ls#Fd4$DP71Dn?`l}%T0d4KIbL=)^*;JZAvP~EIDWiva zw_5!T5^Q?D!%ZY^I(yN$r?a{cceQX@t#iNx6WKj)SDj-Qg~xDObs~G_ZSv&knpeO5 z3-W<2#e@_&^S%;~rRA;fFt7-<8NfbCWNuZ33Pt}sjImQ%k=DI!H5{*7h@;zz;&^7* zxIGvkOAv#>2pZwS3FaelF{{G~*_z*t*0B9-@9mnyj=vOEpGc8&N#SUSv>Cv5^VQqh z81L@jWoZAIy1T?G0}0G#>el-#) zVIJbXki{~9b<-rD9~${1;&+sp#nDRd`GT0P#jLWq9P!LeuqX67#K3$xy(r$_{6?o{ z{pS{8>x9|u@wD5*omnzSz0Q|v?NzIg5Wf6F%mB6wUkbT{#ZKJvKY^Q}rWcL+0{8NV zpwhec$yyn0^@nS)`LSzWum5>b#5WCt#`C3C_UwS=wI%OHVQL4z@&zR*HZSZH`sUn> zkbsIx^k_2gHVPK4ge`x0M2WY(0~uKM~;VnOOUPjJeTACjMU1Qjy%;JNdKzlwPj%#c5r+ z@|DgHUVa`)|9__$rkMAd>lYR_)3A)UCPT>zsZ$SrceoQg$-1Vi1?PfdrUn~ ziHWaZ)iawd@W^9{WlQf{m8G5(eBD&KuI+9Ab53z?P%Ljf4B~05mMv`VX1wCb`=cDH zrpEE6woSW3w2AYyplbA4x?<{7=4+mjIvxrMmE@kGOHMwonuHR!v2?E&PEMQ*J(~|= z&ovp&+z67O@=x2YAoHZAms;oC+>-1g`8x2A7cV3}r#w@+(ivD{vYh!S8ikJ&d>!!e zC)C6H47-XRElWR4(XLLm>+-0+{nnc#TGJlI8UF~r!}SBDmpfWZRI9kt)A9SmFs>VS z6H;9AdcAc8RjOOMpCskuaBG}HL+Ml-ldC|kusVD^^1q1{EwX%GIQH#$`uQ+)GQxDE z)8Yb(uo;orPD7SWuZ5Jf4F2mEjEShY!tTX^d6Ds+UMNBNjt#v_I~={-S2hFw*z?_sd^!-~mHFz76VbGFDC06m?bav+C+S)uFuq zlYuf)Oayi?mlaOK1!q%;&=CdT=1BcMyJ)!X$(l9?3hEbU7}TNHc#A?k-znR56ljy& zf=YktaKzC#-SJ9G`Ch!Kr&k?z*HVGGGok%{E*)YvDTR=P1Ogk3=e=YLhHleg z14QXr`;~Q_G^Y5NGSQbq@vIh~QsO-m{y{YO?=74cDIJ(jE*&-Iv+&R#aL`sV!E@2B{!m%K|G5WL}Qioi)w$5 z#Xoyj{Udo~tVa}z-EzE*%Kj0l%pj%WOt)?prXqp;r;2zJj@jhD)bZr4^C!Htg2A%& zZ3>u)!qtKWUA05L#Zplq5r~EZBJj-F)slp@#VxY7~$n{ zy6Y_uNM>;Pg52vho_@1Rp#xBNnOp3;EP*D-lq^IRMew`@^U+4{X*1d#` zsCIi;!-~(Au(*^kYg=9eRp16%9nh>w?YZCiSvQ>DLv@wObQ3O$6`)s%_d8UcL4N!G zgAx4PB^s{PdSr`c&My%awM8zOB$CZKBVavmh(CuZM}iacfN~x3x)gox7;*7q1b``B1l6Sa zx>rliWzQe}(%Z`MXQELsvB#8oOYV>_p!gh0p;YK_Dkn_z{fGsRqLtFOgf@r1U~|m7Y{wryL+Uqt!5%(y+;pyd)MBaU8b&nDd4(frkwF@aP#-M^;B2RLD!{5 z?`PNPo#nqI?rXZ$PK~TE7U2$ibss|NJPwr7b&n=7%6jsdv!m_w{HT)2KZ*+_XvozL z6ZDF#R@C19BB5J26Sqa)mkFbzqz4r-!(v?|FlTRB+*eXJKW3+^TmQ^ftAd(ee(I0l zGuA|G3%Qxmk;77ci8#_d6^Makl@9)|w9O#IqULhW@>>U!a zvu8LBdnbg9$cV};ik#>E{+{QL=k@X@uU_5PeP7q-dQVW2i5xV8x?*o;72JN9-73$K z6ykoDSMP1*HSEIAuDPcncPpf8dST%0#2pfVszjJ+cERJ(ZvvRoaZXCcNsRxk@#!Ij zj<-bi2W@2C50My~3kxp^$qsJ&%g_(##xWQ(j6tk?!csMyz^4{N0 z0@MqCD}Z7Bhtx24o7WT39Gzi^Zi%h7zE;AM_Qbv>Eo=EOtyWeoB5ZC=hE zf;mfgM7>|Wg{jNxhk19sDXPsuJ&|P8n-#2Se~Vs?>9(_JVM|Y&ZGeRUun-8A!<%d= zuD-=CWe2(~SIVDMW&frE4MAVpsZgm5Hwke!`DvdRCa@G#5gs$XRNL!mmwD#J{S~N| z8TRNkeRbj&zB>uldYuF39-;K}t793Qb>DmzK6IuO@dPN~;>uSpS@iP``Q4)JYBP5J z(PkpUGi%7x%XYLS0A-H|0L*t`bgKe!92%=hN9&PT=aHD4ytM11WPIyCy}GXhzm*9h zIa{?_*7L`5or}FBKn}3Hff-6I!EkN_bQ7(Oz%2dkDQAMUvxjFjjg;ApV>Kb;L$i!O zx^IUoonvAK*NMPEyz|6Z4r4$#$H{+&k;S-OLxfWrF_2B9zneG!$vc{UUu)&R4J2kw zP0-}vaP{HV>uR;~M)7Nx*D4S$=j>)?oB@Rcd(zhLx>V5$&V}8-l3xdaLLwHEEX#6= zc+L0qBc4eig0hJ^3vlhYbD>~Kl!rvy2PZF)fw@Jg%e^*y`@juVH|?r{oq0;TC3d&R zG(A}>h>EtWgf1b7_-iND?djlJQz30jW-EP*Z^+z2@$Zi#@@h{fX#Gs3sBva4 zbe?sNmai^Z{D)b2QCm7#)iq;FIU?kkF;+S;@i?$3nxBnRrrcD9w-seNrag2wn-iMpkN>A?KS~Yt0ICH7JND^_&!NQ(FfX^;@omb*9p+;Rd=MRhUrlSS3xZTLT9@ zcYw)YXOD5FlBh^eAjGUsKFg!aOE`A)`Ar?ZT#TX#V6`o+dGh2xM9qgA?Z*3)6ey{gt&TIQc1%N-289D$Z zS=H#)OvrIq_rIL8w=xCEX`%g^E?$!sZ_^xc7nr&TSEWHW+=uM{-dqYye)AO9nXUe{ zvaI?~3dnT>)f-VzTf0^#XF&1qlNTupu|hrt)fxWvtsi&RzD(coQNN2o)HM;KG9>7n z)?uKG;p~0DnvUp~KP2E_AlqwalWYx(FY7POq6ZATyk2$40R~46eY8#@^`bW<)!Y#b zY-%Vx<8lEr@O0`%o`NPj_tWgsN@Tewgk)z*x=^vAg^mn@3E_Ncyp4l`NUSDNJ^MTO zA%`2!WkJOcMo~!|qq8s+=zjY`pu1D1x3Pkb0_adQei&Z(bcz=u#f^Peyk%stYd@a_ zVL%sQIh~(q-t9liqag<3Kin<^n$y$DNq42G8`Vw?VpCS)esv8sVgZS{}cj8_%) z?MUS#%GNEjI?6R)emrDTqUR&VURU7A}ZFV;)ue1jS%!&xePyvAnlV^SILa)ERI|yyz zaqbu`!y|?QFB>zB1Fu6ZYS$NF;OF^B$VY|GgK=1Ck9uTz{`?$7?VKUqr1vzd6tX^O zHyMqX#G}1*XOk6a@j-3gF0FM8GysK+6aoH^s*;F^r~SE`lxyYD>nvW_9KdUIZ&-Un8bGpKS;f<)xM=gqJ{8dfeA!NHwVgM)yZBB9%$^gE z@$!a>M}zy|X=QElFY5#)a>E=(Byz(1lPQF}n=#slOdNkBVa1_Ms`>f(3zPysZS;L( zdAB?B&-d)xzh@J5M3@J448~WK=2E%@tJE{Y;U_mMa;I-)*t=lpoX?5CJ-?Dx*Oj4~ ziua>LJOi6W{(-V7M5z7Cd|I-Lkvn`>iNJM6r?V$(rBHsG$rY;6x%(Wu!ziT!MKxubg3+r+dBB4KM(VFxA5-Arjg&LNF|TX(bkrXqz&Em`w(W3G5*fB^-D5SU2OO8m)Orq`Hy^y?KB zs{zy%gDZ9WXnlLxok9Qr@+l~{_4L2yEzWOayswS64=JkNTP~7=i8BM2IVbP&>^2|m z_<1v(s)4hw-jIw)>C&RKko6HtChq$su_6qvV$V!r$%~o*AcscN>)f3y(5WThr%a!5`X zc%}zUsDD;nNKb~RC$p*D^!nTiDcD_3^wDeyjIvA<32Yc9zNRGhmPX%H7W-lCunISc!`MA|>{@ zqBQWdi9hPf5GBxbu7wc0pqLK2msMYZt|Kz+h7|W9$YJWl? zPW_%+lBWFo_+RTZzJu}gMMAI8eAew~S=^`=rd&J-`8H2ym?z?K#R5Y{>AG^jqS`L9 zY{l!g0482DtRh<4dP07(bXRK9iR^iPKRlK?0tNyJfUE0==jxywYfnO`zY~r$FD*0xfCl_joMx$+ z;CV4;-IHH@GBV%arto;T;026Uk98I@i@CZgsoz{taFVP+^8b3NHGRv|Wv)V53u6m_ zG!ZotL#ip=+_Y8L+$0(V_VI3SqOq6wa#D=rqIVY;=Biax@xdKW%cw#8=JPmK++xTp z(kz4F{HJl(N7=_es`LWT^wbq3M9T7RQ7On)cl#tTW-_Ie}R1am+bWSoP@mnj8W$O z^ZBOZP!SwVToy{@Zg#I;@)FkRpesye*8+3ONyP=ZQK1|oNzY0uuS*%#yxSHuCDdxKXATrWv@dk6rihAWP zNKbcXr7SV9)?yLJKlp(V*D1@x&F<{l`uU{G{)9_=_{$n7p#-PTf~%|b4>$)GhrUMI z6*i2r2WHTu5{MY2YFY|nL`{5FRc#p&$5WB)@z*uFjJ1s~DDjayQe4@Uq445H7DL{SEW z?@e$0os}Fc936n#{?Ik}hbf&xXG*OYZx*ZS6{Q$D@XNm))v#_;mSDYiHby{1ZpdE- z0z!GoPQXy;v!1yknTl<@`G!+wZ)=o=@F5YHyi|Ejn;}u#*vYxJ^|+8uMV|fcHyAwm zkjf8@sJUuurv5N6D7SS$Q29y^wIKw3QbST@DNx4a^no^y1A zSU7Jd)ncPSyKw<};0MRCaAWn2#NrW%;|jj3jZ8>Lx?Pc0U2p}u<oXoG0v za|{$f^~h3Gu}R2;Izg>qkbWcaV+b^2F;9<=w|sl-<0=_D5c4C>lg6rZ)3qfF#6Xoi zRUUf7O%*Y#3Z^yFc(JAsbsY+wD?sgbRypa~)9&QVYWMv+;6F#&ohx?;BKDh#ejOLb zC)Ft@dyg*OuZ?RPAR=&3HDOQtmI~E82sB4S%WhD_-n7ty(WP1&o5uakJGX)zxU?nv z;QIhjJ@@>C8*Kfp$*==U-B$>j__HWQ-eSQ-BT`}voqs!DsT|BWUE4*Xvzzgaa*vy7 zReSSpl@FK^l5IvmE4f~?)qdUyaMALQ6LnyFEY3Syu*P}h(SlFiVO5<&(erl94@3?X za&4AmhlFZ{4EG(BxHm39+Q-zl-<*Y7nltVXM22+N;;@{6D2+`cp* z?IHPF|Jayh!O*tx#G9^1H{%vq)UubOhULX*a0PVSv8XF+&2TtToWLvLX>xGg#Rced zVy^CY_h*`p3)jOh1lHBjvIF9Q65w@6v)dQdmv-`Z?n|xCRVcxr*13A3N+iG8XqSqj zby4cXIo_a;N~^VK&&cjR@M5BoV%=cJ_dzLK0%}o9U$bJRW*TJCmT+uk>X`;50Qx`z z`l^|RAtr#n*{S~_YZDKsx+*i=rmgLM+DwUZ7Sw3VX}NKOJ0RSdc3yrU^abw@?Ceow z_{ur?Hyj}^)Xta%(RorEYG@{Q6_3!D8#mKDM|ol_gSX(y1@r;8L@YDSR+9+zfuZ)7 zr(lgkKxB&C@$7T<{bx@aPF{-Ugp1GY9m%4|^VG5n^K=4kT@xCSRXhRyTvAIS?l`vh zQ}W4F>ac`$Tf5{T?qaZZLa_4;Tid{r#@H676PXa|UNGOxYF2Q)=M;kauxCicP0!pRXO54vE~MrN$ewFdrT z#?XmB;h>@Ln+T=g$Lt46T7O%S`$ufLYB1T@Du7=M9*!b63`E;Ixo|IEWL|s)LpEAF zM4((;%Jz8R&i(dh)U>H7s?4ZEQOusT4<;|jiUHFPbCCG}QvxccdR4z?dIN-XJOsU6 z=zsChOTD;m^uci{`O66Ti__lg;4wCVQA+a54VpjfdjsgZ*aCeKRGb(rSa>sBfM&i2M@ zxNLm?la>478z?oiy#fr{X+5Y`8K5MG(JzO6r8mu?%UVQ~8ay6yQXncGd4JbOx8HMA%Zeu2*D$g_;U5ON=H@YB^fB2Bl{#tA=L#gnLuRk6nIgn zbBh@xq^XJAdr0fYV8^0bLh5fHf7L*BB*Iiu;v}gElyHrZ8^~6@!?brF<%Kw}u$6>$ z&1cxHeE7yfrG%MOMTLdRO+&~6^`oGnKYFBV+vmN58!AGu?|tXTkA9>QTq;H&Pw>Sm zeS|7Eqh|m(5NZBj`jq@G!v0lJ2r2M!#KcnJW(a8>YtsyJ-A%M5gUu(9prx4%d{%=; zX+X=@QaP6JYguDZyJt|gF*YgLbWAt6#%Y3eZ|aZ5{+)k54_?0ge;nJzDjSk-tNiJg zs`)wJt@B=+?mxYLgTn?_d>JDGQF{&y5nLYmR5B`Iu%yWuyTTXBg)!ug5$Nr4V|IADYl=+vD>`c9ND*Q$h{v7LW6Gjscgd>P^L z>DPq(Hv0g&bG{|`H>Sn4=oY9ajPBxnpT)@f2fcSP zmX)LoPWpc)G4w4(4|}bozYNlUHX-*f>~C>3cIl&6Rcjq{R#xH>o}xRWciC%!*chf+R{6`T7ij!jqA&lIA2OHIRg3_q$o# zz~V#U=QhJUDvVEs`9{f#ks73667DVk73w96VAOvFcVT%!R0)AOT8Ab^BX05gBh=1JilQmny`VP>V)Tvzqm`mBv*MBEc{~#ni1e4iyY=V9{ z!0HTTq$oeK9{wyo(uaglyU70Bic9HY$F1`vZjUOZ0zFL*aKZ5a&(xswu=VRp3PR;; z2(HH=xzw}OM;aBph%NJ^Z{sy#`l0HoirV3=oO!nMHof+C<9aiJ^R!Eq_w5 zo9G`a0-TAewR5rcYyfVlfUh}yR+h*?g6+Kmvfr}vh%36a%$N?sSufr!!@+8R_FG@R z(I-+mt_4xgB5ep64_9fSp;(8+0gvDnl?!hXH*@{FsZmgTdnKCi7nj$5;~ZbX)8k!L z7#dBu1=CT3uRdTq7=tFycQ9~c+pd-5h|y?5pw&R=gxliPbLQiLTT zWjr35Y%h9$X^F&=1AZpT+6JO<-8 zk6k`PO4?aw0C!Gs>Vsh}oNv%>eIfx#x_X^AP2#ta+3pXnN~6xS*_HVunX(mh z)sts;muSbNjP_1`*prp~q1oFg`23T&xBK*Xy?U{>XYPL+q0EP7=AOBekE30AJYSDa zFz-r?+b*wiE;CA9j8aN=Qxd_AUfQdBmxK($z&u&Jg*7V>>2wG&S0mtNF6y$5wR%Q? z3EKM}QaP}=8kl^k>B<+Kyec_Q&6?z1En{APyheU?U=W?HYbH|1^7-Z^yW{}6#dHN? ztXlOaf8Z!0*xDRL-&CvlNL}KP?Q^B?ZGm-qf3rG$+BWMQVzA~T|J^s6exsVG_Tc&W zlaVZQ60rD)9-RkfDF@pE1Wg^XKTW#hG_9oaKU*iP3+q(mm<0^ zZ>Pe={8g8{RRYX><`#_<|79RHp&d>D;INmifqLlP)6*X+tCUp_2o5)OSM#jmX7+DE zC=jab`MqyZxoW4av9r)3Vsyu)nKgc>F|txs&i`5(i1ZGakWWt5WWUj~ zQTO>|&V#aHIn*n8ACf_;k>!zY<0viG`S!4kz~Nf!$K2Am>a-6dAq=I)(W7c-19#B8 znawmPfr>>)#UQ$8zc%RoG4t~;(x3}yaFW@hP4m6!FnI}KuW2g=+&q$*CU@Bt-W%Un zY|@0^;!NnMtGN%QR;_`l7-iz9E@m!#ak@Z9wX9cN4~@kv%@;}tX}b!;`0yfLU98ev z`VqaEA)IIqji9iI_(6ESmP`mZf!_1eX|Jo7sp~DRb6Aer07nxuwTi4%*uevo3;4u> z1je)WaRj8_X@6ENSIg(B>Lw3WFT0*559K+D*s@~DhLxz9225o2ytEm^&;n(3)-$ytL*i3xHfFT59N@7(pd~yg$EVS`!Zw4{l3-8Q$daxW{;5j#rYIvN?RP2|3!B>V>$LhjH9!JgI(bWYri9i2cd*Q*bs=OI`ZoAVm0sz#^Q zV1r{BBP)g;l(9G$x(1cy8b|*#C-0W|*&hF!2o%_Jy<6_!7 zNb!s#D7l+v6<2xBpwb{O&SVMkFu+lb9ZVPM1fX4q>j@o3%n4L_9zjm$4Baw*wYC(( znV0XntkU7ukK2@H^XZRWiXsN&%HSnbKl?2AG7c-p$GizaxON&c{4ZsL{L8$01d0k> zEzdl9X(6Gub@&xj4zxUHk(|z_s+ac6b|QQ8iSDf;!hrj&sv7SbjRsD@pg{yRDzLnG zfnh6NLPTaV1Jt!`_)&=6RTv(U6lm*@W$Qr99I0yr1rw=olA*SqROhFUE%tEdhY8OwX0k&e7 zvzuyU^nOrVRteCmtT?QO$&rH7*O?=bmp)kg)?6YT95aZAsxC5IeG-Y%Wi$I95t42g zhvn0HWXkQ|n^dgtydUvBl;1EAGze;j$HG}S5favtl2;mUUs#lKIVWk2xn30j*NLg% z>F_`@MS_NV8y?XZ1Ft%2R$mgA{)7PJ^_8?)>v0Xp{^5B^H~$1D?IH5Ki@88u%H*zC z7t~)mB9&3v)5>)qhb4FRH8tW-*9)i`9nq}JpKVDGP3{cn-XG8>eIFTbt>_Ew`R?+D z?bZQD+h%qHgW1j4$p13@qyXkZWqzaxhN9#?&ZrH%k4r0jT9>k-$fXR?I)_(TL7j2; zuSPG}aG`klZ2BmIV7++SS~g_sJ71Wi>;}96z`srP3INmKq~{SI&aFh-m#l}Jx!>rw z@>-x%^@MaECpX*$8gcl=}00(=iIJhYFm$yE@UyqpYRt|wRbyxI9VwnG0CII|P96>4aFBu~UL3Tl) zv(G|9gYiCX53tvLrRAB!+ce>)Zk5P%x8GEb*$t7;6O;OC72pJ6RQ4R;bI^A011J!V z=X@IgG7w>nkQ`KvYuuuTxyPI53LI^h=`Fr4sC8~U zZs!jKX37lYu1gn0bR;vjzqb1N|`pebuxgt18e7 zeO(a(_Q}hV$E|0WEYhwn;Elbbk95nF238JsYCGTLvKPZp)CwOeWr!Xcjh}-wV%(x+ zJLhP)7*_Xusynn+q@&u^x?55C6Z}s$^syHc{D(f+vtqiJlbMOv9uQ#O5$fwR;e1&d zAn~W87=l7=wkv=3a-blPhue=h@<9*mrTqPCt%U94=c>JtEb^~I=Ls=v(Mz* z-57pap($!sX6}*%A>C=_KF-`|`n#T?Qn!9)kwM<9yKm2DUfcSi-@t$v-?d`{RJ2Va zsIvbkevkI=%jmkQK&Pl(nC-Zl!3qrXpIBwc&W8{dosiDVnv#W-#!HRddv)o(4bEHq3gvTbE^(dy^1;B?;-LVn za`Jiu1O~44RaCP%+fXt$;f49(-vnlvR0++?0w$6T0BUebdY47vwfGk$K+OvctP90E zwZj2oL$P@|z&vu$taZUF6v89^lcaMF6XNX&I`S+=f15O{A7BUrA1WS6F?V-?=qFt7 z<$+(1$x3NRu)k0agg%ji_2(IXki-Wr$N9oU+-rPA@07m%obz?rN1D0T+gAJ6A){9# z{DE|cNh?hvM`^9dQimUr;0eBfA?xiYY=Km?D%BSgW{g;+5EB&_+5x{HNL2eS6UX|D zikGdFZ$|A3cehyhV}gx57&l^>%CQgzu}ohacB)8)qjm^yLg0AvuHt6{4$Q1I#Nf21 z%4|o%V3o5hGtDKwi2M_eY&rmoToiGALl3B0K$+7TDC9+XWf#bJ{Xz1n_f({s(*mWH zs3hMZP`OpAo+ZJkd)l9e74_oTzISJy60kVHdIP|&4Kv19sW4GKC=-;m&i%Xw`JlLC zBq^H%^E4o-^+|~uDdvx_NH_`jhYwFu?g36!Y$w?})PPsIRs^gK7eG}yqC8*W`tx2? zpO@#XwUhJQCy*~`aGp6*2pf8h7v*qOEiWV7O`Pt5`n9$>w!J{2TfZOvaXCNz)XmQ# z9yU(R^*G9R$hVdU?Sgc#c6KMD0lvQNGvMZ%1ZHSv;1B#vxjI}~U3ISKV-b=Dg19zp z{_8rE+=aU7o-SFN(*D*T7aCE4VJMvgVDSn@4F@*_Ls{~5V!3eZAS~{z2=>WBDaN$4 z_@W|5~!csFL?GyU}bE81tEr(P74)}?(P z0vyM0gch%AVKkv5_iG7{OHUvG+{xx9+Ak38UsAkZDBD>PZn}|_v~C@F7I%S`9RjdT z$?xSYe`CXrsB4}fV;h)ChqQXyb%pg%@PW`g@ZNMZWFnd1$fg(D>WGuVy3ynRVmG7r;`VJG`M z9AicFDg41MX>y}PjkWVCiu=5eiy6;jvUh90b;)r0z2~f@mFYou?zteNi?k4UBG+y~9`LVBsUNkpCv^NwaH%utn*N^7}nN2a6 z%WnsZ1fN0jb6JO@J8}dFdC~sFH*{)q)bG z!3?ylv|QvYQuC}vBN5X-nNpVjahuE*1qZXbz7r{#hkjWf84pW5Rs}pnrqJevp~FGq zkEa{}O6KhO-Ik*`fR&(0{OwH`1D~=Y!pZP84XXG#S-s9~k88;VhVR>)y!shE~h^g&b0g{tvO-`bDuq@O`NriMigJMybY1ECnSqiNsM!^6)5O$lb13bsfzLN0F8t66 zbHZ6~imWBC{B!lJvHO9=yA$fp{Mm)hDsE!KdoY|DeCM{ySsO$X=ZCx@|LCRpzVptxkLGv;^YhKh?~g0DbxZ8|(Lv zvtZ!&=YbU>In!97uYVm&c{j!NHVQtd{EKG>yZ8Vp!XtIRD3%huBJmoexi-d)!Ltp% zZ%Kwv?K_VEYyHAiiv!V?i+)}oSfk2xq&DIn_ znGi-huh--a>S=m5135dB7QdkJ%sFAG(0L4Lyc!I|M-LfP z&K=biP_EyP{~q8&$(VVPl&z-&T^V?0x8fjuZ|?1knr8BlLgoAT;M(%JZ&&iL@&VN} zfCbt#Z=j-L1-)_ab-)fDO3f1!Q#~Fbr@G9A$uW_$Lhl*cNoyvvQbqlAbzmI`BOM?P zH}`$qGeSsEq%XxCNP)|!F~}t3Y@bxr3%{mVgn?WEV4EfRs2oJKzxl3v2y*102K+pdR$Deg--1AK%zr{x}*FAjtjw zjsMDB)*$h%fo;Ms+dgG%Nkg0#MqW{bpjJb{Urc$t@n7|vAIX~H<&uO?wyi5tDyNtm zH-@KzUA$I-nONjPD3xYsX0)k9`u43^W6br@z`y@&w4o_d4@s+4XDnpFL|cWxe;rRt z9QadeJwb)renL^D4lu=`0bY)8`V#e?C zVI<;_&fyKJX(*g$AyfVUpW63~riK|8WrbE>%|27%6aZ%}^iV43koVc+1A<4_xi(&L zsaX2Z(*E}zrHEn*Y}D+DE#75wfoIvdVt||PU^W8kb~(_%99#eMxOk}<D?syKnxI zxzmBF)X}73Or?Nbj;6)@!5BE3W%!(Epb}tj776X_y&Ed5>$Zw`FDL7t@sid*9ndE( zd#a<`gD-DsFDM@W%1egyyqP)^Qz*hHQTL>Ny26X0viU{)z2VjW-{3WS%lU28X*}3z zQL^)18z%e1D^GMmFfd){<~cGZtjSH6=KAD4B&D2kFGs^4TM#}Q$TXIaZYv0uYQ6)< z6j??8ue<>g82tBxMymr5D2m+<{#zs#D!$HP&W92vl3Jq0?6P10y27b2h*lP|K}enc zu>uZV*BiV!z{bn1RRS<9#|O!QpbGCpX;;NP*nh?#T5si22}n~2ED+m;qhUJtYjz7= zO|~NguC;j@IL18HOLP01cAeo>_RoC;1ReR7UaF#15yL*Q1DKbXZ+B$0^LO(kmG%VD z(#?TqT7>KEY18%f)e15XwYl-lk8boVie$edfLe@KjWr%b+|%BY7nnx7QhknnXk4T~ z`q$`R;vNfLY%bxE!1{)+oXCEBM*~(D)<>q!m$$Az6V|(<)iC^oV$!XiRy%zA$H%K~ z=ZK2j@gEkqlX!ahj^l094-F{2Bl1tI)DNoTM!Ao1&CLc$%G~^N_php9%QVvveObi+ zX$HQK)fA>|Kaw0fEjqk2*bvMQ)@Zg=c$rjN^P#@Z+ezf6!U+1GFEXdCsFZ{A$AwBR z)js``k_0uIpQgwlIB+c87nE3Qlc+P1Eh{-@MpltkK50Tc?-|rEv?B?ZXjNVwI_fO}5Jnk3b+)8HRli5qT|`aRT2y|L z_b&6QdWn0AGJj89wW+CABAthkv546G)Hj0A#2=S4-(GW~^>{u+Z#^+HD1K5l^-!s@ z;r2t*0j#DC8ILCwPs_v3NG~1a8whn>vzGZa3D$_rG>4xxS>e6I&`|?;k;22M87|qE zS~UMzHVuN^$*3x(EVa?r2dQ*M6MT>$2BW<(@S!Nkq?j|`PwbScLfVO}u_%ZPum75; zJM0V#V#+-*%Q`#miUJ2nzXa z9j~Mi5%RkW*>a={0X5L04pvMOu_vW8WGcF9 z{5oF+8iaF*22P|tdVcS5*Fu8yx*sZ#2`dCR6lFkc8}@S0>c@z@9~p|&nqA`c$7?2m z4>r7~IePFhK)A+p&I~^+Hs7#JM07v`LyePS%9Jjke~9^=;?wfK2KOvoO9tWN>u;{& zX+0>bndYD(xhQkrIvMvn^mZ1*UXq*btm+iv#g6rLq8zn6yMFs#LB(e*hI!#hkIoFr zdP;4Qu^op2^RXKm_`QWvc_o&LwzeEyYihT))!Bw&vzbcS|%J^ z=F7yvgX81Qi~=X$NuOT)mtdE3%@zuMQ+0~!bj&th8`=Ot$7zboZ?flg$=In4<4A3V z$@x8PwP{_zP(q`in@0Ojh^H8lXWlIQXJo|+^r~>MoT1uDd0PBoFagQUQ@jLUJ2mIy z>4hGbRAyH#=pjkIDN@Hp6vuMD#>Z$}tNY}DR|E&9zozN#Pr+3s9VB_IsDtR<6F<>? zxu6QfC@&T-+0#Mdi||cKZ_2gj68hhn(cA1B8CX{eo?9gd6irVq{YZ7RjkA6k}1jzZ1#zcMPP)I#?ic2H@?~U&EV{YbhHS zl-|kY=7m$~>V5br!KCuVwX|ahZK^&++>o7|^|!dYJLVp3n&Z!|OeuOjQCtDqaKuJ1 zRxav#c?^U<4~J)igTlXw364TA%T_COhg%-56&dX9L0$B$3exe}EUGkQ+nQhV1dc0( zzc;Vrac`)7wZootF!Y2X(l!NRBQ(q8E1z(fJ_4FS*=pHT zjfJXm`8t+zsrFib)29=b(I+!x#Nkc%Dj#2`a(#b~x20WzTkz>3&JHwaog0Y|G zc+F(0JPm(^{DzK+U_E*dU5~rqV5N*giy4u29sSr$&&>280Z5#4j6K`mGwP^^Ugv=F zU^91`HRZU}mx9@Q&He_#t6zEtdCNeia}u?yAllPhI1b)qC1HZNtDC;P9qP3`cSpw0 zb6|bF-?Dz(y9y}?FkPB;VlRS9A29N|nGbN-{|q)yCM(ARNtT$U+W=OaBXPCp^BufmFf7>3k_`y7>;T=cG!ALg;=vLT!m&au+%%U0+oPqsAB)V z1Q`8t9)PhW)BE~U%Z+Jvtl`PEc(dwMEII&iSNs$@nmIc*QG4nd5zT7J~cp z2Rp`7fOhO(+g;=@nnC&epb9vhb!NO~U2E*0jVD)|jcXaCnrpikC6xONZcreMJ$~1o zFJd=3f4G=0w=xuU<2xn6F$E(1t}^G2bRqXx&e!c=n&ta<7NCq_i z>h()2Pt?uWE_-`dvPkFp=B<8sjd^Ws?PgaF&m9Z0H{Yp27&-S%7_Jt%YJNj5YF8fe`S16`=Ep_@CVTrz4?g%98EP@~wZZl^!o-B9$ z;_s^mzd8GoQ@v_s-^&W!z>C$_UR5RIs8|@I0ws(9=T(QN0vICfEi}{P>`ZO4=ZXYy zExL%>^k^&^VaDZJLv+wq!Tg@VpOd~nCkk!qKu_dt$)xvjaR=TMp5xI$NCVJ*bj z%aod0I9JOWv+>t0kAIdc7~sNdohJqGVl zZ*tth~S-^ggoU;N5i`<3yp(z_ji@hL}-C;BRvLq$TkL74K}Wl8av?ohl| z;ilr{rcq6>(e(q%$4gX70Do#_KuLshf${Cd8@gM+}2g! z0$Q?Js1s+n0BWDjy`p+R#C_k~B>o44F{z4u`sUf;6`ub*^Rtdv`DqA#mRFTGkqU*5 zkt+Y_S|C*TgB2i}hVY3_kkEP$!|L#R6<}JlUecy9jv~u5_1-0-TFWFq3`JE6rd4g@ zobiW;U4$O48F_9A9oxLP<8X@cv8fF<4Fc}+#nLZn-geCZ@aY+}pL}X) zDm43n;PX5)onI${ICgMdzC7@bOf*49eZx2Fbf||m;^OHue61qLjpfV!Y+VC`Ic52) z-g(kS_Bjo}$$@w%*KOUZvlOg9DrGNq!=H#-as+D;{>|=h%D&~XowV7MQUnb>HMIJ- zl%9@C69`kzzYh%+M;O>;1z-(>(kxNb>SxTHz>;Jh^Dy zUWqvkJ5DFQUY;XLi|h0 zxGbPUd0))WqtPtGi!ASq*@QeGM^8ELQ>fls{4v`>MXe5cNUEw_df&UD=jpVGoYJe; z+9&u3dxYrm04!Isyv)>Cl;>K=7X=z|UL6_$pJ&>QHoG`k`VNg_qe&H83$VR*_pOxYQo@YBC85lz3>m)<|gjdUyDYjM#t;NxQ^c> zZUC4^UK`d6Z)ZP20bEB5`g0+G+qmmnfNdNx_;ikUL=c4Q%I_0nGuHU}rU)$owk~a`yATR{0tzU(vz>p;bX^>zv z&HgxSmXjVxT<-62Os}tsdNzEa+1kIgV5|+Lb2*{Oajc*#41AyR`w@%PMj>8q=wf-q$kPV-DDU0$!del^l>~f;-Ragu8>7zqw6uW}UT;w*|xy5PK zT8ioQO0B#$49k_44ibD7nxY<(I)qij++EhIv8nW8HIITkS*f) zh;#7JeO=sr2UaVJ;f4`GH~B72UENZxtPT++fN+9lG76<=Le$(Flrs&q>-H2?6@`cx zLW*^jCqR5OJX?s3J}$A2(eU{fRA|R z--z%(Qc%k3##%73LsYbKB^GQ5ep|anArf5l(a8 zk6%R~%Dr}AMC1ohVb&FnKXRf(i+R#+n_bX8GIS0RaUAzN02r-n<@)*1#r0mr{fZt+ zAiJF;WPmp2@&QZ1%BB)Zm$w@qk@?uT-2)9yDsu%8gK6_bk$lQiyH%Y837~RMY%~mh z6O(IP*OqG-BLwx@a*z(CjBZ~Pn)E^WrI#~~O!qho|$7r}~Zm{&mi=$u1PpLD@5#oH!zqEt~9-Br79M z5yvLGtn8gFA+q<#-m>=yA>-Vi@9%ft_kaD92cOU9x~}*2e!pJN7uEdbt)9bJy$EXx zC>lJdE<8DW_@9iw!!HGGbB*vTTu0oUyj-wo=aQ4Jr4l^LO(nk8Qcu3{i~M@TdVvHK zfC^IZUh(oRw9p?5!rqgVi{GNWK~91<7l5%XfU-jU@s-f+-UMdMc(AnN<%z54>shhX z9cKquer>~wq7V7PS3YekvuDSW{Aq(`;2gCc*70qy#EOJutQ6iL-iIe^(AEqXP_#A&Vd6qw;t+c|Bv%ns;SxLU}OMMnUA_0~ z@h84uUsAu^nzW5-vFD$&TH}>H&x0uZGlR;$|%u$?>3g4O8zNh#jN3nmLY&4 z6J=RI{{|GAh!)lvl^AZZ9~Zx5#BtJ2HfJ=qAzBNZ2`7$()r~;BT z(uQ|YFYdBlBmPF;QU}XSiZM%(r@(Yd{mGfsPPxergaK=Dy``#6Xww8KJE_3P)01!(kY2{If! zAL)_(M<@!GU6qHPd}7jQZ(`pqKHaLzREvjycb(1bYN3rQ;wB&_)zhVUzuyv}p-EzV zSMI&?cQNIWL+N))*J$+lm;xr;p{MWQZTJjpoAa@o?Grhk?hAELrd>x4{E5i4y=mac zjGoUh2o$yRnYC0fh#b@Oz#TTIt@Fvw0j_@OPaXAMiGeoB3|ao`IdA_!mZ;6BeuC|B z?uyqjF4y|mUlcV2ukj@W=cRlhiUjE?CfW}Mssk|YJb{#O5@E-Y)mwfOpZ_>VxxrR! zdFQP@J$~JN9{nj~c`j)CtBUeFfQ{0VqrfQ5%BqaM=(nxt>%d3iby>YmX;*FbjOF-; z!w<0KW6%1PLH8iy?6=zi0r2wt1bblug1DYo69|1nxqxzI8O z-%=yVXA|%M%46Ih3`=nyE3NRrY}|RW?LP-2u8#=1-t>oNZ6PN+sDJ2(&@%YnLRiC7 zmo)lptRtet6uh!Tx}J>QjxAp57P$ENW~osyqOONw_fG}iU2DLzTnk-6jcG@FSfEm} z;35qUPM=RmCYzDxx+WAyiruZ$yb0}fjj?*S&EQUW7^s0rVHrN!ehYP!x^Jp_MYYh} z#Ye(Gdx_JTzprSqCK+t2Y%oR{FVa%}s1Y`0FX<1zcFao1f^457**_dH`#lJI#g9<~ zW=y$P#o8oP&vWqst)WRl@t9pj_21<9NNb4YH$Yb^`mqroa&rIfrDebzhE1NGNq9H~ zbR3llOCCJ%>y~}x_PSfDA-VI3LSVO|%=bYAOCcw8M4Mbd7YKHNss3OLza%_iq3zX>WA8`+%kC~?g3 z+1tt(80fseiTi>m^(zp`CnuP6o1yXj?}7VC=@!?Y@O??H;o3u=QC@7<+jqJaK9PB?^r}CbyM6W-3sT;P80B*E;Vhi#6(nub zc9>w@+dD5L!&K*x8Ji-&$oE_0GYNmzagk<^@C;wp)iLdxD?g~ax^1I7a47B3HLMrK z1S;(sUHc|$;gJ>;0KlgV2^O3Pql5QBLnFrzxvJu(glRkq%1c88h`Z9NqU22s1}o?> zZ}pb?p14sk0SDu4V}FKFH&&g`^`Krr*RM7ws*>bLR@>6(s4zduFApjR=H9+2SQYs( zpTf6nUVVEu{o&)%u`9H4X%CS=SNz1+viwri2cS=>dil6U99cS zv6%r?>RGDJ3Gq|)R5gdfZUs}D{*~e{S&^(2(Jsm19pmDw%xjN&e>IdH=Ta5j>TUee z?2{~ej{l)&{6!HnB)oDnw$wtE_FPf*sYArudhAZpAIgD{AuRgTTz4$=>z3vZ+3|Y= zmu*+84ObQK9DV+!JY16XUU9NKk1(B+l*ye53SSgNw}x-aNet*%tUX~GZWxf&4~Z4M z0R+sZpu=S?S=5`tSORHf3|L;ivu;=HCv1rjBl(ye%fg(iQs^$%h$)x=wQ3 zM~Yvj_uO~*ggdS~jC0{Uc-8XxZGQ0ljL2!&*Col4P7R*Ghdyeqx^&Op@DU9t5CrBF z|Ff7(*BfX!Q9N_H)jQrc?#BCl@)jh|r`j}s!gxjI^flsi&+5$uzl?g*B~IjS$%WYP z@$VCL+u_W&kcgQOY*jFSsSSIXonXQ^z@hcx3!Y!(}nRb%(U51j)Yl=H`y zP3OdwNa+zyLlZhYnZZ>-q|4LzXE7SbE`_YVI#=92f0%IXP3scujPxc0bcVM?pYARaP#6oR1`$j)$=A+ zK0%q&Ln2(GvcFE-#T7Z)T1r?2j|y~5T_Xo;_4<@c@LXiiz9<^D&}Syr zZbAtS%l9Eb@JE;31}Oa<5_O`({XXOGe@H#M273XTJ{Q9QV>V-(Y#lw-cVcj~XoR-1 z#;@Rmuvf-GCP6BMG|^LXzBg~$IBApA8eP@CuC9<#U7<%X=j*`i^1d3z&G zX0tE87De)(pF*{j`@8(-^zqK_32cvVC*3RN96_3v%%3_IEbjd+JuiVo-+Dxt<6p0C zvJ2~oR3s{l6;#kN=Y-_9;m;1JU5r$-1~OENeE6U_l&X*U%jee#D6hR&O*ubH?{Hie zOqAoeW??90 z5gj!ZsBw{X!WS*%oED#R)uAh#y284)v}q@6*xD7h8?m$iy@WtWgql`d6_W-~w?Wh2 zxPG+y-mq8@rgdN{y7e;i zr)}{y0*Ct_O@mBy8swbq5>eClgFtA9J)~n?DTy2+sIKzYclb7NZE5LErR19nn=$bi zHa=(iXrF{x(y?o@q>t95mmpD?`l#(+GP`r{@t)gHSS_O;GuU%s!pq-3f$X)41Sl<% zs?Gr?+0_Wp`GCq-H4WzMCiUYj&-?CA1+e03QOmp3*R2~y?w~5!y~d06TXEJoGkSe+ z*f(dZ!IX91$c~e(E8kYXz%%xh4`4=|%OsZQSLW=WYi2azR&GBK7~f}nrFW1P0b2K| zT6-;t;7U6NYLIe6kawHDLr1e+M+mBdWRF0+(8T@T{MCNlx@;m1dw<2Hw$(M?M%cg& zupq$*)?4brx67doYN>nwC1_CjMgS&MK>SyOLs)eff*UdTHj~Z+IEOYZD5n;lGP6Ml zR`?qygRJ*m0oMzt+`m6u8VV(j7LmSP20yJeFy0ZD)3mZbP0%P7QJz4LXsYH{O&O5l zqnfAK&<|nO(QtK_Vx<41^TfN#XB!eCku1F?c&`XhJR%^Vz%TjQ_{cUV?j1*a(ibpLs^O7(7 z;vQHaps;If%bQ^eD?aJZSieK_@NT9&idK@vQo`!I8M8NG9!r zpClW+i@Vkdp>obB8L&$ZBH2^+1ywoAvO%uz3Oc)WXhz6hKDF*1-FsD$yo1_>B52R6 zCSVxXE>0CwL!nXiaEIc96a=LeAQ667Ke7#fIM;Ul!bYoQp*8ewLo3InK0HtL7C+Mi z;il6L{O;H|kxmD6oO1E=wI47{H3Czv4C0kH9uKPMvr&Boc?s|_XH)L0m~q%hZg-5J zx$%>*-lAzI7=X10t@$s~VdkWobrb6)WLDlRw2)3B)SM{3Te!(AWqXg+Jvae;IU)Q%Ol!>}_G?ed6r)lD3 zL+~|g)(HwCGaFb@yiofswW+|Up=4`&79+>@Wz-;8d-?n6qRJ(IMvNy6Lo3`}S!His z_2E;d4S*A!mdJi&y}ixqBE7b%y*)R&*$a2f#vB{>JiyL^?g;A#_ouNYq@h}#ecUwOH zx=Dm8SWV9)-}`BgPgSQn=foP!0t_nqq-5WmdxD;ei%VDHT_?e|WW5$ zhwsCiNC-bF_P>S3fy5YLO^^l!0zKvY!Xj-$%;~+ePKC=QFemx)SyP!qMLI%=i}WR? z^spd!`MH$YQ<+BGQ~DkV;VJ{ei~~k+G@_-(@q8?ROvegzJI`*IAM367IP+hZp=Y&j z`L}J(`dObsL0rKH($u{=cuufSr4`pH@aR$SdoN4ynw%PhB8DR7d@kNFKtWzjR!9q#Z84FFWrNArlrnUl~gElY0 zp;vg62Wc}hUp^HWBu1X!sd-iQ*VvDPH^6g>@fN^}Hs#r?xlpG&S+&&lVYk2kdCq&Q z#!Xrt&E_t5MFLSX+?z`LosHCnOB5S!*1f^hMLl(^Rn$=`esM^!Gq=~Vo)r5 zt`1w&IJ9#O==F23;Jvz6SHf!A;bugnQEA}d3a8Xi$=?O2wxs4lJymt#LS5dZavMM( z_xKLvEPfS2h5g}U+=vg1==Eiam7`1VDK7;5+|wo^j>WQp`nGa8Yw8ntn|b7 zsX^}()ss^-+5)N{1zrW%JN1l`3f_Wp zqt`rETbV(eR%}2sPodp-(0j@?Qw+~6TV8#)R&wpE^+YO#AE3&;+V5lD5HxkD0SqhY zE2?m3p=kZ@hnG|4_%mAKC^D?rjS=n^7l=W9VYbMw_zhM$UZ2HTMsaK+Z=gZY_*6Rim@3P#fwdD;wWT*!2^IM zN~_qXWla`@x+qPpEFS!r3W$;v%Tgr+ny8CKUP`$1kGE}iunM(j-r3~DPv*j6mdr2| z3*RCJXcz}{@L(Y0Of|04-o9Am(eRC0GoeTQ*u|+B#6>%d<^6aP)mR?dJ$y^Dgmt?I zo2Lr}9{}59VnD=wrD6$sTR&B51d&_6x!1N~)bqv|`2>BD%K_VWV>+?7kS)Q7`bVg3 z+yDUIyDC5Fb1G&&W&#Hhd1s0^&@F)dk z*=^u2i7^eNO%fp9N{LgGL|Qgx=o6At?2*N#_`B79`rs>^^rO_W+l}jB25Kg`9}AwA zbCWa&C{$u?sDl5_c}KbmP_gC4YVE=Yz>L0_P~X>xH`*UdW!M&%GW>&C5dx|b*|B=O zLV$wH*O`{!|fTQrw)}TNA(Tz(sIPJRdWlpipcNf@8Wq>1`)?7DQ>*Z z-7wijby3B0IdMrKVQ3A=QY5S1pC3d-v*td%`N%pu&6 z=H1^CmhyN5`@6q_!sBEBi5z;M4*{Nb zuZ|p3sS}+n+>2=@UPyusM#0%MMah`}M_A|fLQAC0zXLJ`$Q<^qV`0J=pngQu_CA)w_UhFNmIe;f^5tO(X9f?#z_%K2i#Q5N80=tB*M8aOy2FJ^;@ydrV1_EccDpj68|P7gK3&Y2+*8aUwDj29vy%dZh|U@f${ zZars&pMku|fT33dgR#NS2v7>W%M89EiWes=L^J|DDO~F2U(>GC;rl#*_pW@jkz|%P z9pH|N(?@_o1$4m>0%hr96Nbj&60IMa_zc6o*?@=_bca@~;o^!K6WASwXiFWP9Sy`Q z?vCW|O)=jo#`{-CY{hXUv|1T0JM z@#>jvJ`J?pS*OXJ%=%TrLQK4jea?ExK~(BOR&jgNJ%GInoTgmAjMSyQ7pZ2Y#Mu0# z2Zirs5GV~H4NnAAx$phTB$`g~V5uM*C4`rDu!~j}R0WH_OClQ66yA{kC$I)DA_J4p zSl6Y@DXFHvwJ+a>dPx8C`bkX)$*|MU4{22#E8AdEUBa#)0}@4mX0j$du|3gh_k-md z9Tm#pm+bJTy?`0nPOEKbF30C1+;S}{Nu!p*P{}8;i~jxocG$waOM)0V_~QBv_LlJ@ z(^<3g0W4f0V+;i&1>y*3LPm5GpHQC>2-;~Xj{auEEWO`M4tsTQaHCa)&(42mZc?i>k?&?{zoQsosd2mnFuu(>j{9#;)JjC$S!TAfyL4dtfxienC zvj1E73j69IM$W9N`t+2I(`M%j-a_Lj%xqHoWzpxKWm}fkkDB-;OFUIS#jJ{)A>XUI z{NZVl&Pvx)&QE|`{WERaPjpoE6FWz`1zgFPzH1)eMX*MCe?8Nts69EI|0Xisz)B2L z3oc5Rf3nMtxd+mP@gV@+qHOeR*K2R5D^l=^y6GbvTI(~5vR|qK4Y;RhK&$Wc@a3AP zkYs;43C-khB9>GH!FYQ;QJZrZYGWwx8vmVV->s=x=UfsEzl72%?~33~T@}(u;==)gu|$ni9usNbjUq zDMNc8R}fv(cc;rY){GR)NOu~@uPC~p6Sk}_*&&+I1@$LYHr$hI2uoLLTN&dn@4t$@~-Z1rtcR5xY z#%iFTco@_LI)0FWmmV|F3HC`rRAu}s50eTd!Lc;oGi2}y>*s>9eT|3Aj!p<^WlMlH8}m*u(S1*V;R05=rKZh=Tthll zd?M)*jy7QsCXUaV3gf4rsMwD=7wL_QC8rmbv)hkGzgRcX zDaeDq#{qW2nry?2;~pyc2AtMa=090QMRj)IZsjjGL_@mN-wneZiC%ZRujQ!DDipz9 zzRTWAD0>vd8qH9IcujZR7n;@f3rC#oX4}K-kaGQFO zB%*Is?dvkHNl`cDp<~uoq(ryL3I1Ppr6Z-0L9x(%Y7dmyk-3Ay<}c&^(vFW+2rv+L ziiDY3cAYjU4eDfLYceNrG*nf(9$-P`@yS1dx2u3GdFREBD|wcz)g~0=p%HuC;!(c@ z2gs7NDHVkrwjxSkkuf-x=N5I=y@wpp6VAqO+ING#=|^N(Z@e7<>MI;XIL$w_WMom;y0TjI|BFoy)$X$&ioQ)t&5NLEj z)R&NglIYAKykgzLWJ*ukkI9;xoNGUJT$awm-DsH71H8G~{SOM@>igz&6rv^cJlXaQ z(;o=}3b^X2Fi_cH8H>!$3&{)hZ+`u=vqd?=-+;O!@-z(}YhBy%R#&SNS<%e4Tw|{1 zDH`unIW$*O;d(D>+a;BQ12QTNnV_vjM&H70`+!~@9Usryy7#e#mI7z?*Ht6G)gkf< z6cCsn&U-J{M%W;}cmL|_Ug#_2CPDy(Uf!8wK|xui@DKi-)ajyLk+gmG_!sd1LfUG| zxSDLkZe%g5;A18WR`=?P2B6vcTlu3P%zf0rERF#5$3rC5_gg+CdwoyP?a;nO96J!B z!|J|c%~D1$X~zjLHqMIcfcFtzT5h8*z!c*}c}IWz^cZRdADfle=cl7LVmK1ap6ozl zPxI_~FBlKInUnn6tNK9E%@7=K)tKfRSnFSCk~4K;=;}@>^0GvpVe!q-1)Vv7&_HQg zxvHP-`(c$Y$Aa|eVoc${k}h1Hc`0NoyLari4ADoev5P#IbbI^v;JkA{yo`r(!V?#_ z{`%Q`{v?W%J@iy<-Q1X^IfrZZd4%hZRpO^ToL~{Eo!*?iIuSi)KmJz<0B96d7D_Zk zic;~`@>mONZ18{#V)`Vf-%CRI8;;EHU5@R9Q`*x<@e zFR~#wHyt@YOC`>Ju+=OWj8*R~ipyzqX*B4ort--YeakiYbhM&)x^?1PTl;%u$>%F- zlf|9$hQcDG{k(`9JRbJ8K;e&Mss&4r^AZ7JQ#j@ZXu2%>gjwGpEM2}xWv&~8=A`Q{ zs>W1_Uzra7Y`^oc+!bKD`domMN^4oTTB8epU@vqxDOMUv#edU^Bk#G~Inp{KhT4OF z4f!$b1&v?rE3q?ek1@QUX_#zXFC63ifRmDmipn3B(Jp1m>jew$?Sp^`@Fx&gn;C+O zQb+%pZnrau=Kcs)(I76`tnX@;0m7GW>JYLOQVX ziMg6T5XBno^+{Gsd=Ikw)MIA(?);9>6HJ{Hz4B8JK?Al2LnLnmJ5I7@3`<}C-kIQN z{7K*jC|8z>Xr!<153Al18_Q`Li3DaTu~AoEC8S$YA6$D4C=+s}a6Uho7A&}amODAxwzzR5XZU$VmfLLh{(A7XD2U*%1r&}D z+32eJiLTG#-$`R7!u@X6=He=4bkoQP^5T3bBup?h$!_|{=Zc>qn70#hg6?Pc((!Ye zMdJLrMOqyhnR|UJBAs_D3w{*4Koelt&2_covc8aBIycMz`=AE1y3FMqdpw_TWIVoa zx5=j20q7+~Jp^KtwfLNcsjRZJJmbwG>X=@I?Xxz$>u+@S1^mo*^xm&R6tePOUv&{tIUKUAszg-x2?M$Q^Q z92Nt`f?q)eA`|4vtRaze%pSvWNk3|EorJX5=!j#+W5}sb<=e?cY{59 zWd12vpWSLZp(rF~vf!DALvhG^HR7KxXHAhh!u9U|=Uy1@#PgrR|g z$HYT&ApTd_1PrzE1Ij1L}HwkM+Xq7u%X2lm9?s zNp8azY>!Po%{%mwfKo~f9!%AZZaxj3S9#o+wQY^@EWucNkaJ*S2ktboHu8~+Dt;xOJ$Khoxvv~kYMKd2eWO* z;xg-UML)lMLLl&R^fUpOnX+TwJ7@OR1B}CKK9VutvGF8|`LVYX?XrmtiqGtL2+zk> zrLM~EM8$jaHKfxCBD+(pmiZbS`sJl~1#jP!x2)~pcJ~lij`iZ4H7GU^!qWCglzhnw zxL^R3VS6`Tseed%{{6xPn!x6a^v6#@7ScK!Kt?Z*~ZsGJZtdkze-rf3H+3krp5bzKE{y|d<;*X@7&4E&Ro0Q{i#f0sz!AF!0DPRx4v==&#zF7E!o&y zkdVVbPZ;_i{r!JYLxfaR&R$mL&jWqoz11mj z!kr6MpHPC%XSKI3M{CujOqMM?P=EQ(fZ(-i*Ldvf{$8J2vAP~zt=*Q6UyN78U?f%! z`(~-KQac6#BDj^%fd)hF*^F{CSkM=Kz56IPu!(@_y{sx*3qZ}MA1ZgQ2JW5!jvxz zMEW8#oyd(W&_KE7^xY z*}SK{qB2whYc!wy-$AcU$xu~fO1|rflt-h>tVwrV&V6y9+)86GN&~wISf1J?pRG(A z{CTQYJ5Vb@FwYH`|66ch!(Zw?!7DxqM6wv98c2Q@@St$XOnBh6%PIvXW`Fwl8}>#R z6!JYgcohNVMes9%VP3au3`h&CDice_#JSi2!lxJHL32k^NXG6fw4DgGy}s;(BT9W1 zck4gIv$VWGEmGE5;!^a&@)ZX>$&}s3kES1gL{nXP@69AZs=$w<=RSxHsLI3x zap6Mf02w zq;HP;FL6WwA>q1K_1%`sY_~fYsH~j4%A%E&lFH2 zgZ$6FY`eq_JbJlDXb9l1Vg-=_dwUw-rPg;}uf^8bnF+5k42E`kDd)$&YzSlFiqa{3 zWUZ&&-a%$MMB5~E9CGja(dX@IgDhy!Hr_ zEObUuu?M(C>I7De(f8OutxOGqSN2Bz5(y?=eAzU1pJVI`E3)m1|3W>pEW=jFYf0vD z!j3FZwJEMpwRh2N$emPuxF7~Fx>}CU#U5vue*5SjTo63Z8IAu6M3Fcs8^moQ5!*JY z96pA#9mj`UUtGv`WvIcCr^6u=Zil=S#8^cmn_-c>v0koeY zBBX-_TSh5eDUYd+fQ%n!$J&;VADt8Q(utV4JNg4z_UnbNp2lAMv$E z$fcx1+RJMo3IN{%h4&qm@qM2-vXy@tOwG_*9853a037B+00gLh-Xg@Tr(RJoAir*B zI^+2?k4RXL;9a;)B*Q6Xxn}Q@b&~=Cm#*67=3Ye!A*z+K?QGQ!2>0?UUQBlDe;6W&P&i<1a79X)ltA)%z6=jhn~W)|vvH01M?# zHxS4$JLG|}ec$ql=*0CvzeEQ55oca0KLga{TOT4=kc>^q%Lz#`_>}+j^KmgAY8^ik zN#ZKO^Uru<^@WRZn%$wVl+~cnG9)A~Rv1cArd!Eg(VO^p52!uyfav`fCK^@C0&Q#bdk z0+Y-UFac1Pg1%{l*j62^OKaKNDECmksDiy@1SpsyQ7sbL1Y zS`W-q<4Vu2^rU$)^Ke-L)dV3C(3YK5tHPqpP*j)=WF@Ek*;IAVu=-WYW;s9QVse6# zjU6f1pM48?B?ZL4S(+R)itqT60gH)S(6I3MdNg2}lHeWDR2ES+OJxiUC;0Hwwf|=H zry?XPbs=6S{Tlrtqd5l=#n^M|t~ZhPwTvAH-wdxypg)6*Rn<%Z3nhcOTQIk&|GB&M}KSJk0h4iR9 za>n=_tryfx#hk-D&#&FLkKK5}o06Zh^U7jocXXMf13av4N zThRM!9m+pFi^k!20nx{-5L^D!k<@B-aDVJnkj<#W{pXzVpg2GcLVdrlosFYhMOi^x zT#kH1jc|~&kgT@juyJNg3`AipH(?je^Z8@kh$bRW6QnDx|74|IG)z3gVh7g~O)&t% zq+cxmCkjBSamfl#K45_#;r2r7Bm~pc&_u#h%}XJU#U=5Ss%zlud#|Xd3^kWLVl~ zDYk?GOYyY;>W>c1G8KjF*g$gBwtnI>1m^qW^$h$Sn^YxbzS~!(khI(ORe$7Zqm$#0 zpZoKSg*aI;8aEl|KI7Npb3pS>i`|XoBd*w=P00)U4dUFnq-2=lxLJfG3 zX%ZFxrMF;6{X&eb$u4>{LbniwSAqZ*m9$@eHLT?P6oByaYsp^=pA zyR-Vh7v09{@!AT4@$EytLmgh#-A&7)!Ni~;+W9-mD&=|d-p zwi#E{^}>I1&bMkDTXA&cm>9OnrJqWq3~pxdc(K=?-Q)ouHVH970mZVJ?_`pFS9J&t%P&`$kqpZ5=h$&8~SHd(U7vu~Z1U!4dXLLYJ zB&x}UdTfX0^6xF*f+gv@Qa%WCpo6c&-onAiDj5bJC{t_YmY0lkP*M$v9|jC{lxiyT z4>_6J+RnT&-|bDlYfMU|`LJ+|5|~}LHLw`1Gp3|$m*ocw4?Zhk^;o0`F-4HBmIAO? z@Z7*e2)2_FvP6$o>~KM zs=V#LtA88SC64MUSedIU?ximQhb0leo@aQQ1 zpaHb>tVNkJTkkL%rEN>x%2x`&i4U;`-9}w>x=TF#-Z5p+;CB@3?QhSQ6Jv8~OPzGY z=e)`U>nxp9;eRW>;`j9aOU7rRPs{_?+Rh%rzulZa|Jm!pR4`_eCz+-UDU>MvllJf8 zzsNtq;-12_k4;cip2IK}DF+#~lmK)nLj9h=txXkz^pn(a_PytFJ8`j)x23uC?E{*@ zn-!AsRx*l7`aib_hj2K7e-*~Wi@tPt;7$LVo!W$cj9_6fl($fz+zn+Ls@bGwC45W) zQ+^J1a=K&PH~zb2M)r}ljLR*t=B+enzDe{`%jYWMM;tI;!|8cp{zGaC zaF1}&x(IyIVC&hmX>W6WyG^o#2=*ZaJ0{S^ zj*RNgO_9(=kx9%OJ|jBl99pbg^I2U++*b%}W$sr~V|@C2CRK>p zaYPI01cv-qg2?{F{R1hKG03~o6VrM2UxyKgvLD#I=!<{vJbJR8<%t+IaI zG9KSUWV|H{2edb%cb;ylL5rD^*E&ACyP&(boNnqyz&3)4l++#9+zfs6hB6bmG^oGq zxT7JQHk{r9ANl7}B&QjGT3G}@t^1irII!zB>mZS6JPp|IXTm3}np@6{9U6v(*EE}s zr3Vf#*zhm3-E(i{vUAT)5=_v5C#w)j(mS&7jhqjMg-qiT!V8@CkKcY^2NxKJsI9-- z4Yd+mA<{hS`Qr^>+9BR z^qf`yDA}P?MgKtJV)CuWTaq!`y*{W1!&?Wm^^c9|Fq+SJGX@cFJXVN9Lj0C(N$#W* zU2cr6dR#_qPIFlrwhH@vdbNxD%JDDzh~R@)?JitQR$i7J zq(0AUsO#U;VZHs#mv_{q_yxg;nl*}vi6_d^ypzmS7^uD8rmw1cLBJ@b?zMprnM|K= z)srL5_xZJT&IAt*Ty1c&!kAtcTw^ZFBk#0beYcT5m>w6G(+7+f=cWOao<~Rg0xOIruQvZ zB|Q7H_!pRvGed@#I=5Ih&*>x7(ikuorx(}2Y1*fIP6@8bzw5?*0GMaues#R`ouWZC zedco9ol#NB-ut{?wj4o_YqbTVblzYx1}^0niWEI_F?DIOmH57&mVM9W{9Gm1af+uM zaS=AWOP|$l4xo=@@d0-z=z@zM7c=c&tG?l5Th9U=A3Sh2QlP0C{7I8y;gUg!1%)S`=6+CP)3n)j{vzE%8Dc8SR&=7gpy?eoNS)sZ%N{+G~ne zA&2Z=|4BBcN?#f2x@#QtSbWLfa1Xq`(~tf-zD1?}0Dz^r$*Zr%JM#xpz8!m~OpQyp zPOPp&%pPS^-*N92Ll8RIIh{0Q-Huh!H{%1D;xD_WS@Y=xUY1yoMHl9aW3PAGKlE49 zAOgl^4=t*d|Kbw*5zt3Ff3U~cJ1zZJ3X<6rvRuV5ALl8`EMsy!|1!>!zA3J9lLybW z%9l?!%+SkivtMsdnT0)rZi}R-h`+>O`xK``!eY?+lDYo&m2!rcx9>UoZl@+?(nZ2< zhp@$IFJ@Jh248j~|5_eeNWt=Hl1oUh#C*f*u;LPYbNI0Ss%79q$8YqaQ-2L*Tod0L?>jFM^Uk!+b59#=G%&VdLyuzi zb~kYAr~l?^>(tU9j-+hzm!!JSNuNI_Nl|%hq}T)`siytqOd%(4Rr`8)*s+WL^5TT~ zbCSLq-_^EtnlA7;*f=$E;B7-n+ZD)ilf?c~;bauVRd{=)Bvn<#S87rTyYFy1UdGba z^|$QBH_ac^kcCk9ddNPLW*V4OCH?yx&3BAtjri8)=h?M&Lpc*2DqNbMtDdBFU+$$$ zrR(*_)6`YsOnAOXOW;ca(#J1}VU!Br@)hsX#t*w2>&1S}UhQaE|H1i~DN-={7)K5# zdUj1OaCmp#k32AZ=Rxhxy_WzCR7(LcyZruaW4-@FTFK!zZPS!0SrwUqhsz%mMvfs^ zS8AbEyPrrpX4-+>;2hfQks;;%^t|cU&W?qq&(&Z}btueNQSeP|yw7X;MN?7S*D9<* zvE%(RS%k*k)Ah8Q%`x*A$%4#ZE6gEgnY3vNNoM+@BIPk(GbF^WgZ3X>eIUSoT=}bJgvjnY38r8Ih=Ilbub!m;>mEm^oE1?7V)x^8Uq&RzI`GH^>$ly{gR)Jus??Wk%I*! zdGXs=(7pM!FpXQ|>C_TLk3NvimealuKS;yMEgyg9463rFf{4yHg^YW1r6^GZIJZz{ z6BVL)PC$EI_@hZ;wJOvMVFO-!DNZ4?@9clUeg7m-;h7O-j&Z- zho0j@Q34Wu*R+l0*kg-x_JNIU(YI<-Iu#qQ#+#ldu%=??1q4VGUir7CO_h`efG3UJ zzb98z3LU>+*WgZhjU8kRgR$%J&C+Ki(2+a}pKPbF@sG20Y8p4NF0i)_Top(D$*iK& zsP~;R-H(A$sMyLc>OnsT`cf{|lX(1>VD%KK?3i0%y&`rpSSg|4=4%;yG^gvmXf6@; zXZwQjS3^@fKjQrq?ttO- z(vxPLBas$APRg-^*EwSKpFJplH_7ynMqxBCOlflU`nWG+t+*?-h4wO8Drbbi&V1Buw>q(Da*5l~*;kjD>nZ417;4<-gadC3{VysF~g# zXoDg{Fl@)5xV_`JB6|#`ht9I4sl*qkDaHh3{kv3*p#t2D*Y?}c@jA~YARvuRVIKEW zW_zzm`0c0cJ2z@vupgeVIZD8)@Q5tTRFKlP;Pf-s#0#3W9lR*G=N8e5EJAZT+j*r= z7Ayr0j~YN#9m?EBPkdsmy_=h!rmLDJ?RFe>`-Cgq!d5W5_)_cJbnd}{_&ILzw@HMo z5uzH!bNaZUoG#gbT{!{7c=TcT4Q23wuAPch?FLD~dALLtc~6dg_(l}eM3dRI9m3aA zrM3CIpUBHH0x_ z-+%Yn?KyRXb9(v7Q+5^Pj4Kp87vj3&^o*Y~yeo0@t_~xK3flqb zv+D)|Q#XW+fdpeQovk{TzPgRbLBH7aw5mnEogH^L27~*^G(*GgDJZq;wffsPRgdIq zfqEL7KRbu4YX;XA*9W_2JQ0cIgX^n|q7djXyw4K!Y9v|$4{hd zx|uEzZ1?Pn;()mf03=}Q%5YxXWIP^3Hip%mJddntEA*GgpGxwrm%nCSwYtS_HO%>i zWF-zAsR4BUYD#{7hTv^5w?3fvDNF_?dnows(a^ZdM%VmOO{%pK@k?a9yFt>Z)W-Z0||gWC1VKvycOk$%)1tV6FurG z>@GRVov%4PsB0HvrAZ0Gx^G4BxJu4x9h>8q{R5#7VfbhI-67zKh1|;}#g`UI8`0d$ z-&iy6mZBJ-Q6>UawbGKGJ*wPl6kw_N$$tSvmsBP41qLE&sbZoDx?V~Druj|rvfb$J zN#)REm)81~=~tc)V`g-aTWqOGE3uWmZb;O(Ijku`V5pL3s8Up$seh%6~ z&2@nP#jSNj^Db>+bP^t;IW`)T0jDDG>`oSK*PLx3gkF`qLAWuh-bOIlX-4Xv9_O(R zw>^n#E1WqV!FGnfRFd_JGj0Be{k>-wLpq$PX5QS>25$Q-N#GL=+e=4++I~Trm_(b( zy({#LhEuB zeY`Lket&&&nI{fD^ zK}DXG`8b|$90}u^KHRDB_gy|A5FQGgW8S_Rlhx5lVwhh(<9_kU2-@onE_0aA9KPa| z26|ECFWMoQ%$XJi23s3u`Td0Z;4mE7MqR-LR=fZ%4q`+1e1RSc9i-{|mF+y)z!Q%< zkM{qXkmuz=M&P*19x;CuFE49>sx^1Ec0{Qg2UNQ?)plp9_gfP`jNR6@>qW754p&2P zK&LU!3=EtM+MT~%xsXiv5-cCT*woTdIKl%=ft;@QT&irg+I2~_%gb=oYeqHgrR<7a z@BMKA>LokI=EN+X5$dUd);~#5&;%4wl*Z4Htwd1J9C?T2Q*! z6h#C*`{!nLU2+(I8F@p3Q`$~3s8*(lTsrFVU_&^Gr}1tz_|B@VNeB7Pg65onUUj!C zizy{zKisO=Q{(e$EJy$bzW9yf)dVw6O|5E75*^(q`A`zAT2<8$iET+=0)UnnIOSBliL zZISXJVh7IZ{u&0wRW2ixr&xB-Z{@B-*JmCQF@>(^&LR;CBX zIn>S*@Vo-Yf)dN)L^9%*KQSWVQ!2B1A5`)HP%7$J6jKGxdZJU{3vGnD21HVoJVcR8 zULb@s+z24o2_YKy?w|Tw=#F^Gf23f5{N^{*zbkPK*&fVDZnC(q(>55SE7lTwGmMqj zwtut@%R4+z9X9$S)8?PCR3=G5o;~*zN-h{1Y{Uag-*Wx@2w)6UEOPJPl$94qoPT(P z&&ms+>s)lG`$qO5OVHfYO5NpxdobJK`S(VTAPB3&|o}i9<_m2dSWg64(A=1UlOiV1MaBqUznXlTfAdZ3fQEPI2z239H zo-6yE!qDyh3e6U?2q;PPML_d0S4}sG?0RlxB<`nL@^c}IyFfHcxg7g=h)OEpA19WY zro!D~yw^tZ4>m9Z|9Ra~H0{w{zDZlFuv3V}l(e7)WrD>Ye;3yEONYGp3#FfL@5#Wx z6SSS8Fe|JmL)yX`l%=nP{`OOxV!yf#SQU#LBHZOr*UnC__~mn`xHaGFdy4#2A%01N zltuUlHX)4XOLp}hGwaA-ggi%tx<*zCD>8Qdx}80e3KP}CLTCL`T6I4-VQ*Ham!EvG z-N=nFuJMXlEvsgPPQcUI3A&=@4y=BOS~3rcX+p`bZsw3MP=Qj; z^Kb)cLI+-#ybJygOl#}cYaBZkre>=Q8xj!5v2$N7gq%9jcK(?AdZ)C|>)~fFdb9%$ z1hrUfoIT#!xQh80P2&f7%Jo1et1$TB&4==3+!&L;^VXOwRj5pBU^R!_Mc)Q z@l2y|z&I59BTG8z{8MU%$l&YaN*M_T&gycOnGgTFxIXZ(74XVN&c%F%R&|acA_9%wo==dQp00TYKx@Vd&Z(64W{dY}N@mP!gm;Y`l)iWk~$Vl25yxEL=w5wO#FChx7Mu*`8 zg&)q9k&W)*4}%Y=szK=fg(df&jQj|CPRFDl@ z(Zl^#k^94cqYrkfkJl{WHPR@}9JcDiGfwu3^ZbLCq?Qgx`YP+;M=ppUn#p#LMQG(1 z>Z7weD*t|VFe=VeWfnn6Cb1whScIcqcdWTY2&CfyrmEvL78;V- zX)0(w=0q;$cI=gb&^^I0&p;~due^1X1&p*0Q@7&A7Kwn>bToJUuWd41X9;-eJi6N-V2@veM|Y zshgM|=Iw|L3bqD!2=3l}&~8&6 zr+M2}QZb3HelB2`j^DDI+4y8Az~b}5jNw`2u@N>Sy=qBj{x zV{aCgeol&hWy9bQkd&0^hWM_y*21c(srxsB>ogrIf&2d}Uc?2ZY6cWQ_DCNhP2Y!VxRNeb$)-L!u< z#cmrgR@tddFC!Fhw(w7dFhLY|LEI3Y4`N+Z3V}zX|2UCS;9(4beFj=`#h0=<=N7b! zA3!Y)zYQiwA<2~R?&I!HKXN^Lr4--CY=$~%&~_dhhaKpLRyWL^bh+hwdd{YzzxFXK zF>gw)f>tZo(hf5pspZoNzh(V49H1^wHDxARe`B&ly`(f*E&oD$)8SHyHH+^?uSP(+ zZFJyfHe>z082i@e>ookl$)Hm*Ap6oPcaA*f6z@()Px|tx+UzuZzKy$W`rm!2`D>yQ1nW(;DZd$MXEPsLVI{@7|go;xAqx zrAJufkyP12$2Z7E$nKz^%$?qhR~tSGU0AtL+?o6VHx1!`P`t<}@|%)7@=cgs63|mJ z3AEm62tskYvIXRW9wsafw_fqT`8$d`HEDahtw1T{;g9&xS=UHSCT_651fF-KrL=Sq zxh_Lsk@pK6R0XN@B`!{>*DLez2dp^myf7|^Mp~q1$NvE?wJyC{{UJw8{A_aL`9!+5 z-k|sC9$v0)!=39WHO=NFd==R~XG+D=e$A7otpYt>q_XLdS3hl_WAB6+oc) zTf51fIL(hQ)r{Zf1BIXE$rr9R?DzEmT66sZBK-(3xrb#9;M+6ZyF@kzN}}J~1&uOH z3dE~V{WqYCLg%%=Gjzj6RVj>UVwRy1`adk3VHID|fA=A)Hv5HZEsQ$`GZmZgNa_ek zH(U%`Va&Ww8OHja=4NzAjheF3KO2gH)o2328ff@`1|PtM0oen)hcL9);1^l`6s`ot zwOzcfZx@5Qyg%xfPCD{AYTAxsYiEntj2?Enf@nJL9b^fwPa&b|K+b(LLNfLd@9^z{&)Rv;z5&*REcnYUVf{z6hZf&*6Q7y&^TGB?>D3+SVne#38KFW!l>`3=FmpWTw& z;RPlpz0)~Xccg06rhGS%7mCgWbKJO4WPF1XCe#t2spT|$ z*fO{_0pqFRnB`&vee|@b1{p{5xg+$IH~DQQnd^HdsuA%}Wt#a1XGe_}?)2U>i?7GO zQbG(J)8(moFnj;=d2#p&9W_g=anDeB`_9zQS$~0j`=Wn54y)uwVFXvrt7LDB7wM3L z-$%(q)Tm?gzW!4IyG&HqHYrnsW`Dg9Z>80G`VOUq|GqQTU(QDQwFBRffPNVFG@_%#93Dl z`dkDM+kPeywH$ByJN|a4sdUyyarW)RQp~wkj`!DNrN<=MrjK4w#X!lvRW$qRPks4W z81a7Gjx8s~B-vYDYh%?Iy_8jsP}faOe)wI-e=BES7eYfPBPelszf=wX?}jwl!ECg_ zIYOH`N(n?`(|gPsKAH8aQ2o)980+mgsoj-)^>UA4_s0zVn6W%<$|kfI5j5AKqwXQI z@1F=Z30LikRFK@3cP|=@`=7t3q2XT0bfb~x;x;HnYemc;pI0WocC%! zo_Uw6GJ|+dvI9YpkY)@-pjMPQQxny?6>4AKV*pOu9kDmHmSCWLU_~Iq`%Kv5{C*preMF~_VdgUT3j=|=Oe?Ur_()`%>EZO(uND~?KY+SRlZiH;m7^L zumk}?t$-Bu@T|3aby2O?m^6)|8LpUhdSdwsSsYZ`YmnwN0QH3(bMw<*>M?; zM2)%Djx;|L7GBaSA65jaV%LpYnEEb9?a=_PLDYt1NzIH8_ri2*RwC5`SDW8wCxN}K zJ1eyITQb{?m$ZBTZFT=cBUazaATTLoM`%laTwZVRqER<4$GYElfW)wCw%!c!^L|7k zukE%1b$8hN{`?~oKklVTAm7&@xQ64)#*d0CF+)(q+c$`zu(-z~Dm#|XlSNii&|GN< z1nHhS^TPJJ_=rvjG!Mm7t_7=!!BP&3FfWsp-HGxAVN3jIF1BuCTr*T|P4VbG{8b9WFSh>^M8w*?fMjW=)LeP9h?Ie7erm zQV{HN-R-m4AjZ?R$`orOoF9Q|UKrhb4cIH4Hl{n_qd~0Bi#~Z2 zZ7!G}n~Xr+u80vd6Sb<6+=yw6#w@nhldHxol7~4{Ydqw05v}5>7^pJu&f(B5iEv4O zEPp=GbT8p8_00~LlM0@aVySvpoFR9kwWz$Vb$PN@IbsJP7)=ZZ*I(1WW_ZE3^=5t_ zlrKuWlfY!B=Fa=T#BFG#HnZ%n1GwzVtcV6ep=2Ti;@E_(he##AgS+nYaA}pp)C)4`VR~ z+JvXEGZpa`);xO)B-G_1zk!kRwxW|6VybycP?snWjx`aU_i|k09Q9ZUF|I)iEZ{W3d)$MzR0}#&mdseIKSxYjGa&K4h=R4kx zScff>oy<+{J{|kca)NOBd0cxXOxgMU@Dg$>Fd?AO$-#&VCisBEwXnOOTGhrN|HBS; zOqK8hTOYQ$Ag$GS++66p`=UNWf+f=hF3ADwX%w3v#%IUO>WUWY63Rdp_QaF@V~Gu{ zXgYVSaasEw^ueuf($nH@ore@!qRS_70HSOVZ)xURl`r9|HhCb=jJ>OKJ=E;a?>N0i*wZtg4#)K%5sgUkm`F8r3ddsCJn%xa+o+IL= z%96D5{WHvcR$d-ka#W5hD4)--o1IR&44TjPp9~Zkt7EZ#9K}nxf&uhPLg2F%-1!>= zU{G95N2jLB#Ji%(*^XXHtXw#W$x5x6dT0;Dpd_hSYmcFV!VDG&UEh!#>y?}6(DW*I z(9Ib43S@7a93q3qlwbJ5lg|k5ZAbosfjQUZGo#_PnJ}fbwn0%+DM=;_m$6b+<@pC0 z!E{@!tFGhfI8EnniL;V?Xn2Uw=&r+zD9w{Bulj^k=R4oYB|kLPms4sK-Z}i)vqOO#gj#%` z?Gki6>y*B%T6lAp;>MPcRYl*s9AZX|<@bDk)|?#^?lL1Zm%Cn#W!8s$3e=b7)(`1< z^+=Ec9ymqvZWe~VOj4jjHk8h_-ubM>RS2Xlfg@IK|Ij=qKo{!*z$Q3LYtz8H|je)TGp;%#&}v{5LM0#UZyEo_lNN)J|gvuz>eO3l>1WySVpn z!M%vP={H!_rv%|7V6J0q<9KngrOj$h#P<;ZI)7d;@Ybh|q8g#NUo#)pepw)18K+aCPsYFW^hdf4*#H|Yx5OiLr%)(@HAkPaJ@ z_QD85{^mh30K6R%0F>`)c29uj5vgHdr%biMg#Es0;}$|p6ZHhCpzZGDw{M*E^KW&E zd7Ovp*NTZzbrXAif&IAUpWe8&lS6T=M$v2>JA=N~YyH%3_m7NEkA?BEYOv8zgS9-O zEaI)hMFxG_$}Mf~)g!x-L^CfWRd9V%pORB%`;u~N z(u-dF(?FMs{qN9??|1ec0C;t>Vz8?Hl#+on)O@Y{q1u#G7Nx_*T`z+=;TCG4cW)wS z%;ju3WdeNyHd6MrCO`XLLb;}-ww^!G2(C@2dHLD zOBIO;ivS6X< zL%1aSR>$$4Epga}^bBU(ZxJ=W$nrT@Ts(vxj#_dn7S{gzMo)yPfUM4# zD}CLl4YVIacwIM&Cmo>sQJjBCTlw-?`k2;Pl&RKPGBPrXhbX~jgiWEFjQ^vVmbZV8 zUWxa;BrrBF9K0yPVO^by?*XP^)%O^c!9A6tgi{7!acP1~lDR(}q^hj#ck7;#XiN_0 zP6CZ2Qd=uzHR(HB#(-cu7w>Z$&hu{HfA;n9xfC-F-F>Q!mNu{P6&h(i&7BIO$dy(d;>Tl)b0??=`YPY*8P_`}`Z_+Ay2Yk&#t! z`xzlsdMJ`9m~LS;V@Z4AzT;|?W8V$Q_{MzajRxeKw(AlN)N#VOz#1(gNr zF^1?U)Vk=^tMLWC*lI8A$miPvgn)gTLZ@r$*Ys5n_r4lTmX9Q`TD~}Ap{0ky;LJ-( z1xhRFJ1~R~`YzM>?(kVo!f0fPLtm`On*ED@utXOeekp^X6f%1mdmRR@H393!$P&Q# z7FYZRa9$z91bu~VPNpV0#n|^ZXGvYv&^?T_z&tEPNYX)*f-#V1cMW! zR(!$%gc}ze(pr(rw%-J*Zx??{*l`=FT>rk{Zem`<`uT;Ff;JLbCjujVaZ&u@n3C`9 zoy^d|Mnc39s4Nh}_b}elz82$yy7D=k;aE^^o|{3f^yY`rkj8zG8yRZH2c|_2DF7Fc z-J7ZR1b~RXSIWVz8TU}nPp-z9apBN7^x~1BoTZh2`^}I_lJ7zBL`9m14R02i6OJsZauG)qPHoA6)^>yK24)kVV zAn9HAeG$k9>aFmqpy&jkf5_2CV+_-7y%RN)dU%y_$U=c=@CuQl)V?E0CG@i+^uUnw zFv44KPe=Z>7 zPDP6tUDFW3>fG4(VRj8)-K z990>oY53}u{F2!m6Ixt3v0I5zW=2S0tK+ZMvq<^47n+Yt)an8l#wJ%eH|U#^HCKYP zUJMJ8;rr;&zzdbkIIkapsZ4hj@X*UCv2L*7o*k&HBtMVabH^^JWXl)2MC#p9|MYHs z(QhGKRL>%4Z-kX1OU;XDjvu^8%GdGkqc}r_`uu)Qfv;dgm*x6Y$B*Ab$E3{UpVU;g ziYPf4+$@S4eN-Ub-u^%@II-6W5JChGhD+Ib=N2@FX4Zzs5U{EYUgvidWVv_@5hI-5 zwD>!-Gfn@K?jfUQDnz}F5~iiIJCKV6PWWo zD~p%VTI-4Z>3c>BHYJ`&OASr@^b?1scuMitNbQ39+a-E&sx*gC9A9xTt(<0{>qYvw zf66{wO~b?$A3RYEva4DPs5iU2)J?Hr55Ss)-?qz=O)$B`xxc;Z7ZPXQCyzBga&c{v z!!5)yHr}oDMWfUjC~`s}wMLd{eWB~HB*+qD@Mq%JLG5WUK$msUS<6#3_PG?Rk3WC5 zBM6~Xi-(kJf6188yTc)KPJT@FtzMmMCGr@_@SeH{jLDY>bdv+QM&b7fZunQ&xGhrb z@`G9Uz%Vx}e)xY+#pa692eW4VR0OPCJ2)tZOflEuH0RW!C~@-FZX{E4W8f&%(EJ=|2F|rcZW+tl7s6;)b(13> zRQ$n#ByR=nDQ<0qUHLC6BgNZa@Fu=q8*=ch>Usqo)XyLk`Rw(1N>P;<<-7!MeO++b zYu5>7iFG)fdKzonsrI}wV7Jm&|(>fciTeO4C4g zG}jy(JkN1sMbim%us!jJ&aW>B$}Qk=A_b7+2ei}Mhr7jR$Z2;+RNp7r(#^8}s~!hR zqjtJzR-s4Taedj!u9(|8;Nj~;a2|Y1)~dUN1Kn|fp!S zWd^cDfDmNZB*E0@qv3K(4TnQlNBP0Gk7Q>MW{pC zNyx#TeBXM39YsiDi!jd>rZ@LmErGig3!2GgU(utpRrZYq$#zNbOlB!PzY)Zno!+NWbNymj$5P)u;ePgL@(gcqRhWe<#U)%_JEM zy5dtCo%%owz_$$PIzjC$hu(KkE;lt+$moO%T3w0i_@g{dJTZf@Qp&srzLLb9r|8%% zpF<1*r4^0ZeJ8ug_WtQr2#2JpYL?~*&4m}>DRDvAwq+5;${KoZ>|Dl`7&&iEsFXU# z(V=3D2>ubd7(dpL8@u~|PsLEx#4^YY^IsU=zHS;A!B+e)i=SZIbcwitj=Y)f#ox4I zXQ%!ZC1c=CpX;)4NkRGcXOz=Hap8#=$zj2Yw-1aw{y`8s{+yw`MMPQf30F2gq^W5# zE_p(Br2R;JR^kP9{1Q~a%#Lqb1l?yWUjZ=l{#ojK3J|j%!Vzv0QK?%7PRt=P5}7-3 zk+3Ug+RVRpNC@IIaR^LJh9)n_&xSmTUzne$Zf^PS18o@yJxW=j%h`CmY@K&bXHMch ztsaoYqMnwY&o^8-9xidR&_XfKTw3%2%Q@^`)UMiyqd2f9fy!hMw{Xy>=^SVbfmX<% zW_MoVc8SlAsYOUxv$5IGAq1tZ{=IEkQow88ui~fHIvzHEm(rHr!LSXDF#8jFK%Xf> zuUf`dKnRa%v*oqhR3u^|c>v#ZUzC3Bx+Btr4JN;IDD~J{S-Ek3kT+`SquwOg-V-;@ zetC2AmALtldgC;6zzrE-%~C<$%l368)E>jaZ+^A4j}LWHp&j|9;gHbA0&KF}L@kPv z8bygT^UEXQ6PwM<92o?ZG12B1>2-)4W0cG5%iD;qP(VG&Iptq#0{yq(n?64n8(GVYSe`Bbc zrP-7m)gnu4FqL5|V z)Zx9%ic^$vehWD^(+2YAN6)okTAB1DX4XeW=o z906CQ8F^PcW-76ro^wGa1Y#du2m&lwLY-p}WH2J2tD|=qGsn}SNW?&r76IyTNBTb0 zKDj@43*rOGK4kp)t1XLcf$}ZD3rHye7`TZRWVY~PWS^&Exa^Q(k$R^Z8;)mdVAXqJZ4mFUaW?R>>{hQ@GN zBJ$%={jIa|@AJ!rAqr2cZN;ypPBF zRO{XDWgimGw5Y+F<%vX3Hm&R&9oIvSO{}QrZ*=*Mm2?k;u1m^ByVGi|_X0b^;yYP3 zucWmic|oaH6ZK+Ggn!M2L%}7LgPTn!Wz26u{l)iq8YpyKSuLiT~^RJD)Zx>}l zsLDSg6{HoPm-Sgat0uBU z98@jBbuCSb-BN#V@A70&j#{{oj+x+7}u1qGveRT_h1F5BmP_Ko7G8 z4&=$F&f$g((XFFoE{Q-3kP{#<)KHyN9C!_fS; zB!Y`IJbae^#c?Mt70{zS>Vf?gAP;QbjEV?P9{qnqGIC`f6U zdv*7{4^xuz)SiEQJOL|iV06zciQgSXb|P7(`q`xu2<;uC745w3xUT8``EA_?mzyi= z%Nt=wU#azxiafZQNw^Z@=&=KrT0d$A} z=sIjO{V0s?ZW} z18*#TWtdF=-M0@p@*8d=N@!b#WA)+HBFzP)%{n@C>Atc%Xv{Jx6FqXs`8YL5W;@z{ z&D!xpkYR_2TeGOCqfrYAm9jKz$SkU#<37z;4Pa*58I( zI~`D$NV9?D!p+_ey0`LT$K=EQ;FoDhb-X?z2Gja&C0L zU7mqH#l^Kt&g(nhqKxfJOdq_&$v;`r{1?rG;&^pAv-|&zmUooQ1~eW0XCiKBfOi-$ zJl95O(}oxd_U}@IFZWF(@pk&$+~GZ99*p~SXKY6vHMbY`h{6AvG`%h-74w`HeHNEs z7E>h+8xV>&$BDH&{u)m%kU8iFHiyLosr(6%tG8i%XGu{&T_5Yd zJgNVm#NYGxs#zyU8{seK^{!OS$0WjEzvWD>w!;ob-^ap(k3TB5G!GZ~yvc$?u$AA3 z;f{@;y}njU8OI*Y-rhczPS;b8&`}olaw;lH?@QgGW4JB77VCI8U)1F3>$fkCX}RX( zzFK>6#zN!Wl-{6lzCGbNbQ)(m>oBp`Up$@Df4%*%WK6{vGNOt`dJ3~QNFiJQ=m1tC-+#*b zOXF@59485J-A;9}MF-yP{$k^s{4>c%jXP;hPGW0r|E{>QofXBpQ+R2ap^LI9IN?2J zR#_LrVB`qq9t4FS??is|-*{3IwQq3;u3sBIsdI2Q_ zB7p1sjDCxL>G3Q1nG#s@!UIF}bZ=9WFQhm_aW`Ja=*BMujTDbLw= z8trzTj}d(N135LtElgvgFk)+Sx0kJDR;~ zb%wvw1GH3U?=u>~N&Q z{Yw((kE4tmvy{KpB~bp{W81lKX-SH5?wyS9LJl$IEUl+;?mUn?6#4V& z{O{`KkiKZZpyKuYC8M$0h&ARr>!G2uHLg&VX~o2b_jrNhFeSBR{2^a}+)KraJ}W#_ zU;R#&5Xt2Z=1t|XEHK#F8FqbAGz!W5^SCe%l03R)Z~+zRL*||BaG~9Tdu|ae_BPOg zt~k9OxwQTjbAqI5>-S6>yIVK5XJPY(;qO?4ef=Ip#V(C|Zc5eO`X@?^t;D zZ#`1`Gv#ZxeNPX#_m#|Xqo6Qk`6+e1P)jwCik~efG>7-zWOUKEI44IDfsb#Y576?{`90-H+~k zm7&J?o~cO)-jQ~aC@Rjr3<5Sm#i+|l6abDz@uFcWY<6zXV>D5`3P`A>Ue5w+6k%sf zn(8?Pn#-S@Pv>I;8&x_m*LPhpyLzS{W5#tT!wpKo8q~~q z5I35!#{p{YfCt6h@&);u*r>nNi9!D^9{l_#2ZJUOABYX~OEpqG7|MP*|Fg784x0pC zgt9lnOStGz!Wag^3o(UDhTopCPlZ&?%o?ciYuM`nR<;j?hQalM8)@Y$-i!0I$M^8S z?mAwP?y&Aa&l7D)H6gd;JV44|ND^buw(qmF_{nCH=q^XPUQqjF)#GSfZ(bOAjFIm~ z#(>)*tD7pf+{YyK;oZQ?h9K9d+WJc>7!G4VHc#^RPfaki^>6RLBZjGq>Hp}c-h0yE zl_W>L5pL=}{p7-Pi6@M>PR>c|5y5gEE?WKl1BN!3ECUw@6CCIn-!(26PG-CIl!JEN zAAn?l%N>w1cq3b2V6-@l99~~9R4=XeH_LXehb&5(&k#}eeVxJHlqdI7Z6eYF7oFA_ zNlN_`fpGKGYnxA7&cq|9WH-`A1FU03&26jf1043-oEIAJOFy~^^qLRq85MkEH%{am z=Rjv=SL7WS|Hmk{X4n^PrC;0PtG{6Q7PqdMp;_|~hH@81@s5rR^!8;G4}o;iF= z)(G{|i&a)DC{<|PjNL-tV=8yQs=~WuUgXDC&r*MhK=tYh*;jooI>rLhR$zd!lVV1b zUEY?UYYfck;{N@kJi1;*`EI5q`q35%)rx-{mI&BQx?%+6#nygXyKLQedk}WS^k~d+ ze4<0(rCJmY)(e6Yi}Ix@ixzH6MpqrSyy&ZG7_O?7b{PPjCWrfyeY}xSKWS zhZG)ovD@_fo+~_nLyhJI_q$a%3!~LnYaK08ib3WmGskr#g}@(B(8&VI^I(*G;@b0+ak-b}oAjzkJS0^1areXDEHwjuF4`OZWmC#ypW zOm#(F7WPLSRV}(OlGj-OVFb*KAY5>QCXE!Zx~91%4EaKBCyEiDa>vd?utBdxVL(m& zYkreR8j=0`=M}hGX{AS+$``Aw@T+^bs<+j4C0P&!}I{vrqt(kLu^Hr*D&!K%X zmSxaH`15|Rj@f60??D*Jvdz=wa*@u5LW-S*7PGn4pW7P>HDh1prfAvcpFujxc1<1l zOICD_xGvOAA7^LuSi2kIX8|ab&91yV2XfbmNM+-I`vPSvoKRs%EQbY3?00(~u$(hK z=jnH>*%HsTB4*I1>JO=6NWrHUm`+q#!n2Q+77iPOS2#ej9$>UHaK6}gGD1K*DfrXP zCde0=Bt2cLOS5^$%N@$pvG1#FfT0UE^dD^veZV%&$ghKL=+n3NjJ+Er%V6NnL~@lb zDp?!`xDKyB@@)nqm#PxPNQXI0o}%+5rgS`S^W@7{m0kTvOHx?)7a9Z~Va#XYJsua~%dEN-QDU0O{LHb(u=bQOX1g6-)6%y^h zfhhogJ2L~9v&5Cb%Ikz7VrB41k%W$~B9mD6@o(0>vWiSUQ^r`fiTg*$ynPnGQrFLl{Kp3ksf4!(H~EkP;27)tE<< zd+D$0v=cZC^&R(-P=8QIgmEyOC)kHN)G)hH|BgS$0&_e>K*qaxx31?tv7Ppp{Un@ri9f#7K zGG#;o1u#{-bmH%aj`hUwM-;3%Bi9du>tj4zTJkMlX!dKcChKF6Ge>5L-!6u`PG-{gTJ_RYn!*@c2+ZKi}>R zjqy$Z&(!q<)z_47zFpiL_l!07@B78CqY4-{L*-+o)izI&?yd<_+4YBR#9eJ380T+c zsm1Xk)x|2l(V%qCN(%KE%E@@F_Tx*O-G~wfqoZ1t$Pvb?p|#^ER@&l68+`{L;<6eYl7_1rA z>>n!5meU<(Z}ys;sH5*54^>EHCaf#C(N#V&Y^otE{(z?jbGBt{%qX0-CRQNv1=|AS z{yY^K=g!ZZk-0BR)ZDlGed0iae-nMY{Skubn>#ok!@xVpLc#BjP0lU-b6E-P%oHU8 zu@1YMOw(9{73jfwimlG3bY{TXe|kU+t`qh~@m_fE5LsCzP_(S|Pkok)FIEu5f0eBam89Sja0l*T0le++3wZq= z?~>pF$T$@5LEX!7abG1obod=?Q!+5;sTJ#P5M=z}6VX`GO3Jq_TyVcdT{V7M>=Q|L zg)TI2?{Lm*&m3z9TtT}u2?!#cX~h-dEf+R{H$7)^QsKMk5C6=FU%nOZ?A`UcE@uJK z7Bg%&zQF}gcruLbEouCH$3+Leb&pXs^TVPeBOW`I{k{4FaO$ zz~dS9ulH1!Qh4kEnm5kwIU{WK4+rs$e}DoohrXxT(H}B9|Ip^I`|`F`-*G@d6xR-i z26G*r9?KKhr@!1QkIf^KUfSnvS|NX4%TpK!x# zWfg}+aG8E*1Cn8lpV5NL4#>V8a2Yp)Dw`Dq@jDB#|Bt7)42!b+-oN(@jWp7tbSWqe zQX`CXNDK-{Nhu9ONRLUVC?ySwSTvo@nt@NK1oF-tA_74RMM7H_zJ~@58JovCIorQu@?3*$tGi1Bi ztkDRF1|AXNvx&Grf3=HAxu}&b@4+$Ojghee1i9F!aV~YXjYJO%a1)&hCf#B;a+=oK zZS1c((^zmWH}2sb>u4fpJjIWTf6+hDO{D@~h)G#MQ>US(H-w$`9w+*4(v@Oo!5JR6 z&kMeg-S2)+_^|rV-tV7mK%!fgDR~oedUb$x)+PtlUiAM&Z^-86M#wDkD+=cBZD%|L zQ31=Lp%(L`E;DX6=!SUQlJNcc748lRadAdbLt>DCPQT5(c;65;Qv77{u=nx(Z-f}F zuX|$ZVQvr#^!6k6g~vThEe_hR{~KM?MD@GivlJO2#gGdz`NEk5=XVKKqfQ??uF;0#j5d^hdh3yC=t)j)M^I&U0Y zLixWrEMmP+&2F(v21T3r(X<`-KIo}U%_$>wdrMpx6Bb79GX){#AJRdD{vMxec^sGY ze&Q?b)+{@%2J=C?*eKeE|0p3OeB82;ukRX!`N=kc!%ubdm}Kp>?dFeLzLWk zd7o@H76An_r@d!=oXUC%`#;+%mo*vOY5_(Z7=ko9HilPAf8`)}kZ5P#Ah^RDRq?l( zXF?y&aphC^qO$q@!PZe|6E*;WkWRL-M}^wTX1DisjlvCt5Uu&ZTmK-9EQ$7_sJe>D zE+iNEkr)I6e4NuKWo^yQcS03w}PKwhvopMd&^= z(S+)?_wC1|5GMG6MB}A1@jiu7t}#~az;i3uqeGb(`0nZw1p2>82Z-vld(;?G3NT;= zl@1f>+?OLb?rNuA?FtUm^$Walu^r9WCJSR41v$Gq=D4upCFJ81<^LM!>nQDJR`D7* zSugKdnmSo1Ai=Bw7~xn4d(fa8FD489IsEv>06Hy)txv!<%8ODB{mwReIs0339t{NE zW!(q!N3M$@+63@BwD0PqBnh>8Q=O72a~w#AaTv7e8*b* z>{n+FEcrI+cv%KLx1oIma8RPflezAHf93aOs5s6!OO~hsrin?0{|?tKP-K=Q#7SrT zs(fz?Q)yoe~(2V zA1jsYg1wu@)i)^6NR#!|X(dDG%x*~6UU2I_T)UusJdtpJ3gyc-yNQ?1^a^)AqIkGC zhG2Mq=k-~b=?l6qxw#SIbM<{ zap_a~C&|;B-280dF)3nPUm?Zcn4^O9_qFjIbHQNQ{`|0sJCNi`ZDahz&<1;Abb*d z4<38gKtKf?0W$lTFj@EL#8!hSx@7)d>HVWtv=l-Ma!grreu0Qlkup1PsW7=E%(S%^ zzUM_%YTHhHTv%3bhX@MHD#Uq=GB40Dz?M~<%*%NZfnj90GX49h_D?^_w^hV*QuLP} zpemjc{w9K8REeQIvZ#`YjToBCESiTZ1q|jhzX_TGbFuT^ne}jrY!d6*G7g<5@~tvQ zcRp4+r=71}+X%K(qbCRM9PR(~*twksD5pPMeJPb+I(#;z4zog^PU%=DGhGksf$$@;0&J_}6>9o26fGYa^!o)20JTYe{%fOQ^;d0+!vB-nVj677AKE|7r!{dJ zAPbO;GKmj9?12JakjO+$LVSROARh?}$dp{vAy4?O(*OtIZ^d5lNXXtqd%+UIS^jL| z-F_1skKrOO@hbvbb=vVOm9ii>h^dNu0w%}i9|Pwzuy0HnHcQt1%=RT-E@%D$L-rcO zji0cc8|FaBjPfZYI;hc#N52zmJ-P7#G|(rO6pJxS)(3#hICZ=qoiE>+P(jTJueG0SCfgut|&}l1bDB%I_ZY&&9=(a znA}({F$X7fM2B;FsRO#NqQ|J$Sl|WX=iD8aKYnMTYL0mdODCdV6lsJ>3lMj$KK^&h ze%+8PmfgL7fvdz>J9kb_9Dj2-Q{6jXnHkE`+Hz3J`mxeB;IUw5k5si+>%;F4y^f`d z{tPk7JQut2;h=^4-G$=4YI557kY7E&H(8d*@-TW;W+IRPpylgRGGkx6AsBCy0IaEK z%g^cC=$|5hpc#8?olhqT>YX8&fC_ZfyRADuUlMpU-V!X_mUCBA-;R*riTzi-+z)@ zG}HwSI)0tJU78s7A3}@Ksw=qAaYS`XUcMr5Kb#^}=aDk{Jjo&nk!IQT^M)7V=hpS6&%lNyhsD7NQ$|u z@>UCu_XmW3UhQCZN^{;!0sp;181|;lfu0fmfLfUT={SWzS|J})562mdJ7>kxP2RBW zcbAv}h^psNi7Pzg7kHhis@*oV&qnnF=Z7%3^DGMi2*k;s%3Y#t?wenK74{l;HPMi{ zV*ews3L*x%$_0-o62uzp{~%L$NOjnp8Z(cpPPU z>${^h9eJ|`O>gq@W{^W^$Y@8(VSl7_;EVVVxBu_OyL}{Z&KGrjccdn84K~Zatc5GC zq|VyNYd*ZT6D8mLjkLuN6?+fB4|2z#vV!Is&o+ZZXsm0eM?Hc zXD;W}is+9C^LuckAsC(2V@;&{Ts{+6$F#P!ZtDIcBJUmUaH_(@$~vXd!O;ak|ol^QvIOm&-4W2O&ZC>;ECe9~+(?1u zZdGGSd-#kRa;Bv2-&qYULTRz(SybTly{DnpzuwQf+1lExNAk~vSdYFo>$<#@iTroG z;qd=(wU%t@Sf7lyN{6K2?T~(IzXFzm*oObAbY%(Yfm#Nzi z?iyQMhd6eZ1a$_r#>}bRgCkDO=eEo5bbEzxgWkr>DXo$j)Op8%no*D8$RR;7qMxkeaC7qZ1?GIWVwv#lchfNd}q;qsKBoF_TQDLvs;4Z7qvaVc3V2z z-d(AG0}CP-eE5DyvyK4ceQgoS7*}dbiyRwI*-i;+ye>b#=~GVJvO@-z2dbu}rl3^W zkBMAd*n%DG!#}ZAI_rlA4q#jRf~I#eJ>|Uh0SftWVwY&mT0UTZeoJ_~!8vuIiv55d zRC`LMxxvb^zB=b%|2VcWj#Fv98G8@41B1#MZr)rOaEn(@T!X?Gll{nb%Rkr@ zUVQGKjWeL+(kM7^`5Pwx?Pp|IZfAW>`{h+Y)9bJua_fyJ(u>=G>wb<#v2fZCezV@q z961(~{+c7D`v74UhTl&)j7@N2-E_(uGgV3+3LyoBdu5i_e8xwelo~x=Abd2*ilCjc z3Aunb_34FCWke4AJV_Q%@ik(tYQRIhTxfM-{l0W^bkYsIBlaMbA9@*04~ z3(xc_;iw_orDymLBP?-|YxOJgT^{x9SCn9wezO+bRvI*qc_?QZKmh7u$V+ZlK2NUE zQBi&!*k_#m(p955MrDKo^)+6nXRU%|1M*x9UsoHN4Cs>`ctO%^_$*(DuIAbDiSpo$ z{!LdAA;x=yem5ZGJ^;jk@%~Kq)Z(&z@$}C1`XteJYUf3l#2|$}WT^2++8-r&miwY! z=)`RYMIOfzYnyhxxM@=Y<;~UT{ooT|9q%x18wk3~G_gQt3sPoFHd_H~ilS{~xJbs+E z_f3whm?6tbKjK^O#Ru-oWRq4t$TkOSz5aXTHT|CVYHG^mt>}Mz2hhRqcI|NTO$RdS za-Wpj4Oqp4VJ)^V{xSxX6Ol%*UtMSYqwMR{H<4tkktQ!IU+=#UQ)PrCu9F8cvqH-D z_G*g87A}QBN!y10TQ7<97IcgbJ+gVyHrvJh;g;{sogcZd8c6FV+TE$ z{MZC(^K9pr0lT^1RB9m07&DlbYYz&Bgrm;+sj%&T(=Xh@@Pd@b&*`W-`Nd+ zProOeYTuuoywx`S z<=u|)@cv~G?|y0I4l=cr0+e`L?z{j?F9u=%t5X8*+?tWjuCO1->3`-DF!j7-%AgTS zOr`u-m#mtf=+bNQlHv+&!IO`wR@n;cE`x4#RVB$G%nG;OZ=x%Uqm~_dQom4pJ0{{k0crGpHHH1lj>HOOIuOF zguqm=N_fZJAWWDv*dCco3 zsU%;}Yf$fZb6RuEDNUt$B(>=G8VpoQZlRCzjlvxV@dp~P2T?mE@Zzq<+eTTM48Du3 zrBaGRE(`MH?^n5hS*~#i%+Z>-EBekQbika_=v03TE0qsUxY2Vq>R*HW&KmXg3&V5(}y|%a6E1!-T zlFZ6cfvb(*Br2pGgpW3r-f*La7wIP6p_uHA-D~Gt-2O#?$v|InBz!G4n3!_*^;7L* zx9J!Y-b-s156nZGTy*8_nBGVVwp z*l(-ZTrn>zKojS@h18KbZ?`l7Qc9CWx~w?x(2r)3{_NIIgQ)mzB+vBTcU@#f1XjJ= z)8+~#`!_v@u^Go|v(FjYt**2wy?nwu zZf#=M$quv`SbF*inYthf1C!DRs?qXRjk?`Kobw)e`?n--Zrq!Hy4k1snmpScYCqZZkVG` zC6B{8R5?K4$8`OQ(Zc?+D!vPOJps!NO!n*<{V5*zg6&n<`F>VyPy9j9w4R4v6Ko_o zD;68~gahVpOCt&Z&3a0h{mp{da6-i3cBBI}Fmb*s69A!2Tm0_(vZ_e9S`E3^K`z`q zPfIl?H%QSY=@k}{KTCA%?AQ1H#>C6@=|B}&lG%v!T8az!@@rCf-`-;<-?94&)WrC* ztm5@x)1e<(lTLp!hk^m25xHj`1i+Yq!53|p89yz6;j)AQd&L%&q0#Wbwqf-JdMHLp zEU0o=^BFXC-`nr(J0}JiPuA68&cp1w3*~sfXy+=mVQ~m8X2tLTd#icAuuY@fwf$si z+A0qL@h1&63Eoz>dpzy-pH(bg%~~+<>?3kOl{w5%Zj{~hgnCcA#&Gw9kPo7)ukDt< z_|dR$j6SfMA#V4$dK6ts&oGp6(xIdEx1)B#%S^WDwV_zGO5ay|CSS*Az7$phkobZo z5x4GA%RRoewtti4*~~xnEy!Kp8uHQN$}RgRx{@U|$-?aRHynm?5_{#%`A0#2Dw4-% z0GFePYxy&$s5A@NSiE^*(=-@P*n{>;qsV`7$Gxbl5z4F2>>pWgS%*SPs6qs!OZsaXnSjDQ7MU#N1y*@%)eiMp=BQXQR zOO6kTXJc_EH$oY&!l5XLF!`!HsSo)ZkMbQ|msq2hAmP@=(~T^`FCxEe$Lg+UuDSg`XSpg?OQ{QG^A+#nu^&(Nqf++GV-={N5 zW+2?>e54A>CHNIVfxzx)Jd>f<-o9%v#f!P?sQIdL<%!%ltjOM<-0W}ml;V(OXMox; z8xN#DfdWVeV^@bR#Gl~*Xnr&Pl*DzDg$&cXCXjb+r9=31s-yQiL$v`NZ8(u{u28iK z(tgCW@ION&u@{Vrr=E;#}cQ2>TL5sV6Fcza(msl{F>yXxAV(r zg^r>`Zz6$*G4kdQ$wOt1Sd<}B8|faW^YZP| zj>YYZG;2fDkP!rbX9JngH(Uh?G(7-D?Q2rV2mEiC=TzF0>{gCaM{Cy*?;frj@;w-^ z?bSSYelqxN`Y!05GAr50dUuHrBx=)NU!zgw-Mv$KkFBZE+fkCu%$Fuyj>as!gMK=- zO~i6s7_Wy^6Lez-0))_eUG3DTGvVbhVJjg1a3^R}SGKoa96;fw?r2fb5*V7UxrXWJ zP#1RWl`%V*95IM8#Ex;RHNWzP5DAciCx(rt=?WlK@m?P}I}e$Cm(W8FMOGRc9f|gf z+F^xKTBf)@*1-PbHD+$y+@=MO?mik!ZOtsDXAhQSB|U|R9L~Gd&uCYg6*OV zbA6e}2hLev8m)%fpJxu5GsMmClWh}$*@1ruxHi(r^BFIb5Rur>)ovy-l6^e?ejSNM zlS|(-A}7Zqe7uqQPxgqOR>`Ot=cHcyx6#8ar9Vyxqwkaj@0Vq+^B2-fO9_BMzm9MC z88a#Io8nuWJi3o%OX?^F9#7rP4=pyC7Fu&)W;HTf{}quAY4LQ@ z0=9y`fvyELl(fkc2BmoK0HC zKTd*T4RFc}5F0gblf6ZF;|x5fu{)nr(VB_0H9q)|dkyb9H20t&`Nn@#r+9^K_eQMO zxOYVT;xOwqhVc5c#Jy)1ubzme*Ktt07Ns)?Zy9qIbkwec+-T{s+B0l>1TlE00adFN}zozyJbyt_%TUp=Px z;FBj*OyXC#Fka^wRkFYSuyCx&>%~u6N8IAG3 zFdwY;{KBk0W>IpaYm+11H}5NM=UXO zH*ORE<1ZL_Vjp>IxibFk2OeepXBHGU=iqFJAv=*{L2N&0ij&NX|4We@?R-D=$`ocg zyK1E%;ie|26bFZtAa^3^Q`2R8e0qBf#UU+FpW;E-LxTC~q49sJ8`6DFwZ6<@<<1-a@RFE&#^z@&9C;2dMtw zLtMUk_^vc)jmwhmZrAcaOiD<9u zdKXH!$4mu#cZr!E8)ARLepd``Mpg$H2e~Eon)?#Z*2HMr74}FI-U;Y-VPCTc1!Q}B zgkWu0XBKVvH{-7J zLiyRTLUad)?i0%4VI46!v5hfGevxWyP1IVzc&tI^W^ZTsV^nXi@FxVM#{9bpmr;xX zQ_f*UbG4P%5rjf6Iz>u+y2!gFc0;^cj@YiU8fmWUT>y$Cm=#XucdlRPgt{aVz4mA> z1N}{YjOM0;A_ic%q~A~)02;H|mN?#7l5wE40+1(4aZt+SALN*(hr3?K2&C-XbVYEb zqTfNfCEbO3Ipdc6on$INd%|oph^tjO=QllfCODTL_9lpf<~;L-Tp7i6k`ITRWoFhG z;o1!5(5bn%>S~vj@F8i{9a1@UsEXyUa2mbPAOa86VZl%WpJ~F78~DUcy!dirkUrkC zX@ltk&vHfj5hlk=b|9Siu6t-w#F=Eklf|z_l%HyRmQA%c8anb6n6>Ag@ObIQ~aRo~1OUR+dmLh;+Fty+EG zzrhQZTh9U3cXm~PyN$(=5&gTmQr2%Df1{>;roUjcV$BmO2kBuWnu5lmA67|G0<{el z*_I99Qk$$e?maV<%+nScpj&4W{TrWN$i=#Z^Go{_%^TCpZXmeo%ifxUflU+9nr!Br zt+*x+MywqR`YbTAfLGfDrGAo1;*$0Q-ns`3f%G|qg0qs&P*s%Kax{|eLuVJ935Ngp zGbjH0AisqBSy>zM^tx-VwBW2XZ&R<9{37z4U(C*zX)+hdms58zuvJLjZrB?U<~+#x ze-B-lo7^sUQWlGoBiYXBKKoM#IjgK5w|=!$MT)Fu)X^eZ!~bdvk^mVf*;Jt%-M$MA zet(sj&(OO*s_&V?r;lZ;?lIgHSI2MxaFkK?(ERXw<)?^oWFsRfWH%$D0#RiByw=2+ zcVEwvUfwpnSqqpgfS#aL3*JD}p8$N;^epu=)O0s9qX0#t;omDRYRtT;1+6@a4vpcM zh31J>j>Vj@;fZawy$A?u&tR>7hv;rgKqx(e9W^rvzE{|LALl~ZiMMJMR3|R*V)!14 z<)^$)9y}vS6SCtE?c#vAyWH&!1cfOtUlS%u%Es>9aS;jes+0BW=T~67&{gj0@tzdQw)cXRf%d`)>6DwPfre3We-x>Ms)8S4aH*}AEGj#XrY>; zX)VDTuZ&p74|gSkyKTGZs|E~li|O~?>4B!AkmA;}w=i0#qdzl~lY_4$>+3*dl?XVn ztMy8R02dZ7mDd+zeAqWGL((=Ot~v=dWRzc22rXJ$A;3L&I5P1Pc7-MqqrZ{+*zYIh zr|XQWNir@}7%aj7UjqqmH3fMgow#kMp~gny-l5srR|4Yo6MfW&AEVHt|M&QENgILG zV#KeQa?Tq;jR82Ns*U+WVwX3U-Q6F`>VVWw#=wKEHgSS&HBF4#%`A@dS9>a-|IA@7 z@dm|7K8+phB2qj)%O#n4XL|qe=z*W!eKs0$3j4s76a6tMU-7E82hpyHsZU1IUy;|8 zWemy)nTu~%W`j*aCNzAgX7hjt3CJYc+v@@K2{7~9UT?f-5@8#Bs;{2%o9v^^R%bSR z|2$-#QW?5{4h=Kt(BN6W**)c`Ss|p4GWSiFNoC>2QRs@F#Px(+gx9Y<GoRXTZIQ55P(xgELq@#vzjL!3wL9Y|>6Rj64;Lc@& zObEG-Yb8F^J|odnm8ofmkLcR^yG1i<5Z}=76(^0a-a;(LUQDPar3Tf5w&wo}1CD2rT z7E!pAI9DPGFG8n=x;uZYESap7|G9h7tY3(KGAN@Uyi!kwYaz%$_gM| zU=?d8^#&$A_EzaRO+-c&8CSF7AyjT zgaUbw^GV<3c8o?iOsD+8Y9jA@bs6~%)Z7AymJoaWQA@7;4ojPuJ;}rZ0XG<2%PEl<`z>y9#%zuROI>!LiG3 z^E!-*``iI36}A0C%v$1ns%K^G@o8$_^>wl#QDW-r+{fZa2F(WMXC+nd_b0vwJq&(+ z(=1T>5X+ar6l`4@jZPHT5jPsecgpnd$?y3cP6sS3is@&k7<3(>swPo`NH08Nn_t?o zhN-Xak8rXdCmc#zJW+S5a6G;39IM|xPG@y5+fb}11rED`{U4Bk+zH0GXset+-ml^B7eo3nkX`_3}j?ahWn;60b1BQ%6y>uBJ;YBgCWC#xZ zm-&}lV#>BWAeo)>y8t-1~OA;B+~yJI;J( zWPO-b!t_;idDTCD@a2AZHQkDzSbF~|ze4Y7`dLJHZil~Pj-@rKzIW?TgDd%WGv_Ib z4bKhL<+d){hX-1BtUD%+293-MHHY;c+&g+sADqutBt`%xF}+FX-Wq&Tz^`*MAJ2W! z#t&JuyD$1eokFUQp;)80V%z)({oe0_ypEy+}~ENhYv0NTWy7gCG;fWvPY z6<6RQ=2$?t%Pgc1-{u~jtES)`%EN9h2|0?3f#B-nxeo9tu{xQy{>i@4M#GT^7W+5c ze~T9vttHsN1i+FP!OXp@J&>*DZC$?c+m}nCIC-k$(oeDcAi*^{ON+60ehsVtHw4A|3Qm`)GvSEMxJBQ0ReC6oQF{}R(P%+ofY4?8^t9vVe6x>FiD7;ET2#)vqVT@G9yx+f z0h_5|tah5Qd5a%FA;h2HoxNxS>?|1J53h@vBl;bCvUMZ-ZKMsSmHB(T{(&7N@V`c~ zjqAm?(eVu7k=uh&uPUghaEO<8^3f9JxLD+xhe_!4B`oEm_*MNjYZl7Wi_a0}(Dg=)3= z_{Z=-p8GuCaYpS-9lmei2|;$fbifxE=%*oZlc|%~(8OkXl)<=yk&f9gZ~D~tcYZ2j zJ~g+Oet!4O8>Jb?wTB(M1$S8c+y_3fHj1oCMP`-)6TPwwToOpM?v)QRXs)}<2|IJ< zO1I7aX5A)WvxrI0O1VS9+dzC9y4AN@zrb0C{Nms9{|uI$(u$MANUPH>`Rey(GXjZK zY%)c+qq&hPq!({QJ+G&X@6l~ z&MQTt*S`;=`cm7iv%7v?CZYSxi4sCrci0^8BQV5e4=h)(((H}iWA?P@Q(}^+^y>auyC1CXZr2!5*DXo~plA&*?~k!fwkljht)g z$5xPg2@g4AKJkbmr6-8>k}i5qVBkT1o9s)*f)*#*L|v{qs4Q6ad*a$T`RMrTY@Od% z$*a_dB6wbs*`N2rJD-NCqzDYUYiZKsXiH%zn1O%xpc*BEOr*&Q|s z@x3qppGamE`}YXNbJjKWxy2nPa^2!PA-_lr02lHBTMk>eF%NoVl4n2h6}N1fD}z^W z2uT;pOl0z0spyu2BW4LnIatkAnO4kIZv?FySex18N;#YHXoO3cA5dl92t6K?hR>Q3 z9fT}YhlLF{+!$XKoJt2AKVNW7-$%S`dCp|Z-O2X;-sfkZQ^ zzd)PhR#qqtO*5YRGSu{UpIS5-TC%LG{u!C#ecQJeBhI=!SqRolb-_0syJPW(XblS( zRB7gQc}g$2bAH?oxqk`m?2wx1CUE!t@pm%KEWHCdP*by3pkzo2UkUbtg;=r2QDIN> zh}^#B*S5MiZDutw2gQ>urO;d3wd1?IJxtpwXgfR2WbP+MrAg)qqFNnl(LKsY?jfk9 z8Tc7^xqYZr%H(HyBVaU5CD&zaacCUaN7j!k))bUYb?9m}U>=hX_i5+h&R`*J8i%|s zR?XT2*NbR(l$1*Y?ourbbiN#(Z!5jV3s82~-_v1OGj?m^zyo3qu7T?h#tQ>}c*xSt z9}bJF%KXxh1(>$?3PsvTWK9ij$zmEZefbf978))rR)xVSuGxDz!LQG++*rWtW=t`k zb;?lz4pLJ8J(?(P&2T!2PPk4dXtEGn?^b&!nPZocwWTkTyfHjL63D@97oYe(#z~`0j~@`Ti8#*)X4^X_9qjBxQcy1C4F^_7Kd$2oGV^ufbYi9(y2xfle z*bcv<19j_adQ#A75I(Xank5M+!74B;+J~y z*ulaPAKFl59(}Dnj_Bv@Pc%gEEqwVIftPqVqkbHEb6hvIp)>J&Uti&SQVpIt!fTt5 zEqQRUQPs(stv8*IHw*D zu|27kKjS6MzKb2?>&?pBpu^-sb~rs4;1z#IhzPL#10;shW!vZ zY9>lpv}MaifTH6Y!z#IAv}1g6i!7uZaQ*0P9XbfLwwYhlNP}N-%!semngDs-_Df!n z&$n$UMLc=zmK@Vn0FAI4zmfhv6NZEW#}x*eYw*^-U5tG8$cA}jSKP%D{n2NZgoJ@@=sYj6&hNSr2=A(AMiQlWSG5xK-wJst{b52#!jz)6U(0U3Z0NlVFf7krbRs3Fc>*3GwJ0L?m)oIO28zlVxb=wcKhED6;@-$o9dc%?_?2?QYZlCOu$r6Tkg+@7csh zjaz|oG$6`lnyU+(3GwjC7Q!J#8sf#1Cwwx6-Kou+{HZ(Xw*qwch`^J{PY6D?f2=m6 z%-l=Vo1=qkfAgS*w*yd)<9SjOufGyxds&h{@z_X1yp!#z(o z>*=2XP*I69`nkCe2TQD`lLv0~uC-^TM~WA2yiGw}VS6DbqYZ39FaMB2)4b`V5p2a> zfbq*Wok*ErOU%6L4ifJ308AbWN!kO!c zi(yTCK;#qX*HrKufBW6%8!=)@)-GgRHhbfUC{6vnsRkyq`8y7n)2u2W`20m)0btOiQls_oH#Grxh=?xNa>;?<5+kQ{Y!z6 zRx6I5;wKC&Xu#k9`!RWutwSA7`L&{=>>b3%yaxD96^F%0z;8QNULcv0N=^6${nmen zVGfN3sw8Aq>uhv(>h*84c}!m>&})OODf41TXuD-M3gDO1Z5B ziyu5qA#5OU5AL2X8J%9YbocYbE=OoD|B7(5ym9-syBeMt0*EuqCTysz(gXRL+X-kR zBs3-ep5+vT{sFBJsO83P0o>sNHIO^?>cS6-YZwYl9+s29YCQuhmMUxT4^o}@WQ~mC zAoq8yV_cGPIqW52Scw@Ns_NBY*BCG?8|KHIH3zNskUvLUE@1B2W)(DuD$i_@uZjHt zoH>6KV0Th_Q~bpCD8QW&a>gdUg8!26c=tIq>!87~E2Jt~D%8?3rJK06S56N@2 zbn248Kv>UM9|f>ToHWllT_|;#ZO99cst^(thl7;I#jAoSf}?rpav{Y3u)K*lwuxN$)$@|{PEx9`c8CTBF9l}%T`{YTjvp3q zg*77Rquw)rI!zqayvyK9?S*$}!8wRdA2|m{}tmLs0D1i#9tAH2?Fvu;E89 zMzg=Bi4r1)Js&0mAZf%Dno0Gn{57R_pdz38?0b5Jo^u!B`C|DRFrgwR1TqmTF>+<#x4V|bDuJcXrD8Ymq zBXq+2M1-jrt(SU!qug#pLAHC#?$4$ZPsrq3E z*-ymX&GK&x$p~v;XyB`)MHr*R39rWU=q&IOE|AY9HwfmgIyz0TYIT}qEia4VY&#PPy4Rd7Op`U0X+iDE(ExN#Fso!n^s;cAnTSWO2-=mhk{G%+nKqWEg{;iv^^J9)jSrSBA;shlZAdQw4c?}6cTkf5a0_bN(fv6b#!DU!ZFNEq>W#oV zCk+&;NRdO``}$&7DT=4K(vy{I0tkZNjU!AQDn-@@c8g zhj%82=dWF{YHYJ);N=;oB+A8%x=F%ZcF{}rCM&FgXXL3gS<~U+O{&~q*81VTYX2R1 zx&VW|ns{p&*0K?`Ry%kvL~Ll>*(j#u036aq{rLn#uq~#;KyOOd)K)OJq22;ka50A^ zy{?9{2@WK}seVJ($z$7e$C`DaXla+;mhu&1faV{GiuEsQv%r>AT~p ze&4w7bL^Rsgha=d71^>&;JtVDJ>_B<6KWbc{mmF$u6Ei-#Wwjv`OviEuJe$VT9 z{`GowRHDOX>P=si54NWVjm)2;Q~`IS_zS!?-drTjA9<`P>?bz0>4;qV>L62)I(-KX9{ovUzansiuDEWgVV_P}Y>L1mz3t?j$xDxetHREGO$5K3IW9f;7q6 zL4&?kh*@}XiX>|aNY}UTP<06&ZUgXKIr11U@p97lyNq$RaW^MRD$j#Y*Ml!KVN4m0 zfr9AWI7~MaA5i}HT&V#lt)h1^S_E-prIiST7Nh~HpNZikS!>h8j?NN58SAgQ!Or`N_|r^ri~LEYG^!3ujRFW z;gKoEd)`WCl}GOlsv_$e3E4+#vsSDVv>b|-8*9gKP=+z*{Uj{wK#~WPTmHZoQnZ$g z#_2izQzcsqB-Y3Yz@yUzb^WxBI$L(vX`pPqPM_U2`sT&aFG?pn*Bh_!_myRr zdf7MF)Pe2K!PKnBdX_MnS9e!VKJ)t8A{il#bl$Q6%>*IV)LSTX$0bFY0H{qdf%+%i zGqsAOE4MD(mW5x-`RMseYXT=|#gZ>X7rktyLc2e-SFVor3%_w3b&VryyZHmb8l5r- zya=L~)4iWtXv5L4pLSS%Z0#)P)PPG#!m&kC=-21BgS*}c;D^Lk?15&7kmzfzB^>$# zX7bG!xRKXRKDKCJ@u{7ZHNM<-r5b7p@BNm-u20WV-s{)@+QXz}$aqtxnQK2({^Z?% zssmbmcLdFkjB{J(IFC~|8LpkH$_#5~mNxxFXBfjZ%NNK@!&JcIkj*UTgGNpJg9st)Nxqh%6UyYyJ_}&4kua|B+t5{GMHH0=IxBaiBa_&de$@P!tovWg`?clWf*2Js&F>Du0rO)ysu*Z$+h$N5N>F3 z@V~&5*1X%n_lDdF+H#dI%rD5cFB>=S0dsReWey%u`l%rTiU!V~&u?4+gYpDeo%eqp zTB|Rr;;Iz3ea?3*5Ms-G&0f??JV1mLp|nH*=97YVB_&&1m{y$@{oZJ24|$NZu0$cv zB|=twJ?e%C zxrzBk6!Es?FCQ)~@j#ddiO2U4{C`2Q?74)p#Z63o$;DBYmm5uSy+LY;!P7nHM$+d1 zI~XBcm=xc}gA|!UizUREjp&OuE61O?-km}&Cpw0XFm^%W)Z3fx&uw#*oSCAmsz z$H}D=8A>hlcQ31)(RY6Z*=hY;%*#RJ+uS{sxhti=zTVg!8p(A)X~cbLSXIuB45?RT ztahaxEFcvsy?kPkHob?@zU=JwjXC4BgLX*jqo_#d@x8>)6>i;nTPE)43;OS!)3}d2 zET!MDy)MYxudQ}HPY5{fmY%(r^g&~%_T=`WPUlfe?!t#3N;YJxJ5y(TJtrH9y$6{V zvuF2IM$o!6pPt&64lr&Vc}=Xn%aF@eXzr(raJ!LGC6UmWDok>V`(oH%zjeXsz}r=e zM{gnZ@OU?FbBDlETxo88Cxganz_}Rv!&H#5(loq}VTP@di1YAHAlKhoz8CV!Vxp>l z_qqcMZ|k9A_zmq=DuhPZnj7Apzi`LD!;i67#ON=5aW?~?gKJa|1{$eUuNJvg-*JpZ z%#-J9j!$1~Tw%C{z{X#k>6xk;KTO$4F^SzM41-3Z);*4)ypUp`sO+O5VXGw<)`jjn z==f6c`<0+5(9?VM_&wbbxf2?9v@iBk=h~Zelm7bZX>`xgdhS>54$Q5V5Dja8e_E|* z=sroK+<#Ms=+lqTE|-2LQmiti@j@m1=tAkDjZEaXi^)IA=9Fv-Qz}FNuz)M>-m?Uu z!-h|hKL?im?<}ea9e#iCo`F+xYq~{C3>~Wj=0BX&t{rP;FOvN`U&4fwTl*ZaC@3<8a2H6?<-QQ<0Mtxpl#{I3V+6|UrA{M)$mk#Nlz4TB~ zx{h6$OOPERjQ&aXIx^MCw9NLjB26AmvZcM0WfVC7$}e`An>3`al;cJ|T|}Dxx1Rnr zZ&B=XAA|P_>Wlpnbw;z!ZrgGFQwN`4;B4!ON$g#ZEhzmyW?e+s`sVtT-N}P> za)c28qGE8RptqlnQ0rcT7FuH9xlmAI@T)^v0_>rVRbh2Pf+oGO$+t;}*wWcO&hSDJ zWIe>!E@zzhy}68{FJ_IrHF-53lbnCHyev}rPU)tLhV<&uw1t%!;rRvy zV&u6ACLGF>wKM2CaNz;^L0>)fLMERLGjn=BKkJZIQe&=s8d?&mlkav$3UK}h`($7~ zKt((x@A9he*w0QSRl8s@pvafjf&ht0{o8a;Q>1rx725IBzx!`FXN=N=Ktw)eq3GyL zf}qJ=D+1?PwEY5x+D2T2)&7JC;F*ziNfSw4`g_mM2XgOaXj|2cSr=9*oHm5o&RxzCF+hd$nng)gt=lnL!1(x{4;LH#` zhx&Dpe&Sb!^xR$YCkA4P68UPgP7OT2xUN4oZ)*xMA#-#*(uYt6*5QV5hmly~b;mua zFWuV02Nb09`omLs_f$_w0_0Wp3`~;p7t=g32K(KpvkLnJ z>5a*V|DK#y5sD-)+i%!^Y?5ao>&Flpv)R>D-8PE|DM@spKbkqIrBl2D7qiNmFweUE zz`>XYgp?^Qg(j$Nztk^m6#N{ZRVZO6?!KQsxK%IC@Wu8(BO@k%twF9NxaU1xcNc=4 zU@KN^G_j&RMu^oT{*(eK!g(4h)Nn6Vwo=RW+5IGP1cFecZ&lPoneXlApQU>2XOzb5 zn)1!Dpeg|DDfSlrEH9?barb=T&rIP^7FdLD=5!~S6N2&-33e~>6sXP=doei^HW4Cl zP)k>^{3|02^XNoQa^J-d0jBm_giGf=nj{XUb32(r<+~q+sxjz#JT#8(w)e#;J){s> zW<;FYe-&yLT8PtpW|56=iTfhw<6-fx+ouw~9?OL@?XNh#! zESY$r@0AfB1v3k0PqiH<^5WV} z0BY98^qcXmuDa3&>ulRCcxxdTuq4al8V(PWxryhJB2>8x?n$S_y>w9zWyS8D= z3()`9REq_S9>+W)0p&|o5ljuqUM;MW(RqKZFi$bRAMe1mj1`zn@PY__e|;L5H>5Am z@Ug_!9jTrwhyrFNEUY9bJ92Qp_R+-V;e$7o$wc%~Veg@m3y`V^WE)=p;}CrPO8@1Ca5Z~>a1bS32aLXe&s zRyXJGq2P(_34z(6NnEh(Cv(+Wv&DYm5?h#SMI`aUBSa2>nC8!oraK)2vtb4*`ol#A zhVSK7%Pl80SDi|Uz_X2J=WM<_C+c5Ow7&&xV3r0}07|GprWxSOXy_rXr!I(R6`@b8dJ;{n2o*ZlgHgajax@LTiveWPvUryBf zLGks{x9=XTeIHkksep*t=K=h^O}Wc<)1|6G^?N6I+E!#rY;*L{wuwS@vMh+Sq0T^} z;#VQBSgvCxM_JCQ>f=6V49+aOX;of36o0#;fE0?p(Rk8EO9wXx5McCa*_tM+H8p&& zXpWwp{ZPF8@CA=CBj(8yP6EjBPkiusyIX%UEf5_%9*0DTh}{diIoAFRdTUoNy`lC- zHDa1IXA}DcPy!K#Nt)2At z39)5-#kbUxzXGRG>bPOqU-+M)OaNT@cRIX{H2FolTK?iKSQc|lN2KzZ8vh#^3mO+)4U2puh$R5*meSX=DOA14?Ln_^Q7fnKUQR zYyG6)Y%Q-K0+#)Jjzb;~HZwke=SBYh3qVDgGf`qW&UzkH#S&n1*{*<`JRNG#(}5UF zsFmjFzi(hzjPp)S;dbbtrfVez4MFY%AgSBcf>%;XSLmPcx?k(zext=|iZC^H_XIbb zJ2$*~2Z*SJ7wV+;7*6{=?s*>kPHyP(wfP0(H+g#sFlS?dpYO;3TV83}FFA_iu z{C4F>DY=)eW;ituuHMZV%@L=^)WSU>EuNkR)EiOMUmj0KJk&I-%@nlz26fSfSW4(5 zGHO>W{@s8@*8m~#f-fx(GZ9f%rqlPtE!#I->;8{S!QqRUK(WO+du+4O4G!GT+*W^P z-quA>vI3Oz37(yZA%SkE@JZ|)~WGFF1M@LA7rW#&_?^XybB2Wrut>}!oRco zaaM_Y8sd|@%_?NB*T>l z^^U_NeEwNFnCGJ2B?QtRvxW11Z$r%wD?YZ85UzgU^fU%NHq42(?N$2Fqj;04ceyPK z7EJzs-HiEyC{z(IT==95UPj*!Z%C2(;}BgHczt^0?}Q@Aq8aW@cz^0gj(`OJkVa?w zHCFtEO(`*ZE#{(zG$x>^wM-A<;+Eb0Ubt0y%)?z>UC4@F-&L*XP za)8S+9pyKOw=<0dmWLZpnLu2c-WTIOlj@uz^{O}LIe&(U=m0gp&y;G2EJBgJs@e{k zFGlb6PdCD8bzpGZ2Xh9!((XSJngcLNFhuRw8k8%y-_`ZH`scJTU>(=NT_{2W%&btD zKdyTl6iQAXGp4fosp|7s%)`wuwwAB|UbV|>Y})y)7qS^4CN>!czQQ$Y1 z8CyaD$~B?+&wMe8U@J7=>PdJ{u~%s!_1yQDUcSH zk#e+KN~qX0M?%s%QHkzvzMv93y{ii5SDQyR)^L6t;Cer%^WV|$Gg&b(hl3b1|z@KOjr_Ydi%6lmved3znUmr02?7=?TtGfoy)L?(#Z3yNX+ z4!fj#adli&%wz=_!f}2*=QxbO^|+#a%qA5Au;smeh4fNWHm5vUgpwj2U3GAcp(BnW z!e`n**3dlep!AOoJ-hDc4|x}mQzfCPQ6GOq1k$cx9oZ`a;IR!X($dUvh?75 zASpJ!5qM7)G)V*X+-K7Fjd2ndv8_lAOnX4!%$LPHtYaepg?$h`-WI3%=n^9IL!Nwp!tgCjuP|`jt*0s<(&Dk$GSzY>pHHN0ZJ0@%TQf47 zO?$@tCjw{g&|$_ftp`BcZyT>JhyJ6SP;ZP+pKWcRB!G0s7PE>2xyX=>nMMyb zk8-%7qLGuUWJiWKd-(m;)7bpAa_+>vK?pYK6t~)M->fitfikh{85@2IV`Y+e((Ev3 zt#hamEgj|0H8^n1w9PXpDOV+*&xbh)fD&NkE`Ry8l%UU(ed447OXs0p8{Wh0AQU*H z5bn2K5X_aKD89BB8zyW>BOBVa9ps=u1CIDHm;CI4WW;#1dy8a=%0CcU(?mP3K%43N zn$nZt0Wpy3ZXn#Y0Em+=LbrPEL0Q*buq3rtLqq`~E%$eF)ww79GuI>>if@ zuw?OON0AKO#w?kwM6faJ>}@lMi#-@sZjJ-gtRUd1>=9yR(f*f}+7N!z{_G7t!0lB1 zW>F0~vGlDB3v=Nj3UaHP}%$a`^nq>msM11=c51280^9~dT`O+tSZ|xVfXP088lsCsQMJJoMfcS z`c#`@NAd1i96F(F{!-SG(?q;iQF1O6K2@O$zoQG0AV*I_L!xKe5vxD|b?b{^hb$oE z#}L_fEIp9Yg<^=m0jm=uNX!9k!xiQ31Uvg7W6qfx7X$Ezb*2` z7wYrq7(K_EI6BJFE>f=ld*(eb#J1i8U?q(`nvDNRc2&&()A!y7qv(H#nIdxZA*1Nn zW%)^F`zq^lh8G?Zu7PhaLdaB6n;Og>5`t?4p5#X~!CT`@=J+3QPj7K%zSivQeDw+t zQbJNvx2gj6H>u&d`VW))1PEY1v30Ze@yes0^m(ILAioL@ePr7{^1GW&O4vB|<+i+C z!?UQ4e*e-YU|QT9S~#pjJDb771MzaV`wu;+gf87ZUg+ryi$;hTN}_xg^zM0~2G09B zw=ra`DOF4nw2uC^1ai_~5P{WQUZSHoU#wu9O4FankhmxGZYl3Rk+<{bjWI|OUh|{( zy2#QyZPmaO9cL=4m(EWKwkF>`%<)+DV5~oZ!g5zIh*w~gNrdQM=>&Nj#T#fR{gDz| zU(4;C^`E%(L+l!>?tZ{6M5|Fy&5h#~g2u~7GmWIj<0%heM)Wfu(GH#rp;Gbs@%{Ve zJqdsGMye@6R^6Ia&6V7+$baiNz6x;2Dt5i29nV1xP_2@nyb^ClgIB0VXjm*AN4vd? z{8Y(C?)CamUCStDz#a)`>QjYj&Ii3JPKm&*vf`q7%yw1GzY1{l?3j~)5ZSt!cJhWU zBF=+Rv7ZUdv#+7HrX*PbWx#e^*G$tGdaa!H3O0rUD3(w}-$3J_=+59toB(01+!a@F5(BaPBo=CYF-1x^J>dwWB*caA7<*XN!bnoO6Imo=fw#NiiUT6fP&PT?Y z@0{ja4^J+EUf5{|)oqCht&hHLpWs%*=4omnz%xb%(BZ3y?w%QUBA^6O^HX+C7@6cg zvf_hG07wx{lRy`*s`h~$KgS*e3rs;+!^E%-^7!z|;<)?6yORQ`=xS5bnaySnrJK`P zwCr6cn4(4&3pKhlWyO)O8$K@jgH7GBP*U7+aPa89j;(vD|p3fPp3w&7#5I?EBQqE%kpUa0a zJ&jUzx|cMAg#?QGznK1XCeEG(OztXFav!p`EVNL8{Z`uJRL0gq0!t*AC#SP?1tN^m z$|_d%7XwCWx?_6{T64J|ClM6b+Os2OYiCvT^Li-%1ZurN^`#Mj0yX+`N>CT3CgPtv z2Z@mI-nbo^4$VEP-wLclNU$lffIzIW^WJ@?ky;w;gjG81v3^9(b;=RO&6sn-yZ!B1 z`P9d#vlJX_3zH4L+LcKZSjFbwzV4@qAZT^uo1c6|6vaP`c!49ahE!C~TanH(pb?Sv zZ|KP>Zdf(VlrZ$AacNo4RoKJ{wNEb-wI8tNSnw-6xPSU>Z}Cjwb$vl&kZ%I=3Gsz_ z6IUf-Ko@R*9g&wdL_`CCDeGdoQMt)Dd4{!BFgp>YH!-c3A(2jK$g_x_P7Hc?bCMxA zS`sEPcKNGcc#!f1rhzQ>+oU1Yi@XTZw;q>A%gG6`Mblzaspy#QakE3Ni@QWaqksu2$F6^HOussp9;Mgy0;%9h8-ix}E zMcCCzZCrh3Kqi9wYp@5ghT2OODz|du`ocdyK|0*d5<$Xavt^KRp|kg0-_l4-iX6{= zX58>)2<8Ex&5D%_-C8K#JjYL_oI&2WeH_HzYB1B%A;-6HFBF=lL^8MP5CC@~lp8lJ z8%@o{fI{gGzYic^AKP_4d*7BY@kqJSez5c%qcu1~kml9=agxSI~T&#fTuH;E&utbzw!LL&N8Lj3p;A|CZViOsoK9aaGK z=+5|yvYYE{&~hsMwcX5lMgd{1n z>6Tu|;H+1x&jj;V;GMh7CIMMO$LF#85*Y)-(oJg|N&nBV!K-JM~fPXeb!D-L%*48a3Mf?w5 zX$QtP9*{T2XSIBDm-*y*oLVRO+hM8cw4nt^XCcG)ZTb&QlFB+@= zp7`G0urkcaomlMP<#Bv%hStr)(S{7` z!rdeO+c7t0{eooZlYZX~K zf6_X5K%SWV`rutX?Ez0`6W`I)*|ltA{nEpM|E#1lvXY~ZToO;te~O*mq<8O|S=agf z##0!hpmO2wOvVnyZ_z_Uv$>1P3+K@-*F(=`mWyi#hx@J>3z*fx8D+-y=jllbd1Y(I ztM@oj8@V2S{k{AsQ7eP*Iv(P=KNDhNQ`Ko-(`QTQ+Lpd#RGE}DPk#1?fr!~qEH(C7 z+GApiv2A0Arsg4pd_=06f8|Gfsjlc|!VRfT-Ev!g?L`%t#E2~?0wk&P+$1x9?1A4L z9I*H`0kFDOYiS>ze|6No^X7vPqnJ;f_$`lc%s1Z&Ls6e|XfUY^%G~;o?euR1$w>?e zz!tb&;YKvaY)a`JPRIV`ah+Q6XFccnwn36!PE|(sCIOV`ht4Kr+6sH|3!6z)(Kp8Q zAD8DDtX=pzAqFY#t=)s38y3#$Zw6{PbFBE^j;JJK`g@a;G1hNVlnkPlC4q>p^*hwg z1w<=_Nhx&9BFr`P3KgBL{d2s!&^B_Twy^HWqjGh!7$k1d>CLyZc2n|?ElPPb%RxFE zw8k#>g^xbzb~pZ|`gj}DpDgxE0e8XTZy67mUp53t_UChE>z6hUddjv3JZ{h2viY9& zzS>y{)5Dj0z9G~7PpCf1>clZbdrSy|i@Ve{E;MVfQ2p`o{L90X8-(UJ~Z>k|4I&GnRZ9!^VnVR(HgJP<%Z0be*jDs!Jrr@{1XaqfCMmHptp*%x^> zVA(wO?vLB5^|L|t?Bm*|cgjxhnU4KKgesj0hcSVL+na~N5zq54ba+a2($cDz3SQ%n z(*8bazv%}AUm@>DTeNV|C?;;jPRlAZovT~f*Fmq*%hh2f#ifs^VzgRLmC4yp-@0g+ zpK44TkqZ8xmixU%so-8OZxP~Pd)uOyM@!+Jy~UFs)P(w(7O?$MX?6{NF`RRLDQ0?b z6>>Pnj1tq$*Y~Y5o}5yFx<+9p6x{0SX|1vV5g*BiaV{BtA{mqsn9rNrjDj>bP#?Jq z^HSuCMWG$*iklhD%e4D#C!<{3U#!zI3EO&U1qMmjpM)>_HSaagfz}q&{heA<1IlIj z|H;hJla=F~hM!>I7I`9k$87gZOuYYoJ0YcZl(}3s{xgNI4zzM2XgyLUo}a9>HHVfw zqF})5na6+`ZW_aQ!RhnNuutO2X)9J-1t(^a(N|&N)j)5oW1X>|c`kUa$@pE!Z1nH6 zx}l7F0^AqjUR_lK*c*4X3b_eAD!gu3M9H1gf+*>Hksit`igAy{?p2QkK5)U@^NQ8rw<3SCo7VAz{*r#gJF5s z#N8$~u=5HU+;AsreM3Ldy0m84cCSc0`hG9P%cN)WU%kZ+dNlh-ZpGI&%XNVp;yQ$u zN(5~mqXf;mZenBQ{^r}&U7z~;u1C>v$yhwgln{$1_z?T7++#si#>U--|nptil_cShr`$i~R?*a7JSfrEOD!Mp0XaW^iV?h!XLoJxYj>_}{1;T)PYv_z9J zUJ=x>Xg2Kb@c_%1DXqZQt3rrTG{?hE)f60#n(%pozx>a3K8*Iv$U5YT4aD~KdM?%e zs7@}+#j6v~GvqByTinT^j(+9W*#hLw=4;Qb8ov#-k5ZY_~X$=|ul{#ZMzvZiDBwQ&VPiE)0Hs)#oP#(X^F zXt8Ggt77q4s_)KKDoblV71dprFc+^~9$)*-BUh|l(u7khP#X2%xcQd+!XV__b1P;>#9vLpWy%sWv+n4I?A7g5?EHqhI>%a zyJ71WP#T7ptM+$%( z09n@dxBTvemi(SgbGRMDJ6KCQD+_>7)AG9PqZzySSOOY*>P;0+#Y9>9EkOd2zT_Eq z;#LPO@ye%~i7%;??FAKLACq|eWX-c*#IKR2zJ7V!Tqm1Rk&0HYw=|?HEGkA*(EmVox%fp5Ovyt$N#b9 z3&u=myu>ktw&7%G@SRP2*ph}upDCN-lS^bC^+Kp2VzmZk5=*`fu2uV_3xrZGYp6dc zC+ohaAFIJfpYHb!>&dB%IkJqL!2Ihn?fVh8TuJ+`tglMDC3q4N%PMp#<-yZbf~;)K ze4$f_078yT=&W$9gzMJ0zrGgkT-mY~G%< zb8L{irwk3F9%}HtBvi}ciVrWYx*6;2yt_)9Bmn@~me}pDQZ^X@#6Uj3KRhD7SHDQe z+@9eGLu}bB3aqWidUGab+sf7&qKHFkj@*mxCGqkQYG=o1&h#Haz|g}U=5cmtgl?bd zhjmswP2X=TkPgNBJK5HYB-rbB8s;u>ra%xC zz0-~OUYeGffwcyW=CZYK$;ls+C7)0b;FWLM`#lByZ6DQfx*M@LnNWeAjfqG?Y}m<0 z^Y>IUKPYrBTV)1W%d^$X{t%D|Wf0w;~;to*EXah zEH#S){!l`mMF?)aq#63^+94O1^B*+Hlb^u2mk`hzn$@WE`n@MCx6{}g)i37=-p>9L z8cu!{ThyBTl)MP5Q8oRAc1lA7enfJixSM{uT&QyR&pXJr$)Una{8TEVc6|4n*zL3o z`bxzg5P0)cB%rmDnyu1G7xk|AEVk!*Y`|?~qQ2;n$7ui=ICOm%maA_f#*US78V|vH z&pm03%|SOorUdR}mJe%*@byu!Ao!aZ(&b$|Y*s4%U-zr;hRZjJT;BZ=^|6i3>^d6h zu@L?=QAvUABFu*oisqcHLw2Q)an|-!mCjIG>XyTSwlB?FD$AAf4|fpj1`0T!Z=UWb0$ z?&Y$sxLEvY(ECT`Z@=n8p!m6dzq-wspqkD1;s*yQdJK3zkk!SWJZfD^G_fk9juqPA zolPo`)$Z4g?qtud3dvZ-(@5EQ*po97$ASG-{P%Gbcdc8!nRB*_Ry-eWN&h0rdOR9k zC}hGQP4AadYmrMx_S_84)Fq}!7Hc`SOfhoky_12~O!~|2*x)>3nGH`&KUd;PX&329 z+vyvm=~@`!vz>HA>-*1|iBrj4iy0X{2RylRGtL&&ES?WMEHGu&`}fMNnhxZBNPuEr z#^B|PR}@cmZr$&G`{50aZk`7`uNA1*^jNKhlN*cUIH*Bq?c&UwU?wpE*m-4Yb9tsu z+7QMmLzHQ|JD2@D_MRC(rq4E;7g3TjeSvW6;@OOBUu+Q%>cg0BaEMSm^O`*YsEe&j zOw)7u8xv!LV#vtj{$t0lFVVIkOvg?R=s6XORH}0fq6o6`?1o1Tn#5rc00m&1a`_a~ z<2pGKuc^&9cP4-c89in>#}`8(cp@KH6eCZZW@T@e2_-W9~?- zl*Mu{o(VjgOla&TttNr(fPua;nW83tp%v$Ya2x*E{GD*+Z)BkP#?4-gds?zKn13%O zS=k?FEVwFw1=_8yahC;}%Qs1=zP zLP%xDDIi(}jlDfDh2EQD!b%?;qhZ8xby)**)o7QYVYL453Uw^3EbgkD}w`ImJRsLkVet#jgIjt*pVD@B27m00U|1XM$)G~Eu-K1&*$FTZNr{mYy z&dgN$rpfWfdxsWi7w}@Sc2`J}A7mo13?8abs|aIN@}T@{Dv+E>)v#Lny8#R)8`Qu( zdLMYA?S5dQ0|sB@O}_LopdG5tadL-SF>bNqMn)amBp;3US~BhTM&t8~>C}aDcV9i= z&X#txKntKy*&5Y3apcyoLK=$ditNAU(i&@4Un5ZLc*?xIURB62-p;igx2eB&5H^Jed?(l`$GmU z?%}DP*cDH@6I%kHHpzq~2U%&F{K*tfb`KHl8Gi`@QuVbkCDno+y9{jSFU}p|S5qTw zjD^(IVU4B$gH&I}(DUHoNx+Yj$=_WsSdF(R=ty6-o+xabA*=&)3S17-X3}Ru?E6=l zY9q}IW7JS&oT80BY_oo@Y}!^uVjr-~5}(3H7TPb^&bD5Fd^-7f;Ls>yN(^YE&J?WQ z7!<~6%NFrhc3TfoI1>SMlj|P>$&_qWm0h*guF}8#;2seOkv2)y$K9&RjiY8UL2XuO zy?3`TX`r4y+g!3*nzVigc@dsauzY{BiJb_0mzWY_RXs$i*WT7qM=aDSN3MaL86!ew z0tt`=fRYM&0|trJ2^D*ydtN;@7N|p5<6D&OD#!x&yX-AqnNS#U_}kXan4=LfNI2+0 z1rjf%MnR1B8GHA$2htgT(g=l>+fU@P}R*eOs^efI{cdWx2=ii*8VnCeO9gGStER~+Q(2nQ&! zl2qI1CrBopZ(k-DfaC-|;Ix#md-ITuc_S8MdfddzeL6HCHr&`Z;Lk2NrWyH;xs|KJ z51?fgk%7Gpg2zilinx*2H2Bc$xck=DeaV`*UVRhRvhc%}h2|SA(L}oQgJ%i(?9Y!| zpx@nIb;GXMV+5F9!_R}L#zej6#QC!b@MZ#>4+x&=UfBDiQb10lYxQ%Xoj~POhc4^$ zNtoZZf#IFZ4Vaj2W99l37~lcCtelD!9o2?+GhTOns3MiTFFGZ3{+jGC;yrCy z(O*FV#fzm_5$B`0iQ)+0VhwvE2n<29vP|XVxssx_n_f*EcR}3#i zT%X#E0@#v;3 zEi7(9+8K7A2=-RYo*%0wV0jHrLN6-1BiMDEpuFu4I`DDo4=)u-Gi%G&Z9)h+2U1_w z@ydt(9}!k(En!`vYx%UvP#RWOLH8cd<_*-m zIV?3IwY6t8XenSqy^`Cq{1ZonwRLg$5?elUD<*f z9T=j!iKI(kGaba?V1bpLiBCKO% z?vt{kA~`AqGH&QR)z+fMCJ}u=ifHgXwLI6W>%ROrfs(qTO<=5tfp@t_pu zJBfqR`42KYS>dV=eZS9WZPds<6>Z`;r-s$JhIJtDbxqkk4`|9X`}o1ACFkl%TV_3; z>R+Yc+miCa6)+I3v2F7fVD6W?xbB{PAsXrj<`hV zF`26sd8-{x_#OGm&&hHN`jDqkMD~hB4Vzpw7(W!SksL)j&x()inf>1N0x(MV zjvk@=@Q_);wEQ&`3;Sx>B-Vbpe6(oPR0Fs6R{B#cV0YGou{D{q6^gp!;IQti#6K=l zdEZsr0X%aG18e|buh;g^*wW%T^5tjp8DCf@hsW`wQAkAn)Fm_?59dqYCO z8Rix)a!aTFul&vSwsg%pxM*L|wMu&{!HZEQLiMrpl0k1qiX`Mi`2Qr08@zA?H^4We zNJ0~eCN)~Ksrly9|K@kLeO|wl&`5w?NA})Sv?!*pmmmULYGGUJ{}S!#`1_{iMy@~H zwCWt%`u0$Kvsx@<8*J&pV+8ev5G@JJQzZcXW+sl~8Uu*<^zcc(B(lg+8 zclh$~$%+kmd0KPG*yQ|leV&mdG)MhsdhttbGeMw+x4UL}X3pVK|(o$UV*hT%6-pIdZ*WbQ`{1wRs z8aosjA*t$b+m>6KTl-5fYFaqm6$ejpD&t#jT@<*-vE&pn<%sP@SY{kk9eKx<{qd-| zL;UB67{DK)w9XZFN-F!0v`9&nfmHsR&Pqb)2EA`p|BZJ1>r!%s!%Mo>w<(cTW8@%8 zd`s5wfqev8W9Cim3O+Iaq(s;R=j77$r2k_Mabq|-cWjNWURjT1Uak{HK10dqBj#X2 zSK!U&e2v{(!?mZWPh|rlT{aQ)lv*xgVgq-9$-Wj@RLJSW7fl-A**MR);{aylZuKQy zUIL(!#A49(LGc1s&4AJjke9(Nm zd_?^Go5_>3uCIn39_Nw(JEG7mR&o#x<{=RWfLWiTJVLeAkynoibYEX&2jDWZo97?I zqEUVo#tqXE97{+fhAcZiWR{B0aw;x4gVwbdPZMu7 zFPI7Nwj#2O>R}jgmk<`6oLnza=D2)GULDZ_iM=Zv1m!1q<4yW$!N`+HiZD`6LQ#Tp zILqk9xd9MY>S ztqHQpvu{SrgVx$=0z$=$Uwt1YJ*BhEKV&Bg=g}ES<_Och5o)K>=60ve?TR$h;)-$$ z85X~x)ajMhc`Z0i)xMX?*8I}dUV-V5b-|Z9x#JJN{Nx^fAlxlk=5|MFCv9h;!+u}N zAl*Z!!MV&v#acgCozS3U&g~W+GZK7>U&SmxYsX zNgwEXqeIoP#-_;F}0dAeMeIr^We*;2F z8jt71I&TI(P|(87wB8w1O2>IV2 z@V@TX?7$yTWYfGncANaUBx2Y9tub`^%A*3U?LnmfwBPKa7~Nnx_Nzn0fEV%Of6sCe zNsdjWaIck|@$P53v7AQDEv+m4)~pjjowaL0)QaZ-iv0_5J5ssT#1Pn!#C(VVINmI= z$nRVUYSCQEH%*GGOGz_(F_Ss~P>lt6G>>(Vfi1Dc;s3_@bLYfo2{T*`?ClQ}R@Z{Z z)ht?kKAu`rUs$~*{qJGamDb@Q?-tr3LA6+W7{Q?q32l0Qh!ri`YAQUYaW!rJH?;S3 z^xZ9ZX2M2b29}QqLGFS1xr?BN-RRN}8IbxOT7s0z&Yit&MqoW|h6UUGAEN#{p6d7i z1IMp(?Cl_BWE_N$y~@nVEHbkxd#_}3k~lWmnHd>nXGVnV5gBFgy>}Vs_k6uS-{1H9 zuiK3quE)8q$K!Ed*eUXJJn-%Opx7G0!jpELJqZhfgQdowc;>IJN`n?N_&gzA0t(yG zQuu%tYBvQM!Rj(|dD~p`7@-tJXso`F|KYKjNBo4#Hr!VQ_DuziTE_;3EZd7V8D4dM zXO(dJNcKZ|=j2^ae zUV`n&+xr(IhIVg_xZkE3@nAbh=2`LTx3HX!ufrYh3W4}v#Q&X+va;3gyA0FOsI2nK zUz2nUF!nbr{fn7fKCzA>c-?Fznu0!6uzB&zYiN;Jg=l4kezt&cUpLlVZRp&^hd%y; zf~wi9)d>g3pC6_7yw-XkE}R5ud|I>ESPLBVYdpw*@!3IX*=vH3;$uze`3Li1(js z)bhk5k!unfxfYCFf}Mh$66EaDray$8gnS~6^RYT`v@HeLKg_qF_=^480n<0)-dkWf zrO$S!F;#P7I_Nd-Y`NN2Uj8>)bna|_vFH0B*R%CE*_*VB=CD9n;j!iS9-mOpyL^vC zuSGC1pF+cMX=X6*aIa+F>(y1ETr!28a({3)uj#|?;KjxIb56=L_5iS^c0 z?de9|-}LgDKNfQ`M{eC)*ng07ZYkpJ?Ts1hu&XiC=5ZuFvYi7S;f!+43wf|oxOTFm zb+FF`L-QM*<7jxCF)QTiD+cDWe9%YnBKwi0EA~E82LAF}7Qg-CXFu{lPBl-_BtzpM zFwEZ=FTO8B+hq7i$rv(TJQs(vmkxK)TbvwFu*wZa)5ZQ}H}Z(#((86Jb~8YQFsG&= z7Tg(;dp_q@6Z{3StRzC=L_o3EgX3z+=vHG;_AC#y<^Uf1e`#>35!k4Sxy_i*q zruHNNJ1#JA8qy9Yk8N2B!T}jwJ{ZO|24D%%_0ipOJ8Z}&5q{hONm`ba1BN_xdPWYt zTre7BA^euAHJr8;nkFdUruh{Gm)PIA`?-w1pGtMPKtep`Bebm5XoP7riod$*fI&oG zWIqEH2?`fJ%f03UPpmH~nfNNmp!s_Sf&V~5#Mw+Qr)1n7%Z)G4sHIFYk$6Wmhy-A! zIkFyhd^atrQbczqogvWZbwVO!`v*yw++S+&)3w-L`NpS1-<2~tHYUv|2jj31Gp6<> zmS6^sY3?JR8xxXieYywDGetuBE2vclSSo*AfY#}(8kQSrn7>1h_lS@v{>wPZ(8Bpi z$jY@XiSq+17Nd0$7JGG6tV-olOUa`dMc3J2_+9r~gGs{-O80(AuU?<&U1#%FC5PS0 zkRFZe!(9d>b1{80c}x>-`l)jtHdwn3@B#VZAPMqBCRCrl zVCkk#XWYWZ6X^FR?BL1Jng77(1%L#05b%bus;66QcgWlI+L^YTko5a#cZ zN5Nq{hgkl``5CKvy6ttD0_09%*0kmj1DpuZ0pG_m91$FT?J1_JW+-E56Q9}-nenGk zX}T-kDymU{_B==}uag}SL>k1ECaV6K7=5DECjHQ%^nq62Y5rEN^oCAS+JVcM1|vF_ z4o#?$>(`05@7E;>J=TB6CVvc-imuNhzOH~ z*<~jSn~AifQ1{vkV*2>Q_cg`CrenyxdM|$l7^OB(Uo#z&SSR?vwHgaNA3sFz+-^D8 zuKW7rixsvmuyiN6(FAY)PEH>c!Y(aNFK6W0d$P}0o1b?pBQ0I24vT#sYomnS#|Z<~ z@yZu=zZdyPUY2tYIC|C=H}xk|R3|E)YAwA5KNnsp0gZz!jcU>6)8w$+DINpyXZC{# zgLBQT1q5pto@O2MK|Pmiiwrii%QSXBl+?{E2wJRTi346BTMSFP-*5kp zoSlQF<)F|wHw~|aM;Kdm&co);fIwUzn*s)p7*YLjZPu}DHK+xfFJE3-ENY&hPdXDm z@f}sDHC-AaoEPkc{GFTAC6cM%PQw7LYXBsr#LCnBQ}tBoo7u17+<(x0853k@NzuyM z#cBh&u@UWS!o8)sX0T?y(OMFidOc?%@Los)=qT=Sa3RoE+5WVUvjJL42=`w%Cb5o% zuRW+&jmS9~`qnG#xGIH%s0?3g%P>s&S+L*lCLHhpLKzLqSBK7-&w`Dfdr?3E4!_ad z#=E&KmY+Kn^9|ih*;`!9^fwO3mr>ReZt>s4hFLWI{+PJ~srHs*!TrF6(s4tFPY-bB zn>A!FqJHbkma$0Ymo5dn@p24EWZ*lp+O_`XXyAM?SaUd&xh5TCTY90bsAe*`BcPUW zf$uEwjq1dsbc|$pGaQU2`3$v`rp*N?G79s$^1gEByW)3^wH*>K_W~6p#KK>%t;D>< z>zqGakJc~t;_ta2r0*-$MZ@7q%TGzyzFB~9*rPS0ZsV?K$CV>=$)k7xUOBG`>P zl*RS0NkdcNl7NxzwoqtE(LW7F@Yxd86(xSs7`H4B2a+Hc+FBJF8+62lbx=)4V|2nZ za%6TqK51Nr<5YwXTDx1ndCv6Y)q@X^Y$~nAn;QcBzfs>izIq(q9qY@E9|wi0aOqxe zGQcPsE~r6~^~?_ii$>}n)m4=yx;tb*1QQJH?YgJ*2(IcmL48-tlfr*kPs;d=Fm}i` zHD~56z!lAm{wc-`xie+@=ZN zjTQS$(sKeiY>q6M)qW`_!R)My^IIVk~LOGRP>6o3=BTep9tT_CsTKUV5%(X2Q z-Lu-U(KlnpbdO(gf3+sAs~OkVr$5RwjY?O4SvEVd>F}XrzL$}4w|8?&r0dsvvV2k~ z;m5&BUxsy``UjME1%Q*gaNW36+jO`wDwPeyK81V#2-+m7zhJu*ZZBq?+qLaNjo|M_ z-+1qV+QeYH5YP4lJR=zil+jSWcb|#Xvpq?`(C6F029g9(R+vj%AhmWGZ0D-Sw`odTi9eYX?)04PI>auB=ZJqc@3MpJyF&a&I7c_yXp zUObg@bsOu|7>p@u`UG|z_*l?_n1>x-BRe((r=VQnk0o+|j(?QxFArs1+rA#KnDc|j z|NFB>8nN|Xe%6~;CuXR@YBxCW!2!WSBE$V}9;J+=(9qpaS|#EgAq}7Y0DA!( z5|$ec5CHtdHF8Wz%wXo_g+?(8&QA%N|85M%9T5W$95j?VyY~|0KGM9^B@NJ-0C0P* zkrf90i06)vd}I1 z`Ol)3GRPHMUu-R7%H63eNc{EQzYI}&F0hO+RZYR5<+7RY>BdN00>D*3V~!3!$KnFL z2~Xp#lD^uf87^JMvNC+9RhY7R#U$TuguAiK|25jTrC%8KKZEB;Ye6J4S0 za{nd_G#y0v9lFd*V?P+cTeUwvWuy86TYm8u`SFXdL3Md`%Dd`bqotou%gA72O{oS5 zog|EuB5vJ0K5iTl+FXh;yUb%ybZyiG{`9$>WB+VuF)L|}K)YSM)IeSp)fpd7ob{9b zw+my+Xs+&>r}q6n;-Lz0bPJiFXAMK0TX>QzTT_j+RFTCp%JI*z945);TaZ4HevH+F zv&=QT)PB<`VAADg;H31Px?K%U*jlMIU8%EAhp}zy4$0x&rb27H|C7*vR7!SkakDkJ zpAzD)%O^INW*#vU9ir;}ZtbVgxLr(i-RPLHA&Z21q2l*iL(FNA?H3 zHENc`C92|&?>aX7yWc0jiSO7P9JG$4COaPFRoCe=DS3K_{#ogS8ydI%_JYOAvj(G^ z_l$FO2c@MA>s|RQMsK;?l^%>tgX#t*>6)>hWm&i-vE1eo?O;p7~Pp1HzLn+pZfCgH-O}l$tTbQW%Wf*xpx{n(jNkw^3zr~dj>S@6)~VPZSvqt?M@ zn5b2bF@7VDFm-s!C@H=ROVy_^`m9imAwVK_%cqhc?mp+-z4 zQy-HJ1!5eXB?*~6{6=mlaDUssapWG}WrCPo2Ufl#m$;UUJ>!FjwS zeGj#qr^jT>lVt~YRB7(?x}1=LQ))iJtq?>%u%`(JBYB(KOj|Fb*dDTu+ZL_)YBfe*SLsk_P0|X7Y2H z`tAkH^S0C+4jqtzpW`IVw9k!1#%r-OpB(;aNav%~D3B>TDmGP6Gis0|jw9gY07yr_$-t|5A?3bEs-dP}= zhEc0Pp28dl9Y_Fv3{Z;0h^i)THn;fQ7g?Erfs@V zk@kwZGCvLuo>t6l{Z%tTq57o)5cQRxN<2JthqxDo40$cOX4RJO(0Uzm`rKbWmFCNP z%X8EEL|Fz?$Hp2_XOTSwWju3>-s@0A%G#rae9dMco=@mV9fI-giyxX^lu_EyM!f5( z3SfaOh4bC4xXR_c-ZQ^&XS@To3kR~#x||2vA49%of3aP;M|$WSq0K^0f-m6oZ_u$! zKP312t$~k-e2rUV4|%L$Ql)hnJ8uPKFo1f$^e0BeACw<9>XLl&{wR-dH({Mv*E?2@?rMP_H@k7ApY0ye%h-U34U5X&pxA{hH{et@R(r5oaIHbH%1M=qiVLB+Ipp%h{A^r}+q2$qU(p59q!ujiT37nq zAp*4sNFj-yxy2lpIA)-rJN@`iHfgC7>k{uTMd<~VGgI`z6M|MId?YGy5)QRaooUYd ziAsXHx{&hetFXUU1U15Ethm%}sTqof<7Tr%TTFbP{m6_O&gfepj6_X67q$dbg@NKx zU&3vTQ{?jk6Tr@_OOzAe5_bAt;7dk}ZiE=p6tLL8jdeLUxZEzx4j>qfvn`dUfKsn= z8qgz9i1y=Q}{UU{_Q0H`p$AV}6t%vNcS*4WCGTXQ{L7Xrh{V6Jmu>R${Bbo_*74CMY~E9+reD%#QpW1EC9yFaJu_igON&9T z!v!cJH*00!X#0}8B`k2N_>}LT5z)69fy=^d+@Pw_LNg~CM{c>`_{Nnu&b~{u)Z?tM zj0&8`p!I#Rtrg(|mP;26aQeYfN(5P($5l5j@#Hc6OHlMP)9T+K@Yja>li&1wi%o2L z_0J@YI$JEI;(G!)Bl-c+ejYirrSji`-+C2ODG7!b>tot^%;8ox=esm>exBS<(#7y7 z?qsOZA@UL*-$q|j+y#rW;wF@c!Qpq(yc*(k}c_#p9VgLUxmib>t zZB5=PA|aLBBU?q+7s>F+gP?oPa=>yZqpUgG{T8CG)&PtcI#iwgKICmYuIe=`IIhnA zChx}e=@Sk(M|>#R9B8zkGC}ulN8>)!1YhMC)7YZ`T{w-J<*QJ8+)aXT1_0rn&m~Q(N;0XsQ(cM5~mwuysENu z442XbPaFBBcpp`oVnpcB3aHR?aqv?J8ZqOtS1GG;`hWOcYV2uRg6W$PRu8VrS13E$ z$l9)YZ1lA$x@W$_B#yTIAxU8d;Y$B0K0u+EkQ!7hbfDFHKQpvyKx0Vc0{iFX)_>LF znM~GKsi4ih5(D(Ayiw}8-S|f2e4YyB;@~%--1C$1cjljmRYkt2vK`=Es-m7}`L!)f zT+h!&o~=)aALPy*%t>R`r3Q~ARwM?OqlH6)a{nGXx6_`ZLG8@pi0GD7 z(5vCL^Wh-kspyU>D`5zD7^FXwWtIf7N5H<968;~lNDN;Y{e{hH$?sEI4^$p*J z;lINgi!{}WMW-2@t5bGo{?Rqq)$wdGLmv6U3@&7={;9^kw8$Od6Tc*}9PwmW5gQcgJ9Dx7jtZh$ zD3wBm+3>dGubW@&H<;WX`T-;8EedO+@gv1Pgp;o78CjUlgH^#Jxl71u_SKTyAnxZx zh{{vW@UrDhh6i$u))}A~xG@Lhw8(y15P%%0GAt40q~S5cVXOA;cyr<6*iC3|euZtR zEP$et6+H(Hm~s`~7U_t8C;>zl-KqMf%&}eD*wJD!$WCQd&An#rQPE`>P(+ zTQeml;>*dRVZVcs@}-Dt5)jyh9V8@#)f7^h=h8Y72i|s*dfxbT=E1IlDAM@kkJ@qs z-;L#0D(_qcJAZ;7HI0;z1@yk(XY7@+@AzNk9){5Y-&@FGHAMhE`8 zuQ@t{N3@pQTbuecP??dh3etc32S8Ga&uz=5$T4&>ZUAzRuKFS&j=TQixgM_{OX_^D<$zv~Ui>R73#A}_0EPIS#MLHS7 zMKqFK`!$et8m5Pp=^dD_rhJ+-{=T?mRr_9PvKPtxmK}2zKri-Mm~8A0#|A!1F@qqe z>$=Va1m7K`^@}B`VLUlghOUzwNPm)!tk=R%uOr`-1r@8`|#QA84#4bc|ll75O+lB1YUzX=8mRi8lg4O6q@ z>%}XXo*{YS)c*rT|95yY(&a8w(RZtqvJ2j|uYS4lycX)Eh^5g^=^THE0Y|Gifq7)Q zBYZwfOWuG%)K#+iA1gu$S0oj~&bpG!b(Z;?C#F}-u+RW)*;C)X+!`4s9nPT`>UCx^^ZOiGN#VIzYFHo z@aL;3TCd6>rj21=G8>K@4$-$RK87owAWQ~ybNnPZZn)+Y&UsSB`NF!oMrT6kLWM{m z2`%s}!^i$pdlCXWH}tYAXr+{3AA{{*IWX10Wob^#A_PbVgKVuD7p+#5mP2Vc6qYrr zr`F`v0^P(M;LDYE_(MdR|e?hZ0)F)Eu+ttw%kVG1z)AQ)82ARAUGUYdK zGj2E+7`i?)e71vwu-j`6`jvos!ML<@bvDpPK_cM*t`s_z7wsU3W85x(m; z8g*4vz~n_FMkh~Wp+xDEKL1Db9sn1`WIscAui$ZDXMR2*8f1sQqwKKSPkhDC@|i$j45KJoyxr!Ort+oAYP2f%j4D5L&#St88||YW zYw`SgE>b%C@3I(o;VV&V6*gApFHv*LlGJ~PiI3k}2QAOZC~{{x0o-;&j#-js9$reL?bN%cR3 znU?LnG{)Afj~-m#04z!vS%XX|*N1h(nO4iPD{4y9!*;YWu7dI2Ag}WdE0&^Z@ zvTbO7Ec1Vl6r@th5e{ITZl?UdL-3mU{~oaYA!lS6(b_k!b4-Qgj>eDxPa1+2+Lr%$ zjIcY@kQq`k>NqRqbSJw~a9+A@Z^W+cM%29Lntux}v*|0^3gFD~?Bg|Mv`}EXEUqE> zaQcGBy@ewrgb@wIq$BT;iuV}Rt% z?Fsz-ARn$d7-0A3mYy)}D}4Fd;_i*j_*u(T$=fyarSpHy@W50ziL~mqOct)Z5^y(Sc9>RYxDhUtDLnIf^R zRg_rt;CWNJa?TtPlm~ljj@Rz`SlF5V=lsJ7Y%=44mh>D|HZ)Nqt#nvkXrT1!6F)M; zaQ0MtJPf-XVpg6A^usJO~CQ2)g#`GE4A35 z6~j+un1UK4QLV$;0|<20FZL$hYgzo!-&BtSql`a=_6WC}=v`gds@iJo99%%fQjltK zQOWoyxud9^&ew^dgWfT=clGm33pujV60To$`Q#Sby=HEU73GW7kz)oV69N!eO=qz# zSs|~&G@90+`t8V<~RsOGT<0tgx<#%cw9V23zm~~SriGwr^S!wKr z!So5mlG>oY=^I=9x!%wrhZM|7euKY5+tuE!z3|g4FUcD%A712+IPk{j?2tsP?e6wT zbzBB*CQu^;znpOpQ4EnR_}GkHZ`_mm`)E*@2P!5WP|IN!eP4D zuvvvzfH(B;AU0)O&8$LzU3I6%?c;-~Tc{F`!TX%Tb$Sfcbkn3dW2kGP2Xm@ZpU zJu$%U%p&!BPSkl!+BEG zssDrsy!bAQ(yh_cT^-;2#_-m|LeAC3Ysl|MlmAk%*8W;0WZjPr=;cz#=~Day9K{M> zOEcW*Iw&lqo`{nFVv9)o<=Y0ZU#1rLG1%DF6THAy_88^&aiqvx){v63t)uxWNaR%i zEcZGchBk3ufTEsX5#9{^#{hoMEUakkx$|$%)tw*EqYAq>D8wPJJ{xaaCk&|^x`p@g z(k`~%$L4EJ#+exUda+)~{&k?A!Y0zfljuBnF_SGh{lVw=*J1dd=xJWE{Q6Svw6z>y zgjfEFtKiu5P}U^4yD)S+NQwcQsm473FARIPtgCY+LvR`CCb%T}XJ`{8NDiP;!0R`~{d)nle2`66GI#vGA{#@bCSK!V~ z0r{_KptNi3;poXtu>nW=W#U=VN1iVBPfCkjzNZa@;IdNvg7nr<&Ojao;%DXP%)qKn z=C4BiE2E?M1eVJ5H>CBJEd+{W59#(-@T0zQ^?}(@*Q6d$O z)|ZavC$+=Pui8mL2G_w=(0eKvH+goLvLhR)bZ~L7LU&J7!|Jma10(8txUEqZtwJtQ zf{NH*U+JA0HF=A={c(ZYq#gG*tas!hq1UAp(x_7n{i-$ULRjNOZ21j@0QnpO;cTP&24r1 zYnlTnTCV6DqF7~eSk#-nEJ1JgjJ{2#=P%DKXdMygLkaug?@K%Uu^8L#zX+`!TZjQ> zeYc^u@bv!I`jl@|X{sMVt|HAOBT!=Kmr-ki$<;OsF#0||fe4FUrPJ)KFu6;94e+$` z)%xS6DZeiDCxcB!R#3K;aEexq6bu^d5t;Mk4vRx63Pi&n2zLAkBF6%{T>-P_IdVb7+&Ax%FA(OIl)ruxkLSl(Mc;07mp zcS&osn>ZF0Uc@!E_y=WiPW+oP#eOSWJ0t+gX2U^>L*04GkN1armZ>WHsNmg?PzBi! z*n+H?KV?@)tGNM*LObO*X|ys_H^DZqYDuMk=XpwWFebU4M15SwLI}3xY|;~Lg~ryDFr#3 z!n=X@tdR<&N+3KrAv62*#*5dwQSw}ri!DK_u1D%uvch1OX&>*$+u;j4X^}w254X$` zZibI2h^n3;<(GeGyS~HZ`d{dvOhu8SEP-ay$A}R&S*)_4n5&(RP7~ zK6@j-U5Mr({)hk%lP?@yw>DXb3lK@JXI!@hgS)Mi2}QPwj*-xK%?+_`-`mY=Yz2)$X#(A(sq4bVTkn-pmJDHf45P;sZGzFVU+yn=z$H*Nxjyx2m@q9@wOh^75SbvIl| zDG$S9z9bdb8pH(N0~VyAd}a5W7l^Wu?umnKM@SdbJz&GViO(@uV#sGM9lPc~7xNi$ z?ED^0u>VhL&8PRipR9(#YG2E-@A+pbHxm?ZTmQ`?4&JCit7m$6@bj;${8_t93E|x~ zl*1ga!qYG&?pA7}Tmfq!Kk6!N!rd$0qtvr^RsaUjJUur2amRnDu-xin)L#$$@~Dx* z2i38{-Qo&Ro5#3b1&o#d2=4aDf)6;-gnn^D8 zL#;4$Jk*Cd8KLK3 z(Ix+uYY00;azv#uWB<%qu6e3qy*b%Ke63S0`lLl2W=ME;qx`q?LX-oVR8lt2S*V1_Q8w+7$*b05&BTz&T`53HuQ)K zmAQK4=59>V2?C%<$eg1g*I=4Q>I(Z4>K?VPkX65y_11W;)a#;Erbl0mP!q`Jj;IkNVU$Cm;rh9POaK$2 z(lY|{8y}pQxNFG&f>Kc&?I=5u{b3cxVT|rD@VSOoOyRwY7UQJc-cHW;{X%>jyI{<6 z)fSY4-4}#Fkojl0kGN4a^l|Tg8}zuy3BU&*JWjnRy*q;pTyDSs8SUZAf}VR`YPO=_1)hl1@wcdHFc!nQYZ{(*WvFG}cX2{Jd; zu2gtWsXt65x!m8vpx{{djObo@Tl;jlvj128Mep}ndjxk#Iy%HW36I*fl`e$g%ECgg zBgvJ~<#aV(RLGGBa92s+y(LQ#2vC)XnDd@rBvXI-22jZRBX5*kaSHGge=x{q_TmWD%9f$r|S z)j~KAHS^5U6O2S)jsv~uAv8gM##kx5sfE&MJbnkvGe$1N()RIoW2jbM`#<7cEuK=l zAI)AF9^i;0QdW>i+?B-+`=*cH-Tho@2bmNRWI0Ez7a}5voPc>tm(QE&qD+DQv z49VrJY$c)Nw-l%V`ZCNI9AYbXO~9<7f+NR6n7NB3B*t-*&{RHQ8)AeOM?!1plm_3u z+o~O3C?uI;f5nvFonXV8w<+Zu=hOUDkeFNI%mvT)5*}STJxMfG?ee2W z$!PR$E3dwpNm&|A!})66D2Ctl*u1@;7s3+VyWLoE=D$bLK0&4@WT(j+q55e51d zW%lnbl=+meG%iyKH@qWHJ#g><__u9L|Mo_;8d|%=QOgsB`4+cYzRu@NO~h{ zA87aWKStcVblxrI_aDFJ{oL&urUu6%Q-@5YD|Gd&I4m%e4oF1@fY{Qy)KEgTYPDNR z<1?{tTk3d+QVP6}8Z>gThiKdn(>i2b%tm(4QfHtBO~x=?l#ow-Su^j^_c`wTuY;1M zXZ^6KEM7D(IIiqrX_%<#{7>89v_{QIjzdx9#Bh@>#J=&9e^}uB`-K zs+S0DlffWFYYP#O@hyvw%vJ`_5YVV6xu_m{Xzfn`Ak%un+NYE7R_@F68xTz$YF$zd z=dETR$^o!lkk}>%E)0G7p_cLUclv3mTO8;nRi_#j9P@)X@IJw(wzpqu?Q_F{Z@8AK z!-aVhyWS|K2*C!)GAf%r-RPre#ybng0_LH#DeANrr8OPgpRL8w9|sNXXkT+}GnL|z z=c1UF<-eWYyhwj#Jh4Q&GHvK*2~@csNdwUBkYxruF^y+|r!nYSBOplc-F775DiF9; z+6-$AlzI>KN(Lx97;sgNNNsEB&l^Wa-~JOaz#dxoo}q!dBlDB6pX7_Xd!!I=5lIr4 zMBLBa@9br^m6!y7y%zZ&UJ&X}F=EoRB>Q&alpQ7mlf%S1FMV;o)4mAtY$=~>M2^{h zK#cQ!Zh}G1@D0qeLf`|F#d&?*aq`DWM(gBd!M64=LWn!}wm3Jjf|{~4N$b?*M=(kL zG0nArFckflMA|!hK}bXwK)6fzLmIYE2VB=Jz4utZSI=}y!q6XZ0oA;p;tss^eyIVz59IEqE978xcFWKr5zInNu0FR!8~oNt z`m)HyfVH03adL7i>n9e&Ue)+i*GNa@^B{a+5pp)i*ox%^%EeAIjA)H4hij*mx$>uw*8tO%FoXyP9XTz(iG8_u^h{S= zxH^pmjcMD|jLm!RSGpgw)~TmDH6_#bVqTr{FR>Yd#~&||KEPz+q#Jm@A6gK_^auyh zD;vFI_QT4Nu{3Y{DqV8giR9o25IUh{95TK$&<9{>^PU*n5v(qu94Z}QZmnUNi zV-;kr_>@Z$I^K9Fs166@RJ#tUD`9s%oW&Dw4 z$GTNF6kMfGZ3bNz?nH?_;S6f|*B%<{f#15sxVB{De)6F)TN)&@ z0|5ACREsf@J&#v0EKNR9P$H}ETtiGq&RY0jGHGvht$!H{jD9*C21c$g8nfF-8g#dZ zP)7l4P?z+f-#XmOa_}z-^gH$o{fF|^4!ds%J9&J zg?HyO6-;VwCEwTK7d7;zNt(z1diuq=eJ#dwG028xh<2-Sx3kDJFG)-BJ0F`%fo;hg zCs8ZKoT*3=%n{dhkv5(vynq}{w8MvNLUG@ANj||Y!}Q_ki+~}AxtYmz);lj&)$YYB zlr7b3t;v?*@_C-!`n^R{Ip>lBk_#*MqEhMaTUgVN-K)%pEfa-d260r-BjJN&V7dR? zB^?(74Ohz??`EUVVh&2M?Ozd2;HB)83cAR~l1-bQl`+jG~{l4Z~RVa@%?EAd`({`n-{k0y_W zS;&_{L*a&_0}&Vvj#JvV%7Su`0FrrNE2ESJPj2|(Dluf68n8z8AyYVwBJZ}P4%4@8dACq#bN)_hwW{uxYrDVdk zny!_VVhH;?S2+2Z=-?R@kIQ~Ajcx5_HUc_cl+r7SkO49*3k}sAp?%sLcd2J-X_BSDAd9G{y z(s@&+kv@uD=IIw0)4d#oyq3};?%7}f&b`%;4kF%17ja;#5n=D_1u&yhMR_i&^%9eLi>yj*E9biWR3YZ`f zQ)^@-2k0!VP4|ED;}@@)-;J)y@y-qDtm$yQ%;MG3!R{!-h801N_WJPgoVlQkGFtajL&U5$7+7RcN0t7`#Iud1CF!^C&5*=r-k_-1_FDqU$q$!^>h$afTOL+_gRi`nE4oqn(rj)8;vV*1hP zJ)XjW#J$_1d!!)#!QGotzkg#Yrk=6A%ie6cScOkEgqdtB4@k?ae8d_$SAr?$?Mh6+$7vgA?5YY1^t z=^a767qxr0;`5jg$XV`=T?XB~eemF#99jj<`IaFL+DQcNC`fT37qoIo%%lE6&%Np} z-oCYW0367Ag#;bqkY_R=gU(?=v_&d*&RzY9TKC!Imhtg&b`n7e=a)n+g~Jl&DWF08 z>-N2f2T;HR6=;p2%}Fa6yj|_5!7b=P#fcOj?C+=Rq51tX&-$jT3Bq-#!NZSv`YgH7 zmdM?DmHy5Qu8o+(&tm!dJ4Lk_9>0|Kt`uH!DKVHQSFzG!F2BvB>-GX|XSkUU=I6$=!c@U*#@%`Z#mV+Bn4onUZRp65gYUEeN>Y zdxNpXe8z!y-b%;Ww}t-(fKL+gmP9Q(ZV`QndtRHo1fY$N9AN%ol?o2oKzD<|gPEcN zc#$zVgJoF2Jkz!829R(kqx2Oh;5^N!DrDpZQw0(F&9=W8(H@jF7Hod@7J;dfTJ`$P zr@H!Td;r~GC$gGC9KJe#yXjp4(|Jwe?Tq@T-QIC(N%m!xT5#A;5}^Mxd`B|xMZxyw z=yg3O*Qsf~+8%PECUWEcjXxwQ(ViK2eiL^|Ap=p;%+pQS^lBc#=>58np?=tYS~iE6 z-#}&)w0=&EfPjC@QaXQ4e{#dlKOM(vyVdP@xLkV%i6o9@=^LF}FBgwtOyDUFw9(4< zP#;UyQk5*^!(#-k!G=9@{CE@`IbDyM_AZCne@=gCP~x^=Ll?~>R0e%KfMM_WB(zA> zV{`Zi;Vwab{fVA?FYP``a^4Q4_~}ka%y;%`+|5H4Ko%umBEQ!fxgpK#pBeB7ff8#Y z64ya}XWXsk!o-mcn1soIfYpPq^o;$@vi}@s0=lOvjF|~r2X-ri$D}TFZsi>LKkP8L zGNKSOAOmqL=Lxy(+l`CLN)}NFDYR~6D1}0s7fZVCdU{HB9@|{Pr&( zAphx00z=3flNO|g-wK%p^Y?PoJ(8)hc3}ZLQOHo`1F3vQS#FrG{eFIBfQR#7R+ab( zBMrSfe{1y{r%ah->1S&JmYj#}Fy54IJjqO37|2;gvE$e4w6Z08cqw_YNZ;=>eJFQN zx1=wCUZ&=)k+ybCO|@?=lknXx)j!K`fexzKSZ;5`DjORvb>T?;$DtUqmE^;PE=~bv zPJ!72tcqloNz#~h{vd`h^%o2`)6K?WRub^vaG`27$?=0iHIirEqPuxg^9Gz-CLTHv zHts?iN@c$9FmG-x`(BShHr!iUt@KAadAJ}aakkv0?J@J7)MyR2)C!mP&-X`J@ZYn` zTInjZc01{ml<|M|4zOOA{Ly0Ku$+Qvty!*@eLyJeei)~DX#vEd$KyWaz~d#>tjF1< z|4is!R|GPMTs#c9U|Da!RwrKAsAFX#jUr42v|B)Qo)iKRT7S#3>HNo;g@5mj5c(}a z<`mrRM4#=a0=icp*_7D-R#ad*f^pZ2&E&W4U(U|MKC?nsnRw>7)-feBV5t(f*_a^0 z#Siwo{@AK24~&XtvT_YzLXR|FN2w9ak(g!Ojr@cRGg#eg-PQq8Ltgl*8ZB z6;xZtGJG8>!5T2>t$_`qb0$e2ImH9p5q=dg^1`=tv2hwM&*xKawr-8~?Cwf_{rWLc zVLjl?XVK268rdK(vZfW#-sD8sX_gbN0-Vg36hWx!N_>n zZ^*U)yN?S#PL7GH?=n2ut44JMwHXmhyklQUhlq5N7v*^bl#Fv7MHD)u>7f`bic1R* z#cB>*A98L9y6;~C4|_3bo_d7xpNB_tOQ2yq2G90@GB)q0U( zI4pA#5ULquasIXY@MVn3xY`C%rQcq~uF&UV(*gVM&t_e6l_zK#7nJb;vrMi=oMZq& zDDd}O+bzb#flreAo(swrl{FP~7wH3SKllo!4b@-(4$Gi^_C|CDi)2@twU#UUX>#p_ zGH~T#?8s8Jw-?i0lljq6i2sJc$OujQo8cml_8h&a3X>!U*?(~I0YPyTT{Ysn=O7!5XAp5mMY zEFxgBl$;nN`&$gB!h*1(?s_=w2@Q_+x7)w*E~gMoXSH{6;~fg7c8Tyu_DzyK z-QBf~Zh}Gm09RPX-fSn*U})~MtJi7J84MqIcRgxN?rb6KiBGv*@gRnK*MzWp@741X zv3APejxvLemBLC`Y=Cy;M4N04U38|*wH)2w?8bz5kGS&fvt~2n$MiCU&U-1C>V%hb^lT&Bw`e2KY!SNaoK|7OZR&Ns3NiXmKF8B&S71 zSoN(s6iAf`|HGPXEjZyHgZ2YI-#Jfvuf59Z=BBcL*-+{q_4K$H+_=19A?R%603m~e zPSbMc%WmE^Df?GDtJGn!VWF3TCs(lyVWUoAAOz{*6vXweDV|u zRiA}?RXGr)V^*d2svbA`g>wOu(mvm#>F~XRWeZkbeC0IlJ?Xz~ZX|D_1w%=X=FYMIqfJ0||Jc$6-4Y|gl+D%Q zUypaW;xQi)NGhb313#+yY^!mcYQuU<$1(Dc0Lgde5@QJ<7cC}-JP&^K%iCdx>!IRZ z4cZDhSIW0Vw21hXL>!xLmDAnb1rF41uN;nz1ikp=1{Rl~ZOp}eb9eU{3qS%SZ@lnt zl?uzA)AIP268VN3FQ~$+@KQx7O8WJrBay^A=}&X->{H6SqpzQ|R#s<_=%4u)TJ&AY zP8GgzMAwj81UwH=`+Z&fMJ`l%f)ewpb2Za=Q1KuZVQ{fwXlnLz)-Tr4JTMyj%VA9; zF{lzU)o<*M?%6LJ`kQ<0A8;zxOqulw-xI*3QUp(XwBnBnd`b%r>_Ll3- z=e?fCL4Tj8Oo{byl&&7E?1)WXjlG)NE1OHvZ7+fjxl_C6`B&@9Umek^Ck@v<1Md=d>^Y{Lk8%}+x{uAK^sPNO*Vt=H;}aG)s~va0 zXyK{4HWO;nH_>xaG4KLEpCX<-6tXY%R7S*WI&e<9^G$f3+@mst>7_PwSmYX}zQNU3 zAmpZ)1fsaY11s5>M`P z*4_UfQ)d|#CJQlkPA(%lLIlF}U`Qqo9wcQ;7P zdH(Nv&UKxS^JT7?C-z=@t^5An0x`xLN{IVw_i6EwlB+RL%W-YZJUL0n02+gJ8&867{d^T|AM>xdkH6Gwe<+peCsoV0E0*vzO$g-qdhzsl?h*gxvKEjwWpWm?{rRT9 zSj$VvnM#_b^RYf33j9j+w)aTixce*;VMIVLq_qF^dtl~sPnVbZa$`;-;UHpZ`SpEk zGY6cvn~s?heJ@uYN0#mRlzrY~S3LiDJ|3(UVukdEfj)aoWD-1cf*8FRZ1oPk>#psU z6_chB+DSSj#fit?iL_W_e~@XF-Re22q2QJAzH4{pa-pM_q4ggZ<9El`a^O<(kBCWIR+NdR=o-NjIeoiJ2aswXVEEdsJyptX|;yM`Pfl;AZ;er^;zg$WbWitQSJ2< z7f9kIB16pIOU|)O&=auFZ>N{H{M%RBwn7XHSSR{d;%)DQI={o*YeubKW***qay|St zQ zYD`0=6P9+I`n@Khz$R`0g>4H^I{GYE5KKY0j^*^6ar%8LO$GLpwLN`~iY0qD4a~`* z__3=*)@Lie1YRmkTDUY0Os%p0w9p5 z=sL8r9}Qz^H-wbi@&voA64uGRRYrM~0e{>!4Q(4cjCll*7t zd&~T6B3#(mp~XxFa{8%x;Gm$+r8?Q1iTla7&>!9R<2UMiceczL@~b-sN+%w2H0dPQ z?GT}UoW=n&Z)j8#jgEtz2`43mZHJ25i(2SDA~IgKL*$H!qI3(9z;h{eua1 zxWx2r3>L@hp_d7+Zib3sV=NyT>D73woM3i17{lXxX=$?WT?Q&1%$6fkQFKsDwF_V( zA^lC*xI{~PhIOI{3?3wOO)x&-;D76;z?5f%mNj2Gq!6EK;-n)55a} z!*4A6MALu{1_r0;y;!Vnfr?FPAiN&X2#xpGcD*N{Q0 z&!Qj8IET21zeDFoPDyPJ3(wszK;0ROY-Sxinq$-ox2H1wSEYpQ0JKr=B(-H zEzpPkdez4=ty+pr)3btNMl@T@^0>N3b?GxJeCP zO~thO8m%ta>J6NyM)DXcVZZ_=n22aBAyZ#Zug_%=D7zZ|$ukJWf6dI8x_NcUlYUUo zK8=6oQt<;+_tBzFs*dp>H_VgRKnwoROwCYx;lPxv{x{b`)lB4i>c0_Fc@z^ zJhrjrsSCxALMDw>nuE4|IXXgHQ`29PD#2v3{YLAOr+boa9|8g&c^$9t3tAW7be-XB zy;#YJSudWWdZo%d{ZZ1CODQ8+RFcx~WUI+IvY-U|leVH(e{^5ad!2Od2Foa~Ou0A= zum(u`=%)KVoY>zBj%;u>vI?78q`ytp#K)6C%<*ot$$hJ=x<@83uD<<)gSH9C+~9!6 z!hY#P(Xo$Qx|mBsDRr@m$|A60i+^u>z5!~5a+?bq*omh|F^CBoYBO~8jUralmZK^& znA367uV4IjJ0bdshql%@OOvgR>^-72k?}o&st{5IJV1&EjWuj$7+MQ@iDYc>ReL?~ z84b9uC`04c6QrSV@1}(Il}i*UH5u~}WGeZvVI4D&vfYTae`Xqa;UC8!L7r%S^0#cUtf%V3gdx-~25> zvl$afNr_wl)~WUw?3&7!b{-*6SZvlDAyrnxm+Pzk%#)M{CZ*6wy)x@~yRpHMrLF4x zGVxj8{zYa)HfJ-@>wQ|l`s%wd)as^;F8=B8w`Se0tJ-cLh}`e)|Mrv?*3D}xu$+aN@Ly~I` z3ZL0H{iLz`zOt7-e5y7rP4JJuaec;kQOPyz%fy^b1c|quAO}usDi0R${2n;|!wnR^ z7EuYEn6))s($>GUBn+O~N4x6}&@`rhm#V+?>1CCvmG84!d&KG{+m^kBSZwUfp~ z^1n_qfzNoD#YEc{dSETcx^ebmc*Sry;O#SFK>>mkXjPmAJnFPpOBhNWq?m2@I{dmq zG*hKqr`Ts_G}dIfdP$&wEb3=>=9eMSz0Fh#B#&Q-^~yz=LG3du{I7~JtebRbd^QK6 z=*U(dIq4Q4%e}I)4`Xs}u~`S#S+S_cFogUk0lJkmAz8zbuXiGUy(-f14I* z4QogZC)Xl4i$AtWaV7`w@os}c zIafgHQ&H4)`u8aJne-X;v+$Fg{~Abu&!fc)Z?tJHj9&mA9Zhw~w7v+E9y*`{Km}xZ zJ)awQz!m`}!}c!@!ffhlV8l$!7g#=KlT(Bio#-(=icv!hksCBgY*p3k6&U9Px-faK zxM&AEiROuLW#jk@fQ%z!mEqmd>NO+Ul1c!v=zoBe>aV*6s7oH zOJZ=tB9zP5a_>y_GMw~?gCCgLJVmZTGeiFKGZfr|i(Ih3vf+`9`~)IZ^5!2)!#WUZ zVdOHHz3+O&R_)#-A4xs?-q@#!@?>A|WnYV9CJhO;(_PuUYE}fv=!48$yV~>Bwthpc9ZOE|JnOzwh(Dc8r{iXRqnJf4nf1{DnLXI4~*6cAv6sqk>52xB7U06Dw!-@y{U<37~(q*ybm?Yxz`313yQwK`9Fzaz1=^?o0`8DxOXDu=mGP|EHfra{ z;eQ=--p7~-Z2R3C{wSQkgYlW|ok2~ki69H9zg_2C)^4@>ReCnz55bkfTZ>Bb#VHpv z6=rcZf~?=g%3OtSoo*ReLDmQ&PYGp^OHc4_?$*L%sH)ZA<9ja=nbO zBNA`#mrUt_>;shCU?xhQ$|zs=2QwlRi@YEHhWYqeeQH+Fh$;@(-wFADRos;baxMLmat4g^SwH z@ckp{+_LB9*i&fHAB{1gF)dmn$2^s~MNpV|lPvqeUYhNq(MA*r^kQRww*WToBegO3Dsn+>kOLrgb+yPR>-NLv?d0V)f6)636O#^n)9lYbn)y2Tq z)kNbCm5w+KIXVvAjX9Tocr`;hJg@B~EiU*T=hEH4z*3V2q3hP}icI#_1GFpk`>M9eF65{gi5UV~dbYMIvkuat#@F?~hZm2G$NI9EB1Auel)P?$f^-pPo0XYOSuey8lC`TIgW$eVk1; zbqf!zdi$m`OIWDqYVmWIcWB899x>82G`oKjE&U!Ku#~yvuID2!PaumbN_|@upSt^( z;gkg|fL<~rcm!fj!jNC2>Q8vGBk8$T=e!+vDff)8m@@37`k=U{kRR^kFy?Lk-ILYG~S3DqiX*ZTbj|FP0a|H?%R=TX!1f|dKgizOc&EGovNyp2D(nKm_Anx8k-lS41 zpVYp`Ryr!UAZ^)Sg4JZ$kDLQZ?5{WV8e5Vn6CN}R`naf=Uw<`Ksa5OQ zI{fI>F_Iz**WND{xJr>LN4nl!NYg{)3IorQ?mlk*3K6s%j*QkR07?G6V6eZ+0$bgt zvwTKth@MiA#_b9nA&Ye~6J#S|OLnN#tSY2aTf(W3anW-A-803~`x!+@m)+ZpSx3Jf zF!&OqZC11d!SPN!+Ex==X;hGyOMM}7!ND}pQyy5A>^(sJ$KL=ll5EJ&_PEG~rX78z ze=*JI!M=Z#2g!C5c;)Qjbh$8w(g@Sb6kV+Y*PxM)@xcD615H<@ic%!$(z( zMM|LwsrRg|*Jm_wQEALsQO*kXa7AaTrl*=Vs&WRP3{9G^XIJM9-|2@5dVGmU4?~G$@=rZ0ezj@kwNps0`q)392CORh*1jrQ=Q?!*kVrEx^WA^X zI*5L6ljOvjZtaSRe0Luy`UfI21!+-RKE;rrI3)&YvBtjrb0j4GU!Vu+?Nc4zYL4!P zS+fdUmRs*Rg5}XX@4HR2#>a&@I3AsEF+DMn>jg6_A3Sgt+FCR*ob3OR0X5G!ik!*6 zi>pTPD!zB@%+o>%*)QtTB(6+&`UX^5{}5J;*bo;HB1CIu&8J-yxT+W-867egLS(av zfH;kldwW%if$zC`bKX6Kra25f5cHPV;;x!~$-R}g%v2&!=k6TP@&?$Sy$pUaY`i-L z6$8Pzyr_gEaPo0BsTXn#Y4 zM%qw1BEY72_Aa6&71rm(j2Wd74Er6qvrt!(paCtUyFAbg!$098sr}!NU`?wnlJX%I zr{L1N$z3!J7DA5bvPU$-d!LH)-`$X4%YkG#Hm-?B&x)O++zeFhe*bF;m3Qn2hm7_i zM)rGEcQ3L9?HF$449&y!=n#HF3M2ozGE$c}U^~)O$a5*bC22-|l8wge{+hy6TZkF* zAE#oy|B<(1k@Ncw>~##RziNc{Oyu)dW?UHz5ib}%V=mZtqA%JIYC5U8131mX^d`Ml z*BspWK}x?ZX-p81HeiYy znx^q$Dd4Lx>BI3ZEsA0bayFzeE|}1eFtD5a;I-JNfV?y$Ccx1=9lI-@%a|88+fYDH zxJZGvWkfc`N=%<;qopB}_l&4uP4~6;+}Q>VkN8*hBA^bd+1@b zr%CfQg9m(W=!WLtgSmGGo18sgs7{TL1$}+3m~TE}$_8P$`sBz+2mpr_56^4wDz^_^ z?--DJoc2(O`GU1VaFQ08zlH0^rjTZY!4Oy{aBfHv#e-w$4*lpT!1|_MLiR*i?v%rPo9{C}@OM0; zL;Vn6Vo^aaMF&Yc4@S_-T(gD>$HfNC3CnYnuD~{xO&t#FJkXF?IBl>a&1W1&yjDqA zTf$LWV*-1q-e0^5?PL6{{887GXng!WyJ{~-JMV_SUPJZv%;*?@l zF+fj&yyPsDYEU+1dgF@ZPoGME0679DG~cKo)w&PQv^8uLp=(=)dEb7(ZV0igpA zmC`)3(v#oLq*y9*@Y^f-2O`q;u6Vo#*@zl z-uhvl|f2j@h$qMhl-J6byduGOt2608MdK|CObm%iiX2q+Cx;!sV!`T0l z1O8eFcjvMr1&`f7e$vNgbau~em3tg6%i41q>(#hi9A+g{+&-tY!X*p}=535t;JCo) z2Um3AN|9)4{sXBi8{#j5eE06z&;hbHjW2L z!Y*y*ggs7Nb+F;B3gK9piyH4+qLl%9?rXhuVr07)#_?K_q-sB8H9~6X{wq;PJB9g_ zjx&-I^lTp%Jlw?w-G%}Jp`XtO@^cO}@fMyX;{D2w;GYA?h5D6}hgW}UCURz{6>`Nn zMhrMqFupb~OFy?^X@**xh;QAdxjc1{&P|RA8FaT4b8Q}=>d45@A;?FD8TvD9M|8J} zZX|FoDS_6goOa9>!kR~n$EB$iDwUpn}a&bZCHw9 z|J_ndB0=pN_o?i!fZNse_|&W9zoDSxo$`cNqwjJ>V}o|`8lY@}?Y|-1Rh2Mg$VfWu zpxT!6gVMnJg<+D?<(AvkqVzWd;nWRxu4q8l16oj1KPsIfWUD(fmUyA+2K8h6F->|V zp4v#ZMT)nc<;syP%n)_HfL$G@-}-x}ag@pWr=_1aDMJ@bm@@K7Y@Q$N-$QquebG2% za}unn2J=VXgQH+RP5 zAE>dB=b!N_QZJ4;h*9dRr1S3qLla1W)-5Ax517wwRBbhQ=JUscYQc%XhJ(zpslpKMZLvG8vpSKS963(ze*5C-J8- z*8+OXlkJs|QNmzWFxw^W^Y^2Ztda=sPghrd;u7Egu<2mW8;L&dVK_%#5JI@g;?n|> zb{?v}PmRb`+u{Lk=p5C{og-?M0tpIOw)AKks^f+iK_%(B#LN6on5{$`d)O=fH0Tz? z`5IdeWjHqA<7d*K8qP5@%{_p`sA3(h_iatX%Qk4r*^eysNfw6VLT=HC>w^)D=Xs7? z|8Z@iEBMpkSxyGo=j)$60kRZB4DH*X?;y55B27nedoW%VSFWGm+>X8&9AbsY|9Y#v z^mowV{t4IJ?A zsDYr|_J2yZp-r?Szd*>Cp(LZpN=Fpi-ayTekvnoPLbUEPsai1;l@l*4>2_Gi<+Heq z{OO?9Z5;BJ2t+*mYzlF*{#zq^QlJ#6+G{-EmvZmQ{krIJKO&XVuwCsI3#f2g=jZ%} zk*1sCoV>&QBJ<3*2bPxnR!#gpsN7a!{I|)+pn>WnHMzmrMt3_EMxKrF0@NdId{DQb_m<;XrR>GYdpZOh({L$bqea-FSF+YU-WdT-z8f*0IcCEUISg+68X}gZ= zvf?y1N{9iNbepOf{$%Say)Icu9U48|aE}70+={eG7>1I{M^$`WGB} z<|gT>{2l)$DR2oPhp0IVccaC-dA9Qjr3iXd~G0tCT>uu=8 z@OhK$kyv-KM##fse1te5>HKOH#whlw<1P~YBpB*)4Z)y$SAW|-dsg+H;e|A>a|RS~ zXtT5VAKof!109+Ca)m^CK_oeIZ^hNWIlPA9poFCJ_kCPgBZM2xgTL`F_w$Q@rZSJm%-u@F&Tvh1?_E=Go0QrM7zE!Ex`-f`e@86a; z97%q;Z9FmocMtY2YH%4N<((l43WOkzw=Mpt_CfCBBaU_^=bAJtija%Y0}Mjx==&@9 z%*?FI*h)rz;dAGFl8kjeuk-|>t5bvf(Z$MXOk4Ozr*2TDT>bBqq1!`Sz`h1-u#()|q$2=a)=SFqnXPCoYAsYMNXpMTchyGIJ2bW|<#5EZ`l z^hgkSsfd}-7@Lr=&G7KVW9oqF^ZEHizff^i!tlIg=$&*NJ`6aUOn&AUb2*SGA*Py}C0g|?&>KXo>sce`^w^K^FB zMH_wkVO^~CYF@hPBgN_AW zAZ4!^FL94=eTU;GENJQ?jz)6?&81geoUQ+Zv`tus;hE^GdyVuoBjrC@^7C&$;2f)t z<9{8rBJ0;z`R1n@z>4YiEW&TP27a=9B{iy*b51z!z;o3Y@*jDIT!T0LJsWdD`uk0U zqMPKSn8Vu(ACf+Fxx>a~^SAYj9aiZv!%xwqEk54P+ke~tg|S~==W4AqQNKWI75&m& zjM#tL@F}t@e<+)E|6%brvrI=i~dQaC;H=B$yszTlKFl5|O0_&xaFw~PG+ido{c?)mBRj*ABYIuvK zKR4I82W{qTF7}eWyg+>1)Q^Ao+W)u$UHmkl*T(FSk#otP5m|BSRJ;QN5mzb-!Peg% zD!WvSNmw18oneIG%4Zlzh=7$UC$7<^($5&IbmIjV_%6_BL*&vkboJn_>c_`-Wlrtk8G3s|17ushxx+VrTu# z_`yUHD=6EtyL=>EA(}bydzrc|=v^Gv)o8<_tGFsW-nK4Qz8DuB7Hm`F2#^x{9iA;FW zf-v%Tv4<1UM-Y%gemJ)%Dzz<+dEfy|y7XibD;Y4)ji0ouolY)jB0xVN*}TzXSL~VJ z0@;+3?62?F-WhT|`A#5v%LTeP6w)P7-VQz(z->Q?9QPc`&v6pCh@;QL?SiMHYdUq$JVZb1xm%Ic38d!k#R6nq` zT`HJ!aYb)nSI_siv&d5F-z9MU4qAKJa`8pAqpM2C#DdaxJww?fGtB0pGIeb+8s-T_ z??^8yx`ZYj)J)@%jlpCHG@OzSVERXgOUAJwuM*n|Jg9aq>|=EtjMY1#(l?xbJb zM>zjwJ<2UABB4o-KI$ryReCagL!#fZ%W_dBI$OPEG{e$rYTQN@5yJ>JgU-mnNOu(h zX)gtH=q!&PgwH80HziDO_i;JLK5Qs;JR2{*q<&9!hdi3@x|1bi+{Nhp=_fP}@bOA~ z=XUP*Q(nhU2C0=4Xieuf2iZ|gD?QFslJEp7FN71STT2>3OsYYMl0ZEn~$_94j(QMu4VHTT9h z)U|#7-g}h|D1Z5_1LTxbUxfHu<&>yReKHREo=d?QrQfr0UA3=j^lSz1^0)(39yw}O z(9v{A4F2syomX{-M>O34m#u)duUK)bz`vRdwU4Uj`Az1E{yw6&wcqc01$Y`EM{Ud} z?mhK5t{(lhcj&MGc46+Mrn;Cb`rpyR_5$zls^h%ybB}8%Btr-T8b}|uj6uO7;!bWP zoG&^rSTZc9Vy2C^!!- z5FXMT^WV3da`E$AA~PA?ntl~x?#&KaI20m@P-=9dtb``y2813+X^*0YltPN+zFIjf z7f-u>gxpI$w-4_&^7tUZQf;C=i)G-yNoB=6m&f4V7Gv2ZDVy>m0AQxMOH0xAj7L$W z;lg8U^v3~sx|GSH>qMhp=uV!u?P#rhfGyHj{Ju?mUF*5bGyC&h-MbcyNOI~bIRcra zI=q*Yk?V85O_1G6!v+R|O&+*Qz)v`WzZM5RIpPSL;}0rQSGcZ+A%o>9^J%~rejm7T z`4t6Q!Z-OMzpSbVyjK#fP}P%l=Ck+nRMr^C#OoEpO(v7g^%cK4Xy!b?r?w((SO19D zJoXMW(}%IR$Im)*Grw*>dvZ&QK6d_X4|fEl$fS+l@Jz`1q3MxYE~+l@#cuCDGKuql z9}t3~H1^j;Hu}$vSJGjO=iKUYZ2CHGy9gA4KZiqcnOR51LW+isvf=5s$qzW7?RqIU)enN_Z65HgYFUWj+!!8`LoF0+}CJi`BxoK!ixqJRjl3Nuy z-Ya8rVZ6aV@4?#ulwd67(-#%)!znto(#Bl*R|iFyS0w@-Sl^U;~MnZV5wQ-Ij#!lwbjmS?-kxKCn!1 zo2kSENt1t*!UDd~3Ib-GFmlj(?3~JP`^IhVUQ_BXGmZvF+hAJqh0XX#awHTDFV(;O#dl^a*I!)kX3)$l04?iv{a{Wjbzi3}vtI&^ z(N0 zNQVbc(ZO`SfAEsd%){`8!koH9`~P8Satl~i1YT^h55BP2ONZfkX^HakT0*XspZp#7 zr+NI^(xx&>_)}&0ri=l$s5=W1FZaxIZ@tiaTILoX=oq3NRIg8*UDNiujWqFWBx!u@ zc*k6O^^uqC3W`Y*Z}V;MR_0pGg@WJzhTL$~V1gyy0fy#i@O(h%E5fVbWrk4RI`<;; zHSMD1gS}jY$wUac3i)&-=Y0DPFi45*l+CSwZI~BYVGGm(8-Dv#FHi4IRSM3|y;sE` z%4-_UfVV*0Is1O2u!`g|okeEG0?ovcy0sI%<@zq|{=z^4SFWj85(mGx=*Wsz#r0Ao$6F8pj55xrgxVs}IQV=Y z;csn~m6Ws~Fgr7ZoG>zJ9@^o6_IDhrb&Y{)g~43rMWkYY7?Tb&VJhargA6len!#Yk zs)Ku(;R1h~EBO=}9>I7lr2uOF+Mjti;qf~4P(s>F-uCUR6;M;;I-R2eX&3&aU^mV9 z$%PMO3%X?VFZ*`~?7ZmSuBSIh*)5?n{#Bm-9oJHZvE0mZ$hgvY{ZAEMN?kw;_lgrd zl&+**wcu1e((wGYQl1pVQvEFHVI|9@6Icr&(4%T5Ndt*Bh@WSWQYpT3l&hh%o) zrslP&UTx?a(kLoe<160hS(RJLu<))*7{H5ioBEo?e#c&S$i2>67CG}Vu~gcPRw4t6 zcV)hY-`2#@3~ba*tIxZM?fN%c0L1r%F684GV||2Aup5 zw<38Slzbzj#f!2al(B_MkSh6E<~e2`Z$<2CoXP9=LVYAZNRSaL7S%)P+?WV zE5U)~5M{)A5y}0M#AMtHBvj{pC5!u2qY~!e5hcIqu#%md;2M#Ol|)_CN(2Lqf|On~ zJ&Xl_2CSrGb-@7fI4WV521cuHp2dO9C&8fCUHtO9Zj-);>*rI-whDOg%-Mc$u+sOU zR)fb$<^q*fV}EZJmYcM)ZDaAO@BZke97Nu05G}<9o{1oM?-V_|aPSfr<$K9DZ461D zOnHW)+_Iz+0v`b1w_i>(oVXr=`Qekn*&1NKlI@lO<|*gOjHyPe*acfTl}YD{*+K+`!C zzy2z1ke)cMDh_Joe#}}Ob8(QGzPz5sdaCK*uHhC%eDaZz3kUqjN^$+8-i-{Mx*?+(6xBU}TKiXHE` zIP`~`heLFhxmO>y-;R8I{Ph>&ZJn;eTuPEn&kL;JkRF`_%0u)U@?{G=qohgOKskpb ziB*D7z2CRd*hdQ$pY!f(xY;*keW_-W;n(@j6=Gm;Ffu*?zVbm?oNH(b-JasU@6KDy zE($9tYcDVuX!83fL^a8>uspQS88QCOTY!#*@@Xr(FOJmUsL*KK?Rl#`0}d4)ydIPi zA(J;68yZRIq0xW@e~fs_=g(YT&)_+)#3^?+pave&5lV_nBLAuK+%xh$KN*1!QAUo4 zNIDVpFP-w^yTsh4#lTp8%VU6M@HQTYza)4V_9IE2`5M9pFho^7Hq@H+?(ePRwGtne zob}#%RPpK=9<$J7w`BDl-Dwu>(cV|-qpv7RG5})?I>P|6m{pBvDCBIqeG;3R2xEd^ zXQoE&R8VCc%r;Nm+U1wOJ>d}ZRSm=yJj1{2X*clX7bc6amsCZU)5sk4*)GO-_Kj=Q zyjBnxH=u29tl}QQmg+8R0OhxtuBR2mNNVGIc#IVcuNAoZ|4`xL;uu3sX~-adJ*P>s zkO#iLb?otV#y~>T>ib?uI6Dr=7tLa;Z9@GJ z9LB6)At?_ZZ(mnmrg)_!wtaEYdX!s0ri2^G-!CM?$CT%xY+E&Ue#wAp=jeO+L|K@r zt-bdneo|_60}ZRBtFhSW+G=-P4Q!s!uV=$irLI061#S;>R0ZO<;RHI_xLLP zgjgL76_}nK=s{TN!L1@4(m?zhF5tlD6Q#iof-t0ZBK794>mR2{!XN%!?MOG0{GQmO zfLEfVppHppp#e@U>fa?_Y37grsd$TzDz4Fp8&!DFyXS7+v-RvBsh)zx?(qY$kSoi$ zx+p~%FmU$aD|iEZJYbdNvrg;zSTgHr8pd`S0$6D{mX^mX_RTV2{HwM zN%v=TZcUX7A+~m=<{K536i79-@i<=|%Cl;`^HVjcIX|-4!!m*h8REL1zF)}c ztcVzE<^ey2m+rqRUeQ{SayNv`B&566bJ=06!f<7BB;L2227?l1%Gv3{Oa zqY_6bF?EzQ!(tGE*Q7~mFsRbKVmcl@`U{kDRnvry-9WFF7XKvGBw9K>ZuU|D;2pKt zoB@Q2$)%Xm*OgI+#h`Y9YiT!-<)#3W(XWP851r5eCw1IxqW#x^pSbBmUEz%;Jp zHeI>#pHjWov#3P)olz0PN#ljkQ;YA|4Kpdr9Abd#SnrWmR5{kdoWgc~E!k6x&)=|= zGT-qlbDjb}0#L~YOq7XbS`_L^G!(dWV>lC1YMjLr8hC__|6zlq;8Ns>=}sfj~2j5P4|yr282VLxrmR6k>%sMjHRbjJAVXj-S*ycx|O zSg`L74enR_#oWdS#zr2&@Rtmiw|lm^^fGqlFKch@F|X;+r^uab$c!K?|XHVt+!C|9>N9vN!;G4DQ z0aQP&)@Z*Bbv4$yXjxqtV3gWn^ztB!pX126p^Rc=VX&PMSTGN$zyVVfpmGQb2{A9@ z09_-mUNuQRfQhg$B*kphnM$>%7Yyhre0zxxm^X~61gx%wy^Vj#K}Xg&pNWI#`M6QB zISG2PSk~pKAnT{QV-V96d(1x)6^Hm4U#j;X&x{nfnjfv`#`W3KOnmjNmkvwfIA5W5|2>f&lh`jl*V(NM+<3MjWqo zo1iqa%%kV}Z*yw;#vvO>{~|63e!deUjEQo~4~dG}U>8`{$AZLN&zh`+S&)}^83d(kSUT=U1G>5tpvcVCWNDm1CqbL zc-nOK#65d;PJ_!h3NmVTeB@Yk^VCdlH~+xY%mr}n-+3|(1YaVvAbd-$EdYI6pY^o0 zXI~tc$~Oj2J-mn3s38ZzFBVRzdx7pDo7$FwFweZ+SvHAUn}I> z)jwnB5(N+&sJK>x(t}F5Kgf}7p%^>uqEi-)YJotZYb~4LzOgM_v-wFAa1W=;S)=(N zj=bs1WNwBAm(ZUZ)QbVhRhV(|H^w<9+x6X6TluMV)3&!A1DPWv{N&4huu_BEoVYiz z04mZzBGO-~Fx0)L-Sjk|RIExRHCF4*m}AD>g}@wEj9}3m@mng$vXq<|4(5$IQ*E{< z&$gbhlu_+It(%!qe*RowH&90-j;{4@)9b8fBi@a6xfHVT>+Ytl!7C(8Rh_H0e7%YCGAxI=HNx{Pj6J z_J`s)`RESp0|M+N6z$Dg)mbb*=E?JcFfJ>;=zL=2A*BYYdwe*IPtitn(!kG!ykZ3N zf*K6YK`7oZUS&4aqY=;pZFO6uUovZa)vN6Sz9om?06vvQf{)ml+%9d5IfxIx#k{F5&W z6e)ITP~!5TLWFrkvtJ_*hsVJ6L|tScX_O<>0LnbikHb(AM;VB-LuCU^KDwqO5`c_U z+EQDFurLFsT6(5wk7oIeeaK%q#)RcbUgDJvxi3kL?5yr8@e2Z zx+`6-)?2U@0Y&;l0NN6H45@EnuM*|YFxWZRjJTv{sl-jR^=+H>E5DmetGa=Y*j)uh z<5U7mvuHF6X~uhyc{@+N04h&248c>T?Hq$9IjP(@UUyVV=)yph{{&2q=IfNVgIarb z_|Ef3$G_DsplqvqsxPsiegpiKA{XM-c4oalddK}r6CA9%8J*3oi=^l3V}PvYx-aV) z2fOtWVV9Zb{1l0BZ0=m1d8u$7#Y5M=L~LbAd+QTK`upg1`AVn3;#|34Uj$F(svWYw_y#L4+B#qcn_!`#DFbM{T? z?;-9L4nNaC7Z&}@&=)cE|W?@*4yjOS`bv@6wo+jel|B^ygHsRX3K+!D`ON;Vr+?HPG zr(|`uo5!X!i8aLsd56Y_avyh-#sxV_b|07uxmJOs!f91wJ~u&QJKQ#?GuPEybLkF= za=r*}-?Y?bonO@OHcwrR8vm@B4IQq~k?NBb>!=aN$fu0$$MrexD=HEWd-G^jl<-V# zj2;VP`fg}T?_kAPw781R%pcB?ksF17vrF4d*<@@DM6- z@KZ8$tmhN9xN|D*p*obbqtpBOSEosmG@yfQ5MIzB)q_$K4hk>*03^L7(iL4>ov7gqOI zpc`;E^uT6T7ppC`{uIa}xtxR9N^-(@hyO_H&wmXP-Tq}+BTWi zfsb+pzVyHNCOvMCs5;tn_pQYy1&Fpc_00!(V(EUL=7>e)8^2Ma)cx_p7aEmiMr+?kKv6)22L4oevxi+wzkvtGhiUAHKq#1&#K&2z`eW1vYs6QavBJ5_m*i%|4H8ON^>nMoT{fo*H4l z*es)cQkS5ze;qdnr#LPhr?jbW9er%E-IUV!H*Lu(ja@+c18Hvfd`*KXGxJ8yZg{W! z%%z$zc(v57^zLw*zTBAw z@PCMU%cv;7w{3V2UD7Ei-7QKAj0j4nbSfz=DN=^-F8@M3uiCmZRA+90@7dnIP9A~B^F7JjwMcXYF>8FcrCqymdlL6ZxWYsyy z!^bqgcbBf|vyHJkUDHF!CBZCJ@1byMVqP9-;K5C&<+e9R|5=~$gKTkn{o|qqljG*p zdFHnp0aq&oeQV4x?aHL659rcj^bHIJh#aPT9zHd#JrLWeXA zOakQPy3=n80zNO-+vA`%ON2L?MTU+p?R^Ec4E=NW2}nb8(j8sm>nOuXgEReX5&#=z z+kwCkK6!y16NsYZuaRXJ^C{LM3`}gPx>MGhYXjesB`87%WM-~-f zo~cOs!N=FT=-i8h2_0tZ3M%DMx1^|^3{?jIYeYyl=#^Qq)I4c0uW_F3DGqfztZ$o8L0!PiS=08-{Ze zsBm%;fuzeW&U{6|vuWSx=`(xd1@*kBf-E9HdsFK-BCq%gOV#n4J7Jr$8UWaAHfR^O z&;PRPCqxoe)&&ZZ#|b>``sQx_U6rmu?$u3hgVi@n0q#Fo0I7E+dhkw%b9;t+T&{zc z;H-wN|912dKCpU>@%`iFdBK~0`T{*El0SOT?C+>fKtd}aUTF^;!kyb)|NP_a4fuJO zqQfWwi838je_&hv2KIPsS>8E?KJ=pVR&KSsMkc^>^udQK7r6GmvE^G9FQ1Lt4{E3d zvHr>JX3X%jV8U9jcY1HTlDD;(#p@izrG@_rDI7z?^fM%t3pBel^)Rx>WO_`o0B9~P zhd_CKy6QmCHka<*y!&_MyoRRtd+%p!4GRCN$p-1kGl|wz8#-j|Df#Wp)!E5^5_o*P zgoGUG5tKctG7fMKE|FeVO!@#9o0DcG=xY5dqlXq+Ht?bs6Edl^;Xx>Q6(!x)!SPex zx)!(_W^SkHQcty;)JlNbp2%w9Wqo@CYXmNZ!LR1G-+U=S6*U#Y@D&5-ag@I{xaOP% z7A@0oL<=G!NQk*%iUvAG=s^JAv-I?;52J;hr;3vRmFX>*t)b!G)3&|a#Tm?L>;As5 zB+kDEQc~RSD*U@-*~5JCWY+X{4@yBV0JGHuF1) z_38U-((&SR^OfV*9OcPs9X~jzL$d&q^YUd{3?F4>wJ1K=L}N;z|YNj5E>$1P2D@S=bEs=$A==7_U7!ijUiPu4hiDMz-OL zRNZesLR$%;0vog$3FJ06ClBou%loW&p%(n-O({~T{V{iM9mk1=sBFJL8*k<7;MruQ zK`1C9K8-PrX*IFk=_uI~sbYAy|@tP}#)T6xdEEIf$-4D_%av znDLv|?m3NU)qc$Kg$Kg^Ol~9_v;~kEUUyD+Lb$C)gCX>R?CgDl#jLjoaBq~OI_L5p z;NTDlD{{qctDTox2ohXqk^nO$9j?Pwcwolk?;yfNW*yO{?od~|rS-U*Y5Z;hg}D?TXu{AKv;IY0?q2W%2nznzSpZji~N)E&XXEH}dx&fP^x!gajQCS+BrnEi(TfjDnoGMw$kmhouS}HJ=&@@(5ykE5$ z#uezEkbw`J4+}OPc-Ow3s4K%5?}3hsHSv?70z5O%w^)5j7*@+A)H&t&v1?%9o*5%- z9_`KvuZ(>=;Z>I0+A!Xoyje4_iL*?FMSNB=)KYoYtNeAb{n+Ti_k&kBHrlJKXXh`F`=N~}#RD5wRY^-L=%nEtuV(M% zp&jSu$`+zu8MREVmd~oHU9|JAogb-qN|q0Mno$b+rOd-^0N4a^4b)?EM$>2wWC)XaX*mc@QYXygBL`6#oipK_hFfNVOzU0plt|8nHV|H{EXjlu7ADS zPq6to8^O2zE2yWn_`tqt>qfu4;EPba>q~68l602Z%|8o^|BUTRxe?Qlw|T({#N0O0%?HO?RqvSQJg;=HvgbvN6l2U>vf<{WXRdQhT>dTQ0hUnDKAH?E z8Ti85Xu4pY8j*DkHRG-{D1iVWIH;^M6tWV#Bdwjiqu>j#?!1kAVO&gG z2+j0cujG!0)m`G(H_IRoYV#PPg}A7)N9L4&GAVUsGj7q5x0?IIHZ`(=xc=p1zpu|5 zKh$VBfPuMz!DX?USl(R<*R}G_6<550pAI`tYf3F@twXcRxgC>>^PQHB6TI&#&_-sE zjFL=aNeINM1PqJw%!PXKNo|fW?+*Oj6My1Lh4-=`BW>P)_Ca6Ww@)e>?H?vlIDCe4e^`U+4}#?u z{6A_cAVB27MJ*YU@@9tAvA!7>$$)EGMtzLE3pY<7Qsj;CYt96!B>%*qs6U5|6Tv zxDl&(1Qc*lU1gPx8D`j7DTMn_*WV4Bn8nr{k}LPJB;lDB{Ea}D_)rbm11rF$sPPvI zKZ?RfA=A^e^=oeYtQ1}EqYoW$*%L}*NF@|k9VN0}=EaD2)p>NTKUqftqX@6zy2G1y z`nH(rbkc7WDxcShtOD?Eumx(*``2ok8|!`7uDE4&%Wu?q_|2*Egtr$QA;J3e^FlJ@ zka*?sZLWrZy}Ir?nP(g~vL@`%S^G_OGC)eOW`2smDN+iUc!0K#Pv(coP-kB2D**K~ zF_W}wOOO(|!}aFI_hfV^lp@_r{G763_JL)Q{6fW-1HDYGdHC%)>1IwI+ ziX?E^_6NWx`T>FV6r|h@AZeaiuH_wk|6GUM<_G(q6){VayquC=k%c*EY@?*4oB-O? ztMoPYp{Z=)&++iTS3n0Lj1qeF(`I7MvPWpbR^r}jF57uu$TGGS2SC4DDXC24r3aw8z~%!bo90X4$S;VPrMul9*J@Phj?Gi5#o> z0XVBF%(3{&=uot#KY!`5_LO?%w>5O+ay);#h1HQqfqjQ|ye1C0!6=m~THz_aDhOWe-<=-QydVXY{S~9L6-UAo#6}|;E*24~U&-5K$AgPDRmqXG*tINy8}UlqX5%V@ zUmhqQg3>sIt|97wf7qa=3z6q7$P9euiAQTb6kT6WG$uS)d#K1PtQki0@E!%SQ)E`f zkQy{WSp2_7a9_O6ZnZ1b+tU$Iu3T|@zvFBObfl-Ir(1KQG!e74*SWA#IF&{bE*t=O z1hh(*xR;A?-7Kt=1qbjQDJ8I!OeX_YS?_Q8)lg;a>gjn5p5!v2^vx*jg37OfORjxe zhv5L#o9->?gbVj|g5g5PtjMT19iI&}o4zE7gY690_rpxw$^@lU7Ss<(qmNNh{i;vD zJnz^q5bRI*zPo$wzcD2GL|}fB`+>uZjy^ewlbgC-_M1s|1^t;RJ;C z7xCZ4hdIpLo7H8nR=?B|EIOWFmAb@s12A+#@s={~#{=>7jfUK0*Mi9*(wVAF{*I-k zTg`UwuZ)aR^WCleCO7VJGJYW>2EH7KgF2|OV;TB5yf6s~?*P16Fs#v-Lq-Tq&&qUvv zXYE$Mg!Qh_{*Oa*Y6Mz?!EhUP7XNqe5HRopU`VH@#xjz7_J@}o))oh4c+L9}wRC6W zqdbV(%6-VRfo`9O(ubFM4LTWIH!ZIrli~J)i?FRn@DbXz2;q6yEGA?Cc0OJvTr;^k z&nze5@aWP??%Z^BIOibFX=L%qf`1CJHXdLT;1GC4=Tepo{En;*cg=4iP)6Scyy8G~ zV~#9XTg$|?Id1!N5A?O{@#A}vmW7T5eU z00JJ!;2!X|`yD#E(d6Z(Da^34E?!>lb{iA1wKreaM-{}cboHB)IT7BWX?MOB{cq=S zj4f1b{vqcQv9eIH@S%B$rnEnSsg*qRLSy`~6*jjCX6hvDg7JX5sP*E1FF7>N4j6pg zd|YC!hqL%1it#3D@~^2&0`On(^?MmCh^T8s_g7gh=x2Xt9V$p3q?^6Ka=H7J$N=iW zD>#&TRA7yg|4~{wCFORThHxMy#QO~>*v8*U#C3ISlzoOu^OiyH7o9wAHkT42DiTiL zBWM6y=n}cejY91|tH9-nEvA+nB@-TJze<jmN3v&>CWcYAz6(fC;_KVE16e^ov;_PIL4)%yR-_mQS$p~TgG~>!G0M5<3plu=a|^%1f*-rrmxH;K#=*fQgJ5{y3lXk3EQ1M~d9%_1nNwI%@{kg_HZmrZ3^B19FVLi8dNdW24%i0o7>=2bYHT22 z7yO;z$Al~_%@uho8_pq?Q|;$t0SJ5*!(3V`{L9xK<>~5Kw?)@dETJwQ=^wz)n=VjO?O^f5yIDuqT_9r< zCo8HW*M)bLJOMARLRp3aJ|8rT{3RtihFV2wD4Rr(?4ixh1}Mqs7l$I(v&AeoA#i5> z`{flIshG2YI}M^}JR??$tD=A{u(@R133Hl-@bp)l0iD<)DG>ISda>3K!ZE=LB5s%1 zlGLvC6}q#T{bOhS$dlbS+Fa-eQ@f2a4lSV*FRNHBwy{3A&I^~WyUk?gAhIL+{Czg! zB-*ldS&?b9j~O(5Kn)5Q7X1)@mVuzJwV&kWfnT3j3+!&1ZGqHF z?^gRlHh5J=eshlu`-jb}zSbcGjvw@?VE18-Qa7c)YdY6uC!W3wXO{CO~`QJgFpF(`w ziWmt&LqW^~?dNm;S{$%_Y-)}1et!`C*FW=_0uH@QTYWpnvkHsDE&cau7p!sh;Wb~ma*x$p-Z zO_Y@-D8Qa;#c5*CuEgb}hexaJtHzfuS-($YWx#3K)s~y4OZU+skx-dYU@t)gwl1+2 za!^IdG<&yNYMuRd8H|>8K;}Irpxj(?XdWXM`wh|clQsX-QG^)wBMtGL({HVFXX_1= znX;*I4xX2#c#JT=@?WB343)tB&x^}Qv!MGVhnTv^=86=rO?PT~Uv{}RK7<&XCwU}Y)liC@n zp0F*vEnhn#$DVGQpLbVLp~{}0I$&JNZNR4_1~sURSeFfP0Hfil={1o#7Ah*i$2W1| z_ZstFrQ=&@dDah*!Bf@0%_%?*D-kqi{=Y8t^2BhHhOJE_oabLTOjlfhUi#76nu@u% zV2`>$Y(oS1G7*ZQlAu}`p$ z<+!<9sA0)kk2}Yqe)z*vebJ}mh@Sgdsec$awAcC$8vL-K<=Gx!u`E*ce#YXAdGj2~ zy~U#?`839_FX(6C6y`pNlLc>;F0pn^nAa!&V*&u{fgsBuONIkq%k`W;t#X>wAc(ZT zuw9qjKilBId~hP^r=nx$f~v*(FQ|5EfDUiX>vJcP-PI3H0-}Igc4n- zS`hB6ZyRs=s179}NxrDEJi2Xp@1TC(=jma8B;NbZ=ZdDZhcXkE_v(uXv8&6-GTKHt z-MRjLiBU0dH6#lAdq6i{3zI6NayT+4E`d60Iqk|kpuzdHF;UTfu~g#XT%^K%-h_YZ zixV~!E$utRzaRcD`8=Vu9qn%%s?Z-?X3v?po+%N7=74#nUoh47E(IQ}huRNZxZ|-6 z-+qe&?MzLm)o0rk_gRd-uuz3@8sRBQV9?0E{R z86np7pByr(tR)lcSMk`sMjsJVxyT#Op0oeL`dNlv53*vAHd<(Hk^kK^nyz?Lqj}h4 z_;%y@rR080*@4`}%v1WP%agu}CCitGY5_4$S(lERYxiSa*b`5f=R;|+=`{qE2vo#g zHZ4GW@^uF`JOAqOM&wHFEvK6Kyi_J$q{9YoisCKSp2@#iaKFK2@aNbGaz!NkpW>jh zLL({pHC7kZHtAQ&bTBgydNd-4Y8VS`Fj8QTtCSl^UyQ-` zRhf^IJ4&43Q5P1w0N9pVo$>*2F;e$d_9!r!0pL%|0nM6k{h4o-GiF~2vss6$^D|+j z`@4*9W5W8))^iwik zHsN95h@6vkiM0;!#JP?u*2W7y-8x%DRZ?^2iuI_!$DHz2yMBGli z&)s9*Zm2EYF(2!exNK~tM2Y4qSeGN{&3Nj$4pif~kl?+{wJE!n+U_hbW)POmgt}Iy zU=J{T7eCHLl~n#~igY;uqwV4lSnMG~N`uQu0JLX3LArNwv39(SJqgP6aX|q8yt<$q zE{cT-bwPX(A+l{*k<=hB0nER1?#hLw7Y*^>C@lVUA1v0U%ftjmJ@E4W_Ja4@HKYE) zwIIyFIp2ffkxG+v8nDI8U&h7lGhDpBf0`>K+Xz)EMqh4kOsH>`h)xJ+jG2ozA4w#= z)Djc><}-y?U}iv%^9iFi(4FGW!EyeiCZ~FTy#B!f7tuieur(-?a)&eLV*6D5Nz>b# z;nV;);a{2PUAHBOZ6`r;e6Jlf`^wC9ytN4%! zWRdsf09)QPQ@RBgnVClMB9N{_Cb%QRncG=_NAf0?txBC@i`pk7OI`^ z9nN244m@l*@z%f9@i%1kTm*x|S8#|n3Q$5}0)H1^uOLu{>O?q;%YI^kk8flhdh#tx zb|@)?6d)i$m>Mx&7@6YfhtPzWVZ0~{a5x$O9})_VwsJMTf8Qyc&!uded)-}U*>%sq z@|U~q>}O~mGjff^!0JldoDtvBx=ve(i!k?NR4<~m5k{Me7_hv}9e9=Droo>|MW8|q zl*jUo;AG)u%f26d0ha}+B3(0Xr83Cl{3FOJ;oLmDnsq}N%Y$1Pk9MrFV(B(Cv>zf~ zEJ$8^r3w$3Tvu>@py!krQNB4EQuMdPr@4G~b_n)6*jXhUBNaO2$BlD5Fz&`i?(I*G zw>Xxcy%(Iwa6B75_k}YF#H`ey$ZSZ4+Mj?Rn*)k zi~Am(3fbPG2t9V&{aW_KWvykvNLCZ4t!?W{!2I2OwbOS<_8YWj{RiTbI7mQ>qsjOt3a?m@)$IcGI8bE-0){QDq31tTs1X;DJpc#&)?e z_xSVvR$P#o?v1-Qok8e|kHq*y;}+9}`&~zITv^|FW4kD= z`Fg(seB}}P(ii|Wfb#dK!7qjSvPr)SD$`6zK2p8{BX*+B72OjPvt?J>eWTCn9nj;3 zHP}B;HGK^iAh(>oKbldrC8bY2G$aPP8B+eoYh|>ANM(qU=$PPcTQ|eJI);NIXyPd{ z+|nB@f#a!pVS>ZPEdAyR%N9#YuU&y&qEbC4(nR8>wzQ9e#$PMd2Z9lSW&9_l2w-Bp zox)LIPs8MNS1KU&k^Lin!^LKF`D9CEh)?D}7&LYz`9Vdsk#&KvW%Jqq_ughq_Fm*gt#DCYX2xJY^;I)`xuL<# zD!l4%ryB9EW@}?56d!_Xy%3|WnyUdMsjl_c;4s<<7YZP|pCiE2sChZmjC@zt*2|0e zrDFmc z&h59z8I-Wn0;+Ifl%K0c>@1}{ zkwI$^Q3?}w{~K()a<+E<3N$C_mzSh^RVmo}%`*Ys#M@@BfHDgAI~z+5#9@RuPZ<&V zS!6S=FFM`UQd{%9t(&5mh8;VLBAiXS6YE?J{V=QU>?eCof-2RK7NvCe6Km(n$MyGq zcbE8L(s|)j|Iq!fwuI@yM9`SU=cJOPFX|mwdKNI>DdBd;d=tbW!9Dh*&sI#JI8oC0 z{sSqUHaqrmfkIj~FnG&;*zvo_M~(;l(m+P^CGH5b_j-S@>F#D96TTV(fKLwud%dJM z^0R65KpqlA0BOqjmw3_y9zfTntfM1=1ysJSgTR}aj6~cH|7};y%!b2Enb@-)3DQag z(kp~$GnE>pqC5Zvbw+~&8abnge@JDEoycy7dXvW8b_KJcZ%%Jo$G6mhrxgPmCSy1I zHmcc-8e|z?S2LdG5AgdM*DCXr|FtWQxo8x){wG=D~Q^-?2p8AS_$I?ssUqg z(o_snRi(9w(xVc@#Q&sgdn3NT_fRJDp~~FDiCi3%r?XkXR@PPRn zmz>`ibinIi5p71kd9KwWr?R^rh*X@B;O9xDsUj zTg-=56iORlDzmzEK@z%rLfwNjFLnO2$3+qCO@d4@;Uz2{C2@**!~$-Z7`Jg@_4cy{ z-LmAv0WaQA#4EufzQ}MA8bU(0b$d^cX71s-<4|HPNZ~rrt2qadPW2UPN!(zB#E|p9 zZtgZmT8t%5k8(i5Dj0}@v5p9odVYYVr39|7Rwk8^HW&%qHKy0L%3>{sRy$fkMtuVY z1Sn=huHy`ieI;d1Rw;yIMCZ06A#_lmQ zgSdIgYbA%(>N6$P=&vKs9ssBnL@o&+5Vx1Hb&-vmL!VBA7mk~Q>|6;^l3VwhT)H61 zqRT=MivzVu^zn0KJpL;0LC^dITMm3=SvoE61$jTQJsdUL$)U}J7bJz)-DfRaV2>K0PLGH+L<Em(VY3ZuSH=Xy4>f z%!CHNn+gNSjV>T?7~|4F=(@~tbp<)9m&c?(=u51ITFb+#0WDHwc$lH7ra*en8nCOD zl?Jo2{@%6r#yF_Tv>*qd>Qv9HmCuLZ`(#uggwF*$Ye(7%*`~=&EnND}Gs4o-xC9*O z`!}h#&t~p8M^}!L!diR~!@XWe&0&}iwZo6>BMRql*Ns#EZrOI9qk5uDfb#D@a8qbP zznk|XY5Sb)mF$Ga2md{fzt_v?)woC(VonuY41;Qof-mpfQOfW?gAyT2}Vu zAIWgc{J%92WQ!wP-8jE75bT?C zZ;+&f#^8YpE%+Qh5|Kq%eB3lAL^et~_#6A9uYhOP({PL&GdPNUyKsBQF|xJMkq;YB zNr{@#pE$CcXHH;N*Cu=P(P>Z(&M!9$DTX>(A7hNqaw^mI#w0ZCxQWFyKz$NdUK_bq zrtC?>(;@$VGyoV-CE$U8hIuX|bCkv8-XWQ#p&|NFdotAig>>#t5`({IxxhwrXEX(p zYX;n^Th{MFxiTEF$^{W^gC;VH4*^Or^!Jer?xN(X5CV_bjezLH0f8$y!Y(?;gRe2= z=74}mpzhsuSm6JM0-Rw5F=pYfIB@eIaV-Px?y$BhuBZ3Grjd+@kY1Gh?I}x`nT29Juvfl^?FowO4%2G)#9vK1y05oD--MIl^>9KVL(6Klo zx{v@FD<^qH%i;Q&GFL_a?EcKV>A9I7p@4i^$sa;4U|xMp|8qekpoO7*Z{f22f$^E`8M)2-UOIz7Noi#M}H%j&zSkO9b&t4Zl9JJ_7uYA%d&*m zUH1G}z*l`SO5~UN=GUkXJJb2jX^0}t02TY)=|CSuS`|}U40bw)sO^H*8yF~l7#)0d zQ_d=c3qOk(bpr8U=Ij2{A$&mA?+N2|(TysEdAp zMx?plQyv>kpvC(i6QcIl?Vw%M9~wyFqR{r_yl2=a1k^A%B|m#Xr&8UQ zP+hP1Nr0hw9j=2>ylN<}?-Jece~feRVPffY4s*sNcLx2PkJ-;$2L5Ioz$;H`{cTGeI3Dhh zXZScFFyX>)U$`q9$`0Km$w5A+Bx=Hr?U3H!RFBf1u{yYrnpulV zo$;$xCyY?V3DR^ zmKXD_z9jJ`f7zS2WrVse$wuZSO6xc90{rrIF}f<}yd)k)r`c!Ojhv*6&BtftwOAlkWhjVOu3)2WiBhYdfdnCbn{n(FHz1DQDK(4XO5QQIsjV`VkwZ66T3Bi7Xdzur zB>ssJ4jYHgBzKjNbt^ZxJ<+&u_5&{Gi}?{?mfJCYSi-^_n`Gw9&wZMKAVTNqI$V!Y z35lIZw1dC&yZ@@fqp0tkPi?|K$drtml?=!TQvHK=+NewHEs7)t;*m-TI$Ywoo8h0o zP=YecoYf@-+U2_f&1yvvRY% zL%t)3Bn+=@#7&W6sQC*99tS_$bi&=T{NT^=cC6N)So3up2Cw5OhlonfAv-!kkLPHh~Y)HyjX}6GxJo84_qbd6cg@8qMY7j1V^WF@@F}>Av}>WDoz^ z*|Tl(V(Ly|j$>iD$5{=ji~1yiW-$-XdXKMTxfT{cTk+fCj~?p&kE5yu4AN4ZB0AY_ zR1r`w7B^O0hWa1pu9gVBb?hI0aQeISSPf|6MI^{l{QkYOkEs3F8xiwsd3WyfB$+ z`pqx@eiLeT^m!Z48fpzr8hfySqDWjZQN}=BhA;zRXvsQd34Xm`t4>fCS0YBzzn>4> ztyV*sOYFYGlWs`;8A#zCyE(0n5-IyaQm`w(PKA|vYv&!3miqnlAez}Go@`B=tS5`( zt40LQ$&=L_gjoY}qxelRCOIUeY1qU-1wvje$$+cCc^rwuCO2gi*wB-xhW2o!qI&G% z9ThhHngmc4#2aYiep(U)Cc6cAUasvq`o&feocPF;o#Fb0V_X( zR8k&cQDNh| zD{*{oRzfe_irs5IoiVbN=E>$2#w^MFV#aNI!k)6`I{8_qccTw*jbq>8R-R!E@8IA8 zz9>ns`jyGzn(CTtW;#Y=?7kUJ`w*Y>T}mduUZgIkD||pjdhy@p49dIW zNhokzE?-D~9slzPK@W!pDWzS#p<_!np|r`Zle2t|sx{6U`t9Q~d8^R`eG*ar#ava?=7WNKiZ-1u6S69k z{0ExvGr~UqO+lDQNK*YY)${wSdgpVkf}cA=Y>%TXR-50@(XSPN*+)g-VXevogT4_Q zu8iUm9p@?puU=+i5472@TncqLV#Xb5UM4dNAvnX*^~kHF9cTF$+(?-H^ZSoQqhqw# z1d_GQk#nl`kH&ab=(qct!a9Vpsi?~SRRE;&$>)F9V8$q0YL3RP zatRh|E{iAsHJ2MjSM=vtS!9xXKmTVo$HYx@mGiGP*uzv`9!}*JMYh`hEvwx%)Y^U>v2h^=#I@V1e<3`ad`;f zsG7G&fV<2#)7j!qd*;XYNe}9V%Q`AR+vzWM{3cV4l#Q%0AuThFst5laEG!)FG$_E^ z8^XVExh_{Wwg@zb3+m)@@d3xET0d!9eJM3c?7)~DnJl2i^)*Nq06lCHj)U-P2Egcq z%f(S`vA4yiG1T)p?+T@6z#0y9UP&sF0>mp;Xi)Jg9BsCcBAy>`4tTXZ2@|Md5#3XY z$B$Pl74>6g>$}^m!5hJ}5^`Vp%p^(mvjnz-?1} zBlYo4Qg|3Ft=D^hWat;~7~?m8FTsmv?NZLwZ|k|#krSN(lY<+;xlwb`oS2dt)yPWucGAfKzG9>6pAPUr>5trgeO#Vr zhuGGrO~%;%fJiL#2b?FCM*tOw^noC>y2d zH!pJmkWrjgEzt0nDkW52K~ET&4+!|$z9NDdW9xG!Fm{Z`5=+rKX|$m}kPn zkmtg~dm1sfmX##L)DcI4^zkbk8yeoo=5kZMmKe+Fb$~N5^Oj;XcHOUN~ zo{#r_nLZdF-?G!6T4Gqb;2^npV##=u^87dhCK|-xd&+IHUnU0Poz{E_$eKz~o3i8Q z%qY^%y>*8IXrq)NbQGuP@%z*@f1X}BUiPmhDPG>?9klIGAvKl^0m+BpnJyp4{H%K@ znuuC&WlZjM7^Y9eg8p&%;myE*r4FQZVmZ!QYRlUK+CKxF@)hUf6Z=klFH8C`h!I6J z?j?;x9vr!X--g0L8{2y2-&D?t4s!k_Ufnd{#7Vku!g?(0Ali<_-SVSfo(H{n zbs2hGK#0oC7$|^zC6PY1{?5XUuan&^9TBCK#p$2Ct5l95DTYhS*^&k2BKtRAN!~FI zsF6xE0D=#wW7m$!gg}^OvLyoe#fIqgF8%sECXWuX6lD~#zBOZByReL`M+KaXF^5=9 zW|Fu4G2opcky`d?HRne05!HqlvZ-*U5DCKGn>ZRqmCiPU9u=&}b><@mof;@5Y~yd>Pp zZbe&Ae$#Qp*ItN?sR-xWe-0GHzrA@OOW>{kW7R$4_f_FGxuc0sksklvI1FDYywCp! z56J3{Dj2L{yZ*aeng9C-yUWh;2D&uSrKuwa)d6uj!neKE=c(z!!`EA z(!;i14^K}sUw_m@_Sg=)8F*5%G?3v!Q!_LfwNW#CbaqU;vs3$mE9hcQkeh?qmdwH^ zCc#^8@M`;MP1FnJ!@qICjOE#CPxF)X-Q0#Ys$Xvm7e)ylP2(6}eQk^V*JNIj?6rU% zeiWZ|)mS?BVt6*qw61CHSH&6o`NNX)JNNU2p1r$uvLT5r#VoVEa>`CA^Z`yxx8pDE19qrY5*+u>K^&HD-pEN-T-zg|z$7qQY;^7-r| znZGvbJ)J`x*3^AFwdSjw)7~8WJ^#2>=g-`fKUwPD0GjjkePfmWq zHES&X=1j>20r;DFNC0Mo)%GeBt;!~*dB|Cmt7qT4rQa9HaD4S_l8nxQr8gAqAYY@d zQx+}-LpF=I?XPtYyBf>B`t4>6hp#e)Z*h%>mwPzU-OhXo_}~o_`NiMwt#W(>SUZhS z1%rILV^+|n^FcXWU)}d2g*w>k@o>HWDHB*!2~$ZKDJ_OWK3z0dn1v~F+6uw&oEqeP z;i>uf7<#3T+fpWTZ*+6pX0wruO(@nW?iegVZ`dRP@9Pe0MlG)mQX@Kf-d%IJz~v$g z!x)OsU*jQhao5T)sX;li)}Jlj_(H&0evQtPV+bF#S?WX_#_}EZM!!{M{UZ5v1|+py zU#^NGQa@J?CyC>X_f{`@s`jb&(VT9)a7Hw*)PH>Y9C1?7i@w^;{3!>d1J3;z&sg73 zvE;p(`Uhon=J)rA=BD4CS!=Y|;U#Z6bZ$XxuuDpdEcC^P%s+{P<>=^PytYJPXkbwy;gaU=ci;~^_lNvPk;xOB z^x&!4)$PCph@eZWH`>QoBfvgwZp`kUI9Ws(tP)=P2?hf3`#JzwE1C#n<@ZZ=F#GVA zvNtb9^%4)Jby{7AAGy<4Kbb{y`6)tX03Mqk^9>+w>9AX~{FkPF1rxH`xjJAn8CE$t zhZ}k!-QBF6+s*E;&Gc3&>|R<|lsYd6kkY4_DB_@;6D;Qz!U4|x=XlP824=l4sQ|4VNGT5yc@4kd&G+`?llmwS z7WT8dM)>s0pUjD*VyzN%NWpITtyanND`hr~A)UN{^10pQE>saXJcd~`RAX$M%SZJ; z+lCX~ze^3P{pw-r9;Nx==Zr{uafg*~%A`t%gX_}t_XC}d0!WIWNnN&lnt0RlLNk}h z29f;9X^D4Oek&%dPT1=h1`*rBb~{YKP?On9dnf*H=rYW<2q7Z5(*(5+U@0hPu4xGm z3gzx%E&^P!0jr*syTn$38ZkFCgHJFD%IBi^Z0oB57um}z;5OVq`@`=h8Kob~7q4GM z#0DaIetU2GRMz}XtcziIk$1<0O(Rw(a^6G8)*68-$-EE2s(k{WjYpZ~t>?F@ZzA84 ze$|84?2aSb)%N4WZ2%|_daI7bsd;W&M5X>q>L3MtR$l5dseGaUY14J)O|Y0=V^Q(T z{mV2y)#NDwXjq({E8l#qp2U%P6y+E+(VzjIPHDMQHEOxToiR!5eS%ww8okVjmD-{@ zm9(nzW&lFBf-yIOt961r`+n$ho-Bt_02DPCC9CoO4Ig$&d@a>h8v8Hy{1RPY;SQ;RLsMsN7dsBh3jc!d4^ucsXXEC5HuAN2Jdh=qaq|2dv`^ZS zhX=RHhj5k2c<@zYNJYiJg#f|Sf9ne~e}P@gv+LRbxkA0NgjR{G@HFc9LwdmG$;knI zsfZLM0M$D`eq~V3tlBh({Hm_r|2s)Qr|70EYk7NFRPdO^8?t3NBLIx*ZKXr zr1=e?=S!kvL&Cbbx#H_06~?Pf;VJ3G;{a5O)XoGi)V^*4({F{Al#N-blFc9*R!<(i zQv7AS4^9S5w^#w2$P8xZk^ma?chl+sF;M`L#N3{lAFtzqSgmhXTlXvL1M7sh?*h~? zePzY)Ce*Hf!d5J-;sdANK`)J-jRrY}FG=c*Ry6rN6nKlhoTo6U;{WmV-SJevf7tgq z$IQsFcN|&SMA_1jmF&z=L`KM7aT;=rtR%8!lu_9`Ckd6z%Y-D(9{ zhjJnJ&4fT4eC<4F_inn*FRB&SWrURQn2S@awHi<1LYa&V3_E566?adBvp9hjCoT)R zsL1B0_^w22Ct%QR8g9bh!jQPjMPBgD{(4i_=6${_33HbUlQ_DJ1l4uSHN#?#7{4Dh zz3K5IN5^C9N40;u{*EX$Hnym;G#RP&!v=2+tZ<7;RD^MnMok@mp?;^}?VcGKZiuYFBg zwGnhV-CdvegksIf3Bcoay;jo0^^jNT*GC*$3J+ZhIxP%0*%9hL7 zRG@@^1p#KFevHpXnNz4u%bleqtev;k;W@a6DW~Gc-DUVPv$ilecw%vz_yRRGqAbBw zXx{hpb`;ZZ5iI9v38|gvK!DPq-OQeu)B}sS&6k4XDD8%vurVR#Rvn~C?)mP4B`L*I= zQs9A5;G^drfI!}Ea4tUm{Fw}?C)wu?MrLV&+BYZR7cw85FO;Sd29D=IV*>EUY0GMi z3;#$DPvvikx%({=$`nR90M8ljAp~%!t4=N9%&9yBKCV}c`AvHLxbHoT4?i1H@SCKzJ_mhEF=_cN9#`b9RIJGEG@xaWVV zx%QBpJD=jo*l{co>&*+ya;=A@IXKul0F`vWQ+3POjuo-yM0Xy8(T|*o94wb7ACdxZ zomcXUoVPIN^zyMWrCmX?W0ChJSi^so&tH;a&O!j5F>2nF zvDsM9=NY|G9}R}s1kgDWfY9F=$UL$74gOkxJ3O}RDG7DhB4LAy&TtKLOs9PGOAi1y z8YY6Fw`I;s=~vH{#Piw^Kz?t@Lg{Hk20VX=IeMuA+(Jnf<8=?1Ep|KXD%RmiI|JeX z{@kV15OTnc#-(F_xhMyK=`Mw9`cZn94M%S)@MHK~N(U{?Sk$0S3)$qK1cX{%x1$iO zBNt4H(M%P00v)OosW&HOG+Xbal^C!2|MkjpkJER#iFFbCiUMz?L!LFGaCO&H=0E++ zW9T)~Y8G1)L~6+zS_k5Lj8$tAXQ2CljP_g~m?Z_RJG61_LVj1}KQf8SrC%|3m^cIdW*W?p?fFzHy&# zSvdT8JS$A9=+VP@wZM!e%L->-_7c7Q*7@?A4eeD7dtY_;*WKhdKKS%-tUk)ujm2G? zTk}QWUMG?m8ki@C`hTlw#4|MmTp~Rk0SQDLVZy{5C8%Z>+@puW48g(5)lgNl^pOP; zklo^9G@R0O(HO6ITR{vEI@!NpsXTd4Eh5*h#db&My#nfJX#Ib8mDBxA4c_lMH%g~Q zYV#9~bok4a8PY#@Ur^J|pFByzXwu@I4*iJQnQfuY6x)YaffeSph1eM)25NnQoJIK6 zTSLpoG(a@JsMJ~m%gZg5I~SsvM=t^F&@9%srLUm{7G@NbC#1or%SP$juozrGzzU<> z5X^&8JKyq*T20&$cA^tGkmqEay;tk~VxB(Zs~;s?{z3q)o9CurMF!Zj-_CBU>N_Tr zoZb#5cH4(ABhqz+kNJT4jWGS9qbnrT-8lv9pE7cO8tL$P>j)=2B8~w7FSlEVF&pAs zV*zJ8ZZO(~m1cIOtccj^+G^j;O9;IC<4wSg@Tj_eu)l5e zw)?0;0dSzbpFeNP%b_y`9!u)aJ<{_mx?c~wTKz0Qh|VUVv$10oJbX@aKnX1G<4rM0 zdLA8c|1NlM@n4azAz z(Q){&pTi$W|VUg}bto z5erGWPh#R+w^kEce(8Rn_ZIGNcMt0wyD|Oa%^3n|+S%M+<8OkoFy_Mzp?b~olm_%T z(ehlhmVX>_2}n9YNd`QBi@(>KJ)>vFn(DkRPU0?cq< z{)9J%10Fa}fEeB@KyLRZ{*@?tVL_Aw4C_*6vjDKgDn4c7mi?-HKFQC<#^pX_3QJvW zmBAg1p9piA3`%We{pKi_FbWZ`H+$PVq}sZ^fjng86AEWgIwVs)u)~9V8aK7U$xt1U zY;=L|QP?gCD7~3GR^j&i5PDNF+MrHsvwhnt;kslk=}n`@FsOZTs_bT-RJBsw;!&5s z5*nv!`fmS13A+}){!kq>!xMNa!5=Z@TfCMT9CqhCfW>2Sp}KBy4BaJp@GezC_c!9` z@9GapTxhJY;^)u#a~bYV6M9yUFV$7=sUwvTgl`C(@oKe;bZ6iMLy$MvNOCQu0aND@ zMgi}4zu$&arBRgQPs=w?ISAD=2`{Hm4#Ujw=Pej|DJ|@POQ?hNS59K$)>_qo-vQa7y>`M+k4xcPMpo4*zb{gW)tvqZWUV) z#Ymt6@tdY6v0xYp%QJ4! z>oVCb?}6b#qy0V?3!d%+f*CELmz3ZH^XiP*r9m1A4;8@1)_R$@j#32aytB|U*KPg| zBy}jChI;M1nstA>%$i;;zco8rCJg&x&8wRgz|*YQ?_7rPqXT^`qfs$7FR93b9vG$s z`c-%buLQ2QhZd6H7zwNml(-!$GAP8wx}y;)y%n7#v}$M1I#mVu!G~P?v*Y?exSr|B z2q}(@)V`KSLgC5(NUmYs=nH8hH#8#Po1g4LT=oSMpVpmYa&1a#9i#KfHwv@Pkbs$U z537-!nLd*MoXS^v#fs=}SseBWI*N0~S$&-chIb2ttHCCY470RNDWhG^#Ch-(dVUa#c~i>kf@n(fNTW4*{z}9i?Me`dOwM0- zc^VK z@Z@5U|EzY1x=Y=FFtWlwAP=>R@e?6@2=OwLt;#1aldQcGC>YT8Ht!(L!2cL}taN~Q ztES`7MzlDC*%hB08qX+v)is~Vf}$E+VJ&L(DmhOumG--D8BLV{nR1v1l7-}1o*0j& z(e;?InE;S$kg;aiU~8@|8PVqtDZ@J5u0VeTg`ZX0`BUov7LGeFs5(0mubjmRH9CmC zdmEgf8`p4@_F%RCJPj8+oN+n~*i>L@B1_#RilrtiTg5I434ZlVew=I>RBQ<6kCXPi zq6IrVy8oVbF^H<+o1O;y5noc2UOj7<0A4+t%ynO%z0+`8_(XyeH*N_VK2MaDt6q)j z)WUywkn})9Q-#V92j`*{r5$v5|G#Hi(d>+!B=s-PzrpDF7;$iEQU{mV{rJ!LUz37t zF^OlYd1$m@@l(FJ7yjS;oAq@oKUUHQdB9u!#AGmvG3ta!2~1!M_;q0P?tMNSY{(7c zg3GS`)g#Bnq~84&&A69Oa&Ql}Qs#QM?@}VOiD4uhKCT(Mw=)as_wP*)GTV8}5YrHZ z=1uw0^k}ok{z*N0>@`V>Pj3Lb=a7elvW<(`AOBesX!wByzss%>0HZ-^HzaVjP;_zG zz_lz<*D+F3E~5P~hvYyA-r{uOw_cIc0d)8Z<3aO#Il@;2U0n$xcZtTcB9y|2pa#;o z3r5o5_i@$dWXiTMnohvs^%*^S>I+}Xo5S!1{Ujslv@Di>B}(~bfuj@ZuB=Z0;<-}gkKBj$sO`JDu2(qD!2IHG10ulF(#p&Ca>Cz}M& z5(XCok+`T_uYY-KWujcbjnePc;?*+;#*`Z}s14EAlIX*4y|y>Vk+{xv@B4<&7(WIs z6-8FdoHF#@-w%9s<(_6d_Z2KJJ-k*@9scYKBj-wl|5%aPSs;Ezw7Tc19jn$}ua^d1 zNSv>gga?@?DJ>2!Bn=oJ2(f>VQv*0L>V;yo+I224RY8U8(5t!ea+De~wAy&!{PhmU z5QWS(wgoTr8e)F8_qxgVCJEBN`*v=Q7(`%vUdT1eKZQq(H5$drohleZyP|sj{5Tx^aTMtc>?Qkw``U!%JSff2S?>74WLagB~--V z7$yC3=0=QT?vM9t(%fZXqQ$gQvfo~bY^;2;)$t59sg_-^zb-NxSz#mm% zM54$cGc$QlIol4%9CsEn5tWLu35y{*ax)HDc|y=8Z*o7q#uqmEnMy|5A=m!gBIU^) zGgg1kca?JENHEqgn`DQYMOB3|0^XP3Pd`k-zrwEB_9n!bcg;9)A78RwO$c5;ZoUgL zfm$^r%zu~U6?ym<@B zpR34#p68$ndT^|6>EB>-jGj{`QB&f%pzth7UsXk>;)l3Z^ONrfBKq|vB5!9>!u}(0 zAL;5=9ufb=ns36E&-MxFA@Pwogd};?5v4KzAw7tLmmECeFTKB|p$HyE1fgIhX^<(; zDXKIUYWzftQv1JFGVurg7c&?x5|MDnac6oN%q4H@cgxFBXHWW|T5;UK(Oi^G?zl%M ziczVU9BDo@;5~T@U{o#UE@NoXXe({UWT=Aki27-8a$J}70Z1Qs{OPzvOL*8lp^<0L zO>elhv&*xxwv#SBOj}GfwGZ>y-H#=DP{ZY7fuuyEo}Q_90z0h?^Y(Os&xZj|<7cX= zIna9ZO}{E!9S3S%OMkuYy*W!w5_QWRkW3k+Q2f{6hIP60L$6PlqGz)%3)H}_{PJmY zTI^{E9ml%^iw$DEf`;7eCHg5OFhI7!Qw059*sJLUL3YF-l=)n4@2BZ``h5TUotA4) zn^Xh%Nl3Db>@?n<<#_Lg#uKqQm^1(8#>e&Ezg;*fee%gde#x6PW5Tbt*nmWI8msKT z{1X4xZ@G?PzL68VK}GeHMWw=eQFyxefSbZdmzbvTlxJplZWfC6#Cn6g>*Yp{pZ z^VXe3x4<_MVx;E|O^*Yx-&K*oiuvHdVB9(REJkJbthtF^Ql7rB3y7(Y*vdoVkkGpr zZ!%)dt4)6d!I}g}$@~j{!h6#Xvn=f7gV=$K!vP0~e!*R6Yy&Igg}Y3MYH*hR$69RW z0gLbyJoah2l`OObDH(16USqI%rB(OsZruF`Jh*`HPVqafNd#_#kB;(xbuD)N{3RV^-ExCq+$V@ z{xB*Dvs!2BVukNg!@{fEDUOz@>*>^T?_c=58S)e!5sUitZI3MS|4(Dv%H5DCeATo( zeP1&;j#NVpgK-nsnAfG`2_8)3r3r99KqUUSU{BWNsnF#~pKtgq79O>R*3Q*>KYqKg z!6f0c`t0>bLPBjuRjz|cPw#zKC4u^~|IyiAFH|uu^vn)(Cy7sOa>xs4K6?SWzM8!y-Z}Ck@L*E+GAx2v} z`du+GFS!1%6O82#D&Rm-B<#)Of02Z5rX1*Z@+chBP8#(SgpbbZzFLwo%yNkoW_Q8( zs!+QjjWG2H!pl-wS`nLTvcU!|molQUlO zriV<8RxJpmuo1kv&)*Ra5Z(gBk+(pK@o z?OWwHH)cEeb+9*_c>%hD6pStS@Ljm;2BusVbShdIgdET8;D*~&A~zO0RpT-z~|owfV)=}8144MFO*8iWo2lc z_CI==$C}0Ix0TMje6{EP=`naBYu8R*jLLxIGBrj_Hs2D`rq%g%f~%cJ{T2?f8GsgZYf_oT@p2^SO zuzZqU*mHUq%v{@76Bw{%iWl0=^wf6abF#nLbv1mOqb*Ry|M=?;1Hk1yI(mD}#PzTF z#|L@cM;$RYuXJ2IuWETQOcsx+%e#=7Eq#If#rK_QvyGZ~6fCpQTRN?VtJern$0qiz zts-Bz5l?-;i`Ds;scHGz%ThhzZoT87eE-)1N2X{M z^%r+4kh0+ha&rw9KaDGUH3!$^CoQccA7d{5J*IS*PS{T>Urg%3`-|UcHGEzEeAYnZ z)b`z};c-pz&C27xAnV|xI5o*IabVK00LJJp)K-Dj%=1ccbikT zP0Y+?Ts??GVg|WMg)ftEfZlMoe#l4Zu1D!ZaWotxVmoZ9_ao+0YLpaN8YS>57(_k z!C$WHClex-VhY6HV;irNck6;1d2tN1e}Bx~bhQVdjPHwMNdaHlYvH&s=nVnVC;Tdz zfN>c<2`PqSh0cg?-&G6Teq<)fq{sgGE*}^w;eV{VS>8wDxBx?2>lyN;P5jBSsn6HC zF(5iuAsSTR@}Y`)9PkLN%ICdjgw8%fD7uW$2r5tsSCm#IHrurvyw!Ya$WrwIAZ^t-w(ePvp<&*P&?m~f z{daUTY1R+DsEHgtW-&r`{q;@IY0V_=U zbw2dUs0#|$tw4CQ_CzF~A}(T7gvF-m%RzK$|1*u#mHG!=o@3?fsZ;BY^|i%ud=c|X zhXI4qMzIVCR-beJbA8*X^hvc+eNo@FvFBarNHxjc{yWBXr}C61scBSIReP86D|2{L z?se8)cM;dK%-$z8Q{bbUA`G;T5sow-h>DK}=lXb%*j>ORk0ftMC`oglQ8~(izPmD7 ziwvNH61e+5Ff3}aRV1bRF25L|H|XsiuvL63;kbUaLVi;!ilNt8)hf4Y@Z)-n+=+a9 zOvLN?+XZiq?}Dj&GbzJ_zY-J_V8RdT_~cAFB7+LfaN%_7ppDD2lbBRuIAY$=Q<&3Q z$L|L9Ic28kjg60W02hN<@qjcvl(j+`Jc1`GaKBeErc&EaS!ICzhvt#XP>j5NTTmE& z%AZxM-mrFr65Ol5Mj{PFUhY#U4ESu)n7AZrq*0rmjb&Y$+|LZ&&unP~y|;DyFxKN49&bnA9G8BVF_~h> z@l!H|1K`;{5<;X1_ih#R2-N%eUzXnHv*zq>$yADhY_KqXRIaMHRCd8AQis`wzQ?*1 z&eztFxH<&kAIYm-o_{_Vf4|(MlDwDj^XrWD6-~_**?_dph6Qgs zo9=~o+1kaa94w>vm&6Q%SBgVyVHpWE>uB8}Zywc527hh6bd!5#zaojHpmtkL*95iR>Qvm@o z(nV@jZH$+**!i*iNb*KQw`R1*zr4mE0V-tcOosfZe2G!?_8+C8B0{`qJ93^?a14|FQ=gPJ{jF=kMjt zQIdB_-E3XXg)^*Yd>Bch0d7S?h6#ppz<}c}?i&Or=(B%s?JC`*=nPO-{uE`slD;r7 z$|PkKy%H6Oj#M3{{ol5L`JNe+Q(U3UE~O{D@G!s&`2=j>A2I22Z8q=MJ~2zTQ7Jnt z2#-jEBQ`ad^8duQ&*AZ{4sYnam@e&+f0Z-Jr4%4rXa6Z0hDI&hyI2cj5a8`=1U7Un zaA>!i@6=wPlJq4&F2q^mp>lbx8F7URT-23|P4tp|r3Bs;yBSCLf0K5+l=o~t6YEN6)vJ+cg7wzS?o!|J{Je)DonhrCxTUhC7B zu;yTLh%nq!JoQ-Yzu0Cdg%=_Wy-H=goyCIu(q@T75&)1#L+y+-az zL;HC%>-%kuju$ZpT<+Ch$o`x8Y9g-gQ-T|x9#NpbZcOE%6_TUrtadii`SNt1G6YKG zdke`FH!~rHbRs|Jd=J*!m}~N1fs49p8g66>Xy?|cbfYBJth)pe{?;&doxGBZN!215 z?oD#=ssCsugWsnn`N6d-@Rsm^{+j}|DeQ3;)WhXuK2*wybDh>q^!$HxKFNLXqX=rR z-n!}D3n+O}7@9T?8;9-sHs9w6itG#23))t}Pvch=+G@RR#} zCF9fYFmy|P9U2H3MC_;m-PKQ?d-R^xe7QpJ^0wqtztknQl->Q;{GKCRUfA*Aw5(NF z!~6;}YDP&Z0hw)ZH38XGNXM)ZFi#QEe)xB%jkki|%G?-9J|zP6T_#$|v3AevuammE zDK~YnzvfG>wRyS|Dlt~)_!uBc4$fioN;X~+c(ywJF#x<4m9sG9Wi0Ot`;C%;s>n)y z+T>P)X}+*lVvfH)_T8j%FAu#`7bf>Axd*ALS+sMG9$edpIZd^&bNw`}`ivfTZRsXM zD<7AAOhUUMk`OKq4LX`!AmCWU?JD5uS-ZXXUYMFa69RIY-01_IJ{zjgbqrTn!*xhB zZZ=gCI?QNQ?+bTy< z`<{v))VR=1jLohwQQ# zv*7Df*m|>O8(BavCGt}nimrkH?vFck;jU1xkJotZ{J317QM?rK!nk$KYLo&eq#ogP zP8iC<3Hg%t8pEeQy+tmIYg`_&kRD7~~rUu}U0AD#6;JmQi1?I}x%NNGB z4IJvjx8liu-iG z*e?S}#dyV1_-MNcTq!aIKnMb6_zpCq{NVNY(BDPM8rep~xneBiP;R#XbmtV6f5m)% zzzm*<1ji1L7gdwUnReCztThN?{`wnX=zGg7ftb(vEx<0JOCj{X4|0O@KgZ0;K)Bl zeRKwIr&XH%TEAGFubtzcSI7E8Agu`sBau}prPl*f)J3lth^KAL0^rUqcMhm2|4O2m z4|}mgA!Ssi=dM$EC{j*VI8y~$zPX}E?4)VOmxizI8@s&szq zwibQPA)bT86=P;d7b7*morb*?LkCJb(%h8m|8j=SJ55Q}@wuHZ_S(`gB2;i+9-p~BHc%Yp_0wi_k zxPMgCI4}8wkB+sWT^nB~Wdg(#_zw9_KgcgEuRV)aKi1@pe=O5($IWS<%|^(7kTP{M zUW~-R)n&yo1&>(32{Z-t3Hj0`II$%r<}p_30KkKaex{O(T@lG6+@Y*vu) zlIeGJ6A-bX#Kh5a_PN~GgG(-%T!WTYC3&y+#_rL@3S2rmKmMUql_n%7Rl`S;!)d-T zkn1~pZ!Rw?8wPWWJCUhzYk(5%oMkm&tBw0KOei26}}((RCyR z+4uTfT>5T$510YFHIXXKNP4bk$S@o0VSu5|#MOVMRX|C1$z_YiGi;4-XYO4})G4G~fJj>}ii;_exE zYQ4P>D$r>#2nAG(-dm5U`xjyhqvX^afRe=HJ(GP1g8np@Wt0iI|F~j4>C6RyKc)6N zMuNTnOcr<+mE5Q~ay%O`wx(Y9luOIQbgJ&3A@HGap4S-rRf_X;g*A+dc&m_Lb*7sP zD2q|>aLe;Mgl6&sFR>gA`H1Njd}AKT=_!Wzp_EJql(H)+LY>Wh(36+@^VJyHjX-0t zU!2jGftTCwCM%|JVvR0#Heb!_3L^ytIt4B@LSwPra%x*}JTtuZM!*RC9U+li?A(Xa z>D3U5h;lD7kWKeuu+^c=yx9p{*SyV*LLP*DjsF1bGNIVgqme?p)Rc{|tM6#U3KjPVCyf+oq1!$Ou%gG^I=e z&)+a)&9>vi9i{R|Gcw)an9GzVUxeuyR7dveihL`-w7vU&$umCs^YNHcZ|EhGz{LjW z5P1B8mh<&re}p@h*S?N%y-_@wG`mk?~^k zTTEa$mnclpoJNW#0fw!n#yYaO1xfFD`aaubUaS~y$YCvcg0_!G05nc3|Kq#J`q$t6 z%Drz0YtAJNKM~px&AnbDAIbtmNencwRkE0ca$WGB^5Kvu_@6Ka1P)dquJ!PhlPH76 zcyv)fCnBU~1r$c$*`CUpT|f<(Z%s|9MLm=qmk>7>hro-usM%@yw2dgWOHRWWp))7$ zXDi%WTu`DZ;Pa-vWPG$*LFw98asu5Y{(8;Tz85{Sp^N0D3m_IYsS;x18BN{0M~~8L zoo;#;+^_k4^WFLX{3SZ?zjtzQxc!6O=b{Sqc@11GxP^UcVXp2+M(`(tk`4SDNk`N9xdFQhUU^#Q8ugN@g>jOk-5>rcf4?sM(f{x0IzMg`W*mKjChN>#6hxXxU}W#R#480;A@0fsbkm65 z>9q=D0Z;^5Cyu_N;_!CmEdWv>ukk-wc{iV(?Z{w8aQf9x zuHA##2+(O7C)CCCpe+NnK?bHcI`+7fA#>i(OR9nsFsz0Hh*BVAGhM|noT{R& zk9*MS*gpRS^1~<`h}+02Tl~}C);Sh=(*tXf{PQNEGUTL>Oe=5T!Y|y`0Qz-UPZq$ zudgD8Pya}pe&B;1Cwv&6C4{TmCbvr+;~886I^&@n6!0bI$%XwYa4_u328y zT{=r=mH_-A6J`NnxVXXB7bg;Br5am>@?(S=cCJoq-cD|@rtR+2U%&N+d=ylWNj_dt zBj`8z_-ONkrM1$CfbQzf!BXgtzkB2SbB;@$H20_z+gpFo>Fp3149gL|F;c!o_@uHl za(^lf53cSbD2afT_?8cy^AcjKH;I;7wn&+@C;iYVq&!q{43 z6E^$5zNk*&c?6pNkl4-umhjh;CO)@twa3Wo@W@A@k8{6WGv^7vI``&aW2(ncwr%l8 z*>9KfGaL8m!hbs7dvt&yO^-k#dCvSkVoOJ(cik_fQWAdjDjqjWsJTdvSXSP9Akbzi zBk;XO9Ori0fBOp$N)5|6|1F$C_4nv>mX;pY3 ztZudtZI_ z;R3)H5LYo5m@PCS3BG&sZLBE7rJ5x4pwuH3NaW2be|~t+P$;Uun&)N}z9#-0SreA- ziBOx+?SA1k7o5u4u#lCLtV6ggT+Ti;Tpc}XxvIm6K~I-X>m8`Lw|ceuED9 zcX5V1av67*QW`F`A1%GnTuHl?arZMhRJkIcVPXSKytp)f!xUe{#V*!bCalfHmP`w- z*cu80sMQH{DB~GIKQMblld)#p>kNr~hi^ogeg$GG?%(952OIWRw{ND?0s_;eK~jTy zAYw%_!jHzKQjq9Bvoy%2K3zlJo8l-rqYN-XRB7;a_uen7p^>$+Y~BT)Y;QKKnlJv2 z&Ae@#bk$&KN2*}3@0Mm8@fy}gu4^YuF;a*UH$ow~P!oMEG_y3rZvO2^`R)kS6bX5} zN>Tmmolj^&jVF;CJMsJDC+4aNzq4M+*Q>V=AjR}Ej1G0MXY`H~7p$<>`NCZXYd9Cr z6Gei=8V~H`pr(AyxdhTsc3C!V`@~mFFw=f+`oERVcwMZ?4zu9WHyC@6T7z7?>I`hMGR(6V+T8w%ksfPQd95GaBA9K`M;_Q?85=EK5K~W^_TO{& z^5yPl?zaTK-Ht9p2UHN)GmUWnynb4uC?y+CpDPLi!Wdz^_C;>&icxDA1|xFy$49Ax zsF=Ca`us~AHmA^E!MSU{d+Pr)2oxMLdmbMc=hZQ+{ekX zcUK1KFQs+>U9$ZwP**+M7KFl)>z@y`(QERfjH(LtL-`O<^vA}jn-xFQu;T zOt>_Tin<5CgMf!jHdN=OrDmJ!Gx8;_FtAJIhP<|K^5542bdspirYHRIS>L636omIO zFV!>{)GU=kpwEllaItL)geWflB}uWJiwU9`!yn~yLwM?#eU6l@6zZ(Fy?+l{hAy`J@@cEt zQAH<+Tk7bVL4S6GVM+-ejMXF{e5qbnhV#UE%xNUrW%*~HWuuCiMY9{~xSuEEO~H(X zPelO7G?pY`RFNX68d1RWJhbh@5-|?`KSm7gaFEV(nDb`?5D)J;o#18)1L=n_pvX{EgC(#BabB3 zn~5-GVJh@nk=-DJn7eC+YpL)1Rr-pFuh_vTx>t0o5>j&6jsgM#ElJj$-GyJj^U;RD zRG5?ujDW#em`xGeJiGqi7h>}C&;u;V&I4{)oJjD|D~9lcsQ*0dG~Yri>9>aB{%4yL zE%aN*Mw8bSQ?2-<|Jkc`m&7VBM4E^PmI?YvT zP~%xG!broyT*l5P!wDI8W% zeavjCA>QnJUe53z;pmJP@oJyYA^s@KLv_DX12+9!vo8%!3cnd*D&9HL`%`ukfA^Pc z=)Z4!lho3PN&Zk3+W6YN;7s>NA4z4}lfuRA_iSO(2}863%+FpKtq}L-jbG}vwu;xi zr&=S?wQ)L1EIa&ra3Ca}JwMJ_Gw5Xe(>RAh12H5zkv>CFZ{RJ zca=y1&Xn@OKJ#T*2^-c?yS;QN|LJwR z$Dfu?^Wz_!YZmn?9Xja$H)dK9%H1zaJaVpXr0M_6Wtkj06R^ttJbm(g_lta->yG}` zLFavurccZq`v-;OM`3OU=+B=YD7k|6M~hK!Yj?yAu@0q9WPp=}!D9I2i~QkVuZgU# zpmb^RG0XMNQhxI6Xy3Ezk;r(2okTlKY0hTabGyT>1xGdDAkcxpr!W2sd_V>upfc6o zvWq#hIS3(@MJcBsuG!PY-{TavJP0Ki6P|)sFVd=dYo3WyMSO!t^Kbp-xH53We$&e1-7JSXvI$NKf%vT zrFd^K0PB37QwI5c@kaHaSGzlovyk(fBwfLaUtZz*R#NyY6Z)q=700=|Gv9)6GrpMf zfs!t`1?{u&EmzmcxZwheRllvB@#<8{>|jv)pN_kt83h~mlfK4UR-+cKqO81&dG^I8g`9*d-o6G_!$*m znq_vM#PH0UOQYX$?p|KK z&P{LbO?xm%yb=?&OhtI^|6?EtK;oc%X|)_3L5Blf47qHqX~bL_E1u|#3zxxc?T7@b zBafB;ITwEWJ+$|e`?v-JGL_CYYE<5xk-*Niw6ye2eq27w2G02kJw9XD;WsEU%(L(BNLwme$yLL@-Wl%kqADhlV5{P*d`sNR z;IkgRvvtHhA%216CX8JzG*OugvYBiQSO^R=mDVTFf_CKXbe(huK-7x|2j4OdH=Ea zpp{qrB=IB@@O6G09lF?CXxO%Yqi*>g7OU zL%yhB2ag6mlnB_x8a{RKBZ`lSM{xcyetAay(X_kk$N{s*o4ltt#%#IWFsD1Z@6;M? z*l<{IQ|EJRn${@q5L`G&)v&24Q!k@^+k&Z9@2F18_Q)j(ln5dxIbeXs?Z4*>f1U8n zF{qwiSbuY8q1UKt@xg?1;4#^sn1pJk$p!0Qk5A}&({Ie>sa}~qT8SY6sfS@s0P{HO znR}dw!n3ieOGYm>g2D>Hv0G`CVt{{Lx6Z-nr*4^NR`I`^WltAnRbprHD~Edm--08> z%Y!1+k0p(scg`b$o?IeV1p z5^sx8P)yaZfdlf?h7oA0t)KaGE*I1bAk{Y6Cl;gUYBn3zioXyeM_7!@WKM%+SmT=P~`Lo`IeB?T7W!3nE1h%#GHrEZQ zH*oN1%OTJ25=4tC}o?b8Qyhn4@ zhAA+KXU{aOvPE?m+r8e?L}I7^9|4xnGk?QJTTuNfS=CAEHaKzE$CJ<^5B;siLSHu@*?iC#D%_Hlg)umot=szc`OecAtjQp&uLw*-5ab$@@)TF)zA zxR%0P=j>~rdmqQ=xb`$OB(w=a&u#9te35!c!8Kh^KkA(`#O4=g=NiwVNDDm&R3P2d z?@xX+wPra~`y*FRDWOIFkYyh3w^VZ?c0Q$E@^^a9=-Jk-U0Sb2Y+9ma_qXFhJy2jr z`Q@nwCpR1ytAGCbNH!h=rIbIw1FAgLuW?6jcS0s=zY9`u=;93GjgJ%THOnc3-?oU^ z`L*CmUx(NLz=rV!?n(K~#!u+#Na+d~ivf&!z3t!Dtw{4VCqdCvHW(4PZ(~}{M?ahEWkq)^g+Bwf%Bk_DhSAE%2Zc|h~WLipb z0}u2#m3ZQe7h9x0SjRGX?(zy*_hLfswyHIURfo z!O`Khhbj?gE39h*Stj^$eT8MY3FxltTDPU9`%$G+$>IF|?&Av0kc= zhvGj-BG3!Y@L+p>KP(`y$c$13d~v9tu`!D~9Va`f5sbBO#5EKTP2~6voQclw?=1m( z3eD2OA%?Y6EtvDJX#Y*7c_>6mmfg`$J#Jh-Uikg>y~-nMJ%H@o-vESdqac?wL9ft= zUkM74YD7@twb7X8)@pz7NcNnXeezW*D|p=dT>TxozxpjSUU-~=9p6YAx3^qLjPXu| ztc?2%VACAQ3YMZ}wE3&9&D^61+v>(V*6;y6#*V1NCuvo>_cd`x6b$XqZlkI!&c*%m z_6?>O8|9=?Jo|vm%KCF}bfV4PU{B9*nP~$=F_%QQKvqvzm;Dp?#NU2ciw}^mgGD+s zeLa%ZR)`3^{mgYz<}Wt1G0jEFptCnO8tZa-=C{eH2fqp{l1M=fUFpiI1+0bHqx%IO zR;2A$3g)($p8BpQ0Za#K;gB1K;PW}xB~LAF5-9uB*gV@@`1|jPx8DrI!LNMPQ1cmE zW3w~5qk(F*wFwKfTCyk3PZi2P0WrF|RjNl!h6OtHjPIQwHQ}rDTc07EcI<+QTX{PS zHS!hwH%it6`&ncw3V5J{bu0fT`6oMR0d$~~%iZsAlA|Ae-z#5dX$!Kq|(BJ|Cs-rV6LuV(NgsAIl6`a{~XsrfO5!{DNEJIp?#A0yScQpnk+l$%ek< z=O6Kh1~E0$?<}B=!+`A9*@}R%27E6h-J+i`V?8)~g)TUQ&J4hBI|)>YTyq6;eF0@C_Mn&eS?&wtm# zd?rW|S3%-HICs2UTD$D!(=VtNb&&R~9T%wG$&>%sP&z8V|HL=c9UvF}vRz=HVUNw@ z@@LkM1y5W(?^9qR%p^m4GP)P6-v${}EYI#Vyu0+~{5g+epgJZ4Rv&OGMZtok3k6B? z$1`&-wNo}VAZfobeW9BilGXZ=81n`6f0Fn3nDqr30t* zrqCr=d_v2WXpooV4N$E0tpD9dmdA%R=TyBKw`?!tnL*L46oH;C}S9>&;ZZE1*b#uw1B=V2C1ka?tw4G7<>#o+k7u5y5Fn<68gcHR_}M7w&qiz@H0yeNuR5h8dTf2Z}^2_9GoEa1)#ke~Nl;|icV z9~v?c=` zVeoLslH)qgUu~!rTHe_GzLjwMnJ0q#cug~+wEkOo&N%KBK27`j2*TVGmv1j|y|96&+uWLia`(IS zm&}mw-qYP7e8eVsejBp{$Qu>b=$<`k`dE>*aSboKSqJ`F`>qMCFLvHFLWd{eeRGE2 zEs2R2T>)ey2H(bT7t*3E-v+SbBjoKh(w6{b<77a$heV2Q#ce!en~8q)`|G}k zBct8X3}0l)G0)ux#5=?wp)}D_GMI(t!u_j~vGuY8*}}tNu^6(K8BJsow{(;HiNT{& zst`P|KGasA9^~!gkGgn4iNIgv;|CP{6}EjIN^#}bRx_N&(!*4O6e*nJNUbD#bib|a zKvAs?VJ;sX^7=6?8Y7b@=?IW69N6ELoKK*xAqA*$8Fu=eD-*ISDiAH-xlV-aVGHG6 zM_llM=ErZ&-Dn@#)Y)L8f|zohSVom3)SykUn|Q*COc`Z9BuB{jPkCg+Dca*l3M5gL zP~)bfn^#=h#2*=Osrs35jVRH{3A$9mROs5DdpWk~gY~HC+t}Z=Aqg=zoyQ+NsFigR zG)!$Yu+KR=U(5zezi!xom0T-RFL{EnMrpL}mj^+#9k*rSc^+`o@b|w0^AI6KpJS#R z%Bbtp-5%q=hx=9dz#Iz@0%lN;{xjzrcov#!zhHZec@hd4)u*$|jRq+wqGcXXYnnKH zk)z%d-GW3OmQcgxY#AQb9VThoY65bu*TS#>GCY#y7#v(5A$w8%xYR%*mCpCk=!3N5 zwr$z{^Y$-WzvefY@YxGdE?F{8U(4&YTJ_zsepUZhAHOk4q~^0M_r3CrVFs_$8@2qO z^x*+F$|WxHXF48aaR)1=L`zX$2Klj&A$cz3}i4 zVK5c`BDgAIZOE5KhUh)AeU+y?A4g*lw zKwsJ)1X(OJztyJ94W)AD0vUJzVt8@Z);U;jcXxY#o#uXm@-t0wH?4C{%@|^;HWmG2 zz0o_oANMF+Y>#rBi91`+x4bIW$(#QsW88EgH9whaG$)USR^G4hr=N(nNC2Vl+{%)a_ zFbW4sW2irkAx|%XByh9>p8d)p27rg)HOaqzu1-I-%Cw3|$_}Vu(H#yvmc#ze9{6Z4 zFX2vyyYXUx6pQt2RucIOS)gmO+ad|pl0%9coq`kGT7KQw99iKs{^NayZqok5VhB%` zPaP>NRkvMvvd|o6=MKu+|J~2|3k?qA^=u6oto!4MzF#_=kv!MT^Z3Q9^Kj*m6lBh+ zZ^3>`6|*SIk+MVU1}kXJesL&7@#6NXQ0mh2trJ`*{EIxm={g-qrl%(eaYfqMJB?Sy zbtWtZ0wypSCI!x?4ss^Rp&NkC7sb}!t4%I-m^gx{dfanSqmT*vTA__BB;B#A5~+*EzXn zk{@*~R9!9Z+=pg>loUcdySwds_)(_}hkSR8X!jSwZD22NsUXWgh=vMU?m}1DMz}k7 zr>XUW^FH@@S-r3MP&4*Po9eF+zbF&|qyXEn)S>on-a&I*mOd_`+2*5&kt!=gLHpDJ609PayZ;NT92eO z@Ge#`GCTuWxime>KnAO(Zc4M=hOKQfE4NnrKtJyZ0Bh!*xKZ7gLXgee&X*fT832`y z$RlSGa-J8_N>1aacz;6IE~(Be6Jh5vr~R!96<9U|;@&U>k!0uSbf-du`W`c4sKnLr zsc`KGyNUYD_%NieIO$`h_4%7~XYmWB&k;#ouKf5&`t-tmNKfqnE*Oe*UFN%SnbG** z75m~){;#dYRYNDd0(+=_h*CB=dZomE%^D|QcNU%yWW7F}oA;_eZnT-CvJ5TOmlk=b zb0Bkr4X#wvm<`q8RmN9gw_p^nn@lDhiyYAyUffyM5R_}23ibNP1`{k;Iyrvf^n)62 z&kT)4tj6pP$%$9}8=Ye$zhAQ z2rW7MLK8OE>Cy$YBRLfPvNnupA|=2*eTQhf+bDJ&Pe*Ox4>$)U_?SY9Yg(-T;L+b6fge>( z(3uxtUVi3Jgzk;*{}wG$6=a09Z%QW<8$`5}PyStvNwON(Cssg-P-y8=h>E0=-jV^O z93m}|vcW)p!5%rGb;}!XE>0jgY~_YY1r>&mM?rv!3ADel!$VrUyvo1tyAGah9ZQQE z-Z0_1UDe&bd$Y^Us@HMOV98I3yClObyl(IZ{Lx|Cs*(bWzN6IA+^m#&loYB@+GAG( zh5G-xJpU>#rVHA<>NJXRn~R#*$8`O@Dx&70$IW3ObU69F8IdCM74 zUhEFqMlMvUl@tIL04L3MmhPMM|0H@BpO8G?Z}RiNuB?)aa*+fS>>+QQBmYrgD!nx` znoOg;7Rz59#-EVPS7=fWx1NL}-6&qkB|O=qz9hJZ?JIZp5)(3{yf+@ZT8x-DBL)R1 z!x>KruRhuc-#s=5a=&!$Jt*I6!Wlc9v_mmGILAiDRA#@haY9RGYyf@xXwztAtoz0i zLZ|lp>^r;Y;Z!qqA~~DgMr>$UB?m@*vyN|OJF0#=6V$=&s&r28rNv1Ur_ktd?T9Qp z@TdPiCk7e{RiLTt+RG)|;76dxFWcD>*N~JMB|&&#od(Fy74LmD<2wAw$-_#msWpD9 z4m+Aq=8feL?#>n?k4$+n!hT%eHIs&wjW~J){B+`piKIozl(@{qVmNHUrNo z_Rr&fXw?v+3SD(kSA^o?b@j*h&djSQ+bFkmOx=kkT&MNM#Xj@KkOg0%x6(a zw#Q(qYDuNSRg`duV_W%i1dTBm0? zt;TUrh5eiGPlxd)s3c2^<04AGOAyYTHAj{)^rpxjuwX1li|1)%dVdk44fMrma}FN9 z_8e0BPuds+lf z=(%7qTTG`LHW{4q?(KEg&PbMff5ui<-Etaemc62-cEfN$_D?9W0x>Cl@~HLX>YqB^ zQeTKHT4R**#dhRnj>3a?=gP1dx&GhJ?R+eW>uMjm_S~one5_KM#cVg4<7Ux4wS+9m@gzWtb>aM$&o4 zi_2z({Ts~L!v51=*QYG!N%%o`-{$Nc>I7_qoo2|?ATxTzq{0pTl9v&;d`Ntv!WCe-IVXD4If7|ExH~%L*_@DluEvCMQ@nt9;ggdmFgQ1Kc+#y-4ICc`smWqG1SKQsY3;usegG^sD79yoU z5TIUHG!;Uz&^O(%1J5K+Gwh&CXHtfv2?tWnK z{b6sW55mjusg}RoJjYuyRa|uIo385gFv_LPPJx%#PF8J9qnm0E;>jiU$>}-ZCfA`F zAx0+(l%$JD8&N?M?-8kQnMc25Lb8{`#7j%w7tA>Ya|C96{`+rZA+7jqAv|Zgn6y5% zmUiS`^O^gXg%Yd0BiYM!+0-8w3T-Me$&(j?HTwqzRt=Z4VJMO1aa6;m-J+>^O7!7H}&hdLJ*x z6sz5l`^`sN##HP`7#GIPc2H6Al5-+$8{N2~>3CxTKY|QVBfvzi&XA7~{IJPBQMi8%BnC6xLyWI?dEGGC=;9=kmJ3YnjRx z#`(3i7!5#p7)Rh!sji@QjQ;-Icu@ouxGJe%dAfROSGhB@WgpgRR57wo6*cWu8>*tG z@IKmoW8&qsv*1*)Rj5SRj%<*^B4RS=RVD+4c@B>+h8j{3Fy~MIU24@yau-x&ac%zb z2zmmB)zCe54hCMDohw68z+u>lCQh1!O|l~&)$KL{vOOQ>yevDx0cZTs3@zY>8c&aG zknyv<1Nv?CI_5dFLOlLei~GvNX}9~GXEv`vNH%h!&?slZj%MOXL~aeiZzcF{Ory`! z1c)1>BFGVayv1^UpH=dA`b-EFdXwq(!L`=yPG%3T{9DZrGi+ci2z4M>^$o<4wfO)844pQgni3imKfg|Mnb ze!&@idZhT?PPY94(8>Hq2n~ZPgAAL(Gx|1P^mzIBH}0Ne+$*pA-+cJqDxSwK!mn5x zExf^V8-_3=3;URpnlGb6Z!6o7{Y9_uxfjbPmG`rUMM~H;cc90V0OdN`j0M~qNbE`NLIcu zN{UIB%eVPOzB98q^O37rV&;$uwOQRcu}NpU(ybr;WCWk1AdqtA=Aw7oXS_Cem7U$ELV-IeB-(l_ znCCbL4f{7aSWpy=2-vIEGWJQIFvQ87!5NH7mvd@8gT`j1gJO*u8i4>@9m$=O&1KQu z=Y%V0d0G1I2w4s*Kgc0i5;puxY8>7WPM*L?ZH6?mEhMx?;$T$YjCz;KzYl3`4JHqs zlnx!=f+Q{Ezr}Sp53C&BtO|wA8j^lNJlQ4R) zEg5@DD0_2REI-9_xsL0%TW@~({Va)l0ZUYL^6T`AYTysI4m7Oj4az`LOZOtw`}QnC zAWgBIYR=D)wKwvnEfX5c(l(F00+V_6g+BOgcptLWtx!i&pVsqT6Jl4;yb_IRkl(LkkG{7l z_*&EVN@0+KyhDAjN|GET+Su7OO)IY-TxLd;omJi7us`An2Nwv4ui7$gqVtx^*zc@1Gy*?u<-r< z?vK%~E6LnwEt~T2?N*6tx+JVki=D?DK@(500m}1PQCqI^BwID$twYqsW6#EIvB1oX zTZJGh4@7Kz!@#xo2*@|ZjVJ$EOu_TF2d6yHn{e%h?NJQD{c>SF;0A%#M-jgmri zmW|!7Uq=PUHk^3}_ zpL8Uvq(vb$8m!WqLisz!fOl@sV#%V>;D8N1Hv*-y#TMw_?9-kB-89IMwv4 z@ttRZ`Ia{5C?^%W#guY9s2BPEeXQ&-7@elGsdTm*=nM`n=9)8Y<_`=Om( z3Iu$A^08F&Z+V0|PN5RdT`VYh8(DC+KuN20hDJ!fN+T}?$jb`mzL2_>T;7X;p+1j) z0ZSQMG5HM-ze7T5$pWkhxEbd=j+M>DI*nfPf?++99_J#r;+|BOK@ZjK2% zML#^wM0xT>*%~yE-@60y_yA}b-ZFT5rWe%WLUSVsp&nd5LDEX|ec}#UioW~@&~5cL ze#iXoPOIOGm)!p_`6_YNojlXGxtO`DbSyQu4_fILLsmlXz?xzs&mq;Fe;Jz7!iMDI9x$pO1Kb$IB>)7+~z6ZX7_(=FtSPD-n=f~TWlTn zW$_3IHUiRN2R;V-jIYMb@#9<>gp_WuZQufYwh5bx;F8 zLnkv5Pxl12#W!-d|K71zxO|68UjBeJ3f*h7F6A#Qdh0xnF~)Q@#LXc_CTWd5DqQz~ zxW?Xhf5bIV^MfWIm0!JrPV79+9>Pz4i`NtG2Awse2&Ym((a*9xq>f4WA$&}}%o%*I zX5G$DI-Cm|lf!oJr}vCjd=z?)qd5@QyDO_@=}uwz-e+>f(P149Nm8tPiiV;&>{#XT zj%m@;BEqH@^e*aRT{K-T1@5ggn@Qfr!Ze4DBg3~dpPEsKlm^+Qe8mm^ShGU{Jg3_G z!nXGEQ}mSmSx)yKLLj`Q!Sq-qHi+)S?Q)>*NBdtJx%L~q5M()~eeZV_CJecodWUIF z8A|7UFmyYQ!DRd1;>6)H)maPcuV=NMi7sBYotAqz&1u88%-_4en~r``#tH5{ zq4*{ML-kuM@7+O|uE)w6y^Ohm90ony@V8F>Zp~1Vud&n$v|cfB5}duEqJZ>_-|l?X zUVv=E<`hnjSYW&Ln-|29RcD#i4dsVP3L{quXv$^4>?c|OyZ51XU8#CFE<5oC>@H$R>46Xb`jlo84gvy%xvuC17w&Stt;e5~1>BGz}7P25H48I(t} zIM($L?q!r1rEem`^ofAww70g?7?sQIr@B9 zJfl|=SE=rED#RU0YIQNHBC8L1rp!r<>>Fj@_W9B=I|?b9i@lL_{V5c&tA?2TAY+Sl zDM&Q)gzGAq(s>BS@;hv3Y9w77pmfc9Rd6al4ZpC#eGo%s4OwYrH)mDqDW5ys&7ah@ zHn`T#$h!$60(-Ph{a}eLXNf>!y95Vnn8+_YUjHzmB)5Vt!Os!g9GQy` zcq$;LVFxQM1E*mDSZP;AP95ko<;L}lrH>VzPs333Z9(Z2{ee~060VJhkorEq%8TVi z0L{}G!-}YHPg#x0$EGV@rqCpyrA0tU)5ak|f1@gDrS*wIdHR4w;xu~PgjW|Y5@=C7 zEJH7Kv$w8iGE)f<8g_~p<2CZKXCtyfZH*V2ZJ;mD;dgBa??42{do}?5c(Mc5fDQVD zh#0i&?BtmsAkIA{iT_0j;KFDVMnwu!+( zoNp8wZCn8Qott%D3M!u36}7_;^jeP|@r5;9l_ELnbYI*b)io zl_Oz2ydvB1TKw7e3$g`f6JAu#v4xHR?{Y7Va_C*gx~b}d7C7`5@PM+l2*3Zsn|0j? zc&~70sRdU+6y5*Q_`q?@57gD0m^-xn-v=u?L7=!rg>Uhdkp045q zw*s8t{E_sX!`A2pnS0s~+;p%&F+LO$^4{haf)SVE!E=hiC}imXUjsI(#x_z)jlm7X zlP^iG#ovC4GBdsBp*SIPYkK79_(=B5>)vxxeM94BcbRA1Xv7sa#Vtd^Y8^#Fl2m77 ztY^g+UC$*SZU}gJ!c0?(M($HGNt3jqC`RUFX)8*iO}gNC0CAY~l=0sZC`-=1wWouc zA9*R+Qt)3GIs%Ckv@)$U9dc`B5p=kE#Obh9 z7(sLMd1+{q1vOmEGc?L(PS^k&xRdwd;Ot#e(yUr2k!;VE`MCn%$X7=t1VG$*dqlwQ zj{P>lV0ZXG=nXL(xIaA`xDS;98*HG6hZtF4(gQL)caK;y=}vXrD6LXDuURmEIiDlMXwnqK>guxck{GdVw2|3VxWYyQ z4AL9BMH5)LJ_;y^k|Av7yT9W(-1{(GA4-Sk#JsRa!2a0C+G%Kanlj8xs(;J2u}s>Y8jii`_gM+xTQbVkfc97W7}@0iFlsC_XjCePWO>RpKb}an!Ne zHUH?g3*nH!sUy@#RKYrqYweP>fz|5!)kMYE?fy|hT(J+lp|AUQ?;pMU^^~Vs#%oG= zG9C-P_4@5=$^GPnzQxEAkIAZC&5>lvKN$R4%B!eS>tTwj1qz;WzSgW(qJ= z))m=7wlCw~4a$y@Ig%yX$WQKipm8lj8534HLNA6kFowRmGds|wrT;%~oz5vpF*4bN z$H|Ktz~r$|loXtA482&IajeAk@Yz*SNb2U{V7fWzZ?cLU$P&`%&UnprbtwuQ`JiT+ zBp%%|U$5ifB5%rw-@c7OBF*2c>~m=by3L6LNu%yW642q(gbj{-bi6y;8}4T zH~!MsU@yDaRY?&T0J&yrf=v_%5!<@WBa@WEV(5-$@-6Z)RN``=B}VR>V?9JTbb`je z(twWng*zQ+2H|`pJNCU(3^X}#P7*15fOJY%PZg3QJ`2H_rvUH49$>EXDj6#FfOYAZ$RPK{DD18}hUVlw+KIoT>dBGahDrU+mZ46g5bF zZ04pqkgfZwzG}2ZuRlYB#>hUx#bOurgQOyhFtgr zz27K!fWhu@>@p&eK?zDLJWCeq$)`}0ZK=FWAkO_Bjral$D&^K9E(a)>ZofIT{G5`#kz_EA}3WTIwknRh6Out6-a_ z?0e@`T_syXcPO0ZAu==$lZ1m3g(2{MXTOeL_`-fNq8a#Zq1pTSLvQpz0zeEw8DIJ; zFs!x;Gq-67W`UzqL8hq`CQCXp#0+5w0FM(d+@vz%hXAUuv)89=2@XQoOYKd2#<(I(UuL*zxfP*QO0aRuZI2(pR+DDMao z64q4Rv?~-XmX*c|Pj`OPjjxTpb^01dWn=^a$b2WBW0ikn!36E6>xuu8p$l>`oZBL` zhd#slX#~kNv=!5uNViKAdHsI@AiJeZpqLBLZ?dx@|Gvg{H&;#sLQ;32JD!6Yb>Gu( zqrH6rP|l)h$)5OG6+>70+nFsUrT4@>`VyiN0}Razp(fPpUj%6HE1^4Yag)SXS5K|4 ziPRFeLAt3m%$cPI@)<)z_L^hDqJIkT9M=Dpo+?HR!G|g=nv`QI%rPzk9p$)JaU#I) zzwvLSxnQbo#x&mGmkOWZS(<8N=TK|sohJ+O9_@z3m)NA|#n|Nf7=_a|XLVO*Bg#44 zhwKL!OBph&%-fqhp9Xic)3@8~ewjyo5~N?&sto(j~BB9kgk!hWKyQt#cC_BgmGc2=bxsGt-fgeR<00V?47GMALcdOh1xd$#^ZB!v7~KGr z&-)Umf0RKt(;;zg9f*k5gV>n6TVeyQov+4L&_$Vy~8Z zjIdd&faJ_;!&oqY<#b#7{3o7d;uGAud$`Rd+hPn{ zLo}koWiS2SuZ6~GH0{u8ywVzP#p%F@v|32%4I5jU1QE^f|D7z<46B#zn<)z`#i2y# zT0wxiSQGZoe09OR;s2^=EwK0}{VIKY_u>2d>ihEAWl(Zc{esK8Rt@CrtU+y5#zGfK zin!%o-Q2*}-*e<(IR|Z1Bx}DHFeru{?}|)Y`SPRh`nL6MUYps45!Ng~obs8ZJ|tr| z>5i&(ZdLWe)Q2ZvVlldi{*UOU<`c5e>KrH!v5~#Lk^^)qP^91awmx83R$zuE1|8jI z(@sq6|8+trI@6|wIeQ5#|0yd84?n7}lF?^opV^>8bN3w`@csSu-=}1VnzZxCH_$R&KgI-%>9D@4Cq->RoktSLCZ@Gv z%4UF$qWCgK@Mf_Pb$0Pl;91WQr3m;y$_cMJHYdENJ|HCtTD5tRLw!u(&x%zN)W;Qh zdW{rt1OHQ*G14o@Y{KUJ#@GCrZEZjMrAbp4-NX4hw>ELu8&ZUW0{tg`Ng(wK7YIcb zyAY5&n$A!{Wh)`s%(s-t{=<&$!?>WIH6nd>fwu+{DR={dJKSpDyV9U)Yq%_EehLZk zwdUU^0F@;9?Z-4;es|dXw8rHcU(VOCVRvI>fIlNibL1Xz_}}azf?<3dlspVYQ1ooj zcFTr_1F~lygFl;fmmO~;jn(3WP%40!bpyhDQCiU^Dy2gEP;&_k_X=>N- zK=#F_Sxi33(ob9z=e1!!vnj%FiA^oVQ$#4>3@Z=Y3Ze(x$rF%zg)`es4gYPd!b`+D z#0|)wF~wnrV4*JCM_3y7%>iwsG#WL!m-ZGBqtFWA*d1GC%@l|WF5Kv~#whfT>$7*z zK41uZhpYhpoGQ~#Pp0d9z>rQ17bpBAgMVmO>HbFpL!a`N!$GH<(o$#gg9)XV{p0RT zkT+&dGnT(OLgfO*u7nDBWZW$OfN=>w93URZI?BbGDvJh#?*s@NTgP;9?oa&!Y7o}< z59~WOY{@*w{z?GWy^s@dFu)z>waBC!<`~z!`Qgu3jcmun@k?2jqr2oCLXTZ~V;TrD zO1(MZuZh|FHDTRYL?vNZwFT81nKEV0f3246(Jja0ayCnqY6%{n%0)cc`DWl}BVe-W zaW3?vi~3+DUG8*hlVF_g>rEvNlWo`i z0T1GFJaiGXz|VgD9ve|HQv2iMd05u%{xIY_9wE{MA#-&D z&hd!PRGMng_2`4s2RG5dp&|0*8$;1t`{9tgn?;8avn?^=L3A&)?FXb%GmnY@b>5!| zG9rZgNzT-fpLw@2I1t!tWIBCGU3%l=1tw=Jj8`W@Zs#S>j1$?Og^b?*=a;ZpvblGI zsWA4XN?#Y{{( z)A=_dcE!0uloKNi;<0rMDdsFT%K7pTpS z?w>Ia8q*Up$~Dt&)1iod@uwZb$I1!!yB>)ZBC@c=2D}%L3~-N6|5!g~L_6k5j^f;8 z&G|I+^t|f6!`w+7=VD;w4-w7(@p&2|?bxo6o9awPZ%MEc@NQLx+2UX6g98>^(FpfH zz)ThO`N;n0#)(s{c6|Q3uIaC^yl*HKe9g^?=jTe4k;O%myuU%GL74hH%Qc3~_njGTiAJ&}gzl42 z9@u#05nMm6r^!8-oqI{Y8rf!wh47=S(8m!ZfSjnp@> zg(dXV%cWkgHdgq7%EbJ9Awn#&tT0`m&|vNz)kTfHYl6zBL?ceU)=2Do-|;#X*gLZR zKn@bkHs`=k4;%)5Gl5E0u1tF6TMy!zQI5{&JZi3at`5=&15A#D~DHyk_Q@KZn zLhH!sK4k%|I%fRYsUfHJU2@5XmmlpvluCO$1S6&FzMy%$%*C#qT^}C{ zy(~H}t2zJpamHpjbO~ai6;NN#JDpXZZnvje{=D@BRw)Sv#)rS{@6a&gnu4}`ki^pyS;xZrK)#P^QLk-)6~)B za}G3$n;*>_U5P*8{#FPPG+bbj8@sp1lWO=3r@~8x7?>1=-#g6pa)YIj;d943wW7dM zf$NjJRK4*}!Li|Q2Y&Xkf(x{?kOOfNjgSUzTvtOm%jmmfDPk zs->B!7;RUeGYWnHhmY}1sP92v?uCD7wuct4#25>%bF5i@k)Hzm?WVJ|tB zIX^1Sr^0o%DiS@R%_DW>cLt(ZUiqbe-?QF8=36~zHpIs9&+i_}Z8LHvtQ+e^^N}wt z7l&&9P*%>HyT4kcS0HUf*I(GvEBrNMSWJi-6gaB*v_4nO(Bw(;3zo{dtg#g@Td+|_@+8m|qUiJbI5(HmdHrw7lrK3#`1tDnV^p&> zs}3=LwrtNcUDhq-T}B@)sBeB}|6nm_uRo4x6<_Xe@9S+M#AJh*8lh} zPso4+Cg7jhlgfai@zD0E+_EC=3F$E?{l@pXNwOz_`utNUL6nvjD;_uWagjg R2Y zvW$X3=bIq*clCr57THc$>@KB1<@O4RP(1xPX1LAsx}6Rxn3?_Mkw!$(j&tA5T@@5* z8&8p3LaZ(xd51RW_{c4kw4pdu=zTDlWU#DsXbxZf_-e#@a@G4^sO7yqAY_o39q${r~BQ|AnH|BIm_zq^>>O8v{yZE_RD&_I;RDHwDOw}d^c-s zoF=&FwI-JT%PB|_Bq5tqXhShjeKse9eDgOYO%KPf=DTvY@FVPfs(3RwwnA!{Rp9SX ze;>ck4UEV_o&>$HD9ma6{m@*|xIL)7Wp~5L#RtlKbsv)z=GVyH~?9V_MgXq5!V^skYAgt=161S_;~8 zu**|x-U~kX8L)Ho&msS`ulg*uMtnv@GTqKDsF5pl#JM}ik~C}aRHNZ+&@|q(*;pI@ zQ)%oMe%NCPN>lTe1}?aE<7m3@Ez6BJ@AiRsj{*#oy;)WX!Ux+4F#n9zbBal({UVmX z(kM3UKLnpV`aO!?6Oi%JuberpTJT$Qd~JHM?Tj=Z>R+*h6D~Ck)%#LQ_W;nVb=8KA zx_o!S3klD-L`{A3=4e_(I5p21Wc1`%Q-~LzzO3J4XYnyG5B=A!PkR$4=Sv6(tW3k+ zKahxUco04@FDD7sOQw5`beTf209?D|xFeHxrNgGjQ;pYlLM5ox7GS|9-!txULx5#* z=jlVan+^Me&MK~V0a}f=I5LcBqGMi^6g}DZ47nCgf7KtbZPd0Bv;3&;f2-o>*XQ*> zXe;oYQ7n1c%io0A`v>>nTj@$ljOvr^iZ&93!n6LF8{9xgPwj{PgLYh;9(L|W$hGa_ z)l3$aG^CAS+`3Kh!?#Z5`1l=l+f7wcr-b63&}Lb8Q{NrNyCDEiRF9zj!ld=ESu`Oz z=@#{*Z@8eA(NfW1`Q|%pgb`5z@^pTgAG%UkMHDY*p#$Sol}7!UB{%su@x1nhpm7ow z4V;D|eREC6FVm6e-TUh}oE|Te8a~VX&y61g=f9S<=#}%9C;fuwS>*<2!Tk5$EC4-y zh}3QxWXxCjwQD4pkxa$~y6rMDgH5RWQ*Tr{WKN}gNQg|T`kguc2{>up{ z-r9?e^HFTz(uzh-E#4{4JV9i;bs3EEkVR4`Z9HS-w5vdQ?X|z@&rY zdqisyZIdKy!j39Tpfk0*1yD72gg8GzCt~c~j?H?tsbAitVRNDur`~X+)O$y@zNxW< zfat)5lV7e=T1WQqlt0WqlOE?H*ZMzx*Y>ipgHfoIb5S~d`6Nga(;oCrMA<2#{A=w> zIgU=?EW}D|CQlf(aT$5eJABHEO@583Em^oPH--y!^dzvgBW!Tc(^)>BJYJCNcLAj_ zs>khh91yCu)LHZk!rW^f;oR*izp2H}@Dts9>HeUtQ+2E9{)xc2C@YKSW)Cq|GIBEN ze#}1{Mqih;q=3pS=!7Bc66aba$;T^T_l{`5vFylRWDdt_!jV<|*Kd|E#H;NlOT$^` zby=7)9GhL=F2|OSVl0z$lvi|PA!z?1(ttcU;vw0W$Ev(;V5v~@2{h@=y0M3>+s7mR z6!1yRU*RG(mnlL+F21ZJ^gk+C_|H)}dwt02as?v|&5rOAB zPN5zCnoKqbzF{Y!h}q!{cvHnZCa8fAmSn(Exk@c=I4PWmX~%>77jVnT+lXsuuio!v4~PPvR3 zg+jN8U@=*r<$OP8F&Fj&C>Mg)b4C823-4dkE9Km|^sp)6v{&KYmJ&n>4M8Hj_hJIF znATjsCLX%(1BAW{|F9DlYRU0SimOUVQ%&l44q;Z1MQ=H^mshcGxJoGR`Cy-ySeut* ze6ftDyek9!XT7G=g?M!X!>4|4F?Ko6%r&ArLcPzHQns5);5*ddlQZR#yfFZ_Lh1U; z!)t+1$vK?OR86hS$Te$PuP|3Ngt6=p4C}H35!TviX*}!azqVe7esh+Cp;&w-b>q4; zZ!`kH4rYuHvDTx$nZl7#P*FsAr(+nF`+V+==@H54qAF^_&_|G-B#3`{P++<)c@j#T z{f9|4BEXV^7{^%*=#L3p?o&vQ$Yxl(BP8^!#vBsh_V z+%JNfJxhM+AruX=vShL`Xxg-AYoa63`i>0l1JHc92^SFkKr^DU#_VN0%6uYDyVUwY zQ<$M$!~IchCQsPosA;+zk5h+Jh#B{igWZ@RYpHvSqZ0-;<+N*;G+OY6+)aM<(i@E< z1~zr}t|XBrifko$9*GM^Rx=ns`KxZ&7)W`i^n9`hM9_L9LzrZTTa?ocfHB5v8zqOp z;k#LuZyXGr@7c&t$p$aDe?^ZGON!`f0e}DXFb#>f;kqw#DFAA5(Z|Hf92iB(U7L%7 zVXy8O1G7LRj4j03P&B4ZS8cq;oS7@qH=b$tZJSP(J1Ax=Crl00Tvph4!L=4#-$~S*yxIx`0dM5lw3a;|TLnJ)QXUV%}XDi3*WSjSEm-$>sZD#dhf-^B-6{O)F zkW-#lRN6?*c^O7Q36i^PAq_{a;))Z z&u}oaOvs^M>zkW`avfjrz_*AEHiM{{dP&7!khY3c!&d8)e@t^xC-jdQ3Q2Vl{iXJ ziM-*PHd&DUQ2q!dpSL#)fQ;IWr=)Wd7Z0v>Mj1`Jf+}7A=(abfDTLkTad7_G8Y${b zM}uBlx()Iwbd=r`F&&=kHpCAUH|6HI@Sb2u6aU4~+0`Ld9KJue)e@ zL$sOpaCnEZ&`E&e5)o+qdvfV_djUm>4X0!DCN}%F-&MqH7AO$x$Z};EG>L0e$L3RD z(_A`rhfyzTMruYz{Vj)tWy3&wxIbSezsrjeP7hMh>NIvQmG4N}Ys#oCM6?EwD4Qc@sohnxYtx;SbcQGFLCQ*k zmpmzEv#jW}gJl{(&Io00d3{~F+9O{pnl6t;dJu4Y;wKWFn}QZO9q?3ftDQ022ZB>* zn2eK6U%v*BY}D`W{2igU;c0ScSJApzcvwyeIs_hpbt-90W{h}s1bo-|t7Yc=fH9ic z9S?NX$dhsO{{C^yo6=e1b#N+6)1N9=Hlad=t;^7gXYcrEY1xU`iodDzNSBuNJL>7loZT0Cy8+`ZR`57NL}zb>VobTdLY+`(8$7hv>6Lt!K;uI#0;LWf{J-!+y` z)6d0j{pQbzy+_2Rj+zguw+fR16uZ4lFS=$~WRzmnzR3pKtdh*Q`SbiLN^JmKqzT4Rj&CllatWyAsy#sl&wl$DB^q+=lUs z5}LKWV1jp@j?(dn;99M67}DRqI-a^uMryz1d=(M6zLrkBD?oOam3{fC>yjt2r|QhN z*(bL3!hfWnVQfV zO$4jGm$FbyN|nd_AEx&W=~~+mpUmrf~x%wIIuinTm@| z`zDz%0Szv1_S3SaTHu3zeM{=JDMOp};N?@f$g1f>kXKXdrBY>O9ycWXvVwU_jM6s( zz)xOqD}s~qT{^%j^r8mZ=u59YM$_2{XlF!{qEaeI_J_t`k5@2K4Ud7PRcgk+^=CUGTq05IABA#BaL@k;nSSJk53CLK)w53dQF7?idX(&&+SoB zJZuUoe|5!ckn8k`1!)v=V;*nJj#YU90|BC;K$K!vjPkS3!F3{8HkgUQ4ajN3enP27 zoZ&kB5cdrVidVpx!UV;@&0nz95v9tv-a$%H4?KFS4_`$M{)AjcLZNp_O%gsCC^kW7 z3lEQ+Yw={-EDWiHfW}OA2*Ay26OdO9!w!^>OjLXhoq>C` z_;of5xo5;IJbMQk@Ick0{&vn+tD7zB%*@b-(!UEZvHTn%$|=Mcl>lC2ha8nhPkkKl zjkuRSpF%yYc~@+PN~f-puFB=a-8IcEg)cQNH?|jl{kp&4C@9!Db6|L}0-GR^!{Iy< zJd^x#C;<}b!~0qEZARyo<^|52$mP11r_UA_fW)PZ`m3-h-w(bFpiT)!6y$R)Y)57$ zr*r7`%$^~!m;%NvBUV#&@VuR6Uu>q5`~Gj{utJg(vCZ4>2d_KsM47%NEIaAR;klb0 zPeSvredUcAIm^Yf(x|qn=I+ZDyv2C(l$T2ooqyB*0aK;VjT{@qweB26bAxh3tz>C6 zf<~Xk%}H?(YT55=!moBdI`wF#l7~9aa3H;^@}U#QUB~FpiquQXWl@05@v(t<&x4eJ z*+(41;VHyLKSt62B)(1uh@~_clf3>8RYQZvAuoQ`E=}4k`eAD=Bu*IyUZJ(M$^zKTgHHsDS)7F_6Ci3k4%)74M#oB5CB! zSw_HJtY5Ar1(1FKvq4GM`gq8>k+F^lFY5%3Ipn4E(uLau4I3X#5ZyEe&|D+nD}QpH zcTzk9K?aQsJAC6Lztwbv0Hw!20&d{ARsusNV?#pKM#UQ8~N`LwoB z5tEw{QTFNPa~I^-9RD1ta;Z@~{A)yiZldhdWu3-MN{%8L<^d}q<{V{yciO8_BRFxg zoT4v{1YoM~pW#X$Q316vjdSzbvuDIWO`2X1x~Q@y6U^c!4})nz*xmZ=3!~+S&J3m> zzqe*Rs(yOmN5c6k6!NS=LD`cgPj4To5dlB>n1Ycegtn&eXeOpvXHex)4T_J^krIP+4qm|R})QTrQ4kILxVBIR5DQU_3iVScdLTvPTETC z_tL#J@nkONgiq@ROiQ+44k8c8XV}YTS(<0|zJYi_n`it36kd6*2(q zCcp%U>-}2n3EGQlvZ2xMD`&`8L?w-lbx+-2{P$tIug`Oj9qbO$6hf`ngc7eFYd?-k z8mvMMN(v0nH#OzsKhOKQ#{gJsztw(?^d$uU;$UNTXH-uxU#LTe&Xi%HoDVn#ck^UfUob(@uFi>D>(MGN0fR) zs{d~H&HR7};yOy%+C}jYC2}QhcMA9Y=GNs3v= zHHdWZSn3Q{3q4ux#cdeGTGRTF52259w}J9TyhjYpG*sLfYc_5>(Y;JNAn!HX#5Hb5- zc(A@BjSF6|n*$|oB%s>c0%`s?$AT$tJqqtLW2irY!PNb;+q%Sk-@?;15}049Iangq zPyI+>Qu3^rA(2yr( zd;GbP3gS?GQOL8`cenEtH$k|28?eSb6+&G>OxEPSOexYDb!U709EVlbPwe@E@tW$}ifMbE!Ka;i)uY2B;{<&5oaW zhRf?9YaQMs3pabpfEA+jt9%?YZv1CdNpvS!4D`Jrq5`6A!;KHahv0;Ob%dfgwmT0x zJ19gh3;_nxmef^68GXGmF3F+dmf_AwwKzFCu)65eCG?B1-|LK(-m9T zpJ%DkPWg9kEcx{A#o7qjP3cX#J^Xg+U|G3@3;xmH`fV3ivs+T=oOmGm2j{%CPfbLv zt}Z0>uW?fQ>y=-E+{2wIAWt3LNZuTWzB9)qX?mQl)TulAHaFkbj`$*y z5(HaW!JsGz-qlMRGHm9onse0Zk(85m}h67yZW4v-*E&c+X1-vjJx zA`Up|V1!=gn6#KEpdMAKM*WO5<`}}xYNIf-poynhYc+hjB7^sX!zw6a^)Bn1#D&OFM&B%YfAJvJLU zR??y!uWtrPa3!uq+@zAP`+o$57s4!)b~gEsJl&i@0S87!N&kkCrT>UQuYMmX8XqY1 zPY&jc`oDmKMthigatNRRtz`J6s%}|-^vV-OeNx5jH0DUUKx+8p7hAcY0$Uxy`|gu zZ~rDLXG&~u%XN28(W!Vu;}w;5*UAQcs-vZ-)t8bvcEm~U@bShN0qI3@*4rH+H5WDO z*G=hVQ~Bl7WIHE~KPpUZsqgwpCw>2CF4HRzLwrEuTp6M9sfoLTqI25w%hT>&1;|Q4 zISFTLAE9Nebo|EBuEI+2`#nNumXMs(4P3I(>E8p1q&1()Ws>1$lQLC>m(OZoL;pb!qt5E)K&p;{*QkBY%T4) zxn@Icvk~WiI!l9sB|!!~xdEox)=OJ3cJXw1@((+P}~st7GJWt{nfNPUktgmietpI(q*3 zN_@!Ptr)>OGZ|05?9*ImPFQtx@pO3;gW2i?KVnd4Y)2ID7xU%Ozd!LbuRomba&yxP z-EcJ$SguWC>p#*MjsQTJNfeG|-*{?1-Byrl!ZcVf^I;Hk6fi`Q{zv1QvQJXNJ>!rY z>I&k0Ot&;L`iECF;wL`{7M*ZZ{#)z4^XIDlL6ox362(+ez9L2-C0|@g=%1Y z)nN-)(u=;f@UKcbo=n~Hfgu1kYjz`yD5jSW6RQ5*la-|2(WHL*czq)p^T%ON;3~7( zkJSjyy`A(96mS9`0H%e35k)1hPxQ%Nl^kqttg@;W!Z9+wq6tFpX=YrAbx1;w_@2ne zv>t=)p07xI?Tvv9r46@-bZF7*G)I&yr-L*OrH0<({qSo(b>*LA_bgFO*}RiE?+T$_ zU_1vgY@xHox}RTvb={bPBxPhmLorC9cciCcYHR4=0vh}-^j;^)yGDXZJilSRQ%_xP zP%VJ3@@4Il1t|xnJUGx$F<$^+wVmot9xra$u9!kQPZqM~L&L~fQ_Tmun||I&_E+qw z?}bdWvNJ3!w_a~OPmRoZfqSZ_CFJF!psS#f+||XE{DIin9IP)F=p3@nophglRFtk> znkhX!d-n0u+YQJ9#GG->gmOvv$CH17xISPi;vQCZD$nDy;?#feMoW>KY5z~KxYIPi{zdNkP z>a7|kt<6Kyi+Wgh0(;XAg@hf^2TVxA?b~@`xr|0Hozb7R%L_=5_^!P0eEzTSg^@n0 zTZ{lbDoTQJ2n&dS1K88DCw^A<#4)7jX-zWdVi&&}KQb^CzoMr+tVO_S>h(HtJAD8S zGle+Nz16v5VTn&sB`c+Vg(Z0tLij}yn8ck8mGAdO7KZ`F^pGhZ5pl z#ux%uZiQ92RREBg zwBotdxEd2%$%CE$%)$pp*+PEfOC1x~Vr|Y6Ho+l$FwfBb)mj~D<1`czt?K@P@s9Rf z5rk0BlIocBf|pgNW^8x~GA>3``^SExR$s4nPTnR%EU~A@ts7X&OB!gVM#jCseLe|V z^CB{B^^?GdC9u!q+|3vq@@j`HlW(iUF=<>a_E+|a``&GlP0!fTu3j_#X~E-iZ|`zC z=Qbw>>b2pL8+mmtb!?#a8e>zuisS2583~5u2}kDg&v^royRGxFiN;!6 z3yLtM(d)T2G_cp8Qm+p-=BTzPwWZ9VrHRd4Jep7~?V83wf!Z)Y?M7-oWo>uQK0Jp` zy#Bb?j3v&0F_1Ci>5$}~o;SHV;!VUm#_DQd*S$uT0v-(?CGm^7ee8~?qYHbWUCu8v z4M{XTJs>`i0y$LWP0 z=hZW|zqk|rt;(1{Zxa~6P$H#TAZz1FB51H$vq&C)kH?BQs;_8+nohm3b4X;-!S@uOyC4t=n_ay{KmD>Sar#;_ulAaq27Mqg<_2mOhCrofDD+&a(Z-~9E?zk;Rtr=L!~ z;yEs{zyy%p3D9BILY>})NqCx+fG zO&=>05~RrG3Py!mZ8cDrHyJq;LeXad(*whr{;`Zu7WtF62ye(Q|HG=3xI4X}J~XJj zx#AJ*oeP&?8F)TTezOQypE+c#j56}iS{#SgP=~SB$E@@?4V!Xd`>od(P@t9yI{V2T z$f;Ucjgo+RFPWHT9d}ywNNXn@z2>u>BrfWB;zfj=wG!mrpfm6WK*Twj5~1N_;Z0m3 z0ew%jV9^s2SQc2_&Mfd8#rU1B>hI9icQJwR%Ne`LrHFwEI3$S;06xVJ?fkTv4QT)r*anrr*bmY|RQ zYG*j3iXnnxXQe?4GQC`@pL_`U@m_31c;SJN_s74tQqrex%}UPjc-b(j(dNr7E?(U| z`dJ8&f%lku``Z`+QtA*^c-^ItiU3+Zje)o^T&qYp|$rw(=cuvX(u z)tTc}5m2{XW4m~$hV)bI39DmHXWp9E9m9n?JJdd#M-p`w-|w|z}tO=Icz zr|EKr8D*l}_V~f%aH_HR7^{pZe{$8d6NoMiBCN15R(NSR=SdRO@4a=_)kWL8+m+4x z=?-~D0VCIhN_rqvxK#7ogcd?6D4aA4lu({KHe2a8gWYR`RZykH>j^#igm`+^86SwL znpPk5Bvx3@`QF=Hq>~vyeYx|-iqJ*^V!EB2_q^iaef9gU=nq_!+eB>d2og_9O*_>< zUt7h7Vzcg#UoTvjq$tbLFp&2^qbkBN#pQ*+!IBQNqVBH`+?E`^jnJ@Zw+E)oOLLBa zABfdUnL_62paxZ{2eP{7u|s93>?}(fGtW;7;1t(hJ@c$wRMm2t1xS6A_`UDt!&=;T z^6S5Ym#>>PKWD5!2_r((SaJ9j)qk{zuzOI3H=>$8w%&}z{!O;c#f};&@oaOkabfi` zr0#;YtEXzUT0AE>dRe(+6#dHdxjA@z(-9vd-V)=w?_pE>>|~|eQ-s?`^^yRL%#S!J zRtuXzw^`9;2{cHDdw)$31=LUT-FM7xmu5~i=dqI^MVylsBJr`%J&~JT9G}DJr*Zd< ze12>Hgu0CnAIzUbl}TD2b))`5tY*WyDio$LozdoE4oJi?xv_!eLmGd``rQ2-iJ` z$eh3Q^M@UUYoe91@1}U@h^EE-Hd2kw;qB+Fda>=~<5a+m@fUG}>*C^7I*rf=F zQ?AjWtMF=^{A%mv^JN*wE>zUY;U?X;8y+UyvXOLcL5wz9JyTv*=;59`Y3wU!H>(j@ zLRe_y`ZIlBJWPxX)B=OSU!GCnwJVaun2@3eWIVasJ@zeIh^nJ$cYr~x48Lsg$*$pp zz|l+GeD@sH^6m=0+T6N7gD0@ucDC17HxB#!wWBEYu6)gtb47&XB-gKB9JAvg)@yq5 zimeji|HZNMwD@14LFjYz2n5sUhJs#an&FI&@;5d*+=gT~x%D}gg1xo-=r?lg&bvbv zZd&k%7-OL%n95PMQdUWJEt)X3&YW>*Vu4t?*|l)9b2zZ=*C$S5 zJRd%pg-uI+^+_+pd$!U3ur>-hfYNH^H}nB!uzoQjoQkjNx}_z;@Y%Q!HO3=(^fW{# zIzZl);dMd^?}rH0DH?dHk%Y4qx;#mrEG$x{{_ct4ooU?RUR=R09>CCIi9j3RsfA)| z#H}imM6o{jpcyhJi|Qxd)tb1X{7>*aHJv&2n^>}x_l3PGgiSj>@k}s!9!vl*>?Tl{ zXGY#Si-=ZTLfe!}Vb*E+r;(!P6jOYz1qTFrY3y0}2)VyFd|*m9!;dNK6SadQ+x{kn z!TJuQBK`IAg+;V&%40tzWF9A=1atcTiq%#uGt&e)2AUC&BZ)9aR}xG$-{RfqKV&9A zSURL%YH>v2&9Uxth0I?EfzFEuQU`iua-gJVU9aSM$VR%Efbu}CyOZO|;&gzO z(+RQ=l@YgWHW!ircM`h*s|Py(I{9q^jHTaT8PvhgT0rR70uix}JeyK!Z?luukVI$mR~DD0((EvtZm%ZK;?u&O~> zU^Y-eSXEBP2&C0GClVNKu2TgowcFp9{$@b+;jIBGclfCngCn_2i-0@1j3Od2Yxvmx zHUL9lJ}x-Hi3Jke)7SMt9E~Xt`Y<^UVj!NpQa$pRf)y1@%@77F8X%NRjGY>!-^qs5 zwftU5+t$`RFknCdo>%+K16$bZ;QfC>S9BBL1A*A-2TG`Z382SpMyh!-JhEkl>mr! zbsN3f1I z7{&tO^I)eybj4JbmSkKlDq?mFRc|X`Rhr((eCw@wy2ASQFt-7`4RWa%aHRbv=bG(L zT4-}c2TeW!e>b!}5Hx)3nGs(gXhev~BB2l8|8ys*gsbl zR-T(HE+;RBXU==b+vp4?UaJ+Y;uu=DCaE8ZkW`7!%cXy7E3LI!8IIcG>WhM35d$R7 zZ>wJXF=tpJ+0#YYMaYE3`eHWJ7$&0$T4!Hb4h&-iY3s*Gi=k|ulM&$>)`(=Bb!*iTv(k2 zcr_8?+(jqsD%ehUbd?esqbxMJhfBmawTudn9p|D1|6D9ArYWKwDmUs>wR zNfl+#tI4f6rnD@>a>?aDC=L&b>`@@7VkSv(RAB-S?eB~FrtjCu_VSLlULCATb3%I-HCTSdTgQ^z4hqxc47=I)DAC(gZA7n_s7k**E z3dcU(evLn*;vGZ_v{HZn*7HR0PM;^f-y{au@0`~Q2Wwr-VG=ae+J?EFU*wC>&!%kz z3rV%e(4soju)lA!GD@^Q73Y%?U^e@{zkzsoPZuF(yGI}%0XC|HL39=N(casUjG)M) zAj&p>Q4_$X-m`Dgy-sSg+Pns0Rui@8M)Y(Cgmrq;)6Qh6NS-YX_(4ovA<#=RCLzEgbBN|t%E3- ze2<`QP0XE}us+|U5_f20M%J@dPX=)$W+nmCI{msSi z+DD6YYP?~G;WW54z1AVxy*tL-r~>$VX}qs@O(8h0ivz(q4pN4V@rqjR*m?(Vr5kOi zLy&puux=x%v(({*k&&F-P=`p&6%tSRL6_xlN1#qD zjI-B-y5oB-XR^<>S;eN*ik9eLz_l#37u%~LoF~>%MeQ7^Jr>_Vz5s&@EKThE@I^a# zZCn229-8^$IS}R;6=eHDfwbsHn1a+Ph zFF5{Y`>^|4Sle#kwo6`ZS93fiR%q(nhfr>%z57CEGJqFzFyu`5;Oz>#wa_YXkLIoa z_V;bgih=Vnvtj(gT*?lG3ry+-w1rSgp}@bh+4CE&{!j(dEz^d{Sg6LPORBGVpkZBz4rP}#sNSUYV}<49RR6=h z+_8&ZY;iPI-zB3ZdDnL0H*t=S`k0ngGFj@?lPLYtvtn|4t3c-&M;HNZ>^5)3i>XfM z-dYj7u{|7`8Drr39XK++{kv8i=fDO-@<~ftL!%eBN}xyyryIZ`K~h9~hOCkjx1-aX9EZ z0gY>KodINbYvQ>^8+iMBi1gJs-dL}5U=k-r?a@hf?!BA*rKlhWuzLgVz5`o|H)jW= zEAy=*1*i}fObqt@ms>TeC!o(yw4O!k3A)gT#@F>#qm~obfQZ zWg3cavb^Lc`rB=eRcT*t+bmbF@z3BLdD@A8_!FZ#T++@!aFRp_;Nd!kcJJG~<+RD9 z+d}FOuSQ=k``K+a@K(xqR`D5DTef?w9Ge|^dxy~}a3W9mIFOs+Mz$$l6qXmWOfg36 z=@>MV=_3A58l=-g5D!MC#soiM%Wo>zZH;i(_qNku=(ShfSmkYBnDcrYE%GDo38nZV zhZAGDV*V(n)1y^Lac3}kG(vk)Ok4Dcy6-~>K?wF!H5Gysn7-n@Zzv`Xsl`G#u+*Wb77Zc!oyfp(r-#eOp zpN93`fr%;foTKUAM%9;+7A->w=kl;^Mey-x^NBuxy5P^W)FiGw8YsIyYyq_tF9K^IuyI6>SnKI-{ zANqUNyqCCoNQoi>B#5~?k>Fa8E|F;XJ# zRcL1$5+hx6XcK=lVDt1#g{NxKZLV8hbjG0mVl2%PRO#%e^sh`C?nr>d*jfv?XsZctN;Dd9RJtK`}$vR3~S-7T0n@@ zUBL!(&?5GvCo5s)l!xGOZLj=6?DuyAGaA^C=7c@m7Gdc4%TzDbIW|0`IRgJ)HW7-~ z%s*tN^@)^mnZeA#4**UIrH+N=1w*KBip$$>h zh`~QL{`lTq57&Qp!n6w@+KD;G(NMqA&Vt_)QUz^Z8nUGACk2C*cZt$VG(CxE`&S3f z#r$6R9d)YT*>^X=t!-QkvG0gKB{in3s`5xnH1+!9WgFdDVxZC_6A|KE1z{a-mLc=1xgcxU`Bw!mA^_IjMt6+Mh6PPKaBSC6EXeY02 z{6bRV)po1$AXJmGT?D!3*dFf4R%(ZPAd1Z!)QmF8)+&g{XO)Ny=;`+g*>~7^k%swu zzPj_a%7;F&hBs`ZreI7iI79+u6SQ^Z+ug>z=6-8&xi$&8O*FE@&dRDIO3#z;o#PI; zQCbyvyU++Q|T0qGZ%Jd@Bhwg&}*S|UUA&mZi>cLqFXdE6B;jTPLrI_9-V zGoLCSY#Y{~n(LIC48E+k5!kp!G-SYyq$e*p9j5IbPUOkHIGZ0SLE{X$7=HOOqJ7us zNx9&LV=`W3P!Tou<|`7wfBY^v$JuNv$j0q^B*ThlNxiHNx!?u)_LN}OY8v-d010uC z7fY0Qy<|wJI&f3^Q5yA88t)aSYTH&<&eT+>$9%{Ic)klvH8u~L68ikq@)fc;O_cj1 z5A}n1GpF#z$4&gg zKE35M*kBxV%u2<2s3sk36UFe)HIe~^V%zbi|C}oRJ9FJ#K?4jEvo0&lm7aHd<O{O7h=VQvKd2@jH`9e%vpb zTy*k#YDQ%?^@K^+yBMFycjak9uB5((_+XXr70H>egu$CnhKNtGhTO?2!?VtiQ75Zx zu)#*LQpz|E+A6rMIKP`U2a+*{OLsAUC-crLsZZsrz+SUr)34cE9uj{h3Jojs&->g-I_zx*q?Qo6_Su9(UHF z=aU30uFegVScJDu&;yFnowA8Kvv=v#ZCX8;o!UHXH8(G^>q5);d-fah&y9R8a+34* zO%xH0c@G04$e5BvvO>6*CKgl~r`Z{w|BLLS5)eu~sOs4uC^=#a4B5zYR$cCpdO`N8 zHwsdgeTvQWK*YzJT2?rXlsV0B7aur=Ed~k-HI{0=HCgHZ8FRYi*br;{QuK(+;)}e` z)}y`iKht7ecRoahUJ*X3od36R$7ib8Z-9Jr>;`_%A_}!&o7^gUgq2nN`<3W`L@udz?0_vpuLIA^O*kD^dUUE{f zH`vtDa0Q?)cPa|UzQ?fdWZiV%p7e8OfSTASeC;VY-jQ{Lm<4Xve z0j##SE_8e6Yj~>*Yz^K#>qoUbJE^q^GL9aHOB5VP@FgIKpFLd369U*gA@(sDUE3Nn zMEb~tqFIuTBHO&2dA<|Vx3((U9~1BE{;WHvFD_xbcqW(pNmgJ=>U*>K9cequIFsD9 zNljb`z?z-t=WrX!(gGCjIK-`TKdA2%_Ilr~C{v%%_ zC1))t{Nequ>8-2NeC7e9Obb%`b@NS9;Eye=BDTv~6D+eZO#QVgIMD>f_gqD6-TYA| z#B%=b1izZ-bwvM(n!a_@67FQ{=93{Jp^y?g8ziWjX>wzauMI=J$dYd zda0{pA@Drw#1~!rkM=<0#=}`E^m2g$T5z8fo;>T@n+$RD96nn8#JwTHv>7LzZKVIZ z_oVMi6Y5pDM;#^?tO$ynShf$^D>F+w=p1i zDAq?lM)K)ywgTNp2*E5+DnN%kHCTk`b>|kN7T;DS_-YFdR;|7|cIkWcKyFQunx;Vs zhBn#3gLtrr7AYl!s@6K>^3YQHxaoDLT|K_3J4M4x^H&07&q@``STs4r*$cf(@^5`{ z-#Yx_HW;g&Dg0huA0d-Q&nV5(X9bYu%UfQ2``-UXZ=YAfFk53sp&MO)q3FzE0^rm3 z78{++1hHy!814qx84(o(%oVCD;_K3iu zGy!zWa^SO4IQl!sP5Y!uF|i^d+Xv$~0J0Vz;{f|!N3YOm#lh;7l<6H`gW9-H%vuM5`l#t*BNvq_e!P@!$G2bVXik_ez}3oYw{dPJ-^uDBOOIVdD$pw_OxMQ z#~4Y1si0_#4R6Z1S;^W6^#ax35F>!<>Vw=d-JsZF;;V0ja7 z#OL_zwUpitslufuKrSwRx?}M1HSbTV;s@GiYB136t(V|8!9oX%IG3p%QG~+z@ZopO zWSW?v@c0saidoBt@fONF>4kN6s%ODCK~GzP%b=qfwFi=VQFk;7|6GQ8_bg7`vccPI z*%DifScrhqVZ4%kfo@{v4 zDFP@QIM)4p>7Hcp`Qt@-Qx}dLP$X~HChni8DEF2^1-~8?y1BX(IV{|%^1h(YW-`0ziU0Ny z&UW{o0^VV*`LQJ+-$)O6AX_agyA803)#Y&w>I?R&5(ey#eF7a0`jo!7JcFnx)cNH( z-ew5uzjS!WthCo@Y|;M&(Lz)f-FzS=GAj8v)rj>y6m&4XH|wuJ*U~6t>q0D_b^XXS z_+%w4`*5r`yH&$UG-|cp^Z<&Wr(gF;a7iMCk;su6%q0=kp(w?z^Y;;UHMq5LY*M%h z>RX2ni1}=g^6}Gkx7!F9mVEeWFFSA8RWLraxSQWhf>ip-C`~YI-1m$EToj}p zkb=63*8LtB>u}Fwrw4uNbV79B@2=&^f74;~@C;J9Bm_oJcYLHmbV9NRIbcXcePLa$ z1D?PG1LG0+J^`uM?e+Sd?k7y9oxj@t>ed@kHcE}wS!*uw1bn=8Tv1{hj}IKWf0YYM z;cpvMDC5i2G{CS~cC3@#xY~y>u>pu&nF>6%dvFzV^mOtfywd;-ejYL;%V+ zaVH`kn-=)c5lR3AX+d5J7`qLIa?X0r!|c91o4=>Nl*fS=56d;?xHiYpDdGGj_v z*^>pB!wbYXK>i8;OhWpCz1i4s**Cf8zZ*0pP{)_hO1k$z>IGB91uYE3Y{$(Qns<(t zSajNrLj|6eQn#AdcULseGl2mD;M(dp`9_L=Nfv*@>}2)K3>@&4Nu#xI7*@&|1(m6yei!M4te9El~K)S(pNSt z0t$CXO#4HN)A*v(bVI$|N$dzhGjSuY40k0{`P4R66yk7UfLz;zb_n~cvYH= zhZ)lW@<#lRp)MdL#ro>9tYYTVFZm0<|6NOcTVt+1KQ}F=dVA@0 zN+Da`5eWp@#9Pg8e@Z`{G(jmh7d!Pfp}@xqK&BZai8~!qw&f$2gi2?Af^=&pxL%5b zpVZXbkM1%8k@tkizy7(`RDxc^9Uf4%6w9Xxw~q;9lJS63mwrDj4=s&qe)&2+sA}UP z2>tO6OV=Y|Ro(`g)SG<_ZJ>u}A}zaA!f5jn#{KrK5&^a5%zV8NeaF`L`&e40?70`# z&Bpfxsj=LN6%G)~Sm%37%Vz#F5@f#4|N@-LZ@?9M03rFJ|%p*JGa}c6j41q z+u);f@OL3=k>9@fpndBKiqD*Y2B9a%dP&+KZ`EhFJj(1r>V#gJ$eV8K>ywC|+E4Y< z3+G^)r#L*o)^++kZ@6~E=;ZV&CMK67FO@NNv?6<)}_s_2?0R3(O?=c3|L>*l%1%dciF(W@=p&R4!9rJJ!~-w z_%NAdWXc4z2g6VXgR=~SQ5fV=vpGftxa66Sc|vGD>8FsNW?wzNkgWfN>86gMl_?IcXJ{kC2LGgRySfv#!uxMN;R?qsH1F|7TQ@j}|EUTKd zIHaASw)f7rz?)~o;}`9UQVn6zqOQCXY2g2ic4M}gcA8r@<2@5GJ)ujfjZ10TZf3^u zx62Go=!g=boT6Qwj>C`LB>NBE@au0CU{MCyk_f%%>Vp^`lj8Lf2pSG z5w|pw$daPMScE{F9vPW3h-FFX=ys)Sm!@00{rQ99*$XGz0wrYiK%AI^;u9;KcY>=Q zIscGc(}9%8D>~qVz4sLMqplqZ#OLjKO-qfbImlnxt3^#1I9Bjcm+I*57ME9ufZJ@) zQx4GoW)jB_eO%S{WNAm7_fpAP!7aP2F;pP<#Y^*&3XA0}PZH~mfE~!UB#pagDU@+j zqNlWMdi3)^`sgAai0Oc{15~k{LXp^8gA>2hbsVq_1LKAxBGpB1U+eMqw9=gIThw4i zO-L%{*>QtWyFw@($vZ9Q^XNm$utdT9??wG0GvVH)mTCTi6?C6z4CkE=_74zBUlV>!gb&adkH&mvJoPE1#hm_&Iu*#AS$4EdY-IZ` z4vw6$2WI_)H^H-=PvtLqgUO>!;)VH3j!Jj>j3`SQcNGmCr{M4P^+kaa`8@QDS^FI& zrV6qFnxZPBiBdJPVtq$Oe?}Z40|UKS(4)IB#So)57!_>$7TcER>-D|8ASm z%j?(62!Yh)8BV$g1KPBA+l-iOPV)~p?mC`2$KUSstvL218leDA0A&U@&W2Ir@FX?DV(Rlck_h+&GyYmj?VE2DQ z*s+Qu{#W@UgO_iy=bz~m*l_|}xXy?JF67BNeIJHa9N4VMt+ghbZ<0<5bU)N54RB;a z?>x7%GPklHNm*=C)ChWzd7+0yKIuE$LD9F^9my~i>bwEq0nB~S{EYF_Ki6LqR)M4ymtk4w5Y%;m^B4|!W zm3$t$ND>?-t8L${L^{*SHIIA&WyaXdtOn7gBco!6Mo^&1zgO&`t17AWT1wEn0>>0; zFr}kc=!h?TdBxG0qR|UP{sb^dwx|2P5{-)Q}B z`?i#a)^_HkIDC$FK4|^qlj+Loprcb07-{@c3=)v?*}gVbfd)y>8XOzj4D3r;eHn7| z=;(kw$1M~tK@*m^bXdm+#jE}sOmI3vuFZVJW2=Ghn$w3Imw8cEGnr2w!T*v8FiWKW zyV;2M!vfNZ5DZ}Q`(y}-y5JO(wlNmrZ?4%Gx^4c$69lbd%dua7VlqW8S@IX>RiqMhcevC{aB2AwMe>};j^eD4!}~(Kg~qGePgm>ZUq3j^ft^95 z<3>OnVWekN?6(qA%QorB27PLU^Z~#TDwPHqMdsOC;Cnolz8`!{k^ z%B?t+I{i*9(NKgF8UJuqPr3W#a7(-E>r_tCq+MYu>}c^#Sa%%$UnF9?C$*D}5@2_~ z`mpHE3Rnf*X93zsKRhLm6U6Eo{UW^7HMGK=wCWR>Y{*df?A#Lk)B&!?47>6tZut_01KF4a2p()ke%;e0rtIcmG7q7CfF<0eLm@i+`VvHeG z#-0rhLsMiJR#3y-r|6bT%Q=AZIf~!UM)M0rl0-SP;vt@6s4?phaJ`E&;d7Nh7Dr;P zH*=KxbAncz$qrPf zq?FmaK(%;;nepE|nZ4M0&fL5$jD|GI7*?R2|FQA12Oo7b+gL)ysDSgG4nz@^k{0vt z3X}C1XA=`c=13awO#`4uHeDVPGN#=}>*d!| zXnk11Od6rpk=-#`mKFMyV2%MbPWE8F;Xu5&+E(IJC6(M5j71`B=AgWqXnX6>+_@WQ z!sLaAviE@R?ZD;CpRCSG`m@J*U5z1uZ=$Y>+3h#UU66?_7WkYH-&!F389A<}HysAy zeC2oBSKv@fFsLn`Oj`#M@D} z>{90AH74)IPzXTVYOVpy-g0B5{p;@n`j$5hO*vVmV-~-+aG%cl%c!E;_+N)d@ALRK z&85Ju3(BvgJF;b$D#)DSrnL{a>U71gJZ7Zx^R7sNOF9fZlV`yTk88$*HTmy^Uu}JR zO0y|ool0DO`EG0ya$!~D32E=a8f=tTS(&m>@LYm!t;_Zl6*{Wz0YBtfJ;ASwSa_xp}v9H z%-9wfcwH8nT^ThPny*f%N%Ty}`Vt4gd#8-y6kaDKz!`M10rWO;zedt)V{S_`$JR6Q z_0pwaU>v9g&+y^(MMa8is2_eBJJE7nh=fFYUSG;TqKd~*+>=?LDfe0#R;+*TPS@+o zS}s7yU)QUsLM#`Syzrf}t3gn#FhDAL7fV>1{qD%ePio3Au@97RR@QOXkxh6m zBNS|Kr2zL}s&OkV>Pg$rzUL2wDw8WM^xC{x1^;=KT&%$Z>R|DoJw_aidlFe4C!-R{ zDN&1Aux~HnC>|1I|6MV8987ar>eaygOP?Z|}oZYvDtCD?;rgOdRszN@+arPRi{_m;2`?$ zQ&aO8KH%+ox3a4f#y|0dWBxmspRhiag!Cz$b_*oJ%=c#P&@0dS@J}J|hfFOqEk8I@ zVzJo{Te=n1B$D#;<-RPL97FvZvKnuJVl}&}QDlmt8qTjZhsBEU)_q|+m?5ssGy%}0 zan4ZY{NEAp$k~+=hO(|IF~OY%4=o0Er8eE?W;jp|M=S@EdjC?*BKc54V!*l^1(z&a zlqfT$S>nb=X40ap>2v%Szm^ieXtd_dcGFLXpOJoiX27vgAu1&Ab#`vKo~sj&IERM;|in7_gr zW|)suBGX2qcRqZ7h5C#9NaYf^dTNWgR<|$ZrUq!O+aYU%!?XasM7tw@|5#%-5syAp zF~rJn;4Wg%DZX#&EY!R2`SszHx86{#I9OSD{HJCFVpyr`BtW7v%pYP>!%t_#cpm>m zRZ!00n{_oO2)iF8+WNe`p;=&C=+?KSxsjbGX%A;9QA;3JQDL3$OQN(xUWP}@qd6QX zyKDotRja)!p8ruJ4Jw4P7if(p5Qe+J{6ZDSOr6T7SGTFHl+o=gqv;MW>Pa8K70TJ; z6A&69h5v%YQY4m(pL}$9vz>1uX$PL;uUzvAG+h_ax9$<91wA`Xk;N;Spa);b=Q&u% zIJhL|>F$4#4u-Vp1F&fzXFa8bzO}H?19iP~*hH$o9<%;Fs*hs)-Y8jU^;O845+eE2 zCSGGsqPebksY71=XyW*^E5s0F)SYxEIT$k2dxV~Mla#n51cG<>wjC|5$}zP# zXy-*nnZKY;*r^l}lT3;M^zPNnj~Xvo9&S+)_Qr6*>XrN}h4~jm11nsFiE~3K^};I# zsc-k`8!cn)K3mzbsv^xoG0_Wt8!*y$KyCvlvB7r=$4~u(y;&e6E_T4p?`D(5_#pHu z^z?fj>?<)k8BL{M9`JIh75|6c`TA7E_A3lcbodbuVqjgC(NN-O3Y&aFTSSeVS?*83 zEpW44cB2@Cp0jF$uB~C(=X^rI*LzO%h%trB66NOZudZr7i%F$jjbaVV#XmzOJ$QNHbesPyt9O_7X4L4~c>*R2 zM?DQXD-2|kQArgJ?4K|!tFjI z{1;n}Pjl~cu3vPv%h=R_&F{Rz@}K>AO7Ya%3wXu2#vK1XGPl#Hwvi3o z06#V^ZzNwHt~MI&G*f@eCAnCDYqRZF>2x6J-nzUgn?&%8 zG(sKYVK^1=*EK8tFl4O(`6Ys(ebB(M-a?EPo*kN+d0ME9_~{e49J)!MLDBS~->l>0 z>sDYunt5Kv-T~jw&Mf(&nyaDIJxk($=jZwMp?mlJTNMuIiH~N^-nq4`H6@$)Vf0}~ z*;L9?_Dg=4A==wCa!K4Nm|CAZk-Z;TsEYg`NapFvr6V-|Ovpd@tr0z2drz~oytKxM zZ0VnPY;wqmpPxHey9#P?8))&lMFiw;9u=e*pAKX*S39!O>d z6?EjKI6%zt(7$h_-qT;aWVm&0cbrvs zez(MQ*o@yfdD}U1@}An`rK_v@Z8N1?g!e>FG=IF!$9Sl!0p@TJ2C)_mp2U2v@vD9t zW<|QYVv&39C@Tsb!n1{U27WD@Hxz_kS*xO~44MsoQM3L4bxOhhxB}bvfeIc1ZE)v| zQ6pl>p7Sc~Q}xMFSAX_sO!~j={#$O-(MbPw=H#XRf70ec7x@N?eGLzDxTTxuEA1B{ zQWwdb^ITQ=tq=XBM34|Msdg9H8@?8pJ@r=oVE^>=Z)raMN(=8rX!(1q{&K^LXE4zYYE={Dq*pTq@7 zvidh7$*k$+pkY`KuC1>+RP=MTt5iIB@Oc_!+ES&;d0Cf9@=$~~`v+vNdsehFh0bu0 zV%Jg{&`bKwn8b%v=M6&~(_q?*_}hGWxk>Z9Ibq!TB1f6d@2 zS?aY(IxjQ^z=vL$okZThU z!UN!bw+PCi(UyUZvf^a~?57H{146lGX7FeqNsXyH^*%fxY@QMiLV!s|@X&X_UZiuy z+j9N9G(x}#P^KbUoH$zW-b{(Ac zd&Q2+|HfsvlrVlTTK`Rhf5UG+$H&i?)c#>6TlC|{)St2#$m=QZ=r3d(XqYWTrdk(< z*-4odTg&ttH`Lp)pgmK>Zzii~czgW%vtaX;;EgqMGZNznn3s0y{knr52vuo9!g6uY z(h0_gG@=8XR_ttl7>+6I8>rZ(<0_TaBot9aT_+A_#l!*A^t>5!ORT@N4m`_JM!9yS z6``(I%htg3Yfi6j9V@FuyLeyR6O{k(np zapJF~L4uEL_w&O8w!WOH!*Y@rX8p6jAppb}o@>3+fWl=%3|CS~Ph*rqB~jf5zTm7d#BlXGO^iZtno(1&n3NvqO`YM(Bj@=3Ra^CkTap-(r{i~hS% z42nTvJC`$Vum#J)El$>mPPQ}4zfYVc=VSBpk<3GFI^Soizl7$ng# z+Zh?zpn+Wkvc6x7(tp#hKSV>4o@`4>qqDrVFgWq`)s^M8+|29HanHgSHj3V*#QGBW zcx*KAX^`Zk@D)5}+ex3md2))6ZbX_P}qn7;p~s_=aV9w8MC0&Q~zww{#UiHf0A&34$hXA;ZA8Z$8@SNfU|@ zqc>h@fNyopC~2k!S4ipm+TL}=o0!=P|Oq&)vd8#^+br+YW5?B%u>bN^s(IwP-Ma_b$9S?M)`S! z16fn7x!lb{&*aPq#zS-3`*bUbal@2Mn74<5X*>E~j>c@Z21wgX)$CcCc>8$b^aa7Y z{n(kqf3HS`8&SY+(@#`y?e<*fCY;U5z>#!^42JO+Y(P){);P(W&t&e{&QG-Xbs+f(c=L zt9Qc#CdPoEuSPpd#&Bi@>9p!=;FsvUtbNus>&9BI{Xnz+p$vkDS^L(ol%;|7u6ss( zQW!sx66@3V>W8CgX?5apWvl6ZDUvTCL!gz?gowvq()LFGnjJG2>Zml0HArt1XT7g# zzdnDr(N0Rn^#u9&S}+1rr!pWhNw4tHK;_$k<2`%35J@O z=b{miALP^dZM!#=ZW92v=;h<9OO~z=UHrupPz4F z>S!*15(p&|7>Vot6l+%kq^_L1-=hBC?u&g7C&PSB6%zu5Z!6xq1kjNEVYJ<|xvRp} zTEbFPRo<)oG#UP0_S?fH+Z+ENh!5j5HeA53uw!s4{SO9Ix{x13 zEfRj^PWpGaGQdC#81O z+#l-PV%ism$yu7S39(h)0{8Uc^0}xHT#kK=BRQp$gWC%)&XOL*i5DAo#UM|pf17PQq)+_c zC)DGeuNy2;5A&I|KOQixKuA>{CBFez!6Pwg=R=-;q(C(noBGE(%_<41Pbp$k~1YCJrDZ=`VXp z`F5m#71|ZJrmsT={M&HXL#bUIs2H4E`;*@r;qyMU|7bi%y`8>#z ztu?pbj>Fp9v}tcGDEkDY`vkT;&}vKi@Y{<$gmPQ5w)bMYR8ZDXVS78vT^ z0;>4Kbd8w?Y4r;sxz47T4ppvbDl4ZLNNzN^(*#2YS`#3Eq1Y3YXBovEJXH2rOf$i2 zMA_y&VP`0m=@mIHniO03#Lbi&(ktp$N$?o*KpSH>Z%!QW=%*shw-nvmgjn(441Ywd zv5j>w_9riCDKJH)KKXlTIg~E85Da;pW(a$a8>wplFbQ2UQ8YXj)Zu^mjtetHU4%Ko zz0lNtdt!XY5=nzfPj3R?&>HNWJpWuD&B=D#>h<> zjp|;)?|mJH*{7LgcM@RMP(r4p^hgPOra=>-;3&Iko&L4{&SEytoKFc>a$G(DsQzLh zV?2%nXN(}nWsA1yPdiaAc|@YYXR`O7|J=D%oCpoqC_o4|4HiFzDgtGUGw$#D7js&< zhO}aJ^TM+;O8{lvC8LY{jeM6JKo26GxlSslvkZUsd2;cP)EMb@^y3jy_2gKo-<(if z<>z_4C=W-=w+iB_H=f?GDEAB)cpSN{4DS(r-~ zg$4YXCTO1X&8kR!)UcT`bikm#G^9vzCvXiEi5WariV_;j=)1^7MxeF=v(%frPPe$oK4r7r#3aF1+RAEJhAC0K4Q%!t*a#!zFKLcoEgfZK!_fXZ?B!I1H zTHp^y9S-8Gk&t+pUKmg$f%%`X`O&a}Cq@^s{3qd6?td^^7qp=!qA#qnR%)Z~H1&`b z3~|6vkbU5DD5)xSB#Bd)y;PZ+1r9o5|1Ag_eG>=JRD4Z(lLYBvWA4bCNg}%re!MWM zJ%ts`S_Z$$P58@@F-`HyD%S}yPefGnZ}9cP^zDwIf79(-Fu+&HoA4Tn>i+s$hw4fJ z6n>ZM6r(qH;91Ic11gzSMP>d(^D`DKY85+-M5?qBfs10CZ`rN*?|W0dW!_>U3>$kqwiUR#&EbTIY2W3V zYM2y6DtbczP&n_odE8Y2T3M~TReSn_pS}U&`3a^wR*DFgc-SAz>A3%rR=Ie#K(+1O z1UBSTi)>W$Gl9^J4SgfIa&PK$Rq13DXW_lgBNgTR1!gckm$r zH7XUVk8S*Ne-1+uvWAlyl$W|0e6zf7ksTa4`~K>?38u`P_v#1Z(pWAGH5TN|pj;k_ zAU@{;_n@~CK&=<0bRYnk?+ePgCl!IcCiHEwy`m9Ivhf5;58KwRrP{H8-mdiI@r5lC zi{^e>0nr%bToRAigY5UL3FcEH8{JCV?MpjZUQ}c8#j&b>i6mT-t}4r$s=`OT;?Rgi ze#z7Q=I6>s2zg0*#Xy0DaiHIy2FwDmhxdD@EzmBfj(Q~clq|oZ0;a=&A^LXMb6MhE zbeaWB8}!!Kek&${>JjYw>Ojt7)JNE44ziUQ6(j)PI{mX@z#=Lx$Sx%On!8yU?DC;L z@DK;et!AXrI0o0m7qT=POynIMN9bYw*ZP{&=~VQUt_i7TVJk80;5TaUT8 z$Me~$yK4vDao=eAj(2Ef12i`JSM<8Aisl=6oWFz?1w@Z2uX}sG+hBt!j~TwpoI9wf z0Zg4Bn#xNR;4CZrHvx;4^=-f8WOPq(nwZ1T`S7|W6hfR+W6O-S8y=P<3uAF zSupLhQ+&!Xi(PL(3o;h|Zx>U2i4~HHjO-}M@^|W=m|1x0rDJWaaF0FS z1y1ap*bPG!Km(FY-ssG<_a}Uf#H1gWpCGDPi|@Z$pM<89ET8g*tupY9Oxnw^r|-gX zMVjZT1O#%M43(92jQ5TZpr0HiwR`myIK7L_LrSb#!R}YdpvcEv z+)ee#`B;?dw8rqh*@L<$ojwzU3pFZ$9VTNaA7CElv^0Q~gZ}izXVCpsx2|5nY~3tt zUBPr+gaqDz5y3z%j-rLGed)pDz}p)lEkRF3tx_gz8fe~)J(O2{7nX~WWm`uWdGa4% zc>Xxq(0duLgA?4;=7|D*KOwNHxE(num zX_aPY&4PgwhVGI{{`RA$W%4FCPy(p&3Ddz_xF4M^BubjYQMyU@xs0lvr2(tO*-o-a z%`XB%wzi58sg+hn45QTQ4nbp-lY!Lu9x2R zrzlKKb7X@!CSTzlhK#DAWRHn`uuxKImmIC{B@`U&kRlWDuRndf-V%BXTbue@)w`5? zq>bfc=e`gjhcCBilVOC%Z^Olv08-u8!vAi3{y?=FY%Pj~563Bo* z%Thu0VQ8S>H&0dAX5idu;HDy%=>u3w`b4?qCN{_lL?x9)(!2YgD$O9Zx}G3weV;B< zhj(ltB>3_@?%63Z*FPqT%d0(qr{iBbi0x7fJ7F>g9^7owAN9x6HMXSE5n{-t213iK zim=Aq&mIMzcB>_|sSrxMug#zSV+F*6e|xyZZ{^eowA8@fA1b;4BTLmHybOnPBJjgG zG2NW)9$=B7FeiKTQ5fs@Ls_anFrzrd8EqERDAS|38ay|F`m>yH@t=Qxs+`4H1m@po zHN+jrLrr}Xm;UE+1k#je9{T4H8~7Ai(o^7zweM)v^G!&Aq61s&LvfC8riak~ikUp_*DoV&_NeGn z3hnM~1h{43(FIvt{J0$hUr@gnXQy>T2vi`K<5Q@4?{-Knwe*662nKYL(eDKG{fE-0 zvWxxF*-aG>wMJurf&KHAKfw_Sw;&BQ2K@}#jyR>dLmnF3E zb8rICqYN2~2@#0GH6-j9R%s83`Kr0g{A)h>S~X3do@8jLzQ3^iVcVef1+)n=`-(y+ z=O?w$NMzwxZMNZ1a?sKX{7Q>&!Ev`~c#ie61*k|1Z7hOJ2C{!VrSUL%*^wtUSg5+r znvN(S!?eJFFxDvCq_au*fB;k{X!&!5n)^IJP3WYE>on4s@f^L7#lqFhs5ps{vnbtu z-(D8f7h0I*h-wNJ!t$g2OVOl^ii6$$%4!y?M9mM5h|zBpVism@iw9>e+ z@xIkSbD78t#}+6K;A?)61D2GGj#JPc$=vCO`afTPv-9djUT!?3MSez*v3#f>$$v{g zfSyD~W~SW7`sU&F3nR88$q{!6`KKf>0zG=H5MGs21mKmFluk-3Qrc~TgaA44C~=xx zD9Z8g>sfzhz?#M;kT1oylxYk`>=J1Ju39X%sw+wAN(L)A0?p9-B*pwG)?nTk6}ucX zi`~ua?MLHkJC)s<*W(gx2`%^N3A{+H=}>%wOGFd{H@l82;vAtA27Zz- z$Zz&09`;SG=)w$#lAfZlpm#p;`Qg-9+FbjJ$2sGL&Vo*5SZZouBnCSBR~TKyUbaM- zINzr9y>ujZQ4y-B>o~)0b?@5jDx06ZHl5UTjRw2C_I~!o zM)4iN$_GS(4i$6(-F}JYXIEUtD(kFTaByXX^QEZUvH1FfPap)O)HSB92Hd69ukIFz${zQYOob7*xZu8bi#+^(F~l7oSKl zKaTE>srjfF)SR6u#eLUqH5d+dB$uZ=QGY!hr46w3CAk68qET|2;|B+nMiTG>4r0zU zLT2R4HOS@6`r-m0M*&qyY~bQMJcG$zU~=MW5cB`T%*60Ug;}c}60LOc+?Nr}c4Azk zj*iGDXCB^8^}ynA~19wwk3%~m-~IcoAg&StRk5mHU4*be_V8j=&-VHmaT@rYUU z%>>L5U@DbGmqydcy>C1Jp>?+;LBNhff;&~=+%z~59&63Js*}9I4DD+${;3Vt_a?U@ zsk|F^>LZVB@BRfk<@IH%IsQ$VUyCn8hw<hg0WN>Gc**uc`i9G2R2u^4&8rl3W4!|!B{BFFmXyBA=+6U z@+jHyEDxrkF^`uLfW2z}K#o;a8SFn!xW59~ADv+fDb{+r0yX)Xk6&pZ7r& zPK8S%;4nkNn%e=kl1mD7H8HqfLY?>WSM&609pMsp`~kJb@_xbwI^e&g`thsHC^pGLV49G4M5 z54y9WR+limy)?n?bNk*`jQ{+-ZL`DE$@3w*d$jrLk*`)HwmZXS zds!_OyT-n=8{laSjg&r=epRDF1mtuj%5&s32aqaU{e&pL=YdzmynM23pz1ktcSvvZ zDKFWZ>S|gvhk0j+(@cra`5|_uJVrx^veD#fTlV?*YD($^{LNSeATSA?u1n>WW$ZZ5cMr-fg_R)jdiUvpc2UkV@wINo(vdt%dzG zh}PB8%02CNm`k!&gedp)@`N<$2Vwk&4IT=wSMHOvUTew~N9YDN{kv2c((t|s_87+5 zD)%X-s#*))=)H-3Sv@+L{H;7r0D7V@cIKl1E6X0+%*an$MI*^oR1nX-PSO_TfH z%dGj-f-!M|OT6j!CPjOC<4K?y=bZyp4vm5~oRh+FF^l#)XMjy;j$ zq-aF|(m@t2YJ>#gvQt>APVsMbDeQ&o@~^sQs7LlA&qnXN$LJtFrPs{yey9>sP_&nC zSvHr6e&qN)(Tn)FO`0vg`ek>WaTR5#^JQ%l&Sx%>GKKHugxp>>8-XFwrGht>Whmn<7vAhDa( zQ9H-dmC*%!NRlBYH&d7G+l+2^q-L%fh~~75RC2eg=VQGt$z%e|x7lD|X&T+THQsAz zw&Dv%nNNud4F?51WUaIw`Z?Y3KDZXY`AM+!xf^D^_C{46k=7eGm69I*!gBjvWtgt7 z7S&vL%M}-#xiDtdDk4rR?ZO&1wusU8WY0N@(87F)q3;Pf+ssbc`;oBq+hT=+ERTa2 z?5#h~XzXp@R7Hm58Hyjbya8E;GS)etu;CrNs}s|5OByhgH4wr3wnd04^Xy!v-lJ6AO zCU5G10gC4O4al`y}YtOj?M;&mf4?aK*ml8wzGCjkbg{z)N(?wM1AfA1Me~!uIWe( zwhT?_K+&`cC~ulQzKP+>fkNZ#cZ*4F?K0v;Yrc%iux1?IIH=ah^$pdH+0ZfjNfKSd z0r{O^A*2@PsJoo7s<-30xr_Kv&M*32$m`DFq7Rlii<5o}Tt77CDAqYd(6MJIhAI6d)PV>{ zOc+nmp8=16h^hlyD-3O9je|bc)qW8+_xGSV;VvM3m!PHNWvx6|fnOEkl+-e%x)^FC z?b#=u{S7TL=~KQ94FMBUuwXuIvdiBT4(_R&lD_^|h+0N*9=%N{D9qzAcFW^=r^6eU z7dJ~qXP~v{LYl-Ra2qCLc3Va`*!BH#!a+j)Fa@Vtrfq z7Dy@W^jBzdidpP9wAvDp8WI;qeoCz{lC*tyD4$yUCO5=aXcH7}c?PZ0X5UYE?R79Gya(B;XWv;sdRSzDdEThAnD2OyVYF73 z5;Lo@UiDS#Kt!X4`c%+Duoa8JK@lP=<~`@~t8_h|P;uATeqHXx z_Q2%DbXQ)M7Qii3}akmt7UR4{emO z1~RoFOp;MfqRcGZ6Hn;r!!Wn*7@X1DP^9o(a?|geVGhLTQU5~`RAqjA@v`G5a#N9< zNA9!KhhFtov|I5_RM}sP5hGG8Bh12ddQEw{WVz7m1`BpJD@29<)b+zJ#Hod%u|2^! z`QfO%S|C(@v)=hU~a2$S*lx~ zcvQ@9^06-wkEn3vg(l-Ix}_o)8uD0N%Hw@K36 z2@Q}_gtTg9bFpXx^J~{4Ro1Hs(NaAMJ_VX~TpSM`e5IUdHSZI$x9SIBJvGaj&K;iN z?;N9=9i(#+E@ei)GHl$X$j}z*>zS}|61KF-j$bb8(_)KNAUpbSoE)K35rg_v-|FR_p2VSI?3h;oSwt0Z0ho-yChc}qgTl2dmrD{*B zs4sb4mJ=Re*K%))7-uHUXW3WR=oE(`y&_7g1l_qF!KENi23S>%xZx#aoTc)hb+Hoy zSyh6p&*cL-O>&cd3#)s?XtgDjPK(s4kB;_s1$~!suM7G2;0ghFR*#z(*xsgu&WO*6 zZ?{=)Ej6}5Hb|u8VX<;&gdk11VX0wuf6gV3{gaUfGO}ox!?FpWEg<36!hPzz-O;d0 zTl@N&Lg*>ROl7>ke8RCq--=!1RPH!pqWz)(H|Yb&DSMKaq~nVXARBmGRM>Z2A?gC9 zXbOy1iHs0$~b5;wdqf|Fr#2qKoMu#vV# z1fo04Iv$hcj%x2G zMkH}HR;c9)Zwd9DEr1e77IgUaNv}v%sHkLUmDS?_=C?+9loi3aK(P9igUi2u)aUn& zFuDK3)K^AD`9=Mnp<5bh7)p@tp~V3eq@`0*8tD)i6?6y*MM97ci2348 zk%qa?|K7Xa^?u_6i+NbjnSJ)&zxs#CBe};q2bTIl^AJ|(sY?#GMpAV@0#7u(L>k&- zzy*w6MapsrISOewaK`oSIi7VHuH~~|9PM3`+CgdI+UYaZS81(x+MihA9FVCLH))vq z=~eL$G!7w1Z6u|2SbqXkzo>zI{H^+F3&pZpvG8Tk(M|S!C&3+Ve06Zjor*6~6?ikGyV^yurk8Fk&^ILinEF-@<^iTakc`{-X4I-0u@Ycw2z@fA0auuZ|tw|7et)5SsM?@ zTS)AMARk&7HuIgsYV%AiBhsF{=j@C%dN=Wemwpb>h5!`d{}r^({(gf!Dt@Yl!0zy+ zH-M~?<&5xmhr+uQhAb$Uk8Sdv^8;-vY>E%q=`z$vbS(mp)clIDkdAw%(YqyhQq?J4 zUz?vtoBvGWDX7d+drv*bNeE8;uTRD-ZPk5v^l}vnf6%sxR!@0>VHU6f34-2#hF_Q3 z3OZWh26kZyLi@I6d+cnQ7h7!I7P1NuYY=vmqTf`TWY$l?9eW6wAYq#7{tQ>GrX)$b z%a?2%&2;|`rl2?N!0sJpCC$2NC%aOBhZfJF?;pu0|MHLDTisv9Y;(hZ&oSxr-`9N? zL{e^HY+^&>+=qB-1u-Y}%^FvGYHS!12FX)rbO6WoZYP&J|5KOh+G!;mREE!2WO;_q z9wLN8?hoLI-E!I@0d+SN$Ds#>N8WE;?{*wS5!01P(hyc21 z&?Iq~^Ny~`R0$TV^I4+viF@nKJ(GIj^aAhZyRicX8eySTTH@L z9qaPaB=7F{Z*GO2JSZAa^N#BmuxZnBer>+AL(Blt-#Wq}AQW$mI!H?=Ob+FS7Gl|# zXIHNF?z@&S;>rAVOsN2CYh5D;!Cr1XF29;ygs37XU?e=#4Jv)^Q|i9fK&3w@fHHeE zB&Nqq-Xm4zQ9+WBDEo_pJpwE_pnQy>!q6dMxM>EzJ02c60;J>jFx$AEk_$RaI(F zHgIn7998rtmsgXctt?r)qt+o%#STx*G}8e)UdCb86ASvbig&jqnZG{mB^0IrP_`{A!6>=_;qanXaq1uaP*m(U+B zQWBw3-3bji1ZLt|X!Yo9)~495oXY9~UwwmlaYLvN8=w<1(aeFcnyS2_BGrfa_-NX}$JLU2=(jKZkSeq~Y zcd95aSr6672PpPU0b~|iNEr%&k?Kbn3(mGgDIvglRa~Ts23_JoXVf)Td|f3X!0vVh zo5w~(T@eEZqnSpdBCO7NDu3rR>&mIhlmqM=eWu$G`1YTA0?-6ul_ihB@orClMq-|y zw;pG4!Psx1?_K?=?-T=}F%|wZU;6!o_Yb7O9s8fq`C}$jS-+l%vbxbXuaTzR1nGSG`4Gx2D!Vnk`-$Ra>G6{nt$ zqZ90zAgsga=EP1WscEn;tSvfmRN;7V@;rmSwJf9}jiiQUo^}2BG!fSe%21uvgc=-z z=997x8Ys>a9Lrh7CS*dYjdW}1O3udAN{@^AAN`j%PL()c^#FAaJrOgr`jQ5J(F!?d ze}?#oBXHAJe4&BL-gQ#c(A7DHEhF;~0@$TkV;4j)pW85?6|IKJmN&8pd*RO0;{Pc^-C zzxQI}8`Cn+dJo zhc%!Hd_L3H&me%~D<|eQiE9W&=q0O5<_VF4>OO4&ghMnPh50o~gUT8jUOf#CL40*) z_tw#`SotouMhHD1{H&t^?I1ShN1x6%an=!8Hu+wSy}+watnqah4GAvqq&Y9vS*uAW zp2M%24%_6YUB6+{WtL1m@qvjfv6|FoT)!sChB&w&FZx#HmnRsa6du95uhn5=B(s{G z_>2n#H>Y9*b5=8)h6}Hb4DtvlL7R?O#^FO)S*kVFNz3^W1U_QJM~86_-rYz|Bd=>| zX22NcC+XW`40EXm`XLS@`a`~;R=)E)UQ={4cF}v|zp6rYsb=g2Vi_}aZHv|OTWH6v zG#L1=1Yst~&f13meuWzrC)Q=+jpVMUa=u02Kx$)cOby z;+)>ciG>L~+AwDT-)${|!q#Gw>xnHTMlqCFZXIPFd7`;bO} zO`LJV3?w6-YV^WT%5MUBLkyFxG`?o7ygDkze&xLJQ5szsEA|nWqvS5SnbZRp%+tAx z-n+)8I#pcV8ep9J!HN~joKZjAYb-7M6+bPQX1bsfsi}#XPQB?q^eI`?%+)TIvDgr< zYI=An?VcVPi3=j)qR`P@#AvttgzpPSwb|r2nU&I;bjeCyxIK52g}qSUq6E-Cm#zox~Dx??emzqjbv+2^SCda&{j*X>MP z^gR#qVFXr{{;m%tbiOVDuZ9`zmLLTzu zI>CQ#EB-YSWqbDpo%$m&|Bh|7-#d3BRATt=@k!~q#ecbX4$1%V0CKWw34nsJCyQ@L zt0b=1=>uM)N1;!GuBQI8Bt_iH3+&w+D1VZrSMw*;dl(Eg;yF^oWa#4OSwB zOCCMib|q%Z&zQ$557#|>8K>}vvJE-51_kh@#{X4@MNj_A;i-|uUK~rT84#?W?NyNr zi8Tv<3@{OPsF8l9WivI!(}OT$h7ODN^el}`CIc0}KgLasV$knl^ba3)ND5=M2zB9* zNQ(b(4@Wj&e&HqVu%W;S0D1&aG0lElC;j^H6OEd9&PTpyP*<`+38B2~7kus*5F-#9%#@qA~#;GNp$ z#9c{9kUb=BwxUbC1(T(IVl585d-2H?QCAPvGaBr_CY7xUQtV?yUUOh>!!iM?21=uH zG3bS3s30*tsUj+#5mnH)8lAh#`zf;kPfthFS{^In$-jgP2~CEf+=9m11fF?0a7UhU znsX?8+jLtVB9Ik=SF|cbu-Yh-$zS-CET~$@sF$EEV>CT&D=7&ngM zoS%3vMsDk--ML`aHw?+mxq}z%6$i(K?yuu|L)fbk`boeaih$)L0FRQhxMl@_>VsR1=^ z=(1#}666ff9WJIoD-x}vfBq&;P?Wtb1YelJFH^iX9ku$Q{5BR~cj(Q|j=MUp6}c;aeb$whHU$KxEk%UvSwg|moLULB$L6nucqOO~ z?J1~jT$#a?nHTMnM*ax4{vXJc;kbs3sBiNt!%+A(nELXre$G|(M~E$K4z7y*N$6tB zMBtadmpb+nYs1N}g6=6LuBNeq)RIro-NlJ>`OHf2oe$;8v-q~|Q`&Iyf6qN;C|#k2 z8=4(=ZAEp&><)5?b@r}r8d~>}X6W0Rg)+>r7}Y4ma5^0v{MsjTIotm+-(nsj2yfX7(i=nILhAa|3A;0A2{a{97<|_E!RIv{+lhaaB@( zn!R)S9a-rc^YL;PHngDSXdL@&^|tk7Rx4Rp^Yg>cPu7xhqgDD5>ls0@Bjc&qc!j~R zvo{hep%(}<9aG75>}1B%S`vjk z8==NDXN59;!Zxpz5C9wJwZ*#1hKvL~O`R~R#8m;J1GWGEAe!m~94jd0MqvURRLcd* z5#9Liub4I~Fb}}g5)v*cVE4xr-J~M}R%o8G1^Ix&=(vRMBp`dypBjGKLc`5I+%~xS z0-FwL?UdQ|bxAtyr@CL9ShL)oJfBlvEW^xWMJhsfZifE*F1#UB_-C4Y*Z?vkD{dhj zVWEKG5OoyEaV1+9;vQm)vrn}M+dMZ2a6aSmtwFt!u1BNwPX`&;%6g1)Ubj_B304}v zO}5318h*Xc`UkQsDSmw4WXR0ynZO4`QGUhiOho+1xOsw7NJb>sqT08{1{e9ZyxFnx z)`Yk!*F;^2XHu9f18B7PoZ4Rhxs%X0`15^=LhFScjz9d89qhyI6} z@qW@_Sq%p4tGMrT4iL{k~RAMjadg;4>Dn=d87$)6cCsJO58oDSaC1`}wY}^QUf!y|=St#o8 zx9KpV=3&DX+v$wD3MpBWtJs25Yx8R&aQ&D-CEiPglKkx-vu|a*KQjzCzz_2P<@k|$ z#nDY+hS?v)saA!hNPp|iCc?$ZD{4u!@D!F7{4eSTmhW{`&zC0*huEg_XO_^bx<4ez zZQqH&se=+>>oUB(m5F`~ZmcN~NTi2)r~ECPn5SnE2}>=P(`X5rVbOMqU1qEXl5K>v=#agIppr`EI8%6#4Px1$sx$o{ z`oXVOujN)J*KcJURs9)o!UKG8WSBa6nmi;|fD&r8bL`_qVnt0)cKupMSkYxv#nC>l zxpgY~rDFm=Loh89@rbVy6m>esTeG-#zMUJ;b<6u+fZAOU!OPU9^gMSbLdAc+~Xxbo6>DEY?KGuii*J zRDk930hOpvd;exP)2ff!agm}JN>sA(e7r(ac++^_QfaTH=$G5G6F)@>cg$<&Aob7> z=!x!oK^DiJeGZd&tyj8pU!pt#aYr$lmp8eg)iUBM?K6m3 z@TDTDoVmJymIx)tx0b|3ct8cpsv2tPu2w4zckleY5?8nXGe@oM z^U#T@QHAUGKUVOl*s#fy`;S?B8zYe_E@!IdA)%o}l|3>!wtq{6xg~V=`0Lfgkmes{ zh`Tg%QT<{=+2CJuCPOd5jO!Jqkym&N>&Ej`1Bx(nkcL-jsA!)W6@?SB+xi#YcTmeBRX?guWl>*`clZxhVa!X~5K2hVCO;@(@i-hdVkMrOCa zOTS#%N;xX+HlF*uB%T&({*rq$3b?qAGY$9ui4kYNk%Vr)k6tLjEp&GwGF1%c{IJzi zcsPzTYh8&ci*G+~4+VXd(I-Xg-(864NuX}GeXl)g2>%jz&>%Ly zAHYm7(3|n+So@3&s4q{LiOjbO&PqH|EaE|SuFM51>3sL1T__P%w->q4SB#Qzm-i)X z^x}gBV`??tTZLroMOB`itnz`j>3+d`h6SmN%!!{(D|?3iDpToe@JnsCW#OPG>pDhs zE_Y_m4S;ULC)egEYAQ)OZ9cGc-kd3WuR~fjVu1wfufbh4XV&K*F*ek9$p?nJOf=p5 zb6%naX~ccHWUT#j^)>lxlYe95WuNHl=;u1>>pR%WnZ9r$$c6$4v5a6?28iaLaD@#m zcmh;JAIZN4Ph*?v+TOqzzt9Yt&!P}1;9_E;C6a1cY0~UFT%ldrN9g@2-j-Z|`RZBY zoF#7^lS_}EG;4*X7BSc0eJ3m7^C-6?v2(JD2u*36hWtK1wSM?EJ@(Q!ON|@v{_$vW z_28V%sIJh;ohbUR9H_nbH{Xx3V%Nt$<-OhBthn_)nBGJC;~$}guK8gqlE_7XDtV>3 z#tj!PA0z~khYQXrQ>Ws2Hn-?1*^#h+dXz>-tZ?M zZ#7RJ3w1K`(=Dnn(#(0!)lg1odv>?a9pez17KG11PsI8~s$Uhc=f`V(_)!Eb%|ogo z+3LpJx3B*!q*JwP&)&6Ei^!9`NBeF{9j$v0gS-CV)C;G6&U;Vin%EJuisC&Gn?!NRZU*U6{t|xLNAFK@4O8Xhr=@^;UKS znf{WVc&HQF@0rY1sP#FMNK;kCy;;jI`_C3*sSV=Y>W-b|p=?%WaO=vBvhw#H9v_%$ zQvS@Dq+t!f0(?Cz3Q?c}B9E4kleY_Sas#~%GM;0B@2$l6}gSkXOsEd z3dH^krJ*82Oo5!cbeoGpqv0|q3tKN&1;C(Yq!WyGpOJ%JAi60%YW~i=A8+YMHu#z^Z1t0B`P`<|Uqzd_~ z~lLp?G(fhb0 ze575Tho0PR-t!6?{G7F(J&cHCOvsbRw(I!9@d`8f#5UC>1E~aFueWXm7LPLDrQet` zDWtjscUBAB8Vbn_^CTiQF@JaylDJZ2D{o&cS*3no-IgFk305O7`NXrEFci96o%@GN z@9_gYb!*33gRMjVErg)b-QyTu>K3LDuWM#G-nq-U&IKy_`MG@EjyE&w?`ArIU>RvH z--Lfo1S(RQ&KX>`%$%y2A0(>yYStWSE%yr|AYk!Obw8GIed#X=G(<_7>5mutJbeGT zS0F$mpevU4bAXWbq#q7yOHY>96Z77>EzNhk=*cxQHYgGs2pv$sv>-jmPt2y$pG*Tx za0=LADnhjta8!9Jvxl!qeq-=l{hJO6Fmmq!a*ipB*s+R(8sexSkG)xA@6^plDdB<> z0n)GHDH$VtgiEa00QUNU_kT$MYT7Md+ScP#5679JKVc_CsP`6(^6@d1|&nIMNVK?%VMJWE8!mCJA8mj5}nHGo& z^1gLK;9-qMP0+Lj26I0w0e9DUVAoH^O22!ezWt7geT0@Y6=NzXUI8r?LE<#iZ*h9=S7+WrZPv`H2kIa#a`$S+ zM<`!j;e&+1WFL|n$$5BQZ^20#M`x0}mT^E+7n$6*cXs0Mq}FKLmm$Vpcc(@97f)(b zqY=;VcZsHKl@wIBlZ7c)1%2d0ahcG`g|}n7=(cRvsB}E|@cij)ia(V8>(p8HBe;H{@f9NBaut@-p_$C%Rf3qQA27@b2rK&tcGU zOKLI_aTsqpFJw@smL=e=ui~v2A1Zma6UPTQ;F|pzRjclIEd%AN-!lQ=g5OD0`eoY^ zfKTchu|7yQF64%pZc;X#9?$3LKQu5KD5>GMJQDw-COgejO8JTe^nL5(M~K?w!oj35 zx2*$sv?jkh=fqW5z~eZ{Z3e*M_y-SYAP1;WyszKT{+7XVt#LAjKi;Fw_ z4f@Yi0aS{7?#fjPt`P{`s4Qn=_&Tr2|7#YB_i=#i*4$bl%;bZ_CKT1j6!{1GDigJ2 zK!lYY5|4fcKzWM;v?a-lLIxoQQZL%R5HOl1VL*e_8H-?Hl7#OoH!L*klDn&?pRLwC zHDL^YRi~-8^^qDwSBZ1Zb1Ot&yRWU zqd!&Xp9{FsQ2?7NeY2np@~@gA#R{(A5ZFA(yVuS$BWZge1N>8Fxlq0h^C^-dVI`g*DKqz7>4GxkkL02(8? z*ceL&w0F9I`Euzid7$?_L*g8MzfqWtg&3v7-Dcb$eyw?MguV~!tZB@qWMyR820ukUA=tt zh@jF|6H5dVXe9FB7j_~ngKmbtxTpfw5Sf~593YH)q3~ZT8FlMWR`jz@IJ51ONb+ahB@9|d$qT6 zZtGY~bsgHF^>NyFFxSGiDODT)fLclVGgD19JFLwV550QC2y}@d$##m*U{Fkn8(TIm zN;K}Eorm*j@Hof15kPi%d7*o4$R567Q4s|?U`etK01uV`zareO&p}kvwfMd+n188% z!#dt%f{ObSWBMM9LPOc7!sX2kf)x=%Bi{wG@WZny*F+Uv0W%EIpd{mM`!55CE&mY68K|n53m-J2{UmCJ4K1t7&Dy zYpC3O#;hjILjM6^4?kYP%X@lz1~NDr)o*HVg}xSI z9N!skN}ylB4#v8_dlT>&ZT7)bq6WMs?=G`Y&E5}`@uQTqNUC?9bwfl`S0ZM|7>y2* zJUmBI)Mi^D1s8OM@^dFj4j{ia2R>sTr;fKaS2-b`8hOS?HLO3(SUjf4<0`~6bzz@3 zzz~r9sJiYJe#g%J#HBX|xSmgi!V^SwqLhfebwLYs{_SI%-Xv7=VOmsmB z&HC86n}5WxokU}wgNIs9t_m^ECah_9=tRstQae_zAT}&NiZ3HLZU+bL5J$;A=QX*}40nS9OTy|T!{jW@SL^bA?d>mK9d~Oa>J}{o#a3zj3VeZ= zZuhVzkY!>{F864j$baFD?7dVmxjbc9TQy#SeUB13J!JBs?dl^(xRjwsd(6QTF%%`5 zLczCy=eKz&G!y-X-_;`L@KY`d9g)UMMNOH`MKyVFoAy1Mj_yh__hk8tOubi6$VNWG zD5qIKf9+a^D<;Yr37I7$EGPY+s98*LI`{y!BXN0qJde%qkeqyTl{ zt&wSRa6ip%Tn<2@MHtwsCsWz1EwkF%sx5~Ooq%m34hK9bxo9xi9FKL|A~>EF+J4(O zN*Ox{4+HS4w@b~R*=Dogq^e)zGXr6EiRJ_4Au0!%dryiBCURAxh#d%q0J8R-=xm0; z^4Np1=P|goSb?R;T>?p)Gyc) z2M!-`%tNN%w_zPTT%6uzM|-d-pfWJF`)Rqr#-i!icq@%X&1@d*{CJ@Q2=GC6Jirh9+(@N(CC{U+{c zyN`q^tw#I>)eJW-%OaE8AOH0JK{K2?pVAp51J`WBk8LLcUI{?)0e^w0Mq)H>xOEtS2rwgUGF2J{ZN106L$Z`~aNAV#z*^*3ni* zQf7w{fFJ$2j&6?q3ax<|X-1DipZ-|PbVVjV`XzOF$_rn?;1uKGe77sYK!=WfpCBjuI|~GZ;!|>?cB@EqJd$h|^pw_1 zm_fgkdq*razYhiS!IXj&drW%5tc6KQQ+46GC)GehyCmTU>l`D8$Q4H^Stx}DK=H*V z^M%Gxj9UK?_Sc=i3M~+J?Tic3pk8abFx;I2bzkE_1}q`+zVz}66paUg{xn0i{*D0M z@kXVTp0ItkVzRLk!k-IMefvak4!eZ23UB3SQduXm8n zfsX@ug`5zkQc>UC5(rVCk@;P7?D56I()B&P8ubH?#Lb6RNm@}4Up5kqa*2LR?d8Ks zr*qs<`+`*_&Kc9JvyUDiradpgqI%*t9>{;@>`Bh5j(pN<)@O>ci+#T5A0z!7ENDO! z{3--+#c1cJ-L+zA=x@J2<-wQD%GMIEug>Zo3at$6_JIIL{n`?$x>wzHgxz8m)m?S9pr< zPsDY(n{QyJr)lJvMwBFNMEsasVpvXfwVHje#lsH&#T8bI46zRN5k-`H|IPfsO*uG1?^CLkMWyy&g-x0jBK@4KArl~e7rE+#N%PTkOykrrUns_w*Fip*pn6fD~f@QyuA$k(Va;Qy( z`8ULa;({$*Vcnp-BXBF88kP1>xWycc1CS-}-Y}LXm$^s_7gRcg0@Q2T1XUs;Imndx zeV^GN!84_&76~_i2e*0hmo)xoYB~`9O|4JF$sJ?+zuxzj~@!b7Ij>-FKe3m#eRgjl!znu!Ai{HJJP(`7SzhTR9b?x5xrS{$&J&7Qp&n}UP>+VTOf!W6PA7X3B5BB|( z8z(mVCQ2p;Yd)tP8xrJ2GsqjS#+B7D`|AmiN&AVy9A#< z6NX>*n-idntQ~b(_*S#^gr*|p6-077`UQPDQpM^#SX1^fGn1)qi8Hdqj>R6$v;MH@ruu2 z2nB~Y6D+DG`KD{E&jg9>Pmc-}!5mSwcX7_P(uD0bC5d7$k`ZaoV7uuh=DT2%3`|p3wld9Of)3Wc^#=XZ211d!`7BBCwXX=R;14QDbh}mVFP${w92I z)ELyFX&91N)U>9g-x)u|GR z&pO1IhH=}5=0_vsFCj}#Y5=%?X4Ky3*i5cyp>`czn{e47X%Y8SVQ);xicwdlan3|t`I`Va-!f*e;yxxIZM@wCUw z%4&sqNN6QgNI&Yy8i-9#sGsGjd)P;4jD6VkVif1opC@c?U!|zRzGysNBhJ>azP1Rf zJ~y2kQ@KBJA@5=34;a)(yc*1~TBMSfvPe&CVCr2ZR-4a)! z+!6<)VuugU=;pmHkoNlPDc0?XmwR>!PY0Dd9}JCzv9nX{wVX5;ZO@Zz#NaMTn5?nj zRxN*74rThY>*y%w_(J>p{v0sSD)yNFMlzDKY?tA~_J#F1&i#|b?kgLSm$VZU##}ut zc0bB18Yo|hzuiQ(RH*e_+wGPls&f-B@kR`+iZSJNovaH(`tp964XeIeQ_c((8j^lJ zV+cHQsS^{Xm2Y>uj6Ewp$k}g{ot%the^Y(oN;Loe3+BW2#9Bt@W(upio4U)fRJXX^ z8z~P8FeG-e42UU5M(x5MVroyr$$?ke<`Wu?sH4lf*T=~+7rb4t`nu6{d z;pN8u-@bSMS%gwYNf*}XK5<^;YAvNr)uabAb)GCl+%J?bvDxlnq_` zA&ad<)3f=aje@d;76HQ_p1Y`_)V~B^80-0EHuH%h-^aPv)QmA-DB9>r+wJ6?=CNZm zsc3i0ZHN#8Lw}ZvTUJHgrn4C2w_6DaR@FsJ`O-X4dO>lF}d8#X+~y^SFQz*?i@I zw>PMle6At;nlJlMII_~3LgJF_i^TASp<}5gtdjA7Jd{1dYLCSpNr=)l$9GNO28O=y zAgJ^M6VG1m`NcvEAP(41$rPcQGr8wVY?o&O&zv&$@80?T7!!^C^yDGE#Abo=J+{dp zyiZW3%*KDeea0D1^9cRO6)m4;1R1z3 z)vTWaVCIC8ZNi#^gOl@+tCnl4@QSaKSmwz*Jk$%WUY1%471RltN-s|y5wtFT^!nt} z@?_%R5EhbO0gn+;P7krTBk;XmNZ0A9hA9A5QY! z6#!Mz1Ap8QT+qC%{1dMNsLbaxXg^>Z@Y~MepxtJvHA3f$N~F*L6=9MG2xCKW2{pd@ zzj7`g4ZlM223*=i=l%2hvHS2z;~%NsIqfkM6BEH&nb@xVFd;+BKDSM??JFl$v^0B( zPdgmGfIDV#`bO6N-q}U1^p$dR`{ggf9Tsv!OMzGP%RZ9yNq3S<;CD1SKE+e(kuWw{ zVz&gab!lsv3^GBXGhZ5`@PjsaE+dkrmco>B35RNa$q}I_c59SghKu zi?8UE?^+R+u9(^xmp*LE1hd_)GhYQ(x-jEnHT>W6W=6fN&7(%UUiv!deY6+Qz7m*b z0QbelVaGI71GK98MH#|d z`dE3`zdkwi?p{`^t=}K>vT>PlR^Q+-e-*p5hRFC7d!IpT@nwjyS6ej{t^}F+Ya)+1 z{t0pkksVUATR zflSg$F*JZBwpIijh_Z#m@P}K3Vhv|zrb`Gxf}Wik$r33zP1f2ly}SkMAtU(Woa@XP zu{3jedTO?Qle}p#J;GpEY5!y6G9q8lMcy^1ER5SAS*}2Pn)wJ?8n9;fL)z6Bj2tRu zg%Ug*s0gjv+E<%u2q!C72eTR@M`Me9bD6+&l50pwc>fy`Iii|o`15L{kDAH@UN=al zqEXA6D@Ks{X|NFnh7gfO-LY8{R~5E)5C3kfA$jfB`J|-iCnj5oPr43-cWNhYgHOp# z2Tb7vK%*otE+C^#HqSX`caGEQhU1NwY=08No42gm-Ws+Q^f?Ut!<9atnY^_Y2*8_O z`w#UI9r;M2%W{+IZzayejS6NQoU)=^ZlR*zPtJdqc6J%NeLhsi1DcShRH4~DOaKry zvbIrKD?;i2>`l0bmEHi5FtT zR2x`+MW8}7zFQc|6oGij!vk*tAXn?o-vVg0&L1zWGW{?7u#3e|${yI5=U906Hro7^ zhe7o;$ze2eK(#XA3!~osLjEqvAmNu+$==b#M5tR%yk;Thl^K@nRi!0<68FGXlzb=W zrql|jL-1tqpE{2oH-jqKtRmBTqopqQ;=dmIhss?y>yks}CH%+^M}H?N#+h6n6*$$m zSF9P!Ssm?2n%^6$5R@2)>L0eTrl~>wb4O=NYm{^8QJ1g0lROd>CN}^)_8+D2Ws7U|NE2w0;`%%n*h*WuD;5W zP57nxs~zrEhhn^ILajC;Jy2@N(b% zU3xfvO$T}kE=Q?n6uk!JT%Y*|32Y8_+@ZN>M%N6AelL4HxZ&gO`q-dFgjY%;gafpc zms(CvUWHo9GAs?=032^7%}Q&xT}p}BKk{0Gwq@n~~pj$4Yn8d?yaQ z@q4=|Rm8DX_!b`vP5Ju?CXwn+%$?Er%x~?Ef>lM!XX0=#%olOdP*w%i-~%urnGgMsvBrrdw8CzM`gs3B$swlM7xwc% zyy41vKghoIm(f;qeK?p@6nXTtF62epM~E^IjUrUZ&zlc#cN!g!^HCN4)k-Ax=XAds zWrznj*7aGsQjZqS%3%r9XhB?%QI!>QYklH3q&$2_QaAWPwZo=U9AbtLSn^|n8ywv# zSlRcw$@p@)XKa1Q+N@u5=i0I5;#G#?M%b4Zzj!fvBChUqH&*)%*H?M zT0iXFBp>?3_m+oZ0lEBobH`7rm=6{@4=-K0;b%htbw)@5b$w`A-D%d?99#O_VSs z+1c>wx87Jjy7))sMV<=9*GS4AoP@aWB3(vga53%nXB+BE|9N5fQs@o`&YOF({zX z%z)tu$f-LM_O?a_xq}5@=Uyc(m%2hxrHONtt$MSzz_@Tw8ayf@wFQs%jP>gIhSeH! z%F>8K?V~=J<|l66{N|nHf$&Qsl88prn8bWV$i-mP%R2kO2)P+%o-Mg-TccKn1|A(f5n$D^ne~`V5bs4diARh0dr? zs?$78@&XvKwTvoTNzFESif{XW0+X!KW}mkiaXIH%{;94P`xqNi(wYaD+$j^Woe=?TjL{Tf4Dyk}UBCI! zuoD|DQo8Q>c!d8GN%v)H!Jrf#_J;NLYfu&WFDt4hy2vQT9s-^0v<~!qujGh1PFPzy zc1>LJ!mJ<>g?B=>!(l2!YI{_e4`~#5zZeu^it?%uU=gbX0%#*uhi{^8qKk+Bz(~am z<#qcTufNHYuuA{}#7$hS@Ydeoj}l|+55A9(chrj9c6}!13h~gAQOnP!(aSjkJGjuq z`{+U6oXel4H{+k>dj_mOh_BrFshO!-+?el^^fF0D6``9FIXGs8tI4GCdauBEPG3Vu zq^Pq(=wLu{ZPS0tS!Rv6+k(o9L)Y_qg|Pkz`*M&h&Z{_U`1Vq|J~MNw?U^+`g9_a` zn$3sml(!`znyAR_M7Bk5?G6HTKN3bEU_%m_@)o;E3_^3fqc?W7ql@dk>ZS{Fah@FM*_B!0Bo+!JBH{oOmP5!KOQ@2GS5 z)L6~xL)6aN-JL5|=(p9}7|>IjE1oqmHIGUx!Fgki6(%bcd06rOnxSmsd%vxYkviMpV>duS1?q zL?lXVNN?$|`<_|M8V8P+t}5-#1T>wPk{aC*Tk0FeR@#3B9-Y|P$&A#K+0vssA5$V= zZTDjqA(wH$hu9i?t{yk*;Z%BCl05KifeR(GmemyLwzkDkTsw8#A@FWSCz_|5A;AHn z7hakCh%Wv^3`22_@qk8mam(@%%x5t%eK9hqPLxj3-OV$%B+Gt@gV@rKeVLdmSxxtW zOoLMByuaX3$1tY*29SH?o?1G^0@$t*0N&vOiu*hf3C~Jv-J8mK;5anOS02L|1ADfem>!g|E60MTy8&{uLr;q3eZoR(78?cugv)BA?EQ8th?x$8^ok&8yHsTeIRskzlZiJi> ztmPJBcwDVnLOy-(kCUj}vw)Mss-e+96`c^A-N`Gz=Q&a4{}hq`NH7LPo#EeV9BL=a z7)xrM%(mU63+-z&ya~qMDd!V+2U99u&8evP1fAKx%`mHr>6?;1Bj5zNoJU@baV|sd z4;k#};BF{xsMGf>Q>hqiT44SLH%ar(Wo6T@M6-SPjEv_gZ zxA5PE0Dlj!`G*%f$E;dNw%oJ6CB+fs+v1LbcNHV*33kje!qbH-&d!5bK8-jSXr~sn z_(scG*cnQK!TP{JGu&$+)062@x$W1Q0^9aj@n^$spB+X!WiEGW_ZRGjWXKb?p8CB7 zSx}9yFs-Lo*uW5(b~t71)M8c|~^kvh^KzHe07~+oQi-v6Dm+a!N zD-~UTCA(m_JR!k7oKDX4IkX+$$LMs$L_ThKF1;UQdvt7}N@szWUlIMNUoq*!l+>n| zjE$gcTCvbeBdY|dKTzVOUD#AE!5QxnPKpnPs$q%0EBVK*R8pBK;nA!#MUuoDjhqY^3D5-pO1X!2F5`K<99;h-$fgT!WH%k3nI%^Musm-I3V1YH z%7qn?je>s_-1SSI%N$$afQfPFasrpvaYJdw6b5$*L5E)LJA3bd2ajsKyN%#5!1z&D zQ(AGY+GcOz-&=)|8-$>aA$H{Eo*r!?;r8CV3;Qo^I}uhE{et*|kEyOQVAjep`T6x% z=0iW5qNXkF-B7`JpkL4NV|9;FcMNx3pUZ!H2e%iuwc>b+99197lec~9T}3VYsAF0S zo)1!(mRgC#s#?ap5LyKbwrER#nd}aF$T{J7M;cp07SI)pGO0R?zsORv6crN-^9t?J z+q)O_Hj>`G;7GDL34|BF)rQ<;zn);71GY!iH)KL&sSg!v8CZdwO|x;+cRav`f|YgO z-Zc)aahp8$GbUZt)^Whux}^MdYdt2Tj!Ku+JOm`Yv*wj3%@bMaLd?9W_zB=zcpMa#<64>)tP zYj`QNe;4aJtiJuw%HFkUl@p`KnWx^&Tf7J|sDjv5R8GapX9)!pY&O!h# zu)?n?>BYbQ$xdJ_?yw#ILh36%KhSdYTCBXeXny6s{M|I5u0YVR;F@t6xH3B_vT^1{ zj;bd*o5M+1@`ZoQhfQT_P;~e7wni%wFiW*`yOWZ**Y@5Y)wELAeb@{$2cMqapy z{40QWo^C)R0qsiE+CoQZA8fW&ER{CL93MjEd#Md~TvY3Loy8Ewa0Y>)M+i}01Jh4O z)TTuI^o*9r-)}63+OF)DB~-Kfd<`=r&*+ zUEo?Bs3_t=bIGHA8b~Sljh*+0iy?FD8=)fYpVY29yRqq#G)Xjl#_hDY8QPcMp`c{>`NUYcE=6(|dT>EOSS(xAWSm#q~tk9o2BR|*5 z#R?YG!%`!aX!BTCmr}P$@-vh+S?zFw>mN9={<1F zw4SsRVd|}TFX2gI0h1)tep;Tw8A83*UeCwDFd}L~wHa8#;_Z=a3$urCD7HgkY6!(Mr^BtH6)Bf>$2{x0}C z7897uevvsEo<4jTfh|1yW<~9g?AT`yj;?GcuTaQ;Qa&$SbI)bv!7x}O@fRS-u)ef= zkndG6F=*BZJh~`*`RW$n`aEZBWb7}{_hZVLS zJn*_R91H((iSN8Y#fU)))H|RKs4$sFd{xwa=6}lmu4sq7ymgNp6M4%>O;{|v2;nd0 zyK{pIYN!P4I556saB8JrGxb4<<|@vQ+x7q?NYc6p=P}9GFy!FNgR7YxtDSUe|IAn@@IQYtRCZ%bfFv!{Z6`1&ruj!%4rWpd z9$(nb$T??k-EF6Y%UTutx@&*M@5YHX`G{EUDnaE$i3~>A5R*>iq(el^l;0O$%4RJ# z<)`U8>rgMq@|*>HO@uOi7A0bZf&zFXFk&dy{Cp4}(s;DDlcRdEf8Is6kyFTBmvJzX zSsRu)nvMFXkzgp+GeEXcW1uHOg46M;Z$0?zi!Z3Sz9R6XZ1>>*$f4L}XUHPAH$02$qaXE)(jDc{G%YzWgq z+CaHM=?IT5tZ)y5+BG172TkIvW$~oW)6c|dsay`TXYLy+Ll8Ez6h7N?9E@Qpjqpd- zmt`*tqCc^(Y_&n4MnepRd{7Ny>ZUhxpUNod%T}Y-Ni9p;#dp$$y9K?v-$c);;}QTN zz?e9>@YC75p8uf2yng&O_g+KR?-(BRVm>L1iIx+1S15%op~7swfSC|$2a~_|U~YEf z@FzcCg3|$@j-vflio-^JTMk{kpEVgnFzK3Z!J=QU0+BZ8?=dD$&-f2WfWKIaFSTw@ zvTvpI5b&=b1nQrkmljROV6eM+8obd&}eDT5Qa#Y2w! z{dqkky(Yx)`;E-2onT;OLD3F&a*sPB!Eby(uzwx#x90vt6<-qzojEK?J?8XAAy`m` zdM44X)-lG^SNVx5`%A@yYd%*nyW|mI2VfYP=^-Xc7wUx7(On1^%sbq}OTImEIeRh6 zTxiz+{~xD2{Ga!g8!Tz-;}etHGjTuUCoaz5t$`WV{yS81 z+n9?1&S`>^2DPH&FIxA7oY-r^`JWFqom~$-&sqDvbYk+2BInHur|Wtk@`JF&Rot4X zphXbL2Qb>Y6Dd7rUtwV{ZBt`wHMmMwb0K&i6I>3bt1jxZ0AC$GtU0R;Na%<#Z|!5fT5!b83|Noxz6KX5J9MiwU69uzuF&ZED|> zPZM-V<^n2+ozv6@SM{_A`;BeJM?2Buaqt7~CL1XEGG#Vt3@_4t4369%J^u|5xo$ zvS#)%SW&S)SFst^jypsm`xxzHQN--F($~X_qxkTi#%?v1#jbVv0>m=orRIC`FYV&A z6tzEbz(=2`NYgU%j=wM`Pz9CnI_=h^GPkVFz$JH;&vVMbzR!o=*dO#f|G+b{jTC#* zs}lZV^sFK)kd_E}7}Lw=-$vjV2{ah? z(QO|s(T3N2mAYh84IhW#`faB+U1gl~K@G)=HUgqh%vkgL!zfr#rEW5Vg{&r3vCBqb z-F54_VOJwmJRVg}6+W0q+i%!MgC#eq>mUpMz{!0k-^ocME9;y{ZT1#l*Pnfg|ga9YEHS2@v!RR z!pOz}_F;2|>upuuK+h-%M&=Oy1Exe0#2lCOs3ApufWXjxNcx!nqz((w`eU8sFUO6rhOm_VDEx{~Ty`V(Vf8ZgLhkBi zKCYj$7QZ;O`O z?UK{H^71ow8!L#X+rIL1sPVArcE`j1O)gwa0te+}!&F-B)CJz%#yFy}3)_G<)%k~F zokwp8p(Lw#ib=2Rkz;(GXf(tcbKq34sA9x=BFKP1?v#H5kFHiO6mSN29mUK_uFXlW zK{?uEops>cS-pXmOrN-aF{ff(!C;o!*kM0VbbK|>c5heL^E|Yl0>n|g1 zjj#`JMYK`>uy6Lbbjz5+Wf?MJg$6AEIb8(Sthix z%_X$CeAzHqx@KOXRJiyyUfO2hV*Eld^USj^F&kivQc~Au{(ZWbXnfZ4ZQKsVwdRDk z_z2kIU?@VIN_{(mq?~kQCeN*Jn(QPH3Kn;f6JaNm43y(+0}&A;rZdbJ%Dg|b1Wst;!-p# z1<}vG`g^Ef@%b>%Tk)0|b$DBr&Rqn6g#eb}QrN*fl~@yVq3mIESDA`~oHHDMQ3xtM zvEQ&RPCBOvo$v29=bPVdvI*aDiN0!aY+7AAwfpVX14T~ubLyxw@PrxA<_LCmedpE#4`X_cvhGT7bFtdetfs%QT5SzrPB`FG?naL&rf>l2BQ|WiA2*Od>fo-hA zZ$ulJ1iam6{eEK0i+_i)=ZZPWxV%4%5Xq&pM$^kFJYRL{PTfR28+zOG&}sHN>z_7U z7PlZ)r*?9`73@viRLXZ)>}}o^uB&}ZoPbWN=P@IacukD#b4a(X9H{H1+nVx6Y zqNW+=HCjMr@5PX5hDDpT;fz*a_iBuJ8nVoX_^67+gx;_;L^2sQN`tCkRVi9w7-CX7 z?~_t{e)A0ceoSX;{fV)+x~d_Yuer0sq*|W<#u>`*WG1&N+|V}*{KXpB5-oCZok|g1 z!f3p3Raqlg)dIV&V`uf2vnA1dE+OL4#96qZJ2DN+fIIB zS(=6NM|y#LK~Y^3-vBf!`rApfR#lN$V}?!XAW1^lfkNhcRgpk-Q)rYoDqqqZ*>q|X zVtRCnqkke~JNw`{k=>bvSwgCs_Cw;d{p50EO_8r2l1xvMJDC?V|L{cZ&2HYM(P%w? z>`p1{xdROyIzd-Y{7li>PR#qwZ>kRLQ|G_2B}%=UJ(2y9T%XvnMq*Lbm|GFxcBIj7 z_pH;z|Fin5`SOdr!`Yb*Z2jfGiZ8756WtA`t%qw{HhGCX-=w@pxX!FTXN=1N{s8=nGmBwP}M`f zK^(qN*|5KcPO7y9h9$b`yYx?-pyEM#laa_*b)Niza=-?KW>d6b-&|xv zV?71l{Tn8>2{n3R(Y`2P^pN*64#v}6+X-r7O;pLi@%A9{ZzpBRa9DmvM{{1Hxm3@e ze&i`X7=7$nY(OiVOEu7bt$h>jYG(s>K1we4l3R}wdkQ*z`Y96};5uOqRW?PZ&QV_{ zU5*Neg6EWbG8A@BgIL1nIGfxl7k@Q0JSC3)$K~7hIu(quhM!*M1mobj$I<%8&)W)w zA;2oV-rXLfRhfDXb|&{vUw(aB%EbD~GVo~nS!Yr`h9U$8p8QX7@a-(257~eH@& z`teH9rxrE%^{xF9zTi1`U<1t^&ivYbRQ^jdnL)Lq(p$H5n)~!pC`W_!3zBKf1lL)S z7(Dl8n=E*i>Ur*Yoif;XebklwCa*KeZ-*&vE*@@T6c%sXx4HOt|FeNWm@HHU5kPC> zox?TkhJT$jq?v%f4Nu2C&m>HHSoW}Ucz}cr{SKDv7Bb5#fbDVPRk?bXmj$O=`BY&} zEa5VV74qhd9&FYXLLPHJ9c{SRbKbFFVQibaD1&IQS>81(D0IKCKiR>43+pGsqu-OA z`po7&nnq(S~gjl#9``*XuQFi&et+MnhK_h^s5y*7JqlKgvTb z)MM!Y#r@2J+#biINX2Ko5@Qqdk>ye&(&8zNTAODTbS1NMZ+;u+9JxS z9|7)MjaXk~$_kFbvIE39r6PIG?Z$)Re|fvVPVplER^N|1+>-<3$-Fwt$}Vdz+X& z-Sa186)@vnguw9?x2-e#C_^fDc#2N3 zdg!a=5x}Cl_rxe6`M}A!<6eueu>-6H9I6bx~Hb-a$z6JGDgepYs5A{(uKRSk0 z-i%BUgg|{WG%Pw{Mek~>?4y{nM+wJGPNn0{y!J=i4`^rA)@P4IX5Rigd;>7UUAZDd ziPV%|8&+AUX^qk@0*Balc2cq>Yk3b11-iw7L~s-DWF~0KJ}X1!5r7I00(CE+EAz4) zqp9H(?4-K|{o%(Eo$sv3B6E@^ss(#bf}gC9wzl1QW()cR=8@+Pwxuh(LH7n8^R{Nv zrzZZ)miQ8`4)^jmZlLP;Use9LR;`prX>1Bf!phICqlL^z0DNEhI&<=Fa?4g45@0SR{MDx$@YyLIj=__ z1GhINJq4OQffN59yVS=!L<9l$KyU5uO6#f-($dQONU`vM7*Sv0LtrAj$BMv^TbIFjlBomuSweIKH($TLTs;g zOl}VR#68+yM+7|sK$2WYL8Mt(!24MI-~u!LszQBafpV74x5`(mrsxr=aqt>-pPjLiZtVe@Ig2 zl^A6=)hA=in6j}eV4?k(gnMpQj|gUMe>}QgnK}?e*WKc(uylwjW-_24}p%Gnyllo!q#eys}z6h zo^RwI=}bG%ylrh)L|1Azx5AGVfQOG!AV`hc_uTB@LQ$nk=`br%Tm~*pr+mufc~oW} zEpkF-9_lkl(0&^uk)3UQZI#)`BEE> zU#BQ+^U{d=%=(Cg`7}rPMM{9*vjOz@fbXhE|3@j8;XpnMrxWc!Vlxf|#iD`wIU%56 z-}XBXE&%3gfD8DQ=~n&SmG-z@wB8U3Y1uYhz+;$${va`L7>cy}$XD30ItRZP{K`z< zoUyZ(OviXl=@m+X1)X{fjvTqJZ)73s*?w>WqAyYHcmQNXbv0!(ea&3C)lHUMiSpFQ zqJDBnqv!=H8nwALWCU|t>WPiWBtuD(dl+rx&*3mg?fK3P?Kv!~JlV@flro9(yAwR| z!=?C`JMv(h3J`PQUys-shPx({*h}sa0R@BoMoSL<-2HIohF~l z+T@Hc#xiUA0~;$(J$%1B%((7uKYPW@Ks||=x1g~nMQ1!kOVtv4ElIajJx|hi$tP7K zqfW(4AMcFlAQQQuBLx*tuM?F{9e~`L{oAPqKFXv)d=mnuvV6EzytRP7Uzg`g3nLCX zW*M(R%h59LCvt#UGl%TXx3Vne>?_)gT92sV%Sd0{omVS$Z#Pl5)o z>ipbB+!AXOYDsIT9)XEA2w;gBG%ES72fzqj!`;uDIj&({r76ddCfH7GkL!!OuokR7 zA&Ueb$Egv{mc}kHw(JVvB)0`sI2gyg147`l5Nr$NN7(<7jpQ69UFF8T4onw@;^U^4 z`G0dd2uPGk0g0I@c-l2zs{Q=0G~<%seDQ`P?g%Su+7r$DDu;F<$iETEx zgcZ5Uo*K9`4<&p71qM)H%~B>17-s-*DYn0$17c)S8+1$rCD*D{w@Z>+|6YZu+f-a? zsIiQfmF|R$bv54;Ic__B_tC~s|HW=UFJZS89XGP+5HAqxPT9>y|I~$IayS}iV`h)} z*NyPogo)c4qLW502HJB9Ue^Xvy46;4H37x$-5oJwtr3(>Th6_fb z<}(5#Frvc$8xQj1$&)K}(2=$Yh}nBv&W-Er%d-K$AK`dGz7Iy@>;^)e7XCN3_F_Xs z$ImaZ6hvQdo|N8<_%9RwCTB6^*KtLzcJfVzPAt|v zrjA=bq>oaeF1#Kw{oa7Iz2T;?QX%#mgIOUnXuDO%(9Ygl@E3qSpqESG!7hJ}MFLJ7 zWR5N}d&1{I-oFerL8sEzQ+%MMpR@=p1#jD}F781UKtfN7@e(P}QPse%C7Pz1D)bdp z7o<3Tf9<;=L9oWO(L(P|#gHyl#S)cEfTwLcOO+9oym{!@&L;$ZKL{8 z^WU0KI+UL4v%ho$S6P3*$K8Fl%|rRsI#x=AjH;ldXEb0du;H*|>bm!W?l~R65W=NW zfz0yU1F4&gwzP~u&lqNnyjs)F55@;sKgI@pulk9KGI02(tSVn&OTo3Lq^5>Yu)-lJ z(yjqf963FONG`w)4{Y%gquMlhvJXfDp=vFs6ct&DuMFOyI6w#o5o3YGoDBpbF%?gi z4-#vWV1Ip|dy|1|y`HBKu_&#>pO=R8aVp16O?`Z*ftgj{HX72SnX|?nd3x@HgKrs~ z40p^KxCGS%>9rd*fkL0lHXFsk!XJ`Nq9|CW!DlPzw<3~_o@QeG9>VKQ_fOykPjIO~ z6sWbmN@y@5QA{Iep7hto>viR9G5jK)VB7a5BcIKCe0g>k(EL7Xx69bNFkK2v6-yfK_ zrTA9PNs%u8>03!v|9O@06l=$CTyxi7wgroAcdSSoB*|C&E+kU@p&;?o3~9-*pz*vfLnZ5zsLJcYtA(t z29V>vj4K0BWn#iRcR(RJPm<%D15Zv$x3sok0P>T)D1QwH;sDZiui+?Cn6z;?_u=;i z_IIAISPU1z?rE?LW5gZUa=!fxKTtmkwI~??VigPq9EYiNrRm5k4T&+ z`_^s4y;)6X{{?)YZ|N7NnJijH$0@y}=CVN%(#Zo-wf3aedj0u;+K}-VsDWWN|7!s-_HA^^XogkOSZB8M8wZ6XZ4DZl zxN^mgp2JdW0*I6iy-cYV`cbHWF=|-DUg)vN6DUdJVUp4l_)*Q;=iL{X^<;W-x*qK%F=I?D2h~dmT&XPi#2@u4cW&@2U^T zfSrN~;q3kY)@V>Ue_v7t(H1V{K#0*x&;1h0y;B`5n4errM48P9I{v#mbDUN?@|Q_L zGnN%@%A#hBKsu31p3IL7v8Q$TXF;!O#gFB+c3NnDafT5CIhCILijdI#t7PC5`&8pl z!(Tv80=C@Evzd69HQMGiat@_5-y?j0xn28b8`G=W#MJT$aW_l45M7gkBe*(f`q50u zcE;;q`b_7`3`w@U^PnUNBPL9g+hF@D;i#vW4!j{#4y+w8Gu2brPEiTzW|El7U0khBl(b@^L9

2ob>y*ibP5RM()~+=5I85 zm8mO+UPo%Q{d!F#H;hLefxe+x)(LlJ3wBNTKgU!%l4_+2r;0oa3@0OF!oqql`7MCu z8^kP!-_%r7>O06w-OgyPiWqY<0Ng3vk|jfdr6W85^^^_VcBshX?|HkMTDM7weJJo? zMQ@lZ6}|w^$QHZ>2v4x^pn`K+_tI_~! zE+|4mr3tlcsu-@$WWrte!jG<+4KH!uJg87#RB$W0rwM+h0F72gv%Wr5IripH-4{HPUM5qfu5Qt^W%%kVPJ|oRvUf7VCVt@> zPK{ZKRa_OV^hcBJCgYGKxt=)Qo4aM}?ivVyJE{rfc4xlY32c?P{B@WGDTyQ~^1r$Orw2Fg@0@(5Q3mM2C~DIb--*8`FtUUqE}T*Q0jrMg8VzQdB3gp$ z`#lEYtS}uB$`x99A2JMI{YzGUxHn~ml@#00`{{$o57r`1wNb2H8i&Tk-#s|sPa$N# z)I+4a25gV&-Y&Vl9hW_QqYIeODT>*}=~6EzF! zx7o%&wBdU?f@Kx30RZ*a6@NBhxFK6%ys&0MM&uVU`L{cR*pdd8woU0!;)DK_XZ12q zz^D;A6UVa1d~lHIIp9m3vQ>g;7&@1i7UGiP~V^9Uo8XeXDz4`il9hT_2IPtb+-71lYs0>zNF(2kEiT1Mq-? zu9dbrg6c8Rh8|5`eGIaiK=laq839x_>ZNEH0A?XGevBDxonWoJ=k3OfdNr2oT`WPH zXPSzL0}qvug60R1!nh`nb_z2MNn6)hKQ#fP`2bYFdu80Q`{p!QFow(CuUXh+%&2+~ ziVFhmEtUFSjL$&kLm0-~8-yUiwRf$!%VUmdxv9gAHhyH1F&AgVAU2#vUX`#(V$8Kg zZO1d2O)TI{mKb)A!3v4Ocni(t3^m4K%ORSNS4>3)-$$W+#F--R+WMO%^PvA;o4R;% zmEh7MaEq5k$wA0FYVcoGPv0S$Psw=bPuy)(%4ESK^}Ba&+4<)`xy!#+di@29&|g_H zlzo}X%gI9Uolau1t{1$^@FhZ=(8$e6fx@y6561wstA(ij z{uK$~u^y5p*BHJLH?kqOX~O7%uKHYGAT<&tCQ6C-=$)2+X))t&M0w*~9UV%_Ip#yw zP)rYl)^=O%jKBOG%%rTs7)LmWIqDPN5Ir%wLCj%DDM}*vRQ`v&962tVBt}+~hzxU@ z@l=3)d30zhev)=x>2TMxn+5>6ICG)`poQ42x}yprsp86O^W_fDp(%+V{TTwo1jU~; zUUYX<3n@m85WC*~I=*{L!doIEw@Uj}+;4nAe7+nk8h_IS>ca&{?S-q<6u7 zWm#6Q@Mis#^xd6!n|=zU6eIi9jP)-6gWA7>Pq3OuSa~yX#C&Chxj#$a@GgWA9bjA?)&FbMP}Q;n;6N0Sq{0UA@j=B zi`c~F`bd~`^$aZADQjO^2XJtPu#x^G%9T;P_R^gA1pDmS;dwCA&5hJwE<_6{!MH$( zrvrfU@deSAg{7{6X>W3>&7ZF|N{PV_o_w+;^|=-ZU0DEZelAMp zV%$px0cooj*S&$IsVa|6CuQA{u-w={eqzWv!@rUMc-Cvxu2RTbn@K)9mOdtbJ{o;Y z(x`A5kDSvi7)C_;oaUbw;(z@~n^%B4&19o)u`!NXTplj>46z{{5zD>R>-PEosp--_dO-rj+~ptZjSl6CX9IAOKBC7eDeE(1B0_Ggp_(yt*Bms zl)s(wp_}4}MsA-6WCy*DWMI99af_K+g>iei6dlGJKyELmc*JC3Z$L76>>*D}xjAeE z%VpgF&4=I1&I=s3R|q)U^h(HabW5+#J6ZVy0I|Eh9^<(qNZo(Ia&xnW8rf z%W7RG+6fKwZ%Vanb#QGkJ9Uq$g4uUe`eB`Wv$Bm#m`7mHc=(eeEa+B?Nd9_{$Xc-8QQ$<-!_Z{Ghz`HFHg*9SGUR@L?AjLBP#CS7y^vm zY8UHVc^m|#MwEYpyYM+pJjl}L5pu5>+J`xlOvx`fBSEDudU4j109;EmD9uAE)L}Z;zyedyohzRuvs~@QjCnFyp&8`M&-+AP=vFoA@+MhI?JI!ch2pJw$}!E| z<+9;?U1#j&AAJ8>99MQFb;PZs_?N=@dc0+m(*HwXE3==T=b>Q--xP7Ka|&nH``6`B z_pICV{RAI0umJ7S=E*0isnpo@kj3IlLV*pttBVg9)-}ar zXB+D2F`4#q=tMz({VmxYY084g&ttNbl&jb{h9F`vOw{(|H7vX&RDJEkMa5X+`5XZJ ztF5llw0(0YuhvZbl=vvdc$2|9MthTC$tnJnG2rvDhV0W;NuVOhsZV;Ab$8fv&d#Et zmMn&ygMCzH+eOk)GFzW9IQjDPTumZ!^Y+b#Pzd^LW%KqH$e;$XiF3kuY;TBI$#O|R zTeBWN^`DdAXQO7D(t*5(GW(R=&Ub>{mJfzzq0-VmGoB%CUu~--vTVFSBR#l*U(tC6 zCOtL_lhm1>@Q`l=S8HENIb5SAu>2A)mvA@GuU1WIo>9GbKbKl!YS+{g2&Md*d2A7u zBO7!c__xr+=*w$>%5uFajeU;p^bu&r8@Ho01>OwifmA zOKrX~#N;8R926L7zMrr1#Cw?_6xAwGxR?1LwW9wCFA(5YT{f$TFfn@FAel@@VOd)H z@7HyhPVk=Lj2!$wKeATANtG5@{us(j^Kqh@zeVL&`41WlD`^}_#}$(vH6_W&e3SpB zt>?YYr1tHvRjdQCrS$zh`1JfF7poX>xgtpV=N;G{-rp2-^N zY|0$`EaO zlFV7J>$_RY^`W@g@E4DhedJ|%(D9bRcnBV{RerslKq9EseHlHW zwx0hlD{#4i`oP?OJ^zWTcaUj(FV;v)LnK#M;ZL&fsLb6R&Gzq!LwJj;>AYP}Cyc3; z#i@%1_@1mu?ljGV{6Z0OnKZg5%1<7CZe(oaL~C9~H@q6so!Q)M&Dkq7+b)HrJdIeVfI0O9XlFnHeX~1 z|(0Cl5#!yGtoUgT)@yt5(xbue^Y$wg+>VW z*>hjY;)6$s*m-@FaWffL(b;ykHpILF%6wIH=*R=~yV|L=c9O{7vB_-AwXglZ(Rb*+ zc=4fU87zFAm@_!E_>KHD{r)|-it6}idZX->@7B(*SfRNT$jeEDaIbXiz;D!G{bzb3 zwBrzcUDTh3=@rIaT>{dVjQySdxBl!xbEQr+!0)8e9LxzvW41M33}0&YRZde47+J@H@~P zmcb)grfqK|a1OI9^$VPf4vM!8eEiDt`(J!9w0Xqyu@ljjK-qGX?reV}$cg4IVZ%o= zq)`7I(UInS`FlvOv2p_K{uQ@)e>~9rp3Xcoa^s4N&3u#Oa-*L9H@pFwqL0#@UkY?% z-SB5y7Z{MLk264<8QDbZRF@4;bK;w$vU ze|Mn1edAW)v91H5akb}g8Vitn`+@JM&QR#n-1gghmk$w`0-1^$3m22+u-+}Q*rg{s z^uEKhJMRPuqayRDk&y!iPp=QOzV#=2`sQ7$0SH3*P~DoijC?TiqONxh;2vutqIa(%e#nl(rZO$FVXcHMDyvBgK`l!M73PoE3 z6fm5dzbBCEG1Hg+aWYZVPjz93$7ak;U;aNgRHRDWzuAoAKOqg}3VR;RI2G&Tf+r8P zmwySv1Z(RqQl;60BD}3qg6Jiag&vI&F;%-kVZ*fv?eL9sw!GxlYoIuD_Uwadze{^~8Gu59;;SB_HUBVXGLg?F zw|g=$0A-Gdq;4OZiU|*#7tz(<(`m>N*^bidQg;HRnF} zIeTCG`bgR8Ts~KR@`UF(HMJ#4O;1|#b{aO}wdyK=-&nhHB095x$6uuWYR|8ztUV+Ws7+@ zKG%RiZ06x1yLY>Z6)JrT3fHKIN@Kqo0Va{iw_L`yJYi1RTlaS*V%ufkW;QZ!ALI;E zTssOKTl~>3bjW%131<4-NXc8Fean&)%4(W5M!YPg(YFJiHwox59zO!p5d_NJGPBPqIyMCi^B zCzhd3wglj5NYs8ESNz|KD=6OC%TTV=A-z8}iEj&Be&0=2oeuWu;X z1in)#;y)eo007_~}CO*oSQzQqP)g4Dk z9=vjSFY}u;rE;v^(of@ijP^ggAdlkJPPb8obn~~znI~gGm#lIf$-L(C3cfJ* z__&V3+`(kq>NlMAyAVdBI4+~Y{M2Fs1`p*neL{HP(tEI2F_!kzrdR4GG}DwXn`yk8wV;{&reK_i zaoJ)*4?lIseq=}va5d;CU?<4n# zuf}DTcv{^qil*7VAPm29_d(az3p@!NVi(~W{JI76Ge|kSubBTu$OU7ED`(XGo+Hq6 z8sBhWgb&eI5`F~(46*N~Kp=0qn(;!!l7RrhAd`1O`M~4BsSJPQuv4buvqx59{4oELRBa%|RLHX!$2Rla= z5v~H2UW9N?l5UuA&TF2%6?(CEbSug)KTg~e<{v!KnyKn;`XBvC)VlMK0%jZ8-^aQq|lwT%Ioi|+NFLEKW0gjl}Z3_haIc) zLz7n@eb+ee#Bw9bHE)8)qMm+ZH-V5{gmA7V-LNT;4uO@g+lF^KUeiyS)ifs7&L4C8 zUBQPzRw($gs%gZ_{P9P#lXJ}4MJ9&&K&>&G=k+Q8euY#?Rg#nUivA9`dXK@7>Q>*J zZ(Z0y55l?-b2(W0b$UAdGMiGdv*>5jXy*M?*T;-=HkbeP_8b!`mLGcdiTmwbgWl#! zeuD#Iz|GL(ThjC_!@X#)HJ$UD$^B0mIz+ zxzrNUm}S9|Sqw0r$VrnXg5pr!v8%wh#0bPFwGXH!#vrZ_%1ncM8q`03HZCa`Z-elnD z*}68oBrjaP&td3!IcnPwgD{WpXn58#PV4S3%Sst*9Nh#XpC8}!sLIVuL7{p$^)%7c z8o1|fi#@YS^Sa!&#A;bf@Ai*GSK{_K5z99L+Jue0%KiD+mS-~Re~ZvXe&p5_I90sN z&9-qEviP%!Yq0o<`EJ@9N*@sv=9k1HxvFYaM&WrjnpT}^w?eobH8@vZB? zD!3FAaxH^u)S6BA`VAAsTk$+`rcX-_%=P1SHX!+5g-7ld_vP3{>x5D;=M!?_Nf;N9 zOg>Tm(Vqtc&TIqH^0e-lhN=p11kh~X!P)nD=ts(ApT$7%b0Jr}{nS=>UVfYr5g~lr z%i~s;@xB@{wOqk1-LUYr0EB|qncTReD^P$nwjvAi6U`1lbK3~f_}fd6vfVrNQOJ^R~Va zI98G?_DtMpePv&N=ZA?i(N~9?I)3`}`YvO*@;*P#{~O`{LHp`jnUn*a^a?Wq&2M1C zDYAK~@?gb_^hXcf1Yy5eEQSxU)EH2eUj<2*>^lWxupyl#l;Sfnk@zts&qP;!Knq@X z?panR#&wg*9Z}49%=(^N4NxdzTy%&ir>TMavQ+H)*ETqc%YiNvh8GQA0mV@EJ#!~h z=N}zeZ<@YcQ)QZdx{rAL2M?6*%0PG&!Ln4TZ>}o)I)Z&XG^R&alPH(1P}s_08?dxL z_$@V=|DE$|^kY6Zcyd?u+%afXnMo&KGhm`d2T(3tg+t2;=zVtru=Vv-Kp0QbO|X#S z79e`91z*~JvPY5dsqQNh&*1lA?+Wr2pY&?Y2#Zu&*hIjy^i+6>Fla7yd_(So0_GK= zvXbuhcUSigZm_Y(Wj~Ev_#(RU@_S|kG5AWJhKH^eUJDjcu<2Um#gM@=>4UYzjx4iJoM_0#=H%> z>4fV67zMxmi%WynO4(6HA+Dw~9uu^UhXm%tyL5p=6@_{W%^wEQ{ zP}%FThq}I|W+x59<_Oqla(U{ENKjDb>h1$X=g*wix@@L%+sO_;HklvDg4*%sw^0K zEG!nF4<-)g{uCk6C)oe7I?D86f6s6JkcTB?V(_P@4FNWE@gagoE`Y{Cq=AJyNzLCr zk2%>VHXN@&)X-w9L-3(9d?T6+Vs?oYwwpQv@X$B%My-lXoz18A^d@_=ya5>T@AG?cPmql>OQpv<&u5Wz*_L(FIxmH8ZB3Hd zFD#pivhr&mLL7ZW1NuAYKhwt*^w8zi-q8tDb1I3;8sXgpR=MT~+G#|U&!hRvs%Miy zj~pXLDtJRX*Qsrsq57l7jIv5s`Po6DsVfXqAR;HUlK-<#rB1$`!TvW)Sb+<%CEPq0 zu;vj1`X>W}CI9p@06l~0wBD@bg_ zm6mKy1mN+;^;M_Od)O-kNTFm(&X6Q595#QzYxC}-%}$DE0({BNJgw>BnN~&me?KhN z)<7)=*$yHCCvm*xbDz{ni;_458MSq$`UmbP?IZ$i3 z-BflV+}h2fqN!q^Ui+%YPpih*7YXPngz0WhI!094#fR|D@ZG;go zw-2sMa(9|$@0ab#@LoA*^a4ev{hfk+$V|VrRp=8(B|Q8`AShz(X%ZVY4yzmS%F8A` zzy;IH2g;=erM>?|M~Y}Q^c!rL=>-*$-px+&Bo*E^{k>sdMh~ZVzatC>K9rG3F)uAP zRR8|(_rRd{dcMubgL@^e!0KL;49Glc_G4b^g7Op5DHZ_8xC&rFF&=jnp5fFSReBI; z4n5H-%urFJiF08v5_pchShz8bUM>bMxH`nU@=Mhh|a46<;VGJv~{XoczPip&QE2cXztAH)EXUx;|O(3@B=!VE5*WibP20ZsA-d< z=RPvrvCYBIRV^cd5SJuyHdfK$<>!x%>vBS!WC%fm3JslGCVAbPQ>|jdyN{$+L5xZ& zoAafZM1Uf|JUqomussg=wa|P-escb;aQ(d@!OYKAs3%HLBo==|?o`6_X2$^ty)V2N zVisDSQGZbejRa+97)Is}J|NivLNz^gp340r1T1zDR0v$Pd-s2p;_i5MM05bO-3l+fRm5c@Mkg@D^|o?A3-ezY0VR()Z*LCF^ms zrP!n&P}3$`g@YdQ#0S2khyj{Zv#Y(z>7JFm;cDreinw?o{QQ)hz5!GNTA=xM9?RW2 zv$bnP1NVCR#8=6!a?44a#B*AE%$y_DYAM>pX5(Pk%qL>hUC=6klRYRN6J^0YM zgopPP{r#SZ`|l79U8NTowQd$fdy;h;0NHJbkxzI#5byX-YxNBWeSiZbYYev)6-25u z9{rvk;a_p_$(nS0%j8_#qS>AVREIq>svHz-bPdXygYVZpB}HRKVwsg|Gv3ZP6nf_B z3pii0A=b4<7pdhNxs+`EiXlntFM7iUhqsNZzwY7WZLGMTNIUS-KoqTD4{Yxjzqv`i zjEz@OhVpmvRtDDWF+J#1LUSR7SG68a)B6!^L;&t z6zCQOO8pp0RDVmQ@K0EQ0BC{Q*BHZg1qR1UBrxUP)o?>&bkpp4M)kM-(QZ`bTma(} zDW-~W1?6k_C)QtC(mU<#Qzn(?IPB*^v$Bq8>LA90=Q|&8jz-igV^Y>k>X&pt+)ZPB zB$j!INRFAN__a%($j|W#m6%VmT@$W~3Y;$QQ4(5Zcf9+g41Vet@O#P~$z@HkHgM)i ztp4r+pe{k)17s&pjt=xwpo9girHxfEzV$Da5~c7?f}@ci0E=*f{0p$N*{FqREV+}% zk(IGLD*7lYl+u$rOHwbwF?p?-HuKq9z^+zyi#F2y!wMUs)(m@bH=` znH3*GD`|0&XB;XCFGd{igePjM2;mJh@F6_5wHeVjf7`$_kIOP0Ifz~UT3mJ}`t}05 zr2^Ge<=p*Ege6tHM-8@3>&I2L>7L*xEumhv{6S3<$JuxKs0XvlB-f|f8pCg zRijk*D~xKZb`0@scxyieDV5s@m^I`(fBlKnYx4idnfVYb{~jsfO2r#=Gcw7hmTKoE zxz+u^Vs9^3jinFNeW(9M zf^-xF*rZ}(Q# z1McNngo1StKubgVXKrlalHu4WEYv10A<6lE1w{^>4fLGe<{_zaIrBy(exU}*R`y<=fus37w2#o_=2Vx z(MmZhN-)E@>p@XToJY*|3NN@5Sj>pK?Nd&O#25dr(f$^~fdEwR!y7N7 zg}9%|^E9cYIC=tQ<7A!PvCuiX1YpC%(XKnuozzFZXGlAjkp5mvL-0?Lv9hg37={Yv zx8rtHu>oRmZ|nvQ6yRdaKD2liVquUE7P}@X1^Q)gI@kHS*Yym@@8-DnGtD3X69f96 z6TZGj7XYO=EF{)x-D7n65=hDG+RR2KJq-Bgv(_gii(I*f^W%>1q#?RyQ8|l1K`%?nA*eg+aKCp{f7XbNjHDZC4l+yg*_{+wDnxz zW}TrusRvr}z^OaATvEZljJcM<4R32--QKM4!#&e|l(1sAp{0_({S?jOfFRi90jOVd zM^w#3GV_e5(DsuS{UKcd1hTf$OAw$}k{ZY?@{)d@H$)Z?zi<2_6BH2Ba-NB~WzzF` zW_~Aqm#@&bhe^(Vg_p&I)5TtINeIhI(pbbC&-DtYJjfYexp+-I{6-cHON(*8%=U|V zIfl~9OWc}A&8}pPw8)nlkISTHf4|PBTDJHA$)>Y^QB)D$6Wd|wDn?EFL*3Bmy%To* zzGkbb3q&{6J7N9ptQrpJFey*&p4ht;T)gX`Jz5+jAR=!dqpq+N5wq>#rDShzz~ImI z&H3Fa&-1zK+bZ~RHzQ^xqn6G7KLyOYy_Deq+#D%wMMjHt?fiW?EOzDh5=e9I8mlg~ z<9fbSfg>4hL%cIeTKifTCN0Y2jn2~#oS)QPW=I7(VGq6?(=JdMjMlwDXX3yt~R(bW;;!px8gQt%a4~HOA+bVs%@JRAH!}P`9<$5 zI;Y4|oJmf9i-aftT2W8#B+zC%j!wk2+!Y57MDM$WmfE>S{hJWfU5|JN=t_`o@%br0k{PtEZNxc%g( zQNvVQbWo2gXr6VRo-?UiZ@IQy0T;P49PsS1cj7NTHw8P}$NwLp!RB;`PKIGN1<^g# zW+!19h#T}?uJ1i`mx4no8(6}s))(9V!qoK%>u>=J?)BA{yW1pC)rtEkvU4mHvU;bw zdcswsmZl)hIIYcG`5_j8{twHU|M%ZV$Oo+&@SVT91t#$GoCR4ucply|t$|Z(S{&x; zLh}R0dMUYVsf1Pf2DR==I30|Y=Hr+3-nYi-#byZ9Ef8prKLP*R#*FznP1E0phMH_| z3xMTKdqI``CcN@Vs+hbwwDUu%yI}eYG+B^PD4^8^r4h#6f z@A{*YjX!PD<)Vg@Cp`c2SRm8+##XcYP_K24Lc67L-6~^cDKqbLHk(}%`eAHQol7BKl@yy>+vaTzp<}Gd^!A) zW8*!4Q&W4gitQDHbmeDL74Zt@$F9)-HJC$tKZ2NU1eZc#aYR`0;1?v3dGDGuinSBQwlxegQRAQ@4d&veH zC0Q0p4gCrGPtUR*r%Qj44xtz<<{8cJQV#s;9$F~&bf(#=4ar(n{Vh~%t$ZH`=#&wFJ6&SJR zF`ivF)G}S{><@5yH0*HrY;W&V2Ud(8?IJN-p|VwviFlS6j)S(m#i3G(I)JT`jc9qV zqf`J`CV2Cz$iSjY{J^6$Rq1}8I|YqLn1#E5t0Pewql~Kyd)-D zv@^xY_Ve`N)PF%u6eA@V-3al2qQ6o&x|0Pq2R}Y$vp>cG3c=!RTnZ(_|Hv9=0 zLny7C@D(U$SluZ+nj9&2g->Iw8HgHJj;H$6gYDa1kp1?ZXo5L3L6@P@3}6D97~MgU|9u&6bjw zF*BGWQ3gBp1mBOLT-k$=_4iG-p<>%((cn>KH<`JoNB;|)3#C-D0m0Ge%!(tW?9A4Z@E7mVR4o!QmI;Qpbf z#L9kUONwXL6wLe!iTDGW-=rCtc}W`?BpapM507yo^7-`ZP4Krep%Krhk$%axx?Un5 zvJz}|?^1M2dSVnF3(v`pt41{J4wdqr3**HYxAFlt-8oa>l3kpWG*~*BQbU`XLWcvV zls?Z?^1qstsLK$&YzP_Q?Z5k`q?-I$=$Oe=_!nSk)VWrC?~$m!K{b6(&laHqEbABy zPFVk@F?D(0CCkC%6z8C^*h8nxZmev0xWiq^2M+2c@(K%kWdI?~{w10#T+iTsUXdwk zl-~KiON|imJx=@YY6nropL!kNLO7){Vpop%Wia`yY#YS*U*CpJOm;KctuL4wOM&Zb zlXsP5+i5;A*g3HE`trkjLrP+neS7Ls1GMAdW)PFD9*GNnBGnA8{pss1{8k32el=QY zVfaS`;1D`_qJOT$fK#YyS;7Kq(B{WO>TZ6!Q2rf+!7-vIq>h{%QXwaL>GbLHye zRz{1+$E`^p#* zH^1-8zzj3AZilj98wR&CIQuX4fKVnr;$Xud5w9h~Qrwr#OC?)gLNC3{+rsbmb+Pxq z;)&}RALbk8B$^bCG&xFdx6K>e{R+UH9lo?X9Iy3<_Z@uXc})ZKgdeeQkOHa~{fG8K zuf5Vj$`4@YDJS9RYiygeN?zioj8C%jU+LzQcnpb;pi52S8a~LDwr03-dd6W|q-B~_ zV=JMmQd_5;W91RIUvJVlH7bacDN$vc&kbu81u_^LjVBdr!(O8+SmU#rFR()T=6OW- zNWwfqL3pSV_B`yKRER&Rs1UB?F&FqUQ!nu5L(*6RF90ZGb)IC+7S0)!el%$095dp! zZ}i`WQf6@r`|vM`^eQDh2H~DscNSRKOw2s~MXFGES=jwT+Y}Q<^*fcLF|p8?MLpJ8(}h#~-!1LrT;Y|6 zZY!U%S?z6-)aV1sHC6(jWHZ!F?X&Lk$h!k}(QEUFa7FF4S~*F~Ggkq1mqAL(FK=0S z*fLt~u*@+Da}j``R@$g=uYH2g;h{e6W%VghQTl50k#Gq-~8j^aII@z*>pub9|w%o#f-L6Dp4 z8T;uzos;8Jpu+>1?Vro`X7^HlH%kDZ zj^**W@I#><>}}Vt1UE`Ml8#ebCV*(gzf8IDN=5<$w`zV-Vv2KVPU%(f`odyUWN-bMOOix_wEL(w zU`ZovCIPHt`bk_f5AZ5m3hODqL>D80Z`U;EEvQ}bWBNv4Ehx7C*g3UNDxl6Ye`k#LBHI1dxpjX-9Ojw*MY6f^ zeJ1|2I!=QQ)0!Xq#cA5Gzg7441j|twm~#At7$^#I?tVwW)!B(Hp(75Q^6VBkdRlKM zs2ZTo*w2G1XnWk1d#5q3)4Bu&-^?rI9&7d*o))r{Zx|Ha0Qt*#{;NErLM3C;c&Moj zy~Z}?A`h2Mye@lERqthqe7ui}u~f_MJbf?HbjesNYpI_A;Io>Fbkl3EQ3-r4)^FPTG$-8dd=7e#ONxL zSmB`C-<7pTmerhyX2ppfizdw*cl1tjfJ8D*t6TOpJX8J~Mn);Nbdo!L}<2f@P zeRbl8*ZU)8zhHm=EhJ^57w1q7@K2+q5fQ|vkVhrU`U87Tk^uFI;Jn%{^?L~T5piWj zEZF!m)u)Y8A0;1D2doX*7kc&*zx&;EKc7tY7rj!k(!DS*qjsxONCwsaG^y!H>>eS7 zqhpYv`h77IqE7SkacsO=r03Z2j7Jgs(h(G;pxA6E^e{0$*y2hmqBD*x5>8BWe-GjK zJ(y-ZSy@aK=1dMQMXZLovr2wI>b&D-Z|9;W;#a099BB;h!Ut(2XYEeY`T{{nv`Osg zy*HM>>X`jXfbZeGS`LaR;npN|-Ve1t9|Ma>OML*^NeHgjzCA$7VRjW}s$h-40*}O9 zgYW?j8{HLD-wQs`{&WK@V(7Z3j`3$Spb0U#=}TfTo>)fQ$Z!R zJhb%W^X5+QaDJLq`CNy+=?zXD@q_Bh5hO(;d3MfZ`AUNTe6i%*`qD=l(soCB@ zah2>Y(4HfX5tMuM4-ZBcc2qDJQ?#jJJu=*h9UWSu?-c8 zU-<<~OC+E06tV}iUf?L$is#fj!R5FY$4y%Kz=qK9$?MuTc8B-yNYLC=%jGTt_7;Z| zN1tfikbo_gzd>u)F>oHHx(rYTZoTb0pivEL*X6n&>uIQn*VXxo}Rjju^+wil|@Wu$q_E#v`{|vmrTWKrlC}GU`oF}&81IT>6XoK#tv_ZSV%y_Z8H=Kb$>GUWB zQ-1pS5~4(*c|}|afwsDMHAVkmi#1{M6Y~WLcpR2kqcjnM$u0Ew9e&+1@Yh9Js=Z;A zEo*BxKW@Nv1bk6kFL*<6X@MBf(M=zA=_6_&A~v)szLj?a6#16aS@N}+Y`}&!yQ1yz zLn((E=*d=Crc!gPH8?5-wO3Cwh=F=Gv1u=?7sH=)hsfC*>pUi4f21)XiO!AUFW6^YkbiH3U%Llr=lxO zu@Qxy%BueH)6XvY;`DZes?CgDTm6&Qj6lp=b#mfF^uH)5_sc8w7P+}CQS=HLs^L$^ zUSqYC$Hh|P>3W=lK7*v^EFZ@=6g*(_KC>q zd*_dnh`MHpudCt$*>+R=*o4}T$c6LE*&tXK&*V_d{+{&)<~tDpmZ2E*0W=U!mQ%$i z{pGrfhmMKuGk_&ahzYW==@Z7xABGY?PVKq{lE~)MT0J3Ipf28C-}{mM%|n_F^2Myb zh6_$_NFm&`MZTZ~cGzGO?}&~r`Oi2*T95WGXYYShr@or2#z+5ey0SRPHx1*PK96TY~}i26$!`7N`aN*o!C1I z%(hEaI~rakvaf4r=ImetNuy{- z)KN|pYnR-AYH1gCh>@q3U7-l0^MU_lA1RP_1>`G9JiRFtOqKBzVgFGg3mZP((gjW$ ze~DSA{-{am1il0n<^07AFFQT{OW9NnA91{4k`61{mAxhPN7L2MK;7|=m11dy=2a6~Yop92s>BY1@r#0ssvQ|g?h`FY*qM|)(B zF_(4(f}XGO@DyH)lNbOrBu#0TBwo<+n<(?S%A%jENsysc-b=0Z$VkUiUPq0F@p-%3 z5C9bwWer2r6)}@pa-TGF^w>@iM(j2tORGzYkTyWe5V_%?Kl1?_f4s~;%WIG}4{m{xR*4G^B3qrwkSNn|sRxdZE{ehXF`M;O z^72JG#}efn4$xU-rz>nWj_q(a0M`ezh5&*0G6RBP8;hF+>x1WkvC>-C=3!(=Qj zXnVi3%cG6CHv$CYGkGTjdvw>r$EFqU=J_APtgz6jyU2t&Jv^bHR77p->}=G2GUlr# z9k&0@F`;HNT2`>6g1+u-@Ik+Mbv&*|2+R?S#c^{nGKnlODco_wL<+b+pgz&Fo3W< z#dSuYi_Hjvvyvr(06pRqzFaUUF&E%tk6zz=>Dd>$sDWqI!d|>cIf}OIaG$NXfqozr zbz_ijn-0{j)~>QiuR?8gXfh@~n~A-ngCt#Us_95_LLD#K|MeA}Xk3WbR()0m8Tx>R zo&K5uo=%pc`iP4DwyX>VWRb{!BLM~bYdQaIGCGzT_F7?^F;5oh%!h(^bhw31cX0?? zT-2D*@XGJwV1MOPAW-N*HAMZEh96k!QY2-1o7B~ignkpAI*w}{RJ{|?l2sf?)!ljP z6F~~AqQ%lAupmi+ripKTAWLjnmx zhqJk#m^S$10UAT9M!|wMDhpa64p(hBIt{Ps=&T#hxt!-~EPsKOlIo~q z%-T1Aj;UQbkxy`ItZu*=^?dh|5{MO7&zVNP5~I)gTrI5fCeyC}B@J)0rl~U3%yW=< z`}NlO1BdY6@@(7Mgu6Y2hUtBK?8cJ|MxcC4tc%o@1Gu5qPWXYo!iO>47l9OrKYZ7B zjof{Z=uRBlIe^RO1eXpu2T)~(iUYVptNrbJ_PiE^?ISC4$ld;7zah~j!7-~%jBO&U zAIUj3%vr4|S9Wna$6xk_v@3I5fUMxP{cYJECi96nirrrB7TF1WPF^P_xD0rtx=9p% za);xv43cb00G561E{hD5^-16CI(B{MoIETfy7Rbt@$(q}(LFa0>VG|HO5?izZa~>U z8$DF;9)RE3z7P9)W_YbX)FPPBWGn~RHG-JwtzSGypn5;(KtyneY>^Q)XrTPu9tho+ zZ*I~o-nuGaL=2w6U$zUldDjtC(07@;D2Iqcji-{?TQU#)e7W@NeW8)h1%c3WLbA`o zOzf#=xHt__{_IF!JTQ*p_{-;uM)hg7Dp&HE1ud`tNnl_W+HWpLfT#pSdtb)1m!p9D zJQpYz0gA6cqu!eOn~?;jh<#-MMEptxV{Dhp=wK#+wLN|=E_eZM7a0kg{^af^V=>I; zBx4zRu)MfBVWK2z201M0QoeO{0<;cukwCU;IVamCLF+6ExKNc7NLrEG*I{m|_Ibmv z34BgKuxUNLx{&p1x0NvnY#e6*G$@Yu&QbhLfAqkvRZ2=JGeWRwBYqk2bj8#)_VyU! zIH~ID&79{*2!M%&^?Hmj0v)DuM5FW^LV*hLVa4=mz2CQ|YApRS>!SMd%T zDA2>KUn_Jj{DY*OX99S{xmbMxXvGEpbeGqQ28auDqOHH5-)=xAXmKE#RRIg8#8A2F zKH2-B)DdhRbMvXfa6B;~@P5Pj&9BL@=}osF4sPV>w?f``0r)`J*$1gh`9Y`{Dj)bWgLh0=aUACJWxHz9q#c>p#;T8N< zoe^YHyz71r(eL>49s_Pu50!OJvX^dSHWkA+j?PTsrYB-cSVw#nY(L1~%F?L&&{F2O zjsGK3318LrX&hK^#HAtxNkRw(mlB)Q;+)saV3PqYX-Fq?gU$1>RE7P=tEdf@`Y71< z7H%Kf+ee8g+~dP55f?pw5^e;nzJiCfRSZyB99oGFgq%%(M_^{?f!Q;L=fYB@&^OSw zUW)@baxCg2I`ZL&RB|F(H!Lcv>2?B#cb{xaZsw@?z%sx#Jb+8%1VL^TXea`R{Hq|%JQ1dQvrE$ zH1FfW^IfX6U_lAtf}AyPK?Is5Gh7+p>K(%HR^SoBclKn~Da~r|R*Y?qsWvX!>_J>S zd?mN03)cKjy+YoM1WP3wC+n$I;o$o(0%~A;5j>2{jbc`KCoMpiDM+_K3Pi5Yl%KpJ z<2(vWlpu?Gav!if0LMh&+#Ensat(WQYmAfswA^yhB0%fMj?Iry`=?2R-3BA(p4)4m z5-hZQ3|NJggOy3x~3-L2WV2$ zV+n|w>Fdvs;0zO*q{A%29U=FMNRS)yaN#5p?xX<@)xNo$s0YtAecZTu4NkfUALD?n&7(AQ zn~hL_H0q8Pl$0pbc3=|_TWVbwCR)w0IQ=ZgsdvHKMPN91%gA8EevI;l8iSggJJ{8N zY48f`PjPX}UoRTJ0y=TQPw;k>h%z^M&;$Q)(v)RIK%$7k3__uHHTnA9o-OS7Sz)#& zL@0#ABj!4o!Ey9|OW~ifjHpclf4Bf={+TQ%{a6?!N?7|EUsoI%*-!3I(Z94fYk&fe z8j|5vCGNsM{Vyg?^bv~dSoqmYkDLXjbGo!6z#{|C zipoq5*xMq7`h>R>f$GhUiKVG8QnL>{=0mvuaFHn(;y3@k?QnO~)sXiS*;-3G3yQ8l zuF9nF!t^`@N01!94v65ORcS>O)ak59fDpSK_=O2C) zG}gfZGV`u1*PNcNi~nJoB*?5DC^vK|F=!25pB()40t5{cvOMGM z3hg9mE;0RL#~HmDlM2c5@-2P!Skm&OHyb~HX}|w@@SbwtvIzwLw363+!QplO-ReGd zGn_$o$Ng-672o3~;^C9t?^3_WMdvAj4Di)B#xB!;(i2Ki@Y?^X)Q6j%iNRzHuqxPB z>g$WsZT_o}zlc9bF47MzW0P_pm344);ipDbJSsZz6A=nZS-3TG4Y*x*ZjkGoz2$s` zh9>czaO?Li-6jR#xizWs{?CUo4LX~ohIIQ!wIdo(79AD8`w@qBJ3yZv@tTj`JZg<# zM_ND$Ygv{v2y;kD5Y>fpsX2e?;B=X@`?vS^jz~a>J7w|a*OAtTrsfPF!dgd=lsP8` z?kBGJ3DVWl%dSd2*Fh$n|I5b{QYS{M;eOA-mMtb@=N-8|A|-Y4V(`n)`WunxCx@Jt zb~#9k;9Pf81|TegT%CT`;I1Kjm`75)KNKGte1y=U?4LW^Kx){o)kR7v3fy3!1C=aai#!ubL&YxD($mqVB%%4*;)P^N?~7uN9DWcL3`-g z7t=EfB!)ycHO2VV{U~)ZJ}d7T4ZpKelDjEsG^rwy4`yy$D)HoK+}7)oImmRMbzRD{ zSJ>EY+P}Q{m+1Pf)+v*#A~WB-a2h+l!MoQ6)m$_HS|<}@bE#74j9-@*%PofB6aME> zY?*7n;+kau;>YfOgXI}v!o3+%MtP9_j1%U@VqkynH2!bCqIyn;jw~ChI~`GugMOYh zbXJ2unZQ-`Q%Kb)UKkI08m-)^zQHcFxvZNw0=PMoS-cPy@sRes(|Q2`hT4C);EutQ zl4UVC-~RQS_2uMF1!xx9MJ%j${A&2)7_oOraY!YhRZM;KSNI5p9=vzFlJw#GdG=61 zA?Wkek=tiHkS+V)Ib!3d>1nW~zYi>R3t+ltuV zMAL2>L6K7%_Ic^o6POe0ZRMA!Nq(aj^{u6d>N3wL4wv-`_#g*La)_<80$~m)DxE8R zMeW%KE`@dM{9P|jWaq3>hD-LmNaQXwV^sXJ=-}NM-lJSjLHb;N`C=m>oJ@C#1FndR zzIQ0Kv3&QCn;D!o?RY-U07(Z$9q?JMPH;C!QcxXWYvxidkUPYOK$AFdJ*23Eo{c=xe$rKVz8D)Y#1B$15QIYg42Y9t``B-qqsmPi;ipDA?#Oh zea?k>@c8_J&woF#cH?t0JYO69-c#F%+4wv>HW+EKRyMfPCJ&8Mj9_1v0>M9*obr?o zjG0u=BAP{Ug!sZRBfMrg_Czd&fCwzkSfVOwlna4HValsV&(rufcd$ko+yC#+!yio+ z+YI1Sg6JSXzkHk{S(PjbXL-da5U0>2OQ6EF(c`ykS(yl%RTMKHu1uToiH5U`N#!i! zwDW`VVqPZ=Q8;C=rbT&O6jQ3ehoZ?y|F(=%iNlsnBywDl_dG6sp(ynG^hWKK*|R8Y zLR8>8_akj zVW?!~(VO`)hjEwXlWuL_OLpVPE7K1rtN(p$9rG@23vO)RTbG}8?CWXL%q;X@{rJzo zhu~M)TIE^r)w5S#8A=)IcZOGBx~t7uKsf*K5J=r%aBj$njiO(?A#doieC0fY3%7CqPZu?bZkmZ zZ-4Gv&lQb34mPCH_RLvL8#=Uw=KIj6+u^yL_rau3{5uU8II~_cc1TYlLo_#4FDKm> zO|D=Q^(?_uk4XSDE$MzW+y4>u6+l&fU$p05TDm&~Bm`;ck`4i-8x#bkB}Dov3Me8W z4bmXeDJ60h1f;v9q)R}$?>oQ$yf<&g8D<>k0-xvGXYaMvUaK#~#mMg2v+AFS3jgQC z1wK}LW{H_v>5~Xy*0JAVF_;}Z*rh*?nfCb|5bNfMz8K>E9+UexO(83nlv(+F;K1|Z z(S^zFx>5Ki6)0k_*HNP{rg`(UvKFt*<9lfCZCe*>=tTQC#6=1;tWh{TKuL4#VbP6X zgZoi45^?2hwvm`QfVyG?8kfB%hM`SZs2357HVDN;WlE4|%67}-Ls!P_JG!-x`g)ev zmqp)jkst2>G*8g97VjnH6B4i`IrNGLC}wcNg-b4mQ2y5x8P0yIIF~e_%FfK=0xZrGG@E@ zoOHXnX7R<6ub64qdKWh@=hnX)pIM(u24@XBMDQ<%-~-u`kerZ|gh7TXYPFgL5+TFz zvLGFumRLZ3-;k4v`cn3MQd@!c78e3FP1{r@?mFe^ixkSN_SXhvl`Ug$Ww{qA!DA$F zsr@oV#?1{pibvCuTukio8r19N)(%8pldqBjTOY+98(4QM7=0KEYr`Gi$t9vfrGfr!zb7u(+tKV%s?wpWz;=9;Jt!sJfyN${thDu1&ns%H)C0`O;l>V&klXO-7IU*Lh=`Rw!!J3GO~UvmVgv89pXLm3*$ba!|s1!{i+oAblX0P`2)k&&KyT&IVDoAGawT9UP|4iyE_2 zr5)x_eQ5dHmaFKNj4GnuzrOZtlTzmkb>ACmR-pKly>H2;;nt`6QoAR!T=q#-*ej!v zsgL)UzY_>O5P8U}Frn2@6cKR-+0Wc}ag_J_h1=Ix?~NPCt!CRge+JmBvh~@FX{7sy zH5O0SlW?`)24pPC_6v)LVYac?w(Xa&celT#su!Ox6@r+L?C_TT#X3E8&5wTM%T@mM zf?%x7797B~AZAH}hYn*CQFlM1xGF4iF2Al{y#w8hWU}(p|A;36bQN|?By&wsRh4lW zy(ICBh4K+L@X{@lv|~KS2F4V&B6jiME8Ul{pTp&Xo*3iJJ9sHro#_#OWssdD5e^Me zJB&(h)pOdw#VNFrsQQi+rLkZu|1)4(S}WeSzlGP=9-MML&7*MwiE=Pp3$iD?Y1*C~ zEwwj2kYF~*#Gn3}jE~}G?Av^Mnm)JBqUYW(e#)$}kOWWpWd!Tr{InRc;g;M#8PsR? zl}ZqrHWaCN5?Cn_g1cBk5vftV4FBc=hr|NdQJ)x`Ag2P~bySDTKpfdT>>~=6Ik8Y< zYT|8X`t>RV?m(p~7}ue6%pnmUj>SXA0a7!Lk*%<;8kls{vO3JtHi}j*S0*(Ae1ox5 z4G*3jV|f@%9to9?ez>>)#+Jx8*Ni2!y`J#-VFE4HGaLm33J2loCGN%vPD#!FW`({& zB4kBCrWOFb#V%&`LCqK%1lpqD;&kf!*3RNOnHA4RlDW5EwzqGpD>N3`Yy*Ew^~W+x z_3xkG63DNSt{-Ed_Z>V5-|UYl>;H!R>r0W>m{~41nVgOlId{&hw?mKpJ}t$G;=rKH z0R&!44|>adarCR&SH^eCXhe|0K>Pw$^@tZ#3m zLX5YvmR~RQk5EZy)ZmO76J44@s%9__2+;iTv4>}+zjh8AmD#gOITZFJH3SJBWZ%;Y zIU(?8Rq6G0|HTYcv{fqWE>(t1^eKIjbo9jCSC3wkPexWZB^g#0y`LQ>orf~O7m_Vl z8>-q;{o4e9pZ1&?+%+=#_y+tSQ{aC{0q&MHM7aV*N`Q?aO(EaJ2IaAjOP&V14<6em$H_S3jQ< zqqH(VM^`$`rfOH`_xh0mEhI|BoYyYiQie(VjV}pGN8M1bpbGH!6UkWjV^omU^T+-h~*GAlozdzroJ!Tf2{ z?+goYDiEXST}Q;3h$l@*Q;m}&xsg!agZ@4w#5Ap=(K+*)-``8{c=Y_+wRuO^)v%0P z7*oKui6InBJUq{S>LW_|DZJ9hdDX#+)M4cF@O!W=m(0Rr1v8%vNBFlNRoT%et0j^f z4E=Wm0a@GI_&F(~{@_HeY!FfG zNZoJt+p<8qDBodtR?;Rs|M+d@S2A=cF3$tE%=Mft)Z>am6fC0!`H#!Uz@~^{7>|z* zAZsT2`LT*M$-;Rhxt&B&CFf5lyZ_3*Nc+1(J~6hAox|Rqag__b&F-3$z7S(=UY~}A z8yAm>XR3=8izV?1V%t0(mMH>zJ=Z<6dET;)`#9+f~neLxG`{(Rb4ki`N$ zC~W>fEAPP@-l`SJ&<}?R9}OYT_~8||chA&+2lr#yZ`m-R!j+c3#Z%STBbTYcgj73^ zUA(XwFAd|!gx+%d#Dt?8J^>h_b}wC&D@A4vX=?&7mTb0*2ft`NxfL+W1v;Coz8hH> z^dJoKLk(5lZv`aNgXrKj0$|Sj_xi$@`|8Yo=#YL;-(8V$`8K7!sT{yA1* zTsFCmtJpOl(j6h@%LTM}yVola_LmARNc`fDmuu<@dJ^rOTjxp$78!zZeXZiC4pV?O z($JB6Tfy>u>4_hO3*Vm<7rw&Mv93Evm2}wi84_>tn{9yI?suPTGKfb;S#!<7^M|Fi zBiuN@)sFwbYw83;0>9aqw)Qb;r(<9dQ`evE0IMh@eD&(6}zD2fOabkq}O;y z0PJG$OVwsqNQ90~KTL{_a-$`%Q3tlhv0{8=y+q*P)!{O_B9dQS}B6 zB`|C{paZU!Z>r#ZGf*mK3o4sm1$K>sNm5gmOpgvk@c* zCrEDYf7;lT$Cmqm+!3$1*n@Aotg|SUQ_-PO<5d}K5f~<3(cdG2sWwl}-H-0fGNn%+ z6QR|RV%1GXjY_Om>LgPzY;a3fdwuY{h87~Rw(ojlXK1J)<4~Ujwzl#QhU<21wB$v> z(FTu0+znJf?R7}5)~#5}_Nk_jN#(N~;Mb>|OLaaOok-%X)9k7Ls&wR9Cfhh|Y zyRFf+F>|BDZmsBUCBP&)G&2F=aBH>zf-L(Bn3og$avbt+BlXvFMc>{cQM{sfYE1?` zr*H`)I~f7l-1tvCYV>>X?gy7NrfIYjL3M12_ddbdCsqXvX=?Kp8S*eH-|{Zaj~_im zZOa1iAU615QL<0jRPv&)ZE*0Xs}V4Ft^M-7rv^G6jlL{nAEXs=A~-f!Uy=%Sz3q7K zvvYAmwSjUxkhg~!SUuPPmHDZEJ*ffjg|vDCytDyV9`%V_%4B$S2f=vshDooO!A^4$ z02~NK>|j;`oyD~f61hVr4p9ZRh+C&m(0#cNT_>0rE$j&xOa$}uBYR+MRk7%yF;H%M z?DstG4I=M+!_%&}sbWf;V!jVCfj|de*kC#>0+{s2vj5(XC(D^_nuHe!=UEcs#J=5Z zTHEurUAV3Ss+=BWi_nrUH!z~bVUq%yr@d+YMCiAe(bp+IdtVCLko&zrnQvMn@j(o6 zapjnKinG0A&POF(p$h+jJN7GhDW&2CvfPQUvcFUF=GPe0SoV-a7{wkM5I_w66>&MsW*_Fq9;~4wO+t@Zc2<9yLu(x-_<%zaQ4*=dgpt4PiqWEIga@O zNfLVK2elv;7Q3SriH8^`yOJ>F+Y2*6w^ABGx&C6HbU1;3jS*CM5m9jelGkqM@8jXR zy=PL^*VS3_ZVR&2JXJvR32yZhqGBo!Qs{LYL#)4ZI+6YhVk=Alh-QCs(C_9kKTF+* zLIgqp!_AZRGLvz`2XNiop8vDXKi(_Ei5}{Jq&9kjVWl92g%QTYs3D=+=svr{90F8N zFaybI=c)ojqw-BQg7ZrN!ibwIldwTw@Th-n2@}-4Nl28_{GMoPn{cHop@CfL>g1b% zJOV|GsQ>-w_{VE_QtffsK46Evo7B?}f3IJ&$wTNU;MnRd9mr_pB@?|U`F_8?&vd4& zOg^a5A8G2ATiafGqiL#AOVx)y#U0zDYwR}+KJc>o>%Phi=ycokZUBQ}>qavtXb2*h zxn)M;`;TsP7=kHqpC^02x#`s(x+T(&hNZ!e?AlELux9$YR3CcoR}?)gH-T!7i1Ia*{m6Me0@r6?VVqsE!j9~nemuwcs2^{X%dWaaitd6(dMR+lkS>AQl zh!DGntz*o6pkGqssb@+!x;Wuk10^sIi%IunFR6~Z-t{@3;sEHV!$xbxsp45ma#I_l zU=V`H4NJMIgH&aK;ZF56;$>;}$?*w-Um~@w=}>_7Ot%nIBFO zU~QJ1G|v2KdB_Hj-E`V*IvGOIF8x~hYY@XLnG_B?m&0OXe|Y~|Ck3iW-v(dN$f$g= zv20V{3eG3#X?Ad27j@5n#KHj-?|ly+)sr;`b=$UP$a&$%kH7>4*!r54uF&9ZYc|+5 zPK0`sot3rZ_|EaBKwPmcHb0}?yM1VgHU1NF5ge$C@`movx=sXS%m&3c)1r`TJbBGT z`8faaB?l{7Tki6p;s6810Dr>U{p4*@K1Y2ojhB9Sd$pjLJ>?xPYv^8L6=#=^JT%ZS z*7+|)3u_<)2Nj4~NoqRv;UYj6#^$ra6IG*6W-`OInAUWj1;YgzpavSSA;eLRKb;=| zUAap`6V}BZB1N!PA%pin9goUrn}zdM2X*x>Ggw+zSk6)!;(ZNp2YR+1cO(P@XNTnT z6`>s*;Q7`$BWgz;G(CMjw8+AwnDp4Ah72`HMj={!NDaP@uZv*CB=pjdcRD;{#|As> zkie+L-gUvva@;vyAw-0|ydL|j$edcy;2ZKi4Ci&F-k~3lFYz+Y*n#K?5l0a0?0#5e47fKOaR5u))Ye%i)7LaV-Oz<|e4NBIK6teegrNJqDAQC4>%nJW)oOW3S z!ZerR46}>}Q=T)t_T&&~=o3L?+iS7UlMx7jnqi~DVu*`Ng~pT<@H;%}*M_0$)Fa z^qCYnukDyKg|`YHZn>{c_QRzl+dBvc#M7ZQt+#l_Xoc=A^JwgHcOXG2qEG0=4}$>y@%p5MWEL zOlR!o1Gb`K7 zI7>@ajWm;J~l3?Pc#qvVg3PpkTn;s)?sN+md z!Qm_aOG66^8AQ-}oalStD7e5*E3aAin2(bEf26n3*5mfUM?6v*x}mr;k<-?svF0DJ zPp*NjKT;yPa{Z!vV0$v@x;JW4hvPr-4%yRo@`fxMc*XD^WtJ;Jaa0rzXlr9e{YTr{ z-l$dWVHKyfMq~x+Bl2(tf>X>`XiPLAh&M^IcKf<02g3;iMga?)~@jvMiRp4c$WTBb?E zi)tc6KaQ7Q8+7iz$*uMr54b`Zx2JAgCiz*&$8|g~zf!in@W!Og5G+w=Y zWsd~!dn;}WCN5}!=Eu<(J!(|+^=*|gyix{KcEZEtJVjul-u5!W6pk}7z!)c>*@IXi z>mBv{@N0WPU>llPO_5&7-b7z#n-H<3i?Xe;;3~S=MjjaSgBhTXsr)k`Fl;B9B)ck$ zP;`Jdbi%fm?m5Rrx!T(I!|6vTKXGivS@S2aX?Ne9V8oCjBip(0fjvduOdUuN53;Bh zVSt63cHBowQdv>(ED#A5OCncTLit27DYrCHGJ=msg|%pSRqPh~IQtoaP^H?+8fUy2 z7pOSDNk&8dM+H$1*v3`Q5P?3(z;48n4F}#p;O&N9pTV2sR9veDiG^4I<#W^OGa12s zXxa*E7yc#2$2#sGYaCX*yM1jLwqo(^(M(R=yp3PpPkn~3w;CfnssH23Ap}rcK(vcR zK<0fk^tYy_7gTH>3=7(XKlxupOplc+)rBp0C1=*SRQO8EbR_^J&Yd>lI`TiWPA5t;SfkG zer<>-TK0kW=$J4Hvs!K8;Ik_#~9e~XutP%&sG~TJr1YVR3@qmlXFWb>w8w5yBO7xUNj_b}70UdXjnlfbK0zJx1=o&1u?z z7;}q1m5oghu&l_|Br){_YwK7Q{f2*|cUuy3h0m)3o&!{zZEHu2a2y5oDds}-&Ir$q z3YZwnq%!U^xZ&f=>~|&LKmd%7T%bWNJ!(hScd|)N6l5bI=@~^^0}UOQ$MoBY%jE&r z&_E&m@E(?_N3aEs)Xkn9PIQnJILXcgpgs`(wG?W__6CBC&e$#Nc62e2)}ogyMLk^l zoFtIfOm$Y{cvhRlVQ56L@e0?Es0 zrz99~*b#Nn7n|$)>)CwK=z>5ojn`C_H%vg)x zGI&KjUsUnwO5qYLyjm*S2rgYeGe=fXAq4soz3G*wfUAS%u`{e)o@RvqU zf-@Z0S15+H-xpht4O|}74*rz~=Z~6XX!5Syv0fC*D3%T0TWa(m?_aDvZT1ymXTL^F zwZ&G_9FKc98wPSS^fKOaG!z0q{j_(xT-irb`k7-L9dG zEzHbgP7oxo@hNtgP!NBVByXnjJ<#J+WKC^Je71hO)q$GW`JuS!YD^SXg-urfF6kiF zjQJrAb(%T?PDW2_+>4Q*huwkQt1rcj%Hw!Yn?_cVw7E>XJd#9uEw1<4^BW7RMA#mJ z_Njh8$8$$xTJ&tt5MK?RA}^3}1LYIwe9Hj1(}RMs`rG8P>6U z8+Vmqqo2w2;%j#3DlcGiE_FNhVtXtoJyc5gZakULfX6jp=W-n@hC3--d}yXu=}z^_ zy{zx0qsG5Ii@=gA0+__wTfC;UT{d|0lp`O8~m^M05I{t z4l?guP#mHFUr2r~Mwcq6{U;Op@yxpFa@Vs(O|0ij;mml7+ zdN=~f$!v1Ym@Vl9B)Szh8TT zfyS0ZKq&0(fgEvszAMmB-4^>yk7>vb%_qICSRCcVp>(}X^8TuD&gfBZ>;5Dmx;f^g z%YxtSb<_C_#SIa#sYQ*p;9wL=Pa9t-11>l6>Q8+=xK#22n~1LVlttMXnI8r2Atv5w zBJ@-1e($@*=H9x*)SrVbTGaN7pFK0g78d0`JJ>ORt*i7o2{9z>A80#Txgq4Y=k zS{#JeG-Q`Qkt$v=<#IB;z2{bNGlL*iV`A?y$0DYy?fJ`BD&T=CoNArn{&vGySM3+b z?xYb3JsfM!-CRC(BvMImFdQjuw;rFKNtsc`^(e19;?!Bee`zy*1J)Z9Yy4=n9uq1- zwTmGB40C{Gnt59Po{!!RYE@hLd&1w5<1vbgAcTrX%5sUCpa`q>pX)M5zrw81f1YKy zy!j+_O2O;%oh?=`OK+>Ftr%OlmX;Yy{AGSM zk5v(^w+myDP+NRrF-QL#aAM6G2c%5?C1CoC2u-yUMegT@!OofCZ~szVwC`mNZBfRD zVE341hrXvoOA|%gt}c5A4F5v5XQR%!pTP9AbMA>C0Jk}9XLlINGD}bjy{(t6P$~z1 z?@!V3W(k4iMu6w|SSwcp(9ooiU*u-%%demj6_TLHpNZXb%c_4*Y-Ri5h(B?d-IToaeEnCt)?ULE14a^KE zA6CeES=X5Dz^iZgHg8OHN6FHdGZ^8b76PxX8da*_VgH?D?=Mw zoGgFoBta}0$J^|2Bl?1&YZvf$xcL&ZQO@@xcxq&+_T%^8O=-VdT)t*_p6W$$&ighu zZYvzlK|SJs%0T#ik8i}Dt6H~g;E=7qykNdE481u2nBON=*AOt#t;ZJeQbU8Cod;9P zEaXByry#fdwR@|=<9M_C{^eiFbB3@Cn$vymr9Eii(`5aGxMLe@H?u5#vw1oSbtID@ zWkARijoal%n)MyY>4yWp?R-Bk#ZXc$-HE@60-%_5cN-S+?EWAuu#SZ;%gOn60fHqg zo`INhj$7kD-5EVE9q2C(%J*kfgH92F3qY1p8tZux&vZ-2z^5Ufre|NM!T6Xy4zx}Y zq5*VjSKZKrs;povBfx6^C|VhA)np`PtZI3w(6F_H)FJQww?Fc=xzBwHLHJ99VxA$; zv-!Y@{z^gas+kdTj%VYh&ogI8)N(I9i7Z;%JA0Dfc6R*BtXg)qw`hc`lKBU%(T~Jv zPeejyc80eM%#hc-h5q#H1~xy5Bto~q4y!Bm$`JF3X7B&2aW3bcA-;ssr9cD*p5)@G zp$|gPw^vKy{i3G=w2~;6d7jw3y|cb_Nr_K-d}tpgcQsl)?!^XlGow_F0;IjMfPDOL zGzMDJ{XY#6CZriKRM9_lPMB$>c!5t|{t@e*zf^xo7Sz-QGX9o^( zU~Tz5Fm~g!=3Hnwhhb$y-w4q&ehI9QYcb1ozKE*Ld!s^0q~CAWuRV9L3vTS;Kl}8^w_onK;k*VbIVGcL`=v6DqKx)Pt+dtVSM_udHiQk;v74|j78Y$K02R(c=yQW8twantH*QLWxw2cl2 zl#NtKu3t)5oLbw~=FdO0^Te9ClVG0cq9lHMRoD2{Mhn07*Yk~*H@%qdty}qu0zaO2 zZa(=ddNXrfgy_N*@%ZxGMegFPoJ%iblG14po9%8(@|bxm zuA-*ubqAV0BZ90Mk^7i+zaW2_b<5+=gx=Pm^-Y9fc%x`kY%O ziA(qJqx!A3?t>~BocHAiBbjAu0#BL8o$s$#wjmVf1D@Pp?FlnI{kSBeTw`YPMR+9M zE>K+G!s15DsP321V~W4wyx7~PrwA3U@>eb4K56*GH*0)@u9myLMo$Pjo;3P0H@7@_ zFRnUqB@KGQO2^DCl%K8O01~Zh=+xQfgW$w(oj9xjy&O!ZNrf;SF|%Tp{RRATTLZLS zBeK$q97XUzNtVpniaUQ#UvZkieaSP&;rulTg}+mdOyg8q#Z5{w;G@Lx z#q>$_hPMq@X5traKnFHQ?e>2;BplDdLaK^qYOK7cz@Q!aoqBidc%m->MK!Gw}-n*ssEM zl%1pEgyVFmDZwk0o<9;56c|hZ?vAv~MylIAVJ?CWC%e}!2=RqbJG1ZRx5vtIYw~ij z*x#@Ah53fxykJG378^;R2A^7WEFh2|eVItFez@ryG;AfUmcI~bc~1fs1p3-Hl=MhY0~#hu zfG1~FO3kf$z%Ny&W&0J)ck}dygcTA+7q_;)t+wv+CaTS#FuZ9AAmsh{EN0FICQiyn z%B5wJZt>)s-&*c8=4I{UmvXm8D5?_9ljBb_8l!s)))2R;S@@XLs|IbPsq^Knq%Z1y?K zW3XT^!>i_lh);*(9{|Ka-~P8@9MJhY;+-1)%&}>h@%v(`FUmpESSh7$x_(dA^Pzb5+O>_Ma*)*! z;Jxd4{E?n+X2tl#{T7oA63)JOESn>KM?-oF{RWr(t9*c`<4-v8-eNrxp`xxLEE3E@ z*t0x4S6TS3I>;*)Sf)gZss7jOgd3HIjD!#weFd(m3wwAxKbzbSX#}I1OaX zn|@S_%~=__E=#yZb`#i`lRO3R(~-xsTcLSSyU7q_Sxcs^e|ZdBUv*;EOeB? zxkkn3FzL3%pP$4o_3#={Tkw=$cgLAP>H#$YFQDKOZloUVB-_a7~Z^rhp)9D8j&h+H8%Cva%sVWC{ z-4_kU1u(&PpT~pg6f;g%dN45>Jxv1L_i0Iu978LZj z*fEGGIKQUFC~9}$ywGhu(G=|xOKX_ny~^#VVlUsRy8?Mcr4zqdU>wywzIH$n=_ z(x61HREx=3_4aXX(sJ1{L*&0<^h$H++ZJj~W-DU_O^T3i!2e(W^@?aWYf(C9@7+_1 zjZ5$2{R4QWEVsi?eVD@4iP7J!B8EuW%8lIn-4*FS9Z-=fy>Odp`tK8)Dt#+0imEw0m)F+e6k)uFRN}>4u zt*N%vUf0&0Xe@GdXV83L&~Kn8XA7DS6Wu1oCVPM}TRa*w zk2Fr3d@3EP&q@e5^V&|S0sb{Dd4ui~n?~qg-2Rlwj>+!bqQ?8E%AH)Yz?{3KTheYo zB3rnv`O#ERofsZEF?B6o)gTe9kpQJnbE9{kNA)9}O-;h`XzG4kL9UWRB;Xk_PDQX~ zJoHuX71A(Dfl-?8I$1H=&YR8nwl0p&j{94|kr5*>0;R7JZh!uAaGiJP`OzS7#5{y} zzgT}T6uCwg%V8bv%v&2z)B@Oe*bIP(2lAElNalY@69d^<$`6EfR+4+9eq1gb3HpcZtP8JedrL;* zp{lWm`+O<@s*l%S%YW6Kl_`AN!aQI}x9_)*Rs&Z9Ar6X)ptVxLv+9VYM+IkWe9Dmf zu?fWzZztJWNLqT%c9DEP$h#@OOPv{FZ06hqV;)Gn>y75fGe&5d{CF@211R@ysIt=67LOR~+8139!w7c#B8i<&V*jZbUuL zg=sXl-5-akR4xF7N{9!AbyU$y_`Np?N@=vMze>{RCjBMisT44`cw;kKO+_tA4fr~L z(odRE0B^0PQyIX4D_35w zk1xUnJhkx@AS>S78OEqO+`mtAAGMhiD$u+n8S#EGqUJd-wNtY)_%Qn@a2X_zPE9?i zea(TbR;aS{hP30ywPS3wQA#;qz;#i)hfvXQ>GvW*xUg`TE-zq3k@J!}NkY5N+LwbQ zIe{MVK7#kyF+1TV5zr-KDUslQ+;l?DZ$W>V+UjvNGh zmzE%lrFLwwu;b~7KNB9R!S^?*B*6wPa^mB(@$D*cJYU8uUaT0rPWC>Zuh$TKKLFI49v6ed@d4#mw#lBv}(DCZ&g%)`URu8ECL*};vR z&_qo&k-W~nmIcJ#B&7IM_1z%=d-M;L!HO}r=(zN1&qa?kX6K*6?++bn>R7Q9+K5~t zN=o5lp*iM{YTTX@l;o7C-0d2eQ;=B=nUc~eSx+0YAWok;wr}8_M4#DgQ<&Zfo!t^a zR1P*<@(tj7ftd(sTJCzv{DkU)7XJnMT;Xp65LMFG_|oLKU>P`E^w-L5ylN~?g+h}p z_7oRLcizm#LlL1R`#<3AWO_ZwsOQ}wH^vDLT6T;YNU z{_9sAO>@hsOZvTX#&Yjlzx%YLwwq7rAZvk{<*L4w}2P_sV^>%gL4 z?9+v|U%wAUA0$N}iDT8R1M%qaA19{}*l2^TPQY|se&-vBt_QWt_Uz3968&k|koohf zP79fL{&4W!yf?(Ge}xaGv*d9=4F72BCN03%{e^{?Z;?If*8_@F!v?vxP#UV1R`q z1*_tl_M3X==3^EO=tG8=I$vAScoqkKFkz?m=tAFU`Of|PHQr^WL?x9x zbFu#ETFwy=v-K4xYPS*{;;Jw;~&Rmf4=abio*E4==V5?(SOUv432Mt1eaQl+Q2_n~O$#yg|Zj&GF#ix_P1XKc@( z<*s%)@1%E$56@5d_&a0r1Mom@Qk>fH>}`i>8%e-%1~>@G`hR$J1=P&X^h`I|gg9I` zp>}fkPIJ7FugxN3_~V5@TtF$=C`Z2kNbOjq*z!^HoZNQXm#V#<|nk z|CCh`0?yaCBc~&rAK<+rqiU0nbcg=M5-tbp%i23nkM5_Ee zk~Ql0swm1>^?OhEfw2J#vE^V$W;&}4jQLkZa1{`Wd0>eKvpbconSd=nbqos>irS+Tra*I(uP-OeyZrK9 z`y7{d8EP(c!%e`wQkL(ya30{zpSqiIne{@T1#+GL3fu~!lvz*AR4)ktHZ25hE2RJ0lehuXn8+0Y$dCf;g6!-v z2oIGkmk5jm*c~YxvAE#2>!<&N1LoUDY&NI&wT*5=^98S?*?&sxqj6n#MSU+`-Tg`x zf<#IE*d;lFMBrt)iwA8OvDs`~fn zaA0LMih|k{a_F&tz2J#o<9LV6o8)7uW0+myp?&)`;ZlaSZ?~mofLI-To@mwBczudN z-$C_QYb`;!BaBM(F+OHdO_syFBc~N&bN3k*#f(|)MszBCXdS<9np}h!7jXI&2`BF?d09`4^ekB{2gzLiQ zNDk(&-+MAsa-7kqwIdvS)rFV{B&tF9Uz;&}B`fmlXLFKe$yU1N0jBt7#K~;$Oi=RQ zep80f*) zaJV{}-E(_}f%$|vvdhq$C+K(5RAU@iRQX=I>E*WM;s8wzd`jw%;)kJdk|-W5Fj26f z)@1cYz1Cp1rJ)=EDPE;fn=Fduz}91>D$G3@>e=9d0#fO{!tK-k^BB1dA^Z(B1S6RD za|JQumZha*>E$2Z#W(C46*G+ndxzF1r{GJ1L`eX+e}k-TBJ_7*-|6OB2c63)wJB{~ z-q859pPpJX_`r71ylbPYk=L9nM;=RmN&yK*Nq*0Oa)9C=UGeTmOwfJ$Fd30Jzzx_u z{}q%m^-1saj^!WY5qKP9X0*V&LNg1C$ik$!*0-{Xitm!9bL$uXd)}o9`Xa^@>{a&- zm~B#vF&DuOetyJ6o>=JK5k6x+nze}ZKV>j_^d}?{Cp6jN$_Bzn0wx;BUa6rVmK3T=R`T=_>c z<+A7Qmq2o3g>2`UQ2dOEBHm?McjI+|KH_SvGZ za+4pGx2*H`RS{fJJQ`VA*C?x%_W>I^Z##mrtX6= z7&6~9{jZlY1YqtT>-&jXk%s;u-@Ytuw1H8-56SH9`gE^?^k)I- zW7w_VIYkB7SUpYtI!R*=ZAfx7+q+=&r9*Ro2x?MQSoal9I@ z--Q6rE_QJ6Q8}2o@x1}82=d$RF?-BFqvkk^kS*VSwDNWk97Q24@7o2w3BkN{~PQ` z9ty~Oej~OZ(0NbY>EaiXU!s56$azr*k=1)CnxSp~BpqL z9nGkSu*@>6>ANAYCb1&B>mw6)xFR#YUcaIwKf}N_b^LBy2tQ2b>;yg5Rm&n0AmR!$ z`cs({#j_l1cXL@57od8-#Hl@Em~>zYBBXhchtEDH{`#b=Lz6Scww| z9bxJvROByuPHUcSv%fzOU}x6$4+5xf2(-B~)M7L?hVY8k35T)&o|ig){~d`J#Rm!j zxIJpGQkp|tQ5))f!&5Nd*v@2Ww`+`6lUGbF;;V&Lg9YywiG{&SZtXf2G_ii1%qWyX zZKMeh0n`ZwHhMcP>_8?wbCqt@?PhSb*I_|>@8sWdF#m_S0Re8!#6;C{<;3kfAP&;^ zXYCp(vkhT`_jXmvK&>mRGi=<;qxP-%k|M}{c!UEvN%S}q>Q~LZM+$IYLDp}A-P>4M z^O!#sO9dOvS;xwmw>(Q{qj$5f%sc=rO z#5Jhc6X=C~`Kv=vu_WvGtKq=)g}O>&#$ibL_9#yN=)`)>7}4Q_T7iQ04X3Vcm9D7U zl0c{S>2#DM@X|J}D;%|E4(gLCegsf$X%T7qIteyA8`~Il9f;~ph!Cfjec93jSvw?v zWl=l$NbnhY5QA~QeZN@-e=2Domg*~KEU(+A3u~Dn133e5U1!8VOD`97?V&ENZK81P3awP)aq%r5##6rK$SY z%H$i058hwJDm(&Z1@nK^9&Jb@EnCc>1~4|V#pvfzvQi5Q0R5vc=mpk5WCF?Vw{uLB ziyX*_hkkPKhUD+zGBV;|=y4833AZ;K_eDrr;G;)=;Piaq>Z`_9gpDZf6G)c5#U|K| z#Y7t}(k=2bv)2|(NzewFJSYd~-ekY0`+Rtc$=$a$*X&Ae%-1WOq((`A$G1mEDC!Ii zT-Chu8h1>+1KP`C-81+I8p*ys=BuV_ z1j@K<#4O@vKa3rSGL~3>gMS6|wYu!m8zuXS5DYxSWrxk4+6)(BgX8K0_0CH3M1g?3 zNoTSR;l8s90h% zt5zIu)S`F>@*J7G{tbO(3W}>7zVE1PhE{piYigIdq%x%+DXzGZIR%^xvmVTv6J*O_ zjRDxI@s1w&vm9VJeqLoDDqyOy%jIv=i;!hD_Q;o-&iK}A*||0V&A^?3J^D%WhDwS~ ze!vwUp6v&)6G-IyL28wXh{p42i<4$9CevgM(T2CRU`2-U^`g{XJ5s~VV(}TZVm$gNOQ9x%%4f;!;LrGjX}^PUEc62m49c1}&w1>Zx~3z$~3hEe~1 zga9ueeRvZ%GxRXgE@|W0hm9C>gM>PvwtKULI+=WK1CAGXVAmNJ9rZdCYo3NIYs@e$ zWk(#{I6Xc%^*tdXu)(WZe>YxxUGA(NmSq0?>FN{P!Ymsg{e6eZCQxY?&}4dF3QoE^?e^d7I^cq{_hWd`M9 zou+2Z-gftQweS|N6Q^%nTa6bOmn(G|^Tq))(bH3{kCk`K(Mya#Z1=8;%hNRHJ!L$& zuj-lN_4XhmV3tZJpgqKMa+n+|HV1p9T?VH@CpWE;AWb^<%M?X*)8|t?B}Ir7Z%)Mp z`>f8-ymj`eL&%fDSDa&u?8T!uEumM{4;M;4FNh!A|Qk%P{a(QwSIB{gJ=2s1PI1H7ify8GRYH6TiFOVJiRgm@n zo`oARz>DQHYQ0pJCS9w&;nQCOyv`DF=(C{X7MKVk1~Ab9(0`>WVz2r(P2GgLyt`GE z9vJY8tnw68sX4xUR=&ks=jq6N>c^s98o{zH;P#RTH2i4fJn0$4HHAvVQdihNchUX1 zk3t@9>0 z;JN+DrPSmh3roO$n`dA8%=H1T;;XF?!TcqQPp6xYCWmIYV-21P)@|oVr!#5hcU)6} zV=6CBV8HKSRiG{>jzm8?VqrF1%jzgR-$Sx#-=H%3w$QymHZ}Bg9~twBsKw#dsX5l} zzU=$O7yKCjUF_uA=wubuIc4cOmHt)5!J=PDEg7*atLo6758s#;xvW(^h5)+8HXQFt zf%c7pn^tekN3Ssh*Zrjsev<1Sxq zsizs)M;JWT&OEu;e@Q)(Rdk)Ix#er)#`4fs@BT?h0NMTW&to$0f*W`5;s2W6_VghC zCnjeA=m@_4QhG7cO*fgn2bP^#QZ}T+3Q~F&#GWr+~h!@ zQ)t05jc06yR4m)m*VBtdhmvEEPkbw-02IAc2~eFUr_8R6SAo}T7a7?ra~^3L`zA$? zmssH1!fd*rV+tHF@xK$oAO-Kj*pC0h)K>>Z`NeymU0Oi8(?vu;kdO{hmk5xW3N)!?4EN17|gN{P0(yCCFzzmkz@oxSyV_6%Rkg6uvgRpX}_ zDr3&IOu8ix)l4~DSet`ZoCt+oSH;BYpPyQi_ z3CljL%VplszSJfXiWY`8>nf8>QjmPGM6{iV!2MLcn5C<*rX$7NNX97vKxE@}ac(~b z`7;sMY{$P7x-FmU5lLnj&fj+S=hiOBZ}n{GU5G6m`w%!E_AkBqaB_L0dSLb^0^4hL zd71WTV}0Rhikg(SMS?y zg?|f|9-a9Zjxnlrs5pRLir)75%K!8g ztI6b&TSdxSh=XE^l=upw3ske)6Pdi&tCJ9`y}`d};80%pXL(oQG&BH%Toby~6CLdo zxfA$;2Nf^c9$WXA{AYMmQ<#X?t4u^bEI21}V~_ed-daZi;`Y;Z+Z}T8KVhFt!Nm8m zxy{o3sd=pU&BL9o>w*0d_HmEK<~&ZFKZ)lJTdnUBdY{Si{~|V0r$-E9+Iu4J_AIbPy^rYdu}Nljs|WvA6^Gaqn_$S)`ACPN#;kb$Jb;Q_#$fwcg{NQNo|GYxx{UGqA*?c(a zx#d8BmD(z!1ox5L2F}IgftUG)$D`fani9dahWtW{@6Mj2jq87`Ei^#byV?ZZ*vM^K zy31ULzX%E!4sHJVqOGDWbLXP5~3D;RdQ;e4ua_uL{x=80gz zliIuIBR|!-DuP=18+Be}bgATA=3Q=0H_BVw3-}RVmC1W@qgu4%`25pAsa9E$b70&V zyM<6pK86MN4CT(m!sgLck_< zB6iLztF3sv=$W9S!t%V+>v&(#Wr!orj;l7hcE@8mb+^M)^>?8p&86VDQDrIxI(|{nan1O*_x#m>a(fpAAbCY9F z)JAFxYC@MT^2(O)x$xaH*J!@oKdvP|Mf(@zr(<@Rz1bJmHxB8=>$s;y#Oub7lHVW8 z55zRA+5IIg;1eir%=oU1hR_@>90!Jpcwsc~V7_mI9V}jjHEN0`n7(OEs?k*?`W<9z zr?75hx{jQ;&);Vmf8A7GL(g%x(ABX7ky+=&stdYcD%r<5!aJ6>Po5drqKAIh$OlD# zKYvj+mVgDM5#P&8f<#F=KQa3!d_2Dc=04Z3pI1PEbz11qswD#3LS+8le(wCH@WU^4 zWZJ4(*v4eiPdgE~yu}2MUv1M6jmRb;@n2f9mNnf}{JD<#M6WSQLD~JoO1L0KIoC4E zX{~hrf!%)+Oi1kmU~MOfDOf`XRb>RtuNy0hOXcK8v}WrtJyb7u_^faPMG3M#Be227 zJhq4Xg5zd%jG`@6ToTK&4=mPC;UnXrlqLd{qBPJ)q z&RMJ7oH(D~G&BnOmgtjh`tuZX%Gb^R+XR#EP5|B%>UYmsvj;^!e@=+=35YzdqkEO~ zkcvoiN|@jXrQ1s$FhiAY9Vsi&O8s7Lh51Igs$R(39>VM|6>n7r$=&5wUs_hDbvlmx zD3y3H7P=qXnHbD3*uLj^k=miFxkfp!>2<4(MM~A1_9Jr9-?{T=-myE0YR8Hl8NQMB z=^g&*Pbj`yvlD#%!AVIog(L{Pr;@LD4(oEJe$6x$$Tvas{28Ts=sR2H@uU&P7tf7E z?+qwoqgF6vO0Cj=$w5NArx(JS9ivAKCfKp#CUQwlMHUDpL85r?H!-%h#Dq%13U@@< z=#z8DO`7(Y-$~@N4#6|Ml0+kcaeYZdm&fmS2xh4VrkoT24l2$AKdk+y=5h)WSZT=% zzBlJQfh~1M9|u-$C3IG3vhUZ$sXYunIbUVp!#(Qu-QNwoOR=Zz{0 zB&fv)A+Q#OrvG&V6UT^%N8u?W1AX*%zkZ~7??TuTAh62;j9|Cz_jbF%*~oDfge6H_ zk-Ioi(Qk6VO#t1ul2J4zlrcK%%^G8Ts|)35-K1 zEL*jthH=0q>cR>Nu7>v4f;r^e-3B7@~MX~QDbTo^1g@T&P1J=9zg1wzPy!YvHcBS{_V{~Fh7+8Q9=YmPQPfxG0*kt3XxUNoyI zLV_bs!&7^eJ;=p*_-t z_k`r!%%Bk$J;uuQUh+Bs>47|0JJNP~qfePcK_xxej2!M3DD&KR4Pgfw;5Wl zY3^1^o&GRVv0&VakqT*653q}T49nMZ?(ew#=+XZfcgl)4#U$b!b4=C=i0aE8YhAVv zV4jtWBpq^tklQ8Up5Af-42UK(=c2j&FyCghzr;PVzR0!saeV%1BsqmeWn>od{V5ud71(ZE{h7R_jkS&w z%)Q&U`ltH$W~$H-iz<3pZ)dMpj{5f=57KC9v&SW7%szR)aSYz=m{%STFG}{^ zBXr`+qD$z9r0(0&ej@7N44Oj2O}iRMdpu(EMFSGE7~G=e`%|>k*sZGG#ONGf0A^Bz z^$r(T{gOaG9lRpc0ANy32#0G{E$E}0193VDfk-U%-7tJg%A>ICZ_hi#YN%<39QP%~ zZsaGZU$3exymYwBzI@CB-Y6_nxZg*a?B^z)Uk5Es_oTf5(g{><*>V^#)iif`sPkL@ z&Mlipg|~fMFW&rRUtAaUcIb}u?-a5Rsad~XX1=_rJNrQd0nO4$2&H&v5kcQRfJU_2 z#1umGogj-c7H29Ki?|Qf1TJlYKi$`f8}l2`6lzCFw`h4d9}+Z*sQA zzFOW}{ILX8@C8Xq++u=u<{*J*haMrIloN1WNV+6IvuJ#+cq7obWWy!=aa5=6>PT0{ z0Z~|I+`TMx(SsA-)5COh720wN^R~ZDvo8b<1ai=`Bi|!l7{`96Rv~LqZwPzYG;vLw zZ^A|i!NGR>HeI_y?NfJ0tb1BE|M>@1+<39VOL1}6RsGj8h4pf$yr(v44cam1lfJ-B zTSu1W`uE~EQe4-E>rD%;gu0))Sss!;bZu>QlFCXGjnAwCBHw?vGwa%Lp!lJcu~y_g(@IkfFB`}3q22V$>hjt*I=3X< zeT}Zg;h^{?@{Z@0g|7Oy=8(&#ckY)%o{B@YxqRodfos^bbI}h2E>(~2gWl)d23|9! z(@gqc1S6>#>BLfOQ1W{3dkR0pvMezNe?CuXJOXq(%O~qbGYfS{!!m`)IysU#*?A99 zei>gz1M`#eM|<%C)3tpAH?+NR1o14p%==zk1aq;iueA&oi)5wKui93HukaV9pVVcr zVEKfWJ`jz+6_y#0hj_@q%gLyc4YPW>6bEZ@y%9!a0~&40G)Q?@)TBoDtE4v{(A~@z zCAYBVS$;|n5@$8|gOqN^y>PQF}+}6#$$>O zw)(K9pJJd>usVm(YEm!s_Lce1lTka=f&JcnFQ9ghl3ZcZxSLEz#RfcZ1B#%f@d23< zk|M1F($k(@4U2@Auu>erMYRUO3bhO={wX6B>fdEDm)#btah(CuJhvY(sh08o$r$6I zZmCUQ>6+1Ne5q`wGkT|zt?K0rwZvijiFi|BI+;wO{@3c}hVS|@FuYD=1F{|y!ZT(O zzHTtA3#Y4D6wFWItlW1k-otSBln6}c-8o?-`Rz4x`tF|2VMe*go?@JD%Cd{z`j4$9 znatp&8&4%6E)<7NZ;K9d4XKi7UPgU1~2rBf!D~jCEam zk04DZtB%nE9w$BCT=GonffCAKWLsoXSl~=WCGbNBa|G@MR~LiR5EJkdx&$qr>o&HE zhUS>Jk!K4}gnGl!H`;<&fs*%Ox`LhWp(7f{2j9Bo5OXxpWXCDO{fJ0-#<{3}^~JvE z@QWQZM}p@kcjnT3FQL`?G6_TG$MYYIndoxo4r#m0cF6$l8M_z)5uG}65K(RkvXU2= zJEZ;C30Oe1D3nsTu>5_A3wPMc_tilF?$#9p&C)5A`Mq6w+*4YX7!wS~bM1~LX`qxq zpUDFcCr9*=2J*fN(Ir~7i9s{US@zhSTNEGDcV+rL;oP}AEJruiUF>L5QWScVKW=sI z%bhVAS*EcEh8m=L-7)AbVTg6-5g|uZ1LWq0_M9x=}IS`|LKkU=+;h={#bH0#*g^oHE{WTPNnc~rg-@+h56ljaf` zJJQilYh%=GGvoDI+5NN@sbHI6K;5jD?_0Wc3dNY)0g>+>s1r5>vD?T5x_bbUszJH- zW|rREm|b?c>#TWgvnk>vNYXzovxS;A7gxM86$%%>+I7!{{orQxzRy8@6l`S)^|Y{*P=b^o0io78fF5A|RFovz{_Vvbmx#KsjK zqDn)s;ePOw{BAO4&rm#(jO%AGT|@1X;R3Jp7K|lkFz<$$a|*O!pWveNy;zVMs9cGA zsl=}iC`&R);|%!*=Hq9&N?eB)Xoob=3}fd~0PE0X?Gt*q6H0WY8D~nMDJq{fSRRq~ zYry7izh{5Y?#x}O0U|^5k?ExJsI}gL{jqPh#0LTK*1u*rMPk}9Cs^Cl;`5E{I1bD`ibl72$?+s%!ob0{(+!rNuk?I}Y zjZH&Ghx|t8V0-s29G;vVddhplYfHJusxSd;pwmQfAT1nXNi=xnqy!g;?W}L^eqwOm zZ*eTmF;V5PX1{}Ym6M~ue%D0Io8epJ2@+&{79lrF`HhpAak0{sYWqi^E&jzx}Gpx*7^Hj+%}Jx={Qh2>&7dEhTzajeqRxF*GRb=L9?IFo?{| z&f~KsR%@erauptGi)`_e5Q!98K+qXoaCN|90ndQw9X?4vW5xdwje}>(rW5l)@%;>- z{@1^S^d}2Y*M4YA$dMEO+$Mx8cE#pNJ94!0tAo+_NTNt&x@t^1qXB;PcuB^ zK-XT>&HqOPdg*Qd1U~xN9V$2FW;>9w>(*m;zrQz9lQ!a;0!yd33$+s3smxKXrr2ZT z&#a#q54oF4j=LS`HRBM%N_*)I)}_c?x$2&>%HP#!M4gy2Tcrpq@4`tZ4GC3p%qET((TYW#&7H^vrD zOIJ+9p6+zGE8$#zPkBzMVDrB);Njcsap&!rtH!gm$({U1_4`g1i<(A>gdINX>RuBOX{D5$>b1~Zyjib3lf=(FY7E2u?&5J?1e!8%?l%U-`QjC)q8^rWu zmklYxZyw}rbOyD9b&4D;YA_353dt>2XB{cpF4}Kx`O;K(tSz?slC_SnA;N!)62wA@ zqwlL0IhGX7*O-{%l8W67#KeC^U2p184|YtUKsga85nySpk~8mOVI@&6_)>+%%`xjhq~^j* z&?SOxLhz)3^)B`TxQ_r{a%V-}e}2@~qeQljVs6vx@Rp>;bJnHjr98g&D?>wjQlZd7 z_q-d#7QM5fC^Q7rP0s~$`>K{pjOzA;d)d)SuyssBIfEZuwt!?86{F&#`WrduBW+|K zJDCm2mrTg}-c$F`zK3tvUv$XAsIJ54C6>&QrBAQ^!%da$=b3Wov%&r@tOR`k(2l1S zr#Y4mR!ai8X@0its5N2!}PhuW>hi$e(; zGvsAz$7*n$+yRhG@NomU&icKJYR6+l+tA@~e34^rWu?OQ10!vxHtn2k@P~p60BTbK zh-MeTUR{Cl?MgxHo#G!WgvK@8-_K7iwl%$LP%hdr>D&oq;2tRTU&6GHVxDV09(-}) zVfw)eV`C%fnIZm4R{CzCKMBHO+U8&BBMY8yMwq@ZkDLTCIJ1y}Bj%1d(W9&RUZ~Ax zku7;}sI@p#W_Oq%&u256Az!h)!Yeo8UoZkS4&R3GH`kb-TaQ8pN50*0y4plgKJ&0q zXL~Y(9jl3yA8?QMT=XUa?8o>@Rzm|l1I*Y5gw&sNyh!=f^n`MaW3m3%?^I`aj1cO6 z)=d2KeJ$6+<1!ckJG-{p6KIJsJ^O^j8g&-HS(U!^;F=O1KTa_5*(+L1>-vg;i0?zj zho!mGtb6YmKufdVYW$akE4lY<#G*X@@e@#cLSsPZK>C2_>|I!72}-p97@os~wf%$u z1n#!Gf6Q>LkhCsN@=^a9Th#gJ{MB_RU@w>E;@i+Rkkv-O0Cm80tlDq^gKRB zlC)&qvqwjpszO}I76>e_X%~k+`34?SCS;5FhljeD{@-a0fvW_0Y(5M$ zyT3)3>m`(_<{;1YpZqb~Ryj#mvWo?A_?BSM5f1R8?Z*FdDXI16>@M@pRDg?q;wuo) z>W=>R8$E!THWs_Sd4yKjH33gX@6MoiJJ{7 zF{PpGPx_8m781botATS==V4mEosM83tETx%J@TLS_&Juz{ z-u)G)ej*;tkLbf<@iH$ z$|~3+lLtK=E&XhBw>A#64H;bf*gapG^(FuF2w~;_>3HftJAbn}zq?-vyeC}os5V!x zjMa_XE_$-{d7CA8Tq0lpz(wS@x2{OSg52Iwjmc|(vB3kB+U+K6nD~A^ zG?-PXuoD$$`g{2<#~B{(hJNWmJc#b5oK6V>?ECNp8+Cq;3Del3Y7PoQxI=LxmOQ!7 zq58`_kCcx8d%=C=M6T37ya5ASiZUiYNmt#uED`eSnLEQ(-=%H_Yu(Id-TgRllN@o} zW}DinzDmxX>|8q|rnnw#@C<9Icc09+RG z=x?FJ1WJkp8i4~7K6>1RxPlGgBmoX%!(Q$P#YOn~8Yuf-*zL03mL`ESCO4{ArkK_* zD7bM!lJ+0I@bLAFzbn43`!)}hp;b$JcNtK zZB-={ZzvA)Ah3{WO8O+qpsQ9_$`&Nxw+H+0ro~ zD8=aJ8`H;=8Qtz9^5og#XB0u@-%}GzI_&J$1n)nhCH=Mz zFn8#BudqLgQ$u*`sz=$^s=qkLCnP;uSiLhK8k+5J>YsVI-6yj=oe8k)t6r#e<#NX! zSD+-%#J86OSMZgGIe7e!2PX1`37!_@i^4a@%*~A#9%}>Y1uL7L(3yV4@4cQDcd-Ni zsN)L9^=a^7ACIIvD$OVaeeU6})6Ru-?9TCUkQk{q5ylR?bHdcG3!sK3rB^qP-hf8= zl^xM(3h0^A{}2pK`#CT{uOO1mbeq55>G!Wlb7%`C*a7u1#H?B<03JNOTPmK985^@4i$9wAz_~ZArlw{2$Pm5QUMp(bsu(5n@FwjUex~Y8 zSJI<5+8kIcc($#5<6^PCXE?G&8mAsY1oGKiq|nz|QN2wc!lf?NsUGoFnQh9audhUP z7c^l8-W1u*Iegm0e|~|5y=<3TLu}@?ONE}W8wSu!4qY^bfp)~)YFIR;%ro*WJSNWl z{0KUeTF27fl`)(a)Y=dA1CgHLgxgeB6>7!HVFiDegJ*%&!K^Fg4QY8xW18>#P*0qo z@EBKa4*wcT1f9yhW(4g@mqlvc(DC-L{OB(=jbduOaIu9^^A9p-FM~hn@{Hn{IEm8Y zDl1-R$kR&-dxrmpINI{#%u|((CYVOr#c;Od7Qh|HD7n1(-pJbntxb!}VY1g&mz4(bPxJ{?h{1q04`{I0}aEqaf{-M0_E}SI}&-F z>vzv-o5IiH3V&=C>hPsccJ?+JXFf8&hszrY_<*2o=qqXIkbXCw;HZ_jk_A%~*sZIo z=e5PNq!vm&m=@}zEKohgoT;u-44u33uEfTcx0L{BjT0Z%)26-OGUhsBcMLRU&zryuLjgpsj^|;6FyNMI;f?*ukKq7OXwyDFNUZiwuao( zK$6DcE_(Bxq^HU!FQ6_^&Wryl`*CfSkXT49jPZVGv2a}N%Wxg}BO#NS)4h#Mlb=Bx z+GAe6Ul%iOmQ{B=jUsMX+l;(BX29_k%IOl-oQmJv+kcDatKhH2I}E`)L;h*oXSv;E z7HXF3pWI&|i8g+{(57|3l7I<^k7agYUP6tsokR+lWm48T7vxGzL~wLuaIMpBdc?_U zv|_y`aN_wCB2EylH%h1g6=ZYPl_Q%7Khx9-7XfYrXLkhEx8+MZ8!?ZbUKV>0da>mI zQYz|u2>Hw432k_gC&5RpgwOs6>Q=6tISJXID8}aNr|4N(dErf4X2{p-Za-{%Qp2BrN2u_OjB-f6hP0>?Hs z&yZjxl;GKuvbrJi3YMz8o0i9}x0O7qT>2bq5RC;1y2ETk)7duf`>;0s4T1oEj{|~d z+ei^}D{tB%b??dIqJlNSTJ(#fOn900V$)k~0kg{?>%?m7o5xkNbFKeh#;ZIXJyy)A zl|eG>V7qC9)LN1QZoYyZdJpgNAEuYD{jC_;<1YJ;(6f?egl6q6~-l$Z&EpVPBf zyhzp&fs@eL;!fUd*h_-%3z~;DK<9V`@y$Kg&qRdqEE*&)O+ym{d%dicm^ccPGauA= zmwTe7X@~9)-;%xYN!3s;x@7gn9#GuCE>ur;T1KoXoWHt=?YIy+@chE6cVTI_DG8AC zZA4;2c6!g}iT#KHv!zeVi>SWfklh}q0L8}U;a~g1lsEm zd0N7;{fen&%r)Ex|2gFqCxB{w|8>ONso}uXa`1T_&#$ha6Tf+gAa3I8?AB{;nod?| zuN#nnFDu6rednwB(^{8*5uD}|D2+B(cDp|3tY+c4Z*UBdM(Z%9)1(m7l)W9C!c9xl zVEWqRx9Vh&l!2=7Wp??tjNr`K<~to>ohKU(ui35N6CsPB2F|p{+JhuX1%`I^f>f8R)|0N? zVo2$<>uz@SAe_|*>~B~PfkKak|9#=de+jr55l~=%m6}QX*<=O9jR4T|0uf3kfXy-g zD1nA1ZMYRE-BvFW2EbLfq^9BxyF9relTj@VO;}>WKWHZ&rK_>ST`SzopGIJDI2-@r zt9Xa`m+!m|&-M=n2BMvEX64Ei4Dty7wuYjOPbq%B_^qCF&9grvP<82w(vR1?!A*7{ zt8?*3UpqpBm^D6T%>QRg2UA1|(ZWi654Hjuz1ykBrF zxq6E0QmTu8TrS5Sd;6u+pR%~p+MkMH4k4+x+xbp%=8`ggUHRI(<e56%{rL!$4rdT~?X@1dkV&jjVv_By?MfBnMI)Dpd+dVU^@`Xdn+bKkT$BGh#4 zt&O^`3=4K;j*$}f%TFtOrJ@(4e;^p8&fP9Wm>UC-}dbHk7*Y3?3a1|Zk{)PUS_IxWoy{8-_Sfb zIgNyT{OZZ?p+s2W+?>pwJ-tm@=dh}05%%sdx&#V_Y<|?gm-JSxV2-0~6818_+>_qC z3{%i(@W1kuW%5g|cdLIU5=MvA#vj5$@a4^6Rb8N0!E6#t$$M`$Mdu~~J_nMfRPl;vGN};Y6+`9G0_50orW*pq){Rx0y?bHyftc}}qHwHQr z?<2d!bz^i`V|@j;L$}8&sH>ndw5fA`c$$}Q^fW^xV$k5_u%naYwj1)iA7(}Ol=nwA zn$3*8Jv-pug?`DdAeG!>=`gc~rx%Bf-d@EO4tWOWx2K3Qy2cCBJA3M>Ngh4z#A_sfN((w?4edNKX(uw_tLD-k>XCf0()_Ac>Nb7< z-hSGrB!POl3TuX&r|Z#6GGiY9C;{xvt6Vs`4bYn^MsIozMx_bbBCl?x5mUN8^v@9Q>prB`n}xu1N^!?`f*C?xoP z)vq__`h1nTvI`MD5gKg)6VVEn%(pmJV@#xI`s+Owx=kj(^l;lvs8h!|ZlW3vXEP!4 zkHf#T-{KGJzDWd*?zBPFvNz}Z^_-1zy;1YWjxbcB;6laYrS5ig?T2;~z1w&yon$MV zev^#pWo|4qIKE!X?r`VM-%CVf6q(OA`PGgau=e)yWnMz`vG)&2w_B;6|5__* zB+)2i$Ot9Z+zB`YveiQ|#r${L#Z%N^7+A5LneUiH;e?Za#wo}chY zv{iX8TRcFsLp}`^7QOIJPJJwwbHDJ2E6KysdMx?+(qnDS&d=?5Q_C5+7TXbX@7?`F zj-d7zzb$^v*c8yVfHMv-@u4szeFKwW!DXmPR#40ZuzKd7NyDdS)joVR8TwQCAv^f# z)k|OYFKlH#YT0$?Mr>aMc|1IlaesKI7>HE3gmXfijf}!R2GH67+>O(`uYa9=O?j!D zje~Bd-mvQwGE19irhnyr*#bW$|@`WZ{Bh7eN3VK`pe*JdP@ntZrWl{5RD_v3)DAp#--y9hkuq_=4kS zC7w@Rx%b|M*4AQ&^X*ZSps)>kpvCdi0Hpd(09k zCGYX`Uge3UpHw1k78_c(c|cb%#RMunsJ=WIHF*k1k!&=iBK)`@*<ib;P zwe~Se)om6qKj`tnAuV`Pa_P&tlX}jy!QBNiC$6R!`k(VYLIHV(dasi4TU_Ja%QUUaNnx3@-@%7<$O5+~9X)>I2J?)9zXytHtk+om`tN{0Q~GfViTR1~Gz* zG&Q>)k~qJWCiHLX9|_PauDOL$y_tCWB5uBs*s4hriT?aa51?x~%Q!lqQ-GSfY2cQ) zf%kxSvQrXA&ou#HD|hbdxl%%%I(fa}ALdk5?$;l~S#^MN=y&4E&pvzMJLiM4ZhBi7 zf&hZHwi)3HOx)~hhtr=98%fC6MIbC#%r81LUvbvHD^ji4G`kOOYrKbu{Z@nuYR8P6?5RhW8?1r1|Zti(& zr5N+|$v)JNk!)x@FGqj)==`@MES?f}wzh`y<|LstYr_NTOK4cew_a+7z02Qr|Bcgd ztT|w zb_+$GbQWCA>qbJR7BZKoIn-Wl)MekT?o3B3emBU!`#L-8Lvr|1}JFT2?Gb%tigI3uv>9vY2^7WSy!K^8q# z3tr$XbYr@9b)ld5_ycQ04A)OPR+;6GANAl_x^b)4uv&}$;mC81`)?*Fa*|9f05A#K zWUTI?Am3eqj<;@vnLTTMJ!gmHpQ>twq*he1by-?emgt1nU(gNNeGv_`;J;*D^|$bM zL$g_F-d7<8`=?9-(4+C!z??3ox$Yrn^_*u^@1&FpMy zlB17_ZS43dLl-9&6E`y8wAUe&>l~K2>m9rR+8BeD8RNEkek9%(wut-taPb2IYdy90 z696)Crc3;hfg34$PdrZDsN-56{wXJ!vu0_`CB&i?7;KS1WVP8B?hfJrEn8DNZGs^v zr=efWC%&}IG;tPTt>@(d#*N1ekg-CC;?t}8wgr;9o4y5mHunIavCDRZ!~P=@SmAit8p@M~!k{%Wma zA(}oqpvL>Gn*9lFem0Fxa^bUR^k~%sJv|93Z(mdiUB(g{!Y2ALh7TQ}M4GlOJ1V&9Ed?7ZVm6D#;Da3q^wl2f8E9f7L%9(z3vTaA4_51WCS>sdt8__T7 zCL^@f`F|&+ai6WER_FL<+IOex=WFqg69r&vFtRR<&E@!g4m+qKg&R|)|s0n8N zcW}Wi!apC&@>S77F&_X{f%jWb-L`(14Z(d*x8G{Ew9#9gFiB4H@~+p?Z0{Z0($b=en{dWP8N`-^ z?abouToV}+7_wv_nnD7Z<@Cj^l{v$K2Fv3$|1$`$-q`hcO7^+w=;1r3t1*tE2_L@J z3t46BTtD#l=(^ zg3-6Pl`xZB*0}qw=C+1)(XT7n3WKzBO+YfHe8nP z4XN`B>E_%;9}t3_b{n;?s5Qo*_i;FV4e>Nv@z%DecW$Ci-VbQ=-KEo5$T#Q8d1O8D zyaaPWbDQwNRrU;DoU+t|zg z%wWi!|4X#le(G?{eDmX8!J$vzqi-Q=!ILG2vrV1E;Fr$h2GL#vWM@MkPR0uXs4@k; zsjpnTvM`2zod@h51U3P&09z_K&D){+AXtruM15tmRmSl-S>xK)$@tXlj-GUim@MJ zAJlO8LAuL3*X|BiJGqly2*cr)KRc2&1$_R;>#;9rISh3{*JD02{E8FIa|LDIU;95K0$L zrh33{waEFK8V7-Lq0u+bMaHXn55jP--hPP-NEFcSkjk;Ie)-{PfgEaJqlcN&GBtp=DE6>_*wmmsNIuk1c|!mJLiOB~ZajI3Pco8t`c-90Vki5RYx5y&zV7Um zx!D?AGoD&I5}Ceqg#aBfC+0k#d)00-;<0+H`2M(wuImI$Ev^y6y!Gz(lK)C~!Er*; zuZVM=3SgbM<8ZQKz}xBhoQNpX_tn2b1eLJ9#Uk5WrTn5scHgJYbds1Fna^_YnMIYc z>aeBgvB}=)7#+t!V#u^6eMg)C>qYr?!S2t~nr}XDpn2o4d0con@FzPEC%Z*#)%8sn zRN9&usrjbN&S-A0qHPB2c^a+2`$+B(Bv6B>l60Si7%v+8%I0+AXW-(7w@KhkKv<;+ARt7i;~K#dz-1};#P{QTC&L1}

r=(UCB&!gZ^dA`w@L(j*yh3! zJ|rMiJr^d6y%IQKzJGJ(z6#f)-G!om*NLEt7rMC~_z@BI+gHI>wA^BH66`0}^8S#eFjP zmp_h<&<)3+g~cRp6IA6j;kg2UpKVeZN#)ZheX@%8FKb~@-8Cx}b4k(clV+ZKZ4|3- z3<39JJ0J_NrjEtoX}45tQ&<9^|3gUX_o(hC0_=2X`{3XZPTr$tqE@b1FmCP=#BL9d zChY>uH*YOsU`>6~q(xKM{tU5^MlJLMe|zC7M*H+a4XEo#whzp}!m=6G%V zD-vY)a0W+a1T2pd+kVk+R`0q4^PXj-9Uei2S!Qe4Wc6wQjq*Wz@(2fzf9?SHf0KYe zM3VD@S)>21-Y2RiZKZd=E-#lnsgVM02CDBIYp@&vL5mA0k-u&4d)NMM$~<1gyFYyX zd`R`&o&e1ljZ4roN!x~4%31uAeU0*c2uY#!T!waX93EYORYJ=n(7MN=I@zRp zS)p{GG|xHZWy7M?xI~J1m9!^S2oad|GSZkI=YG7UXmT+9qvcT$Bi+CUrW~@PrflVRmQm8VN#mXq^UaOv85SlEjBgJ*n0A^ z!wTS}8%1Ott^5sC{p-4C`UG_?r9MetI;WMAY~mcFhgckCz~Ze7uor{laBN1mN4b0H*yKyuTqPx?^~OR?J=q zxs+z{Qd}jOQN5Gq{g19&%~LVJ3N6`3sTXlo_ub^^No?vXLM&5Q12tgmy@u*R2fqf^ zT9o3dn#lj`@J0h7V^#aW4WYqs{e5-l#K&1gODP*zVP`PEd`T|}bjk(t$x`V-%b{D!y5 z@JX@yflJT)wQ=6(Te!zYHh9PGO`|~yBf3Egg&~W-6F4)$3os2d$``qK_C@8TbGtS@ zqt# z@i1;qL-m?G%As3`?U`?VQ^?|Cy+e1egW+dt{MN2Cx@}PIZp|05@%}Bq+J{%(i_4MC zF{Xxr8|<7;;+Hcm17#+oiYT>w$k`hlOCu!|sKNQm=9`hBNrRN2g|;#KzC@ehNj_q| zp;Ix9OA1lh%}CUe`q>?Pvf5s?XYJ`)o-L18@I3fOIppksmTInJs=WK*KiRa-4FlyX zONj(ZYNDfZX zrs6IL05Qk-yvy1btpqY+>C8;=t<8I_@^UoFdG<0=66A!5ZsNXj^C4Qjy$%u@qt@%FKwYQymc%kv)=x?7hdS2-&iC zMv{<~J&F*rXW4u2z0U9X{`~&<-fnLF#UWnjdS1`#dOYqAs&P-ioHy+9t6T--iE9Rc zO+iFTjHoN6xW>K&UKlpNoRJ&-UN2vhbjMM9(yF&HdDKm}ypVBGTPkais0|q^fwn3L zPW)_Tn~*K$_PQXN5p(KUQYSrl{Ccb5 z-2;b39m;KYs=H|U74Y>vF&<-7{N?9=y6;0-{IIT4=S$8igsC(W2N~t|^5^1B!V>5r z?G_f2#fB*wtS}h8pbPBQeITaD=Az^u@=)<}W@OK$e=^cCe@TIVq8k(X88_OlUP^$n zijV7s3RF(%MJJ8ILofa{ZJ&O^SUwJxEUbhn^D?-un*(OP2ulXQGgu z%_Nzp1Y&~%EtC@v@pf6Hktp@+JnG7{#WZ%yA39P9DKSVX>uN9Vy&krcA0zGDW((^o z9-Fw<#6jUwMWQJP?|Gco7ezd`Lx|WDJYPAF&Oe;L1Sv3%?j6XvYY2Z0Zr9wp7dt6V z{`rbyqJaJ*rOO+bRPj=I+T?}k$xn~i%c$dSPk^H`n6bFToN%qmV>_k^B{y96;7st5 zlOs5wHKM^aAh0$Glz?W?suKZWnW%<2x}7^$-dgi9g%8ojfbJvJ7{|}|6Ha;nWzWn6 zRiz3LZ`+>0(ErA}I?LN7ic0GLKF~C_p3Y~jGfz@TgQu?PlD{(4OuxDQX=!ny(agf& zINIF;QSXTmGguD*?EL7>7cnzESB^6YmQvCXQZkcF^%?d;H%?yYzNS&T_(Y(DNfVn% z6Vgkvcyi-0IXlo&BN;&wk-*}ZzhLAoaYbY!(k#>Va5#W zb~=1aM0qktK!*6U+le7~-+loKlV8(Be1d;%up#h{(sQ3)!mDCp{Ey7UpaZn#A>8Tk z?(S&VL?O0oA}AVRF4?2_U12B}CGggdNaN2tq(xUQQ)rliFF{?z@K6Qp@8tsQ7tGbR zctIs(SgY!5%rsv^^q64`H%d&Aq>0X~n7Vi)%cAl%-<{zXJe8S{vq|$LF(+R4WbH%M zR|@PeF}mV5f%=?SH#|hZ_tmZHvre8x+9 z(`UK~9Z(Z(gT=5vw;UVP7%mbE#)5-6=c8QSgAwIB|G?SI`*J zKi@A_ZKesre!3l{GULpPuqF6b^a}z03L;|kK6>m?0wvvcPnw3sJ{7(j)WYVYJlN3k z171IxN1dTsUCs+Q2g{ldTW4L6DUdS4lTHsD4|jMD&&iaZ^&L3+x~igX3LJO1*6Y>a7zd)U%floCJSZRMgp=T zmLMNnZQNMBBi%N^fZ!@9_naK`YAG8JQwmR*%VAtX$P})mUp)xAHu&TgF*>)=?oHgg z(12>%Uozyf>XmDP*l*PKCN}DnTp86H)5M5S9O7L*+&dxzs=vhAiM4K!dZ7w{Azrx9V=FpK}N!b#zGIqUIUpM-k;Q2@Wh>Q1Pt`gQ&A8BU2|;S|%ld zKLy^x&MnalC&%+C3^JC0RWXh;Nx6{)L{V-;y@gcG1))P_q!+)FHi9K{r|} z;L^RaUr|axzBNH)K@RrdUfEaLXdNp{mHfKlMV)sk%BN0BpL*(|bCUj`kJ)7z_;+ds zwB9mOCV5Oy?9Gb#nUg`DaVSm4WUgFxg4?{kd$EO|c40|uji6e+U$VGtEj{ItmiJ6s zdHHWDzMqNYKS!%2JmwdECwt4g`bY5F&G;G>gT@ut%l9~38{Mb?!WJ18cx9`b%42cc zmbe!17`=t)FwE`CH-Rmq->U1yo}BKbOgsEdbFft~;*beYD>Npxp?_O1 z4*yWUHOo|t+nt!$(*JT%G%@XsIA1Q>KDIh4Xnku3O>rvBPNr@}RhN`C+$LT<0a90>+*jo_ZO+qn zO{;jj$%vo@28TGgI0nV8DuvqIfzG(c829Fno2TC6TrU&uK(((pV)hLq_4Ggel;x5K z*%GeHLu0)(ijj5A1$cx%#7(JWL?a0Jk-rjMK9TO%%O?jJ^{UWLmlH;nNvoQs=cO7= zo=)z%A3RLBh*mZ5d`kB$?z^v75!-M5%$UN}>cXd1>z2z!BnpS!hNXD{cH` zUh_rC+hzE%xO5m?9ZmNY<^Igm=rb}o6|pksRz6g)v-2abzFZ~Ur>uce`yMrZm2S!h z(_kSQU9Rf^tKXlOIBA{mJlN59oS1A-O9|Ki`0=AW&$m?6LmM!9%W(U>;pC*tS%7@KOntiD0u76ZfGkY3oIPBuXl7P|GV|jIEHhOlV z3zL-g$D=nloCGsBodXM4!WWgvN(3}Kx+n`Oq9C$F(pW0{X5#i%vIDA)5|s`z@zpy$g=P$ zOlyDYWGJRuOG41@={n zc)5=eyRC^WqX|-E@@D}36%YR&1O0yjF(e_F7j5D#JgOx2=JecRq9Q^*^yM$-rQeOF zR=V)=O({P*v`?k%ZYBlSPF#$z|NBF>iD$)gXD$o{ahq3p#e7XJ=M0GbyV;Aw5JF+> z=a%G06at|FZ8mY&O-kPwqMxottD~uzpD5?WIOgOJ2`I^8V|`CO)D9)-0X zm6kMU{vqYy_G#SeOk(oBp-R}_q(@;JW}|*YfPL45(ZldGJ!DgGs)p#voT}QCDnV3U zkjWs!6Vx!_DkeMFx5l(I?zR;S+Pu^wrzIYXk6?~M3IVkWQmz^K!tQ8~HYxeN4YiNH zL6iD_-`XCTR>HaZe|iihR@6rDcM; z*57YJ+R4}Fg*?6oIKRyBe!h~qdJ>#_#0!1VLJKKWPhO$UF9CaHaxgYID#ZK#hA$rQ z>DqwZ%j8z0&-$fxHC}mkR0a{3kFWoxJNcx8A{}c(-NE_uvx7Ig% z%0I?U%_graW7Op}XOZd%??^F0*p%<>c0{kiRKk z!$6$Ut>bao6KVuH9>wPWix)_~<9RcsPArE2uc%Oe+^MVYzG)kKOpx*AG9Q~ZuYjCZjhCmeWh6dk0OT#E-pOLcGPraEx}Yuq9i zsWACPadw}5MqsonFZ-71_%_FPJWNgu7rwm!L1dwxmvSrnKXCTrp|^dI_ha-6RGwZy zhrjLUs=^b^wKt0?_r*?M(1}joPc1*Sw)CqE{0ofb7JoU_(;;C7bHvri_eYc8>pOTC zcujm!a@zbnE%@N<0gO;-+98RLnGFAjs7rKo0@E~2e%-p4o_nBZGX51n zdc((JyDP$S9vWIhc7nqgam~Za1{4{N;&~WPPQawYavVCCafktgcYId4*I&6Wa2P)> zeP-ztR|V~6gor~b9;2qR1nc3#QxC(=VHU8J4jQlUMri)@ax25pEXNk9r1zfss`Hgg zw1`m2dSr9F`e(SXhBE7$w?lyIXWQ%3F!dp{398iOTdYqgA2sWnO?TX@Js{QT3Ur>_ z!fBoIwnuf2H`(M}Lo(!-3X}K7q}Q(0zK@{;W#{IFiOqlNa$Zm0C9!vB4(@lEu9bUD z0caXs18;P%Ei!?vwjaSt#kqQ1$S8JTtSk526&VLvx)yh`1$y3G+acY#vDh69LGKZw zkQlzary?k#O9Et1yZuIzD9Fzc{Z(aZShSrXZJ#aos&xFU*6zv@e#I6~r< zsBt;ETKFd(;H+uiA3J}T7ZB$;DYWeuA6JW)q`?2W1P-uug$!1{Iz13sC%TtZ(_x>M z{y1pgO+t=-AU?A{?T%B|a%s#P2zgOoff_DlzF6nMBz4bE*C^W)=4=O>O-)X#{FybH z(9PDgOL1&UBwXeb`z^3X{P)>vv1$J1G1sYQ>ZG@8E&DE865ip>Jnb>T%H-S|a_K>; z&AhGE6({@%|K*(x4b8pv)EZ=FaEOuexZCJ{|6fH8Qmd>02Y%70E}eN$YDiG|Ed9uU z>GI=EFvYL_wPybIePx8XCh9U@PR#ua*GqYyo+`XqpC~{^MPIF}8GC_~=i=<$<;NFx zTCQWd`=U9~551?D79Hd%}rL-G8$6sH0;{lfKJ+D5OI zv&3?o2F$kF@goOR?;c5oqR%wB;(8-qx<5$=|MhLffXatJ|&%U2pj z9#oCp&e&pPPBL%53(b#|@}c*HPOG_bs}n3TuNV_Qv@Ld@sx{HtI|4@N&j^>bDG=VB z)2(`#93lqU+y;fk@yGncE_l% zvdasmr^rY23*XegSc(faeaE05jAd)v9OivkFSewq?}-^~k6yOj5K-^@)|mJNC3B?1}ou3pr+^9@F%m0K)r#|^Ec)+fT zp;;I8IEx1&mp(;)aJSF z53JMb-!G)4(|damd}&9wL`A*87Xb}cjm7=A8Vcb^&?BtC);L;M9w#bVvr7bCgnsy`A%rspm#q(Dd(hk&#-zS%7|P`x1QJ zO>uEdl(?ad3DM;pB#lRV-Hd<0E1y()<83&%+!Q6=vfe*bzO zo6|x-fS!}hNkaxkj1ma`XuA1e|CJ<+tA>bA0ezUU6!))>!S;Dlk}S*UvD&aaXq1|C zBf@sk&&XaBQK0=tAA`u?#)t>jze&<7-WXdfs(puvXxn}fA~u(_a)WRfn=3#ClkzK} zfI0RNk-JfPELmJi5mnybhfl2-^m&D}EDf#SikN&>z_bv1D)XIQ!ihYLL$~BA(+lPN z)Qz8yg3 zFUf@%{#IHBjt! z2arf~C-SSoe05>?@49QI|LJ`28X}Xw$CcJ?;QVIbIFsg*leypr?K2^an0acAN$6!D zSGU1ygh0;@n5ophP!?eL_ZVPHbU=^-hKUBQ(Of5Sv!AL5%W=07?X7ut1}RI*#rCC= zjUGg|rDRcU5dkAbw(qx&mIZ#sXcn8&M)CF<>nQajajW$r5y$mrW?`^gDw>^rK>48- z7I%YHp`K36`9vAPiBH3yuIZ}Z=yhZ8k?FjYSrf9<^&_o1-! zxph`OG2RkH@4Ieg*MQdw?}Lf8_-1%;<(==cLq=CFo0#Vhnz1Tp>4XLGKP*}JBvAIc z$#V#3kp?F^uy1TQA+Runb-;uI#*e5&!O6jB6ulugT0DU1ZAFTHOooeoX{dyH{}6x9 zeC&g{a&NhP!GkK}w?qiLr+{&Wvib5AzTMC1SVB+kVvJ1^>*=ro#yuLt{ZuDWSb#mZuORh$d|H@{801 z=3((jKvMe3>5-sn$6uj}&Oh3ujTP>v%tXL=FhMlVo%RW&9}V(71K2}&dCq^vkqzSX zo)wfnzC$SNs+~Qa%YJ}^JE9E;zc))O?f#iu9FZzL(%qViBLFaVr48Q>zaM4V!l|w5 zY^aSOsLaoKj%yGF4BTkA13^6%r;+a(-TUvJxzd9d#Py@G@57hO>5w*kTG9nrMrrE& zn%u4R>YM%eH0xi2jqg*!{rEyUnyj_##F~Z5Yg@=^v#4*BMub>v${gT$>)(*9PFvUN zz2U(kUjgQCx;(tZ*lRm+0ihJUe|s46!|#%r-Q(Gbar~gO&4JM%)7DfQ3CeUQJ8&ij z=2X}d38kqwEqadBgV!pz9yb4wY1Ba7q$@VUU^>4#qh=Dctn*}MeSUH<;(eSb5ihp> z)JB6e4B!}|5HS~Isy;tZM13MJ;Z?&%EV&PywbUm=C!TGPl*#o*>Im>OatM zCBn`I3ni6z|HD@dJrpbzj;HUWodj4>(LgBF9LKM;LR7vM5YPVj*{r<>(H65BP9A(u zQ1|5)gu-bdK!)Zc$`WOWGRznBiJgCWl_T>Hi2Q@!c$TSWb%$&Ud75~oS~7PyF=!wkG8z>|E`490e5aIPSct zsw^mu408&rMPk3Sf2N(Do`&iqo8j~RBFFvwXX*7wCv z%3qF(1mV}BP6_`l&c6#CrPr89oR1)bTmt*>+m^vMox#nV@1gNY0o6_46Ru_R1ov$R zgdaWYJ`Ue3`vN9m?A$ROQvHj!nE@x_4Gge*fE6{l?7McTBm0Gq>kwmW@*M9Fnc1Vn zPWt*k)Ww~XXObDh_o%1VPxe$!28F5wmxuAdXIxXR9ReG*%N+IZqU@W!8~2&L+DikG z9Y)=|*~$#2pe-vmMmh<5O_@OPJu%QB0e6Bwi#kpJ?9|DCYM=Vyk>Q^aF7Ml{w{a3c zIMZ=+>PJz5-*i%RwMVJhpPP&&sffyiJ6WF+G{i4o;HWBz;!6lYCOvhfBTcMP$68L8 z(W%=cSd|K&ZQ{ln)`>a!=% zJ=_d?AlMyX)FGJn>6<_8zqGvx=IST`rkQf#Q`w6K8|`5D`$ymzpaA^cOjcz?Tn1d! zPz&=@-l$$H>krIGZ_V#NTIvjU)>e|5#j)3kz&t4eG|beAA`MQx4J9;XS9b~sj4yvO z%kcBqiMv&X0BSC7Zld_4J?@Xz+5srF1sNK!86X1MI*MnTEO|v2IQ1SaYOwWnrh3eW z(r*E*Ni_cMG*~oUkUI@O6jRA_%mp&?P!^@ezbSV{7ht}Gn0g2mEP7T2=A_s&cHHuB z1fk;Xc_q@kE1g$gL$CkUl1au(;GgpXWUYqZwi>YhbJZ#YB`>HcVb{A6DzWC!0I;XG zLeG?lS}Wk%GIRc0_u`B1R^X5VYfaT?IB8KZm6_zE(wSl}(k9DJ#2l5GGf>9&u5$&q zSQ`m!o`41EtixKlKB48l)4_Q>fIjC~e2nBukn$2E1WM049Jac)@?5yE-_1*&I&AAn zfGzsGp#eIy9cG3(O|LP?jRCnSjj z9kN-8BlEnRN@+AnVUbnl3zfKzdY|{@a~Blgq$bv7r71!+VZ4JDv_IY;j4YPhJes^o z1Lk|5Dp-p#ynY`L`0QiB^8>ZHaSRcd+7R@i3$2C@po5TqZ7*%XQC@`kwilCn z!;b-aFUsm)T>E}hcOVJOs|8yg)K_38Ph)0IsSCkI@gqu~yZ(=7S4VI)`L`tn&CgnC zZ+|5Irpic)wVMcmh#679OKMLz_R4CK5N3O&Bf!w~Mlykg)W0BR4{fgpFGJT;D+-)e zUc>)B&cEP@`tMIze+X-K&I9zkzEz$*$v8`d#&NZH@r{(yf!h^$=uW8{NkhS1s(yrk zUSNCnw6n_O^~l$kye%qH0ImF>FO}dZ6qif4-DM0DN`7cClm>q!-bx6oVL*2e?7@WI zh-#s`n5L&fE|jJ~ShZ<|s9*7{2xH{GO<6upe4$aZh{W+Jv?HG*cUgd>SNK8Um4c`s zE#=M-ueJ8)U(7P31*^#%ByNg!=p#6-Cj{uab@~3QoT$E{dH_~%43m*4F~_bnMW~3R z(%g;t2d6#5)vhr{`CfTf!YP19_=MNyQ5XF$+2bxSH5cSqy$jqO0GV6%^ekN$58fa9 zNYJRPU|L6CYNUMY23y-SH$ojV7C<^K6QW2iBJvH~BF0hydm#hZ5R%YaU;&yxy>3WX zrKm0rKBlJBpvNTik`(c;5<=s@g@H&pc+-FfQG3c5EgNefQ)(XS>SG<9i>vJ(mWo#7SrT|5AvH`@vvD=&NbBw-(QQ|4pWee zV1o%faAS=Tr1J!l|6)(aHcfM*sU$(4uQh(Q&RxIi*bmXS7HXAXJsj!HRL~NL2#T`$ z%3}q|s*xm2iE^zhpz{46LOuH?7*6(nEWosDzD<8@{?B8o#%Mgb-1V=p*si1uUOmBS zD<2o)ZyoKq0jQi98(+yNktT=i=q%X$AEv3(s=SjxqXOx6RYkuRSn?SKjzXjZFMB!w zyU_RcritCf_a&+XqVonao|?*ytvjsOiM~a{y_wc=gHBz@q<{FywP~4`rce%ErO>er z#j#8r5?h&_dGlj2n<#vZP4# zPBGqc%y;w&A{#ZYUjMal9Y03Bvt8BdoDHjQD>$n8@Og$}fS@lkV@qu-&J6;ye$ur_ z{?WBc&k^(umlp+OEl--6MfE}wM1z9#t?mWBSF-$mKjhg*q-8jPo|x(@_pXf>1V|U; zA)i{?8jcX0Nrxvir^!e@9J%}5pNib+ILLcOp9v`Rk+?;sN)XzIM(KBb13Zg0ic2?u z67^NXgv5fihSa2E<|NnwRk!obRL@06)U+vxc|}1S6ej_e7TAmXlwNzrak(Rs#c-~s zUovf5p8YnaXj|TZcMoj5rX>X>kd5OGFCtrl1Z6TCSG-FB+DH=%waxJ3dpoR!XTtoe?&A+vmyxm)Qed5gL&7W7XGre1aw;Yt2MvSYE|!n>Ze8Kb zRDeVzjh`n1=_8v(L(DMz;sIZ<&ds+pk(0LyCaK8mE>HcJeF(+E&OxB}3EmMY=wWwp zd|;%92MN;7Dwz&uSKGX%->5h=OH$Lv}!q1lW4K&;9_9tuT zZ}*v zkA!}Mb8JSW2wUDO7P3s^eiEzjJ>q~|v08Bsa^OB0i8;~2J8OaC6!e7}>J+zfXX8PM z=7uewe-H^<$Dq7uJt@K_`hj}(?@zX5XxjoxrEx(jAeV0z^h+aF0gpRg5oS*sIxQ#jf*j`4~U&; zD!*ha48togt||L23_}G&m8`uqOVNDb;@{K$?AzwWx?ldNPtEV1?P>E(<$OO4#jRGD z5yEv@CS?Xa%5Zx!Ix#0^1+TQ>7mkP9N~vDXtbgUZyaJXHB$yLT6~_}9jdYZHDJOpB zxd}nxKD&6JfXHnMrrB*&2|Il$WL&>^z&vYC&x?AWBH!yc=emjat%9O)SDWi@;(nB` zfEgi)aql%fHP)fqagO>>U4H*p=r73-Kk{c*o0F%5P=0P%us?w4p^){QW0IZ!v`sHG zvE3j(kzEqRa1!=J*~T(rleI*uVVCtRnfTl6sXCrN9q_1@Lwc(EW~f|>>|;crmE(7^ zY(||@?f!m!>5zPQ)a@N>X9P158%4yF*UN`uiAM&jTp9|`Xz)l_ZU}@3LXEQ?%k{qK znOT#M;H=Li3T7LsJZmRlGXk52U>zcFwiNfIYbDs1*My$dYTuvQmXI$Y_M4?oQ}xrY z2vU;KPmAU^QSiFkx z#RS##DBASyA$-oHHz&Az#8WYNGUM2Z4f(mbDMI@L99@p+@}oW5l$Vf}SkY#&|8NO1 z#~Tt5({*j}G{#+0r42EZgJ>Gv`&^t)O3rL}l_r{#IWtlYV?KKf zniW`Lyze2+&lL6;_prg4IhmRDYfZ#tqWx_8;LvVzfe}E}C*Rxgd3m_{FSD*I z)0r~r$-$m2bd+|7EwP7VpgZ`L*Lo9WN9a!`4WR?aY;B+;?N7fB}B@* zFK$%m^WW4*ED$5DSO3BshL@sOFR?wW=h?#1p%WL0p60>+1lVx!ae{Y`me7zZ`Oh z8XoKJtbXDqAat|zmD|4t!7g(f&tW46nYUvrZn*;QYg&J&hcE4>X`w8OX~rwIaO8VG zaHm9IU_U~wzaqpv&|ZZaYq5{R&51l5C>lrf6s;yRHPZb_S@n}aG!6|_7m+piEZQkP z&fh;`_d0fv^(6w*XE;7+mF!E9u#x*IZ}_xbl>}nh&_yl>Ie0Qw>+s6H$S~C@Ai5jJ z|LYpbPWQe*|NVL$EZ!}2ri7l=zqg;lMBu9&8g6&{cttRuS?5dpts}t3C2Y+oWU6LF z;OJSVI5b~BCcGk77rMRWQAnNJ;n(_q$`K)UH-?L6F*=ut5BkGnG1tgYg8c|@be@sg@gUq10(rorHcWkOjWlgE6Ep{&v`r5R1Buj zDz)aEk0W`Cl`=6-{)Siau=@ykCve z{>jtt^niZ35%GXQ_4yhY56pwR#D`$-2KHxyUj(KPJGDZkn>a9}!T$ zdxrC#DEh)6sMS7q)0`Qg*CQ)<@uFztx8&ejQET#%rTwQ1-mG6WO3xV3!^SozHse<^ z)hmMkX*r+XgOr#DH2zYq{q-RAP!V13Hmj-#;qH#v`^UGLN6 z+}bi^Pjw}FOgdp(FF{3If(~Hsb5%TiaV2>-?rhj4?eph$e%cT~Qto~txn|ZQLi{Im$>Fz%E(8$6H+E31OlxVy)vrB^DLbK>=-K%~*oo8JupOt8Oxidp$ry)C+Qt^ua}TE=y4 zeqOyZ;MgCR{JqR~rk$?7ivtflVHmz=N$Z!!;Y}sg!3W(3CjuLsm0S9kh@AMXe=dwK$9gvGMRwrbchBx?VDhCBIRm?t~QN{M&lUFPyfm0sDaPKIgG-9&CVi8?vm zk*0gXOsGIY8uc(;pVan(0Vv(T=X}t|1XmCl3^tNg+W#S+vMwmqGUk zi^G~VLBs5B2ArYpJ_ZE6#&op#kk{ysoI%$6>&Q`4c5hx6*rgA5MzsFLH5fJ_cr&D_ zw(yTrdn2k1;tfPi-UoZbMv%R)(lKp^R#Np97nTw%FczKMFTb8MR1eV4QI;`ui()hv z2(9GBgP3A3a`DLvVq|avNjxdTy)g@Bj_H2qSI?&V=$@qLjC|}wt{t%w z6;!y~;0O_#^#j&Q271`m3~1dFh^o zESNczJYr3r0Hmq6pXjH3s3n?_AAgG@0)^XabpJW-OiE-)XKLSua|1#z0(m;ZBn@Tb zy1uy7BizVoAJ1=_R9$R7C)s~Qk4;A7IYH|$?a{^G&Xq404ODE?A^#Gj{W}r@TV06C;r$jI;#fZ zTKLU*&|d6w>oyc#@KFra1wAYfem63>&UKL+vtpQg9?bjWX}W70GFp6SY+>&B`(4Dq zBWm5loTY==9SdunEtOR74N`1e-?-~k?!}EVmgLbCiKa$xTB+S&m7rnut0@0oHEkUq zx})E{UNPWP(0gxyohB#BNOvxi@D`&kHVyQ=G9$mR|KYM9>vQeqFP;PHcOS(jN~OAA zwP23A#j>&CMzB>&`!XwK^X>a~{!ToGru{w4SzsoOZhvo5_`6H01L4E~Yk8$iv{<+d z=6Y#W4P9qUn50Uyb>Nv(BR^%)jGa|ON2F`!<#yIbw-^8PU!6JtHkQ$Du>|0c7Uh2oXdl+tL;WVs!)|aCak(Z>=ZiWV?vir8O zE)L5VxvW4WPm|T-{m2DJI61Svw1$J5lg3-)t5Q{59`~O<3`h)#j0xoYDoanWtPA(_ z!3NsxQaLfSdWojhMOxdu;M&V}MIz&u+^g3|KP!`ZndD`5B>bk^Bx#i4*`)4&ON{qf z-HIU(b=@%t50teyJ#)8D!`w6sxsO7-oRNUgFtwG>v{XNeX9^RAozgDlkEsIVuchmMTv) zO*Ls?bY({#Wb3Q#8|>qxG+o}{)3nFoLh)(tx5j=pC@EsOl0KBq2R``jcbpeN8!}Ac zW8-#YbbNkGqX!b5KYtFXp$qH1&u!Yutir78@_D7P{g4cp>E8abn!h6a`%wzT;&$cR zAY5_|$*T@No^RrJXP>%sN&1Tn#c>a9DdHc&_@46cp#L@%`$d6Ca@^tY z@kDn6N1ybZ`+?|DG8J~0lVi=S$B~qYlHU@;ZNdmqRo5O|r&E}@PFJHa^Cp^KfXU3Z z0RfV79-`Fcm@8VyzC+-%)vQclx;?%E5qOCu{3li3-^CgoV<;FUXjpipS_Ywzg`?kg zF3XDGZKTx`;ddGKx3j1T2{Td!)8}P17bH zmMxTwiG``M=~NqC=DD>u`5tUK=4bOzvTbH6(|{U)9Q65H05SA#<>nj-PrxA5dhl@GiA|P+IJ#J zHGj-qoXT9&xK_aamvSTRy2AXS)#|vZlP)~wtnz6I3OR}M>cZVM-vVC6Y_~|D@N_to z3~HT403G%_)Lv|EC;+NKB? z$2xCocE&ybeCO7NFR`|4M)|@aL1WK<(2XM`FeZKV2X>ifsnLPMax{4L<3G1ANT*n8 zzaxA*FSFGs*B3_50bGkK3@xF$JZ>UJ_A)x@Sn6^4+ zPB0|JSrr#wM2n48H#D%+ZFy$Y?!c;88xTULIcR}UE7D~B@sw}rom@;?9POC;yP8&< zYXk+%hhVNOypbED!5Af20$9l%A61t+UilG8~2R5LZuR4yXJMOHvPYu zu8+hAiAB#}!<~vrKxEZ|PKVUJZq`+$H|zLMo(NPYkXxS6k@h6rTZmZr%3m6%dmSp| z#`LRQG+|>Y8k0j^k3objnB-E zzD!|&3D`T{aO}L-9`pI9;+i(HH%kzx?Oj74dORHUl5Iv3JHI05A=#vqiN6n%^(oG= zV`Ar<^3(I{Ve4S%fw#zQk{_vul5v2skC^1aec<@4=}p+Tj?^f8XHxiD!*76YWMy&^eH3^BT=?jdly1C=~8aPY~Y0eg1`By z!w7g_iyaBY0V`&hR$n6kB%fcU&C`2tQJ@EaD*;VKme--}Gm8Us0ZmS_A2|}K zrWEzHA8M8_rCfKUdBWB8d=CHPU8}Lm;?_@$i_^*f#6CFiy(9)=idF^l5mm~9j&@2; zk4I(g8p*Ed-2KAN0F2pR#(9x7 zu033QSQ_@K4UC0=RfT{mNW&c9&y8ADdf~sf39DhW-YW7E)+OFbIZu%Y?YVhZtfi6N zxij)JA+Z`vuJn+JNthNRYElD5&lgH=0=vVXo!N(hf$u*gjt=_afwzg{Bd@_sZxxFo zc?iSd&)8wR#32Tp)mSQwL2zXkxW&<7w@V2_I9HC8F>+sD+GOgwd{rMlrz$M9Sl@dt z(dBws?A5N};SO9BP=d7wQ28k1x_dEsEyMh6AkSg5$GC~P8-v>&Mr>y%QH-9zU+^FU zpVMCg?P;Cxt@TU;*vo%b|AEK7Grfu^7IoCfDlZOhPSTY>jg>l%{UAhzb&dq40w+}g zq!gZ^L0@^(gR1=0@xG;~7Yb@#7h1J*bE`b}_!cv$Iaq$1!lH45C_ce?|EZG{YhlTE zbE~$NGz2VNFOkTqLi*qLAwOW`UgA@Syv#4Vxq?`{Pts2cG_4BsbgTlTdc#56hngyn zlD+@RmSr|@UQh8-&Xcwzeo|H|q?`ZWLgX1-Ps#fRTQHi%wMP-_=vOb-%eIsi#3VsTKIyPmYh8w zmt?D&hcGWdaP-nk5=Z3QpuLJ zML&2?fm$k)K)9;&r_81px>Pi0_aPDohi8}IRBvj=mvg!H1h=bXJ8_nZuSRVO=s^Y- zK4%?y?^8CXLK$?-6TOgDSIqXh)w_PBPGP6|4=@1%YcHhiXhvGGxgpWwp5eHvUEMdh z56hQG>8%$K%xV=^7#E43@#|EOl>`Qdz#jO90hEzN>a|!B9(@qRKDT_7Eb*sa{l)jm zJJSE8yi*FwTh`0IUHqoLP}&2HicSddbvk6mOBDz=tWQpg?%-_jD@J4;I03OfTEReU zhr>*e93)U*!e~4&Ujh%q7XIl;^ojkHNBw33BYAz8s|IkV?tSzmJS(Qjd5sktkn>A@ zxBt(Fr<=KShJ8gD2!lGI`eI6s+xPpCyQ}JMZmV)oJ421Yn%f!u%4YoW*V?hoff$&5 zTFLxW?M$1AdnOhMke**cR`%Sv-gfjv@L+G`l+E~E-~rQx+p>EA3dZ57Wyuhwr}=(B zkE42tlAIulw`h7~H{id=szBi_fzpOxo!j#m?%;=WRWF188ykBIM9g(l;dB#qt)9PQ zjO3B;AHAGnHK~N>Y1V1cG2uPZ)&|@|Se*9h`La1v3MJ4CgjWR(Rvloz zo`x%jO=XQG=4HRgnBwL7k=NHVucCI!V#1TYh)=?#*G(y&g(D^{$5$y_i^!T{A#-Ka zY7R$zD=x~Z!^61neT+!+9Sk>d}TRDu=xq<&} zkFW)eifsE+i=7UEr&vT*Aw?sSPFlaB4 zUIVG=vOPqfIT5a9h{E-j1W_H})WwM~i!w&=qo#%_s3q{%0pI~+|0bUs$Y2kB_O`Zz3IugZ zireLR6vlUcAQ{A2JwW`rnJ@QM+)$=(38%fAL%bDegEd>w`V#V#|AlEF=8_04;xYl2 z1`n-TR}=a9Lro2>2U1W&=hGwd>#<>V6_+0Yos*?@zTdGL?T$IDJOEazJEMBWMy-AL zuydquuDWiJ&6roN%usX4gC(uhp&Qp&xgY>@?Qo5xE*=AHj(7|O@54q=1yksShaGUa zOFd=fF^2HS24(LqPwDm1<%*ysM-b?k^E-$P4pGp&WkCF;Bq%%leBWh$%pejG3G<*J zQ`0H0)j`;)xulozpC1C-sLCb%1OPWTCZvZF<&i~`_3wg$LF+gvbBjMulsm%`rQn;H zXJMrG=XhF>_wYDp$%_b_Q(20Wtwu0~ljc);ih`|VqFekY|BtD&aEr2w+Wj6HX+!}@ zL8Kd$25}Sw3F!t!azwgoUW<}aLXZ-qQ$k8$1Oy~Sy1ToZIot0$*LBWcFz`J4*?aA^ z?)!H$Xz%qdu9CiRcrn8QV_A0G*6>Iudqli*<+}G6J#iW1*$7L?Xz&1}`-p%ruDe@1 z@_=%2B@Pixjb{1PKEutzOKX{%Xj7aKF`ks8eEymSL^B@U!92i0GFZg3A|k%E|LMC< zEVT3s=lCt|Hc`}Z;M+AEP(`a%>_bd_4x6$BNVVtHsrn59U&mo&TxD<4$T?-FO>GsY zD*Z{P(9(RUA>I0W9}(9Rd)!++!av=Q^Q58bUPzpFZ}F3*rW1y#IYKsdj?qSXtc2)@ zA*u=&9gC$9THvwdS6n~Jww9&P_+K4^soD;LIw z$;ASupDAt8h>~!zcP}y0fQv`D!+gj+w$|^1Icz1cDgS~Jq6(Q!+hl92A`WKnf?Kb9 zJQ@{}+w?0;XoICfTDX~y3M$Hw~-Y zDYh%>?r6SCH@m{M#k|l6E0(1qDVvz8S?Bhq3IFGB#V~R(bkB2{_BTNZfRr3BjXHDk zQckLqn^tTZ6x3<3(fUN<@OPxgtLGbJK!Fh5Hm=HDCH36$>kDzi{6Q@yq%qV#8Bw?) z3TpknLi_xrRW#r)2Wt0lVw7n zg{yA!LM47-k%S^q*-fl$yIuE@m3*~@+UOWyh^}O05y7xy*_i;-=Is%J|J|5E+GO`^ zv#q|D)j2-+i8!8u__`aHbx$v{8%~+~?IO2oG1KbmX}+qB@nkz|m5%Qo(8&x>yn9(q zdG`&L5IEhv%a(`(G%drYi2EGp?h{&wBUUp=6gKm9k!mee;e!OqptL+iPq2yO#N}ob zD2BWg{f0Ms*w`_;dYxW9EY?<)Vp_u;^#4XC(Og98?N761##G!q-Ng|~c3nYGw*B~} zqo1Aj;G9rt#sPVOrH;P!Xr4{08W$ZBfs6Wp52pG5Eg=#`$EWZ3UBqyLUl9C`O!y`O z&gPcv2tj6Aj78G|wO*kA`(XHH{@@-PFdubLbE6GO^ks&v=jQhU$oxCfDIq_u9$}67Qb$GPwuis&A%7|hD;ef9InSL^*B+8(PlUA|CLP=<}r^KP6TxE|+ zQ1V{Zo&JFjScSG^WeAM+OwZ@yg_SxSeg&3(Q&(*LGe9tZeOEh=q|gWTvn=(J3QK%} zHNMJbha&bz?}*jwvTMB$iC$(SRN`Y1zWl|VS-4tqZeD{(;<6I3)2P^u6R`-)XVI?zXv#Ae%$El?=Z6CcmVg%;aM2tGp~4l zHy5_$O(rxNicpsMg3PovdIJkwgrhNBQpi61_X^F8o413>kzczz7e;cwS0ZXYE-lXY zeCXh;E9%C2q74EpbV+PT+G}dxiW61MXr)-Kxn`Pl{fs~<7q9+pBFc0JbV(8|fkVqb=7 zOPBdY7S^XjFx?ItDfwLjJ=p0)h+A3}9(<1_z{)bjwx~Gp3OMwrQ<9%D-8i~$N3nDA zrL|J>cs%nW@TL6t+?gQJf1b3jTPr<#nwY@4VepZ-`8x$dRuP~LaUMFH*QNTgSaLX) zJFXF|VtPLJh8zP$e%QcTM#*oyouJ5y2(8tui14ymnSH4Si(~#}zbeE_Ngep|BR7fR ze!*J$B~M*-e=vKc-|ikUt1^w{$_*AU{UN3}#$`+PAVLc^ssz{#XPzl$bqwhO!qSAbPvR35GX+F=I0XLy1fw z6ZyOEDV8GWd)&=IjV5F(WBO+OR_*tig-8@Jgjaq;ps&f==U&PfLdJ2!qb`>Hxbm=43qyx| zcJP7w8j7hXT#yc}9cnLlc{z-p+Q>9%*j!?H7*r{MzNqs^!F(piK$j>ZI~$k8H2LIR z^I|KwK1|$n2X@Lb)?|6H?+1=jHyZstqrn^ZM)S?kfO982uOEK{qgey`2&@9RhuMMqLQ%5^azBb6qL0 zfzp4l4Uzit)5VhSoUY>p6RH4nTB3LxPu%e$s)w#jQvLDFur84xcSCU10I3>)r-d>8 zTU)_}gGXWkI|&N685XxM3n}*S9cW2@3GuG(09SM___b+fy(g z>;KcCjJ0HKos~?Exn5kJTEz~rK&eR?DJBSSCqO8={e%kmEnL9XZ^Qo&FCiyw=-AnV z!}K@Cm&W8!RW?F`?Ws(MF^)>5*ruzLZO=IQe^BIiZMUxa?rdwEN`*xI9Ca~Hqo8~u zf7)B?CMhN53SAjgRE~DOeninGL)RQ6h7Jx^kS+B$RyVv`RK>TmRiQ_vmo#H|`Q(=k zRYh&fi9XL(%FCMX--dp@59ayWh(f6uU21eWv+3qGy4-CR%a0O1zR{UEzbErO(d&5g z%eX?^RjkRg!+njvk&-sbW3G+k!;wO_o*Zc%3tIB6_1D?%dMvlf5#KMJZuM+Ypgr#s zkv1`192bRdI##t`jy-4IOe_y5^>tVNB(nb9lj&*5eR^){Qq^;YJg)ID@-Ldzp`wzE z$Y8{gitAo577zSpe{o~JhNUbI`K9T82V?5nFU3luVznnuraW$r#nBGa`mO{+yQvX% zBA4?1W!X1R9p^qt_hdWGG>Qjjv#hPk83&L0B)xkt>{g&EvamrE_}TPphssP~`Jilz z55axgjnV)IUaY@yH$3wEvJYhy#is7gO9QXSt;meo;yV}{KiCBG5ycM>8v}DvFDHz8a zLAkVmY*mUL)>ZVROHEr!=xJDSd&RvV^66yZM*9N;#ft5+74p~RP?%T>6r%43yUB82 z)jYWta6D4ZyQ>f$A7=wliKSBIha5{~W%pF4*Pus;`tz*dJer z@9R(TWeN0Vg0I4hKrN}cV9b4krnRyJ8^i&uJ%1nqB2xq10|7Q&1Z1X^xtOYMX(SZ(B5%eW6an=h+W7*Eq?JB(2Sz28?WQ4Ikd0g{UOa zCxX+9luvk=I+l#UZK`Oq3bTRE^}lPUIDlry9C@*Mk8nUCIMdu}?;$5!?a{5KsmD5a zsSgUbA-z7|^WK~gG4Tfj+UQDBcyL7n$~Q7+4(_ZzLRM2SC_(E1b6oOjJv(5tye{*# z`7KnQe@&n#LWd-2OZUuUX@FnF*Ve|*XfP_vf)fQR_X~LhpbI6ULk{(JIKv4I_D8rD z#f!^U%;xK0u{qjcm0aC&A=-(#z}LOp5tQuD6Whn^IZX#RMF4V7X7A)K5hhG=!9$(D z!Sp^`^(^c8GR%*nq55?EW(D~NeZ;E#yn80=Sm$c#JO;oiRijhW z?+MQ6EP~Hp!k^h{=@;y4YdAEib!qG!GJrP8IjPF#Bxo9lT%R_-H`+>&q>8J?I zFwb>K14$8$ivQvD%)^oGab5k=FB@*#6V49-`vO7x_iGAFna#Yh9@M$q9tfi~UBNOt zANUFKdtA?}Ve`CRFR6n&w7(h;Cp@J7*_t>(Rr%1VZK2yz^o$TF&P&BbQSFoIt+J5$ zsOI&@$vXX@qU)hpEK8urv!6=kxYL* z5A82GO!r|C{cFtkV>3*LuDbCOIY>PZGsyfdtp(jV8yj%YIJZ2u&bBhAn%v4A^EP)_ zQigS|uwrll*UifUdaHKQ)=GEu>gK4Ca^)eM4+8ZBTF60x&|V}Fri?;~F|x5A zHaQ+^)vZ%|=G!$~#Qjso6m>av{vV85j){C4p(boTrat~w&nJvg zlbeXe#~W|#Ezaj_RN|Sy^y}?o6acr3LTt~WR*o<1`LECtTr|gvH^PjJ=-WRL3TO-(3$)**D zcd$bM2Blt!>atmL%6F2-E725W?$QF*4=ZxX<4JA)c%X_M4O4CEBw%{pYKds&Re1K6 z9ZmA_ZkXXH!!T+?FFvN1iw<7*tz)@9CoEkdR$~(_ER~I&-@M~K>p{hDOR+GZJnZ6X zDd5R6mE_LBs4r%r)^b;$bUqKV#VU@YR9VX~@S;7xQuoAZ7K%iqWp z*V{a~_gj;+H4NU{slVo+`K`Ogp=CDr|iFjJ>rHu5jFKTHeD$g~!#w!TlG7c$8;Y`n%Iac$(yr^ITB1 z(7rMsbT;D>X|w1@t1@cS|7XSW)a{i~t_#ZHYYc=UHNZ50n7mD7wqX@-RmD?s2z$I{ z9O+BUs@kn6_7Ii9vFIjCyFct&Wl-qx}cEKFxR|CM%S=tu-4AWz~ zdbPP)z!eU<**u-O(qEP#ly>W97EzEI^xxukcU}{LUER&Ubz3RY z*o`>Mx7VFy+dJ1l@b@ncn4>vdIJugYf0CdT+9^2)`^Q$eKuNwvSspT6h}I63j`*0yMop&`3 zX`Xig2fQb#))1upARq)cLoTm@%t9@{rlvBA30?<^=k|j_}Xr$R0495^Lfp za~I-)>o#{^C-mWhelj2vsvT!^CX5U3O{{GEb^DVPe9EdBQ6zgA1Zl*f-k*po7$Zp) zvI+p1P8AoIrxz_7gY_NtDHU*ix5l|NlQDCg3bX#VDe_@7!hnc1b*)d9)7oQ)^d)sM zc3VplPQ6|%3?l&5J|wFu>heRS^hb(h_1bIASkRw9Nn8X%y3w_;Q%`_7F`k?I=# z7mXo&;*L;!Cb=YfW?M+sp^nVV+tlEoN?2N_cOol5(0Jqg^)8D_gGR#gq`P%WxRt8O z%37(JwO2k0?4^dgSnhzvajUz04+eS0Kjn4<3(kJgub5cbzBhak}1Ez#Uq9H6DjpJ^1Hc|i^c;tbhn=RXJMz)-=0lFWi4&Rakwd{#434%3D+uZvSP zHKzVG)Pt)`*(=YM*e4ypRP6AW)C6Y2(mC#^GMJj_ zt#@+ElPbpTd+78dtwMd(JmS^*etc9L)Ktepp#)KY!JblE6H$9&WE;us32enb`DNDh zSd~oUKCSMzysE8D?#xyZmy{)MM#3p>pgm~V`H1H6yYbQr86(AQR@Dt!Af)@M^39&n z*EcZv>8TS1yj3g?YV9pNI)T?0QTyFN3kx_=X5>IWH5*LHJDNP}75oZlq>qfI=Hy`s z3_Gz`fFT1H-t&mcnYXVeCN5qSCI|Seus}~K2@$%@?WWT}ka(XAT+UX=;qCR#ApTMj z(V`n>aEEWFy|}@FZtQeNS$`T>Y964Xx`mjRXupSdMY0}FjM*tZ9hKv3XE0yFR1s88 z`t3W`{WoDiT5~iW(PUVTs%{^L{92RIpoijH0rkk7tET$!eHb{TOTCRLm9D01vwhAj zUzZ_kBVVS}^0V}6NRESsRg%35?8^BItcSWVkB^7Z6674r+-cc9v$T22L<}st5_t^k zr*v`&KcS&U7@+gkMuf}aBq_?_@&wiK;44+HNx%a>Tbdm<{hkYW;wtFba|>Lu-VC4g zCD>;xwKw}AQFX1=nX&bovv{>Qb3h(p>}u~BJy0mf&L846m7ZCXXDC~V-CHW2tT&gh zGsf+mB(4f1DP@yQq;R&lbffrz^_%;YSgl(4Z^-aj%br`${r!q@gQy1=753Z77((G@ zo-HnqRY^v0Mp+$bW5rX@x9^T5&&w%*v8AIn^8B9yodQO+Wq4TF1D zzXYn!Yw8E3R{y%^)~YTC%+aWDcZ9s?0eD9(o#RTzo#XP{h=R+8I=tz{k~Dupz#H~j z`uqyW(}~-5(X1$0$$6F@t$)y_nHVlSty#%jIXALMe7d#E?|BgYE(2IaOM zj+19<-&TO5b@%&!s+pK{LRJ;<6Od{yFn}CSz_|+OYF&Xf&CJS zbsLiH5nU2xcKH3QGic0+Z~LsXxzijT&ri30nsbc;PSHKT>j>-QK8m{6B`$nVm)T0% zs@FiyYCzWfyz6`6p9pA-B}G!(5CYU-F3~>x=x${%vk_A+m?85zL^2irkxXpyF9mXN z(u8Q4p~m^l{`Fg$A{NBhL}A4Yzg&lbF~j6TZ6-5z9k{ms%pP|6JvLhRt0Q}9HvD6I z_U&n#nQCtE$2T~>Csns)X?O&B~|~bSgj^P<_m1fSD(lL-Zir#fnV+M6>9NCnw}KYtc`vldP$yBQl61w*1S)C z`)%N0syq>BJXYS74fYCQ0?ke{9E`J(;%}NuG+jE9r=lS9VMUzEd{UiG{^qqo^UaqT z6inKH`~7iX572=ngVwXZE%a8n1o*7` zpt01^%PuqKyTR-hKts()2Hyw1Q|tqH^%Fag>G`M}{?X>HO|rnq6NJJsb`~JBPsa9G z_tKYZ6Mj&F?o{Q-m8&}}Qs4oS+)z=W_FugivwX{QNcf!w{+nB(^7aR~(q{h2PXus% z;QDg7wHUoS3uqRhj*%Mt&&;C$4|A%)3V9l!Wb`YIDbGpDT8)wgOIK$Q9?o{JpI4U} z%yR#?z&O0S89$$x7KJ~&e|>UdXw)?r7bvU!7HLm@p0RMp?>)jLDNkJV)*g!_8b%C& zw3fc-Q25>7SujEiRihT9u@A)_7+CKIdYNuFp=PvxSr}HeZ)L`4)s1VzzfAZpN9V8i z4hP)*uOkVM6es+X=5$hFmmSiazMckh;Z8e7plfYYr?g*`+wE3677tI&Q1x&922+Lq zc^GVioATGFD5dPVGgoUww}8UlpBGkE`SJh_O@-<>eD2-LLyAgu$~`B`Y}9Js&Er46 z&r)-XRS^Pf?xqJ?y6IFul7eZUzMXBF7>J_=r`Wp8#cDH=9{hl!#)VQr6J=8!A0>t~ zo+k`HahhSj|AAlm;HZ!R#TKw==p06^1BJTGd0Upy?Z(WQ#tOFiXte`kyb@FzRjy8N z&K#Vx#2*UeW!aT$zX#76x>FehW;6* zBLcbl22~4QKMlCm?#sdCuUY%)wlyZ8TsTm21iu%quo9xMB7*1+@!5uFzk^dG`6+RI zwy~Q4gacmOw8u%YdIG6o>ZXFmrdpeu{0m7ACx^0;P@=Ug5mDOz4Gu^1q&yGrJ~@wL zaNTYG?VZ^DLlK)n1o7eYZHA*J?jPri_G1yN-PPkb|JC=F=~}ujeeoGpz^jU61R?JddvZ_ej(R8( zNUhsGh)qV&JMgr*GtPLHMiOlfFi{VmKd??{bXooq-STZysZckfN#xL|+r*yRdb4eR zlTSg=3{|Lw0_Zy)kOtUfEUi%nDQ1#)ITUL7boVw7^5Q$q&p*`9F2v2W{%BBg`8O{- zt1K6%ui098QyVaqe`6cAfKKtYB;TD?4trGh^SrXc!f3*BLs-kdfV_6HsGJzPHdf1f zACvZaGcBXDyKQmjUkNCbX5vydWa&;%n&m^EapP^L_Xh0n6n!IGy1k5*uQSEr<*&Ws zxw88UCrw~lf~6qX7ExbCzE96M@SAEH&H`>3967fy!yvH z)WSskH`gmEF`r*c4%y<;guG+-bmx9nU5&0nPCi7b%`l&3?kcy-Tw`ckVUKhjW;~_g zYo7PUheW$}b-eNxYwzl{#o=R1Ji@g1KYOpm8Xv~-#4 z>`am!vFETU!3x)p0(mWPvFddtEKY>v_4BLe@^$9n6*9;Y9(Yi6V>ad9v1ihVS7_y7 zb#O2f#82tqYtpiJ5DT}n_+@hQ)BR;^5Hp}USi?am1fN1CiT>wEQgqc)bXn$sM0N0j zNnPTDvW`og+1#f#)^o{yj#W40Od_<%oe8;|@}Gt5oJZ%@k{#q#$qZ84h<@Gm#ABsk z0t0zrxEL8~WAzcO@2L{N^M4{*(u1C5x|4Z7{$&={_QQxs3{X%{3*aGjRFbcU zu}t*+IKkjPM9M-2>LU{HSkbY*I@{mDTFX29g1=Ey7kh-~emA@afu$t>Au(ss% zzlPPrpG_Ecs}!=lB@L+!atJg$#x$BHNS6+>a5eoF6Kqm~vAl9J3!4)`9d7(+us@H9 zhcGoP7eW^`KE%G3azgkV?E z?=kQyxB@BKL-ov~iii(yt8;>%Wr_<11}6&b_tZ*mUy{!U zRPtXI;%&!9d0B&3BU_8|#E3`y*Z!$8G4}l}!x| z1p8|s7Dmjlyt0Z$ika@Db|xn2YYY^|A7aruP^7U~KUEfm3R>h979eldUJt#SG9^PS>pl1&W;rz7nxT0X15h ziX+5S_OoCG$yln&8y5<*!^=$t(7P#6UvJ#-)c}rp4$ZNpjOiKO-Z4zTmgAXdSyI=F zuQBlKe*Z=Fih&Zl(FJxvDA~X+ypC~`skQ1)K(5(pGJX{T@OF+prjrJ?OHRYmP&{x2 zAr;(Nvu|*+WPI+4{VlijwBdCpcC#YLF`3!^RXvtw=i*U^Zw=lCJ-V1wewR|-`$`}O zu7{)^A^9;B{yNw)c=bZP@laDXy(V{Nw-!loDzX|MVDut$IK^n zsD0}mm5mbe*^;}uT|7HUc}^)(ubmc0bEUKfh}8h7hZ4mtN&JMln^hmapz&Xq;;lO4 znCq@Dao-cMX&1@`d>cb;j{hABQ?B04yOSp{;pOQPTN}Er6+Usqe8##^z7K-i7+ggi z$E*CSa4zqQrXA8e4g4_&Hwy+pd5(8?o&;#>B+=n}@Xgf3ix)T<`ha2ul9@n<5WW02 zSxKT<cIqjp6o#Ym}vJ#JEK?0YwZU%3Ym3T|HI&|dXl zX!Tm$-MW|TIcfF-Hq0m@rZ&kRo6ns6$H&}{@eM}@z7T^i@~E#GJ8CBB6&?>SVUo5t z)wX-q(HU6mrp)p8jy2W+O`qXA)AxhLN_VJl8U~8V{p7}TI87X?)_7&(G#umsr4C%o zpJS%A<{wppl}j z{{QMkSp@w&@Z|VjACi8UR z^i_X;zB~Q@s2>pFft{G65C!!gS1%bX4+Br%cr=`)j;|hJtF?;FmF}B_YEZ>zN*n~p z^>t;V2J+mc+%_WSBrI0%%0hxYWs`)vol{=7buJ3;q*~67XP-4!*B(}z z6S2)Q2G$c$bzN5KAFK>5Jk-%v>GbT={V_5%>E=?o<3Y$`U8_2|kT0|ErjAX#_9e>t z{&Ui#TtTBDL8Xfya=tZ_vXiHkU++?N+1Ip7aZec%b5mK#jk~zGh)OP?-hG_Mc3ySQ zoDvvGH63wa?)es))koT8E5=eL8@We1CB;BaM#jb_ANP#yWdMK0vw-IY%lx0$@wlEG7hX4pt;>LbTRIJhuJD@+(PalGDFXVj7|LR$N%KLdN;d| zFaIkP_j^BN{r!@3&pWWjp*uBEk=asE|EjMK--wLA=r#j4hC65bpZVg#k_xaUy z9CTNX28P+@+N}2EvrN7ZVEYyr4p&YE;?(#ZwgL5qjVyic|HXHG--mY%?%9L*^Yh`&*NrM1?Q^O+`^q7bUCG0_O58!0 z1Md%$J{@UPG!v5|Yd#|GsE;_6gUC6eag@`C=BeRX(@qA^dV;E3>UbwLkHK9hm~75C#^EfsDucw3<{ zA^ZD9`#EXu4q?0pZccGQQZLL%9T+!)vik8+Tgw31i3T#tqwTl0-MN`Lp^Qq={%>zB z=z~1=bBo67)?8F4$yC?QDQjznIVOt*6+`p;c~)KhIgC~lPOmDn8g;FG+S3pO<7L07 z;mz1nEmd}UV_*+E`1qp7we=w9;AvNEBC5?jM+s#&@@4&1uWIC#jWqb^LneX|3kJJU=HlXmsP&OW->Ac=2#Z5oNhxaAXKubT zqhn80xLcB zFXIqSrtd`4CzF;f)RPuXa-PnTU&JB2ZXeyx6|49j5@OIUIkbNjl>E8ZNXo7yaJgsm zdzOI$Vq17WUFhK&j1uS9en_Zhd~9t}MRRGsUN`2lAysrMaa!#SE9Eh^SeD`z+pTwE z8@lmwwZ0m@*Z)pxW%)Cl*3aqO$D1|9QncN1o zyMMOo`FWt}2(+lv1pcrSxc zx{SCbznmTYnf_Gd=>HqRCVR(L3G&>>IzHLiaf26~x(`!(fB9k&5Ji7Cwaa?>hi3(&uu( z8o^N;sYpWyHW%mEaVhyNK{;3XGW84Gb>-HlN>an#@q}MbrxD9yjdK4fW=2jbvD6*O z5m;ooXFaY^kJgYrF5xw82{OIIm`3_B&h_Qu^QH2V{63Dm9({8d_w(xzyGU=6Sz#A3 zZtduliPS;mRb@j>|( zkwu^&l}*B0EV4_?K2X^6@Bvgs?TKh{_y49o;K-0}5rXqJMUt?Toxogu$YM=~qKe#q zdNP{HKI28>mNSDv4qD8n7EPX(kH_m~XEiJ;scIOy8C16n{= zr`fx$pQKhlsJhYJvf8V|FcyxU&D7a9I=ghCyD3sSl!f?qyUS#bS0G~(u>QscNd(96 znXo=uCVkhE7MxHkuPc@bN5!O}O>Q~Wzx2<$WO1iIxTK^E3ky8uDXjRDfz#~Q952Rz z^7vR2$!>i_`{{1HvT(tKylcTNu1wN_Cs}LHS5OJs%eiQKcz$?gg0BjwI?S2h^;^o)%WJYD;KQ0Xpt1V{&%S7>{bh#f^P1jE4uN|a@ z{-`$w0l8;&3|P4syltMjtJocN9o8#C+qSx1y8OoyUk>q0mg=5prCwD2Lb%IwB&+=$ ziEEK)3vQ(H5O5(!!7!4buQIo$z9gvO)BC=nGR+d)c}63t3nt<`erqKeT@9q{4A z127Pe*edpfjX#u{!14MHR>H#75l&c0W*IoCt+vz%2Gh>1q z>+vQhns`YyiH`~-^t^BL%T_0Vv~_M-`rx?kz0S>q4^y?VPbNOo3^Ln+Iqa?E-pa(aH2v^9|OGi!~fj7yO1^xG!^Tp+oa)vfC|x)-ssHr z_UX<(2|+DFsgq0hhTN1)xA3H2Cn@09agE7e2Wi7A0ZBzO(UzSi$-HV)75GiA-Lug+ z=!J)B=QMUO_c==^g4~#WRk#7n`=q!J=M0Ru@*oTZl_XWRUjEI>YmkGv$3F_|mC-wT zUv=C#SZe5pw0LTDnQwMV`17zB&(){v)b+FnV~gj@t^aC;6_*TU@|RSX$25+L01Tf9 zjNz&#en6$LO7p!quph38!P-n;XjyeJmSq$O9> zjnyrXR`kXAAyOuK^;7O7EP-I)9U-U?1SMhiVlB_bQ8;=CMfnv zPNdl>YnqO(*$wlzg*b6y;cHbbvG2M=gC9x5(Yo=8IqI51dd~D$Fz>3|J>KSZ2P<<87oUwk@VRrJ@Niwvr8x*>_VUq zVoqh(YS__U#W%J%)~#O(@I_xUsPMPDSv;At)8GIsc4o5D?buh7vv`qK72#qJSaBz` z-^>^qE9EYj;lNDPPiG_4(PgPIKV;Q!7Z@KpmlX|L%1diEFfQ4}29>)L zM!GO6$?NFM)(;uw=j7M}V8#dyHbPRl_PyUkI#)+Y;@bzR^9p6_y}JW~9@oV^j_D93 zrrg0^1LcOLBT}|9jzpLTNF(U_*rSn#VjKlEBh~+a+l;KIpf9mGir>mdD`(9YtImqH zq9^5BDz(d2PWBq4SBp-cEOl~&N&--(2U}fXee+lNLilU`0 zhcAlC2gbWvOzaS40Pt5j;6g^tGfQ18I~aC33H&?f9lY*uw^hG#Cja!m2JRF2PmVid zvhfYRM0NSsWYvPd-};pbbqYz<$v4whM)UPO-6=R79HSAR}8e3hHpkvgiLk zoR@!UHZjg4`YQ%q>9NU^=0d;@w!iU=t2*;wZpLb^= z@=SMW^(KkbVdIuD`(y6d;GFBa16nq!L7h{-`POyP%W(mwB1UUgQItiJg~HoL_-Gwz zs9*j2YV?w|((QH!U7YK*{!3sSfj%4Go6J9Fz?nWUH25AL{Qyh_1$Qt*EB*;F+61TTOPPg91Mwi)1~J~7U+=rGwCpE1ij&{;ZP`={_x zH-9!GCCK2I8w}>e@p44CvFmb>Z&>fGcU8w}@s>$WKP%*aat@`Qs-K}98S}T3fz1+j zt^;lkX?K5AYgRX81Zz;=p(J0lX}wl|R6UnG$EhDdjiDu`q(df$t`gP%C>uzxKs{MV zV{Ve+=y9&}DXvgYZ8Ad9S<22r&lOF{y2DGFY=4PKDs)(|GBlWKq~24<1)7i zAO4T39U3L6p2ua!IUX!4l>4?0QP8In8m5{ zg%@QM*)V=PzpfIPv=6Q0{E^#Wkm{jE+h_UxO&Ikq{;PTA_BMT}8wwK6%|dkB~?@%14?g6d#DMzI~W2;=`Rmfuj@4yYu*d zjsUQ*U-TjU%<0JaO>{x@c|o;{_?@B|YV;bAzlV8&BV?U=0TgcP>ZXfe%@IR4JMR6p zdQ1)m;EL3D@uZ;W&3t0AhQx87EROq3Z8Zb{cXj1!^(*b!9I4md9qgGBu)5Gpjw745 zIM{5T@G!T?S?js#rk753bdGmUy!n;!uK6lXTa9c3F0i)Vkm=GcTSTusN62gxb#iHw z@X7UYlR$OmeZsVgq`xMIC(ogK(D%Gmu~D3TixrgI-q;kG9(B1wRH7bZ+}+<+MTQgc zru08RTN~kLBEY{LouEPSRTszUTlIyb!y|4370Ixk&si|g zhivY)XKNt~zQhKYT&!;13^uhdgz~gkcvT2A`qiKGg%O@C*?Rk z;!7aVGP_vms{zh{>jA-Z@W{q9GnCHH#x>&%Epn3rTJr)KY%;L0UFoblTA`r3z)JSX zUfLvfDtbv)4+&p=nwn501qgUVIcov3Tsc$IG?;_pUo(D5|j;tKc?lD+u%6)y1FH9{>I z!PJe(#N`adQ#{c7j{xI(Z~L{1WYMH2&}>iv`L(g>FX$Z|TNw_NQLg+N3U}G-gy1#|Ter+nhxzcsv_;=m04deCK@;S=wu0BZPq>kpaU!Z* zs}GUSi!7~yRwfzvDIDQy3U=tWET>b zyYrGpyljA*>10GphzcWiy67c1yD465`nu|Kh;j+xV~Ui4vsi?3cXPI9=iyLwfTA2iyx(plm1WQ1bqt8h@2ca72yku@FlRwDNi!~iZA3M z^0I$e%UA-CroQk#g;`eE$gN z{fREJTe3kU)iRha^*(YPFCB}mf|*2HVLwG8wRrZ#+{mdFe2w1G(-Rs-2IrCUNY%Yb zhjCk;aKfwx=t+F|#U;QIZCxuCV#Z$XT%(7BkqK_)4{%9#(kMVG91x>=#Lo|=e@%qi zc#e#c=-gfy9(WhpG9-(;jRYU@ssK9pg&cvFm9nwIJ?owcOJ5~ni`(q2%K~|(RhRQXRnjr z*Vjn#%ua!Wx4O?Ko0K>d)rwH$x9^^}SEqG?LKfXZ(-bt(sVgs*s)ZAb zefbdu_&o3)BM!iHw@JRW2Zlg9ymD*(2Y@*4)+ zj}*iqg4{ERAR}Jn%E4cf-et7Q!or@eE-$W=_+f7|MeX44F+N0a@#@2c_8wA90JyKy zQWE1w`h*_vJB}K)=iR9#>!TkZcqggJiMx#eKSuWB%)h8`hVhPvl4IU;d8f}e^RO2a zgeSdM4~5VF|1fpdQBi(hxIZ&=NSBf#NJ~klfHYFl4FU>+G}5DjQi32L-9tAb4WpDG zDJ6{{-8uB!_xoG-u66&1wPxl$?>T4h{XCz?GGhH}B6bK47&sFjvIy3S(#vvw)neqa z*>?|%_kn0L=udi(=FYozM0lX@94Q9mNwO1a>y93}%k3mIDis+(l7|{i2}%i^sb|r> zedeL%0DLA$79#ua>yb?=62pKji8Je{u~eq;Q=|yNWa`M_Y?9gFvLa{SVZV6g+yL8F zYU1Y0y0I?U&!{YyQhb55g3eA;5+D$};h8Vko_sduIanDu;rUZS=^1_i7PJmGzgQZ{ zy;b6d!MQ&PFPI<#V=-N?!<@^Nrk$TLTRS1sjP|D2`fgmrLrQy2iF-7$4~K6HB@82rcx znNIX9kmbrBWzNp;bufR~+*qiEv=9J=M=%U|Am=~6`$h%Z*}KBIyOgKWvxtX>>etNg z&3gGbpj`MyrI)VC=l%=Z%MOstNHck40orF`7L+QL9+VByS`+WXTY>Lsc*MidItRUVU$g6m_mLZmNk>= zvbF!)chwK98O-RjBO^=dR!eeo!E@dE+*+9IOC>_rKW^FjNJh|*?8I+TPwlM!qX=H` zaH}lyq29OM`I?L{PA5c_lE_->M0rSEq)&6jFFv{E{OrfxFvM$q?Y>>&@WzxXf~Z=} z9m(ay9OJMo=4n7npi?l!w8->Pp~ILNAgsR%fdc|D7D&j911O*`R45i@Nr!S&V6Wg_ z6XRl`H=8WK9L|wkx=3F6{w`u5i9!d$cWJ z2D(_W$OenaIqiaVM?44kC5Jxak&+h|ex!s>-r{->Bd*8;i14jQ=!OS$wZ<%;e%NG% zB|8;QM7dktvzZtwHLT-@6`2qR$CN|Q@4Oe@DFy$N2x#HqCU-z~U6Ow8I(%O>DA+qy zF_RYs;Q~ZJ!^0Q5hj)J+{sV-FCojBV`3Vs12BPJ^;PI@U;1%;>uJLc*QXdi@hO$8pg2dZRd6T?{HQicrQ;j=Sf*)Nsr7$5|To(lQW z7qk+COzl^n1J1i(2&2<`j6EVPkl4yG5TjmX78OZe?;$J+b|q+u)h&Q zW?MM1JbX9bMeHJK7!h3=M}%_ZDxFmmb(Bm?w=$jEV@D+E50-yi1W!zBE)|bPgGi}Y zgS$EK{&)6Fc+5p`a)OWvm@%+E#Y7#w57eB7Kr~lSebE~ITZLK4-V5ba+_~-QBumRI z_Yw}ykb(^T(Y#QZWIrba-i1Ipzhb|5$xz8}nkW9NEj}duZvV&Z@bO2yL}R4Ay5E4Q zFKb_d^BCCN$h19w{169^fMvI)q4?5M*VEw60K}&V5G+1=iSD>Z*W)6Tol9opZZ!-Tn=v2)l4H(D^HpxK*rP;DggL|pzIBCkra*KZivw>3MDm;3 z{w}PC%A8eJ_ISW1(%A$uJ~fXo36MBNi+H2-hzkF9{qz!}Jb{eDFgTTU#5ucjFhr@N zHy?68`~g~5+zc5x~ApDwQjYrO+#1Rq%QMh9?7v%e4_HXrD>C=IIP z#!`L(MbHE5Zq$9&&xC)zU6PY7w1BJVGdZbcQz{sn7hqjJTImL;z;!ysz4%|*97FBKYzpqU1>wWD zn3plo_E6c{9fYh+sO^}RS-qg6Cva;-R!Y?VR~4{K^p6CrgP;wd6zn0onq5S}vr-rr zCE`aEnb@w1faJ{%OxDp*bKO*Z9YAvy2Ec+FaoeO5Bf^#m&390LX26GVI!`ws`&Q!< zSYz2r^a0?k51q&#W>Cv!LSH?=bnR`%N2xm)2N%fww=cY^ScPG}4V-gbYs7qC-B%EAVd^#29i9^X&KTjA=z8?L%>oM`)I!Ux?-InZv0ijw|XV!k+9TMFr_Y?_a zP6-4*lTS9NFx3!aB*$>X9QaD08|Y?2{IS5Eu2ngBi4)$y9O82$`C>QnmHm$beO;H>976Zy4SL(gZSMtY@ zas+kRbNw3@Zr9XV#FbbxKDC{Pi`s)U@!ZH*J%8rb1QJdIQwET+AtIh;w`;uw>GIcn zWOD}ZVF|o`g>7yDSVwU7>y#SEP0Y6}_0=I6m`c*()h>(40wfvLP z+ZujIuq%XufmP-m=*?3X2D@QyJv&_u9W zGGQDx_iQMO`&Z7Ui1U6m+Uf-&*($L63O?YJu@{pfq;;Ud$$yRz*a$J#BC*K)0J&=L>OVa`maCx?oAZ-h;eA)aP(st76g z>w4@+liLgk9Xus=b*?7x+dZ%~fK6;wBWloAOB~KiVa=?MS0sQng2{s9WS0^<4)TK3 zUfN~QE%&vQ8tF#n$*Y#Yz8pM2m1|nsXeMS>nw27zOLR^ z)%Sk669u@Yc@kAsa?{m$EVGM*TwwmXHi-<>p{v>g+y8Cv?J3bMwLp#=tRti6*HUG| z@DrRz?y$*|uAp@oZkqCeC<)5p*M(H=uQ`&}Ct7GrBiJ*&!a3zVWGsK*Jr-H7=chz7f|?dahvX z!!4&*T7o>_2~m3)CFv;{cxIXXeB zFHKtp0i}0}2jBj?s!F$e>2>KiKMslFwPq(KCoM3&sM+pO_ucv|d<04T33dBL@2%Hz zn(r$sPtw%69@C=82~M+O*r%@h0q<@3-TtuucGK}8CWV`7m zs73Z^Exhh&ZZB-TBUkEhWBH^6Yrk%Ge);kP*)WDg4AtJVu)KGGJ`1>#x$$Mh2!B48 zdSQ*G_m};X8ETZf7~^y^fA#{EtXo~dp( zG5T6XKi<3N#ZM$(&03_hAI2pT>T;cA1s{Geg1E&-O|KeeNR^BJ-e=~=lbE64c*4w{ zzmP=0&dt$Lj?=Z~Ha)-R}Hob+q=y_Le=Pls%Qs({Y#1LCz^ zjr_g#H>nB$7x6}L^U?$$$iVO<%`(eO2R!#wW^m@N}^W09ndrfd_!sX_2W?cLk9}zXTRm_{qHxneXF*n`n&;)_@ngV0l}o2Q4d`-5?1N~%S%@1HbVqc&4F`{ zaTKbzOFGf6O#0FRI%`#EICC9#F&Q88A%1aEDnima5yJ(qdK_X}*F6i7q3aSHnEe9J zE+t;akIrn=P_5qRcR(SKsI!Vi#czmXh;`U!Bc<` z^ksQTf+9rBXdY8~1;w30EV*0XNH_5iv%?DS$br`jN!Pr`e1S^^zDm6EJQrA4bVt0a z!;vB>i+voc2BWBgc@{GVc_6q+y3QFgFMFCTL3(&R?SP7d*gf=~Qs0vBdSKb4~Vz=MYXjDv55;b%X{3wfOLP}66<62)vfm^GxbIncquw$Kr+qS zfqwSfS?$OBaVQ4Nv`vWb0aMEJvwkTpY&Y{j#-4T}u>1BG`%;L>3&cjBDYNjPlb~=d zMe4m#?$g3RUWBfIfU-$J_f!NYMig&s3Q__6dPU)2 zpH=UfmG4~&MIwaS;b_tMxfijeGWSS@N9Km~z1NSMhJreu+)u!MvwoVnCSTlj6M*YM z?(R!^JHEA)aR1%uBG%{z^=dVX5;aTVgwXI4;Umw?LT3{#52@CEoDe z^w8cUz@S1AjrHxT>)w~AN}YN?Q?WSNg=nDVz(OuV6X+`&lMtvq4F`LFJCsB4Kjh5o2u z#oxYa73WgNRa14Z=N0R*g54;u-eY9T(1;LGX94DBxDe(YHBb5AP6vyuFF;f>$e+<_ z3dci|htN<3;+OpP>ey%;aA+s}2eO|jXuXP`Ufw%Rr>o$xGMczde*MICOS-?zmwxU7 z3URtOWI46biq-(u4y(DsSXkM0J`A*0lyHVCGidDbZclO0IwGFmhEPe;_PUk~7T4rE zE?cKxmda&hSSt@IO62YW@NP@{GrG)QvVi>d9jf(Hz zo9CEIKJ9%+C;$-hQ{bPS$wTcvD-v1p*kvIidQ;St9ZeX2T4`fX!2u&kRw*Pw6y4fV zBp+1S3mOWAvp!v2Fs9uQx-7P1e5b*xUCn{Z>!&fsq(FgN+o)3SnOS+@?$#-#X(i#~ zOMOHD3gTJbX%t=kc+$)2Q^BadWa_N-k9)Jax<*L4M8yeN{85m^R)w}V zQ>WUb5h$e-w@~t#t3A)bH0H}skqQd=EAbUWy%=Zl6`cO`-QY)5ti?P6Apjvzi-GKq zwRHJTm$uHzT<_2QgQ?itfjmBI7f&)XS9Ml^>SKpzbEmNr*DflJzW2M{E_aB`>iH3D z@e@M3wD8Rr$$r)dfjy(yv0gFM~-$0)Nnegb0L#GU8F#!O;8f>$mi%5s1<&o^;}td5sCwM^4GWEf8QWAmsdU2 z4}Qw1?5jd4$FlFItanQ$?B+a9FR@k6jaSWsrzk-nG{qX7RT>vL_n(KcBb$)S>C_@^+(!)( z98Lqp3C00)SDMA_A-1nl@KJX_`Id>3@ahR*LW ze_#%j(bqkCZ&cp$;c}N!u|@f6EtcmmjfTZD-~ok_zYevrVKlc7%8omF?tYk)b1Dz? znKw*^>V-1`hZ13kJNysAwfNe_MZqU;*K#Iwf-R1Kf#;;L+2TaYTv(e5S02fjU}Ovj zNIvCx-Tn$m3fDr>2yWnc7GK=QGYCtJe9hSnx%vks99KIjVg0r1 zzdLz1Lt(&hsS=h`P&mwj1-hnK1?$2UcXvJJAGgh|iOTjZ%}zb7(_Wr8u5RsQ#YL@) z+uAa|Y{v!(X`eKI$$Nv3^he+Etd3?N1xEP*9y#W7ga01S#)@r;`xv< z`npOmmI)jd6KCZQW`9T@1+{t{eU9(xE!fI|SMvQj%6M57^Y@;(Lm9#lhsWzq86;s_ z_4xMFLIsyaOq**C3h$MPPVoVs5aeR7x%#ly@tkzP(!EpD@bDk4jLFk)EoFML6E*cO zCwG(H_~s=vF=}{m3XQ_RTmPnsVNr4v69$H0ZLmwwRj>cO1G5tI`W43)HS3)lDGsp zAQgKQ$(+tp+U!v$IdaX6d}V9!F`zFqLb|Il)&#!DSmK(jD5_E%>K-^>G#8ZG1pg7Hyi#xhgX)`l8#UxKf z7F%hw1IR*xj{g*?D0N*5`v9`CHyLvK`lAasi}OMa8dxnh$!9wmSBZScKnAD@0fsUb&H3J+#reuA!l?Kb!tZpI)rpDNU#&HQjWsfH z^hx!WwBl3fe*fe%CxjlE8Xx@3-&`aC98P`$-i`sJ7fqjIoVgn*4=XBqw#(qPVGqRO zf`Vw+b`#pkfVGONO8;_tWBIkblZ4}xHW|lDzK`O95)(z(*L(u}&9WS)7x~^bxpx>?C z%JwhN$TFWz4u-HlwsUo^uZ23)(i8yck=#8v|CuJNa9GDVd{-FNc-Gg4H$t^aYb8jr zh#b>%E@syQ_hYG0!R(F%@Xu3MQE|9S)YqiV1UBHUYWSz~oyXNGYY8Tj~Gu;b^f zS;FGr`)=9TZ((G-kYf!*bMX$$!w|)OC!6kSz5o>A0y3LbV(VjlkBK8`7uU2U%Yk#I zt{Tnr^i6;A_7ptMjmqh{&P=u_Y zk`K}mvNHseuzat@CJ2T|9IdNdo=1{-?@|0(y1iwj3|7_TQi%FkI~GDl48z-Khmk@T znk>?cV%RQgKOBV^jX9qF*ACoDiyQTiJYD4Hfatzi1A0T5x0buykMFl9ZQo=gZ ziXTQ00~R|S4SOACKDX>4LVwipI40x))R7NnYfk2udU0ROAd%hkA-e>s&s_N~cUQz~ z7bO>(A9k%mp0_J(P5mY~2Y9nggpdQT(z3oumL@|{UgK_~v$P<%DQl@P-J`F#7TbE~ zPFYfArU=G;&k>+QIe41;_ zOQpGw&!>qSOANdx6T7;F9Er)uuQAApA4javqQY!-R0%Qo%s3 zxiYIMURbCCLR`E4v9JxECgZ)f9xYM3%~rfuChu@wuR(ri>y_$Ie68zn9580kY5Ms& zw!%Gbr7&gEyJW9+9g=uy%EvKTgW(uAS%;f-afe*_ai}bF`i)K3-}$alz}HIlLxrmY zy4u;n(!?V9G2`=6jRpPE%%KlivsMEpm#IjV9%jmRk6Y=a>iX@09cR|$Ng2ZmgCMsFH2s&9PtC8Av(zG2ap!sF% z`8p!6p|_0&h_g%C%LJ?m!U6W?E1OVkB$YpigFRo;e8CEwrwj~+(rqv7PLw>vi_%hV z?Uv5i#DR<+URY=CVnhu4z7OP;;GM3SoqMcQYx)etMDee_t6Xk~$x;Vf7sjXCTme)R zNxCOv?@Tjov`yXu5LOaUISq-^9NalQMBOr7K=2w23h)9k&O$H;Xcg5(XBS+ zFUt{vn^&}BUGXy`(h8(3G@?W@+~Ds|S6RksyCvIK*=xV=;gD%OuL4+rD$SI|?8*w? z`dhBL^L%PU<-w@l-9x=_+b!%5^-6_Zj-A^WIX*f~PlM(Pjb%rB2}h@qDNVYnA5U>9 zeRrCEugShCHF=u*w?fav!M>lvyTwmqz%#L64NF7ju)kmg`}HddBE$j0$M!zwZpHu zKCWvjS6P9lCUBN}+!I9C#Q$dKOHJ#oJubcAz1U^TPw36>SBCs@wq}s&*)mE( zMhLKJ6ZD!~Clpi&UelA`;-(@%M7&#}YHa_Mu_4Xp@BTNip{a!V`?JB{p>r8i=H6-x zZaKLYekrkjKIC-?W&ok4{QK{&B7;DR#YLgm6v4+}X>xfKrL_;N8?DA5L=DwNEKIdfH)xq50W@%d7$~p?F60Lg+Y-pKZ{HI3 z*igkd;_pic@54EB;B-x>V{9N9&{bO~t}ia~>)#Zlv6u@vScH1x@8>UaGF~~gKZE9T z&v&1FTf)$SWH!(W1(;W`23P%Jq7`-w!U63sv7&JYPK4_rpNprn^VGr#DQ|PMAlvRF zJQ^~|Fa7a-00HT`JgO>*q$ah<9NXhn`8KeDySCPxw;*1>u|*no+6Xem<73nm%}Np0eSxVwOl(l8*EDS)n5Xu+piJuhXUoq4y$VT`ZYDU^{KFDdG#93ETP{BwD0!YMUOw9 zQIUT+S>CEnv9i?=Q@SDt2YGsM7^=Xpxr~19j;GXF1Ig;vSv-7|5%gE*@;%PRZn?d( zd8eM(J|6Ry$7>CEt*FZg>GHT7JiRym-0FueiTRNOt+~;aE*DZjpnzggJTUri@Xpnd z5eZ6}_)2{Wqb;Q%dvxx0gg;#^{J&*1Z#nf05}7oHo{r5!Tuo8+^g{rx@gJ0&( zwv-0yHM4N*)W)x)%m`sQIzr-Xu{SrMH66L@{B% z=}bUEi?6PbY?vw>f`$OU-~2vcU((YmB=CWdw7!a`)NL3}RSxMnmh;iqLyNnLo|liX z21tC`j^p4(VFt|37Wg(hAX}>_Z!0r3zVUrWvzdX|-(;c++rk?DTu9QjwXciU-IBkF zddB^P#u{RDNVH-hMu@Z-5r5tdwJ#tMh0k!I+AI2rFnx!@ljnHgaxwXowzV`eQ&QQA z9npIeVtTjq{w*2A8UF6SrMq%DN3*SZEI^FA0tUdAD3ZU?bM1hg3;&Cf5=3BjrAGK? zF)Ob;;uKEoy2x-ge17%yG!C|CaX3ez>p>K=nqcJR_%U?{Vh86dM3e;V&6ZAx5Od(M zc!=^WY|zYTLg@kqh-Ib-ujn^#Qecp?uE*Qr8wap#1~-LaCsJTRQ6|$A6W77glU4+F zf=K@Fc%EYOM=3U$eMTz|OLwJAPx?Ws{ z!qDS;(MB-ogYP7-&F0|qU+boDth+x0Ln87-S4q|zvpy|{ntQC-MJbIO+L;XD53ZY< zPBCATRRRh0hKX;ASBU9uc_cq3^=qjq^bA<>lA(t!;HhV`gU>*m9>%R*xnm;*1eTo~ zXy|j#VwvhX{X_!4NHU7Hjp)jnV zq4c_I%U0|gcc@Aa=F6{hpOI1Wvfn{F*4Hes8yfJ^DMj1;oUYt_rPwy5Hl^;$xbNXL z+gm3G*H|i0yZbArdYvBrJaP=6^QV&Eo29z=%y*{Jm8O-1GUPO86{;MvUtl!Gb^D3{ zw~;qWVxEtZZ5ptvBIuRx1WjOQNm(BB&f`>BOhEGZx`gEW(0OtB6I@8Je;Fh{3KGLg z^;Pg(hjlt;!z0i38nxC}E8I^H6gwX*%XU}gSk%Q<#!1jSQzChFJ!9i92VsaVuO7{3 zT`BDumplMJlxz|&X)Y)i@tV>(cUQO80%Y^L?!!Tty1S#j1(cu1RUte6^WHWr85=c) zPi6}Q`EfT7;Z@LnB+&}yg!{>~e{uHh zr_Zy(FaO{K``n-uzwVuA*YaEk-$PWj{C%>iG4@iJQ@?tTm7n&~o!~Zn!m2161 zQV_E<&*f#o@pe=`mL?1_45K@w#^k}=+P`CtU3YG11$pfBHn_B)^}GxId>~;YzgZxg zgTvzb;gH_44a&(R03I4P__L-7ruPZM+avzBUW|I!y{tJ4M20AgE|HBcnsY%bv2(*y zrcy&bnU2nDe(;i7e1TF5p?NqOy7iMXrUq@m0)sv|Ue34U0*9;mYxV<2t6xyhIw+%+ zxfFIJ2lbAqJLwKDYfc-i+#g(6iC|lgr2NiTWM#c(lAT}#neeAF8w`Crf<5euD#_k>2Zo;nWm9Ib3 zo#Eo_n!MRLUTzQU+%BBnzj0Hf@V!P^RJ=CAFR%z)|9|ohrjXe79?2^U;a7W`m|_b7 zz2?f*;Dh*Ahb^SWZrbFX9Wq#pl}xw+ zIb>F|xL2>9hIA9q+jVBX6 z<9<9aef@OhYDZ&l2tIqu;imh=c|FNE7ca8Jfre{$O+lCFi(d03U7i`U6(m=UT&jMb zzV{{WWH~a0l-Vke#QLT($?s;)neNu#5Lq+Ox`&y1r-seY^F8pun{kD+M^~0+(=A)n zu}<#G5!2h&HjZQF@;A+ohE)DwmOzWl*%FXGJ#3C%oX6SUb2x&HTB;lM^svqGv$#Rl zoG<8(I_B$jXv0w+=NW&#dFGhI@y`Z<3^M!`Pu`R7S7Wi=6aO%)rWpDe&c|N6uG9;p z67~^O(i|GhJa*Ao+hz`O@c*3s@m8Si?EtFyUemZ<*de_3b-^3S@vU0nTAKDq;SK7TiyC!ME1?xf7S5nzD7DrZl*kiNP z5bu79_4X$mC|Y;xU(i?0HT;Qnzpeo4lRD)~rt7?W*vYbAC@}c){V*{5@LvUb+~tJ^ z-WClvS4=`Y=cl9Z*Xsve)nmyi^fHV|On~K27}WX7KJw#RdtI1iO1PV6f4Y#=AiGcA zvKt^g%~_VyCm~mR-F+Aoki;RD!?wGzRs3gb!Kz2GNYmi)(;?43OlKC^O7_DJjr7++S1q;b1a^_)=S?U8ePhkclVh^T5(nu z0K)-goN4Uc#W~;sZYLU*rOZgHiuM7Z3FJ$>_U?ONUf_H*rsLttzUXde-FTAxPJ-*l;=Kab}lgYOV z2PETXPtHpTl#@u`pqu`TPoLf3WE*>OD|ML;-rTp?FOYre0N0i4^j%_ z9?w?Nh{N|QeUks&+S4@yaVTa zBZsGD_to^0*mkxIc_+{H)W28H<%-|5pSHRDa%V82X?cWg137c80+>|G*xjd6#%l}L zj<;O~pV}wQ(3<3ivyg?e_@Y%PyXYWR&A4E0TEtI{!A1eY_`Gl2brb4R@jb?HJ&uawlu|$I}+%eQ^#v#$okONKMiFbf0E-A8shmgJT8EhXQrKiFB?b+eFkJfLedy5wWte}QR_ zVMiv#^S6)P6k}UoVn~@zBz&fMCO%x&{Z8I*hD-s#jSFq?W2LFHlIScH;G1cfbSBv~ zp-r8=eL0Thv}ixPotrpG{~W&KjsscE>)X_UB#f{(4{E;9{9u{y9Kn7LUq~q+oR?8` zmv|kaC3}%!_l+t}flcbBzTxLTxQEFT!+NhXVIp`V z*`}AW5KZ-YV|!Jh9^nThIXSd44rD4do|St~8Z6K@+OE`Y2vBkekq6Z?{kC!kufM=l zNq11A5$Mk|LvjO32z(jX2$4UP)P{@J)M|Pu$*ADmF(0Uc?oqszds6VwW;uDz-%{9Q zTp%|bQ}=D7&41{+Z!(g_0|yw_yy&NZ*dH4Z%-Q<@EXw%eGP%mLuTXFYxeHiY#q34{WmF{3KOBe;QUFRC*m*FaOOvxmSVLb;*f^QZeb(RZeZ9ZD!;-h|btWtK{qm{Q zB+i}WX}5G23V$9g{XSM&w!A5{v`&MiysPF-YJ5PsHwvQ9ky-3CJxD<%Y&n&aQwNxT zhY*a{cjE~($r#WqMAkpxSFe|iH{N2&Q%|K#DZUa391nPg{!XTh&fXm8L5~0v+g> zL&B%+Hx){><74{T5#jy`#^L6>jUt?{ZV$UWuGzwDmEhn3`y`>dU4zo`38%fA-qHW>^*m&st^BO4u|@NX=IWrj7(Q4rPcN4 zFN=Ron?&IZlY;po7R2j1@cHA6977u zi#}+XX3TFHR8C8opUXfmmH*RO8Ik-6CQErv$!?unWa>&kUqQeL@Lc_M_@pS3i@fol zMg`9j#`O1>6Ot&1BGSSG%MV;>GTi&YNt{tVZffe?rJ+v#2!GriX7X7v!wSz@3y>e2^d>)8 zCQOwD@@DLyjvyns*_cMX_}8%@&G-+7sNGedW2!kt_10O56Up}YsXS9HGW56XY^oXy zI3zs00H8Ft6g%KO+Hb zn!$FT3Z+DT%t5g*-cv4lIhlSx8kyo!^fEH=|5c`2twdwoqWb@ymoVkfOQ;-A*9h=T zwwH8W=Vt0{7Ejz+MErcLw9D0-K2`NpOAJ&AcI)ULwFW#^6JERhHfpRyHLZ5?4g>h- z%O-E7LWf6JY77Ob*m^@%u+qZ-XA1{6kUnv)RfkS>igo$SUTdq1&mtiFEyI6$db~kA z_IrvI+LLfKzy?+_i0`h)y>ot~e};}Xbz-L~&TXN?U!0A99+b=hx>t3@>h{Sr&Bd*{F&UZp(s)9yt4Z z5e3TgHx$l}6b2-K82Ancur{ppw=inglzRq#M#+tW%sVwE-TJ8d1jkmwciPzdKf%{& zxMaPFnMF0v4F`W2OM{rGFGcoP!lo3BwZJ>z%Wq02>;yDQNpRTN|Gl2TQ4D$<@7DOP zsX6wnOv1V5Ha<&c-W_RUCl|hbx2(FMKk2N21d|@tr8x56d7Gb?mr2;K^rTokL_sb3 zRyI`-P`FIu7V#(S%O%BK|EEW-oe>-gLgb3&bs~>oab`X0B|kbP!wD(f9k?|aJi0@t zc8`AquJBG`7yN|6YFgd~dck<1C|sRMg3m>;vd;eKL%h0f-DlmafQ^k!JM$A91q=JE zkm7xrDd(WE&1-FIThlO^2?s3s6s=V66$~_NEDX_QY7$5U_$QmrQ5ws@0LH&0_i9+$ z^55llaLUym?ir*Fa|ozbNEp-J3T zY$fyY;2xCnTIC7CJOKF6VmbVu=al1cY_kG3hP-|AO{Zb>P#F1@Ef9@{(6soNk}?=< z(5NdRCUxS6&Lnk3?M8{N&HQRD4E!|s7uWtC&N8YuMuX*~)arn&d{gtVb=mZjs!QE~ z;pKK|I+_WTbv?Kl3G|!e)#wrM>W_`Q+Aha&Va47j=xy~cktqR6Ns*85THD;s-AS$| z2Nlvz1NRIgC_j}|%BJHf^A2l;=i`gq!;8w`ck1O-=}YIn_F%H3o%-)P5O5ue0P zylbvmP?X*eJmxeUw%}fb+3l~xSv*S1O>V(fDFIzv$ECN$D=Vc;$UQE!D^v{9Q`2QH6L3<<7tc|;j8 z@W&a}-vRmWekOA|-WTqJ0em$!3b|Jh>ExQQi4y0!z3vk~E}-;uzZEb3U3%Pg|2kYO zf&yy6a|`{}6uv7YuKLd4mig)@#Y zG7lCrHeh38pD2bqb;&INdo;HOZ#Vi(J4MKTsV2n4_b(Bge#onOVPzq${LJd{6(vZX ziQ`e*ZzrhOTqM75!gD2DTC-a+a9$Erx7$3J`n&GRp(6EnA`M;@+8WlW+r(Iq$yw&c z7Z!DAgwBrrlgqV2=tN|5iSjyI+_dQ{&%w4CQ)p9(ELHBxm<<}**O9SA&t!BAJ39Y1 zf?FFI$@iKBvctl|HIvqsOI%XBlEfi{12!P}sT5l6nyK2FOqR&{OnHS8{HgBK;Ql*R z?}Z>bDg670%ezaRRBYhRut08N!~@!TsL!*PaDmZ( z=hnU5Ts1_#IodcGB8}dW8jiqb`oz-4)5s1~-Rpjej5`z?LgVJ==>NnhcrUG@p5@T@FCP6#w(LbhPM4&wh#-nLlkQrlS?&e}(qRN(2C7WehSS=5az z=a#I88ec#7-UxBn6NDZhMhnU}qO3aO>^xcv>s53$G|ZiWnFffgELSpnW4GtK4b|hh{+)iz7J0 z{yNi|Y|s!Nt8s!jtGO@81B7$l-6NKt7lBaQPQ!Y}QG6ZvAE$m$G%sevR)>KnKt41- z%;Y;eyS*W+8@HRiRv8mf>*Y_sXz6$NZ2A2nBK~Mt9R9u$#-6n=1#_K~0OHdhugBcx^asC} zv#FND#}Y~)z~b=kKkd4EJM8#SlZ>ZY}7P+C6;#m7x|)~=iUG$YoP|DPcFCg? z)2_Q&1d?x4UMZF1Cn`fnW>tX$;WJ9V!ZWcsdyq@XY#C(8sdC~w@#GJ6YsP_Gp636I zj+yi(BKGrJc_mFHBHl&~JH+zxq?cyL6!RuP#^+GG=usi-{-tV+qu)}7xWMn*CktD2 zZI}OE$CzoiqBH%6GiH6x&JtiOhvWZIOCZ&PZe*UL#Vg#j+!pWAmzihr~6@V&6 zDA#Si{1NQa$|d>Sa@@Up+%=42kJ(fa@ky6i=?_7l(HvxF{spXT zFYSixpX5o8UH=ExXNVCaTk+5quFzZ2zbUa7Mq}i|s3@}rfR`v0Wj~88L|~DZx~Wu- zzt((Eij7LLQ{fUK@A?RN2(VY{U?@KvW(&XvDa{J-We~Rjf|!T~6+j~YL=~S9Z=`15 z;6a&l+_U+wU$k(dUulGLjjrN>>^lc?i5U#5354n6x_U3|e+tJA7jhU>e`&QmG?k*v zwQXWp_fAcTwScSc8{X4YxvC0h+S35Pk?7K2-f9okWGqN@^~1ytf~I~H3a$0Sg2Q#P z4&-ugppdLQsz2ga;`)Q+)RSXzsd^=C#)viUM^qVC<1cN$Eamh|zdxFoQ+StFQzGGn z^?zzR?{}*I`2Ro8v1J}2BjeaJJ48+#SxNTH4jE-6JEtNe+mUREL}o}<4k;sB$UY%Q z$lmLGUhmK6y1xIx_qxsxesGlyF}(>+J27-@N7Ga6geLx2zACOwVHkX zvvi4GE?*}LxHKn1aML<1Jw$SmN$+jas+f|DtKhXcx08xCh8pJ)Z^jB2z0;O_&W}v_ zqzfFOwJk&uO)=6nZ06Y(URWbh`Bph!BdQz9Vp#e9dfQN2;7zuIWg_If&w=5yO?LX} z%75L{pE238roxA_AMgeF^bjMC))&&7kod1p{+^wm@m_iqOWJ(0XLrKV51HOewA969 zKwVf5U>I8Y?|bM0Mo(0-1fBovQbp+9em;OnhXusF4Ptd#T;!I4;5u{2bK^&e6wbW! zMhX{Da@rW9B0)V<_hUJ#=%mU}7&?&mn3!yQ)4j)RtozB`U;Y@VIyyTl(-PX?Ox_)F z?7y!d;VJk16~6^1$ns;%*o3#XN907`vX~h=A4Ic~kGCmFR~WGU_jlO(YH|R^r#~jW z(De*ABq2MK-T3N=4f6Gy7)@5xt@DITQ3Z3Mn(AaWHtYA_K?2)-?w)iTD4?si*f@K) z?KzwQ02v5OHFLf!=J2t9q8nzxM4s)JAc@0sKW7t$fia8Kk+8~z5f*qLz|_*bvwUi# zE4u#Wi%7PyC`v~pIslz3FUgWz`o6iN7wUYR;9`#0u|ds@*>cId#`*ytJKr9z0tq21 zZwPw@|7C;tQbz`0@(nhf>J(%9OBFrIP}Yb^o$q&9n-v=qUa$ zfxAC-~NrxHK?sbM2e8o z3zT=3??79Fu8S`}S|*6%V%(q-vl${cJ3tSqa%l<`2pr?Y3x5CBu-)m%S84E#&>ll*1ou6>p5+QpdYR4 znsz=uvQC=WL6?;Xu4MQ(B%4&A>n$y=1?O#dHZ5&I5kA~N>+sA)iU$GScZaA~Ue>!6 zdtn2uAvr{*{(86rG8yXm0!*E`Y9;1HqB*#-M-FU>>e0fSe_fg9Xn)bN`wybOVv zzO2u!F7U|%xRTr7l_2}fjON~b0fOm?=v>wPSdXZJZA9w$kB$i8l2ZMw558J@&@5kB{oQ!m%2+qWsC#Jc3}6M z^u3eH0x<)IVh49V;MAaMLF%K?cT+Nm-Dl8&Hhtst3&42(cdOKLWPbN^Fu~}vntX=( zm3=FaZ*)crqN{YCibh4jF&?`%8O*UB856u>(xi zLb#1HGT;9`v@blkeyxCB@CDYn^CS7ad#C{JdNq;KB)tL^xFt|-dPJ{ z;KYzoecx<5)DKztO;&YGD=C_89GJ1W=TD6w*;NpIax zUM&rT`ypm|6seiv{TuT^$l{ni|dX%zz(7nlsl|Ffh7j z(#ijYUkbVxHT!WeMmXa{W&ET;2Fmc1H)>Qj-Z%Hw;<`Opn&l$8Fmke1#pF>ln`rU&LjJ)M|G&faw_>x} zvpU!fu#~oMx6Yv76{^eAjaAcyshM17UGYv1+cE&CS{-;;yK6_d1dXq1`*sbVm~GuI zfDq$rsTUa-@3xFv8JCKT>fT5REoH6zI;)%yqHjKel$^gffw_V>ZERg=?W|Q+P2F{Z zXCA->MZENKs8b~^ej8oAR3rBniK77w28G4qDc|M>mLY8On++CXPWHtI$(NNk1d&#x zxKT=PBd{HviX9ftFLow-&M<9EO+9OT>8SY*>8%<(Xnra4zk!B_uJ#UMo&^s|Z61+e z=-Ds^A6wNZ_IHa>Pw8ZEB4US$m#&Y`C>ro$Ue`mx>dY5hIH9aWKTov_+NyOfr%>}i zF^%t2ZeJ&67D}a?oUV3;II&g=Ac6=K*a~e}m+CoF$dF_9MLl}_7xv!`5xD@LZU~ip zE8%Ct`s-s#)OO*D(_oGSyfxpgR|QvU%f7!2jM!{k45I_U-NUUYtx5F$WPG7maWf?* za(rXsh0PH);7RXl5`%O}(@Nmo8;Z^KoH<|ce$2$!qVJpeT?SUQfmh2aJloWs06fe} zAiLw~_oVSFc_QQ7>I1Uc$5?~Wz_Z0Vjob@bZO`4VLmHtN>U7`kF<62EE)v{YFFEeq zW`d*MK)SvKv|NB}{&ukosy5PBH3iZvVjLRvv%YZV&(CAJeh3*7PdWMmXA$Z<(2PU5Air-qLN~LLFkOwGP4dTW20Xi zHShFF0^9>3*~tL_e^rmi_tshR^-ok7{ZGO;riAr%hgy@{qwe4WS%(r08$PcWgTLNq zKeQEklP&hY)JWj9s}b@3Fu;@`iJ1eqH*1LonV1c-=bJU_8xyXFmFuUFniLkgKY1cV zEQjKWNljqlXzCmx<|+@E3EV&Gs)tuCLN z<8t^?u?%NuSe&`I7R52R1Jv_3I3Fs3*1q;U*9&N89ay~t*|ZGUX{&1*yPD^ClV_{$ab@QaB7hXo0sRd{_kUV{fW+YYvn0XqSMEHuSNFK zY4H(dSZ6@!|9(!>6Y5=1YJNmwixE!E>y#)m_Eht=78fStaPWq+prEOlqZKDwpvWjC zTP2lnQb;X!1d%_CZ=&;}caJMd7B>ac1k5@3dd$(TrPap#=`n8ov(~K}b1Src=y+81F!?Az4QP75O4uNp|PbQb_ z*WCIYF@eqip#WJ{yCq4rx#`1yp~-%?PtC_EWMX$xqhH^)or_ADQ^J^@AMReftuQnd zWZ~iN({jBwdWUYmUU^tFN^tubL+5KDK8gNW*3R3izodqYYYCw}nkqSdI5d1@u7ybmpR{=K zSUGSnvnZPce2$Sx9%X@!m97^2oJvYb;&jg2Kj85IS%y^Af<*JisruQiWx!Kf#cRZcCtwjSWR zyAw}ddz8z+I+HPzx7S|A{02fsKp6e(1nVm`~TE4mMqL(FKT{_o>Npu+gAi_x=Te zssms@a+P0wGxh`;TVzc?_`jPufHzG`HgrgmEZMdFWK_P-=AJkHj8eWsB~LE$@DCku zhb$QT4;4Qf(bIpwbc2Z>xq_VeQ!jw+T77A^SI@D~aM_Q^Pd56jocFxpUU=?Acs*ur zj-8kWhi%>|NRi#SggF{?c;02jWW8wO^OPZN>^sAe&yYR#0YY79W1)k36IoEoNDPus z_1VR?JQS_|*7YqB;BHl%ymBcRn_LhqQo0hF}Hx}#5gSTKA)7Q)++iXurKM3hMJU;Akr9cFGSA1{6v){8mlhH z;a80%B+6DAUIQ3EYDnt!X!Vm@6Je@MYfL)ik9m;KnY3?XOmv4i&(($w7WZRo>O+G! zc~S1fmfG;rBcg0)V1(n{Cn@48m{Gc~XhHp61>g-cWcON5aw886S)i%PS!H76)G~6F zRxsrwH?;gO|a_ZBKiw2>UO^ zD}SmBXZkFqyZ?h~p=!shmK$L2|7JTpxltK)wOg9r zADKX4ByPAe(#n6__Mc;aD5m~6?JcSO!FBARiL8eU6h()?#2mRKfT!*4&T>wbh zp--M{n(P9{bvWEM$&6DV^}akp0@mX7Pan+l?L^DDPtPcaqVX(LAU~0zqoiXFD&YD2 z`!S8U3hIlj8e*P4k$PK+;=PCC&+8gjb{m&g#v}hofxY3cwDiySX3CPV&~ziH+%ffK0HCQbkK2Y) zwN9;w(c{OLd{|fo=d23-g1v#K&wmU0LkQ2n1ZwMU&IAFplB=n#Q-5hAzV;h!2FvSB zJ<0Gt=|BEdh9o;$hIFL+`v;f?&>t}rBvbGqHe7m~%2%3g=$@LK!6^@3x0d}@|CpEI zkpzY%VQZv-Vbu`ZWy4_ZllPQB{W(Fgzcl7xQn_nDn07yQ1zk8{%&4u?@VaQ*<~I=OzTGIR96CVPREd@ z0F4#>+#W`^2ftg z!c6ip8TIb2>EBL~nVE(jiRj5}-|p-yP3=Vw?C{4wC9MFy?|78G{6zj2XrnZKk^T)PwlG#5xWivf=jXc1%j1KIA-ulk~e2_HHA zUZ>01{~kW6>+r3h=f^>EO~2nLJmh64YNxKbgCjwX)+hFv{7Z&ORYU1{-hUrufD@V= z6CF4(s#x@6n?H15A?ek9FH#HS_T=C*T}||6`z3lx@7z4^j zdgTbh7MA*AA|JdX=O=B>cX%$6Q=c|c~YhX1h*y6^W0SxM~-+i{mm~Za_pZ^@tq@eAb(Ya5VZiC ziZfV}F$oNSL1&IJSxf?HyrLM5ti$M$sT4j24D7j|uG^*G?$ifqu>441#e>m0CG5Fg z(JaPNGbYCuM5ev*Jg0&xBqbTElNbcmwIDpezp`tDPzlSsjMYW*|8VoyzMn@$hc*rr z+f*3j97m8UA#4u(S6l(g)=0GI9|dyv;fG5C1xiz8bz^3$yInS)d2jhR-h}fCLnHR* zSJ@=6H3W)|5;|w)&*U3rguF{jDSq9N8^E5VFll1wa_B@m?eyhKeoRRVQr$2YF*O(% z$TXOM?j~PZ*-MMP(sB{&?)7Dc>N+owLf_Piu6VMiH|q+F1bak`dunNOA-C9_%XRMt zyM@g4$zA|Z_4l(Yc&#U*l+MY);u|mp8x&aFxY{JuF2{IpQ=t71DY1K;21E zzytk3N3j<&l6hB@4n znD?2c*4ZDK7DMsG!GRmDTNqCUD^8~4BK&fa;;?7anec?~3y0d>w4_d;0z zyH!deN<{b`)X!9O54c>ex(v~xey%j?heI;k=GIJ9}6-h+_IK{QUq8 z=JhRUDg+J=B=_3ISYRu4g%EV4@}jDsV3~P|K6~Mehr^wR@)F`pn#T8*GUd!*Nbi1? zuyKR~^_3##gaY9sYI8xs$AYZGBPCa!$@h~K|GkHnFjh1k+ z$d@F89ST%~z29PtI7*>Np!z-*-%X;;bc6Gfa07eQC|~+Tj99b+a8oZljw3cO6eGlO zsU#@$icMV9#TtPT$ZjF--WA5;c5~w{qxwHTXm{uzlR*YHv9F*=0~yAA`dT7#UoUaSkxrxI-!6eB9)#CeXXvKdjd@@5cvmCA)- zAuzL5kO;@MaatA;jx3`xjC3>fvV*ApBb*fy&Z#Z}(S7mVl$Qks?DkVvl$x4Y<9qt4 zfSK{)tl=kATFG&55KA)yWAKcGPinRV=H&I1e;Vy$Gs4JllDSghNT8_{)fdg_lQs5fpCh~jCM7%CTdMs1(uF`XTq!Ihe*Z_sQDd)! zfwj)TFQOI|{%Fk4n(-CX>6BQnP!~vdIGPT4-b9C8aQ^UOfR`~y>}?_E7oh+MERXqA zFWlw~PyV_pzzXk>IN33oVgk-|0LAcd)T-WH@Tq-0xys}h+3beQN7d|WH;}&Xk!$tQ z`AalXNMhr77MUv~H(_`U8W*R%>l-S8$uk_=`-m1kl*cF!swLACPFZ`bEMzhdF3c;9QoZY*-H zY$YD<#3lSTKp(O~_AA-#Q19a|9)&j&5sjSzO>(bGL&iQd$Kv~Xg znjQ*IR%W|zP}+S8aI6{ebj+l3dHIMtx#>mLnh?UC9IAwc!^H1TjLvaEiuIr(?#D)T zQidWQJ$DqS@DdalC}bf5P?i3Ez$12%JV;lWoIVl?$!js8NoP0TE@tz+adCVwM1JW_ z7RKx{#0zWCCA|%Uc}DWCZOeyf7hhRz6_k+4iNJ1uoD}6;{ImmQBD6*Rd?R&Ug7{gS z-?+BL=ENF*z?v2ATb#&iJ*}|6=fVAFCEHJOrAG)*nmQqCGL4|iIYZqqx*XmeD%WIy z(RPXk=qNNCN26L~cp&2q;%K{ElfdQki!)5+V z5z{7Dpui}l@N3i1gL~P5zN4(SCz)(84CSIQ6=%_qf-P;^3cmnUTo(&A7(kR#*UCeB zRZx)KP{@x0b8%u)VppZK0K{xT1kn~4ea8BO zH|D<~^Npgq$1}XV@4b_4omb*YOQJZDG))rm4?AiI@cT*=m&|=c-tDgY8bFKA<*(0^ zv3oWmn9&P3aV3DkzNbklUj5BPD}7&I9N%xXS3ffwT-b1M_6+j`TMtE-r``VSURplDZVrB1vbdVG^$Sv?NAh^uWlH8JA)NrRb8tyO2k) z4qs;%v^>J!njUZ94|=gsf8tBI*<>e(8(1es-OVClpu+qjGBL&?Wos<}5Uyn&MVQ=U zj5ob2cN~zN(E!ylplr<&&9I()BoM`mv}VGktn}rht5y-jGdx7LP*fD4W6A$~^{NKz zU&F7|=i$sflcMtKhxt zQ0&_wa!MgxCz`vQAj1zm$uRqj0lkA<*Fa!3Wzj-ce3(*s(kl_EvK2gXY& zI|VQ)!bNcm%o9|}VEz7FQMmXpz{`H}k#xt$8+e+2&Zq!5Ce8U~_e!LJk`B`7-n-?8 zgh3LXp5#1yS4X<91OoR89t<_gQg6qtY^6U{>d;beeF(N9l2J{|_3|&BY-RZ;7E1eM zpsy4~gKV($1~gT!72-0$8E;CH(4gymy95XnX$PcOd*H88U>LT-@6M+UwcUhoEs69S zG>d8ju^)m^0ji+UyzM@=5_eNf{@Se$^8Lw|5t&AMCGBP(X>3>qMM7GaDB#icx+CkV z3g7IM?A9E9|-KWc&5MbDGX_&yg6OKo1csKc8M4I@1OWJw1RF@W8q2 zTjNej`#pZVi-a=6^oV?+MY)glIn^!y5yBW8yk-^{x;-uI;i8S(&=HNNh) zJoZ-Wxwm3|utU94G4CMnjo+mS%UYH-MPrj|{Uts*t;@`zT4jaLEw8fPiHW8r%#caF zm`s6Je3}HBoDb0VYG=rJWK>ruJggatXC&gYecA1q>?6&sw(`d2erArzo)bPo_@DTr z%is=9%jYumUR(w|&r};e`q}qWk!q|Upi|zDtc+CkC9d>5jJB1tA!~QWX6lr{7K73w zshz)N?7xX&9QjvkUCRH?md{LqK9_9MOP!mAx~bC&->#c2YG(BI(jBQ>2U6?<~oAuMxHlkCulL&kJ=d-eI++f zQ|T}eV`#wY`t*;X|K_@kvq9S7CgERh8~C#{Sx^F5N(6vEb^2OUH#J?XfSg&q#%ZfJMI9`g!&fc_r6}*QS7Z zkMO)&gQeH(2ff5)l%j-M@=Lvqy9IRGi)_PIdJwAzdBsh?ViGI*~+u>Pu*zP6?gn_@_?j(F7_7~tRnRoQ zVV2!93={_pd&H*5ty=qj35(bM@7*7b^sep&x7Z5$&ZL1nRm@`LtX1OnSTMP}v6tbV z;5N-YGpDoK`!_DkID@R~B(>OP=Gp+jBLjYcd@oA8GB)iWlxGM%z8%s+2G~3m0@vuG zX@OaOZ!#<&yUaUk9OLpUA*#!k5>`P5yBwye@nQcCe4Yn|F70#Ojb?HHLtdv;P#(g? zoXAWRIi7+;%eJ|qZ($Uom;(VDhK zU#=3E^1rH94Y=GPF=JZkzk#~=j{T%gcJW(U)Vv6VA$5nIjk9l}r{$DT$0P-01$>5f zzDI~$E2qPSRVE96`T$#45Ngv~V~iG7SZ{;zSjEmLEC?BvOSnC|z8V4%3b%j4sys{G z6~2VTkAvR@N?BB>^HR(o|J0 z#l011=O62m z5e$PBcU2O+2aXiqnFeoS=RvcV$+s_$M7y0hMk+iCl7TaOQpXFdU%IAg(JO7COIQ!?<&S7-^oFEn0lEmm&eP% z+f06>8f*T&X@}{INZr0V;^qD7geC4y62bmp!q3!B#>zIQYtNJCWiWDZ7z_QBTxs%R;gA+B!e{4)t8HI^)*drblv*HjA`@$&} zD(^ia{nudpbB<<%Q#& zm0wsD>QI_uLab>S@Be}!l3(g912lAVE`E)$qV#F7H0ykc{E;n#7~zO_(h=9ZUUOPO zyLlRD_VsLJ{0|Lzdy6Y|qZ^0o@U_{JcUIip2~i)#)+3W&=sNd3(E~~U4((!-FN!{F z0?%Mo(DXOb>Lxwdl=6Kchno%a7hUFe``*&o4{}g93WXc4=FR zDX+=E2%?5o__y$|a2^Np+O*htA;Vpw(<%(AoL*E5(dqvNXO^vA72^AO6x<@{{Up+r zCc%YZ@NheeFd3zQI~%L6QCuJFl(=Gi{T}G&Q#tsiCQ+3<7o&i~PmqB?;@#U|^T(kx zMQE2p68`FG8C@ww+; zSn~)Ba;{Jh|8Unc>$n0Xc`hr1&^Rv&l^H1imBTx3eHj8k?_7E=yAv4j-*aBJW0SU? zEnkslpDd=@Q>!L{;8Yx&PTOV6QUlAI4wEe>jsqc&+Q4y*(*FNTKm33Hf%toi2wq+a WXr4(A$%ZytKu7a7x 0) +#define skinningFlag +#endif +#endif + +uniform mat4 u_worldTrans; + +#if defined(numBones) +#if numBones > 0 +uniform mat4 u_bones[numBones]; +#endif //numBones +#endif + +#ifdef shininessFlag +uniform float u_shininess; +#else +const float u_shininess = 20.0; +#endif // shininessFlag + +#ifdef blendedFlag +uniform float u_opacity; +varying float v_opacity; + +#ifdef alphaTestFlag +uniform float u_alphaTest; +varying float v_alphaTest; +#endif //alphaTestFlag +#endif // blendedFlag + +#ifdef lightingFlag +varying vec3 v_lightDiffuse; + +#ifdef ambientLightFlag +uniform vec3 u_ambientLight; +#endif // ambientLightFlag + +#ifdef ambientCubemapFlag +uniform vec3 u_ambientCubemap[6]; +#endif // ambientCubemapFlag + +#ifdef sphericalHarmonicsFlag +uniform vec3 u_sphericalHarmonics[9]; +#endif //sphericalHarmonicsFlag + +#ifdef specularFlag +varying vec3 v_lightSpecular; +#endif // specularFlag + +#ifdef cameraPositionFlag +uniform vec4 u_cameraPosition; +#endif // cameraPositionFlag + +#ifdef fogFlag +varying float v_fog; +#endif // fogFlag + + +#if numDirectionalLights > 0 +struct DirectionalLight +{ + vec3 color; + vec3 direction; +}; +uniform DirectionalLight u_dirLights[numDirectionalLights]; +#endif // numDirectionalLights + +#if numPointLights > 0 +struct PointLight +{ + vec3 color; + vec3 position; +}; +uniform PointLight u_pointLights[numPointLights]; +#endif // numPointLights + +#if defined(ambientLightFlag) || defined(ambientCubemapFlag) || defined(sphericalHarmonicsFlag) +#define ambientFlag +#endif //ambientFlag + +#ifdef shadowMapFlag +uniform mat4 u_shadowMapProjViewTrans; +varying vec3 v_shadowMapUv; +#define separateAmbientFlag +#endif //shadowMapFlag + +#if defined(ambientFlag) && defined(separateAmbientFlag) +varying vec3 v_ambientLight; +#endif //separateAmbientFlag + +#endif // lightingFlag + +void main() { + #ifdef diffuseTextureFlag + v_diffuseUV = u_diffuseUVTransform.xy + a_texCoord0 * u_diffuseUVTransform.zw; + #endif //diffuseTextureFlag + + #ifdef emissiveTextureFlag + v_emissiveUV = u_emissiveUVTransform.xy + a_texCoord0 * u_emissiveUVTransform.zw; + #endif //emissiveTextureFlag + + #ifdef specularTextureFlag + v_specularUV = u_specularUVTransform.xy + a_texCoord0 * u_specularUVTransform.zw; + #endif //specularTextureFlag + + #if defined(colorFlag) + v_color = a_color; + #endif // colorFlag + + #ifdef blendedFlag + v_opacity = u_opacity; + #ifdef alphaTestFlag + v_alphaTest = u_alphaTest; + #endif //alphaTestFlag + #endif // blendedFlag + + #ifdef skinningFlag + mat4 skinning = mat4(0.0); + #ifdef boneWeight0Flag + skinning += (a_boneWeight0.y) * u_bones[int(a_boneWeight0.x)]; + #endif //boneWeight0Flag + #ifdef boneWeight1Flag + skinning += (a_boneWeight1.y) * u_bones[int(a_boneWeight1.x)]; + #endif //boneWeight1Flag + #ifdef boneWeight2Flag + skinning += (a_boneWeight2.y) * u_bones[int(a_boneWeight2.x)]; + #endif //boneWeight2Flag + #ifdef boneWeight3Flag + skinning += (a_boneWeight3.y) * u_bones[int(a_boneWeight3.x)]; + #endif //boneWeight3Flag + #ifdef boneWeight4Flag + skinning += (a_boneWeight4.y) * u_bones[int(a_boneWeight4.x)]; + #endif //boneWeight4Flag + #ifdef boneWeight5Flag + skinning += (a_boneWeight5.y) * u_bones[int(a_boneWeight5.x)]; + #endif //boneWeight5Flag + #ifdef boneWeight6Flag + skinning += (a_boneWeight6.y) * u_bones[int(a_boneWeight6.x)]; + #endif //boneWeight6Flag + #ifdef boneWeight7Flag + skinning += (a_boneWeight7.y) * u_bones[int(a_boneWeight7.x)]; + #endif //boneWeight7Flag + #endif //skinningFlag + + #ifdef skinningFlag + vec4 pos = u_worldTrans * skinning * vec4(a_position, 1.0); + #else + vec4 pos = u_worldTrans * vec4(a_position, 1.0); + #endif + + gl_Position = u_projViewTrans * pos; + + #ifdef shadowMapFlag + vec4 spos = u_shadowMapProjViewTrans * pos; + v_shadowMapUv.xyz = (spos.xyz / spos.w) * 0.5 + 0.5; + v_shadowMapUv.z = min(v_shadowMapUv.z, 0.998); + #endif //shadowMapFlag + + #if defined(normalFlag) + #if defined(skinningFlag) + vec3 normal = normalize((u_worldTrans * skinning * vec4(a_normal, 0.0)).xyz); + #else + vec3 normal = normalize(u_normalMatrix * a_normal); + #endif + v_normal = normal; + #endif // normalFlag + + #ifdef fogFlag + vec3 flen = u_cameraPosition.xyz - pos.xyz; + float fog = dot(flen, flen) * u_cameraPosition.w; + v_fog = min(fog, 1.0); + #endif + + #ifdef lightingFlag + #if defined(ambientLightFlag) + vec3 ambientLight = u_ambientLight; + #elif defined(ambientFlag) + vec3 ambientLight = vec3(0.0); + #endif + + #ifdef ambientCubemapFlag + vec3 squaredNormal = normal * normal; + vec3 isPositive = step(0.0, normal); + ambientLight += squaredNormal.x * mix(u_ambientCubemap[0], u_ambientCubemap[1], isPositive.x) + + squaredNormal.y * mix(u_ambientCubemap[2], u_ambientCubemap[3], isPositive.y) + + squaredNormal.z * mix(u_ambientCubemap[4], u_ambientCubemap[5], isPositive.z); + #endif // ambientCubemapFlag + + #ifdef sphericalHarmonicsFlag + ambientLight += u_sphericalHarmonics[0]; + ambientLight += u_sphericalHarmonics[1] * normal.x; + ambientLight += u_sphericalHarmonics[2] * normal.y; + ambientLight += u_sphericalHarmonics[3] * normal.z; + ambientLight += u_sphericalHarmonics[4] * (normal.x * normal.z); + ambientLight += u_sphericalHarmonics[5] * (normal.z * normal.y); + ambientLight += u_sphericalHarmonics[6] * (normal.y * normal.x); + ambientLight += u_sphericalHarmonics[7] * (3.0 * normal.z * normal.z - 1.0); + ambientLight += u_sphericalHarmonics[8] * (normal.x * normal.x - normal.y * normal.y); + #endif // sphericalHarmonicsFlag + + #ifdef ambientFlag + #ifdef separateAmbientFlag + v_ambientLight = ambientLight; + v_lightDiffuse = vec3(0.0); + #else + v_lightDiffuse = ambientLight; + #endif //separateAmbientFlag + #else + v_lightDiffuse = vec3(0.0); + #endif //ambientFlag + + + #ifdef specularFlag + v_lightSpecular = vec3(0.0); + vec3 viewVec = normalize(u_cameraPosition.xyz - pos.xyz); + #endif // specularFlag + + #if (numDirectionalLights > 0) && defined(normalFlag) + for (int i = 0; i < numDirectionalLights; i++) { + vec3 lightDir = -u_dirLights[i].direction; + float NdotL = clamp(dot(normal, lightDir), 0.0, 1.0); + vec3 value = u_dirLights[i].color * NdotL; + v_lightDiffuse += value; + #ifdef specularFlag + float halfDotView = max(0.0, dot(normal, normalize(lightDir + viewVec))); + v_lightSpecular += value * pow(halfDotView, u_shininess); + #endif // specularFlag + } + #endif // numDirectionalLights + + #if (numPointLights > 0) && defined(normalFlag) + for (int i = 0; i < numPointLights; i++) { + vec3 lightDir = u_pointLights[i].position - pos.xyz; + float dist2 = dot(lightDir, lightDir); + lightDir *= inversesqrt(dist2); + float NdotL = clamp(dot(normal, lightDir), 0.0, 1.0); + vec3 value = u_pointLights[i].color * (NdotL / (1.0 + dist2)); + v_lightDiffuse += value; + #ifdef specularFlag + float halfDotView = max(0.0, dot(normal, normalize(lightDir + viewVec))); + v_lightSpecular += value * pow(halfDotView, u_shininess); + #endif // specularFlag + } + #endif // numPointLights + #endif // lightingFlag +} diff --git a/docs/squidsquad/daybreakOld/assets/depth.fragment-8341d5ce47fc398da575c9e294b6821b.glsl b/docs/squidsquad/daybreakOld/assets/depth.fragment-8341d5ce47fc398da575c9e294b6821b.glsl new file mode 100644 index 00000000..f9ab18e0 --- /dev/null +++ b/docs/squidsquad/daybreakOld/assets/depth.fragment-8341d5ce47fc398da575c9e294b6821b.glsl @@ -0,0 +1,35 @@ +#ifdef GL_ES +#define LOWP lowp +#define MED mediump +#define HIGH highp +precision mediump float; +#else +#define MED +#define LOWP +#define HIGH +#endif + +#if defined(diffuseTextureFlag) && defined(blendedFlag) +#define blendedTextureFlag +varying MED vec2 v_texCoords0; +uniform sampler2D u_diffuseTexture; +uniform float u_alphaTest; +#endif + +#ifdef PackedDepthFlag +varying HIGH float v_depth; +#endif //PackedDepthFlag + +void main() { + #ifdef blendedTextureFlag + if (texture2D(u_diffuseTexture, v_texCoords0).a < u_alphaTest) + discard; + #endif // blendedTextureFlag + + #ifdef PackedDepthFlag + HIGH float depth = v_depth; + const HIGH vec4 bias = vec4(1.0 / 255.0, 1.0 / 255.0, 1.0 / 255.0, 0.0); + HIGH vec4 color = vec4(depth, fract(depth * 255.0), fract(depth * 65025.0), fract(depth * 16581375.0)); + gl_FragColor = color - (color.yzww * bias); + #endif //PackedDepthFlag +} diff --git a/docs/squidsquad/daybreakOld/assets/depth.vertex-98a450f1f747c05eedb7122779187316.glsl b/docs/squidsquad/daybreakOld/assets/depth.vertex-98a450f1f747c05eedb7122779187316.glsl new file mode 100644 index 00000000..e0877a69 --- /dev/null +++ b/docs/squidsquad/daybreakOld/assets/depth.vertex-98a450f1f747c05eedb7122779187316.glsl @@ -0,0 +1,125 @@ +attribute vec3 a_position; +uniform mat4 u_projViewWorldTrans; + +#if defined(diffuseTextureFlag) && defined(blendedFlag) +#define blendedTextureFlag +attribute vec2 a_texCoord0; +varying vec2 v_texCoords0; +#endif + + +#ifdef boneWeight0Flag +#define boneWeightsFlag +attribute vec2 a_boneWeight0; +#endif //boneWeight0Flag + +#ifdef boneWeight1Flag +#ifndef boneWeightsFlag +#define boneWeightsFlag +#endif +attribute vec2 a_boneWeight1; +#endif //boneWeight1Flag + +#ifdef boneWeight2Flag +#ifndef boneWeightsFlag +#define boneWeightsFlag +#endif +attribute vec2 a_boneWeight2; +#endif //boneWeight2Flag + +#ifdef boneWeight3Flag +#ifndef boneWeightsFlag +#define boneWeightsFlag +#endif +attribute vec2 a_boneWeight3; +#endif //boneWeight3Flag + +#ifdef boneWeight4Flag +#ifndef boneWeightsFlag +#define boneWeightsFlag +#endif +attribute vec2 a_boneWeight4; +#endif //boneWeight4Flag + +#ifdef boneWeight5Flag +#ifndef boneWeightsFlag +#define boneWeightsFlag +#endif +attribute vec2 a_boneWeight5; +#endif //boneWeight5Flag + +#ifdef boneWeight6Flag +#ifndef boneWeightsFlag +#define boneWeightsFlag +#endif +attribute vec2 a_boneWeight6; +#endif //boneWeight6Flag + +#ifdef boneWeight7Flag +#ifndef boneWeightsFlag +#define boneWeightsFlag +#endif +attribute vec2 a_boneWeight7; +#endif //boneWeight7Flag + +#if defined(numBones) && defined(boneWeightsFlag) +#if (numBones > 0) +#define skinningFlag +#endif +#endif + +#if defined(numBones) +#if numBones > 0 +uniform mat4 u_bones[numBones]; +#endif //numBones +#endif + +#ifdef PackedDepthFlag +varying float v_depth; +#endif //PackedDepthFlag + +void main() { + #ifdef blendedTextureFlag + v_texCoords0 = a_texCoord0; + #endif // blendedTextureFlag + + #ifdef skinningFlag + mat4 skinning = mat4(0.0); + #ifdef boneWeight0Flag + skinning += (a_boneWeight0.y) * u_bones[int(a_boneWeight0.x)]; + #endif //boneWeight0Flag + #ifdef boneWeight1Flag + skinning += (a_boneWeight1.y) * u_bones[int(a_boneWeight1.x)]; + #endif //boneWeight1Flag + #ifdef boneWeight2Flag + skinning += (a_boneWeight2.y) * u_bones[int(a_boneWeight2.x)]; + #endif //boneWeight2Flag + #ifdef boneWeight3Flag + skinning += (a_boneWeight3.y) * u_bones[int(a_boneWeight3.x)]; + #endif //boneWeight3Flag + #ifdef boneWeight4Flag + skinning += (a_boneWeight4.y) * u_bones[int(a_boneWeight4.x)]; + #endif //boneWeight4Flag + #ifdef boneWeight5Flag + skinning += (a_boneWeight5.y) * u_bones[int(a_boneWeight5.x)]; + #endif //boneWeight5Flag + #ifdef boneWeight6Flag + skinning += (a_boneWeight6.y) * u_bones[int(a_boneWeight6.x)]; + #endif //boneWeight6Flag + #ifdef boneWeight7Flag + skinning += (a_boneWeight7.y) * u_bones[int(a_boneWeight7.x)]; + #endif //boneWeight7Flag + #endif //skinningFlag + + #ifdef skinningFlag + vec4 pos = u_projViewWorldTrans * skinning * vec4(a_position, 1.0); + #else + vec4 pos = u_projViewWorldTrans * vec4(a_position, 1.0); + #endif + + #ifdef PackedDepthFlag + v_depth = pos.z / pos.w * 0.5 + 0.5; + #endif //PackedDepthFlag + + gl_Position = pos; +} diff --git a/docs/squidsquad/daybreakOld/assets/lsans-15-5143ae9583bc43b1084f98062e054ae8.fnt b/docs/squidsquad/daybreakOld/assets/lsans-15-5143ae9583bc43b1084f98062e054ae8.fnt new file mode 100644 index 00000000..6adbdfdf --- /dev/null +++ b/docs/squidsquad/daybreakOld/assets/lsans-15-5143ae9583bc43b1084f98062e054ae8.fnt @@ -0,0 +1,246 @@ +info face="LSans" size=15 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=1,1,1,1 spacing=-2,-2 +common lineHeight=18 base=14 scaleW=256 scaleH=128 pages=1 packed=0 +page id=0 file="lsans-15.png" +chars count=168 +char id=0 x=83 y=85 width=11 height=13 xoffset=0 yoffset=2 xadvance=11 page=0 chnl=0 +char id=32 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=4 page=0 chnl=0 +char id=33 x=184 y=17 width=5 height=13 xoffset=0 yoffset=2 xadvance=5 page=0 chnl=0 +char id=34 x=27 y=85 width=7 height=5 xoffset=-1 yoffset=2 xadvance=5 page=0 chnl=0 +char id=35 x=189 y=17 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=36 x=125 y=17 width=10 height=15 xoffset=-1 yoffset=1 xadvance=8 page=0 chnl=0 +char id=37 x=199 y=17 width=15 height=13 xoffset=-1 yoffset=2 xadvance=13 page=0 chnl=0 +char id=38 x=10 y=72 width=12 height=12 xoffset=-1 yoffset=3 xadvance=10 page=0 chnl=0 +char id=39 x=34 y=85 width=5 height=5 xoffset=-1 yoffset=2 xadvance=3 page=0 chnl=0 +char id=40 x=24 y=0 width=7 height=16 xoffset=-1 yoffset=2 xadvance=5 page=0 chnl=0 +char id=41 x=31 y=0 width=7 height=16 xoffset=-1 yoffset=2 xadvance=5 page=0 chnl=0 +char id=42 x=0 y=85 width=8 height=7 xoffset=-1 yoffset=2 xadvance=6 page=0 chnl=0 +char id=43 x=57 y=72 width=11 height=11 xoffset=-1 yoffset=3 xadvance=9 page=0 chnl=0 +char id=44 x=251 y=72 width=4 height=6 xoffset=0 yoffset=11 xadvance=4 page=0 chnl=0 +char id=45 x=50 y=85 width=7 height=4 xoffset=-1 yoffset=8 xadvance=5 page=0 chnl=0 +char id=46 x=57 y=85 width=4 height=4 xoffset=0 yoffset=11 xadvance=4 page=0 chnl=0 +char id=47 x=214 y=17 width=6 height=13 xoffset=-1 yoffset=2 xadvance=4 page=0 chnl=0 +char id=48 x=220 y=17 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=49 x=230 y=17 width=9 height=13 xoffset=0 yoffset=2 xadvance=8 page=0 chnl=0 +char id=50 x=239 y=17 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=51 x=0 y=33 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=52 x=10 y=33 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=53 x=20 y=33 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=54 x=30 y=33 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=55 x=40 y=33 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=56 x=50 y=33 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=57 x=60 y=33 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=58 x=68 y=72 width=4 height=10 xoffset=0 yoffset=5 xadvance=4 page=0 chnl=0 +char id=59 x=22 y=72 width=4 height=12 xoffset=0 yoffset=5 xadvance=4 page=0 chnl=0 +char id=60 x=229 y=72 width=11 height=9 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=0 +char id=61 x=8 y=85 width=11 height=7 xoffset=-1 yoffset=6 xadvance=9 page=0 chnl=0 +char id=62 x=240 y=72 width=11 height=9 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=0 +char id=63 x=70 y=33 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=64 x=135 y=17 width=15 height=15 xoffset=0 yoffset=2 xadvance=15 page=0 chnl=0 +char id=65 x=80 y=33 width=11 height=13 xoffset=-1 yoffset=2 xadvance=9 page=0 chnl=0 +char id=66 x=91 y=33 width=11 height=13 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 +char id=67 x=102 y=33 width=13 height=13 xoffset=-1 yoffset=2 xadvance=11 page=0 chnl=0 +char id=68 x=115 y=33 width=12 height=13 xoffset=0 yoffset=2 xadvance=11 page=0 chnl=0 +char id=69 x=127 y=33 width=11 height=13 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 +char id=70 x=138 y=33 width=10 height=13 xoffset=0 yoffset=2 xadvance=9 page=0 chnl=0 +char id=71 x=148 y=33 width=12 height=13 xoffset=-1 yoffset=2 xadvance=11 page=0 chnl=0 +char id=72 x=160 y=33 width=10 height=13 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 +char id=73 x=249 y=17 width=4 height=13 xoffset=0 yoffset=2 xadvance=3 page=0 chnl=0 +char id=74 x=170 y=33 width=8 height=13 xoffset=-1 yoffset=2 xadvance=7 page=0 chnl=0 +char id=75 x=178 y=33 width=11 height=13 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 +char id=76 x=189 y=33 width=9 height=13 xoffset=0 yoffset=2 xadvance=8 page=0 chnl=0 +char id=77 x=198 y=33 width=11 height=13 xoffset=0 yoffset=2 xadvance=11 page=0 chnl=0 +char id=78 x=209 y=33 width=10 height=13 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 +char id=79 x=219 y=33 width=14 height=13 xoffset=-1 yoffset=2 xadvance=12 page=0 chnl=0 +char id=80 x=233 y=33 width=11 height=13 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 +char id=81 x=38 y=0 width=14 height=16 xoffset=-1 yoffset=2 xadvance=12 page=0 chnl=0 +char id=82 x=0 y=46 width=12 height=13 xoffset=0 yoffset=2 xadvance=11 page=0 chnl=0 +char id=83 x=12 y=46 width=12 height=13 xoffset=-1 yoffset=2 xadvance=10 page=0 chnl=0 +char id=84 x=244 y=33 width=11 height=13 xoffset=-1 yoffset=2 xadvance=9 page=0 chnl=0 +char id=85 x=24 y=46 width=10 height=13 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 +char id=86 x=34 y=46 width=11 height=13 xoffset=-1 yoffset=2 xadvance=9 page=0 chnl=0 +char id=87 x=45 y=46 width=17 height=13 xoffset=-1 yoffset=2 xadvance=15 page=0 chnl=0 +char id=88 x=62 y=46 width=11 height=13 xoffset=-1 yoffset=2 xadvance=9 page=0 chnl=0 +char id=89 x=73 y=46 width=11 height=13 xoffset=-1 yoffset=2 xadvance=9 page=0 chnl=0 +char id=90 x=84 y=46 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=91 x=52 y=0 width=5 height=16 xoffset=0 yoffset=2 xadvance=4 page=0 chnl=0 +char id=92 x=94 y=46 width=6 height=13 xoffset=-1 yoffset=2 xadvance=4 page=0 chnl=0 +char id=93 x=57 y=0 width=5 height=16 xoffset=-1 yoffset=2 xadvance=4 page=0 chnl=0 +char id=94 x=19 y=85 width=8 height=7 xoffset=-1 yoffset=2 xadvance=5 page=0 chnl=0 +char id=95 x=71 y=85 width=12 height=3 xoffset=-2 yoffset=15 xadvance=8 page=0 chnl=0 +char id=96 x=61 y=85 width=6 height=4 xoffset=-1 yoffset=2 xadvance=5 page=0 chnl=0 +char id=97 x=72 y=72 width=10 height=10 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=98 x=100 y=46 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=99 x=82 y=72 width=10 height=10 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=100 x=110 y=46 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=101 x=92 y=72 width=10 height=10 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=102 x=120 y=46 width=7 height=13 xoffset=-1 yoffset=2 xadvance=4 page=0 chnl=0 +char id=103 x=127 y=46 width=10 height=13 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=104 x=137 y=46 width=9 height=13 xoffset=0 yoffset=2 xadvance=8 page=0 chnl=0 +char id=105 x=146 y=46 width=5 height=13 xoffset=-1 yoffset=2 xadvance=3 page=0 chnl=0 +char id=106 x=62 y=0 width=6 height=16 xoffset=-2 yoffset=2 xadvance=3 page=0 chnl=0 +char id=107 x=151 y=46 width=10 height=13 xoffset=-1 yoffset=2 xadvance=7 page=0 chnl=0 +char id=108 x=161 y=46 width=5 height=13 xoffset=-1 yoffset=2 xadvance=3 page=0 chnl=0 +char id=109 x=102 y=72 width=13 height=10 xoffset=0 yoffset=5 xadvance=13 page=0 chnl=0 +char id=110 x=115 y=72 width=10 height=10 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=111 x=125 y=72 width=10 height=10 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=112 x=166 y=46 width=10 height=13 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=113 x=176 y=46 width=10 height=13 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=114 x=135 y=72 width=6 height=10 xoffset=0 yoffset=5 xadvance=5 page=0 chnl=0 +char id=115 x=141 y=72 width=10 height=10 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=116 x=26 y=72 width=6 height=12 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=0 +char id=117 x=151 y=72 width=10 height=10 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=118 x=161 y=72 width=9 height=10 xoffset=-1 yoffset=5 xadvance=7 page=0 chnl=0 +char id=119 x=170 y=72 width=15 height=10 xoffset=-2 yoffset=5 xadvance=11 page=0 chnl=0 +char id=120 x=185 y=72 width=9 height=10 xoffset=-1 yoffset=5 xadvance=7 page=0 chnl=0 +char id=121 x=186 y=46 width=9 height=13 xoffset=-1 yoffset=5 xadvance=7 page=0 chnl=0 +char id=122 x=194 y=72 width=10 height=10 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=123 x=68 y=0 width=7 height=16 xoffset=-1 yoffset=2 xadvance=5 page=0 chnl=0 +char id=124 x=75 y=0 width=4 height=16 xoffset=0 yoffset=2 xadvance=3 page=0 chnl=0 +char id=125 x=79 y=0 width=7 height=16 xoffset=-1 yoffset=2 xadvance=5 page=0 chnl=0 +char id=126 x=39 y=85 width=11 height=5 xoffset=-1 yoffset=6 xadvance=9 page=0 chnl=0 +char id=160 x=0 y=0 width=0 height=0 xoffset=-1 yoffset=0 xadvance=4 page=0 chnl=0 +char id=161 x=32 y=72 width=5 height=12 xoffset=0 yoffset=5 xadvance=5 page=0 chnl=0 +char id=162 x=195 y=46 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=163 x=205 y=46 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=164 x=204 y=72 width=10 height=10 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=0 +char id=165 x=215 y=46 width=12 height=13 xoffset=-2 yoffset=2 xadvance=8 page=0 chnl=0 +char id=166 x=86 y=0 width=4 height=16 xoffset=0 yoffset=2 xadvance=3 page=0 chnl=0 +char id=181 x=227 y=46 width=10 height=13 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=183 x=67 y=85 width=4 height=4 xoffset=1 yoffset=7 xadvance=5 page=0 chnl=0 +char id=191 x=37 y=72 width=10 height=12 xoffset=-1 yoffset=5 xadvance=9 page=0 chnl=0 +char id=192 x=90 y=0 width=11 height=16 xoffset=-1 yoffset=-1 xadvance=9 page=0 chnl=0 +char id=193 x=101 y=0 width=11 height=16 xoffset=-1 yoffset=-1 xadvance=9 page=0 chnl=0 +char id=194 x=112 y=0 width=11 height=16 xoffset=-1 yoffset=-1 xadvance=9 page=0 chnl=0 +char id=195 x=123 y=0 width=11 height=16 xoffset=-1 yoffset=-1 xadvance=9 page=0 chnl=0 +char id=196 x=134 y=0 width=11 height=16 xoffset=-1 yoffset=-1 xadvance=9 page=0 chnl=0 +char id=197 x=0 y=0 width=11 height=17 xoffset=-1 yoffset=-2 xadvance=9 page=0 chnl=0 +char id=198 x=237 y=46 width=17 height=13 xoffset=-1 yoffset=2 xadvance=15 page=0 chnl=0 +char id=199 x=11 y=0 width=13 height=17 xoffset=-1 yoffset=2 xadvance=11 page=0 chnl=0 +char id=200 x=145 y=0 width=11 height=16 xoffset=0 yoffset=-1 xadvance=10 page=0 chnl=0 +char id=201 x=156 y=0 width=11 height=16 xoffset=0 yoffset=-1 xadvance=10 page=0 chnl=0 +char id=202 x=167 y=0 width=11 height=16 xoffset=0 yoffset=-1 xadvance=10 page=0 chnl=0 +char id=203 x=178 y=0 width=11 height=16 xoffset=0 yoffset=-1 xadvance=10 page=0 chnl=0 +char id=204 x=189 y=0 width=6 height=16 xoffset=-2 yoffset=-1 xadvance=3 page=0 chnl=0 +char id=205 x=195 y=0 width=7 height=16 xoffset=0 yoffset=-1 xadvance=3 page=0 chnl=0 +char id=206 x=202 y=0 width=8 height=16 xoffset=-2 yoffset=-1 xadvance=3 page=0 chnl=0 +char id=207 x=210 y=0 width=8 height=16 xoffset=-2 yoffset=-1 xadvance=3 page=0 chnl=0 +char id=208 x=0 y=59 width=13 height=13 xoffset=-1 yoffset=2 xadvance=11 page=0 chnl=0 +char id=209 x=218 y=0 width=10 height=16 xoffset=0 yoffset=-1 xadvance=10 page=0 chnl=0 +char id=210 x=228 y=0 width=14 height=16 xoffset=-1 yoffset=-1 xadvance=12 page=0 chnl=0 +char id=211 x=0 y=17 width=14 height=16 xoffset=-1 yoffset=-1 xadvance=12 page=0 chnl=0 +char id=212 x=14 y=17 width=14 height=16 xoffset=-1 yoffset=-1 xadvance=12 page=0 chnl=0 +char id=213 x=28 y=17 width=14 height=16 xoffset=-1 yoffset=-1 xadvance=12 page=0 chnl=0 +char id=214 x=42 y=17 width=14 height=16 xoffset=-1 yoffset=-1 xadvance=12 page=0 chnl=0 +char id=216 x=150 y=17 width=14 height=15 xoffset=-1 yoffset=1 xadvance=12 page=0 chnl=0 +char id=217 x=242 y=0 width=10 height=16 xoffset=0 yoffset=-1 xadvance=10 page=0 chnl=0 +char id=218 x=56 y=17 width=10 height=16 xoffset=0 yoffset=-1 xadvance=10 page=0 chnl=0 +char id=219 x=66 y=17 width=10 height=16 xoffset=0 yoffset=-1 xadvance=10 page=0 chnl=0 +char id=220 x=76 y=17 width=10 height=16 xoffset=0 yoffset=-1 xadvance=10 page=0 chnl=0 +char id=221 x=86 y=17 width=11 height=16 xoffset=-1 yoffset=-1 xadvance=9 page=0 chnl=0 +char id=222 x=13 y=59 width=11 height=13 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 +char id=223 x=24 y=59 width=10 height=13 xoffset=0 yoffset=2 xadvance=9 page=0 chnl=0 +char id=224 x=34 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=225 x=44 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=226 x=54 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=227 x=64 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=228 x=74 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=229 x=164 y=17 width=10 height=15 xoffset=-1 yoffset=0 xadvance=8 page=0 chnl=0 +char id=230 x=214 y=72 width=15 height=10 xoffset=-1 yoffset=5 xadvance=13 page=0 chnl=0 +char id=231 x=174 y=17 width=10 height=14 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 +char id=232 x=84 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=233 x=94 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=234 x=104 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=235 x=114 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=236 x=124 y=59 width=6 height=13 xoffset=-2 yoffset=2 xadvance=3 page=0 chnl=0 +char id=237 x=130 y=59 width=7 height=13 xoffset=-1 yoffset=2 xadvance=3 page=0 chnl=0 +char id=238 x=137 y=59 width=8 height=13 xoffset=-2 yoffset=2 xadvance=3 page=0 chnl=0 +char id=239 x=145 y=59 width=8 height=13 xoffset=-1 yoffset=2 xadvance=3 page=0 chnl=0 +char id=240 x=153 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=241 x=163 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=242 x=173 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=243 x=183 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=244 x=193 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=245 x=203 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=246 x=213 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=248 x=47 y=72 width=10 height=12 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=0 +char id=249 x=223 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=250 x=233 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=251 x=243 y=59 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=252 x=0 y=72 width=10 height=13 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=253 x=97 y=17 width=9 height=16 xoffset=-1 yoffset=2 xadvance=7 page=0 chnl=0 +char id=254 x=106 y=17 width=10 height=16 xoffset=-1 yoffset=2 xadvance=8 page=0 chnl=0 +char id=255 x=116 y=17 width=9 height=16 xoffset=-1 yoffset=2 xadvance=7 page=0 chnl=0 +kernings count=73 +kerning first=70 second=46 amount=-2 +kerning first=84 second=121 amount=-1 +kerning first=121 second=44 amount=-1 +kerning first=86 second=58 amount=-1 +kerning first=89 second=101 amount=-1 +kerning first=89 second=46 amount=-2 +kerning first=84 second=45 amount=-1 +kerning first=119 second=44 amount=-1 +kerning first=89 second=59 amount=-1 +kerning first=84 second=58 amount=-2 +kerning first=87 second=46 amount=-1 +kerning first=65 second=84 amount=-1 +kerning first=84 second=105 amount=-1 +kerning first=86 second=97 amount=-1 +kerning first=84 second=97 amount=-2 +kerning first=76 second=87 amount=-1 +kerning first=65 second=89 amount=-1 +kerning first=76 second=32 amount=-1 +kerning first=76 second=121 amount=-1 +kerning first=89 second=111 amount=-1 +kerning first=121 second=46 amount=-1 +kerning first=119 second=46 amount=-1 +kerning first=84 second=115 amount=-2 +kerning first=76 second=84 amount=-1 +kerning first=65 second=86 amount=-1 +kerning first=86 second=65 amount=-1 +kerning first=86 second=44 amount=-1 +kerning first=84 second=65 amount=-1 +kerning first=84 second=99 amount=-2 +kerning first=89 second=45 amount=-1 +kerning first=84 second=44 amount=-2 +kerning first=76 second=89 amount=-1 +kerning first=89 second=113 amount=-1 +kerning first=89 second=58 amount=-1 +kerning first=86 second=117 amount=-1 +kerning first=80 second=65 amount=-1 +kerning first=89 second=105 amount=-1 +kerning first=80 second=44 amount=-2 +kerning first=89 second=118 amount=-1 +kerning first=84 second=117 amount=-1 +kerning first=89 second=97 amount=-1 +kerning first=76 second=86 amount=-1 +kerning first=118 second=44 amount=-1 +kerning first=86 second=101 amount=-1 +kerning first=87 second=97 amount=-1 +kerning first=86 second=46 amount=-1 +kerning first=86 second=114 amount=-1 +kerning first=86 second=59 amount=-1 +kerning first=84 second=101 amount=-2 +kerning first=84 second=46 amount=-2 +kerning first=32 second=65 amount=-1 +kerning first=84 second=114 amount=-1 +kerning first=114 second=44 amount=-1 +kerning first=84 second=59 amount=-2 +kerning first=70 second=65 amount=-1 +kerning first=80 second=46 amount=-2 +kerning first=70 second=44 amount=-2 +kerning first=84 second=119 amount=-1 +kerning first=89 second=65 amount=-1 +kerning first=86 second=111 amount=-1 +kerning first=89 second=44 amount=-2 +kerning first=89 second=112 amount=-1 +kerning first=87 second=65 amount=-1 +kerning first=118 second=46 amount=-1 +kerning first=84 second=111 amount=-2 +kerning first=87 second=44 amount=-1 +kerning first=49 second=49 amount=-1 +kerning first=89 second=117 amount=-1 +kerning first=114 second=46 amount=-1 +kerning first=86 second=121 amount=-1 +kerning first=65 second=87 amount=-1 +kerning first=65 second=32 amount=-1 +kerning first=86 second=45 amount=-1 diff --git a/docs/squidsquad/daybreakOld/assets/lsans-15-8e00ff5b9dd15a3c18c1eb75f68c695a.png b/docs/squidsquad/daybreakOld/assets/lsans-15-8e00ff5b9dd15a3c18c1eb75f68c695a.png new file mode 100644 index 0000000000000000000000000000000000000000..62658ff84ae9a27c3c28ad369679065d04b62881 GIT binary patch literal 10270 zcmZX4byQT{8}69^2Bbl07`g?N&Y`5vK%vn7{{H`r82f+n|DSbxd;6akBb=R`{imYQXpD?m zU@#byh{3@izkU1mzoHn|`T6<3`2P$1XZzQC{lA4#|HFqsAU8KR|8MSpDHuCO#>U1T z8yovKuYZw&=2j{=|e=+y=_GD#cFD@>;y}c_cDlo{atE&S81OL*-WMSeP z8X9nMasMs){rmTTfB+^YCQQ1Om6el|6DDA0W+o&gL_k1*kB<)nwXm>oa&mHTa8OiK zgh4nuI{LRL#)Tnyb#;YNpJbn5UQ>d-2Ej&D&fPkQ@t7~pD=P~_8{@)| z#0@bHk6lM|z2$oTm9(9qCe;&XCxe0_bTrKP8*r{BMS&%?tL78Zt)F%0kD zzyIyqxAF1urlzL!^z@pVn&RT()YMcA{_^s&pr9b8wUw2X*4Ebb^>tfYTMW3Fnc4jO zd}U=NhMt|B-Sg+qF~rKs$}k|9XMy3Vr>BQPq1f5kF>PXs*4EZCGc#ja+uz?WDJh|# zpuh;dy}i4;yO;pXK&q>&G58qf(b3V?*4CY!ox;MxnVFfGLYSF|Fn$WcJkA?8JuQ78 zVc!gf{r=>!MEH{DB)4kMmY-e!B7V z^Yd$p$4EwcaspiKje!Ci_Io6wl3{w$GIL{rcziS?iilq&=;q;&^*=4Hf2)6F*mSlu ze`U^1a$4;u$l70BIjXCv&h)()=xNE*TAr$-uZ#%|`ZHM-y*H5}+Sit)`!{#L#J#7x zG&yFZw<6s*Ic}^eA@H@?{*U6Pij<4v9fgGjnX%EH4hrAu>vNJqJOxK$f-QS0zC^jd ze(^+}zAY!h{h35nYU;aSht|T+p_;0XI9SG$?Z$p)dFQ{Bwt3e7qtg1Rtuc+Yp_LB+ zFi)x~$QpRf?zG?-(EPZ)y@_}NdQJ+1#utKFbf6LDJ~$9O-ux@q7=h`qo}R{4@N`$K z?|b#RmW-92`KpY$={Lm*e-|;oD6N&nKgd*8yCXhg8eL-jy=J z??IRcDi)c`<&bqgSvC#9Upv(g2MuRgo#uM0`FwQ*Pc?OBcU!_(`Lvkd^wkXH71IBp z$AUjEhYHSyf1u_^{Zh%*Qun6LVnni7@GiEb)`?}Id_w(*)ZWAys`~h_!nP(-Pnd{P z-`lz5^fPqdXBx7d!;8(A%Pj~VPNDeDpie=1#LIg!pgI+2R`2ndMJ5fzsMJ-Guw748 zK0Z0#6GZ$gAnSAS1K|o>7EKyHgTA2sZ+%#@-O`SWb+%g5>I%q>pF^EQJI{c)nQt8E zv?Ir>C%(XkssvOPg zqD}O3w$BbtO_7nhyuj5FW+1Y?5op=h`5{o`KqOsxEQ;*WbmaAYNB|ES`TnV?c? z;^mse>~}V|=c&E7qV{|D^IXjzwf*d|Jq~F`NEaHt<#?t6tZEHd)Q}{x@L5@sP(;%a z9fbd&r5k~0-^jS?H1gDd@Ca#s{DF*v_O8(;x+FzANf*4 zqJ;vm4B;V1Oh?nv;n)TV+(Qh%P$OoMMWLlfH9GKfdd?I~_y8@B{!1vV86KnH#p`6z zY()Rq)Wad$*f6|Xi|X>;6$RYw?}By&(2etq1DQqP^lFH~xMud<)2-^D)CwzjBAp(D z13xWCS2 zEr7c}(Sc>O4gm8Fx*x;IQzBZyw(*c=1R^(-!S>p)+JEYv`2E*#;B)s~w@soWoq~aquua(<_9BXcRpsUVK&S+-*D<}&!CqQ8P^TR1Jfq{D8D`*EF_uj)` zV?l{YQ{O{MR=a8kY|jb#;HQz*O~bplJ&u>#bb$_x169Tgfzus;SJM2JU;VM^up-bY zqf}Yyfs*5dm1~kknI0APVgIm*meZxPHy>8c|4EK(w!jjP&uj89`1GqnJU{SK+6*z7 zM6YtAw+k93uHwz2e9e18@}>`)7`!Ka@<9%A+d)JEJR$+0#cVP6w|ppxCABrlS&IkZ zuvE6bA^cm^-J?m`Yft?Qye}mPU6RY}zTZ)c+0)#(z{=_pyo7SXF6-GvZ+sXF$DCUE z?Ox*d))}5Z;vdo+%=uY{;g>JAcRAFCIR2n<6^g45V0q9|QliRaq zMeb(fy1erP5osih>JG~@UPx>G;f`Hw#s<4gP2HF6%RC%U7SkW}PkA}Hqj7#07n5@y ze^u}p;eOJkp*6IJo%QQ)U)|-C6Fm9p50uolXD>?bLbd5QLm$hGo;q#a5J~PoiWzyk zzw2E1sFTE9$k_gMBJ`n_Ki zT=d}}S_D+M7fKoZBcxx9zHeu*XS;8A5!10wfsi=(_Eyn660(37~V z!~fXg#3>`-_)j1uSB5eBE*UPp{}o#D&uv1svk_x0ZJj#{*QvD}-zY~lEj?N#6WS>s z$s#43)MY&oRRQTqtFMw}MYcs$EerVSQv1HSNsn|8ehQv%$-67=*YBAyXsdoaoYEOf z7Vb}iSetGX3Of-=ry~QB+k&dIr4hy%clX%slVZlQ?0k5Rz9g|X70Jo=OFWI@`20R8 zsdP}`4Qiec^iYNv*Gp692z-!$1z8}~;-2G(8r@sjYnb3D3?%00O8~F5{qTQnp^fBI zGh)A-Qkfv~Y+)|%trbVrZbg&y-{;P6mLQ!jJuhPkVl@#p-0s5dMC!SUf(z%1&-YrW zt`;OB&<=aB=eK$%+i$kM13GJY#|n*4$zi2!Z8&`#>rkZ0^GNZ-Tvt<|%d)Gp;XH9g ziNusKfuyLHh%{TZJzDnfl{n(sT^{)CSB{Dj_2Gibtj00 z)}J~P*rclWuc2xjU1&3^&!cHWNx4Z7SO{+wqsybFX%%v9Cr&{lYd_z`l^6Qj5L@aZ zYn{r6B&b(*piW$bU337WKpX{v|2h9bSpc*%TZtyj&6o*vcUWzI7_5izGvwso_8>~i zVd#yP7oG&WNRZgGe3)IA@W&%_GXc}AK5$SWDgi1T!&C(&cgTQf8krix=R6j}-Z8MH zhOgkXz+-HF3x(^J-)jx{^G^<4zLF;2R7SO4@Br6D$}lL0@as?LPDZ3lz4Mas%{`q@ zM^DqybYzgtnNZD|op||cL#oQveXb-X%l9-@kG=2fJl5(jH)ImpEE^5JArK7W)wv!E z&&K7s{#?&*w{wiIBbu||Fe7ol^4>7`eX%aS(}~xM>bScQn{z(t!kDKx!1I+0{5a2F^NL8LihK4{UZ4=nOSriG68JkVG^#?3C*G{p z9{~*EWKqcMby1XMMAm*R7C)rSB|6elyXCq)T2$t_t!IRYR$Cw0spm5X4dJC6Zg;oL zbm)k!5@zBc=R9jbjZ&K_EkfYLMrwJM>qY&~Wl@SV0i11y1+B59t6$d&(f4eo0#mWb z*UD1ehJW)#|2qNR0Hb9k62uoY9yV0-NGm!WR_Pie*P@n-iniC^bDZ^f7!U?4N?7bw z{_9WexA=UVSk0#Jto+QKt#WziYuKPvI`EuTy_ZC2>NRubMb%OKJt-6JsK6)u2NEYw zhGf)r-;N>%2x}a#-@IU5dETAysnCM%qdu_wzY|~=N~2@|9MzKPy_;-#3(4;Ls!k?l z5`8P=X@7K1l#9LOx*z_0hHA1o1>Fux_U}*!8xNExQT(#rAOn?Vwm)6Q1+Yg0d!Z*B zvPFs3V19;E0V@mB(D&TFZ%QNPbZm)9=0Msc6o*A$&8p3ojIV3E37CQaF$tyOE2ZFd zHCd8J3tzs*!mJ9T>mO>rqHP^Okf*XoJ}F{DvsRw5<7`w=l6a){ynh~hXLQ~l9OR6f zfB!Z4A=nMuy+Z}U1wa);G;GLiy$smv6#6z<|LojR))3GRMiZ%MS|?!Lox<4fVYh$R z=AIK}D%{Llqt!{PmQ5DvrC5r-tvFy06_oXWM}i|j>KshjLJgc0f;IV@p+d8Gvn7Z_ z?#;m=kn(HMbeke>^71y9#PF%SZYup!7L+lPt)VFL3t#Nyo9mkWhi)NuxxRwAElt1V z_+(8;Vea4k#e^318W+^gR7G87ZKq;eKVRdEiq8;%0Td2V&GARtVH95)y(B(joJX&A zF9tuJY&THmoWivj>^q-GB+GQT^6Iq9FjRUU_3B%GRD%`nlES^P!!{40uDB+!^m07pmL@20KsmI;N-0{>b zBGM<$d9*;ey^Kn!m;Js;&G5#=_ukiAJ{5Y6=-|&+JkF&r-&pX8lB$?9)T=zv7MkqX za|0dW1Pym;WwF{ZG8D_p%18a7ws+b(-gdUf8(T^nY2v%gAyQ$7-pA?m#cg!ia&Z9WG_!ygfTOb8MhbnlgZfwU4dt@`wOxStzQ$>kwLd?Dyr zDcc*3rcTY$oGB#zeF`wTd)yZ31^phFJ@k2&vD}Of-uHNT1u(n#7o;albLN(i_yyUw zTzzF^&u)bA=NY!N;}GMyR5y^T;yys<=kp6Cu8;$Iaz~3K> zo06vYuEc44JQ9iuT2~!t8rIdhAjp|_6dH5n9>kpuoM#nfGib5h@2#8c7Mh>HnP=!o zGWLb~GlGEKPy~Q0!DhU4iPoaB-jIWjPM@YA2nMQ+`#~W>65gQr{h66VQaCx>b)IZ+ ziHK`DEw$UAzg6V3(vmo6iPQMFhJZEdrKjo&jW*a!vL=WwCJ((jnFLAOB|&yMZ&Ic{ zd-xv4Pjn>-bRO=W`OQcUL4a!;)p;tI|H6YBu>){Rm-{Z(qSKw(N0ZIVZF5{T+n%%t zllwVh-!gC<-;$WcHT&5fcQBH}1@jNxccZg+G&NqimiEQ|`bsJXiZYG{2I)~j!H?e- zXulL$(Q>Z6{|w~jYyk2mdjvGZ@aFE%HqbWgi3pn=P!YlFIG9hE59PA~ol}d_VaHwH z?OXE)gjnVQJ*F`obSIF<#8zL32(Cy>b6r@Uu^}!xxKAeM}t)eLOV z;M4W6J9~OvNf9vpG*Ax<&6a;Kgw?s$#zS)=mxE7!N!a;?@bi!a-x2gcDax?#o8V8@ zUXkV1wuJkp#uJaSyqu%X`=YB%h8)^~@?-Dge1nTbus2BxlB#XVnlq_F6Xx+1v^(^N=#-27ko*gl^A z@U+1a{V7$&kS&U*{TJy=-KH83tPN&}m4Q{z-$ z*4zSsmFtkVBqz&)ZnIHNq}-|>i$O>GTmtVnRDBTL%Qy|@FelxB8Ycrk8nNeK8al&- zdprZ75XJN?yqFc%`Sg+yb43-mcmdoVS8(AP^w|~Hln0yD$m?MiP5G-Nxah0Ko}l}` zXkSemc(8mDQv1k%6C>ZBg!SvgodGrDD;XsM=2rp3?11@-6+XX1at!SR?^~gF#0-u$ zk9mLzJ3J93q`-L$e{ z`S3HD4&@y#$76YG+SF@KWc<=^6?QU9VfdzW5?Q`oxZU52y82k>#qj1|KSA$j*_~WG zop*Gae_iHRdFrptgzLl|k*j8k?^z*3BxnGGa82f>KXM5rR8Ya`gw(^g3M$QC#|0=1 zdKNn^$)^4C8RcWmJ)(mylItkE=2-_o;e$Kdx$zO6pH6ljc;?3$Eb$iP=$b~MoMoH8 zeW|R~Fs6r*V^vrZ=Sj)-mdgg7u4^}XE1B=BMKgm|U&bRyn2S9N~d!6 z5sx(3#E#RaIJbS;vJi$VsMM0{&qLvg;|DdJ_)Li$4;0}~T4CcP)9XGEhh6`f<%tOr z#Up85c&PzW^V_qkj$@Ln8{V|CHwvvKi3+>AdO>GNYNVzHG7qH*5!y-}8n$rcehZ=5 z!FvVP5U@hzq5!JwJrsuz0j4_5Vp(%!1jLw$5psSun!{pbm6ip3lkInZ8HvcfVswKm z?T6~A?5UvE#F~+@>fAxBfkW7Jikjsj{96ONZzo0pCSa8~>%wctY3I)z*ll+4*Cqoq zN^s=`D--YyxARKE>Kvi~j{=IP_A)jaE z-!K#y404@xDprt%HT{ey^rZZ7lOPpEcUD40T-wGNjgK70motWG2I~m-rHO+HQo3o9 zCBfL+0~(fD1>n-sz7TXdzK?ruN6S$_LTcA(y5}d`P!1oMv)BzaZl`{%XrRaW(>+i2 z=k8c53s)NzSzwI=B`(7}9Y2lG)=D#9@KZ2YQ?}i_fUg<~2FRMM4teGjRyQNC&$Twq{cI}!(Sqw}yb<)~-cEkPhA)aG{Z!p$>O7kPn-sL3$gCt0 zWRTKixgsmGI(K0Lo;)LM^$%gBAq4+iG+zwsT;sH4P_v*I-gQqiok`;0b7<`g&?S`1 zo(lEVkA=uRwq38rgA^zXKQIY|9E0KI%wo5z@b?dk3R+tKTAs8*0vRY7cdBA8Od?9jR!W3 z&%S%cES{+e`{VHV8yL3BYPS25DKhE)IOXf|)DK`T{=Rq!;dfR(q0Adz!`1b$vwn1yw zkW|OD8(aV?=Jum{rx)m8A_4#mRgd8GO|o1R&61P-ZQ{U~nuQljfKLIV;&=j~?cxZ8r8-48q@~e`#h%W&oE%lf9+Uk`I zvZ15TyW=hNh{cIg02eTllq^#vM>3#{Hj%-jksx<*W zLl5t;l{F$&zYkAjwlFvcM0(i$7-(b6$YVLV+!8>;A>CahC0!o{w+HZOaFsr_j``t+ zoJ-Bf%Ji$cxyHtPsR@<+_@`lYk`^j=sio)1;q6n@m4~|=`Dd!wk4u$b^oDV-=lj>4 zA9-V|q#icDHwtGfd7MAGbV*m`C7kKzR2_6eq&1IcPTcw>eZuy67C_2aeqg?Ml=H<#EGDYesC8{R6Q9UXCFSgzY zXQQEOi}xPU3aLra3NbOgTqFfBLzj?_Eo_*)iJQ-!2=SdZ-LZbZjwXfUE z`up>?B&yNtCAftoC-aDSYNW(Z@Fmmir<1xM#AN_+bwjygJyqr1gpdbN>*3|Fw37RIsz3Lh@0viY|6 zHK79O$NdEBg$@qv=@xnPF$YH>X@jo1GJhOGjy*DSQ?zK_xej&S@(= z6z)Fkayq!{^C`!k4=(@x33>Q8N`poFK!N&-xJX>mB8!Ad*JmuKlYlumU?}~9g>T7^ znhOzso~FTswBBA|fIrI<>EuYK>!_%k5ap=O-1NjMv`X@g^Ts3UJXawyn={bTi_}Pc zLLiE{_}F2dRL}ZWAm&$EUfy}GWG+ksd>~Mh-mF%0?$j0a-4~VkO>-F;pbfZ^2zLe+ zM!|Fz*pcb6A~>{fC`wovM518e%={8&uR}hfzjLx!$m`*sh=5NE$gf;zJ~eHL8-<&B z5E)hVFQLyc_$qWbp>FhGhh;^*fO_zNA_*w>*B+yfY;ToEhec`5wXG z?Hy^uOR#3RMIdRPrdI*;R!kkyK4}5N%edL@d2ek4jFk>APBOMDYnA&T*g)9{JivyE z%^8wtGBU?1o)vO|tKx+ImL9d)oFj4;N$_7RLeepKK_-kpSO*UaJ|qwM71x@@c*u~z zFNB>4b`_K%+_|!&ky$^cu9_X6uHrhmNc5%bbQofNjh)U=g(dXTgg#mhopX}bD=Q2S z_wOcyGwi;iN0131uW`IB`o=#|Z3fH$ODRfe(wk52SDIfOz5K3yLOfwzHS4wd!?N7{ z$va#2tLP|U?V|bRQ%lZwCCmvHIfz3Ug)waDE5wG7y#0y5FO%IaYo{AVpk9RrHi09# z^&Ok8fk#_x4zVKl6^El*Wm$Cia7;L0aHDRX{8?NMx7Fv;#Gp*jhO(pS%d|w{N7zqt z^sE5aLVrzZz3OY8lIw`Y_ z`?tWJh%GjQp-YHJ(>HkK8^y#PzS$rC)_|9yfNfZ+=>AAA()!+Tg+$s}**F;?`gKEc z)~jfMShJ%7^~kzzqmZ?qi>p(djwASx>F$60PE9yi{*tcs1@e*lKVG_y7;0Cn8NAu4 zKjG+n0=%Cqaie5=4fG zYtWPuxK3MJ0W0GwNZ2RfkhEt!BGr6?Fp{RbNvay(*s>&>0~ zx1+Dg+UFPJWI7z1$wPusZPM^u8j9XW20%5r`e7qqajkZH+krG%So!$7tOUh*F#BGL zB^|^o2~rNRXrN>NOEHTVYuSjWGZb3}#k(Kq8+F`z^t62oy(HklGg}{U7I5@)zx^*L zlmX{R#%cA3UpgQT!&*{y)B=^l@ck>8$$NP9&FL{G9u;ZjoVpoG=(FDHJL9Xa)%Z5H z=lh|=8espO-A$PITA7xIOF+$kgeqh6=mzG@yyS-g#+)~33ALMkY@n-R$+dn_)zzS7l zPL4O-~KupjmdI>-BfIc?JMD&n@l={kAe8hpSkY!s62(2r-)U6O0BcZAwJ zxcrkip4=hz@$Y`K(1SE3NmE{&;UdwsAVYCeWstfp7P4ei(Lzz#UCp+ATW`Gdncx?} ziUA;qv!g|TbU5k8R+qEun+>+lAsOoO^~;~4rg1`F<@=o^NAOX*Cs<)U$~oe#O*-h|j~F53?k8r3RoyzML} ze;LW-~&; zQb#2?JZ2!nxi<t*{`ly~^(5w=2q1Bn%#c1iC>}WD9RbH5LjYl25QMQdL66=NB!( z&)ROPTfIq4p1=*ZQZ$rPPGI8JhBj@1RN+{)_|HAt5Y8L8SLB_yB6j?8XGIV zCuo`Iy*~ISCAo>0w2)Siz%Gj8GT&qP-N_gQr!&VP4!mvf?nZ=#SjTpb7)|(m!8~%t z7Qx6}91`$5j6L8>^XuNRPl)_^i9S^ORc9+5b)B<1@*uH-Qwq0a?hwap;o?%B{f<+9 zT!RpJ*7BsGP5`j$P?7lE%q%3^15mYF=P8Glhsw$jgScclxW6+5c~-=D^-0h;8UNOs z3+j&J^A$YZH$z+>VohI

' + + '
' + details + '
' + + '' + + '
' + ; + topDoc.body.appendChild(outer); + var glass = outer.firstChild; + var glassStyle = glass.style; + + // Scroll to the top and remove scrollbars. + topWin.scrollTo(0, 0); + if (topDoc.compatMode == "BackCompat") { + topDoc.body.style["overflow"] = "hidden"; + } else { + topDoc.documentElement.style["overflow"] = "hidden"; + } + + // Steal focus. + glass.focus(); + + if ((navigator.userAgent.indexOf("MSIE") >= 0) && (topDoc.compatMode == "BackCompat")) { + // IE quirks mode doesn't support right/bottom, but does support this. + glassStyle.width = "125%"; + glassStyle.height = "100%"; + } else if (navigator.userAgent.indexOf("MSIE 6") >= 0) { + // IE6 doesn't have a real standards mode, so we have to use hacks. + glassStyle.width = "125%"; // Get past scroll bar area. + // Nasty CSS; onresize would be better but the outer window won't let us add a listener IE. + glassStyle.setExpression("height", "document.documentElement.clientHeight"); + } + + $doc.title = summary + " [" + $doc.title + "]"; +} + + +/****************************************************************************** + * Other functions called by the Plugin + *****************************************************************************/ +function __gwt_makeResult(isException, result) { + return [isException, result]; +} + +//should be prefixed with "__gwt_" +function fireOnModuleLoadStart(className) { + $sendStats("moduleStartup", "onModuleLoadStart"); +} + + +/****************************************************************************** + * Helper functions for the Development Mode startup code. Listed alphabetically + *****************************************************************************/ +function doBrowserSpecificFixes() { + var ua = navigator.userAgent.toLowerCase(); + if (ua.indexOf("gecko") != -1) { + // install eval wrapper on FF to avoid EvalError problem + var __eval = window.eval; + window.eval = function(s) { + return __eval(s); + } + } + if (ua.indexOf("chrome") != -1) { + // work around __gwt_ObjectId appearing in JS objects + var hop = window.Object.prototype.hasOwnProperty; + window.Object.prototype.hasOwnProperty = function(prop) { + return prop != "__gwt_ObjectId" && hop.call(this, prop); + }; + var hop2 = window.Object.prototype.propertyIsEnumerable; + window.Object.prototype.propertyIsEnumerable = function(prop) { + return prop != "__gwt_ObjectId" && hop2.call(this, prop); + }; + // do the same in the main window if it is different from our window + if ($wnd != window) { + var hop3 = $wnd.Object.prototype.hasOwnProperty; + $wnd.Object.prototype.hasOwnProperty = function(prop) { + return prop != "__gwt_ObjectId" && hop3.call(this, prop); + }; + var hop4 = $wnd.Object.prototype.propertyIsEnumerable; + $wnd.Object.prototype.propertyIsEnumerable = function(prop) { + return prop != "__gwt_ObjectId" && hop4.call(this, prop); + }; + } + } +} + +function embedPlugin() { + var embed = document.createElement('embed'); + embed.id = 'pluginEmbed'; + embed.type = 'application/x-gwt-hosted-mode'; + embed.width = '10'; + embed.height = '20'; + + var obj = document.createElement('object'); + obj.id = 'pluginObject'; + obj.classid = 'clsid:1D6156B6-002B-49E7-B5CA-C138FB843B4E'; + + document.body.appendChild(embed); + document.body.appendChild(obj); +} + +function findPluginObject() { + try { + return document.getElementById('pluginObject'); + } catch (e) { + return null; + } +} + +function findPluginEmbed() { + try { + return document.getElementById('pluginEmbed') + } catch (e) { + return null; + } +} + +function findPluginXPCOM() { + try { + return __gwt_HostedModePlugin; + } catch (e) { + return null; + } +} + +function getCodeServer() { + var server = "localhost:9997"; + var query = $wnd.location.search; + var idx = query.indexOf("gwt.codesvr="); + if (idx >= 0) { + idx += 12; // "gwt.codesvr=".length == 12 + } else { + idx = query.indexOf("gwt.codesvr.html="); + idx += (13 + "html".length); // + } + if (idx >= 0) { + var amp = query.indexOf("&", idx); + if (amp >= 0) { + server = query.substring(idx, amp); + } else { + server = query.substring(idx); + } + // According to RFC 3986, some of this component's characters (e.g., ':') + // are reserved and *may* be escaped. + return decodeURIComponent(server); + } +} + +function generateSessionId() { + var ASCII_EXCLAMATION = 33; + var ASCII_TILDE = 126; + var chars = []; + for (var i = 0; i < 16; ++i) { + chars.push(Math.floor(ASCII_EXCLAMATION + + Math.random() * (ASCII_TILDE - ASCII_EXCLAMATION + 1))); + } + return String.fromCharCode.apply(null, chars); +} + +function loadIframe(url) { + var topDoc = window.top.document; + + // create an iframe + var iframeDiv = topDoc.createElement("div"); + iframeDiv.innerHTML = "